diff --git a/bower.json b/bower.json index be353058b6..af336a48ac 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "hpcc-viz", - "version": "1.14.0-dev", + "version": "1.14.0-rc10", "description": "HPCC Visualization Framework", "keywords": [ "Visualization", diff --git a/dist-amd/amchart/Area.css b/dist-amd/amchart/Area.css new file mode 100644 index 0000000000..e69de29bb2 diff --git a/dist-amd/amchart/Area.js b/dist-amd/amchart/Area.js new file mode 100644 index 0000000000..aa7105fafb --- /dev/null +++ b/dist-amd/amchart/Area.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./CommonSerial","amcharts.serial","../api/INDChart","css!./Area"],e):t.amchart_Area=e(t.d3,t.amchart_CommonSerial,t.amcharts,t.api_INDChart)}(this,function(t,e,a,p){function r(){e.call(this),this._tag="div",this._gType="line"}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" amchart_Area",r.prototype["implements"](p.prototype),r.prototype.publish("paletteID","default","set","Palette ID",r.prototype._palette["switch"](),{tags:["Basic","Shared"]}),r.prototype.publish("stacked",!1,"boolean","Stack Chart",null,{tags:["Basic","Shared"]}),r.prototype.publish("fillOpacity",.7,"number","Opacity of The Fill Color",null,{min:0,max:1,step:.001,inputType:"range",tags:["Intermediate","Shared"]}),r.prototype.publish("stackType","regular","set","Stack Type",["none","regular","100%"],{tags:["Basic"]}),r.prototype.publish("bulletSize",6,"number","Bullet Size",null,{tags:["Intermediate"]}),r.prototype.publish("bulletType","round","set","Bullet Type",["none","round","square","triangleUp","triangleDown","triangleLeft","triangleRight","bubble","diamond"],{tags:["Basic"]}),r.prototype.enter=function(t,a){e.prototype.enter.apply(this,arguments)},r.prototype.updateChartOptions=function(){return e.prototype.updateChartOptions.apply(this,arguments),this.stacked()?this._chart.valueAxes[0].stackType=this.stackType():this._chart.valueAxes[0].stackType="none",this.buildGraphs(this._gType),this._chart},r.prototype.buildGraphs=function(t){function a(t,e){return t.fillAlphas=this.fillOpacity(),t.bullet=this.bulletType(),t.bulletSize=this.bulletSize(),t}this._chart.graphs=[];for(var p=0;pe[1]?1:-1};return this.reverseDataSorting()&&(t=function(t,e){return t[1]this._prevDataUpdated||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.formatData(this.data())),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._chart.colors=this.data().map(function(t){return this._palette(t[0])},this),this.showScrollbar()?this._chart.chartScrollbar.enabled=!0:this._chart.chartScrollbar.enabled=!1,this._chart},s.prototype.formatData=function(t){var e=[],a=this;return t.forEach(function(t){var i={};a.columns().forEach(function(e,a){i[e]=t[a]}),e.push(i)}),e},s.prototype.enter=function(t,s){e.prototype.enter.apply(this,arguments);var o=this,l={type:"funnel",addClassNames:!0,autoResize:!0,autoMargins:!0,chartScrollbar:{}};"function"==typeof define&&define.amd&&(l.pathToImages=i.toUrl("amchartsImg")),this._chart=a.makeChart(t,l),this._chart.addListener("clickSlice",function(t){var e=t.chart.colorField,a=t.dataItem.dataContext;null!==a[e]&&void 0!==a[e]?(delete a[e],"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field],o._selected=null)):(a[e]=o.selectionColor(),"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field],o._selected={field:e,data:a,cIdx:1,dIdx:t.dataItem.index},o._selections.push(o._selected))),t.chart.validateData(),o.click(o.rowToObj(o.data()[t.dataItem.index]),o.columns()[1],null!==o._selected)})},s.prototype.update=function(t,a){e.prototype.update.apply(this,arguments),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.updateChartOptions(),this._chart.validateNow(),this._chart.validateData()},s.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},s.prototype.postUpdate=function(e,a){var i=this;if("center"!==this.labelPosition()){var s=i._element.select("svg").node().getBoundingClientRect();this.d3LabelSelection=a.selectAll(".amcharts-funnel-item");var o=[],l=[];this.d3LabelSelection.each(function(e,a){var i=t.select(this).node().getBoundingClientRect(),r=i.right;r>s.right&&l.push(s.right-r);var n=i.left;nr&&(h+=r),0>n&&(h+=n),this.labelPosition()){case"right":this._chart.marginRight=Math.abs(h),this._chart.marginLeft=0;break;case"left":this._chart.marginLeft=Math.abs(h),this._chart.marginRight=0}this._chart.validateNow()}},s.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},s}); \ No newline at end of file diff --git a/dist-amd/amchart/CommonRadar.js b/dist-amd/amchart/CommonRadar.js new file mode 100644 index 0000000000..b5b95af139 --- /dev/null +++ b/dist-amd/amchart/CommonRadar.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","amcharts.radar","require"],e):t.amchart_CommonRadar=e(t.d3,t.common_HTMLWidget,t.AmCharts,t.require)}(this,function(t,e,i,a){function s(){e.call(this),this._tag="div",this._chart={},this._selected=null,this._selections=[],this._dataUpdated=0,this._prevDataUpdated=-1,this._columnsUpdated=0,this._prevColumnsUpdated=-1}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" amchart_CommonRadar",s.prototype.publish("fontSize",11,"number","Font Size",null,{tags:["Basic","Shared"]}),s.prototype.publish("fontFamily","Verdana","string","Font Name",null,{tags:["Basic","Shared","Shared"]}),s.prototype.publish("fontColor","#000000","html-color","Font Color",null,{tags:["Basic","Shared"]}),s.prototype.publish("lineWidth",2,"number","Line Thickness",null,{min:0,max:10,step:1,inputType:"range",tags:["Basic","Shared"]}),s.prototype.publish("lineOpacity",1,"number","Line Opacity",null,{min:0,max:1,step:.001,inputType:"range",tags:["Basic","Shared"]}),s.prototype.publish("dashedLineStyle",0,"number","",null,{tags:["Advanced","Shared"]}),s.prototype.publish("yAxisBaselineColor",null,"html-color","Axis color",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("axisFontSize",void 0,"number","Size of value labels text. Will use chart's fontSize if not set.",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisFontColor",void 0,"string","Font Name",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisTitle","","string","Y-Axis Title",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisTitleFontColor",null,"html-color","Color of axis value labels. Will use chart's color if not set.",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisTitleFontSize",null,"html-color","Font Size of axis value labels. Will use chart's color if not set.",null,{tags:["Basic","Shared"]}),s.prototype.publish("axisLineWidth",1,"number","Thickness of axis",null,{tags:["Basic","Shared"]}),s.prototype.publish("marginLeft",null,"number","Margin (Left)",null,{tags:["Intermediate"]}),s.prototype.publish("marginRight",null,"number","Margin (Right)",null,{tags:["Intermediate"]}),s.prototype.publish("marginTop",null,"number","Margin (Top)",null,{tags:["Intermediate"]}),s.prototype.publish("marginBottom",null,"number","Margin (Bottom)",null,{tags:["Intermediate"]}),s.prototype.publish("showScrollbar",!1,"boolean","Chart Scrollbar",null,{tags:["Intermediate"]}),s.prototype.publish("startDuration",.3,"number","Start Duration (sec)",null,{tags:["Private"]}),s.prototype.publish("yAxisAutoGridCount",!0,"boolean","Specifies whether number of gridCount is specified automatically, acoarding to the axis size",null,{tags:["Advanced"]}),s.prototype.publish("yAxisGridPosition","start","set","Specifies if a grid line is placed on the center of a cell or on the beginning of a cell",["start","middle"],{tags:["Advanced"]}),s.prototype.publish("yAxisMinimum",[],"array","",null,{tags:["Advanced"]}),s.prototype.publish("yAxisTitleOffset",[],"array","",null,{tags:["Advanced"]}),s.prototype.publish("yAxisDashLength",[],"array","Length of a dash. 0 means line is not dashed.",null,{tags:["Advanced"]}),s.prototype.publish("axisAlpha",1,"number","Axis opacity",null,{tags:["Intermediate"]}),s.prototype.publish("circularGrid",!1,"boolean","Circular Grid",null,{tags:["Intermediate"]}),s.prototype.publish("bulletSize",9,"number","Bullet Size",null,{tags:["Intermediate"]}),s.prototype.publish("bulletType","round","set","Bullet Type",["none","round","square","triangleUp","triangleDown","triangleLeft","triangleRight","bubble","diamond"],{tags:["Intermediate"]}),s.prototype.publish("fillOpacity",.3,"number","Shape Opacity",null,{min:0,max:1,step:.001,inputType:"range",tags:["Intermediate"]}),s.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("yAxisTickFormat",null,"string","Y-Axis Tick Format",null,{optional:!0}),s.prototype.publish("selectionColor","#f00","html-color","Font Color",null,{tags:["Basic"]}),s.prototype.publish("selectionMode","simple","set","Selection Mode",["simple","multi"],{tags:["Intermediate"]}),s.prototype.updateChartOptions=function(){var e=this;return this._chart.theme="none",this._chart.type="radar",this._chart.startDuration=this.startDuration(),this._chart.categoryField=this.columns()[0],this._valueField=this.columns().slice(1),this._chart.color=this.fontColor(),this._chart.fontSize=this.fontSize(),this._chart.fontFamily=this.fontFamily(),this.marginLeft()&&(this._chart.marginLeft=this.marginLeft()),this.marginRight()&&(this._chart.marginRight=this.marginRight()),this.marginTop()&&(this._chart.marginTop=this.marginTop()),this.marginBottom()&&(this._chart.marginBottom=this.marginBottom()),this.titles=[],(this._dataUpdated>this._prevDataUpdated||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.formatData(this.data())),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._chart.valueAxes[0].title=this.yAxisTitle(),this._chart.valueAxes[0].axisTitleOffset=this.yAxisTitleOffset(),this._chart.valueAxes[0].minimum=this.yAxisMinimum(),this._chart.valueAxes[0].axisAlpha=this.axisAlpha(),this._chart.valueAxes[0].dashLength=this.yAxisDashLength()||this.dashedLineStyle(),this._chart.valueAxes[0].axisColor=this.yAxisBaselineColor(),this._chart.valueAxes[0].axisThickness=this.axisLineWidth(),this._chart.valueAxes[0].titleColor=this.yAxisTitleFontColor(),this._chart.valueAxes[0].titleFontSize=this.yAxisTitleFontSize(),this._chart.valueAxes[0].fontSize=this.axisFontSize(),this._chart.valueAxes[0].color=this.yAxisFontColor(),this._chart.valueAxes[0].autoGridCount=this.yAxisAutoGridCount(),this._chart.valueAxes[0].gridPosition=this.yAxisGridPosition(),this._chart.valueAxes[0].labelFunction=function(i){return t.format(e.yAxisTickFormat())(i)},this._chart.colors=this.columns().filter(function(t,e){return e>0}).map(function(t){return this._palette(t)},this),this.circularGrid()&&this._chart.valueAxes.forEach(function(t,i){e._chart.valueAxes[i].gridType="circles"}),this.showScrollbar()?this._chart.chartScrollbar.enabled=!0:this._chart.chartScrollbar.enabled=!1,this._chart},s.prototype.buildGraphObj=function(t,e){var i=this,a={};return a.balloonFunction=function(t){var e=t.category+", "+i.columns()[t.graph.index+1]+": "+i.data()[t.index][t.graph.columnIndex+1];return e},a.fillAlphas=i.fillOpacity(),a.lineAlpha=i.lineOpacity(),a.lineThickness=i.lineWidth(),a.bullet=i.bulletType(),a.bulletSize=i.bulletSize(),a.dashLength=i.dashedLineStyle(),a.type=t,a.title="",a.colorField="selected"+e,a},s.prototype.formatData=function(t){var e=[],i=this;return t.forEach(function(t){var a={};i.columns().forEach(function(e,i){a[e]=t[i]}),e.push(a)}),e},s.prototype.enter=function(t,s){e.prototype.enter.apply(this,arguments);var l=this,o={type:"radar",addClassNames:!0,chartScrollbar:{}};"function"==typeof define&&define.amd&&(o.pathToImages=a.toUrl("amchartsImg")),this._chart=i.makeChart(t,o),this._chart.addListener("clickGraphItem",function(t){var e=t.graph,i=t.item.dataContext,a=e.colorField;null!==i[a]&&void 0!==i[a]?(delete i[a],"simple"===l.selectionMode()&&(null!==l._selected&&delete l._selected.data[l._selected.field],l._selected=null)):(i[a]=l.selectionColor(),"simple"===l.selectionMode()&&(null!==l._selected&&delete l._selected.data[l._selected.field],l._selected={field:a,data:i,cIdx:t.target.index,dIdx:t.index},l._selections.push(l._selected))),t.chart.validateData(),l.click(l.rowToObj(l.data()[t.index]),l.columns()[t.target.index+1],null!==l._selected)})},s.prototype.update=function(t,i){e.prototype.update.apply(this,arguments),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()))},s.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},s.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},s.prototype.columns=function(t){return arguments.length&&this._columnsUpdated++,e.prototype.columns.apply(this,arguments)},s}); \ No newline at end of file diff --git a/dist-amd/amchart/CommonSerial.js b/dist-amd/amchart/CommonSerial.js new file mode 100644 index 0000000000..4be02b3571 --- /dev/null +++ b/dist-amd/amchart/CommonSerial.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","amcharts.serial","require","../common/Utility","./SerialAxis"],e):t.amchart_CommonSerial=e(t.d3,t.common_HTMLWidget,t.AmCharts,t.require,t.common_Utility,t.amchart_SerialAxis)}(this,function(t,e,i,a,s,r){function o(){e.call(this),this._tag="div",this._chart={},this._selected=null,this._selections=[],this._dataUpdated=0,this._prevDataUpdated=-1,this._columnsUpdated=0,this._prevColumnsUpdated=-1,this._dateParserData=t.time.format("%Y-%m-%d").parse,this._dateParserValue=t.time.format("%Y-%m-%d").parse,this._colorObj={},this._selectionObj={},this._xAxis=new r,this._xAxis.owningWidget=this,this._yAxis=new r,this._yAxis.owningWidget=this}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" amchart_CommonSerial",o.prototype.publish("backwardsCompatible",!0,"boolean","Allow use of old publish parameters"),o.prototype.publish("xAxes",[],"propertyArray","xAxis",null,{max:1,tags:["Basic"]}),o.prototype.publish("yAxes",[],"propertyArray","yAxis",null,{tags:["Basic"]}),o.prototype.publish("fontSize",11,"number","Font Size",null,{tags:["Basic","Shared"]}),o.prototype.publish("fontFamily","Verdana","string","Font Name",null,{tags:["Basic","Shared","Shared"]}),o.prototype.publish("fontColor","#000000","html-color","Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("lineWidth",1,"number","Line Thickness",null,{min:0,max:10,step:1,inputType:"range",tags:["Basic","Shared"]}),o.prototype.publish("lineColor",null,"html-color","Color of the data/content lines",null,{tags:["Basic","Shared"]}),o.prototype.publish("lineOpacity",1,"number","Line Opacity",null,{min:0,max:1,step:.001,inputType:"range",tags:["Basic","Shared"]}),o.prototype.publish("dashedLineStyle",0,"number","Length of Dashed Line. 0 = none",null,{tags:["Advanced","Shared"]}),o.prototype.publish("marginLeft",null,"number","Margin (Left)",null,{tags:["Intermediate"]}),o.prototype.publish("marginRight",null,"number","Margin (Right)",null,{tags:["Intermediate"]}),o.prototype.publish("marginTop",null,"number","Margin (Top)",null,{tags:["Intermediate"]}),o.prototype.publish("marginBottom",null,"number","Margin (Bottom)",null,{tags:["Intermediate"]}),o.prototype.publish("showScrollbar",!1,"boolean","Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("orientation","horizontal","set","Orientation",["horizontal","vertical"],{tags:["Intermediate"]}),o.prototype.publish("startDuration",.3,"number","Start Duration (sec)",null,{tags:["Private"]}),o.prototype.publish("useImgPatterns",!1,"boolean","Enable Image Pattern backgrounds",null,{tags:["Private"]}),o.prototype.publish("imgPatternArr",'["../ampatterns/black/pattern2.png"]',"string","Background Pattern Images (Not used if '[]')",null,{inputType:"textarea",tags:["Private"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("axisMinPeriod","MM","string","Minimum period when parsing dates"),o.prototype.publish("selectionColor","#f00","html-color","Font Color",null,{tags:["Basic"]}),o.prototype.publish("selectionMode","simple","set","Selection Mode",["simple","multi"],{tags:["Intermediate"]}),o.prototype.publish("showCursor",!1,"boolean","Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("showFirstLabel",!0,"boolean","Show first label",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("showLastLabel",!0,"boolean","Show last label",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("equalSpacing",!1,"boolean","Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("paletteGrouping","By Column","set","Palette Grouping",["By Category","By Column"],{tags:["Basic"]}),o.prototype.publish("y2",[],"array","Columns to associate with second Y-Axis"),o.prototype.publish("axisLineWidth",1,"number","Axis Line Width",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("axisAlpha",1,"number","Axis Alpha",null,{tags:["Intermediate"]}),o.prototype.publish("startOnAxis",!0,"boolean","Draw Chart Starting On Axis.",null,{tags:["Intermediate"]}),o.prototype.publish("xAxisShowAllLabels",!1,"boolean","show All Category Axis Labels",null,{tags:["Intermediate"]}),o.prototype.publish("axisFontSize",null,"number","X/Y Axis Text Font Size",null,{tags:["Basic","Shared"]}),o.prototype.publishProxy("xAxisBaselineColor","_xAxis","axisBaselineColor"),o.prototype.publishProxy("yAxisBaselineColor","_yAxis","axisBaselineColor"),o.prototype.publishProxy("xAxisFontColor","_xAxis","axisFontColor"),o.prototype.publishProxy("yAxisFontColor","_yAxis","axisFontColor"),o.prototype.publishProxy("xAxisTitle","_xAxis","axisTitle"),o.prototype.publishProxy("yAxisTitle","_yAxis","axisTitle"),o.prototype.publishProxy("xAxisTitleFontSize","_xAxis","axisTitleFontSize"),o.prototype.publishProxy("yAxisTitleFontSize","_yAxis","axisTitleFontSize"),o.prototype.publishProxy("xAxisTitleFontColor","_xAxis","axisTitleFontColor"),o.prototype.publishProxy("yAxisTitleFontColor","_yAxis","axisTitleFontColor"),o.prototype.publishProxy("xAxisLabelRotation","_xAxis","axisLabelRotation"),o.prototype.publishProxy("yAxisLabelRotation","_yAxis","axisLabelRotation"),o.prototype.publishProxy("xAxisAutoGridCount","_xAxis","axisAutoGridCount"),o.prototype.publishProxy("yAxisAutoGridCount","_yAxis","axisAutoGridCount"),o.prototype.publishProxy("xAxisGridPosition","_xAxis","axisGridPosition"),o.prototype.publishProxy("xAxisBoldPeriodBeginning","_xAxis","axisBoldPeriodBeginning"),o.prototype.publishProxy("yAxisBoldPeriodBeginning","_yAxis","axisBoldPeriodBeginning"),o.prototype.publishProxy("xAxisDashLength","_xAxis","axisDashLength"),o.prototype.publishProxy("yAxisDashLength","_yAxis","axisDashLength"),o.prototype.publishProxy("xAxisFillAlpha","_xAxis","axisFillAlpha"),o.prototype.publishProxy("yAxisFillAlpha","_yAxis","axisFillAlpha"),o.prototype.publishProxy("xAxisFillColor","_xAxis","axisFillColor"),o.prototype.publishProxy("yAxisFillColor","_yAxis","axisFillColor"),o.prototype.publishProxy("xAxisGridAlpha","_xAxis","axisGridAlpha"),o.prototype.publishProxy("yAxisGridAlpha","_yAxis","axisGridAlpha"),o.prototype.publishProxy("xAxisTypeTimePattern","_xAxis","axisTypeTimePattern"),o.prototype.publishProxy("yAxisTypeTimePattern","_yAxis","axisTypeTimePattern"),o.prototype.publishProxy("xAxisType","_xAxis","axisType"),o.prototype.publishProxy("yAxisType","_yAxis","axisType"),o.prototype.publishProxy("xAxisTickFormat","_xAxis","axisTickFormat"),o.prototype.publishProxy("yAxisTickFormat","_yAxis","axisTickFormat"),o.prototype._origBackwardsCompatible=o.prototype.backwardsCompatible,o.prototype.backwardsCompatible=function(t){var e=o.prototype._origBackwardsCompatible.apply(this,arguments);return arguments.length&&this.switchProperties(t),e},o.prototype.switchProperties=function(t){t===!0?o.prototype.excludeObjs=["amchart_SerialAxis"]:o.prototype.excludeObjs=[]},o.prototype.xAxis=function(t){if(!this.xAxes()[t]){var e=new r;e._owningWidget=this,this.xAxes()[t]=e}return this.xAxes()[t]},o.prototype.yAxis=function(t){if(!this.yAxes()[t]){var e=new r;e._owningWidget=this,this.yAxes()[t]=e}return this.yAxes()[t]},o.prototype.formatData=function(t){switch(this.xAxes()[0].axisType()){case"time":return this.xAxes()[0]._parser("number"==typeof t?t.toString():t);default:return t}},o.prototype.formatValue=function(t){if(!t)return t;if(t instanceof Array)return t.map(function(t){return this.formatValue(t)},this);switch(this.yAxes()[0].axisType()){case"time":return this.yAxes()[0]._parser("number"==typeof t?t.toString():t);default:return"string"==typeof t?+t:t}},o.prototype.amFormatData=function(t){this._rangeType=null;var e=[],i=this;if(t.forEach(function(t){var a={};t.forEach(function(t,e){var s=i.columns()[e];if(t instanceof Array){var r=e-1;2===t.length?(a["openField"+r]=i.formatValue(t[0]),a["valueField"+r]=i.formatValue(t[1]),i._rangeType="normal"):(a["lowField"+r]=i.formatValue(t[0]),a["openField"+r]=i.formatValue(t[1]),a["closeField"+r]=i.formatValue(t[2]),a["highField"+r]=i.formatValue(t[3]),i._rangeType="candle-ohlc")}else 0===e?a[s]=i.formatData(t):e>=i.columns().length?a[s]=t:a[s]=i.formatValue(t)}),a.__origRow=t,e.push(a)}),"time"===this.xAxisType()){var a=i.columns()[0];e.sort(function(t,e){return t[a]-e[a]}),this.data(e.map(function(t){var e=t.__origRow;return delete t.__origRow,e}))}return e},o.prototype.updateChartOptions=function(){var e=this;this._chart.type="serial",this._chart.startDuration=this.startDuration(),this._chart.rotate="vertical"===this.orientation(),this._chart.color=this.fontColor(),this._chart.fontSize=this.fontSize(),this._chart.fontFamily=this.fontFamily(),this._chart.categoryAxis={};var a=this.xAxes()[0];switch(this._chart.categoryAxis.position=a.position()?a.position():"bottom",this._chart.categoryAxis.autoGridCount=a.axisAutoGridCount(),this._chart.categoryAxis.gridPosition=a.axisGridPosition(),this._chart.categoryAxis.axisAlpha=a.axisAlpha(),this._chart.categoryAxis.gridAlpha=a.axisGridAlpha(),this._chart.categoryAxis.startOnAxis=a.startOnAxis(),this._chart.categoryAxis.labelRotation=a.axisLabelRotation(),this._chart.categoryAxis.title=a.axisTitle(),this._chart.categoryAxis.axisColor=a.axisBaselineColor(),this._chart.categoryAxis.axisThickness=a.axisLineWidth(),this._chart.categoryAxis.boldPeriodBeginning=a.axisBoldPeriodBeginning(),this._chart.categoryAxis.dashLength=a.axisDashLength(),this._chart.categoryAxis.fillAlpha=a.axisFillAlpha(),this._chart.categoryAxis.fillColor=a.axisFillColor(),this._chart.categoryAxis.fontSize=a.axisFontSize(),this._chart.categoryAxis.color=a.axisFontColor(),this._chart.categoryAxis.titleColor=a.axisTitleFontColor(),this._chart.categoryAxis.titleFontSize=a.axisTitleFontSize(),this._chart.categoryAxis.showFirstLabel=this.showFirstLabel(),this._chart.categoryAxis.showLastLabel=this.showLastLabel(),this._chart.categoryAxis.equalSpacing=this.equalSpacing(),a.axisType()){case"time":this._chart.categoryAxis.parseDates=!0,this._chart.categoryAxis.minPeriod=this.axisMinPeriod()?this.axisMinPeriod():void 0,this._chart.categoryAxis.logarithmic=!1,a.axisTickFormat()?this.dataFormatter=t.time.format(a.axisTickFormat()):a.axisTypeTimePattern()?this.dataFormatter=t.time.format(a.axisTypeTimePattern()):this.dataFormatter=function(t){return t};break;case"log":this._chart.categoryAxis.parseDates=!1,this._chart.categoryAxis.logarithmic=!0,this.dataFormatter=a.axisTickFormat()?t.format(a.axisTickFormat()):function(t){return t};break;case"linear":default:this._chart.categoryAxis.parseDates=!1,this._chart.categoryAxis.logarithmic=!1,this.dataFormatter=a.axisTickFormat()?t.format(a.axisTickFormat()):function(t){return t}}this._chart.categoryAxis.labelFunction=function(t,i,s){switch(a.axisType()){case"time":return e.dataFormatter(a.axisTickFormat()||a.axisTypeTimePattern()?new Date(i):i);default:return e.dataFormatter(t)}};for(var s=0;sthis._prevDataUpdated||this._prevYAxisType!==this._currYAxisTypes||this._prevXAxisType!==this._currXAxisTypes||this._prevXAxisTypeTimePattern!==this._currXAxisTypeTimePatterns||this._prevYAxisTypeTimePattern!==this._currYAxisTypeTimePatterns||this.paletteGrouping&&this._prevPaletteGrouping!==this.paletteGrouping()||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.amFormatData(this.data())),this._chart.dataProvider=this.amFormatData(this.data()),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._prevXAxisTypes=this._currXAxisTypes,this._prevYAxisTypes=this._currYAxisTypes,this._prevXAxisTypeTimePatterns=this._currXAxisTypeTimePatterns,this._prevYAxisTypeTimePatterns=this._currXAxisTypeTimePatterns,this.paletteGrouping&&(this._prevPaletteGrouping=this.paletteGrouping()),this.amFormatColumns(),a.axisAutoGridCount()===!1&&this.xAxisShowAllLabels()&&(this._chart.categoryAxis.gridCount=this._chart.dataProvider.length);var o,l;return this._chart.colors=[],-1!==e._class.indexOf("amchart_Area")&&(l="Area"),this._chart.dataProvider.forEach(function(t,i){e.columns().filter(function(t,e){return e>0}).forEach(function(t,a){o="By Category"===e.paletteGrouping()?e._palette(i):e._palette(t),e._chart.colors.push(o),e._chart.dataProvider[i]["color"+a]=o,"Area"!==l&&(e._chart.dataProvider[i]["linecolor"+a]=e.lineColor()?e.lineColor():o),void 0===e._colorObj[i]&&(e._colorObj[i]={}),e._colorObj[i][a]={color:o,lineColor:e.lineColor()?e.lineColor():o}})}),this._chart},o.prototype.buildGraphObj=function(t,e){var i=this,a={};a.id="g"+e,-1!==this.y2().indexOf(e)?a.valueAxis="v1":a.valueAxis="v0",a.balloonFunction=function(t){return"line"===t.graph.type?t.category+", "+i.columns()[t.graph.index+1]+": "+i.data()[t.index][t.graph.index+1]:t.category+", "+i.columns()[t.graph.columnIndex+1]+": "+i.data()[t.index][t.graph.columnIndex+1]},a.lineAlpha=i.lineOpacity(),a.lineColor=i.lineColor(),a.lineThickness=i.lineWidth(),a.dashLength=i.dashedLineStyle(),a.type=t,a.title="";var s=["value","open","close","high","low"];s.forEach(function(t){"undefined"!=typeof i["_"+t+"Field"]&&"undefined"!=typeof i["_"+t+"Field"][e]&&(a[t+"Field"]=i["_"+t+"Field"][e])});try{if(i.useImgPatterns()){var r=JSON.parse(i.imgPatternArr());"undefined"!=typeof r[e]&&(a.pattern=r[e])}else a.pattern=""}catch(o){console.log("e:"),console.log(o)}return a.colorField="color"+e,a.lineColorField="linecolor"+e,a.fillColorsField="fillcolor"+e,a},o.prototype.amFormatColumns=function(t){return this._categoryField=this.columns()[0],this._chart.categoryField=this.columns()[0],this._openField=[],this._closeField=[],this._valueField=this.columns().slice(1),this},o.prototype.enter=function(t,s){if(e.prototype.enter.apply(this,arguments),0===this.xAxes().length&&this.xAxes().push(this._xAxis),0===this.yAxes().length&&this.yAxes().push(this._yAxis),this.y2().length&&1===this.yAxes().length){var o=new r;o.owningWidget=this,this.yAxes().push(o)}var l=this,n={type:"serial",addClassNames:!0,chartScrollbar:{},chartCursor:{enabled:!1,valueLineEnabled:!1,valueLineBalloonEnabled:!1,categoryBalloonEnabled:!1,cursorAlpha:0,valueLineAlpha:.2,oneBalloonOnly:!0,balloonPointerOrientation:"vertical",valueBalloonsEnabled:!1}};"function"==typeof define&&define.amd&&(n.pathToImages=a.toUrl("amchartsImg")),this._chart=i.makeChart(t,n),this._chart.addListener("clickGraphItem",function(t){var e,i,a=t.graph,s=t.item.dataContext;"column"===l._gType?(e=a.fillColorsField,i=a.lineColorField):"line"===l._gType?e=a.colorField:"area"===l._gType&&(e=a.colorField),e&&(null!==s[e]&&void 0!==s[e]?(delete s[e],s[i]=l._colorObj[t.index][t.target.columnIndex].lineColor,"simple"===l.selectionMode()&&(null!==l._selected&&(delete l._selected.data[l._selected.field],l._selected.data[l._selected.field2]=l._colorObj[l._selected.dIdx][l._selected.cIdx].lineColor),l._selected=null)):(s[e]=l.selectionColor(),s[i]=l.selectionColor(),"simple"===l.selectionMode()&&(null!==l._selected&&(delete l._selected.data[l._selected.field],l._selected.data[l._selected.field2]=l._colorObj[l._selected.dIdx][l._selected.cIdx].lineColor),l._selected={field:e,field2:i,data:s,dIdx:t.index,cIdx:t.target.columnIndex},l._selections.push(l._selected))),t.chart.validateData()),l.click(l.rowToObj(l.data()[t.index]),l.columns()[t.target.columnIndex+1],null!==l._selected)})},o.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var a=this;this.yAxes().forEach(function(t,e){0===e&&(a._yAxis=t),t._owningWidget=a}),this.xAxes().forEach(function(t,e){0===e&&(a._xAxis=t),t._owningWidget=a}),this.backwardsCompatible()?this.switchProperties(!0):this.switchProperties(!1),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()))},o.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},o.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},o.prototype.columns=function(t){return arguments.length&&this._columnsUpdated++,e.prototype.columns.apply(this,arguments)},o}); \ No newline at end of file diff --git a/dist-amd/amchart/CommonXY.js b/dist-amd/amchart/CommonXY.js new file mode 100644 index 0000000000..c50af4c9f5 --- /dev/null +++ b/dist-amd/amchart/CommonXY.js @@ -0,0 +1 @@ +!function(t,i){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","amcharts.xy","require","./XYAxis"],i):t.amchart_CommonXY=i(t.d3,t.common_HTMLWidget,t.AmCharts,t.require,t.amchart_XYAxis)}(this,function(t,i,e,o,s){function a(){i.call(this),this._tag="div",this._chart={},this._selected=null,this._selections=[],this._dataUpdated=0,this._prevDataUpdated=-1,this._columnsUpdated=0,this._prevColumnsUpdated=-1,this._xAxis=new s,this._xAxis._owningWidget=this,this._yAxis=new s,this._yAxis._owningWidget=this}return a.prototype=Object.create(i.prototype),a.prototype.constructor=a,a.prototype._class+=" amchart_CommonXY",a.prototype.publish("backwardsCompatible",!0,"boolean","Allow use of old publish parameters"),a.prototype.publish("xAxes",[],"propertyArray","widgets",null,{max:1,tags:["Basic"]}),a.prototype.publish("yAxes",[],"propertyArray","widgets",null,{tags:["Basic"]}),a.prototype.publish("fontSize",11,"number","Font Size",null,{tags:["Basic","Shared"]}),a.prototype.publish("fontFamily","Verdana","string","Font Name",null,{tags:["Basic","Shared","Shared"]}),a.prototype.publish("fontColor","#000000","html-color","Font Color",null,{tags:["Basic","Shared"]}),a.prototype.publish("lineWidth",0,"number","Line Thickness",null,{min:0,max:10,step:1,inputType:"range",tags:["Basic","Shared"]}),a.prototype.publish("lineColor",null,"html-color","Color of the data/content lines",null,{tags:["Basic","Shared"]}),a.prototype.publish("lineOpacity",0,"number","Line Opacity",null,{min:0,max:1,step:.001,inputType:"range",tags:["Basic","Shared"]}),a.prototype.publish("dashedLineStyle",0,"number","",null,{tags:["Advanced","Shared"]}),a.prototype.publish("showScrollbar",!1,"boolean","Chart Scrollbar",null,{tags:["Intermediate"]}),a.prototype.publish("bulletSize",8,"number","Bullet Size",null,{tags:["Intermediate"]}),a.prototype.publish("bulletType","round","set","Bullet Type",["none","round","square","triangleUp","triangleDown","triangleLeft","triangleRight","bubble","diamond"],{tags:["Intermediate"]}),a.prototype.publish("marginLeft",50,"number","Margin (Left)",null,{tags:["Intermediate"]}),a.prototype.publish("marginRight",10,"number","Margin (Right)",null,{tags:["Intermediate"]}),a.prototype.publish("marginTop",20,"number","Margin (Top)",null,{tags:["Intermediate"]}),a.prototype.publish("marginBottom",50,"number","Margin (Bottom)",null,{tags:["Intermediate"]}),a.prototype.publish("selectionColor","#f00","html-color","Font Color",null,{tags:["Basic"]}),a.prototype.publish("selectionMode","simple","set","Selection Mode",["simple","multi"],{tags:["Intermediate"]}),a.prototype.publish("showCursor",!1,"boolean","Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}),a.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),a.prototype.publishProxy("xAxisType","_xAxis","axisType"),a.prototype.publishProxy("yAxisType","_yAxis","axisType"),a.prototype.publishProxy("xAxisTitle","_xAxis","axisTitle"),a.prototype.publishProxy("yAxisTitle","_yAxis","axisTitle"),a.prototype.publishProxy("xAxisBaselineColor","_xAxis","axisBaselineColor"),a.prototype.publishProxy("yAxisBaselineColor","_yAxis","axisBaselineColor"),a.prototype.publishProxy("xAxisFontColor","_xAxis","axisFontColor"),a.prototype.publishProxy("yAxisFontColor","_yAxis","axisFontColor"),a.prototype.publishProxy("xAxisTitleFontSize","_xAxis","axisTitleFontSize"),a.prototype.publishProxy("yAxisTitleFontSize","_yAxis","axisTitleFontSize"),a.prototype.publishProxy("xAxisTitleFontColor","_xAxis","axisTitleFontColor"),a.prototype.publishProxy("yAxisTitleFontColor","_yAxis","axisTitleFontColor"),a.prototype.publishProxy("xAxisLabelRotation","_xAxis","axisLabelRotation"),a.prototype.publishProxy("yAxisLabelRotation","_yAxis","axisLabelRotation"),a.prototype.publish("axisLineWidth",1,"number","Thickness of axis",null,{tags:["Intermediate","Shared"]}),a.prototype.publishProxy("xAxisAutoGridCount","_xAxis","axisAutoGridCount"),a.prototype.publishProxy("yAxisAutoGridCount","_yAxis","axisAutoGridCount"),a.prototype.publishProxy("xAxisGridPosition","_xAxis","axisGridPosition"),a.prototype.publishProxy("yAxisGridPosition","_yAxis","axisGridPosition"),a.prototype.publishProxy("xAxisFillAlpha","_xAxis","axisFillAlpha"),a.prototype.publishProxy("yAxisFillAlpha","_yAxis","axisFillAlpha"),a.prototype.publishProxy("xAxisFillColor","_xAxis","axisFillColor"),a.prototype.publishProxy("yAxisFillColor","_yAxis","axisFillColor"),a.prototype.publishProxy("xAxisGridAlpha","_xAxis","axisGridAlpha"),a.prototype.publishProxy("yAxisGridAlpha","_yAxis","axisGridAlpha"),a.prototype.publishProxy("xAxisDashLength","_xAxis","axisDashLength"),a.prototype.publishProxy("yAxisDashLength","_yAxis","axisDashLength"),a.prototype.publishProxy("xAxisTickFormat","_xAxis","axisTickFormat"),a.prototype.publishProxy("yAxisTickFormat","_yAxis","axisTickFormat"),a.prototype.publish("axisAlpha",1,"number","Axis opacity",null,{tags:["Intermediate"]}),a.prototype._origBackwardsCompatible=a.prototype.backwardsCompatible,a.prototype.backwardsCompatible=function(t){var i=a.prototype._origBackwardsCompatible.apply(this,arguments);return arguments.length&&this.switchProperties(t),i},a.prototype.switchProperties=function(t){t===!0?a.prototype.excludeObjs=["amchart_XYAxis"]:a.prototype.excludeObjs=[]},a.prototype.xAxis=function(t){if(!this.xAxes()[t]){var i=new s;i._owningWidget=this,this.xAxes()[t]=i}return this.xAxes()[t]},a.prototype.yAxis=function(t){if(!this.yAxes()[t]){var i=new s;i._owningWidget=this,this.yAxes()[t]=i}return this.yAxes()[t]},a.prototype.updateChartOptions=function(){var i=this;this._chart.theme="none",this._chart.type="xy",this._chart.color=this.fontColor(),this._chart.fontSize=this.fontSize(),this._chart.fontFamily=this.fontFamily();for(var e=0,o=0;oi.data().length?"":i.data().length&&e>0?i.data()[e-1][0]:""}):this._chart.valueAxes[e].labelFunction=function(i){return t.format(l.axisTickFormat())(i)},e++}return(this._dataUpdated>this._prevDataUpdated||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.formatData(this.data())),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._chart.dataProvider.forEach(function(t,e){i._chart.dataProvider[e].color=i._palette(t[i.columns()[2]]),i._chart.dataProvider[e].linecolor=null!==i.lineColor()?i.lineColor():i._palette(t[i.columns()[2]])}),this._chart.colors=[],this.showScrollbar()?this._chart.chartScrollbar.enabled=!0:this._chart.chartScrollbar.enabled=!1,this.showCursor()?(this._chart.precision="ordinal"===this.xAxes()[0].axisType()?1:void 0,this._chart.chartCursor.enabled=!0,this._chart.chartCursor.valueLineEnabled=!0,this._chart.chartCursor.valueLineBalloonEnabled=!0,this._chart.chartCursor.categoryBalloonEnabled=!0):(this._chart.precision=void 0,this._chart.chartCursor.enabled=!1,this._chart.chartCursor.valueLineEnabled=!1,this._chart.chartCursor.valueLineBalloonEnabled=!1,this._chart.chartCursor.categoryBalloonEnabled=!1),this._chart},a.prototype.buildGraphObj=function(t,i){var e=this,o={};return o.id="g"+i,o.balloonFunction=function(t){var i=e.columns()[t.graph.index]+": "+e.data()[t.index][t.graph.index];return i},o.lineAlpha=e.lineOpacity(),o.lineThickness=e.lineWidth(),o.bullet=e.bulletType(),o.bulletSize=e.bulletSize(),o.dashLength=e.dashedLineStyle(),o.lineAlpha=e.lineOpacity(),o.lineColor=e.lineColor(),o.lineThickness=e.lineWidth(),o.type=t,o.colorField="color"+i,o.lineColorField="linecolor","ordinal"===this.xAxes()[0].axisType()&&(o.xField="idx",o.yField=e.columns()[i]),"linear"===this.xAxes()[0].axisType()&&(o.xField=e.columns()[0],o.yField=e.columns()[1]),o},a.prototype.formatData=function(t){var i=this,e=[];return t.forEach(function(t,o){var s={};i.columns().forEach(function(i,e){s[i]=t[e],s.idx=o+1}),e.push(s)}),e},a.prototype.enter=function(t,s){i.prototype.enter.apply(this,arguments),0===this.xAxes().length&&this.xAxes().push(this._xAxis),0===this.yAxes().length&&this.yAxes().push(this._yAxis);var a=this,l={type:"xy",addClassNames:!0,autoMargins:!0,chartScrollbar:{},valueAxes:[],chartCursor:{enabled:!1,valueLineEnabled:!1,valueLineBalloonEnabled:!1,categoryBalloonEnabled:!1,cursorAlpha:0,valueLineAlpha:.2,oneBalloonOnly:!0,balloonPointerOrientation:"vertical",valueBalloonsEnabled:!1},graphs:[{}],dataProvider:[{}],responsive:{enabled:!0}};"function"==typeof define&&define.amd&&(l.pathToImages=o.toUrl("amchartsImg")),this._chart=e.makeChart(t,l),this._chart.addListener("clickGraphItem",function(t){var i=t.graph,e=t.item.dataContext,o=i.colorField;null!==e[o]&&void 0!==e[o]?(delete e[o],"simple"===a.selectionMode()&&(null!==a._selected&&delete a._selected.data[a._selected.field],a._selected=null)):(e[o]=a.selectionColor(),"simple"===a.selectionMode()&&(null!==a._selected&&delete a._selected.data[a._selected.field],a._selected={field:o,data:e,cIdx:t.target.index,dIdx:t.index},a._selections.push(a._selected))),t.chart.validateData(),a.click(a.rowToObj(a.data()[t.index]),a.columns()[t.target.index],null!==a._selected)})},a.prototype.update=function(t,e){i.prototype.update.apply(this,arguments);var o=this;this.yAxes().forEach(function(t,i){0===i&&(o._yAxis=t),t._owningWidget=o}),this.xAxes().forEach(function(t,i){0===i&&(o._xAxis=t),t._owningWidget=o}),this.backwardsCompatible()?this.switchProperties(!0):this.switchProperties(!1),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()))},a.prototype.render=function(t){return i.prototype.render.apply(this,arguments)},a.prototype.data=function(t){return arguments.length&&this._dataUpdated++,i.prototype.data.apply(this,arguments)},a.prototype.columns=function(t){return arguments.length&&this._columnsUpdated++,i.prototype.columns.apply(this,arguments)},a}); \ No newline at end of file diff --git a/dist-amd/amchart/Funnel.js b/dist-amd/amchart/Funnel.js new file mode 100644 index 0000000000..4206198ca4 --- /dev/null +++ b/dist-amd/amchart/Funnel.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./CommonFunnel","../api/I2DChart"],e):t.amchart_Funnel=e(t.d3,t.amchart_CommonFunnel,t.api_I2DChart)}(this,function(t,e,n){function p(){e.call(this)}return p.prototype=Object.create(e.prototype),p.prototype.constructor=p,p.prototype._class+=" amchart_Funnel",p.prototype["implements"](n.prototype),p.prototype.publish("paletteID","default","set","Palette ID",p.prototype._palette["switch"](),{tags:["Basic","Shared"]}),p.prototype.publish("neckHeightPercent",30,"number","Neck Height %",null,{tags:["Basic"]}),p.prototype.publish("neckWidthPercent",40,"number","Neck Width %",null,{tags:["Basic"]}),p.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments)},p.prototype.updateChartOptions=function(){e.prototype.updateChartOptions.apply(this,arguments),this._chart.balloonFunction=function(t){var e=t.title+", "+t.value;return e},this._chart.neckHeight=this.neckHeightPercent()+"%",this._chart.neckWidth=this.neckWidthPercent()+"%"},p.prototype.update=function(t,n){e.prototype.update.apply(this,arguments),this.updateChartOptions(),this._chart.validateNow(),this._chart.validateData()},p}); \ No newline at end of file diff --git a/dist-amd/amchart/Gantt.js b/dist-amd/amchart/Gantt.js new file mode 100644 index 0000000000..e0d81b6354 --- /dev/null +++ b/dist-amd/amchart/Gantt.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","amcharts.gantt","../api/INDChart","require"],e):t.amchart_Gantt=e(t.d3,t.common_HTMLWidget,t.AmCharts,t.api_INDChart,t.require)}(this,function(t,e,a,i,r){function s(){e.call(this),this._tag="div",this._chart={},this._selected=null,this._selections=[],this._dataUpdated=0,this._prevDataUpdated=-1,this._columnsUpdated=0,this._prevColumnsUpdated=-1,this._dateParserData=t.time.format("%Y-%m-%d").parse}s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" amchart_Gantt",s.prototype["implements"](i.prototype),s.prototype.publish("paletteID","default","set","Palette ID",s.prototype._palette["switch"](),{tags:["Basic","Shared"]}),s.prototype.publish("fontFamily","Verdana","string","Label Font Family",null,{tags:["Basic","Shared"]}),s.prototype.publish("fontSize",11,"number","Label Font Size",null,{tags:["Basic","Shared"]}),s.prototype.publish("fontColor","#000000","html-color","Label Font Color",null,{tags:["Basic","Shared"]}),s.prototype.publish("depth3D",0,"number","3D Depth (px)",null,{tags:["Basic"]}),s.prototype.publish("angle3D",0,"number","3D Angle (Deg)",null,{tags:["Basic"]}),s.prototype.publish("selectionMode","simple","set","Selection Mode",["simple","multi"],{tags:["Intermediate"]}),s.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("timePattern","%Y-%m-%d","string","Time Series Pattern"),s.prototype.publish("selectionColor","#f00","html-color","Font Color",null,{tags:["Basic"]}),s.prototype.publish("brightnessStep",0,"number","Brightness step",null,{tags:["Basic"]}),s.prototype.publish("columnWidth",.5,"number","column width",null,{tags:["Basic"]}),s.prototype.publish("minPeriod","DD","string","Value axis minimum period",null,{tags:["Basic"]}),s.prototype.publish("guides",[],"array","Vertical lines",null,{tags:["Intermediate"]});var o=s.prototype.timePattern;return s.prototype.timePattern=function(e){var a=o.apply(this,arguments);return arguments.length&&(this._dateParserData=t.time.format(e).parse),a},s.prototype.updateChartOptions=function(){var t=this;if(this._chart.color=this.fontColor(),this._chart.fontSize=this.fontSize(),this._chart.fontFamily=this.fontFamily(),this._chart.depth3D=this.depth3D(),this._chart.angle=this.angle3D(),this._dataUpdated>this._prevDataUpdated||this._prevTimePattern!==this.timePattern()){this._chart.dataProvider=[];var e=this.amFormattedData();for(var a in e){var i={};i.category=a,i.segments=[],e[a].forEach(function(e){var a={start:t._dateParserData(e[0]),end:t._dateParserData(e[1])};i.segments.push(a)}),this._chart.dataProvider.push(i)}}this._prevDataUpdated=this._dataUpdated,this._prevTimePattern=this.timePattern(),this._chart.dataProvider.forEach(function(e,a){t._chart.dataProvider[a].color=t._palette(a)}),this._chart.columnWidth=this.columnWidth(),this._chart.colorField="color",this._chart.valueAxes[0].type="date",this._chart.valueAxes[0].minPeriod=this.minPeriod(),this._chart.brightnessStep=this.brightnessStep()||void 0,this._chart.categoryField="category",this._chart.segmentsField="segments",this._chart.startDateField="start",this._chart.endDateField="end",this._chart.guides=this.guides()},s.prototype.amFormattedData=function(){var t={};return this.data().forEach(function(e){t[e[0]]||(t[e[0]]=[]),e.forEach(function(a,i){0!==i&&t[e[0]].push(a)})}),t},s.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments);var s=this,o={type:"gantt",theme:"none",autoMargins:!0,valueAxis:{},graph:{fillAlphas:1,balloonText:"[[category]]: [[open]] - [[value]]"},rotate:!0,dataProvider:[],chartScrollbar:{},"export":{enabled:!0}};"function"==typeof define&&define.amd&&(o.pathToImages=r.toUrl("amchartsImg")),this._chart=a.makeChart(t,o),this._chart.addListener("clickGraphItem",function(t){var e=t.graph.segmentData,a="color";null!==e[a]&&void 0!==e[a]?(delete e[a],"simple"===s.selectionMode()&&(null!==s._selected&&delete s._selected.data[s._selected.field],s._selected=null)):(e[a]=s.selectionColor(),"simple"===s.selectionMode()&&(null!==s._selected&&delete s._selected.data[s._selected.field],s._selected={field:a,data:e,colIndex:t.target.columnIndex,dIdx:t.index},s._selections.push(s._selected))),t.chart.validateData(),s.click(s.rowToObj(s.data()[t.index]),s.columns()[t.target.columnIndex+1],null!==s._selected)})},s.prototype.update=function(t,e){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this.updateChartOptions(),this._chart.validateNow(),this._chart.validateData()},s.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},s.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},s.prototype.columns=function(t){return arguments.length&&this._columnsUpdated++,e.prototype.columns.apply(this,arguments)},s}); \ No newline at end of file diff --git a/dist-amd/amchart/Gauge.js b/dist-amd/amchart/Gauge.js new file mode 100644 index 0000000000..4c7b788bfd --- /dev/null +++ b/dist-amd/amchart/Gauge.js @@ -0,0 +1 @@ +!function(t,a){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","amcharts.gauge","../api/I1DChart","require"],a):t.amchart_Gauge=a(t.d3,t.common_HTMLWidget,t.AmCharts,t.api_I1DChart,t.require)}(this,function(t,a,e,i,s){function h(){a.call(this),this._tag="div",this._chart={}}return h.prototype=Object.create(a.prototype),h.prototype.constructor=h,h.prototype._class+=" amchart_Gauge",h.prototype["implements"](i.prototype),h.prototype.publish("paletteID","default","set","Palette ID",h.prototype._palette["switch"](),{tags:["Basic","Shared"]}),h.prototype.publish("low",0,"number","Gauge lower bound",null,{tags:["Intermediate","Shared"]}),h.prototype.publish("high",100,"number","Gauge higher bound",null,{tags:["Intermediate","Shared"]}),h.prototype.publish("fontSize",11,"number","Font Size",null,{tags:["Basic","Shared"]}),h.prototype.publish("fontFamily","Verdana","string","Font Name",null,{tags:["Basic","Shared","Shared"]}),h.prototype.publish("fontColor","#000000","html-color","Font Color",null,{tags:["Basic","Shared"]}),h.prototype.publish("axisLineWidth",1,"number","Thickness of axis",null,{tags:["Intermediate"]}),h.prototype.publish("colorType","a","set","",["a","b","c"],{tags:["Basic"]}),h.prototype.publish("marginLeft",null,"number","Margin (Left)",null,{tags:["Intermediate"]}),h.prototype.publish("marginRight",null,"number","Margin (Right)",null,{tags:["Intermediate"]}),h.prototype.publish("marginTop",null,"number","Margin (Top)",null,{tags:["Intermediate"]}),h.prototype.publish("marginBottom",null,"number","Margin (Bottom)",null,{tags:["Intermediate"]}),h.prototype.publish("numBands",null,"number","",null,{tags:["Intermediate"]}),h.prototype.publish("bandsColor",[],"array","Bands Color",null,{tags:["Basic"]}),h.prototype.publish("bandsStartValue",[],"array","Bands Start Value",null,{tags:["Advanced"]}),h.prototype.publish("bandsEndValue",[],"array","Bands End Value",null,{tags:["Advanced"]}),h.prototype.publish("bandsInnerRadius",[],"array","Bands Inner Radius",null,{tags:["Advanced"]}),h.prototype.publish("axisAlpha",.2,"number","Axis Alpha",null,{tags:["Intermediate"]}),h.prototype.publish("tickAlpha",.2,"number","Tick Alpha",null,{tags:["Intermediate"]}),h.prototype.publish("valueInterval",20,"number","Value Interval",null,{tags:["Advanced"]}),h.prototype.publish("bottomText","","string","Text Along Bottom",null,{tags:["Intermediate"]}),h.prototype.publish("bottomTextYOffset",-20,"number","Bottom Text Vertical Offset",null,{tags:["Intermediate"]}),h.prototype.publish("animatationDuration",2,"number","Animation Duration (sec)",null,{tags:["Intermediate"]}),h.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),h.prototype.updateChartOptions=function(){this._chart.type="gauge",this._chart.theme="none",this._chart.startDuration=this.animatationDuration(),this._chart.color=this.fontColor(),this._chart.fontSize=this.fontSize(),this._chart.fontFamily=this.fontFamily(),this._chart.titles=[],this._chart.allLabels=[],this.marginLeft()&&(this._chart.marginLeft=this.marginLeft()),this.marginRight()&&(this._chart.marginRight=this.marginRight()),this.marginTop()&&(this._chart.marginTop=this.marginTop()),this.marginBottom()&&(this._chart.marginBottom=this.marginBottom()),this._chart.axes[0].axisThickness=this.axisLineWidth(),this._chart.axes[0].axisAlpha=this.axisAlpha(),this._chart.axes[0].tickAlpha=this.tickAlpha(),this._chart.axes[0].valueInterval=this.valueInterval(),this._chart.axes[0].bands=[],this._chart.axes[0].bottomText=this.bottomText(),this._chart.axes[0].bottomTextYOffset=this.bottomTextYOffset(),this._chart.axes[0].endValue=this.high(),this._chart.axes[0].startValue=this.low();var t,a;if("a"===this.colorType())for(t=0,a=this.numBands();a>t;t++){var e={color:this.bandsColor()[t],startValue:this.bandsStartValue()[t],endValue:this.bandsEndValue()[t],innerRadius:this.bandsInnerRadius()[t]};this._chart.axes[0].bands.push(e)}if("b"===this.colorType())for(t=0,a=this.high();a>t;t++){var i={color:this._palette(t,this.low(),this.high()),startValue:t,endValue:t+1,innerRadius:this.bandsInnerRadius()[0]};this._chart.axes[0].bands.push(i)}if("c"===this.colorType()){var s={color:this._palette(this.data(),this.low(),this.high()),startValue:this.low(),endValue:this.high(),innerRadius:this.bandsInnerRadius()[0]};this._chart.axes[0].bands.push(s)}return this._chart.axes[0].bottomText=this.bottomText().replace("[[data]]",this.data()),this._chart},h.prototype.update=function(t,a){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this.updateChartOptions(),this._chart.arrows[0].setValue(this.data()),this._chart.validateNow(),this._chart.validateData()},h.prototype.enter=function(t,a){t.style.width=this.size().width+"px",t.style.height=this.size().height+"px";var i={type:"gauge",addClassNames:!0,axes:[{}],arrows:[{}]};"function"==typeof define&&define.amd&&(i.pathToImages=s.toUrl("amchartsImg")),this._chart=e.makeChart(t,i)},h}); \ No newline at end of file diff --git a/dist-amd/amchart/Line.js b/dist-amd/amchart/Line.js new file mode 100644 index 0000000000..12442baff5 --- /dev/null +++ b/dist-amd/amchart/Line.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./CommonSerial","../api/INDChart"],e):t.amchart_Line=e(t.d3,t.amchart_CommonSerial,t.api_INDChart)}(this,function(t,e,a){function o(){e.call(this),this._tag="div",this._gType="line"}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" amchart_Line",o.prototype["implements"](a.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("smoothLines",!1,"boolean","Causes chart data lines to draw smoothly",null,{tags:["Basic","Shared"]}),o.prototype.publish("stepLines",!1,"boolean","Causes chart data lines to draw smoothly",null,{tags:["Basic"]}),o.prototype.publish("bulletSize",6,"number","Bullet Size",null,{tags:["Intermediate"]}),o.prototype.publish("bulletType","round","set","Bullet Type",["none","round","square","triangleUp","triangleDown","triangleLeft","triangleRight","bubble","diamond"],{tags:["Basic"]}),o.prototype.enter=function(t,a){e.prototype.enter.apply(this,arguments)},o.prototype.updateChartOptions=function(){return e.prototype.updateChartOptions.apply(this,arguments),this.buildGraphs(this._gType),this._chart},o.prototype.buildGraphs=function(t){function a(t,e){return this.stepLines()?t.type="step":this.smoothLines()?t.type="smoothedLine":t.type="line",t.bullet=this.bulletType(),t.bulletSize=this.bulletSize(),t}this._chart.graphs=[];for(var o=0;oe[1]?1:-1},this.data().sort(t),this._chart.colorField="sliceColor",(this._dataUpdated>this._prevDataUpdated||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.formatData(this.data())),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._chart.colors=this.data().map(function(t){return this._palette(t[0])},this),this._chart.pullOutOnlyOne="simple"===this.selectionMode(),this.pieAlpha().forEach(function(t,e){"undefined"==typeof this._chart.chartData[e]&&(this._chart.chartData[e]={}),this._chart.chartData[e].alpha=t},this),this._chart},o.prototype.formatData=function(t){var e=[],i=this;return t.forEach(function(t){var a={};i.columns().forEach(function(e,i){a[e]=t[i]}),e.push(a)}),e},o.prototype.enter=function(t,a){e.prototype.enter.apply(this,arguments);var o=this,r={type:"pie",addClassNames:!0,theme:"none"};"function"==typeof define&&define.amd&&(r.pathToImages=s.toUrl("amchartsImg")),this._chart=i.makeChart(t,r),this._chart.addListener("clickSlice",function(t){var e=t.chart.colorField,i=t.dataItem.dataContext;null!==i[e]&&void 0!==i[e]?(delete i[e],"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field],o._selected=null)):(i[e]=o.selectionColor(),"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field],o._selected={field:e,data:i,cIdx:1,dIdx:t.dataItem.index},o._selections.push(o._selected))),t.chart.validateData(),o.click(o.rowToObj(o.data()[t.dataItem.index]),o.columns()[1],null!==o._selected)})},o.prototype.update=function(t,e){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this.updateChartOptions(),this._chart.validateNow(),this._chart.validateData()},o.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},o.prototype.postUpdate=function(e,i){var a=this,s=a._element.select("svg").node().getBoundingClientRect();this.d3LabelSelection=i.selectAll(".amcharts-pie-label");var o=[],r=[],l=[],h=[];this.d3LabelSelection.each(function(e,i){var a=t.select(this).node().getBoundingClientRect(),n=a.top;ns.bottom&&h.push(s.bottom-n);var c=a.right;c>s.right&&r.push(s.right-c);var d=a.left;dn&&(u+=n),0>p&&(u+=p),0>c&&(u+=c),0>d&&(u+=d),this.calcRadius()+u-20"+t.series+" / "+t.label+": "+t.value+"":""+t.label+": "+t.value+""}},p}); \ No newline at end of file diff --git a/dist-amd/api/ITree.js b/dist-amd/api/ITree.js new file mode 100644 index 0000000000..8be7b61c7e --- /dev/null +++ b/dist-amd/api/ITree.js @@ -0,0 +1 @@ +!function(e,t){"function"==typeof define&&define.amd?define(["../common/Palette"],t):e.api_ITree=t(e.common_Palette)}(this,function(e){function t(){}return t.prototype._palette=e.ordinal("default"),t.prototype.click=function(e){console.log("Click: "+e.label)},t}); \ No newline at end of file diff --git a/dist-amd/build.txt b/dist-amd/build.txt new file mode 100644 index 0000000000..e7484a1f32 --- /dev/null +++ b/dist-amd/build.txt @@ -0,0 +1,591 @@ + +amchart/Area.css +---------------- +amchart/Area.css + +amchart/Combo.css +---------------- +amchart/Combo.css + +api/ITooltip.css +---------------- +api/ITooltip.css + +chart/Axis.css +---------------- +chart/Axis.css + +chart/Bubble.css +---------------- +chart/Bubble.css + +chart/Bullet.css +---------------- +chart/Bullet.css + +chart/Column.css +---------------- +chart/Column.css + +chart/HexBin.css +---------------- +chart/HexBin.css + +chart/Line.css +---------------- +chart/Line.css + +chart/Pie.css +---------------- +chart/Pie.css + +chart/Scatter.css +---------------- +chart/Scatter.css + +chart/Summary.css +---------------- +chart/Summary.css + +chart/XYAxis.css +---------------- +chart/XYAxis.css + +common/FAChar.css +---------------- +common/FAChar.css + +common/Icon.css +---------------- +common/Icon.css + +common/List.css +---------------- +common/List.css + +common/Menu.css +---------------- +common/Menu.css + +common/ResizeSurface.css +---------------- +common/ResizeSurface.css + +common/Shape.css +---------------- +common/Shape.css + +common/Surface.css +---------------- +common/Surface.css + +common/SVGZoomWidget.css +---------------- +common/SVGZoomWidget.css + +common/Text.css +---------------- +common/Text.css + +common/TextBox.css +---------------- +common/TextBox.css + +form/Form.css +---------------- +form/Form.css + +form/Input.css +---------------- +form/Input.css + +form/Slider.css +---------------- +form/Slider.css + +google/Bar.css +---------------- +google/Bar.css + +google/Column.css +---------------- +google/Column.css + +google/Line.css +---------------- +google/Line.css + +google/Pie.css +---------------- +google/Pie.css + +graph/Edge.css +---------------- +graph/Edge.css + +graph/Graph.css +---------------- +graph/Graph.css + +graph/Sankey.css +---------------- +graph/Sankey.css + +graph/Vertex.css +---------------- +graph/Vertex.css + +layout/AbsoluteSurface.css +---------------- +layout/AbsoluteSurface.css + +layout/Accordion.css +---------------- +layout/Accordion.css + +layout/Border.css +---------------- +layout/Border.css + +layout/Cell.css +---------------- +layout/Cell.css + +layout/Grid.css +---------------- +layout/Grid.css + +layout/Layered.css +---------------- +layout/Layered.css + +layout/Surface.css +---------------- +layout/Surface.css + +layout/Tabbed.css +---------------- +layout/Tabbed.css + +layout/Toolbar.css +---------------- +layout/Toolbar.css + +map/Choropleth.css +---------------- +map/Choropleth.css + +map/GeoHash.css +---------------- +map/GeoHash.css + +map/GMap.css +---------------- +map/GMap.css + +map/Graph.css +---------------- +map/Graph.css + +map/Graticule.css +---------------- +map/Graticule.css + +map/Heat.css +---------------- +map/Heat.css + +map/Layered.css +---------------- +map/Layered.css + +map/Lines.css +---------------- +map/Lines.css + +map/OpenStreet.css +---------------- +map/OpenStreet.css + +map/Pins.css +---------------- +map/Pins.css + +other/AutoCompleteText.css +---------------- +other/AutoCompleteText.css + +other/CalendarHeatMap.css +---------------- +other/CalendarHeatMap.css + +other/Html.css +---------------- +other/Html.css + +other/Legend.css +---------------- +other/Legend.css + +other/MorphText.css +---------------- +other/MorphText.css + +other/Paginator.css +---------------- +other/Paginator.css + +other/PropertyEditor.css +---------------- +other/PropertyEditor.css + +other/Select.css +---------------- +other/Select.css + +other/Table.css +---------------- +other/Table.css + +other/ThemeEditor.css +---------------- +other/ThemeEditor.css + +other/WordCloud.css +---------------- +other/WordCloud.css + +tree/CirclePacking.css +---------------- +tree/CirclePacking.css + +tree/Dendrogram.css +---------------- +tree/Dendrogram.css + +tree/SunburstPartition.css +---------------- +tree/SunburstPartition.css + +tree/Treemap.css +---------------- +tree/Treemap.css + +hpcc-viz.js +---------------- +C:/Users/gordon/git/Visualization2/node_modules/requirejs/require.js +C:/Users/gordon/git/Visualization2/node_modules/require-css/css.js +C:/Users/gordon/git/Visualization2/node_modules/require-css/normalize.js +C:/Users/gordon/git/Visualization2/node_modules/requirejs-plugins/src/async.js +C:/Users/gordon/git/Visualization2/node_modules/requirejs-plugins/src/propertyParser.js +C:/Users/gordon/git/Visualization2/node_modules/requirejs-plugins/src/goog.js +C:/Users/gordon/git/Visualization2/node_modules/requirejs-text/text.js +C:/Users/gordon/git/Visualization2/node_modules/requirejs-plugins/src/json.js +C:/Users/gordon/git/Visualization2/bower_components/d3/d3.js +C:/Users/gordon/git/Visualization2/bower_components/es6-promise/promise.js +C:/Users/gordon/git/Visualization2/src/common/Utility.js +C:/Users/gordon/git/Visualization2/src/other/Persist.js +C:/Users/gordon/git/Visualization2/src/loader.js + +hpcc-viz-common.js +---------------- +C:/Users/gordon/git/Visualization2/bower_components/d3-plugins/bullet/bullet.js +C:/Users/gordon/git/Visualization2/bower_components/d3-plugins/sankey/sankey.js +C:/Users/gordon/git/Visualization2/bower_components/d3-cloud/build/d3.layout.cloud.js +C:/Users/gordon/git/Visualization2/src/common/Class.js +C:/Users/gordon/git/Visualization2/src/common/Platform.js +C:/Users/gordon/git/Visualization2/src/common/PropertyExt.js +C:/Users/gordon/git/Visualization2/src/common/Database.js +C:/Users/gordon/git/Visualization2/src/common/Widget.js +C:/Users/gordon/git/Visualization2/src/common/CanvasWidget.js +C:/Users/gordon/git/Visualization2/src/common/Transition.js +C:/Users/gordon/git/Visualization2/src/common/SVGWidget.js +css!src/common/Text +C:/Users/gordon/git/Visualization2/src/common/Text.js +css!src/common/FAChar +C:/Users/gordon/git/Visualization2/src/common/FAChar.js +C:/Users/gordon/git/Visualization2/src/common/HTMLWidget.js +css!src/common/Shape +C:/Users/gordon/git/Visualization2/src/common/Shape.js +css!src/common/Icon +C:/Users/gordon/git/Visualization2/src/common/Icon.js +C:/Users/gordon/git/Visualization2/src/common/IList.js +C:/Users/gordon/git/Visualization2/src/common/Image.js +C:/Users/gordon/git/Visualization2/src/common/IMenu.js +css!src/common/TextBox +C:/Users/gordon/git/Visualization2/src/common/TextBox.js +css!src/common/List +C:/Users/gordon/git/Visualization2/src/common/List.js +css!src/common/Menu +C:/Users/gordon/git/Visualization2/src/common/Menu.js +C:/Users/gordon/git/Visualization2/bower_components/colorbrewer/colorbrewer.js +C:/Users/gordon/git/Visualization2/src/common/Palette.js +css!src/common/Surface +C:/Users/gordon/git/Visualization2/src/common/Surface.js +css!src/common/ResizeSurface +C:/Users/gordon/git/Visualization2/src/common/ResizeSurface.js +css!src/common/SVGZoomWidget +C:/Users/gordon/git/Visualization2/src/common/SVGZoomWidget.js +C:/Users/gordon/git/Visualization2/src/common/WidgetArray.js + +hpcc-viz-layout.js +---------------- +css!src/layout/AbsoluteSurface +C:/Users/gordon/git/Visualization2/src/layout/AbsoluteSurface.js +css!src/layout/Accordion +C:/Users/gordon/git/Visualization2/src/layout/Accordion.js +css!src/layout/Surface +C:/Users/gordon/git/Visualization2/src/layout/Surface.js +css!src/layout/Cell +C:/Users/gordon/git/Visualization2/src/layout/Cell.js +css!src/layout/Border +C:/Users/gordon/git/Visualization2/src/layout/Border.js +css!src/layout/Grid +C:/Users/gordon/git/Visualization2/src/layout/Grid.js +css!src/layout/Layered +C:/Users/gordon/git/Visualization2/src/layout/Layered.js +C:/Users/gordon/git/Visualization2/src/layout/Popup.js +css!src/layout/Tabbed +C:/Users/gordon/git/Visualization2/src/layout/Tabbed.js +css!src/layout/Toolbar +C:/Users/gordon/git/Visualization2/src/layout/Toolbar.js + +hpcc-viz-api.js +---------------- +C:/Users/gordon/git/Visualization2/src/api/I1DChart.js +C:/Users/gordon/git/Visualization2/src/api/I2DChart.js +C:/Users/gordon/git/Visualization2/src/api/IGraph.js +C:/Users/gordon/git/Visualization2/src/api/IInput.js +C:/Users/gordon/git/Visualization2/src/api/INDChart.js +C:/Users/gordon/git/Visualization2/bower_components/d3-tip/index.js +css!src/api/ITooltip +C:/Users/gordon/git/Visualization2/src/api/ITooltip.js +C:/Users/gordon/git/Visualization2/src/api/ITree.js + +hpcc-viz-other.js +---------------- +C:/Users/gordon/git/Visualization2/src/other/Audio.js +C:/Users/gordon/git/Visualization2/bower_components/javascript-auto-complete/auto-complete.js +css!src/other/AutoCompleteText +css!autoComplete +C:/Users/gordon/git/Visualization2/src/other/AutoCompleteText.js +css!src/other/CalendarHeatMap +C:/Users/gordon/git/Visualization2/src/other/CalendarHeatMap.js +C:/Users/gordon/git/Visualization2/src/other/Comms.js +C:/Users/gordon/git/Visualization2/bower_components/simpleheat/index.js +C:/Users/gordon/git/Visualization2/src/other/HeatMap.js +css!src/other/Html +C:/Users/gordon/git/Visualization2/src/other/Html.js +css!src/other/Paginator +C:/Users/gordon/git/Visualization2/src/other/Paginator.js +css!src/other/Table +C:/Users/gordon/git/Visualization2/src/other/Table.js +css!src/other/Legend +C:/Users/gordon/git/Visualization2/src/other/Legend.js +css!src/other/MorphText +C:/Users/gordon/git/Visualization2/src/other/MorphText.js +C:/Users/gordon/git/Visualization2/src/other/NestedTable.js +css!src/other/PropertyEditor +C:/Users/gordon/git/Visualization2/src/other/PropertyEditor.js +css!src/other/Select +C:/Users/gordon/git/Visualization2/src/other/Select.js +css!src/other/ThemeEditor +C:/Users/gordon/git/Visualization2/src/other/ThemeEditor.js +css!src/other/WordCloud +C:/Users/gordon/git/Visualization2/src/other/WordCloud.js + +hpcc-viz-chart.js +---------------- +css!src/chart/Axis +C:/Users/gordon/git/Visualization2/src/chart/Axis.js +css!src/chart/XYAxis +C:/Users/gordon/git/Visualization2/src/chart/XYAxis.js +css!src/chart/Scatter +C:/Users/gordon/git/Visualization2/src/chart/Scatter.js +C:/Users/gordon/git/Visualization2/src/chart/Area.js +css!src/chart/Column +C:/Users/gordon/git/Visualization2/src/chart/Column.js +C:/Users/gordon/git/Visualization2/src/chart/Bar.js +css!src/chart/Bubble +C:/Users/gordon/git/Visualization2/src/chart/Bubble.js +css!src/chart/Bullet +C:/Users/gordon/git/Visualization2/src/chart/Bullet.js +C:/Users/gordon/git/Visualization2/src/chart/Gantt.js +C:/Users/gordon/git/Visualization2/bower_components/d3-plugins/hexbin/hexbin.js +css!src/chart/HexBin +C:/Users/gordon/git/Visualization2/src/chart/HexBin.js +css!src/chart/Line +C:/Users/gordon/git/Visualization2/src/chart/Line.js +C:/Users/gordon/git/Visualization2/src/chart/MultiChart.js +C:/Users/gordon/git/Visualization2/src/chart/MultiChartSurface.js +css!src/chart/Pie +C:/Users/gordon/git/Visualization2/src/chart/Pie.js +C:/Users/gordon/git/Visualization2/src/chart/Step.js +css!src/chart/Summary +C:/Users/gordon/git/Visualization2/src/chart/Summary.js + +hpcc-viz-form.js +---------------- +css!src/form/Input +C:/Users/gordon/git/Visualization2/src/form/Button.js +C:/Users/gordon/git/Visualization2/src/form/CheckBox.js +C:/Users/gordon/git/Visualization2/src/form/ColorInput.js +C:/Users/gordon/git/Visualization2/src/form/Input.js +css!src/form/Slider +C:/Users/gordon/git/Visualization2/src/form/Slider.js +css!src/form/Form +C:/Users/gordon/git/Visualization2/src/form/Form.js +C:/Users/gordon/git/Visualization2/src/form/Radio.js +C:/Users/gordon/git/Visualization2/src/form/Range.js +C:/Users/gordon/git/Visualization2/src/form/Select.js +C:/Users/gordon/git/Visualization2/src/form/TextArea.js + +hpcc-viz-c3chart.js +---------------- +C:/Users/gordon/git/Visualization2/bower_components/c3/c3.js +css!c3 +C:/Users/gordon/git/Visualization2/src/c3chart/Common.js +C:/Users/gordon/git/Visualization2/src/c3chart/CommonND.js +C:/Users/gordon/git/Visualization2/src/c3chart/Area.js +C:/Users/gordon/git/Visualization2/src/c3chart/Column.js +C:/Users/gordon/git/Visualization2/src/c3chart/Bar.js +C:/Users/gordon/git/Visualization2/src/c3chart/Combo.js +C:/Users/gordon/git/Visualization2/src/c3chart/Common1D.js +C:/Users/gordon/git/Visualization2/src/c3chart/Common2D.js +C:/Users/gordon/git/Visualization2/src/c3chart/Donut.js +C:/Users/gordon/git/Visualization2/src/c3chart/Gauge.js +C:/Users/gordon/git/Visualization2/src/c3chart/Line.js +C:/Users/gordon/git/Visualization2/src/c3chart/Pie.js +C:/Users/gordon/git/Visualization2/src/c3chart/Scatter.js +C:/Users/gordon/git/Visualization2/src/c3chart/Step.js + +hpcc-viz-google.js +---------------- +goog!visualization,1,packages:[corechart] +C:/Users/gordon/git/Visualization2/src/google/Common.js +C:/Users/gordon/git/Visualization2/src/google/CommonND.js +C:/Users/gordon/git/Visualization2/src/google/Area.js +C:/Users/gordon/git/Visualization2/src/google/Column.js +C:/Users/gordon/git/Visualization2/src/google/Bar.js +C:/Users/gordon/git/Visualization2/src/google/Combo.js +C:/Users/gordon/git/Visualization2/src/google/Common2D.js +C:/Users/gordon/git/Visualization2/src/google/Line.js +C:/Users/gordon/git/Visualization2/src/google/Material.js +C:/Users/gordon/git/Visualization2/src/google/MaterialBar.js +C:/Users/gordon/git/Visualization2/src/google/MaterialGantt.js +C:/Users/gordon/git/Visualization2/src/google/Pie.js +C:/Users/gordon/git/Visualization2/src/google/Scatter.js +goog!visualization,1,packages:[timeline] +C:/Users/gordon/git/Visualization2/src/google/Timeline.js +goog!visualization,1,packages:[treemap] +C:/Users/gordon/git/Visualization2/src/google/TreeMap.js + +hpcc-viz-amchart.js +---------------- +C:/Users/gordon/git/Visualization2/bower_components/amcharts3/amcharts/amcharts.js +C:/Users/gordon/git/Visualization2/bower_components/amcharts3/amcharts/serial.js +C:/Users/gordon/git/Visualization2/src/amchart/Axis.js +C:/Users/gordon/git/Visualization2/src/amchart/SerialAxis.js +C:/Users/gordon/git/Visualization2/src/amchart/CommonSerial.js +css!src/amchart/Area +C:/Users/gordon/git/Visualization2/src/amchart/Area.js +C:/Users/gordon/git/Visualization2/src/amchart/Column.js +C:/Users/gordon/git/Visualization2/src/amchart/Bar.js +css!src/amchart/Combo +C:/Users/gordon/git/Visualization2/src/amchart/Combo.js +C:/Users/gordon/git/Visualization2/bower_components/amcharts3/amcharts/funnel.js +C:/Users/gordon/git/Visualization2/src/amchart/CommonFunnel.js +C:/Users/gordon/git/Visualization2/bower_components/amcharts3/amcharts/radar.js +C:/Users/gordon/git/Visualization2/src/amchart/CommonRadar.js +C:/Users/gordon/git/Visualization2/bower_components/amcharts3/amcharts/xy.js +C:/Users/gordon/git/Visualization2/src/amchart/XYAxis.js +C:/Users/gordon/git/Visualization2/src/amchart/CommonXY.js +C:/Users/gordon/git/Visualization2/src/amchart/Funnel.js +C:/Users/gordon/git/Visualization2/bower_components/amcharts3/amcharts/gantt.js +C:/Users/gordon/git/Visualization2/src/amchart/Gantt.js +C:/Users/gordon/git/Visualization2/bower_components/amcharts3/amcharts/gauge.js +C:/Users/gordon/git/Visualization2/src/amchart/Gauge.js +C:/Users/gordon/git/Visualization2/src/amchart/Line.js +C:/Users/gordon/git/Visualization2/bower_components/amcharts3/amcharts/pie.js +C:/Users/gordon/git/Visualization2/src/amchart/Pie.js +C:/Users/gordon/git/Visualization2/src/amchart/Polar.js +C:/Users/gordon/git/Visualization2/src/amchart/Pyramid.js +C:/Users/gordon/git/Visualization2/src/amchart/Scatter.js + +hpcc-viz-tree.js +---------------- +css!src/tree/CirclePacking +C:/Users/gordon/git/Visualization2/src/tree/CirclePacking.js +css!src/tree/Dendrogram +C:/Users/gordon/git/Visualization2/src/tree/Dendrogram.js +css!src/tree/SunburstPartition +C:/Users/gordon/git/Visualization2/src/tree/SunburstPartition.js +css!src/tree/Treemap +C:/Users/gordon/git/Visualization2/src/tree/Treemap.js + +hpcc-viz-graph.js +---------------- +css!src/graph/Edge +C:/Users/gordon/git/Visualization2/src/graph/Edge.js +css!src/graph/Vertex +C:/Users/gordon/git/Visualization2/src/graph/Vertex.js +C:/Users/gordon/git/Visualization2/bower_components/dagre/index.js +C:/Users/gordon/git/Visualization2/src/graph/GraphData.js +C:/Users/gordon/git/Visualization2/src/graph/GraphLayouts.js +css!src/graph/Graph +C:/Users/gordon/git/Visualization2/src/graph/Graph.js +css!src/graph/Sankey +C:/Users/gordon/git/Visualization2/src/graph/Sankey.js + +hpcc-viz-map.js +---------------- +C:/Users/gordon/git/Visualization2/bower_components/topojson/topojson.js +C:/Users/gordon/git/Visualization2/src/map/Utility.js +css!src/map/Layered +C:/Users/gordon/git/Visualization2/src/map/Layered.js +C:/Users/gordon/git/Visualization2/src/map/Layer.js +css!src/map/Choropleth +C:/Users/gordon/git/Visualization2/src/map/Choropleth.js +C:/Users/gordon/git/Visualization2/src/map/ChoroplethContinents.js +C:/Users/gordon/git/Visualization2/src/map/ChoroplethCounties.js +C:/Users/gordon/git/Visualization2/src/map/ChoroplethCountries.js +C:/Users/gordon/git/Visualization2/src/map/ChoroplethStates.js +C:/Users/gordon/git/Visualization2/src/map/ChoroplethStatesHeat.js +css!src/map/GeoHash +C:/Users/gordon/git/Visualization2/src/map/GeoHash.js +css!src/map/GMap +C:/Users/gordon/git/Visualization2/src/map/GMap.js +C:/Users/gordon/git/Visualization2/src/map/GMapGraph.js +C:/Users/gordon/git/Visualization2/src/map/GMapHeat.js +C:/Users/gordon/git/Visualization2/src/map/GMapLayered.js +css!src/map/Pins +C:/Users/gordon/git/Visualization2/src/map/Pins.js +C:/Users/gordon/git/Visualization2/src/map/GMapPin.js +css!src/map/Lines +C:/Users/gordon/git/Visualization2/src/map/Lines.js +C:/Users/gordon/git/Visualization2/src/map/GMapPinLine.js +css!src/map/Graph +C:/Users/gordon/git/Visualization2/src/map/Graph.js +css!src/map/Graticule +C:/Users/gordon/git/Visualization2/src/map/Graticule.js +css!src/map/Heat +C:/Users/gordon/git/Visualization2/src/map/Heat.js +C:/Users/gordon/git/Visualization2/src/map/IChoropleth.js +css!src/map/OpenStreet +C:/Users/gordon/git/Visualization2/src/map/OpenStreet.js +C:/Users/gordon/git/Visualization2/src/map/TestHeatMap.js +C:/Users/gordon/git/Visualization2/src/map/TopoJSONChoropleth.js + +hpcc-viz-composite.js +---------------- +C:/Users/gordon/git/Visualization2/src/composite/MegaChart.js + +hpcc-viz-marshaller.js +---------------- +C:/Users/gordon/git/Visualization2/src/marshaller/FlyoutButton.js +C:/Users/gordon/git/Visualization2/src/marshaller/HipieDDL.js +C:/Users/gordon/git/Visualization2/src/marshaller/HipieDDLMixin.js +C:/Users/gordon/git/Visualization2/src/marshaller/Graph.js +C:/Users/gordon/git/Visualization2/src/marshaller/HTML.js +C:/Users/gordon/git/Visualization2/src/marshaller/Tabbed.js +C:/Users/gordon/git/Visualization2/src/marshaller/TargetMarshaller.js diff --git a/dist-amd/c3chart/Area.js b/dist-amd/c3chart/Area.js new file mode 100644 index 0000000000..bf1a5ca3cf --- /dev/null +++ b/dist-amd/c3chart/Area.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./CommonND"],e):t.c3chart_Area=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="area"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Area",e.prototype.publish("stacked",!1,"boolean","Stack Chart",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineWidth",1,"number","Line Width",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineDashStyle",[],"array","Dashed Lines",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineOpacity",1,"number","Line Alpha",null,{tags:["Basic","Shared"]}),e.prototype.publish("fillOpacity",.2,"number","Opacity of The Fill Color",null,{tags:["Basic","Shared"]}),e.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this.stacked()?this.c3Chart.groups([this.columns().slice(1,this.columns().length)]):this.c3Chart.groups([]),i.selectAll(".c3-line").style({"stroke-width":this.lineWidth()+"px","stroke-opacity":this.lineOpacity(),"stroke-dasharray":this.lineDashStyle().toString()}),i.selectAll(".c3-area").style({opacity:this.fillOpacity()})},e}); \ No newline at end of file diff --git a/dist-amd/c3chart/Bar.js b/dist-amd/c3chart/Bar.js new file mode 100644 index 0000000000..08c891caff --- /dev/null +++ b/dist-amd/c3chart/Bar.js @@ -0,0 +1 @@ +!function(t,o){"function"==typeof define&&define.amd?define(["./Column"],o):t.c3chart_Bar=o(t.c3chart_Column)}(this,function(t){function o(o){t.call(this),this._config.axis.rotated=!0}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" c3chart_Bar",o}); \ No newline at end of file diff --git a/dist-amd/c3chart/Column.js b/dist-amd/c3chart/Column.js new file mode 100644 index 0000000000..ce770a4aaa --- /dev/null +++ b/dist-amd/c3chart/Column.js @@ -0,0 +1 @@ +!function(t,o){"function"==typeof define&&define.amd?define(["./CommonND"],o):t.c3chart_Column=o(t.c3chart_CommonND)}(this,function(t){function o(o){t.call(this),this._type="bar"}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" c3chart_Column",o.prototype.publish("stacked",!1,"boolean","Stack Chart",null,{tags:["Basic","Shared"]}),o.prototype.enter=function(o,e){t.prototype.enter.apply(this,arguments)},o.prototype.update=function(o,e){t.prototype.update.apply(this,arguments),this.stacked()?this.c3Chart.groups([this.columns().slice(1,this.columns().length)]):this.c3Chart.groups([])},o}); \ No newline at end of file diff --git a/dist-amd/c3chart/Combo.js b/dist-amd/c3chart/Combo.js new file mode 100644 index 0000000000..d8404546a4 --- /dev/null +++ b/dist-amd/c3chart/Combo.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./CommonND"],e):t.c3chart_Combo=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="bar",this._previousTypes=void 0}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Column",e.prototype.publish("stacked",!1,"boolean","Stack Chart",null,{tags:["Basic"]}),e.prototype.publish("defaultType","bar","set","Default chart type",["bar","line","spline","area","area-spline","step","area-step","scatter"],{tags:["Basic"]}),e.prototype.publish("types",[],"array","Array of chart types (ex:bar|line|spline|area|area-spline|step|area-step|scatter)",null,{tags:["Basic"]}),e.prototype.publish("areaFillOpacity",.4,"number","Opacity of all 'Area' chart types in this Combo chart",null,{tags:["Basic"],number:{min:0,max:1,step:.1,slider:!1}}),e.prototype.enter=function(e,s){var a={},i=this.types();this._previousTypes=this.types().join("|");for(var p in i)a[this.columns()[parseInt(p)+1]]=i[p];i.length>0&&(this._config.data.types=a),t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,s){if(t.prototype.update.apply(this,arguments),this._previousTypes!==this.types().join("|")){var a=this._previousTypes.split("|"),i=this.getC3Columns();for(var p in i)("undefined"==typeof a[p]||this.types()[p]!==a[p])&&(this.c3Chart.unload({ids:i[p][0]}),this.c3Chart.load({columns:[i[p]],type:"undefined"!=typeof this.types()[p]?this.types()[p]:this.defaultType()}));this._previousTypes=this.types().join("|")}this.stacked()?this.c3Chart.groups([this.columns().slice(1,this.columns().length)]):this.c3Chart.groups([]),s.selectAll(".c3-area").style({opacity:this.areaFillOpacity()})},e}); \ No newline at end of file diff --git a/dist-amd/c3chart/Common.js b/dist-amd/c3chart/Common.js new file mode 100644 index 0000000000..6fa78e3fb1 --- /dev/null +++ b/dist-amd/c3chart/Common.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","c3","../common/HTMLWidget","css!c3"],e):t.c3chart_Common=e(t.d3,t.c3,t.common_HTMLWidget)}(this,function(t,e,n){function o(t){n.call(this);var e=this;this._tag="div",this._type="unknown",this._config={axis:{},legend:{position:"bottom",show:!0},data:{}},this._prevColumnIDs=[],this._config.data.onclick=function(t,n){e.click(e.rowToObj(e.data()[t.index]),t.id,e.c3Chart.selected().length>0)}}return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.prototype._class+=" c3chart_Common",o.prototype.publish("showLegend",!1,"boolean","Show/Hide Legend",null,{tags:["Basic","Shared"]}),o.prototype.publish("legendFontColor",null,"html-color","Legend Font Color",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("legendFontSize",null,"number","Legend Font Size",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("legendFontFamily",null,"string","Legend Font Name",null,{tags:["Private","Shared"]}),o.prototype.publish("legendFontBold",!1,"boolean","Legend Font Bold",null,{tags:["Private","Shared"]}),o.prototype.publish("legendFontItalic",!1,"boolean","Legend Font Italic",null,{tags:["Private","Shared"]}),o.prototype.publish("fontSize",null,"number","Font Size",null,{tags:["Basic","Shared"]}),o.prototype.publish("fontFamily",null,"string","Font Name",null,{tags:["Basic","Shared","Shared"]}),o.prototype.publish("fontColor",null,"html-color","Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("legendPosition","right","set","Legend Position",["bottom","right"],{tags:["Intermediate"]}),o.prototype.publish("animationDuration",0,"number","Animation Duration",null,{tags:["Advanced"]}),o.prototype.type=function(t){return arguments.length?(this._type=t,this):this._type},o.prototype.getC3Series=function(){return this.columns().filter(function(t,e){return e>0})},o.prototype.getC3Rows=function(){var t=[this.columns().filter(function(t,e){return e>0})].concat(this.data().map(function(t){return t.filter(function(t,e){return e>0})}));return t},o.prototype.getC3Categories=function(){var t=this.data().map(function(t,e){return t[0]});return t},o.prototype.getC3Column=function(t){var e=[this.columns()[t]].concat(this.data().map(function(e,n){return e[t]}));return e},o.prototype.getC3Columns=function(t){if(!this.data().length)return[];t=t||this.columns().length;for(var e=[],n="function"==typeof this.xAxisType&&"time"===this.xAxisType()?0:1,o=n;t>o;++o)e.push(this.getC3Column(o));return e},o.prototype.enter=function(t,o){n.prototype.enter.apply(this,arguments),o.style("overflow","hidden"),this._config.size={width:this.width(),height:this.height()},this._config.transition={duration:this.animationDuration()},this._config.data.type=this._type,"gauge"!==this._type&&(this._config.legend={position:this.legendPosition()}),this._config.data.selection={enabled:!0,multiple:!1},this._config.bindto=o.append("div").datum(null),this._config.data.columns=[],this.c3Chart=e.generate(this._config)},o.prototype.update=function(t,e){n.prototype.update.apply(this,arguments),this.showLegend()?this.c3Chart.legend.show():this.c3Chart.legend.hide(),this.c3Chart.resize({width:this.width(),height:this.height()});var o=this.getChartOptions(),i=o.columns.map(function(t){return t[0]});o.unload=this._prevColumnIDs.filter(function(t){return i.indexOf(t)<0}),this.c3Chart.load(o),this._prevColumnIDs=i,e.selectAll(".c3 text").style({stroke:this.fontColor(),fill:this.fontColor(),"font-size":this.fontSize_exists()?this.fontSize()+"px":null,"font-family":this.fontFamily()}).attr("font-family",this.fontFamily()),e.selectAll(".c3 .c3-legend-item text").style({fill:this.legendFontColor(),"font-size":this.legendFontSize_exists()?this.legendFontSize()+"px":null,"font-family":this.legendFontFamily(),"font-weight":this.legendFontBold()?"bold":"normal","font-style":this.legendFontItalic()?"italic":"normal"}).attr("font-family",this.legendFontFamily())},o.prototype.getChartOptions=function(){return{}},o}); \ No newline at end of file diff --git a/dist-amd/c3chart/Common1D.js b/dist-amd/c3chart/Common1D.js new file mode 100644 index 0000000000..9061602944 --- /dev/null +++ b/dist-amd/c3chart/Common1D.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./Common","../api/I1DChart"],e):t.c3chart_Common1D=e(t.c3chart_Common,t.api_I1DChart)}(this,function(t,e){function o(o){t.call(this),e.call(this);var a=this;this._config.color={pattern:this._palette.colors()},this._config.data.color=function(t,e){return a._palette(e.id?e.id:e)}}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" c3chart_Common1D",o.prototype["implements"](e.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.update=function(e,o){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.prototype.update.apply(this,arguments)},o}); \ No newline at end of file diff --git a/dist-amd/c3chart/Common2D.js b/dist-amd/c3chart/Common2D.js new file mode 100644 index 0000000000..6593d7d5e5 --- /dev/null +++ b/dist-amd/c3chart/Common2D.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./Common","../api/I2DChart"],e):t.c3chart_Common2D=e(t.c3chart_Common,t.api_I2DChart)}(this,function(t,e){function o(o){t.call(this),e.call(this);var a=this;this._config.color={pattern:this._palette.colors()},this._config.data.color=function(t,e){return a._palette(e.id?e.id:e)}}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" c3chart_Common2D",o.prototype["implements"](e.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.update=function(e,o){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.prototype.update.apply(this,arguments)},o}); \ No newline at end of file diff --git a/dist-amd/c3chart/CommonND.js b/dist-amd/c3chart/CommonND.js new file mode 100644 index 0000000000..7df3614109 --- /dev/null +++ b/dist-amd/c3chart/CommonND.js @@ -0,0 +1 @@ +!function(t,i){"function"==typeof define&&define.amd?define(["d3","./Common","../api/INDChart"],i):t.c3chart_CommonND=i(t.d3,t.c3chart_Common,t.api_INDChart)}(this,function(t,i,e){function s(t){i.call(this),e.call(this);var s=this;this._config.color={pattern:this._palette.colors()},this._config.data.color=function(t,i){return s._palette(i.id?i.id:i)}}return s.prototype=Object.create(i.prototype),s.prototype.constructor=s,s.prototype._class+=" c3chart_CommonND",s.prototype["implements"](e.prototype),s.prototype.publish("paletteID","default","set","Palette ID",s.prototype._palette["switch"](),{tags:["Basic","Shared"]}),s.prototype.publish("axisLineWidth",1,"number","Axis Line Width",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("xAxisBaselineColor",null,"html-color","X Axis Baseline Color",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisBaselineColor",null,"html-color","Y Axis Baseline Color",null,{tags:["Basic","Shared"]}),s.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisFontColor",null,"html-color","Y Axis Text Font Color",null,{tags:["Basic","Shared"]}),s.prototype.publish("axisFontSize",null,"number","X/Y Axis Text Font Size",null,{tags:["Basic","Shared"]}),s.prototype.publish("axisFontFamily",null,"string","X/Y Axis Text Font Name",null,{tags:["Basic","Shared"]}),s.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("yAxisTitle","","string","Y-Axis Title",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("xAxisTitle","","string","X-Axis Title",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Advanced","Shared"]}),s.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Advanced","Shared"]}),s.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Title Text Style (Font Size)",null,{tags:["Advanced","Shared"]}),s.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Advanced","Shared"]}),s.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Advanced","Shared"]}),s.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Title Text Style (Font Size)",null,{tags:["Advanced","Shared"]}),s.prototype.publish("xAxisType","category","set","X-Axis Type",["category","time","indexed"],{tags:["Intermediate"]}),s.prototype.publish("subchart",!1,"boolean","Show SubChart",null,{tags:["Private"]}),s.prototype.publish("showXGrid",!1,"boolean","Show X Grid",null,{tags:["Intermediate"]}),s.prototype.publish("showYGrid",!1,"boolean","Show Y Grid",null,{tags:["Intermediate"]}),s.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("xAxisTickFormat","","string","X-Axis Tick Format",null,{}),s.prototype.publish("yAxisTickFormat",null,"string","Y-Axis Tick Format",null,{optional:!0}),s.prototype.publish("xAxisTypeTimePattern","%Y-%m-%d","string","Time Series Pattern",null,{}),s.prototype.publish("yAxisTypeTimePattern","%Y-%m-%d","string","Time Series Pattern",null,{}),s.prototype.publish("axisTickLabelMultiLine",!1,"boolean","Show Y Grid",null,{tags:["Intermediate"]}),s.prototype.enter=function(t,e){this.subchart()&&(this._config.subchart={show:!0,size:{height:20}});var s;switch(this.xAxisType()){case"time":s="timeseries";break;default:s=this.xAxisType()}switch(this._config.axis.x={type:s,tick:{rotate:this.xAxisLabelRotation(),multiline:this.axisTickLabelMultiLine()},label:{text:this.xAxisTitle(),position:"outer-center"}},this._config.axis.y={label:{text:this.yAxisTitle(),position:"outer-center"}},this._config.grid={x:{show:this.showXGrid()},y:{show:this.showYGrid()}},this.xAxisType()){case"category":this._config.axis.tick={centered:!0,multiline:this.axisTickLabelMultiLine()};break;case"time":this.data(this.data().map(function(t,i){return t.map(function(t,i){return 0===i&&"number"==typeof t?t.toString():t})})),this._config.data.x=this.columns()[0],this._config.data.xFormat=this.xAxisTypeTimePattern()}i.prototype.enter.apply(this,arguments)},s.prototype.update=function(e,s){i.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.c3Chart.internal.config.axis_y_tick_format=this.yAxisTickFormat()?t.format(this.yAxisTickFormat()):void 0,"time"===this.xAxisType()?this.c3Chart.internal.config.axis_x_tick_format=this.xAxisTickFormat()?t.time.format(this.xAxisTickFormat()):"%Y-%m-%d %I:%M:%S %p":this.c3Chart.internal.config.axis_x_tick_format=this.xAxisTickFormat()?t.format(this.xAxisTickFormat()):void 0,i.prototype.update.apply(this,arguments),s.selectAll(".c3 svg").style({"font-size":this.axisFontSize_exists()?this.axisFontSize()+"px":null}),s.selectAll(".c3 svg text").style({"font-family":this.axisFontFamily()}),s.selectAll(".c3 .c3-axis.c3-axis-x text").style({fill:this.xAxisFontColor()}),s.selectAll(".c3 .c3-axis.c3-axis-y text").style({fill:this.yAxisFontColor()}),s.selectAll(".c3 .c3-axis path").style({"stroke-width":this.axisLineWidth_exists()?this.axisLineWidth()+"px":null}),s.selectAll(".c3 .c3-axis-x path, .c3 .c3-axis-x line").style({stroke:this.xAxisBaselineColor()}),s.selectAll(".c3 .c3-axis-y path, .c3 .c3-axis-y line").style({stroke:this.yAxisBaselineColor()}),s.selectAll(".c3-axis-x-label").style({"font-family":this.xAxisTitleFontFamily(),"font-size":this.xAxisTitleFontSize(),stroke:this.xAxisTitleFontColor()}),s.selectAll(".c3-axis-y-label").style({"font-family":this.yAxisTitleFontFamily(),"font-size":this.yAxisTitleFontSize(),stroke:this.yAxisTitleFontColor()})},s.prototype.getChartOptions=function(){var t=i.prototype.getChartOptions.apply(this,arguments);switch(this.xAxisType()){case"category":t.categories=this.getC3Categories(),t.columns=this.getC3Columns();break;case"indexed":case"time":t.columns=this.getC3Columns()}return t},s}); \ No newline at end of file diff --git a/dist-amd/c3chart/Donut.js b/dist-amd/c3chart/Donut.js new file mode 100644 index 0000000000..05a8181820 --- /dev/null +++ b/dist-amd/c3chart/Donut.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./Common2D"],e):t.c3chart_Donut=e(t.c3chart_Common2D)}(this,function(t){function e(e){t.call(this),this._type="donut"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Donut",e.prototype.publish("showLabel",!0,"boolean","Show Label",null,{tags:["Basic"]}),e.prototype.publish("arcWidth",45,"number","Arc Width",null,{tags:["Basic"]}),e.prototype.publish("expand",!0,"boolean","Arc Explode",null,{tags:["Intermediate"]}),e.prototype.publish("title","","string","Center Label",null,{tags:["Intermediate"]}),e.prototype.enter=function(e,o){this._config.donut={label_show:this.showLabel(),width:this.arcWidth(),expand:this.expand(),title:this.title()},t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,o){this.c3Chart.internal.config.donut_label_show=this.showLabel(),this.c3Chart.internal.config.donut_width=this.arcWidth(),this.c3Chart.internal.config.donut_expand=this.expand(),this.c3Chart.internal.config.donut_title=this.title(),t.prototype.update.apply(this,arguments),o.select(".c3-chart-arcs-title").text(this.showLabel()?this.title():"")},e.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments),o=this.data().map(function(t,e){return[t[0],t[1]]},this);return e.columns=o,e},e}); \ No newline at end of file diff --git a/dist-amd/c3chart/Gauge.js b/dist-amd/c3chart/Gauge.js new file mode 100644 index 0000000000..7ef9a68d61 --- /dev/null +++ b/dist-amd/c3chart/Gauge.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./Common1D"],e):t.c3chart_Gauge=e(t.c3chart_Common1D)}(this,function(t){function e(e){t.call(this),this._type="gauge";var a=this;this._config.data.onclick=function(t,e){var o={};o[t.id]=t.value,a.click(o,t.id)},this._config.data.color=function(t,e){return a._palette(a.data(),a.low(),a.high())}}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Gauge",e.prototype.publish("low",0,"number","Gauge Lower Bound",null,{tags:["Intermediate","Shared"]}),e.prototype.publish("high",100,"number","Gauge Higher Bound",null,{tags:["Intermediate","Shared"]}),e.prototype.publish("valueFormat","Percent","set","Value Display Format",["Percent","Value"],{tags:["Basic"]}),e.prototype.publish("arcWidth",10,"number","Gauge Width of Arc",null,{tags:["Basic"]}),e.prototype.publish("showLabels",!0,"boolean","Show Labels",null,{tags:["Basic"]}),e.prototype.publish("showValueLabel",!0,"boolean","Show Value Label",null,{tags:["Basic"]}),e.prototype.update=function(e,a){this.c3Chart.internal.config.gauge_min=this.low(),this.c3Chart.internal.config.gauge_max=this.high(),this.c3Chart.internal.config.gauge_units=this.showValueLabel()?this.columns():"",this.c3Chart.internal.config.gauge_width=this.arcWidth(),this.c3Chart.internal.config.gauge_label_format="Percent"===this.valueFormat()?null:function(t,e){return t},this.c3Chart.internal.config.gauge_label_show=this.showLabels(),t.prototype.update.apply(this,arguments)},e.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments);return e.columns=[[this.columns(),this.data()]],e},e}); \ No newline at end of file diff --git a/dist-amd/c3chart/Line.js b/dist-amd/c3chart/Line.js new file mode 100644 index 0000000000..e3db2b2a9f --- /dev/null +++ b/dist-amd/c3chart/Line.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./CommonND"],e):t.c3chart_Line=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="line"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Line",e.prototype.publish("lineWidth",1,"number","Line Width",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineDashStyle",[],"array","Dashed Lines",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineOpacity",1,"number","Line Alpha",null,{tags:["Basic","Shared"]}),e.prototype.publish("connectNull",!0,"boolean","Connect null data points in line",null,{tags:["Basic","Shared"]}),e.prototype.enter=function(e,n){this._config.line={connectNull:this.connectNull()},t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,n){t.prototype.update.apply(this,arguments),n.selectAll(".c3-line").style({"stroke-width":this.lineWidth_exists()?this.lineWidth()+"px":null,"stroke-opacity":this.lineOpacity(),"stroke-dasharray":this.lineDashStyle().toString()})},e}); \ No newline at end of file diff --git a/dist-amd/c3chart/Pie.js b/dist-amd/c3chart/Pie.js new file mode 100644 index 0000000000..186e3f9ed0 --- /dev/null +++ b/dist-amd/c3chart/Pie.js @@ -0,0 +1 @@ +!function(t,o){"function"==typeof define&&define.amd?define(["./Common2D"],o):t.c3chart_Pie=o(t.c3chart_Common2D)}(this,function(t){function o(o){t.call(this),this._type="pie"}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" c3chart_Pie",o.prototype.update=function(o,e){t.prototype.update.apply(this,arguments)},o.prototype.getChartOptions=function(){var o=t.prototype.getChartOptions.apply(this,arguments),e=this.data().map(function(t,o){return[t[0],t[1]]},this);return o.columns=e,o},o}); \ No newline at end of file diff --git a/dist-amd/c3chart/Scatter.js b/dist-amd/c3chart/Scatter.js new file mode 100644 index 0000000000..fa9b15c103 --- /dev/null +++ b/dist-amd/c3chart/Scatter.js @@ -0,0 +1 @@ +!function(t,c){"function"==typeof define&&define.amd?define(["./CommonND"],c):t.c3chart_Scatter=c(t.c3chart_CommonND)}(this,function(t){function c(c){t.call(this),this._type="scatter"}return c.prototype=Object.create(t.prototype),c.prototype.constructor=c,c.prototype._class+=" c3chart_Scatter",c}); \ No newline at end of file diff --git a/dist-amd/c3chart/Step.js b/dist-amd/c3chart/Step.js new file mode 100644 index 0000000000..9eb2eada06 --- /dev/null +++ b/dist-amd/c3chart/Step.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./CommonND"],e):t.c3chart_Step=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="step"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Step",e}); \ No newline at end of file diff --git a/dist-amd/chart/Area.js b/dist-amd/chart/Area.js new file mode 100644 index 0000000000..8c421a3eb8 --- /dev/null +++ b/dist-amd/chart/Area.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Scatter"],e):t.chart_Area=e(t.d3,t.chart_Scatter)}(this,function(t,e){function r(t){e.call(this),this.interpolate_default("linear").interpolateFill_default(!0)}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" chart_Area",r}); \ No newline at end of file diff --git a/dist-amd/chart/Axis.css b/dist-amd/chart/Axis.css new file mode 100644 index 0000000000..fec50ca45b --- /dev/null +++ b/dist-amd/chart/Axis.css @@ -0,0 +1,22 @@ +.chart_Axis { + fill: black; + font: 10px sans-serif; +} +.chart_Axis .axis .tick > text { + font: 10px sans-serif; +} +.chart_Axis .axis path.domain, +.chart_Axis .axis .tick line { + fill: none; + stroke: black; +} +.chart_Axis .guide path.domain +{ + fill: none; + stroke: none; +} +.chart_Axis .guide .tick line { + fill: none; + stroke: lightgrey; + opacity: 0.7; +} diff --git a/dist-amd/chart/Axis.js b/dist-amd/chart/Axis.js new file mode 100644 index 0000000000..8479f41317 --- /dev/null +++ b/dist-amd/chart/Axis.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","../common/Utility","css!./Axis"],e):t.chart_Axis=e(t.d3,t.common_SVGWidget,t.common_Utility)}(this,function(t,e,i){function s(){e.call(this),this._drawStartPos="origin",this.d3Axis=t.svg.axis(),this.d3Guides=t.svg.axis(),this.updateScale()}s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" chart_Axis",s.prototype.publish("title","","string","Title"),s.prototype.publish("orientation","bottom","set","Orientation",["left","top","right","bottom"]),s.prototype.publish("type","linear","set","Type",["none","ordinal","linear","pow","log","time"]),s.prototype.publish("timePattern","%Y-%m-%d","string","Time Series Pattern",null,{disable:function(t){return"time"!==t.type()}}),s.prototype.publish("powExponent",2,"number","Exponent for Pow on Value Axis",null,{disable:function(t){return"pow"!==t.type()}}),s.prototype.publish("logBase",10,"number","Base for log on Value Axis",null,{disable:function(t){return"log"!==t.type()}}),s.prototype.publish("ordinals",[],"array","Ordinal Values",null,{disable:function(t){return"ordinal"!==t.type()}}),s.prototype.publish("tickCount",null,"number","Tick Count",null,{optional:!0,disable:function(t){return"ordinal"===t.type()}}),s.prototype.publish("tickFormat",null,"string","Tick Format",null,{optional:!0,disable:function(t){return"ordinal"===t.type()}}),s.prototype.publish("tickLength",null,"number","Tick Length",{optional:!0}),s.prototype.publish("low",null,"any","Low",null,{optional:!0,disable:function(t){return"ordinal"===t.type()}}),s.prototype.publish("high",null,"any","High",null,{optional:!0,disable:function(t){return"ordinal"===t.type()}}),s.prototype.publish("overlapMode","none","set","Label Overlap Mode",["none","stagger","hide","rotate","linebreak","wrap"]),s.prototype.publish("labelRotation",33,"number","Label Rotation",null,{optional:!0,disable:function(t){return"rotate"!==t.overlapMode()}}),s.prototype.publish("shrinkToFit","both","set","Size to fit",["none","low","high","both"]),s.prototype.publish("extend",5,"number","Extend axis %",{optional:!0,disable:function(t){return"ordinal"===t.type()}});var a=s.prototype.type;s.prototype.type=function(t){var e=a.apply(this,arguments);return arguments.length&&this.updateScale(),e};var r=s.prototype.timePattern;return s.prototype.timePattern=function(t){var e=r.apply(this,arguments);return arguments.length&&this.updateScale(),e},s.prototype.lowValue=function(){return this.parse(this.low())},s.prototype.highValue=function(){return this.parse(this.high())},s.prototype.parse=function(t,e){if(t instanceof Array)return t.map(function(t){return this.parse(t)},this);if(void 0!==t&&null!==t){if(this.parser)return this.parser.parse("number"==typeof t?t.toString():t);if(e&&"string"==typeof t)return+t}return t},s.prototype.parseInvert=function(t){return t instanceof Array?t.map(function(t){return this.parseInvert(t)},this):this.parser?this.parser(t):t},s.prototype.format=function(t){return t instanceof Array?t.map(function(t){return this.format(t)},this):void 0!==t&&null!==t&&this.formatter?this.formatter(t):t},s.prototype.scalePos=function(t){var e=this.d3Scale(this.parse(t));return"ordinal"===this.type()&&(e+=this.d3Scale.rangeBand()/2),e},s.prototype.isHorizontal=function(){switch(this.orientation()){case"left":case"right":return!1}return!0},s.prototype.domain=function(t){return arguments.length?(this.d3Scale.domain(t),this):this.d3Scale.domain()},s.prototype.range=function(t){if(!arguments.length){if(this.d3Scale.rangeRoundBands)return this.d3Scale.rangeExtent();if(this.d3Scale.rangeRound)return this.d3Scale.range()}return this.d3Scale.rangeRoundBands?this.d3Scale.rangeRoundBands(t,.1):this.d3Scale.rangeRound&&this.d3Scale.range(t),this},s.prototype.invert=function(t){return this.d3Scale.invert(t)},s.prototype.guideTarget=function(e){this._guideElement=t.select(e).attr("class",this._class)},s.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this.svg=i.append("g"),this.svgAxis=this.svg.append("g").attr("class","axis"),this.svgText=this.svgAxis.append("text"),this.svg2=(this._guideElement||i).append("g"),this.svgGuides=this.svg2.attr("class","guide")},s.prototype.updateScale=function(){switch(this.type()){case"ordinal":this.d3Scale=t.scale.ordinal(),this.ordinals_exists()&&this.d3Scale.domain(this.ordinals()),this.parser=null,this.formatter=null;break;case"linear":this.d3Scale=t.scale.linear(),this.low_exists()&&this.high_exists()&&this.d3Scale.domain([this.lowValue(),this.highValue()]),this.parser=null,this.formatter=this.tickFormat_exists()?t.format(this.tickFormat()):null;break;case"pow":this.d3Scale=t.scale.pow().exponent(this.powExponent()),this.low_exists()&&this.high_exists()&&this.d3Scale.domain([this.lowValue(),this.highValue()]),this.parser=null,this.formatter=this.tickFormat_exists()?t.format(this.tickFormat()):null;break;case"log":this.d3Scale=t.scale.log().base(this.logBase()),this.low_exists()&&this.high_exists()&&this.d3Scale.domain([this.lowValue(),this.highValue()]),this.parser=null,this.formatter=this.tickFormat_exists()?t.format(this.tickFormat()):null;break;case"time":this.d3Scale=t.time.scale(),this.low_exists()&&this.high_exists()&&this.d3Scale.domain([this.lowValue(),this.highValue()]),this.parser=this.timePattern_exists()?t.time.format(this.timePattern()):null,this.formatter=this.tickFormat_exists()?t.time.format(this.tickFormat()):null}if(this.extend())switch(this.type()){case"ordinal":break;default:var e,i,s,a,r,n;this.isHorizontal()?(e=this.width(),this.d3Scale.range([0,e]),i=e*this.extend()/100,s=this.d3Scale.invert(0),r=this.d3Scale.invert(-i),a=this.d3Scale.invert(e),n=this.d3Scale.invert(e+i)):(e=this.height(),this.d3Scale.range([e,0]),i=e*this.extend()/100,s=this.d3Scale.invert(e),r=this.d3Scale.invert(e+i),a=this.d3Scale.invert(0),n=this.d3Scale.invert(-i)),Math.sign(s)!==Math.sign(r)&&(r=0),Math.sign(a)!==Math.sign(n)&&(n=0),this.d3Scale.domain([r,n])}this.d3Axis.orient(this.orientation()).scale(this.d3Scale).tickFormat(this.formatter).ticks(this.tickCount()),this.d3Guides.orient(this.orientation()).scale(this.d3Scale).tickSize(-this.tickLength()).tickFormat("").ticks(this.tickCount())},s.prototype.adjustText=function(e,i){var s=this.isHorizontal(),a="left"===this.orientation(),r="bottom"===this.orientation(),n=this;if("linebreak"===this.overlapMode())"ordinal"===this.type()&&e.selectAll(".tick > text").call(function(){return n.linebreak.apply(n,arguments)},this.d3Scale.rangeBand());else if("wrap"===this.overlapMode())"ordinal"===this.type()&&e.selectAll(".tick > text").call(function(){return n.wrap.apply(n,arguments)},this.d3Scale.rangeBand());else switch(s?this.overlapMode():"none"){case"stagger":e.selectAll(".tick > text").style("text-anchor","middle").attr("dy",function(t,e){return(r?1:-1)*((r?.71:0)+e%i)+"em"}).attr("dx",0).attr("visibility",null).attr("transform","rotate(0)");break;case"hide":e.selectAll(".tick > text").style("text-anchor","middle").attr("dy",(r?.71:0)+"em").attr("dx",0).attr("visibility",function(t,e){return e%i?"hidden":null}).attr("transform","rotate(0)");break;case"rotate":var o=-this.labelRotation()||0;if(0!==o&&i>1){e.selectAll(".tick > text").each(function(){var e=t.select(this),i=e.node().getBBox(),s=(r?1:-1)*Math.sin(Math.PI*(-Math.abs(o)/180));e.style("text-anchor",o>0?r?"start":"end":r?"end":"start").attr("dy",i.height/2*s+"px").attr("dx",o>0?r?"0.71em":"-0.71em":r?"-0.71em":"0.71em").attr("transform","rotate("+o+")").attr("visibility",null)});break}default:e.selectAll(".tick > text").style("text-anchor",s?"middle":a?"end":"start").attr("dy",s?(r?.71:0)+"em":"0.32em").attr("dx",0).attr("visibility",null).attr("transform","rotate(0)")}},s.prototype.calcTickOverlapModulus=function(t){var e=1;switch(this.overlapMode()){case"rotate":case"stagger":case"hide":var i=[];t.selectAll(".tick > text").each(function(t){for(var s=this.getBoundingClientRect(),a=i.length-1;a>=0&&!(i[a].righte&&(e=i.length+1-a);i.push(s)})}return e},s.prototype.calcOverflow=function(t,e){this.updateScale();var i=this.isHorizontal();this.range(i?[0,this.width()]:[this.height(),0]);var s=t.append("g").attr("class",this.classID()).append("g");s.attr("class",i?"x":"y").call(this.d3Axis),e&&t.selectAll(".tick > text").remove();var a={left:0,top:0,right:0,bottom:0,tickOverlapModulus:this.calcTickOverlapModulus(s)};this.adjustText(s,a.tickOverlapModulus);var r=s.node().getBBox();switch(a.depth=i?r.height:r.width,this.shrinkToFit()){case"low":case"both":a.left=i?-r.x:0,a.bottom=i?0:-(this.height()-(r.height+r.y))}switch(this.shrinkToFit()){case"high":case"both":a.top=i?0:-r.y,a.right=i?-(this.width()-r.x-r.width):0}return s.remove(),a},s.prototype.wrap=function(e,i,s){s=s||/\s+/;var a=this;e.each(function(){for(var e,r=t.select(this),n=r.text().split(s).reverse(),o=[],l=0,h=1.1,p=r.attr("x"),c=r.attr("y"),u=parseFloat(r.style("font-size"))||10,d=Math.floor(i/(u*h))-1,g=a.isHorizontal()?1:Math.ceil(n.length/d),m=parseFloat(r.attr("dy")),y=r.text(null).append("tspan").attr("x",p).attr("y",c).attr("dy",m+"em"),f=0;e=n.pop();)o.push(e),y.text(o.join(" ")),f++,y.node().getComputedTextLength()>i&&f>=g&&(o.pop(),y.text(o.join(" ")),o=[e],y=r.append("tspan").attr("x",p).attr("y",c).attr("dy",++l*h+m+"em").text(e),f=0);a.isHorizontal()||r.selectAll("tspan").attr("y",-l/2+"em")})},s.prototype.linebreak=function(t,e){this.wrap(t,e,"\n")},s.prototype.update=function(t,i){function s(t){t.attr("transform",function(t){switch(r.orientation()){case"left":return"translate("+a.depth+", "+a.top+")";case"top":return"translate(0,"+a.depth+")";case"right":return"translate("+(r.width()-a.depth)+", "+a.top+")";case"bottom":return"translate(0,"+(r.height()-a.depth)+")"}return"translate(0,0)"})}e.prototype.update.apply(this,arguments);var a=this.calcOverflow(i);this.range(this.isHorizontal()?[a.left,this.width()-a.right]:[this.height()-a.top-a.bottom,0]);var r=this;this.svg.style("visibility","none"===this.type()?"hidden":null).transition().call(s),this._guideElement&&this.svg2.transition().call(s),this.svgAxis.call(this.d3Axis),this.adjustText(this.svgAxis,a.tickOverlapModulus);var n=this.svgAxis.select("path.domain"),o=n.node().getBBox();switch(this.orientation()){case"left":this.svgText.transition().attr("transform","rotate(-90)").attr("x",-2).attr("y",2).attr("dx",null).attr("dy",".71em").style("text-anchor","end").text(this.title());break;case"right":this.svgText.transition().attr("transform","rotate(-90)").attr("x",-2).attr("y",4).attr("dx",null).attr("dy","-.71em").style("text-anchor","end").text(this.title());break;case"top":this.svgText.transition().attr("transform","rotate(0)").attr("x",o.x+o.width-2).attr("y",2).attr("dx",null).attr("dy",".71em").style("text-anchor","end").text(this.title());break;case"bottom":this.svgText.transition().attr("transform","rotate(0)").attr("x",o.x+o.width-2).attr("y",-2).attr("dx",null).attr("dy",null).style("text-anchor","end").text(this.title())}this.svgGuides.call(this.d3Guides)},s.prototype.postUpdate=function(t,i){e.prototype.postUpdate.apply(this,arguments),this._guideElement&&this._guideElement.attr("transform",this._element.attr("transform"))},s}); \ No newline at end of file diff --git a/dist-amd/chart/Bar.js b/dist-amd/chart/Bar.js new file mode 100644 index 0000000000..9b43aacfdd --- /dev/null +++ b/dist-amd/chart/Bar.js @@ -0,0 +1 @@ +!function(t,o){"function"==typeof define&&define.amd?define(["./Column"],o):t.chart_Bar=o(t.chart_Column)}(this,function(t){function o(o){t.call(this),this.orientation_default("vertical")}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" chart_Bar",o}); \ No newline at end of file diff --git a/dist-amd/chart/Bubble.css b/dist-amd/chart/Bubble.css new file mode 100644 index 0000000000..5f7275d0c7 --- /dev/null +++ b/dist-amd/chart/Bubble.css @@ -0,0 +1,14 @@ +.chart_Bubble circle { + cursor: pointer; +} +.chart_Bubble .selected circle { + stroke: red; + stroke-width: 1.5px +} +.chart_Bubble .common_FAChar { + fill: white; + pointer-events: none; +} +.chart_Bubble .common_Text { + pointer-events: none; +} \ No newline at end of file diff --git a/dist-amd/chart/Bubble.js b/dist-amd/chart/Bubble.js new file mode 100644 index 0000000000..f74634c280 --- /dev/null +++ b/dist-amd/chart/Bubble.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","../api/I2DChart","../common/Text","../common/FAChar","../common/Utility","../api/ITooltip","css!./Bubble"],e):t.chart_Bubble=e(t.d3,t.common_SVGWidget,t.api_I2DChart,t.common_Text,t.common_FAChar,t.common_Utility,t.api_ITooltip)}(this,function(t,e,i,o,n,r,a){function l(o){e.call(this),i.call(this),a.call(this),r.SimpleSelectionMixin.call(this),this._drawStartPos="origin",this.labelWidgets={},this.d3Pack=t.layout.pack().sort(function(t,e){return e>t?-1:t>e?1:0}).size([this.width(),this.height()]).value(function(t){return t[1]})}return l.prototype=Object.create(e.prototype),l.prototype.constructor=l,l.prototype._class+=" chart_Bubble",l.prototype["implements"](i.prototype),l.prototype["implements"](a.prototype),l.prototype.mixin(r.SimpleSelectionMixin),l.prototype.publish("paletteID","default","set","Palette ID",l.prototype._palette["switch"](),{tags:["Basic","Shared"]}),l.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),l.prototype.size=function(t){var i=e.prototype.size.apply(this,arguments);return arguments.length&&this.d3Pack.size([this.width(),this.height()]),i},l.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._selection.widgetElement(i);var o=this;this.tooltipHTML(function(t){return o.tooltipFormat({label:t[0],value:t[1]})})},l.prototype.update=function(e,i){var r=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()));var a=i.selectAll(".node").data(this.data().length?this.d3Pack.nodes({children:this.cloneData()}).filter(function(t){return!t.children}):[],function(t){return t[0]});a.enter().append("g").attr("class","node").attr("opacity",0).call(this._selection.enter.bind(this._selection)).on("click",function(t){r.click(r.rowToObj(t),r.columns()[1],r._selection.selected(this))}).each(function(e){var i=t.select(this);i.append("circle").attr("r",function(t){return t.r}).on("mouseout.tooltip",r.tooltip.hide).on("mousemove.tooltip",r.tooltip.show),e.__viz_faChar?r.labelWidgets[e[0]]=(new n)["char"](e.__viz_faChar).target(this).render():r.labelWidgets[e[0]]=(new o).text(e[0]).target(this).render()}),a.transition().attr("opacity",1).each(function(e){var i=t.select(this),o={x:e.x,y:e.y};if(i.select("circle").transition().attr("transform",function(t){return"translate("+o.x+","+o.y+")"}).style("fill",function(t){return r._palette(t[0])}).attr("r",function(t){return t.r}).select("title").text(function(t){return t[0]+" ("+t[1]+")"}),e.__viz_faChar)r.labelWidgets[e[0]].pos(o).render();else{var n=e[0],a=r.labelWidgets[e[0]].getBBox().width;2*e.r<16?n="":2*e.r=0?t[o]instanceof Array?t[o]:[t[o]]:[]}var e=this.columns();return this.data().map(function(e){return{title:t(e,this.titleColumn()),subtitle:t(e,this.subtitleColumn()),ranges:t(e,this.rangesColumn()),measures:t(e,this.measuresColumn()),markers:t(e,this.markersColumn()),origRow:e}},this)},n.prototype.enter=function(l,o){e.prototype.enter.apply(this,arguments),t.select(l.parentNode).style("overflow","auto"),this._selection.widgetElement(o)},n.prototype.update=function(l,n){e.prototype.update.apply(this,arguments);var i=this,s={top:8,right:16,bottom:20,left:16},r=this.width()-s.left-s.right,u=50-s.top-s.bottom,a=n.selectAll("svg").data(this.bulletData());a.enter().append("svg").attr("class","bullet").call(this._selection.enter.bind(this._selection)).on("click",function(t){i.click(i.rowToObj(t.origRow),i.titleColumn(),i._selection.selected(this))}).each(function(e){var l=t.select(this),o=l.append("g").attr("class","bulletBar"),n=o.append("g").attr("class","bulletTitle");n.append("text").attr("class","title"),n.append("text").attr("class","subtitle").attr("dy","1em")});var c=a.select(".bulletTitle").style("text-anchor","end").attr("transform","translate(-6,"+u/2+")");c.select(".title").text(function(t){return t.title}),c.select(".subtitle").text(function(t){return t.subtitle});var p=0;c.each(function(){var t=this.getBBox();t.width>p&&(p=t.width)});var m=(new o).width(r-p).height(u);a.attr("width",r).attr("height",u+s.top+s.bottom),a.select(".bulletBar").attr("transform","translate("+(p+s.left)+","+s.top+")").call(m),a.exit().remove()},n.prototype.exit=function(t,l){e.prototype.exit.apply(this,arguments)},n.prototype.click=function(t,e,l){console.log("Click: "+JSON.stringify(t)+", "+e+","+l)},n}); \ No newline at end of file diff --git a/dist-amd/chart/Column.css b/dist-amd/chart/Column.css new file mode 100644 index 0000000000..71ce3056d7 --- /dev/null +++ b/dist-amd/chart/Column.css @@ -0,0 +1,14 @@ +.chart_Column .columnRect { + fill: steelblue; + cursor: pointer; +} +.chart_Column .data.axis path { + display: none; +} +.chart_Column .columnRect { + stroke: transparent; + border-width: 1.5px; +} +.chart_Column .columnRect.selected { + stroke: red; +} diff --git a/dist-amd/chart/Column.js b/dist-amd/chart/Column.js new file mode 100644 index 0000000000..80d283a8f7 --- /dev/null +++ b/dist-amd/chart/Column.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./XYAxis","../api/INDChart","../api/ITooltip","css!./Column"],e):t.chart_Column=e(t.d3,t.chart_XYAxis,t.api_INDChart,t.api_ITooltip)}(this,function(t,e,a,n){function o(t){e.call(this),a.call(this),n.call(this),this._linearGap=25}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" chart_Column",o.prototype["implements"](a.prototype),o.prototype["implements"](n.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.enter=function(t,a){e.prototype.enter.apply(this,arguments);var n=this;this.tooltipHTML(function(t){var e=t.row[t.idx];return e instanceof Array&&(e=e[1]-e[0]),n.tooltipFormat({label:t.row[0],series:n.columns()[t.idx],value:e})})},e.prototype.adjustedData=function(){var t=this.data().map(function(t){var e=0;return t.map(function(t,a){if(0===a)return t;if(a>=this.columns().length)return t;var n=this.yAxisStacked()?[e,e+t]:t;return e+=t,n},this)},this);return t},o.prototype.updateChart=function(e,a,n,o,i,r,l){var s=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()));var u=10,c=0;switch(this.xAxisType()){case"ordinal":u=this.domainAxis.d3Scale.rangeBand(),c=-u/2;break;case"linear":case"time":u=Math.max(Math.abs(this.dataPos(2)-this.dataPos(1))*(100-this._linearGap)/100,u),c=-u/2}var p=t.scale.ordinal().domain(s.columns().filter(function(t,e){return e>0})).rangeRoundBands(r?[0,u]:[u,0]),d=this.svgData.selectAll(".dataRow").data(this.adjustedData());d.enter().append("g").attr("class","dataRow"),this.tooltip.direction(r?"n":"e"),d.each(function(e,a){var n=t.select(this),o=n.selectAll("rect").data(e.filter(function(t,e){return e0}));o.enter().append("rect").attr("class","columnRect").call(s._selection.enter.bind(s._selection)).on("mouseout.tooltip",s.tooltip.hide).on("mousemove.tooltip",s.tooltip.show).on("click",function(t,e){s.click(s.rowToObj(t.row),t.column,s._selection.selected(this))}),r?o.transition().duration(l).attr("x",function(t){return s.dataPos(e[0])+(s.yAxisStacked()?0:p(t.column))+c}).attr("width",s.yAxisStacked()?u:p.rangeBand()).attr("y",function(t){return t.value instanceof Array?s.valuePos(t.value[1]):s.valuePos(t.value)}).attr("height",function(t){return t.value instanceof Array?s.valuePos(t.value[0])-s.valuePos(t.value[1]):i-s.valuePos(t.value)}).style("fill",function(t){return s._palette(t.column)}):o.transition().duration(l).attr("y",function(t){return s.dataPos(e[0])+(s.yAxisStacked()?0:p(t.column))+c}).attr("height",s.yAxisStacked()?u:p.rangeBand()).attr("x",function(t){return t.value instanceof Array?s.valuePos(t.value[0]):0}).attr("width",function(t){return t.value instanceof Array?s.valuePos(t.value[1])-s.valuePos(t.value[0]):s.valuePos(t.value)}).style("fill",function(t){return s._palette(t.column)}),o.exit().transition().duration(l).remove()}),d.exit().transition().duration(l).remove()},o}); \ No newline at end of file diff --git a/dist-amd/chart/Gantt.js b/dist-amd/chart/Gantt.js new file mode 100644 index 0000000000..3f35fab0d8 --- /dev/null +++ b/dist-amd/chart/Gantt.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./Bar"],e):t.chart_Gantt=e(t.chart_Bar)}(this,function(t){function e(e){t.call(this),this.orientation_default("vertical").xAxisType_default("ordinal").yAxisType_default("time")}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" chart_Gantt",e}); \ No newline at end of file diff --git a/dist-amd/chart/HexBin.css b/dist-amd/chart/HexBin.css new file mode 100644 index 0000000000..146c26ff71 --- /dev/null +++ b/dist-amd/chart/HexBin.css @@ -0,0 +1,5 @@ +.chart_HexBin .hexagon { + fill: none; + stroke: #000; + stroke-width: .5px; +} diff --git a/dist-amd/chart/HexBin.js b/dist-amd/chart/HexBin.js new file mode 100644 index 0000000000..b18066f8bb --- /dev/null +++ b/dist-amd/chart/HexBin.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","./XYAxis","../api/INDChart","../api/ITooltip","../common/Palette","d3-hexbin","css!./HexBin"],e):t.chart_HexBin=e(t.d3,t.common_SVGWidget,t.chart_XYAxis,t.api_INDChart,t.api_ITooltip,t.common_Palette)}(this,function(t,e,i,n,a,o,s){function r(t){i.call(this),n.call(this),a.call(this),this._hexbin=new s,this.xAxisGuideLines_default(!1).yAxisGuideLines_default(!1)}return s=s||t.hexbin||window.d3.hexbin,r.prototype=Object.create(i.prototype),r.prototype.constructor=r,r.prototype._class+=" chart_HexBin",r.prototype["implements"](n.prototype),r.prototype["implements"](a.prototype),r.prototype._palette=o.rainbow("default"),r.prototype.publish("paletteID","Blues","set","Palette ID",r.prototype._palette["switch"](),{tags:["Basic","Shared"]}),r.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),r.prototype.publish("binSize",20,"number","Bin radius"),r.prototype.xPos=function(t){return"horizontal"===this.orientation()?this.dataPos(t.label):this.valuePos(t.value)},r.prototype.yPos=function(t){return"horizontal"===this.orientation()?this.valuePos(t.value):this.dataPos(t.label)},r.prototype.updateChart=function(e,i,n,a,o,s,r){var l=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this._hexbin.size([a,o]).radius(this.binSize());var p=this.flattenData(),h=p.map(function(t,e){return[l.xPos(t),l.yPos(t)]}),u=this._hexbin(h),c=t.max(u,function(t){return t.length}),d=this.svgData.selectAll(".hexagon").data(u,function(t,e){return t.i+"_"+t.j});d.enter().append("path").attr("class","hexagon").attr("transform",function(t){return"translate("+t.x+","+t.y+")scale(0)"}),d.transition().duration(r).attr("d",this._hexbin.hexagon()).attr("transform",function(t){return"translate("+t.x+","+t.y+")scale(1)"}).style("fill",function(t){return l._palette(t.length,0,c)}),d.exit().transition().duration(r).attr("transform",function(t){return"translate("+t.x+","+t.y+")scale(0)"}).remove()},r.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},r}); \ No newline at end of file diff --git a/dist-amd/chart/Line.css b/dist-amd/chart/Line.css new file mode 100644 index 0000000000..441e5f40e4 --- /dev/null +++ b/dist-amd/chart/Line.css @@ -0,0 +1,5 @@ +.chart_Line .dataLine { + fill: none; + stroke: steelblue; + stroke-width: 1.5px; +} diff --git a/dist-amd/chart/Line.js b/dist-amd/chart/Line.js new file mode 100644 index 0000000000..9e67df5470 --- /dev/null +++ b/dist-amd/chart/Line.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Scatter","css!./Line"],e):t.chart_Line=e(t.d3,t.chart_Scatter)}(this,function(t,e){function n(t){e.call(this),this.interpolate_default("linear")}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" chart_Line",n}); \ No newline at end of file diff --git a/dist-amd/chart/MultiChart.js b/dist-amd/chart/MultiChart.js new file mode 100644 index 0000000000..ee080ef4ce --- /dev/null +++ b/dist-amd/chart/MultiChart.js @@ -0,0 +1 @@ +!function(t,a){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../common/Utility","../api/INDChart"],a):t.chart_MultiChart=a(t.d3,t.common_HTMLWidget,t.common_Utility,t.api_INDChart)}(this,function(t,a,e,i){function r(){a.call(this),i.call(this),this._tag="div",this._allCharts={},this._allChartTypes.forEach(function(t){var a=JSON.parse(JSON.stringify(t));a.widget=null,this._allCharts[t.id]=a,this._allCharts[t.display]=a,this._allCharts[t.widgetClass]=a},this),this._chartTypeDefaults={},this._chartTypeProperties={}}return r.prototype=Object.create(a.prototype),r.prototype.constructor=r,r.prototype._class+=" chart_MultiChart",r.prototype["implements"](i.prototype),r.prototype._1DChartTypes=[{id:"C3_GAUGE",display:"Gauge (C3)",widgetClass:"c3chart_Gauge"}].map(function(t){return t.family="1D",t}),r.prototype._2DChartTypes=[{id:"SUMMARY",display:"Summary",widgetClass:"chart_Summary"},{id:"BUBBLE",display:"Bubble",widgetClass:"chart_Bubble"},{id:"PIE",display:"Pie",widgetClass:"chart_Pie"},{id:"GOOGLE_PIE",display:"Pie (Google)",widgetClass:"google_Pie"},{id:"C3_DONUT",display:"Donut (C3)",widgetClass:"c3chart_Donut"},{id:"C3_PIE",display:"Pie (C3)",widgetClass:"c3chart_Pie"},{id:"AM_FUNNEL",display:"Area (amCharts)",widgetClass:"amchart_Funnel"},{id:"AM_PIE",display:"Pie (amCharts)",widgetClass:"amchart_Pie"},{id:"AM_PYRAMID",display:"Area (amCharts)",widgetClass:"amchart_Pyramid"},{id:"WORD_CLOUD",display:"Word Cloud",widgetClass:"other_WordCloud"}].map(function(t){return t.family="2D",t}),r.prototype._NDChartTypes=[{id:"COLUMN",display:"Column",widgetClass:"chart_Column"},{id:"BAR",display:"Bar",widgetClass:"chart_Bar"},{id:"LINE",display:"Line",widgetClass:"chart_Line"},{id:"AREA",display:"Area",widgetClass:"chart_Area"},{id:"STEP",display:"Step",widgetClass:"chart_Step"},{id:"SCATTER",display:"Scatter",widgetClass:"chart_Scatter"},{id:"HEXBIN",display:"Hex Bin",widgetClass:"chart_HexBin"},{id:"GOOGLE_BAR",display:"Bar (Google)",widgetClass:"google_Bar"},{id:"GOOGLE_COLUMN",display:"Column (Google)",widgetClass:"google_Column"},{id:"GOOGLE_LINE",display:"Line (Google)",widgetClass:"google_Line"},{id:"GOOGLE_SCATTER",display:"Scatter (Google)",widgetClass:"google_Scatter"},{id:"GOOGLE_COMBO",display:"Combo (Google)",widgetClass:"google_Combo"},{id:"C3_AREA",display:"Area (C3)",widgetClass:"c3chart_Area"},{id:"C3_BAR",display:"Bar (C3)",widgetClass:"c3chart_Bar"},{id:"C3_COLUMN",display:"Column (C3)",widgetClass:"c3chart_Column"},{id:"C3_LINE",display:"Line (C3)",widgetClass:"c3chart_Line"},{id:"C3_SCATTER",display:"Scatter (C3)",widgetClass:"c3chart_Scatter"},{id:"C3_STEP",display:"Step (C3)",widgetClass:"c3chart_Step"},{id:"C3_COMBO",display:"Combo (C3)",widgetClass:"c3chart_Combo"},{id:"AM_AREA",display:"Area (amCharts)",widgetClass:"amchart_Area"},{id:"AM_BAR",display:"Bar (amCharts)",widgetClass:"amchart_Bar"},{id:"AM_LINE",display:"Line (amCharts)",widgetClass:"amchart_Line"},{id:"AM_SCATTER",display:"Scatter (amCharts)",widgetClass:"amchart_Scatter"},{id:"AM_COLUMN",display:"Column (amCharts)",widgetClass:"amchart_Column"},{id:"AM_GANTT",display:"Gantt (amCharts)",widgetClass:"amchart_Gantt"},{id:"AM_COMBO",display:"Combo (amCharts)",widgetClass:"amchart_Combo"}].map(function(t){return t.family="ND",t}),r.prototype._mapChartTypes=[{id:"CHORO_USSTATES",display:"US State Choropleth",widgetClass:"map_ChoroplethStates"},{id:"CHORO_USCOUNTIES",display:"US County Choropleth",widgetClass:"map_ChoroplethCounties"},{id:"CHORO_COUNTRIES",display:"Counrty Choropleth",widgetClass:"map_ChoroplethCountries"}].map(function(t){return t.family="map",t}),r.prototype._anyChartTypes=[{id:"TABLE",display:"Table",widgetClass:"other_Table"},{id:"TABLE_NESTED",display:"Nested Table",widgetClass:"other_NestedTable"},{id:"TABLE_CALENDAR",display:"Table driven Calendar Heat Map",widgetClass:"other_CalendarHeatMap"},{id:"TABLE_BULLET",display:"Table driven bullet chart",widgetClass:"chart_Bullet"},{id:"TABLE_SELECT",display:"Table driven select",widgetClass:"other_Select"},{id:"TABLE_TREE",display:"Table driven tree",widgetClass:"tree_Dendrogram"},{id:"TABLE_TREEMAP",display:"Table driven Treemap",widgetClass:"tree_Treemap"},{id:"TABLE_SANKEY",display:"Table driven Sankey",widgetClass:"graph_Sankey"},{id:"TABLE_GMAP_PIN",display:"Table driven Google Map (pins)",widgetClass:"map_GMapPin"},{id:"TABLE_GMAP_PINLINE",display:"Table driven Google Map (pins/lines)",widgetClass:"map_GMapPinLine"}].map(function(t){return t.family="any",t}),r.prototype._allChartTypes=r.prototype._1DChartTypes.concat(r.prototype._2DChartTypes.concat(r.prototype._NDChartTypes.concat(r.prototype._mapChartTypes.concat(r.prototype._anyChartTypes)))),r.prototype._allMap=t.map(r.prototype._allChartTypes,function(t){return t.family}),r.prototype._allFamilies=r.prototype._allMap.keys(),r.prototype._allChartTypesMap={},r.prototype._allChartTypesByClass={},r.prototype._allChartTypes.forEach(function(t){t.widgetPath=e.widgetPath(t.widgetClass),r.prototype._allChartTypesMap[t.id]=t,r.prototype._allChartTypesByClass[t.widgetClass]=t},this),r.prototype.publishReset(),r.prototype.publish("chartType","BUBBLE","set","Chart Type",r.prototype._allChartTypes.map(function(t){return t.id}),{tags:["Basic"]}),r.prototype.publish("chart",null,"widget","Chart",null,{tags:["Basic"]}),r.prototype.fields=function(t){var e=a.prototype.fields.apply(this,arguments);if(this.chart()){if(!arguments.length)return this.chart().fields();this.chart().fields(t)}return e},r.prototype.columns=function(t){var e=a.prototype.columns.apply(this,arguments);if(this.chart()){if(!arguments.length)return this.chart().columns();this.chart().columns(t)}return e},r.prototype.data=function(t){var e=a.prototype.data.apply(this,arguments);if(this.chart()){if(!arguments.length)return this.chart().data();this.chart().data(t)}return e},r.prototype._origChart=r.prototype.chart,r.prototype.chart=function(t){var a=r.prototype._origChart.apply(this,arguments);if(arguments.length){var e=this;t.click=function(t,a,i){e.click(t,a,i)},this._chartMonitor&&(this._chartMonitor.remove(),delete this._chartMonitor),this._chartMonitor=t.monitor(function(a,i,r){e.broadcast(a,i,r,t)})}return a},r.prototype.hasOverlay=function(){return this.chart()&&this.chart().hasOverlay()},r.prototype.visible=function(t){return arguments.length?(this.chart()&&this.chart().visible(t),this):this.chart()&&this.chart().visible()},r.prototype.chartTypeDefaults=function(t){return arguments.length?(this._chartTypeDefaults=t,this):this._chartTypeDefaults},r.prototype.chartTypeProperties=function(t){return arguments.length?(this._chartTypeProperties=t,this):this._chartTypeProperties},r.prototype.getChartDataFamily=function(){return this._allCharts[this.chartType()].family},r.prototype.requireContent=function(t,a){e.requireWidget(this._allCharts[t].widgetClass).then(function(t){a(new t)})},r.prototype.switchChart=function(t){if(this._switchingTo===this.chartType())return void(t&&t(this));this._switchingTo&&console.log("Attempting switch to: "+this.chartType()+", before previous switch is complete ("+this._switchingTo+")"),this._switchingTo=this.chartType();var a=this.chart(),e=this;this.requireContent(this.chartType(),function(i){if(i!==a){var r=e.size();i.fields(e.fields()).data(e.data()).size(r),e.chart(i),a&&a.data([]).size({width:1,height:1}).render()}delete e._switchingTo,t&&t(this)})},r.prototype.update=function(t,e){a.prototype.update.apply(this,arguments);var i=e.selectAll(".multiChart").data(this.chart()?[this.chart()]:[],function(t){return t._id});i.enter().append("div").attr("class","multiChart").each(function(t){t.target(this)});var r=this.chart();if(r){for(var s in this._chartTypeDefaults)if(r[s+"_default"])try{r[s+"_default"](this._chartTypeDefaults[s])}catch(o){console.log("Exception Setting Default: "+s)}else console.log("Unknown Default: "+s);this._chartTypeDefaults={};for(var l in this._chartTypeProperties)if(r[l])try{r[l](this._chartTypeProperties[l])}catch(o){console.log("Exception Setting Property: "+l)}else console.log("Unknown Property: "+l);this._chartTypeProperties={}}var p=this;i.each(function(t){t.resize(p.size())}),i.exit().transition().each(function(t){t.target(null)}).remove()},r.prototype.exit=function(t,e){this._chartMonitor&&(this._chartMonitor.remove(),delete this._chartMonitor),this.chart()&&this.chart().target(null),a.prototype.exit.apply(this,arguments)},r.prototype.render=function(t){if(this.chartType()&&(!this.chart()||this.chart().classID()!==this._allCharts[this.chartType()].widgetClass)){var e=this,i=arguments;return this.switchChart(function(){a.prototype.render.apply(e,i)}),this}return a.prototype.render.apply(this,arguments)},r}); \ No newline at end of file diff --git a/dist-amd/chart/MultiChartSurface.js b/dist-amd/chart/MultiChartSurface.js new file mode 100644 index 0000000000..b576f6534b --- /dev/null +++ b/dist-amd/chart/MultiChartSurface.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/ResizeSurface","./MultiChart","../api/INDChart"],e):t.chart_MultiChartSurface=e(t.d3,t.common_ResizeSurface,t.chart_MultiChart,t.api_INDChart)}(this,function(t,e,n,o){function r(){e.call(this),o.call(this),this._title="MultiChartSurface",this._content=new n;var t=this;this._content.click=function(e,n){t.click(e,n)},this._menu.click=function(e){t._content.chartType(e).render()},this.content(this._content),this.mode("all")}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" chart_MultiChartSurface",r.prototype["implements"](o.prototype),r.prototype.publish("mode","2D","set","Chart Type",["1D","2D","ND","all"]),r.prototype.publishProxy("chartType","_content"),r.prototype.columns=function(t){return arguments.length?(this.content().columns(t),this):this.content().columns()},r.prototype.data=function(t){return arguments.length?(this.content().data(t),this):this.content().data()},r.prototype._origMode=r.prototype.mode,r.prototype.mode=function(t){var e=r.prototype._origMode.apply(this,arguments);if(arguments.length)switch(this._mode=t,this._mode){case"1d":case"1D":this.menu(this.content()._1DChartTypes.map(function(t){return t.display}).sort());break;case"2d":case"2D":this.menu(this.content()._2DChartTypes.concat(this.content()._NDChartTypes.concat(this.content()._anyChartTypes)).map(function(t){return t.display}).sort());break;case"multi":case"ND":this.menu(this.content()._NDChartTypes.concat(this.content()._anyChartTypes).map(function(t){return t.display}).sort());break;case"all":default:this.menu(this.content()._allChartTypes.map(function(t){return t.display}).sort())}return e},r}); \ No newline at end of file diff --git a/dist-amd/chart/Pie.css b/dist-amd/chart/Pie.css new file mode 100644 index 0000000000..56ab44166a --- /dev/null +++ b/dist-amd/chart/Pie.css @@ -0,0 +1,29 @@ +.chart_Pie path { + cursor: pointer; +} +.chart_Pie .common_FAChar { + pointer-events: none; +} +.chart_Pie .common_Text { + pointer-events: none; +} +.chart_Pie .arc path{ + stroke: white; + stroke-width: 0.75px; +} +.chart_Pie .arc.selected path{ + stroke: red; + stroke-width: 1.5px; +} +.chart_Pie .innerLabel.common_FAChar { + fill: white; +} +.chart_Pie .outerLabel.common_FAChar { + fill: black; +} +.chart_Pie .innerLabel.common_Text { + fill: white; +} +.chart_Pie .outerLabel.common_Text { + fill: black; +} diff --git a/dist-amd/chart/Pie.js b/dist-amd/chart/Pie.js new file mode 100644 index 0000000000..062aef668f --- /dev/null +++ b/dist-amd/chart/Pie.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","../api/I2DChart","../common/Text","../common/FAChar","../common/Utility","../api/ITooltip","css!./Pie"],e):t.chart_Pie=e(t.d3,t.common_SVGWidget,t.api_I2DChart,t.common_Text,t.common_FAChar,t.common_Utility,t.api_ITooltip)}(this,function(t,e,i,a,n,o,r){function s(a){e.call(this),i.call(this),r.call(this),o.SimpleSelectionMixin.call(this),this.labelWidgets={},this.d3Pie=t.layout.pie().padAngle(.0025).sort(function(t,e){return e>t?-1:t>e?1:0}).value(function(t){return t[1]}),this.d3Arc=t.svg.arc().padRadius(this.calcRadius()).innerRadius(this.innerRadius()),this.tooltipTick_default(!1).tooltipOffset_default(0)}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" chart_Pie",s.prototype["implements"](i.prototype),s.prototype["implements"](r.prototype),s.prototype.mixin(o.SimpleSelectionMixin),s.prototype.publish("paletteID","default","set","Palette ID",s.prototype._palette["switch"](),{tags:["Basic","Shared"]}),s.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("outerText",!1,"boolean","Sets label position inside or outside chart",null,{tags:["Basic"]}),s.prototype.publish("innerRadius",0,"number","Sets inner pie hole radius as a percentage of the radius of the pie chart",null,{tags:["Basic"]}),s.prototype.pointInArc=function(t,e){var i=this.d3Arc.innerRadius()(e),a=this.d3Arc.outerRadius()(e),n=this.d3Arc.startAngle()(e),o=this.d3Arc.endAngle()(e),r=t.x*t.x+t.y*t.y,s=Math.atan2(t.x,-t.y);return s=0>s?s+2*Math.PI:s,r>=i*i&&a*a>=r&&s>=n&&o>=s},s.prototype.boxInArc=function(t,e,i){var a={x:t.x+e.x,y:t.y+e.y},n={x:a.x+e.width,y:a.y},o={x:a.x,y:a.y+e.height},r={x:a.x+e.width,y:a.y+e.height};return this.pointInArc(a,i)&&this.pointInArc(n,i)&&this.pointInArc(o,i)&&this.pointInArc(r,i)},s.prototype.calcRadius=function(t){return Math.min(this._size.width,this._size.height)/2-2},s.prototype.intersection=function(t,e){return this.intersectCircle(t,e)},s.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._selection.widgetElement(i);var a=this;this.tooltipHTML(function(t){return a.tooltipFormat({label:t.data[0],value:t.data[1]})})},s.prototype.update=function(i,o){function r(e,i){return function(){t.select(this).transition().delay(i).attrTween("d",function(i){var a=t.interpolate(i.outerRadius,s.calcRadius()+e);return function(t){return i.outerRadius=a(t),s.d3Arc(i)}})}}e.prototype.update.apply(this,arguments);var s=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.d3Arc.innerRadius(this.innerRadius_exists()?this.calcRadius()*this.innerRadius()/100:0);var l=o.selectAll(".arc").data(this.d3Pie(this.data()),function(t){return t.data[0]});if(l.enter().append("g").attr("class","arc").attr("opacity",0).call(this._selection.enter.bind(this._selection)).on("click",function(t){s.click(s.rowToObj(t.data),s.columns()[1],s._selection.selected(this))}).each(function(e){var i=t.select(this);i.append("path").on("mouseout.tooltip",s.tooltip.hide).on("mousemove.tooltip",s.tooltip.show).on("mouseover",r(0,0)).on("mouseout",r(-5,150)),e.data.__viz_faChar?s.labelWidgets[e.data[0]]=(new n)["char"](e.data.__viz_faChar).target(this).render():s.labelWidgets[e.data[0]]=(new a).text(e.data[0]).target(this).render()}),l.transition().attr("opacity",1).each(function(e){e.outerRadius=s.calcRadius()-5;var i={x:0,y:1};if(s.outerText()){var a=Math.cos((e.startAngle+e.endAngle-Math.PI)/2),n=Math.sin((e.startAngle+e.endAngle-Math.PI)/2),o=s.labelWidgets[e.data[0]].getBBox(),r=Math.abs(a)>Math.abs(n)?o.width:o.height;i.x=a*(s.calcRadius()+r),i.y=n*(s.calcRadius()+r)}else{var l=s.d3Arc.centroid(e);i={x:l[0],y:l[1]}}var c=t.select(this);c.select("path").transition().attr("d",s.d3Arc).style("fill",function(t){return s._palette(t.data[0])}),s.labelWidgets[e.data[0]].pos(i).render().element().classed("innerLabel",!s.outerText()).classed("outerLabel",s.outerText()).style("opacity",s.outerText()||s.boxInArc(i,s.labelWidgets[e.data[0]].getBBox(),e)?null:0)}),l.exit().transition().style("opacity",0).remove(),s.outerText()){var c=o.selectAll("line").data(this.d3Pie(this.data()),function(t){return t.data[0]});c.enter().append("line").attr("x1",0).attr("x2",0).attr("y1",-this.calcRadius()-3).attr("y2",-this.calcRadius()-8).attr("stroke","gray").attr("transform",function(t){return"rotate("+(t.startAngle+t.endAngle)/2*(180/Math.PI)+")"}),c.transition().attr("transform",function(t){return"rotate("+(t.startAngle+t.endAngle)/2*(180/Math.PI)+")"}),c.exit().remove()}},s.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},s}); \ No newline at end of file diff --git a/dist-amd/chart/Scatter.css b/dist-amd/chart/Scatter.css new file mode 100644 index 0000000000..0f9618d83e --- /dev/null +++ b/dist-amd/chart/Scatter.css @@ -0,0 +1,14 @@ +.chart_Scatter .pointShape, +.chart_Scatter .line, +.chart_Scatter .area { + pointer-events: none; +} +.chart_Scatter .point .pointSelection { + fill: none; + stroke: none; + pointer-events: all; +} +.chart_Scatter .point .pointSelection.selected { + fill: none; + stroke: red; +} diff --git a/dist-amd/chart/Scatter.js b/dist-amd/chart/Scatter.js new file mode 100644 index 0000000000..92057e79b5 --- /dev/null +++ b/dist-amd/chart/Scatter.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","./XYAxis","../api/INDChart","../api/ITooltip","css!./Scatter"],e):t.chart_Scatter=e(t.d3,t.common_SVGWidget,t.chart_XYAxis,t.api_INDChart,t.api_ITooltip)}(this,function(t,e,o,i,n){function r(t){o.call(this),i.call(this),n.call(this),this.xAxisGuideLines_default(!0).yAxisGuideLines_default(!0)}return r.prototype=Object.create(o.prototype),r.prototype.constructor=r,r.prototype._class+=" chart_Scatter",r.prototype["implements"](i.prototype),r.prototype["implements"](n.prototype),r.prototype.publish("paletteID","default","set","Palette ID",r.prototype._palette["switch"](),{tags:["Basic","Shared"]}),r.prototype.publish("pointShape","cross","set","Shape of the data points",["circle","rectangle","cross"]),r.prototype.publish("pointSize",6,"number","Point Size"),r.prototype.publish("interpolate","","set","Interpolate Data",["","linear","step","step-before","step-after","basis","bundle","cardinal","monotone"]),r.prototype.publish("interpolateFill",!1,"boolean","Fill Interpolation"),r.prototype.publish("interpolateFillOpacity",.66,"number","Fill Interpolation Opacity"),r.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),r.prototype.xPos=function(t){return"horizontal"===this.orientation()?this.dataPos(t.label):this.valuePos(t.value)},r.prototype.yPos=function(t){return"horizontal"===this.orientation()?this.valuePos(t.value):this.dataPos(t.label)},r.prototype.enter=function(t,e){o.prototype.enter.apply(this,arguments);var i=this;this.tooltipHTML(function(t){return i.tooltipFormat({label:t.label,series:i.columns()[t.colIdx],value:t.value})})},r.prototype.updateChart=function(e,o,i,n,r,a){function s(t){switch(t){case"rectangle":return"rect";case"circle":return"circle";case"cross":return"path"}}var l=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this._prevPointShape!==this.pointShape()&&(this.svgData.selectAll(".data").remove(),this._prevPointShape=this.pointShape());var p=this.flattenData().map(function(t){return t.shape=s(l.pointShape()),t}),c=this.svgData.selectAll(".point").data(p,function(t,e){return t.shape+"_"+e});c.enter().append("g").attr("class","point").each(function(e){var o=t.select(this);o.append("circle").attr("class","pointSelection").on("mouseout.tooltip",l.tooltip.hide).on("mousemove.tooltip",l.tooltip.show).call(l._selection.enter.bind(l._selection)).on("click",function(t,e){l.click(l.rowToObj(l.data()[t.rowIdx]),l.columns()[t.colIdx],l._selection.selected(this))}),o.append(e.shape).attr("class","pointShape")}),c.each(function(e){var o=t.select(this).select(".pointSelection");o.attr("cx",function(t){return l.xPos(t)}).attr("cy",function(t){return l.yPos(t)}).attr("r",l.pointSize());var i=t.select(this).select(".pointShape");switch(e.shape){case"rect":i.attr("x",function(t){return l.xPos(t)-l.pointSize()/2}).attr("y",function(t){return l.yPos(t)-l.pointSize()/2}).attr("width",l.pointSize()).attr("height",l.pointSize()).style("fill",function(t,e){return l._palette(l.columns()[t.colIdx])});break;case"circle":i.attr("cx",function(t){return l.xPos(t)}).attr("cy",function(t){return l.yPos(t)}).attr("r",l.pointSize()/2).style("fill",function(t,e){return l._palette(l.columns()[t.colIdx])});break;case"path":i.attr("d",function(t){return"M"+(l.xPos(t)-l.pointSize()/2)+" "+(l.yPos(t)-l.pointSize()/2)+" L"+(l.xPos(t)+l.pointSize()/2)+" "+(l.yPos(t)+l.pointSize()/2)+" M"+(l.xPos(t)-l.pointSize()/2)+" "+(l.yPos(t)+l.pointSize()/2)+" L"+(l.xPos(t)+l.pointSize()/2)+" "+(l.yPos(t)-l.pointSize()/2)}).style("stroke",function(t,e){return l._palette(l.columns()[t.colIdx])})}}),c.exit().remove();var u=this.svgData.selectAll(".area").data(this.columns().filter(function(t,e){return l.interpolate()&&l.interpolateFill()&&e>0}));u.enter().append("path").attr("class","area");var h=t.svg.area().interpolate(this.interpolate());a?h.x(function(t){return l.xPos(t)}).y0(function(t){return r}).y1(function(t){return l.yPos(t)}):h.y(function(t){return l.yPos(t)}).x0(function(t){return 0}).x1(function(t){return l.xPos(t)}),u.each(function(e,o){var i=t.select(this);i.attr("d",h(p.filter(function(t){return t.colIdx===o+1}))).style("opacity",l.interpolateFillOpacity()).style("stroke","none").style("fill",function(e,i){return t.hsl(l._palette(l.columns()[o+1])).brighter()})}),u.exit().remove();var f=this.svgData.selectAll(".line").data(this.columns().filter(function(t,e){return l.interpolate()&&e>0}));f.enter().append("path").attr("class","line");var y=t.svg.line().x(function(t){return l.xPos(t)}).y(function(t){return l.yPos(t)}).interpolate(this.interpolate());f.each(function(e,o){var i=t.select(this),n=p.filter(function(t){return t.colIdx===o+1});i.attr("d",y(n)).style("stroke",function(t,e){return l._palette(l.columns()[o+1])}).style("fill","none")}),f.exit().remove()},r.prototype.exit=function(t,o){e.prototype.exit.apply(this,arguments)},r}); \ No newline at end of file diff --git a/dist-amd/chart/Step.js b/dist-amd/chart/Step.js new file mode 100644 index 0000000000..0a6a1c78b8 --- /dev/null +++ b/dist-amd/chart/Step.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Scatter"],e):t.chart_Step=e(t.d3,t.chart_Scatter)}(this,function(t,e){function o(t){e.call(this),this.interpolate_default("step")}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" chart_Step",o}); \ No newline at end of file diff --git a/dist-amd/chart/Summary.css b/dist-amd/chart/Summary.css new file mode 100644 index 0000000000..8a7fd689ae --- /dev/null +++ b/dist-amd/chart/Summary.css @@ -0,0 +1,50 @@ + +@import url(http://fonts.googleapis.com/css?family=Lato:400); +.chart_Summary { + width: 225px; + height: 150px; + font-size: 14px; +} +.chart_Summary .content h2 { + font-weight: bold; + font-size: 3em; + margin-left: 10px; + margin-top: 10px; + margin-bottom: 10px; +} +.chart_Summary .bgIcon:before { + position: absolute; + font-family: FontAwesome; + font-size: 5.5em; + opacity: 0.4; + right: 15px; +} +.chart_Summary .bgIcon { + position: relative; +} + +.chart_Summary .content { + float: left; + width: 100%; + height: 100%; + background-color: #efd752; +} +.chart_Summary .content div { + margin-top: -1.1em; + font-size: 1.1em; + opacity: 0.8; +} +.chart_Summary .content .text { + padding-left: 10px; +} +.chart_Summary .content .more { + position: absolute; + bottom:0px; + width: 100%; + height: 3em; + line-height: 3em; +} +.chart_Summary .content .more i { + padding-left: 10px; + padding-right: 0.5em; +} diff --git a/dist-amd/chart/Summary.js b/dist-amd/chart/Summary.js new file mode 100644 index 0000000000..5e0633ca94 --- /dev/null +++ b/dist-amd/chart/Summary.js @@ -0,0 +1 @@ +!function(t,i){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../api/I2DChart","css!font-awesome","css!./Summary"],i):t.chart_Summary=i(t.d3,t.common_HTMLWidget,t.api_I2DChart)}(this,function(t,i,o){function l(){i.call(this),this._tag="div",this._drawStartPos="center",this.playInterval(this.playInterval()),this._playIntervalIdx=0}var e="text",n="html";l.prototype=Object.create(i.prototype),l.prototype.constructor=l,l.prototype["implements"](o.prototype),l.prototype._class+=" chart_Summary",l.prototype.publish("iconColumn",null,"set","Select display value",function(){return this.columns()},{optional:!0}),l.prototype.publish("icon","fa-briefcase","string","FA Char icon class",null,{disable:function(t){return t.iconColumn()}}),l.prototype.publish("labelColumn",null,"set","Select display value",function(){return this.columns()},{optional:!0}),l.prototype.publish("labelHTML",!1,"boolean","Allow HTML",null),l.prototype.publish("valueColumn",null,"set","Select display value",function(){return this.columns()},{optional:!0}),l.prototype.publish("valueHTML",!1,"boolean","Allow HTML"),l.prototype.publish("moreTextColumn",null,"set","Select display value",function(){return this.columns()},{optional:!0}),l.prototype.publish("moreText","More Info","string","More text",null,{disable:function(t){return t.moreTextColumn()}}),l.prototype.publish("moreTextHTML",!1,"boolean","Allow HTML"),l.prototype.publish("moreIcon","fa-info-circle","string","FA Char icon class"),l.prototype.publish("colorFillColumn",null,"set","Column for color",function(){return this.columns()},{optional:!0}),l.prototype.publish("colorFill","#3498db","html-color","Fill Color",null,{disable:function(t){return t.colorFillColumn()}}),l.prototype.publish("colorStrokeColumn",null,"set","Column for color",function(){return this.columns()},{optional:!0}),l.prototype.publish("colorStroke","#ffffff","html-color","Fill Color",null,{disable:function(t){return t.colorStrokeColumn()}}),l.prototype.publish("fixedSize",!0,"boolean","Fix Size to Min Width/Height"),l.prototype.publish("minWidth",225,"number","Minimum Width"),l.prototype.publish("minHeight",150,"number","Minimum Height"),l.prototype.publish("playInterval",null,"number","Play Interval",null,{optional:!0});var r=l.prototype.playInterval;return l.prototype.playInterval=function(t){var i=r.apply(this,arguments);if(arguments.length){this._playIntervalHandle&&clearInterval(this._playIntervalHandle);var o=this;t&&(this._playIntervalHandle=setInterval(function(){o._playIntervalIdx++,o._renderCount&&o.data().length&&o.render()},t))}return i},l.prototype.summaryData=function(){var t=0;this.labelColumn_exists()&&(t=this.columns().indexOf(this.labelColumn()));var i;this.iconColumn_exists()&&(i=this.columns().indexOf(this.iconColumn()));var o=1;this.valueColumn_exists()&&(o=this.columns().indexOf(this.valueColumn()));var l;this.moreTextColumn_exists()&&(l=this.columns().indexOf(this.moreTextColumn()));var e;this.colorFillColumn_exists()&&(e=this.columns().indexOf(this.colorFillColumn()));var n;return this.colorStrokeColumn_exists()&&(n=this.columns().indexOf(this.colorStrokeColumn())),this.formattedData().map(function(r){return{icon:void 0===i?this.icon():r[i],label:r[t],value:r[o],more:void 0===l?this.moreText():r[l],fill:void 0===e?this.colorFill():r[e],stroke:void 0===n?this.colorStroke():r[n]}},this)},l.prototype.enter=function(t,o){i.prototype.enter.apply(this,arguments),this._mainDiv=o.append("div");var l=this;this._headerDiv=this._mainDiv.append("h2").on("click",function(t){l.click(l.data()[l._playIntervalIdx],l.columns()[1],!0)}),this._textDiv=this._mainDiv.append("div").attr("class","text").on("click",function(t){l.click(l.data()[l._playIntervalIdx],l.columns()[1],!0)})},l.prototype.update=function(o,l){i.prototype.update.apply(this,arguments),this.data().length;var r=this.summaryData();this._playIntervalIdx>=r.length&&(this._playIntervalIdx=0);var s=this._playIntervalIdx text { + font: 10px sans-serif; +} +.chart_XYAxis .axis path, +.chart_XYAxis .axis line { + fill: none; + stroke: #000; + shape-rendering: crispEdges; +} +.chart_XYAxis .region { + opacity: 0.33; +} +.chart_XYAxis .brush rect.background { + z-index: -999; +} +.chart_XYAxis .brush .extent { + stroke:none; + fill: steelblue; + fill-opacity: .125; + shape-rendering: crispEdges; +} +.chart_XYAxis .brush .resize path { + fill: #eee; + stroke: #666; +} diff --git a/dist-amd/chart/XYAxis.js b/dist-amd/chart/XYAxis.js new file mode 100644 index 0000000000..dab72682e0 --- /dev/null +++ b/dist-amd/chart/XYAxis.js @@ -0,0 +1 @@ +!function(t,i){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","./Axis","../common/Utility","css!./XYAxis"],i):t.chart_XYAxis=i(t.d3,t.common_SVGWidget,t.chart_Axis,t.common_Utility)}(this,function(t,i,s,e){function o(){i.call(this),e.SimpleSelectionMixin.call(this),this._drawStartPos="origin",this.domainAxis=(new s).orientation_default("bottom").type_default("ordinal").overlapMode_default("stagger").shrinkToFit_default("high").extend_default(0),this.valueAxis=(new s).orientation_default("left").type_default("linear").shrinkToFit_default("high");var o=this;this.xBrush=t.svg.brush().on("brush",function(){return o.brushMoved()}),this.yBrush=t.svg.brush().on("brush",function(){return o.brushMoved()})}return o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.prototype._class+=" chart_XYAxis",o.prototype.mixin(e.SimpleSelectionMixin),o.prototype.publish("orientation","horizontal","set","Selects orientation for the axis",["horizontal","vertical"]),o.prototype.publish("selectionMode",!1,"boolean","Range Selector"),o.prototype.publishProxy("xAxisTickCount","domainAxis","tickCount"),o.prototype.publishProxy("xAxisTickFormat","domainAxis","tickFormat"),o.prototype.publishProxy("xAxisType","domainAxis","type"),o.prototype.publishProxy("xAxisTypeTimePattern","domainAxis","timePattern"),o.prototype.publish("xAxisDomainLow",null,"string","X-Axis Low",null,{optional:!0,disable:function(t){return"ordinal"===t.xAxisType()}}),o.prototype.publish("xAxisDomainHigh",null,"string","X-Axis High",null,{optional:!0,disable:function(t){return"ordinal"===t.xAxisType()}}),o.prototype.publishProxy("xAxisOverlapMode","domainAxis","overlapMode"),o.prototype.publishProxy("xAxisLabelRotation","domainAxis","labelRotation"),o.prototype.publishProxy("xAxisDomainPadding","domainAxis","extend"),o.prototype.publish("xAxisGuideLines",!1,"boolean","Y-Axis Guide Lines"),o.prototype.publish("xAxisFocus",!1,"boolean","X-Axis Focus",null,{disable:function(t){return"horizontal"!==t.orientation()}}),o.prototype.publish("xAxisFocusHeight",80,"number","X-Axis Focus Height",null,{disable:function(t){return!t.xAxisFocus()}}),o.prototype.publishProxy("yAxisTitle","valueAxis","title"),o.prototype.publishProxy("yAxisTickCount","valueAxis","tickCount"),o.prototype.publishProxy("yAxisTickFormat","valueAxis","tickFormat"),o.prototype.publishProxy("yAxisType","valueAxis","type"),o.prototype.publishProxy("yAxisTypeTimePattern","valueAxis","timePattern"),o.prototype.publishProxy("yAxisTypePowExponent","valueAxis","powExponent"),o.prototype.publishProxy("yAxisTypeLogBase","valueAxis","logBase"),o.prototype.publish("yAxisStacked",!1,"boolean","Stacked Chart",null,{tags:["Basic"],disable:function(t){return"ordinal"!==t.xAxisType()||t._class.indexOf("chart_Column")<0}}),o.prototype.publish("yAxisDomainLow",null,"string","Y-Axis Low",null,{optional:!0,disable:function(t){return"ordinal"===t.yAxisType()}}),o.prototype.publish("yAxisDomainHigh",null,"string","Y-Axis High",null,{optional:!0,disable:function(t){return"ordinal"===t.yAxisType()}}),o.prototype.publishProxy("yAxisDomainPadding","valueAxis","extend"),o.prototype.publish("yAxisGuideLines",!0,"boolean","Y-Axis Guide Lines"),o.prototype.publish("regions",[],"array","Regions"),o.prototype.publish("sampleData","","set","Display Sample Data",["","ordinal","ordinalRange","linear","time-x","time-y"]),o.prototype.resetSelection=function(){return this._prevBrush=null,this},o.prototype.columns=function(t){return i.prototype.columns.apply(this,arguments)},o.prototype.parseData=function(t){return this.domainAxis.parse(t)},o.prototype.parseValue=function(t){return this.valueAxis.parse(t,!0)},o.prototype.formatData=function(t){return this.domainAxis.format(t)},o.prototype.formatValue=function(t){return this.valueAxis.format(t,!0)},o.prototype.parsedData=function(){var t=this.data().map(function(t){var i=0;return t.map(function(t,s){if(0===s)return this.parseData(t);if(s>=this.columns().length)return t;var e=this.yAxisStacked()?[i,i+this.parseValue(t)]:this.parseValue(t);return i+=this.parseValue(t),e},this)},this);return t},o.prototype.enter=function(t,s){i.prototype.enter.apply(this,arguments),this.svg=s.append("g"),this.svgRegions=s.append("g"),this.svgDomainGuide=this.svg.append("g"),this.svgValueGuide=this.svg.append("g"),this.svgData=this.svg.append("g"),this.svgDataClipRect=this.svg.append("clipPath").attr("id",this.id()+"_clippath").append("rect").attr("x",0).attr("y",0),this.svgData=this.svg.append("g").attr("clip-path","url(#"+this.id()+"_clippath)"),this._selection.widgetElement(this.svgData),this.svgFocus=s.append("g"),this.domainAxis.target(this.svg.node()).guideTarget(this.svgDomainGuide.node()),this.valueAxis.target(this.svg.node()).guideTarget(this.svgValueGuide.node()),this.svgBrush=s.append("g").attr("class","brush")},o.prototype.resizeBrushHandle=function(t,i,s){var e,o,n;return"e"===t||"w"===t?(e=+("e"===t),o=e?1:-1,n=s/3,"M"+.5*o+","+n+"A6,6 0 0 "+e+" "+6.5*o+","+(n+6)+"V"+(2*n-6)+"A6,6 0 0 "+e+" "+.5*o+","+2*n+"ZM"+2.5*o+","+(n+8)+"V"+(2*n-8)+"M"+4.5*o+","+(n+8)+"V"+(2*n-8)):(e=+("s"===t),n=e?1:-1,o=i/3,"M"+o+", "+.5*n+"A6,6 0 0 "+(e+1)%2+" "+(o+6)+","+6.5*n+"H"+(2*o-6)+"A6,6 0 0 "+(e+1)%2+" "+2*o+","+.5*n+"ZM"+(o+8)+","+2.5*n+"H"+(2*o-8)+"M"+(o+8)+","+4.5*n+"H"+(2*o-8))},o.prototype.brushMoved=i.prototype.debounce(function(){var t=this.data().filter(function(t){var i=t[0];return"ordinal"===this.xAxisType()&&(i=this.domainAxis.d3Scale(i)+(this.domainAxis.d3Scale.rangeBand?this.domainAxis.d3Scale.rangeBand()/2:0)),"horizontal"===this.orientation()?i>=this.xBrush.extent()[0]&&i<=this.xBrush.extent()[1]:i>=this.yBrush.extent()[0]&&i<=this.yBrush.extent()[1]},this);this.selection(t)},250),o.prototype.dataPos=function(t){return this.domainAxis.scalePos(t)},o.prototype.valuePos=function(t){return this.valueAxis.scalePos(t)},o.prototype.setScaleRange=function(t,i){this.xAxis.width(t),this.yAxis.height(i)},o.prototype.calcMargin=function(t,i,s){for(var e={top:!s&&this.selectionMode()?10:2,right:s&&(this.selectionMode()||this.xAxisFocus())?10:2,bottom:(this.xAxisFocus()?this.xAxisFocusHeight():0)+2,left:2},o=this.width()-e.left-e.right,n=this.height()-e.top-e.bottom,r=30,a=30,h=0;10>h;++h){this.xAxis.width(o-a).height(0);var u=this.xAxis.calcOverflow(i);this.yAxis.width(0).height(n-r);var l=this.yAxis.calcOverflow(i),p=u.depth,x=l.depth;if(p===r&&x===a){r=p,a=x;break}r=p,a=x}return this.xAxis.x(o/2+a/2+e.left).y(n+e.top).width(o-a),this.yAxis.x(e.left).y(n/2-r/2+e.top).height(n-r),e.left+=a,e.bottom+=r,e},o.prototype.updateRegions=function(i,s,e){var o=this,n=this.svgRegions.selectAll(".region").data(this.regions());n.enter().append("rect").attr("class","region"),e?n.attr("x",function(t){return o.dataPos(t.x0)}).attr("y",0).attr("width",function(t){return o.dataPos(t.x1)-o.dataPos(t.x0)}).attr("height",this.height()).style("stroke",function(t){return o._palette(t.colorID)}).style("fill",function(i){return t.hsl(o._palette(i.colorID)).brighter()}):n.attr("x",0).attr("y",function(t){return o.dataPos(t.x0)}).attr("width",this.width()).attr("height",function(t){return o.dataPos(t.x0)-o.dataPos(t.x1)}).style("stroke",function(t){return o._palette(t.colorID)}).style("fill",function(i){return t.hsl(o._palette(i.colorID)).brighter()}),n.exit().remove()},o.prototype.update=function(i,s){var e=this,o="horizontal"===this.orientation();this.updateRegions(i,s,o),this.domainAxis.orientation(o?"bottom":"left").title(this.columns()[0]),this.valueAxis.orientation(o?"left":"bottom"),this.xAxis=o?this.domainAxis:this.valueAxis,this.yAxis=o?this.valueAxis:this.domainAxis;var n=o?this.xBrush:this.yBrush,r=o?this.yBrush:this.xBrush,a=r.extent();switch(this.xAxisType()){case"ordinal":this.domainAxis.ordinals(this.data().map(function(t){return t[0]}));break;default:var h=this.xAxisDomainLow()?this.xAxisDomainLow():this.domainAxis.parseInvert(t.min(this.parsedData(),function(t){return t[0]})),u=this.xAxisDomainHigh()?this.xAxisDomainHigh():this.domainAxis.parseInvert(t.max(this.parsedData(),function(t){return t[0]}));void 0!==h&&void 0!==u&&this.domainAxis.low(h).high(u)}var l=this.yAxisDomainLow()?this.yAxisDomainLow():this.valueAxis.parseInvert(t.min(this.parsedData(),function(i){return t.min(i.filter(function(t,i){return i>0&&e.columns()[i]&&0!==e.columns()[i].indexOf("__")&&null!==t}),function(t){return t instanceof Array?t[0]:t})})),p=this.yAxisDomainHigh()?this.yAxisDomainHigh():this.valueAxis.parseInvert(t.max(this.parsedData(),function(i){return t.max(i.filter(function(t,i){return i>0&&e.columns()[i]&&0!==e.columns()[i].indexOf("__")&&null!==t}),function(t){return t instanceof Array?t[1]:t})}));this.valueAxis.low(l).high(p),this.margin=this.calcMargin(i,s,o);var x=this.width()-this.margin.left-this.margin.right;0>x&&(x=0);var c=this.height()-this.margin.top-this.margin.bottom;0>c&&(c=0);var d=o?x:c,y=o?c:x;if(this.domainAxis.tickLength(this.xAxisGuideLines()?y:0).render(),this.valueAxis.tickLength(this.yAxisGuideLines()?d:0).render(),this.svgDataClipRect.attr("width",x).attr("height",c),this.svgData.transition().attr("transform","translate("+this.margin.left+","+this.margin.top+")"),this.xBrush.x(this.domainAxis.d3Scale),this.yBrush.y(this.domainAxis.d3Scale),this.selectionMode()){if(this._prevXAxisType!==this.xAxisType()&&(this._prevXAxisType=this.xAxisType(),this._prevBrush=null),this._prevBrush){if(this._prevBrush&&this._prevBrush.orientation!==this.orientation())switch(this.xAxisType()){case"ordinal":n.extent([d-a[0]*d/this._prevBrush.maxCurrExtent,d-a[1]*d/this._prevBrush.maxCurrExtent]);break;default:n.extent(a)}}else switch(this.xAxisType()){case"ordinal":n.extent([0,d]);break;default:n.extent(this.domainAxis.d3Scale.domain())}this._prevBrush={orientation:this.orientation(),maxCurrExtent:d}}this.svgBrush.attr("transform","translate("+this.margin.left+", "+this.margin.top+")").style("display",this.selectionMode()?null:"none").call(n).selectAll(".background").transition().attr("width",x).attr("height",c),this.svgBrush.selectAll(".extent, .resize rect").transition().attr(o?"y":"x",0).attr(o?"height":"width",y);var A=this.svgBrush.selectAll(".resize").selectAll("path").data(function(t){return t});A.enter().append("path"),A.transition().attr("d",function(t){return e.resizeBrushHandle(t,x,c)}),this.updateFocusChart(i,s,this.margin,x,c,o),this.updateChart(i,s,this.margin,x,c,o,250)},o.prototype.updateFocusChart=function(t,i,s,e,o,n){function r(){if("ordinal"!==a.focusChart.xAxisType())a.xAxis.domain(a.focusChart.xBrush.extent());else{var t=a.focusChart.xBrush.extent(),i=t[1]-t[0],s=i/e;a.xAxis.range([-t[0]/s,(e-t[0])/s])}a.xAxis.svgAxis.call(a.xAxis.d3Axis),a.xAxis.svgGuides.call(a.xAxis.d3Guides)}var a=this,h=this.svgFocus.selectAll("#"+this.id()+"_focusChart").data(this.xAxisFocus()?[!0]:[]);h.enter().append("g").attr("id",this.id()+"_focusChart").each(function(h){a.focusChart=(new a.constructor).target(this),a.focusChart.xBrush.on("brush.focus",function(){r(),a.updateChart(t,i,s,e,o,n,0)})}),h.each(function(t){a.copyPropsTo(a.focusChart),a.focusChart.xAxisFocus(!1).selectionMode(!0).tooltipStyle("none").orientation("horizontal").xAxisGuideLines(!1).xAxisDomainLow(null).xAxisDomainHigh(null).yAxisGuideLines(!1).x(a.width()/2).y(a.height()-a.xAxisFocusHeight()/2).width(a.width()).height(a.xAxisFocusHeight()).columns(a.columns()).data(a.data()).render(),r()}),h.exit().each(function(t){a.focusChart&&(a.focusChart.target(null),delete a.focusChart)}).remove()},o.prototype.updateChart=function(t,i,s,e,o,n,r){},o.prototype.exit=function(t,s){i.prototype.exit.apply(this,arguments)},o.prototype.selection=function(t){},o}); \ No newline at end of file diff --git a/dist-amd/common/CanvasWidget.js b/dist-amd/common/CanvasWidget.js new file mode 100644 index 0000000000..7e4bdaa1ba --- /dev/null +++ b/dist-amd/common/CanvasWidget.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Widget"],e):t.common_CanvasWidget=e(t.d3,t.common_Widget)}(this,function(t,e){function i(){e.call(this),this._tag="canvas"}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" common_CanvasWidget",i.prototype.resize=function(t){var i=e.prototype.resize.apply(this,arguments);return this._parentElement.style("width",this._size.width+"px").style("height",this._size.height+"px"),this._element.attr("width",this._size.width),this._element.attr("height",this._size.height),i},i.prototype.target=function(e){if(!arguments.length)return this._target;if(this._target&&e)throw"Target can only be assigned once.";if(this._target=e,("string"==typeof this._target||this._target instanceof String)&&(this._target=document.getElementById(this._target)),this._target){if(this._parentElement=t.select(this._target),!this._size.width&&!this._size.height){var i=parseFloat(this._parentElement.style("width")),s=parseFloat(this._parentElement.style("height"));this.size({width:i,height:s}),this.resize(this._size)}}else this.exit();return this},i.prototype.exit=function(){this._parentElement&&this._parentElement.remove(),e.prototype.exit.apply(this,arguments)},i}); \ No newline at end of file diff --git a/dist-amd/common/Class.js b/dist-amd/common/Class.js new file mode 100644 index 0000000000..23c89acdf9 --- /dev/null +++ b/dist-amd/common/Class.js @@ -0,0 +1 @@ +!function(t,o){"function"==typeof define&&define.amd?define([],o):t.common_Class=o()}(this,function(){function t(){}return t.prototype.constructor=t,t.prototype._class="common_Class",t.prototype["class"]=function(t){return arguments.length?(this._class=t,this):this._class},t.prototype.classID=function(){return this._class.split(" ").pop()},t.prototype["implements"]=function(t){for(var o in t)t.hasOwnProperty(o)&&(void 0===this[o]?this[o]=t[o]:window.__hpcc_debug&&console.log("Duplicate member: "+o))},t.prototype.mixin=function(t){this["implements"](t.prototype),t.prototype.hasOwnProperty("_class")&&(this._class+=" "+t.prototype._class.split(" ").pop())},t.prototype.overrideMethod=function(t,o){if(void 0===this[t])throw"Method: "+t+" does not exist.";var s=this[t];return this[t]=function(){return o(s,arguments)},this},t}); \ No newline at end of file diff --git a/dist-amd/common/Database.js b/dist-amd/common/Database.js new file mode 100644 index 0000000000..00fcc93b7b --- /dev/null +++ b/dist-amd/common/Database.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Class","./PropertyExt","./Utility"],e):t.common_Database=e(t.d3,t.common_Class,t.common_PropertyExt,t.common_Utility)}(this,function(t,e,r,n){function i(t,n){e.call(this),r.call(this),this._id=t||this._id,n=n||{},this.label(n.label||""),this.type(n.type||""),this.mask(n.mask||null),this.format(n.format||null)}function s(t){t=t||!1,e.call(this),r.call(this),this._dataChecksum=t,this._dataVersion=0,this.clear()}function o(e){this._grid=e,t.rebind(this,this._grid,"checksum","fields")}function a(t,e,r){o.call(this,t),e instanceof Array||(e=[e]),this._columnIndicies=e.filter(function(t){return t}).map(function(t){switch(typeof t){case"string":return this._grid.fieldByLabel(t).idx}return t},this),r=r||function(t){return t},this._rollup=r}function u(t,e){return t instanceof Array||(t=[t]),t.filter(function(t){return""!==t}).every(e)}function h(t){return"boolean"==typeof t}function c(t){return"number"==typeof t||!isNaN(t)}function f(t){return"string"==typeof t}function p(e,r){for(var n=0;n=0}i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype.mixin(r),i.prototype._class+=" common_Database.Field",i.prototype.id=function(){return this._id},i.prototype.checksum=function(){return n.checksum(this.label()+this.type()+this.mask()+this.format())},i.prototype.publish("label","","string","Label"),i.prototype.publish("type","","set","Type",["","string","number","boolean","time"]);var g=i.prototype.type;i.prototype.type=function(t){var e=g.apply(this,arguments);if(arguments.length)switch(this.type()){case"number":this._typeTransformer=function(t){return Number(t)};break;case"string":this._typeTransformer=function(t){return String(t)};break;case"boolean":this._typeTransformer=function(t){return"string"==typeof t&&["false","off","0"].indexOf(t.toLowerCase())>=0?!1:Boolean(t)};break;case"time":case"date":this._typeTransformer=function(t){return this._maskTransformer.parse(t)};break;default:this._typeTransformer=function(t){return t}}return e},i.prototype.publish("mask","","string","Time Mask");var _=i.prototype.mask;i.prototype.mask=function(t){var e=_.apply(this,arguments);return arguments.length&&(this._maskTransformer=this.formatter(t)),e},i.prototype.publish("format","","string","Format");var b=i.prototype.format;i.prototype.format=function(t){var e=b.apply(this,arguments);return arguments.length&&(this._formatTransformer=this.formatter(t)),e},i.prototype.parse=function(t){if(!t)return t;try{return this._typeTransformer(t)}catch(e){return console.log("Unable to parse: "+t),null}},i.prototype.transform=function(t){if(!t)return t;try{return this._formatTransformer(this._typeTransformer(t))}catch(e){return console.log("Unable to transform: "+t),null}},i.prototype.clone=function(){return new i(this._id,{label:this.label(),type:this.type(),mask:this.mask(),format:this.format()})},i.prototype.formatter=function(e){var r;if(!e)return r=function(t){return t},r.parse=function(t){return t},r;switch(this.type()){case"time":case"date":return t.time.format(e)}return r=t.format(e),r.parse=function(t){return t},r},s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype.mixin(r),s.prototype._class+=" common_Database.Grid",s.prototype.publish("fields",[],"propertyArray","Fields"),s.prototype.clear=function(){return this.fields([]),this._data=[],this._dataChecksums=[],++this._dataVersion,this},s.prototype.legacyColumns=function(t){return arguments.length?(this.row(0,t),this):this.row(0)},s.prototype.legacyData=function(t,e){return s.prototype.data.apply(this,arguments)},s.prototype.field=function(t){return this.fields()[t]};var k=s.prototype.fields;s.prototype.fields=function(t,e){return arguments.length?k.call(this,e?t.map(function(t){return t.clone()}):t):k.apply(this,arguments)},s.prototype.fieldByLabel=function(t,e){return this.fields().filter(function(r,n){return r.idx=n,e?r.label().toLowerCase()===t.toLowerCase():r.label()===t})[0]},s.prototype.data=function(t,e){return arguments.length?(this._data=e?t.map(function(t){return t.map(function(t){return t})}):t,this._dataCalcChecksum(),this):this._data},s.prototype.parsedData=function(){var t=this;return this._data.map(function(e){return e.map(function(e,r){return t.fields()[r].parse(e)})})},s.prototype.formattedData=function(){var t=this;return this._data.map(function(e){return e.map(function(e,r){return t.fields()[r].transform(e)})})},s.prototype.fieldsChecksum=function(){return n.checksum(this.fields().map(function(t){return t.checksum()}))},s.prototype.dataChecksum=function(){return n.checksum(this._dataChecksum?this._dataChecksums:this._dataVersion)},s.prototype.checksum=function(){return n.checksum([this.dataChecksum(),this.fieldsChecksum()])},s.prototype._dataCalcChecksum=function(t){return++this._dataVersion,this._dataChecksum&&(arguments.length?this._dataChecksums[t]=n.checksum(this._data[t]):this._dataChecksums=this._data.map(function(t){return n.checksum(t)})),this},s.prototype.row=function(e,r){if(arguments.length<2)return 0===e?this.fields().map(function(t){return t.label()}):this._data[e-1];if(0===e){var n=t.map(this.fields(),function(t){return t.label()});this.fields(r.map(function(t){return n.get(t)||(new i).label(t)},this))}else this._data[e-1]=r,this._dataCalcChecksum(e-1);return this},s.prototype.rows=function(t){return arguments.length?(this.row(0,t[0]),this._data=t.filter(function(t,e){return e>0}),this._dataCalcChecksum(),this):[this.row(0)].concat(this._data)},s.prototype.column=function(t,e){return arguments.length<2?[this.fields()[t].label()].concat(this._data.map(function(e,r){return e[t]})):(e.forEach(function(r,n){0===n?this.fields()[t]=(new i).label(e[0]):(this._data[n-1][t]=r,this._dataCalcChecksum(n-1))},this),this)},s.prototype.columnData=function(t,e){return arguments.length<2?this._data.map(function(e,r){return e[t]}):(e.forEach(function(e,r){this._data[r][t]=e,this._dataCalcChecksum(r)},this),this)},s.prototype.columns=function(t){return arguments.length?(t.forEach(function(e,r){this.column(r,t[r])},this),this):this.fields().map(function(t,e){return this.column(e)},this)},s.prototype.cell=function(t,e,r){return arguments.length<3?this.row(t)[e]:(0===t?this.fields()[e]=(new i).label(r):(this._data[t][e]=r,this._dataCalcChecksum(t)),this)},s.prototype.grid=function(t){return s.prototype.rows.apply(this,arguments)},s.prototype.hipieMapSortArray=function(t){return t.map(function(t){var e=!1;0===t.indexOf("-")&&(t=t.substring(1),e=!0);var r=this.fieldByLabel(t,!0);return r||console.log("Grid.prototype.hipieMapSortArray: Invalid sort array - "+t),{idx:r?r.idx:-1,reverse:e}},this).filter(function(t){return t.idx>=0})},s.prototype.hipieMappings=function(e,r){function n(t,e,r,i){var s=r.map(function(t){return t});s[e]=t.key,t.values instanceof Array?t.values.forEach(function(t){n(t,e+1,s,i)}):(s[e+1]=t.values,i.push(s))}if(r=r||"",!this.fields().length||!this._data.length)return[];var i=-1,s=[],o=[],a=-1,u=[];if(e.forEach(function(t,e){if(t instanceof Object)switch(t["function"]){case"SUM":case"AVE":case"MIN":case"MAX":i>=0&&console.log("Rollup field already exists - there should only be one?"),i=e,t.params.forEach(function(t){var e=this.fieldByLabel(t.param1,!0);e?s.push(e.idx):console.log("Grid.prototype.hipieMappings: Invalid rollup field - "+t.param1)},this);break;case"SCALE":a>=0&&console.log("Scale field already exists - there should only be one?"),a=e,t.params.forEach(function(t){var e=this.fieldByLabel(t.param1,!0);if(e){var r=e.idx,n=t.param2;u.push(function(t){return t[r]/n})}else console.log("Grid.prototype.hipieMappings: Invalid scale field - "+t.param1)},this);break;default:console.log("Unknown field function - "+t["function"])}else if(t.indexOf("_AVE")===t.length-4&&this.fieldByLabel(t.substring(0,t.length-4)+"_SUM",!0)&&this.fieldByLabel("base_count",!0)){console.log("Deprecated - Symposium AVE Hack");var n=this.fieldByLabel(t.substring(0,t.length-4)+"_SUM",!0),h=this.fieldByLabel("base_count",!0);o.push(n.idx),u.push(function(t){return t[n.idx]/t[h.idx]})}else{var c=this.fieldByLabel(t,!0);c?(o.push(c.idx),u.push(function(t){return t[c.idx]})):(console.log("Unable to locate '"+t+"' in server response."),u.push(function(t){return r}))}},this),i>=0){var h=e[i],c=[];for(var f in h.params)c.push(h.params[f]);var p=this.rollup(o,function(e){switch(h["function"]){case"SUM":return t.sum(e,function(t){return t[s[0]]});case"AVE":return t.mean(e,function(t){return t[s[0]]});case"MIN":return t.min(e,function(t){return t[s[0]]});case"MAX":return t.max(e,function(t){return t[s[0]]})}return console.log("Unsupported Mapping Function: "+h["function"]),0}),l=[];return p instanceof Array?p.forEach(function(t){n(t,0,[],l)}):l.push([p]),l}return this._data.map(function(t){var e=[];return u.forEach(function(r){e.push(r(t))}),e})},o.prototype.constructor=o,o.prototype.grid=function(){return this._grid},o.prototype.columns=function(t){return arguments.length?(this._grid.legacyColumns(t),this):this._grid.legacyColumns()},o.prototype.rawData=function(t){return arguments.length?(this._grid.legacyData(t),this):this._grid.legacyData()},o.prototype.formattedData=function(){return this._formattedDataChecksum!==this._grid.checksum()&&(this._formattedDataChecksum=this._grid.checksum(),this._formattedData=this._grid.formattedData()),this._formattedData},o.prototype.parsedData=function(){return this._parsedDataChecksum!==this._grid.checksum()&&(this._parsedDataChecksum=this._grid.checksum(),this._parsedData=this._grid.parsedData()),this._parsedData},o.prototype._whichData=function(t){if(t){if(t.parsed)return this.formattedData();if(t.formatted)return this.formattedData()}return this.rawData()},o.prototype.data=function(t){return o.prototype.rawData.apply(this,arguments)},a.prototype=Object.create(o.prototype),a.prototype.constructor=a,a.prototype.nest=function(){if(this._nestChecksum!==this._grid.checksum()){this._nestChecksum=this._grid.checksum();var e=t.nest();this._columnIndicies.forEach(function(t){e.key(function(e){return e[t]})}),this._nest=e.rollup(this._rollup)}return this._nest},a.prototype.entries=function(t){return this.nest().entries(this._whichData(t))},a.prototype.map=function(t){return this.nest().map(this._whichData(t))},a.prototype.d3Map=function(e){return this.nest().map(this._whichData(e),t.map)},a.prototype._walkData=function(t,e){e=e||[];var r=[];return t.forEach(function(t){t instanceof Array?r.push(e.concat([t])):r=r.concat(this._walkData(t.values,e.concat([t.key])))},this),r},a.prototype.data=function(t){return this._walkData(this.entries(t))},s.prototype.legacyView=function(){return new o(this)},s.prototype.nestView=function(t){return new a(this,t)},s.prototype.rollupView=function(t,e){return new a(this,t,e)},s.prototype.aggregateView=function(e,r,n,i){var s=this;return new a(this,e,function(e){switch(r){case null:case void 0:case"":return e.aggregate=e.length,e;default:var o=s.legacyColumns(),a=o.indexOf(n),u=o.indexOf(i);return e.aggregate=t[r](e,function(t){return(+t[a]-(u>=0?+t[u]:0))/(u>=0?+t[u]:1)}),e}})},s.prototype._nest=function(e,r){e instanceof Array||(e=[e]);var n=t.nest();return e.forEach(function(t){n.key(function(e){return e[t]})}),n},s.prototype.nest=function(t){return this._nest(t).entries(this._data)},s.prototype.rollup=function(t,e){return this._nest(t).rollup(e).entries(this._data)},s.prototype.length=function(){return this._data.length+1},s.prototype.width=function(){return this.fields().length},s.prototype.pivot=function(){return this.rows(this.columns()),this},s.prototype.clone=function(t){return(new s).fields(this.fields(),t).data(this.data(),t)},s.prototype.filter=function(t){var e={};return this.row(0).forEach(function(t,r){e[t]=r}),(new s).fields(this.fields(),!0).data(this.data().filter(function(r){for(var n in t)if(t[n]!==r[e[n]])return!1;return!0}))};var v=null;s.prototype.analyse=function(t){t instanceof Array||(t=[t]);var e=[];return t.forEach(function(t){var r=this.rollup(t,function(t){return t.length});e.push(r);var n=r.map(function(t){return t.key});this.fields()[t].isBoolean=u(n,h),this.fields()[t].isNumber=u(n,c),this.fields()[t].isString=!this.fields()[t].isNumber&&u(n,f),this.fields()[t].isUSState=this.fields()[t].isString&&u(n,y),this.fields()[t].isDateTime=this.fields()[t].isString&&u(n,l),this.fields()[t].isDateTimeFormat=v,this.fields()[t].isDate=!this.fields()[t].isDateTime&&u(n,m),this.fields()[t].isDateFormat=v,this.fields()[t].isTime=this.fields()[t].isString&&!this.fields()[t].isDateTime&&!this.fields()[t].isDate&&u(n,d),this.fields()[t].isTimeFormat=v},this),e},s.prototype.jsonObj=function(t){return arguments.length?(this.clear(),this.data(t.map(function(t,e){var r=[];for(var n in t){var s=this.row(0).indexOf(n);0>s&&(s=this.fields().length,this.fields().push((new i).label(n))),r[s]=t[n]}return r},this)),this):this._data.map(function(t){var e={};return this.row(0).forEach(function(r,n){e[r]=t[n]}),e},this)},s.prototype.json=function(t){return arguments.length?(this.jsonObj(JSON.parse(t)),this):JSON.stringify(this.jsonObj(),null," ")},s.prototype.csv=function(e){return arguments.length?(this.jsonObj(t.csv.parse(e)),this):t.csv.formatRows(this.grid())},s.prototype.tsv=function(e){return arguments.length?(this.jsonObj(t.tsv.parse(e)),this):t.tsv.formatRows(this.grid())};var w=[],C=["%Y-%m-%d","%Y%m%d"],D=["%H:%M:%S.%LZ","%H:%M:%SZ","%H:%M:%S"];return C.forEach(function(t){D.forEach(function(e){w.push(t+"T"+e)})}),{Field:i,Grid:s}}); \ No newline at end of file diff --git a/dist-amd/common/FAChar.css b/dist-amd/common/FAChar.css new file mode 100644 index 0000000000..1f3c591c41 --- /dev/null +++ b/dist-amd/common/FAChar.css @@ -0,0 +1,3 @@ +.common_FAChar .common_Text { + font-size: 14px; +} \ No newline at end of file diff --git a/dist-amd/common/FAChar.js b/dist-amd/common/FAChar.js new file mode 100644 index 0000000000..3c607b1ba1 --- /dev/null +++ b/dist-amd/common/FAChar.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./SVGWidget","./Text","css!font-awesome","css!./FAChar"],e):t.common_FAChar=e(t.common_SVGWidget,t.common_Text)}(this,function(t,e){function o(){t.call(this),this._text=(new e).fontFamily("FontAwesome")}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" common_FAChar",o.prototype.publish("char","","string","Font Awesome Item",null,{tags:["Private"]}),o.prototype.publish("fontSize",null,"number","Font Size",null,{tags:["Private"]}),o.prototype.publishProxy("text_colorFill","_text","colorFill"),o.prototype.enter=function(e,o){t.prototype.enter.apply(this,arguments),this._text.target(e)},o.prototype.update=function(e,o){t.prototype.update.apply(this,arguments),this._text.text(this["char"]()).scale((this.fontSize()||14)/14).render()},o.prototype.exit=function(e,o){this._text.target(null),t.prototype.exit.apply(this,arguments)},o}); \ No newline at end of file diff --git a/dist-amd/common/HTMLWidget.js b/dist-amd/common/HTMLWidget.js new file mode 100644 index 0000000000..6e242cc31c --- /dev/null +++ b/dist-amd/common/HTMLWidget.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Widget","./Transition"],e):t.common_HTMLWidget=e(t.d3,t.common_Widget,t.common_Transition)}(this,function(t,e,i){function o(){e.call(this),this._drawStartPos="origin",this._tag="div",this._boundingBox=null}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" common_HTMLWidget",o.prototype.calcFrameWidth=function(t){var e=parseFloat(t.style("padding-left"))+parseFloat(t.style("padding-right"))+parseFloat(t.style("margin-left"))+parseFloat(t.style("margin-right"))+parseFloat(t.style("border-left-width"))+parseFloat(t.style("border-right-width"));return e},o.prototype.calcWidth=function(t){return parseFloat(t.style("width"))-this.calcFrameWidth(t)},o.prototype.calcFrameHeight=function(t){var e=parseFloat(t.style("padding-top"))+parseFloat(t.style("padding-bottom"))+parseFloat(t.style("margin-top"))+parseFloat(t.style("margin-bottom"))+parseFloat(t.style("border-top-width"))+parseFloat(t.style("border-bottom-width"));return e},o.prototype.calcHeight=function(t){return parseFloat(t.style("height"))+this.calcFrameHeight(t)},o.prototype.hasHScroll=function(t){return t=t||this._element,t.property("scrollWidth")>t.property("clientWidth")},o.prototype.hasVScroll=function(t){return t=t||this._element,t.property("scrollHeight")>t.property("clientHeight")},o.prototype.clientWidth=function(){return this._size.width-this.calcFrameWidth(this._element)},o.prototype.clientHeight=function(){return this._size.height-this.calcFrameHeight(this._element)},o.prototype.getBBox=function(t,e){if(t||null===this._boundingBox){var i=this._element.node()?this._element.node().firstElementChild:null;if(i instanceof Element){var o=i.getBoundingClientRect();this._boundingBox={x:o.left,y:o.top,width:o.width,height:o.height}}}return null===this._boundingBox?{x:0,y:0,width:0,height:0}:{x:(e?Math.round(this._boundingBox.x):this._boundingBox.x)*this._scale,y:(e?Math.round(this._boundingBox.y):this._boundingBox.y)*this._scale,width:(e?Math.round(this._boundingBox.width):this._boundingBox.width)*this._scale,height:(e?Math.round(this._boundingBox.height):this._boundingBox.height)*this._scale}},o.prototype.resize=function(t){var i=e.prototype.resize.apply(this,arguments);return this._parentElement.style("width",this._size.width+"px").style("height",this._size.height+"px"),i},o.prototype.target=function(e){if(!arguments.length)return this._target;if(this._target&&e)throw"Target can only be assigned once.";if(this._target=e,("string"==typeof this._target||this._target instanceof String)&&(this._target=document.getElementById(this._target)),this._target instanceof SVGElement){var i=this.locateOverlayNode();this._parentElement=i.append("div").style({position:"absolute",top:0,left:0,overflow:"hidden"}),this._overlayElement=t.select(this._target);var o=this;this.oldPos=null,this.observer=new this.MutationObserver(function(t){o.syncOverlay()});for(var s=this._overlayElement.node();s;)this.observer.observe(s,{attributes:!0}),s=s.parentNode}else if(this._target){if(this._parentElement=t.select(this._target),!this._size.width&&!this._size.height){var n=parseFloat(this._parentElement.style("width")),r=parseFloat(this._parentElement.style("height"));this.size({width:n,height:r})}this._parentElement=t.select(this._target).append("div")}else this.exit();return this},o.prototype.postUpdate=function(t,i){if(e.prototype.postUpdate.apply(this,arguments),"origin"===this._drawStartPos)this._element.style({position:"relative",left:this._pos.x+"px",top:this._pos.y+"px"});else{var o=this.getBBox(!0);this._element.style({position:"relative","float":"left",left:this._pos.x+(this._size.width-o.width)/2+"px",top:this._pos.y+(this._size.height-o.height)/2+"px"})}},o.prototype.exit=function(t,i){this.observer&&this.observer.disconnect(),this.oldPos=null,this._parentElement&&this._parentElement.remove(),e.prototype.exit.apply(this,arguments)},o}); \ No newline at end of file diff --git a/dist-amd/common/IList.js b/dist-amd/common/IList.js new file mode 100644 index 0000000000..d7792c112b --- /dev/null +++ b/dist-amd/common/IList.js @@ -0,0 +1 @@ +!function(n,o){"function"==typeof define&&define.amd?define([],o):n.common_IList=o()}(this,function(){function n(){}return n.prototype.click=function(n){console.log("Click: "+n)},n}); \ No newline at end of file diff --git a/dist-amd/common/IMenu.js b/dist-amd/common/IMenu.js new file mode 100644 index 0000000000..67130dd68d --- /dev/null +++ b/dist-amd/common/IMenu.js @@ -0,0 +1 @@ +!function(o,n){"function"==typeof define&&define.amd?define([],n):o.common_IMenu=n()}(this,function(){function o(){}return o.prototype.click=function(o){console.log("Click: "+o)},o.prototype.preShowMenu=function(){console.log("preShowMenu")},o.prototype.postHideMenu=function(o){console.log("postHideMenu")},o}); \ No newline at end of file diff --git a/dist-amd/common/Icon.css b/dist-amd/common/Icon.css new file mode 100644 index 0000000000..919d02e64d --- /dev/null +++ b/dist-amd/common/Icon.css @@ -0,0 +1,3 @@ +.common_Icon .common_FAChar .common_Text { + fill: white; +} \ No newline at end of file diff --git a/dist-amd/common/Icon.js b/dist-amd/common/Icon.js new file mode 100644 index 0000000000..c7eb7eb737 --- /dev/null +++ b/dist-amd/common/Icon.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./SVGWidget","./Shape","./FAChar","css!./Icon"],e):t.common_Icon=e(t.common_SVGWidget,t.common_Shape,t.common_FAChar)}(this,function(t,e,i){function r(){t.call(this),this._shapeWidget=new e,this._faChar=new i}return r.prototype=Object.create(t.prototype),r.prototype.constructor=r,r.prototype._class+=" common_Icon",r.prototype.publish("shape","circle","set","Shape Type",["circle","square"],{tags:["Private"]}),r.prototype.publishProxy("faChar","_faChar","char"),r.prototype.publish("imageUrl",null,"string","Image URL",null,{optional:!0}),r.prototype.publishProxy("image_colorFill","_faChar","text_colorFill"),r.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),r.prototype.publish("diameter",24,"number","Diameter",null,{tags:["Private"]}),r.prototype.publish("paddingPercent",45,"number","Padding Percent",null,{tags:["Private"]}),r.prototype.publishProxy("shape_colorFill","_shapeWidget","colorFill"),r.prototype.publishProxy("shape_colorStroke","_shapeWidget","colorStroke"),r.prototype.intersection=function(t,e){return this._shapeWidget.intersection(t,e)},r.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),this._defs=i.append("defs"),this._defs.append("clipPath").attr("id","clip_"+this.id()+"_circle").append("circle").attr("x",0).attr("y",0),this._defs.append("clipPath").attr("id","clip_"+this.id()+"_square").append("rect"),this._root=i.append("g"),this._shapeWidget.target(this._root.node()).render(),this._faChar.target(i.node()).render(),this._tooltipElement=i.append("title");var r=this;i.on("click",function(t){r.click(t)})},r.prototype.click=function(t){console.log("Clicked the icon")},r.prototype.update=function(e,i){t.prototype.update.apply(this,arguments);var r=this.diameter(),o=r/2;this._defs.select("circle").attr("r",o),this._defs.select("rect").attr("x",-o).attr("y",-o).attr("width",r).attr("height",r),this._faChar.fontSize(r*(100-this.paddingPercent())/100).render(),this._shapeWidget.shape(this.shape()).width(r).height(r).render();var p=this._root.selectAll("image").data(this.imageUrl()?[this.imageUrl()]:[],function(t){return t});p.enter().append("image").attr("xlink:href",this.imageUrl()),p.attr("clip-path","url(#clip_"+this.id()+"_"+this.shape()+")").attr("x",-o).attr("y",-o).attr("width",r).attr("height",r),p.exit().remove(),this._tooltipElement.text(this.tooltip())},r.prototype.exit=function(e,i){t.prototype.exit.apply(this,arguments),this._shapeWidget.target(null),this._faChar.target(null)},r}); \ No newline at end of file diff --git a/dist-amd/common/Image.js b/dist-amd/common/Image.js new file mode 100644 index 0000000000..d8eebb2431 --- /dev/null +++ b/dist-amd/common/Image.js @@ -0,0 +1 @@ +!function(t,i){"function"==typeof define&&define.amd?define(["./HTMLWidget"],i):t.common_Image=i(t.common_HTMLWidget)}(this,function(t){function i(){t.call(this),this._drawStartPos="center"}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" common_Image",i.prototype.publish("source",null,"string","Image Source",null,{tags:["Basic"]}),i.prototype.publish("sizing","actual","set","Controls sizing mode",["actual","fit","custom"],{tags:["Basic"]}),i.prototype.publish("customWidth","50%","string","Applies this width to IMG element if 'sizing' is set to 'custom'",null,{tags:["Basic"],disable:function(t){return"custom"!==t.sizing()}}),i.prototype.publish("customHeight","20%","string","Applies this height to IMG element if 'sizing' is set to 'custom'",null,{tags:["Basic"],disable:function(t){return"custom"!==t.sizing()}}),i.prototype.publish("lockAspectRatio",!0,"boolean","Locks the aspect ratio when scaling/stretching",null,{tags:["Basic"],disable:function(t){return"fit"!==t.sizing()}}),i.prototype.publish("alignment","center","set","Image Alignment",["center","origin"],{tags:["Basic"]}),i.prototype.enter=function(i,e){t.prototype.enter.apply(this,arguments)},i.prototype.update=function(i,e){this._drawStartPos=this.alignment(),t.prototype.update.apply(this,arguments);var s=this,o=e.selectAll("img").data(this.source()?[this.source()]:[],function(t){return t});o.enter().append("img").attr("src",this.source()).on("load",function(t){o.style(s.calcSize())}),o.style(this.calcSize()),o.exit().remove()},i.prototype.calcSize=function(){var t={width:"auto",height:"auto"};switch(this.sizing()){case"fit":if(this.lockAspectRatio()){var i=this.element().select("img");i.style({width:"auto",height:"auto"});var e=i.node().getBoundingClientRect(),s=e.width/this.width(),o=e.height/this.height();s>o?(t.width=this.width()+"px",t.height=e.height/s+"px"):(t.width=e.width/o+"px",t.height=this.height()+"px")}else t.width=this.width()+"px",t.height=this.height()+"px";break;case"custom":t.width=this.customWidth(),t.height=this.customHeight()}return t},i.prototype.exit=function(i,e){t.prototype.exit.apply(this,arguments)},i}); \ No newline at end of file diff --git a/dist-amd/common/List.css b/dist-amd/common/List.css new file mode 100644 index 0000000000..6aef38644d --- /dev/null +++ b/dist-amd/common/List.css @@ -0,0 +1,11 @@ +.common_List .common_TextBox .common_Shape { + fill: #dcf1ff; + stroke: #dcf1ff; +} +.common_List .common_TextBox .common_Text { + pointer-events: none; +} +.common_List .common_TextBox .common_Shape:hover { + fill: white; + stroke: white; +} diff --git a/dist-amd/common/List.js b/dist-amd/common/List.js new file mode 100644 index 0000000000..2482fd4b87 --- /dev/null +++ b/dist-amd/common/List.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","./IList","../common/TextBox","css!./List"],e):t.common_List=e(t.d3,t.common_SVGWidget,t.common_IList,t.common_TextBox)}(this,function(t,e,i,o){function n(t){e.call(this),i.call(this),this._listWidgets={}}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" common_List",n.prototype["implements"](i.prototype),n.prototype.publish("anchor","start","set","Anchor Position",["","start","middle","end"],{tags:["Private"]}),n.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var n=this,s=i.selectAll(".line").data(this.data(),function(t){return t});s.enter().append("g").attr("class","line").each(function(t){var e=(new o).target(this).paddingTop(0).paddingBottom(0).paddingLeft(8).paddingRight(8).text(t).render();e.element().on("click",function(t){n.click(t.text())}),n._listWidgets[t]=e});var r=0,a=0,d=0;for(var p in this._listWidgets)if(this._listWidgets.hasOwnProperty(p)){var c=this._listWidgets[p].getBBox();r+=c.height,a=0)s=new n.scale[r];else if(l.indexOf(r)>=0){var f=[];switch(r){case"hpcc10":var d=t("default").colors();f=d.filter(function(n,e){return e%2?!0:!1});break;case"hpcc20":f=t("category10").colors().concat(t("hpcc10").colors())}s=n.scale.ordinal().range(f)}else if(o.indexOf(r)>0)for(var p=12;p>0;){if(colorbrewer[r][p]){s=n.scale.ordinal().range(colorbrewer[r][p]);break}--p}s||(s=n.scale.category20()),a=s.range()}return u.type=function(){return"ordinal"},u.id=function(n){return arguments.length?(r=n,u):r},u.colors=function(n){return arguments.length?(a=n,u):a},u.clone=function(n){return i[n]=t(n,this.colors()),i[n]},u.cloneNotExists=function(n){return i[n]?i[n]:this.clone(n)},u["switch"]=function(n,t){return r===n?this:arguments.length?e(n,t):e()},u}function r(n,e,t){if(!n)return a();var r=u[n];return r||(r=a(n,e,t),u[n]=r),r}function a(e,t,c){function l(n,e,t){return e===t?f.domain([e-1,t+1])(n):f.domain([e,t])(n)}if(!arguments.length){var i=["default"];for(var s in colorbrewer)-1===o.indexOf(s)&&i.push(s);return i}var f=null,d=t,p=function(e,t){t=t||32;var r=Math.ceil(t/(e.length-1)),a=[],c=null;return e.forEach(function(e){if(c)for(var t=n.scale.linear().domain([0,r]).range([c,e]).interpolate(n.interpolateLab),o=0;r>o;++o)a.push(t(o));c=e}),f=n.scale.quantize().domain([0,100]).range(a)};if(t)f=p(t,c);else{if(colorbrewer[e])for(var g=12;g>0;){if(colorbrewer[e][g]){f=p(colorbrewer[e][g]);break}--g}f||(f=p(colorbrewer.RdYlGn[11])),d=f.range()}return l.type=function(){return"rainbow"},l.id=function(n){return arguments.length?(e=n,l):e},l.colors=function(n){return arguments.length?(d=n,l):d},l.clone=function(n){return u[n]=a(n,this.color()),u[n]},l.cloneNotExists=function(n){return u[n]?u[n]:this.clone(n)},l["switch"]=function(n,t){return e===n?this:arguments.length?r(n,t):r()},l}var c=["category10","category20","category20b","category20c"],o=["Accent","Dark2","Paired","Pastel1","Pastel2","Set1","Set2","Set3"],l=["hpcc10","hpcc20"],i={},u={},s=function(e,r,c,o,l){n.select(e).selectAll(".palette").data(t(),function(n){return n}).enter().append("span").attr("class","palette").attr("title",function(n){return n}).on("click",function(e){console.log(n.values(e.value).map(JSON.stringify).join("\n"))}).selectAll(".swatch").data(function(n){return t(n).colors()}).enter().append("span").attr("class","swatch").style("background-color",function(n){return n}),n.select(r).selectAll(".palette").data(a(),function(n){return n}).enter().append("span").attr("class","palette").attr("title",function(n){return n}).on("click",function(e){console.log(n.values(e.value).map(JSON.stringify).join("\n"))}).selectAll(".swatch2").data(function(n){return a(n).colors()}).enter().append("span").attr("class","swatch2").style("height","8px").style("background-color",function(n){return n});var i={id:o.join("_")+l,scale:a("custom",o,l)};n.select(c).selectAll(".palette").data([i],function(n){return n.id}).enter().append("span").attr("class","palette").attr("title",function(n){return"aaa"}).on("click",function(e){console.log(n.values(e.value).map(JSON.stringify).join("\n"))}).selectAll(".swatch2").data(function(n){for(var e=[],t=0;255>=t;++t)e.push(i.scale(t,0,255));return e}).enter().append("span").attr("class","swatch2").style("background-color",function(n){return n})};return colorbrewer.RdWhGr={3:["red","white","green"]},{ordinal:e,rainbow:r,test:s}}); \ No newline at end of file diff --git a/dist-amd/common/Platform.js b/dist-amd/common/Platform.js new file mode 100644 index 0000000000..bd257dfb7f --- /dev/null +++ b/dist-amd/common/Platform.js @@ -0,0 +1 @@ +!function(e,t){"function"==typeof define&&define.amd?define(["d3","es6-promise"],t):(e.require=e.require||function(t,i){"function"==typeof t&&(i=t,t=[]);var r=t.map(function(t){var i=0===t.indexOf("src/")?"src/".length:0===t.indexOf("hpcc-viz/")?"hpcc-viz/".length:0===t.indexOf("../")?"../".length:0,r=t.substring(i).split("/").join("_");return e[r]});i.apply(null,r)},e.common_Platform=t(e.d3))}(this,function(e){function t(){}var i="1.14.0-rc10";return t.prototype.version=function(){return i},t.prototype.ieVersion=function(){var e,t=navigator.userAgent,i=t.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];return/trident/i.test(i[1])?(e=/\brv[ :]+(\d+)/g.exec(t)||[],parseFloat(e[1])):/msie/i.test(i[1])?parseFloat(i[2]):null}(),t.prototype.isIE=null!==t.prototype.ieVersion,t.prototype.svgMarkerGlitch=t.prototype.isIE&&t.prototype.ieVersion<=12,t.prototype.MutationObserver=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver||function(e){this.callback=e,this.listeners=[];var t=function(e,t,i){this.callback=e,this.domNode=t,this.type=i};t.prototype={handleEvent:function(e){var t={type:this.type,target:this.domNode,addedNodes:[],removedNodes:[],previousSibling:e.target.previousSibling,nextSibling:e.target.nextSibling,attributeName:null,attributeNamespace:null,oldValue:null};this.callback([t])}},this.observe=function(e,i){var r=null;i.attributes&&(r=new t(this.callback,e,"attributes"),this.listeners.push(r),e.addEventListener("DOMAttrModified",r,!0)),i.characterData&&(r=new t(this.callback,e,"characterData"),this.listeners.push(r),e.addEventListener("DOMCharacterDataModified",r,!0)),i.childList&&(r=new t(this.callback,e,"childList"),this.listeners.push(r),e.addEventListener("DOMNodeInserted",r,!0),e.addEventListener("DOMNodeRemoved",r,!0))},this.disconnect=function(){this.listeners.forEach(function(e){switch(e.type){case"attributes":e.domNode.removeEventListener("DOMAttrModified",e,!0);break;case"characterData":e.domNode.removeEventListener("DOMCharacterDataModified",e,!0);break;case"childList":e.domNode.removeEventListener("DOMNodeRemoved",e,!0),e.domNode.removeEventListener("DOMNodeInserted",e,!0)}}),this.listeners=[]}},window.MutationObserver||(window.MutationObserver=t.prototype.MutationObserver),t.prototype._scrollBarWidth=null,t.prototype.getScrollbarWidth=function(){if(null===t.prototype._scrollBarWidth){var e=document.createElement("div");e.style.visibility="hidden",e.style.width="100px",e.style.msOverflowStyle="scrollbar",document.body.appendChild(e);var i=e.offsetWidth;e.style.overflow="scroll";var r=document.createElement("div");r.style.width="100%",e.appendChild(r);var o=r.offsetWidth;e.parentNode.removeChild(e),t.prototype._scrollBarWidth=i-o}return t.prototype._scrollBarWidth},t.prototype.debounce=function(e,t,i){return function(){function r(){i||e.apply(o,n),o.__hpcc_debounce_timeout=null}var o=this||{},n=arguments;o.__hpcc_debounce_timeout?clearTimeout(o.__hpcc_debounce_timeout):i&&e.apply(o,n),o.__hpcc_debounce_timeout=setTimeout(r,t||100)}},Math.sign=Math.sign||function(e){return e=+e,0===e||isNaN(e)?e:e>0?1:-1},t}); \ No newline at end of file diff --git a/dist-amd/common/PropertyExt.js b/dist-amd/common/PropertyExt.js new file mode 100644 index 0000000000..9401141347 --- /dev/null +++ b/dist-amd/common/PropertyExt.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./Class"],e):t.common_PropertyExt=e(t.common_Class)}(this,function(t){function e(t){return 0===t.indexOf(n)}function i(t,e){return t[h+e]}function r(t,e,i,r,s,o){switch(o=o||{},this.id=t,this.type=i,this.origDefaultValue=e,this.defaultValue=o.optional&&null===e?void 0:e,this.description=r,this.set=s,this.ext=o,i){case"set":this.checkedAssign=function(e){var r="function"==typeof s?s.call(this):s;return(!r||r.indexOf(e)<0)&&console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"html-color":this.checkedAssign=function(e){if(window.__hpcc_debug&&e&&"red"!==e){var r="red",s=document.createElement("div");s.style.color=r,s.style.color=e,(s.style.color===r||""===s.style.color)&&console.error("Invalid value for '"+t+"': "+e+" expected "+i)}return e};break;case"boolean":this.checkedAssign=function(t){return"string"==typeof t&&["false","off","0"].indexOf(t.toLowerCase())>=0?!1:Boolean(t)};break;case"number":this.checkedAssign=function(t){return Number(t)};break;case"string":this.checkedAssign=function(t){return String(t)};break;case"array":this.checkedAssign=function(e){return e instanceof Array||console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"object":this.checkedAssign=function(e){return e instanceof Object||console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"widget":this.checkedAssign=function(e){return(!e._class||e._class.indexOf("common_PropertyExt")<0)&&console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"widgetArray":this.checkedAssign=function(e){return e.some(function(t){return!t._class||t._class.indexOf("common_Widget")<0})&&console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"propertyArray":this.checkedAssign=function(e){return e.some(function(t){return!t.publishedProperties})&&console.log("Invalid value for '"+t+"': "+e+" expected "+i),e};break;default:this.checkedAssign=function(e){return window.__hpcc_debug&&console.error("Unchecked property type for '"+t+"': "+e+" expected "+i),e}}}function s(t,e,i,r,s){this.id=t,this.type="proxy",this.proxy=e,this.method=i,this.defaultValue=r,this.ext=s||{}}function o(){t.call(this),this._id="_pe"+ ++a,this._watchArrIdx=0,this._watchArr={},this.publishedProperties(!0).forEach(function(t){switch(t.type){case"array":case"widgetArray":case"propertyArray":this[t.id+"_reset"]()}},this)}var n="__meta_",h="__private_",c="__prop_",u="__default_",a=0;return o.prototype=Object.create(t.prototype),o.prototype._class+=" common_PropertyExt",o.prototype.id=function(){return this._id},o.prototype.publishedProperties=function(t,r){var s=[];for(var o in this)if(e(o)&&(t||!i(this,o))){var n=this[o];if(r&&n.type){for(var h=this;"proxy"===n.type;)h=h[n.proxy],n=h.publishedProperty(n.method);n.id!==this[o].id&&(n=JSON.parse(JSON.stringify(n)),n.id=this[o].id)}s.push(n)}return s},o.prototype.propertyWalker=function(t,e){this.publishedProperties(!1,!0).forEach(function(i){"function"==typeof t&&t(this,i)||e(this,i)},this)},o.prototype.publishedProperty=function(t){return this[n+t]},o.prototype.publishedModified=function(t){return this.publishedProperties().some(function(t){return this[t.id+"_modified"]()},this)},o.prototype.publishReset=function(t,i){t=(t||[]).map(function(t){return n+t}),i=(i||[]).map(function(t){return n+t});for(var r in this)if(e(r)){var s=!t.length||t.length&&t.indexOf(r)>=0,o=i.indexOf(r)>=0;s&&!o&&(this[h+r]=!0)}},o.prototype.publish=function(t,e,i,s,o,a){if(a=a||{},void 0!==this[n+t]&&!a.override)throw t+" is already published.";var d=this[n+t]=new r(t,e,i,s,o,a);d.ext.internal&&(this[h+t]=!0),this[t]=function(e){return arguments.length?(void 0===e?e=null:""===e&&d.ext.optional?e=null:null!==e&&(e=d.checkedAssign.call(this,e)),this.broadcast(t,e,this[c+t]),null===e?delete this[c+t]:this[c+t]=e,this):this[t+"_disabled"]()?this[t+"_default"]():void 0!==this[c+t]?this[c+t]:this[t+"_default"]()},this[t+"_disabled"]=function(){return a&&a.disable?!!a.disable(this):!1},this[t+"_modified"]=function(){return void 0!==this[c+t]},this[t+"_exists"]=function(){return void 0!==this[c+t]||void 0!==this[t+"_default"]()},this[t+"_default"]=function(e){return arguments.length?(""===e&&(e=null),null===e?delete this[u+t]:this[u+t]=e,this):void 0!==this[u+t]?this[u+t]:d.defaultValue},this[t+"_reset"]=function(){switch(i){case"widget":this[c+t]&&this[c+t].target(null);break;case"widgetArray":this[c+t]&&this[c+t].forEach(function(t){t.target(null)})}switch(i){case"array":case"widgetArray":case"propertyArray":this[u+t]=this[t+"_default"]().map(function(t){return t})}return delete this[c+t],this},this[t+"_options"]=function(){if("function"==typeof o){var t=d.ext.optional?[null]:[];return t.concat(o.apply(this,arguments))}return o}},o.prototype.publishWidget=function(t,e,i){for(var r in e.prototype)if(0===r.indexOf("__meta")){var s=e.prototype[r];this.publishProxy(t+c+s.id,i,s.method||s.id)}},o.prototype.publishProxy=function(t,e,i,r){if(i=i||t,void 0!==this[n+t])throw t+" is already published.";this[n+t]=new s(t,e,i,r),this[t]=function(s){return arguments.length?(void 0!==r&&s===r?this[e][i+"_reset"]():this[e][i](s),this):void 0===r||this[t+"_modified"]()?this[e][i]():r},this[t+"_disabled"]=function(){return this[e][i+"_disabled"]()},this[t+"_modified"]=function(){return this[e][i+"_modified"]()&&(void 0===r||this[e][i]()!==r)},this[t+"_exists"]=function(){return this[e][i+"_exists"]()},this[t+"_default"]=function(t){return arguments.length?(this[e][i+"_default"](t),this):this[e][i+"_default"]()},this[t+"_reset"]=function(){return this[e][i+"_reset"](),this},this[t+"_options"]=function(){return this[e][i+"_options"]()}},o.prototype.monitorProperty=function(t,e){var i=this.publishedProperty(t);switch(i.type){case"proxy":return this[i.proxy]?this[i.proxy].monitorProperty(i.method,function(t,r,s){e(i.id,r,s)}):{remove:function(){}};default:var r=this._watchArrIdx++;this._watchArr[r]={propertyID:t,callback:e};var s=this;return{remove:function(){delete s._watchArr[r]}}}return null},o.prototype.monitor=function(t){return{_watches:this.publishedProperties().map(function(e){return this.monitorProperty(e.id,t)},this),remove:function(){this._watches.forEach(function(t){t.remove()})}}},o.prototype.broadcast=function(t,e,i,r){if(r=r||this,e!==i)for(var s in this._watchArr){var o=this._watchArr[s];void 0!==o.propertyID&&o.propertyID!==t||!o.callback||setTimeout(function(s){s.callback(t,e,i,r)},0,o)}},o.prototype.applyTheme=function(t){if(t){var e=this._class.split(" ");for(var i in e)if(t[e[i]])for(var r in t[e[i]])if("overrideTags"===r&&t[e[i]][r]instanceof Object)for(var s in t[e[i]][r])this.publishedProperty(r).ext&&(this.publishedProperty(r).ext.tags=t[e[i]][r][s]);else this.publishedProperty(r)&&(this.publishedProperty(r).defaultValue=t[e[i]][r])}},o.prototype.copyPropsTo=function(t){this.publishedProperties(!1).forEach(function(e){this[e.id+"_exists"]()?t[e.id](this[e.id]()):t[e.id+"_reset"]()},this)},o}); \ No newline at end of file diff --git a/dist-amd/common/ResizeSurface.css b/dist-amd/common/ResizeSurface.css new file mode 100644 index 0000000000..535282c426 --- /dev/null +++ b/dist-amd/common/ResizeSurface.css @@ -0,0 +1,32 @@ +.resizeN { + cursor: ns-resize; + opacity: 0; +} +.resizeNE { + cursor: ne-resize; + opacity: 0; +} +.resizeE { + cursor: ew-resize; + opacity: 0; +} +.resizeSE { + cursor: se-resize; + opacity: 0; +} +.resizeS { + cursor: ns-resize; + opacity: 0; +} +.resizeSW { + cursor: sw-resize; + opacity: 0; +} +.resizeW { + cursor: ew-resize; + opacity: 0; +} +.resizeNW { + cursor: nw-resize; + opacity: 0; +} diff --git a/dist-amd/common/ResizeSurface.js b/dist-amd/common/ResizeSurface.js new file mode 100644 index 0000000000..f2fa89ed9f --- /dev/null +++ b/dist-amd/common/ResizeSurface.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Surface","css!./ResizeSurface"],e):t.common_ResizeSurface=e(t.d3,t.common_Surface)}(this,function(t,e){function i(){e.call(this),this.handleWidth=8,this.handles=[{loc:"NW"},{loc:"N"},{loc:"NE"},{loc:"E"},{loc:"SE"},{loc:"S"},{loc:"SW"},{loc:"W"}];var i=this;this.dispatch=t.dispatch("sizestart","size","sizeend"),this.drag=t.behavior.drag().origin(function(t){return t}).on("dragstart",function(e){i.dispatch.sizestart(i,e.loc),i.allowResize()&&(t.event.sourceEvent.stopPropagation(),i._dragHandlePos={x:e.x,y:e.y},i._dragStartPos=i.pos(),i._dragStartSize=i.size(),i._prevPosSize={x:i._dragStartPos.x,y:i._dragStartPos.y,width:i._dragStartSize.width,height:i._dragStartSize.height},i._textPosSize=i._text.getBBox(!0),i._iconPosSize=i._icon.getBBox(!0),i.showContent(!1))}).on("drag",function(e){if(i.allowResize()){t.event.sourceEvent.stopPropagation();var h=t.event.x-i._dragHandlePos.x,a=t.event.y-i._dragHandlePos.y,d={x:0,y:0,w:0,h:0};switch(e.loc){case"NW":d.x=h/2,d.w=-h;case"N":d.y=a/2,d.h=-a;break;case"NE":d.y=a/2,d.h=-a;case"E":d.x=h/2,d.w=h;break;case"SE":d.x=h/2,d.w=h;case"S":d.y=a/2,d.h=a;break;case"SW":d.y=a/2,d.h=a;case"W":d.x=h/2,d.w=-h}var o={x:i._dragStartPos.x+d.x,y:i._dragStartPos.y+d.y,width:i._dragStartSize.width+d.w,height:i._dragStartSize.height+d.h};o.width<2*i._iconPosSize.width+i._textPosSize.width&&(o.x=i._prevPosSize.x,o.width=i._prevPosSize.width),o.height=0&&1>=h&&p>=0&&1>=p?(s.type="Intersection",s.points.push({x:t.x+h*(e.x-t.x),y:t.y+h*(e.y-t.y)})):s.type="No Intersection"}else 0===r||0===o?s.type="Coincident":s.type="Parallel";return s};n.prototype.intersectRect=function(t,e){var i=this.getOffsetPos(),n=this.getBBox();if(t.x===e.x&&t.y===e.y)return t;var s={x:i.x-n.width/2,y:i.y-n.height/2},o={x:i.x+n.width/2,y:i.y-n.height/2},a={x:i.x+n.width/2,y:i.y+n.height/2},h={x:i.x-n.width/2,y:i.y+n.height/2},p=r(s,o,t,e);return p.points.length?{x:p.points[0].x,y:p.points[0].y}:(p=r(o,a,t,e),p.points.length?{x:p.points[0].x,y:p.points[0].y}:(p=r(a,h,t,e),p.points.length?{x:p.points[0].x,y:p.points[0].y}:(p=r(h,s,t,e),p.points.length?{x:p.points[0].x,y:p.points[0].y}:null)))};var o=function(t,e,i,n){var r={type:"",points:[]},o=(n.x-i.x)*(n.x-i.x)+(n.y-i.y)*(n.y-i.y),a=2*((n.x-i.x)*(i.x-t.x)+(n.y-i.y)*(i.y-t.y)),h=t.x*t.x+t.y*t.y+i.x*i.x+i.y*i.y-2*(t.x*i.x+t.y*i.y)-e*e,p=a*a-4*o*h;if(0>p)r.type="Outside";else if(0===p)r.type="Tangent";else{var y=Math.sqrt(p),u=(-a+y)/(2*o),l=(-a-y)/(2*o);(0>u||u>1)&&(0>l||l>1)?0>u&&0>l||u>1&&l>1?r.type="Outside":r.type="Inside":(r.type="Intersection",u>=0&&1>=u&&r.points.push(s(i,n,u)),l>=0&&1>=l&&r.points.push(s(i,n,l)))}return r};return n.prototype.intersectCircle=function(t,e){var i=this.getOffsetPos(),n=this.radius(),s=o(i,n,t,e);return s.points.length?{x:s.points[0].x,y:s.points[0].y}:null},n.prototype.distance=function(t,e){return Math.sqrt((t.x-e.x)*(t.x-e.x)+(t.y-e.y)*(t.y-e.y))},n.prototype._pushMarkers=function(t,e){this.svgMarkerGlitch&&(t=t||this._element,t.selectAll("path[marker-start],path[marker-end]").attr("fixme-start",function(t){return this.getAttribute("marker-start")}).attr("fixme-end",function(t){return this.getAttribute("marker-end")}).attr("marker-start",null).attr("marker-end",null))},n.prototype._popMarkers=function(t,e){this.svgMarkerGlitch&&(t=t||this._element,t.selectAll("path[fixme-start],path[fixme-end]").attr("marker-start",function(t){return this.getAttribute("fixme-start")}).attr("marker-end",function(t){return this.getAttribute("fixme-end")}).attr("fixme-start",null).attr("fixme-end",null))},n.prototype._popMarkersDebounced=e.prototype.debounce(function(t,e){this.svgMarkerGlitch&&this._popMarkers(t,e)},250),n.prototype._fixIEMarkers=function(t,e){this.svgMarkerGlitch&&(this._pushMarkers(t,e),this._popMarkersDebounced(t,e))},n}); \ No newline at end of file diff --git a/dist-amd/common/SVGZoomWidget.css b/dist-amd/common/SVGZoomWidget.css new file mode 100644 index 0000000000..8f69d6feda --- /dev/null +++ b/dist-amd/common/SVGZoomWidget.css @@ -0,0 +1,12 @@ +.common_SVGZoomWidget .common_Icon .common_Shape { + fill: white; + stroke: darkgray; + cursor:pointer; +} +.common_SVGZoomWidget .common_Icon .common_FAChar .common_Text { + fill: darkgray; + cursor:pointer; +} +.common_SVGZoomWidget .background { + fill: white; +} diff --git a/dist-amd/common/SVGZoomWidget.js b/dist-amd/common/SVGZoomWidget.js new file mode 100644 index 0000000000..f5fa16ae80 --- /dev/null +++ b/dist-amd/common/SVGZoomWidget.js @@ -0,0 +1 @@ +!function(t,o){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","../common/Icon","css!./SVGZoomWidget"],o):t.common_SVGZoomWidget=o(t.d3,t.common_SVGWidget,t.common_Icon)}(this,function(t,o,e){function n(t){o.call(this)}return n.prototype=Object.create(o.prototype),n.prototype.constructor=n,n.prototype._class+=" common_SVGZoomWidget",n.prototype.publish("zoomToolbar",!0,"boolean","Show Zoom Toolbar"),n.prototype.publish("zoomDuration",250,"number","Transition Duration"),n.prototype.zoomTo=function(t,o,e){t=t||this._zoom.translate(),o=o||this._zoom.scale(),e=void 0===e?this.zoomDuration():0,this._zoomElement.transition().duration(e).call(this._zoom.translate(t).scale(o).event)},n.prototype.zoomToFit=function(t){var o=this._renderElement.node().getBBox();if(o.width&&o.height){var e=o.x+o.width/2,n=o.y+o.height/2,i=o.width,a=o.height,r=this.width(),s=this.height(),h=1/Math.max(i/r,a/s),m=[r/2-h*e,s/2-h*n];this.zoomTo(m,h,t)}},n.prototype.enter=function(e,n){o.prototype.enter.apply(this,arguments),this._zoomElement=n.append("g"),this._zoomGrab=this._zoomElement.append("rect").attr("class","background"),this._zoomG=this._zoomElement.append("g"),this._renderElement=this._zoomG.append("g");var i=this;this._zoom=t.behavior.zoom().scaleExtent([.05,20]).on("zoom",function(){i._zoomG.attr("transform","translate("+t.event.translate+")scale("+t.event.scale+")")}),this._zoomElement.call(this._zoom)},n.prototype.update=function(t,n){o.prototype.update.apply(this,arguments),this._zoomGrab.attr("width",this.width()).attr("height",this.height());var i=this,a=n.selectAll(".toolbar").data(this.zoomToolbar()?["dummy"]:[]),r=24,s=14;a.enter().append("g").attr("class","toolbar").each(function(t){i._buttonToFit=(new e).target(this).faChar("").shape("square").diameter(r).paddingPercent(100*(1-s/r)).on("click",function(){i.zoomToFit()}),i._buttonPlus=(new e).target(this).faChar("").shape("square").diameter(r).paddingPercent(100*(1-s/r)).on("click",function(){i.zoomTo(null,1.2*i._zoom.scale())}),i._buttonMinus=(new e).target(this).faChar("").shape("square").diameter(r).paddingPercent(100*(1-s/r)).on("click",function(){i.zoomTo(null,i._zoom.scale()/1.2)}),i._buttonLast=i._buttonMinus}),this.zoomToolbar()&&(this._buttonToFit.x(this.width()-r/2-4).y(r/2+4).render(),this._buttonPlus.x(this.width()-r/2-4).y(this._buttonToFit.y()+4+r).render(),this._buttonMinus.x(this.width()-r/2-4).y(this._buttonPlus.y()+r).render()),a.exit().each(function(){i._buttonToFit.target(null).render(),delete i._buttonToFit}).remove()},n.prototype.exit=function(t,e){o.prototype.exit.apply(this,arguments)},n}); \ No newline at end of file diff --git a/dist-amd/common/Shape.css b/dist-amd/common/Shape.css new file mode 100644 index 0000000000..4325c9d271 --- /dev/null +++ b/dist-amd/common/Shape.css @@ -0,0 +1,4 @@ +.common_Shape { + fill: #1f77b4; + stroke: #1f77b4; +} \ No newline at end of file diff --git a/dist-amd/common/Shape.js b/dist-amd/common/Shape.js new file mode 100644 index 0000000000..3ef48b43ad --- /dev/null +++ b/dist-amd/common/Shape.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./SVGWidget","css!./Shape"],e):t.common_Shape=e(t.d3,t.common_SVGWidget)}(this,function(t,e){function r(){e.call(this)}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" common_Shape",r.prototype.publish("shape","circle","set","Shape Type",["circle","square","rect","ellipse"],{tags:["Private"]}),r.prototype.publish("width",24,"number","Width",null,{tags:["Private"]}),r.prototype.publish("height",24,"number","Height",null,{tags:["Private"]}),r.prototype.publish("colorStroke",null,"html-color","Stroke Color",null,{tags:["Private"]}),r.prototype.publish("colorFill",null,"html-color","Fill Color",null,{tags:["Private"]}),r.prototype.publish("radius",null,"number","Radius",null,{tags:["Private"]}),r.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),r.prototype._origRadius=r.prototype.radius,r.prototype.radius=function(t){var e=r.prototype._origRadius.apply(this,arguments);return arguments.length?(this.width(t),this.height(t),e):Math.max(this.width(),this.height())/2},r.prototype.intersection=function(t,r){switch(this.shape()){case"circle":return this.intersectCircle(t,r)}return e.prototype.intersection.apply(this,arguments)},r.prototype.update=function(e,r){var i=r.selectAll("rect,circle,ellipse").data([this.shape()],function(t){return t}),o=this;i.enter().append("square"===this.shape()?"rect":this.shape()).attr("class","common_Shape").each(function(e){var r=t.select(this);o._tooltipElement=r.append("title")}),i.style("fill",this.colorFill()).style("stroke",this.colorStroke()).each(function(e){var r=t.select(this);switch(o._tooltipElement.text(o.tooltip()),o.shape()){case"circle":var i=o.radius();r.attr("r",i);break;case"square":var a=Math.max(o.width(),o.height());r.attr("x",-a/2).attr("y",-a/2).attr("width",a).attr("height",a);break;case"rect":r.attr("x",-o.width()/2).attr("y",-o.height()/2).attr("width",o.width()).attr("height",o.height());break;case"ellipse":r.attr("rx",o.width()/2).attr("ry",o.height()/2)}}),i.exit().remove()},r}); \ No newline at end of file diff --git a/dist-amd/common/Surface.css b/dist-amd/common/Surface.css new file mode 100644 index 0000000000..40e0a2fdb8 --- /dev/null +++ b/dist-amd/common/Surface.css @@ -0,0 +1,29 @@ +.common_Surface .container .common_Shape { + fill: #f9fcff; + stroke: #1f77b4; + stroke-width: 1.0px; +} +.common_Surface .title { + cursor: move; +} +.common_Surface .title .common_Shape { + fill: #1f77b4; + stroke: #1f77b4; + stroke-width: 1.0px; +} +.common_Surface .title text { + fill: white; + stroke: none; +} +.svg-button-container { + position: fixed; +} +.svg-button-container .surface-button { + position: relative; + background: transparent; + border: none; + opacity: 0.8; + color: #fff; +} +.svg-button-container .surface-button:hover { opacity: 1; } +.svg-button-container .surface-button:active { opacity: 0.5; } diff --git a/dist-amd/common/Surface.js b/dist-amd/common/Surface.js new file mode 100644 index 0000000000..793f002384 --- /dev/null +++ b/dist-amd/common/Surface.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./SVGWidget","./Icon","./Shape","./Text","./FAChar","./Menu","css!./Surface"],e):t.common_Surface=e(t.d3,t.common_SVGWidget,t.common_Icon,t.common_Shape,t.common_Text,t.common_FAChar,t.common_Menu)}(this,function(t,e,n,i,o,s,h){function a(){e.call(this),this._icon=(new n).faChar("").paddingPercent(50),this._container=(new i)["class"]("container").shape("rect"),this._titleRect=(new i)["class"]("title").shape("rect"),this._text=(new o)["class"]("title"),this._menu=(new h).paddingPercent(0);var t=this;this._menu.preShowMenu=function(){t.content()&&t.content().hasOverlay()&&t.content().visible(!1)},this._menu.postHideMenu=function(){t.content()&&t.content().hasOverlay()&&t.content().visible(!0)},this._surfaceButtons=[]}return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" common_Surface",a.prototype.publish("showTitle",!0,"boolean","Show Title",null,{tags:["Basic"]}),a.prototype.publish("title","","string","Title",null,{tags:["Basic"]}),a.prototype.publishProxy("titleFontSize","_text","fontSize"),a.prototype.publish("showIcon",!0,"boolean","Show Title",null,{tags:["Advanced"]}),a.prototype.publishProxy("icon_faChar","_icon","faChar"),a.prototype.publishProxy("icon_shape","_icon","shape"),a.prototype.publish("content",null,"widget","Content",null,{tags:["Private"]}),a.prototype.publish("buttonAnnotations",[],"array","Button Array",null,{tags:["Intermediate"]}),a.prototype.publish("buttonGutter",25,"number","Space Between Menu and Buttons",null,{tags:["Intermediate"]}),a.prototype.publish("showContent",!0,"boolean","Show Content",null,{tags:["Intermediate"]}),a.prototype.publish("menu",[],"array","Menu List Data",null,{tags:["Intermediate"]}),a.prototype.publish("menuPadding",2,"number","Menu Padding",null,{tags:["Advanced"]}),a.prototype._origMenuParam=a.prototype.menu,a.prototype.menu=function(t){return a.prototype._origMenuParam.apply(this,arguments),arguments.length?(this._menu.data(t),this):this._menu.data()},a.prototype._origShowContent=a.prototype.showContent,a.prototype.showContent=function(t){var e=a.prototype._origShowContent.apply(this,arguments);return arguments.length&&this.content()&&this.content().visible(this.showContent()),e},a.prototype.enter=function(n,i){e.prototype.enter.apply(this,arguments);var o=i.append("g").attr("class","frame"),s=o.node();this._clipRect=o.append("defs").append("clipPath").attr("id",this.id()+"_clip").append("rect").attr("x",0).attr("y",0).attr("width",this._size.width).attr("height",this._size.height),this._titleRect.target(s).render().display(this.showTitle()&&this.showIcon()),this._icon.target(s).render(),this._menu.target(n),this._text.target(s),this._container.target(s),this.buttonContainer=t.select(this._target).append("div").attr("class","svg-button-container")},a.prototype.update=function(n,i){e.prototype.update.apply(this,arguments);var o=this,s=this.width()-1,h=this.height()-1;this._icon.display(this.showTitle()&&this.showIcon()).shape(this.icon_shape()).render(),this._menu.render(),this._text.text(this.title()).display(this.showTitle()).render();var a=this.buttonContainer.selectAll(".surface-button").data(this.buttonAnnotations());a.enter().append("button").attr("class","surface-button").each(function(e,n){var i=o._surfaceButtons[n]=t.select(this).attr("class","surface-button "+(e["class"]?e["class"]:"")).attr("id",e.id).style("padding",e.padding).style("width",e.width).style("height",e.height).style("cursor","pointer").on("click",function(t){o.click(t)});"FontAwesome"===e.font?i.append("i").attr("class","fa").text(function(t){return e.label}):i.text(function(t){return e.label})}),a.exit().each(function(e,n){var i=t.select(this);delete o._surfaceButtons[n],i.remove()});var r=this.showTitle()?Math.max.apply(null,this._surfaceButtons.map(function(t){return t.node().offsetHeight})):0,l=this.showTitle()&&this.showIcon()?this._icon.getBBox(!0):{width:0,height:0},c=this._text.getBBox(!0),p=this._menu.getBBox(!0),u=Math.max(l.height,c.height,p.height,r),d=this.showTitle()?u:0,g=(-h+u)/2,_=this.showTitle()?Math.max(c.height,p.height,r):0,m=_>=d?0:(d-_)/2,y=m;this._titleRect.pos({x:y,y:g}).width(s-2*y).height(_).display(this.showTitle()).render(),this._icon.move({x:-s/2+l.width/2,y:g}),this._menu.move({x:s/2-p.width/2-this.menuPadding(),y:g}),this._text.move({x:(l.width/2-p.width/2)/2,y:g});var f=o._titleRect.node().getBoundingClientRect().left+(o._size.width-2*y)-o.buttonGutter()-this.buttonContainer.node().offsetWidth,w=o._titleRect.node().getBoundingClientRect().top+(_-this.buttonContainer.node().offsetHeight)/2;if(isNaN(f)||this.buttonContainer.style("left",f+"px"),isNaN(w)||this.buttonContainer.style("top",w+"px"),this.showTitle()?this._container.pos({x:y/2,y:d/2-m/2}).width(s-y).height(h-d+m).render():this._container.pos({x:0,y:0}).width(s).height(h).render(),this.showContent()){var b=y,x=d-m,v=i.selectAll(".content").data(this.content()?[this.content()]:[],function(t){return t._id});v.enter().append("g").attr("class","content").attr("clip-path","url(#"+this.id()+"_clip)").each(function(t){t.target(this)}),v.attr("transform","translate("+y/2+", "+(d/2-m/2)+")").each(function(t){var e={left:0,top:0,right:1,bottom:1};t.resize({width:s-b-(e.left+e.right),height:h-x-(e.top+e.bottom)})}),this.content()&&this._clipRect.attr("x",-(s-b)/2).attr("y",-(h-x)/2).attr("width",s-b).attr("height",h-x),v.exit().transition().each(function(t){t.target(null)}).remove()}this._menu.element()&&this._menu.element().node()&&this._menu.element().node().parentNode&&this._menu.element().node().parentNode.appendChild(this._menu.element().node())},a.prototype.exit=function(t,n){this._titleRect.target(null),this._icon.target(null),this._menu.target(null),this._text.target(null),this._container.target(null),this.content()&&this.content().target(null),e.prototype.exit.apply(this,arguments)},a.prototype.intersection=function(t,e){var n=[],i=this._icon.intersection(t,e,this._pos);i&&n.push({i:i,d:this.distance(i,e)});var o=this._titleRect.intersection(t,e);o&&n.push({i:o,d:this.distance(o,e)});var s=this._container.intersection(t,e);s&&n.push({i:s,d:this.distance(s,e)});var h=null;return n.forEach(function(t){(null===h||h.d>t.d)&&(h=t)}),h&&h.i?h.i:null},a.prototype.click=function(t,e){console.log("Clicked: "+t.id)},a}); \ No newline at end of file diff --git a/dist-amd/common/Text.css b/dist-amd/common/Text.css new file mode 100644 index 0000000000..802a8c6834 --- /dev/null +++ b/dist-amd/common/Text.css @@ -0,0 +1,4 @@ +.common_Text { + fill: #000; + font-size: 12px; +} diff --git a/dist-amd/common/Text.js b/dist-amd/common/Text.js new file mode 100644 index 0000000000..59fb5e1469 --- /dev/null +++ b/dist-amd/common/Text.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./SVGWidget","css!./Text"],e):t.common_Text=e(t.common_SVGWidget)}(this,function(t){function e(){t.call(this)}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" common_Text",e.prototype.publish("text","","string","Display Text",null,{tags:["Basic"]}),e.prototype.publish("fontFamily",null,"string","Font Family",null,{tags:["Intermediate"],optional:!0}),e.prototype.publish("fontSize",null,"number","Font Size (px)",null,{tags:["Intermediate"]}),e.prototype.publish("anchor","middle","set","Anchor Position",["start","middle","end"],{tags:["Intermediate"]}),e.prototype.publish("colorFill",null,"html-color","Fill Color",null,{tags:["Basic"]}),e.prototype.publish("rotation",0,"number","Degrees of rotation",null,{tags:["Basic"]}),e.prototype.enter=function(e,o){t.prototype.enter.apply(this,arguments),this._textElement=o.append("text")},e.prototype.update=function(e,o){t.prototype.update.apply(this,arguments);var n=this;this._textElement.attr("font-family",this.fontFamily()).attr("font-size",this.fontSize());var i=this.text().split("\n"),a=this._textElement.selectAll("tspan").data(i);a.enter().append("tspan").attr("class",function(t,e){return"tspan_"+e}).attr("dy","1em").attr("x","0"),a.style("fill",this.colorFill()).text(function(t){return t}),a.exit().remove();var r={width:0,height:0};try{r=this._textElement.node().getBBox()}catch(s){}var l=-(r.x+r.width/2),p=-(r.y+r.height/2);switch(this.anchor()){case"start":l=-r.x+r.width/2;break;case"end":l=r.x+r.width/2}var h=-this.rotation()*Math.PI/180;l=-1*Math.abs(l*Math.cos(h)+p*Math.sin(h)),p=-1*Math.abs(l*Math.sin(h)+p*Math.cos(h)),this._textElement.style("text-anchor",this.anchor()).attr("transform",function(t){return"translate("+l+","+p+")rotate("+n.rotation()+")"})},e}); \ No newline at end of file diff --git a/dist-amd/common/TextBox.css b/dist-amd/common/TextBox.css new file mode 100644 index 0000000000..8bda50f4d7 --- /dev/null +++ b/dist-amd/common/TextBox.css @@ -0,0 +1,4 @@ +.common_TextBox .common_Shape { + fill: #dcf1ff; + stroke: #1f77b4; +} diff --git a/dist-amd/common/TextBox.js b/dist-amd/common/TextBox.js new file mode 100644 index 0000000000..9074358c8d --- /dev/null +++ b/dist-amd/common/TextBox.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./SVGWidget","./Shape","./Text","css!./TextBox"],e):t.common_TextBox=e(t.common_SVGWidget,t.common_Shape,t.common_Text)}(this,function(t,e,i){function o(){t.call(this),this._shape=(new e).shape("rect"),this._text=new i}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" common_TextBox",o.prototype.publishProxy("text","_text"),o.prototype.publishProxy("shape_colorStroke","_shape","colorStroke"),o.prototype.publishProxy("shape_colorFill","_shape","colorFill"),o.prototype.publishProxy("text_colorFill","_text","colorFill"),o.prototype.publish("paddingLeft",4,"number","Padding: Left",null,{tags:["Private"]}),o.prototype.publish("paddingRight",4,"number","Padding: Right",null,{tags:["Private"]}),o.prototype.publish("paddingTop",4,"number","Padding: Top",null,{tags:["Private"]}),o.prototype.publish("paddingBottom",4,"number","Padding: Bottom",null,{tags:["Private"]}),o.prototype.publishProxy("anchor","_text"),o.prototype.publish("fixedSize",null),o.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),o.prototype.padding=function(t){return this.paddingLeft(t),this.paddingRight(t),this.paddingTop(t),this.paddingBottom(t),this},o.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),this._tooltipElement=i.append("title"),this._shape.target(e).render(),this._text.target(e).render()},o.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this._tooltipElement.text(this.tooltip()),this._text.render();var o=this._text.getBBox(!0),p={width:this.fixedSize()?this.fixedSize().width:o.width+this.paddingLeft()+this.paddingRight(),height:this.fixedSize()?this.fixedSize().height:o.height+this.paddingTop()+this.paddingBottom()};if(this._shape.width(p.width).height(p.height).render(),this.fixedSize())switch(this.anchor()){case"start":this._text.x(-this.fixedSize().width/2+o.width/2+(this.paddingLeft()+this.paddingRight())/2).render();break;case"end":this._text.x(this.fixedSize().width/2-o.width/2-(this.paddingLeft()+this.paddingRight())/2).render()}},o.prototype.exit=function(e,i){this._shape.target(null),this._text.target(null),t.prototype.exit.apply(this,arguments)},o}); \ No newline at end of file diff --git a/dist-amd/common/Transition.js b/dist-amd/common/Transition.js new file mode 100644 index 0000000000..3fab381840 --- /dev/null +++ b/dist-amd/common/Transition.js @@ -0,0 +1 @@ +!function(t,i){"function"==typeof define&&define.amd?define([],i):t.common_Transition=i()}(this,function(){function t(t){this._widget=t,this._duration=250,this._delay=0,this._ease="cubic-in-out"}return t.prototype.duration=function(t){return arguments.length?(this._duration=t,this._widget):this._duration},t.prototype.delay=function(t){return arguments.length?(this._delay=t,this._widget):this._delay},t.prototype.ease=function(t){return arguments.length?(this._ease=t,this._widget):this._ease},t.prototype.apply=function(t){return this._duration||this._delay?t.transition().duration(this._duration).delay(this._delay).ease(this._ease):t},t}); \ No newline at end of file diff --git a/dist-amd/common/Utility.js b/dist-amd/common/Utility.js new file mode 100644 index 0000000000..ef1d78ac99 --- /dev/null +++ b/dist-amd/common/Utility.js @@ -0,0 +1 @@ +!function(e,t){"function"==typeof define&&define.amd?define(["d3","require","es6-promise"],t):e.common_Utility=t(e.d3,e.require)}(this,function(e,t){function n(e,t,n,i,r){var o,s,c=/(^([+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?)?$|^0x[0-9a-f]+$|\d+)/gi,a=/(^[ ]*|[ ]*$)/g,l=/(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[\/\-]\d{1,4}[\/\-]\d{1,4}|^\w+, \w+ \d+, \d{4})/,d=/^0x[0-9a-f]+$/i,u=/^0/,p=function(e){return!r&&(""+e).toLowerCase()||""+e},f=p(i?e[i]:e).replace(a,"")||"",h=p(i?t[i]:t).replace(a,"")||"",m=f.replace(c,"\x00$1\x00").replace(/\0$/,"").replace(/^\0/,"").split("\x00"),g=h.replace(c,"\x00$1\x00").replace(/\0$/,"").replace(/^\0/,"").split("\x00"),v=parseInt(f.match(d),16)||1!==m.length&&f.match(l)&&Date.parse(f),w=parseInt(h.match(d),16)||v&&h.match(l)&&Date.parse(h)||null;if(w){if(w>v)return"ascending"===n?-1:1;if(v>w)return"ascending"===n?1:-1}for(var _=0,y=Math.max(m.length,g.length);y>_;_++){if(o=!(m[_]||"").match(u)&&parseFloat(m[_])||m[_]||0,s=!(g[_]||"").match(u)&&parseFloat(g[_])||g[_]||0,isNaN(o)!==isNaN(s))return isNaN(o)?1:-1;if(typeof o!=typeof s&&(o+="",s+=""),s>o)return"ascending"===n?-1:1;if(o>s)return"ascending"===n?1:-1}return 0}function i(){this.items={}}function r(e,t){this.widgetElement(e),this.skipBringToTop(t)}function o(e){this._selection=new r(null,e)}i.prototype.clear=function(){for(var e in this.items)this.items[e].element().classed("selected",!1);this.items={}},i.prototype.isEmpty=function(){for(var e in this.items)return!1;return!0},i.prototype.append=function(e){this.items[e._id]=e,e.element().classed("selected",!0)},i.prototype.remove=function(e){this.items[e._id].element().classed("selected",!1),delete this.items[e._id]},i.prototype.isSelected=function(e){return void 0!==this.items[e._id]},i.prototype.get=function(){var e=[];for(var t in this.items)e.push(this.items[t]);return e},i.prototype.set=function(e){this.clear(),e.forEach(function(e,t){this.append(e)},this)},i.prototype.click=function(e,t){t.ctrlKey?this.items[e._id]?this.remove(e):this.append(e):(this.clear(),this.append(e))},r.prototype.widgetElement=function(e){return arguments.length?(this._widgetElement=e,this):this._widgetElement},r.prototype.skipBringToTop=function(e){return arguments.length?(this._skipBringToTop=e,this):this._skipBringToTop},r.prototype.enter=function(t){var n=this;t.each(function(t){var i=n._initialSelection?n._initialSelection.indexOf(JSON.stringify(t))>=0:!1;e.select(this).classed("selected",i).classed("deselected",!i)}).on("click.SimpleSelection",function(t,i){n._skipBringToTop||this.parentNode.appendChild(this);var r=e.select(this),o=r.classed("selected");n._widgetElement.selectAll(".selected").classed("selected",!1).classed("deselected",!0),o||r.classed("selected",!0).classed("deselected",!1)}).on("mouseover.SimpleSelection",function(t,n){e.select(this).classed("over",!0)}).on("mouseout.SimpleSelection",function(t,n){e.select(this).classed("over",null)})},r.prototype.selected=function(t){return e.select(t).classed("selected")},r.prototype.selection=function(t){if(!arguments.length){var n=[];return this._widgetElement&&this._widgetElement.selectAll(".selected").each(function(e){n.push(JSON.stringify(e))}),n}return this._widgetElement?this._widgetElement.selectAll(".selected,.deselected").each(function(n){var i=t.indexOf(JSON.stringify(n))>=0;e.select(this).classed("selected",i).classed("deselected",!i)}):this._initialSelection=t,this},o.prototype.serializeState=function(){return{selection:this._selection.selection(),data:this.data()}},o.prototype.deserializeState=function(e){return e&&(this._selection.selection(e.selection),e.data&&this.data(e.data)),this};var s=window.performance,c=s&&(s.now||s.mozNow||s.msNow||s.oNow||s.webkitNow);return{naturalSort:function(e,t,i,r){return e.slice(0).sort(function(e,o){return n(e,o,t,i,r)})},multiSort:function(t,n){return n&&n.length&&t.sort(function(t,i){for(var r=0;ri.length)&&(n=i.length),n-=t.length;var r=i.indexOf(t,n);return-1!==r&&r===n},d3ArrayAdapter:function(e){return{ownerDocument:{createElement:function(t){return{get __data__(){return this.row},set __data__(t){this.row=e[this.index]=t}}},createElementNS:function(e,t){return this.createElement(t)}},querySelectorAll:function(t){if(t)throw"unsupported";var n=this;return e.map(function(t,i){return{ownerDocument:n.ownerDocument,parentNode:n,get __data__(){return t},set __data__(t){e[i]=t}}})},appendChild:function(t){return t.parentNode=this,t.index=e.length,e.push(null),t},insertBefore:function(t,n){var i=e.indexOf(t.__data__),r=e.indexOf(n.__data__);return i>r?e.splice(r,0,e.splice(i,1)[0]):r-1>i&&e.splice(r-1,0,e.splice(i,1)[0]),t},removeChild:function(t){return e.splice(e.indexOf(t.__data__),1),t}}},downloadBlob:function(t,n,i,r){var o=new Date,s=e.time.format("%Y-%m-%dT%H_%M_%S"),c=s(o);i=i||"data_"+c+"."+t.toLowerCase();var a=i+(r?"."+r:""),l="";switch(t){case"TSV":l="text/tab-seperated-values";break;case"JSON":l="application/json";break;default:l="text/csv"}var d=document.createElement("a");if(navigator.msSaveBlob)return d=null,navigator.msSaveBlob(new Blob([n],{type:l}),a);if("download"in d)return d.href="data:"+l+","+encodeURIComponent(n),d.setAttribute("download",a),document.body.appendChild(d),setTimeout(function(){d.click(),document.body.removeChild(d)},10),!0;d=null;var u=document.createElement("iframe");return document.body.appendChild(u),u.src="data:"+l+","+encodeURIComponent(n),setTimeout(function(){document.body.removeChild(u)},100),!0},widgetPath:function(e){return"../"+e.split("_").join("/")},parseClassID:function(e,t){t=t||"..";var n=e.split(".");return{path:t+"/"+n[0].split("_").join("/"),memberWidgetID:n.length>1?n[1]:null}},requireWidget:function(e){var n=this;return new Promise(function(i,r){var o=n.parseClassID(e);t([o.path],function(e){i(o.memberWidgetID?e.prototype?e.prototype[o.memberWidgetID]:e[o.memberWidgetID]:e)})})},checksum:function(e){switch(e instanceof Array&&(e=e.join("")+e.length),typeof e){case"string":break;default:e=""+e}for(var t=305419896,n=0,i=e.length;i>n;++n)t+=e.charCodeAt(n)*(n+1);return(4294967295&t).toString(16)},getTime:function(){return c&&c.call(s)||(new Date).getTime()},mixin:function(e,t){function n(e,t){var n,i={};for(var r in t)n=t[r],r in e&&(e[r]===n||r in i&&i[r]===n)||(e[r]=n);return e}e=e||{};for(var i=1,r=arguments.length;r>i;i++)n(e,arguments[i]);return e}}}); \ No newline at end of file diff --git a/dist-amd/common/Widget.js b/dist-amd/common/Widget.js new file mode 100644 index 0000000000..d5d17e2ace --- /dev/null +++ b/dist-amd/common/Widget.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Class","./Platform","./PropertyExt","./Database"],e):t.common_Widget=e(t.d3,t.common_Class,t.common_Platform,t.common_PropertyExt,t.common_Database)}(this,function(t,e,i,s,n){function o(){e.call(this),i.call(this),s.call(this),this._class=Object.getPrototypeOf(this)._class,this._id=this._idSeed+r++,this._db=new n.Grid,this._pos={x:0,y:0},this._size={width:0,height:0},this._scale=1,this._visible=!0,this._target=null,this._parentElement=null,this._parentWidget=null,this._element=t.select(),this._renderCount=0,window.__hpcc_debug&&(void 0===window.g_all&&(window.g_all={}),window.g_all[this._id]=this),window.__hpcc_theme&&this.applyTheme(window.__hpcc_theme)}var r=0;return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype.mixin(i),o.prototype.mixin(s),o.prototype._class+=" common_Widget",o.prototype._idSeed="_w",o.prototype.publishProxy("fields","_db","fields"),o.prototype.publish("classed",{},"object","HTML Classes",null,{tags:["Private"]}),o.prototype["export"]=function(t){switch(t){case"TSV":return this._db.tsv();case"JSON":return this._db.json()}return this._db.csv()},o.prototype.leakCheck=function(t){for(var e=this,i=[t],s=new this.MutationObserver(function(t){var n=!1;t.forEach(function(t){for(var o=0;o=0&&e._target&&(n=!0,s.disconnect())}}),n&&console.log("leak: "+e.id()+" - "+e.classID()+" widget.target(null); was not called for this widget before it was removed from the page.")}),n=t.parentNode;n;)s.observe(n,{childList:!0}),i.push(n),n=n.parentNode},o.prototype.on=function(e,i,s){var n=this;return this.overrideMethod(e,function(e,o){var r;return s?t.event&&t.event.stopPropagation():r=e.apply(n,o),i.apply(n,o)||r}),this},o.prototype.id=function(t){return arguments.length?(this._id=t,this):this._id},o.prototype.columns=function(t){return arguments.length?(this._db.legacyColumns(t),this):this._db.legacyColumns()},o.prototype.parsedData=function(){return this._db.parsedData()},o.prototype.formattedData=function(){return this._db.formattedData()},o.prototype.data=function(t){return arguments.length?(this._db.legacyData(t),this):this._db.legacyData()},o.prototype.cloneData=function(){return this.data().map(function(t){return t.slice(0)})},o.prototype.flattenData=function(){var t=[];return this.data().forEach(function(e,i){this.columns().filter(function(t,e){return e>0}).forEach(function(s,n){var o=e[n+1];if(o){var r={rowIdx:i,colIdx:n+1,label:e[0],value:o};t.push(r)}},this)},this),t},o.prototype.rowToObj=function(t){var e={};return this.columns().forEach(function(i,s){e[i]=t[s]}),t.length===this.columns().length+1&&(e.__lparam=t[this.columns().length]),e},o.prototype.pos=function(t){return arguments.length?(this._pos=t,this._overlayElement&&this._overlayElement.attr("transform","translate("+t.x+","+t.y+")scale("+this._scale+")"),this):this._pos},o.prototype.x=function(t){return arguments.length?(this.pos({x:t,y:this._pos.y}),this):this._pos.x},o.prototype.y=function(t){return arguments.length?(this.pos({x:this._pos.x,y:t}),this):this._pos.y},o.prototype.size=function(t){return arguments.length?(this._size=t,this._overlayElement&&this._overlayElement.attr("width",t.width).attr("height",t.height),this):this._size},o.prototype.width=function(t){return arguments.length?(this.size({width:t,height:this._size.height}),this):this._size.width},o.prototype.height=function(t){return arguments.length?(this.size({width:this._size.width,height:t}),this):this._size.height},o.prototype.resize=function(t,e){e=e||{width:0,height:0};var i,s;if(t&&t.width&&t.height)i=t.width,s=t.height;else{var n=window.getComputedStyle(this._target,null);i=parseFloat(n.getPropertyValue("width"))-e.width,s=parseFloat(n.getPropertyValue("height"))-e.height}return this.size({width:i,height:s}),this},o.prototype.scale=function(t){return arguments.length?(this._scale=t,this._overlayElement&&this._overlayElement.attr("transform","translate("+t.x+","+t.y+")scale("+this._scale+")"),this):this._scale},o.prototype.visible=function(t){return arguments.length?(this._visible=t,this._parentElement&&this._parentElement.style({visibility:this._visible?null:"hidden",opacity:this._visible?null:0}),this):this._visible},o.prototype.display=function(t){return arguments.length?(this._display=t,this._element&&this._element.style("display",this._display?null:"none"),this):this._display},o.prototype.calcSnap=function(t){function e(t,e){function i(t,e){var i=t%e;return Math.abs(i)>e-Math.abs(i)&&(i=(e-Math.abs(i))*(0>i?1:-1)),i}return t-i(t,e)}var i=e(this._pos.x-this._size.width/2,t),s=e(this._pos.y-this._size.height/2,t),n=e(this._pos.x+this._size.width/2,t),o=e(this._pos.y+this._size.height/2,t),r=n-i,h=o-s;return[{x:i+r/2,y:s+h/2},{width:r,height:h}]},o.prototype.toWidget=function(e){if(!e)return null;var i=t.select(e);if(i){var s=i.datum();if(s&&s instanceof o)return s}return null},o.prototype.locateParentWidget=function(t){t=t||this._target.parentNode;var e=this.toWidget(t);return e?e:t.parentNode?this.locateParentWidget(t.parentNode):null},o.prototype.locateSVGNode=function(t){return t?"svg"===t.tagName?t:this.locateSVGNode(t.parentNode):null},o.prototype.locateOverlayNode=function(){for(var t=this.locateParentWidget(this._target);t;){if(t._parentOverlay)return t._parentOverlay;t=this.locateParentWidget(t._target.parentNode)}return null},o.prototype.getAbsolutePos=function(t,e,i){var s=this.locateSVGNode(t);if(!s)return null;var n=s.createSVGPoint(),o=t.getCTM();n=n.matrixTransform(o);var r={x:n.x,y:n.y};if(void 0!==e&&void 0!==i){var h=s.createSVGPoint();h.x=e,h.y=i,h=h.matrixTransform(o),r.width=h.x-n.x,r.height=h.y-n.y}return r},o.prototype.hasOverlay=function(){return this._overlayElement},o.prototype.syncOverlay=function(){if(this._size.width&&this._size.height){var t=this.getAbsolutePos(this._overlayElement.node(),this._size.width,this._size.height);if(t&&(null===this.oldPos||void 0===this.oldPos||t.x!==this.oldPos.x||t.y!==this.oldPos.y||t.width!==this.oldPos.width||t.height!==this.oldPos.height)){var e=t.width/this._size.width,i=t.height/this._size.height;this._parentElement.style({left:t.x-t.width/e/2+"px",top:t.y-t.height/i/2+"px",width:t.width/e+"px",height:t.height/i+"px"});var s="scale("+e+","+i+")";this._parentElement.style("transform",s).style("-moz-transform",s).style("-ms-transform",s).style("-webkit-transform",s).style("-o-transform",s)}this.oldPos=t}},o.prototype.element=function(){return this._element},o.prototype.node=function(){return this._element.node()},o.prototype.render=function(e){if(window.__hpcc_debug){var i=Date.now();i-this._prevNow<500&&console.log("Double Render: "+(i-this._prevNow)+" - "+this.id()+" - "+this.classID()),this._prevNow=i}if(e=e||function(){},!this._parentElement||!this.visible())return e(this),this;if(this._parentElement){if(!this._tag)throw"No DOM tag specified";var s=this._parentElement.selectAll("#"+this._id).data([this],function(t){return t._id});s.enter().append(this._tag).classed(this._class,!0).attr("id",this._id).each(function(e){e._element=t.select(this),e.enter(this,e._element),window.__hpcc_debug&&e.leakCheck(this)}),s.classed(this.classed()).each(function(t){t.preUpdate(this,t._element),t.update(this,t._element),t.postUpdate(this,t._element)}),s.exit().each(function(e){t.select(this).datum(null),e.exit(this,e._element)}).remove(),this._renderCount++}var n=[];this.publishedProperties(!0).forEach(function(t){if(!t.ext||t.ext.render!==!1)switch(t.type){case"widget":var e=this[t.id]();e&&n.push(this[t.id]());break;case"widgetArray":n=n.concat(this[t.id]())}},this);var o=this;switch(n.length){case 0:e(this);break;case 1:n[0].render(function(){e(o)});break;default:var r=n.length;n.forEach(function(t,i){setTimeout(function(){t.render(function(){0===--r&&e(o)})},0)})}return this},o.prototype.lazyRender=o.prototype.debounce(function(){this.render()},100),o.prototype.enter=function(t,e){},o.prototype.preUpdate=function(t,e){},o.prototype.update=function(t,e){},o.prototype.postUpdate=function(t,e){},o.prototype.exit=function(t,e){},o}); \ No newline at end of file diff --git a/dist-amd/common/WidgetArray.js b/dist-amd/common/WidgetArray.js new file mode 100644 index 0000000000..f7a0d353be --- /dev/null +++ b/dist-amd/common/WidgetArray.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./Widget"],e):t.common_WidgetArray=e(t.common_Widget)}(this,function(t){function e(){t.call(this)}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" common_WidgetArray",e.prototype.publish("content",[],"widgetArray","Widget Array"),e.prototype.target=function(t){t||(this.content_reset(),this.exit())},e}); \ No newline at end of file diff --git a/dist-amd/composite/MegaChart.js b/dist-amd/composite/MegaChart.js new file mode 100644 index 0000000000..c74d2d5889 --- /dev/null +++ b/dist-amd/composite/MegaChart.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["../layout/Border","../chart/MultiChart","../common/Text","../other/Legend","../layout/Toolbar","../form/Select","../form/Button","../form/Input","../common/Utility"],e):t.composite_MegaChart=e(t.layout_Border,t.chart_MultiChart,t.common_Text,t.other_Legend,t.layout_Toolbar,t.form_Select,t.form_Button,t.form_Input,t.common_Utility)}(this,function(t,e,o,i,n,s,r,l,a){function h(){t.call(this),this._tag="div",this._chart=new e;var s=this;this._chart.click=function(){s.click.apply(this,arguments)},this._toolbar=new n,this._valueTitle=new o,this._domainTitle=new o,this._legend=new i}return h.prototype=Object.create(t.prototype),h.prototype.constructor=h,h.prototype._class+=" composite_MegaChart",h.prototype._1DChartTypes=e.prototype._1DChartTypes,h.prototype._2DChartTypes=e.prototype._2DChartTypes,h.prototype._NDChartTypes=e.prototype._NDChartTypes,h.prototype._anyChartTypes=e.prototype._anyChartTypes,h.prototype._allChartTypes=e.prototype._allChartTypes,h.prototype.publishReset(),h.prototype.publishProxy("valueAxisTitle","_valueTitle","text"),h.prototype.publishProxy("domainAxisTitle","_domainTitle","text"),h.prototype.publish("legendPosition","right","set","Position of the Legend widget",["none","top","right","bottom","left"],{tags:["Basic"]}),h.prototype.publishProxy("legendFormat","_legend","rainbowFormat"),h.prototype.publishProxy("legendBins","_legend","rainbowBins"),h.prototype.publish("showToolbar",!0,"boolean","Enable/Disable Toolbar widget",null,{tags:["Basic"]}),h.prototype.publish("showChartSelect",!0,"boolean","Show/Hide the chartType dropdown in the toolbar",null,{tags:["Basic"]}),h.prototype.publish("showCSV",!0,"boolean","Show/Hide CSV button",null,{tags:["Basic"]}),h.prototype.publish("toolbarShowLegend",!1,"boolean","Show/Hide Legend button",null,{tags:["Basic"]}),h.prototype.publishProxy("title","_toolbar","title"),h.prototype.publish("titleFontSize",null,"number","Title Font Size (px)",null,{tags:["Advanced"],optional:!0}),h.prototype.publish("titleFontColor",null,"html-color","Title Font Color",null,{tags:["Advanced"],optional:!0}),h.prototype.publish("titleFontFamily",null,"string","Title Font Family",null,{tags:["Advanced"],optional:!0}),h.prototype.publish("titleFontBold",!0,"boolean","Enable Bold Title Font",null,{tags:["Advanced"],optional:!0}),h.prototype.publish("titleBackgroundColor",null,"html-color","Background Color",null,{tags:["Intermediate"],optional:!0}),h.prototype.publishProxy("chartType","_chart","chartType"),h.prototype.publishProxy("chart","_chart","chart"),h.prototype.toolbarWidgets=function(t){return arguments.length?(this._toolbar.widgets(t),this):this._toolbar.widgets()},h.prototype.chartTypeDefaults=function(t){return arguments.length?(this._chart.chartTypeDefaults(t),this):this._chart.chartTypeDefaults()},h.prototype.chartTypeProperties=function(t){return arguments.length?(this._chart.chartTypeProperties(t),this):this._chart.chartTypeProperties()},h.prototype.fields=function(t){return arguments.length?(this._chart.fields(t),this):this._chart.fields()},h.prototype.columns=function(t){return arguments.length?(this._chart.columns(t),this):this._chart.columns()},h.prototype.data=function(t){return arguments.length?(this._chart.data(t),this):this._chart.data()},h.prototype.downloadCSV=function(){return a.downloadBlob("CSV",this._chart["export"]("CSV")),this},h.prototype.enter=function(e,o){t.prototype.enter.apply(this,arguments);var i=this;this.topShrinkWrap(!1).topPercentage(0).topSize(30),this._csvButton=(new r).id(this.id()+"_csv").value("CSV"),this._csvButton.click=function(t){i.downloadCSV()},this._legendButton=(new l).id(this.id()+"_legend").type("checkbox").inlineLabel("Legend: "),this._legendButton.click=function(t){i.render()},this._chartTypeSelect=(new s).id(this.id()+"_chartType").selectOptions(this._allChartTypes.map(function(t){return[t.id,t.display]})).value(this.chartType()),this._chartTypeSelect.change=function(t){i.chartType(t.value()).render()},this.setContent("center",this._chart),this._legend.fixedSize(!0).targetWidget(this._chart).orientation(-1!==["top","bottom"].indexOf(this.legendPosition())?"horizontal":"vertical"),this._prevLegendPosition=this.legendPosition(),this.valueAxisTitle()&&this.setContent("left",this._valueTitle.rotation(-90)).leftShrinkWrap(!0),this.domainAxisTitle()&&this.setContent("bottom",this._domainTitle).bottomShrinkWrap(!0),"none"!==this.legendPosition()&&this.setContent(this.legendPosition(),this._legend)[this.legendPosition()+"ShrinkWrap"](!0)},h.prototype.update=function(e,o){function n(t,e,o){if(o&&-1===t.indexOf(e))t.push(e);else if(!o){var i=t.indexOf(e);i>=0&&t.splice(i,1)}}this._chartTypeSelect.value(this.chartType());var s=this.toolbarWidgets();n(s,this._csvButton,this.showCSV()),n(s,this._legendButton,this.toolbarShowLegend()),n(s,this._chartTypeSelect,this.showChartSelect()),this.toolbarWidgets(s),this._prevShowToolbar!==this.showToolbar()&&(this.setContent("top",this.showToolbar()?this._toolbar:null),this._prevShowToolbar=this.showToolbar()),this._toolbar.fontSize(this.titleFontSize()).fontColor(this.titleFontColor()).fontFamily(this.titleFontFamily()).fontBold(this.titleFontBold()).backgroundColor(this.titleBackgroundColor()),this._chart.data(this.data()),this._chart.chartType()!==this.chartType()&&this._chart.chartType(this.chartType());var r=this.legendPosition();this.toolbarShowLegend()&&!this._legendButton.checked()&&(r="none"),this._prevLegendPosition!==r&&("none"!==this._prevLegendPosition&&this.clearContent(this._prevLegendPosition),this._prevLegendPosition=r,"none"!==r&&(this._legend=(new i).fixedSize(!0).targetWidget(this.getContent("center")),this.setContent(r,this._legend),this._legend.orientation(-1!==["top","bottom"].indexOf(r)?"horizontal":"vertical"))),this._contentClasses=this.getContentClasses(),this.valueAxisTitle()&&"common_Text"!==this._contentClasses.left&&"left"!==r&&this.setContent("left",this._valueTitle.rotation(-90)),this.domainAxisTitle()&&"common_Text"!==this._contentClasses.bottom&&"bottom"!==r&&this.setContent("bottom",this._domainTitle).bottomShrinkWrap(!0),this._legend.dataFamily(this._chart.getChartDataFamily()),t.prototype.update.apply(this,arguments)},h.prototype.exit=function(e,o){t.prototype.exit.apply(this,arguments)},h.prototype.getContentClasses=function(){var t={},e=this.getContent("top"),o=this.getContent("right"),i=this.getContent("bottom"),n=this.getContent("left");return t.top=null!==e?e.classID():void 0,t.right=null!==o?o.classID():void 0,t.bottom=null!==i?i.classID():void 0,t.left=null!==n?n.classID():void 0,t},h.prototype.serializeState=function(){var t={title:this.title(),data:this.data()},e=this.chart();return e&&e.serializeState&&(t.chart=e.serializeState(),delete t.chart.data),t},h.prototype.deserializeState=function(t){if(t){this.title(t.title).data(t.data);var e=this.chart();e&&t.chart&&e.serializeState&&e.deserializeState(t.chart)}return this},h.prototype.click=function(t,e,o){console.log("Click: "+JSON.stringify(t)+", "+e+", "+o)},h}); \ No newline at end of file diff --git a/dist-amd/config.js b/dist-amd/config.js new file mode 100644 index 0000000000..482cd2a3ae --- /dev/null +++ b/dist-amd/config.js @@ -0,0 +1 @@ +switch(require.config({waitSeconds:30,baseUrl:".",paths:{requireLib:"../node_modules/requirejs/require",css:"../node_modules/require-css/css","css-builder":"../node_modules/require-css/css-builder",normalize:"../node_modules/require-css/normalize",async:"../node_modules/requirejs-plugins/src/async",propertyParser:"../node_modules/requirejs-plugins/src/propertyParser",goog:"../node_modules/requirejs-plugins/src/goog",d3:"../bower_components/d3/d3",c3:"../bower_components/c3/c3",dagre:"../bower_components/dagre/index",topojson:"../bower_components/topojson/topojson",colorbrewer:"../bower_components/colorbrewer/colorbrewer","d3-cloud":"../bower_components/d3-cloud/build/d3.layout.cloud","d3-sankey":"../bower_components/d3-plugins/sankey/sankey","font-awesome":"../bower_components/font-awesome/css/font-awesome","es6-promise":"../bower_components/es6-promise/promise","d3-bullet":"../bower_components/d3-plugins/bullet/bullet",amcharts:"../bower_components/amcharts3/amcharts/amcharts","amcharts.funnel":"../bower_components/amcharts3/amcharts/funnel","amcharts.gauge":"../bower_components/amcharts3/amcharts/gauge","amcharts.pie":"../bower_components/amcharts3/amcharts/pie","amcharts.radar":"../bower_components/amcharts3/amcharts/radar","amcharts.serial":"../bower_components/amcharts3/amcharts/serial","amcharts.xy":"../bower_components/amcharts3/amcharts/xy","amcharts.gantt":"../bower_components/amcharts3/amcharts/gantt","amcharts.plugins.responsive":"../bower_components/amcharts3/amcharts/plugins/responsive/responsive",amchartsImg:"../bower_components/amcharts3/amcharts/images/",simpleheat:"../bower_components/simpleheat/index",autoComplete:"../bower_components/javascript-auto-complete/auto-complete",src:"../src"},shim:{"amcharts.funnel":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.gauge":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.pie":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.radar":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.serial":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.xy":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.gantt":{deps:["amcharts","amcharts.serial"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},simpleheat:{exports:"simpleheat",init:function(){simpleheat.isReady=!0}}}}),window.location.hostname){case"rawgit.com":case"cdn.rawgit.com":require.config({paths:{css:"//"+window.location.hostname+"/guybedford/require-css/0.1.8/css.min","css-builder":"//"+window.location.hostname+"/guybedford/require-css/0.1.8/css-builder.min",normalize:"//"+window.location.hostname+"/guybedford/require-css/0.1.8/normalize.min",async:"//"+window.location.hostname+"/millermedeiros/requirejs-plugins/v1.0.3/src/async",propertyParser:"//"+window.location.hostname+"/millermedeiros/requirejs-plugins/v1.0.3/src/propertyParser",goog:"//"+window.location.hostname+"/millermedeiros/requirejs-plugins/v1.0.3/src/goog",d3:"//"+window.location.hostname+"/mbostock/d3/v3.5.5/d3.min",c3:"//"+window.location.hostname+"/masayuki0812/c3/0.4.10/c3.min",dagre:"//"+window.location.hostname+"/cpettitt/dagre/v0.7.3/dist/dagre.min",topojson:"//"+window.location.hostname+"/mbostock/topojson/v1.6.19/topojson",colorbrewer:"//"+window.location.hostname+"/jeanlauliac/colorbrewer/v1.0.0/colorbrewer","d3-cloud":"//"+window.location.hostname+"/jasondavies/d3-cloud/v1.2.0/build/d3.layout.cloud","d3-sankey":"//"+window.location.hostname+"/d3/d3-plugins/master/sankey/sankey","font-awesome":"//"+window.location.hostname+"/FortAwesome/Font-Awesome/v4.3.0/css/font-awesome.min","es6-promise":"//"+window.location.hostname+"/jakearchibald/es6-promise/v3.0.2/dist/es6-promise.min","d3-bullet":"//"+window.location.hostname+"/d3/d3-plugins/master/bullet/bullet",amcharts:"//"+window.location.hostname+"/amcharts/amcharts3/3.18.0/amcharts/amcharts","amcharts.funnel":"//"+window.location.hostname+"/amcharts/amcharts3/3.18.0/amcharts/funnel","amcharts.gauge":"//"+window.location.hostname+"/amcharts/amcharts3/3.18.0/amcharts/gauge","amcharts.pie":"//"+window.location.hostname+"/amcharts/amcharts3/3.18.0/amcharts/pie","amcharts.radar":"//"+window.location.hostname+"/amcharts/amcharts3/3.18.0/amcharts/radar","amcharts.serial":"//"+window.location.hostname+"/amcharts/amcharts3/3.18.0/amcharts/serial","amcharts.xy":"//"+window.location.hostname+"/amcharts/amcharts3/3.18.0/amcharts/xy","amcharts.gantt":"//"+window.location.hostname+"/amcharts/amcharts3/3.18.0/amcharts/gantt","amcharts.plugins.responsive":"//"+window.location.hostname+"/amcharts/amcharts3/3.18.0/amcharts/plugins/responsive/responsive","amcharts.plugins.dataloader":"//"+window.location.hostname+"/amcharts/amcharts3/3.18.0/amcharts/plugins/dataloader",amchartsImg:"//"+window.location.hostname+"/amcharts/amcharts3/3.18.0/amcharts/images/",simpleheat:"//"+window.location.hostname+"/mourner/simpleheat/v0.3.0/simpleheat",autoComplete:"//"+window.location.hostname+"/Pixabay/JavaScript-autoComplete/1.0.4/auto-complete",src:"../src"}})} \ No newline at end of file diff --git a/dist-amd/font-awesome/css/font-awesome.min.css b/dist-amd/font-awesome/css/font-awesome.min.css new file mode 100644 index 0000000000..9b27f8ea8f --- /dev/null +++ b/dist-amd/font-awesome/css/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/dist-amd/font-awesome/fonts/fontawesome-webfont.woff b/dist-amd/font-awesome/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000000..6e7483cf61 Binary files /dev/null and b/dist-amd/font-awesome/fonts/fontawesome-webfont.woff differ diff --git a/dist-amd/font-awesome/fonts/fontawesome-webfont.woff2 b/dist-amd/font-awesome/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000000..7eb74fd127 Binary files /dev/null and b/dist-amd/font-awesome/fonts/fontawesome-webfont.woff2 differ diff --git a/dist-amd/form/Button.js b/dist-amd/form/Button.js new file mode 100644 index 0000000000..34a86f820b --- /dev/null +++ b/dist-amd/form/Button.js @@ -0,0 +1 @@ +!function(t,n){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../api/IInput","css!./Input"],n):t.form_Button=n(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,n,e){function o(){n.call(this),e.call(this),this._tag="div",this._inputElement=[]}return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.prototype._class+=" form_Button",o.prototype["implements"](e.prototype),o.prototype.enter=function(t,e){n.prototype.enter.apply(this,arguments);var o=this;this._inputElement[0]=e.append("button").attr("name",this.name()).on("click",function(t){t.click(t)}).on("blur",function(t){t.blur(t)}).on("change",function(t){o.value([o._inputElement[0].property("value")]),t.change(t)})},o.prototype.update=function(t,e){n.prototype.update.apply(this,arguments),this._inputElement[0].text(this.value())},o}); \ No newline at end of file diff --git a/dist-amd/form/CheckBox.js b/dist-amd/form/CheckBox.js new file mode 100644 index 0000000000..c36bad874b --- /dev/null +++ b/dist-amd/form/CheckBox.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_CheckBox=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_CheckBox",o.prototype["implements"](n.prototype),o.prototype.publish("selectOptions",[],"array","Array of options used to fill a dropdown list"),o.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments);var o=this,p=n.append("ul");this.selectOptions().length||this.selectOptions().push(""),this.selectOptions().forEach(function(t,e){o._inputElement[e]=p.append("li").append("input").attr("type","checkbox"),o._inputElement[e].node().insertAdjacentHTML("afterend",""+t+"")}),this._inputElement.forEach(function(t,e){t.attr("name",o.name()),t.on("click",function(t){t.click(t)}),t.on("blur",function(t){t.blur(t)}),t.on("change",function(t){var e=[];o._inputElement.forEach(function(t,n){t.property("checked")&&e.push(t.property("value"))}),o.value(e),t.change(t)})})},o.prototype.update=function(t,n){e.prototype.update.apply(this,arguments);var o=this;this._inputElement.forEach(function(t,e){t.property("value",o.selectOptions()[e]),-1!==o.value().indexOf(o.selectOptions()[e])&&"false"!==o.value()?t.property("checked",!0):t.property("checked",!1)})},o.prototype.insertSelectOptions=function(t){var e="";t.length>0?t.forEach(function(t){var n=t instanceof Array?t[0]:t,o=t instanceof Array?t[1]?t[1]:t[0]:t;e+=""}):e+="",this._inputElement[0].html(e)},o}); \ No newline at end of file diff --git a/dist-amd/form/ColorInput.js b/dist-amd/form/ColorInput.js new file mode 100644 index 0000000000..b8b013209b --- /dev/null +++ b/dist-amd/form/ColorInput.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_ColorInput=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function p(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return p.prototype=Object.create(e.prototype),p.prototype.constructor=p,p.prototype._class+=" form_ColorInput",p.prototype["implements"](n.prototype),p.prototype.enter=function(n,p){e.prototype.enter.apply(this,arguments);var o=this;this._inputElement[0]=p.append("input").attr("type","text"),this._inputElement[0].classed("color-text",!0),this._inputElement[1]=p.append("input").attr("type","color"),this._inputElement.forEach(function(e,n){e.on("click",function(t){t.click(t)}),e.on("blur",function(t){t.blur(t)}),e.on("change",function(e){0===n?(o._inputElement[1].property("value",t.rgb(o._inputElement[0].property("value")).toString()),o.value(o._inputElement[0].property("value"))):(o._inputElement[0].property("value",o._inputElement[1].property("value")),o.value(t.rgb(o._inputElement[1].property("value")).toString())),e.change(e)})})},p.prototype.update=function(n,p){e.prototype.update.apply(this,arguments);var o=this;this._inputElement.forEach(function(t){t.attr("name",o.name())}),this._inputElement[0].attr("type","text"),this._inputElement[1].attr("type","color"),this._inputElement[0].property("value",this.value()),this._inputElement[1].property("value",t.rgb(this.value()).toString())},p}); \ No newline at end of file diff --git a/dist-amd/form/Form.css b/dist-amd/form/Form.css new file mode 100644 index 0000000000..80d7078ec5 --- /dev/null +++ b/dist-amd/form/Form.css @@ -0,0 +1,23 @@ +.form_Form { + color:#404040; +} +.form_Form tbody td { + white-space: nowrap; + border:1px solid #E5E5E5; +} +.form_Form td.prompt { + padding:5px; + vertical-align:top; + background-color:#E5E5E5; +} +.form_Form td.input { + padding:5px; + width:100%; + vertical-align:middle; +} +.form_Form tfoot button{ + margin:5px; +} +.form_Form tbody tr:hover { + background-color:#FAFAFA; +} \ No newline at end of file diff --git a/dist-amd/form/Form.js b/dist-amd/form/Form.js new file mode 100644 index 0000000000..6141688af1 --- /dev/null +++ b/dist-amd/form/Form.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../common/SVGWidget","../common/WidgetArray","./Input","./Button","./Slider","css!./Form"],e):t.form_Form=e(t.d3,t.common_HTMLWidget,t.common_SVGWidget,t.common_WidgetArray,t.form_Input,t.form_Button,t.form_Slider)}(this,function(t,e,n,o,i,a,r){function s(){e.call(this),this._tag="form"}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" form_Form",s.prototype.publish("validate",!0,"boolean","Enable/Disable input validation"),s.prototype.publish("inputs",[],"widgetArray","Array of input widgets"),s.prototype.publish("showSubmit",!0,"boolean","Show Submit/Cancel Controls"),s.prototype.publish("omitBlank",!1,"boolean","Drop Blank Fields From Submit"),s.prototype.publish("allowEmptyRequest",!1,"boolean","Allow Blank Form to be Submitted"),s.prototype.data=function(t){if(!arguments.length){var e=[];return this.inputsForEach(function(t){e.push(t.value())}),e}return this.inputsForEach(function(e,n){t.length>n&&e.value(t[n]).render()}),this},s.prototype.inputsForEach=function(t,e){var n=0;this.inputs().forEach(function(i){var a=i instanceof o?i.content():[i];a.forEach(function(o){e?t.call(e,o,n++):t(o,n++)})})},s.prototype.calcMaxColumns=function(){var t=0;return this.inputs().forEach(function(e){var n=e instanceof o?e.content():[e];n.length>t&&(t=n.length)}),t},s.prototype.values=function(t){if(!arguments.length){var e={};return this.inputsForEach(function(t){var n=t.value();(n||!this.omitBlank())&&(e[t.name()]=t.value())},this),e}return this.inputsForEach(function(e){t[e.name()]?e.value(t[e.name()]):this.omitBlank()&&e.value("")},this),this},s.prototype.submit=function(){var t=!0;this.validate()&&(t=this.checkValidation()),(this.allowEmptyRequest()||this.inputs().some(function(t){return-1!==t._class.indexOf("WidgetArray")?t.content().some(function(t){return t.hasValue()}):t.hasValue()}))&&this.click(t?this.values():null)},s.prototype.clear=function(){this.inputsForEach(function(t){switch(t.classID()){case"form_Slider":t.allowRange()?t.value([t.low(),t.low()]).render():t.value(t.low()).render();break;case"form_CheckBox":t.value(!1).render();break;case"form_Button":break;default:t.value("").render()}})},s.prototype.checkValidation=function(){var t=!0,e=[];return this.inputsForEach(function(t){t.isValid()||e.push("'"+t.label()+"' value is invalid.")}),e.length>0&&(alert(e.join("\n")),t=!1),t},s.prototype.enter=function(n,o){e.prototype.enter.apply(this,arguments),o.on("submit",function(){t.event.preventDefault()}),this._parentElement.style("overflow","auto");var i=o.append("table");this.tbody=i.append("tbody"),this.tfoot=i.append("tfoot"),this.btntd=this.tfoot.append("tr").append("td").attr("colspan",2);var r=this;this._controls=[(new a).value("Submit").on("click",function(){r.submit(r.values())},!0),(new a).value("Clear").on("click",function(){r.clear({})},!0)];var s=r.btntd.append("div").style("float","right");this._controls.forEach(function(t){var e=s.append("span").style("float","left");t.target(e.node()).render()})},s.prototype.update=function(i,a){e.prototype.update.apply(this,arguments),this._maxCols=this.calcMaxColumns();var r=this,s=this.tbody.selectAll("tr").data(this.inputs());s.enter().append("tr").each(function(e,i){var a=t.select(this),s=e instanceof o?e.content():[e];s.forEach(function(t,e){a.append("td").attr("class","prompt").text(t.label()+":");var o=a.append("td").attr("class","input");if(e===s.length-1&&s.length"+t+"")}),this._inputElement.forEach(function(t,e){t.attr("name",o.name()),t.on("click",function(t){t.click(t)}),t.on("blur",function(t){t.blur(t)}),t.on("change",function(e){o.value([t.property("value")]),e.change(e)})})},o.prototype.update=function(t,n){e.prototype.update.apply(this,arguments);var o=this;this._inputElement.forEach(function(t,e){t.property("value",o.selectOptions()[e]),-1!==o.value().indexOf(o.selectOptions()[e])&&"false"!==o.value()?t.property("checked",!0):t.property("checked",!1)})},o}); \ No newline at end of file diff --git a/dist-amd/form/Range.js b/dist-amd/form/Range.js new file mode 100644 index 0000000000..ac7a904d83 --- /dev/null +++ b/dist-amd/form/Range.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_Range=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function p(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return p.prototype=Object.create(e.prototype),p.prototype.constructor=p,p.prototype._class+=" form_Range",p.prototype["implements"](n.prototype),p.prototype.publish("type","text","set","Input type",["html-color","number","checkbox","button","select","textarea","date","text","range","search","email","time","datetime"]),p.prototype.publish("selectOptions",[],"array","Array of options used to fill a dropdown list"),p.prototype.publish("low",null,"number","Minimum value for Range input"),p.prototype.publish("high",null,"number","Maximum value for Range input"),p.prototype.publish("step",null,"number","Step value for Range input"),p.prototype.enter=function(n,p){e.prototype.enter.apply(this,arguments);var i=this;this._inputElement[0]=p.append("input").attr("type","range"),this._inputElement[1]=p.append("input").attr("type","number"),this._inputElement.forEach(function(e,n){e.attr("name",i.name()),e.on("click",function(t){t.click(t)}),e.on("blur",function(t){t.blur(t)}),e.on("change",function(e){0===n?(i._inputElement[1].property("value",t.rgb(i._inputElement[0].property("value")).toString()),i.value(i._inputElement[0].property("value"))):(i._inputElement[0].property("value",i._inputElement[1].property("value")),i.value(t.rgb(i._inputElement[1].property("value")).toString())),e.change(e)})})},p.prototype.update=function(t,n){e.prototype.update.apply(this,arguments),this._inputElement[0].attr("type","range"),this._inputElement[0].property("value",this.value()),this._inputElement[0].attr("min",this.low()),this._inputElement[0].attr("max",this.high()),this._inputElement[0].attr("step",this.step()),this._inputElement[1].attr("type","number"),this._inputElement[1].property("value",this.value()),this._inputElement[1].attr("min",this.low()),this._inputElement[1].attr("max",this.high()),this._inputElement[1].attr("step",this.step())},p.prototype.insertSelectOptions=function(t){var e="";t.length>0?t.forEach(function(t){var n=t instanceof Array?t[0]:t,p=t instanceof Array?t[1]?t[1]:t[0]:t;e+=""}):e+="",this._inputElement[0].html(e)},p}); \ No newline at end of file diff --git a/dist-amd/form/Select.js b/dist-amd/form/Select.js new file mode 100644 index 0000000000..cc26c9f296 --- /dev/null +++ b/dist-amd/form/Select.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_Select=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_Select",o.prototype["implements"](n.prototype),o.prototype.publish("selectOptions",[],"array","Array of options used to fill a dropdown list"),o.prototype.publish("maxWidth",120,"number","Width",null,{optional:!0}),o.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments);var o=this;this._inputElement[0]=n.append("select").attr("name",this.name()).on("click",function(t){t.click(t)}).on("blur",function(t){t.blur(t)}).on("change",function(t){o.value([o._inputElement[0].property("value")]),t.change(t)})},o.prototype.update=function(t,n){e.prototype.update.apply(this,arguments),this.insertSelectOptions(this.selectOptions()),this._inputElement[0].property("value",this.value()).style("max-width",this.maxWidth_exists()?this.maxWidth()+"px":null)},o.prototype.insertSelectOptions=function(t){var e="";t.length>0?t.forEach(function(t){var n=t instanceof Array?t[0]:t,o=t instanceof Array?t[1]?t[1]:t[0]:t;e+=""}):e+="",this._inputElement[0].html(e)},o}); \ No newline at end of file diff --git a/dist-amd/form/Slider.css b/dist-amd/form/Slider.css new file mode 100644 index 0000000000..edc0e35c38 --- /dev/null +++ b/dist-amd/form/Slider.css @@ -0,0 +1,39 @@ +.form_Slider text { + color:#000; +} +.form_Slider .chart_Axis { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} +.form_Slider .chart_Axis .domain { + fill: none; + stroke: lightgray; + stroke-width: 10px; + stroke-linecap: round; +} +.form_Slider .extent { + fill: #fff; + opacity: 0.5; +} +.form_Slider .background { + fill: red; + opacity: 0.5; +} +.form_Slider .handle { + fill: #fff; + stroke: #bbb; + stroke-opacity: .5; + stroke-width: 1.00px; + pointer-events: none; +} +.form_Slider .common_Icon .common_Widget .common_Shape { + fill: #ccc; + stroke: #bbb; +} +.form_Slider .common_Icon:hover { + cursor:pointer; +} +.form_Slider .common_Icon:hover .common_Widget .common_Shape { + stroke: #aaa; +} diff --git a/dist-amd/form/Slider.js b/dist-amd/form/Slider.js new file mode 100644 index 0000000000..d7aca1f135 --- /dev/null +++ b/dist-amd/form/Slider.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","../api/IInput","../chart/Axis","../common/Icon","css!./Slider"],e):t.form_Slider=e(t.d3,t.common_SVGWidget,t.api_IInput,t.chart_Axis,t.common_Icon)}(this,function(t,e,i,s,o){function a(){e.call(this),i.call(this),this.selectionLabel(""),this._playing=!1,this._loop=!1,this.axis=new s;var a=this;this._playIcon=(new o).faChar(""),this._playIcon.click=function(e){t.event.stopPropagation(),a._playing?a.pause():a.play()},this._loopIcon=(new o).faChar("").image_colorFill(this._loop?null:"#bbb").shape_colorFill(this._loop?null:"white").paddingPercent(33),this._loopIcon.click=function(t){a._loop?a._loop=!1:a._loop=!0,a._loopIcon.image_colorFill(a._loop?null:"#bbb").shape_colorFill(a._loop?null:"white").render()},this.brush=t.svg.brush().extent([0,0]).on("brushstart",function(t){a.brushstart(t,this)}).on("brush",function(t){a.brushmove(t,this)}).on("brushend",function(t){a.brushend(t,this)}),this.brush.empty=function(){return!1},this._inputElement=[]}a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" form_Slider",a.prototype["implements"](i.prototype),a.prototype.publish("padding",16,"number","Outer Padding",null,{tags:["Basic"]}),a.prototype.publish("fontSize",null,"number","Font Size",null,{tags:["Basic"]}),a.prototype.publish("fontFamily",null,"string","Font Name",null,{tags:["Basic"]}),a.prototype.publish("fontColor",null,"html-color","Font Color",null,{tags:["Basic"]}),a.prototype.publish("allowRange",!1,"boolean","Allow Range Selection",null,{tags:["Intermediate"]}),a.prototype.publish("low","0","string","Low",null,{tags:["Intermediate"]}),a.prototype.publish("high","100","string","High",null,{tags:["Intermediate"]}),a.prototype.publish("step",10,"number","Step",null,{tags:["Intermediate"]}),a.prototype.publish("selectionLabel","","string","Selection Label",null,{tags:["Intermediate"]}),a.prototype.publishProxy("tickCount","axis","tickCount"),a.prototype.publishProxy("tickFormat","axis","tickFormat"),a.prototype.publishProxy("type","axis"),a.prototype.publishProxy("timePattern","axis"),a.prototype.publishProxy("powExponent","axis","powExponent"),a.prototype.publishProxy("logBase","axis","logBase"),a.prototype.publishProxy("overlapMode","axis"),a.prototype.publishProxy("labelRotation","axis"),a.prototype.publish("showPlay",!1,"boolean","Show Play Button"),a.prototype.publish("playInterval",1e3,"number","Play Interval"),a.prototype.publishProxy("playDiameter","_playIcon","diameter",32),a.prototype.publish("playGutter",4,"number","Play Gutter"),a.prototype.publishProxy("loopDiameter","_loopIcon","diameter",24),a.prototype.publish("loopGutter",4,"number","Play Gutter"),a.prototype.name=function(t){return a.prototype.columns.apply(this,arguments)};var r=a.prototype.value;return a.prototype.value=function(t){var i=r.apply(this,arguments);return arguments.length&&e.prototype.data.apply(this,arguments),i},a.prototype.play=function(){this._playing=!0,this._playIcon.faChar("").render();var t=this.data();(t=this.high())&&(t=this.low(),this.data(t).render(),this._click());var e=this;this.intervalHandler=setInterval(function(){t+=e.step(),t>e.high()?e._loop===!0?(t=e.low(),e.data(t).render(),e._click()):e.pause():(e.data(t).render(),e._click())},e.playInterval())},a.prototype.pause=function(){this._playing=!1,this._playIcon.faChar("").render(),clearInterval(this.intervalHandler)},a.prototype.data=function(t){var i=e.prototype.data.apply(this,arguments);return arguments.length&&this.brushg&&this.brushg.call(this.brush.extent(this.allowRange()?this.data():[this.data(),this.data()])),i},a.prototype.enter=function(t,e){this.sliderElement=e.append("g"),this._inputElement.push(this.sliderElement),this.axis.target(this.sliderElement.node()).x(this.width()).y(0).width(this.width()-this.padding()).low(this.low()).high(this.high()).render(),this.axis.d3Axis.tickSize(0).tickPadding(12),this.brushg=this.sliderElement.append("g").attr("class","brush").call(this.brush),this.brushg.select(".background").attr("y",-9).attr("height",18),this.brushg.select(".extent").attr("y","-10").attr("height","20"),this.brushg.selectAll(".resize").select("rect").attr("x",function(t){return"e"===t?0:-8}).attr("y","-10").attr("width","8").attr("height","20"),this.handle=this.brushg.selectAll(".resize").append("path").attr("class","handle").attr("transform","translate(0,-27)"),this._playIcon.target(this.sliderElement.node()).render(),this._loopIcon.target(this.sliderElement.node()).render()},a.prototype.update=function(t,e){var i=this,s=this.width()-this.padding()/2;this._playIcon.pos({x:s-(this.loopDiameter()+this.loopGutter()+this.playDiameter()/2),y:0}).diameter(this.playDiameter()).display(this.showPlay()).render(),this._loopIcon.pos({x:s-this.loopDiameter()/2,y:0}).diameter(this.loopDiameter()).display(this.showPlay()).render(),(this.high()-this.low())/this.step()<=10;var o=this.showPlay()?this.loopDiameter()+this.loopGutter()+this.playDiameter()+this.playGutter():0;s-=o;var a=this.axis.calcOverflow(e);this.axis.x(this.width()/2-o/2).y(a.depth).width(this.width()-this.padding()-o).low(this.low()).high(this.high()).render(),this.brushg.attr("transform","translate("+this.padding()/2+", 0)"),this.handle.attr("d",function(t){return i.handlePath(t)}),0===this.data().length&&(this.allowRange()?this.data([this.low(),this.low()]):this.data(this.low())),this.axis.d3Scale.clamp(!0),this.brush.x(this.axis.d3Scale),this.brushg.call(this.brush.extent(this.allowRange()?this.data():[this.data(),this.data()]));var r=this.sliderElement.node().getBBox();this.sliderElement.attr("transform","translate("+-this.width()/2+", "+-(r.y+r.height/2)+")")},a.prototype.brushstart=function(e,i){t.event&&t.event.sourceEvent&&t.event.sourceEvent.stopPropagation()},a.prototype.brushmove=function(e,i){if(t.event&&t.event.sourceEvent&&(t.event.sourceEvent.stopPropagation(),!this.allowRange())){var s=this.axis.invert(t.mouse(i)[0]);t.select(i).call(this.brush.extent([s,s]))}},a.prototype.brushend=function(e,i){if(t.event&&t.event.sourceEvent)if(t.event.sourceEvent.stopPropagation(),this.allowRange()){var s=this.brush.extent();s[0]=this.nearestStep(s[0]),s[1]=this.nearestStep(s[1]),t.select(i).call(this.brush.extent(s)),this.newSelection(this.axis.parseInvert(s[0]),this.axis.parseInvert(s[1]))}else{var o=this.nearestStep(this.axis.invert(t.mouse(i)[0]));t.select(i).call(this.brush.extent([o,o])),this.value(this.axis.parseInvert(o)),this._click()}},a.prototype.nearestStep=function(t){switch(this.type()){case"time":return t;default:return+this.axis.parse(this.low())+Math.round((t-+this.axis.parse(this.low()))/+this.step())*+this.step()}},a.prototype.handlePath=function(t,e){var i=+("e"===t),s=i?1:-1,o=this.allowRange()?.5:0,a=18,r="M"+o*s+","+a+"A6,6 0 0 "+i+" "+6.5*s+","+(a+6)+"V"+(2*a-6)+"A6,6 0 0 "+i+" "+o*s+","+2*a;return r+=this.allowRange()?"ZM"+2.5*s+","+(a+8)+"V"+(2*a-8)+"M"+4.5*s+","+(a+8)+"V"+(2*a-8):"M"+1*s+","+(a+8)+"V"+(2*a-8)},a.prototype._click=function(){if(this.selectionLabel()){var t={};t[this.selectionLabel()]=this.data(),this.click(t)}else this.click(this.data())},a.prototype.newSelection=function(t,e){console.log("newSelection: "+t+", "+e)},a}); \ No newline at end of file diff --git a/dist-amd/form/TextArea.js b/dist-amd/form/TextArea.js new file mode 100644 index 0000000000..e810a4eeb0 --- /dev/null +++ b/dist-amd/form/TextArea.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Input"],e):t.form_TextArea=e(t.d3,t.form_Input)}(this,function(t,e){function o(){e.call(this),this._tag="div",this.type("textarea")}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_TextArea",o.prototype.publish("rows",null,"number","Rows",null,{optional:!0}),o.prototype.publish("cols",null,"number","Columns",null,{optional:!0}),o.prototype.publish("wrap","off","set","Wrap",["off","on"]),o.prototype.publish("minHeight",null,"number","Minimum Height",null,{optional:!0}),o.prototype.publish("spellcheck",null,"boolean","Input spell checking",{optional:!0}),o.prototype.enter=function(t,o){e.prototype.enter.apply(this,arguments)},o.prototype.calcHeight=function(){return Math.max(this.minHeight_exists()?this.minHeight():0,this.height())},o.prototype.update=function(t,o){e.prototype.update.apply(this,arguments),this._inputElement[0].attr("rows",this.rows()).attr("cols",this.cols()).attr("wrap",this.wrap()).attr("spellcheck",this.spellcheck()).style("height",this.calcHeight()+"px")},o}); \ No newline at end of file diff --git a/dist-amd/google/Area.js b/dist-amd/google/Area.js new file mode 100644 index 0000000000..c00735921f --- /dev/null +++ b/dist-amd/google/Area.js @@ -0,0 +1 @@ +!function(i,e){"function"==typeof define&&define.amd?define(["d3","./CommonND"],e):i.google_Area=e(i.d3,i.google_CommonND)}(this,function(i,e){function t(){e.call(this),this._chartType="AreaChart"}return t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.prototype._class+=" google_Area",t.prototype.publish("stacked",!1,"boolean","Stacks The Elements In A Series",null,{tags:["Advanced","Shared"]}),t.prototype.publish("fillOpacity",null,"number","Opacity of The Fill Color",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),t.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),t.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),t.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),t.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),t.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),t.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("smoothLines",!0,"boolean","Causes chart data lines to draw smoothly",null,{tags:["Basic"]}),t.prototype.publish("dataOpacity",1,"number","Transparency of Data Points",null,{tags:["Advanced"]}),t.prototype.publish("selectionMode","single","set","Select Multiple Data Points",["single","multiple"],{tags:["Advanced"]}),t.prototype.publish("xAxisBaseline",null,"number","The Baseline For The Horizontal Axis",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisBaseline",null,"number","The Vaseline For The Verical Axis",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisInversed",!1,"boolean","The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}),t.prototype.publish("yAxisInversed",!1,"boolean","The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}),t.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),t.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),t.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),t.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),t.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),t.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),t.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),t.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),t.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),t.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),t.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),t.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),t.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("xAxisMaxAlternation",2,"number","Maximum Number of Levels of Horizontal Axis Text",null,{tags:["Advanced"]}),t.prototype.publish("xAxisMaxTextLines",null,"number","Maximum Number of Lines Allowed For the Text Labels",null,{tags:["Advanced"]}),t.prototype.publish("xAxisMinTextSpacing",null,"number","Minimum Horizontal Spacing, In Pixels, Allowed Between Two Adjacent Text Labels",null,{tags:["Advanced"]}),t.prototype.getChartOptions=function(){var i=e.prototype.getChartOptions.apply(this,arguments);return i.selectionMode=this.selectionMode(),i.dataOpacity=this.dataOpacity(),i.isStacked=this.stacked(),i.areaOpacity=this.fillOpacity(),i.hAxis={},i.vAxis={},i.hAxis.baseline=this.xAxisBaseline(),i.hAxis.baselineColor=this.xAxisBaselineColor(),i.hAxis.direction=this.xAxisInversed()?-1:1,i.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},i.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},i.hAxis.logScale=this.xAxisLogScale(),i.hAxis.textPosition=this.xAxisTextPosition(),i.hAxis.title=this.xAxisTitle(),i.hAxis.minValue=this.xAxisMinValue(),i.hAxis.maxValue=this.xAxisMaxValue(),i.hAxis.slantedText=0!==this.xAxisLabelRotation(),i.hAxis.slantedTextAngle=this.xAxisLabelRotation(),i.hAxis.maxAlternation=this.xAxisMaxAlternation(),i.hAxis.maxTextLines=this.xAxisMaxTextLines(),i.hAxis.minTextSpacing=this.xAxisMinTextSpacing(),this.xAxisFormatType()&&(i.hAxis.format=this.xAxisFormatType()),i.hAxis.textStyle={color:this.xAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(i.hAxis.ticks=this.xAxisTicks()),i.hAxis.titleTextStyle={color:this.xAxisTitleFontColor(),fontName:this.xAxisTitleFontFamily(),fontSize:this.xAxisTitleFontSize()},i.hAxis.viewWindowMode=this.xAxisViewWindowMode(),i.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},i.vAxis.baseline=this.yAxisBaseline(),i.vAxis.baselineColor=this.yAxisBaselineColor(),i.vAxis.direction=this.yAxisInversed()?-1:1,i.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},i.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},i.vAxis.logScale=this.yAxisLogScale(),i.vAxis.textPosition=this.yAxisTextPosition(),i.vAxis.title=this.yAxisTitle(),i.vAxis.minValue=this.yAxisMinValue(),i.vAxis.maxValue=this.yAxisMaxValue(),this.yAxisFormatType()&&(i.vAxis.format=this.yAxisFormatType()),i.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(i.vAxis.ticks=this.yAxisTicks()),i.vAxis.titleTextStyle={color:this.yAxisTitleFontColor(),fontName:this.yAxisTitleFontFamily(),fontSize:this.yAxisTitleFontSize()},i.vAxis.viewWindowMode=this.yAxisViewWindowMode(),i.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},this.smoothLines()&&(i.curveType="function"),i},t.prototype.enter=function(i,t){e.prototype.enter.apply(this,arguments)},t.prototype.update=function(i,t){e.prototype.update.apply(this,arguments)},t}); \ No newline at end of file diff --git a/dist-amd/google/Bar.css b/dist-amd/google/Bar.css new file mode 100644 index 0000000000..e69de29bb2 diff --git a/dist-amd/google/Bar.js b/dist-amd/google/Bar.js new file mode 100644 index 0000000000..a5e7045faa --- /dev/null +++ b/dist-amd/google/Bar.js @@ -0,0 +1 @@ +!function(o,t){"function"==typeof define&&define.amd?define(["d3","./Column"],t):o.google_Bar=t(o.d3,o.google_Column)}(this,function(o,t){function e(){t.call(this),this._chartType="BarChart"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" google_Bar",e}); \ No newline at end of file diff --git a/dist-amd/google/Column.css b/dist-amd/google/Column.css new file mode 100644 index 0000000000..e69de29bb2 diff --git a/dist-amd/google/Column.js b/dist-amd/google/Column.js new file mode 100644 index 0000000000..ba6ebe592b --- /dev/null +++ b/dist-amd/google/Column.js @@ -0,0 +1 @@ +!function(i,e){"function"==typeof define&&define.amd?define(["d3","./CommonND"],e):i.google_Column=e(i.d3,i.google_CommonND)}(this,function(i,e){function t(){e.call(this),this._chartType="ColumnChart"}return t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.prototype._class+=" google_Column",t.prototype.publish("stacked",!1,"boolean","Stacks the elements in a series",null,{tags:["Advanced","Shared"]}),t.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),t.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),t.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),t.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),t.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),t.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),t.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("groupWidth","","string","The width of a group of bars, Percent or Pixels",null,{tags:["Advanced"]}),t.prototype.publish("dataOpacity",1,"number","Transparency of Data Points",null,{tags:["Advanced"]}),t.prototype.publish("xAxisBaseline",null,"number","Specifies the color of the baseline for the horizontal axis",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisBaseline",null,"number","Specifies the color of the baseline for the vertical axis",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisInversed",!1,"boolean","The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}),t.prototype.publish("yAxisInversed",!1,"boolean","The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}),t.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),t.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),t.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),t.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),t.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),t.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),t.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),t.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),t.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),t.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),t.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),t.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),t.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),t.prototype.getChartOptions=function(){var i=e.prototype.getChartOptions.apply(this,arguments);return i.dataOpacity=this.dataOpacity(),i.isStacked=this.stacked(),i.bar={groupWidth:this.groupWidth()},i.hAxis={},i.vAxis={},i.hAxis.baseline=this.xAxisBaseline(),i.hAxis.baselineColor=this.xAxisBaselineColor(),i.hAxis.direction=this.xAxisInversed()?-1:1,i.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},i.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},i.hAxis.logScale=this.xAxisLogScale(),i.hAxis.textPosition=this.xAxisTextPosition(),i.hAxis.title=this.xAxisTitle(),i.hAxis.minValue=this.xAxisMinValue(),i.hAxis.maxValue=this.xAxisMaxValue(),i.hAxis.slantedText=0!==this.xAxisLabelRotation(),i.hAxis.slantedTextAngle=this.xAxisLabelRotation(),this.xAxisFormatType()&&(i.hAxis.format=this.xAxisFormatType()),i.hAxis.textStyle={color:this.xAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(i.hAxis.ticks=this.xAxisTicks()),i.hAxis.titleTextStyle={color:this.xAxisTitleFontColor(),fontName:this.xAxisTitleFontFamily(),fontSize:this.xAxisTitleFontSize()},i.hAxis.viewWindowMode=this.xAxisViewWindowMode(),i.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},i.vAxis.baseline=this.yAxisBaseline(),i.vAxis.baselineColor=this.yAxisBaselineColor(),i.vAxis.direction=this.yAxisInversed()?-1:1,i.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},i.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},i.vAxis.logScale=this.yAxisLogScale(),i.vAxis.textPosition=this.yAxisTextPosition(),i.vAxis.title=this.yAxisTitle(),i.vAxis.minValue=this.yAxisMinValue(),i.vAxis.maxValue=this.yAxisMaxValue(),this.yAxisFormatType()&&(i.vAxis.format=this.yAxisFormatType()),i.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(i.vAxis.ticks=this.yAxisTicks()),i.vAxis.titleTextStyle={color:this.yAxisTitleFontColor(),fontName:this.yAxisTitleFontFamily(),fontSize:this.yAxisTitleFontSize()},i.vAxis.viewWindowMode=this.yAxisViewWindowMode(),i.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},i},t.prototype.enter=function(i,t){e.prototype.enter.apply(this,arguments)},t.prototype.update=function(i,t){e.prototype.update.apply(this,arguments)},t}); \ No newline at end of file diff --git a/dist-amd/google/Combo.js b/dist-amd/google/Combo.js new file mode 100644 index 0000000000..e742d55ae5 --- /dev/null +++ b/dist-amd/google/Combo.js @@ -0,0 +1 @@ +!function(e,i){"function"==typeof define&&define.amd?define(["d3","./CommonND"],i):e.google_Combo=i(e.d3,e.google_CommonND)}(this,function(e,i){function t(){i.call(this),this._chartType="ComboChart"}return t.prototype=Object.create(i.prototype),t.prototype.constructor=t,t.prototype._class+=" google_Combo",t.prototype.publish("defaultseriesType","bars","set","The default type for the series (columns) in the chart (line, area or bars)",["line","area","bars"],{tags:["Basic","Shared"]}),t.prototype.publish("types",[],"array","Array of chart types (ex:bar|line|spline|area|area-spline|step|area-step|scatter)",null,{tags:["Basic"]}),t.prototype.publish("stacked",!1,"boolean","Stacks the elements in a series",null,{tags:["Basic","Shared"]}),t.prototype.publish("lineWidth",null,"number","The width of the lines in the chart. Set to '0' to show only the points",null,{tags:["Basic","Shared"]}),t.prototype.publish("lineDashStyle",[],"array","Line Dash Style",null,{tags:["Advanced","Shared"]}),t.prototype.publish("curveType","none","set","Causes chart data lines to draw smoothly",["none","function"],{tags:["Basic","Shared"]}),t.prototype.publish("pointSize",null,"number","Diameter of displayed points in pixels",null,{tags:["Private"]}),t.prototype.publish("pointShape","circle","set","The shape of individual data elements",["circle","triangle","square","diamond","star","polygon"],{tags:["Advanced"]}),t.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),t.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),t.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),t.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),t.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),t.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),t.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("groupWidth","","string","The width of a group of Combos, Percent or Pixels",null,{tags:["Advanced"]}),t.prototype.publish("dataOpacity",1,"number","Transparency of Data Points",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisBaseline",null,"number","Specifies the color of the baseline for the horizontal axis",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisBaseline",null,"number","Specifies the color of the baseline for the vertical axis",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisInversed",!1,"boolean","The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}),t.prototype.publish("yAxisInversed",!1,"boolean","The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}),t.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),t.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),t.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),t.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),t.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),t.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),t.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),t.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),t.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),t.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),t.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),t.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),t.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),t.prototype.getChartOptions=function(){var e=i.prototype.getChartOptions.apply(this,arguments),t={};return this.types().forEach(function(e,i){t[i]={type:e}}),e.seriesType=this.defaultseriesType(),e.series=t,e.dataOpacity=this.dataOpacity(),e.isStacked=this.stacked(),e.lineWidth=this.lineWidth(),e.lineDashStyle=this.lineDashStyle(),e.curveType=this.curveType(),e.pointSize=this.pointSize(),e.pointShape=this.pointShape(),e.bar={groupWidth:this.groupWidth()},e.hAxis={},e.vAxis={},e.hAxis.baseline=this.xAxisBaseline(),e.hAxis.baselineColor=this.xAxisBaselineColor(),e.hAxis.direction=this.xAxisInversed()?-1:1,e.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},e.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},e.hAxis.logScale=this.xAxisLogScale(),e.hAxis.textPosition=this.xAxisTextPosition(),e.hAxis.title=this.xAxisTitle(),e.hAxis.minValue=this.xAxisMinValue(),e.hAxis.maxValue=this.xAxisMaxValue(),e.hAxis.slantedText=0!==this.xAxisLabelRotation(),e.hAxis.slantedTextAngle=this.xAxisLabelRotation(),e.hAxis.format=this.xAxisFormatType(),e.hAxis.textStyle={color:this.xAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(e.hAxis.ticks=this.xAxisTicks()),e.hAxis.titleTextStyle={color:this.xAxisTitleFontColor(),fontName:this.xAxisTitleFontFamily(),fontSize:this.xAxisTitleFontSize()},e.hAxis.viewWindowMode=this.xAxisViewWindowMode(),e.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},e.vAxis.baseline=this.yAxisBaseline(),e.vAxis.baselineColor=this.yAxisBaselineColor(),e.vAxis.direction=this.yAxisInversed()?-1:1,e.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},e.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},e.vAxis.logScale=this.yAxisLogScale(),e.vAxis.textPosition=this.yAxisTextPosition(),e.vAxis.title=this.yAxisTitle(),e.vAxis.minValue=this.yAxisMinValue(),e.vAxis.maxValue=this.yAxisMaxValue(),e.vAxis.format=this.yAxisFormatType(),e.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(e.vAxis.ticks=this.yAxisTicks()),e.vAxis.titleTextStyle={color:this.yAxisTitleFontColor(),fontName:this.yAxisTitleFontFamily(),fontSize:this.yAxisTitleFontSize()},e.vAxis.viewWindowMode=this.yAxisViewWindowMode(),e.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},e},t.prototype.enter=function(e,t){i.prototype.enter.apply(this,arguments)},t.prototype.update=function(e,t){i.prototype.update.apply(this,arguments)},t}); \ No newline at end of file diff --git a/dist-amd/google/Common.js b/dist-amd/google/Common.js new file mode 100644 index 0000000000..60c957241c --- /dev/null +++ b/dist-amd/google/Common.js @@ -0,0 +1 @@ +!function(t,o){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","goog!visualization,1,packages:[corechart]"],o):t.google_Common=o(t.d3,t.common_HTMLWidget)}(this,function(t,o){function e(t){o.call(this),this._tag="div",this._chartLibrary="visualization",this._selection={}}return e.prototype=Object.create(o.prototype),e.prototype.constructor=e,e.prototype._class+=" google_Common",e.prototype.publish("fontSize",null,"number","Font Size",null,{tags:["Basic","Shared"]}),e.prototype.publish("fontFamily",null,"string","Font Name",null,{tags:["Basic","Shared"]}),e.prototype.publish("fontColor",null,"html-color","Font Color",null,{tags:["Basic","Shared"]}),e.prototype.publish("showLegend",!1,"boolean","Show Legend",null,{tags:["Basic","Shared"]}),e.prototype.publish("legendFontColor",null,"html-color","Legend Font Color",null,{tags:["Private"]}),e.prototype.publish("legendFontFamily",null,"string","Legend Font Name",null,{tags:["Private"]}),e.prototype.publish("legendFontSize",null,"number","Legend Font Size",null,{tags:["Private"]}),e.prototype.publish("legendFontBold",!1,"boolean","Legend Font Bold",null,{tags:["Private"]}),e.prototype.publish("legendFontItalic",!1,"boolean","Legend Font Italic",null,{tags:["Private"]}),e.prototype.publish("chartAreaWidth",null,"string","Chart Area Width",null,{tags:["Advanced"]}),e.prototype.publish("chartAreaHeight",null,"string","Chart Area Height",null,{tags:["Advanced"]}),e.prototype.publish("chartAreaTop",null,"string","Chart Area Distance From Top",null,{tags:["Advanced"]}),e.prototype.publish("chartAreaLeft",null,"string","Chart Area Distance From Left",null,{tags:["Advanced"]}),e.prototype.publish("legendAlignment","center","set","Legend Alignment",["","start","center","end"],{tags:["Private"]}),e.prototype.publish("legendPosition","right","set","Legend Position",["","bottom","labeled","left","right","top"],{tags:["Private"]}),e.prototype.publish("animationDuration",0,"number","Animation Duration",null,{tags:["Advanced"]}),e.prototype.publish("animationOnStartup",!0,"boolean","Animate On Startup",null,{tags:["Advanced"]}),e.prototype.publish("animationEasing","linear","set","Animation Easing",["linear","in","out","inAndOut"],{tags:["Advanced"]}),e.prototype.publish("title","","string","Text To Display Above The Chart",null,{tags:["Private"]}),e.prototype.publish("titlePosition","out","set","Position of Title",["in","out","none"],{tags:["Private"]}),e.prototype.publish("backgroundColorStroke",null,"html-color","Background Border Color",null,{tags:["Advanced","Shared"]}),e.prototype.publish("backgroundColorStrokeWidth",0,"number","Background Border Width",null,{tags:["Advanced","Shared"]}),e.prototype.publish("backgroundColorFill","transparent","html-color","Background Color",null,{tags:["Advanced","Shared"]}),e.prototype.formatData=function(){var t=null;return t=this.data().length?[this.columns()].concat(this.data().map(function(t,o){return t.map(function(t,e){return e>0?(isNaN(t)&&console.log("Invalid Data: "+t+" ("+o+", "+e+")"),parseFloat(t)):t})})):[["",{role:"annotation"}],["",""]],google.visualization.arrayToDataTable(t)},e.prototype.getChartOptions=function(){var t=this.columns().filter(function(t,o){return o>0}).map(function(t){return this._palette(t)},this),o={backgroundColor:{stroke:this.backgroundColorStroke(),strokeWidth:this.backgroundColorStrokeWidth(),fill:this.backgroundColorFill()},width:this.width(),height:this.height(),colors:t,fontSize:this.fontSize(),fontName:this.fontFamily(),fontColor:this.fontColor(),title:this.title(),titlePosition:this.titlePosition(),chartArea:{width:this.chartAreaWidth(),height:this.chartAreaHeight(),left:this.chartAreaLeft(),top:this.chartAreaTop()},animation:{duration:this.animationDuration(),startup:this.animationOnStartup(),easing:this.animationEasing()},legend:{alignment:this.legendAlignment(),position:this.showLegend()?this.legendPosition():"none",maxLines:2,textStyle:{color:this.legendFontColor(),fontName:this.legendFontFamily(),fontSize:this.legendFontSize(),bold:this.legendFontBold(),italic:this.legendFontItalic()}}};return o},e.prototype.getNumSeries=function(){return this.columns().slice(1).length},e.prototype.enter=function(t,e){o.prototype.enter.apply(this,arguments),e.style("overflow","hidden")},e.prototype.init=function(t,o){if(!this._chart){this._chart=new google[this._chartLibrary][this._chartType](t);var e=this;google.visualization.events.addListener(this._chart,"select",function(){var t=e._chart.getSelection()[0];t?e._selection={data:e.rowToObj(e.data()[t.row]),column:e.columns()[t.column]||null}:e._selection={data:{},column:null},e.click(e._selection.data,e._selection.column,0!==Object.keys(e._selection.data).length)})}},e.prototype.kill=function(t,o){this._chart&&(google.visualization.events.removeAllListeners(this._chart),o.html(""),delete this._chart)},e.prototype.update=function(t,e){o.prototype.update.apply(this,arguments),this.data().length&&this.columns().length?(this.init(t,e),this._chart.draw(this.formatData(),this.getChartOptions())):this.kill(t,e)},e}); \ No newline at end of file diff --git a/dist-amd/google/Common2D.js b/dist-amd/google/Common2D.js new file mode 100644 index 0000000000..fba1a80b87 --- /dev/null +++ b/dist-amd/google/Common2D.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../google/Common","../api/I2DChart"],e):t.google_Common2D=e(t.d3,t.google_Common,t.api_I2DChart)}(this,function(t,e,o){function p(){e.call(this),o.call(this)}function a(t){for(var e=[],o=0;t>o;o++)e.push({});return e}return p.prototype=Object.create(e.prototype),p.prototype.constructor=p,p.prototype._class+=" google_Common2D",p.prototype["implements"](o.prototype),p.prototype.publish("paletteID","default","set","Palette ID",p.prototype._palette["switch"](),{tags:["Basic","Shared"]}),p.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),p.prototype.getChartOptions=function(){var t=e.prototype.getChartOptions.call(this);return t.series=a(this.getNumSeries()),t.axes={},t},p.prototype.update=function(t,o){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),e.prototype.update.apply(this,arguments)},p}); \ No newline at end of file diff --git a/dist-amd/google/CommonND.js b/dist-amd/google/CommonND.js new file mode 100644 index 0000000000..497b39614b --- /dev/null +++ b/dist-amd/google/CommonND.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../google/Common","../api/INDChart"],e):t.google_CommonND=e(t.d3,t.google_Common,t.api_INDChart)}(this,function(t,e,o){function p(){e.call(this),o.call(this)}function a(t){for(var e=[],o=0;t>o;o++)e.push({});return e}return p.prototype=Object.create(e.prototype),p.prototype.constructor=p,p.prototype._class+=" google_CommonND",p.prototype["implements"](o.prototype),p.prototype.publish("paletteID","default","set","Palette ID",p.prototype._palette["switch"](),{tags:["Basic","Shared"]}),p.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),p.prototype.getChartOptions=function(){var t=e.prototype.getChartOptions.call(this);return t.series=a(this.getNumSeries()),t.axes={},t},p.prototype.update=function(t,o){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),e.prototype.update.apply(this,arguments)},p}); \ No newline at end of file diff --git a/dist-amd/google/Line.css b/dist-amd/google/Line.css new file mode 100644 index 0000000000..e69de29bb2 diff --git a/dist-amd/google/Line.js b/dist-amd/google/Line.js new file mode 100644 index 0000000000..c552d0b9fd --- /dev/null +++ b/dist-amd/google/Line.js @@ -0,0 +1 @@ +!function(i,e){"function"==typeof define&&define.amd?define(["d3","./CommonND"],e):i.google_Line=e(i.d3,i.google_CommonND)}(this,function(i,e){function t(){e.call(this),this._chartType="LineChart"}return t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.prototype._class+=" google_Line",t.prototype.publish("lineWidth",2,"number","Line Width",null,{tags:["Basic","Shared"]}),t.prototype.publish("lineDashStyle",[],"array","Line Dash Style",null,{tags:["Advanced","Shared"]}),t.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),t.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),t.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),t.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),t.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),t.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),t.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),t.prototype.publish("smoothLines",!1,"boolean","Causes chart data lines to draw smoothly",null,{tags:["Basic","Shared"]}),t.prototype.publish("orientation","horizontal","set","Line Dash Style",["horizontal","vertical"],{tags:["Advanced"]}),t.prototype.publish("pointSize",[],"array","Diameter of displayed points in pixels",null,{tags:["Private"]}),t.prototype.publish("pointShape",[],"array","The shape of individual data elements",null,{tags:["Advanced"]}),t.prototype.publish("xAxisBaseline",null,"number","Specifies the color of the baseline for the horizontal axis",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisBaseline",null,"number","Specifies the color of the baseline for the vertical axis",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisInversed",!1,"boolean","The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}),t.prototype.publish("yAxisInversed",!1,"boolean","The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}),t.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),t.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),t.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),t.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),t.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),t.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),t.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),t.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),t.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),t.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),t.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),t.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),t.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),t.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),t.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),t.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),t.prototype.publish("xAxisMaxTextLines",null,"number","Maximum number of lines allowed for the text labels",null,{tags:["Advanced"]}),t.prototype.publish("xAxisMaxAlternation",2,"number","Maximum number of levels of horizontal axis text",null,{tags:["Advanced"]}),t.prototype.publish("xAxisMinTextSpacing",null,"number","Minimum horizontal spacing, in pixels, allowed between two adjacent text labels",null,{tags:["Advanced"]}),t.prototype.getChartOptions=function(){var i=e.prototype.getChartOptions.apply(this,arguments);return i.lineWidth=this.lineWidth(),i.lineDashStyle=this.lineDashStyle(),i.orientation=this.orientation(),i.pointShape=this.pointShape(),i.pointSize=this.pointSize(),i.hAxis={},i.vAxis={},i.hAxis.baseline=this.xAxisBaseline(),i.hAxis.baselineColor=this.xAxisBaselineColor(),i.hAxis.direction=this.xAxisInversed()?-1:1,i.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},i.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},i.hAxis.logScale=this.xAxisLogScale(),i.hAxis.textPosition=this.xAxisTextPosition(),i.hAxis.title=this.xAxisTitle(),i.hAxis.minValue=this.xAxisMinValue(),i.hAxis.maxValue=this.xAxisMaxValue(),i.hAxis.slantedText=0!==this.xAxisLabelRotation(),i.hAxis.slantedTextAngle=this.xAxisLabelRotation(),i.hAxis.maxAlternation=this.xAxisMaxAlternation(),i.hAxis.maxTextLines=this.xAxisMaxTextLines(),i.hAxis.minTextSpacing=this.xAxisMinTextSpacing(),this.xAxisFormatType()&&(i.hAxis.format=this.xAxisFormatType()),i.hAxis.textStyle={color:this.xAxisFontColor()?this.xAxisFontColor():this.fontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(i.hAxis.ticks=this.xAxisTicks()),i.hAxis.titleTextStyle={color:this.xAxisTitleFontColor()?this.xAxisTitleFontColor():this.fontColor(),fontName:this.xAxisTitleFontFamily()?this.xAxisTitleFontFamily():this.fontFamily(),fontSize:this.xAxisTitleFontSize()?this.xAxisTitleFontSize():this.fontSize()},i.hAxis.viewWindowMode=this.xAxisViewWindowMode(),i.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},i.vAxis.baseline=this.yAxisBaseline(),i.vAxis.baselineColor=this.yAxisBaselineColor(),i.vAxis.direction=this.yAxisInversed()?-1:1,i.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},i.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},i.vAxis.logScale=this.yAxisLogScale(),i.vAxis.textPosition=this.yAxisTextPosition(),i.vAxis.title=this.yAxisTitle(),i.vAxis.minValue=this.yAxisMinValue(),i.vAxis.maxValue=this.yAxisMaxValue(),this.yAxisFormatType()&&(i.vAxis.format=this.yAxisFormatType()),i.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(i.vAxis.ticks=this.yAxisTicks()),i.vAxis.titleTextStyle={color:this.yAxisTitleFontColor()?this.yAxisTitleFontColor():this.fontColor(),fontName:this.yAxisTitleFontFamily()?this.yAxisTitleFontFamily():this.fontFamily(),fontSize:this.yAxisTitleFontSize()?this.yAxisTitleFontSize():this.fontSize()},i.vAxis.viewWindowMode=this.yAxisViewWindowMode(),i.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},this.lineDashStyle().forEach(function(e,t){"undefined"==typeof i.series[t]&&(i.series[t]={}),i.series[t].lineDashStyle=e}),this.pointShape().forEach(function(e,t){"undefined"==typeof i.series[t]&&(i.series[t]={}),i.series[t].pointShape=e}),this.pointSize().forEach(function(e,t){"undefined"==typeof i.series[t]&&(i.series[t]={}),i.series[t].pointSize=e}),this.smoothLines()&&(i.curveType="function"),i},t.prototype.enter=function(i,t){e.prototype.enter.apply(this,arguments)},t.prototype.update=function(i,t){e.prototype.update.apply(this,arguments)},t}); \ No newline at end of file diff --git a/dist-amd/google/Material.js b/dist-amd/google/Material.js new file mode 100644 index 0000000000..d9b4f970f3 --- /dev/null +++ b/dist-amd/google/Material.js @@ -0,0 +1 @@ +!function(o,t){"function"==typeof define&&define.amd?define(["d3","require","./CommonND"],t):o.google_Material=t(o.d3,o.require,o.google_CommonND)}(this,function(o,t,e){function n(){e.call(this)}function i(o,e,n){n=n||0;try{t([("https:"===document.location.protocol?"https:":"http:")+"//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js","goog!visualization,1.1,packages:["+o+"]"],function(){try{t(["./CommonND"],function(){e()})}catch(r){i(o,e,n+1)}})}catch(r){i(o,e,n+1)}}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" google_Material",n.prototype.render=function(o){var t=this,n=arguments;i(this._gType,function(){e.prototype.render.apply(t,n)})},n}); \ No newline at end of file diff --git a/dist-amd/google/MaterialBar.js b/dist-amd/google/MaterialBar.js new file mode 100644 index 0000000000..34ee45ca9f --- /dev/null +++ b/dist-amd/google/MaterialBar.js @@ -0,0 +1 @@ +!function(t,r){"function"==typeof define&&define.amd?define(["./Material"],r):t.google_MaterialBar=r(t.google_Material)}(this,function(t){function r(){t.call(this),this._chartType="Bar",this._gType="Bar",this._chartLibrary="charts"}return r.prototype=Object.create(t.prototype),r.prototype.constructor=r,r.prototype._class+=" google_MaterialBar",r.prototype.getChartOptions=function(){var r=t.prototype.getChartOptions.apply(this,arguments);return r.bars="horizontal",r},r}); \ No newline at end of file diff --git a/dist-amd/google/MaterialGantt.js b/dist-amd/google/MaterialGantt.js new file mode 100644 index 0000000000..30a66c9bcb --- /dev/null +++ b/dist-amd/google/MaterialGantt.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Material"],e):t.google_MaterialGantt=e(t.d3,t.google_Material)}(this,function(t,e){function a(){e.call(this),this._chartType="Gantt",this._gType="gantt",this._tag="div",this._data_google=[],this._selection={}}return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" google_MaterialGantt",a.prototype.publish("backgroundColor","#ffffff","html-color","The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00'.",null,{tags:["Basic"]}),a.prototype.publish("arrowAngle",45,"number","Angle of the head of the arrows connecting tasks.",null,{tags:["Basic"]}),a.prototype.publish("arrowColor","#000000","html-color","Color of the path arrow.",null,{tags:["Basic"]}),a.prototype.publish("arrowLength",8,"number","Length of the head of the path arrow.",null,{tags:["Basic"]}),a.prototype.publish("arrowRadius",15,"number","The radius for defining the curve of the arrow between two tasks.",null,{tags:["Basic"]}),a.prototype.publish("arrowSpaceAfter",4,"number","The amount of whitespace between the head of an arrow and the task to which it points.",null,{tags:["Basic"]}),a.prototype.publish("arrowWidth",1.4,"number","The width of the arrows.",null,{tags:["Basic"]}),a.prototype.publish("barCornerRadius",null,"number","The radius for defining the curve of a bar's corners.",null,{tags:["Basic"]}),a.prototype.publish("barHeight",null,"number","The height of the bars for tasks.",null,{tags:["Basic"]}),a.prototype.publish("criticalPathEnabled",!0,"boolean","If true any arrows on the critical path will be styled differently.",null,{tags:["Basic"]}),a.prototype.publish("criticalPathColor","#ff0000","html-color","The color of any critical path arrows.",null,{tags:["Basic"]}),a.prototype.publish("criticalPathStrokeWidth",2,"number","The color of any critical path arrows.",null,{tags:["Basic"]}),a.prototype.publish("datePattern","%Y-%m-%d","string","Format for the date columns",null,{tags:["Basic"]}),a.prototype.publish("defaultStartDate",null,"number","If the start date cannot be computed from the values in the DataTable, the start date will be set to this. Accepts a date value (new Date(YYYY, M, D)) or a number, which is the number of milliseconds to use.",null,{tags:["Basic"]}),a.prototype.publish("durationUnit","day","set","Units of the duration, day, hour, minute, second, millisecons",["day","hour","minute","second","millisecond"],{tags:["Basic"]}),a.prototype.publish("innerGridLineColor",null,"html-color","The color of the inner horizontal grid lines.",null,{tags:["Basic"]}),a.prototype.publish("innerGridLineWidth",null,"number","The width of the inner horizontal grid lines.",null,{tags:["Basic"]}),a.prototype.publish("trackColor",null,"html-color","The fill color of the inner grid track.",null,{tags:["Basic"]}),a.prototype.publish("trackZebraColor","","html-color","The fill color of the alternate, dark inner grid track.",null,{tags:["Basic"]}),a.prototype.publish("labelMaxWidth",300,"number","The maximum amount of space allowed for each task label.",null,{tags:["Basic"]}),a.prototype.publish("percentEnabled",!0,"boolean","Fills the task bar based on the percentage completed for the task.",null,{tags:["Basic"]}),a.prototype.publish("percentFillColor",null,"html-color","The color of the percentage completed portion of a task bar.",null,{tags:["Basic"]}),a.prototype.publish("shadowEnabled",!0,"boolean","If set to true, draws a shadow under each task bar which has dependencies.",null,{tags:["Basic"]}),a.prototype.publish("shadowColor","#000000","html-color","Defines the color of the shadows under any task bar which has dependencies.",null,{tags:["Basic"]}),a.prototype.publish("shadowOffset",1,"number","Defines the offset, in pixels, of the shadows under any task bar which has dependencies.",null,{tags:["Basic"]}),a.prototype.publish("trackHeight",null,"number","The height of the tracks.",null,{tags:["Basic"]}),a.prototype.publish("xAxisHeight",50,"number","Height of the text area for the x-axis",null,{tags:["Basic"]}),a.prototype.publish("labelFontSize",null,"number","Label Font Size",null,{tags:["Basic","Shared"]}),a.prototype.publish("labelFontFamily",null,"string"," Label Font Name",null,{tags:["Basic","Shared"]}),a.prototype.getChartOptions=function(){var t=[];return t.height=this.height(),t.backgroundColor={fill:this.backgroundColor()},t.gantt={trackHeight:(this.height()-this.xAxisHeight())/this.data().length,arrow:{angle:this.arrowAngle(),color:this.arrowColor(),length:this.arrowLength(),radius:this.arrowRadius(),spaceAfter:this.arrowSpaceAfter(),width:this.arrowWidth()},barCornerRadius:this.barCornerRadius(),barHeight:this.barHeight(),criticalPathEnabled:this.criticalPathEnabled(),criticalPathStyle:{stroke:this.criticalPathColor(),strokeWidth:this.criticalPathStrokeWidth()},defaultStartDate:this.defaultStartDate(),innerGridHorizLine:{stroke:this.innerGridLineColor(),strokeWidth:this.innerGridLineWidth()},innerGridTrack:{fill:this.trackColor()},innerGridDarkTrack:{fill:this.trackZebraColor()},labelMaxWidth:this.labelMaxWidth(),labelStyle:{fontName:this.labelFontFamily(),fontSize:this.labelFontSize()},percentEnabled:this.percentEnabled(),percentStyle:{fill:this.percentFillColor()},shadowEnabled:this.shadowEnabled(),shadowColor:this.shadowColor(),shadowOffset:this.shadowOffset()},t},a.prototype.formatData=function(){var e=null;if(this.data().length){this._data_google=new google.visualization.DataTable,this._data_google.addColumn("string",this.columns()[0]),this._data_google.addColumn("string",this.columns()[3]),this._data_google.addColumn("string",this.columns()[4]),this._data_google.addColumn("date","Start"),this._data_google.addColumn("date","End"),this._data_google.addColumn("number",this.columns()[2]),this._data_google.addColumn("number",this.columns()[5]),this._data_google.addColumn("string",this.columns()[6]);var a=t.time.format(this.datePattern()).parse;e=this.data().map(function(t){var e=t[0],o=a(t[1][0]),r=a(t[1][1]),i=t[2]||r-o||null,l=t[3]||t[0],s=t[4],n=t[5],h=t[6];if(i)switch(this.durationUnit()){case"day":i*=864e5;break;case"hour":i*=36e5;break;case"minute":i*=6e4;break;case"second":i*=1e3}this._data_google.addRows([[l,e,s,o,r,i,n,h]])},this)}else e=[["",{role:"annotation"}],["",""]];return this._data_google},a}); \ No newline at end of file diff --git a/dist-amd/google/Pie.css b/dist-amd/google/Pie.css new file mode 100644 index 0000000000..e69de29bb2 diff --git a/dist-amd/google/Pie.js b/dist-amd/google/Pie.js new file mode 100644 index 0000000000..2194b5a113 --- /dev/null +++ b/dist-amd/google/Pie.js @@ -0,0 +1 @@ +!function(e,i){"function"==typeof define&&define.amd?define(["d3","./Common2D"],i):e.google_Pie=i(e.d3,e.google_Common2D)}(this,function(e,i){function t(){i.call(this),this._chartType="PieChart"}function l(e){for(var i=[],t=0;e>t;t++)i.push({});return i}return t.prototype=Object.create(i.prototype),t.prototype.constructor=t,t.prototype._class+=" google_Pie",t.prototype.publish("is3D",!1,"boolean","Enable 3D",null,{tags:["Basic","Shared"]}),t.prototype.publish("pieHole",0,"number","Pie Hole Size",null,{min:0,max:.9,step:.1,tags:["Intermediate"]}),t.prototype.publish("pieStartAngle",0,"number","Pie Start Angle",null,{tags:["Advanced"]}),t.prototype.publish("pieSliceText","percentage","set","The Content of The Text Displayed On The Slice",["none","label","value","percentage"],{tags:["Basic"]}),t.prototype.publish("pieSliceFontColor",null,"html-color","Specifies The Slice Text Style (Color)",null,{tags:["Basic"]}),t.prototype.publish("pieSliceFontFamily",null,"string","Specifies The Slice Text Style (Font Name)",null,{tags:["Basic"]}),t.prototype.publish("pieSliceFontSize",null,"number","Specifies The Slice Text Style (Font Size)",null,{tags:["Basic"]}),t.prototype.publish("pieSliceBorderColor",null,"html-color","The Color of The Slice Borders",null,{tags:["Intermediate"]}),t.prototype.publish("pieResidueSliceColor",null,"html-color","Color For The Combination Slice That Holds All Slices Below SliceVisibilityThreshold",null,{tags:["Advanced"]}),t.prototype.publish("pieResidueSliceLabel","Other","string","A Label For The combination Slice That Holds All Slices Below SliceVisibilityThreshold",null,{tags:["Advanced"]}),t.prototype.publish("sliceVisibilityThreshold",1/720,"number","The slice relative part, below which a slice will not show individually.",null,{tags:["Advanced"]}),t.prototype.publish("slicesOffset",[],"array","Per Slice Offset",null,{tags:["Advanced"]}),t.prototype.publish("slicesTextStyle",[],"array","Per Slice",null,{tags:["Private"]}),t.prototype.publish("slicesColor",[],"array","Per Slice Color",null,{tags:["Private"]}),t.prototype.getChartOptions=function(){var e=i.prototype.getChartOptions.apply(this,arguments);return e.colors=this.data().map(function(e){return this._palette(e[0])},this),e.is3D=this.is3D(),e.pieHole=this.pieHole(),e.pieStartAngle=this.pieStartAngle(),e.pieSliceText=this.pieSliceText(),e.pieSliceTextStyle={color:this.pieSliceFontColor(),fontName:this.pieSliceFontFamily(),fontSize:this.pieSliceFontSize()},e.pieSliceBorderColor=this.pieSliceBorderColor(),e.pieResidueSliceColor=this.pieResidueSliceColor(),e.pieResidueSliceLabel=this.pieResidueSliceLabel(),e.sliceVisibilityThreshold=this.sliceVisibilityThreshold(),e.slices=l(this.getNumSlices()),this.slicesColor().forEach(function(i,t){"undefined"==typeof e.slices[t]&&(e.slices[t]={}),e.slices[t].color=i}),this.slicesOffset().forEach(function(i,t){"undefined"==typeof e.slices[t]&&(e.slices[t]={}),e.slices[t].offset=i}),this.slicesTextStyle().forEach(function(i,t){"undefined"==typeof e.slices[t]&&(e.slices[t]={}),e.slices[t].textStyle=i}),e},t.prototype.getNumSlices=function(){return this.data().length},t.prototype.enter=function(e,t){i.prototype.enter.apply(this,arguments)},t.prototype.update=function(e,t){i.prototype.update.apply(this,arguments)},t}); \ No newline at end of file diff --git a/dist-amd/google/Scatter.js b/dist-amd/google/Scatter.js new file mode 100644 index 0000000000..b7b321efd9 --- /dev/null +++ b/dist-amd/google/Scatter.js @@ -0,0 +1 @@ +!function(e,i){"function"==typeof define&&define.amd?define(["d3","./CommonND","../common/HTMLWidget"],i):e.google_Scatter=i(e.d3,e.google_CommonND,e.common_HTMLWidget)}(this,function(e,i,t){function o(){i.call(this),this._chartType="ScatterChart"}return o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.prototype._class+=" google_Scatter",o.prototype.publish("aggregationTarget","auto","string","How multiple data selections are rolled up into tooltips: - Group selected data by x-value; - Group selected data by series; - Group selected data by x-value if all selections have the same x-value, and by series otherwise; - Show only one tooltip per selection. aggregationTarget will often be used in tandem with selectionMode and tooltip.trigger",null,{tags:["Basic"]}),o.prototype.publish("curveType","none","set","Controls the curve of the lines when the line width is not zero. Can be one of the following: - Straight lines without curve; - The angles of the line will be smoothed..",["none","function"],{tags:["Basic"]}),o.prototype.publish("pointShape","circle","set",'The shape of individual data elements: "circle", "triangle", "square", "diamond", "star", or "polygon".',["circle","triangle","square","diamond","star","polygon"],{tags:["Basic"]}),o.prototype.publish("pointSize",7,"number","Diameter of data points, in pixels. Use zero to hide all points.",null,{tags:["Basic"]}),o.prototype.publish("pointsVisible",!0,"boolean","Determines whether points will be displayed. Set to false to hide all points.",null,{tags:["Basic"]}),o.prototype.publish("selectionMode","single","set","When selectionMode is , users may select multiple data points.",["single","multiple"],{tags:["Basic"]}),o.prototype.publish("backgroundColor",null,"html-color","The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00', or an object with the following properties.",null,{tags:["Basic"]}),o.prototype.publish("dataOpacity",1,"number","The transparency of data points, with 1.0 being completely opaque and 0.0 fully transparent. This refers to the visible data (i.e. dots).",null,{tags:["Basic"]}),o.prototype.publish("tooltipIsHtml",!0,"boolean","Set to false to use SVG-rendered (rather than HTML-rendered) tooltips.",null,{tags:["Advanced"]}),o.prototype.publish("tooltipTrigger","focus","set","The user interaction that causes the tooltip to be displayed: - The tooltip will be displayed when the user hovers over the element; - The tooltip will not be displayed.",["none","focus","selection"],{tags:["Basic"]}),o.prototype.publish("crosshairTrigger","both","set","The crosshair color, expressed as either a color name (e.g., ) or an RGB value (e.g., '#adf').",["both","focus","selection"],{tags:["Basic"]}),o.prototype.publish("crosshairColor",null,"html-color","The crosshair color, expressed as either a color name (e.g., ) or an RGB value (e.g., '#adf').",null,{tags:["Basic"]}),o.prototype.publish("crosshairOpacity",.7,"number","The crosshair opacity, with 0.0 being fully transparent and 1.0 fully opaque.",null,{tags:["Basic"]}),o.prototype.publish("crosshairOrientation",null,"set","The crosshair orientation, which can be for vertical hairs only, for horizontal hairs only, or for traditional crosshairs.",["both","vertical","horizontal"],{tags:["Basic"]}),o.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),o.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),o.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),o.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),o.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),o.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),o.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),o.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}),o.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),o.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),o.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),o.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),o.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),o.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),o.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),o.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),o.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),o.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),o.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),o.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),o.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),o.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),o.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),o.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),o.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),o.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),o.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),o.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),o.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),o.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),o.prototype.getChartOptions=function(){var e=i.prototype.getChartOptions.apply(this,arguments);return e.aggregationTarget=this.aggregationTarget(),e.curveType=this.curveType(),e.pointShape=this.pointShape(),e.pointSize=this.pointSize(),e.pointsVisible=this.pointsVisible(),e.selectionMode=this.selectionMode(),e.backgroundColor=this.backgroundColor(),e.dataOpacity=this.dataOpacity(),e.tooltipIsHtml=this.tooltipIsHtml(),e.tooltipTrigger=this.tooltipTrigger(),e.crosshair={color:this.crosshairColor(),orientation:this.crosshairOrientation(),opacity:this.crosshairOpacity(),trigger:this.crosshairTrigger()},e.hAxis={},e.vAxis={},e.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},e.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},e.hAxis.logScale=this.xAxisLogScale(),e.hAxis.textPosition=this.xAxisTextPosition(),e.hAxis.minValue=this.xAxisMinValue(),e.hAxis.maxValue=this.xAxisMaxValue(),e.hAxis.slantedText=0!==this.xAxisLabelRotation(),e.hAxis.slantedTextAngle=this.xAxisLabelRotation(),this.xAxisFormatType()&&(e.hAxis.format=this.xAxisFormatType()),e.hAxis.textStyle={color:this.xAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(e.hAxis.ticks=this.xAxisTicks()),e.hAxis.titleTextStyle={color:this.xAxisTitleFontColor(),fontName:this.xAxisTitleFontFamily(),fontSize:this.xAxisTitleFontSize()},e.hAxis.viewWindowMode=this.xAxisViewWindowMode(),e.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},e.vAxis.baselineColor=this.yAxisBaselineColor(),e.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},e.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},e.vAxis.logScale=this.yAxisLogScale(),e.vAxis.textPosition=this.yAxisTextPosition(),e.vAxis.title=this.yAxisTitle(),e.vAxis.minValue=this.yAxisMinValue(),e.vAxis.maxValue=this.yAxisMaxValue(),this.yAxisFormatType()&&(e.vAxis.format=this.yAxisFormatType()),e.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(e.vAxis.ticks=this.yAxisTicks()),e.vAxis.titleTextStyle={color:this.yAxisTitleFontColor(),fontName:this.yAxisTitleFontFamily(),fontSize:this.yAxisTitleFontSize()},e.vAxis.viewWindowMode=this.yAxisViewWindowMode(),e.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},e},o.prototype.enter=function(e,t){i.prototype.enter.apply(this,arguments)},o.prototype.update=function(e,t){i.prototype.update.apply(this,arguments)},o}); \ No newline at end of file diff --git a/dist-amd/google/Timeline.js b/dist-amd/google/Timeline.js new file mode 100644 index 0000000000..b4b91cf62e --- /dev/null +++ b/dist-amd/google/Timeline.js @@ -0,0 +1 @@ +!function(e,t){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","goog!visualization,1,packages:[timeline]"],t):e.google_Timeline=t(e.d3,e.common_HTMLWidget)}(this,function(e,t){function o(){t.call(this),this._chartType="Timeline",this._tag="div",this._data_google=[],this._selection={}}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" google_Timeline",o.prototype.publish("tooltipIsHtml",!0,"boolean","Set to false to use SVG-rendered (rather than HTML-rendered) tooltips. See Customizing Tooltip Content for more details.",null,{tags:["Advanced"]}),o.prototype.publish("tooltipTrigger","focus","set","The user interaction that causes the tooltip to be displayed: focus - The tooltip will be displayed when the user hovers over the element; none - The tooltip will not be displayed.",["none","focus"],{tags:["Basic"]}),o.prototype.publish("backgroundColor",null,"html-color","The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00'.",null,{tags:["Basic"]}),o.prototype.publish("avoidOverlappingGridLines",!0,"boolean","Whether display elements (e.g., the bars in a timeline) should obscure grid lines. If false, grid lines may be covered completely by display elements. If true, display elements may be altered to keep grid lines visible.",null,{tags:["Basic"]}),o.prototype.publish("timelineColorByRowLabel",!1,"boolean","If set to true, colors every bar on the row the same. The default is to use one color per bar label.",null,{tags:["Basic"]}),o.prototype.publish("timelineGroupByRowLabel",!0,"boolean","If set to false, creates one row for every dataTable entry. The default is to collect bars with the same row label into one row.",null,{tags:["Basic"]}),o.prototype.publish("timelineShowBarLabels",!0,"boolean","If set to false, omits bar labels. The default is to show them.",null,{tags:["Basic"]}),o.prototype.publish("timelineShowRowLabels",!0,"boolean","If set to false, omits row labels. The default is to show them.",null,{tags:["Basic"]}),o.prototype.publish("timelineSingleColor",null,"html-color","Colors all bars the same. Specified as a hex value (e.g., '#8d8').",null,{tags:["Basic"]}),o.prototype.publish("timePattern","%Y-%m-%d","string","Time format of the data.",null,{tags:["Basic"]}),o.prototype.getChartOptions=function(){var e=[];return e.avoidOverlappingGridLines=this.avoidOverlappingGridLines(),e.backgroundColor=this.backgroundColor(),e.timelineColorByRowLabel=this.timelineColorByRowLabel(),e.timelineGroupByRowLabel=this.timelineGroupByRowLabel(),e.timelineShowBarLabels=this.timelineShowBarLabels(),e.timelineShowRowLabels=this.timelineShowRowLabels(),e.timelineSingleColor=this.timelineSingleColor(),e.tooltipIsHtml=this.tooltipIsHtml(),e.tooltipTrigger=this.tooltipTrigger(),e.width=this.width(),e.height=this.height(),e.timePattern=this.timePattern(),e},o.prototype.data=function(o){var i=t.prototype.data.apply(this,arguments);if(arguments.length){this._data_google=new google.visualization.DataTable,this._data_google.addColumn({type:"string",id:"Label A"}),this._data_google.addColumn({type:"string",id:"Label B"}),this._data_google.addColumn({type:"date",id:"start"}),this._data_google.addColumn({type:"date",id:"end"});var l,a,s=e.time.format(this.timePattern()).parse;o.forEach(function(e){l=s(e[2]),a=s(e[3]),this._data_google.addRows([[e[0],e[1],l,a]])},this)}return i},o.prototype.click=function(e,t,o){console.log("Click: "+JSON.stringify(e)+", "+t+", "+o)},o.prototype.enter=function(e,o){t.prototype.enter.apply(this,arguments),o.style("overflow","hidden"),this._chart=new google.visualization[this._chartType](e);var i=this;google.visualization.events.addListener(this._chart,"select",function(){var e=i._chart.getSelection()[0];i._selection={data:i.rowToObj(i.data()[e.row]||{}),column:i.columns()[e.column]||null},i.click(i._selection.data,i._selection.column,0!==Object.keys(i._selection).length)})},o.prototype.update=function(e,o){t.prototype.update.apply(this,arguments),this._chart.draw(this._data_google,this.getChartOptions())},o}); \ No newline at end of file diff --git a/dist-amd/google/TreeMap.js b/dist-amd/google/TreeMap.js new file mode 100644 index 0000000000..0f180efbba --- /dev/null +++ b/dist-amd/google/TreeMap.js @@ -0,0 +1 @@ +!function(e,o){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","goog!visualization,1,packages:[treemap]"],o):e.google_TreeMap=o(e.d3,e.common_HTMLWidget)}(this,function(e,o){function t(){o.call(this),this._chartType="TreeMapChart",this._data_google=[],this._tag="div",this.columns([]),this.data([]),this._selection={}}return t.prototype=Object.create(o.prototype),t.prototype.constructor=t,t.prototype._class+=" google_TreeMap",t.prototype.publish("headerColor",null,"html-color","The color of the header section for each node. Specify an HTML color value.",null,{tags:["Basic"]}),t.prototype.publish("headerHeight",0,"number","The height of the header section for each node, in pixels (can be zero).",null,{tags:["Basic"]}),t.prototype.publish("headerHighlightColor",null,"html-color","The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00', or an object with the following properties.",null,{tags:["Basic"]}),t.prototype.publish("hintOpacity",0,"number","When maxPostDepth is greater than 1, causing nodes below the current depth to be shown, hintOpacity specifies how transparent it should be. It should be between 0 and 1; the higher the value, the fainter the node.",null,{tags:["Intermediate"]}),t.prototype.publish("maxColor",null,"html-color","The color for a rectangle with a column 3 value of maxColorValue. Specify an HTML color value.",null,{tags:["Basic"]}),t.prototype.publish("maxDepth",1,"number","The maximum number of node levels to show in the current view. Levels will be flattened into the current plane. If your tree has more levels than this, you will have to go up or down to see them. You can additionally see maxPostDepth levels below this as shaded rectangles within these nodes.",null,{tags:["Intermediate"]}),t.prototype.publish("maxHighlightColor",null,"html-color","The highlight color to use for the node with the largest value in column 3. Specify an HTML color value or null; If null, this value will be the value of maxColor lightened by 35%",null,{tags:["Basic"]}),t.prototype.publish("maxPostDepth",0,"number","How many levels of nodes beyond maxDepth to show in fashion. Hinted nodes are shown as shaded rectangles within a node that is within the maxDepth limit.",null,{tags:["Advanced"]}),t.prototype.publish("maxColorValue",null,"number","The maximum value allowed in column 3. All values greater than this will be trimmed to this value. If set to null, it will be set to the max value in the column.",null,{tags:["Intermediate"]}),t.prototype.publish("midColor",null,"html-color","The color for a rectangle with a column 3 value midway between maxColorValue and minColorValue. Specify an HTML color value.",null,{tags:["Basic"]}),t.prototype.publish("midHighlightColor",null,"html-color","The highlight color to use for the node with a column 3 value near the median of minColorValue and maxColorValue. Specify an HTML color value or null; if null, this value will be the value of midColor lightened by 35%.",null,{tags:["Basic"]}),t.prototype.publish("minColor",null,"html-color","The color for a rectangle with the column 3 value of minColorValue. Specify an HTML color value.",null,{tags:["Basic"]}),t.prototype.publish("minHighlightColor",null,"html-color","The highlight color to use for the node with a column 3 value nearest to minColorValue. Specify an HTML color value or null; if null, this value will be the value of minColor lightened by 35%",null,{tags:["Basic"]}),t.prototype.publish("minColorValue",null,"number","The minimum value allowed in column 3. All values less than this will be trimmed to this value. If set to null, it will be calculated as the minimum value in the column.",{tags:["Basic"]}),t.prototype.publish("noColor",null,"html-color","The color to use for a rectangle when a node has no value for column 3, and that node is a leaf (or contains only leaves). Specify an HTML color value.",{tags:["Basic"]}),t.prototype.publish("noHighlightColor",null,"html-color","The color to use for a rectangle of color when highlighted. Specify an HTML color value or null; if null, this will be the value of noColor lightened by 35%.",null,{tags:["Basic"]}),t.prototype.publish("showScale",!0,"boolean","Whether or not to show a color gradient scale from minColor to maxColor along the top of the chart. Specify true to show the scale.",null,{tags:["Intermediate"]}),t.prototype.publish("showTooltips",!0,"boolean","Whether or not to show tooltips.",null,{tags:["Basic"]}),t.prototype.publish("useWeightedAverageForAggregation",!0,"boolean","Whether to use weighted averages for aggregation.",null,{tags:["Basic"]}),t.prototype.getChartOptions=function(){var e=[];e.headerColor=this.headerColor(),e.headerHeight=this.headerHeight(),e.headerHighlightColor=this.headerHighlightColor(),e.hintOpacity=this.hintOpacity(),e.maxColor=this.maxColor(),e.maxDepth=this.maxDepth(),e.maxHighlightColor=this.maxHighlightColor(),e.maxPostDepth=this.maxPostDepth(),e.maxColorValue=this.maxColorValue(),e.midColor=this.midColor(),e.midHighlightColor=this.midHighlightColor(),e.minColor=this.minColor(),e.minHighlightColor=this.minHighlightColor(),e.minColorValue=this.minColorValue(),e.noColor=this.noColor(),e.noHighlightColor=this.noHighlightColor(),e.showScale=this.showScale(),e.showTooltips=this.showTooltips(),e.useWeightedAverageForAggregation=this.useWeightedAverageForAggregation(),e.width=this.width(),e.height=this.height();var o=this;return e.generateTooltip=function(e,l,a){return t.prototype.defaultlTooltip.apply(o,arguments)},e},t.prototype.enter=function(e,t){o.prototype.enter.apply(this,arguments),t.style("overflow","hidden"),this._chart=new google.visualization.TreeMap(t.node());var l=this;google.visualization.events.addListener(this._chart,"select",function(){var e=l._chart.getSelection()[0];l._selection={data:l.rowToObj(l.data()[e.row]),column:l.columns()[e.column]||null},l.click(l._selection.data,l._selection.column,0!==Object.keys(l._selection).length)})},t.prototype.update=function(e,t){o.prototype.update.apply(this,arguments),this._chart.draw(this._data_google,this.getChartOptions())},t.prototype.data=function(e){var t=o.prototype.data.apply(this,arguments);if(arguments.length){var l=[this.columns()].concat(this.data());this._data_google=new google.visualization.arrayToDataTable(l)}return t},t.prototype.defaultlTooltip=function(e,o,t){var l=this._data_google;return"
Label: "+l.getValue(e,0)+"
Parent: "+l.getValue(e,1)+"
Column 3 Label: "+l.getColumnLabel(2)+", Value: "+l.getValue(e,2)+"
Column 4 Label: "+l.getColumnLabel(3)+", Value: "+l.getValue(e,3)+"
Datatable row #: "+e+"
"+l.getColumnLabel(2)+" (total value of this cell and its children): "+o+"
"+l.getColumnLabel(3)+": "+t+"
"},t.prototype.click=function(e,o,t){console.log("Click: "+JSON.stringify(e)+", "+o+", "+t)},t}); \ No newline at end of file diff --git a/dist-amd/graph/Edge.css b/dist-amd/graph/Edge.css new file mode 100644 index 0000000000..829db62b0f --- /dev/null +++ b/dist-amd/graph/Edge.css @@ -0,0 +1,19 @@ +.graph_Edge { + fill: none; + stroke: #656565; + stroke-width: 1.0px; +} +.graph_Edge .common_TextBox .common_Text { + fill: black; + stroke: none; +} +.graph_Edge .common_TextBox .common_Shape { + fill: white; + stroke: none; +} +.graph_Edge.selected { + stroke:red !important; +} +.graph_Edge.selected .common_Text { + fill:red !important; +} diff --git a/dist-amd/graph/Edge.js b/dist-amd/graph/Edge.js new file mode 100644 index 0000000000..8e418d5dfb --- /dev/null +++ b/dist-amd/graph/Edge.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","../common/TextBox","css!./Edge"],e):t.graph_Edge=e(t.d3,t.common_SVGWidget,t.common_TextBox)}(this,function(t,e,r){function o(){e.call(this),this._points=[],this._weight=100,this._strokeDasharray=null,this._hidden=!1,this._textBox=(new r).padding(0)}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" graph_Edge",o.prototype.publish("arcDepth",16,"number","Arc Depth",null,{tags:["Basic"]}),o.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),o.prototype.publish("sourceMarker","circle","set","Source Marker",["circle"],{optional:!0}),o.prototype.publish("targetMarker","arrow","set","Source Marker",["arrow","circle"],{optional:!0}),o.prototype.publish("strokeDasharray",null,"string","Stroke Dash Array",null,{optional:!0}),o.prototype.publish("strokeColor",null,"html-color","Stroke Color",null,{optional:!0}),o.prototype.sourceVertex=function(t){return arguments.length?(this._sourceVertex=t,this):this._sourceVertex},o.prototype.targetVertex=function(t){return arguments.length?(this._targetVertex=t,this):this._targetVertex},o.prototype.weight=function(t){return arguments.length?(this._weight=t,this):this._weight},o.prototype.points=function(t,e,r){return arguments.length?(this._points=t,this._elementPath&&this.update(null,this._element,e,r),this):this._points},o.prototype.hidden=function(t){return arguments.length?(this._hidden=t,this):this._hidden},o.prototype.text=function(t){return arguments.length?(this._textBox.text(t),this):this._textBox.text()},o.prototype.enter=function(t,r){e.prototype.enter.apply(this,arguments),this._elementPath=r.append("path"),this._tooltipElement=this._elementPath.append("title"),this._textBox.text()&&this._textBox.target(t).tooltip(this.tooltip()).render()},o.prototype.update=function(r,o,i,n){e.prototype.update.apply(this,arguments);var s=this;this.svgMarkerGlitch&&!n&&o.transition().duration((i?i:0)+100).each("start",function(t){s._pushMarkers(o,t)}).each("end",function(t){s._popMarkers(o,t)});var h=s._calculateEdgePoints(this._sourceVertex,this._targetVertex,this._points),a="";if(this._points.length||i,0){var p=h[2].x-h[0].x,l=h[2].y-h[0].y,u=2*Math.sqrt(p*p+l*l);a="M"+h[0].x+","+h[0].y+"A"+u+","+u+" 0 0,1 "+h[2].x+","+h[2].y}else a=t.svg.line().x(function(t){return t.x}).y(function(t){return t.y}).interpolate("bundle").tension(.75)(h);var c=this._elementPath;i&&(c=c.transition().duration(i)),c.attr("opacity",this._hidden?0:1).attr("marker-start",this.sourceMarker_exists()?"url(#"+this._graphID+"_"+this.sourceMarker()+"Foot)":null).attr("marker-end",this.targetMarker_exists()?"url(#"+this._graphID+"_"+this.targetMarker()+"Head)":null).attr("stroke",this.strokeColor_exists()?this.strokeColor():null).attr("stroke-dasharray",this.strokeDasharray_exists()?this.strokeDasharray():null).attr("d",a),this._tooltipElement.text(this.tooltip()),this._textBox.text()&&this._textBox.tooltip(this.tooltip()).move(this._findMidPoint(h),i)},o.prototype._findMidPoint=function(t){var e=t.length/2;if(t.length%2)return t[Math.floor(e)];if(t.length){var r=t[e-1],o=t[e];return{x:(r.x+o.x)/2,y:(r.y+o.y)/2}}return{x:0,y:0}},o.prototype._calculateEdgePoints=function(t,e,r){if(!t||!e)return[{x:0,y:0},{x:0,y:0}];var o=r?r.slice():[],i=0===o.length?e.pos():o[0],n=0===o.length?t.pos():o[o.length-1];if(o.unshift(t.intersection(t._pos,i)),o.push(e.intersection(e._pos,n)),o[0]||(o[0]=t._pos),o[o.length-1]||(o[o.length-1]=e._pos),2===o.length&&o[0]&&o[1]){var s=o[0].x-o[1].x,h=o[0].y-o[1].y,a=Math.sqrt(s*s+h*h);if(a){var p=(o[0].x+o[1].x)/2-h*this.arcDepth()/100,l=(o[0].y+o[1].y)/2+s*this.arcDepth()/100;o=[{x:o[0].x,y:o[0].y},{x:p,y:l},{x:o[1].x,y:o[1].y}]}}return o},o}); \ No newline at end of file diff --git a/dist-amd/graph/Graph.css b/dist-amd/graph/Graph.css new file mode 100644 index 0000000000..247f5180c7 --- /dev/null +++ b/dist-amd/graph/Graph.css @@ -0,0 +1,13 @@ +.graph_Graph .marker { + fill: #656565; + stroke: none; + stroke-width: 1.0px; +} +.graph_Graph .zoom { + fill: none; + pointer-events: all; +} +.graph_Graph .selectionBrush { + fill: none; + stroke: darkgray; +} diff --git a/dist-amd/graph/Graph.js b/dist-amd/graph/Graph.js new file mode 100644 index 0000000000..4659752d43 --- /dev/null +++ b/dist-amd/graph/Graph.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","../common/Palette","../api/IGraph","./Vertex","./Edge","./GraphData","./GraphLayouts","../common/Utility","css!./Graph"],e):t.graph_Graph=e(t.d3,t.common_SVGWidget,t.common_Palette,t.api_IGraph,t.graph_Vertex,t.graph_Edge,t.graph_GraphData,t.graph_GraphLayouts,t.common_Utility)}(this,function(t,e,i,r,o,a,s,n,h){function c(){e.call(this),r.call(this),this.graphData=new s,this.highlight={zoom:1.1,opacity:.33,edge:"1.25px"},this._selection=new h.Selection}return c.prototype=Object.create(e.prototype),c.prototype.constructor=c,c.prototype._class+=" graph_Graph",c.prototype["implements"](r.prototype),c.prototype.Vertex=o,c.prototype.Edge=a,c.prototype.publish("allowDragging",!0,"boolean","Allow Dragging of Vertices",null,{tags:["Advanced"]}),c.prototype.publish("layout","Circle","set","Default Layout",["Circle","ForceDirected","ForceDirected2","Hierarchy","None"],{tags:["Basic"]}),c.prototype.publish("scale","100%","set","Zoom Level",["all","width","selection","100%","90%","75%","50%","25%","10%"],{tags:["Basic"]}),c.prototype.publish("applyScaleOnLayout",!1,"boolean","Shrink to fit on Layout",null,{tags:["Basic"]}),c.prototype.publish("highlightOnMouseOverVertex",!1,"boolean","Highlight Vertex on Mouse Over",null,{tags:["Basic"]}),c.prototype.publish("highlightOnMouseOverEdge",!1,"boolean","Highlight Edge on Mouse Over",null,{tags:["Basic"]}),c.prototype.publish("transitionDuration",250,"number","Transition Duration",null,{tags:["Intermediate"]}),c.prototype.publish("showEdges",!0,"boolean","Show Edges",null,{tags:["Intermediate"]}),c.prototype.publish("snapToGrid",0,"number","Snap to Grid",null,{tags:["Private"]}),c.prototype.publish("hierarchyRankDirection","TB","set","Direction for Rank Nodes",["TB","BT","LR","RL"],{tags:["Advanced"]}),c.prototype.publish("hierarchyNodeSeparation",50,"number","Number of pixels that separate nodes horizontally in the layout",null,{tags:["Advanced"]}),c.prototype.publish("hierarchyEdgeSeparation",10,"number","Number of pixels that separate edges horizontally in the layout",null,{tags:["Advanced"]}),c.prototype.publish("hierarchyRankSeparation",50,"number","Number of pixels between each rank in the layout",null,{tags:["Advanced"]}),c.prototype.publish("forceDirectedLinkDistance",300,"number","Target distance between linked nodes",null,{tags:["Advanced"]}),c.prototype.publish("forceDirectedLinkStrength",1,"number","Strength (rigidity) of links",null,{tags:["Advanced"]}),c.prototype.publish("forceDirectedFriction",.9,"number","Friction coefficient",null,{tags:["Advanced"]}),c.prototype.publish("forceDirectedCharge",-25,"number","Charge strength ",null,{tags:["Advanced"]}),c.prototype.publish("forceDirectedChargeDistance",1e4,"number","Maximum distance over which charge forces are applied",null,{tags:["Advanced"]}),c.prototype.publish("forceDirectedTheta",.8,"number","Barnes–Hut approximation criterion",null,{tags:["Advanced"]}),c.prototype.publish("forceDirectedGravity",.1,"number","Gravitational strength",null,{tags:["Advanced"]}),c.prototype.getOffsetPos=function(){return{x:0,y:0}},c.prototype.size=function(t){var i=e.prototype.size.apply(this,arguments);return arguments.length&&this._svgZoom&&this._svgZoom.attr("x",-this._size.width/2).attr("y",-this._size.height/2).attr("width",this._size.width).attr("height",this._size.height),i},c.prototype.clear=function(){this.data({vertices:[],edges:[],hierarchy:[],merge:!1})},c.prototype.data=function(t){var i=e.prototype.data.apply(this,arguments);if(arguments.length){this.data().merge||(this.graphData=new s,this._renderCount=0);var r=this.graphData.setData(this.data().vertices||[],this.data().edges||[],this.data().hierarchy||[],this.data().merge||!1),o=this;r.addedVertices.forEach(function(t){t.pos({x:10*+Math.random()/2-5,y:10*+Math.random()/2-5})}),r.addedEdges.forEach(function(t){t._graphID=o._id});var a={};this.graphData.edgeValues().forEach(function(t){a[t._sourceVertex._id]||(a[t._sourceVertex._id]={}),a[t._sourceVertex._id][t._targetVertex._id]||(a[t._sourceVertex._id][t._targetVertex._id]=0);var e=++a[t._sourceVertex._id][t._targetVertex._id];t.arcDepth(16*e)})}return i},c.prototype.selection=function(t){return arguments.length?(this._selection.set(t),this):this._selection.get()},c.prototype.setZoom=function(t,e,i){this.zoom&&(this.zoom.translate(t),this.zoom.scale(e),this.applyZoom(i))},c.prototype.applyZoom=function(e){t.event&&t.event.sourceEvent&&t.event.sourceEvent.ctrlKey&&("wheel"===t.event.sourceEvent.type||"mousewheel"===t.event.sourceEvent.type||"DOMMouseScroll"===t.event.sourceEvent.type)&&t.event.sourceEvent.wheelDelta&&(this.zoom.translate([this.prevTranslate[0],this.prevTranslate[1]+t.event.sourceEvent.wheelDelta]),this.zoom.scale(this.prevScale)),(e?this.svg.transition().duration(e):this.svg).attr("transform","translate("+this.zoom.translate()+")scale("+this.zoom.scale()+")"),this.prevTranslate=this.zoom.translate(),this.prevScale!==this.zoom.scale()&&(this._fixIEMarkers(),this.prevScale=this.zoom.scale()),this.brush.x(t.scale.identity().domain([1*(-this.prevTranslate[0]-this._size.width/2)/this.zoom.scale(),1*(-this.prevTranslate[0]+this._size.width/2)/this.zoom.scale()])),this.brush.y(t.scale.identity().domain([1*(-this.prevTranslate[1]-this._size.height/2)/this.zoom.scale(),1*(-this.prevTranslate[1]+this._size.height/2)/this.zoom.scale()]))},c.prototype.enter=function(i,r){function o(e){if(n.allowDragging()){if(t.event.sourceEvent.stopPropagation(),n._dragging=!0,n.forceLayout){var i=n.forceLayout.vertexMap[e.id()];i.fixed=!0}n.svgMarkerGlitch&&n.graphData.nodeEdges(e.id()).forEach(function(t){var e=n.graphData.edge(t);n._pushMarkers(e.element(),e)})}}function a(e){if(n.allowDragging()){if(t.event.sourceEvent.stopPropagation(),e.move({x:t.event.x,y:t.event.y}),n.forceLayout){var i=n.forceLayout.vertexMap[e.id()];i.fixed=!0,i.x=i.px=t.event.x,i.y=i.py=t.event.y}n.refreshIncidentEdges(e,!0)}}function s(e){if(n.allowDragging()){if(t.event.sourceEvent.stopPropagation(),n._dragging=!1,n.snapToGrid()){var i=e.calcSnap(n.snapToGrid());e.move(i[0]),n.refreshIncidentEdges(e,!0)}if(n.forceLayout){var r=n.forceLayout.vertexMap[e.id()];r.fixed=!1}n.svgMarkerGlitch&&n.graphData.nodeEdges(e.id()).forEach(function(t){var e=n.graphData.edge(t);n._popMarkers(e.element(),e)})}}e.prototype.enter.apply(this,arguments);var n=this;this.prevTranslate=[0,0],this.prevScale=1,this.zoom=t.behavior.zoom().scaleExtent([.01,4]).on("zoomstart",function(e){switch(n.prevTranslate=n.zoom.translate(),n.prevScale=n.zoom.scale(),t.event.sourceEvent&&t.event.sourceEvent.shiftKey&&t.event.sourceEvent.ctrlKey?n._zoomMode="selection":t.event.sourceEvent&&t.event.sourceEvent.shiftKey?(n._zoomMode="selection",n._selection.clear()):n._zoomMode="zoom",n._zoomMode){case"selection":r.select(".extent").style("visibility",null);break;default:r.select(".extent").style("visibility","hidden")}}).on("zoomend",function(t){switch(n._zoomMode){case"selection":n.zoom.translate(n.prevTranslate),n.zoom.scale(n.prevScale)}n._svgBrush.call(n.brush.clear())}).on("zoom",function(t){switch(n._zoomMode){case"selection":break;default:n.applyZoom()}}),this.brush=t.svg.brush().x(t.scale.identity().domain([-n._size.width/2,n._size.width/2])).y(t.scale.identity().domain([-n._size.height/2,n._size.height/2])).on("brushstart",function(t){switch(n._zoomMode){case"selection":}}).on("brushend",function(e){switch(n._zoomMode){case"selection":var i=t.event.target.extent();n.svgV.selectAll(".graphVertex").select("*").each(function(t){i[0][0]<=t.x()&&t.x()o)&&(i[0][0]=o),(null===i[0][1]||i[0][1]>s)&&(i[0][1]=s),(null===i[1][0]||i[1][0]1&&(h=1);var c=[-h*s,-h*n];this.setZoom(c,h,e)},c.prototype._origScale=c.prototype.scale,c.prototype.scale=function(t,e){var i=c.prototype._origScale.apply(this,arguments);return arguments.length&&this.zoomTo(t,e),i},c.prototype.zoomTo=function(t,e){switch(t){case"all":this.shrinkToFit(this.getVertexBounds(),e);break;case"width":var i=this.getVertexBounds();i[0][1]=0,i[1][1]=0,this.shrinkToFit(i,e);break;case"selection":this.shrinkToFit(this._selection.isEmpty()?this.getVertexBounds():this.getSelectionBounds(),e);break;default:var r=parseInt(t);(isNaN(r)||0>=r||r>200)&&(r=100),this.zoom.scale(r/100),this.applyZoom(e)}},c.prototype.centerOn=function(t,e){var i=(t[0][0]+t[1][0])/2,r=(t[0][1]+t[1][1])/2,o=[i,r];this.setZoom(o,1,e)},c.prototype._origLayout=c.prototype.layout,c.prototype.layout=function(t,e){var i=c.prototype._origLayout.apply(this,arguments);if(arguments.length&&this._renderCount){this.forceLayout&&(this.forceLayout.force.stop(),this.forceLayout=null);var r=this,o=this.getLayoutEngine();if("ForceDirected2"===this.layout())this.forceLayout=o,this.forceLayout.force.on("tick",function(t){if(o.vertices.forEach(function(t){var e=r.graphData.node(t.id);t.fixed?(t.x=t.px,t.y=t.py):(t.px=t.x,t.py=t.y,e.move({x:t.x,y:t.y}))}),r.graphData.edgeValues().forEach(function(t){t.points([],!1,!1)}),r.applyScaleOnLayout()){var e=r.getVertexBounds(o);r.shrinkToFit(e)}}),this.forceLayout.force.start();else if(o){if(this.forceLayout=null,r._dragging=!0,r.graphData.nodeValues().forEach(function(t){var i=o.nodePos(t._id);t.move({x:i.x,y:i.y},e),i.width&&i.height&&!t.width()&&!t.height()&&t.width(i.width).height(i.height).render()}),r.graphData.edgeValues().forEach(function(t){var i=o.edgePoints(t);t.points(i,e)}),r.applyScaleOnLayout()){var a=r.getVertexBounds(o);r.shrinkToFit(a,e)}this._fixIEMarkers(),setTimeout(function(){r._dragging=!1},e?e+50:50)}}return i},c.prototype.update=function(i,r){function o(t){t.target(this).render(),t.element().call(h.drag),t.dispatch&&(t.dispatch.on("sizestart",function(t,e){t.allowResize(h.allowDragging()),h.allowDragging()&&(h._dragging=!0)}),t.dispatch.on("size",function(t,e){h.refreshIncidentEdges(t,!1)}),t.dispatch.on("sizeend",function(t,e){if(h._dragging=!1,h.snapToGrid()){var i=t.calcSnap(h.snapToGrid());t.pos(i[0]).size(i[1]).render(),h.refreshIncidentEdges(t,!1)}}))}function a(t){t.target(this).render()}function s(t){t.render()}function n(t){t.render()}e.prototype.update.apply(this,arguments);var h=this,c=this.svgV.selectAll("#"+this._id+"V > .graphVertex").data(this.graphData.nodeValues(),function(t){return t.id()});c.enter().append("g").attr("class","graphVertex").style("opacity",1e-6).on("click.selectionBag",function(e){h._selection.click(e,t.event)}).on("click",function(e){h.vertex_click(e,t.event)}).on("dblclick",function(e){h.vertex_dblclick(e,t.event)}).on("mouseover",function(e){h._dragging||h.vertex_mouseover(t.select(this),e)}).on("mouseout",function(e){h._dragging||h.vertex_mouseout(t.select(this),e)}).each(o).transition().duration(750).style("opacity",1);var l=this.svgE.selectAll("#"+this._id+"E > .graphEdge").data(this.showEdges()?this.graphData.edgeValues():[],function(t){return t.id()});l.enter().append("g").attr("class","graphEdge").style("opacity",1e-6).on("click.selectionBag",function(e){h._selection.click(e,t.event)}).on("click",function(t){h.edge_click(t)}).on("mouseover",function(e){h._dragging||h.edge_mouseover(t.select(this),e)}).on("mouseout",function(e){h._dragging||h.edge_mouseout(t.select(this),e)}).each(a).transition().duration(750).style("opacity",1),c.each(s),l.each(n),c.exit().each(function(t){t.target(null)}).remove(),l.exit().each(function(t){t.target(null)}).remove(),this._renderCount||(this._renderCount++,this.setZoom([0,0],1),this.layout(this.layout()))},c.prototype.getLayoutEngine=function(){switch(this.layout()){case"Circle":return new n.Circle(this.graphData,this._size.width,this._size.height);case"ForceDirected":return new n.ForceDirected(this.graphData,this._size.width,this._size.height,{oneShot:!0,linkDistance:this.forceDirectedLinkDistance(),linkStrength:this.forceDirectedLinkStrength(),friction:this.forceDirectedFriction(),charge:this.forceDirectedCharge(),chargeDistance:this.forceDirectedChargeDistance(),theta:this.forceDirectedTheta(),gravity:this.forceDirectedGravity()});case"ForceDirected2":return new n.ForceDirected(this.graphData,this._size.width,this._size.height,{linkDistance:this.forceDirectedLinkDistance(),linkStrength:this.forceDirectedLinkStrength(),friction:this.forceDirectedFriction(),charge:this.forceDirectedCharge(),chargeDistance:this.forceDirectedChargeDistance(),theta:this.forceDirectedTheta(),gravity:this.forceDirectedGravity()});case"Hierarchy":return new n.Hierarchy(this.graphData,this._size.width,this._size.height,{rankdir:this.hierarchyRankDirection(),nodesep:this.hierarchyNodeSeparation(),edgesep:this.hierarchyEdgeSeparation(),ranksep:this.hierarchyRankSeparation()})}return null},c.prototype.getNeighborMap=function(t){var e={},i={};if(t)for(var r=this.graphData.nodeEdges(t.id()),o=0;oe?e-r:i-r)/2;var h=t.nodeCount(),a=-Math.PI/2,s=2*Math.PI/h;t.eachNode(function(t,e){var i=e.getBBox(!0),r=Math.max(i.width,i.height);n.pos[t]={x:e.fixed?e.x:Math.cos(a)*(o-r),y:e.fixed?e.y:Math.sin(a)*(o-r),width:i.width,height:i.height},a+=s})}function o(t,e,i,o){var n=this;this.pos={},t.eachNode(function(t,e){n.pos[t]={x:e.x,y:e.y,width:e.width,height:e.height}})}function n(e,i,o,n){n=n||{};var r=this;if(this.pos={},this.vertices=[],this.vertexMap={},e.eachNode(function(t){var i=e.node(t),o=i.getBBox(!0),n={id:t,x:i.pos().x,y:i.pos().y,width:o.width,height:o.height,value:i};r.vertices.push(n),r.vertexMap[t]=n}),this.edges=[],e.eachEdge(function(t,e,i){r.edges.push({source:r.vertexMap[e],target:r.vertexMap[i]})}),this.force=t.layout.force().linkDistance(n.linkDistance).linkStrength(n.linkStrength).friction(n.friction).charge(function(t){var e=t.value.getBBox();return n.charge*Math.max(e.width,e.height)}).chargeDistance(n.chargeDistance).theta(n.theta).gravity(n.gravity).nodes(this.vertices).links(this.edges),n.oneShot){this.force.start();var h=e.nodeCount();h=Math.min(h*h,500);for(var a=0;h>a;++a)this.force.tick();this.force.stop()}}function r(t,i,o,n){var r=new e.graphlib.Graph({multigraph:!0,compound:!0}).setGraph(n).setDefaultNodeLabel(function(){return{}}).setDefaultEdgeLabel(function(){return{}});t.eachNode(function(e){var i=t.node(e),o=i.getBBox();r.setNode(e,{width:o.width,height:o.height})}),t.eachEdge(function(e,i,o){var n=t.edge(e);r.setEdge(i,o,{weight:n.weight()},n._id)}),t.eachNode(function(e){r.setParent(e,t.parent(e))}),this.dagreLayout=e.layout(r);var h=-r.graph().width/2,a=-r.graph().height/2;r.nodes().forEach(function(t){var e=r.node(t);e.x+=h,e.y+=a}),r.edges().forEach(function(t){for(var e=r.edge(t),i=0;it;t++)this.events[arguments[t]]=[]},i.prototype.listenTo=function(t,e,i){this.removeListener(t,e,i),t.events[e].push({handler:i,scope:this})},i.prototype.addListener=function(t,e,i){this.removeListener(this,t,e),t&&this.events[t]&&this.events[t].push({handler:e,scope:i})},i.prototype.removeListener=function(t,e,i){if(t&&t.events&&(t=t.events[e]))for(e=t.length-1;e>=0;e--)t[e].handler===i&&t.splice(e,1)},i.prototype.fire=function(t){for(var e=this.events[t.type],i=0,a=e.length;a>i;i++){var s=e[i];s.handler.call(s.scope,t)}});for(var a in e)i.prototype[a]=e[a];return i},t.addChart=function(e){window.requestAnimationFrame?t.animationRequested||(t.animationRequested=!0,window.requestAnimationFrame(t.update)):t.updateInt||(t.updateInt=setInterval(function(){t.update()},Math.round(1e3/t.updateRate))),t.charts.push(e)},t.removeChart=function(e){for(var i=t.charts,a=i.length-1;a>=0;a--)i[a]==e&&i.splice(a,1);0===i.length&&t.updateInt&&(clearInterval(t.updateInt),t.updateInt=NaN)},t.isModern=!0,t.getIEVersion=function(){var t,e,i=0;return"Microsoft Internet Explorer"==navigator.appName&&(t=navigator.userAgent,e=/MSIE ([0-9]{1,}[.0-9]{0,})/,null!==e.exec(t)&&(i=parseFloat(RegExp.$1))),i},t.applyLang=function(e,i){var a=t.translations;i.dayNames=t.extend({},t.dayNames),i.shortDayNames=t.extend({},t.shortDayNames),i.monthNames=t.extend({},t.monthNames),i.shortMonthNames=t.extend({},t.shortMonthNames),i.amString="am",i.pmString="pm",a&&(a=a[e])&&(t.lang=a,a.monthNames&&(i.dayNames=t.extend({},a.dayNames),i.shortDayNames=t.extend({},a.shortDayNames),i.monthNames=t.extend({},a.monthNames),i.shortMonthNames=t.extend({},a.shortMonthNames)),a.am&&(i.amString=a.am),a.pm&&(i.pmString=a.pm))},t.IEversion=t.getIEVersion(),9>t.IEversion&&0=0;i--)e[i].clear();t.updateInt&&clearInterval(t.updateInt),t.charts=[],t.isNN&&(document.removeEventListener("mousemove",t.handleMouseMove,!0),document.removeEventListener("mouseup",t.handleMouseUp,!0),window.removeEventListener("load",t.handleLoad,!0),window.removeEventListener("DOMMouseScroll",t.handleWheel,!0),document.removeEventListener("mousewheel",t.handleWheel,!0)),t.isIE&&(document.detachEvent("onmousemove",t.handleMouseMove),document.detachEvent("onmouseup",t.handleMouseUp),window.detachEvent("onload",t.handleLoad))},t.makeChart=function(e,i,a){var s=i.type,r=i.theme;t.isString(r)&&(r=t.themes[r],i.theme=r);var o;switch(s){case"serial":o=new t.AmSerialChart(r);break;case"xy":o=new t.AmXYChart(r);break;case"pie":o=new t.AmPieChart(r);break;case"radar":o=new t.AmRadarChart(r);break;case"gauge":o=new t.AmAngularGauge(r);break;case"funnel":o=new t.AmFunnelChart(r);break;case"map":o=new t.AmMap(r);break;case"stock":o=new t.AmStockChart(r);break;case"gantt":o=new t.AmGanttChart(r)}return t.extend(o,i),t.isReady?isNaN(a)?o.write(e):setTimeout(function(){t.realWrite(o,e)},a):t.ready(function(){isNaN(a)?o.write(e):setTimeout(function(){t.realWrite(o,e)},a)}),o},t.realWrite=function(t,e){t.write(e)},t.updateCount=0,t.validateAt=Math.round(t.updateRate/10),t.update=function(){var e=t.charts;t.updateCount++;var i=!1;if(t.updateCount==t.validateAt&&(i=!0,t.updateCount=0),e)for(var a=e.length-1;a>=0;a--)e[a].update&&e[a].update(),i&&(e[a].autoResize?e[a].validateSize&&e[a].validateSize():e[a].premeasure&&e[a].premeasure());window.requestAnimationFrame&&window.requestAnimationFrame(t.update)},t.bezierX=3,t.bezierY=6,"complete"==document.readyState&&t.handleLoad()}(),function(){var t=window.AmCharts;t.toBoolean=function(t,e){if(void 0===t)return e;switch(String(t).toLowerCase()){case"true":case"yes":case"1":return!0;case"false":case"no":case"0":case null:return!1;default:return Boolean(t)}},t.removeFromArray=function(t,e){var i;if(void 0!==e&&void 0!==t)for(i=t.length-1;i>=0;i--)t[i]==e&&t.splice(i,1)},t.getPath=function(){var t=document.getElementsByTagName("script");if(t)for(var e=0;ei)return e;for(r=-1,e=(n=e.split(/\r\n|\n|\r/)).length;++ri;n[r]+=t.trim(h.slice(0,o))+((h=h.slice(o)).length?a:""))o=2==s||(o=h.slice(0,i+1).match(/\S*(\s)?$/))[1]?i:o.input.length-o[0].length||1==s&&i||o.input.length+(o=h.slice(i).match(/^\S*/))[0].length;h=t.trim(h)}return n.join(a)},t.trim=function(t){return t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")},t.wrappedText=function(e,i,a,s,r,o,h,n){var l=t.text(e,i,a,s,r,o,h);if(l){var d=l.getBBox();if(d.width>n){var u="\n";t.isModern||(u="
"),n=Math.floor(n/(d.width/i.length)),n>2&&(n-=2),i=t.wordwrap(i,n,u,!0),l.remove(),l=t.text(e,i,a,s,r,o,h)}}return l},t.getStyle=function(t,e){var i="";return document.defaultView&&document.defaultView.getComputedStyle?i=document.defaultView.getComputedStyle(t,"").getPropertyValue(e):t.currentStyle&&(e=e.replace(/\-(\w)/g,function(t,e){return e.toUpperCase()}),i=t.currentStyle[e]),i},t.removePx=function(t){return void 0!==t?Number(t.substring(0,t.length-2)):void 0},t.getURL=function(e,i){if(e)if("_self"!=i&&i)if("_top"==i&&window.top)window.top.location.href=e;else if("_parent"==i&&window.parent)window.parent.location.href=e;else if("_blank"==i)window.open(e);else{var a=document.getElementsByName(i)[0];a?a.src=e:(a=t.windows[i])&&a.opener&&!a.opener.closed?a.location.href=e:t.windows[i]=window.open(e)}else window.location.href=e},t.ifArray=function(t){return t&&"object"==typeof t&&00){var r;for(r=0;s>r;r++){var o=a[r];o&&o[t]&&o[t]()}}}}},t.toNumber=function(t){return"number"==typeof t?t:Number(String(t).replace(/[^0-9\-.]+/g,""))},t.toColor=function(t){if(""!==t&&void 0!==t)if(-1!=t.indexOf(",")){t=t.split(",");var e;for(e=0;ei&&(e=i),a=Number(t),-1!=t.indexOf("!")&&(a=e-Number(t.substr(1))),-1!=t.indexOf("%")&&(a=e*Number(t.substr(0,t.length-1))/100)),a},t.fitToBounds=function(t,e,i){return e>t&&(t=e),t>i&&(t=i),t},t.isDefined=function(t){return void 0===t?!1:!0},t.stripNumbers=function(t){return t.replace(/[0-9]+/g,"")},t.roundTo=function(t,e){if(0>e)return t;var i=Math.pow(10,e);return Math.round(t*i)/i},t.toFixed=function(t,e){var i=String(Math.round(t*Math.pow(10,e)));if(e>0){var a=i.length;if(e>a){var s;for(s=0;e-a>s;s++)i="0"+i}return a=i.substring(0,i.length-e),""===a&&(a=0),a+"."+i.substring(i.length-e,i.length)}return String(i)},t.formatDuration=function(e,i,a,s,r,o){var h=t.intervals,n=o.decimalSeparator;if(e>=h[i].contains){var l=e-Math.floor(e/h[i].contains)*h[i].contains;return"ss"==i?(l=t.formatNumber(l,o),1==l.split(n)[0].length&&(l="0"+l)):l=t.roundTo(l,o.precision),("mm"==i||"hh"==i)&&10>l&&(l="0"+l),a=l+""+s[i]+a,e=Math.floor(e/h[i].contains),i=h[i].nextInterval,t.formatDuration(e,i,a,s,r,o)}if("ss"==i&&(e=t.formatNumber(e,o),1==e.split(n)[0].length&&(e="0"+e)),("mm"==i||"hh"==i)&&10>e&&(e="0"+e),a=e+""+s[i]+a,h[r].count>h[i].count)for(e=h[i].count;ee?"-":"",e=Math.abs(e);var n=String(e),l=!1;-1!=n.indexOf("e")&&(l=!0),a>=0&&!l&&(n=t.toFixed(e,a));var d="";if(l)d=n;else{var u,n=n.split("."),l=String(n[0]);for(u=l.length;u>=0;u-=3)d=u!=l.length?0!==u?l.substring(u-3,u)+i+d:l.substring(u-3,u)+d:l.substring(u-3,u);void 0!==n[1]&&(d=d+o+n[1]),void 0!==a&&a>0&&"0"!=d&&(d=t.addZeroes(d,o,a))}return d=h+d,""===h&&!0===s&&0!==e&&(d="+"+d),!0===r&&(d+="%"),d},t.addZeroes=function(e,i,a){return e=e.split(i),void 0===e[1]&&a>0&&(e[1]="0"),e[1].length=i.x-5&&t<=i.x+i.width+5&&e>=i.y-5&&e<=i.y+i.height+5?!0:!1},t.isPercents=function(t){return-1!=String(t).indexOf("%")?!0:void 0},t.formatValue=function(e,i,a,s,r,o,h,n){if(i){void 0===r&&(r="");var l;for(l=0;le&&(d="-"),e=Math.abs(e),e>1){for(o=i.length-1;o>-1;o--)if(e>=i[o].number&&(h=e/i[o].number,n=Number(s.precision),1>n&&(n=1),a=t.roundTo(h,n),n=t.formatNumber(a,{precision:-1,decimalSeparator:s.decimalSeparator,thousandsSeparator:s.thousandsSeparator}),!r||h==a)){l=d+""+n+i[o].prefix;break}}else for(o=0;o"==t&&(t="easeOutSine"),"<"==t&&(t="easeInSine"),"elastic"==t&&(t="easeOutElastic"),t},t.getObjById=function(t,e){var i,a;for(a=0;a")),t},t.fixBrakes=function(e){if(t.isModern){var i=RegExp("
","g");e&&(e=e.replace(i,"\n"))}else e=t.fixNewLines(e);return e},t.deleteObject=function(e,i){if(e&&((void 0===i||null===i)&&(i=20),0!==i))if("[object Array]"===Object.prototype.toString.call(e))for(var a=0;ae?a*(7.5625*(e-=1.5/2.75)*e+.75)+i:2.5/2.75>e?a*(7.5625*(e-=2.25/2.75)*e+.9375)+i:a*(7.5625*(e-=2.625/2.75)*e+.984375)+i},t.easeInOutQuad=function(t,e,i,a,s){return e/=s/2,1>e?a/2*e*e+i:(e--,-a/2*(e*(e-2)-1)+i)},t.easeInSine=function(t,e,i,a,s){return-a*Math.cos(e/s*(Math.PI/2))+a+i},t.easeOutSine=function(t,e,i,a,s){return a*Math.sin(e/s*(Math.PI/2))+i},t.easeOutElastic=function(t,e,i,a,s){t=1.70158;var r=0,o=a;return 0===e?i:1==(e/=s)?i+a:(r||(r=.3*s),oe?Math.abs(e)-1:Math.abs(e);var s;for(s=0;i>s;s++)a+="0";return 0>e?Number("0."+a+String(t)):Number(String(t)+a)},t.setCN=function(t,e,i,a){if(t.addClassNames&&e&&(e=e.node)&&i){var s=e.getAttribute("class");t=t.classNamePrefix+"-",a&&(t=""),s?e.setAttribute("class",s+" "+t+i):e.setAttribute("class",t+i)}},t.parseDefs=function(e,i){for(var a in e){var s=typeof e[a];if(0t&&(t=3)):t=this.width/this.minHorizontalGap,this.gridCountR=Math.max(t,1)):this.gridCountR=this.gridCount,this.axisWidth=this.axisLine.axisWidth,this.addTitle()},setOrientation:function(t){this.orientation=t?"H":"V"},addTitle:function(){var e=this.title;if(this.titleLabel=null,e){var i=this.chart,a=this.titleColor;void 0===a&&(a=i.color);var s=this.titleFontSize;isNaN(s)&&(s=i.fontSize+1),e=t.text(i.container,e,a,i.fontFamily,s,this.titleAlign,this.titleBold),t.setCN(i,e,this.bcn+"title"),this.titleLabel=e}},positionTitle:function(){var e=this.titleLabel;if(e){var i,a,s=this.labelsSet,r={};00;e--)if(t/e==Math.round(t/e))return t/e},parseDatesDraw:function(){var e,i,a,s,r,o,h,n=this.chart,l=this.showFirstLabel,d=this.showLastLabel,u="",c=t.extractPeriod(this.minPeriod),p=t.getPeriodDuration(c.period,c.count),m=this.firstDayOfWeek,g=this.boldPeriodBeginning;e=this.minorGridEnabled;var f,v,x=this.gridAlpha,b=this.choosePeriod(0),y=b.period,b=b.count,C=t.getPeriodDuration(y,b);p>C&&(y=c.period,b=c.count,C=p),c=y,"WW"==c&&(c="DD"),this.stepWidth=this.getStepWidth(this.timeDifference);var A=Math.ceil(this.timeDifference/C)+5,N=a=t.resetDateToMin(new Date(this.startTime-C),y,b,m).getTime();(c==y&&1==b&&this.centerLabelOnFullPeriod||this.autoWrap||this.centerLabels)&&(r=C*this.stepWidth,this.autoWrap&&!this.centerLabels&&(r=-r)),this.cellWidth=p*this.stepWidth,o=Math.round(a/C),p=-1,o/2==Math.round(o/2)&&(p=-2,a-=C),o=this.firstTime;var S=0,w=0;if(e&&b>1&&(f=this.chooseMinorFrequency(b),v=t.getPeriodDuration(y,f),"DD"==y&&(v+=t.getPeriodDuration("hh"))),0this.autoRotateCount&&!isNaN(this.autoRotateAngle)&&(this.labelRotationR=this.autoRotateAngle),e=p;A>=e;e++){if(h=o+C*(e+Math.floor((N-o)/C))-S,"DD"==y&&(h+=36e5),h=t.resetDateToMin(new Date(h),y,b,m).getTime(),"MM"==y&&(i=(h-a)/C,(h-a)/C>=1.5&&(h=h-(i-1)*C+t.getPeriodDuration("DD",3),h=t.resetDateToMin(new Date(h),y,1).getTime(),S+=C)),i=(h-this.startTime)*this.stepWidth,"radar"==n.type){if(i=this.axisWidth-i,0>i||i>this.axisWidth)continue}else this.rotate?"date"==this.type&&"middle"==this.gridPosition&&(w=-C*this.stepWidth/2):"date"==this.type&&(i=this.axisWidth-i);if(u=!1,this.nextPeriod[c]&&(u=this.checkPeriodChange(this.nextPeriod[c],1,h,a,c)),a=!1,u&&this.markPeriodChange?(u=this.dateFormatsObject[this.nextPeriod[c]],this.twoLineMode&&(u=this.dateFormatsObject[c]+"\n"+u,u=t.fixBrakes(u)),a=!0):u=this.dateFormatsObject[c],g||(a=!1),this.currentDateFormat=u,u=t.formatDate(new Date(h),u,n),(e==p&&!l||e==A&&!d)&&(u=" "),this.labelFunction&&(u=this.labelFunction(u,new Date(h),this,y,b,s).toString()),this.boldLabels&&(a=!0),s=new this.axisItemRenderer(this,i,u,!1,r,w,!1,a),this.pushAxisItem(s),s=a=h,!isNaN(f))for(i=1;b>i;i+=f)this.gridAlpha=this.minorGridAlpha,u=h+v*i,u=t.resetDateToMin(new Date(u),y,f,m).getTime(),u=new this.axisItemRenderer(this,(u-this.startTime)*this.stepWidth,void 0,void 0,void 0,void 0,void 0,void 0,void 0,!0),this.pushAxisItem(u);this.gridAlpha=x}},choosePeriod:function(e){var i=t.getPeriodDuration(this.periods[e].period,this.periods[e].count),a=this.periods;return this.timeDifference0?a[e-1]:Math.ceil(this.timeDifference/i)<=this.gridCountR?a[e]:e+1e||e>this.height)return;if(isNaN(e))return void this.hideBalloon();e=this.adjustBalloonCoordinate(e,a),a=this.coordinateToValue(e)}else{if(0>t||t>this.width)return;if(isNaN(t))return void this.hideBalloon();t=this.adjustBalloonCoordinate(t,a),a=this.coordinateToValue(t)}var r;(s=this.chart.chartCursor)&&(r=s.index),this.balloon&&void 0!==a&&this.balloon.enabled&&(this.balloonTextFunction?a=this.balloonTextFunction(a):this.balloonText?a=this.formatBalloonText(this.balloonText,r,i):isNaN(a)||(a=this.formatValue(a,i)),t!=this.prevBX||e!=this.prevBY)&&(this.balloon.setPosition(t,e),this.prevBX=t,this.prevBY=e,a&&this.balloon.showBalloon(a))},adjustBalloonCoordinate:function(t){return t},createBalloon:function(){var e=this.chart,i=e.chartCursor;i&&(i=i.cursorPosition,"mouse"!=i&&(this.stickBalloonToCategory=!0),"start"==i&&(this.stickBalloonToStart=!0),"ValueAxis"==this.cname&&(this.stickBalloonToCategory=!1)),this.balloon&&(this.balloon.destroy&&this.balloon.destroy(),t.extend(this.balloon,e.balloon,!0))},setBalloonBounds:function(){var t=this.balloon;if(t){var e=this.chart;t.cornerRadius=0,t.shadowAlpha=0,t.borderThickness=1,t.borderAlpha=1,t.adjustBorderColor=!1,t.showBullet=!1,this.balloon=t,t.chart=e,t.mainSet=e.plotBalloonsSet,t.pointerWidth=this.tickLength,(this.parseDates||"date"==this.type)&&(t.pointerWidth=0),e="V","V"==this.orientation&&(e="H"),this.stickBalloonToCategory||(t.animationDuration=0);var i,a,s,r,o=this.inside,h=this.width,n=this.height;switch(this.position){case"bottom":i=0,a=h,o?(s=0,r=n):(s=n,r=n+1e3);break;case"top":i=0,a=h,o?(s=0,r=n):(s=-1e3,r=0);break;case"left":s=0,r=n,o?(i=0,a=h):(i=-1e3,a=0);break;case"right":s=0,r=n,o?(i=0,a=h):(i=h,a=h+1e3)}t.drop||(t.pointerOrientation=e),t.setBounds(i,s,a,r)}}})}(),function(){var t=window.AmCharts;t.ValueAxis=t.Class({inherits:t.AxisBase,construct:function(e){this.cname="ValueAxis",this.createEvents("axisChanged","logarithmicAxisFailed","axisZoomed"),t.ValueAxis.base.construct.call(this,e),this.dataChanged=!0,this.stackType="none",this.position="left",this.unitPosition="right",this.includeAllValues=this.recalculateToPercents=this.includeHidden=this.includeGuidesInMinMax=this.integersOnly=!1,this.durationUnits={DD:"d. ",hh:":",mm:":",ss:""},this.scrollbar=!1,this.baseValue=0,this.radarCategoriesEnabled=!0,this.gridType="polygons",this.useScientificNotation=!1,this.axisTitleOffset=10,this.pointPosition="axis",this.minMaxMultiplier=1,this.logGridLimit=2,this.totalTextOffset=this.treatZeroAs=0,this.minPeriod="ss",this.relativeStart=0,this.relativeEnd=1,t.applyTheme(this,e,this.cname)},updateData:function(){0>=this.gridCountR&&(this.gridCountR=1),this.totals=[],this.data=this.chart.chartData;var e=this.chart;"xy"!=e.type&&(this.stackGraphs("smoothedLine"),this.stackGraphs("line"),this.stackGraphs("column"),this.stackGraphs("step")),this.recalculateToPercents&&this.recalculate(),this.synchronizationMultiplier&&this.synchronizeWith?(t.isString(this.synchronizeWith)&&(this.synchronizeWith=e.getValueAxisById(this.synchronizeWith)),this.synchronizeWith&&(this.synchronizeWithAxis(this.synchronizeWith),this.foundGraphs=!0)):(this.foundGraphs=!1,this.getMinMax(),0===this.start&&this.end==this.data.length-1&&isNaN(this.minZoom)&&isNaN(this.maxZoom)&&(this.fullMin=this.min,this.fullMax=this.max,"date"!=this.type&&(isNaN(this.minimum)||(this.fullMin=this.minimum),isNaN(this.maximum)||(this.fullMax=this.maximum)),this.logarithmic&&(this.fullMin=this.logMin,0===this.fullMin&&(this.fullMin=this.treatZeroAs)),"date"==this.type&&(this.minimumDate||(this.fullMin=this.minRR),this.maximumDate||(this.fullMax=this.maxRR))))},draw:function(){t.ValueAxis.base.draw.call(this);var e=this.chart,i=this.set;this.labelRotationR=this.labelRotation,t.setCN(e,this.set,"value-axis value-axis-"+this.id),t.setCN(e,this.labelsSet,"value-axis value-axis-"+this.id),t.setCN(e,this.axisLine.axisSet,"value-axis value-axis-"+this.id);var a=this.type;if("duration"==a&&(this.duration="ss"),!0===this.dataChanged&&(this.updateData(),this.dataChanged=!1),"date"==a&&(this.logarithmic=!1,this.min=this.minRR,this.max=this.maxRR,this.reversed=!1,this.getDateMinMax()),this.logarithmic){var s=this.treatZeroAs,r=this.getExtremes(0,this.data.length-1).min;if(this.logMin=r,this.minReal0&&0===r&&(this.minReal=r=s),0>=r||0>=this.minimum)return void this.fire({type:"logarithmicAxisFailed",chart:e})}this.grid0=null;var o,h,n=e.dx,l=e.dy,s=!1,r=this.logarithmic;if(isNaN(this.min)||isNaN(this.max)||!this.foundGraphs||1/0==this.min||-(1/0)==this.max)s=!0;else{var d=this.labelFrequency,u=this.showFirstLabel,c=this.showLastLabel,p=1;if(o=0,this.minCalc=this.min,this.maxCalc=this.max,this.strictMinMax&&(isNaN(this.minimum)||(this.min=this.minimum),isNaN(this.maximum)||(this.max=this.maximum)),isNaN(this.minZoom)||(this.minReal=this.min=this.minZoom),isNaN(this.maxZoom)||(this.max=this.maxZoom),this.logarithmic){var m=Math.log(this.fullMax)*Math.LOG10E-Math.log(this.fullMin)*Math.LOG10E,g=Math.log(this.max)/Math.LN10-Math.log(this.fullMin)*Math.LOG10E;this.relativeStart=(Math.log(this.minReal)/Math.LN10-Math.log(this.fullMin)*Math.LOG10E)/m,this.relativeEnd=g/m}else this.relativeStart=t.fitToBounds((this.min-this.fullMin)/(this.fullMax-this.fullMin),0,1),this.relativeEnd=t.fitToBounds((this.max-this.fullMin)/(this.fullMax-this.fullMin),0,1);var f,m=Math.round((this.maxCalc-this.minCalc)/this.step)+1;!0===r?(f=Math.log(this.max)*Math.LOG10E-Math.log(this.minReal)*Math.LOG10E,this.stepWidth=this.axisWidth/f,f>this.logGridLimit&&(m=Math.ceil(Math.log(this.max)*Math.LOG10E)+1,o=Math.round(Math.log(this.minReal)*Math.LOG10E),m>this.gridCountR&&(p=Math.ceil(m/this.gridCountR)))):this.stepWidth=this.axisWidth/(this.max-this.min);var v=0;1>this.step&&-1this.maxDecCount&&(v=this.maxDecCount),g=this.precision,isNaN(g)||(v=g),isNaN(this.maxZoom)&&(this.max=t.roundTo(this.max,this.maxDecCount),this.min=t.roundTo(this.min,this.maxDecCount)),h={},h.precision=v,h.decimalSeparator=e.nf.decimalSeparator,h.thousandsSeparator=e.nf.thousandsSeparator,this.numberFormatter=h;var x,b=this.guides,y=b.length;if(y>0){var C=this.fillAlpha;for(h=this.fillAlpha=0;y>h;h++){var A=b[h],N=NaN,S=A.above;isNaN(A.toValue)||(N=this.getCoordinate(A.toValue),x=new this.axisItemRenderer(this,N,"",!0,NaN,NaN,A),this.pushAxisItem(x,S));var w=NaN;isNaN(A.value)||(w=this.getCoordinate(A.value),x=new this.axisItemRenderer(this,w,A.label,!0,NaN,(N-w)/2,A),this.pushAxisItem(x,S)),isNaN(N)&&(w-=3,N=w+3),isNaN(N-w)||(x=new this.guideFillRenderer(this,w,N,A),this.pushAxisItem(x,S),x=x.graphics(),A.graphics=x,A.balloonText&&this.addEventListeners(x,A)); +}this.fillAlpha=C}for(this.exponential=!1,h=o;m>h;h+=p)b=t.roundTo(this.step*h+this.min,v),-1!=String(b).indexOf("e")&&(this.exponential=!0);this.duration&&(this.maxInterval=t.getMaxInterval(this.max,this.duration));var T,v=this.step,b=this.minorGridAlpha;if(this.minorGridEnabled&&(T=this.getMinorGridStep(v,this.stepWidth*v)),this.autoGridCount||0!==this.gridCount)if("date"==a)this.generateDFObject(),this.timeDifference=this.max-this.min,this.maxTime=this.lastTime=this.max,this.startTime=this.firstTime=this.min,this.parseDatesDraw();else for(m>=this.autoRotateCount&&!isNaN(this.autoRotateAngle)&&(this.labelRotationR=this.autoRotateAngle),r&&m++,h=o;m>h;h+=p)if(a=v*h+this.minCalc,a=t.roundTo(a,this.maxDecCount+1),(!this.integersOnly||Math.round(a)==a)&&(isNaN(g)||Number(t.toFixed(a,g))==a)){!0===r&&(0===a&&(a=this.minReal),f>this.logGridLimit&&(a=Math.pow(10,h))),x=this.formatValue(a,!1,h),Math.round(h/d)!=h/d&&(x=void 0),(0===h&&!u||h==m-1&&!c)&&(x=" "),o=this.getCoordinate(a);var D;if(this.rotate&&this.autoWrap&&(D=this.stepWidth*v-10),x=new this.axisItemRenderer(this,o,x,void 0,D,void 0,void 0,this.boldLabels),this.pushAxisItem(x),a==this.baseValue&&"radar"!=e.type){var M,B;x=this.width,y=this.height,"H"==this.orientation?o>=0&&x+1>=o&&(M=[o,o,o+n],B=[y,0,l]):o>=0&&y+1>=o&&(M=[0,x,x+n],B=[o,o,o+l]),M&&(o=t.fitToBounds(2*this.gridAlpha,0,1),isNaN(this.zeroGridAlpha)||(o=this.zeroGridAlpha),o=t.line(e.container,M,B,this.gridColor,o,1,this.dashLength),o.translate(this.x,this.y),this.grid0=o,e.axesSet.push(o),o.toBack(),t.setCN(e,o,this.bcn+"zero-grid-"+this.id),t.setCN(e,o,this.bcn+"zero-grid"))}if(!isNaN(T)&&b>0&&m-1>h){for(o=v/T,r&&(T=v*(h+p)+this.minCalc,T=t.roundTo(T,this.maxDecCount+1),f>this.logGridLimit&&(T=Math.pow(10,h+p)),o=10,T=(T-a)/o),x=this.gridAlpha,this.gridAlpha=this.minorGridAlpha,y=1;o>y;y++)C=this.getCoordinate(a+T*y),C=new this.axisItemRenderer(this,C,"",!1,0,0,!1,!1,0,!0),this.pushAxisItem(C);this.gridAlpha=x}}f=this.baseValue,this.min>this.baseValue&&this.max>this.baseValue&&(f=this.min),this.mina&&(o.precision=Math.abs(a)),i&&e>1&&(o.precision=0)):o.precision=-1),a=this.usePrefixes?t.addPrefix(e,h.prefixesOfBigNumbers,h.prefixesOfSmallNumbers,o,!i):t.formatNumber(e,o,o.precision)),this.duration&&(i&&(o.precision=0),a=t.formatDuration(e,this.duration,"",this.durationUnits,this.maxInterval,o)),"date"==this.type&&(a=t.formatDate(new Date(e),this.currentDateFormat,h)),this.recalculateToPercents?a+="%":(i=this.unit)&&(a="left"==this.unitPosition?i+a:a+i),this.labelFunction&&(a="date"==this.type?this.labelFunction(a,new Date(e),this).toString():this.labelFunction(e,a,this).toString()),a):void 0},getMinorGridStep:function(t,e){var i=[5,4,2];60>e&&i.shift();for(var a=Math.floor(Math.log(Math.abs(t))*Math.LOG10E),s=0;st){if(o=Math.pow(10,-o)*r,o==Math.round(o))return r}else if(r==Math.round(r))return r}},stackGraphs:function(e){var i=this.stackType;"stacked"==i&&(i="regular"),"line"==i&&(i="none"),"100% stacked"==i&&(i="100%"),this.stackType=i;var a,s,r,o,h,n,l=[],d=[],u=[],c=[],p=this.chart.graphs,m=this.baseValue,g=!1;if(("line"==e||"step"==e||"smoothedLine"==e)&&(g=!0),g&&("regular"==i||"100%"==i))for(h=0;h=n;n++){var f=0;for(h=0;hf&&(f=v),isNaN(c[n])?c[n]=Math.abs(a):c[n]+=Math.abs(a),c[n]=t.roundTo(c[n],f),v=o.fillToGraph,g&&v&&(v=this.data[n].axes[this.id].graphs[v.id])&&(r.values.open=v.values.value),"regular"==i&&(g&&(isNaN(l[n])?(l[n]=a,r.values.close=a,r.values.open=this.baseValue):(isNaN(a)?r.values.close=l[n]:r.values.close=a+l[n],r.values.open=l[n],l[n]=r.values.close)),"column"==e&&(o.newStack&&(u[n]=NaN,d[n]=NaN),r.values.close=a,0>a?(r.values.close=a,isNaN(d[n])?r.values.open=m:(r.values.close+=d[n],r.values.open=d[n]),d[n]=r.values.close):(r.values.close=a,isNaN(u[n])?r.values.open=m:(r.values.close+=u[n],r.values.open=u[n]),u[n]=r.values.close)))}}for(n=this.start;n<=this.end;n++)for(h=0;hl?(r.values.close=t.fitToBounds(l+d[n],-100,100),r.values.open=d[n],d[n]=r.values.close):(r.values.close=t.fitToBounds(l+u[n],-100,100),r.values.open=u[n],u[n]=r.values.close)))))},recalculate:function(){var e,i=this.chart,a=i.graphs;for(e=0;e0&&l--;var d;if(h=this.start,s.compareFromStart&&(h=0),!isNaN(i.startTime)&&(d=i.categoryAxis)){var u=d.minDuration(),u=new Date(i.startTime+u/2),c=t.resetDateToMin(new Date(i.startTime),d.minPeriod).getTime();t.resetDateToMin(new Date(u),d.minPeriod).getTime()>c&&h++}for((d=i.recalculateFromDate)&&(d=t.getDate(d,i.dataDateFormat,"fff"),h=i.getClosestIndex(i.chartData,"time",d.getTime(),!0,0,i.chartData.length),n=i.chartData.length-1),d=h;n>=d&&(h=this.data[d].axes[this.id].graphs[s.id],o=h.values[r],s.recalculateValue&&(o=h.dataContext[s.valueField+s.recalculateValue]),isNaN(o));d++);for(this.recBaseValue=o,r=l;n>=r;r++){h=this.data[r].axes[this.id].graphs[s.id],h.percents={};var p,l=h.values;for(p in l)h.percents[p]="percents"!=p?l[p]/o*100-100:l[p]}}}},getMinMax:function(){var e,i=!1,a=this.chart,s=a.graphs;for(e=0;e0)for(a=0;i>a;a++)s=this.guides[a],s.toValuethis.max&&(this.max=s.toValue),s.value>this.max&&(this.max=s.value);isNaN(this.minimum)||(this.min=this.minimum),isNaN(this.maximum)||(this.max=this.maximum),"date"==this.type&&this.getDateMinMax(),this.min>this.max&&(i=this.max,this.max=this.min,this.min=i),isNaN(this.minZoom)||(this.min=this.minZoom),isNaN(this.maxZoom)||(this.max=this.maxZoom),this.minCalc=this.min,this.maxCalc=this.max,this.minReal=this.min,this.maxReal=this.max,0===this.min&&0===this.max&&(this.max=9),this.min>this.max&&(this.min=this.max-1),i=this.min,a=this.max,s=this.max-this.min,e=0===s?Math.pow(10,Math.floor(Math.log(Math.abs(this.max))*Math.LOG10E))/10:Math.pow(10,Math.floor(Math.log(Math.abs(s))*Math.LOG10E))/10,isNaN(this.maximum)&&(this.max=Math.ceil(this.max/e)*e+e),isNaN(this.minimum)&&(this.min=Math.floor(this.min/e)*e-e),0>this.min&&i>=0&&(this.min=0),0=a&&(this.max=0),"100%"==this.stackType&&(this.min=0>this.min?-100:0,this.max=0>this.max?0:100),s=this.max-this.min,e=Math.pow(10,Math.floor(Math.log(Math.abs(s))*Math.LOG10E))/10,this.step=Math.ceil(s/this.gridCountR/e)*e,s=Math.pow(10,Math.floor(Math.log(Math.abs(this.step))*Math.LOG10E)),s=t.fixStepE(s),e=Math.ceil(this.step/s),e>5&&(e=10),5>=e&&e>2&&(e=5),this.step=Math.ceil(this.step/(s*e))*s*e,1>s?(this.maxDecCount=Math.abs(Math.log(Math.abs(s))*Math.LOG10E),this.maxDecCount=Math.round(this.maxDecCount),this.step=t.roundTo(this.step,this.maxDecCount+1)):this.maxDecCount=0,this.min=this.step*Math.floor(this.min/this.step),this.max=this.step*Math.ceil(this.max/this.step),0>this.min&&i>=0&&(this.min=0),0=a&&(this.max=0),1=s;s++){var r,o=this.data[s].axes[this.id].graphs;for(r in o)if(o.hasOwnProperty(r)){var h=this.chart.graphsById[r];if(h.includeInMinMax&&(!h.hidden||this.includeHidden)){isNaN(i)&&(i=1/0),isNaN(a)&&(a=-(1/0)),this.foundGraphs=!0,h=o[r].values,this.recalculateToPercents&&(h=o[r].percents);var n;if(this.minMaxField)n=h[this.minMaxField],i>n&&(i=n),n>a&&(a=n);else for(var l in h)h.hasOwnProperty(l)&&"percents"!=l&&"total"!=l&&(n=h[l],i>n&&(i=n),n>a&&(a=n))}}}return{min:i,max:a}},zoomOut:function(){this.zoomToRelativeValues(0,1),this.maxZoom=this.minZoom=NaN},zoomToRelativeValues:function(t,e,i){if(this.reversed){var a=t;t=1-e,e=1-a}var s=this.fullMax,a=this.fullMin,r=a+(s-a)*t,o=a+(s-a)*e;return this.logarithmic&&(s=Math.log(s)*Math.LOG10E-Math.log(a)*Math.LOG10E,r=Math.pow(10,s*t+Math.log(a)*Math.LOG10E),o=Math.pow(10,s*e+Math.log(a)*Math.LOG10E)),this.zoomToValues(r,o,i)},zoomToValues:function(t,e,i){if(t>e){var a=e;e=t,t=a}var s=this.fullMax,a=this.fullMin;if(this.relativeStart=(t-a)/(s-a),this.relativeEnd=(e-a)/(s-a),this.logarithmic){var s=Math.log(s)*Math.LOG10E-Math.log(a)*Math.LOG10E,r=Math.log(e)/Math.LN10-Math.log(a)*Math.LOG10E;this.relativeStart=(Math.log(t)/Math.LN10-Math.log(a)*Math.LOG10E)/s,this.relativeEnd=r/s}return this.minZoom!=t||this.maxZoom!=e?(this.minZoom=t,this.maxZoom=e,i||(i={type:"axisZoomed"},i.chart=this.chart,i.valueAxis=this,i.startValue=t,i.endValue=e,i.relativeStart=this.relativeStart,i.relativeEnd=this.relativeEnd,this.fire(i)),!0):void 0},coordinateToValue:function(t){if(isNaN(t))return NaN;var e=this.axisWidth,i=this.stepWidth,a=this.reversed,s=this.rotate,r=this.min,o=this.minReal;return!0===this.logarithmic?Math.pow(10,(s?!0===a?(e-t)/i:t/i:!0===a?t/i:(e-t)/i)+Math.log(o)*Math.LOG10E):!0===a?s?r-(t-e)/i:t/i+r:s?t/i+r:r-(t-e)/i},getCoordinate:function(t,e){if(isNaN(t))return NaN;var i=this.rotate,a=this.reversed,s=this.axisWidth,r=this.stepWidth,o=this.min,h=this.minReal;return!0===this.logarithmic?(0===t&&(t=this.treatZeroAs),o=Math.log(t)*Math.LOG10E-Math.log(h)*Math.LOG10E,i=i?!0===a?s-r*o:r*o:!0===a?r*o:s-r*o):i=!0===a?i?s-r*(t-o):r*(t-o):i?r*(t-o):s-r*(t-o),1e70&&(V=0)),isNaN(h.labelRotation)||(u=h.labelRotation),isNaN(h.fontSize)||(g=h.fontSize),h.position&&(z=h.position),void 0!==h.boldLabel&&(n=h.boldLabel),isNaN(h.labelOffset)||(k=h.labelOffset)):""===a&&(A=0),d&&!isNaN(e.minorTickLength)&&(A=e.minorTickLength);var Y="start";r>0&&(Y="middle"),e.centerLabels&&(Y="middle");var H,X,U=u*Math.PI/180,Z=0,j=0,q=0,J=H=0,Q=0;"V"==P&&(u=0);var K;B&&""!==a&&(K=e.autoWrap&&0===u?t.wrappedText(v,a,f,m,g,Y,n,Math.abs(r),0):t.text(v,a,f,m,g,Y,n),Y=K.getBBox(),J=Y.width,Q=Y.height),"H"==P?(i>=0&&W+1>=i&&(A>0&&C>0&&W+1>=i+l&&(L=t.line(v,[i+l,i+l],[0,A],y,C,S),x.push(L)),N>0&&(_=t.line(v,[i,i+R,i+R],[G,G+I,I],w,N,S,T),x.push(_))),j=0,Z=i,h&&90==u&&O&&(Z-=g),!1===s?(Y="start",j="bottom"==z?O?j+A:j-A:O?j-A:j+A,Z+=3,r>0&&(Z+=r/2-3,Y="middle"),u>0&&(Y="middle")):Y="middle",1==F&&M>0&&!h&&!d&&W>E&&(s=t.fitToBounds(i,0,W),E=t.fitToBounds(E,0,W),H=s-E,H>0&&(X=t.rect(v,H,e.height,D,M),X.translate(s-H+R,I),x.push(X))),"bottom"==z?(j+=G+g/2+V,O?(u>0?(j=G-J/2*Math.sin(U)-A-3,Z+=J/2*Math.cos(U)-4+2):0>u?(j=G+J*Math.sin(U)-A-3+2,Z+=-J*Math.cos(U)-Q*Math.sin(U)-4):j-=A+g+3+3,j-=k):(u>0?(j=G+J/2*Math.sin(U)+A+3,Z-=J/2*Math.cos(U)):0>u?(j=G+A+3-J/2*Math.sin(U)+2,Z+=J/2*Math.cos(U)):j+=A+b+3+3,j+=k)):(j+=I+g/2-V,Z+=R,O?(u>0?(j=J/2*Math.sin(U)+A+3,Z-=J/2*Math.cos(U)):j+=A+3,j+=k):(u>0?(j=-(J/2)*Math.sin(U)-A-6,Z+=J/2*Math.cos(U)):j-=A+g+3+b+3,j-=k)),"bottom"==z?H=(O?G-A-1:G+b-1)+V:(q=R,H=(O?I:I-A-b+1)-V),o&&(Z+=o),o=Z,u>0&&(o+=J/2*Math.cos(U)),K&&(g=0,O&&(g=J/2*Math.cos(U)),o+g>W+2||0>o)&&(K.remove(),K=null)):(i>=0&&G+1>=i&&(A>0&&C>0&&G+1>=i+l&&(L=t.line(v,[0,A+1],[i+l,i+l],y,C,S),x.push(L)),N>0&&(_=t.line(v,[0,R,W+R],[i,i+I,i+I],w,N,S,T),x.push(_))),Y="end",(!0===O&&"left"==z||!1===O&&"right"==z)&&(Y="start"),j=i-Q/2+2,1==F&&M>0&&!h&&!d&&(s=t.fitToBounds(i,0,G),E=t.fitToBounds(E,0,G),U=s-E,X=t.polygon(v,[0,e.width,e.width,0],[0,0,U,U],D,M),X.translate(R,s-U+I),x.push(X)),j+=g/2,"right"==z?(Z+=R+W+V,j+=I,O?(o||(j-=g/2+3),Z=Z-(A+4)-k):(Z+=A+4+b,j-=2,Z+=k)):O?(Z+=A+4-V,o||(j-=g/2+3),h&&(Z+=R,j+=I),Z+=k):(Z+=-A-b-4-2-V,j-=2,Z-=k),L&&("right"==z?(q+=R+V+W-1,H+=I,q=O?q-b:q+b):(q-=V,O||(q-=A+b))),o&&(j+=o),O=-3,"right"==z&&(O+=I),K&&(j>G+1||O>j)&&(K.remove(),K=null)),L&&(L.translate(q,H),t.setCN(p,L,e.bcn+"tick"),t.setCN(p,L,c,!0),h&&t.setCN(p,L,"guide")),!1===e.visible&&(L&&L.remove(),K&&(K.remove(),K=null)),K&&(K.attr({"text-anchor":Y}),K.translate(Z,j,NaN,!0),0!==u&&K.rotate(-u,e.chart.backgroundColor),e.allLabels.push(K),this.label=K,t.setCN(p,K,e.bcn+"label"),t.setCN(p,K,c,!0),h&&t.setCN(p,K,"guide")),_&&(t.setCN(p,_,e.bcn+"grid"),t.setCN(p,_,c,!0),h&&t.setCN(p,_,"guide")),X&&(t.setCN(p,X,e.bcn+"fill"),t.setCN(p,X,c,!0)),d?_&&t.setCN(p,_,e.bcn+"grid-minor"):(e.counter=0===F?1:0,e.previousCoord=i),0===this.set.node.childNodes.length&&this.set.remove()},graphics:function(){return this.set},getLabel:function(){return this.label}})}(),function(){var t=window.AmCharts;t.RecFill=t.Class({construct:function(e,i,a,s){var r=e.dx,o=e.dy,h=e.orientation,n=0;if(i>a){var l=i;i=a,a=l}var d=s.fillAlpha;isNaN(d)&&(d=0);var l=e.chart.container,u=s.fillColor;"V"==h?(i=t.fitToBounds(i,0,e.height),a=t.fitToBounds(a,0,e.height)):(i=t.fitToBounds(i,0,e.width),a=t.fitToBounds(a,0,e.width)),a-=i,isNaN(a)&&(a=4,n=2,d=0),0>a&&"object"==typeof u&&(u=u.join(",").split(",").reverse()),"V"==h?(h=t.rect(l,e.width,a,u,d),h.translate(r,i-n+o)):(h=t.rect(l,a,e.height,u,d),h.translate(i-n+r,o)),t.setCN(e.chart,h,"guide-fill"),s.id&&t.setCN(e.chart,h,"guide-fill-"+s.id),this.set=l.set([h])},graphics:function(){return this.set},getLabel:function(){}})}(),function(){var t=window.AmCharts;t.AmChart=t.Class({construct:function(e){this.svgIcons=this.tapToActivate=!0,this.theme=e,this.classNamePrefix="amcharts",this.addClassNames=!1,this.version="3.18.6",t.addChart(this),this.createEvents("buildStarted","dataUpdated","init","rendered","drawn","failed","resized","animationFinished"),this.height=this.width="100%",this.dataChanged=!0,this.chartCreated=!1,this.previousWidth=this.previousHeight=0,this.backgroundColor="#FFFFFF",this.borderAlpha=this.backgroundAlpha=0,this.color=this.borderColor="#000000",this.fontFamily="Verdana",this.fontSize=11,this.usePrefixes=!1,this.autoResize=!0,this.autoDisplay=!1,this.addCodeCredits=!0,this.precision=-1,this.percentPrecision=2,this.decimalSeparator=".",this.thousandsSeparator=",",this.labels=[],this.allLabels=[],this.titles=[],this.marginRight=this.marginLeft=this.autoMarginOffset=0,this.timeOuts=[],this.creditsPosition="top-left";var i=document.createElement("div"),a=i.style;a.overflow="hidden",a.position="relative",a.textAlign="left",this.chartDiv=i,i=document.createElement("div"),a=i.style,a.overflow="hidden",a.position="relative",a.textAlign="left",this.legendDiv=i,this.titleHeight=0,this.hideBalloonTime=150,this.handDrawScatter=2,this.handDrawThickness=1,this.prefixesOfBigNumbers=[{number:1e3,prefix:"k"},{number:1e6,prefix:"M"},{number:1e9,prefix:"G"},{number:1e12,prefix:"T"},{number:1e15,prefix:"P"},{number:1e18,prefix:"E"},{number:1e21,prefix:"Z"},{number:1e24,prefix:"Y"}],this.prefixesOfSmallNumbers=[{number:1e-24,prefix:"y"},{number:1e-21,prefix:"z"},{number:1e-18,prefix:"a"},{number:1e-15,prefix:"f"},{number:1e-12,prefix:"p"},{number:1e-9,prefix:"n"},{number:1e-6,prefix:"μ"},{number:.001,prefix:"m"}],this.panEventsEnabled=!0,this.product="amcharts",this.animations=[],this.balloon=new t.AmBalloon(this.theme),this.balloon.chart=this,this.processTimeout=0,this.processCount=1e3,this.animatable=[],t.applyTheme(this,e,"AmChart")},drawChart:function(){00&&o>0&&(i.style.width=e+"px",i.style.height=o+"px",i.style.padding=0,r&&r.setSize(e,o),this.balloon=t.processObject(this.balloon,t.AmBalloon,this.theme),this.balloon.setBounds(2,2,e-2,o)),this.balloon.chart=this,this.realWidth=e,this.realHeight=o,this.divRealWidth=a,this.divRealHeight=s}},checkDisplay:function(){if(this.autoDisplay&&this.container){var e=t.rect(this.container,10,10),i=e.getBBox();0===i.width&&0===i.height&&(this.divRealHeight=this.divRealWidth=this.realHeight=this.realWidth=0,this.previousWidth=this.previousHeight=NaN),e.remove()}},destroy:function(){this.chartDiv.innerHTML="",this.clearTimeOuts(),this.legend&&this.legend.destroy()},clearTimeOuts:function(){var t=this.timeOuts;if(t){var e;for(e=0;e=0;t--)e[t].remove();this.labels=[],this.allLabels=[]},updateHeight:function(){var t=this.divRealHeight,e=this.legend;if(e){var i=this.legendDiv.offsetHeight,e=e.position;("top"==e||"bottom"==e)&&(t-=i,(0>t||isNaN(t))&&(t=0),this.chartDiv.style.height=t+"px")}return t},updateWidth:function(){var t=this.divRealWidth,e=this.divRealHeight,i=this.legend;if(i){var a=this.legendDiv,s=a.offsetWidth;isNaN(i.width)||(s=i.width),i.ieW&&(s=i.ieW);var r=a.offsetHeight,a=a.style,o=this.chartDiv.style,i=i.position;("right"==i||"left"==i)&&(t-=s,(0>t||isNaN(t))&&(t=0),o.width=t+"px",this.balloon.setBounds(2,2,t-2,this.realHeight),"left"==i?(o.left=s+"px",a.left="0px"):(o.left="0px",a.left=t+"px"),e>r&&(a.top=(e-r)/2+"px"))}return t},getTitleHeight:function(){return this.drawTitles(!0),this.titleHeight},addTitle:function(t,e,i,a,s){return isNaN(e)&&(e=this.fontSize+2),t={text:t,size:e,color:i,alpha:a,bold:s,enabled:!0},this.titles.push(t),t},handleWheel:function(t){var e=0;t||(t=window.event),t.wheelDelta?e=t.wheelDelta/120:t.detail&&(e=-t.detail/3),e&&this.handleWheelReal(e,t.shiftKey),t.preventDefault&&t.preventDefault()},handleWheelReal:function(){},handleDocTouchStart:function(){this.hideBalloonReal(),this.handleMouseMove(),this.tmx=this.mouseX,this.tmy=this.mouseY},handleDocTouchEnd:function(){-.5Math.abs(this.mouseX-this.tmx)&&4>Math.abs(this.mouseY-this.tmy)&&(this.tapped=!0)):this.tapped=!1},addListeners:function(){var t=this,e=t.chartDiv;document.addEventListener?(t.panEventsEnabled&&(e.style.msTouchAction="none",e.style.touchAction="none"),"ontouchstart"in document.documentElement&&(e.addEventListener("touchstart",function(e){t.handleTouchStart.call(t,e)},!0),e.addEventListener("touchmove",function(e){t.handleMouseMove.call(t,e)},!0),e.addEventListener("touchend",function(e){t.handleTouchEnd.call(t,e)},!0),document.addEventListener("touchstart",function(e){t.handleDocTouchStart.call(t,e)}),document.addEventListener("touchend",function(e){ +t.handleDocTouchEnd.call(t,e)})),e.addEventListener("mousedown",function(e){t.mouseIsOver=!0,t.handleMouseMove.call(t,e),t.handleMouseDown.call(t,e)},!0),e.addEventListener("mouseover",function(e){t.handleMouseOver.call(t,e)},!0),e.addEventListener("mouseout",function(e){t.handleMouseOut.call(t,e)},!0)):(e.attachEvent("onmousedown",function(e){t.handleMouseDown.call(t,e)}),e.attachEvent("onmouseover",function(e){t.handleMouseOver.call(t,e)}),e.attachEvent("onmouseout",function(e){t.handleMouseOut.call(t,e)}))},dispDUpd:function(){this.skipEvents||(this.dispatchDataUpdated&&(this.dispatchDataUpdated=!1,this.fire({type:"dataUpdated",chart:this})),this.chartCreated||(this.chartCreated=!0,this.fire({type:"init",chart:this})),this.chartRendered||(this.fire({type:"rendered",chart:this}),this.chartRendered=!0),this.fire({type:"drawn",chart:this})),this.skipEvents=!1},validateSize:function(){var t=this;if(t.premeasure(),t.checkDisplay(),t.divRealWidth!=t.previousWidth||t.divRealHeight!=t.previousHeight){var e=t.legend;if(0=0;e--){var i=this.animations[e],a=t.updateRate*i.time,s=i.frame+1,r=i.obj,o=i.attribute;if(a>=s){i.frame++;var h=Number(i.from),n=Number(i.to)-h,a=t[i.effect](0,s,h,n,a);0===n?(this.animations.splice(e,1),r.node.style[o]=Number(i.to)+i.suffix):r.node.style[o]=a+i.suffix}else r.node.style[o]=Number(i.to)+i.suffix,r.animationFinished=!0,this.animations.splice(e,1)}},update:function(){this.updateAnimations();var t=this.animatable;if(0=0;i--){var a=t[i];a&&(a.animationFinished?t.splice(i,1):e=!1)}e&&(this.fire({type:"animationFinished",chart:this}),this.animatable=[])}},inIframe:function(){try{return window.self!==window.top}catch(t){return!0}},brr:function(){if(!this.hideCredits){var t,e="amcharts.com",i=window.location.hostname.split(".");if(2<=i.length&&(t=i[i.length-2]+"."+i[i.length-1]),this.amLink&&(i=this.amLink.parentNode)&&i.removeChild(this.amLink),i=this.creditsPosition,t!=e||!0===this.inIframe()){var e="http://www."+e,a=t=0,s=this.realWidth,r=this.realHeight,o=this.type;("serial"==o||"xy"==o||"gantt"==o)&&(t=this.marginLeftReal,a=this.marginTopReal,s=t+this.plotAreaWidth,r=a+this.plotAreaHeight);var o=e+"/javascript-charts/",h="JavaScript charts",n="JS chart by amCharts";"ammap"==this.product&&(o=e+"/javascript-maps/",h="Interactive JavaScript maps",n="JS map by amCharts"),e=document.createElement("a"),n=document.createTextNode(n),e.setAttribute("href",o),e.setAttribute("title",h),e.appendChild(n),this.chartDiv.appendChild(e),this.amLink=e,o=e.style,o.position="absolute",o.textDecoration="none",o.color=this.color,o.fontFamily=this.fontFamily,o.fontSize=this.fontSize+"px",o.opacity=.7,o.display="block";var h=e.offsetWidth,e=e.offsetHeight,n=5+t,l=a+5;"bottom-left"==i&&(n=5+t,l=r-e-3),"bottom-right"==i&&(n=s-h-5,l=r-e-3),"top-right"==i&&(n=s-h-5,l=a+5),o.left=n+"px",o.top=l+"px"}}}}),t.Slice=t.Class({construct:function(){}}),t.SerialDataItem=t.Class({construct:function(){}}),t.GraphDataItem=t.Class({construct:function(){}}),t.Guide=t.Class({construct:function(e){this.cname="Guide",t.applyTheme(this,e,this.cname)}}),t.Title=t.Class({construct:function(e){this.cname="Title",t.applyTheme(this,e,this.cname)}}),t.Label=t.Class({construct:function(e){this.cname="Label",t.applyTheme(this,e,this.cname)}})}(),function(){var t=window.AmCharts;t.AmGraph=t.Class({construct:function(e){this.cname="AmGraph",this.createEvents("rollOverGraphItem","rollOutGraphItem","clickGraphItem","doubleClickGraphItem","rightClickGraphItem","clickGraph","rollOverGraph","rollOutGraph"),this.type="line",this.stackable=!0,this.columnCount=1,this.columnIndex=0,this.centerCustomBullets=this.showBalloon=!0,this.maxBulletSize=50,this.minBulletSize=4,this.balloonText="[[value]]",this.hidden=this.scrollbar=this.animationPlayed=!1,this.pointPosition="middle",this.depthCount=1,this.includeInMinMax=!0,this.negativeBase=0,this.visibleInLegend=!0,this.showAllValueLabels=!1,this.showBulletsAt=this.showBalloonAt="close",this.lineThickness=1,this.dashLength=0,this.connect=!0,this.lineAlpha=1,this.bullet="none",this.bulletBorderThickness=2,this.bulletBorderAlpha=0,this.bulletAlpha=1,this.bulletSize=8,this.cornerRadiusTop=this.hideBulletsCount=this.bulletOffset=0,this.cursorBulletAlpha=1,this.gradientOrientation="vertical",this.dy=this.dx=0,this.periodValue="",this.clustered=!0,this.periodSpan=1,this.y=this.x=0,this.switchable=!0,this.tcc=this.minDistance=1,this.labelRotation=0,this.labelAnchor="auto",this.labelOffset=3,this.bcn="graph-",this.dateFormat="MMM DD, YYYY",this.noRounding=!0,t.applyTheme(this,e,this.cname)},init:function(){this.createBalloon()},draw:function(){var e=this.chart,i=e.type;if(e.drawGraphs){isNaN(this.precision)||(this.numberFormatter?this.numberFormatter.precision=this.precision:this.numberFormatter={precision:this.precision,decimalSeparator:e.decimalSeparator,thousandsSeparator:e.thousandsSeparator});var a=e.container;this.container=a,this.destroy();var s=a.set();this.set=s,s.translate(this.x,this.y);var r=a.set();this.bulletSet=r,r.translate(this.x,this.y),this.behindColumns?(e.graphsBehindSet.push(s),e.bulletBehindSet.push(r)):(e.graphsSet.push(s),e.bulletSet.push(r));var o=this.bulletAxis;t.isString(o)&&(this.bulletAxis=e.getValueAxisById(o)),a=a.set(),t.remove(this.columnsSet),this.columnsSet=a,t.setCN(e,s,"graph-"+this.type),t.setCN(e,s,"graph-"+this.id),t.setCN(e,r,"graph-"+this.type),t.setCN(e,r,"graph-"+this.id),this.columnsArray=[],this.ownColumns=[],this.allBullets=[],this.animationArray=[],r=this.labelPosition,r||(o=this.valueAxis.stackType,r="top","column"==this.type&&(e.rotate&&(r="right"),"100%"==o||"regular"==o)&&(r="middle"),this.labelPosition=r),t.ifArray(this.data)&&(e=!1,"xy"==i?this.xAxis.axisCreated&&this.yAxis.axisCreated&&(e=!0):this.valueAxis.axisCreated&&(e=!0),!this.hidden&&e&&this.createGraph()),s.push(a)}},createGraph:function(){var e=this,i=e.chart;e.startAlpha=i.startAlpha,e.seqAn=i.sequencedAnimation,e.baseCoord=e.valueAxis.baseCoord,void 0===e.fillAlphas&&(e.fillAlphas=0),e.bulletColorR=e.bulletColor,void 0===e.bulletColorR&&(e.bulletColorR=e.lineColorR,e.bulletColorNegative=e.negativeLineColor),void 0===e.bulletAlpha&&(e.bulletAlpha=e.lineAlpha),("step"==a||t.VML)&&(e.noRounding=!1);var a=i.type;if("gantt"==a&&(a="serial"),clearTimeout(e.playedTO),!isNaN(e.valueAxis.min)&&!isNaN(e.valueAxis.max)){switch(a){case"serial":e.categoryAxis&&(e.createSerialGraph(),"candlestick"==e.type&&1>e.valueAxis.minMaxMultiplier&&e.positiveClip(e.set));break;case"radar":e.createRadarGraph();break;case"xy":e.createXYGraph(),e.positiveClip(e.set)}e.playedTO=setTimeout(function(){e.setAnimationPlayed.call(e)},500*e.chart.startDuration)}},setAnimationPlayed:function(){this.animationPlayed=!0},createXYGraph:function(){var t=[],e=[],i=this.xAxis,a=this.yAxis;this.pmh=a.height,this.pmw=i.width,this.pmy=this.pmx=0;var s;for(s=this.start;s<=this.end;s++){var r=this.data[s].axes[i.id].graphs[this.id],o=r.values,h=o.x,n=o.y,o=i.getCoordinate(h,this.noRounding),l=a.getCoordinate(n,this.noRounding);if(!isNaN(h)&&!isNaN(n)&&(t.push(o),e.push(l),r.x=o,r.y=l,h=this.createBullet(r,o,l,s),n=this.labelText)){var n=this.createLabel(r,n),d=0;h&&(d=h.size),this.positionLabel(r,o,l,n,d)}}this.drawLineGraph(t,e),this.launchAnimation()},createRadarGraph:function(){var t,e,i,a,s,r=this.valueAxis.stackType,o=[],h=[],n=[],l=[];for(s=this.start;s<=this.end;s++){var d,u,c=this.data[s].axes[this.valueAxis.id].graphs[this.id];if("none"==r||"3d"==r?d=c.values.value:(d=c.values.close,u=c.values.open),isNaN(d))this.connect||(this.drawLineGraph(o,h,n,l),o=[],h=[],n=[],l=[]);else{var p=this.valueAxis.getCoordinate(d,this.noRounding)-this.height,p=p*this.valueAxis.rMultiplier,m=-360/(this.end-this.start+1)*s;if("middle"==this.valueAxis.pointPosition&&(m-=180/(this.end-this.start+1)),d=p*Math.sin(m/180*Math.PI),p*=Math.cos(m/180*Math.PI),o.push(d),h.push(p),!isNaN(u)){var g=this.valueAxis.getCoordinate(u,this.noRounding)-this.height,g=g*this.valueAxis.rMultiplier,f=g*Math.sin(m/180*Math.PI),m=g*Math.cos(m/180*Math.PI);n.push(f),l.push(m),isNaN(i)&&(i=f),isNaN(a)&&(a=m)}m=this.createBullet(c,d,p,s),c.x=d,c.y=p,(f=this.labelText)&&(f=this.createLabel(c,f),g=0,m&&(g=m.size),this.positionLabel(c,d,p,f,g)),isNaN(t)&&(t=d),isNaN(e)&&(e=p)}}o.push(t),h.push(e),isNaN(i)||(n.push(i),l.push(a)),this.drawLineGraph(o,h,n,l),this.launchAnimation()},positionLabel:function(t,e,i,a,s){if(a){var r=this.chart,o=this.valueAxis,h="middle",n=!1,l=this.labelPosition,d=a.getBBox(),u=this.chart.rotate,c=t.isNegative;switch(i-=d.height/4/2,void 0!==t.labelIsNegative&&(c=t.labelIsNegative),l){case"right":l=u&&c?"left":"right";break;case"top":l=u?"top":c?"bottom":"top";break;case"bottom":l=u?"bottom":c?"top":"bottom";break;case"left":l=u&&c?"right":"left"}var p=t.columnGraphics,m=0,g=0;p&&(m=p.x,g=p.y);var f=this.labelOffset;switch(l){case"right":h="start",e+=s/2+f;break;case"top":i=o.reversed?i+(s/2+d.height/2+f):i-(s/2+d.height/2+f);break;case"bottom":i=o.reversed?i-(s/2+d.height/2+f):i+(s/2+d.height/2+f);break;case"left":h="end",e-=s/2+f;break;case"inside":"column"==this.type&&(n=!0,u?c?(h="end",e=m-3-f):(h="start",e=m+3+f):i=c?g+7+f:g-10-f);break;case"middle":"column"==this.type&&(n=!0,u?e-=(e-m)/2+f-3:i-=(i-g)/2+f-3)}return"auto"!=this.labelAnchor&&(h=this.labelAnchor),a.attr({"text-anchor":h}),this.labelRotation&&a.rotate(this.labelRotation),a.translate(e,i),!this.showAllValueLabels&&p&&n&&(d=a.getBBox(),d.height>t.columnHeight||d.width>t.columnWidth)&&(a.remove(),a=null),a&&(0>e||e>this.width||0>i||i>this.height)&&(a.remove(),a=null),!a||"serial"!=r.type&&"gantt"!=r.type||(u?(0>i||i>this.height)&&(a.remove(),a=null):(0>e||e>this.width)&&(a.remove(),a=null)),a&&this.allBullets.push(a),a}},getGradRotation:function(){var t=270;return"horizontal"==this.gradientOrientation&&(t=0),this.gradientRotation=t},createSerialGraph:function(){this.dashLengthSwitched=this.fillColorsSwitched=this.lineColorSwitched=void 0;var e=this.chart,i=this.id,a=this.index,s=this.data,r=this.chart.container,o=this.valueAxis,h=this.type,n=this.columnWidthReal,l=this.showBulletsAt;isNaN(this.columnWidth)||(n=this.columnWidth),isNaN(n)&&(n=.8);var d,u,c,p,m,g=this.useNegativeColorIfDown,f=this.width,v=this.height,x=this.y,b=this.rotate,y=this.columnCount,C=t.toCoordinate(this.cornerRadiusTop,n/2),A=this.connect,N=[],S=[],w=this.chart.graphs.length,T=this.dx/this.tcc,D=this.dy/this.tcc,M=o.stackType,B=this.start,L=this.end,_=this.scrollbar,F="graph-column-";_&&(F="scrollbar-graph-column-");var O,k=this.categoryAxis,R=this.baseCoord,I=this.negativeBase,P=this.columnIndex,z=this.lineThickness,E=this.lineAlpha,G=this.lineColorR,W=this.dashLength,V=this.set,Y=this.getGradRotation(),H=this.chart.columnSpacing,X=k.cellWidth,U=(X*n-y)/y;H>U&&(H=U);var Z,j,q,J,Q,K,$,tt=v,et=f,it=0,at=0,st=this.fillColorsR,rt=this.negativeFillColors,ot=this.negativeLineColor,ht=this.fillAlphas,nt=this.negativeFillAlphas;"object"==typeof ht&&(ht=ht[0]),"object"==typeof nt&&(nt=nt[0]);var lt=this.noRounding;"step"==h&&(lt=!1);var dt=o.getCoordinate(o.min);if(o.logarithmic&&(dt=o.getCoordinate(o.minReal)),this.minCoord=dt,this.resetBullet&&(this.bullet="none"),!(_||"line"!=h&&"smoothedLine"!=h&&"step"!=h||(1==s.length&&"step"!=h&&"none"==this.bullet&&(this.bullet="round",this.resetBullet=!0),!rt&&void 0==ot||g))){var ut=I;ut>o.max&&(ut=o.max),utn&&(n=1);var gt=this.fixedColumnWidth;isNaN(gt)||(n=gt);var ft;if("line"==h||"step"==h||"smoothedLine"==h){if(B>0){for(ft=B-1;ft>-1;ft--)if(Z=s[ft],j=Z.axes[o.id].graphs[i],q=j.values.value,!isNaN(q)){B=ft;break}if(this.lineColorField)for(ft=B;ft>-1;ft--)if(Z=s[ft],j=Z.axes[o.id].graphs[i],j.lineColor){this.bulletColorSwitched=this.lineColorSwitched=j.lineColor;break}if(this.fillColorsField)for(ft=B;ft>-1;ft--)if(Z=s[ft],j=Z.axes[o.id].graphs[i],j.fillColors){this.fillColorsSwitched=j.fillColors;break}if(this.dashLengthField)for(ft=B;ft>-1;ft--)if(Z=s[ft],j=Z.axes[o.id].graphs[i],!isNaN(j.dashLength)){this.dashLengthSwitched=j.dashLength;break}}if(L=ft;ft++){Z=s[ft],j=Z.axes[o.id].graphs[i],j.index=ft;var Mt,Bt=NaN;if(g&&void 0==this.openField)for(var Lt=ft+1;LtBt?!0:!1,isNaN(Bt)&&(j.isNegative=!St)):j.isNegative=Bt>Jt?!0:!1),!_)switch(this.showBalloonAt){case"close":j.y=Et;break;case"open":j.y=Wt;break;case"high":j.y=Xt;break;case"low":j.y=Yt}var Pt=Z.x[k.id],de=this.periodSpan-1;"step"!=h||isNaN(Z.cellWidth)||(X=Z.cellWidth);var ue=Math.floor(X/2)+Math.floor(de*X/2),ce=ue,pe=0;if("left"==this.stepDirection&&(pe=(2*X+de*X)/2,Pt-=pe),"center"==this.stepDirection&&(pe=X/2,Pt-=pe),"start"==this.pointPosition&&(Pt-=X/2+Math.floor(de*X/2),ue=0,ce=Math.floor(X)+Math.floor(de*X)),"end"==this.pointPosition&&(Pt+=X/2+Math.floor(de*X/2),ue=Math.floor(X)+Math.floor(de*X),ce=0),yt){var me=this.columnWidth;isNaN(me)||(ue*=me,ce*=me)}_||(j.x=Pt),-1e5>Pt&&(Pt=-1e5),Pt>f+1e5&&(Pt=f+1e5),b?(zt=Et,Gt=Wt,Wt=Et=Pt,isNaN($t)&&!this.fillToGraph&&(Gt=R),Vt=Yt,Ht=Xt):(Gt=zt=Pt,isNaN($t)&&!this.fillToGraph&&(Wt=R)),(!se&&$t>Jt||se&&O>Jt)&&(j.isNegative=!0,rt&&(ee=rt),nt&&(ie=nt),void 0!=ot&&(ae=ot)),wt=!1,isNaN(Jt)||(g?Jt>Bt?(St&&(wt=!0),St=!1):(St||(wt=!0),St=!0):j.isNegative=I>Jt?!0:!1,O=Jt);var ge=!1;switch(_&&e.chartScrollbar.ignoreCustomColors&&(ge=!0),ge||(void 0!=j.color&&(ee=j.color),j.fillColors&&(ee=j.fillColors)),h){case"line":isNaN(Jt)?A||(this.drawLineGraph(N,S,vt,xt),N=[],S=[],vt=[],xt=[]):((Math.abs(zt-Ct)>=Nt||Math.abs(Et-At)>=Nt)&&(N.push(zt),S.push(Et),Ct=zt,At=Et),Ut=zt,Zt=Et,jt=zt,qt=Et,!bt||isNaN(Wt)||isNaN(Gt)||(vt.push(Gt),xt.push(Wt)),(wt||void 0!=j.lineColor&&j.lineColor!=this.lineColorSwitched||void 0!=j.fillColors&&j.fillColors!=this.fillColorsSwitched||!isNaN(j.dashLength))&&(this.drawLineGraph(N,S,vt,xt),N=[zt],S=[Et],vt=[],xt=[],!bt||isNaN(Wt)||isNaN(Gt)||(vt.push(Gt),xt.push(Wt)),g?St?(this.lineColorSwitched=G,this.fillColorsSwitched=st):(this.lineColorSwitched=ot,this.fillColorsSwitched=rt):(this.lineColorSwitched=j.lineColor,this.fillColorsSwitched=j.fillColors),this.dashLengthSwitched=j.dashLength),j.gap&&(this.drawLineGraph(N,S,vt,xt),N=[],S=[],vt=[],xt=[]));break;case"smoothedLine":isNaN(Jt)?A||(this.drawSmoothedGraph(N,S,vt,xt),N=[],S=[],vt=[],xt=[]):((Math.abs(zt-Ct)>=Nt||Math.abs(Et-At)>=Nt)&&(N.push(zt),S.push(Et),Ct=zt,At=Et),Ut=zt,Zt=Et,jt=zt,qt=Et,!bt||isNaN(Wt)||isNaN(Gt)||(vt.push(Gt),xt.push(Wt)),void 0==j.lineColor&&void 0==j.fillColors&&isNaN(j.dashLength)||(this.drawSmoothedGraph(N,S,vt,xt),N=[zt],S=[Et],vt=[],xt=[],!bt||isNaN(Wt)||isNaN(Gt)||(vt.push(Gt),xt.push(Wt)),this.lineColorSwitched=j.lineColor,this.fillColorsSwitched=j.fillColors,this.dashLengthSwitched=j.dashLength),j.gap&&(this.drawSmoothedGraph(N,S,vt,xt),N=[],S=[],vt=[],xt=[]));break;case"step":if(isNaN(Jt))A||((1>=this.periodSpan||1ue+ce)&&(d=u=NaN),this.drawLineGraph(N,S,vt,xt),N=[],S=[],vt=[],xt=[]);else{if(b?(isNaN(d)||(N.push(d),S.push(Et-ue)),S.push(Et-ue),N.push(zt),S.push(Et+ce),N.push(zt),!bt||isNaN(Wt)||isNaN(Gt)||(isNaN(c)||(vt.push(c),xt.push(Wt-ue)),vt.push(Gt),xt.push(Wt-ue),vt.push(Gt),xt.push(Wt+ce))):(isNaN(u)||(S.push(u),N.push(zt-ue)),N.push(zt-ue),S.push(Et),N.push(zt+ce),S.push(Et),!bt||isNaN(Wt)||isNaN(Gt)||(isNaN(p)||(vt.push(Gt-ue),xt.push(p)),vt.push(Gt-ue),xt.push(Wt),vt.push(Gt+ce),xt.push(Wt))),d=zt,u=Et,c=Gt,p=Wt,Ut=zt,Zt=Et,jt=zt,qt=Et,wt||void 0!=j.lineColor||void 0!=j.fillColors||!isNaN(j.dashLength)){var fe=N[N.length-2],ve=S[S.length-2];N.pop(),S.pop(),this.drawLineGraph(N,S,vt,xt),N=[fe],S=[ve],b?(S.push(Et+ce),N.push(zt)):(N.push(zt+ce),S.push(Et)),vt=[],xt=[],this.lineColorSwitched=j.lineColor,this.fillColorsSwitched=j.fillColors,this.dashLengthSwitched=j.dashLength,g&&(St?(this.lineColorSwitched=G,this.fillColorsSwitched=st):(this.lineColorSwitched=ot,this.fillColorsSwitched=rt))}(yt||j.gap)&&(d=u=NaN,this.drawLineGraph(N,S,vt,xt),N=[],S=[],vt=[],xt=[])}break;case"column":if(Rt=ae,void 0!=j.lineColor&&(Rt=j.lineColor),!isNaN(Jt)){g||(j.isNegative=I>Jt?!0:!1),j.isNegative&&(rt&&(ee=rt),void 0!=ot&&(Rt=ot));var xe=o.min,be=o.max,ye=$t;if(isNaN(ye)&&(ye=I),!(xe>Jt&&xe>ye||Jt>be&&ye>be)){var Ce;if(b){"3d"==M?(Ft=Et-(y/2-this.depthCount+1)*(n+H)+H/2+D*P,_t=Gt+T*P,Ce=P):(Ft=Math.floor(Et-(y/2-P)*(n+H)+H/2),_t=Gt,Ce=0),Ot=n,Ut=zt,Zt=Ft+n/2,jt=zt,qt=Ft+n/2,Ft+Ot>v+Ce*D&&(Ot=v-Ft+Ce*D),Ce*D>Ft&&(Ot+=Ft,Ft=Ce*D),kt=zt-Gt;var Ae=_t;_t=t.fitToBounds(_t,0,f),kt+=Ae-_t,kt=t.fitToBounds(kt,-_t,f-_t+T*P),j.labelIsNegative=0>kt?!0:!1,0===kt&&1/Jt===1/-0&&(j.labelIsNegative=!0),isNaN(Z.percentWidthValue)||(Ot=this.height*Z.percentWidthValue/100,Ft=Dt,Dt+=Ot,Zt=Ft+Ot/2),Ot=t.roundTo(Ot,2),kt=t.roundTo(kt,2),v>Ft&&Ot>0&&(te=new t.Cuboid(r,kt,Ot,T-e.d3x,D-e.d3y,ee,ie,z,Rt,E,Y,C,b,W,ne,re,F),j.columnWidth=Math.abs(kt),j.columnHeight=Math.abs(Ot))}else{"3d"==M?(_t=zt-(y/2-this.depthCount+1)*(n+H)+H/2+T*P,Ft=Wt+D*P,Ce=P):(_t=zt-(y/2-P)*(n+H)+H/2,Ft=Wt,Ce=0),Ot=n,Ut=_t+n/2,Zt=Et,jt=_t+n/2,qt=Et,_t+Ot>f+Ce*T&&(Ot=f-_t+Ce*T),Ce*T>_t&&(Ot+=_t-Ce*T,_t=Ce*T),kt=Et-Wt,j.labelIsNegative=kt>0?!0:!1,0===kt&&-0===Jt&&(j.labelIsNegative=!0);var Ne=Ft;Ft=t.fitToBounds(Ft,this.dy,v),kt+=Ne-Ft,kt=t.fitToBounds(kt,-Ft+D*P,v-Ft),isNaN(Z.percentWidthValue)||(Ot=this.width*Z.percentWidthValue/100,_t=Tt,Tt+=Ot,Ut=_t+Ot/2),Ot=t.roundTo(Ot,2),kt=t.roundTo(kt,2),f+P*T>_t&&Ot>0&&(this.showOnAxis&&(Ft-=D/2),te=new t.Cuboid(r,Ot,kt,T-e.d3x,D-e.d3y,ee,ie,z,Rt,this.lineAlpha,Y,C,b,W,ne,re,F),j.columnHeight=Math.abs(kt),j.columnWidth=Math.abs(Ot))}}te&&(It=te.set,t.setCN(e,te.set,"graph-"+this.type),t.setCN(e,te.set,"graph-"+this.id),j.className&&t.setCN(e,te.set,j.className,!0),j.columnGraphics=It,_t=t.roundTo(_t,2),Ft=t.roundTo(Ft,2),It.translate(_t,Ft),(j.url||this.showHandOnHover)&&It.setAttr("cursor","pointer"),_||("none"==M&&(m=b?(this.end+1-ft)*w-a:w*ft+a),"3d"==M&&(b?(m=(this.end+1-ft)*w-a-1e3*this.depthCount,Ut+=T*this.columnIndex,jt+=T*this.columnIndex,j.y+=T*this.columnIndex):(m=(w-a)*(ft+1)+1e3*this.depthCount,Zt+=D*this.columnIndex,qt+=D*this.columnIndex,j.y+=D*this.columnIndex)),("regular"==M||"100%"==M)&&(m=b?0v&&(Ot=v-Ft),0>Ft&&(Ot+=Ft,Ft=0),v>Ft&&Ot>0){var Te,De;Jt>$t?(Te=[zt,Ht],De=[Gt,Vt]):(Te=[Gt,Ht],De=[zt,Vt]),!isNaN(Ht)&&!isNaN(Vt)&&v>Et&&Et>0&&(Se=t.line(r,Te,[Et,Et],Rt,E,z),we=t.line(r,De,[Et,Et],Rt,E,z)),kt=zt-Gt,te=new t.Cuboid(r,kt,Ot,T,D,ee,ht,z,Rt,E,Y,C,b,W,ne,re,F)}}else{if("open"==l&&(qt=Wt),"high"==l&&(qt=Xt),"low"==l&&(qt=Yt),Et=t.fitToBounds(Et,0,oe),Wt=t.fitToBounds(Wt,0,oe),Yt=t.fitToBounds(Yt,0,oe),Xt=t.fitToBounds(Xt,0,oe),0===Et&&0===Wt&&0===Yt&&0===Xt)continue;if(Et==oe&&Wt==oe&&Yt==oe&&Xt==oe)continue;if(_t=zt-n/2,Ft=Wt+z/2,Ot=n,_t+Ot>f&&(Ot=f-_t),0>_t&&(Ot+=_t,_t=0),kt=Et-Wt,f>_t&&Ot>0){se&&Jt>=$t&&(ie=0);var Me,Be,te=new t.Cuboid(r,Ot,kt,T,D,ee,ie,z,Rt,E,Y,C,b,W,ne,re,F);Jt>$t?(Me=[Et,Xt],Be=[Wt,Yt]):(Me=[Wt,Xt],Be=[Et,Yt]),!isNaN(Xt)&&!isNaN(Yt)&&f>zt&&zt>0&&(Se=t.line(r,[zt,zt],Me,Rt,E,z),we=t.line(r,[zt,zt],Be,Rt,E,z),t.setCN(e,Se,this.bcn+"line-high"),j.className&&t.setCN(e,Se,j.className,!0),t.setCN(e,we,this.bcn+"line-low"),j.className&&t.setCN(e,we,j.className,!0))}}te&&(It=te.set,j.columnGraphics=It,V.push(It),It.translate(_t,Ft-z/2),(j.url||this.showHandOnHover)&&It.setAttr("cursor","pointer"),Se&&(V.push(Se),V.push(we)),_||(j.x=b?Ft+Ot/2:_t+Ot/2,this.animateColumns(te,ft,zt,Gt,Et,Wt),this.addListeners(It,j)))}break;case"ohlc":if(!(isNaN($t)||isNaN(Qt)||isNaN(Kt)||isNaN(Jt))){var Le=r.set();V.push(Le),$t>Jt&&(j.isNegative=!0,void 0!=ot&&(ae=ot));var _e,Fe,Oe;if(b){if(qt=Et,jt=zt,"open"==l&&(jt=Gt),"high"==l&&(jt=Ht),"low"==l&&(jt=Vt),Vt=t.fitToBounds(Vt,0,he),Ht=t.fitToBounds(Ht,0,he),0===zt&&0===Gt&&0===Vt&&0===Ht)continue;if(zt==he&&Gt==he&&Vt==he&&Ht==he)continue;var ke=Et-n/2,ke=t.fitToBounds(ke,0,v),Re=t.fitToBounds(Et,0,v),Ie=Et+n/2,Ie=t.fitToBounds(Ie,0,v);Gt>=0&&he>=Gt&&(Fe=t.line(r,[Gt,Gt],[ke,Re],ae,E,z,W)),Et>0&&v>Et&&(_e=t.line(r,[Vt,Ht],[Et,Et],ae,E,z,W)),zt>=0&&he>=zt&&(Oe=t.line(r,[zt,zt],[Re,Ie],ae,E,z,W))}else{qt=Et,"open"==l&&(qt=Wt),"high"==l&&(qt=Xt),"low"==l&&(qt=Yt);var jt=zt,Yt=t.fitToBounds(Yt,0,oe),Xt=t.fitToBounds(Xt,0,oe),Pe=zt-n/2,Pe=t.fitToBounds(Pe,0,f),ze=t.fitToBounds(zt,0,f),Ee=zt+n/2,Ee=t.fitToBounds(Ee,0,f);Wt>=0&&oe>=Wt&&(Fe=t.line(r,[Pe,ze],[Wt,Wt],ae,E,z,W)),zt>0&&f>zt&&(_e=t.line(r,[zt,zt],[Yt,Xt],ae,E,z,W)),Et>=0&&oe>=Et&&(Oe=t.line(r,[ze,Ee],[Et,Et],ae,E,z,W))}V.push(Fe),V.push(_e),V.push(Oe),t.setCN(e,Fe,this.bcn+"stroke-open"),t.setCN(e,Oe,this.bcn+"stroke-close"),t.setCN(e,_e,this.bcn+"stroke"),j.className&&t.setCN(e,Le,j.className,!0),Ut=zt,Zt=Et}}if(!_&&!isNaN(Jt)){var Ge=this.hideBulletsCount;if(this.end-this.start<=Ge||0===Ge){var We=this.createBullet(j,jt,qt,ft),Ve=this.labelText;if(Ve&&!isNaN(Ut)&&!isNaN(Ut)){var Ye=this.createLabel(j,Ve),He=0;We&&(He=We.size),this.positionLabel(j,Ut,Zt,Ye,He)}if("regular"==M||"100%"==M){var Xe=o.totalText;if(Xe){var Ue=this.createLabel(j,Xe,o.totalTextColor);if(t.setCN(e,Ue,this.bcn+"label-total"),this.allBullets.push(Ue),Ue){var Ze,je,qe=Ue.getBBox(),Je=qe.width,Qe=qe.height,Ke=o.totalTextOffset,$e=o.totals[ft];$e&&$e.remove();var ti=0;"column"!=h&&(ti=this.bulletSize),b?(je=Zt,Ze=0>Jt?zt-Je/2-2-ti-Ke:zt+Je/2+3+ti+Ke):(Ze=Ut,je=0>Jt?Et+Qe/2+ti+Ke:Et-Qe/2-3-ti-Ke),Ue.translate(Ze,je),o.totals[ft]=Ue,b?(0>je||je>v)&&Ue.remove():(0>Ze||Ze>f)&&Ue.remove()}}}}}}}("line"==h||"step"==h||"smoothedLine"==h)&&("smoothedLine"==h?this.drawSmoothedGraph(N,S,vt,xt):this.drawLineGraph(N,S,vt,xt),_||this.launchAnimation()),this.bulletsHidden&&this.hideBullets(),this.customBulletsHidden&&this.hideCustomBullets()},animateColumns:function(t,e){var i=this,a=i.chart.startDuration;a>0&&!i.animationPlayed&&(i.seqAn?(t.set.hide(),i.animationArray.push(t),a=setTimeout(function(){i.animate.call(i)},a/(i.end-i.start+1)*(e-i.start)*1e3),i.timeOuts.push(a)):i.animate(t),i.chart.animatable.push(t))},createLabel:function(e,i,a){var s=this.chart,r=e.labelColor;r||(r=this.color),r||(r=s.color),a&&(r=a),a=this.fontSize,void 0===a&&(this.fontSize=a=s.fontSize);var o=this.labelFunction;return i=s.formatString(i,e),i=t.cleanFromEmpty(i),o&&(i=o(e,i)),void 0!==i&&""!==i?(e=t.text(this.container,i,r,s.fontFamily,a),e.node.style.pointerEvents="none",t.setCN(s,e,this.bcn+"label"),this.bulletSet.push(e),e):void 0},positiveClip:function(t){t.clipRect(this.pmx,this.pmy,this.pmw,this.pmh)},negativeClip:function(t){t.clipRect(this.nmx,this.nmy,this.nmw,this.nmh)},drawLineGraph:function(e,i,a,s){var r=this;if(1r.height&&(C=r.height),0>C&&(C=0)),c=t.line(l,e,i,m,c,p,x,!1,!0,o),t.setCN(n,c,r.bcn+"stroke"),d.push(c),d.click(function(t){r.handleGraphEvent(t,"clickGraph")}).mouseover(function(t){r.handleGraphEvent(t,"rollOverGraph")}).mouseout(function(t){r.handleGraphEvent(t,"rollOutGraph")}).touchmove(function(t){r.chart.handleMouseMove(t)}).touchend(function(t){r.chart.handleTouchEnd(t)}),void 0===v||r.useNegativeColorIfDown||(p=t.line(l,e,i,v,g,p,x,!1,!0,o),t.setCN(n,p,r.bcn+"stroke"),t.setCN(n,p,r.bcn+"stroke-negative"),u.push(p)),(h>0||y>0)&&(p=e.join(";").split(";"),g=i.join(";").split(";"),c=n.type,"serial"==c||"radar"==c?00&&(i=t.polygon(l,p,g,f,h,1,"#000",0,e,o),i.pattern(r.pattern,NaN,n.path),t.setCN(n,i,r.bcn+"fill"),d.push(i)),(b||void 0!==v)&&(isNaN(y)&&(y=h),b||(b=v),o=t.polygon(l,p,g,b,y,1,"#000",0,e,o),t.setCN(n,o,r.bcn+"fill"),t.setCN(n,o,r.bcn+"fill-negative"),o.pattern(r.pattern,NaN,n.path),u.push(o),u.click(function(t){r.handleGraphEvent(t,"clickGraph")}).mouseover(function(t){r.handleGraphEvent(t,"rollOverGraph")}).mouseout(function(t){r.handleGraphEvent(t,"rollOutGraph")}).touchmove(function(t){r.chart.handleMouseMove(t)}).touchend(function(t){r.chart.handleTouchEnd(t)}))),r.applyMask(u,d)}},applyMask:function(t,e){var i=t.length();"serial"!=this.chart.type||this.scrollbar||(this.positiveClip(e),i>0&&this.negativeClip(t))},drawSmoothedGraph:function(e,i,a,s){if(10&&(d=e.join(";").split(";"),p=i.join(";").split(";"),u="",00&&!e.animationPlayed){var a=e.set,s=e.bulletSet;t.VML||(a.attr({opacity:e.startAlpha}),s.attr({opacity:e.startAlpha})),a.hide(),s.hide(),e.seqAn?(i=setTimeout(function(){e.animateGraphs.call(e)},e.index*i*1e3),e.timeOuts.push(i)):e.animateGraphs()}},animateGraphs:function(){var t=this.chart,e=this.set,i=this.bulletSet,a=this.x,s=this.y;e.show(),i.show();var r=t.startDuration,o=t.startEffect;e&&(this.rotate?(e.translate(-1e3,s),i.translate(-1e3,s)):(e.translate(a,-1e3),i.translate(a,-1e3)),e.animate({opacity:1,translate:a+","+s},r,o),i.animate({opacity:1,translate:a+","+s},r,o),t.animatable.push(e))},animate:function(e){var i=this.chart,a=this.animationArray;!e&&0t&&(t=this.fillAlphas),0===t&&(t=this.bulletAlpha),0===t&&(t=1)),t},createBullet:function(e,i,a){if(!isNaN(i)&&!isNaN(a)&&("none"!=this.bullet||this.customBullet||e.bullet||e.customBullet)){var s=this.chart,r=this.container,o=this.bulletOffset,h=this.bulletSize;isNaN(e.bulletSize)||(h=e.bulletSize);var n=e.values.value,l=this.maxValue,d=this.minValue,u=this.maxBulletSize,c=this.minBulletSize;isNaN(l)||(isNaN(n)||(h=(n-d)/(l-d)*(u-c)+c),d==l&&(h=u)),l=h,this.bulletAxis&&(h=e.values.error,isNaN(h)||(n=h),h=this.bulletAxis.stepWidth*n),hi||i>this.width||-h/2>a||a>this.height)&&(p.remove(),p=null),p&&(this.bulletSet.push(p),p.translate(i,a),this.addListeners(p,e),this.allBullets.push(p)),e.bx=i,e.by=a,t.setCN(s,p,this.bcn+"bullet"),e.className&&t.setCN(s,p,e.className,!0)),p?(p.size=h||0,e.bulletGraphics=p):p={size:0},p.graphDataItem=e,p}},showBullets:function(){var t,e=this.allBullets;for(this.bulletsHidden=!1,t=0;ti||i>e+n||l>r||r>c+l)?(h.showBalloon(d),h.hide(0)):(h.followCursor(a),h.showBalloon(d)))):(this.hideBalloonReal(),this.resizeBullet(e,s,r))}else this.hideBalloonReal()},resizeBullet:function(e,i,a){if(this.fixBulletSize(),e&&t.isModern&&(1!=i||!isNaN(a))){var s=e.bulletGraphics;s&&!s.doNotScale&&(s.translate(e.bx,e.by,i),isNaN(a)||(s.setAttr("fill-opacity",a),s.setAttr("stroke-opacity",a)),this.resizedDItem=e)}}})}(),function(){var t=window.AmCharts;t.ChartCursor=t.Class({construct:function(e){this.cname="ChartCursor",this.createEvents("changed","zoomed","onHideCursor","onShowCursor","draw","selected","moved","panning","zoomStarted"),this.enabled=!0,this.cursorAlpha=1,this.selectionAlpha=.2,this.cursorColor="#CC0000",this.categoryBalloonAlpha=1,this.color="#FFFFFF",this.type="cursor",this.zoomed=!1,this.zoomable=!0,this.pan=!1,this.categoryBalloonDateFormat="MMM DD, YYYY",this.categoryBalloonText="[[category]]",this.categoryBalloonEnabled=this.valueBalloonsEnabled=!0,this.rolledOver=!1,this.cursorPosition="middle",this.bulletsEnabled=this.skipZoomDispatch=!1,this.bulletSize=8,this.selectWithoutZooming=this.oneBalloonOnly=!1,this.graphBulletSize=1.7,this.animationDuration=.3,this.zooming=!1,this.adjustment=0,this.avoidBalloonOverlapping=!0,this.leaveCursor=!1,this.leaveAfterTouch=!0,this.valueZoomable=!1,this.balloonPointerOrientation="horizontal",this.hLineEnabled=this.vLineEnabled=!0,this.vZoomEnabled=this.hZoomEnabled=!1,t.applyTheme(this,e,this.cname)},draw:function(){this.destroy();var e=this.chart;e.panRequired=!0;var i=e.container;this.rotate=e.rotate,this.container=i,this.prevLineHeight=this.prevLineWidth=NaN,i=i.set(),i.translate(this.x,this.y),this.set=i,e.cursorSet.push(i),this.createElements(),t.isString(this.limitToGraph)&&(this.limitToGraph=t.getObjById(e.graphs,this.limitToGraph),this.fullWidth=!1,this.cursorPosition="middle"),this.pointer=this.balloonPointerOrientation.substr(0,1).toUpperCase(),this.isHidden=!1,this.hideLines(),this.valueLineAxis||(this.valueLineAxis=e.valueAxes[0])},createElements:function(){var e,i,a=this.chart,s=a.dx,r=a.dy,o=this.width,h=this.height,n=this.cursorAlpha;e=this.valueLineAlpha,this.rotate?i=n:(i=e,e=n),"xy"==a.type&&(e=i=n),this.vvLine=t.line(this.container,[s,0,0],[r,0,h],this.cursorColor,e,1),t.setCN(a,this.vvLine,"cursor-line"),t.setCN(a,this.vvLine,"cursor-line-vertical"),this.hhLine=t.line(this.container,[0,o,o+s],[0,0,r],this.cursorColor,i,1),t.setCN(a,this.hhLine,"cursor-line"),t.setCN(a,this.hhLine,"cursor-line-horizontal"),this.vLine=this.rotate?this.vvLine:this.hhLine,this.set.push(this.vvLine),this.set.push(this.hhLine),this.set.node.style.pointerEvents="none",this.fullLines=this.container.set(),a=a.cursorLineSet,a.push(this.fullLines),a.translate(this.x,this.y),a.clipRect(0,0,o,h),this.set.clipRect(0,0,o,h)},update:function(){var t=this.chart,e=t.mouseX-this.x,i=t.mouseY-this.y;this.mouseX=e,this.mouseY=i,this.mouse2X=t.mouse2X-this.x,this.mouse2Y=t.mouse2Y-this.y;var a;if(t.chartData&&0e&&(a=e,e=s,s=a),r>i&&(a=i,i=r,r=a),this.hZoomEnabled?o=e-s:s=0,this.vZoomEnabled?h=i-r:r=0,isNaN(this.mouse2X)&&00&&t0&&edocument.documentMode&&(this.updateOnReleaseOnly=!0),this.dragIconHeight=this.dragIconWidth=35,this.dragIcon="dragIconRoundBig",this.enabled=!0,this.percentStart=this.offset=0,this.percentEnd=1,t.applyTheme(this,e,"SimpleChartScrollbar")},draw:function(){var e=this;if(e.destroy(),e.enabled){var i=e.chart.container,a=e.rotate,s=e.chart;s.panRequired=!0;var r=i.set();e.set=r,s.scrollbarsSet.push(r);var o,h;if(a?(o=e.scrollbarHeight,h=s.plotAreaHeight):(h=e.scrollbarHeight,o=s.plotAreaWidth),e.width=o,(e.height=h)&&o){var n=t.rect(i,o,h,e.backgroundColor,e.backgroundAlpha,1,e.backgroundColor,e.backgroundAlpha);t.setCN(s,n,"scrollbar-bg"),e.bg=n,r.push(n),n=t.rect(i,o,h,"#000",.005),r.push(n),e.invisibleBg=n,n.click(function(){e.handleBgClick()}).mouseover(function(){e.handleMouseOver()}).mouseout(function(){e.handleMouseOut()}).touchend(function(){e.handleBgClick()}),n=t.rect(i,o,h,e.selectedBackgroundColor,e.selectedBackgroundAlpha),t.setCN(s,n,"scrollbar-bg-selected"),e.selectedBG=n,r.push(n),o=t.rect(i,o,h,"#000",.005),e.dragger=o,r.push(o),o.mousedown(function(t){e.handleDragStart(t)}).mouseup(function(){e.handleDragStop()}).mouseover(function(){e.handleDraggerOver()}).mouseout(function(){e.handleMouseOut()}).touchstart(function(t){e.handleDragStart(t)}).touchend(function(){e.handleDragStop()}),o=s.pathToImages,h=e.dragIcon.replace(/\.[a-z]*$/i,""),a?(n=o+h+"H"+s.extension,o=e.dragIconWidth,a=e.dragIconHeight):(n=o+h+s.extension,a=e.dragIconWidth,o=e.dragIconHeight),h=i.image(n,0,0,a,o),t.setCN(s,h,"scrollbar-grip-left"),n=i.image(n,0,0,a,o),t.setCN(s,n,"scrollbar-grip-right");var l=10,d=20;s.panEventsEnabled&&(l=25,d=e.scrollbarHeight);var u=t.rect(i,l,d,"#000",.005),c=t.rect(i,l,d,"#000",.005);c.translate(-(l-a)/2,-(d-o)/2),u.translate(-(l-a)/2,-(d-o)/2),a=i.set([h,c]),i=i.set([n,u]),e.iconLeft=a,r.push(e.iconLeft),e.iconRight=i,r.push(i),a.mousedown(function(){e.leftDragStart()}).mouseup(function(){e.leftDragStop()}).mouseover(function(){e.iconRollOver()}).mouseout(function(){e.iconRollOut()}).touchstart(function(){e.leftDragStart()}).touchend(function(){e.leftDragStop()}),i.mousedown(function(){e.rightDragStart()}).mouseup(function(){e.rightDragStop()}).mouseover(function(){e.iconRollOver()}).mouseout(function(){e.iconRollOut()}).touchstart(function(){e.rightDragStart()}).touchend(function(){e.rightDragStop()}),t.ifArray(s.chartData)?r.show():r.hide(),e.hideDragIcons(),e.clipDragger(!1)}r.translate(e.x,e.y),r.node.style.msTouchAction="none",r.node.style.touchAction="none"}},updateScrollbarSize:function(t,e){if(!isNaN(t)&&!isNaN(e)){t=Math.round(t),e=Math.round(e);var i,a,s,r,o,h=this.dragger;this.rotate?(i=0,a=t,s=this.width+1,r=e-t,h.setAttr("height",e-t),h.setAttr("y",a)):(i=t,a=0,s=e-t,r=this.height+1,o=e-t,h.setAttr("x",i),h.setAttr("width",o)),this.clipAndUpdate(i,a,s,r)}},update:function(){var t,e,i,a=!1,s=this.x,r=this.y,o=this.dragger,h=this.getDBox();if(h){e=h.x+s,i=h.y+r;var n=h.width,h=h.height,l=this.rotate,d=this.chart,u=this.width,c=this.height,p=d.mouseX,m=d.mouseY;t=this.initialMouse,this.forceClip&&this.clipDragger(!0),d.mouseIsOver&&(this.dragging&&(d=this.initialCoord,l?(t=d+(m-t),0>t&&(t=0),d=c-h,t>d&&(t=d),o.setAttr("y",t)):(t=d+(p-t),0>t&&(t=0),d=u-n,t>d&&(t=d),o.setAttr("x",t)),this.clipDragger(!0)),this.resizingRight&&(l?(t=m-i,t+i>c+r&&(t=c-i+r),0>t?(this.resizingRight=!1,a=this.resizingLeft=!0):(0===t&&(t=.1),o.setAttr("height",t))):(t=p-e,t+e>u+s&&(t=u-e+s),0>t?(this.resizingRight=!1,a=this.resizingLeft=!0):(0===t&&(t=.1),o.setAttr("width",t))),this.clipDragger(!0)),this.resizingLeft&&(l?(e=i,i=m,r>i&&(i=r),i>c+r&&(i=c+r),t=!0===a?e-i:h+e-i,0>t?(this.resizingRight=!0,this.resizingLeft=!1,o.setAttr("y",e+h-r)):(0===t&&(t=.1),o.setAttr("y",i-r),o.setAttr("height",t))):(i=p,s>i&&(i=s),i>u+s&&(i=u+s),t=!0===a?e-i:n+e-i,0>t?(this.resizingRight=!0,this.resizingLeft=!1,o.setAttr("x",e+n-s)):(0===t&&(t=.1),o.setAttr("x",i-s),o.setAttr("width",t))),this.clipDragger(!0)))}},stopForceClip:function(){this.animating=this.forceClip=!1},clipDragger:function(t){var e=this.getDBox();if(e){var i=e.x,a=e.y,s=e.width,e=e.height,r=!1;this.rotate?(i=0,s=this.width+1,(this.clipY!=a||this.clipH!=e)&&(r=!0)):(a=0,e=this.height+1,(this.clipX!=i||this.clipW!=s)&&(r=!0)),r&&(this.clipAndUpdate(i,a,s,e),t&&(this.updateOnReleaseOnly||this.dispatchScrollbarEvent()))}},maskGraphs:function(){},clipAndUpdate:function(t,e,i,a){this.clipX=t,this.clipY=e,this.clipW=i,this.clipH=a,this.selectedBG.setAttr("width",i),this.selectedBG.setAttr("height",a),this.selectedBG.translate(t,e),this.updateDragIconPositions(),this.maskGraphs(t,e,i,a)},dispatchScrollbarEvent:function(){if(this.skipEvent)this.skipEvent=!1;else{var t=this.chart;t.hideBalloon();var e,i,a=this.getDBox(),s=a.x,r=a.y,o=a.width,h=a.height;this.rotate?(a=r,e=this.height/h,i=1-r/this.height,s=1-(r+h)/this.height):(a=s,e=this.width/o,i=s/this.width,s=(s+o)/this.width),this.fire({type:"zoomed",position:a,chart:t,target:this,multiplier:e,relativeStart:s,relativeEnd:i})}},updateDragIconPositions:function(){var t,e,i=this.getDBox(),a=i.x,s=i.y,r=this.iconLeft,o=this.iconRight,h=this.scrollbarHeight;this.rotate?(t=this.dragIconWidth,e=this.dragIconHeight,r.translate((h-e)/2,s-t/2),o.translate((h-e)/2,s+i.height-t/2)):(t=this.dragIconHeight,e=this.dragIconWidth,r.translate(a-e/2,(h-t)/2),o.translate(a-e/2+i.width,(h-t)/2))},showDragIcons:function(){this.resizeEnabled&&(this.iconLeft.show(),this.iconRight.show())},hideDragIcons:function(){this.resizingLeft||this.resizingRight||this.dragging||((this.hideResizeGrips||!this.resizeEnabled)&&(this.iconLeft.hide(),this.iconRight.hide()),this.removeCursors())},removeCursors:function(){this.chart.setMouseCursor("auto")},fireZoomEvent:function(t){this.fire({type:t,chart:this.chart,target:this})},percentZoom:function(t,e){if(this.dragger&&this.enabled){this.dragger.stop(),isNaN(t)&&(t=0),isNaN(e)&&(e=1);var i,a,s;this.rotate?(i=this.height,a=i-i*e,s=i-i*t):(i=this.width,s=i*e,a=i*t),this.updateScrollbarSize(a,s),this.clipDragger(!1),this.percentStart=t,this.percentEnd=e}},destroy:function(){this.clear(),t.remove(this.set),t.remove(this.iconRight),t.remove(this.iconLeft)},clear:function(){},handleDragStart:function(){if(this.enabled){this.fireZoomEvent("zoomStarted");var t=this.chart;this.dragger.stop(),this.removeCursors(),this.dragging=!0;var e=this.getDBox();this.rotate?(this.initialCoord=e.y,this.initialMouse=t.mouseY):(this.initialCoord=e.x,this.initialMouse=t.mouseX)}},handleDragStop:function(){this.updateOnReleaseOnly&&(this.update(),this.skipEvent=!1,this.dispatchScrollbarEvent()),this.dragging=!1,this.mouseIsOver&&this.removeCursors(),this.update(),this.fireZoomEvent("zoomEnded")},handleDraggerOver:function(){this.handleMouseOver()},leftDragStart:function(){this.fireZoomEvent("zoomStarted"),this.dragger.stop(),this.resizingLeft=!0},leftDragStop:function(){this.resizingLeft=!1,this.mouseIsOver||this.removeCursors(),this.updateOnRelease(),this.fireZoomEvent("zoomEnded")},rightDragStart:function(){this.fireZoomEvent("zoomStarted"),this.dragger.stop(),this.resizingRight=!0},rightDragStop:function(){this.resizingRight=!1,this.mouseIsOver||this.removeCursors(),this.updateOnRelease(),this.fireZoomEvent("zoomEnded")},iconRollOut:function(){this.removeCursors()},iconRollOver:function(){this.rotate?this.chart.setMouseCursor("ns-resize"):this.chart.setMouseCursor("ew-resize"),this.handleMouseOver()},getDBox:function(){return this.dragger?this.dragger.getBBox():void 0},handleBgClick:function(){var e=this;if(!e.resizingRight&&!e.resizingLeft){e.zooming=!0;var i,a,s=e.scrollDuration,r=e.dragger;i=e.getDBox();var o=i.height,h=i.width;a=e.chart;var n=e.y,l=e.x,d=e.rotate;d?(i="y",a=a.mouseY-o/2-n,a=t.fitToBounds(a,0,e.height-o)):(i="x",a=a.mouseX-h/2-l,a=t.fitToBounds(a,0,e.width-h)),e.updateOnReleaseOnly?(e.skipEvent=!1,r.setAttr(i,a),e.dispatchScrollbarEvent(),e.clipDragger()):(e.animating=!0,a=Math.round(a),d?r.animate({y:a},s,">"):r.animate({x:a},s,">"),e.forceClip=!0,clearTimeout(e.forceTO),e.forceTO=setTimeout(function(){e.stopForceClip.call(e)},5e3*s))}},updateOnRelease:function(){this.updateOnReleaseOnly&&(this.update(),this.skipEvent=!1,this.dispatchScrollbarEvent())},handleReleaseOutside:function(){this.set&&((this.resizingLeft||this.resizingRight||this.dragging)&&(this.updateOnRelease(),this.removeCursors()),this.animating=this.mouseIsOver=this.dragging=this.resizingRight=this.resizingLeft=!1,this.hideDragIcons(),this.update())},handleMouseOver:function(){this.mouseIsOver=!0,this.showDragIcons()},handleMouseOut:function(){this.mouseIsOver=!1,this.hideDragIcons()}})}(),function(){var t=window.AmCharts;t.ChartScrollbar=t.Class({inherits:t.SimpleChartScrollbar,construct:function(e){this.cname="ChartScrollbar",t.ChartScrollbar.base.construct.call(this,e),this.graphLineColor="#BBBBBB",this.graphLineAlpha=0,this.graphFillColor="#BBBBBB",this.graphFillAlpha=1,this.selectedGraphLineColor="#888888",this.selectedGraphLineAlpha=0,this.selectedGraphFillColor="#888888",this.selectedGraphFillAlpha=1,this.gridCount=0,this.gridColor="#FFFFFF",this.gridAlpha=.7,this.skipEvent=this.autoGridCount=!1,this.color="#FFFFFF",this.scrollbarCreated=!1,this.oppositeAxis=!0,t.applyTheme(this,e,this.cname)},init:function(){var e=this.categoryAxis,i=this.chart,a=this.gridAxis;e||("CategoryAxis"==this.gridAxis.cname?(this.catScrollbar=!0,e=new t.CategoryAxis,e.id="scrollbar"):(e=new t.ValueAxis,e.data=i.chartData,e.id=a.id,e.type=a.type,e.maximumDate=a.maximumDate,e.minimumDate=a.minimumDate,e.minPeriod=a.minPeriod),this.categoryAxis=e),e.chart=i,e.dateFormats=a.dateFormats,e.markPeriodChange=a.markPeriodChange,e.boldPeriodBeginning=a.boldPeriodBeginning,e.labelFunction=a.labelFunction,e.axisItemRenderer=t.RecItem,e.axisRenderer=t.RecAxis,e.guideFillRenderer=t.RecFill,e.inside=!0,e.fontSize=this.fontSize,e.tickLength=0, +e.axisAlpha=0,t.isString(this.graph)&&(this.graph=t.getObjById(i.graphs,this.graph)),(e=this.graph)&&this.catScrollbar&&(a=this.valueAxis,a||(this.valueAxis=a=new t.ValueAxis,a.visible=!1,a.scrollbar=!0,a.axisItemRenderer=t.RecItem,a.axisRenderer=t.RecAxis,a.guideFillRenderer=t.RecFill,a.labelsEnabled=!1,a.chart=i),i=this.unselectedGraph,i||(i=new t.AmGraph,i.scrollbar=!0,this.unselectedGraph=i,i.negativeBase=e.negativeBase,i.noStepRisers=e.noStepRisers),i=this.selectedGraph,i||(i=new t.AmGraph,i.scrollbar=!0,this.selectedGraph=i,i.negativeBase=e.negativeBase,i.noStepRisers=e.noStepRisers)),this.scrollbarCreated=!0},draw:function(){var e=this;if(t.ChartScrollbar.base.draw.call(e),e.enabled){e.scrollbarCreated||e.init();var i=e.chart,a=i.chartData,s=e.categoryAxis,r=e.rotate,o=e.x,h=e.y,n=e.width,l=e.height,d=e.gridAxis,u=e.set;if(s.setOrientation(!r),s.parseDates=d.parseDates,"ValueAxis"==e.categoryAxis.cname&&(s.rotate=!r),s.equalSpacing=d.equalSpacing,s.minPeriod=d.minPeriod,s.startOnAxis=d.startOnAxis,s.width=n-1,s.height=l,s.gridCount=e.gridCount,s.gridColor=e.gridColor,s.gridAlpha=e.gridAlpha,s.color=e.color,s.tickLength=0,s.axisAlpha=0,s.autoGridCount=e.autoGridCount,s.parseDates&&!s.equalSpacing&&s.timeZoom(i.firstTime,i.lastTime),s.minimum=e.gridAxis.fullMin,s.maximum=e.gridAxis.fullMax,s.strictMinMax=!0,s.zoom(0,a.length-1),(d=e.graph)&&e.catScrollbar){var c=e.valueAxis,p=d.valueAxis;c.id=p.id,c.rotate=r,c.setOrientation(r),c.width=n,c.height=l,c.dataProvider=a,c.reversed=p.reversed,c.logarithmic=p.logarithmic,c.gridAlpha=0,c.axisAlpha=0,u.push(c.set),r?(c.y=h,c.x=0):(c.x=o,c.y=0);var m,o=1/0,h=-(1/0);for(m=0;mv&&(o=v),v>h&&(h=v)}}1/0!=o&&(c.minimum=o),-(1/0)!=h&&(c.maximum=h+.1*(h-o)),o==h&&(--c.minimum,c.maximum+=1),void 0!==e.minimum&&(c.minimum=e.minimum),void 0!==e.maximum&&(c.maximum=e.maximum),c.zoom(0,a.length-1),g=e.unselectedGraph,g.id=d.id,g.bcn="scrollbar-graph-",g.rotate=r,g.chart=i,g.data=a,g.valueAxis=c,g.chart=d.chart,g.categoryAxis=e.categoryAxis,g.periodSpan=d.periodSpan,g.valueField=d.valueField,g.openField=d.openField,g.closeField=d.closeField,g.highField=d.highField,g.lowField=d.lowField,g.lineAlpha=e.graphLineAlpha,g.lineColorR=e.graphLineColor,g.fillAlphas=e.graphFillAlpha,g.fillColorsR=e.graphFillColor,g.connect=d.connect,g.hidden=d.hidden,g.width=n,g.height=l,g.pointPosition=d.pointPosition,g.stepDirection=d.stepDirection,g.periodSpan=d.periodSpan,p=e.selectedGraph,p.id=d.id,p.bcn=g.bcn+"selected-",p.rotate=r,p.chart=i,p.data=a,p.valueAxis=c,p.chart=d.chart,p.categoryAxis=s,p.periodSpan=d.periodSpan,p.valueField=d.valueField,p.openField=d.openField,p.closeField=d.closeField,p.highField=d.highField,p.lowField=d.lowField,p.lineAlpha=e.selectedGraphLineAlpha,p.lineColorR=e.selectedGraphLineColor,p.fillAlphas=e.selectedGraphFillAlpha,p.fillColorsR=e.selectedGraphFillColor,p.connect=d.connect,p.hidden=d.hidden,p.width=n,p.height=l,p.pointPosition=d.pointPosition,p.stepDirection=d.stepDirection,p.periodSpan=d.periodSpan,i=e.graphType,i||(i=d.type),g.type=i,p.type=i,a=a.length-1,g.zoom(0,a),p.zoom(0,a),p.set.click(function(){e.handleBackgroundClick()}).mouseover(function(){e.handleMouseOver()}).mouseout(function(){e.handleMouseOut()}),g.set.click(function(){e.handleBackgroundClick()}).mouseover(function(){e.handleMouseOver()}).mouseout(function(){e.handleMouseOut()}),u.push(g.set),u.push(p.set)}u.push(s.set),u.push(s.labelsSet),e.bg.toBack(),e.invisibleBg.toFront(),e.dragger.toFront(),e.iconLeft.toFront(),e.iconRight.toFront()}},timeZoom:function(e,i,a){this.startTime=e,this.endTime=i,this.timeDifference=i-e,this.skipEvent=!t.toBoolean(a),this.zoomScrollbar(),this.skipEvent||this.dispatchScrollbarEvent()},zoom:function(t,e){this.start=t,this.end=e,this.skipEvent=!0,this.zoomScrollbar()},dispatchScrollbarEvent:function(){if("ValueAxis"==this.categoryAxis.cname)t.ChartScrollbar.base.dispatchScrollbarEvent.call(this);else if(this.skipEvent)this.skipEvent=!1;else{var e,i,a=this.chart.chartData,s=this.dragger.getBBox();e=s.x;var r=s.y,o=s.width,s=s.height,h=this.chart;this.rotate?(e=r,i=s):i=o,o={type:"zoomed",target:this},o.chart=h;var n=this.categoryAxis,l=this.stepWidth,r=h.minSelectedTime,s=!1;n.parseDates&&!n.equalSpacing?(a=h.lastTime,h=h.firstTime,n=Math.round(e/l)+h,e=this.dragging?n+this.timeDifference:Math.round((e+i)/l)+h,n>e&&(n=e),r>0&&r>e-n&&(e=Math.round(n+(e-n)/2),s=Math.round(r/2),n=e-s,e+=s,s=!0),e>a&&(e=a),n>e-r&&(n=e-r),h>n&&(n=h),n+r>e&&(e=n+r),(n!=this.startTime||e!=this.endTime)&&(this.startTime=n,this.endTime=e,o.start=n,o.end=e,o.startDate=new Date(n),o.endDate=new Date(e),this.fire(o))):(n.startOnAxis||(e+=l/2),i-=this.stepWidth/2,r=n.xToIndex(e),e=n.xToIndex(e+i),(r!=this.start||this.end!=e)&&(n.startOnAxis&&(this.resizingRight&&r==e&&e++,this.resizingLeft&&r==e&&(r>0?r--:e=1)),this.start=r,this.end=this.dragging?this.start+this.difference:e,o.start=this.start,o.end=this.end,n.parseDates&&(a[this.start]&&(o.startDate=new Date(a[this.start].time)),a[this.end]&&(o.endDate=new Date(a[this.end].time))),this.fire(o))),s&&this.zoomScrollbar()}},zoomScrollbar:function(){if(!(this.dragging||this.resizingLeft||this.resizingRight||this.animating)&&this.dragger&&this.enabled){var t,e;t=this.chart;var i=t.chartData,a=this.categoryAxis;a.parseDates&&!a.equalSpacing?(i=a.stepWidth,a=t.firstTime,t=i*(this.startTime-a),e=i*(this.endTime-a)):(t=i[this.start].x[a.id],e=i[this.end].x[a.id],i=a.stepWidth,a.startOnAxis||(a=i/2,t-=a,e+=a)),this.stepWidth=i,this.updateScrollbarSize(t,e)}},maskGraphs:function(t,e,i,a){var s=this.selectedGraph;s&&s.set.clipRect(t,e,i,a)},handleDragStart:function(){t.ChartScrollbar.base.handleDragStart.call(this),this.difference=this.end-this.start,this.timeDifference=this.endTime-this.startTime,0>this.timeDifference&&(this.timeDifference=0)},handleBackgroundClick:function(){t.ChartScrollbar.base.handleBackgroundClick.call(this),this.dragging||(this.difference=this.end-this.start,this.timeDifference=this.endTime-this.startTime,0>this.timeDifference&&(this.timeDifference=0))}})}(),function(){var t=window.AmCharts;t.AmBalloon=t.Class({construct:function(e){this.cname="AmBalloon",this.enabled=!0,this.fillColor="#FFFFFF",this.fillAlpha=.8,this.borderThickness=2,this.borderColor="#FFFFFF",this.borderAlpha=1,this.cornerRadius=0,this.maxWidth=220,this.horizontalPadding=8,this.verticalPadding=4,this.pointerWidth=6,this.pointerOrientation="V",this.color="#000000",this.adjustBorderColor=!0,this.show=this.follow=this.showBullet=!1,this.bulletSize=3,this.shadowAlpha=.4,this.shadowColor="#000000",this.fadeOutDuration=this.animationDuration=.3,this.fixedPosition=!0,this.offsetY=6,this.offsetX=1,this.textAlign="center",this.disableMouseEvents=!0,this.deltaSignX=this.deltaSignY=1,t.isModern||(this.offsetY*=1.5),this.sdy=this.sdx=0,t.applyTheme(this,e,this.cname)},draw:function(){var e=this.pointToX,i=this.pointToY;t.isModern||(this.drop=!1);var a=this.chart;if(t.VML&&(this.fadeOutDuration=0),this.xAnim&&a.stopAnim(this.xAnim),this.yAnim&&a.stopAnim(this.yAnim),this.sdy=this.sdx=0,!isNaN(e)){var s=this.follow,r=a.container,o=this.set;if(t.remove(o),this.removeDiv(),o=r.set(),o.node.style.pointerEvents="none",this.set=o,this.mainSet?(this.mainSet.push(this.set),this.sdx=this.mainSet.x,this.sdy=this.mainSet.y):a.balloonsSet.push(o),this.show){var h=this.l,n=this.t,l=this.r,d=this.b,u=this.balloonColor,c=this.fillColor,p=this.borderColor,m=c;void 0!=u&&(this.adjustBorderColor?m=p=u:c=u);var g=this.horizontalPadding,f=this.verticalPadding,v=this.pointerWidth,x=this.pointerOrientation,b=this.cornerRadius,y=a.fontFamily,C=this.fontSize;void 0==C&&(C=a.fontSize);var u=document.createElement("div"),A=a.classNamePrefix;u.className=A+"-balloon-div",this.className&&(u.className=u.className+" "+A+"-balloon-div-"+this.className),A=u.style,this.disableMouseEvents&&(A.pointerEvents="none"),A.position="absolute";var N=this.minWidth,S="";isNaN(N)||(S="min-width:"+(N-2*g)+"px; "),u.innerHTML='
'+this.text+"
",a.chartDiv.appendChild(u),this.textDiv=u;var w=u.offsetWidth,T=u.offsetHeight;u.clientHeight&&(w=u.clientWidth,T=u.clientHeight),y=T+2*f,S=w+2*g,!isNaN(N)&&N>S&&(S=N),window.opera&&(y+=2);var D=!1,C=this.offsetY;a.handDrawn&&(C+=a.handDrawScatter+2),"H"!=x?(N=e-S/2,n+y+10>i&&"down"!=x?(D=!0,s&&(i+=C),C=i+v,this.deltaSignY=-1):(s&&(i-=C),C=i-y-v,this.deltaSignY=1)):(2*v>y&&(v=y/2),C=i-y/2,h+(l-h)/2>e?(N=e+v,this.deltaSignX=-1):(N=e-S-v,this.deltaSignX=1)),C+y>=d&&(C=d-y),n>C&&(C=n),h>N&&(N=h),N+S>l&&(N=l-S);var M,n=C+f,d=N+g,B=this.shadowAlpha,L=this.shadowColor,g=this.borderThickness,_=this.bulletSize,f=this.fillAlpha,F=this.borderAlpha;this.showBullet&&(M=t.circle(r,_,m,f),o.push(M)),this.drop?(h=S/1.6,l=0,"V"==x&&(x="down"),"H"==x&&(x="left"),"down"==x&&(N=e+1,C=i-h-h/3),"up"==x&&(l=180,N=e+1,C=i+h+h/3),"left"==x&&(l=270,N=e+h+h/3+2,C=i),"right"==x&&(l=90,N=e-h-h/3+2,C=i),n=C-T/2+1,d=N-w/2-1,c=t.drop(r,h,l,c,f,g,p,F)):b>0||0===v?(B>0&&(e=t.rect(r,S,y,c,0,g+1,L,B,b),t.isModern?e.translate(1,1):e.translate(4,4),o.push(e)),c=t.rect(r,S,y,c,f,g,p,F,b)):(m=[],b=[],"H"!=x?(h=e-N,h>S-v&&(h=S-v),v>h&&(h=v),m=[0,h-v,e-N,h+v,S,S,0,0],b=D?[0,0,i-C,0,0,y,y,0]:[y,y,i-C,y,y,0,0,y]):(x=i-C,x>y-v&&(x=y-v),v>x&&(x=v),b=[0,x-v,i-C,x+v,y,y,0,0],m=h+(l-h)/2>e?[0,0,e>N?0:e-N,0,0,S,S,0]:[S,S,N+S>e?S:e-N,S,S,0,0,S]),B>0&&(e=t.polygon(r,m,b,c,0,g,L,B),e.translate(1,1),o.push(e)),c=t.polygon(r,m,b,c,f,g,p,F)),this.bg=c,o.push(c),c.toFront(),t.setCN(a,c,"balloon-bg"),this.className&&t.setCN(a,c,"balloon-bg-"+this.className),r=1*this.deltaSignX,d+=this.sdx,n+=this.sdy,A.left=d+"px",A.top=n+"px",o.translate(N-r,C,1,!0),c=c.getBBox(),this.bottom=C+y+1,this.yPos=c.y+C,M&&M.translate(this.pointToX-N+r,i-C),i=this.animationDuration,0this.r-a.width&&(t=this.r-a.width),s0&&!e.isHiding){e.isHiding=!0,e.destroyTO&&clearTimeout(e.destroyTO),e.destroyTO=setTimeout(function(){e.destroy.call(e)},1e3*t),e.follow=!1,e.show=!1;var a=e.set;a&&(a.setAttr("opacity",e.fillAlpha),e.fadeAnim1=a.animate({opacity:0},t,"easeInSine")),e.textDiv&&(e.fadeAnim2=i.animate({node:e.textDiv},"opacity",1,0,t,"easeInSine",""))}else e.show=!1,e.follow=!1,e.destroy()},setPosition:function(t,e){(t!=this.pointToX||e!=this.pointToY)&&(this.previousX=this.pointToX,this.previousY=this.pointToY,this.pointToX=t,this.pointToY=e,this.positionChanged=!0)},followCursor:function(t){var e=this;e.follow=t,clearInterval(e.interval);var i=e.chart.mouseX-e.sdx,a=e.chart.mouseY-e.sdy;!isNaN(i)&&t&&(e.pointToX=i-e.offsetX*e.deltaSignX,e.pointToY=a,e.followMouse(),e.interval=setInterval(function(){e.followMouse.call(e)},40))},removeDiv:function(){if(this.textDiv){var t=this.textDiv.parentNode;t&&t.removeChild(this.textDiv)}},destroy:function(){clearInterval(this.interval),t.remove(this.set),this.removeDiv(),this.set=null}})}(),function(){var t=window.AmCharts;t.AmCoordinateChart=t.Class({inherits:t.AmChart,construct:function(e){t.AmCoordinateChart.base.construct.call(this,e),this.theme=e,this.createEvents("rollOverGraphItem","rollOutGraphItem","clickGraphItem","doubleClickGraphItem","rightClickGraphItem","clickGraph","rollOverGraph","rollOutGraph"),this.startAlpha=1,this.startDuration=0,this.startEffect="elastic",this.sequencedAnimation=!0,this.colors="#FF6600 #FCD202 #B0DE09 #0D8ECF #2A0CD0 #CD0D74 #CC0000 #00CC00 #0000CC #DDDDDD #999999 #333333 #990000".split(" "),this.balloonDateFormat="MMM DD, YYYY",this.valueAxes=[],this.graphs=[],this.guides=[],this.gridAboveGraphs=!1,t.applyTheme(this,e,"AmCoordinateChart")},initChart:function(){t.AmCoordinateChart.base.initChart.call(this),this.drawGraphs=!0;var e=this.categoryAxis;e&&(this.categoryAxis=t.processObject(e,t.CategoryAxis,this.theme)),this.processValueAxes(),this.createValueAxes(),this.processGraphs(),this.processGuides(),t.VML&&(this.startAlpha=1),this.setLegendData(this.graphs),this.gridAboveGraphs&&this.gridSet.toFront()},createValueAxes:function(){if(0===this.valueAxes.length){var e=new t.ValueAxis;this.addValueAxis(e)}},parseData:function(){this.processValueAxes(),this.processGraphs()},parseSerialData:function(t){if(this.chartData=[],t)if(0i;i++)this.delayParseSerialData(t,i)}else this.parseCount=0,this.parsePartSerialData(t,0,t.length,0);else this.onDataUpdated()},delayParseSerialData:function(t,e){var i=this,a=i.processCount;setTimeout(function(){i.parsePartSerialData.call(i,t,e*a,(e+1)*a,e)},i.processTimeout)},parsePartSerialData:function(e,i,a,s){a>e.length&&(a=e.length);var r=this.graphs,o={},h=this.seriesIdField;h||(h=this.categoryField);var n,l,d,u,c=!1,p=this.categoryAxis;p&&(c=p.parseDates,l=p.forceShowField,u=p.classNameField,d=p.labelColorField,n=p.categoryFunction);var m,g,f,v={};c&&(m=t.extractPeriod(p.minPeriod),g=m.period,m=m.count,f=t.getPeriodDuration(g,m));var x={};this.lookupTable=x;var b,y=this.dataDateFormat,C={};for(b=i;a>b;b++){var A={},N=e[b];if(i=N[this.categoryField],A.dataContext=N,A.category=n?n(i,N,p):String(i),l&&(A.forceShow=N[l]),u&&(A.className=N[u]),d&&(A.labelColor=N[d]),x[N[h]]=A,!c||(p.categoryFunction?i=p.categoryFunction(i,N,p):(!y||i instanceof Date||(i=i.toString()+" |"),i=t.getDate(i,y,p.minPeriod)),i=t.resetDateToMin(i,g,m,p.firstDayOfWeek),A.category=i,A.time=i.getTime(),!isNaN(A.time))){var S=this.valueAxes;A.axes={},A.x={};var w;for(w=0;w0&&A.time-v[M]>=f*B&&(C[M].gap=!0),this.processFields(i,_,F),_.category=A.category,_.serialDataItem=A,_.graph=i,A.axes[T].graphs[M]=_,v[M]=A.time,C[M]=_}}}this.chartData[b]=A}}if(this.parseCount==s){for(e=0;e-1;t--)this.removeValueAxis(e[t])},removeValueAxis:function(t){var e,i=this.graphs;for(e=i.length-1;e>=0;e--){var a=i[e];a&&a.valueAxis==t&&this.removeGraph(a)}for(i=this.valueAxes,e=i.length-1;e>=0;e--)i[e]==t&&i.splice(e,1);this.validateData()},addGraph:function(t){this.graphs.push(t),this.chooseGraphColor(t,this.graphs.length-1),this.validateData()},removeGraph:function(t){var e,i=this.graphs;for(e=i.length-1;e>=0;e--)i[e]==t&&(i.splice(e,1),t.destroy());this.validateData()},handleValueAxisZoom:function(){},processValueAxes:function(){var e,i=this.valueAxes;for(e=0;ei?this.colors[i]:e.lineColorR?e.lineColorR:t.randomColor(),e.lineColorR=a}e.fillColorsR=e.fillColors?e.fillColors:e.lineColorR,e.bulletBorderColorR=e.bulletBorderColor?e.bulletBorderColor:e.useLineColorForBulletBorder?e.lineColorR:e.bulletColor,e.bulletColorR=e.bulletColor?e.bulletColor:e.lineColorR,(a=this.patterns)&&(e.pattern=a[i])},handleLegendEvent:function(t){var e=t.type;if(t=t.dataItem,!this.legend.data&&t){var i=t.hidden,a=t.showBalloon;switch(e){case"clickMarker":this.textClickEnabled&&(a?this.hideGraphsBalloon(t):this.showGraphsBalloon(t));break;case"clickLabel":a?this.hideGraphsBalloon(t):this.showGraphsBalloon(t);break;case"rollOverItem":i||this.highlightGraph(t);break;case"rollOutItem":i||this.unhighlightGraph();break;case"hideItem":this.hideGraph(t);break;case"showItem":this.showGraph(t)}}},highlightGraph:function(t){var e,i=this.graphs,a=.2;if(this.legend&&(a=this.legend.rollOverGraphAlpha),1!=a)for(e=0;e=i&&(i=.001),(void 0==r||0===r)&&(r=.01),void 0===o&&(o="#000000"),void 0===h&&(h=0),s={fill:a,stroke:o,"fill-opacity":s,"stroke-width":r,"stroke-opacity":h},e=isNaN(l)?e.circle(0,0,i).attr(s):e.ellipse(0,0,i,l).attr(s),n&&e.gradient("radialGradient",[a,t.adjustLuminosity(a,-.6)]),e},t.text=function(e,i,a,s,r,o,h,n){return o||(o="middle"),"right"==o&&(o="end"),"left"==o&&(o="start"),isNaN(n)&&(n=1),void 0!==i&&(i=String(i),t.isIE&&!t.isModern&&(i=i.replace("&","&"),i=i.replace("&","&"))),a={fill:a,"font-family":s,"font-size":r+"px",opacity:n},!0===h&&(a["font-weight"]="bold"),a["text-anchor"]=o,e.text(i,a)},t.polygon=function(e,i,a,s,r,o,h,n,l,d,u){isNaN(o)&&(o=.01),isNaN(n)&&(n=r);var c=s,p=!1;"object"==typeof c&&10&&(r["stroke-dasharray"]=u),u=t.dx,o=t.dy,e.handDrawn&&(a=t.makeHD(i,a,e.handDrawScatter),i=a[0],a=a[1]),h=Math.round,d&&(i[m]=t.roundTo(i[m],5),a[m]=t.roundTo(a[m],5),h=Number),n="M"+(h(i[0])+u)+","+(h(a[0])+o);for(var m=1;mi&&(i=Math.abs(i),m=-i),0>a&&(a=Math.abs(a),g=-a),m+=t.dx,g+=t.dy,r={fill:c,stroke:h,"fill-opacity":r,"stroke-opacity":n},void 0!==u&&u>0&&(r["stroke-dasharray"]=u),e=e.rect(m,g,i,a,l,o).attr(r),p&&e.gradient("linearGradient",s,d),e},t.bullet=function(e,i,a,s,r,o,h,n,l,d,u,c,p){var m;switch("circle"==i&&(i="round"),i){case"round":m=t.circle(e,a/2,s,r,o,h,n);break;case"square":m=t.polygon(e,[-a/2,a/2,a/2,-a/2],[a/2,a/2,-a/2,-a/2],s,r,o,h,n,d-180,void 0,p);break;case"rectangle":m=t.polygon(e,[-a,a,a,-a],[a/2,a/2,-a/2,-a/2],s,r,o,h,n,d-180,void 0,p);break;case"diamond":m=t.polygon(e,[-a/2,0,a/2,0],[0,-a/2,0,a/2],s,r,o,h,n);break;case"triangleUp":m=t.triangle(e,a,0,s,r,o,h,n);break;case"triangleDown":m=t.triangle(e,a,180,s,r,o,h,n);break;case"triangleLeft":m=t.triangle(e,a,270,s,r,o,h,n);break;case"triangleRight":m=t.triangle(e,a,90,s,r,o,h,n);break;case"bubble":m=t.circle(e,a/2,s,r,o,h,n,!0);break;case"line":m=t.line(e,[-a/2,a/2],[0,0],s,r,o,h,n);break;case"yError":m=e.set(),m.push(t.line(e,[0,0],[-a/2,a/2],s,r,o)),m.push(t.line(e,[-l,l],[-a/2,-a/2],s,r,o)),m.push(t.line(e,[-l,l],[a/2,a/2],s,r,o));break;case"xError":m=e.set(),m.push(t.line(e,[-a/2,a/2],[0,0],s,r,o)),m.push(t.line(e,[-a/2,-a/2],[-l,l],s,r,o)),m.push(t.line(e,[a/2,a/2],[-l,l],s,r,o))}return m&&m.pattern(u,NaN,c),m},t.triangle=function(t,e,i,a,s,r,o,h){(void 0===r||0===r)&&(r=1),void 0===o&&(o="#000"),void 0===h&&(h=0),a={fill:a,stroke:o,"fill-opacity":s,"stroke-width":r,"stroke-opacity":h},e/=2;var n;return 0===i&&(n=" M"+-e+","+e+" L0,"+-e+" L"+e+","+e+" Z"),180==i&&(n=" M"+-e+","+-e+" L0,"+e+" L"+e+","+-e+" Z"),90==i&&(n=" M"+-e+","+-e+" L"+e+",0 L"+-e+","+e+" Z"),270==i&&(n=" M"+-e+",0 L"+e+","+e+" L"+e+","+-e+" Z"),t.path(n).attr(a)},t.line=function(e,i,a,s,r,o,h,n,l,d,u){if(e.handDrawn&&!u)return t.handDrawnLine(e,i,a,s,r,o,h,n,l,d,u);for(o={fill:"none","stroke-width":o},void 0!==h&&h>0&&(o["stroke-dasharray"]=h),isNaN(r)||(o["stroke-opacity"]=r),s&&(o.stroke=s),s=Math.round,d&&(s=Number,i[0]=t.roundTo(i[0],5),a[0]=t.roundTo(a[0],5)),d=t.dx,r=t.dy,h="M"+(s(i[0])+d)+","+(s(a[0])+r),n=1;n=u;u++){var c=h+u*l+Math.random()*i;a.push(o+u*n+Math.random()*i),s.push(c)}return[a,s]},t.handDrawnLine=function(e,i,a,s,r,o,h,n,l,d){var u,c=e.set();for(u=1;u359.94&&(x=359.94),r>=x&&(r=x);var b=1/180*Math.PI,x=i+Math.sin(s*b)*n,y=a-Math.cos(s*b)*f,C=i+Math.sin(s*b)*o,A=a-Math.cos(s*b)*h,N=i+Math.sin((s+r)*b)*o,S=a-Math.cos((s+r)*b)*h,w=i+Math.sin((s+r)*b)*n,b=a-Math.cos((s+r)*b)*f,T={fill:t.adjustLuminosity(d.fill,-.2),"stroke-opacity":0,"fill-opacity":d["fill-opacity"]},D=0;180Math.abs(r)&&1>=Math.abs(N-C)&&1>=Math.abs(S-A)&&(M=!0)),r="";var B;if(c&&(T["fill-opacity"]=0,T["stroke-opacity"]=d["stroke-opacity"]/2,T.stroke=d.stroke),l>0){B=" M"+x+","+(y+l)+" L"+C+","+(A+l),v?(M||(B+=" A"+(i-o)+","+(l+a-h)+","+(i+o)+","+(l+a+h)+","+C+","+(A+l)+","+N+","+(S+l)),B+=" L"+w+","+(b+l),n>0&&(M||(B+=" B"+(i-n)+","+(l+a-f)+","+(i+n)+","+(l+a+f)+","+w+","+(l+b)+","+x+","+(l+y)))):(B+=" A"+o+","+h+",0,"+D+",1,"+N+","+(S+l)+" L"+w+","+(b+l),n>0&&(B+=" A"+n+","+f+",0,"+D+",0,"+x+","+(y+l))),B+=" Z";var L=l;v&&(L/=10);for(var _=0;L>_;_+=10){var F=e.path(B,void 0,void 0,"1000,1000").attr(T);s.push(F),F.translate(0,-_)}B=e.path(" M"+x+","+y+" L"+x+","+(y+l)+" L"+C+","+(A+l)+" L"+C+","+A+" L"+x+","+y+" Z",void 0,void 0,"1000,1000").attr(T),l=e.path(" M"+N+","+S+" L"+N+","+(S+l)+" L"+w+","+(b+l)+" L"+w+","+b+" L"+N+","+S+" Z",void 0,void 0,"1000,1000").attr(T),s.push(B),s.push(l)}if(v?(M||(r=" A"+g(i-o)+","+g(a-h)+","+g(i+o)+","+g(a+h)+","+g(C)+","+g(A)+","+g(N)+","+g(S)),h=" M"+g(x)+","+g(y)+" L"+g(C)+","+g(A)+r+" L"+g(w)+","+g(b)):h=" M"+x+","+y+" L"+C+","+A+(" A"+o+","+h+",0,"+D+",1,"+N+","+S)+" L"+w+","+b, +n>0&&(v?M||(h+=" B"+(i-n)+","+(a-f)+","+(i+n)+","+(a+f)+","+w+","+b+","+x+","+y):h+=" A"+n+","+f+",0,"+D+",0,"+x+","+y),e.handDrawn&&(n=t.line(e,[x,C],[y,A],d.stroke,d.thickness*Math.random()*e.handDrawThickness,d["stroke-opacity"]),s.push(n)),n=e.path(h+" Z",void 0,void 0,"1000,1000").attr(d),u){for(f=[],v=0;ve.length&&(e=String(e[0])+String(e[0])+String(e[1])+String(e[1])+String(e[2])+String(e[2])),i=i||0;var a,s,r="#";for(s=0;3>s;s++)a=parseInt(e.substr(2*s,2),16),a=Math.round(Math.min(Math.max(0,a+a*i),255)).toString(16),r+=("00"+a).substr(a.length);return r}}(),function(){var t=window.AmCharts;t.Bezier=t.Class({construct:function(e,i,a,s,r,o,h,n,l,d){for("object"==typeof h&&(h=h[0]),"object"==typeof n&&(n=n[0]),0===n&&(h="none"),o={fill:h,"fill-opacity":n,"stroke-width":o},void 0!==l&&l>0&&(o["stroke-dasharray"]=l),isNaN(r)||(o["stroke-opacity"]=r),s&&(o.stroke=s),s="M"+Math.round(i[0])+","+Math.round(a[0]),r=[],l=0;la&&(n=a),i.push({x:l.x-n/r,y:l.y-s/o}),i.push({x:l.x,y:l.y}),i.push({x:l.x+n/r,y:l.y+s/o})}return s=e[e.length-1].y-e[e.length-2].y,a=e[e.length-1].x-e[e.length-2].x,i.push({x:e[e.length-1].x-a/r,y:e[e.length-1].y-s/o}),i.push({x:e[e.length-1].x,y:e[e.length-1].y}),i},drawBeziers:function(t){var e,i="";for(e=0;e<(t.length-1)/3;e++)i+=this.drawBezierMidpoint(t[3*e],t[3*e+1],t[3*e+2],t[3*e+3]);return i},drawBezierMidpoint:function(t,e,i,a){var s=Math.round,r=this.getPointOnSegment(t,e,.75),o=this.getPointOnSegment(a,i,.75),h=(a.x-t.x)/16,n=(a.y-t.y)/16,l=this.getPointOnSegment(t,e,.375);return t=this.getPointOnSegment(r,o,.375),t.x-=h,t.y-=n,e=this.getPointOnSegment(o,r,.375),e.x+=h,e.y+=n,i=this.getPointOnSegment(a,i,.375),h=this.getMiddle(l,t),r=this.getMiddle(r,o),o=this.getMiddle(e,i),l=" Q"+s(l.x)+","+s(l.y)+","+s(h.x)+","+s(h.y),l+=" Q"+s(t.x)+","+s(t.y)+","+s(r.x)+","+s(r.y),l+=" Q"+s(e.x)+","+s(e.y)+","+s(o.x)+","+s(o.y),l+=" Q"+s(i.x)+","+s(i.y)+","+s(a.x)+","+s(a.y)},getMiddle:function(t,e){return{x:(t.x+e.x)/2,y:(t.y+e.y)/2}},getPointOnSegment:function(t,e,i){return{x:t.x+(e.x-t.x)*i,y:t.y+(e.y-t.y)*i}}})}(),function(){var t=window.AmCharts;t.AmDraw=t.Class({construct:function(e,i,a,s){t.SVG_NS="http://www.w3.org/2000/svg",t.SVG_XLINK="http://www.w3.org/1999/xlink",t.hasSVG=!!document.createElementNS&&!!document.createElementNS(t.SVG_NS,"svg").createSVGRect,1>i&&(i=10),1>a&&(a=10),this.div=e,this.width=i,this.height=a,this.rBin=document.createElement("div"),t.hasSVG?(t.SVG=!0,i=this.createSvgElement("svg"),e.appendChild(i),this.container=i,this.addDefs(s),this.R=new t.SVGRenderer(this)):t.isIE&&t.VMLRenderer&&(t.VML=!0,t.vmlStyleSheet||(document.namespaces.add("amvml","urn:schemas-microsoft-com:vml"),31>document.styleSheets.length?(i=document.createStyleSheet(),i.addRule(".amvml","behavior:url(#default#VML); display:inline-block; antialias:true"),t.vmlStyleSheet=i):document.styleSheets[0].addRule(".amvml","behavior:url(#default#VML); display:inline-block; antialias:true")),this.container=e,this.R=new t.VMLRenderer(this,s),this.R.disableSelection(e))},createSvgElement:function(e){return document.createElementNS(t.SVG_NS,e)},circle:function(e,i,a,s){var r=new t.AmDObject("circle",this);return r.attr({r:a,cx:e,cy:i}),this.addToContainer(r.node,s),r},ellipse:function(e,i,a,s,r){var o=new t.AmDObject("ellipse",this);return o.attr({rx:a,ry:s,cx:e,cy:i}),this.addToContainer(o.node,r),o},setSize:function(t,e){t>0&&e>0&&(this.container.style.width=t+"px",this.container.style.height=e+"px")},rect:function(e,i,a,s,r,o,h){var n=new t.AmDObject("rect",this);return t.VML&&(r=Math.round(100*r/Math.min(a,s)),a+=2*o,s+=2*o,n.bw=o,n.node.style.marginLeft=-o,n.node.style.marginTop=-o),1>a&&(a=1),1>s&&(s=1),n.attr({x:e,y:i,width:a,height:s,rx:r,ry:r,"stroke-width":o}),this.addToContainer(n.node,h),n},image:function(e,i,a,s,r,o){var h=new t.AmDObject("image",this);return h.attr({x:i,y:a,width:s,height:r}),this.R.path(h,e),this.addToContainer(h.node,o),h},addToContainer:function(t,e){e||(e=this.container),e.appendChild(t)},text:function(t,e,i){return this.R.text(t,e,i)},path:function(e,i,a,s){var r=new t.AmDObject("path",this);return s||(s="100,100"),r.attr({cs:s}),a?r.attr({dd:e}):r.attr({d:e}),this.addToContainer(r.node,i),r},set:function(t){return this.R.set(t)},remove:function(t){if(t){var e=this.rBin;e.appendChild(t),e.innerHTML=""}},renderFix:function(){var t=this.container,e=t.style;e.top="0px",e.left="0px";try{var i=t.getBoundingClientRect(),a=i.left-Math.round(i.left),s=i.top-Math.round(i.top);a&&(e.left=a+"px"),s&&(e.top=s+"px")}catch(r){}},update:function(){this.R.update()},addDefs:function(e){if(t.hasSVG){var i=this.createSvgElement("desc"),a=this.container;a.setAttribute("version","1.1"),a.style.position="absolute",this.setSize(this.width,this.height),t.rtl&&(a.setAttribute("direction","rtl"),a.style.left="auto",a.style.right="0px"),e&&(e.addCodeCredits&&i.appendChild(document.createTextNode("JavaScript chart by amCharts "+e.version)),a.appendChild(i),e.defs&&(i=this.createSvgElement("defs"),a.appendChild(i),t.parseDefs(e.defs,i),this.defs=i))}}})}(),function(){var t=window.AmCharts;t.AmDObject=t.Class({construct:function(t,e){this.D=e,this.R=e.R,this.node=this.R.create(this,t),this.y=this.x=0,this.scale=1},attr:function(t){return this.R.attr(this,t),this},getAttr:function(t){return this.node.getAttribute(t)},setAttr:function(t,e){return this.R.setAttr(this,t,e),this},clipRect:function(t,e,i,a){this.R.clipRect(this,t,e,i,a)},translate:function(t,e,i,a){a||(t=Math.round(t),e=Math.round(e)),this.R.move(this,t,e,i),this.x=t,this.y=e,this.scale=i,this.angle&&this.rotate(this.angle)},rotate:function(t,e){this.R.rotate(this,t,e),this.angle=t},animate:function(e,i,a){for(var s in e)if(e.hasOwnProperty(s)){var r=s,o=e[s];a=t.getEffect(a),this.R.animate(this,r,o,i,a)}},push:function(t){if(t){var e=this.node;e.appendChild(t.node);var i=t.clipPath;i&&e.appendChild(i),(t=t.grad)&&e.appendChild(t)}},text:function(t){this.R.setText(this,t)},remove:function(){this.stop(),this.R.remove(this)},clear:function(){var t=this.node;if(t.hasChildNodes())for(;1<=t.childNodes.length;)t.removeChild(t.firstChild)},hide:function(){this.setAttr("visibility","hidden")},show:function(){this.setAttr("visibility","visible")},getBBox:function(){return this.R.getBBox(this)},toFront:function(){var t=this.node;if(t){this.prevNextNode=t.nextSibling;var e=t.parentNode;e&&e.appendChild(t)}},toPrevious:function(){var t=this.node;t&&this.prevNextNode&&(t=t.parentNode)&&t.insertBefore(this.prevNextNode,null)},toBack:function(){var t=this.node;if(t){this.prevNextNode=t.nextSibling;var e=t.parentNode;if(e){var i=e.firstChild;i&&e.insertBefore(t,i)}}},mouseover:function(t){return this.R.addListener(this,"mouseover",t),this},mouseout:function(t){return this.R.addListener(this,"mouseout",t),this},click:function(t){return this.R.addListener(this,"click",t),this},dblclick:function(t){return this.R.addListener(this,"dblclick",t),this},mousedown:function(t){return this.R.addListener(this,"mousedown",t),this},mouseup:function(t){return this.R.addListener(this,"mouseup",t),this},touchmove:function(t){return this.R.addListener(this,"touchmove",t),this},touchstart:function(t){return this.R.addListener(this,"touchstart",t),this},touchend:function(t){return this.R.addListener(this,"touchend",t),this},contextmenu:function(t){return this.node.addEventListener?this.node.addEventListener("contextmenu",t,!0):this.R.addListener(this,"contextmenu",t),this},stop:function(){t.removeFromArray(this.R.animations,this.an_translate),t.removeFromArray(this.R.animations,this.an_y),t.removeFromArray(this.R.animations,this.an_x)},length:function(){return this.node.childNodes.length},gradient:function(t,e,i){this.R.gradient(this,t,e,i)},pattern:function(t,e,i){t&&this.R.pattern(this,t,e,i)}})}(),function(){var t=window.AmCharts;t.VMLRenderer=t.Class({construct:function(t,e){this.chart=e,this.D=t,this.cNames={circle:"oval",ellipse:"oval",rect:"roundrect",path:"shape"},this.styleMap={x:"left",y:"top",width:"width",height:"height","font-family":"fontFamily","font-size":"fontSize",visibility:"visibility"}},create:function(t,e){var i;if("group"==e)i=document.createElement("div"),t.type="div";else if("text"==e)i=document.createElement("div"),t.type="text";else if("image"==e)i=document.createElement("img"),t.type="image";else{t.type="shape",t.shapeType=this.cNames[e],i=document.createElement("amvml:"+this.cNames[e]);var a=document.createElement("amvml:stroke");i.appendChild(a),t.stroke=a;var s=document.createElement("amvml:fill");i.appendChild(s),t.fill=s,s.className="amvml",a.className="amvml",i.className="amvml"}return i.style.position="absolute",i.style.top=0,i.style.left=0,i},path:function(t,e){t.node.setAttribute("src",e)},setAttr:function(e,i,a){if(void 0!==a){var s;8===document.documentMode&&(s=!0);var r=e.node,o=e.type,h=r.style;"r"==i&&(h.width=2*a,h.height=2*a),"oval"==e.shapeType&&("rx"==i&&(h.width=2*a),"ry"==i&&(h.height=2*a)),"roundrect"==e.shapeType&&("width"!=i&&"height"!=i||--a),"cursor"==i&&(h.cursor=a),"cx"==i&&(h.left=a-t.removePx(h.width)/2),"cy"==i&&(h.top=a-t.removePx(h.height)/2);var n=this.styleMap[i];if("width"==n&&0>a&&(a=0),void 0!==n&&(h[n]=a),"text"==o&&("text-anchor"==i&&(e.anchor=a,n=r.clientWidth,"end"==a&&(h.marginLeft=-n+"px"),"middle"==a&&(h.marginLeft=-(n/2)+"px",h.textAlign="center"),"start"==a&&(h.marginLeft="0px")),"fill"==i&&(h.color=a),"font-weight"==i&&(h.fontWeight=a)),h=e.children)for(n=0;n0&&3>a&&(h="dot"),a>=3&&6>=a&&(h="dash"),a>6&&(h="longdash"),s?o.dashstyle=h:o.setAttribute("dashstyle",h)),("fill-opacity"==i||"opacity"==i)&&(0===a?s?e.on=!1:e.setAttribute("on",!1):s?e.opacity=a:e.setAttribute("opacity",a)),"fill"==i&&(s?e.color=a:e.setAttribute("color",a)),"rx"==i&&(s?r.arcSize=a+"%":r.setAttribute("arcsize",a+"%")))}},attr:function(t,e){for(var i in e)e.hasOwnProperty(i)&&this.setAttr(t,i,e[i])},text:function(e,i,a){var s=new t.AmDObject("text",this.D),r=s.node;return r.style.whiteSpace="pre",r.innerHTML=e,this.D.addToContainer(r,a),this.attr(s,i),s},getBBox:function(t){return this.getBox(t.node)},getBox:function(t){var e,i=t.offsetLeft,a=t.offsetTop,s=t.offsetWidth,r=t.offsetHeight;if(t.hasChildNodes()){var o,h,n;for(n=0;nl&&(o=l));var d=e.y;isNaN(d)||(isNaN(h)?h=d:h>d&&(h=d)),l=e.width+l,isNaN(l)||(s=Math.max(s,l)),e=e.height+d,isNaN(e)||(r=Math.max(r,e))}0>o&&(i+=o),0>h&&(a+=h)}return{x:i,y:a,width:s,height:r}},setText:function(t,e){var i=t.node;i&&(i.innerHTML=e),this.setAttr(t,"text-anchor",t.anchor)},addListener:function(t,e,i){t.node["on"+e]=i},move:function(e,i,a){var s=e.node,r=s.style;"text"==e.type&&(a-=t.removePx(r.fontSize)/2-1),"oval"==e.shapeType&&(i-=t.removePx(r.width)/2,a-=t.removePx(r.height)/2),e=e.bw,isNaN(e)||(i-=e,a-=e),isNaN(i)||isNaN(a)||(s.style.left=i+"px",s.style.top=a+"px")},svgPathToVml:function(t){var e=t.split(" ");t="";var i,a,s=Math.round;for(a=0;a=0;e--){var a,s,r,o=i[e],h=o.time*t.updateRate,n=o.frame+1,l=o.obj,d=o.attribute;h>=n?(o.frame++,"translate"==d?(a=o.from.split(","),d=Number(a[0]),a=Number(a[1]),isNaN(a)&&(a=0),s=o.to.split(","),r=Number(s[0]),s=Number(s[1]),r=0===r-d?r:Math.round(t[o.effect](0,n,d,r-d,h)),o=0===s-a?s:Math.round(t[o.effect](0,n,a,s-a,h)),d="transform",o="translate("+r+","+o+")"):(s=Number(o.from),a=Number(o.to),r=a-s,o=t[o.effect](0,n,s,r,h),isNaN(o)&&(o=a),0===r&&this.animations.splice(e,1)),this.setAttr(l,d,o)):("translate"==d?(s=o.to.split(","),r=Number(s[0]),s=Number(s[1]),l.translate(r,s)):(a=Number(o.to),this.setAttr(l,d,a)),l.animationFinished=!0,this.animations.splice(e,1))}},getBBox:function(t){if(t=t.node)try{return t.getBBox()}catch(e){}return{width:0,height:0,x:0,y:0}},path:function(e,i){e.node.setAttributeNS(t.SVG_XLINK,"xlink:href",i)},clipRect:function(e,i,a,s,r){var o=e.node,h=e.clipPath;h&&this.D.remove(h);var n=o.parentNode;n&&(o=document.createElementNS(t.SVG_NS,"clipPath"),h=t.getUniqueId(),o.setAttribute("id",h),this.D.rect(i,a,s,r,0,0,o),n.appendChild(o),i="#",t.baseHref&&!t.isIE&&(i=this.removeTarget(window.location.href)+i),this.setAttr(e,"clip-path","url("+i+h+")"),this.clipPathC++,e.clipPath=o)},text:function(e,i,a){var s=new t.AmDObject("text",this.D);e=String(e).split("\n");var r,o=t.removePx(i["font-size"]);for(r=0;rthis.fontSize&&(this.ly=r/2-1),r>0&&(this.lx+=r+this.markerLabelGap),this.titleWidth=0,(r=this.title)&&(r=t.text(this.container,r,this.color,e.fontFamily,this.fontSize,"start",!0),t.setCN(e,r,"legend-title"),r.translate(this.marginLeft,this.marginTop+this.verticalGap+this.ly+1),e=r.getBBox(),this.titleWidth=e.width+15,this.titleHeight=e.height+6),this.index=this.maxLabelWidth=0,this.showEntries){for(e=0;ep&&(p=C),x=x.height,x>m&&(m=x)}var C=m=0,A=o,N=0,S=0;for(b=0;bS&&(S=x.height),T+x.width>c&&b>0&&0!==C&&(m++,T=C=0,A=T+x.width+o+u,N=N+S+d,S=0),w.translate(T,N),C++,!isNaN(l)&&C>=l&&(C=0,m++,N=N+S+d,A=o,S=0),v.push(w)}x=v.getBBox(),l=x.height+2*d-1,"left"==e||"right"==e?(u=x.width+2*o,n=u+i+a,h.style.width=n+"px",this.ieW=n):u=n-i-a-1,a=t.polygon(this.container,[0,u,u,0],[0,0,l,l],this.backgroundColor,this.backgroundAlpha,1,this.borderColor,this.borderAlpha),t.setCN(this.chart,a,"legend-bg"),f.push(a),f.translate(i,s),a.toBack(),i=o,("top"==e||"bottom"==e||"absolute"==e||"outside"==e)&&("center"==this.align?i=o+(u-x.width)/2:"right"==this.align&&(i=o+u-x.width)),v.translate(i,d+1),this.titleHeight>l&&(l=this.titleHeight),e=l+s+r+1,0>e&&(e=0),e>this.chart.divRealHeight&&(h.style.top="0px"),h.style.height=Math.round(e)+"px",g.setSize(this.divWidth,e)},createEntry:function(e){if(!1!==e.visibleInLegend&&!e.hideFromLegend){var i=this.chart,a=e.markerType;e.legendEntryWidth=this.markerSize,a||(a=this.markerType);var s=e.color,r=e.alpha;e.legendKeyColor&&(s=e.legendKeyColor()),e.legendKeyAlpha&&(r=e.legendKeyAlpha());var o;!0===e.hidden&&(o=s=this.markerDisabledColor);var h=e.pattern,n=e.customMarker;n||(n=this.customMarker);var l=this.container,d=this.markerSize,u=0,c=0,p=d/2;if(this.useGraphSettings){if(a=e.type,this.switchType=void 0,"line"==a||"step"==a||"smoothedLine"==a||"ohlc"==a)h=l.set(),e.hidden||(s=e.lineColorR,o=e.bulletBorderColorR),u=t.line(l,[0,2*d],[d/2,d/2],s,e.lineAlpha,e.lineThickness,e.dashLength),t.setCN(i,u,"graph-stroke"),h.push(u),e.bullet&&(e.hidden||(s=e.bulletColorR),u=t.bullet(l,e.bullet,e.bulletSize,s,e.bulletAlpha,e.bulletBorderThickness,o,e.bulletBorderAlpha))&&(t.setCN(i,u,"graph-bullet"),u.translate(d+1,d/2),h.push(u)),p=0,u=d,c=d/3;else{var m;e.getGradRotation&&(m=e.getGradRotation(),0===m&&(m=180)),u=e.fillColorsR,!0===e.hidden&&(u=s),(h=this.createMarker("rectangle",u,e.fillAlphas,e.lineThickness,s,e.lineAlpha,m,h,e.dashLength))&&(p=d,h.translate(p,d/2)),u=d}t.setCN(i,h,"graph-"+a),t.setCN(i,h,"graph-"+e.id)}else if(n)h=l.image(n,0,0,d,d);else{var g;isNaN(this.gradientRotation)||(g=180+this.gradientRotation),(h=this.createMarker(a,s,r,void 0,void 0,void 0,g,h))&&h.translate(d/2,d/2)}t.setCN(i,h,"legend-marker"),this.addListeners(h,e),l=l.set([h]),this.switchable&&e.switchable&&l.setAttr("cursor","pointer"),void 0!==e.id&&t.setCN(i,l,"legend-item-"+e.id),t.setCN(i,l,e.className,!0),(o=this.switchType)&&"none"!=o&&d>0&&("x"==o?(m=this.createX(),m.translate(d/2,d/2)):m=this.createV(),m.dItem=e,!0!==e.hidden?"x"==o?m.hide():m.show():"x"!=o&&m.hide(),this.switchable||m.hide(),this.addListeners(m,e),e.legendSwitch=m,l.push(m),t.setCN(i,m,"legend-switch")),o=this.color,e.showBalloon&&this.textClickEnabled&&void 0!==this.selectedColor&&(o=this.selectedColor),this.useMarkerColorForLabels&&(o=s),!0===e.hidden&&(o=this.markerDisabledColor),s=t.massReplace(this.labelText,{"[[title]]":e.title}),m=this.fontSize,h&&(m>=d&&h.translate(p,d/2+this.ly-m/2+(m+2-d)/2-c),e.legendEntryWidth=h.getBBox().width);var f;s&&(s=t.fixBrakes(s),e.legendTextReal=s,f=this.labelWidth,f=isNaN(f)?t.text(this.container,s,o,i.fontFamily,m,"start"):t.wrappedText(this.container,s,o,i.fontFamily,m,"start",!1,f,0),t.setCN(i,f,"legend-label"),f.translate(this.lx+u,this.ly),l.push(f),i=f.getBBox().width,this.maxLabelWidths&&(s=a+7,t.VML&&(s+=3)),a=i.container.rect(e.legendEntryWidth,0,o,s,0,0).attr({stroke:"none",fill:"#fff","fill-opacity":.005}),a.dItem=e,i.entries[i.index-1].push(a),a.mouseover(function(t){i.rollOverLabel(e,t)}).mouseout(function(t){i.rollOutLabel(e,t)}).click(function(t){i.clickLabel(e,t)})}},createV:function(){var e=this.markerSize;return t.polygon(this.container,[e/5,e/2,e-e/5,e/2],[e/3,e-e/5,e/5,e/1.7],this.switchColor)},createX:function(){var e=(this.markerSize-4)/2,i={stroke:this.switchColor,"stroke-width":3},a=this.container,s=t.line(a,[-e,e],[-e,e]).attr(i),e=t.line(a,[-e,e],[e,-e]).attr(i);return this.container.set([s,e])},createMarker:function(e,i,a,s,r,o,h,n,l){var d=this.markerSize,u=this.container;return r||(r=this.markerBorderColor),r||(r=i),isNaN(s)&&(s=this.markerBorderThickness),isNaN(o)&&(o=this.markerBorderAlpha),t.bullet(u,e,d,i,a,s,r,o,d,h,n,this.chart.path,l)},validateNow:function(){this.invalidateSize()},updateValues:function(){var e,i=this.valueLabels,a=this.chart,s=this.data;if(i)for(e=0;ei&&(a="00"+i),i>=10&&100>i&&(a="0"+i),t=t.replace(/fff/g,a)}return t},t.extractPeriod=function(e){var i=t.stripNumbers(e),a=1;return i!=e&&(a=Number(e.slice(0,e.indexOf(i)))),{period:i,count:a}},t.getDate=function(e,i,a){return e instanceof Date?t.newDate(e,a):i&&isNaN(e)?t.stringToDate(e,i):new Date(e)},t.daysInMonth=function(t){return new Date(t.getYear(),t.getMonth()+1,0).getDate()},t.newDate=function(t,e){return e&&-1==e.indexOf("fff")?new Date(t):new Date(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds())},t.resetDateToMin=function(e,i,a,s){void 0===s&&(s=1);var r,o,h,n,l,d,u;switch(t.useUTC?(r=e.getUTCFullYear(),o=e.getUTCMonth(),h=e.getUTCDate(),n=e.getUTCHours(),l=e.getUTCMinutes(),d=e.getUTCSeconds(),u=e.getUTCMilliseconds(),e=e.getUTCDay()):(r=e.getFullYear(),o=e.getMonth(),h=e.getDate(),n=e.getHours(),l=e.getMinutes(),d=e.getSeconds(),u=e.getMilliseconds(),e=e.getDay()),i){case"YYYY":r=Math.floor(r/a)*a,o=0,h=1,u=d=l=n=0;break;case"MM":o=Math.floor(o/a)*a,h=1,u=d=l=n=0;break;case"WW":h=e>=s?h-e+s:h-(7+e)+s,u=d=l=n=0;break;case"DD": +u=d=l=n=0;break;case"hh":n=Math.floor(n/a)*a,u=d=l=0;break;case"mm":l=Math.floor(l/a)*a,u=d=0;break;case"ss":d=Math.floor(d/a)*a,u=0;break;case"fff":u=Math.floor(u/a)*a}return t.useUTC?(e=new Date,e.setUTCFullYear(r,o,h),e.setUTCHours(n,l,d,u)):e=new Date(r,o,h,n,l,d,u),e},t.getPeriodDuration=function(t,e){void 0===e&&(e=1);var i;switch(t){case"YYYY":i=316224e5;break;case"MM":i=26784e5;break;case"WW":i=6048e5;break;case"DD":i=864e5;break;case"hh":i=36e5;break;case"mm":i=6e4;break;case"ss":i=1e3;break;case"fff":i=1}return i*e},t.intervals={s:{nextInterval:"ss",contains:1e3},ss:{nextInterval:"mm",contains:60,count:0},mm:{nextInterval:"hh",contains:60,count:1},hh:{nextInterval:"DD",contains:24,count:2},DD:{nextInterval:"",contains:1/0,count:3}},t.getMaxInterval=function(e,i){var a=t.intervals;return e>=a[i].contains?(e=Math.round(e/a[i].contains),i=a[i].nextInterval,t.getMaxInterval(e,i)):"ss"==i?a[i].nextInterval:i},t.dayNames="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),t.shortDayNames="Sun Mon Tue Wed Thu Fri Sat".split(" "),t.monthNames="January February March April May June July August September October November December".split(" "),t.shortMonthNames="Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),t.getWeekNumber=function(t){t=new Date(t),t.setHours(0,0,0),t.setDate(t.getDate()+4-(t.getDay()||7));var e=new Date(t.getFullYear(),0,1);return Math.ceil(((t-e)/864e5+1)/7)},t.stringToDate=function(e,i){var a={},s=[{pattern:"YYYY",period:"year"},{pattern:"YY",period:"year"},{pattern:"MM",period:"month"},{pattern:"M",period:"month"},{pattern:"DD",period:"date"},{pattern:"D",period:"date"},{pattern:"JJ",period:"hours"},{pattern:"J",period:"hours"},{pattern:"HH",period:"hours"},{pattern:"H",period:"hours"},{pattern:"KK",period:"hours"},{pattern:"K",period:"hours"},{pattern:"LL",period:"hours"},{pattern:"L",period:"hours"},{pattern:"NN",period:"minutes"},{pattern:"N",period:"minutes"},{pattern:"SS",period:"seconds"},{pattern:"S",period:"seconds"},{pattern:"QQQ",period:"milliseconds"},{pattern:"QQ",period:"milliseconds"},{pattern:"Q",period:"milliseconds"}],r=!0,o=i.indexOf("AA");-1!=o&&(e.substr(o,2),"pm"==e.toLowerCase&&(r=!1));var h,n,l,o=i;for(l=0;lg&&(g="0"+g),i=i.replace(/JJ/g,g),i=i.replace(/J/g,c),g=n,0===g&&(g=24,-1!=i.indexOf("H")&&(o--,0===o&&(s=new Date(e),s.setDate(s.getDate()-1),r=s.getMonth(),o=s.getDate(),s=s.getFullYear()))),e=r+1,9>r&&(e="0"+e),c=o,10>o&&(c="0"+o);var f=g;return 10>f&&(f="0"+f),i=i.replace(/HH/g,f),i=i.replace(/H/g,g),g=n,g>11&&(g-=12),f=g,10>f&&(f="0"+f),i=i.replace(/KK/g,f),i=i.replace(/K/g,g),g=n,0===g&&(g=12),g>12&&(g-=12),f=g,10>f&&(f="0"+f),i=i.replace(/LL/g,f),i=i.replace(/L/g,g),g=l,10>g&&(g="0"+g),i=i.replace(/NN/g,g),i=i.replace(/N/g,l),l=d,10>l&&(l="0"+l),i=i.replace(/SS/g,l),i=i.replace(/S/g,d),d=u,10>d&&(d="00"+d),100>d&&(d="0"+d),l=u,10>l&&(l="00"+l),i=i.replace(/QQQ/g,d),i=i.replace(/QQ/g,l),i=i.replace(/Q/g,u),i=12>n?i.replace(/A/g,a.amString):i.replace(/A/g,a.pmString),i=i.replace(/YYYY/g,"@IIII@"),i=i.replace(/YY/g,"@II@"),i=i.replace(/MMMM/g,"@XXXX@"),i=i.replace(/MMM/g,"@XXX@"),i=i.replace(/MM/g,"@XX@"),i=i.replace(/M/g,"@X@"),i=i.replace(/DD/g,"@RR@"),i=i.replace(/D/g,"@R@"),i=i.replace(/EEEE/g,"@PPPP@"),i=i.replace(/EEE/g,"@PPP@"),i=i.replace(/EE/g,"@PP@"),i=i.replace(/E/g,"@P@"),i=i.replace(/@IIII@/g,s),i=i.replace(/@II@/g,p),i=i.replace(/@XXXX@/g,a.monthNames[r]),i=i.replace(/@XXX@/g,a.shortMonthNames[r]),i=i.replace(/@XX@/g,e),i=i.replace(/@X@/g,r+1),i=i.replace(/@RR@/g,c),i=i.replace(/@R@/g,o),i=i.replace(/@PPPP@/g,a.dayNames[h]),i=i.replace(/@PPP@/g,a.shortDayNames[h]),i=i.replace(/@PP@/g,m),i=i.replace(/@P@/g,h)},t.changeDate=function(e,i,a,s,r){if(t.useUTC)return t.changeUTCDate(e,i,a,s,r);var o=-1;switch(void 0===s&&(s=!0),void 0===r&&(r=!1),!0===s&&(o=1),i){case"YYYY":e.setFullYear(e.getFullYear()+a*o),s||r||e.setDate(e.getDate()+1);break;case"MM":i=e.getMonth(),e.setMonth(e.getMonth()+a*o),e.getMonth()>i+a*o&&e.setDate(e.getDate()-1),s||r||e.setDate(e.getDate()+1);break;case"DD":e.setDate(e.getDate()+a*o);break;case"WW":e.setDate(e.getDate()+a*o*7);break;case"hh":e.setHours(e.getHours()+a*o);break;case"mm":e.setMinutes(e.getMinutes()+a*o);break;case"ss":e.setSeconds(e.getSeconds()+a*o);break;case"fff":e.setMilliseconds(e.getMilliseconds()+a*o)}return e},t.changeUTCDate=function(t,e,i,a,s){var r=-1;switch(void 0===a&&(a=!0),void 0===s&&(s=!1),!0===a&&(r=1),e){case"YYYY":t.setUTCFullYear(t.getUTCFullYear()+i*r),a||s||t.setUTCDate(t.getUTCDate()+1);break;case"MM":e=t.getUTCMonth(),t.setUTCMonth(t.getUTCMonth()+i*r),t.getUTCMonth()>e+i*r&&t.setUTCDate(t.getUTCDate()-1),a||s||t.setUTCDate(t.getUTCDate()+1);break;case"DD":t.setUTCDate(t.getUTCDate()+i*r);break;case"WW":t.setUTCDate(t.getUTCDate()+i*r*7);break;case"hh":t.setUTCHours(t.getUTCHours()+i*r);break;case"mm":t.setUTCMinutes(t.getUTCMinutes()+i*r);break;case"ss":t.setUTCSeconds(t.getUTCSeconds()+i*r);break;case"fff":t.setUTCMilliseconds(t.getUTCMilliseconds()+i*r)}return t}}(),define("amcharts",function(){}),function(){var t=window.AmCharts;t.AmRectangularChart=t.Class({inherits:t.AmCoordinateChart,construct:function(e){t.AmRectangularChart.base.construct.call(this,e),this.theme=e,this.createEvents("zoomed","changed"),this.marginRight=this.marginBottom=this.marginTop=this.marginLeft=20,this.depth3D=this.angle=0,this.plotAreaFillColors="#FFFFFF",this.plotAreaFillAlphas=0,this.plotAreaBorderColor="#000000",this.plotAreaBorderAlpha=0,this.maxZoomFactor=20,this.zoomOutButtonImageSize=19,this.zoomOutButtonImage="lens",this.zoomOutText="Show all",this.zoomOutButtonColor="#e5e5e5",this.zoomOutButtonAlpha=0,this.zoomOutButtonRollOverAlpha=1,this.zoomOutButtonPadding=8,this.trendLines=[],this.autoMargins=!0,this.marginsUpdated=!1,this.autoMarginOffset=10,t.applyTheme(this,e,"AmRectangularChart")},initChart:function(){t.AmRectangularChart.base.initChart.call(this),this.updateDxy(),!this.marginsUpdated&&this.autoMargins&&(this.resetMargins(),this.drawGraphs=!1),this.processScrollbars(),this.updateMargins(),this.updatePlotArea(),this.updateScrollbars(),this.updateTrendLines(),this.updateChartCursor(),this.updateValueAxes(),this.scrollbarOnly||this.updateGraphs()},drawChart:function(){if(t.AmRectangularChart.base.drawChart.call(this),this.drawPlotArea(),t.ifArray(this.chartData)){var e=this.chartCursor;e&&e.draw()}},resetMargins:function(){var t,e={};if("xy"==this.type){var i=this.xAxes,a=this.yAxes;for(t=0;to&&(this.marginLeft=Math.round(-o+i)),a.right&&n>=s-i&&(this.marginRight=Math.round(n-s+i)),a.top&&hr-i&&(this.marginBottom=Math.round(this.marginBottom+t-r+i)),this.initChart()},getAxisBounds:function(t,e,i,a,s){if(!t.ignoreAxisWidth){var r=t.labelsSet,o=t.tickLength;if(t.inside&&(o=0),r)switch(r=t.getBBox(),t.position){case"top":t=r.y,a>t&&(a=t);break;case"bottom":t=r.y+r.height,t>s&&(s=t);break;case"right":t=r.x+r.width+o+3,t>i&&(i=t);break;case"left":t=r.x-o,e>t&&(e=t)}}return{l:e,t:a,r:i,b:s}},drawZoomOutButton:function(){var e=this;if(!e.zbSet){var i=e.container.set();e.zoomButtonSet.push(i);var a=e.color,s=e.fontSize,r=e.zoomOutButtonImageSize,o=e.zoomOutButtonImage.replace(/\.[a-z]*$/i,""),h=t.lang.zoomOutText||e.zoomOutText,n=e.zoomOutButtonColor,l=e.zoomOutButtonAlpha,d=e.zoomOutButtonFontSize,u=e.zoomOutButtonPadding;isNaN(d)||(s=d),(d=e.zoomOutButtonFontColor)&&(a=d);var c,d=e.zoomOutButton;d&&(d.fontSize&&(s=d.fontSize),d.color&&(a=d.color),d.backgroundColor&&(n=d.backgroundColor),isNaN(d.backgroundAlpha)||(e.zoomOutButtonRollOverAlpha=d.backgroundAlpha));var p=d=0;for(void 0!==e.pathToImages&&o&&(c=e.container.image(e.pathToImages+o+e.extension,0,0,r,r),t.setCN(e,c,"zoom-out-image"),i.push(c),c=c.getBBox(),d=c.width+5),void 0!==h&&(a=t.text(e.container,h,a,e.fontFamily,s,"start"),t.setCN(e,a,"zoom-out-label"),s=a.getBBox(),p=c?c.height/2-3:s.height/2,a.translate(d,p),i.push(a)),c=i.getBBox(),a=1,t.isModern||(a=0),n=t.rect(e.container,c.width+2*u+5,c.height+2*u-2,n,1,1,n,a),n.setAttr("opacity",l),n.translate(-u,-u),t.setCN(e,n,"zoom-out-bg"),i.push(n),n.toBack(),e.zbBG=n,c=n.getBBox(),i.translate(e.marginLeftReal+e.plotAreaWidth-c.width+u,e.marginTopReal+u),i.hide(),i.mouseover(function(){e.rollOverZB()}).mouseout(function(){e.rollOutZB()}).click(function(){e.clickZB()}).touchstart(function(){e.rollOverZB()}).touchend(function(){e.rollOutZB(),e.clickZB()}),l=0;lt&&(t=1),1>e&&(e=1),this.plotAreaWidth=Math.round(t),this.plotAreaHeight=Math.round(e),this.plotBalloonsSet.translate(i,a)},updateDxy:function(){this.dx=Math.round(this.depth3D*Math.cos(this.angle*Math.PI/180)),this.dy=Math.round(-this.depth3D*Math.sin(this.angle*Math.PI/180)),this.d3x=Math.round(this.columnSpacing3D*Math.cos(this.angle*Math.PI/180)),this.d3y=Math.round(-this.columnSpacing3D*Math.sin(this.angle*Math.PI/180))},updateMargins:function(){var t=this.getTitleHeight();this.titleHeight=t,this.marginTopReal=this.marginTop-this.dy,this.fixMargins&&!this.fixMargins.top&&(this.marginTopReal+=t),this.marginBottomReal=this.marginBottom,this.marginLeftReal=this.marginLeft,this.marginRightReal=this.marginRight},updateValueAxes:function(){var t,e=this.valueAxes;for(t=0;t=0;e--)i[e]==t&&i.splice(e,1)},adjustMargins:function(t,e){var i=t.position,a=t.scrollbarHeight+t.offset;t.enabled&&("top"==i?e?this.marginLeftReal+=a:this.marginTopReal+=a:e?this.marginRightReal+=a:this.marginBottomReal+=a)},getScrollbarPosition:function(t,e,i){var a="bottom",s="top";t.oppositeAxis||(s=a,a="top"),t.position=e?"bottom"==i||"left"==i?a:s:"top"==i||"right"==i?a:s},updateChartScrollbar:function(t,e){if(t){t.rotate=e;var i=this.marginTopReal,a=this.marginLeftReal,s=t.scrollbarHeight,r=this.dx,o=this.dy,h=t.offset;"top"==t.position?e?(t.y=i,t.x=a-s-h):(t.y=i-s+o-h,t.x=a+r):e?(t.y=i+o,t.x=a+this.plotAreaWidth+r+h):(t.y=i+this.plotAreaHeight+h,t.x=this.marginLeftReal)}},showZB:function(t){var e=this.zbSet;t&&(e=this.zoomOutText,""!==e&&e&&this.drawZoomOutButton()),(e=this.zbSet)&&(this.zoomButtonSet.push(e),t?e.show():e.hide(),this.rollOutZB())},handleReleaseOutside:function(e){t.AmRectangularChart.base.handleReleaseOutside.call(this,e),(e=this.chartCursor)&&e.handleReleaseOutside&&e.handleReleaseOutside()},handleMouseDown:function(e){t.AmRectangularChart.base.handleMouseDown.call(this,e);var i=this.chartCursor;i&&i.handleMouseDown&&!this.rolledOverZB&&i.handleMouseDown(e)},update:function(){t.AmRectangularChart.base.update.call(this),this.chartCursor&&this.chartCursor.update&&this.chartCursor.update()},handleScrollbarValueZoom:function(t){this.relativeZoomValueAxes(t.target.valueAxes,t.relativeStart,t.relativeEnd),this.zoomAxesAndGraphs()},zoomValueScrollbar:function(t){if(t&&t.enabled){var e=t.valueAxes[0],i=e.relativeStart,a=e.relativeEnd;e.reversed&&(a=1-i,i=1-e.relativeEnd),t.percentZoom(i,a)}},zoomAxesAndGraphs:function(){if(!this.scrollbarOnly){var t,e=this.valueAxes;for(t=0;ta)var s=i,i=a,a=s;this.relativeZoomValueAxes(e,i,a),this.updateAfterValueZoom()},updateAfterValueZoom:function(){this.zoomAxesAndGraphs(),this.zoomScrollbar()},relativeZoomValueAxes:function(e,i,a){if(i=t.fitToBounds(i,0,1),a=t.fitToBounds(a,0,1),i>a){var s=i;i=a,a=s}var s=1/this.maxZoomFactor,r=t.getDecimals(s)+4;if(s>a-i&&(a=i+(a-i)/2,i=a-s/2,a+=s/2),i=t.roundTo(i,r),a=t.roundTo(a,r),s=!1,e){for(r=0;rt?a?(o=this.endTime-this.startTime,a=this.startTime+i*s,s=this.endTime+r*s,r>0&&i>0&&s>=h&&(s=h,a=h-o),this.zoomToDates(new Date(a),new Date(s))):(r>0&&i>0&&this.end>=o-1&&(i=r=0),a=this.start+i,s=this.end+r,this.zoomToIndexes(a,s)):a?(o=this.endTime-this.startTime,a=this.startTime-i*s,s=this.endTime-r*s,r>0&&i>0&&n>=a&&(a=n,s=n+o),this.zoomToDates(new Date(a),new Date(s))):(r>0&&i>0&&1>this.start&&(i=r=0),a=this.start-i,s=this.end-r,this.zoomToIndexes(a,s))}},validateData:function(e){this.marginsUpdated=!1,this.zoomOutOnDataUpdate&&!e&&(this.endTime=this.end=this.startTime=this.start=NaN),t.AmSerialChart.base.validateData.call(this)},drawChart:function(){if(0a&&(e=i-a),e!=this.startTime&&i-e>a&&(i=e+a));var s=this.minSelectedTime;if(s>0&&s>i-e){var r=Math.round(e+(i-e)/2),s=Math.round(s/2);e=r-s,i=r+s}if(s=this.chartData,r=this.categoryAxis,t.ifArray(s)&&(e!=this.startTime||i!=this.endTime)){var o=r.minDuration(),h=this.firstTime,n=this.lastTime;e||(e=h,isNaN(a)||(e=n-a)),i||(i=n),e>n&&(e=n),h>i&&(i=h),h>e&&(e=h),i>n&&(i=n),e>i&&(i=e+o),o/5>i-e&&(n>i?i=e+o/5:e=i-o/5),this.startTime=e,this.endTime=i,a=s.length-1,o=this.getClosestIndex(s,"time",e,!0,0,a),s=this.getClosestIndex(s,"time",i,!1,o,a),r.timeZoom(e,i),r.zoom(o,s),this.start=t.fitToBounds(o,0,a),this.end=t.fitToBounds(s,0,a),this.zoomAxesAndGraphs(),this.zoomScrollbar(),this.fixCursor(),this.showZB(),this.updateColumnsDepth(),this.dispatchTimeZoomEvent()}},showZB:function(){var e,i=this.categoryAxis;i&&i.parseDates&&!i.equalSpacing&&(this.startTime>this.firstTime&&(e=!0),this.endTimei&&(t=e-i),t!=this.start&&e-t>i&&(e=t+i)),t!=this.start||e!=this.end){var a=this.chartData.length-1;isNaN(t)&&(t=0,isNaN(i)||(t=a-i)),isNaN(e)&&(e=a),t>e&&(e=t),e>a&&(e=a),t>a&&(t=a-1),0>t&&(t=0),this.start=t,this.end=e,this.categoryAxis.zoom(t,e),this.zoomAxesAndGraphs(),this.zoomScrollbar(),this.fixCursor(),0!==t||e!=this.chartData.length-1?this.showZB(!0):this.showZB(!1),this.updateColumnsDepth(),this.dispatchIndexZoomEvent()}},updateGraphs:function(){t.AmSerialChart.base.updateGraphs.call(this);var e,i=this.graphs;for(e=0;ee.depth?1:-1},zoomScrollbar:function(){var t=this.chartScrollbar,e=this.categoryAxis;if(t){if(!this.zoomedByScrollbar){var i=t.dragger;i&&i.stop()}this.zoomedByScrollbar=!1,e.parseDates&&!e.equalSpacing?t.timeZoom(this.startTime,this.endTime):t.zoom(this.start,this.end)}this.zoomValueScrollbar(this.valueScrollbar)},updateTrendLines:function(){var e,i=this.trendLines;for(e=0;ea;a++){e=this.valueAxes[a];var n=e.stackType;if("100%"==n||"regular"==n)for(h=!1,i=0;o>i;i++)t=this.graphs[i],t.tcc=1,t.valueAxis==e&&"column"==t.type&&(!h&&t.stackable&&(s++,h=!0),(!t.stackable&&t.clustered||t.newStack)&&s++,t.columnIndex=s-1,t.clustered||(t.columnIndex=0));if("none"==n||"3d"==n){for(h=!1,i=0;o>i;i++)t=this.graphs[i],t.valueAxis==e&&"column"==t.type&&(t.clustered?(t.tcc=1,t.newStack&&(s=0),t.hidden||(t.columnIndex=s,s++)):t.hidden||(h=!0,t.tcc=1,t.columnIndex=0));h&&0===s&&(s=1)}if("3d"==n){for(e=1,a=0;o>a;a++)t=this.graphs[a],t.newStack&&e++,t.depthCount=e,t.tcc=s;s=e}}return s},parseData:function(){t.AmSerialChart.base.parseData.call(this),this.parseSerialData(this.dataProvider)},getCategoryIndexByValue:function(t){var e,i=this.chartData;for(e=0;es&&(s=0),r>t.length-1&&(r=t.length-1);var o=s+Math.round((r-s)/2),h=t[o][e];return i==h?o:1>=r-s?a?s:Math.abs(t[s][e]-i)i?this.getClosestIndex(t,e,i,a,s,o):this.getClosestIndex(t,e,i,a,o,r)},zoomToIndexes:function(t,e){var i=this.chartData;if(i){var a=i.length;a>0&&(0>t&&(t=0),e>a-1&&(e=a-1),a=this.categoryAxis,a.parseDates&&!a.equalSpacing?this.zoom(i[t].time,this.getEndTime(i[e].time)):this.zoom(t,e))}},zoomToDates:function(e,i){var a=this.chartData;if(a)if(this.categoryAxis.equalSpacing){var s=this.getClosestIndex(a,"time",e.getTime(),!0,0,a.length);i=t.resetDateToMin(i,this.categoryAxis.minPeriod,1),a=this.getClosestIndex(a,"time",i.getTime(),!1,0,a.length),this.zoom(s,a)}else this.zoom(e.getTime(),i.getTime())},zoomToCategoryValues:function(t,e){this.chartData&&this.zoom(this.getCategoryIndexByValue(t),this.getCategoryIndexByValue(e))},formatPeriodString:function(e,i){if(i){var a=["value","open","low","high","close"],s="value open low high close average sum count".split(" "),r=i.valueAxis,o=this.chartData,h=i.numberFormatter;h||(h=this.nf);for(var n=0;nw.x||w.x>w.graph.height)&&(T=NaN):(0>w.x||w.x>w.graph.width)&&(T=NaN),!isNaN(T)){isNaN(l)&&(l=T),d=T,(isNaN(u)||u>T)&&(u=T),(isNaN(c)||T>c)&&(c=T),p=t.getDecimals(y);var D=t.getDecimals(T),y=y+T,y=t.roundTo(y,Math.max(p,D));C++,p=y/C}}w.percents&&(w=w.percents[b],!isNaN(w))&&(isNaN(m)&&(m=w),g=w,(isNaN(f)||f>w)&&(f=w),(isNaN(v)||w>v)&&(v=w),x=t.getDecimals(A),T=t.getDecimals(w),A+=w,A=t.roundTo(A,Math.max(x,T)),N++,x=A/N)}}A={open:m,close:g,high:v,low:f,average:x,sum:A,count:N},e=t.formatValue(e,{open:l,close:d,high:c,low:u,average:p,sum:y,count:C},s,h,b+"\\.",this.usePrefixes,this.prefixesOfSmallNumbers,this.prefixesOfBigNumbers),e=t.formatValue(e,A,s,this.pf,"percents\\."+b+"\\.")}}return e=t.cleanFromEmpty(e)},formatString:function(e,i,a){if(i){var s=i.graph;if(void 0!==e){if(-1!=e.indexOf("[[category]]")){var r=i.serialDataItem.category;if(this.categoryAxis.parseDates){var o=this.balloonDateFormat,h=this.chartCursor;h&&h.categoryBalloonDateFormat&&(o=h.categoryBalloonDateFormat),o=t.formatDate(r,o,this),-1!=o.indexOf("fff")&&(o=t.formatMilliseconds(o,r)),r=o}e=e.replace(/\[\[category\]\]/g,String(r))}r=s.numberFormatter,r||(r=this.nf),o=i.graph.valueAxis,(h=o.duration)&&!isNaN(i.values.value)&&(h=t.formatDuration(i.values.value,h,"",o.durationUnits,o.maxInterval,r),e=e.replace(RegExp("\\[\\[value\\]\\]","g"),h)),"date"==o.type&&(o=t.formatDate(new Date(i.values.value),s.dateFormat,this),h=RegExp("\\[\\[value\\]\\]","g"),e=e.replace(h,o),o=t.formatDate(new Date(i.values.open),s.dateFormat,this),h=RegExp("\\[\\[open\\]\\]","g"),e=e.replace(h,o)),s="value open low high close total".split(" "),o=this.pf,e=t.formatValue(e,i.percents,s,o,"percents\\."),e=t.formatValue(e,i.values,s,r,"",this.usePrefixes,this.prefixesOfSmallNumbers,this.prefixesOfBigNumbers),e=t.formatValue(e,i.values,["percents"],o),-1!=e.indexOf("[[")&&(e=t.formatDataContextValue(e,i.dataContext)),-1!=e.indexOf("[[")&&i.graph.customData&&(e=t.formatDataContextValue(e,i.graph.customData)),e=t.AmSerialChart.base.formatString.call(this,e,i,a)}return e}},updateChartCursor:function(){t.AmSerialChart.base.updateChartCursor.call(this);var e=this.chartCursor,i=this.categoryAxis;if(e){var a=e.categoryBalloonAlpha,s=e.categoryBalloonColor,r=e.color;void 0===s&&(s=e.cursorColor);var o=e.valueZoomable,h=e.zoomable,n=e.valueLineEnabled;if(this.rotate?(e.vLineEnabled=n,e.hZoomEnabled=o,e.vZoomEnabled=h):(e.hLineEnabled=n,e.vZoomEnabled=o,e.hZoomEnabled=h),e.valueLineBalloonEnabled)for(n=0;nn&&(d=n,l=h)}i.mostCloseGraph=l}if(this.prevCursorItem!=r||l!=this.prevMostCloseGraph){for(d=[],o=0;oi;i++)a=t[i].balloon,a.setBounds(0,0,r,e),a.restorePrevious(),a.draw(),e=a.yPos-3;for(t.reverse(),i=0;o>i;i++){a=t[i].balloon;var e=a.bottom,h=a.bottom-a.yPos;i>0&&s+3>e-h&&(a.setBounds(0,s+3,r,s+h+3),a.restorePrevious(),a.draw()),a.set&&a.set.show(),s=a.bottom}},compareY:function(t,e){return t.ye&&0===d&&(d=180):0>i&&270==d&&(d=90),this.gradientRotation=d,0===a&&0===s&&(this.cornerRadius=u),this.draw()},draw:function(){var e=this.set;e.clear();var i=this.container,a=i.chart,s=this.w,r=this.h,o=this.dx,h=this.dy,n=this.colors,l=this.alpha,d=this.bwidth,u=this.bcolor,c=this.balpha,p=this.gradientRotation,m=this.cornerRadius,g=this.dashLength,f=this.pattern,v=this.topRadius,x=this.bcn,b=n,y=n;"object"==typeof n&&(b=n[0],y=n[n.length-1]);var C,A,N,S,w,T,D,M,B,L=l;f&&(l=0);var _,F,O,k,R=this.rotate;if(00&&(B=t.line(i,[0,o,s+o],[0,h,h],u,c,d,g)),A=t.polygon(i,[0,0,s,s,0],[0,r,r,0,0],y,l,1,u,0,p),A.translate(o,h),c>0&&(N=t.line(i,[o,o],[h,h+r],u,c,d,g)),S=t.polygon(i,[0,0,o,o,0],[0,r,r+h,h,0],y,l,1,u,0,p),w=t.polygon(i,[s,s,s+o,s+o,s],[0,r,r+h,h,0],y,l,1,u,0,p),c>0&&(T=t.line(i,[s,s+o,s+o,s],[0,h,r+h,r],u,c,d,g)),y=t.adjustLuminosity(D,.2),D=t.polygon(i,[0,o,s+o,s,0],[r,r+h,r+h,r,r],y,l,1,u,0,p),c>0&&(M=t.line(i,[0,o,s+o],[r,r+h,r+h],u,c,d,g));else{var I,P,z;R?(I=r/2,y=o/2,z=r/2,P=s+o/2,F=Math.abs(r/2),_=Math.abs(o/2)):(y=s/2,I=h/2,P=s/2,z=r+h/2+1,_=Math.abs(s/2),F=Math.abs(h/2)),O=_*v,k=F*v,_>.1&&_>.1&&(C=t.circle(i,_,b,l,d,u,c,!1,F),C.translate(y,I)),O>.1&&O>.1&&(D=t.circle(i,O,t.adjustLuminosity(b,.5),l,d,u,c,!1,k),D.translate(P,z))}for(l=L,1>Math.abs(r)&&(r=0),1>Math.abs(s)&&(s=0),!isNaN(v)&&(00&&(d=" A"),t.VML?(l+=d+Math.round(s-O)+","+Math.round(r/2-k)+","+Math.round(s+O)+","+Math.round(r/2+k)+","+s+",0,"+s+","+r,l=l+(" L0,"+r)+(d+Math.round(-_)+","+Math.round(r/2-F)+","+Math.round(_)+","+Math.round(r/2+F)+",0,"+r+",0,0")):(l+="A"+O+","+k+",0,0,0,"+s+","+(r-r/2*(1-v))+"L0,"+r,l+="A"+_+","+F+",0,0,1,0,0"),_=90):(d=s/2-s/2*v,l="M0,0 L"+d+","+r,t.VML?(l="M0,0 L"+d+","+r,d=" B",0>r&&(d=" A"),l+=d+Math.round(s/2-O)+","+Math.round(r-k)+","+Math.round(s/2+O)+","+Math.round(r+k)+",0,"+r+","+s+","+r,l+=" L"+s+",0",l+=d+Math.round(s/2+_)+","+Math.round(F)+","+Math.round(s/2-_)+","+Math.round(-F)+","+s+",0,0,0"):(l+="A"+O+","+k+",0,0,0,"+(s-s/2*(1-v))+","+r+"L"+s+",0",l+="A"+_+","+F+",0,0,1,0,0"),_=180),i=i.path(l).attr(n),i.gradient("linearGradient",[b,t.adjustLuminosity(b,-.3),t.adjustLuminosity(b,-.3),b],_),R?i.translate(o/2,0):i.translate(0,h/2)):i=0===r?t.line(i,[0,s],[0,0],u,c,d,g):0===s?t.line(i,[0,0],[0,r],u,c,d,g):m>0?t.rect(i,s,r,n,l,d,u,c,m,p,g):t.polygon(i,[0,0,s,s,0],[0,r,r,0,0],n,l,d,u,c,p,!1,g),s=isNaN(v)?0>r?[C,B,A,N,S,w,T,D,M,i]:[D,M,A,N,S,w,C,B,T,i]:R?s>0?[C,i,D]:[D,i,C]:0>r?[C,i,D]:[D,i,C],t.setCN(a,i,x+"front"),t.setCN(a,A,x+"back"),t.setCN(a,D,x+"top"),t.setCN(a,C,x+"bottom"),t.setCN(a,S,x+"left"),t.setCN(a,w,x+"right"),C=0;Ci&&(this.endTime=i),l=this.minorGridEnabled,h=this.gridAlpha;var y,C=0,A=0;if(this.widthField)for(i=this.start;i<=this.end;i++)if(y=this.data[i]){var N=Number(this.data[i].dataContext[this.widthField]);isNaN(N)||(C+=N,y.widthValue=N)}if(this.parseDates&&!this.equalSpacing)this.lastTime=e[e.length-1].time,this.maxTime=t.resetDateToMin(new Date(this.lastTime+1.05*x),this.minPeriod,1,s).getTime(),this.timeDifference=this.endTime-this.startTime,this.parseDatesDraw();else if(this.parseDates){if(this.parseDates&&this.equalSpacing){if(c=this.start,this.startTime=this.data[this.start].time,this.endTime=this.data[this.end].time,this.timeDifference=this.endTime-this.startTime,i=this.choosePeriod(0),u=i.period,o=i.count,i=t.getPeriodDuration(u,o),x>i&&(u=v.period,o=v.count,i=x),h=u,"WW"==h&&(h="DD"),this.currentDateFormat=this.dateFormatsObject[h],this.stepWidth=this.getStepWidth(p),m=Math.ceil(this.timeDifference/i)+1,x=t.resetDateToMin(new Date(this.startTime-i),u,o,s).getTime(),this.cellWidth=this.getStepWidth(p),v=Math.round(x/i),d=-1,v/2==Math.round(v/2)&&(d=-2,x-=i),v=this.start,v/2==Math.round(v/2)&&v--,0>v&&(v=0),A=this.end+2,A>=this.data.length&&(A=this.data.length),y=!1,y=!g,this.previousPos=-1e3,20i;i++)p=this.data[i].time,this.checkPeriodChange(u,o,p,N)&&(s++,s>=2&&(e=i,i=A),N=p);if(l&&o>1&&(p=this.chooseMinorFrequency(o),t.getPeriodDuration(u,p)),0i;i++)p=this.data[i].time,this.checkPeriodChange(u,o,p,x)&&i>=e&&(s=this.getCoordinate(i-this.start),l=!1,this.nextPeriod[h]&&(l=this.checkPeriodChange(this.nextPeriod[h],1,p,x,h)),x=!1,l&&this.markPeriodChange?(l=this.dateFormatsObject[this.nextPeriod[h]],x=!0):l=this.dateFormatsObject[h],v=t.formatDate(new Date(p),l,a),(i==d&&!g||i==m&&!f)&&(v=" "),y?y=!1:(r||(x=!1),s-this.previousPos>this.safeDistance*Math.cos(this.labelRotationR*Math.PI/180)&&(this.labelFunction&&(v=this.labelFunction(v,new Date(p),this,u,o,n)),this.boldLabels&&(x=!0),n=new this.axisItemRenderer(this,s,v,void 0,void 0,void 0,void 0,x),l=n.graphics(),this.pushAxisItem(n),l=l.getBBox().width,t.isModern||(l-=s),this.previousPos=s+l)),n=x=p)}}else if(this.cellWidth=this.getStepWidth(p),m>p&&(m=p),c+=this.start,this.stepWidth=this.getStepWidth(p),m>0)for(m=Math.floor(p/m),p=this.chooseMinorFrequency(m),v=c,v/2==Math.round(v/2)&&v--,0>v&&(v=0),y=0,this.widthField&&(v=this.start),this.end-v+1>=this.autoRotateCount&&(this.labelRotationR=this.autoRotateAngle),i=v;i<=this.end+2;i++){if(r=!1,i>=0&&ithis.end&&"start"==this.tickPosition&&(v=" "),this.rotate&&this.inside&&(n-=2),isNaN(o.widthValue)||(o.percentWidthValue=o.widthValue/C*100,N=this.rotate?this.height*o.widthValue/C:this.width*o.widthValue/C,s=A,A+=N,n=N/2),n=new this.axisItemRenderer(this,s,v,r,N,n,void 0,x,e,!1,o.labelColor,o.className),n.serialDataItem=o,this.pushAxisItem(n),this.gridAlpha=h}for(i=g=0;ii;i++)g=this.guides[i],r=m=m=l=d=NaN,f=g.above,g.toCategory&&(m=a.getCategoryIndexByValue(g.toCategory),isNaN(m)||(d=this.getCoordinate(m-c),g.expand&&(d+=this.cellWidth/2),n=new this.axisItemRenderer(this,d,"",!0,NaN,NaN,g),this.pushAxisItem(n,f))),g.category&&(r=a.getCategoryIndexByValue(g.category),isNaN(r)||(l=this.getCoordinate(r-c),g.expand&&(l-=this.cellWidth/2),m=(d-l)/2,n=new this.axisItemRenderer(this,l,g.label,!0,NaN,m,g),this.pushAxisItem(n,f))),r=a.dataDateFormat,g.toDate&&(!r||g.toDate instanceof Date||(g.toDate=g.toDate.toString()+" |"),g.toDate=t.getDate(g.toDate,r),this.equalSpacing?(m=a.getClosestIndex(this.data,"time",g.toDate.getTime(),!1,0,this.data.length-1),isNaN(m)||(d=this.getCoordinate(m-c))):d=(g.toDate.getTime()-this.startTime)*this.stepWidth,n=new this.axisItemRenderer(this,d,"",!0,NaN,NaN,g),this.pushAxisItem(n,f)),g.date&&(!r||g.date instanceof Date||(g.date=g.date.toString()+" |"),g.date=t.getDate(g.date,r),this.equalSpacing?(r=a.getClosestIndex(this.data,"time",g.date.getTime(),!1,0,this.data.length-1),isNaN(r)||(l=this.getCoordinate(r-c))):l=(g.date.getTime()-this.startTime)*this.stepWidth,m=(d-l)/2,r=!0,g.toDate&&(r=!1),n="H"==this.orientation?new this.axisItemRenderer(this,l,g.label,r,2*m,NaN,g):new this.axisItemRenderer(this,l,g.label,!1,NaN,m,g),this.pushAxisItem(n,f)),(d>0||l>0)&&(dh&&(s=h,i=o))}else this.startOnAxis||(e-=o/2),i=this.start+Math.round(e/o);i=t.fitToBounds(i,0,a.length-1);var n;return a[i]&&(n=a[i].x[this.id]),r?n>this.height+1&&i--:n>this.width+1&&i--,0>n&&i++,i=t.fitToBounds(i,0,a.length-1)},dateToCoordinate:function(t){return this.parseDates&&!this.equalSpacing?(t.getTime()-this.startTime)*this.stepWidth:this.parseDates&&this.equalSpacing?(t=this.chart.getClosestIndex(this.data,"time",t.getTime(),!1,0,this.data.length-1),this.getCoordinate(t-this.start)):NaN},categoryToCoordinate:function(t){if(!this.chart)return NaN;var e=this.chart.getCategoryIndexByValue(t);return isNaN(e)?this.parseDates?this.dateToCoordinate(new Date(t)):void 0:this.getCoordinate(e-this.start)},coordinateToDate:function(t){return this.equalSpacing?(t=this.xToIndex(t),new Date(this.data[t].time)):new Date(this.startTime+t/this.stepWidth)},coordinateToValue:function(t){return t=this.xToIndex(t),(t=this.data[t])?this.parseDates?t.time:t.category:void 0},getCoordinate:function(t){return t*=this.stepWidth,this.startOnAxis||(t+=this.stepWidth/2),Math.round(t)},formatValue:function(e,i){return i||(i=this.currentDateFormat),this.parseDates&&(e=t.formatDate(new Date(e),i,this.chart)),e},showBalloonAt:function(t){return t=this.parseDates?this.dateToCoordinate(new Date(t)):this.categoryToCoordinate(t),this.adjustBalloonCoordinate(t)},formatBalloonText:function(e,i,a){var s="",r="",o=this.chart,h=this.data[i];if(h)if(this.parseDates)s=t.formatDate(h.category,a,o),i=t.changeDate(new Date(h.category),this.minPeriod,1),r=t.formatDate(i,a,o),-1!=s.indexOf("fff")&&(s=t.formatMilliseconds(s,h.category),r=t.formatMilliseconds(r,i));else{var n;this.data[i+1]&&(n=this.data[i+1]),s=t.fixNewLines(h.category),n&&(r=t.fixNewLines(n.category))}return e=e.replace(/\[\[category\]\]/g,String(s)),e=e.replace(/\[\[toCategory\]\]/g,String(r))},adjustBalloonCoordinate:function(t,e){var i=this.xToIndex(t),a=this.chart.chartCursor;if(this.stickBalloonToCategory){var s=this.data[i];s&&(t=s.x[this.id]),this.stickBalloonToStart&&(t-=this.cellWidth/2);var r=0;if(a){var o=a.limitToGraph;o&&(r=s.axes[o.valueAxis.id].graphs[o.id].y),this.rotate?("left"==this.position?(o&&(r-=a.width),r>0&&(r=0)):0>r&&(r=0),a.fixHLine(t,r)):("top"==this.position?(o&&(r-=a.height),r>0&&(r=0)):0>r&&(r=0),a.fixVLine(t,r))}}return a&&!e&&(a.setIndex(i),this.parseDates&&a.setTimestamp(this.coordinateToDate(t).getTime())),t}})}(),define("amcharts.serial",["amcharts"],function(t){return function(){var e,i;return i=function(){AmCharts.isReady=!0},e=i.apply(t,arguments),e||t.AmCharts}}(this)),function(t,e){"function"==typeof define&&define.amd?define("src/amchart/Axis",["../common/PropertyExt","../common/Class"],e):t.amchart_Axis=e(t.common_PropertyExt,t.common_Class)}(this,function(t,e){function i(){e.call(this),t.call(this)}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype.mixin(t),i.prototype.constructor=i,i.prototype._class+=" amchart_Axis",i.prototype.publish("type",null,"set","X/Y Axis Text Font Size",["x","y"],{tags:["Basic","Shared"]}),i.prototype.id=function(t){return arguments.length?(this._id=t,this):this._id},i.prototype.render=function(t){this._owningWidget.render(t)},i}),function(t,e){"function"==typeof define&&define.amd?define("src/amchart/SerialAxis",["./Axis","d3"],e):t.amchart_SerialAxis=e(t.amchart_Axis,t.d3)}(this,function(t,e){function i(){t.call(this),this._parser=e.time.format("%Y-%m-%d").parse}i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" amchart_SerialAxis",i.prototype.publish("axisFontSize",null,"number","X/Y Axis Text Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisBaselineColor","#000000","html-color","X Axis Baseline Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisFontColor","#000000","html-color","Horizontal Axis Text Style (Color)",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisTitle","","string","X-Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisTitleFontSize",null,"number","Vertical Axis Title Text Style (Font Size)",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisTitleFontColor","#000000","html-color","Axis Title Text Style (Color)",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisLabelRotation",0,"number","Axis Label Rotation",null,{min:0,max:90,step:.1,inputType:"range",tags:["Intermediate","Shared"]}),i.prototype.publish("axisLineWidth",1,"number","Axis Line Width",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("axisAlpha",1,"number","Axis Alpha",null,{tags:["Intermediate"]}),i.prototype.publish("axisAutoGridCount",!0,"boolean","Specifies Whether Number of GridCount Is Specified Automatically, According To The Axis Size",null,{tags:["Advanced"]}),i.prototype.publish("axisGridPosition","start","set","Specifies If A Grid Line Is Placed On The Center of A Cell or On The Beginning of A Cell",["start","middle"],{tags:["Advanced"]}),i.prototype.publish("axisBoldPeriodBeginning",!0,"boolean","When parse dates is on for the category axis, the chart will try to highlight the beginning of the periods, like month, in bold.",null,{tags:["Intermediate"]}),i.prototype.publish("axisDashLength",0,"number","Length of a dash. 0 means line is not dashed.",null,{tags:["Advanced"]}),i.prototype.publish("axisFillAlpha",0,"number","Fill opacity. Every second space between grid lines can be filled with color. Set fillAlpha to a value greater than 0 to see the fills.",null,{tags:["Intermediate"]}),i.prototype.publish("axisFillColor",null,"html-color","Fill color. Every second space between grid lines can be filled with color. Set fillAlpha to a value greater than 0 to see the fills.",null,{tags:["Intermediate"]}),i.prototype.publish("axisGridAlpha",0,"number","Grid alpha.",null,{tags:["Intermediate"]}),i.prototype.publish("startOnAxis",!0,"boolean","Draw Chart Starting On Axis.",null,{tags:["Intermediate"]}),i.prototype.publish("axisTypeTimePattern","%Y-%m-%d","string","Time Series Pattern"),i.prototype.publish("axisType","ordinal","set","X-Axis Type",["ordinal","linear","time","pow","log","none"]),i.prototype.publish("axisTickFormat","","string","Y-Axis Tick Format"),i.prototype.publish("position",null,"set","Position of Axis",["top","bottom","left","right"]);var a=i.prototype.axisTypeTimePattern;return i.prototype.axisTypeTimePattern=function(t){var i=a.apply(this,arguments);return arguments.length&&(this._parser=e.time.format(t).parse),i},i}),function(t,e){"function"==typeof define&&define.amd?define("src/amchart/CommonSerial",["d3","../common/HTMLWidget","amcharts.serial","require","../common/Utility","./SerialAxis"],e):t.amchart_CommonSerial=e(t.d3,t.common_HTMLWidget,t.AmCharts,t.require,t.common_Utility,t.amchart_SerialAxis)}(this,function(t,e,i,a,s,r){function o(){e.call(this),this._tag="div",this._chart={},this._selected=null,this._selections=[],this._dataUpdated=0,this._prevDataUpdated=-1,this._columnsUpdated=0,this._prevColumnsUpdated=-1,this._dateParserData=t.time.format("%Y-%m-%d").parse,this._dateParserValue=t.time.format("%Y-%m-%d").parse,this._colorObj={},this._selectionObj={},this._xAxis=new r,this._xAxis.owningWidget=this,this._yAxis=new r,this._yAxis.owningWidget=this}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" amchart_CommonSerial",o.prototype.publish("backwardsCompatible",!0,"boolean","Allow use of old publish parameters"),o.prototype.publish("xAxes",[],"propertyArray","xAxis",null,{max:1,tags:["Basic"]}),o.prototype.publish("yAxes",[],"propertyArray","yAxis",null,{tags:["Basic"]}),o.prototype.publish("fontSize",11,"number","Font Size",null,{tags:["Basic","Shared"]}),o.prototype.publish("fontFamily","Verdana","string","Font Name",null,{tags:["Basic","Shared","Shared"]}),o.prototype.publish("fontColor","#000000","html-color","Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("lineWidth",1,"number","Line Thickness",null,{min:0,max:10,step:1,inputType:"range",tags:["Basic","Shared"]}),o.prototype.publish("lineColor",null,"html-color","Color of the data/content lines",null,{tags:["Basic","Shared"]}),o.prototype.publish("lineOpacity",1,"number","Line Opacity",null,{min:0,max:1,step:.001,inputType:"range",tags:["Basic","Shared"]}),o.prototype.publish("dashedLineStyle",0,"number","Length of Dashed Line. 0 = none",null,{tags:["Advanced","Shared"]}),o.prototype.publish("marginLeft",null,"number","Margin (Left)",null,{tags:["Intermediate"]}),o.prototype.publish("marginRight",null,"number","Margin (Right)",null,{tags:["Intermediate"]}),o.prototype.publish("marginTop",null,"number","Margin (Top)",null,{tags:["Intermediate"]}),o.prototype.publish("marginBottom",null,"number","Margin (Bottom)",null,{tags:["Intermediate"]}),o.prototype.publish("showScrollbar",!1,"boolean","Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("orientation","horizontal","set","Orientation",["horizontal","vertical"],{tags:["Intermediate"]}),o.prototype.publish("startDuration",.3,"number","Start Duration (sec)",null,{tags:["Private"]}),o.prototype.publish("useImgPatterns",!1,"boolean","Enable Image Pattern backgrounds",null,{tags:["Private"]}),o.prototype.publish("imgPatternArr",'["../ampatterns/black/pattern2.png"]',"string","Background Pattern Images (Not used if '[]')",null,{inputType:"textarea",tags:["Private"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("axisMinPeriod","MM","string","Minimum period when parsing dates"),o.prototype.publish("selectionColor","#f00","html-color","Font Color",null,{tags:["Basic"]}),o.prototype.publish("selectionMode","simple","set","Selection Mode",["simple","multi"],{tags:["Intermediate"]}),o.prototype.publish("showCursor",!1,"boolean","Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("showFirstLabel",!0,"boolean","Show first label",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("showLastLabel",!0,"boolean","Show last label",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("equalSpacing",!1,"boolean","Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("paletteGrouping","By Column","set","Palette Grouping",["By Category","By Column"],{tags:["Basic"]}),o.prototype.publish("y2",[],"array","Columns to associate with second Y-Axis"),o.prototype.publish("axisLineWidth",1,"number","Axis Line Width",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("axisAlpha",1,"number","Axis Alpha",null,{tags:["Intermediate"]}),o.prototype.publish("startOnAxis",!0,"boolean","Draw Chart Starting On Axis.",null,{tags:["Intermediate"]}),o.prototype.publish("xAxisShowAllLabels",!1,"boolean","show All Category Axis Labels",null,{tags:["Intermediate"]}),o.prototype.publish("axisFontSize",null,"number","X/Y Axis Text Font Size",null,{tags:["Basic","Shared"]}),o.prototype.publishProxy("xAxisBaselineColor","_xAxis","axisBaselineColor"),o.prototype.publishProxy("yAxisBaselineColor","_yAxis","axisBaselineColor"),o.prototype.publishProxy("xAxisFontColor","_xAxis","axisFontColor"),o.prototype.publishProxy("yAxisFontColor","_yAxis","axisFontColor"),o.prototype.publishProxy("xAxisTitle","_xAxis","axisTitle"),o.prototype.publishProxy("yAxisTitle","_yAxis","axisTitle"),o.prototype.publishProxy("xAxisTitleFontSize","_xAxis","axisTitleFontSize"),o.prototype.publishProxy("yAxisTitleFontSize","_yAxis","axisTitleFontSize"),o.prototype.publishProxy("xAxisTitleFontColor","_xAxis","axisTitleFontColor"),o.prototype.publishProxy("yAxisTitleFontColor","_yAxis","axisTitleFontColor"),o.prototype.publishProxy("xAxisLabelRotation","_xAxis","axisLabelRotation"),o.prototype.publishProxy("yAxisLabelRotation","_yAxis","axisLabelRotation"),o.prototype.publishProxy("xAxisAutoGridCount","_xAxis","axisAutoGridCount"),o.prototype.publishProxy("yAxisAutoGridCount","_yAxis","axisAutoGridCount"),o.prototype.publishProxy("xAxisGridPosition","_xAxis","axisGridPosition"),o.prototype.publishProxy("xAxisBoldPeriodBeginning","_xAxis","axisBoldPeriodBeginning"),o.prototype.publishProxy("yAxisBoldPeriodBeginning","_yAxis","axisBoldPeriodBeginning"),o.prototype.publishProxy("xAxisDashLength","_xAxis","axisDashLength"),o.prototype.publishProxy("yAxisDashLength","_yAxis","axisDashLength"),o.prototype.publishProxy("xAxisFillAlpha","_xAxis","axisFillAlpha"),o.prototype.publishProxy("yAxisFillAlpha","_yAxis","axisFillAlpha"),o.prototype.publishProxy("xAxisFillColor","_xAxis","axisFillColor"),o.prototype.publishProxy("yAxisFillColor","_yAxis","axisFillColor"),o.prototype.publishProxy("xAxisGridAlpha","_xAxis","axisGridAlpha"),o.prototype.publishProxy("yAxisGridAlpha","_yAxis","axisGridAlpha"),o.prototype.publishProxy("xAxisTypeTimePattern","_xAxis","axisTypeTimePattern"),o.prototype.publishProxy("yAxisTypeTimePattern","_yAxis","axisTypeTimePattern"),o.prototype.publishProxy("xAxisType","_xAxis","axisType"),o.prototype.publishProxy("yAxisType","_yAxis","axisType"),o.prototype.publishProxy("xAxisTickFormat","_xAxis","axisTickFormat"),o.prototype.publishProxy("yAxisTickFormat","_yAxis","axisTickFormat"),o.prototype._origBackwardsCompatible=o.prototype.backwardsCompatible,o.prototype.backwardsCompatible=function(t){var e=o.prototype._origBackwardsCompatible.apply(this,arguments);return arguments.length&&this.switchProperties(t),e},o.prototype.switchProperties=function(t){t===!0?o.prototype.excludeObjs=["amchart_SerialAxis"]:o.prototype.excludeObjs=[]},o.prototype.xAxis=function(t){if(!this.xAxes()[t]){var e=new r;e._owningWidget=this,this.xAxes()[t]=e}return this.xAxes()[t]},o.prototype.yAxis=function(t){if(!this.yAxes()[t]){var e=new r; +e._owningWidget=this,this.yAxes()[t]=e}return this.yAxes()[t]},o.prototype.formatData=function(t){switch(this.xAxes()[0].axisType()){case"time":return this.xAxes()[0]._parser("number"==typeof t?t.toString():t);default:return t}},o.prototype.formatValue=function(t){if(!t)return t;if(t instanceof Array)return t.map(function(t){return this.formatValue(t)},this);switch(this.yAxes()[0].axisType()){case"time":return this.yAxes()[0]._parser("number"==typeof t?t.toString():t);default:return"string"==typeof t?+t:t}},o.prototype.amFormatData=function(t){this._rangeType=null;var e=[],i=this;if(t.forEach(function(t){var a={};t.forEach(function(t,e){var s=i.columns()[e];if(t instanceof Array){var r=e-1;2===t.length?(a["openField"+r]=i.formatValue(t[0]),a["valueField"+r]=i.formatValue(t[1]),i._rangeType="normal"):(a["lowField"+r]=i.formatValue(t[0]),a["openField"+r]=i.formatValue(t[1]),a["closeField"+r]=i.formatValue(t[2]),a["highField"+r]=i.formatValue(t[3]),i._rangeType="candle-ohlc")}else 0===e?a[s]=i.formatData(t):e>=i.columns().length?a[s]=t:a[s]=i.formatValue(t)}),a.__origRow=t,e.push(a)}),"time"===this.xAxisType()){var a=i.columns()[0];e.sort(function(t,e){return t[a]-e[a]}),this.data(e.map(function(t){var e=t.__origRow;return delete t.__origRow,e}))}return e},o.prototype.updateChartOptions=function(){var e=this;this._chart.type="serial",this._chart.startDuration=this.startDuration(),this._chart.rotate="vertical"===this.orientation(),this._chart.color=this.fontColor(),this._chart.fontSize=this.fontSize(),this._chart.fontFamily=this.fontFamily(),this._chart.categoryAxis={};var a=this.xAxes()[0];switch(this._chart.categoryAxis.position=a.position()?a.position():"bottom",this._chart.categoryAxis.autoGridCount=a.axisAutoGridCount(),this._chart.categoryAxis.gridPosition=a.axisGridPosition(),this._chart.categoryAxis.axisAlpha=a.axisAlpha(),this._chart.categoryAxis.gridAlpha=a.axisGridAlpha(),this._chart.categoryAxis.startOnAxis=a.startOnAxis(),this._chart.categoryAxis.labelRotation=a.axisLabelRotation(),this._chart.categoryAxis.title=a.axisTitle(),this._chart.categoryAxis.axisColor=a.axisBaselineColor(),this._chart.categoryAxis.axisThickness=a.axisLineWidth(),this._chart.categoryAxis.boldPeriodBeginning=a.axisBoldPeriodBeginning(),this._chart.categoryAxis.dashLength=a.axisDashLength(),this._chart.categoryAxis.fillAlpha=a.axisFillAlpha(),this._chart.categoryAxis.fillColor=a.axisFillColor(),this._chart.categoryAxis.fontSize=a.axisFontSize(),this._chart.categoryAxis.color=a.axisFontColor(),this._chart.categoryAxis.titleColor=a.axisTitleFontColor(),this._chart.categoryAxis.titleFontSize=a.axisTitleFontSize(),this._chart.categoryAxis.showFirstLabel=this.showFirstLabel(),this._chart.categoryAxis.showLastLabel=this.showLastLabel(),this._chart.categoryAxis.equalSpacing=this.equalSpacing(),a.axisType()){case"time":this._chart.categoryAxis.parseDates=!0,this._chart.categoryAxis.minPeriod=this.axisMinPeriod()?this.axisMinPeriod():void 0,this._chart.categoryAxis.logarithmic=!1,a.axisTickFormat()?this.dataFormatter=t.time.format(a.axisTickFormat()):a.axisTypeTimePattern()?this.dataFormatter=t.time.format(a.axisTypeTimePattern()):this.dataFormatter=function(t){return t};break;case"log":this._chart.categoryAxis.parseDates=!1,this._chart.categoryAxis.logarithmic=!0,this.dataFormatter=a.axisTickFormat()?t.format(a.axisTickFormat()):function(t){return t};break;case"linear":default:this._chart.categoryAxis.parseDates=!1,this._chart.categoryAxis.logarithmic=!1,this.dataFormatter=a.axisTickFormat()?t.format(a.axisTickFormat()):function(t){return t}}this._chart.categoryAxis.labelFunction=function(t,i,s){switch(a.axisType()){case"time":return e.dataFormatter(a.axisTickFormat()||a.axisTypeTimePattern()?new Date(i):i);default:return e.dataFormatter(t)}};for(var s=0;sthis._prevDataUpdated||this._prevYAxisType!==this._currYAxisTypes||this._prevXAxisType!==this._currXAxisTypes||this._prevXAxisTypeTimePattern!==this._currXAxisTypeTimePatterns||this._prevYAxisTypeTimePattern!==this._currYAxisTypeTimePatterns||this.paletteGrouping&&this._prevPaletteGrouping!==this.paletteGrouping()||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.amFormatData(this.data())),this._chart.dataProvider=this.amFormatData(this.data()),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._prevXAxisTypes=this._currXAxisTypes,this._prevYAxisTypes=this._currYAxisTypes,this._prevXAxisTypeTimePatterns=this._currXAxisTypeTimePatterns,this._prevYAxisTypeTimePatterns=this._currXAxisTypeTimePatterns,this.paletteGrouping&&(this._prevPaletteGrouping=this.paletteGrouping()),this.amFormatColumns(),a.axisAutoGridCount()===!1&&this.xAxisShowAllLabels()&&(this._chart.categoryAxis.gridCount=this._chart.dataProvider.length);var o,h;return this._chart.colors=[],-1!==e._class.indexOf("amchart_Area")&&(h="Area"),this._chart.dataProvider.forEach(function(t,i){e.columns().filter(function(t,e){return e>0}).forEach(function(t,a){o="By Category"===e.paletteGrouping()?e._palette(i):e._palette(t),e._chart.colors.push(o),e._chart.dataProvider[i]["color"+a]=o,"Area"!==h&&(e._chart.dataProvider[i]["linecolor"+a]=e.lineColor()?e.lineColor():o),void 0===e._colorObj[i]&&(e._colorObj[i]={}),e._colorObj[i][a]={color:o,lineColor:e.lineColor()?e.lineColor():o}})}),this._chart},o.prototype.buildGraphObj=function(t,e){var i=this,a={};a.id="g"+e,-1!==this.y2().indexOf(e)?a.valueAxis="v1":a.valueAxis="v0",a.balloonFunction=function(t){return"line"===t.graph.type?t.category+", "+i.columns()[t.graph.index+1]+": "+i.data()[t.index][t.graph.index+1]:t.category+", "+i.columns()[t.graph.columnIndex+1]+": "+i.data()[t.index][t.graph.columnIndex+1]},a.lineAlpha=i.lineOpacity(),a.lineColor=i.lineColor(),a.lineThickness=i.lineWidth(),a.dashLength=i.dashedLineStyle(),a.type=t,a.title="";var s=["value","open","close","high","low"];s.forEach(function(t){"undefined"!=typeof i["_"+t+"Field"]&&"undefined"!=typeof i["_"+t+"Field"][e]&&(a[t+"Field"]=i["_"+t+"Field"][e])});try{if(i.useImgPatterns()){var r=JSON.parse(i.imgPatternArr());"undefined"!=typeof r[e]&&(a.pattern=r[e])}else a.pattern=""}catch(o){console.log("e:"),console.log(o)}return a.colorField="color"+e,a.lineColorField="linecolor"+e,a.fillColorsField="fillcolor"+e,a},o.prototype.amFormatColumns=function(t){return this._categoryField=this.columns()[0],this._chart.categoryField=this.columns()[0],this._openField=[],this._closeField=[],this._valueField=this.columns().slice(1),this},o.prototype.enter=function(t,s){if(e.prototype.enter.apply(this,arguments),0===this.xAxes().length&&this.xAxes().push(this._xAxis),0===this.yAxes().length&&this.yAxes().push(this._yAxis),this.y2().length&&1===this.yAxes().length){var o=new r;o.owningWidget=this,this.yAxes().push(o)}var h=this,n={type:"serial",addClassNames:!0,chartScrollbar:{},chartCursor:{enabled:!1,valueLineEnabled:!1,valueLineBalloonEnabled:!1,categoryBalloonEnabled:!1,cursorAlpha:0,valueLineAlpha:.2,oneBalloonOnly:!0,balloonPointerOrientation:"vertical",valueBalloonsEnabled:!1}};"function"==typeof define&&define.amd&&(n.pathToImages=a.toUrl("amchartsImg")),this._chart=i.makeChart(t,n),this._chart.addListener("clickGraphItem",function(t){var e,i,a=t.graph,s=t.item.dataContext;"column"===h._gType?(e=a.fillColorsField,i=a.lineColorField):"line"===h._gType?e=a.colorField:"area"===h._gType&&(e=a.colorField),e&&(null!==s[e]&&void 0!==s[e]?(delete s[e],s[i]=h._colorObj[t.index][t.target.columnIndex].lineColor,"simple"===h.selectionMode()&&(null!==h._selected&&(delete h._selected.data[h._selected.field],h._selected.data[h._selected.field2]=h._colorObj[h._selected.dIdx][h._selected.cIdx].lineColor),h._selected=null)):(s[e]=h.selectionColor(),s[i]=h.selectionColor(),"simple"===h.selectionMode()&&(null!==h._selected&&(delete h._selected.data[h._selected.field],h._selected.data[h._selected.field2]=h._colorObj[h._selected.dIdx][h._selected.cIdx].lineColor),h._selected={field:e,field2:i,data:s,dIdx:t.index,cIdx:t.target.columnIndex},h._selections.push(h._selected))),t.chart.validateData()),h.click(h.rowToObj(h.data()[t.index]),h.columns()[t.target.columnIndex+1],null!==h._selected)})},o.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var a=this;this.yAxes().forEach(function(t,e){0===e&&(a._yAxis=t),t._owningWidget=a}),this.xAxes().forEach(function(t,e){0===e&&(a._xAxis=t),t._owningWidget=a}),this.backwardsCompatible()?this.switchProperties(!0):this.switchProperties(!1),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()))},o.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},o.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},o.prototype.columns=function(t){return arguments.length&&this._columnsUpdated++,e.prototype.columns.apply(this,arguments)},o}),define("css!src/amchart/Area",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/amchart/Area",["d3","./CommonSerial","amcharts.serial","../api/INDChart","css!./Area"],e):t.amchart_Area=e(t.d3,t.amchart_CommonSerial,t.amcharts,t.api_INDChart)}(this,function(t,e,i,a){function s(){e.call(this),this._tag="div",this._gType="line"}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" amchart_Area",s.prototype["implements"](a.prototype),s.prototype.publish("paletteID","default","set","Palette ID",s.prototype._palette["switch"](),{tags:["Basic","Shared"]}),s.prototype.publish("stacked",!1,"boolean","Stack Chart",null,{tags:["Basic","Shared"]}),s.prototype.publish("fillOpacity",.7,"number","Opacity of The Fill Color",null,{min:0,max:1,step:.001,inputType:"range",tags:["Intermediate","Shared"]}),s.prototype.publish("stackType","regular","set","Stack Type",["none","regular","100%"],{tags:["Basic"]}),s.prototype.publish("bulletSize",6,"number","Bullet Size",null,{tags:["Intermediate"]}),s.prototype.publish("bulletType","round","set","Bullet Type",["none","round","square","triangleUp","triangleDown","triangleLeft","triangleRight","bubble","diamond"],{tags:["Basic"]}),s.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},s.prototype.updateChartOptions=function(){return e.prototype.updateChartOptions.apply(this,arguments),this.stacked()?this._chart.valueAxes[0].stackType=this.stackType():this._chart.valueAxes[0].stackType="none",this.buildGraphs(this._gType),this._chart},s.prototype.buildGraphs=function(t){function i(t,e){return t.fillAlphas=this.fillOpacity(),t.bullet=this.bulletType(),t.bulletSize=this.bulletSize(),t}this._chart.graphs=[];for(var a=0;a0&&(00&&(0this.hoverAlpha&&e.wedge&&e.wedge.attr({opacity:this.hoverAlpha});var s=e.balloonX,r=e.balloonY;e.pulled&&(s+=e.pullX,r+=e.pullY);var o=this.formatString(this.balloonText,e,!0),h=this.balloonFunction;h&&(o=h(e,o)),h=t.adjustLuminosity(e.color,-.15),o?this.showBalloon(o,h,i,s,r):this.hideBalloon(),0===e.value&&this.hideBalloon(),this.fire({type:"rollOverSlice",dataItem:e,chart:this,event:a})}},rollOutSlice:function(t,e){isNaN(t)||(t=this.chartData[t]),t.wedge&&t.wedge.attr({opacity:1}),this.hideBalloon(),this.fire({type:"rollOutSlice",dataItem:t,chart:this,event:e})},clickSlice:function(e,i,a){isNaN(e)||(e=this.chartData[e]),e.pulled?this.pullSlice(e,0):this.pullSlice(e,1),t.getURL(e.url,this.urlTarget),a||this.fire({type:"clickSlice",dataItem:e,chart:this,event:i})},handleRightClick:function(t,e){isNaN(t)||(t=this.chartData[t]),this.fire({type:"rightClickSlice",dataItem:t,chart:this,event:e})},drawTicks:function(){var e,i=this.chartData;for(e=0;e0?(e=setTimeout(function(){t.pullSlices.call(t)},1200*e),t.timeOuts.push(e)):t.pullSlices(!0))},pullSlice:function(t,e,i){var a=this.pullOutDuration;!0===i&&(a=0),(i=t.wedge)&&(a>0?(i.animate({translate:e*t.pullX+","+e*t.pullY},a,this.pullOutEffect),t.labelSet&&t.labelSet.animate({translate:e*t.pullX+","+e*t.pullY},a,this.pullOutEffect)):(t.labelSet&&t.labelSet.translate(e*t.pullX,e*t.pullY),i.translate(e*t.pullX,e*t.pullY))),1==e?(t.pulled=!0,this.pullOutOnlyOne&&this.pullInAll(t.index),t={type:"pullOutSlice",dataItem:t,chart:this}):(t.pulled=!1,t={type:"pullInSlice",dataItem:t,chart:this}),this.fire(t)},pullInAll:function(t){var e,i=this.chartData;for(e=0;ea;a++){s={};var n=i[a];s.dataContext=n,null!==n[this.valueField]&&(s.value=Number(n[this.valueField])),(r=n[this.titleField])||(r=""),s.title=r,s.pulled=t.toBoolean(n[this.pulledField],!1),(r=n[this.descriptionField])||(r=""),s.description=r,s.labelRadius=Number(n[this.labelRadiusField]),s.switchable=!0,s.className=n[this.classNameField],s.url=n[this.urlField],r=n[this.patternField],!r&&this.patterns&&(r=this.patterns[a]),s.pattern=r,s.visibleInLegend=t.toBoolean(n[this.visibleInLegendField],!0),r=n[this.alphaField],s.alpha=void 0!==r?Number(r):this.alpha,r=n[this.colorField],void 0!==r&&(s.color=r),s.labelColor=t.toColor(n[this.labelColorField]),h+=s.value,s.hidden=!1,e[a]=s}for(a=i=0;o>a;a++)s=e[a],s.percents=s.value/h*100,s.percents1&&(this.groupValue=0,this.removeSmallSlices(),e.push({title:this.groupedTitle,value:this.groupValue,percents:this.groupValue/h*100,pulled:this.groupedPulled,color:this.groupedColor,url:this.groupedUrl,description:this.groupedDescription,alpha:this.groupedAlpha,pattern:this.groupedPattern,className:this.groupedClassName,dataContext:{}})),o=this.baseColor,o||(o=this.pieBaseColor),h=this.brightnessStep,h||(h=this.pieBrightnessStep),a=0;a=0;t--)e[t].percents0?(e=setTimeout(function(){t.pullSlices.call(t)},1200*e),t.timeOuts.push(e)):t.pullSlices()},measureMaxLabel:function(){var e,i=this.chartData,a=0;for(e=0;ea&&(a=r),s.remove()}return a}})}(),function(){var t=window.AmCharts;t.AmFunnelChart=t.Class({inherits:t.AmSlicedChart,construct:function(e){this.type="funnel",t.AmFunnelChart.base.construct.call(this,e),this.cname="AmFunnelChart",this.startX=this.startY=0,this.baseWidth="100%",this.neckHeight=this.neckWidth=0,this.rotate=!1,this.valueRepresents="height",this.pullDistance=30,this.labelPosition="center",this.labelText="[[title]]: [[value]]",this.balloonText="[[title]]: [[value]]\n[[description]]",t.applyTheme(this,e,this.cname)},drawChart:function(){t.AmFunnelChart.base.drawChart.call(this);var e=this.chartData;if(t.ifArray(e))if(00&&0>a&&(this.neckHeight=this.neckWidth=0,o?l-=a/2:c-=a/2);var u=h-d-u,p=t.toCoordinate(this.baseWidth,u),m=t.toCoordinate(this.neckWidth,u),g=n-l-c,f=t.toCoordinate(this.neckHeight,g),v=c+g-f;o&&(c=n-l,v=c-g+f),this.firstSliceY=c,t.VML&&(this.startAlpha=1);for(var x=u/2+d,b=(g-f)/((p-m)/2),y=1,C=p/2,p=(g-f)*(p+m)/2+m*f,A=c,N=0,f=0;f_&&(_=0),T=(Math.sqrt(_)-L)/(2*T),!o&&c>=v||o&&v>=c?T=2*-B/m:(!o&&c+T>v||o&&v>c-T)&&(S=o?Math.round(T+(c-T-v)):Math.round(T-(c+T-v)),_=S/b,B=2*(-B-(L-_/2)*S)/m,1/0!=B&&(T=S+B))}if(B=C-T/b,L=!1,!o&&c+T>v||o&&v>c-T?(B=m/2,D.push(x-C,x+C,x+B,x+B,x-B,x-B),o?(S=T+(c-T-v),v>c&&(S=0),M.push(c,c,c-S,c-T,c-T,c-S,c)):(S=T-(c+T-v),c>v&&(S=0),M.push(c,c,c+S,c+T,c+T,c+S,c)),L=!0):(D.push(x-C,x+C,x+B,x-B),o?M.push(c,c,c-T,c-T):M.push(c,c,c+T,c+T)),S=s.set(),i>0&&0>a?(M=B/C,D=-1,o||(D=1),isNaN(y)&&(y=0),D=new t.Cuboid(s,2*C,D*T,i,a*y,w.color,w.alpha,this.outlineThickness,this.outlineColor,this.outlineAlpha,90,0,!1,0,w.pattern,M).set,D.translate(x-C,c-a/2*y),y*=M):D=t.polygon(s,D,M,w.color,w.alpha,this.outlineThickness,this.outlineColor,this.outlineAlpha), +t.setCN(this,S,"funnel-item"),t.setCN(this,D,"funnel-slice"),t.setCN(this,S,w.className,!0),S.push(D),this.graphsSet.push(S),o||S.toBack(),w.wedge=S,w.index=f,M=this.gradientRatio){var F,_=[];for(F=0;F0&&(this.chartCreated||S.setAttr("opacity",this.startAlpha)),this.addEventListeners(S,w),w.ty0=c-T/2,this.labelsEnabled&&this.labelText&&w.percents>=this.hideLabelsPercent&&(M=this.formatString(this.labelText,w),(D=this.labelFunction)&&(M=D(w,M)),_=w.labelColor,_||(_=this.color),D=this.labelPosition,F="left","center"==D&&(F="middle"),"left"==D&&(F="right"),""!==M&&(M=t.wrappedText(s,M,_,this.fontFamily,this.fontSize,F,!1,this.maxLabelWidth),t.setCN(this,M,"funnel-label"),t.setCN(this,M,w.className,!0),M.node.style.pointerEvents="none",S.push(M),_=x,o?(F=c-T/2,w.ty0=F):(F=c+T/2,w.ty0=F,A+N+5>F&&(F=A+N+5),F>n-l&&(F=n-l)),"right"==D&&(_=u+10+d,w.tx0=x+(C-T/2/b),L&&(w.tx0=x+B)),"left"==D&&(w.tx0=x-(C-T/2/b),L&&(w.tx0=x-B),_=d),w.label=M,w.labelX=_,w.labelY=F,w.labelHeight=M.getBBox().height,M.translate(_,F),C=M.getBBox(),A=t.rect(s,C.width+5,C.height+5,"#ffffff",.005),A.translate(_+C.x,F+C.y),S.push(A),w.hitRect=A,N=M.getBBox().height,A=F)),(0===w.alpha||r>0&&!this.chartCreated)&&S.hide(),c=o?c-T:c+T,C=B,w.startX=t.toCoordinate(this.startX,h),w.startY=t.toCoordinate(this.startY,n),w.pullX=t.toCoordinate(this.pullDistance,h),w.pullY=0,w.balloonX=x,w.balloonY=w.ty0}}this.arrangeLabels(),this.initialStart(),(e=this.legend)&&e.invalidateSize()}else this.cleanChart();this.dispDUpd()},arrangeLabels:function(){var t,e=this.rotate;t=e?0:this.realHeight;for(var i,a=0,s=this.chartData,r=s.length,o=0;r>o;o++){i=s[r-o-1];var h=i.label,n=i.labelY,l=i.labelX,d=i.labelHeight,u=n;e?t+a+5>n&&(u=t+a+5):n+d+5>t&&(u=t-5-d),t=u,a=d,h&&(h.translate(l,u),h=h.getBBox(),i.hitRect&&i.hitRect.translate(l+h.x,u+h.y)),i.labelY=u,i.tx=l,i.ty=u,i.tx2=l}"center"!=this.labelPosition&&this.drawTicks()}})}(),function(){var t=window.AmCharts;t.Cuboid=t.Class({construct:function(t,e,i,a,s,r,o,h,n,l,d,u,c,p,m,g,f){this.set=t.set(),this.container=t,this.h=Math.round(i),this.w=Math.round(e),this.dx=a,this.dy=s,this.colors=r,this.alpha=o,this.bwidth=h,this.bcolor=n,this.balpha=l,this.dashLength=p,this.topRadius=g,this.pattern=m,this.rotate=c,this.bcn=f,c?0>e&&0===d&&(d=180):0>i&&270==d&&(d=90),this.gradientRotation=d,0===a&&0===s&&(this.cornerRadius=u),this.draw()},draw:function(){var e=this.set;e.clear();var i=this.container,a=i.chart,s=this.w,r=this.h,o=this.dx,h=this.dy,n=this.colors,l=this.alpha,d=this.bwidth,u=this.bcolor,c=this.balpha,p=this.gradientRotation,m=this.cornerRadius,g=this.dashLength,f=this.pattern,v=this.topRadius,x=this.bcn,b=n,y=n;"object"==typeof n&&(b=n[0],y=n[n.length-1]);var C,A,N,S,w,T,D,M,B,L=l;f&&(l=0);var _,F,O,k,R=this.rotate;if(00&&(B=t.line(i,[0,o,s+o],[0,h,h],u,c,d,g)),A=t.polygon(i,[0,0,s,s,0],[0,r,r,0,0],y,l,1,u,0,p),A.translate(o,h),c>0&&(N=t.line(i,[o,o],[h,h+r],u,c,d,g)),S=t.polygon(i,[0,0,o,o,0],[0,r,r+h,h,0],y,l,1,u,0,p),w=t.polygon(i,[s,s,s+o,s+o,s],[0,r,r+h,h,0],y,l,1,u,0,p),c>0&&(T=t.line(i,[s,s+o,s+o,s],[0,h,r+h,r],u,c,d,g)),y=t.adjustLuminosity(D,.2),D=t.polygon(i,[0,o,s+o,s,0],[r,r+h,r+h,r,r],y,l,1,u,0,p),c>0&&(M=t.line(i,[0,o,s+o],[r,r+h,r+h],u,c,d,g));else{var I,P,z;R?(I=r/2,y=o/2,z=r/2,P=s+o/2,F=Math.abs(r/2),_=Math.abs(o/2)):(y=s/2,I=h/2,P=s/2,z=r+h/2+1,_=Math.abs(s/2),F=Math.abs(h/2)),O=_*v,k=F*v,_>.1&&_>.1&&(C=t.circle(i,_,b,l,d,u,c,!1,F),C.translate(y,I)),O>.1&&O>.1&&(D=t.circle(i,O,t.adjustLuminosity(b,.5),l,d,u,c,!1,k),D.translate(P,z))}for(l=L,1>Math.abs(r)&&(r=0),1>Math.abs(s)&&(s=0),!isNaN(v)&&(00&&(d=" A"),t.VML?(l+=d+Math.round(s-O)+","+Math.round(r/2-k)+","+Math.round(s+O)+","+Math.round(r/2+k)+","+s+",0,"+s+","+r,l=l+(" L0,"+r)+(d+Math.round(-_)+","+Math.round(r/2-F)+","+Math.round(_)+","+Math.round(r/2+F)+",0,"+r+",0,0")):(l+="A"+O+","+k+",0,0,0,"+s+","+(r-r/2*(1-v))+"L0,"+r,l+="A"+_+","+F+",0,0,1,0,0"),_=90):(d=s/2-s/2*v,l="M0,0 L"+d+","+r,t.VML?(l="M0,0 L"+d+","+r,d=" B",0>r&&(d=" A"),l+=d+Math.round(s/2-O)+","+Math.round(r-k)+","+Math.round(s/2+O)+","+Math.round(r+k)+",0,"+r+","+s+","+r,l+=" L"+s+",0",l+=d+Math.round(s/2+_)+","+Math.round(F)+","+Math.round(s/2-_)+","+Math.round(-F)+","+s+",0,0,0"):(l+="A"+O+","+k+",0,0,0,"+(s-s/2*(1-v))+","+r+"L"+s+",0",l+="A"+_+","+F+",0,0,1,0,0"),_=180),i=i.path(l).attr(n),i.gradient("linearGradient",[b,t.adjustLuminosity(b,-.3),t.adjustLuminosity(b,-.3),b],_),R?i.translate(o/2,0):i.translate(0,h/2)):i=0===r?t.line(i,[0,s],[0,0],u,c,d,g):0===s?t.line(i,[0,0],[0,r],u,c,d,g):m>0?t.rect(i,s,r,n,l,d,u,c,m,p,g):t.polygon(i,[0,0,s,s,0],[0,r,r,0,0],n,l,d,u,c,p,!1,g),s=isNaN(v)?0>r?[C,B,A,N,S,w,T,D,M,i]:[D,M,A,N,S,w,C,B,T,i]:R?s>0?[C,i,D]:[D,i,C]:0>r?[C,i,D]:[D,i,C],t.setCN(a,i,x+"front"),t.setCN(a,A,x+"back"),t.setCN(a,D,x+"top"),t.setCN(a,C,x+"bottom"),t.setCN(a,S,x+"left"),t.setCN(a,w,x+"right"),C=0;Ce[1]?1:-1};return this.reverseDataSorting()&&(t=function(t,e){return t[1]this._prevDataUpdated||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.formatData(this.data())),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._chart.colors=this.data().map(function(t){return this._palette(t[0])},this),this.showScrollbar()?this._chart.chartScrollbar.enabled=!0:this._chart.chartScrollbar.enabled=!1,this._chart},s.prototype.formatData=function(t){var e=[],i=this;return t.forEach(function(t){var a={};i.columns().forEach(function(e,i){a[e]=t[i]}),e.push(a)}),e},s.prototype.enter=function(t,s){e.prototype.enter.apply(this,arguments);var r=this,o={type:"funnel",addClassNames:!0,autoResize:!0,autoMargins:!0,chartScrollbar:{}};"function"==typeof define&&define.amd&&(o.pathToImages=a.toUrl("amchartsImg")),this._chart=i.makeChart(t,o),this._chart.addListener("clickSlice",function(t){var e=t.chart.colorField,i=t.dataItem.dataContext;null!==i[e]&&void 0!==i[e]?(delete i[e],"simple"===r.selectionMode()&&(null!==r._selected&&delete r._selected.data[r._selected.field],r._selected=null)):(i[e]=r.selectionColor(),"simple"===r.selectionMode()&&(null!==r._selected&&delete r._selected.data[r._selected.field],r._selected={field:e,data:i,cIdx:1,dIdx:t.dataItem.index},r._selections.push(r._selected))),t.chart.validateData(),r.click(r.rowToObj(r.data()[t.dataItem.index]),r.columns()[1],null!==r._selected)})},s.prototype.update=function(t,i){e.prototype.update.apply(this,arguments),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.updateChartOptions(),this._chart.validateNow(),this._chart.validateData()},s.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},s.prototype.postUpdate=function(e,i){var a=this;if("center"!==this.labelPosition()){var s=a._element.select("svg").node().getBoundingClientRect();this.d3LabelSelection=i.selectAll(".amcharts-funnel-item");var r=[],o=[];this.d3LabelSelection.each(function(e,i){var a=t.select(this).node().getBoundingClientRect(),h=a.right;h>s.right&&o.push(s.right-h);var n=a.left;nh&&(l+=h),0>n&&(l+=n),this.labelPosition()){case"right":this._chart.marginRight=Math.abs(l),this._chart.marginLeft=0;break;case"left":this._chart.marginLeft=Math.abs(l),this._chart.marginRight=0}this._chart.validateNow()}},s.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},s}),function(){var t=window.AmCharts;t.AmRadarChart=t.Class({inherits:t.AmCoordinateChart,construct:function(e){this.type="radar",t.AmRadarChart.base.construct.call(this,e),this.cname="AmRadarChart",this.marginRight=this.marginBottom=this.marginTop=this.marginLeft=0,this.radius="35%",t.applyTheme(this,e,this.cname)},initChart:function(){t.AmRadarChart.base.initChart.call(this),this.dataChanged?this.parseData():this.onDataUpdated()},onDataUpdated:function(){this.drawChart()},updateGraphs:function(){var t,e=this.graphs;for(t=0;tu;u++){var g=180-360/p*u,f=g;"middle"==e.pointPosition&&(f-=180/p);var v=this.axisWidth*Math.sin(g/180*Math.PI),g=this.axisWidth*Math.cos(g/180*Math.PI);if(r>0&&(v=t.line(i.container,[0,v],[0,g],s,r,a),this.set.push(v),t.setCN(i,v,e.bcn+"line")),h){var x="start",v=(m+o)*Math.sin(f/180*Math.PI),g=(m+o)*Math.cos(f/180*Math.PI);(180==f||0===f)&&(x="middle",v-=5),0>f&&(x="end",v-=10),180==f&&(g-=5),0===f&&(g+=5),f=t.text(i.container,c[u].category,d,n,l,x),f.translate(v+5,g),this.set.push(f),t.setCN(i,f,e.bcn+"title")}}}}})}(),function(){var t=window.AmCharts;t.RadItem=t.Class({construct:function(e,i,a,s,r,o,h,n){s=e.chart,void 0===a&&(a="");var l=e.chart.fontFamily,d=e.fontSize;void 0===d&&(d=e.chart.fontSize);var u=e.color;void 0===u&&(u=e.chart.color);var c=e.chart.container;this.set=r=c.set();var p=e.axisColor,m=e.axisAlpha,g=e.tickLength,f=e.gridAlpha,v=e.gridThickness,x=e.gridColor,b=e.dashLength,y=e.fillColor,C=e.fillAlpha,A=e.labelsEnabled;o=e.counter;var N,S,w=e.inside,T=e.gridType,D=e.labelOffset;i-=e.height;var M;h?(A=!0,void 0!==h.id&&(S=s.classNamePrefix+"-guide-"+h.id),isNaN(h.tickLength)||(g=h.tickLength),void 0!=h.lineColor&&(x=h.lineColor),isNaN(h.lineAlpha)||(f=h.lineAlpha),isNaN(h.dashLength)||(b=h.dashLength),isNaN(h.lineThickness)||(v=h.lineThickness),!0===h.inside&&(w=!0),void 0!==h.boldLabel&&(n=h.boldLabel)):a||(f/=3,g/=2);var B="end",L=-1;w&&(B="start",L=1);var _;if(A&&(_=t.text(c,a,u,l,d,B,n),_.translate((g+3+D)*L,i),r.push(_),t.setCN(s,_,e.bcn+"label"),h&&t.setCN(s,_,"guide"),t.setCN(s,_,S,!0),this.label=_,M=t.line(c,[0,g*L],[i,i],p,m,v),r.push(M),t.setCN(s,M,e.bcn+"tick"),h&&t.setCN(s,M,"guide"),t.setCN(s,M,S,!0)),i=Math.abs(i),n=[],l=[],f>0){if("polygons"==T){for(N=e.data.length,d=0;N>d;d++)u=180-360/N*d,n.push(i*Math.sin(u/180*Math.PI)),l.push(i*Math.cos(u/180*Math.PI));n.push(n[0]),l.push(l[0]),f=t.line(c,n,l,x,f,v,b)}else f=t.circle(c,i,"#FFFFFF",0,v,x,f);r.push(f),t.setCN(s,f,e.bcn+"grid"),t.setCN(s,f,S,!0),h&&t.setCN(s,f,"guide")}if(1==o&&C>0&&!h&&""!==a){if(h=e.previousCoord,"polygons"==T){for(d=N;d>=0;d--)u=180-360/N*d,n.push(h*Math.sin(u/180*Math.PI)),l.push(h*Math.cos(u/180*Math.PI));N=t.polygon(c,n,l,y,C)}else N=t.wedge(c,0,0,0,360,i,i,h,0,{fill:y,"fill-opacity":C,stroke:"#000","stroke-opacity":0,"stroke-width":1});r.push(N),t.setCN(s,N,e.bcn+"fill"),t.setCN(s,N,S,!0)}!1===e.visible&&(M&&M.hide(),_&&_.hide()),""!==a&&(e.counter=0===o?1:0,e.previousCoord=i)},graphics:function(){return this.set},getLabel:function(){return this.label}})}(),function(){var t=window.AmCharts;t.RadarFill=t.Class({construct:function(e,i,a,s){i-=e.axisWidth,a-=e.axisWidth;var r=Math.min(i,a);a=Math.max(i,a),i=e.chart;var o=i.container,h=s.fillAlpha,n=s.fillColor;a=Math.abs(a);var r=Math.abs(r),l=Math.min(a,r);a=Math.max(a,r);var r=l,l=s.angle+90,d=s.toAngle+90;if(isNaN(l)&&(l=0),isNaN(d)&&(d=360),this.set=o.set(),void 0===n&&(n="#000000"),isNaN(h)&&(h=0),"polygons"==e.gridType){var d=[],u=[];e=e.data.length;var c;for(c=0;e>c;c++)l=180-360/e*c,d.push(a*Math.sin(l/180*Math.PI)),u.push(a*Math.cos(l/180*Math.PI));for(d.push(d[0]),u.push(u[0]),c=e;c>=0;c--)l=180-360/e*c,d.push(r*Math.sin(l/180*Math.PI)),u.push(r*Math.cos(l/180*Math.PI));o=t.polygon(o,d,u,n,h)}else o=t.wedge(o,0,0,l,d-l,a,a,r,0,{fill:n,"fill-opacity":h,stroke:"#000","stroke-opacity":0,"stroke-width":1});t.setCN(i,o,"guide-fill"),s.id&&t.setCN(i,o,"guide-fill-"+s.id),this.set.push(o),this.fill=o},graphics:function(){return this.set},getLabel:function(){}})}(),define("amcharts.radar",["amcharts"],function(t){return function(){var e,i;return i=function(){AmCharts.isReady=!0},e=i.apply(t,arguments),e||t.AmCharts}}(this)),function(t,e){"function"==typeof define&&define.amd?define("src/amchart/CommonRadar",["d3","../common/HTMLWidget","amcharts.radar","require"],e):t.amchart_CommonRadar=e(t.d3,t.common_HTMLWidget,t.AmCharts,t.require)}(this,function(t,e,i,a){function s(){e.call(this),this._tag="div",this._chart={},this._selected=null,this._selections=[],this._dataUpdated=0,this._prevDataUpdated=-1,this._columnsUpdated=0,this._prevColumnsUpdated=-1}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" amchart_CommonRadar",s.prototype.publish("fontSize",11,"number","Font Size",null,{tags:["Basic","Shared"]}),s.prototype.publish("fontFamily","Verdana","string","Font Name",null,{tags:["Basic","Shared","Shared"]}),s.prototype.publish("fontColor","#000000","html-color","Font Color",null,{tags:["Basic","Shared"]}),s.prototype.publish("lineWidth",2,"number","Line Thickness",null,{min:0,max:10,step:1,inputType:"range",tags:["Basic","Shared"]}),s.prototype.publish("lineOpacity",1,"number","Line Opacity",null,{min:0,max:1,step:.001,inputType:"range",tags:["Basic","Shared"]}),s.prototype.publish("dashedLineStyle",0,"number","",null,{tags:["Advanced","Shared"]}),s.prototype.publish("yAxisBaselineColor",null,"html-color","Axis color",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("axisFontSize",void 0,"number","Size of value labels text. Will use chart's fontSize if not set.",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisFontColor",void 0,"string","Font Name",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisTitle","","string","Y-Axis Title",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisTitleFontColor",null,"html-color","Color of axis value labels. Will use chart's color if not set.",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisTitleFontSize",null,"html-color","Font Size of axis value labels. Will use chart's color if not set.",null,{tags:["Basic","Shared"]}),s.prototype.publish("axisLineWidth",1,"number","Thickness of axis",null,{tags:["Basic","Shared"]}),s.prototype.publish("marginLeft",null,"number","Margin (Left)",null,{tags:["Intermediate"]}),s.prototype.publish("marginRight",null,"number","Margin (Right)",null,{tags:["Intermediate"]}),s.prototype.publish("marginTop",null,"number","Margin (Top)",null,{tags:["Intermediate"]}),s.prototype.publish("marginBottom",null,"number","Margin (Bottom)",null,{tags:["Intermediate"]}),s.prototype.publish("showScrollbar",!1,"boolean","Chart Scrollbar",null,{tags:["Intermediate"]}),s.prototype.publish("startDuration",.3,"number","Start Duration (sec)",null,{tags:["Private"]}),s.prototype.publish("yAxisAutoGridCount",!0,"boolean","Specifies whether number of gridCount is specified automatically, acoarding to the axis size",null,{tags:["Advanced"]}),s.prototype.publish("yAxisGridPosition","start","set","Specifies if a grid line is placed on the center of a cell or on the beginning of a cell",["start","middle"],{tags:["Advanced"]}),s.prototype.publish("yAxisMinimum",[],"array","",null,{tags:["Advanced"]}),s.prototype.publish("yAxisTitleOffset",[],"array","",null,{tags:["Advanced"]}),s.prototype.publish("yAxisDashLength",[],"array","Length of a dash. 0 means line is not dashed.",null,{tags:["Advanced"]}),s.prototype.publish("axisAlpha",1,"number","Axis opacity",null,{tags:["Intermediate"]}),s.prototype.publish("circularGrid",!1,"boolean","Circular Grid",null,{tags:["Intermediate"]}),s.prototype.publish("bulletSize",9,"number","Bullet Size",null,{tags:["Intermediate"]}),s.prototype.publish("bulletType","round","set","Bullet Type",["none","round","square","triangleUp","triangleDown","triangleLeft","triangleRight","bubble","diamond"],{tags:["Intermediate"]}),s.prototype.publish("fillOpacity",.3,"number","Shape Opacity",null,{min:0,max:1,step:.001,inputType:"range",tags:["Intermediate"]}),s.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("yAxisTickFormat",null,"string","Y-Axis Tick Format",null,{optional:!0}),s.prototype.publish("selectionColor","#f00","html-color","Font Color",null,{tags:["Basic"]}),s.prototype.publish("selectionMode","simple","set","Selection Mode",["simple","multi"],{tags:["Intermediate"]}),s.prototype.updateChartOptions=function(){var e=this;return this._chart.theme="none",this._chart.type="radar",this._chart.startDuration=this.startDuration(),this._chart.categoryField=this.columns()[0],this._valueField=this.columns().slice(1),this._chart.color=this.fontColor(),this._chart.fontSize=this.fontSize(),this._chart.fontFamily=this.fontFamily(),this.marginLeft()&&(this._chart.marginLeft=this.marginLeft()),this.marginRight()&&(this._chart.marginRight=this.marginRight()),this.marginTop()&&(this._chart.marginTop=this.marginTop()),this.marginBottom()&&(this._chart.marginBottom=this.marginBottom()),this.titles=[],(this._dataUpdated>this._prevDataUpdated||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.formatData(this.data())),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._chart.valueAxes[0].title=this.yAxisTitle(),this._chart.valueAxes[0].axisTitleOffset=this.yAxisTitleOffset(),this._chart.valueAxes[0].minimum=this.yAxisMinimum(),this._chart.valueAxes[0].axisAlpha=this.axisAlpha(),this._chart.valueAxes[0].dashLength=this.yAxisDashLength()||this.dashedLineStyle(),this._chart.valueAxes[0].axisColor=this.yAxisBaselineColor(),this._chart.valueAxes[0].axisThickness=this.axisLineWidth(),this._chart.valueAxes[0].titleColor=this.yAxisTitleFontColor(),this._chart.valueAxes[0].titleFontSize=this.yAxisTitleFontSize(),this._chart.valueAxes[0].fontSize=this.axisFontSize(),this._chart.valueAxes[0].color=this.yAxisFontColor(),this._chart.valueAxes[0].autoGridCount=this.yAxisAutoGridCount(),this._chart.valueAxes[0].gridPosition=this.yAxisGridPosition(),this._chart.valueAxes[0].labelFunction=function(i){return t.format(e.yAxisTickFormat())(i)},this._chart.colors=this.columns().filter(function(t,e){return e>0}).map(function(t){return this._palette(t)},this),this.circularGrid()&&this._chart.valueAxes.forEach(function(t,i){e._chart.valueAxes[i].gridType="circles"}),this.showScrollbar()?this._chart.chartScrollbar.enabled=!0:this._chart.chartScrollbar.enabled=!1,this._chart},s.prototype.buildGraphObj=function(t,e){var i=this,a={};return a.balloonFunction=function(t){var e=t.category+", "+i.columns()[t.graph.index+1]+": "+i.data()[t.index][t.graph.columnIndex+1];return e},a.fillAlphas=i.fillOpacity(),a.lineAlpha=i.lineOpacity(),a.lineThickness=i.lineWidth(),a.bullet=i.bulletType(),a.bulletSize=i.bulletSize(),a.dashLength=i.dashedLineStyle(),a.type=t,a.title="",a.colorField="selected"+e,a},s.prototype.formatData=function(t){var e=[],i=this;return t.forEach(function(t){var a={};i.columns().forEach(function(e,i){a[e]=t[i]}),e.push(a)}),e},s.prototype.enter=function(t,s){e.prototype.enter.apply(this,arguments);var r=this,o={type:"radar",addClassNames:!0,chartScrollbar:{}};"function"==typeof define&&define.amd&&(o.pathToImages=a.toUrl("amchartsImg")),this._chart=i.makeChart(t,o),this._chart.addListener("clickGraphItem",function(t){var e=t.graph,i=t.item.dataContext,a=e.colorField;null!==i[a]&&void 0!==i[a]?(delete i[a],"simple"===r.selectionMode()&&(null!==r._selected&&delete r._selected.data[r._selected.field],r._selected=null)):(i[a]=r.selectionColor(),"simple"===r.selectionMode()&&(null!==r._selected&&delete r._selected.data[r._selected.field],r._selected={field:a,data:i,cIdx:t.target.index,dIdx:t.index},r._selections.push(r._selected))),t.chart.validateData(),r.click(r.rowToObj(r.data()[t.index]),r.columns()[t.target.index+1],null!==r._selected)})},s.prototype.update=function(t,i){e.prototype.update.apply(this,arguments),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()))},s.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},s.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},s.prototype.columns=function(t){return arguments.length&&this._columnsUpdated++,e.prototype.columns.apply(this,arguments)},s}),function(){var t=window.AmCharts;t.AmRectangularChart=t.Class({inherits:t.AmCoordinateChart,construct:function(e){t.AmRectangularChart.base.construct.call(this,e),this.theme=e,this.createEvents("zoomed","changed"),this.marginRight=this.marginBottom=this.marginTop=this.marginLeft=20,this.depth3D=this.angle=0,this.plotAreaFillColors="#FFFFFF",this.plotAreaFillAlphas=0,this.plotAreaBorderColor="#000000",this.plotAreaBorderAlpha=0,this.maxZoomFactor=20,this.zoomOutButtonImageSize=19,this.zoomOutButtonImage="lens",this.zoomOutText="Show all",this.zoomOutButtonColor="#e5e5e5",this.zoomOutButtonAlpha=0,this.zoomOutButtonRollOverAlpha=1,this.zoomOutButtonPadding=8,this.trendLines=[],this.autoMargins=!0,this.marginsUpdated=!1,this.autoMarginOffset=10,t.applyTheme(this,e,"AmRectangularChart")},initChart:function(){t.AmRectangularChart.base.initChart.call(this),this.updateDxy(),!this.marginsUpdated&&this.autoMargins&&(this.resetMargins(),this.drawGraphs=!1),this.processScrollbars(),this.updateMargins(),this.updatePlotArea(),this.updateScrollbars(),this.updateTrendLines(),this.updateChartCursor(),this.updateValueAxes(),this.scrollbarOnly||this.updateGraphs()},drawChart:function(){if(t.AmRectangularChart.base.drawChart.call(this),this.drawPlotArea(),t.ifArray(this.chartData)){var e=this.chartCursor;e&&e.draw()}},resetMargins:function(){var t,e={};if("xy"==this.type){var i=this.xAxes,a=this.yAxes;for(t=0;to&&(this.marginLeft=Math.round(-o+i)),a.right&&n>=s-i&&(this.marginRight=Math.round(n-s+i)),a.top&&hr-i&&(this.marginBottom=Math.round(this.marginBottom+t-r+i)),this.initChart()},getAxisBounds:function(t,e,i,a,s){if(!t.ignoreAxisWidth){var r=t.labelsSet,o=t.tickLength;if(t.inside&&(o=0),r)switch(r=t.getBBox(),t.position){case"top":t=r.y,a>t&&(a=t);break;case"bottom":t=r.y+r.height,t>s&&(s=t);break;case"right":t=r.x+r.width+o+3,t>i&&(i=t);break;case"left":t=r.x-o,e>t&&(e=t)}}return{l:e,t:a,r:i,b:s}},drawZoomOutButton:function(){var e=this;if(!e.zbSet){var i=e.container.set();e.zoomButtonSet.push(i);var a=e.color,s=e.fontSize,r=e.zoomOutButtonImageSize,o=e.zoomOutButtonImage.replace(/\.[a-z]*$/i,""),h=t.lang.zoomOutText||e.zoomOutText,n=e.zoomOutButtonColor,l=e.zoomOutButtonAlpha,d=e.zoomOutButtonFontSize,u=e.zoomOutButtonPadding;isNaN(d)||(s=d),(d=e.zoomOutButtonFontColor)&&(a=d);var c,d=e.zoomOutButton;d&&(d.fontSize&&(s=d.fontSize),d.color&&(a=d.color),d.backgroundColor&&(n=d.backgroundColor),isNaN(d.backgroundAlpha)||(e.zoomOutButtonRollOverAlpha=d.backgroundAlpha));var p=d=0;for(void 0!==e.pathToImages&&o&&(c=e.container.image(e.pathToImages+o+e.extension,0,0,r,r),t.setCN(e,c,"zoom-out-image"),i.push(c),c=c.getBBox(),d=c.width+5),void 0!==h&&(a=t.text(e.container,h,a,e.fontFamily,s,"start"),t.setCN(e,a,"zoom-out-label"),s=a.getBBox(),p=c?c.height/2-3:s.height/2,a.translate(d,p),i.push(a)),c=i.getBBox(),a=1,t.isModern||(a=0),n=t.rect(e.container,c.width+2*u+5,c.height+2*u-2,n,1,1,n,a),n.setAttr("opacity",l),n.translate(-u,-u),t.setCN(e,n,"zoom-out-bg"),i.push(n),n.toBack(),e.zbBG=n,c=n.getBBox(),i.translate(e.marginLeftReal+e.plotAreaWidth-c.width+u,e.marginTopReal+u),i.hide(),i.mouseover(function(){e.rollOverZB()}).mouseout(function(){e.rollOutZB()}).click(function(){e.clickZB()}).touchstart(function(){e.rollOverZB()}).touchend(function(){e.rollOutZB(),e.clickZB()}),l=0;lt&&(t=1),1>e&&(e=1),this.plotAreaWidth=Math.round(t),this.plotAreaHeight=Math.round(e),this.plotBalloonsSet.translate(i,a)},updateDxy:function(){this.dx=Math.round(this.depth3D*Math.cos(this.angle*Math.PI/180)),this.dy=Math.round(-this.depth3D*Math.sin(this.angle*Math.PI/180)),this.d3x=Math.round(this.columnSpacing3D*Math.cos(this.angle*Math.PI/180)),this.d3y=Math.round(-this.columnSpacing3D*Math.sin(this.angle*Math.PI/180))},updateMargins:function(){var t=this.getTitleHeight();this.titleHeight=t,this.marginTopReal=this.marginTop-this.dy,this.fixMargins&&!this.fixMargins.top&&(this.marginTopReal+=t),this.marginBottomReal=this.marginBottom,this.marginLeftReal=this.marginLeft,this.marginRightReal=this.marginRight},updateValueAxes:function(){var t,e=this.valueAxes;for(t=0;t=0;e--)i[e]==t&&i.splice(e,1)},adjustMargins:function(t,e){var i=t.position,a=t.scrollbarHeight+t.offset;t.enabled&&("top"==i?e?this.marginLeftReal+=a:this.marginTopReal+=a:e?this.marginRightReal+=a:this.marginBottomReal+=a)},getScrollbarPosition:function(t,e,i){var a="bottom",s="top";t.oppositeAxis||(s=a,a="top"),t.position=e?"bottom"==i||"left"==i?a:s:"top"==i||"right"==i?a:s},updateChartScrollbar:function(t,e){if(t){t.rotate=e;var i=this.marginTopReal,a=this.marginLeftReal,s=t.scrollbarHeight,r=this.dx,o=this.dy,h=t.offset;"top"==t.position?e?(t.y=i,t.x=a-s-h):(t.y=i-s+o-h,t.x=a+r):e?(t.y=i+o,t.x=a+this.plotAreaWidth+r+h):(t.y=i+this.plotAreaHeight+h,t.x=this.marginLeftReal)}},showZB:function(t){var e=this.zbSet;t&&(e=this.zoomOutText,""!==e&&e&&this.drawZoomOutButton()),(e=this.zbSet)&&(this.zoomButtonSet.push(e),t?e.show():e.hide(),this.rollOutZB())},handleReleaseOutside:function(e){t.AmRectangularChart.base.handleReleaseOutside.call(this,e),(e=this.chartCursor)&&e.handleReleaseOutside&&e.handleReleaseOutside()},handleMouseDown:function(e){t.AmRectangularChart.base.handleMouseDown.call(this,e);var i=this.chartCursor;i&&i.handleMouseDown&&!this.rolledOverZB&&i.handleMouseDown(e)},update:function(){t.AmRectangularChart.base.update.call(this),this.chartCursor&&this.chartCursor.update&&this.chartCursor.update()},handleScrollbarValueZoom:function(t){this.relativeZoomValueAxes(t.target.valueAxes,t.relativeStart,t.relativeEnd),this.zoomAxesAndGraphs()},zoomValueScrollbar:function(t){if(t&&t.enabled){var e=t.valueAxes[0],i=e.relativeStart,a=e.relativeEnd;e.reversed&&(a=1-i,i=1-e.relativeEnd),t.percentZoom(i,a)}},zoomAxesAndGraphs:function(){if(!this.scrollbarOnly){var t,e=this.valueAxes;for(t=0;ta)var s=i,i=a,a=s;this.relativeZoomValueAxes(e,i,a),this.updateAfterValueZoom()},updateAfterValueZoom:function(){this.zoomAxesAndGraphs(),this.zoomScrollbar()},relativeZoomValueAxes:function(e,i,a){if(i=t.fitToBounds(i,0,1),a=t.fitToBounds(a,0,1),i>a){var s=i;i=a,a=s}var s=1/this.maxZoomFactor,r=t.getDecimals(s)+4;if(s>a-i&&(a=i+(a-i)/2,i=a-s/2,a+=s/2),i=t.roundTo(i,r),a=t.roundTo(a,r),s=!1,e){for(r=0;re;e++)i=t[e],i.zoom(0,this.chartData.length-1)},updateData:function(){this.parseData();var t,e,i=this.chartData,a=i.length-1,s=this.graphs,r=this.dataProvider,o=-(1/0),h=1/0;if(r){for(t=0;to&&(o=l),h>l&&(h=l)}}for(isNaN(this.minValue)||(h=this.minValue),isNaN(this.maxValue)||(o=this.maxValue),t=0;te.data().length?"":e.data().length&&i>0?e.data()[i-1][0]:""}):this._chart.valueAxes[i].labelFunction=function(e){return t.format(o.axisTickFormat())(e)},i++}return(this._dataUpdated>this._prevDataUpdated||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.formatData(this.data())),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._chart.dataProvider.forEach(function(t,i){e._chart.dataProvider[i].color=e._palette(t[e.columns()[2]]),e._chart.dataProvider[i].linecolor=null!==e.lineColor()?e.lineColor():e._palette(t[e.columns()[2]])}),this._chart.colors=[],this.showScrollbar()?this._chart.chartScrollbar.enabled=!0:this._chart.chartScrollbar.enabled=!1,this.showCursor()?(this._chart.precision="ordinal"===this.xAxes()[0].axisType()?1:void 0,this._chart.chartCursor.enabled=!0,this._chart.chartCursor.valueLineEnabled=!0,this._chart.chartCursor.valueLineBalloonEnabled=!0,this._chart.chartCursor.categoryBalloonEnabled=!0):(this._chart.precision=void 0,this._chart.chartCursor.enabled=!1,this._chart.chartCursor.valueLineEnabled=!1,this._chart.chartCursor.valueLineBalloonEnabled=!1,this._chart.chartCursor.categoryBalloonEnabled=!1),this._chart},r.prototype.buildGraphObj=function(t,e){var i=this,a={};return a.id="g"+e,a.balloonFunction=function(t){var e=i.columns()[t.graph.index]+": "+i.data()[t.index][t.graph.index];return e},a.lineAlpha=i.lineOpacity(),a.lineThickness=i.lineWidth(),a.bullet=i.bulletType(),a.bulletSize=i.bulletSize(),a.dashLength=i.dashedLineStyle(),a.lineAlpha=i.lineOpacity(),a.lineColor=i.lineColor(),a.lineThickness=i.lineWidth(),a.type=t,a.colorField="color"+e,a.lineColorField="linecolor","ordinal"===this.xAxes()[0].axisType()&&(a.xField="idx",a.yField=i.columns()[e]),"linear"===this.xAxes()[0].axisType()&&(a.xField=i.columns()[0],a.yField=i.columns()[1]),a},r.prototype.formatData=function(t){var e=this,i=[];return t.forEach(function(t,a){var s={};e.columns().forEach(function(e,i){s[e]=t[i],s.idx=a+1}),i.push(s)}),i},r.prototype.enter=function(t,s){e.prototype.enter.apply(this,arguments),0===this.xAxes().length&&this.xAxes().push(this._xAxis),0===this.yAxes().length&&this.yAxes().push(this._yAxis);var r=this,o={type:"xy",addClassNames:!0,autoMargins:!0,chartScrollbar:{},valueAxes:[],chartCursor:{enabled:!1,valueLineEnabled:!1,valueLineBalloonEnabled:!1,categoryBalloonEnabled:!1,cursorAlpha:0,valueLineAlpha:.2,oneBalloonOnly:!0,balloonPointerOrientation:"vertical",valueBalloonsEnabled:!1},graphs:[{}],dataProvider:[{}],responsive:{enabled:!0}};"function"==typeof define&&define.amd&&(o.pathToImages=a.toUrl("amchartsImg")),this._chart=i.makeChart(t,o),this._chart.addListener("clickGraphItem",function(t){var e=t.graph,i=t.item.dataContext,a=e.colorField;null!==i[a]&&void 0!==i[a]?(delete i[a],"simple"===r.selectionMode()&&(null!==r._selected&&delete r._selected.data[r._selected.field],r._selected=null)):(i[a]=r.selectionColor(),"simple"===r.selectionMode()&&(null!==r._selected&&delete r._selected.data[r._selected.field],r._selected={field:a,data:i,cIdx:t.target.index,dIdx:t.index},r._selections.push(r._selected))),t.chart.validateData(),r.click(r.rowToObj(r.data()[t.index]),r.columns()[t.target.index],null!==r._selected)})},r.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var a=this;this.yAxes().forEach(function(t,e){0===e&&(a._yAxis=t),t._owningWidget=a}),this.xAxes().forEach(function(t,e){0===e&&(a._xAxis=t),t._owningWidget=a}),this.backwardsCompatible()?this.switchProperties(!0):this.switchProperties(!1),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()))},r.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},r.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},r.prototype.columns=function(t){return arguments.length&&this._columnsUpdated++,e.prototype.columns.apply(this,arguments)},r}),function(t,e){"function"==typeof define&&define.amd?define("src/amchart/Funnel",["d3","./CommonFunnel","../api/I2DChart"],e):t.amchart_Funnel=e(t.d3,t.amchart_CommonFunnel,t.api_I2DChart)}(this,function(t,e,i){function a(){e.call(this)}return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" amchart_Funnel",a.prototype["implements"](i.prototype),a.prototype.publish("paletteID","default","set","Palette ID",a.prototype._palette["switch"](),{tags:["Basic","Shared"]}),a.prototype.publish("neckHeightPercent",30,"number","Neck Height %",null,{tags:["Basic"]}),a.prototype.publish("neckWidthPercent",40,"number","Neck Width %",null,{tags:["Basic"]}),a.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},a.prototype.updateChartOptions=function(){e.prototype.updateChartOptions.apply(this,arguments),this._chart.balloonFunction=function(t){var e=t.title+", "+t.value;return e},this._chart.neckHeight=this.neckHeightPercent()+"%",this._chart.neckWidth=this.neckWidthPercent()+"%"},a.prototype.update=function(t,i){e.prototype.update.apply(this,arguments),this.updateChartOptions(),this._chart.validateNow(),this._chart.validateData()},a}),function(){var t=window.AmCharts;t.AmGanttChart=t.Class({inherits:t.AmSerialChart,construct:function(e){this.type="gantt",t.AmGanttChart.base.construct.call(this,e),this.cname="AmGanttChart",this.period="ss"},initChart:function(){this.dataChanged&&this.processGanttData(),t.AmGanttChart.base.initChart.call(this)},parseData:function(){t.AmSerialChart.base.parseData.call(this),this.parseSerialData(this.ganttDataProvider)},processGanttData:function(){var e;this.graphs=[];var i=this.dataProvider;this.ganttDataProvider=[];var a=this.categoryField,s=this.startField,r=this.endField,o=this.durationField,h=this.startDateField,n=this.endDateField,l=this.colorField,d=this.period,u=t.getDate(this.startDate,this.dataDateFormat,"fff");this.categoryAxis.gridPosition="start",e=this.valueAxis,this.valueAxes=[e];var c;"date"==e.type&&(c=!0),e.minimumDate&&(e.minimumDate=t.getDate(e.minimumDate,p,d)),e.maximumDate&&(e.maximumDate=t.getDate(e.maximumDate,p,d)),isNaN(e.minimum)||(e.minimumDate=t.changeDate(new Date(u),d,e.minimum,!0,!0)),isNaN(e.maximum)||(e.maximumDate=t.changeDate(new Date(u),d,e.maximum,!0,!0));var p=this.dataDateFormat;if(i)for(e=0;ethis._prevDataUpdated||this._prevTimePattern!==this.timePattern()){this._chart.dataProvider=[];var e=this.amFormattedData();for(var i in e){var a={};a.category=i,a.segments=[],e[i].forEach(function(e){var i={start:t._dateParserData(e[0]),end:t._dateParserData(e[1])};a.segments.push(i)}),this._chart.dataProvider.push(a)}}this._prevDataUpdated=this._dataUpdated,this._prevTimePattern=this.timePattern(),this._chart.dataProvider.forEach(function(e,i){t._chart.dataProvider[i].color=t._palette(i)}),this._chart.columnWidth=this.columnWidth(),this._chart.colorField="color",this._chart.valueAxes[0].type="date",this._chart.valueAxes[0].minPeriod=this.minPeriod(),this._chart.brightnessStep=this.brightnessStep()||void 0,this._chart.categoryField="category",this._chart.segmentsField="segments",this._chart.startDateField="start",this._chart.endDateField="end",this._chart.guides=this.guides()},r.prototype.amFormattedData=function(){var t={};return this.data().forEach(function(e){t[e[0]]||(t[e[0]]=[]),e.forEach(function(i,a){0!==a&&t[e[0]].push(i)})}),t},r.prototype.enter=function(t,a){e.prototype.enter.apply(this,arguments);var r=this,o={type:"gantt",theme:"none",autoMargins:!0,valueAxis:{},graph:{fillAlphas:1,balloonText:"[[category]]: [[open]] - [[value]]"},rotate:!0,dataProvider:[],chartScrollbar:{},"export":{enabled:!0}};"function"==typeof define&&define.amd&&(o.pathToImages=s.toUrl("amchartsImg")),this._chart=i.makeChart(t,o),this._chart.addListener("clickGraphItem",function(t){var e=t.graph.segmentData,i="color";null!==e[i]&&void 0!==e[i]?(delete e[i],"simple"===r.selectionMode()&&(null!==r._selected&&delete r._selected.data[r._selected.field],r._selected=null)):(e[i]=r.selectionColor(),"simple"===r.selectionMode()&&(null!==r._selected&&delete r._selected.data[r._selected.field],r._selected={field:i,data:e,colIndex:t.target.columnIndex,dIdx:t.index},r._selections.push(r._selected))),t.chart.validateData(),r.click(r.rowToObj(r.data()[t.index]),r.columns()[t.target.columnIndex+1],null!==r._selected)})},r.prototype.update=function(t,e){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this.updateChartOptions(),this._chart.validateNow(),this._chart.validateData()},r.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},r.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},r.prototype.columns=function(t){return arguments.length&&this._columnsUpdated++,e.prototype.columns.apply(this,arguments)},r}),function(){var t=window.AmCharts;t.GaugeAxis=t.Class({construct:function(e){this.cname="GaugeAxis",this.radius="95%",this.createEvents("rollOverBand","rollOutBand","clickBand"),this.labelsEnabled=!0,this.startAngle=-120,this.endAngle=120,this.startValue=0,this.endValue=200,this.gridCount=5,this.tickLength=10,this.minorTickLength=5,this.tickColor="#555555",this.labelFrequency=this.tickThickness=this.tickAlpha=1,this.inside=!0,this.labelOffset=10,this.showLastLabel=this.showFirstLabel=!0,this.axisThickness=1,this.axisColor="#000000",this.axisAlpha=1,this.gridInside=!0,this.topTextYOffset=0,this.topTextBold=!0,this.bottomTextYOffset=0,this.bottomTextBold=!0,this.centerY=this.centerX="0%",this.bandOutlineAlpha=this.bandOutlineThickness=0,this.bandOutlineColor="#000000",this.bandAlpha=1,this.bcn="gauge-axis",t.applyTheme(this,e,"GaugeAxis")},value2angle:function(t){return(t-this.startValue)/(this.endValue-this.startValue)*(this.endAngle-this.startAngle)+this.startAngle},setTopText:function(e){if(void 0!==e){this.topText=e;var i=this.chart;if(this.axisCreated){this.topTF&&this.topTF.remove();var a=this.topTextFontSize;a||(a=i.fontSize);var s=this.topTextColor;s||(s=i.color),e=t.text(i.container,e,s,i.fontFamily,a,void 0,this.topTextBold),t.setCN(i,e,"axis-top-label"),e.translate(this.centerXReal,this.centerYReal-this.radiusReal/2+this.topTextYOffset),this.set.push(e),this.topTF=e}}},setBottomText:function(e){if(void 0!==e){this.bottomText=e;var i=this.chart;if(this.axisCreated){this.bottomTF&&this.bottomTF.remove();var a=this.bottomTextFontSize;a||(a=i.fontSize);var s=this.bottomTextColor;s||(s=i.color),e=t.text(i.container,e,s,i.fontFamily,a,void 0,this.bottomTextBold),t.setCN(i,e,"axis-bottom-label"),e.translate(this.centerXReal,this.centerYReal+this.radiusReal/2+this.bottomTextYOffset),this.bottomTF=e,this.set.push(e)}}},draw:function(){var e=this.chart,i=e.container.set();this.set=i,t.setCN(e,i,this.bcn),t.setCN(e,i,this.bcn+"-"+this.id),e.graphsSet.push(i);var a=this.startValue,s=this.endValue,r=this.valueInterval;isNaN(r)&&(r=(s-a)/this.gridCount);var o=this.minorTickInterval;isNaN(o)&&(o=r/5);var h=this.startAngle,n=this.endAngle,l=this.tickLength,s=(s-a)/r+1,d=(n-h)/(s-1),u=d/r;this.singleValueAngle=u;var c=e.container,p=this.tickColor,m=this.tickAlpha,g=this.tickThickness,o=r/o,f=d/o,v=this.minorTickLength,x=this.labelFrequency,b=this.radiusReal;this.inside||(b-=15);var y=e.centerX+t.toCoordinate(this.centerX,e.realWidth),C=e.centerY+t.toCoordinate(this.centerY,e.realHeight);this.centerXReal=y,this.centerYReal=C;var A,N,S={fill:this.axisColor,"fill-opacity":this.axisAlpha,"stroke-width":0,"stroke-opacity":0};this.gridInside?N=A=b:(A=b-l,N=A+v);var w=this.bands;if(w)for(var T=0;TS;S++)if(w=a+S*r,A=h+S*d,T=n(y+b*Math.sin(A/180*Math.PI)),D=n(C-b*Math.cos(A/180*Math.PI)),L=n(y+(b-l)*Math.sin(A/180*Math.PI)),_=n(C-(b-l)*Math.cos(A/180*Math.PI)),T=t.line(c,[T,L],[D,_],p,m,g,0,!1,!1,!0),t.setCN(e,T,"axis-tick"),i.push(T),T=-1,L=this.labelOffset,this.inside||(L=-L-l,T=1),D=y+(b-l-L)*Math.sin(A/180*Math.PI),L=C-(b-l-L)*Math.cos(A/180*Math.PI),M=this.fontSize,isNaN(M)&&(M=e.fontSize),_=Math.sin((A-90)/180*Math.PI),F=Math.cos((A-90)/180*Math.PI),x>0&&this.labelsEnabled&&S/x==Math.round(S/x)&&(this.showLastLabel||S!=s-1)&&(this.showFirstLabel||0!==S)&&(B=this.usePrefixes?t.addPrefix(w,e.prefixesOfBigNumbers,e.prefixesOfSmallNumbers,e.nf,!0):t.formatNumber(w,e.nf,u),(O=this.unit)&&(B="left"==this.unitPosition?O+B:B+O),(O=this.labelFunction)&&(B=O(w)),w=t.text(c,B,e.color,e.fontFamily,M),t.setCN(e,w,"axis-label"),M=w.getBBox(),w.translate(D+T*M.width/2*F,L+T*M.height/2*_),i.push(w)),s-1>S)for(w=1;o>w;w++)_=A+f*w,T=n(y+N*Math.sin(_/180*Math.PI)),D=n(C-N*Math.cos(_/180*Math.PI)),L=n(y+(N-v)*Math.sin(_/180*Math.PI)),_=n(C-(N-v)*Math.cos(_/180*Math.PI)),T=t.line(c,[T,L],[D,_],p,m,g,0,!1,!1,!0),t.setCN(e,T,"axis-tick-minor"),i.push(T);this.axisCreated=!0,this.setTopText(this.topText),this.setBottomText(this.bottomText),e=e.graphsSet.getBBox(),this.width=e.width,this.height=e.height},addListeners:function(t,e){var i=this;e.mouseover(function(t){}).mouseout(function(e){i.fireEvent("rollOutBand",t,e)}).touchend(function(e){i.fireEvent("clickBand",t,e)}).touchstart(function(e){i.fireEvent("rollOverBand",t,e)}).click(function(e){i.fireEvent("clickBand",t,e)})},fireEvent:function(t,e,i){this.fire({type:t,dataItem:e,chart:this,event:i})},addEventListeners:function(e,i){var a=this,s=a.chart;e.mouseover(function(t){s.showBalloon(i.balloonText,i.color,!0),a.fireEvent("rollOverBand",i,t)}).mouseout(function(t){s.hideBalloon(),a.fireEvent("rollOutBand",i,t)}).click(function(e){a.fireEvent("clickBand",i,e),t.getURL(i.url,s.urlTarget)}).touchend(function(e){a.fireEvent("clickBand",i,e),t.getURL(i.url,s.urlTarget)})}})}(),function(){var t=window.AmCharts;t.GaugeArrow=t.Class({construct:function(e){this.cname="GaugeArrow",this.color="#000000",this.nailAlpha=this.alpha=1,this.startWidth=this.nailRadius=8,this.endWidth=0,this.borderAlpha=1,this.radius="90%",this.nailBorderAlpha=this.innerRadius=0,this.nailBorderThickness=1,this.frame=0,t.applyTheme(this,e,"GaugeArrow")},setValue:function(t){var e=this.chart;e&&e.setValue?e.setValue(this,t):this.previousValue=this.value=t}}),t.GaugeBand=t.Class({construct:function(){this.cname="GaugeBand"}})}(),function(){var t=window.AmCharts;t.AmAngularGauge=t.Class({inherits:t.AmChart,construct:function(e){this.cname="AmAngularGauge",t.AmAngularGauge.base.construct.call(this,e),this.theme=e,this.type="gauge",this.minRadius=this.marginRight=this.marginBottom=this.marginTop=this.marginLeft=10,this.faceColor="#FAFAFA",this.faceAlpha=0,this.faceBorderWidth=1,this.faceBorderColor="#555555",this.faceBorderAlpha=0,this.arrows=[],this.axes=[],this.startDuration=1,this.startEffect="easeOutSine",this.adjustSize=!0,this.extraHeight=this.extraWidth=0,t.applyTheme(this,e,this.cname)},addAxis:function(t){this.axes.push(t)},formatString:function(e,i){return e=t.formatValue(e,i,["value"],this.nf,"",this.usePrefixes,this.prefixesOfSmallNumbers,this.prefixesOfBigNumbers)},initChart:function(){t.AmAngularGauge.base.initChart.call(this);var e;0===this.axes.length&&(e=new t.GaugeAxis(this.theme),this.addAxis(e));var i;for(i=0;i0||a>0)&&(u=t.circle(e,l,this.faceColor,i,this.faceBorderWidth,this.faceBorderColor,a,!1),u.translate(this.centerX,this.centerY),u.toBack(),(e=this.facePattern)&&u.pattern(e,NaN,this.path)),i=l=e=0;ie&&(e=a.width*o),a.height*o>l&&(l=a.height*o);for((i=this.legend)&&i.invalidateSize(),this.adjustSize&&!this.sizeAdjusted&&(u&&(u=u.getBBox(),u.width>e&&(e=u.width),u.height>l&&(l=u.height)),u=0,(d>l||s>e)&&(u=Math.min(d-l,s-e)),u>0&&(this.extraHeight=d-l,this.sizeAdjusted=!0,this.validateNow())),s=this.arrows.length,i=0;s>i;i++)d=this.arrows[i],d.drawnAngle=NaN;this.dispDUpd()},validateSize:function(){this.extraHeight=this.extraWidth=0,this.chartCreated=!1,t.AmAngularGauge.base.validateSize.call(this)},addArrow:function(t){this.arrows.push(t)},removeArrow:function(e){t.removeFromArray(this.arrows,e),this.validateNow()},removeAxis:function(e){t.removeFromArray(this.axes,e),this.validateNow()},drawArrow:function(e,i){e.set&&e.set.remove();var a=this.container;if(e.set=a.set(),t.setCN(this,e.set,"gauge-arrow"),t.setCN(this,e.set,"gauge-arrow-"+e.id),!e.hidden){var s=e.axis,r=s.radiusReal,o=s.centerXReal,h=s.centerYReal,n=e.startWidth,l=e.endWidth,d=t.toCoordinate(e.innerRadius,s.radiusReal),u=t.toCoordinate(e.radius,s.radiusReal);s.inside||(u-=15);var c=e.nailColor;c||(c=e.color);var p=e.nailColor;p||(p=e.color),0a;a++)if(e=this.arrows[a],e.axis&&e.axis.value2angle){var s;e.frame>=this.totalFrames?s=e.value:(e.frame++,e.clockWiseOnly&&e.valuet;t++){var i={color:this.bandsColor()[t],startValue:this.bandsStartValue()[t],endValue:this.bandsEndValue()[t],innerRadius:this.bandsInnerRadius()[t]};this._chart.axes[0].bands.push(i)}if("b"===this.colorType())for(t=0,e=this.high();e>t;t++){var a={color:this._palette(t,this.low(),this.high()),startValue:t,endValue:t+1,innerRadius:this.bandsInnerRadius()[0]};this._chart.axes[0].bands.push(a)}if("c"===this.colorType()){var s={color:this._palette(this.data(),this.low(),this.high()),startValue:this.low(),endValue:this.high(),innerRadius:this.bandsInnerRadius()[0]};this._chart.axes[0].bands.push(s)}return this._chart.axes[0].bottomText=this.bottomText().replace("[[data]]",this.data()),this._chart},r.prototype.update=function(t,e){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this.updateChartOptions(),this._chart.arrows[0].setValue(this.data()),this._chart.validateNow(),this._chart.validateData()},r.prototype.enter=function(t,e){t.style.width=this.size().width+"px",t.style.height=this.size().height+"px";var a={type:"gauge",addClassNames:!0,axes:[{}],arrows:[{}]};"function"==typeof define&&define.amd&&(a.pathToImages=s.toUrl("amchartsImg")),this._chart=i.makeChart(t,a)},r}),function(t,e){"function"==typeof define&&define.amd?define("src/amchart/Line",["d3","./CommonSerial","../api/INDChart"],e):t.amchart_Line=e(t.d3,t.amchart_CommonSerial,t.api_INDChart)}(this,function(t,e,i){function a(){e.call(this),this._tag="div",this._gType="line"}return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" amchart_Line",a.prototype["implements"](i.prototype),a.prototype.publish("paletteID","default","set","Palette ID",a.prototype._palette["switch"](),{tags:["Basic","Shared"]}),a.prototype.publish("smoothLines",!1,"boolean","Causes chart data lines to draw smoothly",null,{tags:["Basic","Shared"]}),a.prototype.publish("stepLines",!1,"boolean","Causes chart data lines to draw smoothly",null,{tags:["Basic"]}),a.prototype.publish("bulletSize",6,"number","Bullet Size",null,{tags:["Intermediate"]}),a.prototype.publish("bulletType","round","set","Bullet Type",["none","round","square","triangleUp","triangleDown","triangleLeft","triangleRight","bubble","diamond"],{tags:["Basic"]}),a.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},a.prototype.updateChartOptions=function(){return e.prototype.updateChartOptions.apply(this,arguments),this.buildGraphs(this._gType),this._chart},a.prototype.buildGraphs=function(t){function i(t,e){return this.stepLines()?t.type="step":this.smoothLines()?t.type="smoothedLine":t.type="line",t.bullet=this.bulletType(),t.bulletSize=this.bulletSize(),t}this._chart.graphs=[];for(var a=0;a0&&(00&&(0this.hoverAlpha&&e.wedge&&e.wedge.attr({opacity:this.hoverAlpha});var s=e.balloonX,r=e.balloonY;e.pulled&&(s+=e.pullX,r+=e.pullY);var o=this.formatString(this.balloonText,e,!0),h=this.balloonFunction;h&&(o=h(e,o)),h=t.adjustLuminosity(e.color,-.15),o?this.showBalloon(o,h,i,s,r):this.hideBalloon(),0===e.value&&this.hideBalloon(),this.fire({type:"rollOverSlice",dataItem:e,chart:this,event:a})}},rollOutSlice:function(t,e){isNaN(t)||(t=this.chartData[t]),t.wedge&&t.wedge.attr({opacity:1}),this.hideBalloon(),this.fire({type:"rollOutSlice",dataItem:t,chart:this,event:e})},clickSlice:function(e,i,a){isNaN(e)||(e=this.chartData[e]),e.pulled?this.pullSlice(e,0):this.pullSlice(e,1),t.getURL(e.url,this.urlTarget),a||this.fire({type:"clickSlice",dataItem:e,chart:this,event:i})},handleRightClick:function(t,e){isNaN(t)||(t=this.chartData[t]),this.fire({type:"rightClickSlice",dataItem:t,chart:this,event:e})},drawTicks:function(){var e,i=this.chartData;for(e=0;e0?(e=setTimeout(function(){t.pullSlices.call(t)},1200*e),t.timeOuts.push(e)):t.pullSlices(!0))},pullSlice:function(t,e,i){var a=this.pullOutDuration;!0===i&&(a=0),(i=t.wedge)&&(a>0?(i.animate({translate:e*t.pullX+","+e*t.pullY},a,this.pullOutEffect),t.labelSet&&t.labelSet.animate({translate:e*t.pullX+","+e*t.pullY},a,this.pullOutEffect)):(t.labelSet&&t.labelSet.translate(e*t.pullX,e*t.pullY),i.translate(e*t.pullX,e*t.pullY))),1==e?(t.pulled=!0,this.pullOutOnlyOne&&this.pullInAll(t.index),t={type:"pullOutSlice",dataItem:t,chart:this}):(t.pulled=!1,t={type:"pullInSlice",dataItem:t,chart:this}),this.fire(t)},pullInAll:function(t){var e,i=this.chartData;for(e=0;ea;a++){s={};var n=i[a];s.dataContext=n,null!==n[this.valueField]&&(s.value=Number(n[this.valueField])),(r=n[this.titleField])||(r=""),s.title=r,s.pulled=t.toBoolean(n[this.pulledField],!1),(r=n[this.descriptionField])||(r=""),s.description=r,s.labelRadius=Number(n[this.labelRadiusField]),s.switchable=!0,s.className=n[this.classNameField],s.url=n[this.urlField],r=n[this.patternField],!r&&this.patterns&&(r=this.patterns[a]),s.pattern=r,s.visibleInLegend=t.toBoolean(n[this.visibleInLegendField],!0),r=n[this.alphaField],s.alpha=void 0!==r?Number(r):this.alpha,r=n[this.colorField],void 0!==r&&(s.color=r),s.labelColor=t.toColor(n[this.labelColorField]),h+=s.value,s.hidden=!1,e[a]=s}for(a=i=0;o>a;a++)s=e[a],s.percents=s.value/h*100,s.percents1&&(this.groupValue=0,this.removeSmallSlices(),e.push({title:this.groupedTitle,value:this.groupValue,percents:this.groupValue/h*100,pulled:this.groupedPulled,color:this.groupedColor,url:this.groupedUrl,description:this.groupedDescription,alpha:this.groupedAlpha,pattern:this.groupedPattern,className:this.groupedClassName,dataContext:{}})),o=this.baseColor,o||(o=this.pieBaseColor),h=this.brightnessStep,h||(h=this.pieBrightnessStep),a=0;a=0;t--)e[t].percents0?(e=setTimeout(function(){t.pullSlices.call(t)},1200*e),t.timeOuts.push(e)):t.pullSlices()},measureMaxLabel:function(){var e,i=this.chartData,a=0;for(e=0;ea&&(a=r),s.remove()}return a}})}(),function(){var t=window.AmCharts;t.AmPieChart=t.Class({inherits:t.AmSlicedChart,construct:function(e){this.type="pie",t.AmPieChart.base.construct.call(this,e),this.cname="AmPieChart",this.pieBrightnessStep=30,this.minRadius=10,this.depth3D=0,this.startAngle=90,this.angle=this.innerRadius=0,this.startRadius="500%",this.pullOutRadius="20%",this.labelRadius=20,this.labelText="[[title]]: [[percents]]%",this.balloonText="[[title]]: [[percents]]% ([[value]])\n[[description]]",this.previousScale=1,this.adjustPrecision=!1,this.gradientType="radial",t.applyTheme(this,e,this.cname)},drawChart:function(){t.AmPieChart.base.drawChart.call(this);var e=this.chartData;if(t.ifArray(e)){if(0this.maxLabelWidth&&(g=this.maxLabelWidth),this.labelText&&this.labelsEnabled||(m=g=0),o=void 0===this.pieX?(s-d-u)/2+d:l(this.pieX,this.realWidth),h=void 0===this.pieY?(r-c-p)/2+c:l(this.pieY,r),n=l(this.radius,s,r),n||(s=m>=0?s-d-u-2*g:s-d-u,r=r-c-p,n=Math.min(s,r),s>r&&(n/=1-this.angle/90,n>s&&(n=s)),r=t.toCoordinate(this.pullOutRadius,n),n=(m>=0?n-1.8*(m+r):n-1.8*r)/2),n=n&&(l=n-1),p=t.fitToBounds(this.startAngle,0,360),0=270?270:90),p-=90,p>360&&(p-=360),s=n-n*this.angle/90,d=g=0;d0&&(this.chartCreated||b.setAttr("opacity",this.startAlpha)),u.ix=g,u.iy=x,u.wedge=b,u.index=d,u.label=null,y=a.set(),this.labelsEnabled&&this.labelText&&u.percents>=this.hideLabelsPercent){var C=p+v/2;0>C&&(C+=360),C>360&&(C-=360);var A=m;isNaN(u.labelRadius)||(A=u.labelRadius,0>A&&(u.skipTick=!0));var N,v=o+g*(n+A),S=h+x*(n+A),w=0;if(isNaN(f)&&C>350&&1=0){var T;90>=C&&C>=0?(T=0,N="start",w=8):C>=90&&180>C?(T=1,N="start",w=8):C>=180&&270>C?(T=2,N="end",w=-8):C>=270&&354>=C?(T=3,N="end",w=-8):C>=354&&(d>f?(T=0,N="start",w=8):(T=3,N="end",w=-8)),u.labelQuarter=T}else N="middle";C=this.formatString(this.labelText,u),(A=this.labelFunction)&&(C=A(u,C)),A=u.labelColor,A||(A=this.color),""!==C&&(C=t.wrappedText(a,C,A,this.fontFamily,this.fontSize,N,!1,this.maxLabelWidth),t.setCN(this,C,"pie-label"),t.setCN(this,C,u.className,!0),C.translate(v+1.5*w,S),C.node.style.pointerEvents="none",u.ty=S,u.textX=v+1.5*w,y.push(C),this.axesSet.push(y),u.labelSet=y,u.label=C),u.tx=v,u.tx2=v+w,u.tx0=o+g*n,u.ty0=h+x*n}v=l+(n-l)/2,u.pulled&&(v+=this.pullOutRadiusReal),u.balloonX=g*v+o,u.balloonY=x*v+h,u.startX=Math.round(g*c),u.startY=Math.round(x*c),u.pullX=Math.round(g*r),u.pullY=Math.round(x*r),this.graphsSet.push(b),(0===u.alpha||i>0&&!this.chartCreated)&&(b.hide(),y&&y.hide()),p+=360*u.percents/100,p>360&&(p-=360)}m>0&&this.arrangeLabels(),this.pieXReal=o,this.pieYReal=h,this.radiusReal=n,this.innerRadiusReal=l,m>0&&this.drawTicks(),this.initialStart(),this.setDepths()}(e=this.legend)&&e.invalidateSize()}else this.cleanChart();this.dispDUpd()},setDepths:function(){var t,e=this.chartData;for(t=0;t=0&&180>i?a.toFront():i>=180&&a.toBack()}},arrangeLabels:function(){var t,e,i=this.chartData,a=i.length;for(e=a-1;e>=0;e--)t=i[e],0!==t.labelQuarter||t.hidden||this.checkOverlapping(e,t,0,!0,0);for(e=0;a>e;e++)t=i[e],1!=t.labelQuarter||t.hidden||this.checkOverlapping(e,t,1,!1,0);for(e=a-1;e>=0;e--)t=i[e],2!=t.labelQuarter||t.hidden||this.checkOverlapping(e,t,2,!0,0);for(e=0;a>e;e++)t=i[e],3!=t.labelQuarter||t.hidden||this.checkOverlapping(e,t,3,!1,0)},checkOverlapping:function(t,e,i,a,s){var r,o,h=this.chartData,n=h.length,l=e.label;if(l){if(!0===a)for(o=t+1;n>o;o++)h[o].labelQuarter==i&&(r=this.checkOverlappingReal(e,h[o],i))&&(o=n);else for(o=t-1;o>=0;o--)h[o].labelQuarter==i&&(r=this.checkOverlappingReal(e,h[o],i))&&(o=0);!0===r&&100>s&&isNaN(e.labelRadius)&&(r=e.ty+3*e.iy,e.ty=r,l.translate(e.textX,r),this.checkOverlapping(t,e,i,a,s+1))}},checkOverlappingReal:function(e,i,a){var s=!1,r=e.label,o=i.label;return e.labelQuarter!=a||e.hidden||i.hidden||!o||(r=r.getBBox(),a={},a.width=r.width,a.height=r.height,a.y=e.ty,a.x=e.tx,e=o.getBBox(),o={},o.width=e.width,o.height=e.height,o.y=i.ty,o.x=i.tx,t.hitTest(a,o)&&(s=!0)),s}})}(),define("amcharts.pie",["amcharts"],function(t){return function(){var e,i;return i=function(){AmCharts.isReady=!0},e=i.apply(t,arguments),e||t.AmCharts}}(this)),function(t,e){"function"==typeof define&&define.amd?define("src/amchart/Pie",["d3","../common/HTMLWidget","amcharts.pie","../api/I2DChart","require"],e):t.amchart_Pie=e(t.d3,t.common_HTMLWidget,t.AmCharts,t.api_I2DChart,t.require)}(this,function(t,e,i,a,s){function r(){e.call(this),this._tag="div",this._chart={},this._selected=null,this._selections=[],this._dataUpdated=0,this._prevDataUpdated=-1,this._columnsUpdated=0,this._prevColumnsUpdated=-1}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" amchart_Pie",r.prototype["implements"](a.prototype),r.prototype.publish("paletteID","default","set","Palette ID",r.prototype._palette["switch"](),{tags:["Basic","Shared"]}),r.prototype.publish("fontSize",11,"number","Font Size",null,{tags:["Basic","Shared"]}),r.prototype.publish("fontFamily","Verdana","string","Font Name",null,{tags:["Basic","Shared","Shared"]}),r.prototype.publish("fontColor","#000000","html-color","Font Color",null,{tags:["Basic","Shared"]}),r.prototype.publish("Depth3D",0,"number","3D Depth (px)",null,{tags:["Basic"]}),r.prototype.publish("Angle3D",0,"number","3D Angle (Deg)",null,{tags:["Basic"]}),r.prototype.publish("marginLeft",0,"number","Margin (Left)",null,{tags:["Intermediate"]}),r.prototype.publish("marginRight",0,"number","Margin (Right)",null,{tags:["Intermediate"]}),r.prototype.publish("marginTop",0,"number","Margin (Top)",null,{tags:["Intermediate"]}),r.prototype.publish("marginBottom",0,"number","Margin (Bottom)",null,{tags:["Intermediate"]}),r.prototype.publish("reverseDataSorting",!1,"boolean","Reverse Data Sorting",null,{tags:["Intermediate"]}),r.prototype.publish("holePercent",0,"number","Hole Size (Percent)",null,{tags:["Basic"]}),r.prototype.publish("radius",null,"number","Radius",null,{tags:["Basic"]}),r.prototype.publish("pieAlpha",[],"array","Individual Alpha per Slice",null,{tags:["Private"]}),r.prototype.publish("labelPosition","outside","set","Label Position",["inside","outside"],{tags:["Intermediate"]}),r.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),r.prototype.publish("selectionMode","simple","set","Selection Mode",["simple","multi"],{tags:["Intermediate"]}),r.prototype.publish("selectionColor","#f00","html-color","Font Color",null,{tags:["Basic"]}),r.prototype.calcRadius=function(t){return Math.min(this._size.width,this._size.height)/2-2},r.prototype.updateChartOptions=function(){this._chart.type="pie",this._chart.labelsEnabled=!0,"inside"===this.labelPosition()?(this._chart.radius="50%",this._chart.labelRadius=-40,this._chart.pullOutRadius="20%"):(this._chart.radius=this.calcRadius(),this._chart.labelRadius=20,this._chart.pullOutRadius="20%"),this._chart.labelFunction=function(t){return t.title},this._chart.marginRight=this.marginRight(),this._chart.marginLeft=this.marginLeft(),this._chart.marginTop=this.marginTop(),this._chart.marginBottom=this.marginBottom(),this._chart.depth3D=this.Depth3D(),this._chart.angle=this.Angle3D(),this._chart.innerRadius=this.holePercent()+"%",this._chart.fontFamily=this.fontFamily(),this._chart.fontSize=this.fontSize(),this._chart.fontSize=this.fontSize(),this._chart.color=this.fontColor(),this._chart.titleField=this.columns()[0],this._chart.valueField=this.columns()[1];var t;return t=this.reverseDataSorting()?function(t,e){return t[1]e[1]?1:-1},this.data().sort(t),this._chart.colorField="sliceColor",(this._dataUpdated>this._prevDataUpdated||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.formatData(this.data())),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._chart.colors=this.data().map(function(t){return this._palette(t[0])},this),this._chart.pullOutOnlyOne="simple"===this.selectionMode(),this.pieAlpha().forEach(function(t,e){"undefined"==typeof this._chart.chartData[e]&&(this._chart.chartData[e]={}),this._chart.chartData[e].alpha=t},this),this._chart},r.prototype.formatData=function(t){var e=[],i=this;return t.forEach(function(t){var a={};i.columns().forEach(function(e,i){a[e]=t[i]}),e.push(a)}),e},r.prototype.enter=function(t,a){e.prototype.enter.apply(this,arguments);var r=this,o={type:"pie",addClassNames:!0,theme:"none"};"function"==typeof define&&define.amd&&(o.pathToImages=s.toUrl("amchartsImg")),this._chart=i.makeChart(t,o),this._chart.addListener("clickSlice",function(t){var e=t.chart.colorField,i=t.dataItem.dataContext;null!==i[e]&&void 0!==i[e]?(delete i[e],"simple"===r.selectionMode()&&(null!==r._selected&&delete r._selected.data[r._selected.field],r._selected=null)):(i[e]=r.selectionColor(),"simple"===r.selectionMode()&&(null!==r._selected&&delete r._selected.data[r._selected.field],r._selected={field:e,data:i,cIdx:1,dIdx:t.dataItem.index},r._selections.push(r._selected))),t.chart.validateData(),r.click(r.rowToObj(r.data()[t.dataItem.index]),r.columns()[1],null!==r._selected)})},r.prototype.update=function(t,e){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this.updateChartOptions(),this._chart.validateNow(),this._chart.validateData()},r.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},r.prototype.postUpdate=function(e,i){var a=this,s=a._element.select("svg").node().getBoundingClientRect();this.d3LabelSelection=i.selectAll(".amcharts-pie-label");var r=[],o=[],h=[],n=[];this.d3LabelSelection.each(function(e,i){var a=t.select(this).node().getBoundingClientRect(),l=a.top;ls.bottom&&n.push(s.bottom-l);var u=a.right;u>s.right&&o.push(s.right-u);var c=a.left;cl&&(p+=l),0>d&&(p+=d),0>u&&(p+=u),0>c&&(p+=c),this.calcRadius()+p-20"+t.series+" / "+t.label+": "+t.value+"":""+t.label+": "+t.value+""}},r}),function(t,e){"function"==typeof define&&define.amd?define("src/api/ITree",["../common/Palette"],e):t.api_ITree=e(t.common_Palette)}(this,function(t){function e(){}return e.prototype._palette=t.ordinal("default"),e.prototype.click=function(t){console.log("Click: "+t.label)},e}),function(t){var e=document,o="appendChild",n="styleSheet",i=e.createElement("style");i.type="text/css",e.getElementsByTagName("head")[0][o](i),i[n]?i[n].cssText=t:i[o](e.createTextNode(t))}('.d3-tip,.d3-tip:after{line-height:1;pointer-events:none!important}.d3-tip{font-weight:700;padding:12px;background:rgba(0,0,0,.66);color:#fff;border-radius:2px;z-index:10}.d3-tip.hidden{visibility:hidden}.d3-tip:after{box-sizing:border-box;display:inline;font-size:10px;width:100%;color:rgba(0,0,0,.66);position:absolute}.d3-tip.n:after{content:"\\25BC";margin:-1px 0 0;top:100%;left:0;text-align:center}.d3-tip.e:after{content:"\\25C0";margin:-4px 0 0;top:50%;left:-8px}.d3-tip.s:after{content:"\\25B2";margin:0 0 1px;top:-8px;left:0;text-align:center}.d3-tip.w:after{content:"\\25B6";margin:-4px 0 0 -1px;top:50%;left:100%}.d3-tip.notick:after{content:""!important}.common_Widget .over{stroke:rgba(0,0,0,.66);opacity:.66}'),define("hpcc-viz-api",function(){}); \ No newline at end of file diff --git a/dist-amd/hpcc-viz-c3chart.js b/dist-amd/hpcc-viz-c3chart.js new file mode 100644 index 0000000000..12833291bb --- /dev/null +++ b/dist-amd/hpcc-viz-c3chart.js @@ -0,0 +1,7 @@ +!function(t){"use strict";function e(t){this.owner=t}function i(t,e){if(Object.create)e.prototype=Object.create(t.prototype);else{var i=function(){};i.prototype=t.prototype,e.prototype=new i}return e.prototype.constructor=e,e}function n(t){var e=this.internal=new a(this);e.loadConfig(t),e.beforeInit(t),e.init(),e.afterInit(t),function i(t,e,n){Object.keys(t).forEach(function(a){e[a]=t[a].bind(n),Object.keys(t[a]).length>0&&i(t[a],e[a],n)})}(s,this,this)}function a(e){var i=this;i.d3=t.d3?t.d3:"undefined"!=typeof require?require("d3"):void 0,i.api=e,i.config=i.getDefaultConfig(),i.data={},i.cache={},i.axes={}}function r(t){e.call(this,t)}function o(t,e){function i(t,e){t.attr("transform",function(t){return"translate("+Math.ceil(e(t)+S)+", 0)"})}function n(t,e){t.attr("transform",function(t){return"translate(0,"+Math.ceil(e(t))+")"})}function a(t){var e=t[0],i=t[t.length-1];return i>e?[e,i]:[i,e]}function r(t){var e,i,n=[];if(t.ticks)return t.ticks.apply(t,g);for(i=t.domain(),e=Math.ceil(i[0]);e0&&n[0]>0&&n.unshift(n[0]-(n[1]-n[0])),n}function o(){var t,i=f.copy();return e.isCategory&&(t=f.domain(),i.domain([t[0],t[1]-1])),i}function s(t){var e=d?d(t):t;return"undefined"!=typeof e?e:""}function c(t){if(C)return C;var e={h:11.5,w:5.5};return t.select("text").text(s).each(function(t){var i=this.getBoundingClientRect(),n=s(t),a=i.height,r=n?i.width/n.length:void 0;a&&r&&(e.h=a,e.w=r)}).text(""),C=e,e}function l(i){return e.withoutTransition?i:t.transition(i)}function u(d){d.each(function(){function d(t,i){function n(t,e){r=void 0;for(var s=1;si)return n(t.concat(e.substr(0,r?r:s)),e.slice(r?r+1:s));return t.concat(e)}var a,r,o,c=s(t),l=[];return"[object Array]"===Object.prototype.toString.call(c)?c:((!i||0>=i)&&(i=Z?95:e.isCategory?Math.ceil(I(E[1])-I(E[0]))-12:110),n(l,c+""))}function g(t,e){var i=W.h;return 0===e&&(i="left"===_||"right"===_?-((U[t.index]-1)*(W.h/2)-3):".71em"),i}function v(t){var e=f(t)+(p?0:S);return k[0]0?"start":"end":"middle"}function A(t){return t?"rotate("+t+")":""}function T(t){return t?8*Math.sin(Math.PI*(t/180)):0}function P(t){return t?11.5-2.5*(t/15)*(t>0?1:-1):Q}var C,L,w,V=u.g=t.select(this),G=this.__chart__||f,I=this.__chart__=o(),E=m?m:r(I),O=V.selectAll(".tick").data(E,I),R=O.enter().insert("g",".domain").attr("class","tick").style("opacity",1e-6),F=O.exit().remove(),D=l(O).style("opacity",1),k=f.rangeExtent?f.rangeExtent():a(f.range()),X=V.selectAll(".domain").data([0]),B=(X.enter().append("path").attr("class","domain"),l(X));R.append("line"),R.append("text");var z=R.select("line"),M=D.select("line"),H=R.select("text"),N=D.select("text");e.isCategory?(S=Math.ceil((I(1)-I(0))/2),L=p?0:S,w=p?S:0):S=L=0;var Y,j,W=c(V.select(".tick")),U=[],Q=Math.max(x,0)+y,Z="left"===_||"right"===_;Y=O.select("text"),j=Y.selectAll("tspan").data(function(t,i){var n=e.tickMultiline?d(t,e.tickWidth):[].concat(s(t));return U[i]=n.length,n.map(function(t){return{index:i,splitted:t}})}),j.enter().append("tspan"),j.exit().remove(),j.text(function(t){return t.splitted});var K=e.tickTextRotate;switch(_){case"bottom":C=i,z.attr("y2",x),H.attr("y",Q),M.attr("x1",L).attr("x2",L).attr("y2",v),N.attr("x",0).attr("y",P(K)).style("text-anchor",b(K)).attr("transform",A(K)),j.attr("x",0).attr("dy",g).attr("dx",T(K)),B.attr("d","M"+k[0]+","+h+"V0H"+k[1]+"V"+h);break;case"top":C=i,z.attr("y2",-x),H.attr("y",-Q),M.attr("x2",0).attr("y2",-x),N.attr("x",0).attr("y",-Q),Y.style("text-anchor","middle"),j.attr("x",0).attr("dy","0em"),B.attr("d","M"+k[0]+","+-h+"V0H"+k[1]+"V"+-h);break;case"left":C=n,z.attr("x2",-x),H.attr("x",-Q),M.attr("x2",-x).attr("y1",w).attr("y2",w),N.attr("x",-Q).attr("y",S),Y.style("text-anchor","end"),j.attr("x",-Q).attr("dy",g),B.attr("d","M"+-h+","+k[0]+"H0V"+k[1]+"H"+-h);break;case"right":C=n,z.attr("x2",x),H.attr("x",Q),M.attr("x2",x).attr("y2",0),N.attr("x",Q).attr("y",0),Y.style("text-anchor","start"),j.attr("x",Q).attr("dy",g),B.attr("d","M"+h+","+k[0]+"H0V"+k[1]+"H"+h)}if(I.rangeBand){var q=I,J=q.rangeBand()/2;G=I=function(t){return q(t)+J}}else G.rangeBand?G=I:F.call(C,I);R.call(C,G),D.call(C,I)})}var h,d,g,p,f=t.scale.linear(),_="bottom",x=6,y=3,m=null,S=0,v=!0;return e=e||{},h=e.withOuterTick?6:0,u.scale=function(t){return arguments.length?(f=t,u):f},u.orient=function(t){return arguments.length?(_=t in{top:1,right:1,bottom:1,left:1}?t+"":"bottom",u):_},u.tickFormat=function(t){return arguments.length?(d=t,u):d},u.tickCentered=function(t){return arguments.length?(p=t,u):p},u.tickOffset=function(){return S},u.tickInterval=function(){var t,i;return e.isCategory?t=2*S:(i=u.g.select("path.domain").node().getTotalLength()-2*h,t=i/u.g.selectAll("line").size()),t===1/0?0:t},u.ticks=function(){return arguments.length?(g=arguments,u):g},u.tickCulling=function(t){return arguments.length?(v=t,u):v},u.tickValues=function(t){if("function"==typeof t)m=function(){return t(f.domain())};else{if(!arguments.length)return m;m=t}return u},u}var s,c,l,u={version:"0.4.11"};u.generate=function(t){return new n(t)},u.chart={fn:n.prototype,internal:{fn:a.prototype,axis:{fn:r.prototype}}},s=u.chart.fn,c=u.chart.internal.fn,l=u.chart.internal.axis.fn,c.beforeInit=function(){},c.afterInit=function(){},c.init=function(){var t=this,e=t.config;if(t.initParams(),e.data_url)t.convertUrlToData(e.data_url,e.data_mimeType,e.data_headers,e.data_keys,t.initWithData);else if(e.data_json)t.initWithData(t.convertJsonToData(e.data_json,e.data_keys));else if(e.data_rows)t.initWithData(t.convertRowsToData(e.data_rows));else{if(!e.data_columns)throw Error("url or json or rows or columns is required.");t.initWithData(t.convertColumnsToData(e.data_columns))}},c.initParams=function(){var t=this,e=t.d3,i=t.config;t.clipId="c3-"+ +new Date+"-clip",t.clipIdForXAxis=t.clipId+"-xaxis",t.clipIdForYAxis=t.clipId+"-yaxis",t.clipIdForGrid=t.clipId+"-grid",t.clipIdForSubchart=t.clipId+"-subchart",t.clipPath=t.getClipPath(t.clipId),t.clipPathForXAxis=t.getClipPath(t.clipIdForXAxis),t.clipPathForYAxis=t.getClipPath(t.clipIdForYAxis),t.clipPathForGrid=t.getClipPath(t.clipIdForGrid),t.clipPathForSubchart=t.getClipPath(t.clipIdForSubchart),t.dragStart=null,t.dragging=!1,t.flowing=!1,t.cancelClick=!1,t.mouseover=!1,t.transiting=!1,t.color=t.generateColor(),t.levelColor=t.generateLevelColor(),t.dataTimeFormat=i.data_xLocaltime?e.time.format:e.time.format.utc,t.axisTimeFormat=i.axis_x_localtime?e.time.format:e.time.format.utc,t.defaultAxisTimeFormat=t.axisTimeFormat.multi([[".%L",function(t){return t.getMilliseconds()}],[":%S",function(t){return t.getSeconds()}],["%I:%M",function(t){return t.getMinutes()}],["%I %p",function(t){return t.getHours()}],["%-m/%-d",function(t){return t.getDay()&&1!==t.getDate()}],["%-m/%-d",function(t){return 1!==t.getDate()}],["%-m/%-d",function(t){return t.getMonth()}],["%Y/%-m/%-d",function(){return!0}]]),t.hiddenTargetIds=[],t.hiddenLegendIds=[],t.focusedTargetIds=[],t.defocusedTargetIds=[],t.xOrient=i.axis_rotated?"left":"bottom",t.yOrient=i.axis_rotated?i.axis_y_inner?"top":"bottom":i.axis_y_inner?"right":"left",t.y2Orient=i.axis_rotated?i.axis_y2_inner?"bottom":"top":i.axis_y2_inner?"left":"right",t.subXOrient=i.axis_rotated?"left":"bottom",t.isLegendRight="right"===i.legend_position,t.isLegendInset="inset"===i.legend_position,t.isLegendTop="top-left"===i.legend_inset_anchor||"top-right"===i.legend_inset_anchor,t.isLegendLeft="top-left"===i.legend_inset_anchor||"bottom-left"===i.legend_inset_anchor,t.legendStep=0,t.legendItemWidth=0,t.legendItemHeight=0,t.currentMaxTickWidths={x:0,y:0,y2:0},t.rotated_padding_left=30,t.rotated_padding_right=i.axis_rotated&&!i.axis_x_show?0:30,t.rotated_padding_top=5,t.withoutFadeIn={},t.intervalForObserveInserted=void 0,t.axes.subx=e.selectAll([])},c.initChartElements=function(){this.initBar&&this.initBar(),this.initLine&&this.initLine(),this.initArc&&this.initArc(),this.initGauge&&this.initGauge(),this.initText&&this.initText()},c.initWithData=function(t){var e,i,n=this,a=n.d3,o=n.config,s=!0;n.axis=new r(n),n.initPie&&n.initPie(),n.initBrush&&n.initBrush(),n.initZoom&&n.initZoom(),o.bindto?"function"==typeof o.bindto.node?n.selectChart=o.bindto:n.selectChart=a.select(o.bindto):n.selectChart=a.selectAll([]),n.selectChart.empty()&&(n.selectChart=a.select(document.createElement("div")).style("opacity",0),n.observeInserted(n.selectChart),s=!1),n.selectChart.html("").classed("c3",!0),n.data.xs={},n.data.targets=n.convertDataToTargets(t),o.data_filter&&(n.data.targets=n.data.targets.filter(o.data_filter)),o.data_hide&&n.addHiddenTargetIds(o.data_hide===!0?n.mapToIds(n.data.targets):o.data_hide),o.legend_hide&&n.addHiddenLegendIds(o.legend_hide===!0?n.mapToIds(n.data.targets):o.legend_hide),n.hasType("gauge")&&(o.legend_show=!1),n.updateSizes(),n.updateScales(),n.x.domain(a.extent(n.getXDomain(n.data.targets))),n.y.domain(n.getYDomain(n.data.targets,"y")),n.y2.domain(n.getYDomain(n.data.targets,"y2")),n.subX.domain(n.x.domain()),n.subY.domain(n.y.domain()),n.subY2.domain(n.y2.domain()),n.orgXDomain=n.x.domain(),n.brush&&n.brush.scale(n.subX),o.zoom_enabled&&n.zoom.scale(n.x),n.svg=n.selectChart.append("svg").style("overflow","hidden").on("mouseenter",function(){return o.onmouseover.call(n)}).on("mouseleave",function(){return o.onmouseout.call(n)}),n.config.svg_classname&&n.svg.attr("class",n.config.svg_classname),e=n.svg.append("defs"),n.clipChart=n.appendClip(e,n.clipId),n.clipXAxis=n.appendClip(e,n.clipIdForXAxis),n.clipYAxis=n.appendClip(e,n.clipIdForYAxis),n.clipGrid=n.appendClip(e,n.clipIdForGrid),n.clipSubchart=n.appendClip(e,n.clipIdForSubchart),n.updateSvgSize(),i=n.main=n.svg.append("g").attr("transform",n.getTranslate("main")),n.initSubchart&&n.initSubchart(),n.initTooltip&&n.initTooltip(),n.initLegend&&n.initLegend(),n.initTitle&&n.initTitle(),i.append("text").attr("class",h.text+" "+h.empty).attr("text-anchor","middle").attr("dominant-baseline","middle"),n.initRegion(),n.initGrid(),i.append("g").attr("clip-path",n.clipPath).attr("class",h.chart),o.grid_lines_front&&n.initGridLines(),n.initEventRect(),n.initChartElements(),i.insert("rect",o.zoom_privileged?null:"g."+h.regions).attr("class",h.zoomRect).attr("width",n.width).attr("height",n.height).style("opacity",0).on("dblclick.zoom",null),o.axis_x_extent&&n.brush.extent(n.getDefaultExtent()),n.axis.init(),n.updateTargets(n.data.targets),s&&(n.updateDimension(),n.config.oninit.call(n),n.redraw({withTransition:!1,withTransform:!0,withUpdateXDomain:!0,withUpdateOrgXDomain:!0,withTransitionForAxis:!1})),n.bindResize(),n.api.element=n.selectChart.node()},c.smoothLines=function(t,e){var i=this;"grid"===e&&t.each(function(){var t=i.d3.select(this),e=t.attr("x1"),n=t.attr("x2"),a=t.attr("y1"),r=t.attr("y2");t.attr({x1:Math.ceil(e),x2:Math.ceil(n),y1:Math.ceil(a),y2:Math.ceil(r)})})},c.updateSizes=function(){var t=this,e=t.config,i=t.legend?t.getLegendHeight():0,n=t.legend?t.getLegendWidth():0,a=t.isLegendRight||t.isLegendInset?0:i,r=t.hasArcType(),o=e.axis_rotated||r?0:t.getHorizontalAxisHeight("x"),s=e.subchart_show&&!r?e.subchart_size_height+o:0;t.currentWidth=t.getCurrentWidth(),t.currentHeight=t.getCurrentHeight(),t.margin=e.axis_rotated?{top:t.getHorizontalAxisHeight("y2")+t.getCurrentPaddingTop(),right:r?0:t.getCurrentPaddingRight(),bottom:t.getHorizontalAxisHeight("y")+a+t.getCurrentPaddingBottom(),left:s+(r?0:t.getCurrentPaddingLeft())}:{top:4+t.getCurrentPaddingTop(),right:r?0:t.getCurrentPaddingRight(),bottom:o+s+a+t.getCurrentPaddingBottom(),left:r?0:t.getCurrentPaddingLeft()},t.margin2=e.axis_rotated?{top:t.margin.top,right:NaN,bottom:20+a,left:t.rotated_padding_left}:{top:t.currentHeight-s-a,right:NaN,bottom:o+a,left:t.margin.left},t.margin3={top:0,right:NaN,bottom:0,left:0},t.updateSizeForLegend&&t.updateSizeForLegend(i,n),t.width=t.currentWidth-t.margin.left-t.margin.right,t.height=t.currentHeight-t.margin.top-t.margin.bottom,t.width<0&&(t.width=0),t.height<0&&(t.height=0),t.width2=e.axis_rotated?t.margin.left-t.rotated_padding_left-t.rotated_padding_right:t.width,t.height2=e.axis_rotated?t.height:t.currentHeight-t.margin2.top-t.margin2.bottom,t.width2<0&&(t.width2=0),t.height2<0&&(t.height2=0),t.arcWidth=t.width-(t.isLegendRight?n+10:0),t.arcHeight=t.height-(t.isLegendRight?0:10),t.hasType("gauge")&&!e.gauge_fullCircle&&(t.arcHeight+=t.height-t.getGaugeLabelHeight()),t.updateRadius&&t.updateRadius(),t.isLegendRight&&r&&(t.margin3.left=t.arcWidth/2+1.1*t.radiusExpanded)},c.updateTargets=function(t){var e=this;e.updateTargetsForText(t),e.updateTargetsForBar(t),e.updateTargetsForLine(t),e.hasArcType()&&e.updateTargetsForArc&&e.updateTargetsForArc(t),e.updateTargetsForSubchart&&e.updateTargetsForSubchart(t),e.showTargets()},c.showTargets=function(){var t=this;t.svg.selectAll("."+h.target).filter(function(e){return t.isTargetToShow(e.id)}).transition().duration(t.config.transition_duration).style("opacity",1)},c.redraw=function(t,e){var i,n,a,r,o,s,c,l,u,d,g,p,f,_,x,y,m,S,v,A,T,P,C,L,w,V,G,I,E,O=this,R=O.main,F=O.d3,D=O.config,k=O.getShapeIndices(O.isAreaType),X=O.getShapeIndices(O.isBarType),B=O.getShapeIndices(O.isLineType),z=O.hasArcType(),M=O.filterTargetsToShow(O.data.targets),H=O.xv.bind(O);if(t=t||{},i=b(t,"withY",!0),n=b(t,"withSubchart",!0),a=b(t,"withTransition",!0),s=b(t,"withTransform",!1),c=b(t,"withUpdateXDomain",!1),l=b(t,"withUpdateOrgXDomain",!1),u=b(t,"withTrimXDomain",!0),f=b(t,"withUpdateXAxis",c),d=b(t,"withLegend",!1),g=b(t,"withEventRect",!0),p=b(t,"withDimension",!0),r=b(t,"withTransitionForExit",a),o=b(t,"withTransitionForAxis",a),v=a?D.transition_duration:0,A=r?v:0,T=o?v:0,e=e||O.axis.generateTransitions(T),d&&D.legend_show?O.updateLegend(O.mapToIds(O.data.targets),t,e):p&&O.updateDimension(!0),O.isCategorized()&&0===M.length&&O.x.domain([0,O.axes.x.selectAll(".tick").size()]),M.length?(O.updateXDomain(M,c,l,u),D.axis_x_tick_values||(L=O.axis.updateXAxisTickValues(M))):(O.xAxis.tickValues([]),O.subXAxis.tickValues([])),D.zoom_rescale&&!t.flow&&(G=O.x.orgDomain()),O.y.domain(O.getYDomain(M,"y",G)),O.y2.domain(O.getYDomain(M,"y2",G)),!D.axis_y_tick_values&&D.axis_y_tick_count&&O.yAxis.tickValues(O.axis.generateTickValues(O.y.domain(),D.axis_y_tick_count)),!D.axis_y2_tick_values&&D.axis_y2_tick_count&&O.y2Axis.tickValues(O.axis.generateTickValues(O.y2.domain(),D.axis_y2_tick_count)),O.axis.redraw(e,z),O.axis.updateLabels(a),(c||f)&&M.length)if(D.axis_x_tick_culling&&L){for(w=1;w=0&&F.select(this).style("display",e%V?"none":"block")})}else O.svg.selectAll("."+h.axisX+" .tick text").style("display","block");_=O.generateDrawArea?O.generateDrawArea(k,!1):void 0,x=O.generateDrawBar?O.generateDrawBar(X):void 0,y=O.generateDrawLine?O.generateDrawLine(B,!1):void 0,m=O.generateXYForText(k,X,B,!0),S=O.generateXYForText(k,X,B,!1),i&&(O.subY.domain(O.getYDomain(M,"y")),O.subY2.domain(O.getYDomain(M,"y2"))),O.updateXgridFocus(),R.select("text."+h.text+"."+h.empty).attr("x",O.width/2).attr("y",O.height/2).text(D.data_empty_label_text).transition().style("opacity",M.length?0:1),O.updateGrid(v),O.updateRegion(v),O.updateBar(A),O.updateLine(A),O.updateArea(A),O.updateCircle(),O.hasDataLabel()&&O.updateText(A),O.redrawTitle&&O.redrawTitle(),O.redrawArc&&O.redrawArc(v,A,s),O.redrawSubchart&&O.redrawSubchart(n,e,v,A,k,X,B),R.selectAll("."+h.selectedCircles).filter(O.isBarType.bind(O)).selectAll("circle").remove(),D.interaction_enabled&&!t.flow&&g&&(O.redrawEventRect(),O.updateZoom&&O.updateZoom()),O.updateCircleY(),I=(O.config.axis_rotated?O.circleY:O.circleX).bind(O),E=(O.config.axis_rotated?O.circleX:O.circleY).bind(O),t.flow&&(C=O.generateFlow({targets:M,flow:t.flow,duration:t.flow.duration,drawBar:x,drawLine:y,drawArea:_,cx:I,cy:E,xv:H,xForText:m,yForText:S})),(v||C)&&O.isTabVisible()?F.transition().duration(v).each(function(){var e=[];[O.redrawBar(x,!0),O.redrawLine(y,!0),O.redrawArea(_,!0),O.redrawCircle(I,E,!0),O.redrawText(m,S,t.flow,!0),O.redrawRegion(!0),O.redrawGrid(!0)].forEach(function(t){t.forEach(function(t){e.push(t)})}),P=O.generateWait(),e.forEach(function(t){P.add(t)})}).call(P,function(){C&&C(),D.onrendered&&D.onrendered.call(O)}):(O.redrawBar(x),O.redrawLine(y),O.redrawArea(_),O.redrawCircle(I,E),O.redrawText(m,S,t.flow),O.redrawRegion(),O.redrawGrid(),D.onrendered&&D.onrendered.call(O)),O.mapToIds(O.data.targets).forEach(function(t){O.withoutFadeIn[t]=!0})},c.updateAndRedraw=function(t){var e,i=this,n=i.config;t=t||{},t.withTransition=b(t,"withTransition",!0),t.withTransform=b(t,"withTransform",!1),t.withLegend=b(t,"withLegend",!1),t.withUpdateXDomain=!0,t.withUpdateOrgXDomain=!0,t.withTransitionForExit=!1,t.withTransitionForTransform=b(t,"withTransitionForTransform",t.withTransition),i.updateSizes(),t.withLegend&&n.legend_show||(e=i.axis.generateTransitions(t.withTransitionForAxis?n.transition_duration:0),i.updateScales(),i.updateSvgSize(),i.transformAll(t.withTransitionForTransform,e)),i.redraw(t,e)},c.redrawWithoutRescale=function(){this.redraw({withY:!1,withSubchart:!1,withEventRect:!1,withTransitionForAxis:!1})},c.isTimeSeries=function(){return"timeseries"===this.config.axis_x_type},c.isCategorized=function(){return this.config.axis_x_type.indexOf("categor")>=0},c.isCustomX=function(){var t=this,e=t.config;return!t.isTimeSeries()&&(e.data_x||v(e.data_xs))},c.isTimeSeriesY=function(){return"timeseries"===this.config.axis_y_type},c.getTranslate=function(t){var e,i,n=this,a=n.config;return"main"===t?(e=y(n.margin.left),i=y(n.margin.top)):"context"===t?(e=y(n.margin2.left),i=y(n.margin2.top)):"legend"===t?(e=n.margin3.left,i=n.margin3.top):"x"===t?(e=0,i=a.axis_rotated?0:n.height):"y"===t?(e=0,i=a.axis_rotated?n.height:0):"y2"===t?(e=a.axis_rotated?0:n.width,i=a.axis_rotated?1:0):"subx"===t?(e=0,i=a.axis_rotated?0:n.height2):"arc"===t&&(e=n.arcWidth/2,i=n.arcHeight/2),"translate("+e+","+i+")"},c.initialOpacity=function(t){return null!==t.value&&this.withoutFadeIn[t.id]?1:0},c.initialOpacityForCircle=function(t){return null!==t.value&&this.withoutFadeIn[t.id]?this.opacityForCircle(t):0},c.opacityForCircle=function(t){var e=this.config.point_show?1:0;return d(t.value)?this.isScatterType(t)?.5:e:0},c.opacityForText=function(){return this.hasDataLabel()?1:0},c.xx=function(t){return t?this.x(t.x):null},c.xv=function(t){var e=this,i=t.value;return e.isTimeSeries()?i=e.parseDate(t.value):e.isCategorized()&&"string"==typeof t.value&&(i=e.config.axis_x_categories.indexOf(t.value)),Math.ceil(e.x(i))},c.yv=function(t){var e=this,i=t.axis&&"y2"===t.axis?e.y2:e.y;return Math.ceil(i(t.value))},c.subxx=function(t){return t?this.subX(t.x):null},c.transformMain=function(t,e){var i,n,a,r=this;e&&e.axisX?i=e.axisX:(i=r.main.select("."+h.axisX),t&&(i=i.transition())),e&&e.axisY?n=e.axisY:(n=r.main.select("."+h.axisY),t&&(n=n.transition())),e&&e.axisY2?a=e.axisY2:(a=r.main.select("."+h.axisY2),t&&(a=a.transition())),(t?r.main.transition():r.main).attr("transform",r.getTranslate("main")),i.attr("transform",r.getTranslate("x")),n.attr("transform",r.getTranslate("y")),a.attr("transform",r.getTranslate("y2")),r.main.select("."+h.chartArcs).attr("transform",r.getTranslate("arc"))},c.transformAll=function(t,e){var i=this;i.transformMain(t,e),i.config.subchart_show&&i.transformContext(t,e),i.legend&&i.transformLegend(t)},c.updateSvgSize=function(){var t=this,e=t.svg.select(".c3-brush .background");t.svg.attr("width",t.currentWidth).attr("height",t.currentHeight),t.svg.selectAll(["#"+t.clipId,"#"+t.clipIdForGrid]).select("rect").attr("width",t.width).attr("height",t.height),t.svg.select("#"+t.clipIdForXAxis).select("rect").attr("x",t.getXAxisClipX.bind(t)).attr("y",t.getXAxisClipY.bind(t)).attr("width",t.getXAxisClipWidth.bind(t)).attr("height",t.getXAxisClipHeight.bind(t)),t.svg.select("#"+t.clipIdForYAxis).select("rect").attr("x",t.getYAxisClipX.bind(t)).attr("y",t.getYAxisClipY.bind(t)).attr("width",t.getYAxisClipWidth.bind(t)).attr("height",t.getYAxisClipHeight.bind(t)),t.svg.select("#"+t.clipIdForSubchart).select("rect").attr("width",t.width).attr("height",e.size()?e.attr("height"):0),t.svg.select("."+h.zoomRect).attr("width",t.width).attr("height",t.height),t.selectChart.style("max-height",t.currentHeight+"px")},c.updateDimension=function(t){var e=this;t||(e.config.axis_rotated?(e.axes.x.call(e.xAxis),e.axes.subx.call(e.subXAxis)):(e.axes.y.call(e.yAxis),e.axes.y2.call(e.y2Axis))),e.updateSizes(),e.updateScales(),e.updateSvgSize(),e.transformAll(!1)},c.observeInserted=function(e){var i,n=this;return"undefined"==typeof MutationObserver?void t.console.error("MutationObserver not defined."):(i=new MutationObserver(function(a){a.forEach(function(a){"childList"===a.type&&a.previousSibling&&(i.disconnect(),n.intervalForObserveInserted=t.setInterval(function(){e.node().parentNode&&(t.clearInterval(n.intervalForObserveInserted),n.updateDimension(),n.brush&&n.brush.update(),n.config.oninit.call(n),n.redraw({withTransform:!0,withUpdateXDomain:!0,withUpdateOrgXDomain:!0,withTransition:!1,withTransitionForTransform:!1,withLegend:!0}),e.transition().style("opacity",1))},10))})}),void i.observe(e.node(),{attributes:!0,childList:!0,characterData:!0}))},c.bindResize=function(){var e=this,i=e.config;if(e.resizeFunction=e.generateResize(),e.resizeFunction.add(function(){i.onresize.call(e)}),i.resize_auto&&e.resizeFunction.add(function(){void 0!==e.resizeTimeout&&t.clearTimeout(e.resizeTimeout),e.resizeTimeout=t.setTimeout(function(){delete e.resizeTimeout,e.api.flush()},100)}),e.resizeFunction.add(function(){i.onresized.call(e)}),t.attachEvent)t.attachEvent("onresize",e.resizeFunction);else if(t.addEventListener)t.addEventListener("resize",e.resizeFunction,!1);else{var n=t.onresize;n?n.add&&n.remove||(n=e.generateResize(),n.add(t.onresize)):n=e.generateResize(),n.add(e.resizeFunction),t.onresize=n}},c.generateResize=function(){function t(){e.forEach(function(t){t()})}var e=[];return t.add=function(t){e.push(t)},t.remove=function(t){for(var i=0;i0)for(o=s.hasNegativeValueInTargets(t),e=0;e=0}),0!==a.length)for(n=a[0],o&&u[n]&&u[n].forEach(function(t,e){u[n][e]=0>t?t:0}),i=1;i0||(u[n][e]+=+t)});return s.d3.min(Object.keys(u).map(function(t){return s.d3.min(u[t])}))},c.getYDomainMax=function(t){var e,i,n,a,r,o,s=this,c=s.config,l=s.mapToIds(t),u=s.getValuesAsIdKeyed(t);if(c.data_groups.length>0)for(o=s.hasPositiveValueInTargets(t),e=0;e=0}),0!==a.length)for(n=a[0],o&&u[n]&&u[n].forEach(function(t,e){u[n][e]=t>0?t:0}),i=1;i+t||(u[n][e]+=+t)});return s.d3.max(Object.keys(u).map(function(t){return s.d3.max(u[t])}))},c.getYDomain=function(t,e,i){var n,a,r,o,s,c,l,u,h,g,p,f=this,_=f.config,x=t.filter(function(t){return f.axis.getId(t.id)===e}),y=i?f.filterByXDomain(x,i):x,S="y2"===e?_.axis_y2_min:_.axis_y_min,b="y2"===e?_.axis_y2_max:_.axis_y_max,A=f.getYDomainMin(y),T=f.getYDomainMax(y),P="y2"===e?_.axis_y2_center:_.axis_y_center,C=f.hasType("bar",y)&&_.bar_zerobased||f.hasType("area",y)&&_.area_zerobased,L="y2"===e?_.axis_y2_inverted:_.axis_y_inverted,w=f.hasDataLabel()&&_.axis_rotated,V=f.hasDataLabel()&&!_.axis_rotated;return A=d(S)?S:d(b)?b>A?A:b-10:A,T=d(b)?b:d(S)?T>S?T:S+10:T,0===y.length?"y2"===e?f.y2.domain():f.y.domain():(isNaN(A)&&(A=0),isNaN(T)&&(T=A),A===T&&(0>A?T=0:A=0),g=A>=0&&T>=0,p=0>=A&&0>=T,(d(S)&&g||d(b)&&p)&&(C=!1),C&&(g&&(A=0),p&&(T=0)),a=Math.abs(T-A),r=o=s=.1*a,"undefined"!=typeof P&&(c=Math.max(Math.abs(A),Math.abs(T)),T=P+c,A=P-c),w?(l=f.getDataLabelLength(A,T,"width"),u=m(f.y.range()), +h=[l[0]/u,l[1]/u],o+=a*(h[1]/(1-h[0]-h[1])),s+=a*(h[0]/(1-h[0]-h[1]))):V&&(l=f.getDataLabelLength(A,T,"height"),o+=f.axis.convertPixelsToAxisPadding(l[1],a),s+=f.axis.convertPixelsToAxisPadding(l[0],a)),"y"===e&&v(_.axis_y_padding)&&(o=f.axis.getPadding(_.axis_y_padding,"top",o,a),s=f.axis.getPadding(_.axis_y_padding,"bottom",s,a)),"y2"===e&&v(_.axis_y2_padding)&&(o=f.axis.getPadding(_.axis_y2_padding,"top",o,a),s=f.axis.getPadding(_.axis_y2_padding,"bottom",s,a)),C&&(g&&(s=A),p&&(o=-T)),n=[A-s,T+o],L?n.reverse():n)},c.getXDomainMin=function(t){var e=this,i=e.config;return _(i.axis_x_min)?e.isTimeSeries()?this.parseDate(i.axis_x_min):i.axis_x_min:e.d3.min(t,function(t){return e.d3.min(t.values,function(t){return t.x})})},c.getXDomainMax=function(t){var e=this,i=e.config;return _(i.axis_x_max)?e.isTimeSeries()?this.parseDate(i.axis_x_max):i.axis_x_max:e.d3.max(t,function(t){return e.d3.max(t.values,function(t){return t.x})})},c.getXDomainPadding=function(t){var e,i,n,a,r=this,o=r.config,s=t[1]-t[0];return r.isCategorized()?i=0:r.hasType("bar")?(e=r.getMaxDataCount(),i=e>1?s/(e-1)/2:.5):i=.01*s,"object"==typeof o.axis_x_padding&&v(o.axis_x_padding)?(n=d(o.axis_x_padding.left)?o.axis_x_padding.left:i,a=d(o.axis_x_padding.right)?o.axis_x_padding.right:i):n=a="number"==typeof o.axis_x_padding?o.axis_x_padding:i,{left:n,right:a}},c.getXDomain=function(t){var e=this,i=[e.getXDomainMin(t),e.getXDomainMax(t)],n=i[0],a=i[1],r=e.getXDomainPadding(i),o=0,s=0;return n-a!==0||e.isCategorized()||(e.isTimeSeries()?(n=new Date(.5*n.getTime()),a=new Date(1.5*a.getTime())):(n=0===n?1:.5*n,a=0===a?-1:1.5*a)),(n||0===n)&&(o=e.isTimeSeries()?new Date(n.getTime()-r.left):n-r.left),(a||0===a)&&(s=e.isTimeSeries()?new Date(a.getTime()+r.right):a+r.right),[o,s]},c.updateXDomain=function(t,e,i,n,a){var r=this,o=r.config;return i&&(r.x.domain(a?a:r.d3.extent(r.getXDomain(t))),r.orgXDomain=r.x.domain(),o.zoom_enabled&&r.zoom.scale(r.x).updateScaleExtent(),r.subX.domain(r.x.domain()),r.brush&&r.brush.scale(r.subX)),e&&(r.x.domain(a?a:!r.brush||r.brush.empty()?r.orgXDomain:r.brush.extent()),o.zoom_enabled&&r.zoom.scale(r.x).updateScaleExtent()),n&&r.x.domain(r.trimXDomain(r.x.orgDomain())),r.x.domain()},c.trimXDomain=function(t){var e=this.getZoomDomain(),i=e[0],n=e[1];return t[0]<=i&&(t[1]=+t[1]+(i-t[0]),t[0]=i),n<=t[1]&&(t[0]=+t[0]-(t[1]-n),t[1]=n),t},c.isX=function(t){var e=this,i=e.config;return i.data_x&&t===i.data_x||v(i.data_xs)&&A(i.data_xs,t)},c.isNotX=function(t){return!this.isX(t)},c.getXKey=function(t){var e=this,i=e.config;return i.data_x?i.data_x:v(i.data_xs)?i.data_xs[t]:null},c.getXValuesOfXKey=function(t,e){var i,n=this,a=e&&v(e)?n.mapToIds(e):[];return a.forEach(function(e){n.getXKey(e)===t&&(i=n.data.xs[e])}),i},c.getIndexByX=function(t){var e=this,i=e.filterByX(e.data.targets,t);return i.length?i[0].index:null},c.getXValue=function(t,e){var i=this;return t in i.data.xs&&i.data.xs[t]&&d(i.data.xs[t][e])?i.data.xs[t][e]:e},c.getOtherTargetXs=function(){var t=this,e=Object.keys(t.data.xs);return e.length?t.data.xs[e[0]]:null},c.getOtherTargetX=function(t){var e=this.getOtherTargetXs();return e&&t1},c.isMultipleX=function(){return v(this.config.data_xs)||!this.config.data_xSort||this.hasType("scatter")},c.addName=function(t){var e,i=this;return t&&(e=i.config.data_names[t.id],t.name=void 0!==e?e:t.id),t},c.getValueOnIndex=function(t,e){var i=t.filter(function(t){return t.index===e});return i.length?i[0]:null},c.updateTargetX=function(t,e){var i=this;t.forEach(function(t){t.values.forEach(function(n,a){n.x=i.generateTargetX(e[a],t.id,a)}),i.data.xs[t.id]=e})},c.updateTargetXs=function(t,e){var i=this;t.forEach(function(t){e[t.id]&&i.updateTargetX([t],e[t.id])})},c.generateTargetX=function(t,e,i){var n,a=this;return n=a.isTimeSeries()?t?a.parseDate(t):a.parseDate(a.getXValue(e,i)):a.isCustomX()&&!a.isCategorized()?d(t)?+t:a.getXValue(e,i):i},c.cloneTarget=function(t){return{id:t.id,id_org:t.id_org,values:t.values.map(function(t){return{x:t.x,value:t.value,id:t.id}})}},c.updateXs=function(){var t=this;t.data.targets.length&&(t.xs=[],t.data.targets[0].values.forEach(function(e){t.xs[e.index]=e.x}))},c.getPrevX=function(t){var e=this.xs[t-1];return"undefined"!=typeof e?e:null},c.getNextX=function(t){var e=this.xs[t+1];return"undefined"!=typeof e?e:null},c.getMaxDataCount=function(){var t=this;return t.d3.max(t.data.targets,function(t){return t.values.length})},c.getMaxDataCountTarget=function(t){var e,i=t.length,n=0;return i>1?t.forEach(function(t){t.values.length>n&&(e=t,n=t.values.length)}):e=i?t[0]:null,e},c.getEdgeX=function(t){var e=this;return t.length?[e.d3.min(t,function(t){return t.values[0].x}),e.d3.max(t,function(t){return t.values[t.values.length-1].x})]:[0,0]},c.mapToIds=function(t){return t.map(function(t){return t.id})},c.mapToTargetIds=function(t){var e=this;return t?[].concat(t):e.mapToIds(e.data.targets)},c.hasTarget=function(t,e){var i,n=this.mapToIds(t);for(i=0;it?-1:t>e?1:t>=e?0:NaN})},c.addHiddenTargetIds=function(t){this.hiddenTargetIds=this.hiddenTargetIds.concat(t)},c.removeHiddenTargetIds=function(t){this.hiddenTargetIds=this.hiddenTargetIds.filter(function(e){return t.indexOf(e)<0})},c.addHiddenLegendIds=function(t){this.hiddenLegendIds=this.hiddenLegendIds.concat(t)},c.removeHiddenLegendIds=function(t){this.hiddenLegendIds=this.hiddenLegendIds.filter(function(e){return t.indexOf(e)<0})},c.getValuesAsIdKeyed=function(t){var e={};return t.forEach(function(t){e[t.id]=[],t.values.forEach(function(i){e[t.id].push(i.value)})}),e},c.checkValueInTargets=function(t,e){var i,n,a,r=Object.keys(t);for(i=0;it})},c.hasPositiveValueInTargets=function(t){return this.checkValueInTargets(t,function(t){return t>0})},c.isOrderDesc=function(){var t=this.config;return"string"==typeof t.data_order&&"desc"===t.data_order.toLowerCase()},c.isOrderAsc=function(){var t=this.config;return"string"==typeof t.data_order&&"asc"===t.data_order.toLowerCase()},c.orderTargets=function(t){var e=this,i=e.config,n=e.isOrderAsc(),a=e.isOrderDesc();return n||a?t.sort(function(t,e){var i=function(t,e){return t+Math.abs(e.value)},a=t.values.reduce(i,0),r=e.values.reduce(i,0);return n?r-a:a-r}):g(i.data_order)&&t.sort(i.data_order),t},c.filterByX=function(t,e){return this.d3.merge(t.map(function(t){return t.values})).filter(function(t){return t.x-e===0})},c.filterRemoveNull=function(t){return t.filter(function(t){return d(t.value)})},c.filterByXDomain=function(t,e){return t.map(function(t){return{id:t.id,id_org:t.id_org,values:t.values.filter(function(t){return e[0]<=t.x&&t.x<=e[1]})}})},c.hasDataLabel=function(){var t=this.config;return"boolean"==typeof t.data_labels&&t.data_labels?!0:"object"==typeof t.data_labels&&v(t.data_labels)?!0:!1},c.getDataLabelLength=function(t,e,i){var n=this,a=[0,0],r=1.3;return n.selectChart.select("svg").selectAll(".dummy").data([t,e]).enter().append("text").text(function(t){return n.dataLabelFormat(t.id)(t)}).each(function(t,e){a[e]=this.getBoundingClientRect()[i]*r}).remove(),a},c.isNoneArc=function(t){return this.hasTarget(this.data.targets,t.id)},c.isArc=function(t){return"data"in t&&this.hasTarget(this.data.targets,t.data.id)},c.findSameXOfValues=function(t,e){var i,n=t[e].x,a=[];for(i=e-1;i>=0&&n===t[i].x;i--)a.push(t[i]);for(i=e;ir&&(a=r,i=t)}),i},c.dist=function(t,e){var i=this,n=i.config,a=n.axis_rotated?1:0,r=n.axis_rotated?0:1,o=i.circleY(t,t.index),s=i.x(t.x);return Math.sqrt(Math.pow(s-e[a],2)+Math.pow(o-e[r],2))},c.convertValuesToStep=function(t){var e,i=[].concat(t);if(!this.isCategorized())return t;for(e=t.length+1;e>0;e--)i[e]=i[e-1];return i[0]={x:i[0].x-1,value:i[0].value,id:i[0].id},i[t.length+1]={x:i[t.length].x+1,value:i[t.length].value,id:i[t.length].id},i},c.updateDataAttributes=function(t,e){var i=this,n=i.config,a=n["data_"+t];return"undefined"==typeof e?a:(Object.keys(e).forEach(function(t){a[t]=e[t]}),i.redraw({withLegend:!0}),a)},c.convertUrlToData=function(t,e,i,n,a){var r=this,o=e?e:"csv",s=r.d3.xhr(t);i&&Object.keys(i).forEach(function(t){s.header(t,i[t])}),s.get(function(t,e){var i;if(!e)throw new Error(t.responseURL+" "+t.status+" ("+t.statusText+")");i="json"===o?r.convertJsonToData(JSON.parse(e.response),n):"tsv"===o?r.convertTsvToData(e.response):r.convertCsvToData(e.response),a.call(r,i)})},c.convertXsvToData=function(t,e){var i,n=e.parseRows(t);return 1===n.length?(i=[{}],n[0].forEach(function(t){i[0][t]=null})):i=e.parse(t),i},c.convertCsvToData=function(t){return this.convertXsvToData(t,this.d3.csv)},c.convertTsvToData=function(t){return this.convertXsvToData(t,this.d3.tsv)},c.convertJsonToData=function(t,e){var i,n,a=this,r=[];return e?(e.x?(i=e.value.concat(e.x),a.config.data_x=e.x):i=e.value,r.push(i),t.forEach(function(t){var e=[];i.forEach(function(i){var n=a.findValueInJson(t,i);f(n)&&(n=null),e.push(n)}),r.push(e)}),n=a.convertRowsToData(r)):(Object.keys(t).forEach(function(e){r.push([e].concat(t[e]))}),n=a.convertColumnsToData(r)),n},c.findValueInJson=function(t,e){e=e.replace(/\[(\w+)\]/g,".$1"),e=e.replace(/^\./,"");for(var i=e.split("."),n=0;n=0?n.data.xs[i]=(e&&n.data.xs[i]?n.data.xs[i]:[]).concat(t.map(function(t){return t[r]}).filter(d).map(function(t,e){return n.generateTargetX(t,i,e)})):a.data_x?n.data.xs[i]=n.getOtherTargetXs():v(a.data_xs)&&(n.data.xs[i]=n.getXValuesOfXKey(r,n.data.targets)):n.data.xs[i]=t.map(function(t,e){return e})}),r.forEach(function(t){if(!n.data.xs[t])throw new Error('x is not defined for id = "'+t+'".')}),i=r.map(function(e,i){var r=a.data_idConverter(e);return{id:r,id_org:e,values:t.map(function(t,o){var s,c=n.getXKey(e),l=t[c],u=null===t[e]||isNaN(t[e])?null:+t[e];return n.isCustomX()&&n.isCategorized()&&0===i&&!f(l)?(0===i&&0===o&&(a.axis_x_categories=[]),s=a.axis_x_categories.indexOf(l),-1===s&&(s=a.axis_x_categories.length,a.axis_x_categories.push(l))):s=n.generateTargetX(l,e,o),(f(t[e])||n.data.xs[e].length<=o)&&(s=void 0),{x:s,value:u,id:r}}).filter(function(t){return _(t.x)})}}),i.forEach(function(t){var e;a.data_xSort&&(t.values=t.values.sort(function(t,e){var i=t.x||0===t.x?t.x:1/0,n=e.x||0===e.x?e.x:1/0;return i-n})),e=0,t.values.forEach(function(t){t.index=e++}),n.data.xs[t.id].sort(function(t,e){return t-e})}),n.hasNegativeValue=n.hasNegativeValueInTargets(i),n.hasPositiveValue=n.hasPositiveValueInTargets(i),a.data_type&&n.setTargetType(n.mapToIds(i).filter(function(t){return!(t in a.data_types)}),a.data_type),i.forEach(function(t){n.addCache(t.id_org,t)}),i},c.load=function(t,e){var i=this;t&&(e.filter&&(t=t.filter(e.filter)),(e.type||e.types)&&t.forEach(function(t){var n=e.types&&e.types[t.id]?e.types[t.id]:e.type;i.setTargetType(t.id,n)}),i.data.targets.forEach(function(e){for(var i=0;i0?i:320/(t.hasType("gauge")&&!e.gauge_fullCircle?2:1)},c.getCurrentPaddingTop=function(){var t=this,e=t.config,i=d(e.padding_top)?e.padding_top:0;return t.title&&t.title.node()&&(i+=t.getTitlePadding()),i},c.getCurrentPaddingBottom=function(){var t=this.config;return d(t.padding_bottom)?t.padding_bottom:0},c.getCurrentPaddingLeft=function(t){var e=this,i=e.config;return d(i.padding_left)?i.padding_left:i.axis_rotated?i.axis_x_show?Math.max(x(e.getAxisWidthByAxisId("x",t)),40):1:!i.axis_y_show||i.axis_y_inner?e.axis.getYAxisLabelPosition().isOuter?30:1:x(e.getAxisWidthByAxisId("y",t))},c.getCurrentPaddingRight=function(){var t=this,e=t.config,i=10,n=t.isLegendRight?t.getLegendWidth()+20:0;return d(e.padding_right)?e.padding_right+1:e.axis_rotated?i+n:!e.axis_y2_show||e.axis_y2_inner?2+n+(t.axis.getY2AxisLabelPosition().isOuter?20:0):x(t.getAxisWidthByAxisId("y2"))+n},c.getParentRectValue=function(t){for(var e,i=this.selectChart.node();i&&"BODY"!==i.tagName;){try{e=i.getBoundingClientRect()[t]}catch(n){"width"===t&&(e=i.offsetWidth)}if(e)break;i=i.parentNode}return e},c.getParentWidth=function(){return this.getParentRectValue("width")},c.getParentHeight=function(){var t=this.selectChart.style("height");return t.indexOf("px")>0?+t.replace("px",""):0},c.getSvgLeft=function(t){var e=this,i=e.config,n=i.axis_rotated||!i.axis_rotated&&!i.axis_y_inner,a=i.axis_rotated?h.axisX:h.axisY,r=e.main.select("."+a).node(),o=r&&n?r.getBoundingClientRect():{right:0},s=e.selectChart.node().getBoundingClientRect(),c=e.hasArcType(),l=o.right-s.left-(c?0:e.getCurrentPaddingLeft(t));return l>0?l:0},c.getAxisWidthByAxisId=function(t,e){var i=this,n=i.axis.getLabelPositionById(t);return i.axis.getMaxTickWidth(t,e)+(n.isInner?20:40)},c.getHorizontalAxisHeight=function(t){var e=this,i=e.config,n=30;return"x"!==t||i.axis_x_show?"x"===t&&i.axis_x_height?i.axis_x_height:"y"!==t||i.axis_y_show?"y2"!==t||i.axis_y2_show?("x"===t&&!i.axis_rotated&&i.axis_x_tick_rotate&&(n=30+e.axis.getMaxTickWidth(t)*Math.cos(Math.PI*(90-i.axis_x_tick_rotate)/180)),"y"===t&&i.axis_rotated&&i.axis_y_tick_rotate&&(n=30+e.axis.getMaxTickWidth(t)*Math.cos(Math.PI*(90-i.axis_y_tick_rotate)/180)),n+(e.axis.getLabelPositionById(t).isInner?0:10)+("y2"===t?-10:0)):e.rotated_padding_top:!i.legend_show||e.isLegendRight||e.isLegendInset?1:10:8},c.getEventRectWidth=function(){return Math.max(0,this.xAxis.tickInterval())},c.getShapeIndices=function(t){var e,i,n=this,a=n.config,r={},o=0;return n.filterTargetsToShow(n.data.targets.filter(t,n)).forEach(function(t){for(e=0;e=0&&(l+=s(a[o].value)-c))}),l}},c.isWithinShape=function(t,e){var i,n=this,a=n.d3.select(t);return n.isTargetToShow(e.id)?"circle"===t.nodeName?i=n.isStepType(e)?n.isWithinStep(t,n.getYScale(e.id)(e.value)):n.isWithinCircle(t,1.5*n.pointSelectR(e)):"path"===t.nodeName&&(i=a.classed(h.bar)?n.isWithinBar(t):!0):i=!1,i},c.getInterpolate=function(t){var e=this,i=e.isInterpolationType(e.config.spline_interpolation_type)?e.config.spline_interpolation_type:"cardinal";return e.isSplineType(t)?i:e.isStepType(t)?e.config.line_step_type:"linear"},c.initLine=function(){var t=this;t.main.select("."+h.chart).append("g").attr("class",h.chartLines)},c.updateTargetsForLine=function(t){var e,i,n=this,a=n.config,r=n.classChartLine.bind(n),o=n.classLines.bind(n),s=n.classAreas.bind(n),c=n.classCircles.bind(n),l=n.classFocus.bind(n);e=n.main.select("."+h.chartLines).selectAll("."+h.chartLine).data(t).attr("class",function(t){return r(t)+l(t)}),i=e.enter().append("g").attr("class",r).style("opacity",0).style("pointer-events","none"),i.append("g").attr("class",o),i.append("g").attr("class",s),i.append("g").attr("class",function(t){return n.generateClass(h.selectedCircles,t.id)}),i.append("g").attr("class",c).style("cursor",function(t){return a.data_selection_isselectable(t)?"pointer":null}),t.forEach(function(t){n.main.selectAll("."+h.selectedCircles+n.getTargetSelectorSuffix(t.id)).selectAll("."+h.selectedCircle).each(function(e){e.value=t.values[e.index].value})})},c.updateLine=function(t){var e=this;e.mainLine=e.main.selectAll("."+h.lines).selectAll("."+h.line).data(e.lineData.bind(e)),e.mainLine.enter().append("path").attr("class",e.classLine.bind(e)).style("stroke",e.color),e.mainLine.style("opacity",e.initialOpacity.bind(e)).style("shape-rendering",function(t){return e.isStepType(t)?"crispEdges":""}).attr("transform",null),e.mainLine.exit().transition().duration(t).style("opacity",0).remove()},c.redrawLine=function(t,e){return[(e?this.mainLine.transition(Math.random().toString()):this.mainLine).attr("d",t).style("stroke",this.color).style("opacity",1)]},c.generateDrawLine=function(t,e){var i=this,n=i.config,a=i.d3.svg.line(),r=i.generateGetLinePoints(t,e),o=e?i.getSubYScale:i.getYScale,s=function(t){return(e?i.subxx:i.xx).call(i,t)},c=function(t,e){return n.data_groups.length>0?r(t,e)[0][1]:o.call(i,t.id)(t.value)};return a=n.axis_rotated?a.x(c).y(s):a.x(s).y(c),n.line_connectNull||(a=a.defined(function(t){return null!=t.value})),function(t){var r,s=n.line_connectNull?i.filterRemoveNull(t.values):t.values,c=e?i.x:i.subX,l=o.call(i,t.id),u=0,h=0;return i.isLineType(t)?n.data_regions[t.id]?r=i.lineWithRegions(s,c,l,n.data_regions[t.id]):(i.isStepType(t)&&(s=i.convertValuesToStep(s)),r=a.interpolate(i.getInterpolate(t))(s)):(s[0]&&(u=c(s[0].x),h=l(s[0].value)),r=n.axis_rotated?"M "+h+" "+u:"M "+u+" "+h),r?r:"M 0 0"}},c.generateGetLinePoints=function(t,e){var i=this,n=i.config,a=t.__max__+1,r=i.getShapeX(0,a,t,!!e),o=i.getShapeY(!!e),s=i.getShapeOffset(i.isLineType,t,!!e),c=e?i.getSubYScale:i.getYScale;return function(t,e){var a=c.call(i,t.id)(0),l=s(t,e)||a,u=r(t),h=o(t);return n.axis_rotated&&(0h||t.value<0&&h>a)&&(h=a),[[u,h-(a-l)],[u,h-(a-l)],[u,h-(a-l)],[u,h-(a-l)]]}},c.lineWithRegions=function(t,e,i,n){function a(t,e){var i;for(i=0;i=s;s+=x)A+=c(t[o-1],t[o],s,p);b=t[o].x}return A},c.updateArea=function(t){var e=this,i=e.d3;e.mainArea=e.main.selectAll("."+h.areas).selectAll("."+h.area).data(e.lineData.bind(e)),e.mainArea.enter().append("path").attr("class",e.classArea.bind(e)).style("fill",e.color).style("opacity",function(){return e.orgAreaOpacity=+i.select(this).style("opacity"),0}),e.mainArea.style("opacity",e.orgAreaOpacity),e.mainArea.exit().transition().duration(t).style("opacity",0).remove()},c.redrawArea=function(t,e){return[(e?this.mainArea.transition(Math.random().toString()):this.mainArea).attr("d",t).style("fill",this.color).style("opacity",this.orgAreaOpacity)]},c.generateDrawArea=function(t,e){var i=this,n=i.config,a=i.d3.svg.area(),r=i.generateGetAreaPoints(t,e),o=e?i.getSubYScale:i.getYScale,s=function(t){return(e?i.subxx:i.xx).call(i,t)},c=function(t,e){return n.data_groups.length>0?r(t,e)[0][1]:o.call(i,t.id)(i.getAreaBaseValue(t.id))},l=function(t,e){return n.data_groups.length>0?r(t,e)[1][1]:o.call(i,t.id)(t.value)};return a=n.axis_rotated?a.x0(c).x1(l).y(s):a.x(s).y0(n.area_above?0:c).y1(l),n.line_connectNull||(a=a.defined(function(t){return null!==t.value})),function(t){var e,r=n.line_connectNull?i.filterRemoveNull(t.values):t.values,o=0,s=0;return i.isAreaType(t)?(i.isStepType(t)&&(r=i.convertValuesToStep(r)),e=a.interpolate(i.getInterpolate(t))(r)):(r[0]&&(o=i.x(r[0].x),s=i.getYScale(t.id)(r[0].value)),e=n.axis_rotated?"M "+s+" "+o:"M "+o+" "+s),e?e:"M 0 0"}},c.getAreaBaseValue=function(){return 0},c.generateGetAreaPoints=function(t,e){var i=this,n=i.config,a=t.__max__+1,r=i.getShapeX(0,a,t,!!e),o=i.getShapeY(!!e),s=i.getShapeOffset(i.isAreaType,t,!!e),c=e?i.getSubYScale:i.getYScale;return function(t,e){var a=c.call(i,t.id)(0),l=s(t,e)||a,u=r(t),h=o(t);return n.axis_rotated&&(0h||t.value<0&&h>a)&&(h=a),[[u,l],[u,h-(a-l)],[u,h-(a-l)],[u,l]]}},c.updateCircle=function(){var t=this;t.mainCircle=t.main.selectAll("."+h.circles).selectAll("."+h.circle).data(t.lineOrScatterData.bind(t)),t.mainCircle.enter().append("circle").attr("class",t.classCircle.bind(t)).attr("r",t.pointR.bind(t)).style("fill",t.color),t.mainCircle.style("opacity",t.initialOpacityForCircle.bind(t)),t.mainCircle.exit().remove()},c.redrawCircle=function(t,e,i){var n=this.main.selectAll("."+h.selectedCircle);return[(i?this.mainCircle.transition(Math.random().toString()):this.mainCircle).style("opacity",this.opacityForCircle.bind(this)).style("fill",this.color).attr("cx",t).attr("cy",e),(i?n.transition(Math.random().toString()):n).attr("cx",t).attr("cy",e)]},c.circleX=function(t){return t.x||0===t.x?this.x(t.x):null},c.updateCircleY=function(){var t,e,i=this;i.config.data_groups.length>0?(t=i.getShapeIndices(i.isLineType),e=i.generateGetLinePoints(t),i.circleY=function(t,i){return e(t,i)[0][1]}):i.circleY=function(t){return i.getYScale(t.id)(t.value)}},c.getCircles=function(t,e){var i=this;return(e?i.main.selectAll("."+h.circles+i.getTargetSelectorSuffix(e)):i.main).selectAll("."+h.circle+(d(t)?"-"+t:""))},c.expandCircles=function(t,e,i){var n=this,a=n.pointExpandedR.bind(n);i&&n.unexpandCircles(),n.getCircles(t,e).classed(h.EXPANDED,!0).attr("r",a)},c.unexpandCircles=function(t){var e=this,i=e.pointR.bind(e);e.getCircles(t).filter(function(){return e.d3.select(this).classed(h.EXPANDED)}).classed(h.EXPANDED,!1).attr("r",i)},c.pointR=function(t){var e=this,i=e.config;return e.isStepType(t)?0:g(i.point_r)?i.point_r(t):i.point_r; +},c.pointExpandedR=function(t){var e=this,i=e.config;return i.point_focus_expand_enabled?i.point_focus_expand_r?i.point_focus_expand_r:1.75*e.pointR(t):e.pointR(t)},c.pointSelectR=function(t){var e=this,i=e.config;return g(i.point_select_r)?i.point_select_r(t):i.point_select_r?i.point_select_r:4*e.pointR(t)},c.isWithinCircle=function(t,e){var i=this.d3,n=i.mouse(t),a=i.select(t),r=+a.attr("cx"),o=+a.attr("cy");return Math.sqrt(Math.pow(r-n[0],2)+Math.pow(o-n[1],2))n.bar_width_max?n.bar_width_max:a},c.getBars=function(t,e){var i=this;return(e?i.main.selectAll("."+h.bars+i.getTargetSelectorSuffix(e)):i.main).selectAll("."+h.bar+(d(t)?"-"+t:""))},c.expandBars=function(t,e,i){var n=this;i&&n.unexpandBars(),n.getBars(t,e).classed(h.EXPANDED,!0)},c.unexpandBars=function(t){var e=this;e.getBars(t).classed(h.EXPANDED,!1)},c.generateDrawBar=function(t,e){var i=this,n=i.config,a=i.generateGetBarPoints(t,e);return function(t,e){var i=a(t,e),r=n.axis_rotated?1:0,o=n.axis_rotated?0:1,s="M "+i[0][r]+","+i[0][o]+" L"+i[1][r]+","+i[1][o]+" L"+i[2][r]+","+i[2][o]+" L"+i[3][r]+","+i[3][o]+" z";return s}},c.generateGetBarPoints=function(t,e){var i=this,n=e?i.subXAxis:i.xAxis,a=t.__max__+1,r=i.getBarW(n,a),o=i.getShapeX(r,a,t,!!e),s=i.getShapeY(!!e),c=i.getShapeOffset(i.isBarType,t,!!e),l=e?i.getSubYScale:i.getYScale;return function(t,e){var n=l.call(i,t.id)(0),a=c(t,e)||n,u=o(t),h=s(t);return i.config.axis_rotated&&(0h||t.value<0&&h>n)&&(h=n),[[u,a],[u,h-(n-a)],[u+r,h-(n-a)],[u+r,a]]}},c.isWithinBar=function(t){var e=this.d3.mouse(t),i=t.getBoundingClientRect(),n=t.pathSegList.getItem(0),a=t.pathSegList.getItem(1),r=Math.min(n.x,a.x),o=Math.min(n.y,a.y),s=i.width,c=i.height,l=2,u=r-l,h=r+s+l,d=o+c+l,g=o-l;return ur.width?n=r.width-o.width:0>n&&(n=4)),n},c.getYForText=function(t,e,i){var n,a=this,r=i.getBoundingClientRect();return a.config.axis_rotated?n=(t[0][0]+t[2][0]+.6*r.height)/2:(n=t[2][1],e.value<0||0===e.value&&!a.hasPositiveValue?(n+=r.height,a.isBarType(e)&&a.isSafari()?n-=3:!a.isBarType(e)&&a.isChrome()&&(n+=3)):n+=a.isBarType(e)?-3:-6),null!==e.value||a.config.axis_rotated||(nthis.height&&(n=this.height-4)),n},c.setTargetType=function(t,e){var i=this,n=i.config;i.mapToTargetIds(t).forEach(function(t){i.withoutFadeIn[t]=e===n.data_types[t],n.data_types[t]=e}),t||(n.data_type=e)},c.hasType=function(t,e){var i=this,n=i.config.data_types,a=!1;return e=e||i.data.targets,e&&e.length?e.forEach(function(e){var i=n[e.id];(i&&i.indexOf(t)>=0||!i&&"line"===t)&&(a=!0)}):Object.keys(n).length?Object.keys(n).forEach(function(e){n[e]===t&&(a=!0)}):a=i.config.data_type===t,a},c.hasArcType=function(t){return this.hasType("pie",t)||this.hasType("donut",t)||this.hasType("gauge",t)},c.isLineType=function(t){var e=this.config,i=p(t)?t:t.id;return!e.data_types[i]||["line","spline","area","area-spline","step","area-step"].indexOf(e.data_types[i])>=0},c.isStepType=function(t){var e=p(t)?t:t.id;return["step","area-step"].indexOf(this.config.data_types[e])>=0},c.isSplineType=function(t){var e=p(t)?t:t.id;return["spline","area-spline"].indexOf(this.config.data_types[e])>=0},c.isAreaType=function(t){var e=p(t)?t:t.id;return["area","area-spline","area-step"].indexOf(this.config.data_types[e])>=0},c.isBarType=function(t){var e=p(t)?t:t.id;return"bar"===this.config.data_types[e]},c.isScatterType=function(t){var e=p(t)?t:t.id;return"scatter"===this.config.data_types[e]},c.isPieType=function(t){var e=p(t)?t:t.id;return"pie"===this.config.data_types[e]},c.isGaugeType=function(t){var e=p(t)?t:t.id;return"gauge"===this.config.data_types[e]},c.isDonutType=function(t){var e=p(t)?t:t.id;return"donut"===this.config.data_types[e]},c.isArcType=function(t){return this.isPieType(t)||this.isDonutType(t)||this.isGaugeType(t)},c.lineData=function(t){return this.isLineType(t)?[t]:[]},c.arcData=function(t){return this.isArcType(t.data)?[t]:[]},c.barData=function(t){return this.isBarType(t)?t.values:[]},c.lineOrScatterData=function(t){return this.isLineType(t)||this.isScatterType(t)?t.values:[]},c.barOrLineData=function(t){return this.isBarType(t)||this.isLineType(t)?t.values:[]},c.isInterpolationType=function(t){return["linear","linear-closed","basis","basis-open","basis-closed","bundle","cardinal","cardinal-open","cardinal-closed","monotone"].indexOf(t)>=0},c.initGrid=function(){var t=this,e=t.config,i=t.d3;t.grid=t.main.append("g").attr("clip-path",t.clipPathForGrid).attr("class",h.grid),e.grid_x_show&&t.grid.append("g").attr("class",h.xgrids),e.grid_y_show&&t.grid.append("g").attr("class",h.ygrids),e.grid_focus_show&&t.grid.append("g").attr("class",h.xgridFocus).append("line").attr("class",h.xgridFocus),t.xgrid=i.selectAll([]),e.grid_lines_front||t.initGridLines()},c.initGridLines=function(){var t=this,e=t.d3;t.gridLines=t.main.append("g").attr("clip-path",t.clipPathForGrid).attr("class",h.grid+" "+h.gridLines),t.gridLines.append("g").attr("class",h.xgridLines),t.gridLines.append("g").attr("class",h.ygridLines),t.xgridLines=e.selectAll([])},c.updateXGrid=function(t){var e=this,i=e.config,n=e.d3,a=e.generateGridData(i.grid_x_type,e.x),r=e.isCategorized()?e.xAxis.tickOffset():0;e.xgridAttr=i.axis_rotated?{x1:0,x2:e.width,y1:function(t){return e.x(t)-r},y2:function(t){return e.x(t)-r}}:{x1:function(t){return e.x(t)+r},x2:function(t){return e.x(t)+r},y1:0,y2:e.height},e.xgrid=e.main.select("."+h.xgrids).selectAll("."+h.xgrid).data(a),e.xgrid.enter().append("line").attr("class",h.xgrid),t||e.xgrid.attr(e.xgridAttr).style("opacity",function(){return+n.select(this).attr(i.axis_rotated?"y1":"x1")===(i.axis_rotated?e.height:0)?0:1}),e.xgrid.exit().remove()},c.updateYGrid=function(){var t=this,e=t.config,i=t.yAxis.tickValues()||t.y.ticks(e.grid_y_ticks);t.ygrid=t.main.select("."+h.ygrids).selectAll("."+h.ygrid).data(i),t.ygrid.enter().append("line").attr("class",h.ygrid),t.ygrid.attr("x1",e.axis_rotated?t.y:0).attr("x2",e.axis_rotated?t.y:t.width).attr("y1",e.axis_rotated?0:t.y).attr("y2",e.axis_rotated?t.height:t.y),t.ygrid.exit().remove(),t.smoothLines(t.ygrid,"grid")},c.gridTextAnchor=function(t){return t.position?t.position:"end"},c.gridTextDx=function(t){return"start"===t.position?4:"middle"===t.position?0:-4},c.xGridTextX=function(t){return"start"===t.position?-this.height:"middle"===t.position?-this.height/2:0},c.yGridTextX=function(t){return"start"===t.position?0:"middle"===t.position?this.width/2:this.width},c.updateGrid=function(t){var e,i,n,a=this,r=a.main,o=a.config;a.grid.style("visibility",a.hasArcType()?"hidden":"visible"),r.select("line."+h.xgridFocus).style("visibility","hidden"),o.grid_x_show&&a.updateXGrid(),a.xgridLines=r.select("."+h.xgridLines).selectAll("."+h.xgridLine).data(o.grid_x_lines),e=a.xgridLines.enter().append("g").attr("class",function(t){return h.xgridLine+(t["class"]?" "+t["class"]:"")}),e.append("line").style("opacity",0),e.append("text").attr("text-anchor",a.gridTextAnchor).attr("transform",o.axis_rotated?"":"rotate(-90)").attr("dx",a.gridTextDx).attr("dy",-5).style("opacity",0),a.xgridLines.exit().transition().duration(t).style("opacity",0).remove(),o.grid_y_show&&a.updateYGrid(),a.ygridLines=r.select("."+h.ygridLines).selectAll("."+h.ygridLine).data(o.grid_y_lines),i=a.ygridLines.enter().append("g").attr("class",function(t){return h.ygridLine+(t["class"]?" "+t["class"]:"")}),i.append("line").style("opacity",0),i.append("text").attr("text-anchor",a.gridTextAnchor).attr("transform",o.axis_rotated?"rotate(-90)":"").attr("dx",a.gridTextDx).attr("dy",-5).style("opacity",0),n=a.yv.bind(a),a.ygridLines.select("line").transition().duration(t).attr("x1",o.axis_rotated?n:0).attr("x2",o.axis_rotated?n:a.width).attr("y1",o.axis_rotated?0:n).attr("y2",o.axis_rotated?a.height:n).style("opacity",1),a.ygridLines.select("text").transition().duration(t).attr("x",o.axis_rotated?a.xGridTextX.bind(a):a.yGridTextX.bind(a)).attr("y",n).text(function(t){return t.text}).style("opacity",1),a.ygridLines.exit().transition().duration(t).style("opacity",0).remove()},c.redrawGrid=function(t){var e=this,i=e.config,n=e.xv.bind(e),a=e.xgridLines.select("line"),r=e.xgridLines.select("text");return[(t?a.transition():a).attr("x1",i.axis_rotated?0:n).attr("x2",i.axis_rotated?e.width:n).attr("y1",i.axis_rotated?n:0).attr("y2",i.axis_rotated?n:e.height).style("opacity",1),(t?r.transition():r).attr("x",i.axis_rotated?e.yGridTextX.bind(e):e.xGridTextX.bind(e)).attr("y",n).text(function(t){return t.text}).style("opacity",1)]},c.showXGridFocus=function(t){var e=this,i=e.config,n=t.filter(function(t){return t&&d(t.value)}),a=e.main.selectAll("line."+h.xgridFocus),r=e.xx.bind(e);i.tooltip_show&&(e.hasType("scatter")||e.hasArcType()||(a.style("visibility","visible").data([n[0]]).attr(i.axis_rotated?"y1":"x1",r).attr(i.axis_rotated?"y2":"x2",r),e.smoothLines(a,"grid")))},c.hideXGridFocus=function(){this.main.select("line."+h.xgridFocus).style("visibility","hidden")},c.updateXgridFocus=function(){var t=this,e=t.config;t.main.select("line."+h.xgridFocus).attr("x1",e.axis_rotated?0:-10).attr("x2",e.axis_rotated?t.width:-10).attr("y1",e.axis_rotated?-10:0).attr("y2",e.axis_rotated?-10:t.height)},c.generateGridData=function(t,e){var i,n,a,r,o=this,s=[],c=o.main.select("."+h.axisX).selectAll(".tick").size();if("year"===t)for(i=o.getXDomain(),n=i[0].getFullYear(),a=i[1].getFullYear(),r=n;a>=r;r++)s.push(new Date(r+"-01-01 00:00:00"));else s=e.ticks(10),s.length>c&&(s=s.filter(function(t){return(""+t).indexOf(".")<0}));return s},c.getGridFilterToRemove=function(t){return t?function(e){var i=!1;return[].concat(t).forEach(function(t){("value"in t&&e.value===t.value||"class"in t&&e["class"]===t["class"])&&(i=!0)}),i}:function(){return!0}},c.removeGridLines=function(t,e){var i=this,n=i.config,a=i.getGridFilterToRemove(t),r=function(t){return!a(t)},o=e?h.xgridLines:h.ygridLines,s=e?h.xgridLine:h.ygridLine;i.main.select("."+o).selectAll("."+s).filter(a).transition().duration(n.transition_duration).style("opacity",0).remove(),e?n.grid_x_lines=n.grid_x_lines.filter(r):n.grid_y_lines=n.grid_y_lines.filter(r)},c.initTooltip=function(){var t,e=this,i=e.config;if(e.tooltip=e.selectChart.style("position","relative").append("div").attr("class",h.tooltipContainer).style("position","absolute").style("pointer-events","none").style("display","none"),i.tooltip_init_show){if(e.isTimeSeries()&&p(i.tooltip_init_x)){for(i.tooltip_init_x=e.parseDate(i.tooltip_init_x),t=0;t0&&n>0&&(i=t?_.indexOf(t.id):null,n=e?_.indexOf(e.id):null),f?i-n:n-i})}for(r=0;r"+(o||0===o?""+o+"":"")),s=T(p(t[r].value,t[r].ratio,t[r].id,t[r].index,t)),void 0!==s)){if(null===t[r].name)continue;c=T(g(t[r].name,t[r].ratio,t[r].id,t[r].index)),l=u.levelColor?u.levelColor(t[r].value):n(t[r].id),a+="",a+=""+c+"",a+=""+s+"",a+=""}return a+""},c.tooltipPosition=function(t,e,i,n){var a,r,o,s,c,l=this,u=l.config,h=l.d3,d=l.hasArcType(),g=h.mouse(n);return d?(r=(l.width-(l.isLegendRight?l.getLegendWidth():0))/2+g[0],s=l.height/2+g[1]+20):(a=l.getSvgLeft(!0),u.axis_rotated?(r=a+g[0]+100,o=r+e,c=l.currentWidth-l.getCurrentPaddingRight(),s=l.x(t[0].x)+20):(r=a+l.getCurrentPaddingLeft(!0)+l.x(t[0].x)+20,o=r+e,c=a+l.currentWidth-l.getCurrentPaddingRight(),s=g[1]+15),o>c&&(r-=o-c+20),s+i>l.currentHeight&&(s-=i+30)),0>s&&(s=0),{top:s,left:r}},c.showTooltip=function(t,e){var i,n,a,r=this,o=r.config,s=r.hasArcType(),l=t.filter(function(t){return t&&d(t.value)}),u=o.tooltip_position||c.tooltipPosition;0!==l.length&&o.tooltip_show&&(r.tooltip.html(o.tooltip_contents.call(r,t,r.axis.getXAxisTickFormat(),r.getYFormat(s),r.color)).style("display","block"),i=r.tooltip.property("offsetWidth"),n=r.tooltip.property("offsetHeight"),a=u.call(this,l,i,n,e),r.tooltip.style("top",a.top+"px").style("left",a.left+"px"))},c.hideTooltip=function(){this.tooltip.style("display","none")},c.initLegend=function(){var t=this;return t.legendItemTextBox={},t.legendHasRendered=!1,t.legend=t.svg.append("g").attr("transform",t.getTranslate("legend")),t.config.legend_show?void t.updateLegendWithDefaults():(t.legend.style("visibility","hidden"),void(t.hiddenLegendIds=t.mapToIds(t.data.targets)))},c.updateLegendWithDefaults=function(){var t=this;t.updateLegend(t.mapToIds(t.data.targets),{withTransform:!1,withTransitionForTransform:!1,withTransition:!1})},c.updateSizeForLegend=function(t,e){var i=this,n=i.config,a={top:i.isLegendTop?i.getCurrentPaddingTop()+n.legend_inset_y+5.5:i.currentHeight-t-i.getCurrentPaddingBottom()-n.legend_inset_y,left:i.isLegendLeft?i.getCurrentPaddingLeft()+n.legend_inset_x+.5:i.currentWidth-e-i.getCurrentPaddingRight()-n.legend_inset_x+.5};i.margin3={top:i.isLegendRight?0:i.isLegendInset?a.top:i.currentHeight-t,right:NaN,bottom:0,left:i.isLegendRight?i.currentWidth-e:i.isLegendInset?a.left:0}},c.transformLegend=function(t){var e=this;(t?e.legend.transition():e.legend).attr("transform",e.getTranslate("legend"))},c.updateLegendStep=function(t){this.legendStep=t},c.updateLegendItemWidth=function(t){this.legendItemWidth=t},c.updateLegendItemHeight=function(t){this.legendItemHeight=t},c.getLegendWidth=function(){var t=this;return t.config.legend_show?t.isLegendRight||t.isLegendInset?t.legendItemWidth*(t.legendStep+1):t.currentWidth:0},c.getLegendHeight=function(){var t=this,e=0;return t.config.legend_show&&(e=t.isLegendRight?t.currentHeight:Math.max(20,t.legendItemHeight)*(t.legendStep+1)),e},c.opacityForLegend=function(t){return t.classed(h.legendItemHidden)?null:1},c.opacityForUnfocusedLegend=function(t){return t.classed(h.legendItemHidden)?null:.3},c.toggleFocusLegend=function(t,e){var i=this;t=i.mapToTargetIds(t),i.legend.selectAll("."+h.legendItem).filter(function(e){return t.indexOf(e)>=0}).classed(h.legendItemFocused,e).transition().duration(100).style("opacity",function(){var t=e?i.opacityForLegend:i.opacityForUnfocusedLegend;return t.call(i,i.d3.select(this))})},c.revertLegend=function(){var t=this,e=t.d3;t.legend.selectAll("."+h.legendItem).classed(h.legendItemFocused,!1).transition().duration(100).style("opacity",function(){return t.opacityForLegend(e.select(this))})},c.showLegend=function(t){var e=this,i=e.config;i.legend_show||(i.legend_show=!0,e.legend.style("visibility","visible"),e.legendHasRendered||e.updateLegendWithDefaults()),e.removeHiddenLegendIds(t),e.legend.selectAll(e.selectorLegends(t)).style("visibility","visible").transition().style("opacity",function(){return e.opacityForLegend(e.d3.select(this))})},c.hideLegend=function(t){var e=this,i=e.config;i.legend_show&&S(t)&&(i.legend_show=!1,e.legend.style("visibility","hidden")),e.addHiddenLegendIds(t),e.legend.selectAll(e.selectorLegends(t)).style("opacity",0).style("visibility","hidden")},c.clearLegendItemTextBoxCache=function(){this.legendItemTextBox={}},c.updateLegend=function(t,e,i){function n(t,e){return T.legendItemTextBox[e]||(T.legendItemTextBox[e]=T.getTextRect(t.textContent,h.legendItem,t)),T.legendItemTextBox[e]}function a(e,i,a){function r(t,e){e||(o=(p-E-g)/2,G>o&&(o=(p-g)/2,E=0,X++)),k[t]=X,D[X]=T.isLegendInset?10:o,O[t]=E,E+=g}var o,s,c=0===a,l=a===t.length-1,u=n(e,i),h=u.width+I+(!l||T.isLegendRight||T.isLegendInset?L:0)+P.legend_padding,d=u.height+C,g=T.isLegendRight||T.isLegendInset?d:h,p=T.isLegendRight||T.isLegendInset?T.getLegendHeight():T.getLegendWidth();return c&&(E=0,X=0,w=0,V=0),P.legend_show&&!T.isLegendToShow(i)?void(R[i]=F[i]=k[i]=O[i]=0):(R[i]=h,F[i]=d,(!w||h>=w)&&(w=h),(!V||d>=V)&&(V=d),s=T.isLegendRight||T.isLegendInset?V:w,void(P.legend_equally?(Object.keys(R).forEach(function(t){R[t]=w}),Object.keys(F).forEach(function(t){F[t]=V}),o=(p-s*t.length)/2,G>o?(E=0,X=0,t.forEach(function(t){r(t)})):r(i,!0)):r(i)))}var r,o,s,c,l,u,d,g,p,f,x,y,m,S,v,A,T=this,P=T.config,C=4,L=10,w=0,V=0,G=10,I=P.legend_item_tile_width+5,E=0,O={},R={},F={},D=[0],k={},X=0;t=t.filter(function(t){return!_(P.data_names[t])||null!==P.data_names[t]}),e=e||{},x=b(e,"withTransition",!0),y=b(e,"withTransitionForTransform",!0),T.isLegendInset&&(X=P.legend_inset_step?P.legend_inset_step:t.length,T.updateLegendStep(X)),T.isLegendRight?(r=function(t){return w*k[t]},c=function(t){return D[k[t]]+O[t]}):T.isLegendInset?(r=function(t){return w*k[t]+10},c=function(t){return D[k[t]]+O[t]}):(r=function(t){return D[k[t]]+O[t]},c=function(t){return V*k[t]}),o=function(t,e){return r(t,e)+4+P.legend_item_tile_width},l=function(t,e){return c(t,e)+9},s=function(t,e){return r(t,e)},u=function(t,e){return c(t,e)-5},d=function(t,e){return r(t,e)-2},g=function(t,e){return r(t,e)-2+P.legend_item_tile_width},p=function(t,e){return c(t,e)+4},f=T.legend.selectAll("."+h.legendItem).data(t).enter().append("g").attr("class",function(t){return T.generateClass(h.legendItem,t)}).style("visibility",function(t){return T.isLegendToShow(t)?"visible":"hidden"}).style("cursor","pointer").on("click",function(t){P.legend_item_onclick?P.legend_item_onclick.call(T,t):T.d3.event.altKey?(T.api.hide(),T.api.show(t)):(T.api.toggle(t),T.isTargetToShow(t)?T.api.focus(t):T.api.revert())}).on("mouseover",function(t){P.legend_item_onmouseover?P.legend_item_onmouseover.call(T,t):(T.d3.select(this).classed(h.legendItemFocused,!0),!T.transiting&&T.isTargetToShow(t)&&T.api.focus(t))}).on("mouseout",function(t){P.legend_item_onmouseout?P.legend_item_onmouseout.call(T,t):(T.d3.select(this).classed(h.legendItemFocused,!1),T.api.revert())}),f.append("text").text(function(t){return _(P.data_names[t])?P.data_names[t]:t}).each(function(t,e){a(this,t,e)}).style("pointer-events","none").attr("x",T.isLegendRight||T.isLegendInset?o:-200).attr("y",T.isLegendRight||T.isLegendInset?-200:l),f.append("rect").attr("class",h.legendItemEvent).style("fill-opacity",0).attr("x",T.isLegendRight||T.isLegendInset?s:-200).attr("y",T.isLegendRight||T.isLegendInset?-200:u),f.append("line").attr("class",h.legendItemTile).style("stroke",T.color).style("pointer-events","none").attr("x1",T.isLegendRight||T.isLegendInset?d:-200).attr("y1",T.isLegendRight||T.isLegendInset?-200:p).attr("x2",T.isLegendRight||T.isLegendInset?g:-200).attr("y2",T.isLegendRight||T.isLegendInset?-200:p).attr("stroke-width",P.legend_item_tile_height),A=T.legend.select("."+h.legendBackground+" rect"),T.isLegendInset&&w>0&&0===A.size()&&(A=T.legend.insert("g","."+h.legendItem).attr("class",h.legendBackground).append("rect")),m=T.legend.selectAll("text").data(t).text(function(t){return _(P.data_names[t])?P.data_names[t]:t}).each(function(t,e){a(this,t,e)}),(x?m.transition():m).attr("x",o).attr("y",l),S=T.legend.selectAll("rect."+h.legendItemEvent).data(t),(x?S.transition():S).attr("width",function(t){return R[t]}).attr("height",function(t){return F[t]}).attr("x",s).attr("y",u),v=T.legend.selectAll("line."+h.legendItemTile).data(t),(x?v.transition():v).style("stroke",T.color).attr("x1",d).attr("y1",p).attr("x2",g).attr("y2",p),A&&(x?A.transition():A).attr("height",T.getLegendHeight()-12).attr("width",w*(X+1)+10),T.legend.selectAll("."+h.legendItem).classed(h.legendItemHidden,function(t){return!T.isTargetToShow(t)}),T.updateLegendItemWidth(w),T.updateLegendItemHeight(V),T.updateLegendStep(X),T.updateSizes(),T.updateScales(),T.updateSvgSize(),T.transformAll(y,i),T.legendHasRendered=!0},c.initTitle=function(){var t=this;t.title=t.svg.append("text").text(t.config.title_text).attr("class",t.CLASS.title)},c.redrawTitle=function(){var t=this;t.title.attr("x",t.xForTitle.bind(t)).attr("y",t.yForTitle.bind(t))},c.xForTitle=function(){var t,e=this,i=e.config,n=i.title_position||"left";return t=n.indexOf("right")>=0?e.currentWidth-e.getTextRect(e.title.node().textContent,e.CLASS.title,e.title.node()).width-i.title_padding.right:n.indexOf("center")>=0?(e.currentWidth-e.getTextRect(e.title.node().textContent,e.CLASS.title,e.title.node()).width)/2:i.title_padding.left},c.yForTitle=function(){var t=this;return t.config.title_padding.top+t.getTextRect(t.title.node().textContent,t.CLASS.title,t.title.node()).height},c.getTitlePadding=function(){var t=this;return t.yForTitle()+t.config.title_padding.bottom},i(e,r),r.prototype.init=function(){var t=this.owner,e=t.config,i=t.main;t.axes.x=i.append("g").attr("class",h.axis+" "+h.axisX).attr("clip-path",t.clipPathForXAxis).attr("transform",t.getTranslate("x")).style("visibility",e.axis_x_show?"visible":"hidden"),t.axes.x.append("text").attr("class",h.axisXLabel).attr("transform",e.axis_rotated?"rotate(-90)":"").style("text-anchor",this.textAnchorForXAxisLabel.bind(this)),t.axes.y=i.append("g").attr("class",h.axis+" "+h.axisY).attr("clip-path",e.axis_y_inner?"":t.clipPathForYAxis).attr("transform",t.getTranslate("y")).style("visibility",e.axis_y_show?"visible":"hidden"),t.axes.y.append("text").attr("class",h.axisYLabel).attr("transform",e.axis_rotated?"":"rotate(-90)").style("text-anchor",this.textAnchorForYAxisLabel.bind(this)),t.axes.y2=i.append("g").attr("class",h.axis+" "+h.axisY2).attr("transform",t.getTranslate("y2")).style("visibility",e.axis_y2_show?"visible":"hidden"),t.axes.y2.append("text").attr("class",h.axisY2Label).attr("transform",e.axis_rotated?"":"rotate(-90)").style("text-anchor",this.textAnchorForY2AxisLabel.bind(this))},r.prototype.getXAxis=function(t,e,i,n,a,r,s){var c=this.owner,l=c.config,u={isCategory:c.isCategorized(),withOuterTick:a,tickMultiline:l.axis_x_tick_multiline,tickWidth:l.axis_x_tick_width,tickTextRotate:s?0:l.axis_x_tick_rotate,withoutTransition:r},h=o(c.d3,u).scale(t).orient(e);return c.isTimeSeries()&&n&&"function"!=typeof n&&(n=n.map(function(t){return c.parseDate(t)})),h.tickFormat(i).tickValues(n),c.isCategorized()&&(h.tickCentered(l.axis_x_tick_centered),S(l.axis_x_tick_culling)&&(l.axis_x_tick_culling=!1)),h},r.prototype.updateXAxisTickValues=function(t,e){var i,n=this.owner,a=n.config;return(a.axis_x_tick_fit||a.axis_x_tick_count)&&(i=this.generateTickValues(n.mapTargetsToUniqueXs(t),a.axis_x_tick_count,n.isTimeSeries())),e?e.tickValues(i):(n.xAxis.tickValues(i),n.subXAxis.tickValues(i)),i},r.prototype.getYAxis=function(t,e,i,n,a,r,s){var c=this.owner,l=c.config,u={withOuterTick:a,withoutTransition:r,tickTextRotate:s?0:l.axis_y_tick_rotate},h=o(c.d3,u).scale(t).orient(e).tickFormat(i);return c.isTimeSeriesY()?h.ticks(c.d3.time[l.axis_y_tick_time_value],l.axis_y_tick_time_interval):h.tickValues(n),h},r.prototype.getId=function(t){var e=this.owner.config;return t in e.data_axes?e.data_axes[t]:"y"},r.prototype.getXAxisTickFormat=function(){var t=this.owner,e=t.config,i=t.isTimeSeries()?t.defaultAxisTimeFormat:t.isCategorized()?t.categoryName:function(t){return 0>t?t.toFixed(0):t};return e.axis_x_tick_format&&(g(e.axis_x_tick_format)?i=e.axis_x_tick_format:t.isTimeSeries()&&(i=function(i){return i?t.axisTimeFormat(e.axis_x_tick_format)(i):""})),g(i)?function(e){return i.call(t,e)}:i},r.prototype.getTickValues=function(t,e){return t?t:e?e.tickValues():void 0},r.prototype.getXAxisTickValues=function(){return this.getTickValues(this.owner.config.axis_x_tick_values,this.owner.xAxis)},r.prototype.getYAxisTickValues=function(){return this.getTickValues(this.owner.config.axis_y_tick_values,this.owner.yAxis)},r.prototype.getY2AxisTickValues=function(){return this.getTickValues(this.owner.config.axis_y2_tick_values,this.owner.y2Axis)},r.prototype.getLabelOptionByAxisId=function(t){var e,i=this.owner,n=i.config;return"y"===t?e=n.axis_y_label:"y2"===t?e=n.axis_y2_label:"x"===t&&(e=n.axis_x_label),e},r.prototype.getLabelText=function(t){var e=this.getLabelOptionByAxisId(t);return p(e)?e:e?e.text:null},r.prototype.setLabelText=function(t,e){var i=this.owner,n=i.config,a=this.getLabelOptionByAxisId(t);p(a)?"y"===t?n.axis_y_label=e:"y2"===t?n.axis_y2_label=e:"x"===t&&(n.axis_x_label=e):a&&(a.text=e)},r.prototype.getLabelPosition=function(t,e){var i=this.getLabelOptionByAxisId(t),n=i&&"object"==typeof i&&i.position?i.position:e;return{isInner:n.indexOf("inner")>=0,isOuter:n.indexOf("outer")>=0,isLeft:n.indexOf("left")>=0,isCenter:n.indexOf("center")>=0,isRight:n.indexOf("right")>=0,isTop:n.indexOf("top")>=0,isMiddle:n.indexOf("middle")>=0,isBottom:n.indexOf("bottom")>=0}},r.prototype.getXAxisLabelPosition=function(){return this.getLabelPosition("x",this.owner.config.axis_rotated?"inner-top":"inner-right")},r.prototype.getYAxisLabelPosition=function(){return this.getLabelPosition("y",this.owner.config.axis_rotated?"inner-right":"inner-top")},r.prototype.getY2AxisLabelPosition=function(){return this.getLabelPosition("y2",this.owner.config.axis_rotated?"inner-right":"inner-top")},r.prototype.getLabelPositionById=function(t){return"y2"===t?this.getY2AxisLabelPosition():"y"===t?this.getYAxisLabelPosition():this.getXAxisLabelPosition()},r.prototype.textForXAxisLabel=function(){return this.getLabelText("x")},r.prototype.textForYAxisLabel=function(){return this.getLabelText("y")},r.prototype.textForY2AxisLabel=function(){return this.getLabelText("y2")},r.prototype.xForAxisLabel=function(t,e){var i=this.owner;return t?e.isLeft?0:e.isCenter?i.width/2:i.width:e.isBottom?-i.height:e.isMiddle?-i.height/2:0},r.prototype.dxForAxisLabel=function(t,e){return t?e.isLeft?"0.5em":e.isRight?"-0.5em":"0":e.isTop?"-0.5em":e.isBottom?"0.5em":"0"},r.prototype.textAnchorForAxisLabel=function(t,e){return t?e.isLeft?"start":e.isCenter?"middle":"end":e.isBottom?"start":e.isMiddle?"middle":"end"},r.prototype.xForXAxisLabel=function(){return this.xForAxisLabel(!this.owner.config.axis_rotated,this.getXAxisLabelPosition())},r.prototype.xForYAxisLabel=function(){return this.xForAxisLabel(this.owner.config.axis_rotated,this.getYAxisLabelPosition())},r.prototype.xForY2AxisLabel=function(){return this.xForAxisLabel(this.owner.config.axis_rotated,this.getY2AxisLabelPosition())},r.prototype.dxForXAxisLabel=function(){return this.dxForAxisLabel(!this.owner.config.axis_rotated,this.getXAxisLabelPosition())},r.prototype.dxForYAxisLabel=function(){return this.dxForAxisLabel(this.owner.config.axis_rotated,this.getYAxisLabelPosition())},r.prototype.dxForY2AxisLabel=function(){return this.dxForAxisLabel(this.owner.config.axis_rotated,this.getY2AxisLabelPosition())},r.prototype.dyForXAxisLabel=function(){var t=this.owner,e=t.config,i=this.getXAxisLabelPosition();return e.axis_rotated?i.isInner?"1.2em":-25-this.getMaxTickWidth("x"):i.isInner?"-0.5em":e.axis_x_height?e.axis_x_height-10:"3em"},r.prototype.dyForYAxisLabel=function(){var t=this.owner,e=this.getYAxisLabelPosition();return t.config.axis_rotated?e.isInner?"-0.5em":"3em":e.isInner?"1.2em":-10-(t.config.axis_y_inner?0:this.getMaxTickWidth("y")+10)},r.prototype.dyForY2AxisLabel=function(){var t=this.owner,e=this.getY2AxisLabelPosition();return t.config.axis_rotated?e.isInner?"1.2em":"-2.2em":e.isInner?"-0.5em":15+(t.config.axis_y2_inner?0:this.getMaxTickWidth("y2")+15)},r.prototype.textAnchorForXAxisLabel=function(){var t=this.owner;return this.textAnchorForAxisLabel(!t.config.axis_rotated,this.getXAxisLabelPosition())},r.prototype.textAnchorForYAxisLabel=function(){var t=this.owner;return this.textAnchorForAxisLabel(t.config.axis_rotated,this.getYAxisLabelPosition())},r.prototype.textAnchorForY2AxisLabel=function(){var t=this.owner;return this.textAnchorForAxisLabel(t.config.axis_rotated,this.getY2AxisLabelPosition())},r.prototype.getMaxTickWidth=function(t,e){var i,n,a,r,o,s=this.owner,c=s.config,l=0;return e&&s.currentMaxTickWidths[t]?s.currentMaxTickWidths[t]:(s.svg&&(i=s.filterTargetsToShow(s.data.targets),"y"===t?(n=s.y.copy().domain(s.getYDomain(i,"y")),a=this.getYAxis(n,s.yOrient,c.axis_y_tick_format,s.yAxisTickValues,!1,!0,!0)):"y2"===t?(n=s.y2.copy().domain(s.getYDomain(i,"y2")), +a=this.getYAxis(n,s.y2Orient,c.axis_y2_tick_format,s.y2AxisTickValues,!1,!0,!0)):(n=s.x.copy().domain(s.getXDomain(i)),a=this.getXAxis(n,s.xOrient,s.xAxisTickFormat,s.xAxisTickValues,!1,!0,!0),this.updateXAxisTickValues(i,a)),r=s.d3.select("body").append("div").classed("c3",!0),o=r.append("svg").style("visibility","hidden").style("position","fixed").style("top",0).style("left",0),o.append("g").call(a).each(function(){s.d3.select(this).selectAll("text").each(function(){var t=this.getBoundingClientRect();l=l?s.currentMaxTickWidths[t]:l,s.currentMaxTickWidths[t])},r.prototype.updateLabels=function(t){var e=this.owner,i=e.main.select("."+h.axisX+" ."+h.axisXLabel),n=e.main.select("."+h.axisY+" ."+h.axisYLabel),a=e.main.select("."+h.axisY2+" ."+h.axisY2Label);(t?i.transition():i).attr("x",this.xForXAxisLabel.bind(this)).attr("dx",this.dxForXAxisLabel.bind(this)).attr("dy",this.dyForXAxisLabel.bind(this)).text(this.textForXAxisLabel.bind(this)),(t?n.transition():n).attr("x",this.xForYAxisLabel.bind(this)).attr("dx",this.dxForYAxisLabel.bind(this)).attr("dy",this.dyForYAxisLabel.bind(this)).text(this.textForYAxisLabel.bind(this)),(t?a.transition():a).attr("x",this.xForY2AxisLabel.bind(this)).attr("dx",this.dxForY2AxisLabel.bind(this)).attr("dy",this.dyForY2AxisLabel.bind(this)).text(this.textForY2AxisLabel.bind(this))},r.prototype.getPadding=function(t,e,i,n){var a="number"==typeof t?t:t[e];return d(a)?"ratio"===t.unit?t[e]*n:this.convertPixelsToAxisPadding(a,n):i},r.prototype.convertPixelsToAxisPadding=function(t,e){var i=this.owner,n=i.config.axis_rotated?i.width:i.height;return e*(t/n)},r.prototype.generateTickValues=function(t,e,i){var n,a,r,o,s,c,l,u=t;if(e)if(n=g(e)?e():e,1===n)u=[t[0]];else if(2===n)u=[t[0],t[t.length-1]];else if(n>2){for(o=n-2,a=t[0],r=t[t.length-1],s=(r-a)/(o+1),u=[a],c=0;o>c;c++)l=+a+s*(c+1),u.push(i?new Date(l):l);u.push(r)}return i||(u=u.sort(function(t,e){return t-e})),u},r.prototype.generateTransitions=function(t){var e=this.owner,i=e.axes;return{axisX:t?i.x.transition().duration(t):i.x,axisY:t?i.y.transition().duration(t):i.y,axisY2:t?i.y2.transition().duration(t):i.y2,axisSubX:t?i.subx.transition().duration(t):i.subx}},r.prototype.redraw=function(t,e){var i=this.owner;i.axes.x.style("opacity",e?0:1),i.axes.y.style("opacity",e?0:1),i.axes.y2.style("opacity",e?0:1),i.axes.subx.style("opacity",e?0:1),t.axisX.call(i.xAxis),t.axisY.call(i.yAxis),t.axisY2.call(i.y2Axis),t.axisSubX.call(i.subXAxis)},c.getClipPath=function(e){var i=t.navigator.appVersion.toLowerCase().indexOf("msie 9.")>=0;return"url("+(i?"":document.URL.split("#")[0])+"#"+e+")"},c.appendClip=function(t,e){return t.append("clipPath").attr("id",e).append("rect")},c.getAxisClipX=function(t){var e=Math.max(30,this.margin.left);return t?-(1+e):-(e-1)},c.getAxisClipY=function(t){return t?-20:-this.margin.top},c.getXAxisClipX=function(){var t=this;return t.getAxisClipX(!t.config.axis_rotated)},c.getXAxisClipY=function(){var t=this;return t.getAxisClipY(!t.config.axis_rotated)},c.getYAxisClipX=function(){var t=this;return t.config.axis_y_inner?-1:t.getAxisClipX(t.config.axis_rotated)},c.getYAxisClipY=function(){var t=this;return t.getAxisClipY(t.config.axis_rotated)},c.getAxisClipWidth=function(t){var e=this,i=Math.max(30,e.margin.left),n=Math.max(30,e.margin.right);return t?e.width+2+i+n:e.margin.left+20},c.getAxisClipHeight=function(t){return(t?this.margin.bottom:this.margin.top+this.height)+20},c.getXAxisClipWidth=function(){var t=this;return t.getAxisClipWidth(!t.config.axis_rotated)},c.getXAxisClipHeight=function(){var t=this;return t.getAxisClipHeight(!t.config.axis_rotated)},c.getYAxisClipWidth=function(){var t=this;return t.getAxisClipWidth(t.config.axis_rotated)+(t.config.axis_y_inner?20:0)},c.getYAxisClipHeight=function(){var t=this;return t.getAxisClipHeight(t.config.axis_rotated)},c.initPie=function(){var t=this,e=t.d3,i=t.config;t.pie=e.layout.pie().value(function(t){return t.values.reduce(function(t,e){return t+e.value},0)}),i.data_order||t.pie.sort(null)},c.updateRadius=function(){var t=this,e=t.config,i=e.gauge_width||e.donut_width;t.radiusExpanded=Math.min(t.arcWidth,t.arcHeight)/2,t.radius=.95*t.radiusExpanded,t.innerRadiusRatio=i?(t.radius-i)/t.radius:.6,t.innerRadius=t.hasType("donut")||t.hasType("gauge")?t.radius*t.innerRadiusRatio:0},c.updateArc=function(){var t=this;t.svgArc=t.getSvgArc(),t.svgArcExpanded=t.getSvgArcExpanded(),t.svgArcExpandedSub=t.getSvgArcExpanded(.98)},c.updateAngle=function(t){var e,i,n,a,r=this,o=r.config,s=!1,c=0;return o?(r.pie(r.filterTargetsToShow(r.data.targets)).forEach(function(e){s||e.data.id!==t.data.id||(s=!0,t=e,t.index=c),c++}),isNaN(t.startAngle)&&(t.startAngle=0),isNaN(t.endAngle)&&(t.endAngle=t.startAngle),r.isGaugeType(t.data)&&(e=o.gauge_min,i=o.gauge_max,n=Math.PI*(o.gauge_fullCircle?2:1)/(i-e),a=t.value.375?1.175-36/o.radius:.8)*o.radius/a:0,l="translate("+i*r+","+n*r+")"),l},c.getArcRatio=function(t){var e=this,i=e.config,n=Math.PI*(e.hasType("gauge")&&!i.gauge_fullCircle?1:2);return t?(t.endAngle-t.startAngle)/n:null},c.convertToArcData=function(t){return this.addName({id:t.data.id,value:t.value,ratio:this.getArcRatio(t),index:t.index})},c.textForArcLabel=function(t){var e,i,n,a,r,o=this;return o.shouldShowArcLabel()?(e=o.updateAngle(t),i=e?e.value:null,n=o.getArcRatio(e),a=t.data.id,o.hasType("gauge")||o.meetsArcLabelThreshold(n)?(r=o.getArcLabelFormat(),r?r(i,n,a):o.defaultArcValueFormat(i,n)):""):""},c.expandArc=function(e){var i,n=this;return n.transiting?void(i=t.setInterval(function(){n.transiting||(t.clearInterval(i),n.legend.selectAll(".c3-legend-item-focused").size()>0&&n.expandArc(e))},10)):(e=n.mapToTargetIds(e),void n.svg.selectAll(n.selectorTargets(e,"."+h.chartArc)).each(function(t){n.shouldExpand(t.data.id)&&n.d3.select(this).selectAll("path").transition().duration(n.expandDuration(t.data.id)).attr("d",n.svgArcExpanded).transition().duration(2*n.expandDuration(t.data.id)).attr("d",n.svgArcExpandedSub).each(function(t){n.isDonutType(t.data)})}))},c.unexpandArc=function(t){var e=this;e.transiting||(t=e.mapToTargetIds(t),e.svg.selectAll(e.selectorTargets(t,"."+h.chartArc)).selectAll("path").transition().duration(function(t){return e.expandDuration(t.data.id)}).attr("d",e.svgArc),e.svg.selectAll("."+h.arc).style("opacity",1))},c.expandDuration=function(t){var e=this,i=e.config;return e.isDonutType(t)?i.donut_expand_duration:e.isGaugeType(t)?i.gauge_expand_duration:e.isPieType(t)?i.pie_expand_duration:50},c.shouldExpand=function(t){var e=this,i=e.config;return e.isDonutType(t)&&i.donut_expand||e.isGaugeType(t)&&i.gauge_expand||e.isPieType(t)&&i.pie_expand},c.shouldShowArcLabel=function(){var t=this,e=t.config,i=!0;return t.hasType("donut")?i=e.donut_label_show:t.hasType("pie")&&(i=e.pie_label_show),i},c.meetsArcLabelThreshold=function(t){var e=this,i=e.config,n=e.hasType("donut")?i.donut_label_threshold:i.pie_label_threshold;return t>=n},c.getArcLabelFormat=function(){var t=this,e=t.config,i=e.pie_label_format;return t.hasType("gauge")?i=e.gauge_label_format:t.hasType("donut")&&(i=e.donut_label_format),i},c.getArcTitle=function(){var t=this;return t.hasType("donut")?t.config.donut_title:""},c.updateTargetsForArc=function(t){var e,i,n=this,a=n.main,r=n.classChartArc.bind(n),o=n.classArcs.bind(n),s=n.classFocus.bind(n);e=a.select("."+h.chartArcs).selectAll("."+h.chartArc).data(n.pie(t)).attr("class",function(t){return r(t)+s(t.data)}),i=e.enter().append("g").attr("class",r),i.append("g").attr("class",o),i.append("text").attr("dy",n.hasType("gauge")?"-.1em":".35em").style("opacity",0).style("text-anchor","middle").style("pointer-events","none")},c.initArc=function(){var t=this;t.arcs=t.main.select("."+h.chart).append("g").attr("class",h.chartArcs).attr("transform",t.getTranslate("arc")),t.arcs.append("text").attr("class",h.chartArcsTitle).style("text-anchor","middle").text(t.getArcTitle())},c.redrawArc=function(t,e,i){var n,a=this,r=a.d3,o=a.config,s=a.main;n=s.selectAll("."+h.arcs).selectAll("."+h.arc).data(a.arcData.bind(a)),n.enter().append("path").attr("class",a.classArc.bind(a)).style("fill",function(t){return a.color(t.data)}).style("cursor",function(t){return o.interaction_enabled&&o.data_selection_isselectable(t)?"pointer":null}).style("opacity",0).each(function(t){a.isGaugeType(t.data)&&(t.startAngle=t.endAngle=o.gauge_startingAngle),this._current=t}),n.attr("transform",function(t){return!a.isGaugeType(t.data)&&i?"scale(0)":""}).style("opacity",function(t){return t===this._current?0:1}).on("mouseover",o.interaction_enabled?function(t){var e,i;a.transiting||(e=a.updateAngle(t),e&&(i=a.convertToArcData(e),a.expandArc(e.data.id),a.api.focus(e.data.id),a.toggleFocusLegend(e.data.id,!0),a.config.data_onmouseover(i,this)))}:null).on("mousemove",o.interaction_enabled?function(t){var e,i,n=a.updateAngle(t);n&&(e=a.convertToArcData(n),i=[e],a.showTooltip(i,this))}:null).on("mouseout",o.interaction_enabled?function(t){var e,i;a.transiting||(e=a.updateAngle(t),e&&(i=a.convertToArcData(e),a.unexpandArc(e.data.id),a.api.revert(),a.revertLegend(),a.hideTooltip(),a.config.data_onmouseout(i,this)))}:null).on("click",o.interaction_enabled?function(t,e){var i,n=a.updateAngle(t);n&&(i=a.convertToArcData(n),a.toggleShape&&a.toggleShape(this,i,e),a.config.data_onclick.call(a.api,i,this))}:null).each(function(){a.transiting=!0}).transition().duration(t).attrTween("d",function(t){var e,i=a.updateAngle(t);return i?(isNaN(this._current.startAngle)&&(this._current.startAngle=0),isNaN(this._current.endAngle)&&(this._current.endAngle=this._current.startAngle),e=r.interpolate(this._current,i),this._current=e(0),function(i){var n=e(i);return n.data=t.data,a.getArc(n,!0)}):function(){return"M 0 0"}}).attr("transform",i?"scale(1)":"").style("fill",function(t){return a.levelColor?a.levelColor(t.data.values[0].value):a.color(t.data.id)}).style("opacity",1).call(a.endall,function(){a.transiting=!1}),n.exit().transition().duration(e).style("opacity",0).remove(),s.selectAll("."+h.chartArc).select("text").style("opacity",0).attr("class",function(t){return a.isGaugeType(t.data)?h.gaugeValue:""}).text(a.textForArcLabel.bind(a)).attr("transform",a.transformForArcLabel.bind(a)).style("font-size",function(t){return a.isGaugeType(t.data)?Math.round(a.radius/5)+"px":""}).transition().duration(t).style("opacity",function(t){return a.isTargetToShow(t.data.id)&&a.isArcType(t.data)?1:0}),s.select("."+h.chartArcsTitle).style("opacity",a.hasType("donut")||a.hasType("gauge")?1:0),a.hasType("gauge")&&(a.arcs.select("."+h.chartArcsBackground).attr("d",function(){var t={data:[{value:o.gauge_max}],startAngle:o.gauge_startingAngle,endAngle:-1*o.gauge_startingAngle};return a.getArc(t,!0,!0)}),a.arcs.select("."+h.chartArcsGaugeUnit).attr("dy",".75em").text(o.gauge_label_show?o.gauge_units:""),a.arcs.select("."+h.chartArcsGaugeMin).attr("dx",-1*(a.innerRadius+(a.radius-a.innerRadius)/(o.gauge_fullCircle?1:2))+"px").attr("dy","1.2em").text(o.gauge_label_show?o.gauge_min:""),a.arcs.select("."+h.chartArcsGaugeMax).attr("dx",a.innerRadius+(a.radius-a.innerRadius)/(o.gauge_fullCircle?1:2)+"px").attr("dy","1.2em").text(o.gauge_label_show?o.gauge_max:""))},c.initGauge=function(){var t=this.arcs;this.hasType("gauge")&&(t.append("path").attr("class",h.chartArcsBackground),t.append("text").attr("class",h.chartArcsGaugeUnit).style("text-anchor","middle").style("pointer-events","none"),t.append("text").attr("class",h.chartArcsGaugeMin).style("text-anchor","middle").style("pointer-events","none"),t.append("text").attr("class",h.chartArcsGaugeMax).style("text-anchor","middle").style("pointer-events","none"))},c.getGaugeLabelHeight=function(){return this.config.gauge_label_show?20:0},c.initRegion=function(){var t=this;t.region=t.main.append("g").attr("clip-path",t.clipPath).attr("class",h.regions)},c.updateRegion=function(t){var e=this,i=e.config;e.region.style("visibility",e.hasArcType()?"hidden":"visible"),e.mainRegion=e.main.select("."+h.regions).selectAll("."+h.region).data(i.regions),e.mainRegion.enter().append("g").append("rect").style("fill-opacity",0),e.mainRegion.attr("class",e.classRegion.bind(e)),e.mainRegion.exit().transition().duration(t).style("opacity",0).remove()},c.redrawRegion=function(t){var e=this,i=e.mainRegion.selectAll("rect").each(function(){var t=e.d3.select(this.parentNode).datum();e.d3.select(this).datum(t)}),n=e.regionX.bind(e),a=e.regionY.bind(e),r=e.regionWidth.bind(e),o=e.regionHeight.bind(e);return[(t?i.transition():i).attr("x",n).attr("y",a).attr("width",r).attr("height",o).style("fill-opacity",function(t){return d(t.opacity)?t.opacity:.1})]},c.regionX=function(t){var e,i=this,n=i.config,a="y"===t.axis?i.y:i.y2;return e="y"===t.axis||"y2"===t.axis?n.axis_rotated&&"start"in t?a(t.start):0:n.axis_rotated?0:"start"in t?i.x(i.isTimeSeries()?i.parseDate(t.start):t.start):0},c.regionY=function(t){var e,i=this,n=i.config,a="y"===t.axis?i.y:i.y2;return e="y"===t.axis||"y2"===t.axis?n.axis_rotated?0:"end"in t?a(t.end):0:n.axis_rotated&&"start"in t?i.x(i.isTimeSeries()?i.parseDate(t.start):t.start):0},c.regionWidth=function(t){var e,i=this,n=i.config,a=i.regionX(t),r="y"===t.axis?i.y:i.y2;return e="y"===t.axis||"y2"===t.axis?n.axis_rotated&&"end"in t?r(t.end):i.width:n.axis_rotated?i.width:"end"in t?i.x(i.isTimeSeries()?i.parseDate(t.end):t.end):i.width,a>e?0:e-a},c.regionHeight=function(t){var e,i=this,n=i.config,a=this.regionY(t),r="y"===t.axis?i.y:i.y2;return e="y"===t.axis||"y2"===t.axis?n.axis_rotated?i.height:"start"in t?r(t.start):i.height:n.axis_rotated&&"end"in t?i.x(i.isTimeSeries()?i.parseDate(t.end):t.end):i.height,a>e?0:e-a},c.isRegionOnX=function(t){return!t.axis||"x"===t.axis},c.drag=function(t){var e,i,n,a,r,o,s,c,l=this,u=l.config,d=l.main,g=l.d3;l.hasArcType()||u.data_selection_enabled&&(!u.zoom_enabled||l.zoom.altDomain)&&u.data_selection_multiple&&(e=l.dragStart[0],i=l.dragStart[1],n=t[0],a=t[1],r=Math.min(e,n),o=Math.max(e,n),s=u.data_selection_grouped?l.margin.top:Math.min(i,a),c=u.data_selection_grouped?l.height:Math.max(i,a),d.select("."+h.dragarea).attr("x",r).attr("y",s).attr("width",o-r).attr("height",c-s),d.selectAll("."+h.shapes).selectAll("."+h.shape).filter(function(t){return u.data_selection_isselectable(t)}).each(function(t,e){var i,n,a,u,d,p,f=g.select(this),_=f.classed(h.SELECTED),x=f.classed(h.INCLUDED),y=!1;if(f.classed(h.circle))i=1*f.attr("cx"),n=1*f.attr("cy"),d=l.togglePoint,y=i>r&&o>i&&n>s&&c>n;else{if(!f.classed(h.bar))return;p=P(this),i=p.x,n=p.y,a=p.width,u=p.height,d=l.togglePath,y=!(i>o||r>i+a||n>c||s>n+u)}y^x&&(f.classed(h.INCLUDED,!x),f.classed(h.SELECTED,!_),d.call(l,!_,f,t,e))}))},c.dragstart=function(t){var e=this,i=e.config;e.hasArcType()||i.data_selection_enabled&&(e.dragStart=t,e.main.select("."+h.chart).append("rect").attr("class",h.dragarea).style("opacity",.1),e.dragging=!0)},c.dragend=function(){var t=this,e=t.config;t.hasArcType()||e.data_selection_enabled&&(t.main.select("."+h.dragarea).transition().duration(100).style("opacity",0).remove(),t.main.selectAll("."+h.shape).classed(h.INCLUDED,!1),t.dragging=!1)},c.selectPoint=function(t,e,i){var n=this,a=n.config,r=(a.axis_rotated?n.circleY:n.circleX).bind(n),o=(a.axis_rotated?n.circleX:n.circleY).bind(n),s=n.pointSelectR.bind(n);a.data_onselected.call(n.api,e,t.node()),n.main.select("."+h.selectedCircles+n.getTargetSelectorSuffix(e.id)).selectAll("."+h.selectedCircle+"-"+i).data([e]).enter().append("circle").attr("class",function(){return n.generateClass(h.selectedCircle,i)}).attr("cx",r).attr("cy",o).attr("stroke",function(){return n.color(e)}).attr("r",function(t){return 1.4*n.pointSelectR(t)}).transition().duration(100).attr("r",s)},c.unselectPoint=function(t,e,i){var n=this;n.config.data_onunselected.call(n.api,e,t.node()),n.main.select("."+h.selectedCircles+n.getTargetSelectorSuffix(e.id)).selectAll("."+h.selectedCircle+"-"+i).transition().duration(100).attr("r",0).remove()},c.togglePoint=function(t,e,i,n){t?this.selectPoint(e,i,n):this.unselectPoint(e,i,n)},c.selectPath=function(t,e){var i=this;i.config.data_onselected.call(i,e,t.node()),i.config.interaction_brighten&&t.transition().duration(100).style("fill",function(){return i.d3.rgb(i.color(e)).brighter(.75)})},c.unselectPath=function(t,e){var i=this;i.config.data_onunselected.call(i,e,t.node()),i.config.interaction_brighten&&t.transition().duration(100).style("fill",function(){return i.color(e)})},c.togglePath=function(t,e,i,n){t?this.selectPath(e,i,n):this.unselectPath(e,i,n)},c.getToggle=function(t,e){var i,n=this;return"circle"===t.nodeName?i=n.isStepType(e)?function(){}:n.togglePoint:"path"===t.nodeName&&(i=n.togglePath),i},c.toggleShape=function(t,e,i){var n=this,a=n.d3,r=n.config,o=a.select(t),s=o.classed(h.SELECTED),c=n.getToggle(t,e).bind(n);r.data_selection_enabled&&r.data_selection_isselectable(e)&&(r.data_selection_multiple||n.main.selectAll("."+h.shapes+(r.data_selection_grouped?n.getTargetSelectorSuffix(e.id):"")).selectAll("."+h.shape).each(function(t,e){var i=a.select(this);i.classed(h.SELECTED)&&c(!1,i.classed(h.SELECTED,!1),t,e)}),o.classed(h.SELECTED,!s),c(!s,o,e,i))},c.initBrush=function(){var t=this,e=t.d3;t.brush=e.svg.brush().on("brush",function(){t.redrawForBrush()}),t.brush.update=function(){return t.context&&t.context.select("."+h.brush).call(this),this},t.brush.scale=function(e){return t.config.axis_rotated?this.y(e):this.x(e)}},c.initSubchart=function(){var t=this,e=t.config,i=t.context=t.svg.append("g").attr("transform",t.getTranslate("context")),n=e.subchart_show?"visible":"hidden";i.style("visibility",n),i.append("g").attr("clip-path",t.clipPathForSubchart).attr("class",h.chart),i.select("."+h.chart).append("g").attr("class",h.chartBars),i.select("."+h.chart).append("g").attr("class",h.chartLines),i.append("g").attr("clip-path",t.clipPath).attr("class",h.brush).call(t.brush),t.axes.subx=i.append("g").attr("class",h.axisX).attr("transform",t.getTranslate("subx")).attr("clip-path",e.axis_rotated?"":t.clipPathForXAxis).style("visibility",e.subchart_axis_x_show?n:"hidden")},c.updateTargetsForSubchart=function(t){var e,i,n,a,r=this,o=r.context,s=r.config,c=r.classChartBar.bind(r),l=r.classBars.bind(r),u=r.classChartLine.bind(r),d=r.classLines.bind(r),g=r.classAreas.bind(r);s.subchart_show&&(a=o.select("."+h.chartBars).selectAll("."+h.chartBar).data(t).attr("class",c),n=a.enter().append("g").style("opacity",0).attr("class",c),n.append("g").attr("class",l),i=o.select("."+h.chartLines).selectAll("."+h.chartLine).data(t).attr("class",u),e=i.enter().append("g").style("opacity",0).attr("class",u),e.append("g").attr("class",d),e.append("g").attr("class",g),o.selectAll("."+h.brush+" rect").attr(s.axis_rotated?"width":"height",s.axis_rotated?r.width2:r.height2))},c.updateBarForSubchart=function(t){var e=this;e.contextBar=e.context.selectAll("."+h.bars).selectAll("."+h.bar).data(e.barData.bind(e)),e.contextBar.enter().append("path").attr("class",e.classBar.bind(e)).style("stroke","none").style("fill",e.color),e.contextBar.style("opacity",e.initialOpacity.bind(e)),e.contextBar.exit().transition().duration(t).style("opacity",0).remove()},c.redrawBarForSubchart=function(t,e,i){(e?this.contextBar.transition(Math.random().toString()).duration(i):this.contextBar).attr("d",t).style("opacity",1)},c.updateLineForSubchart=function(t){var e=this;e.contextLine=e.context.selectAll("."+h.lines).selectAll("."+h.line).data(e.lineData.bind(e)),e.contextLine.enter().append("path").attr("class",e.classLine.bind(e)).style("stroke",e.color),e.contextLine.style("opacity",e.initialOpacity.bind(e)),e.contextLine.exit().transition().duration(t).style("opacity",0).remove()},c.redrawLineForSubchart=function(t,e,i){(e?this.contextLine.transition(Math.random().toString()).duration(i):this.contextLine).attr("d",t).style("opacity",1)},c.updateAreaForSubchart=function(t){var e=this,i=e.d3;e.contextArea=e.context.selectAll("."+h.areas).selectAll("."+h.area).data(e.lineData.bind(e)),e.contextArea.enter().append("path").attr("class",e.classArea.bind(e)).style("fill",e.color).style("opacity",function(){return e.orgAreaOpacity=+i.select(this).style("opacity"),0}),e.contextArea.style("opacity",0),e.contextArea.exit().transition().duration(t).style("opacity",0).remove()},c.redrawAreaForSubchart=function(t,e,i){(e?this.contextArea.transition(Math.random().toString()).duration(i):this.contextArea).attr("d",t).style("fill",this.color).style("opacity",this.orgAreaOpacity)},c.redrawSubchart=function(t,e,i,n,a,r,o){var s,c,l,u=this,h=u.d3,d=u.config;u.context.style("visibility",d.subchart_show?"visible":"hidden"),d.subchart_show&&(h.event&&"zoom"===h.event.type&&u.brush.extent(u.x.orgDomain()).update(),t&&(u.brush.empty()||u.brush.extent(u.x.orgDomain()).update(),s=u.generateDrawArea(a,!0),c=u.generateDrawBar(r,!0),l=u.generateDrawLine(o,!0),u.updateBarForSubchart(i),u.updateLineForSubchart(i),u.updateAreaForSubchart(i),u.redrawBarForSubchart(c,i,i),u.redrawLineForSubchart(l,i,i),u.redrawAreaForSubchart(s,i,i)))},c.redrawForBrush=function(){var t=this,e=t.x;t.redraw({withTransition:!1,withY:t.config.zoom_rescale,withSubchart:!1,withUpdateXDomain:!0,withDimension:!1}),t.config.subchart_onbrush.call(t.api,e.orgDomain())},c.transformContext=function(t,e){var i,n=this;e&&e.axisSubX?i=e.axisSubX:(i=n.context.select("."+h.axisX),t&&(i=i.transition())),n.context.attr("transform",n.getTranslate("context")),i.attr("transform",n.getTranslate("subx"))},c.getDefaultExtent=function(){var t=this,e=t.config,i=g(e.axis_x_extent)?e.axis_x_extent(t.getXDomain(t.data.targets)):e.axis_x_extent;return t.isTimeSeries()&&(i=[t.parseDate(i[0]),t.parseDate(i[1])]),i},c.initZoom=function(){var t,e=this,i=e.d3,n=e.config;e.zoom=i.behavior.zoom().on("zoomstart",function(){t=i.event.sourceEvent,e.zoom.altDomain=i.event.sourceEvent.altKey?e.x.orgDomain():null,n.zoom_onzoomstart.call(e.api,i.event.sourceEvent)}).on("zoom",function(){e.redrawForZoom.call(e)}).on("zoomend",function(){var a=i.event.sourceEvent;a&&t.clientX===a.clientX&&t.clientY===a.clientY||(e.redrawEventRect(),e.updateZoom(),n.zoom_onzoomend.call(e.api,e.x.orgDomain()))}),e.zoom.scale=function(t){return n.axis_rotated?this.y(t):this.x(t)},e.zoom.orgScaleExtent=function(){var t=n.zoom_extent?n.zoom_extent:[1,10];return[t[0],Math.max(e.getMaxDataCount()/t[1],t[1])]},e.zoom.updateScaleExtent=function(){var t=m(e.x.orgDomain())/m(e.getZoomDomain()),i=this.orgScaleExtent();return this.scaleExtent([i[0]*t,i[1]*t]),this}},c.getZoomDomain=function(){var t=this,e=t.config,i=t.d3,n=i.min([t.orgXDomain[0],e.zoom_x_min]),a=i.max([t.orgXDomain[1],e.zoom_x_max]);return[n,a]},c.updateZoom=function(){var t=this,e=t.config.zoom_enabled?t.zoom:function(){};t.main.select("."+h.zoomRect).call(e).on("dblclick.zoom",null),t.main.selectAll("."+h.eventRect).call(e).on("dblclick.zoom",null)},c.redrawForZoom=function(){var t=this,e=t.d3,i=t.config,n=t.zoom,a=t.x;if(i.zoom_enabled&&0!==t.filterTargetsToShow(t.data.targets).length){if("mousemove"===e.event.sourceEvent.type&&n.altDomain)return a.domain(n.altDomain),void n.scale(a).updateScaleExtent();t.isCategorized()&&a.orgDomain()[0]===t.orgXDomain[0]&&a.domain([t.orgXDomain[0]-1e-10,a.orgDomain()[1]]),t.redraw({withTransition:!1,withY:i.zoom_rescale,withSubchart:!1,withEventRect:!1,withDimension:!1}),"mousemove"===e.event.sourceEvent.type&&(t.cancelClick=!0),i.zoom_onzoom.call(t.api,a.orgDomain())}},c.generateColor=function(){var t=this,e=t.config,i=t.d3,n=e.data_colors,a=v(e.color_pattern)?e.color_pattern:i.scale.category10().range(),r=e.data_color,o=[];return function(t){var e,i=t.id||t.data&&t.data.id||t;return n[i]instanceof Function?e=n[i](t):n[i]?e=n[i]:(o.indexOf(i)<0&&o.push(i),e=a[o.indexOf(i)%a.length],n[i]=e),r instanceof Function?r(e,t):e}},c.generateLevelColor=function(){var t=this,e=t.config,i=e.color_pattern,n=e.color_threshold,a="value"===n.unit,r=n.values&&n.values.length?n.values:[],o=n.max||100;return v(e.color_threshold)?function(t){var e,n,s=i[i.length-1];for(e=0;e=0?h.focused:"")},c.classDefocused=function(t){return" "+(this.defocusedTargetIds.indexOf(t.id)>=0?h.defocused:"")},c.classChartText=function(t){return h.chartText+this.classTarget(t.id)},c.classChartLine=function(t){return h.chartLine+this.classTarget(t.id)},c.classChartBar=function(t){return h.chartBar+this.classTarget(t.id)},c.classChartArc=function(t){return h.chartArc+this.classTarget(t.data.id)},c.getTargetSelectorSuffix=function(t){return t||0===t?("-"+t).replace(/[\s?!@#$%^&*()_=+,.<>'":;\[\]\/|~`{}\\]/g,"-"):""},c.selectorTarget=function(t,e){return(e||"")+"."+h.target+this.getTargetSelectorSuffix(t)},c.selectorTargets=function(t,e){var i=this;return t=t||[],t.length?t.map(function(t){return i.selectorTarget(t,e)}):null},c.selectorLegend=function(t){return"."+h.legendItem+this.getTargetSelectorSuffix(t)},c.selectorLegends=function(t){var e=this;return t&&t.length?t.map(function(t){return e.selectorLegend(t)}):null};var d=c.isValue=function(t){return t||0===t},g=c.isFunction=function(t){return"function"==typeof t},p=c.isString=function(t){return"string"==typeof t},f=c.isUndefined=function(t){return"undefined"==typeof t},_=c.isDefined=function(t){return"undefined"!=typeof t},x=c.ceil10=function(t){return 10*Math.ceil(t/10)},y=c.asHalfPixel=function(t){return Math.ceil(t)+.5},m=c.diffDomain=function(t){return t[1]-t[0]},S=c.isEmpty=function(t){return"undefined"==typeof t||null===t||p(t)&&0===t.length||"object"==typeof t&&0===Object.keys(t).length},v=c.notEmpty=function(t){return!c.isEmpty(t)},b=c.getOption=function(t,e,i){return _(t[e])?t[e]:i},A=c.hasValue=function(t,e){var i=!1;return Object.keys(t).forEach(function(n){t[n]===e&&(i=!0)}),i},T=c.sanitise=function(t){return"string"==typeof t?t.replace(//g,">"):t},P=c.getPathBox=function(t){var e=t.getBoundingClientRect(),i=[t.pathSegList.getItem(0),t.pathSegList.getItem(1)],n=i[0].x,a=Math.min(i[0].y,i[1].y);return{x:n,y:a,width:e.width,height:e.height}};s.focus=function(t){var e,i=this.internal;t=i.mapToTargetIds(t),e=i.svg.selectAll(i.selectorTargets(t.filter(i.isTargetToShow,i))),this.revert(),this.defocus(),e.classed(h.focused,!0).classed(h.defocused,!1), +i.hasArcType()&&i.expandArc(t),i.toggleFocusLegend(t,!0),i.focusedTargetIds=t,i.defocusedTargetIds=i.defocusedTargetIds.filter(function(e){return t.indexOf(e)<0})},s.defocus=function(t){var e,i=this.internal;t=i.mapToTargetIds(t),e=i.svg.selectAll(i.selectorTargets(t.filter(i.isTargetToShow,i))),e.classed(h.focused,!1).classed(h.defocused,!0),i.hasArcType()&&i.unexpandArc(t),i.toggleFocusLegend(t,!1),i.focusedTargetIds=i.focusedTargetIds.filter(function(e){return t.indexOf(e)<0}),i.defocusedTargetIds=t},s.revert=function(t){var e,i=this.internal;t=i.mapToTargetIds(t),e=i.svg.selectAll(i.selectorTargets(t)),e.classed(h.focused,!1).classed(h.defocused,!1),i.hasArcType()&&i.unexpandArc(t),i.config.legend_show&&(i.showLegend(t.filter(i.isLegendToShow.bind(i))),i.legend.selectAll(i.selectorLegends(t)).filter(function(){return i.d3.select(this).classed(h.legendItemFocused)}).classed(h.legendItemFocused,!1)),i.focusedTargetIds=[],i.defocusedTargetIds=[]},s.show=function(t,e){var i,n=this.internal;t=n.mapToTargetIds(t),e=e||{},n.removeHiddenTargetIds(t),i=n.svg.selectAll(n.selectorTargets(t)),i.transition().style("opacity",1,"important").call(n.endall,function(){i.style("opacity",null).style("opacity",1)}),e.withLegend&&n.showLegend(t),n.redraw({withUpdateOrgXDomain:!0,withUpdateXDomain:!0,withLegend:!0})},s.hide=function(t,e){var i,n=this.internal;t=n.mapToTargetIds(t),e=e||{},n.addHiddenTargetIds(t),i=n.svg.selectAll(n.selectorTargets(t)),i.transition().style("opacity",0,"important").call(n.endall,function(){i.style("opacity",null).style("opacity",0)}),e.withLegend&&n.hideLegend(t),n.redraw({withUpdateOrgXDomain:!0,withUpdateXDomain:!0,withLegend:!0})},s.toggle=function(t,e){var i=this,n=this.internal;n.mapToTargetIds(t).forEach(function(t){n.isTargetToShow(t)?i.hide(t,e):i.show(t,e)})},s.zoom=function(t){var e=this.internal;return t&&(e.isTimeSeries()&&(t=t.map(function(t){return e.parseDate(t)})),e.brush.extent(t),e.redraw({withUpdateXDomain:!0,withY:e.config.zoom_rescale}),e.config.zoom_onzoom.call(this,e.x.orgDomain())),e.brush.extent()},s.zoom.enable=function(t){var e=this.internal;e.config.zoom_enabled=t,e.updateAndRedraw()},s.unzoom=function(){var t=this.internal;t.brush.clear().update(),t.redraw({withUpdateXDomain:!0})},s.zoom.max=function(t){var e=this.internal,i=e.config,n=e.d3;return 0===t||t?void(i.zoom_x_max=n.max([e.orgXDomain[1],t])):i.zoom_x_max},s.zoom.min=function(t){var e=this.internal,i=e.config,n=e.d3;return 0===t||t?void(i.zoom_x_min=n.min([e.orgXDomain[0],t])):i.zoom_x_min},s.zoom.range=function(t){return arguments.length?(_(t.max)&&this.domain.max(t.max),void(_(t.min)&&this.domain.min(t.min))):{max:this.domain.max(),min:this.domain.min()}},s.load=function(t){var e=this.internal,i=e.config;return t.xs&&e.addXs(t.xs),"names"in t&&s.data.names.bind(this)(t.names),"classes"in t&&Object.keys(t.classes).forEach(function(e){i.data_classes[e]=t.classes[e]}),"categories"in t&&e.isCategorized()&&(i.axis_x_categories=t.categories),"axes"in t&&Object.keys(t.axes).forEach(function(e){i.data_axes[e]=t.axes[e]}),"colors"in t&&Object.keys(t.colors).forEach(function(e){i.data_colors[e]=t.colors[e]}),"cacheIds"in t&&e.hasCaches(t.cacheIds)?void e.load(e.getCaches(t.cacheIds),t.done):void("unload"in t?e.unload(e.mapToTargetIds("boolean"==typeof t.unload&&t.unload?null:t.unload),function(){e.loadFromArgs(t)}):e.loadFromArgs(t))},s.unload=function(t){var e=this.internal;t=t||{},t instanceof Array?t={ids:t}:"string"==typeof t&&(t={ids:[t]}),e.unload(e.mapToTargetIds(t.ids),function(){e.redraw({withUpdateOrgXDomain:!0,withUpdateXDomain:!0,withLegend:!0}),t.done&&t.done()})},s.flow=function(t){var e,i,n,a,r,o,s,c,l=this.internal,u=[],h=l.getMaxDataCount(),g=0,p=0;if(t.json)i=l.convertJsonToData(t.json,t.keys);else if(t.rows)i=l.convertRowsToData(t.rows);else{if(!t.columns)return;i=l.convertColumnsToData(t.columns)}e=l.convertDataToTargets(i,!0),l.data.targets.forEach(function(t){var i,n,a=!1;for(i=0;in;n++)e[i].values[n].index=p+n,l.isTimeSeries()||(e[i].values[n].x=p+n);t.values=t.values.concat(e[i].values),e.splice(i,1);break}a||u.push(t.id)}),l.data.targets.forEach(function(t){var e,i;for(e=0;ei;i++)t.values.push({id:t.id,index:p+i,x:l.isTimeSeries()?l.getOtherTargetX(p+i):p+i,value:null})}),l.data.targets.length&&e.forEach(function(t){var e,i=[];for(e=l.data.targets[0].values[0].index;p>e;e++)i.push({id:t.id,index:e,x:l.isTimeSeries()?l.getOtherTargetX(e):e,value:null});t.values.forEach(function(t){t.index+=p,l.isTimeSeries()||(t.x+=p)}),t.values=i.concat(t.values)}),l.data.targets=l.data.targets.concat(e),n=l.getMaxDataCount(),r=l.data.targets[0],o=r.values[0],_(t.to)?(g=0,c=l.isTimeSeries()?l.parseDate(t.to):t.to,r.values.forEach(function(t){t.x1?r.values[r.values.length-1].x-o.x:o.x-l.getXDomain(l.data.targets)[0]:1,a=[o.x-s,o.x],l.updateXDomain(null,!0,!0,!1,a)),l.updateTargets(l.data.targets),l.redraw({flow:{index:o.index,length:g,duration:d(t.duration)?t.duration:l.config.transition_duration,done:t.done,orgDataCount:h},withLegend:!0,withTransition:h>1,withTrimXDomain:!1,withUpdateXAxis:!0})},c.generateFlow=function(t){var e=this,i=e.config,n=e.d3;return function(){var a,r,o,s=t.targets,c=t.flow,l=t.drawBar,u=t.drawLine,d=t.drawArea,g=t.cx,p=t.cy,f=t.xv,_=t.xForText,x=t.yForText,y=t.duration,S=1,v=c.index,b=c.length,A=e.getValueOnIndex(e.data.targets[0].values,v),T=e.getValueOnIndex(e.data.targets[0].values,v+b),P=e.x.domain(),C=c.duration||y,L=c.done||function(){},w=e.generateWait(),V=e.xgrid||n.selectAll([]),G=e.xgridLines||n.selectAll([]),I=e.mainRegion||n.selectAll([]),E=e.mainText||n.selectAll([]),O=e.mainBar||n.selectAll([]),R=e.mainLine||n.selectAll([]),F=e.mainArea||n.selectAll([]),D=e.mainCircle||n.selectAll([]);e.flowing=!0,e.data.targets.forEach(function(t){t.values.splice(0,b)}),o=e.updateXDomain(s,!0,!0),e.updateXGrid&&e.updateXGrid(!0),c.orgDataCount?a=1===c.orgDataCount||(A&&A.x)===(T&&T.x)?e.x(P[0])-e.x(o[0]):e.isTimeSeries()?e.x(P[0])-e.x(o[0]):e.x(A.x)-e.x(T.x):1!==e.data.targets[0].values.length?a=e.x(P[0])-e.x(o[0]):e.isTimeSeries()?(A=e.getValueOnIndex(e.data.targets[0].values,0),T=e.getValueOnIndex(e.data.targets[0].values,e.data.targets[0].values.length-1),a=e.x(A.x)-e.x(T.x)):a=m(o)/2,S=m(P)/m(o),r="translate("+a+",0) scale("+S+",1)",e.hideXGridFocus(),n.transition().ease("linear").duration(C).each(function(){w.add(e.axes.x.transition().call(e.xAxis)),w.add(O.transition().attr("transform",r)),w.add(R.transition().attr("transform",r)),w.add(F.transition().attr("transform",r)),w.add(D.transition().attr("transform",r)),w.add(E.transition().attr("transform",r)),w.add(I.filter(e.isRegionOnX).transition().attr("transform",r)),w.add(V.transition().attr("transform",r)),w.add(G.transition().attr("transform",r))}).call(w,function(){var t,n=[],a=[],r=[];if(b){for(t=0;b>t;t++)n.push("."+h.shape+"-"+(v+t)),a.push("."+h.text+"-"+(v+t)),r.push("."+h.eventRect+"-"+(v+t));e.svg.selectAll("."+h.shapes).selectAll(n).remove(),e.svg.selectAll("."+h.texts).selectAll(a).remove(),e.svg.selectAll("."+h.eventRects).selectAll(r).remove(),e.svg.select("."+h.xgrid).remove()}V.attr("transform",null).attr(e.xgridAttr),G.attr("transform",null),G.select("line").attr("x1",i.axis_rotated?0:f).attr("x2",i.axis_rotated?e.width:f),G.select("text").attr("x",i.axis_rotated?e.width:0).attr("y",f),O.attr("transform",null).attr("d",l),R.attr("transform",null).attr("d",u),F.attr("transform",null).attr("d",d),D.attr("transform",null).attr("cx",g).attr("cy",p),E.attr("transform",null).attr("x",_).attr("y",x).style("fill-opacity",e.opacityForText.bind(e)),I.attr("transform",null),I.select("rect").filter(e.isRegionOnX).attr("x",e.regionX.bind(e)).attr("width",e.regionWidth.bind(e)),i.interaction_enabled&&e.redrawEventRect(),L(),e.flowing=!1})}},s.selected=function(t){var e=this.internal,i=e.d3;return i.merge(e.main.selectAll("."+h.shapes+e.getTargetSelectorSuffix(t)).selectAll("."+h.shape).filter(function(){return i.select(this).classed(h.SELECTED)}).map(function(t){return t.map(function(t){var e=t.__data__;return e.data?e.data:e})}))},s.select=function(t,e,i){var n=this.internal,a=n.d3,r=n.config;r.data_selection_enabled&&n.main.selectAll("."+h.shapes).selectAll("."+h.shape).each(function(o,s){var c=a.select(this),l=o.data?o.data.id:o.id,u=n.getToggle(this,o).bind(n),d=r.data_selection_grouped||!t||t.indexOf(l)>=0,g=!e||e.indexOf(s)>=0,p=c.classed(h.SELECTED);c.classed(h.line)||c.classed(h.area)||(d&&g?r.data_selection_isselectable(o)&&!p&&u(!0,c.classed(h.SELECTED,!0),o,s):_(i)&&i&&p&&u(!1,c.classed(h.SELECTED,!1),o,s))})},s.unselect=function(t,e){var i=this.internal,n=i.d3,a=i.config;a.data_selection_enabled&&i.main.selectAll("."+h.shapes).selectAll("."+h.shape).each(function(r,o){var s=n.select(this),c=r.data?r.data.id:r.id,l=i.getToggle(this,r).bind(i),u=a.data_selection_grouped||!t||t.indexOf(c)>=0,d=!e||e.indexOf(o)>=0,g=s.classed(h.SELECTED);s.classed(h.line)||s.classed(h.area)||u&&d&&a.data_selection_isselectable(r)&&g&&l(!1,s.classed(h.SELECTED,!1),r,o)})},s.transform=function(t,e){var i=this.internal,n=["pie","donut"].indexOf(t)>=0?{withTransform:!0}:null;i.transformTo(e,t,n)},c.transformTo=function(t,e,i){var n=this,a=!n.hasArcType(),r=i||{withTransitionForAxis:a};r.withTransitionForTransform=!1,n.transiting=!1,n.setTargetType(t,e),n.updateTargets(n.data.targets),n.updateAndRedraw(r)},s.groups=function(t){var e=this.internal,i=e.config;return f(t)?i.data_groups:(i.data_groups=t,e.redraw(),i.data_groups)},s.xgrids=function(t){var e=this.internal,i=e.config;return t?(i.grid_x_lines=t,e.redrawWithoutRescale(),i.grid_x_lines):i.grid_x_lines},s.xgrids.add=function(t){var e=this.internal;return this.xgrids(e.config.grid_x_lines.concat(t?t:[]))},s.xgrids.remove=function(t){var e=this.internal;e.removeGridLines(t,!0)},s.ygrids=function(t){var e=this.internal,i=e.config;return t?(i.grid_y_lines=t,e.redrawWithoutRescale(),i.grid_y_lines):i.grid_y_lines},s.ygrids.add=function(t){var e=this.internal;return this.ygrids(e.config.grid_y_lines.concat(t?t:[]))},s.ygrids.remove=function(t){var e=this.internal;e.removeGridLines(t,!1)},s.regions=function(t){var e=this.internal,i=e.config;return t?(i.regions=t,e.redrawWithoutRescale(),i.regions):i.regions},s.regions.add=function(t){var e=this.internal,i=e.config;return t?(i.regions=i.regions.concat(t),e.redrawWithoutRescale(),i.regions):i.regions},s.regions.remove=function(t){var e,i,n,a=this.internal,r=a.config;return t=t||{},e=a.getOption(t,"duration",r.transition_duration),i=a.getOption(t,"classes",[h.region]),n=a.main.select("."+h.regions).selectAll(i.map(function(t){return"."+t})),(e?n.transition().duration(e):n).style("opacity",0).remove(),r.regions=r.regions.filter(function(t){var e=!1;return t["class"]?(t["class"].split(" ").forEach(function(t){i.indexOf(t)>=0&&(e=!0)}),!e):!0}),r.regions},s.data=function(t){var e=this.internal.data.targets;return"undefined"==typeof t?e:e.filter(function(e){return[].concat(t).indexOf(e.id)>=0})},s.data.shown=function(t){return this.internal.filterTargetsToShow(this.data(t))},s.data.values=function(t){var e,i=null;return t&&(e=this.data(t),i=e[0]?e[0].values.map(function(t){return t.value}):null),i},s.data.names=function(t){return this.internal.clearLegendItemTextBoxCache(),this.internal.updateDataAttributes("names",t)},s.data.colors=function(t){return this.internal.updateDataAttributes("colors",t)},s.data.axes=function(t){return this.internal.updateDataAttributes("axes",t)},s.category=function(t,e){var i=this.internal,n=i.config;return arguments.length>1&&(n.axis_x_categories[t]=e,i.redraw()),n.axis_x_categories[t]},s.categories=function(t){var e=this.internal,i=e.config;return arguments.length?(i.axis_x_categories=t,e.redraw(),i.axis_x_categories):i.axis_x_categories},s.color=function(t){var e=this.internal;return e.color(t)},s.x=function(t){var e=this.internal;return arguments.length&&(e.updateTargetX(e.data.targets,t),e.redraw({withUpdateOrgXDomain:!0,withUpdateXDomain:!0})),e.data.xs},s.xs=function(t){var e=this.internal;return arguments.length&&(e.updateTargetXs(e.data.targets,t),e.redraw({withUpdateOrgXDomain:!0,withUpdateXDomain:!0})),e.data.xs},s.axis=function(){},s.axis.labels=function(t){var e=this.internal;arguments.length&&(Object.keys(t).forEach(function(i){e.axis.setLabelText(i,t[i])}),e.axis.updateLabels())},s.axis.max=function(t){var e=this.internal,i=e.config;return arguments.length?("object"==typeof t?(d(t.x)&&(i.axis_x_max=t.x),d(t.y)&&(i.axis_y_max=t.y),d(t.y2)&&(i.axis_y2_max=t.y2)):i.axis_y_max=i.axis_y2_max=t,void e.redraw({withUpdateOrgXDomain:!0,withUpdateXDomain:!0})):{x:i.axis_x_max,y:i.axis_y_max,y2:i.axis_y2_max}},s.axis.min=function(t){var e=this.internal,i=e.config;return arguments.length?("object"==typeof t?(d(t.x)&&(i.axis_x_min=t.x),d(t.y)&&(i.axis_y_min=t.y),d(t.y2)&&(i.axis_y2_min=t.y2)):i.axis_y_min=i.axis_y2_min=t,void e.redraw({withUpdateOrgXDomain:!0,withUpdateXDomain:!0})):{x:i.axis_x_min,y:i.axis_y_min,y2:i.axis_y2_min}},s.axis.range=function(t){return arguments.length?(_(t.max)&&this.axis.max(t.max),void(_(t.min)&&this.axis.min(t.min))):{max:this.axis.max(),min:this.axis.min()}},s.legend=function(){},s.legend.show=function(t){var e=this.internal;e.showLegend(e.mapToTargetIds(t)),e.updateAndRedraw({withLegend:!0})},s.legend.hide=function(t){var e=this.internal;e.hideLegend(e.mapToTargetIds(t)),e.updateAndRedraw({withLegend:!0})},s.resize=function(t){var e=this.internal,i=e.config;i.size_width=t?t.width:null,i.size_height=t?t.height:null,this.flush()},s.flush=function(){var t=this.internal;t.updateAndRedraw({withLegend:!0,withTransition:!1,withTransitionForTransform:!1})},s.destroy=function(){var e=this.internal;if(t.clearInterval(e.intervalForObserveInserted),void 0!==e.resizeTimeout&&t.clearTimeout(e.resizeTimeout),t.detachEvent)t.detachEvent("onresize",e.resizeFunction);else if(t.removeEventListener)t.removeEventListener("resize",e.resizeFunction);else{var i=t.onresize;i&&i.add&&i.remove&&i.remove(e.resizeFunction)}return e.selectChart.classed("c3",!1).html(""),Object.keys(e).forEach(function(t){e[t]=null}),null},s.tooltip=function(){},s.tooltip.show=function(t){var e,i,n=this.internal;t.mouse&&(i=t.mouse),t.data?n.isMultipleX()?(i=[n.x(t.data.x),n.getYScale(t.data.id)(t.data.value)],e=null):e=d(t.data.index)?t.data.index:n.getIndexByX(t.data.x):"undefined"!=typeof t.x?e=n.getIndexByX(t.x):"undefined"!=typeof t.index&&(e=t.index),n.dispatchEvent("mouseover",e,i),n.dispatchEvent("mousemove",e,i),n.config.tooltip_onshow.call(n,t.data)},s.tooltip.hide=function(){this.internal.dispatchEvent("mouseout",0),this.internal.config.tooltip_onhide.call(this)};var C;c.isSafari=function(){var e=t.navigator.userAgent;return e.indexOf("Safari")>=0&&e.indexOf("Chrome")<0},c.isChrome=function(){var e=t.navigator.userAgent;return e.indexOf("Chrome")>=0},Function.prototype.bind||(Function.prototype.bind=function(t){if("function"!=typeof this)throw new TypeError("Function.prototype.bind - what is trying to be bound is not callable");var e=Array.prototype.slice.call(arguments,1),i=this,n=function(){},a=function(){return i.apply(this instanceof n?this:t,e.concat(Array.prototype.slice.call(arguments)))};return n.prototype=this.prototype,a.prototype=new n,a}),function(){"SVGPathSeg"in t||(t.SVGPathSeg=function(t,e,i){this.pathSegType=t,this.pathSegTypeAsLetter=e,this._owningPathSegList=i},SVGPathSeg.PATHSEG_UNKNOWN=0,SVGPathSeg.PATHSEG_CLOSEPATH=1,SVGPathSeg.PATHSEG_MOVETO_ABS=2,SVGPathSeg.PATHSEG_MOVETO_REL=3,SVGPathSeg.PATHSEG_LINETO_ABS=4,SVGPathSeg.PATHSEG_LINETO_REL=5,SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS=6,SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL=7,SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS=8,SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL=9,SVGPathSeg.PATHSEG_ARC_ABS=10,SVGPathSeg.PATHSEG_ARC_REL=11,SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS=12,SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL=13,SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS=14,SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL=15,SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=16,SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=17,SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=18,SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=19,SVGPathSeg.prototype._segmentChanged=function(){this._owningPathSegList&&this._owningPathSegList.segmentChanged(this)},t.SVGPathSegClosePath=function(t){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_CLOSEPATH,"z",t)},SVGPathSegClosePath.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegClosePath.prototype.toString=function(){return"[object SVGPathSegClosePath]"},SVGPathSegClosePath.prototype._asPathString=function(){return this.pathSegTypeAsLetter},SVGPathSegClosePath.prototype.clone=function(){return new SVGPathSegClosePath(void 0)},t.SVGPathSegMovetoAbs=function(t,e,i){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_MOVETO_ABS,"M",t),this._x=e,this._y=i},SVGPathSegMovetoAbs.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegMovetoAbs.prototype.toString=function(){return"[object SVGPathSegMovetoAbs]"},SVGPathSegMovetoAbs.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x+" "+this._y},SVGPathSegMovetoAbs.prototype.clone=function(){return new SVGPathSegMovetoAbs(void 0,this._x,this._y)},Object.defineProperty(SVGPathSegMovetoAbs.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegMovetoAbs.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegMovetoRel=function(t,e,i){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_MOVETO_REL,"m",t),this._x=e,this._y=i},SVGPathSegMovetoRel.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegMovetoRel.prototype.toString=function(){return"[object SVGPathSegMovetoRel]"},SVGPathSegMovetoRel.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x+" "+this._y},SVGPathSegMovetoRel.prototype.clone=function(){return new SVGPathSegMovetoRel(void 0,this._x,this._y)},Object.defineProperty(SVGPathSegMovetoRel.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegMovetoRel.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegLinetoAbs=function(t,e,i){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_LINETO_ABS,"L",t),this._x=e,this._y=i},SVGPathSegLinetoAbs.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegLinetoAbs.prototype.toString=function(){return"[object SVGPathSegLinetoAbs]"},SVGPathSegLinetoAbs.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x+" "+this._y},SVGPathSegLinetoAbs.prototype.clone=function(){return new SVGPathSegLinetoAbs(void 0,this._x,this._y)},Object.defineProperty(SVGPathSegLinetoAbs.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegLinetoAbs.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegLinetoRel=function(t,e,i){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_LINETO_REL,"l",t),this._x=e,this._y=i},SVGPathSegLinetoRel.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegLinetoRel.prototype.toString=function(){return"[object SVGPathSegLinetoRel]"},SVGPathSegLinetoRel.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x+" "+this._y},SVGPathSegLinetoRel.prototype.clone=function(){return new SVGPathSegLinetoRel(void 0,this._x,this._y)},Object.defineProperty(SVGPathSegLinetoRel.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegLinetoRel.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegCurvetoCubicAbs=function(t,e,i,n,a,r,o){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS,"C",t),this._x=e,this._y=i,this._x1=n,this._y1=a,this._x2=r,this._y2=o},SVGPathSegCurvetoCubicAbs.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegCurvetoCubicAbs.prototype.toString=function(){return"[object SVGPathSegCurvetoCubicAbs]"},SVGPathSegCurvetoCubicAbs.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x1+" "+this._y1+" "+this._x2+" "+this._y2+" "+this._x+" "+this._y},SVGPathSegCurvetoCubicAbs.prototype.clone=function(){return new SVGPathSegCurvetoCubicAbs(void 0,this._x,this._y,this._x1,this._y1,this._x2,this._y2)},Object.defineProperty(SVGPathSegCurvetoCubicAbs.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicAbs.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicAbs.prototype,"x1",{get:function(){return this._x1},set:function(t){this._x1=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicAbs.prototype,"y1",{get:function(){return this._y1},set:function(t){this._y1=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicAbs.prototype,"x2",{get:function(){return this._x2},set:function(t){this._x2=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicAbs.prototype,"y2",{get:function(){return this._y2},set:function(t){this._y2=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegCurvetoCubicRel=function(t,e,i,n,a,r,o){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL,"c",t),this._x=e,this._y=i,this._x1=n,this._y1=a,this._x2=r,this._y2=o},SVGPathSegCurvetoCubicRel.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegCurvetoCubicRel.prototype.toString=function(){return"[object SVGPathSegCurvetoCubicRel]"},SVGPathSegCurvetoCubicRel.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x1+" "+this._y1+" "+this._x2+" "+this._y2+" "+this._x+" "+this._y},SVGPathSegCurvetoCubicRel.prototype.clone=function(){return new SVGPathSegCurvetoCubicRel(void 0,this._x,this._y,this._x1,this._y1,this._x2,this._y2)},Object.defineProperty(SVGPathSegCurvetoCubicRel.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicRel.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicRel.prototype,"x1",{get:function(){return this._x1},set:function(t){this._x1=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicRel.prototype,"y1",{get:function(){return this._y1},set:function(t){this._y1=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicRel.prototype,"x2",{get:function(){return this._x2},set:function(t){this._x2=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicRel.prototype,"y2",{get:function(){return this._y2},set:function(t){this._y2=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegCurvetoQuadraticAbs=function(t,e,i,n,a){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS,"Q",t),this._x=e,this._y=i,this._x1=n,this._y1=a},SVGPathSegCurvetoQuadraticAbs.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegCurvetoQuadraticAbs.prototype.toString=function(){return"[object SVGPathSegCurvetoQuadraticAbs]"},SVGPathSegCurvetoQuadraticAbs.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x1+" "+this._y1+" "+this._x+" "+this._y},SVGPathSegCurvetoQuadraticAbs.prototype.clone=function(){return new SVGPathSegCurvetoQuadraticAbs(void 0,this._x,this._y,this._x1,this._y1)},Object.defineProperty(SVGPathSegCurvetoQuadraticAbs.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoQuadraticAbs.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoQuadraticAbs.prototype,"x1",{get:function(){return this._x1},set:function(t){this._x1=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoQuadraticAbs.prototype,"y1",{get:function(){return this._y1},set:function(t){this._y1=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegCurvetoQuadraticRel=function(t,e,i,n,a){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL,"q",t),this._x=e,this._y=i,this._x1=n,this._y1=a},SVGPathSegCurvetoQuadraticRel.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegCurvetoQuadraticRel.prototype.toString=function(){return"[object SVGPathSegCurvetoQuadraticRel]"},SVGPathSegCurvetoQuadraticRel.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x1+" "+this._y1+" "+this._x+" "+this._y},SVGPathSegCurvetoQuadraticRel.prototype.clone=function(){return new SVGPathSegCurvetoQuadraticRel(void 0,this._x,this._y,this._x1,this._y1)},Object.defineProperty(SVGPathSegCurvetoQuadraticRel.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoQuadraticRel.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoQuadraticRel.prototype,"x1",{get:function(){return this._x1},set:function(t){this._x1=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoQuadraticRel.prototype,"y1",{get:function(){return this._y1},set:function(t){this._y1=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegArcAbs=function(t,e,i,n,a,r,o,s){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_ARC_ABS,"A",t),this._x=e,this._y=i,this._r1=n,this._r2=a,this._angle=r,this._largeArcFlag=o,this._sweepFlag=s},SVGPathSegArcAbs.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegArcAbs.prototype.toString=function(){return"[object SVGPathSegArcAbs]"},SVGPathSegArcAbs.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._r1+" "+this._r2+" "+this._angle+" "+(this._largeArcFlag?"1":"0")+" "+(this._sweepFlag?"1":"0")+" "+this._x+" "+this._y},SVGPathSegArcAbs.prototype.clone=function(){return new SVGPathSegArcAbs(void 0,this._x,this._y,this._r1,this._r2,this._angle,this._largeArcFlag,this._sweepFlag)},Object.defineProperty(SVGPathSegArcAbs.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegArcAbs.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegArcAbs.prototype,"r1",{get:function(){return this._r1},set:function(t){this._r1=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegArcAbs.prototype,"r2",{get:function(){return this._r2},set:function(t){this._r2=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegArcAbs.prototype,"angle",{get:function(){return this._angle},set:function(t){this._angle=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegArcAbs.prototype,"largeArcFlag",{get:function(){return this._largeArcFlag},set:function(t){this._largeArcFlag=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegArcAbs.prototype,"sweepFlag",{get:function(){return this._sweepFlag},set:function(t){this._sweepFlag=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegArcRel=function(t,e,i,n,a,r,o,s){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_ARC_REL,"a",t),this._x=e,this._y=i,this._r1=n,this._r2=a,this._angle=r,this._largeArcFlag=o,this._sweepFlag=s},SVGPathSegArcRel.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegArcRel.prototype.toString=function(){return"[object SVGPathSegArcRel]"},SVGPathSegArcRel.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._r1+" "+this._r2+" "+this._angle+" "+(this._largeArcFlag?"1":"0")+" "+(this._sweepFlag?"1":"0")+" "+this._x+" "+this._y},SVGPathSegArcRel.prototype.clone=function(){return new SVGPathSegArcRel(void 0,this._x,this._y,this._r1,this._r2,this._angle,this._largeArcFlag,this._sweepFlag)},Object.defineProperty(SVGPathSegArcRel.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegArcRel.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegArcRel.prototype,"r1",{get:function(){return this._r1},set:function(t){this._r1=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegArcRel.prototype,"r2",{get:function(){return this._r2},set:function(t){this._r2=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegArcRel.prototype,"angle",{get:function(){return this._angle},set:function(t){this._angle=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegArcRel.prototype,"largeArcFlag",{get:function(){return this._largeArcFlag},set:function(t){this._largeArcFlag=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegArcRel.prototype,"sweepFlag",{get:function(){return this._sweepFlag},set:function(t){this._sweepFlag=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegLinetoHorizontalAbs=function(t,e){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS,"H",t),this._x=e},SVGPathSegLinetoHorizontalAbs.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegLinetoHorizontalAbs.prototype.toString=function(){return"[object SVGPathSegLinetoHorizontalAbs]"},SVGPathSegLinetoHorizontalAbs.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x},SVGPathSegLinetoHorizontalAbs.prototype.clone=function(){return new SVGPathSegLinetoHorizontalAbs(void 0,this._x)},Object.defineProperty(SVGPathSegLinetoHorizontalAbs.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegLinetoHorizontalRel=function(t,e){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL,"h",t),this._x=e},SVGPathSegLinetoHorizontalRel.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegLinetoHorizontalRel.prototype.toString=function(){return"[object SVGPathSegLinetoHorizontalRel]"},SVGPathSegLinetoHorizontalRel.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x},SVGPathSegLinetoHorizontalRel.prototype.clone=function(){return new SVGPathSegLinetoHorizontalRel(void 0,this._x)},Object.defineProperty(SVGPathSegLinetoHorizontalRel.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegLinetoVerticalAbs=function(t,e){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS,"V",t),this._y=e},SVGPathSegLinetoVerticalAbs.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegLinetoVerticalAbs.prototype.toString=function(){return"[object SVGPathSegLinetoVerticalAbs]"},SVGPathSegLinetoVerticalAbs.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._y},SVGPathSegLinetoVerticalAbs.prototype.clone=function(){return new SVGPathSegLinetoVerticalAbs(void 0,this._y)},Object.defineProperty(SVGPathSegLinetoVerticalAbs.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegLinetoVerticalRel=function(t,e){ +SVGPathSeg.call(this,SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL,"v",t),this._y=e},SVGPathSegLinetoVerticalRel.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegLinetoVerticalRel.prototype.toString=function(){return"[object SVGPathSegLinetoVerticalRel]"},SVGPathSegLinetoVerticalRel.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._y},SVGPathSegLinetoVerticalRel.prototype.clone=function(){return new SVGPathSegLinetoVerticalRel(void 0,this._y)},Object.defineProperty(SVGPathSegLinetoVerticalRel.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegCurvetoCubicSmoothAbs=function(t,e,i,n,a){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS,"S",t),this._x=e,this._y=i,this._x2=n,this._y2=a},SVGPathSegCurvetoCubicSmoothAbs.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegCurvetoCubicSmoothAbs.prototype.toString=function(){return"[object SVGPathSegCurvetoCubicSmoothAbs]"},SVGPathSegCurvetoCubicSmoothAbs.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x2+" "+this._y2+" "+this._x+" "+this._y},SVGPathSegCurvetoCubicSmoothAbs.prototype.clone=function(){return new SVGPathSegCurvetoCubicSmoothAbs(void 0,this._x,this._y,this._x2,this._y2)},Object.defineProperty(SVGPathSegCurvetoCubicSmoothAbs.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicSmoothAbs.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicSmoothAbs.prototype,"x2",{get:function(){return this._x2},set:function(t){this._x2=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicSmoothAbs.prototype,"y2",{get:function(){return this._y2},set:function(t){this._y2=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegCurvetoCubicSmoothRel=function(t,e,i,n,a){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL,"s",t),this._x=e,this._y=i,this._x2=n,this._y2=a},SVGPathSegCurvetoCubicSmoothRel.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegCurvetoCubicSmoothRel.prototype.toString=function(){return"[object SVGPathSegCurvetoCubicSmoothRel]"},SVGPathSegCurvetoCubicSmoothRel.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x2+" "+this._y2+" "+this._x+" "+this._y},SVGPathSegCurvetoCubicSmoothRel.prototype.clone=function(){return new SVGPathSegCurvetoCubicSmoothRel(void 0,this._x,this._y,this._x2,this._y2)},Object.defineProperty(SVGPathSegCurvetoCubicSmoothRel.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicSmoothRel.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicSmoothRel.prototype,"x2",{get:function(){return this._x2},set:function(t){this._x2=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoCubicSmoothRel.prototype,"y2",{get:function(){return this._y2},set:function(t){this._y2=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegCurvetoQuadraticSmoothAbs=function(t,e,i){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS,"T",t),this._x=e,this._y=i},SVGPathSegCurvetoQuadraticSmoothAbs.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegCurvetoQuadraticSmoothAbs.prototype.toString=function(){return"[object SVGPathSegCurvetoQuadraticSmoothAbs]"},SVGPathSegCurvetoQuadraticSmoothAbs.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x+" "+this._y},SVGPathSegCurvetoQuadraticSmoothAbs.prototype.clone=function(){return new SVGPathSegCurvetoQuadraticSmoothAbs(void 0,this._x,this._y)},Object.defineProperty(SVGPathSegCurvetoQuadraticSmoothAbs.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoQuadraticSmoothAbs.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),t.SVGPathSegCurvetoQuadraticSmoothRel=function(t,e,i){SVGPathSeg.call(this,SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL,"t",t),this._x=e,this._y=i},SVGPathSegCurvetoQuadraticSmoothRel.prototype=Object.create(SVGPathSeg.prototype),SVGPathSegCurvetoQuadraticSmoothRel.prototype.toString=function(){return"[object SVGPathSegCurvetoQuadraticSmoothRel]"},SVGPathSegCurvetoQuadraticSmoothRel.prototype._asPathString=function(){return this.pathSegTypeAsLetter+" "+this._x+" "+this._y},SVGPathSegCurvetoQuadraticSmoothRel.prototype.clone=function(){return new SVGPathSegCurvetoQuadraticSmoothRel(void 0,this._x,this._y)},Object.defineProperty(SVGPathSegCurvetoQuadraticSmoothRel.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._segmentChanged()},enumerable:!0}),Object.defineProperty(SVGPathSegCurvetoQuadraticSmoothRel.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._segmentChanged()},enumerable:!0}),SVGPathElement.prototype.createSVGPathSegClosePath=function(){return new SVGPathSegClosePath(void 0)},SVGPathElement.prototype.createSVGPathSegMovetoAbs=function(t,e){return new SVGPathSegMovetoAbs(void 0,t,e)},SVGPathElement.prototype.createSVGPathSegMovetoRel=function(t,e){return new SVGPathSegMovetoRel(void 0,t,e)},SVGPathElement.prototype.createSVGPathSegLinetoAbs=function(t,e){return new SVGPathSegLinetoAbs(void 0,t,e)},SVGPathElement.prototype.createSVGPathSegLinetoRel=function(t,e){return new SVGPathSegLinetoRel(void 0,t,e)},SVGPathElement.prototype.createSVGPathSegCurvetoCubicAbs=function(t,e,i,n,a,r){return new SVGPathSegCurvetoCubicAbs(void 0,t,e,i,n,a,r)},SVGPathElement.prototype.createSVGPathSegCurvetoCubicRel=function(t,e,i,n,a,r){return new SVGPathSegCurvetoCubicRel(void 0,t,e,i,n,a,r)},SVGPathElement.prototype.createSVGPathSegCurvetoQuadraticAbs=function(t,e,i,n){return new SVGPathSegCurvetoQuadraticAbs(void 0,t,e,i,n)},SVGPathElement.prototype.createSVGPathSegCurvetoQuadraticRel=function(t,e,i,n){return new SVGPathSegCurvetoQuadraticRel(void 0,t,e,i,n)},SVGPathElement.prototype.createSVGPathSegArcAbs=function(t,e,i,n,a,r,o){return new SVGPathSegArcAbs(void 0,t,e,i,n,a,r,o)},SVGPathElement.prototype.createSVGPathSegArcRel=function(t,e,i,n,a,r,o){return new SVGPathSegArcRel(void 0,t,e,i,n,a,r,o)},SVGPathElement.prototype.createSVGPathSegLinetoHorizontalAbs=function(t){return new SVGPathSegLinetoHorizontalAbs(void 0,t)},SVGPathElement.prototype.createSVGPathSegLinetoHorizontalRel=function(t){return new SVGPathSegLinetoHorizontalRel(void 0,t)},SVGPathElement.prototype.createSVGPathSegLinetoVerticalAbs=function(t){return new SVGPathSegLinetoVerticalAbs(void 0,t)},SVGPathElement.prototype.createSVGPathSegLinetoVerticalRel=function(t){return new SVGPathSegLinetoVerticalRel(void 0,t)},SVGPathElement.prototype.createSVGPathSegCurvetoCubicSmoothAbs=function(t,e,i,n){return new SVGPathSegCurvetoCubicSmoothAbs(void 0,t,e,i,n)},SVGPathElement.prototype.createSVGPathSegCurvetoCubicSmoothRel=function(t,e,i,n){return new SVGPathSegCurvetoCubicSmoothRel(void 0,t,e,i,n)},SVGPathElement.prototype.createSVGPathSegCurvetoQuadraticSmoothAbs=function(t,e){return new SVGPathSegCurvetoQuadraticSmoothAbs(void 0,t,e)},SVGPathElement.prototype.createSVGPathSegCurvetoQuadraticSmoothRel=function(t,e){return new SVGPathSegCurvetoQuadraticSmoothRel(void 0,t,e)}),"SVGPathSegList"in t||(t.SVGPathSegList=function(t){this._pathElement=t,this._list=this._parsePath(this._pathElement.getAttribute("d")),this._mutationObserverConfig={attributes:!0,attributeFilter:["d"]},this._pathElementMutationObserver=new MutationObserver(this._updateListFromPathMutations.bind(this)),this._pathElementMutationObserver.observe(this._pathElement,this._mutationObserverConfig)},Object.defineProperty(SVGPathSegList.prototype,"numberOfItems",{get:function(){return this._checkPathSynchronizedToList(),this._list.length},enumerable:!0}),Object.defineProperty(SVGPathElement.prototype,"pathSegList",{get:function(){return this._pathSegList||(this._pathSegList=new SVGPathSegList(this)),this._pathSegList},enumerable:!0}),Object.defineProperty(SVGPathElement.prototype,"normalizedPathSegList",{get:function(){return this.pathSegList},enumerable:!0}),Object.defineProperty(SVGPathElement.prototype,"animatedPathSegList",{get:function(){return this.pathSegList},enumerable:!0}),Object.defineProperty(SVGPathElement.prototype,"animatedNormalizedPathSegList",{get:function(){return this.pathSegList},enumerable:!0}),SVGPathSegList.prototype._checkPathSynchronizedToList=function(){this._updateListFromPathMutations(this._pathElementMutationObserver.takeRecords())},SVGPathSegList.prototype._updateListFromPathMutations=function(t){if(this._pathElement){var e=!1;t.forEach(function(t){"d"==t.attributeName&&(e=!0)}),e&&(this._list=this._parsePath(this._pathElement.getAttribute("d")))}},SVGPathSegList.prototype._writeListToPath=function(){this._pathElementMutationObserver.disconnect(),this._pathElement.setAttribute("d",SVGPathSegList._pathSegArrayAsString(this._list)),this._pathElementMutationObserver.observe(this._pathElement,this._mutationObserverConfig)},SVGPathSegList.prototype.segmentChanged=function(t){this._writeListToPath()},SVGPathSegList.prototype.clear=function(){this._checkPathSynchronizedToList(),this._list.forEach(function(t){t._owningPathSegList=null}),this._list=[],this._writeListToPath()},SVGPathSegList.prototype.initialize=function(t){return this._checkPathSynchronizedToList(),this._list=[t],t._owningPathSegList=this,this._writeListToPath(),t},SVGPathSegList.prototype._checkValidIndex=function(t){if(isNaN(t)||0>t||t>=this.numberOfItems)throw"INDEX_SIZE_ERR"},SVGPathSegList.prototype.getItem=function(t){return this._checkPathSynchronizedToList(),this._checkValidIndex(t),this._list[t]},SVGPathSegList.prototype.insertItemBefore=function(t,e){return this._checkPathSynchronizedToList(),e>this.numberOfItems&&(e=this.numberOfItems),t._owningPathSegList&&(t=t.clone()),this._list.splice(e,0,t),t._owningPathSegList=this,this._writeListToPath(),t},SVGPathSegList.prototype.replaceItem=function(t,e){return this._checkPathSynchronizedToList(),t._owningPathSegList&&(t=t.clone()),this._checkValidIndex(e),this._list[e]=t,t._owningPathSegList=this,this._writeListToPath(),t},SVGPathSegList.prototype.removeItem=function(t){this._checkPathSynchronizedToList(),this._checkValidIndex(t);var e=this._list[t];return this._list.splice(t,1),this._writeListToPath(),e},SVGPathSegList.prototype.appendItem=function(t){return this._checkPathSynchronizedToList(),t._owningPathSegList&&(t=t.clone()),this._list.push(t),t._owningPathSegList=this,this._writeListToPath(),t},SVGPathSegList._pathSegArrayAsString=function(t){var e="",i=!0;return t.forEach(function(t){i?(i=!1,e+=t._asPathString()):e+=" "+t._asPathString()}),e},SVGPathSegList.prototype._parsePath=function(t){if(!t||0==t.length)return[];var e=this,i=function(){this.pathSegList=[]};i.prototype.appendSegment=function(t){this.pathSegList.push(t)};var n=function(t){this._string=t,this._currentIndex=0,this._endIndex=this._string.length,this._previousCommand=SVGPathSeg.PATHSEG_UNKNOWN,this._skipOptionalSpaces()};n.prototype._isCurrentSpace=function(){var t=this._string[this._currentIndex];return" ">=t&&(" "==t||"\n"==t||" "==t||"\r"==t||"\f"==t)},n.prototype._skipOptionalSpaces=function(){for(;this._currentIndex="0"&&"9">=t)&&e!=SVGPathSeg.PATHSEG_CLOSEPATH?e==SVGPathSeg.PATHSEG_MOVETO_ABS?SVGPathSeg.PATHSEG_LINETO_ABS:e==SVGPathSeg.PATHSEG_MOVETO_REL?SVGPathSeg.PATHSEG_LINETO_REL:e:SVGPathSeg.PATHSEG_UNKNOWN},n.prototype.initialCommandIsMoveTo=function(){if(!this.hasMoreData())return!0;var t=this.peekSegmentType();return t==SVGPathSeg.PATHSEG_MOVETO_ABS||t==SVGPathSeg.PATHSEG_MOVETO_REL},n.prototype._parseNumber=function(){var t=0,e=0,i=1,n=0,a=1,r=1,o=this._currentIndex;if(this._skipOptionalSpaces(),this._currentIndex"9")&&"."!=this._string.charAt(this._currentIndex))){for(var s=this._currentIndex;this._currentIndex="0"&&this._string.charAt(this._currentIndex)<="9";)this._currentIndex++;if(this._currentIndex!=s)for(var c=this._currentIndex-1,l=1;c>=s;)e+=l*(this._string.charAt(c--)-"0"),l*=10;if(this._currentIndex=this._endIndex||this._string.charAt(this._currentIndex)<"0"||this._string.charAt(this._currentIndex)>"9")return;for(;this._currentIndex="0"&&this._string.charAt(this._currentIndex)<="9";)n+=(this._string.charAt(this._currentIndex++)-"0")*(i*=.1)}if(this._currentIndex!=o&&this._currentIndex+1=this._endIndex||this._string.charAt(this._currentIndex)<"0"||this._string.charAt(this._currentIndex)>"9")return;for(;this._currentIndex="0"&&this._string.charAt(this._currentIndex)<="9";)t*=10,t+=this._string.charAt(this._currentIndex)-"0",this._currentIndex++}var u=e+n;if(u*=a,t&&(u*=Math.pow(10,r*t)),o!=this._currentIndex)return this._skipOptionalSpacesOrDelimiter(),u}},n.prototype._parseArcFlag=function(){if(!(this._currentIndex>=this._endIndex)){var t=!1,e=this._string.charAt(this._currentIndex++);if("0"==e)t=!1;else{if("1"!=e)return;t=!0}return this._skipOptionalSpacesOrDelimiter(),t}},n.prototype.parseSegment=function(){var t=this._string[this._currentIndex],i=this._pathSegTypeFromChar(t);if(i==SVGPathSeg.PATHSEG_UNKNOWN){if(this._previousCommand==SVGPathSeg.PATHSEG_UNKNOWN)return null;if(i=this._nextCommandHelper(t,this._previousCommand),i==SVGPathSeg.PATHSEG_UNKNOWN)return null}else this._currentIndex++;switch(this._previousCommand=i,i){case SVGPathSeg.PATHSEG_MOVETO_REL:return new SVGPathSegMovetoRel(e,this._parseNumber(),this._parseNumber());case SVGPathSeg.PATHSEG_MOVETO_ABS:return new SVGPathSegMovetoAbs(e,this._parseNumber(),this._parseNumber());case SVGPathSeg.PATHSEG_LINETO_REL:return new SVGPathSegLinetoRel(e,this._parseNumber(),this._parseNumber());case SVGPathSeg.PATHSEG_LINETO_ABS:return new SVGPathSegLinetoAbs(e,this._parseNumber(),this._parseNumber());case SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL:return new SVGPathSegLinetoHorizontalRel(e,this._parseNumber());case SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS:return new SVGPathSegLinetoHorizontalAbs(e,this._parseNumber());case SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL:return new SVGPathSegLinetoVerticalRel(e,this._parseNumber());case SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS:return new SVGPathSegLinetoVerticalAbs(e,this._parseNumber());case SVGPathSeg.PATHSEG_CLOSEPATH:return this._skipOptionalSpaces(),new SVGPathSegClosePath(e);case SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL:var n={x1:this._parseNumber(),y1:this._parseNumber(),x2:this._parseNumber(),y2:this._parseNumber(),x:this._parseNumber(),y:this._parseNumber()};return new SVGPathSegCurvetoCubicRel(e,n.x,n.y,n.x1,n.y1,n.x2,n.y2);case SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS:var n={x1:this._parseNumber(),y1:this._parseNumber(),x2:this._parseNumber(),y2:this._parseNumber(),x:this._parseNumber(),y:this._parseNumber()};return new SVGPathSegCurvetoCubicAbs(e,n.x,n.y,n.x1,n.y1,n.x2,n.y2);case SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL:var n={x2:this._parseNumber(),y2:this._parseNumber(),x:this._parseNumber(),y:this._parseNumber()};return new SVGPathSegCurvetoCubicSmoothRel(e,n.x,n.y,n.x2,n.y2);case SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS:var n={x2:this._parseNumber(),y2:this._parseNumber(),x:this._parseNumber(),y:this._parseNumber()};return new SVGPathSegCurvetoCubicSmoothAbs(e,n.x,n.y,n.x2,n.y2);case SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL:var n={x1:this._parseNumber(),y1:this._parseNumber(),x:this._parseNumber(),y:this._parseNumber()};return new SVGPathSegCurvetoQuadraticRel(e,n.x,n.y,n.x1,n.y1);case SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS:var n={x1:this._parseNumber(),y1:this._parseNumber(),x:this._parseNumber(),y:this._parseNumber()};return new SVGPathSegCurvetoQuadraticAbs(e,n.x,n.y,n.x1,n.y1);case SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL:return new SVGPathSegCurvetoQuadraticSmoothRel(e,this._parseNumber(),this._parseNumber());case SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS:return new SVGPathSegCurvetoQuadraticSmoothAbs(e,this._parseNumber(),this._parseNumber());case SVGPathSeg.PATHSEG_ARC_REL:var n={x1:this._parseNumber(),y1:this._parseNumber(),arcAngle:this._parseNumber(),arcLarge:this._parseArcFlag(),arcSweep:this._parseArcFlag(),x:this._parseNumber(),y:this._parseNumber()};return new SVGPathSegArcRel(e,n.x,n.y,n.x1,n.y1,n.arcAngle,n.arcLarge,n.arcSweep);case SVGPathSeg.PATHSEG_ARC_ABS:var n={x1:this._parseNumber(),y1:this._parseNumber(),arcAngle:this._parseNumber(),arcLarge:this._parseArcFlag(),arcSweep:this._parseArcFlag(),x:this._parseNumber(),y:this._parseNumber()};return new SVGPathSegArcAbs(e,n.x,n.y,n.x1,n.y1,n.arcAngle,n.arcLarge,n.arcSweep);default:throw"Unknown path seg type."}};var a=new i,r=new n(t);if(!r.initialCommandIsMoveTo())return[];for(;r.hasMoreData();){var o=r.parseSegment();if(!o)return[];a.appendSegment(o)}return a.pathSegList})}(),"function"==typeof define&&define.amd?define("c3",["d3"],function(){return u}):"undefined"!=typeof exports&&"undefined"!=typeof module?module.exports=u:t.c3=u}(window),define("css!c3",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/Common",["d3","c3","../common/HTMLWidget","css!c3"],e):t.c3chart_Common=e(t.d3,t.c3,t.common_HTMLWidget)}(this,function(t,e,i){function n(t){i.call(this);var e=this;this._tag="div",this._type="unknown",this._config={axis:{},legend:{position:"bottom",show:!0},data:{}},this._prevColumnIDs=[],this._config.data.onclick=function(t,i){e.click(e.rowToObj(e.data()[t.index]),t.id,e.c3Chart.selected().length>0)}}return n.prototype=Object.create(i.prototype),n.prototype.constructor=n,n.prototype._class+=" c3chart_Common",n.prototype.publish("showLegend",!1,"boolean","Show/Hide Legend",null,{tags:["Basic","Shared"]}),n.prototype.publish("legendFontColor",null,"html-color","Legend Font Color",null,{tags:["Intermediate","Shared"]}),n.prototype.publish("legendFontSize",null,"number","Legend Font Size",null,{tags:["Intermediate","Shared"]}),n.prototype.publish("legendFontFamily",null,"string","Legend Font Name",null,{tags:["Private","Shared"]}),n.prototype.publish("legendFontBold",!1,"boolean","Legend Font Bold",null,{tags:["Private","Shared"]}),n.prototype.publish("legendFontItalic",!1,"boolean","Legend Font Italic",null,{tags:["Private","Shared"]}),n.prototype.publish("fontSize",null,"number","Font Size",null,{tags:["Basic","Shared"]}),n.prototype.publish("fontFamily",null,"string","Font Name",null,{tags:["Basic","Shared","Shared"]}),n.prototype.publish("fontColor",null,"html-color","Font Color",null,{tags:["Basic","Shared"]}),n.prototype.publish("legendPosition","right","set","Legend Position",["bottom","right"],{tags:["Intermediate"]}),n.prototype.publish("animationDuration",0,"number","Animation Duration",null,{tags:["Advanced"]}),n.prototype.type=function(t){return arguments.length?(this._type=t,this):this._type},n.prototype.getC3Series=function(){return this.columns().filter(function(t,e){return e>0})},n.prototype.getC3Rows=function(){var t=[this.columns().filter(function(t,e){return e>0})].concat(this.data().map(function(t){return t.filter(function(t,e){return e>0})}));return t},n.prototype.getC3Categories=function(){var t=this.data().map(function(t,e){return t[0]});return t},n.prototype.getC3Column=function(t){var e=[this.columns()[t]].concat(this.data().map(function(e,i){return e[t]}));return e},n.prototype.getC3Columns=function(t){if(!this.data().length)return[];t=t||this.columns().length;for(var e=[],i="function"==typeof this.xAxisType&&"time"===this.xAxisType()?0:1,n=i;t>n;++n)e.push(this.getC3Column(n));return e},n.prototype.enter=function(t,n){i.prototype.enter.apply(this,arguments),n.style("overflow","hidden"),this._config.size={width:this.width(),height:this.height()},this._config.transition={duration:this.animationDuration()},this._config.data.type=this._type,"gauge"!==this._type&&(this._config.legend={position:this.legendPosition()}),this._config.data.selection={enabled:!0,multiple:!1},this._config.bindto=n.append("div").datum(null),this._config.data.columns=[],this.c3Chart=e.generate(this._config)},n.prototype.update=function(t,e){i.prototype.update.apply(this,arguments),this.showLegend()?this.c3Chart.legend.show():this.c3Chart.legend.hide(),this.c3Chart.resize({width:this.width(),height:this.height()});var n=this.getChartOptions(),a=n.columns.map(function(t){return t[0]});n.unload=this._prevColumnIDs.filter(function(t){return a.indexOf(t)<0}),this.c3Chart.load(n),this._prevColumnIDs=a,e.selectAll(".c3 text").style({stroke:this.fontColor(),fill:this.fontColor(),"font-size":this.fontSize_exists()?this.fontSize()+"px":null,"font-family":this.fontFamily()}).attr("font-family",this.fontFamily()),e.selectAll(".c3 .c3-legend-item text").style({fill:this.legendFontColor(),"font-size":this.legendFontSize_exists()?this.legendFontSize()+"px":null,"font-family":this.legendFontFamily(),"font-weight":this.legendFontBold()?"bold":"normal","font-style":this.legendFontItalic()?"italic":"normal"}).attr("font-family",this.legendFontFamily())},n.prototype.getChartOptions=function(){return{}},n}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/CommonND",["d3","./Common","../api/INDChart"],e):t.c3chart_CommonND=e(t.d3,t.c3chart_Common,t.api_INDChart)}(this,function(t,e,i){function n(t){e.call(this),i.call(this);var n=this;this._config.color={pattern:this._palette.colors()},this._config.data.color=function(t,e){return n._palette(e.id?e.id:e)}}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" c3chart_CommonND",n.prototype["implements"](i.prototype),n.prototype.publish("paletteID","default","set","Palette ID",n.prototype._palette["switch"](),{tags:["Basic","Shared"]}),n.prototype.publish("axisLineWidth",1,"number","Axis Line Width",null,{tags:["Intermediate","Shared"]}),n.prototype.publish("xAxisBaselineColor",null,"html-color","X Axis Baseline Color",null,{tags:["Basic","Shared"]}),n.prototype.publish("yAxisBaselineColor",null,"html-color","Y Axis Baseline Color",null,{tags:["Basic","Shared"]}),n.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),n.prototype.publish("yAxisFontColor",null,"html-color","Y Axis Text Font Color",null,{tags:["Basic","Shared"]}),n.prototype.publish("axisFontSize",null,"number","X/Y Axis Text Font Size",null,{tags:["Basic","Shared"]}),n.prototype.publish("axisFontFamily",null,"string","X/Y Axis Text Font Name",null,{tags:["Basic","Shared"]}),n.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),n.prototype.publish("yAxisTitle","","string","Y-Axis Title",null,{tags:["Intermediate","Shared"]}),n.prototype.publish("xAxisTitle","","string","X-Axis Title",null,{tags:["Intermediate","Shared"]}),n.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Advanced","Shared"]}),n.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Advanced","Shared"]}),n.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Title Text Style (Font Size)",null,{tags:["Advanced","Shared"]}),n.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Advanced","Shared"]}),n.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Advanced","Shared"]}),n.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Title Text Style (Font Size)",null,{tags:["Advanced","Shared"]}),n.prototype.publish("xAxisType","category","set","X-Axis Type",["category","time","indexed"],{tags:["Intermediate"]}),n.prototype.publish("subchart",!1,"boolean","Show SubChart",null,{tags:["Private"]}),n.prototype.publish("showXGrid",!1,"boolean","Show X Grid",null,{tags:["Intermediate"]}),n.prototype.publish("showYGrid",!1,"boolean","Show Y Grid",null,{tags:["Intermediate"]}),n.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),n.prototype.publish("xAxisTickFormat","","string","X-Axis Tick Format",null,{}),n.prototype.publish("yAxisTickFormat",null,"string","Y-Axis Tick Format",null,{optional:!0}),n.prototype.publish("xAxisTypeTimePattern","%Y-%m-%d","string","Time Series Pattern",null,{}),n.prototype.publish("yAxisTypeTimePattern","%Y-%m-%d","string","Time Series Pattern",null,{}),n.prototype.publish("axisTickLabelMultiLine",!1,"boolean","Show Y Grid",null,{tags:["Intermediate"]}),n.prototype.enter=function(t,i){this.subchart()&&(this._config.subchart={show:!0,size:{height:20}});var n;switch(this.xAxisType()){case"time":n="timeseries";break;default:n=this.xAxisType()}switch(this._config.axis.x={type:n,tick:{rotate:this.xAxisLabelRotation(),multiline:this.axisTickLabelMultiLine()},label:{text:this.xAxisTitle(),position:"outer-center"}},this._config.axis.y={label:{text:this.yAxisTitle(),position:"outer-center"}},this._config.grid={x:{show:this.showXGrid()},y:{show:this.showYGrid()}},this.xAxisType()){case"category":this._config.axis.tick={centered:!0,multiline:this.axisTickLabelMultiLine()};break;case"time":this.data(this.data().map(function(t,e){return t.map(function(t,e){return 0===e&&"number"==typeof t?t.toString():t})})),this._config.data.x=this.columns()[0],this._config.data.xFormat=this.xAxisTypeTimePattern()}e.prototype.enter.apply(this,arguments)},n.prototype.update=function(i,n){e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.c3Chart.internal.config.axis_y_tick_format=this.yAxisTickFormat()?t.format(this.yAxisTickFormat()):void 0,"time"===this.xAxisType()?this.c3Chart.internal.config.axis_x_tick_format=this.xAxisTickFormat()?t.time.format(this.xAxisTickFormat()):"%Y-%m-%d %I:%M:%S %p":this.c3Chart.internal.config.axis_x_tick_format=this.xAxisTickFormat()?t.format(this.xAxisTickFormat()):void 0,e.prototype.update.apply(this,arguments),n.selectAll(".c3 svg").style({"font-size":this.axisFontSize_exists()?this.axisFontSize()+"px":null}),n.selectAll(".c3 svg text").style({"font-family":this.axisFontFamily()}),n.selectAll(".c3 .c3-axis.c3-axis-x text").style({fill:this.xAxisFontColor()}),n.selectAll(".c3 .c3-axis.c3-axis-y text").style({fill:this.yAxisFontColor()}),n.selectAll(".c3 .c3-axis path").style({"stroke-width":this.axisLineWidth_exists()?this.axisLineWidth()+"px":null}),n.selectAll(".c3 .c3-axis-x path, .c3 .c3-axis-x line").style({stroke:this.xAxisBaselineColor()}),n.selectAll(".c3 .c3-axis-y path, .c3 .c3-axis-y line").style({stroke:this.yAxisBaselineColor()}),n.selectAll(".c3-axis-x-label").style({"font-family":this.xAxisTitleFontFamily(),"font-size":this.xAxisTitleFontSize(),stroke:this.xAxisTitleFontColor()}),n.selectAll(".c3-axis-y-label").style({"font-family":this.yAxisTitleFontFamily(),"font-size":this.yAxisTitleFontSize(),stroke:this.yAxisTitleFontColor()})},n.prototype.getChartOptions=function(){var t=e.prototype.getChartOptions.apply(this,arguments);switch(this.xAxisType()){case"category":t.categories=this.getC3Categories(),t.columns=this.getC3Columns();break;case"indexed":case"time":t.columns=this.getC3Columns()}return t},n}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/Area",["./CommonND"],e):t.c3chart_Area=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="area"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Area",e.prototype.publish("stacked",!1,"boolean","Stack Chart",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineWidth",1,"number","Line Width",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineDashStyle",[],"array","Dashed Lines",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineOpacity",1,"number","Line Alpha",null,{tags:["Basic","Shared"]}),e.prototype.publish("fillOpacity",.2,"number","Opacity of The Fill Color",null,{tags:["Basic","Shared"]}),e.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this.stacked()?this.c3Chart.groups([this.columns().slice(1,this.columns().length)]):this.c3Chart.groups([]),i.selectAll(".c3-line").style({"stroke-width":this.lineWidth()+"px","stroke-opacity":this.lineOpacity(),"stroke-dasharray":this.lineDashStyle().toString()}),i.selectAll(".c3-area").style({opacity:this.fillOpacity()})},e}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/Column",["./CommonND"],e):t.c3chart_Column=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="bar"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Column",e.prototype.publish("stacked",!1,"boolean","Stack Chart",null,{ +tags:["Basic","Shared"]}),e.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this.stacked()?this.c3Chart.groups([this.columns().slice(1,this.columns().length)]):this.c3Chart.groups([])},e}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/Bar",["./Column"],e):t.c3chart_Bar=e(t.c3chart_Column)}(this,function(t){function e(e){t.call(this),this._config.axis.rotated=!0}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Bar",e}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/Combo",["./CommonND"],e):t.c3chart_Combo=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="bar",this._previousTypes=void 0}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Column",e.prototype.publish("stacked",!1,"boolean","Stack Chart",null,{tags:["Basic"]}),e.prototype.publish("defaultType","bar","set","Default chart type",["bar","line","spline","area","area-spline","step","area-step","scatter"],{tags:["Basic"]}),e.prototype.publish("types",[],"array","Array of chart types (ex:bar|line|spline|area|area-spline|step|area-step|scatter)",null,{tags:["Basic"]}),e.prototype.publish("areaFillOpacity",.4,"number","Opacity of all 'Area' chart types in this Combo chart",null,{tags:["Basic"],number:{min:0,max:1,step:.1,slider:!1}}),e.prototype.enter=function(e,i){var n={},a=this.types();this._previousTypes=this.types().join("|");for(var r in a)n[this.columns()[parseInt(r)+1]]=a[r];a.length>0&&(this._config.data.types=n),t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,i){if(t.prototype.update.apply(this,arguments),this._previousTypes!==this.types().join("|")){var n=this._previousTypes.split("|"),a=this.getC3Columns();for(var r in a)("undefined"==typeof n[r]||this.types()[r]!==n[r])&&(this.c3Chart.unload({ids:a[r][0]}),this.c3Chart.load({columns:[a[r]],type:"undefined"!=typeof this.types()[r]?this.types()[r]:this.defaultType()}));this._previousTypes=this.types().join("|")}this.stacked()?this.c3Chart.groups([this.columns().slice(1,this.columns().length)]):this.c3Chart.groups([]),i.selectAll(".c3-area").style({opacity:this.areaFillOpacity()})},e}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/Common1D",["./Common","../api/I1DChart"],e):t.c3chart_Common1D=e(t.c3chart_Common,t.api_I1DChart)}(this,function(t,e){function i(i){t.call(this),e.call(this);var n=this;this._config.color={pattern:this._palette.colors()},this._config.data.color=function(t,e){return n._palette(e.id?e.id:e)}}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" c3chart_Common1D",i.prototype["implements"](e.prototype),i.prototype.publish("paletteID","default","set","Palette ID",i.prototype._palette["switch"](),{tags:["Basic","Shared"]}),i.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),i.prototype.update=function(e,i){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.prototype.update.apply(this,arguments)},i}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/Common2D",["./Common","../api/I2DChart"],e):t.c3chart_Common2D=e(t.c3chart_Common,t.api_I2DChart)}(this,function(t,e){function i(i){t.call(this),e.call(this);var n=this;this._config.color={pattern:this._palette.colors()},this._config.data.color=function(t,e){return n._palette(e.id?e.id:e)}}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" c3chart_Common2D",i.prototype["implements"](e.prototype),i.prototype.publish("paletteID","default","set","Palette ID",i.prototype._palette["switch"](),{tags:["Basic","Shared"]}),i.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),i.prototype.update=function(e,i){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.prototype.update.apply(this,arguments)},i}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/Donut",["./Common2D"],e):t.c3chart_Donut=e(t.c3chart_Common2D)}(this,function(t){function e(e){t.call(this),this._type="donut"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Donut",e.prototype.publish("showLabel",!0,"boolean","Show Label",null,{tags:["Basic"]}),e.prototype.publish("arcWidth",45,"number","Arc Width",null,{tags:["Basic"]}),e.prototype.publish("expand",!0,"boolean","Arc Explode",null,{tags:["Intermediate"]}),e.prototype.publish("title","","string","Center Label",null,{tags:["Intermediate"]}),e.prototype.enter=function(e,i){this._config.donut={label_show:this.showLabel(),width:this.arcWidth(),expand:this.expand(),title:this.title()},t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,i){this.c3Chart.internal.config.donut_label_show=this.showLabel(),this.c3Chart.internal.config.donut_width=this.arcWidth(),this.c3Chart.internal.config.donut_expand=this.expand(),this.c3Chart.internal.config.donut_title=this.title(),t.prototype.update.apply(this,arguments),i.select(".c3-chart-arcs-title").text(this.showLabel()?this.title():"")},e.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments),i=this.data().map(function(t,e){return[t[0],t[1]]},this);return e.columns=i,e},e}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/Gauge",["./Common1D"],e):t.c3chart_Gauge=e(t.c3chart_Common1D)}(this,function(t){function e(e){t.call(this),this._type="gauge";var i=this;this._config.data.onclick=function(t,e){var n={};n[t.id]=t.value,i.click(n,t.id)},this._config.data.color=function(t,e){return i._palette(i.data(),i.low(),i.high())}}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Gauge",e.prototype.publish("low",0,"number","Gauge Lower Bound",null,{tags:["Intermediate","Shared"]}),e.prototype.publish("high",100,"number","Gauge Higher Bound",null,{tags:["Intermediate","Shared"]}),e.prototype.publish("valueFormat","Percent","set","Value Display Format",["Percent","Value"],{tags:["Basic"]}),e.prototype.publish("arcWidth",10,"number","Gauge Width of Arc",null,{tags:["Basic"]}),e.prototype.publish("showLabels",!0,"boolean","Show Labels",null,{tags:["Basic"]}),e.prototype.publish("showValueLabel",!0,"boolean","Show Value Label",null,{tags:["Basic"]}),e.prototype.update=function(e,i){this.c3Chart.internal.config.gauge_min=this.low(),this.c3Chart.internal.config.gauge_max=this.high(),this.c3Chart.internal.config.gauge_units=this.showValueLabel()?this.columns():"",this.c3Chart.internal.config.gauge_width=this.arcWidth(),this.c3Chart.internal.config.gauge_label_format="Percent"===this.valueFormat()?null:function(t,e){return t},this.c3Chart.internal.config.gauge_label_show=this.showLabels(),t.prototype.update.apply(this,arguments)},e.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments);return e.columns=[[this.columns(),this.data()]],e},e}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/Line",["./CommonND"],e):t.c3chart_Line=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="line"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Line",e.prototype.publish("lineWidth",1,"number","Line Width",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineDashStyle",[],"array","Dashed Lines",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineOpacity",1,"number","Line Alpha",null,{tags:["Basic","Shared"]}),e.prototype.publish("connectNull",!0,"boolean","Connect null data points in line",null,{tags:["Basic","Shared"]}),e.prototype.enter=function(e,i){this._config.line={connectNull:this.connectNull()},t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),i.selectAll(".c3-line").style({"stroke-width":this.lineWidth_exists()?this.lineWidth()+"px":null,"stroke-opacity":this.lineOpacity(),"stroke-dasharray":this.lineDashStyle().toString()})},e}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/Pie",["./Common2D"],e):t.c3chart_Pie=e(t.c3chart_Common2D)}(this,function(t){function e(e){t.call(this),this._type="pie"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Pie",e.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},e.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments),i=this.data().map(function(t,e){return[t[0],t[1]]},this);return e.columns=i,e},e}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/Scatter",["./CommonND"],e):t.c3chart_Scatter=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="scatter"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Scatter",e}),function(t,e){"function"==typeof define&&define.amd?define("src/c3chart/Step",["./CommonND"],e):t.c3chart_Step=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="step"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Step",e}),function(t){var e=document,i="appendChild",n="styleSheet",a=e.createElement("style");a.type="text/css",e.getElementsByTagName("head")[0][i](a),a[n]?a[n].cssText=t:a[i](e.createTextNode(t))}(".c3 svg{font:10px sans-serif;-webkit-tap-highlight-color:transparent}.c3 line,.c3 path{fill:none;stroke:#000}.c3 text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.c3-bars path,.c3-event-rect,.c3-legend-item-tile,.c3-xgrid-focus,.c3-ygrid{shape-rendering:crispEdges}.c3-chart-arc path{stroke:#fff}.c3-chart-arc text{fill:#fff;font-size:13px}.c3-grid line{stroke:#aaa}.c3-grid text{fill:#aaa}.c3-xgrid,.c3-ygrid{stroke-dasharray:3 3}.c3-text.c3-empty{fill:gray;font-size:2em}.c3-line{stroke-width:1px}.c3-circle._expanded_{stroke-width:1px;stroke:#fff}.c3-selected-circle{fill:#fff;stroke-width:2px}.c3-bar{stroke-width:0}.c3-bar._expanded_{fill-opacity:.75}.c3-target.c3-focused{opacity:1}.c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step{stroke-width:2px}.c3-target.c3-defocused{opacity:.3!important}.c3-region{fill:#4682b4}.c3-brush .extent,.c3-region{fill-opacity:.1}.c3-legend-item{font-size:12px}.c3-legend-item-hidden{opacity:.15}.c3-legend-background{opacity:.75;fill:#fff;stroke:#d3d3d3;stroke-width:1}.c3-title{font:14px sans-serif}.c3-tooltip-container{z-index:10}.c3-tooltip{border-collapse:collapse;border-spacing:0;background-color:#fff;empty-cells:show;-webkit-box-shadow:7px 7px 12px -9px #777;-moz-box-shadow:7px 7px 12px -9px #777;box-shadow:7px 7px 12px -9px #777;opacity:.9}.c3-tooltip tr{border:1px solid #ccc}.c3-tooltip th{background-color:#aaa;font-size:14px;padding:2px 5px;text-align:left;color:#fff}.c3-tooltip td{font-size:13px;padding:3px 6px;background-color:#fff;border-left:1px dotted #999}.c3-tooltip td>span{display:inline-block;width:10px;height:10px;margin-right:6px}.c3-tooltip td.value{text-align:right}.c3-area{stroke-width:0;opacity:.2}.c3-chart-arcs-title{dominant-baseline:middle;font-size:1.3em}.c3-chart-arcs .c3-chart-arcs-background{fill:#e0e0e0;stroke:none}.c3-chart-arcs .c3-chart-arcs-gauge-unit{fill:#000;font-size:16px}.c3-chart-arcs .c3-chart-arcs-gauge-max,.c3-chart-arcs .c3-chart-arcs-gauge-min{fill:#777}.c3-chart-arc .c3-gauge-value{fill:#000}"),define("hpcc-viz-c3chart",function(){}); \ No newline at end of file diff --git a/dist-amd/hpcc-viz-chart.js b/dist-amd/hpcc-viz-chart.js new file mode 100644 index 0000000000..0efc2ff727 --- /dev/null +++ b/dist-amd/hpcc-viz-chart.js @@ -0,0 +1,3 @@ +define("css!src/chart/Axis",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/Axis",["d3","../common/SVGWidget","../common/Utility","css!./Axis"],e):t.chart_Axis=e(t.d3,t.common_SVGWidget,t.common_Utility)}(this,function(t,e,i){function a(){e.call(this),this._drawStartPos="origin",this.d3Axis=t.svg.axis(),this.d3Guides=t.svg.axis(),this.updateScale()}a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" chart_Axis",a.prototype.publish("title","","string","Title"),a.prototype.publish("orientation","bottom","set","Orientation",["left","top","right","bottom"]),a.prototype.publish("type","linear","set","Type",["none","ordinal","linear","pow","log","time"]),a.prototype.publish("timePattern","%Y-%m-%d","string","Time Series Pattern",null,{disable:function(t){return"time"!==t.type()}}),a.prototype.publish("powExponent",2,"number","Exponent for Pow on Value Axis",null,{disable:function(t){return"pow"!==t.type()}}),a.prototype.publish("logBase",10,"number","Base for log on Value Axis",null,{disable:function(t){return"log"!==t.type()}}),a.prototype.publish("ordinals",[],"array","Ordinal Values",null,{disable:function(t){return"ordinal"!==t.type()}}),a.prototype.publish("tickCount",null,"number","Tick Count",null,{optional:!0,disable:function(t){return"ordinal"===t.type()}}),a.prototype.publish("tickFormat",null,"string","Tick Format",null,{optional:!0,disable:function(t){return"ordinal"===t.type()}}),a.prototype.publish("tickLength",null,"number","Tick Length",{optional:!0}),a.prototype.publish("low",null,"any","Low",null,{optional:!0,disable:function(t){return"ordinal"===t.type()}}),a.prototype.publish("high",null,"any","High",null,{optional:!0,disable:function(t){return"ordinal"===t.type()}}),a.prototype.publish("overlapMode","none","set","Label Overlap Mode",["none","stagger","hide","rotate","linebreak","wrap"]),a.prototype.publish("labelRotation",33,"number","Label Rotation",null,{optional:!0,disable:function(t){return"rotate"!==t.overlapMode()}}),a.prototype.publish("shrinkToFit","both","set","Size to fit",["none","low","high","both"]),a.prototype.publish("extend",5,"number","Extend axis %",{optional:!0,disable:function(t){return"ordinal"===t.type()}});var o=a.prototype.type;a.prototype.type=function(t){var e=o.apply(this,arguments);return arguments.length&&this.updateScale(),e};var r=a.prototype.timePattern;return a.prototype.timePattern=function(t){var e=r.apply(this,arguments);return arguments.length&&this.updateScale(),e},a.prototype.lowValue=function(){return this.parse(this.low())},a.prototype.highValue=function(){return this.parse(this.high())},a.prototype.parse=function(t,e){if(t instanceof Array)return t.map(function(t){return this.parse(t)},this);if(void 0!==t&&null!==t){if(this.parser)return this.parser.parse("number"==typeof t?t.toString():t);if(e&&"string"==typeof t)return+t}return t},a.prototype.parseInvert=function(t){return t instanceof Array?t.map(function(t){return this.parseInvert(t)},this):this.parser?this.parser(t):t},a.prototype.format=function(t){return t instanceof Array?t.map(function(t){return this.format(t)},this):void 0!==t&&null!==t&&this.formatter?this.formatter(t):t},a.prototype.scalePos=function(t){var e=this.d3Scale(this.parse(t));return"ordinal"===this.type()&&(e+=this.d3Scale.rangeBand()/2),e},a.prototype.isHorizontal=function(){switch(this.orientation()){case"left":case"right":return!1}return!0},a.prototype.domain=function(t){return arguments.length?(this.d3Scale.domain(t),this):this.d3Scale.domain()},a.prototype.range=function(t){if(!arguments.length){if(this.d3Scale.rangeRoundBands)return this.d3Scale.rangeExtent();if(this.d3Scale.rangeRound)return this.d3Scale.range()}return this.d3Scale.rangeRoundBands?this.d3Scale.rangeRoundBands(t,.1):this.d3Scale.rangeRound&&this.d3Scale.range(t),this},a.prototype.invert=function(t){return this.d3Scale.invert(t)},a.prototype.guideTarget=function(e){this._guideElement=t.select(e).attr("class",this._class)},a.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this.svg=i.append("g"),this.svgAxis=this.svg.append("g").attr("class","axis"),this.svgText=this.svgAxis.append("text"),this.svg2=(this._guideElement||i).append("g"),this.svgGuides=this.svg2.attr("class","guide")},a.prototype.updateScale=function(){switch(this.type()){case"ordinal":this.d3Scale=t.scale.ordinal(),this.ordinals_exists()&&this.d3Scale.domain(this.ordinals()),this.parser=null,this.formatter=null;break;case"linear":this.d3Scale=t.scale.linear(),this.low_exists()&&this.high_exists()&&this.d3Scale.domain([this.lowValue(),this.highValue()]),this.parser=null,this.formatter=this.tickFormat_exists()?t.format(this.tickFormat()):null;break;case"pow":this.d3Scale=t.scale.pow().exponent(this.powExponent()),this.low_exists()&&this.high_exists()&&this.d3Scale.domain([this.lowValue(),this.highValue()]),this.parser=null,this.formatter=this.tickFormat_exists()?t.format(this.tickFormat()):null;break;case"log":this.d3Scale=t.scale.log().base(this.logBase()),this.low_exists()&&this.high_exists()&&this.d3Scale.domain([this.lowValue(),this.highValue()]),this.parser=null,this.formatter=this.tickFormat_exists()?t.format(this.tickFormat()):null;break;case"time":this.d3Scale=t.time.scale(),this.low_exists()&&this.high_exists()&&this.d3Scale.domain([this.lowValue(),this.highValue()]),this.parser=this.timePattern_exists()?t.time.format(this.timePattern()):null,this.formatter=this.tickFormat_exists()?t.time.format(this.tickFormat()):null}if(this.extend())switch(this.type()){case"ordinal":break;default:var e,i,a,o,r,n;this.isHorizontal()?(e=this.width(),this.d3Scale.range([0,e]),i=e*this.extend()/100,a=this.d3Scale.invert(0),r=this.d3Scale.invert(-i),o=this.d3Scale.invert(e),n=this.d3Scale.invert(e+i)):(e=this.height(),this.d3Scale.range([e,0]),i=e*this.extend()/100,a=this.d3Scale.invert(e),r=this.d3Scale.invert(e+i),o=this.d3Scale.invert(0),n=this.d3Scale.invert(-i)),Math.sign(a)!==Math.sign(r)&&(r=0),Math.sign(o)!==Math.sign(n)&&(n=0),this.d3Scale.domain([r,n])}this.d3Axis.orient(this.orientation()).scale(this.d3Scale).tickFormat(this.formatter).ticks(this.tickCount()),this.d3Guides.orient(this.orientation()).scale(this.d3Scale).tickSize(-this.tickLength()).tickFormat("").ticks(this.tickCount())},a.prototype.adjustText=function(e,i){var a=this.isHorizontal(),o="left"===this.orientation(),r="bottom"===this.orientation(),n=this;if("linebreak"===this.overlapMode())"ordinal"===this.type()&&e.selectAll(".tick > text").call(function(){return n.linebreak.apply(n,arguments)},this.d3Scale.rangeBand());else if("wrap"===this.overlapMode())"ordinal"===this.type()&&e.selectAll(".tick > text").call(function(){return n.wrap.apply(n,arguments)},this.d3Scale.rangeBand());else switch(a?this.overlapMode():"none"){case"stagger":e.selectAll(".tick > text").style("text-anchor","middle").attr("dy",function(t,e){return(r?1:-1)*((r?.71:0)+e%i)+"em"}).attr("dx",0).attr("visibility",null).attr("transform","rotate(0)");break;case"hide":e.selectAll(".tick > text").style("text-anchor","middle").attr("dy",(r?.71:0)+"em").attr("dx",0).attr("visibility",function(t,e){return e%i?"hidden":null}).attr("transform","rotate(0)");break;case"rotate":var s=-this.labelRotation()||0;if(0!==s&&i>1){e.selectAll(".tick > text").each(function(){var e=t.select(this),i=e.node().getBBox(),a=(r?1:-1)*Math.sin(Math.PI*(-Math.abs(s)/180));e.style("text-anchor",s>0?r?"start":"end":r?"end":"start").attr("dy",i.height/2*a+"px").attr("dx",s>0?r?"0.71em":"-0.71em":r?"-0.71em":"0.71em").attr("transform","rotate("+s+")").attr("visibility",null)});break}default:e.selectAll(".tick > text").style("text-anchor",a?"middle":o?"end":"start").attr("dy",a?(r?.71:0)+"em":"0.32em").attr("dx",0).attr("visibility",null).attr("transform","rotate(0)")}},a.prototype.calcTickOverlapModulus=function(t){var e=1;switch(this.overlapMode()){case"rotate":case"stagger":case"hide":var i=[];t.selectAll(".tick > text").each(function(t){for(var a=this.getBoundingClientRect(),o=i.length-1;o>=0&&!(i[o].righte&&(e=i.length+1-o);i.push(a)})}return e},a.prototype.calcOverflow=function(t,e){this.updateScale();var i=this.isHorizontal();this.range(i?[0,this.width()]:[this.height(),0]);var a=t.append("g").attr("class",this.classID()).append("g");a.attr("class",i?"x":"y").call(this.d3Axis),e&&t.selectAll(".tick > text").remove();var o={left:0,top:0,right:0,bottom:0,tickOverlapModulus:this.calcTickOverlapModulus(a)};this.adjustText(a,o.tickOverlapModulus);var r=a.node().getBBox();switch(o.depth=i?r.height:r.width,this.shrinkToFit()){case"low":case"both":o.left=i?-r.x:0,o.bottom=i?0:-(this.height()-(r.height+r.y))}switch(this.shrinkToFit()){case"high":case"both":o.top=i?0:-r.y,o.right=i?-(this.width()-r.x-r.width):0}return a.remove(),o},a.prototype.wrap=function(e,i,a){a=a||/\s+/;var o=this;e.each(function(){for(var e,r=t.select(this),n=r.text().split(a).reverse(),s=[],l=0,h=1.1,p=r.attr("x"),c=r.attr("y"),u=parseFloat(r.style("font-size"))||10,d=Math.floor(i/(u*h))-1,y=o.isHorizontal()?1:Math.ceil(n.length/d),m=parseFloat(r.attr("dy")),f=r.text(null).append("tspan").attr("x",p).attr("y",c).attr("dy",m+"em"),x=0;e=n.pop();)s.push(e),f.text(s.join(" ")),x++,f.node().getComputedTextLength()>i&&x>=y&&(s.pop(),f.text(s.join(" ")),s=[e],f=r.append("tspan").attr("x",p).attr("y",c).attr("dy",++l*h+m+"em").text(e),x=0);o.isHorizontal()||r.selectAll("tspan").attr("y",-l/2+"em")})},a.prototype.linebreak=function(t,e){this.wrap(t,e,"\n")},a.prototype.update=function(t,i){function a(t){t.attr("transform",function(t){switch(r.orientation()){case"left":return"translate("+o.depth+", "+o.top+")";case"top":return"translate(0,"+o.depth+")";case"right":return"translate("+(r.width()-o.depth)+", "+o.top+")";case"bottom":return"translate(0,"+(r.height()-o.depth)+")"}return"translate(0,0)"})}e.prototype.update.apply(this,arguments);var o=this.calcOverflow(i);this.range(this.isHorizontal()?[o.left,this.width()-o.right]:[this.height()-o.top-o.bottom,0]);var r=this;this.svg.style("visibility","none"===this.type()?"hidden":null).transition().call(a),this._guideElement&&this.svg2.transition().call(a),this.svgAxis.call(this.d3Axis),this.adjustText(this.svgAxis,o.tickOverlapModulus);var n=this.svgAxis.select("path.domain"),s=n.node().getBBox();switch(this.orientation()){case"left":this.svgText.transition().attr("transform","rotate(-90)").attr("x",-2).attr("y",2).attr("dx",null).attr("dy",".71em").style("text-anchor","end").text(this.title());break;case"right":this.svgText.transition().attr("transform","rotate(-90)").attr("x",-2).attr("y",4).attr("dx",null).attr("dy","-.71em").style("text-anchor","end").text(this.title());break;case"top":this.svgText.transition().attr("transform","rotate(0)").attr("x",s.x+s.width-2).attr("y",2).attr("dx",null).attr("dy",".71em").style("text-anchor","end").text(this.title());break;case"bottom":this.svgText.transition().attr("transform","rotate(0)").attr("x",s.x+s.width-2).attr("y",-2).attr("dx",null).attr("dy",null).style("text-anchor","end").text(this.title())}this.svgGuides.call(this.d3Guides)},a.prototype.postUpdate=function(t,i){e.prototype.postUpdate.apply(this,arguments),this._guideElement&&this._guideElement.attr("transform",this._element.attr("transform"))},a}),define("css!src/chart/XYAxis",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/XYAxis",["d3","../common/SVGWidget","./Axis","../common/Utility","css!./XYAxis"],e):t.chart_XYAxis=e(t.d3,t.common_SVGWidget,t.chart_Axis,t.common_Utility)}(this,function(t,e,i,a){function o(){e.call(this),a.SimpleSelectionMixin.call(this),this._drawStartPos="origin",this.domainAxis=(new i).orientation_default("bottom").type_default("ordinal").overlapMode_default("stagger").shrinkToFit_default("high").extend_default(0),this.valueAxis=(new i).orientation_default("left").type_default("linear").shrinkToFit_default("high");var o=this;this.xBrush=t.svg.brush().on("brush",function(){return o.brushMoved()}),this.yBrush=t.svg.brush().on("brush",function(){return o.brushMoved()})}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" chart_XYAxis",o.prototype.mixin(a.SimpleSelectionMixin),o.prototype.publish("orientation","horizontal","set","Selects orientation for the axis",["horizontal","vertical"]),o.prototype.publish("selectionMode",!1,"boolean","Range Selector"),o.prototype.publishProxy("xAxisTickCount","domainAxis","tickCount"),o.prototype.publishProxy("xAxisTickFormat","domainAxis","tickFormat"),o.prototype.publishProxy("xAxisType","domainAxis","type"),o.prototype.publishProxy("xAxisTypeTimePattern","domainAxis","timePattern"),o.prototype.publish("xAxisDomainLow",null,"string","X-Axis Low",null,{optional:!0,disable:function(t){return"ordinal"===t.xAxisType()}}),o.prototype.publish("xAxisDomainHigh",null,"string","X-Axis High",null,{optional:!0,disable:function(t){return"ordinal"===t.xAxisType()}}),o.prototype.publishProxy("xAxisOverlapMode","domainAxis","overlapMode"),o.prototype.publishProxy("xAxisLabelRotation","domainAxis","labelRotation"),o.prototype.publishProxy("xAxisDomainPadding","domainAxis","extend"),o.prototype.publish("xAxisGuideLines",!1,"boolean","Y-Axis Guide Lines"),o.prototype.publish("xAxisFocus",!1,"boolean","X-Axis Focus",null,{disable:function(t){return"horizontal"!==t.orientation()}}),o.prototype.publish("xAxisFocusHeight",80,"number","X-Axis Focus Height",null,{disable:function(t){return!t.xAxisFocus()}}),o.prototype.publishProxy("yAxisTitle","valueAxis","title"),o.prototype.publishProxy("yAxisTickCount","valueAxis","tickCount"),o.prototype.publishProxy("yAxisTickFormat","valueAxis","tickFormat"),o.prototype.publishProxy("yAxisType","valueAxis","type"),o.prototype.publishProxy("yAxisTypeTimePattern","valueAxis","timePattern"),o.prototype.publishProxy("yAxisTypePowExponent","valueAxis","powExponent"),o.prototype.publishProxy("yAxisTypeLogBase","valueAxis","logBase"),o.prototype.publish("yAxisStacked",!1,"boolean","Stacked Chart",null,{tags:["Basic"],disable:function(t){return"ordinal"!==t.xAxisType()||t._class.indexOf("chart_Column")<0}}),o.prototype.publish("yAxisDomainLow",null,"string","Y-Axis Low",null,{optional:!0,disable:function(t){return"ordinal"===t.yAxisType()}}),o.prototype.publish("yAxisDomainHigh",null,"string","Y-Axis High",null,{optional:!0,disable:function(t){return"ordinal"===t.yAxisType()}}),o.prototype.publishProxy("yAxisDomainPadding","valueAxis","extend"),o.prototype.publish("yAxisGuideLines",!0,"boolean","Y-Axis Guide Lines"),o.prototype.publish("regions",[],"array","Regions"),o.prototype.publish("sampleData","","set","Display Sample Data",["","ordinal","ordinalRange","linear","time-x","time-y"]),o.prototype.resetSelection=function(){return this._prevBrush=null,this},o.prototype.columns=function(t){return e.prototype.columns.apply(this,arguments)},o.prototype.parseData=function(t){return this.domainAxis.parse(t)},o.prototype.parseValue=function(t){return this.valueAxis.parse(t,!0)},o.prototype.formatData=function(t){return this.domainAxis.format(t)},o.prototype.formatValue=function(t){return this.valueAxis.format(t,!0)},o.prototype.parsedData=function(){var t=this.data().map(function(t){var e=0;return t.map(function(t,i){if(0===i)return this.parseData(t);if(i>=this.columns().length)return t;var a=this.yAxisStacked()?[e,e+this.parseValue(t)]:this.parseValue(t);return e+=this.parseValue(t),a},this)},this);return t},o.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this.svg=i.append("g"),this.svgRegions=i.append("g"),this.svgDomainGuide=this.svg.append("g"),this.svgValueGuide=this.svg.append("g"),this.svgData=this.svg.append("g"),this.svgDataClipRect=this.svg.append("clipPath").attr("id",this.id()+"_clippath").append("rect").attr("x",0).attr("y",0),this.svgData=this.svg.append("g").attr("clip-path","url(#"+this.id()+"_clippath)"),this._selection.widgetElement(this.svgData),this.svgFocus=i.append("g"),this.domainAxis.target(this.svg.node()).guideTarget(this.svgDomainGuide.node()),this.valueAxis.target(this.svg.node()).guideTarget(this.svgValueGuide.node()),this.svgBrush=i.append("g").attr("class","brush")},o.prototype.resizeBrushHandle=function(t,e,i){var a,o,r;return"e"===t||"w"===t?(a=+("e"===t),o=a?1:-1,r=i/3,"M"+.5*o+","+r+"A6,6 0 0 "+a+" "+6.5*o+","+(r+6)+"V"+(2*r-6)+"A6,6 0 0 "+a+" "+.5*o+","+2*r+"ZM"+2.5*o+","+(r+8)+"V"+(2*r-8)+"M"+4.5*o+","+(r+8)+"V"+(2*r-8)):(a=+("s"===t),r=a?1:-1,o=e/3,"M"+o+", "+.5*r+"A6,6 0 0 "+(a+1)%2+" "+(o+6)+","+6.5*r+"H"+(2*o-6)+"A6,6 0 0 "+(a+1)%2+" "+2*o+","+.5*r+"ZM"+(o+8)+","+2.5*r+"H"+(2*o-8)+"M"+(o+8)+","+4.5*r+"H"+(2*o-8))},o.prototype.brushMoved=e.prototype.debounce(function(){var t=this.data().filter(function(t){var e=t[0];return"ordinal"===this.xAxisType()&&(e=this.domainAxis.d3Scale(e)+(this.domainAxis.d3Scale.rangeBand?this.domainAxis.d3Scale.rangeBand()/2:0)),"horizontal"===this.orientation()?e>=this.xBrush.extent()[0]&&e<=this.xBrush.extent()[1]:e>=this.yBrush.extent()[0]&&e<=this.yBrush.extent()[1]},this);this.selection(t)},250),o.prototype.dataPos=function(t){return this.domainAxis.scalePos(t)},o.prototype.valuePos=function(t){return this.valueAxis.scalePos(t)},o.prototype.setScaleRange=function(t,e){this.xAxis.width(t),this.yAxis.height(e)},o.prototype.calcMargin=function(t,e,i){for(var a={top:!i&&this.selectionMode()?10:2,right:i&&(this.selectionMode()||this.xAxisFocus())?10:2,bottom:(this.xAxisFocus()?this.xAxisFocusHeight():0)+2,left:2},o=this.width()-a.left-a.right,r=this.height()-a.top-a.bottom,n=30,s=30,l=0;10>l;++l){this.xAxis.width(o-s).height(0);var h=this.xAxis.calcOverflow(e);this.yAxis.width(0).height(r-n);var p=this.yAxis.calcOverflow(e),c=h.depth,u=p.depth;if(c===n&&u===s){n=c,s=u;break}n=c,s=u}return this.xAxis.x(o/2+s/2+a.left).y(r+a.top).width(o-s),this.yAxis.x(a.left).y(r/2-n/2+a.top).height(r-n),a.left+=s,a.bottom+=n,a},o.prototype.updateRegions=function(e,i,a){var o=this,r=this.svgRegions.selectAll(".region").data(this.regions());r.enter().append("rect").attr("class","region"),a?r.attr("x",function(t){return o.dataPos(t.x0)}).attr("y",0).attr("width",function(t){return o.dataPos(t.x1)-o.dataPos(t.x0)}).attr("height",this.height()).style("stroke",function(t){return o._palette(t.colorID)}).style("fill",function(e){return t.hsl(o._palette(e.colorID)).brighter()}):r.attr("x",0).attr("y",function(t){return o.dataPos(t.x0)}).attr("width",this.width()).attr("height",function(t){return o.dataPos(t.x0)-o.dataPos(t.x1)}).style("stroke",function(t){return o._palette(t.colorID)}).style("fill",function(e){return t.hsl(o._palette(e.colorID)).brighter()}),r.exit().remove()},o.prototype.update=function(e,i){var a=this,o="horizontal"===this.orientation();this.updateRegions(e,i,o),this.domainAxis.orientation(o?"bottom":"left").title(this.columns()[0]),this.valueAxis.orientation(o?"left":"bottom"),this.xAxis=o?this.domainAxis:this.valueAxis,this.yAxis=o?this.valueAxis:this.domainAxis;var r=o?this.xBrush:this.yBrush,n=o?this.yBrush:this.xBrush,s=n.extent();switch(this.xAxisType()){case"ordinal":this.domainAxis.ordinals(this.data().map(function(t){return t[0]}));break;default:var l=this.xAxisDomainLow()?this.xAxisDomainLow():this.domainAxis.parseInvert(t.min(this.parsedData(),function(t){return t[0]})),h=this.xAxisDomainHigh()?this.xAxisDomainHigh():this.domainAxis.parseInvert(t.max(this.parsedData(),function(t){return t[0]}));void 0!==l&&void 0!==h&&this.domainAxis.low(l).high(h)}var p=this.yAxisDomainLow()?this.yAxisDomainLow():this.valueAxis.parseInvert(t.min(this.parsedData(),function(e){return t.min(e.filter(function(t,e){return e>0&&a.columns()[e]&&0!==a.columns()[e].indexOf("__")&&null!==t}),function(t){return t instanceof Array?t[0]:t})})),c=this.yAxisDomainHigh()?this.yAxisDomainHigh():this.valueAxis.parseInvert(t.max(this.parsedData(),function(e){return t.max(e.filter(function(t,e){return e>0&&a.columns()[e]&&0!==a.columns()[e].indexOf("__")&&null!==t}),function(t){return t instanceof Array?t[1]:t})}));this.valueAxis.low(p).high(c),this.margin=this.calcMargin(e,i,o);var u=this.width()-this.margin.left-this.margin.right;0>u&&(u=0);var d=this.height()-this.margin.top-this.margin.bottom;0>d&&(d=0);var y=o?u:d,m=o?d:u;if(this.domainAxis.tickLength(this.xAxisGuideLines()?m:0).render(),this.valueAxis.tickLength(this.yAxisGuideLines()?y:0).render(),this.svgDataClipRect.attr("width",u).attr("height",d),this.svgData.transition().attr("transform","translate("+this.margin.left+","+this.margin.top+")"),this.xBrush.x(this.domainAxis.d3Scale),this.yBrush.y(this.domainAxis.d3Scale),this.selectionMode()){if(this._prevXAxisType!==this.xAxisType()&&(this._prevXAxisType=this.xAxisType(),this._prevBrush=null),this._prevBrush){if(this._prevBrush&&this._prevBrush.orientation!==this.orientation())switch(this.xAxisType()){case"ordinal":r.extent([y-s[0]*y/this._prevBrush.maxCurrExtent,y-s[1]*y/this._prevBrush.maxCurrExtent]);break;default:r.extent(s)}}else switch(this.xAxisType()){case"ordinal":r.extent([0,y]);break;default:r.extent(this.domainAxis.d3Scale.domain())}this._prevBrush={orientation:this.orientation(),maxCurrExtent:y}}this.svgBrush.attr("transform","translate("+this.margin.left+", "+this.margin.top+")").style("display",this.selectionMode()?null:"none").call(r).selectAll(".background").transition().attr("width",u).attr("height",d),this.svgBrush.selectAll(".extent, .resize rect").transition().attr(o?"y":"x",0).attr(o?"height":"width",m);var f=this.svgBrush.selectAll(".resize").selectAll("path").data(function(t){return t});f.enter().append("path"),f.transition().attr("d",function(t){return a.resizeBrushHandle(t,u,d)}),this.updateFocusChart(e,i,this.margin,u,d,o),this.updateChart(e,i,this.margin,u,d,o,250)},o.prototype.updateFocusChart=function(t,e,i,a,o,r){function n(){if("ordinal"!==s.focusChart.xAxisType())s.xAxis.domain(s.focusChart.xBrush.extent());else{var t=s.focusChart.xBrush.extent(),e=t[1]-t[0],i=e/a;s.xAxis.range([-t[0]/i,(a-t[0])/i])}s.xAxis.svgAxis.call(s.xAxis.d3Axis),s.xAxis.svgGuides.call(s.xAxis.d3Guides)}var s=this,l=this.svgFocus.selectAll("#"+this.id()+"_focusChart").data(this.xAxisFocus()?[!0]:[]);l.enter().append("g").attr("id",this.id()+"_focusChart").each(function(l){s.focusChart=(new s.constructor).target(this),s.focusChart.xBrush.on("brush.focus",function(){n(),s.updateChart(t,e,i,a,o,r,0)})}),l.each(function(t){s.copyPropsTo(s.focusChart),s.focusChart.xAxisFocus(!1).selectionMode(!0).tooltipStyle("none").orientation("horizontal").xAxisGuideLines(!1).xAxisDomainLow(null).xAxisDomainHigh(null).yAxisGuideLines(!1).x(s.width()/2).y(s.height()-s.xAxisFocusHeight()/2).width(s.width()).height(s.xAxisFocusHeight()).columns(s.columns()).data(s.data()).render(),n()}),l.exit().each(function(t){s.focusChart&&(s.focusChart.target(null),delete s.focusChart)}).remove()},o.prototype.updateChart=function(t,e,i,a,o,r,n){},o.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},o.prototype.selection=function(t){},o}),define("css!src/chart/Scatter",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/Scatter",["d3","../common/SVGWidget","./XYAxis","../api/INDChart","../api/ITooltip","css!./Scatter"],e):t.chart_Scatter=e(t.d3,t.common_SVGWidget,t.chart_XYAxis,t.api_INDChart,t.api_ITooltip)}(this,function(t,e,i,a,o){function r(t){i.call(this),a.call(this),o.call(this),this.xAxisGuideLines_default(!0).yAxisGuideLines_default(!0)}return r.prototype=Object.create(i.prototype),r.prototype.constructor=r,r.prototype._class+=" chart_Scatter",r.prototype["implements"](a.prototype),r.prototype["implements"](o.prototype),r.prototype.publish("paletteID","default","set","Palette ID",r.prototype._palette["switch"](),{tags:["Basic","Shared"]}),r.prototype.publish("pointShape","cross","set","Shape of the data points",["circle","rectangle","cross"]),r.prototype.publish("pointSize",6,"number","Point Size"),r.prototype.publish("interpolate","","set","Interpolate Data",["","linear","step","step-before","step-after","basis","bundle","cardinal","monotone"]),r.prototype.publish("interpolateFill",!1,"boolean","Fill Interpolation"),r.prototype.publish("interpolateFillOpacity",.66,"number","Fill Interpolation Opacity"),r.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),r.prototype.xPos=function(t){return"horizontal"===this.orientation()?this.dataPos(t.label):this.valuePos(t.value)},r.prototype.yPos=function(t){return"horizontal"===this.orientation()?this.valuePos(t.value):this.dataPos(t.label)},r.prototype.enter=function(t,e){i.prototype.enter.apply(this,arguments);var a=this;this.tooltipHTML(function(t){return a.tooltipFormat({label:t.label,series:a.columns()[t.colIdx],value:t.value})})},r.prototype.updateChart=function(e,i,a,o,r,n){function s(t){switch(t){case"rectangle":return"rect";case"circle":return"circle";case"cross":return"path"}}var l=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this._prevPointShape!==this.pointShape()&&(this.svgData.selectAll(".data").remove(),this._prevPointShape=this.pointShape());var h=this.flattenData().map(function(t){return t.shape=s(l.pointShape()),t}),p=this.svgData.selectAll(".point").data(h,function(t,e){return t.shape+"_"+e});p.enter().append("g").attr("class","point").each(function(e){var i=t.select(this);i.append("circle").attr("class","pointSelection").on("mouseout.tooltip",l.tooltip.hide).on("mousemove.tooltip",l.tooltip.show).call(l._selection.enter.bind(l._selection)).on("click",function(t,e){l.click(l.rowToObj(l.data()[t.rowIdx]),l.columns()[t.colIdx],l._selection.selected(this))}),i.append(e.shape).attr("class","pointShape")}),p.each(function(e){var i=t.select(this).select(".pointSelection");i.attr("cx",function(t){return l.xPos(t)}).attr("cy",function(t){return l.yPos(t)}).attr("r",l.pointSize());var a=t.select(this).select(".pointShape");switch(e.shape){case"rect":a.attr("x",function(t){return l.xPos(t)-l.pointSize()/2}).attr("y",function(t){return l.yPos(t)-l.pointSize()/2}).attr("width",l.pointSize()).attr("height",l.pointSize()).style("fill",function(t,e){return l._palette(l.columns()[t.colIdx])});break;case"circle":a.attr("cx",function(t){return l.xPos(t)}).attr("cy",function(t){return l.yPos(t)}).attr("r",l.pointSize()/2).style("fill",function(t,e){return l._palette(l.columns()[t.colIdx])});break;case"path":a.attr("d",function(t){return"M"+(l.xPos(t)-l.pointSize()/2)+" "+(l.yPos(t)-l.pointSize()/2)+" L"+(l.xPos(t)+l.pointSize()/2)+" "+(l.yPos(t)+l.pointSize()/2)+" M"+(l.xPos(t)-l.pointSize()/2)+" "+(l.yPos(t)+l.pointSize()/2)+" L"+(l.xPos(t)+l.pointSize()/2)+" "+(l.yPos(t)-l.pointSize()/2)}).style("stroke",function(t,e){return l._palette(l.columns()[t.colIdx])})}}),p.exit().remove();var c=this.svgData.selectAll(".area").data(this.columns().filter(function(t,e){return l.interpolate()&&l.interpolateFill()&&e>0}));c.enter().append("path").attr("class","area");var u=t.svg.area().interpolate(this.interpolate());n?u.x(function(t){return l.xPos(t)}).y0(function(t){return r}).y1(function(t){return l.yPos(t)}):u.y(function(t){return l.yPos(t)}).x0(function(t){return 0}).x1(function(t){return l.xPos(t)}),c.each(function(e,i){var a=t.select(this);a.attr("d",u(h.filter(function(t){return t.colIdx===i+1}))).style("opacity",l.interpolateFillOpacity()).style("stroke","none").style("fill",function(e,a){return t.hsl(l._palette(l.columns()[i+1])).brighter()})}),c.exit().remove();var d=this.svgData.selectAll(".line").data(this.columns().filter(function(t,e){return l.interpolate()&&e>0}));d.enter().append("path").attr("class","line");var y=t.svg.line().x(function(t){return l.xPos(t)}).y(function(t){return l.yPos(t)}).interpolate(this.interpolate());d.each(function(e,i){var a=t.select(this),o=h.filter(function(t){return t.colIdx===i+1});a.attr("d",y(o)).style("stroke",function(t,e){return l._palette(l.columns()[i+1])}).style("fill","none")}),d.exit().remove()},r.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},r}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/Area",["d3","./Scatter"],e):t.chart_Area=e(t.d3,t.chart_Scatter)}(this,function(t,e){function i(t){e.call(this),this.interpolate_default("linear").interpolateFill_default(!0)}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" chart_Area",i}),define("css!src/chart/Column",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/Column",["d3","./XYAxis","../api/INDChart","../api/ITooltip","css!./Column"],e):t.chart_Column=e(t.d3,t.chart_XYAxis,t.api_INDChart,t.api_ITooltip)}(this,function(t,e,i,a){function o(t){e.call(this),i.call(this),a.call(this),this._linearGap=25}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" chart_Column",o.prototype["implements"](i.prototype),o.prototype["implements"](a.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments);var a=this;this.tooltipHTML(function(t){var e=t.row[t.idx];return e instanceof Array&&(e=e[1]-e[0]),a.tooltipFormat({label:t.row[0],series:a.columns()[t.idx],value:e})})},e.prototype.adjustedData=function(){var t=this.data().map(function(t){var e=0;return t.map(function(t,i){if(0===i)return t;if(i>=this.columns().length)return t;var a=this.yAxisStacked()?[e,e+t]:t;return e+=t,a},this)},this);return t},o.prototype.updateChart=function(e,i,a,o,r,n,s){var l=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()));var h=10,p=0;switch(this.xAxisType()){case"ordinal":h=this.domainAxis.d3Scale.rangeBand(),p=-h/2;break;case"linear":case"time":h=Math.max(Math.abs(this.dataPos(2)-this.dataPos(1))*(100-this._linearGap)/100,h),p=-h/2}var c=t.scale.ordinal().domain(l.columns().filter(function(t,e){return e>0})).rangeRoundBands(n?[0,h]:[h,0]),u=this.svgData.selectAll(".dataRow").data(this.adjustedData());u.enter().append("g").attr("class","dataRow"),this.tooltip.direction(n?"n":"e"),u.each(function(e,i){var a=t.select(this),o=a.selectAll("rect").data(e.filter(function(t,e){return e0}));o.enter().append("rect").attr("class","columnRect").call(l._selection.enter.bind(l._selection)).on("mouseout.tooltip",l.tooltip.hide).on("mousemove.tooltip",l.tooltip.show).on("click",function(t,e){l.click(l.rowToObj(t.row),t.column,l._selection.selected(this))}),n?o.transition().duration(s).attr("x",function(t){return l.dataPos(e[0])+(l.yAxisStacked()?0:c(t.column))+p}).attr("width",l.yAxisStacked()?h:c.rangeBand()).attr("y",function(t){return t.value instanceof Array?l.valuePos(t.value[1]):l.valuePos(t.value)}).attr("height",function(t){return t.value instanceof Array?l.valuePos(t.value[0])-l.valuePos(t.value[1]):r-l.valuePos(t.value)}).style("fill",function(t){return l._palette(t.column)}):o.transition().duration(s).attr("y",function(t){return l.dataPos(e[0])+(l.yAxisStacked()?0:c(t.column))+p}).attr("height",l.yAxisStacked()?h:c.rangeBand()).attr("x",function(t){return t.value instanceof Array?l.valuePos(t.value[0]):0}).attr("width",function(t){return t.value instanceof Array?l.valuePos(t.value[1])-l.valuePos(t.value[0]):l.valuePos(t.value)}).style("fill",function(t){return l._palette(t.column)}),o.exit().transition().duration(s).remove()}),u.exit().transition().duration(s).remove()},o}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/Bar",["./Column"],e):t.chart_Bar=e(t.chart_Column); +}(this,function(t){function e(e){t.call(this),this.orientation_default("vertical")}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" chart_Bar",e}),define("css!src/chart/Bubble",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/Bubble",["d3","../common/SVGWidget","../api/I2DChart","../common/Text","../common/FAChar","../common/Utility","../api/ITooltip","css!./Bubble"],e):t.chart_Bubble=e(t.d3,t.common_SVGWidget,t.api_I2DChart,t.common_Text,t.common_FAChar,t.common_Utility,t.api_ITooltip)}(this,function(t,e,i,a,o,r,n){function s(a){e.call(this),i.call(this),n.call(this),r.SimpleSelectionMixin.call(this),this._drawStartPos="origin",this.labelWidgets={},this.d3Pack=t.layout.pack().sort(function(t,e){return e>t?-1:t>e?1:0}).size([this.width(),this.height()]).value(function(t){return t[1]})}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" chart_Bubble",s.prototype["implements"](i.prototype),s.prototype["implements"](n.prototype),s.prototype.mixin(r.SimpleSelectionMixin),s.prototype.publish("paletteID","default","set","Palette ID",s.prototype._palette["switch"](),{tags:["Basic","Shared"]}),s.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),s.prototype.size=function(t){var i=e.prototype.size.apply(this,arguments);return arguments.length&&this.d3Pack.size([this.width(),this.height()]),i},s.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._selection.widgetElement(i);var a=this;this.tooltipHTML(function(t){return a.tooltipFormat({label:t[0],value:t[1]})})},s.prototype.update=function(e,i){var r=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()));var n=i.selectAll(".node").data(this.data().length?this.d3Pack.nodes({children:this.cloneData()}).filter(function(t){return!t.children}):[],function(t){return t[0]});n.enter().append("g").attr("class","node").attr("opacity",0).call(this._selection.enter.bind(this._selection)).on("click",function(t){r.click(r.rowToObj(t),r.columns()[1],r._selection.selected(this))}).each(function(e){var i=t.select(this);i.append("circle").attr("r",function(t){return t.r}).on("mouseout.tooltip",r.tooltip.hide).on("mousemove.tooltip",r.tooltip.show),e.__viz_faChar?r.labelWidgets[e[0]]=(new o)["char"](e.__viz_faChar).target(this).render():r.labelWidgets[e[0]]=(new a).text(e[0]).target(this).render()}),n.transition().attr("opacity",1).each(function(e){var i=t.select(this),a={x:e.x,y:e.y};if(i.select("circle").transition().attr("transform",function(t){return"translate("+a.x+","+a.y+")"}).style("fill",function(t){return r._palette(t[0])}).attr("r",function(t){return t.r}).select("title").text(function(t){return t[0]+" ("+t[1]+")"}),e.__viz_faChar)r.labelWidgets[e[0]].pos(a).render();else{var o=e[0],n=r.labelWidgets[e[0]].getBBox().width;2*e.r<16?o="":2*e.r=0?t[a]instanceof Array?t[a]:[t[a]]:[]}var e=this.columns();return this.data().map(function(e){return{title:t(e,this.titleColumn()),subtitle:t(e,this.subtitleColumn()),ranges:t(e,this.rangesColumn()),measures:t(e,this.measuresColumn()),markers:t(e,this.markersColumn()),origRow:e}},this)},o.prototype.enter=function(i,a){e.prototype.enter.apply(this,arguments),t.select(i.parentNode).style("overflow","auto"),this._selection.widgetElement(a)},o.prototype.update=function(i,o){e.prototype.update.apply(this,arguments);var r=this,n={top:8,right:16,bottom:20,left:16},s=this.width()-n.left-n.right,l=50-n.top-n.bottom,h=o.selectAll("svg").data(this.bulletData());h.enter().append("svg").attr("class","bullet").call(this._selection.enter.bind(this._selection)).on("click",function(t){r.click(r.rowToObj(t.origRow),r.titleColumn(),r._selection.selected(this))}).each(function(e){var i=t.select(this),a=i.append("g").attr("class","bulletBar"),o=a.append("g").attr("class","bulletTitle");o.append("text").attr("class","title"),o.append("text").attr("class","subtitle").attr("dy","1em")});var p=h.select(".bulletTitle").style("text-anchor","end").attr("transform","translate(-6,"+l/2+")");p.select(".title").text(function(t){return t.title}),p.select(".subtitle").text(function(t){return t.subtitle});var c=0;p.each(function(){var t=this.getBBox();t.width>c&&(c=t.width)});var u=(new a).width(s-c).height(l);h.attr("width",s).attr("height",l+n.top+n.bottom),h.select(".bulletBar").attr("transform","translate("+(c+n.left)+","+n.top+")").call(u),h.exit().remove()},o.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},o.prototype.click=function(t,e,i){console.log("Click: "+JSON.stringify(t)+", "+e+","+i)},o}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/Gantt",["./Bar"],e):t.chart_Gantt=e(t.chart_Bar)}(this,function(t){function e(e){t.call(this),this.orientation_default("vertical").xAxisType_default("ordinal").yAxisType_default("time")}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" chart_Gantt",e}),function(){d3.hexbin=function(){function a(t){var e={};return t.forEach(function(t,i){var o=c.call(a,t,i)/s,r=Math.round(o),l=p.call(a,t,i)/n-(1&r?.5:0),h=Math.round(l),u=o-r;if(3*Math.abs(u)>1){var d=l-h,y=h+(h>l?-1:1)/2,m=r+(r>o?-1:1),f=l-y,x=o-m;d*d+u*u>f*f+x*x&&(h=y+(1&r?1:-1)/2,r=m)}var g=h+"-"+r,_=e[g];_?_.push(t):(_=e[g]=[t],_.i=h,_.j=r,_.x=(h+(1&r?.5:0))*n,_.y=r*s)}),d3.values(e)}function o(e){var i=0,a=0;return t.map(function(t){var o=Math.sin(t)*e,r=-Math.cos(t)*e,n=o-i,s=r-a;return i=o,a=r,[n,s]})}var r,n,s,l=1,h=1,p=e,c=i;return a.x=function(t){return arguments.length?(p=t,a):p},a.y=function(t){return arguments.length?(c=t,a):c},a.hexagon=function(t){return arguments.length<1&&(t=r),"m"+o(t).join("l")+"z"},a.centers=function(){for(var t=[],e=0,i=!1,a=0;h+r>e;e+=s,i=!i,++a)for(var o=i?n/2:0,p=0;l+n/2>o;o+=n,++p){var c=[o,e];c.i=p,c.j=a,t.push(c)}return t},a.mesh=function(){var t=o(r).slice(0,4).join("l");return a.centers().map(function(e){return"M"+e+"m"+t}).join("")},a.size=function(t){return arguments.length?(l=+t[0],h=+t[1],a):[l,h]},a.radius=function(t){return arguments.length?(r=+t,n=2*r*Math.sin(Math.PI/3),s=1.5*r,a):r},a.radius(1)};var t=d3.range(0,2*Math.PI,Math.PI/3),e=function(t){return t[0]},i=function(t){return t[1]}}(),define("d3-hexbin",function(){}),define("css!src/chart/HexBin",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/HexBin",["d3","../common/SVGWidget","./XYAxis","../api/INDChart","../api/ITooltip","../common/Palette","d3-hexbin","css!./HexBin"],e):t.chart_HexBin=e(t.d3,t.common_SVGWidget,t.chart_XYAxis,t.api_INDChart,t.api_ITooltip,t.common_Palette)}(this,function(t,e,i,a,o,r,n){function s(t){i.call(this),a.call(this),o.call(this),this._hexbin=new n,this.xAxisGuideLines_default(!1).yAxisGuideLines_default(!1)}return n=n||t.hexbin||window.d3.hexbin,s.prototype=Object.create(i.prototype),s.prototype.constructor=s,s.prototype._class+=" chart_HexBin",s.prototype["implements"](a.prototype),s.prototype["implements"](o.prototype),s.prototype._palette=r.rainbow("default"),s.prototype.publish("paletteID","Blues","set","Palette ID",s.prototype._palette["switch"](),{tags:["Basic","Shared"]}),s.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("binSize",20,"number","Bin radius"),s.prototype.xPos=function(t){return"horizontal"===this.orientation()?this.dataPos(t.label):this.valuePos(t.value)},s.prototype.yPos=function(t){return"horizontal"===this.orientation()?this.valuePos(t.value):this.dataPos(t.label)},s.prototype.updateChart=function(e,i,a,o,r,n,s){var l=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this._hexbin.size([o,r]).radius(this.binSize());var h=this.flattenData(),p=h.map(function(t,e){return[l.xPos(t),l.yPos(t)]}),c=this._hexbin(p),u=t.max(c,function(t){return t.length}),d=this.svgData.selectAll(".hexagon").data(c,function(t,e){return t.i+"_"+t.j});d.enter().append("path").attr("class","hexagon").attr("transform",function(t){return"translate("+t.x+","+t.y+")scale(0)"}),d.transition().duration(s).attr("d",this._hexbin.hexagon()).attr("transform",function(t){return"translate("+t.x+","+t.y+")scale(1)"}).style("fill",function(t){return l._palette(t.length,0,u)}),d.exit().transition().duration(s).attr("transform",function(t){return"translate("+t.x+","+t.y+")scale(0)"}).remove()},s.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},s}),define("css!src/chart/Line",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/Line",["d3","./Scatter","css!./Line"],e):t.chart_Line=e(t.d3,t.chart_Scatter)}(this,function(t,e){function i(t){e.call(this),this.interpolate_default("linear")}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" chart_Line",i}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/MultiChart",["d3","../common/HTMLWidget","../common/Utility","../api/INDChart"],e):t.chart_MultiChart=e(t.d3,t.common_HTMLWidget,t.common_Utility,t.api_INDChart)}(this,function(t,e,i,a){function o(){e.call(this),a.call(this),this._tag="div",this._allCharts={},this._allChartTypes.forEach(function(t){var e=JSON.parse(JSON.stringify(t));e.widget=null,this._allCharts[t.id]=e,this._allCharts[t.display]=e,this._allCharts[t.widgetClass]=e},this),this._chartTypeDefaults={},this._chartTypeProperties={}}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" chart_MultiChart",o.prototype["implements"](a.prototype),o.prototype._1DChartTypes=[{id:"C3_GAUGE",display:"Gauge (C3)",widgetClass:"c3chart_Gauge"}].map(function(t){return t.family="1D",t}),o.prototype._2DChartTypes=[{id:"SUMMARY",display:"Summary",widgetClass:"chart_Summary"},{id:"BUBBLE",display:"Bubble",widgetClass:"chart_Bubble"},{id:"PIE",display:"Pie",widgetClass:"chart_Pie"},{id:"GOOGLE_PIE",display:"Pie (Google)",widgetClass:"google_Pie"},{id:"C3_DONUT",display:"Donut (C3)",widgetClass:"c3chart_Donut"},{id:"C3_PIE",display:"Pie (C3)",widgetClass:"c3chart_Pie"},{id:"AM_FUNNEL",display:"Area (amCharts)",widgetClass:"amchart_Funnel"},{id:"AM_PIE",display:"Pie (amCharts)",widgetClass:"amchart_Pie"},{id:"AM_PYRAMID",display:"Area (amCharts)",widgetClass:"amchart_Pyramid"},{id:"WORD_CLOUD",display:"Word Cloud",widgetClass:"other_WordCloud"}].map(function(t){return t.family="2D",t}),o.prototype._NDChartTypes=[{id:"COLUMN",display:"Column",widgetClass:"chart_Column"},{id:"BAR",display:"Bar",widgetClass:"chart_Bar"},{id:"LINE",display:"Line",widgetClass:"chart_Line"},{id:"AREA",display:"Area",widgetClass:"chart_Area"},{id:"STEP",display:"Step",widgetClass:"chart_Step"},{id:"SCATTER",display:"Scatter",widgetClass:"chart_Scatter"},{id:"HEXBIN",display:"Hex Bin",widgetClass:"chart_HexBin"},{id:"GOOGLE_BAR",display:"Bar (Google)",widgetClass:"google_Bar"},{id:"GOOGLE_COLUMN",display:"Column (Google)",widgetClass:"google_Column"},{id:"GOOGLE_LINE",display:"Line (Google)",widgetClass:"google_Line"},{id:"GOOGLE_SCATTER",display:"Scatter (Google)",widgetClass:"google_Scatter"},{id:"GOOGLE_COMBO",display:"Combo (Google)",widgetClass:"google_Combo"},{id:"C3_AREA",display:"Area (C3)",widgetClass:"c3chart_Area"},{id:"C3_BAR",display:"Bar (C3)",widgetClass:"c3chart_Bar"},{id:"C3_COLUMN",display:"Column (C3)",widgetClass:"c3chart_Column"},{id:"C3_LINE",display:"Line (C3)",widgetClass:"c3chart_Line"},{id:"C3_SCATTER",display:"Scatter (C3)",widgetClass:"c3chart_Scatter"},{id:"C3_STEP",display:"Step (C3)",widgetClass:"c3chart_Step"},{id:"C3_COMBO",display:"Combo (C3)",widgetClass:"c3chart_Combo"},{id:"AM_AREA",display:"Area (amCharts)",widgetClass:"amchart_Area"},{id:"AM_BAR",display:"Bar (amCharts)",widgetClass:"amchart_Bar"},{id:"AM_LINE",display:"Line (amCharts)",widgetClass:"amchart_Line"},{id:"AM_SCATTER",display:"Scatter (amCharts)",widgetClass:"amchart_Scatter"},{id:"AM_COLUMN",display:"Column (amCharts)",widgetClass:"amchart_Column"},{id:"AM_GANTT",display:"Gantt (amCharts)",widgetClass:"amchart_Gantt"},{id:"AM_COMBO",display:"Combo (amCharts)",widgetClass:"amchart_Combo"}].map(function(t){return t.family="ND",t}),o.prototype._mapChartTypes=[{id:"CHORO_USSTATES",display:"US State Choropleth",widgetClass:"map_ChoroplethStates"},{id:"CHORO_USCOUNTIES",display:"US County Choropleth",widgetClass:"map_ChoroplethCounties"},{id:"CHORO_COUNTRIES",display:"Counrty Choropleth",widgetClass:"map_ChoroplethCountries"}].map(function(t){return t.family="map",t}),o.prototype._anyChartTypes=[{id:"TABLE",display:"Table",widgetClass:"other_Table"},{id:"TABLE_NESTED",display:"Nested Table",widgetClass:"other_NestedTable"},{id:"TABLE_CALENDAR",display:"Table driven Calendar Heat Map",widgetClass:"other_CalendarHeatMap"},{id:"TABLE_BULLET",display:"Table driven bullet chart",widgetClass:"chart_Bullet"},{id:"TABLE_SELECT",display:"Table driven select",widgetClass:"other_Select"},{id:"TABLE_TREE",display:"Table driven tree",widgetClass:"tree_Dendrogram"},{id:"TABLE_TREEMAP",display:"Table driven Treemap",widgetClass:"tree_Treemap"},{id:"TABLE_SANKEY",display:"Table driven Sankey",widgetClass:"graph_Sankey"},{id:"TABLE_GMAP_PIN",display:"Table driven Google Map (pins)",widgetClass:"map_GMapPin"},{id:"TABLE_GMAP_PINLINE",display:"Table driven Google Map (pins/lines)",widgetClass:"map_GMapPinLine"}].map(function(t){return t.family="any",t}),o.prototype._allChartTypes=o.prototype._1DChartTypes.concat(o.prototype._2DChartTypes.concat(o.prototype._NDChartTypes.concat(o.prototype._mapChartTypes.concat(o.prototype._anyChartTypes)))),o.prototype._allMap=t.map(o.prototype._allChartTypes,function(t){return t.family}),o.prototype._allFamilies=o.prototype._allMap.keys(),o.prototype._allChartTypesMap={},o.prototype._allChartTypesByClass={},o.prototype._allChartTypes.forEach(function(t){t.widgetPath=i.widgetPath(t.widgetClass),o.prototype._allChartTypesMap[t.id]=t,o.prototype._allChartTypesByClass[t.widgetClass]=t},this),o.prototype.publishReset(),o.prototype.publish("chartType","BUBBLE","set","Chart Type",o.prototype._allChartTypes.map(function(t){return t.id}),{tags:["Basic"]}),o.prototype.publish("chart",null,"widget","Chart",null,{tags:["Basic"]}),o.prototype.fields=function(t){var i=e.prototype.fields.apply(this,arguments);if(this.chart()){if(!arguments.length)return this.chart().fields();this.chart().fields(t)}return i},o.prototype.columns=function(t){var i=e.prototype.columns.apply(this,arguments);if(this.chart()){if(!arguments.length)return this.chart().columns();this.chart().columns(t)}return i},o.prototype.data=function(t){var i=e.prototype.data.apply(this,arguments);if(this.chart()){if(!arguments.length)return this.chart().data();this.chart().data(t)}return i},o.prototype._origChart=o.prototype.chart,o.prototype.chart=function(t){var e=o.prototype._origChart.apply(this,arguments);if(arguments.length){var i=this;t.click=function(t,e,a){i.click(t,e,a)},this._chartMonitor&&(this._chartMonitor.remove(),delete this._chartMonitor),this._chartMonitor=t.monitor(function(e,a,o){i.broadcast(e,a,o,t)})}return e},o.prototype.hasOverlay=function(){return this.chart()&&this.chart().hasOverlay()},o.prototype.visible=function(t){return arguments.length?(this.chart()&&this.chart().visible(t),this):this.chart()&&this.chart().visible()},o.prototype.chartTypeDefaults=function(t){return arguments.length?(this._chartTypeDefaults=t,this):this._chartTypeDefaults},o.prototype.chartTypeProperties=function(t){return arguments.length?(this._chartTypeProperties=t,this):this._chartTypeProperties},o.prototype.getChartDataFamily=function(){return this._allCharts[this.chartType()].family},o.prototype.requireContent=function(t,e){i.requireWidget(this._allCharts[t].widgetClass).then(function(t){e(new t)})},o.prototype.switchChart=function(t){if(this._switchingTo===this.chartType())return void(t&&t(this));this._switchingTo&&console.log("Attempting switch to: "+this.chartType()+", before previous switch is complete ("+this._switchingTo+")"),this._switchingTo=this.chartType();var e=this.chart(),i=this;this.requireContent(this.chartType(),function(a){if(a!==e){var o=i.size();a.fields(i.fields()).data(i.data()).size(o),i.chart(a),e&&e.data([]).size({width:1,height:1}).render()}delete i._switchingTo,t&&t(this)})},o.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var a=i.selectAll(".multiChart").data(this.chart()?[this.chart()]:[],function(t){return t._id});a.enter().append("div").attr("class","multiChart").each(function(t){t.target(this)});var o=this.chart();if(o){for(var r in this._chartTypeDefaults)if(o[r+"_default"])try{o[r+"_default"](this._chartTypeDefaults[r])}catch(n){console.log("Exception Setting Default: "+r)}else console.log("Unknown Default: "+r);this._chartTypeDefaults={};for(var s in this._chartTypeProperties)if(o[s])try{o[s](this._chartTypeProperties[s])}catch(n){console.log("Exception Setting Property: "+s)}else console.log("Unknown Property: "+s);this._chartTypeProperties={}}var l=this;a.each(function(t){t.resize(l.size())}),a.exit().transition().each(function(t){t.target(null)}).remove()},o.prototype.exit=function(t,i){this._chartMonitor&&(this._chartMonitor.remove(),delete this._chartMonitor),this.chart()&&this.chart().target(null),e.prototype.exit.apply(this,arguments)},o.prototype.render=function(t){if(this.chartType()&&(!this.chart()||this.chart().classID()!==this._allCharts[this.chartType()].widgetClass)){var i=this,a=arguments;return this.switchChart(function(){e.prototype.render.apply(i,a)}),this}return e.prototype.render.apply(this,arguments)},o}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/MultiChartSurface",["d3","../common/ResizeSurface","./MultiChart","../api/INDChart"],e):t.chart_MultiChartSurface=e(t.d3,t.common_ResizeSurface,t.chart_MultiChart,t.api_INDChart)}(this,function(t,e,i,a){function o(){e.call(this),a.call(this),this._title="MultiChartSurface",this._content=new i;var t=this;this._content.click=function(e,i){t.click(e,i)},this._menu.click=function(e){t._content.chartType(e).render()},this.content(this._content),this.mode("all")}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" chart_MultiChartSurface",o.prototype["implements"](a.prototype),o.prototype.publish("mode","2D","set","Chart Type",["1D","2D","ND","all"]),o.prototype.publishProxy("chartType","_content"),o.prototype.columns=function(t){return arguments.length?(this.content().columns(t),this):this.content().columns()},o.prototype.data=function(t){return arguments.length?(this.content().data(t),this):this.content().data()},o.prototype._origMode=o.prototype.mode,o.prototype.mode=function(t){var e=o.prototype._origMode.apply(this,arguments);if(arguments.length)switch(this._mode=t,this._mode){case"1d":case"1D":this.menu(this.content()._1DChartTypes.map(function(t){return t.display}).sort());break;case"2d":case"2D":this.menu(this.content()._2DChartTypes.concat(this.content()._NDChartTypes.concat(this.content()._anyChartTypes)).map(function(t){return t.display}).sort());break;case"multi":case"ND":this.menu(this.content()._NDChartTypes.concat(this.content()._anyChartTypes).map(function(t){return t.display}).sort());break;case"all":default:this.menu(this.content()._allChartTypes.map(function(t){return t.display}).sort())}return e},o}),define("css!src/chart/Pie",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/Pie",["d3","../common/SVGWidget","../api/I2DChart","../common/Text","../common/FAChar","../common/Utility","../api/ITooltip","css!./Pie"],e):t.chart_Pie=e(t.d3,t.common_SVGWidget,t.api_I2DChart,t.common_Text,t.common_FAChar,t.common_Utility,t.api_ITooltip)}(this,function(t,e,i,a,o,r,n){function s(a){e.call(this),i.call(this),n.call(this),r.SimpleSelectionMixin.call(this),this.labelWidgets={},this.d3Pie=t.layout.pie().padAngle(.0025).sort(function(t,e){return e>t?-1:t>e?1:0}).value(function(t){return t[1]}),this.d3Arc=t.svg.arc().padRadius(this.calcRadius()).innerRadius(this.innerRadius()),this.tooltipTick_default(!1).tooltipOffset_default(0)}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" chart_Pie",s.prototype["implements"](i.prototype),s.prototype["implements"](n.prototype),s.prototype.mixin(r.SimpleSelectionMixin),s.prototype.publish("paletteID","default","set","Palette ID",s.prototype._palette["switch"](),{tags:["Basic","Shared"]}),s.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("outerText",!1,"boolean","Sets label position inside or outside chart",null,{tags:["Basic"]}),s.prototype.publish("innerRadius",0,"number","Sets inner pie hole radius as a percentage of the radius of the pie chart",null,{tags:["Basic"]}),s.prototype.pointInArc=function(t,e){var i=this.d3Arc.innerRadius()(e),a=this.d3Arc.outerRadius()(e),o=this.d3Arc.startAngle()(e),r=this.d3Arc.endAngle()(e),n=t.x*t.x+t.y*t.y,s=Math.atan2(t.x,-t.y);return s=0>s?s+2*Math.PI:s,n>=i*i&&a*a>=n&&s>=o&&r>=s},s.prototype.boxInArc=function(t,e,i){var a={x:t.x+e.x,y:t.y+e.y},o={x:a.x+e.width,y:a.y},r={x:a.x,y:a.y+e.height},n={x:a.x+e.width,y:a.y+e.height};return this.pointInArc(a,i)&&this.pointInArc(o,i)&&this.pointInArc(r,i)&&this.pointInArc(n,i)},s.prototype.calcRadius=function(t){return Math.min(this._size.width,this._size.height)/2-2},s.prototype.intersection=function(t,e){return this.intersectCircle(t,e)},s.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._selection.widgetElement(i);var a=this;this.tooltipHTML(function(t){return a.tooltipFormat({label:t.data[0],value:t.data[1]})})},s.prototype.update=function(i,r){function n(e,i){return function(){t.select(this).transition().delay(i).attrTween("d",function(i){var a=t.interpolate(i.outerRadius,s.calcRadius()+e);return function(t){return i.outerRadius=a(t),s.d3Arc(i)}})}}e.prototype.update.apply(this,arguments);var s=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.d3Arc.innerRadius(this.innerRadius_exists()?this.calcRadius()*this.innerRadius()/100:0);var l=r.selectAll(".arc").data(this.d3Pie(this.data()),function(t){return t.data[0]});if(l.enter().append("g").attr("class","arc").attr("opacity",0).call(this._selection.enter.bind(this._selection)).on("click",function(t){s.click(s.rowToObj(t.data),s.columns()[1],s._selection.selected(this))}).each(function(e){var i=t.select(this);i.append("path").on("mouseout.tooltip",s.tooltip.hide).on("mousemove.tooltip",s.tooltip.show).on("mouseover",n(0,0)).on("mouseout",n(-5,150)),e.data.__viz_faChar?s.labelWidgets[e.data[0]]=(new o)["char"](e.data.__viz_faChar).target(this).render():s.labelWidgets[e.data[0]]=(new a).text(e.data[0]).target(this).render()}),l.transition().attr("opacity",1).each(function(e){e.outerRadius=s.calcRadius()-5;var i={x:0,y:1};if(s.outerText()){var a=Math.cos((e.startAngle+e.endAngle-Math.PI)/2),o=Math.sin((e.startAngle+e.endAngle-Math.PI)/2),r=s.labelWidgets[e.data[0]].getBBox(),n=Math.abs(a)>Math.abs(o)?r.width:r.height;i.x=a*(s.calcRadius()+n),i.y=o*(s.calcRadius()+n)}else{var l=s.d3Arc.centroid(e);i={x:l[0],y:l[1]}}var h=t.select(this);h.select("path").transition().attr("d",s.d3Arc).style("fill",function(t){return s._palette(t.data[0])}),s.labelWidgets[e.data[0]].pos(i).render().element().classed("innerLabel",!s.outerText()).classed("outerLabel",s.outerText()).style("opacity",s.outerText()||s.boxInArc(i,s.labelWidgets[e.data[0]].getBBox(),e)?null:0)}),l.exit().transition().style("opacity",0).remove(),s.outerText()){var h=r.selectAll("line").data(this.d3Pie(this.data()),function(t){return t.data[0]});h.enter().append("line").attr("x1",0).attr("x2",0).attr("y1",-this.calcRadius()-3).attr("y2",-this.calcRadius()-8).attr("stroke","gray").attr("transform",function(t){return"rotate("+(t.startAngle+t.endAngle)/2*(180/Math.PI)+")"}),h.transition().attr("transform",function(t){return"rotate("+(t.startAngle+t.endAngle)/2*(180/Math.PI)+")"}),h.exit().remove()}},s.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},s}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/Step",["d3","./Scatter"],e):t.chart_Step=e(t.d3,t.chart_Scatter)}(this,function(t,e){function i(t){e.call(this),this.interpolate_default("step")}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" chart_Step",i}),define("css!src/chart/Summary",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/chart/Summary",["d3","../common/HTMLWidget","../api/I2DChart","css!font-awesome","css!./Summary"],e):t.chart_Summary=e(t.d3,t.common_HTMLWidget,t.api_I2DChart)}(this,function(t,e,i){function a(){e.call(this),this._tag="div",this._drawStartPos="center",this.playInterval(this.playInterval()),this._playIntervalIdx=0}var o="text",r="html";a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype["implements"](i.prototype),a.prototype._class+=" chart_Summary",a.prototype.publish("iconColumn",null,"set","Select display value",function(){return this.columns()},{optional:!0}),a.prototype.publish("icon","fa-briefcase","string","FA Char icon class",null,{disable:function(t){return t.iconColumn()}}),a.prototype.publish("labelColumn",null,"set","Select display value",function(){return this.columns()},{optional:!0}),a.prototype.publish("labelHTML",!1,"boolean","Allow HTML",null),a.prototype.publish("valueColumn",null,"set","Select display value",function(){return this.columns()},{optional:!0}),a.prototype.publish("valueHTML",!1,"boolean","Allow HTML"),a.prototype.publish("moreTextColumn",null,"set","Select display value",function(){return this.columns()},{optional:!0}),a.prototype.publish("moreText","More Info","string","More text",null,{disable:function(t){return t.moreTextColumn()}}),a.prototype.publish("moreTextHTML",!1,"boolean","Allow HTML"),a.prototype.publish("moreIcon","fa-info-circle","string","FA Char icon class"),a.prototype.publish("colorFillColumn",null,"set","Column for color",function(){return this.columns()},{optional:!0}),a.prototype.publish("colorFill","#3498db","html-color","Fill Color",null,{disable:function(t){return t.colorFillColumn()}}),a.prototype.publish("colorStrokeColumn",null,"set","Column for color",function(){return this.columns()},{optional:!0}),a.prototype.publish("colorStroke","#ffffff","html-color","Fill Color",null,{disable:function(t){return t.colorStrokeColumn()}}),a.prototype.publish("fixedSize",!0,"boolean","Fix Size to Min Width/Height"),a.prototype.publish("minWidth",225,"number","Minimum Width"),a.prototype.publish("minHeight",150,"number","Minimum Height"),a.prototype.publish("playInterval",null,"number","Play Interval",null,{optional:!0});var n=a.prototype.playInterval;return a.prototype.playInterval=function(t){var e=n.apply(this,arguments);if(arguments.length){this._playIntervalHandle&&clearInterval(this._playIntervalHandle);var i=this;t&&(this._playIntervalHandle=setInterval(function(){i._playIntervalIdx++,i._renderCount&&i.data().length&&i.render()},t))}return e},a.prototype.summaryData=function(){var t=0;this.labelColumn_exists()&&(t=this.columns().indexOf(this.labelColumn()));var e;this.iconColumn_exists()&&(e=this.columns().indexOf(this.iconColumn()));var i=1;this.valueColumn_exists()&&(i=this.columns().indexOf(this.valueColumn()));var a;this.moreTextColumn_exists()&&(a=this.columns().indexOf(this.moreTextColumn()));var o;this.colorFillColumn_exists()&&(o=this.columns().indexOf(this.colorFillColumn()));var r;return this.colorStrokeColumn_exists()&&(r=this.columns().indexOf(this.colorStrokeColumn())),this.formattedData().map(function(n){return{icon:void 0===e?this.icon():n[e],label:n[t],value:n[i],more:void 0===a?this.moreText():n[a],fill:void 0===o?this.colorFill():n[o],stroke:void 0===r?this.colorStroke():n[r]}},this)},a.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._mainDiv=i.append("div");var a=this;this._headerDiv=this._mainDiv.append("h2").on("click",function(t){a.click(a.data()[a._playIntervalIdx],a.columns()[1],!0)}),this._textDiv=this._mainDiv.append("div").attr("class","text").on("click",function(t){a.click(a.data()[a._playIntervalIdx],a.columns()[1],!0)})},a.prototype.update=function(i,a){e.prototype.update.apply(this,arguments),this.data().length;var n=this.summaryData();this._playIntervalIdx>=n.length&&(this._playIntervalIdx=0);var s=this._playIntervalIdxtext,.chart_XYAxis .tick>text{font:10px sans-serif}.chart_Axis .axis .tick line,.chart_Axis .axis path.domain{fill:none;stroke:#000}.chart_Axis .guide path.domain{fill:none;stroke:none}.chart_Axis .guide .tick line{fill:none;stroke:#d3d3d3;opacity:.7}.chart_XYAxis .axis line,.chart_XYAxis .axis path{fill:none;stroke:#000;shape-rendering:crispEdges}.chart_XYAxis .region{opacity:.33}.chart_XYAxis .brush rect.background{z-index:-999}.chart_XYAxis .brush .extent{stroke:none;fill:#4682b4;fill-opacity:.125;shape-rendering:crispEdges}.chart_XYAxis .brush .resize path{fill:#eee;stroke:#666}.chart_Scatter .area,.chart_Scatter .line,.chart_Scatter .pointShape{pointer-events:none}.chart_Scatter .point .pointSelection{fill:none;stroke:none;pointer-events:all}.chart_Scatter .point .pointSelection.selected{fill:none;stroke:red}.chart_Column .columnRect{fill:#4682b4;cursor:pointer;stroke:transparent;border-width:1.5px}.chart_Column .data.axis path{display:none}.chart_Column .columnRect.selected{stroke:red}.chart_Bubble circle,.chart_Pie path{cursor:pointer}.chart_Bubble .selected circle,.chart_Pie .arc.selected path{stroke:red;stroke-width:1.5px}.chart_Bubble .common_FAChar{fill:#fff;pointer-events:none}.chart_Bubble .common_Text{pointer-events:none}.chart_Bullet .domain{opacity:0}.chart_Bullet .bullet{border:solid 1px;border-color:transparent;font:10px sans-serif}.chart_Bullet .bullet.selected,.chart_Bullet .bullet.selected.over{border-color:red}.chart_Bullet .bullet.over{border-color:orange}.chart_Bullet .bullet .marker{stroke:#000;stroke-width:2px}.chart_Bullet .bullet .tick line{stroke:#666;stroke-width:.5px}.chart_Bullet .bullet .range.s0{fill:#eee}.chart_Bullet .bullet .range.s1{fill:#ddd}.chart_Bullet .bullet .range.s2{fill:#ccc}.chart_Bullet .bullet .measure.s0{fill:#b0c4de}.chart_Bullet .bullet .measure.s1{fill:#4682b4}.chart_Bullet .bullet .title{font-size:14px;font-weight:700}.chart_Bullet .bullet .subtitle{fill:#999}.chart_HexBin .hexagon{fill:none;stroke:#000;stroke-width:.5px}.chart_Line .dataLine{fill:none;stroke:#4682b4;stroke-width:1.5px}.chart_Pie .common_FAChar,.chart_Pie .common_Text{pointer-events:none}.chart_Pie .arc path{stroke:#fff;stroke-width:.75px}.chart_Pie .innerLabel.common_FAChar{fill:#fff}.chart_Pie .outerLabel.common_FAChar{fill:#000}.chart_Pie .innerLabel.common_Text{fill:#fff}.chart_Pie .outerLabel.common_Text{fill:#000}.chart_Summary{width:225px;height:150px;font-size:14px}.chart_Summary .content h2{font-weight:700;font-size:3em;margin-left:10px;margin-top:10px;margin-bottom:10px}.chart_Summary .bgIcon:before{position:absolute;font-family:FontAwesome;font-size:5.5em;opacity:.4;right:15px}.chart_Summary .bgIcon{position:relative}.chart_Summary .content{float:left;width:100%;height:100%;background-color:#efd752}.chart_Summary .content div{margin-top:-1.1em;font-size:1.1em;opacity:.8}.chart_Summary .content .text{padding-left:10px}.chart_Summary .content .more{position:absolute;bottom:0;width:100%;height:3em;line-height:3em}.chart_Summary .content .more i{padding-left:10px;padding-right:.5em}"), +define("hpcc-viz-chart",function(){}); \ No newline at end of file diff --git a/dist-amd/hpcc-viz-common.js b/dist-amd/hpcc-viz-common.js new file mode 100644 index 0000000000..15c492053e --- /dev/null +++ b/dist-amd/hpcc-viz-common.js @@ -0,0 +1,4 @@ +!function(){function t(t){return t.ranges}function e(t){return t.markers}function i(t){return t.measures}function n(t){var e=t(0);return function(i){return Math.abs(t(i)-e)}}d3.bullet=function(){function o(t){t.each(function(t,e){var i,o,r=c.call(this,t,e).slice().sort(d3.descending),p=f.call(this,t,e).slice().sort(d3.descending),b=d.call(this,t,e).slice().sort(d3.descending),m=d3.select(this),y=m.select("g.wrap");y.empty()&&(y=m.append("g").attr("class","wrap")),s?(i=l,o=h,y.attr("transform","rotate(90)translate(0,"+-h+")")):(i=h,o=l,y.attr("transform",null));var g=d3.scale.linear().domain([0,Math.max(r[0],p[0],b[0])]).range(a?[i,0]:[0,i]),_=this.__chart__||d3.scale.linear().domain([0,1/0]).range(g.range());this.__chart__=g;var x=n(_),v=n(g),w=y.selectAll("rect.range").data(r);w.enter().append("rect").attr("class",function(t,e){return"range s"+e}).attr("width",x).attr("height",o).attr("x",a?_:0),d3.transition(w).attr("x",a?g:0).attr("width",v).attr("height",o);var k=y.selectAll("rect.measure").data(b);k.enter().append("rect").attr("class",function(t,e){return"measure s"+e}).attr("width",x).attr("height",o/3).attr("x",a?_:0).attr("y",o/3),d3.transition(k).attr("width",v).attr("height",o/3).attr("x",a?g:0).attr("y",o/3);var S=y.selectAll("line.marker").data(p);S.enter().append("line").attr("class","marker").attr("x1",_).attr("x2",_).attr("y1",o/6).attr("y2",5*o/6),d3.transition(S).attr("x1",g).attr("x2",g).attr("y1",o/6).attr("y2",5*o/6);var z=m.selectAll("g.axis").data([0]);z.enter().append("g").attr("class","axis"),z.attr("transform",s?null:"translate(0,"+o+")").call(u.scale(g))}),d3.timer.flush()}var r="left",a=!1,s=!1,c=t,f=e,d=i,h=380,l=30,u=d3.svg.axis();return o.orient=function(t){return arguments.length?(r=t+"",a="right"==r||"bottom"==r,u.orient((s="top"==r||"bottom"==r)?"left":"bottom"),o):r},o.ranges=function(t){return arguments.length?(c=t,o):c},o.markers=function(t){return arguments.length?(f=t,o):f},o.measures=function(t){return arguments.length?(d=t,o):d},o.width=function(t){return arguments.length?(h=+t,o):h},o.height=function(t){return arguments.length?(l=+t,o):l},d3.rebind(o,u,"tickFormat")}}(),define("d3-bullet",function(){}),d3.sankey=function(){function t(){u.forEach(function(t){t.sourceLinks=[],t.targetLinks=[]}),p.forEach(function(t){var e=t.source,i=t.target;"number"==typeof e&&(e=t.source=u[t.source]),"number"==typeof i&&(i=t.target=u[t.target]),e.sourceLinks.push(t),i.targetLinks.push(t)})}function e(){u.forEach(function(t){t.value=Math.max(d3.sum(t.sourceLinks,c),d3.sum(t.targetLinks,c))})}function i(){for(var t,e=u,i=0;e.length;)t=[],e.forEach(function(e){e.x=i,e.dx=d,e.sourceLinks.forEach(function(e){t.indexOf(e.target)<0&&t.push(e.target)})}),e=t,++i;n(i),o((l[0]-d)/(i-1))}function n(t){u.forEach(function(e){e.sourceLinks.length||(e.x=t-1)})}function o(t){u.forEach(function(e){e.x*=t})}function r(t){function e(){var t=d3.min(a,function(t){return(l[1]-(t.length-1)*h)/d3.sum(t,c)});a.forEach(function(e){e.forEach(function(e,i){e.y=i,e.dy=e.value*t})}),p.forEach(function(e){e.dy=e.value*t})}function i(t){function e(t){return s(t.source)*t.value}a.forEach(function(i,n){i.forEach(function(i){if(i.targetLinks.length){var n=d3.sum(i.targetLinks,e)/d3.sum(i.targetLinks,c);i.y+=(n-s(i))*t}})})}function n(t){function e(t){return s(t.target)*t.value}a.slice().reverse().forEach(function(i){i.forEach(function(i){if(i.sourceLinks.length){var n=d3.sum(i.sourceLinks,e)/d3.sum(i.sourceLinks,c);i.y+=(n-s(i))*t}})})}function o(){a.forEach(function(t){var e,i,n,o=0,a=t.length;for(t.sort(r),n=0;a>n;++n)e=t[n],i=o-e.y,i>0&&(e.y+=i),o=e.y+e.dy+h;if(i=o-h-l[1],i>0)for(o=e.y-=i,n=a-2;n>=0;--n)e=t[n],i=e.y+e.dy+h-o,i>0&&(e.y-=i),o=e.y})}function r(t,e){return t.y-e.y}var a=d3.nest().key(function(t){return t.x}).sortKeys(d3.ascending).entries(u).map(function(t){return t.values});e(),o();for(var f=1;t>0;--t)n(f*=.99),o(),i(f),o()}function a(){function t(t,e){return t.source.y-e.source.y}function e(t,e){return t.target.y-e.target.y}u.forEach(function(i){i.sourceLinks.sort(e),i.targetLinks.sort(t)}),u.forEach(function(t){var e=0,i=0;t.sourceLinks.forEach(function(t){t.sy=e,e+=t.dy}),t.targetLinks.forEach(function(t){t.ty=i,i+=t.dy})})}function s(t){return t.y+t.dy/2}function c(t){return t.value}var f={},d=24,h=8,l=[1,1],u=[],p=[];return f.nodeWidth=function(t){return arguments.length?(d=+t,f):d},f.nodePadding=function(t){return arguments.length?(h=+t,f):h},f.nodes=function(t){return arguments.length?(u=t,f):u},f.links=function(t){return arguments.length?(p=t,f):p},f.size=function(t){return arguments.length?(l=t,f):l},f.layout=function(n){return t(),e(),i(),r(n),a(),f},f.relayout=function(){return a(),f},f.link=function(){function t(t){var i=t.source.x+t.source.dx,n=t.target.x,o=d3.interpolateNumber(i,n),r=o(e),a=o(1-e),s=t.source.y+t.sy+t.dy/2,c=t.target.y+t.ty+t.dy/2;return"M"+i+","+s+"C"+r+","+s+" "+a+","+c+" "+n+","+c}var e=.5;return t.curvature=function(i){return arguments.length?(e=+i,t):e},t},f},define("d3-sankey",function(){}),function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define("d3-cloud",[],t);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e=e.d3||(e.d3={}),e=e.layout||(e.layout={}),e.cloud=t()}}(function(){var t;return function e(t,i,n){function o(a,s){if(!i[a]){if(!t[a]){var c="function"==typeof require&&require;if(!s&&c)return c(a,!0);if(r)return r(a,!0);var f=new Error("Cannot find module '"+a+"'");throw f.code="MODULE_NOT_FOUND",f}var d=i[a]={exports:{}};t[a][0].call(d.exports,function(e){var i=t[a][1][e];return o(i?i:e)},d,d.exports,e,t,i,n)}return i[a].exports}for(var r="function"==typeof require&&require,a=0;a>5<<5,h=~~Math.max(Math.abs(b+m),Math.abs(b-m))}else d=d+31>>5<<5;if(h>c&&(c=h),a+d>=x<<5&&(a=0,s+=c,c=0),s+h>=v)break;o.translate((a+(d>>1))/r,(s+(h>>1))/r),e.rotate&&o.rotate(e.rotate*_),o.fillText(e.text,0,0),e.padding&&(o.lineWidth=2*e.padding,o.strokeText(e.text,0,0)),o.restore(),e.width=d,e.height=h,e.xoff=a,e.yoff=s,e.x1=d>>1,e.y1=h>>1,e.x0=-e.x1,e.y0=-e.y1,e.hasText=!0,a+=d}for(var g=o.getImageData(0,0,(x<<5)/r,v/r).data,w=[];--n>=0;)if(e=i[n],e.hasText){for(var d=e.width,k=d>>5,h=e.y1-e.y0,S=0;h*k>S;S++)w[S]=0;if(a=e.xoff,null==a)return;s=e.yoff;for(var z=0,P=-1,M=0;h>M;M++){for(var S=0;d>S;S++){var E=k*M+(S>>5),W=g[(s+M)*(x<<5)+(a+S)<<2]?1<<31-S%32:0;w[E]|=W,z|=W}z?P=M:(e.y0++,h--,M--,s++)}e.y1=e.y0+P,e.sprite=w.slice(0,(e.y1-e.y0)*k)}}}function d(t,e,i){i>>=5;for(var n,o=t.sprite,r=t.width>>5,a=t.x-(r<<4),s=127&a,c=32-s,f=t.y1-t.y0,d=(t.y+t.y0)*i+(a>>5),h=0;f>h;h++){n=0;for(var l=0;r>=l;l++)if((n<l?(n=o[h*r+l])>>>s:0))&e[d+l])return!0;d+=i}return!1}function h(t,e){var i=t[0],n=t[1];e.x+e.x0n.x&&(n.x=e.x+e.x1),e.y+e.y1>n.y&&(n.y=e.y+e.y1)}function l(t,e){return t.x+t.x1>e[0].x&&t.x+t.x0e[0].y&&t.y+t.y0t?-1:1;switch(Math.sqrt(1+4*r*t)-r&3){case 0:n+=i;break;case 1:o+=e;break;case 2:n-=i;break;default:o-=e}return[n,o]}}function b(t){for(var e=[],i=-1;++i>2);t.width=(x<<5)/e,t.height=v/e;var i=t.getContext("2d");return i.fillStyle=i.strokeStyle="red",i.textAlign="center",{context:i,ratio:e}}function e(t,e,n){for(var o,r,a,s=([{x:0,y:0},{x:i[0],y:i[1]}],e.x),c=e.y,f=Math.sqrt(i[0]*i[0]+i[1]*i[1]),h=E(i),u=A()<.5?1:-1,p=-u;(o=h(p+=u))&&(r=~~o[0],a=~~o[1],!(Math.min(Math.abs(r),Math.abs(a))>=f));)if(e.x=s+r,e.y=c+a,!(e.x+e.x0<0||e.y+e.y0<0||e.x+e.x1>i[0]||e.y+e.y1>i[1])&&(!n||!d(e,t,i[0]))&&(!n||l(e,n))){for(var b,m=e.sprite,y=e.width>>5,g=i[0]>>5,_=e.x-(y<<4),x=127&_,v=32-x,w=e.y1-e.y0,k=(e.y+e.y0)*g+(_>>5),S=0;w>S;S++){b=0;for(var z=0;y>=z;z++)t[k+z]|=b<z?(b=m[S*y+z])>>>x:0);k+=g}return delete e.sprite,!0}return!1}var i=[256,256],p=n,_=o,k=a,S=r,z=r,P=s,M=c,E=u,W=[],C=1/0,B=g("word","end"),T=null,A=Math.random,O={},D=m;return O.canvas=function(t){return arguments.length?(D=y(t),O):D},O.start=function(){function n(){for(var t=Date.now();Date.now()-t>1,n.y=i[1]*(A()+.5)>>1,f(o,n,l,c),n.hasText&&e(r,n,a)&&(d.push(n),B.word(n),a?h(a,n):a=[{x:n.x+n.x0,y:n.y+n.y0},{x:n.x+n.x1,y:n.y+n.y1}],n.x-=i[0]>>1,n.y-=i[1]>>1)}c>=s&&(O.stop(),B.end(d,a))}var o=t(D()),r=b((i[0]>>5)*i[1]),a=null,s=W.length,c=-1,d=[],l=W.map(function(t,e){return t.text=p.call(this,t,e),t.font=_.call(this,t,e),t.style=S.call(this,t,e),t.weight=z.call(this,t,e),t.rotate=P.call(this,t,e),t.size=~~k.call(this,t,e),t.padding=M.call(this,t,e),t}).sort(function(t,e){return e.size-t.size});return T&&clearInterval(T),T=setInterval(n,0),n(),O},O.stop=function(){return T&&(clearInterval(T),T=null),O},O.timeInterval=function(t){return arguments.length?(C=null==t?1/0:t,O):C},O.words=function(t){return arguments.length?(W=t,O):W},O.size=function(t){return arguments.length?(i=[+t[0],+t[1]],O):i},O.font=function(t){return arguments.length?(_=y(t),O):_},O.fontStyle=function(t){return arguments.length?(S=y(t),O):S},O.fontWeight=function(t){return arguments.length?(z=y(t),O):z},O.rotate=function(t){return arguments.length?(P=y(t),O):P},O.text=function(t){return arguments.length?(p=y(t),O):p},O.spiral=function(t){return arguments.length?(E=w[t]||t,O):E},O.fontSize=function(t){return arguments.length?(k=y(t),O):k},O.padding=function(t){return arguments.length?(M=y(t),O):M},O.random=function(t){return arguments.length?(A=t,O):A},O.on=function(){var t=B.on.apply(B,arguments);return t===B?O:t},O};var w={archimedean:u,rectangular:p}},{"d3-dispatch":2}],2:[function(e,i,n){!function(e,o){"object"==typeof n&&"undefined"!=typeof i?o(n):"function"==typeof t&&t.amd?t(["exports"],o):o(e.dispatch={})}(this,function(t){"use strict";function e(t){function e(t){var e=(t+="").indexOf("."),i=t;if(e>=0?t=t.slice(0,e):i+=".",t&&!a.hasOwnProperty(t))throw new Error("unknown type: "+t);return{type:t,name:i}}function i(t){return function(){for(var e,i,n=a[t],o=-1,r=n.length;++o0?1:-1},e}),function(t,e){"function"==typeof define&&define.amd?define("src/common/PropertyExt",["./Class"],e):t.common_PropertyExt=e(t.common_Class)}(this,function(t){function e(t){return 0===t.indexOf(a)}function i(t,e){return t[s+e]}function n(t,e,i,n,o,r){switch(r=r||{},this.id=t,this.type=i,this.origDefaultValue=e,this.defaultValue=r.optional&&null===e?void 0:e,this.description=n,this.set=o,this.ext=r,i){case"set":this.checkedAssign=function(e){var n="function"==typeof o?o.call(this):o;return(!n||n.indexOf(e)<0)&&console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"html-color":this.checkedAssign=function(e){if(window.__hpcc_debug&&e&&"red"!==e){var n="red",o=document.createElement("div");o.style.color=n,o.style.color=e,(o.style.color===n||""===o.style.color)&&console.error("Invalid value for '"+t+"': "+e+" expected "+i)}return e};break;case"boolean":this.checkedAssign=function(t){return"string"==typeof t&&["false","off","0"].indexOf(t.toLowerCase())>=0?!1:Boolean(t)};break;case"number":this.checkedAssign=function(t){return Number(t)};break;case"string":this.checkedAssign=function(t){return String(t)};break;case"array":this.checkedAssign=function(e){return e instanceof Array||console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"object":this.checkedAssign=function(e){return e instanceof Object||console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"widget":this.checkedAssign=function(e){return(!e._class||e._class.indexOf("common_PropertyExt")<0)&&console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"widgetArray":this.checkedAssign=function(e){return e.some(function(t){return!t._class||t._class.indexOf("common_Widget")<0})&&console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"propertyArray":this.checkedAssign=function(e){return e.some(function(t){return!t.publishedProperties})&&console.log("Invalid value for '"+t+"': "+e+" expected "+i),e};break;default:this.checkedAssign=function(e){return window.__hpcc_debug&&console.error("Unchecked property type for '"+t+"': "+e+" expected "+i),e}}}function o(t,e,i,n,o){this.id=t,this.type="proxy",this.proxy=e,this.method=i,this.defaultValue=n,this.ext=o||{}}function r(){t.call(this),this._id="_pe"+ ++d,this._watchArrIdx=0,this._watchArr={},this.publishedProperties(!0).forEach(function(t){switch(t.type){case"array":case"widgetArray":case"propertyArray":this[t.id+"_reset"]()}},this)}var a="__meta_",s="__private_",c="__prop_",f="__default_",d=0;return r.prototype=Object.create(t.prototype),r.prototype._class+=" common_PropertyExt",r.prototype.id=function(){return this._id},r.prototype.publishedProperties=function(t,n){var o=[];for(var r in this)if(e(r)&&(t||!i(this,r))){var a=this[r];if(n&&a.type){for(var s=this;"proxy"===a.type;)s=s[a.proxy],a=s.publishedProperty(a.method);a.id!==this[r].id&&(a=JSON.parse(JSON.stringify(a)),a.id=this[r].id)}o.push(a)}return o},r.prototype.propertyWalker=function(t,e){this.publishedProperties(!1,!0).forEach(function(i){"function"==typeof t&&t(this,i)||e(this,i)},this)},r.prototype.publishedProperty=function(t){return this[a+t]},r.prototype.publishedModified=function(t){return this.publishedProperties().some(function(t){return this[t.id+"_modified"]()},this)},r.prototype.publishReset=function(t,i){t=(t||[]).map(function(t){return a+t}),i=(i||[]).map(function(t){return a+t});for(var n in this)if(e(n)){var o=!t.length||t.length&&t.indexOf(n)>=0,r=i.indexOf(n)>=0;o&&!r&&(this[s+n]=!0)}},r.prototype.publish=function(t,e,i,o,r,d){if(d=d||{},void 0!==this[a+t]&&!d.override)throw t+" is already published.";var h=this[a+t]=new n(t,e,i,o,r,d);h.ext.internal&&(this[s+t]=!0),this[t]=function(e){return arguments.length?(void 0===e?e=null:""===e&&h.ext.optional?e=null:null!==e&&(e=h.checkedAssign.call(this,e)),this.broadcast(t,e,this[c+t]),null===e?delete this[c+t]:this[c+t]=e,this):this[t+"_disabled"]()?this[t+"_default"]():void 0!==this[c+t]?this[c+t]:this[t+"_default"]()},this[t+"_disabled"]=function(){return d&&d.disable?!!d.disable(this):!1},this[t+"_modified"]=function(){return void 0!==this[c+t]},this[t+"_exists"]=function(){return void 0!==this[c+t]||void 0!==this[t+"_default"]()},this[t+"_default"]=function(e){return arguments.length?(""===e&&(e=null),null===e?delete this[f+t]:this[f+t]=e,this):void 0!==this[f+t]?this[f+t]:h.defaultValue},this[t+"_reset"]=function(){switch(i){case"widget":this[c+t]&&this[c+t].target(null);break;case"widgetArray":this[c+t]&&this[c+t].forEach(function(t){t.target(null)})}switch(i){case"array":case"widgetArray":case"propertyArray":this[f+t]=this[t+"_default"]().map(function(t){return t})}return delete this[c+t],this},this[t+"_options"]=function(){if("function"==typeof r){var t=h.ext.optional?[null]:[];return t.concat(r.apply(this,arguments))}return r}},r.prototype.publishWidget=function(t,e,i){for(var n in e.prototype)if(0===n.indexOf("__meta")){var o=e.prototype[n];this.publishProxy(t+c+o.id,i,o.method||o.id)}},r.prototype.publishProxy=function(t,e,i,n){if(i=i||t,void 0!==this[a+t])throw t+" is already published.";this[a+t]=new o(t,e,i,n),this[t]=function(o){return arguments.length?(void 0!==n&&o===n?this[e][i+"_reset"]():this[e][i](o),this):void 0===n||this[t+"_modified"]()?this[e][i]():n},this[t+"_disabled"]=function(){return this[e][i+"_disabled"]()},this[t+"_modified"]=function(){return this[e][i+"_modified"]()&&(void 0===n||this[e][i]()!==n)},this[t+"_exists"]=function(){return this[e][i+"_exists"]()},this[t+"_default"]=function(t){return arguments.length?(this[e][i+"_default"](t),this):this[e][i+"_default"]()},this[t+"_reset"]=function(){return this[e][i+"_reset"](),this},this[t+"_options"]=function(){return this[e][i+"_options"]()}},r.prototype.monitorProperty=function(t,e){var i=this.publishedProperty(t);switch(i.type){case"proxy":return this[i.proxy]?this[i.proxy].monitorProperty(i.method,function(t,n,o){e(i.id,n,o)}):{remove:function(){}};default:var n=this._watchArrIdx++;this._watchArr[n]={propertyID:t,callback:e};var o=this;return{remove:function(){delete o._watchArr[n]}}}return null},r.prototype.monitor=function(t){return{_watches:this.publishedProperties().map(function(e){return this.monitorProperty(e.id,t)},this),remove:function(){this._watches.forEach(function(t){t.remove()})}}},r.prototype.broadcast=function(t,e,i,n){if(n=n||this,e!==i)for(var o in this._watchArr){var r=this._watchArr[o];void 0!==r.propertyID&&r.propertyID!==t||!r.callback||setTimeout(function(o){o.callback(t,e,i,n)},0,r)}},r.prototype.applyTheme=function(t){if(t){var e=this._class.split(" ");for(var i in e)if(t[e[i]])for(var n in t[e[i]])if("overrideTags"===n&&t[e[i]][n]instanceof Object)for(var o in t[e[i]][n])this.publishedProperty(n).ext&&(this.publishedProperty(n).ext.tags=t[e[i]][n][o]);else this.publishedProperty(n)&&(this.publishedProperty(n).defaultValue=t[e[i]][n])}},r.prototype.copyPropsTo=function(t){this.publishedProperties(!1).forEach(function(e){this[e.id+"_exists"]()?t[e.id](this[e.id]()):t[e.id+"_reset"]()},this)},r}),function(t,e){"function"==typeof define&&define.amd?define("src/common/Database",["d3","./Class","./PropertyExt","./Utility"],e):t.common_Database=e(t.d3,t.common_Class,t.common_PropertyExt,t.common_Utility)}(this,function(t,e,i,n){function o(t,n){e.call(this),i.call(this),this._id=t||this._id,n=n||{},this.label(n.label||""),this.type(n.type||""),this.mask(n.mask||null),this.format(n.format||null)}function r(t){t=t||!1,e.call(this),i.call(this),this._dataChecksum=t,this._dataVersion=0,this.clear()}function a(e){this._grid=e,t.rebind(this,this._grid,"checksum","fields")}function s(t,e,i){a.call(this,t),e instanceof Array||(e=[e]),this._columnIndicies=e.filter(function(t){return t}).map(function(t){switch(typeof t){case"string":return this._grid.fieldByLabel(t).idx}return t},this),i=i||function(t){return t},this._rollup=i}function c(t,e){return t instanceof Array||(t=[t]),t.filter(function(t){return""!==t}).every(e)}function f(t){return"boolean"==typeof t}function d(t){return"number"==typeof t||!isNaN(t)}function h(t){return"string"==typeof t}function l(e,i){for(var n=0;n=0}o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype.mixin(i),o.prototype._class+=" common_Database.Field",o.prototype.id=function(){return this._id},o.prototype.checksum=function(){return n.checksum(this.label()+this.type()+this.mask()+this.format())},o.prototype.publish("label","","string","Label"),o.prototype.publish("type","","set","Type",["","string","number","boolean","time"]);var y=o.prototype.type;o.prototype.type=function(t){var e=y.apply(this,arguments);if(arguments.length)switch(this.type()){case"number":this._typeTransformer=function(t){return Number(t)};break;case"string":this._typeTransformer=function(t){return String(t)};break;case"boolean":this._typeTransformer=function(t){return"string"==typeof t&&["false","off","0"].indexOf(t.toLowerCase())>=0?!1:Boolean(t)};break;case"time":case"date":this._typeTransformer=function(t){return this._maskTransformer.parse(t)};break;default:this._typeTransformer=function(t){return t}}return e},o.prototype.publish("mask","","string","Time Mask");var g=o.prototype.mask;o.prototype.mask=function(t){var e=g.apply(this,arguments);return arguments.length&&(this._maskTransformer=this.formatter(t)),e},o.prototype.publish("format","","string","Format");var _=o.prototype.format;o.prototype.format=function(t){var e=_.apply(this,arguments);return arguments.length&&(this._formatTransformer=this.formatter(t)),e},o.prototype.parse=function(t){if(!t)return t;try{return this._typeTransformer(t)}catch(e){return console.log("Unable to parse: "+t),null}},o.prototype.transform=function(t){if(!t)return t;try{return this._formatTransformer(this._typeTransformer(t))}catch(e){return console.log("Unable to transform: "+t),null}},o.prototype.clone=function(){return new o(this._id,{label:this.label(),type:this.type(),mask:this.mask(),format:this.format()})},o.prototype.formatter=function(e){var i;if(!e)return i=function(t){return t},i.parse=function(t){return t},i;switch(this.type()){case"time":case"date":return t.time.format(e)}return i=t.format(e),i.parse=function(t){return t},i},r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype.mixin(i),r.prototype._class+=" common_Database.Grid",r.prototype.publish("fields",[],"propertyArray","Fields"),r.prototype.clear=function(){return this.fields([]),this._data=[],this._dataChecksums=[],++this._dataVersion,this},r.prototype.legacyColumns=function(t){return arguments.length?(this.row(0,t),this):this.row(0)},r.prototype.legacyData=function(t,e){return r.prototype.data.apply(this,arguments)},r.prototype.field=function(t){return this.fields()[t]};var x=r.prototype.fields;r.prototype.fields=function(t,e){return arguments.length?x.call(this,e?t.map(function(t){return t.clone()}):t):x.apply(this,arguments)},r.prototype.fieldByLabel=function(t,e){return this.fields().filter(function(i,n){return i.idx=n,e?i.label().toLowerCase()===t.toLowerCase():i.label()===t})[0]},r.prototype.data=function(t,e){return arguments.length?(this._data=e?t.map(function(t){return t.map(function(t){return t})}):t,this._dataCalcChecksum(),this):this._data},r.prototype.parsedData=function(){var t=this;return this._data.map(function(e){return e.map(function(e,i){return t.fields()[i].parse(e)})})},r.prototype.formattedData=function(){var t=this;return this._data.map(function(e){return e.map(function(e,i){return t.fields()[i].transform(e)})})},r.prototype.fieldsChecksum=function(){return n.checksum(this.fields().map(function(t){return t.checksum()}))},r.prototype.dataChecksum=function(){return n.checksum(this._dataChecksum?this._dataChecksums:this._dataVersion)},r.prototype.checksum=function(){return n.checksum([this.dataChecksum(),this.fieldsChecksum()])},r.prototype._dataCalcChecksum=function(t){return++this._dataVersion,this._dataChecksum&&(arguments.length?this._dataChecksums[t]=n.checksum(this._data[t]):this._dataChecksums=this._data.map(function(t){return n.checksum(t)})),this},r.prototype.row=function(e,i){if(arguments.length<2)return 0===e?this.fields().map(function(t){return t.label()}):this._data[e-1];if(0===e){var n=t.map(this.fields(),function(t){return t.label()});this.fields(i.map(function(t){return n.get(t)||(new o).label(t)},this))}else this._data[e-1]=i,this._dataCalcChecksum(e-1);return this},r.prototype.rows=function(t){return arguments.length?(this.row(0,t[0]),this._data=t.filter(function(t,e){return e>0}),this._dataCalcChecksum(),this):[this.row(0)].concat(this._data)},r.prototype.column=function(t,e){return arguments.length<2?[this.fields()[t].label()].concat(this._data.map(function(e,i){return e[t]})):(e.forEach(function(i,n){0===n?this.fields()[t]=(new o).label(e[0]):(this._data[n-1][t]=i,this._dataCalcChecksum(n-1))},this),this)},r.prototype.columnData=function(t,e){return arguments.length<2?this._data.map(function(e,i){return e[t]}):(e.forEach(function(e,i){this._data[i][t]=e,this._dataCalcChecksum(i)},this),this)},r.prototype.columns=function(t){return arguments.length?(t.forEach(function(e,i){this.column(i,t[i])},this),this):this.fields().map(function(t,e){return this.column(e)},this)},r.prototype.cell=function(t,e,i){return arguments.length<3?this.row(t)[e]:(0===t?this.fields()[e]=(new o).label(i):(this._data[t][e]=i,this._dataCalcChecksum(t)),this)},r.prototype.grid=function(t){return r.prototype.rows.apply(this,arguments)},r.prototype.hipieMapSortArray=function(t){return t.map(function(t){var e=!1;0===t.indexOf("-")&&(t=t.substring(1),e=!0);var i=this.fieldByLabel(t,!0);return i||console.log("Grid.prototype.hipieMapSortArray: Invalid sort array - "+t),{idx:i?i.idx:-1,reverse:e}},this).filter(function(t){return t.idx>=0})},r.prototype.hipieMappings=function(e,i){function n(t,e,i,o){var r=i.map(function(t){return t});r[e]=t.key,t.values instanceof Array?t.values.forEach(function(t){n(t,e+1,r,o)}):(r[e+1]=t.values,o.push(r))}if(i=i||"",!this.fields().length||!this._data.length)return[];var o=-1,r=[],a=[],s=-1,c=[];if(e.forEach(function(t,e){if(t instanceof Object)switch(t["function"]){case"SUM":case"AVE":case"MIN":case"MAX":o>=0&&console.log("Rollup field already exists - there should only be one?"),o=e,t.params.forEach(function(t){var e=this.fieldByLabel(t.param1,!0);e?r.push(e.idx):console.log("Grid.prototype.hipieMappings: Invalid rollup field - "+t.param1)},this);break;case"SCALE":s>=0&&console.log("Scale field already exists - there should only be one?"),s=e,t.params.forEach(function(t){var e=this.fieldByLabel(t.param1,!0);if(e){var i=e.idx,n=t.param2;c.push(function(t){return t[i]/n})}else console.log("Grid.prototype.hipieMappings: Invalid scale field - "+t.param1)},this);break;default:console.log("Unknown field function - "+t["function"])}else if(t.indexOf("_AVE")===t.length-4&&this.fieldByLabel(t.substring(0,t.length-4)+"_SUM",!0)&&this.fieldByLabel("base_count",!0)){console.log("Deprecated - Symposium AVE Hack");var n=this.fieldByLabel(t.substring(0,t.length-4)+"_SUM",!0),f=this.fieldByLabel("base_count",!0);a.push(n.idx),c.push(function(t){return t[n.idx]/t[f.idx]})}else{var d=this.fieldByLabel(t,!0);d?(a.push(d.idx),c.push(function(t){return t[d.idx]})):(console.log("Unable to locate '"+t+"' in server response."),c.push(function(t){return i}))}},this),o>=0){var f=e[o],d=[];for(var h in f.params)d.push(f.params[h]);var l=this.rollup(a,function(e){switch(f["function"]){case"SUM":return t.sum(e,function(t){return t[r[0]]});case"AVE":return t.mean(e,function(t){return t[r[0]]});case"MIN":return t.min(e,function(t){return t[r[0]]});case"MAX": +return t.max(e,function(t){return t[r[0]]})}return console.log("Unsupported Mapping Function: "+f["function"]),0}),u=[];return l instanceof Array?l.forEach(function(t){n(t,0,[],u)}):u.push([l]),u}return this._data.map(function(t){var e=[];return c.forEach(function(i){e.push(i(t))}),e})},a.prototype.constructor=a,a.prototype.grid=function(){return this._grid},a.prototype.columns=function(t){return arguments.length?(this._grid.legacyColumns(t),this):this._grid.legacyColumns()},a.prototype.rawData=function(t){return arguments.length?(this._grid.legacyData(t),this):this._grid.legacyData()},a.prototype.formattedData=function(){return this._formattedDataChecksum!==this._grid.checksum()&&(this._formattedDataChecksum=this._grid.checksum(),this._formattedData=this._grid.formattedData()),this._formattedData},a.prototype.parsedData=function(){return this._parsedDataChecksum!==this._grid.checksum()&&(this._parsedDataChecksum=this._grid.checksum(),this._parsedData=this._grid.parsedData()),this._parsedData},a.prototype._whichData=function(t){if(t){if(t.parsed)return this.formattedData();if(t.formatted)return this.formattedData()}return this.rawData()},a.prototype.data=function(t){return a.prototype.rawData.apply(this,arguments)},s.prototype=Object.create(a.prototype),s.prototype.constructor=s,s.prototype.nest=function(){if(this._nestChecksum!==this._grid.checksum()){this._nestChecksum=this._grid.checksum();var e=t.nest();this._columnIndicies.forEach(function(t){e.key(function(e){return e[t]})}),this._nest=e.rollup(this._rollup)}return this._nest},s.prototype.entries=function(t){return this.nest().entries(this._whichData(t))},s.prototype.map=function(t){return this.nest().map(this._whichData(t))},s.prototype.d3Map=function(e){return this.nest().map(this._whichData(e),t.map)},s.prototype._walkData=function(t,e){e=e||[];var i=[];return t.forEach(function(t){t instanceof Array?i.push(e.concat([t])):i=i.concat(this._walkData(t.values,e.concat([t.key])))},this),i},s.prototype.data=function(t){return this._walkData(this.entries(t))},r.prototype.legacyView=function(){return new a(this)},r.prototype.nestView=function(t){return new s(this,t)},r.prototype.rollupView=function(t,e){return new s(this,t,e)},r.prototype.aggregateView=function(e,i,n,o){var r=this;return new s(this,e,function(e){switch(i){case null:case void 0:case"":return e.aggregate=e.length,e;default:var a=r.legacyColumns(),s=a.indexOf(n),c=a.indexOf(o);return e.aggregate=t[i](e,function(t){return(+t[s]-(c>=0?+t[c]:0))/(c>=0?+t[c]:1)}),e}})},r.prototype._nest=function(e,i){e instanceof Array||(e=[e]);var n=t.nest();return e.forEach(function(t){n.key(function(e){return e[t]})}),n},r.prototype.nest=function(t){return this._nest(t).entries(this._data)},r.prototype.rollup=function(t,e){return this._nest(t).rollup(e).entries(this._data)},r.prototype.length=function(){return this._data.length+1},r.prototype.width=function(){return this.fields().length},r.prototype.pivot=function(){return this.rows(this.columns()),this},r.prototype.clone=function(t){return(new r).fields(this.fields(),t).data(this.data(),t)},r.prototype.filter=function(t){var e={};return this.row(0).forEach(function(t,i){e[t]=i}),(new r).fields(this.fields(),!0).data(this.data().filter(function(i){for(var n in t)if(t[n]!==i[e[n]])return!1;return!0}))};var v=null;r.prototype.analyse=function(t){t instanceof Array||(t=[t]);var e=[];return t.forEach(function(t){var i=this.rollup(t,function(t){return t.length});e.push(i);var n=i.map(function(t){return t.key});this.fields()[t].isBoolean=c(n,f),this.fields()[t].isNumber=c(n,d),this.fields()[t].isString=!this.fields()[t].isNumber&&c(n,h),this.fields()[t].isUSState=this.fields()[t].isString&&c(n,m),this.fields()[t].isDateTime=this.fields()[t].isString&&c(n,u),this.fields()[t].isDateTimeFormat=v,this.fields()[t].isDate=!this.fields()[t].isDateTime&&c(n,p),this.fields()[t].isDateFormat=v,this.fields()[t].isTime=this.fields()[t].isString&&!this.fields()[t].isDateTime&&!this.fields()[t].isDate&&c(n,b),this.fields()[t].isTimeFormat=v},this),e},r.prototype.jsonObj=function(t){return arguments.length?(this.clear(),this.data(t.map(function(t,e){var i=[];for(var n in t){var r=this.row(0).indexOf(n);0>r&&(r=this.fields().length,this.fields().push((new o).label(n))),i[r]=t[n]}return i},this)),this):this._data.map(function(t){var e={};return this.row(0).forEach(function(i,n){e[i]=t[n]}),e},this)},r.prototype.json=function(t){return arguments.length?(this.jsonObj(JSON.parse(t)),this):JSON.stringify(this.jsonObj(),null," ")},r.prototype.csv=function(e){return arguments.length?(this.jsonObj(t.csv.parse(e)),this):t.csv.formatRows(this.grid())},r.prototype.tsv=function(e){return arguments.length?(this.jsonObj(t.tsv.parse(e)),this):t.tsv.formatRows(this.grid())};var w=[],k=["%Y-%m-%d","%Y%m%d"],S=["%H:%M:%S.%LZ","%H:%M:%SZ","%H:%M:%S"];return k.forEach(function(t){S.forEach(function(e){w.push(t+"T"+e)})}),{Field:o,Grid:r}}),function(t,e){"function"==typeof define&&define.amd?define("src/common/Widget",["d3","./Class","./Platform","./PropertyExt","./Database"],e):t.common_Widget=e(t.d3,t.common_Class,t.common_Platform,t.common_PropertyExt,t.common_Database)}(this,function(t,e,i,n,o){function r(){e.call(this),i.call(this),n.call(this),this._class=Object.getPrototypeOf(this)._class,this._id=this._idSeed+a++,this._db=new o.Grid,this._pos={x:0,y:0},this._size={width:0,height:0},this._scale=1,this._visible=!0,this._target=null,this._parentElement=null,this._parentWidget=null,this._element=t.select(),this._renderCount=0,window.__hpcc_debug&&(void 0===window.g_all&&(window.g_all={}),window.g_all[this._id]=this),window.__hpcc_theme&&this.applyTheme(window.__hpcc_theme)}var a=0;return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype.mixin(i),r.prototype.mixin(n),r.prototype._class+=" common_Widget",r.prototype._idSeed="_w",r.prototype.publishProxy("fields","_db","fields"),r.prototype.publish("classed",{},"object","HTML Classes",null,{tags:["Private"]}),r.prototype["export"]=function(t){switch(t){case"TSV":return this._db.tsv();case"JSON":return this._db.json()}return this._db.csv()},r.prototype.leakCheck=function(t){for(var e=this,i=[t],n=new this.MutationObserver(function(t){var o=!1;t.forEach(function(t){for(var r=0;r=0&&e._target&&(o=!0,n.disconnect())}}),o&&console.log("leak: "+e.id()+" - "+e.classID()+" widget.target(null); was not called for this widget before it was removed from the page.")}),o=t.parentNode;o;)n.observe(o,{childList:!0}),i.push(o),o=o.parentNode},r.prototype.on=function(e,i,n){var o=this;return this.overrideMethod(e,function(e,r){var a;return n?t.event&&t.event.stopPropagation():a=e.apply(o,r),i.apply(o,r)||a}),this},r.prototype.id=function(t){return arguments.length?(this._id=t,this):this._id},r.prototype.columns=function(t){return arguments.length?(this._db.legacyColumns(t),this):this._db.legacyColumns()},r.prototype.parsedData=function(){return this._db.parsedData()},r.prototype.formattedData=function(){return this._db.formattedData()},r.prototype.data=function(t){return arguments.length?(this._db.legacyData(t),this):this._db.legacyData()},r.prototype.cloneData=function(){return this.data().map(function(t){return t.slice(0)})},r.prototype.flattenData=function(){var t=[];return this.data().forEach(function(e,i){this.columns().filter(function(t,e){return e>0}).forEach(function(n,o){var r=e[o+1];if(r){var a={rowIdx:i,colIdx:o+1,label:e[0],value:r};t.push(a)}},this)},this),t},r.prototype.rowToObj=function(t){var e={};return this.columns().forEach(function(i,n){e[i]=t[n]}),t.length===this.columns().length+1&&(e.__lparam=t[this.columns().length]),e},r.prototype.pos=function(t){return arguments.length?(this._pos=t,this._overlayElement&&this._overlayElement.attr("transform","translate("+t.x+","+t.y+")scale("+this._scale+")"),this):this._pos},r.prototype.x=function(t){return arguments.length?(this.pos({x:t,y:this._pos.y}),this):this._pos.x},r.prototype.y=function(t){return arguments.length?(this.pos({x:this._pos.x,y:t}),this):this._pos.y},r.prototype.size=function(t){return arguments.length?(this._size=t,this._overlayElement&&this._overlayElement.attr("width",t.width).attr("height",t.height),this):this._size},r.prototype.width=function(t){return arguments.length?(this.size({width:t,height:this._size.height}),this):this._size.width},r.prototype.height=function(t){return arguments.length?(this.size({width:this._size.width,height:t}),this):this._size.height},r.prototype.resize=function(t,e){e=e||{width:0,height:0};var i,n;if(t&&t.width&&t.height)i=t.width,n=t.height;else{var o=window.getComputedStyle(this._target,null);i=parseFloat(o.getPropertyValue("width"))-e.width,n=parseFloat(o.getPropertyValue("height"))-e.height}return this.size({width:i,height:n}),this},r.prototype.scale=function(t){return arguments.length?(this._scale=t,this._overlayElement&&this._overlayElement.attr("transform","translate("+t.x+","+t.y+")scale("+this._scale+")"),this):this._scale},r.prototype.visible=function(t){return arguments.length?(this._visible=t,this._parentElement&&this._parentElement.style({visibility:this._visible?null:"hidden",opacity:this._visible?null:0}),this):this._visible},r.prototype.display=function(t){return arguments.length?(this._display=t,this._element&&this._element.style("display",this._display?null:"none"),this):this._display},r.prototype.calcSnap=function(t){function e(t,e){function i(t,e){var i=t%e;return Math.abs(i)>e-Math.abs(i)&&(i=(e-Math.abs(i))*(0>i?1:-1)),i}return t-i(t,e)}var i=e(this._pos.x-this._size.width/2,t),n=e(this._pos.y-this._size.height/2,t),o=e(this._pos.x+this._size.width/2,t),r=e(this._pos.y+this._size.height/2,t),a=o-i,s=r-n;return[{x:i+a/2,y:n+s/2},{width:a,height:s}]},r.prototype.toWidget=function(e){if(!e)return null;var i=t.select(e);if(i){var n=i.datum();if(n&&n instanceof r)return n}return null},r.prototype.locateParentWidget=function(t){t=t||this._target.parentNode;var e=this.toWidget(t);return e?e:t.parentNode?this.locateParentWidget(t.parentNode):null},r.prototype.locateSVGNode=function(t){return t?"svg"===t.tagName?t:this.locateSVGNode(t.parentNode):null},r.prototype.locateOverlayNode=function(){for(var t=this.locateParentWidget(this._target);t;){if(t._parentOverlay)return t._parentOverlay;t=this.locateParentWidget(t._target.parentNode)}return null},r.prototype.getAbsolutePos=function(t,e,i){var n=this.locateSVGNode(t);if(!n)return null;var o=n.createSVGPoint(),r=t.getCTM();o=o.matrixTransform(r);var a={x:o.x,y:o.y};if(void 0!==e&&void 0!==i){var s=n.createSVGPoint();s.x=e,s.y=i,s=s.matrixTransform(r),a.width=s.x-o.x,a.height=s.y-o.y}return a},r.prototype.hasOverlay=function(){return this._overlayElement},r.prototype.syncOverlay=function(){if(this._size.width&&this._size.height){var t=this.getAbsolutePos(this._overlayElement.node(),this._size.width,this._size.height);if(t&&(null===this.oldPos||void 0===this.oldPos||t.x!==this.oldPos.x||t.y!==this.oldPos.y||t.width!==this.oldPos.width||t.height!==this.oldPos.height)){var e=t.width/this._size.width,i=t.height/this._size.height;this._parentElement.style({left:t.x-t.width/e/2+"px",top:t.y-t.height/i/2+"px",width:t.width/e+"px",height:t.height/i+"px"});var n="scale("+e+","+i+")";this._parentElement.style("transform",n).style("-moz-transform",n).style("-ms-transform",n).style("-webkit-transform",n).style("-o-transform",n)}this.oldPos=t}},r.prototype.element=function(){return this._element},r.prototype.node=function(){return this._element.node()},r.prototype.render=function(e){if(window.__hpcc_debug){var i=Date.now();i-this._prevNow<500&&console.log("Double Render: "+(i-this._prevNow)+" - "+this.id()+" - "+this.classID()),this._prevNow=i}if(e=e||function(){},!this._parentElement||!this.visible())return e(this),this;if(this._parentElement){if(!this._tag)throw"No DOM tag specified";var n=this._parentElement.selectAll("#"+this._id).data([this],function(t){return t._id});n.enter().append(this._tag).classed(this._class,!0).attr("id",this._id).each(function(e){e._element=t.select(this),e.enter(this,e._element),window.__hpcc_debug&&e.leakCheck(this)}),n.classed(this.classed()).each(function(t){t.preUpdate(this,t._element),t.update(this,t._element),t.postUpdate(this,t._element)}),n.exit().each(function(e){t.select(this).datum(null),e.exit(this,e._element)}).remove(),this._renderCount++}var o=[];this.publishedProperties(!0).forEach(function(t){if(!t.ext||t.ext.render!==!1)switch(t.type){case"widget":var e=this[t.id]();e&&o.push(this[t.id]());break;case"widgetArray":o=o.concat(this[t.id]())}},this);var r=this;switch(o.length){case 0:e(this);break;case 1:o[0].render(function(){e(r)});break;default:var a=o.length;o.forEach(function(t,i){setTimeout(function(){t.render(function(){0===--a&&e(r)})},0)})}return this},r.prototype.lazyRender=r.prototype.debounce(function(){this.render()},100),r.prototype.enter=function(t,e){},r.prototype.preUpdate=function(t,e){},r.prototype.update=function(t,e){},r.prototype.postUpdate=function(t,e){},r.prototype.exit=function(t,e){},r}),function(t,e){"function"==typeof define&&define.amd?define("src/common/CanvasWidget",["d3","./Widget"],e):t.common_CanvasWidget=e(t.d3,t.common_Widget)}(this,function(t,e){function i(){e.call(this),this._tag="canvas"}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" common_CanvasWidget",i.prototype.resize=function(t){var i=e.prototype.resize.apply(this,arguments);return this._parentElement.style("width",this._size.width+"px").style("height",this._size.height+"px"),this._element.attr("width",this._size.width),this._element.attr("height",this._size.height),i},i.prototype.target=function(e){if(!arguments.length)return this._target;if(this._target&&e)throw"Target can only be assigned once.";if(this._target=e,("string"==typeof this._target||this._target instanceof String)&&(this._target=document.getElementById(this._target)),this._target){if(this._parentElement=t.select(this._target),!this._size.width&&!this._size.height){var i=parseFloat(this._parentElement.style("width")),n=parseFloat(this._parentElement.style("height"));this.size({width:i,height:n}),this.resize(this._size)}}else this.exit();return this},i.prototype.exit=function(){this._parentElement&&this._parentElement.remove(),e.prototype.exit.apply(this,arguments)},i}),function(t,e){"function"==typeof define&&define.amd?define("src/common/Transition",[],e):t.common_Transition=e()}(this,function(){function t(t){this._widget=t,this._duration=250,this._delay=0,this._ease="cubic-in-out"}return t.prototype.duration=function(t){return arguments.length?(this._duration=t,this._widget):this._duration},t.prototype.delay=function(t){return arguments.length?(this._delay=t,this._widget):this._delay},t.prototype.ease=function(t){return arguments.length?(this._ease=t,this._widget):this._ease},t.prototype.apply=function(t){return this._duration||this._delay?t.transition().duration(this._duration).delay(this._delay).ease(this._ease):t},t}),function(t,e){"function"==typeof define&&define.amd?define("src/common/SVGWidget",["d3","./Widget","./Transition"],e):t.common_SVGWidget=e(t.d3,t.common_Widget,t.common_Transition)}(this,function(t,e,i){function n(){e.call(this),this._tag="g",this._boundingBox=null,this.transition=new i(this),this._drawStartPos="center"}n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" common_SVGWidget",n.prototype.move=function(t,e){var i=this.pos.apply(this,arguments);return arguments.length&&(e?this._element.transition().duration(e):this._element).attr("transform","translate("+t.x+" "+t.y+")"),i},n.prototype.size=function(t){var i=e.prototype.size.apply(this,arguments);return arguments.length&&(this._boundingBox=null),i},n.prototype.resize=function(t){var i=e.prototype.resize.apply(this,arguments);if(this._parentRelativeDiv)switch(this._parentRelativeDiv.style({width:this._size.width+"px",height:this._size.height+"px"}),this._drawStartPos){case"origin":this.pos({x:0,y:0});break;case"center":default:this.pos({x:this._size.width/2,y:this._size.height/2})}return this._parentElement.attr("width",this._size.width).attr("height",this._size.height),i},n.prototype.target=function(e){if(!arguments.length)return this._target;if(this._target&&e&&this._target.__data__.id!==e.__data__.id)throw"Target can only be assigned once.";return this._target=e,("string"==typeof this._target||this._target instanceof String)&&(this._target=document.getElementById(this._target)),this._target instanceof SVGElement?(this._parentElement=t.select(this._target),this._parentWidget=this._parentElement.datum(),this._parentWidget&&this._parentWidget._id!==this._id||(this._parentWidget=this.locateParentWidget(this._target.parentNode)),this._parentOverlay=this.locateOverlayNode()):this._target?(this._parentRelativeDiv=t.select(this._target).append("div").style({position:"relative"}),this._parentElement=this._parentRelativeDiv.append("svg").style({position:"absolute",top:0,left:0}),this._parentOverlay=this._parentRelativeDiv.append("div").style({position:"absolute",top:0,left:0}),this.resize(this._size)):this.exit(),this},n.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},n.prototype.update=function(t,i){e.prototype.update.apply(this,arguments)},n.prototype.postUpdate=function(t,i){e.prototype.postUpdate.apply(this,arguments),"origin"===this._drawStartPos&&this._target instanceof SVGElement?this._element.attr("transform","translate("+(this._pos.x-this._size.width/2)+","+(this._pos.y-this._size.height/2)+")scale("+this._scale+")"):this._element.attr("transform","translate("+this._pos.x+","+this._pos.y+")scale("+this._scale+")")},n.prototype.exit=function(t,i){this._parentRelativeDiv&&(this._parentOverlay.remove(),this._parentElement.remove(),this._parentRelativeDiv.remove()),e.prototype.exit.apply(this,arguments)},n.prototype.getOffsetPos=function(){var t={x:0,y:0};return this._parentWidget?(t=this._parentWidget.getOffsetPos(),t.x+=this._pos.x,t.y+=this._pos.y,t):t},n.prototype.getBBox=function(t,e){if(t||null===this._boundingBox){var i=this._element.node();i instanceof SVGElement&&(this._boundingBox=i.getBBox())}return null===this._boundingBox?{x:0,y:0,width:0,height:0}:{x:(e?Math.round(this._boundingBox.x):this._boundingBox.x)*this._scale,y:(e?Math.round(this._boundingBox.y):this._boundingBox.y)*this._scale,width:(e?Math.round(this._boundingBox.width):this._boundingBox.width)*this._scale,height:(e?Math.round(this._boundingBox.height):this._boundingBox.height)*this._scale}},n.prototype.intersection=function(t,e){return this.intersectRect(t,e)};var o=function(t,e,i){return{x:t.x+(e.x-t.x)*i,y:t.y+(e.y-t.y)*i}},r=function(t,e,i,n){var o={type:"",points:[]},r=(n.x-i.x)*(t.y-i.y)-(n.y-i.y)*(t.x-i.x),a=(e.x-t.x)*(t.y-i.y)-(e.y-t.y)*(t.x-i.x),s=(n.y-i.y)*(e.x-t.x)-(n.x-i.x)*(e.y-t.y);if(0!==s){var c=r/s,f=a/s;c>=0&&1>=c&&f>=0&&1>=f?(o.type="Intersection",o.points.push({x:t.x+c*(e.x-t.x),y:t.y+c*(e.y-t.y)})):o.type="No Intersection"}else 0===r||0===a?o.type="Coincident":o.type="Parallel";return o};n.prototype.intersectRect=function(t,e){var i=this.getOffsetPos(),n=this.getBBox();if(t.x===e.x&&t.y===e.y)return t;var o={x:i.x-n.width/2,y:i.y-n.height/2},a={x:i.x+n.width/2,y:i.y-n.height/2},s={x:i.x+n.width/2,y:i.y+n.height/2},c={x:i.x-n.width/2,y:i.y+n.height/2},f=r(o,a,t,e);return f.points.length?{x:f.points[0].x,y:f.points[0].y}:(f=r(a,s,t,e),f.points.length?{x:f.points[0].x,y:f.points[0].y}:(f=r(s,c,t,e),f.points.length?{x:f.points[0].x,y:f.points[0].y}:(f=r(c,o,t,e),f.points.length?{x:f.points[0].x,y:f.points[0].y}:null)))};var a=function(t,e,i,n){var r={type:"",points:[]},a=(n.x-i.x)*(n.x-i.x)+(n.y-i.y)*(n.y-i.y),s=2*((n.x-i.x)*(i.x-t.x)+(n.y-i.y)*(i.y-t.y)),c=t.x*t.x+t.y*t.y+i.x*i.x+i.y*i.y-2*(t.x*i.x+t.y*i.y)-e*e,f=s*s-4*a*c;if(0>f)r.type="Outside";else if(0===f)r.type="Tangent";else{var d=Math.sqrt(f),h=(-s+d)/(2*a),l=(-s-d)/(2*a);(0>h||h>1)&&(0>l||l>1)?0>h&&0>l||h>1&&l>1?r.type="Outside":r.type="Inside":(r.type="Intersection",h>=0&&1>=h&&r.points.push(o(i,n,h)),l>=0&&1>=l&&r.points.push(o(i,n,l)))}return r};return n.prototype.intersectCircle=function(t,e){var i=this.getOffsetPos(),n=this.radius(),o=a(i,n,t,e);return o.points.length?{x:o.points[0].x,y:o.points[0].y}:null},n.prototype.distance=function(t,e){return Math.sqrt((t.x-e.x)*(t.x-e.x)+(t.y-e.y)*(t.y-e.y))},n.prototype._pushMarkers=function(t,e){this.svgMarkerGlitch&&(t=t||this._element,t.selectAll("path[marker-start],path[marker-end]").attr("fixme-start",function(t){return this.getAttribute("marker-start")}).attr("fixme-end",function(t){return this.getAttribute("marker-end")}).attr("marker-start",null).attr("marker-end",null))},n.prototype._popMarkers=function(t,e){this.svgMarkerGlitch&&(t=t||this._element,t.selectAll("path[fixme-start],path[fixme-end]").attr("marker-start",function(t){return this.getAttribute("fixme-start")}).attr("marker-end",function(t){return this.getAttribute("fixme-end")}).attr("fixme-start",null).attr("fixme-end",null))},n.prototype._popMarkersDebounced=e.prototype.debounce(function(t,e){this.svgMarkerGlitch&&this._popMarkers(t,e)},250),n.prototype._fixIEMarkers=function(t,e){this.svgMarkerGlitch&&(this._pushMarkers(t,e),this._popMarkersDebounced(t,e))},n}),define("css!src/common/Text",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/common/Text",["./SVGWidget","css!./Text"],e):t.common_Text=e(t.common_SVGWidget)}(this,function(t){function e(){t.call(this)}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" common_Text",e.prototype.publish("text","","string","Display Text",null,{tags:["Basic"]}),e.prototype.publish("fontFamily",null,"string","Font Family",null,{tags:["Intermediate"],optional:!0}),e.prototype.publish("fontSize",null,"number","Font Size (px)",null,{tags:["Intermediate"]}),e.prototype.publish("anchor","middle","set","Anchor Position",["start","middle","end"],{tags:["Intermediate"]}),e.prototype.publish("colorFill",null,"html-color","Fill Color",null,{tags:["Basic"]}),e.prototype.publish("rotation",0,"number","Degrees of rotation",null,{tags:["Basic"]}),e.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),this._textElement=i.append("text")},e.prototype.update=function(e,i){t.prototype.update.apply(this,arguments);var n=this;this._textElement.attr("font-family",this.fontFamily()).attr("font-size",this.fontSize());var o=this.text().split("\n"),r=this._textElement.selectAll("tspan").data(o);r.enter().append("tspan").attr("class",function(t,e){return"tspan_"+e}).attr("dy","1em").attr("x","0"),r.style("fill",this.colorFill()).text(function(t){return t}),r.exit().remove();var a={width:0,height:0};try{a=this._textElement.node().getBBox()}catch(s){}var c=-(a.x+a.width/2),f=-(a.y+a.height/2);switch(this.anchor()){case"start":c=-a.x+a.width/2;break;case"end":c=a.x+a.width/2}var d=-this.rotation()*Math.PI/180;c=-1*Math.abs(c*Math.cos(d)+f*Math.sin(d)),f=-1*Math.abs(c*Math.sin(d)+f*Math.cos(d)),this._textElement.style("text-anchor",this.anchor()).attr("transform",function(t){return"translate("+c+","+f+")rotate("+n.rotation()+")"})},e}),define("css!src/common/FAChar",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/common/FAChar",["./SVGWidget","./Text","css!font-awesome","css!./FAChar"],e):t.common_FAChar=e(t.common_SVGWidget,t.common_Text)}(this,function(t,e){function i(){t.call(this),this._text=(new e).fontFamily("FontAwesome")}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" common_FAChar",i.prototype.publish("char","","string","Font Awesome Item",null,{tags:["Private"]}),i.prototype.publish("fontSize",null,"number","Font Size",null,{tags:["Private"]}),i.prototype.publishProxy("text_colorFill","_text","colorFill"),i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),this._text.target(e)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this._text.text(this["char"]()).scale((this.fontSize()||14)/14).render()},i.prototype.exit=function(e,i){this._text.target(null),t.prototype.exit.apply(this,arguments)},i}),function(t,e){"function"==typeof define&&define.amd?define("src/common/HTMLWidget",["d3","./Widget","./Transition"],e):t.common_HTMLWidget=e(t.d3,t.common_Widget,t.common_Transition)}(this,function(t,e,i){function n(){e.call(this),this._drawStartPos="origin",this._tag="div",this._boundingBox=null}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" common_HTMLWidget",n.prototype.calcFrameWidth=function(t){var e=parseFloat(t.style("padding-left"))+parseFloat(t.style("padding-right"))+parseFloat(t.style("margin-left"))+parseFloat(t.style("margin-right"))+parseFloat(t.style("border-left-width"))+parseFloat(t.style("border-right-width"));return e},n.prototype.calcWidth=function(t){return parseFloat(t.style("width"))-this.calcFrameWidth(t)},n.prototype.calcFrameHeight=function(t){var e=parseFloat(t.style("padding-top"))+parseFloat(t.style("padding-bottom"))+parseFloat(t.style("margin-top"))+parseFloat(t.style("margin-bottom"))+parseFloat(t.style("border-top-width"))+parseFloat(t.style("border-bottom-width"));return e},n.prototype.calcHeight=function(t){return parseFloat(t.style("height"))+this.calcFrameHeight(t)},n.prototype.hasHScroll=function(t){return t=t||this._element,t.property("scrollWidth")>t.property("clientWidth")},n.prototype.hasVScroll=function(t){return t=t||this._element,t.property("scrollHeight")>t.property("clientHeight")},n.prototype.clientWidth=function(){return this._size.width-this.calcFrameWidth(this._element)},n.prototype.clientHeight=function(){return this._size.height-this.calcFrameHeight(this._element)},n.prototype.getBBox=function(t,e){if(t||null===this._boundingBox){var i=this._element.node()?this._element.node().firstElementChild:null;if(i instanceof Element){var n=i.getBoundingClientRect();this._boundingBox={x:n.left,y:n.top,width:n.width,height:n.height}}}return null===this._boundingBox?{x:0,y:0,width:0,height:0}:{x:(e?Math.round(this._boundingBox.x):this._boundingBox.x)*this._scale,y:(e?Math.round(this._boundingBox.y):this._boundingBox.y)*this._scale,width:(e?Math.round(this._boundingBox.width):this._boundingBox.width)*this._scale,height:(e?Math.round(this._boundingBox.height):this._boundingBox.height)*this._scale}},n.prototype.resize=function(t){var i=e.prototype.resize.apply(this,arguments);return this._parentElement.style("width",this._size.width+"px").style("height",this._size.height+"px"),i},n.prototype.target=function(e){if(!arguments.length)return this._target;if(this._target&&e)throw"Target can only be assigned once.";if(this._target=e,("string"==typeof this._target||this._target instanceof String)&&(this._target=document.getElementById(this._target)),this._target instanceof SVGElement){var i=this.locateOverlayNode();this._parentElement=i.append("div").style({position:"absolute",top:0,left:0,overflow:"hidden"}),this._overlayElement=t.select(this._target);var n=this;this.oldPos=null,this.observer=new this.MutationObserver(function(t){n.syncOverlay()});for(var o=this._overlayElement.node();o;)this.observer.observe(o,{attributes:!0}),o=o.parentNode}else if(this._target){if(this._parentElement=t.select(this._target),!this._size.width&&!this._size.height){var r=parseFloat(this._parentElement.style("width")),a=parseFloat(this._parentElement.style("height"));this.size({width:r,height:a})}this._parentElement=t.select(this._target).append("div")}else this.exit();return this},n.prototype.postUpdate=function(t,i){if(e.prototype.postUpdate.apply(this,arguments),"origin"===this._drawStartPos)this._element.style({position:"relative",left:this._pos.x+"px",top:this._pos.y+"px"});else{var n=this.getBBox(!0);this._element.style({position:"relative","float":"left",left:this._pos.x+(this._size.width-n.width)/2+"px",top:this._pos.y+(this._size.height-n.height)/2+"px"})}},n.prototype.exit=function(t,i){this.observer&&this.observer.disconnect(),this.oldPos=null,this._parentElement&&this._parentElement.remove(),e.prototype.exit.apply(this,arguments)},n}),define("css!src/common/Shape",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/common/Shape",["d3","./SVGWidget","css!./Shape"],e):t.common_Shape=e(t.d3,t.common_SVGWidget)}(this,function(t,e){function i(){e.call(this)}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" common_Shape",i.prototype.publish("shape","circle","set","Shape Type",["circle","square","rect","ellipse"],{tags:["Private"]}),i.prototype.publish("width",24,"number","Width",null,{tags:["Private"]}),i.prototype.publish("height",24,"number","Height",null,{tags:["Private"]}),i.prototype.publish("colorStroke",null,"html-color","Stroke Color",null,{tags:["Private"]}),i.prototype.publish("colorFill",null,"html-color","Fill Color",null,{tags:["Private"]}),i.prototype.publish("radius",null,"number","Radius",null,{tags:["Private"]}),i.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),i.prototype._origRadius=i.prototype.radius,i.prototype.radius=function(t){var e=i.prototype._origRadius.apply(this,arguments);return arguments.length?(this.width(t),this.height(t),e):Math.max(this.width(),this.height())/2},i.prototype.intersection=function(t,i){switch(this.shape()){case"circle":return this.intersectCircle(t,i)}return e.prototype.intersection.apply(this,arguments)},i.prototype.update=function(e,i){var n=i.selectAll("rect,circle,ellipse").data([this.shape()],function(t){return t}),o=this;n.enter().append("square"===this.shape()?"rect":this.shape()).attr("class","common_Shape").each(function(e){var i=t.select(this);o._tooltipElement=i.append("title")}),n.style("fill",this.colorFill()).style("stroke",this.colorStroke()).each(function(e){var i=t.select(this);switch(o._tooltipElement.text(o.tooltip()),o.shape()){case"circle":var n=o.radius();i.attr("r",n);break;case"square":var r=Math.max(o.width(),o.height());i.attr("x",-r/2).attr("y",-r/2).attr("width",r).attr("height",r);break;case"rect":i.attr("x",-o.width()/2).attr("y",-o.height()/2).attr("width",o.width()).attr("height",o.height());break;case"ellipse":i.attr("rx",o.width()/2).attr("ry",o.height()/2)}}),n.exit().remove()},i}),define("css!src/common/Icon",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/common/Icon",["./SVGWidget","./Shape","./FAChar","css!./Icon"],e):t.common_Icon=e(t.common_SVGWidget,t.common_Shape,t.common_FAChar)}(this,function(t,e,i){function n(){t.call(this),this._shapeWidget=new e,this._faChar=new i}return n.prototype=Object.create(t.prototype),n.prototype.constructor=n,n.prototype._class+=" common_Icon",n.prototype.publish("shape","circle","set","Shape Type",["circle","square"],{tags:["Private"]}),n.prototype.publishProxy("faChar","_faChar","char"),n.prototype.publish("imageUrl",null,"string","Image URL",null,{optional:!0}),n.prototype.publishProxy("image_colorFill","_faChar","text_colorFill"),n.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),n.prototype.publish("diameter",24,"number","Diameter",null,{tags:["Private"]}),n.prototype.publish("paddingPercent",45,"number","Padding Percent",null,{tags:["Private"]}),n.prototype.publishProxy("shape_colorFill","_shapeWidget","colorFill"),n.prototype.publishProxy("shape_colorStroke","_shapeWidget","colorStroke"),n.prototype.intersection=function(t,e){return this._shapeWidget.intersection(t,e)},n.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),this._defs=i.append("defs"),this._defs.append("clipPath").attr("id","clip_"+this.id()+"_circle").append("circle").attr("x",0).attr("y",0),this._defs.append("clipPath").attr("id","clip_"+this.id()+"_square").append("rect"),this._root=i.append("g"),this._shapeWidget.target(this._root.node()).render(),this._faChar.target(i.node()).render(), +this._tooltipElement=i.append("title");var n=this;i.on("click",function(t){n.click(t)})},n.prototype.click=function(t){console.log("Clicked the icon")},n.prototype.update=function(e,i){t.prototype.update.apply(this,arguments);var n=this.diameter(),o=n/2;this._defs.select("circle").attr("r",o),this._defs.select("rect").attr("x",-o).attr("y",-o).attr("width",n).attr("height",n),this._faChar.fontSize(n*(100-this.paddingPercent())/100).render(),this._shapeWidget.shape(this.shape()).width(n).height(n).render();var r=this._root.selectAll("image").data(this.imageUrl()?[this.imageUrl()]:[],function(t){return t});r.enter().append("image").attr("xlink:href",this.imageUrl()),r.attr("clip-path","url(#clip_"+this.id()+"_"+this.shape()+")").attr("x",-o).attr("y",-o).attr("width",n).attr("height",n),r.exit().remove(),this._tooltipElement.text(this.tooltip())},n.prototype.exit=function(e,i){t.prototype.exit.apply(this,arguments),this._shapeWidget.target(null),this._faChar.target(null)},n}),function(t,e){"function"==typeof define&&define.amd?define("src/common/IList",[],e):t.common_IList=e()}(this,function(){function t(){}return t.prototype.click=function(t){console.log("Click: "+t)},t}),function(t,e){"function"==typeof define&&define.amd?define("src/common/Image",["./HTMLWidget"],e):t.common_Image=e(t.common_HTMLWidget)}(this,function(t){function e(){t.call(this),this._drawStartPos="center"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" common_Image",e.prototype.publish("source",null,"string","Image Source",null,{tags:["Basic"]}),e.prototype.publish("sizing","actual","set","Controls sizing mode",["actual","fit","custom"],{tags:["Basic"]}),e.prototype.publish("customWidth","50%","string","Applies this width to IMG element if 'sizing' is set to 'custom'",null,{tags:["Basic"],disable:function(t){return"custom"!==t.sizing()}}),e.prototype.publish("customHeight","20%","string","Applies this height to IMG element if 'sizing' is set to 'custom'",null,{tags:["Basic"],disable:function(t){return"custom"!==t.sizing()}}),e.prototype.publish("lockAspectRatio",!0,"boolean","Locks the aspect ratio when scaling/stretching",null,{tags:["Basic"],disable:function(t){return"fit"!==t.sizing()}}),e.prototype.publish("alignment","center","set","Image Alignment",["center","origin"],{tags:["Basic"]}),e.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,i){this._drawStartPos=this.alignment(),t.prototype.update.apply(this,arguments);var n=this,o=i.selectAll("img").data(this.source()?[this.source()]:[],function(t){return t});o.enter().append("img").attr("src",this.source()).on("load",function(t){o.style(n.calcSize())}),o.style(this.calcSize()),o.exit().remove()},e.prototype.calcSize=function(){var t={width:"auto",height:"auto"};switch(this.sizing()){case"fit":if(this.lockAspectRatio()){var e=this.element().select("img");e.style({width:"auto",height:"auto"});var i=e.node().getBoundingClientRect(),n=i.width/this.width(),o=i.height/this.height();n>o?(t.width=this.width()+"px",t.height=i.height/n+"px"):(t.width=i.width/o+"px",t.height=this.height()+"px")}else t.width=this.width()+"px",t.height=this.height()+"px";break;case"custom":t.width=this.customWidth(),t.height=this.customHeight()}return t},e.prototype.exit=function(e,i){t.prototype.exit.apply(this,arguments)},e}),function(t,e){"function"==typeof define&&define.amd?define("src/common/IMenu",[],e):t.common_IMenu=e()}(this,function(){function t(){}return t.prototype.click=function(t){console.log("Click: "+t)},t.prototype.preShowMenu=function(){console.log("preShowMenu")},t.prototype.postHideMenu=function(t){console.log("postHideMenu")},t}),define("css!src/common/TextBox",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/common/TextBox",["./SVGWidget","./Shape","./Text","css!./TextBox"],e):t.common_TextBox=e(t.common_SVGWidget,t.common_Shape,t.common_Text)}(this,function(t,e,i){function n(){t.call(this),this._shape=(new e).shape("rect"),this._text=new i}return n.prototype=Object.create(t.prototype),n.prototype.constructor=n,n.prototype._class+=" common_TextBox",n.prototype.publishProxy("text","_text"),n.prototype.publishProxy("shape_colorStroke","_shape","colorStroke"),n.prototype.publishProxy("shape_colorFill","_shape","colorFill"),n.prototype.publishProxy("text_colorFill","_text","colorFill"),n.prototype.publish("paddingLeft",4,"number","Padding: Left",null,{tags:["Private"]}),n.prototype.publish("paddingRight",4,"number","Padding: Right",null,{tags:["Private"]}),n.prototype.publish("paddingTop",4,"number","Padding: Top",null,{tags:["Private"]}),n.prototype.publish("paddingBottom",4,"number","Padding: Bottom",null,{tags:["Private"]}),n.prototype.publishProxy("anchor","_text"),n.prototype.publish("fixedSize",null),n.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),n.prototype.padding=function(t){return this.paddingLeft(t),this.paddingRight(t),this.paddingTop(t),this.paddingBottom(t),this},n.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),this._tooltipElement=i.append("title"),this._shape.target(e).render(),this._text.target(e).render()},n.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this._tooltipElement.text(this.tooltip()),this._text.render();var n=this._text.getBBox(!0),o={width:this.fixedSize()?this.fixedSize().width:n.width+this.paddingLeft()+this.paddingRight(),height:this.fixedSize()?this.fixedSize().height:n.height+this.paddingTop()+this.paddingBottom()};if(this._shape.width(o.width).height(o.height).render(),this.fixedSize())switch(this.anchor()){case"start":this._text.x(-this.fixedSize().width/2+n.width/2+(this.paddingLeft()+this.paddingRight())/2).render();break;case"end":this._text.x(this.fixedSize().width/2-n.width/2-(this.paddingLeft()+this.paddingRight())/2).render()}},n.prototype.exit=function(e,i){this._shape.target(null),this._text.target(null),t.prototype.exit.apply(this,arguments)},n}),define("css!src/common/List",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/common/List",["d3","../common/SVGWidget","./IList","../common/TextBox","css!./List"],e):t.common_List=e(t.d3,t.common_SVGWidget,t.common_IList,t.common_TextBox)}(this,function(t,e,i,n){function o(t){e.call(this),i.call(this),this._listWidgets={}}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" common_List",o.prototype["implements"](i.prototype),o.prototype.publish("anchor","start","set","Anchor Position",["","start","middle","end"],{tags:["Private"]}),o.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var o=this,r=i.selectAll(".line").data(this.data(),function(t){return t});r.enter().append("g").attr("class","line").each(function(t){var e=(new n).target(this).paddingTop(0).paddingBottom(0).paddingLeft(8).paddingRight(8).text(t).render();e.element().on("click",function(t){o.click(t.text())}),o._listWidgets[t]=e});var a=0,s=0,c=0;for(var f in this._listWidgets)if(this._listWidgets.hasOwnProperty(f)){var d=this._listWidgets[f].getBBox();a+=d.height,s=0)d=new t.scale[n];else if(s.indexOf(n)>=0){var h=[];switch(n){case"hpcc10":var l=i("default").colors();h=l.filter(function(t,e){return e%2?!0:!1});break;case"hpcc20":h=i("category10").colors().concat(i("hpcc10").colors())}d=t.scale.ordinal().range(h)}else if(a.indexOf(n)>0)for(var u=12;u>0;){if(colorbrewer[n][u]){d=t.scale.ordinal().range(colorbrewer[n][u]);break}--u}d||(d=t.scale.category20()),o=d.range()}return f.type=function(){return"ordinal"},f.id=function(t){return arguments.length?(n=t,f):n},f.colors=function(t){return arguments.length?(o=t,f):o},f.clone=function(t){return c[t]=i(t,this.colors()),c[t]},f.cloneNotExists=function(t){return c[t]?c[t]:this.clone(t)},f["switch"]=function(t,i){return n===t?this:arguments.length?e(t,i):e()},f}function n(t,e,i){if(!t)return o();var n=f[t];return n||(n=o(t,e,i),f[t]=n),n}function o(e,i,r){function s(t,e,i){return e===i?h.domain([e-1,i+1])(t):h.domain([e,i])(t)}if(!arguments.length){var c=["default"];for(var d in colorbrewer)-1===a.indexOf(d)&&c.push(d);return c}var h=null,l=i,u=function(e,i){i=i||32;var n=Math.ceil(i/(e.length-1)),o=[],r=null;return e.forEach(function(e){if(r)for(var i=t.scale.linear().domain([0,n]).range([r,e]).interpolate(t.interpolateLab),a=0;n>a;++a)o.push(i(a));r=e}),h=t.scale.quantize().domain([0,100]).range(o)};if(i)h=u(i,r);else{if(colorbrewer[e])for(var p=12;p>0;){if(colorbrewer[e][p]){h=u(colorbrewer[e][p]);break}--p}h||(h=u(colorbrewer.RdYlGn[11])),l=h.range()}return s.type=function(){return"rainbow"},s.id=function(t){return arguments.length?(e=t,s):e},s.colors=function(t){return arguments.length?(l=t,s):l},s.clone=function(t){return f[t]=o(t,this.color()),f[t]},s.cloneNotExists=function(t){return f[t]?f[t]:this.clone(t)},s["switch"]=function(t,i){return e===t?this:arguments.length?n(t,i):n()},s}var r=["category10","category20","category20b","category20c"],a=["Accent","Dark2","Paired","Pastel1","Pastel2","Set1","Set2","Set3"],s=["hpcc10","hpcc20"],c={},f={},d=function(e,n,r,a,s){t.select(e).selectAll(".palette").data(i(),function(t){return t}).enter().append("span").attr("class","palette").attr("title",function(t){return t}).on("click",function(e){console.log(t.values(e.value).map(JSON.stringify).join("\n"))}).selectAll(".swatch").data(function(t){return i(t).colors()}).enter().append("span").attr("class","swatch").style("background-color",function(t){return t}),t.select(n).selectAll(".palette").data(o(),function(t){return t}).enter().append("span").attr("class","palette").attr("title",function(t){return t}).on("click",function(e){console.log(t.values(e.value).map(JSON.stringify).join("\n"))}).selectAll(".swatch2").data(function(t){return o(t).colors()}).enter().append("span").attr("class","swatch2").style("height","8px").style("background-color",function(t){return t});var c={id:a.join("_")+s,scale:o("custom",a,s)};t.select(r).selectAll(".palette").data([c],function(t){return t.id}).enter().append("span").attr("class","palette").attr("title",function(t){return"aaa"}).on("click",function(e){console.log(t.values(e.value).map(JSON.stringify).join("\n"))}).selectAll(".swatch2").data(function(t){for(var e=[],i=0;255>=i;++i)e.push(c.scale(i,0,255));return e}).enter().append("span").attr("class","swatch2").style("background-color",function(t){return t})};return colorbrewer.RdWhGr={3:["red","white","green"]},{ordinal:e,rainbow:n,test:d}}),define("css!src/common/Surface",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/common/Surface",["d3","./SVGWidget","./Icon","./Shape","./Text","./FAChar","./Menu","css!./Surface"],e):t.common_Surface=e(t.d3,t.common_SVGWidget,t.common_Icon,t.common_Shape,t.common_Text,t.common_FAChar,t.common_Menu)}(this,function(t,e,i,n,o,r,a){function s(){e.call(this),this._icon=(new i).faChar("").paddingPercent(50),this._container=(new n)["class"]("container").shape("rect"), +this._titleRect=(new n)["class"]("title").shape("rect"),this._text=(new o)["class"]("title"),this._menu=(new a).paddingPercent(0);var t=this;this._menu.preShowMenu=function(){t.content()&&t.content().hasOverlay()&&t.content().visible(!1)},this._menu.postHideMenu=function(){t.content()&&t.content().hasOverlay()&&t.content().visible(!0)},this._surfaceButtons=[]}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" common_Surface",s.prototype.publish("showTitle",!0,"boolean","Show Title",null,{tags:["Basic"]}),s.prototype.publish("title","","string","Title",null,{tags:["Basic"]}),s.prototype.publishProxy("titleFontSize","_text","fontSize"),s.prototype.publish("showIcon",!0,"boolean","Show Title",null,{tags:["Advanced"]}),s.prototype.publishProxy("icon_faChar","_icon","faChar"),s.prototype.publishProxy("icon_shape","_icon","shape"),s.prototype.publish("content",null,"widget","Content",null,{tags:["Private"]}),s.prototype.publish("buttonAnnotations",[],"array","Button Array",null,{tags:["Intermediate"]}),s.prototype.publish("buttonGutter",25,"number","Space Between Menu and Buttons",null,{tags:["Intermediate"]}),s.prototype.publish("showContent",!0,"boolean","Show Content",null,{tags:["Intermediate"]}),s.prototype.publish("menu",[],"array","Menu List Data",null,{tags:["Intermediate"]}),s.prototype.publish("menuPadding",2,"number","Menu Padding",null,{tags:["Advanced"]}),s.prototype._origMenuParam=s.prototype.menu,s.prototype.menu=function(t){return s.prototype._origMenuParam.apply(this,arguments),arguments.length?(this._menu.data(t),this):this._menu.data()},s.prototype._origShowContent=s.prototype.showContent,s.prototype.showContent=function(t){var e=s.prototype._origShowContent.apply(this,arguments);return arguments.length&&this.content()&&this.content().visible(this.showContent()),e},s.prototype.enter=function(i,n){e.prototype.enter.apply(this,arguments);var o=n.append("g").attr("class","frame"),r=o.node();this._clipRect=o.append("defs").append("clipPath").attr("id",this.id()+"_clip").append("rect").attr("x",0).attr("y",0).attr("width",this._size.width).attr("height",this._size.height),this._titleRect.target(r).render().display(this.showTitle()&&this.showIcon()),this._icon.target(r).render(),this._menu.target(i),this._text.target(r),this._container.target(r),this.buttonContainer=t.select(this._target).append("div").attr("class","svg-button-container")},s.prototype.update=function(i,n){e.prototype.update.apply(this,arguments);var o=this,r=this.width()-1,a=this.height()-1;this._icon.display(this.showTitle()&&this.showIcon()).shape(this.icon_shape()).render(),this._menu.render(),this._text.text(this.title()).display(this.showTitle()).render();var s=this.buttonContainer.selectAll(".surface-button").data(this.buttonAnnotations());s.enter().append("button").attr("class","surface-button").each(function(e,i){var n=o._surfaceButtons[i]=t.select(this).attr("class","surface-button "+(e["class"]?e["class"]:"")).attr("id",e.id).style("padding",e.padding).style("width",e.width).style("height",e.height).style("cursor","pointer").on("click",function(t){o.click(t)});"FontAwesome"===e.font?n.append("i").attr("class","fa").text(function(t){return e.label}):n.text(function(t){return e.label})}),s.exit().each(function(e,i){var n=t.select(this);delete o._surfaceButtons[i],n.remove()});var c=this.showTitle()?Math.max.apply(null,this._surfaceButtons.map(function(t){return t.node().offsetHeight})):0,f=this.showTitle()&&this.showIcon()?this._icon.getBBox(!0):{width:0,height:0},d=this._text.getBBox(!0),h=this._menu.getBBox(!0),l=Math.max(f.height,d.height,h.height,c),u=this.showTitle()?l:0,p=(-a+l)/2,b=this.showTitle()?Math.max(d.height,h.height,c):0,m=b>=u?0:(u-b)/2,y=m;this._titleRect.pos({x:y,y:p}).width(r-2*y).height(b).display(this.showTitle()).render(),this._icon.move({x:-r/2+f.width/2,y:p}),this._menu.move({x:r/2-h.width/2-this.menuPadding(),y:p}),this._text.move({x:(f.width/2-h.width/2)/2,y:p});var g=o._titleRect.node().getBoundingClientRect().left+(o._size.width-2*y)-o.buttonGutter()-this.buttonContainer.node().offsetWidth,_=o._titleRect.node().getBoundingClientRect().top+(b-this.buttonContainer.node().offsetHeight)/2;if(isNaN(g)||this.buttonContainer.style("left",g+"px"),isNaN(_)||this.buttonContainer.style("top",_+"px"),this.showTitle()?this._container.pos({x:y/2,y:u/2-m/2}).width(r-y).height(a-u+m).render():this._container.pos({x:0,y:0}).width(r).height(a).render(),this.showContent()){var x=y,v=u-m,w=n.selectAll(".content").data(this.content()?[this.content()]:[],function(t){return t._id});w.enter().append("g").attr("class","content").attr("clip-path","url(#"+this.id()+"_clip)").each(function(t){t.target(this)}),w.attr("transform","translate("+y/2+", "+(u/2-m/2)+")").each(function(t){var e={left:0,top:0,right:1,bottom:1};t.resize({width:r-x-(e.left+e.right),height:a-v-(e.top+e.bottom)})}),this.content()&&this._clipRect.attr("x",-(r-x)/2).attr("y",-(a-v)/2).attr("width",r-x).attr("height",a-v),w.exit().transition().each(function(t){t.target(null)}).remove()}this._menu.element()&&this._menu.element().node()&&this._menu.element().node().parentNode&&this._menu.element().node().parentNode.appendChild(this._menu.element().node())},s.prototype.exit=function(t,i){this._titleRect.target(null),this._icon.target(null),this._menu.target(null),this._text.target(null),this._container.target(null),this.content()&&this.content().target(null),e.prototype.exit.apply(this,arguments)},s.prototype.intersection=function(t,e){var i=[],n=this._icon.intersection(t,e,this._pos);n&&i.push({i:n,d:this.distance(n,e)});var o=this._titleRect.intersection(t,e);o&&i.push({i:o,d:this.distance(o,e)});var r=this._container.intersection(t,e);r&&i.push({i:r,d:this.distance(r,e)});var a=null;return i.forEach(function(t){(null===a||a.d>t.d)&&(a=t)}),a&&a.i?a.i:null},s.prototype.click=function(t,e){console.log("Clicked: "+t.id)},s}),define("css!src/common/ResizeSurface",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/common/ResizeSurface",["d3","./Surface","css!./ResizeSurface"],e):t.common_ResizeSurface=e(t.d3,t.common_Surface)}(this,function(t,e){function i(){e.call(this),this.handleWidth=8,this.handles=[{loc:"NW"},{loc:"N"},{loc:"NE"},{loc:"E"},{loc:"SE"},{loc:"S"},{loc:"SW"},{loc:"W"}];var i=this;this.dispatch=t.dispatch("sizestart","size","sizeend"),this.drag=t.behavior.drag().origin(function(t){return t}).on("dragstart",function(e){i.dispatch.sizestart(i,e.loc),i.allowResize()&&(t.event.sourceEvent.stopPropagation(),i._dragHandlePos={x:e.x,y:e.y},i._dragStartPos=i.pos(),i._dragStartSize=i.size(),i._prevPosSize={x:i._dragStartPos.x,y:i._dragStartPos.y,width:i._dragStartSize.width,height:i._dragStartSize.height},i._textPosSize=i._text.getBBox(!0),i._iconPosSize=i._icon.getBBox(!0),i.showContent(!1))}).on("drag",function(e){if(i.allowResize()){t.event.sourceEvent.stopPropagation();var n=t.event.x-i._dragHandlePos.x,o=t.event.y-i._dragHandlePos.y,r={x:0,y:0,w:0,h:0};switch(e.loc){case"NW":r.x=n/2,r.w=-n;case"N":r.y=o/2,r.h=-o;break;case"NE":r.y=o/2,r.h=-o;case"E":r.x=n/2,r.w=n;break;case"SE":r.x=n/2,r.w=n;case"S":r.y=o/2,r.h=o;break;case"SW":r.y=o/2,r.h=o;case"W":r.x=n/2,r.w=-n}var a={x:i._dragStartPos.x+r.x,y:i._dragStartPos.y+r.y,width:i._dragStartSize.width+r.w,height:i._dragStartSize.height+r.h};a.width<2*i._iconPosSize.width+i._textPosSize.width&&(a.x=i._prevPosSize.x,a.width=i._prevPosSize.width),a.height=0&&t.splice(i,1)}}this._chartTypeSelect.value(this.chartType());var s=this.toolbarWidgets();n(s,this._csvButton,this.showCSV()),n(s,this._legendButton,this.toolbarShowLegend()),n(s,this._chartTypeSelect,this.showChartSelect()),this.toolbarWidgets(s),this._prevShowToolbar!==this.showToolbar()&&(this.setContent("top",this.showToolbar()?this._toolbar:null),this._prevShowToolbar=this.showToolbar()),this._toolbar.fontSize(this.titleFontSize()).fontColor(this.titleFontColor()).fontFamily(this.titleFontFamily()).fontBold(this.titleFontBold()).backgroundColor(this.titleBackgroundColor()),this._chart.data(this.data()),this._chart.chartType()!==this.chartType()&&this._chart.chartType(this.chartType());var r=this.legendPosition();this.toolbarShowLegend()&&!this._legendButton.checked()&&(r="none"),this._prevLegendPosition!==r&&("none"!==this._prevLegendPosition&&this.clearContent(this._prevLegendPosition),this._prevLegendPosition=r,"none"!==r&&(this._legend=(new i).fixedSize(!0).targetWidget(this.getContent("center")),this.setContent(r,this._legend),this._legend.orientation(-1!==["top","bottom"].indexOf(r)?"horizontal":"vertical"))),this._contentClasses=this.getContentClasses(),this.valueAxisTitle()&&"common_Text"!==this._contentClasses.left&&"left"!==r&&this.setContent("left",this._valueTitle.rotation(-90)),this.domainAxisTitle()&&"common_Text"!==this._contentClasses.bottom&&"bottom"!==r&&this.setContent("bottom",this._domainTitle).bottomShrinkWrap(!0),this._legend.dataFamily(this._chart.getChartDataFamily()),t.prototype.update.apply(this,arguments)},h.prototype.exit=function(e,o){t.prototype.exit.apply(this,arguments)},h.prototype.getContentClasses=function(){var t={},e=this.getContent("top"),o=this.getContent("right"),i=this.getContent("bottom"),n=this.getContent("left");return t.top=null!==e?e.classID():void 0,t.right=null!==o?o.classID():void 0,t.bottom=null!==i?i.classID():void 0,t.left=null!==n?n.classID():void 0,t},h.prototype.serializeState=function(){var t={title:this.title(),data:this.data()},e=this.chart();return e&&e.serializeState&&(t.chart=e.serializeState(),delete t.chart.data),t},h.prototype.deserializeState=function(t){if(t){this.title(t.title).data(t.data);var e=this.chart();e&&t.chart&&e.serializeState&&e.deserializeState(t.chart)}return this},h.prototype.click=function(t,e,o){console.log("Click: "+JSON.stringify(t)+", "+e+", "+o)},h}),define("hpcc-viz-composite",function(){}); \ No newline at end of file diff --git a/dist-amd/hpcc-viz-form.js b/dist-amd/hpcc-viz-form.js new file mode 100644 index 0000000000..d017b18720 --- /dev/null +++ b/dist-amd/hpcc-viz-form.js @@ -0,0 +1 @@ +define("css!src/form/Input",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/form/Button",["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_Button=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_Button",o.prototype["implements"](n.prototype),o.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments);var o=this;this._inputElement[0]=n.append("button").attr("name",this.name()).on("click",function(t){t.click(t)}).on("blur",function(t){t.blur(t)}).on("change",function(t){o.value([o._inputElement[0].property("value")]),t.change(t)})},o.prototype.update=function(t,n){e.prototype.update.apply(this,arguments),this._inputElement[0].text(this.value())},o}),function(t,e){"function"==typeof define&&define.amd?define("src/form/CheckBox",["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_CheckBox=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_CheckBox",o.prototype["implements"](n.prototype),o.prototype.publish("selectOptions",[],"array","Array of options used to fill a dropdown list"),o.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments);var o=this,i=n.append("ul");this.selectOptions().length||this.selectOptions().push(""),this.selectOptions().forEach(function(t,e){o._inputElement[e]=i.append("li").append("input").attr("type","checkbox"),o._inputElement[e].node().insertAdjacentHTML("afterend",""+t+"")}),this._inputElement.forEach(function(t,e){t.attr("name",o.name()),t.on("click",function(t){t.click(t)}),t.on("blur",function(t){t.blur(t)}),t.on("change",function(t){var e=[];o._inputElement.forEach(function(t,n){t.property("checked")&&e.push(t.property("value"))}),o.value(e),t.change(t)})})},o.prototype.update=function(t,n){e.prototype.update.apply(this,arguments);var o=this;this._inputElement.forEach(function(t,e){t.property("value",o.selectOptions()[e]),-1!==o.value().indexOf(o.selectOptions()[e])&&"false"!==o.value()?t.property("checked",!0):t.property("checked",!1)})},o.prototype.insertSelectOptions=function(t){var e="";t.length>0?t.forEach(function(t){var n=t instanceof Array?t[0]:t,o=t instanceof Array?t[1]?t[1]:t[0]:t;e+=""}):e+="",this._inputElement[0].html(e)},o}),function(t,e){"function"==typeof define&&define.amd?define("src/form/ColorInput",["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_ColorInput=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_ColorInput",o.prototype["implements"](n.prototype),o.prototype.enter=function(n,o){e.prototype.enter.apply(this,arguments);var i=this;this._inputElement[0]=o.append("input").attr("type","text"),this._inputElement[0].classed("color-text",!0),this._inputElement[1]=o.append("input").attr("type","color"),this._inputElement.forEach(function(e,n){e.on("click",function(t){t.click(t)}),e.on("blur",function(t){t.blur(t)}),e.on("change",function(e){0===n?(i._inputElement[1].property("value",t.rgb(i._inputElement[0].property("value")).toString()),i.value(i._inputElement[0].property("value"))):(i._inputElement[0].property("value",i._inputElement[1].property("value")),i.value(t.rgb(i._inputElement[1].property("value")).toString())),e.change(e)})})},o.prototype.update=function(n,o){e.prototype.update.apply(this,arguments);var i=this;this._inputElement.forEach(function(t){t.attr("name",i.name())}),this._inputElement[0].attr("type","text"),this._inputElement[1].attr("type","color"),this._inputElement[0].property("value",this.value()),this._inputElement[1].property("value",t.rgb(this.value()).toString())},o}),function(t,e){"function"==typeof define&&define.amd?define("src/form/Input",["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_Input=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[],this._labelElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_Input",o.prototype["implements"](n.prototype),o.prototype.publish("type","text","set","Input type",["number","button","checkbox","date","text","textarea","search","email","time","datetime","hidden"]),o.prototype.publish("inlineLabel",null,"string","Input Label",null,{optional:!0}),o.prototype.checked=function(t){return arguments.length?(this._inputElement[0]&&this._inputElement[0].property("checked",t),this):this._inputElement[0]?this._inputElement[0].property("checked"):!1},o.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments),this._labelElement[0]=n.append("label").attr("for",this.id()+"_input").style("visibility",this.inlineLabel_exists()?"visible":"hidden");var o=this;switch(this.type()){case"button":this._inputElement[0]=n.append("button").attr("id",this.id()+"_input");break;case"textarea":this._inputElement[0]=n.append("textarea").attr("id",this.id()+"_input");break;default:this._inputElement[0]=n.append("input").attr("id",this.id()+"_input").attr("type",this.type())}this._inputElement.forEach(function(t,e){t.attr("name",o.name()),t.on("click",function(t){t.click(t)}),t.on("blur",function(t){t.blur(t)}),t.on("change",function(e){o.value([t.property("value")]),e.change(e)})})},o.prototype.update=function(t,n){switch(e.prototype.update.apply(this,arguments),this._labelElement[0].style("visibility",this.inlineLabel_exists()?"visible":"hidden").text(this.inlineLabel()),this.type()){case"button":this._inputElement[0].text(this.value());break;case"textarea":this._inputElement[0].property("value",this.value());break;default:this._inputElement[0].attr("type",this.type()),this._inputElement[0].property("value",this.value())}},o}),define("css!src/form/Slider",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/form/Slider",["d3","../common/SVGWidget","../api/IInput","../chart/Axis","../common/Icon","css!./Slider"],e):t.form_Slider=e(t.d3,t.common_SVGWidget,t.api_IInput,t.chart_Axis,t.common_Icon)}(this,function(t,e,n,o,i){function r(){e.call(this),n.call(this),this.selectionLabel(""),this._playing=!1,this._loop=!1,this.axis=new o;var r=this;this._playIcon=(new i).faChar(""),this._playIcon.click=function(e){t.event.stopPropagation(),r._playing?r.pause():r.play()},this._loopIcon=(new i).faChar("").image_colorFill(this._loop?null:"#bbb").shape_colorFill(this._loop?null:"white").paddingPercent(33),this._loopIcon.click=function(t){r._loop?r._loop=!1:r._loop=!0,r._loopIcon.image_colorFill(r._loop?null:"#bbb").shape_colorFill(r._loop?null:"white").render()},this.brush=t.svg.brush().extent([0,0]).on("brushstart",function(t){r.brushstart(t,this)}).on("brush",function(t){r.brushmove(t,this)}).on("brushend",function(t){r.brushend(t,this)}),this.brush.empty=function(){return!1},this._inputElement=[]}r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" form_Slider",r.prototype["implements"](n.prototype),r.prototype.publish("padding",16,"number","Outer Padding",null,{tags:["Basic"]}),r.prototype.publish("fontSize",null,"number","Font Size",null,{tags:["Basic"]}),r.prototype.publish("fontFamily",null,"string","Font Name",null,{tags:["Basic"]}),r.prototype.publish("fontColor",null,"html-color","Font Color",null,{tags:["Basic"]}),r.prototype.publish("allowRange",!1,"boolean","Allow Range Selection",null,{tags:["Intermediate"]}),r.prototype.publish("low","0","string","Low",null,{tags:["Intermediate"]}),r.prototype.publish("high","100","string","High",null,{tags:["Intermediate"]}),r.prototype.publish("step",10,"number","Step",null,{tags:["Intermediate"]}),r.prototype.publish("selectionLabel","","string","Selection Label",null,{tags:["Intermediate"]}),r.prototype.publishProxy("tickCount","axis","tickCount"),r.prototype.publishProxy("tickFormat","axis","tickFormat"),r.prototype.publishProxy("type","axis"),r.prototype.publishProxy("timePattern","axis"),r.prototype.publishProxy("powExponent","axis","powExponent"),r.prototype.publishProxy("logBase","axis","logBase"),r.prototype.publishProxy("overlapMode","axis"),r.prototype.publishProxy("labelRotation","axis"),r.prototype.publish("showPlay",!1,"boolean","Show Play Button"),r.prototype.publish("playInterval",1e3,"number","Play Interval"),r.prototype.publishProxy("playDiameter","_playIcon","diameter",32),r.prototype.publish("playGutter",4,"number","Play Gutter"),r.prototype.publishProxy("loopDiameter","_loopIcon","diameter",24),r.prototype.publish("loopGutter",4,"number","Play Gutter"),r.prototype.name=function(t){return r.prototype.columns.apply(this,arguments)};var p=r.prototype.value;return r.prototype.value=function(t){var n=p.apply(this,arguments);return arguments.length&&e.prototype.data.apply(this,arguments),n},r.prototype.play=function(){this._playing=!0,this._playIcon.faChar("").render();var t=this.data();(t=this.high())&&(t=this.low(),this.data(t).render(),this._click());var e=this;this.intervalHandler=setInterval(function(){t+=e.step(),t>e.high()?e._loop===!0?(t=e.low(),e.data(t).render(),e._click()):e.pause():(e.data(t).render(),e._click())},e.playInterval())},r.prototype.pause=function(){this._playing=!1,this._playIcon.faChar("").render(),clearInterval(this.intervalHandler)},r.prototype.data=function(t){var n=e.prototype.data.apply(this,arguments);return arguments.length&&this.brushg&&this.brushg.call(this.brush.extent(this.allowRange()?this.data():[this.data(),this.data()])),n},r.prototype.enter=function(t,e){this.sliderElement=e.append("g"),this._inputElement.push(this.sliderElement),this.axis.target(this.sliderElement.node()).x(this.width()).y(0).width(this.width()-this.padding()).low(this.low()).high(this.high()).render(),this.axis.d3Axis.tickSize(0).tickPadding(12),this.brushg=this.sliderElement.append("g").attr("class","brush").call(this.brush),this.brushg.select(".background").attr("y",-9).attr("height",18),this.brushg.select(".extent").attr("y","-10").attr("height","20"),this.brushg.selectAll(".resize").select("rect").attr("x",function(t){return"e"===t?0:-8}).attr("y","-10").attr("width","8").attr("height","20"),this.handle=this.brushg.selectAll(".resize").append("path").attr("class","handle").attr("transform","translate(0,-27)"),this._playIcon.target(this.sliderElement.node()).render(),this._loopIcon.target(this.sliderElement.node()).render()},r.prototype.update=function(t,e){var n=this,o=this.width()-this.padding()/2;this._playIcon.pos({x:o-(this.loopDiameter()+this.loopGutter()+this.playDiameter()/2),y:0}).diameter(this.playDiameter()).display(this.showPlay()).render(),this._loopIcon.pos({x:o-this.loopDiameter()/2,y:0}).diameter(this.loopDiameter()).display(this.showPlay()).render(),(this.high()-this.low())/this.step()<=10;var i=this.showPlay()?this.loopDiameter()+this.loopGutter()+this.playDiameter()+this.playGutter():0;o-=i;var r=this.axis.calcOverflow(e);this.axis.x(this.width()/2-i/2).y(r.depth).width(this.width()-this.padding()-i).low(this.low()).high(this.high()).render(),this.brushg.attr("transform","translate("+this.padding()/2+", 0)"),this.handle.attr("d",function(t){return n.handlePath(t)}),0===this.data().length&&(this.allowRange()?this.data([this.low(),this.low()]):this.data(this.low())),this.axis.d3Scale.clamp(!0),this.brush.x(this.axis.d3Scale),this.brushg.call(this.brush.extent(this.allowRange()?this.data():[this.data(),this.data()]));var p=this.sliderElement.node().getBBox();this.sliderElement.attr("transform","translate("+-this.width()/2+", "+-(p.y+p.height/2)+")")},r.prototype.brushstart=function(e,n){t.event&&t.event.sourceEvent&&t.event.sourceEvent.stopPropagation()},r.prototype.brushmove=function(e,n){if(t.event&&t.event.sourceEvent&&(t.event.sourceEvent.stopPropagation(),!this.allowRange())){var o=this.axis.invert(t.mouse(n)[0]);t.select(n).call(this.brush.extent([o,o]))}},r.prototype.brushend=function(e,n){if(t.event&&t.event.sourceEvent)if(t.event.sourceEvent.stopPropagation(),this.allowRange()){var o=this.brush.extent();o[0]=this.nearestStep(o[0]),o[1]=this.nearestStep(o[1]),t.select(n).call(this.brush.extent(o)),this.newSelection(this.axis.parseInvert(o[0]),this.axis.parseInvert(o[1]))}else{var i=this.nearestStep(this.axis.invert(t.mouse(n)[0]));t.select(n).call(this.brush.extent([i,i])),this.value(this.axis.parseInvert(i)),this._click()}},r.prototype.nearestStep=function(t){switch(this.type()){case"time":return t;default:return+this.axis.parse(this.low())+Math.round((t-+this.axis.parse(this.low()))/+this.step())*+this.step()}},r.prototype.handlePath=function(t,e){var n=+("e"===t),o=n?1:-1,i=this.allowRange()?.5:0,r=18,p="M"+i*o+","+r+"A6,6 0 0 "+n+" "+6.5*o+","+(r+6)+"V"+(2*r-6)+"A6,6 0 0 "+n+" "+i*o+","+2*r;return p+=this.allowRange()?"ZM"+2.5*o+","+(r+8)+"V"+(2*r-8)+"M"+4.5*o+","+(r+8)+"V"+(2*r-8):"M"+1*o+","+(r+8)+"V"+(2*r-8)},r.prototype._click=function(){if(this.selectionLabel()){var t={};t[this.selectionLabel()]=this.data(),this.click(t)}else this.click(this.data())},r.prototype.newSelection=function(t,e){console.log("newSelection: "+t+", "+e)},r}),define("css!src/form/Form",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/form/Form",["d3","../common/HTMLWidget","../common/SVGWidget","../common/WidgetArray","./Input","./Button","./Slider","css!./Form"],e):t.form_Form=e(t.d3,t.common_HTMLWidget,t.common_SVGWidget,t.common_WidgetArray,t.form_Input,t.form_Button,t.form_Slider)}(this,function(t,e,n,o,i,r,p){function s(){e.call(this),this._tag="form"}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" form_Form",s.prototype.publish("validate",!0,"boolean","Enable/Disable input validation"),s.prototype.publish("inputs",[],"widgetArray","Array of input widgets"),s.prototype.publish("showSubmit",!0,"boolean","Show Submit/Cancel Controls"),s.prototype.publish("omitBlank",!1,"boolean","Drop Blank Fields From Submit"),s.prototype.publish("allowEmptyRequest",!1,"boolean","Allow Blank Form to be Submitted"),s.prototype.data=function(t){if(!arguments.length){var e=[];return this.inputsForEach(function(t){e.push(t.value())}),e}return this.inputsForEach(function(e,n){t.length>n&&e.value(t[n]).render()}),this},s.prototype.inputsForEach=function(t,e){var n=0;this.inputs().forEach(function(i){var r=i instanceof o?i.content():[i];r.forEach(function(o){e?t.call(e,o,n++):t(o,n++)})})},s.prototype.calcMaxColumns=function(){var t=0;return this.inputs().forEach(function(e){var n=e instanceof o?e.content():[e];n.length>t&&(t=n.length)}),t},s.prototype.values=function(t){if(!arguments.length){var e={};return this.inputsForEach(function(t){var n=t.value();(n||!this.omitBlank())&&(e[t.name()]=t.value())},this),e}return this.inputsForEach(function(e){t[e.name()]?e.value(t[e.name()]):this.omitBlank()&&e.value("")},this),this},s.prototype.submit=function(){var t=!0;this.validate()&&(t=this.checkValidation()),(this.allowEmptyRequest()||this.inputs().some(function(t){return-1!==t._class.indexOf("WidgetArray")?t.content().some(function(t){return t.hasValue()}):t.hasValue()}))&&this.click(t?this.values():null)},s.prototype.clear=function(){this.inputsForEach(function(t){switch(t.classID()){case"form_Slider":t.allowRange()?t.value([t.low(),t.low()]).render():t.value(t.low()).render();break;case"form_CheckBox":t.value(!1).render();break;case"form_Button":break;default:t.value("").render()}})},s.prototype.checkValidation=function(){var t=!0,e=[];return this.inputsForEach(function(t){t.isValid()||e.push("'"+t.label()+"' value is invalid.")}),e.length>0&&(alert(e.join("\n")),t=!1),t},s.prototype.enter=function(n,o){e.prototype.enter.apply(this,arguments),o.on("submit",function(){t.event.preventDefault()}),this._parentElement.style("overflow","auto");var i=o.append("table");this.tbody=i.append("tbody"),this.tfoot=i.append("tfoot"),this.btntd=this.tfoot.append("tr").append("td").attr("colspan",2);var p=this;this._controls=[(new r).value("Submit").on("click",function(){p.submit(p.values())},!0),(new r).value("Clear").on("click",function(){p.clear({})},!0)];var s=p.btntd.append("div").style("float","right");this._controls.forEach(function(t){var e=s.append("span").style("float","left");t.target(e.node()).render()})},s.prototype.update=function(i,r){e.prototype.update.apply(this,arguments),this._maxCols=this.calcMaxColumns();var p=this,s=this.tbody.selectAll("tr").data(this.inputs());s.enter().append("tr").each(function(e,i){var r=t.select(this),s=e instanceof o?e.content():[e];s.forEach(function(t,e){r.append("td").attr("class","prompt").text(t.label()+":");var o=r.append("td").attr("class","input");if(e===s.length-1&&s.length"+t+"")}),this._inputElement.forEach(function(t,e){t.attr("name",o.name()),t.on("click",function(t){t.click(t)}),t.on("blur",function(t){t.blur(t)}),t.on("change",function(e){o.value([t.property("value")]),e.change(e)})})},o.prototype.update=function(t,n){e.prototype.update.apply(this,arguments);var o=this;this._inputElement.forEach(function(t,e){t.property("value",o.selectOptions()[e]),-1!==o.value().indexOf(o.selectOptions()[e])&&"false"!==o.value()?t.property("checked",!0):t.property("checked",!1)})},o}),function(t,e){"function"==typeof define&&define.amd?define("src/form/Range",["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_Range=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_Range",o.prototype["implements"](n.prototype),o.prototype.publish("type","text","set","Input type",["html-color","number","checkbox","button","select","textarea","date","text","range","search","email","time","datetime"]),o.prototype.publish("selectOptions",[],"array","Array of options used to fill a dropdown list"),o.prototype.publish("low",null,"number","Minimum value for Range input"),o.prototype.publish("high",null,"number","Maximum value for Range input"),o.prototype.publish("step",null,"number","Step value for Range input"),o.prototype.enter=function(n,o){e.prototype.enter.apply(this,arguments);var i=this;this._inputElement[0]=o.append("input").attr("type","range"),this._inputElement[1]=o.append("input").attr("type","number"),this._inputElement.forEach(function(e,n){e.attr("name",i.name()),e.on("click",function(t){t.click(t)}),e.on("blur",function(t){t.blur(t)}),e.on("change",function(e){0===n?(i._inputElement[1].property("value",t.rgb(i._inputElement[0].property("value")).toString()),i.value(i._inputElement[0].property("value"))):(i._inputElement[0].property("value",i._inputElement[1].property("value")),i.value(t.rgb(i._inputElement[1].property("value")).toString())),e.change(e)})})},o.prototype.update=function(t,n){e.prototype.update.apply(this,arguments),this._inputElement[0].attr("type","range"),this._inputElement[0].property("value",this.value()),this._inputElement[0].attr("min",this.low()),this._inputElement[0].attr("max",this.high()),this._inputElement[0].attr("step",this.step()),this._inputElement[1].attr("type","number"),this._inputElement[1].property("value",this.value()),this._inputElement[1].attr("min",this.low()),this._inputElement[1].attr("max",this.high()),this._inputElement[1].attr("step",this.step())},o.prototype.insertSelectOptions=function(t){var e="";t.length>0?t.forEach(function(t){var n=t instanceof Array?t[0]:t,o=t instanceof Array?t[1]?t[1]:t[0]:t;e+=""}):e+="",this._inputElement[0].html(e)},o}),function(t,e){"function"==typeof define&&define.amd?define("src/form/Select",["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_Select=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_Select",o.prototype["implements"](n.prototype),o.prototype.publish("selectOptions",[],"array","Array of options used to fill a dropdown list"),o.prototype.publish("maxWidth",120,"number","Width",null,{optional:!0}),o.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments);var o=this;this._inputElement[0]=n.append("select").attr("name",this.name()).on("click",function(t){t.click(t)}).on("blur",function(t){t.blur(t)}).on("change",function(t){o.value([o._inputElement[0].property("value")]),t.change(t)})},o.prototype.update=function(t,n){e.prototype.update.apply(this,arguments),this.insertSelectOptions(this.selectOptions()),this._inputElement[0].property("value",this.value()).style("max-width",this.maxWidth_exists()?this.maxWidth()+"px":null)},o.prototype.insertSelectOptions=function(t){var e="";t.length>0?t.forEach(function(t){var n=t instanceof Array?t[0]:t,o=t instanceof Array?t[1]?t[1]:t[0]:t;e+=""}):e+="",this._inputElement[0].html(e)},o}),function(t,e){"function"==typeof define&&define.amd?define("src/form/TextArea",["d3","./Input"],e):t.form_TextArea=e(t.d3,t.form_Input)}(this,function(t,e){function n(){e.call(this),this._tag="div",this.type("textarea")}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" form_TextArea",n.prototype.publish("rows",null,"number","Rows",null,{optional:!0}),n.prototype.publish("cols",null,"number","Columns",null,{optional:!0}),n.prototype.publish("wrap","off","set","Wrap",["off","on"]),n.prototype.publish("minHeight",null,"number","Minimum Height",null,{optional:!0}),n.prototype.publish("spellcheck",null,"boolean","Input spell checking",{optional:!0}),n.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments)},n.prototype.calcHeight=function(){return Math.max(this.minHeight_exists()?this.minHeight():0,this.height())},n.prototype.update=function(t,n){e.prototype.update.apply(this,arguments),this._inputElement[0].attr("rows",this.rows()).attr("cols",this.cols()).attr("wrap",this.wrap()).attr("spellcheck",this.spellcheck()).style("height",this.calcHeight()+"px")},n}),function(t){var e=document,n="appendChild",o="styleSheet",i=e.createElement("style");i.type="text/css",e.getElementsByTagName("head")[0][n](i),i[o]?i[o].cssText=t:i[n](e.createTextNode(t))}(".form_Input button,.form_Input input,.form_Input select,.form_Input textarea{padding:2px}.form_Input button{cursor:pointer}.form_Input input.color-text{width:120px}.form_Input input.color-text+input{width:57px;position:absolute}.form_Input input[type=textbox],.form_Input textarea{width:100%;box-sizing:border-box;display:block}.form_Input ul{list-style-type:none;float:left;padding:0;margin:0}.form_Input li{float:left;list-style-position:inside}.form_Slider text{color:#000}.form_Slider .chart_Axis{-webkit-user-select:none;-moz-user-select:none;user-select:none}.form_Slider .chart_Axis .domain{fill:none;stroke:#d3d3d3;stroke-width:10px;stroke-linecap:round}.form_Slider .extent{fill:#fff;opacity:.5}.form_Slider .background{fill:red;opacity:.5}.form_Slider .handle{fill:#fff;stroke:#bbb;stroke-opacity:.5;stroke-width:1px;pointer-events:none}.form_Slider .common_Icon .common_Widget .common_Shape{fill:#ccc;stroke:#bbb}.form_Slider .common_Icon:hover{cursor:pointer}.form_Slider .common_Icon:hover .common_Widget .common_Shape{stroke:#aaa}.form_Form{color:#404040}.form_Form tbody td{white-space:nowrap;border:1px solid #e5e5e5}.form_Form td.prompt{padding:5px;vertical-align:top;background-color:#e5e5e5}.form_Form td.input{padding:5px;width:100%;vertical-align:middle}.form_Form tfoot button{margin:5px}.form_Form tbody tr:hover{background-color:#fafafa}"),define("hpcc-viz-form",function(){}); \ No newline at end of file diff --git a/dist-amd/hpcc-viz-google.js b/dist-amd/hpcc-viz-google.js new file mode 100644 index 0000000000..ca64b890bb --- /dev/null +++ b/dist-amd/hpcc-viz-google.js @@ -0,0 +1,3 @@ +"use strict";!function(e,t){"function"==typeof define&&define.amd?define("src/google/Common",["d3","../common/HTMLWidget","goog!visualization,1,packages:[corechart]"],t):e.google_Common=t(e.d3,e.common_HTMLWidget)}(this,function(e,t){function i(e){t.call(this),this._tag="div",this._chartLibrary="visualization",this._selection={}}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Common",i.prototype.publish("fontSize",null,"number","Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("fontFamily",null,"string","Font Name",null,{tags:["Basic","Shared"]}),i.prototype.publish("fontColor",null,"html-color","Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("showLegend",!1,"boolean","Show Legend",null,{tags:["Basic","Shared"]}),i.prototype.publish("legendFontColor",null,"html-color","Legend Font Color",null,{tags:["Private"]}),i.prototype.publish("legendFontFamily",null,"string","Legend Font Name",null,{tags:["Private"]}),i.prototype.publish("legendFontSize",null,"number","Legend Font Size",null,{tags:["Private"]}),i.prototype.publish("legendFontBold",!1,"boolean","Legend Font Bold",null,{tags:["Private"]}),i.prototype.publish("legendFontItalic",!1,"boolean","Legend Font Italic",null,{tags:["Private"]}),i.prototype.publish("chartAreaWidth",null,"string","Chart Area Width",null,{tags:["Advanced"]}),i.prototype.publish("chartAreaHeight",null,"string","Chart Area Height",null,{tags:["Advanced"]}),i.prototype.publish("chartAreaTop",null,"string","Chart Area Distance From Top",null,{tags:["Advanced"]}),i.prototype.publish("chartAreaLeft",null,"string","Chart Area Distance From Left",null,{tags:["Advanced"]}),i.prototype.publish("legendAlignment","center","set","Legend Alignment",["","start","center","end"],{tags:["Private"]}),i.prototype.publish("legendPosition","right","set","Legend Position",["","bottom","labeled","left","right","top"],{tags:["Private"]}),i.prototype.publish("animationDuration",0,"number","Animation Duration",null,{tags:["Advanced"]}),i.prototype.publish("animationOnStartup",!0,"boolean","Animate On Startup",null,{tags:["Advanced"]}),i.prototype.publish("animationEasing","linear","set","Animation Easing",["linear","in","out","inAndOut"],{tags:["Advanced"]}),i.prototype.publish("title","","string","Text To Display Above The Chart",null,{tags:["Private"]}),i.prototype.publish("titlePosition","out","set","Position of Title",["in","out","none"],{tags:["Private"]}),i.prototype.publish("backgroundColorStroke",null,"html-color","Background Border Color",null,{tags:["Advanced","Shared"]}),i.prototype.publish("backgroundColorStrokeWidth",0,"number","Background Border Width",null,{tags:["Advanced","Shared"]}),i.prototype.publish("backgroundColorFill","transparent","html-color","Background Color",null,{tags:["Advanced","Shared"]}),i.prototype.formatData=function(){var e=null;return e=this.data().length?[this.columns()].concat(this.data().map(function(e,t){return e.map(function(e,i){return i>0?(isNaN(e)&&console.log("Invalid Data: "+e+" ("+t+", "+i+")"),parseFloat(e)):e})})):[["",{role:"annotation"}],["",""]],google.visualization.arrayToDataTable(e)},i.prototype.getChartOptions=function(){var e=this.columns().filter(function(e,t){return t>0}).map(function(e){return this._palette(e)},this),t={backgroundColor:{stroke:this.backgroundColorStroke(),strokeWidth:this.backgroundColorStrokeWidth(),fill:this.backgroundColorFill()},width:this.width(),height:this.height(),colors:e,fontSize:this.fontSize(),fontName:this.fontFamily(),fontColor:this.fontColor(),title:this.title(),titlePosition:this.titlePosition(),chartArea:{width:this.chartAreaWidth(),height:this.chartAreaHeight(),left:this.chartAreaLeft(),top:this.chartAreaTop()},animation:{duration:this.animationDuration(),startup:this.animationOnStartup(),easing:this.animationEasing()},legend:{alignment:this.legendAlignment(),position:this.showLegend()?this.legendPosition():"none",maxLines:2,textStyle:{color:this.legendFontColor(),fontName:this.legendFontFamily(),fontSize:this.legendFontSize(),bold:this.legendFontBold(),italic:this.legendFontItalic()}}};return t},i.prototype.getNumSeries=function(){return this.columns().slice(1).length},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),i.style("overflow","hidden")},i.prototype.init=function(e,t){if(!this._chart){this._chart=new google[this._chartLibrary][this._chartType](e);var i=this;google.visualization.events.addListener(this._chart,"select",function(){var e=i._chart.getSelection()[0];e?i._selection={data:i.rowToObj(i.data()[e.row]),column:i.columns()[e.column]||null}:i._selection={data:{},column:null},i.click(i._selection.data,i._selection.column,0!==Object.keys(i._selection.data).length)})}},i.prototype.kill=function(e,t){this._chart&&(google.visualization.events.removeAllListeners(this._chart),t.html(""),delete this._chart)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this.data().length&&this.columns().length?(this.init(e,i),this._chart.draw(this.formatData(),this.getChartOptions())):this.kill(e,i)},i}),function(e,t){"function"==typeof define&&define.amd?define("src/google/CommonND",["d3","../google/Common","../api/INDChart"],t):e.google_CommonND=t(e.d3,e.google_Common,e.api_INDChart)}(this,function(e,t,i){function o(){t.call(this),i.call(this)}function l(e){for(var t=[],i=0;e>i;i++)t.push({});return t}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" google_CommonND",o.prototype["implements"](i.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.call(this);return e.series=l(this.getNumSeries()),e.axes={},e},o.prototype.update=function(e,i){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.prototype.update.apply(this,arguments)},o}),function(e,t){"function"==typeof define&&define.amd?define("src/google/Area",["d3","./CommonND"],t):e.google_Area=t(e.d3,e.google_CommonND)}(this,function(e,t){function i(){t.call(this),this._chartType="AreaChart"}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Area",i.prototype.publish("stacked",!1,"boolean","Stacks The Elements In A Series",null,{tags:["Advanced","Shared"]}),i.prototype.publish("fillOpacity",null,"number","Opacity of The Fill Color",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("smoothLines",!0,"boolean","Causes chart data lines to draw smoothly",null,{tags:["Basic"]}),i.prototype.publish("dataOpacity",1,"number","Transparency of Data Points",null,{tags:["Advanced"]}),i.prototype.publish("selectionMode","single","set","Select Multiple Data Points",["single","multiple"],{tags:["Advanced"]}),i.prototype.publish("xAxisBaseline",null,"number","The Baseline For The Horizontal Axis",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisBaseline",null,"number","The Vaseline For The Verical Axis",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisInversed",!1,"boolean","The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("yAxisInversed",!1,"boolean","The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),i.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),i.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMaxAlternation",2,"number","Maximum Number of Levels of Horizontal Axis Text",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMaxTextLines",null,"number","Maximum Number of Lines Allowed For the Text Labels",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMinTextSpacing",null,"number","Minimum Horizontal Spacing, In Pixels, Allowed Between Two Adjacent Text Labels",null,{tags:["Advanced"]}),i.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments);return e.selectionMode=this.selectionMode(),e.dataOpacity=this.dataOpacity(),e.isStacked=this.stacked(),e.areaOpacity=this.fillOpacity(),e.hAxis={},e.vAxis={},e.hAxis.baseline=this.xAxisBaseline(),e.hAxis.baselineColor=this.xAxisBaselineColor(),e.hAxis.direction=this.xAxisInversed()?-1:1,e.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},e.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},e.hAxis.logScale=this.xAxisLogScale(),e.hAxis.textPosition=this.xAxisTextPosition(),e.hAxis.title=this.xAxisTitle(),e.hAxis.minValue=this.xAxisMinValue(),e.hAxis.maxValue=this.xAxisMaxValue(),e.hAxis.slantedText=0!==this.xAxisLabelRotation(),e.hAxis.slantedTextAngle=this.xAxisLabelRotation(),e.hAxis.maxAlternation=this.xAxisMaxAlternation(),e.hAxis.maxTextLines=this.xAxisMaxTextLines(),e.hAxis.minTextSpacing=this.xAxisMinTextSpacing(),this.xAxisFormatType()&&(e.hAxis.format=this.xAxisFormatType()),e.hAxis.textStyle={color:this.xAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(e.hAxis.ticks=this.xAxisTicks()),e.hAxis.titleTextStyle={color:this.xAxisTitleFontColor(),fontName:this.xAxisTitleFontFamily(),fontSize:this.xAxisTitleFontSize()},e.hAxis.viewWindowMode=this.xAxisViewWindowMode(),e.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},e.vAxis.baseline=this.yAxisBaseline(),e.vAxis.baselineColor=this.yAxisBaselineColor(),e.vAxis.direction=this.yAxisInversed()?-1:1,e.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},e.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},e.vAxis.logScale=this.yAxisLogScale(),e.vAxis.textPosition=this.yAxisTextPosition(),e.vAxis.title=this.yAxisTitle(),e.vAxis.minValue=this.yAxisMinValue(),e.vAxis.maxValue=this.yAxisMaxValue(),this.yAxisFormatType()&&(e.vAxis.format=this.yAxisFormatType()),e.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(e.vAxis.ticks=this.yAxisTicks()),e.vAxis.titleTextStyle={color:this.yAxisTitleFontColor(),fontName:this.yAxisTitleFontFamily(),fontSize:this.yAxisTitleFontSize()},e.vAxis.viewWindowMode=this.yAxisViewWindowMode(),e.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},this.smoothLines()&&(e.curveType="function"),e},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},i}),function(e,t){"function"==typeof define&&define.amd?define("src/google/Column",["d3","./CommonND"],t):e.google_Column=t(e.d3,e.google_CommonND)}(this,function(e,t){function i(){t.call(this),this._chartType="ColumnChart"}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Column",i.prototype.publish("stacked",!1,"boolean","Stacks the elements in a series",null,{tags:["Advanced","Shared"]}),i.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("groupWidth","","string","The width of a group of bars, Percent or Pixels",null,{tags:["Advanced"]}),i.prototype.publish("dataOpacity",1,"number","Transparency of Data Points",null,{tags:["Advanced"]}),i.prototype.publish("xAxisBaseline",null,"number","Specifies the color of the baseline for the horizontal axis",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisBaseline",null,"number","Specifies the color of the baseline for the vertical axis",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisInversed",!1,"boolean","The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("yAxisInversed",!1,"boolean","The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),i.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),i.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments);return e.dataOpacity=this.dataOpacity(),e.isStacked=this.stacked(),e.bar={groupWidth:this.groupWidth()},e.hAxis={},e.vAxis={},e.hAxis.baseline=this.xAxisBaseline(),e.hAxis.baselineColor=this.xAxisBaselineColor(),e.hAxis.direction=this.xAxisInversed()?-1:1,e.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},e.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},e.hAxis.logScale=this.xAxisLogScale(),e.hAxis.textPosition=this.xAxisTextPosition(),e.hAxis.title=this.xAxisTitle(),e.hAxis.minValue=this.xAxisMinValue(),e.hAxis.maxValue=this.xAxisMaxValue(),e.hAxis.slantedText=0!==this.xAxisLabelRotation(),e.hAxis.slantedTextAngle=this.xAxisLabelRotation(),this.xAxisFormatType()&&(e.hAxis.format=this.xAxisFormatType()),e.hAxis.textStyle={color:this.xAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(e.hAxis.ticks=this.xAxisTicks()),e.hAxis.titleTextStyle={color:this.xAxisTitleFontColor(),fontName:this.xAxisTitleFontFamily(),fontSize:this.xAxisTitleFontSize()},e.hAxis.viewWindowMode=this.xAxisViewWindowMode(),e.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},e.vAxis.baseline=this.yAxisBaseline(),e.vAxis.baselineColor=this.yAxisBaselineColor(),e.vAxis.direction=this.yAxisInversed()?-1:1,e.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},e.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},e.vAxis.logScale=this.yAxisLogScale(),e.vAxis.textPosition=this.yAxisTextPosition(),e.vAxis.title=this.yAxisTitle(),e.vAxis.minValue=this.yAxisMinValue(),e.vAxis.maxValue=this.yAxisMaxValue(),this.yAxisFormatType()&&(e.vAxis.format=this.yAxisFormatType()),e.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(e.vAxis.ticks=this.yAxisTicks()),e.vAxis.titleTextStyle={color:this.yAxisTitleFontColor(),fontName:this.yAxisTitleFontFamily(),fontSize:this.yAxisTitleFontSize()},e.vAxis.viewWindowMode=this.yAxisViewWindowMode(),e.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},e},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},i}),function(e,t){"function"==typeof define&&define.amd?define("src/google/Bar",["d3","./Column"],t):e.google_Bar=t(e.d3,e.google_Column)}(this,function(e,t){function i(){t.call(this),this._chartType="BarChart"}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Bar",i}),function(e,t){"function"==typeof define&&define.amd?define("src/google/Combo",["d3","./CommonND"],t):e.google_Combo=t(e.d3,e.google_CommonND)}(this,function(e,t){function i(){t.call(this),this._chartType="ComboChart"}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Combo",i.prototype.publish("defaultseriesType","bars","set","The default type for the series (columns) in the chart (line, area or bars)",["line","area","bars"],{tags:["Basic","Shared"]}),i.prototype.publish("types",[],"array","Array of chart types (ex:bar|line|spline|area|area-spline|step|area-step|scatter)",null,{tags:["Basic"]}),i.prototype.publish("stacked",!1,"boolean","Stacks the elements in a series",null,{tags:["Basic","Shared"]}),i.prototype.publish("lineWidth",null,"number","The width of the lines in the chart. Set to '0' to show only the points",null,{tags:["Basic","Shared"]}),i.prototype.publish("lineDashStyle",[],"array","Line Dash Style",null,{tags:["Advanced","Shared"]}),i.prototype.publish("curveType","none","set","Causes chart data lines to draw smoothly",["none","function"],{tags:["Basic","Shared"]}),i.prototype.publish("pointSize",null,"number","Diameter of displayed points in pixels",null,{tags:["Private"]}),i.prototype.publish("pointShape","circle","set","The shape of individual data elements",["circle","triangle","square","diamond","star","polygon"],{tags:["Advanced"]}),i.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("groupWidth","","string","The width of a group of Combos, Percent or Pixels",null,{tags:["Advanced"]}),i.prototype.publish("dataOpacity",1,"number","Transparency of Data Points",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisBaseline",null,"number","Specifies the color of the baseline for the horizontal axis",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisBaseline",null,"number","Specifies the color of the baseline for the vertical axis",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisInversed",!1,"boolean","The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("yAxisInversed",!1,"boolean","The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{ +tags:["Intermediate"]}),i.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),i.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),i.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments),i={};return this.types().forEach(function(e,t){i[t]={type:e}}),e.seriesType=this.defaultseriesType(),e.series=i,e.dataOpacity=this.dataOpacity(),e.isStacked=this.stacked(),e.lineWidth=this.lineWidth(),e.lineDashStyle=this.lineDashStyle(),e.curveType=this.curveType(),e.pointSize=this.pointSize(),e.pointShape=this.pointShape(),e.bar={groupWidth:this.groupWidth()},e.hAxis={},e.vAxis={},e.hAxis.baseline=this.xAxisBaseline(),e.hAxis.baselineColor=this.xAxisBaselineColor(),e.hAxis.direction=this.xAxisInversed()?-1:1,e.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},e.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},e.hAxis.logScale=this.xAxisLogScale(),e.hAxis.textPosition=this.xAxisTextPosition(),e.hAxis.title=this.xAxisTitle(),e.hAxis.minValue=this.xAxisMinValue(),e.hAxis.maxValue=this.xAxisMaxValue(),e.hAxis.slantedText=0!==this.xAxisLabelRotation(),e.hAxis.slantedTextAngle=this.xAxisLabelRotation(),e.hAxis.format=this.xAxisFormatType(),e.hAxis.textStyle={color:this.xAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(e.hAxis.ticks=this.xAxisTicks()),e.hAxis.titleTextStyle={color:this.xAxisTitleFontColor(),fontName:this.xAxisTitleFontFamily(),fontSize:this.xAxisTitleFontSize()},e.hAxis.viewWindowMode=this.xAxisViewWindowMode(),e.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},e.vAxis.baseline=this.yAxisBaseline(),e.vAxis.baselineColor=this.yAxisBaselineColor(),e.vAxis.direction=this.yAxisInversed()?-1:1,e.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},e.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},e.vAxis.logScale=this.yAxisLogScale(),e.vAxis.textPosition=this.yAxisTextPosition(),e.vAxis.title=this.yAxisTitle(),e.vAxis.minValue=this.yAxisMinValue(),e.vAxis.maxValue=this.yAxisMaxValue(),e.vAxis.format=this.yAxisFormatType(),e.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(e.vAxis.ticks=this.yAxisTicks()),e.vAxis.titleTextStyle={color:this.yAxisTitleFontColor(),fontName:this.yAxisTitleFontFamily(),fontSize:this.yAxisTitleFontSize()},e.vAxis.viewWindowMode=this.yAxisViewWindowMode(),e.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},e},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},i}),function(e,t){"function"==typeof define&&define.amd?define("src/google/Common2D",["d3","../google/Common","../api/I2DChart"],t):e.google_Common2D=t(e.d3,e.google_Common,e.api_I2DChart)}(this,function(e,t,i){function o(){t.call(this),i.call(this)}function l(e){for(var t=[],i=0;e>i;i++)t.push({});return t}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" google_Common2D",o.prototype["implements"](i.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.call(this);return e.series=l(this.getNumSeries()),e.axes={},e},o.prototype.update=function(e,i){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.prototype.update.apply(this,arguments)},o}),function(e,t){"function"==typeof define&&define.amd?define("src/google/Line",["d3","./CommonND"],t):e.google_Line=t(e.d3,e.google_CommonND)}(this,function(e,t){function i(){t.call(this),this._chartType="LineChart"}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Line",i.prototype.publish("lineWidth",2,"number","Line Width",null,{tags:["Basic","Shared"]}),i.prototype.publish("lineDashStyle",[],"array","Line Dash Style",null,{tags:["Advanced","Shared"]}),i.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("smoothLines",!1,"boolean","Causes chart data lines to draw smoothly",null,{tags:["Basic","Shared"]}),i.prototype.publish("orientation","horizontal","set","Line Dash Style",["horizontal","vertical"],{tags:["Advanced"]}),i.prototype.publish("pointSize",[],"array","Diameter of displayed points in pixels",null,{tags:["Private"]}),i.prototype.publish("pointShape",[],"array","The shape of individual data elements",null,{tags:["Advanced"]}),i.prototype.publish("xAxisBaseline",null,"number","Specifies the color of the baseline for the horizontal axis",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisBaseline",null,"number","Specifies the color of the baseline for the vertical axis",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisInversed",!1,"boolean","The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("yAxisInversed",!1,"boolean","The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),i.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),i.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMaxTextLines",null,"number","Maximum number of lines allowed for the text labels",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMaxAlternation",2,"number","Maximum number of levels of horizontal axis text",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMinTextSpacing",null,"number","Minimum horizontal spacing, in pixels, allowed between two adjacent text labels",null,{tags:["Advanced"]}),i.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments);return e.lineWidth=this.lineWidth(),e.lineDashStyle=this.lineDashStyle(),e.orientation=this.orientation(),e.pointShape=this.pointShape(),e.pointSize=this.pointSize(),e.hAxis={},e.vAxis={},e.hAxis.baseline=this.xAxisBaseline(),e.hAxis.baselineColor=this.xAxisBaselineColor(),e.hAxis.direction=this.xAxisInversed()?-1:1,e.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},e.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},e.hAxis.logScale=this.xAxisLogScale(),e.hAxis.textPosition=this.xAxisTextPosition(),e.hAxis.title=this.xAxisTitle(),e.hAxis.minValue=this.xAxisMinValue(),e.hAxis.maxValue=this.xAxisMaxValue(),e.hAxis.slantedText=0!==this.xAxisLabelRotation(),e.hAxis.slantedTextAngle=this.xAxisLabelRotation(),e.hAxis.maxAlternation=this.xAxisMaxAlternation(),e.hAxis.maxTextLines=this.xAxisMaxTextLines(),e.hAxis.minTextSpacing=this.xAxisMinTextSpacing(),this.xAxisFormatType()&&(e.hAxis.format=this.xAxisFormatType()),e.hAxis.textStyle={color:this.xAxisFontColor()?this.xAxisFontColor():this.fontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(e.hAxis.ticks=this.xAxisTicks()),e.hAxis.titleTextStyle={color:this.xAxisTitleFontColor()?this.xAxisTitleFontColor():this.fontColor(),fontName:this.xAxisTitleFontFamily()?this.xAxisTitleFontFamily():this.fontFamily(),fontSize:this.xAxisTitleFontSize()?this.xAxisTitleFontSize():this.fontSize()},e.hAxis.viewWindowMode=this.xAxisViewWindowMode(),e.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},e.vAxis.baseline=this.yAxisBaseline(),e.vAxis.baselineColor=this.yAxisBaselineColor(),e.vAxis.direction=this.yAxisInversed()?-1:1,e.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},e.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},e.vAxis.logScale=this.yAxisLogScale(),e.vAxis.textPosition=this.yAxisTextPosition(),e.vAxis.title=this.yAxisTitle(),e.vAxis.minValue=this.yAxisMinValue(),e.vAxis.maxValue=this.yAxisMaxValue(),this.yAxisFormatType()&&(e.vAxis.format=this.yAxisFormatType()),e.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(e.vAxis.ticks=this.yAxisTicks()),e.vAxis.titleTextStyle={color:this.yAxisTitleFontColor()?this.yAxisTitleFontColor():this.fontColor(),fontName:this.yAxisTitleFontFamily()?this.yAxisTitleFontFamily():this.fontFamily(),fontSize:this.yAxisTitleFontSize()?this.yAxisTitleFontSize():this.fontSize()},e.vAxis.viewWindowMode=this.yAxisViewWindowMode(),e.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},this.lineDashStyle().forEach(function(t,i){"undefined"==typeof e.series[i]&&(e.series[i]={}),e.series[i].lineDashStyle=t}),this.pointShape().forEach(function(t,i){"undefined"==typeof e.series[i]&&(e.series[i]={}),e.series[i].pointShape=t}),this.pointSize().forEach(function(t,i){"undefined"==typeof e.series[i]&&(e.series[i]={}),e.series[i].pointSize=t}),this.smoothLines()&&(e.curveType="function"),e},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},i}),function(e,t){"function"==typeof define&&define.amd?define("src/google/Material",["d3","require","./CommonND"],t):e.google_Material=t(e.d3,e.require,e.google_CommonND)}(this,function(e,t,i){function o(){i.call(this)}function l(e,i,o){o=o||0;try{t([("https:"===document.location.protocol?"https:":"http:")+"//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js","goog!visualization,1.1,packages:["+e+"]"],function(){try{t(["./CommonND"],function(){i()})}catch(s){l(e,i,o+1)}})}catch(s){l(e,i,o+1)}}return o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.prototype._class+=" google_Material",o.prototype.render=function(e){var t=this,o=arguments;l(this._gType,function(){i.prototype.render.apply(t,o)})},o}),function(e,t){"function"==typeof define&&define.amd?define("src/google/MaterialBar",["./Material"],t):e.google_MaterialBar=t(e.google_Material)}(this,function(e){function t(){e.call(this),this._chartType="Bar",this._gType="Bar",this._chartLibrary="charts"}return t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.prototype._class+=" google_MaterialBar",t.prototype.getChartOptions=function(){var t=e.prototype.getChartOptions.apply(this,arguments);return t.bars="horizontal",t},t}),function(e,t){"function"==typeof define&&define.amd?define("src/google/MaterialGantt",["d3","./Material"],t):e.google_MaterialGantt=t(e.d3,e.google_Material)}(this,function(e,t){function i(){t.call(this),this._chartType="Gantt",this._gType="gantt",this._tag="div",this._data_google=[],this._selection={}}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_MaterialGantt",i.prototype.publish("backgroundColor","#ffffff","html-color","The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00'.",null,{tags:["Basic"]}),i.prototype.publish("arrowAngle",45,"number","Angle of the head of the arrows connecting tasks.",null,{tags:["Basic"]}),i.prototype.publish("arrowColor","#000000","html-color","Color of the path arrow.",null,{tags:["Basic"]}),i.prototype.publish("arrowLength",8,"number","Length of the head of the path arrow.",null,{tags:["Basic"]}),i.prototype.publish("arrowRadius",15,"number","The radius for defining the curve of the arrow between two tasks.",null,{tags:["Basic"]}),i.prototype.publish("arrowSpaceAfter",4,"number","The amount of whitespace between the head of an arrow and the task to which it points.",null,{tags:["Basic"]}),i.prototype.publish("arrowWidth",1.4,"number","The width of the arrows.",null,{tags:["Basic"]}),i.prototype.publish("barCornerRadius",null,"number","The radius for defining the curve of a bar's corners.",null,{tags:["Basic"]}),i.prototype.publish("barHeight",null,"number","The height of the bars for tasks.",null,{tags:["Basic"]}),i.prototype.publish("criticalPathEnabled",!0,"boolean","If true any arrows on the critical path will be styled differently.",null,{tags:["Basic"]}),i.prototype.publish("criticalPathColor","#ff0000","html-color","The color of any critical path arrows.",null,{tags:["Basic"]}),i.prototype.publish("criticalPathStrokeWidth",2,"number","The color of any critical path arrows.",null,{tags:["Basic"]}),i.prototype.publish("datePattern","%Y-%m-%d","string","Format for the date columns",null,{tags:["Basic"]}),i.prototype.publish("defaultStartDate",null,"number","If the start date cannot be computed from the values in the DataTable, the start date will be set to this. Accepts a date value (new Date(YYYY, M, D)) or a number, which is the number of milliseconds to use.",null,{tags:["Basic"]}),i.prototype.publish("durationUnit","day","set","Units of the duration, day, hour, minute, second, millisecons",["day","hour","minute","second","millisecond"],{tags:["Basic"]}),i.prototype.publish("innerGridLineColor",null,"html-color","The color of the inner horizontal grid lines.",null,{tags:["Basic"]}),i.prototype.publish("innerGridLineWidth",null,"number","The width of the inner horizontal grid lines.",null,{tags:["Basic"]}),i.prototype.publish("trackColor",null,"html-color","The fill color of the inner grid track.",null,{tags:["Basic"]}),i.prototype.publish("trackZebraColor","","html-color","The fill color of the alternate, dark inner grid track.",null,{tags:["Basic"]}),i.prototype.publish("labelMaxWidth",300,"number","The maximum amount of space allowed for each task label.",null,{tags:["Basic"]}),i.prototype.publish("percentEnabled",!0,"boolean","Fills the task bar based on the percentage completed for the task.",null,{tags:["Basic"]}),i.prototype.publish("percentFillColor",null,"html-color","The color of the percentage completed portion of a task bar.",null,{tags:["Basic"]}),i.prototype.publish("shadowEnabled",!0,"boolean","If set to true, draws a shadow under each task bar which has dependencies.",null,{tags:["Basic"]}),i.prototype.publish("shadowColor","#000000","html-color","Defines the color of the shadows under any task bar which has dependencies.",null,{tags:["Basic"]}),i.prototype.publish("shadowOffset",1,"number","Defines the offset, in pixels, of the shadows under any task bar which has dependencies.",null,{tags:["Basic"]}),i.prototype.publish("trackHeight",null,"number","The height of the tracks.",null,{tags:["Basic"]}),i.prototype.publish("xAxisHeight",50,"number","Height of the text area for the x-axis",null,{tags:["Basic"]}),i.prototype.publish("labelFontSize",null,"number","Label Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("labelFontFamily",null,"string"," Label Font Name",null,{tags:["Basic","Shared"]}),i.prototype.getChartOptions=function(){var e=[];return e.height=this.height(),e.backgroundColor={fill:this.backgroundColor()},e.gantt={trackHeight:(this.height()-this.xAxisHeight())/this.data().length,arrow:{angle:this.arrowAngle(),color:this.arrowColor(),length:this.arrowLength(),radius:this.arrowRadius(),spaceAfter:this.arrowSpaceAfter(),width:this.arrowWidth()},barCornerRadius:this.barCornerRadius(),barHeight:this.barHeight(),criticalPathEnabled:this.criticalPathEnabled(),criticalPathStyle:{stroke:this.criticalPathColor(),strokeWidth:this.criticalPathStrokeWidth()},defaultStartDate:this.defaultStartDate(),innerGridHorizLine:{stroke:this.innerGridLineColor(),strokeWidth:this.innerGridLineWidth()},innerGridTrack:{fill:this.trackColor()},innerGridDarkTrack:{fill:this.trackZebraColor()},labelMaxWidth:this.labelMaxWidth(),labelStyle:{fontName:this.labelFontFamily(),fontSize:this.labelFontSize()},percentEnabled:this.percentEnabled(),percentStyle:{fill:this.percentFillColor()},shadowEnabled:this.shadowEnabled(),shadowColor:this.shadowColor(),shadowOffset:this.shadowOffset()},e},i.prototype.formatData=function(){var t=null;if(this.data().length){this._data_google=new google.visualization.DataTable,this._data_google.addColumn("string",this.columns()[0]),this._data_google.addColumn("string",this.columns()[3]),this._data_google.addColumn("string",this.columns()[4]),this._data_google.addColumn("date","Start"),this._data_google.addColumn("date","End"),this._data_google.addColumn("number",this.columns()[2]),this._data_google.addColumn("number",this.columns()[5]),this._data_google.addColumn("string",this.columns()[6]);var i=e.time.format(this.datePattern()).parse;t=this.data().map(function(e){var t=e[0],o=i(e[1][0]),l=i(e[1][1]),s=e[2]||l-o||null,n=e[3]||e[0],a=e[4],r=e[5],h=e[6];if(s)switch(this.durationUnit()){case"day":s*=864e5;break;case"hour":s*=36e5;break;case"minute":s*=6e4;break;case"second":s*=1e3}this._data_google.addRows([[n,t,a,o,l,s,r,h]])},this)}else t=[["",{role:"annotation"}],["",""]];return this._data_google},i}),function(e,t){"function"==typeof define&&define.amd?define("src/google/Pie",["d3","./Common2D"],t):e.google_Pie=t(e.d3,e.google_Common2D)}(this,function(e,t){function i(){t.call(this),this._chartType="PieChart"}function o(e){for(var t=[],i=0;e>i;i++)t.push({});return t}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Pie",i.prototype.publish("is3D",!1,"boolean","Enable 3D",null,{tags:["Basic","Shared"]}),i.prototype.publish("pieHole",0,"number","Pie Hole Size",null,{min:0,max:.9,step:.1,tags:["Intermediate"]}),i.prototype.publish("pieStartAngle",0,"number","Pie Start Angle",null,{tags:["Advanced"]}),i.prototype.publish("pieSliceText","percentage","set","The Content of The Text Displayed On The Slice",["none","label","value","percentage"],{tags:["Basic"]}),i.prototype.publish("pieSliceFontColor",null,"html-color","Specifies The Slice Text Style (Color)",null,{tags:["Basic"]}),i.prototype.publish("pieSliceFontFamily",null,"string","Specifies The Slice Text Style (Font Name)",null,{tags:["Basic"]}),i.prototype.publish("pieSliceFontSize",null,"number","Specifies The Slice Text Style (Font Size)",null,{tags:["Basic"]}),i.prototype.publish("pieSliceBorderColor",null,"html-color","The Color of The Slice Borders",null,{tags:["Intermediate"]}),i.prototype.publish("pieResidueSliceColor",null,"html-color","Color For The Combination Slice That Holds All Slices Below SliceVisibilityThreshold",null,{tags:["Advanced"]}),i.prototype.publish("pieResidueSliceLabel","Other","string","A Label For The combination Slice That Holds All Slices Below SliceVisibilityThreshold",null,{tags:["Advanced"]}),i.prototype.publish("sliceVisibilityThreshold",1/720,"number","The slice relative part, below which a slice will not show individually.",null,{tags:["Advanced"]}),i.prototype.publish("slicesOffset",[],"array","Per Slice Offset",null,{tags:["Advanced"]}),i.prototype.publish("slicesTextStyle",[],"array","Per Slice",null,{tags:["Private"]}),i.prototype.publish("slicesColor",[],"array","Per Slice Color",null,{tags:["Private"]}),i.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments);return e.colors=this.data().map(function(e){return this._palette(e[0])},this),e.is3D=this.is3D(),e.pieHole=this.pieHole(),e.pieStartAngle=this.pieStartAngle(),e.pieSliceText=this.pieSliceText(),e.pieSliceTextStyle={color:this.pieSliceFontColor(),fontName:this.pieSliceFontFamily(),fontSize:this.pieSliceFontSize()},e.pieSliceBorderColor=this.pieSliceBorderColor(),e.pieResidueSliceColor=this.pieResidueSliceColor(),e.pieResidueSliceLabel=this.pieResidueSliceLabel(),e.sliceVisibilityThreshold=this.sliceVisibilityThreshold(),e.slices=o(this.getNumSlices()),this.slicesColor().forEach(function(t,i){"undefined"==typeof e.slices[i]&&(e.slices[i]={}),e.slices[i].color=t}),this.slicesOffset().forEach(function(t,i){"undefined"==typeof e.slices[i]&&(e.slices[i]={}),e.slices[i].offset=t}),this.slicesTextStyle().forEach(function(t,i){"undefined"==typeof e.slices[i]&&(e.slices[i]={}),e.slices[i].textStyle=t}),e},i.prototype.getNumSlices=function(){return this.data().length},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},i}),function(e,t){"function"==typeof define&&define.amd?define("src/google/Scatter",["d3","./CommonND","../common/HTMLWidget"],t):e.google_Scatter=t(e.d3,e.google_CommonND,e.common_HTMLWidget)}(this,function(e,t,i){function o(){t.call(this),this._chartType="ScatterChart"}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" google_Scatter",o.prototype.publish("aggregationTarget","auto","string","How multiple data selections are rolled up into tooltips: - Group selected data by x-value; - Group selected data by series; - Group selected data by x-value if all selections have the same x-value, and by series otherwise; - Show only one tooltip per selection. aggregationTarget will often be used in tandem with selectionMode and tooltip.trigger",null,{tags:["Basic"]}),o.prototype.publish("curveType","none","set","Controls the curve of the lines when the line width is not zero. Can be one of the following: - Straight lines without curve; - The angles of the line will be smoothed..",["none","function"],{tags:["Basic"]}),o.prototype.publish("pointShape","circle","set",'The shape of individual data elements: "circle", "triangle", "square", "diamond", "star", or "polygon".',["circle","triangle","square","diamond","star","polygon"],{tags:["Basic"]}),o.prototype.publish("pointSize",7,"number","Diameter of data points, in pixels. Use zero to hide all points.",null,{tags:["Basic"]}),o.prototype.publish("pointsVisible",!0,"boolean","Determines whether points will be displayed. Set to false to hide all points.",null,{tags:["Basic"]}),o.prototype.publish("selectionMode","single","set","When selectionMode is , users may select multiple data points.",["single","multiple"],{tags:["Basic"]}),o.prototype.publish("backgroundColor",null,"html-color","The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00', or an object with the following properties.",null,{tags:["Basic"]}),o.prototype.publish("dataOpacity",1,"number","The transparency of data points, with 1.0 being completely opaque and 0.0 fully transparent. This refers to the visible data (i.e. dots).",null,{tags:["Basic"]}),o.prototype.publish("tooltipIsHtml",!0,"boolean","Set to false to use SVG-rendered (rather than HTML-rendered) tooltips.",null,{tags:["Advanced"]}),o.prototype.publish("tooltipTrigger","focus","set","The user interaction that causes the tooltip to be displayed: - The tooltip will be displayed when the user hovers over the element; - The tooltip will not be displayed.",["none","focus","selection"],{tags:["Basic"]}),o.prototype.publish("crosshairTrigger","both","set","The crosshair color, expressed as either a color name (e.g., ) or an RGB value (e.g., '#adf').",["both","focus","selection"],{tags:["Basic"]}),o.prototype.publish("crosshairColor",null,"html-color","The crosshair color, expressed as either a color name (e.g., ) or an RGB value (e.g., '#adf').",null,{tags:["Basic"]}),o.prototype.publish("crosshairOpacity",.7,"number","The crosshair opacity, with 0.0 being fully transparent and 1.0 fully opaque.",null,{tags:["Basic"]}),o.prototype.publish("crosshairOrientation",null,"set","The crosshair orientation, which can be for vertical hairs only, for horizontal hairs only, or for traditional crosshairs.",["both","vertical","horizontal"],{ +tags:["Basic"]}),o.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),o.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),o.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),o.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),o.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),o.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),o.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),o.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}),o.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),o.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),o.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),o.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),o.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),o.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),o.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),o.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),o.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),o.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),o.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),o.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),o.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),o.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),o.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),o.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),o.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),o.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),o.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),o.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),o.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),o.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),o.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments);return e.aggregationTarget=this.aggregationTarget(),e.curveType=this.curveType(),e.pointShape=this.pointShape(),e.pointSize=this.pointSize(),e.pointsVisible=this.pointsVisible(),e.selectionMode=this.selectionMode(),e.backgroundColor=this.backgroundColor(),e.dataOpacity=this.dataOpacity(),e.tooltipIsHtml=this.tooltipIsHtml(),e.tooltipTrigger=this.tooltipTrigger(),e.crosshair={color:this.crosshairColor(),orientation:this.crosshairOrientation(),opacity:this.crosshairOpacity(),trigger:this.crosshairTrigger()},e.hAxis={},e.vAxis={},e.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},e.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},e.hAxis.logScale=this.xAxisLogScale(),e.hAxis.textPosition=this.xAxisTextPosition(),e.hAxis.minValue=this.xAxisMinValue(),e.hAxis.maxValue=this.xAxisMaxValue(),e.hAxis.slantedText=0!==this.xAxisLabelRotation(),e.hAxis.slantedTextAngle=this.xAxisLabelRotation(),this.xAxisFormatType()&&(e.hAxis.format=this.xAxisFormatType()),e.hAxis.textStyle={color:this.xAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(e.hAxis.ticks=this.xAxisTicks()),e.hAxis.titleTextStyle={color:this.xAxisTitleFontColor(),fontName:this.xAxisTitleFontFamily(),fontSize:this.xAxisTitleFontSize()},e.hAxis.viewWindowMode=this.xAxisViewWindowMode(),e.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},e.vAxis.baselineColor=this.yAxisBaselineColor(),e.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},e.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},e.vAxis.logScale=this.yAxisLogScale(),e.vAxis.textPosition=this.yAxisTextPosition(),e.vAxis.title=this.yAxisTitle(),e.vAxis.minValue=this.yAxisMinValue(),e.vAxis.maxValue=this.yAxisMaxValue(),this.yAxisFormatType()&&(e.vAxis.format=this.yAxisFormatType()),e.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(e.vAxis.ticks=this.yAxisTicks()),e.vAxis.titleTextStyle={color:this.yAxisTitleFontColor(),fontName:this.yAxisTitleFontFamily(),fontSize:this.yAxisTitleFontSize()},e.vAxis.viewWindowMode=this.yAxisViewWindowMode(),e.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},e},o.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},o.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},o}),function(e,t){"function"==typeof define&&define.amd?define("src/google/Timeline",["d3","../common/HTMLWidget","goog!visualization,1,packages:[timeline]"],t):e.google_Timeline=t(e.d3,e.common_HTMLWidget)}(this,function(e,t){function i(){t.call(this),this._chartType="Timeline",this._tag="div",this._data_google=[],this._selection={}}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Timeline",i.prototype.publish("tooltipIsHtml",!0,"boolean","Set to false to use SVG-rendered (rather than HTML-rendered) tooltips. See Customizing Tooltip Content for more details.",null,{tags:["Advanced"]}),i.prototype.publish("tooltipTrigger","focus","set","The user interaction that causes the tooltip to be displayed: focus - The tooltip will be displayed when the user hovers over the element; none - The tooltip will not be displayed.",["none","focus"],{tags:["Basic"]}),i.prototype.publish("backgroundColor",null,"html-color","The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00'.",null,{tags:["Basic"]}),i.prototype.publish("avoidOverlappingGridLines",!0,"boolean","Whether display elements (e.g., the bars in a timeline) should obscure grid lines. If false, grid lines may be covered completely by display elements. If true, display elements may be altered to keep grid lines visible.",null,{tags:["Basic"]}),i.prototype.publish("timelineColorByRowLabel",!1,"boolean","If set to true, colors every bar on the row the same. The default is to use one color per bar label.",null,{tags:["Basic"]}),i.prototype.publish("timelineGroupByRowLabel",!0,"boolean","If set to false, creates one row for every dataTable entry. The default is to collect bars with the same row label into one row.",null,{tags:["Basic"]}),i.prototype.publish("timelineShowBarLabels",!0,"boolean","If set to false, omits bar labels. The default is to show them.",null,{tags:["Basic"]}),i.prototype.publish("timelineShowRowLabels",!0,"boolean","If set to false, omits row labels. The default is to show them.",null,{tags:["Basic"]}),i.prototype.publish("timelineSingleColor",null,"html-color","Colors all bars the same. Specified as a hex value (e.g., '#8d8').",null,{tags:["Basic"]}),i.prototype.publish("timePattern","%Y-%m-%d","string","Time format of the data.",null,{tags:["Basic"]}),i.prototype.getChartOptions=function(){var e=[];return e.avoidOverlappingGridLines=this.avoidOverlappingGridLines(),e.backgroundColor=this.backgroundColor(),e.timelineColorByRowLabel=this.timelineColorByRowLabel(),e.timelineGroupByRowLabel=this.timelineGroupByRowLabel(),e.timelineShowBarLabels=this.timelineShowBarLabels(),e.timelineShowRowLabels=this.timelineShowRowLabels(),e.timelineSingleColor=this.timelineSingleColor(),e.tooltipIsHtml=this.tooltipIsHtml(),e.tooltipTrigger=this.tooltipTrigger(),e.width=this.width(),e.height=this.height(),e.timePattern=this.timePattern(),e},i.prototype.data=function(i){var o=t.prototype.data.apply(this,arguments);if(arguments.length){this._data_google=new google.visualization.DataTable,this._data_google.addColumn({type:"string",id:"Label A"}),this._data_google.addColumn({type:"string",id:"Label B"}),this._data_google.addColumn({type:"date",id:"start"}),this._data_google.addColumn({type:"date",id:"end"});var l,s,n=e.time.format(this.timePattern()).parse;i.forEach(function(e){l=n(e[2]),s=n(e[3]),this._data_google.addRows([[e[0],e[1],l,s]])},this)}return o},i.prototype.click=function(e,t,i){console.log("Click: "+JSON.stringify(e)+", "+t+", "+i)},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),i.style("overflow","hidden"),this._chart=new google.visualization[this._chartType](e);var o=this;google.visualization.events.addListener(this._chart,"select",function(){var e=o._chart.getSelection()[0];o._selection={data:o.rowToObj(o.data()[e.row]||{}),column:o.columns()[e.column]||null},o.click(o._selection.data,o._selection.column,0!==Object.keys(o._selection).length)})},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this._chart.draw(this._data_google,this.getChartOptions())},i}),function(e,t){"function"==typeof define&&define.amd?define("src/google/TreeMap",["d3","../common/HTMLWidget","goog!visualization,1,packages:[treemap]"],t):e.google_TreeMap=t(e.d3,e.common_HTMLWidget)}(this,function(e,t){function i(){t.call(this),this._chartType="TreeMapChart",this._data_google=[],this._tag="div",this.columns([]),this.data([]),this._selection={}}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_TreeMap",i.prototype.publish("headerColor",null,"html-color","The color of the header section for each node. Specify an HTML color value.",null,{tags:["Basic"]}),i.prototype.publish("headerHeight",0,"number","The height of the header section for each node, in pixels (can be zero).",null,{tags:["Basic"]}),i.prototype.publish("headerHighlightColor",null,"html-color","The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00', or an object with the following properties.",null,{tags:["Basic"]}),i.prototype.publish("hintOpacity",0,"number","When maxPostDepth is greater than 1, causing nodes below the current depth to be shown, hintOpacity specifies how transparent it should be. It should be between 0 and 1; the higher the value, the fainter the node.",null,{tags:["Intermediate"]}),i.prototype.publish("maxColor",null,"html-color","The color for a rectangle with a column 3 value of maxColorValue. Specify an HTML color value.",null,{tags:["Basic"]}),i.prototype.publish("maxDepth",1,"number","The maximum number of node levels to show in the current view. Levels will be flattened into the current plane. If your tree has more levels than this, you will have to go up or down to see them. You can additionally see maxPostDepth levels below this as shaded rectangles within these nodes.",null,{tags:["Intermediate"]}),i.prototype.publish("maxHighlightColor",null,"html-color","The highlight color to use for the node with the largest value in column 3. Specify an HTML color value or null; If null, this value will be the value of maxColor lightened by 35%",null,{tags:["Basic"]}),i.prototype.publish("maxPostDepth",0,"number","How many levels of nodes beyond maxDepth to show in fashion. Hinted nodes are shown as shaded rectangles within a node that is within the maxDepth limit.",null,{tags:["Advanced"]}),i.prototype.publish("maxColorValue",null,"number","The maximum value allowed in column 3. All values greater than this will be trimmed to this value. If set to null, it will be set to the max value in the column.",null,{tags:["Intermediate"]}),i.prototype.publish("midColor",null,"html-color","The color for a rectangle with a column 3 value midway between maxColorValue and minColorValue. Specify an HTML color value.",null,{tags:["Basic"]}),i.prototype.publish("midHighlightColor",null,"html-color","The highlight color to use for the node with a column 3 value near the median of minColorValue and maxColorValue. Specify an HTML color value or null; if null, this value will be the value of midColor lightened by 35%.",null,{tags:["Basic"]}),i.prototype.publish("minColor",null,"html-color","The color for a rectangle with the column 3 value of minColorValue. Specify an HTML color value.",null,{tags:["Basic"]}),i.prototype.publish("minHighlightColor",null,"html-color","The highlight color to use for the node with a column 3 value nearest to minColorValue. Specify an HTML color value or null; if null, this value will be the value of minColor lightened by 35%",null,{tags:["Basic"]}),i.prototype.publish("minColorValue",null,"number","The minimum value allowed in column 3. All values less than this will be trimmed to this value. If set to null, it will be calculated as the minimum value in the column.",{tags:["Basic"]}),i.prototype.publish("noColor",null,"html-color","The color to use for a rectangle when a node has no value for column 3, and that node is a leaf (or contains only leaves). Specify an HTML color value.",{tags:["Basic"]}),i.prototype.publish("noHighlightColor",null,"html-color","The color to use for a rectangle of color when highlighted. Specify an HTML color value or null; if null, this will be the value of noColor lightened by 35%.",null,{tags:["Basic"]}),i.prototype.publish("showScale",!0,"boolean","Whether or not to show a color gradient scale from minColor to maxColor along the top of the chart. Specify true to show the scale.",null,{tags:["Intermediate"]}),i.prototype.publish("showTooltips",!0,"boolean","Whether or not to show tooltips.",null,{tags:["Basic"]}),i.prototype.publish("useWeightedAverageForAggregation",!0,"boolean","Whether to use weighted averages for aggregation.",null,{tags:["Basic"]}),i.prototype.getChartOptions=function(){var e=[];e.headerColor=this.headerColor(),e.headerHeight=this.headerHeight(),e.headerHighlightColor=this.headerHighlightColor(),e.hintOpacity=this.hintOpacity(),e.maxColor=this.maxColor(),e.maxDepth=this.maxDepth(),e.maxHighlightColor=this.maxHighlightColor(),e.maxPostDepth=this.maxPostDepth(),e.maxColorValue=this.maxColorValue(),e.midColor=this.midColor(),e.midHighlightColor=this.midHighlightColor(),e.minColor=this.minColor(),e.minHighlightColor=this.minHighlightColor(),e.minColorValue=this.minColorValue(),e.noColor=this.noColor(),e.noHighlightColor=this.noHighlightColor(),e.showScale=this.showScale(),e.showTooltips=this.showTooltips(),e.useWeightedAverageForAggregation=this.useWeightedAverageForAggregation(),e.width=this.width(),e.height=this.height();var t=this;return e.generateTooltip=function(e,o,l){return i.prototype.defaultlTooltip.apply(t,arguments)},e},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),i.style("overflow","hidden"),this._chart=new google.visualization.TreeMap(i.node());var o=this;google.visualization.events.addListener(this._chart,"select",function(){var e=o._chart.getSelection()[0];o._selection={data:o.rowToObj(o.data()[e.row]),column:o.columns()[e.column]||null},o.click(o._selection.data,o._selection.column,0!==Object.keys(o._selection).length)})},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this._chart.draw(this._data_google,this.getChartOptions())},i.prototype.data=function(e){var i=t.prototype.data.apply(this,arguments);if(arguments.length){var o=[this.columns()].concat(this.data());this._data_google=new google.visualization.arrayToDataTable(o)}return i},i.prototype.defaultlTooltip=function(e,t,i){var o=this._data_google;return"
Label: "+o.getValue(e,0)+"
Parent: "+o.getValue(e,1)+"
Column 3 Label: "+o.getColumnLabel(2)+", Value: "+o.getValue(e,2)+"
Column 4 Label: "+o.getColumnLabel(3)+", Value: "+o.getValue(e,3)+"
Datatable row #: "+e+"
"+o.getColumnLabel(2)+" (total value of this cell and its children): "+t+"
"+o.getColumnLabel(3)+": "+i+"
"},i.prototype.click=function(e,t,i){console.log("Click: "+JSON.stringify(e)+", "+t+", "+i)},i}),define("hpcc-viz-google",function(){}); \ No newline at end of file diff --git a/dist-amd/hpcc-viz-graph.js b/dist-amd/hpcc-viz-graph.js new file mode 100644 index 0000000000..bee85164a0 --- /dev/null +++ b/dist-amd/hpcc-viz-graph.js @@ -0,0 +1,67 @@ +/* +Copyright (c) 2012-2014 Chris Pettitt + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +*/ + +/** + * Copyright (c) 2014, Chris Pettitt + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * 3. Neither the name of the copyright holder nor the names of its contributors + * may be used to endorse or promote products derived from this software without + * specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +/** + * @license + * lodash 3.10.0 (Custom Build) + * Build: `lodash modern -d -o ./index.js` + * Copyright 2012-2015 The Dojo Foundation + * Based on Underscore.js 1.8.3 + * Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + * Available under MIT license + */ + +define("css!src/graph/Edge",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/graph/Edge",["d3","../common/SVGWidget","../common/TextBox","css!./Edge"],e):t.graph_Edge=e(t.d3,t.common_SVGWidget,t.common_TextBox)}(this,function(t,e,n){function r(){e.call(this),this._points=[],this._weight=100,this._strokeDasharray=null,this._hidden=!1,this._textBox=(new n).padding(0)}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" graph_Edge",r.prototype.publish("arcDepth",16,"number","Arc Depth",null,{tags:["Basic"]}),r.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),r.prototype.publish("sourceMarker","circle","set","Source Marker",["circle"],{optional:!0}),r.prototype.publish("targetMarker","arrow","set","Source Marker",["arrow","circle"],{optional:!0}),r.prototype.publish("strokeDasharray",null,"string","Stroke Dash Array",null,{optional:!0}),r.prototype.publish("strokeColor",null,"html-color","Stroke Color",null,{optional:!0}),r.prototype.sourceVertex=function(t){return arguments.length?(this._sourceVertex=t,this):this._sourceVertex},r.prototype.targetVertex=function(t){return arguments.length?(this._targetVertex=t,this):this._targetVertex},r.prototype.weight=function(t){return arguments.length?(this._weight=t,this):this._weight},r.prototype.points=function(t,e,n){return arguments.length?(this._points=t,this._elementPath&&this.update(null,this._element,e,n),this):this._points},r.prototype.hidden=function(t){return arguments.length?(this._hidden=t,this):this._hidden},r.prototype.text=function(t){return arguments.length?(this._textBox.text(t),this):this._textBox.text()},r.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments),this._elementPath=n.append("path"),this._tooltipElement=this._elementPath.append("title"),this._textBox.text()&&this._textBox.target(t).tooltip(this.tooltip()).render()},r.prototype.update=function(n,r,i,o){e.prototype.update.apply(this,arguments);var a=this;this.svgMarkerGlitch&&!o&&r.transition().duration((i?i:0)+100).each("start",function(t){a._pushMarkers(r,t)}).each("end",function(t){a._popMarkers(r,t)});var u=a._calculateEdgePoints(this._sourceVertex,this._targetVertex,this._points),s="";if(this._points.length||i,0){var c=u[2].x-u[0].x,h=u[2].y-u[0].y,l=2*Math.sqrt(c*c+h*h);s="M"+u[0].x+","+u[0].y+"A"+l+","+l+" 0 0,1 "+u[2].x+","+u[2].y}else s=t.svg.line().x(function(t){return t.x}).y(function(t){return t.y}).interpolate("bundle").tension(.75)(u);var f=this._elementPath;i&&(f=f.transition().duration(i)),f.attr("opacity",this._hidden?0:1).attr("marker-start",this.sourceMarker_exists()?"url(#"+this._graphID+"_"+this.sourceMarker()+"Foot)":null).attr("marker-end",this.targetMarker_exists()?"url(#"+this._graphID+"_"+this.targetMarker()+"Head)":null).attr("stroke",this.strokeColor_exists()?this.strokeColor():null).attr("stroke-dasharray",this.strokeDasharray_exists()?this.strokeDasharray():null).attr("d",s),this._tooltipElement.text(this.tooltip()),this._textBox.text()&&this._textBox.tooltip(this.tooltip()).move(this._findMidPoint(u),i)},r.prototype._findMidPoint=function(t){var e=t.length/2;if(t.length%2)return t[Math.floor(e)];if(t.length){var n=t[e-1],r=t[e];return{x:(n.x+r.x)/2,y:(n.y+r.y)/2}}return{x:0,y:0}},r.prototype._calculateEdgePoints=function(t,e,n){if(!t||!e)return[{x:0,y:0},{x:0,y:0}];var r=n?n.slice():[],i=0===r.length?e.pos():r[0],o=0===r.length?t.pos():r[r.length-1];if(r.unshift(t.intersection(t._pos,i)),r.push(e.intersection(e._pos,o)),r[0]||(r[0]=t._pos),r[r.length-1]||(r[r.length-1]=e._pos),2===r.length&&r[0]&&r[1]){var a=r[0].x-r[1].x,u=r[0].y-r[1].y,s=Math.sqrt(a*a+u*u);if(s){var c=(r[0].x+r[1].x)/2-u*this.arcDepth()/100,h=(r[0].y+r[1].y)/2+a*this.arcDepth()/100;r=[{x:r[0].x,y:r[0].y},{x:c,y:h},{x:r[1].x,y:r[1].y}]}}return r},r}),define("css!src/graph/Vertex",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/graph/Vertex",["d3","../common/SVGWidget","../common/Icon","../common/TextBox","css!./Vertex"],e):t.graph_Vertex=e(t.d3,t.common_SVGWidget,t.common_Icon,t.common_TextBox)}(this,function(t,e,n,r){function i(){e.call(this),this._icon=new n,this._textBox=new r,this._annotationWidgets={}}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" graph_Vertex",i.prototype.publishProxy("faChar","_icon"),i.prototype.publishProxy("imageUrl","_icon"),i.prototype.publishProxy("icon_shape_diameter","_icon","diameter"),i.prototype.publishProxy("icon_shape_colorFill","_icon","shape_colorFill"),i.prototype.publishProxy("icon_shape_colorStroke","_icon","shape_colorStroke"),i.prototype.publishProxy("icon_image_colorFill","_icon","image_colorFill"),i.prototype.publishProxy("text","_textBox"),i.prototype.publishProxy("anchor","_textBox"),i.prototype.publishProxy("textbox_shape_colorStroke","_textBox","shape_colorStroke"),i.prototype.publishProxy("textbox_shape_colorFill","_textBox","shape_colorFill"),i.prototype.publishProxy("textbox_text_colorFill","_textBox","text_colorFill"),i.prototype.publish("iconAnchor","start","set","Icon Anchor Position",["","start","middle","end"],{tags:["Basic"]}),i.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),i.prototype.publish("annotationDiameter",14,"number","Annotation Diameter",null,{tags:["Private"]}),i.prototype.publish("annotationSpacing",3,"number","Annotation Spacing",null,{tags:["Private"]}),i.prototype.publish("annotationIcons",[],"array","Annotations",null,{tags:["Private"]}),i.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments),this._icon.target(t).render(),this._textBox.target(t).render()},i.prototype.update=function(r,i){e.prototype.update.apply(this,arguments),this._icon.tooltip(this.tooltip()).render();var o=this._icon.getBBox(!0);this._textBox.tooltip(this.tooltip()).render();var a=this._textBox.getBBox(!0);switch(this.iconAnchor()){case"start":this._icon.move({x:-(a.width/2)+o.width/3,y:-(a.height/2)-o.height/3});break;case"middle":this._icon.move({x:0,y:-(a.height/2)-o.height/3});break;case"end":this._icon.move({x:a.width/2-o.width/3,y:-(a.height/2)-o.height/3})}var u=this,s=i.selectAll(".annotation").data(this.annotationIcons());s.enter().append("g").attr("class","annotation").each(function(t,e){u._annotationWidgets[e]=(new n).target(this).shape("square")});var c=a.width/2,h=a.height/2;s.each(function(t,e){var n=u._annotationWidgets[e];n.diameter(u.annotationDiameter()).shape_colorFill(u.textbox_shape_colorFill()).shape_colorStroke(u.textbox_shape_colorStroke());for(var r in t)n[r]?n[r](t[r]):window.__hpcc_debug&&console.log("Invalid annotation property: "+r);n.render();var i=n.getBBox(!0);n.move({x:c-i.width/2+4,y:h+i.height/2-4}),c-=i.width+u.annotationSpacing()}),s.exit().each(function(e,n){var r=t.select(this);delete u._annotationWidgets[n],r.remove()})},i.prototype.intersection=function(t,e){var n=this._icon.intersection(t,e,this._pos);if(n)return n;var r=this._textBox.intersection(t,e,this._pos);return r?r:null},i}),!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define("dagre",[],t);else{var e;"undefined"!=typeof window?e=window:"undefined"!=typeof global?e=global:"undefined"!=typeof self&&(e=self),e.dagre=t()}}(function(){var t;return function e(t,n,r){function i(a,u){if(!n[a]){if(!t[a]){var s="function"==typeof require&&require;if(!u&&s)return s(a,!0);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var h=n[a]={exports:{}};t[a][0].call(h.exports,function(e){var n=t[a][1][e];return i(n?n:e)},h,h.exports,e,t,n,r)}return n[a].exports}for(var o="function"==typeof require&&require,a=0;au;++u)i(t,"borderLeft","_bl",n,a,u),i(t,"borderRight","_br",n,a,u)}}o.each(t.children(),e)}function i(t,e,n,r,i,o){var u={width:0,height:0,rank:o,borderType:e},s=i[e][o-1],c=a.addDummyNode(t,"border",u,n);i[e][o]=c,t.setParent(c,r),s&&t.setEdge(s,c,{weight:1})}var o=t("./lodash"),a=t("./util");e.exports=r},{"./lodash":10,"./util":29}],4:[function(t,e,n){"use strict";function r(t){var e=t.graph().rankdir.toLowerCase();("lr"===e||"rl"===e)&&o(t)}function i(t){var e=t.graph().rankdir.toLowerCase();("bt"===e||"rl"===e)&&u(t),("lr"===e||"rl"===e)&&(c(t),o(t))}function o(t){l.each(t.nodes(),function(e){a(t.node(e))}),l.each(t.edges(),function(e){a(t.edge(e))})}function a(t){var e=t.width;t.width=t.height,t.height=e}function u(t){l.each(t.nodes(),function(e){s(t.node(e))}),l.each(t.edges(),function(e){var n=t.edge(e);l.each(n.points,s),l.has(n,"y")&&s(n)})}function s(t){t.y=-t.y}function c(t){l.each(t.nodes(),function(e){h(t.node(e))}),l.each(t.edges(),function(e){var n=t.edge(e);l.each(n.points,h),l.has(n,"x")&&h(n)})}function h(t){var e=t.x;t.x=t.y,t.y=e}var l=t("./lodash");e.exports={adjust:r,undo:i}},{"./lodash":10}],5:[function(t,e,n){function r(){var t={};t._next=t._prev=t,this._sentinel=t}function i(t){t._prev._next=t._next,t._next._prev=t._prev,delete t._next,delete t._prev}function o(t,e){return"_next"!==t&&"_prev"!==t?e:void 0}e.exports=r,r.prototype.dequeue=function(){var t=this._sentinel,e=t._prev;return e!==t?(i(e),e):void 0},r.prototype.enqueue=function(t){var e=this._sentinel;t._prev&&t._next&&i(t),t._next=e._next,e._next._prev=t,e._next=t,t._prev=e},r.prototype.toString=function(){for(var t=[],e=this._sentinel,n=e._prev;n!==e;)t.push(JSON.stringify(n,o)),n=n._prev;return"["+t.join(", ")+"]"}},{}],6:[function(t,e,n){function r(t){var e=o.buildLayerMatrix(t),n=new a({compound:!0,multigraph:!0}).setGraph({});return i.each(t.nodes(),function(e){n.setNode(e,{label:e}),n.setParent(e,"layer"+t.node(e).rank)}),i.each(t.edges(),function(t){n.setEdge(t.v,t.w,{},t.name)}),i.each(e,function(t,e){var r="layer"+e;n.setNode(r,{rank:"same"}),i.reduce(t,function(t,e){return n.setEdge(t,e,{style:"invis"}),e})}),n}var i=t("./lodash"),o=t("./util"),a=t("./graphlib").Graph;e.exports={debugOrdering:r}},{"./graphlib":7,"./lodash":10,"./util":29}],7:[function(t,e,n){var r;if(t)try{r=t("graphlib")}catch(i){}r||(r=window.graphlib),e.exports=r},{graphlib:31}],8:[function(t,e,n){function r(t,e){if(t.nodeCount()<=1)return[];var n=a(t,e||l),r=i(n.graph,n.buckets,n.zeroIdx);return s.flatten(s.map(r,function(e){return t.outEdges(e.v,e.w)}),!0)}function i(t,e,n){for(var r,i=[],a=e[e.length-1],u=e[0];t.nodeCount();){for(;r=u.dequeue();)o(t,e,n,r);for(;r=a.dequeue();)o(t,e,n,r);if(t.nodeCount())for(var s=e.length-2;s>0;--s)if(r=e[s].dequeue()){i=i.concat(o(t,e,n,r,!0));break}}return i}function o(t,e,n,r,i){var o=i?[]:void 0;return s.each(t.inEdges(r.v),function(r){var a=t.edge(r),s=t.node(r.v);i&&o.push({v:r.v,w:r.w}),s.out-=a,u(e,n,s)}),s.each(t.outEdges(r.v),function(r){var i=t.edge(r),o=r.w,a=t.node(o);a["in"]-=i,u(e,n,a)}),t.removeNode(r.v),o}function a(t,e){var n=new c,r=0,i=0;s.each(t.nodes(),function(t){n.setNode(t,{v:t,"in":0,out:0})}),s.each(t.edges(),function(t){var o=n.edge(t.v,t.w)||0,a=e(t),u=o+a;n.setEdge(t.v,t.w,u),i=Math.max(i,n.node(t.v).out+=a),r=Math.max(r,n.node(t.w)["in"]+=a)});var o=s.range(i+r+3).map(function(){return new h}),a=r+1;return s.each(n.nodes(),function(t){u(o,a,n.node(t))}),{graph:n,buckets:o,zeroIdx:a}}function u(t,e,n){n.out?n["in"]?t[n.out-n["in"]+e].enqueue(n):t[t.length-1].enqueue(n):t[0].enqueue(n)}var s=t("./lodash"),c=t("./graphlib").Graph,h=t("./data/list");e.exports=r;var l=s.constant(1)},{"./data/list":5,"./graphlib":7,"./lodash":10}],9:[function(t,e,n){"use strict";function r(t,e){var n=e&&e.debugTiming?A.time:A.notime;n("layout",function(){var e=n(" buildLayoutGraph",function(){return a(t)});n(" runLayout",function(){i(e,n)}),n(" updateInputGraph",function(){o(t,e)})})}function i(t,e){e(" makeSpaceForEdgeLabels",function(){u(t)}),e(" removeSelfEdges",function(){v(t)}),e(" acyclic",function(){b.run(t)}),e(" nestingGraph.run",function(){I.run(t)}),e(" rank",function(){E(A.asNonCompoundGraph(t))}),e(" injectEdgeLabelProxies",function(){s(t)}),e(" removeEmptyRanks",function(){S(t)}),e(" nestingGraph.cleanup",function(){I.cleanup(t)}),e(" normalizeRanks",function(){D(t)}),e(" assignRankMinMax",function(){c(t)}),e(" removeEdgeLabelProxies",function(){h(t)}),e(" normalize.run",function(){k.run(t)}),e(" parentDummyChains",function(){N(t)}),e(" addBorderSegments",function(){C(t)}),e(" order",function(){V(t)}),e(" insertSelfEdges",function(){y(t)}),e(" adjustCoordinateSystem",function(){M.adjust(t)}),e(" position",function(){z(t)}),e(" positionSelfEdges",function(){_(t)}),e(" removeBorderNodes",function(){g(t)}),e(" normalize.undo",function(){k.undo(t)}),e(" fixupEdgeLabelCoords",function(){p(t)}),e(" undoCoordinateSystem",function(){M.undo(t)}),e(" translateGraph",function(){l(t)}),e(" assignNodeIntersects",function(){f(t)}),e(" reversePoints",function(){d(t)}),e(" acyclic.undo",function(){b.undo(t)})}function o(t,e){w.each(t.nodes(),function(n){var r=t.node(n),i=e.node(n);r&&(r.x=i.x,r.y=i.y,e.children(n).length&&(r.width=i.width,r.height=i.height))}),w.each(t.edges(),function(n){var r=t.edge(n),i=e.edge(n);r.points=i.points,w.has(i,"x")&&(r.x=i.x,r.y=i.y)}),t.graph().width=e.graph().width,t.graph().height=e.graph().height}function a(t){var e=new L({multigraph:!0,compound:!0}),n=x(t.graph());return e.setGraph(w.merge({},T,m(n,B),w.pick(n,j))),w.each(t.nodes(),function(n){var r=x(t.node(n));e.setNode(n,w.defaults(m(r,O),P)),e.setParent(n,t.parent(n))}),w.each(t.edges(),function(n){var r=x(t.edge(n));e.setEdge(n,w.merge({},F,m(r,R),w.pick(r,G)))}),e}function u(t){var e=t.graph();e.ranksep/=2,w.each(t.edges(),function(n){var r=t.edge(n);r.minlen*=2,"c"!==r.labelpos.toLowerCase()&&("TB"===e.rankdir||"BT"===e.rankdir?r.width+=r.labeloffset:r.height+=r.labeloffset)})}function s(t){w.each(t.edges(),function(e){var n=t.edge(e);if(n.width&&n.height){var r=t.node(e.v),i=t.node(e.w),o={rank:(i.rank-r.rank)/2+r.rank,e:e};A.addDummyNode(t,"edge-proxy",o,"_ep")}})}function c(t){var e=0;w.each(t.nodes(),function(n){var r=t.node(n);r.borderTop&&(r.minRank=t.node(r.borderTop).rank,r.maxRank=t.node(r.borderBottom).rank,e=w.max(e,r.maxRank))}),t.graph().maxRank=e}function h(t){w.each(t.nodes(),function(e){var n=t.node(e);"edge-proxy"===n.dummy&&(t.edge(n.e).labelRank=n.rank,t.removeNode(e))})}function l(t){function e(t){var e=t.x,a=t.y,u=t.width,s=t.height;n=Math.min(n,e-u/2),r=Math.max(r,e+u/2),i=Math.min(i,a-s/2),o=Math.max(o,a+s/2)}var n=Number.POSITIVE_INFINITY,r=0,i=Number.POSITIVE_INFINITY,o=0,a=t.graph(),u=a.marginx||0,s=a.marginy||0;w.each(t.nodes(),function(n){e(t.node(n))}),w.each(t.edges(),function(n){var r=t.edge(n);w.has(r,"x")&&e(r)}),n-=u,i-=s,w.each(t.nodes(),function(e){var r=t.node(e);r.x-=n,r.y-=i}),w.each(t.edges(),function(e){var r=t.edge(e);w.each(r.points,function(t){t.x-=n,t.y-=i}),w.has(r,"x")&&(r.x-=n),w.has(r,"y")&&(r.y-=i)}),a.width=r-n+u,a.height=o-i+s}function f(t){w.each(t.edges(),function(e){var n,r,i=t.edge(e),o=t.node(e.v),a=t.node(e.w);i.points?(n=i.points[0],r=i.points[i.points.length-1]):(i.points=[],n=a,r=o),i.points.unshift(A.intersectRect(o,n)),i.points.push(A.intersectRect(a,r))})}function p(t){w.each(t.edges(),function(e){var n=t.edge(e);if(w.has(n,"x"))switch(("l"===n.labelpos||"r"===n.labelpos)&&(n.width-=n.labeloffset),n.labelpos){case"l":n.x-=n.width/2+n.labeloffset;break;case"r":n.x+=n.width/2+n.labeloffset}})}function d(t){w.each(t.edges(),function(e){var n=t.edge(e);n.reversed&&n.points.reverse()})}function g(t){w.each(t.nodes(),function(e){if(t.children(e).length){var n=t.node(e),r=t.node(n.borderTop),i=t.node(n.borderBottom),o=t.node(w.last(n.borderLeft)),a=t.node(w.last(n.borderRight));n.width=Math.abs(a.x-o.x),n.height=Math.abs(i.y-r.y),n.x=o.x+n.width/2,n.y=r.y+n.height/2}}),w.each(t.nodes(),function(e){"border"===t.node(e).dummy&&t.removeNode(e)})}function v(t){w.each(t.edges(),function(e){if(e.v===e.w){var n=t.node(e.v);n.selfEdges||(n.selfEdges=[]),n.selfEdges.push({e:e,label:t.edge(e)}),t.removeEdge(e)}})}function y(t){var e=A.buildLayerMatrix(t);w.each(e,function(e){var n=0;w.each(e,function(e,r){var i=t.node(e);i.order=r+n,w.each(i.selfEdges,function(e){A.addDummyNode(t,"selfedge",{width:e.label.width,height:e.label.height,rank:i.rank,order:r+ ++n,e:e.e,label:e.label},"_se")}),delete i.selfEdges})})}function _(t){w.each(t.nodes(),function(e){var n=t.node(e);if("selfedge"===n.dummy){var r=t.node(n.e.v),i=r.x+r.width/2,o=r.y,a=n.x-i,u=r.height/2;t.setEdge(n.e,n.label),t.removeNode(e),n.label.points=[{x:i+2*a/3,y:o-u},{x:i+5*a/6,y:o-u},{x:i+a,y:o},{x:i+5*a/6,y:o+u},{x:i+2*a/3,y:o+u}],n.label.x=n.x,n.label.y=n.y}})}function m(t,e){return w.mapValues(w.pick(t,e),Number)}function x(t){var e={};return w.each(t,function(t,n){e[n.toLowerCase()]=t}),e}var w=t("./lodash"),b=t("./acyclic"),k=t("./normalize"),E=t("./rank"),D=t("./util").normalizeRanks,N=t("./parent-dummy-chains"),S=t("./util").removeEmptyRanks,I=t("./nesting-graph"),C=t("./add-border-segments"),M=t("./coordinate-system"),V=t("./order"),z=t("./position"),A=t("./util"),L=t("./graphlib").Graph;e.exports=r;var B=["nodesep","edgesep","ranksep","marginx","marginy"],T={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},j=["acyclicer","ranker","rankdir","align"],O=["width","height"],P={width:0,height:0},R=["minlen","weight","width","height","labeloffset"],F={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},G=["labelpos"]},{"./acyclic":2,"./add-border-segments":3,"./coordinate-system":4,"./graphlib":7,"./lodash":10,"./nesting-graph":11,"./normalize":12,"./order":17,"./parent-dummy-chains":22,"./position":24,"./rank":26,"./util":29}],10:[function(t,e,n){var r;if(t)try{r=t("lodash")}catch(i){}r||(r=window._),e.exports=r},{lodash:51}],11:[function(t,e,n){function r(t){var e=c.addDummyNode(t,"root",{},"_root"),n=o(t),r=s.max(n)-1,u=2*r+1;t.graph().nestingRoot=e,s.each(t.edges(),function(e){t.edge(e).minlen*=u});var h=a(t)+1;s.each(t.children(),function(o){i(t,e,u,h,r,n,o)}),t.graph().nodeRankFactor=u}function i(t,e,n,r,o,a,u){var h=t.children(u);if(!h.length)return void(u!==e&&t.setEdge(e,u,{weight:0,minlen:n}));var l=c.addBorderNode(t,"_bt"),f=c.addBorderNode(t,"_bb"),p=t.node(u);t.setParent(l,u),p.borderTop=l,t.setParent(f,u),p.borderBottom=f,s.each(h,function(s){i(t,e,n,r,o,a,s);var c=t.node(s),h=c.borderTop?c.borderTop:s,p=c.borderBottom?c.borderBottom:s,d=c.borderTop?r:2*r,g=h!==p?1:o-a[u]+1;t.setEdge(l,h,{weight:d,minlen:g,nestingEdge:!0}),t.setEdge(p,f,{weight:d,minlen:g,nestingEdge:!0})}),t.parent(u)||t.setEdge(e,l,{weight:0,minlen:o+a[u]})}function o(t){function e(r,i){var o=t.children(r);o&&o.length&&s.each(o,function(t){e(t,i+1)}),n[r]=i}var n={};return s.each(t.children(),function(t){e(t,1)}),n}function a(t){return s.reduce(t.edges(),function(e,n){return e+t.edge(n).weight},0)}function u(t){var e=t.graph();t.removeNode(e.nestingRoot),delete e.nestingRoot,s.each(t.edges(),function(e){var n=t.edge(e);n.nestingEdge&&t.removeEdge(e)})}var s=t("./lodash"),c=t("./util");e.exports={run:r,cleanup:u}},{"./lodash":10,"./util":29}],12:[function(t,e,n){"use strict";function r(t){t.graph().dummyChains=[],a.each(t.edges(),function(e){i(t,e)})}function i(t,e){var n=e.v,r=t.node(n).rank,i=e.w,o=t.node(i).rank,a=e.name,s=t.edge(e),c=s.labelRank;if(o!==r+1){t.removeEdge(e);var h,l,f;for(f=0,++r;o>r;++f,++r)s.points=[],l={width:0,height:0,edgeLabel:s,edgeObj:e,rank:r},h=u.addDummyNode(t,"edge",l,"_d"),r===c&&(l.width=s.width,l.height=s.height,l.dummy="edge-label",l.labelpos=s.labelpos),t.setEdge(n,h,{weight:s.weight},a),0===f&&t.graph().dummyChains.push(h),n=h;t.setEdge(n,i,{weight:s.weight},a)}}function o(t){a.each(t.graph().dummyChains,function(e){var n,r=t.node(e),i=r.edgeLabel;for(t.setEdge(r.edgeObj,i);r.dummy;)n=t.successors(e)[0],t.removeNode(e),i.points.push({x:r.x,y:r.y}),"edge-label"===r.dummy&&(i.x=r.x,i.y=r.y,i.width=r.width,i.height=r.height),e=n,r=t.node(e)})}var a=t("./lodash"),u=t("./util");e.exports={run:r,undo:o}},{"./lodash":10,"./util":29}],13:[function(t,e,n){function r(t,e,n){var r,o={};i.each(n,function(n){for(var i,a,u=t.parent(n);u;){if(i=t.parent(u),i?(a=o[i],o[i]=u):(a=r,r=u),a&&a!==u)return void e.setEdge(a,u);u=i}})}var i=t("../lodash");e.exports=r},{"../lodash":10}],14:[function(t,e,n){function r(t,e){return i.map(e,function(e){var n=t.inEdges(e);if(n.length){var r=i.reduce(n,function(e,n){var r=t.edge(n),i=t.node(n.v);return{sum:e.sum+r.weight*i.order,weight:e.weight+r.weight}},{sum:0,weight:0});return{v:e,barycenter:r.sum/r.weight,weight:r.weight}}return{v:e}})}var i=t("../lodash");e.exports=r},{"../lodash":10}],15:[function(t,e,n){function r(t,e,n){var r=i(t),u=new a({compound:!0}).setGraph({root:r}).setDefaultNodeLabel(function(e){return t.node(e)});return o.each(t.nodes(),function(i){var a=t.node(i),s=t.parent(i);(a.rank===e||a.minRank<=e&&e<=a.maxRank)&&(u.setNode(i),u.setParent(i,s||r),o.each(t[n](i),function(e){var n=e.v===i?e.w:e.v,r=u.edge(n,i),a=o.isUndefined(r)?0:r.weight;u.setEdge(n,i,{weight:t.edge(e).weight+a})}),o.has(a,"minRank")&&u.setNode(i,{borderLeft:a.borderLeft[e],borderRight:a.borderRight[e]}))}),u}function i(t){for(var e;t.hasNode(e=o.uniqueId("_root")););return e}var o=t("../lodash"),a=t("../graphlib").Graph;e.exports=r},{"../graphlib":7,"../lodash":10}],16:[function(t,e,n){"use strict";function r(t,e){for(var n=0,r=1;r0;)e%2&&(n+=s[e+1]),e=e-1>>1,s[e]+=t.weight;c+=t.weight*n})),c}var o=t("../lodash");e.exports=r},{"../lodash":10}],17:[function(t,e,n){"use strict";function r(t){var e=d.maxRank(t),n=i(t,u.range(1,e+1),"inEdges"),r=i(t,u.range(e-1,-1,-1),"outEdges"),h=s(t);a(t,h);for(var l,f=Number.POSITIVE_INFINITY,p=0,g=0;4>g;++p,++g){o(p%2?n:r,p%4>=2),h=d.buildLayerMatrix(t);var v=c(t,h);f>v&&(g=0,l=u.cloneDeep(h),f=v)}a(t,l)}function i(t,e,n){return u.map(e,function(e){return l(t,e,n)})}function o(t,e){var n=new p;u.each(t,function(t){var r=t.graph().root,i=h(t,r,n,e);u.each(i.vs,function(e,n){t.node(e).order=n}),f(t,n,i.vs)})}function a(t,e){u.each(e,function(e){u.each(e,function(e,n){t.node(e).order=n})})}var u=t("../lodash"),s=t("./init-order"),c=t("./cross-count"),h=t("./sort-subgraph"),l=t("./build-layer-graph"),f=t("./add-subgraph-constraints"),p=t("../graphlib").Graph,d=t("../util");e.exports=r},{"../graphlib":7,"../lodash":10,"../util":29,"./add-subgraph-constraints":13,"./build-layer-graph":15,"./cross-count":16,"./init-order":18,"./sort-subgraph":20}],18:[function(t,e,n){"use strict";function r(t){function e(r){if(!i.has(n,r)){n[r]=!0;var o=t.node(r);a[o.rank].push(r),i.each(t.successors(r),e)}}var n={},r=i.filter(t.nodes(),function(e){return!t.children(e).length}),o=i.max(i.map(r,function(e){return t.node(e).rank})),a=i.map(i.range(o+1),function(){return[]}),u=i.sortBy(r,function(e){return t.node(e).rank});return i.each(u,e),a}var i=t("../lodash");e.exports=r},{"../lodash":10}],19:[function(t,e,n){"use strict";function r(t,e){var n={};a.each(t,function(t,e){var r=n[t.v]={indegree:0,"in":[],out:[],vs:[t.v],i:e};a.isUndefined(t.barycenter)||(r.barycenter=t.barycenter,r.weight=t.weight)}),a.each(e.edges(),function(t){var e=n[t.v],r=n[t.w];a.isUndefined(e)||a.isUndefined(r)||(r.indegree++,e.out.push(n[t.w]))});var r=a.filter(n,function(t){return!t.indegree});return i(r)}function i(t){function e(t){return function(e){e.merged||(a.isUndefined(e.barycenter)||a.isUndefined(t.barycenter)||e.barycenter>=t.barycenter)&&o(t,e)}}function n(e){return function(n){n["in"].push(e),0===--n.indegree&&t.push(n)}}for(var r=[];t.length;){var i=t.pop();r.push(i),a.each(i["in"].reverse(),e(i)),a.each(i.out,n(i))}return a.chain(r).filter(function(t){return!t.merged}).map(function(t){return a.pick(t,["vs","i","barycenter","weight"])}).value()}function o(t,e){var n=0,r=0;t.weight&&(n+=t.barycenter*t.weight,r+=t.weight),e.weight&&(n+=e.barycenter*e.weight,r+=e.weight),t.vs=e.vs.concat(t.vs),t.barycenter=n/r,t.weight=r,t.i=Math.min(e.i,t.i),e.merged=!0}var a=t("../lodash");e.exports=r},{"../lodash":10}],20:[function(t,e,n){function r(t,e,n,h){var l=t.children(e),f=t.node(e),p=f?f.borderLeft:void 0,d=f?f.borderRight:void 0,g={};p&&(l=a.filter(l,function(t){return t!==p&&t!==d}));var v=u(t,l);a.each(v,function(e){if(t.children(e.v).length){var i=r(t,e.v,n,h);g[e.v]=i,a.has(i,"barycenter")&&o(e,i)}});var y=s(v,n);i(y,g);var _=c(y,h);if(p&&(_.vs=a.flatten([p,_.vs,d],!0),t.predecessors(p).length)){var m=t.node(t.predecessors(p)[0]),x=t.node(t.predecessors(d)[0]);a.has(_,"barycenter")||(_.barycenter=0,_.weight=0),_.barycenter=(_.barycenter*_.weight+m.order+x.order)/(_.weight+2),_.weight+=2}return _}function i(t,e){a.each(t,function(t){t.vs=a.flatten(t.vs.map(function(t){return e[t]?e[t].vs:t}),!0)})}function o(t,e){a.isUndefined(t.barycenter)?(t.barycenter=e.barycenter,t.weight=e.weight):(t.barycenter=(t.barycenter*t.weight+e.barycenter*e.weight)/(t.weight+e.weight),t.weight+=e.weight)}var a=t("../lodash"),u=t("./barycenter"),s=t("./resolve-conflicts"),c=t("./sort");e.exports=r},{"../lodash":10,"./barycenter":14,"./resolve-conflicts":19,"./sort":21}],21:[function(t,e,n){function r(t,e){var n=u.partition(t,function(t){return a.has(t,"barycenter")}),r=n.lhs,s=a.sortBy(n.rhs,function(t){return-t.i}),c=[],h=0,l=0,f=0;r.sort(o(!!e)),f=i(c,s,f),a.each(r,function(t){f+=t.vs.length,c.push(t.vs),h+=t.barycenter*t.weight,l+=t.weight,f=i(c,s,f)});var p={vs:a.flatten(c,!0)};return l&&(p.barycenter=h/l,p.weight=l),p}function i(t,e,n){for(var r;e.length&&(r=a.last(e)).i<=n;)e.pop(),t.push(r.vs),n++;return n}function o(t){return function(e,n){return e.barycentern.barycenter?1:t?n.i-e.i:e.i-n.i}}var a=t("../lodash"),u=t("../util");e.exports=r},{"../lodash":10,"../util":29}],22:[function(t,e,n){function r(t){var e=o(t);a.each(t.graph().dummyChains,function(n){for(var r=t.node(n),o=r.edgeObj,a=i(t,e,o.v,o.w),u=a.path,s=a.lca,c=0,h=u[c],l=!0;n!==o.w;){if(r=t.node(n),l){for(;(h=u[c])!==s&&t.node(h).maxRanks||c>e[i].lim));for(o=i,i=r;(i=t.parent(i))!==o;)u.push(i);return{path:a.concat(u.reverse()),lca:o}}function o(t){function e(i){var o=r;a.each(t.children(i),e),n[i]={low:o,lim:r++}}var n={},r=0;return a.each(t.children(),e),n}var a=t("./lodash");e.exports=r},{"./lodash":10}],23:[function(t,e,n){"use strict";function r(t,e){function n(e,n){var i=0,u=0,s=e.length,c=y.last(n);return y.each(n,function(e,h){var l=o(t,e),f=l?t.node(l).order:s;(l||e===c)&&(y.each(n.slice(u,h+1),function(e){y.each(t.predecessors(e),function(n){var o=t.node(n),u=o.order;!(i>u||u>f)||o.dummy&&t.node(e).dummy||a(r,n,e)})}),u=h+1,i=f)}),n}var r={};return y.reduce(e,n),r}function i(t,e){function n(e,n,r,o,u){var s;y.each(y.range(n,r),function(n){s=e[n],t.node(s).dummy&&y.each(t.predecessors(s),function(e){var n=t.node(e);n.dummy&&(n.orderu)&&a(i,e,s)})})}function r(e,r){var i,o=-1,a=0;return y.each(r,function(u,s){if("border"===t.node(u).dummy){var c=t.predecessors(u);c.length&&(i=t.node(c[0]).order,n(r,a,s,o,i),a=s,o=i)}n(r,a,r.length,i,e.length)}),r}var i={};return y.reduce(e,r),i}function o(t,e){return t.node(e).dummy?y.find(t.predecessors(e),function(e){return t.node(e).dummy}):void 0}function a(t,e,n){if(e>n){var r=e;e=n,n=r}var i=t[e];i||(t[e]=i={}),i[n]=!0}function u(t,e,n){if(e>n){var r=e;e=n,n=r}return y.has(t[e],n)}function s(t,e,n,r){var i={},o={},a={};return y.each(e,function(t){y.each(t,function(t,e){i[t]=t,o[t]=t,a[t]=e})}),y.each(e,function(t){var e=-1;y.each(t,function(t){var s=r(t);if(s.length){s=y.sortBy(s,function(t){return a[t]});for(var c=(s.length-1)/2,h=Math.floor(c),l=Math.ceil(c);l>=h;++h){var f=s[h];o[t]===t&&ea.lim&&(u=a,s=!0);var c=g.filter(e.edges(),function(e){return s===d(t,t.node(e.v),u)&&s!==d(t,t.node(e.w),u)});return g.min(c,function(t){return y(e,t)})}function l(t,e,n,r){var o=n.v,a=n.w;t.removeEdge(o,a),t.setEdge(r.v,r.w,{}),u(t),i(t,e),f(t,e)}function f(t,e){var n=g.find(t.nodes(),function(t){return!e.node(t).parent}),r=m(t,n);r=r.slice(1),g.each(r,function(n){var r=t.node(n).parent,i=e.edge(n,r),o=!1;i||(i=e.edge(r,n),o=!0),e.node(n).rank=e.node(r).rank+(o?i.minlen:-i.minlen)})}function p(t,e,n){return t.hasEdge(e,n)}function d(t,e,n){return n.low<=e.lim&&e.lim<=n.lim}var g=t("../lodash"),v=t("./feasible-tree"),y=t("./util").slack,_=t("./util").longestPath,m=t("../graphlib").alg.preorder,x=t("../graphlib").alg.postorder,w=t("../util").simplify;e.exports=r,r.initLowLimValues=u,r.initCutValues=i,r.calcCutValue=a,r.leaveEdge=c,r.enterEdge=h,r.exchangeEdges=l},{"../graphlib":7,"../lodash":10,"../util":29,"./feasible-tree":25,"./util":28}],28:[function(t,e,n){"use strict";function r(t){function e(r){var i=t.node(r);if(o.has(n,r))return i.rank;n[r]=!0;var a=o.min(o.map(t.outEdges(r),function(n){return e(n.w)-t.edge(n).minlen}));return a===Number.POSITIVE_INFINITY&&(a=0),i.rank=a}var n={};o.each(t.sources(),e)}function i(t,e){return t.node(e.w).rank-t.node(e.v).rank-t.edge(e).minlen}var o=t("../lodash");e.exports={longestPath:r,slack:i}},{"../lodash":10}],29:[function(t,e,n){"use strict";function r(t,e,n,r){var i;do i=y.uniqueId(r);while(t.hasNode(i));return n.dummy=e,t.setNode(i,n),i}function i(t){var e=(new _).setGraph(t.graph());return y.each(t.nodes(),function(n){e.setNode(n,t.node(n))}),y.each(t.edges(),function(n){var r=e.edge(n.v,n.w)||{weight:0,minlen:1},i=t.edge(n);e.setEdge(n.v,n.w,{weight:r.weight+i.weight,minlen:Math.max(r.minlen,i.minlen)})}),e}function o(t){var e=new _({multigraph:t.isMultigraph()}).setGraph(t.graph());return y.each(t.nodes(),function(n){t.children(n).length||e.setNode(n,t.node(n))}),y.each(t.edges(),function(n){e.setEdge(n,t.edge(n))}),e}function a(t){var e=y.map(t.nodes(),function(e){var n={};return y.each(t.outEdges(e),function(e){n[e.w]=(n[e.w]||0)+t.edge(e).weight}),n});return y.zipObject(t.nodes(),e)}function u(t){var e=y.map(t.nodes(),function(e){var n={};return y.each(t.inEdges(e),function(e){n[e.v]=(n[e.v]||0)+t.edge(e).weight}),n});return y.zipObject(t.nodes(),e)}function s(t,e){var n=t.x,r=t.y,i=e.x-n,o=e.y-r,a=t.width/2,u=t.height/2;if(!i&&!o)throw new Error("Not possible to find intersection inside of the rectangle");var s,c;return Math.abs(o)*a>Math.abs(i)*u?(0>o&&(u=-u),s=u*i/o,c=u):(0>i&&(a=-a),s=a,c=a*o/i),{x:n+s,y:r+c}}function c(t){var e=y.map(y.range(p(t)+1),function(){return[]});return y.each(t.nodes(),function(n){var r=t.node(n),i=r.rank;y.isUndefined(i)||(e[i][r.order]=n)}),e}function h(t){var e=y.min(y.map(t.nodes(),function(e){return t.node(e).rank}));y.each(t.nodes(),function(n){var r=t.node(n);y.has(r,"rank")&&(r.rank-=e)})}function l(t){var e=y.min(y.map(t.nodes(),function(e){return t.node(e).rank})),n=[];y.each(t.nodes(),function(r){var i=t.node(r).rank-e;n[i]||(n[i]=[]),n[i].push(r)});var r=0,i=t.graph().nodeRankFactor;y.each(n,function(e,n){y.isUndefined(e)&&n%i!==0?--r:r&&y.each(e,function(e){t.node(e).rank+=r})})}function f(t,e,n,i){var o={width:0,height:0};return arguments.length>=4&&(o.rank=n,o.order=i),r(t,"border",o,e)}function p(t){return y.max(y.map(t.nodes(),function(e){var n=t.node(e).rank;return y.isUndefined(n)?void 0:n}))}function d(t,e){var n={lhs:[],rhs:[]};return y.each(t,function(t){e(t)?n.lhs.push(t):n.rhs.push(t)}),n}function g(t,e){var n=y.now();try{return e()}finally{console.log(t+" time: "+(y.now()-n)+"ms")}}function v(t,e){return e()}var y=t("./lodash"),_=t("./graphlib").Graph;e.exports={addDummyNode:r,simplify:i,asNonCompoundGraph:o,successorWeights:a,predecessorWeights:u,intersectRect:s,buildLayerMatrix:c,normalizeRanks:h,removeEmptyRanks:l,addBorderNode:f,maxRank:p,partition:d,time:g,notime:v}},{"./graphlib":7,"./lodash":10}],30:[function(t,e,n){e.exports="0.7.3"},{}],31:[function(t,e,n){var r=t("./lib");e.exports={Graph:r.Graph,json:t("./lib/json"),alg:t("./lib/alg"),version:r.version}},{"./lib":47,"./lib/alg":38,"./lib/json":48}],32:[function(t,e,n){function r(t){function e(o){i.has(r,o)||(r[o]=!0,n.push(o),i.each(t.successors(o),e),i.each(t.predecessors(o),e))}var n,r={},o=[];return i.each(t.nodes(),function(t){n=[],e(t),n.length&&o.push(n)}),o}var i=t("../lodash");e.exports=r},{"../lodash":49}],33:[function(t,e,n){function r(t,e,n){o.isArray(e)||(e=[e]);var r=[],a={};return o.each(e,function(e){if(!t.hasNode(e))throw new Error("Graph does not have node: "+e);i(t,e,"post"===n,a,r)}),r}function i(t,e,n,r,a){o.has(r,e)||(r[e]=!0,n||a.push(e),o.each(t.neighbors(e),function(e){i(t,e,n,r,a)}),n&&a.push(e))}var o=t("../lodash");e.exports=r},{"../lodash":49}],34:[function(t,e,n){function r(t,e,n){return o.transform(t.nodes(),function(r,o){r[o]=i(t,o,e,n)},{})}var i=t("./dijkstra"),o=t("../lodash");e.exports=r},{"../lodash":49,"./dijkstra":35}],35:[function(t,e,n){function r(t,e,n,r){return i(t,String(e),n||u,r||function(e){return t.outEdges(e)})}function i(t,e,n,r){var i,o,u={},s=new a,c=function(t){var e=t.v!==i?t.v:t.w,r=u[e],a=n(t),c=o.distance+a;if(0>a)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+t+" Weight: "+a);c0&&(i=s.removeMin(),o=u[i],o.distance!==Number.POSITIVE_INFINITY);)r(i).forEach(c);return u}var o=t("../lodash"),a=t("../data/priority-queue");e.exports=r;var u=o.constant(1)},{"../data/priority-queue":45,"../lodash":49}],36:[function(t,e,n){function r(t){return i.filter(o(t),function(e){return e.length>1||1===e.length&&t.hasEdge(e[0],e[0])})}var i=t("../lodash"),o=t("./tarjan");e.exports=r},{"../lodash":49,"./tarjan":43}],37:[function(t,e,n){function r(t,e,n){return i(t,e||a,n||function(e){return t.outEdges(e)})}function i(t,e,n){var r={},i=t.nodes();return i.forEach(function(t){r[t]={},r[t][t]={distance:0},i.forEach(function(e){t!==e&&(r[t][e]={distance:Number.POSITIVE_INFINITY})}),n(t).forEach(function(n){var i=n.v===t?n.w:n.v,o=e(n);r[t][i]={distance:o,predecessor:t}})}),i.forEach(function(t){var e=r[t];i.forEach(function(n){var o=r[n];i.forEach(function(n){var r=o[t],i=e[n],a=o[n],u=r.distance+i.distance;uo&&(s[n]=r,c.decrease(n,o))}}var r,u=new o,s={},c=new a;if(0===t.nodeCount())return u;i.each(t.nodes(),function(t){c.add(t,Number.POSITIVE_INFINITY),u.setNode(t)}),c.decrease(t.nodes()[0],0);for(var h=!1;c.size()>0;){if(r=c.removeMin(),i.has(s,r))u.setEdge(r,s[r]);else{if(h)throw new Error("Input graph is not connected: "+t);h=!0}t.nodeEdges(r).forEach(n)}return u}var i=t("../lodash"),o=t("../graph"),a=t("../data/priority-queue");e.exports=r},{"../data/priority-queue":45,"../graph":46,"../lodash":49}],43:[function(t,e,n){function r(t){function e(u){var s=o[u]={onStack:!0,lowlink:n,index:n++};if(r.push(u),t.successors(u).forEach(function(t){i.has(o,t)?o[t].onStack&&(s.lowlink=Math.min(s.lowlink,o[t].index)):(e(t),s.lowlink=Math.min(s.lowlink,o[t].lowlink))}),s.lowlink===s.index){var c,h=[];do c=r.pop(),o[c].onStack=!1,h.push(c);while(u!==c);a.push(h)}}var n=0,r=[],o={},a=[];return t.nodes().forEach(function(t){i.has(o,t)||e(t)}),a}var i=t("../lodash");e.exports=r},{"../lodash":49}],44:[function(t,e,n){function r(t){function e(u){if(o.has(r,u))throw new i;o.has(n,u)||(r[u]=!0,n[u]=!0,o.each(t.predecessors(u),e),delete r[u],a.push(u))}var n={},r={},a=[];if(o.each(t.sinks(),e),o.size(n)!==t.nodeCount())throw new i;return a}function i(){}var o=t("../lodash");e.exports=r,r.CycleException=i},{"../lodash":49}],45:[function(t,e,n){function r(){this._arr=[],this._keyIndices={}}var i=t("../lodash");e.exports=r,r.prototype.size=function(){return this._arr.length},r.prototype.keys=function(){return this._arr.map(function(t){return t.key})},r.prototype.has=function(t){return i.has(this._keyIndices,t)},r.prototype.priority=function(t){var e=this._keyIndices[t];return void 0!==e?this._arr[e].priority:void 0},r.prototype.min=function(){if(0===this.size())throw new Error("Queue underflow");return this._arr[0].key},r.prototype.add=function(t,e){var n=this._keyIndices;if(t=String(t),!i.has(n,t)){var r=this._arr,o=r.length;return n[t]=o,r.push({key:t,priority:e}),this._decrease(o),!0}return!1},r.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var t=this._arr.pop();return delete this._keyIndices[t.key],this._heapify(0),t.key},r.prototype.decrease=function(t,e){var n=this._keyIndices[t];if(e>this._arr[n].priority)throw new Error("New priority is greater than current priority. Key: "+t+" Old: "+this._arr[n].priority+" New: "+e);this._arr[n].priority=e,this._decrease(n)},r.prototype._heapify=function(t){var e=this._arr,n=2*t,r=n+1,i=t;n>1,!(n[e].priorityn){var i=e;e=n,n=i}return e+f+n+f+(c.isUndefined(r)?h:r)}function u(t,e,n,r){if(!t&&e>n){var i=e;e=n,n=i}var o={v:e,w:n};return r&&(o.name=r),o}function s(t,e){return a(t,e.v,e.w,e.name)}var c=t("./lodash");e.exports=r;var h="\x00",l="\x00",f="";r.prototype._nodeCount=0,r.prototype._edgeCount=0,r.prototype.isDirected=function(){return this._isDirected},r.prototype.isMultigraph=function(){return this._isMultigraph},r.prototype.isCompound=function(){return this._isCompound},r.prototype.setGraph=function(t){return this._label=t,this},r.prototype.graph=function(){return this._label},r.prototype.setDefaultNodeLabel=function(t){return c.isFunction(t)||(t=c.constant(t)),this._defaultNodeLabelFn=t,this},r.prototype.nodeCount=function(){return this._nodeCount},r.prototype.nodes=function(){return c.keys(this._nodes)},r.prototype.sources=function(){return c.filter(this.nodes(),function(t){return c.isEmpty(this._in[t])},this)},r.prototype.sinks=function(){return c.filter(this.nodes(),function(t){return c.isEmpty(this._out[t])},this)},r.prototype.setNodes=function(t,e){var n=arguments;return c.each(t,function(t){n.length>1?this.setNode(t,e):this.setNode(t)},this),this},r.prototype.setNode=function(t,e){return c.has(this._nodes,t)?(arguments.length>1&&(this._nodes[t]=e),this):(this._nodes[t]=arguments.length>1?e:this._defaultNodeLabelFn(t),this._isCompound&&(this._parent[t]=l,this._children[t]={},this._children[l][t]=!0),this._in[t]={},this._preds[t]={},this._out[t]={},this._sucs[t]={},++this._nodeCount,this)},r.prototype.node=function(t){return this._nodes[t]},r.prototype.hasNode=function(t){return c.has(this._nodes,t)},r.prototype.removeNode=function(t){var e=this;if(c.has(this._nodes,t)){var n=function(t){e.removeEdge(e._edgeObjs[t])};delete this._nodes[t],this._isCompound&&(this._removeFromParentsChildList(t),delete this._parent[t],c.each(this.children(t),function(t){this.setParent(t)},this),delete this._children[t]),c.each(c.keys(this._in[t]),n),delete this._in[t],delete this._preds[t],c.each(c.keys(this._out[t]),n),delete this._out[t],delete this._sucs[t],--this._nodeCount}return this},r.prototype.setParent=function(t,e){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(c.isUndefined(e))e=l;else{e+="";for(var n=e;!c.isUndefined(n);n=this.parent(n))if(n===t)throw new Error("Setting "+e+" as parent of "+t+" would create create a cycle");this.setNode(e)}return this.setNode(t),this._removeFromParentsChildList(t),this._parent[t]=e,this._children[e][t]=!0,this},r.prototype._removeFromParentsChildList=function(t){delete this._children[this._parent[t]][t]},r.prototype.parent=function(t){if(this._isCompound){var e=this._parent[t];if(e!==l)return e}},r.prototype.children=function(t){if(c.isUndefined(t)&&(t=l),this._isCompound){var e=this._children[t];if(e)return c.keys(e)}else{if(t===l)return this.nodes();if(this.hasNode(t))return[]}},r.prototype.predecessors=function(t){var e=this._preds[t];return e?c.keys(e):void 0},r.prototype.successors=function(t){var e=this._sucs[t];return e?c.keys(e):void 0},r.prototype.neighbors=function(t){var e=this.predecessors(t);return e?c.union(e,this.successors(t)):void 0},r.prototype.setDefaultEdgeLabel=function(t){return c.isFunction(t)||(t=c.constant(t)),this._defaultEdgeLabelFn=t,this},r.prototype.edgeCount=function(){return this._edgeCount},r.prototype.edges=function(){return c.values(this._edgeObjs)},r.prototype.setPath=function(t,e){var n=this,r=arguments;return c.reduce(t,function(t,i){return r.length>1?n.setEdge(t,i,e):n.setEdge(t,i),i}),this},r.prototype.setEdge=function(){var t,e,n,r,o=!1;c.isPlainObject(arguments[0])?(t=arguments[0].v,e=arguments[0].w,n=arguments[0].name,2===arguments.length&&(r=arguments[1],o=!0)):(t=arguments[0],e=arguments[1],n=arguments[3],arguments.length>2&&(r=arguments[2],o=!0)),t=""+t,e=""+e,c.isUndefined(n)||(n=""+n);var s=a(this._isDirected,t,e,n);if(c.has(this._edgeLabels,s))return o&&(this._edgeLabels[s]=r),this;if(!c.isUndefined(n)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(t),this.setNode(e),this._edgeLabels[s]=o?r:this._defaultEdgeLabelFn(t,e,n);var h=u(this._isDirected,t,e,n);return t=h.v,e=h.w,Object.freeze(h),this._edgeObjs[s]=h,i(this._preds[e],t),i(this._sucs[t],e),this._in[e][s]=h,this._out[t][s]=h,this._edgeCount++,this},r.prototype.edge=function(t,e,n){var r=1===arguments.length?s(this._isDirected,arguments[0]):a(this._isDirected,t,e,n);return this._edgeLabels[r]},r.prototype.hasEdge=function(t,e,n){var r=1===arguments.length?s(this._isDirected,arguments[0]):a(this._isDirected,t,e,n);return c.has(this._edgeLabels,r)},r.prototype.removeEdge=function(t,e,n){var r=1===arguments.length?s(this._isDirected,arguments[0]):a(this._isDirected,t,e,n),i=this._edgeObjs[r];return i&&(t=i.v,e=i.w,delete this._edgeLabels[r],delete this._edgeObjs[r],o(this._preds[e],t),o(this._sucs[t],e),delete this._in[e][r],delete this._out[t][r],this._edgeCount--),this},r.prototype.inEdges=function(t,e){var n=this._in[t];if(n){var r=c.values(n);return e?c.filter(r,function(t){return t.v===e}):r}},r.prototype.outEdges=function(t,e){var n=this._out[t];if(n){var r=c.values(n);return e?c.filter(r,function(t){return t.w===e}):r}},r.prototype.nodeEdges=function(t,e){var n=this.inEdges(t,e);return n?n.concat(this.outEdges(t,e)):void 0}},{"./lodash":49}],47:[function(t,e,n){e.exports={Graph:t("./graph"),version:t("./version")}},{"./graph":46,"./version":50}],48:[function(t,e,n){function r(t){var e={options:{directed:t.isDirected(),multigraph:t.isMultigraph(),compound:t.isCompound()},nodes:i(t),edges:o(t)};return u.isUndefined(t.graph())||(e.value=u.clone(t.graph())),e}function i(t){return u.map(t.nodes(),function(e){var n=t.node(e),r=t.parent(e),i={v:e};return u.isUndefined(n)||(i.value=n),u.isUndefined(r)||(i.parent=r),i})}function o(t){return u.map(t.edges(),function(e){var n=t.edge(e),r={v:e.v,w:e.w};return u.isUndefined(e.name)||(r.name=e.name),u.isUndefined(n)||(r.value=n),r})}function a(t){var e=new s(t.options).setGraph(t.value);return u.each(t.nodes,function(t){e.setNode(t.v,t.value),t.parent&&e.setParent(t.v,t.parent)}),u.each(t.edges,function(t){e.setEdge({v:t.v,w:t.w,name:t.name},t.value)}),e}var u=t("./lodash"),s=t("./graph");e.exports={write:r,read:a}},{"./graph":46,"./lodash":49}],49:[function(t,e,n){var r;if("function"==typeof t)try{r=t("lodash")}catch(i){}r||(r=window._),e.exports=r},{lodash:51}],50:[function(t,e,n){e.exports="1.0.5"},{}],51:[function(e,n,r){(function(e){(function(){function i(t,e){if(t!==e){var n=null===t,r=t===N,i=t===t,o=null===e,a=e===N,u=e===e;if(t>e&&!o||!i||n&&!a&&u||r&&u)return 1;if(e>t&&!n||!u||o&&!r&&i||a&&i)return-1}return 0}function o(t,e,n){for(var r=t.length,i=n?r:-1;n?i--:++i-1;);return n}function h(t,e){for(var n=t.length;n--&&e.indexOf(t.charAt(n))>-1;);return n}function l(t,e){return i(t.criteria,e.criteria)||t.index-e.index}function f(t,e,n){for(var r=-1,o=t.criteria,a=e.criteria,u=o.length,s=n.length;++r=s)return c;var h=n[r];return c*("asc"===h||h===!0?1:-1)}}return t.index-e.index}function p(t){return qt[t]}function d(t){return $t[t]}function g(t,e,n){return e?t=Zt[t]:n&&(t=Kt[t]),"\\"+t}function v(t){return"\\"+Kt[t]}function y(t,e,n){for(var r=t.length,i=e+(n?0:-1);n?i--:++i=t&&t>=9&&13>=t||32==t||160==t||5760==t||6158==t||t>=8192&&(8202>=t||8232==t||8233==t||8239==t||8287==t||12288==t||65279==t)}function x(t,e){for(var n=-1,r=t.length,i=-1,o=[];++ne,i=n?t.length:0,o=$n(0,i,this.__views__),a=o.start,u=o.end,s=u-a,c=r?u:a-1,h=this.__iteratees__,l=h.length,f=0,p=ka(s,this.__takeCount__);if(!n||F>i||i==s&&p==s)return nn(r&&n?t.reverse():t,this.__actions__);var d=[];t:for(;s--&&p>f;){c+=e;for(var g=-1,v=t[c];++g=F?gn(e):null,c=e.length;s&&(o=Xt,u=!1,e=s);t:for(;++in&&(n=-n>i?0:i+n),r=r===N||r>i?i:+r||0,0>r&&(r+=i),i=n>r?0:r>>>0,n>>>=0;i>n;)t[n++]=e;return t}function Se(t,e){var n=[];return Ta(t,function(t,r,i){e(t,r,i)&&n.push(t)}),n}function Ie(t,e,n,r){var i;return n(t,function(t,n,o){return e(t,n,o)?(i=r?n:t,!1):void 0}),i}function Ce(t,e,n,r){r||(r=[]);for(var i=-1,o=t.length;++ir;)t=t[e[r++]];return r&&r==i?t:N}}function Be(t,e,n,r,i,o){return t===e?!0:null==t||null==e||!Li(t)&&!_(e)?t!==t&&e!==e:Te(t,e,Be,n,r,i,o)}function Te(t,e,n,r,i,o,a){var u=Cu(t),s=Cu(e),c=Y,h=Y;u||(c=ra.call(t),c==$?c=tt:c!=tt&&(u=Ui(t))),s||(h=ra.call(e),h==$?h=tt:h!=tt&&(s=Ui(e)));var l=c==tt,f=h==tt,p=c==h;if(p&&!u&&!l)return Pn(t,e,c);if(!i){var d=l&&ea.call(t,"__wrapped__"),g=f&&ea.call(e,"__wrapped__");if(d||g)return n(d?t.value():t,g?e.value():e,r,i,o,a)}if(!p)return!1;o||(o=[]),a||(a=[]);for(var v=o.length;v--;)if(o[v]==t)return a[v]==e;o.push(t),a.push(e);var y=(u?On:Rn)(t,e,n,r,i,o,a);return o.pop(),a.pop(),y}function je(t,e,n){var r=e.length,i=r,o=!n;if(null==t)return!i;for(t=lr(t);r--;){var a=e[r];if(o&&a[2]?a[1]!==t[a[0]]:!(a[0]in t))return!1}for(;++re&&(e=-e>i?0:i+e),n=n===N||n>i?i:+n||0,0>n&&(n+=i),i=e>n?0:n-e>>>0,e>>>=0;for(var o=Fo(i);++r=F,s=u?gn():null,c=[];s?(r=Xt,o=!1):(u=!1,s=e?[]:c);t:for(;++n=i){for(;i>r;){var o=r+i>>>1,a=t[o];(n?e>=a:e>a)&&null!==a?r=o+1:i=o}return i}return on(t,e,Io,n)}function on(t,e,n,r){e=n(e);for(var i=0,o=t?t.length:0,a=e!==e,u=null===e,s=e===N;o>i;){var c=_a((i+o)/2),h=n(t[c]),l=h!==N,f=h===h;if(a)var p=f||r;else p=u?f&&l&&(r||null!=h):s?f&&(r||l):null==h?!1:r?e>=h:e>h;p?i=c+1:o=c}return ka(o,Ma)}function an(t,e,n){if("function"!=typeof t)return Io;if(e===N)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 3:return function(n,r,i){return t.call(e,n,r,i)};case 4:return function(n,r,i,o){return t.call(e,n,r,i,o)};case 5:return function(n,r,i,o,a){return t.call(e,n,r,i,o,a)}}return function(){return t.apply(e,arguments)}}function un(t){var e=new aa(t.byteLength),n=new da(e);return n.set(new da(t)),e}function sn(t,e,n){for(var r=n.length,i=-1,o=ba(t.length-r,0),a=-1,u=e.length,s=Fo(u+o);++a2?n[i-2]:N,a=i>2?n[2]:N,u=i>1?n[i-1]:N;for("function"==typeof o?(o=an(o,u,5),i-=2):(o="function"==typeof u?u:N,i-=o?1:0),a&&Qn(n[0],n[1],a)&&(o=3>i?N:o,i=1);++r-1?n[a]:N}return Ie(n,r,t)}}function bn(t){return function(e,n,r){return e&&e.length?(n=Fn(n,r,3),o(e,n,t)):-1}}function kn(t){return function(e,n,r){return n=Fn(n,r,3),Ie(e,n,t,!0)}}function En(t){return function(){for(var e,n=arguments.length,i=t?n:-1,o=0,a=Fo(n);t?i--:++i=F)return e.plant(r).value();for(var i=0,o=n?a[i].apply(this,t):r;++i_){var E=u?te(u):N,D=ba(c-_,0),S=d?k:N,M=d?N:k,V=d?w:N,z=d?N:w;e|=d?A:L,e&=~(d?L:A),g||(e&=~(I|C));var B=[t,e,n,V,S,z,M,E,s,D],T=zn.apply(N,B);return er(t)&&Ua(T,B),T.placeholder=b,T}}var j=f?n:this,O=p?j[t]:t;return u&&(w=sr(w,u)),l&&s=e||!xa(e))return"";var i=e-r;return n=null==n?" ":n+"",yo(n,va(i/n.length)).slice(0,i)}function Ln(t,e,n,r){function i(){for(var e=-1,u=arguments.length,s=-1,c=r.length,h=Fo(c+u);++ss))return!1;for(;++u-1&&t%1==0&&e>t}function Qn(t,e,n){if(!Li(n))return!1;var r=typeof e;if("number"==r?Xn(n)&&Jn(e,n.length):"string"==r&&e in n){var i=n[e];return t===t?t===i:i!==i}return!1}function tr(t,e){var n=typeof t;if("string"==n&&Nt.test(t)||"number"==n)return!0;if(Cu(t))return!1;var r=!Dt.test(t);return r||null!=e&&t in lr(e)}function er(t){var n=Gn(t);if(!(n in m.prototype))return!1;var r=e[n];if(t===r)return!0;var i=Fa(r);return!!i&&t===i[0]}function nr(t){return"number"==typeof t&&t>-1&&t%1==0&&za>=t}function rr(t){return t===t&&!Li(t)}function ir(t,e){var n=t[1],r=e[1],i=n|r,o=B>i,a=r==B&&n==V||r==B&&n==T&&t[7].length<=e[8]||r==(B|T)&&n==V;if(!o&&!a)return t;r&I&&(t[2]=e[2],i|=n&I?0:M);var u=e[3];if(u){var s=t[3];t[3]=s?sn(s,u,e[4]):te(u),t[4]=s?x(t[3],q):te(e[4])}return u=e[5],u&&(s=t[5],t[5]=s?cn(s,u,e[6]):te(u),t[6]=s?x(t[5],q):te(e[6])),u=e[7],u&&(t[7]=te(u)),r&B&&(t[8]=null==t[8]?e[8]:ka(t[8],e[8])),null==t[9]&&(t[9]=e[9]),t[0]=e[0],t[1]=i,t}function or(t,e){return t===N?e:Mu(t,e,or)}function ar(t,e){t=lr(t);for(var n=-1,r=e.length,i={};++nr;)a[++o]=He(t,r,r+=e);return a}function gr(t){for(var e=-1,n=t?t.length:0,r=-1,i=[];++ee?0:e)):[]}function yr(t,e,n){var r=t?t.length:0;return r?((n?Qn(t,e,n):null==e)&&(e=1),e=r-(+e||0),He(t,0,0>e?0:e)):[]}function _r(t,e,n){return t&&t.length?en(t,Fn(e,n,3),!0,!0):[]}function mr(t,e,n){return t&&t.length?en(t,Fn(e,n,3),!0):[]}function xr(t,e,n,r){var i=t?t.length:0;return i?(n&&"number"!=typeof n&&Qn(t,e,n)&&(n=0,r=i),Ne(t,e,n,r)):[]}function wr(t){return t?t[0]:N}function br(t,e,n){var r=t?t.length:0;return n&&Qn(t,e,n)&&(e=!1),r?Ce(t,e):[]}function kr(t){var e=t?t.length:0;return e?Ce(t,!0):[]}function Er(t,e,n){var r=t?t.length:0;if(!r)return-1;if("number"==typeof n)n=0>n?ba(r+n,0):n;else if(n){var i=rn(t,e);return r>i&&(e===e?e===t[i]:t[i]!==t[i])?i:-1}return a(t,e,n||0)}function Dr(t){return yr(t,1)}function Nr(t){var e=t?t.length:0;return e?t[e-1]:N}function Sr(t,e,n){var r=t?t.length:0;if(!r)return-1;var i=r;if("number"==typeof n)i=(0>n?ba(r+n,0):ka(n||0,r-1))+1;else if(n){i=rn(t,e,!0)-1;var o=t[i];return(e===e?e===o:o!==o)?i:-1}if(e!==e)return y(t,i,!0);for(;i--;)if(t[i]===e)return i;return-1}function Ir(){var t=arguments,e=t[0];if(!e||!e.length)return e;for(var n=0,r=Un(),i=t.length;++n-1;)pa.call(e,o,1);return e}function Cr(t,e,n){var r=[];if(!t||!t.length)return r;var i=-1,o=[],a=t.length;for(e=Fn(e,n,3);++ie?0:e)):[]}function Ar(t,e,n){var r=t?t.length:0;return r?((n?Qn(t,e,n):null==e)&&(e=1),e=r-(+e||0),He(t,0>e?0:e)):[]}function Lr(t,e,n){return t&&t.length?en(t,Fn(e,n,3),!1,!0):[]}function Br(t,e,n){return t&&t.length?en(t,Fn(e,n,3)):[]}function Tr(t,e,n,r){var i=t?t.length:0;if(!i)return[];null!=e&&"boolean"!=typeof e&&(r=n,n=Qn(t,e,r)?N:e,e=!1);var o=Fn();return(null!=n||o!==xe)&&(n=o(n,r,3)),e&&Un()==a?w(t,n):Qe(t,n)}function jr(t){if(!t||!t.length)return[];var e=-1,n=0;t=ue(t,function(t){return Xn(t)?(n=ba(t.length,n),!0):void 0});for(var r=Fo(n);++en?ba(i+n,0):n||0,"string"==typeof t||!Cu(t)&&Gi(t)?i>=n&&t.indexOf(e,n)>-1:!!i&&Un(t,e,n)>-1}function ti(t,e,n){var r=Cu(t)?se:Oe;return e=Fn(e,n,3),r(t,e)}function ei(t,e){return ti(t,Lo(e))}function ni(t,e,n){var r=Cu(t)?ue:Se;return e=Fn(e,n,3),r(t,function(t,n,r){return!e(t,n,r)})}function ri(t,e,n){if(n?Qn(t,e,n):null==e){t=hr(t);var r=t.length;return r>0?t[$e(0,r-1)]:N}var i=-1,o=Yi(t),r=o.length,a=r-1;for(e=ka(0>e?0:+e||0,r);++i0&&(n=e.apply(this,arguments)),1>=t&&(e=N),n}}function pi(t,e,n){function r(){p&&ua(p),c&&ua(c),g=0,c=p=d=N}function i(e,n){n&&ua(n),c=p=d=N,e&&(g=gu(),h=t.apply(f,s),p||c||(s=f=N))}function o(){var t=e-(gu()-l);0>=t||t>e?i(d,c):p=fa(o,t)}function a(){i(y,p)}function u(){if(s=arguments,l=gu(),f=this,d=y&&(p||!_),v===!1)var n=_&&!p;else{c||_||(g=l);var r=v-(l-g),i=0>=r||r>v;i?(c&&(c=ua(c)),g=l,h=t.apply(f,s)):c||(c=fa(a,r))}return i&&p?p=ua(p):p||e===v||(p=fa(o,e)),n&&(i=!0,h=t.apply(f,s)),!i||p||c||(s=f=N),h}var s,c,h,l,f,p,d,g=0,v=!1,y=!0;if("function"!=typeof t)throw new Ko(W);if(e=0>e?0:+e||0,n===!0){var _=!0;y=!1}else Li(n)&&(_=!!n.leading,v="maxWait"in n&&ba(+n.maxWait||0,e),y="trailing"in n?!!n.trailing:y);return u.cancel=r,u}function di(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new Ko(W);var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=t.apply(this,r);return n.cache=o.set(i,a),a};return n.cache=new di.Cache,n}function gi(t){if("function"!=typeof t)throw new Ko(W);return function(){return!t.apply(this,arguments)}}function vi(t){return fi(2,t)}function yi(t,e){if("function"!=typeof t)throw new Ko(W);return e=ba(e===N?t.length-1:+e||0,0),function(){for(var n=arguments,r=-1,i=ba(n.length-e,0),o=Fo(i);++re}function Ei(t,e){return t>=e}function Di(t){return _(t)&&Xn(t)&&ea.call(t,"callee")&&!ha.call(t,"callee")}function Ni(t){return t===!0||t===!1||_(t)&&ra.call(t)==H}function Si(t){return _(t)&&ra.call(t)==Z}function Ii(t){return!!t&&1===t.nodeType&&_(t)&&!Ri(t)}function Ci(t){return null==t?!0:Xn(t)&&(Cu(t)||Gi(t)||Di(t)||_(t)&&Ai(t.splice))?!t.length:!Ru(t).length}function Mi(t,e,n,r){n="function"==typeof n?an(n,r,3):N;var i=n?n(t,e):N;return i===N?Be(t,e,n):!!i}function Vi(t){return _(t)&&"string"==typeof t.message&&ra.call(t)==K}function zi(t){return"number"==typeof t&&xa(t)}function Ai(t){return Li(t)&&ra.call(t)==X}function Li(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Bi(t,e,n,r){return n="function"==typeof n?an(n,r,3):N,je(t,Wn(e),n)}function Ti(t){return Pi(t)&&t!=+t}function ji(t){return null==t?!1:Ai(t)?oa.test(ta.call(t)):_(t)&&Bt.test(t)}function Oi(t){return null===t}function Pi(t){return"number"==typeof t||_(t)&&ra.call(t)==Q}function Ri(t){var e;if(!_(t)||ra.call(t)!=tt||Di(t)||!ea.call(t,"constructor")&&(e=t.constructor,"function"==typeof e&&!(e instanceof e)))return!1;var n;return Me(t,function(t,e){n=e}),n===N||ea.call(t,n)}function Fi(t){return Li(t)&&ra.call(t)==et}function Gi(t){return"string"==typeof t||_(t)&&ra.call(t)==rt}function Ui(t){return _(t)&&nr(t.length)&&!!Ut[ra.call(t)]}function Wi(t){return t===N}function qi(t,e){return e>t}function $i(t,e){return e>=t}function Yi(t){var e=t?Ga(t):0;return nr(e)?e?te(t):[]:oo(t)}function Hi(t){return me(t,to(t))}function Zi(t,e,n){var r=Ba(t);return n&&Qn(t,e,n)&&(e=N),e?ye(r,e):r}function Ki(t){return Ae(t,to(t))}function Xi(t,e,n){var r=null==t?N:Le(t,fr(e),e+"");return r===N?n:r}function Ji(t,e){if(null==t)return!1;var n=ea.call(t,e);if(!n&&!tr(e)){if(e=fr(e),t=1==e.length?t:Le(t,He(e,0,-1)),null==t)return!1;e=Nr(e),n=ea.call(t,e)}return n||nr(t.length)&&Jn(e,t.length)&&(Cu(t)||Di(t))}function Qi(t,e,n){n&&Qn(t,e,n)&&(e=N);for(var r=-1,i=Ru(t),o=i.length,a={};++r0;++r=ka(e,n)&&tn?0:+n||0,r),n-=e.length,n>=0&&t.indexOf(e,n)==n}function fo(t){return t=s(t),t&&wt.test(t)?t.replace(mt,d):t}function po(t){return t=s(t),t&&Ct.test(t)?t.replace(It,g):t||"(?:)"}function go(t,e,n){t=s(t),e=+e;var r=t.length;if(r>=e||!xa(e))return t;var i=(e-r)/2,o=_a(i),a=va(i);return n=An("",a,n),n.slice(0,o)+t+n}function vo(t,e,n){return(n?Qn(t,e,n):null==e)?e=0:e&&(e=+e),t=xo(t),Da(t,e||(Lt.test(t)?16:10))}function yo(t,e){var n="";if(t=s(t),e=+e,1>e||!t||!xa(e))return n;do e%2&&(n+=t),e=_a(e/2),t+=t;while(e);return n}function _o(t,e,n){return t=s(t),n=null==n?0:ka(0>n?0:+n||0,t.length),t.lastIndexOf(e,n)==n}function mo(t,n,r){var i=e.templateSettings;r&&Qn(t,n,r)&&(n=r=N),t=s(t),n=ve(ye({},r||n),i,ge);var o,a,u=ve(ye({},n.imports),i.imports,ge),c=Ru(u),h=tn(u,c),l=0,f=n.interpolate||Ot,p="__p += '",d=Ho((n.escape||Ot).source+"|"+f.source+"|"+(f===Et?zt:Ot).source+"|"+(n.evaluate||Ot).source+"|$","g"),g="//# sourceURL="+("sourceURL"in n?n.sourceURL:"lodash.templateSources["+ ++Gt+"]")+"\n";t.replace(d,function(e,n,r,i,u,s){return r||(r=i),p+=t.slice(l,s).replace(Pt,v),n&&(o=!0,p+="' +\n__e("+n+") +\n'"),u&&(a=!0,p+="';\n"+u+";\n__p += '"),r&&(p+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),l=s+e.length,e}),p+="';\n";var y=n.variable;y||(p="with (obj) {\n"+p+"\n}\n"),p=(a?p.replace(gt,""):p).replace(vt,"$1").replace(yt,"$1;"),p="function("+(y||"obj")+") {\n"+(y?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+p+"return __p\n}";var _=Xu(function(){return Wo(c,g+"return "+p).apply(N,h)});if(_.source=p,Vi(_))throw _;return _}function xo(t,e,n){var r=t;return(t=s(t))?(n?Qn(r,e,n):null==e)?t.slice(b(t),k(t)+1):(e+="",t.slice(c(t,e),h(t,e)+1)):t}function wo(t,e,n){var r=t;return t=s(t),t?(n?Qn(r,e,n):null==e)?t.slice(b(t)):t.slice(c(t,e+"")):t}function bo(t,e,n){var r=t;return t=s(t),t?(n?Qn(r,e,n):null==e)?t.slice(0,k(t)+1):t.slice(0,h(t,e+"")+1):t}function ko(t,e,n){n&&Qn(t,e,n)&&(e=N);var r=j,i=O;if(null!=e)if(Li(e)){var o="separator"in e?e.separator:o;r="length"in e?+e.length||0:r,i="omission"in e?s(e.omission):i}else r=+e||0;if(t=s(t),r>=t.length)return t;var a=r-i.length;if(1>a)return i;var u=t.slice(0,a);if(null==o)return u+i;if(Fi(o)){if(t.slice(a).search(o)){var c,h,l=t.slice(0,a);for(o.global||(o=Ho(o.source,(At.exec(o)||"")+"g")),o.lastIndex=0;c=o.exec(l);)h=c.index;u=u.slice(0,null==h?a:h)}}else if(t.indexOf(o,a)!=a){var f=u.lastIndexOf(o);f>-1&&(u=u.slice(0,f))}return u+i}function Eo(t){return t=s(t),t&&xt.test(t)?t.replace(_t,E):t}function Do(t,e,n){return n&&Qn(t,e,n)&&(e=N),t=s(t),t.match(e||Rt)||[]}function No(t,e,n){return n&&Qn(t,e,n)&&(e=N),_(t)?Co(t):xe(t,e)}function So(t){return function(){return t}}function Io(t){return t}function Co(t){return Pe(we(t,!0))}function Mo(t,e){return Re(t,we(e,!0))}function Vo(t,e,n){if(null==n){var r=Li(e),i=r?Ru(e):N,o=i&&i.length?Ae(e,i):N;(o?o.length:r)||(o=!1,n=e,e=t,t=this)}o||(o=Ae(e,Ru(e)));var a=!0,u=-1,s=Ai(t),c=o.length;n===!1?a=!1:Li(n)&&"chain"in n&&(a=n.chain);for(;++ut||!xa(t))return[];var r=-1,i=Fo(ka(t,Ca));for(e=an(e,n,1);++rr?i[r]=e(r):e(r);return i}function Oo(t){var e=++na;return s(t)+e}function Po(t,e){return(+t||0)+(+e||0)}function Ro(t,e,n){return n&&Qn(t,e,n)&&(e=N),e=Fn(e,n,3),1==e.length?pe(Cu(t)?t:hr(t),e):Je(t,e)}t=t?ie.defaults(re.Object(),t,ie.pick(re,Ft)):re;var Fo=t.Array,Go=t.Date,Uo=t.Error,Wo=t.Function,qo=t.Math,$o=t.Number,Yo=t.Object,Ho=t.RegExp,Zo=t.String,Ko=t.TypeError,Xo=Fo.prototype,Jo=Yo.prototype,Qo=Zo.prototype,ta=Wo.prototype.toString,ea=Jo.hasOwnProperty,na=0,ra=Jo.toString,ia=re._,oa=Ho("^"+ta.call(ea).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),aa=t.ArrayBuffer,ua=t.clearTimeout,sa=t.parseFloat,ca=qo.pow,ha=Jo.propertyIsEnumerable,la=qn(t,"Set"),fa=t.setTimeout,pa=Xo.splice,da=t.Uint8Array,ga=qn(t,"WeakMap"),va=qo.ceil,ya=qn(Yo,"create"),_a=qo.floor,ma=qn(Fo,"isArray"),xa=t.isFinite,wa=qn(Yo,"keys"),ba=qo.max,ka=qo.min,Ea=qn(Go,"now"),Da=t.parseInt,Na=qo.random,Sa=$o.NEGATIVE_INFINITY,Ia=$o.POSITIVE_INFINITY,Ca=4294967295,Ma=Ca-1,Va=Ca>>>1,za=9007199254740991,Aa=ga&&new ga,La={};e.support={};e.templateSettings={escape:bt,evaluate:kt,interpolate:Et,variable:"",imports:{_:e}};var Ba=function(){function t(){}return function(e){if(Li(e)){t.prototype=e;var n=new t;t.prototype=N}return n||{}}}(),Ta=fn(Ve),ja=fn(ze,!0),Oa=pn(),Pa=pn(!0),Ra=Aa?function(t,e){return Aa.set(t,e),t}:Io,Fa=Aa?function(t){return Aa.get(t)}:Ao,Ga=Ue("length"),Ua=function(){var t=0,e=0;return function(n,r){var i=gu(),o=R-(i-e);if(e=i,o>0){if(++t>=P)return n}else t=0;return Ra(n,r)}}(),Wa=yi(function(t,e){return _(t)&&Xn(t)?ke(t,Ce(e,!1,!0)):[]}),qa=bn(),$a=bn(!0),Ya=yi(function(t){for(var e=t.length,n=e,r=Fo(l),i=Un(),o=i==a,u=[];n--;){var s=t[n]=Xn(s=t[n])?s:[];r[n]=o&&s.length>=120?gn(n&&s):null}var c=t[0],h=-1,l=c?c.length:0,f=r[0];t:for(;++h2?t[e-2]:N,r=e>1?t[e-1]:N;return e>2&&"function"==typeof n?e-=2:(n=e>1&&"function"==typeof r?(--e,r):N,r=N),t.length=e,Or(t,n,r)}),eu=yi(function(t){return t=Ce(t),this.thru(function(e){return Qt(Cu(e)?e:[lr(e)],t)})}),nu=yi(function(t,e){return _e(t,Ce(e))}),ru=hn(function(t,e,n){ea.call(t,n)?++t[n]:t[n]=1}),iu=wn(Ta),ou=wn(ja,!0),au=Dn(ee,Ta),uu=Dn(ne,ja),su=hn(function(t,e,n){ea.call(t,n)?t[n].push(e):t[n]=[e]}),cu=hn(function(t,e,n){t[n]=e}),hu=yi(function(t,e,n){var r=-1,i="function"==typeof e,o=tr(e),a=Xn(t)?Fo(t.length):[];return Ta(t,function(t){var u=i?e:o&&null!=t?t[e]:N;a[++r]=u?u.apply(t,n):Kn(t,e,n)}),a}),lu=hn(function(t,e,n){t[n?0:1].push(e)},function(){return[[],[]]}),fu=Vn(he,Ta),pu=Vn(le,ja),du=yi(function(t,e){if(null==t)return[];var n=e[2];return n&&Qn(e[0],e[1],n)&&(e.length=1),Xe(t,Ce(e),[])}),gu=Ea||function(){return(new Go).getTime()},vu=yi(function(t,e,n){var r=I;if(n.length){var i=x(n,vu.placeholder);r|=A}return jn(t,r,e,n,i)}),yu=yi(function(t,e){e=e.length?Ce(e):Ki(t);for(var n=-1,r=e.length;++n0||0>e)?new m(n):(0>t?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==N&&(e=+e||0,n=0>e?n.dropRight(-e):n.take(e-t)),n)},m.prototype.takeRightWhile=function(t,e){return this.reverse().takeWhile(t,e).reverse()},m.prototype.toArray=function(){return this.take(Ia)},Ve(m.prototype,function(t,n){var i=/^(?:filter|map|reject)|While$/.test(n),o=/^(?:first|last)$/.test(n),a=e[o?"take"+("last"==n?"Right":""):n];a&&(e.prototype[n]=function(){var e=o?[1]:arguments,n=this.__chain__,u=this.__wrapped__,s=!!this.__actions__.length,c=u instanceof m,h=e[0],l=c||Cu(u);l&&i&&"function"==typeof h&&1!=h.length&&(c=l=!1);var f=function(t){return o&&n?a(t,1)[0]:a.apply(N,ce([t],e))},p={func:Ur,args:[f],thisArg:N},d=c&&!s;if(o&&!n)return d?(u=u.clone(),u.__actions__.push(p),t.call(u)):a.call(N,this.value())[0];if(!o&&l){u=d?u:new m(this);var g=t.apply(u,e);return g.__actions__.push(p),new r(g,n)}return this.thru(f)})}),ee(["join","pop","push","replace","shift","sort","splice","split","unshift"],function(t){var n=(/^(?:replace|split)$/.test(t)?Qo:Xo)[t],r=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",i=/^(?:join|pop|replace|shift)$/.test(t);e.prototype[t]=function(){var t=arguments;return i&&!this.__chain__?n.apply(this.value(),t):this[r](function(e){return n.apply(e,t)})}}),Ve(m.prototype,function(t,n){var r=e[n];if(r){var i=r.name,o=La[i]||(La[i]=[]);o.push({name:n,func:r})}}),La[zn(N,C).name]=[{name:"wrapper",func:N}],m.prototype.clone=J,m.prototype.reverse=nt,m.prototype.value=it,e.prototype.chain=Wr,e.prototype.commit=qr,e.prototype.concat=eu,e.prototype.plant=$r,e.prototype.reverse=Yr,e.prototype.toString=Hr,e.prototype.run=e.prototype.toJSON=e.prototype.valueOf=e.prototype.value=Zr,e.prototype.collect=e.prototype.map,e.prototype.head=e.prototype.first,e.prototype.select=e.prototype.filter,e.prototype.tail=e.prototype.rest,e}var N,S="3.10.0",I=1,C=2,M=4,V=8,z=16,A=32,L=64,B=128,T=256,j=30,O="...",P=150,R=16,F=200,G=1,U=2,W="Expected a function",q="__lodash_placeholder__",$="[object Arguments]",Y="[object Array]",H="[object Boolean]",Z="[object Date]",K="[object Error]",X="[object Function]",J="[object Map]",Q="[object Number]",tt="[object Object]",et="[object RegExp]",nt="[object Set]",rt="[object String]",it="[object WeakMap]",ot="[object ArrayBuffer]",at="[object Float32Array]",ut="[object Float64Array]",st="[object Int8Array]",ct="[object Int16Array]",ht="[object Int32Array]",lt="[object Uint8Array]",ft="[object Uint8ClampedArray]",pt="[object Uint16Array]",dt="[object Uint32Array]",gt=/\b__p \+= '';/g,vt=/\b(__p \+=) '' \+/g,yt=/(__e\(.*?\)|\b__t\)) \+\n'';/g,_t=/&(?:amp|lt|gt|quot|#39|#96);/g,mt=/[&<>"'`]/g,xt=RegExp(_t.source),wt=RegExp(mt.source),bt=/<%-([\s\S]+?)%>/g,kt=/<%([\s\S]+?)%>/g,Et=/<%=([\s\S]+?)%>/g,Dt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\n\\]|\\.)*?\1)\]/,Nt=/^\w*$/,St=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\n\\]|\\.)*?)\2)\]/g,It=/^[:!,]|[\\^$.*+?()[\]{}|\/]|(^[0-9a-fA-Fnrtuvx])|([\n\r\u2028\u2029])/g,Ct=RegExp(It.source),Mt=/[\u0300-\u036f\ufe20-\ufe23]/g,Vt=/\\(\\)?/g,zt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,At=/\w*$/,Lt=/^0[xX]/,Bt=/^\[object .+?Constructor\]$/,Tt=/^\d+$/,jt=/[\xc0-\xd6\xd8-\xde\xdf-\xf6\xf8-\xff]/g,Ot=/($^)/,Pt=/['\n\r\u2028\u2029\\]/g,Rt=function(){var t="[A-Z\\xc0-\\xd6\\xd8-\\xde]",e="[a-z\\xdf-\\xf6\\xf8-\\xff]+";return RegExp(t+"+(?="+t+e+")|"+t+"?"+e+"|"+t+"+|[0-9]+","g")}(),Ft=["Array","ArrayBuffer","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Math","Number","Object","RegExp","Set","String","_","clearTimeout","isFinite","parseFloat","parseInt","setTimeout","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap"],Gt=-1,Ut={};Ut[at]=Ut[ut]=Ut[st]=Ut[ct]=Ut[ht]=Ut[lt]=Ut[ft]=Ut[pt]=Ut[dt]=!0,Ut[$]=Ut[Y]=Ut[ot]=Ut[H]=Ut[Z]=Ut[K]=Ut[X]=Ut[J]=Ut[Q]=Ut[tt]=Ut[et]=Ut[nt]=Ut[rt]=Ut[it]=!1;var Wt={};Wt[$]=Wt[Y]=Wt[ot]=Wt[H]=Wt[Z]=Wt[at]=Wt[ut]=Wt[st]=Wt[ct]=Wt[ht]=Wt[Q]=Wt[tt]=Wt[et]=Wt[rt]=Wt[lt]=Wt[ft]=Wt[pt]=Wt[dt]=!0,Wt[K]=Wt[X]=Wt[J]=Wt[nt]=Wt[it]=!1;var qt={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss"},$t={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},Yt={"&":"&","<":"<",">":">",""":'"',"'":"'","`":"`"},Ht={"function":!0,object:!0},Zt={0:"x30",1:"x31",2:"x32",3:"x33",4:"x34",5:"x35",6:"x36",7:"x37",8:"x38",9:"x39",A:"x41",B:"x42",C:"x43",D:"x44",E:"x45",F:"x46",a:"x61",b:"x62",c:"x63",d:"x64",e:"x65",f:"x66",n:"x6e",r:"x72",t:"x74",u:"x75",v:"x76",x:"x78"},Kt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Xt=Ht[typeof r]&&r&&!r.nodeType&&r,Jt=Ht[typeof n]&&n&&!n.nodeType&&n,Qt=Xt&&Jt&&"object"==typeof e&&e&&e.Object&&e,te=Ht[typeof self]&&self&&self.Object&&self,ee=Ht[typeof window]&&window&&window.Object&&window,ne=Jt&&Jt.exports===Xt&&Xt,re=Qt||ee!==(this&&this.window)&&ee||te||this,ie=D();"function"==typeof t&&"object"==typeof t.amd&&t.amd?(re._=ie,t(function(){return ie})):Xt&&Jt?ne?(Jt.exports=ie)._=ie:Xt._=ie:re._=ie}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1])(1)}),function(t,e){"function"==typeof define&&define.amd?define("src/graph/GraphData",["dagre"],e):t.graph_GraphData=e(t.dagre)}(this,function(t){function e(){t.graphlib.Graph.call(this,{multigraph:!0,compound:!0}),this.setGraph({}),this.setDefaultNodeLabel(function(){return{}}),this.setDefaultEdgeLabel(function(){return{}})}return e.prototype=Object.create(t.graphlib.Graph.prototype),e.prototype.constructor=e,e.prototype.setData=function(t,e,n,r){for(var i=this,o={addedVertices:[],addedEdges:[]},a=0;ae?e-o:n-o)/2;var a=t.nodeCount(),u=-Math.PI/2,s=2*Math.PI/a;t.eachNode(function(t,e){var n=e.getBBox(!0),o=Math.max(n.width,n.height);i.pos[t]={x:e.fixed?e.x:Math.cos(u)*(r-o),y:e.fixed?e.y:Math.sin(u)*(r-o),width:n.width,height:n.height},u+=s})}function r(t,e,n,r){var i=this;this.pos={},t.eachNode(function(t,e){i.pos[t]={x:e.x,y:e.y,width:e.width,height:e.height}})}function i(e,n,r,i){i=i||{};var o=this;if(this.pos={},this.vertices=[],this.vertexMap={},e.eachNode(function(t){var n=e.node(t),r=n.getBBox(!0),i={id:t,x:n.pos().x,y:n.pos().y,width:r.width,height:r.height,value:n};o.vertices.push(i),o.vertexMap[t]=i}),this.edges=[],e.eachEdge(function(t,e,n){o.edges.push({source:o.vertexMap[e],target:o.vertexMap[n]})}),this.force=t.layout.force().linkDistance(i.linkDistance).linkStrength(i.linkStrength).friction(i.friction).charge(function(t){var e=t.value.getBBox();return i.charge*Math.max(e.width,e.height)}).chargeDistance(i.chargeDistance).theta(i.theta).gravity(i.gravity).nodes(this.vertices).links(this.edges),i.oneShot){this.force.start();var a=e.nodeCount();a=Math.min(a*a,500);for(var u=0;a>u;++u)this.force.tick();this.force.stop()}}function o(t,n,r,i){var o=new e.graphlib.Graph({multigraph:!0,compound:!0}).setGraph(i).setDefaultNodeLabel(function(){return{}}).setDefaultEdgeLabel(function(){return{}});t.eachNode(function(e){var n=t.node(e),r=n.getBBox();o.setNode(e,{width:r.width,height:r.height})}),t.eachEdge(function(e,n,r){var i=t.edge(e);o.setEdge(n,r,{weight:i.weight()},i._id)}),t.eachNode(function(e){o.setParent(e,t.parent(e))}),this.dagreLayout=e.layout(o);var a=-o.graph().width/2,u=-o.graph().height/2;o.nodes().forEach(function(t){var e=o.node(t);e.x+=a,e.y+=u}),o.edges().forEach(function(t){for(var e=o.edge(t),n=0;ni)&&(n[0][0]=i),(null===n[0][1]||n[0][1]>a)&&(n[0][1]=a),(null===n[1][0]||n[1][0]1&&(s=1);var c=[-s*a,-s*u];this.setZoom(c,s,e)},c.prototype._origScale=c.prototype.scale,c.prototype.scale=function(t,e){var n=c.prototype._origScale.apply(this,arguments);return arguments.length&&this.zoomTo(t,e),n},c.prototype.zoomTo=function(t,e){switch(t){case"all":this.shrinkToFit(this.getVertexBounds(),e);break;case"width":var n=this.getVertexBounds();n[0][1]=0,n[1][1]=0,this.shrinkToFit(n,e);break;case"selection":this.shrinkToFit(this._selection.isEmpty()?this.getVertexBounds():this.getSelectionBounds(),e);break;default:var r=parseInt(t);(isNaN(r)||0>=r||r>200)&&(r=100),this.zoom.scale(r/100),this.applyZoom(e)}},c.prototype.centerOn=function(t,e){var n=(t[0][0]+t[1][0])/2,r=(t[0][1]+t[1][1])/2,i=[n,r];this.setZoom(i,1,e)},c.prototype._origLayout=c.prototype.layout,c.prototype.layout=function(t,e){var n=c.prototype._origLayout.apply(this,arguments);if(arguments.length&&this._renderCount){this.forceLayout&&(this.forceLayout.force.stop(),this.forceLayout=null);var r=this,i=this.getLayoutEngine();if("ForceDirected2"===this.layout())this.forceLayout=i,this.forceLayout.force.on("tick",function(t){if(i.vertices.forEach(function(t){var e=r.graphData.node(t.id);t.fixed?(t.x=t.px,t.y=t.py):(t.px=t.x,t.py=t.y,e.move({x:t.x,y:t.y}))}),r.graphData.edgeValues().forEach(function(t){t.points([],!1,!1)}),r.applyScaleOnLayout()){var e=r.getVertexBounds(i);r.shrinkToFit(e)}}),this.forceLayout.force.start();else if(i){if(this.forceLayout=null,r._dragging=!0,r.graphData.nodeValues().forEach(function(t){var n=i.nodePos(t._id);t.move({x:n.x,y:n.y},e),n.width&&n.height&&!t.width()&&!t.height()&&t.width(n.width).height(n.height).render()}),r.graphData.edgeValues().forEach(function(t){var n=i.edgePoints(t);t.points(n,e)}),r.applyScaleOnLayout()){var o=r.getVertexBounds(i);r.shrinkToFit(o,e)}this._fixIEMarkers(),setTimeout(function(){r._dragging=!1},e?e+50:50)}}return n},c.prototype.update=function(n,r){function i(t){t.target(this).render(),t.element().call(s.drag),t.dispatch&&(t.dispatch.on("sizestart",function(t,e){t.allowResize(s.allowDragging()),s.allowDragging()&&(s._dragging=!0)}),t.dispatch.on("size",function(t,e){s.refreshIncidentEdges(t,!1)}),t.dispatch.on("sizeend",function(t,e){if(s._dragging=!1,s.snapToGrid()){var n=t.calcSnap(s.snapToGrid());t.pos(n[0]).size(n[1]).render(),s.refreshIncidentEdges(t,!1)}}))}function o(t){t.target(this).render()}function a(t){t.render()}function u(t){t.render()}e.prototype.update.apply(this,arguments);var s=this,c=this.svgV.selectAll("#"+this._id+"V > .graphVertex").data(this.graphData.nodeValues(),function(t){return t.id()});c.enter().append("g").attr("class","graphVertex").style("opacity",1e-6).on("click.selectionBag",function(e){s._selection.click(e,t.event)}).on("click",function(e){s.vertex_click(e,t.event)}).on("dblclick",function(e){s.vertex_dblclick(e,t.event)}).on("mouseover",function(e){s._dragging||s.vertex_mouseover(t.select(this),e)}).on("mouseout",function(e){s._dragging||s.vertex_mouseout(t.select(this),e)}).each(i).transition().duration(750).style("opacity",1);var h=this.svgE.selectAll("#"+this._id+"E > .graphEdge").data(this.showEdges()?this.graphData.edgeValues():[],function(t){return t.id()});h.enter().append("g").attr("class","graphEdge").style("opacity",1e-6).on("click.selectionBag",function(e){s._selection.click(e,t.event)}).on("click",function(t){s.edge_click(t)}).on("mouseover",function(e){s._dragging||s.edge_mouseover(t.select(this),e)}).on("mouseout",function(e){s._dragging||s.edge_mouseout(t.select(this),e)}).each(o).transition().duration(750).style("opacity",1),c.each(a),h.each(u),c.exit().each(function(t){t.target(null)}).remove(),h.exit().each(function(t){t.target(null)}).remove(),this._renderCount||(this._renderCount++,this.setZoom([0,0],1),this.layout(this.layout()))},c.prototype.getLayoutEngine=function(){switch(this.layout()){case"Circle":return new u.Circle(this.graphData,this._size.width,this._size.height);case"ForceDirected":return new u.ForceDirected(this.graphData,this._size.width,this._size.height,{oneShot:!0,linkDistance:this.forceDirectedLinkDistance(),linkStrength:this.forceDirectedLinkStrength(),friction:this.forceDirectedFriction(),charge:this.forceDirectedCharge(),chargeDistance:this.forceDirectedChargeDistance(),theta:this.forceDirectedTheta(),gravity:this.forceDirectedGravity()});case"ForceDirected2":return new u.ForceDirected(this.graphData,this._size.width,this._size.height,{linkDistance:this.forceDirectedLinkDistance(),linkStrength:this.forceDirectedLinkStrength(),friction:this.forceDirectedFriction(),charge:this.forceDirectedCharge(),chargeDistance:this.forceDirectedChargeDistance(),theta:this.forceDirectedTheta(),gravity:this.forceDirectedGravity()});case"Hierarchy":return new u.Hierarchy(this.graphData,this._size.width,this._size.height,{rankdir:this.hierarchyRankDirection(),nodesep:this.hierarchyNodeSeparation(),edgesep:this.hierarchyEdgeSeparation(),ranksep:this.hierarchyRankSeparation()})}return null},c.prototype.getNeighborMap=function(t){var e={},n={};if(t)for(var r=this.graphData.nodeEdges(t.id()),i=0;i .placeholder").data(this.widget()?[this.widget()]:[],function(t){return t._id});a.enter().append("div").attr("class","placeholder").each(function(t){t.target(this)}),a.style({left:o+"px",top:r+"px",width:n+"px",bottom:l+"px"}).each(function(t){t.resize({width:n,height:l})}),a.exit().each(function(t){t.target(null)}).remove()},o.prototype.exit=function(t,i){this.widget()&&(this.widget(null),this.render()),e.prototype.exit.apply(this,arguments)},o}),define("css!src/layout/Accordion",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/layout/Accordion",["../common/HTMLWidget","../common/FAChar","css!./Accordion"],e):t.layout_Accordion=e(t.common_HTMLWidget,t.common_FAChar)}(this,function(t,e){function i(){t.call(this),this._tag="div",this._isClosed=!1}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" layout_Accordion",i.prototype.publish("content",[],"widgetArray","Array of widgets",null,{tags:["Basic"]}),i.prototype.publish("title","","string","Title of collapsible section",null,{tags:["Private"]}),i.prototype.publish("openIcon","","string","Icon to display when list is open",null,{tags:["Private"]}),i.prototype.publish("closedIcon","","string","Icon to display when list is closed",null,{tags:["Private"]}),i.prototype.publish("titleFontColor","#FFFFFF","html-color","Title font color",null,{tags:["Private"]}),i.prototype.publish("titleBackgroundColor","#333333","html-color","Title background color",null,{tags:["Private"]}),i.prototype.publish("defaultCollapsed",!1,"boolean","Collapsed by default if true",null,{tags:["Private"]}),i.prototype.pushListItem=function(t,e,i){var o=this.content();return t._protected=i,e?o.unshift(t):o.push(t),this.content(o),this},i.prototype.clearListItems=function(){var t=[];for(var e in this.content())this.content()[e]._protected&&t.push(this.content()[e]);return this.content(t),this},i.prototype.collapseClick=function(t){t.classed("closed")?(this._isClosed=!1,t.classed("open",!0),t.classed("closed",!1)):(this._isClosed=!0,t.classed("open",!1),t.classed("closed",!0))},i.prototype.enter=function(i,o){t.prototype.enter.apply(this,arguments);var r=this;this._isClosed=this.defaultCollapsed(),o.classed(this._isClosed?"closed":"open",!0),this.titleSpan=o.append("span").classed("collapsible-title",!0),this.iconDiv=o.append("div").classed("collapsible-icon",!0),this.ul=o.append("ul"),this.icon=(new e).size({height:24,width:24}).target(this.iconDiv.node()),this.iconDiv.on("click",function(){r.collapseClick(o),r.render()}),this.titleSpan.on("click",function(){r.collapseClick(o),r.render()})},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments);var o=this,r="";this.titleSpan.text(o.title().length>0?o.title()+r:"Accordion ["+o._id+"]"+r);var n=this.ul.selectAll("#"+o._id+" > ul > li").data(this.content(),function(t){return t._id});n.enter().append(function(t){var e=document.createElement("li");if(null!==t._target)return t._target;var i=t.size();if(0===i.width||0===i.height){var r=o.size();t.size({width:r.width,height:r.width})}return t.target(e),e}),n.exit().remove(),this.icon.text_colorFill(this.titleFontColor())["char"](this._isClosed?this.closedIcon():this.openIcon()).render()},i.prototype.exit=function(e,i){t.prototype.exit.apply(this,arguments)},i}),define("css!src/layout/Surface",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/layout/Surface",["d3","../common/HTMLWidget","../common/TextBox","css!./Surface","css!font-awesome"],e):t.layout_Surface=e(t.d3,t.common_HTMLWidget,t.common_TextBox)}(this,function(t,e,i){function o(){e.call(this),this._tag="div",this._surfaceButtons=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" layout_Surface",o.prototype.publish("title","","string","Title",null,{tags:["Intermediate"]}),o.prototype.publish("widget",null,"widget","Widget",null,{tags:["Basic"]}),o.prototype.publish("surfaceTitlePadding",null,"number","Title Padding (px)",null,{tags:["Advanced"]}),o.prototype.publish("surfaceTitleFontSize",null,"number","Title Font Size (px)",null,{tags:["Advanced"]}),o.prototype.publish("surfaceTitleFontColor",null,"html-color","Title Font Color",null,{tags:["Advanced"]}),o.prototype.publish("surfaceTitleFontFamily",null,"string","Title Font Family",null,{tags:["Advanced"]}),o.prototype.publish("surfaceTitleFontBold",!0,"boolean","Enable Bold Title Font",null,{tags:["Advanced"]}),o.prototype.publish("surfaceTitleBackgroundColor",null,"html-color","Title Background Color",null,{tags:["Advanced"]}),o.prototype.publish("surfacePadding",null,"string","Surface Padding (px)",null,{tags:["Intermediate"]}),o.prototype.publish("surfaceBackgroundColor",null,"html-color","Surface Background Color",null,{tags:["Advanced"]}),o.prototype.publish("surfaceBorderWidth",null,"number","Surface Border Width (px)",null,{tags:["Advanced"]}),o.prototype.publish("surfaceBorderColor",null,"html-color","Surface Border Color",null,{tags:["Advanced"]}),o.prototype.publish("surfaceBorderRadius",null,"number","Surface Border Radius (px)",null,{tags:["Advanced"]}),o.prototype.publish("surfaceTitleAlignment","center","set","Title Alignment",["left","right","center"],{tags:["Basic"]}),o.prototype.publish("buttonAnnotations",[],"array","Button Array",null,{tags:["Private"]}),o.prototype.widgetSize=function(t,e){var i=this.clientWidth(),o=this.clientHeight();return this.title()&&(o-=this.calcHeight(t)),o-=this.calcFrameHeight(e),i-=this.calcFrameWidth(e),{width:i,height:o}},o.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},o.prototype.update=function(i,o){e.prototype.update.apply(this,arguments);var r=this;o.style("border-width",this.surfaceBorderWidth_exists()?this.surfaceBorderWidth()+"px":null).style("border-color",this.surfaceBorderColor()).style("border-radius",this.surfaceBorderRadius_exists()?this.surfaceBorderRadius()+"px":null).style("background-color",this.surfaceBackgroundColor());var n=o.selectAll(".surfaceTitle").data(this.title()?[this.title()]:[]);n.enter().insert("h3","div").attr("class","surfaceTitle"),n.text(function(t){return t}).style("text-align",this.surfaceTitleAlignment()).style("color",this.surfaceTitleFontColor()).style("font-size",this.surfaceTitleFontSize_exists()?this.surfaceTitleFontSize()+"px":null).style("font-family",this.surfaceTitleFontFamily()).style("font-weight",this.surfaceTitleFontBold()?"bold":"normal").style("background-color",this.surfaceTitleBackgroundColor()).style("padding",this.surfaceTitlePadding_exists()?this.surfaceTitlePadding()+"px":null),n.exit().remove();var l=o.select(".surfaceTitle"),a=l.append("div").attr("class","html-button-container").selectAll(".surface-button").data(this.buttonAnnotations());a.enter().append("button").classed("surface-button",!0).each(function(e,i){var o=r._surfaceButtons[i]=t.select(this).attr("class","surface-button"+(e["class"]?" "+e["class"]:"")).attr("id",e.id).style("padding",e.padding).style("width",e.width).style("height",e.height).style("cursor","pointer");"FontAwesome"===e.font?o.style("background","transparent").style("border","none").on("click",function(t){r.click(t)}).append("i").attr("class","fa").text(function(t){return e.label}):o.text(function(t){return e.label}).on("click",function(t){r.click(t)})}),a.exit().each(function(e,i){var o=t.select(this);delete r._surfaceButtons[i],o.remove()});var s=o.selectAll("#"+this._id+" > .surfaceWidget").data(this.widget()?[this.widget()]:[],function(t){return t._id});s.enter().append("div").attr("class","surfaceWidget").each(function(e){t.select(r.element().node().parentElement).classed("content-icon content-icon-"+e.classID().split("_")[1],!0),e.target(this)}),s.style("padding",this.surfacePadding_exists()?this.surfacePadding()+"px":null).each(function(e){var i=r.widgetSize(o.select("h3"),t.select(this));i.width<0&&(i.width=0),i.height<0&&(i.height=0),e.resize({width:i.width,height:i.height})}),s.exit().each(function(t){t.target(null)}).remove()},o.prototype.exit=function(t,i){this.widget()&&(this.widget(null),this.render()),e.prototype.exit.apply(this,arguments)},o.prototype.click=function(t){console.log("Clicked: "+t.id)},o}),define("css!src/layout/Cell",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/layout/Cell",["d3","./Surface","css!./Cell"],e):t.layout_Cell=e(t.d3,t.layout_Surface)}(this,function(t,e){function i(){e.call(this),this._dragHandles=["nw","n","ne","e","se","s","sw","w"],this._indicateTheseIds=[]}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" layout_Cell",i.prototype.publish("gridRow",0,"number","Grid Row Position",null,{tags:["Private"]}),i.prototype.publish("gridCol",0,"number","Grid Column Position",null,{tags:["Private"]}),i.prototype.publish("gridRowSpan",1,"number","Grid Row Span",null,{tags:["Private"]}),i.prototype.publish("gridColSpan",1,"number","Grid Column Span",null,{tags:["Private"]}),i.prototype.publish("handleSize",6,"number","Grid Row Position",null,{tags:["Private"]}),i.prototype.publish("indicatorGlowColor","#EEEE11","html-color","Glow color of update-indicator",null,{tags:["Basic"]}),i.prototype.publish("indicatorBorderColor","#F48A00","html-color","Border color of update-indicator",null,{tags:["Basic"]}),i.prototype.publish("indicatorOpacity",.8,"number","Opacity of update-indicator",null,{tags:["Basic"]}),i.prototype.indicateTheseIds=function(t){return arguments.length?(this._indicateTheseIds=t,this):this._indicateTheseIds},i.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments);var o=this;i.classed("layout_Surface",!0).on("mouseenter",function(t){o.onMouseEnter()}).on("mouseleave",function(t){o.onMouseLeave()})},i.prototype.update=function(i,o){e.prototype.update.apply(this,arguments);var r=o.selectAll("#"+this.id()+" > .dragHandle").data(this._dragHandles,function(t){return t});r.enter().append("div").attr("class",function(t){return"dragHandle dragHandle_"+t}).style({padding:"0px",margin:"0px",position:"absolute"}).each(function(e){switch(e){case"nw":t.select(this).style({width:"6px",height:"6px",left:"0px",top:"0px","z-index":1e3});break;case"ne":t.select(this).style({width:"6px",height:"6px",left:"calc(100% - 6px)",top:"0px","z-index":1e3});break;case"se":t.select(this).style({width:"6px",height:"6px",left:"calc(100% - 6px)",top:"calc(100% - 6px)","z-index":1e3});break;case"sw":t.select(this).style({width:"6px",height:"6px",left:"0px",top:"calc(100% - 6px)","z-index":1e3});break;case"n":t.select(this).style({width:"100%",height:"6px",left:"0px",top:"0px","z-index":900});break;case"e":t.select(this).style({width:"6px",height:"100%",left:"calc(100% - 6px)",top:"0px","z-index":900});break;case"s":t.select(this).style({width:"100%",height:"6px",left:"0px",top:"calc(100% - 6px)","z-index":900});break;case"w":t.select(this).style({width:"6px",height:"100%",left:"0px",top:"0px","z-index":900})}}),r.exit().remove()},i.prototype.onMouseEnter=function(e){for(var i=this.indicateTheseIds(),o=this.indicatorOpacity(),r=this.indicatorBorderColor(),n=this.indicatorGlowColor(),l=0;l div.update-indicator").remove()},i}),define("css!src/layout/Border",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/layout/Border",["d3","../common/HTMLWidget","./Cell","../common/Text","css!./Border"],e):t.layout_Border=e(t.d3,t.common_HTMLWidget,t.layout_Cell,t.common_Text)}(this,function(t,e,i,o){function r(){e.call(this),this._tag="div",this._colCount=0,this._rowCount=0,this._colSize=0,this._rowSize=0,this._shrinkWrapBoxes={},this.content([]),this.sectionTypes([])}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" layout_Border",r.prototype.publish("designMode",!1,"boolean","Design Mode",null,{tags:["Basic"]}),r.prototype.publish("content",[],"widgetArray","widgets",null,{tags:["Intermediate"]}),r.prototype.publish("gutter",0,"number","Gap Between Widgets",null,{tags:["Basic"]}),r.prototype.publish("topShrinkWrap",!1,"boolean","'Top' Cell shrinks to fit content",null,{tags:["Intermediate"]}),r.prototype.publish("leftShrinkWrap",!1,"boolean","'Left' Cell shrinks to fit content",null,{tags:["Intermediate"]}),r.prototype.publish("rightShrinkWrap",!1,"boolean","'Right' Cell shrinks to fit content",null,{tags:["Intermediate"]}),r.prototype.publish("bottomShrinkWrap",!1,"boolean","'Bottom' Cell shrinks to fit content",null,{tags:["Intermediate"]}),r.prototype.publish("topSize",0,"number","Height of the 'Top' Cell (px)",null,{tags:["Private"]}),r.prototype.publish("leftSize",0,"number","Width of the 'Left' Cell (px)",null,{tags:["Private"]}),r.prototype.publish("rightSize",0,"number","Width of the 'Right' Cell (px)",null,{tags:["Private"]}),r.prototype.publish("bottomSize",0,"number","Height of the 'Bottom' Cell (px)",null,{tags:["Private"]}),r.prototype.publish("topPercentage",20,"number","Percentage (of parent) Height of the 'Top' Cell",null,{tags:["Private"]}),r.prototype.publish("leftPercentage",20,"number","Percentage (of parent) Width of the 'Left' Cell",null,{tags:["Private"]}),r.prototype.publish("rightPercentage",20,"number","Percentage (of parent) Width of the 'Right' Cell",null,{tags:["Private"]}),r.prototype.publish("bottomPercentage",20,"number","Percentage (of parent) Height of the 'Bottom' Cell",null,{tags:["Private"]}),r.prototype.publish("surfacePadding",0,"number","Cell Padding (px)",null,{tags:["Intermediate"]}),r.prototype.publish("sectionTypes",[],"array","Section Types sharing an index with 'content' - Used to determine position/size.",null,{tags:["Private"]}),r.prototype.watchWidget=function(t){if(void 0===this._watch&&(this._watch={}),this._watch[t.id()]&&(this._watch[t.id()].remove(),delete this._watch[t.id()]),t){var e=this;this._watch[t.id()]=t.monitor(function(t,i,o){o!==i&&e.lazyPostUpdate()})}},r.prototype.lazyPostUpdate=r.prototype.debounce(function(){this.postUpdate()},100),r.prototype.applyLayoutType=function(){var t=this.borderLayoutObject();this.content().forEach(function(e,i){e._fixedLeft=t[this.sectionTypes()[i]].left,e._fixedTop=t[this.sectionTypes()[i]].top,e._fixedWidth=t[this.sectionTypes()[i]].width,e._fixedHeight=t[this.sectionTypes()[i]].height,e._dragHandles=this.cellSpecificDragHandles(this.sectionTypes()[i])},this)},r.prototype.cellSpecificDragHandles=function(t){switch(t){case"top":return["s"];case"right":return["w"];case"bottom":return["n"];case"left":return["e"];case"center":return[]}},r.prototype.borderLayoutObject=function(t){function e(t){t.width.px="undefined"!=typeof t.width.px?t.width.px:0,t.width["%"]="undefined"!=typeof t.width["%"]?t.width["%"]:0,t.height.px="undefined"!=typeof t.height.px?t.height.px:0,t.height["%"]="undefined"!=typeof t.height["%"]?t.height["%"]:0;var e={width:t.width.px+t.width["%"]/100*y.width(),height:t.height.px+t.height["%"]/100*y.height(),top:t.top.px+t.top["%"]/100*y.height()+y.gutter()/2,left:t.left.px+t.left["%"]/100*y.width()+y.gutter()/2};return e}var i,o,r,n,l,a,s,d,c,h,p,u,g,f={},y=this,_=this.target().getBoundingClientRect(),b={};return b.top=_.top,b.left=_.left,b.bottom=_.bottom,b.right=_.right,this.target()instanceof SVGElement?(b.width=parseFloat(this.target().getAttribute("width")),b.height=parseFloat(this.target().getAttribute("height"))):(b.width=_.width,b.height=_.height),-1!==this.sectionTypes().indexOf("top")&&(a=this.topSize(),s=this.topPercentage(),"undefined"!=typeof this._shrinkWrapBoxes.top&&(a=this._shrinkWrapBoxes.top.height+this.gutter(),s=0)),-1!==this.sectionTypes().indexOf("bottom")&&(d=this.bottomSize(),c=this.bottomPercentage(),"undefined"!=typeof this._shrinkWrapBoxes.bottom&&(d=this._shrinkWrapBoxes.bottom.height+this.gutter(),c=0)),-1!==this.sectionTypes().indexOf("left")&&(h=this.leftSize(),p=this.leftPercentage(),"undefined"!=typeof this._shrinkWrapBoxes.left&&(h=this._shrinkWrapBoxes.left.width+this.gutter(),p=0)),-1!==this.sectionTypes().indexOf("right")&&(u=this.rightSize(),g=this.rightPercentage(),"undefined"!=typeof this._shrinkWrapBoxes.right&&(u=this._shrinkWrapBoxes.right.width+this.gutter(),g=0)),i=e({width:{px:0,"%":100},height:{px:a,"%":s},top:{px:0,"%":0},left:{px:0,"%":0}}),o=e({width:{px:0,"%":100},height:{px:d,"%":c},top:{px:0,"%":100},left:{px:0,"%":0}}),o.top-=o.height,n=e({width:{px:h,"%":p},height:{px:-i.height-o.height,"%":100},top:{px:i.height,"%":0},left:{px:0,"%":0}}),r=e({width:{px:u,"%":g},height:{px:-i.height-o.height,"%":100},top:{px:i.height,"%":0},left:{px:0,"%":100}}),r.left-=r.width,l=e({width:{px:-r.width-n.width,"%":100},height:{px:-i.height-o.height,"%":100},top:{px:i.height,"%":0},left:{px:n.width,"%":0}}),f.top=i,f.bottom=o,f.right=r,f.left=n,f.center=l,f},r.prototype.clearContent=function(e){if(e){var i=this.sectionTypes().indexOf(e);i>=0&&(this._watch&&this.content()[i]&&delete this._watch[this.content()[i].id()],this.content()[i].target(null),t.select("#"+this.id()+" > div.borderHandle_"+e).classed("borderHandleDisabled",!0),this.content().splice(i,1),this.sectionTypes().splice(i,1))}else this.content().forEach(function(t){return t.target(null),!1}),t.select("#"+this.id()+" > div.borderHandle").classed("borderHandleDisabled",!0),delete this._watch,this.content([]),this.sectionTypes([])},r.prototype.hasContent=function(t,e,i){return this.sectionTypes().indexOf(t)>=0},r.prototype.setContent=function(t,e,o){if(this.clearContent(t),o="undefined"!=typeof o?o:"",e){var r=(new i).surfaceBorderWidth(0).widget(e).title(o);this.watchWidget(e),this.content().push(r),this.sectionTypes().push(t)}return this},r.prototype.getContent=function(t){var e=this.sectionTypes().indexOf(t);return e>=0?this.content()[e].widget():null},r.prototype.setLayoutOffsets=function(){this._offsetX=this._element.node().getBoundingClientRect().left+this.gutter()/2,this._offsetY=this._element.node().getBoundingClientRect().top+this.gutter()/2},r.prototype.dragStart=function(e){t.event.sourceEvent.stopPropagation();var i=this;this._dragCell=e,this._dragCellStartSize=this[e+"Size"](),this[e+"ShrinkWrap"]()&&(this[e+"Percentage"](0),this[e+"ShrinkWrap"](!1));var o=t.select("#"+i.id()+" > div.borderHandle_"+e);i._handleTop=parseFloat(o.style("top").split("px")[0]),i._handleLeft=parseFloat(o.style("left").split("px")[0]),this._dragPrevX=t.event.sourceEvent.clientX,this._dragPrevY=t.event.sourceEvent.clientY},r.prototype.dragTick=function(e){function i(e,i){if(0!==i){var r=t.selectAll("#"+o.id()+" > div.borderHandle"),n=t.select("#"+o.id()+" > div.borderHandle_"+e);n.classed("borderHandle_top")?(n.style({top:o._handleTop-i+"px"}),o._cellSizes.topHeight=o._handleTop-i,o._cellSizes.leftHeight=o._cellSizes.height,o._cellSizes.leftHeight-=o._cellSizes.topHeight,o._cellSizes.leftHeight-=o._cellSizes.bottomHeight,o._cellSizes.rightHeight=o._cellSizes.leftHeight):n.classed("borderHandle_right")?(n.style({left:o._handleLeft-i+"px"}),o._cellSizes.rightWidth=o._cellSizes.width-o._handleLeft+i):n.classed("borderHandle_bottom")?(n.style({top:o._handleTop-i+"px"}),o._cellSizes.bottomHeight=o._cellSizes.height-o._handleTop+i,o._cellSizes.leftHeight=o._cellSizes.height,o._cellSizes.leftHeight-=o._cellSizes.bottomHeight,o._cellSizes.leftHeight-=o._cellSizes.topHeight,o._cellSizes.rightHeight=o._cellSizes.leftHeight):n.classed("borderHandle_left")&&(n.style({left:o._handleLeft-i+"px"}),o._cellSizes.leftWidth=o._handleLeft-i),r.each(function(){var e=t.select(this);e.classed("borderHandle_top")?e.style({width:o._cellSizes.width+"px",top:o._cellSizes.topHeight-3+"px"}):e.classed("borderHandle_right")?e.style({left:o._cellSizes.width-o._cellSizes.rightWidth+"px",top:o._cellSizes.topHeight+3+"px",height:o._cellSizes.rightHeight+"px"}):e.classed("borderHandle_bottom")?e.style({width:o._cellSizes.width+"px",top:o._cellSizes.height-o._cellSizes.bottomHeight-3+"px"}):e.classed("borderHandle_left")&&e.style({left:o._cellSizes.leftWidth+"px",height:o._cellSizes.leftHeight+"px",top:o._cellSizes.topHeight+3+"px"})})}}var o=this,r=this._dragPrevX-t.event.sourceEvent.clientX,n=this._dragPrevY-t.event.sourceEvent.clientY;switch(e){case"top":case"bottom":i(e,n);break;case"right":case"left":i(e,r)}},r.prototype.dragEnd=function(e){if(e){var i=this._dragPrevX-t.event.sourceEvent.clientX,o=this._dragPrevY-t.event.sourceEvent.clientY;switch(e){case"top":0!==o&&(this.topPercentage(0),this.topSize(0===this.topSize()?this.getContent("top").getBBox().height-o:this.topSize()-o));break;case"right":0!==i&&(this.rightPercentage(0),this.rightSize(0===this.rightSize()?this.getContent("right").getBBox().width+i:this.rightSize()+i));break;case"bottom":0!==o&&(this.bottomPercentage(0),this.bottomSize(0===this.bottomSize()?this.getContent("bottom").getBBox().height+o:this.bottomSize()+o));break;case"left":0!==i&&(this.leftPercentage(0),this.leftSize(0===this.leftSize()?this.getContent("left").getBBox().width-i:this.leftSize()-i))}this._dragPrevX=t.event.sourceEvent.clientX,this._dragPrevY=t.event.sourceEvent.clientY}this.render()},r.prototype.size=function(t){var i=e.prototype.size.apply(this,arguments);return arguments.length&&this.contentDiv&&this.contentDiv.style("width",this._size.width+"px").style("height",this._size.height+"px"),i},r.prototype.enter=function(i,o){e.prototype.enter.apply(this,arguments);var r=this;o.style("position","relative"),this.contentDiv=o.append("div").classed("border-content",!0),this._scrollBarWidth=this.getScrollbarWidth(),this._borderHandles=["top","left","right","bottom"];var n=o.selectAll("div.borderHandle").data(this._borderHandles);n.enter().append("div").classed("borderHandle",!0).each(function(e){var i=t.select(this);i.classed("borderHandle_"+e,!0).classed("borderHandleDisabled",null===r.getContent(e))})},r.prototype.update=function(i,o){e.prototype.update.apply(this,arguments),this._sectionTypeArr=this.sectionTypes();var r=this;o.classed("design-mode",this.designMode()),this.setLayoutOffsets();var n=this.contentDiv.selectAll(".cell_"+this._id).data(this.content(),function(t){return t._id});n.enter().append("div").classed("cell_"+this._id,!0).style("position","absolute").each(function(e,i){t.select(this).classed("border-cell border-cell-"+r._sectionTypeArr[i],!0),e.target(this),t.select("#"+r.id()+" > div.borderHandle_"+r._sectionTypeArr[i]).classed("borderHandleDisabled",!1)}),n.each(function(t,e){var i=r.sectionTypes()[e];"undefined"!=typeof r[i+"ShrinkWrap"]&&r[i+"ShrinkWrap"]()?(t.render(),r._shrinkWrapBoxes[i]=t.widget().getBBox(!0)):delete r._shrinkWrapBoxes[i]});var l=t.behavior.drag().on("dragstart",function(t,e){r.dragStart.call(r,t,e)}).on("drag",function(t,e){r.dragTick.call(r,t,e)}).on("dragend",function(t,e){r.dragEnd.call(r,t,e)});this.designMode()?o.selectAll("#"+this.id()+" > div.borderHandle").call(l):o.selectAll("#"+this.id()+" > div.borderHandle").on(".drag",null);var a=this.borderLayoutObject();this.content().forEach(function(t,e){t._fixedLeft=a[this.sectionTypes()[e]].left,t._fixedTop=a[this.sectionTypes()[e]].top,t._fixedWidth=a[this.sectionTypes()[e]].width,t._fixedHeight=a[this.sectionTypes()[e]].height,t._dragHandles=[]},this),n.style("left",function(t){return t._fixedLeft+"px"}).style("top",function(t){return t._fixedTop+"px"}).style("width",function(t){return t._fixedWidth-r.gutter()+"px"}).style("height",function(t){return t._fixedHeight-r.gutter()+"px"}).each(function(t){t._parentElement.attr("draggable",r.designMode()).selectAll(".dragHandle").attr("draggable",r.designMode()),t.surfacePadding(r.surfacePadding()).resize()}),n.exit().each(function(t){t.target(null)}).remove(),this.getCellSizes(),o.selectAll("#"+this.id()+" > div.borderHandle").each(function(){var e=t.select(this);e.classed("borderHandle_top")?e.style({width:r._cellSizes.width+"px",top:r._cellSizes.topHeight-3+"px"}):e.classed("borderHandle_right")?e.style({left:r._cellSizes.width-r._cellSizes.rightWidth+"px",top:r._cellSizes.topHeight+3+"px",height:r._cellSizes.rightHeight+"px"}):e.classed("borderHandle_bottom")?e.style({width:r._cellSizes.width+"px",top:r._cellSizes.height-r._cellSizes.bottomHeight-3+"px"}):e.classed("borderHandle_left")&&e.style({left:r._cellSizes.leftWidth+"px",height:r._cellSizes.leftHeight+"px",top:r._cellSizes.topHeight+3+"px"})})},r.prototype.getCellSizes=function(){var e=this;e._cellSizes={};var i=this.element().node().getBoundingClientRect();e._cellSizes.width=i.width,e._cellSizes.height=i.height,this.element().selectAll("#"+this.id()+" > div > div.border-cell").each(function(){var i=t.select(this);if("function"==typeof i.node){var o=i.node().getBoundingClientRect();i.classed("border-cell-top")?e._cellSizes.topHeight=o.height:i.classed("border-cell-left")?(e._cellSizes.leftWidth=o.width,e._cellSizes.leftHeight=o.height):i.classed("border-cell-right")?(e._cellSizes.rightWidth=o.width,e._cellSizes.rightHeight=o.height):i.classed("border-cell-bottom")&&(e._cellSizes.bottomHeight=o.height)}});var o=["height","width","topHeight","bottomHeight","leftHeight","rightHeight","leftWidth","rightWidth"];o.forEach(function(t){e._cellSizes[t]=void 0===e._cellSizes[t]?0:e._cellSizes[t]})},r.prototype.postUpdate=function(t,e){var i=this;this.content().forEach(function(t){if(null!==t._element.node()){var e=t.widget().getBBox(),o=t.widget().getBBox(!0);(e.width!==o.width||e.height!==o.height)&&i.render()}})},r.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},r}),define("css!src/layout/Grid",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/layout/Grid",["d3","../common/HTMLWidget","./Cell","../common/TextBox","../common/Utility","css!./Grid"],e):t.layout_Grid=e(t.d3,t.common_HTMLWidget,t.layout_Cell,t.common_TextBox,t.common_Utility)}(this,function(t,e,i,o,r){function n(){e.call(this),this._tag="div",this._colCount=0,this._rowCount=0,this._colSize=0,this._rowSize=0,this._selectionBag=new r.Selection,this.content([])}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" layout_Grid",n.prototype.publish("designMode",!1,"boolean","Design Mode",null,{tags:["Basic"]}),n.prototype.publish("designModeOpacity",1,"number","Opacity of Cells and drag handles in Design Mode",null,{tags:["Basic"]}),n.prototype.publish("hideDragHandles",!1,"boolean","Hide Drag Handles in Design Mode",null,{tags:["Basic"]}),n.prototype.publish("hideDesignGrid",!1,"boolean","Hide Design Mode Grid",null,{tags:["Basic"]}),n.prototype.publish("disableCellSelection",!1,"boolean","Disable the ability to 'select' cells while in designMode",null,{tags:["Basic"]}),n.prototype.publish("restrictDraggingOut",!1,"boolean","Restrict Cell dragging to the bounds of the Grid",null,{tags:["Basic"]}),n.prototype.publish("gutter",4,"number","Gap Between Widgets",null,{tags:["Basic"]}),n.prototype.publish("fitTo","all","set","Sizing Strategy",["all","width"],{tags:["Basic"]}),n.prototype.publish("designGridColor","#dddddd","html-color","Color of grid lines in Design Mode",null,{tags:["Private"]}),n.prototype.publish("designGridColorExtra","#333333","html-color","Color of excess grid lines in Design Mode",null,{tags:["Private"]}),n.prototype.publish("surfacePadding",null,"string","Cell Padding (px)",null,{tags:["Intermediate"]}),n.prototype.publish("surfaceBorderWidth",1,"number","Width (px) of Cell Border",null,{tags:["Intermediate"]}),n.prototype.publish("extraDesignModeWidth",0,"number","Number of additional columns added when in Design Mode.",null,{tags:["Private"]}),n.prototype.publish("extraDesignModeHeight",0,"number","Number of additional rows added when in Design Mode.",null,{tags:["Private"]}),n.prototype.publish("cellDensity",3,"string","Increase the cell density with this multiplier (Ex: 3 results in 3 cols per col and 3 rows per row)",null,{tags:["Intermediate"]}),n.prototype.publish("content",[],"widgetArray","widgets",null,{tags:["Basic"]}),n.prototype.getDimensions=function(){var t={width:0,height:0};return this.content().forEach(function(e){t.width=o.gridRow()&&t=o.gridCol()&&e=e&&(clearInterval(i),t())},20);return this},n.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),i.style("position","relative"),this.dropDiv=i.append("div"),this.contentDiv=i.append("div"),this._scrollBarWidth=this.getScrollbarWidth()},n.prototype.findCurrentLocation=function(t){this._currLoc=[Math.floor((t.clientX-this._offsetX)/this._colSize),Math.floor((t.clientY-this._offsetY)/this._rowSize)]},n.prototype.overHandle=function(t){var e="",i=this._dragCell.handleSize(),o=this._dragCell.gridRowSpan()===this._currLoc[1]-this._dragCell.gridRow()+1,r=this._dragCell.gridRow()===this._currLoc[1],n=this._dragCell.gridColSpan()===this._currLoc[0]-this._dragCell.gridCol()+1,l=this._dragCell.gridCol()===this._currLoc[0],a=this._offsetY+this._currLoc[1]*this._rowSize,s=this._offsetX+this._currLoc[0]*this._colSize,d=this._colSize-this.gutter(),c=this._rowSize-this.gutter();return Math.ceil(a+c)>=t.clientY&&Math.floor(a+c-i)<=t.clientY&&o?e="s":Math.floor(a)<=t.clientY&&Math.ceil(a+i)>=t.clientY&&r&&(e="n"),Math.ceil(s+d)>=t.clientX&&Math.floor(s+d-i)<=t.clientX&&n?e+="e":Math.floor(s)<=t.clientX&&Math.ceil(s+i)>=t.clientX&&l&&(e+="w"),e},n.prototype.createDropTarget=function(t,e){var i=t[0]-this._dragCellOffsetX,o=t[1]-this._dragCellOffsetY,r=this._dragCell.gridColSpan(),n=this._dragCell.gridRowSpan(),l=document.createElement("div");l.id="grid-drop-target"+this.id(),l.className="grid-drop-target grid-drag-handle-"+e,this._element.node().appendChild(l),this.updateDropTarget(i,o,r,n)},n.prototype.setGridOffsets=function(){this._offsetX=this._element.node().getBoundingClientRect().left+this.gutter()/2,this._offsetY=this._element.node().getBoundingClientRect().top+this.gutter()/2},n.prototype.updateDropTarget=function(t,e,i,o){if(this.restrictDraggingOut()){var r=0>e,n=t+i>this._colCount,l=e+o>this._rowCount,a=0>t;if(n){var s=t+i-this._colCount;t-=s}if(l){var d=e+o-this._rowCount;e-=d}a&&(t=0),r&&(e=0)}var c,h,p,u;c=this._offsetY+e*this._rowSize,h=this._offsetX+t*this._colSize,p=i*this._colSize-this.gutter(),u=o*this._rowSize-this.gutter();var g=document.getElementById("grid-drop-target"+this.id());g.style.top=c+"px",g.style.left=h+"px",g.style.width=p+"px",g.style.height=u+"px"},n.prototype.moveDropTarget=function(t){if(this.restrictDraggingOut()&&(t[0]=t[0]>this._colCount-1?this._colCount-1:t[0],t[0]=t[0]<0?0:t[0],t[1]=t[1]>this._rowCount-1?this._rowCount-1:t[1],t[1]=t[1]<0?0:t[1]),this._handle){var e=[];switch(this._handle){case"nw":e=[this._dragCell.gridCol()+this._dragCell.gridColSpan()-1,this._dragCell.gridRow()+this._dragCell.gridRowSpan()-1];break;case"n":case"ne":e=[this._dragCell.gridCol(),this._dragCell.gridRow()+this._dragCell.gridRowSpan()-1];break;case"e":case"se":case"s":e=[this._dragCell.gridCol(),this._dragCell.gridRow()];break;case"sw":case"w":e=[this._dragCell.gridCol()+this._dragCell.gridColSpan()-1,this._dragCell.gridRow()]}switch(this._handle){case"e":case"w":this._locY=e[1];break;default:this._locY=t[1]<=e[1]?t[1]:e[1]}switch(this._handle){case"n":case"s":this._locX=e[0];break;default:this._locX=t[0]<=e[0]?t[0]:e[0]}switch(this._handle){case"n":case"s":this._sizeX=this._dragCell.gridColSpan();break;default:this._sizeX=Math.abs(t[0]-e[0])+1}switch(this._handle){case"e":case"w":this._sizeY=this._dragCell.gridRowSpan();break;default:this._sizeY=Math.abs(t[1]-e[1])+1}}else if(null!==document.getElementById("grid-drop-target"+this.id())){var i=this.getCell(t[1],t[0]);null!==i&&this._dragCell._id!==i._id?(document.getElementById("grid-drop-target"+this.id()).className="grid-drop-target drop-target-over",this._locX=i.gridCol(),this._locY=i.gridRow(),this._sizeX=i.gridColSpan(),this._sizeY=i.gridRowSpan()):(document.getElementById("grid-drop-target"+this.id()).className="grid-drop-target",this._locX=t[0]-this._dragCellOffsetX,this._locY=t[1]-this._dragCellOffsetY,this._sizeX=this._dragCell.gridColSpan(),this._sizeY=this._dragCell.gridRowSpan())}this.updateDropTarget(this._locX,this._locY,this._sizeX,this._sizeY)},n.prototype.updateCells=function(e,i){var o=this;this.updateCellMultiples();var r=this.contentDiv.selectAll(".cell_."+this._id).data(this.content(),function(t){return t._id});r.enter().append("div").attr("class","cell_ "+this._id).style("position","absolute").each(function(t){t.target(this),t.__grid_watch=t.monitor(function(t,e,i){o._renderCount&&0===t.indexOf("grid")&&e!==i&&o.childMoved()})});var n=t.behavior.drag().on("dragstart",function(e){t.event.sourceEvent.stopPropagation(),o._dragCell=e,o.setGridOffsets(),o.findCurrentLocation(t.event.sourceEvent),o._startLoc=[o._currLoc[0],o._currLoc[1]],o._element.selectAll(".dragHandle").style("visibility","hidden"),o._handle=o.overHandle(t.event.sourceEvent),-1===o._dragCell._dragHandles.indexOf(o._handle)&&(o._handle=void 0),o._dragCellOffsetX=o._currLoc[0]-e.gridCol(),o._dragCellOffsetY=o._currLoc[1]-e.gridRow(),o.createDropTarget(o._currLoc,o._handle),setTimeout(function(){o.contentDiv.selectAll(".cell_."+o._id).classed("dragItem",function(t){return e._id===t._id}).classed("notDragItem",function(t){return e._id!==t._id})},0),o._initSelection=!0}).on("drag",function(e){o._initSelection=!1,o._dragCell=e,o.findCurrentLocation(t.event.sourceEvent),("undefined"==typeof o._currLocation||o._currLocation[0]!==o._currLoc[0]||o._currLocation[1]!==o._currLoc[1])&&(o._currLocation=o._currLoc,o.moveDropTarget(o._currLoc))}).on("dragend",function(){if(t.event.sourceEvent.stopPropagation(),(o._initSelection||o._startLoc[0]===o._currLoc[0]||o._startLoc[1]===o._currLoc[1])&&(o.disableCellSelection()||o.selectionBagClick(o.getCell(o._currLoc[1],o._currLoc[0]))),o._element.selectAll(".dragHandle").style("visibility",null),o._handle)if(o.restrictDraggingOut()){var e=o._locY>0?o._locY:0,i=o._locX>0?o._locX:0;e=o._locY+o._sizeY0?h:0,c-=p>0?p:0,d=d>0?d:0,c=c>0?c:0}o._dragCell.gridCol(d).gridRow(c).gridColSpan(a).gridRowSpan(l)}var u=document.getElementById("grid-drop-target"+o.id());u.parentNode.removeChild(u),setTimeout(function(){o.contentDiv.selectAll(".cell_."+o._id).classed("dragItem",!1).classed("notDragItem",!1)},0),o._dragCell=null});this.designMode()?(this.contentDiv.selectAll(".cell_."+this._id).call(n),t.select(o._target).on("click",function(){o._selectionBag.clear(),o.postSelectionChange()})):(this.contentDiv.selectAll(".cell_."+this._id).on(".drag",null),this._selectionBag.clear()),r.style("left",function(t){return t.gridCol()*e+o.gutter()/2+"px"}).style("top",function(t){return t.gridRow()*i+o.gutter()/2+"px"}).style("width",function(t){return t.gridColSpan()*e-o.gutter()+"px"}).style("height",function(t){return t.gridRowSpan()*i-o.gutter()+"px"}).each(function(t){t._parentElement.attr("draggable",o.designMode()).selectAll(".dragHandle").attr("draggable",o.designMode()),t.surfacePadding(o.surfacePadding()).surfaceBorderWidth(o.surfaceBorderWidth()).resize()}),r.exit().each(function(t){t.target(null),t.__grid_watch&&t.__grid_watch.remove()}).remove()},n.prototype.postSelectionChange=function(){},n.prototype.updateDropCells=function(t,e,i){function o(t){return parseInt(t)-.5}function r(t,e,i,o,r){c.beginPath(),c.strokeStyle=r,c.moveTo(t,i),c.lineTo(e,o),c.stroke()}function n(){var o=!1;return"undefined"==typeof l.prevDimensions?o=!0:l.prevDimensions.width!==t.width||l.prevDimensions.height!==t.height?o=!0:l.prevCellWidth!==e||l.prevCellHeight!==i?o=!0:""===l._target.style.backgroundImage&&l.designMode()&&!l.hideDesignGrid()?o=!0:""===l._target.style.backgroundImage||l.designMode()?""!==l._target.style.backgroundImage&&l.hideDesignGrid()&&(o=!0):o=!0,o}var l=this;if(n())if(this.designMode()&&!this.hideDesignGrid()){var a=document.createElement("canvas");a.width=t.width*e,a.height=t.height*i;for(var s=(t.width-this.extraDesignModeWidth())*e,d=(t.height-this.extraDesignModeHeight())*i,c=a.getContext("2d"),h=0,p=.5+e;p div > div.cell_ > div[draggable=true]").style({opacity:this.designModeOpacity()}),i.selectAll("#"+this.id()+" > div > div.cell_ > div[draggable=true] > div > div.dragHandle").style({opacity:this.designModeOpacity()}),i.selectAll("#"+this.id()+" > div > div.cell_ > div[draggable=false]").style({opacity:1}),i.selectAll("#"+this.id()+" > div > div.cell_ > div[draggable=false] > div > div.dragHandle").style({opacity:1}),this.updateCells(r,n),this.updateDropCells(o,r,n),i.classed("hideHandles",this.hideDragHandles())},n.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},n.prototype._createSelectionObject=function(t){return{_id:t._id,element:function(){return t._element},widget:t}},n.prototype.selection=function(t){return arguments.length?(this._selectionBag.set(t.map(function(t){return this._createSelectionObject(t)},this)),this):this._selectionBag.get().map(function(t){return t._id})},n.prototype.selectionBagClick=function(e){if(null!==e){var i=this._createSelectionObject(e);t.event.sourceEvent.ctrlKey?this._selectionBag.isSelected(i)?(this._selectionBag.remove(i),this.postSelectionChange()):(this._selectionBag.append(i),this.postSelectionChange()):(this._selectionBag.set([i]),this.postSelectionChange())}},n}),define("css!src/layout/Layered",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/layout/Layered",["d3","../common/HTMLWidget","../layout/AbsoluteSurface","../common/TextBox","../common/Text","css!./Layered"],e):t.layout_Layered=e(t.d3,t.common_HTMLWidget,t.layout_AbsoluteSurface,t.common_TextBox,t.common_Text)}(this,function(t,e,i,o,r){function n(){e.call(this),this._tag="div"}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" layout_Layered",n.prototype.publish("surfacePadding",0,"number","Padding"),n.prototype.publish("widgets",[],"widgetArray","widgets",null,{tags:["Private"]}),n.prototype.addLayer=function(t){var e=this.widgets();return e.push(t?t:(new r).text("No widget defined for layer.")),this.widgets(e),this},n.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._contentContainer=i.append("div").attr("class","container")},n.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var o=this;i.style("padding",this.surfacePadding()+"px");var r=this._contentContainer.selectAll(".content.id"+this.id()).data(this.widgets(),function(t){return t.id()});r.enter().append("div").attr("class","content id"+this.id()).each(function(t,e){t.target(this)}),r.each(function(t,e){t.resize({width:o.clientWidth(),height:o.clientHeight()}).render()}),r.exit().each(function(t,e){t.target(null)}).remove(),r.order()},n}),function(t,e){"function"==typeof define&&define.amd?define("src/layout/Popup",["d3","../common/HTMLWidget","../layout/Surface","../common/Icon"],e):t.layout_Popup=e(t.d3,t.common_HTMLWidget,t.layout_Surface,t.common_Icon)}(this,function(t,e,i,o){function r(){e.call(this),this._tag="div",this._surfaceButtons=[]}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" layout_Popup",r.prototype.publish("popupState",!1,"boolean","State of the popup, visible (true) or hidden (false)",null,{}),r.prototype.publish("shrinkWrap",!1,"boolean","The popup parent container either shrinks to the size of its contents (true) or expands to fit thge popup's parentDiv (false)",null,{}),r.prototype.publish("centerPopup","none","set","Center the widget in its container element (target) or in the window",["none","container","window"],{}),r.prototype.publish("top",null,"number","Top position property of popup",null,{}),r.prototype.publish("bottom",null,"number","Bottom position property of popup",null,{}),r.prototype.publish("left",null,"number","Left position property of popup",null,{}),r.prototype.publish("right",null,"number","Right position property of popup",null,{}),r.prototype.publish("position","relative","set","Value of the 'position' property",["absolute","relative","fixed","static","initial","inherit"],{tags:["Private"]}),r.prototype.publish("widget",null,"widget","Widget",null,{tags:["Private"]}),r.prototype.updateState=function(t){t=t||!this.popupState(),this.popupState(t).render()},r.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this.widget().target(t),this._originalPosition=this.position()},r.prototype.update=function(t,i){e.prototype.update.apply(this,arguments),i.style({visibility:this.popupState()?null:"hidden",opacity:this.popupState()?null:0,width:this.shrinkWrap()?this.widget().width()+"px":this._size.width+"px",height:this.shrinkWrap()?this.widget().height()+"px":this._size.height+"px"}),0===this.widget().size().height&&this.widget().resize(this.size())},r.prototype.postUpdate=function(t,i){var o,r;switch(this.centerPopup()){case"container":this._parentElement&&(o=parseInt(this._parentElement.style("width"))/2-this.widget().width()/2,r=parseInt(this._parentElement.style("height"))/2-this.widget().height()/2),this.position("absolute");break;case"window":o=window.innerWidth/2-this.widget().width()/2,r=window.innerHeight/2-this.widget().height()/2,this.position("fixed");break;default:o=0,r=0,this.position(this._originalPosition)}this.pos({x:o,y:r}),e.prototype.postUpdate.apply(this,arguments),i.style("position",this.position()).style("left",this.left()+"px").style("right",this.right()+"px").style("top",this.top()+"px").style("bottom",this.bottom()+"px")},r.prototype.exit=function(t,i){this.widget()&&(this.widget(null),this.render()),e.prototype.exit.apply(this,arguments)},r.prototype.click=function(t){console.log("Clicked: "+t.id)},r}),define("css!src/layout/Tabbed",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/layout/Tabbed",["d3","../common/HTMLWidget","../layout/Surface","../common/Text","css!./Tabbed"],e):t.layout_Tabbed=e(t.d3,t.common_HTMLWidget,t.layout_Surface,t.common_Text)}(this,function(t,e,i,o){function r(){e.call(this),this._tag="div"}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" layout_Tabbed",r.prototype.publish("showTabs",!0,"boolean","Show Tabs",null,{}),r.prototype.publish("surfacePadding",4,"number","Padding"),r.prototype.publish("activeTabIdx",0,"number","Index of active tab",null,{}),r.prototype.publish("labels",[],"array","Array of tab labels sharing an index with ",null,{tags:["Private"]}),r.prototype.publish("tabLocation","top","set","Position the tabs at the bottom of the widget",["top","bottom"],{tags:["Private"]}),r.prototype.publish("widgets",[],"widgetArray","widgets",null,{tags:["Private"]}),r.prototype.clearTabs=function(){return this.labels([]),this.widgets([]),this},r.prototype.addTab=function(t,e,r,n){var l=t.size();0===l.width&&0===l.height&&t.size({width:"100%",height:"100%"});var a=this.labels(),s=this.widgets();r&&this.activeTabIdx(this.widgets().length),a.push(e);var d=(new i).widget(t?t:(new o).text("No widget defined for tab"));return s.push(d),this.labels(a),this.widgets(s),n&&n(d),this},r.prototype.widgetSize=function(t){var e=this.clientWidth(),i=this.clientHeight(),o=this._tabContainer.node().getBoundingClientRect();return"undefined"!=typeof o.height&&(i-=o.height),{width:e,height:i}},r.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._tabContainer=i.append("div"),this._contentContainer=i.append("div")},r.prototype.update=function(i,o){e.prototype.update.apply(this,arguments);var r=this;o.style("padding",this.surfacePadding_exists()?this.surfacePadding()+"px":null);var n=this._tabContainer.selectAll(".tab-button.id"+this.id()).data(this.showTabs()?this.labels():[],function(t){return t});n.enter().append("span").attr("class","tab-button id"+this.id()).style("cursor","pointer").on("click",function(t,e){r.click(r.widgets()[e].widget(),t,e),r.activeTabIdx(e).render()}),n.classed("active",function(t,e){return r.activeTabIdx()===e}).text(function(t){return t}),n.exit().remove();var l=this._contentContainer.selectAll(".tab-content.id"+this.id()).data(this.widgets(),function(t){return t.id()});switch(l.enter().append("div").attr("class","tab-content id"+this.id()).each(function(t,e){t.target(this)}),l.classed("active",function(t,e){return r.activeTabIdx()===e}).style("display",function(t,e){return r.activeTabIdx()===e?"block":"none"}).each(function(e,i){if(e.visible(r.activeTabIdx()===i),r.activeTabIdx()===i){var o=r.widgetSize(t.select(this));e.surfaceBorderWidth(r.showTabs()?null:0).surfacePadding(r.showTabs()?null:0).resize(o)}}),l.exit().each(function(t,e){t.target(null)}).remove(),this.tabLocation()){case"bottom":this._tabContainer.attr("class","on_bottom").style("top",this._contentContainer.node().offsetHeight+this.surfacePadding()+"px").style("position","absolute"),this._contentContainer.style("top",this.surfacePadding_exists()?this.surfacePadding()+"px":null).style("position","absolute");break;default:this._tabContainer.attr("class","on_top").style("top",null).style("position","relative"),this._contentContainer.style("top",this._tabContainer.node().offsetHeight+this.surfacePadding()+"px").style("position","absolute")}},r.prototype.click=function(t,e,i){},r}),define("css!src/layout/Toolbar",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/layout/Toolbar",["d3","../common/HTMLWidget","css!./Toolbar"],e):t.layout_Toolbar=e(t.d3,t.common_HTMLWidget)}(this,function(t,e){function i(){e.call(this),this._tag="div"}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" layout_Toolbar",i.prototype.publish("title","","string","Title",null,{tags:["Intermediate"]}),i.prototype.publish("fontSize",null,"number","Title Font Size (px)",null,{tags:["Advanced"],optional:!0}),i.prototype.publish("fontColor",null,"html-color","Title Font Color",null,{tags:["Advanced"],optional:!0}),i.prototype.publish("fontFamily",null,"string","Title Font Family",null,{tags:["Advanced"],optional:!0}),i.prototype.publish("fontBold",!0,"boolean","Enable Bold Title Font",null,{tags:["Advanced"],optional:!0}),i.prototype.publish("backgroundColor",null,"html-color","Background Color",null,{tags:["Intermediate"],optional:!0}),i.prototype.publish("responsive",!0,"boolean","Adapts to pixel width",null,{tags:["Basic"]}),i.prototype.publish("widgets",[],"widgetArray","Child widgets of the toolbar",null,{tags:["Basic"]}),i.prototype.publish("widgetClasses",[],"array","Array of Html Element classes to be assigned to the child widgets (shares index with widgets param)",null,{tags:["Basic"]}),i.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},i.prototype.update=function(i,o){e.prototype.update.apply(this,arguments);var r=this;o.attr("title",r.title()).style("background-color",this.backgroundColor());var n=o.selectAll("div.toolbar-title").data(this.title()?[this.title()]:[]);n.enter().append("div").classed("toolbar-title",!0).append("span"),n.selectAll("div.toolbar-title > span").style("font-size",this.fontSize_exists()?this.fontSize()+"px":null).style("color",this.fontColor_exists()?this.fontColor():null).style("font-family",this.fontFamily_exists()?this.fontFamily():null).style("font-weight",this.fontBold_exists()?this.fontBold()?"bold":"normal":null).style("background-color",this.backgroundColor_exists()?this.backgroundColor():null).text(r.title()),n.exit().remove();var l=o.selectAll("div.toolbar-child").data(null!==this.widgets()?this.widgets():[],function(t){return t.id()});l.enter().insert("div","div.toolbar-title").each(function(e,i){var o=r.widgetClasses()[i]?r.widgetClasses()[i]+" toolbar-child":"toolbar-child";t.select(this).classed(o,!0),e.target(this)}),l.exit().each(function(t){t.target(null)}).remove(),l.order()},i.prototype.render=function(t){var i=this;e.prototype.render.call(this,function(e){var o=i.element().node().getBoundingClientRect(),r=o.left+o.width;i.element().selectAll("div.toolbar-child").each(function(t,e){var i=this.getBoundingClientRect();r>i.left&&(r=i.left)}),i.element().select(".toolbar-title").style("width",r-o.left-4+"px"),t&&t(e)})},i.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments),this.widgets().forEach(function(t){t.target(null)})},i}),function(t){var e=document,i="appendChild",o="styleSheet",r=e.createElement("style");r.type="text/css",e.getElementsByTagName("head")[0][i](r),r[o]?r[o].cssText=t:r[i](e.createTextNode(t))}('.layout_AbsoluteSurface,.layout_Layered .placeholder .common_Widget.layout_AbsoluteSurface{pointer-events:none}.layout_AbsoluteSurface .placeholder{position:relative;overflow:hidden}.layout_Layered .placeholder .common_Widget{pointer-events:all}.layout_Accordion>ul{position:relative}.layout_Accordion.open>span{font-style:italic}.layout_Accordion.closed>ul{height:0;overflow:hidden}.layout_Accordion.open>ul{display:block}.layout_Accordion>.collapsible-icon,.layout_Accordion>.collapsible-title{cursor:pointer;box-sizing:border-box}.layout_Accordion>.collapsible-title{display:block;width:100%;font-size:13px;color:#fff;padding:4px 8px;height:26px;-webkit-box-shadow:inset 0 -1px 1px 0 rgba(0,0,0,.2);-moz-box-shadow:inset 0 -1px 1px 0 rgba(0,0,0,.2);box-shadow:inset 0 -1px 1px 0 rgba(0,0,0,.2);background-color:#333}.layout_Accordion li{background-color:#fff}.layout_Accordion>ul{background-color:#333;padding-left:0}.layout_Accordion .layout_Accordion>.collapsible-title,.layout_Accordion .layout_Accordion>ul{background-color:#555}.layout_Accordion .layout_Accordion .layout_Accordion>.collapsible-title,.layout_Accordion .layout_Accordion .layout_Accordion>ul{background-color:#777}.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>.collapsible-title,.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>ul{background-color:#999}.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>.collapsible-title,.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>ul{background-color:#bbb}.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>.collapsible-title,.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>ul{background-color:#ccc}.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>.collapsible-title,.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>ul{background-color:#ddd}.layout_Accordion>span{padding-left:0}.layout_Accordion .layout_Accordion>span,.layout_Accordion .layout_Accordion>ul{padding-left:12px}.layout_Accordion>.collapsible-title:before{padding:4px 8px;position:absolute;left:0;top:0}.layout_Accordion>.collapsible-icon{position:absolute;top:0;right:0;width:24px;height:24px;color:#fff}.layout_Surface{margin:0;border:1px solid #e5e5e5;overflow:hidden;height:100%;width:100%}.layout_Surface>h3{margin:0;padding:2px;background-color:#e5e5e5}.layout_Surface .html-button-container{position:absolute;right:0;top:3px}.layout_Surface>div{padding:8px}.layout_Surface .html-button-container .surface-button{margin-right:5px}.layout_Surface .html-button-container .surface-button i{opacity:.8}.layout_Border div[draggable=true] .dragHandle,.layout_Surface .html-button-container .surface-button:hover{opacity:1}.layout_Surface .html-button-container .surface-button:active{opacity:.5}div[draggable=true].hideDragCellContent.content-icon:before{content:"\\f080";font-family:FontAwesome;position:absolute;top:calc(50% - 74px);left:calc(50% - 56px);font-size:100px}div[draggable=true].hideDragCellContent.content-icon-Line:before{content:"\\f201"}div[draggable=true].hideDragCellContent.content-icon-Pie:before{top:calc(50% - 72px);left:calc(50% - 45px);content:"\\f200"}div[draggable=true].hideDragCellContent.content-icon-Area:before{content:"\\f1fe"}div[draggable=true].hideDragCellContent.content-icon-Gauge:before{content:"\\f0e4"}div[draggable=true].hideDragCellContent.content-icon-Table:before{content:"\\f0ce"}div[draggable=true].hideDragCellContent.content-icon-Form:before{content:"\\f11c"}div[draggable=true].hideDragCellContent.content-icon-Accordion:before,div[draggable=true].hideDragCellContent.content-icon-Border:before,div[draggable=true].hideDragCellContent.content-icon-Graph:before,div[draggable=true].hideDragCellContent.content-icon-Grid:before,div[draggable=true].hideDragCellContent.content-icon-MultiChart:before,div[draggable=true].hideDragCellContent.content-icon-MultiChartSurface:before,div[draggable=true].hideDragCellContent.content-icon-Tabbed:before{content:"\\f247"}div[draggable=true].hideDragCellContent.content-icon-ChoroplethCounties:before,div[draggable=true].hideDragCellContent.content-icon-ChoroplethCountries:before,div[draggable=true].hideDragCellContent.content-icon-ChoroplethStates:before,div[draggable=true].hideDragCellContent.content-icon-ChoroplethStatesHeat:before,div[draggable=true].hideDragCellContent.content-icon-FAChar:before,div[draggable=true].hideDragCellContent.content-icon-GMap:before,div[draggable=true].hideDragCellContent.content-icon-GMapGraph:before,div[draggable=true].hideDragCellContent.content-icon-GMapHeat:before,div[draggable=true].hideDragCellContent.content-icon-Text:before,div[draggable=true].hideDragCellContent.content-icon-TextBox:before{content:"\\f278"}.layout_Cell .update-indicator{box-sizing:border-box;position:absolute;top:0;left:0;padding:0;z-index:1000;border-width:0;border-style:solid;pointer-events:none}.layout_Border{width:100%;height:100%}.layout_Border>.border-content{width:100%;height:100%;position:relative}.layout_Border>.borderHandle{width:6px;height:6px;background-color:#444;opacity:.3;position:absolute;visibility:hidden}.layout_Border.design-mode>.borderHandle{visibility:visible}.layout_Border>.borderHandle:hover{background-color:#666}.layout_Border div[draggable=false]>div>.dragHandle,.layout_Border>.borderHandle.borderHandleDisabled,.layout_Grid div[draggable=false]>div>.dragHandle{display:none}.layout_Border>.borderHandle_bottom,.layout_Border>.borderHandle_top{cursor:ns-resize}.layout_Border>.borderHandle_left,.layout_Border>.borderHandle_right{cursor:ew-resize}.layout_Border .cell{border-radius:5px;border:1px solid #e5e5e5;display:inline-block;overflow:hidden}.layout_Border .cell h2,.layout_Grid .cell h2{margin:0;padding-top:4px;-webkit-margin:0;text-align:center}.layout_Border .layout_BorderCell.over{border:2px dashed #000}.layout_Border .dragItem{z-index:-1;opacity:.33}.layout_Border .notDragItem{z-index:-1;opacity:1}.layout_Border div[draggable=true]{opacity:.75;cursor:default}.layout_Border div[draggable=true] .dragHandle_e,.layout_Border div[draggable=true] .dragHandle_n,.layout_Border div[draggable=true] .dragHandle_s,.layout_Border div[draggable=true] .dragHandle_w{background-color:#aaa}.layout_Border div[draggable=true] .dragHandle_ne,.layout_Border div[draggable=true] .dragHandle_nw,.layout_Border div[draggable=true] .dragHandle_se,.layout_Border div[draggable=true] .dragHandle_sw{background-color:#333}.layout_Border div[draggable=true] .dragHandle_nw{cursor:nw-resize}.layout_Border div[draggable=true] .dragHandle_n{cursor:n-resize}.layout_Border div[draggable=true] .dragHandle_ne{cursor:ne-resize}.layout_Border div[draggable=true] .dragHandle_e{cursor:e-resize}.layout_Border div[draggable=true] .dragHandle_se{cursor:se-resize}.layout_Border div[draggable=true] .dragHandle_s{cursor:s-resize}.layout_Border div[draggable=true] .dragHandle_sw{cursor:sw-resize}.layout_Border div[draggable=true] .dragHandle_w{cursor:w-resize}.layout_Border .grid-drop-target{position:fixed;box-sizing:border-box;border:2px dashed #7f8c8d;border-radius:0;background:repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0)4px,rgba(100,100,100,.1)4px,rgba(100,100,100,.1)8px)}.layout_Border .grid-drop-target.drop-target-over{border:2px dashed #179bd7;background:repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0)6px,rgba(17,155,215,.1)6px,rgba(17,155,215,.1)12px)}.layout_Grid .cell,.layout_Grid .dropCell{border-radius:5px;border:1px solid #e5e5e5;display:inline-block;overflow:hidden}.layout_Grid .dropCell{box-sizing:border-box;background-color:#d3d3d3;border:1px solid #333}.layout_Grid .dropCell.over,.layout_Grid .layout_Cell.over{border:2px dashed #000}.layout_Grid .dragItem{z-index:0}.layout_Grid .notDragItem,.layout_Grid div[draggable=true] .dragHandle{opacity:1}.layout_Grid .layout_Surface{height:100%;width:100%;box-sizing:border-box}.layout_Grid div[draggable=true]{cursor:move}.layout_Grid div[draggable=true] .dragHandle_e,.layout_Grid div[draggable=true] .dragHandle_n,.layout_Grid div[draggable=true] .dragHandle_s,.layout_Grid div[draggable=true] .dragHandle_w{background-color:#aaa}.layout_Grid div[draggable=true] .dragHandle_ne,.layout_Grid div[draggable=true] .dragHandle_nw,.layout_Grid div[draggable=true] .dragHandle_se,.layout_Grid div[draggable=true] .dragHandle_sw{background-color:#333}.layout_Grid div[draggable=true] .dragHandle_nw{cursor:nw-resize}.layout_Grid div[draggable=true] .dragHandle_n{cursor:n-resize}.layout_Grid div[draggable=true] .dragHandle_ne{cursor:ne-resize}.layout_Grid div[draggable=true] .dragHandle_e{cursor:e-resize}.layout_Grid div[draggable=true] .dragHandle_se{cursor:se-resize}.layout_Grid div[draggable=true] .dragHandle_s{cursor:s-resize}.layout_Grid div[draggable=true] .dragHandle_sw{cursor:sw-resize}.layout_Grid div[draggable=true] .dragHandle_w{cursor:w-resize}.layout_Grid .selected div.dragHandle{background-color:#f48a00}.layout_Grid .selected div.dragHandle_ne,.layout_Grid .selected div.dragHandle_nw,.layout_Grid .selected div.dragHandle_se,.layout_Grid .selected div.dragHandle_sw{background-color:#ee1}.layout_Grid .grid-drop-target{position:fixed;box-sizing:border-box;border:2px dashed #7f8c8d;border-radius:0;background:repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0)4px,rgba(100,100,100,.1)4px,rgba(100,100,100,.1)8px)}.layout_Grid .grid-drop-target.drop-target-over{border:2px dashed #179bd7;background:repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0)6px,rgba(17,155,215,.1)6px,rgba(17,155,215,.1)12px)}.layout_Grid .grid-drop-target.grid-drag-handle-{cursor:move}.layout_Grid .grid-drop-target.grid-drag-handle-n,.layout_Grid .grid-drop-target.grid-drag-handle-s{cursor:ns-resize}.layout_Grid .grid-drop-target.grid-drag-handle-e,.layout_Grid .grid-drop-target.grid-drag-handle-w{cursor:ew-resize}.layout_Grid .grid-drop-target.grid-drag-handle-ne,.layout_Grid .grid-drop-target.grid-drag-handle-sw{cursor:nesw-resize}.layout_Grid .grid-drop-target.grid-drag-handle-nw,.layout_Grid .grid-drop-target.grid-drag-handle-se{cursor:nwse-resize}.layout_Grid.hideHandles div.dragHandle,.layout_Grid.hideHandles div.dragHandle_ne,.layout_Grid.hideHandles div.dragHandle_nw,.layout_Grid.hideHandles div.dragHandle_se,.layout_Grid.hideHandles div.dragHandle_sw{background-color:transparent}.layout_Layered .layout_Layered_Container{position:relative;pointer-events:none}.layout_Layered .content{position:absolute}.layout_Tabbed .tab-button{position:relative;top:1px;display:inline-block;border-left:1px solid #ddd;border-top:1px solid #ddd;border-right:1px solid #ddd;margin-right:4px;padding:2px 2px 4px;background-color:#ccc}.layout_Tabbed .tab-button.active{background-color:#fff;z-index:999}.layout_Tabbed .on_bottom .tab-button{border-bottom:1px solid #ddd;border-top:none;top:-1px}.layout_Toolbar{height:100%;background-color:#ddd;white-space:nowrap;overflow:hidden}.layout_Toolbar .toolbar-child,.layout_Toolbar .toolbar-title{position:relative;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);margin-left:4px}.layout_Toolbar .toolbar-title{display:inline-block;font-weight:700;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.layout_Toolbar .toolbar-child{float:right;margin-right:4px;line-height:16px}'), +define("hpcc-viz-layout",function(){}); \ No newline at end of file diff --git a/dist-amd/hpcc-viz-map.js b/dist-amd/hpcc-viz-map.js new file mode 100644 index 0000000000..c77c0ebc7a --- /dev/null +++ b/dist-amd/hpcc-viz-map.js @@ -0,0 +1,5 @@ +// (c) 2008 David Troy + +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define("topojson",["exports"],e):e(t.topojson=t.topojson||{})}(this,function(t){"use strict";function e(){}function o(t){if(!t)return e;var o,r,n=t.scale[0],i=t.scale[1],a=t.translate[0],s=t.translate[1];return function(t,e){e||(o=r=0),t[0]=(o+=t[0])*n+a,t[1]=(r+=t[1])*i+s}}function r(t){if(!t)return e;var o,r,n=t.scale[0],i=t.scale[1],a=t.translate[0],s=t.translate[1];return function(t,e){e||(o=r=0);var p=Math.round((t[0]-a)/n),l=Math.round((t[1]-s)/i);t[0]=p-o,t[1]=l-r,o=p,r=l}}function n(t,e){for(var o,r=t.length,n=r-e;n<--r;)o=t[n],t[n++]=t[r],t[r]=o}function i(t,e){for(var o=0,r=t.length;r>o;){var n=o+r>>>1;t[n]t?~t:t],i=0,a=r.length;a>i;++i)e.push(o=r[i].slice()),h(o,i);0>t&&n(e,a)}function i(t){return t=t.slice(),h(t,0),t}function a(t){for(var e=[],o=0,n=t.length;n>o;++o)r(t[o],e);return e.length<2&&e.push(e[0].slice()),e}function s(t){for(var e=a(t);e.length<4;)e.push(e[0].slice());return e}function p(t){return t.map(s)}function l(t){var e=t.type;return"GeometryCollection"===e?{type:e,geometries:t.geometries.map(l)}:e in u?{type:e,coordinates:u[e](t)}:null}var h=o(t.transform),c=t.arcs,u={Point:function(t){return i(t.coordinates)},MultiPoint:function(t){return t.coordinates.map(i)},LineString:function(t){return a(t.arcs)},MultiLineString:function(t){return t.arcs.map(a)},Polygon:function(t){return p(t.arcs)},MultiPolygon:function(t){return t.arcs.map(p)}};return l(e)}function l(t,e){function o(e){var o,r=t.arcs[0>e?~e:e],n=r[0];return t.transform?(o=[0,0],r.forEach(function(t){o[0]+=t[0],o[1]+=t[1]})):o=r[r.length-1],0>e?[o,n]:[n,o]}function r(t,e){for(var o in t){var r=t[o];delete e[r.start],delete r.start,delete r.end,r.forEach(function(t){n[0>t?~t:t]=1}),s.push(r)}}var n={},i={},a={},s=[],p=-1;return e.forEach(function(o,r){var n,i=t.arcs[0>o?~o:o];i.length<3&&!i[1][0]&&!i[1][1]&&(n=e[++p],e[p]=o,e[r]=n)}),e.forEach(function(t){var e,r,n=o(t),s=n[0],p=n[1];if(e=a[s])if(delete a[e.end],e.push(t),e.end=p,r=i[p]){delete i[r.start];var l=r===e?e:e.concat(r);i[l.start=e.start]=a[l.end=r.end]=l}else i[e.start]=a[e.end]=e;else if(e=i[p])if(delete i[e.start],e.unshift(t),e.start=s,r=a[s]){delete a[r.end];var h=r===e?e:r.concat(e);i[h.start=r.start]=a[h.end=e.end]=h}else i[e.start]=a[e.end]=e;else e=[t],i[e.start=s]=a[e.end=p]=e}),r(a,i),r(i,a),e.forEach(function(t){n[0>t?~t:t]||s.push([t])}),s}function h(t){return p(t,c.apply(this,arguments))}function c(t,e,o){function r(t){var e=0>t?~t:t;(h[e]||(h[e]=[])).push({i:t,g:p})}function n(t){t.forEach(r)}function i(t){t.forEach(n)}function a(t){"GeometryCollection"===t.type?t.geometries.forEach(a):t.type in c&&(p=t,c[t.type](t.arcs))}var s=[];if(arguments.length>1){var p,h=[],c={LineString:n,MultiLineString:i,Polygon:i,MultiPolygon:function(t){t.forEach(i)}};a(e),h.forEach(arguments.length<3?function(t){s.push(t[0].i)}:function(t){o(t[0].g,t[t.length-1].g)&&s.push(t[0].i)})}else for(var u=0,d=t.arcs.length;d>u;++u)s.push(u);return{type:"MultiLineString",arcs:l(t,s)}}function u(t){var e=t[0],o=t[1],r=t[2];return Math.abs((e[0]-r[0])*(o[1]-e[1])-(e[0]-o[0])*(r[1]-e[1]))}function d(t){for(var e,o=-1,r=t.length,n=t[r-1],i=0;++oe?~e:e]||(n[e]=[])).push(t)})}),i.push(t)}function r(e){return Math.abs(d(p(t,{type:"Polygon",arcs:[e]}).coordinates[0]))}var n={},i=[],a=[];return e.forEach(function(t){"Polygon"===t.type?o(t.arcs):"MultiPolygon"===t.type&&t.arcs.forEach(o)}),i.forEach(function(t){if(!t._){var e=[],o=[t];for(t._=1,a.push(e);t=o.pop();)e.push(t),t.forEach(function(t){t.forEach(function(t){n[0>t?~t:t].forEach(function(t){t._||(t._=1,o.push(t))})})})}}),i.forEach(function(t){delete t._}),{type:"MultiPolygon",arcs:a.map(function(e){var o,i=[];if(e.forEach(function(t){t.forEach(function(t){t.forEach(function(t){n[0>t?~t:t].length<2&&i.push(t)})})}),i=l(t,i),(o=i.length)>1)for(var a,s,p=1,h=r(i[0]);o>p;++p)(a=r(i[p]))>h&&(s=i[0],i[0]=i[p],i[p]=s,h=a);return i})}}function m(t){function e(t,e){t.forEach(function(t){0>t&&(t=~t);var o=n[t];o?o.push(e):n[t]=[e]})}function o(t,o){t.forEach(function(t){e(t,o)})}function r(t,e){"GeometryCollection"===t.type?t.geometries.forEach(function(t){r(t,e)}):t.type in s&&s[t.type](t.arcs,e)}var n={},a=t.map(function(){return[]}),s={LineString:e,MultiLineString:o,Polygon:o,MultiPolygon:function(t,e){t.forEach(function(t){o(t,e)})}};t.forEach(r);for(var p in n)for(var l=n[p],h=l.length,c=0;h>c;++c)for(var u=c+1;h>u;++u){var d,y=l[c],f=l[u];(d=a[y])[p=i(d,f)]!==f&&d.splice(p,0,f),(d=a[f])[p=i(d,y)]!==y&&d.splice(p,0,y)}return a}function g(t,e){return t[1][2]-e[1][2]}function _(){function t(t,e){for(;e>0;){var o=(e+1>>1)-1,n=r[o];if(g(t,n)>=0)break;r[n._=e]=n,r[t._=e=o]=t}}function e(t,e){for(;;){var o=e+1<<1,i=o-1,a=e,s=r[a];if(n>i&&g(r[i],s)<0&&(s=r[a=i]),n>o&&g(r[o],s)<0&&(s=r[a=o]),a===e)break;r[s._=e]=s,r[t._=e=a]=t}}var o={},r=[],n=0;return o.push=function(e){return t(r[e._=n]=e,n++),n},o.pop=function(){if(!(0>=n)){var t,o=r[0];return--n>0&&(t=r[n],e(r[t._=0]=t,0)),o}},o.remove=function(o){var i,a=o._;if(r[a]===o)return a!==--n&&(i=r[n],(g(i,o)<0?t:e)(r[i._=a]=i,a)),a},o}function v(t,e){function n(t){s.remove(t),t[1][2]=e(t),s.push(t)}var i=o(t.transform),a=r(t.transform),s=_();return e||(e=u),t.arcs.forEach(function(t){var o,r,p,l,h=[],c=0;for(r=0,p=t.length;p>r;++r)l=t[r],i(t[r]=[l[0],l[1],1/0],r);for(r=1,p=t.length-1;p>r;++r)o=t.slice(r-1,r+2),o[1][2]=e(o),h.push(o),s.push(o);for(r=0,p=h.length;p>r;++r)o=h[r],o.previous=h[r-1],o.next=h[r+1];for(;o=s.pop();){var u=o.previous,d=o.next;o[1][2]=r;r++){var n=this.encode(t,e,r),i=this.decode(n);if(i.lat===t&&i.lon===e)return n}o=12}if(t=Number(t),e=Number(e),o=Number(o),isNaN(t)||isNaN(e)||isNaN(o))throw new Error("Invalid geohash");for(var a=0,s=0,p=!0,l="",h=-90,c=90,u=-180,d=180;l.lengthy?(a=2*a+1,u=y):(a=2*a,d=y)}else{var f=(h+c)/2;t>f?(a=2*a+1,h=f):(a=2*a,c=f)}p=!p,5===++s&&(l+=this.base32.charAt(a),s=0,a=0)}return l},e.prototype.decode=function(t){var e=this.bounds(t),o=e.sw.lat,r=e.sw.lon,n=e.ne.lat,i=e.ne.lon,a=(o+n)/2,s=(r+i)/2;return a=a.toFixed(Math.floor(2-Math.log(n-o)/Math.LN10)),s=s.toFixed(Math.floor(2-Math.log(i-r)/Math.LN10)),{lat:Number(a),lon:Number(s)}},e.prototype.bounds=function(t){if(0===t.length)throw new Error("Invalid geohash");t=t.toLowerCase();for(var e=!0,o=-90,r=90,n=-180,i=180,a=0;a=0;l--){var h=p>>l&1;if(e){var c=(n+i)/2;1===h?n=c:i=c}else{var u=(o+r)/2;1===h?o=u:r=u}e=!e}}var d={sw:{lat:o,lon:n},ne:{lat:r,lon:i}};return d},e.prototype.adjacent=function(t,e){if(t=t.toLowerCase(),e=e.toLowerCase(),0===t.length)throw new Error("Invalid geohash");if(-1==="nsew".indexOf(e))throw new Error("Invalid direction");var o={n:["p0r21436x8zb9dcf5h7kjnmqesgutwvy","bc01fg45238967deuvhjyznpkmstqrwx"],s:["14365h7k9dcfesgujnmqp0r2twvyx8zb","238967debc01fg45kmstqrwxuvhjyznp"],e:["bc01fg45238967deuvhjyznpkmstqrwx","p0r21436x8zb9dcf5h7kjnmqesgutwvy"],w:["238967debc01fg45kmstqrwxuvhjyznp","14365h7k9dcfesgujnmqp0r2twvyx8zb"]},r={n:["prxz","bcfguvyz"],s:["028b","0145hjnp"],e:["bcfguvyz","prxz"],w:["0145hjnp","028b"]},n=t.slice(-1),i=t.slice(0,-1),a=t.length%2;return-1!==r[e][a].indexOf(n)&&""!==i&&(i=this.adjacent(i,e)),i+this.base32.charAt(o[e][a].indexOf(n))},e.prototype.neighbours=function(t){return{n:this.adjacent(t,"n"),ne:this.adjacent(this.adjacent(t,"n"),"e"),e:this.adjacent(t,"e"),se:this.adjacent(this.adjacent(t,"s"),"e"),s:this.adjacent(t,"s"),sw:this.adjacent(this.adjacent(t,"s"),"w"),w:this.adjacent(t,"w"),nw:this.adjacent(this.adjacent(t,"n"),"w")}},e.prototype.contained=function(t,e,o,r,n){(isNaN(e)||e>=90)&&(e=89),(isNaN(o)||o>180)&&(o=180),(isNaN(r)||-90>=r)&&(r=-89),(isNaN(t)||-180>t)&&(t=-180),n=n||1;for(var i=this.encode(e,t,n),a=this.encode(e,o,n),s=this.encode(r,o,n),p=i,l=0,h=-1,c=[i,s],u=this.adjacent(i,"e");u!==s;)c.push(u),++l,u===a||h===l?(h=l+1,l=0,u=this.adjacent(p,"s"),p=u):u=this.adjacent(u,"e");return c},e.prototype.calculateWidthDegrees=function(t){var e;e=t%2===0?-1:-.5;var o=180/Math.pow(2,2.5*t+e);return o},e.prototype.width=function(t){var e=t%2;return 180/(2^(5*t+e)/2-1)};var o=function(){function e(){var e=Math.max(Math.log(r)/Math.LN2-8,0),a=Math.round(e+i),s=Math.pow(2,e-a+8),p=[(n[0]-r/2)/s,(n[1]-r/2)/s],l=[],h=t.range(Math.max(0,Math.floor(-p[0])),Math.max(0,Math.ceil(o[0]/s-p[0]))),c=t.range(Math.max(0,Math.floor(-p[1])),Math.max(0,Math.ceil(o[1]/s-p[1])));return c.forEach(function(t){h.forEach(function(e){l.push([e,t,a])})}),l.translate=p,l.scale=s,l}var o=[960,500],r=256,n=[o[0]/2,o[1]/2],i=0;return e.size=function(t){return arguments.length?(o=t,e):o},e.scale=function(t){return arguments.length?(r=t,e):r},e.translate=function(t){return arguments.length?(n=t,e):n},e.zoomDelta=function(t){return arguments.length?(i=+t,e):i},e},r=function(){function e(t){var e=t[0],s=t[1];return o=null,r(e,s),o||(n(e,s),o)||(i(e,s),o)||(a(e,s),o),o}var o,r,n,i,a,s=1e-6,p=t.geo.albers(),l=t.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),h=t.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),c=t.geo.conicEqualArea().rotate([66,0]).center([0,18]).parallels([8,18]),u={point:function(t,e){o=[t,e]}};return e.invert=function(t){var e=p.scale(),o=p.translate(),r=(t[0]-o[0])/e,n=(t[1]-o[1])/e;return(n>=.12&&.234>n&&r>=-.425&&-.214>r?l:n>=.166&&.234>n&&r>=-.214&&-.115>r?h:n>=.204&&.234>n&&r>=.32&&.38>r?c:p).invert(t)},e.stream=function(t){var e=p.stream(t),o=l.stream(t),r=h.stream(t),n=c.stream(t);return{point:function(t,i){e.point(t,i),o.point(t,i),r.point(t,i),n.point(t,i)},sphere:function(){e.sphere(),o.sphere(),r.sphere(),n.sphere()},lineStart:function(){e.lineStart(),o.lineStart(),r.lineStart(),n.lineStart()},lineEnd:function(){e.lineEnd(),o.lineEnd(),r.lineEnd(),n.lineEnd()},polygonStart:function(){e.polygonStart(),o.polygonStart(),r.polygonStart(),n.polygonStart()},polygonEnd:function(){e.polygonEnd(),o.polygonEnd(),r.polygonEnd(),n.polygonEnd()}}},e.precision=function(t){return arguments.length?(p.precision(t),l.precision(t),h.precision(t),c.precision(t),e):p.precision()},e.scale=function(t){return arguments.length?(p.scale(t),l.scale(.35*t),h.scale(t),c.scale(t),e.translate(p.translate())):p.scale()},e.translate=function(t){if(!arguments.length)return p.translate();var o=p.scale(),d=+t[0],y=+t[1];return r=p.translate(t).clipExtent([[d-.455*o,y-.238*o],[d+.455*o,y+.238*o]]).stream(u).point,n=l.translate([d-.307*o,y+.201*o]).clipExtent([[d-.425*o+s,y+.12*o+s],[d-.214*o-s,y+.234*o-s]]).stream(u).point,i=h.translate([d-.205*o,y+.212*o]).clipExtent([[d-.214*o+s,y+.166*o+s],[d-.115*o-s,y+.234*o-s]]).stream(u).point,a=c.translate([d+.35*o,y+.224*o]).clipExtent([[d+.32*o,y+.204*o],[d+.38*o,y+.234*o]]).stream(u).point,e},e.scale(1070)};return t.geo.albersUsaPr||(t.geo.albersUsaPr=r),{Geohash:e,Tile:o,albersUsaPr:r}}),define("css!src/map/Layered",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/map/Layered",["d3","topojson","../common/SVGWidget","./Utility","css!./Layered"],e):t.map_Layered=e(t.d3,t.topojson,t.common_SVGWidget,t.map_Utility)}(this,function(t,e,o,r){function n(){o.call(this),this._drawStartPos="origin",this.projection("mercator")}var i=.25,a=2048/Math.PI;return n.prototype=Object.create(o.prototype),n.prototype.constructor=n,n.prototype._class+=" map_Layered",n.prototype.publish("projection",null,"set","Map projection type",["albersUsa","albersUsaPr","azimuthalEqualArea","azimuthalEquidistant","conicEqualArea","conicConformal","conicEquidistant","equirectangular","gnomonic","mercator","orthographic","stereographic","transverseMercator"]),n.prototype.publish("centerLat",0,"number","Center Latitude",null,{tags:["Basic"]}),n.prototype.publish("centerLong",0,"number","Center Longtitude",null,{tags:["Basic"]}),n.prototype.publish("zoom",1,"number","Zoom Level",null,{tags:["Basic"]}),n.prototype.publish("autoScaleMode","all","set","Auto Scale",["none","all"],{tags:["Basic"]}),n.prototype.publish("layers",[],"widgetArray","Layers"),n.prototype.data=function(t){var e=o.prototype.data.apply(this,arguments);return arguments.length&&(this._autoScaleOnNextRender=!0),e},n.prototype.projection_orig=n.prototype.projection,n.prototype.projection=function(e){var o=n.prototype.projection_orig.apply(this,arguments);if(arguments.length){switch(this._d3GeoProjection=t.geo[e]().scale(a).translate([0,0]),e){case"orthographic":this._d3GeoProjection.clipAngle(90).rotate([0,0])}this._d3GeoPath=t.geo.path().projection(this._d3GeoProjection),this._autoScaleOnNextRender=!0}return o},n.prototype.size=function(t){var e=o.prototype.size.apply(this,arguments);return arguments.length&&(delete this._prevCenterLat,delete this._prevCenterLong),e},n.prototype.enter=function(e,r){o.prototype.enter.apply(this,arguments);var n=this;this._zoom=t.behavior.zoom().scaleExtent([.25*i,131072*i]).on("zoomstart",function(t){n._zoomstart_translate=n._zoom.translate(),n._zoomstart_scale=n._zoom.scale()}).on("zoom",function(){if(t.event&&t.event.sourceEvent&&t.event.sourceEvent.ctrlKey&&"mousemove"===t.event.sourceEvent.type)return void n.render();n.zoomed();var e=n.width()/2,o=n.height()/2,r=n.invert(e,o);n.centerLong(r[0]),n.centerLat(r[1]),n.zoom(n._zoom.scale()/i),n._prevCenterLong=n.centerLong(),n._prevCenterLat=n.centerLat(),n._prevZoom=n.zoom()}).on("zoomend",function(){}),this._zoomGrab=r.append("rect").attr("class","background"),this._layersTarget=r.append("g").attr("class","layersTarget"),r.call(this._zoom)},n.prototype.update=function(e,r){if(o.prototype.update.apply(this,arguments),this._prevCenterLat!==this.centerLat()||this._prevCenterLong!==this.centerLong()||this._prevZoom!==this.zoom()){var n=t.geo[this.projection()]().scale(this.zoom()*i*a).translate([this.width()/2,this.height()/2]),s=n([this.centerLong(),this.centerLat()])||[this.width()/2,this.height()/2];this._zoom.scale(this.zoom()*i).translate([this.width()-s[0],this.height()-s[1]]),this._prevCenterLat=this.centerLat(),this._prevCenterLong=this.centerLong(),this._prevZoom=this.zoom()}this._zoomGrab.attr("width",this.width()).attr("height",this.height());var p=this._layersTarget.selectAll(".layerContainer").data(this.layers().filter(function(t){return t.visible()}),function(t){return t.id()}),l=this;p.enter().append("g").attr("id",function(t){return t.id()}).attr("class","layerContainer").each(function(e){e._svgElement=t.select(this),e._domElement=l._parentOverlay.append("div"),e.layerEnter(l,e._svgElement,e._domElement)}),p.each(function(t){t.layerUpdate(l)}),p.exit().each(function(t){t.layerExit(l),t._domElement.remove()}).remove(),p.order(),this.zoomed()},n.prototype.exit=function(t,e){o.prototype.enter.apply(this,arguments)},n.prototype.zoomed=function(){var t=this._layersTarget.selectAll(".layerContainer"),e=this;t.each(function(t){t.layerZoomed(e)})},n.prototype.render=function(t){var e=this,r=o.prototype.render.call(this,function(o){e._layersTarget&&(e._renderCount&&e._autoScaleOnNextRender||e._prevAutoScaleMode!==e.autoScaleMode())?(e._prevAutoScaleMode=e.autoScaleMode(),e._autoScaleOnNextRender=!1,setTimeout(function(){e.autoScale(),e.autoScale(),t&&t(o)},0)):t&&t(o)});return r},n.prototype.project=function(t,e){t>=90?t=89:-90>=t&&(t=-89);var o=this._d3GeoProjection([e,t]);return o&&(o[0]*=this._zoom.scale(),o[1]*=this._zoom.scale(),o[0]+=this._zoom.translate()[0],o[1]+=this._zoom.translate()[1]),o},n.prototype.invert=function(t,e){return t-=this._zoom.translate()[0],e-=this._zoom.translate()[1],t/=this._zoom.scale(),e/=this._zoom.scale(),this._d3GeoProjection.invert([t,e])},n.prototype.getBounds=function(){var t=this._layersTarget.node().getBBox();return{x:t.x,y:t.y,width:t.width,height:t.height}},n.prototype.autoScale=function(){switch(this.autoScaleMode()){case"none":return;case"all":this.shrinkToFit(this.getBounds())}},n.prototype.shrinkToFit=function(t){if(t.width&&t.height){var e=this.width(),o=this.height(),r=this._zoom.translate(),n=this._zoom.scale();t.x+=t.width/2,t.y+=t.height/2,r[0]-=t.x-e/2,r[1]-=t.y-o/2;var i=n*Math.min(e/t.width,o/t.height);this._zoom.translate(r).scale(i).event(this._layersTarget)}else console.log("Layered.prototype.shrinkToFit - invalid rect: "+t)},n}),function(t,e){"function"==typeof define&&define.amd?define("src/map/Layer",["./Layered","../api/ITooltip"],e):t.map_Layer=e(t.map_Layered,t.api_ITooltip)}(this,function(t,e){function o(o){t.call(this),e.call(this)}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" map_Layer",o.prototype["implements"](e.prototype),o.prototype.layerEnter=function(t,e,o){this._parentOverlay=t._parentOverlay},o.prototype.enter=function(e,o){t.prototype.enter.apply(this,arguments),this._svgElement=this._layersTarget.append("g"),this._domElement=this._parentOverlay.append("div"),this.layerEnter(this,this._svgElement,this._domElement)},o.prototype.layerUpdate=function(t){},o.prototype.update=function(e,o){t.prototype.update.apply(this,arguments),this.layerUpdate(this)},o.prototype.layerExit=function(t){},o.prototype.exit=function(e,o){this.layerExit(this),this._svgElement.remove(),this._domElement.remove(),t.prototype.exit.apply(this,arguments)},o.prototype.layerZoomed=function(t){},o.prototype.zoomed=function(){t.prototype.zoomed.apply(this,arguments),this.layerZoomed(this)},o}),define("css!src/map/Choropleth",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/map/Choropleth",["d3","topojson","./Layer","../common/Palette","../common/Utility","css!./Choropleth"],e):t.map_Choropleth=e(t.d3,t.topojson,t.map_Layer,t.common_Palette,t.common_Utility)}(this,function(t,e,o,r,n){function i(){o.call(this),n.SimpleSelectionMixin.call(this),this._dataMap={},this._path=t.select(null)}return i.prototype=Object.create(o.prototype),i.prototype.constructor=i,i.prototype._class+=" map_Choropleth",i.prototype.mixin(n.SimpleSelectionMixin),i.prototype._palette=r.rainbow("default"),i.prototype.publish("paletteID","YlOrRd","set","Palette ID",i.prototype._palette["switch"](),{tags:["Basic","Shared"]}),i.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("opacity",1,"number","Opacity",null,{tags:["Advanced"]}),i.prototype.publish("meshVisible",!0,"boolean","Mesh Visibility"),i.prototype.publish("meshColor",null,"html-color","Stroke Color",null,{optional:!0}),i.prototype.publish("meshStrokeWidth",.25,"number","Stroke Width"),i.prototype.publish("internalOnly",!1,"boolean","Internal mesh only"),i.prototype.publish("autoScaleMode","mesh","set","Auto Scale",["none","mesh","data"],{tags:["Basic"],override:!0}),i.prototype.data=function(t){var e=o.prototype.data.apply(this,arguments);if(arguments.length){this._dataMap={},this._dataMinWeight=null,this._dataMaxWeight=null;var r=this;this.data().forEach(function(t){r._dataMap[t[0]]=t,(!r._dataMinWeight||t[1]r._dataMaxWeight)&&(r._dataMaxWeight=t[1])})}return e},i.prototype.getDataBounds=function(){var t=this._choroplethData.node().getBBox(),e={x:t.x,y:t.y,width:t.width,height:t.height},o=this._zoom.scale();e.x*=o,e.y*=o,e.width*=o,e.height*=o;var r=this._zoom.translate();return e.x+=r[0],e.y+=r[1],e},i.prototype.autoScale=function(){switch(this.autoScaleMode()){case"none":return;case"mesh":this.shrinkToFit(this.getBounds());break;case"data":this.shrinkToFit(this.getDataBounds())}},i.prototype.layerEnter=function(t,e,r){o.prototype.layerEnter.apply(this,arguments),this._choroplethTransform=e,this._choroplethData=this._choroplethTransform.append("g"),this._choropleth=this._choroplethTransform.append("path").attr("class","mesh")},i.prototype.layerUpdate=function(t,r){return o.prototype.layerUpdate.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.visible()&&this.meshVisible()?((r||this._prevProjection!==t.projection()||this._prevInternalOnly!==this.internalOnly())&&(this._choropleth.attr("d",t._d3GeoPath(e.mesh(this._choroTopology,this._choroTopologyObjects,this.internalOnly()?function(t,e){return t!==e}:function(t,e){return!0}))),this._prevProjection=t.projection(),this._prevInternalOnly=this.internalOnly()),void this._choroplethTransform.style("opacity",this.opacity()).style("stroke",this.meshColor())):(this._choropleth.attr("d",""),void delete this._prevProjection)},i.prototype.layerExit=function(t){delete this._prevProjection,delete this._prevInternalOnly},i.prototype.layerZoomed=function(t){o.prototype.layerZoomed.apply(this,arguments),this._choroplethTransform.attr("transform","translate("+t._zoom.translate()+")scale("+t._zoom.scale()+")").style("stroke-width",this.meshStrokeWidth()/t._zoom.scale()+"px")},i.prototype.click=function(t,e,o){console.log("Click: "+JSON.stringify(t)+", "+e+", "+o)},i}),function(t,e){"function"==typeof define&&define.amd?define("src/map/ChoroplethContinents",["d3","topojson","./Choropleth","./countries"],e):t.map_ChoroplethContinents=e(t.d3,t.topojson,t.map_Choropleth,t.map_countries)}(this,function(t,e,o,r){function n(){o.call(this),this._choroTopology=r.topology,this._choroTopologyObjects=r.topology.objects.land}return n.prototype=Object.create(o.prototype),n.prototype.constructor=n,n.prototype._class+=" map_ChoroplethContinents",n}),function(t,e){"function"==typeof define&&define.amd?define("src/map/ChoroplethCounties",["d3","topojson","./Choropleth","./us-counties"],e):t.map_ChoroplethCounties=e(t.d3,t.topojson,t.map_Choropleth,t.map_usCounties)}(this,function(t,e,o,r){function n(){o.call(this),this.projection("albersUsaPr"),this._choroTopology=r.topology,this._choroTopologyObjects=r.topology.objects.counties}var i=e.feature(r.topology,r.topology.objects.counties).features,a={};for(var s in i)i[s].id&&(a[i[s].id]=i[s]);var p=t.format("05d");return n.prototype=Object.create(o.prototype),n.prototype.constructor=n,n.prototype._class+=" map_ChoroplethCounties",n.prototype.publish("onClickFormatFIPS",!1,"boolean","format FIPS code as a String on Click"),n.prototype.layerEnter=function(e,n,i){o.prototype.layerEnter.apply(this,arguments),this._selection.widgetElement(this._choroplethData),this.choroPaths=t.select(null);var a=this;this.tooltipHTML(function(t){return a.tooltipFormat({label:r.countyNames[t[0]],value:a._dataMap[t[0]]?a._dataMap[t[0]][1]:"N/A"})})},n.prototype.layerUpdate=function(t){o.prototype.layerUpdate.apply(this,arguments),this.choroPaths=this._choroplethData.selectAll(".data").data(this.visible()?this.data():[],function(t){return t[0]});var e=this;this.choroPaths.enter().append("path").attr("class","data").call(this._selection.enter.bind(this._selection)).on("click",function(t){if(e._dataMap[t[0]]){var o=e.onClickFormatFIPS()?e._dataMap[t[0]].map(function(t,o){return e.onClickFormatFIPS()&&0===o?p(t):t}):e._dataMap[t[0]];e.click(e.rowToObj(o),"weight",e._selection.selected(this))}}).on("mouseout.tooltip",this.tooltip.hide).on("mousemove.tooltip",this.tooltip.show),this.choroPaths.attr("d",function(e){var o=t._d3GeoPath(a[e[0]]);return o||console.log("Unknown US County: "+e),o}).style("fill",function(t){var o=e._palette(t[1],e._dataMinWeight,e._dataMaxWeight);return o}),this.choroPaths.exit().remove()},n}),function(t,e){"function"==typeof define&&define.amd?define("src/map/ChoroplethCountries",["d3","topojson","./Choropleth","./countries"],e):t.map_ChoroplethCountries=e(t.d3,t.topojson,t.map_Choropleth,t.map_countries)}(this,function(t,e,o,r){function n(){o.call(this),this._choroTopology=r.topology,this._choroTopologyObjects=r.topology.objects.countries}var i=e.feature(r.topology,r.topology.objects.countries).features,a={};for(var s in i)i[s].id&&r.countryNames[i[s].id]&&(a[r.countryNames[i[s].id].name]=i[s]);return n.prototype=Object.create(o.prototype),n.prototype.constructor=n,n.prototype._class+=" map_ChoroplethCountries",n.prototype.layerEnter=function(e,r,n){o.prototype.layerEnter.apply(this,arguments),this._selection.widgetElement(this._choroplethData),this.choroPaths=t.select(null);var i=this;this.tooltipHTML(function(t){return i.tooltipFormat({label:t[0],value:t[1]})})},n.prototype.layerUpdate=function(t){o.prototype.layerUpdate.apply(this,arguments),this.choroPaths=this._choroplethData.selectAll(".data").data(this.visible()?this.data():[],function(t){return t[0]});var e=this;this.choroPaths.enter().append("path").attr("class","data").call(this._selection.enter.bind(this._selection)).on("click",function(t){e._dataMap[t[0]]&&e.click(e.rowToObj(e._dataMap[t[0]]),"weight",e._selection.selected(this))}).on("mouseout.tooltip",this.tooltip.hide).on("mousemove.tooltip",this.tooltip.show),this.choroPaths.attr("d",function(e){var o=t._d3GeoPath(a[e[0]]);return o||console.log("Unknown Country: "+e),o}).style("fill",function(t){var o=e._palette(t[1],e._dataMinWeight,e._dataMaxWeight);return o}),this.choroPaths.exit().remove()},n}),function(t,e){"function"==typeof define&&define.amd?define("src/map/ChoroplethStates",["d3","topojson","./Choropleth","./us-states"],e):t.map_ChoroplethStates=e(t.d3,t.topojson,t.map_Choropleth,t.map_usStates)}(this,function(t,e,o,r){function n(){o.call(this),this.projection("albersUsaPr"),this._choroTopology=r.topology,this._choroTopologyObjects=r.topology.objects.states}var i=e.feature(r.topology,r.topology.objects.states).features,a={};for(var s in i)i[s].id&&(a[r.stateNames[i[s].id].code]=i[s]);return n.prototype=Object.create(o.prototype),n.prototype.constructor=n,n.prototype._class+=" map_ChoroplethStates",n.prototype.layerEnter=function(e,n,i){o.prototype.layerEnter.apply(this,arguments),this._selection.widgetElement(this._choroplethData),this.choroPaths=t.select(null);var s=this;this.tooltipHTML(function(t){var e=a[t[0]].id;return s.tooltipFormat({label:r.stateNames[e].name,value:t[1]})})},n.prototype.layerUpdate=function(t){o.prototype.layerUpdate.apply(this,arguments),this.choroPaths=this._choroplethData.selectAll(".data").data(this.visible()?this.data():[],function(t){return t[0]});var e=this;this.choroPaths.enter().append("path").attr("class","data").call(this._selection.enter.bind(this._selection)).on("click",function(t){e.click(e.rowToObj(t),"weight",e._selection.selected(this))}).on("mouseout.tooltip",this.tooltip.hide).on("mousemove.tooltip",this.tooltip.show),this.choroPaths.attr("d",function(e){var o=t._d3GeoPath(a[e[0]]);return o||console.log("Unknown US State: "+e),o}).style("fill",function(t){var o=e._palette(t[1],e._dataMinWeight,e._dataMaxWeight);return o}),this.choroPaths.exit().remove()},n}),function(t,e){"function"==typeof define&&define.amd?define("src/map/ChoroplethStatesHeat",["../layout/Layered"],e):t.map_ChoroplethStatesHeat=e(t.layout_Layered)}(this,function(t){function e(e){t.call(this)}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" map_ChoroplethStatesHeat",e}),define("css!src/map/GeoHash",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/map/GeoHash",["d3","topojson","./Layer","./Utility","../common/Palette","../common/Utility","css!./GeoHash"],e):t.map_GeoHash=e(t.d3,t.topojson,t.map_Layer,t.map_Utility,t.common_Palette,t.common_Utility)}(this,function(t,e,o,r,n,i){function a(){o.call(this)}return a.prototype=Object.create(o.prototype),a.prototype.constructor=a,a.prototype._class+=" map_GeoHash",a.prototype._palette=n.rainbow("default"),a.prototype.publish("paletteID","YlOrRd","set","Palette ID",a.prototype._palette["switch"](),{tags:["Basic","Shared"]}),a.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),a.prototype.publish("opacity",1,"number","Opacity",null,{tags:["Advanced"]}),a.prototype.publish("meshVisible",!0,"boolean","Mesh Visibility"),a.prototype.publish("meshColor",null,"html-color","Stroke Color",null,{optional:!0}),a.prototype.publish("meshStrokeWidth",.25,"number","Stroke Width"),a.prototype.data=function(t){var e=o.prototype.data.apply(this,arguments);return arguments.length&&(this._dataMinWeight=null,this._dataMaxWeight=null,this.data().forEach(function(t){(!this._dataMinWeight||t[1]this._dataMaxWeight)&&(this._dataMaxWeight=t[1])},this)),e},a.prototype.layerEnter=function(e,n,a){o.prototype.layerEnter.apply(this,arguments),this.geohash=new r.Geohash,this._geoHashTransform=n.append("g"),this._selection=new i.SimpleSelection(this._geoHashTransform),this.geoHashPaths=t.select(null)},a.prototype.layerUpdate=function(t){o.prototype.layerUpdate.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this._geoHashTransform.style("opacity",this.opacity()),this.geoHashPaths=this._geoHashTransform.selectAll(".data").data(this.visible()?this.data():[],function(t){return t[0]});var e=this;this.geoHashPaths.enter().append("path").attr("class","data").call(this._selection.enter.bind(this._selection)).on("click",function(t){e.click(e.rowToObj(t),"weight",e._selection.selected(this))}),this.geoHashPaths.attr("d",function(o){var r=e.geohash.bounds(o[0]),n={type:"LineString",coordinates:[[r.sw.lon,r.ne.lat],[r.ne.lon,r.ne.lat],[r.ne.lon,r.sw.lat],[r.sw.lon,r.sw.lat]]};return t._d3GeoPath(n)}).style("fill",function(t){var o=e._palette(t[1],e._dataMinWeight,e._dataMaxWeight);return o}),this.geoHashPaths.exit().remove()},a.prototype.layerZoomed=function(t){o.prototype.layerZoomed.apply(this,arguments),this._geoHashTransform.attr("transform","translate("+t._zoom.translate()+")scale("+t._zoom.scale()+")").attr("stroke-width",1.5/t._zoom.scale()+"px")},a.prototype.click=function(t,e,o){console.log("Click: "+JSON.stringify(t)+", "+e+", "+o)},a}),define("css!src/map/GMap",[],function(){}),function(t,e){if("function"==typeof define&&define.amd){var o="https:"===window.location.protocol?"https:":"http:",r=r||"AIzaSyDwGn2i1i_pMZvnqYJN1BksD_tjYaCOWKg";define("src/map/GMap",["d3","../common/HTMLWidget","../layout/AbsoluteSurface","async!"+o+"//maps.google.com/maps/api/js?key="+r,"css!./GMap"],e)}else t.map_GMap=e(t.d3,t.common_HTMLWidget,t.layout_AbsoluteSurface)}(this,function(t,e,o){function r(t,e,o){google.maps.OverlayView.call(this),this._div=null,this._worldSurface=e,this._viewportSurface=o,this._map=t,this.setMap(t);var r=this;google.maps.event.addListener(t,"bounds_changed",function(){r.draw()}),google.maps.event.addListener(t,"projection_changed",function(){r.draw()}),this._prevWorldMin={x:0,y:0},this._prevWorldMax={x:0,y:0},this._prevMin={x:0,y:0},this._prevMax={x:0,y:0}}function n(){ +function t(t,e,o){var n=r._overlay.getProjection(),i=n.fromLatLngToDivPixel(new google.maps.LatLng(e,o)),a=n.getWorldWidth(),s=parseFloat(t.widgetX()),p=parseFloat(t.widgetY()),l=parseFloat(t.widgetWidth());for(i.x-=s,i.y-=p;i.x<0;)i.x+=a;for(;i.x>l;)i.x-=a;return i}e.call(this),this._tag="div";var r=this;this._worldSurface=new o,this._worldSurface.project=function(e,o){return t(this,e,o)},this._viewportSurface=new o,this._viewportSurface.project=function(e,o){return t(this,e,o)}}return r.prototype=google.maps.OverlayView.prototype,r.prototype.onAdd=function(){this.div=document.createElement("div"),this._viewportSurface.target(this.div).units("pixels");var t=this.getPanes();t.overlayMouseTarget.appendChild(this.div)},r.prototype.draw=function(){var t=this.getProjection();if(t){for(var e=this._map.getBounds(),o=t.fromLatLngToDivPixel(e.getCenter()),r=t.fromLatLngToDivPixel(e.getSouthWest()),n=t.fromLatLngToDivPixel(e.getNorthEast()),i={x:r.x,y:n.y},a={x:n.x,y:r.y},s=t.getWorldWidth();a.xo.x;)i.x-=s,a.x-=s;(i.x!==this._prevMin.x||i.y!==this._prevMin.y||a.x!==this._prevMax.x||a.y!==this._prevMax.y)&&(this._viewportSurface.widgetX(i.x).widgetY(i.y).widgetWidth(a.x-i.x).widgetHeight(a.y-i.y),this._viewportSurface._renderCount?(this._viewportSurface.render(),this._prevMin=i,this._prevMax=a):this._viewportSurface.lazyRender());for(var p=t.fromLatLngToDivPixel(new google.maps.LatLng(85,-179.9)),l=t.fromLatLngToDivPixel(new google.maps.LatLng(-85,179.9));l.xo.x;)p.x-=s,l.x-=s;(p.x!==this._prevWorldMin.x||p.y!==this._prevWorldMin.y||l.x!==this._prevWorldMax.x||l.y!==this._prevWorldMax.y)&&(this._worldSurface.widgetX(p.x).widgetY(p.y).widgetWidth(l.x-p.x).widgetHeight(l.y-p.y).render(),this._prevWorldMin=l,this._prevWorldMax=l)}},r.prototype.onRemove=function(){this._viewportSurface.target(null),this._div.parentNode.removeChild(this._div),this._div=null},n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" map_GMap",n.prototype.publish("type","road","set","Map Type",["terrain","road","satellite","hybrid"],{tags:["Basic"]}),n.prototype.publish("centerLat",42.877742,"number","Center Latitude",null,{tags:["Basic"]}),n.prototype.publish("centerLong",-97.380979,"number","Center Longtitude",null,{tags:["Basic"]}),n.prototype.publish("zoom",4,"number","Zoom Level",null,{tags:["Basic"]}),n.prototype.publish("panControl",!0,"boolean","Pan Controls",null,{tags:["Basic"]}),n.prototype.publish("zoomControl",!0,"boolean","Pan Controls",null,{tags:["Basic"]}),n.prototype.publish("mapTypeControl",!1,"boolean","Pan Controls",null,{tags:["Basic"]}),n.prototype.publish("scaleControl",!0,"boolean","Pan Controls",null,{tags:["Basic"]}),n.prototype.publish("streetViewControl",!1,"boolean","Pan Controls",null,{tags:["Basic"]}),n.prototype.publish("overviewMapControl",!1,"boolean","Pan Controls",null,{tags:["Basic"]}),n.prototype.publish("googleMapStyles",{},"object","Styling for map colors etc",null,{tags:["Basic"]}),n.prototype.data=function(t){var o=e.prototype.data.apply(this,arguments);return o},n.prototype.getMapType=function(){switch(this.type()){case"terrain":return google.maps.MapTypeId.TERRAIN;case"road":return google.maps.MapTypeId.ROADMAP;case"satellite":return google.maps.MapTypeId.SATELLITE;case"hybrid":return google.maps.MapTypeId.HYBRID;default:return google.maps.MapTypeId.ROADMAP}},n.prototype.getMapOptions=function(){return{panControl:this.panControl(),zoomControl:this.zoomControl(),mapTypeControl:this.mapTypeControl(),scaleControl:this.scaleControl(),streetViewControl:this.streetViewControl(),overviewMapControl:this.overviewMapControl(),overviewMapControlOptions:{opened:!0},styles:this.googleMapStyles()}},n.prototype.size=function(t){var o=e.prototype.size.apply(this,arguments);return arguments.length&&this._googleMapNode&&(this._googleMapNode.style({width:t.width+"px",height:t.height+"px"}),google.maps.event.trigger(this._googleMap,"resize")),o},n.prototype.enter=function(o,n){e.prototype.enter.apply(this,arguments),this._googleMapNode=n.append("div").style({width:this.width()+"px",height:this.height()+"px"}),this._googleMap=new google.maps.Map(this._googleMapNode.node(),{zoom:this.zoom(),center:new google.maps.LatLng(this.centerLat(),this.centerLong()),mapTypeId:this.getMapType(),disableDefaultUI:!0}),this._overlay=new r(this._googleMap,this._worldSurface,this._viewportSurface),this._circleMap=t.map([]),this._pinMap=t.map([]),this._prevCenterLat=this.centerLat(),this._prevCenterLong=this.centerLong(),this._prevZoom=this.zoom()},n.prototype.update=function(t,e){this._googleMap.setMapTypeId(this.getMapType()),this._googleMap.setOptions(this.getMapOptions()),(this._prevCenterLat!==this.centerLat()||this._prevCenterLong!==this.centerLong())&&(this._googleMap.setCenter(new google.maps.LatLng(this.centerLat(),this.centerLong())),this._prevCenterLat=this.centerLat(),this._prevCenterLong=this.centerLong()),this._prevZoom!==this.zoom()&&(this._googleMap.setZoom(this.zoom()),this._prevZoom=this.zoom()),this.updateCircles(),this.updatePins()},n.prototype.updateCircles=function(){function e(t){return t[0]+"_"+t[1]}var o=[],r=[],n=t.map(this._circleMap.keys(),function(t){return t});this.data().forEach(function(t){n.remove(e(t)),t[3]&&!this._circleMap.has(e(t))?o.push(t):t[3]&&this._circleMap.has(e(t))?r.push(t):!t[3]&&this._circleMap.has(e(t))&&n.set(e(t),!0)},this),o.forEach(function(t){var o=this.createCircle(t[0],t[1],t[3],"");this._circleMap.set(e(t),o)},this),r.forEach(function(t){},this);var i=this;n.forEach(function(t){i._circleMap.get(t).setMap(null),i._circleMap.remove(t)})},n.prototype.updatePins=function(){function e(t){return t[0]+"_"+t[1]}var o=[],r=[],n=t.map(this._pinMap.keys(),function(t){return t});this.data().forEach(function(t){n.remove(e(t)),t[2]&&!this._pinMap.has(e(t))?o.push(t):t[2]&&this._pinMap.has(e(t))?r.push(t):!t[2]&&this._pinMap.has(e(t))&&n.set(e(t),!0)},this),o.forEach(function(t){var o=this.createMarker(t[0],t[1],t[2],"");this._pinMap.set(e(t),o)},this),r.forEach(function(t){this._pinMap.get(e(t)).setIcon(this.createIcon(t[2]))},this);var i=this;n.forEach(function(t){i._pinMap.get(t).setMap(null),i._pinMap.remove(t)})},n.prototype.createIcon=function(t){return{path:"M 0,0 C -2,-20 -10,-22 -10,-30 A 10,10 0 1,1 10,-30 C 10,-22 2,-20 0,0 z M -2,-30",fillColor:t.fillColor,fillOpacity:t.fillOpacity||.8,scale:.5,strokeColor:t.strokeColor||"black",strokeWeight:.25}},n.prototype.createMarker=function(t,e,o){return new google.maps.Marker({position:new google.maps.LatLng(t,e),animation:google.maps.Animation.DROP,title:o.title||"",icon:this.createIcon(o),map:this._googleMap})},n.prototype.createCircle=function(t,e,o){return new google.maps.Circle({center:new google.maps.LatLng(t,e),radius:16093*o.radius/10,fillColor:o.fillColor||"red",strokeColor:o.strokeColor||o.fillColor||"black",strokeWeight:.5,map:this._googleMap})},n.prototype.zoomTo=function(t){var e=0,o=new google.maps.LatLngBounds;return t.forEach(function(t){var r=new google.maps.LatLng(t[0],t[1]);o.extend(r),++e}),e&&(this._googleMap.setCenter(o.getCenter()),this._googleMap.fitBounds(o),this._googleMap.getZoom()>12&&this._googleMap.setZoom(12)),this},n.prototype.zoomToFit=function(){return this.zoomTo(this.data())},n}),function(t,e){"function"==typeof define&&define.amd?define("src/map/GMapGraph",["./GMap","../graph/Graph","../graph/Edge","../common/Shape"],e):t.map_GMapGraph=e(t.map_GMap,t.graph_Graph,t.graph_Edge,t.common_Shape)}(this,function(t,e,o,r){function n(){t.call(this)}return n.prototype=Object.create(t.prototype),n.prototype.constructor=n,n.prototype._class+=" map_GMapGraph",n.prototype.enter=function(){t.prototype.enter.apply(this,arguments);var n=(new e).layout("None"),i=n.render,a=this;n.render=function(){var t=[],e=[],n=null;a.data().forEach(function(i){var s=a._viewportSurface.project(i[0],i[1]),p=(new r).shape("circle").radius(3).data(i).pos(s);t.push(p),n&&e.push((new o).sourceVertex(n).targetVertex(p).targetMarker("arrowHead")),n=p}),this.data({vertices:t,edges:e}),i.apply(this,arguments),this.graphData.nodeValues().forEach(function(t){var e=a._viewportSurface.project(t.data()[0],t.data()[1]);e.x-=a.width()/2,e.y-=a.height()/2,t.move(e)}),this.graphData.edgeValues().forEach(function(t){t.points([])})},this._viewportSurface.widget(n)},n}),function(t,e){"function"==typeof define&&define.amd?define("src/map/GMapHeat",["./GMap","../other/HeatMap"],e):t.map_GMapHeat=e(t.map_GMap,t.other_HeatMap)}(this,function(t,e){function o(){t.call(this)}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" map_GMapHeat",o.prototype.enter=function(){t.prototype.enter.apply(this,arguments);var o=new e,r=o.render,n=this;o.render=function(){this.data(n.data().map(function(t){var e=n._viewportSurface.project(t[0],t[1]);return[e.x,e.y,t[4]]})),r.apply(this,arguments)},this._viewportSurface.widget(o)},o}),function(t,e){"function"==typeof define&&define.amd?define("src/map/GMapLayered",["d3","./GMap","../common/SVGWidget"],e):t.map_GMapLayered=e(t.d3,t.map_GMap,t.common_SVGWidget)}(this,function(t,e,o){function r(){o.call(this),this._drawStartPos="origin"}function n(){e.call(this),this._layers=[]}var i=1/16,a=4096;return r.prototype=Object.create(o.prototype),r.prototype.constructor=r,r.prototype._class+=" map_Layered",r.prototype.enter=function(e,r){o.prototype.enter.apply(this,arguments),this._zoom=t.behavior.zoom().translate([0,0]).scale(1),this._d3GeoProjection=t.geo.mercator().scale(a/2/Math.PI).translate([0,0]),this._d3GeoPath=t.geo.path().projection(this._d3GeoProjection)},r.prototype.update=function(t,e){o.prototype.update.apply(this,arguments),this._hasZoomed=!0,this._hasRendered?this.zoomed():this.fullRender()},r.prototype.fullRender=function(){if(this._hasZoomed){this._hasRendered=!0,this.size(this.gmap.size());var e=this._element.selectAll(".layerContainer").data(this.gmap.layers(),function(t){return t.id()}),o=this;e.enter().append("g").attr("class","layerContainer").each(function(e){var r=t.select(this),n=o._parentOverlay.append("div");e.layerEnter(o,r,n)}),e.each(function(t){t.layerUpdate(o)}),e.exit().each(function(t){t.layerExit(o)}).remove(),this.zoomed()}},r.prototype.zoomed=function(){var t=this.gmap._overlay.getProjection();if(t){var e=new google.maps.LatLng(0,0),o=t.fromLatLngToDivPixel(e),r=parseFloat(this.surface.widgetX()),n=parseFloat(this.surface.widgetY()),a=[o.x-r,o.y-n],s=this.gmap._googleMap.getZoom();this._zoom.scale(i*(1<0})))});else e.push(t)}),n.choroPaths=n._choroplethData.selectAll(".data").data(n.visible()?e:[],function(t){return t[0]}),n.choroPaths.enter().append("path").attr("class","data").call(n._selection.enter.bind(n._selection)).on("click",function(t){n._dataMap[t[0]]&&n.click(n.rowToObj(n._dataMap[t[0]]),"weight",n._selection.selected(n))}).on("mouseover.tooltip",function(t){n.tooltipShow([t[0],t[1]],n.columns(),1)}).on("mouseout.tooltip",function(t){n.tooltipShow()}).on("mousemove.tooltip",function(t){n.tooltipShow([t[0],t[1]],n.columns(),1)}),n.choroPaths.attr("d",function(e){var o=t._d3GeoPath(n._choroTopologyFeatures[e[0]]);return o||console.log("Unknown Country: "+e),o}).style("fill",function(t){var e=n._palette(t[1],n._dataMinWeight,n._dataMaxWeight);return e}),n.choroPaths.exit().remove()})},n}),function(t){var e=document,o="appendChild",r="styleSheet",n=e.createElement("style");n.type="text/css",e.getElementsByTagName("head")[0][o](n),n[r]?n[r].cssText=t:n[o](e.createTextNode(t))}(".map_Layered .background{fill:none}.map_Layered .raster image{fill:#b5d0d0}.map_Layered .hash path{fill:none;stroke:red;stroke-linejoin:round}.map_Layered .checkerFill{fill:red;stroke:red;opacity:.5}.map_Layered .checkerNoFill{fill:none;stroke:none;opacity:.5}.map_Layered .mesh{fill:none;stroke:#6d6e71}.map_Layered .data.selected{stroke-width:1.25px;stroke:red}.map_Layered .data.selected.over{stroke:red}.map_GMap .marker{fill:#656565;stroke:none;stroke-width:1px}.map_GMap .map_Layered{pointer-events:auto;cursor:auto}.gm-style img{max-width:none}.gm-style label{width:auto;display:inline}.map_Layered .data{stroke:none}.map_Layered .data.over{stroke:orange}.map_Layered .marker{fill:#656565;stroke:none;stroke-width:1px}.map_Layered .dataEdge{stroke:#000;fill:none}.map_Layered .graticule,.map_Layered .graticuleOutline{fill:none;stroke:#a9a9a9;stroke-linejoin:round}.map_Layered .graticuleOutline{stroke:#000}.map_Heat{//pointer-events:none}.map_Heat canvas{pointer-events:none}.map_OpenStreet .background{fill:#fff}.map_OpenStreet .graticule{fill:none;stroke:#777;stroke-width:.5px;stroke-opacity:.5}.map_Layered .vector{fill:none;stroke:navy;stroke-linejoin:round}"),define("hpcc-viz-map",function(){}); \ No newline at end of file diff --git a/dist-amd/hpcc-viz-marshaller.js b/dist-amd/hpcc-viz-marshaller.js new file mode 100644 index 0000000000..7dfe7636be --- /dev/null +++ b/dist-amd/hpcc-viz-marshaller.js @@ -0,0 +1,2 @@ +!function(t,i){"function"==typeof define&&define.amd?define("src/marshaller/FlyoutButton",["../form/Button","../layout/Popup","../layout/Surface"],i):t.marshaller_FlyoutButton=i(t.form_Button,t.layout_Popup,t.layout_Surface)}(this,function(t,i,e){function a(){t.call(this),this.value("^");var a=this;this._popupSurface=(new e).surfaceBackgroundColor("rgb(234, 249, 255)").buttonAnnotations([{id:"",label:"",width:20,padding:"0px 5px","class":"close",font:"FontAwesome"}]).on("click",function(t){"close"===t["class"]&&a._popup.visible(!1).popupState(!1).render()}),this._popup=(new i).size({width:400,height:400}).position("absolute").widget(this._popupSurface)}return a.prototype=Object.create(t.prototype),a.prototype.constructor=a,a.prototype._class+=" marshaller_FlyoutButton",a.prototype.publishProxy("title","_popupSurface"),a.prototype.publishProxy("widget","_popupSurface"),a.prototype.publish("autoClose",!0,"boolean","Auto Close"),a.prototype.click=function(t){var i=this;this._popup.visible(!0).popupState(!0).render(function(t){var e=i._popupSurface.widget().getBBox();i._popupSurface.resize({width:e.width,height:e.height+i._popupSurface.calcHeight(i._popupSurface.element().select(".surfaceTitle"))+18}),i._popup.render()})},a.prototype.enter=function(i,e){t.prototype.enter.apply(this,arguments);for(var a=this;a&&-1===["marshaller_HTML","marshaller_Graph","composite_MegaChart"].indexOf(a.classID());)a=a.locateParentWidget();a&&(this._popupParentWidget=a,this._popup.target(a.node()))},a.prototype.render=function(i){var e=this,a=this._popup.popupState();t.prototype.render.call(e,function(t){var s=e._popupParentWidget.getBBox(),o=t.getBBox();e._popup.left(o.x-s.x+o.width-e._popup.width()).top(o.y-s.y+o.height).visible(a&&e.autoClose()?!1:a).popupState(a&&e.autoClose()?!1:a).render(),i&&i(t)})},a}),function(t,i){"function"==typeof define&&define.amd?define("src/marshaller/HipieDDL",["d3","../common/Class","../common/Database","../common/Utility","../other/Comms","../common/Widget","../composite/MegaChart","../chart/MultiChart","../other/Table","require","es6-promise"],i):t.marshaller_HipieDDL=i(t.d3,t.common_Class,t.common_Database,t.common_Utility,t.other_Comms,t.common_Widget,t.composite_MegaChart,t.chart_MultiChart,t.other_Table,t.require)}(this,function(t,i,e,a,s,o,r,n,u,p){function l(t,i){for(var e=t.split("."),a=i,s=0;s"+i.id),this.visualization.type){case"LINE":this.mappings=new v(this.visualization,i.mappings);break;case"TABLE":this.mappings=new _(this.visualization,i.mappings);break;case"GRAPH":this.mappings=new b(this.visualization,i.mappings,i.link);break;case"CHORO":i.mappings.weight instanceof Array&&i.mappings.weight.length?(this.mappings=new m(this.visualization,i.mappings,i.link),i.mappings.weight.length>1&&(this.visualization.type="LINE")):this.mappings=new g(this.visualization,i.mappings,i.link);break;case"HEAT_MAP":this.mappings=new y(this.visualization,i.mappings,i.link);break;default:this.mappings=new f(this.visualization,i.mappings)}this.first=i.first,this.reverse=i.reverse,this.sort=i.sort}}function z(t,i,e){this.event=t,this.dashboard=t.visualization.dashboard,this._visualization=i.visualization,this._instance=i.instance,this._datasource=i.datasource,this._merge=i.merge,this._mappings=i.mappings||e}function D(t,i,e){this.visualization=t,this.eventID=i,this._updates=[],e&&(this._updates=e.updates.map(function(t){return new z(this,t,e.mappings)},this))}function S(t,i){this.visualization=t,this.events={};for(var e in i)this.events[e]=new D(t,e,i[e])}function E(t,e,a){i.call(this),this.dashboard=t,this.parentVisualization=a,this.id=e.id,this.label=e.label,this.title=e.title||e.id,this.type=e.type,this.icon=e.icon||{},this.flag=e.flag||[],this.fields=e.fields||[],this.fieldsMap={},this.fields.forEach(function(t){this.fieldsMap[t.id]=t},this),this.properties=e.properties||(e.source?e.source.properties:null)||{},this.source=new w(this,e.source),this.events=new S(this,e.events),this.layers=[],this.hasVizDeclarations=!1,this.vizDeclarations={},"CHORO"===this.type?this.layers=(e.visualizations||[]).map(function(i){return new E(t,i,this)},this):(e.visualizations||[]).forEach(function(i){this.vizDeclarations[i.id]=new E(t,i,this),this.hasVizDeclarations=!0},this);var s=this;switch(this.type){case"CHORO":var o=e.properties&&e.properties.charttype?e.properties.charttype:"";switch(o){case"MAP_PINS":this.loadWidget("../map/Pins",function(t){t.id(e.id).columns(s.source.getColumns()).geohashColumn("geohash").tooltipColumn("label").fillColor(e.color?e.color:null).projection("albersUsaPr")});break;default:o="CHORO_USSTATES",this.source.mappings.contains("state")?o="CHORO_USSTATES":this.source.mappings.contains("county")?o="CHORO_USCOUNTIES":this.source.mappings.contains("country")&&(o="CHORO_COUNTRIES"),Promise.all(s.layers.map(function(t){return t.loadedPromise()})).then(function(){s.loadWidget("../composite/MegaChart",function(t){var i=s.layers.map(function(t){return t.widget});t.id(e.id).legendPosition_default("none").showChartSelect_default(!1).chartType_default(o).chartTypeDefaults({autoScaleMode:i.length?"data":"mesh"}).chartTypeProperties({layers:i})})})}break;case"2DCHART":case"PIE":case"BUBBLE":case"BAR":case"WORD_CLOUD":this.loadWidget("../composite/MegaChart",function(t){t.id(e.id).legendPosition_default("none").chartType_default(s.properties.chartType||s.properties.charttype||s.type)});break;case"LINE":this.loadWidget("../composite/MegaChart",function(t){t.id(e.id).legendPosition_default("none").chartType_default(s.properties.chartType||s.properties.charttype||s.type)});break;case"TABLE":this.loadWidget("../composite/MegaChart",function(t){t.id(e.id).legendPosition_default("none").showChartSelect_default(!1).chartType_default("TABLE")});break;case"SLIDER":this.loadWidget("../form/Slider",function(t){if(t.id(e.id),e.range){var i="";for(var a in e.source.mappings){i=a;break}t.low_default(+e.range[0]).high_default(+e.range[1]).step_default(+e.range[2]).selectionLabel_default(i)}});break;case"GRAPH":this.loadWidgets(["../graph/Graph"],function(t){t.id(e.id).layout_default("ForceDirected2").applyScaleOnLayout_default(!0)});break;case"FORM":this.loadWidgets(["../form/Form","../form/Input","../form/Button","../form/CheckBox","../form/ColorInput","../form/Radio","../form/Range","../form/Select","../form/Slider","../form/TextArea"],function(t,i){var a=i[1],s=i[3],o=i[5],r=i[7],n=i[9];t.id(e.id).inputs(e.fields.map(function(t){var i,e=[],u=[];switch(t.properties.charttype){case"TEXT":i=(new a).type_default("text");break;case"TEXTAREA":i=new n;break;case"CHECKBOX":i=new s;break;case"RADIO":i=new o;break;case"HIDDEN":i=(new a).type_default("hidden");break;default:if(t.properties.enumvals){i=new r,u=t.properties.enumvals;for(var p in u)e.push([p,u[p]])}else i=(new a).type_default("text")}if(i.name_default(t.id).label_default((t.properties?t.properties.label:null)||t.label).value_default(t.properties["default"]?t.properties["default"]:""),i instanceof s||i instanceof o){var l=Object.keys(t.properties.enumvals);i.selectOptions_default(l)}else e.length&&i.selectOptions_default(e);return i}))});break;case"HEAT_MAP":this.loadWidgets(["../other/HeatMap"],function(t){t.id(e.id).image_default(s.properties.imageUrl)});break;default:this.loadWidget("../common/TextBox",function(t){t.id(e.id).text_default(s.id+"\nTODO: "+s.type)})}}function M(t,i){this.dataSource=t,this.id=i.id,this.from=i.from,this.request={},this.notify=i.notify||[],this.filter=i.filter||[]}function x(){this.datasourceRequests={}}function C(){this.visualizationRequests={}}function U(t,i,e,a){this.dashboard=t,this.id=i.id,this.filter=i.filter||[],this.WUID=i.WUID,this.URL=t.marshaller.espUrl&&t.marshaller.espUrl._url?t.marshaller.espUrl._url:i.URL,this.databomb=i.databomb,this.request={},this._loadedCount=0;var o=this;this.outputs={};var r=[];i.outputs.forEach(function(t){o.outputs[t.id]=new M(o,t),r.push({id:t.id,from:t.from,filter:t.filter||this.filter})},this),this.WUID?this.comms=(new s.HIPIEWorkunit).url(this.URL).proxyMappings(e).timeout(a).hipieResults(r):this.databomb?this.comms=(new s.HIPIEDatabomb).hipieResults(r):this.comms=(new s.HIPIERoxie).url(i.URL).proxyMappings(e).timeout(a)}function O(t,i,e,a){this.marshaller=t,this.id=i.id,this.title=i.title;var s=this;this.datasources={},this.datasourceTotal=0,i.datasources.forEach(function(t){s.datasources[t.id]=new U(s,t,e,a),++s.datasourceTotal}),this._visualizations={},this._visualizationArray=[],i.visualizations.forEach(function(t){var i=new E(this,t);this._visualizations[t.id]=i,this._visualizationArray.push(i),this.marshaller._visualizations[t.id]=i,this.marshaller._visualizationArray.push(i)},this),this._visualizationTotal=this._visualizationArray.length}function I(){i.call(this),this._proxyMappings={},this._widgetMappings=t.map(),this._clearDataOnUpdate=!0,this._propogateClear=!1,this.id="Marshaller",this._missingDataString=""}var T="...loading...",R="_changed";c.prototype.init=function(){for(var t in this.mappings)this.reverseMappings[this.mappings[t]]=t,void 0===this.columnsIdx[t]&&(this.columns.push(t),this.columnsIdx[t]=this.columns.length-1),this.columnsRHS[this.columnsIdx[t]]=this.mappings[t],this.columnsRHSIdx[this.mappings[t]]=this.columnsIdx[t],this.hasMappings=!0},c.prototype.getFields=function(){return this.visualization.fields?Object.keys(this.mappings).map(function(t){return this.visualization.fields.filter(function(i){return i.id===this.mappings[t]},this).map(function(t){return new e.Field(t.id).type(d(t.properties.type)).label(this.reverseMappings[t.id])},this)[0]},this):null},c.prototype.contains=function(t){return void 0!==this.mappings[t]},c.prototype.doMap=function(t){var i=[];for(var e in this.mappings){var a=this.mappings[e];try{var s=t[a];void 0===s&&(s=t[a.toLowerCase()]),i[this.columnsIdx[e]]=s}catch(o){console.log("Invalid Mapping: "+this.visualization.id+" ["+a+"->"+t+"]")}}return i},c.prototype.doMapAll=function(t){return t.hipieMappings(this.columnsRHS,this.visualization.dashboard.marshaller.missingDataString())},c.prototype.getMap=function(t){return this.mappings[t]},c.prototype.getReverseMap=function(t){return this.reverseMappings[t]},f.prototype=Object.create(c.prototype),g.prototype=Object.create(c.prototype),m.prototype=Object.create(c.prototype),y.prototype=Object.create(c.prototype),v.prototype=Object.create(c.prototype),_.prototype=Object.create(c.prototype),_.prototype.init=function(){this.visualization.label.forEach(function(t,i){this.reverseMappings[this.mappings[t]]=t,this.columns.push(t),this.columnsIdx[t]=i,this.columnsRHS[i]=this.mappings[t],this.columnsRHSIdx[this.mappings[t]]=i,this.hasMappings=!0},this)},_.prototype.doMapAll=function(t){var i=c.prototype.doMapAll.apply(this,arguments);return i instanceof Array&&this.visualization.fields.forEach(function(t,e){var a=t&&t.properties?d(t.properties.type):"unknown";switch(a){case"dataset":i=i.map(function(t){return t.forEach(function(i,a){if(a===e){i=i.Row||i;var s=[],o={},r=i.map(function(t,i){var e=[];e.length=s.length;for(var a in t)0===i&&(o[a]=s.length,s.push(a)),e[o[a]]=t[a];return e}),n=(new u).columns(s).data(r);t[a]=n}}),t});break;case"widget":i=i.map(function(i){return i.forEach(function(a,s){if(s===e){var o=this.visualization.vizDeclarations[t.properties.localVisualizationID],r=o.source.getOutput(),n=r.db;r.setData(a,{},[]);var u=o.widget,p=(new u.constructor).showToolbar(!1).legendPosition("none").chartType(u.chartType()).chartTypeDefaults(u.chartTypeDefaults()).columns(o.source.getColumns()).data(o.source.getData());r.db=n,i[s]=p}},this),i},this)}},this),i},b.prototype=Object.create(c.prototype),b.prototype.calcIconInfo=function(t,i,e){function a(t,i){if(t)for(var a in t)switch(a){case"faChar":i.faChar=h(t.faChar);break;default:e&&0===a.indexOf("icon_")?(console.log("Deprecated flag property: "+a),i[a.split("icon_")[1]]=t[a]):i[a]=t[a]}}var s={};if(i&&i[t.fieldid]&&t.valuemappings){var o=t.valuemappings[i[t.fieldid]];a(o,s)}for(var r in s)return s;return null},b.prototype.doMapAll=function(t){function i(t,i){var e="uid_"+t[0],n=s[e];if(!n&&i){n=(new r.Vertex).faChar(a.icon&&a.icon.faChar?h(a.icon.faChar):"").text(t[1]?t[1]:""),n.__hpcc_uid=t[0],s[e]=n,o.push(n);var u=a.calcIconInfo(a.visualization.icon,i,!1);if(u)for(var p in u)n[p]&&n[p](u[p]);var l=[];a.visualization.flag.forEach(function(t){var e=a.calcIconInfo(t,i,!0);e&&l.push(e)}),n.annotationIcons(l)}return n}var e=t.jsonObj(),a=this,s={},o=[],r=this.visualization.widget,n=[];return e.forEach(function(t){var e=a.doMap(t);i(e,t)}),e.forEach(function(t){var e=a.doMap(t),s=i(e,t);if(t[a.link.childfile]&&t[a.link.childfile]instanceof Array){var o=t[a.link.childfile];o.forEach(function(t,e){var o=a.linkMappings.doMap(t),u=i(o);if(u&&s.id()!==u.id()){var p=(new r.Edge).sourceVertex(s).targetVertex(u).sourceMarker("circle").targetMarker("arrow");n.push(p)}})}}),{vertices:o,edges:n,merge:!1}},w.prototype.getQualifiedID=function(){return this.visualization.getQualifiedID()+"."+this.id},w.prototype.exists=function(){return this._id},w.prototype.getDatasource=function(){return this.visualization.dashboard.datasources[this._id]},w.prototype.getOutput=function(){var t=this.getDatasource();return t&&t.outputs?t.outputs[this._output]:null},w.prototype.clearOutputRequest=function(){var t=this.getOutput();t&&(t.request={})},w.prototype.hasData=function(){return this.getOutput().db?!0:!1},w.prototype.getFields=function(){return this.mappings.getFields()},w.prototype.getColumnsRHS=function(){return this.mappings.columnsRHS},w.prototype.getColumns=function(){return this.mappings&&this.mappings.columns?this.mappings.columns:[]},w.prototype.getData=function(){var t=this.getOutput().db,i=t.data();i.length&&this.sort&&a.multiSort(i,t.hipieMapSortArray(this.sort));var e=this.mappings.doMapAll(t);return this.reverse&&e.reverse(),this.first&&e.length>this.first&&(e.length=this.first),e},w.prototype.getXTitle=function(){return this.mappings.columns[0]},w.prototype.getYTitle=function(){return this.mappings.columns.filter(function(t,i){return i>0}).join(" / ")},z.prototype.getDatasource=function(){return this.dashboard.getDatasource(this._datasource)},z.prototype.getVisualization=function(){return this.dashboard.getVisualization(this._visualization)},z.prototype.mapData=function(t){var i={};if(t){var e=this.event.visualization.source;for(var a in this._mappings){var s=e.mappings&&e.mappings.hasMappings?e.mappings.getReverseMap(a):a;i[this._mappings[a]]=t[s]}}return i},z.prototype.mapSelected=function(){return this.event.visualization.hasSelection()?this.mapData(this.event.visualization._widgetState.row):{}},z.prototype.calcRequestFor=function(t){var i={},e=this.getVisualization();return e.getInputVisualizations().forEach(function(a,s){var o=a===t;a.getUpdatesForVisualization(e).forEach(function(t){var e=t.mapSelected();for(var a in e)i[a]&&i[a]!==e[a]?(console.log("Duplicate Filter with mismatched value (defaulting to 'first' or 'first changed' instance): "+a),o&&(i[a]=e[a],i[a+R]=o)):(i[a]=e[a],i[a+R]=o)})}),i},D.prototype.exists=function(){return this._updates.length},D.prototype.getUpdates=function(){return this._updates},D.prototype.getUpdatesDatasources=function(){var t={},i=[];return this.getUpdatesVisualizations().forEach(function(e,a){var s=e.source.getDatasource();s&&!t[s.id]&&(t[s.id]=!0,i.push(s))},this),i},D.prototype.getUpdatesVisualizations=function(){var t={},i=[];return this._updates.forEach(function(e,a){var s=e.getVisualization();t[s.id]||(t[s.id]=!0,i.push(s))},this),i},D.prototype.fetchData=function(){var t=new C;return this.getUpdates().forEach(function(i){t.appendRequest(i.getDatasource(),i.calcRequestFor(this.visualization),i.getVisualization())},this),t.fetchData()},S.prototype.setWidget=function(t){var i=this;for(var e in this.events)t["vertex_"+e]?t["vertex_"+e]=function(t){i.visualization.processEvent(e,i.events[e],t)}:t[e]&&(t[e]=function(t,a,s){i.visualization.processEvent(e,i.events[e],t,a,s)})},S.prototype.exists=function(){return void 0!==this._updates},S.prototype.getUpdates=function(){var t=[];for(var i in this.events)t=t.concat(this.events[i].getUpdates());return t},S.prototype.getUpdatesDatasources=function(){var t=[];for(var i in this.events)t=t.concat(this.events[i].getUpdatesDatasources());return t},S.prototype.getUpdatesVisualizations=function(){var t=[];for(var i in this.events)t=t.concat(this.events[i].getUpdatesVisualizations());return t},E.prototype=Object.create(i.prototype),E.prototype.constructor=E,E.prototype.getQualifiedID=function(){return this.id},E.prototype.loadedPromise=function(){var t=this;return new Promise(function(i,e){var a=setInterval(function(){t.isLoaded()&&(clearInterval(a),i())},100)})},E.prototype.isLoading=function(){return null===this.widget},E.prototype.isLoaded=function(){return this.widget instanceof o},E.prototype.loadMegaChartWidget=function(t,i){this.loadWidgets(["../composite/MegaChart",t],function(t,e){var a=new e[1];t.chartType_default(n.prototype._allChartTypesByClass[a.classID()].id).chart(a),i&&i(t,a,e)})},E.prototype.loadWidget=function(t,i){this.loadWidgets([t],i)},E.prototype.loadWidgets=function(t,i){this.widget=null;var e=this;p(t,function(t){var a=e.dashboard.marshaller._widgetMappings.get(e.id);a?(t.prototype._class!==a._class&&console.log("Unexpected persisted widget type (old persist string?)"),e.setWidget(a)):e.setWidget(new t),i&&i(e.widget,arguments)})},E.prototype.setWidget=function(t){if(this.widget=t,this.events.setWidget(t),this.widget.columns){var i=this.source.getColumns();this.widget.columns(i)}for(var e in this.properties)switch(t.classID()){case"chart_MultiChart":case"composite_MegaChart":t.chartTypeDefaults()[e]=this.properties[e];break;default:if(this.widget[e+"_default"])try{this.widget[e+"_default"](this.properties[e])}catch(a){console.log("Invalid Property:"+this.id+".properties."+e)}}return this.widget},E.prototype.accept=function(t){t.visit(this)},E.prototype.getUpdates=function(){return this.events.getUpdates()},E.prototype.getUpdatesForDatasource=function(t){return this.events.getUpdates().filter(function(i){return i.getDatasource()===t})},E.prototype.getUpdatesForVisualization=function(t){return this.events.getUpdates().filter(function(i){return i.getVisualization()===t})},E.prototype.update=function(t){if(!t){var i=[],e={},a=this.getInputVisualizations();a.forEach(function(t){t.hasSelection()&&t.getUpdatesForVisualization(this).forEach(function(t){var a=t.mapSelected();for(var s in a)a[s]&&(e[s]||(e[s]=!0,i.push(a[s])))})},this),t=i.join(", ")}var s=null;if(!this.parentVisualization)for(s=this.widget;s&&!s.title;)s=s.locateParentWidget();var o=this;return new Promise(function(i,e){if(s){var a=s.title(),r=a.split(" (");s.title(r[0]+(t?" ("+t+")":"")).render(function(){i()})}else o.widget.render(function(){i()})})},E.prototype.notify=function(){if(this.widget){var t=this.source.hasData()?this.source.getData():[];return this.widget.data(t),this.update()}return Promise.resolve()},E.prototype.clear=function(){this._widgetState={row:{},selected:!1},this.fields.forEach(function(t){t.properties&&void 0!==t.properties["default"]&&(this._widgetState.row[t.id]=t.properties["default"],this._widgetState.selected=!0)},this),this.widget&&this.dashboard.marshaller.clearDataOnUpdate()&&(this.widget.data([]),this.source.clearOutputRequest()),this.dashboard.marshaller.propogateClear()&&this.events.getUpdatesVisualizations().forEach(function(t){t.clear()})},E.prototype.on=function(t,i){var e=this;return this.overrideMethod(t,function(t,a){t.apply(e,a),setTimeout(function(){i.apply(e,a)},0)}),this},E.prototype.calcRequestFor=function(t){var i={};return this.getUpdatesForVisualization(t).forEach(function(e){i=e.calcRequestFor(t)}),i},E.prototype.processEvent=function(t,i,e,a,s){this._widgetState={row:e,col:a,selected:void 0===s?!0:s};var o=this;setTimeout(function(){i.fetchData().then(function(i){o.dashboard.marshaller.vizEvent(o.widget,"post_"+t,e,a,s)})},0)},E.prototype.hasSelection=function(){return this._widgetState&&this._widgetState.selected},E.prototype.getInputVisualizations=function(){return this.dashboard.marshaller.getVisualizationArray().filter(function(t){var i=t.events.getUpdatesVisualizations();return i.indexOf(this)>=0?!0:!1},this)},E.prototype.serializeState=function(){var t={widgetState:this._widgetState};return this.widget&&(this.widget.serializeState?t.widget=this.widget.serializeState():this.widget.data&&(t.widget={data:this.widget.data()})),t},E.prototype.deserializeState=function(t){return t&&(this._widgetState=t.widgetState,this.widget&&t.widget&&(this.widget.deserializeState?this.widget.deserializeState(t.widget):this.widget.data&&t.widget.data&&this.widget.data(t.widget.data))),this},M.prototype.getQualifiedID=function(){return this.dataSource.getQualifiedID()+"."+this.id},M.prototype.getUpdatesVisualizations=function(){var t=[];return this.notify.forEach(function(i){t.push(this.dataSource.dashboard.getVisualization(i))},this),t},M.prototype.accept=function(t){t.visit(this)},M.prototype.vizNotify=function(t){var i=[];return this.notify.filter(function(i){return!t||t.indexOf(i)>=0}).forEach(function(t){var e=this.dataSource.dashboard.getVisualization(t);i.push(e.notify())},this),Promise.all(i)},M.prototype.setData=function(t,i,a){return this.request=i,this.db=(new e.Grid).jsonObj(t),this.vizNotify(a)},x.prototype.appendRequest=function(t,i,e){var a=t.id+"("+JSON.stringify(i)+")";this.datasourceRequests[a]?window.__hpcc_debug&&console.log("Optimized duplicate fetch: "+a):this.datasourceRequests[a]={updateDatasource:t,request:i,updates:[]};var s=this.datasourceRequests[a];s.updates.indexOf(e.id)<0&&s.updates.push(e.id)},x.prototype.fetchData=function(){var t=[];for(var i in this.datasourceRequests){var e=this.datasourceRequests[i];t.push(e.updateDatasource.fetchData(e.request,e.updates))}return Promise.all(t)},C.prototype.appendRequest=function(t,i,e){if(t&&e){var s=e.id+"("+t.id+")";this.visualizationRequests[s]?window.__hpcc_debug&&console.log("Optimized duplicate fetch: "+s):this.visualizationRequests[s]={updateVisualization:e,updateDatasource:t,request:{}};var o=this.visualizationRequests[s];a.mixin(o.request,i)}},C.prototype.fetchData=function(){var t=new x;for(var i in this.visualizationRequests){var e=this.visualizationRequests[i];"GRAPH"!==e.updateVisualization.type&&e.updateVisualization.clear(),e.updateVisualization.update(T),t.appendRequest(e.updateDatasource,e.request,e.updateVisualization)}return t.fetchData()},U.prototype.getQualifiedID=function(){return this.dashboard.getQualifiedID()+"."+this.id},U.prototype.getUpdatesVisualizations=function(){var t=[];for(var i in this.outputs)this.outputs[i].getUpdatesVisualizations().forEach(function(i){t.push(i)});return t},U.prototype.accept=function(t){t.visit(this);for(var i in this.outputs)this.outputs[i].accept(t)};var V=0,P=[];return U.prototype.fetchData=function(t,i){var e=++V;P.push(e);var a=this;this.filter.forEach(function(i){this.request[i+R]=t[i+R]||!1;var e=void 0===t[i]?null:t[i];this.request[i]!==e&&(this.request[i]=e)},this),this.request.refresh=t.refresh,window.__hpcc_debug&&console.log("fetchData: "+JSON.stringify(i)+"("+JSON.stringify(t)+")");for(var s in this.request)null===this.request[s]&&delete this.request[s];var o=Date.now();return this.dashboard.marshaller.commsEvent(this,"request",this.request),new Promise(function(s,r){a.comms.call(a.request).then(function(r){var n=setInterval(function(){P[0]===e&&Date.now()-o>=500&&(clearTimeout(n),a.processResponse(r,t,i).then(function(){P.shift(),s(r),a.dashboard.marshaller.commsEvent(a,"response",a.request,r),++a._loadedCount}))},100)})["catch"](function(t){a.dashboard.marshaller.commsEvent(a,"error",a.request,t),r(t)})})},U.prototype.processResponse=function(t,i,e){var a={};for(var s in t)a[s.toLowerCase()]=t[s];var o=[];for(var r in this.outputs){var n=this.outputs[r].from;if(n||(n=this.outputs[r].id.toLowerCase()),l(n,t))!l(n+R,t)||l(n+R,t)&&t[n+R].length&&t[n+R][0][n+R]?o.push(this.outputs[r].setData(t[n],i,e)):o.push(this.outputs[r].vizNotify(e));else if(l(n,a))console.log("DDL 'DataSource.From' case is Incorrect"),!l(n+R,a)||l(n+R,a)&&t[n+R].length&&a[n+R][0][n+R]?o.push(this.outputs[r].setData(a[n],i,e)):o.push(this.outputs[r].vizNotify(e));else{var u=[];for(var p in t)u.push(p);console.log("Unable to locate '"+n+"' in response {"+u.join(", ")+"}")}}return Promise.all(o)},U.prototype.serializeState=function(){return{request:this.request}},U.prototype.deserializeState=function(t){t&&(this.request=t.request||{})},O.prototype.loadedPromise=function(){return Promise.all(this._visualizationArray.map(function(t){return t.loadedPromise()}))},O.prototype.getQualifiedID=function(){return this.id},O.prototype.getDatasource=function(t){return this.datasources[t]},O.prototype.getVisualization=function(t){return this._visualizations[t]||this.marshaller.getVisualization(t)},O.prototype.getVisualizations=function(){return this._visualizations},O.prototype.getVisualizationArray=function(){return this._visualizationArray},O.prototype.getVisualizationTotal=function(){return this._visualizationTotal},O.prototype.accept=function(t){t.visit(this);for(var i in this.datasources)this.datasources[i].accept(t);this._visualizationArray.forEach(function(i){i.accept(t)},this)},O.prototype.primeData=function(t){var i=new C;return this.getVisualizationArray().forEach(function(t){t.clear()}),this.getVisualizationArray().forEach(function(e){if(t)t[e.id]&&e.getUpdates().forEach(function(a){var s={},o=!1;for(var r in a._mappings)t[e.id][r]&&(o=!0,s[r]=t[e.id][r],s[r+R]=!0);o&&i.appendRequest(a.getDatasource(),s,a.getVisualization())});else{var a=e.getInputVisualizations();0===a.length?i.appendRequest(e.source.getDatasource(),{refresh:!0},e):a.forEach(function(t){t.hasSelection()&&i.appendRequest(e.source.getDatasource(),t.calcRequestFor(e),e)})}}),i.fetchData()},O.prototype.serializeState=function(){var t={datasources:{},visualizations:{}};for(var i in this.datasources)t.datasources[i]=this.datasources[i].serializeState();for(var e in this._visualizations)t.visualizations[e]=this._visualizations[e].serializeState();return t},O.prototype.deserializeState=function(t){if(t){for(var i in this.datasources)t.datasources[i]&&this.datasources[i].deserializeState(t.datasources[i]);for(var e in this._visualizations)t.visualizations[e]&&this._visualizations[e].deserializeState(t.visualizations[e])}},I.prototype=Object.create(i.prototype),I.prototype.constructor=I,I.prototype.commsDataLoaded=function(){for(var t=0;t'+t.replace(o,"$1")+""},onSelect:function(t,e,o){}};for(var n in t)t.hasOwnProperty(n)&&(a[n]=t[n]);for(var s="object"==typeof a.selector?[a.selector]:document.querySelectorAll(a.selector),l=0;l0?p.sc.scrollTop=i+p.sc.suggestionHeight+r-p.sc.maxHeight:0>i&&(p.sc.scrollTop=i+r)}else p.sc.scrollTop=0},o(window,"resize",p.updateSC),document.body.appendChild(p.sc),i("autocomplete-suggestion","mouseleave",function(t){var e=p.sc.querySelector(".autocomplete-suggestion.selected");e&&setTimeout(function(){e.className=e.className.replace("selected","")},20)},p.sc),i("autocomplete-suggestion","mouseover",function(t){var e=p.sc.querySelector(".autocomplete-suggestion.selected");e&&(e.className=e.className.replace("selected","")),this.className+=" selected"},p.sc),i("autocomplete-suggestion","mousedown",function(t){if(e(this,"autocomplete-suggestion")){var o=this.getAttribute("data-val");p.value=o,a.onSelect(t,o,this),p.sc.style.display="none"}},p.sc),p.blurHandler=function(){try{var t=document.querySelector(".autocomplete-suggestions:hover")}catch(e){var t=0}t?p!==document.activeElement&&setTimeout(function(){p.focus()},20):(p.last_val=p.value,p.sc.style.display="none",setTimeout(function(){p.sc.style.display="none"},350))},o(p,"blur",p.blurHandler);var h=function(t){var e=p.value;if(p.cache[e]=t,t.length&&e.length>=a.minChars){for(var o="",r=0;re||e>40)&&13!=e&&27!=e){var o=p.value;if(o.length>=a.minChars){if(o!=p.last_val){if(p.last_val=o,clearTimeout(p.timer),a.cache){if(o in p.cache)return void h(p.cache[o]);for(var r=1;r=0}).map(function(t){return{value:t.origRow[o.idx],rowIdx:t.idx}});e(r)}},renderItem:function(t,e){e=e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&");var o=new RegExp("("+e.split(" ").join("|")+")","gi");return'
'+t.value.replace(o,"$1")+"
"},onSelect:function(t,e,o){var r=+o.getAttribute("data-row-idx"),a=i.data()[r];i.click(i.rowToObj(a),i.valueColumn(),!0)}})}},o.prototype.exit=function(e,o){this._autoComplete&&this._autoComplete.destroy(),this._span.remove(),t.prototype.exit.apply(this,arguments)},o.prototype.click=function(t,e,o){console.log("Click: "+JSON.stringify(t)+", "+e+", "+o)},o}),define("css!src/other/CalendarHeatMap",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/other/CalendarHeatMap",["d3","../common/HTMLWidget","../common/Palette","../common/Utility","css!./CalendarHeatMap"],e):t.other_CalendarHeatMap=e(t.d3,t.common_HTMLWidget,t.common_Palette,t.common_Utility)}(this,function(t,e,o,r){function i(t){e.call(this),r.SimpleSelectionMixin.call(this)}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" other_CalendarHeatMap",i.prototype.mixin(r.SimpleSelectionMixin),i.prototype._palette=o.rainbow("default"),i.prototype.publish("paletteID","YlOrRd","set","Palette ID",i.prototype._palette["switch"](),{tags:["Basic","Shared"]}),i.prototype.publish("dateColumn",null,"set","Date Column",function(){return this.columns()},{optional:!0}),i.prototype.publish("datePattern","%Y-%m-%d","string","Date Pattern"),i.prototype.publish("aggrType",null,"set","Aggregation Type",[null,"mean","median","sum","min","max"],{optional:!0}),i.prototype.publish("aggrColumn",null,"set","Aggregation Field",function(){return this.columns()},{optional:!0,disable:function(t){return!t.aggrType()}}),i.prototype.publish("aggrDeltaColumn",null,"set","Aggregation Field",function(){return this.columns()},{optional:!0,disable:function(t){return!t.aggrType()}}),i.prototype.calendarData=function(){var e=t.time.format(this.datePattern()).parse,o=this.aggrDeltaColumn()?t.format(".1%"):t.format("s");return(this._prevDateColumn!==this.dateColumn()||this._prevAggrType!==this.aggrType()||this._prevAggrColumn!==this.aggrColumn()||this._prevAggrDeltaColumn!==this.aggrDeltaColumn())&&(this._prevDateColumn=this.dateColumn(),this._prevAggrType=this.aggrType(),this._prevAggrColumn=this.aggrColumn(),this._prevAggrDeltaColumn=this.aggrDeltaColumn(),this._view=this._db.aggregateView([this.dateColumn()],this.aggrType(),this.aggrColumn(),this.aggrDeltaColumn())),this._view.entries().map(function(t){return t.dateKey=e(t.key),t.formattedValues=o(t.values.aggregate),t.origRows=o(t.values),t})},i.prototype.calcDelta=function(t){return(t.Close-t.Open)/t.Open},i.prototype.enter=function(o,r){e.prototype.enter.apply(this,arguments),t.select(o.parentNode).style("overflow","scroll"),this._selection.widgetElement(r)},i.prototype.update=function(o,r){function i(e){var o=new Date(e.getFullYear(),e.getMonth()+1,0),r=e.getDay(),i=t.time.weekOfYear(e),a=o.getDay(),s=t.time.weekOfYear(o);return"M"+(i+1)*n+","+r*n+"H"+i*n+"V"+7*n+"H"+s*n+"V"+(a+1)*n+"H"+(s+1)*n+"V0H"+(i+1)*n+"Z"}e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID());var a=this.width(),n=a/12/5,s=8*n,l=this.calendarData(),p=t.map(l,function(t){return t.dateKey}),h=t.extent(l,function(t){return t.dateKey.getFullYear()}),c=this,u=r.selectAll("svg").data(t.range(h[0],h[1]+1));u.enter().append("svg").each(function(e){var o=t.select(this),r=o.append("g");r.append("text").style("text-anchor","middle"),r.append("g").attr("class","days"),r.append("g").attr("class","months")}),u.attr("width",a).attr("height",s),u.select("g").attr("transform","translate("+(a-53*n)/2+","+(s-7*n-1)+")"),u.select("text").attr("transform","translate(-6,"+3.5*n+")rotate(-90)").text(function(t){return t}),u.exit().remove();var d=t.extent(l,function(t){return t.values.aggregate});if(this.aggrDeltaColumn()){var f=Math.max(Math.abs(d[0],d[1]));d=[-f,f]}var g=u.select(".days").selectAll(".day").data(function(e){return t.time.days(new Date(e,0,1),new Date(e+1,0,1))});g.enter().append("rect").attr("class","day").call(this._selection.enter.bind(this._selection)).on("click",function(t){var e=p.get(t);e&&e.values&&e.values&&e.values.length&&c.click(c.rowToObj(e.values[0]),c.dateColumn(),c._selection.selected(this))}).append("title"),g.attr("x",function(e){return t.time.weekOfYear(e)*n}).attr("y",function(t){return t.getDay()*n}).attr("width",n).attr("height",n),g.select("title").text(function(t){return t}),g.filter(function(t){return p.has(t)}).style("fill",function(t){var e=p.get(t);return e&&e.values&&e.values.aggregate?c._palette(e.values.aggregate,d[0],d[1]):null}).select("title").text(function(t){var e=p.get(t);return e.key+": "+e.formattedValues}),g.exit().remove();var m=u.select(".months").selectAll(".month").data(function(e){return t.time.months(new Date(e,0,1),new Date(e+1,0,1))});m.enter().append("path").attr("class","month"),m.attr("d",i),m.exit().remove()},i.prototype.exit=function(t,o){e.prototype.exit.apply(this,arguments)},i.prototype.click=function(t,e,o){console.log("Click: "+JSON.stringify(t)+", "+e+", "+o)},i}),function(t,e){"function"==typeof define&&define.amd?define("src/other/Comms",["es6-promise"],e):t.other_Comms=e()}(this,function(){function t(t){if(void 0===t||null===t)return null;if(!t.trim)return t.Row?e(t.Row):t;var o=t.trim();return""===o||isNaN(o)?o:Number(o)}function e(e){for(var o in e)e[o]=t(e[o]);return e}function o(){this._protocol="http:",this._hostname="localhost"}function r(t){this._mappings=t,this._reverseMappings={};for(var e in this._mappings){this._reverseMappings[e]={};for(var o in this._mappings[e])this._reverseMappings[e][this._mappings[e][o]]=o}}function i(){o.call(this),this._proxyMappings={},this._mappings=new r({}),this._timeout=d}function a(t,e){if(!t||!e)return!1;for(var o=t.split("."),r=e,i=0;i=0||this._params.Wuid},o.prototype.isWorkunitResult=function(){return this.isWsWorkunits()&&(this._params.Sequence||this._params.ResultName)},o.prototype.isWsEcl=function(){return this._pathname.toLowerCase().indexOf("wsecl")>=0||this._params.QuerySetId&&this._params.Id},o.prototype.isWsWorkunits_GetStats=function(){return this._pathname.toLowerCase().indexOf("wsworkunits/wugetstats")>=0&&this._params.WUID},o.prototype.getUrl=function(t){return t=t||{},(t.protocol?t.protocol:this._protocol)+"//"+(t.hostname?t.hostname:this._hostname)+":"+(t.port?t.port:this._port)+"/"+(t.pathname?t.pathname:this._pathname)},r.prototype.contains=function(t,e){return a(t+"."+e,this._mappings)},r.prototype.mapResult=function(t,e){var o=this._mappings[e];o&&(t[e]=t[e].map(function(t){var e=[];if(o.x&&o.x instanceof Array){e=[];for(var r=0;r=0?"&":"?")+"jsonp="+l+"&"+f(e),document.body.appendChild(p);var h=setInterval(function(){0>=n?clearInterval(h):(n-=s,0>=n?(clearInterval(h),console.log("Request timeout: "+p.src),a(),i(Error("Request timeout: "+p.src))):console.log("Request pending ("+n/1e3+" sec): "+p.src))},s)})};return i.prototype.jsonp=function(t,e,r){for(var i in this._proxyMappings){var a=t.split(i),n=a[0];if(a.length>1){var s=(new o).url(t);t=n+this._proxyMappings[i],e.IP=s._hostname,e.PORT=s._port,a.length>0&&(e.PATH=a[1]);break}}return g(t,e,this.timeout())},i.prototype.ajax=function(t,e,o){return new Promise(function(r,i){var a=e;o&&(a+="?"+f(o));var n=new XMLHttpRequest;n.onload=function(t){this.status>=200&&this.status<300?r(JSON.parse(this.response)):i(Error(this.statusText))},n.onerror=function(){i(Error(this.statusText))},n.open(t,a),n.setRequestHeader("X-Requested-With","XMLHttpRequest"),n.send()})},i.prototype.get=function(t,e){return this.ajax("GET",t,e)},i.prototype.post=function(t,e){return this.ajax("POST",t,e)},i.prototype.mappings=function(t){return arguments.length?(this._mappings=new r(t),this):this._mappings},i.prototype.proxyMappings=function(t){return arguments.length?(this._proxyMappings=t,this):this._proxyMappings},i.prototype.timeout=function(t){return arguments.length?(this._timeout=t||d,this):this._timeout},n.prototype=Object.create(i.prototype),n.prototype.cacheCalls=function(t){return arguments.length?(this._cacheCalls=t,this):this._cacheCalls},n.prototype.call=function(t,e){var o=this._url+(this._url.indexOf("?")>=0?"&":"?")+f(t);if(this._cacheCalls){var r=this;return new Promise(function(t,r){var i=JSON.parse(localStorage.getItem("hpcc.viz."+o));if(!i)throw Error("not cached");e&&(console.log("Deprecated: callback, use promise (Basic.prototype.call)"),e(i)),t(i)})["catch"](function(t){return r.get(o).then(function(t){return localStorage.setItem("hpcc.viz."+o,JSON.stringify(t)),e&&(console.log("Deprecated: callback, use promise (Basic.prototype.call)"),e(t)),t})})}return localStorage.removeItem("hpcc.viz."+o),this.get(o).then(function(t){return e&&(console.log("Deprecated: callback, use promise (Basic.prototype.call)"),e(t)),t})},s.prototype=Object.create(i.prototype),s.prototype.url=function(t){var e=i.prototype.url.apply(this,arguments);if(arguments.length){this._port="8010"===this._port?"8002":this._port;for(var o in this._params)switch(o){case"QuerySetId":this.target(this._params[o]);break;case"Id":this.query(this._params[o])}var r,a;this._target&&this._query||(r=this._pathname.split("/query/"),r.length>=2&&(a=r[1].split("/"),a.length>=2&&(this.target(a[0]),this.query(a[1]))))}return e},s.prototype.target=function(t){return arguments.length?(this._target=t,this):this._target},s.prototype.query=function(t){return arguments.length?(this._query=t,this):this._query},s.prototype.constructUrl=function(){return i.prototype.getUrl.call(this,{pathname:"WsEcl/submit/query/"+this._target+"/"+this._query+"/json"})},s.prototype.call=function(t,o,r){t=t||{},t.target=t.target||this._target,t.query=t.query||this._query;var i=this,a=this.getUrl({pathname:"WsEcl/submit/query/"+t.target+"/"+t.query+"/json"});return this.jsonp(a,o).then(function(t){for(var o in t){t=t[o].Results;break}if(t.Exception)throw Error(t.Exception.reduce(function(t,e,o,r){return t.length&&(t+="\n"),t+e.Source+" "+e.Code+": "+e.Message},""));for(o in t)t[o].Row&&(t[o]=t[o].Row.map(e));return i._mappings.mapResponse(t),r&&(console.log("Deprecated: callback, use promise (WsECL.prototype.call)"),r(t)),t})},s.prototype.send=function(t,e){this.call({target:this._target,query:this._query},t,e)},l.prototype=Object.create(i.prototype),l.prototype.url=function(t){var e=i.prototype.url.apply(this,arguments);if(arguments.length){for(var o in this._params)switch(o){case"Wuid":this.wuid(this._params[o]);break;case"ResultName":this.resultName(this._params[o]);break;case"Sequence":this.sequence(this._params[o])}if(!this._wuid){var r=this._url.split("/res/");if(r.length>=2){var a=r[1].split("/");this.wuid(a[0])}}}return e},l.prototype.wuid=function(t){return arguments.length?(this._wuid=t,this):this._wuid},l.prototype.jobname=function(t){return arguments.length?(this._jobname=t,this):this._jobname},l.prototype.sequence=function(t){return arguments.length?(this._sequence=t,this):this._sequence},l.prototype.resultName=function(t){return arguments.length?(this._resultName=t,this):this._resultName},l.prototype.appendParam=function(t,e,o){return e?(o&&(o+="&"),o+t+"="+e):o},l.prototype.constructUrl=function(){var t=i.prototype.getUrl.call(this,{pathname:"WsWorkunits/res/"+this._wuid+"/"}),e="";return e=this.appendParam("ResultName",this._resultName,e),t+(e?"?"+e:"")},l.prototype._fetchResult=function(t,o,r){t=t||{},t._start=t._start||0,t._count=t._count||-1;var i=this.getUrl({pathname:"WsWorkunits/WUResult.json"}),a={Wuid:t.wuid,ResultName:t.resultname,SuppressXmlSchema:!0,Start:t._start,Count:t._count};this._resultNameCache[t.resultname]={};var n=this;return this.jsonp(i,a).then(function(i){for(var a in i){if(!i[a].Result)throw"No result found.";n._total=i[a].Total,i=i[a].Result;for(var s in i){i=i[s].Row.map(e);break}break}return n._resultNameCache[t.resultname]=i,r||n._mappings.mapResult(n._resultNameCache,t.resultname),o&&(console.log("Deprecated: callback, use promise (WsWorkunits.prototype._fetchResult)"),o(n._resultNameCache[t.resultname])),n._resultNameCache[t.resultname]})},l.prototype.fetchResult=function(t,e,o){if(t.wuid)return this._fetchResult(t,e,o);if(t.jobname){var r=this;return this.WUQuery(t,function(i){return t.wuid=i[0].Wuid,r._fetchResult(t,e,o)})}},l.prototype.WUQuery=function(t,e){var o=this.getUrl({pathname:"WsWorkunits/WUQuery.json"}),r={Jobname:r.jobname,Count:1};return this._resultNameCache={},this._resultNameCacheCount=0,this.jsonp(o,r).then(function(t){if(!a("WUQueryResponse.Workunits.ECLWorkunit",t))throw"No workunit found.";return t=t.WUQueryResponse.Workunits.ECLWorkunit,e&&(console.log("Deprecated: callback, use promise (WsWorkunits.prototype.WUQuery)"),e(t)),t})},l.prototype.fetchResultNames=function(t){var e=this.getUrl({pathname:"WsWorkunits/WUInfo.json"}),o={Wuid:this._wuid,TruncateEclTo64k:!0,IncludeExceptions:!1,IncludeGraphs:!1,IncludeSourceFiles:!1,IncludeResults:!0,IncludeResultsViewNames:!1,IncludeVariables:!1,IncludeTimers:!1,IncludeResourceURLs:!1,IncludeDebugValues:!1,IncludeApplicationValues:!1,IncludeWorkflows:!1,IncludeXmlSchemas:!1,SuppressResultSchemas:!0};this._resultNameCache={},this._resultNameCacheCount=0;var r=this;return this.jsonp(e,o).then(function(e){return a("WUInfoResponse.Workunit.Results.ECLResult",e)&&e.WUInfoResponse.Workunit.Results.ECLResult.map(function(t){r._resultNameCache[t.Name]=[],++r._resultNameCacheCount}),t&&(console.log("Deprecated: callback, use promise (WsWorkunits.prototype.fetchResultNames)"),t(r._resultNameCache)),r._resultNameCache})},l.prototype.fetchResults=function(t,e){var o=this;return this.fetchResultNames().then(function(r){var i=[];for(var a in o._resultNameCache)i.push(o.fetchResult({wuid:o._wuid,resultname:a},null,e));return Promise.all(i).then(function(e){return t&&(console.log("Deprecated: callback, use promise (WsWorkunits.prototype.fetchResults)"),t(o._resultNameCache)),o._resultNameCache})})},l.prototype.postFilter=function(t,e){var o={};for(var r in e)o[r]=e[r].filter(function(e,o){for(var r in t)if(void 0!==e[r]&&void 0!==t[r]&&e[r]!=t[r])return!1;return!0});return this._mappings.mapResponse(o),o},l.prototype.send=function(t,e){var o=this;this._resultNameCacheCount?e(o.postFilter(t,this._resultNameCache)):this.fetchResults(function(r){e(o.postFilter(t,r))},!0)},p.prototype=Object.create(i.prototype),p.prototype.url=function(t){var e=i.prototype.url.apply(this,arguments);if(arguments.length)for(var o in this._params)switch(o){case"WUID":this.wuid(this._params[o])}return e},p.prototype.wuid=function(t){return arguments.length?(this._wuid=t,this):this._wuid},p.prototype.constructUrl=function(){return i.prototype.getUrl.call(this,{pathname:"WsWorkunits/WUGetStats?WUID="+this._wuid})},p.prototype.send=function(t,e){var o=this.getUrl({pathname:"WsWorkunits/WUGetStats.json?WUID="+this._wuid});return this.jsonp(o,t).then(function(t){return a("WUGetStatsResponse.Statistics.WUStatisticItem",t)?(e&&(console.log("Deprecated: callback, use promise (WsWorkunits_GetStats.prototype.send)"),e(t.WUGetStatsResponse.Statistics.WUStatisticItem)),t.WUGetStatsResponse.Statistics.WUStatisticItem):(e&&(console.log("Deprecated: callback, use promise (WsWorkunits_GetStats.prototype.send)"),e([])),[])})},h.prototype=Object.create(i.prototype),h.prototype.fetchResults=function(t,o){var r=this.getUrl({});this._resultNameCache={},this._resultNameCacheCount=0;var i=this;return this.jsonp(r,t).then(function(t){for(var r in t){t=t[r].Results;break}if(t.Exception)throw Error(t.Exception.reduce(function(t,e,o,r){return t.length&&(t+="\n"),t+e.Source+" "+e.Code+": "+e.Message},""));for(r in t)t[r].Row&&(i._resultNameCache[r]=t[r].Row.map(e),++i._resultNameCacheCount);return o&&(console.log("Deprecated: callback, use promise (HIPIERoxie.prototype.fetchResults)"),o(i._resultNameCache)),i._resultNameCache})},h.prototype.fetchResult=function(t,e){var o=this;return new Promise(function(r,i){e&&(console.log("Deprecated: callback, use promise (HIPIERoxie.prototype.fetchResult)"),e(o._resultNameCache[t])),r(o._resultNameCache[t])})},h.prototype.call=function(t,e){return this.fetchResults(t,e)},c.prototype=Object.create(l.prototype),c.prototype.hipieResults=function(t){if(!arguments.length)return this._hipieResults;this._hipieResultsLength=0,this._hipieResults={};var e=this;return t.forEach(function(t){e._hipieResultsLength++,e._hipieResults[t.id]=t}),this},c.prototype.fetchResults=function(t){var e=this;return l.prototype.fetchResultNames.call(this).then(function(o){var r=[];for(var i in e._hipieResults){var a=e._hipieResults[i];r.push(e.fetchResult(a.from))}return Promise.all(r).then(function(o){return t&&(console.log("Deprecated: callback, use promise (HIPIEWorkunit.prototype.fetchResults)"),t(e._resultNameCache)),e._resultNameCache})})},c.prototype.fetchResult=function(t,e){return l.prototype.fetchResult.call(this,{wuid:this._wuid,resultname:t}).then(function(t){return e&&(console.log("Deprecated: callback, use promise (HIPIEWorkunit.prototype.fetchResult)"),e(t)),t})},c.prototype.call=function(t,e){function o(t){var e={};for(var o in t)void 0!==t[o]&&void 0!==t[o+"_changed"]&&(e[o]=t[o]);var i={};for(var a in r._hipieResults){var n=r._hipieResults[a],s=!0;for(var l in e)if(n.filter.indexOf(l)<0){s=!1;break}s&&(i[n.from]=r._resultNameCache[n.from].filter(function(t){for(var o in e)if(t[o]!=e[o]&&t[o.toLowerCase()]!=e[o])return!1;return!0}))}return i}var r=this;return!t.refresh&&this._resultNameCache&&this._resultNameCacheCount?new Promise(function(e,r){e(o(t))}):this.fetchResults(e).then(function(e){return o(t)})},u.prototype=Object.create(c.prototype),u.prototype.databomb=function(t){return arguments.length?(this._databomb=t,this):this._databomb},u.prototype.databombOutput=function(t,o){return arguments.length?(this._resultNameCacheCount++,this._databomb instanceof Array?this._resultNameCache[t]=this._databomb.map(e):this._resultNameCache[t]=this._databomb[o].map(e),this):void 0},u.prototype.fetchResults=function(t){var e=this;return new Promise(function(o,r){t&&(console.log("Deprecated: callback, use promise (HIPIEDatabomb.prototype.fetchResults)"),t(e._resultNameCache)),o(e._resultNameCache)})},{Basic:n,ESPMappings:r,ESPUrl:o,WsECL:s,WsWorkunits:l,HIPIERoxie:h,HIPIEWorkunit:c,HIPIEDatabomb:u,createESPConnection:function(t){t=t||document.URL;var e=(new o).url(t);return e.isWsWorkunits_GetStats()?(new p).url(t):e.isWsWorkunits()?(new l).url(t):e.isWsEcl()?(new s).url(t):null},hookJsonp:function(t){g=t}}}),"undefined"!=typeof module&&(module.exports=simpleheat),simpleheat.prototype={defaultRadius:25,defaultGradient:{.4:"blue",.6:"cyan",.7:"lime",.8:"yellow",1:"red"},data:function(t){return this._data=t,this},max:function(t){return this._max=t,this},add:function(t){return this._data.push(t),this},clear:function(){return this._data=[],this},radius:function(t,e){e=void 0===e?15:e;var o=this._circle=document.createElement("canvas"),r=o.getContext("2d"),i=this._r=t+e;return o.width=o.height=2*i,r.shadowOffsetX=r.shadowOffsetY=2*i,r.shadowBlur=e,r.shadowColor="black",r.beginPath(),r.arc(-i,-i,t,0,2*Math.PI,!0),r.closePath(),r.fill(),this},resize:function(){this._width=this._canvas.width,this._height=this._canvas.height},gradient:function(t){var e=document.createElement("canvas"),o=e.getContext("2d"),r=o.createLinearGradient(0,0,0,256);e.width=1,e.height=256;for(var i in t)r.addColorStop(i,t[i]);return o.fillStyle=r,o.fillRect(0,0,1,256),this._grad=o.getImageData(0,0,1,256).data,this},draw:function(t){this._circle||this.radius(this.defaultRadius),this._grad||this.gradient(this.defaultGradient);var e=this._ctx;e.clearRect(0,0,this._width,this._height);for(var o,r=0,i=this._data.length;i>r;r++)o=this._data[r],e.globalAlpha=Math.max(o[2]/this._max,void 0===t?.05:t),e.drawImage(this._circle,o[0]-this._r,o[1]-this._r);var a=e.getImageData(0,0,this._width,this._height);return this._colorize(a.data,this._grad),e.putImageData(a,0,0),this},_colorize:function(t,e){for(var o,r=0,i=t.length;i>r;r+=4)o=4*t[r+3],o&&(t[r]=e[o],t[r+1]=e[o+1],t[r+2]=e[o+2])}},define("simpleheat",function(t){return function(){var e,o;return o=function(){simpleheat.isReady=!0},e=o.apply(t,arguments),e||t.simpleheat}}(this)),function(t,e){"function"==typeof define&&define.amd?define("src/other/HeatMap",["d3","../common/CanvasWidget","simpleheat","../common/Palette"],e):t.other_HeatMap=e(t.d3,t.common_CanvasWidget,t.simpleheat,t.common_Palette)}(this,function(t,e,o,r){function i(){e.call(this)}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._palette=r.rainbow("default"),i.prototype._class+=" other_HeatMap",i.prototype.publish("radius",15,"number","Set point radius",null,{tags:["Basic"] +}),i.prototype.publish("blur",15,"number","Set point blur",null,{tags:["Basic"]}),i.prototype.publish("max",1,"number","Set max data value",null,{tags:["Basic"]}),i.prototype.publish("gradient",{.4:"blue",.6:"cyan",.7:"lime",.8:"yellow",1:"red"},"object","Set gradient colors",null,{tags:["Basic"]}),i.prototype.publish("usePalette",!1,"boolean","If true, uses paletteID and colorCount to determine gradient",null,{tags:["Basic"]}),i.prototype.publish("colorCount",10,"number","Top left x-value",null,{tags:["Basic"]}),i.prototype.publish("paletteID","default","set","Palette ID",i.prototype._palette["switch"](),{tags:["Basic"]}),i.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("topLeftX",null,"number","Top left x-value",null,{tags:["Basic"],optional:!0}),i.prototype.publish("topLeftY",null,"number","Top left y-value",null,{tags:["Basic"],optional:!0}),i.prototype.publish("bottomRightX",null,"number","Bottom right x-value",null,{tags:["Basic"],optional:!0}),i.prototype.publish("bottomRightY",null,"number","Bottom right y-value",null,{tags:["Basic"],optional:!0}),i.prototype.enter=function(t,r){e.prototype.enter.apply(this,arguments),this.resize(this._size),this._heat=o(t)},i.prototype.update=function(t,o){if(e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.topLeftX_exists()&&this.topLeftY_exists()&&this.bottomRightX_exists()&&this.bottomRightY_exists()?this._heat.data(this.skewedData()):this._heat.data(this.data()),this.radius()&&this._heat.radius(this.radius(),this.blur()),this.usePalette()){for(var r={},i=1;i<=this.colorCount();i++){var a=i/this.colorCount();r[a]=this._palette(i,1,this.colorCount())}this._heat.defaultGradient=r,this._heat.gradient(r)}else this.gradient()&&(this._heat.defaultGradient=this.gradient(),this._heat.gradient(this.gradient()));this._heat.draw()},i.prototype.exit=function(t,o){delete this._heat,e.prototype.exit.apply(this,arguments)},i.prototype.resize=function(t){e.prototype.resize.apply(this,arguments),void 0!==this._heat&&this._heat.resize()},i.prototype.skewedData=function(){var t=this,e=[],o=this.data(),r=this.element().node().getBoundingClientRect(),i=this.bottomRightX()-this.topLeftX(),a=this.bottomRightY()-this.topLeftY(),n=i/r.width,s=a/r.height;return o.forEach(function(o){var r=Math.abs(o[0]-t.topLeftX()),i=Math.abs(o[1]-t.topLeftY()),a=r/n,l=i/s;e.push([a,l,o[2]])}),e},i}),define("css!src/other/Html",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/other/Html",["../common/HTMLWidget","css!./Html"],e):t.other_Html=e(t.common_HTMLWidget)}(this,function(t){function e(){t.call(this),this._tag="div"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" other_Html",e.prototype.publish("html","","string","Html to render",null,{tags:["Basic"]}),e.prototype.publish("overflowX",null,"set","CSS overflow-x",["","visible","hidden","scroll","auto","initial","inherit"],{tags:["Basic"],optional:!0}),e.prototype.publish("overflowY",null,"set","CSS overflow-y",["","visible","hidden","scroll","auto","initial","inherit"],{tags:["Basic"],optional:!0}),e.prototype.enter=function(e,o){t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,o){t.prototype.update.apply(this,arguments),o.style({"overflow-x":this.overflowX_exists()?this.overflowX():"","overflow-y":this.overflowY_exists()?this.overflowY():""});var r=o.selectAll(".htmlWrapper").data(this.data().length>0?this.data():[this.html()]);r.enter().append("div").attr("class","htmlWrapper"),r.html(function(t){return t}),r.exit().remove()},e}),define("css!src/other/Paginator",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/other/Paginator",["d3","../common/HTMLWidget","css!./Paginator"],e):t.other_Paginator=e(t.d3,t.common_HTMLWidget)}(this,function(t,e){function o(){e.call(this),this._tag="div",this._tNumPages=1,this._numList=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" other_Paginator",o.prototype.publish("itemsPerPage",2,"number","Pagination items per page",null,{tags:["Private"]}),o.prototype.publish("numItems",10,"number","Pagination total number of items",null,{tags:["Private"]}),o.prototype.publish("pageNumber",1,"number","Pagination set or get the page number",null,{tags:["Private"]}),o.prototype.publish("adjacentPages",2,"number","Number of page indexes either side of current one",null,{tags:["Private"]}),o.prototype.publish("bottom",20,"number","Pagination bottom offset",null,{tags:["Private"]}),o.prototype.publish("right",20,"number","Pagination right offset",null,{tags:["Private"]}),o.prototype.postUpdate=function(t,e){},o.prototype.enter=function(t,o){e.prototype.enter.apply(this,arguments);var r=this;this.paginator=o.append("ul").attr("class","paginator pagination pagination-sm"),this.side=o.append("div").attr("class","paginator pagination side"),this.side.append("span").classed("side",!0).text("Page "),this.side.append("input").attr("type","number").attr("class","currentPageNumber").property("value",1).attr("min",1).on("change",function(){r.pageNumber(this.value),r._onSelect(this.value)}),this.side.append("span").classed("side total",!0).text(" of 1")},o.prototype.update=function(e,o){var r=this;if(o.style("bottom",this.bottom()+"px").style("right",this.right()+"px"),this._tNumPages=Math.ceil(this.numItems()/this.itemsPerPage())||1,this.pageNumber()>this._tNumPages&&this.pageNumber(1),this._numList=[],this.numItems()){this._numList.push("first");for(var i=-this.adjacentPages();i<=this.adjacentPages();i++)this.pageNumber()+i>0&&this.pageNumber()+i<=this._tNumPages&&this._numList.push(this.pageNumber()+i);this._numList.push("last")}this.side.select(".total").text(" of "+this._tNumPages),this.side.select(".currentPageNumber").property("value",this.pageNumber()),this.side.select(".currentPageNumber").attr("max",this._tNumPages);var a=this.paginator.selectAll("li").data(this._numList,function(t){return t});a.enter().append(function(t){var e=document.createElement("li");if(t!==r.pageNumber()){var o=document.createElement("a"),i=document.createTextNode(t);return o.appendChild(i),o.href="#",e.appendChild(o),e}var a=document.createElement("span");return a.innerHTML=t,e.appendChild(a),e}).on("click",function(e,o){switch(t.event.preventDefault(),r.side.select(".currentPageNumber").property("value",r.pageNumber()),e){case"first":1!==r.pageNumber()&&(r.pageNumber(1),r._onSelect(1,"previous"));break;case"last":r.pageNumber()!==r._tNumPages&&(r.pageNumber(r._tNumPages),r._onSelect(r._tNumPages,"previous"));break;default:r.pageNumber(e),r._onSelect(e)}}),a.classed("active",function(t,e){return t===r.pageNumber()}).select("a").text(function(t){return t}),a.exit().remove(),a.order(),0===this.numItems()&&t.select(e).remove()},o.prototype.exit=function(t,o){e.prototype.exit.apply(this,arguments)},o}),define("css!src/other/Table",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/other/Table",["d3","../common/HTMLWidget","./Paginator","../common/Utility","../common/Widget","css!./Table"],e):t.other_Table=e(t.d3,t.common_HTMLWidget,t.other_Paginator,t.common_Utility,t.common_Widget)}(this,function(t,e,o,r,i){function a(){e.call(this),this._tag="div",this.columns([]),this._paginator=new o,this._selectionBag=new r.Selection,this._selectionPrevClick=null,this._paginatorTableSpacing=4}function n(t,e){return e instanceof i?"Widget with class: "+e.classID():e}a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" other_Table",a.prototype.publish("renderHtmlDataCells",!1,"boolean","enable or disable HTML within cells",null,{tags:["Private"]}),a.prototype.publish("pagination",!0,"boolean","Enable or disable pagination",null,{tags:["Private"]}),a.prototype.publish("paginationLimit",null,"number","Maximum number of rows allowed before pagination defaults to on",null,{tags:["Private"]}),a.prototype.publishProxy("itemsPerPage","_paginator"),a.prototype.publishProxy("pageNumber","_paginator","pageNumber",1),a.prototype.publishProxy("adjacentPages","_paginator"),a.prototype.publish("topN",null,"number","Total number or rows of data to be displayed in the table",null,{tags:["Private"]}),a.prototype.publish("pivot",!1,"boolean","Pivot Table"),a.prototype.publish("showHeader",!0,"boolean","Show or hide the table header",null,{tags:["Private"]}),a.prototype.publish("fixedHeader",!0,"boolean","Enable or disable fixed table header",null,{tags:["Private"]}),a.prototype.publish("fixedColumn",!1,"boolean","Enable or disable fixed first column",null,{tags:["Private"]}),a.prototype.publish("multiSelect",!1,"boolean","Multiple Selection",null,{tags:["Basic"]}),a.prototype.publish("fixedSize",!1,"boolean","Fix Size to Min Width/Height"),a.prototype.publish("theadFontSize",null,"string","Table head font size",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tbodyFontSize",null,"string","Table body font size",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tfootFontSize",null,"string","Table body font size",null,{tags:["Basic"],optional:!0}),a.prototype.publish("theadFontColor",null,"html-color","Table head font color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tbodyFontColor",null,"html-color","Table body font color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tfootFontColor",null,"html-color","Table body font color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("theadFontFamily",null,"string","Table head font family",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tbodyFontFamily",null,"string","Table body font family",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tfootFontFamily",null,"string","Table body font family",null,{tags:["Basic"],optional:!0}),a.prototype.publish("theadCellBorderColor",null,"html-color","Table head cell border color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tfootCellBorderColor",null,"html-color","Table head cell border color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("theadRowBackgroundColor",null,"html-color","Table head row color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tfootRowBackgroundColor",null,"html-color","Table head row color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tbodyCellBorderColor",null,"html-color","Table body cell border color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tbodyRowBackgroundColor",null,"html-color","Table body row color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tbodyFirstColFontColor",null,"html-color","Table body first column font color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tbodyFirstColBackgroundColor",null,"html-color","Table body first column background color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tbodyHoverRowFontColor",null,"html-color","Table body hover row font color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tbodyHoverRowBackgroundColor",null,"html-color","Table body hover row background color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tbodySelectedRowFontColor",null,"html-color","Table body selected row color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tbodySelectedRowBackgroundColor",null,"html-color","Table body selected row color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("tableZebraColor",null,"html-color","Table zebra row color",null,{tags:["Basic"],optional:!0}),a.prototype.publish("totalledColumns",[],"array","Array of indices of the columns to be totalled",null,{tags:["Basic"],optional:!0,disable:function(t){return t.pivot()}}),a.prototype.publish("totalledLabel",null,"string","Adds a label to the first column of the 'Totalled' row",null,{tags:["Basic"],optional:!0,disable:function(t){return t.pivot()}}),a.prototype.publish("stringAlign","left","set","Array of alignment positions for strings",["left","right","center"],{tags:["Basic"],optional:!0}),a.prototype.publish("numberAlign","right","set","Array of alignment positions for numbers",["left","right","center"],{tags:["Basic"],optional:!0}),a.prototype.publish("minWidgetWidth",320,"number","Minimum width of a child widget",null,{tags:["Basic"],optional:!0}),a.prototype.publish("minWidgetHeight",240,"number","Minimum height of a child widget",null,{tags:["Basic"],optional:!0}),a.prototype.publish("sortByFieldIndex",null,"number","Index for the field/column to sort the data",null,{tags:["Basic"],optional:!0}),a.prototype.publish("descending",!1,"boolean","Direction for sorting the data: ascending (true) or descending (false)",null,{tags:["Basic"],optional:!0}),a.prototype.size=function(t){var o=e.prototype.size.apply(this,arguments);if(arguments.length&&this.tableDiv){var r=this.showHeader()&&this.fixedHeader()?this.thead.property("offsetHeight"):0;this.tableDiv.style("width",this._size.width+"px").style("height",this._size.height-r+"px"),this._element.style("width",this._size.width+"px").style("height",this._size.height+"px")}return o},a.prototype.tableColumns=function(t){var e=a.prototype.columns.apply(this,arguments);return!arguments.length&&this.pivot()?this._db.column(0):e},a.prototype.tableData=function(t){var e=a.prototype.data.apply(this,arguments);return!arguments.length&&this.pivot()?this._db.columns().filter(function(t,e){return e>0}):e};var s={transform:function(t){return t}};return a.prototype.field=function(t,e){return this.pivot()?0===e?s:this.fields()[t+1]:-1===t?s:this.fields()[e]},a.prototype.enter=function(t,o){e.prototype.enter.apply(this,arguments),this._parentElement.style("overflow","hidden"),this.tableDiv=o.append("div").attr("class","tableDiv"),this.table=this.tableDiv.append("table"),this.fixedHead=o.append("div").classed("header-wrapper",!0),this.fixedHeadTable=this.fixedHead.append("table"),this.fixedThead=this.fixedHeadTable.append("thead").append("tr"),this.unfixedThead=this.table.append("thead").append("tr"),this.tbody=this.table.append("tbody"),this.tfoot=this.table.append("tfoot").append("tr"),this.fixedCol=o.append("div").classed("rows-wrapper",!0),this.fixedColTable=this.fixedCol.append("table"),this.fixedColHead=this.fixedColTable.append("thead"),this.fixedColHeadRow=this.fixedColHead.append("tr"),this.fixedColBody=this.fixedColTable.append("tbody"),this.fixedColFoot=this.fixedColTable.append("tfoot"),this.fixedColFootRow=this.fixedColFoot.append("tr"),this.tableDiv.style("overflow","auto")},a.prototype.update=function(o,a){function n(){var t=H.width;D=l.tbody.property("offsetWidth")+1,O=t>D?D:t,O=O}function s(){B=l.tbody.property("offsetHeight")+P,B=B}e.prototype.update.apply(this,arguments);var l=this,p=l.tableColumns(),h=l.tableData();this.element().selectAll("table,tbody,th,td").style("width",null),!this.sortByFieldIndex_exists()||this._prevSortByFieldIndex===this.sortByFieldIndex()&&this._prevDescending===this.descending()||(r.multiSort(h,[{idx:this.sortByFieldIndex(),reverse:this.descending()}]),this._prevSortByFieldIndex=this.sortByFieldIndex(),this._prevDescending=this.descending()),this._hasChildWidgets=!1,this.fixedHeader()?this.thead=this.fixedThead:this.thead=this.unfixedThead,this.fixedHead.style("display",this.fixedHeader()?"table-row":"none"),this.unfixedThead.style("display",this.fixedHeader()?"none":"table-row");var c=this.thead.selectAll("th").data(this.showHeader()?p:[]);if(c.enter().append("th").each(function(e){var o=t.select(this);o.append("span").attr("class","thText"),o.append("span").attr("class","thIcon")}).on("click",function(t,e){l.headerClick(t,e)}),c.style("background-color",this.theadRowBackgroundColor()).style("border-color",this.theadCellBorderColor()).style("color",this.theadFontColor()).style("font-size",this.theadFontSize()),c.select(".thText").style("font-family",this.theadFontFamily()).text(function(t,e){return l.field(-1,e).transform(t)}),c.select(".thIcon").text(function(t,e){return l.descending()?l.sortByFieldIndex()===e?"":"":l.sortByFieldIndex()===e?"":""}),c.exit().remove(),c.order(),this.paginationLimit()&&this.pagination(h.length>=parseInt(this.paginationLimit())?!0:!1),this.pagination()){null===this._paginator.target()&&this._paginator.target(a.node());var u=this._calcRowsPerPage(c);this.itemsPerPage(u),this._paginator.numItems(h.length),this._tNumPages=Math.ceil(this._paginator.numItems()/this.itemsPerPage())||1,(this.pageNumber()>this._tNumPages||this.pageNumber()<=0)&&this.pageNumber(1),this._paginator._onSelect=function(t,e){l.pageNumber(t),l.render()}}else this._paginator.numItems(0);var d=this.pageNumber()-1,f=this.itemsPerPage(),g=d*f,m=parseInt(d*f)+parseInt(f),y=null;y=this.topN()?h.slice(0,this.topN()):this.pagination()?h.slice(g,m):h;var b=[this.totalledLabel()?this.totalledLabel():null];if(0!==this.totalledColumns().length){for(var _=0;_k.property("offsetWidth")?R.property("offsetWidth"):k.property("offsetWidth"):R.property("offsetWidth"),this.fixedCol.style("position","absolute").style("margin-top",-this.tableDiv.property("scrollTop")+P+"px"),R.style("width",E+"px"),this.fixedColHead.style("position","absolute").style("margin-top",(this.fixedHeader()?this.tableDiv.property("scrollTop"):0)-P+"px"),k.style("width",E+"px"),T.each(function(e,o){var r=t.select(this).select("td").property("offsetHeight");t.select(R[o][0]).style("height",r+"px")})),this.table.style("margin-left",-E+"px"),this.tableDiv.style("margin-left",E+"px").style("width",this.width()-E+"px"),this._paginator.render(),this._paginator.right((this.hasVScroll(this.tableDiv)?this.getScrollbarWidth():0)+this._paginatorTableSpacing).bottom((this.hasHScroll(this.tableDiv)?this.getScrollbarWidth():0)+this._paginatorTableSpacing).render(),T.empty()||this.setColumnWidths(T),this.fixedSize()){var N=t.select(".tableDiv > table").node();if(N){var B,O,D,H=N.getBoundingClientRect();0!==H.width&&0!==H.height?(n(),s()):(H.height-P<=l.tableDiv.property("offsetHeight")?s():l.fixedHeader()?(B=l.property("offsetHeight"),B+="px"):B="100%",H.width-E=r?o:r;this.style.width=a+"px",!i.empty()&&i[0][e]&&(i[0][e].style.width=a+"px"),n+=a}),this.thead.style("position",this.fixedHeader()?"absolute":"relative").style("width",n+"px").style("margin-top","0px"),this.table.style("width",n+"px"),this.tableDiv.style("margin-top",(o.fixedHeader()?a:0)+"px"),this.tbody.style("width",n+"px")},a.prototype.getBodyRow=function(t){return this.table.selectAll("tbody tr.trId"+this._id).filter(function(e,o){return o===t})},a.prototype.getFixedRow=function(t){return this._element.selectAll(".rows-wrapper tbody tr").filter(function(e,o){return o===t})},a.prototype.setOnScrollEvents=function(t,e){var o=this;t.onscroll=function(t){var r=t.target.scrollTop,i=t.target.scrollLeft;o.fixedHeader()&&o.thead.style("margin-left",-i+"px"),o.fixedColumn()&&(o.fixedCol.style("margin-top",-r+e+"px"),o.fixedHeader()&&o.fixedColHead.style("margin-top",r-e+"px"))}},a.prototype._generateTempRow=function(){var t=this.tbody.append("tr");return t.append("td").text("QQQ"),t},a.prototype._createSelectionObject=function(e){var o=this;return{_id:e,element:function(){return o.tbody?o.tbody.selectAll("tr").filter(function(t){return t===e}):t.select()}}},a.prototype._calcRowsPerPage=function(t){0===this._paginator.numItems()&&(this._paginator.numItems(1),this.itemsPerPage(1)),this._paginator.render();var e=this.thead.selectAll("th").node()?this.thead.selectAll("th").node().clientHeight:0,o=this.tfoot.selectAll("td").node()?this.tfoot.selectAll("td").node().clientHeight:0,r=this._generateTempRow(),i=r.node().clientHeight;r.remove();var a=this.calcHeight(this._paginator.element()),n=Math.floor((this.height()-e-o-a-(this.table.style("width")>=this.table.style("width")?this.getScrollbarWidth():0)-2*this._paginatorTableSpacing)/i)||1;return n},a.prototype.sort=function(t){return this.sortByFieldIndex()!==t?this.descending(!1):this.descending(!this.descending()),this.sortByFieldIndex(t),this},a.prototype.selection=function(t){return arguments.length?(this._selectionBag.set(t.map(function(t){return this._createSelectionObject(t)},this)),this):this._selectionBag.get().map(function(t){return t._id})},a.prototype.selectionBagClick=function(e,o){if(this.multiSelect()&&t.event.shiftKey&&this._selectionPrevClick){var r=!1,i=[],a=this.tableData().filter(function(t,o){var a=!1;return(t===e||t===this._selectionPrevClick)&&(r&&(a=!0),r=!r,i.push(o)),r||a},this);this.selection(a)}else if(this.multiSelect())this._selectionBag.click(this._createSelectionObject(e),t.event),this._selectionPrevClick=e;else{var n=this._createSelectionObject(e);this._selectionBag.click(n,{ctrlKey:this._selectionBag.isSelected(n)}),this._selectionPrevClick=e}this.render()},a.prototype.applyHoverRowStyles=function(t){var e=this;t.style("color",e.tbodyHoverRowFontColor()).style("background-color",e.tbodyHoverRowBackgroundColor())},a.prototype.applySelectedRowStyles=function(t){var e=this;t.style("color",e.tbodySelectedRowFontColor()).style("background-color",e.tbodySelectedRowBackgroundColor())},a.prototype.applyRowStyles=function(t,e){var o=t.datum().row;t.style("color",e?this.tbodyFirstColFontColor():this.tbodyFontColor()).style("background-color",e?this.tbodyFirstColBackgroundColor():this.tableZebraColor_exists()&&this.tableData().indexOf(o)%2?this.tbodyRowBackgroundColor():this.tableZebraColor())},a.prototype.applyFirstColRowStyles=function(t){this.applyStyleToRows(t,!0)},a.prototype.applyStyleToRows=function(e,o){o="undefined"!=typeof o?o:!1;var r=this;e.each(function(){var e=t.select(this);e.classed("hover")?r.applyHoverRowStyles(e):e.classed("selected")?r.applySelectedRowStyles(e):r.applyRowStyles(e,o)})},a.prototype.getColumnAlignment=function(t,e,o){var r=this.field(t,e);switch(r.__prop_type){case"string":return this.stringAlign();case"number":return this.numberAlign();case"":case void 0:switch(typeof o){case"string":return this.stringAlign();case"number":return this.numberAlign()}}return null},a.prototype.serializeState=function(){return{selection:this._selectionBag.get().map(function(t){return t._id}),data:this.data()}},a.prototype.deserializeState=function(t){if(t){if(t.selection){var e=this;this._selectionBag.set(t.selection.map(function(t){return e._createSelectionObject(t)}))}t.data&&this.data(t.data)}return this},a.prototype.click=function(t,e,o){console.log("click: "+JSON.stringify(t,n)+", "+e+","+o)},a.prototype.dblclick=function(t,e,o){console.log("dblclick: "+JSON.stringify(t,n)+", "+e+","+o)},a.prototype.headerClick=function(t,e){this.sort(e).render()},a}),define("css!src/other/Legend",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/other/Legend",["d3","./Table","../common/Palette","css!./Legend"],e):t.other_Legend=e(t.d3,t.other_Table,t.common_Palette)}(this,function(t,e,o){function r(){e.call(this),this.showHeader(!1)}function i(t){return'
'}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" other_Legend",r.prototype.publish("dataFamily","ND","set","Type of data",["1D","2D","ND","map","any"],{tags:["Private"]}),r.prototype.publish("orientation","vertical","set","Orientation of Legend rows",["vertical","horizontal"],{tags:["Private"]}),r.prototype.publish("rainbowFormat",",","string","Rainbow number formatting",null,{tags:["Private"],optional:!0,disable:function(t){return!t.isRainbow()}}),r.prototype.publish("rainbowBins",8,"number","Number of rainbow bins",null,{tags:["Private"],disable:function(t){return!t.isRainbow()}}),r.prototype.isRainbow=function(){var t=this.getWidget();return t&&t._palette&&"rainbow"===t._palette.type()},r.prototype.targetWidget=function(t){if(!arguments.length)return this._targetWidget;this._targetWidget=t,this._targetWidgetMonitor&&(this._targetWidgetMonitor.remove(),delete this._targetWidgetMonitor);var e=this;return this._targetWidgetMonitor=this._targetWidget.monitor(function(t,o,r,i){switch(t){case"chart":case"columns":case"data":case"paletteID":e.lazyRender()}}),this},r.prototype.getWidget=function(){if(this._targetWidget)switch(this._targetWidget.classID()){case"chart_MultiChart":return this._targetWidget.chart()}return this._targetWidget},r.prototype.getPalette=function(){var t=this.getWidget();if(t&&t._palette)switch(t._palette.type()){case"ordinal":return o.ordinal(t._palette.id());case"rainbow":return o.rainbow(t._palette.id())}return o.ordinal("default")},r.prototype.enter=function(o,r){e.prototype.enter.apply(this,arguments),t.select(o.parentNode).style("overflow-y","auto"),this.renderHtmlDataCells(!0),this.fixedHeader(!1),this.fixedSize(!0),r.classed("other_Legend",!0)},r.prototype.update=function(o,r){var a=["Key","Label"],n=[];if(this._targetWidget){var s=this.getPalette();switch(s.type()){case"ordinal":switch(this.dataFamily()){case"2D":n=this._targetWidget.data().map(function(t){return[i(s(t[0])),t[0]]},this);break;case"ND":var l=this._targetWidget.columns();n=l.filter(function(t,e){return e>0}).map(function(t){return[i(s(t)),t]},this)}break;case"rainbow":var p=t.format(this.rainbowFormat()),h=this.getWidget(),c=this.rainbowBins(),u=h._dataMinWeight,d=h._dataMaxWeight,f=(d-u)/(c-1);n.push([i(s(u,u,d)),p(u)]);for(var g=1;c-1>g;++g){var m=f*g;n.push([i(s(m,u,d)),p(Math.floor(m))])}n.push([i(s(d,u,d)),p(d)])}}this.columns(a),this.data(n),e.prototype.update.apply(this,arguments),r.classed("horiz-legend","horizontal"===this.orientation());var y=r.select(".tableDiv > table"),b=y.node().getBoundingClientRect(),_=this._parentElement.node().getBoundingClientRect();r.select(".tableDiv").style({overflow:"visible"});var v=_.height/2-b.height/2,w=_.width/2-b.width/2;y.style({position:"absolute",top:v+"px",left:w+"px"});var x=this.pageNumber()-1,C=this.itemsPerPage(),T=x*C,S=parseInt(x*C)+parseInt(C),P=null;P=this.pagination()?this.data().slice(T,S):this.data();var E=this.tbody.selectAll("tr").data(P),k=this;E.on("click",function(t,e){k.onClick(t,e); +}).on("mouseover",function(t,e){k.onMouseOver(t,e)})},r.prototype.exit=function(t,o){this._targetWidgetMonitor&&(this._targetWidgetMonitor.remove(),delete this._targetWidgetMonitor),e.prototype.exit.apply(this,arguments)},r.prototype.onClick=function(t,e){console.log("Legend onClick method"),console.log("rowData: "+t),console.log("rowIdx: "+e)},r.prototype.onMouseOver=function(t,e){console.log("Legend onMouseOver method"),console.log("rowData: "+t),console.log("rowIdx: "+e)},r}),define("css!src/other/MorphText",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/other/MorphText",["../common/SVGWidget","css!./MorphText"],e):t.other_MorphText=e(t.common_SVGWidget)}(this,function(t){function e(){t.call(this)}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" other_MorphText",e.prototype.publish("anchor","middle","set","Sets anchor point",["middle"],{tags:["Basic"]}),e.prototype.publish("fontSize",14,"number","Sets fontsize",null,{tags:["Basic"]}),e.prototype.publish("reverse",!1,"boolean","Reverse Animation",null,{tags:["Basic"]}),e.prototype.publish("text","","string","Sets text/data of widget",null,{tags:["Basic"]}),e.prototype._origText=e.prototype.text,e.prototype.text=function(t){var o=e.prototype._origText.apply(this,arguments);if(arguments.length){var r={},i=t.split("");this.data(i.map(function(t){var e="_"+t;return void 0===r[e]&&(r[e]=0),r[e]++,{text:t,id:t.charCodeAt(0)+1024*r[e]}}))}return o},e.prototype.enter=function(t,e){if(!this.fontSize()){var o=window.getComputedStyle(t,null);this.fontSize(parseInt(o.fontSize))}this._fontWidth=32*this.fontSize()/48,this._textElement=e.append("g")},e.prototype.dateTime=function(){var t=new Date,e=1===t.getSeconds().toString().length?"0"+t.getSeconds():t.getSeconds(),o=1===t.getMinutes().toString().length?"0"+t.getMinutes():t.getMinutes(),r=1===t.getHours().toString().length?"0"+t.getHours():t.getHours(),i=t.getHours()>=12?"pm":"am",a=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],n=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];return n[t.getDay()]+" "+a[t.getMonth()]+" "+t.getDate()+" "+t.getFullYear()+" "+r+":"+o+":"+e+i},e.prototype.update=function(t,e){var o=this,r=this._textElement.selectAll("text").data(this.data(),function(t){return t.id});r.attr("class","update"),this.transition.apply(r).attr("x",function(t,e){return(-o.data().length/2+e)*o._fontWidth+o._fontWidth/2});var i=r.enter().append("text").attr("class","enter").attr("font-size",this.fontSize()).attr("dy",".35em").attr("y",(this.reverse()?1:-1)*this._fontWidth*2).attr("x",function(t,e){return(-o.data().length/2+e)*o._fontWidth+o._fontWidth/2}).style("fill-opacity",1e-6).style("text-anchor",this.anchor()).text(function(t){return t.text});this.transition.apply(i).attr("y",0).style("fill-opacity",1),r.exit().attr("class","exit"),this.transition.apply(r.exit()).attr("y",(this.reverse()?-1:1)*this._fontWidth*2).style("fill-opacity",1e-6).remove()},e}),function(t,e){"function"==typeof define&&define.amd?define("src/other/NestedTable",["./Table"],e):t.other_NestedTable=e(t.other_Table)}(this,function(t){function e(e){t.call(this),this.minWidgetHeight(240),this.minWidgetWidth(360)}e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" other_NestedTable";var o=e.prototype.columns;e.prototype.columns=function(t){return arguments.length?(this._columns=t,o.call(this,t.map(function(t){return"object"==typeof t?t.label:t}))):o.apply(this,arguments)};var r=e.prototype.data;return e.prototype.data=function(e){if(arguments.length){var o=this;return r.call(this,e.map(function(e){return e.map(function(e,r){if(e instanceof Array){var i=[];if("object"==typeof o._columns[r]&&o._columns[r].columns)i=o._columns[r].columns;else for(var a=0;a tr > th > span").text(function(t){var e="";return i.label()&&(e+=i.label()),e}),o.selectAll("i").classed("fa-eye",!i.hideNonWidgets()).classed("fa-eye-slash",i.hideNonWidgets()),i.renderInputs(o.select("tbody"),e)}),n.exit().each(function(t){i.renderInputs(r.select("tbody"),null)}).remove()},n.prototype.exit=function(t,o){e.prototype.exit.apply(this,arguments),this.watchWidget(null)};var s=0;return n.prototype.watchWidget=function(t){if(this._watch&&(window.__hpcc_debug&&(--s,console.log("watchDepth: "+s)),this._watch.remove(),delete this._watch),t){var e=this;this._watch=t.monitor(function(t,o,r){r!==o&&e.lazyRender()}),window.__hpcc_debug&&(++s,console.log("watchDepth: "+s))}},n.prototype.thButtons=function(t){var e=this,o=t.append("i").attr("class","fa fa-minus-square-o").on("click",function(t){t.classed("property-table-collapsed",!t.classed("property-table-collapsed")),o.classed("fa-minus-square-o",!t.classed("property-table-collapsed")).classed("fa-plus-square-o",t.classed("property-table-collapsed"))});if(null===this.parentPropertyEditor()){var r=t.append("i").attr("class","fa "+e.__meta_sorting.ext.icons[e.sorting_options().indexOf(e.sorting())]).on("click",function(){var t=e.sorting(),o=e.sorting_options(),i=e.__meta_sorting.ext.icons;r.classed(i[o.indexOf(t)],!1).classed(i[(o.indexOf(t)+1)%o.length],!0),e.sorting(o[(o.indexOf(t)+1)%o.length]).render()}),i=t.append("i").attr("class","fa "+(e.hideNonWidgets()?"fa-eye-slash":"fa-eye")).on("click",function(){i.classed("fa-eye",e.hideNonWidgets()).classed("fa-eye-slash",!e.hideNonWidgets()),e.hideNonWidgets(!e.hideNonWidgets()).render()});i.classed("fa-eye",!e.hideNonWidgets()).classed("fa-eye-slash",e.hideNonWidgets())}},n.prototype.gatherDataTree=function(t){if(!t)return null;var e={label:t.id()+" ("+t.classID()+")",children:[]},r=o.discover(t);return r.forEach(function(o){var r={label:o.id,children:[]};switch(o.type){case"widget":r.children.push(this.gatherDataTree(t[o.id]()));break;case"widgetArray":case"propertyArray":var i=t[o.id]();i&&i.forEach(function(t){r.children.push(this.gatherDataTree(t))},this)}e.children.push(r)},this),e},n.prototype.getDataTree=function(){return this.gatherDataTree(this.rootWidget())},n.prototype._rowSorting=function(t){if("type"===this.sorting()){var e=["boolean","number","string","html-color","array","object","widget","widgetArray","propertyArray"];t.sort(function(t,o){return t.type===o.type?t.ide.id?-1:1})},n.prototype.filterInputs=function(t){var e=o.discover(t);if((this.filterTags()||this.excludeTags().length>0||this.excludeParams.length>0)&&t instanceof n==!1){var r=this;return e.filter(function(e,o){for(var i=0;i2?(a=l[0],n=l[1],s=l[2]):(a=l[0],s=l[1]),-1!==t["class"]().indexOf(a))return e.id===s?!1:!0}return r.excludeTags().length>0&&e.ext&&e.ext.tags&&e.ext.tags.some(function(t){return r.excludeTags().indexOf(t)>-1})?!1:r.filterTags()&&e.ext&&e.ext.tags&&-1!==e.ext.tags.indexOf(r.filterTags())||!r.filterTags()?!0:!1})}return e},n.prototype.renderInputs=function(e,o){var r=this,i=[],n=!this.show_settings()&&this.showFields();o&&(i=this.filterInputs(o).filter(function(t){return"fields"!==t.id?!0:n}),!this.show_settings()&&this.showData()&&o.data&&i.push({id:"data",type:"array"}),this.hideNonWidgets()&&(i=i.filter(function(t){return a(t.type)})),this._rowSorting(i));var s=e.selectAll("tr.prop"+this.id()).data(i,function(t){return t.id});s.enter().append("tr").attr("class","property-wrapper prop"+this.id()).each(function(e){var i=t.select(this);if(a(e.type))i.classed("property-widget-wrapper",!0),i.append("td").attr("colspan","2");else{i.classed("property-input-wrapper",!0),i.append("td").classed("property-label",!0).text(e.id);var n=i.append("td").classed("property-input-cell",!0);r.enterInputs(o,n,e)}}),s.each(function(e){var i=t.select(this);i.classed("disabled",o[e.id+"_disabled"]&&o[e.id+"_disabled"]()),i.attr("title",e.description),a(e.type)?r.updateWidgetRow(o,i.select("td"),e):r.updateInputs(o,e)}),s.exit().each(function(e){var i=t.select(this);a(e.type)&&r.updateWidgetRow(o,i.select("td"),null)}).remove(),s.order()},n.prototype.updateWidgetRow=function(e,o,r){var i=[];e&&r&&(i=e[r.id]()||[]);var a=i instanceof Array?i:[i];if(r&&r.ext&&r.ext.autoExpand){var s=!0,l=a.filter(function(t,o){return s=t.publishedModified(),t._owner=e,s||o===a.length-1},this),p=a.length-l.length;s&&(p=!0,l.push(new r.ext.autoExpand(e))),p&&(e[r.id](l),a=l)}var h=this,c=o.selectAll("div.propEditor"+this.id()).data(a,function(t){return t.id()});c.enter().append("div").attr("class","property-input-cell propEditor"+this.id()).each(function(e){t.select(this).attr("data-widgetid",e.id()).property("data-propEditor",(new n).label(r.id).target(this))}),c.each(function(e){t.select(this).property("data-propEditor").parentPropertyEditor(h).showFields(h.showFields()).showData(h.showData()).sorting(h.sorting()).filterTags(h.filterTags()).excludeTags(h.excludeTags()).excludeParams(h.excludeParams()).hideNonWidgets(h.hideNonWidgets()&&e._class.indexOf("layout_")>=0).widget(e).render()}),c.exit().each(function(e){var o=t.select(this);o.property("data-propEditor").widget(null).render().target(null),o.property("data-propEditor",null)}).remove()},n.prototype.setProperty=function(t,e,o){for(var r=this;r&&t;)if(r===this&&t[e](o),t._parentElement){var i=r;t.render(function(t){i.render()}),r=null}else r=r.parentPropertyEditor(),t=r.widget()},n.prototype.enterInputs=function(e,o,r){o.classed(r.type+"-cell",!0);var i=this;switch(r.type){case"boolean":o.append("input").attr("id",this.id()+"_"+r.id).classed("property-input",!0).attr("type","checkbox").on("change",function(){i.setProperty(e,r.id,this.checked)});break;case"set":o.append("select").attr("id",this.id()+"_"+r.id).classed("property-input",!0).on("change",function(){i.setProperty(e,r.id,this.value)}).each(function(o){for(var i=t.select(this),a=e[r.id+"_options"](),n=0;ne.text?o?-1:1:0})}return this.optional()&&e.unshift({value:"",text:""}),e},o.prototype.enter=function(o,r){e.prototype.enter.apply(this,arguments),this._span=r.append("span"),this._label=this._span.append("label").attr("for",this.id()+"_select");var i=this;this._select=this._span.append("select").attr("id",this.id()+"_select").on("change",function(e){for(var o=[],r=i._select.node().options,a=0;a1?t+" ":t}).join("");return e.replace(/(?:^|\s)\S/g,function(t){return t.toUpperCase()})}function n(t,e,o,r){function i(t,e){var o="";return t.set.forEach(function(t){var r=t===e?" selected":"";o+=""}),o}var a,n="",s="te-input-"+t.id+"-"+r;"undefined"!=typeof t.ext&&"undefined"!=typeof t.ext.inputType&&(a=t.ext.inputType),"undefined"!=typeof t.inputID&&(s=t.inputID);var l="data-paramid='"+t.id+"' data-wids='"+o.map(function(t){return"object"==typeof t.widget?t.widget._id:t}).join(",")+"'";switch(t.type){case"boolean":var p=e?" checked":"";n="";break;case"number":"undefined"!=typeof a?"textarea"===a?n="":"range"===a&&(n=""):n="";break;case"string":"undefined"!=typeof a?"textarea"===a&&(n=""):n="";break;case"html-color":var h=""===e?"":" value='"+e+"'";n="",n+="";break;case"set":var c=i(t,e);n="";break;case"array":n=""}return"undefined"!=typeof t.ext.saveButton&&(n+=""),n}var s=function(t){return"function"==typeof window.g_defaultThemes&&window.g_defaultThemes(t),JSON.parse(localStorage.getItem("themeEditorThemes")||"{}")},l=function(t){return"function"==typeof window.g_defaultSerials&&window.g_defaultSerials(t),JSON.parse(localStorage.getItem("themeEditorSerials")||"{}")},p=function(t){var e=s(),o=[];for(var r in e)o.push(r);return"undefined"!=typeof t&&"undefined"!=typeof o[t]&&(o=o[t]),o},h=function(t){var e=l(),o=[];for(var r in e)o.push(r);return"undefined"!=typeof t&&"undefined"!=typeof o[t]&&(o=o[t]),o};i.prototype=Object.create(e.prototype),i.prototype._class+=" other_ThemeEditor",i.prototype.publish("themeMode",!0,"boolean","Edit default values",null,{tags:["Basic"]}),i.prototype.publish("saveTheme","","string","Save Theme",null,{tags:["Basic","Theme"],saveButton:"Save",saveButtonID:"te-save-button"}),i.prototype.publish("loadedTheme",p(1),"set","Loaded Theme",p(),{tags:["Basic","Theme"]}),i.prototype.publish("saveSerial","","string","Save Serial",null,{tags:["Basic","Serial"],saveButton:"Save",saveButtonID:"te-save-button"}),i.prototype.publish("loadedSerial",h(0),"set","Loaded Serial",h(),{tags:["Basic","Serial"]}),i.prototype.publish("showColumns",!0,"boolean","Show Columns",null,{tags:["Intermediate"]}),i.prototype.publish("showData",!0,"boolean","Show Data",null,{tags:["Intermediate"]}),i.prototype.publish("shareCountMin",1,"number","Share Count Min",null,{tags:["Private"]}),i.prototype.publish("paramGrouping","By Param","set","Param Grouping",["By Param","By Widget"],{tags:["Private"]}),i.prototype.publish("editorComplexity","Basic","set","Choose what publish properties to display within the editor.",["Basic","Intermediate","Advanced","Private"],{tags:["Private"]}),i.prototype.publish("sectionTitle","","string","Section Title",null,{tags:["Private"]}),i.prototype.publish("collapsibleSections",!0,"boolean","Collapsible Sections",null,{tags:["Intermediate"]}),i.prototype.getThemes=s,i.prototype.getSerials=l,i.prototype.getDefaultThemes=p,i.prototype.getDefaultSerials=h,i.prototype.showSettings=function(t){return arguments.length?(this._showSettings=t,this):this._showSettings},i.prototype.onChange=function(t,e){},i.prototype.enter=function(t,o){e.prototype.enter.apply(this,arguments),this._parentElement.style("overflow","auto")};var c=function(t){var e=!1;return"undefined"==typeof t._current_grouping?t._current_grouping=t._group_params_by:t._current_grouping!==t._group_params_by&&(e=!0),"undefined"==typeof t._showing_columns?t._showing_columns=t.showColumns():t._showing_columns!==t.showColumns()&&(e=!0),"undefined"==typeof t._showing_data?t._showing_data=t.showData():t._showing_data!==t.showData()&&(e=!0),e};return i.prototype.widgetProperty=function(t,e,o){return void 0===o?t[e]():t[e](o)},i.prototype.load=function(){},i.prototype.save=function(){},i.prototype.needsPropTableRedraw=function(t,e){var o=null===document.getElementById("te-themeEditorOptions");return o},i.prototype.update=function(t,r){e.prototype.update.apply(this,arguments),c(this)&&r.selectAll("#"+this._id+" > table").remove(),this._current_grouping=this.paramGrouping(),this._widgetObjsById[this._id]=this,this._sharedProperties=this.findSharedProperties(this.data());var i=this.needsPropTableRedraw();if(i&&this.showSettings()){var a=o.discover(this);for(var s in a)if(-1!==a[s].ext.tags.indexOf(this.editorComplexity())){var l=this[a[s].id]();("loadedTheme"===a[s].id||"loadedSerial"===a[s].id)&&(a[s].inputID="te-load-theme"),a[s].input=n(a[s],l,[this._id],this._id)}else delete a[s];t.innerHTML=this.propertiesTableHtml(a);var p=document.createEvent("Events");p.initEvent("TE Properties Ready",!0,!0),document.dispatchEvent(p)}this.buildTableObjects(t,this._sharedProperties),this.initFunctionality(t)},i.prototype.exit=function(t,o){e.prototype.exit.apply(this,arguments)},i.prototype.click=function(t){},i.prototype.propertiesTableHtml=function(t){var e={id:"te-themeEditorOptions",label:"Editor Options",rowArr:[]},o={id:"te-tableModeOptions",label:this.themeMode()?"Save/Load Theme":"Save/Load Serial",rowArr:[]};for(var r in t)this.themeMode()?-1===t[r].ext.tags.indexOf("Theme")&&-1===t[r].ext.tags.indexOf("Serial")?e.rowArr.push({th:a(t[r].id),td:t[r].input,trClass:"propertyRow"}):-1!==t[r].ext.tags.indexOf("Theme")&&o.rowArr.push({th:a(t[r].id),td:t[r].input,trClass:"propertyRow"}):-1===t[r].ext.tags.indexOf("Serial")&&-1===t[r].ext.tags.indexOf("Theme")?e.rowArr.push({th:a(t[r].id),td:t[r].input,trClass:"propertyRow"}):-1!==t[r].ext.tags.indexOf("Serial")&&o.rowArr.push({th:a(t[r].id),td:t[r].input,trClass:"propertyRow"});var i="";return e.rowArr.length>0&&(i+=this.tableObjHtml(e)),o.rowArr.length>0&&(i+=this.tableObjHtml(o)),i},i.prototype.buildTableObjects=function(t,e){var o={};o=this.themeMode()?{chartColorSection:{id:"te-colorOptions",label:"Chart Colors",rowObjArr:[]},surfaceSection:{id:"te-containerOptions",label:"Container Styles/Colors",rowObjArr:[]},fontSection:{id:"te-fontOptions",label:"Font Styles/Colors",rowObjArr:[]}}:{nonSurfaceSection:{id:"te-chartOptions",label:"Chart Properties",rowObjArr:[]}};for(var r in e)this.themeMode()?-1===r.toUpperCase().indexOf("FONT")||-1!==e[r].arr[0].widget._class.indexOf("layout_Surface")&&-1!==r.toUpperCase().indexOf("COLOR")?"paletteID"===r?o.chartColorSection.rowObjArr.push(e[r]):-1!==e[r].arr[0].widget._class.indexOf("layout_Surface")&&o.surfaceSection.rowObjArr.push(e[r]):o.fontSection.rowObjArr.push(e[r]):-1===e[r].arr[0].widget._class.indexOf("layout_Surface")&&o.nonSurfaceSection.rowObjArr.push(e[r]);var i="";for(var a in o)i+=this.sharedPropertyTableHtml(o[a]);t.innerHTML+=i},i.prototype.initFunctionality=function(t){function e(t){if(i.showSettings()){var e=document.getElementById("te-save-button");e.onclick=function(t){var e=t.srcElement,o=e.previousSibling.value;if(o.length>1){var r,a=document.getElementById("te-load-theme"),n=a.getElementsByTagName("option"),s=!1;for(var l in n){var p=n[l].value;p===o&&(s=!0)}if(s){var h=confirm("'"+o+"' already exists. Do you want to overwrite the existing save? ");h&&(r=i.save(o))}else r=i.save(o),a.innerHTML+="";e.previousSibling.value="",a.value=o}else alert("Save Name cannot be empty.")}}}function o(t){var e=t.getElementsByClassName("te-input");for(var o in e){if(isNaN(parseInt(o)))break;var r=e[o],a=r.getAttribute("id");"te-load-theme"===a?r.onchange=function(t){var e=t.srcElement;i.load(e.value)}:null!==a&&-1!==a.indexOf("te-input-themeMode")?r.onchange=function(t){var e=t.srcElement;i.themeMode(e.checked);var o=document.getElementById("te-load-theme"),r=null!==o?o.value:"Default";i.load(r)}:("INPUT"===r.tagName||"SELECT"===r.tagName||"TEXTAREA"===r.tagName)&&(r.onchange=function(t){var e=t.srcElement,o=e.getAttribute("id");-1!==e.className.split(" ").indexOf("te-html-color-button")&&(o=e.previousSibling.getAttribute("id"),e.previousSibling.value=e.value);var r=e.getAttribute("type"),a=o.split("-"),n=a.slice(0,a.length-1).join("-")+"-",s=e.getAttribute("data-wids"),l=e.getAttribute("data-paramid"),p=s.split(",");p.forEach(function(t){var o=n+t,a=document.getElementById(o);if("checkbox"===r)a.checked=e.checked,i._widgetObjsById[t][l](e.checked);else if("array"===e.getAttribute("data-type")){a.value=e.value;try{i._widgetObjsById[t][l](JSON.parse(e.value))}catch(s){}}else a.value=e.value,i._widgetObjsById[t][l](e.value),-1!==a.className.split(" ").indexOf("te-html-color-input")?a.nextSibling.value=e.value:-1!==a.className.split(" ").indexOf("te-html-color-button")&&(a.previousSibling.value=e.value)}),i.data().forEach(function(t){t.render()})})}}function r(t){var e=t.getElementsByClassName("te-section-table");for(var o in e)if("function"==typeof e[o].getElementsByTagName){var r=e[o].getElementsByTagName("thead");r[0].onclick=function(t){var e=t.toElement;"TH"===e.tagName&&(e=e.parentElement.parentElement);var o=e.parentElement,r="";-1===o.className.split(" ").indexOf("expanded")?(o.className="te-section-table expanded",r="shown"):(o.className="te-section-table collapsed",r="hidden");var i=o.getElementsByTagName("tbody");i[0].className=r}}var i=t.getElementsByClassName("sharedPropertyRow");for(var a in i)if("function"==typeof i[a].getElementsByClassName){var n=i[a].getElementsByClassName("te-label");n[0].onclick=function(t){var e=t.toElement,o=e.parentElement,r="";-1===o.className.split(" ").indexOf("expanded")?(o.className="sharedPropertyRow expanded",r="shown"):(o.className="sharedPropertyRow collapsed",r="hidden");for(var i=o.nextSibling;null!==i;)-1===i.className.split(" ").indexOf("sharedPropertyRow")?(i.className="propertyRow "+r,i=i.nextSibling):i=null}}}var i=this;r(t),o(t),e(t)},i.prototype.sharedPropertyTableHtml=function(t){function e(t){var e=t.widget.classID().split("_"),o=e.join("/");return o+" ["+t.widget._id+"]"}function o(t){return a(t.id)}function r(t,e){function o(t,e){var o=t.arr[e].widget[t.id]();return null!==o?o:""}var r=o(t,e),i=n(t,r,[t.arr[e]],t.arr[e].widget._id);return i}function i(t){function e(t){var e=t.arr[0].widget[t.id]();return t.arr.forEach(function(t,o){return e!==t.widget[t.id]()?"":void 0}),null!==e?"array"===t.type?JSON.stringify(e):e:""}var o=e(t),r=n(t,o,t.arr,"shared");return r}var s={id:t.id,label:t.label,rowArr:[]};return t.rowObjArr.forEach(function(t){t.arr.forEach(function(a,n){0===n&&s.rowArr.push({th:o(t),td:i(t),trClass:"sharedPropertyRow collapsed"}),s.rowArr.push({th:e(a),td:r(t,n),trClass:"propertyRow hidden"})})}),this.tableObjHtml(s)},i.prototype.tableObjHtml=function(t){var e="";return e+="",e+="",t.rowArr.forEach(function(t){e+=this.tableRowObjHtml(t)},this),e+="",e+"
"+t.label+"
"},i.prototype.tableRowObjHtml=function(t){var e="undefined"!=typeof t.trClass?"":"";return e+=""+t.th+"",e+=""+t.td+"",e+""},i.prototype.setWidgetObjsById=function(t){var e=this,o=t.widget[t.id]();"widgetArray"===t.type?o.forEach(function(t){e._widgetObjsById[t._id]=t}):"widget"===t.type&&null!==o&&(this._widgetObjsById[o._id]=o)},i.prototype.checkTagFilter=function(t){var e=["Basic"],o=!1;return t.forEach(function(t){-1!==e.indexOf(t)&&(o=!0)}),o},i.prototype.findSharedProperties=function(t){function e(t,r){var a=[];if(null!==t){var n=o.discover(t);n.forEach(function(o,n){if("undefined"!=typeof o.ext.tags&&a.push({id:o.id,type:o.type,description:o.description,set:o.set,ext:o.ext,widget:t}),"widgetArray"===o.type){var s=i.widgetProperty(t,o.id);s.forEach(function(t){var o=e(t,r+1);a=a.concat(o)})}else if("widget"===o.type){var l=i.widgetProperty(t,o.id),p=e(l,r+1);a=a.concat(p)}})}return a}var r,i=this;if("undefined"!=typeof t&&t.length>0){var a=[];r={};var n={},s={};t.forEach(function(t){var o=e(t,0);a=a.concat(o)}),a.forEach(function(t){if(-1!==["widget","widgetArray"].indexOf(t.type))i.setWidgetObjsById(t);else if(i.checkTagFilter(t.ext.tags)){var e=t.id;-1!==t.widget._class.indexOf("Surface")?("undefined"==typeof n[e]&&(n[e]={arr:[]}),n[e].id=t.id,n[e].description=t.description,n[e].type=t.type,n[e].set=t.set,n[e].ext=t.ext,n[e].arr.push(t)):("undefined"==typeof s[e]&&(s[e]={arr:[]}),s[e].id=t.id,s[e].description=t.description,s[e].type=t.type,s[e].set=t.set,s[e].ext=t.ext,s[e].arr.push(t)),"undefined"==typeof r[e]&&(r[e]={arr:[]}),r[e].id=t.id,r[e].description=t.description,r[e].type=t.type,r[e].set=t.set,r[e].ext=t.ext,r[e].arr.push(t)}})}return r},i}),define("css!src/other/WordCloud",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/other/WordCloud",["d3","../common/SVGWidget","../api/I2DChart","../api/ITooltip","d3-cloud","css!./WordCloud"],e):t.other_WordCloud=e(t.d3,t.common_SVGWidget,t.api_I2DChart,t.api_ITooltip,t.d3.layout.cloud)}(this,function(t,e,o,r,i){function a(){e.call(this),o.call(this),r.call(this),this._prevOffsetX=this.offsetX(),this._prevOffsetY=this.offsetY(),this._prevZoom=this.zoom()}return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" other_WordCloud",a.prototype["implements"](o.prototype),a.prototype["implements"](r.prototype),a.prototype.publish("paletteID","default","set","Palette ID",a.prototype._palette["switch"](),{tags:["Basic","Shared"]}),a.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),a.prototype.publish("fontFamily","Impact","string","Font Name",null,{tags:["Basic"] +}),a.prototype.publish("fontSizeFrom",6,"number","Font Size From",null,{tags:["Basic"]}),a.prototype.publish("fontSizeTo",48,"number","Font Size To",null,{tags:["Basic"]}),a.prototype.publish("angleFrom",-60,"number","Angle From",null,{tags:["Basic"]}),a.prototype.publish("angleTo",60,"number","Angle To",null,{tags:["Basic"]}),a.prototype.publish("angleCount",5,"number","Angle Count",null,{tags:["Basic"]}),a.prototype.publish("padding",0,"number","Padding",null,{tags:["Intermediate"]}),a.prototype.publish("scaleMode","linear","set","Text scaling mode",["linear","log","sqrt","pow"],{tags:["Intermediate"]}),a.prototype.publish("spiral","archimedean","set","Text scaling mode",["archimedean","rectangular"],{tags:["Intermediate"]}),a.prototype.publish("offsetX",0,"number","X offset",null,{tags:["Advanced"]}),a.prototype.publish("offsetY",0,"number","Y offset",null,{tags:["Advanced"]}),a.prototype.publish("zoom",1,"number","Zoom",null,{tags:["Advanced"]}),a.prototype.data=function(t){var o=e.prototype.data.apply(this,arguments);return arguments.length&&(this._vizData=t.map(function(t){var e={};for(var o in t)e["__viz_"+o]=t[o];return e})),o},a.prototype.enter=function(o,r){e.prototype.enter.apply(this,arguments),this._root=r.append("g"),this._canvas=document.createElement("canvas");var a=this;this._zoom=t.behavior.zoom().scaleExtent([.1,10]).on("zoom",function(){a.zoomed(a._zoom,t.event.translate,t.event.scale)}),r.call(this._zoom),this._cloud=(new i).canvas(this._canvas)},a.prototype.update=function(o,r){function i(t,e){var o=a._root.selectAll("text").data(t,function(t){return t.__viz_0?t.__viz_0.toLowerCase():""});o.enter().append("text").attr("text-anchor","middle").text(function(t){return t.__viz_0}).on("click",function(t){a.click({label:t.__viz_0,weight:t.__viz_1})}).style("opacity",1e-6).on("mouseover.tooltip",function(t){a.tooltipShow([t.__viz_0,t.__viz_1],a.columns(),1)}).on("mouseout.tooltip",function(t){a.tooltipShow()}).on("mousemove.tooltip",function(t){a.tooltipShow([t.__viz_0,t.__viz_1],a.columns(),1)}),o.style("font-size",function(t){return s(t.__viz_1)+"px"}).style("font-family",a.fontFamily()).transition().duration(1e3).attr("transform",function(t){return"translate("+[t.x,t.y]+")rotate("+t.rotate+")"}).style("fill",function(t){return a._palette(t.__viz_0?t.__viz_0.toLowerCase():"")}).style("opacity",1),o.exit().transition().duration(1e3).style("opacity",1e-4).remove()}e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.zoomed(this,[this.offsetX(),this.offsetY()],this.zoom());var a=this,n=t.extent(this._vizData,function(t){return t.__viz_1}),s=t.scale[this.scaleMode()]().domain(n).range([this.fontSizeFrom(),this.fontSizeTo()]),l=t.scale.linear().domain([0,a.angleCount()-1]).range([a.angleFrom(),a.angleTo()]);this._cloud.stop().size([this.width(),this.height()]).words(this._vizData).font(this.fontFamily()).padding(this.padding()).spiral(this.spiral()).text(function(t){return t.__viz_0}).fontSize(function(t){return s(t.__viz_1)}).rotate(function(){return l(~~(Math.random()*a.angleCount()))}).on("end",i).start()},a.prototype.zoomed=function(t,e,o){if(e[0]!==this._prevOffsetX||e[1]!==this._prevOffsetY||o!==this._prevZoom){switch(this._root.attr("transform","translate("+e[0]+","+e[1]+")scale("+o+")"),t){case this:this._zoom.scale(o).translate(e);break;case this._zoom:this.offsetX(e[0]),this.offsetY(e[1]),this.zoom(o)}this._prevOffsetX=e[0],this._prevOffsetY=e[1],this._prevZoom=o}},a}),function(t){var e=document,o="appendChild",r="styleSheet",i=e.createElement("style");i.type="text/css",e.getElementsByTagName("head")[0][o](i),i[r]?i[r].cssText=t:i[o](e.createTextNode(t))}('.other_autoCompleteText label{display:inline-block;vertical-align:top}.other_autoCompleteText input{width:100%;max-width:600px;outline:0;border-radius:100}.autocomplete-suggestions{text-align:left;cursor:default;border:1px solid #ccc;border-top:0;background:#fff;box-shadow:-1px 1px 3px rgba(0,0,0,.1);position:absolute;display:none;z-index:9999;max-height:254px;overflow:hidden;overflow-y:auto;box-sizing:border-box}.autocomplete-suggestion{position:relative;padding:0 .6em;line-height:23px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.02em;color:#333}.autocomplete-suggestion b{font-weight:400;color:#1f8dd6}.autocomplete-suggestion.selected{background:#f0f0f0}.other_CalendarHeatMap{shape-rendering:crispEdges}.other_CalendarHeatMap .day{fill:#fff;stroke:#ccc}.other_CalendarHeatMap .day.selected,.other_CalendarHeatMap .day.selected.over{stroke:red}.other_CalendarHeatMap .day.over{stroke:orange}.other_CalendarHeatMap .month{fill:none;stroke:#000;stroke-width:2px}.other_Html{height:100%;width:100%;overflow-x:auto;overflow-y:scroll}.other_Paginator{display:block;position:absolute;white-space:nowrap}.other_Paginator .pagination{display:inline-block;white-space:nowrap}.other_Paginator .pagination>li{display:inline}.other_Paginator input[type=number].currentPageNumber{border:1px solid #ddd;outline:0 none;position:relative;width:37px;text-align:center}.other_Paginator div.side{padding:5px 20px;vertical-align:top}.other_Paginator span.side{position:relative;color:#337ab7}.other_Paginator .pagination>div,.other_Paginator .pagination>li>a,.other_Paginator .pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.other_Paginator .pagination>li:first-child>a,.other_Paginator .pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.other_Paginator .pagination>li:last-child>a,.other_Paginator .pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.other_Paginator .pagination>li>a:focus,.other_Paginator .pagination>li>a:hover,.other_Paginator .pagination>li>span:focus,.other_Paginator .pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.other_Paginator .pagination>.active>a,.other_Paginator .pagination>.active>a:focus,.other_Paginator .pagination>.active>a:hover,.other_Paginator .pagination>.active>span,.other_Paginator .pagination>.active>span:focus,.other_Paginator .pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.other_Paginator .pagination>.disabled>a,.other_Paginator .pagination>.disabled>a:focus,.other_Paginator .pagination>.disabled>a:hover,.other_Paginator .pagination>.disabled>span,.other_Paginator .pagination>.disabled>span:focus,.other_Paginator .pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.other_Paginator .pagination-lg>li>a,.other_Paginator .pagination-lg>li>span{padding:10px 16px;font-size:18px}.other_Paginator .pagination-lg>li:first-child>a,.other_Paginator .pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.other_Paginator .pagination-lg>li:last-child>a,.other_Paginator .pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.other_Paginator .pagination-sm>li>a,.other_Paginator .pagination-sm>li>span{padding:5px 10px;font-size:12px}.other_Paginator .pagination-sm>li:first-child>a,.other_Paginator .pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.other_Paginator .pagination-sm>li:last-child>a,.other_Paginator .pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.other_Table,.other_Table th{color:#333;border-width:1px;border-color:#999}.other_Table table{border-collapse:collapse;border-spacing:0}.other_Table .tableDiv{position:absolute}.other_Table th{padding:5px 10px;border-style:solid;border-color:#a9c6c9;color:#fff;white-space:nowrap;cursor:pointer}.labels-wrapper th,.other_Table th{box-sizing:border-box}.cols-wrapper tr,.other_Table thead>tr{background-color:#1f77b4}.labels-wrapper .thIcon,.other_Table .thIcon{font-family:FontAwesome;padding-left:8px}.other_Table .tableDiv tbody>tr:nth-child(odd){background-color:#f3faff;color:#000}.other_Table .tableDiv tbody>tr:nth-child(even){background-color:#fff;color:#000}.other_Table .rows-wrapper table>tbody>tr{background-color:#bce1fb;color:#000}.other_Table .rows-wrapper .labels-wrapper{width:100%}.other_Table .tableDiv tbody>tr.selected,.other_Table table tbody>tr.selected{background-color:#f48a00;color:#fff}.other_Table .tableDiv tbody>tr.hover,.other_Table .tableDiv tbody>tr:hover{background-color:#bfd7e7;color:#fff}.other_Table .rows-wrapper tbody tr.hover.selected,.other_Table .tableDiv tbody>tr.selected.hover,.other_Table .tableDiv tbody>tr.selected:hover,.other_Table tr.selected.hover,.other_Table tr.selected:hover{background-color:#5ea8db;color:#fff}.other_Table td{border-width:1px;padding:2px 5px;white-space:nowrap;box-sizing:border-box}.other_Table td,.rows-wrapper td{border-style:solid;border-color:#a9c6c9;vertical-align:middle}.other_Table tfoot td,.rows-wrapper tfoot td{background-color:#addff3;font-weight:700}.other_Legend .colorBlock{width:10px;height:10px}.other_Legend>table,.other_Legend>table td,.other_Legend>table th{border-collapse:collapse;border-spacing:0}.other_Table.other_Legend table{border-spacing:0}.labels-wrapper th,.other_Table.other_Legend th{padding:2px 5px;background-color:transparent;border-width:1px;border-style:solid;border-color:transparent;color:#333;white-space:nowrap;cursor:default;font-weight:400;text-align:left}.other_Table.other_Legend tr{background-color:transparent;color:#333}.other_Table.other_Legend .tableDiv tbody>tr:nth-child(odd){background-color:unset;color:#000}.other_Table.other_Legend .tableDiv tbody>tr.hover,.other_Table.other_Legend .tableDiv tbody>tr:hover,.rows-wrapper table tbody tr.hover{background-color:#bfd7e7;color:#fff}.other_Table.other_Legend thead>tr:hover{background-color:transparent}.other_Table.other_Legend tbody>tr.hover,.other_Table.other_Legend tbody>tr:hover,.rows-wrapper tbody tr.hover{background-color:#eee}.other_Table.other_Legend td,.rows-wrapper td{border-width:0;padding:2px 5px;white-space:nowrap;box-sizing:border-box}.other_Legend>.tableDiv>table>tbody>tr:hover{cursor:pointer;color:#000;background-color:#ddd}.other_Legend.horiz-legend .tableDiv{width:100%!important;text-align:left}.other_Legend.horiz-legend .tableDiv>table{display:inline-block;width:100%!important;top:0!important;left:0!important}.other_Legend.horiz-legend thead,.other_Legend.horiz-legend tr{display:inline-block}.other_Legend.horiz-legend td,.other_Legend.horiz-legend td>div{display:inline-block;white-space:nowrap}.other_Legend.horiz-legend tr{white-space:nowrap}.other_Legend.horiz-legend tbody{display:inline-block;width:100%!important;text-align:center}.other_MorphText .enter{fill:green}.other_MorphText .update{fill:#333}.other_MorphText .exit{fill:brown}.other_PropertyEditor{overflow-y:scroll;height:100%;width:100%}.other_PropertyEditor .other_PropertyEditor{overflow:hidden}.other_PropertyEditor .property-table{width:100%;border:1px solid #ddd;border-width:0 0 0 1px}.other_PropertyEditor thead>tr>th{background-color:#333}.other_PropertyEditor .other_PropertyEditor th{background-color:#444}.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#555}.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#666}.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#777}.other_PropertyEditor .property-table thead>tr>th{text-align:left;background-color:#333;color:#fff;padding-left:4px}.other_PropertyEditor .property-table thead>tr>th>i{float:right;padding:4px}.other_PropertyEditor .property-table thead>tr>th>i:hover{background-color:#555;cursor:pointer}.other_PropertyEditor .property-table.property-table-collapsed tbody{display:none}.other_PropertyEditor .property-table tbody>tr:nth-child(even){background-color:#f9f9f9}.other_PropertyEditor .property-table tbody>tr:nth-child(odd){background-color:#fff}.other_PropertyEditor .property-table tbody>tr>td{text-align:left;color:#333;padding:0 0 0 2px}.other_PropertyEditor .property-table tbody>tr.disabled>td{color:gray}.other_PropertyEditor .property-input-cell>div{padding-left:8px}.other_PropertyEditor .property-label{padding-right:4px;box-sizing:border-box;height:20px}.other_PropertyEditor td.property-input-cell{text-align:left;height:20px;padding:1px 0}.other_PropertyEditor .property-input-cell>input,.other_PropertyEditor .property-input-cell>textarea{width:100%;box-sizing:border-box}.other_PropertyEditor .property-input-cell>input{height:20px}.other_PropertyEditor .property-input-cell>textarea{height:40px}.other_PropertyEditor .property-input-cell.boolean-cell{width:auto;margin:0;position:relative}.other_PropertyEditor .property-input-cell>input[type=checkbox]{width:auto;margin:0;position:absolute;top:0}.other_PropertyEditor .html-color-cell>input{width:80%}.other_PropertyEditor .html-color-cell>input[type=color]{width:20%;position:relative;top:-1px}.other_Select label,.other_Select span{vertical-align:top}.other_ThemeEditor *{box-sizing:border-box}.other_ThemeEditor table{width:100%;margin-bottom:4px}.other_ThemeEditor table:last-child{margin-bottom:0}.other_ThemeEditor thead>tr>th{text-align:left;background-color:#fafafa}.other_ThemeEditor thead>tr>th>b{font-weight:700}.other_ThemeEditor tbody>tr>td,.other_ThemeEditor tbody>tr>th{font-weight:400;background-color:#fafafa}.other_ThemeEditor thead>tr:first-child>th{background-color:#e5e5e5}.other_ThemeEditor thead>tr.mm-content>th{padding:0 4px;font-size:12px}.other_ThemeEditor td,.other_ThemeEditor th{padding:4px;white-space:nowrap}.other_ThemeEditor thead.mm-label>tr:first-child>th{position:relative;padding-left:29px}.other_ThemeEditor thead.mm-label>tr:first-child>th::before{content:"[+]";position:absolute;left:3px;top:3px;color:#404040;height:15px;width:15px;font-family:monospace}.other_ThemeEditor thead.mm-label.max>tr:first-child>th::before{content:"[-]"}.other_ThemeEditor tr.sharedPropertyRow>td.label::after{content:"[+]";position:absolute;right:10px;top:3px;color:#404040;height:15px;width:15px;font-family:monospace}.other_ThemeEditor tr.sharedPropertyRow>td.label.expanded::after{content:"[-]"}.other_ThemeEditor tr.sharedPropertyRow>td.label{position:relative;padding-right:30px;text-decoration:underline}.other_ThemeEditor tr.sharedPropertyRow>td.label:hover{text-decoration:none;cursor:pointer}.other_ThemeEditor .propertyRow>td,.other_ThemeEditor tr.propertyRow>td,.other_ThemeEditor tr.propertyRow>th{background-color:#f4f4f4}.other_ThemeEditor tr.propertyRow>td.label{padding-left:24px}.other_ThemeEditor table,.other_ThemeEditor td,.other_ThemeEditor th{border:1px solid #e5e5e5}.other_ThemeEditor .mm-label.min .mm-content,.other_ThemeEditor .mm-label.min+.mm-content{display:none}.mm-label:hover,.other_ThemeEditor .sharedPropertyRow>.te-label{cursor:pointer}.other_ThemeEditor .sharedPropertyRow>.te-label:hover{text-decoration:none}.other_ThemeEditor .propertyRow.shown>.te-label{padding-left:15px}.other_ThemeEditor input,.other_ThemeEditor select,.other_ThemeEditor textarea{height:30px;float:left}.other_ThemeEditor input,.other_ThemeEditor select{width:150px}.other_ThemeEditor .te-checkbox{width:20px;height:20px;margin:0}.other_ThemeEditor .te-html-color-input{height:30px;width:120px}.other_ThemeEditor .te-html-color-button,.other_ThemeEditor button{background-color:#ccc;border:1px solid #a9a9a9;border-left:0;height:30px;float:left;padding:4px}.other_ThemeEditor .te-html-color-button{width:30px}.other_ThemeEditor button{cursor:pointer}.other_ThemeEditor .te-html-color-button,.other_ThemeEditor .te-section-table thead,.other_Wordcloud text{cursor:pointer}.other_ThemeEditor .te-html-color-button:hover,.other_ThemeEditor button:hover{background-color:#bbb}.other_ThemeEditor .te-html-color-button:active,.other_ThemeEditor button:active{background-color:#aaa}.other_ThemeEditor .te-label{white-space:nowrap;width:1%;vertical-align:top}.other_ThemeEditor .te-section-table>tbody>tr:hover{background-color:#f8ff98}.te-section-table thead th{font-weight:700}.te-section-table.collapsed>thead>tr>th:after,.te-section-table.expanded>thead>tr>th:after{font:14px/1 FontAwesome;content:"ï…‡";float:right;margin-right:6px;margin-top:4px}.te-section-table.collapsed>thead>tr>th:after{content:""}#te-tableModeOptions thead>tr>th,#te-themeEditorOptions thead>tr>th{border:1px solid #6e6e73;background-color:#6e6e73;color:#fafafa}'),define("hpcc-viz-other",function(){}); \ No newline at end of file diff --git a/dist-amd/hpcc-viz-tree.js b/dist-amd/hpcc-viz-tree.js new file mode 100644 index 0000000000..7f74ec3d0c --- /dev/null +++ b/dist-amd/hpcc-viz-tree.js @@ -0,0 +1 @@ +define("css!src/tree/CirclePacking",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/tree/CirclePacking",["d3","../common/SVGWidget","../api/ITree","../common/Text","../common/FAChar","css!./CirclePacking"],e):t.tree_CirclePacking=e(t.d3,t.common_SVGWidget,t.api_ITree,t.common_Text,t.common_FAChar)}(this,function(t,e,n,i,r){function o(t){e.call(this),n.call(this)}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" tree_CirclePacking",o.prototype["implements"](n.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.enter=function(e,n){this.diameter=Math.min(this.width(),this.height()),this.pack=t.layout.pack().size([this.diameter-4,this.diameter-4]).value(function(t){return 1}),this.svg=n.append("g").attr("transform","rotate(30)")},o.prototype.update=function(e,n){var i=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.svg.selectAll("circle").remove(),this.svg.selectAll("text").remove();var r=this.data(),o=r,a=this.pack.nodes(r);this.circle=this.svg.selectAll("circle").data(a).enter().append("circle").attr("class",function(t){return t.parent?t.children?"node":"node leaf":"node root"}).style("fill",function(t){return i._palette(t.label)}).on("click",function(t){i.click(t)}).on("dblclick",function(e){o!==e&&i.zoom(e),t.event.stopPropagation()}),this.circle.append("title").text(function(t){return t.label}),this.svg.selectAll("text").data(a).enter().append("text").attr("class","label").style("fill-opacity",function(t){return t.parent===r?1:0}).style("display",function(t){return t.parent===r?null:"none"}).text(function(t){return t.label}),this.node=this.svg.selectAll("circle,text"),this.zoomTo([r.x,r.y,2*r.r])},o.prototype.zoom=function(e){var n=this,i=e;this.svg.selectAll("circle").filter(function(t){return t===i});var r=this.svg.selectAll("text").filter(function(t){return t!==i&&"inline"===this.style.display});r.transition().duration(500).style("opacity",0).each("end",function(e){e!==i&&t.select(this).style("display","none").style("opacity",1)});var o=this.svg.transition().duration(1e3).tween("zoom",function(e){var r=t.interpolateZoom(n.view,[i.x,i.y,2*i.r]);return function(t){n.zoomTo(r(t))}});o.selectAll("text").filter(function(t){return t.parent===i||"inline"===this.style.display}).style("fill-opacity",function(t){return t.parent===i?1:0}).each("start",function(t){t.parent===i&&(this.style.display="inline")}).each("end",function(t){t.parent!==i&&(this.style.display="none")})},o.prototype.zoomTo=function(t){var e=this.diameter/t[2];this.view=t,this.node.attr("transform",function(n){return"translate("+(n.x-t[0])*e+","+(n.y-t[1])*e+")rotate(-30)"}),this.circle.attr("r",function(t){return t.r*e})},o}),define("css!src/tree/Dendrogram",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/tree/Dendrogram",["d3","../common/SVGZoomWidget","../common/PropertyExt","../api/ITree","../common/Utility","css!./Dendrogram"],e):t.tree_Dendrogram=e(t.d3,t.common_SVGZoomWidget,t.common_PropertyExt,t.api_ITree,t.common_Utility)}(this,function(t,e,n,i,r){function o(t){n.call(this),this._owner=t}function a(n){e.call(this),i.call(this),r.SimpleSelectionMixin.call(this),this._drawStartPos="origin";var o=this;this._d3LayoutCluster=t.layout.cluster(),this._d3LayoutTree=t.layout.tree(),this._d3Diagonal=t.svg.diagonal().projection(function(t){return"horizontal"===o.orientation()?[t.y,t.x]:[t.x,t.y]}),this._d3DiagonalRadial=t.svg.diagonal.radial().projection(function(t){return[t.y,t.x/180*Math.PI]})}return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.prototype._class+=" tree_Dendrogram.Column",o.prototype.publish("column",null,"set","Field",function(){return this._owner?this._owner.columns():[]},{optional:!0}),a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" tree_Dendrogram",a.prototype["implements"](i.prototype),a.prototype.mixin(r.SimpleSelectionMixin),a.prototype.Column=o,a.prototype.publish("paletteID","default","set","Palette ID",a.prototype._palette["switch"](),{tags:["Basic","Shared"]}),a.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),a.prototype.publish("mappings",[],"propertyArray","Source Columns",null,{autoExpand:o}),a.prototype.publish("circleRadius",4.5,"number","Text offset from circle"),a.prototype.publish("separation",240,"number","Leaf Separation"),a.prototype.publish("dendrogram",!0,"boolean","Dendrogram"),a.prototype.publish("radial",!1,"boolean","Radial"),a.prototype.publish("orientation","horizontal","set","Orientation",["horizontal","vertical"],{tags:["Private"],disabled:function(){return this.radial()}}),a.prototype.dendrogramData=function(){function t(e){return{label:e.key,children:e.values.filter(function(t){return!(t instanceof Array)}).map(function(e){return t(e)}),origRows:e.values}}if(!this.mappings().filter(function(t){return t.column()}).length)return this.data();var e=this._db.rollupView(this.mappings().map(function(t){return t.column()})),n={key:"root",values:e.entries()};return t(n)},a.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments),this._renderElement.attr("opacity",0),this._selection.widgetElement(this._renderElement)},a.prototype.update=function(n,i,r){function o(t){return a.radial()?"rotate("+(t.x-90)+")translate("+t.y+")":"horizontal"===a.orientation()?"translate("+t.y+","+t.x+")":"translate("+t.x+","+t.y+")"}e.prototype.update.apply(this,arguments);var a=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this._renderElement.transition().duration(500).attr("opacity",1),this._d3Layout=this.dendrogram()?this._d3LayoutCluster:this._d3LayoutTree,this.radial()?(this._d3Layout.size([360,2*this.separation()]),this._d3Layout.separation(function(t,e){return(t.parent===e.parent?1:2)/t.depth})):(this._d3Layout.nodeSize([14,this.separation()]),this._d3Layout.separation(function(t,e){return t.parent===e.parent?1:2}));var l=this.dendrogramData(),s=this._d3Layout.nodes(l),c=this._d3Layout.links(s),p=this._renderCount?500:0,u=this._renderElement.selectAll(".link").data(c);u.enter().append("path").attr("class","link").attr("d",this.radial()?this._d3DiagonalRadial:this._d3Diagonal),u.transition().duration(p).attr("d",this.radial()?this._d3DiagonalRadial:this._d3Diagonal),u.exit().remove();var d=this.circleRadius()+2,h=this._renderElement.selectAll(".node").data(s);h.transition().duration(p).attr("transform",o),h.enter().append("g").attr("class","node").attr("transform",o).call(this._selection.enter.bind(this._selection)).on("click",function(t){for(var e=t;e.children;)e=e.children[0];t.depth>0&&a.click(a.rowToObj(e.origRows[0]),a.mappings()[t.depth-1].column(),!0)}).each(function(e,n){var i=t.select(this);i.append("circle"),i.append("text")}),h.select("circle").attr("r",this.circleRadius()).style("fill",function(t){return a._palette(t.label)}).append("title").text(function(t){return t.label}),h.select("text").attr("dx",function(t){return a.radial()?t.children?t.x<180?-d:d:t.x<180?d:-d:"vertical"===a.orientation()?t.children?d:-d:t.children?-d:d}).attr("dy","0.25em").style("text-anchor",function(t){return a.radial()?t.children?t.x<180?"end":"start":t.x<180?"start":"end":"vertical"===a.orientation()?t.children?"start":"end":t.children?"end":"start"}).attr("transform",function(t){return a.radial()?t.x<180?null:"rotate(180)":"vertical"===a.orientation()?"rotate(-66)":null}).text(function(t){return t.label}),h.exit().remove(),this._renderCount||a.zoomToFit()},a}),define("css!src/tree/SunburstPartition",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/tree/SunburstPartition",["d3","../common/SVGWidget","../api/ITree","../common/Text","../common/FAChar","css!./SunburstPartition"],e):t.tree_SunburstPartition=e(t.d3,t.common_SVGWidget,t.api_ITree,t.common_Text,t.common_FAChar)}(this,function(t,e,n,i,r){function o(t){e.call(this),n.call(this)}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" tree_SunburstPartition",o.prototype["implements"](n.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.root=function(t){return arguments.length?(this._root=t,this.svg&&this.svg.selectAll("path").transition().duration(750).attrTween("d",this.arcTweenFunc(this._root)),this):this._root||this.data()},o.prototype.data=function(){var t=e.prototype.data.apply(this,arguments);return arguments.length&&(this._resetRoot=!0),t},o.prototype.enter=function(e,n){var i=this;this.radius=Math.min(this.width(),this.height())/2,this._xScale=t.scale.linear().range([0,2*Math.PI]),this._yScale=t.scale.sqrt().range([0,this.radius]),this.partition=t.layout.partition().value(function(t){return void 0!==t.value?t.value:1}),this.arc=t.svg.arc().startAngle(function(t){return Math.max(0,Math.min(2*Math.PI,i._xScale(t.x)))}).endAngle(function(t){return Math.max(0,Math.min(2*Math.PI,i._xScale(t.x+t.dx)))}).innerRadius(function(t){return Math.max(0,i._yScale(t.y))}).outerRadius(function(t){return Math.max(0,i._yScale(t.y+t.dy))}),this.svg=n.append("g")},o.prototype.update=function(e,n){function i(e){t.event&&t.event.stopPropagation(),r.root(e)}var r=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.radius=Math.min(this.width(),this.height())/2,this._xScale.range([0,2*Math.PI]),this._yScale.range([0,this.radius]),this._dataNodes=this.partition.nodes(this.data());var o=this.svg.selectAll("path").data(this._dataNodes,function(t,e){return void 0!==t.id?t.id:e});o.enter().append("path").on("click",function(t){r.click(t)}).on("dblclick",i).append("title"),o.attr("d",this.arc).style("fill",function(t){return t.__viz_fill?t.__viz_fill:r._palette(t.label)}).style("stroke",function(t){return t.value>16?"white":"none"}).select("title").text(function(t){return t.label}),o.exit().remove(),this._resetRoot&&(this._resetRoot=!1,this.root(this._dataNodes[0]))},o.prototype.arcTweenFunc=function(e){var n=t.interpolate(this._xScale.domain(),[e.x,e.x+e.dx]),i=t.interpolate(this._yScale.domain(),[e.y,1]),r=t.interpolate(this._yScale.range(),[e.y?20:0,this.radius]),o=this;return function(t,e){return e?function(e){return o.arc(t)}:function(e){return o._xScale.domain(n(e)),o._yScale.domain(i(e)).range(r(e)),o.arc(t)}}},o}),define("css!src/tree/Treemap",[],function(){}),function(t,e){"function"==typeof define&&define.amd?define("src/tree/Treemap",["d3","../common/HTMLWidget","../common/PropertyExt","../api/ITree","../common/Utility","css!./Treemap"],e):t.tree_Treemap=e(t.d3,t.common_HTMLWidget,t.common_PropertyExt,t.api_ITree,t.common_Utility)}(this,function(t,e,n,i,r){function o(t){n.call(this),this._owner=t}function a(t){e.call(this),i.call(this),r.SimpleSelectionMixin.call(this)}return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.prototype._class+=" tree_Dendrogram.Column",o.prototype.publish("column",null,"set","Field",function(){return this._owner?this._owner.columns():[]},{optional:!0}),a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" tree_Treemap",a.prototype["implements"](i.prototype),a.prototype.mixin(r.SimpleSelectionMixin),a.prototype.Column=o,a.prototype.publish("paletteID","default","set","Palette ID",a.prototype._palette["switch"](),{tags:["Basic","Shared"]}),a.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),a.prototype.publish("mappings",[],"propertyArray","Source Columns",null,{autoExpand:o}),a.prototype.publish("aggrType",null,"set","Aggregation Type",[null,"mean","median","sum","min","max"],{optional:!0}),a.prototype.publish("aggrColumn",null,"set","Aggregation Field",function(){return this.columns()},{optional:!0,disable:function(t){return!t.aggrType()}}),a.prototype.publish("fontSize",null,"number","Font Size",null,{optional:!0}),a.prototype.publish("transitionDuration",250,"number","Transition Duration"),a.prototype.treemapData=function(){function t(e){if(e.values instanceof Array){var n=e.values.filter(function(t){return!(t instanceof Array)}).map(function(e){return t(e)}),i={label:e.key};return n.length?i.children=n:i.size=22,i}return{label:e.key,size:e.values.aggregate,origRows:e.values}}if(!this.mappings().filter(function(t){return t.column()}).length)return this.data();var e=this._db.aggregateView(this.mappings().map(function(t){return t.column()}),this.aggrType(),this.aggrColumn()),n={key:"root",values:e.entries()};return t(n)},a.prototype.enter=function(n,i){e.prototype.enter.apply(this,arguments),this._d3Treemap=t.layout.treemap().value(function(t){return t.size||50}),this._elementDIV=i.append("div"),this._selection.widgetElement(this._elementDIV)},a.prototype.update=function(t,n){function i(t){if(t.children)return null;for(var e=t.label+" ("+t.value+")";t.parent&&t.parent.parent;)e=t.parent.label+" -> "+e,t=t.parent;return e}function r(t){this.style("left",function(t){return t.x+Math.max(0,t.dx-1)/2+"px"}).style("top",function(t){return t.y+Math.max(0,t.dy-1)/2+"px"}).style("width",function(t){return"0px"}).style("height",function(t){return"0px"})}function o(){this.style("left",function(t){return t.x+"px"}).style("top",function(t){return t.y+"px"}).style("width",function(t){return Math.max(0,t.dx-1)+"px"}).style("height",function(t){return Math.max(0,t.dy-1)+"px"})}e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()));var a=this._d3Treemap.size([this.width(),this.height()]).nodes(this.treemapData());this._elementDIV.style("font-size",this.fontSize_exists()?this.fontSize()+"px":null).style("line-height",this.fontSize_exists()?this.fontSize()+2+"px":null);var l=this,s=this._elementDIV.selectAll(".node").data(a);s.enter().append("div").attr("class","node").call(this._selection.enter.bind(this._selection)).on("click",function(t){if(t&&t.origRows){var e="";l.mappings().forEach(function(t){t.column()&&(e=t.column())}),l.click(l.rowToObj(t.origRows[0]),e,l._selection.selected(this))}}).call(r),s.attr("title",i).text(function(t){return t.children?null:t.label}).style("background",function(t){return t.children?l._palette(t.label):null}).transition().duration(this.transitionDuration()).style("opacity",function(t){return t.children?1:null}).call(o),s.exit().transition().duration(this.transitionDuration()).style("opacity",0).remove()},a.prototype.exit=function(t,n){e.prototype.exit.apply(this,arguments)},a}),function(t){var e=document,n="appendChild",i="styleSheet",r=e.createElement("style");r.type="text/css",e.getElementsByTagName("head")[0][n](r),r[i]?r[i].cssText=t:r[n](e.createTextNode(t))}(".tree_CirclePacking circle{fill:#1f77b4;fill-opacity:.25;stroke:#1f77b4;stroke-width:1px}.tree_CirclePacking .leaf circle{fill:#ff7f0e;fill-opacity:1}.tree_CirclePacking .label{fill:#fff;text-anchor:middle}.tree_Dendrogram .node circle{fill:#dcf1ff;stroke:#1f77b4;stroke-width:1px}.tree_Dendrogram .node.selected circle,.tree_Dendrogram .node.selected.over circle{stroke:red}.tree_Dendrogram .node.over circle{stroke:orange}.tree_Dendrogram .node.selected text,.tree_Dendrogram .node.selected.over text{fill:red}.tree_Dendrogram .node.over text{fill:orange}.tree_Dendrogram .node text{font-size:14px}.tree_Dendrogram .link{fill:none;stroke:#656565;stroke-width:1px}.tree_Sunburst path{stroke:#fff;stroke-width:.5px;fill-rule:evenodd}.tree_Treemap .node{border:solid 1px #fff;overflow:hidden;text-overflow:ellipsis;position:absolute;text-indent:2px}.tree_Treemap .node.selected,.tree_Treemap .node.selected.over{border-color:red}.tree_Treemap .node.over{border-color:orange}"),define("hpcc-viz-tree",function(){}); \ No newline at end of file diff --git a/dist-amd/hpcc-viz.js b/dist-amd/hpcc-viz.js new file mode 100644 index 0000000000..db0f621d97 --- /dev/null +++ b/dist-amd/hpcc-viz.js @@ -0,0 +1,55 @@ +/** vim: et:ts=4:sw=4:sts=4 + * @license RequireJS 2.2.0 Copyright jQuery Foundation and other contributors. + * Released under MIT license, http://github.com/requirejs/requirejs/LICENSE + */ + +/** @license + * RequireJS plugin for async dependency load like JSONP and Google Maps + * Author: Miller Medeiros + * Version: 0.1.2 (2014/02/24) + * Released under the MIT license + */ + +/** + * Basic parser for URL properties + * @author Miller Medeiros + * @version 0.1.0 (2011/12/06) + * MIT license + */ + +/** @license + * RequireJS plugin for loading Google Ajax API modules thru `google.load` + * Author: Miller Medeiros + * Version: 0.2.0 (2011/12/06) + * Released under the MIT license + */ + +/** + * @license RequireJS text 2.0.12 Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved. + * Available via the MIT or new BSD license. + * see: http://github.com/requirejs/text for details + */ + +/** @license + * RequireJS plugin for loading JSON files + * - depends on Text plugin and it was HEAVILY "inspired" by it as well. + * Author: Miller Medeiros + * Version: 0.4.0 (2014/04/10) + * Released under the MIT license + */ + +/*! + * @overview es6-promise - a tiny implementation of Promises/A+. + * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald) + * @license Licensed under MIT license + * See https://raw.githubusercontent.com/jakearchibald/es6-promise/master/LICENSE + * @version 3.0.2 + */ + +var requirejs,require,define;!function(global){function commentReplace(t,n,e,r){return r||""}function isFunction(t){return"[object Function]"===ostring.call(t)}function isArray(t){return"[object Array]"===ostring.call(t)}function each(t,n){if(t){var e;for(e=0;e-1&&(!t[e]||!n(t[e],e,t));e-=1);}}function hasProp(t,n){return hasOwn.call(t,n)}function getOwn(t,n){return hasProp(t,n)&&t[n]}function eachProp(t,n){var e;for(e in t)if(hasProp(t,e)&&n(t[e],e))break}function mixin(t,n,e,r){return n&&eachProp(n,function(n,i){(e||!hasProp(t,i))&&(!r||"object"!=typeof n||!n||isArray(n)||isFunction(n)||n instanceof RegExp?t[i]=n:(t[i]||(t[i]={}),mixin(t[i],n,e,r)))}),t}function bind(t,n){return function(){return n.apply(t,arguments)}}function scripts(){return document.getElementsByTagName("script")}function defaultOnError(t){throw t}function getGlobal(t){if(!t)return t;var n=global;return each(t.split("."),function(t){n=n[t]}),n}function makeError(t,n,e,r){var i=new Error(n+"\nhttp://requirejs.org/docs/errors.html#"+t);return i.requireType=t,i.requireModules=r,e&&(i.originalError=e),i}function newContext(t){function n(t){var n,e;for(n=0;n0&&(t.splice(n-1,2),n-=2)}}function e(t,e,r){var i,o,a,u,s,c,l,f,h,p,d,g,m=e&&e.split("/"),v=w.map,y=v&&v["*"];if(t&&(t=t.split("/"),l=t.length-1,w.nodeIdCompat&&jsSuffixRegExp.test(t[l])&&(t[l]=t[l].replace(jsSuffixRegExp,"")),"."===t[0].charAt(0)&&m&&(g=m.slice(0,m.length-1),t=g.concat(t)),n(t),t=t.join("/")),r&&v&&(m||y)){a=t.split("/");t:for(u=a.length;u>0;u-=1){if(c=a.slice(0,u).join("/"),m)for(s=m.length;s>0;s-=1)if(o=getOwn(v,m.slice(0,s).join("/")),o&&(o=getOwn(o,c))){f=o,h=u;break t}!p&&y&&getOwn(y,c)&&(p=getOwn(y,c),d=u)}!f&&p&&(f=p,h=d),f&&(a.splice(0,h,f),t=a.join("/"))}return i=getOwn(w.pkgs,t),i?i:t}function r(t){isBrowser&&each(scripts(),function(n){return n.getAttribute("data-requiremodule")===t&&n.getAttribute("data-requirecontext")===b.contextName?(n.parentNode.removeChild(n),!0):void 0})}function i(t){var n=getOwn(w.paths,t);return n&&isArray(n)&&n.length>1?(n.shift(),b.require.undef(t),b.makeRequire(null,{skipMap:!0})([t]),!0):void 0}function o(t){var n,e=t?t.indexOf("!"):-1;return e>-1&&(n=t.substring(0,e),t=t.substring(e+1,t.length)),[n,t]}function a(t,n,r,i){var a,u,s,c,l=null,f=n?n.name:null,h=t,p=!0,d="";return t||(p=!1,t="_@r"+(T+=1)),c=o(t),l=c[0],t=c[1],l&&(l=e(l,f,i),u=getOwn(A,l)),t&&(l?d=u&&u.normalize?u.normalize(t,function(t){return e(t,f,i)}):-1===t.indexOf("!")?e(t,f,i):t:(d=e(t,f,i),c=o(d),l=c[0],d=c[1],r=!0,a=b.nameToUrl(d))),s=!l||u||r?"":"_unnormalized"+(j+=1),{prefix:l,name:d,parentMap:n,unnormalized:!!s,url:a,originalName:h,isDefine:p,id:(l?l+"!"+d:d)+s}}function u(t){var n=t.id,e=getOwn(S,n);return e||(e=S[n]=new b.Module(t)),e}function s(t,n,e){var r=t.id,i=getOwn(S,r);!hasProp(A,r)||i&&!i.defineEmitComplete?(i=u(t),i.error&&"error"===n?e(i.error):i.on(n,e)):"defined"===n&&e(A[r])}function c(t,n){var e=t.requireModules,r=!1;n?n(t):(each(e,function(n){var e=getOwn(S,n);e&&(e.error=t,e.events.error&&(r=!0,e.emit("error",t)))}),r||req.onError(t))}function l(){globalDefQueue.length&&(each(globalDefQueue,function(t){var n=t[0];"string"==typeof n&&(b.defQueueMap[n]=!0),N.push(t)}),globalDefQueue=[])}function f(t){delete S[t],delete E[t]}function h(t,n,e){var r=t.map.id;t.error?t.emit("error",t.error):(n[r]=!0,each(t.depMaps,function(r,i){var o=r.id,a=getOwn(S,o);!a||t.depMatched[i]||e[o]||(getOwn(n,o)?(t.defineDep(i,A[o]),t.check()):h(a,n,e))}),e[r]=!0)}function p(){var t,n,e=1e3*w.waitSeconds,o=e&&b.startTime+e<(new Date).getTime(),a=[],u=[],s=!1,l=!0;if(!y){if(y=!0,eachProp(E,function(t){var e=t.map,c=e.id;if(t.enabled&&(e.isDefine||u.push(t),!t.error))if(!t.inited&&o)i(c)?(n=!0,s=!0):(a.push(c),r(c));else if(!t.inited&&t.fetched&&e.isDefine&&(s=!0,!e.prefix))return l=!1}),o&&a.length)return t=makeError("timeout","Load timeout for modules: "+a,null,a),t.contextName=b.contextName,c(t);l&&each(u,function(t){h(t,{},{})}),o&&!n||!s||!isBrowser&&!isWebWorker||_||(_=setTimeout(function(){_=0,p()},50)),y=!1}}function d(t){hasProp(A,t[0])||u(a(t[0],null,!0)).init(t[1],t[2])}function g(t,n,e,r){t.detachEvent&&!isOpera?r&&t.detachEvent(r,n):t.removeEventListener(e,n,!1)}function m(t){var n=t.currentTarget||t.srcElement;return g(n,b.onScriptLoad,"load","onreadystatechange"),g(n,b.onScriptError,"error"),{node:n,id:n&&n.getAttribute("data-requiremodule")}}function v(){var t;for(l();N.length;){if(t=N.shift(),null===t[0])return c(makeError("mismatch","Mismatched anonymous define() module: "+t[t.length-1]));d(t)}b.defQueueMap={}}var y,x,b,M,_,w={waitSeconds:7,baseUrl:"./",paths:{},bundles:{},pkgs:{},shim:{},config:{}},S={},E={},k={},N=[],A={},q={},C={},T=1,j=1;return M={require:function(t){return t.require?t.require:t.require=b.makeRequire(t.map)},exports:function(t){return t.usingExports=!0,t.map.isDefine?t.exports?A[t.map.id]=t.exports:t.exports=A[t.map.id]={}:void 0},module:function(t){return t.module?t.module:t.module={id:t.map.id,uri:t.map.url,config:function(){return getOwn(w.config,t.map.id)||{}},exports:t.exports||(t.exports={})}}},x=function(t){this.events=getOwn(k,t.id)||{},this.map=t,this.shim=getOwn(w.shim,t.id),this.depExports=[],this.depMaps=[],this.depMatched=[],this.pluginMaps={},this.depCount=0},x.prototype={init:function(t,n,e,r){r=r||{},this.inited||(this.factory=n,e?this.on("error",e):this.events.error&&(e=bind(this,function(t){this.emit("error",t)})),this.depMaps=t&&t.slice(0),this.errback=e,this.inited=!0,this.ignore=r.ignore,r.enabled||this.enabled?this.enable():this.check())},defineDep:function(t,n){this.depMatched[t]||(this.depMatched[t]=!0,this.depCount-=1,this.depExports[t]=n)},fetch:function(){if(!this.fetched){this.fetched=!0,b.startTime=(new Date).getTime();var t=this.map;return this.shim?void b.makeRequire(this.map,{enableBuildCallback:!0})(this.shim.deps||[],bind(this,function(){return t.prefix?this.callPlugin():this.load()})):t.prefix?this.callPlugin():this.load()}},load:function(){var t=this.map.url;q[t]||(q[t]=!0,b.load(this.map.id,t))},check:function(){if(this.enabled&&!this.enabling){var t,n,e=this.map.id,r=this.depExports,i=this.exports,o=this.factory;if(this.inited){if(this.error)this.emit("error",this.error);else if(!this.defining){if(this.defining=!0,this.depCount<1&&!this.defined){if(isFunction(o)){if(this.events.error&&this.map.isDefine||req.onError!==defaultOnError)try{i=b.execCb(e,o,r,i)}catch(a){t=a}else i=b.execCb(e,o,r,i);if(this.map.isDefine&&void 0===i&&(n=this.module,n?i=n.exports:this.usingExports&&(i=this.exports)),t)return t.requireMap=this.map,t.requireModules=this.map.isDefine?[this.map.id]:null,t.requireType=this.map.isDefine?"define":"require",c(this.error=t)}else i=o;if(this.exports=i,this.map.isDefine&&!this.ignore&&(A[e]=i,req.onResourceLoad)){var u=[];each(this.depMaps,function(t){u.push(t.normalizedMap||t)}),req.onResourceLoad(b,this.map,u)}f(e),this.defined=!0}this.defining=!1,this.defined&&!this.defineEmitted&&(this.defineEmitted=!0,this.emit("defined",this.exports),this.defineEmitComplete=!0)}}else hasProp(b.defQueueMap,e)||this.fetch()}},callPlugin:function(){var t=this.map,n=t.id,r=a(t.prefix);this.depMaps.push(r),s(r,"defined",bind(this,function(r){var i,o,l,h=getOwn(C,this.map.id),p=this.map.name,d=this.map.parentMap?this.map.parentMap.name:null,g=b.makeRequire(t.parentMap,{enableBuildCallback:!0});return this.map.unnormalized?(r.normalize&&(p=r.normalize(p,function(t){return e(t,d,!0)})||""),o=a(t.prefix+"!"+p,this.map.parentMap),s(o,"defined",bind(this,function(t){this.map.normalizedMap=o,this.init([],function(){return t},null,{enabled:!0,ignore:!0})})),l=getOwn(S,o.id),void(l&&(this.depMaps.push(o),this.events.error&&l.on("error",bind(this,function(t){this.emit("error",t)})),l.enable()))):h?(this.map.url=b.nameToUrl(h),void this.load()):(i=bind(this,function(t){this.init([],function(){return t},null,{enabled:!0})}),i.error=bind(this,function(t){this.inited=!0,this.error=t,t.requireModules=[n],eachProp(S,function(t){0===t.map.id.indexOf(n+"_unnormalized")&&f(t.map.id)}),c(t)}),i.fromText=bind(this,function(e,r){var o=t.name,s=a(o),l=useInteractive;r&&(e=r),l&&(useInteractive=!1),u(s),hasProp(w.config,n)&&(w.config[o]=w.config[n]);try{req.exec(e)}catch(f){return c(makeError("fromtexteval","fromText eval for "+n+" failed: "+f,f,[n]))}l&&(useInteractive=!0),this.depMaps.push(s),b.completeLoad(o),g([o],i)}),void r.load(t.name,g,i,w))})),b.enable(r,this),this.pluginMaps[r.id]=r},enable:function(){E[this.map.id]=this,this.enabled=!0,this.enabling=!0,each(this.depMaps,bind(this,function(t,n){var e,r,i;if("string"==typeof t){if(t=a(t,this.map.isDefine?this.map:this.map.parentMap,!1,!this.skipMap),this.depMaps[n]=t,i=getOwn(M,t.id))return void(this.depExports[n]=i(this));this.depCount+=1,s(t,"defined",bind(this,function(t){this.undefed||(this.defineDep(n,t),this.check())})),this.errback?s(t,"error",bind(this,this.errback)):this.events.error&&s(t,"error",bind(this,function(t){this.emit("error",t)}))}e=t.id,r=S[e],hasProp(M,e)||!r||r.enabled||b.enable(t,this)})),eachProp(this.pluginMaps,bind(this,function(t){var n=getOwn(S,t.id);n&&!n.enabled&&b.enable(t,this)})),this.enabling=!1,this.check()},on:function(t,n){var e=this.events[t];e||(e=this.events[t]=[]),e.push(n)},emit:function(t,n){each(this.events[t],function(t){t(n)}),"error"===t&&delete this.events[t]}},b={config:w,contextName:t,registry:S,defined:A,urlFetched:q,defQueue:N,defQueueMap:{},Module:x,makeModuleMap:a,nextTick:req.nextTick,onError:c,configure:function(t){if(t.baseUrl&&"/"!==t.baseUrl.charAt(t.baseUrl.length-1)&&(t.baseUrl+="/"),"string"==typeof t.urlArgs){var n=t.urlArgs;t.urlArgs=function(t,e){return(-1===e.indexOf("?")?"?":"&")+n}}var e=w.shim,r={paths:!0,bundles:!0,config:!0,map:!0};eachProp(t,function(t,n){r[n]?(w[n]||(w[n]={}),mixin(w[n],t,!0,!0)):w[n]=t}),t.bundles&&eachProp(t.bundles,function(t,n){each(t,function(t){t!==n&&(C[t]=n)})}),t.shim&&(eachProp(t.shim,function(t,n){isArray(t)&&(t={deps:t}),!t.exports&&!t.init||t.exportsFn||(t.exportsFn=b.makeShimExports(t)),e[n]=t}),w.shim=e),t.packages&&each(t.packages,function(t){var n,e;t="string"==typeof t?{name:t}:t,e=t.name,n=t.location,n&&(w.paths[e]=t.location),w.pkgs[e]=t.name+"/"+(t.main||"main").replace(currDirRegExp,"").replace(jsSuffixRegExp,"")}),eachProp(S,function(t,n){t.inited||t.map.unnormalized||(t.map=a(n,null,!0))}),(t.deps||t.callback)&&b.require(t.deps||[],t.callback)},makeShimExports:function(t){function n(){var n;return t.init&&(n=t.init.apply(global,arguments)),n||t.exports&&getGlobal(t.exports)}return n},makeRequire:function(n,i){function o(e,r,s){var l,f,h;return i.enableBuildCallback&&r&&isFunction(r)&&(r.__requireJsBuild=!0),"string"==typeof e?isFunction(r)?c(makeError("requireargs","Invalid require call"),s):n&&hasProp(M,e)?M[e](S[n.id]):req.get?req.get(b,e,n,o):(f=a(e,n,!1,!0),l=f.id,hasProp(A,l)?A[l]:c(makeError("notloaded",'Module name "'+l+'" has not been loaded yet for context: '+t+(n?"":". Use require([])")))):(v(),b.nextTick(function(){v(),h=u(a(null,n)),h.skipMap=i.skipMap,h.init(e,r,s,{enabled:!0}),p()}),o)}return i=i||{},mixin(o,{isBrowser:isBrowser,toUrl:function(t){var r,i=t.lastIndexOf("."),o=t.split("/")[0],a="."===o||".."===o;return-1!==i&&(!a||i>1)&&(r=t.substring(i,t.length),t=t.substring(0,i)),b.nameToUrl(e(t,n&&n.id,!0),r,!0)},defined:function(t){return hasProp(A,a(t,n,!1,!0).id)},specified:function(t){return t=a(t,n,!1,!0).id,hasProp(A,t)||hasProp(S,t)}}),n||(o.undef=function(t){l();var e=a(t,n,!0),i=getOwn(S,t);i.undefed=!0,r(t),delete A[t],delete q[e.url],delete k[t],eachReverse(N,function(n,e){n[0]===t&&N.splice(e,1)}),delete b.defQueueMap[t],i&&(i.events.defined&&(k[t]=i.events),f(t))}),o},enable:function(t){var n=getOwn(S,t.id);n&&u(t).enable()},completeLoad:function(t){var n,e,r,o=getOwn(w.shim,t)||{},a=o.exports;for(l();N.length;){if(e=N.shift(),null===e[0]){if(e[0]=t,n)break;n=!0}else e[0]===t&&(n=!0);d(e)}if(b.defQueueMap={},r=getOwn(S,t),!n&&!hasProp(A,t)&&r&&!r.inited){if(!(!w.enforceDefine||a&&getGlobal(a)))return i(t)?void 0:c(makeError("nodefine","No define call for "+t,null,[t]));d([t,o.deps||[],o.exportsFn])}p()},nameToUrl:function(t,n,e){var r,i,o,a,u,s,c,l=getOwn(w.pkgs,t);if(l&&(t=l),c=getOwn(C,t))return b.nameToUrl(c,n,e);if(req.jsExtRegExp.test(t))u=t+(n||"");else{for(r=w.paths,i=t.split("/"),o=i.length;o>0;o-=1)if(a=i.slice(0,o).join("/"),s=getOwn(r,a)){isArray(s)&&(s=s[0]),i.splice(0,o,s);break}u=i.join("/"),u+=n||(/^data\:|^blob\:|\?/.test(u)||e?"":".js"),u=("/"===u.charAt(0)||u.match(/^[\w\+\.\-]+:/)?"":w.baseUrl)+u}return w.urlArgs&&!/^blob\:/.test(u)?u+w.urlArgs(t,u):u},load:function(t,n){req.load(b,t,n)},execCb:function(t,n,e,r){return n.apply(r,e)},onScriptLoad:function(t){if("load"===t.type||readyRegExp.test((t.currentTarget||t.srcElement).readyState)){interactiveScript=null;var n=m(t);b.completeLoad(n.id)}},onScriptError:function(t){var n=m(t);if(!i(n.id)){var e=[];return eachProp(S,function(t,r){0!==r.indexOf("_@r")&&each(t.depMaps,function(t){return t.id===n.id?(e.push(r),!0):void 0})}),c(makeError("scripterror",'Script error for "'+n.id+(e.length?'", needed by: '+e.join(", "):'"'),t,[n.id]))}}},b.require=b.makeRequire(),b}function getInteractiveScript(){return interactiveScript&&"interactive"===interactiveScript.readyState?interactiveScript:(eachReverse(scripts(),function(t){return"interactive"===t.readyState?interactiveScript=t:void 0}),interactiveScript)}var req,s,head,baseElement,dataMain,src,interactiveScript,currentlyAddingScript,mainScript,subPath,version="2.2.0",commentRegExp=/(\/\*([\s\S]*?)\*\/|([^:]|^)\/\/(.*)$)/gm,cjsRequireRegExp=/[^.]\s*require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,jsSuffixRegExp=/\.js$/,currDirRegExp=/^\.\//,op=Object.prototype,ostring=op.toString,hasOwn=op.hasOwnProperty,isBrowser=!("undefined"==typeof window||"undefined"==typeof navigator||!window.document),isWebWorker=!isBrowser&&"undefined"!=typeof importScripts,readyRegExp=isBrowser&&"PLAYSTATION 3"===navigator.platform?/^complete$/:/^(complete|loaded)$/,defContextName="_",isOpera="undefined"!=typeof opera&&"[object Opera]"===opera.toString(),contexts={},cfg={},globalDefQueue=[],useInteractive=!1;if("undefined"==typeof define){if("undefined"!=typeof requirejs){if(isFunction(requirejs))return;cfg=requirejs,requirejs=void 0}"undefined"==typeof require||isFunction(require)||(cfg=require,require=void 0),req=requirejs=function(t,n,e,r){var i,o,a=defContextName;return isArray(t)||"string"==typeof t||(o=t,isArray(n)?(t=n,n=e,e=r):t=[]),o&&o.context&&(a=o.context),i=getOwn(contexts,a),i||(i=contexts[a]=req.s.newContext(a)),o&&i.configure(o),i.require(t,n,e)},req.config=function(t){return req(t)},req.nextTick="undefined"!=typeof setTimeout?function(t){setTimeout(t,4)}:function(t){t()},require||(require=req),req.version=version,req.jsExtRegExp=/^\/|:|\?|\.js$/,req.isBrowser=isBrowser,s=req.s={contexts:contexts,newContext:newContext},req({}),each(["toUrl","undef","defined","specified"],function(t){req[t]=function(){var n=contexts[defContextName];return n.require[t].apply(n,arguments)}}),isBrowser&&(head=s.head=document.getElementsByTagName("head")[0],baseElement=document.getElementsByTagName("base")[0],baseElement&&(head=s.head=baseElement.parentNode)),req.onError=defaultOnError,req.createNode=function(t,n,e){var r=t.xhtml?document.createElementNS("http://www.w3.org/1999/xhtml","html:script"):document.createElement("script");return r.type=t.scriptType||"text/javascript",r.charset="utf-8",r.async=!0,r},req.load=function(t,n,e){var r,i=t&&t.config||{};if(isBrowser)return r=req.createNode(i,n,e),r.setAttribute("data-requirecontext",t.contextName),r.setAttribute("data-requiremodule",n),!r.attachEvent||r.attachEvent.toString&&r.attachEvent.toString().indexOf("[native code")<0||isOpera?(r.addEventListener("load",t.onScriptLoad,!1),r.addEventListener("error",t.onScriptError,!1)):(useInteractive=!0,r.attachEvent("onreadystatechange",t.onScriptLoad)),r.src=e,i.onNodeCreated&&i.onNodeCreated(r,i,n,e),currentlyAddingScript=r,baseElement?head.insertBefore(r,baseElement):head.appendChild(r),currentlyAddingScript=null,r;if(isWebWorker)try{setTimeout(function(){},0),importScripts(e),t.completeLoad(n)}catch(o){t.onError(makeError("importscripts","importScripts failed for "+n+" at "+e,o,[n]))}},isBrowser&&!cfg.skipDataMain&&eachReverse(scripts(),function(t){return head||(head=t.parentNode),dataMain=t.getAttribute("data-main"),dataMain?(mainScript=dataMain,cfg.baseUrl||-1!==mainScript.indexOf("!")||(src=mainScript.split("/"),mainScript=src.pop(),subPath=src.length?src.join("/")+"/":"./",cfg.baseUrl=subPath),mainScript=mainScript.replace(jsSuffixRegExp,""),req.jsExtRegExp.test(mainScript)&&(mainScript=dataMain),cfg.deps=cfg.deps?cfg.deps.concat(mainScript):[mainScript],!0):void 0}),define=function(t,n,e){var r,i;"string"!=typeof t&&(e=n,n=t,t=null),isArray(n)||(e=n,n=null),!n&&isFunction(e)&&(n=[],e.length&&(e.toString().replace(commentRegExp,commentReplace).replace(cjsRequireRegExp,function(t,e){n.push(e)}),n=(1===e.length?["require"]:["require","exports","module"]).concat(n))),useInteractive&&(r=currentlyAddingScript||getInteractiveScript(),r&&(t||(t=r.getAttribute("data-requiremodule")),i=contexts[r.getAttribute("data-requirecontext")])),i?(i.defQueue.push([t,n,e]),i.defQueueMap[t]=!0):globalDefQueue.push([t,n,e])},define.amd={jQuery:!0},req.exec=function(text){return eval(text)},req(cfg)}}(this),define("requireLib",function(){}),define("css",[],function(){if("undefined"==typeof window)return{load:function(t,n,e){e()}};var t=document.getElementsByTagName("head")[0],n=window.navigator.userAgent.match(/Trident\/([^ ;]*)|AppleWebKit\/([^ ;]*)|Opera\/([^ ;]*)|rv\:([^ ;]*)(.*?)Gecko\/([^ ;]*)|MSIE\s([^ ;]*)|AndroidWebKit\/([^ ;]*)/)||0,e=!1,r=!0;n[1]||n[7]?e=parseInt(n[1])<6||parseInt(n[7])<=9:n[2]||n[8]?r=!1:n[4]&&(e=parseInt(n[4])<18);var i={};i.pluginBuilder="./css-builder";var o,a,u,s=function(){o=document.createElement("style"),t.appendChild(o),a=o.styleSheet||o.sheet},c=0,l=[],f=function(t){a.addImport(t),o.onload=function(){h()},c++,31==c&&(s(),c=0)},h=function(){u();var t=l.shift();return t?(u=t[1],void f(t[0])):void(u=null)},p=function(t,n){if(a&&a.addImport||s(),a&&a.addImport)u?l.push([t,n]):(f(t),u=n);else{o.textContent='@import "'+t+'";';var e=setInterval(function(){try{o.sheet.cssRules,clearInterval(e),n()}catch(t){}},10)}},d=function(n,e){var i=document.createElement("link");if(i.type="text/css",i.rel="stylesheet",r)i.onload=function(){i.onload=function(){},setTimeout(e,7)};else var o=setInterval(function(){for(var t=0;t/im,s=/]*>\s*([\s\S]+)\s*<\/body>/im,c="undefined"!=typeof location&&location.href,l=c&&location.protocol&&location.protocol.replace(/\:/,""),f=c&&location.hostname,h=c&&(location.port||void 0),p={},d=t.config&&t.config()||{};return n={version:"2.0.12",strip:function(t){if(t){t=t.replace(u,"");var n=t.match(s);n&&(t=n[1])}else t="";return t},jsEscape:function(t){return t.replace(/(['\\])/g,"\\$1").replace(/[\f]/g,"\\f").replace(/[\b]/g,"\\b").replace(/[\n]/g,"\\n").replace(/[\t]/g,"\\t").replace(/[\r]/g,"\\r").replace(/[\u2028]/g,"\\u2028").replace(/[\u2029]/g,"\\u2029")},createXhr:d.createXhr||function(){var t,n,e;if("undefined"!=typeof XMLHttpRequest)return new XMLHttpRequest;if("undefined"!=typeof ActiveXObject)for(n=0;3>n;n+=1){e=a[n];try{t=new ActiveXObject(e)}catch(r){}if(t){a=[e];break}}return t},parseName:function(t){var n,e,r,i=!1,o=t.indexOf("."),a=0===t.indexOf("./")||0===t.indexOf("../");return-1!==o&&(!a||o>1)?(n=t.substring(0,o),e=t.substring(o+1,t.length)):n=t,r=e||n,o=r.indexOf("!"),-1!==o&&(i="strip"===r.substring(o+1),r=r.substring(0,o),e?e=r:n=r),{moduleName:n,ext:e,strip:i}},xdRegExp:/^((\w+)\:)?\/\/([^\/\\]+)/,useXhr:function(t,e,r,i){var o,a,u,s=n.xdRegExp.exec(t);return s?(o=s[2],a=s[3],a=a.split(":"),u=a[1],a=a[0],!(o&&o!==e||a&&a.toLowerCase()!==r.toLowerCase()||(u||a)&&u!==i)):!0},finishLoad:function(t,e,r,i){r=e?n.strip(r):r,d.isBuild&&(p[t]=r),i(r)},load:function(t,e,r,i){if(i&&i.isBuild&&!i.inlineText)return void r();d.isBuild=i&&i.isBuild;var o=n.parseName(t),a=o.moduleName+(o.ext?"."+o.ext:""),u=e.toUrl(a),s=d.useXhr||n.useXhr;return 0===u.indexOf("empty:")?void r():void(!c||s(u,l,f,h)?n.get(u,function(e){n.finishLoad(t,o.strip,e,r)},function(t){r.error&&r.error(t)}):e([a],function(t){n.finishLoad(o.moduleName+"."+o.ext,o.strip,t,r)}))},write:function(t,e,r,i){if(p.hasOwnProperty(e)){var o=n.jsEscape(p[e]);r.asModule(t+"!"+e,"define(function () { return '"+o+"';});\n")}},writeFile:function(t,e,r,i,o){var a=n.parseName(e),u=a.ext?"."+a.ext:"",s=a.moduleName+u,c=r.toUrl(a.moduleName+u)+".js";n.load(s,r,function(e){var r=function(t){return i(c,t)};r.asModule=function(t,n){return i.asModule(t,c,n)},n.write(t,s,r,o)},o)}},"node"===d.env||!d.env&&"undefined"!=typeof process&&process.versions&&process.versions.node&&!process.versions["node-webkit"]?(e=require.nodeRequire("fs"),n.get=function(t,n,r){try{var i=e.readFileSync(t,"utf8");0===i.indexOf("\ufeff")&&(i=i.substring(1)),n(i)}catch(o){r&&r(o)}}):"xhr"===d.env||!d.env&&n.createXhr()?n.get=function(t,e,r,i){var o,a=n.createXhr();if(a.open("GET",t,!0),i)for(o in i)i.hasOwnProperty(o)&&a.setRequestHeader(o.toLowerCase(),i[o]);d.onXhr&&d.onXhr(a,t),a.onreadystatechange=function(n){var i,o;4===a.readyState&&(i=a.status||0,i>399&&600>i?(o=new Error(t+" HTTP status: "+i),o.xhr=a,r&&r(o)):e(a.responseText),d.onXhrComplete&&d.onXhrComplete(a,t))},a.send(null)}:"rhino"===d.env||!d.env&&"undefined"!=typeof Packages&&"undefined"!=typeof java?n.get=function(t,n){var e,r,i="utf-8",o=new java.io.File(t),a=java.lang.System.getProperty("line.separator"),u=new java.io.BufferedReader(new java.io.InputStreamReader(new java.io.FileInputStream(o),i)),s="";try{for(e=new java.lang.StringBuffer,r=u.readLine(),r&&r.length()&&65279===r.charAt(0)&&(r=r.substring(1)),null!==r&&e.append(r);null!==(r=u.readLine());)e.append(a),e.append(r);s=String(e.toString())}finally{u.close()}n(s)}:("xpconnect"===d.env||!d.env&&"undefined"!=typeof Components&&Components.classes&&Components.interfaces)&&(r=Components.classes,i=Components.interfaces,Components.utils["import"]("resource://gre/modules/FileUtils.jsm"),o="@mozilla.org/windows-registry-key;1"in r,n.get=function(t,n){var e,a,u,s={};o&&(t=t.replace(/\//g,"\\")),u=new FileUtils.File(t);try{e=r["@mozilla.org/network/file-input-stream;1"].createInstance(i.nsIFileInputStream),e.init(u,1,0,!1),a=r["@mozilla.org/intl/converter-input-stream;1"].createInstance(i.nsIConverterInputStream),a.init(e,"utf-8",e.available(),i.nsIConverterInputStream.DEFAULT_REPLACEMENT_CHARACTER),a.readString(e.available(),s),a.close(),e.close(),n(s.value)}catch(c){throw new Error((u&&u.path||"")+": "+c)}}),n}),define("json",["text"],function(text){function cacheBust(t){return t=t.replace(CACHE_BUST_FLAG,""),t+=t.indexOf("?")<0?"?":"&",t+CACHE_BUST_QUERY_PARAM+"="+Math.round(2147483647*Math.random())}var CACHE_BUST_QUERY_PARAM="bust",CACHE_BUST_FLAG="!bust",jsonParse="undefined"!=typeof JSON&&"function"==typeof JSON.parse?JSON.parse:function(val){return eval("("+val+")")},buildMap={};return{load:function(t,n,e,r){r&&r.isBuild&&(r.inlineJSON===!1||-1!==t.indexOf(CACHE_BUST_QUERY_PARAM+"="))||0===n.toUrl(t).indexOf("empty:")?e(null):text.get(n.toUrl(t),function(n){var i;if(r.isBuild)buildMap[t]=n,e(n);else{try{i=jsonParse(n)}catch(o){e.error(o)}e(i)}},e.error,{accept:"application/json"})},normalize:function(t,n){return-1!==t.indexOf(CACHE_BUST_FLAG)&&(t=cacheBust(t)),n(t)},write:function(t,n,e){if(n in buildMap){var r=buildMap[n];e('define("'+t+"!"+n+'", function(){ return '+r+";});\n")}}}}),!function(){function t(t){return t&&(t.ownerDocument||t.document||t).documentElement}function n(t){return t&&(t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView)}function e(t,n){return n>t?-1:t>n?1:t>=n?0:NaN}function r(t){return null===t?NaN:+t}function i(t){return!isNaN(t)}function o(t){return{left:function(n,e,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=n.length);i>r;){var o=r+i>>>1;t(n[o],e)<0?r=o+1:i=o}return r},right:function(n,e,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=n.length);i>r;){var o=r+i>>>1;t(n[o],e)>0?i=o:r=o+1}return r}}}function a(t){return t.length}function u(t){for(var n=1;t*n%1;)n*=10;return n}function s(t,n){for(var e in n)Object.defineProperty(t.prototype,e,{value:n[e],enumerable:!1})}function c(){this._=Object.create(null)}function l(t){return(t+="")===Ma||t[0]===_a?_a+t:t}function f(t){return(t+="")[0]===_a?t.slice(1):t}function h(t){return l(t)in this._}function p(t){return(t=l(t))in this._&&delete this._[t]}function d(){var t=[];for(var n in this._)t.push(f(n));return t}function g(){var t=0;for(var n in this._)++t;return t}function m(){for(var t in this._)return!1;return!0}function v(){this._=Object.create(null)}function y(t){return t}function x(t,n,e){return function(){var r=e.apply(n,arguments);return r===n?t:r}}function b(t,n){if(n in t)return n;n=n.charAt(0).toUpperCase()+n.slice(1);for(var e=0,r=wa.length;r>e;++e){var i=wa[e]+n;if(i in t)return i}}function M(){}function _(){}function w(t){function n(){for(var n,r=e,i=-1,o=r.length;++ie;e++)for(var i,o=t[e],a=0,u=o.length;u>a;a++)(i=o[a])&&n(i,a,e);return t}function Y(t){return Ea(t,ja),t}function X(t){var n,e;return function(r,i,o){var a,u=t[o].update,s=u.length;for(o!=e&&(e=o,n=0),i>=n&&(n=i+1);!(a=u[n])&&++n0&&(t=t.slice(0,u));var c=za.get(t);return c&&(t=c, +s=V),u?n?i:r:n?M:o}function W(t,n){return function(e){var r=sa.event;sa.event=e,n[0]=this.__data__;try{t.apply(this,n)}finally{sa.event=r}}}function V(t,n){var e=W(t,n);return function(t){var n=this,r=t.relatedTarget;r&&(r===n||8&r.compareDocumentPosition(n))||e.call(n,t)}}function Z(e){var r=".dragsuppress-"+ ++Pa,i="click"+r,o=sa.select(n(e)).on("touchmove"+r,S).on("dragstart"+r,S).on("selectstart"+r,S);if(null==Oa&&(Oa="onselectstart"in e?!1:b(e.style,"userSelect")),Oa){var a=t(e).style,u=a[Oa];a[Oa]="none"}return function(t){if(o.on(r,null),Oa&&(a[Oa]=u),t){var n=function(){o.on(i,null)};o.on(i,function(){S(),n()},!0),setTimeout(n,0)}}}function J(t,e){e.changedTouches&&(e=e.changedTouches[0]);var r=t.ownerSVGElement||t;if(r.createSVGPoint){var i=r.createSVGPoint();if(0>Ra){var o=n(t);if(o.scrollX||o.scrollY){r=sa.select("body").append("svg").style({position:"absolute",top:0,left:0,margin:0,padding:0,border:"none"},"important");var a=r[0][0].getScreenCTM();Ra=!(a.f||a.e),r.remove()}}return Ra?(i.x=e.pageX,i.y=e.pageY):(i.x=e.clientX,i.y=e.clientY),i=i.matrixTransform(t.getScreenCTM().inverse()),[i.x,i.y]}var u=t.getBoundingClientRect();return[e.clientX-u.left-t.clientLeft,e.clientY-u.top-t.clientTop]}function Q(){return sa.event.changedTouches[0].identifier}function G(t){return t>0?1:0>t?-1:0}function K(t,n,e){return(n[0]-t[0])*(e[1]-t[1])-(n[1]-t[1])*(e[0]-t[0])}function tt(t){return t>1?0:-1>t?Da:Math.acos(t)}function nt(t){return t>1?Ba:-1>t?-Ba:Math.asin(t)}function et(t){return((t=Math.exp(t))-1/t)/2}function rt(t){return((t=Math.exp(t))+1/t)/2}function it(t){return((t=Math.exp(2*t))-1)/(t+1)}function ot(t){return(t=Math.sin(t/2))*t}function at(){}function ut(t,n,e){return this instanceof ut?(this.h=+t,this.s=+n,void(this.l=+e)):arguments.length<2?t instanceof ut?new ut(t.h,t.s,t.l):Mt(""+t,_t,ut):new ut(t,n,e)}function st(t,n,e){function r(t){return t>360?t-=360:0>t&&(t+=360),60>t?o+(a-o)*t/60:180>t?a:240>t?o+(a-o)*(240-t)/60:o}function i(t){return Math.round(255*r(t))}var o,a;return t=isNaN(t)?0:(t%=360)<0?t+360:t,n=isNaN(n)?0:0>n?0:n>1?1:n,e=0>e?0:e>1?1:e,a=.5>=e?e*(1+n):e+n-e*n,o=2*e-a,new vt(i(t+120),i(t),i(t-120))}function ct(t,n,e){return this instanceof ct?(this.h=+t,this.c=+n,void(this.l=+e)):arguments.length<2?t instanceof ct?new ct(t.h,t.c,t.l):t instanceof ft?pt(t.l,t.a,t.b):pt((t=wt((t=sa.rgb(t)).r,t.g,t.b)).l,t.a,t.b):new ct(t,n,e)}function lt(t,n,e){return isNaN(t)&&(t=0),isNaN(n)&&(n=0),new ft(e,Math.cos(t*=Ha)*n,Math.sin(t)*n)}function ft(t,n,e){return this instanceof ft?(this.l=+t,this.a=+n,void(this.b=+e)):arguments.length<2?t instanceof ft?new ft(t.l,t.a,t.b):t instanceof ct?lt(t.h,t.c,t.l):wt((t=vt(t)).r,t.g,t.b):new ft(t,n,e)}function ht(t,n,e){var r=(t+16)/116,i=r+n/500,o=r-e/200;return i=dt(i)*tu,r=dt(r)*nu,o=dt(o)*eu,new vt(mt(3.2404542*i-1.5371385*r-.4985314*o),mt(-.969266*i+1.8760108*r+.041556*o),mt(.0556434*i-.2040259*r+1.0572252*o))}function pt(t,n,e){return t>0?new ct(Math.atan2(e,n)*Ya,Math.sqrt(n*n+e*e),t):new ct(NaN,NaN,t)}function dt(t){return t>.206893034?t*t*t:(t-4/29)/7.787037}function gt(t){return t>.008856?Math.pow(t,1/3):7.787037*t+4/29}function mt(t){return Math.round(255*(.00304>=t?12.92*t:1.055*Math.pow(t,1/2.4)-.055))}function vt(t,n,e){return this instanceof vt?(this.r=~~t,this.g=~~n,void(this.b=~~e)):arguments.length<2?t instanceof vt?new vt(t.r,t.g,t.b):Mt(""+t,vt,st):new vt(t,n,e)}function yt(t){return new vt(t>>16,t>>8&255,255&t)}function xt(t){return yt(t)+""}function bt(t){return 16>t?"0"+Math.max(0,t).toString(16):Math.min(255,t).toString(16)}function Mt(t,n,e){var r,i,o,a=0,u=0,s=0;if(r=/([a-z]+)\((.*)\)/.exec(t=t.toLowerCase()))switch(i=r[2].split(","),r[1]){case"hsl":return e(parseFloat(i[0]),parseFloat(i[1])/100,parseFloat(i[2])/100);case"rgb":return n(Et(i[0]),Et(i[1]),Et(i[2]))}return(o=ou.get(t))?n(o.r,o.g,o.b):(null==t||"#"!==t.charAt(0)||isNaN(o=parseInt(t.slice(1),16))||(4===t.length?(a=(3840&o)>>4,a=a>>4|a,u=240&o,u=u>>4|u,s=15&o,s=s<<4|s):7===t.length&&(a=(16711680&o)>>16,u=(65280&o)>>8,s=255&o)),n(a,u,s))}function _t(t,n,e){var r,i,o=Math.min(t/=255,n/=255,e/=255),a=Math.max(t,n,e),u=a-o,s=(a+o)/2;return u?(i=.5>s?u/(a+o):u/(2-a-o),r=t==a?(n-e)/u+(e>n?6:0):n==a?(e-t)/u+2:(t-n)/u+4,r*=60):(r=NaN,i=s>0&&1>s?0:r),new ut(r,i,s)}function wt(t,n,e){t=St(t),n=St(n),e=St(e);var r=gt((.4124564*t+.3575761*n+.1804375*e)/tu),i=gt((.2126729*t+.7151522*n+.072175*e)/nu),o=gt((.0193339*t+.119192*n+.9503041*e)/eu);return ft(116*i-16,500*(r-i),200*(i-o))}function St(t){return(t/=255)<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)}function Et(t){var n=parseFloat(t);return"%"===t.charAt(t.length-1)?Math.round(2.55*n):n}function kt(t){return"function"==typeof t?t:function(){return t}}function Nt(t){return function(n,e,r){return 2===arguments.length&&"function"==typeof e&&(r=e,e=null),At(n,e,t,r)}}function At(t,n,e,r){function i(){var t,n=s.status;if(!n&&Ct(s)||n>=200&&300>n||304===n){try{t=e.call(o,s)}catch(r){return void a.error.call(o,r)}a.load.call(o,t)}else a.error.call(o,s)}var o={},a=sa.dispatch("beforesend","progress","load","error"),u={},s=new XMLHttpRequest,c=null;return!this.XDomainRequest||"withCredentials"in s||!/^(http(s)?:)?\/\//.test(t)||(s=new XDomainRequest),"onload"in s?s.onload=s.onerror=i:s.onreadystatechange=function(){s.readyState>3&&i()},s.onprogress=function(t){var n=sa.event;sa.event=t;try{a.progress.call(o,s)}finally{sa.event=n}},o.header=function(t,n){return t=(t+"").toLowerCase(),arguments.length<2?u[t]:(null==n?delete u[t]:u[t]=n+"",o)},o.mimeType=function(t){return arguments.length?(n=null==t?null:t+"",o):n},o.responseType=function(t){return arguments.length?(c=t,o):c},o.response=function(t){return e=t,o},["get","post"].forEach(function(t){o[t]=function(){return o.send.apply(o,[t].concat(la(arguments)))}}),o.send=function(e,r,i){if(2===arguments.length&&"function"==typeof r&&(i=r,r=null),s.open(e,t,!0),null==n||"accept"in u||(u.accept=n+",*/*"),s.setRequestHeader)for(var l in u)s.setRequestHeader(l,u[l]);return null!=n&&s.overrideMimeType&&s.overrideMimeType(n),null!=c&&(s.responseType=c),null!=i&&o.on("error",i).on("load",function(t){i(null,t)}),a.beforesend.call(o,s),s.send(null==r?null:r),o},o.abort=function(){return s.abort(),o},sa.rebind(o,a,"on"),null==r?o:o.get(qt(r))}function qt(t){return 1===t.length?function(n,e){t(null==n?e:null)}:t}function Ct(t){var n=t.responseType;return n&&"text"!==n?t.response:t.responseText}function Tt(t,n,e){var r=arguments.length;2>r&&(n=0),3>r&&(e=Date.now());var i=e+n,o={c:t,t:i,n:null};return uu?uu.n=o:au=o,uu=o,su||(cu=clearTimeout(cu),su=1,lu(jt)),o}function jt(){var t=zt(),n=Ot()-t;n>24?(isFinite(n)&&(clearTimeout(cu),cu=setTimeout(jt,n)),su=0):(su=1,lu(jt))}function zt(){for(var t=Date.now(),n=au;n;)t>=n.t&&n.c(t-n.t)&&(n.c=null),n=n.n;return t}function Ot(){for(var t,n=au,e=1/0;n;)n.c?(n.t8?function(t){return t/e}:function(t){return t*e},symbol:t}}function Lt(t){var n=t.decimal,e=t.thousands,r=t.grouping,i=t.currency,o=r&&e?function(t,n){for(var i=t.length,o=[],a=0,u=r[0],s=0;i>0&&u>0&&(s+u+1>n&&(u=Math.max(1,n-s)),o.push(t.substring(i-=u,i+u)),!((s+=u+1)>n));)u=r[a=(a+1)%r.length];return o.reverse().join(e)}:y;return function(t){var e=hu.exec(t),r=e[1]||" ",a=e[2]||">",u=e[3]||"-",s=e[4]||"",c=e[5],l=+e[6],f=e[7],h=e[8],p=e[9],d=1,g="",m="",v=!1,y=!0;switch(h&&(h=+h.substring(1)),(c||"0"===r&&"="===a)&&(c=r="0",a="="),p){case"n":f=!0,p="g";break;case"%":d=100,m="%",p="f";break;case"p":d=100,m="%",p="r";break;case"b":case"o":case"x":case"X":"#"===s&&(g="0"+p.toLowerCase());case"c":y=!1;case"d":v=!0,h=0;break;case"s":d=-1,p="r"}"$"===s&&(g=i[0],m=i[1]),"r"!=p||h||(p="g"),null!=h&&("g"==p?h=Math.max(1,Math.min(21,h)):("e"==p||"f"==p)&&(h=Math.max(0,Math.min(20,h)))),p=pu.get(p)||Ut;var x=c&&f;return function(t){var e=m;if(v&&t%1)return"";var i=0>t||0===t&&0>1/t?(t=-t,"-"):"-"===u?"":u;if(0>d){var s=sa.formatPrefix(t,h);t=s.scale(t),e=s.symbol+m}else t*=d;t=p(t,h);var b,M,_=t.lastIndexOf(".");if(0>_){var w=y?t.lastIndexOf("e"):-1;0>w?(b=t,M=""):(b=t.substring(0,w),M=t.substring(w))}else b=t.substring(0,_),M=n+t.substring(_+1);!c&&f&&(b=o(b,1/0));var S=g.length+b.length+M.length+(x?0:i.length),E=l>S?new Array(S=l-S+1).join(r):"";return x&&(b=o(E+b,E.length?l-M.length:1/0)),i+=g,t=b+M,("<"===a?i+t+E:">"===a?E+i+t:"^"===a?E.substring(0,S>>=1)+i+t+E.substring(S):i+(x?t:E+t))+e}}}function Ut(t){return t+""}function Dt(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}function It(t,n,e){function r(n){var e=t(n),r=o(e,1);return r-n>n-e?e:r}function i(e){return n(e=t(new gu(e-1)),1),e}function o(t,e){return n(t=new gu(+t),e),t}function a(t,r,o){var a=i(t),u=[];if(o>1)for(;r>a;)e(a)%o||u.push(new Date(+a)),n(a,1);else for(;r>a;)u.push(new Date(+a)),n(a,1);return u}function u(t,n,e){try{gu=Dt;var r=new Dt;return r._=t,a(r,n,e)}finally{gu=Date}}t.floor=t,t.round=r,t.ceil=i,t.offset=o,t.range=a;var s=t.utc=Ft(t);return s.floor=s,s.round=Ft(r),s.ceil=Ft(i),s.offset=Ft(o),s.range=u,t}function Ft(t){return function(n,e){try{gu=Dt;var r=new Dt;return r._=n,t(r,e)._}finally{gu=Date}}}function Bt(t){function n(t){function n(n){for(var e,i,o,a=[],u=-1,s=0;++uu;){if(r>=c)return-1;if(i=n.charCodeAt(u++),37===i){if(a=n.charAt(u++),o=q[a in vu?n.charAt(u++):a],!o||(r=o(t,e,r))<0)return-1}else if(i!=e.charCodeAt(r++))return-1}return r}function r(t,n,e){_.lastIndex=0;var r=_.exec(n.slice(e));return r?(t.w=w.get(r[0].toLowerCase()),e+r[0].length):-1}function i(t,n,e){b.lastIndex=0;var r=b.exec(n.slice(e));return r?(t.w=M.get(r[0].toLowerCase()),e+r[0].length):-1}function o(t,n,e){k.lastIndex=0;var r=k.exec(n.slice(e));return r?(t.m=N.get(r[0].toLowerCase()),e+r[0].length):-1}function a(t,n,e){S.lastIndex=0;var r=S.exec(n.slice(e));return r?(t.m=E.get(r[0].toLowerCase()),e+r[0].length):-1}function u(t,n,r){return e(t,A.c.toString(),n,r)}function s(t,n,r){return e(t,A.x.toString(),n,r)}function c(t,n,r){return e(t,A.X.toString(),n,r)}function l(t,n,e){var r=x.get(n.slice(e,e+=2).toLowerCase());return null==r?-1:(t.p=r,e)}var f=t.dateTime,h=t.date,p=t.time,d=t.periods,g=t.days,m=t.shortDays,v=t.months,y=t.shortMonths;n.utc=function(t){function e(t){try{gu=Dt;var n=new gu;return n._=t,r(n)}finally{gu=Date}}var r=n(t);return e.parse=function(t){try{gu=Dt;var n=r.parse(t);return n&&n._}finally{gu=Date}},e.toString=r.toString,e},n.multi=n.utc.multi=cn;var x=sa.map(),b=Yt(g),M=Xt(g),_=Yt(m),w=Xt(m),S=Yt(v),E=Xt(v),k=Yt(y),N=Xt(y);d.forEach(function(t,n){x.set(t.toLowerCase(),n)});var A={a:function(t){return m[t.getDay()]},A:function(t){return g[t.getDay()]},b:function(t){return y[t.getMonth()]},B:function(t){return v[t.getMonth()]},c:n(f),d:function(t,n){return Ht(t.getDate(),n,2)},e:function(t,n){return Ht(t.getDate(),n,2)},H:function(t,n){return Ht(t.getHours(),n,2)},I:function(t,n){return Ht(t.getHours()%12||12,n,2)},j:function(t,n){return Ht(1+du.dayOfYear(t),n,3)},L:function(t,n){return Ht(t.getMilliseconds(),n,3)},m:function(t,n){return Ht(t.getMonth()+1,n,2)},M:function(t,n){return Ht(t.getMinutes(),n,2)},p:function(t){return d[+(t.getHours()>=12)]},S:function(t,n){return Ht(t.getSeconds(),n,2)},U:function(t,n){return Ht(du.sundayOfYear(t),n,2)},w:function(t){return t.getDay()},W:function(t,n){return Ht(du.mondayOfYear(t),n,2)},x:n(h),X:n(p),y:function(t,n){return Ht(t.getFullYear()%100,n,2)},Y:function(t,n){return Ht(t.getFullYear()%1e4,n,4)},Z:un,"%":function(){return"%"}},q={a:r,A:i,b:o,B:a,c:u,d:tn,e:tn,H:en,I:en,j:nn,L:an,m:Kt,M:rn,p:l,S:on,U:Wt,w:$t,W:Vt,x:s,X:c,y:Jt,Y:Zt,Z:Qt,"%":sn};return n}function Ht(t,n,e){var r=0>t?"-":"",i=(r?-t:t)+"",o=i.length;return r+(e>o?new Array(e-o+1).join(n)+i:i)}function Yt(t){return new RegExp("^(?:"+t.map(sa.requote).join("|")+")","i")}function Xt(t){for(var n=new c,e=-1,r=t.length;++e68?1900:2e3)}function Kt(t,n,e){yu.lastIndex=0;var r=yu.exec(n.slice(e,e+2));return r?(t.m=r[0]-1,e+r[0].length):-1}function tn(t,n,e){yu.lastIndex=0;var r=yu.exec(n.slice(e,e+2));return r?(t.d=+r[0],e+r[0].length):-1}function nn(t,n,e){yu.lastIndex=0;var r=yu.exec(n.slice(e,e+3));return r?(t.j=+r[0],e+r[0].length):-1}function en(t,n,e){yu.lastIndex=0;var r=yu.exec(n.slice(e,e+2));return r?(t.H=+r[0],e+r[0].length):-1}function rn(t,n,e){yu.lastIndex=0;var r=yu.exec(n.slice(e,e+2));return r?(t.M=+r[0],e+r[0].length):-1}function on(t,n,e){yu.lastIndex=0;var r=yu.exec(n.slice(e,e+2));return r?(t.S=+r[0],e+r[0].length):-1}function an(t,n,e){yu.lastIndex=0;var r=yu.exec(n.slice(e,e+3));return r?(t.L=+r[0],e+r[0].length):-1}function un(t){var n=t.getTimezoneOffset(),e=n>0?"-":"+",r=ba(n)/60|0,i=ba(n)%60;return e+Ht(r,"0",2)+Ht(i,"0",2)}function sn(t,n,e){xu.lastIndex=0;var r=xu.exec(n.slice(e,e+1));return r?e+r[0].length:-1}function cn(t){for(var n=t.length,e=-1;++e=0?1:-1,u=a*e,s=Math.cos(n),c=Math.sin(n),l=o*c,f=i*s+l*Math.cos(u),h=l*a*Math.sin(u);Eu.add(Math.atan2(h,f)),r=t,i=s,o=c}var n,e,r,i,o;ku.point=function(a,u){ku.point=t,r=(n=a)*Ha,i=Math.cos(u=(e=u)*Ha/2+Da/4),o=Math.sin(u)},ku.lineEnd=function(){t(n,e)}}function mn(t){var n=t[0],e=t[1],r=Math.cos(e);return[r*Math.cos(n),r*Math.sin(n),Math.sin(e)]}function vn(t,n){return t[0]*n[0]+t[1]*n[1]+t[2]*n[2]}function yn(t,n){return[t[1]*n[2]-t[2]*n[1],t[2]*n[0]-t[0]*n[2],t[0]*n[1]-t[1]*n[0]]}function xn(t,n){t[0]+=n[0],t[1]+=n[1],t[2]+=n[2]}function bn(t,n){return[t[0]*n,t[1]*n,t[2]*n]}function Mn(t){var n=Math.sqrt(t[0]*t[0]+t[1]*t[1]+t[2]*t[2]);t[0]/=n,t[1]/=n,t[2]/=n}function _n(t){return[Math.atan2(t[1],t[0]),nt(t[2])]}function wn(t,n){return ba(t[0]-n[0])u;++u)i.point((e=t[u])[0],e[1]);return void i.lineEnd()}var s=new zn(e,t,null,!0),c=new zn(e,null,s,!1);s.o=c,o.push(s),a.push(c),s=new zn(r,t,null,!1),c=new zn(r,null,s,!0),s.o=c,o.push(s),a.push(c)}}),a.sort(n),jn(o),jn(a),o.length){for(var u=0,s=e,c=a.length;c>u;++u)a[u].e=s=!s;for(var l,f,h=o[0];;){for(var p=h,d=!0;p.v;)if((p=p.n)===h)return;l=p.z,i.lineStart();do{if(p.v=p.o.v=!0,p.e){if(d)for(var u=0,c=l.length;c>u;++u)i.point((f=l[u])[0],f[1]);else r(p.x,p.n.x,1,i);p=p.n}else{if(d){l=p.p.z;for(var u=l.length-1;u>=0;--u)i.point((f=l[u])[0],f[1])}else r(p.x,p.p.x,-1,i);p=p.p}p=p.o,l=p.z,d=!d}while(!p.v);i.lineEnd()}}}function jn(t){if(n=t.length){for(var n,e,r=0,i=t[0];++r0){for(M||(o.polygonStart(),M=!0),o.lineStart();++a1&&2&n&&e.push(e.pop().concat(e.shift())),p.push(e.filter(Pn))}var p,d,g,m=n(o),v=i.invert(r[0],r[1]),y={point:a,lineStart:s,lineEnd:c,polygonStart:function(){y.point=l,y.lineStart=f,y.lineEnd=h,p=[],d=[]},polygonEnd:function(){y.point=a,y.lineStart=s,y.lineEnd=c,p=sa.merge(p);var t=Fn(v,d);p.length?(M||(o.polygonStart(),M=!0),Tn(p,Ln,t,e,o)):t&&(M||(o.polygonStart(),M=!0),o.lineStart(),e(null,null,1,o),o.lineEnd()),M&&(o.polygonEnd(),M=!1),p=d=null},sphere:function(){o.polygonStart(),o.lineStart(),e(null,null,1,o),o.lineEnd(),o.polygonEnd()}},x=Rn(),b=n(x),M=!1;return y}}function Pn(t){return t.length>1}function Rn(){var t,n=[];return{lineStart:function(){n.push(t=[])},point:function(n,e){t.push([n,e])},lineEnd:M,buffer:function(){var e=n;return n=[],t=null,e},rejoin:function(){n.length>1&&n.push(n.pop().concat(n.shift()))}}}function Ln(t,n){return((t=t.x)[0]<0?t[1]-Ba-La:Ba-t[1])-((n=n.x)[0]<0?n[1]-Ba-La:Ba-n[1])}function Un(t){var n,e=NaN,r=NaN,i=NaN;return{lineStart:function(){t.lineStart(),n=1},point:function(o,a){var u=o>0?Da:-Da,s=ba(o-e);ba(s-Da)0?Ba:-Ba),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(u,r),t.point(o,r),n=0):i!==u&&s>=Da&&(ba(e-i)La?Math.atan((Math.sin(n)*(o=Math.cos(r))*Math.sin(e)-Math.sin(r)*(i=Math.cos(n))*Math.sin(t))/(i*o*a)):(n+r)/2}function In(t,n,e,r){var i;if(null==t)i=e*Ba,r.point(-Da,i),r.point(0,i),r.point(Da,i),r.point(Da,0),r.point(Da,-i),r.point(0,-i),r.point(-Da,-i),r.point(-Da,0),r.point(-Da,i);else if(ba(t[0]-n[0])>La){var o=t[0]u;++u){var c=n[u],l=c.length;if(l)for(var f=c[0],h=f[0],p=f[1]/2+Da/4,d=Math.sin(p),g=Math.cos(p),m=1;;){m===l&&(m=0),t=c[m];var v=t[0],y=t[1]/2+Da/4,x=Math.sin(y),b=Math.cos(y),M=v-h,_=M>=0?1:-1,w=_*M,S=w>Da,E=d*x;if(Eu.add(Math.atan2(E*_*Math.sin(w),g*b+E*Math.cos(w))),o+=S?M+_*Ia:M,S^h>=e^v>=e){var k=yn(mn(f),mn(t));Mn(k);var N=yn(i,k);Mn(N);var A=(S^M>=0?-1:1)*nt(N[2]);(r>A||r===A&&(k[0]||k[1]))&&(a+=S^M>=0?1:-1)}if(!m++)break;h=v,d=x,g=b,f=t}}return(-La>o||La>o&&-La>Eu)^1&a}function Bn(t){function n(t,n){return Math.cos(t)*Math.cos(n)>o}function e(t){var e,o,s,c,l;return{lineStart:function(){c=s=!1,l=1},point:function(f,h){var p,d=[f,h],g=n(f,h),m=a?g?0:i(f,h):g?i(f+(0>f?Da:-Da),h):0;if(!e&&(c=s=g)&&t.lineStart(),g!==s&&(p=r(e,d),(wn(e,p)||wn(d,p))&&(d[0]+=La,d[1]+=La,g=n(d[0],d[1]))),g!==s)l=0,g?(t.lineStart(),p=r(d,e),t.point(p[0],p[1])):(p=r(e,d),t.point(p[0],p[1]),t.lineEnd()),e=p;else if(u&&e&&a^g){var v;m&o||!(v=r(d,e,!0))||(l=0,a?(t.lineStart(),t.point(v[0][0],v[0][1]),t.point(v[1][0],v[1][1]),t.lineEnd()):(t.point(v[1][0],v[1][1]),t.lineEnd(),t.lineStart(),t.point(v[0][0],v[0][1])))}!g||e&&wn(e,d)||t.point(d[0],d[1]),e=d,s=g,o=m},lineEnd:function(){s&&t.lineEnd(),e=null},clean:function(){return l|(c&&s)<<1}}}function r(t,n,e){var r=mn(t),i=mn(n),a=[1,0,0],u=yn(r,i),s=vn(u,u),c=u[0],l=s-c*c;if(!l)return!e&&t;var f=o*s/l,h=-o*c/l,p=yn(a,u),d=bn(a,f),g=bn(u,h);xn(d,g);var m=p,v=vn(d,m),y=vn(m,m),x=v*v-y*(vn(d,d)-1);if(!(0>x)){var b=Math.sqrt(x),M=bn(m,(-v-b)/y);if(xn(M,d),M=_n(M),!e)return M;var _,w=t[0],S=n[0],E=t[1],k=n[1];w>S&&(_=w,w=S,S=_);var N=S-w,A=ba(N-Da)N;if(!A&&E>k&&(_=E,E=k,k=_),q?A?E+k>0^M[1]<(ba(M[0]-w)Da^(w<=M[0]&&M[0]<=S)){var C=bn(m,(-v+b)/y);return xn(C,d),[M,_n(C)]}}}function i(n,e){var r=a?t:Da-t,i=0;return-r>n?i|=1:n>r&&(i|=2),-r>e?i|=4:e>r&&(i|=8),i}var o=Math.cos(t),a=o>0,u=ba(o)>La,s=ge(t,6*Ha);return On(n,e,s,a?[0,-t]:[-Da,t-Da])}function Hn(t,n,e,r){return function(i){var o,a=i.a,u=i.b,s=a.x,c=a.y,l=u.x,f=u.y,h=0,p=1,d=l-s,g=f-c;if(o=t-s,d||!(o>0)){if(o/=d,0>d){if(h>o)return;p>o&&(p=o)}else if(d>0){if(o>p)return;o>h&&(h=o)}if(o=e-s,d||!(0>o)){if(o/=d,0>d){if(o>p)return;o>h&&(h=o)}else if(d>0){if(h>o)return;p>o&&(p=o)}if(o=n-c,g||!(o>0)){if(o/=g,0>g){if(h>o)return;p>o&&(p=o)}else if(g>0){if(o>p)return;o>h&&(h=o)}if(o=r-c,g||!(0>o)){if(o/=g,0>g){if(o>p)return;o>h&&(h=o)}else if(g>0){if(h>o)return;p>o&&(p=o)}return h>0&&(i.a={x:s+h*d,y:c+h*g}),1>p&&(i.b={x:s+p*d,y:c+p*g}),i}}}}}}function Yn(t,n,e,r){function i(r,i){return ba(r[0]-t)0?0:3:ba(r[0]-e)0?2:1:ba(r[1]-n)0?1:0:i>0?3:2}function o(t,n){return a(t.x,n.x)}function a(t,n){var e=i(t,1),r=i(n,1);return e!==r?e-r:0===e?n[1]-t[1]:1===e?t[0]-n[0]:2===e?t[1]-n[1]:n[0]-t[0]}return function(u){function s(t){for(var n=0,e=m.length,r=t[1],i=0;e>i;++i)for(var o,a=1,u=m[i],s=u.length,c=u[0];s>a;++a)o=u[a],c[1]<=r?o[1]>r&&K(c,o,t)>0&&++n:o[1]<=r&&K(c,o,t)<0&&--n,c=o;return 0!==n}function c(o,u,s,c){var l=0,f=0;if(null==o||(l=i(o,s))!==(f=i(u,s))||a(o,u)<0^s>0){do c.point(0===l||3===l?t:e,l>1?r:n);while((l=(l+s+4)%4)!==f)}else c.point(u[0],u[1])}function l(i,o){return i>=t&&e>=i&&o>=n&&r>=o}function f(t,n){l(t,n)&&u.point(t,n)}function h(){q.point=d,m&&m.push(v=[]),S=!0,w=!1,M=_=NaN}function p(){g&&(d(y,x),b&&w&&N.rejoin(),g.push(N.buffer())),q.point=f,w&&u.lineEnd()}function d(t,n){t=Math.max(-Iu,Math.min(Iu,t)),n=Math.max(-Iu,Math.min(Iu,n));var e=l(t,n);if(m&&v.push([t,n]),S)y=t,x=n,b=e,S=!1,e&&(u.lineStart(),u.point(t,n));else if(e&&w)u.point(t,n);else{var r={a:{x:M,y:_},b:{x:t,y:n}};A(r)?(w||(u.lineStart(),u.point(r.a.x,r.a.y)),u.point(r.b.x,r.b.y),e||u.lineEnd(),E=!1):e&&(u.lineStart(),u.point(t,n),E=!1)}M=t,_=n,w=e}var g,m,v,y,x,b,M,_,w,S,E,k=u,N=Rn(),A=Hn(t,n,e,r),q={point:f,lineStart:h,lineEnd:p,polygonStart:function(){u=N,g=[],m=[],E=!0},polygonEnd:function(){u=k,g=sa.merge(g);var n=s([t,r]),e=E&&n,i=g.length;(e||i)&&(u.polygonStart(),e&&(u.lineStart(),c(null,null,1,u),u.lineEnd()),i&&Tn(g,o,n,c,u),u.polygonEnd()),g=m=v=null}};return q}}function Xn(t){var n=0,e=Da/3,r=ue(t),i=r(n,e);return i.parallels=function(t){return arguments.length?r(n=t[0]*Da/180,e=t[1]*Da/180):[n/Da*180,e/Da*180]},i}function $n(t,n){function e(t,n){var e=Math.sqrt(o-2*i*Math.sin(n))/i;return[e*Math.sin(t*=i),a-e*Math.cos(t)]}var r=Math.sin(t),i=(r+Math.sin(n))/2,o=1+r*(2*i-r),a=Math.sqrt(o)/i;return e.invert=function(t,n){var e=a-n;return[Math.atan2(t,e)/i,nt((o-(t*t+e*e)*i*i)/(2*i))]},e}function Wn(){function t(t,n){Bu+=i*t-r*n,r=t,i=n}var n,e,r,i;Wu.point=function(o,a){Wu.point=t,n=r=o,e=i=a},Wu.lineEnd=function(){t(n,e)}}function Vn(t,n){Hu>t&&(Hu=t),t>Xu&&(Xu=t),Yu>n&&(Yu=n),n>$u&&($u=n)}function Zn(){function t(t,n){a.push("M",t,",",n,o)}function n(t,n){a.push("M",t,",",n),u.point=e}function e(t,n){a.push("L",t,",",n)}function r(){u.point=t}function i(){a.push("Z")}var o=Jn(4.5),a=[],u={point:t,lineStart:function(){u.point=n},lineEnd:r,polygonStart:function(){u.lineEnd=i},polygonEnd:function(){u.lineEnd=r,u.point=t},pointRadius:function(t){return o=Jn(t),u},result:function(){if(a.length){var t=a.join("");return a=[],t}}};return u}function Jn(t){return"m0,"+t+"a"+t+","+t+" 0 1,1 0,"+-2*t+"a"+t+","+t+" 0 1,1 0,"+2*t+"z"}function Qn(t,n){qu+=t,Cu+=n,++Tu}function Gn(){function t(t,r){var i=t-n,o=r-e,a=Math.sqrt(i*i+o*o);ju+=a*(n+t)/2,zu+=a*(e+r)/2,Ou+=a,Qn(n=t,e=r)}var n,e;Zu.point=function(r,i){Zu.point=t,Qn(n=r,e=i)}}function Kn(){Zu.point=Qn}function te(){function t(t,n){var e=t-r,o=n-i,a=Math.sqrt(e*e+o*o);ju+=a*(r+t)/2,zu+=a*(i+n)/2,Ou+=a,a=i*t-r*n,Pu+=a*(r+t),Ru+=a*(i+n),Lu+=3*a,Qn(r=t,i=n)}var n,e,r,i;Zu.point=function(o,a){Zu.point=t,Qn(n=r=o,e=i=a)},Zu.lineEnd=function(){t(n,e)}}function ne(t){function n(n,e){t.moveTo(n+a,e),t.arc(n,e,a,0,Ia)}function e(n,e){t.moveTo(n,e),u.point=r}function r(n,e){t.lineTo(n,e)}function i(){u.point=n}function o(){t.closePath()}var a=4.5,u={point:n,lineStart:function(){u.point=e},lineEnd:i,polygonStart:function(){u.lineEnd=o},polygonEnd:function(){u.lineEnd=i,u.point=n},pointRadius:function(t){return a=t,u},result:M};return u}function ee(t){function n(t){return(u?r:e)(t)}function e(n){return oe(n,function(e,r){e=t(e,r),n.point(e[0],e[1])})}function r(n){function e(e,r){e=t(e,r),n.point(e[0],e[1])}function r(){x=NaN,S.point=o,n.lineStart()}function o(e,r){var o=mn([e,r]),a=t(e,r);i(x,b,y,M,_,w,x=a[0],b=a[1],y=e,M=o[0],_=o[1],w=o[2],u,n),n.point(x,b)}function a(){S.point=e,n.lineEnd()}function s(){r(),S.point=c,S.lineEnd=l}function c(t,n){o(f=t,h=n),p=x,d=b,g=M,m=_,v=w,S.point=o}function l(){i(x,b,y,M,_,w,p,d,f,g,m,v,u,n),S.lineEnd=a,a()}var f,h,p,d,g,m,v,y,x,b,M,_,w,S={point:e,lineStart:r,lineEnd:a,polygonStart:function(){n.polygonStart(),S.lineStart=s},polygonEnd:function(){n.polygonEnd(),S.lineStart=r}};return S}function i(n,e,r,u,s,c,l,f,h,p,d,g,m,v){var y=l-n,x=f-e,b=y*y+x*x;if(b>4*o&&m--){var M=u+p,_=s+d,w=c+g,S=Math.sqrt(M*M+_*_+w*w),E=Math.asin(w/=S),k=ba(ba(w)-1)o||ba((y*C+x*T)/b-.5)>.3||a>u*p+s*d+c*g)&&(i(n,e,r,u,s,c,A,q,k,M/=S,_/=S,w,m,v),v.point(A,q),i(A,q,k,M,_,w,l,f,h,p,d,g,m,v))}}var o=.5,a=Math.cos(30*Ha),u=16;return n.precision=function(t){return arguments.length?(u=(o=t*t)>0&&16,n):Math.sqrt(o)},n}function re(t){var n=ee(function(n,e){return t([n*Ya,e*Ya])});return function(t){return se(n(t))}}function ie(t){this.stream=t}function oe(t,n){return{point:n,sphere:function(){t.sphere()},lineStart:function(){t.lineStart()},lineEnd:function(){t.lineEnd()},polygonStart:function(){t.polygonStart()},polygonEnd:function(){t.polygonEnd()}}}function ae(t){return ue(function(){return t})()}function ue(t){function n(t){return t=u(t[0]*Ha,t[1]*Ha),[t[0]*h+s,c-t[1]*h]}function e(t){return t=u.invert((t[0]-s)/h,(c-t[1])/h),t&&[t[0]*Ya,t[1]*Ya]}function r(){u=qn(a=fe(v,x,b),o);var t=o(g,m);return s=p-t[0]*h,c=d+t[1]*h,i()}function i(){return l&&(l.valid=!1,l=null),n}var o,a,u,s,c,l,f=ee(function(t,n){return t=o(t,n),[t[0]*h+s,c-t[1]*h]}),h=150,p=480,d=250,g=0,m=0,v=0,x=0,b=0,M=Du,_=y,w=null,S=null;return n.stream=function(t){return l&&(l.valid=!1),l=se(M(a,f(_(t)))),l.valid=!0,l},n.clipAngle=function(t){return arguments.length?(M=null==t?(w=t,Du):Bn((w=+t)*Ha),i()):w},n.clipExtent=function(t){return arguments.length?(S=t,_=t?Yn(t[0][0],t[0][1],t[1][0],t[1][1]):y,i()):S},n.scale=function(t){return arguments.length?(h=+t,r()):h},n.translate=function(t){return arguments.length?(p=+t[0],d=+t[1],r()):[p,d]},n.center=function(t){return arguments.length?(g=t[0]%360*Ha,m=t[1]%360*Ha,r()):[g*Ya,m*Ya]},n.rotate=function(t){return arguments.length?(v=t[0]%360*Ha,x=t[1]%360*Ha,b=t.length>2?t[2]%360*Ha:0,r()):[v*Ya,x*Ya,b*Ya]},sa.rebind(n,f,"precision"),function(){return o=t.apply(this,arguments),n.invert=o.invert&&e,r()}}function se(t){return oe(t,function(n,e){t.point(n*Ha,e*Ha)})}function ce(t,n){return[t,n]}function le(t,n){return[t>Da?t-Ia:-Da>t?t+Ia:t,n]}function fe(t,n,e){return t?n||e?qn(pe(t),de(n,e)):pe(t):n||e?de(n,e):le}function he(t){return function(n,e){return n+=t,[n>Da?n-Ia:-Da>n?n+Ia:n,e]}}function pe(t){var n=he(t);return n.invert=he(-t),n}function de(t,n){function e(t,n){var e=Math.cos(n),u=Math.cos(t)*e,s=Math.sin(t)*e,c=Math.sin(n),l=c*r+u*i;return[Math.atan2(s*o-l*a,u*r-c*i),nt(l*o+s*a)]}var r=Math.cos(t),i=Math.sin(t),o=Math.cos(n),a=Math.sin(n);return e.invert=function(t,n){var e=Math.cos(n),u=Math.cos(t)*e,s=Math.sin(t)*e,c=Math.sin(n),l=c*o-s*a;return[Math.atan2(s*o+c*a,u*r+l*i),nt(l*r-u*i)]},e}function ge(t,n){var e=Math.cos(t),r=Math.sin(t);return function(i,o,a,u){var s=a*n;null!=i?(i=me(e,i),o=me(e,o),(a>0?o>i:i>o)&&(i+=a*Ia)):(i=t+a*Ia,o=t-.5*s);for(var c,l=i;a>0?l>o:o>l;l-=s)u.point((c=_n([e,-r*Math.cos(l),-r*Math.sin(l)]))[0],c[1])}}function me(t,n){var e=mn(n);e[0]-=t,Mn(e);var r=tt(-e[1]);return((-e[2]<0?-r:r)+2*Math.PI-La)%(2*Math.PI)}function ve(t,n,e){var r=sa.range(t,n-La,e).concat(n);return function(t){return r.map(function(n){return[t,n]})}}function ye(t,n,e){var r=sa.range(t,n-La,e).concat(n);return function(t){return r.map(function(n){return[n,t]})}}function xe(t){return t.source}function be(t){return t.target}function Me(t,n,e,r){var i=Math.cos(n),o=Math.sin(n),a=Math.cos(r),u=Math.sin(r),s=i*Math.cos(t),c=i*Math.sin(t),l=a*Math.cos(e),f=a*Math.sin(e),h=2*Math.asin(Math.sqrt(ot(r-n)+i*a*ot(e-t))),p=1/Math.sin(h),d=h?function(t){var n=Math.sin(t*=h)*p,e=Math.sin(h-t)*p,r=e*s+n*l,i=e*c+n*f,a=e*o+n*u;return[Math.atan2(i,r)*Ya,Math.atan2(a,Math.sqrt(r*r+i*i))*Ya]}:function(){return[t*Ya,n*Ya]};return d.distance=h,d}function _e(){function t(t,i){var o=Math.sin(i*=Ha),a=Math.cos(i),u=ba((t*=Ha)-n),s=Math.cos(u);Ju+=Math.atan2(Math.sqrt((u=a*Math.sin(u))*u+(u=r*o-e*a*s)*u),e*o+r*a*s),n=t,e=o,r=a}var n,e,r;Qu.point=function(i,o){n=i*Ha,e=Math.sin(o*=Ha),r=Math.cos(o),Qu.point=t},Qu.lineEnd=function(){Qu.point=Qu.lineEnd=M}}function we(t,n){function e(n,e){var r=Math.cos(n),i=Math.cos(e),o=t(r*i);return[o*i*Math.sin(n),o*Math.sin(e)]}return e.invert=function(t,e){var r=Math.sqrt(t*t+e*e),i=n(r),o=Math.sin(i),a=Math.cos(i);return[Math.atan2(t*o,r*a),Math.asin(r&&e*o/r)]},e}function Se(t,n){function e(t,n){a>0?-Ba+La>n&&(n=-Ba+La):n>Ba-La&&(n=Ba-La);var e=a/Math.pow(i(n),o);return[e*Math.sin(o*t),a-e*Math.cos(o*t)]}var r=Math.cos(t),i=function(t){return Math.tan(Da/4+t/2)},o=t===n?Math.sin(t):Math.log(r/Math.cos(n))/Math.log(i(n)/i(t)),a=r*Math.pow(i(t),o)/o;return o?(e.invert=function(t,n){var e=a-n,r=G(o)*Math.sqrt(t*t+e*e);return[Math.atan2(t,e)/o,2*Math.atan(Math.pow(a/r,1/o))-Ba]},e):ke}function Ee(t,n){function e(t,n){ +var e=o-n;return[e*Math.sin(i*t),o-e*Math.cos(i*t)]}var r=Math.cos(t),i=t===n?Math.sin(t):(r-Math.cos(n))/(n-t),o=r/i+t;return ba(i)i;i++){for(;r>1&&K(t[e[r-2]],t[e[r-1]],t[i])<=0;)--r;e[r++]=i}return e.slice(0,r)}function je(t,n){return t[0]-n[0]||t[1]-n[1]}function ze(t,n,e){return(e[0]-n[0])*(t[1]-n[1])<(e[1]-n[1])*(t[0]-n[0])}function Oe(t,n,e,r){var i=t[0],o=e[0],a=n[0]-i,u=r[0]-o,s=t[1],c=e[1],l=n[1]-s,f=r[1]-c,h=(u*(s-c)-f*(i-o))/(f*a-u*l);return[i+h*a,s+h*l]}function Pe(t){var n=t[0],e=t[t.length-1];return!(n[0]-e[0]||n[1]-e[1])}function Re(){rr(this),this.edge=this.site=this.circle=null}function Le(t){var n=cs.pop()||new Re;return n.site=t,n}function Ue(t){Ve(t),as.remove(t),cs.push(t),rr(t)}function De(t){var n=t.circle,e=n.x,r=n.cy,i={x:e,y:r},o=t.P,a=t.N,u=[t];Ue(t);for(var s=o;s.circle&&ba(e-s.circle.x)l;++l)c=u[l],s=u[l-1],tr(c.edge,s.site,c.site,i);s=u[0],c=u[f-1],c.edge=Ge(s.site,c.site,null,i),We(s),We(c)}function Ie(t){for(var n,e,r,i,o=t.x,a=t.y,u=as._;u;)if(r=Fe(u,a)-o,r>La)u=u.L;else{if(i=o-Be(u,a),!(i>La)){r>-La?(n=u.P,e=u):i>-La?(n=u,e=u.N):n=e=u;break}if(!u.R){n=u;break}u=u.R}var s=Le(t);if(as.insert(n,s),n||e){if(n===e)return Ve(n),e=Le(n.site),as.insert(s,e),s.edge=e.edge=Ge(n.site,s.site),We(n),void We(e);if(!e)return void(s.edge=Ge(n.site,s.site));Ve(n),Ve(e);var c=n.site,l=c.x,f=c.y,h=t.x-l,p=t.y-f,d=e.site,g=d.x-l,m=d.y-f,v=2*(h*m-p*g),y=h*h+p*p,x=g*g+m*m,b={x:(m*y-p*x)/v+l,y:(h*x-g*y)/v+f};tr(e.edge,c,d,b),s.edge=Ge(c,t,null,b),e.edge=Ge(t,d,null,b),We(n),We(e)}}function Fe(t,n){var e=t.site,r=e.x,i=e.y,o=i-n;if(!o)return r;var a=t.P;if(!a)return-(1/0);e=a.site;var u=e.x,s=e.y,c=s-n;if(!c)return u;var l=u-r,f=1/o-1/c,h=l/c;return f?(-h+Math.sqrt(h*h-2*f*(l*l/(-2*c)-s+c/2+i-o/2)))/f+r:(r+u)/2}function Be(t,n){var e=t.N;if(e)return Fe(e,n);var r=t.site;return r.y===n?r.x:1/0}function He(t){this.site=t,this.edges=[]}function Ye(t){for(var n,e,r,i,o,a,u,s,c,l,f=t[0][0],h=t[1][0],p=t[0][1],d=t[1][1],g=os,m=g.length;m--;)if(o=g[m],o&&o.prepare())for(u=o.edges,s=u.length,a=0;s>a;)l=u[a].end(),r=l.x,i=l.y,c=u[++a%s].start(),n=c.x,e=c.y,(ba(r-n)>La||ba(i-e)>La)&&(u.splice(a,0,new nr(Ke(o.site,l,ba(r-f)La?{x:f,y:ba(n-f)La?{x:ba(e-d)La?{x:h,y:ba(n-h)La?{x:ba(e-p)=-Ua)){var p=s*s+c*c,d=l*l+f*f,g=(f*p-c*d)/h,m=(s*d-l*p)/h,f=m+u,v=ls.pop()||new $e;v.arc=t,v.site=i,v.x=g+a,v.y=f+Math.sqrt(g*g+m*m),v.cy=f,t.circle=v;for(var y=null,x=ss._;x;)if(v.ym||m>=u)return;if(h>d){if(o){if(o.y>=c)return}else o={x:m,y:s};e={x:m,y:c}}else{if(o){if(o.yr||r>1)if(h>d){if(o){if(o.y>=c)return}else o={x:(s-i)/r,y:s};e={x:(c-i)/r,y:c}}else{if(o){if(o.yp){if(o){if(o.x>=u)return}else o={x:a,y:r*a+i};e={x:u,y:r*u+i}}else{if(o){if(o.xo||f>a||r>h||i>p)){if(d=t.point){var d,g=n-t.x,m=e-t.y,v=g*g+m*m;if(s>v){var y=Math.sqrt(s=v);r=n-y,i=e-y,o=n+y,a=e+y,u=d}}for(var x=t.nodes,b=.5*(l+h),M=.5*(f+p),_=n>=b,w=e>=M,S=w<<1|_,E=S+4;E>S;++S)if(t=x[3&S])switch(3&S){case 0:c(t,l,f,b,M);break;case 1:c(t,b,f,h,M);break;case 2:c(t,l,M,b,p);break;case 3:c(t,b,M,h,p)}}}(t,r,i,o,a),u}function gr(t,n){t=sa.rgb(t),n=sa.rgb(n);var e=t.r,r=t.g,i=t.b,o=n.r-e,a=n.g-r,u=n.b-i;return function(t){return"#"+bt(Math.round(e+o*t))+bt(Math.round(r+a*t))+bt(Math.round(i+u*t))}}function mr(t,n){var e,r={},i={};for(e in t)e in n?r[e]=xr(t[e],n[e]):i[e]=t[e];for(e in n)e in t||(i[e]=n[e]);return function(t){for(e in r)i[e]=r[e](t);return i}}function vr(t,n){return t=+t,n=+n,function(e){return t*(1-e)+n*e}}function yr(t,n){var e,r,i,o=hs.lastIndex=ps.lastIndex=0,a=-1,u=[],s=[];for(t+="",n+="";(e=hs.exec(t))&&(r=ps.exec(n));)(i=r.index)>o&&(i=n.slice(o,i),u[a]?u[a]+=i:u[++a]=i),(e=e[0])===(r=r[0])?u[a]?u[a]+=r:u[++a]=r:(u[++a]=null,s.push({i:a,x:vr(e,r)})),o=ps.lastIndex;return or;++r)u[(e=s[r]).i]=e.x(t);return u.join("")})}function xr(t,n){for(var e,r=sa.interpolators.length;--r>=0&&!(e=sa.interpolators[r](t,n)););return e}function br(t,n){var e,r=[],i=[],o=t.length,a=n.length,u=Math.min(t.length,n.length);for(e=0;u>e;++e)r.push(xr(t[e],n[e]));for(;o>e;++e)i[e]=t[e];for(;a>e;++e)i[e]=n[e];return function(t){for(e=0;u>e;++e)i[e]=r[e](t);return i}}function Mr(t){return function(n){return 0>=n?0:n>=1?1:t(n)}}function _r(t){return function(n){return 1-t(1-n)}}function wr(t){return function(n){return.5*(.5>n?t(2*n):2-t(2-2*n))}}function Sr(t){return t*t}function Er(t){return t*t*t}function kr(t){if(0>=t)return 0;if(t>=1)return 1;var n=t*t,e=n*t;return 4*(.5>t?e:3*(t-n)+e-.75)}function Nr(t){return function(n){return Math.pow(n,t)}}function Ar(t){return 1-Math.cos(t*Ba)}function qr(t){return Math.pow(2,10*(t-1))}function Cr(t){return 1-Math.sqrt(1-t*t)}function Tr(t,n){var e;return arguments.length<2&&(n=.45),arguments.length?e=n/Ia*Math.asin(1/t):(t=1,e=n/4),function(r){return 1+t*Math.pow(2,-10*r)*Math.sin((r-e)*Ia/n)}}function jr(t){return t||(t=1.70158),function(n){return n*n*((t+1)*n-t)}}function zr(t){return 1/2.75>t?7.5625*t*t:2/2.75>t?7.5625*(t-=1.5/2.75)*t+.75:2.5/2.75>t?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375}function Or(t,n){t=sa.hcl(t),n=sa.hcl(n);var e=t.h,r=t.c,i=t.l,o=n.h-e,a=n.c-r,u=n.l-i;return isNaN(a)&&(a=0,r=isNaN(r)?n.c:r),isNaN(o)?(o=0,e=isNaN(e)?n.h:e):o>180?o-=360:-180>o&&(o+=360),function(t){return lt(e+o*t,r+a*t,i+u*t)+""}}function Pr(t,n){t=sa.hsl(t),n=sa.hsl(n);var e=t.h,r=t.s,i=t.l,o=n.h-e,a=n.s-r,u=n.l-i;return isNaN(a)&&(a=0,r=isNaN(r)?n.s:r),isNaN(o)?(o=0,e=isNaN(e)?n.h:e):o>180?o-=360:-180>o&&(o+=360),function(t){return st(e+o*t,r+a*t,i+u*t)+""}}function Rr(t,n){t=sa.lab(t),n=sa.lab(n);var e=t.l,r=t.a,i=t.b,o=n.l-e,a=n.a-r,u=n.b-i;return function(t){return ht(e+o*t,r+a*t,i+u*t)+""}}function Lr(t,n){return n-=t,function(e){return Math.round(t+n*e)}}function Ur(t){var n=[t.a,t.b],e=[t.c,t.d],r=Ir(n),i=Dr(n,e),o=Ir(Fr(e,n,-i))||0;n[0]*e[1]180?n+=360:n-t>180&&(t+=360),r.push({i:e.push(Br(e)+"rotate(",null,")")-2,x:vr(t,n)})):n&&e.push(Br(e)+"rotate("+n+")")}function Xr(t,n,e,r){t!==n?r.push({i:e.push(Br(e)+"skewX(",null,")")-2,x:vr(t,n)}):n&&e.push(Br(e)+"skewX("+n+")")}function $r(t,n,e,r){if(t[0]!==n[0]||t[1]!==n[1]){var i=e.push(Br(e)+"scale(",null,",",null,")");r.push({i:i-4,x:vr(t[0],n[0])},{i:i-2,x:vr(t[1],n[1])})}else(1!==n[0]||1!==n[1])&&e.push(Br(e)+"scale("+n+")")}function Wr(t,n){var e=[],r=[];return t=sa.transform(t),n=sa.transform(n),Hr(t.translate,n.translate,e,r),Yr(t.rotate,n.rotate,e,r),Xr(t.skew,n.skew,e,r),$r(t.scale,n.scale,e,r),t=n=null,function(t){for(var n,i=-1,o=r.length;++i=0;)e.push(i[r])}function ai(t,n){for(var e=[t],r=[];null!=(t=e.pop());)if(r.push(t),(o=t.children)&&(i=o.length))for(var i,o,a=-1;++ae;++e)(n=t[e][1])>i&&(r=e,i=n);return r}function vi(t){return t.reduce(yi,0)}function yi(t,n){return t+n[1]}function xi(t,n){return bi(t,Math.ceil(Math.log(n.length)/Math.LN2+1))}function bi(t,n){for(var e=-1,r=+t[0],i=(t[1]-r)/n,o=[];++e<=n;)o[e]=i*e+r;return o}function Mi(t){return[sa.min(t),sa.max(t)]}function _i(t,n){return t.value-n.value}function wi(t,n){var e=t._pack_next;t._pack_next=n,n._pack_prev=t,n._pack_next=e,e._pack_prev=n}function Si(t,n){t._pack_next=n,n._pack_prev=t}function Ei(t,n){var e=n.x-t.x,r=n.y-t.y,i=t.r+n.r;return.999*i*i>e*e+r*r}function ki(t){function n(t){l=Math.min(t.x-t.r,l),f=Math.max(t.x+t.r,f),h=Math.min(t.y-t.r,h),p=Math.max(t.y+t.r,p)}if((e=t.children)&&(c=e.length)){var e,r,i,o,a,u,s,c,l=1/0,f=-(1/0),h=1/0,p=-(1/0);if(e.forEach(Ni),r=e[0],r.x=-r.r,r.y=0,n(r),c>1&&(i=e[1],i.x=i.r,i.y=0,n(i),c>2))for(o=e[2],Ci(r,i,o),n(o),wi(r,o),r._pack_prev=o,wi(o,i),i=r._pack_next,a=3;c>a;a++){Ci(r,i,o=e[a]);var d=0,g=1,m=1;for(u=i._pack_next;u!==i;u=u._pack_next,g++)if(Ei(u,o)){d=1;break}if(1==d)for(s=r._pack_prev;s!==u._pack_prev&&!Ei(s,o);s=s._pack_prev,m++);d?(m>g||g==m&&i.ra;a++)o=e[a],o.x-=v,o.y-=y,x=Math.max(x,o.r+Math.sqrt(o.x*o.x+o.y*o.y));t.r=x,e.forEach(Ai)}}function Ni(t){t._pack_next=t._pack_prev=t}function Ai(t){delete t._pack_next,delete t._pack_prev}function qi(t,n,e,r){var i=t.children;if(t.x=n+=r*t.x,t.y=e+=r*t.y,t.r*=r,i)for(var o=-1,a=i.length;++o=0;)n=i[o],n.z+=e,n.m+=e,e+=n.s+(r+=n.c)}function Ri(t,n,e){return t.a.parent===n.parent?t.a:e}function Li(t){return 1+sa.max(t,function(t){return t.y})}function Ui(t){return t.reduce(function(t,n){return t+n.x},0)/t.length}function Di(t){var n=t.children;return n&&n.length?Di(n[0]):t}function Ii(t){var n,e=t.children;return e&&(n=e.length)?Ii(e[n-1]):t}function Fi(t){return{x:t.x,y:t.y,dx:t.dx,dy:t.dy}}function Bi(t,n){var e=t.x+n[3],r=t.y+n[0],i=t.dx-n[1]-n[3],o=t.dy-n[0]-n[2];return 0>i&&(e+=i/2,i=0),0>o&&(r+=o/2,o=0),{x:e,y:r,dx:i,dy:o}}function Hi(t){var n=t[0],e=t[t.length-1];return e>n?[n,e]:[e,n]}function Yi(t){return t.rangeExtent?t.rangeExtent():Hi(t.range())}function Xi(t,n,e,r){var i=e(t[0],t[1]),o=r(n[0],n[1]);return function(t){return o(i(t))}}function $i(t,n){var e,r=0,i=t.length-1,o=t[r],a=t[i];return o>a&&(e=r,r=i,i=e,e=o,o=a,a=e),t[r]=n.floor(o),t[i]=n.ceil(a),t}function Wi(t){return t?{floor:function(n){return Math.floor(n/t)*t},ceil:function(n){return Math.ceil(n/t)*t}}:Ss}function Vi(t,n,e,r){var i=[],o=[],a=0,u=Math.min(t.length,n.length)-1;for(t[u]2?Vi:Xi,s=r?Zr:Vr;return a=i(t,n,s,e),u=i(n,t,s,xr),o}function o(t){return a(t)}var a,u;return o.invert=function(t){return u(t)},o.domain=function(n){return arguments.length?(t=n.map(Number),i()):t},o.range=function(t){return arguments.length?(n=t,i()):n},o.rangeRound=function(t){return o.range(t).interpolate(Lr)},o.clamp=function(t){return arguments.length?(r=t,i()):r},o.interpolate=function(t){return arguments.length?(e=t,i()):e},o.ticks=function(n){return Ki(t,n)},o.tickFormat=function(n,e){return to(t,n,e)},o.nice=function(n){return Qi(t,n),i()},o.copy=function(){return Zi(t,n,e,r)},i()}function Ji(t,n){return sa.rebind(t,n,"range","rangeRound","interpolate","clamp")}function Qi(t,n){return $i(t,Wi(Gi(t,n)[2])),$i(t,Wi(Gi(t,n)[2])),t}function Gi(t,n){null==n&&(n=10);var e=Hi(t),r=e[1]-e[0],i=Math.pow(10,Math.floor(Math.log(r/n)/Math.LN10)),o=n/r*i;return.15>=o?i*=10:.35>=o?i*=5:.75>=o&&(i*=2),e[0]=Math.ceil(e[0]/i)*i,e[1]=Math.floor(e[1]/i)*i+.5*i,e[2]=i,e}function Ki(t,n){return sa.range.apply(sa,Gi(t,n))}function to(t,n,e){var r=Gi(t,n);if(e){var i=hu.exec(e);if(i.shift(),"s"===i[8]){var o=sa.formatPrefix(Math.max(ba(r[0]),ba(r[1])));return i[7]||(i[7]="."+no(o.scale(r[2]))),i[8]="f",e=sa.format(i.join("")),function(t){return e(o.scale(t))+o.symbol}}i[7]||(i[7]="."+eo(i[8],r)),e=i.join("")}else e=",."+no(r[2])+"f";return sa.format(e)}function no(t){return-Math.floor(Math.log(t)/Math.LN10+.01)}function eo(t,n){var e=no(n[2]);return t in Es?Math.abs(e-no(Math.max(ba(n[0]),ba(n[1]))))+ +("e"!==t):e-2*("%"===t)}function ro(t,n,e,r){function i(t){return(e?Math.log(0>t?0:t):-Math.log(t>0?0:-t))/Math.log(n)}function o(t){return e?Math.pow(n,t):-Math.pow(n,-t)}function a(n){return t(i(n))}return a.invert=function(n){return o(t.invert(n))},a.domain=function(n){return arguments.length?(e=n[0]>=0,t.domain((r=n.map(Number)).map(i)),a):r},a.base=function(e){return arguments.length?(n=+e,t.domain(r.map(i)),a):n},a.nice=function(){var n=$i(r.map(i),e?Math:Ns);return t.domain(n),r=n.map(o),a},a.ticks=function(){var t=Hi(r),a=[],u=t[0],s=t[1],c=Math.floor(i(u)),l=Math.ceil(i(s)),f=n%1?2:n;if(isFinite(l-c)){if(e){for(;l>c;c++)for(var h=1;f>h;h++)a.push(o(c)*h);a.push(o(c))}else for(a.push(o(c));c++0;h--)a.push(o(c)*h);for(c=0;a[c]s;l--);a=a.slice(c,l)}return a},a.tickFormat=function(t,e){if(!arguments.length)return ks;arguments.length<2?e=ks:"function"!=typeof e&&(e=sa.format(e));var r=Math.max(1,n*t/a.ticks().length);return function(t){var a=t/o(Math.round(i(t)));return n-.5>a*n&&(a*=n),r>=a?e(t):""}},a.copy=function(){return ro(t.copy(),n,e,r)},Ji(a,t)}function io(t,n,e){function r(n){return t(i(n))}var i=oo(n),o=oo(1/n);return r.invert=function(n){return o(t.invert(n))},r.domain=function(n){return arguments.length?(t.domain((e=n.map(Number)).map(i)),r):e},r.ticks=function(t){return Ki(e,t)},r.tickFormat=function(t,n){return to(e,t,n)},r.nice=function(t){return r.domain(Qi(e,t))},r.exponent=function(a){return arguments.length?(i=oo(n=a),o=oo(1/n),t.domain(e.map(i)),r):n},r.copy=function(){return io(t.copy(),n,e)},Ji(r,t)}function oo(t){return function(n){return 0>n?-Math.pow(-n,t):Math.pow(n,t)}}function ao(t,n){function e(e){return o[((i.get(e)||("range"===n.t?i.set(e,t.push(e)):NaN))-1)%o.length]}function r(n,e){return sa.range(t.length).map(function(t){return n+e*t})}var i,o,a;return e.domain=function(r){if(!arguments.length)return t;t=[],i=new c;for(var o,a=-1,u=r.length;++ae?[NaN,NaN]:[e>0?u[e-1]:t[0],en?NaN:n/o+t,[n,n+1/o]},r.copy=function(){return so(t,n,e)},i()}function co(t,n){function e(e){return e>=e?n[sa.bisect(t,e)]:void 0}return e.domain=function(n){return arguments.length?(t=n,e):t},e.range=function(t){return arguments.length?(n=t,e):n},e.invertExtent=function(e){return e=n.indexOf(e),[t[e-1],t[e]]},e.copy=function(){return co(t,n)},e}function lo(t){function n(t){return+t}return n.invert=n,n.domain=n.range=function(e){return arguments.length?(t=e.map(n),n):t},n.ticks=function(n){return Ki(t,n)},n.tickFormat=function(n,e){return to(t,n,e)},n.copy=function(){return lo(t)},n}function fo(){return 0}function ho(t){return t.innerRadius}function po(t){return t.outerRadius}function go(t){return t.startAngle}function mo(t){return t.endAngle}function vo(t){return t&&t.padAngle}function yo(t,n,e,r){return(t-e)*n-(n-r)*t>0?0:1}function xo(t,n,e,r,i){var o=t[0]-n[0],a=t[1]-n[1],u=(i?r:-r)/Math.sqrt(o*o+a*a),s=u*a,c=-u*o,l=t[0]+s,f=t[1]+c,h=n[0]+s,p=n[1]+c,d=(l+h)/2,g=(f+p)/2,m=h-l,v=p-f,y=m*m+v*v,x=e-r,b=l*p-h*f,M=(0>v?-1:1)*Math.sqrt(Math.max(0,x*x*y-b*b)),_=(b*v-m*M)/y,w=(-b*m-v*M)/y,S=(b*v+m*M)/y,E=(-b*m+v*M)/y,k=_-d,N=w-g,A=S-d,q=E-g;return k*k+N*N>A*A+q*q&&(_=S,w=E),[[_-s,w-c],[_*e/x,w*e/x]]}function bo(t){function n(n){function a(){c.push("M",o(t(l),u))}for(var s,c=[],l=[],f=-1,h=n.length,p=kt(e),d=kt(r);++f1?t.join("L"):t+"Z"}function _o(t){return t.join("L")+"Z"}function wo(t){for(var n=0,e=t.length,r=t[0],i=[r[0],",",r[1]];++n1&&i.push("H",r[0]),i.join("")}function So(t){for(var n=0,e=t.length,r=t[0],i=[r[0],",",r[1]];++n1){u=n[1],o=t[s],s++,r+="C"+(i[0]+a[0])+","+(i[1]+a[1])+","+(o[0]-u[0])+","+(o[1]-u[1])+","+o[0]+","+o[1];for(var c=2;c9&&(i=3*n/Math.sqrt(i),a[u]=i*e,a[u+1]=i*r));for(u=-1;++u<=s;)i=(t[Math.min(s,u+1)][0]-t[Math.max(0,u-1)][0])/(6*(1+a[u]*a[u])),o.push([i||0,a[u]*i||0]);return o}function Io(t){return t.length<3?Mo(t):t[0]+qo(t,Do(t))}function Fo(t){for(var n,e,r,i=-1,o=t.length;++i=n?a(t-n):void(l.c=a)}function a(e){var i=d.active,o=d[i];o&&(o.timer.c=null,o.timer.t=NaN,--d.count,delete d[i],o.event&&o.event.interrupt.call(t,t.__data__,o.index));for(var a in d)if(r>+a){var c=d[a];c.timer.c=null,c.timer.t=NaN,--d.count,delete d[a]}l.c=u,Tt(function(){return l.c&&u(e||1)&&(l.c=null,l.t=NaN),1},0,s),d.active=r,g.event&&g.event.start.call(t,t.__data__,n),p=[],g.tween.forEach(function(e,r){(r=r.call(t,t.__data__,n))&&p.push(r)}),h=g.ease,f=g.duration}function u(i){for(var o=i/f,a=h(o),u=p.length;u>0;)p[--u].call(t,a);return o>=1?(g.event&&g.event.end.call(t,t.__data__,n),--d.count?delete d[r]:delete t[e],1):void 0}var s,l,f,h,p,d=t[e]||(t[e]={active:0,count:0}),g=d[r];g||(s=i.time,l=Tt(o,0,s),g=d[r]={tween:new c,time:s,timer:l,delay:i.delay,duration:i.duration,ease:i.ease,index:n},i=null,++d.count)}function na(t,n,e){t.attr("transform",function(t){var r=n(t);return"translate("+(isFinite(r)?r:e(t))+",0)"})}function ea(t,n,e){t.attr("transform",function(t){var r=n(t);return"translate(0,"+(isFinite(r)?r:e(t))+")"})}function ra(t){return t.toISOString()}function ia(t,n,e){function r(n){return t(n)}function i(t,e){var r=t[1]-t[0],i=r/e,o=sa.bisect(Gs,i);return o==Gs.length?[n.year,Gi(t.map(function(t){return t/31536e6}),e)[2]]:o?n[i/Gs[o-1]1?{floor:function(n){for(;e(n=t.floor(n));)n=oa(n-1);return n},ceil:function(n){for(;e(n=t.ceil(n));)n=oa(+n+1);return n}}:t))},r.ticks=function(t,n){var e=Hi(r.domain()),o=null==t?i(e,10):"number"==typeof t?i(e,t):!t.range&&[{range:t},n];return o&&(t=o[0],n=o[1]),t.range(e[0],oa(+e[1]+1),1>n?1:n)},r.tickFormat=function(){return e},r.copy=function(){return ia(t.copy(),n,e)},Ji(r,t)}function oa(t){return new Date(t)}function aa(t){return JSON.parse(t.responseText)}function ua(t){var n=fa.createRange();return n.selectNode(fa.body),n.createContextualFragment(t.responseText)}var sa={version:"3.5.17"},ca=[].slice,la=function(t){return ca.call(t)},fa=this.document;if(fa)try{la(fa.documentElement.childNodes)[0].nodeType}catch(ha){la=function(t){for(var n=t.length,e=new Array(n);n--;)e[n]=t[n];return e}}if(Date.now||(Date.now=function(){return+new Date}),fa)try{fa.createElement("DIV").style.setProperty("opacity",0,"")}catch(pa){var da=this.Element.prototype,ga=da.setAttribute,ma=da.setAttributeNS,va=this.CSSStyleDeclaration.prototype,ya=va.setProperty;da.setAttribute=function(t,n){ga.call(this,t,n+"")},da.setAttributeNS=function(t,n,e){ma.call(this,t,n,e+"")},va.setProperty=function(t,n,e){ya.call(this,t,n+"",e)}}sa.ascending=e,sa.descending=function(t,n){return t>n?-1:n>t?1:n>=t?0:NaN},sa.min=function(t,n){var e,r,i=-1,o=t.length;if(1===arguments.length){for(;++i=r){e=r;break}for(;++ir&&(e=r)}else{for(;++i=r){e=r;break}for(;++ir&&(e=r); +}return e},sa.max=function(t,n){var e,r,i=-1,o=t.length;if(1===arguments.length){for(;++i=r){e=r;break}for(;++ie&&(e=r)}else{for(;++i=r){e=r;break}for(;++ie&&(e=r)}return e},sa.extent=function(t,n){var e,r,i,o=-1,a=t.length;if(1===arguments.length){for(;++o=r){e=i=r;break}for(;++or&&(e=r),r>i&&(i=r))}else{for(;++o=r){e=i=r;break}for(;++or&&(e=r),r>i&&(i=r))}return[e,i]},sa.sum=function(t,n){var e,r=0,o=t.length,a=-1;if(1===arguments.length)for(;++a1?s/(l-1):void 0},sa.deviation=function(){var t=sa.variance.apply(this,arguments);return t?Math.sqrt(t):t};var xa=o(e);sa.bisectLeft=xa.left,sa.bisect=sa.bisectRight=xa.right,sa.bisector=function(t){return o(1===t.length?function(n,r){return e(t(n),r)}:t)},sa.shuffle=function(t,n,e){(o=arguments.length)<3&&(e=t.length,2>o&&(n=0));for(var r,i,o=e-n;o;)i=Math.random()*o--|0,r=t[o+n],t[o+n]=t[i+n],t[i+n]=r;return t},sa.permute=function(t,n){for(var e=n.length,r=new Array(e);e--;)r[e]=t[n[e]];return r},sa.pairs=function(t){for(var n,e=0,r=t.length-1,i=t[0],o=new Array(0>r?0:r);r>e;)o[e]=[n=i,i=t[++e]];return o},sa.transpose=function(t){if(!(i=t.length))return[];for(var n=-1,e=sa.min(t,a),r=new Array(e);++n=0;)for(r=t[i],n=r.length;--n>=0;)e[--a]=r[n];return e};var ba=Math.abs;sa.range=function(t,n,e){if(arguments.length<3&&(e=1,arguments.length<2&&(n=t,t=0)),(n-t)/e===1/0)throw new Error("infinite range");var r,i=[],o=u(ba(e)),a=-1;if(t*=o,n*=o,e*=o,0>e)for(;(r=t+e*++a)>n;)i.push(r/o);else for(;(r=t+e*++a)=o.length)return r?r.call(i,a):e?a.sort(e):a;for(var s,l,f,h,p=-1,d=a.length,g=o[u++],m=new c;++p=o.length)return t;var r=[],i=a[e++];return t.forEach(function(t,i){r.push({key:t,values:n(i,e)})}),i?r.sort(function(t,n){return i(t.key,n.key)}):r}var e,r,i={},o=[],a=[];return i.map=function(n,e){return t(e,n,0)},i.entries=function(e){return n(t(sa.map,e,0),0)},i.key=function(t){return o.push(t),i},i.sortKeys=function(t){return a[o.length-1]=t,i},i.sortValues=function(t){return e=t,i},i.rollup=function(t){return r=t,i},i},sa.set=function(t){var n=new v;if(t)for(var e=0,r=t.length;r>e;++e)n.add(t[e]);return n},s(v,{has:h,add:function(t){return this._[l(t+="")]=!0,t},remove:p,values:d,size:g,empty:m,forEach:function(t){for(var n in this._)t.call(this,f(n))}}),sa.behavior={},sa.rebind=function(t,n){for(var e,r=1,i=arguments.length;++r=0&&(r=t.slice(e+1),t=t.slice(0,e)),t)return arguments.length<2?this[t].on(r):this[t].on(r,n);if(2===arguments.length){if(null==n)for(t in this)this.hasOwnProperty(t)&&this[t].on(r,null);return this}},sa.event=null,sa.requote=function(t){return t.replace(Sa,"\\$&")};var Sa=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g,Ea={}.__proto__?function(t,n){t.__proto__=n}:function(t,n){for(var e in n)t[e]=n[e]},ka=function(t,n){return n.querySelector(t)},Na=function(t,n){return n.querySelectorAll(t)},Aa=function(t,n){var e=t.matches||t[b(t,"matchesSelector")];return(Aa=function(t,n){return e.call(t,n)})(t,n)};"function"==typeof Sizzle&&(ka=function(t,n){return Sizzle(t,n)[0]||null},Na=Sizzle,Aa=Sizzle.matchesSelector),sa.selection=function(){return sa.select(fa.documentElement)};var qa=sa.selection.prototype=[];qa.select=function(t){var n,e,r,i,o=[];t=A(t);for(var a=-1,u=this.length;++a=0&&"xmlns"!==(e=t.slice(0,n))&&(t=t.slice(n+1)),Ta.hasOwnProperty(e)?{space:Ta[e],local:t}:t}},qa.attr=function(t,n){if(arguments.length<2){if("string"==typeof t){var e=this.node();return t=sa.ns.qualify(t),t.local?e.getAttributeNS(t.space,t.local):e.getAttribute(t)}for(n in t)this.each(C(n,t[n]));return this}return this.each(C(t,n))},qa.classed=function(t,n){if(arguments.length<2){if("string"==typeof t){var e=this.node(),r=(t=z(t)).length,i=-1;if(n=e.classList){for(;++ii){if("string"!=typeof t){2>i&&(e="");for(r in t)this.each(R(r,t[r],e));return this}if(2>i){var o=this.node();return n(o).getComputedStyle(o,null).getPropertyValue(t)}r=""}return this.each(R(t,e,r))},qa.property=function(t,n){if(arguments.length<2){if("string"==typeof t)return this.node()[t];for(n in t)this.each(L(n,t[n]));return this}return this.each(L(t,n))},qa.text=function(t){return arguments.length?this.each("function"==typeof t?function(){var n=t.apply(this,arguments);this.textContent=null==n?"":n}:null==t?function(){this.textContent=""}:function(){this.textContent=t}):this.node().textContent},qa.html=function(t){return arguments.length?this.each("function"==typeof t?function(){var n=t.apply(this,arguments);this.innerHTML=null==n?"":n}:null==t?function(){this.innerHTML=""}:function(){this.innerHTML=t}):this.node().innerHTML},qa.append=function(t){return t=U(t),this.select(function(){return this.appendChild(t.apply(this,arguments))})},qa.insert=function(t,n){return t=U(t),n=A(n),this.select(function(){return this.insertBefore(t.apply(this,arguments),n.apply(this,arguments)||null)})},qa.remove=function(){return this.each(D)},qa.data=function(t,n){function e(t,e){var r,i,o,a=t.length,f=e.length,h=Math.min(a,f),p=new Array(f),d=new Array(f),g=new Array(a);if(n){var m,v=new c,y=new Array(a);for(r=-1;++rr;++r)d[r]=I(e[r]);for(;a>r;++r)g[r]=t[r]}d.update=p,d.parentNode=p.parentNode=g.parentNode=t.parentNode,u.push(d),s.push(p),l.push(g)}var r,i,o=-1,a=this.length;if(!arguments.length){for(t=new Array(a=(r=this[0]).length);++oo;o++){i.push(n=[]),n.parentNode=(e=this[o]).parentNode;for(var u=0,s=e.length;s>u;u++)(r=e[u])&&t.call(r,r.__data__,u,o)&&n.push(r)}return N(i)},qa.order=function(){for(var t=-1,n=this.length;++t=0;)(e=r[i])&&(o&&o!==e.nextSibling&&o.parentNode.insertBefore(e,o),o=e);return this},qa.sort=function(t){t=B.apply(this,arguments);for(var n=-1,e=this.length;++nt;t++)for(var e=this[t],r=0,i=e.length;i>r;r++){var o=e[r];if(o)return o}return null},qa.size=function(){var t=0;return H(this,function(){++t}),t};var ja=[];sa.selection.enter=Y,sa.selection.enter.prototype=ja,ja.append=qa.append,ja.empty=qa.empty,ja.node=qa.node,ja.call=qa.call,ja.size=qa.size,ja.select=function(t){for(var n,e,r,i,o,a=[],u=-1,s=this.length;++ur){if("string"!=typeof t){2>r&&(n=!1);for(e in t)this.each($(e,t[e],n));return this}if(2>r)return(r=this.node()["__on"+t])&&r._;e=!1}return this.each($(t,n,e))};var za=sa.map({mouseenter:"mouseover",mouseleave:"mouseout"});fa&&za.forEach(function(t){"on"+t in fa&&za.remove(t)});var Oa,Pa=0;sa.mouse=function(t){return J(t,E())};var Ra=this.navigator&&/WebKit/.test(this.navigator.userAgent)?-1:0;sa.touch=function(t,n,e){if(arguments.length<3&&(e=n,n=E().changedTouches),n)for(var r,i=0,o=n.length;o>i;++i)if((r=n[i]).identifier===e)return J(t,r)},sa.behavior.drag=function(){function t(){this.on("mousedown.drag",o).on("touchstart.drag",a)}function e(t,n,e,o,a){return function(){function u(){var t,e,r=n(h,g);r&&(t=r[0]-x[0],e=r[1]-x[1],d|=t|e,x=r,p({type:"drag",x:r[0]+c[0],y:r[1]+c[1],dx:t,dy:e}))}function s(){n(h,g)&&(v.on(o+m,null).on(a+m,null),y(d),p({type:"dragend"}))}var c,l=this,f=sa.event.target.correspondingElement||sa.event.target,h=l.parentNode,p=r.of(l,arguments),d=0,g=t(),m=".drag"+(null==g?"":"-"+g),v=sa.select(e(f)).on(o+m,u).on(a+m,s),y=Z(f),x=n(h,g);i?(c=i.apply(l,arguments),c=[c.x-x[0],c.y-x[1]]):c=[0,0],p({type:"dragstart"})}}var r=k(t,"drag","dragstart","dragend"),i=null,o=e(M,sa.mouse,n,"mousemove","mouseup"),a=e(Q,sa.touch,y,"touchmove","touchend");return t.origin=function(n){return arguments.length?(i=n,t):i},sa.rebind(t,r,"on")},sa.touches=function(t,n){return arguments.length<2&&(n=E().touches),n?la(n).map(function(n){var e=J(t,n);return e.identifier=n.identifier,e}):[]};var La=1e-6,Ua=La*La,Da=Math.PI,Ia=2*Da,Fa=Ia-La,Ba=Da/2,Ha=Da/180,Ya=180/Da,Xa=Math.SQRT2,$a=2,Wa=4;sa.interpolateZoom=function(t,n){var e,r,i=t[0],o=t[1],a=t[2],u=n[0],s=n[1],c=n[2],l=u-i,f=s-o,h=l*l+f*f;if(Ua>h)r=Math.log(c/a)/Xa,e=function(t){return[i+t*l,o+t*f,a*Math.exp(Xa*t*r)]};else{var p=Math.sqrt(h),d=(c*c-a*a+Wa*h)/(2*a*$a*p),g=(c*c-a*a-Wa*h)/(2*c*$a*p),m=Math.log(Math.sqrt(d*d+1)-d),v=Math.log(Math.sqrt(g*g+1)-g);r=(v-m)/Xa,e=function(t){var n=t*r,e=rt(m),u=a/($a*p)*(e*it(Xa*n+m)-et(m));return[i+u*l,o+u*f,a*e/rt(Xa*n+m)]}}return e.duration=1e3*r,e},sa.behavior.zoom=function(){function t(t){t.on(T,f).on(Za+".zoom",p).on("dblclick.zoom",d).on(O,h)}function e(t){return[(t[0]-E.x)/E.k,(t[1]-E.y)/E.k]}function r(t){return[t[0]*E.k+E.x,t[1]*E.k+E.y]}function i(t){E.k=Math.max(A[0],Math.min(A[1],t))}function o(t,n){n=r(n),E.x+=t[0]-n[0],E.y+=t[1]-n[1]}function a(n,e,r,a){n.__chart__={x:E.x,y:E.y,k:E.k},i(Math.pow(2,a)),o(m=e,r),n=sa.select(n),q>0&&(n=n.transition().duration(q)),n.call(t.event)}function u(){M&&M.domain(b.range().map(function(t){return(t-E.x)/E.k}).map(b.invert)),w&&w.domain(_.range().map(function(t){return(t-E.y)/E.k}).map(_.invert))}function s(t){C++||t({type:"zoomstart"})}function c(t){u(),t({type:"zoom",scale:E.k,translate:[E.x,E.y]})}function l(t){--C||(t({type:"zoomend"}),m=null)}function f(){function t(){u=1,o(sa.mouse(i),h),c(a)}function r(){f.on(j,null).on(z,null),p(u),l(a)}var i=this,a=P.of(i,arguments),u=0,f=sa.select(n(i)).on(j,t).on(z,r),h=e(sa.mouse(i)),p=Z(i);Bs.call(i),s(a)}function h(){function t(){var t=sa.touches(d);return p=E.k,t.forEach(function(t){t.identifier in m&&(m[t.identifier]=e(t))}),t}function n(){var n=sa.event.target;sa.select(n).on(b,r).on(M,u),_.push(n);for(var e=sa.event.changedTouches,i=0,o=e.length;o>i;++i)m[e[i].identifier]=null;var s=t(),c=Date.now();if(1===s.length){if(500>c-x){var l=s[0];a(d,l,m[l.identifier],Math.floor(Math.log(E.k)/Math.LN2)+1),S()}x=c}else if(s.length>1){var l=s[0],f=s[1],h=l[0]-f[0],p=l[1]-f[1];v=h*h+p*p}}function r(){var t,n,e,r,a=sa.touches(d);Bs.call(d);for(var u=0,s=a.length;s>u;++u,r=null)if(e=a[u],r=m[e.identifier]){if(n)break;t=e,n=r}if(r){var l=(l=e[0]-t[0])*l+(l=e[1]-t[1])*l,f=v&&Math.sqrt(l/v);t=[(t[0]+e[0])/2,(t[1]+e[1])/2],n=[(n[0]+r[0])/2,(n[1]+r[1])/2],i(f*p)}x=null,o(t,n),c(g)}function u(){if(sa.event.touches.length){for(var n=sa.event.changedTouches,e=0,r=n.length;r>e;++e)delete m[n[e].identifier];for(var i in m)return void t()}sa.selectAll(_).on(y,null),w.on(T,f).on(O,h),k(),l(g)}var p,d=this,g=P.of(d,arguments),m={},v=0,y=".zoom-"+sa.event.changedTouches[0].identifier,b="touchmove"+y,M="touchend"+y,_=[],w=sa.select(d),k=Z(d);n(),s(g),w.on(T,null).on(O,n)}function p(){var t=P.of(this,arguments);y?clearTimeout(y):(Bs.call(this),g=e(m=v||sa.mouse(this)),s(t)),y=setTimeout(function(){y=null,l(t)},50),S(),i(Math.pow(2,.002*Va())*E.k),o(m,g),c(t)}function d(){var t=sa.mouse(this),n=Math.log(E.k)/Math.LN2;a(this,t,e(t),sa.event.shiftKey?Math.ceil(n)-1:Math.floor(n)+1)}var g,m,v,y,x,b,M,_,w,E={x:0,y:0,k:1},N=[960,500],A=Ja,q=250,C=0,T="mousedown.zoom",j="mousemove.zoom",z="mouseup.zoom",O="touchstart.zoom",P=k(t,"zoomstart","zoom","zoomend");return Za||(Za="onwheel"in fa?(Va=function(){return-sa.event.deltaY*(sa.event.deltaMode?120:1)},"wheel"):"onmousewheel"in fa?(Va=function(){return sa.event.wheelDelta},"mousewheel"):(Va=function(){return-sa.event.detail},"MozMousePixelScroll")),t.event=function(t){t.each(function(){var t=P.of(this,arguments),n=E;Is?sa.select(this).transition().each("start.zoom",function(){E=this.__chart__||{x:0,y:0,k:1},s(t)}).tween("zoom:zoom",function(){var e=N[0],r=N[1],i=m?m[0]:e/2,o=m?m[1]:r/2,a=sa.interpolateZoom([(i-E.x)/E.k,(o-E.y)/E.k,e/E.k],[(i-n.x)/n.k,(o-n.y)/n.k,e/n.k]);return function(n){var r=a(n),u=e/r[2];this.__chart__=E={x:i-r[0]*u,y:o-r[1]*u,k:u},c(t)}}).each("interrupt.zoom",function(){l(t)}).each("end.zoom",function(){l(t)}):(this.__chart__=E,s(t),c(t),l(t))})},t.translate=function(n){return arguments.length?(E={x:+n[0],y:+n[1],k:E.k},u(),t):[E.x,E.y]},t.scale=function(n){return arguments.length?(E={x:E.x,y:E.y,k:null},i(+n),u(),t):E.k},t.scaleExtent=function(n){return arguments.length?(A=null==n?Ja:[+n[0],+n[1]],t):A},t.center=function(n){return arguments.length?(v=n&&[+n[0],+n[1]],t):v},t.size=function(n){return arguments.length?(N=n&&[+n[0],+n[1]],t):N},t.duration=function(n){return arguments.length?(q=+n,t):q},t.x=function(n){return arguments.length?(M=n,b=n.copy(),E={x:0,y:0,k:1},t):M},t.y=function(n){return arguments.length?(w=n,_=n.copy(),E={x:0,y:0,k:1},t):w},sa.rebind(t,P,"on")};var Va,Za,Ja=[0,1/0];sa.color=at,at.prototype.toString=function(){return this.rgb()+""},sa.hsl=ut;var Qa=ut.prototype=new at;Qa.brighter=function(t){return t=Math.pow(.7,arguments.length?t:1),new ut(this.h,this.s,this.l/t)},Qa.darker=function(t){return t=Math.pow(.7,arguments.length?t:1),new ut(this.h,this.s,t*this.l)},Qa.rgb=function(){return st(this.h,this.s,this.l)},sa.hcl=ct;var Ga=ct.prototype=new at;Ga.brighter=function(t){return new ct(this.h,this.c,Math.min(100,this.l+Ka*(arguments.length?t:1)))},Ga.darker=function(t){return new ct(this.h,this.c,Math.max(0,this.l-Ka*(arguments.length?t:1)))},Ga.rgb=function(){return lt(this.h,this.c,this.l).rgb()},sa.lab=ft;var Ka=18,tu=.95047,nu=1,eu=1.08883,ru=ft.prototype=new at;ru.brighter=function(t){return new ft(Math.min(100,this.l+Ka*(arguments.length?t:1)),this.a,this.b)},ru.darker=function(t){return new ft(Math.max(0,this.l-Ka*(arguments.length?t:1)),this.a,this.b)},ru.rgb=function(){return ht(this.l,this.a,this.b)},sa.rgb=vt;var iu=vt.prototype=new at;iu.brighter=function(t){t=Math.pow(.7,arguments.length?t:1);var n=this.r,e=this.g,r=this.b,i=30;return n||e||r?(n&&i>n&&(n=i),e&&i>e&&(e=i),r&&i>r&&(r=i),new vt(Math.min(255,n/t),Math.min(255,e/t),Math.min(255,r/t))):new vt(i,i,i)},iu.darker=function(t){return t=Math.pow(.7,arguments.length?t:1),new vt(t*this.r,t*this.g,t*this.b)},iu.hsl=function(){return _t(this.r,this.g,this.b)},iu.toString=function(){return"#"+bt(this.r)+bt(this.g)+bt(this.b)};var ou=sa.map({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074});ou.forEach(function(t,n){ou.set(t,yt(n))}),sa.functor=kt,sa.xhr=Nt(y),sa.dsv=function(t,n){function e(t,e,o){arguments.length<3&&(o=e,e=null);var a=At(t,n,null==e?r:i(e),o);return a.row=function(t){return arguments.length?a.response(null==(e=t)?r:i(t)):e},a}function r(t){return e.parse(t.responseText)}function i(t){return function(n){return e.parse(n.responseText,t)}}function o(n){return n.map(a).join(t)}function a(t){return u.test(t)?'"'+t.replace(/\"/g,'""')+'"':t}var u=new RegExp('["'+t+"\n]"),s=t.charCodeAt(0);return e.parse=function(t,n){var r;return e.parseRows(t,function(t,e){if(r)return r(t,e-1);var i=new Function("d","return {"+t.map(function(t,n){return JSON.stringify(t)+": d["+n+"]"}).join(",")+"}");r=n?function(t,e){return n(i(t),e)}:i})},e.parseRows=function(t,n){function e(){if(l>=c)return a;if(i)return i=!1,o;var n=l;if(34===t.charCodeAt(n)){for(var e=n;e++l;){var r=t.charCodeAt(l++),u=1;if(10===r)i=!0;else if(13===r)i=!0,10===t.charCodeAt(l)&&(++l,++u);else if(r!==s)continue;return t.slice(n,l-u)}return t.slice(n)}for(var r,i,o={},a={},u=[],c=t.length,l=0,f=0;(r=e())!==a;){for(var h=[];r!==o&&r!==a;)h.push(r),r=e();n&&null==(h=n(h,f++))||u.push(h)}return u},e.format=function(n){if(Array.isArray(n[0]))return e.formatRows(n);var r=new v,i=[];return n.forEach(function(t){for(var n in t)r.has(n)||i.push(r.add(n))}),[i.map(a).join(t)].concat(n.map(function(n){return i.map(function(t){return a(n[t])}).join(t)})).join("\n")},e.formatRows=function(t){return t.map(o).join("\n")},e},sa.csv=sa.dsv(",","text/csv"),sa.tsv=sa.dsv(" ","text/tab-separated-values");var au,uu,su,cu,lu=this[b(this,"requestAnimationFrame")]||function(t){setTimeout(t,17)};sa.timer=function(){Tt.apply(this,arguments)},sa.timer.flush=function(){zt(),Ot()},sa.round=function(t,n){return n?Math.round(t*(n=Math.pow(10,n)))/n:Math.round(t)};var fu=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"].map(Rt);sa.formatPrefix=function(t,n){var e=0;return(t=+t)&&(0>t&&(t*=-1),n&&(t=sa.round(t,Pt(t,n))),e=1+Math.floor(1e-12+Math.log(t)/Math.LN10),e=Math.max(-24,Math.min(24,3*Math.floor((e-1)/3)))),fu[8+e/3]};var hu=/(?:([^{])?([<>=^]))?([+\- ])?([$#])?(0)?(\d+)?(,)?(\.-?\d+)?([a-z%])?/i,pu=sa.map({b:function(t){return t.toString(2)},c:function(t){return String.fromCharCode(t)},o:function(t){return t.toString(8)},x:function(t){return t.toString(16)},X:function(t){return t.toString(16).toUpperCase()},g:function(t,n){return t.toPrecision(n)},e:function(t,n){return t.toExponential(n)},f:function(t,n){return t.toFixed(n)},r:function(t,n){return(t=sa.round(t,Pt(t,n))).toFixed(Math.max(0,Math.min(20,Pt(t*(1+1e-15),n))))}}),du=sa.time={},gu=Date;Dt.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){mu.setUTCDate.apply(this._,arguments)},setDay:function(){mu.setUTCDay.apply(this._,arguments)},setFullYear:function(){mu.setUTCFullYear.apply(this._,arguments)},setHours:function(){mu.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){mu.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){mu.setUTCMinutes.apply(this._,arguments)},setMonth:function(){mu.setUTCMonth.apply(this._,arguments)},setSeconds:function(){mu.setUTCSeconds.apply(this._,arguments)},setTime:function(){mu.setTime.apply(this._,arguments)}};var mu=Date.prototype;du.year=It(function(t){return t=du.day(t),t.setMonth(0,1),t},function(t,n){t.setFullYear(t.getFullYear()+n)},function(t){return t.getFullYear()}),du.years=du.year.range,du.years.utc=du.year.utc.range,du.day=It(function(t){var n=new gu(2e3,0);return n.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()),n},function(t,n){t.setDate(t.getDate()+n)},function(t){return t.getDate()-1}),du.days=du.day.range,du.days.utc=du.day.utc.range,du.dayOfYear=function(t){var n=du.year(t);return Math.floor((t-n-6e4*(t.getTimezoneOffset()-n.getTimezoneOffset()))/864e5)},["sunday","monday","tuesday","wednesday","thursday","friday","saturday"].forEach(function(t,n){n=7-n;var e=du[t]=It(function(t){return(t=du.day(t)).setDate(t.getDate()-(t.getDay()+n)%7),t},function(t,n){t.setDate(t.getDate()+7*Math.floor(n))},function(t){var e=du.year(t).getDay();return Math.floor((du.dayOfYear(t)+(e+n)%7)/7)-(e!==n)});du[t+"s"]=e.range,du[t+"s"].utc=e.utc.range,du[t+"OfYear"]=function(t){var e=du.year(t).getDay();return Math.floor((du.dayOfYear(t)+(e+n)%7)/7)}}),du.week=du.sunday,du.weeks=du.sunday.range,du.weeks.utc=du.sunday.utc.range,du.weekOfYear=du.sundayOfYear;var vu={"-":"",_:" ",0:"0"},yu=/^\s*\d+/,xu=/^%/;sa.locale=function(t){return{numberFormat:Lt(t),timeFormat:Bt(t)}};var bu=sa.locale({decimal:".",thousands:",",grouping:[3],currency:["$",""],dateTime:"%a %b %e %X %Y",date:"%m/%d/%Y",time:"%H:%M:%S",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});sa.format=bu.numberFormat,sa.geo={},ln.prototype={s:0,t:0,add:function(t){fn(t,this.t,Mu),fn(Mu.s,this.s,this),this.s?this.t+=Mu.t:this.s=Mu.t},reset:function(){this.s=this.t=0},valueOf:function(){return this.s}};var Mu=new ln;sa.geo.stream=function(t,n){t&&_u.hasOwnProperty(t.type)?_u[t.type](t,n):hn(t,n)};var _u={Feature:function(t,n){hn(t.geometry,n)},FeatureCollection:function(t,n){for(var e=t.features,r=-1,i=e.length;++rt?4*Da+t:t,ku.lineStart=ku.lineEnd=ku.point=M}};sa.geo.bounds=function(){function t(t,n){x.push(b=[l=t,h=t]),f>n&&(f=n),n>p&&(p=n)}function n(n,e){var r=mn([n*Ha,e*Ha]);if(v){var i=yn(v,r),o=[i[1],-i[0],0],a=yn(o,i);Mn(a),a=_n(a);var s=n-d,c=s>0?1:-1,g=a[0]*Ya*c,m=ba(s)>180;if(m^(g>c*d&&c*n>g)){var y=a[1]*Ya;y>p&&(p=y)}else if(g=(g+360)%360-180,m^(g>c*d&&c*n>g)){var y=-a[1]*Ya;f>y&&(f=y)}else f>e&&(f=e),e>p&&(p=e);m?d>n?u(l,n)>u(l,h)&&(h=n):u(n,h)>u(l,h)&&(l=n):h>=l?(l>n&&(l=n),n>h&&(h=n)):n>d?u(l,n)>u(l,h)&&(h=n):u(n,h)>u(l,h)&&(l=n)}else t(n,e);v=r,d=n}function e(){M.point=n}function r(){b[0]=l,b[1]=h,M.point=t,v=null}function i(t,e){if(v){var r=t-d;y+=ba(r)>180?r+(r>0?360:-360):r}else g=t,m=e;ku.point(t,e),n(t,e)}function o(){ku.lineStart()}function a(){i(g,m),ku.lineEnd(),ba(y)>La&&(l=-(h=180)),b[0]=l,b[1]=h,v=null}function u(t,n){return(n-=t)<0?n+360:n}function s(t,n){return t[0]-n[0]}function c(t,n){return n[0]<=n[1]?n[0]<=t&&t<=n[1]:tEu?(l=-(h=180),f=-(p=90)):y>La?p=90:-La>y&&(f=-90),b[0]=l,b[1]=h}};return function(t){p=h=-(l=f=1/0),x=[],sa.geo.stream(t,M);var n=x.length;if(n){x.sort(s);for(var e,r=1,i=x[0],o=[i];n>r;++r)e=x[r],c(e[0],i)||c(e[1],i)?(u(i[0],e[1])>u(i[0],i[1])&&(i[1]=e[1]),u(e[0],i[1])>u(i[0],i[1])&&(i[0]=e[0])):o.push(i=e);for(var a,e,d=-(1/0),n=o.length-1,r=0,i=o[n];n>=r;i=e,++r)e=o[r],(a=u(i[1],e[0]))>d&&(d=a,l=e[0],h=i[1])}return x=b=null,l===1/0||f===1/0?[[NaN,NaN],[NaN,NaN]]:[[l,f],[h,p]]}}(),sa.geo.centroid=function(t){Nu=Au=qu=Cu=Tu=ju=zu=Ou=Pu=Ru=Lu=0,sa.geo.stream(t,Uu);var n=Pu,e=Ru,r=Lu,i=n*n+e*e+r*r;return Ua>i&&(n=ju,e=zu,r=Ou,La>Au&&(n=qu,e=Cu,r=Tu),i=n*n+e*e+r*r,Ua>i)?[NaN,NaN]:[Math.atan2(e,n)*Ya,nt(r/Math.sqrt(i))*Ya]};var Nu,Au,qu,Cu,Tu,ju,zu,Ou,Pu,Ru,Lu,Uu={sphere:M,point:Sn,lineStart:kn,lineEnd:Nn,polygonStart:function(){Uu.lineStart=An},polygonEnd:function(){Uu.lineStart=kn}},Du=On(Cn,Un,In,[-Da,-Da/2]),Iu=1e9;sa.geo.clipExtent=function(){var t,n,e,r,i,o,a={stream:function(t){return i&&(i.valid=!1),i=o(t),i.valid=!0,i},extent:function(u){return arguments.length?(o=Yn(t=+u[0][0],n=+u[0][1],e=+u[1][0],r=+u[1][1]),i&&(i.valid=!1,i=null),a):[[t,n],[e,r]]}};return a.extent([[0,0],[960,500]])},(sa.geo.conicEqualArea=function(){return Xn($n)}).raw=$n,sa.geo.albers=function(){return sa.geo.conicEqualArea().rotate([96,0]).center([-.6,38.7]).parallels([29.5,45.5]).scale(1070)},sa.geo.albersUsa=function(){function t(t){var o=t[0],a=t[1];return n=null,e(o,a),n||(r(o,a),n)||i(o,a),n}var n,e,r,i,o=sa.geo.albers(),a=sa.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),u=sa.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),s={point:function(t,e){n=[t,e]}};return t.invert=function(t){var n=o.scale(),e=o.translate(),r=(t[0]-e[0])/n,i=(t[1]-e[1])/n;return(i>=.12&&.234>i&&r>=-.425&&-.214>r?a:i>=.166&&.234>i&&r>=-.214&&-.115>r?u:o).invert(t)},t.stream=function(t){var n=o.stream(t),e=a.stream(t),r=u.stream(t);return{point:function(t,i){n.point(t,i),e.point(t,i),r.point(t,i)},sphere:function(){n.sphere(),e.sphere(),r.sphere()},lineStart:function(){n.lineStart(),e.lineStart(),r.lineStart()},lineEnd:function(){n.lineEnd(),e.lineEnd(),r.lineEnd()},polygonStart:function(){n.polygonStart(),e.polygonStart(),r.polygonStart()},polygonEnd:function(){n.polygonEnd(),e.polygonEnd(), +r.polygonEnd()}}},t.precision=function(n){return arguments.length?(o.precision(n),a.precision(n),u.precision(n),t):o.precision()},t.scale=function(n){return arguments.length?(o.scale(n),a.scale(.35*n),u.scale(n),t.translate(o.translate())):o.scale()},t.translate=function(n){if(!arguments.length)return o.translate();var c=o.scale(),l=+n[0],f=+n[1];return e=o.translate(n).clipExtent([[l-.455*c,f-.238*c],[l+.455*c,f+.238*c]]).stream(s).point,r=a.translate([l-.307*c,f+.201*c]).clipExtent([[l-.425*c+La,f+.12*c+La],[l-.214*c-La,f+.234*c-La]]).stream(s).point,i=u.translate([l-.205*c,f+.212*c]).clipExtent([[l-.214*c+La,f+.166*c+La],[l-.115*c-La,f+.234*c-La]]).stream(s).point,t},t.scale(1070)};var Fu,Bu,Hu,Yu,Xu,$u,Wu={point:M,lineStart:M,lineEnd:M,polygonStart:function(){Bu=0,Wu.lineStart=Wn},polygonEnd:function(){Wu.lineStart=Wu.lineEnd=Wu.point=M,Fu+=ba(Bu/2)}},Vu={point:Vn,lineStart:M,lineEnd:M,polygonStart:M,polygonEnd:M},Zu={point:Qn,lineStart:Gn,lineEnd:Kn,polygonStart:function(){Zu.lineStart=te},polygonEnd:function(){Zu.point=Qn,Zu.lineStart=Gn,Zu.lineEnd=Kn}};sa.geo.path=function(){function t(t){return t&&("function"==typeof u&&o.pointRadius(+u.apply(this,arguments)),a&&a.valid||(a=i(o)),sa.geo.stream(t,a)),o.result()}function n(){return a=null,t}var e,r,i,o,a,u=4.5;return t.area=function(t){return Fu=0,sa.geo.stream(t,i(Wu)),Fu},t.centroid=function(t){return qu=Cu=Tu=ju=zu=Ou=Pu=Ru=Lu=0,sa.geo.stream(t,i(Zu)),Lu?[Pu/Lu,Ru/Lu]:Ou?[ju/Ou,zu/Ou]:Tu?[qu/Tu,Cu/Tu]:[NaN,NaN]},t.bounds=function(t){return Xu=$u=-(Hu=Yu=1/0),sa.geo.stream(t,i(Vu)),[[Hu,Yu],[Xu,$u]]},t.projection=function(t){return arguments.length?(i=(e=t)?t.stream||re(t):y,n()):e},t.context=function(t){return arguments.length?(o=null==(r=t)?new Zn:new ne(t),"function"!=typeof u&&o.pointRadius(u),n()):r},t.pointRadius=function(n){return arguments.length?(u="function"==typeof n?n:(o.pointRadius(+n),+n),t):u},t.projection(sa.geo.albersUsa()).context(null)},sa.geo.transform=function(t){return{stream:function(n){var e=new ie(n);for(var r in t)e[r]=t[r];return e}}},ie.prototype={point:function(t,n){this.stream.point(t,n)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}},sa.geo.projection=ae,sa.geo.projectionMutator=ue,(sa.geo.equirectangular=function(){return ae(ce)}).raw=ce.invert=ce,sa.geo.rotation=function(t){function n(n){return n=t(n[0]*Ha,n[1]*Ha),n[0]*=Ya,n[1]*=Ya,n}return t=fe(t[0]%360*Ha,t[1]*Ha,t.length>2?t[2]*Ha:0),n.invert=function(n){return n=t.invert(n[0]*Ha,n[1]*Ha),n[0]*=Ya,n[1]*=Ya,n},n},le.invert=ce,sa.geo.circle=function(){function t(){var t="function"==typeof r?r.apply(this,arguments):r,n=fe(-t[0]*Ha,-t[1]*Ha,0).invert,i=[];return e(null,null,1,{point:function(t,e){i.push(t=n(t,e)),t[0]*=Ya,t[1]*=Ya}}),{type:"Polygon",coordinates:[i]}}var n,e,r=[0,0],i=6;return t.origin=function(n){return arguments.length?(r=n,t):r},t.angle=function(r){return arguments.length?(e=ge((n=+r)*Ha,i*Ha),t):n},t.precision=function(r){return arguments.length?(e=ge(n*Ha,(i=+r)*Ha),t):i},t.angle(90)},sa.geo.distance=function(t,n){var e,r=(n[0]-t[0])*Ha,i=t[1]*Ha,o=n[1]*Ha,a=Math.sin(r),u=Math.cos(r),s=Math.sin(i),c=Math.cos(i),l=Math.sin(o),f=Math.cos(o);return Math.atan2(Math.sqrt((e=f*a)*e+(e=c*l-s*f*u)*e),s*l+c*f*u)},sa.geo.graticule=function(){function t(){return{type:"MultiLineString",coordinates:n()}}function n(){return sa.range(Math.ceil(o/m)*m,i,m).map(h).concat(sa.range(Math.ceil(c/v)*v,s,v).map(p)).concat(sa.range(Math.ceil(r/d)*d,e,d).filter(function(t){return ba(t%m)>La}).map(l)).concat(sa.range(Math.ceil(u/g)*g,a,g).filter(function(t){return ba(t%v)>La}).map(f))}var e,r,i,o,a,u,s,c,l,f,h,p,d=10,g=d,m=90,v=360,y=2.5;return t.lines=function(){return n().map(function(t){return{type:"LineString",coordinates:t}})},t.outline=function(){return{type:"Polygon",coordinates:[h(o).concat(p(s).slice(1),h(i).reverse().slice(1),p(c).reverse().slice(1))]}},t.extent=function(n){return arguments.length?t.majorExtent(n).minorExtent(n):t.minorExtent()},t.majorExtent=function(n){return arguments.length?(o=+n[0][0],i=+n[1][0],c=+n[0][1],s=+n[1][1],o>i&&(n=o,o=i,i=n),c>s&&(n=c,c=s,s=n),t.precision(y)):[[o,c],[i,s]]},t.minorExtent=function(n){return arguments.length?(r=+n[0][0],e=+n[1][0],u=+n[0][1],a=+n[1][1],r>e&&(n=r,r=e,e=n),u>a&&(n=u,u=a,a=n),t.precision(y)):[[r,u],[e,a]]},t.step=function(n){return arguments.length?t.majorStep(n).minorStep(n):t.minorStep()},t.majorStep=function(n){return arguments.length?(m=+n[0],v=+n[1],t):[m,v]},t.minorStep=function(n){return arguments.length?(d=+n[0],g=+n[1],t):[d,g]},t.precision=function(n){return arguments.length?(y=+n,l=ve(u,a,90),f=ye(r,e,y),h=ve(c,s,90),p=ye(o,i,y),t):y},t.majorExtent([[-180,-90+La],[180,90-La]]).minorExtent([[-180,-80-La],[180,80+La]])},sa.geo.greatArc=function(){function t(){return{type:"LineString",coordinates:[n||r.apply(this,arguments),e||i.apply(this,arguments)]}}var n,e,r=xe,i=be;return t.distance=function(){return sa.geo.distance(n||r.apply(this,arguments),e||i.apply(this,arguments))},t.source=function(e){return arguments.length?(r=e,n="function"==typeof e?null:e,t):r},t.target=function(n){return arguments.length?(i=n,e="function"==typeof n?null:n,t):i},t.precision=function(){return arguments.length?t:0},t},sa.geo.interpolate=function(t,n){return Me(t[0]*Ha,t[1]*Ha,n[0]*Ha,n[1]*Ha)},sa.geo.length=function(t){return Ju=0,sa.geo.stream(t,Qu),Ju};var Ju,Qu={sphere:M,point:M,lineStart:_e,lineEnd:M,polygonStart:M,polygonEnd:M},Gu=we(function(t){return Math.sqrt(2/(1+t))},function(t){return 2*Math.asin(t/2)});(sa.geo.azimuthalEqualArea=function(){return ae(Gu)}).raw=Gu;var Ku=we(function(t){var n=Math.acos(t);return n&&n/Math.sin(n)},y);(sa.geo.azimuthalEquidistant=function(){return ae(Ku)}).raw=Ku,(sa.geo.conicConformal=function(){return Xn(Se)}).raw=Se,(sa.geo.conicEquidistant=function(){return Xn(Ee)}).raw=Ee;var ts=we(function(t){return 1/t},Math.atan);(sa.geo.gnomonic=function(){return ae(ts)}).raw=ts,ke.invert=function(t,n){return[t,2*Math.atan(Math.exp(n))-Ba]},(sa.geo.mercator=function(){return Ne(ke)}).raw=ke;var ns=we(function(){return 1},Math.asin);(sa.geo.orthographic=function(){return ae(ns)}).raw=ns;var es=we(function(t){return 1/(1+t)},function(t){return 2*Math.atan(t)});(sa.geo.stereographic=function(){return ae(es)}).raw=es,Ae.invert=function(t,n){return[-n,2*Math.atan(Math.exp(t))-Ba]},(sa.geo.transverseMercator=function(){var t=Ne(Ae),n=t.center,e=t.rotate;return t.center=function(t){return t?n([-t[1],t[0]]):(t=n(),[t[1],-t[0]])},t.rotate=function(t){return t?e([t[0],t[1],t.length>2?t[2]+90:90]):(t=e(),[t[0],t[1],t[2]-90])},e([0,0,90])}).raw=Ae,sa.geom={},sa.geom.hull=function(t){function n(t){if(t.length<3)return[];var n,i=kt(e),o=kt(r),a=t.length,u=[],s=[];for(n=0;a>n;n++)u.push([+i.call(this,t[n],n),+o.call(this,t[n],n),n]);for(u.sort(je),n=0;a>n;n++)s.push([u[n][0],-u[n][1]]);var c=Te(u),l=Te(s),f=l[0]===c[0],h=l[l.length-1]===c[c.length-1],p=[];for(n=c.length-1;n>=0;--n)p.push(t[u[c[n]][2]]);for(n=+f;n=r&&c.x<=o&&c.y>=i&&c.y<=a?[[r,a],[o,a],[o,i],[r,i]]:[];l.point=t[u]}),n}function e(t){return t.map(function(t,n){return{x:Math.round(o(t,n)/La)*La,y:Math.round(a(t,n)/La)*La,i:n}})}var r=qe,i=Ce,o=r,a=i,u=fs;return t?n(t):(n.links=function(t){return ur(e(t)).edges.filter(function(t){return t.l&&t.r}).map(function(n){return{source:t[n.l.i],target:t[n.r.i]}})},n.triangles=function(t){var n=[];return ur(e(t)).cells.forEach(function(e,r){for(var i,o,a=e.site,u=e.edges.sort(Xe),s=-1,c=u.length,l=u[c-1].edge,f=l.l===a?l.r:l.l;++s=c,h=r>=l,p=h<<1|f;t.leaf=!1,t=t.nodes[p]||(t.nodes[p]=hr()),f?i=c:u=c,h?a=l:s=l,o(t,n,e,r,i,a,u,s)}var l,f,h,p,d,g,m,v,y,x=kt(u),b=kt(s);if(null!=n)g=n,m=e,v=r,y=i;else if(v=y=-(g=m=1/0),f=[],h=[],d=t.length,a)for(p=0;d>p;++p)l=t[p],l.xv&&(v=l.x),l.y>y&&(y=l.y),f.push(l.x),h.push(l.y);else for(p=0;d>p;++p){var M=+x(l=t[p],p),_=+b(l,p);g>M&&(g=M),m>_&&(m=_),M>v&&(v=M),_>y&&(y=_),f.push(M),h.push(_)}var w=v-g,S=y-m;w>S?y=m+w:v=g+S;var E=hr();if(E.add=function(t){o(E,t,+x(t,++p),+b(t,p),g,m,v,y)},E.visit=function(t){pr(t,E,g,m,v,y)},E.find=function(t){return dr(E,t[0],t[1],g,m,v,y)},p=-1,null==n){for(;++p=0?t.slice(0,n):t,r=n>=0?t.slice(n+1):"in";return e=gs.get(e)||ds,r=ms.get(r)||y,Mr(r(e.apply(null,ca.call(arguments,1))))},sa.interpolateHcl=Or,sa.interpolateHsl=Pr,sa.interpolateLab=Rr,sa.interpolateRound=Lr,sa.transform=function(t){var n=fa.createElementNS(sa.ns.prefix.svg,"g");return(sa.transform=function(t){if(null!=t){n.setAttribute("transform",t);var e=n.transform.baseVal.consolidate()}return new Ur(e?e.matrix:vs)})(t)},Ur.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var vs={a:1,b:0,c:0,d:1,e:0,f:0};sa.interpolateTransform=Wr,sa.layout={},sa.layout.bundle=function(){return function(t){for(var n=[],e=-1,r=t.length;++eu*u/v){if(g>s){var c=n.charge/s;t.px-=o*c,t.py-=a*c}return!0}if(n.point&&s&&g>s){var c=n.pointCharge/s;t.px-=o*c,t.py-=a*c}}return!n.charge}}function n(t){t.px=sa.event.x,t.py=sa.event.y,s.resume()}var e,r,i,o,a,u,s={},c=sa.dispatch("start","tick","end"),l=[1,1],f=.9,h=ys,p=xs,d=-30,g=bs,m=.1,v=.64,x=[],b=[];return s.tick=function(){if((i*=.99)<.005)return e=null,c.end({type:"end",alpha:i=0}),!0;var n,r,s,h,p,g,v,y,M,_=x.length,w=b.length;for(r=0;w>r;++r)s=b[r],h=s.source,p=s.target,y=p.x-h.x,M=p.y-h.y,(g=y*y+M*M)&&(g=i*a[r]*((g=Math.sqrt(g))-o[r])/g,y*=g,M*=g,p.x-=y*(v=h.weight+p.weight?h.weight/(h.weight+p.weight):.5),p.y-=M*v,h.x+=y*(v=1-v),h.y+=M*v);if((v=i*m)&&(y=l[0]/2,M=l[1]/2,r=-1,v))for(;++r<_;)s=x[r],s.x+=(y-s.x)*v,s.y+=(M-s.y)*v;if(d)for(ri(n=sa.geom.quadtree(x),i,u),r=-1;++r<_;)(s=x[r]).fixed||n.visit(t(s));for(r=-1;++r<_;)s=x[r],s.fixed?(s.x=s.px,s.y=s.py):(s.x-=(s.px-(s.px=s.x))*f,s.y-=(s.py-(s.py=s.y))*f);c.tick({type:"tick",alpha:i})},s.nodes=function(t){return arguments.length?(x=t,s):x},s.links=function(t){return arguments.length?(b=t,s):b},s.size=function(t){return arguments.length?(l=t,s):l},s.linkDistance=function(t){return arguments.length?(h="function"==typeof t?t:+t,s):h},s.distance=s.linkDistance,s.linkStrength=function(t){return arguments.length?(p="function"==typeof t?t:+t,s):p},s.friction=function(t){return arguments.length?(f=+t,s):f},s.charge=function(t){return arguments.length?(d="function"==typeof t?t:+t,s):d},s.chargeDistance=function(t){return arguments.length?(g=t*t,s):Math.sqrt(g)},s.gravity=function(t){return arguments.length?(m=+t,s):m},s.theta=function(t){return arguments.length?(v=t*t,s):Math.sqrt(v)},s.alpha=function(t){return arguments.length?(t=+t,i?t>0?i=t:(e.c=null,e.t=NaN,e=null,c.end({type:"end",alpha:i=0})):t>0&&(c.start({type:"start",alpha:i=t}),e=Tt(s.tick)),s):i},s.start=function(){function t(t,r){if(!e){for(e=new Array(i),s=0;i>s;++s)e[s]=[];for(s=0;c>s;++s){var o=b[s];e[o.source.index].push(o.target),e[o.target.index].push(o.source)}}for(var a,u=e[n],s=-1,l=u.length;++sn;++n)(r=x[n]).index=n,r.weight=0;for(n=0;c>n;++n)r=b[n],"number"==typeof r.source&&(r.source=x[r.source]),"number"==typeof r.target&&(r.target=x[r.target]),++r.source.weight,++r.target.weight;for(n=0;i>n;++n)r=x[n],isNaN(r.x)&&(r.x=t("x",f)),isNaN(r.y)&&(r.y=t("y",g)),isNaN(r.px)&&(r.px=r.x),isNaN(r.py)&&(r.py=r.y);if(o=[],"function"==typeof h)for(n=0;c>n;++n)o[n]=+h.call(this,b[n],n);else for(n=0;c>n;++n)o[n]=h;if(a=[],"function"==typeof p)for(n=0;c>n;++n)a[n]=+p.call(this,b[n],n);else for(n=0;c>n;++n)a[n]=p;if(u=[],"function"==typeof d)for(n=0;i>n;++n)u[n]=+d.call(this,x[n],n);else for(n=0;i>n;++n)u[n]=d;return s.resume()},s.resume=function(){return s.alpha(.1)},s.stop=function(){return s.alpha(0)},s.drag=function(){return r||(r=sa.behavior.drag().origin(y).on("dragstart.force",Kr).on("drag.force",n).on("dragend.force",ti)),arguments.length?void this.on("mouseover.force",ni).on("mouseout.force",ei).call(r):r},sa.rebind(s,c,"on")};var ys=20,xs=1,bs=1/0;sa.layout.hierarchy=function(){function t(i){var o,a=[i],u=[];for(i.depth=0;null!=(o=a.pop());)if(u.push(o),(c=e.call(t,o,o.depth))&&(s=c.length)){for(var s,c,l;--s>=0;)a.push(l=c[s]),l.parent=o,l.depth=o.depth+1;r&&(o.value=0),o.children=c}else r&&(o.value=+r.call(t,o,o.depth)||0),delete o.children;return ai(i,function(t){var e,i;n&&(e=t.children)&&e.sort(n),r&&(i=t.parent)&&(i.value+=t.value)}),u}var n=ci,e=ui,r=si;return t.sort=function(e){return arguments.length?(n=e,t):n},t.children=function(n){return arguments.length?(e=n,t):e},t.value=function(n){return arguments.length?(r=n,t):r},t.revalue=function(n){return r&&(oi(n,function(t){t.children&&(t.value=0)}),ai(n,function(n){var e;n.children||(n.value=+r.call(t,n,n.depth)||0),(e=n.parent)&&(e.value+=n.value)})),n},t},sa.layout.partition=function(){function t(n,e,r,i){var o=n.children;if(n.x=e,n.y=n.depth*i,n.dx=r,n.dy=i,o&&(a=o.length)){var a,u,s,c=-1;for(r=n.value?r/n.value:0;++cf?-1:1),d=sa.sum(c),g=d?(f-s*p)/d:0,m=sa.range(s),v=[];return null!=e&&m.sort(e===Ms?function(t,n){return c[n]-c[t]}:function(t,n){return e(a[t],a[n])}),m.forEach(function(t){v[t]={data:a[t],value:u=c[t],startAngle:l,endAngle:l+=u*g+p,padAngle:h}}),v}var n=Number,e=Ms,r=0,i=Ia,o=0;return t.value=function(e){return arguments.length?(n=e,t):n},t.sort=function(n){return arguments.length?(e=n,t):e},t.startAngle=function(n){return arguments.length?(r=n,t):r},t.endAngle=function(n){return arguments.length?(i=n,t):i},t.padAngle=function(n){return arguments.length?(o=n,t):o},t};var Ms={};sa.layout.stack=function(){function t(u,s){if(!(h=u.length))return u;var c=u.map(function(e,r){return n.call(t,e,r)}),l=c.map(function(n){return n.map(function(n,e){return[o.call(t,n,e),a.call(t,n,e)]})}),f=e.call(t,l,s);c=sa.permute(c,f),l=sa.permute(l,f);var h,p,d,g,m=r.call(t,l,s),v=c[0].length;for(d=0;v>d;++d)for(i.call(t,c[0][d],g=m[d],l[0][d][1]),p=1;h>p;++p)i.call(t,c[p][d],g+=l[p-1][d][1],l[p][d][1]);return u}var n=y,e=di,r=gi,i=pi,o=fi,a=hi;return t.values=function(e){return arguments.length?(n=e,t):n},t.order=function(n){return arguments.length?(e="function"==typeof n?n:_s.get(n)||di,t):e},t.offset=function(n){return arguments.length?(r="function"==typeof n?n:ws.get(n)||gi,t):r},t.x=function(n){return arguments.length?(o=n,t):o},t.y=function(n){return arguments.length?(a=n,t):a},t.out=function(n){return arguments.length?(i=n,t):i},t};var _s=sa.map({"inside-out":function(t){var n,e,r=t.length,i=t.map(mi),o=t.map(vi),a=sa.range(r).sort(function(t,n){return i[t]-i[n]}),u=0,s=0,c=[],l=[];for(n=0;r>n;++n)e=a[n],s>u?(u+=o[e],c.push(e)):(s+=o[e],l.push(e));return l.reverse().concat(c)},reverse:function(t){return sa.range(t.length).reverse()},"default":di}),ws=sa.map({silhouette:function(t){var n,e,r,i=t.length,o=t[0].length,a=[],u=0,s=[];for(e=0;o>e;++e){for(n=0,r=0;i>n;n++)r+=t[n][e][1];r>u&&(u=r),a.push(r)}for(e=0;o>e;++e)s[e]=(u-a[e])/2;return s},wiggle:function(t){var n,e,r,i,o,a,u,s,c,l=t.length,f=t[0],h=f.length,p=[];for(p[0]=s=c=0,e=1;h>e;++e){for(n=0,i=0;l>n;++n)i+=t[n][e][1];for(n=0,o=0,u=f[e][0]-f[e-1][0];l>n;++n){for(r=0,a=(t[n][e][1]-t[n][e-1][1])/(2*u);n>r;++r)a+=(t[r][e][1]-t[r][e-1][1])/u;o+=a*t[n][e][1]}p[e]=s-=i?o/i*u:0,c>s&&(c=s)}for(e=0;h>e;++e)p[e]-=c;return p},expand:function(t){var n,e,r,i=t.length,o=t[0].length,a=1/i,u=[];for(e=0;o>e;++e){for(n=0,r=0;i>n;n++)r+=t[n][e][1];if(r)for(n=0;i>n;n++)t[n][e][1]/=r;else for(n=0;i>n;n++)t[n][e][1]=a}for(e=0;o>e;++e)u[e]=0;return u},zero:gi});sa.layout.histogram=function(){function t(t,o){for(var a,u,s=[],c=t.map(e,this),l=r.call(this,c,o),f=i.call(this,l,c,o),o=-1,h=c.length,p=f.length-1,d=n?1:1/h;++o0)for(o=-1;++o=l[0]&&u<=l[1]&&(a=s[sa.bisect(f,u,1,p)-1],a.y+=d,a.push(t[o]));return s}var n=!0,e=Number,r=Mi,i=xi;return t.value=function(n){return arguments.length?(e=n,t):e},t.range=function(n){return arguments.length?(r=kt(n),t):r},t.bins=function(n){return arguments.length?(i="number"==typeof n?function(t){return bi(t,n)}:kt(n),t):i},t.frequency=function(e){return arguments.length?(n=!!e,t):n},t},sa.layout.pack=function(){function t(t,o){var a=e.call(this,t,o),u=a[0],s=i[0],c=i[1],l=null==n?Math.sqrt:"function"==typeof n?n:function(){return n};if(u.x=u.y=0,ai(u,function(t){t.r=+l(t.value)}),ai(u,ki),r){var f=r*(n?1:Math.max(2*u.r/s,2*u.r/c))/2;ai(u,function(t){t.r+=f}),ai(u,ki),ai(u,function(t){t.r-=f})}return qi(u,s/2,c/2,n?1:1/Math.max(2*u.r/s,2*u.r/c)),a}var n,e=sa.layout.hierarchy().sort(_i),r=0,i=[1,1];return t.size=function(n){return arguments.length?(i=n,t):i},t.radius=function(e){return arguments.length?(n=null==e||"function"==typeof e?e:+e,t):n},t.padding=function(n){return arguments.length?(r=+n,t):r},ii(t,e)},sa.layout.tree=function(){function t(t,i){var l=a.call(this,t,i),f=l[0],h=n(f);if(ai(h,e),h.parent.m=-h.z,oi(h,r),c)oi(f,o);else{var p=f,d=f,g=f;oi(f,function(t){t.xd.x&&(d=t),t.depth>g.depth&&(g=t)});var m=u(p,d)/2-p.x,v=s[0]/(d.x+u(d,p)/2+m),y=s[1]/(g.depth||1);oi(f,function(t){t.x=(t.x+m)*v,t.y=t.depth*y})}return l}function n(t){for(var n,e={A:null,children:[t]},r=[e];null!=(n=r.pop());)for(var i,o=n.children,a=0,u=o.length;u>a;++a)r.push((o[a]=i={_:o[a],parent:n,children:(i=o[a].children)&&i.slice()||[],A:null,a:null,z:0,m:0,c:0,s:0,t:null,i:a}).a=i);return e.children[0]}function e(t){var n=t.children,e=t.parent.children,r=t.i?e[t.i-1]:null;if(n.length){Pi(t);var o=(n[0].z+n[n.length-1].z)/2;r?(t.z=r.z+u(t._,r._),t.m=t.z-o):t.z=o}else r&&(t.z=r.z+u(t._,r._));t.parent.A=i(t,r,t.parent.A||e[0])}function r(t){t._.x=t.z+t.parent.m,t.m+=t.parent.m}function i(t,n,e){if(n){for(var r,i=t,o=t,a=n,s=i.parent.children[0],c=i.m,l=o.m,f=a.m,h=s.m;a=zi(a),i=ji(i),a&&i;)s=ji(s),o=zi(o),o.a=t,r=a.z+f-i.z-c+u(a._,i._),r>0&&(Oi(Ri(a,t,e),t,r),c+=r,l+=r),f+=a.m,c+=i.m,h+=s.m,l+=o.m;a&&!zi(o)&&(o.t=a,o.m+=f-l),i&&!ji(s)&&(s.t=i,s.m+=c-h,e=t)}return e}function o(t){t.x*=s[0],t.y=t.depth*s[1]}var a=sa.layout.hierarchy().sort(null).value(null),u=Ti,s=[1,1],c=null;return t.separation=function(n){return arguments.length?(u=n,t):u},t.size=function(n){return arguments.length?(c=null==(s=n)?o:null,t):c?null:s},t.nodeSize=function(n){return arguments.length?(c=null==(s=n)?null:o,t):c?s:null},ii(t,a)},sa.layout.cluster=function(){function t(t,o){var a,u=n.call(this,t,o),s=u[0],c=0;ai(s,function(t){var n=t.children;n&&n.length?(t.x=Ui(n),t.y=Li(n)):(t.x=a?c+=e(t,a):0,t.y=0,a=t)});var l=Di(s),f=Ii(s),h=l.x-e(l,f)/2,p=f.x+e(f,l)/2;return ai(s,i?function(t){t.x=(t.x-s.x)*r[0],t.y=(s.y-t.y)*r[1]}:function(t){t.x=(t.x-h)/(p-h)*r[0],t.y=(1-(s.y?t.y/s.y:1))*r[1]}),u}var n=sa.layout.hierarchy().sort(null).value(null),e=Ti,r=[1,1],i=!1;return t.separation=function(n){return arguments.length?(e=n,t):e},t.size=function(n){return arguments.length?(i=null==(r=n),t):i?null:r},t.nodeSize=function(n){return arguments.length?(i=null!=(r=n),t):i?r:null},ii(t,n)},sa.layout.treemap=function(){function t(t,n){for(var e,r,i=-1,o=t.length;++in?0:n),e.area=isNaN(r)||0>=r?0:r}function n(e){var o=e.children;if(o&&o.length){var a,u,s,c=f(e),l=[],h=o.slice(),d=1/0,g="slice"===p?c.dx:"dice"===p?c.dy:"slice-dice"===p?1&e.depth?c.dy:c.dx:Math.min(c.dx,c.dy);for(t(h,c.dx*c.dy/e.value),l.area=0;(s=h.length)>0;)l.push(a=h[s-1]),l.area+=a.area,"squarify"!==p||(u=r(l,g))<=d?(h.pop(),d=u):(l.area-=l.pop().area,i(l,g,c,!1),g=Math.min(c.dx,c.dy),l.length=l.area=0,d=1/0);l.length&&(i(l,g,c,!0),l.length=l.area=0),o.forEach(n)}}function e(n){var r=n.children;if(r&&r.length){var o,a=f(n),u=r.slice(),s=[];for(t(u,a.dx*a.dy/n.value),s.area=0;o=u.pop();)s.push(o),s.area+=o.area,null!=o.z&&(i(s,o.z?a.dx:a.dy,a,!u.length),s.length=s.area=0);r.forEach(e)}}function r(t,n){for(var e,r=t.area,i=0,o=1/0,a=-1,u=t.length;++ae&&(o=e),e>i&&(i=e));return r*=r,n*=n,r?Math.max(n*i*d/r,r/(n*o*d)):1/0}function i(t,n,e,r){var i,o=-1,a=t.length,u=e.x,c=e.y,l=n?s(t.area/n):0;if(n==e.dx){for((r||l>e.dy)&&(l=e.dy);++oe.dx)&&(l=e.dx);++oe&&(n=1),1>e&&(t=0),function(){var e,r,i;do e=2*Math.random()-1,r=2*Math.random()-1,i=e*e+r*r;while(!i||i>1);return t+n*e*Math.sqrt(-2*Math.log(i)/i)}},logNormal:function(){var t=sa.random.normal.apply(sa,arguments);return function(){return Math.exp(t())}},bates:function(t){var n=sa.random.irwinHall(t);return function(){return n()/t}},irwinHall:function(t){return function(){for(var n=0,e=0;t>e;e++)n+=Math.random();return n}}},sa.scale={};var Ss={floor:y,ceil:y};sa.scale.linear=function(){return Zi([0,1],[0,1],xr,!1)};var Es={s:1,g:1,p:1,r:1,e:1};sa.scale.log=function(){return ro(sa.scale.linear().domain([0,1]),10,!0,[1,10])};var ks=sa.format(".0e"),Ns={floor:function(t){return-Math.ceil(-t)},ceil:function(t){return-Math.floor(-t)}};sa.scale.pow=function(){return io(sa.scale.linear(),1,[0,1])},sa.scale.sqrt=function(){return sa.scale.pow().exponent(.5)},sa.scale.ordinal=function(){return ao([],{t:"range",a:[[]]})},sa.scale.category10=function(){return sa.scale.ordinal().range(As)},sa.scale.category20=function(){return sa.scale.ordinal().range(qs)},sa.scale.category20b=function(){return sa.scale.ordinal().range(Cs)},sa.scale.category20c=function(){return sa.scale.ordinal().range(Ts)};var As=[2062260,16744206,2924588,14034728,9725885,9197131,14907330,8355711,12369186,1556175].map(xt),qs=[2062260,11454440,16744206,16759672,2924588,10018698,14034728,16750742,9725885,12955861,9197131,12885140,14907330,16234194,8355711,13092807,12369186,14408589,1556175,10410725].map(xt),Cs=[3750777,5395619,7040719,10264286,6519097,9216594,11915115,13556636,9202993,12426809,15186514,15190932,8666169,11356490,14049643,15177372,8077683,10834324,13528509,14589654].map(xt),Ts=[3244733,7057110,10406625,13032431,15095053,16616764,16625259,16634018,3253076,7652470,10607003,13101504,7695281,10394312,12369372,14342891,6513507,9868950,12434877,14277081].map(xt);sa.scale.quantile=function(){return uo([],[])},sa.scale.quantize=function(){return so(0,1,[0,1])},sa.scale.threshold=function(){return co([.5],[0,1])},sa.scale.identity=function(){return lo([0,1])},sa.svg={},sa.svg.arc=function(){function t(){var t=Math.max(0,+e.apply(this,arguments)),c=Math.max(0,+r.apply(this,arguments)),l=a.apply(this,arguments)-Ba,f=u.apply(this,arguments)-Ba,h=Math.abs(f-l),p=l>f?0:1;if(t>c&&(d=c,c=t,t=d),h>=Fa)return n(c,p)+(t?n(t,1-p):"")+"Z";var d,g,m,v,y,x,b,M,_,w,S,E,k=0,N=0,A=[];if((v=(+s.apply(this,arguments)||0)/2)&&(m=o===js?Math.sqrt(t*t+c*c):+o.apply(this,arguments),p||(N*=-1),c&&(N=nt(m/c*Math.sin(v))),t&&(k=nt(m/t*Math.sin(v)))),c){y=c*Math.cos(l+N),x=c*Math.sin(l+N),b=c*Math.cos(f-N),M=c*Math.sin(f-N);var q=Math.abs(f-l-2*N)<=Da?0:1;if(N&&yo(y,x,b,M)===p^q){var C=(l+f)/2;y=c*Math.cos(C),x=c*Math.sin(C),b=M=null}}else y=x=0;if(t){_=t*Math.cos(f-k),w=t*Math.sin(f-k),S=t*Math.cos(l+k),E=t*Math.sin(l+k);var T=Math.abs(l-f+2*k)<=Da?0:1;if(k&&yo(_,w,S,E)===1-p^T){var j=(l+f)/2;_=t*Math.cos(j),w=t*Math.sin(j),S=E=null}}else _=w=0;if(h>La&&(d=Math.min(Math.abs(c-t)/2,+i.apply(this,arguments)))>.001){g=c>t^p?0:1;var z=d,O=d;if(Da>h){var P=null==S?[_,w]:null==b?[y,x]:Oe([y,x],[S,E],[b,M],[_,w]),R=y-P[0],L=x-P[1],U=b-P[0],D=M-P[1],I=1/Math.sin(Math.acos((R*U+L*D)/(Math.sqrt(R*R+L*L)*Math.sqrt(U*U+D*D)))/2),F=Math.sqrt(P[0]*P[0]+P[1]*P[1]);O=Math.min(d,(t-F)/(I-1)),z=Math.min(d,(c-F)/(I+1))}if(null!=b){var B=xo(null==S?[_,w]:[S,E],[y,x],c,z,p),H=xo([b,M],[_,w],c,z,p);d===z?A.push("M",B[0],"A",z,",",z," 0 0,",g," ",B[1],"A",c,",",c," 0 ",1-p^yo(B[1][0],B[1][1],H[1][0],H[1][1]),",",p," ",H[1],"A",z,",",z," 0 0,",g," ",H[0]):A.push("M",B[0],"A",z,",",z," 0 1,",g," ",H[0])}else A.push("M",y,",",x);if(null!=S){var Y=xo([y,x],[S,E],t,-O,p),X=xo([_,w],null==b?[y,x]:[b,M],t,-O,p);d===O?A.push("L",X[0],"A",O,",",O," 0 0,",g," ",X[1],"A",t,",",t," 0 ",p^yo(X[1][0],X[1][1],Y[1][0],Y[1][1]),",",1-p," ",Y[1],"A",O,",",O," 0 0,",g," ",Y[0]):A.push("L",X[0],"A",O,",",O," 0 0,",g," ",Y[0]); +}else A.push("L",_,",",w)}else A.push("M",y,",",x),null!=b&&A.push("A",c,",",c," 0 ",q,",",p," ",b,",",M),A.push("L",_,",",w),null!=S&&A.push("A",t,",",t," 0 ",T,",",1-p," ",S,",",E);return A.push("Z"),A.join("")}function n(t,n){return"M0,"+t+"A"+t+","+t+" 0 1,"+n+" 0,"+-t+"A"+t+","+t+" 0 1,"+n+" 0,"+t}var e=ho,r=po,i=fo,o=js,a=go,u=mo,s=vo;return t.innerRadius=function(n){return arguments.length?(e=kt(n),t):e},t.outerRadius=function(n){return arguments.length?(r=kt(n),t):r},t.cornerRadius=function(n){return arguments.length?(i=kt(n),t):i},t.padRadius=function(n){return arguments.length?(o=n==js?js:kt(n),t):o},t.startAngle=function(n){return arguments.length?(a=kt(n),t):a},t.endAngle=function(n){return arguments.length?(u=kt(n),t):u},t.padAngle=function(n){return arguments.length?(s=kt(n),t):s},t.centroid=function(){var t=(+e.apply(this,arguments)+ +r.apply(this,arguments))/2,n=(+a.apply(this,arguments)+ +u.apply(this,arguments))/2-Ba;return[Math.cos(n)*t,Math.sin(n)*t]},t};var js="auto";sa.svg.line=function(){return bo(y)};var zs=sa.map({linear:Mo,"linear-closed":_o,step:wo,"step-before":So,"step-after":Eo,basis:To,"basis-open":jo,"basis-closed":zo,bundle:Oo,cardinal:Ao,"cardinal-open":ko,"cardinal-closed":No,monotone:Io});zs.forEach(function(t,n){n.key=t,n.closed=/-closed$/.test(t)});var Os=[0,2/3,1/3,0],Ps=[0,1/3,2/3,0],Rs=[0,1/6,2/3,1/6];sa.svg.line.radial=function(){var t=bo(Fo);return t.radius=t.x,delete t.x,t.angle=t.y,delete t.y,t},So.reverse=Eo,Eo.reverse=So,sa.svg.area=function(){return Bo(y)},sa.svg.area.radial=function(){var t=Bo(Fo);return t.radius=t.x,delete t.x,t.innerRadius=t.x0,delete t.x0,t.outerRadius=t.x1,delete t.x1,t.angle=t.y,delete t.y,t.startAngle=t.y0,delete t.y0,t.endAngle=t.y1,delete t.y1,t},sa.svg.chord=function(){function t(t,u){var s=n(this,o,t,u),c=n(this,a,t,u);return"M"+s.p0+r(s.r,s.p1,s.a1-s.a0)+(e(s,c)?i(s.r,s.p1,s.r,s.p0):i(s.r,s.p1,c.r,c.p0)+r(c.r,c.p1,c.a1-c.a0)+i(c.r,c.p1,s.r,s.p0))+"Z"}function n(t,n,e,r){var i=n.call(t,e,r),o=u.call(t,i,r),a=s.call(t,i,r)-Ba,l=c.call(t,i,r)-Ba;return{r:o,a0:a,a1:l,p0:[o*Math.cos(a),o*Math.sin(a)],p1:[o*Math.cos(l),o*Math.sin(l)]}}function e(t,n){return t.a0==n.a0&&t.a1==n.a1}function r(t,n,e){return"A"+t+","+t+" 0 "+ +(e>Da)+",1 "+n}function i(t,n,e,r){return"Q 0,0 "+r}var o=xe,a=be,u=Ho,s=go,c=mo;return t.radius=function(n){return arguments.length?(u=kt(n),t):u},t.source=function(n){return arguments.length?(o=kt(n),t):o},t.target=function(n){return arguments.length?(a=kt(n),t):a},t.startAngle=function(n){return arguments.length?(s=kt(n),t):s},t.endAngle=function(n){return arguments.length?(c=kt(n),t):c},t},sa.svg.diagonal=function(){function t(t,i){var o=n.call(this,t,i),a=e.call(this,t,i),u=(o.y+a.y)/2,s=[o,{x:o.x,y:u},{x:a.x,y:u},a];return s=s.map(r),"M"+s[0]+"C"+s[1]+" "+s[2]+" "+s[3]}var n=xe,e=be,r=Yo;return t.source=function(e){return arguments.length?(n=kt(e),t):n},t.target=function(n){return arguments.length?(e=kt(n),t):e},t.projection=function(n){return arguments.length?(r=n,t):r},t},sa.svg.diagonal.radial=function(){var t=sa.svg.diagonal(),n=Yo,e=t.projection;return t.projection=function(t){return arguments.length?e(Xo(n=t)):n},t},sa.svg.symbol=function(){function t(t,r){return(Ls.get(n.call(this,t,r))||Vo)(e.call(this,t,r))}var n=Wo,e=$o;return t.type=function(e){return arguments.length?(n=kt(e),t):n},t.size=function(n){return arguments.length?(e=kt(n),t):e},t};var Ls=sa.map({circle:Vo,cross:function(t){var n=Math.sqrt(t/5)/2;return"M"+-3*n+","+-n+"H"+-n+"V"+-3*n+"H"+n+"V"+-n+"H"+3*n+"V"+n+"H"+n+"V"+3*n+"H"+-n+"V"+n+"H"+-3*n+"Z"},diamond:function(t){var n=Math.sqrt(t/(2*Ds)),e=n*Ds;return"M0,"+-n+"L"+e+",0 0,"+n+" "+-e+",0Z"},square:function(t){var n=Math.sqrt(t)/2;return"M"+-n+","+-n+"L"+n+","+-n+" "+n+","+n+" "+-n+","+n+"Z"},"triangle-down":function(t){var n=Math.sqrt(t/Us),e=n*Us/2;return"M0,"+e+"L"+n+","+-e+" "+-n+","+-e+"Z"},"triangle-up":function(t){var n=Math.sqrt(t/Us),e=n*Us/2;return"M0,"+-e+"L"+n+","+e+" "+-n+","+e+"Z"}});sa.svg.symbolTypes=Ls.keys();var Us=Math.sqrt(3),Ds=Math.tan(30*Ha);qa.transition=function(t){for(var n,e,r=Is||++Ys,i=Ko(t),o=[],a=Fs||{time:Date.now(),ease:kr,delay:0,duration:250},u=-1,s=this.length;++uo;o++){i.push(n=[]);for(var e=this[o],u=0,s=e.length;s>u;u++)(r=e[u])&&t.call(r,r.__data__,u,o)&&n.push(r)}return Jo(i,this.namespace,this.id)},Hs.tween=function(t,n){var e=this.id,r=this.namespace;return arguments.length<2?this.node()[r][e].tween.get(t):H(this,null==n?function(n){n[r][e].tween.remove(t)}:function(i){i[r][e].tween.set(t,n)})},Hs.attr=function(t,n){function e(){this.removeAttribute(u)}function r(){this.removeAttributeNS(u.space,u.local)}function i(t){return null==t?e:(t+="",function(){var n,e=this.getAttribute(u);return e!==t&&(n=a(e,t),function(t){this.setAttribute(u,n(t))})})}function o(t){return null==t?r:(t+="",function(){var n,e=this.getAttributeNS(u.space,u.local);return e!==t&&(n=a(e,t),function(t){this.setAttributeNS(u.space,u.local,n(t))})})}if(arguments.length<2){for(n in t)this.attr(n,t[n]);return this}var a="transform"==t?Wr:xr,u=sa.ns.qualify(t);return Qo(this,"attr."+t,n,u.local?o:i)},Hs.attrTween=function(t,n){function e(t,e){var r=n.call(this,t,e,this.getAttribute(i));return r&&function(t){this.setAttribute(i,r(t))}}function r(t,e){var r=n.call(this,t,e,this.getAttributeNS(i.space,i.local));return r&&function(t){this.setAttributeNS(i.space,i.local,r(t))}}var i=sa.ns.qualify(t);return this.tween("attr."+t,i.local?r:e)},Hs.style=function(t,e,r){function i(){this.style.removeProperty(t)}function o(e){return null==e?i:(e+="",function(){var i,o=n(this).getComputedStyle(this,null).getPropertyValue(t);return o!==e&&(i=xr(o,e),function(n){this.style.setProperty(t,i(n),r)})})}var a=arguments.length;if(3>a){if("string"!=typeof t){2>a&&(e="");for(r in t)this.style(r,t[r],e);return this}r=""}return Qo(this,"style."+t,e,o)},Hs.styleTween=function(t,e,r){function i(i,o){var a=e.call(this,i,o,n(this).getComputedStyle(this,null).getPropertyValue(t));return a&&function(n){this.style.setProperty(t,a(n),r)}}return arguments.length<3&&(r=""),this.tween("style."+t,i)},Hs.text=function(t){return Qo(this,"text",t,Go)},Hs.remove=function(){var t=this.namespace;return this.each("end.transition",function(){var n;this[t].count<2&&(n=this.parentNode)&&n.removeChild(this)})},Hs.ease=function(t){var n=this.id,e=this.namespace;return arguments.length<1?this.node()[e][n].ease:("function"!=typeof t&&(t=sa.ease.apply(sa,arguments)),H(this,function(r){r[e][n].ease=t}))},Hs.delay=function(t){var n=this.id,e=this.namespace;return arguments.length<1?this.node()[e][n].delay:H(this,"function"==typeof t?function(r,i,o){r[e][n].delay=+t.call(r,r.__data__,i,o)}:(t=+t,function(r){r[e][n].delay=t}))},Hs.duration=function(t){var n=this.id,e=this.namespace;return arguments.length<1?this.node()[e][n].duration:H(this,"function"==typeof t?function(r,i,o){r[e][n].duration=Math.max(1,t.call(r,r.__data__,i,o))}:(t=Math.max(1,t),function(r){r[e][n].duration=t}))},Hs.each=function(t,n){var e=this.id,r=this.namespace;if(arguments.length<2){var i=Fs,o=Is;try{Is=e,H(this,function(n,i,o){Fs=n[r][e],t.call(n,n.__data__,i,o)})}finally{Fs=i,Is=o}}else H(this,function(i){var o=i[r][e];(o.event||(o.event=sa.dispatch("start","end","interrupt"))).on(t,n)});return this},Hs.transition=function(){for(var t,n,e,r,i=this.id,o=++Ys,a=this.namespace,u=[],s=0,c=this.length;c>s;s++){u.push(t=[]);for(var n=this[s],l=0,f=n.length;f>l;l++)(e=n[l])&&(r=e[a][i],ta(e,l,a,o,{time:r.time,ease:r.ease,delay:r.delay+r.duration,duration:r.duration})),t.push(e)}return Jo(u,a,o)},sa.svg.axis=function(){function t(t){t.each(function(){var t,c=sa.select(this),l=this.__chart__||e,f=this.__chart__=e.copy(),h=null==s?f.ticks?f.ticks.apply(f,u):f.domain():s,p=null==n?f.tickFormat?f.tickFormat.apply(f,u):y:n,d=c.selectAll(".tick").data(h,f),g=d.enter().insert("g",".domain").attr("class","tick").style("opacity",La),m=sa.transition(d.exit()).style("opacity",La).remove(),v=sa.transition(d.order()).style("opacity",1),x=Math.max(i,0)+a,b=Yi(f),M=c.selectAll(".domain").data([0]),_=(M.enter().append("path").attr("class","domain"),sa.transition(M));g.append("line"),g.append("text");var w,S,E,k,N=g.select("line"),A=v.select("line"),q=d.select("text").text(p),C=g.select("text"),T=v.select("text"),j="top"===r||"left"===r?-1:1;if("bottom"===r||"top"===r?(t=na,w="x",E="y",S="x2",k="y2",q.attr("dy",0>j?"0em":".71em").style("text-anchor","middle"),_.attr("d","M"+b[0]+","+j*o+"V0H"+b[1]+"V"+j*o)):(t=ea,w="y",E="x",S="y2",k="x2",q.attr("dy",".32em").style("text-anchor",0>j?"end":"start"),_.attr("d","M"+j*o+","+b[0]+"H0V"+b[1]+"H"+j*o)),N.attr(k,j*i),C.attr(E,j*x),A.attr(S,0).attr(k,j*i),T.attr(w,0).attr(E,j*x),f.rangeBand){var z=f,O=z.rangeBand()/2;l=f=function(t){return z(t)+O}}else l.rangeBand?l=f:m.call(t,f,l);g.call(t,l,f),v.call(t,f,f)})}var n,e=sa.scale.linear(),r=Xs,i=6,o=6,a=3,u=[10],s=null;return t.scale=function(n){return arguments.length?(e=n,t):e},t.orient=function(n){return arguments.length?(r=n in $s?n+"":Xs,t):r},t.ticks=function(){return arguments.length?(u=la(arguments),t):u},t.tickValues=function(n){return arguments.length?(s=n,t):s},t.tickFormat=function(e){return arguments.length?(n=e,t):n},t.tickSize=function(n){var e=arguments.length;return e?(i=+n,o=+arguments[e-1],t):i},t.innerTickSize=function(n){return arguments.length?(i=+n,t):i},t.outerTickSize=function(n){return arguments.length?(o=+n,t):o},t.tickPadding=function(n){return arguments.length?(a=+n,t):a},t.tickSubdivide=function(){return arguments.length&&t},t};var Xs="bottom",$s={top:1,right:1,bottom:1,left:1};sa.svg.brush=function(){function t(n){n.each(function(){var n=sa.select(this).style("pointer-events","all").style("-webkit-tap-highlight-color","rgba(0,0,0,0)").on("mousedown.brush",o).on("touchstart.brush",o),a=n.selectAll(".background").data([0]);a.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),n.selectAll(".extent").data([0]).enter().append("rect").attr("class","extent").style("cursor","move");var u=n.selectAll(".resize").data(g,y);u.exit().remove(),u.enter().append("g").attr("class",function(t){return"resize "+t}).style("cursor",function(t){return Ws[t]}).append("rect").attr("x",function(t){return/[ew]$/.test(t)?-3:null}).attr("y",function(t){return/^[ns]/.test(t)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),u.style("display",t.empty()?"none":null);var s,f=sa.transition(n),h=sa.transition(a);c&&(s=Yi(c),h.attr("x",s[0]).attr("width",s[1]-s[0]),r(f)),l&&(s=Yi(l),h.attr("y",s[0]).attr("height",s[1]-s[0]),i(f)),e(f)})}function e(t){t.selectAll(".resize").attr("transform",function(t){return"translate("+f[+/e$/.test(t)]+","+h[+/^s/.test(t)]+")"})}function r(t){t.select(".extent").attr("x",f[0]),t.selectAll(".extent,.n>rect,.s>rect").attr("width",f[1]-f[0])}function i(t){t.select(".extent").attr("y",h[0]),t.selectAll(".extent,.e>rect,.w>rect").attr("height",h[1]-h[0])}function o(){function o(){32==sa.event.keyCode&&(q||(x=null,T[0]-=f[1],T[1]-=h[1],q=2),S())}function g(){32==sa.event.keyCode&&2==q&&(T[0]+=f[1],T[1]+=h[1],q=0,S())}function m(){var t=sa.mouse(M),n=!1;b&&(t[0]+=b[0],t[1]+=b[1]),q||(sa.event.altKey?(x||(x=[(f[0]+f[1])/2,(h[0]+h[1])/2]),T[0]=f[+(t[0]l?(i=r,r=l):i=l),g[0]!=r||g[1]!=i?(e?u=null:a=null,g[0]=r,g[1]=i,!0):void 0}function y(){m(),E.style("pointer-events","all").selectAll(".resize").style("display",t.empty()?"none":null),sa.select("body").style("cursor",null),j.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),C(),w({type:"brushend"})}var x,b,M=this,_=sa.select(sa.event.target),w=s.of(M,arguments),E=sa.select(M),k=_.datum(),N=!/^(n|s)$/.test(k)&&c,A=!/^(e|w)$/.test(k)&&l,q=_.classed("extent"),C=Z(M),T=sa.mouse(M),j=sa.select(n(M)).on("keydown.brush",o).on("keyup.brush",g);if(sa.event.changedTouches?j.on("touchmove.brush",m).on("touchend.brush",y):j.on("mousemove.brush",m).on("mouseup.brush",y),E.interrupt().selectAll("*").interrupt(),q)T[0]=f[0]-T[0],T[1]=h[0]-T[1];else if(k){var z=+/w$/.test(k),O=+/^n/.test(k);b=[f[1-z]-T[0],h[1-O]-T[1]],T[0]=f[z],T[1]=h[O]}else sa.event.altKey&&(x=T.slice());E.style("pointer-events","none").selectAll(".resize").style("display",null),sa.select("body").style("cursor",_.style("cursor")),w({type:"brushstart"}),m()}var a,u,s=k(t,"brushstart","brush","brushend"),c=null,l=null,f=[0,0],h=[0,0],p=!0,d=!0,g=Vs[0];return t.event=function(t){t.each(function(){var t=s.of(this,arguments),n={x:f,y:h,i:a,j:u},e=this.__chart__||n;this.__chart__=n,Is?sa.select(this).transition().each("start.brush",function(){a=e.i,u=e.j,f=e.x,h=e.y,t({type:"brushstart"})}).tween("brush:brush",function(){var e=br(f,n.x),r=br(h,n.y);return a=u=null,function(i){f=n.x=e(i),h=n.y=r(i),t({type:"brush",mode:"resize"})}}).each("end.brush",function(){a=n.i,u=n.j,t({type:"brush",mode:"resize"}),t({type:"brushend"})}):(t({type:"brushstart"}),t({type:"brush",mode:"resize"}),t({type:"brushend"}))})},t.x=function(n){return arguments.length?(c=n,g=Vs[!c<<1|!l],t):c},t.y=function(n){return arguments.length?(l=n,g=Vs[!c<<1|!l],t):l},t.clamp=function(n){return arguments.length?(c&&l?(p=!!n[0],d=!!n[1]):c?p=!!n:l&&(d=!!n),t):c&&l?[p,d]:c?p:l?d:null},t.extent=function(n){var e,r,i,o,s;return arguments.length?(c&&(e=n[0],r=n[1],l&&(e=e[0],r=r[0]),a=[e,r],c.invert&&(e=c(e),r=c(r)),e>r&&(s=e,e=r,r=s),(e!=f[0]||r!=f[1])&&(f=[e,r])),l&&(i=n[0],o=n[1],c&&(i=i[1],o=o[1]),u=[i,o],l.invert&&(i=l(i),o=l(o)),i>o&&(s=i,i=o,o=s),(i!=h[0]||o!=h[1])&&(h=[i,o])),t):(c&&(a?(e=a[0],r=a[1]):(e=f[0],r=f[1],c.invert&&(e=c.invert(e),r=c.invert(r)),e>r&&(s=e,e=r,r=s))),l&&(u?(i=u[0],o=u[1]):(i=h[0],o=h[1],l.invert&&(i=l.invert(i),o=l.invert(o)),i>o&&(s=i,i=o,o=s))),c&&l?[[e,i],[r,o]]:c?[e,r]:l&&[i,o])},t.clear=function(){return t.empty()||(f=[0,0],h=[0,0],a=u=null),t},t.empty=function(){return!!c&&f[0]==f[1]||!!l&&h[0]==h[1]},sa.rebind(t,s,"on")};var Ws={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},Vs=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]],Zs=du.format=bu.timeFormat,Js=Zs.utc,Qs=Js("%Y-%m-%dT%H:%M:%S.%LZ");Zs.iso=Date.prototype.toISOString&&+new Date("2000-01-01T00:00:00.000Z")?ra:Qs,ra.parse=function(t){var n=new Date(t);return isNaN(n)?null:n},ra.toString=Qs.toString,du.second=It(function(t){return new gu(1e3*Math.floor(t/1e3))},function(t,n){t.setTime(t.getTime()+1e3*Math.floor(n))},function(t){return t.getSeconds()}),du.seconds=du.second.range,du.seconds.utc=du.second.utc.range,du.minute=It(function(t){return new gu(6e4*Math.floor(t/6e4))},function(t,n){t.setTime(t.getTime()+6e4*Math.floor(n))},function(t){return t.getMinutes()}),du.minutes=du.minute.range,du.minutes.utc=du.minute.utc.range,du.hour=It(function(t){var n=t.getTimezoneOffset()/60;return new gu(36e5*(Math.floor(t/36e5-n)+n))},function(t,n){t.setTime(t.getTime()+36e5*Math.floor(n))},function(t){return t.getHours()}),du.hours=du.hour.range,du.hours.utc=du.hour.utc.range,du.month=It(function(t){return t=du.day(t),t.setDate(1),t},function(t,n){t.setMonth(t.getMonth()+n)},function(t){return t.getMonth()}),du.months=du.month.range,du.months.utc=du.month.utc.range;var Gs=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],Ks=[[du.second,1],[du.second,5],[du.second,15],[du.second,30],[du.minute,1],[du.minute,5],[du.minute,15],[du.minute,30],[du.hour,1],[du.hour,3],[du.hour,6],[du.hour,12],[du.day,1],[du.day,2],[du.week,1],[du.month,1],[du.month,3],[du.year,1]],tc=Zs.multi([[".%L",function(t){return t.getMilliseconds()}],[":%S",function(t){return t.getSeconds()}],["%I:%M",function(t){return t.getMinutes()}],["%I %p",function(t){return t.getHours()}],["%a %d",function(t){return t.getDay()&&1!=t.getDate()}],["%b %d",function(t){return 1!=t.getDate()}],["%B",function(t){return t.getMonth()}],["%Y",Cn]]),nc={range:function(t,n,e){return sa.range(Math.ceil(t/e)*e,+n,e).map(oa)},floor:y,ceil:y};Ks.year=du.year,du.scale=function(){return ia(sa.scale.linear(),Ks,tc)};var ec=Ks.map(function(t){return[t[0].utc,t[1]]}),rc=Js.multi([[".%L",function(t){return t.getUTCMilliseconds()}],[":%S",function(t){return t.getUTCSeconds()}],["%I:%M",function(t){return t.getUTCMinutes()}],["%I %p",function(t){return t.getUTCHours()}],["%a %d",function(t){return t.getUTCDay()&&1!=t.getUTCDate()}],["%b %d",function(t){return 1!=t.getUTCDate()}],["%B",function(t){return t.getUTCMonth()}],["%Y",Cn]]);ec.year=du.year.utc,du.scale.utc=function(){return ia(sa.scale.linear(),ec,rc)},sa.text=Nt(function(t){return t.responseText}),sa.json=function(t,n){return At(t,"application/json",aa,n)},sa.html=function(t,n){return At(t,"text/html",ua,n)},sa.xml=Nt(function(t){return t.responseXML}),"function"==typeof define&&define.amd?(this.d3=sa,define("d3",sa)):"object"==typeof module&&module.exports?module.exports=sa:this.d3=sa}(),function(){"use strict";function t(t){return"function"==typeof t||"object"==typeof t&&null!==t}function n(t){return"function"==typeof t}function e(t){return"object"==typeof t&&null!==t}function r(t){F=t}function i(t){X=t}function o(){return function(){process.nextTick(l)}}function a(){return function(){I(l)}}function u(){var t=0,n=new V(l),e=document.createTextNode("");return n.observe(e,{characterData:!0}),function(){e.data=t=++t%2}}function s(){var t=new MessageChannel;return t.port1.onmessage=l,function(){t.port2.postMessage(0)}}function c(){return function(){setTimeout(l,1)}}function l(){for(var t=0;Y>t;t+=2){var n=Q[t],e=Q[t+1];n(e),Q[t]=void 0,Q[t+1]=void 0}Y=0}function f(){try{var t=require,n=t("vertx");return I=n.runOnLoop||n.runOnContext,a()}catch(e){return c()}}function h(){}function p(){return new TypeError("You cannot resolve a promise with itself")}function d(){return new TypeError("A promises callback cannot return that same promise.")}function g(t){try{return t.then}catch(n){return nt.error=n,nt}}function m(t,n,e,r){try{t.call(n,e,r)}catch(i){return i}}function v(t,n,e){X(function(t){var r=!1,i=m(e,n,function(e){r||(r=!0,n!==e?b(t,e):_(t,e))},function(n){r||(r=!0,w(t,n))},"Settle: "+(t._label||" unknown promise"));!r&&i&&(r=!0,w(t,i))},t)}function y(t,n){n._state===K?_(t,n._result):n._state===tt?w(t,n._result):S(n,void 0,function(n){b(t,n)},function(n){w(t,n)})}function x(t,e){if(e.constructor===t.constructor)y(t,e);else{var r=g(e);r===nt?w(t,nt.error):void 0===r?_(t,e):n(r)?v(t,e,r):_(t,e)}}function b(n,e){n===e?w(n,p()):t(e)?x(n,e):_(n,e)}function M(t){t._onerror&&t._onerror(t._result),E(t)}function _(t,n){t._state===G&&(t._result=n,t._state=K,0!==t._subscribers.length&&X(E,t))}function w(t,n){t._state===G&&(t._state=tt,t._result=n,X(M,t))}function S(t,n,e,r){var i=t._subscribers,o=i.length;t._onerror=null,i[o]=n,i[o+K]=e,i[o+tt]=r,0===o&&t._state&&X(E,t)}function E(t){var n=t._subscribers,e=t._state;if(0!==n.length){for(var r,i,o=t._result,a=0;aa;a++)S(r.resolve(t[a]),void 0,n,e);return i}function z(t){var n=this;if(t&&"object"==typeof t&&t.constructor===n)return t;var e=new n(h);return b(e,t),e}function O(t){var n=this,e=new n(h);return w(e,t),e}function P(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}function R(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}function L(t){this._id=st++,this._state=void 0,this._result=void 0,this._subscribers=[],h!==t&&(n(t)||P(),this instanceof L||R(),q(this,t))}function U(){var t;if("undefined"!=typeof global)t=global;else if("undefined"!=typeof self)t=self;else try{t=Function("return this")()}catch(n){throw new Error("polyfill failed because global object is unavailable in this environment")}var e=t.Promise;(!e||"[object Promise]"!==Object.prototype.toString.call(e.resolve())||e.cast)&&(t.Promise=ct)}var D;D=Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)};var I,F,B,H=D,Y=0,X=({}.toString,function(t,n){Q[Y]=t,Q[Y+1]=n,Y+=2,2===Y&&(F?F(l):B())}),$="undefined"!=typeof window?window:void 0,W=$||{},V=W.MutationObserver||W.WebKitMutationObserver,Z="undefined"!=typeof process&&"[object process]"==={}.toString.call(process),J="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel,Q=new Array(1e3);B=Z?o():V?u():J?s():void 0===$&&"function"==typeof require?f():c();var G=void 0,K=1,tt=2,nt=new k,et=new k;C.prototype._validateInput=function(t){return H(t)},C.prototype._validationError=function(){return new Error("Array Methods must be provided an Array")},C.prototype._init=function(){this._result=new Array(this.length)};var rt=C;C.prototype._enumerate=function(){for(var t=this,n=t.length,e=t.promise,r=t._input,i=0;e._state===G&&n>i;i++)t._eachEntry(r[i],i)},C.prototype._eachEntry=function(t,n){var r=this,i=r._instanceConstructor;e(t)?t.constructor===i&&t._state!==G?(t._onerror=null,r._settledAt(t._state,n,t._result)):r._willSettleAt(i.resolve(t),n):(r._remaining--,r._result[n]=t)},C.prototype._settledAt=function(t,n,e){var r=this,i=r.promise;i._state===G&&(r._remaining--,t===tt?w(i,e):r._result[n]=e),0===r._remaining&&_(i,r._result)},C.prototype._willSettleAt=function(t,n){var e=this;S(t,void 0,function(t){e._settledAt(K,n,t)},function(t){e._settledAt(tt,n,t)})};var it=T,ot=j,at=z,ut=O,st=0,ct=L;L.all=it,L.race=ot,L.resolve=at,L.reject=ut,L._setScheduler=r,L._setAsap=i,L._asap=X,L.prototype={constructor:L,then:function(t,n){var e=this,r=e._state;if(r===K&&!t||r===tt&&!n)return this;var i=new this.constructor(h),o=e._result;if(r){var a=arguments[r-1];X(function(){A(r,i,a,o)})}else S(e,i,t,n);return i},"catch":function(t){return this.then(null,t)}};var lt=U,ft={Promise:ct,polyfill:lt};"function"==typeof define&&define.amd?define("es6-promise",[],function(){return ft}):"undefined"!=typeof module&&module.exports?module.exports=ft:"undefined"!=typeof this&&(this.ES6Promise=ft),lt()}.call(this),function(t,n){"function"==typeof define&&define.amd?define("src/common/Utility",["d3","require","es6-promise"],n):t.common_Utility=n(t.d3,t.require)}(this,function(t,n){function e(t,n,e,r,i){var o,a,u=/(^([+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?)?$|^0x[0-9a-f]+$|\d+)/gi,s=/(^[ ]*|[ ]*$)/g,c=/(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[\/\-]\d{1,4}[\/\-]\d{1,4}|^\w+, \w+ \d+, \d{4})/,l=/^0x[0-9a-f]+$/i,f=/^0/,h=function(t){return!i&&(""+t).toLowerCase()||""+t},p=h(r?t[r]:t).replace(s,"")||"",d=h(r?n[r]:n).replace(s,"")||"",g=p.replace(u,"\x00$1\x00").replace(/\0$/,"").replace(/^\0/,"").split("\x00"),m=d.replace(u,"\x00$1\x00").replace(/\0$/,"").replace(/^\0/,"").split("\x00"),v=parseInt(p.match(l),16)||1!==g.length&&p.match(c)&&Date.parse(p),y=parseInt(d.match(l),16)||v&&d.match(c)&&Date.parse(d)||null;if(y){if(y>v)return"ascending"===e?-1:1;if(v>y)return"ascending"===e?1:-1}for(var x=0,b=Math.max(g.length,m.length);b>x;x++){if(o=!(g[x]||"").match(f)&&parseFloat(g[x])||g[x]||0,a=!(m[x]||"").match(f)&&parseFloat(m[x])||m[x]||0,isNaN(o)!==isNaN(a))return isNaN(o)?1:-1;if(typeof o!=typeof a&&(o+="",a+=""),a>o)return"ascending"===e?-1:1;if(o>a)return"ascending"===e?1:-1}return 0}function r(){this.items={}}function i(t,n){this.widgetElement(t),this.skipBringToTop(n)}function o(t){this._selection=new i(null,t)}r.prototype.clear=function(){for(var t in this.items)this.items[t].element().classed("selected",!1);this.items={}},r.prototype.isEmpty=function(){for(var t in this.items)return!1;return!0},r.prototype.append=function(t){this.items[t._id]=t,t.element().classed("selected",!0)},r.prototype.remove=function(t){this.items[t._id].element().classed("selected",!1),delete this.items[t._id]},r.prototype.isSelected=function(t){return void 0!==this.items[t._id]},r.prototype.get=function(){var t=[];for(var n in this.items)t.push(this.items[n]);return t},r.prototype.set=function(t){this.clear(),t.forEach(function(t,n){this.append(t)},this)},r.prototype.click=function(t,n){n.ctrlKey?this.items[t._id]?this.remove(t):this.append(t):(this.clear(),this.append(t))},i.prototype.widgetElement=function(t){return arguments.length?(this._widgetElement=t,this):this._widgetElement},i.prototype.skipBringToTop=function(t){return arguments.length?(this._skipBringToTop=t,this):this._skipBringToTop},i.prototype.enter=function(n){var e=this;n.each(function(n){var r=e._initialSelection?e._initialSelection.indexOf(JSON.stringify(n))>=0:!1;t.select(this).classed("selected",r).classed("deselected",!r)}).on("click.SimpleSelection",function(n,r){e._skipBringToTop||this.parentNode.appendChild(this);var i=t.select(this),o=i.classed("selected");e._widgetElement.selectAll(".selected").classed("selected",!1).classed("deselected",!0),o||i.classed("selected",!0).classed("deselected",!1)}).on("mouseover.SimpleSelection",function(n,e){t.select(this).classed("over",!0)}).on("mouseout.SimpleSelection",function(n,e){t.select(this).classed("over",null)})},i.prototype.selected=function(n){return t.select(n).classed("selected")},i.prototype.selection=function(n){if(!arguments.length){var e=[];return this._widgetElement&&this._widgetElement.selectAll(".selected").each(function(t){e.push(JSON.stringify(t))}),e}return this._widgetElement?this._widgetElement.selectAll(".selected,.deselected").each(function(e){var r=n.indexOf(JSON.stringify(e))>=0;t.select(this).classed("selected",r).classed("deselected",!r)}):this._initialSelection=n,this},o.prototype.serializeState=function(){return{selection:this._selection.selection(),data:this.data()}},o.prototype.deserializeState=function(t){return t&&(this._selection.selection(t.selection),t.data&&this.data(t.data)),this};var a=window.performance,u=a&&(a.now||a.mozNow||a.msNow||a.oNow||a.webkitNow);return{naturalSort:function(t,n,r,i){return t.slice(0).sort(function(t,o){return e(t,o,n,r,i)})},multiSort:function(n,e){return e&&e.length&&n.sort(function(n,r){for(var i=0;ir.length)&&(e=r.length),e-=n.length;var i=r.indexOf(n,e);return-1!==i&&i===e},d3ArrayAdapter:function(t){return{ownerDocument:{createElement:function(n){return{get __data__(){return this.row},set __data__(n){this.row=t[this.index]=n}}},createElementNS:function(t,n){return this.createElement(n)}},querySelectorAll:function(n){if(n)throw"unsupported";var e=this;return t.map(function(n,r){return{ownerDocument:e.ownerDocument,parentNode:e,get __data__(){return n},set __data__(n){t[r]=n}}})},appendChild:function(n){return n.parentNode=this,n.index=t.length,t.push(null),n},insertBefore:function(n,e){var r=t.indexOf(n.__data__),i=t.indexOf(e.__data__);return r>i?t.splice(i,0,t.splice(r,1)[0]):i-1>r&&t.splice(i-1,0,t.splice(r,1)[0]),n},removeChild:function(n){return t.splice(t.indexOf(n.__data__),1),n}}},downloadBlob:function(n,e,r,i){var o=new Date,a=t.time.format("%Y-%m-%dT%H_%M_%S"),u=a(o);r=r||"data_"+u+"."+n.toLowerCase();var s=r+(i?"."+i:""),c="";switch(n){case"TSV":c="text/tab-seperated-values";break;case"JSON":c="application/json";break;default:c="text/csv"}var l=document.createElement("a");if(navigator.msSaveBlob)return l=null,navigator.msSaveBlob(new Blob([e],{type:c}),s);if("download"in l)return l.href="data:"+c+","+encodeURIComponent(e),l.setAttribute("download",s),document.body.appendChild(l),setTimeout(function(){l.click(),document.body.removeChild(l)},10),!0;l=null;var f=document.createElement("iframe");return document.body.appendChild(f),f.src="data:"+c+","+encodeURIComponent(e),setTimeout(function(){document.body.removeChild(f)},100),!0},widgetPath:function(t){return"../"+t.split("_").join("/")},parseClassID:function(t,n){n=n||"..";var e=t.split(".");return{path:n+"/"+e[0].split("_").join("/"),memberWidgetID:e.length>1?e[1]:null}},requireWidget:function(t){var e=this;return new Promise(function(r,i){var o=e.parseClassID(t);n([o.path],function(t){r(o.memberWidgetID?t.prototype?t.prototype[o.memberWidgetID]:t[o.memberWidgetID]:t)})})},checksum:function(t){switch(t instanceof Array&&(t=t.join("")+t.length),typeof t){case"string":break;default:t=""+t}for(var n=305419896,e=0,r=t.length;r>e;++e)n+=t.charCodeAt(e)*(e+1);return(4294967295&n).toString(16)},getTime:function(){return u&&u.call(a)||(new Date).getTime()},mixin:function(t,n){function e(t,n){var e,r={};for(var i in n)e=n[i],i in t&&(t[i]===e||i in r&&r[i]===e)||(t[i]=e);return t}t=t||{};for(var r=1,i=arguments.length;i>r;r++)e(t,arguments[r]);return t}}}),function(t,n){"function"==typeof define&&define.amd?define("src/other/Persist",["../common/Utility"],n):t.other_Persist=n(t.common_Utility)}(this,function(t){function n(t){return t.publishedProperties(!1,!0)}function e(t,i){t&&(i(t),n(t).forEach(function(n){switch(n.type){case"widget":e(t[n.id](),i);break;case"widgetArray":case"propertyArray":r(t[n.id](),i)}}))}function r(t,n){t&&t.forEach(function(t){e(t,n)})}function i(t,n,e){t.propertyWalker(n,e)}function o(t,n,r){e(t,function(t){i(t,n,r)}); +}return{discover:n,widgetWalker:e,widgetArrayWalker:r,propertyWalker:i,widgetPropertyWalker:o,serializeTheme:function(t,n){return JSON.stringify(this.serializeThemeToObject(t,n))},serializeThemeToObject:function(t,n){function e(t,n){var e=!1;for(var r in n)if(-1!==t.indexOf(n[r])){e=!0;break}return e}n=n||["surface","Color","Font","palette"];var r={};return o(t,null,function(t,i){if((t[i.id+"_modified"]()||t.publishedProperty(i.id).origDefaultValue!==t.publishedProperty(i.id).defaultValue)&&e(i.id,n)){var o=t._class.trim().split(" ");for(var a in o){if(void 0===r[o[a]]&&(r[o[a]]={}),void 0===r[o[a]][i.id]){r[o[a]][i.id]=t[i.id]();break}if(r[o[a]][i.id]===t[i.id]())break}}}),r},removeTheme:function(t,n){o(t,null,function(t,n){t.publishedProperty(n.id).defaultValue=t.publishedProperty(n.id).origDefaultValue}),"function"==typeof n&&n.call(this)},applyTheme:function(t,n,e){var r=this;o(t,null,function(t,e){switch(e.type){case"widget":return r.applyTheme(t[e.id](),n),!0;case"widgetArray":var i=t[e.id]();return i.forEach(function(t){r.applyTheme(t,n)},this),!0;default:t.applyTheme(n)}}),"function"==typeof e&&e.call(this)},serializeToObject:function(t,n,e,r){var o={__class:t.classID()};0!==t._id.indexOf(t._idSeed)&&(o.__id=t._id),t.version&&(o.__version=t.version()),o.__properties={};var a=this;if(i(t,n,function(n,i){if(n[i.id+"_modified"]())switch(i.type){case"widget":return o.__properties[i.id]=a.serializeToObject(n[i.id](),null,e,r&&!t.serializeState),!0;case"widgetArray":case"propertyArray":o.__properties[i.id]=[];var u=n[i.id]();return u.forEach(function(n,u){o.__properties[i.id].push(a.serializeToObject(n,null,e,r&&!t.serializeState))}),!0;default:o.__properties[i.id]=n[i.id]()}}),"marshaller_Graph"===t.classID()){var u=t.data().vertices;u&&(this.__vertices=u.map(function(n){return this.serializeToObject(n,null,e,r&&!t.serializeState)},this))}return e&&t.data&&(o.__data||(o.__data={}),o.__data.data=t.data()),r&&(t.serializeState?o.__state=t.serializeState():t.data&&(o.__state={data:t.data()})),o},serialize:function(t,n,e,r){return JSON.stringify(this.serializeToObject(t,n,e,r))},deserializeFromObject:function(t,n,e){var r=0,i=this;o(t,null,function(t,e){if(t[e.id+"_reset"](),void 0!==n.__properties[e.id])switch(e.type){case"widget":++r;var o=e.id;i.create(n.__properties[e.id],function(n){t[o](n),--r});break;case"widgetArray":case"propertyArray":var a=e.id,u=n.__properties[e.id];if(u.length){++r;var s=[];s.length=u.length;var c=0;u.forEach(function(n,e){++c,i.create(n,function(n){n._owner=t,s[e]=n,--c});var o=setInterval(function(){0>=c&&(clearInterval(o),c=void 0,t[a](s),--r)},20)})}break;default:t[e.id](n.__properties[e.id])}});var a=setInterval(function(){if(0>=r){if(clearInterval(a),r=void 0,n.__data)for(var i in n.__data)switch(i){case"data":t.data(n.__data[i]);break;default:console.log("Unexpected __data item: "+i),t[i](n.__data[i])}n.__state&&(t.deserializeState?t.deserializeState(n.__state):n.__state.data&&t.data&&t.data(n.__state.data)),e(t)}},20)},deserialize:function(t,n,e){"string"==typeof n&&(n=JSON.parse(n)),n.__id&&0!==n.__id.indexOf(t._idSeed)&&t._id!==n.__id&&console.log("Deserialize: IDs do not match - "+t._id),this.deserializeFromObject(t,n,e)},create:function(n,e){"string"==typeof n&&(n=JSON.parse(n));var r=this;t.requireWidget(n.__class).then(function(t){var i=new t;n.__id&&0!==n.__id.indexOf(i._idSeed)&&0!==n.__id.indexOf("_pe")&&(i._id=n.__id),r.deserializeFromObject(i,n,e)})["catch"](function(t){console.log("Persist.create: ***exception***"),console.log(t),e(null)})},clone:function(t,n){this.create(this.serializeToObject(t,[],!0,!0),n)}}}),function(t){function n(t){return t.config({baseUrl:".",paths:{requireLib:"../node_modules/requirejs/require",css:"../node_modules/require-css/css","css-builder":"../node_modules/require-css/css-builder",normalize:"../node_modules/require-css/normalize",async:"../node_modules/requirejs-plugins/src/async",propertyParser:"../node_modules/requirejs-plugins/src/propertyParser",goog:"../node_modules/requirejs-plugins/src/goog",text:"../node_modules/requirejs-text/text",json:"../node_modules/requirejs-plugins/src/json",d3:"../bower_components/d3/d3",c3:"../bower_components/c3/c3",dagre:"../bower_components/dagre/index",topojson:"../bower_components/topojson/topojson",colorbrewer:"../bower_components/colorbrewer/colorbrewer","d3-cloud":"../bower_components/d3-cloud/build/d3.layout.cloud","d3-sankey":"../bower_components/d3-plugins/sankey/sankey","font-awesome":"../bower_components/font-awesome/css/font-awesome","es6-promise":"../bower_components/es6-promise/promise","d3-hexbin":"../bower_components/d3-plugins/hexbin/hexbin","d3-tip":"../bower_components/d3-tip/index","d3-bullet":"../bower_components/d3-plugins/bullet/bullet",amcharts:"../bower_components/amcharts3/amcharts/amcharts","amcharts.funnel":"../bower_components/amcharts3/amcharts/funnel","amcharts.gauge":"../bower_components/amcharts3/amcharts/gauge","amcharts.pie":"../bower_components/amcharts3/amcharts/pie","amcharts.radar":"../bower_components/amcharts3/amcharts/radar","amcharts.serial":"../bower_components/amcharts3/amcharts/serial","amcharts.xy":"../bower_components/amcharts3/amcharts/xy","amcharts.gantt":"../bower_components/amcharts3/amcharts/gantt","amcharts.plugins.responsive":"../bower_components/amcharts3/amcharts/plugins/responsive/responsive",amchartsImg:"../bower_components/amcharts3/amcharts/images/",simpleheat:"../bower_components/simpleheat/index",autoComplete:"../bower_components/javascript-auto-complete/auto-complete",src:"../src"},shim:{"amcharts.funnel":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.gauge":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.pie":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.radar":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.serial":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.xy":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.gantt":{deps:["amcharts","amcharts.serial"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},simpleheat:{exports:"simpleheat",init:function(){simpleheat.isReady=!0}}}})}function e(t,n){return{css:n+"/guybedford/require-css/0.1.8/css.min","css-builder":n+"/guybedford/require-css/0.1.8/css-builder.min",normalize:n+"/guybedford/require-css/0.1.8/normalize.min",async:n+"/millermedeiros/requirejs-plugins/v1.0.3/src/async",propertyParser:n+"/millermedeiros/requirejs-plugins/v1.0.3/src/propertyParser",goog:n+"/millermedeiros/requirejs-plugins/v1.0.3/src/goog",text:n+"/requirejs/text/2.0.12/text",json:n+"/millermedeiros/requirejs-plugins/v1.0.3/src/json",d3:n+"/mbostock/d3/v3.5.17/d3.min",c3:n+"/masayuki0812/c3/0.4.11/c3.min",dagre:n+"/cpettitt/dagre/v0.7.3/dist/dagre.min",topojson:n+"/mbostock-bower/topojson-bower/v1.6.26/topojson.min",colorbrewer:n+"/jeanlauliac/colorbrewer/v1.0.0/colorbrewer","d3-cloud":n+"/jasondavies/d3-cloud/v1.2.2/build/d3.layout.cloud","d3-sankey":n+"/d3/d3-plugins/master/sankey/sankey","font-awesome":n+"/FortAwesome/Font-Awesome/v4.6.3/css/font-awesome.min","es6-promise":n+"/jakearchibald/es6-promise/v3.2.2/dist/es6-promise.min","d3-hexbin":n+"/d3/d3-plugins/master/hexbin/hexbin","d3-tip":n+"/Caged/d3-tip/v0.6.7/index","d3-bullet":n+"/d3/d3-plugins/master/bullet/bullet",amcharts:n+"/amcharts/amcharts3/3.18.0/amcharts/amcharts","amcharts.funnel":n+"/amcharts/amcharts3/3.18.0/amcharts/funnel","amcharts.gauge":n+"/amcharts/amcharts3/3.18.0/amcharts/gauge","amcharts.pie":n+"/amcharts/amcharts3/3.18.0/amcharts/pie","amcharts.radar":n+"/amcharts/amcharts3/3.18.0/amcharts/radar","amcharts.serial":n+"/amcharts/amcharts3/3.18.0/amcharts/serial","amcharts.xy":n+"/amcharts/amcharts3/3.18.0/amcharts/xy","amcharts.gantt":n+"/amcharts/amcharts3/3.18.0/amcharts/gantt","amcharts.plugins.responsive":n+"/amcharts/amcharts3/3.18.0/amcharts/plugins/responsive/responsive","amcharts.plugins.dataloader":n+"/amcharts/amcharts3/3.18.0/amcharts/plugins/dataloader",amchartsImg:n+"/amcharts/amcharts3/3.18.0/amcharts/images/",simpleheat:n+"/mourner/simpleheat/v0.3.0/simpleheat",autoComplete:n+"/Pixabay/JavaScript-autoComplete/1.0.4/auto-complete",src:t}}function r(e){n(t.hpccsystems.require);var r=t.hpccsystems.require.s.contexts._.config,i={};for(var o in r.paths)i[o]=e+"/"+r.paths[o];t.hpccsystems.require.config({baseUrl:".",paths:i})}function i(n){t.hpccsystems.require.config({baseUrl:".",bundles:{"src/hpcc-viz-common":["d3","d3-bullet","d3-sankey","d3-cloud","es6-promise","src/common/CanvasWidget","src/common/Class","src/common/Database","src/common/FAChar","src/common/HTMLWidget","src/common/Icon","src/common/IList","src/common/Image","src/common/IMenu","src/common/List","src/common/Menu","src/common/Palette","src/common/Platform","src/common/PropertyExt","src/common/ResizeSurface","src/common/Shape","src/common/Surface","src/common/SVGWidget","src/common/SVGZoomWidget","src/common/Text","src/common/TextBox","src/common/Transition","src/common/Utility","src/common/Widget","src/common/WidgetArray"],"src/hpcc-viz-layout":["src/layout/AbsoluteSurface","src/layout/Accordion","src/layout/Border","src/layout/Cell","src/layout/Grid","src/layout/Layered","src/layout/Popup","src/layout/Surface","src/layout/Tabbed","src/layout/Toolbar"],"src/hpcc-viz-api":["src/api/I1DChart","src/api/I2DChart","src/api/IGraph","src/api/IInput","src/api/INDChart","src/api/ITooltip","src/api/ITree"],"src/hpcc-viz-other":["src/other/Audio","src/other/AutoCompleteText","src/other/CalendarHeatMap","src/other/Comms","src/other/HeatMap","src/other/Html","src/other/Legend","src/other/MorphText","src/other/NestedTable","src/other/Paginator","src/other/Persist","src/other/PropertyEditor","src/other/Select","src/other/Table","src/other/ThemeEditor","src/other/WordCloud"],"src/hpcc-viz-chart":["src/chart/Area","src/chart/Axis","src/chart/Bar","src/chart/Bubble","src/chart/Bullet","src/chart/Column","src/chart/Gantt","src/chart/HexBin","src/chart/Line","src/chart/MultiChart","src/chart/MultiChartSurface","src/chart/Pie","src/chart/Scatter","src/chart/Step","src/chart/Summary","src/chart/XYAxis"],"src/hpcc-viz-form":["src/form/Button","src/form/CheckBox","src/form/ColorInput","src/form/Form","src/form/Input","src/form/Radio","src/form/Range","src/form/Select","src/form/Slider","src/form/TextArea"],"src/hpcc-viz-c3chart":["src/c3chart/Area","src/c3chart/Bar","src/c3chart/Column","src/c3chart/Combo","src/c3chart/Common","src/c3chart/Common1D","src/c3chart/Common2D","src/c3chart/CommonND","src/c3chart/Donut","src/c3chart/Gauge","src/c3chart/Line","src/c3chart/Pie","src/c3chart/Scatter","src/c3chart/Step"],"src/hpcc-viz-google":["src/google/Area","src/google/Bar","src/google/Column","src/google/Combo","src/google/Common","src/google/Common2D","src/google/CommonND","src/google/Line","src/google/Material","src/google/MaterialBar","src/google/MaterialGantt","src/google/Pie","src/google/Scatter","src/google/Timeline","src/google/TreeMap"],"src/hpcc-viz-amchart":["src/amchart/Area","src/amchart/Axis","src/amchart/Bar","src/amchart/Column","src/amchart/Combo","src/amchart/CommonFunnel","src/amchart/CommonRadar","src/amchart/CommonSerial","src/amchart/CommonXY","src/amchart/Funnel","src/amchart/Gantt","src/amchart/Gauge","src/amchart/Line","src/amchart/Pie","src/amchart/Polar","src/amchart/Pyramid","src/amchart/Scatter","src/amchart/SerialAxis","src/amchart/XYAxis"],"src/hpcc-viz-tree":["src/tree/CirclePacking","src/tree/Dendrogram","src/tree/SunburstPartition","src/tree/Treemap"],"src/hpcc-viz-graph":["src/graph/Edge","src/graph/Graph","src/graph/GraphData","src/graph/GraphLayouts","src/graph/Sankey","src/graph/Vertex"],"src/hpcc-viz-map":["src/map/Choropleth","src/map/ChoroplethContinents","src/map/ChoroplethCounties","src/map/ChoroplethCountries","src/map/ChoroplethStates","src/map/ChoroplethStatesHeat","src/map/GeoHash","src/map/GMap","src/map/GMapGraph","src/map/GMapHeat","src/map/GMapLayered","src/map/GMapPin","src/map/GMapPinLine","src/map/Graph","src/map/Graticule","src/map/Heat","src/map/IChoropleth","src/map/Layer","src/map/Layered","src/map/Lines","src/map/OpenStreet","src/map/Pins","src/map/TestHeatMap","src/map/TopoJSONChoropleth","src/map/Utility"],"src/hpcc-viz-composite":["src/composite/MegaChart"],"src/hpcc-viz-marshaller":["src/marshaller/FlyoutButton","src/marshaller/Graph","src/marshaller/HipieDDL","src/marshaller/HipieDDLMixin","src/marshaller/HTML","src/marshaller/Tabbed","src/marshaller/TargetMarshaller"]},paths:{src:n,"font-awesome":n+"/font-awesome/css/font-awesome.min",amchartsImg:n+"/img/amcharts/"}})}function o(e){return n(t.hpccsystems.require),t.hpccsystems.require.config({waitSeconds:30,baseUrl:".",paths:t.hpccsystems.cache[e].rawgitPaths})}function a(n,r,i,o){var a="https:"===t.location.protocol?"https://":"http://"+n;t.hpccsystems.require([r+"/loader.js"],function(){o(t.hpccsystems.require.config({waitSeconds:30,baseUrl:r,context:i,paths:t.hpccsystems.cache[r].rawgitPaths}))},function(n){o(t.hpccsystems.require.config({waitSeconds:30,baseUrl:r,context:i,paths:e(r,a)}))})}function u(n,e,r){var i=n+"/hpcc-bundles-def.js";t.hpccsystems.require([i],function(i){var o=t.hpccsystems.require.config({context:e,baseUrl:n,bundles:i,paths:{src:n,"font-awesome":n+"/font-awesome/css/font-awesome.min",amchartsImg:n+"/img/amcharts/"}});o([n+"/hpcc-viz.js"],function(){r(o)})})}t.hpccsystems=t.hpccsystems||{},t.hpccsystems.cache=t.hpccsystems.cache||{},function(){var n={url:""};if(document&&document.currentScript)n.url=document.currentScript.src;else for(var a=document.getElementsByTagName("script"),u=a.length-1;u>=0;--u){var s=a[u],c=void 0!==s.getAttribute.length?s.src:s.getAttribute("src",-1);if(c.indexOf("loader.js")>0||c.indexOf("hpcc-viz.js")>0){n.url=c;break}}var l=n.url.split("/");if(n.filename=l.pop(),n.srcUrl=l.join("/"),!t.hpccsystems.cache[n.srcUrl]){var f="https:"===t.location.protocol?"https://rawgit.com":"http://rawgit.com";t.hpccsystems.cache[n.srcUrl]={rawgitPaths:e(n.srcUrl,f)}}if(!t.hpccsystems.require&&(t.hpccsystems.require=t.require||require,!t.hpccsystems.skipAutoConfig))switch(n.filename){case"loader.js":switch(t.location.hostname){case"rawgit.com":o(n.srcUrl);break;default:r(n.srcUrl)}break;case"hpcc-viz.js":i(n.srcUrl)}}(),t.hpccsystems.redirect||(t.hpccsystems.redirect=function(){function n(n){n=n||{};var e=n.protocol||("https:"===t.location.protocol?"https:":"http:"),r=n.hostname||t.location.hostname,i=void 0!==n.port?n.port:t.location.port,o=r+(i?":"+i:""),a=n.pathname||t.location.pathname,u=e+"//"+o+a;return u}function e(t){return n({hostname:"viz.hpccsystems.com",port:"",pathname:"/"+t+"/dist-amd"})}return{github:function(t,e,r,i){switch(i=arguments[arguments.length-1],arguments.length){case 1:t="master";case 2:e="hpcc-systems";case 3:r="Visualization"}var o=n({hostname:"rawgit.com",port:"",pathname:"/"+e+"/"+r+"/"+t+"/src"});a("rawgit.com",o,e+"_"+r+"_"+t,i)},cdn:function(t,n){var r=e(t);u(r,t,n)},create:function(t,n){function e(t){console.log("Loader 'create' Error:\n"+t.message)}switch("string"==typeof t&&(t=JSON.parse(t)),t.__version){case"1":case"2":case"3":this.cdn("v1.10.0",function(r){r(["src/other/Persist"],function(e){e.create(t,n)},e)});break;default:this.cdn("v"+t.__version,function(r){r(["src/other/Persist"],function(e){e.create(t,n)},e)})}}}}())}(this),define("src/loader",function(){}),define("hpcc-viz",function(){}); \ No newline at end of file diff --git a/dist-amd/img/amcharts/dragIcon.gif b/dist-amd/img/amcharts/dragIcon.gif new file mode 100644 index 0000000000..f11ed937b2 Binary files /dev/null and b/dist-amd/img/amcharts/dragIcon.gif differ diff --git a/dist-amd/img/amcharts/dragIconBlack.gif b/dist-amd/img/amcharts/dragIconBlack.gif new file mode 100644 index 0000000000..52301cfefa Binary files /dev/null and b/dist-amd/img/amcharts/dragIconBlack.gif differ diff --git a/dist-amd/img/amcharts/dragIconH.gif b/dist-amd/img/amcharts/dragIconH.gif new file mode 100644 index 0000000000..686c45c58a Binary files /dev/null and b/dist-amd/img/amcharts/dragIconH.gif differ diff --git a/dist-amd/img/amcharts/dragIconHBlack.gif b/dist-amd/img/amcharts/dragIconHBlack.gif new file mode 100644 index 0000000000..3d65e462c4 Binary files /dev/null and b/dist-amd/img/amcharts/dragIconHBlack.gif differ diff --git a/dist-amd/img/amcharts/dragIconRectBig.png b/dist-amd/img/amcharts/dragIconRectBig.png new file mode 100644 index 0000000000..e57ef66b71 Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRectBig.png differ diff --git a/dist-amd/img/amcharts/dragIconRectBig.svg b/dist-amd/img/amcharts/dragIconRectBig.svg new file mode 100644 index 0000000000..605e3607d4 --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRectBig.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRectBigBlack.png b/dist-amd/img/amcharts/dragIconRectBigBlack.png new file mode 100644 index 0000000000..0d575c83f3 Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRectBigBlack.png differ diff --git a/dist-amd/img/amcharts/dragIconRectBigBlack.svg b/dist-amd/img/amcharts/dragIconRectBigBlack.svg new file mode 100644 index 0000000000..68eb9d2e62 --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRectBigBlack.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRectBigBlackH.png b/dist-amd/img/amcharts/dragIconRectBigBlackH.png new file mode 100644 index 0000000000..293f19ff89 Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRectBigBlackH.png differ diff --git a/dist-amd/img/amcharts/dragIconRectBigBlackH.svg b/dist-amd/img/amcharts/dragIconRectBigBlackH.svg new file mode 100644 index 0000000000..10a146f5d0 --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRectBigBlackH.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRectBigH.png b/dist-amd/img/amcharts/dragIconRectBigH.png new file mode 100644 index 0000000000..02e58a60dd Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRectBigH.png differ diff --git a/dist-amd/img/amcharts/dragIconRectBigH.svg b/dist-amd/img/amcharts/dragIconRectBigH.svg new file mode 100644 index 0000000000..539ea41c12 --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRectBigH.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRectSmall.png b/dist-amd/img/amcharts/dragIconRectSmall.png new file mode 100644 index 0000000000..21e413e8d4 Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRectSmall.png differ diff --git a/dist-amd/img/amcharts/dragIconRectSmall.svg b/dist-amd/img/amcharts/dragIconRectSmall.svg new file mode 100644 index 0000000000..ce93c50342 --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRectSmall.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRectSmallBlack.png b/dist-amd/img/amcharts/dragIconRectSmallBlack.png new file mode 100644 index 0000000000..ad102552a7 Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRectSmallBlack.png differ diff --git a/dist-amd/img/amcharts/dragIconRectSmallBlack.svg b/dist-amd/img/amcharts/dragIconRectSmallBlack.svg new file mode 100644 index 0000000000..74094b5023 --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRectSmallBlack.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRectSmallBlackH.png b/dist-amd/img/amcharts/dragIconRectSmallBlackH.png new file mode 100644 index 0000000000..feb6527f53 Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRectSmallBlackH.png differ diff --git a/dist-amd/img/amcharts/dragIconRectSmallBlackH.svg b/dist-amd/img/amcharts/dragIconRectSmallBlackH.svg new file mode 100644 index 0000000000..fa50e99de8 --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRectSmallBlackH.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRectSmallH.png b/dist-amd/img/amcharts/dragIconRectSmallH.png new file mode 100644 index 0000000000..93674740a9 Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRectSmallH.png differ diff --git a/dist-amd/img/amcharts/dragIconRectSmallH.svg b/dist-amd/img/amcharts/dragIconRectSmallH.svg new file mode 100644 index 0000000000..ba03844001 --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRectSmallH.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRoundBig.png b/dist-amd/img/amcharts/dragIconRoundBig.png new file mode 100644 index 0000000000..794796a58a Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRoundBig.png differ diff --git a/dist-amd/img/amcharts/dragIconRoundBig.svg b/dist-amd/img/amcharts/dragIconRoundBig.svg new file mode 100644 index 0000000000..45bfd36dee --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRoundBig.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRoundBigBlack.png b/dist-amd/img/amcharts/dragIconRoundBigBlack.png new file mode 100644 index 0000000000..047930ffa8 Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRoundBigBlack.png differ diff --git a/dist-amd/img/amcharts/dragIconRoundBigBlack.svg b/dist-amd/img/amcharts/dragIconRoundBigBlack.svg new file mode 100644 index 0000000000..dff3946560 --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRoundBigBlack.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRoundBigBlackH.png b/dist-amd/img/amcharts/dragIconRoundBigBlackH.png new file mode 100644 index 0000000000..54120057ab Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRoundBigBlackH.png differ diff --git a/dist-amd/img/amcharts/dragIconRoundBigBlackH.svg b/dist-amd/img/amcharts/dragIconRoundBigBlackH.svg new file mode 100644 index 0000000000..36b6d1494b --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRoundBigBlackH.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRoundBigH.png b/dist-amd/img/amcharts/dragIconRoundBigH.png new file mode 100644 index 0000000000..5cbee673dd Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRoundBigH.png differ diff --git a/dist-amd/img/amcharts/dragIconRoundBigH.svg b/dist-amd/img/amcharts/dragIconRoundBigH.svg new file mode 100644 index 0000000000..e9a94bfa93 --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRoundBigH.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRoundSmall.png b/dist-amd/img/amcharts/dragIconRoundSmall.png new file mode 100644 index 0000000000..05703ebfbf Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRoundSmall.png differ diff --git a/dist-amd/img/amcharts/dragIconRoundSmall.svg b/dist-amd/img/amcharts/dragIconRoundSmall.svg new file mode 100644 index 0000000000..4143773024 --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRoundSmall.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRoundSmallBlack.png b/dist-amd/img/amcharts/dragIconRoundSmallBlack.png new file mode 100644 index 0000000000..76c07d2c95 Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRoundSmallBlack.png differ diff --git a/dist-amd/img/amcharts/dragIconRoundSmallBlack.svg b/dist-amd/img/amcharts/dragIconRoundSmallBlack.svg new file mode 100644 index 0000000000..4e1f3a40c0 --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRoundSmallBlack.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRoundSmallBlackH.png b/dist-amd/img/amcharts/dragIconRoundSmallBlackH.png new file mode 100644 index 0000000000..e7efe4629f Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRoundSmallBlackH.png differ diff --git a/dist-amd/img/amcharts/dragIconRoundSmallBlackH.svg b/dist-amd/img/amcharts/dragIconRoundSmallBlackH.svg new file mode 100644 index 0000000000..a09cc915ac --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRoundSmallBlackH.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/dragIconRoundSmallH.png b/dist-amd/img/amcharts/dragIconRoundSmallH.png new file mode 100644 index 0000000000..e04163d896 Binary files /dev/null and b/dist-amd/img/amcharts/dragIconRoundSmallH.png differ diff --git a/dist-amd/img/amcharts/dragIconRoundSmallH.svg b/dist-amd/img/amcharts/dragIconRoundSmallH.svg new file mode 100644 index 0000000000..14b2f6eb22 --- /dev/null +++ b/dist-amd/img/amcharts/dragIconRoundSmallH.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/eraserIcon.svg b/dist-amd/img/amcharts/eraserIcon.svg new file mode 100644 index 0000000000..a8722e472f --- /dev/null +++ b/dist-amd/img/amcharts/eraserIcon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/eraserIconH.svg b/dist-amd/img/amcharts/eraserIconH.svg new file mode 100644 index 0000000000..929f1c3785 --- /dev/null +++ b/dist-amd/img/amcharts/eraserIconH.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/export.png b/dist-amd/img/amcharts/export.png new file mode 100644 index 0000000000..16435ab268 Binary files /dev/null and b/dist-amd/img/amcharts/export.png differ diff --git a/dist-amd/img/amcharts/exportWhite.png b/dist-amd/img/amcharts/exportWhite.png new file mode 100644 index 0000000000..fab0b42828 Binary files /dev/null and b/dist-amd/img/amcharts/exportWhite.png differ diff --git a/dist-amd/img/amcharts/lens.png b/dist-amd/img/amcharts/lens.png new file mode 100644 index 0000000000..439feed03c Binary files /dev/null and b/dist-amd/img/amcharts/lens.png differ diff --git a/dist-amd/img/amcharts/lens.svg b/dist-amd/img/amcharts/lens.svg new file mode 100644 index 0000000000..e1033acc30 --- /dev/null +++ b/dist-amd/img/amcharts/lens.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/dist-amd/img/amcharts/lensWhite.png b/dist-amd/img/amcharts/lensWhite.png new file mode 100644 index 0000000000..68408fac43 Binary files /dev/null and b/dist-amd/img/amcharts/lensWhite.png differ diff --git a/dist-amd/img/amcharts/lensWhite.svg b/dist-amd/img/amcharts/lensWhite.svg new file mode 100644 index 0000000000..9f245555d2 --- /dev/null +++ b/dist-amd/img/amcharts/lensWhite.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/dist-amd/img/amcharts/lensWhite_old.png b/dist-amd/img/amcharts/lensWhite_old.png new file mode 100644 index 0000000000..2434fd61e1 Binary files /dev/null and b/dist-amd/img/amcharts/lensWhite_old.png differ diff --git a/dist-amd/img/amcharts/lens_old.png b/dist-amd/img/amcharts/lens_old.png new file mode 100644 index 0000000000..8dcfcae2af Binary files /dev/null and b/dist-amd/img/amcharts/lens_old.png differ diff --git a/dist-amd/img/amcharts/pencilIcon.svg b/dist-amd/img/amcharts/pencilIcon.svg new file mode 100644 index 0000000000..9602c94d25 --- /dev/null +++ b/dist-amd/img/amcharts/pencilIcon.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/pencilIconH.svg b/dist-amd/img/amcharts/pencilIconH.svg new file mode 100644 index 0000000000..aac13f04ce --- /dev/null +++ b/dist-amd/img/amcharts/pencilIconH.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + diff --git a/dist-amd/img/amcharts/xIcon.svg b/dist-amd/img/amcharts/xIcon.svg new file mode 100644 index 0000000000..c19ec556ce --- /dev/null +++ b/dist-amd/img/amcharts/xIcon.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/dist-amd/img/amcharts/xIconH.svg b/dist-amd/img/amcharts/xIconH.svg new file mode 100644 index 0000000000..90287fde71 --- /dev/null +++ b/dist-amd/img/amcharts/xIconH.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/dist-amd/layout/AbsoluteSurface.css b/dist-amd/layout/AbsoluteSurface.css new file mode 100644 index 0000000000..8a07c65f4b --- /dev/null +++ b/dist-amd/layout/AbsoluteSurface.css @@ -0,0 +1,13 @@ +.layout_AbsoluteSurface { + pointer-events: none; +} +.layout_AbsoluteSurface .placeholder { + position: relative; + overflow: hidden; +} +.layout_Layered .placeholder .common_Widget { + pointer-events: all; +} +.layout_Layered .placeholder .common_Widget.layout_AbsoluteSurface { + pointer-events: none; +} diff --git a/dist-amd/layout/AbsoluteSurface.js b/dist-amd/layout/AbsoluteSurface.js new file mode 100644 index 0000000000..3cfe8f4317 --- /dev/null +++ b/dist-amd/layout/AbsoluteSurface.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../common/TextBox","css!./AbsoluteSurface"],e):t.layout_AbsoluteSurface=e(t.d3,t.common_HTMLWidget,t.common_TextBox)}(this,function(t,e,i){function o(){e.call(this),this._tag="div"}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" layout_AbsoluteSurface",o.prototype.publish("units","percent","set","Units",["pixels","percent"]),o.prototype.publish("widgetX",0,"number","Widget XPos"),o.prototype.publish("widgetY",0,"number","Widget YPos"),o.prototype.publish("widgetWidth","100","string","Widget Width, omit for full"),o.prototype.publish("widgetHeight","100","string","Widget Height, omit for full"),o.prototype.publish("widget",null,"widget","Widget",null,{tags:["Private"]}),o.prototype.publish("opacity",1,"number","Opacity"),o.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},o.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var o=0,p=0,s=this.clientWidth(),h=this.clientHeight();switch(this.units()){case"pixels":o=this.widgetX(),p=this.widgetY(),s=""===this.widgetWidth()?s-o:Number(this.widgetWidth()),h=""===this.widgetHeight()?h-p:Number(this.widgetHeight());break;case"percent":o=this.widgetX()*s/100,p=this.widgetY()*h/100,s=""===this.widgetWidth()?s-o:Number(this.widgetWidth()*s/100),h=""===this.widgetHeight()?h-p:Number(this.widgetHeight()*h/100)}i.style("opacity",this.opacity());var r=i.selectAll("#"+this._id+" > .placeholder").data(this.widget()?[this.widget()]:[],function(t){return t._id});r.enter().append("div").attr("class","placeholder").each(function(t){t.target(this)}),r.style({left:o+"px",top:p+"px",width:s+"px",bottom:h+"px"}).each(function(t){t.resize({width:s,height:h})}),r.exit().each(function(t){t.target(null)}).remove()},o.prototype.exit=function(t,i){this.widget()&&(this.widget(null),this.render()),e.prototype.exit.apply(this,arguments)},o}); \ No newline at end of file diff --git a/dist-amd/layout/Accordion.css b/dist-amd/layout/Accordion.css new file mode 100644 index 0000000000..c27c456b3e --- /dev/null +++ b/dist-amd/layout/Accordion.css @@ -0,0 +1,84 @@ +.layout_Accordion > ul{ + position:relative; +} +.layout_Accordion.open > span { + font-style:italic; +} +.layout_Accordion.closed > ul { + height: 0px; + overflow: hidden; +} +.layout_Accordion.open > ul{ + display:block; +} +.layout_Accordion > .collapsible-icon, +.layout_Accordion > .collapsible-title{ + cursor:pointer; + box-sizing: border-box; +} +.layout_Accordion > .collapsible-title{ + display:block; + width:100%; +} +.layout_Accordion > .collapsible-title{ + font-size: 13px; + color:#FFF; + padding:4px 8px; + height:26px; + -webkit-box-shadow: inset 0px -1px 1px 0px rgba(0,0,0,0.2); + -moz-box-shadow: inset 0px -1px 1px 0px rgba(0,0,0,0.2); + box-shadow: inset 0px -1px 1px 0px rgba(0,0,0,0.2); +} +.layout_Accordion li{ + background-color:#FFFFFF; +} +.layout_Accordion > ul, +.layout_Accordion > .collapsible-title{ + background-color:#333; +} +.layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion > .collapsible-title{ + background-color:#555; +} +.layout_Accordion .layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion .layout_Accordion > .collapsible-title{ + background-color:#777; +} +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > .collapsible-title{ + background-color:#999; +} +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > .collapsible-title{ + background-color:#BBB; +} +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > .collapsible-title{ + background-color:#CCC; +} +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > .collapsible-title{ + background-color:#DDD; +} +.layout_Accordion > ul, +.layout_Accordion > span{ + padding-left:0px; +} +.layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion > span{ + padding-left: 12px; +} +.layout_Accordion > .collapsible-title:before{ + padding: 4px 8px 4px 8px; + position: absolute; + left: 0; + top: 0; +} +.layout_Accordion > .collapsible-icon{ + position:absolute; + top:0px; + right:0px; + width:24px; + height:24px; + color:#FFF; +} \ No newline at end of file diff --git a/dist-amd/layout/Accordion.js b/dist-amd/layout/Accordion.js new file mode 100644 index 0000000000..f271d04b19 --- /dev/null +++ b/dist-amd/layout/Accordion.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["../common/HTMLWidget","../common/FAChar","css!./Accordion"],e):t.layout_Accordion=e(t.common_HTMLWidget,t.common_FAChar)}(this,function(t,e){function o(){t.call(this),this._tag="div",this._isClosed=!1}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" layout_Accordion",o.prototype.publish("content",[],"widgetArray","Array of widgets",null,{tags:["Basic"]}),o.prototype.publish("title","","string","Title of collapsible section",null,{tags:["Private"]}),o.prototype.publish("openIcon","","string","Icon to display when list is open",null,{tags:["Private"]}),o.prototype.publish("closedIcon","","string","Icon to display when list is closed",null,{tags:["Private"]}),o.prototype.publish("titleFontColor","#FFFFFF","html-color","Title font color",null,{tags:["Private"]}),o.prototype.publish("titleBackgroundColor","#333333","html-color","Title background color",null,{tags:["Private"]}),o.prototype.publish("defaultCollapsed",!1,"boolean","Collapsed by default if true",null,{tags:["Private"]}),o.prototype.pushListItem=function(t,e,o){var i=this.content();return t._protected=o,e?i.unshift(t):i.push(t),this.content(i),this},o.prototype.clearListItems=function(){var t=[];for(var e in this.content())this.content()[e]._protected&&t.push(this.content()[e]);return this.content(t),this},o.prototype.collapseClick=function(t){t.classed("closed")?(this._isClosed=!1,t.classed("open",!0),t.classed("closed",!1)):(this._isClosed=!0,t.classed("open",!1),t.classed("closed",!0))},o.prototype.enter=function(o,i){t.prototype.enter.apply(this,arguments);var s=this;this._isClosed=this.defaultCollapsed(),i.classed(this._isClosed?"closed":"open",!0),this.titleSpan=i.append("span").classed("collapsible-title",!0),this.iconDiv=i.append("div").classed("collapsible-icon",!0),this.ul=i.append("ul"),this.icon=(new e).size({height:24,width:24}).target(this.iconDiv.node()),this.iconDiv.on("click",function(){s.collapseClick(i),s.render()}),this.titleSpan.on("click",function(){s.collapseClick(i),s.render()})},o.prototype.update=function(e,o){t.prototype.update.apply(this,arguments);var i=this,s="";this.titleSpan.text(i.title().length>0?i.title()+s:"Accordion ["+i._id+"]"+s);var n=this.ul.selectAll("#"+i._id+" > ul > li").data(this.content(),function(t){return t._id});n.enter().append(function(t){var e=document.createElement("li");if(null!==t._target)return t._target;var o=t.size();if(0===o.width||0===o.height){var s=i.size();t.size({width:s.width,height:s.width})}return t.target(e),e}),n.exit().remove(),this.icon.text_colorFill(this.titleFontColor())["char"](this._isClosed?this.closedIcon():this.openIcon()).render()},o.prototype.exit=function(e,o){t.prototype.exit.apply(this,arguments)},o}); \ No newline at end of file diff --git a/dist-amd/layout/Border.css b/dist-amd/layout/Border.css new file mode 100644 index 0000000000..1d30552082 --- /dev/null +++ b/dist-amd/layout/Border.css @@ -0,0 +1,128 @@ +.layout_Border{ + width: 100%; + height: 100%; +} +.layout_Border > .border-content{ + width: 100%; + height: 100%; + position:relative; +} +.layout_Border > .borderHandle{ + width: 6px; + height: 6px; + background-color: #444; + opacity: 0.3; + position:absolute; + visibility:hidden; +} +.layout_Border.design-mode > .borderHandle{ + visibility:visible; +} +.layout_Border > .borderHandle:hover{ + background-color: #666; +} +.layout_Border > .borderHandle.borderHandleDisabled{ + display:none; +} +.layout_Border > .borderHandle_top, +.layout_Border > .borderHandle_bottom +{ + cursor:ns-resize; +} +.layout_Border > .borderHandle_left, +.layout_Border > .borderHandle_right +{ + cursor:ew-resize; +} +.layout_Border .cell { + border-radius: 5px; + border: 1px solid #e5e5e5; + display: inline-block; + overflow: hidden; +} +.layout_Border .cell h2 { + margin: 0px; + padding-top: 4px; + -webkit-margin: 0px; + text-align: center; +} +.layout_Border .layout_BorderCell.over { + border: 2px dashed #000; +} +.layout_Border .dragItem { + z-index: -1; + opacity:0.33; +} +.layout_Border .notDragItem { + z-index: -1; + opacity: 1; +} +.layout_Border div[draggable=true] { + opacity: 0.75; + cursor: default; +} +.layout_Border div[draggable=true] .dragHandle { + opacity: 1.0; +} +.layout_Border div[draggable=true] .dragHandle_n, +.layout_Border div[draggable=true] .dragHandle_e, +.layout_Border div[draggable=true] .dragHandle_s, +.layout_Border div[draggable=true] .dragHandle_w{ + background-color:#AAA; +} +.layout_Border div[draggable=true] .dragHandle_nw, +.layout_Border div[draggable=true] .dragHandle_ne, +.layout_Border div[draggable=true] .dragHandle_se, +.layout_Border div[draggable=true] .dragHandle_sw { + background-color:#333; +} +.layout_Border div[draggable=true] .dragHandle_nw { + cursor:nw-resize; +} +.layout_Border div[draggable=true] .dragHandle_n { + cursor:n-resize; +} +.layout_Border div[draggable=true] .dragHandle_ne { + cursor:ne-resize; +} +.layout_Border div[draggable=true] .dragHandle_e { + cursor:e-resize; +} +.layout_Border div[draggable=true] .dragHandle_se { + cursor:se-resize; +} +.layout_Border div[draggable=true] .dragHandle_s { + cursor:s-resize; +} +.layout_Border div[draggable=true] .dragHandle_sw { + cursor:sw-resize; +} +.layout_Border div[draggable=true] .dragHandle_w { + cursor:w-resize; +} +.layout_Border div[draggable=false] > div > .dragHandle { + display:none; +} +.layout_Border .grid-drop-target{ + position:fixed; + box-sizing:border-box; + border:2px dashed #7f8c8d; + border-radius:0px; + background: repeating-linear-gradient( + -45deg, + rgba(0, 0, 0, 0), + rgba(0, 0, 0, 0) 4px, + rgba(100, 100, 100, 0.1) 4px, + rgba(100, 100, 100, 0.1) 8px + ); +} +.layout_Border .grid-drop-target.drop-target-over{ + border:2px dashed #179BD7; + background: repeating-linear-gradient( + -45deg, + rgba(0, 0, 0, 0), + rgba(0, 0, 0, 0) 6px, + rgba(17, 155, 215, 0.1) 6px, + rgba(17, 155, 215, 0.1) 12px + ); +} \ No newline at end of file diff --git a/dist-amd/layout/Border.js b/dist-amd/layout/Border.js new file mode 100644 index 0000000000..14ddb6a5c6 --- /dev/null +++ b/dist-amd/layout/Border.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","./Cell","../common/Text","css!./Border"],e):t.layout_Border=e(t.d3,t.common_HTMLWidget,t.layout_Cell,t.common_Text)}(this,function(t,e,i,s){function o(){e.call(this),this._tag="div",this._colCount=0,this._rowCount=0,this._colSize=0,this._rowSize=0,this._shrinkWrapBoxes={},this.content([]),this.sectionTypes([])}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" layout_Border",o.prototype.publish("designMode",!1,"boolean","Design Mode",null,{tags:["Basic"]}),o.prototype.publish("content",[],"widgetArray","widgets",null,{tags:["Intermediate"]}),o.prototype.publish("gutter",0,"number","Gap Between Widgets",null,{tags:["Basic"]}),o.prototype.publish("topShrinkWrap",!1,"boolean","'Top' Cell shrinks to fit content",null,{tags:["Intermediate"]}),o.prototype.publish("leftShrinkWrap",!1,"boolean","'Left' Cell shrinks to fit content",null,{tags:["Intermediate"]}),o.prototype.publish("rightShrinkWrap",!1,"boolean","'Right' Cell shrinks to fit content",null,{tags:["Intermediate"]}),o.prototype.publish("bottomShrinkWrap",!1,"boolean","'Bottom' Cell shrinks to fit content",null,{tags:["Intermediate"]}),o.prototype.publish("topSize",0,"number","Height of the 'Top' Cell (px)",null,{tags:["Private"]}),o.prototype.publish("leftSize",0,"number","Width of the 'Left' Cell (px)",null,{tags:["Private"]}),o.prototype.publish("rightSize",0,"number","Width of the 'Right' Cell (px)",null,{tags:["Private"]}),o.prototype.publish("bottomSize",0,"number","Height of the 'Bottom' Cell (px)",null,{tags:["Private"]}),o.prototype.publish("topPercentage",20,"number","Percentage (of parent) Height of the 'Top' Cell",null,{tags:["Private"]}),o.prototype.publish("leftPercentage",20,"number","Percentage (of parent) Width of the 'Left' Cell",null,{tags:["Private"]}),o.prototype.publish("rightPercentage",20,"number","Percentage (of parent) Width of the 'Right' Cell",null,{tags:["Private"]}),o.prototype.publish("bottomPercentage",20,"number","Percentage (of parent) Height of the 'Bottom' Cell",null,{tags:["Private"]}),o.prototype.publish("surfacePadding",0,"number","Cell Padding (px)",null,{tags:["Intermediate"]}),o.prototype.publish("sectionTypes",[],"array","Section Types sharing an index with 'content' - Used to determine position/size.",null,{tags:["Private"]}),o.prototype.watchWidget=function(t){if(void 0===this._watch&&(this._watch={}),this._watch[t.id()]&&(this._watch[t.id()].remove(),delete this._watch[t.id()]),t){var e=this;this._watch[t.id()]=t.monitor(function(t,i,s){s!==i&&e.lazyPostUpdate()})}},o.prototype.lazyPostUpdate=o.prototype.debounce(function(){this.postUpdate()},100),o.prototype.applyLayoutType=function(){var t=this.borderLayoutObject();this.content().forEach(function(e,i){e._fixedLeft=t[this.sectionTypes()[i]].left,e._fixedTop=t[this.sectionTypes()[i]].top,e._fixedWidth=t[this.sectionTypes()[i]].width,e._fixedHeight=t[this.sectionTypes()[i]].height,e._dragHandles=this.cellSpecificDragHandles(this.sectionTypes()[i])},this)},o.prototype.cellSpecificDragHandles=function(t){switch(t){case"top":return["s"];case"right":return["w"];case"bottom":return["n"];case"left":return["e"];case"center":return[]}},o.prototype.borderLayoutObject=function(t){function e(t){t.width.px="undefined"!=typeof t.width.px?t.width.px:0,t.width["%"]="undefined"!=typeof t.width["%"]?t.width["%"]:0,t.height.px="undefined"!=typeof t.height.px?t.height.px:0,t.height["%"]="undefined"!=typeof t.height["%"]?t.height["%"]:0;var e={width:t.width.px+t.width["%"]/100*_.width(),height:t.height.px+t.height["%"]/100*_.height(),top:t.top.px+t.top["%"]/100*_.height()+_.gutter()/2,left:t.left.px+t.left["%"]/100*_.width()+_.gutter()/2};return e}var i,s,o,h,l,n,r,d,p,a,c,g,f,u={},_=this,y=this.target().getBoundingClientRect(),b={};return b.top=y.top,b.left=y.left,b.bottom=y.bottom,b.right=y.right,this.target()instanceof SVGElement?(b.width=parseFloat(this.target().getAttribute("width")),b.height=parseFloat(this.target().getAttribute("height"))):(b.width=y.width,b.height=y.height),-1!==this.sectionTypes().indexOf("top")&&(n=this.topSize(),r=this.topPercentage(),"undefined"!=typeof this._shrinkWrapBoxes.top&&(n=this._shrinkWrapBoxes.top.height+this.gutter(),r=0)),-1!==this.sectionTypes().indexOf("bottom")&&(d=this.bottomSize(),p=this.bottomPercentage(),"undefined"!=typeof this._shrinkWrapBoxes.bottom&&(d=this._shrinkWrapBoxes.bottom.height+this.gutter(),p=0)),-1!==this.sectionTypes().indexOf("left")&&(a=this.leftSize(),c=this.leftPercentage(),"undefined"!=typeof this._shrinkWrapBoxes.left&&(a=this._shrinkWrapBoxes.left.width+this.gutter(),c=0)),-1!==this.sectionTypes().indexOf("right")&&(g=this.rightSize(),f=this.rightPercentage(),"undefined"!=typeof this._shrinkWrapBoxes.right&&(g=this._shrinkWrapBoxes.right.width+this.gutter(),f=0)),i=e({width:{px:0,"%":100},height:{px:n,"%":r},top:{px:0,"%":0},left:{px:0,"%":0}}),s=e({width:{px:0,"%":100},height:{px:d,"%":p},top:{px:0,"%":100},left:{px:0,"%":0}}),s.top-=s.height,h=e({width:{px:a,"%":c},height:{px:-i.height-s.height,"%":100},top:{px:i.height,"%":0},left:{px:0,"%":0}}),o=e({width:{px:g,"%":f},height:{px:-i.height-s.height,"%":100},top:{px:i.height,"%":0},left:{px:0,"%":100}}),o.left-=o.width,l=e({width:{px:-o.width-h.width,"%":100},height:{px:-i.height-s.height,"%":100},top:{px:i.height,"%":0},left:{px:h.width,"%":0}}),u.top=i,u.bottom=s,u.right=o,u.left=h,u.center=l,u},o.prototype.clearContent=function(e){if(e){var i=this.sectionTypes().indexOf(e);i>=0&&(this._watch&&this.content()[i]&&delete this._watch[this.content()[i].id()],this.content()[i].target(null),t.select("#"+this.id()+" > div.borderHandle_"+e).classed("borderHandleDisabled",!0),this.content().splice(i,1),this.sectionTypes().splice(i,1))}else this.content().forEach(function(t){return t.target(null),!1}),t.select("#"+this.id()+" > div.borderHandle").classed("borderHandleDisabled",!0),delete this._watch,this.content([]),this.sectionTypes([])},o.prototype.hasContent=function(t,e,i){return this.sectionTypes().indexOf(t)>=0},o.prototype.setContent=function(t,e,s){if(this.clearContent(t),s="undefined"!=typeof s?s:"",e){var o=(new i).surfaceBorderWidth(0).widget(e).title(s);this.watchWidget(e),this.content().push(o),this.sectionTypes().push(t)}return this},o.prototype.getContent=function(t){var e=this.sectionTypes().indexOf(t);return e>=0?this.content()[e].widget():null},o.prototype.setLayoutOffsets=function(){this._offsetX=this._element.node().getBoundingClientRect().left+this.gutter()/2,this._offsetY=this._element.node().getBoundingClientRect().top+this.gutter()/2},o.prototype.dragStart=function(e){t.event.sourceEvent.stopPropagation();var i=this;this._dragCell=e,this._dragCellStartSize=this[e+"Size"](),this[e+"ShrinkWrap"]()&&(this[e+"Percentage"](0),this[e+"ShrinkWrap"](!1));var s=t.select("#"+i.id()+" > div.borderHandle_"+e);i._handleTop=parseFloat(s.style("top").split("px")[0]),i._handleLeft=parseFloat(s.style("left").split("px")[0]),this._dragPrevX=t.event.sourceEvent.clientX,this._dragPrevY=t.event.sourceEvent.clientY},o.prototype.dragTick=function(e){function i(e,i){if(0!==i){var o=t.selectAll("#"+s.id()+" > div.borderHandle"),h=t.select("#"+s.id()+" > div.borderHandle_"+e);h.classed("borderHandle_top")?(h.style({top:s._handleTop-i+"px"}),s._cellSizes.topHeight=s._handleTop-i,s._cellSizes.leftHeight=s._cellSizes.height,s._cellSizes.leftHeight-=s._cellSizes.topHeight,s._cellSizes.leftHeight-=s._cellSizes.bottomHeight,s._cellSizes.rightHeight=s._cellSizes.leftHeight):h.classed("borderHandle_right")?(h.style({left:s._handleLeft-i+"px"}),s._cellSizes.rightWidth=s._cellSizes.width-s._handleLeft+i):h.classed("borderHandle_bottom")?(h.style({top:s._handleTop-i+"px"}),s._cellSizes.bottomHeight=s._cellSizes.height-s._handleTop+i,s._cellSizes.leftHeight=s._cellSizes.height,s._cellSizes.leftHeight-=s._cellSizes.bottomHeight,s._cellSizes.leftHeight-=s._cellSizes.topHeight,s._cellSizes.rightHeight=s._cellSizes.leftHeight):h.classed("borderHandle_left")&&(h.style({left:s._handleLeft-i+"px"}),s._cellSizes.leftWidth=s._handleLeft-i),o.each(function(){var e=t.select(this);e.classed("borderHandle_top")?e.style({width:s._cellSizes.width+"px",top:s._cellSizes.topHeight-3+"px"}):e.classed("borderHandle_right")?e.style({left:s._cellSizes.width-s._cellSizes.rightWidth+"px",top:s._cellSizes.topHeight+3+"px",height:s._cellSizes.rightHeight+"px"}):e.classed("borderHandle_bottom")?e.style({width:s._cellSizes.width+"px",top:s._cellSizes.height-s._cellSizes.bottomHeight-3+"px"}):e.classed("borderHandle_left")&&e.style({left:s._cellSizes.leftWidth+"px",height:s._cellSizes.leftHeight+"px",top:s._cellSizes.topHeight+3+"px"})})}}var s=this,o=this._dragPrevX-t.event.sourceEvent.clientX,h=this._dragPrevY-t.event.sourceEvent.clientY;switch(e){case"top":case"bottom":i(e,h);break;case"right":case"left":i(e,o)}},o.prototype.dragEnd=function(e){if(e){var i=this._dragPrevX-t.event.sourceEvent.clientX,s=this._dragPrevY-t.event.sourceEvent.clientY;switch(e){case"top":0!==s&&(this.topPercentage(0),this.topSize(0===this.topSize()?this.getContent("top").getBBox().height-s:this.topSize()-s));break;case"right":0!==i&&(this.rightPercentage(0),this.rightSize(0===this.rightSize()?this.getContent("right").getBBox().width+i:this.rightSize()+i));break;case"bottom":0!==s&&(this.bottomPercentage(0),this.bottomSize(0===this.bottomSize()?this.getContent("bottom").getBBox().height+s:this.bottomSize()+s));break;case"left":0!==i&&(this.leftPercentage(0),this.leftSize(0===this.leftSize()?this.getContent("left").getBBox().width-i:this.leftSize()-i))}this._dragPrevX=t.event.sourceEvent.clientX,this._dragPrevY=t.event.sourceEvent.clientY}this.render()},o.prototype.size=function(t){var i=e.prototype.size.apply(this,arguments);return arguments.length&&this.contentDiv&&this.contentDiv.style("width",this._size.width+"px").style("height",this._size.height+"px"),i},o.prototype.enter=function(i,s){e.prototype.enter.apply(this,arguments);var o=this;s.style("position","relative"),this.contentDiv=s.append("div").classed("border-content",!0),this._scrollBarWidth=this.getScrollbarWidth(),this._borderHandles=["top","left","right","bottom"];var h=s.selectAll("div.borderHandle").data(this._borderHandles);h.enter().append("div").classed("borderHandle",!0).each(function(e){var i=t.select(this);i.classed("borderHandle_"+e,!0).classed("borderHandleDisabled",null===o.getContent(e))})},o.prototype.update=function(i,s){e.prototype.update.apply(this,arguments),this._sectionTypeArr=this.sectionTypes();var o=this;s.classed("design-mode",this.designMode()),this.setLayoutOffsets();var h=this.contentDiv.selectAll(".cell_"+this._id).data(this.content(),function(t){return t._id});h.enter().append("div").classed("cell_"+this._id,!0).style("position","absolute").each(function(e,i){t.select(this).classed("border-cell border-cell-"+o._sectionTypeArr[i],!0),e.target(this),t.select("#"+o.id()+" > div.borderHandle_"+o._sectionTypeArr[i]).classed("borderHandleDisabled",!1)}),h.each(function(t,e){var i=o.sectionTypes()[e];"undefined"!=typeof o[i+"ShrinkWrap"]&&o[i+"ShrinkWrap"]()?(t.render(),o._shrinkWrapBoxes[i]=t.widget().getBBox(!0)):delete o._shrinkWrapBoxes[i]});var l=t.behavior.drag().on("dragstart",function(t,e){o.dragStart.call(o,t,e)}).on("drag",function(t,e){o.dragTick.call(o,t,e)}).on("dragend",function(t,e){o.dragEnd.call(o,t,e)});this.designMode()?s.selectAll("#"+this.id()+" > div.borderHandle").call(l):s.selectAll("#"+this.id()+" > div.borderHandle").on(".drag",null);var n=this.borderLayoutObject();this.content().forEach(function(t,e){t._fixedLeft=n[this.sectionTypes()[e]].left,t._fixedTop=n[this.sectionTypes()[e]].top,t._fixedWidth=n[this.sectionTypes()[e]].width,t._fixedHeight=n[this.sectionTypes()[e]].height,t._dragHandles=[]},this),h.style("left",function(t){return t._fixedLeft+"px"}).style("top",function(t){return t._fixedTop+"px"}).style("width",function(t){return t._fixedWidth-o.gutter()+"px"}).style("height",function(t){return t._fixedHeight-o.gutter()+"px"}).each(function(t){t._parentElement.attr("draggable",o.designMode()).selectAll(".dragHandle").attr("draggable",o.designMode()),t.surfacePadding(o.surfacePadding()).resize()}),h.exit().each(function(t){t.target(null)}).remove(),this.getCellSizes(),s.selectAll("#"+this.id()+" > div.borderHandle").each(function(){var e=t.select(this);e.classed("borderHandle_top")?e.style({width:o._cellSizes.width+"px",top:o._cellSizes.topHeight-3+"px"}):e.classed("borderHandle_right")?e.style({left:o._cellSizes.width-o._cellSizes.rightWidth+"px",top:o._cellSizes.topHeight+3+"px",height:o._cellSizes.rightHeight+"px"}):e.classed("borderHandle_bottom")?e.style({width:o._cellSizes.width+"px",top:o._cellSizes.height-o._cellSizes.bottomHeight-3+"px"}):e.classed("borderHandle_left")&&e.style({left:o._cellSizes.leftWidth+"px",height:o._cellSizes.leftHeight+"px",top:o._cellSizes.topHeight+3+"px"})})},o.prototype.getCellSizes=function(){var e=this;e._cellSizes={};var i=this.element().node().getBoundingClientRect();e._cellSizes.width=i.width,e._cellSizes.height=i.height,this.element().selectAll("#"+this.id()+" > div > div.border-cell").each(function(){var i=t.select(this);if("function"==typeof i.node){var s=i.node().getBoundingClientRect();i.classed("border-cell-top")?e._cellSizes.topHeight=s.height:i.classed("border-cell-left")?(e._cellSizes.leftWidth=s.width,e._cellSizes.leftHeight=s.height):i.classed("border-cell-right")?(e._cellSizes.rightWidth=s.width,e._cellSizes.rightHeight=s.height):i.classed("border-cell-bottom")&&(e._cellSizes.bottomHeight=s.height)}});var s=["height","width","topHeight","bottomHeight","leftHeight","rightHeight","leftWidth","rightWidth"];s.forEach(function(t){e._cellSizes[t]=void 0===e._cellSizes[t]?0:e._cellSizes[t]})},o.prototype.postUpdate=function(t,e){var i=this;this.content().forEach(function(t){if(null!==t._element.node()){var e=t.widget().getBBox(),s=t.widget().getBBox(!0);(e.width!==s.width||e.height!==s.height)&&i.render()}})},o.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},o}); \ No newline at end of file diff --git a/dist-amd/layout/Cell.css b/dist-amd/layout/Cell.css new file mode 100644 index 0000000000..9b920930d8 --- /dev/null +++ b/dist-amd/layout/Cell.css @@ -0,0 +1,11 @@ +.layout_Cell .update-indicator { + box-sizing: border-box; + position: absolute; + top: 0px; + left: 0px; + padding: 0px; + z-index: 1000; + border-width: 0px; + border-style: solid; + pointer-events: none; +} diff --git a/dist-amd/layout/Cell.js b/dist-amd/layout/Cell.js new file mode 100644 index 0000000000..77c9992940 --- /dev/null +++ b/dist-amd/layout/Cell.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Surface","css!./Cell"],e):t.layout_Cell=e(t.d3,t.layout_Surface)}(this,function(t,e){function i(){e.call(this),this._dragHandles=["nw","n","ne","e","se","s","sw","w"],this._indicateTheseIds=[]}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" layout_Cell",i.prototype.publish("gridRow",0,"number","Grid Row Position",null,{tags:["Private"]}),i.prototype.publish("gridCol",0,"number","Grid Column Position",null,{tags:["Private"]}),i.prototype.publish("gridRowSpan",1,"number","Grid Row Span",null,{tags:["Private"]}),i.prototype.publish("gridColSpan",1,"number","Grid Column Span",null,{tags:["Private"]}),i.prototype.publish("handleSize",6,"number","Grid Row Position",null,{tags:["Private"]}),i.prototype.publish("indicatorGlowColor","#EEEE11","html-color","Glow color of update-indicator",null,{tags:["Basic"]}),i.prototype.publish("indicatorBorderColor","#F48A00","html-color","Border color of update-indicator",null,{tags:["Basic"]}),i.prototype.publish("indicatorOpacity",.8,"number","Opacity of update-indicator",null,{tags:["Basic"]}),i.prototype.indicateTheseIds=function(t){return arguments.length?(this._indicateTheseIds=t,this):this._indicateTheseIds},i.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments);var o=this;i.classed("layout_Surface",!0).on("mouseenter",function(t){o.onMouseEnter()}).on("mouseleave",function(t){o.onMouseLeave()})},i.prototype.update=function(i,o){e.prototype.update.apply(this,arguments);var s=o.selectAll("#"+this.id()+" > .dragHandle").data(this._dragHandles,function(t){return t});s.enter().append("div").attr("class",function(t){return"dragHandle dragHandle_"+t}).style({padding:"0px",margin:"0px",position:"absolute"}).each(function(e){switch(e){case"nw":t.select(this).style({width:"6px",height:"6px",left:"0px",top:"0px","z-index":1e3});break;case"ne":t.select(this).style({width:"6px",height:"6px",left:"calc(100% - 6px)",top:"0px","z-index":1e3});break;case"se":t.select(this).style({width:"6px",height:"6px",left:"calc(100% - 6px)",top:"calc(100% - 6px)","z-index":1e3});break;case"sw":t.select(this).style({width:"6px",height:"6px",left:"0px",top:"calc(100% - 6px)","z-index":1e3});break;case"n":t.select(this).style({width:"100%",height:"6px",left:"0px",top:"0px","z-index":900});break;case"e":t.select(this).style({width:"6px",height:"100%",left:"calc(100% - 6px)",top:"0px","z-index":900});break;case"s":t.select(this).style({width:"100%",height:"6px",left:"0px",top:"calc(100% - 6px)","z-index":900});break;case"w":t.select(this).style({width:"6px",height:"100%",left:"0px",top:"0px","z-index":900})}}),s.exit().remove()},i.prototype.onMouseEnter=function(e){for(var i=this.indicateTheseIds(),o=this.indicatorOpacity(),s=this.indicatorBorderColor(),p=this.indicatorGlowColor(),n=0;n div.update-indicator").remove()},i}); \ No newline at end of file diff --git a/dist-amd/layout/Grid.css b/dist-amd/layout/Grid.css new file mode 100644 index 0000000000..5c859ac47c --- /dev/null +++ b/dist-amd/layout/Grid.css @@ -0,0 +1,140 @@ +.layout_Grid .cell { + border-radius: 5px; + border: 1px solid #e5e5e5; + display: inline-block; + overflow: hidden; +} +.layout_Grid .cell h2 { + margin: 0px; + padding-top: 4px; + -webkit-margin: 0px; + text-align: center; +} +.layout_Grid .dropCell { + box-sizing:border-box; + background-color: lightgrey; + border-radius: 5px; + border:1px solid #333; + display: inline-block; + overflow: hidden; +} +.layout_Grid .dropCell.over { + border: 2px dashed #000; +} +.layout_Grid .layout_Cell.over { + border: 2px dashed #000; +} +.layout_Grid .dragItem { + z-index: 0; +} +.layout_Grid .notDragItem { + opacity: 1; +} +.layout_Grid .layout_Surface{ + height: 100%; + width: 100%; + box-sizing:border-box; +} +.layout_Grid div[draggable=true] { + cursor: move; +} +.layout_Grid div[draggable=true] .dragHandle { + opacity: 1.0; +} +.layout_Grid div[draggable=true] .dragHandle_n, +.layout_Grid div[draggable=true] .dragHandle_e, +.layout_Grid div[draggable=true] .dragHandle_s, +.layout_Grid div[draggable=true] .dragHandle_w{ + background-color:#AAA; +} +.layout_Grid div[draggable=true] .dragHandle_nw, +.layout_Grid div[draggable=true] .dragHandle_ne, +.layout_Grid div[draggable=true] .dragHandle_se, +.layout_Grid div[draggable=true] .dragHandle_sw { + background-color:#333; +} +.layout_Grid div[draggable=true] .dragHandle_nw { + cursor:nw-resize; +} +.layout_Grid div[draggable=true] .dragHandle_n { + cursor:n-resize; +} +.layout_Grid div[draggable=true] .dragHandle_ne { + cursor:ne-resize; +} +.layout_Grid div[draggable=true] .dragHandle_e { + cursor:e-resize; +} +.layout_Grid div[draggable=true] .dragHandle_se { + cursor:se-resize; +} +.layout_Grid div[draggable=true] .dragHandle_s { + cursor:s-resize; +} +.layout_Grid div[draggable=true] .dragHandle_sw { + cursor:sw-resize; +} +.layout_Grid div[draggable=true] .dragHandle_w { + cursor:w-resize; +} +.layout_Grid div[draggable=false] > div > .dragHandle { + display:none; +} +.layout_Grid .selected div.dragHandle{ + background-color: #F48A00; +} +.layout_Grid .selected div.dragHandle_nw, +.layout_Grid .selected div.dragHandle_ne, +.layout_Grid .selected div.dragHandle_se, +.layout_Grid .selected div.dragHandle_sw{ + background-color: #EE1; +} +.layout_Grid .grid-drop-target{ + position:fixed; + box-sizing:border-box; + border:2px dashed #7f8c8d; + border-radius:0px; + background: repeating-linear-gradient( + -45deg, + rgba(0, 0, 0, 0), + rgba(0, 0, 0, 0) 4px, + rgba(100, 100, 100, 0.1) 4px, + rgba(100, 100, 100, 0.1) 8px + ); +} +.layout_Grid .grid-drop-target.drop-target-over{ + border:2px dashed #179BD7; + background: repeating-linear-gradient( + -45deg, + rgba(0, 0, 0, 0), + rgba(0, 0, 0, 0) 6px, + rgba(17, 155, 215, 0.1) 6px, + rgba(17, 155, 215, 0.1) 12px + ); +} +.layout_Grid .grid-drop-target.grid-drag-handle-{ + cursor:move; +} +.layout_Grid .grid-drop-target.grid-drag-handle-n, +.layout_Grid .grid-drop-target.grid-drag-handle-s{ + cursor:ns-resize; +} +.layout_Grid .grid-drop-target.grid-drag-handle-e, +.layout_Grid .grid-drop-target.grid-drag-handle-w{ + cursor:ew-resize; +} +.layout_Grid .grid-drop-target.grid-drag-handle-ne, +.layout_Grid .grid-drop-target.grid-drag-handle-sw{ + cursor:nesw-resize; +} +.layout_Grid .grid-drop-target.grid-drag-handle-nw, +.layout_Grid .grid-drop-target.grid-drag-handle-se{ + cursor:nwse-resize; +} +.layout_Grid.hideHandles div.dragHandle, +.layout_Grid.hideHandles div.dragHandle_nw, +.layout_Grid.hideHandles div.dragHandle_ne, +.layout_Grid.hideHandles div.dragHandle_se, +.layout_Grid.hideHandles div.dragHandle_sw{ + background-color: transparent; +} \ No newline at end of file diff --git a/dist-amd/layout/Grid.js b/dist-amd/layout/Grid.js new file mode 100644 index 0000000000..e544d0889f --- /dev/null +++ b/dist-amd/layout/Grid.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","./Cell","../common/TextBox","../common/Utility","css!./Grid"],e):t.layout_Grid=e(t.d3,t.common_HTMLWidget,t.layout_Cell,t.common_TextBox,t.common_Utility)}(this,function(t,e,i,r,o){function l(){e.call(this),this._tag="div",this._colCount=0,this._rowCount=0,this._colSize=0,this._rowSize=0,this._selectionBag=new o.Selection,this.content([])}return l.prototype=Object.create(e.prototype),l.prototype.constructor=l,l.prototype._class+=" layout_Grid",l.prototype.publish("designMode",!1,"boolean","Design Mode",null,{tags:["Basic"]}),l.prototype.publish("designModeOpacity",1,"number","Opacity of Cells and drag handles in Design Mode",null,{tags:["Basic"]}),l.prototype.publish("hideDragHandles",!1,"boolean","Hide Drag Handles in Design Mode",null,{tags:["Basic"]}),l.prototype.publish("hideDesignGrid",!1,"boolean","Hide Design Mode Grid",null,{tags:["Basic"]}),l.prototype.publish("disableCellSelection",!1,"boolean","Disable the ability to 'select' cells while in designMode",null,{tags:["Basic"]}),l.prototype.publish("restrictDraggingOut",!1,"boolean","Restrict Cell dragging to the bounds of the Grid",null,{tags:["Basic"]}),l.prototype.publish("gutter",4,"number","Gap Between Widgets",null,{tags:["Basic"]}),l.prototype.publish("fitTo","all","set","Sizing Strategy",["all","width"],{tags:["Basic"]}),l.prototype.publish("designGridColor","#dddddd","html-color","Color of grid lines in Design Mode",null,{tags:["Private"]}),l.prototype.publish("designGridColorExtra","#333333","html-color","Color of excess grid lines in Design Mode",null,{tags:["Private"]}),l.prototype.publish("surfacePadding",null,"string","Cell Padding (px)",null,{tags:["Intermediate"]}),l.prototype.publish("surfaceBorderWidth",1,"number","Width (px) of Cell Border",null,{tags:["Intermediate"]}),l.prototype.publish("extraDesignModeWidth",0,"number","Number of additional columns added when in Design Mode.",null,{tags:["Private"]}),l.prototype.publish("extraDesignModeHeight",0,"number","Number of additional rows added when in Design Mode.",null,{tags:["Private"]}),l.prototype.publish("cellDensity",3,"string","Increase the cell density with this multiplier (Ex: 3 results in 3 cols per col and 3 rows per row)",null,{tags:["Intermediate"]}),l.prototype.publish("content",[],"widgetArray","widgets",null,{tags:["Basic"]}),l.prototype.getDimensions=function(){var t={width:0,height:0};return this.content().forEach(function(e){t.width=r.gridRow()&&t=r.gridCol()&&e=e&&(clearInterval(i),t())},20);return this},l.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),i.style("position","relative"),this.dropDiv=i.append("div"),this.contentDiv=i.append("div"),this._scrollBarWidth=this.getScrollbarWidth()},l.prototype.findCurrentLocation=function(t){this._currLoc=[Math.floor((t.clientX-this._offsetX)/this._colSize),Math.floor((t.clientY-this._offsetY)/this._rowSize)]},l.prototype.overHandle=function(t){var e="",i=this._dragCell.handleSize(),r=this._dragCell.gridRowSpan()===this._currLoc[1]-this._dragCell.gridRow()+1,o=this._dragCell.gridRow()===this._currLoc[1],l=this._dragCell.gridColSpan()===this._currLoc[0]-this._dragCell.gridCol()+1,n=this._dragCell.gridCol()===this._currLoc[0],s=this._offsetY+this._currLoc[1]*this._rowSize,d=this._offsetX+this._currLoc[0]*this._colSize,a=this._colSize-this.gutter(),g=this._rowSize-this.gutter();return Math.ceil(s+g)>=t.clientY&&Math.floor(s+g-i)<=t.clientY&&r?e="s":Math.floor(s)<=t.clientY&&Math.ceil(s+i)>=t.clientY&&o&&(e="n"),Math.ceil(d+a)>=t.clientX&&Math.floor(d+a-i)<=t.clientX&&l?e+="e":Math.floor(d)<=t.clientX&&Math.ceil(d+i)>=t.clientX&&n&&(e+="w"),e},l.prototype.createDropTarget=function(t,e){var i=t[0]-this._dragCellOffsetX,r=t[1]-this._dragCellOffsetY,o=this._dragCell.gridColSpan(),l=this._dragCell.gridRowSpan(),n=document.createElement("div");n.id="grid-drop-target"+this.id(),n.className="grid-drop-target grid-drag-handle-"+e,this._element.node().appendChild(n),this.updateDropTarget(i,r,o,l)},l.prototype.setGridOffsets=function(){this._offsetX=this._element.node().getBoundingClientRect().left+this.gutter()/2,this._offsetY=this._element.node().getBoundingClientRect().top+this.gutter()/2},l.prototype.updateDropTarget=function(t,e,i,r){if(this.restrictDraggingOut()){var o=0>e,l=t+i>this._colCount,n=e+r>this._rowCount,s=0>t;if(l){var d=t+i-this._colCount;t-=d}if(n){var a=e+r-this._rowCount;e-=a}s&&(t=0),o&&(e=0)}var g,h,c,u;g=this._offsetY+e*this._rowSize,h=this._offsetX+t*this._colSize,c=i*this._colSize-this.gutter(),u=r*this._rowSize-this.gutter();var p=document.getElementById("grid-drop-target"+this.id());p.style.top=g+"px",p.style.left=h+"px",p.style.width=c+"px",p.style.height=u+"px"},l.prototype.moveDropTarget=function(t){if(this.restrictDraggingOut()&&(t[0]=t[0]>this._colCount-1?this._colCount-1:t[0],t[0]=t[0]<0?0:t[0],t[1]=t[1]>this._rowCount-1?this._rowCount-1:t[1],t[1]=t[1]<0?0:t[1]),this._handle){var e=[];switch(this._handle){case"nw":e=[this._dragCell.gridCol()+this._dragCell.gridColSpan()-1,this._dragCell.gridRow()+this._dragCell.gridRowSpan()-1];break;case"n":case"ne":e=[this._dragCell.gridCol(),this._dragCell.gridRow()+this._dragCell.gridRowSpan()-1];break;case"e":case"se":case"s":e=[this._dragCell.gridCol(),this._dragCell.gridRow()];break;case"sw":case"w":e=[this._dragCell.gridCol()+this._dragCell.gridColSpan()-1,this._dragCell.gridRow()]}switch(this._handle){case"e":case"w":this._locY=e[1];break;default:this._locY=t[1]<=e[1]?t[1]:e[1]}switch(this._handle){case"n":case"s":this._locX=e[0];break;default:this._locX=t[0]<=e[0]?t[0]:e[0]}switch(this._handle){case"n":case"s":this._sizeX=this._dragCell.gridColSpan();break;default:this._sizeX=Math.abs(t[0]-e[0])+1}switch(this._handle){case"e":case"w":this._sizeY=this._dragCell.gridRowSpan();break;default:this._sizeY=Math.abs(t[1]-e[1])+1}}else if(null!==document.getElementById("grid-drop-target"+this.id())){var i=this.getCell(t[1],t[0]);null!==i&&this._dragCell._id!==i._id?(document.getElementById("grid-drop-target"+this.id()).className="grid-drop-target drop-target-over",this._locX=i.gridCol(),this._locY=i.gridRow(),this._sizeX=i.gridColSpan(),this._sizeY=i.gridRowSpan()):(document.getElementById("grid-drop-target"+this.id()).className="grid-drop-target",this._locX=t[0]-this._dragCellOffsetX,this._locY=t[1]-this._dragCellOffsetY,this._sizeX=this._dragCell.gridColSpan(),this._sizeY=this._dragCell.gridRowSpan())}this.updateDropTarget(this._locX,this._locY,this._sizeX,this._sizeY)},l.prototype.updateCells=function(e,i){var r=this;this.updateCellMultiples();var o=this.contentDiv.selectAll(".cell_."+this._id).data(this.content(),function(t){return t._id});o.enter().append("div").attr("class","cell_ "+this._id).style("position","absolute").each(function(t){t.target(this),t.__grid_watch=t.monitor(function(t,e,i){r._renderCount&&0===t.indexOf("grid")&&e!==i&&r.childMoved()})});var l=t.behavior.drag().on("dragstart",function(e){t.event.sourceEvent.stopPropagation(),r._dragCell=e,r.setGridOffsets(),r.findCurrentLocation(t.event.sourceEvent),r._startLoc=[r._currLoc[0],r._currLoc[1]],r._element.selectAll(".dragHandle").style("visibility","hidden"),r._handle=r.overHandle(t.event.sourceEvent),-1===r._dragCell._dragHandles.indexOf(r._handle)&&(r._handle=void 0),r._dragCellOffsetX=r._currLoc[0]-e.gridCol(),r._dragCellOffsetY=r._currLoc[1]-e.gridRow(),r.createDropTarget(r._currLoc,r._handle),setTimeout(function(){r.contentDiv.selectAll(".cell_."+r._id).classed("dragItem",function(t){return e._id===t._id}).classed("notDragItem",function(t){return e._id!==t._id})},0),r._initSelection=!0}).on("drag",function(e){r._initSelection=!1,r._dragCell=e,r.findCurrentLocation(t.event.sourceEvent),("undefined"==typeof r._currLocation||r._currLocation[0]!==r._currLoc[0]||r._currLocation[1]!==r._currLoc[1])&&(r._currLocation=r._currLoc,r.moveDropTarget(r._currLoc))}).on("dragend",function(){if(t.event.sourceEvent.stopPropagation(),(r._initSelection||r._startLoc[0]===r._currLoc[0]||r._startLoc[1]===r._currLoc[1])&&(r.disableCellSelection()||r.selectionBagClick(r.getCell(r._currLoc[1],r._currLoc[0]))),r._element.selectAll(".dragHandle").style("visibility",null),r._handle)if(r.restrictDraggingOut()){var e=r._locY>0?r._locY:0,i=r._locX>0?r._locX:0;e=r._locY+r._sizeY0?h:0,g-=c>0?c:0,a=a>0?a:0,g=g>0?g:0}r._dragCell.gridCol(a).gridRow(g).gridColSpan(s).gridRowSpan(n)}var u=document.getElementById("grid-drop-target"+r.id());u.parentNode.removeChild(u),setTimeout(function(){r.contentDiv.selectAll(".cell_."+r._id).classed("dragItem",!1).classed("notDragItem",!1)},0),r._dragCell=null});this.designMode()?(this.contentDiv.selectAll(".cell_."+this._id).call(l),t.select(r._target).on("click",function(){r._selectionBag.clear(),r.postSelectionChange()})):(this.contentDiv.selectAll(".cell_."+this._id).on(".drag",null),this._selectionBag.clear()),o.style("left",function(t){return t.gridCol()*e+r.gutter()/2+"px"}).style("top",function(t){return t.gridRow()*i+r.gutter()/2+"px"}).style("width",function(t){return t.gridColSpan()*e-r.gutter()+"px"}).style("height",function(t){return t.gridRowSpan()*i-r.gutter()+"px"}).each(function(t){t._parentElement.attr("draggable",r.designMode()).selectAll(".dragHandle").attr("draggable",r.designMode()),t.surfacePadding(r.surfacePadding()).surfaceBorderWidth(r.surfaceBorderWidth()).resize()}),o.exit().each(function(t){t.target(null),t.__grid_watch&&t.__grid_watch.remove()}).remove()},l.prototype.postSelectionChange=function(){},l.prototype.updateDropCells=function(t,e,i){function r(t){return parseInt(t)-.5}function o(t,e,i,r,o){g.beginPath(),g.strokeStyle=o,g.moveTo(t,i),g.lineTo(e,r),g.stroke()}function l(){var r=!1;return"undefined"==typeof n.prevDimensions?r=!0:n.prevDimensions.width!==t.width||n.prevDimensions.height!==t.height?r=!0:n.prevCellWidth!==e||n.prevCellHeight!==i?r=!0:""===n._target.style.backgroundImage&&n.designMode()&&!n.hideDesignGrid()?r=!0:""===n._target.style.backgroundImage||n.designMode()?""!==n._target.style.backgroundImage&&n.hideDesignGrid()&&(r=!0):r=!0,r}var n=this;if(l())if(this.designMode()&&!this.hideDesignGrid()){var s=document.createElement("canvas");s.width=t.width*e,s.height=t.height*i;for(var d=(t.width-this.extraDesignModeWidth())*e,a=(t.height-this.extraDesignModeHeight())*i,g=s.getContext("2d"),h=0,c=.5+e;c div > div.cell_ > div[draggable=true]").style({opacity:this.designModeOpacity()}),i.selectAll("#"+this.id()+" > div > div.cell_ > div[draggable=true] > div > div.dragHandle").style({opacity:this.designModeOpacity()}),i.selectAll("#"+this.id()+" > div > div.cell_ > div[draggable=false]").style({opacity:1}),i.selectAll("#"+this.id()+" > div > div.cell_ > div[draggable=false] > div > div.dragHandle").style({opacity:1}),this.updateCells(o,l),this.updateDropCells(r,o,l),i.classed("hideHandles",this.hideDragHandles())},l.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},l.prototype._createSelectionObject=function(t){return{_id:t._id,element:function(){return t._element},widget:t}},l.prototype.selection=function(t){return arguments.length?(this._selectionBag.set(t.map(function(t){return this._createSelectionObject(t)},this)),this):this._selectionBag.get().map(function(t){return t._id})},l.prototype.selectionBagClick=function(e){if(null!==e){var i=this._createSelectionObject(e);t.event.sourceEvent.ctrlKey?this._selectionBag.isSelected(i)?(this._selectionBag.remove(i),this.postSelectionChange()):(this._selectionBag.append(i),this.postSelectionChange()):(this._selectionBag.set([i]),this.postSelectionChange())}},l}); \ No newline at end of file diff --git a/dist-amd/layout/Layered.css b/dist-amd/layout/Layered.css new file mode 100644 index 0000000000..50464987de --- /dev/null +++ b/dist-amd/layout/Layered.css @@ -0,0 +1,7 @@ +.layout_Layered .layout_Layered_Container { + position: relative; + pointer-events: none; +} +.layout_Layered .content { + position: absolute; +} diff --git a/dist-amd/layout/Layered.js b/dist-amd/layout/Layered.js new file mode 100644 index 0000000000..5cbf773a52 --- /dev/null +++ b/dist-amd/layout/Layered.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../layout/AbsoluteSurface","../common/TextBox","../common/Text","css!./Layered"],e):t.layout_Layered=e(t.d3,t.common_HTMLWidget,t.layout_AbsoluteSurface,t.common_TextBox,t.common_Text)}(this,function(t,e,n,o,i){function r(){e.call(this),this._tag="div"}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" layout_Layered",r.prototype.publish("surfacePadding",0,"number","Padding"),r.prototype.publish("widgets",[],"widgetArray","widgets",null,{tags:["Private"]}),r.prototype.addLayer=function(t){var e=this.widgets();return e.push(t?t:(new i).text("No widget defined for layer.")),this.widgets(e),this},r.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments),this._contentContainer=n.append("div").attr("class","container")},r.prototype.update=function(t,n){e.prototype.update.apply(this,arguments);var o=this;n.style("padding",this.surfacePadding()+"px");var i=this._contentContainer.selectAll(".content.id"+this.id()).data(this.widgets(),function(t){return t.id()});i.enter().append("div").attr("class","content id"+this.id()).each(function(t,e){t.target(this)}),i.each(function(t,e){t.resize({width:o.clientWidth(),height:o.clientHeight()}).render()}),i.exit().each(function(t,e){t.target(null)}).remove(),i.order()},r}); \ No newline at end of file diff --git a/dist-amd/layout/Popup.js b/dist-amd/layout/Popup.js new file mode 100644 index 0000000000..f5307c9579 --- /dev/null +++ b/dist-amd/layout/Popup.js @@ -0,0 +1 @@ +!function(t,i){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../layout/Surface","../common/Icon"],i):t.layout_Popup=i(t.d3,t.common_HTMLWidget,t.layout_Surface,t.common_Icon)}(this,function(t,i,e,o){function p(){i.call(this),this._tag="div",this._surfaceButtons=[]}return p.prototype=Object.create(i.prototype),p.prototype.constructor=p,p.prototype._class+=" layout_Popup",p.prototype.publish("popupState",!1,"boolean","State of the popup, visible (true) or hidden (false)",null,{}),p.prototype.publish("shrinkWrap",!1,"boolean","The popup parent container either shrinks to the size of its contents (true) or expands to fit thge popup's parentDiv (false)",null,{}),p.prototype.publish("centerPopup","none","set","Center the widget in its container element (target) or in the window",["none","container","window"],{}),p.prototype.publish("top",null,"number","Top position property of popup",null,{}),p.prototype.publish("bottom",null,"number","Bottom position property of popup",null,{}),p.prototype.publish("left",null,"number","Left position property of popup",null,{}),p.prototype.publish("right",null,"number","Right position property of popup",null,{}),p.prototype.publish("position","relative","set","Value of the 'position' property",["absolute","relative","fixed","static","initial","inherit"],{tags:["Private"]}),p.prototype.publish("widget",null,"widget","Widget",null,{tags:["Private"]}),p.prototype.updateState=function(t){t=t||!this.popupState(),this.popupState(t).render()},p.prototype.enter=function(t,e){i.prototype.enter.apply(this,arguments),this.widget().target(t),this._originalPosition=this.position()},p.prototype.update=function(t,e){i.prototype.update.apply(this,arguments),e.style({visibility:this.popupState()?null:"hidden",opacity:this.popupState()?null:0,width:this.shrinkWrap()?this.widget().width()+"px":this._size.width+"px",height:this.shrinkWrap()?this.widget().height()+"px":this._size.height+"px"}),0===this.widget().size().height&&this.widget().resize(this.size())},p.prototype.postUpdate=function(t,e){var o,p;switch(this.centerPopup()){case"container":this._parentElement&&(o=parseInt(this._parentElement.style("width"))/2-this.widget().width()/2,p=parseInt(this._parentElement.style("height"))/2-this.widget().height()/2),this.position("absolute");break;case"window":o=window.innerWidth/2-this.widget().width()/2,p=window.innerHeight/2-this.widget().height()/2,this.position("fixed");break;default:o=0,p=0,this.position(this._originalPosition)}this.pos({x:o,y:p}),i.prototype.postUpdate.apply(this,arguments),e.style("position",this.position()).style("left",this.left()+"px").style("right",this.right()+"px").style("top",this.top()+"px").style("bottom",this.bottom()+"px")},p.prototype.exit=function(t,e){this.widget()&&(this.widget(null),this.render()),i.prototype.exit.apply(this,arguments)},p.prototype.click=function(t){console.log("Clicked: "+t.id)},p}); \ No newline at end of file diff --git a/dist-amd/layout/Surface.css b/dist-amd/layout/Surface.css new file mode 100644 index 0000000000..2ea8313bc7 --- /dev/null +++ b/dist-amd/layout/Surface.css @@ -0,0 +1,79 @@ +.layout_Surface { + margin: 0px; + border: 1px solid #e5e5e5; + overflow:hidden; + height: 100%; + width: 100%; +} +.layout_Surface > h3 { + margin: 0px; + padding: 2px; + background-color: #e5e5e5; +} +.layout_Surface .html-button-container { + position: absolute; + right: 0px; + top:3px; +} +.layout_Surface > div { + padding: 8px; +} +.layout_Surface .html-button-container .surface-button { + margin-right: 5px; +} +.layout_Surface .html-button-container .surface-button i { + opacity: 0.8; +} +.layout_Surface .html-button-container .surface-button:hover { opacity: 1; } +.layout_Surface .html-button-container .surface-button:active { opacity: 0.5; } +div[draggable=true].hideDragCellContent.content-icon:before{ + content: "\f080"; + font-family: FontAwesome; + position: absolute; + top: calc(50% - 74px); + left: calc(50% - 56px); + font-size: 100px; +} +div[draggable=true].hideDragCellContent.content-icon-Line:before{ + content:"\f201"; +} +div[draggable=true].hideDragCellContent.content-icon-Pie:before{ + top: calc(50% - 72px); + left: calc(50% - 45px); + content:"\f200"; +} +div[draggable=true].hideDragCellContent.content-icon-Area:before{ + content:"\f1fe"; +} +div[draggable=true].hideDragCellContent.content-icon-Gauge:before{ + content:"\f0e4"; +} +div[draggable=true].hideDragCellContent.content-icon-Table:before{ + content:"\f0ce"; +} +div[draggable=true].hideDragCellContent.content-icon-Form:before{ + content:"\f11c"; +} +div[draggable=true].hideDragCellContent.content-icon-Grid:before, +div[draggable=true].hideDragCellContent.content-icon-Graph:before, +div[draggable=true].hideDragCellContent.content-icon-Border:before, +div[draggable=true].hideDragCellContent.content-icon-Tabbed:before, +div[draggable=true].hideDragCellContent.content-icon-Accordion:before, +div[draggable=true].hideDragCellContent.content-icon-MultiChart:before, +div[draggable=true].hideDragCellContent.content-icon-MultiChartSurface:before{ + content:"\f247"; +} +div[draggable=true].hideDragCellContent.content-icon-ChoroplethStates:before, +div[draggable=true].hideDragCellContent.content-icon-ChoroplethStatesHeat:before, +div[draggable=true].hideDragCellContent.content-icon-ChoroplethCounties:before, +div[draggable=true].hideDragCellContent.content-icon-ChoroplethCountries:before, +div[draggable=true].hideDragCellContent.content-icon-GMap:before, +div[draggable=true].hideDragCellContent.content-icon-GMapHeat:before, +div[draggable=true].hideDragCellContent.content-icon-GMapGraph:before{ + content:"\f278"; +} +div[draggable=true].hideDragCellContent.content-icon-Text:before, +div[draggable=true].hideDragCellContent.content-icon-TextBox:before, +div[draggable=true].hideDragCellContent.content-icon-FAChar:before{ + content:"\f278"; +} diff --git a/dist-amd/layout/Surface.js b/dist-amd/layout/Surface.js new file mode 100644 index 0000000000..0a75a94a62 --- /dev/null +++ b/dist-amd/layout/Surface.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../common/TextBox","css!./Surface","css!font-awesome"],e):t.layout_Surface=e(t.d3,t.common_HTMLWidget,t.common_TextBox)}(this,function(t,e,i){function l(){e.call(this),this._tag="div",this._surfaceButtons=[]}return l.prototype=Object.create(e.prototype),l.prototype.constructor=l,l.prototype._class+=" layout_Surface",l.prototype.publish("title","","string","Title",null,{tags:["Intermediate"]}),l.prototype.publish("widget",null,"widget","Widget",null,{tags:["Basic"]}),l.prototype.publish("surfaceTitlePadding",null,"number","Title Padding (px)",null,{tags:["Advanced"]}),l.prototype.publish("surfaceTitleFontSize",null,"number","Title Font Size (px)",null,{tags:["Advanced"]}),l.prototype.publish("surfaceTitleFontColor",null,"html-color","Title Font Color",null,{tags:["Advanced"]}),l.prototype.publish("surfaceTitleFontFamily",null,"string","Title Font Family",null,{tags:["Advanced"]}),l.prototype.publish("surfaceTitleFontBold",!0,"boolean","Enable Bold Title Font",null,{tags:["Advanced"]}),l.prototype.publish("surfaceTitleBackgroundColor",null,"html-color","Title Background Color",null,{tags:["Advanced"]}),l.prototype.publish("surfacePadding",null,"string","Surface Padding (px)",null,{tags:["Intermediate"]}),l.prototype.publish("surfaceBackgroundColor",null,"html-color","Surface Background Color",null,{tags:["Advanced"]}),l.prototype.publish("surfaceBorderWidth",null,"number","Surface Border Width (px)",null,{tags:["Advanced"]}),l.prototype.publish("surfaceBorderColor",null,"html-color","Surface Border Color",null,{tags:["Advanced"]}),l.prototype.publish("surfaceBorderRadius",null,"number","Surface Border Radius (px)",null,{tags:["Advanced"]}),l.prototype.publish("surfaceTitleAlignment","center","set","Title Alignment",["left","right","center"],{tags:["Basic"]}),l.prototype.publish("buttonAnnotations",[],"array","Button Array",null,{tags:["Private"]}),l.prototype.widgetSize=function(t,e){var i=this.clientWidth(),l=this.clientHeight();return this.title()&&(l-=this.calcHeight(t)),l-=this.calcFrameHeight(e),i-=this.calcFrameWidth(e),{width:i,height:l}},l.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},l.prototype.update=function(i,l){e.prototype.update.apply(this,arguments);var o=this;l.style("border-width",this.surfaceBorderWidth_exists()?this.surfaceBorderWidth()+"px":null).style("border-color",this.surfaceBorderColor()).style("border-radius",this.surfaceBorderRadius_exists()?this.surfaceBorderRadius()+"px":null).style("background-color",this.surfaceBackgroundColor());var n=l.selectAll(".surfaceTitle").data(this.title()?[this.title()]:[]);n.enter().insert("h3","div").attr("class","surfaceTitle"),n.text(function(t){return t}).style("text-align",this.surfaceTitleAlignment()).style("color",this.surfaceTitleFontColor()).style("font-size",this.surfaceTitleFontSize_exists()?this.surfaceTitleFontSize()+"px":null).style("font-family",this.surfaceTitleFontFamily()).style("font-weight",this.surfaceTitleFontBold()?"bold":"normal").style("background-color",this.surfaceTitleBackgroundColor()).style("padding",this.surfaceTitlePadding_exists()?this.surfaceTitlePadding()+"px":null),n.exit().remove();var r=l.select(".surfaceTitle"),s=r.append("div").attr("class","html-button-container").selectAll(".surface-button").data(this.buttonAnnotations());s.enter().append("button").classed("surface-button",!0).each(function(e,i){var l=o._surfaceButtons[i]=t.select(this).attr("class","surface-button"+(e["class"]?" "+e["class"]:"")).attr("id",e.id).style("padding",e.padding).style("width",e.width).style("height",e.height).style("cursor","pointer");"FontAwesome"===e.font?l.style("background","transparent").style("border","none").on("click",function(t){o.click(t)}).append("i").attr("class","fa").text(function(t){return e.label}):l.text(function(t){return e.label}).on("click",function(t){o.click(t)})}),s.exit().each(function(e,i){var l=t.select(this);delete o._surfaceButtons[i],l.remove()});var a=l.selectAll("#"+this._id+" > .surfaceWidget").data(this.widget()?[this.widget()]:[],function(t){return t._id});a.enter().append("div").attr("class","surfaceWidget").each(function(e){t.select(o.element().node().parentElement).classed("content-icon content-icon-"+e.classID().split("_")[1],!0),e.target(this)}),a.style("padding",this.surfacePadding_exists()?this.surfacePadding()+"px":null).each(function(e){var i=o.widgetSize(l.select("h3"),t.select(this));i.width<0&&(i.width=0),i.height<0&&(i.height=0),e.resize({width:i.width,height:i.height})}),a.exit().each(function(t){t.target(null)}).remove()},l.prototype.exit=function(t,i){this.widget()&&(this.widget(null),this.render()),e.prototype.exit.apply(this,arguments)},l.prototype.click=function(t){console.log("Clicked: "+t.id)},l}); \ No newline at end of file diff --git a/dist-amd/layout/Tabbed.css b/dist-amd/layout/Tabbed.css new file mode 100644 index 0000000000..d9583b2d19 --- /dev/null +++ b/dist-amd/layout/Tabbed.css @@ -0,0 +1,22 @@ +.layout_Tabbed .tab-button { + position: relative; + top: 1px; + display: inline-block; + border-left: 1px solid #ddd; + border-top: 1px solid #ddd; + border-right: 1px solid #ddd; + background-color: transparent; + margin-right: 4px; + padding: 2px; + padding-bottom: 4px; + background-color: #ccc; +} +.layout_Tabbed .tab-button.active { + background-color: white; + z-index:999; +} +.layout_Tabbed .on_bottom .tab-button { + border-bottom: 1px solid #ddd; + border-top: none; + top: -1px; +} \ No newline at end of file diff --git a/dist-amd/layout/Tabbed.js b/dist-amd/layout/Tabbed.js new file mode 100644 index 0000000000..8726e92120 --- /dev/null +++ b/dist-amd/layout/Tabbed.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../layout/Surface","../common/Text","css!./Tabbed"],e):t.layout_Tabbed=e(t.d3,t.common_HTMLWidget,t.layout_Surface,t.common_Text)}(this,function(t,e,i,n){function a(){e.call(this),this._tag="div"}return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" layout_Tabbed",a.prototype.publish("showTabs",!0,"boolean","Show Tabs",null,{}),a.prototype.publish("surfacePadding",4,"number","Padding"),a.prototype.publish("activeTabIdx",0,"number","Index of active tab",null,{}),a.prototype.publish("labels",[],"array","Array of tab labels sharing an index with ",null,{tags:["Private"]}),a.prototype.publish("tabLocation","top","set","Position the tabs at the bottom of the widget",["top","bottom"],{tags:["Private"]}),a.prototype.publish("widgets",[],"widgetArray","widgets",null,{tags:["Private"]}),a.prototype.clearTabs=function(){return this.labels([]),this.widgets([]),this},a.prototype.addTab=function(t,e,a,o){var s=t.size();0===s.width&&0===s.height&&t.size({width:"100%",height:"100%"});var r=this.labels(),d=this.widgets();a&&this.activeTabIdx(this.widgets().length),r.push(e);var c=(new i).widget(t?t:(new n).text("No widget defined for tab"));return d.push(c),this.labels(r),this.widgets(d),o&&o(c),this},a.prototype.widgetSize=function(t){var e=this.clientWidth(),i=this.clientHeight(),n=this._tabContainer.node().getBoundingClientRect();return"undefined"!=typeof n.height&&(i-=n.height),{width:e,height:i}},a.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._tabContainer=i.append("div"),this._contentContainer=i.append("div")},a.prototype.update=function(i,n){e.prototype.update.apply(this,arguments);var a=this;n.style("padding",this.surfacePadding_exists()?this.surfacePadding()+"px":null);var o=this._tabContainer.selectAll(".tab-button.id"+this.id()).data(this.showTabs()?this.labels():[],function(t){return t});o.enter().append("span").attr("class","tab-button id"+this.id()).style("cursor","pointer").on("click",function(t,e){a.click(a.widgets()[e].widget(),t,e),a.activeTabIdx(e).render()}),o.classed("active",function(t,e){return a.activeTabIdx()===e}).text(function(t){return t}),o.exit().remove();var s=this._contentContainer.selectAll(".tab-content.id"+this.id()).data(this.widgets(),function(t){return t.id()});switch(s.enter().append("div").attr("class","tab-content id"+this.id()).each(function(t,e){t.target(this)}),s.classed("active",function(t,e){return a.activeTabIdx()===e}).style("display",function(t,e){return a.activeTabIdx()===e?"block":"none"}).each(function(e,i){if(e.visible(a.activeTabIdx()===i),a.activeTabIdx()===i){var n=a.widgetSize(t.select(this));e.surfaceBorderWidth(a.showTabs()?null:0).surfacePadding(a.showTabs()?null:0).resize(n)}}),s.exit().each(function(t,e){t.target(null)}).remove(),this.tabLocation()){case"bottom":this._tabContainer.attr("class","on_bottom").style("top",this._contentContainer.node().offsetHeight+this.surfacePadding()+"px").style("position","absolute"),this._contentContainer.style("top",this.surfacePadding_exists()?this.surfacePadding()+"px":null).style("position","absolute");break;default:this._tabContainer.attr("class","on_top").style("top",null).style("position","relative"),this._contentContainer.style("top",this._tabContainer.node().offsetHeight+this.surfacePadding()+"px").style("position","absolute")}},a.prototype.click=function(t,e,i){},a}); \ No newline at end of file diff --git a/dist-amd/layout/Toolbar.css b/dist-amd/layout/Toolbar.css new file mode 100644 index 0000000000..79501eacbd --- /dev/null +++ b/dist-amd/layout/Toolbar.css @@ -0,0 +1,30 @@ +.layout_Toolbar { + height:100%; + background-color:#dddddd; + white-space: nowrap; + overflow: hidden; +} +.layout_Toolbar .toolbar-title { + display: inline-block; + position: relative; + top: 50%; + transform: translateY(-50%); + -ms-transform: translateY(-50%); + margin-left:4px; + font-weight:bold; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} +.layout_Toolbar .toolbar-title span { +} +.layout_Toolbar .toolbar-child { + position: relative; + top: 50%; + transform: translateY(-50%); + -ms-transform: translateY(-50%); + float:right; + margin-left:4px; + margin-right:4px; + line-height:16px; +} diff --git a/dist-amd/layout/Toolbar.js b/dist-amd/layout/Toolbar.js new file mode 100644 index 0000000000..8bc68027d8 --- /dev/null +++ b/dist-amd/layout/Toolbar.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","css!./Toolbar"],e):t.layout_Toolbar=e(t.d3,t.common_HTMLWidget)}(this,function(t,e){function o(){e.call(this),this._tag="div"}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" layout_Toolbar",o.prototype.publish("title","","string","Title",null,{tags:["Intermediate"]}),o.prototype.publish("fontSize",null,"number","Title Font Size (px)",null,{tags:["Advanced"],optional:!0}),o.prototype.publish("fontColor",null,"html-color","Title Font Color",null,{tags:["Advanced"],optional:!0}),o.prototype.publish("fontFamily",null,"string","Title Font Family",null,{tags:["Advanced"],optional:!0}),o.prototype.publish("fontBold",!0,"boolean","Enable Bold Title Font",null,{tags:["Advanced"],optional:!0}),o.prototype.publish("backgroundColor",null,"html-color","Background Color",null,{tags:["Intermediate"],optional:!0}),o.prototype.publish("responsive",!0,"boolean","Adapts to pixel width",null,{tags:["Basic"]}),o.prototype.publish("widgets",[],"widgetArray","Child widgets of the toolbar",null,{tags:["Basic"]}),o.prototype.publish("widgetClasses",[],"array","Array of Html Element classes to be assigned to the child widgets (shares index with widgets param)",null,{tags:["Basic"]}),o.prototype.enter=function(t,o){e.prototype.enter.apply(this,arguments)},o.prototype.update=function(o,l){e.prototype.update.apply(this,arguments);var i=this;l.attr("title",i.title()).style("background-color",this.backgroundColor());var n=l.selectAll("div.toolbar-title").data(this.title()?[this.title()]:[]);n.enter().append("div").classed("toolbar-title",!0).append("span"),n.selectAll("div.toolbar-title > span").style("font-size",this.fontSize_exists()?this.fontSize()+"px":null).style("color",this.fontColor_exists()?this.fontColor():null).style("font-family",this.fontFamily_exists()?this.fontFamily():null).style("font-weight",this.fontBold_exists()?this.fontBold()?"bold":"normal":null).style("background-color",this.backgroundColor_exists()?this.backgroundColor():null).text(i.title()),n.exit().remove();var s=l.selectAll("div.toolbar-child").data(null!==this.widgets()?this.widgets():[],function(t){return t.id()});s.enter().insert("div","div.toolbar-title").each(function(e,o){var l=i.widgetClasses()[o]?i.widgetClasses()[o]+" toolbar-child":"toolbar-child";t.select(this).classed(l,!0),e.target(this)}),s.exit().each(function(t){t.target(null)}).remove(),s.order()},o.prototype.render=function(t){var o=this;e.prototype.render.call(this,function(e){var l=o.element().node().getBoundingClientRect(),i=l.left+l.width;o.element().selectAll("div.toolbar-child").each(function(t,e){var o=this.getBoundingClientRect();i>o.left&&(i=o.left)}),o.element().select(".toolbar-title").style("width",i-l.left-4+"px"),t&&t(e)})},o.prototype.exit=function(t,o){e.prototype.exit.apply(this,arguments),this.widgets().forEach(function(t){t.target(null)})},o}); \ No newline at end of file diff --git a/dist-amd/loader.js b/dist-amd/loader.js new file mode 100644 index 0000000000..63946cb21f --- /dev/null +++ b/dist-amd/loader.js @@ -0,0 +1 @@ +!function(s){function e(s){return s.config({baseUrl:".",paths:{requireLib:"../node_modules/requirejs/require",css:"../node_modules/require-css/css","css-builder":"../node_modules/require-css/css-builder",normalize:"../node_modules/require-css/normalize",async:"../node_modules/requirejs-plugins/src/async",propertyParser:"../node_modules/requirejs-plugins/src/propertyParser",goog:"../node_modules/requirejs-plugins/src/goog",text:"../node_modules/requirejs-text/text",json:"../node_modules/requirejs-plugins/src/json",d3:"../bower_components/d3/d3",c3:"../bower_components/c3/c3",dagre:"../bower_components/dagre/index",topojson:"../bower_components/topojson/topojson",colorbrewer:"../bower_components/colorbrewer/colorbrewer","d3-cloud":"../bower_components/d3-cloud/build/d3.layout.cloud","d3-sankey":"../bower_components/d3-plugins/sankey/sankey","font-awesome":"../bower_components/font-awesome/css/font-awesome","es6-promise":"../bower_components/es6-promise/promise","d3-hexbin":"../bower_components/d3-plugins/hexbin/hexbin","d3-tip":"../bower_components/d3-tip/index","d3-bullet":"../bower_components/d3-plugins/bullet/bullet",amcharts:"../bower_components/amcharts3/amcharts/amcharts","amcharts.funnel":"../bower_components/amcharts3/amcharts/funnel","amcharts.gauge":"../bower_components/amcharts3/amcharts/gauge","amcharts.pie":"../bower_components/amcharts3/amcharts/pie","amcharts.radar":"../bower_components/amcharts3/amcharts/radar","amcharts.serial":"../bower_components/amcharts3/amcharts/serial","amcharts.xy":"../bower_components/amcharts3/amcharts/xy","amcharts.gantt":"../bower_components/amcharts3/amcharts/gantt","amcharts.plugins.responsive":"../bower_components/amcharts3/amcharts/plugins/responsive/responsive",amchartsImg:"../bower_components/amcharts3/amcharts/images/",simpleheat:"../bower_components/simpleheat/index",autoComplete:"../bower_components/javascript-auto-complete/auto-complete",src:"../src"},shim:{"amcharts.funnel":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.gauge":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.pie":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.radar":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.serial":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.xy":{deps:["amcharts"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},"amcharts.gantt":{deps:["amcharts","amcharts.serial"],exports:"AmCharts",init:function(){AmCharts.isReady=!0}},simpleheat:{exports:"simpleheat",init:function(){simpleheat.isReady=!0}}}})}function r(s,e){return{css:e+"/guybedford/require-css/0.1.8/css.min","css-builder":e+"/guybedford/require-css/0.1.8/css-builder.min",normalize:e+"/guybedford/require-css/0.1.8/normalize.min",async:e+"/millermedeiros/requirejs-plugins/v1.0.3/src/async",propertyParser:e+"/millermedeiros/requirejs-plugins/v1.0.3/src/propertyParser",goog:e+"/millermedeiros/requirejs-plugins/v1.0.3/src/goog",text:e+"/requirejs/text/2.0.12/text",json:e+"/millermedeiros/requirejs-plugins/v1.0.3/src/json",d3:e+"/mbostock/d3/v3.5.17/d3.min",c3:e+"/masayuki0812/c3/0.4.11/c3.min",dagre:e+"/cpettitt/dagre/v0.7.3/dist/dagre.min",topojson:e+"/mbostock-bower/topojson-bower/v1.6.26/topojson.min",colorbrewer:e+"/jeanlauliac/colorbrewer/v1.0.0/colorbrewer","d3-cloud":e+"/jasondavies/d3-cloud/v1.2.2/build/d3.layout.cloud","d3-sankey":e+"/d3/d3-plugins/master/sankey/sankey","font-awesome":e+"/FortAwesome/Font-Awesome/v4.6.3/css/font-awesome.min","es6-promise":e+"/jakearchibald/es6-promise/v3.2.2/dist/es6-promise.min","d3-hexbin":e+"/d3/d3-plugins/master/hexbin/hexbin","d3-tip":e+"/Caged/d3-tip/v0.6.7/index","d3-bullet":e+"/d3/d3-plugins/master/bullet/bullet",amcharts:e+"/amcharts/amcharts3/3.18.0/amcharts/amcharts","amcharts.funnel":e+"/amcharts/amcharts3/3.18.0/amcharts/funnel","amcharts.gauge":e+"/amcharts/amcharts3/3.18.0/amcharts/gauge","amcharts.pie":e+"/amcharts/amcharts3/3.18.0/amcharts/pie","amcharts.radar":e+"/amcharts/amcharts3/3.18.0/amcharts/radar","amcharts.serial":e+"/amcharts/amcharts3/3.18.0/amcharts/serial","amcharts.xy":e+"/amcharts/amcharts3/3.18.0/amcharts/xy","amcharts.gantt":e+"/amcharts/amcharts3/3.18.0/amcharts/gantt","amcharts.plugins.responsive":e+"/amcharts/amcharts3/3.18.0/amcharts/plugins/responsive/responsive","amcharts.plugins.dataloader":e+"/amcharts/amcharts3/3.18.0/amcharts/plugins/dataloader",amchartsImg:e+"/amcharts/amcharts3/3.18.0/amcharts/images/",simpleheat:e+"/mourner/simpleheat/v0.3.0/simpleheat",autoComplete:e+"/Pixabay/JavaScript-autoComplete/1.0.4/auto-complete",src:s}}function t(r){e(s.hpccsystems.require);var t=s.hpccsystems.require.s.contexts._.config,a={};for(var c in t.paths)a[c]=r+"/"+t.paths[c];s.hpccsystems.require.config({baseUrl:".",paths:a})}function a(e){s.hpccsystems.require.config({baseUrl:".",bundles:{replace:"me"},paths:{src:e,"font-awesome":e+"/font-awesome/css/font-awesome.min",amchartsImg:e+"/img/amcharts/"}})}function c(r){return e(s.hpccsystems.require),s.hpccsystems.require.config({waitSeconds:30,baseUrl:".",paths:s.hpccsystems.cache[r].rawgitPaths})}function o(e,t,a,c){var o="https:"===s.location.protocol?"https://":"http://"+e;s.hpccsystems.require([t+"/loader.js"],function(){c(s.hpccsystems.require.config({waitSeconds:30,baseUrl:t,context:a,paths:s.hpccsystems.cache[t].rawgitPaths}))},function(e){c(s.hpccsystems.require.config({waitSeconds:30,baseUrl:t,context:a,paths:r(t,o)}))})}function n(e,r,t){var a=e+"/hpcc-bundles-def.js";s.hpccsystems.require([a],function(a){var c=s.hpccsystems.require.config({context:r,baseUrl:e,bundles:a,paths:{src:e,"font-awesome":e+"/font-awesome/css/font-awesome.min",amchartsImg:e+"/img/amcharts/"}});c([e+"/hpcc-viz.js"],function(){t(c)})})}s.hpccsystems=s.hpccsystems||{},s.hpccsystems.cache=s.hpccsystems.cache||{},function(){var e={url:""};if(document&&document.currentScript)e.url=document.currentScript.src;else for(var o=document.getElementsByTagName("script"),n=o.length-1;n>=0;--n){var m=o[n],i=void 0!==m.getAttribute.length?m.src:m.getAttribute("src",-1);if(i.indexOf("loader.js")>0||i.indexOf("hpcc-viz.js")>0){e.url=i;break}}var h=e.url.split("/");if(e.filename=h.pop(),e.srcUrl=h.join("/"),!s.hpccsystems.cache[e.srcUrl]){var p="https:"===s.location.protocol?"https://rawgit.com":"http://rawgit.com";s.hpccsystems.cache[e.srcUrl]={rawgitPaths:r(e.srcUrl,p)}}if(!s.hpccsystems.require&&(s.hpccsystems.require=s.require||require,!s.hpccsystems.skipAutoConfig))switch(e.filename){case"loader.js":switch(s.location.hostname){case"rawgit.com":c(e.srcUrl);break;default:t(e.srcUrl)}break;case"hpcc-viz.js":a(e.srcUrl)}}(),s.hpccsystems.redirect||(s.hpccsystems.redirect=function(){function e(e){e=e||{};var r=e.protocol||("https:"===s.location.protocol?"https:":"http:"),t=e.hostname||s.location.hostname,a=void 0!==e.port?e.port:s.location.port,c=t+(a?":"+a:""),o=e.pathname||s.location.pathname,n=r+"//"+c+o;return n}function r(s){return e({hostname:"viz.hpccsystems.com",port:"",pathname:"/"+s+"/dist-amd"})}return{github:function(s,r,t,a){switch(a=arguments[arguments.length-1],arguments.length){case 1:s="master";case 2:r="hpcc-systems";case 3:t="Visualization"}var c=e({hostname:"rawgit.com",port:"",pathname:"/"+r+"/"+t+"/"+s+"/src"});o("rawgit.com",c,r+"_"+t+"_"+s,a)},cdn:function(s,e){var t=r(s);n(t,s,e)},create:function(s,e){function r(s){console.log("Loader 'create' Error:\n"+s.message)}switch("string"==typeof s&&(s=JSON.parse(s)),s.__version){case"1":case"2":case"3":this.cdn("v1.10.0",function(t){t(["src/other/Persist"],function(r){r.create(s,e)},r)});break;default:this.cdn("v"+s.__version,function(t){t(["src/other/Persist"],function(r){r.create(s,e)},r)})}}}}())}(this); \ No newline at end of file diff --git a/dist-amd/map/Choropleth.css b/dist-amd/map/Choropleth.css new file mode 100644 index 0000000000..b4b099d1d8 --- /dev/null +++ b/dist-amd/map/Choropleth.css @@ -0,0 +1,21 @@ +.map_Layered .checkerFill { + fill: red; + stroke: red; + opacity: 0.5; +} +.map_Layered .checkerNoFill { + fill: none; + stroke: none; + opacity: 0.5; +} +.map_Layered .mesh { + fill: none; + stroke: #6D6E71; +} +.map_Layered .data { + stroke: none; +} +.map_Layered .data.selected { + stroke: red; + stroke-width: 1.25px; +} diff --git a/dist-amd/map/Choropleth.js b/dist-amd/map/Choropleth.js new file mode 100644 index 0000000000..ad6e929ce7 --- /dev/null +++ b/dist-amd/map/Choropleth.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","topojson","./Layer","../common/Palette","../common/Utility","css!./Choropleth"],e):t.map_Choropleth=e(t.d3,t.topojson,t.map_Layer,t.common_Palette,t.common_Utility)}(this,function(t,e,o,i,a){function r(){o.call(this),a.SimpleSelectionMixin.call(this),this._dataMap={},this._path=t.select(null)}return r.prototype=Object.create(o.prototype),r.prototype.constructor=r,r.prototype._class+=" map_Choropleth",r.prototype.mixin(a.SimpleSelectionMixin),r.prototype._palette=i.rainbow("default"),r.prototype.publish("paletteID","YlOrRd","set","Palette ID",r.prototype._palette["switch"](),{tags:["Basic","Shared"]}),r.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),r.prototype.publish("opacity",1,"number","Opacity",null,{tags:["Advanced"]}),r.prototype.publish("meshVisible",!0,"boolean","Mesh Visibility"),r.prototype.publish("meshColor",null,"html-color","Stroke Color",null,{optional:!0}),r.prototype.publish("meshStrokeWidth",.25,"number","Stroke Width"),r.prototype.publish("internalOnly",!1,"boolean","Internal mesh only"),r.prototype.publish("autoScaleMode","mesh","set","Auto Scale",["none","mesh","data"],{tags:["Basic"],override:!0}),r.prototype.data=function(t){var e=o.prototype.data.apply(this,arguments);if(arguments.length){this._dataMap={},this._dataMinWeight=null,this._dataMaxWeight=null;var i=this;this.data().forEach(function(t){i._dataMap[t[0]]=t,(!i._dataMinWeight||t[1]i._dataMaxWeight)&&(i._dataMaxWeight=t[1])})}return e},r.prototype.getDataBounds=function(){var t=this._choroplethData.node().getBBox(),e={x:t.x,y:t.y,width:t.width,height:t.height},o=this._zoom.scale();e.x*=o,e.y*=o,e.width*=o,e.height*=o;var i=this._zoom.translate();return e.x+=i[0],e.y+=i[1],e},r.prototype.autoScale=function(){switch(this.autoScaleMode()){case"none":return;case"mesh":this.shrinkToFit(this.getBounds());break;case"data":this.shrinkToFit(this.getDataBounds())}},r.prototype.layerEnter=function(t,e,i){o.prototype.layerEnter.apply(this,arguments),this._choroplethTransform=e,this._choroplethData=this._choroplethTransform.append("g"),this._choropleth=this._choroplethTransform.append("path").attr("class","mesh")},r.prototype.layerUpdate=function(t,i){return o.prototype.layerUpdate.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.visible()&&this.meshVisible()?((i||this._prevProjection!==t.projection()||this._prevInternalOnly!==this.internalOnly())&&(this._choropleth.attr("d",t._d3GeoPath(e.mesh(this._choroTopology,this._choroTopologyObjects,this.internalOnly()?function(t,e){return t!==e}:function(t,e){return!0}))),this._prevProjection=t.projection(),this._prevInternalOnly=this.internalOnly()),void this._choroplethTransform.style("opacity",this.opacity()).style("stroke",this.meshColor())):(this._choropleth.attr("d",""),void delete this._prevProjection)},r.prototype.layerExit=function(t){delete this._prevProjection,delete this._prevInternalOnly},r.prototype.layerZoomed=function(t){o.prototype.layerZoomed.apply(this,arguments),this._choroplethTransform.attr("transform","translate("+t._zoom.translate()+")scale("+t._zoom.scale()+")").style("stroke-width",this.meshStrokeWidth()/t._zoom.scale()+"px")},r.prototype.click=function(t,e,o){console.log("Click: "+JSON.stringify(t)+", "+e+", "+o)},r}); \ No newline at end of file diff --git a/dist-amd/map/ChoroplethContinents.js b/dist-amd/map/ChoroplethContinents.js new file mode 100644 index 0000000000..666e108ba9 --- /dev/null +++ b/dist-amd/map/ChoroplethContinents.js @@ -0,0 +1 @@ +!function(o,t){"function"==typeof define&&define.amd?define(["d3","topojson","./Choropleth","./countries"],t):o.map_ChoroplethContinents=t(o.d3,o.topojson,o.map_Choropleth,o.map_countries)}(this,function(o,t,e,n){function p(){e.call(this),this._choroTopology=n.topology,this._choroTopologyObjects=n.topology.objects.land}return p.prototype=Object.create(e.prototype),p.prototype.constructor=p,p.prototype._class+=" map_ChoroplethContinents",p}); \ No newline at end of file diff --git a/dist-amd/map/ChoroplethCounties.js b/dist-amd/map/ChoroplethCounties.js new file mode 100644 index 0000000000..ec38afa682 --- /dev/null +++ b/dist-amd/map/ChoroplethCounties.js @@ -0,0 +1 @@ +!function(t,o){"function"==typeof define&&define.amd?define(["d3","topojson","./Choropleth","./us-counties"],o):t.map_ChoroplethCounties=o(t.d3,t.topojson,t.map_Choropleth,t.map_usCounties)}(this,function(t,o,e,a){function i(){e.call(this),this.projection("albersUsaPr"),this._choroTopology=a.topology,this._choroTopologyObjects=a.topology.objects.counties}var n=o.feature(a.topology,a.topology.objects.counties).features,r={};for(var s in n)n[s].id&&(r[n[s].id]=n[s]);var l=t.format("05d");return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" map_ChoroplethCounties",i.prototype.publish("onClickFormatFIPS",!1,"boolean","format FIPS code as a String on Click"),i.prototype.layerEnter=function(o,i,n){e.prototype.layerEnter.apply(this,arguments),this._selection.widgetElement(this._choroplethData),this.choroPaths=t.select(null);var r=this;this.tooltipHTML(function(t){return r.tooltipFormat({label:a.countyNames[t[0]],value:r._dataMap[t[0]]?r._dataMap[t[0]][1]:"N/A"})})},i.prototype.layerUpdate=function(t){e.prototype.layerUpdate.apply(this,arguments),this.choroPaths=this._choroplethData.selectAll(".data").data(this.visible()?this.data():[],function(t){return t[0]});var o=this;this.choroPaths.enter().append("path").attr("class","data").call(this._selection.enter.bind(this._selection)).on("click",function(t){if(o._dataMap[t[0]]){var e=o.onClickFormatFIPS()?o._dataMap[t[0]].map(function(t,e){return o.onClickFormatFIPS()&&0===e?l(t):t}):o._dataMap[t[0]];o.click(o.rowToObj(e),"weight",o._selection.selected(this))}}).on("mouseout.tooltip",this.tooltip.hide).on("mousemove.tooltip",this.tooltip.show),this.choroPaths.attr("d",function(o){var e=t._d3GeoPath(r[o[0]]);return e||console.log("Unknown US County: "+o),e}).style("fill",function(t){var e=o._palette(t[1],o._dataMinWeight,o._dataMaxWeight);return e}),this.choroPaths.exit().remove()},i}); \ No newline at end of file diff --git a/dist-amd/map/ChoroplethCountries.js b/dist-amd/map/ChoroplethCountries.js new file mode 100644 index 0000000000..5f676c4ed1 --- /dev/null +++ b/dist-amd/map/ChoroplethCountries.js @@ -0,0 +1 @@ +!function(t,o){"function"==typeof define&&define.amd?define(["d3","topojson","./Choropleth","./countries"],o):t.map_ChoroplethCountries=o(t.d3,t.topojson,t.map_Choropleth,t.map_countries)}(this,function(t,o,e,i){function a(){e.call(this),this._choroTopology=i.topology,this._choroTopologyObjects=i.topology.objects.countries}var r=o.feature(i.topology,i.topology.objects.countries).features,n={};for(var s in r)r[s].id&&i.countryNames[r[s].id]&&(n[i.countryNames[r[s].id].name]=r[s]);return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" map_ChoroplethCountries",a.prototype.layerEnter=function(o,i,a){e.prototype.layerEnter.apply(this,arguments),this._selection.widgetElement(this._choroplethData),this.choroPaths=t.select(null);var r=this;this.tooltipHTML(function(t){return r.tooltipFormat({label:t[0],value:t[1]})})},a.prototype.layerUpdate=function(t){e.prototype.layerUpdate.apply(this,arguments),this.choroPaths=this._choroplethData.selectAll(".data").data(this.visible()?this.data():[],function(t){return t[0]});var o=this;this.choroPaths.enter().append("path").attr("class","data").call(this._selection.enter.bind(this._selection)).on("click",function(t){o._dataMap[t[0]]&&o.click(o.rowToObj(o._dataMap[t[0]]),"weight",o._selection.selected(this))}).on("mouseout.tooltip",this.tooltip.hide).on("mousemove.tooltip",this.tooltip.show),this.choroPaths.attr("d",function(o){var e=t._d3GeoPath(n[o[0]]);return e||console.log("Unknown Country: "+o),e}).style("fill",function(t){var e=o._palette(t[1],o._dataMinWeight,o._dataMaxWeight);return e}),this.choroPaths.exit().remove()},a}); \ No newline at end of file diff --git a/dist-amd/map/ChoroplethStates.js b/dist-amd/map/ChoroplethStates.js new file mode 100644 index 0000000000..2c842738a7 --- /dev/null +++ b/dist-amd/map/ChoroplethStates.js @@ -0,0 +1 @@ +!function(t,o){"function"==typeof define&&define.amd?define(["d3","topojson","./Choropleth","./us-states"],o):t.map_ChoroplethStates=o(t.d3,t.topojson,t.map_Choropleth,t.map_usStates)}(this,function(t,o,e,a){function s(){e.call(this),this.projection("albersUsaPr"),this._choroTopology=a.topology,this._choroTopologyObjects=a.topology.objects.states}var i=o.feature(a.topology,a.topology.objects.states).features,r={};for(var n in i)i[n].id&&(r[a.stateNames[i[n].id].code]=i[n]);return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" map_ChoroplethStates",s.prototype.layerEnter=function(o,s,i){e.prototype.layerEnter.apply(this,arguments),this._selection.widgetElement(this._choroplethData),this.choroPaths=t.select(null);var n=this;this.tooltipHTML(function(t){var o=r[t[0]].id;return n.tooltipFormat({label:a.stateNames[o].name,value:t[1]})})},s.prototype.layerUpdate=function(t){e.prototype.layerUpdate.apply(this,arguments),this.choroPaths=this._choroplethData.selectAll(".data").data(this.visible()?this.data():[],function(t){return t[0]});var o=this;this.choroPaths.enter().append("path").attr("class","data").call(this._selection.enter.bind(this._selection)).on("click",function(t){o.click(o.rowToObj(t),"weight",o._selection.selected(this))}).on("mouseout.tooltip",this.tooltip.hide).on("mousemove.tooltip",this.tooltip.show),this.choroPaths.attr("d",function(o){var e=t._d3GeoPath(r[o[0]]);return e||console.log("Unknown US State: "+o),e}).style("fill",function(t){var e=o._palette(t[1],o._dataMinWeight,o._dataMaxWeight);return e}),this.choroPaths.exit().remove()},s}); \ No newline at end of file diff --git a/dist-amd/map/ChoroplethStatesHeat.js b/dist-amd/map/ChoroplethStatesHeat.js new file mode 100644 index 0000000000..6be45045b4 --- /dev/null +++ b/dist-amd/map/ChoroplethStatesHeat.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["../layout/Layered"],e):t.map_ChoroplethStatesHeat=e(t.layout_Layered)}(this,function(t){function e(e){t.call(this)}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" map_ChoroplethStatesHeat",e}); \ No newline at end of file diff --git a/dist-amd/map/GMap.css b/dist-amd/map/GMap.css new file mode 100644 index 0000000000..4bb5cae967 --- /dev/null +++ b/dist-amd/map/GMap.css @@ -0,0 +1,13 @@ +.map_GMap { +} +.map_GMap .marker { + fill: #656565; + stroke: none; + stroke-width: 1.0px; +} +.map_GMap .map_Layered { + pointer-events: auto; + cursor:auto; +} +.gm-style img { max-width: none; } +.gm-style label { width: auto; display: inline; } diff --git a/dist-amd/map/GMap.js b/dist-amd/map/GMap.js new file mode 100644 index 0000000000..bb3a1c6877 --- /dev/null +++ b/dist-amd/map/GMap.js @@ -0,0 +1 @@ +!function(t,e){if("function"==typeof define&&define.amd){var o="https:"===window.location.protocol?"https:":"http:",i=i||"AIzaSyDwGn2i1i_pMZvnqYJN1BksD_tjYaCOWKg";define(["d3","../common/HTMLWidget","../layout/AbsoluteSurface","async!"+o+"//maps.google.com/maps/api/js?key="+i,"css!./GMap"],e)}else t.map_GMap=e(t.d3,t.common_HTMLWidget,t.layout_AbsoluteSurface)}(this,function(t,e,o){function i(t,e,o){google.maps.OverlayView.call(this),this._div=null,this._worldSurface=e,this._viewportSurface=o,this._map=t,this.setMap(t);var i=this;google.maps.event.addListener(t,"bounds_changed",function(){i.draw()}),google.maps.event.addListener(t,"projection_changed",function(){i.draw()}),this._prevWorldMin={x:0,y:0},this._prevWorldMax={x:0,y:0},this._prevMin={x:0,y:0},this._prevMax={x:0,y:0}}function r(){function t(t,e,o){var r=i._overlay.getProjection(),a=r.fromLatLngToDivPixel(new google.maps.LatLng(e,o)),n=r.getWorldWidth(),s=parseFloat(t.widgetX()),p=parseFloat(t.widgetY()),l=parseFloat(t.widgetWidth());for(a.x-=s,a.y-=p;a.x<0;)a.x+=n;for(;a.x>l;)a.x-=n;return a}e.call(this),this._tag="div";var i=this;this._worldSurface=new o,this._worldSurface.project=function(e,o){return t(this,e,o)},this._viewportSurface=new o,this._viewportSurface.project=function(e,o){return t(this,e,o)}}return i.prototype=google.maps.OverlayView.prototype,i.prototype.onAdd=function(){this.div=document.createElement("div"),this._viewportSurface.target(this.div).units("pixels");var t=this.getPanes();t.overlayMouseTarget.appendChild(this.div)},i.prototype.draw=function(){var t=this.getProjection();if(t){for(var e=this._map.getBounds(),o=t.fromLatLngToDivPixel(e.getCenter()),i=t.fromLatLngToDivPixel(e.getSouthWest()),r=t.fromLatLngToDivPixel(e.getNorthEast()),a={x:i.x,y:r.y},n={x:r.x,y:i.y},s=t.getWorldWidth();n.xo.x;)a.x-=s,n.x-=s;(a.x!==this._prevMin.x||a.y!==this._prevMin.y||n.x!==this._prevMax.x||n.y!==this._prevMax.y)&&(this._viewportSurface.widgetX(a.x).widgetY(a.y).widgetWidth(n.x-a.x).widgetHeight(n.y-a.y),this._viewportSurface._renderCount?(this._viewportSurface.render(),this._prevMin=a,this._prevMax=n):this._viewportSurface.lazyRender());for(var p=t.fromLatLngToDivPixel(new google.maps.LatLng(85,-179.9)),l=t.fromLatLngToDivPixel(new google.maps.LatLng(-85,179.9));l.xo.x;)p.x-=s,l.x-=s;(p.x!==this._prevWorldMin.x||p.y!==this._prevWorldMin.y||l.x!==this._prevWorldMax.x||l.y!==this._prevWorldMax.y)&&(this._worldSurface.widgetX(p.x).widgetY(p.y).widgetWidth(l.x-p.x).widgetHeight(l.y-p.y).render(),this._prevWorldMin=l,this._prevWorldMax=l)}},i.prototype.onRemove=function(){this._viewportSurface.target(null),this._div.parentNode.removeChild(this._div),this._div=null},r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" map_GMap",r.prototype.publish("type","road","set","Map Type",["terrain","road","satellite","hybrid"],{tags:["Basic"]}),r.prototype.publish("centerLat",42.877742,"number","Center Latitude",null,{tags:["Basic"]}),r.prototype.publish("centerLong",-97.380979,"number","Center Longtitude",null,{tags:["Basic"]}),r.prototype.publish("zoom",4,"number","Zoom Level",null,{tags:["Basic"]}),r.prototype.publish("panControl",!0,"boolean","Pan Controls",null,{tags:["Basic"]}),r.prototype.publish("zoomControl",!0,"boolean","Pan Controls",null,{tags:["Basic"]}),r.prototype.publish("mapTypeControl",!1,"boolean","Pan Controls",null,{tags:["Basic"]}),r.prototype.publish("scaleControl",!0,"boolean","Pan Controls",null,{tags:["Basic"]}),r.prototype.publish("streetViewControl",!1,"boolean","Pan Controls",null,{tags:["Basic"]}),r.prototype.publish("overviewMapControl",!1,"boolean","Pan Controls",null,{tags:["Basic"]}),r.prototype.publish("googleMapStyles",{},"object","Styling for map colors etc",null,{tags:["Basic"]}),r.prototype.data=function(t){var o=e.prototype.data.apply(this,arguments);return o},r.prototype.getMapType=function(){switch(this.type()){case"terrain":return google.maps.MapTypeId.TERRAIN;case"road":return google.maps.MapTypeId.ROADMAP;case"satellite":return google.maps.MapTypeId.SATELLITE;case"hybrid":return google.maps.MapTypeId.HYBRID;default:return google.maps.MapTypeId.ROADMAP}},r.prototype.getMapOptions=function(){return{panControl:this.panControl(),zoomControl:this.zoomControl(),mapTypeControl:this.mapTypeControl(),scaleControl:this.scaleControl(),streetViewControl:this.streetViewControl(),overviewMapControl:this.overviewMapControl(),overviewMapControlOptions:{opened:!0},styles:this.googleMapStyles()}},r.prototype.size=function(t){var o=e.prototype.size.apply(this,arguments);return arguments.length&&this._googleMapNode&&(this._googleMapNode.style({width:t.width+"px",height:t.height+"px"}),google.maps.event.trigger(this._googleMap,"resize")),o},r.prototype.enter=function(o,r){e.prototype.enter.apply(this,arguments),this._googleMapNode=r.append("div").style({width:this.width()+"px",height:this.height()+"px"}),this._googleMap=new google.maps.Map(this._googleMapNode.node(),{zoom:this.zoom(),center:new google.maps.LatLng(this.centerLat(),this.centerLong()),mapTypeId:this.getMapType(),disableDefaultUI:!0}),this._overlay=new i(this._googleMap,this._worldSurface,this._viewportSurface),this._circleMap=t.map([]),this._pinMap=t.map([]),this._prevCenterLat=this.centerLat(),this._prevCenterLong=this.centerLong(),this._prevZoom=this.zoom()},r.prototype.update=function(t,e){this._googleMap.setMapTypeId(this.getMapType()),this._googleMap.setOptions(this.getMapOptions()),(this._prevCenterLat!==this.centerLat()||this._prevCenterLong!==this.centerLong())&&(this._googleMap.setCenter(new google.maps.LatLng(this.centerLat(),this.centerLong())),this._prevCenterLat=this.centerLat(),this._prevCenterLong=this.centerLong()),this._prevZoom!==this.zoom()&&(this._googleMap.setZoom(this.zoom()),this._prevZoom=this.zoom()),this.updateCircles(),this.updatePins()},r.prototype.updateCircles=function(){function e(t){return t[0]+"_"+t[1]}var o=[],i=[],r=t.map(this._circleMap.keys(),function(t){return t});this.data().forEach(function(t){r.remove(e(t)),t[3]&&!this._circleMap.has(e(t))?o.push(t):t[3]&&this._circleMap.has(e(t))?i.push(t):!t[3]&&this._circleMap.has(e(t))&&r.set(e(t),!0)},this),o.forEach(function(t){var o=this.createCircle(t[0],t[1],t[3],"");this._circleMap.set(e(t),o)},this),i.forEach(function(t){},this);var a=this;r.forEach(function(t){a._circleMap.get(t).setMap(null),a._circleMap.remove(t)})},r.prototype.updatePins=function(){function e(t){return t[0]+"_"+t[1]}var o=[],i=[],r=t.map(this._pinMap.keys(),function(t){return t});this.data().forEach(function(t){r.remove(e(t)),t[2]&&!this._pinMap.has(e(t))?o.push(t):t[2]&&this._pinMap.has(e(t))?i.push(t):!t[2]&&this._pinMap.has(e(t))&&r.set(e(t),!0)},this),o.forEach(function(t){var o=this.createMarker(t[0],t[1],t[2],"");this._pinMap.set(e(t),o)},this),i.forEach(function(t){this._pinMap.get(e(t)).setIcon(this.createIcon(t[2]))},this);var a=this;r.forEach(function(t){a._pinMap.get(t).setMap(null),a._pinMap.remove(t)})},r.prototype.createIcon=function(t){return{path:"M 0,0 C -2,-20 -10,-22 -10,-30 A 10,10 0 1,1 10,-30 C 10,-22 2,-20 0,0 z M -2,-30",fillColor:t.fillColor,fillOpacity:t.fillOpacity||.8,scale:.5,strokeColor:t.strokeColor||"black",strokeWeight:.25}},r.prototype.createMarker=function(t,e,o){return new google.maps.Marker({position:new google.maps.LatLng(t,e),animation:google.maps.Animation.DROP,title:o.title||"",icon:this.createIcon(o),map:this._googleMap})},r.prototype.createCircle=function(t,e,o){return new google.maps.Circle({center:new google.maps.LatLng(t,e),radius:16093*o.radius/10,fillColor:o.fillColor||"red",strokeColor:o.strokeColor||o.fillColor||"black",strokeWeight:.5,map:this._googleMap})},r.prototype.zoomTo=function(t){var e=0,o=new google.maps.LatLngBounds;return t.forEach(function(t){var i=new google.maps.LatLng(t[0],t[1]);o.extend(i),++e}),e&&(this._googleMap.setCenter(o.getCenter()),this._googleMap.fitBounds(o),this._googleMap.getZoom()>12&&this._googleMap.setZoom(12)),this},r.prototype.zoomToFit=function(){return this.zoomTo(this.data())},r}); \ No newline at end of file diff --git a/dist-amd/map/GMapGraph.js b/dist-amd/map/GMapGraph.js new file mode 100644 index 0000000000..8a8e64639b --- /dev/null +++ b/dist-amd/map/GMapGraph.js @@ -0,0 +1 @@ +!function(e,t){"function"==typeof define&&define.amd?define(["./GMap","../graph/Graph","../graph/Edge","../common/Shape"],t):e.map_GMapGraph=t(e.map_GMap,e.graph_Graph,e.graph_Edge,e.common_Shape)}(this,function(e,t,a,r){function p(){e.call(this)}return p.prototype=Object.create(e.prototype),p.prototype.constructor=p,p.prototype._class+=" map_GMapGraph",p.prototype.enter=function(){e.prototype.enter.apply(this,arguments);var p=(new t).layout("None"),o=p.render,n=this;p.render=function(){var e=[],t=[],p=null;n.data().forEach(function(o){var i=n._viewportSurface.project(o[0],o[1]),h=(new r).shape("circle").radius(3).data(o).pos(i);e.push(h),p&&t.push((new a).sourceVertex(p).targetVertex(h).targetMarker("arrowHead")),p=h}),this.data({vertices:e,edges:t}),o.apply(this,arguments),this.graphData.nodeValues().forEach(function(e){var t=n._viewportSurface.project(e.data()[0],e.data()[1]);t.x-=n.width()/2,t.y-=n.height()/2,e.move(t)}),this.graphData.edgeValues().forEach(function(e){e.points([])})},this._viewportSurface.widget(p)},p}); \ No newline at end of file diff --git a/dist-amd/map/GMapHeat.js b/dist-amd/map/GMapHeat.js new file mode 100644 index 0000000000..90c47a8e39 --- /dev/null +++ b/dist-amd/map/GMapHeat.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./GMap","../other/HeatMap"],e):t.map_GMapHeat=e(t.map_GMap,t.other_HeatMap)}(this,function(t,e){function a(){t.call(this)}return a.prototype=Object.create(t.prototype),a.prototype.constructor=a,a.prototype._class+=" map_GMapHeat",a.prototype.enter=function(){t.prototype.enter.apply(this,arguments);var a=new e,p=a.render,r=this;a.render=function(){this.data(r.data().map(function(t){var e=r._viewportSurface.project(t[0],t[1]);return[e.x,e.y,t[4]]})),p.apply(this,arguments)},this._viewportSurface.widget(a)},a}); \ No newline at end of file diff --git a/dist-amd/map/GMapLayered.js b/dist-amd/map/GMapLayered.js new file mode 100644 index 0000000000..10a8e53fd8 --- /dev/null +++ b/dist-amd/map/GMapLayered.js @@ -0,0 +1 @@ +!function(e,t){"function"==typeof define&&define.amd?define(["d3","./GMap","../common/SVGWidget"],t):e.map_GMapLayered=t(e.d3,e.map_GMap,e.common_SVGWidget)}(this,function(e,t,o){function r(){o.call(this),this._drawStartPos="origin"}function a(){t.call(this),this._layers=[]}var n=1/16,i=4096;return r.prototype=Object.create(o.prototype),r.prototype.constructor=r,r.prototype._class+=" map_Layered",r.prototype.enter=function(t,r){o.prototype.enter.apply(this,arguments),this._zoom=e.behavior.zoom().translate([0,0]).scale(1),this._d3GeoProjection=e.geo.mercator().scale(i/2/Math.PI).translate([0,0]),this._d3GeoPath=e.geo.path().projection(this._d3GeoProjection)},r.prototype.update=function(e,t){o.prototype.update.apply(this,arguments),this._hasZoomed=!0,this._hasRendered?this.zoomed():this.fullRender()},r.prototype.fullRender=function(){if(this._hasZoomed){this._hasRendered=!0,this.size(this.gmap.size());var t=this._element.selectAll(".layerContainer").data(this.gmap.layers(),function(e){return e.id()}),o=this;t.enter().append("g").attr("class","layerContainer").each(function(t){var r=e.select(this),a=o._parentOverlay.append("div");t.layerEnter(o,r,a)}),t.each(function(e){e.layerUpdate(o)}),t.exit().each(function(e){e.layerExit(o)}).remove(),this.zoomed()}},r.prototype.zoomed=function(){var e=this.gmap._overlay.getProjection();if(e){var t=new google.maps.LatLng(0,0),o=e.fromLatLngToDivPixel(t),r=parseFloat(this.surface.widgetX()),a=parseFloat(this.surface.widgetY()),i=[o.x-r,o.y-a],s=this.gmap._googleMap.getZoom();this._zoom.scale(n*(1<this._dataMaxWeight)&&(this._dataMaxWeight=t[1])},this)),e},n.prototype.layerEnter=function(e,i,n){a.prototype.layerEnter.apply(this,arguments),this.geohash=new o.Geohash,this._geoHashTransform=i.append("g"),this._selection=new s.SimpleSelection(this._geoHashTransform),this.geoHashPaths=t.select(null)},n.prototype.layerUpdate=function(t){a.prototype.layerUpdate.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this._geoHashTransform.style("opacity",this.opacity()),this.geoHashPaths=this._geoHashTransform.selectAll(".data").data(this.visible()?this.data():[],function(t){return t[0]});var e=this;this.geoHashPaths.enter().append("path").attr("class","data").call(this._selection.enter.bind(this._selection)).on("click",function(t){e.click(e.rowToObj(t),"weight",e._selection.selected(this))}),this.geoHashPaths.attr("d",function(a){var o=e.geohash.bounds(a[0]),i={type:"LineString",coordinates:[[o.sw.lon,o.ne.lat],[o.ne.lon,o.ne.lat],[o.ne.lon,o.sw.lat],[o.sw.lon,o.sw.lat]]};return t._d3GeoPath(i)}).style("fill",function(t){var a=e._palette(t[1],e._dataMinWeight,e._dataMaxWeight);return a}),this.geoHashPaths.exit().remove()},n.prototype.layerZoomed=function(t){a.prototype.layerZoomed.apply(this,arguments),this._geoHashTransform.attr("transform","translate("+t._zoom.translate()+")scale("+t._zoom.scale()+")").attr("stroke-width",1.5/t._zoom.scale()+"px")},n.prototype.click=function(t,e,a){console.log("Click: "+JSON.stringify(t)+", "+e+", "+a)},n}); \ No newline at end of file diff --git a/dist-amd/map/Graph.css b/dist-amd/map/Graph.css new file mode 100644 index 0000000000..4eb3186ae2 --- /dev/null +++ b/dist-amd/map/Graph.css @@ -0,0 +1,9 @@ +.map_Layered .marker { + fill: #656565; + stroke: none; + stroke-width: 1.0px; +} +.map_Layered .dataEdge { + stroke: black; + fill: none; +} diff --git a/dist-amd/map/Graph.js b/dist-amd/map/Graph.js new file mode 100644 index 0000000000..5da7663fa0 --- /dev/null +++ b/dist-amd/map/Graph.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","topojson","./Pins","../graph/Graph","../graph/Edge","../common/Shape","css!./Graph"],e):t.map_Graph=e(t.d3,t.topojson,t.map_Pins,t.graph_Graph,t.graph_Edge,t.common_Shape)}(this,function(t,e,a,r,s,o){function p(){a.call(this)}return p.prototype=Object.create(a.prototype),p.prototype.constructor=p,p.prototype._class+=" map_Graph",p.prototype.data=function(t){var e=a.prototype.data.apply(this,arguments);if(arguments.length){this.dataEdges=[];var r=null;t.forEach(function(t){r&&this.dataEdges.push({type:"LineString",coordinates:[[r[1],r[0]],[t[1],t[0]]]}),r=t},this)}return e},p.prototype.layerEnter=function(e,r,s){a.prototype.layerEnter.apply(this,arguments),r.append("defs").append("marker").attr("class","marker").attr("id",this._id+"_arrowHead").attr("viewBox","0 0 10 10").attr("refX",10).attr("refY",5).attr("markerWidth",16).attr("markerHeight",16).attr("markerUnits","strokeWidth").attr("orient","auto").append("polyline").attr("points","0,0 10,5 0,10 1,5"),this._edgesTransform=r.append("g"),this.edgesPaths=t.select(null)},p.prototype.layerUpdate=function(t){a.prototype.layerUpdate.apply(this,arguments),this._edgesTransform.style("opacity",this.opacity()),this.edgesPaths=this._edgesTransform.selectAll(".dataEdge").data(this.visible()?this.dataEdges:[]),this.edgesPaths.enter().append("path").attr("class","dataEdge").attr("marker-end","url(#"+this._id+"_arrowHead)"),this.edgesPaths.attr("d",t._d3GeoPath),this.edgesPaths.exit().remove()},p.prototype.layerZoomed=function(t){a.prototype.layerZoomed.apply(this,arguments),this._edgesTransform.attr("transform","translate("+t._zoom.translate()+")scale("+t._zoom.scale()+")").style("stroke-width",.5/t._zoom.scale()+"px")},p}); \ No newline at end of file diff --git a/dist-amd/map/Graticule.css b/dist-amd/map/Graticule.css new file mode 100644 index 0000000000..9aa118da4e --- /dev/null +++ b/dist-amd/map/Graticule.css @@ -0,0 +1,10 @@ +.map_Layered .graticule { + fill: none; + stroke: darkgray; + stroke-linejoin: round; +} +.map_Layered .graticuleOutline { + fill: none; + stroke: black; + stroke-linejoin: round; +} diff --git a/dist-amd/map/Graticule.js b/dist-amd/map/Graticule.js new file mode 100644 index 0000000000..f03f3d277e --- /dev/null +++ b/dist-amd/map/Graticule.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","topojson","./Layer","../common/Palette","css!./Graticule"],e):t.map_Graticule=e(t.d3,t.topojson,t.map_Layer,t.common_Palette)}(this,function(t,e,o,a){function i(){o.call(this),this._dataMap={},this._path=t.select(null)}return i.prototype=Object.create(o.prototype),i.prototype.constructor=i,i.prototype._class+=" map_Graticule",i.prototype.publish("opacity",1,"number","Opacity",null,{tags:["Advanced"]}),i.prototype.publish("meshColor",null,"html-color","Stroke Color",null,{optional:!0}),i.prototype.publish("meshStrokeWidth",.25,"number","Stroke Width"),i.prototype.layerEnter=function(e,a,i){o.prototype.layerEnter.apply(this,arguments),this._graticule=t.geo.graticule(),this._graticulePath=a.append("path").datum(this._graticule).attr("class","graticule"),this._graticuleOutlinePath=a.append("path").datum(this._graticule.outline).attr("class","graticuleOutline")},i.prototype.layerUpdate=function(t){return this.visible()?(this._prevProjection!==t.projection()&&(this._graticulePath.attr("d",t._d3GeoPath),this._graticuleOutlinePath.attr("d",t._d3GeoPath),this._prevProjection=t.projection()),this._graticulePath.style("stroke",this.meshColor()),void this._graticuleOutlinePath.style("stroke",this.meshColor())):(this._graticulePath.attr("d",""),this._graticuleOutlinePath.attr("d",""),void delete this._prevProjection)},i.prototype.layerExit=function(t){delete this._prevProjection},i.prototype.layerZoomed=function(t){this._graticulePath.style("opacity",this.opacity()).attr("transform","translate("+t._zoom.translate()+")scale("+t._zoom.scale()+")").style("stroke-width",this.meshStrokeWidth()/t._zoom.scale()+"px"),this._graticuleOutlinePath.style("opacity",this.opacity()).attr("transform","translate("+t._zoom.translate()+")scale("+t._zoom.scale()+")").style("stroke-width",this.meshStrokeWidth()/t._zoom.scale()+"px")},i}); \ No newline at end of file diff --git a/dist-amd/map/Heat.css b/dist-amd/map/Heat.css new file mode 100644 index 0000000000..85fd6761a6 --- /dev/null +++ b/dist-amd/map/Heat.css @@ -0,0 +1,6 @@ +.map_Heat { + //pointer-events:none; +} +.map_Heat canvas { + pointer-events:none; +} diff --git a/dist-amd/map/Heat.js b/dist-amd/map/Heat.js new file mode 100644 index 0000000000..0c4c160f2a --- /dev/null +++ b/dist-amd/map/Heat.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","topojson","./Layer","../other/HeatMap","../common/Palette","css!./Heat"],e):t.map_Heat=e(t.d3,t.topojson,t.map_Layer,t.other_HeatMap,t.common_Palette)}(this,function(t,e,o,a,r){function n(){o.call(this)}return n.prototype=Object.create(o.prototype),n.prototype.constructor=n,n.prototype._class+=" map_Heat",n.prototype.publish("opacity",1,"number","Opacity",null,{tags:["Advanced"]}),n.prototype.publish("meshColor",null,"html-color","Stroke Color",null,{optional:!0}),n.prototype.publish("meshStrokeWidth",.25,"number","Stroke Width"),n.prototype.layerEnter=function(t,e,r){o.prototype.layerEnter.apply(this,arguments),this._parentOverlay.style("pointer-events","none"),this._heatTransform=r.style("pointer-events","none").append("div").attr("class",this.classID()).style("width",t.width()+"px").style("height",t.height()+"px"),this.heat=(new a).target(this._heatTransform.node())},n.prototype.layerUpdate=function(t){o.prototype.layerUpdate.apply(this,arguments),this._heatTransform.style("opacity",this.opacity()).style("width",t.width()+"px").style("height",t.height()+"px"),this.heat.resize(t.size()),this.heat.columns(this.columns()).data(this.data().map(function(e){var o=t.project(e[0],e[1]);return[o[0],o[1],e[4]]})).render()},n.prototype.layerExit=function(t){delete this._prevProjection,this.heat.target(null),delete this.heat},n.prototype.layerZoomed=function(t){o.prototype.layerZoomed.apply(this,arguments),this.heat.columns(this.columns()).data(this.visible()?this.data().map(function(e){var o=t.project(e[0],e[1]);return[o[0],o[1],e[4]]}):[]).render()},n}); \ No newline at end of file diff --git a/dist-amd/map/IChoropleth.js b/dist-amd/map/IChoropleth.js new file mode 100644 index 0000000000..e392985072 --- /dev/null +++ b/dist-amd/map/IChoropleth.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["../common/Palette"],e):t.map_IChoropleth=e(t.common_Palette,t.usStates,t.usCounties)}(this,function(t,e,o){function n(){}return n.prototype._palette=t.rainbow("default"),n.prototype.click=function(t,e,o){console.log("Click: "+JSON.stringify(t)+", "+e+", "+o)},n}); \ No newline at end of file diff --git a/dist-amd/map/Layer.js b/dist-amd/map/Layer.js new file mode 100644 index 0000000000..1b046f508a --- /dev/null +++ b/dist-amd/map/Layer.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./Layered","../api/ITooltip"],e):t.map_Layer=e(t.map_Layered,t.api_ITooltip)}(this,function(t,e){function o(o){t.call(this),e.call(this)}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" map_Layer",o.prototype["implements"](e.prototype),o.prototype.layerEnter=function(t,e,o){this._parentOverlay=t._parentOverlay},o.prototype.enter=function(e,o){t.prototype.enter.apply(this,arguments),this._svgElement=this._layersTarget.append("g"),this._domElement=this._parentOverlay.append("div"),this.layerEnter(this,this._svgElement,this._domElement)},o.prototype.layerUpdate=function(t){},o.prototype.update=function(e,o){t.prototype.update.apply(this,arguments),this.layerUpdate(this)},o.prototype.layerExit=function(t){},o.prototype.exit=function(e,o){this.layerExit(this),this._svgElement.remove(),this._domElement.remove(),t.prototype.exit.apply(this,arguments)},o.prototype.layerZoomed=function(t){},o.prototype.zoomed=function(){t.prototype.zoomed.apply(this,arguments),this.layerZoomed(this)},o}); \ No newline at end of file diff --git a/dist-amd/map/Layered.css b/dist-amd/map/Layered.css new file mode 100644 index 0000000000..6859488662 --- /dev/null +++ b/dist-amd/map/Layered.css @@ -0,0 +1,16 @@ +.map_Layered .background { + fill: none; +} +.map_Layered .raster image { + fill: #B5D0D0 +} +.map_Layered .vector { + fill: none; + stroke: navy; + stroke-linejoin: round; +} +.map_Layered .hash path { + fill: none; + stroke: red; + stroke-linejoin: round; +} diff --git a/dist-amd/map/Layered.js b/dist-amd/map/Layered.js new file mode 100644 index 0000000000..426b633a47 --- /dev/null +++ b/dist-amd/map/Layered.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","topojson","../common/SVGWidget","./Utility","css!./Layered"],e):t.map_Layered=e(t.d3,t.topojson,t.common_SVGWidget,t.map_Utility)}(this,function(t,e,o,r){function n(){o.call(this),this._drawStartPos="origin",this.projection("mercator")}var a=.25,i=2048/Math.PI;return n.prototype=Object.create(o.prototype),n.prototype.constructor=n,n.prototype._class+=" map_Layered",n.prototype.publish("projection",null,"set","Map projection type",["albersUsa","albersUsaPr","azimuthalEqualArea","azimuthalEquidistant","conicEqualArea","conicConformal","conicEquidistant","equirectangular","gnomonic","mercator","orthographic","stereographic","transverseMercator"]),n.prototype.publish("centerLat",0,"number","Center Latitude",null,{tags:["Basic"]}),n.prototype.publish("centerLong",0,"number","Center Longtitude",null,{tags:["Basic"]}),n.prototype.publish("zoom",1,"number","Zoom Level",null,{tags:["Basic"]}),n.prototype.publish("autoScaleMode","all","set","Auto Scale",["none","all"],{tags:["Basic"]}),n.prototype.publish("layers",[],"widgetArray","Layers"),n.prototype.data=function(t){var e=o.prototype.data.apply(this,arguments);return arguments.length&&(this._autoScaleOnNextRender=!0),e},n.prototype.projection_orig=n.prototype.projection,n.prototype.projection=function(e){var o=n.prototype.projection_orig.apply(this,arguments);if(arguments.length){switch(this._d3GeoProjection=t.geo[e]().scale(i).translate([0,0]),e){case"orthographic":this._d3GeoProjection.clipAngle(90).rotate([0,0])}this._d3GeoPath=t.geo.path().projection(this._d3GeoProjection),this._autoScaleOnNextRender=!0}return o},n.prototype.size=function(t){var e=o.prototype.size.apply(this,arguments);return arguments.length&&(delete this._prevCenterLat,delete this._prevCenterLong),e},n.prototype.enter=function(e,r){o.prototype.enter.apply(this,arguments);var n=this;this._zoom=t.behavior.zoom().scaleExtent([.25*a,131072*a]).on("zoomstart",function(t){n._zoomstart_translate=n._zoom.translate(),n._zoomstart_scale=n._zoom.scale()}).on("zoom",function(){if(t.event&&t.event.sourceEvent&&t.event.sourceEvent.ctrlKey&&"mousemove"===t.event.sourceEvent.type)return void n.render();n.zoomed();var e=n.width()/2,o=n.height()/2,r=n.invert(e,o);n.centerLong(r[0]),n.centerLat(r[1]),n.zoom(n._zoom.scale()/a),n._prevCenterLong=n.centerLong(),n._prevCenterLat=n.centerLat(),n._prevZoom=n.zoom()}).on("zoomend",function(){}),this._zoomGrab=r.append("rect").attr("class","background"),this._layersTarget=r.append("g").attr("class","layersTarget"),r.call(this._zoom)},n.prototype.update=function(e,r){if(o.prototype.update.apply(this,arguments),this._prevCenterLat!==this.centerLat()||this._prevCenterLong!==this.centerLong()||this._prevZoom!==this.zoom()){var n=t.geo[this.projection()]().scale(this.zoom()*a*i).translate([this.width()/2,this.height()/2]),s=n([this.centerLong(),this.centerLat()])||[this.width()/2,this.height()/2];this._zoom.scale(this.zoom()*a).translate([this.width()-s[0],this.height()-s[1]]),this._prevCenterLat=this.centerLat(),this._prevCenterLong=this.centerLong(),this._prevZoom=this.zoom()}this._zoomGrab.attr("width",this.width()).attr("height",this.height());var h=this._layersTarget.selectAll(".layerContainer").data(this.layers().filter(function(t){return t.visible()}),function(t){return t.id()}),c=this;h.enter().append("g").attr("id",function(t){return t.id()}).attr("class","layerContainer").each(function(e){e._svgElement=t.select(this),e._domElement=c._parentOverlay.append("div"),e.layerEnter(c,e._svgElement,e._domElement)}),h.each(function(t){t.layerUpdate(c)}),h.exit().each(function(t){t.layerExit(c),t._domElement.remove()}).remove(),h.order(),this.zoomed()},n.prototype.exit=function(t,e){o.prototype.enter.apply(this,arguments)},n.prototype.zoomed=function(){var t=this._layersTarget.selectAll(".layerContainer"),e=this;t.each(function(t){t.layerZoomed(e)})},n.prototype.render=function(t){var e=this,r=o.prototype.render.call(this,function(o){e._layersTarget&&(e._renderCount&&e._autoScaleOnNextRender||e._prevAutoScaleMode!==e.autoScaleMode())?(e._prevAutoScaleMode=e.autoScaleMode(),e._autoScaleOnNextRender=!1,setTimeout(function(){e.autoScale(),e.autoScale(),t&&t(o)},0)):t&&t(o)});return r},n.prototype.project=function(t,e){t>=90?t=89:-90>=t&&(t=-89);var o=this._d3GeoProjection([e,t]);return o&&(o[0]*=this._zoom.scale(),o[1]*=this._zoom.scale(),o[0]+=this._zoom.translate()[0],o[1]+=this._zoom.translate()[1]),o},n.prototype.invert=function(t,e){return t-=this._zoom.translate()[0],e-=this._zoom.translate()[1],t/=this._zoom.scale(),e/=this._zoom.scale(),this._d3GeoProjection.invert([t,e])},n.prototype.getBounds=function(){var t=this._layersTarget.node().getBBox();return{x:t.x,y:t.y,width:t.width,height:t.height}},n.prototype.autoScale=function(){switch(this.autoScaleMode()){case"none":return;case"all":this.shrinkToFit(this.getBounds())}},n.prototype.shrinkToFit=function(t){if(t.width&&t.height){var e=this.width(),o=this.height(),r=this._zoom.translate(),n=this._zoom.scale();t.x+=t.width/2,t.y+=t.height/2,r[0]-=t.x-e/2,r[1]-=t.y-o/2;var a=n*Math.min(e/t.width,o/t.height);this._zoom.translate(r).scale(a).event(this._layersTarget)}else console.log("Layered.prototype.shrinkToFit - invalid rect: "+t)},n}); \ No newline at end of file diff --git a/dist-amd/map/Lines.css b/dist-amd/map/Lines.css new file mode 100644 index 0000000000..4eb3186ae2 --- /dev/null +++ b/dist-amd/map/Lines.css @@ -0,0 +1,9 @@ +.map_Layered .marker { + fill: #656565; + stroke: none; + stroke-width: 1.0px; +} +.map_Layered .dataEdge { + stroke: black; + fill: none; +} diff --git a/dist-amd/map/Lines.js b/dist-amd/map/Lines.js new file mode 100644 index 0000000000..06cac83391 --- /dev/null +++ b/dist-amd/map/Lines.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Layer","css!./Lines"],e):t.map_Graph=e(t.d3,t.map_Layer)}(this,function(t,e){function a(){e.call(this)}return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" map_Lines",a.prototype.publish("opacity",1,"number","Opacity",null,{tags:["Advanced"]}),a.prototype.data=function(t){var a=e.prototype.data.apply(this,arguments);return arguments.length&&(this.dataEdges=[],t.forEach(function(t){this.dataEdges.push({type:"LineString",coordinates:[[t[1],t[0]],[t[3],t[2]]]})},this)),a},a.prototype.layerEnter=function(a,r,s){e.prototype.layerEnter.apply(this,arguments),r.append("defs").append("marker").attr("class","marker").attr("id",this._id+"_arrowHead").attr("viewBox","0 0 10 10").attr("refX",10).attr("refY",5).attr("markerWidth",16).attr("markerHeight",16).attr("markerUnits","strokeWidth").attr("orient","auto").append("polyline").attr("points","0,0 10,5 0,10 1,5"),this._edgesTransform=r.append("g"),this.edgesPaths=t.select(null)},a.prototype.layerUpdate=function(t){e.prototype.layerUpdate.apply(this,arguments),this._edgesTransform.style("opacity",this.opacity()),this.edgesPaths=this._edgesTransform.selectAll(".dataEdge").data(this.visible()?this.dataEdges:[]),this.edgesPaths.enter().append("path").attr("class","dataEdge").attr("marker-end","url(#"+this._id+"_arrowHead)"),this.edgesPaths.attr("d",t._d3GeoPath),this.edgesPaths.exit().remove()},a.prototype.layerZoomed=function(t){e.prototype.layerZoomed.apply(this,arguments),this._edgesTransform.attr("transform","translate("+t._zoom.translate()+")scale("+t._zoom.scale()+")").style("stroke-width",.5/t._zoom.scale()+"px")},a}); \ No newline at end of file diff --git a/dist-amd/map/OpenStreet.css b/dist-amd/map/OpenStreet.css new file mode 100644 index 0000000000..6eaa1ec221 --- /dev/null +++ b/dist-amd/map/OpenStreet.css @@ -0,0 +1,16 @@ +.map_OpenStreet .background { + fill: white; +} +.map_OpenStreet .raster image { +} +.map_OpenStreet .graticule { + fill: none; + stroke: #777; + stroke-width: .5px; + stroke-opacity: .5; +} +.map_Layered .vector { + fill: none; + stroke: navy; + stroke-linejoin: round; +} \ No newline at end of file diff --git a/dist-amd/map/OpenStreet.js b/dist-amd/map/OpenStreet.js new file mode 100644 index 0000000000..315842da84 --- /dev/null +++ b/dist-amd/map/OpenStreet.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","topojson","./Layer","./Utility","css!./OpenStreet"],e):t.map_OpenStreet=e(t.d3,t.topojson,t.map_Layer,t.map_Utility)}(this,function(t,e,r,i){function o(){r.call(this)}return o.prototype=Object.create(r.prototype),o.prototype.constructor=o,o.prototype._class+=" map_OpenStreet",o.prototype._copyrightText="© OpenStreetMap contributors",o.prototype.publish("tileProvider","OpenStreetMap","set","Tile Provider",["OpenStreetMap","OpenStreetMap Hot","MapQuest","MapQuest Sat","Stamen Watercolor","OpenCycleMap"],{tags:["Basic","Shared"]}),o.prototype.layerEnter=function(t,e,o){r.prototype.layerEnter.apply(this,arguments),this._tile=i.Tile(),this._openStreetTransform=e.append("g"),this._openStreet=this._openStreetTransform.append("g"),this._copyright=e.append("text").attr("x",-100).attr("y",-100).style("opacity",.5).text(this._copyrightText),this._copyrightBBox=this._copyright.node().getBBox()},o.prototype.layerUpdate=function(t){this.visible()?this._copyright.attr("x",t.width()-this._copyrightBBox.width-this._copyrightBBox.height/2).attr("y",t.height()-this._copyrightBBox.height/2).text(this._copyrightText):this._copyright.text("")},o.prototype.layerZoomed=function(t){var e=[];if(this.visible()){var r=t.project(-85,180);(!r||r[0]<=0||r[1]<=0)&&(r=[t.width(),t.height()]),this._tile.size([Math.min(t.width(),r[0]),Math.min(t.height(),r[1])]).scale(4096*t._zoom.scale()).translate(t._zoom.translate()),e=this._tile(),this._openStreetTransform.attr("transform","scale("+e.scale+")translate("+e.translate+")")}this._prevTileProvider!==this.tileProvider()&&(this._openStreet.selectAll("image").remove(),this._prevTileProvider=this.tileProvider());var i=this,o=this._openStreet.selectAll("image").data(e,function(t){return t[2]+"/"+t[0]+"/"+t[1]});o.enter().append("image").attr("xlink:href",function(t){switch(i.tileProvider()){case"OpenStreetMap Hot":return"http://"+["a","b","c"][3*Math.random()|0]+".tile.openstreetmap.fr/hot/"+t[2]+"/"+t[0]+"/"+t[1]+".png";case"MapQuest":return"http://otile"+["1","2","3","4"][4*Math.random()|0]+".mqcdn.com/tiles/1.0.0/osm/"+t[2]+"/"+t[0]+"/"+t[1]+".png";case"MapQuest Sat":return"http://otile"+["1","2","3","4"][4*Math.random()|0]+".mqcdn.com/tiles/1.0.0/sat/"+t[2]+"/"+t[0]+"/"+t[1]+".png";case"Stamen Watercolor":return"http://"+["a","b","c"][3*Math.random()|0]+".tile.stamen.com/watercolor/"+t[2]+"/"+t[0]+"/"+t[1]+".png";case"OpenCycleMap":return"http://"+["a","b"][2*Math.random()|0]+".tile.opencyclemap.org/cycle/"+t[2]+"/"+t[0]+"/"+t[1]+".png";default:return"http://"+["a","b","c"][3*Math.random()|0]+".tile.openstreetmap.org/"+t[2]+"/"+t[0]+"/"+t[1]+".png"}}).attr("width",1).attr("height",1).attr("x",function(t){return t[0]}).attr("y",function(t){return t[1]}).style("opacity",0).transition().duration(500).style("opacity",1),o.exit().remove()},o}); \ No newline at end of file diff --git a/dist-amd/map/Pins.css b/dist-amd/map/Pins.css new file mode 100644 index 0000000000..104fa180f6 --- /dev/null +++ b/dist-amd/map/Pins.css @@ -0,0 +1,12 @@ +.map_Layered .data { + stroke: none; +} +.map_Layered .data.selected { + stroke: red; +} +.map_Layered .data.over { + stroke: orange; +} +.map_Layered .data.selected.over { + stroke: red; +} diff --git a/dist-amd/map/Pins.js b/dist-amd/map/Pins.js new file mode 100644 index 0000000000..8a5eb7d081 --- /dev/null +++ b/dist-amd/map/Pins.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Layer","./Utility","../common/Palette","../common/Utility","css!./Pins"],e):t.map_Pins=e(t.d3,t.map_Layer,t.map_Utility,t.common_Palette,t.common_Utility)}(this,function(t,e,i,n,o){function r(){e.call(this),o.SimpleSelectionMixin.call(this),this._geohash=new i.Geohash}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" map_Pins",r.prototype.mixin(o.SimpleSelectionMixin),r.prototype.publish("geohashColumn",null,"set","Geohash column",function(){return this.columns()},{optional:!0}),r.prototype.publish("tooltipColumn",null,"set","Tooltip column",function(){return this.columns()},{optional:!0}),r.prototype.publish("opacity",1,"number","Opacity",null,{tags:["Advanced"]}),r.prototype.publish("fillColor","#00FFDD","html-color","Pin Color",null,{optional:!0}),r.prototype.publish("strokeWidth",.5,"number","Pin Border Thickness (pixels)",null,{tags:["Basic"]}),r.prototype.publish("strokeColor","#000000","html-color","Pin Border Color",null,{optional:!0}),r.prototype.publish("fontSize",18,"number","Font Size",null,{tags:["Basic","Shared"]}),r.prototype.publish("fontFamily","Verdana","string","Font Name",null,{tags:["Basic","Shared","Shared"]}),r.prototype.publish("fontColor","#000000","html-color","Font Color",null,{tags:["Basic","Shared"]}),r.prototype.publish("pinType","pin","set","Pin Type",["pin","circle","rectangle","rectangle-pin"],{tags:["Basic"]}),r.prototype.publish("arrowWidth",8,"number","Pin arrow width (pixels)",null,{tags:["Basic"],disable:function(t){return-1===["pin","rectangle-pin"].indexOf(t.pinType())}}),r.prototype.publish("arrowHeight",12,"number","Pin arrow height (pixels)",null,{tags:["Basic"],disable:function(t){return-1===["pin","rectangle-pin"].indexOf(t.pinType())}}),r.prototype.publish("pinWidth",20,"number","Width of pin (pixels)",null,{tags:["Basic"],disable:function(t){return-1===["rectangle","rectangle-pin"].indexOf(t.pinType())}}),r.prototype.publish("pinHeight",20,"number","Height of pin (pixels) (not including arrow)",null,{tags:["Basic"],disable:function(t){return-1===["rectangle","rectangle-pin"].indexOf(t.pinType())}}),r.prototype.publish("cornerRadius",10,"number","Radius of rectangular pin corners (pixels)",null,{tags:["Basic"],disable:function(t){return-1===["rectangle","rectangle-pin"].indexOf(t.pinType())}}),r.prototype.publish("pinRadius",12,"number","Radius of circle (pixels)",null,{tags:["Basic"],disable:function(t){return"circle"!==t.pinType()}}),r.prototype.publish("textBaseline","central","set","Pin text vertical alignment",["auto","use-script","no-change","reset-size","ideographic","alphabetic","hanging","mathematical","central","middle","text-after-edge","text-before-edge","inherit"],{tags:["Basic"]}),r.prototype.pinsData=function(){var t=this._db.fieldByLabel(this.geohashColumn()),e=this._db.fieldByLabel(this.tooltipColumn());return this.data().map(function(i){var n=[i[0],i[1],i[2]instanceof Object?i[2]:{}];if(n[2].origRow=i,t)try{var o=this._geohash.bounds(i[t.idx]);n[0]=(o.ne.lat+o.sw.lat)/2,n[1]=(o.ne.lon+o.sw.lon)/2}catch(r){}return e&&(n[2].tooltip=i[e.idx]),n},this)},r.prototype.layerEnter=function(i,n,o){e.prototype.layerEnter.apply(this,arguments),this._pinsTransform=n,this._selection.widgetElement(this._pinsTransform),this.pinsPaths=t.select(null)},r.prototype.layerUpdate=function(t){e.prototype.layerUpdate.apply(this,arguments),this._pinsTransform.style("opacity",this.opacity()),this.pinsPaths=this._pinsTransform.selectAll(".pin").data(this.visible()?this.pinsData():[],function(t){return t[0]});var i=this,n=this.pinsPaths.enter().append("g").attr("class","pin");n.on("click",function(t){i.click(i.rowToObj(t[2].origRow),"geohash",i._selection.selected(this))}).on("mouseover",function(t){this.isIE||this.parentNode.appendChild(this)}),n.append("path").attr("class","data").call(this._selection.enter.bind(this._selection)).append("title"),n.append("text").attr("text-anchor","middle"),this.pinsPaths.selectAll("text").style("stroke",this.fontColor()).style("fill",this.fontColor()).style("font-size",this.fontSize()).style("font-family",this.fontFamily()).style("dominant-baseline",this.textBaseline()).attr("dx",0).attr("dy",this.pinTextDY()).text(function(t){return t[2]&&t[2].text?t[2].text:""});var o=this.svgPinPath();this.pinsPaths.selectAll("path.data").attr("d",o).attr("stroke-width",this.strokeWidth()+"px").style("display",function(e){var i=t.project(e[0],e[1]);return i?null:"none"}).style("stroke",function(t){return t[2]&&t[2].strokeColor?t[2].strokeColor:i.strokeColor()}).style("fill",function(t){return t[2]&&t[2].fillColor?t[2].fillColor:i.fillColor()}),this.pinsPaths.select("title").text(function(t){return t[2]&&t[2].tooltip?t[2].tooltip:""}),this.pinsPaths.exit().remove()},r.prototype.layerZoomed=function(t){e.prototype.layerZoomed.apply(this,arguments),this.pinsPaths.attr("transform",function(e){var i=t.project(e[0],e[1]);return i||(i=[0,0]),"translate("+i[0]+", "+i[1]+")scale(1)"})},r.prototype.pinTextDY=function(){switch(this.pinType()){case"pin":case"rectangle-pin":return-this.arrowHeight();case"circle":case"rectangle":return 0}},r.prototype.svgPinPath=function(){switch(this.pinType()){case"pin":return this.circlePinPath();case"circle":return this.circlePath();case"rectangle":return this.rectanglePath();case"rectangle-pin":return this.rectanglePinPath()}},r.prototype.rectanglePinPath=function(){var t=this.pinWidth(),e=this.pinHeight(),i=this.cornerRadius(),n=this.arrowHeight(),o=this.arrowWidth(),r=0-t/2,s=0-e+i,l=(t-2*i-o)/2;return"M"+r+","+s+"a"+-i+","+-i+" 0 0 1 "+i+","+-i+"h"+(t+2*-i)+"a"+i+","+i+" 0 0 1 "+i+","+i+"v"+(e+2*-i)+"a"+i+","+i+" 0 0 1 "+-i+","+i+"h"+-l+"l"+-o/2+","+n+"l"+-o/2+","+-n+"h"+-l+"a"+-i+","+-i+" 0 0 1 "+-i+","+-i+"z"},r.prototype.rectanglePath=function(){var t=this.pinWidth(),e=this.pinHeight(),i=this.cornerRadius(),n=-t/2,o=-e/2;return o+=i,"M"+n+","+o+"a"+-i+","+-i+" 0 0 1 "+i+","+-i+"h"+(t+2*-i)+"a"+i+","+i+" 0 0 1 "+i+","+i+"v"+(e+2*-i)+"a"+i+","+i+" 0 0 1 "+-i+","+i+"h"+(-t+2*i)+"a"+-i+","+-i+" 0 0 1 "+-i+","+-i+"z"},r.prototype.circlePinPath=function(){var t=this.arrowHeight(),e=this.arrowWidth(),i=0-e/2,n=0-t,o=e/2,r=t,s=-o,l=-r,a=e+o,p=l,c=e,h=0;return"M"+i+","+n+"c"+s+" "+l+", "+a+" "+p+", "+c+" "+h+"l"+-e/2+","+t+"l"+-e/2+","+-t+"z"},r.prototype.circlePath=function(){var t=this.pinRadius(),e=t/2,i=0,n=t/2,o=t/2;return"M"+e+","+i+"a "+n+" "+o+" 0 1 0 0 0.01 0z"},r.prototype.click=function(t,e,i){console.log("Click: "+JSON.stringify(t)+", "+e+", "+i)},r}); \ No newline at end of file diff --git a/dist-amd/map/TestHeatMap.js b/dist-amd/map/TestHeatMap.js new file mode 100644 index 0000000000..be20d23cc8 --- /dev/null +++ b/dist-amd/map/TestHeatMap.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["../layout/Layered","../layout/AbsoluteSurface","./ChoroplethStates","../other/HeatMap"],e):t.map_TestHeatMap=e(t.layout_Layered,t.layout_AbsoluteSurface,t.map_ChoroplethStates,t.other_HeatMap)}(this,function(t,e,o,a){function p(e){t.call(this)}return p.prototype=Object.create(t.prototype),p.prototype.constructor=p,p.prototype._class+=" map_TestHeatMap",p}); \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/AT.json b/dist-amd/map/TopoJSON/AT.json new file mode 100644 index 0000000000..71256eabb9 --- /dev/null +++ b/dist-amd/map/TopoJSON/AT.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1]]},{"type":"Polygon","arcs":[[2,3,4,5]]},{"type":"Polygon","arcs":[[6,7]]},{"type":"Polygon","arcs":[[8,9,10,11,12,-7,13]]},{"type":"Polygon","arcs":[[14,-1,15,-11,16,-4,17]]},{"type":"Polygon","arcs":[[18,-9,19,20]]},{"type":"Polygon","arcs":[[21,-12,-16,-2,-15,22,23]]},{"type":"Polygon","arcs":[[24,25,26,27,28]]},{"type":"Polygon","arcs":[[29,-27,30,-21,31,32]]},{"type":"Polygon","arcs":[[33,-32,-20,-14,-8,-13,-22,34]]},{"type":"Polygon","arcs":[[35,36,-25,37]]},{"type":"Polygon","arcs":[[38,39,40,-23,-18,-3,41,42]]},{"type":"Polygon","arcs":[[-42,-6,43,44]]},{"type":"Polygon","arcs":[[45,46,-36,47,48,49]]},{"type":"Polygon","arcs":[[50,51,52,53]]},{"type":"Polygon","arcs":[[54]]},{"type":"Polygon","arcs":[[55,-52,56,57,58]]},{"type":"Polygon","arcs":[[59,-46,60,61]]},{"type":"Polygon","arcs":[[-28,-30,62,63]]},{"type":"Polygon","arcs":[[64,-40,65,66]]},{"type":"Polygon","arcs":[[67,-58,68,69]]},{"type":"Polygon","arcs":[[70]]},{"type":"Polygon","arcs":[[71,-54,72,73,74]]},{"type":"Polygon","arcs":[[75,-62,76,77]]},{"type":"Polygon","arcs":[[-35,-24,-41,-65,78,79]]},{"type":"Polygon","arcs":[[80,81,-75,82],[-71]]},{"type":"Polygon","arcs":[[-70,83,84]]},{"type":"Polygon","arcs":[[-48,-38,-29,-64,85,86,87,88],[-55]]},{"type":"Polygon","arcs":[[89,-86,-63,-33,-34,-80,90]]},{"type":"Polygon","arcs":[[-73,-53,-56,91,92,93]]},{"type":"Polygon","arcs":[[94]]},{"type":"Polygon","arcs":[[-92,-59,-68,-85,95]]},{"type":"Polygon","arcs":[[96,97,-66,-39,98,99,100]]},{"type":"Polygon","arcs":[[101,102,103,104,-81,105]]},{"type":"Polygon","arcs":[[106,107,-78,108,109]]},{"type":"Polygon","arcs":[[110,-109,-77,-61,-50,111,112]]},{"type":"Polygon","arcs":[[-99,-43,-45,113,-104,114,115]]},{"type":"Polygon","arcs":[[-115,-103,116,117]]},{"type":"Polygon","arcs":[[-112,-49,-89,118,119]]},{"type":"Polygon","arcs":[[120,-87,-90,121]]},{"type":"Polygon","arcs":[[-117,-102,122]]},{"type":"Polygon","arcs":[[123,-101,124,125]]},{"type":"Polygon","arcs":[[-107,126,127,128]]},{"type":"Polygon","arcs":[[129,-122,-91,-79,-67,-98,130,131,132,133,134]]},{"type":"Polygon","arcs":[[135,136]]},{"type":"Polygon","arcs":[[137,-119,-88,-121,-130,138,139]]},{"type":"Polygon","arcs":[[-127,-110,-111,140,141,142]]},{"type":"Polygon","arcs":[[143,-128,-143,144,145,146]]},{"type":"Polygon","arcs":[[147,-141,-113,-120,-138,148,149]]},{"type":"Polygon","arcs":[[150,151]]},{"type":"Polygon","arcs":[[-145,-142,-148,152]]},{"type":"Polygon","arcs":[[153]]},{"type":"Polygon","arcs":[[154,155,-126,156,-137,157,158]]},{"type":"Polygon","arcs":[[159,-134,160,161]]},{"type":"Polygon","arcs":[[162,-146,-153,-150,163,164]]},{"type":"Polygon","arcs":[[165,-131,-97,-124,-156,166,167]]},{"type":"Polygon","arcs":[[-162,168,169,170]]},{"type":"Polygon","arcs":[[-152,171,172,-147,-163,173,174,175],[-154]]},{"type":"Polygon","arcs":[[176,177]]},{"type":"Polygon","arcs":[[178,-132,-166,179,180]]},{"type":"Polygon","arcs":[[181,-167,-155,182,183,184]]},{"type":"Polygon","arcs":[[185,-177,186,-169,-161,-133,-179,187]]},{"type":"Polygon","arcs":[[188,-164,-149,-140,189,190]]},{"type":"Polygon","arcs":[[191,-190,-139,-135,-160,-171,192,193]]},{"type":"Polygon","arcs":[[194]]},{"type":"Polygon","arcs":[[195,196,197,-174,-165,-189,198,199]]},{"type":"Polygon","arcs":[[-180,-168,-182,200,201,202],[-195]]},{"type":"Polygon","arcs":[[203,-183,-159,204]]},{"type":"Polygon","arcs":[[205,-193,-170,-187,-178,-186,206,207]]},{"type":"Polygon","arcs":[[208,-196,209,210]]},{"type":"Polygon","arcs":[[-172,-151,-176,211,212]]},{"type":"Polygon","arcs":[[213,214,-197,-209,215]]},{"type":"Polygon","arcs":[[216,-212,-175,-198,-215,217]]},{"type":"Polygon","arcs":[[218,219,-207,-188,-181,-203,220,221]]},{"type":"Polygon","arcs":[[222]]},{"type":"Polygon","arcs":[[223,-184,-204,224,225]]},{"type":"Polygon","arcs":[[226,-219,227]]},{"type":"Polygon","arcs":[[228,229,-194,-206,230,231]]},{"type":"Polygon","arcs":[[232,233,-216,-211,234,235]]},{"type":"Polygon","arcs":[[236,237,-201,-185,-224,238]]},{"type":"Polygon","arcs":[[239,-221,-202,-238,240]]},{"type":"Polygon","arcs":[[-231,-208,-220,-227,241,242,243]]},{"type":"Polygon","arcs":[[-235,-210,-200,244,245,246]]},{"type":"Polygon","arcs":[[-245,-199,-191,-192,-230,247,248,249,250],[-223]]},{"type":"Polygon","arcs":[[251,-233,252,253]]},{"type":"Polygon","arcs":[[-249,254]]},{"type":"Polygon","arcs":[[255,-239,-226,256]]},{"type":"Polygon","arcs":[[257,-246,-251,258,259]]},{"type":"Polygon","arcs":[[260,-242,-228,-222,-240,261,262]]},{"type":"Polygon","arcs":[[263,264,-243,-261,265]]},{"type":"Polygon","arcs":[[266,267,-259,-250,-255,-248,-229,268]]},{"type":"Polygon","arcs":[[-253,-236,-247,-258,269,270]]},{"type":"Polygon","arcs":[[-262,-241,-237,-256,271]]},{"type":"Polygon","arcs":[[272,-218,-214,-234,-252,273]]},{"type":"Polygon","arcs":[[274,-269,-232,-244,-265,275,276]]},{"type":"Polygon","arcs":[[-274,-254,-271,277,278]]},{"type":"Polygon","arcs":[[-278,-270,-260,-268,279,280]]},{"type":"Polygon","arcs":[[-280,-267,-275,281,282]]},{"type":"Polygon","arcs":[[-282,-277,283,284]]},{"type":"Polygon","arcs":[[-284,-276,-264,285]]}]}},"arcs":[[[5761,1032],[-6,-9],[13,-39],[-6,-2],[5,-7],[-7,-9],[-5,-24],[7,-13],[-4,-25],[12,-10],[30,-67],[30,0],[-2,-7],[-21,-7],[-3,-23],[-13,1],[-2,9],[-10,-10],[-1,-22],[-42,7],[-7,12],[-13,-7],[-19,21],[-23,-9],[-25,-22],[-4,6],[8,-23],[-3,-10],[-65,-10],[-7,-22],[-29,-13],[-10,27],[-8,-13],[-5,15],[-3,-2],[-4,31],[5,56],[-8,12],[-9,2],[-13,-14],[-12,11],[-3,19],[-24,40],[47,22],[-1,33],[16,11],[9,-3],[9,18],[11,6],[1,17],[13,-1],[2,7],[5,-8],[17,-6],[11,43],[-6,24],[5,44],[7,4],[5,18],[12,-16],[11,4],[19,-45],[17,-14],[18,10],[3,-11],[3,8],[9,-11],[9,12],[6,-8],[19,27],[26,6],[38,30]],[[5796,1103],[-12,-50],[-8,-10],[-18,-3],[3,-8]],[[4338,1418],[4,-9],[-4,-8],[3,-10],[46,-17],[-11,-39],[2,-12],[12,-5],[11,-17],[12,26],[-1,13],[7,-3],[3,-16],[9,-9],[69,17],[14,-22],[5,1],[14,-31],[11,-10],[34,-7],[17,-24],[51,3],[24,-13],[3,-23],[7,-13],[0,-16],[14,-5],[9,6],[6,-5],[25,4],[45,31],[37,7],[12,42],[9,-5],[2,33],[14,-5],[15,8],[56,-88],[12,12],[0,10],[8,-1],[4,7],[10,-10],[17,-48],[10,-10],[8,3],[26,-33],[6,-2],[8,10],[13,-11],[13,-27],[11,-2],[9,-30],[34,5]],[[5113,1070],[10,-12],[12,13],[21,-5],[-1,26],[13,19],[7,1],[35,-55],[14,4],[10,-9],[15,15],[21,-7],[5,5],[11,-9],[10,13],[7,-14],[-6,-24],[2,-19],[-5,-11],[-21,-30],[-12,12],[-3,-48],[8,-15],[-2,-20],[13,-15],[10,-33],[-22,-70],[1,-14],[-19,-11],[-16,-22],[-24,-8]],[[5207,727],[-7,-2],[-4,-6],[-4,-3],[-12,-9],[-11,-14],[-8,0],[-10,6],[-7,1],[-8,-7],[-5,-3],[-5,1],[-3,4],[-1,3],[-1,1],[-2,1],[-14,-6],[-8,7],[-12,5],[-5,3],[0,10],[1,16],[-6,13],[-9,7],[-10,11],[-16,6],[-5,-4],[-5,-10],[-5,-17],[0,-2],[-12,-4],[-6,-1],[-7,1],[-5,-2],[-4,-6],[-4,-9],[-5,-12],[-7,-13],[-5,-11],[-4,-7],[-7,-1],[-1,2],[-4,4],[-9,8],[-5,12],[-4,4],[-1,0],[-2,1],[-9,-5],[-13,1],[-10,1],[-5,0],[-13,-3],[-6,4],[-5,-3],[-6,-12],[-5,-10],[-2,-3],[-8,4],[0,5],[0,7],[0,8],[-6,16],[-2,4],[-10,17],[-8,3],[-1,1],[-11,9],[-8,-3],[-5,4],[-6,9],[-4,5],[-10,12],[-9,20],[-12,14],[-9,3],[-4,1],[-3,1],[-16,4],[-7,2],[-4,1],[-13,7],[-2,3],[-7,3],[-9,-2],[-4,4],[-8,7],[-3,7],[-9,8],[-5,3],[-2,-5],[-1,-2],[-3,-4],[-12,-1],[-10,2],[-8,-7],[-12,-3],[-15,-1],[-12,9],[-1,4],[-5,8],[-11,-4],[-14,2],[-14,-3],[-11,-1],[-9,4],[-5,4],[-4,2],[-4,7],[-3,1],[-6,0],[-5,-1],[-5,-2],[-2,-4],[-3,-4],[-5,5],[-7,7],[-5,9],[-2,4],[-3,3],[-5,3],[-3,-3],[-2,-3],[-5,-1],[-16,-2],[-12,6],[-4,-1],[-5,-7],[-7,-1],[-6,-1],[-2,2],[-7,3],[-8,0],[-5,-2],[-6,-6],[-5,-4],[-1,-1],[-8,0],[-7,3],[-10,8],[-3,5],[-2,2],[0,9],[0,18],[2,17],[1,11],[0,12],[-6,7],[-7,1],[-10,-3],[-12,9],[-6,8],[-6,9],[-5,11],[-1,6],[-11,14],[-6,5],[-8,6],[-13,-2],[-5,6],[-8,-3],[-8,-10],[-3,-5],[-2,-5],[-1,-6],[-7,-14],[-5,-6],[-7,-2],[-1,1],[-3,7],[-4,11],[-2,4],[-2,5],[-3,8],[-2,8],[-2,7],[-4,4],[-6,4],[-6,2],[-3,1],[-3,3],[-7,7],[-2,6],[-4,2]],[[4140,1064],[2,34],[-5,32],[3,7],[-8,19],[5,2],[-2,17],[8,15],[2,16],[-1,31],[-5,5],[21,10],[21,-9],[-16,46],[7,60],[-3,18],[8,18],[9,11],[18,-9],[24,35],[39,7],[6,16],[4,-7],[20,7],[4,-4],[1,-24],[17,11],[9,-14],[10,4]],[[6243,1217],[-4,-17],[-8,-1],[-5,-22],[7,-8],[6,4],[-1,-8],[8,-14],[-6,-16],[11,-13],[-10,-17],[11,-6],[21,17],[-2,-21],[2,-1],[6,26],[14,19],[5,2],[2,-7],[20,8],[4,-5],[-6,-40],[2,-6],[9,8],[12,-42],[7,0],[-5,-28],[-3,0],[7,-21],[5,12],[18,6],[32,-20],[-8,-43],[-29,-9],[4,-28],[-47,-6],[-3,-17],[7,-12],[-8,-5],[-17,-36],[-25,-9],[2,-13],[6,0],[-9,-20],[-4,-24],[1,-18],[-36,-9],[-3,28],[-11,11],[-4,-15],[-28,-12],[-14,5],[-9,34],[7,18],[-7,18],[9,9],[-6,15],[6,25],[0,31],[-7,15],[5,17],[-6,18],[5,13],[-10,7],[-4,14],[3,9],[-12,2],[1,10],[6,1],[7,17],[12,11],[-29,-1],[-7,15],[4,3],[1,26],[-8,-2],[1,14],[-6,3],[5,3],[-2,7],[6,15],[-1,19],[8,5],[12,55]],[[6160,1220],[6,-3],[2,15],[8,2],[13,-14],[26,40],[7,0],[2,-8],[32,13],[-1,-19],[-8,-18],[11,0],[-15,-11]],[[6509,1181],[8,-25],[16,-12],[3,-24],[9,-6],[23,-48],[-21,-1],[-27,-27],[29,-75],[-1,-26],[4,-4],[-6,0],[-1,-37],[-4,-7],[1,-5],[5,7],[-1,-7],[-37,-93],[-13,-73],[-11,-16],[-7,0],[-15,36],[-8,-19],[4,-12],[-2,-37],[15,-33],[-19,-35],[1,-31],[-7,-24],[12,-12],[19,-7],[5,6],[-1,-10],[13,-25],[-4,-18],[-24,-25],[4,-18],[-2,-43],[-7,-29],[3,-44],[-15,-10],[-19,-27],[-5,-24]],[[6426,261],[1,4],[-10,9],[-4,-3],[-2,-1],[-9,0],[-6,1],[-3,-1],[-8,-2],[-3,-1],[-3,-2],[-10,-7],[-6,-8],[-7,-3],[-3,0],[-4,1],[-6,1],[-3,0],[-4,-4],[-6,-2],[-10,-2],[-10,-3],[-4,-2],[-4,-5],[-5,-5],[-3,-5],[-1,-1],[-7,-3],[-2,-1],[-4,1],[-3,1],[-2,0],[-5,-2],[-7,-2],[-2,0],[-2,5],[-3,9],[-2,12],[-2,2],[-3,3],[-12,9],[-5,5],[-2,2],[-2,2],[-2,-1],[-6,-2],[-2,-1],[-2,-1],[-4,-3],[-14,-9],[-7,-5],[-1,-2],[-3,-5],[-3,-3],[-2,-2],[-3,-2],[-13,-5],[-7,5],[-4,5],[0,2],[-2,4],[-1,4],[-2,5],[0,3],[-1,3],[-2,4],[-2,2],[-5,2],[-2,-1],[-1,-3],[-1,-2],[0,-3],[-1,-3],[-2,-1],[-3,0],[-4,0],[-8,4],[-7,6],[-7,-6],[-13,-16],[-6,-9],[-8,-3],[-2,1],[-4,1],[-6,2],[-2,1],[-1,2],[-2,2],[-1,2],[-2,4],[-1,4],[-8,23],[-6,9],[-4,7],[-2,5],[-2,4],[0,5],[1,4],[0,3],[0,4],[0,4],[-1,7],[-1,7],[-6,24],[-7,22],[-5,13],[-2,6],[-8,5],[-2,1]],[[6003,396],[6,43],[-4,27],[8,44],[-1,61],[8,33],[-27,25],[-13,-15],[-4,31],[-9,19],[3,17],[8,8],[2,12],[-15,17],[-2,20],[-27,46],[4,12],[-8,9],[-2,17],[-10,-1],[6,17],[35,19],[-5,27],[3,16],[-11,15],[2,29],[-11,-2],[-9,10],[3,13],[-4,12],[10,14],[-7,4],[-3,19],[-4,71]],[[5925,1085],[16,19],[2,14],[5,-4],[3,9],[4,0],[4,13],[10,-6],[2,14],[10,-4],[3,-15],[12,13],[27,-6],[10,19],[-1,10],[8,1],[3,21],[23,-42],[20,40],[-2,11],[4,0],[2,16],[7,2],[3,25],[9,-2],[6,15],[5,-26],[4,18],[27,-10],[3,-12],[9,15]],[[6163,1233],[-3,-13]],[[6243,1217],[10,-10],[3,10],[4,-3],[3,10],[21,17],[11,19],[10,-28],[21,41],[0,50],[3,-13],[1,6],[18,-18],[11,30],[13,-32],[15,23],[3,-4],[16,38],[10,7],[3,-17],[5,4],[0,-16],[7,-19],[1,27],[8,2],[-2,-21],[7,-2],[-2,-11],[6,5],[9,-25],[8,9],[-1,-12],[-6,-6],[-15,-3],[8,-21],[17,-1],[5,-12],[-6,-55],[26,12],[15,-17]],[[5631,1544],[4,-17],[34,7],[27,-75],[7,-5],[19,25],[13,-1],[6,22],[-2,-21],[20,-10],[-2,-22],[23,-6],[5,-27],[5,-7],[-3,-43],[8,12],[5,-14],[-3,-21],[6,-14],[-6,-14],[9,-22],[-11,-26],[-13,-7],[-11,-18],[-5,7],[-14,-34],[7,-26],[16,-1],[1,-18],[5,2],[17,-35],[5,3],[-7,-35]],[[5761,1032],[12,-1],[25,31],[8,0],[2,-8],[30,9],[19,26],[9,-2],[7,16],[4,-6],[15,6],[9,-8],[21,4],[3,-14]],[[6003,396],[-8,4],[-9,10],[-4,6],[-6,6],[-9,2],[-4,1],[-4,1],[-8,2],[-2,0],[-1,1],[-3,3],[-8,6],[-8,5],[-10,5],[-9,2],[-1,-1],[-5,-4],[-2,-3],[-3,-6],[-5,-10],[-8,-15],[-6,-4],[-11,0],[-9,8],[-12,14],[-5,10],[-6,15],[-7,8],[-10,2],[-3,0],[-4,5],[-6,10],[-7,13],[-5,8],[-11,17],[-2,3],[-1,0],[-8,3],[-8,5],[-6,12],[-3,6],[-2,1],[-2,2],[-7,5],[-9,-3],[-2,-1],[-3,-2],[-8,0],[-3,1],[-6,7],[-8,2],[-6,-3],[-12,-6],[-4,-4],[-5,-8],[-2,-2],[-1,-2],[-4,-3],[-4,-1],[-1,0],[-9,1],[-3,1],[-8,5],[-11,3],[-11,-15],[-9,-16],[-9,-8],[-16,-1],[-7,3],[-8,12],[-9,21],[-5,5],[-5,-3],[-14,2],[-11,5],[-5,-2],[-6,-1],[-6,0],[-2,0],[-8,10],[-7,9],[-4,4],[-4,-1],[-4,-1],[-2,-1],[-2,1],[-5,-6],[-2,0],[-4,0],[-15,4],[-10,-2],[-13,3],[-7,9],[-6,7],[-11,10],[-5,5],[-11,9],[-11,11],[-6,7],[-4,7],[-3,6],[-9,4],[-9,1],[-11,2],[-11,10],[-6,2],[-7,-6],[-5,-11],[-1,-8],[-6,-5],[-2,-1],[-7,3],[-3,3],[1,8],[-1,10],[-1,8],[-6,17],[-4,3],[-4,-2],[-15,9],[-4,0],[-5,-3],[-13,-13],[-12,-10],[-7,7],[-7,22],[-1,5],[-2,11],[0,5],[-1,9],[-3,15]],[[5113,1070],[1,57],[-4,16],[11,17],[-26,23],[3,8],[-1,31],[-15,1],[0,30],[9,-1],[0,6],[12,-16],[22,-1],[-1,41],[-11,32],[-9,8],[-4,21],[6,14],[14,11],[-5,30],[-8,18],[8,7],[11,32],[2,25],[11,14],[3,2],[6,-42],[5,-7],[16,2],[13,-12],[10,2],[17,-34],[21,12],[12,17],[3,-13],[10,24],[19,-19],[3,10],[12,-5],[27,-33],[12,28],[11,-2],[15,30],[-16,24],[5,24],[15,19],[40,-39],[13,32],[4,28],[7,4],[5,23],[11,20],[6,-8],[17,1],[-1,-7],[3,4],[14,-12],[5,11],[18,-21],[6,8],[3,-7],[12,15],[12,-2],[7,-16],[11,8],[11,23],[20,-18],[13,4],[18,-9],[13,-22],[5,3]],[[7110,974],[-3,-3],[-6,-14],[-5,-12],[-2,-4],[-7,-12],[-7,-12],[-2,-2],[-1,-2],[-2,6],[-1,5],[-2,4],[-2,2],[-1,1],[-1,0],[-2,-1],[-2,-6],[-1,-4],[0,-5],[3,-23],[1,-20],[0,-5],[-2,-2],[-4,-4],[-11,9],[-5,7],[-13,16],[-10,8],[-3,1],[-2,-1],[-3,-3],[-12,-13],[-2,-2],[-3,-5],[-4,-7],[-1,-5],[0,-4],[0,-6],[-2,-15],[-7,-20],[-7,-25],[-2,-8],[-4,-8],[-7,-13],[-6,-20],[-2,-10],[-3,-15],[-1,-4],[0,-4],[2,-6],[2,-7],[-1,-7],[-1,-7],[-5,-20],[-3,-9],[-6,-20],[1,-23],[-3,-23],[-6,-29],[-2,-11],[0,-14],[1,-11],[0,-9],[0,-3],[0,-3],[-3,-2],[-4,-3],[-13,-6],[-6,-9],[-13,-12],[-7,-4],[-5,5],[-3,7],[-6,3],[-6,3],[-13,-2],[-7,-13],[-6,4],[-2,1],[-3,2],[-5,0],[-5,-6],[-1,-7],[-2,-6],[-1,-5],[-4,-9],[-4,-4],[-5,9],[-2,7],[-1,5],[-9,6],[-2,-19],[-2,-16],[-2,-19],[-2,-19],[-6,-2],[-3,-3],[-4,-13],[0,-12],[2,-11],[2,-11],[-2,-4],[-4,-5],[-4,-2],[-2,0],[-5,2],[-3,4],[-4,5],[-4,-5],[-7,-14],[1,-5],[2,-16],[-3,-17],[-5,-4],[-2,-3],[-9,-14],[-13,-5],[-1,0],[-5,-2],[-5,-4],[-10,-8],[-11,-7],[-9,-2],[-4,1],[-4,2],[-1,1],[-3,0],[-5,-2],[-2,-1],[-10,-8],[-5,-11],[-10,-14],[-3,-13],[-2,-9],[-1,-21],[5,-16],[1,-13],[0,-12],[0,-9],[-2,-29],[0,-16],[-4,-18],[-3,-26],[0,-2],[-2,-8],[-2,-8],[-1,-2],[-2,-3],[-2,-1],[-13,-7],[-4,0],[-3,4],[-3,5],[-1,12],[1,8],[-1,8],[-1,10],[-3,20],[0,4],[-2,9],[-4,9],[-2,5],[-5,16],[-2,7],[-1,7],[-2,18],[-1,4],[-4,6],[-1,1],[-4,3],[-6,15],[-3,8],[-4,13],[-4,8],[-10,-3],[-2,0],[-2,-2],[-4,-5],[-3,-5],[-7,-15],[-3,-7],[-2,-7],[-11,-4],[-10,7],[-2,15],[-11,6],[-7,0],[-10,0],[-8,2],[-5,6],[-5,7],[-9,25],[-4,8],[-1,7],[0,3],[2,7],[0,2],[3,3],[0,11]],[[6509,1181],[9,20],[-5,9],[14,31],[-3,12],[25,25],[-11,27],[13,24],[-1,41],[10,18],[23,-34],[4,-25],[14,-25],[7,12],[-3,21],[7,15],[-2,14],[18,14],[14,-14],[5,20],[-10,22],[8,-7],[4,16],[-4,1],[-1,9],[-5,-4],[0,13],[-7,8],[4,21],[24,-28],[9,1],[19,-16],[-2,110],[5,12],[-2,11],[17,36],[-1,41],[9,14],[4,22],[-6,39]],[[6712,1707],[5,-16],[36,-34],[9,-20],[8,-34],[14,-10],[9,-18],[6,-18],[-3,-6],[17,-25],[4,-41],[10,-19],[16,-1],[7,-19],[-3,-13],[6,-21],[-6,-14],[7,-13],[0,-12],[-9,-22],[10,-43],[-1,-12],[13,-13],[16,-46],[6,0],[19,-39],[0,-37],[5,-20],[36,-10],[20,16],[15,2],[-3,-8],[3,-9],[-8,-22],[20,-26],[15,-43],[11,-6],[12,17],[29,5],[47,-83]],[[5787,2141],[-5,-29],[7,-30],[-3,-17],[12,-11],[37,0],[2,-24],[11,-5],[6,-49],[-2,-44],[6,-25],[-3,-52],[19,-22],[0,-15],[10,0],[2,-16],[16,-14],[13,5],[7,12],[12,-17],[17,1],[8,-17],[1,7],[11,0],[14,-32],[9,-3],[-2,-15],[28,59],[13,19],[5,-5],[-1,-10],[-20,-23],[2,-14],[1,6],[7,-9],[-5,-35],[-11,-46],[-13,-21],[8,1],[11,-12],[3,5],[15,-25],[-1,12],[6,12],[-3,8],[7,3],[14,-10],[8,-12],[2,-26],[8,12],[8,-16],[-3,-6],[-4,8],[-14,-28],[-2,-15],[5,-15],[13,5],[2,-17],[6,5],[9,-16],[1,19],[17,15],[0,-9],[15,-18],[1,-20],[-8,-8],[9,-16],[-5,-19],[-11,5],[-3,-10],[-12,-2],[-4,-14],[6,-33],[18,13],[5,-8],[-6,-31],[3,-18],[53,20],[9,-11],[2,10],[10,-13],[0,-18],[5,-15],[-10,-3],[-3,6],[1,-8],[-6,-6],[3,-28],[-6,1],[0,-6],[-9,-6],[-2,-27],[-6,5],[6,-13],[-6,-24]],[[5631,1544],[7,34],[15,23],[-7,45],[3,22],[-3,5],[9,55],[-3,13],[-12,12],[12,21],[-8,20],[-11,9],[0,12],[-23,-3],[-1,20],[8,10],[-1,26],[-7,13],[-10,3],[-6,17],[-8,1],[-6,16],[11,45],[-2,72],[14,21],[13,2]],[[5615,2058],[18,-20],[7,7],[5,-9],[6,5],[7,-18],[10,30],[13,10],[5,-8],[15,-3],[10,31],[11,8],[4,24],[15,-3],[9,26],[21,22],[16,-19]],[[7710,1904],[14,-37],[0,-12],[7,-10],[-8,-1],[0,-19],[8,-31],[-22,-35],[-1,-38],[-5,3],[-9,-23],[2,-12],[7,4],[-15,-21],[-5,-14],[0,-27],[-10,-14],[-22,-14],[-5,-18],[-10,-2],[-15,-19],[2,-41],[-13,-25],[5,-17],[9,1],[0,-14],[6,5],[4,-7],[4,-35],[-31,-22],[-1,-14],[-6,-9],[10,-23],[1,-15],[-4,-17],[-8,-4],[10,-66],[-16,-16],[-3,-17],[4,-9],[-6,-16],[3,-5],[-3,-10],[-8,-6],[2,-10],[-13,-31],[9,-20],[6,-3],[-5,-5],[5,-4],[-1,-27],[-10,-14],[-2,-15]],[[7571,1053],[-3,1],[-5,1],[-9,-2],[-1,-1],[-2,-4],[-6,-8],[-11,-17],[-8,-4],[-6,3],[-2,1],[-1,0],[-6,0],[-4,-3],[-15,-11],[-22,2],[-12,6],[-7,0],[-5,2],[-14,5],[-6,5],[-7,9],[-1,4],[-6,15],[-6,9],[-1,1],[-8,-4],[-12,-3],[-10,8],[-14,10],[-3,2],[-3,-1],[-9,-8],[-3,-4],[-2,-9],[0,-6],[-13,1],[-10,14],[-2,6],[-2,3],[-2,4],[-3,0],[-1,-1],[-6,-10],[-4,-6],[-7,-9],[-9,-9],[-9,-16],[-6,10],[-2,3],[-10,6],[-3,2]],[[7252,1050],[-2,26],[-12,8],[-6,20],[2,15],[-21,-16],[-16,25],[10,21],[6,105],[12,33],[-2,33],[-9,19],[5,15],[7,2],[-15,37],[0,27],[-8,36],[5,36],[-6,13],[-66,47],[7,74],[8,19],[4,49],[6,20],[24,21],[8,42],[-14,46],[3,55],[-4,33],[9,4],[3,10],[13,99]],[[7203,2024],[32,25],[20,-5],[35,15],[20,32],[9,2],[0,21],[9,38],[0,27],[12,42],[55,-45],[7,7],[2,15],[28,16],[5,10],[10,-6],[5,9],[34,2],[6,18],[5,2],[16,-31],[16,-3],[15,-14],[8,-30],[12,12],[-3,22],[10,20],[8,37]],[[7579,2262],[8,-6],[5,-18],[5,6],[9,-10],[6,-28],[13,-9],[0,-28],[-15,-37],[2,-11],[12,-41],[3,6],[6,-5],[1,16],[10,-44],[5,1],[1,-10],[6,3],[-6,-19],[10,4],[-8,-16],[13,7],[-5,-13],[2,-9],[11,2],[9,-85],[6,9],[5,-11],[2,-17],[15,5]],[[6964,2547],[-6,-37],[21,-49],[22,-11],[20,-52],[21,-32],[45,-27],[14,0],[12,-16],[11,-25],[7,-51],[9,-19],[1,-22],[19,-64],[-3,-9],[9,-23],[-3,-5],[13,-4],[14,-28],[13,-49]],[[7252,1050],[-8,1],[-15,-1],[-9,-3],[-8,-8],[-4,-8],[-12,-17],[-12,-22],[-7,-17],[-6,-15],[-3,-7],[-6,-14],[-1,-4],[0,-10],[-2,-12],[-2,-12],[-8,-26],[-2,-7],[-1,-2],[-3,-3],[-2,-2],[-2,3],[-2,7],[-2,10],[-1,6],[0,4],[0,12],[-1,9],[0,7],[-3,22],[-2,7],[-1,5],[-3,6],[-1,2],[-12,14],[-1,-1]],[[6712,1707],[-4,23],[2,82],[-11,30],[-2,52],[8,53],[6,17],[14,15],[15,66],[6,43],[-5,15],[-2,48],[16,41],[-20,42],[-30,22],[-16,25],[-26,77]],[[6663,2358],[17,59],[29,2],[19,16],[33,2],[11,-10],[7,14],[11,1],[5,-8],[9,9],[8,-17],[-3,24],[8,17],[45,44],[7,4],[14,-8],[7,5],[9,-9],[26,18],[20,32],[19,-6]],[[6625,2410],[9,-39],[29,-13]],[[5787,2141],[6,8],[-2,58],[7,-7],[12,25],[22,14],[15,-2],[22,27],[-5,20],[14,35],[-5,61],[22,12],[26,-12],[20,18],[11,15],[3,25],[17,36],[7,3],[4,16],[7,4],[0,12],[29,16],[3,12],[-3,39],[6,19],[7,6],[5,-12],[3,5],[11,-7],[19,-24],[12,21],[3,17],[13,12],[25,44],[1,-22],[17,-37],[-2,-11],[9,-31],[3,-57],[14,-36],[20,34],[19,-34],[8,13],[9,-12],[10,9],[6,-10],[17,11],[21,-3],[12,7],[16,-23],[7,9],[26,-6],[8,-21],[15,-19],[-8,-23],[3,-16],[-3,-38],[6,-13],[6,-38],[7,7],[1,-7],[5,2],[13,34],[32,28],[0,13],[5,-13],[11,0],[-2,-4],[8,9],[2,-15],[10,6],[4,21],[-1,48],[5,-15],[11,2],[1,-12],[8,45],[37,33],[-4,-35],[18,-21],[-1,-18],[39,17],[6,-6],[10,7],[37,-6]],[[7975,2376],[-17,-50],[-5,4],[-7,-71],[-8,-17],[-1,-18],[13,-67],[2,-54],[7,2],[0,-18],[11,-55],[-9,-71],[2,-9],[7,-2],[5,-28],[15,-6],[-4,-4],[4,-11],[-6,5],[15,-28],[-15,-13],[18,-50],[15,-7],[12,15],[12,-13],[3,16],[7,2],[4,13],[19,5],[0,-10],[-4,-105],[-5,-1],[-4,-39],[1,-28],[-7,-12],[7,-20],[10,-123],[-17,-20],[-3,-28],[-15,-15],[-12,-45],[-6,-32],[9,-25],[-9,-89]],[[8019,1254],[0,-3],[2,-9],[1,-5],[2,-4],[0,-3],[1,-9],[-1,-16],[0,-3],[-1,-3],[-8,-1],[-7,5],[-4,-4],[-2,-4],[-3,-7],[-3,-15],[0,-7],[-1,-7],[-9,-4],[-2,0],[-6,3],[-12,9],[-1,18],[-2,2],[-7,6],[-2,1],[-4,2],[-3,-2],[-2,-5],[-3,-7],[-11,-13],[-7,-2],[-12,-15],[-7,-14],[-12,-11],[-4,1],[-1,-1],[-1,-1],[-7,-10],[0,-4],[6,-23],[3,-25],[0,-17],[-4,-22],[-1,-12],[3,-4],[1,-7],[-2,-6],[-4,-11],[-5,-6],[-1,3],[-2,1],[-2,-1],[-1,-1],[-2,-3],[-4,-6],[-6,-14],[-5,-12],[-5,-4],[-4,-2],[-4,-6],[-4,-6],[-3,-13],[-7,-3],[-4,6],[-5,7],[-5,6],[-2,0],[-3,0],[-5,-3],[-2,-2],[0,-4],[-1,-4],[-1,-3],[0,-2],[-3,-7],[-2,-3],[-5,-3],[-2,-1],[-1,1],[-11,9],[-1,1],[-1,3],[0,9],[-1,31],[-3,4],[-2,6],[-2,9],[-1,6],[0,6],[1,9],[1,8],[-2,3],[-5,5],[-5,2],[-4,-3],[-4,-3],[-1,0],[-2,0],[-2,3],[-5,7],[-7,17],[-7,19],[-3,9],[-1,2],[-3,0],[-5,0],[-6,-1],[-2,-1],[-10,-4],[-7,-4],[-5,-1],[-9,1],[-14,-8],[-11,3],[-14,13],[-8,-2],[-14,-3],[-3,0],[-2,0],[-10,-3],[-3,-7],[-13,-1],[-1,4],[-3,3],[-2,1],[-2,1]],[[7710,1904],[2,8],[3,-9],[6,2],[0,9],[-3,3],[3,3],[-1,14],[6,-17],[1,-15],[5,1],[-7,29],[-5,4],[-8,-3],[2,30],[6,-3],[4,8],[3,-7],[-6,-5],[3,-8],[5,-1],[-1,9],[6,4],[5,-12],[2,6],[-4,9],[10,-2],[10,31],[0,14],[22,26],[2,-5],[15,9],[4,-17],[5,8],[7,-25],[6,25],[18,21],[6,-5],[7,23],[-6,11],[18,37],[-9,49],[8,-3],[9,40],[-4,8],[9,10],[9,60],[-8,37],[26,33],[6,-9],[15,4],[15,95],[7,5],[5,-21],[15,6],[3,-19],[16,-9],[-9,-9],[1,-15]],[[4550,2531],[24,-17],[-2,-35],[70,-63],[9,26],[1,25],[12,3],[14,-10],[35,8],[8,29],[29,2],[21,24],[57,9],[44,24],[-4,66],[-8,14],[14,60],[36,29],[17,-3],[12,-25],[14,-6],[29,36],[29,5]],[[5011,2732],[11,7],[23,-24],[2,-46],[27,-41],[11,7],[8,23],[14,15],[15,-13],[24,9],[58,-32],[2,-7],[24,-6],[49,-47],[24,-14],[22,14],[9,-4],[19,16],[29,-14],[8,-51],[7,-11],[12,9],[14,-9],[8,8],[2,-5],[22,1],[3,-26],[-11,-16],[8,-87],[11,-16],[6,-22],[21,-18],[15,-7],[15,17],[17,-18],[0,-26],[11,-6],[7,-13],[2,-57],[6,-18],[-5,-18],[2,-16],[4,-13],[7,-4]],[[5574,2153],[0,-21],[13,-10],[8,-23],[6,-1],[14,-40]],[[4338,1418],[21,41],[29,14],[27,49],[14,-17],[8,-20],[20,-11],[17,20],[3,27],[8,21],[14,13],[1,42],[-3,10],[-12,7],[-38,50],[-13,26],[-21,12],[-8,17],[2,15],[-9,36],[-13,8],[-7,16],[-40,46],[3,47],[-2,74],[-13,30],[9,34],[-2,10],[-20,16],[-2,15],[-28,11],[-21,31],[4,29],[-22,20],[-13,44],[-12,1],[-7,14],[-8,69],[-17,51],[-1,13],[16,31],[-2,34],[9,6],[16,39],[2,33],[21,25],[-8,16],[-11,5],[-20,-15],[-37,11],[-19,107],[-16,20],[-17,48],[-8,2],[-15,30]],[[4097,2741],[21,37],[-8,26],[-1,25],[8,-8],[22,14],[19,-11],[11,13],[1,12],[24,11],[6,-73],[-3,-27],[7,-16],[23,-9],[22,12],[15,-32],[14,1],[11,10],[2,10],[20,-2],[6,-18],[9,-8],[6,-30],[13,-6],[18,-2],[14,21],[19,-6],[10,-13],[35,2],[24,-21],[-2,-11],[9,-53],[16,-19],[-3,-19],[5,-22],[10,-16],[24,-3],[3,-10],[14,11],[9,20]],[[4140,1064],[-1,1],[-6,1],[-7,2],[-14,3],[-8,0],[-9,-4],[-7,-12],[-4,-1],[-3,0],[-5,0],[-5,3],[-5,5],[-2,7],[0,10],[-1,7],[-14,1],[-5,-6],[-5,-7],[-12,-8],[-12,3],[-11,-2],[-5,0],[-6,-3],[-4,-4],[-6,-12],[-6,2],[-6,2],[-1,3],[-12,21],[-10,14],[-4,7],[-9,13],[-5,8],[-1,8],[-4,11],[-13,14],[-18,0],[-10,-5],[-4,-1],[-3,0],[-10,0],[-2,1],[-3,10],[-1,6],[0,7],[-1,8],[-3,5],[-5,1],[-15,1],[-7,9],[-7,0],[-7,-5],[-4,6],[-7,13],[-8,17],[-12,5],[-7,6],[-3,8],[-5,10],[-14,19],[-12,16],[-5,6],[-6,15],[-2,7],[0,16],[-3,22],[-5,25],[-4,19],[-2,13],[-1,10],[-1,20],[-5,20],[-3,16],[-1,14],[1,14],[-1,4],[-2,6],[-8,5],[-11,0],[-14,15],[-12,6],[-1,1],[-6,4],[-6,3],[-16,-1],[-14,-2],[-7,-2],[-2,6],[-4,20],[1,10],[1,4],[1,2],[4,6],[4,6],[2,29],[-2,17],[-7,22],[2,9],[7,18],[4,9],[7,11],[5,15],[4,21],[2,16],[0,3],[-5,4],[-12,15],[-3,27],[-2,24],[1,19],[-2,4],[-3,6],[-3,-1],[-4,4],[-1,1],[-5,11],[-1,16],[2,10],[0,4],[-5,17],[-10,11],[-15,3],[-14,6],[-5,1],[-3,-3],[-2,-10],[0,-5],[-2,-7],[-4,-10],[-4,-7],[-14,-19],[-4,0],[-6,15],[-3,8],[-5,15],[-8,25],[1,21],[-2,11],[-6,13],[-9,14],[-9,6],[-9,3],[-9,-1],[-8,3],[-10,8],[-6,6],[-5,4],[3,5],[4,3],[8,21],[6,22],[11,22],[0,11],[-2,13],[-3,13],[-5,19],[-3,9],[-7,6],[-4,4],[-8,8],[-10,14],[-5,13],[-1,7],[4,8],[2,11],[1,25],[1,14],[-3,13],[-4,9],[-3,10],[-3,25],[-1,20],[-2,10],[-5,12],[0,5],[5,19],[4,8],[4,7],[11,10],[3,13],[7,10],[6,-4],[3,-2],[3,-3],[6,-8],[7,0],[7,10],[2,2],[1,1],[6,3],[4,1],[14,6],[9,2],[7,3],[3,7],[5,22],[2,7],[6,30],[0,14],[-1,15],[0,8],[1,11],[5,7],[11,11],[10,10],[3,4],[2,7],[0,2]],[[3551,2625],[28,15],[29,75],[32,2],[6,37],[16,17],[27,7],[17,29],[6,92],[47,44],[24,-40],[9,6],[13,25],[22,-26],[19,3],[21,26],[3,25],[19,-6],[30,-22],[9,-49],[22,-33],[10,-5],[18,32],[16,-16],[12,1],[6,-27],[32,-13],[16,-22],[17,-45],[20,-16]],[[8619,2234],[-5,-15],[-4,-1],[-8,-29],[1,-71],[-33,4],[-10,-41],[-2,-45],[-13,-16],[-7,5],[-12,-26],[-1,-39],[-6,0],[-24,-35],[-6,-43],[0,-53],[-10,-33],[7,-15],[-7,-33],[-6,-5]],[[8473,1743],[-3,-2],[-4,-10],[-2,-5],[-4,-13],[-1,-2],[2,-19],[6,-19],[7,-19],[1,-2],[0,-4],[-1,-9],[-3,-8],[-2,-3],[0,-2],[-1,-5],[0,-3],[0,-12],[1,-9],[1,-10],[0,-8],[-1,-13],[-2,-16],[-3,-14],[-1,-14],[0,-4],[0,-2],[0,-1],[2,-15],[-2,-32],[-2,-31],[1,-28],[0,-19],[2,-10],[3,-15],[6,-20],[3,-8],[4,-13],[0,-5],[0,-13],[6,-5],[7,-3],[10,-16],[7,-8],[3,-10],[2,-14],[8,-28],[3,-9],[1,-6],[3,-9],[2,-13],[1,-12],[-2,-20],[-2,-16],[0,-10],[0,-3],[2,-8],[0,-4],[-1,-26],[-2,-20],[-6,7],[-8,7],[-14,12],[-3,1],[-3,3],[-2,3],[-2,4],[-1,4],[-3,9],[-1,16],[-1,2],[-1,6],[0,2],[-2,6],[-3,6],[-2,5],[-3,3],[-9,7],[-3,2],[-5,3],[-1,0],[-11,4],[-5,2],[-6,2],[-8,1],[-6,1],[-5,3],[-6,4],[-3,4],[-3,4],[-7,13],[-2,4],[-18,35],[-4,8],[-6,8],[-7,6],[-6,5],[-7,3],[-4,1],[-4,3],[-11,13],[-8,8],[-1,0],[-9,5],[-11,4],[-8,1],[-20,0],[-6,0],[-5,-1],[-14,-7],[-6,-4],[-12,-8],[-5,-3],[-2,-2],[-3,-2],[-5,-7],[-7,-11],[-2,-5],[-13,-18],[-3,-4],[-4,-5],[-12,-10],[-3,-1],[-3,-1],[-6,-3],[-5,0],[-4,2],[-3,2],[-3,3],[-2,0],[-5,1],[-4,-2],[-8,-7],[-15,-5],[-7,3],[-9,4],[-3,0],[-6,0],[-5,2],[-3,3],[-10,16],[-8,8],[-3,3],[-3,1],[-3,0],[-4,0],[-6,-2],[-11,0],[-9,-2]],[[7975,2376],[10,-9],[9,3],[9,-8],[3,-14],[7,1],[1,26],[-5,17],[3,18],[5,-2],[1,-14],[3,5],[3,-8],[3,15],[6,-18],[12,13],[-2,14],[5,10],[21,-17],[8,4],[11,-25],[37,-7],[-8,79]],[[8117,2459],[12,-9],[16,-29],[22,-3],[-2,6],[9,18],[11,1],[-2,10],[5,31],[22,59],[9,-15],[5,9],[10,-14],[5,14],[2,-11],[5,1],[1,-8],[-6,-2],[2,-18],[17,-27],[7,2],[1,-27],[4,-4],[5,2],[-1,13],[6,13],[21,3],[14,45]],[[8317,2519],[11,-15],[38,26],[5,22],[15,-8],[10,16],[0,28],[5,0],[0,16],[3,-15],[30,-7],[8,-28],[-4,-20],[6,-18],[7,-7],[-2,-11],[4,-5],[-10,-28],[8,-15],[0,-10],[11,9],[5,-16],[7,5],[0,-47],[32,7],[8,-14],[5,6],[18,-11],[11,-21],[14,22],[1,-18],[-5,-21],[7,-9],[0,-13],[10,-20],[9,-5],[1,-10],[9,3],[7,15],[8,-3],[1,-24],[9,-41]],[[1616,1695],[0,3],[-3,8],[-6,22],[-2,6],[-8,3],[-6,0],[-10,3],[-4,3],[-2,9],[-1,1],[-13,0],[-6,18],[-3,10],[-6,5],[-6,0],[-3,2],[-12,19],[-2,3],[0,3],[1,13],[3,8],[1,12],[-11,21],[-7,4],[-10,3],[-5,3],[-5,18],[-7,-5],[-4,-9],[-2,-5],[-2,-9],[-3,-5],[-6,-5],[-3,-1],[-15,-1],[-3,-1],[-9,-1],[-12,-7],[-3,-9],[-7,-6],[-6,-3],[-5,1],[-8,-3],[-3,-12],[-11,-19],[-6,-4],[-4,-2],[-5,-5],[-4,-15],[-10,-5],[-15,-6],[-1,2],[8,27],[-1,6],[-4,6],[-15,-4],[-4,-1],[-4,-3],[-6,-3],[-9,-5],[-6,1],[-10,3],[-14,3],[-6,9],[-7,10],[-12,15],[-6,5],[-3,-4],[-7,-8],[-2,27],[3,15],[0,3],[2,23],[-2,16],[-4,24],[-2,7],[5,15],[2,5],[2,4],[4,10],[0,13],[3,23],[1,14],[6,19],[3,7],[1,17],[0,13],[2,38],[-6,25],[-6,4],[-2,4],[-4,6],[-3,7],[-8,13],[-11,13],[-12,5],[-7,5],[-6,6],[-7,2],[-4,-1],[-1,1],[-9,14],[0,4],[1,10],[1,10],[3,10],[2,14],[0,3],[0,6],[-1,2],[-5,10],[-6,10],[-5,3],[-2,4],[-3,5],[-3,10],[-2,7],[-6,9],[-2,6],[-4,18],[-11,12],[-6,-2],[-2,-2],[-5,-13],[-5,-10],[-4,-10],[-5,1],[-5,1],[-13,4],[-8,-6],[-3,-4],[-1,-8],[-3,-21],[-4,-11],[-5,-16],[-1,-6],[-6,-24],[-2,-11],[-1,-8],[1,-3],[0,-8],[-2,-19],[-5,-6],[-5,-3],[-2,1],[-7,-2],[-6,-4],[-2,-11],[-1,-21],[3,-18],[5,-9],[6,-15],[-1,-17],[-1,-3],[-3,0],[-7,1],[-6,-1],[-4,-2],[-14,-7],[-30,22],[-6,2],[-7,2],[-6,4],[-14,3],[-2,-1],[1,-20],[0,-19],[-2,-10],[-3,-10],[-1,-10],[-2,-13],[-1,-13],[0,-8],[-1,-9],[-4,-13],[-6,-10],[1,-10],[1,-10],[2,-4],[2,-1],[5,-12],[1,-4],[-1,-16],[0,-10],[-3,-20],[1,-24],[-6,0],[-7,0],[-10,0],[-8,-5],[-6,0],[-7,6],[-7,0],[-7,-19],[-7,-18],[-10,-12],[-8,-7],[-9,-3],[-10,-2],[-12,-5]],[[806,1795],[-9,71],[4,9],[-1,17],[-26,28],[-16,47],[-3,37],[3,15],[-12,32],[-2,40],[10,7],[8,28],[11,4],[8,22],[11,42],[0,43],[3,24],[7,14],[-1,11],[4,17],[7,-6],[12,7],[-7,35],[7,22],[-7,25],[-28,25],[-13,38],[28,43],[14,37],[3,21],[-8,49],[-8,-4],[-14,12],[-2,66],[27,87],[6,39],[7,-5],[12,26],[18,-3],[0,36],[30,10],[2,6],[-9,14],[-1,21],[15,4],[10,24],[0,11],[-12,18]],[[894,2961],[17,-19],[17,12],[12,-2],[5,9],[34,7],[13,20],[7,-3],[9,30],[8,6],[9,3],[3,-8],[29,12],[25,-5],[15,41],[17,-11],[19,-31],[24,15],[20,86],[21,52],[-11,29],[9,23],[5,-10],[7,20],[-6,6],[7,17],[34,31],[23,-35],[8,4],[14,-11],[24,17],[16,-18],[6,6],[8,53],[14,-6]],[[1356,3301],[19,-41],[29,-12],[7,14],[2,33],[14,18],[5,-1],[11,-14],[13,-53],[18,-7],[11,-15],[5,-38],[-2,-19],[7,-16],[1,-15],[9,-4],[-3,-13],[6,-33],[2,-60],[-13,-70],[10,-18],[-4,-15],[7,5],[6,-16],[-1,7],[9,-5],[3,-13],[18,3],[-9,-13],[0,-13],[-13,-14],[13,-34],[10,7],[35,-110],[27,-8],[6,-15],[15,-8],[6,-19],[10,-4],[9,-45],[-1,-15],[11,-24],[0,-57],[6,-22],[18,-22],[2,-14],[0,-19],[-8,0],[-3,-35],[-19,-10],[-5,-19],[3,-13],[-6,-28],[9,-61],[-9,-77],[-10,-18],[-2,-35],[14,-27],[-5,-20],[4,-14],[-9,-31],[1,-18],[-16,-26],[3,-19],[-2,-50],[18,-10],[7,-16],[-3,-31],[5,-17],[-3,-6],[-1,-45],[-6,-19],[-10,-3],[-5,-9],[10,-42],[-1,-26],[-14,-28],[-11,-6]],[[7844,2847],[6,-28],[-7,-12],[-7,-33],[8,-7],[19,15],[-7,-28],[6,2],[5,-15],[-10,-3],[-19,-28],[4,-8],[-2,-24],[-9,-25],[4,-10],[-1,-22],[-5,-4],[-4,-33],[-6,-11],[3,-10],[0,-26],[9,-18],[-29,-35],[3,-20],[-5,-6],[8,-15],[-37,-33],[-6,37],[-7,-16],[-5,3],[1,-6],[-6,-5],[-7,22],[-23,-13],[-32,-5],[-8,14],[-22,12],[-5,18],[-2,47],[-10,42],[11,-1],[2,36],[9,19],[-2,18],[6,-3],[0,19],[-4,15],[-6,-3],[-7,9],[8,26],[-9,4],[-4,44],[-6,9],[-10,-4],[-1,20],[17,12],[-5,37],[18,-3],[1,7],[7,-32],[17,3],[10,48],[-3,25],[5,8],[16,-8],[-1,-9],[5,-12],[8,7],[6,-11],[14,10],[12,-6],[24,17],[5,-14],[15,-4],[3,11],[9,-4],[6,-5],[1,-11],[6,12],[15,8],[7,-7]],[[874,3259],[4,-12],[9,-4],[4,-18],[-2,-6],[5,-6],[0,-76],[-21,-37],[0,-10],[4,-38],[15,-39],[-5,-32],[0,-14],[7,-6]],[[806,1795],[-3,-1],[-5,-5],[-11,0],[-11,4],[-4,-4],[-2,-12],[-6,-6],[-4,-4],[-6,-2],[-1,-1],[-4,16],[-2,4],[-4,8],[-6,9],[-1,2],[0,2],[-1,10],[0,2],[2,8],[-1,5],[-1,2],[-4,4],[-4,2],[-11,4],[-11,-1],[-10,-2],[-2,0],[-6,4],[-5,8],[0,2],[0,20],[2,18],[0,5],[-10,16],[-5,15],[-9,10],[-5,16],[-3,7],[-6,14],[-5,9],[-6,5],[-12,-5],[-4,1],[-3,3],[-14,10],[-8,12],[-3,13],[-1,16],[-1,2],[-3,8],[-3,-1],[-3,-2],[-1,-4],[-1,-3],[-7,-4],[-4,0],[-2,6],[0,1],[-4,7],[-6,-3],[-6,-6],[-8,-2],[-8,1],[-12,13],[-9,9],[-6,9],[-12,13],[-11,14],[-2,6],[-4,5],[-14,5],[-8,5],[-2,1],[2,14],[0,12],[-1,15],[-1,7],[0,15],[1,28],[-5,26],[2,22],[5,18],[6,28],[2,7],[5,7],[4,7],[1,5],[-4,14],[-7,31],[-7,5],[-8,11],[-1,14],[2,10],[4,9],[4,5],[1,2],[0,3],[-1,6],[-5,7],[-3,1],[-15,3],[-6,-14],[-6,-9],[-8,0],[-6,-4],[-3,-5],[-2,-4],[-3,-1],[-5,7],[-2,3],[-2,6],[-6,10],[-12,12],[-4,-4],[-6,9],[-7,13],[-9,11],[-5,9],[-5,10],[-5,8],[-6,3],[-8,2],[-8,0],[-4,-3],[-6,-3],[-8,-1],[-8,0],[-1,4],[-9,15],[-10,5],[-9,3],[-6,-1],[-5,2],[-10,10],[-3,4],[-12,16],[-13,11],[-5,9],[-3,5],[-12,3],[-4,-2],[-10,0],[-17,1],[-5,-9],[-5,-12],[-6,-8],[-5,-2],[-7,2],[-7,3],[-7,4],[-9,16],[-4,11],[5,10],[1,4],[2,19],[0,7],[-3,18],[1,12],[6,1],[1,0],[5,2],[2,6],[2,3],[13,4],[2,27],[1,21],[-2,19],[-6,13],[-9,12],[-2,3],[-1,7],[5,28],[1,4],[10,22],[1,12],[-3,5],[-4,5],[-3,3],[-2,4],[0,10],[0,22],[-1,21],[-3,14]],[[119,2933],[-2,19],[6,27],[-5,30],[7,31],[8,13],[-5,34],[7,23],[9,67],[8,-5],[6,10],[4,-7],[3,7],[25,-55],[42,-26],[22,46],[12,-7],[13,7],[4,17],[9,5],[-4,45],[8,46],[11,-10],[18,25],[15,0],[11,21],[-16,21],[-7,21],[13,5],[9,15],[17,1],[22,-37],[5,29],[6,9],[8,-3],[10,22]],[[418,3379],[4,-2],[-1,17],[5,14],[11,-4],[18,11],[22,1],[24,23],[7,-2],[27,42],[13,-62],[17,-13],[6,0],[4,13],[3,-16],[-5,-11],[4,-12],[10,-4],[21,8],[13,18],[20,-22],[24,-48],[9,-30],[10,-6],[22,6],[1,-34],[-9,-24],[4,-12],[22,-10],[7,8],[5,-8],[11,1],[8,46],[18,8],[11,-9],[-5,17],[8,26],[8,7],[8,-16],[10,3],[7,13],[21,-25],[25,-6],[9,-12],[-1,-14]],[[8856,2415],[-2,-6],[-6,-28],[-1,-16],[0,-4],[2,-4],[-1,-9],[-3,-21],[-1,-3],[-1,-3],[-3,-10],[-1,-7],[0,-4],[0,-6],[1,-17],[1,-23],[0,-7],[0,-5],[-1,-18],[-3,-3],[-5,0],[-3,1],[-2,2],[-2,2],[-2,2],[-5,2],[-6,0],[-7,-11],[-9,-20],[2,-8],[2,-12],[1,-4],[-1,-11],[-2,-2],[-4,2],[-5,0],[-3,-5],[-7,-12],[-9,-18],[-9,7],[-7,7],[-6,5],[-8,-3],[-5,-11],[-4,-14],[-2,-18],[-5,-26],[-4,-15],[-1,-4],[-3,-12],[-1,-6],[-1,-9],[0,-8],[-1,-9],[-2,-3],[-8,-5],[-8,-2],[-4,-2],[-4,-11],[-8,-19],[-7,-20],[-6,-19],[-10,-17],[-3,-17],[-1,-3],[-8,-8],[-7,-3],[-1,-1],[-2,-2],[-5,-6],[-2,-4],[-2,1],[-1,-1],[-2,-1],[-8,-18],[-6,-5],[-3,-1],[-12,-8],[-1,-6],[-2,-5],[-2,-5],[-6,-11],[-2,-1],[-4,0],[-5,-1],[-4,-10],[-2,-7],[-4,-17],[-4,-10],[-5,-6],[-6,-4],[-3,-1],[-13,-1],[-11,3],[-3,6],[-1,2],[-1,1],[-13,-17],[-10,-14],[-2,-4],[-3,-3],[-5,1],[-1,1],[-3,5],[-3,7],[-1,2]],[[8619,2234],[3,14],[-4,12],[8,28],[7,2],[4,40],[18,16],[11,-11],[14,-4],[2,5],[-2,5],[-3,-7],[1,7],[-4,-4],[-2,8],[3,2],[-5,12],[3,9],[-8,-11],[-1,19],[-5,-1],[1,8],[-5,8],[6,9],[-12,10],[3,14],[-10,12],[0,13],[-7,8],[5,-2],[1,13],[-13,9],[9,5],[-9,4],[0,13],[5,5],[-2,8],[6,4],[-4,2],[3,16],[-5,16],[-7,0],[-9,45],[-10,-8],[3,7],[-17,52],[4,5],[-2,18],[3,7],[-5,21],[10,22],[-4,18],[2,40],[4,2],[0,14],[9,-4],[4,8],[-1,9],[5,7],[-3,8],[4,24],[8,24]],[[8629,2869],[29,-9],[2,-59],[10,-30],[11,-10],[1,-7],[-6,-12],[1,-9],[-7,-7],[-23,-74],[10,-16],[16,1],[-2,-70],[10,-34],[10,-7],[2,-18],[13,31],[11,3],[12,-7],[12,10],[41,1],[10,-21],[5,5],[1,-14],[-14,-43],[6,-12],[-4,-11],[0,-16],[11,8],[6,-7],[-1,-17],[5,6],[8,-14],[0,16],[15,14],[14,-16],[12,8],[0,-17]],[[6964,2547],[22,-14],[0,25],[-15,17],[19,2],[2,32],[22,75],[14,-11],[9,-24],[19,-6],[4,14],[-1,20],[6,6],[-5,20],[-2,86],[11,15],[7,-6],[-1,29],[20,33],[0,22],[-6,21],[6,23],[-1,22],[12,4],[23,57],[9,5],[22,71],[9,0],[9,16],[10,-8],[18,12],[1,21],[15,9],[7,23],[8,6]],[[7237,3164],[19,-6],[14,14],[24,-12],[14,1],[8,-13],[28,15],[10,-14],[6,-23],[19,5],[0,-31],[9,-10],[9,-28],[13,-57],[-2,-11],[-10,-15],[8,-41],[-14,-42],[2,-32],[13,-16],[6,-37],[11,-18],[4,-20],[6,-11],[-1,-11],[9,-15],[-3,-11],[4,-23],[9,-19],[7,10],[9,0],[9,-26],[11,0],[5,-25],[9,-20],[-2,-9],[8,-9],[-9,-29],[0,-6],[7,0],[-7,-63],[8,5],[5,24],[3,-36],[-8,-33],[10,-20],[-2,-18],[10,-6],[2,-20],[11,-6],[18,37],[2,-38],[13,-12],[-9,-11],[7,1],[1,-10],[4,-1],[-3,-16],[6,-5],[-14,-14],[3,-14],[-8,-16],[8,-26],[13,-9]],[[5679,3318],[5,-42],[-24,-41],[43,-98],[27,-36],[-12,-35],[6,-11],[14,12],[8,-23],[2,-36],[8,6],[38,-28],[21,-52],[33,-32],[-2,-20],[6,-15],[-12,-26],[-19,4],[-17,-12],[-8,6],[-13,42],[-7,-1],[-32,-47],[-6,1],[-15,-39],[-7,2],[-15,-24],[3,-11],[-6,-18],[-1,-23],[11,-11],[4,-24],[23,-56],[-5,-27],[-15,-30],[-12,-59],[-24,-73],[0,-90],[-25,-27],[-4,-34],[-13,-24],[-1,-31],[-19,-28],[-5,-24],[-16,-2],[-13,-24],[-9,-4]],[[5011,2732],[-8,48],[-6,6],[-14,47],[5,70],[-10,11],[-15,52],[22,52],[-3,51],[12,26],[15,16],[7,42],[18,30],[14,-31],[17,-7],[15,11],[5,28],[11,-5],[13,16],[15,6],[26,-13],[15,31],[8,-3],[9,12],[5,-7],[18,21],[10,-13],[3,9],[15,9],[8,21],[30,6],[16,47],[18,11],[2,38],[9,7],[24,40],[3,20]],[[5343,3437],[18,-2],[12,-34],[30,9],[20,-17],[8,10],[10,-21],[17,-15],[0,-19],[21,-2],[3,40],[15,31],[29,-2],[17,-44],[31,34],[9,24],[-2,28],[11,-6],[9,20],[16,13],[11,-11],[-3,-11],[5,-28],[-5,-18],[5,-15],[-7,-15],[3,-12],[27,-22],[26,-34]],[[394,3440],[-10,-17],[7,-6],[2,-25],[25,-13]],[[119,2933],[-4,-2],[-5,-7],[-4,-2],[-4,2],[-4,5],[-3,9],[-2,16],[-1,11],[-5,16],[-8,7],[-15,24],[-6,-5],[-3,-1],[-8,1],[-3,2],[3,9],[1,2],[8,9],[0,18],[0,21],[0,7],[4,19],[5,21],[4,19],[-1,11],[-7,18],[-2,10],[-7,17],[-11,18],[-5,4],[-6,-3],[1,14],[0,2],[5,19],[8,20],[4,12],[0,3],[-1,4],[-6,16],[-6,16],[-8,15],[-4,7],[-6,7],[-5,9],[-5,17],[-7,18],[1,5],[2,4],[2,3],[7,10],[4,7],[4,6],[7,27],[3,26],[1,5],[1,6],[2,6],[3,6],[9,16],[6,8],[15,18],[2,6],[6,18],[2,6],[4,30],[3,24],[2,15],[4,29],[2,7],[5,17],[11,23],[9,19],[7,12],[13,6],[19,1]],[[156,3754],[20,-27],[-3,-20],[7,-11],[4,-32],[20,10],[12,-8],[4,8],[8,-5],[13,-28],[11,29],[1,-11],[4,1],[-6,-25],[9,-12],[2,-22],[11,-15],[20,-61],[39,-6],[5,-33],[10,-19],[29,-3],[18,-24]],[[2418,3706],[9,6],[12,-20],[22,3],[24,-20],[-1,-99],[-25,-7],[-10,-13],[19,-46],[3,-32],[23,4],[-2,-9],[20,-26],[1,-25],[-6,-6],[5,-38],[7,-3],[0,-14],[4,-2],[-2,-12],[-15,-8],[-9,-19],[-9,-1],[3,-21],[-22,6],[-7,-6],[3,-31],[9,3],[1,-15],[6,-2],[6,-31],[18,-19],[15,-33],[-8,-8],[-15,14],[-7,-5],[-10,24],[-6,-18],[-5,16],[-11,9],[-3,-19],[-9,-1],[1,-13],[-5,-1],[-7,13],[2,17],[-4,26],[4,17],[-2,18],[8,6],[-2,18],[-16,15],[-25,-15],[-8,7],[-2,-9],[-10,-3],[0,16],[7,16],[-18,9],[-21,46],[-23,-1],[-4,23],[3,30],[-2,11],[6,47],[22,34],[16,41],[-5,15],[9,17],[-10,78],[9,-12],[10,49],[15,29],[24,-20]],[[2141,2232],[-1,-17],[0,-12],[-1,-27],[1,-5],[1,-4],[5,-9],[-3,-11],[-2,-5],[-8,-15],[-9,-16],[-9,-9],[-8,-11],[-2,1],[-11,3],[-5,3],[-8,7],[-4,1],[-5,-8],[-2,-7],[-1,-5],[1,-3],[1,-8],[0,-11],[0,-4],[-2,-12],[-3,0],[-13,-8],[-2,-8],[0,-4],[-1,-12],[1,-7],[2,-6],[2,-10],[1,-11],[0,-6],[3,-28],[-2,-6],[-3,-11],[-2,-6],[-5,-9],[-5,-9],[-2,-11],[-1,-9],[-2,-8],[-2,-4],[-2,-16],[0,-5],[-2,-5],[-3,-14],[-1,-3],[-3,-4],[-3,1],[-1,-7],[-1,-11],[0,-8],[3,-17],[2,-12],[-1,-15],[1,-13],[3,-7],[5,-26],[2,-11],[1,-8],[-1,-4],[-2,-2],[-13,-12],[-6,-8],[-10,-22],[-6,-5],[-9,-4],[-11,-8],[4,-8],[0,-12],[-4,-11],[-4,-17],[-3,-17],[-1,-12],[-6,-21],[-5,-27],[1,-19],[-2,-3],[-2,-3],[-5,11],[-6,14],[-8,-8],[-3,-3],[-13,-8],[-4,0],[-10,7],[-12,7],[-5,6],[-29,10],[-7,-1],[-14,-4],[-10,0],[-6,5],[-5,0],[-4,-4],[-5,-10],[-11,-12],[-7,-2],[-7,-6],[-2,-6],[-4,-4],[-6,-1],[-4,6],[-15,5],[-1,24],[-16,6],[-3,1],[-1,1],[-2,2],[-8,13],[-5,13],[-5,1],[-2,-1],[-5,-5],[-4,-21],[-4,-7],[-15,8],[-13,32],[-6,15],[-7,14],[-11,19],[-4,-3],[-1,-8],[-5,-10],[-14,-11],[-1,-1],[-9,-6],[-12,2],[-15,4],[-12,3],[-3,8],[-3,23],[0,5],[7,1],[3,2],[3,2],[11,14],[3,7],[0,8],[1,6],[3,15],[3,10],[1,-1],[4,3],[4,7],[6,11],[1,8]],[[1356,3301],[4,6],[-3,43],[4,8],[-1,56],[-11,18],[-10,1],[-6,25],[-8,3],[-5,15],[4,9],[18,14],[31,-50],[12,-11],[10,-23],[0,-18],[39,1],[35,-22],[6,29],[-2,68],[-11,10],[-16,-9],[-2,50],[-5,17],[-22,-7],[4,18],[-10,34],[3,20],[15,10],[16,-1],[7,-3],[4,-26],[12,3],[8,14],[4,22],[19,28],[23,-16],[3,21],[-2,19],[12,13],[-2,30],[8,12],[5,-12],[9,-4],[18,10],[-1,-11],[11,-5],[5,16],[4,-7],[17,4],[7,9],[-4,23],[15,16],[-5,20],[6,18],[18,-3],[23,15],[20,1],[7,-45],[-6,-14],[35,-67],[9,-9],[11,-49],[13,2],[14,11],[25,44],[14,-2],[12,63],[63,-8],[22,-18],[2,95],[-3,7],[7,27]],[[1914,3859],[5,-1],[14,-4],[8,4],[6,5]],[[1947,3863],[-5,-9],[4,-7],[-7,-89],[-23,-60],[-4,-82],[7,-71],[12,-2],[3,-9],[15,10],[3,-8],[-2,-20],[9,7],[4,-6],[2,7],[1,-7],[-6,-2],[4,-36],[27,12],[11,-1],[10,-14],[3,-19],[-6,-52],[10,-19],[-5,-4],[2,-17],[-4,-21],[4,-23],[-14,-25],[2,-22],[16,-40],[30,-18],[-18,-50],[-17,-9],[-13,-23],[-6,2],[-8,-24],[-7,1],[-5,-14],[10,-71],[-3,-34],[5,-11],[6,-43],[16,-37],[-6,-12],[-1,-27],[6,-69],[9,-35],[-2,-16],[6,-15],[4,-28],[33,-89],[11,-49],[9,-5],[2,-18],[-4,-49],[-9,-37],[-14,-23],[-2,-67],[-8,-42],[18,-31],[21,-8],[21,-27],[9,-1],[8,-26],[20,3]],[[9074,2906],[2,-3],[6,-1],[10,2],[1,1],[10,7],[2,2],[2,2],[7,8],[3,2],[4,2],[5,1],[15,1],[4,0],[7,0],[3,-1],[4,-13],[2,-10],[10,-22],[0,-21],[0,-17],[-4,-2],[-11,-6],[-3,-2],[-8,-3],[-5,0],[-3,-1],[-3,0],[-1,0],[0,-28],[1,-8],[0,-14],[-23,-6],[2,-23],[-8,-4],[-1,-1],[-7,1],[-10,-10],[-2,-15],[4,-21],[4,-6],[3,-11],[1,-12],[-1,-8],[-1,-5],[0,-3],[0,-2],[3,-13],[13,-5],[17,-6],[3,-2],[2,-1],[8,-9],[7,-8],[9,-11],[3,-3],[0,-17],[0,-3],[-10,-14],[-10,-10],[-6,1],[-8,-4],[-4,-2],[-9,-6],[-14,-3],[-11,-11],[-6,0],[-3,-2],[-14,-12],[-4,-4],[-2,-1],[-2,-4],[-2,-3],[0,-2],[-1,-25],[7,-15],[5,-7],[6,11],[5,11],[3,5],[5,6],[11,-15],[5,-9],[10,-22],[6,-20],[3,-9],[2,-4],[4,-4],[4,-2],[5,-6],[3,-4],[9,-13],[-2,-11],[-9,-4],[-8,-5],[-12,-10],[-14,-1],[-13,9],[-6,7],[0,2],[-2,3],[-1,2],[-9,8],[-2,1],[-1,0],[-3,-1],[-2,-2],[-1,-2],[1,-5],[0,-4],[-4,-26],[-16,-2],[-4,1],[-2,1],[-5,6],[-1,1],[-3,4],[-1,3],[-1,8],[-2,10],[-4,8],[-1,3],[-9,-2],[-15,-2],[-2,-1],[-2,-2],[-6,-7],[-2,-4],[-6,-3],[-8,0],[-4,2],[-4,12],[-10,14],[-13,12],[-4,-3],[-4,-13],[-1,-15],[0,-13],[-1,-5],[-3,-1],[-2,1],[-2,1],[-5,5],[-5,6],[-7,7],[-8,-2],[-6,-3],[-7,-4],[-6,-4],[-2,0],[-1,0],[-2,5],[-1,1],[-2,6],[0,3],[0,7],[0,7],[1,9],[-1,4],[-5,11],[-3,6],[-2,0],[-1,-1],[-2,-2]],[[8629,2869],[-1,27],[-3,2],[6,11],[-8,48],[3,20],[-9,34],[-1,19],[4,4],[-8,23],[0,15],[-5,3],[3,5],[-5,9],[0,15],[-5,3],[4,2],[-7,9],[2,5],[-3,9],[4,3],[-5,10],[2,11],[-7,7],[0,19],[4,7],[-5,-1],[1,17],[-3,5],[2,3],[-4,10],[-3,-4],[2,14],[6,0],[1,15]],[[8591,3248],[10,5],[16,-14],[23,-7],[8,-65],[23,-27],[5,-15],[19,5],[14,-10],[22,53],[39,2],[21,-9],[8,-23],[19,-25],[27,-10],[6,-12],[-1,-23],[20,0],[32,-26],[5,-7],[0,-24],[-11,-49],[0,-24],[14,-51],[60,-15],[14,6],[12,-8],[3,-23],[12,14],[11,-9],[7,-17],[-5,-12],[2,-17],[9,8],[2,13],[14,14],[12,2],[-6,23],[8,7],[9,28]],[[5679,3318],[16,16],[7,-10],[15,15],[21,7],[13,-40],[3,9],[12,-10],[12,21],[13,2],[10,12],[-4,26],[6,11],[8,1],[6,12],[6,-11],[39,-5],[11,-18],[6,40],[18,4],[8,16],[6,34],[8,7],[16,-34],[-2,-14],[4,-8],[9,-9],[8,6],[13,-8],[19,-32],[8,18],[10,1],[7,34],[14,22],[10,48],[4,6],[22,-3],[19,45],[27,-16],[12,12],[1,14],[12,26],[21,25],[2,19]],[[6155,3609],[16,1],[22,-20],[14,-27],[1,-31],[6,-15],[2,-22],[13,-7],[13,-24],[10,5],[15,-46],[12,-11],[10,-25],[22,3],[13,15],[25,-36],[7,-70],[-1,-18],[7,-15],[-1,-16],[10,-6],[1,-12],[-5,-2],[-4,-46],[-14,-32],[8,-13],[-1,-26],[13,-14],[-6,-11],[9,-20],[7,-5],[12,-40],[4,4],[-3,18],[15,7],[3,-9],[-5,-20],[5,-2],[3,-19],[22,-21],[18,15],[6,-7],[12,4],[6,17],[22,-25],[17,-4],[14,-15],[3,-17],[-6,-39],[6,-21],[22,-27],[5,-19],[12,-18],[2,-30],[-8,-4],[-1,-16],[12,-55],[3,-26],[-6,-20],[2,-19],[15,-19],[0,-14],[16,-42],[-2,-23],[12,-19],[-4,-15],[9,-49],[8,-18],[-5,-46]],[[2474,4052],[6,-20],[16,-12],[-11,-48],[15,-25],[3,-14],[-4,-14],[10,-9],[7,-22],[16,-4],[25,-44],[24,4],[18,-12],[11,-28],[-9,-57],[-20,-10],[-6,-37],[18,3],[11,-8],[24,21],[55,-42],[27,8],[-5,-31],[8,-14],[13,-58],[11,-1],[-8,-10],[10,-36],[15,9],[25,-63],[4,-31],[14,-20],[20,-56],[16,-22],[7,-79],[-1,-39],[11,-49],[-3,-42],[-25,-30],[-23,2],[-2,-27],[7,-19],[1,-21],[-11,-33],[12,-17],[1,-22],[-23,-35],[-14,-38],[-15,-5],[1,-48],[6,-18],[-4,-12],[-2,-59],[5,-22],[9,-15],[-4,-9],[10,-8],[-7,-28],[18,-83],[1,-28],[-12,-23],[2,-18],[-5,-44],[-6,-13],[-18,-8],[-2,-49]],[[2747,2410],[-14,3],[-8,-6],[-5,-9],[-3,-6],[-6,-6],[-8,1],[-5,-1],[-6,-10],[-6,-16],[-4,-11],[-10,-10],[-9,-7],[-12,-3],[-15,-16],[0,-5],[-5,-3],[-4,4],[-2,7],[0,10],[-2,8],[-7,13],[-5,6],[-5,6],[-5,16],[-4,10],[-3,1],[-2,1],[-7,4],[-5,11],[-14,4],[-13,1],[-2,-4],[-8,-22],[-4,-21],[-2,-17],[-6,-6],[-4,-1],[-6,-4],[-4,-6],[-6,-16],[-2,-6],[-3,-13],[-4,-11],[-5,-11],[-13,-20],[-15,-8],[-10,-6],[-7,-2],[-7,9],[-10,9],[-9,3],[-2,6],[-2,15],[-2,6],[-7,12],[-3,4],[-3,4],[-2,3],[-5,16],[-5,10],[-4,0],[-9,-4],[-10,-17],[-2,0],[-3,-1],[-2,3],[-5,11],[-8,8],[-7,7],[-4,-5],[-6,-10],[-4,-12],[-2,-3],[-8,-6],[-3,3],[-2,5],[-4,3],[-4,0],[-5,0],[-2,-5],[-7,-9],[-5,-6],[-8,-4],[-16,-3],[-13,-17],[-8,-15],[-2,-2],[-7,-2],[-5,-2],[-3,1],[-6,3],[-6,-2],[-4,-5],[-5,-6],[-5,-8],[-4,-6],[-2,3],[-3,12],[-1,6],[-5,5],[-5,3],[-7,1],[-4,-4],[-5,-14],[-8,-12],[-3,0],[-7,6],[-6,2]],[[1947,3863],[5,1],[5,1],[2,-4],[5,-3],[6,-3],[13,2],[15,4],[6,1],[7,-1],[11,0],[10,1],[8,-1],[7,-1],[12,-3],[17,3],[9,9],[3,8],[-1,3],[-2,9],[1,6],[1,5],[0,4],[2,6],[2,7],[2,6],[2,2],[4,-2],[6,4],[5,4],[7,9],[3,4],[3,6],[7,6],[3,2],[9,2],[7,4],[9,9],[3,3],[9,1],[7,2],[12,10],[1,2],[4,13],[3,0],[6,-3],[9,-6],[4,-1],[6,-1],[16,6],[14,1],[1,-1],[1,-3],[0,-2],[4,-11],[0,-2],[-1,-1],[-2,-4],[-2,-3],[-2,-3],[-3,-6],[-5,-11],[-3,-17],[-3,-4],[-4,-6],[-2,-9],[-2,-9],[-2,-10],[-3,-7],[-2,-4],[-3,-5],[-2,-15],[3,-8],[5,-1],[2,3],[13,8],[4,0],[14,2],[10,1],[7,-4],[3,0],[5,0],[10,11],[2,3],[5,8],[5,20],[4,26],[0,4],[1,9],[-2,6],[-1,4],[-1,7],[1,8],[0,5],[2,3],[7,2],[10,6],[7,1],[4,2],[4,6],[10,18],[7,18],[2,10],[5,13],[4,6],[8,0],[16,-4],[7,-6],[5,-3],[7,-2],[2,6],[2,4],[2,3],[1,0],[8,-1],[14,-6],[15,-1],[16,-5],[2,3]],[[156,3754],[5,2],[4,3],[8,8],[4,10],[6,14],[4,16],[1,9],[0,20],[0,3],[-1,5],[-1,5],[-3,4],[-2,2],[-8,8],[-3,4],[-4,10],[-6,17],[-1,15],[-2,30],[0,17],[-2,14],[-5,27],[-1,7],[0,6],[0,4],[2,11],[2,5],[4,8],[10,19],[1,5],[1,9]],[[169,4071],[29,43],[1,-18],[24,-40],[13,8],[19,-3],[12,-19],[34,-28],[9,22],[12,3],[1,7],[20,-8],[13,16],[10,-9],[4,-28],[-8,-22],[4,-17],[-10,-6],[-1,-39],[7,-27],[6,-7],[6,-53],[12,-14],[5,-23],[7,-5],[-2,-13],[9,1],[0,-14],[-8,-21],[14,-26],[-7,-13],[-18,-14],[-5,-12],[-8,-4],[-6,-17],[19,-43],[-10,-6],[2,-28],[10,-6],[-12,-26],[-1,-22],[13,-25],[24,-7],[5,-38],[-23,-30]],[[7237,3164],[-6,59]],[[7231,3223],[16,16],[7,37],[12,-9],[11,14],[19,73],[23,12],[13,38],[5,6],[8,-3],[15,20],[8,-2],[28,41],[8,23],[9,3],[1,21],[4,8],[-2,12],[8,20],[0,25],[17,28],[17,9],[4,14],[10,0],[-2,11]],[[7470,3640],[16,22],[29,-14],[14,15],[7,-2],[10,-17],[26,-21],[9,-15],[3,-23],[14,-16],[10,-24],[24,22],[19,6],[10,-28],[8,-1],[11,-16],[7,17],[2,28],[-8,27],[10,6],[29,61]],[[7720,3667],[5,-3],[18,18],[5,-2],[0,7],[21,-24],[7,-46],[-15,-27],[-7,-4],[-1,-11],[-10,-16],[2,-13],[-4,-15],[-6,-9],[7,-12],[-2,-16],[8,-17],[18,-19],[-1,-19],[5,-19],[-2,-4],[2,-10],[4,4],[7,-15],[0,-18],[7,-5],[11,6],[16,-26],[-7,4],[-18,-11],[-12,9],[-17,-11],[-21,-31],[7,-109],[16,-37],[14,-51],[9,9],[-6,22],[0,12],[5,1],[18,-22],[3,7],[5,-26],[18,-10],[6,-27],[8,4],[-2,17],[4,-2],[1,11],[15,12],[49,-18],[6,-34],[5,-1],[6,-13],[3,26],[9,-1],[-4,-17],[6,-40],[-2,-18],[-7,-11],[13,-17],[18,-46],[20,-24],[24,-57],[23,-17],[-5,-26],[2,-22],[-3,-24],[-15,29],[-17,5],[25,-36],[-4,-22],[-17,-21],[4,-34],[-5,-14],[6,-7],[-6,-16],[2,-15],[9,-17],[10,13],[6,-4],[-4,-19],[10,-16],[8,8],[12,-25],[7,13],[14,-41],[-5,-65],[14,-20],[39,0]],[[6647,3978],[3,-52],[-5,-45],[2,-25],[9,-5],[5,-21],[0,-34],[25,-16],[15,14],[8,-3],[20,-35],[15,0],[6,-18],[25,-28],[0,-14],[17,-18],[10,0],[11,-30],[11,-2],[20,17],[-2,22],[12,29],[21,5],[1,18],[10,21],[15,-13],[5,-23],[12,-16],[13,9],[16,-23],[33,-17],[9,16],[11,-66],[7,-6],[1,-24],[13,-5],[1,-8],[12,-9],[-4,-15],[7,-16],[8,-45],[-4,1],[2,-11],[17,-40],[7,-3],[4,11],[11,-5],[3,-13],[-4,-6],[11,8],[1,61],[34,-82],[11,18],[8,-5],[14,-37],[13,-11],[1,-29],[5,-19],[10,-9],[6,-39],[12,3],[0,-18],[8,-6],[6,-35],[10,-8]],[[6155,3609],[-5,33],[7,14],[-5,63],[5,7],[13,56],[19,17],[44,18],[2,16],[14,15],[0,9],[6,15],[15,13],[8,-8],[9,18],[14,9],[17,26],[32,22],[11,16],[9,43],[11,13],[5,16],[-10,20],[4,26],[12,-15],[23,29],[35,5],[8,9],[5,-15],[10,1],[8,32],[11,-13],[8,-30],[5,6],[1,-9],[11,-5],[9,27],[5,4],[41,-35],[10,4],[2,-37],[18,-11],[3,-10],[2,-47],[40,2]],[[874,3259],[16,41],[10,0],[8,10],[-2,13],[-63,39],[6,24]],[[849,3386],[4,4],[5,4],[2,1],[12,7],[10,7],[13,-3],[15,-5],[9,-14],[7,6],[2,4],[1,5],[3,14],[4,3],[4,3],[6,3],[6,2],[4,2],[4,13],[6,10],[8,2],[3,0],[4,-1],[9,15],[9,14],[13,15],[8,13],[6,10],[5,3],[5,0],[4,-4],[0,-3],[0,-2],[0,-1],[7,4],[8,15],[5,11],[6,20],[6,26],[5,17],[4,14],[1,8],[3,16],[8,12],[8,14],[10,26],[2,1],[1,1],[4,6],[2,7],[2,7],[0,5],[1,22],[1,15],[1,4],[5,16],[2,5],[4,4],[4,3],[4,-2],[9,3],[7,7],[13,16],[4,8],[1,14],[2,27],[2,21],[4,22],[4,11],[3,10],[7,4],[9,13],[4,10],[0,5],[1,5],[1,10],[3,8],[5,4],[5,5],[4,3],[1,1],[4,11],[-3,20],[-3,22],[-3,16],[-2,15],[1,13],[0,14],[1,23],[0,13],[0,23],[-2,5],[-2,6],[-5,10],[-8,6],[-7,3],[-6,-3],[-1,0],[-2,2],[-3,8],[-4,24],[-2,9],[-3,18],[-3,13],[5,16],[4,10],[3,11],[2,21],[-1,4],[-3,13],[1,3],[5,30],[0,4],[2,13],[9,51],[3,18],[0,3]],[[1210,4465],[2,-2],[7,-11],[4,-1],[6,-2],[5,-2],[18,-34],[4,-6],[7,-4],[10,-3],[19,-9],[9,-3],[4,0],[10,4],[4,1],[14,1],[10,0],[10,-9],[1,-2],[7,-2],[6,1],[2,13],[6,25],[3,17],[0,6],[-3,8],[4,12],[1,3],[4,9],[1,2],[3,3],[3,11],[5,19],[3,7],[7,-8],[6,-6],[5,-1],[2,0],[1,4],[5,1],[3,-3],[2,-1],[3,-6],[2,-5],[5,-10],[8,-5],[13,0],[8,-1],[10,2],[8,-1],[8,-1],[13,-4],[11,-9],[2,-13],[2,-14],[2,-12],[6,-5],[5,1],[2,1],[6,-2],[4,-4],[4,-7],[5,-10],[7,-1],[8,4],[8,0],[8,-3],[7,-3],[7,-5],[6,-4],[1,-2],[1,-3],[6,-20],[0,-10],[-1,-7],[-1,-2],[0,-5],[1,-4],[1,-5],[2,-2],[11,-12],[8,-2],[9,6],[3,5],[9,10],[11,-1],[8,6],[5,10],[6,6],[9,7],[4,1],[4,0],[5,-3],[6,0],[6,4],[3,5],[8,12],[7,5],[11,4],[18,3],[7,1],[7,-12],[5,-20],[5,-19],[4,-11],[4,-10],[1,-1],[4,2],[3,1],[4,4],[2,0],[3,-7],[-1,-11],[-4,-7],[-12,-8],[-15,-10],[-7,-5],[-12,-11],[-3,-3],[-3,-4],[-4,-7],[-1,-12],[-1,-32],[-1,-2],[0,-9],[0,-2],[0,-2],[1,-2],[1,-4],[1,-4],[5,-5],[5,-3],[3,0],[6,1],[6,5],[12,9],[8,5],[6,3],[2,-1],[1,-1],[6,-4],[11,-5],[8,0],[1,1],[2,0],[1,-1],[1,-2],[2,-4],[2,-5],[-13,-25],[-1,-5],[2,-5],[2,-3],[2,-6],[10,-22],[5,-9],[9,-14],[10,-18],[5,-16],[5,-13],[10,-24],[6,-14],[4,-8],[3,-6],[2,-32],[0,-2],[-4,-6],[-2,-4],[-3,-1],[-6,-2],[-2,0],[-2,-4],[-2,-15],[1,-28],[1,-15],[1,-6],[8,-7],[5,-3],[10,-5],[3,-1]],[[1210,4465],[-1,-2],[-2,-1],[-1,0],[-3,20],[-3,12],[-4,9],[-6,6],[-4,8],[-4,10],[-1,10],[0,12],[2,16],[3,6],[2,1],[1,0],[7,-1],[9,-2],[2,-2],[6,0],[2,1],[2,2],[5,8],[8,6],[4,-1],[12,-9],[-2,-9],[-2,-6],[-7,-5],[-2,-26],[-2,-6],[-5,-16],[-9,-23],[-5,-17],[-2,-1]],[[169,4071],[-1,3],[-1,3],[-5,5],[-14,6],[-6,1],[-6,0],[-8,1],[-4,1],[-4,3],[-2,3],[-5,14],[-7,28],[-3,4],[-1,0],[-2,-1],[-1,-3],[0,-11],[-2,-10],[-2,-6],[-1,-2],[-2,-1],[-5,3],[-2,2],[-1,2],[0,2],[-2,6],[-5,20],[-7,36],[-10,24],[-14,22],[-2,4],[-2,6],[-1,6],[-1,7],[1,23],[-4,141],[8,-4],[54,-24],[14,-6],[18,-8],[15,-6],[20,-9],[8,-4],[1,0],[21,-9],[28,17],[35,21],[2,0],[1,1],[5,5],[3,7],[-1,19],[-1,13],[2,8],[3,13],[6,15],[3,9],[3,33],[5,24],[7,28],[7,20],[3,6],[12,20],[11,9],[4,-1],[4,0],[5,-1],[5,1],[2,1],[1,1],[1,2],[12,-11],[15,-15],[6,-12],[3,-19],[1,-5],[-1,-5],[-1,-11],[-4,-9],[-2,-3],[-1,-3],[2,-13],[1,-3],[0,-4],[1,-3],[2,-5],[0,-4],[1,-3],[0,-3],[0,-2],[-1,-3],[-4,-11],[-1,-1],[-1,-2],[-3,-5],[-2,-4],[-2,-13],[0,-4],[2,-4],[4,0],[12,-8],[3,-4],[4,-4],[9,-5],[7,0],[1,1],[1,0],[1,-1],[1,-1],[5,-7],[0,-1],[4,-14],[5,-9],[6,-2],[7,-7],[3,-3],[4,8],[2,18],[0,19],[0,12],[4,11],[2,-2],[5,-4],[12,-8],[4,0],[2,0],[4,-2],[5,-7],[1,-2],[1,-3],[1,-1],[3,-16],[4,-15],[6,-8],[2,-2],[2,0],[1,-1],[1,1],[6,5],[9,8],[2,2],[6,14],[5,-2],[7,-3],[10,-4],[3,-1],[4,-1],[1,1],[1,1],[-1,2],[-2,2],[-1,3],[-1,2],[-1,3],[0,2],[1,10],[1,5],[6,5],[4,2],[1,-7],[-1,-1],[-1,-4],[-3,-12],[0,-5],[0,-5],[-1,-15],[1,-5],[1,-26],[1,-9],[2,-9],[10,-19],[14,-18],[11,-23],[-4,-8],[-2,-12],[0,-13],[3,-16],[3,-13],[5,-13],[3,-3],[2,-1],[11,6],[12,1],[2,0],[8,6],[9,12],[1,1],[2,1],[6,-4],[6,-9],[6,-26],[3,-21],[2,-14],[3,-15],[4,-3],[5,-4],[5,-9],[2,-10],[1,-6],[1,-4],[2,0],[8,-1],[6,8],[1,2],[1,3],[4,3],[3,0],[2,-3],[2,-21],[1,-19],[-1,-10],[0,-8],[1,-7],[2,-9],[11,-34],[2,-8],[-1,-1],[-4,-8],[-4,-5],[-2,-7],[-1,-2],[0,-2],[-1,-3],[0,-2],[0,-6],[0,-2],[0,-3],[-2,-1],[-1,-2],[-7,-6],[-6,-1],[-3,0],[-1,1],[-2,-1],[-5,-1],[-2,-1],[-1,-3],[-1,-3],[-2,-12],[1,-4],[1,-5],[1,-2],[5,-8],[2,-2],[5,-8],[4,-7],[0,-14],[-2,-6],[0,-2],[0,-2],[8,-59],[2,-11],[9,-58],[4,-9],[5,9],[19,60],[24,-30],[4,-2],[2,-1],[11,0],[6,2],[14,5],[3,5],[2,4],[-1,15],[0,20],[0,6],[0,4],[1,10],[4,0],[5,-2],[5,6],[2,3],[1,2],[5,9],[7,-4],[6,-9],[1,-5],[3,-7],[2,-3],[15,-9],[2,1],[5,6],[4,7],[3,5],[2,4],[3,7],[2,0],[1,-1],[4,-13],[2,-16],[3,-19],[-2,-20],[-7,-24],[-8,-19],[-8,-30],[-2,-11],[-4,-14],[-2,-5],[-2,-4],[-3,-24],[-2,-21],[1,-29],[3,-7],[5,-18],[1,-20],[-4,-19],[-3,-6],[-7,-14],[-5,-11],[-8,-8],[-3,-3],[-3,-1],[-4,-1],[-2,1],[-7,-3],[-2,-12],[-1,-17],[-3,-23],[0,-24],[1,-12],[6,0]],[[5223,4241],[7,-9],[17,3],[67,-76]],[[5314,4159],[3,-17],[4,4],[2,-41],[-21,-85],[-4,-41],[-13,-25],[1,-30],[12,-25],[-2,-48],[13,-41],[5,-81],[5,-7],[18,-110],[-10,-57],[2,-12],[7,-3],[0,-36],[-6,-29],[13,-38]],[[4550,2531],[-3,29],[20,54],[29,32],[-12,4],[-4,23],[1,14],[15,20],[-10,28],[-5,51],[5,33],[-12,46],[-2,30],[4,28],[5,1],[9,19],[-2,52],[8,37],[-2,46],[9,10],[0,32],[11,29],[-5,22],[2,65],[5,15],[-3,17],[-14,21],[11,99],[3,20],[18,13],[15,30],[-20,10],[-3,18],[8,9],[-1,7],[-7,-1],[-6,12],[-6,-6],[-15,15],[-2,-5],[-4,27],[-7,9],[-3,17],[6,47],[12,12],[7,-2],[-3,10],[-8,2],[1,17],[-4,11],[16,15],[14,46],[5,-15],[7,15],[-9,17],[1,12],[-11,8],[-6,-4],[-5,12],[3,16],[-2,18],[5,12],[-1,44],[14,45],[-8,30],[2,22],[-12,10],[-17,31],[-5,50],[-23,52],[17,50],[-6,12]],[[4570,4158],[5,15],[7,24],[3,8],[7,3],[8,8],[6,10],[3,15],[1,6],[-1,13],[-2,13],[0,11],[0,10],[-1,20],[2,17]],[[4608,4331],[7,-7],[16,6],[38,-17],[7,2],[26,46],[4,-24],[12,-8],[1,13],[-9,36],[21,17],[12,39],[21,24],[8,-21],[17,28],[14,-33],[20,3],[10,-17],[8,-34],[13,-16],[49,16],[28,-74],[19,-18],[29,0],[20,9],[17,32],[8,-1],[30,-68],[0,-27],[16,-7],[-7,-39],[17,-34],[3,-21],[8,-6],[8,-22],[7,1],[11,-12],[10,21],[35,21],[18,20],[-2,23],[9,1],[3,9],[11,-4],[14,28],[3,22],[5,3]],[[2941,4596],[3,-49],[-14,-12],[-6,-43],[-10,-15],[53,-8],[5,-13],[-13,-27],[17,-1],[9,-17],[-2,-15],[34,2],[14,-61],[-2,-12],[-12,-4],[-2,-11],[5,-27],[1,-56],[-10,-42],[-1,-40],[-12,-18],[-20,-1],[-13,-32],[-17,-7],[2,-27],[-12,-50],[16,-39],[18,1],[8,-23],[19,-27],[2,-28],[-5,0],[6,-4],[-3,-6],[25,23],[-2,-17],[3,-20],[14,13],[32,-64],[15,-3],[5,-18],[21,-24],[6,-36],[17,-8],[4,-50],[-2,-22],[6,-26],[27,-22],[30,7],[4,21],[28,-48],[34,-10]],[[3266,3580],[-1,-41],[-13,-78],[2,-14],[-13,-56],[21,-10],[16,3],[47,37],[14,-16]],[[3339,3405],[-2,-27],[19,-31],[13,-8],[13,-62],[-12,-19],[-12,-62],[-9,-17],[5,-31],[-5,-19],[1,-12],[-7,-17],[10,-66],[-5,-24],[8,-13],[2,-80],[23,-24],[3,-12],[2,-56],[14,-31],[5,-31],[-5,-48],[14,-48]],[[3414,2667],[-7,-7],[-6,-7],[-3,-4],[-6,-7],[-7,6],[-9,9],[-5,4],[-4,0],[-4,-2],[-7,-6],[-6,-21],[-10,-19],[-4,-12],[-5,-9],[-13,-2],[-9,6],[-15,1],[-3,-1],[-3,-3],[-6,-9],[-4,-12],[-1,-14],[-13,-14],[-4,0],[-3,-1],[-5,2],[-3,1],[-7,2],[-3,1],[-2,0],[-12,2],[-14,2],[-2,1],[-8,-10],[-5,-22],[-1,-4],[-8,0],[-2,1],[-4,9],[-1,1],[-8,-17],[-1,-4],[-6,-5],[-6,0],[-8,3],[-3,1],[-2,-1],[-7,-9],[-10,-7],[-4,-12],[-12,-16],[-10,-14],[-8,-21],[-18,0],[-2,-2],[-3,-11],[-4,-8],[-9,-5],[-6,-6],[-3,-11],[-6,-15],[-2,-3],[-3,1],[-3,1],[-5,-2],[-5,-14],[-4,-10],[-1,-3],[-3,-1],[-3,-1],[-15,-6],[-6,-4],[-8,1],[-9,4],[-8,-1],[-13,2],[-6,4],[-9,-24],[-5,-12],[-5,-16],[-2,-20],[-2,-3],[-8,1],[-8,-5],[-1,-3],[-1,-2],[-1,-1],[-4,-4],[-11,5],[-11,6],[-3,2],[-3,17],[-7,20],[-7,27],[-6,8],[-7,5],[-6,-1],[-7,4],[-5,6],[-6,-1],[-6,-5],[-6,-4],[-2,0],[-12,0],[-7,8],[-9,8],[-9,7],[-11,12],[-10,21],[-5,17],[-1,0]],[[2474,4052],[0,1],[-2,12],[-5,18],[-2,11],[-1,10],[-2,13],[-2,12],[-5,1],[-7,0],[-2,-1],[-1,-1],[-1,-1],[-1,0],[-4,1],[-1,0],[-2,2],[-1,3],[-4,9],[-2,10],[2,13],[2,7],[1,2],[3,7],[4,7],[8,14],[12,22],[6,24],[4,13],[10,21],[3,6],[9,17],[2,4],[1,2],[3,3],[4,4],[2,-1],[0,-4],[1,-4],[2,-8],[5,-11],[5,-5],[16,2],[3,0],[5,0],[9,1],[5,1],[6,-1],[12,-5],[14,-11],[9,6],[8,18],[10,-5],[5,-2],[7,0],[6,1],[2,3],[3,3],[10,6],[14,5],[9,-1],[5,4],[4,8],[8,19],[5,7],[1,3],[2,5],[0,12],[0,31],[-2,12],[0,23],[1,31],[0,2],[1,6],[2,5],[1,6],[1,2],[3,4],[2,5],[3,7],[4,7],[1,7],[1,9],[1,6],[1,14],[2,15],[1,4],[1,2],[0,1],[19,2],[16,5],[-2,15],[1,15],[1,4],[3,7],[9,-6],[9,-9],[3,-6],[4,-8],[5,-10],[3,-1],[4,-1],[7,3],[8,4],[3,-3],[3,-2],[2,-1],[6,5],[5,6],[10,7],[4,2],[8,0],[21,0],[14,-2],[16,-3],[15,3],[2,1],[12,3],[10,3]],[[8846,4085],[20,-8],[-5,-51],[12,-39],[2,-53],[12,-35],[33,-54],[17,13],[0,-13],[20,-20],[8,-89],[6,-11],[-9,-28],[3,-11],[19,-20],[28,20],[8,-7],[26,20]],[[9046,3699],[5,-11],[11,-24],[5,-10],[5,-8],[4,1],[1,0],[2,-3],[1,-2],[5,-8],[2,-9],[0,-1],[2,-22],[4,-33],[1,-6],[7,-29],[4,-30],[5,-27],[0,-12],[2,-10],[1,-8],[3,-12],[3,-11],[-6,-7],[-5,0],[-2,-5],[-1,-2],[-1,-2],[0,-7],[-1,-7],[1,-8],[3,-29],[-3,-7],[-3,-6],[-9,-15],[-4,-4],[-6,8],[-8,-9],[-8,-12],[-4,0],[-4,1],[-14,8],[-2,-10],[15,-7],[0,-23],[0,-14],[1,-19],[-2,-8],[-4,-20],[-1,-11],[2,-16],[-4,-24],[-4,-10],[-8,-2],[-8,6],[-2,0],[0,-2],[0,-2],[-2,-11],[-1,-7],[3,-12],[1,-10],[2,-7],[0,-2],[-1,-3],[1,-13],[6,-21],[2,-7],[1,-2],[2,-1],[5,-1],[6,2],[6,4],[15,4],[-1,-4],[0,-5],[1,-4],[3,-19],[2,-7],[3,-7],[3,-16],[-2,-32],[-2,-13],[-2,-6],[-4,-3],[-4,-7],[-3,-9],[1,-22],[4,-9],[2,-3]],[[8591,3248],[-4,3],[7,29],[-5,14],[2,10],[-5,-2],[4,10],[-6,4],[3,7],[-7,24],[4,0],[2,9],[-4,6],[3,1],[-6,10],[-3,35],[-12,27],[1,11],[-4,2],[4,16],[-4,6],[2,9],[-8,4],[5,13],[-3,-1],[3,22],[-6,7],[2,32],[-5,9],[-1,-7],[-3,9],[-3,-5],[-1,8],[5,2],[-4,2],[3,13],[-7,15],[3,12],[-3,2],[5,9],[-12,22],[2,15],[-11,4],[2,2],[-3,9],[4,5],[-6,1],[5,9],[-5,4],[2,16],[-5,-7],[-5,13],[2,7],[-5,13],[-5,-6],[0,8],[-7,12],[24,20],[-5,26],[45,22],[1,35],[9,37],[9,4],[7,15],[5,-8],[10,7],[2,-9],[-12,-4],[2,-18],[-10,-12],[15,-28],[12,20],[6,-1],[-2,15],[3,11],[-4,-2],[-6,21],[2,29],[32,-7],[31,25],[29,11]],[[8703,3961],[8,6],[28,-6],[32,19],[24,37],[2,19],[8,9],[9,26],[21,20],[11,-6]],[[8659,4109],[-7,-9],[-1,-22],[11,-24],[0,-20],[25,-47],[1,-10],[9,-2],[6,-14]],[[8317,2519],[3,61],[-7,32],[-4,-2],[-2,11],[-6,1],[-15,-6],[-6,11],[1,18],[-14,18],[12,47],[16,-6],[9,24],[-8,15],[5,16],[-13,49],[-2,31],[20,-24],[35,-108],[10,11],[2,19],[-3,2],[3,20],[-6,20],[-2,31],[-7,4],[-5,46],[-16,30],[-3,14],[3,4],[-10,17],[4,7],[0,23],[-16,22],[-5,50],[-13,7],[-9,25],[2,16],[4,3],[0,21],[-18,8],[-5,22],[-12,-8],[-5,16],[-4,2],[-7,-25],[-18,37],[-11,-4],[-2,15],[-7,-4],[0,17],[-23,40],[14,42],[0,13],[-13,6],[6,11],[14,-4],[0,29],[-13,15],[-7,22],[-4,34],[3,76],[-9,24],[-20,22],[2,9],[-6,22],[1,35],[5,46],[14,48],[-7,28],[2,6],[10,-6],[27,18],[11,31],[24,32],[-23,53],[-8,29],[-4,0],[0,50],[-30,58],[7,56],[-6,21],[-5,65],[-13,-8],[-8,17],[-7,-6],[-10,23],[-5,-1],[1,14],[-5,0],[-2,10],[17,42],[10,0],[4,15],[6,-1],[6,21],[11,9],[5,26],[18,7],[1,17],[8,-1],[4,-23],[8,-4],[6,-17],[12,2],[4,9],[-2,15],[7,1],[5,-1],[2,-12],[12,9],[15,-7],[17,-22],[10,4],[19,29],[21,-3],[12,11],[29,88]],[[8365,4369],[29,-15],[26,-35],[24,12],[36,-19],[9,9],[10,-2],[15,-20],[7,-29],[11,-13],[7,-35],[14,-26],[10,7],[0,59],[13,4],[5,-14],[3,25],[12,7],[5,13],[0,24],[5,24],[4,-5],[11,9],[3,-32],[6,-5],[-7,-19],[2,-10],[12,13],[-5,-35],[-6,-15],[4,-32],[7,-6],[-4,-18],[2,-19],[-6,-14],[10,-1],[-1,-11],[6,-10],[8,4],[7,-30]],[[3551,2625],[-7,15],[-2,7],[-7,18],[-12,20],[-16,6],[-8,4],[-5,4],[-7,8],[-7,6],[-6,-4],[-10,-15],[-12,-13],[-5,-7],[-9,-4],[-9,-3],[-9,0],[-6,0]],[[3339,3405],[4,21],[16,19],[3,17],[9,13],[1,17],[14,31],[39,-69],[14,20],[2,14],[11,6],[0,11],[34,-1],[8,-11],[15,14],[10,35],[9,5],[9,-3],[3,-27],[7,-13],[14,7],[9,18],[12,-22],[36,77],[7,38],[26,-11],[3,-15],[21,10],[9,-25],[23,-15],[20,-25],[18,13],[29,-4],[10,30],[31,27],[37,-18],[11,9],[11,43],[11,-1],[4,45],[-4,-3],[-12,15],[2,26],[-11,21],[0,23],[4,26],[21,13],[10,48],[23,-13],[25,16],[4,12],[23,6],[2,-18],[18,-9],[13,23],[5,30],[7,5],[5,20],[27,20],[7,43],[13,26],[1,48],[-7,9],[-2,48],[18,14],[27,-13],[10,9],[14,27],[21,14],[-4,17],[1,21],[-33,44],[-4,32],[-5,-8],[-6,18],[-9,98],[-12,7],[-22,42],[18,18],[13,43],[0,15],[19,33],[-18,40],[-15,16],[-87,44],[-6,43],[6,60]],[[3989,4754],[4,7],[4,24],[3,27],[4,16],[4,18],[5,18],[5,19],[8,22],[2,4],[4,2],[2,0],[4,-3],[3,-1],[3,-1],[7,4],[4,5],[5,4],[2,1],[2,-2],[12,-13],[9,-8],[3,2],[6,8],[3,5],[0,9],[3,5],[8,12],[13,3],[19,2],[14,-6],[14,-11],[6,-6],[4,3],[10,6],[7,4],[3,-4],[11,-9],[3,-2],[1,-2],[6,-11],[3,-12],[4,-14],[6,-2],[15,3],[1,1],[1,1],[2,5],[6,19],[1,2],[1,2],[1,1],[2,-6],[-1,-8],[-1,-12],[-4,-19],[-3,-7],[-4,-9],[-5,-6],[-2,-3],[-1,0],[-1,0],[-5,-10],[-2,-12],[9,-25],[6,-15],[8,-16],[10,-7],[8,-4],[9,-21],[15,-18],[9,-17],[10,-18],[-3,-9],[-5,5],[-6,2],[-9,-5],[-4,-7],[-9,-18],[-5,-10],[-1,-2],[-2,-7],[0,-2],[0,-2],[5,-16],[-3,-9],[-5,-7],[-3,-7],[-4,-8],[-3,-10],[-2,-12],[0,-4],[1,-9],[3,-17],[1,-8],[5,-7],[5,-9],[2,-18],[2,-14],[4,-7],[6,-12],[2,-6],[5,-7],[4,-4],[8,-6],[3,0],[8,-2],[10,1],[7,0],[6,6],[2,0],[5,-3],[1,-5],[1,-14],[1,-12],[0,-3],[0,-16],[1,-4],[1,-4],[6,-11],[14,-11],[8,-5],[10,-6],[3,-5],[3,-7],[-1,-10],[0,-9],[1,-4],[11,-22],[11,-20],[8,-15],[10,-12],[12,-14],[5,-6],[5,-3],[12,-15],[6,-8],[10,-13],[13,-14],[9,-4],[2,1],[1,3],[1,18],[-1,13],[3,7],[3,-2],[9,-10],[8,-14],[5,-14],[1,-10],[5,-17],[6,-6],[7,1],[8,17],[2,6],[2,9]],[[3266,3580],[38,23],[14,17],[22,128],[11,21],[-7,42],[3,11],[-10,23],[-3,46],[-7,12],[1,33],[-4,20],[21,39],[24,-2],[3,6],[-1,31],[-17,49],[6,12],[14,-4],[4,10],[-4,10],[6,15],[16,-8],[16,20],[5,29],[-12,18],[2,7],[25,2],[-1,9],[8,10],[-3,9],[6,2],[6,-14],[7,6],[27,-30],[4,-10],[2,-34],[15,-15],[17,11],[-1,7],[10,11],[0,8],[8,-8],[6,4],[3,15],[16,2],[12,-12],[25,9],[31,-20],[13,10],[7,17],[0,60],[8,27],[-4,3],[-7,41],[3,3],[4,73],[5,17],[-5,21],[7,29],[-5,7],[-1,46],[-15,26],[3,18],[-3,16],[21,39],[-5,12],[-2,34],[24,99],[-16,33],[9,29],[-4,16],[4,4],[-2,20],[32,31],[0,19],[-7,4],[-13,70]],[[3681,4974],[7,6],[9,-1],[8,-9],[4,-10],[4,-11],[6,1],[7,4],[7,5],[10,7],[10,8],[16,9],[10,4],[14,6],[10,-4],[10,3],[2,-9],[1,-9],[-2,-24],[-2,-17],[0,-10],[1,-7],[2,-5],[4,-6],[5,-8],[3,-5],[2,-7],[5,-25],[11,-40],[3,-5],[3,-2],[4,-5],[10,-15],[15,-21],[-1,-4],[0,-4],[8,-26],[3,-12],[6,1],[6,0],[5,1],[5,6],[12,14],[7,10],[4,6],[3,5],[1,1],[37,-12],[13,-4]],[[7720,3667],[-2,33],[5,34],[6,7],[21,5],[10,-23],[12,-4],[20,13],[6,-14],[38,6],[7,-7],[21,18],[7,38],[-7,72],[7,41],[26,14],[9,-3],[23,23],[-2,39],[11,23],[-6,64],[13,49],[18,30],[-2,18],[-11,11],[7,16],[36,32],[7,1],[8,-14],[5,2],[-2,21],[8,12],[-5,25],[8,28],[16,22],[17,11],[5,14],[13,-3],[8,9],[22,35],[5,22],[23,23],[16,43],[21,22],[6,17],[23,13],[6,29],[15,9],[32,-54],[19,6],[8,15]],[[8277,4510],[23,-7],[6,21],[7,7],[18,-8],[21,-32],[-2,-62],[15,-60]],[[7107,4628],[-17,-4],[-9,14],[-3,-30],[0,-10],[11,-17],[-2,-35],[9,-22],[1,-13],[11,-21],[11,20],[10,3],[1,-15],[16,-49],[-8,-36],[10,-23],[34,-10],[11,-14],[10,10],[2,-9],[14,-13],[-2,-45],[9,-18],[15,-144],[28,-39],[-2,-12],[22,-59],[23,-14],[27,32],[13,4],[26,-20],[-10,-5],[-2,-42],[21,-22],[11,-45],[-2,-28],[12,-13],[11,7],[7,-18],[1,-15],[-8,-24],[-2,-34],[7,-22],[1,-37],[12,-33],[3,-25],[9,-20],[4,-25],[17,2]],[[6647,3978],[0,20],[14,35],[22,10],[0,20],[6,5],[-1,26],[8,60],[-6,34],[-1,43],[6,12],[12,-5],[3,10],[20,-7],[1,16],[9,14],[-2,8],[4,22],[11,21],[2,39],[11,28],[19,11],[22,63],[-5,17],[1,20],[-4,10],[-7,-5],[-5,6],[2,19],[-11,95],[13,14],[5,18],[14,7],[5,17],[3,20],[-6,48],[15,-11],[13,20],[11,-20],[9,0],[4,-13],[-6,-18],[3,-16],[10,1],[6,-35],[13,15],[11,1],[56,-35],[7,-28],[14,-7],[7,-1],[17,27],[30,7],[18,14],[4,37],[13,0],[17,-16],[33,3],[1,-14],[-11,-32]],[[2941,4596],[15,-5],[4,-4],[1,-1],[10,-4],[18,-5],[11,-1],[7,-5],[6,-6],[7,-2],[8,-1],[2,0],[2,1],[4,4],[1,4],[1,8],[3,29],[2,16],[3,17],[14,-1],[15,10],[22,14],[4,2],[4,-2],[14,15],[16,3],[13,-2],[10,5],[17,8],[14,3],[5,1],[5,-3],[12,9],[7,5],[5,3],[12,2],[9,8],[8,-2],[5,-17],[1,-5],[2,-11],[1,-9],[4,-3],[7,0],[1,1],[2,1],[1,5],[2,8],[3,6],[4,4],[2,-1],[6,-3],[8,-7],[2,0],[4,2],[8,9],[7,-4],[7,-7],[11,-14],[4,-5],[6,0],[10,1],[6,2],[13,5],[8,-2],[6,-5],[3,-6],[4,-5],[5,-6],[12,1],[6,3],[8,8],[4,2],[4,3],[3,2],[6,9],[3,2],[9,4],[6,0],[4,0],[4,-16],[0,-27],[16,7],[5,2],[3,1],[3,2],[2,2],[2,2],[1,3],[1,3],[1,3],[0,5],[1,5],[0,3],[0,3],[-1,3],[-1,7],[-3,19],[-1,5],[0,3],[-1,4],[0,13],[-2,18],[-1,12],[-1,9],[-2,11],[0,2],[-2,11],[-4,10],[-9,37],[-4,19],[0,3],[0,5],[-1,5],[0,3],[-2,7],[-1,3],[-1,4],[-2,3],[-5,11],[-3,5],[-1,4],[-3,9],[-1,5],[-2,9],[0,5],[-3,23],[-3,42],[6,0],[2,-1],[20,-2],[2,6],[8,15],[3,4],[7,3],[7,3],[12,13],[14,20],[3,4],[4,11],[6,20],[8,26],[9,23],[4,8],[9,5],[2,-7],[6,-15],[0,-3],[2,-14],[-4,-20],[-5,-18],[-7,-23],[-8,-26],[-4,-31],[-3,-27],[6,-26],[1,-2],[3,-4],[2,-3],[3,-5],[3,-14],[0,-2],[7,-3],[4,-1],[5,7],[1,2],[5,14],[8,13],[10,9],[9,-1],[18,9],[18,6],[5,3],[5,2],[12,6],[1,-3],[-2,-9],[0,-1],[-1,-3],[5,-8],[1,0]],[[5188,4747],[21,-5],[10,14],[7,-16],[6,-39],[-22,-66],[-1,-71],[-19,-19],[-17,-33],[9,-58],[-13,-37],[4,-29],[-3,-11],[19,-73],[15,-5],[15,-33],[4,-25]],[[4608,4331],[0,4],[-1,10],[-5,9],[-8,8],[-4,7],[-3,6],[0,5],[0,3],[1,6],[6,18],[9,21],[2,7],[10,25],[4,11],[1,12],[-10,26],[-5,18],[-1,28],[5,17],[8,5],[6,2],[5,0],[8,0],[1,1],[4,8],[-1,13],[-5,4],[-3,10],[-2,5],[-1,15],[5,12],[7,20],[3,14],[5,12],[8,17],[8,15],[7,13],[1,7],[3,20],[-2,16],[-2,10],[-3,5],[-3,8],[-3,9],[-1,5],[0,7],[-1,19],[-4,16],[-1,1],[-5,7],[-3,18],[-1,14],[0,2],[0,6],[2,20],[1,9],[0,9],[1,9],[-2,11],[-2,5],[-3,8],[-3,1],[-6,3],[-7,12],[-2,6],[-4,14],[-7,18],[-4,16],[-2,4],[-2,5]],[[4607,5058],[-4,46],[19,-7],[16,24],[17,7],[-2,46],[6,-11],[-1,14],[7,-3],[-4,11],[2,9],[5,3],[9,-11],[3,5],[5,-12],[18,-6],[10,24],[14,5],[7,23],[11,10],[31,-24],[10,37],[-5,7],[2,8],[16,0],[8,-30],[-1,-32],[26,-51],[4,-40],[9,-5],[7,8],[14,-19],[0,-26],[10,-22],[6,-71],[22,-6],[4,-17],[30,-38],[27,3],[12,14],[31,-31],[14,9],[14,-27],[10,7],[19,-15],[8,-25],[9,17],[29,3],[2,-23],[-5,0],[6,-20],[8,-2],[0,-38],[8,-19],[22,-8],[2,-18],[16,-15],[9,4],[9,17]],[[8846,4085],[12,33],[19,19],[1,21],[-11,13],[17,8],[6,11],[2,11],[-5,12],[20,33],[-2,11],[11,20],[7,38],[-3,38],[-9,8],[-10,40],[-17,24],[8,55],[-4,21],[22,65],[1,64],[12,14],[5,-2],[13,25],[-7,26],[7,13],[20,5],[4,10],[1,15],[-6,31],[6,26]],[[8966,4793],[16,-37],[25,14],[24,107]],[[9031,4877],[0,-3],[2,-3],[1,-3],[5,-6],[13,-13],[2,-3],[2,0],[5,0],[10,-7],[5,-4],[6,-4],[12,-5],[12,-5],[2,-1],[1,-5],[2,-4],[9,-22],[13,-8],[7,-1],[3,4],[4,6],[1,2],[3,8],[8,-3],[8,-7],[11,-10],[13,-15],[4,-4],[6,-9],[9,-14],[6,-13],[3,-4],[5,-6],[1,-1],[8,-9],[10,-4],[6,-3],[2,0],[4,2],[3,1],[6,4],[11,9],[5,2],[1,1],[10,13],[9,7],[2,1],[1,0],[3,0],[4,-1],[14,-12],[5,-4],[5,-10],[4,-21],[4,-35],[3,-2],[3,0],[7,0],[0,-12],[-2,-11],[-1,-3],[-1,-3],[0,-4],[1,-5],[5,-21],[4,-18],[2,-12],[0,-6],[0,-6],[-2,-6],[-3,-16],[-8,-14],[1,-15],[4,-12],[4,-4],[5,-3],[5,2],[5,2],[4,-4],[3,-3],[2,-6],[0,-5],[2,-13],[3,-11],[3,-10],[6,-9],[10,-7],[2,0],[1,-1],[3,-10],[1,-2],[0,-2],[-3,-5],[-2,-4],[-3,-4],[-7,-11],[2,-13],[1,-16],[0,-9],[-4,-6],[-4,-5],[-2,-3],[-3,-4],[-1,-2],[-1,-13],[-4,-12],[-1,-2],[-4,-5],[-9,-7],[-13,-12],[-6,9],[-3,8],[-1,1],[-4,-6],[-2,-3],[-2,-5],[-5,-18],[1,-7],[1,-9],[4,-17],[1,-6],[4,-15],[7,-18],[2,-8],[2,-8],[1,-5],[0,-6],[0,-4],[-8,-22],[-2,-6],[-3,-12],[0,-3],[-1,-4],[1,-6],[-1,-11],[-3,-10],[-11,-22],[-3,-4],[-3,-3],[-5,-1],[-3,1],[-3,-1],[-2,-2],[-6,-9],[-4,-7],[-6,-22],[-9,-16],[-12,-14],[-4,-6],[-8,-9],[-3,-2],[-4,0],[-5,-4],[-9,-9],[-1,-2],[-1,-3],[-2,-16],[-2,-20],[-1,-7],[-2,-2],[-2,-1],[-8,1],[-3,1],[-15,0],[-13,8],[-11,6],[-17,1],[-5,0],[-1,-1],[-9,-15],[0,-18],[-1,-19],[-11,-19],[-5,-8],[-3,11],[-3,9],[-5,7],[-5,5],[0,3],[-1,4],[0,5],[1,6],[2,5],[2,3],[1,2],[0,6],[-4,9],[-6,2],[-1,0],[-9,0],[-6,4],[-1,2],[-3,3],[-5,3],[-5,2],[-1,-1],[-1,0],[-9,-10],[-4,-6],[-1,-3],[0,-2],[0,-2],[0,-15],[2,-13],[2,-12],[1,-6],[1,-6],[1,-3],[6,-15],[3,-13],[-6,-9],[-1,-5],[-1,-5],[-1,-8],[1,-4],[2,-5],[1,-2],[1,-2],[1,-2],[1,-5],[0,-4],[1,-3],[-1,-14],[-1,-6],[-5,-26],[-4,-3],[-6,-4],[-6,-3],[-3,-1],[-4,-5],[-1,-4]],[[7284,5167],[23,-6],[41,11],[2,-33],[-21,-12],[-13,-16],[-4,-16],[-15,-10],[-15,-33],[-7,-31],[3,-18],[-6,-2],[3,-5],[-6,-12],[-4,-28],[10,-46],[1,-36],[-11,-11],[-10,-37],[3,-22],[5,-8],[1,-38],[-10,-27],[6,-27],[-7,-33],[-18,-17],[-21,2],[-7,-7],[-3,6],[-22,-15],[-17,6],[-48,-25],[-10,7]],[[5314,4159],[5,-7],[9,10],[6,-6],[12,4],[26,-33],[49,-14],[50,5],[9,-10],[13,3],[-7,44],[3,25],[12,38],[27,42],[15,71],[-11,23],[-8,58],[2,8],[12,4],[-1,30],[-27,91],[-29,-6],[0,16],[-14,7],[-11,-7],[-3,35],[10,39],[-7,91],[2,36],[12,47],[5,47],[-2,27],[12,18],[27,17],[-3,42],[20,8],[6,45],[30,58],[0,14],[21,-22],[61,24],[14,-17],[15,44],[-2,5],[10,-14],[11,10],[3,-18],[11,2],[11,-17],[10,1],[5,-25],[17,-23],[20,17],[22,0],[41,-46],[24,21],[12,-8]],[[5871,5013],[12,-38],[46,-86],[-11,-157],[10,-5],[-5,-30],[13,3],[6,-8],[20,13],[17,1],[3,14],[8,0],[12,15],[29,10],[4,15],[13,12],[19,-2],[11,13],[9,-8],[9,5],[6,19],[7,2],[18,30],[16,-9],[19,1],[-13,-32],[15,-53],[21,-33],[6,-24],[12,-9],[23,15],[19,-25],[9,6],[13,-12],[10,8],[8,-3],[10,41],[34,39],[14,1],[31,33],[-3,40],[7,16],[30,15],[4,-14],[17,-1],[14,15],[3,27],[21,22],[7,-1],[5,22],[18,26]],[[6497,4942],[17,-14],[21,13],[14,52],[-9,31],[3,13],[11,25],[7,0],[18,20],[26,-10],[13,3],[8,4],[7,21],[4,0],[11,22],[0,-6],[9,1],[8,9],[14,-4],[5,-13],[5,8],[17,-10],[-1,19],[7,29],[24,12],[34,92],[12,-20],[12,0],[9,-20],[22,-25]],[[6825,5194],[-4,-14],[6,-13],[23,-25],[12,-33],[42,45],[13,-4],[12,27],[19,-2],[-2,-18],[12,-19],[23,25]],[[6981,5163],[4,3],[15,-37],[6,-21],[0,-37],[47,-27],[3,7],[17,-1],[4,25],[27,59],[21,17],[7,24],[18,-13],[14,5],[31,24],[11,18],[7,0],[31,-47],[27,10],[13,-5]],[[4532,5509],[8,14],[4,9],[2,2],[4,13],[1,4],[0,3],[1,4],[0,4],[0,3],[-1,4],[0,2],[0,7],[-3,15]],[[4548,5593],[14,-33],[5,9],[6,-9],[-2,-15],[5,-16],[17,-29],[27,13],[5,11],[-2,26],[8,-11],[2,-14],[19,-2],[1,-22],[9,-10],[-10,-25],[8,-18],[3,-23],[9,12],[8,-3],[2,-17],[8,-14],[3,6],[20,-17],[-13,-14],[-2,-41],[-7,-22],[-21,-9],[-5,5],[-4,-26],[-16,-7],[5,-60],[-11,-14],[-15,40],[-29,-20],[-8,-14],[-1,7],[-9,3],[-5,-16],[-5,-1],[-21,45],[7,49],[-12,49],[-13,25],[26,91],[-22,47]],[[7969,5203],[31,-134],[22,7],[24,-28],[11,-42],[16,24],[8,29],[27,-6],[1,-25],[-5,-31],[6,-20],[-2,-26],[14,-76],[-4,-67],[12,-4],[12,-17],[-4,-29],[6,-6],[23,12],[10,20],[13,9],[2,-13],[10,3],[20,-18],[22,11],[11,-20],[4,-39],[12,-18],[19,12],[7,-27],[-8,-44],[-10,-20],[1,-23],[-6,-17],[3,-70]],[[7284,5167],[54,21],[3,8],[-3,14],[12,32],[7,-15],[19,4],[12,-18],[20,11],[22,-11],[13,40],[-3,11],[3,6],[-11,6],[-1,18],[7,10],[2,38],[9,10],[3,21]],[[7452,5373],[22,10],[31,-25],[6,5],[33,-12],[4,11],[1,23],[5,5],[-3,34],[7,42],[13,-3],[11,12],[9,-8],[13,24],[6,2],[9,-8],[20,0],[1,-7],[19,6],[20,-33],[1,-15],[13,8],[6,-8],[-3,-47],[9,-59],[16,1],[14,25],[7,-3],[15,-68],[6,0],[8,-12],[31,4],[10,-9],[13,2],[9,-6],[10,-20],[-3,-25],[-7,-9],[7,-24],[9,4],[10,-7],[30,14],[3,-11],[10,-4],[14,16],[18,-4],[27,13],[7,-4]],[[8659,4109],[28,20],[1,42],[8,15],[-4,28],[8,8],[-7,9],[3,5],[-9,8],[8,21],[-8,8],[4,7],[-8,10],[-2,34],[1,12],[5,-7],[2,13],[-9,27],[-3,43],[-10,26],[-2,30],[18,-5],[6,6],[10,-8],[-4,-35],[5,-39],[8,-13],[3,9],[-6,39],[5,23],[6,-9],[-5,-26],[11,15],[3,-31],[13,-10],[15,14],[-33,76],[13,88],[-6,12],[2,16],[-15,20],[-9,45],[11,49],[11,9],[16,57],[-2,38],[6,16],[-1,42],[5,12],[-9,44],[23,102],[-2,18],[-7,-4],[-7,7],[7,12],[-7,11],[2,13],[-9,4],[-1,9],[-13,-3],[-6,12],[-27,-29],[-12,18],[10,9],[20,-7],[6,29],[3,-6],[25,22],[-12,60]],[[8735,5199],[13,-6],[12,10],[13,93],[21,-7],[5,73],[7,-1],[-2,5],[26,-12]],[[8830,5354],[7,-3],[2,10],[4,-1],[33,-28],[-13,-64],[8,-32],[-1,-42],[-6,-16],[3,-17],[-8,-40],[2,-41],[13,-44],[3,-37],[8,-13],[-3,-24],[11,-5],[22,-28],[22,8],[8,-4],[-6,-32],[27,-108]],[[9183,5161],[-2,-13],[5,-11],[11,-29],[1,-2],[1,-6],[1,-7],[-4,-9],[-3,-5],[-2,-5],[-1,-5],[-2,-8],[-6,-6],[-3,-3],[-4,-1],[-4,-2],[-16,-13],[-12,-8],[-8,-3],[-6,-7],[-11,-15],[-5,-15],[-8,-15],[-4,-17],[0,-10],[-1,-7],[-2,0],[-5,1],[-4,0],[-6,5],[-2,3],[0,2],[-2,11],[-6,37],[-3,0],[-3,-1],[-3,-4],[0,-18],[-2,-18],[-1,-6],[-2,-11],[-1,-10],[0,-7],[0,-4],[1,-3],[0,-4],[-2,-3],[-5,-7],[-3,-4],[-4,-3],[-3,-2],[-3,-1],[-3,-3],[-1,-1],[-4,-7],[-1,-2],[1,-2]],[[8830,5354],[0,20],[11,51],[11,6]],[[8852,5431],[38,-25],[-9,-5],[4,-25],[-4,-23],[10,-23],[10,13],[12,47],[11,9],[4,-6],[5,12],[2,46],[18,25]],[[8953,5476],[23,-38],[7,-27],[23,-28],[4,17],[17,-11],[26,-1],[7,16],[28,-61],[5,21],[26,-4],[4,-22],[12,-1],[6,-36],[-11,-49],[2,-9],[13,-15],[3,-31],[35,-36]],[[8711,5289],[-41,-70],[18,-48],[19,18],[16,44],[-1,-11],[5,-16],[8,-7]],[[7969,5203],[-4,29],[7,6],[8,69],[-13,20],[-12,57],[19,19],[5,34],[15,10],[2,39],[-12,27],[-1,17],[-9,13],[6,24],[10,6],[2,22]],[[7992,5595],[25,5],[5,10],[29,16],[5,15],[22,-24],[2,-10],[25,21],[32,-6],[8,-48],[9,-29],[0,-35],[17,17],[14,3],[5,16],[8,-21],[18,-16],[1,-37],[-6,-13],[8,-28],[-1,-24],[-7,-27],[1,-32],[-9,-19],[25,1],[13,54],[43,18],[-3,16],[-6,6],[2,8],[24,35],[25,0],[29,23],[10,-26],[-2,-19],[7,-19],[10,17],[9,-11],[2,13],[8,2],[4,13],[21,16],[8,14],[1,-35],[10,-18],[-6,-22],[7,1],[30,34],[23,-17],[12,1],[8,12],[0,9],[10,-5],[2,-14],[13,-16],[6,-20],[16,8],[21,-7],[10,-25],[12,9],[5,-5],[21,23],[14,3],[4,-8],[-5,-9],[28,-48],[15,-7],[22,-45]],[[9437,5423],[-10,-104]],[[9427,5319],[-56,23],[-16,2],[0,-6],[-15,11],[-11,30],[-10,80],[11,18],[22,9],[0,-40],[11,6],[74,-29]],[[8711,5289],[7,-11],[5,24],[5,113],[8,3],[7,54],[11,1],[-20,20],[0,19],[-8,5],[3,40],[8,27],[8,-10],[6,33],[6,-3],[-6,18],[-6,2],[4,9],[-2,8],[23,19],[1,10],[-3,-104],[65,-10],[2,37],[5,-4],[8,-53],[-5,-17],[-12,-8],[-3,-12],[22,-26],[-3,-16],[5,-26]],[[9245,5601],[0,-21],[-9,-33],[2,-11],[-39,-32],[-16,-38],[3,-21],[-2,-19],[10,-60],[-13,4],[-8,-7],[-6,27],[-24,43],[-18,45],[1,12],[-7,9],[-2,27],[12,22],[-7,29],[0,33],[-10,18],[0,21],[20,1],[12,14],[28,6],[5,13],[13,-8],[30,30],[25,-104]],[[4945,6173],[0,-16],[-8,-4],[4,-27],[26,-11],[1,-8],[6,5],[6,-16],[20,-15],[10,-20],[23,-4],[1,-16],[-3,-6],[5,-21],[-11,-20],[3,-10],[-9,-8],[3,-44],[-5,-4],[-1,-12],[-11,7],[-5,11],[-8,-4],[-3,16],[3,18],[-13,13],[-22,7],[-8,23],[-23,-13],[-12,-22],[2,-5],[-5,-14],[0,-19],[3,-4],[6,-58],[-5,-8],[1,-14],[-6,-6],[6,-24],[-4,-28],[3,-37],[-4,-13],[-11,-9],[2,-19],[7,-12],[-1,-23],[12,-16],[11,-34],[3,-26],[-11,-5],[6,-27],[-10,-16],[0,-8],[5,1],[-2,-46],[4,-6],[0,-16],[26,-11],[4,-33],[46,4],[4,-15],[20,-16],[12,-22],[16,-11],[3,-10],[16,21],[7,-5],[23,10],[11,-4],[24,16],[21,-1],[14,-13],[5,5],[3,-35],[8,-13],[6,10],[5,-10],[11,5],[5,24],[23,2],[-2,-16],[6,-5],[9,-33],[-4,-26]],[[5248,5298],[-26,-16],[-38,38],[-11,1],[-17,14],[-10,-31],[-15,-22],[-4,-38],[3,-11],[-10,-46],[-2,-31],[53,-55],[38,-10],[0,-14],[21,3],[38,-17],[-6,-42],[-14,-29],[-4,-47],[-20,-27],[-7,7],[-3,-4],[-14,-33],[2,-33],[-14,-47],[1,-10],[-8,-9],[7,-42]],[[4607,5058],[-12,11],[-5,4],[-14,16],[-5,5],[-3,2],[-8,1],[-3,-3],[-1,-7],[-2,-13],[-2,-7],[-3,-6],[-5,-1],[-6,-4],[-3,-13],[-5,-5],[-11,0],[-6,0],[-6,2],[-2,0],[-14,1],[-7,4],[-3,7],[-5,4],[-7,-1],[-2,-1],[-8,-8],[-5,1],[-2,0],[-4,2],[-1,4],[-10,20],[-13,23],[0,12],[1,11],[5,18],[4,16],[4,11],[2,7],[3,6],[7,2],[7,3],[4,7],[2,6],[-1,19],[1,13],[4,7],[2,2],[3,12],[2,6],[-3,24],[-10,-3],[-7,-2],[-2,2],[0,4],[2,6],[2,5],[2,6],[1,1],[1,1],[2,2],[7,28],[13,24],[9,17],[1,2],[2,5],[3,4],[2,5],[2,7],[6,19],[9,34],[1,5],[0,3],[3,16],[3,12],[1,5],[0,3],[2,4],[0,3],[3,5],[0,2],[3,6]],[[4548,5593],[-17,54],[-1,2],[-6,21],[-1,2],[0,3],[-2,7],[-5,25],[-4,18],[-10,43],[-1,6],[-1,4],[-1,3],[-1,4],[-2,6],[-3,8],[-3,8],[-6,16],[-2,7],[-5,14],[0,2],[-1,4],[-2,6],[0,3],[-4,18],[0,4],[-1,4],[-1,8],[-9,24],[-3,-3],[-2,-1],[-2,0],[-1,-1],[-3,0],[-2,1],[-1,1],[-1,2],[-2,2],[0,2],[-1,3],[0,4],[0,7],[0,4],[0,3],[0,3],[1,3],[0,3],[0,3],[1,8],[-1,3],[0,3],[-1,2],[-2,3],[-2,3],[-2,2],[-2,2],[-2,2],[-3,1],[-2,1],[-3,1],[-4,0],[-5,1],[-4,1],[-6,1],[-4,1],[-3,1],[-2,1],[-2,1],[-1,1],[-2,2],[-2,3],[-4,5],[-2,3],[-2,3],[-1,4],[-1,2],[-1,5],[-1,2],[0,3],[-1,5],[-1,4],[0,6],[-2,11],[-4,44],[-1,11],[-1,6],[-1,7],[-1,6],[-1,7]],[[4363,6131],[22,0],[20,-21],[7,53],[6,4],[11,59],[14,6],[17,43],[8,7],[11,1],[2,-11],[3,5],[12,-10],[13,-33],[8,-2],[13,18],[22,6],[8,13],[-1,9],[7,5],[8,-16],[10,-1],[18,34],[6,-6],[2,-20],[-6,-24],[19,6],[-4,-16],[10,-25],[-3,0],[-4,-21],[7,9],[13,0],[6,-18],[-5,-15],[2,-11],[3,4],[9,-10],[1,11],[3,-11],[3,4],[0,-16],[6,-13],[9,8],[16,-16],[14,9],[-4,-27],[14,-2],[24,24],[1,-11],[-7,-21],[-7,-5],[2,-27],[7,-4],[-4,-3],[5,-11],[-2,-12],[26,22],[6,-9],[37,3],[5,14],[10,4],[2,13],[14,3],[4,19],[11,-2],[11,16],[7,-9],[4,11],[8,-5],[23,25],[10,-3],[-1,30],[8,18],[10,-9],[0,11],[7,1],[5,-10]],[[7063,6046],[18,-11],[16,9],[10,-6],[-6,-24],[4,-4],[-12,-14],[6,-9],[12,1],[-5,-29],[-7,-12],[2,-9],[-5,-5],[-3,-37],[3,-28],[4,2],[5,-14],[7,23],[9,-4],[3,9],[7,-1],[6,-14],[5,15],[11,-6],[7,7],[4,-33],[11,-16],[0,-15],[5,-2],[-10,-17],[1,-7],[-15,6],[-32,-28],[0,-48],[-9,-23],[-16,-17],[-10,-39],[-10,-18],[4,-28],[-2,-14],[7,1],[3,-17],[9,-9],[-1,-24],[-54,-38],[1,-35],[-6,-5],[1,-14],[-22,-15],[-2,-13],[9,-3],[1,-16],[-20,-5],[-13,-20],[-17,-5],[-14,-18],[13,-65],[27,-22],[-34,-59],[-2,-14],[14,-27]],[[6825,5194],[10,27],[-14,12],[-16,30],[-15,87],[25,34],[1,19],[-27,43],[-1,30],[16,33],[-2,26],[5,8],[-5,11],[-13,8],[-2,17],[33,49],[30,17],[15,44]],[[6865,5689],[23,7],[16,37],[9,9],[3,16],[18,4],[-3,37],[11,19],[4,-16],[4,0],[-1,34],[4,12],[-11,15],[-10,79],[2,29],[11,33],[0,19],[15,10],[20,-7],[8,10],[12,-1],[27,29],[36,-18]],[[8987,5696],[-7,-11],[-1,-13],[-17,-19],[-8,-1],[-10,-14],[-10,7],[47,-78],[5,-18],[-21,-44],[7,-14],[-19,-15]],[[7992,5595],[-9,18],[4,12],[-3,42],[20,20],[2,19],[15,2],[10,30],[3,31],[7,8],[13,-7],[3,-15],[-4,-40],[16,2],[4,12],[-1,19],[30,44],[-1,21],[6,11],[28,15],[2,16],[10,8],[9,28],[6,6],[25,-12],[18,19],[25,-5],[14,15],[7,18],[41,13],[11,20],[2,24],[5,4]],[[8310,5993],[9,-2],[24,-30],[20,4],[8,12],[17,-35],[7,-2],[5,9],[6,-7],[7,-18],[-2,-25],[-7,-8],[5,-24],[18,8],[7,21],[15,-8],[3,17],[10,0],[13,20],[-2,-21],[-7,6],[3,-21],[-6,-21],[12,-14],[6,24],[15,2],[3,7],[9,-15],[-10,-19],[-3,-13],[4,-7],[-1,-14],[-11,-40],[8,-23],[-2,-17],[20,0],[25,20],[3,9],[9,-10],[50,17],[3,-13],[-13,2],[-2,-9],[10,-17],[-8,-29],[24,-5],[8,-13],[3,-19],[5,10],[8,-2],[-18,21],[-1,11],[16,7],[38,-15],[11,31],[22,12],[9,29],[17,16],[11,-3],[2,-15],[10,-9],[-1,-6],[11,-1],[4,38],[13,7],[-14,14],[11,24],[10,-14],[-5,-12],[13,-7],[9,11],[22,5],[7,-12],[18,7],[66,-59],[13,-19],[2,4],[14,-32],[26,64],[15,-38],[-9,-39],[11,14],[-4,-18]],[[5840,6153],[-3,-4],[4,-27],[-11,-11],[-3,21],[-4,0],[-3,-34],[-15,-8],[-2,-29],[-10,-2],[18,-23],[7,6],[11,-5],[15,-24],[-13,-35],[8,-35],[10,-12],[-5,-46],[3,-20],[-17,-9],[-3,-40],[11,-37],[3,-28],[-7,-3],[12,-61],[22,-12],[10,-23],[10,13],[28,-6],[53,-57],[1,-35],[5,-9],[10,0],[-8,-36],[5,-23],[-4,-8],[-16,-11],[-26,-3],[-13,-19],[-8,-28],[-5,4],[-15,-31],[-38,-8],[1,-18],[8,-11],[-4,-28],[10,-39],[5,-7],[10,9],[15,-11],[-8,-31],[0,-22],[11,-25],[11,-46],[13,-21],[11,-64],[0,-7],[-23,-23],[-7,10],[-14,-3],[-16,-37],[-9,-8]],[[5248,5298],[14,7],[11,-10],[1,-19],[8,-23],[21,-11],[18,28],[6,-4],[13,20],[3,52],[10,19],[11,53],[5,17],[18,17],[-23,31],[-12,8],[-8,-5],[-3,10],[1,17],[14,30],[-2,10],[8,16],[-6,26],[13,3],[6,55],[26,3],[7,9],[8,28],[-12,45],[14,23],[-3,16],[8,30],[3,7],[15,-2],[15,-12],[-2,31],[11,4],[-2,17],[12,32],[14,15],[14,5],[-2,6],[10,18],[7,0],[2,7],[-7,9],[6,31],[-3,8],[11,19],[-9,30],[-2,46],[7,10],[30,8],[1,46],[8,25],[13,-23],[13,-7],[1,61],[20,55],[11,6],[3,38],[14,13],[5,17]],[[5642,6319],[10,15],[-7,10],[12,9],[4,-28],[2,-6],[3,9],[10,-27],[-5,-10],[12,7],[4,-17],[8,-1],[-14,-18],[6,-8],[-3,-9],[11,-14],[7,-33],[10,31],[24,-8],[1,29],[18,-1],[0,7],[4,-1],[7,-14],[22,22],[14,-21],[2,-14],[7,7],[3,-14],[-4,-12],[17,-12],[-1,-15],[14,-29]],[[6865,5689],[3,15],[-17,49],[1,14],[-15,34],[-6,31],[-19,26],[-1,40],[-25,-12],[-7,-24],[-25,15],[-13,22],[-5,-2],[-6,16],[-23,12]],[[6707,5925],[14,-2],[6,8],[-2,13],[6,17],[-4,-3],[-3,12],[6,30],[5,6],[-13,15],[1,16],[39,32],[3,19],[-11,23],[13,-5],[0,15],[8,16],[6,-2],[4,12],[6,2],[13,-19],[11,5],[7,-19],[1,-23],[8,-21],[8,3],[3,-13],[1,24],[18,-10],[10,5],[7,19],[45,15],[4,23],[22,25],[2,17],[6,2],[2,10],[24,-5],[1,31],[-4,9],[3,4]],[[6983,6231],[20,-23],[-5,-5],[2,-18],[6,-6],[11,2],[3,-11],[4,2],[2,9],[-9,13],[3,3],[19,-12],[-1,-17],[3,-5],[-30,-30],[8,2],[6,-20],[14,-4],[1,-10],[-4,-8],[23,-7],[-4,19],[5,5],[19,-28],[-1,-8],[-8,4],[-7,-32]],[[9427,5319],[-6,-69],[2,-107]],[[9423,5143],[-15,5],[-6,2],[-2,0],[-8,3],[-14,4],[-8,3],[-15,4],[-14,9],[-8,1],[-9,8],[-3,4],[-5,6],[-1,5],[-1,3],[1,6],[0,3],[-1,7],[-1,6],[-4,11],[-2,0],[-3,-2],[-3,-5],[-1,-1],[-3,0],[-4,1],[-2,2],[-4,5],[-3,2],[-4,3],[-4,0],[-2,-2],[-15,-9],[-9,-2],[-8,-7],[-22,-13],[-24,0],[-1,-2],[-2,-7],[2,-10],[-2,-10],[-5,-8],[-5,-6],[0,-1]],[[8987,5696],[15,-21],[16,20],[-5,12],[10,22],[-8,9],[7,11],[6,-5],[4,29],[0,13],[-4,3],[6,21],[-5,-2],[-2,7],[10,10],[0,15],[14,30],[10,7],[4,16],[24,23],[5,-10],[12,1],[13,21],[18,-9],[3,-8],[1,7],[9,4],[0,9],[8,-1]],[[9158,5930],[6,-33],[30,-76],[8,-11],[5,-36],[12,-11],[9,-22],[2,-27],[9,11],[12,45],[15,17],[31,78],[9,12],[-2,39],[3,21],[26,15],[-1,24],[10,21],[7,-17],[11,14],[11,-2],[17,16],[7,10],[2,26]],[[9397,6044],[32,-59],[17,-15],[18,-31],[68,-164],[-83,-219],[-12,-133]],[[6455,6306],[-9,8],[2,-12],[-4,-21],[-18,-7],[-6,-20],[-13,-7],[-4,-15],[-14,30],[-11,4],[-6,13],[-16,-2],[-6,53],[3,28],[9,7],[13,26],[4,21],[6,-2],[6,18],[7,3],[-1,-7],[8,-7],[10,7],[2,11],[9,11],[10,2],[5,-9],[10,24],[1,13],[5,2]],[[6457,6478],[2,-11],[11,7],[3,-6],[-3,-12],[-14,-4],[-4,-9],[7,-25],[-9,-33],[10,-12],[-5,-67]],[[6103,6422],[3,-5],[-13,-25],[-2,-16],[-15,4],[-8,-13],[-15,-6],[3,-29],[21,-21],[3,13],[15,17],[-1,8],[14,-3],[0,-18],[-10,-16],[2,-5],[-10,-7],[8,-8],[-12,-23],[-2,3],[-3,-13],[0,-17],[6,-12],[-22,12],[1,-30],[10,4],[10,-21],[5,2],[-5,-17],[-7,-6],[-5,-29],[18,-2],[-1,-8],[10,-7],[2,-25],[9,-1],[-5,-15],[4,-22],[7,-18],[7,9],[7,-25],[3,12],[9,-13],[16,19],[12,-3],[2,-12],[13,3],[3,-9],[8,13],[10,1],[12,37],[3,50],[11,19],[11,3],[4,-22],[-7,-37],[14,-20],[9,-50],[8,-14],[-15,-2],[1,-21],[-5,-15],[2,-20],[-14,-20],[5,-30],[15,-22],[-3,-16],[-9,-14],[-10,-4],[4,-15],[-4,-30],[37,-19],[11,8],[7,-10],[34,7],[11,-47],[11,4],[4,-26],[16,1],[3,-17],[24,-9],[0,-35],[-14,-48],[6,-24],[-12,-39],[5,-22],[-8,-18],[-5,-34],[19,-18],[2,-47],[10,-15],[-1,-6],[6,-3],[1,-24],[3,-5],[24,17],[4,-10],[-6,-21],[1,-18],[38,-44],[1,-20],[14,-31],[-2,-18],[15,-19],[-5,-16],[5,-20],[-3,-15],[-10,-21],[4,-11],[-3,-16],[-27,-13],[8,-17],[-1,-23],[21,-15],[2,-16],[11,-19],[-3,-12],[3,-8],[-6,-18],[2,-7]],[[5840,6153],[21,7],[1,11],[10,7],[7,22],[8,-7],[4,18],[9,14],[-2,26],[4,16],[-3,10],[6,7],[-2,31],[5,16],[-2,15],[5,-6],[7,12],[14,1],[7,-19],[7,16],[6,-15],[10,8],[10,14],[-3,8],[7,10],[-4,9],[5,8],[-6,23],[8,22],[4,6],[11,-10],[4,4],[-1,8],[14,36],[-4,4],[1,7],[12,8],[0,-21],[5,-2],[2,28],[7,11]],[[6034,6516],[9,-12],[4,13],[8,-1],[5,10],[3,-5],[-4,-10],[0,-21],[-8,7],[-2,-17],[23,-47],[-3,-22],[10,-7],[4,11],[20,7]],[[5534,6589],[5,-10],[-2,-12],[5,0],[4,-14],[22,-2],[6,-18],[16,0],[6,-14],[2,-55],[7,2],[5,-21],[9,4],[5,-14],[10,-3],[-1,-17],[4,-3],[-15,-31],[5,-12],[-3,-22],[18,-28]],[[4945,6173],[10,9],[-6,9],[4,15],[-4,11],[4,0],[2,12],[5,-11],[8,22],[-3,17],[-4,-9],[-19,-11],[-5,1],[-1,16],[16,54],[8,7],[8,19],[-2,12],[6,13],[0,17],[7,29]],[[4979,6405],[21,0],[7,-67],[2,14],[8,-14],[26,23],[12,-10],[-7,-14],[10,10],[4,44],[-3,19],[6,10],[-3,10],[3,11],[12,23],[14,-5],[10,8],[0,25],[37,53],[30,-1],[11,12],[19,-9],[13,21],[9,2],[2,10],[14,-5],[8,15],[8,-6],[17,12],[2,-15],[9,-7],[18,15],[11,-11],[11,31],[17,3],[6,16],[-2,16]],[[5341,6644],[24,2],[10,-12],[21,13],[10,-21],[11,-7],[1,7],[17,4],[3,14],[6,-39],[13,-5],[26,17],[24,-44],[18,-12],[3,3],[-2,12],[8,13]],[[6485,6538],[-15,-18],[-13,-42]],[[6455,6306],[18,-19],[-3,-16],[8,-17],[-1,-9],[18,-55],[7,-6],[1,-48],[14,-17],[37,-14],[29,-30],[8,-25],[11,-5],[22,-25],[9,-29],[20,-39],[19,-8],[5,-15],[30,-4]],[[6103,6422],[13,3],[4,19],[-3,6],[5,3],[0,7],[9,-10],[1,-22],[3,16],[13,11],[4,-5],[0,14],[6,1],[1,10],[13,-5],[5,10],[3,-3],[8,28],[-5,34],[14,5],[-1,-10],[15,10],[1,-12],[13,-3],[2,38],[7,-2],[5,14],[2,-7],[4,4],[10,-13],[2,4],[20,-15],[4,29],[6,-7],[3,5],[8,26],[-3,4],[3,10],[11,-1],[10,24],[13,13],[16,-30],[6,3],[13,29],[9,-11],[1,-17],[2,7],[2,-19],[8,6],[8,-11],[6,10],[9,-6],[-2,-19],[-9,6],[-1,-21],[1,-15],[5,-1],[7,-17],[18,14],[19,1],[6,-12],[12,2],[7,-19],[10,3]],[[8315,6430],[5,-21],[2,-61],[14,-2],[13,-16],[21,23],[7,-8],[10,-22],[9,-6],[-4,-11],[0,-63],[19,-12],[-16,-21],[-6,-36],[3,3],[5,-20],[11,-9],[2,-11],[-16,-14],[-24,-6],[-10,0],[-12,18],[-9,-6],[-5,11],[-18,7],[-13,-17],[0,-17],[9,-51],[-10,-24],[8,-45]],[[7452,5373],[-1,38],[16,30],[-28,17],[-9,24],[-27,4],[-4,14],[4,10],[-20,34],[-5,30],[17,6],[38,42],[15,7],[13,27],[20,7],[10,-16],[11,3],[4,4],[5,41],[10,-12],[7,6],[19,-5],[31,37],[15,-12],[8,17],[7,2]],[[7608,5728],[15,-4],[15,8],[17,29],[23,3],[9,9],[0,16],[-8,20],[6,20],[15,2],[13,13],[3,29],[15,19],[-4,24],[6,34],[9,4],[-8,29],[17,11],[26,-3],[17,30],[17,11],[1,18],[8,19],[0,58],[17,24],[29,23],[-3,37],[-14,32],[-1,42],[3,15],[10,8],[-8,26],[6,9],[-1,14],[15,13],[7,17],[15,0],[-5,22],[24,4],[15,-14],[13,24],[12,-10],[1,-14],[27,1],[10,6],[-4,28],[12,-9],[5,24],[26,11],[4,15],[28,6],[15,-9],[8,12],[-1,-19],[8,3],[22,-13],[11,-19],[24,12],[18,-4],[9,-32],[64,34],[4,-11],[-1,-16],[9,-15],[12,-5],[10,-21],[26,24],[14,28]],[[7529,6169],[-16,-34],[13,-43],[0,-51],[10,-8],[4,-19],[-4,-18],[3,-11],[-12,1],[-2,-18],[13,-13],[12,-27],[4,-25],[13,16],[23,-19],[10,-46],[2,-27],[-4,-19],[11,-14],[-6,-20],[-8,-5],[1,-10],[12,-31]],[[6983,6231],[14,6],[17,-8],[2,20],[7,-9],[0,-21],[10,-4],[8,18],[-5,16],[1,17],[15,-11],[-1,14],[12,-2],[-1,9],[7,10],[8,-9],[7,7],[3,13],[20,-7],[-4,18],[4,-9],[5,11],[2,-10],[6,8],[13,-7],[-3,37],[-7,16],[-1,40],[25,24],[13,-6],[-1,9],[7,0],[3,-7],[12,57],[-7,29],[13,4],[-10,15],[7,11],[-3,5],[5,26],[-3,9],[5,4],[-1,12]],[[7187,6586],[8,16],[15,1],[6,24],[6,-5],[10,16],[12,3],[25,40],[0,-17],[19,3],[13,-7],[3,14],[20,7],[4,-3],[0,-17],[8,3],[4,-7],[14,21],[-3,9],[2,8],[17,-30],[-4,-16],[4,5],[6,-13],[5,-20],[-5,-11],[-5,4],[1,-7],[10,-26],[11,32],[5,-11],[7,4],[9,11],[3,16],[8,7],[13,-24],[-6,-5],[-15,15],[-2,-25],[8,-14],[-7,-8],[1,-13],[5,-8],[14,7],[1,8],[11,0],[-2,-8],[24,-44],[10,-9],[-1,-17],[6,1],[7,-14],[9,-26],[-3,-6],[7,-3],[2,7],[13,-27],[21,0],[-7,-15],[5,0],[-4,-4],[3,-6],[6,1],[0,-33],[6,-23],[-15,-13],[-5,19],[-3,-6],[4,-13],[-15,-6],[8,-5],[-2,-17],[-5,1],[-4,-35],[-1,-22],[5,-2],[0,-10],[-7,-12],[1,-12],[9,-3],[6,-12],[3,-30]],[[5919,6931],[5,-46],[26,10],[3,-10],[-4,-8],[12,-30],[-3,-18],[4,-11],[4,4],[1,-13],[6,6],[1,-24],[-46,-52],[-24,-6],[-57,-64],[-16,-5],[-12,-45],[-7,10],[9,34],[-8,2],[-1,19],[10,15],[-8,18],[15,39],[-8,8],[0,11],[-8,12],[5,12],[-4,9],[6,9],[-11,14],[3,17],[6,12],[6,-9],[11,1],[11,9],[3,15],[-11,5],[2,9],[7,-1],[5,31],[26,-12],[3,24],[15,-5],[5,15],[18,-11]],[[8554,6643],[-2,-12],[-22,-23],[0,-38],[7,-18],[8,-4],[-13,-34],[8,-60],[17,30],[16,-16],[9,10],[6,-62],[15,5],[2,-12],[-3,-15],[14,-18],[12,50],[14,-6],[6,12],[-2,-13],[7,18],[5,2],[14,-35],[17,-17],[-6,-23],[6,-39],[25,-16],[15,-19],[20,-3],[27,-48],[9,41],[7,4],[8,-7],[6,16],[20,-20],[4,9],[22,-28],[16,19],[-2,15],[8,21],[4,-13],[11,-5],[13,-24],[42,-38],[-5,-15],[8,0],[23,-41],[21,-17],[21,10]],[[9012,6166],[3,-16],[37,-24],[15,-29],[11,-1],[22,64],[4,8],[3,-5],[8,19],[2,-3],[10,44],[13,15]],[[9140,6238],[50,-90],[22,-29],[-5,-13],[2,-5],[-7,-3],[-1,-10],[7,-22],[-15,-25],[-14,-59],[7,-16],[-28,-36]],[[8315,6430],[33,21],[4,11],[21,24],[0,22],[-11,20],[1,19],[15,-4],[7,6],[8,31],[22,11],[0,11],[11,11],[3,14],[43,67]],[[8472,6694],[10,-27],[18,-5],[19,15],[7,-15],[16,3],[-1,-15],[6,-9],[7,2]],[[5534,6589],[5,18],[6,1],[5,15],[9,0],[2,27],[7,8],[-10,27],[16,5],[-4,13],[14,5],[-7,13],[3,6],[9,-7],[-3,-11],[14,-13],[-5,17],[13,24],[8,-1],[-1,9],[9,32],[-4,17],[4,15],[12,-20],[3,-18],[29,-3],[6,-12],[9,-2],[8,9],[-5,16],[3,17],[18,8],[-8,25],[-3,-3],[-1,8],[-14,9],[-4,12],[-7,2],[-6,16],[2,11],[-5,-5],[-11,10],[5,7],[-4,7],[0,16],[26,0],[9,13],[25,-7],[5,18],[22,11],[0,15],[8,9],[17,-25],[4,2],[13,-14],[1,-8],[2,8],[10,1],[3,27],[5,2],[5,-17],[2,14],[9,2],[2,14],[32,-19],[-2,18],[8,19],[-4,9],[-3,-3],[2,19],[-7,13]],[[5845,7040],[15,14],[20,2],[8,28],[6,-5],[7,6],[8,-15],[14,-3],[11,17],[0,11],[8,-12],[15,-4],[8,5],[5,20],[9,5]],[[5979,7109],[20,-35],[-17,-14],[-4,-36],[14,-12],[4,-14],[9,2],[-1,-26],[55,1],[4,-63],[-8,-36],[6,-40],[9,-2],[-3,-12],[6,3],[8,-21],[-1,-23],[-7,8],[-4,-23],[-17,-30],[-1,-24],[-9,3],[-1,-10],[-14,-2],[-5,-56],[-7,-5],[-3,-19],[-1,-11],[10,-15],[36,-14],[10,-11],[-18,-24],[-15,-32]],[[4802,7260],[9,-59],[-3,-21],[9,-44],[0,6],[12,-4],[14,30],[17,12],[6,-8],[14,9],[2,-16],[-5,-4],[-1,-11],[3,-5],[-6,-11],[4,-6],[-4,-9],[8,1],[1,-18],[15,19],[10,-20],[-4,-6],[3,-4],[9,11],[5,-5],[8,-31],[8,12],[2,-24],[12,-14],[-3,-21],[3,-5],[12,16],[3,19],[15,-23],[3,-13],[9,11],[9,-10],[-5,-12],[3,-19],[-12,-16],[7,-4],[0,-12],[7,-13],[11,-10],[1,-11],[5,-1],[-9,-29],[-14,-12],[3,-11],[-28,-24],[12,-27],[-3,-4],[3,-4],[2,-26],[3,-5],[-4,-17],[2,-16],[-10,-28],[6,-4],[-1,-16],[-7,-5],[13,-14],[-7,-46],[4,-3],[-4,-17],[2,-20],[-9,-24],[0,-19],[3,-9],[-4,4],[-2,-7],[8,-29],[-6,8],[2,-25],[-3,19],[-12,-8],[26,-42],[-5,-51]],[[4363,6131],[-1,9],[-1,13],[-1,12],[-1,7],[-1,4],[-4,16],[-2,7],[-4,9],[-2,6],[-10,21],[-7,13],[-2,5],[-33,54],[-6,12],[-34,58],[-7,14],[-2,2],[-2,6],[-2,4],[-6,14],[-1,2],[-2,6],[-1,5],[-1,3],[-3,11],[-1,3],[0,5],[-1,3],[-1,9],[-1,3],[-1,10],[-2,43],[-1,10],[-1,6],[0,9],[0,5],[0,4],[0,2],[0,3],[0,2],[1,4],[1,3],[2,4],[2,5],[5,11],[1,3],[0,3],[1,2],[0,3],[0,3],[-1,5],[0,4],[-1,2],[0,4],[0,3],[1,2],[1,1],[1,2],[4,4],[1,1],[2,0],[1,1],[1,-1],[2,0],[6,-4],[2,-1],[2,-3],[6,-11],[1,-1],[1,-1],[2,-2],[2,1],[1,0],[1,2],[0,1],[1,3],[2,6],[2,10],[1,3],[0,3],[2,8],[2,7],[3,11],[2,6],[0,4],[0,2],[0,6],[-1,2],[0,3],[0,2],[0,2],[1,4],[1,3],[1,2],[4,6],[7,8],[4,3],[2,2],[4,1],[4,1],[2,-1],[4,0],[2,1],[2,0],[1,2],[1,2],[3,4],[3,6],[1,2],[1,2],[0,3],[1,3],[0,4],[11,23],[9,25],[3,17],[1,6],[2,3],[4,11],[2,4],[1,5],[2,7],[1,7],[1,6],[0,6],[1,9],[0,4],[0,2],[0,3],[1,2],[0,3],[1,3],[0,2],[1,2],[1,1],[1,2],[1,2],[1,1],[2,3],[2,2],[3,1],[4,2],[5,0],[7,1],[21,4],[1,0],[1,1],[5,2],[5,2],[3,2],[2,0],[2,1],[10,0],[12,0],[2,0],[8,0],[2,0],[2,0],[2,1],[2,0],[2,1],[2,2],[1,1],[2,2],[3,2],[1,1],[1,1],[4,5],[3,4],[2,3],[1,2],[3,5],[1,2],[1,4],[3,6],[5,11],[1,3],[3,6],[5,10],[5,9],[5,11],[7,12],[3,6],[5,10],[1,4],[3,6],[4,15],[2,9],[3,11],[1,3],[0,2],[1,3],[1,2],[4,7],[1,3],[2,2],[1,2],[1,1],[4,4],[3,3],[3,2],[11,8],[6,3],[16,9],[3,3],[3,2],[2,3],[2,2],[4,5],[1,3],[4,5],[4,8],[3,5],[3,3],[2,4],[3,2],[2,1],[2,2],[2,2],[3,0],[6,2],[3,0],[2,0],[7,-2],[8,-1],[7,0],[6,-1],[3,0],[3,1],[3,0],[3,1],[4,2],[3,1],[3,2],[3,2],[2,3],[3,2],[6,7],[24,25],[7,7],[2,3],[4,3],[2,1],[3,2],[3,3],[3,1],[3,1],[4,1],[3,1],[3,0],[3,0],[5,0]],[[7133,6895],[25,-18],[-15,4],[-4,-33],[-4,1],[3,-10],[-22,10],[-4,-16],[17,-27],[-3,-9],[4,-17],[-4,-20],[4,-14],[-1,-13],[-10,-9],[2,-13],[16,-26],[1,-16],[-6,-11],[6,-75],[-3,-5],[5,-2],[-3,-10],[5,-5],[10,21],[11,-2],[3,12],[7,-13],[14,7]],[[6485,6538],[20,28],[-7,19],[-28,21],[13,47],[-1,20],[-13,32],[14,46],[8,52],[-6,30],[4,26],[-3,23],[2,29],[13,78],[39,52]],[[6540,7041],[16,1],[17,-11],[48,-43],[11,-20],[26,-85],[18,-24],[12,-35],[15,-24],[21,-10],[-1,-15],[36,-37],[22,20],[0,23],[13,37],[14,-1],[18,-23],[4,10],[65,32],[18,16],[35,10],[16,21],[13,49],[4,16],[-1,47],[19,9],[13,18],[8,0],[9,-18],[27,19],[32,-9],[8,-15],[18,-83],[19,-21]],[[8987,6617],[-8,-51],[4,-2],[-2,-9],[-4,3],[-7,-39],[33,-18],[19,-20],[-20,-35],[6,-22],[-6,-4],[6,-37],[-2,-38],[18,-15],[-2,-40],[-5,-4],[6,-7],[-3,-7],[3,-40],[-11,-66]],[[8554,6643],[18,3],[10,-11],[4,29],[13,18],[26,-42],[14,23],[6,31],[21,20],[12,29],[4,14],[-2,25],[36,8]],[[8716,6790],[19,-27],[3,-37],[6,5],[26,-9],[-13,-8],[-4,-13],[13,-30],[1,-15],[23,6],[-3,-9],[4,-11],[-27,-15],[-5,-8],[6,-8],[22,24],[15,5],[13,-7],[18,16],[17,-14],[18,-2],[1,-16],[17,-22],[3,23],[6,-4],[8,50],[44,-32],[40,-15]],[[9397,6044],[-8,46],[1,8],[7,-1],[2,93],[3,-10],[9,12],[18,-14],[7,8],[5,-6],[6,5],[-3,5],[3,5],[-3,2],[11,-3],[0,6],[10,-12],[2,10],[10,0],[26,33],[5,-10],[11,9],[7,23],[2,-7],[2,7],[9,-4],[-1,7],[6,-6],[3,9],[16,-9],[13,17],[-1,19],[-7,6],[-4,-4],[3,15],[6,10],[7,-2],[9,47],[11,-8],[-1,7],[5,5],[-2,11],[5,-2],[-2,12],[5,1],[13,33],[11,-16],[5,5],[5,19],[8,-8],[1,7],[2,-9],[24,-16],[5,-16],[-7,-25],[6,-21],[39,-15],[26,-24],[8,-21],[-5,3],[-3,-38],[4,3],[1,-13],[8,0],[10,21],[13,88],[27,82],[-52,80],[-12,4],[9,35],[9,-4],[4,11],[0,18],[16,-11],[9,-40],[10,20],[11,6],[10,-23],[-33,-25],[43,-32],[8,65],[29,31],[-2,13],[5,20]],[[9875,6591],[2,-3],[7,-28],[6,-16],[7,-13],[3,-1],[10,-10],[-4,-28],[-18,-23],[-6,-20],[10,-10],[-8,-25],[-1,-4],[19,-20],[-15,-23],[-7,-8],[-2,-6],[7,-10],[7,-6],[7,-3],[2,-4],[2,-14],[-7,-17],[-10,-19],[-9,-18],[10,-15],[7,-6],[5,-8],[5,-7],[2,-5],[0,-3],[27,43],[6,-6],[3,-5],[4,-8],[2,-7],[6,-13],[7,7],[4,0],[5,-4],[7,-5],[6,-20],[2,-5],[14,-26],[-6,-11],[-5,-5],[-6,-8],[-4,-5],[-7,-10],[-6,-12],[-5,-9],[-8,-14],[-7,-7],[-1,-2],[-1,-2],[-2,-3],[-3,-9],[-1,-3],[-2,-3],[-4,-7],[-5,-7],[-14,-19],[3,-8],[4,-6],[8,-7],[6,-5],[2,-1],[2,-4],[4,-6],[-1,-5],[-4,-8],[-2,-9],[-3,-15],[-5,-15],[-6,-20],[-3,-7],[-1,-1],[-3,-5],[-5,-13],[-1,-3],[15,-12],[14,-14],[-3,-12],[-2,-10],[-8,-42],[-2,-4],[-4,-7],[-3,-5],[1,-5],[1,-5],[4,-10],[5,-6],[-25,-94],[-6,0],[-4,12],[-17,-13],[-3,-2],[-18,-7],[1,-7],[-12,-12],[-15,4],[-12,2],[-2,0],[-2,-3],[-3,-12],[-4,-16],[-2,-7],[2,-4],[40,-54],[3,-5],[10,-14],[-7,-19],[1,-17],[7,-9],[10,-22],[4,-12],[7,-14],[6,-14],[2,-5],[-4,0],[-13,-24],[-11,-16],[-3,-14],[5,-13],[5,-17],[3,-32],[4,1],[4,-39],[0,-2],[-1,-4],[2,-26],[1,-7],[2,-5],[1,-8],[0,-9],[0,-9],[0,-18],[0,-20],[0,-22],[0,-15],[0,-4],[5,-19],[1,-2],[3,-8],[19,-43],[1,-3],[-28,-6],[-16,-3],[-12,-3],[-10,-2],[-3,-1],[-27,-11],[-24,-11],[-14,-7],[-16,-7],[-3,-1],[-22,-7],[-14,-4],[-16,-5],[-29,-9],[-3,-1],[-37,2],[-3,1],[-4,0],[-4,0],[-5,7],[-3,92],[-2,14],[-3,7],[-1,-5],[-5,-13],[-6,-13],[-10,-12],[-6,-6],[-4,-5],[-3,-5],[-1,-7],[-6,-38],[-2,-12],[0,-5],[-4,-16],[-1,-4],[-19,-1],[-13,-1],[-46,-2],[-9,0],[-7,-1],[-10,0],[-3,16],[-8,34],[-1,2],[-19,85],[-5,18],[0,19],[0,29]],[[9234,6689],[16,1],[32,-38],[39,-16],[6,-5],[1,-9]],[[9328,6622],[4,-43],[-13,-36],[36,-55],[-50,-2],[-24,27],[1,-14],[-10,-15],[-7,-42],[-16,-28],[1,-17],[-4,6],[-11,-10],[-8,-21],[-1,-22],[-13,7],[-18,-24],[-6,0],[-6,-25],[-2,5],[-22,-10],[-9,-16],[0,-40],[-10,-9]],[[8987,6617],[22,-13],[4,-15],[6,1],[-2,8],[12,1],[3,9],[19,-11],[-6,67],[28,5],[16,27],[15,40],[14,-6],[6,13],[7,-9],[24,8],[35,-57],[43,-31],[1,35]],[[9757,6794],[3,-4],[7,-11],[13,-25],[8,-11],[13,-14],[5,-8],[7,-16],[6,-22],[2,-5],[3,-3],[5,-2],[4,-1],[6,0],[8,4],[16,10],[2,-5],[1,-4],[3,-11],[0,-9],[2,-7],[3,-18],[2,-10],[-2,-13],[-1,-11],[2,-7]],[[9328,6622],[7,-5],[0,-29],[6,19],[14,-4],[2,-19],[72,24],[24,30],[7,-6],[9,-36],[16,-15],[27,-3],[9,23],[22,11],[15,-20],[34,22],[-3,14],[4,7],[-4,41],[9,25],[11,-5],[11,8],[3,-27],[8,-8],[11,24],[16,-16],[24,54],[11,-2],[5,8],[-7,14],[15,56],[19,0],[12,-26],[10,12],[10,1]],[[6182,7314],[-3,-10],[17,-9],[5,-36],[7,-17],[-8,-11],[26,-28],[-9,-17],[3,-56],[-8,-7],[11,-24],[-22,-23],[8,-4],[17,-44],[10,1],[4,-13],[16,3],[13,-38],[-3,-11],[16,-28],[2,9],[3,-3],[16,22],[-4,21],[6,16],[18,-3],[16,30],[5,1],[20,-20],[7,26],[-2,7],[6,8],[-3,6],[21,20]],[[6393,7082],[7,-20],[29,-14],[5,19],[21,-30],[28,12],[14,15],[14,1],[29,-24]],[[5979,7109],[1,15],[10,-3],[2,13],[7,-4],[38,22],[-2,15],[11,-1],[0,19],[26,6],[-15,20],[3,28],[-3,21],[-14,-13],[-3,7],[4,25],[-9,5],[9,13],[2,37]],[[6046,7334],[19,2],[1,10],[13,11],[1,23],[23,18],[41,-81],[19,-11],[19,8]],[[8098,7150],[2,5],[7,-19],[25,14],[4,-16],[-9,-6],[2,-18],[-8,-6],[2,-7],[-4,-11],[14,-74],[-5,-7],[-2,-32],[-13,-7],[10,0],[-7,-11],[0,-13],[-3,-8],[-13,1],[0,-6],[-13,0],[-9,-11],[-3,-32],[-20,11],[-10,-5],[-8,-30],[3,-2],[-3,-23],[3,-11],[-27,-19],[-1,-27],[-4,-7],[1,-30],[17,-28],[-10,-25],[10,-7],[-3,-19],[3,-18],[-7,-4],[-2,-10],[6,-10],[-8,-16],[-6,-1],[-2,-14],[-36,22],[-7,-5],[0,-10],[-9,19],[-14,2],[-8,20],[-7,3],[-1,46],[5,-1],[2,10],[5,-4],[-1,12],[8,3],[-3,63],[-27,6],[1,-15],[-8,-4],[-7,14],[4,12],[-8,18],[0,16],[0,13],[7,1],[0,18],[17,13],[-2,29],[6,2],[-2,28],[8,16],[-7,-7],[-2,10],[3,18],[7,9],[-5,18],[5,4],[-3,14],[8,2],[-1,16],[9,-18],[0,6],[13,13],[14,-2],[-2,13],[20,12],[14,34],[19,-6],[-2,-6],[16,-8],[3,22],[-3,10],[9,3],[-6,3],[0,9],[4,0],[-2,10],[7,5],[-3,12],[34,-2],[11,8],[-1,10],[6,7],[3,-7]],[[5321,7102],[-2,-13],[-8,-7],[-18,8],[-3,-10],[0,-17],[5,-7],[-2,-29],[8,-17],[6,4],[1,-16],[4,-2],[1,-47],[14,0],[9,-8],[2,-34],[9,1],[2,-10],[16,-16],[-10,-9],[3,-20],[-4,-1],[1,-16],[-6,-4],[1,-66],[-10,-30],[3,-59],[-7,-11],[5,-22]],[[4802,7260],[6,-1],[5,-1],[4,0],[9,-1],[45,-7],[3,0],[1,0],[2,1],[2,0],[2,1],[3,2],[5,4],[3,3],[12,14],[55,64],[13,17],[7,10],[1,3],[3,6],[7,13],[4,9],[4,8],[6,12],[3,6],[2,6],[5,16],[6,15],[2,6],[2,4],[4,8],[3,4],[3,4],[3,4],[34,46],[7,9],[2,2],[1,2]],[[5081,7549],[4,-16],[-5,-28],[5,-4],[-3,-8],[10,-3],[13,-17],[-7,-46],[9,-5],[3,18],[5,0],[2,-35],[9,24],[8,-16],[5,8],[6,-11],[23,-2],[-1,-16],[19,-7],[7,8],[-1,15],[3,1],[2,-13],[5,12],[8,-15],[25,-19],[6,5],[1,18],[12,-12],[12,10],[4,-10],[11,24],[4,-39],[-4,-21],[3,-36],[12,3],[8,-11],[-2,-19],[6,-7],[13,2],[-2,-11],[5,0],[3,9],[6,-22],[6,16],[11,-1],[1,-8],[1,8],[11,1],[-3,-29],[3,-6],[6,3],[1,-7],[-8,-29],[3,-12],[-5,-13],[2,-11],[-4,-1],[-4,-28],[-16,-4],[-17,-34]],[[6386,7115],[-7,-16],[7,-2],[7,-15]],[[6182,7314],[8,-2],[0,9],[6,-6],[1,6],[-7,27],[4,33],[-3,21],[8,-5],[-7,37],[12,-2],[2,12],[7,-3],[0,11],[7,3],[10,41],[-4,8],[11,7],[1,53],[6,10],[1,-27],[-6,-9],[0,-12],[6,2],[-4,-15],[3,-30],[11,13],[0,-11],[11,7],[10,-18],[11,2],[8,-31],[14,2],[5,-8],[0,-10],[-17,-17],[6,-10],[-1,-8],[5,-1],[0,-8],[18,0],[5,-15],[-16,1],[-2,-6],[-8,8],[-6,-13],[-28,6],[-1,-7],[25,-49],[14,-94],[16,-33],[35,-26],[27,-42]],[[7522,7555],[1,-18],[28,-63],[10,5],[4,-13],[12,5],[5,-16],[9,14],[7,-1],[8,-15],[-2,-9],[5,1],[-2,-36],[-13,-26],[-11,-1],[-4,-18],[-14,-1],[-1,-28],[-12,-22],[12,-5],[4,-14],[-13,-27],[2,-17],[-10,-11],[1,-13],[3,1],[-8,-33],[4,-9],[11,12],[8,-13],[12,1],[-8,-18],[3,-7],[13,17],[20,4],[-1,6],[7,8],[-1,8],[6,-8],[11,10],[4,-10],[18,4],[19,-28],[9,14],[18,39],[11,113],[-2,33],[18,-7],[23,4],[5,-22],[-5,-42],[26,43],[9,-22],[22,35],[19,-11],[11,3]],[[7833,7351],[5,-12],[-2,-23],[7,-2],[5,8],[16,-14],[-11,-8],[4,-49],[-5,5],[3,-14],[-3,-18],[-3,-8],[-5,11],[-19,10],[-1,-22],[-11,-7],[3,-22],[10,-12],[-5,-23],[-24,-1],[4,-27],[-22,-9],[-5,7],[-15,-18],[-1,-12],[8,-2],[6,-19],[-12,-32],[0,-12],[4,-5],[-22,-25],[-10,-45],[-11,-11],[23,-54],[0,-68],[7,1],[-3,-51],[13,-25],[8,4],[-1,-16],[6,-1],[1,-8],[11,0],[-3,-17],[-13,-7],[-7,-16],[7,-2],[-2,-7],[9,-8],[10,1],[4,10],[-2,16],[6,0],[5,-2],[-3,-7],[5,-7],[29,-13],[1,18],[3,-16],[11,4],[0,-14],[-10,0],[-3,-8],[1,-10],[10,2],[0,-7],[-17,-7],[1,-39],[-18,-2],[0,-16],[-17,-3],[-8,-12],[0,-10],[-43,-19],[10,-29],[-12,-8],[6,-51],[-14,-13],[-1,-22],[-7,-5],[2,-8],[-4,-20],[-12,3],[-3,-26],[-19,-4],[-5,-32],[-17,-9],[-2,-9],[-10,2],[-14,-25],[-8,-38],[-15,10],[-20,-21],[-44,-7],[-5,-23],[-19,-20]],[[7133,6895],[1,8],[-13,11],[6,17],[-5,5],[-2,19],[-12,3],[-3,13],[14,42],[-1,7],[7,-3],[9,13],[-6,14],[1,32],[18,29],[10,5],[-5,26],[3,63],[-4,61],[-5,10],[5,72],[-10,23],[-8,-4],[-18,12],[-12,-11],[-10,8],[8,56],[5,6],[-3,17],[6,79],[12,45]],[[7121,7573],[2,-10],[-5,-10],[0,-19],[4,-16],[13,18],[5,26],[4,3],[10,-19],[11,13],[0,10],[10,-10],[1,-18],[11,-9],[4,9],[19,-24],[11,-3],[15,-27],[-2,22],[9,-37],[30,-9],[11,-11],[5,18],[6,-1],[2,-16],[-4,-8],[5,-3],[-6,-7],[-1,-17],[4,-12],[4,16],[6,0],[7,-24],[6,4],[0,7],[4,-14],[8,-8],[12,2],[1,11],[6,1],[-2,12],[4,6],[-7,11],[6,15],[17,9],[17,-18],[0,25],[12,12],[1,43],[9,-15],[5,-21],[6,0],[5,26],[11,13],[0,9],[31,-28],[17,0],[16,-16],[1,13],[-10,18],[3,9],[-3,22],[-5,2],[4,15],[21,-15],[4,13],[10,-6]],[[9039,7354],[13,-16],[3,-92],[45,-62],[8,-8],[3,20],[-3,56],[28,-12]],[[9136,7240],[17,-18],[-11,-45],[10,-10],[-2,-12],[26,-21],[8,8],[11,-5],[-10,-76],[11,-1],[0,-9],[6,-5],[-9,-86],[-12,-59],[7,-34],[-5,-31],[5,-5],[-6,2],[-1,-19],[6,-14],[-6,3],[11,-7],[-5,15],[11,1],[1,-20],[-5,-4],[9,-32],[4,-2],[-1,11],[8,-16],[8,13],[10,-7],[-3,-25],[6,-15],[-1,-26]],[[8716,6790],[24,57],[10,61],[-8,9],[11,18],[-16,18],[-4,20],[4,12],[-17,2],[16,25],[3,-5],[0,9],[-8,14],[0,33],[4,25],[12,24],[2,27],[45,-57],[-5,-21],[5,-17],[20,6],[3,23],[7,3],[8,19],[-8,12],[27,11],[12,23],[-3,10],[-7,0],[4,14],[14,11],[8,-6],[19,24],[11,-3],[4,13],[17,18],[-5,13],[9,6],[7,-26],[13,-5]],[[8954,7210],[9,-2],[-4,19],[14,6],[1,14],[-4,14],[6,23],[8,-1],[-8,51],[7,16],[5,-1],[-1,7],[9,6],[-2,-12],[12,-10],[2,10],[16,12],[15,-8]],[[5680,7752],[6,1]],[[5686,7753],[8,-37],[17,-33],[39,-40],[7,-24],[-12,1],[4,-5],[-10,-20],[-6,-40],[-10,-5],[-7,-36],[-1,-17],[11,-9],[-3,-18],[-9,-4],[10,-8],[3,5],[-4,-12],[3,-12],[9,8],[5,-23],[-2,-17],[-4,1],[3,-7],[-15,-20],[10,-25],[-5,-10],[-15,10],[-5,-26],[-5,3],[-5,-11],[-5,15],[-7,-2],[2,-8],[-7,-15],[-1,-24],[-12,5],[1,-22],[-6,-23],[5,-8],[3,9],[7,-5],[8,-14],[37,36],[17,-9],[-4,-11],[1,-29],[-33,-21],[6,-27],[-3,-21],[6,-5],[8,-48],[16,5],[34,-25],[11,15],[7,-1],[12,-8],[11,-20],[4,11],[0,-26],[5,-7],[16,-10],[9,11]],[[5321,7102],[9,-10],[8,3],[5,-14],[-1,-10],[4,-1],[15,11],[3,10],[36,-2],[7,17],[-7,14],[2,16],[-7,6],[0,26],[10,8],[-4,2],[3,23],[-4,11],[3,8],[7,-4],[4,19],[7,-4],[-4,20],[7,14],[3,29],[23,-2],[1,19],[17,4],[1,14],[14,3],[6,12],[-4,16],[5,22],[-13,11],[1,8],[6,-5],[8,23],[-10,55],[7,28],[13,21],[-5,23],[-32,69],[-7,45],[-14,20],[18,41],[0,17],[-5,10],[4,11],[0,32],[14,3],[7,20],[23,26],[15,-1],[24,-51],[6,-2],[1,10],[11,3],[7,-28],[31,-44],[5,-2],[3,15],[23,21],[-2,-20],[-6,-11],[5,-11],[19,4],[9,-16],[2,7],[5,-2],[2,-9],[15,49]],[[5897,7553],[-12,-104],[3,-18],[13,-35],[43,-46],[37,-16],[25,-22],[18,6],[24,35],[-2,-19]],[[5686,7753],[6,5],[-1,18],[-21,26],[-6,20],[3,17],[9,6],[17,-19],[15,-1],[22,34],[7,1],[15,-25],[0,-37],[8,-30],[0,-43],[17,-54],[12,2],[10,47],[16,-3],[15,18],[9,1],[17,-24],[5,-28],[31,-97],[5,-34]],[[6386,7115],[3,7],[-3,27],[5,13],[-5,26],[6,3],[-2,8],[5,7],[-5,38],[13,19],[10,3],[-8,4],[-3,21],[23,-5],[15,-26],[49,27],[-5,13],[8,21],[-10,4],[-5,-3],[0,-8],[-16,10],[2,20],[8,21],[-5,9],[1,7],[10,9],[6,-5]],[[6483,7385],[5,-5],[6,9],[10,-9],[11,-30],[16,2],[3,-18],[6,2],[3,14],[10,-8],[12,29],[22,-2],[1,-13],[11,-7],[2,5],[8,-11],[-4,-42],[13,-34],[11,5],[9,22],[12,-5],[1,-7],[10,3],[4,20],[-8,20],[4,7],[7,-3],[2,-9],[6,2],[0,11],[7,-7],[-2,13],[6,0],[-4,10],[0,19],[8,-6],[0,10],[-6,5],[1,40],[13,9],[11,-39],[9,5],[1,-17],[-6,-3],[12,-19],[6,-1],[0,-9],[13,-31],[2,15],[7,6],[11,38],[24,49],[5,-6],[6,8],[22,-28],[2,19],[9,12],[7,-13],[8,-2],[2,6],[8,-13],[4,7],[-6,14],[3,11],[16,8],[17,-28],[7,9],[-2,15],[5,21],[17,18],[6,43],[13,3],[10,-8],[8,22],[-2,27],[10,0],[5,-10],[-2,-13],[6,1],[-3,8],[15,8],[-5,16],[10,-1],[4,19],[6,-2],[-1,12],[10,4],[-5,24],[16,6],[4,27],[25,8],[8,-6],[5,39],[14,-9],[6,23],[-9,26]],[[7073,7745],[14,-3],[6,-13],[-3,-7],[2,-10],[9,-8],[-2,-20],[-21,-36],[-7,1],[-14,-35],[9,-4],[18,26],[12,-5],[8,-13],[6,4],[11,-13],[0,-36]],[[8472,6694],[8,15],[-11,-2],[-11,20],[6,-1],[0,-8],[3,7],[-10,9],[5,8],[8,-10],[-6,32],[6,-3],[0,26],[11,8],[1,9],[9,-6],[-5,16],[6,3],[3,18],[-25,-2],[-8,14],[4,12],[-6,9],[5,4],[-1,32],[17,11]],[[8481,6915],[5,-25],[9,-10],[13,18],[14,6],[0,23],[14,-2],[-7,24],[-25,3],[-10,11],[-1,23],[12,4],[14,-20],[12,0],[-1,20],[7,3],[14,42],[9,-8],[11,12],[-10,10],[0,7],[2,-5],[2,6],[-4,10],[2,14],[5,-8],[2,6],[8,-21],[10,4],[3,18],[-8,25],[7,5],[12,-22],[-5,-28],[39,-2],[-5,23],[-8,3],[-1,10],[11,21],[0,11],[20,-12],[9,4],[-2,6],[5,7],[-2,17],[-9,11],[1,15],[9,-6],[-4,12],[2,8],[8,-11],[2,-23],[10,-10],[9,0],[-2,17],[6,13],[-8,27],[12,1],[10,13],[2,-26],[23,-31],[8,-3],[17,22],[8,0],[-4,25],[4,44],[27,46],[-4,15],[-15,0],[2,15],[11,7],[0,8],[-6,14],[1,18],[-10,-5],[7,5],[2,13],[7,-7],[12,6],[5,-6],[0,-15],[8,1],[8,-13],[3,27],[6,3],[1,41],[-8,2],[-7,16],[5,10],[-1,35]],[[8821,7482],[14,20],[20,-15],[8,-12],[-4,-12],[46,-57],[26,-65],[1,-59],[22,-72]],[[7833,7351],[3,0],[1,9],[-5,23],[31,-2],[12,25],[12,4],[0,8],[30,1],[10,20],[8,-13],[4,5],[-1,-24],[35,-7],[2,-21],[20,-3],[0,15],[8,6],[1,11],[21,10],[0,13],[19,16],[-3,48],[5,23],[-5,18]],[[8041,7536],[18,7],[17,-8],[3,11],[8,-4],[8,11],[18,0],[9,10],[-4,12]],[[8118,7575],[8,20]],[[8126,7595],[22,-4],[0,10],[10,9],[12,-10],[13,-25],[-3,-6],[13,-39],[14,7],[-1,-9],[8,-9],[0,-31],[12,-1],[-1,14],[8,-3],[-2,13],[4,1],[0,10],[13,-1],[13,22],[9,-7],[-2,-32],[-8,3],[-1,-20],[-25,10],[-7,-16],[-3,-19],[23,-6],[0,-45],[-14,-16],[-22,-1],[-11,18],[-7,2],[-20,-42],[-2,-25],[4,-13],[-11,-5],[19,-6],[11,8],[0,-12],[18,5],[-1,-12],[-9,-2],[1,-22],[5,-10],[29,4],[4,17],[7,-10],[1,-18],[-3,-1],[1,-4],[-7,-16],[-4,-13],[1,-5],[-1,-1],[-3,11],[-5,5],[-8,-17],[7,-9],[11,7],[0,5],[2,3],[1,-10],[15,10],[16,-28],[3,-17],[-11,-10],[3,-10],[-8,-10],[3,-15],[-4,-16],[-9,-2],[-2,-21],[-6,-2],[-2,-10],[2,-6],[12,4],[1,-8],[16,8],[-1,-8],[10,-22],[-8,-10],[-1,-8],[6,-7],[-5,-24],[6,7],[3,-8],[19,-2],[10,14],[19,-6],[0,40],[9,7],[2,23],[-7,5],[-3,25],[4,9],[30,16],[2,-18],[7,8],[12,-5],[3,-12],[10,-9],[9,26],[8,4],[14,-36],[-10,2],[2,-9],[10,-11],[-21,-37],[33,-2],[2,-15],[5,3],[4,-10],[-7,-3],[0,-32],[16,-3],[2,-26],[15,-29],[2,-15]],[[9167,7385],[-17,-58],[-14,-87]],[[9039,7354],[-3,20],[-18,4],[1,19],[13,-10],[4,18],[6,-4],[1,6],[16,-13],[21,4],[5,62]],[[9085,7460],[12,-12],[7,14],[4,-2],[2,14],[57,-89]],[[8041,7536],[1,20],[-15,10],[-37,-20],[8,5],[-2,11],[4,-2],[4,15],[-12,11],[-1,19],[8,18],[3,21],[-4,28],[-58,-12],[-40,-38],[-2,12],[6,17],[-12,18],[5,-1],[3,19],[-15,17],[-4,-14],[-11,0],[-15,26],[12,12],[-3,8],[5,29],[-5,1],[-8,26],[15,11],[17,-12],[39,-8],[20,35],[26,-17],[-1,18],[8,-7],[13,29],[21,6],[0,-28],[-11,-1],[-2,-28],[9,-77],[13,-6],[6,-25],[19,9],[0,-20],[-7,-5],[4,-4],[1,-20],[7,-8],[0,-14],[11,-3],[11,-16],[18,9],[14,-14],[11,-21]],[[5498,8087],[27,-89],[33,-55],[7,-25],[38,-26],[53,-105],[24,-35]],[[5081,7549],[2,4],[2,5],[2,4],[1,6],[2,5],[3,15],[1,6],[0,6],[1,6],[0,6],[0,13],[1,6],[0,6],[0,12],[1,6],[0,2],[2,13],[1,5],[1,6],[3,14],[5,21],[9,36],[3,12],[1,6],[1,4],[0,5],[0,5],[0,5],[-1,7],[-1,5],[-1,5],[-3,14],[-2,5],[-3,10],[-3,9],[-1,3],[-1,3],[-1,9],[0,2],[0,3],[0,5],[0,3],[1,2],[0,3],[3,19],[5,23],[5,23],[1,5],[1,6],[4,19],[1,3],[0,2],[2,8],[2,12],[2,13],[2,17],[4,18],[2,8],[0,2],[1,4],[2,5],[2,7],[0,2],[1,2],[0,3],[-1,2],[0,3],[-1,3],[-6,15],[-2,5],[-5,12],[0,2],[-1,2],[-1,11],[-1,6],[0,2],[1,3],[0,2],[1,4],[1,1],[1,2],[2,3],[1,2],[0,2],[1,3],[0,4],[0,4],[-1,4],[0,2],[0,1],[-2,4],[0,2],[-3,4],[-1,2],[-1,2],[-1,1],[-1,3],[-1,3],[-5,16],[-1,7],[-1,13],[0,3],[0,3],[0,3],[1,4],[0,3],[1,2],[1,2],[2,2],[11,14],[4,-8],[5,-11],[3,-5],[7,-11],[4,0],[3,1],[8,7],[2,11],[4,11],[5,3],[12,15],[12,18],[3,4],[3,10],[1,5],[0,5],[-3,4],[-2,4],[0,14],[2,12],[0,4],[2,4],[1,3],[2,4],[2,1],[2,0],[2,0],[3,-1],[3,-1],[3,-2],[3,-3],[3,-3],[5,-7],[3,-4],[3,-6],[12,-31],[1,-2],[2,-3],[13,-19],[11,-19],[2,-3],[2,-3],[2,-3],[3,-2],[11,-7],[2,0],[2,1],[1,1],[2,2],[0,3],[4,16],[1,5],[2,4],[2,3],[2,2],[2,1],[2,1],[2,0],[2,0],[2,-2],[6,-7],[3,-3],[2,-4],[1,-4],[3,-10],[2,-3],[2,-3],[10,-17],[3,-4],[2,-3],[3,-2],[2,-1],[3,0],[9,-1],[4,-1],[11,-8],[2,-2],[2,-4],[2,-4],[2,-7],[1,-6],[2,-9],[3,-18],[1,-5],[2,-4],[2,-3],[3,-3],[3,-3],[4,-3],[7,-4],[6,-4],[2,-1],[2,-2],[3,-3],[12,-15],[2,-3],[2,-4],[1,-3],[4,-8],[1,-3],[1,-2],[2,-2],[3,-2],[8,-4],[7,-4],[6,-3],[2,2]],[[8512,8000],[0,-30],[5,-20],[-6,-33],[-18,-47],[9,-7],[-3,-49],[5,-38],[-11,1],[-7,-13],[2,-11],[-18,-4],[-6,-52],[1,-9],[11,0],[-1,-33],[-5,-30],[1,-45],[-9,0],[0,-12],[9,-15],[15,-1],[0,17],[20,9],[14,-21],[8,12],[5,-26],[26,5],[-9,-19],[24,-34],[-5,-9],[5,-12],[4,0],[-3,12],[3,11],[-6,2],[0,9],[13,-3],[4,20],[2,-20],[7,-3],[24,-66],[-1,6],[8,8],[8,-6],[5,8],[6,-12],[8,4],[-12,22],[7,17],[12,14],[9,-4],[-3,-15],[29,17],[-3,21],[10,12],[10,-16],[10,18],[15,-28],[14,-1],[13,-25],[10,20],[-8,26],[19,-32],[33,-8]],[[8126,7595],[-2,13],[-5,-2],[-1,-12],[-8,13],[2,12],[-11,9],[17,-1],[7,22],[8,-10],[12,7],[3,18],[-2,22],[13,16],[6,32],[3,0],[1,61],[-10,6],[7,16],[6,-5],[8,73],[7,9],[0,30],[10,14],[-6,28],[4,14]],[[8195,7980],[9,9],[16,-14],[3,32],[10,15],[19,-22],[17,-5],[2,-3],[-3,-6],[18,-21],[3,22],[-5,2],[7,24],[17,-9],[14,12],[24,0],[9,-5],[0,-40],[5,-21],[13,12],[13,-10],[7,26],[5,-5],[26,24],[16,-13],[8,10],[13,41],[14,-24],[24,10],[11,-7],[2,-14]],[[6370,8325],[8,-22],[7,-1],[-2,-44],[6,-35],[14,-5],[3,-14],[5,-2],[1,-13],[17,3],[1,-31],[-17,6],[-6,17],[-8,2],[9,3],[-6,8],[-6,-3],[0,-8],[-11,7],[-6,-7],[-3,-25],[-8,-17],[-3,32],[-5,0],[0,-18],[-14,6],[-3,-14],[11,-31],[-6,-3],[0,-9],[6,-17],[-10,2],[-2,-19],[16,-37],[0,-9],[-8,0],[3,-23],[10,2],[-2,-10],[22,-38],[-3,-15],[12,-21],[-10,-5],[-2,-14],[13,-62],[7,-9],[-4,-11],[-1,-41],[16,-16],[0,8],[6,-3],[4,-41],[5,-8],[-2,-12],[4,-8],[9,0],[3,-10],[1,6],[6,-4],[6,-30],[15,-22],[-4,-17],[5,-21],[-2,-26],[-14,2],[-2,-17],[-13,-10],[3,-25],[-13,9],[-5,-13],[8,-14],[-2,-8],[5,-12],[27,-16],[-2,-11],[4,-22],[20,-54]],[[5897,7553],[24,24],[-3,24],[9,3],[3,9],[-7,38],[6,10],[20,-19],[13,12],[2,15],[-7,35],[20,30],[1,35],[7,4],[8,23],[-3,21],[4,6],[17,-13],[5,23],[10,-40],[7,-5],[9,-34],[9,9],[3,27],[10,14],[-3,7],[9,43],[15,4],[8,14],[-5,15],[3,28],[-10,48],[4,27],[-7,23],[13,33],[4,-6],[-2,-9],[6,-3],[4,-23],[13,5],[-1,10],[9,31],[-5,1],[2,9],[-14,31],[9,50],[-10,9],[0,16],[-9,-22],[-16,10],[-4,10],[4,10],[10,2],[-10,8],[4,36],[12,15],[9,-7],[-1,10],[-12,10],[7,11],[-6,23],[4,31],[16,25],[19,3],[-1,13],[-5,5],[18,-9],[2,8]],[[6147,8359],[2,0],[7,-5],[9,-11],[3,-3],[1,-4],[1,-7],[0,-2],[2,-1],[2,0],[6,2],[4,7],[3,3],[4,1],[3,1],[3,0],[10,0],[5,-1],[2,-7],[3,-7],[2,-5],[3,-7],[2,-2],[5,-4],[8,-8],[8,-9],[5,-4],[12,-10],[8,-4],[8,-2],[4,-2],[3,-18],[1,-13],[3,-5],[5,-4],[8,10],[7,21],[4,7],[4,12],[2,15],[2,6],[4,10],[3,6],[4,0],[5,0],[3,-9],[3,-10],[4,-2],[3,0],[4,0],[6,3],[3,5],[4,9],[3,9],[0,5]],[[6762,8354],[1,-17],[28,-10],[11,-31],[4,-29],[8,-1],[10,-20],[-2,-16],[9,0],[0,23],[8,16],[11,5],[7,0],[5,-22],[8,-10],[13,18],[22,-17],[11,1],[4,-8]],[[6920,8236],[3,-17],[23,-8],[10,-13],[14,-31],[-6,-21],[29,-11],[13,2],[17,-17],[8,1],[21,-33],[0,-28],[12,-6],[-4,-27],[-22,13],[-12,-12],[-1,-19],[-5,-5],[3,-22],[-14,-19],[-17,-6],[14,-44],[-4,-35],[2,-12],[30,-20],[19,-64],[-1,-13],[11,-5],[10,-19]],[[6370,8325],[0,10],[-3,9],[-3,22],[-2,13],[1,4],[6,2],[14,-1],[11,-1],[7,-1],[6,-5],[4,-6],[3,-3],[7,-1],[1,2],[3,15],[8,26],[5,23],[6,26],[1,9],[-2,8],[0,9],[3,7],[4,6],[4,5],[1,2],[-1,9],[-4,17],[-4,11],[-3,5],[-2,6],[-2,8],[-1,13],[13,2],[8,-2],[6,7],[6,8],[3,-5],[3,-8],[3,-12],[1,-5],[5,-9],[1,-1],[11,-13],[2,-1],[4,-7],[2,-10],[1,-4],[-1,-7],[-1,-7],[1,-4],[1,-4],[9,-16],[2,-1],[2,1],[7,7],[6,2],[6,-4],[2,-5],[1,-4],[5,-6],[5,-2],[2,1],[7,1],[4,0],[8,-2],[3,-5],[3,-6],[1,-10],[4,-11],[5,-6],[5,-2],[2,6],[3,9],[4,8],[12,18],[13,12],[2,0],[4,6],[2,4],[6,17],[5,12],[5,1],[5,-1],[2,-3],[3,-5],[3,-11],[5,-24],[2,-8],[1,-8],[0,-13],[3,-12],[2,-5],[4,-4],[1,-1],[1,1],[6,8],[10,15],[3,2],[2,-1],[1,-2],[8,-19],[5,-23],[7,-61],[9,-2],[12,6],[7,3],[4,5],[4,0]],[[7859,8521],[21,1],[8,-7],[0,-13],[5,-6],[39,1],[-9,-44],[2,-13],[10,10],[19,-20],[7,-18],[-11,-23],[6,-67],[7,-8],[4,-22],[11,-6],[8,-22],[7,8],[10,-6],[-12,24],[3,7],[-10,11],[10,7],[-1,11],[14,-8],[-3,-9],[31,-28],[7,18],[6,-14],[-1,11],[7,1],[23,-16],[9,22],[8,0],[1,39],[5,1],[10,-7],[0,6],[21,7],[15,-6],[-7,-33]],[[8139,8310],[-4,-14],[14,-19],[-4,-25],[2,-20],[20,-41],[-2,-14],[-11,19],[-17,-4],[-8,-18],[1,-42],[13,-7],[9,-19],[7,-56],[23,-12],[-2,-20],[8,-6],[-4,-23],[11,-9]],[[7522,7555],[8,-1],[16,17],[6,16],[-3,20],[8,0],[0,-8],[8,2],[5,17],[7,-3],[0,11],[9,5],[5,-2],[7,-28],[13,7],[-1,43],[5,4],[-2,-15],[12,-11],[8,8],[5,-3],[2,22],[10,6],[12,32],[-15,-3],[2,13],[-5,-2],[6,29],[-19,4],[6,23],[-5,13],[-24,-20],[-7,21],[9,35],[-11,4],[-3,33],[-9,24],[-7,2],[-2,25],[-8,12],[-25,-3],[-3,41],[-7,20],[0,19],[15,14],[-6,9],[7,-8],[3,9],[34,13],[3,19],[-7,29],[-9,10],[-5,35],[3,16],[12,18],[-1,12],[9,4],[-3,12],[7,-2],[-4,13],[0,46],[-6,9],[2,33],[-5,0],[5,8],[-6,14],[-4,-4],[-4,24],[3,2],[-8,13],[1,10],[4,-1],[14,29],[2,-8],[3,11],[-5,19],[-6,1],[9,27],[-3,17],[18,-1],[2,12],[10,7],[4,-3],[-1,-12],[8,20],[2,-16],[-3,-41],[6,0],[-1,-19],[10,-13],[-6,-20],[5,-16],[19,-9],[14,42],[12,15],[7,-18],[12,-12],[8,11],[0,29],[12,-22],[9,12],[5,-3],[-14,41],[4,29],[10,25],[27,0],[27,-22],[1,-8],[6,3],[-1,-10],[10,-33],[5,3],[5,28],[7,-21],[8,-7],[-1,-7],[2,7],[-9,9],[-4,17],[16,-4],[3,7],[-17,28],[0,27],[14,26],[2,15],[17,-12]],[[8512,8000],[13,-9],[4,13],[9,4],[7,-15],[12,20],[15,-2],[-8,-75],[16,-24],[14,-7],[11,-4],[5,32],[6,7],[20,-39],[17,-8],[6,15],[3,-7],[6,8],[13,47],[3,-15],[16,-13],[13,59],[5,-7],[8,27],[-7,14],[8,45],[-1,26],[-11,19],[2,32],[11,20],[-4,13],[4,11],[32,14],[8,15],[0,54],[12,5],[2,25],[19,-12],[25,17],[5,-28],[17,-41],[2,23],[7,24]],[[8857,8283],[16,-6],[10,11],[10,79],[-5,6],[6,12],[5,-23],[19,-17],[6,-24],[4,4],[-4,76],[11,8],[16,-15],[6,-22],[1,-33],[11,-7],[4,-18],[22,0],[-6,-10],[-1,-24],[-30,-46],[-2,-14],[26,-28],[4,-12],[19,-3],[2,-8],[5,3],[9,-11],[-11,-9],[-1,-19],[6,-3],[-1,-5],[-11,0],[1,-22],[-7,-20],[18,-20],[5,12],[22,6],[0,-12],[-4,0],[0,-22],[10,-1],[-2,-16],[3,-2],[-7,-15],[7,-27],[-2,-57],[-5,3],[9,-15],[-15,-2],[-7,-48],[-10,-5],[-7,-21],[4,-44],[14,-2],[7,18],[8,-6],[6,7],[1,-16],[10,-16],[-16,-3],[-2,-13],[17,-19],[-8,-55],[-5,-12],[-9,1],[5,8],[-7,5],[-8,-6],[9,-10],[-15,-102],[7,6],[1,-20],[18,-11],[7,-16],[-2,-10],[6,-1],[-1,-39],[9,-10],[4,9],[6,-5],[7,-19]],[[5498,8087],[3,3],[5,7],[-1,15],[2,13],[5,7],[7,4],[4,3],[3,6],[2,10],[0,21],[0,4],[-2,2],[-1,14],[1,13],[1,5],[2,7],[2,10],[-1,18],[5,24],[2,5],[1,1],[5,0],[0,-2],[2,-5],[6,-21],[3,-8],[5,-1],[-1,1],[1,3],[0,2],[1,3],[3,8],[8,18],[5,10],[5,11],[9,8],[4,3],[2,2],[2,5],[5,31],[0,11],[-1,8],[-1,10],[-2,2],[-1,3],[-1,2],[0,2],[0,7],[0,9],[1,3],[1,1],[2,1],[8,26],[5,23],[4,8],[1,-2],[1,0],[2,0],[1,1],[1,2],[0,2],[3,12],[1,6],[0,10],[0,17],[1,10],[0,17],[-4,25],[-2,11],[-4,8],[-6,14],[0,2],[1,10],[0,6],[1,4],[3,31],[2,28],[1,2],[-1,5],[0,9],[-3,16],[-3,12],[-1,8],[-1,23],[1,5],[0,4],[2,4],[1,2],[2,1],[4,-1],[2,0],[1,-1],[1,-2],[1,-2],[1,-3],[2,-1],[2,0],[6,-1],[1,0],[1,3],[0,2],[2,17],[1,11],[-4,1],[-8,-2],[-5,-2],[-6,-1],[-7,6],[-1,2],[-2,4],[0,7],[1,1],[-4,9],[-4,5],[-1,1],[-7,7],[-5,10],[0,1],[-2,4],[0,3],[1,1],[3,2],[6,10],[4,17],[4,13],[6,11],[8,13],[2,29],[1,18],[0,12],[0,9],[0,3],[-1,5],[1,6],[1,2],[1,4],[7,9],[4,6],[4,7],[3,6],[2,4],[0,2],[1,2],[1,4],[0,3],[-1,6],[0,5],[1,4],[4,3],[2,0],[16,-10],[15,-1],[11,-11],[1,-3],[7,-15],[9,-13],[8,-5],[6,-11],[1,-2],[5,-15],[7,-9],[4,-7],[6,-14],[8,-26],[13,-24],[3,-7],[2,-9],[2,-4],[5,-7],[3,1],[3,1],[7,-3],[1,-2],[1,-3],[2,-10],[0,-2],[0,-5],[0,-3],[6,-3],[9,-3],[11,-8],[10,0],[10,-3],[16,-6],[5,-7],[4,-7],[1,-19],[1,-11],[6,-17],[12,-12],[1,-10],[1,-7],[1,-7],[5,-10],[17,-16],[11,-1],[2,0],[2,0],[5,-7],[0,-11],[1,-21],[0,-5],[-5,-23],[-3,-15],[-2,-5],[-2,0],[-4,2],[-4,5],[-6,1],[-10,-2],[-11,-6],[0,-19],[-2,-8],[-2,-3],[-2,0],[-4,-5],[-4,-17],[9,-19],[6,-15],[6,-9],[3,1],[10,2],[3,3],[5,-2],[3,-4],[0,-3],[-3,-16],[-3,-16],[-1,-7],[-1,-13],[13,-18],[10,-8],[4,-7],[1,-2],[4,-10],[6,-10],[14,4],[8,0],[12,2],[2,-8],[-1,-4],[-3,-10],[0,-7],[10,-9],[3,-1],[3,0],[7,0],[6,1],[6,12],[8,15],[2,3],[4,-1],[1,-2],[16,-9],[13,0],[6,-9],[4,-4],[7,-3],[7,2],[6,5],[8,3],[7,0],[6,-1],[1,-1],[8,-10],[10,-6],[16,-7]],[[9694,8556],[0,-4],[-3,-16],[-6,-19],[-3,-7],[0,-3],[1,-8],[2,-7],[3,-4],[6,-6],[3,1],[6,0],[5,-4],[2,-4],[-1,-10],[1,-6],[2,-10],[1,-8],[-1,-7],[-1,-6],[-2,-4],[-2,-2],[-2,-14],[-1,-15],[2,-25],[2,-16],[1,-5],[-1,-10],[-4,-19],[0,-9],[0,-11],[4,-19],[2,-8],[4,-6],[2,-6],[0,-8],[-1,-4],[-2,-10],[0,-4],[0,-3],[6,-16],[2,-3],[4,-3],[1,-2],[2,-5],[0,-6],[-6,-27],[-5,-14],[-3,-7],[-2,-6],[-2,-6],[0,-4],[0,-2],[5,-10],[0,-2],[-1,-3],[-2,-2],[-2,-1],[-9,1],[-11,-3],[-7,-11],[-6,-17],[-2,-5],[-1,-5],[0,-13],[2,-17],[3,-16],[1,-3],[0,-3],[-1,-4],[-1,-2],[-2,-2],[-2,0],[-4,3],[-1,2],[-2,8],[-1,2],[-5,1],[-4,-2],[-4,-3],[-8,-17],[-1,-4],[0,-3],[1,-3],[6,-10],[1,-2],[0,-3],[0,-6],[-5,-15],[0,-1],[-3,-7],[-9,-3],[-2,1],[-1,-2],[-1,-3],[-3,-12],[-3,-17],[-2,-5],[-3,-4],[-6,-2],[-3,-2],[-1,-3],[-6,-20],[0,-4],[1,-3],[0,-12],[-2,-12],[-7,-8],[-5,-9],[2,-30],[1,-14],[4,-19],[3,-14],[2,-9],[2,-5],[4,-6],[1,-5],[-1,-4],[-1,-4],[-9,-11],[-3,-6],[-2,-6],[-2,-5],[0,-8],[1,-9],[1,-9],[5,-17],[0,-9],[0,-5],[-1,-5],[-5,-9],[-1,-3],[0,-10],[0,-6],[1,-7],[0,-4],[-2,-4],[-6,-2],[-2,1],[-5,6],[-2,1],[-4,-3],[-1,-3],[-1,-5],[0,-4],[1,-4],[4,-15],[5,-20],[0,-13],[-1,-17],[3,-32],[1,-7],[2,-5],[1,-2],[4,-4],[5,-2],[3,0],[12,2],[10,2],[2,-1],[1,-2],[1,-4],[1,-6],[-1,-4],[-5,-7],[-1,-3],[-1,-3],[0,-3],[1,-5],[3,-6],[2,-2],[12,-6],[8,-12],[12,-11],[12,-9],[1,-2],[1,-3],[0,-5],[0,-3],[-5,-16],[-3,-5],[-7,-7],[-2,-6],[-2,-7],[0,-5],[0,-5],[2,-5],[4,-22],[5,-24],[5,-27],[3,-8],[5,-16],[7,-14],[2,-4],[1,-7],[0,-10],[3,-5],[2,-2],[5,-2],[6,-1],[7,0],[8,0],[2,-2],[3,-2],[11,-20],[1,-4],[0,-2],[-1,-5],[-6,-15],[0,-4],[-3,-17],[-1,-22],[-3,-18],[0,-20],[1,-7],[2,-8],[9,-17],[5,-12],[2,-7],[1,-8],[1,-6],[0,-6],[4,-27],[1,-10],[1,-10],[2,-6],[2,-7],[3,-23],[4,-16],[1,-7],[2,-27],[-1,-5],[-1,-8],[-1,-7],[0,-8],[1,-10]],[[9167,7385],[25,-13],[5,26],[35,-27],[36,-40],[13,25],[5,-20],[43,46],[15,39],[-33,27],[8,37],[-19,11],[2,22],[-22,44],[2,8],[-21,6],[-1,43],[-16,21],[-4,32],[-15,43],[9,-1],[6,17],[-5,27],[-15,-7],[-13,18],[2,46],[-6,46],[-3,16],[-9,9],[6,19],[8,-7],[3,12],[20,8],[1,7],[16,-8],[11,7],[17,-24],[8,36],[18,-14],[14,-22],[26,59],[-12,21],[-22,13],[6,48],[9,25],[15,-1],[14,52],[31,35],[17,-5],[-20,99],[-8,18],[4,7],[0,26],[-4,10],[17,32],[-2,7],[16,17],[-3,57],[-12,64],[-12,17],[-7,25],[42,-36],[-5,-19],[25,-38],[15,14],[-12,19],[3,23],[3,1],[-2,6],[2,15],[37,-3],[25,36],[8,-24],[14,-2],[9,-10],[-2,-25],[17,-19],[1,7],[12,-2],[28,-31],[16,13],[-6,7],[0,16],[7,0],[-16,26],[17,40],[41,-29],[21,-5],[1,45],[-4,14],[11,5],[3,10],[9,-9],[2,-14],[3,9],[3,-10]],[[7739,8865],[-8,-72],[14,-11],[13,-29],[6,-27],[1,-35],[-9,5],[-5,-16],[-22,12],[-4,-28],[28,-42],[-2,-21],[18,-8],[18,-22],[5,30],[7,-7],[6,17],[14,-18],[24,-14],[30,-6],[2,-24],[-7,-14],[-7,2],[-2,-16]],[[6920,8236],[4,32],[-21,39],[3,14],[-4,4],[-4,-10],[-13,15],[9,4],[5,18],[-2,10],[-9,7],[6,16],[8,-9],[3,16],[7,0],[10,19],[9,-14],[14,-9],[6,44],[11,-8],[2,15],[12,-21],[6,37],[10,7],[11,24],[10,-9],[5,9],[-2,14],[21,-2],[13,-28],[20,-6],[13,-16],[2,22],[15,55],[5,5],[4,-13],[14,-17],[8,3],[21,38],[13,-17],[1,-14],[6,-4],[3,7],[-3,19],[7,47],[12,7],[0,6],[-5,16],[-11,1],[-10,18],[2,12],[-3,12],[-11,7],[-3,13],[-8,1],[1,9],[-6,14],[16,9],[0,30],[-14,43],[22,-7],[-3,34],[8,-12],[23,-3],[3,7],[7,-3],[-2,12],[12,-5],[2,8],[26,-12],[6,-22],[10,-3],[18,23],[18,-29],[11,1],[7,-16],[9,-3],[-6,49],[-6,1],[2,5],[-8,14],[2,11],[9,-6],[1,13],[15,3],[9,-14],[-3,-15],[6,-40],[12,-24],[6,9],[7,54]],[[7362,8807],[21,-17],[12,11],[-1,17],[4,8],[-17,32],[3,15],[-7,6],[6,17],[1,45],[33,-44],[8,0],[5,10],[10,-2],[3,20],[8,-5],[6,5],[-2,22],[17,7],[8,27],[35,-10],[2,14],[-6,7],[16,33],[7,-6],[8,-40],[9,-4],[8,-17],[12,14],[4,18],[9,2],[3,-10],[3,11],[-5,5],[11,40],[13,33],[4,-6],[0,6],[6,3],[17,-9],[5,-28],[9,5],[11,-17],[14,45],[22,12],[11,-15],[-4,-12],[26,-41],[-1,-10],[-19,10],[4,-50],[7,0],[7,-15],[14,2],[7,-7],[4,-22],[-21,-19],[-11,4],[-1,-35],[19,-7]],[[8857,8283],[-1,91],[8,16],[9,0],[3,46],[-5,8],[-7,-11],[-34,-13],[-14,56],[-4,61],[6,3],[-9,26],[12,9],[-6,42],[-31,10],[-1,-18],[-41,-16],[-1,92],[6,8],[13,60],[1,27],[-8,1],[0,16],[9,0],[11,13],[-6,13],[9,30],[0,21],[-7,5],[3,24],[-12,20],[9,-5],[2,22]],[[8771,8940],[13,0],[9,-2],[5,0],[6,0],[7,-5],[12,-5],[1,4],[5,12],[13,1],[14,-5],[7,-2],[6,-2],[6,-6],[8,-10],[10,-8],[10,-3],[5,0],[6,0],[4,1],[2,8],[4,31],[5,6],[12,-13],[4,-8],[1,-3],[-5,-19],[8,-18],[9,0],[15,2],[7,7],[1,1],[1,3],[5,15],[6,7],[8,4],[7,9],[6,14],[4,27],[6,19],[6,16],[2,2],[5,3],[2,2],[2,2],[7,9],[3,11],[2,22],[-2,10],[0,10],[3,16],[11,25],[0,2],[-1,5],[-1,12],[1,5],[2,9],[6,10],[11,10],[1,7],[1,5],[6,-2],[8,-9],[6,-10],[8,-2],[13,-1],[7,-1],[11,3],[7,-5],[6,-9],[7,6],[7,16],[4,12],[3,14],[8,13],[7,-18],[13,-22],[4,-11],[4,-13],[4,-14],[3,-2],[9,1],[3,-1],[9,-6],[14,-18],[0,-9],[-1,-6],[9,-4],[13,-5],[17,1],[9,1],[3,7],[4,6],[5,5],[7,0],[9,-2],[4,-3],[13,-13],[0,-2],[1,-8],[-1,-6],[0,-5],[3,-6],[11,-9],[2,-8],[2,-10],[2,-25],[1,-15],[0,-10],[1,-9],[0,-4],[0,-3],[-3,-8],[-6,-16],[-1,-9],[3,-12],[4,-8],[2,-5],[3,-22],[0,-1],[8,6],[4,6],[3,7],[9,12],[14,6],[7,2],[10,0],[6,-6],[5,-10],[4,-8],[5,-5],[6,5],[4,1],[4,-20],[4,-23],[2,-4],[4,-6],[14,-12],[15,-8],[7,0],[9,-3],[5,-6],[6,-2],[1,0],[5,4],[10,0],[5,-2],[7,0],[7,3],[9,21],[10,-19],[14,1],[21,2],[1,0],[5,11],[2,10],[3,14],[3,6],[3,-5],[3,-12],[3,-10],[7,-1],[2,0],[6,0],[11,-18],[3,-12],[8,-18],[3,-18],[1,-24],[-1,-15],[-1,-4],[-3,-15],[-3,-10],[-1,-9],[0,-9],[3,-7],[2,-1],[3,-1],[2,0],[2,-3],[4,-9],[1,-4],[-1,-28],[-3,-29],[-1,-5],[0,-5],[0,-6],[1,-12],[5,-13],[4,-9],[1,-5],[0,-3]],[[8139,8310],[8,3],[15,34],[11,-15],[6,5],[1,17],[10,-14],[7,0],[2,10],[11,2],[3,15],[21,-15],[15,11],[-3,16],[-10,18],[0,13],[13,2],[4,8],[8,-4],[0,-12],[8,21],[7,-5],[41,4],[41,-21],[-3,89],[6,59],[0,60],[23,38],[12,-1],[4,33],[-78,31],[0,7],[-17,2],[-36,25],[-12,-9],[2,19],[-23,4],[0,52],[-3,7],[-19,-7],[12,10],[-1,12],[12,4],[0,8],[10,1],[-5,17],[3,20],[-21,9],[11,33],[10,16],[8,-13],[7,20],[11,-3],[6,13],[9,-12],[11,24],[4,65],[10,-9],[16,15],[-9,29],[3,27],[10,12],[-27,31],[-14,-14],[-20,13],[-2,-13],[-14,9],[7,16],[-21,18],[7,41],[-22,8],[-3,43],[-62,-5],[-32,19],[27,87]],[[8155,9363],[5,8],[3,6],[3,5],[11,26],[2,5],[2,7],[3,13],[4,13],[1,3],[6,-2],[12,-2],[17,-6],[9,3],[4,0],[8,-2],[4,-5],[3,-1],[7,6],[3,7],[5,4],[7,0],[9,-26],[1,-2],[0,-5],[-1,-3],[-1,-3],[-4,-6],[-8,-5],[0,-6],[2,-4],[2,-3],[9,-4],[6,-5],[6,-7],[3,-6],[2,-2],[11,5],[3,4],[0,2],[1,5],[-2,6],[-2,1],[-2,3],[0,2],[1,2],[1,1],[2,0],[3,-4],[2,-2],[3,-13],[1,-7],[-1,-10],[-1,-11],[2,-12],[3,-9],[1,-2],[3,-1],[3,1],[2,4],[2,6],[1,13],[1,3],[3,0],[1,0],[2,-2],[5,-14],[4,-14],[1,-8],[-2,-4],[-2,-2],[-5,1],[-2,2],[-3,10],[-1,5],[0,4],[-1,1],[-2,-4],[-1,-14],[1,-9],[2,-6],[2,-1],[12,5],[8,5],[14,-1],[5,-3],[8,-8],[0,-1],[0,-3],[-5,-16],[-4,-15],[1,-4],[1,-2],[12,-15],[4,-1],[4,3],[0,4],[1,8],[2,10],[6,-1],[9,-6],[3,-7],[3,-9],[-4,-7],[-5,-14],[-2,-12],[-1,-11],[0,-9],[4,-10],[4,-6],[10,-10],[9,-12],[1,-3],[13,-21],[7,-11],[6,-13],[6,-14],[9,-7],[16,-12],[8,-7],[13,-14],[14,-16],[6,-5],[3,-3],[6,-3],[16,-24],[2,-2],[4,-3],[14,-14],[16,-11],[8,-3],[6,-2],[5,-1],[7,2],[11,2],[24,-13],[14,1],[4,8],[5,6],[7,2],[14,-4],[7,-5],[14,-7],[9,0],[16,-3],[21,-8]],[[7739,8865],[10,-6],[9,38],[17,-13],[20,4],[5,35],[15,7],[1,29],[-6,16],[5,0],[-1,15],[12,2],[-5,30],[4,8],[20,-20],[12,9],[1,14],[-8,15],[-27,23],[28,43],[-1,12],[-10,19],[14,27],[3,25],[-15,33],[15,21],[12,-10],[-1,26],[20,-11],[5,9],[-2,12],[6,-12],[5,1],[7,14],[9,3],[4,29],[28,1],[14,16],[-11,50],[-4,4],[-9,-11],[-1,27],[-14,22],[5,32],[10,-10],[4,17],[1,-8],[5,0],[0,7],[16,-10],[0,13],[-21,7],[-13,21],[2,11],[-5,2],[1,17],[8,0],[-1,9]],[[7937,9529],[3,1],[12,2],[2,1],[2,0],[14,4],[9,-10],[4,-9],[4,-12],[0,-5],[6,-14],[3,-1],[6,0],[1,3],[11,-4],[9,-6],[2,-4],[3,-4],[9,-21],[5,-12],[3,-10],[3,-6],[2,-4],[6,-7],[4,-5],[5,-13],[1,-5],[1,-7],[4,-5],[4,0],[3,1],[4,10],[10,5],[6,2],[6,-3],[-2,-6],[15,-6],[6,-2],[8,-2],[4,-1],[4,-2],[5,-5],[8,-4],[3,0]],[[7362,8807],[5,37],[-7,14],[11,1],[3,12],[-5,12],[-14,2],[5,14],[-5,11],[2,61],[-13,3],[-6,20],[-17,19],[3,19],[19,29],[-10,32],[6,26],[-4,20],[13,8],[12,20],[9,-15],[6,53],[15,8],[-6,38],[-14,13],[3,9],[0,25],[-8,16],[-7,-2],[2,12],[7,3],[-2,9],[-5,-2],[8,22],[-2,19],[6,6],[16,-4],[5,7],[0,22],[-12,31],[-1,16],[16,24],[6,-10],[11,-1],[0,24],[-10,7],[5,8],[-6,7],[7,11],[-7,7],[7,13],[-6,9],[2,64],[7,14],[-23,38],[-4,23],[-9,8],[2,5]],[[7378,9704],[9,4],[7,6],[5,4],[4,2],[9,-10],[8,4],[6,12],[11,22],[5,7],[2,4],[5,4],[3,3],[8,2],[7,-1],[11,0],[14,-4],[12,-12],[4,-4],[2,0],[8,12],[0,17],[1,10],[1,11],[7,13],[4,12],[4,13],[1,8],[1,6],[-5,8],[-3,11],[0,3],[0,4],[0,8],[1,10],[0,2],[1,6],[4,-1],[12,-7],[3,-8],[1,-11],[-2,-12],[6,-10],[9,-10],[12,7],[13,-18],[7,13],[1,2],[9,13],[13,3],[4,1],[3,-1],[5,-1],[16,-9],[8,-7],[3,-9],[1,-1],[12,-12],[9,-26],[1,-4],[2,-3],[3,-2],[6,-2],[4,-3],[2,-3],[8,-20],[3,-5],[12,-12],[6,-5],[10,-6],[8,2],[8,-1],[5,-1],[1,-3],[6,-4],[7,3],[3,3],[2,3],[5,1],[6,-12],[9,-11],[13,-16],[8,-4],[3,-4],[4,-7],[1,-3],[1,-22],[2,-29],[2,-10],[0,-1],[7,-16],[2,-3],[10,-6],[11,-5],[7,-5],[8,-7],[2,-1],[9,-6],[13,-7],[13,-16],[8,-13],[4,-3],[3,-1],[7,2],[2,0]],[[6762,8354],[5,1],[3,-3],[2,-3],[2,-3],[2,-1],[6,8],[2,9],[0,3],[0,3],[-1,3],[-1,5],[3,10],[6,11],[10,18],[1,4],[-9,57],[10,79],[-5,25],[-7,17],[-1,2],[8,61],[6,26],[3,13],[3,9],[0,2],[-2,14],[0,8],[2,7],[1,5],[7,28],[3,9],[1,3],[6,9],[6,5],[4,2],[6,7],[4,10],[1,6],[20,7],[2,2],[9,12],[4,8],[2,5],[7,20],[3,11],[11,20],[4,3],[5,5],[-6,27],[-4,21],[0,3],[1,13],[7,19],[4,13],[2,7],[1,11],[0,2],[-2,10],[-4,22],[1,17],[1,5],[1,2],[5,4],[10,7],[8,-2],[7,-2],[10,5],[5,0],[5,-8],[4,-8],[5,-5],[5,-2],[5,2],[1,1],[10,11],[8,1],[6,-1],[4,-8],[2,-6],[6,-10],[5,-10],[15,-16],[3,0],[5,0],[4,4],[5,0],[6,-2],[15,-14],[14,-8],[13,-14],[3,3],[6,11],[7,14],[10,13],[5,13],[2,11],[-1,15],[-6,13],[-9,9],[-16,12],[-4,6],[0,22],[4,24],[3,16],[-1,17],[0,4],[1,8],[3,14],[6,9],[3,9],[1,10],[0,13],[-1,10],[1,12],[5,31],[16,0],[0,14],[-6,14],[-5,11],[-3,9],[-2,13],[0,8],[1,3],[0,10],[0,19],[0,8],[0,13],[14,0],[0,61],[7,8],[3,20],[2,13],[0,9],[-1,7],[-2,15],[-1,23],[0,2],[-8,25],[-3,13],[-1,9],[1,10],[3,3],[4,13],[-2,14],[-6,17],[-2,19],[-3,26],[0,4],[1,4],[0,9],[-1,23],[-1,17],[3,20],[1,15],[7,24],[2,4],[2,1],[11,17],[2,23],[1,12],[-1,10],[-3,4],[-4,10],[-2,6],[4,6],[6,9],[5,-5],[4,1],[5,3],[3,4],[2,4],[1,5],[1,3],[2,3],[6,8],[2,0],[5,-7],[8,-13],[4,-8],[5,-5],[3,-1],[5,3],[5,6],[5,5],[3,1],[3,0],[2,0],[7,-4],[3,-17],[-1,-10],[0,-10],[1,-11],[1,-8],[11,-6],[8,-1],[5,1],[9,-4],[8,-6],[2,-2],[5,1],[3,4],[2,10],[4,3],[6,-2],[11,-4],[7,-2],[2,1],[2,5],[14,-8],[8,-5],[10,-9],[3,-13],[-1,-19],[-2,-2],[-3,1],[-1,0],[-3,-8],[0,-6],[2,-4],[1,-3],[6,-2],[7,-11],[3,-20],[1,-3],[3,-9],[2,-18],[-1,-7],[-3,-7],[-7,-17],[-5,-16],[-3,-14],[7,-14]]],"transform":{"scale":[0.0007630811581158102,0.0002646857185718569],"translate":[9.530748999999787,46.37393299999985]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/BE.json b/dist-amd/map/TopoJSON/BE.json new file mode 100644 index 0000000000..cbf3b4eb1b --- /dev/null +++ b/dist-amd/map/TopoJSON/BE.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2]]},{"type":"Polygon","arcs":[[3,-1,4,5]]},{"type":"Polygon","arcs":[[6,7,-5,-3,8,9]]},{"type":"Polygon","arcs":[[10,-6,-8,11,12]]},{"type":"Polygon","arcs":[[13,14,15,16,17]]},{"type":"Polygon","arcs":[[18,-10,19,-15,20,21]]},{"type":"Polygon","arcs":[[22,-12,-7,-19,23]]},{"type":"Polygon","arcs":[[-17,24,25,26,27]]},{"type":"Polygon","arcs":[[28,29]]},{"type":"Polygon","arcs":[[-29,30,31,-24,-22,32,33]]},{"type":"Polygon","arcs":[[34,35,-18,-28,36]]},{"type":"Polygon","arcs":[[37,-33,-21,-14,-36,38]]},{"type":"Polygon","arcs":[[-26,39,40,41]]},{"type":"Polygon","arcs":[[-13,-23,-32,42,43,44],[45],[46]]},{"type":"Polygon","arcs":[[47,48,49,-34,-38,50,51]]},{"type":"Polygon","arcs":[[-44,52,53]]},{"type":"Polygon","arcs":[[-53,-43,-31,-30,-50,54,55]]},{"type":"Polygon","arcs":[[56,57,-37,-27,-42,58,59,60]]},{"type":"Polygon","arcs":[[-51,-39,-35,-58,61,62]]},{"type":"Polygon","arcs":[[-59,-41,63,64,65]]},{"type":"Polygon","arcs":[[66,-65,67,68,69]]},{"type":"Polygon","arcs":[[-69,70,71]]},{"type":"Polygon","arcs":[[72,73]]},{"type":"Polygon","arcs":[[74,75]]},{"type":"Polygon","arcs":[[76,-55,-49,77,78]]},{"type":"Polygon","arcs":[[79,80,-70,-72,81,82,83,84]]},{"type":"Polygon","arcs":[[85,-60,-66,-67,-81,86]]},{"type":"Polygon","arcs":[[87,-61,-86,88,89]]},{"type":"Polygon","arcs":[[90,-52,-63,91,-75,92,93,94]]},{"type":"Polygon","arcs":[[95,-83,96,-74,97,98,99]]},{"type":"Polygon","arcs":[[-93,-76,-92,-62,-57,-88,100,101]]},{"type":"Polygon","arcs":[[102,-78,-48,-91,103]]},{"type":"Polygon","arcs":[[104,-84,-96,105,106]]},{"type":"Polygon","arcs":[[107,-101,-90,108,109]]},{"type":"Polygon","arcs":[[110,-85,-105,111]]},{"type":"Polygon","arcs":[[112,-94,-102,-108,113,114]]},{"type":"Polygon","arcs":[[115,-106,-100,116,117]]},{"type":"Polygon","arcs":[[118,-109,-89,-87,-80,-111,119,120,121]]},{"type":"Polygon","arcs":[[-79,-103,122,123]]},{"type":"Polygon","arcs":[[-117,-99,124,125]]},{"type":"Polygon","arcs":[[-121,126,127]]},{"type":"Polygon","arcs":[[-114,-110,-119,128,129]]},{"type":"Polygon","arcs":[[-118,-126,130,131]]},{"type":"Polygon","arcs":[[-127,-120,-112,-107,-116,-132,132]]},{"type":"Polygon","arcs":[[133,-115,-130,134]]},{"type":"Polygon","arcs":[[-123,-104,-95,-113,-134,135]]}]}},"arcs":[[[8127,1420],[34,-32],[38,-5],[1,-23],[-15,-30],[-3,-32],[-33,-20],[-20,-48],[-22,-14],[8,-5],[-7,-3],[20,-48],[34,-39],[3,-25],[17,-10],[7,-38],[-20,7],[-2,20],[-5,-15],[-8,5],[-5,-78],[-38,-40],[41,-108],[2,-41],[12,-2],[-16,-57],[31,1],[24,-24],[30,3],[10,-24],[14,20],[5,-6],[2,-51],[12,-19],[-25,-27],[9,-3],[-19,-37],[-26,-7],[-6,-21],[-19,18],[-16,-5],[2,-47],[7,-7],[-7,-18],[7,-34],[-7,-30],[43,-25],[6,12],[27,6],[-16,-85],[3,-63],[15,-25]],[[8256,241],[-19,-9],[-10,-11],[-22,-7],[-19,-6],[-10,1],[-7,2],[-5,5],[-9,15],[-12,12],[-24,5],[-25,8],[-15,11],[-16,12],[-22,-15],[-23,-16],[-22,-21],[-19,-26],[-7,-8],[-11,-16],[-10,-24],[-1,-4],[2,-2],[8,-10],[4,-24],[-10,-28],[-3,-5],[-8,-13],[-3,-11],[-2,-13],[-10,6],[-9,8],[-4,20],[-2,18],[-22,29],[-6,4],[-5,-6],[-38,22],[-31,9],[-15,6],[-6,-5],[-11,-8],[-10,-13],[-3,-20],[-12,-22],[-23,-15],[-36,-16],[-36,-11],[-5,-2],[-21,3],[-10,2],[-14,-3],[-6,-8],[-4,-14],[0,-6],[-4,-7],[-10,-12],[-10,-2],[-15,9],[-3,16],[3,21],[1,12],[-20,14],[-10,9],[-12,12],[-4,6],[-1,4],[9,6],[18,18],[16,20],[6,8],[-1,40],[-2,13],[-25,24],[-20,24],[-11,19],[16,30],[18,41],[-26,2],[-22,13],[-3,12],[-9,44],[-8,23],[2,34],[-12,26],[-26,23],[-13,29],[-9,6],[-14,3],[-11,25],[-4,4],[-5,4],[-5,4],[-30,11],[-3,4],[-24,12],[-24,12],[-25,27],[-7,2],[-3,1],[-6,-2],[-5,-12],[-2,-7],[-1,-18],[0,-7],[-8,-27],[-16,-4],[-8,6],[-18,-6],[-11,-5],[-11,-13],[-6,-2],[-2,3],[-9,40],[-9,23],[0,26],[9,26],[9,14],[6,13],[11,20],[-1,8],[37,31],[0,8],[-9,18],[-25,29],[-14,21],[-14,20],[-36,24],[-23,29],[-9,15],[-3,17],[-26,31],[-9,7],[-30,-13],[-15,-29],[-15,-12],[-3,0],[-7,10],[-10,8],[-12,8],[-7,0],[-29,-18],[-8,9],[-22,34],[-3,0],[-12,-8],[-34,-2],[-21,1],[-34,-6],[-4,5],[-1,11],[-1,19],[5,35],[-1,22],[-10,17],[-14,13],[-6,2]],[[6752,1099],[-17,48],[10,17],[21,-14],[-8,65],[-9,15],[6,71],[34,12],[16,20],[27,14],[1,40],[36,1],[34,-18],[12,11],[14,-15],[6,-50],[8,-10],[8,79],[10,-34],[30,18],[2,-20],[17,-4],[7,-18],[29,9],[2,-28],[17,-2],[25,31],[33,73],[27,-13],[47,17],[40,-25],[27,-2],[16,10],[15,-2],[-2,-11],[78,10],[-2,19],[9,0],[-2,-10],[10,2],[38,25],[-4,31],[8,-27],[12,16],[-6,-14],[8,-8],[41,-2],[31,-14],[4,-35],[48,-85],[27,-23],[11,-42],[47,-46],[20,18],[4,27],[43,0],[4,-12],[0,13],[21,9],[24,-12],[17,37],[2,46],[12,-13],[23,37],[-5,54],[48,0],[27,-21],[36,11],[12,24],[16,12],[22,-22],[7,9],[5,-26],[21,4],[22,-30],[17,33],[0,17],[32,16],[5,14],[41,-6]],[[8286,1775],[0,-4],[0,-3],[2,-2],[3,-1],[7,0],[8,1],[3,-1],[8,-12],[1,-4],[-2,-12],[-1,-1],[-21,-23],[-14,-10],[-3,-16],[0,-18],[3,-4],[6,-21],[-2,-17],[-5,-15],[4,-14],[5,-14],[5,-10],[3,-13],[3,-24],[1,-14],[1,-9],[2,-19],[1,-7],[10,-11],[14,-3],[22,2],[16,5],[18,4],[2,3],[5,2],[5,1],[4,-5],[8,-23],[-3,-11],[0,-11],[17,-30],[13,-21],[10,-24],[9,-31],[12,-15],[5,-36],[0,-5],[7,-14],[9,-9],[7,2],[13,-27],[-12,-27],[2,-30],[-1,-20],[-1,-4],[-4,-8],[13,-11],[27,-14],[9,-1],[19,15],[23,12],[12,0],[5,-3],[21,-21],[0,-6],[-3,-17],[2,-6],[3,-3],[14,-12],[13,-19],[-12,-19],[-10,-20],[-9,-11],[-7,-4],[-9,-19],[-11,-31],[-4,-22],[-1,-18],[9,-22],[6,-4],[22,-9],[3,1],[2,-2],[11,-7],[21,-16],[23,-13],[9,-10],[5,-14],[-5,-18],[-3,-30],[1,-14],[5,-30],[9,-18],[-1,-2],[-2,-2],[-11,-12],[-8,-7],[-4,7],[-14,2],[-13,-6],[-9,-10],[-1,-3],[-2,-7],[-7,-40],[-9,-12],[-1,-4],[-1,-2],[0,-3],[0,-18],[0,-4],[4,-5],[0,-5],[-1,-11],[-2,-10],[-4,-3],[-11,-8],[-27,-21],[-29,-21],[-2,-8],[3,-27],[3,-17],[24,-5],[10,3],[7,9],[5,6],[5,-3],[3,-7],[6,-21],[-4,-40],[-7,-11],[-22,-22],[-12,-13],[-15,-12],[-8,-8],[-5,-13],[-3,-24],[-18,-11],[-23,-13],[-26,-18],[-7,10],[-22,11],[-15,-4],[-16,6],[-6,4],[-10,13],[-3,4],[-18,18],[-10,9],[-10,6],[-12,4],[-21,-12],[-10,-15],[-2,-3],[2,-10],[2,-9],[1,-2],[-1,-20],[-3,-27],[-20,-16],[-24,-4],[-7,18],[-4,16]],[[8127,1420],[53,142],[-12,49]],[[8168,1611],[10,34],[-6,15],[16,23],[4,27],[16,16],[-3,36],[9,16],[61,17],[16,-12],[-5,-8]],[[7035,3044],[73,-41],[-4,-10],[32,-38],[24,-10],[3,10],[11,-24],[11,-5],[6,2],[-4,18],[20,10],[4,19],[32,-15],[52,19],[26,-15],[36,-54],[16,-48],[31,-34],[-1,-22],[22,-65],[10,4]],[[7435,2745],[-8,-9],[37,-58],[2,-39],[3,17],[35,-38],[52,11],[89,-15],[-16,-10],[-14,-36],[9,-54],[87,-82],[22,-47],[-7,-37],[7,-11],[42,1],[-17,-20],[29,-51],[-10,-3],[-1,-16],[-55,-24],[-12,-48],[12,-15],[-82,-140],[39,-80],[13,-1],[10,-21],[22,-11],[-1,-16],[-8,-2],[11,-34],[38,-15],[26,19],[11,-14],[16,9],[28,-7],[30,46],[98,74],[83,39],[-14,-23],[-3,-45],[-38,-19],[11,-7],[-12,-29],[5,-47],[-13,-33],[13,-3],[1,-59],[-5,-11],[-18,3],[12,-36],[-39,-12],[-11,-27],[14,-4],[13,30],[23,8],[7,-39],[9,17],[6,-14],[11,11],[40,-3],[31,10],[-2,-25],[25,-2],[-4,-8],[11,-5],[-10,-15],[4,-15],[17,37],[10,-7],[7,8],[12,-32]],[[6752,1099],[-4,1],[-7,-20],[-15,-24],[-3,6],[-24,12],[-17,6],[-10,16],[5,48],[-17,43],[-3,21],[-53,100],[-8,19],[-15,11],[-12,-9],[-12,-6],[-17,-8],[-24,4],[0,2],[-1,15],[-4,8],[-36,15],[-3,0],[-8,1],[-16,8],[-14,12],[-42,26],[-17,14],[-4,12],[-10,33],[-10,38],[-2,4],[-6,3],[-4,1],[-24,-4],[-7,1],[-7,2],[-5,5],[-21,2]],[[6275,1517],[0,45],[30,28],[-10,17],[26,2],[8,17],[-16,16],[3,58],[-10,21],[16,18],[5,32],[16,1],[18,22],[24,2],[36,36],[2,28],[-16,11],[39,-5],[54,49],[16,23],[-37,9],[3,9],[-17,12],[10,29],[28,-6],[14,15],[23,62],[24,2],[45,38],[36,-2],[18,11],[-24,15],[-30,58],[10,47],[-1,69],[-59,33],[-31,34],[-1,41],[-17,12],[-20,-4],[-5,15],[-20,-27],[-36,-15],[-25,-2],[-28,18],[-5,37],[15,18],[1,24],[-47,47],[6,41],[-16,6],[-18,36],[-28,28],[15,9],[25,-16],[14,19],[9,69],[36,-35],[14,19],[23,9],[8,30],[34,18],[2,43],[11,-4],[18,27],[2,32],[-15,14],[1,10],[24,-14],[6,13],[0,13],[-19,10],[-1,27],[33,176],[8,-1],[-7,-20],[6,-7],[-21,-48],[29,-72],[66,8],[66,23],[6,-10],[20,6],[10,-22],[43,-1],[-2,12],[10,-2],[6,21],[79,0],[-1,-14],[24,1],[5,10],[1,-17],[69,29],[0,24],[27,16],[60,-1],[7,-8]],[[9007,3414],[-6,-3],[-11,-5],[-17,-13],[-16,-9],[-4,-2],[-7,-2],[-2,0],[-30,-2],[-9,-1],[-37,-2],[-10,-10],[-7,-11],[-1,-32],[0,-28],[-7,-41],[0,-4],[-1,-38],[-2,-38],[-5,-11],[-11,-8],[-29,-9],[-31,-12],[-29,-20],[-6,-4],[-18,-9],[-25,-18],[-14,-20],[0,-33],[-2,-20],[-14,-31],[-7,-23],[3,-52],[-2,-7],[-12,-13],[-1,3],[-36,-17],[-19,-21],[-5,-12],[-5,-22],[-2,-26],[14,-12],[16,-23],[6,-21],[-3,-10],[-15,-20],[-14,-26],[-11,-34],[-5,-18],[-2,-9],[-19,-14],[-7,-3],[-22,-10],[-20,-10],[-5,-3],[-9,-7],[1,-8],[2,-10],[11,-56],[21,-38],[18,-9],[1,-23],[-6,-16],[-10,-13],[-8,-12],[-22,-7],[-23,-9],[-6,-8],[-3,-17],[4,-9],[-2,-8],[-8,-9],[-18,3],[-1,1],[-11,4],[-12,0],[-22,-8],[-12,-13],[-9,-15],[-7,-25],[-2,-10],[0,-3],[1,-13],[1,-10],[6,-16],[3,-17],[-20,-29],[-10,-22],[-4,-21],[0,-5],[-1,-13],[2,-18],[2,-4],[-10,-7],[-29,-22],[-22,-27],[-9,-25],[-1,-10],[10,-9],[23,-14],[25,-12],[16,-7],[8,-5],[19,-16],[11,-12],[3,-7],[1,-25],[-5,-17],[-12,-9],[-16,0],[-19,5],[-3,4],[-4,4],[-4,1],[-3,-3],[-4,-7],[-2,-8],[0,-3],[5,-26],[5,-21],[2,-18],[-6,-1],[-9,-3],[-11,-5],[-3,-2]],[[7435,2745],[45,16],[74,101],[51,3],[23,17],[-2,9],[21,-8],[30,6],[33,-21],[1,-19],[17,-11],[30,3],[2,34],[33,-1],[39,55],[32,-9],[31,35],[-3,20],[8,8],[10,-31],[9,1],[31,20],[8,18],[25,-9],[8,32],[30,-9],[13,40],[12,-3],[-1,-22],[8,-2],[6,57],[14,-21],[16,29],[20,-14],[-17,50],[18,14],[2,50],[-21,-2],[-16,34],[10,9],[9,-23],[8,2],[-2,53],[-11,10],[-17,-16],[-12,20],[-9,-16],[7,-21],[-16,18],[16,28],[-4,22],[11,6],[-17,26],[23,36],[19,1],[-7,17],[40,10],[38,95],[38,19],[10,-77],[68,31],[4,23],[-42,39],[8,21],[-7,42],[-44,29],[6,10],[-11,23],[43,106],[-12,50]],[[8222,3808],[60,-7],[16,27],[32,12],[48,-28],[47,12],[6,-20],[10,-1],[4,-33],[6,50],[28,-1],[17,13],[32,-27],[58,36],[22,-1],[7,41],[9,-3],[12,22],[-41,12],[-54,-11],[3,39],[13,3],[-1,15],[22,18],[-11,22],[22,21],[15,48],[0,27],[-7,-2],[-10,31],[-22,13],[-9,-5],[2,44],[28,64],[55,-41],[16,-8],[32,5],[52,-34],[17,-1],[22,29],[43,-20],[19,-35],[50,12],[-4,-14],[12,-34],[67,-29],[20,-74],[-15,-146],[14,-86],[-21,-72],[9,-100],[8,-18],[-9,-45],[22,1],[18,20],[19,-20],[-4,-23],[-31,-38],[10,-54]],[[5289,4104],[10,-80],[-18,-62],[1,-23],[91,40],[-26,-53],[-43,-59],[28,12],[69,-5],[25,8],[-3,-44],[58,-19],[3,-14],[19,9],[-5,11],[34,7],[5,20],[27,12],[16,-6],[3,29],[7,2],[125,-15]],[[5715,3874],[32,-1],[-10,-36],[-67,-89],[29,-30],[8,-24],[3,-47],[-8,-34],[53,8],[-16,-43],[21,-1],[11,-29],[33,-19],[0,-10],[-16,7],[5,-21],[-8,-6],[10,-69],[26,-12],[14,-26],[-61,-52],[-26,-10],[-23,10],[-12,-31],[31,-24],[12,-31],[71,-11]],[[5827,3243],[-28,-23],[-16,-12],[-20,-9],[-17,-10],[-8,-6],[1,-12],[-17,-62],[-10,-37],[-2,-12],[-24,-14],[-7,-4],[-50,-30],[-16,-22],[-26,-7],[-5,-6],[-3,-6],[-12,-29],[-5,-11],[-6,-14],[-9,-34],[-8,-32],[-5,-13],[1,-15],[7,-33],[15,0],[12,-10],[7,-13],[-10,-21],[-2,-7],[4,-24],[-6,-12],[-6,-13],[-3,-17],[-9,-28],[-4,-40],[1,-30],[3,-31],[-1,-29],[20,-29],[-2,-3],[-11,-1],[-32,-1],[-27,5],[-24,-14],[-9,-5],[-6,-3],[-15,-7],[-9,-3],[-13,-4],[-15,-9],[-24,-5],[-38,-5],[-16,3],[-34,-9],[-17,-4],[-15,-11],[-6,-21],[-4,-12],[-21,-22],[-18,-5],[-11,-4],[-14,0],[-12,-3],[-10,-6],[-12,-15],[-8,-18],[-16,-29],[-8,-9],[-11,-5],[-6,-5],[-11,-17],[-16,3],[-16,3],[-13,-4],[-20,-6],[-14,8],[-90,-52],[-15,22],[-14,-2],[-3,0],[-3,2]],[[4884,2213],[34,60],[-24,86],[-33,61],[-26,78],[5,66],[-17,125],[-6,-1],[7,40],[-8,23],[-12,-8],[-1,15],[-19,-17],[-10,18],[15,31],[-14,48],[10,70],[-21,134],[7,25],[32,49],[-43,64],[11,35],[-10,37],[-10,15],[-13,-1],[-1,19],[-26,2],[-10,67],[83,53],[10,21],[-5,39],[-13,6],[5,16],[-9,11],[9,12],[-3,46],[19,7],[-11,41],[8,12],[-4,8],[9,2],[6,32],[-34,8],[-4,27],[-20,-4],[-33,25],[-56,-80],[-38,29],[-26,7],[-4,13],[-25,4],[-2,19],[-34,17],[-5,25],[-19,-2],[10,19],[-8,10],[24,36],[19,10],[2,-6],[14,31],[13,-13],[10,2],[5,6],[-9,17],[26,0],[4,26],[11,-10],[13,11],[-1,-15],[10,19],[25,-1],[19,-16],[11,21],[-3,19],[19,10],[2,34],[45,-10],[20,17],[26,56],[-11,26],[5,6],[45,-19],[-1,-9],[33,24],[7,-14],[26,3],[32,-16],[23,27],[-6,16],[19,26],[10,44]],[[4994,4135],[77,7],[9,-20],[-7,-17],[33,-15],[-1,-20],[125,42],[59,-8]],[[7372,4393],[22,-29],[-11,-21],[13,-8],[-8,-24],[-19,-14],[-29,-49],[13,-31],[27,-16],[-3,-27],[-10,1],[-38,-35],[1,-9],[-67,-26],[-21,-26],[-4,-23],[16,-33],[37,62],[49,-19],[14,16],[5,-4],[12,-33],[-7,-13],[10,-39],[-14,-5],[18,-19],[-2,-36],[-21,-10],[-25,-34],[-29,-2],[-18,-13],[-69,-100],[-48,-47],[-52,-32],[-27,49],[-26,-32],[-55,-23],[21,-26],[4,-13],[-7,-14],[-63,-27],[-15,29],[-56,-53],[-1,-7],[39,-8],[26,4],[7,-25],[30,-30],[-31,-42],[21,-14],[11,13],[8,-7],[-1,-14],[-17,-19],[61,-95],[16,-44],[22,-3],[-17,-13],[20,-3],[3,-38],[-25,-13],[-6,-25],[-6,-3],[-9,15],[-59,-42],[12,-35],[17,6],[41,-55],[0,-26],[-17,-18]],[[6275,1517],[-3,-8],[-2,-8],[-13,-4],[-11,11],[-3,8],[-25,-14],[-13,-32],[-5,1],[-5,1],[-16,-15],[-4,-15],[-15,4],[-15,5],[-5,-5],[-31,-11],[-13,6],[-31,10],[-20,19],[-13,5],[-15,0],[2,-20],[-23,-1],[-10,13],[-6,10],[8,15],[11,24],[7,42],[11,47],[-3,40],[1,18],[-1,18],[-5,35],[-1,3],[-25,3],[-4,30],[-10,24],[0,53],[1,5],[7,-4],[10,1],[12,11],[-3,17],[1,8],[10,29],[8,28],[8,20],[14,34],[19,12],[3,3],[3,7],[-1,5],[-2,5],[-3,6],[-21,-3],[-2,2],[3,12],[2,4],[7,3],[14,-1],[10,19],[-25,37],[2,26],[-14,14],[-14,14],[-4,4],[-24,16],[-2,3],[-12,32],[-10,38],[-6,11],[-3,3],[-16,8],[-4,0],[-26,-3],[-21,8],[-18,13],[-18,1],[-28,19],[-13,1],[-1,2],[-2,54],[14,36],[10,14],[12,14],[3,3],[2,2],[18,26],[15,30],[-6,14],[-1,4],[0,9],[0,13],[13,41],[0,4],[-8,39],[4,30],[10,13],[14,18],[17,15],[14,14],[2,8],[0,21],[-2,13],[-6,4],[-16,-1],[-8,7],[-6,15],[6,25],[0,4],[-6,11],[-14,2],[-5,5],[-2,3],[6,20],[8,6],[28,2],[7,1],[5,18],[2,6],[6,27],[9,29],[1,6],[-12,37],[10,24],[12,18],[2,3],[2,2],[19,-9],[6,-11],[-3,-21],[18,-20],[13,-6],[3,12],[5,21],[-5,6],[-13,4],[-1,4],[6,23],[8,27],[-1,12],[-3,9],[-12,36],[4,11],[7,20],[24,22],[17,12],[20,16],[5,12],[-4,12],[-2,3],[-34,5],[-1,20],[-4,31],[-3,4],[-5,6],[-3,2],[-15,-3],[-17,-6],[-10,0],[-15,0],[-7,0],[-26,6],[-14,6],[-11,7],[-18,27],[-4,35],[-45,-81],[-22,-19]],[[5715,3874],[11,36],[-37,-11],[-11,34],[-12,8],[-5,25],[7,3],[9,35],[-12,-1],[11,3],[-1,24],[-25,2],[-5,41],[16,20],[11,58],[30,25],[22,38],[94,0],[-12,54],[5,10],[67,-15],[17,18],[-6,11],[28,13],[40,-18],[9,-33],[28,12],[2,-14],[11,0],[31,13],[-13,33],[32,3],[27,16],[13,-30],[29,2],[7,-9],[6,-67],[-27,-25],[32,-5],[53,22],[95,8],[41,12],[5,23],[51,2],[11,-45],[7,2],[6,-45],[7,3],[-2,19],[39,32],[-12,15],[-15,-5],[-13,36],[67,53],[27,-43],[15,-4],[3,-14],[35,16],[51,50],[-24,28],[64,54],[9,-16],[24,14],[-4,7],[27,34],[-14,17],[-2,20],[16,18],[-2,10],[37,29],[51,-38],[33,24],[6,-26],[10,-6],[7,15],[21,-18],[6,6],[-6,17],[11,11],[-14,35],[15,11],[16,-16],[25,32]],[[6927,4582],[40,-72],[44,-13],[16,16],[27,-25],[11,3],[3,-23],[12,9],[17,-10],[-20,-25],[5,-54],[41,-67],[32,32],[73,45],[37,41],[30,-18],[-5,-19],[30,0],[24,28],[28,-37]],[[8104,4339],[-13,-26],[-2,-33],[68,2],[26,20],[12,-16],[24,1],[-1,-26],[-24,-24],[10,-7],[-13,-19],[11,-23],[0,-25],[-12,-21],[-16,1],[12,-55],[12,-36],[29,-45],[9,10],[55,-14],[-1,-28],[-33,-34],[-9,-67],[-36,-42],[10,-24]],[[7372,4393],[10,8],[-3,14],[30,38],[52,44],[0,30],[-14,32],[-40,-2],[-1,66],[32,22],[26,2],[17,-23],[-4,-8],[19,-17],[31,3],[-6,-19],[21,-24],[-8,-14],[18,2],[12,-13],[24,32],[56,31],[9,16],[27,7],[-3,-13],[12,-8],[-13,-6],[7,-7],[-10,-18],[25,-21],[3,-39],[18,-4],[14,13],[9,-11],[-2,-14],[-16,-8],[17,-28],[47,-18],[42,43],[43,12],[18,-6],[51,-78],[60,-34],[-15,-18],[44,-34],[73,16]],[[4884,2213],[-38,28],[-8,-2],[-30,11],[-20,-2],[-15,1],[-15,11],[-30,2],[-12,3],[-5,1],[-3,1],[-4,1],[-35,-2],[-12,22],[-14,18],[-30,12],[-12,2],[-17,11],[-8,6],[-10,6],[-9,1],[-24,-16],[-2,-1],[-15,-4],[-24,4],[-20,2],[-25,-5],[-32,-9],[-31,-17],[-16,-4],[-27,-1],[-30,-1],[-31,-8],[-8,15],[0,21],[2,4],[3,6],[-3,13],[-14,9],[-16,9],[-18,3],[-5,9],[-7,13],[-1,2],[-8,1],[-6,1],[-18,-6],[-21,-7],[-18,6],[-13,15],[14,14],[21,16],[8,14],[14,34],[1,4],[-3,27],[-2,3],[-7,3],[-5,-4],[-6,-5],[-21,18],[-18,33],[-7,13],[-3,11],[1,12],[0,10],[4,12],[6,10],[13,30],[12,12],[13,38],[17,37],[3,7],[4,1],[11,-7],[20,-10],[20,9],[22,10],[9,15],[17,22],[12,4],[4,1],[23,13],[12,12],[13,13],[12,32],[-4,16],[-5,22],[-6,16],[-11,16],[-8,8],[-2,4],[-1,2],[-7,27],[-9,11],[-10,-3],[-11,16],[-3,8],[-11,34],[-1,3],[2,7],[16,29],[-2,18],[-5,27],[-10,38],[-7,16],[-40,-8],[-53,9],[-3,-1],[-4,-29],[-5,-4],[-24,2],[-4,1],[-14,7],[-7,3],[-5,3],[-16,16],[12,26],[10,24],[0,6],[7,29],[23,28],[10,4],[8,13],[4,16],[-1,39],[-17,6],[0,3],[8,29],[13,23],[0,9],[0,8],[3,10],[6,15],[0,37],[1,9],[-15,18],[-6,7],[1,16],[2,13],[11,6],[29,13],[10,19],[19,35],[2,10],[2,10],[18,21],[26,22],[17,9],[21,25],[17,22],[4,17],[1,5],[0,4],[-4,12],[-2,4],[-15,32],[-12,25],[-3,6],[-10,9],[-7,2],[-20,-1],[-7,0],[-24,-1],[-8,12],[-14,28],[-3,17],[-7,11],[-14,4],[-3,0],[-19,-32],[-12,-23],[-3,-7],[-1,-5],[3,-8],[19,-8],[16,-10],[11,-20],[-1,-31],[-11,-13],[-28,-3],[-10,5],[-29,11],[-1,27],[-4,16],[2,29],[-22,-1],[-7,15],[-1,15],[3,31],[-9,56],[-10,21],[-13,1],[-14,8],[-6,15],[-8,18],[-11,11],[-5,1],[-9,0],[-17,-6],[-11,-3],[-8,5],[-3,43],[-7,7],[-9,9],[-4,3],[-9,15],[-28,23],[-5,16],[1,18],[-31,5],[-13,15],[-10,22],[3,7],[-2,7],[0,3],[-2,8],[-14,30]],[[3837,4288],[34,-2],[-1,18],[16,-12],[11,12],[-13,18],[15,22],[11,0],[-19,49],[12,9],[-16,17],[-5,36],[-13,14],[8,29],[-10,22],[21,12],[-6,10],[13,6],[-5,41],[9,-5],[24,34],[-13,31],[4,44],[19,14],[27,-9]],[[3960,4698],[51,-11],[12,-17],[19,22],[13,-2],[22,-28],[37,32],[14,-3],[4,22],[7,-9],[26,13],[18,-19],[39,31],[15,-31],[26,11],[12,-20],[27,16],[23,52],[5,32],[-13,10],[20,11],[-11,3],[2,8]],[[4328,4821],[29,3],[32,40],[16,-6],[8,9],[17,-27],[14,-5],[14,17],[5,-61],[34,-39],[-14,-6],[3,-32],[-19,-5],[-13,-43],[6,-29],[-14,-15],[79,13],[-7,-162],[28,-126],[15,8],[20,-6],[29,19],[21,-40],[10,13],[-1,30],[26,2],[5,-37],[20,-5],[16,-36],[68,-23],[34,23],[16,-12],[49,18],[4,-12],[7,5],[3,-33],[16,0],[28,24],[8,18],[13,3],[16,-62],[28,-52],[-3,-57]],[[7375,5441],[-50,-58],[6,-24],[13,-14],[-94,-49],[-2,27],[12,1],[-18,50],[3,11],[-47,71],[16,-3],[5,24],[15,14],[-9,15],[8,30],[-13,15],[20,20],[-12,27],[6,18],[20,18],[4,24]],[[7258,5658],[58,-55],[11,-30],[28,-25],[4,-37],[-6,-5],[13,-18],[-8,-36],[17,-11]],[[7375,5441],[4,11],[23,5],[21,-21],[8,-26],[-11,-31],[16,-2],[28,-62],[-10,-3],[-5,-44],[24,-26],[21,-45],[5,7],[-8,-28],[18,-36],[7,-38],[38,34],[3,-20],[44,-22],[15,11],[36,1],[-10,-25],[19,-27],[29,26],[-5,-10],[11,-17],[-11,-10],[27,0],[-11,-22],[24,-11],[42,11],[15,-45],[-8,-4],[8,0],[6,-22],[-23,-91],[-25,-28],[17,-30],[29,-11],[131,29],[19,-5],[0,-20],[33,1],[12,-13],[-2,-22],[16,-52],[50,-81],[-40,-2],[0,-15],[23,-22],[-3,-25],[28,12],[13,-31],[-7,-11],[7,-5],[-28,-11],[11,-27],[17,-17],[12,11],[0,16],[16,11],[58,-20],[12,5],[9,19]],[[8173,4515],[18,-17],[-28,-87],[14,-22],[11,3],[0,-19],[-77,-14],[-7,-20]],[[6927,4582],[41,49],[-11,20],[10,35],[-18,29],[-13,-8],[-5,9],[-33,74],[-29,98],[-23,-14],[-26,0],[-20,-33],[-22,-9],[-37,74],[26,24],[-6,11],[-26,-15],[-21,1],[-16,19],[3,29],[-13,32],[41,30],[-7,17],[-70,-41],[-6,14],[-30,11],[-17,31],[8,8],[-10,9],[10,7],[-21,29],[13,1],[-4,17],[-152,12],[10,26],[20,2],[21,18],[-20,50],[12,21],[-17,11],[10,16],[-45,69],[-3,23],[12,15],[-18,11],[3,22]],[[6428,5436],[3,18],[61,-22],[-3,9],[22,37],[3,26],[14,-12],[8,13],[15,-21],[50,3],[22,-28],[13,0],[68,73],[72,-63],[6,-49],[-6,-11],[11,-24],[6,6],[22,-21],[15,2],[29,-25],[33,21],[-12,18],[17,27],[-8,29],[-38,3],[4,25],[-7,4],[11,18],[-13,14],[13,5],[15,29],[-29,56],[33,44],[9,-15],[9,3],[2,-15],[19,-2],[10,-13],[35,18],[29,-9],[8,-28],[7,-6],[10,11],[6,-14],[18,7],[0,12],[12,-6],[4,9],[1,-9],[10,11],[-7,24],[12,14],[-21,17],[31,28],[61,-60],[36,5],[79,36]],[[4405,5472],[6,6],[5,-17],[24,-5],[36,15],[1,-17],[14,-5],[12,-30],[36,-42],[-5,-5],[19,-45],[77,10],[5,-10],[-14,-34],[10,-25],[-9,-22],[-15,-8],[17,-29],[17,3],[16,23],[-6,21],[25,20],[14,-3],[-3,27],[7,7],[46,-19],[15,24],[45,-8],[30,12],[15,-1],[12,-31],[58,8],[14,-27],[54,21],[4,-25],[8,7],[8,-20],[-32,-23],[5,-44],[-11,-30],[10,-19],[22,44],[21,-14],[17,21],[10,-5],[23,13],[-2,-57],[8,5],[18,-19],[47,33],[11,-4],[110,55]],[[5260,5204],[8,-60],[-17,-45],[-22,-8],[-8,-56],[-14,-13],[6,-30],[13,-14],[-12,-18],[6,-19],[44,50],[16,-19],[22,18],[3,-7],[-22,-21],[10,-14],[-7,-5],[34,-66],[-15,-46],[-19,-21],[3,-28],[-10,-16],[-30,-3],[28,-39],[-6,-18],[-23,-2],[12,-18],[18,-4],[-5,-29],[12,-4],[6,10],[13,-21],[25,-10],[23,17],[11,-29],[-18,-11],[-17,-95],[-26,-7],[0,-15],[-20,6],[-5,-8],[20,-33],[36,-23],[0,-20],[-37,-16],[10,-12],[-3,-27],[-20,-23],[-11,-45],[18,-42],[-17,-38],[29,-11],[1,-67],[-14,-25]],[[4328,4821],[-3,10],[35,47],[-18,3],[-15,24],[-1,-19],[-13,13],[1,19],[-21,31],[17,48],[-16,23],[19,28],[-66,71],[19,74],[56,2],[21,19],[6,44],[-23,44],[2,16],[31,39],[-20,16],[34,72],[-17,28],[2,23],[20,-5],[11,9],[2,-32],[14,4]],[[6311,5702],[17,-27],[-21,-11],[17,-46],[-23,-34],[55,-42],[1,-57],[45,-39],[26,-10]],[[5260,5204],[-7,92],[35,10],[36,25],[0,8],[19,0],[4,-9],[18,11],[10,-40],[30,22],[10,-17],[12,11],[7,-24],[62,28],[12,27],[-30,29],[-15,91],[4,36],[39,29],[15,-28],[5,7],[26,-24],[18,0],[19,-25],[-1,7],[20,3],[0,24],[-13,15],[18,21],[14,8],[10,-7],[11,14],[10,-15],[8,11],[11,-8],[-5,-18],[18,-8],[5,-15],[-14,-15],[17,-26],[-9,-18],[5,8],[10,-5],[44,51],[35,7],[19,-14],[11,-43],[13,11],[-25,50],[34,13],[2,-10],[43,34],[57,2],[59,39],[103,25],[-10,27],[6,5],[38,-16],[38,8],[30,43],[0,37],[5,-7],[28,29],[8,-14],[25,15],[32,-43],[12,14]],[[3837,4288],[-4,1],[-7,2],[-11,-10],[-5,-22],[-19,-12],[-21,-5],[-21,-2],[-3,-2],[-12,-10],[-28,-5],[-16,1],[-7,9],[-3,14],[-31,-22],[-11,-8],[-11,-8],[-10,-7],[-11,-8],[-49,-36],[-9,-6],[-9,-6],[-7,-5],[-14,-5],[-11,-1],[-24,1],[-8,3],[1,14],[2,23],[-4,26],[-10,-6],[-9,-7],[-11,-4],[-6,1],[-5,1],[-25,17],[-7,8],[-2,12],[-3,12],[-11,17],[-17,9],[-8,3],[-13,3],[-24,-6],[-13,-20],[-6,-16],[-27,-5],[9,24],[-4,17],[-22,13],[-5,-15],[-13,-7],[-23,5],[-34,5],[-24,-2],[-14,-11],[-14,-5],[-23,6],[-5,-4],[-14,-12],[-1,-2],[-8,-26],[-5,-35],[-4,-13],[-1,-2],[-6,-11],[-1,-12],[-1,-10],[1,-8],[5,-27],[0,-32],[-3,-8],[-6,-4],[-17,8],[-3,7],[1,15],[-4,7],[-18,12],[-6,0],[-2,-3],[3,-23],[1,-3],[17,-23],[6,-20],[-24,-9],[-3,5],[-4,6],[-17,30],[-17,27],[-16,35],[-5,7],[-16,18],[-12,20],[-5,10],[10,28],[-14,17],[-7,16],[-6,16],[0,51],[-1,9],[-6,16],[-7,1],[-11,12],[0,12],[1,14],[11,11],[7,15],[2,2],[11,39],[7,36],[0,19],[2,27],[-1,21],[-1,17],[-6,29],[-4,33],[0,65],[-6,13],[-7,11],[-11,17],[0,9],[5,20],[6,11],[-3,15],[-2,6],[-16,24]],[[2873,4803],[12,11],[37,-7],[92,-73],[26,-3],[11,-19],[19,-5],[-1,14],[23,-15],[31,18],[-23,42],[10,12],[4,47],[12,23],[-6,6],[6,30],[-13,41],[-31,49],[24,31],[-1,43],[-19,17],[17,16],[-9,19],[5,21],[6,-4],[26,32],[45,-23],[4,35],[15,19],[58,20],[13,-8],[27,35],[6,24],[33,-5],[-3,22],[15,31],[-26,37],[15,12],[6,54],[71,1],[-1,-13],[5,6],[6,-14],[15,-5],[-7,-15],[24,-23],[49,49],[25,-1],[5,16],[-35,29],[25,30],[15,43],[-19,64]],[[3517,5569],[13,8],[12,-14],[6,10],[33,-40],[13,35],[35,-11],[-8,-18],[-21,-10],[18,-17],[27,12],[-7,-60],[29,-22],[-24,-5],[-2,-10],[35,-11],[9,16],[6,-10],[-9,-14],[7,-33],[17,-11],[2,-21],[-20,-8],[11,-16],[-2,-42],[14,-9],[-11,-43],[15,18],[13,-16],[3,-11],[-10,-10],[23,-41],[-9,-26],[21,-35],[-19,-3],[-8,-21],[-26,-3],[-2,-15],[47,-47],[65,-3],[20,24],[22,-14],[34,-97],[34,-58],[-11,-17],[64,-20],[-1,-8],[-12,6],[-17,-41],[18,-7],[-7,-8],[12,-5],[-9,-6],[24,-36],[-24,-27]],[[8173,4515],[9,39],[4,104],[33,22],[35,5],[8,29],[18,5],[21,-8],[7,-20],[38,-22],[61,2],[-140,300],[18,0],[11,-19],[23,-6],[18,132],[-38,118],[10,31],[43,61],[4,23],[-13,16],[-3,-17],[-12,0],[8,50],[-17,10],[-21,-15],[1,25],[-15,16],[-11,-2],[-4,19],[-16,17],[-10,-4],[-3,-20],[15,-1],[12,-18],[-14,-23],[11,-28],[-7,-21],[-7,-5],[-37,26],[-23,-20],[-11,2],[-15,27],[-16,5],[35,13],[13,19],[-13,47],[6,25],[-24,14],[-9,26],[21,46],[16,3],[43,-40],[23,3],[23,-18],[49,14],[-12,29],[26,12],[-30,61],[18,53],[-6,24],[12,24],[-29,28],[-22,68],[-38,3],[-3,28],[27,10],[1,44],[25,-36],[11,13],[18,-26],[25,22],[4,45],[-19,37],[-21,18],[-14,41],[12,5],[21,-29],[43,-10],[29,21],[33,58],[32,17]],[[8474,6062],[44,-1],[58,17],[63,-38],[74,125],[-11,36],[-28,15],[-15,32],[4,18]],[[8663,6266],[16,-14],[7,-6],[3,0],[4,10],[12,8],[8,1],[9,-17],[2,-6],[12,2],[4,1],[24,28],[24,5],[24,10],[20,9],[4,3],[5,0],[20,-8],[12,-6],[5,-8],[-1,-14],[2,-1],[4,-2],[10,-4],[10,-2],[17,-2],[22,2],[17,4],[18,5],[5,0],[10,-1],[5,-3],[2,-7],[18,-13],[7,-5],[20,-16],[4,-3],[-1,-21],[-6,-26],[-7,-9],[-2,-4],[-2,-33],[7,-34],[7,-8],[3,1],[3,1],[5,25],[7,13],[12,-2],[32,-14],[26,-11],[17,1],[22,1],[26,9],[24,-1],[9,-1],[5,1],[6,-4],[11,-13],[2,-9],[4,-13],[7,-33],[11,-30],[12,-28],[1,-4],[6,-8],[17,-37],[4,-19],[9,-20],[12,-13],[12,-9],[9,-14],[3,-12],[5,-17],[4,-14],[2,-5],[27,3],[29,8],[2,0],[4,1],[3,-1],[3,0],[3,-2],[4,-5],[2,-6],[4,-17],[-1,-8],[-26,-34],[-4,-8],[-3,-7],[2,-12],[2,-14],[6,-7],[4,-1],[3,-1],[3,-1],[29,0],[27,2],[22,3],[5,6],[4,7],[1,15],[2,9],[5,3],[5,2],[5,0],[7,-5],[13,-22],[11,-12],[5,-3],[7,-1],[17,6],[12,7],[5,1],[3,-1],[7,-3],[3,-6],[5,-19],[6,-14],[2,-8],[-1,-20],[-5,-18],[-5,-40],[-15,-30],[-5,-9],[-13,-13],[-13,-8],[-4,-6],[-2,-3],[0,-4],[5,-23],[-9,-21],[-6,-14],[-2,-6],[-5,-15],[-3,-16],[-1,-13],[-7,-42],[0,-13],[-8,-30],[-17,-23],[-9,-13],[-11,-9],[-8,5],[-2,-1],[-7,-4],[-3,-3],[-3,-5],[-4,-19],[-14,-26],[-4,-4],[-2,-2],[-6,-24],[-4,-27],[-1,-10],[4,-13],[4,-5],[3,-2],[2,-1],[4,-2],[3,-3],[5,-8],[1,-2],[1,-6],[0,-7],[2,-19],[13,-33],[12,-24],[4,-18],[2,-18],[10,-16],[6,-4],[3,2],[27,18],[29,19],[9,-6],[7,-10],[19,1],[10,16],[4,4],[4,5],[18,-9],[22,-19],[33,-6],[20,13],[9,6],[13,-12],[0,-6],[7,-7],[11,-9],[5,-4],[28,-16],[15,-5],[26,-11],[-22,-25],[-7,-36],[3,-16],[3,-19],[1,-20],[-1,-2],[-1,-5],[0,-3],[11,-13],[4,-4],[11,-9],[2,-1],[24,-10],[15,-1],[15,5],[6,-16],[2,-5],[1,-11],[5,-42],[1,-6],[-2,-12],[-2,-27],[-6,-17],[-11,-24],[-7,-17],[-1,-4],[9,-47],[0,-4],[-13,-37],[-13,-16],[-6,-12],[-2,-24],[-23,-25],[-4,-4],[-11,-26],[22,-21],[14,-12],[12,-10],[7,-14],[11,-27],[9,-24],[14,-13],[12,-11],[9,-4],[6,-5],[8,-8],[19,-19],[2,-3],[1,-2],[2,-3],[1,-9],[7,-17],[9,-13],[3,-3],[1,-3],[1,-2],[-5,-40],[-1,-9],[-1,-10],[-5,-2],[-18,-5],[-18,-4],[-17,4],[-5,-3],[-12,-18],[0,-7],[0,-2],[0,-5],[-3,-6],[-12,-5],[-8,4],[-2,0],[-13,6],[-5,-7],[-2,-5],[-2,-5],[4,-11],[2,-6],[2,-4],[-8,4],[-15,13],[-27,28],[-10,11],[-9,12],[-1,3],[-2,9],[-20,-1],[-33,-6],[-13,-7],[-5,-5],[-1,-4],[0,-5],[5,-13],[3,-18],[-5,-8],[-6,0],[-10,-1],[-3,0],[-8,-3],[-2,-6],[2,-9],[0,-19],[-8,-21],[-9,-14],[-8,-13],[-1,-25],[3,-14],[5,-13],[5,-11],[2,-5],[-2,-9],[-1,-2],[-4,-6],[-17,-20],[-19,-22],[-19,-6],[-17,-3],[-29,-8],[-33,-10],[-14,-6],[-23,-12],[-19,-11],[-15,-12],[-7,-6],[-2,-2],[-3,-11],[-6,-26],[-7,-22],[-8,-9],[-4,-4],[-3,-2],[-4,-1],[-5,0],[-15,6],[-3,-1],[-6,-3],[-13,-6],[-3,-2],[-5,-10],[-1,-5],[-1,-37],[0,-32],[9,-9],[12,-21],[8,-30],[4,-22],[-1,-21],[-1,-19],[3,-18],[9,-23],[4,-24],[-9,-10],[-11,-4],[-9,-1],[-18,5],[-16,2],[-7,-4],[-7,-5],[-7,-16],[-12,-1],[-14,6],[-10,-3],[-13,-29],[0,-3],[0,-3],[1,-3],[2,-5],[1,-4],[2,-2],[2,-2],[6,-5],[3,-4],[2,-8],[-1,-6],[-5,-13],[-1,-3],[-2,-3],[-2,-2],[-3,-1],[-5,-2],[-3,0],[-8,1],[-5,1],[-4,0],[0,-3],[0,-5],[1,-3],[4,-6],[3,-3],[15,-12],[20,14],[11,-9],[2,-43],[-7,-18],[-10,-11],[-23,-21],[-2,-7],[-9,-7],[-15,17],[-11,12],[-10,9],[-15,0],[0,30],[2,12],[6,11],[4,18],[-3,16],[-2,25],[8,16],[-2,8],[-23,18],[-28,17],[-33,5],[-8,2],[-10,-5],[-2,-13],[2,-17],[1,-5],[0,-13],[-5,-20],[-28,-12],[-5,-4],[-3,-2],[-3,-1],[-16,4],[-14,9],[-21,13],[-19,14],[-2,1],[-2,1],[-3,3],[-8,8],[-2,4],[0,13],[-1,23],[-6,24],[-4,20],[-2,9]],[[9414,5724],[-20,-10],[-10,0],[-3,-1],[-6,-3],[17,-24],[18,-26],[-4,-15],[-8,-18],[1,-7],[14,-9],[11,12],[8,14],[24,14],[23,-2],[25,3],[3,-2],[9,-5],[25,-17],[12,-7],[15,2],[27,3],[9,1],[32,-3],[10,28],[-4,11],[-4,13],[-2,6],[-4,13],[-5,7],[-5,2],[-2,1],[-13,-6],[-3,-2],[-16,-5],[-2,-1],[-6,1],[-6,3],[-16,17],[-9,18],[-6,3],[-6,1],[-5,-5],[-3,-7],[0,-15],[-5,-9],[-5,-5],[-12,-2],[-25,-3],[-16,-1],[-30,0],[-5,2],[-4,1],[-3,4],[-3,3],[-4,18],[-1,11],[-2,-2]],[[9519,5427],[-1,-12],[-8,-16],[-8,-7],[-22,-19],[-6,-14],[-4,-9],[0,-9],[-1,-2],[-23,-15],[-4,-3],[-2,-1],[-7,3],[0,-8],[-20,-19],[-14,-23],[6,-10],[0,-10],[-1,-52],[6,-3],[24,-10],[20,-8],[11,34],[15,25],[5,20],[1,5],[6,8],[5,4],[10,-1],[12,5],[10,13],[22,38],[7,35],[3,31],[1,15],[0,18],[-25,13],[-5,0],[-6,1],[-7,-17]],[[6618,6033],[49,-3],[72,-63],[19,14],[23,-14],[41,47],[-15,48],[-19,5],[7,35],[11,-8],[6,12],[45,-33],[29,21],[48,-2],[8,-16],[13,8],[12,41]],[[6967,6125],[11,-52],[38,-8],[16,6],[21,32],[0,14],[16,15],[27,-23],[11,5],[13,-8],[21,-37],[15,16],[-5,23],[15,27],[7,-4],[45,34],[43,55],[51,2],[16,-23],[34,29],[12,-65],[19,1],[3,-35],[46,-45],[20,21],[10,-17]],[[7472,6088],[-19,-37],[1,-66],[-9,-22],[21,-15],[0,-25],[-23,-39],[30,-33],[-2,-17],[7,9],[12,-21],[4,-42],[-13,-31],[-14,-14],[-21,0],[-12,-19],[-16,6],[-5,-22],[-43,-2],[-9,-11],[-40,36],[-63,-65]],[[6311,5702],[12,16],[5,52],[32,45],[-15,32],[12,112],[4,10],[31,16],[6,17],[-19,23],[1,24],[-40,27],[8,20],[-13,12],[11,21],[27,5],[3,20],[11,-12],[11,11],[7,90]],[[6405,6243],[73,-58],[-14,-25],[12,-14],[-9,-39],[33,-39],[22,-4],[-4,-7],[19,-36],[12,14],[15,-5],[5,-14],[9,7],[24,-17],[15,10],[1,17]],[[8474,6062],[-15,5],[-6,40],[-27,39],[5,24],[-9,-1],[-29,43],[-44,33],[-56,-30],[-10,18],[5,17],[-11,11],[-25,3],[-5,-16],[-12,2],[-3,-31],[-9,-2],[-49,24],[-35,3],[-19,32]],[[8120,6276],[15,-8],[9,-3],[6,-1],[11,1],[3,1],[24,19],[27,12],[13,-5],[7,-7],[10,-8],[22,-3],[7,19],[-2,7],[0,4],[2,8],[8,20],[7,10],[7,8],[5,5],[16,18],[19,28],[16,2],[5,1],[9,-1],[4,-27],[1,-8],[7,-23],[8,-20],[8,2],[14,12],[5,-10],[12,-23],[14,-25],[3,-6],[3,-7],[17,2],[9,4],[18,10],[22,7],[12,13],[4,4],[14,7],[7,-30],[5,-14],[8,5],[20,22],[6,5],[12,7],[6,4],[10,1],[7,2],[25,21],[2,1],[3,-7],[5,-16],[1,-12],[1,-16],[-1,-5],[-2,-7],[0,-3],[7,-7]],[[7472,6088],[1,-8],[19,21],[26,-11],[13,8],[1,25],[21,19],[-3,41],[13,1],[2,-12],[20,-16],[-4,-37],[12,-12],[32,19],[72,72],[14,4],[-13,23],[8,57],[22,-9],[5,10],[37,-2],[15,27],[45,1],[11,38],[15,8],[30,-16],[1,18],[36,17],[11,-10],[-10,19],[24,26],[29,-10],[29,25],[22,31],[17,60],[39,-4],[12,15],[3,-13],[16,7],[18,-12],[2,41]],[[8135,6549],[5,-3],[9,-3],[8,-13],[3,-5],[3,-9],[-1,-10],[-5,-11],[-3,-4],[-4,-6],[-3,-4],[-3,-7],[-1,-8],[13,-32],[7,-14],[3,-5],[2,-3],[1,-13],[-4,-18],[-9,-30],[-8,-14],[-20,-31],[-7,-17],[-1,-13]],[[3495,6154],[-5,-15],[8,-6],[-20,-86],[20,-12],[12,9],[5,-27],[26,-35],[-10,-30],[6,-7],[8,12],[19,3],[3,-8],[9,15],[11,-30],[104,5],[9,-10],[39,-4],[51,58],[9,-2],[10,-25],[34,0],[52,39],[9,-2],[13,-34],[34,86],[13,-4],[24,13],[-3,-8],[14,-25],[8,7],[18,-12]],[[4025,6019],[27,18],[7,-21],[-20,2],[-14,-21],[-6,11],[-16,-12],[20,-45],[-13,-62],[7,-16],[-16,-36],[9,-17],[7,8],[7,-24],[-7,-51],[-11,5],[1,11],[-5,-11],[37,-105],[29,12],[41,-28],[20,13],[90,150],[17,1],[59,-76],[-20,-60],[8,-15],[-1,-33],[79,-2],[61,-44],[-22,-18],[15,-57],[-10,-24]],[[3517,5569],[-16,36],[-9,1],[11,8],[-6,7],[12,29],[31,36],[0,25],[-31,19],[-12,26],[-10,-4],[-12,37],[-16,10],[-14,39],[13,31],[-22,1],[-9,-17],[-30,-16],[-40,20],[-26,52],[-46,-45],[-34,28],[-5,-13],[-8,4],[-26,50],[-40,30],[-7,-22],[-15,-7],[-12,34],[23,49],[-12,17],[0,54],[-19,4],[2,18],[-28,26],[30,34],[7,-12],[35,-12],[-4,20],[15,21],[-4,40]],[[3183,6227],[104,15]],[[3287,6242],[8,-30],[51,-16],[36,36],[15,-6],[-1,21],[22,-18],[36,17],[18,-14],[28,-51],[3,-7],[-16,-10],[8,-10]],[[4025,6019],[-8,11],[29,39],[7,4],[2,-20],[57,16],[19,36],[2,28],[17,-3],[-2,-9],[12,-8],[14,13],[-15,6],[11,2],[41,-37],[25,-74],[71,6],[57,-46],[22,-39],[17,-7],[39,54],[18,-8],[16,7],[40,-30],[55,46],[-8,16],[14,68],[26,-2],[7,-23],[5,17],[16,-16],[-10,25],[9,36],[-25,-20],[-2,26],[12,0],[16,27],[9,-1],[35,-95],[55,6],[-3,66],[52,14],[11,13],[73,5],[101,95],[21,-16],[22,-2],[8,13],[7,-12],[23,27],[18,-16],[-25,-52],[8,-14],[12,18],[7,-3],[-5,-25],[25,-16],[7,-14],[-9,-6],[40,-18],[19,19],[2,11],[-20,24],[12,12],[12,-9],[57,48],[14,-23],[12,23],[23,-6],[-4,4],[19,29],[-6,17],[48,30]],[[5311,6306],[10,-41],[-7,-48],[17,-23],[37,15],[39,-7],[11,18],[13,-2],[11,31],[14,2],[-5,15],[10,-3],[-2,20],[-18,0],[-15,51],[-14,16],[28,67],[-12,66],[63,-35],[17,0],[3,17],[26,-13],[2,11],[5,-20],[10,4],[1,-19],[13,5],[-6,5],[23,2],[20,28],[12,-36],[32,44],[-7,24],[29,-11],[10,9],[-3,11],[8,-3],[17,18],[30,-3],[5,-21],[13,9],[63,-28],[41,-61],[13,-51],[40,5],[7,-14],[12,9],[9,-16],[-20,-13],[11,-38],[30,26],[37,-20],[21,11],[10,-9],[10,12],[19,-25],[37,59],[4,-26],[21,5],[-15,-44],[23,-24],[-14,-33],[26,1],[25,-33],[11,12],[-3,11],[66,19],[-2,20],[41,37],[-2,23],[27,-6],[7,19],[61,-21],[38,-73]],[[2873,4803],[-7,7],[-10,7],[-9,-4],[-13,11],[-7,11],[-12,30],[-3,5],[-1,7],[-1,15],[-11,15],[-8,8],[-13,13],[-10,18]],[[2768,4946],[24,9],[5,17],[-9,11],[17,14],[-25,20],[11,11],[-4,29],[17,13],[-7,19],[-15,-16],[-11,4],[10,5],[-5,15],[-24,2],[5,21],[13,5],[15,28],[-22,46],[6,97],[11,12],[28,-29],[5,-20],[-8,-18],[39,9],[20,-19],[27,25],[-13,15],[22,16],[-10,22],[23,30],[1,24],[20,32],[73,-5],[17,48],[-32,6],[-15,22],[2,9],[-17,9],[9,51],[12,9],[-4,54],[-30,4],[-14,13],[-7,23],[4,22],[-21,7],[-11,39],[-18,11],[-38,-5],[13,-10],[-1,-17],[11,-3],[6,-19],[-10,-16],[-29,8],[-9,35],[-18,8],[-14,-24],[-35,-17],[-30,-1],[-16,16],[-26,-14],[22,-5],[0,-13],[-30,-20],[-3,12],[-29,2],[-2,13],[-8,-1],[3,-16],[-38,7],[38,44],[-21,9],[-18,43],[-12,-11],[-36,49],[5,8],[-11,15],[8,4],[-7,13],[9,8],[-7,18],[-33,37],[-6,16],[5,7],[-22,31],[-1,18],[-29,34],[-14,-2],[-11,24],[17,38],[10,-8],[14,12],[19,-2],[26,23],[20,2],[11,19],[-7,19],[11,-13],[22,10],[-16,15],[21,20],[0,10],[-15,0],[6,10]],[[2577,6157],[46,3],[24,-30],[22,8],[30,-4],[25,18],[32,-1],[34,-49],[19,-8],[26,7],[3,78],[43,44],[2,37],[20,1],[15,21],[-9,26],[20,15],[-5,8],[7,19],[17,-7],[11,18],[20,-5],[36,41],[8,-8],[-13,-31],[15,-3],[-8,-13],[9,-17],[43,20],[17,-4],[11,23],[16,-4],[27,30],[-14,-46],[20,-48],[30,-37],[7,-32]],[[2366,6318],[-1,-21],[19,15],[22,-19],[8,10],[8,-7],[-8,-12],[36,-7],[43,5],[63,30],[15,-3],[-3,-25],[26,-59],[-17,-68]],[[2768,4946],[-17,30],[-30,-18],[-11,-8],[-14,-3],[-3,0],[-7,2],[-10,4],[-4,16],[-13,20],[-8,8],[-4,1],[-22,-14],[-29,-2],[-15,-7],[-24,-5],[-26,1],[-5,-3],[-3,-1],[-24,-19],[-26,-19],[-6,11],[-3,20],[0,19],[3,20],[13,23],[13,14],[11,12],[7,7],[6,46],[-6,10],[-10,11],[-12,11],[-11,8],[-6,2],[-10,-1],[-7,-2],[-29,7],[-21,13],[-12,-4],[-4,-15],[-5,-10],[-11,-17],[-12,-9],[-10,-17],[-4,-27],[-3,-19],[-3,-13],[-8,-5],[-16,6],[-7,14],[-9,-3],[-4,-8],[-10,-16],[-28,-11],[-25,-12],[-16,-8],[-15,-4],[-18,-3],[-16,-17],[-17,-13],[-6,2],[-9,10],[-4,4],[-14,32],[-13,16],[-58,23],[-6,-3],[-15,1],[-5,6],[-3,21],[-15,26],[-20,0],[-18,6],[-13,10],[-20,9],[-16,19],[-1,18],[-3,18],[-15,16],[6,28],[-7,38],[-7,35],[4,3],[20,14],[-5,7],[-13,5],[-1,2],[0,2],[0,9],[2,26],[1,3],[6,1],[3,12],[-9,24],[-8,8],[1,19],[1,20],[2,12],[-6,36],[-10,28],[-1,4],[-1,17],[-1,11],[-9,18],[-9,15],[-14,13],[-7,11],[8,25],[1,3],[1,8],[-22,31],[-16,24],[13,30],[0,3],[-1,10],[-7,17],[-11,22],[0,24],[0,34],[26,24],[12,4],[11,12],[-1,13],[-13,34],[-1,2],[-4,13],[1,9],[7,11],[5,12],[6,28],[-24,27],[-6,13],[-2,3],[-5,10],[-1,3],[-3,2]],[[1810,6055],[81,27],[17,-10],[21,22],[38,-33],[-8,17],[5,6],[16,-3],[35,20]],[[2015,6101],[31,-27],[32,-8],[31,-29],[21,80],[79,31],[15,72],[42,-2],[32,13],[-4,41],[13,-12],[6,5],[-10,6],[8,10],[13,-9],[29,10],[7,24],[-10,9],[4,29],[12,-26]],[[1810,6055],[-26,-1],[-11,-2],[-10,-2],[-23,-5],[-12,8],[-11,13],[-27,25],[-8,8],[-11,12],[1,17],[11,11],[7,16],[0,9],[-5,8],[-9,9],[-14,8],[-6,20],[-3,25],[-6,13],[-13,22]],[[1634,6269],[11,-4],[10,17],[15,-17],[76,53],[19,-4],[33,-43],[20,5],[43,-34],[50,6],[23,-13],[11,18],[22,9],[48,-80],[-4,-15],[16,-23],[-12,-43]],[[1225,6342],[-15,-5],[-19,-17],[-27,-25],[-3,-4],[-3,-2],[-3,-2],[-23,-13],[-6,-4],[-6,-16],[-14,-14],[-11,-4],[-17,2],[-1,7],[0,6],[-10,4],[-5,-1],[-12,-7],[-2,-2],[-4,-6],[-3,-4],[-5,-8],[-11,-8],[-5,-4],[-5,-5],[-2,-8],[2,-18],[1,-4],[2,-1],[1,-1],[6,-6],[8,-26],[-5,-3],[-5,-3],[-10,-1],[-14,-8],[-5,-16],[3,-35],[0,-3],[-2,-23],[-1,-12],[-3,-8],[-12,-25],[-5,-6],[-27,6],[-7,-10],[1,-21],[1,-3],[2,-8],[0,-4],[-4,-6],[-10,-6],[-12,5],[-6,5],[-1,3],[-22,42],[-20,5],[-20,-3],[-13,3],[-15,19]],[[821,6030],[17,25],[-25,43],[-18,13],[-28,56],[27,24],[-27,54],[24,14],[8,18],[39,11],[2,-27],[19,-1],[-4,34],[6,2],[25,-41],[64,10],[23,9],[-8,34],[68,41],[39,6],[-6,44],[-29,44],[-24,13],[60,21],[13,20],[35,8],[55,36],[6,-12],[23,-4],[10,-24],[-16,-31],[14,-32],[-3,-32],[42,-16],[-20,-18],[-7,-30]],[[4999,6589],[-57,-10],[8,-11],[-26,-25],[12,-12],[-12,-2],[85,-70]],[[5009,6459],[4,-7],[-123,-82],[-4,8],[-130,-71],[-5,28],[-86,30],[-18,-9],[-25,9],[-31,59],[-6,46],[-31,11],[-7,22],[11,47],[-16,1],[-16,-23],[-27,-5],[-17,6],[-11,19],[-33,-5],[-9,31],[-12,-1],[-4,11],[-13,-9],[-2,9],[27,39],[4,38],[39,7],[8,13],[21,-4],[1,45],[13,6],[-13,26],[17,11],[-25,21],[-3,24],[51,72],[-9,51],[31,7],[61,50],[30,8],[56,-7],[35,-20],[28,67],[18,-1],[23,17],[27,-12],[-7,-21],[32,-22],[4,-21],[19,-20],[-16,-19],[26,-59],[-25,-7],[-3,-28],[-14,-20],[26,-26],[-3,-7],[20,-13],[5,9],[23,-31],[34,-11],[15,-36],[-3,-46],[28,-75]],[[8337,7529],[0,-3],[2,-10],[2,-17],[0,-8],[-1,-12],[-4,-10],[-4,-6],[-18,-21],[-5,-10],[-12,-31],[-7,-10],[-12,-7],[-20,-22],[-13,-26],[-11,-16],[-11,-16],[-3,-8],[-1,-3],[0,-9],[3,-11],[6,-6],[3,-3],[11,-4],[3,1],[9,2],[5,2],[6,6],[5,6],[4,7],[5,5],[4,1],[10,-2],[6,-4],[8,-7],[4,-7],[6,-12],[1,-8],[0,-3],[-2,-7],[-2,-5],[-10,-4],[-9,-5],[-7,-5],[-3,-8],[-1,-11],[-3,-14],[-6,-18],[-5,-10],[-2,-5],[-5,-6],[-5,-6],[-10,-13],[-4,-8],[-4,-9],[-4,-10],[-1,-7],[-1,-10],[1,-20],[0,-9],[-3,-10],[-2,-6],[-5,-9],[-6,-5],[-7,-1],[-4,1],[-2,1],[-6,3],[-7,8],[-4,4],[-8,1],[-9,-3],[-8,-4],[-3,-3],[-3,-6],[-1,-7],[1,-19],[-1,-6],[-1,-10],[-1,-9],[-6,-19],[-8,-10],[-14,-13],[-6,-7],[-4,-8],[-4,-11],[-13,-19],[-28,-9],[-26,-19],[-15,-8],[-10,-11],[5,-28],[0,-3],[-7,-42],[-3,-28],[-2,-10],[-4,-18],[10,-27],[4,-9],[6,-12],[6,-10],[3,-5],[1,-4],[2,-16],[1,-14],[4,-30],[13,-8],[19,-3],[17,-6],[15,-5],[24,-16]],[[6967,6125],[-6,39],[8,0],[14,43],[-4,26],[43,5],[20,15],[7,-15],[19,3],[-26,25],[15,59],[-2,15],[-9,1],[13,16],[-18,7],[50,18],[5,20],[-19,45],[-72,0],[-4,15],[6,13],[-5,48],[12,10],[-5,22],[79,65],[8,21],[-12,31],[-34,43],[-11,43],[-56,65],[4,31],[13,15],[-2,18],[31,31],[7,25],[-35,9],[2,41],[54,40],[15,1],[25,-53],[51,-13],[29,-37],[20,-10],[54,-6],[14,-91],[8,47],[19,16],[-1,15],[21,1],[23,-20],[44,6],[28,-31],[75,39],[34,-31],[8,10],[-30,52],[30,67],[0,38],[20,7],[50,58],[40,-41],[36,-6],[48,12],[18,-52],[45,-4],[22,24],[21,-1],[80,-69],[39,14],[-48,396],[6,125],[16,16],[48,-32]],[[7965,7480],[33,-16],[64,1],[43,26],[94,12],[-5,-17],[13,-12],[6,14],[25,-2],[2,11],[16,4],[-8,9],[23,8],[9,27],[18,-9],[1,-20],[38,13]],[[2262,7040],[-11,-32],[17,-26],[24,-12],[37,19],[20,34],[10,-7],[8,7],[17,-27]],[[2384,6996],[25,-32],[-15,-32],[11,-32],[-27,-42],[-19,8],[-2,-38],[-13,-4],[28,-33],[8,6],[9,-43],[31,21],[22,-18],[8,-39],[28,-25],[-9,-15],[32,-17],[7,-14],[-7,-11],[-18,-14],[-13,5],[-2,-17],[20,-1],[6,-48],[37,-49],[-18,-44],[-50,-21],[-38,-64],[-59,-65]],[[1634,6269],[-14,12],[-8,30],[-10,15],[-4,11],[-4,12],[-19,33],[-9,24],[3,8],[3,1],[0,4],[-7,20],[-3,0],[-7,-1],[-10,-3],[-11,-4],[-30,-10],[-5,-1],[-6,20],[-19,18],[-8,-2],[-4,-1],[-7,-18],[-3,-13],[1,-13],[-1,-4],[-4,-7],[-10,-11],[-3,-4],[-4,-3]],[[1431,6382],[-28,47],[-19,61],[52,26],[10,20],[6,77],[-11,64]],[[1441,6677],[24,-4],[46,27],[13,16],[-5,9],[8,22],[22,1],[13,33],[32,22],[4,14],[16,-12],[-2,-15],[13,-19],[49,14],[27,27],[15,3],[-7,40],[-27,55],[-17,3],[-2,30],[8,9],[39,20],[41,-7],[47,17],[17,-14],[16,8],[37,-6],[51,37]],[[1919,7007],[42,15],[27,-12],[-9,-27],[53,-96],[25,23],[9,27],[-8,12],[14,17],[99,31],[62,43],[29,0]],[[3109,7025],[12,-14],[-3,-37],[26,-38],[-26,-72],[32,-35],[9,-32],[2,-33],[-12,-25],[8,-48],[23,8],[11,-11],[1,-23],[16,-12],[-2,-42],[13,-19],[-5,-32],[16,-23],[59,79],[30,-7],[2,17],[9,-10],[6,34],[19,27],[20,-1],[42,-34],[-8,-31],[8,-11],[-15,-19],[5,-17],[28,-3],[1,-15],[23,13],[-3,-40],[-21,-8],[1,-25],[-20,-35],[4,-24],[9,-4],[-4,-8],[-29,-10],[-33,-43],[-47,15],[-32,48],[1,-17],[13,-15],[-14,-4],[-17,15],[-11,-20],[27,-35],[-10,-8],[25,-44],[-23,-18],[12,-37]],[[2384,6996],[46,57],[90,164],[46,9],[12,25],[-8,-38],[11,-2],[25,-36],[46,-11],[8,-11],[25,7],[4,-16],[9,0],[25,41],[42,-29],[48,-46],[-17,-5],[-4,-19],[46,-19],[-2,-24],[22,-18],[29,5],[31,27],[23,-12],[19,-34],[12,10],[-4,16],[25,7],[12,-14],[49,16],[6,-49],[49,28]],[[4146,7331],[-11,-19],[30,-48],[12,-37],[12,2],[-12,-19],[8,-11],[-25,-18],[25,-35],[-12,-20],[-12,4],[-1,-30],[-21,11],[-2,-23],[-12,-18],[-6,18],[-38,11],[-7,17],[-16,-3],[-47,34],[-15,-35],[7,-46],[23,-31],[-38,-39],[-31,-14],[21,-40],[18,-7],[-19,-57],[8,-5],[-4,-16],[-9,-15],[-30,-9],[-10,-49],[-18,-30],[2,-25],[-18,-33],[-28,-21],[20,-26],[23,14],[32,-9],[-2,-40],[18,-31],[-2,-28],[-9,-9],[-11,-60],[-21,-34],[6,-10],[-22,-34],[-10,12],[-23,-19],[2,-16],[-12,-10],[-25,23],[-20,-25],[-11,-32],[-33,43],[-9,-2],[-34,-63],[-44,3],[9,44],[-22,2],[-8,19],[-28,-14],[-20,-21],[-27,-70],[5,-61],[31,17],[7,-49],[17,-13],[-9,-27],[-14,2],[-5,-16],[-24,8],[-31,-6],[-7,-10],[-17,27],[-18,-21],[-27,21]],[[3109,7025],[50,52],[23,-38],[16,-10],[9,-33],[28,-5],[11,-18],[14,1],[4,-15],[28,22],[-5,9],[12,43],[23,17],[-14,18],[22,44],[-13,34],[60,37],[-2,31],[-13,15],[8,19]],[[3370,7248],[11,1],[0,10],[11,-12],[7,4],[1,-10],[20,8],[9,33],[-5,22],[17,5],[11,30],[33,12],[9,24],[18,11],[21,-6],[5,22],[18,-21],[27,-1],[15,-15],[17,5],[16,-30],[12,17],[-7,12],[8,35],[12,-2],[-1,-14],[29,10],[46,-12],[82,39],[36,-2],[17,24],[17,7],[13,-7],[9,11],[26,-39],[9,3],[-1,11],[18,-4],[0,-39],[28,-66],[52,31],[30,-14],[14,-23],[9,30],[9,-12],[9,11],[39,-16]],[[6306,7657],[-3,-13],[9,-7],[46,19],[20,21],[33,-95],[56,24],[32,-14],[6,-31],[64,43],[-2,21],[-8,-5],[1,102],[23,10],[37,-9],[36,7],[111,-126],[-74,-45],[-18,22],[12,12],[-3,13],[-32,-28],[27,-106],[-31,3],[-49,-49],[-33,-11],[3,-10],[-12,-13],[16,-55],[-22,-56],[-46,-26],[-16,-43],[-28,-14],[26,-98],[32,-33],[37,27],[36,-63],[27,28],[78,34],[6,-37],[58,-12],[32,9],[35,-26],[12,-28],[-6,-70],[-16,-13],[-2,-39],[-20,-28],[-41,34],[-1,-74],[-16,-20],[2,-34],[-32,-28],[20,-14],[-24,-52],[-2,-25],[9,-24],[-15,-23],[-4,-29],[31,-28],[18,15],[7,-13],[-20,-20],[-31,-66],[-40,3],[-18,-35],[-9,-33],[26,-74],[-32,-65],[-7,-51],[13,5],[19,-15],[-2,-9],[20,-6],[-27,-67],[-8,2],[4,-12],[-11,-34],[5,-4],[-12,-20]],[[5311,6306],[21,11],[-1,18],[22,17],[-17,9],[-40,-5],[-8,14],[-18,-14],[5,37],[-6,-3],[-7,21],[-14,-12],[-38,24],[-8,21],[44,48],[0,19],[-14,1],[2,18],[-33,-18],[-8,-17],[-22,4],[-4,-20],[-16,-7],[-11,13],[11,2],[-4,16],[-108,-23],[-30,-21]],[[4999,6589],[5,-13],[37,18],[-14,32],[17,18],[19,-27],[22,39],[7,-23],[10,7],[-17,38],[21,-21],[46,44],[-19,44],[6,9],[-11,48],[14,3],[-4,16],[8,4],[-18,14],[-30,99],[49,30],[-10,35],[6,32],[52,18],[15,-15],[6,24],[6,-15],[12,11],[6,-11],[7,7],[-8,8],[60,28],[-10,27],[13,31],[63,15],[0,38],[-9,12],[10,42],[-35,20],[-33,35],[-42,-32],[-25,-1],[1,25],[-21,19],[-49,-3],[-38,19],[-8,31],[-25,17],[42,60]],[[5133,7445],[7,23],[16,13],[7,-7],[11,21],[19,6],[35,-12],[3,-8],[-11,-10],[20,-18],[8,9],[-9,2],[4,11],[9,-15],[9,1],[0,12],[10,-25],[-7,-6],[10,-7],[13,17],[30,-4],[-3,28],[16,9],[3,54],[61,-4],[14,34],[35,13],[36,-5],[60,27],[12,-40],[51,-11],[-36,-76],[22,8],[14,59],[56,40],[-1,21],[18,12],[53,-18],[43,60],[37,18]],[[5808,7677],[19,-51],[15,-3],[11,-33],[12,-10],[-8,-28],[5,-15],[18,-2],[19,14],[48,-4],[77,56],[27,-19],[27,20],[7,-6],[20,14],[-1,21],[21,28],[38,12],[56,-1],[48,43],[13,-46],[25,11],[1,-21]],[[1069,7250],[12,-17],[24,3],[7,-14],[37,-156],[44,25],[56,14],[35,23],[20,-30],[31,6],[10,-34],[-5,-15],[-26,-25],[3,-7],[-33,-46],[-29,-18],[-7,-50],[30,-64],[10,6],[17,-33],[18,-9],[63,-108],[55,-24]],[[1431,6382],[-22,-22],[-9,-7],[-14,-2],[-11,9],[-5,4],[-20,16],[-23,11],[-14,-3],[-17,-13],[-22,-22],[-7,-14],[-7,-2],[-19,5],[-16,0]],[[821,6030],[-10,13],[-15,24],[-13,36],[-20,-8],[-28,-7],[-19,-10],[-7,-10],[-6,1],[-11,5],[-12,14],[-15,12],[-17,11],[-15,4],[0,17],[0,17],[-9,7],[-13,46],[3,10],[0,34],[-17,2],[-26,13],[-5,6],[-7,14],[-7,20],[-1,17],[8,24],[-23,31],[-8,8],[-16,9],[-11,3],[-5,6],[-22,35],[-4,15],[-6,20],[-10,29],[11,33],[-20,23],[-2,1],[-12,7],[-7,-8],[-33,2],[-14,0],[-33,-2],[-7,20],[-4,10],[-14,15],[-3,-11],[-15,-19],[-13,-14],[-58,-4],[-14,45],[-10,73],[-6,5],[-5,5],[-9,-1],[-4,7],[-1,19],[0,10],[1,10],[-2,3],[-13,10],[-17,-9],[-11,1],[-2,7],[1,17],[25,38],[7,11],[2,23],[-4,1],[-9,23],[-3,7],[0,5],[1,3],[9,20],[-1,9],[-10,16],[-2,21],[11,28],[0,15],[-1,4],[-8,14],[-5,18],[2,8],[7,10],[1,8],[-2,10],[-1,3]],[[157,7048],[35,25],[14,35],[63,63],[12,-74],[-1,-73],[20,-4],[43,70],[36,13],[-3,10],[29,10],[32,33],[-5,15],[13,6],[-5,10],[9,28],[-8,5],[9,13]],[[450,7233],[8,18],[24,13],[52,4],[7,-40],[-10,-6],[17,-52],[-8,-6],[41,-87],[-16,-5],[-14,-26],[11,-23],[18,23],[21,-23],[32,57],[30,-12],[28,-63],[25,19],[10,66],[-8,21],[-27,24],[35,35],[14,7],[16,-58],[27,21],[-6,17],[16,9],[11,35],[23,-31],[37,-3],[20,-27],[63,44],[37,45],[41,18],[4,-6],[30,30],[10,-21]],[[4146,7331],[6,28],[5,-8],[14,23],[-3,32],[11,23],[39,-8],[28,-24],[45,5],[17,22],[26,15],[6,-7],[-5,11],[39,60],[-37,51],[42,19],[10,94]],[[4389,7667],[23,-12],[18,4],[22,11],[7,24],[32,4],[5,-16],[30,1],[39,-17],[35,-49],[61,2],[8,-13],[-18,-25],[0,-14],[17,10],[22,-12],[11,8],[8,31],[29,17],[-6,14],[19,-5],[-20,-36],[-8,-40],[3,-10],[48,-5],[0,-35],[9,-4],[-4,-21],[9,-17],[20,19],[17,-7],[3,9],[18,-2],[9,-21],[13,20],[72,33],[30,-64],[10,10],[14,-18],[14,-2],[24,25],[-9,47],[15,19],[95,-85]],[[7030,8215],[50,-84],[54,-122],[32,-36],[49,-25],[24,9],[-5,-12],[11,-44],[-22,-157],[10,-75],[15,-13],[19,-46],[-12,-66],[164,-2],[141,-54],[76,98],[59,-9],[28,143],[49,49],[35,-12],[102,47],[19,-27],[56,-11],[-18,-34],[6,-9],[-47,-54],[94,-92],[-45,-5],[-9,-92]],[[6306,7657],[40,106],[30,6],[7,85],[62,-3],[51,18],[22,19],[82,21],[23,57],[59,56],[13,48],[27,-8],[24,16],[79,-6],[42,28],[13,28],[4,52],[45,-4],[34,-31],[55,71],[12,-1]],[[1598,7808],[-14,-42],[25,-105],[33,-29],[8,-80],[-46,-102],[2,-15],[13,-1],[3,-23],[-6,-56],[-16,-47],[4,-26],[16,-35],[27,10],[9,-26],[14,4],[12,-25],[44,-2],[2,15],[41,-2],[4,-10],[43,10],[20,-29],[25,20],[10,-21],[20,3],[4,-42],[14,-26],[-6,-11],[43,-34],[-26,-20],[-1,-54]],[[1069,7250],[30,17],[-3,16],[8,3],[-24,45],[19,10],[-27,24],[20,28],[103,68],[9,-8],[12,7],[10,20],[-3,14],[120,25],[13,41]],[[1356,7560],[33,-9],[33,10],[-1,17],[15,14],[-4,10],[13,17],[-1,14],[37,16],[-2,40],[50,74],[-4,25],[63,38],[10,-18]],[[4220,7987],[-9,-52],[37,-33],[7,-23],[-7,-94],[6,-7],[14,5],[12,-12],[-1,-17],[-30,-40],[8,-33],[14,2],[29,-34],[14,2],[4,-10],[49,58],[17,-11],[5,-21]],[[3370,7248],[7,55],[-9,-3],[-12,28],[-8,-4],[-13,20],[-10,-15],[-14,57],[30,22],[-20,27],[1,17],[12,-3],[-12,28],[12,26],[-26,-3],[-1,42],[-7,5],[22,121],[14,4],[7,19],[-12,13],[-22,0],[0,9],[51,57],[37,-36],[21,46],[40,23],[11,-23],[15,20],[27,3],[3,22],[52,37]],[[3566,7862],[12,-23],[155,18],[70,43],[50,57],[-11,17],[-12,-10],[-14,15],[16,25],[1,38],[-36,110],[26,21],[40,1],[27,-14],[36,36],[13,1],[32,-65],[15,-2],[45,8],[5,29],[10,-1],[-1,15],[22,8],[6,24],[2,-23],[27,-38],[4,-23],[-9,-9],[17,-45],[-12,-55],[26,1],[4,-13],[18,16],[25,-2],[14,17],[28,-13],[3,-39]],[[2033,7976],[74,-60],[30,-11],[53,-60],[-3,-12],[7,-10],[30,-2],[9,-14],[22,-6],[-1,-9],[8,4],[2,-37],[38,-6],[28,-35],[-23,-41],[-15,8],[-22,-10],[23,-32],[-1,-23],[41,-59],[1,-28],[10,-4],[3,-17],[-19,-34],[14,-21],[-44,-29],[0,-22],[-18,-15],[0,-26],[14,-25],[26,-9],[6,-13],[-45,-31],[-35,-11],[4,-24],[18,-23],[10,8],[15,-16],[34,24],[21,-21],[4,8],[18,-30],[-18,-13],[-20,16],[-23,-14],[11,-20],[34,3],[1,-27],[-14,-19],[-46,24],[-21,-17],[0,-18],[25,-42],[-17,-11],[-1,-19],[-19,-5]],[[1598,7808],[53,-31],[9,-14],[3,17],[15,1],[-3,11],[10,10],[3,23],[24,-29],[5,27],[16,1],[-1,-12],[24,-8],[20,2],[9,24],[-2,45],[31,21],[-6,19],[44,23],[-4,15],[17,18],[25,-27],[20,26],[47,-5],[0,13],[48,26],[28,-28]],[[5563,8372],[2,-9],[16,5],[41,-133],[8,-1],[-16,-99],[1,-24],[8,1],[8,-23],[21,-9],[5,-16],[11,4],[0,-13],[26,8],[29,-23],[13,8],[7,32],[-10,9],[2,21],[15,-9],[34,13],[72,-78],[3,-23],[20,-12],[3,-28],[-19,-63],[-11,4],[-43,-35],[-11,12],[-14,-7],[-34,-50],[20,-12],[13,-32],[35,3],[8,-30],[-18,-86]],[[4220,7987],[48,38],[44,64],[33,-3],[60,-31],[71,39],[94,18]],[[4570,8112],[-5,-27],[9,-32],[-10,-39],[42,-16],[92,-94],[56,-14],[49,-34],[31,22],[23,-30],[38,27],[30,-35],[32,14],[26,-7],[-15,32],[16,27],[-14,41],[22,18],[-9,16],[20,66],[74,19],[6,15],[25,21],[4,-6],[5,24],[26,20],[-28,57],[0,21],[14,10],[-4,50],[34,-9],[-2,27],[40,6],[10,-9],[20,16],[19,-49],[-4,-13],[22,-24],[93,54],[35,30],[21,50],[54,27],[32,-5],[5,-13],[20,9],[18,-13],[21,10]],[[1288,7786],[24,-21],[-1,-33],[17,-11],[-10,-25],[31,-53],[-4,-47],[10,-9],[1,-27]],[[450,7233],[-34,88],[-8,11],[-17,-2],[-2,10],[27,21],[11,22],[-12,50],[62,27],[4,27],[-8,32],[57,13],[51,35],[-26,62],[5,23],[-49,17],[9,12],[-4,8],[76,88],[0,18],[-7,3],[12,22],[-15,19],[1,35],[-12,19],[-1,22],[19,22],[42,17],[13,17],[23,3],[34,24],[11,-4]],[[712,7994],[14,-34],[38,-1],[-7,16],[15,8],[6,18],[57,17],[1,17],[22,3],[35,23],[21,-4],[23,36],[3,24],[14,6],[8,-8],[20,12],[7,22],[37,-116],[103,91],[29,-61],[8,-1],[10,-62],[-13,-17],[7,-45],[-6,-6],[10,-35],[46,-70],[9,-66],[59,25]],[[3705,8606],[25,-13],[19,-34],[-60,-40],[29,-100],[-6,-10],[49,-125],[-21,-3],[-2,11],[-28,11],[-45,-20],[-17,-9],[4,-29],[-9,1],[0,-11],[-38,-1],[-5,-15],[-70,-54],[-7,3],[10,51],[-34,-3],[-1,-85],[15,-66],[-6,-48],[13,-49],[-9,-24],[16,-51],[24,-9],[15,-22]],[[2033,7976],[26,31],[23,7],[13,29],[54,28],[-4,7],[18,24],[-5,18],[29,18],[29,77],[9,0],[-11,24],[25,41]],[[2239,8280],[100,-50],[4,21],[40,-12],[63,5],[40,-26],[25,-3],[48,76],[27,1],[43,21],[4,16],[18,2],[12,-17],[26,17],[-2,12],[26,1],[0,13],[52,-16],[61,2],[43,-20],[100,-3],[-8,64],[7,24],[82,-51],[16,17],[-5,93],[7,5],[26,-30],[16,3],[21,-14],[32,6],[27,-27],[12,7],[7,-9],[28,2],[7,10],[12,-13],[0,-15],[63,19],[13,-21],[9,9],[-12,39],[64,96]],[[3393,8534],[7,0],[22,19],[9,8],[5,5],[33,23],[6,4],[5,-7],[8,-15],[-7,-20],[-2,-5],[-14,-12],[-17,-15],[5,-9],[22,-24],[32,6],[28,13],[17,16],[-4,32],[8,7],[7,5],[14,7],[15,-21],[7,-12],[19,8],[18,12],[21,0],[6,12],[2,7],[6,18],[2,3],[31,7],[1,0]],[[7030,8215],[-2,183],[-56,88],[-28,15],[-15,33],[-13,2],[-7,47],[4,131],[56,72]],[[6969,8786],[11,3],[43,18],[31,0],[20,-6],[9,-3],[21,-6],[16,-6],[15,3],[14,3],[9,3],[15,1],[24,-1],[24,-1],[5,1],[4,2],[5,4],[5,5],[1,2],[1,5],[4,24],[8,18],[34,-12],[24,-8],[28,-9],[12,-4],[11,-3],[16,-6],[26,-11],[29,-13],[5,7],[21,36],[24,27],[14,29],[59,13],[12,16],[20,29],[11,20],[9,12],[7,-2],[30,-8],[25,-7],[19,-11],[8,-25],[7,-13],[14,-19],[14,-18],[22,-30],[9,-11],[18,-14],[12,-9],[4,-19],[0,-14],[-3,-39],[-3,-25],[-1,-11],[4,-35],[9,-74],[0,-3],[16,-8],[41,-20],[7,-3],[10,-5],[31,-16],[17,-8],[30,-15],[18,-9],[15,-7],[27,-15],[12,-6],[16,-11],[2,-9],[1,-8],[-10,-3],[10,-21],[4,-8],[7,-16],[4,3],[4,2],[6,3],[2,0],[16,-2],[2,-1],[4,-1],[9,-4],[17,-3],[35,-4],[13,-4],[18,-5],[16,10],[9,5],[4,1],[8,2],[10,2],[7,1],[11,0],[17,5],[5,4],[2,2],[2,2],[5,6],[9,-4],[11,-12],[7,-9],[28,-3],[26,-27],[1,-15],[0,-15],[-2,-35],[1,-20],[0,-18],[-2,-8],[5,-23],[9,3],[2,1],[7,4],[24,21],[33,15],[25,12],[9,12],[11,13],[6,-5],[2,-3],[11,-16],[4,-6],[1,-4],[3,-13],[6,-19],[9,-11],[14,-16],[16,-14],[-2,-10],[-9,-12],[-3,-3],[-1,-2],[-4,-9],[-5,-30],[-2,-5],[-3,-5],[-3,-1],[-2,-1],[-5,0],[-9,0],[-9,-1],[-6,-2],[-4,-2],[-5,-5],[-3,-3],[-5,-7],[-19,-28],[-6,-7],[-4,-6],[-2,-7],[-3,-14],[0,-6],[2,-9],[4,-9],[4,-6],[5,-2],[10,0],[15,2],[7,-2],[6,-4],[5,-6],[4,-5],[2,-7],[2,-7],[-1,-10],[-1,-11],[-5,-10],[-9,-11],[-7,-5],[-4,-1],[-4,2],[-20,14],[-6,2],[-5,1],[-6,-1],[-7,-1],[-8,-6],[-7,-5],[-2,-3],[-3,-5],[-2,-6],[-1,-7],[1,-6],[2,-5],[14,-21],[4,-10],[2,-6],[1,-6],[-2,-6],[-2,-4],[-7,-5],[-5,-4],[-4,-6],[-1,-3],[0,-4],[1,-11],[7,-23],[2,-7],[0,-8],[-2,-5],[-3,-6],[-8,-5],[-6,-1],[-6,0],[-4,2],[-15,11],[-13,8],[-8,0],[-4,-2],[-4,-3],[-2,-9],[2,-22],[-2,-20],[-6,-20],[-10,-30],[-13,-21],[-4,-10],[-2,-8],[1,-8],[0,-2],[3,-6],[6,-4],[15,-4],[7,-4],[5,-4],[3,-3],[2,-4],[4,-8],[1,-9],[-1,-7],[-5,-9],[-2,-3],[-14,-26],[-2,-7],[-3,-15]],[[157,7048],[-8,19],[-12,-7],[-14,-2],[-5,6],[-4,17],[12,8],[14,22],[8,12],[15,17],[13,7],[8,9],[5,15],[-5,16],[1,4],[31,9],[8,14],[-5,17],[-12,35],[-9,19],[-10,36],[-20,31],[-5,25],[2,35],[-7,24],[-2,3],[-3,1],[-10,1],[-12,1],[-4,1],[-6,5],[-24,20],[-3,3],[-7,7],[-4,5],[-10,17],[-7,31],[2,18],[9,4],[-17,109],[-8,52],[-8,52],[-1,8],[-1,3],[1,28],[-9,29],[-9,23],[-5,14],[-8,22],[-12,36],[12,7],[16,10],[12,9],[68,45],[31,22],[25,19],[67,50],[13,11],[38,28],[26,12],[40,21],[60,42],[17,11],[3,2],[7,5],[12,11],[3,3],[10,9],[23,17],[8,3],[13,8],[22,14]],[[526,8288],[7,-12],[-9,-18],[19,-82],[47,-1],[60,57],[-10,-18],[11,4],[3,-11],[-11,-2],[2,-10],[22,-28],[-8,-40],[4,-13],[15,-33],[44,-40],[-10,-47]],[[2239,8280],[-11,-2],[-49,108],[-3,31],[-30,15],[-25,-18],[-12,25],[15,8],[-4,16],[33,1],[20,31],[-22,90],[-16,-2],[-10,33],[84,48],[-10,76],[-38,109]],[[2161,8849],[21,-15],[15,-29],[7,-7],[28,-24],[11,-9],[13,7],[19,-21],[6,-41],[14,-4],[40,-19],[3,0],[27,0],[40,5],[18,2],[67,9],[52,7],[-16,102],[-3,22],[-10,62],[-3,17],[7,2],[8,2],[21,4],[11,-26],[12,1],[4,9],[6,13],[11,7],[14,2],[11,13],[10,15],[7,2],[9,-6],[8,-9],[6,-9],[5,-8],[6,-4],[13,-4],[6,10],[5,13],[-4,17],[-6,12],[12,17],[14,13],[56,-31],[6,-5],[9,-6],[22,-16],[14,-8],[16,-4],[15,-1],[35,1],[49,-36],[13,-10],[13,-1],[7,-1],[10,-22],[26,-11],[23,-9],[4,-1],[14,3],[12,4],[71,-21],[22,-22],[7,-15],[18,-9],[8,9],[4,9],[11,-6],[20,-20],[24,-12],[-16,-50],[1,-28],[-2,-69],[2,-41],[0,-12],[3,-7],[20,-13],[11,-2],[13,1],[16,0],[18,-11],[8,-2],[9,3],[18,12],[20,5],[18,0],[19,-10]],[[3705,8606],[11,16],[12,26],[18,13],[25,20],[18,14],[14,9],[16,1],[21,-14],[28,-5],[37,7],[10,3],[10,6],[4,9],[3,5],[25,20],[19,17],[22,19],[6,5],[189,164],[107,165],[65,100],[7,11],[3,4],[1,2],[15,23]],[[4391,9246],[55,-31],[19,-34],[6,-65],[-12,-58],[19,-67],[25,-27],[69,-24],[24,-36],[-7,-47],[-46,-72],[-25,-6],[-4,-30],[18,-20],[8,-91],[-5,-6],[7,-2],[27,-88],[-23,-4],[4,-20],[8,-18],[22,14],[15,-71],[-10,-6],[0,-18],[33,-13],[1,-160],[-10,-87],[-10,-24],[-29,-23]],[[526,8288],[7,4],[30,19],[7,5],[28,25],[34,29],[35,31],[27,22],[67,56],[69,57],[23,21],[18,16],[27,26],[28,17],[12,11],[6,5],[2,2],[2,9],[11,11],[19,10],[13,5],[36,28],[8,6],[102,77],[35,26],[44,36],[12,10],[30,22],[13,11],[4,4],[43,36],[39,37],[10,14],[34,26],[29,17],[32,19]],[[1462,9038],[12,-28],[-3,-24],[-17,-10],[-7,-44],[-98,-8],[-14,-20],[17,3],[0,-11],[14,-4],[-2,18],[11,1],[19,-57],[-3,-21],[15,-29],[-11,-46],[10,-23],[-23,-30],[4,-40],[-53,-26],[7,-18],[-20,-18],[1,-12],[-27,-16],[32,-86],[-16,-1],[8,-19],[-36,-24],[6,-14],[-9,-14],[15,-7],[18,-40],[-6,-77],[16,-13],[16,-40],[41,-31],[-30,-20],[1,-37],[-18,-21],[10,-15],[-14,-2],[6,-17],[-9,-23],[19,-37],[-5,-22],[11,-41],[-15,-3],[-18,-29],[23,-34],[-10,-3],[-42,-119]],[[1462,9038],[20,12],[22,11],[16,7],[10,5],[7,3],[22,11],[17,7],[24,12],[24,13],[12,7],[5,15],[-5,9],[-9,24],[-15,44],[0,8],[0,6],[3,7],[1,2],[34,38],[9,8],[27,4],[22,-5],[34,-7],[2,-1],[2,-1],[3,-1],[2,-2],[6,-8],[5,-30],[1,-11],[-1,-4],[0,-3],[-1,-2],[-2,-6],[6,-33],[37,10],[34,9],[35,15],[27,16],[4,4],[23,14],[36,17],[41,15],[29,11],[22,9],[23,5],[12,3],[9,6],[21,12],[5,2],[2,-5],[1,-3],[1,-3],[19,-43],[-1,-8],[-2,-15],[1,-29],[12,-17],[12,-19],[5,-35],[-70,-96],[2,-2],[31,-40],[3,-4],[13,-17],[-18,-13],[-7,-1],[-3,-3],[-1,-3],[4,-19],[8,-14],[6,-6],[7,-3],[11,-9],[3,-9],[1,-18],[-14,-16],[-2,-5],[2,-8],[8,-10],[4,-3]],[[5491,9614],[116,-87],[31,-264],[-16,-149],[152,-74],[-8,-60],[-19,-56],[18,-18],[-1,-44],[11,-23],[-4,-21],[-24,-66],[-46,-61],[-15,12],[-7,-38],[-18,18],[-16,-61],[6,-34],[10,-11],[-5,-20],[-18,-25],[1,-19],[-30,-57],[-48,-5],[2,-79]],[[4391,9246],[-17,12],[-22,17],[-12,24],[-6,19],[-6,27],[63,4],[5,1],[13,0],[2,1],[41,2],[15,1],[21,2],[57,4],[26,2],[60,2],[2,-14],[14,-84],[26,2],[14,-2],[26,-4],[9,-2],[12,-4],[12,-5],[14,-1],[11,1],[3,1],[12,3],[66,44],[2,1],[3,2],[16,-4],[8,-3],[-2,13],[-8,41],[-6,28],[-7,11],[-80,128],[-2,7],[-5,15],[-14,41],[2,2],[14,15],[11,18],[9,18],[5,19],[-5,27],[-3,9],[-10,19],[-14,-6],[-19,8],[1,5],[6,8],[7,0],[16,10],[87,56],[10,7],[36,24],[15,1],[23,4],[21,7],[5,8],[13,18],[6,6],[3,2],[5,1],[7,-1],[17,-3],[25,4],[9,2],[36,7],[22,4],[34,6],[7,2],[26,-46],[-17,-42],[-22,-57],[-8,-19],[5,-47],[1,-13],[4,-35],[4,-37],[15,6],[88,43],[33,-7],[39,-11],[53,-11],[2,-1],[10,-2],[11,-5],[11,-9],[13,-5],[13,4],[27,8],[15,4],[10,10]],[[5491,9614],[5,15],[-3,32],[-3,36],[2,1],[3,2],[6,3],[19,13],[22,14],[16,3],[4,10],[13,29],[1,2],[6,19],[3,10],[11,8],[24,7],[10,24],[7,15],[16,38],[3,2],[9,5],[3,1],[30,18],[8,24],[0,6],[-2,6],[8,14],[14,9],[21,10],[21,9],[18,-6],[2,-9],[2,-8],[2,-5],[8,-3],[7,0],[11,-1],[22,-2],[5,-3],[9,-4],[3,-2],[18,-8],[3,-3],[1,-2],[3,-4],[0,-12],[2,-13],[6,-17],[8,-10],[15,-5],[4,0],[4,1],[8,1],[2,0],[12,-7],[-4,-28],[-7,-31],[-1,-29],[6,-8],[2,-11],[-8,-13],[-15,-15],[-19,-22],[2,-18],[4,-45],[1,-27],[4,-29],[2,-10],[4,-10],[10,-3],[9,2],[-10,-7],[-9,5],[-25,15],[-13,10],[-6,3],[-23,8],[-20,4],[-23,17],[-4,2],[-29,-3],[-17,-7],[0,-6],[3,-11],[0,-12],[-1,-18],[-1,-4],[1,-6],[1,-4],[7,-15],[29,-21],[11,-8],[4,-1],[10,2],[30,9],[21,4],[22,4],[15,3],[4,1],[25,4],[29,-5],[27,-12],[13,3],[15,6],[8,9],[23,5],[11,1],[7,-4],[31,-19],[13,-12],[5,-20],[5,-13],[19,-9],[3,-11],[-3,-8],[-10,-8],[18,-7],[17,9],[9,11],[7,11],[7,9],[26,39],[35,51],[10,14],[6,6],[48,49],[16,15],[3,3],[6,7],[6,6],[21,23],[12,41],[3,6],[1,10],[0,17],[-5,15],[-3,0],[-1,7],[0,3],[1,11],[8,28],[6,6],[9,10],[5,10],[5,10],[2,7],[12,12],[9,8],[9,7],[6,5],[9,-1],[4,-3],[-1,-8],[-3,-15],[12,-33],[5,-11],[7,-10],[5,1],[73,0],[4,-1],[13,-43],[16,-52],[8,-23],[27,-79],[-6,-12],[-19,-37],[-16,-37],[-11,-25],[-19,-46],[-10,-21],[-5,-11],[8,-12],[12,-16],[12,-17],[10,-13],[31,-42],[2,-3],[25,-35],[8,-9],[9,-13],[2,-2],[1,-6],[3,-11],[2,-9],[4,-6],[9,-16],[11,-12],[8,-8],[1,-7],[3,-85],[1,-40],[0,-4],[2,-22],[73,-26],[26,27],[9,5],[13,6],[24,11],[21,7],[26,-12],[12,-11],[7,-5],[17,-14],[18,-14],[29,-23],[3,-2],[-14,-66],[-5,-22],[-3,-12],[-5,-21],[-7,-34],[-1,-36],[22,-25],[2,-2]]],"transform":{"scale":[0.00038622452245224613,0.00020081203120312168],"translate":[2.546010999999794,49.49723799999984]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/BG.json b/dist-amd/map/TopoJSON/BG.json new file mode 100644 index 0000000000..b9121301bd --- /dev/null +++ b/dist-amd/map/TopoJSON/BG.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3,4]]},{"type":"Polygon","arcs":[[5,6,-1,7]]},{"type":"Polygon","arcs":[[-3,8,9,10,11]]},{"type":"Polygon","arcs":[[12,-10,13,14]]},{"type":"Polygon","arcs":[[15,-6,16,17,18]]},{"type":"Polygon","arcs":[[19,-4,-12,20]]},{"type":"Polygon","arcs":[[21,22,-15,23,24]]},{"type":"Polygon","arcs":[[-22,25]]},{"type":"Polygon","arcs":[[26,-17,-8,-5,-20,27,28]]},{"type":"Polygon","arcs":[[29,30,-18,-27,31,32,33]]},{"type":"Polygon","arcs":[[34,-28,-21,-11,-13,-23,-26,-25,35,36,37]]},{"type":"Polygon","arcs":[[38,39,-19,-31,40]]},{"type":"Polygon","arcs":[[41,-33,42]]},{"type":"Polygon","arcs":[[43,44,-41,-30,45,46]]},{"type":"Polygon","arcs":[[47,48,-39,-45,49,50]]},{"type":"Polygon","arcs":[[51,-43,-32,-29,-35,52,53]]},{"type":"Polygon","arcs":[[54,55]]},{"type":"Polygon","arcs":[[56,-53,-38,57,58]]},{"type":"Polygon","arcs":[[-58,-37,59,60,61]]},{"type":"Polygon","arcs":[[62,-55,63,-46,-34,-42,-52,64,65,66]]},{"type":"Polygon","arcs":[[-65,-54,-57,67]]},{"type":"Polygon","arcs":[[68,-47,-64,-56,-63,69,70]]},{"type":"Polygon","arcs":[[-61,71]]},{"type":"Polygon","arcs":[[72,-51,73,74]]},{"type":"Polygon","arcs":[[75,-74,-50,-44,-69,76,77]]},{"type":"Polygon","arcs":[[-77,-71,78,79]]},{"type":"Polygon","arcs":[[-79,-70,-67,80,81]]},{"type":"Polygon","arcs":[[-48,-73,82,83]]},{"type":"Polygon","arcs":[[-83,-75,-76,84,85]]},{"type":"Polygon","arcs":[[-85,-78,-80,-82,86]]}]}},"arcs":[[[4160,1870],[-11,-24],[-3,-20],[-14,-25],[-7,-50],[2,-24],[-5,-16],[13,-32],[18,10],[0,-20],[13,-22],[-3,-15],[-12,-13],[0,-9],[7,-12],[3,-40],[9,-17],[-5,-36],[5,-9],[13,-1],[-11,-21],[14,-58],[-9,-59],[5,-10],[8,-2],[8,-55],[-5,1],[4,-13],[-7,-14],[-4,13],[-2,-18],[-17,-2],[-11,-26],[-13,-4],[3,-15],[-11,8],[2,-19],[-9,9],[-6,-26],[-14,-4],[-6,8],[-20,1],[-8,-12],[-8,13],[-15,-25],[9,-9],[-5,-29],[2,-4],[-12,-13],[9,-19],[15,-9],[11,-18],[5,-42],[-5,-12],[5,-35],[-6,-6],[10,-13],[7,-20],[27,-29],[4,-16],[-1,-15],[14,-26],[30,5],[4,20],[-6,11],[8,9],[-2,9],[11,36],[15,20],[5,14],[30,-22],[11,-19],[18,1],[18,-41],[20,-10],[0,-17],[9,-35],[-13,-57],[2,-30],[-19,-39],[-4,-28],[-6,-4],[9,-8],[20,13],[15,-7],[1,-18],[-12,6],[-3,-7],[2,-24],[15,-13],[-14,-22],[-14,7],[-5,-5],[-5,-18],[3,-11],[-4,-6],[9,-2],[1,-50],[4,-7],[-11,-30],[-13,-11],[-5,4],[2,-25],[-4,-24],[-18,-10],[-3,-17],[4,-11],[-4,-4],[15,-24],[33,-11],[0,-15],[10,-5],[11,-15],[1,-11],[10,-8],[0,-37]],[[4321,247],[-10,7],[-9,-2],[-3,6],[-2,8],[-6,4],[-7,2],[-2,2],[-4,3],[-6,5],[-6,4],[-7,3],[-2,-2],[-1,0],[-2,1],[-6,6],[-5,11],[-7,15],[1,23],[3,12],[-3,2],[-5,1],[-3,0],[-11,-1],[-2,-1],[0,-1],[-2,-3],[-1,-3],[-3,-7],[-3,-4],[-3,-4],[-7,-6],[-5,3],[-14,12],[-6,4],[-8,7],[-3,6],[-8,18],[-4,10],[-2,9],[-2,12],[-6,10],[-6,6],[-7,6],[-11,7],[-6,2],[-17,-3],[-16,9],[-12,9],[-8,4],[-4,1],[-6,1],[-13,8],[-5,1],[-5,1],[-6,-3],[-5,0],[-8,10],[-9,11],[-4,2],[-6,5],[-3,3],[-2,4],[-5,3],[-2,1],[-5,-1],[-5,-1],[-4,1],[-4,1],[-7,14],[-10,17],[-12,19],[-6,14],[-7,5],[-15,-1],[-13,-10],[-11,-16],[-5,-13],[-6,-11],[-16,-7],[-5,2],[-3,1],[-10,10],[-4,8],[-3,7],[-6,1],[-7,-1],[-6,-2],[-3,0],[-4,-1],[-3,1],[-2,1],[-3,3],[-2,2],[-4,1],[-10,2],[-2,0],[-1,-5],[1,-14],[1,-12],[3,-15],[-4,-17],[-2,-6],[0,-2],[-1,-5],[-1,-7],[-2,-29],[1,-25],[-1,-14],[0,-8],[-3,-12],[-2,-5],[-4,-2],[-11,-4],[-4,5],[-9,17],[-6,15],[-9,8],[-12,11],[-6,3],[-8,7],[-7,11],[-4,7],[0,2],[-4,13],[-9,9],[-9,17],[-3,10],[-3,10],[-4,16],[-4,13],[-1,11],[0,19],[1,5],[-1,5],[-2,6],[-6,12],[-1,1],[-7,4],[-14,6],[-6,3],[-5,2],[-4,0],[-2,-2],[-9,-3],[-9,-2],[-5,8],[-4,7],[-7,5],[-3,1],[-5,-7],[-2,-2],[-2,-5],[-14,-6],[-10,-9],[-6,8],[6,18],[3,17],[1,12],[-8,6],[-10,1],[-2,0],[-1,-1],[-3,-4],[-2,-4],[-6,-1],[-6,-1],[-3,0],[-3,0],[-6,-1],[-4,-3],[-4,-7],[-7,-11],[-2,-2],[-2,-2],[-4,0],[-4,3],[-6,10],[-1,1],[-1,4],[-8,22],[-5,14],[-1,3],[-3,24],[2,11],[3,11],[1,5],[-2,13],[-1,7],[-4,17],[-16,7],[-12,17],[-5,8],[-5,17],[-2,25],[-7,26],[-4,13],[-1,17],[2,10],[2,12],[0,6],[-1,6],[-2,8],[-1,5],[-6,21],[-5,17],[-5,11],[-7,16],[1,3],[1,6],[2,11],[2,4],[1,2],[2,3],[3,4],[0,5],[-2,4],[-3,5],[-10,14],[-2,1],[-2,1],[-3,0],[-7,21],[-1,4],[-2,1],[-10,8],[-5,-1],[-4,-4],[-7,-9],[-6,-8],[-7,-9],[-13,-1],[-12,-5],[-17,-6],[-11,-16],[-12,-17],[-3,-7],[-2,-9],[-1,-7],[1,-2],[1,-3],[1,-4],[1,-5],[0,-5],[-1,-14],[-13,-18],[-6,-5],[-2,0],[-2,2],[-1,1],[-7,14],[-7,5],[-15,-1],[-8,2],[-6,2],[-7,-1],[-3,6],[-2,8],[-1,8],[-4,7],[-6,7],[-13,-2],[-13,-8],[-6,-5],[-7,-14],[-3,-11],[-3,-11],[-5,-6],[-5,-5],[-2,-12],[-4,-3],[-6,6],[-3,6],[-6,7],[-3,4],[-7,5],[-9,4],[-2,0],[-3,0],[-2,-2],[-5,-6],[-1,-3],[-9,-7],[-6,-3],[-9,-6],[-3,-5],[-6,-12],[-11,-8],[-3,3],[-2,6],[-1,9],[-2,14],[-3,6],[-3,6],[-1,4],[2,6],[4,10],[3,14],[1,16],[-9,23],[-11,18],[-2,2],[-12,10],[-9,7],[-2,3],[-3,6],[0,3],[3,9],[4,7],[0,2],[1,5],[0,3],[-1,2],[-3,4],[-2,1],[-17,9],[-6,-7],[-7,-10],[-12,-15],[-6,-12],[-7,-20],[-6,-14],[-6,-7],[-9,5],[-11,7],[-4,1],[-3,-4],[-2,-5],[-1,-19],[-7,-8],[-11,-17],[-6,-12],[-1,-15],[2,-12],[1,-7],[0,-5],[-3,-7],[-2,-3],[-1,-1],[-4,-4],[-5,-2],[-5,-1],[-7,1],[-2,0],[-1,1],[-1,2],[-1,1],[-1,7],[-8,23],[-5,7],[-5,14],[0,7],[0,8],[-4,4],[-6,5],[-6,1],[-7,-5],[-2,-2],[-2,-4],[0,-1],[-2,-2],[-2,-2],[-2,0],[-7,-3],[-2,12],[-5,8],[-7,4],[-19,3],[-11,12],[-2,12],[-2,5],[-1,1],[-2,0],[-1,-1],[-2,-2],[-5,-6],[-6,-6],[-9,-5],[-9,-7],[-5,-9],[0,-4],[0,-4],[0,-6],[-1,-6],[-2,-8],[-2,-3],[-3,-3],[-3,-4],[-2,-1],[-7,-4],[-6,-15]],[[2607,960],[-3,28],[11,11],[1,13],[-8,23],[14,19],[5,25],[1,51],[5,13],[10,6],[0,12],[9,12],[12,4],[10,-6],[17,15],[0,20],[-6,7],[-29,-11],[-2,10],[-5,-3],[-8,27],[5,30],[-2,32],[19,15],[6,38],[6,3],[6,21],[2,20],[-4,17],[-7,5],[-9,22],[-15,17],[-10,-1],[-9,9]],[[2629,1464],[13,25],[17,15],[9,28],[-5,2],[0,12],[28,21],[-11,26],[26,-9],[6,17],[13,12],[11,-13],[-2,18],[10,14],[17,13],[7,-11],[16,49],[-1,8],[9,-4],[0,-40],[17,-23],[9,0],[0,9],[12,-13],[44,6],[9,-25],[12,-3],[4,-19],[5,-1],[3,20],[8,-12],[13,-4],[10,34],[30,9],[5,25],[-5,41],[7,7],[2,20],[10,20],[9,0],[2,-16],[17,23],[-4,23],[-14,26],[-2,34],[5,3],[2,26],[6,9],[-4,22],[4,24],[14,24],[3,15],[-3,34],[4,15],[18,-3],[25,96],[15,-7],[9,5],[-1,7],[7,11],[27,-1],[25,24],[5,-5],[6,5],[-5,14],[2,19],[8,10],[-4,16],[21,31],[11,1],[-5,15],[13,2],[-3,11],[-14,6],[4,21],[-11,17],[6,10],[-8,1],[-2,11],[-6,1],[11,17],[4,-1],[1,-9],[6,7],[-2,13],[-10,4],[10,6]],[[3189,2355],[13,-23],[6,-33],[18,8],[12,-13],[31,4],[14,-12],[12,4],[5,-6],[12,-30],[-2,-47],[19,-29],[10,0],[15,-18],[2,-28],[13,22],[17,-4],[14,11],[2,10],[19,5],[18,26],[23,3],[16,35],[23,-3],[17,15],[59,-14],[5,-11],[16,-3],[9,-25],[11,-1],[2,-13],[20,19],[19,-15],[-3,-12],[12,9],[14,-53],[-2,-21],[9,-13],[12,-58],[14,-14],[-19,-41],[12,-16],[-19,3],[1,-26],[-11,-8],[-5,-16],[1,-18],[-26,-4],[-7,-10],[15,-31],[5,-31],[20,-1],[7,-9],[4,-46],[22,10],[37,-14],[-6,-29],[-12,-20],[3,-12],[-18,-65],[6,-24],[14,0],[2,-25],[8,2],[10,-20],[11,1],[19,-15],[1,6],[2,-11],[-9,-26],[13,3],[-2,-17],[12,-18],[9,2],[6,20],[-1,35],[8,20],[22,5],[11,19],[9,3],[10,-1],[13,-20],[12,16],[11,41],[-5,24],[5,31],[8,0],[19,15],[3,-12],[2,7],[9,-17],[-2,16],[6,3],[0,-18],[10,-9],[4,3],[10,-16],[7,4],[6,34],[-16,-3],[0,15],[10,10],[-17,52],[2,29],[12,35],[-6,18],[2,16],[7,21],[0,13],[16,23],[21,57],[16,11],[4,22],[13,-18],[6,-23],[16,-8],[4,-12],[9,-5],[4,-22],[-11,-30],[6,-13],[26,-7],[18,21],[2,-7],[10,8],[9,-10],[-4,-14],[3,-13]],[[4381,2212],[-4,-7],[2,-46],[-5,-7],[5,-32],[12,-12],[3,-20],[17,-9],[-1,-10],[5,-10],[-9,-2],[-6,-41],[17,-20],[12,5],[-2,-6],[10,10],[-5,-17],[4,-7],[25,-26],[7,0],[1,9],[3,-13],[10,-8],[12,-44],[5,4],[8,-15],[5,3],[0,24],[5,-1],[9,16],[3,28],[-3,10],[13,7],[1,-7],[5,0],[-1,-13],[9,-9],[23,8],[17,30],[-14,3],[-2,6],[13,5],[-4,18],[9,6],[-3,9],[23,5],[8,-10],[12,-32],[0,-37],[-4,-4],[7,-14],[2,-18],[7,-5],[0,-25],[10,-18],[8,-3],[4,-15],[12,-4],[9,21],[1,-5],[6,5],[15,-12],[15,10],[12,-15],[2,-25],[7,11],[4,-18],[14,-22],[0,-7],[11,-5],[10,-24],[19,22],[22,2],[11,-6],[-3,-13],[6,-20],[13,-5],[10,12],[2,-15],[9,-11],[7,22],[26,-10],[43,20],[-5,-32],[3,-11],[13,-14],[6,6],[6,-20],[11,-7],[10,-16],[18,-8],[0,-53],[6,-16],[-6,-11],[10,-33],[6,-2],[6,-23],[-7,-50],[-13,-43],[-30,-38],[-2,-11],[-16,-21],[5,-23],[-8,-32],[3,-6],[14,-8],[18,10],[31,-12],[2,-22],[-5,-9],[14,-9],[11,10],[24,44],[11,-1],[25,-12],[12,-21],[5,13],[12,-28],[43,40],[7,24],[-1,22],[22,59],[19,12],[9,-14],[20,24],[11,-32],[4,9],[10,-9],[20,8],[20,-16],[-7,-35],[6,-22],[-15,-15],[0,-11],[14,4],[2,-5],[7,-33],[-8,-24],[-5,-14],[-6,6],[-16,-28],[-10,-2],[-7,-19],[-9,-3],[-5,-12],[-15,6],[6,-24],[-3,-8],[3,-12],[-16,-70],[3,-21],[6,-8],[-3,-14],[-9,10],[-7,-13],[-22,21],[2,-19],[-9,-8],[10,-19],[5,-24],[8,0],[6,-12],[23,-4],[7,-22],[0,-23],[8,-3],[1,15],[19,-13],[2,-22],[13,-9],[5,-38],[15,-23],[6,-3],[14,23],[-1,-9],[10,-6],[0,-15],[11,3],[5,-26],[6,2],[-19,-20],[1,-15],[-6,-19],[-2,7],[-15,-6],[-11,-24],[4,-19],[-7,-11],[-6,-3],[1,8],[-5,9],[-5,-6],[-5,-13],[1,-19],[6,-5],[-6,-6],[1,-40],[16,-22],[-1,-10],[10,-31],[7,1],[3,8],[40,-20],[38,8],[2,-14],[15,-16],[14,14],[9,-3],[-7,-25],[-19,-33],[9,-20],[13,4],[3,8],[11,-4],[4,8],[16,5],[8,-6],[-10,-5],[-8,-30],[16,-34],[2,-15],[-7,-22],[1,-6],[6,0],[-3,-16],[5,-12],[6,8],[9,-2],[-12,-32]],[[5499,284],[-14,-2],[-10,-6],[-4,-8],[-5,-6],[-5,-3],[-2,1],[-12,-10],[-9,-9],[-9,-6],[-7,-2],[-17,-1],[-8,0],[-7,9],[-8,11],[-1,11],[1,12],[1,8],[0,17],[0,7],[-1,3],[-3,1],[-1,0],[-7,0],[-5,-2],[-4,-5],[-7,1],[-3,4],[-1,2],[0,5],[-1,7],[-6,12],[-2,4],[-4,3],[-4,1],[-5,4],[-5,5],[-7,13],[-8,7],[-5,-4],[-1,-7],[-2,-10],[-1,-6],[-2,-6],[-1,-1],[-3,-2],[-4,0],[-14,-5],[-10,-3],[-2,-1],[-3,0],[-4,-3],[-9,-12],[-1,-1],[0,-4],[-2,-10],[-2,-8],[-3,-4],[-4,-2],[-10,-3],[-7,11],[-3,4],[-2,1],[-2,-2],[-10,-17],[-9,-3],[-11,0],[-15,1],[-13,2],[-2,-2],[-5,-5],[-2,-4],[-1,-12],[0,-5],[-1,-10],[-2,-9],[0,-3],[-1,-1],[0,-1],[-2,-16],[3,-18],[-1,-2],[-3,-4],[-3,0],[-3,0],[-3,1],[-7,2],[-8,13],[-1,5],[-1,5],[-3,8],[-4,4],[-10,9],[-5,2],[-10,3],[-7,2],[-3,1],[-2,1],[-3,1],[-4,7],[-2,7],[-7,6],[-12,-6],[-13,-6],[-13,-9],[-6,-8],[-9,-6],[-12,0],[-5,2],[-5,2],[-6,3],[-8,6],[-9,0],[-1,1],[-4,3],[-6,6],[-4,11],[-7,5],[-14,8],[-14,-2],[-14,-15],[-4,-6],[-4,-14],[-7,-25],[-3,-9],[-3,-13],[-2,-9],[-1,-8],[-1,-10],[-1,-6],[-2,-16],[-1,-3],[-6,-3],[-3,-1],[-3,3],[-3,5],[-2,6],[-3,7],[-2,2],[-3,1],[-9,4],[-10,4],[-7,2],[-8,0],[-17,2],[-12,-2],[-15,-13],[-15,-6],[-11,-8],[-3,-3],[-8,-5],[-7,0],[-4,-1],[-2,-3],[-1,-2],[0,-4],[-1,-7],[0,-5],[0,-4],[0,-5],[-1,-5],[-4,-2],[-4,-1],[-6,4],[-7,-3],[-7,-5],[-8,-5],[-14,-7],[-7,-4],[-6,-3],[-6,-3],[-5,1],[-8,5],[-8,6],[-1,0],[-4,0],[-1,-1],[-8,-11],[-2,-3],[-1,-3],[-8,-17],[-13,-5],[-12,-15],[-7,-6],[-8,-2],[-8,1],[-1,2],[-3,2],[-5,2],[-11,0],[-8,1],[-6,1],[-2,0],[-2,1],[-2,2],[-3,-1],[-3,-5],[-3,-7],[-2,-7],[-6,-6],[-7,-3],[-7,11],[-11,9],[-12,8],[-12,4],[-4,1],[-9,0],[-10,0],[-9,3],[-1,3],[0,2],[0,3],[0,3],[1,5],[1,5],[0,4],[-1,5],[0,3],[-3,6],[-1,4],[-3,6],[-3,5],[-3,12],[1,14],[-2,18],[0,5],[-1,5],[-1,2],[-3,6],[-2,5],[-2,1],[-8,6],[-3,13],[-2,5],[-6,3],[-12,7],[-15,9],[-3,3],[-4,6],[-3,6],[-1,12],[1,6],[0,4],[-1,5],[-2,4]],[[4160,1870],[7,-5],[4,-14],[6,18],[9,1],[4,10],[36,10],[-4,20],[-12,17],[2,26],[14,30],[21,4],[18,21],[-1,9],[9,22],[-7,86],[18,10],[11,-1],[15,12],[16,34],[-1,30],[11,16],[26,8],[19,-22]],[[2607,960],[0,-14],[0,-17],[4,-22],[5,-18],[-1,-9],[-3,-19],[-2,-14],[1,-10],[2,-6],[10,-22],[3,-14],[1,-10],[1,-4],[0,-4],[0,-4],[-2,-7],[-1,-1],[-2,0],[-1,0],[-4,-1],[-4,-3],[-10,-8],[-6,-8],[-5,-10],[-2,-6],[-6,-8],[-9,0],[-5,11],[-12,3],[-1,-1],[-1,-1],[-3,1],[-2,2],[-1,2],[-4,9],[0,2],[-1,3],[1,6],[1,7],[-1,3],[-2,4],[-1,2],[-2,3],[-4,-5],[-1,-1],[-1,-2],[-3,-14],[-6,-16],[-6,-8],[-3,-2],[-2,3],[-10,-12],[-10,-14],[-8,-15],[-3,-7],[-5,-4],[-5,-3],[-4,0],[-6,6],[-7,8],[-6,8],[-5,7],[-7,8],[-9,2],[-3,2],[-2,12],[-1,3],[1,6],[0,6],[0,7],[0,4],[-4,5],[-6,10],[-5,9],[-10,21],[-6,5],[-3,4],[-2,2],[-1,2],[-2,6],[0,3],[-3,1],[-1,-1],[-5,-9],[-3,-12],[-1,-6],[1,-2],[0,-2],[1,-1],[1,-9],[0,-8],[-3,-21],[0,-4],[-1,-4],[-2,-4],[-9,-2],[-3,-4],[-2,-5],[-3,-4],[-3,-5],[-4,-4],[-3,5],[-2,7],[-2,1],[-4,0],[-5,-1],[-6,-2],[-1,-2],[-1,-3],[-3,-4],[-1,-3],[-1,-1],[-3,-2],[-1,0],[-6,3],[-7,0],[-6,1],[-5,-16],[-6,-6],[-8,-5],[-4,-2],[-6,-4],[-7,-6],[-5,-2],[-6,-1],[-8,-2],[-7,1],[-9,4],[-2,1],[-2,0],[-2,-1],[-6,-2],[-3,-1],[-3,-6],[-8,-24],[-5,-19],[0,-9],[0,-6],[-4,-5],[-10,-12],[-6,-22],[-5,-16],[-5,-12],[-3,-4],[-2,-2],[-1,1],[-6,3],[-1,1],[0,3],[0,6],[-1,2],[-3,5],[-6,3],[-2,1],[-2,-1],[-10,1],[-15,5],[-22,5],[-21,-5],[-7,-2],[-13,-1],[-14,7],[-9,5],[-3,2],[-3,2],[-3,5],[-3,-5],[-4,-5],[-4,-7],[-1,-2],[-2,-4],[-1,-5],[-1,-3],[-3,-5],[-5,-3],[-4,-1],[-4,-3],[-4,-4],[-4,-9],[0,-19],[0,-13],[-1,-10],[-2,-4],[-2,-3],[-5,-6],[-3,-4],[-5,-3],[-1,-1],[-14,5],[-4,-1],[-6,-1],[-9,-1],[-6,4],[-15,4],[-7,6],[-5,11],[-9,14],[-5,6],[-4,2],[-4,2],[-6,-1],[-4,-3],[-15,-3],[-8,-3],[-8,2],[-7,4],[-13,16],[-5,18],[0,4],[-1,5],[-2,1],[-10,8],[-2,1],[-4,0],[-6,-2],[-6,-4],[-6,-4],[-4,-3],[-4,-1],[-2,-1],[-2,0],[-3,2],[-3,0],[-11,-3],[-2,-2],[-2,-2],[-3,-1],[-5,0],[-6,1],[-12,5],[-11,5],[-5,0],[-9,2],[-6,2],[-12,6],[-9,4],[-2,-1],[-2,-1],[-9,-9],[-12,-13],[-3,-2],[-2,-1],[-2,1],[-2,4],[-10,6],[-8,0],[-4,-2],[-2,-4],[-3,-9],[-12,-15],[-4,-6],[-10,-16],[-5,-10],[-4,-6],[-4,-1],[-9,-2],[-9,-8],[-3,-7],[-4,-10],[0,-4],[-1,-1],[-6,-12],[-4,-5],[-1,-1],[-11,-6],[-5,14],[-7,31],[-1,4],[-5,20],[-6,27],[-1,6],[-4,13],[-1,4],[-7,1],[-12,-2],[-8,6],[-15,-2],[-8,-1],[-12,-5],[-4,-4],[-13,-17],[-10,-15],[-5,-8],[-4,-4],[-10,-9],[-13,-7],[-9,-10],[-8,-5],[-6,-21],[-2,-19],[3,-20],[3,-17],[-3,-22],[-5,-21],[-4,-14],[-6,-11],[-4,-5],[-6,-4],[-8,-9],[-6,-6],[-4,-4],[-5,-3],[-5,-1],[-5,-1],[-8,-3],[-10,-6],[-12,5],[-8,2],[-11,0],[-10,-4],[-6,-1],[-5,0],[-16,0],[-8,1],[-10,1],[-1,0],[-6,-1],[-2,0],[-4,-5],[-1,-2],[-4,-3],[-8,-3],[-10,2],[-6,2],[-7,3],[-9,3],[-8,1],[-5,1],[-1,0],[-2,1],[-5,3],[-16,10],[-8,4],[-10,5],[-3,5],[-5,5],[-3,2],[-8,4],[-12,6],[-8,-6],[-3,-4],[-1,-1],[-2,0],[-8,-1],[-4,1],[-14,2],[-9,3],[-13,8],[-15,-1],[-10,-4],[-17,4],[-14,6],[-10,4],[-6,3],[-9,6],[-6,3],[-5,0],[-1,-6],[1,9],[6,-2],[5,-1],[2,2],[3,3],[5,8],[6,12],[11,15],[15,0],[2,6],[2,10],[-1,27],[-1,10],[-2,21],[-1,15],[1,25],[2,12],[3,10],[0,2],[0,10],[-7,25],[-6,23],[-4,5],[-5,18],[7,19],[3,8],[5,12],[3,4],[4,1],[9,19],[4,15],[5,12],[2,8],[-2,15],[-1,5],[-5,9],[-2,1],[-9,17],[-4,14],[0,10],[3,7],[2,13],[-5,11],[-4,11],[-1,21],[-2,10],[-2,11],[0,7],[4,11],[7,10],[7,25],[2,21],[-1,6],[-4,10],[-12,36],[-3,16],[0,9],[3,17],[5,2],[9,-1],[0,11],[-1,23],[6,25],[-1,9],[-4,0],[-4,12],[-2,9],[-1,18],[-1,14],[-6,18],[-7,5],[-7,11],[-1,7],[-1,10],[-1,14],[2,25],[2,18],[2,18],[-1,8],[0,7],[0,20],[-5,22],[3,19],[6,16],[12,11],[14,-2],[15,-2],[3,1],[1,11],[0,7],[1,20],[6,19],[4,13],[4,16],[5,12],[9,15],[10,21],[4,13],[2,4],[3,9],[7,20],[3,8],[9,5],[5,10],[1,8],[0,8],[0,3],[-2,14],[1,8],[1,4],[0,14],[-4,20],[-6,24],[-4,15],[-8,21],[-3,15],[-4,20],[-6,25],[-7,8],[-4,2],[-12,-4],[-1,0],[-16,3],[-7,4],[-16,6],[-5,4],[-2,6],[-1,5],[4,17],[-1,19],[-5,7],[-4,5],[-5,14],[-3,11],[-5,15],[-6,19],[-7,23],[-2,6],[0,16],[0,5],[2,6],[2,9],[-3,14],[-5,21],[-3,21],[-4,11],[-5,16],[-2,13],[-5,20],[-5,22],[-6,15],[-4,7],[-2,3],[-5,5],[-4,-4],[-6,-3],[-4,0],[-1,6],[-1,3],[-1,23],[-1,14],[0,8],[-4,8],[0,2],[0,8],[0,3],[2,11],[0,11],[-2,5],[-2,5],[-2,5],[0,14],[0,3],[-1,7],[-4,11],[-11,4],[-3,8],[-3,6],[-1,3],[0,3],[-4,24],[-1,19],[1,21],[-3,20],[-1,9],[1,12],[2,17],[1,15],[0,15],[-1,10],[-2,10],[0,20],[0,23],[1,12],[-4,8],[-4,8],[-10,9],[1,5],[3,19],[2,9],[1,11],[-1,18],[-1,6]],[[780,2637],[18,36],[8,-1],[6,-22],[8,2],[7,17],[0,25],[7,10],[1,13],[15,8],[-3,14],[-15,26],[-1,17],[13,25],[12,10],[2,11],[15,2],[18,57],[25,-12],[8,-69],[10,-4],[12,-18],[35,-7],[13,10],[23,5],[9,-5],[-3,-7],[3,-8],[-5,-11],[2,-9],[11,-8],[3,-24],[5,-7],[12,4],[10,-5],[1,-9],[4,0],[3,16],[7,-2],[22,21],[1,-11],[15,7],[5,28],[6,4],[31,-6],[19,14],[10,-1],[5,16],[17,16],[2,11],[40,21],[7,13],[5,28],[14,4],[11,12],[5,-14],[19,0],[9,-15],[21,13],[22,-13],[22,2],[9,-10],[1,-13],[16,-9],[13,-3],[12,8],[19,-10],[17,-43],[15,2],[15,-9],[9,6],[29,-16],[38,-4],[12,-14],[28,-14],[22,14],[13,18],[26,8],[1,14],[20,19],[8,17],[13,52],[20,10]],[[1743,2890],[6,0],[6,-20],[43,-14],[11,-12],[27,12],[22,-6],[7,35],[-6,19],[10,8],[1,20],[5,9],[-7,20],[20,45],[1,23],[5,5],[-2,46],[15,9],[2,16],[50,-19],[19,1],[-2,18],[7,18],[3,28],[11,-11],[8,5],[10,-13],[15,1],[30,-51],[18,11],[18,-10],[2,-10],[17,-4],[-13,46],[21,64],[43,-8]],[[2166,3171],[-14,-31],[-2,-51],[34,-33],[11,-25],[32,-23],[-1,-28],[-26,-9],[2,-36],[-6,-18],[10,-21],[-6,0],[7,-5],[8,-29],[-4,-14],[-14,-17],[6,-25],[0,-40],[-5,-14],[3,1],[1,-14],[20,-11],[8,-16],[13,-4],[5,-31],[-12,-16],[-15,-3],[-17,-35],[-14,-10],[-9,-40],[-25,-18],[-14,-40],[10,-16],[-5,-16],[5,-41],[10,-8],[0,-12],[-13,-29],[1,-30],[-10,-38],[11,-24],[10,-8],[5,-32],[9,-23],[0,-35],[18,-8],[-19,-71],[6,-23],[5,-8],[7,3],[7,-21],[-7,-23],[4,-10],[-8,-42],[20,-10],[45,-42],[18,-8],[14,-17],[3,-23],[9,-18],[14,-16],[22,15],[21,1],[17,-38],[20,-24],[10,-36],[21,-11],[24,-36],[7,-20],[21,-24],[22,-15],[6,-12],[-1,-13],[19,-29],[3,8],[9,-1],[2,-10],[-6,-17],[10,-22],[15,-12],[7,-20],[8,22],[20,-19],[3,-26],[-11,-16],[24,-17],[5,-17],[6,-2],[3,-24],[11,13]],[[1327,3828],[29,9],[19,-11],[-5,-27],[12,-31],[26,18],[18,31],[8,-2],[17,-38],[8,-12],[5,0],[-3,-20],[3,-27],[9,-6],[3,-24],[-13,-32],[5,-23],[30,-28],[4,-22],[14,-25],[59,-45],[-6,-17],[0,-20],[6,-22],[3,-48],[7,-8],[1,-19],[-7,4],[-5,-8],[-6,3],[-10,21],[-22,-18],[-10,1],[-4,-17],[-2,-46],[-28,-34],[-9,-26],[-3,-23],[-11,-30],[-5,-32],[3,-11],[20,-33],[12,-8],[37,14],[13,-9],[30,19],[7,-1],[4,8],[11,-1],[9,22],[18,0],[20,11],[3,7],[14,-6],[11,-37],[8,-80],[9,5],[12,-4],[28,-22],[20,9],[10,-14],[9,-4],[23,-50],[-9,-41],[-7,-9],[-18,5],[-16,-28],[-2,-26]],[[780,2637],[-3,3],[-13,6],[-6,2],[-13,-7],[-7,-3],[-7,-4],[-4,-1],[-7,2],[-4,2],[-1,2],[-1,3],[-2,3],[-3,6],[-1,2],[-6,7],[-4,5],[-9,22],[-5,15],[-6,11],[-4,-6],[-1,-6],[-7,-11],[-8,-3],[-9,0],[-9,5],[-9,8],[-10,7],[-5,0],[-4,1],[-5,2],[-2,3],[-2,3],[-3,3],[-3,0],[-1,0],[-7,-7],[-3,1],[-2,2],[-6,5],[-3,6],[-3,8],[-3,11],[-2,7],[-4,8],[-1,1],[-2,0],[-7,13],[-1,3],[-1,7],[-8,5],[-12,-6],[-13,-7],[-3,0],[-4,2],[-13,-2],[-4,0],[-6,4],[-3,3],[-3,9],[-3,4],[-2,4],[-10,6],[-2,2],[-6,6],[-1,1],[-10,7],[-4,12],[-5,9],[-4,8],[-8,9],[-8,12],[-7,7],[-9,4],[-5,1],[-7,-2],[-4,2],[-12,7],[-5,7],[-6,11],[-2,9],[-2,7],[-4,7],[-7,-2],[-3,-1],[-5,3],[-2,3],[-3,3],[-4,7],[-13,14],[-3,5],[-9,20],[-10,19],[-15,14],[-4,2],[-16,11],[-2,3],[-4,12],[-1,4],[-10,16],[-10,14],[-1,4],[0,2],[3,2],[6,6],[-3,7],[-5,11],[-6,11],[-2,11],[-1,6],[1,14],[-2,11],[-4,12],[-2,14],[2,6],[3,7],[0,3],[-1,5],[-4,10],[-6,5],[-6,2],[-11,11],[-7,-2],[-5,-1],[-5,1],[-6,3],[-1,3],[0,4],[-2,11],[-2,7],[-1,5],[-3,8],[-5,10],[-4,10],[-2,11],[-1,6],[-5,22],[-3,5],[-3,9],[-2,7],[1,4],[2,5],[1,5],[-1,3],[-1,1],[-5,7],[-7,5],[-4,17],[-3,9],[-4,7],[-3,6],[-8,1],[-4,6],[-7,12],[-3,5],[-6,9],[-1,2],[-4,18],[-7,10],[-3,6],[-3,7],[-2,10],[-2,11],[-1,10],[-3,9],[-7,8],[-6,8],[-6,19],[-7,15],[-3,7],[-3,-1],[-12,1],[-10,6],[-3,1],[-1,2],[1,4],[4,14],[5,13],[3,4],[10,3],[8,1],[17,5],[16,13],[4,13],[8,-3],[4,-7],[6,-1],[6,2],[2,2],[3,7],[4,-4],[5,-12],[4,-8],[0,-6],[1,-3],[5,4],[4,5],[2,6],[1,2],[0,2],[3,2],[5,4],[5,4],[6,0],[1,2],[4,6],[7,21],[2,6],[3,10],[-3,16],[-2,16],[-1,8],[0,16],[0,2],[3,7],[8,17],[3,11],[1,12],[8,6],[5,2],[4,6],[0,20],[-2,15],[1,10],[6,0],[7,3],[7,6],[3,1],[8,-1],[10,1],[11,-7],[3,1],[7,9],[1,3],[0,6],[1,10],[0,10],[0,6],[2,14],[4,11],[3,7],[4,5],[3,2],[5,5],[1,11],[0,7],[1,7],[-2,10],[1,5],[2,7],[4,12],[3,14],[2,17],[-1,13],[1,16],[1,22],[1,3],[1,2],[6,6],[3,6],[4,11],[4,17],[3,12],[1,15],[0,4],[-7,24],[-4,14],[-3,11],[-3,9],[0,7],[-6,13],[-10,17],[-1,1],[-11,16],[-3,4],[-2,11],[-2,5],[-8,10],[-17,9],[-8,10],[-8,14],[-2,11],[-7,17],[-3,6],[-4,6],[-2,0],[-7,5],[-5,6],[-5,10],[-6,12],[-3,8],[-4,4],[-19,9],[-11,0],[-8,0],[-3,5],[-2,10],[0,8],[1,9],[0,21],[2,19],[8,15],[2,8],[3,8],[1,12],[2,19],[0,20],[4,10],[2,7],[4,17],[3,12],[2,18],[8,19],[2,14],[-20,19],[11,7]],[[159,4739],[16,-23],[3,10],[24,-3],[11,6],[4,-7],[1,-26],[16,-7],[15,-35],[9,6],[4,-9],[15,29],[7,-21],[28,18],[5,-17],[17,23],[2,20],[9,3],[9,-11],[29,-103],[-6,-28],[1,-18],[16,-69],[16,-10],[5,-37],[21,1],[1,-13],[15,-15],[2,-11],[-7,-13],[5,-62],[16,-16],[14,18],[7,-7],[10,2],[18,-34],[6,2],[7,17],[2,-4],[9,-24],[-6,-21],[7,-22],[0,-42],[-7,-10],[-8,11],[-4,-2],[-5,-23],[33,-25],[2,-11],[16,-17],[4,-10],[-5,-24],[4,-48],[19,-15],[-1,-8],[7,-7],[-6,0],[8,-4],[3,-40],[6,17],[12,2],[11,-10],[1,-12],[30,8],[10,-27],[1,-41],[20,-29],[-7,-36],[48,-6],[6,-25],[20,-8],[15,12],[13,-1],[5,21],[6,-12],[35,-33],[7,12],[10,78],[13,9],[20,-1],[15,25],[8,-2],[0,10],[31,-32],[5,6],[5,-12],[23,54],[23,3],[-3,-30],[16,-18],[18,1],[3,-22],[12,-29],[37,14],[31,-44],[16,12],[2,21],[-5,14],[6,20],[0,24],[19,35],[5,20],[25,-33],[-8,-22],[7,-22],[10,-10],[0,-18],[27,-6],[12,14],[13,-1],[11,-38],[-5,-17],[37,-1],[20,27],[27,14]],[[6438,2315],[15,-47],[20,-32],[-25,-51],[-1,-15],[18,-17],[2,-20],[-23,-19],[-2,-39],[-18,-22],[-21,-83],[-63,-1],[-74,0],[-39,-1],[-84,-7],[-32,-106],[-8,-19],[-3,-42],[-5,-20],[-9,-18],[-4,-24],[-2,-14],[-1,-20],[2,-18],[27,-41],[6,-11],[13,-23],[-1,-12],[-10,0],[-6,2],[-7,2],[-13,9],[-3,1],[-3,0],[-5,0],[-3,-2],[-2,-2],[-15,-13],[-3,-2],[-3,-1],[-4,0],[-12,3],[-9,2],[-6,2],[-7,2],[-9,5],[-6,4],[-29,20],[-6,5],[-3,3],[-3,3],[-2,5],[-1,1],[-20,42],[-3,4],[-2,2],[-5,3],[-2,0],[1,-3],[-4,-8],[-9,-11],[-7,-7],[-2,1],[-4,3],[-4,2],[-2,0],[-10,1],[-6,3],[-2,0],[-4,3],[-9,8],[-10,8],[-3,3],[-3,7],[1,2],[-1,7],[-1,8],[-2,1],[-6,-2],[-1,0],[-5,-5],[-6,-5],[-9,-8],[-10,-8],[-3,-4],[-1,-3],[-2,-3],[-6,-5],[-2,-2],[-2,0],[-1,-1],[-3,-1],[-4,-1],[-3,-2],[-3,-2],[-1,0],[-8,-9],[-8,-13],[-2,-6],[-2,-16],[-2,-17],[-8,-7],[-13,1],[-5,2],[-5,2],[-7,6],[-6,1],[-2,-1],[-5,-4],[-12,-18],[-7,-18],[-4,-19],[-4,-10],[-2,-13],[1,-22],[5,-20],[2,-17],[-2,-17],[-2,-8],[-1,-16],[3,-6],[5,-14],[2,-11],[0,-8],[3,-8],[3,-6],[6,-11],[3,-5],[2,-2],[4,3],[2,2],[1,1],[6,-1],[1,-4],[2,-9],[2,-13],[-2,-9],[0,-5],[4,-12],[1,-2],[3,-1],[7,3],[4,0],[5,-1],[2,-3],[5,-2],[6,-1],[12,10],[10,12],[8,3],[3,-1],[1,-2],[-1,-28],[-1,-20],[3,-14],[8,-13],[11,-7],[1,-1],[3,-5],[-1,-6],[0,-3],[-4,-5],[-1,-18],[-3,-75],[-1,-47],[0,-11],[0,-7],[7,-3],[8,-3],[12,3],[17,4],[3,-7],[2,-18],[3,-21],[1,-9],[1,-20],[1,-20],[2,-21],[-1,-7],[-4,-6],[-3,-2],[-12,-43],[2,-13],[-1,-6],[0,-6],[-1,-5],[-2,-5],[-1,-2],[-10,-4],[-11,-10],[-2,-9],[-2,-9],[2,-21],[7,-15],[6,-8],[10,-9],[2,-2],[4,-6],[5,-9],[2,-3],[2,-4],[1,-5],[1,-4],[5,-8],[5,-9],[1,-1],[3,-5],[2,-6],[3,-6],[4,-18],[-1,-7],[-4,-5],[-10,-2],[-15,-9],[-2,-1],[-4,-5],[-2,-7],[-1,-2],[0,-5],[-2,-8],[-2,-4],[-5,-6],[-3,-2],[-3,-3],[-2,-4],[0,-1],[2,-10],[4,-12],[1,-5],[0,-5],[0,-9],[-1,-8],[-1,-6],[-2,-6],[-4,-23],[-8,-19],[-5,-22],[0,-5],[-1,-5],[-4,-10],[-1,-1],[-2,-2],[-3,1],[-2,1],[-3,1],[-4,-3],[-2,-3],[1,-14],[-1,-23],[-4,-20],[-5,-6],[-6,-4],[-7,6],[-11,-5],[-3,-1],[-7,-3],[-6,5],[-5,4],[-1,1],[-1,-1],[-2,-3],[-4,-7],[-5,-9],[1,-10],[1,-3],[0,-2],[-1,-1],[-4,0],[-2,-1],[-5,-1],[-7,0],[-6,4],[-3,2],[-11,4],[-14,-4],[-12,1],[-7,4],[-5,5],[-1,0],[-5,0],[-6,-2],[-2,-1],[-9,-9],[-15,-3],[-12,-4],[-3,-5],[-6,-13],[-2,-17],[-2,-11],[-4,-15],[-4,-2],[-2,0],[-2,1],[-3,0],[-3,-1],[-5,-4],[-5,-5],[-4,-4],[-1,-2],[-2,-2],[-1,-2],[-7,-6],[-8,-1],[-11,5],[-11,4],[-7,1],[-2,0]],[[4381,2212],[16,6],[25,-6],[20,20],[10,32],[-3,43],[9,0],[13,26],[0,17],[10,4],[2,22],[12,0],[16,15],[0,13],[8,15],[-5,18],[8,14],[11,4],[-12,24],[11,14],[-9,12],[2,14],[-8,27],[7,54],[-6,11],[1,24],[-9,15],[1,14],[-7,3],[0,25],[-6,19],[4,18],[6,-2],[4,20],[4,0],[2,21],[11,-4],[9,40],[30,21],[10,52],[1,70]],[[4579,2947],[49,-33],[24,5],[28,-42],[22,-14],[0,32],[-3,9],[11,-13],[21,11],[6,34],[10,5],[13,37],[1,54],[-8,4],[0,25],[-6,1],[1,41],[19,-1],[0,12],[19,-8],[16,30],[27,18],[4,-8],[8,9],[13,-29],[-5,-7],[40,-29],[3,11],[8,-1],[18,17],[-1,7],[21,6],[-4,15],[18,64],[-1,29],[5,-15],[-1,-23],[4,0],[3,26],[17,11],[32,-63],[-7,-33],[-6,1],[-4,-65],[6,-22],[-8,-20],[8,-15],[-8,-6],[28,-40],[2,16],[16,22],[-1,7],[26,12],[1,16],[17,7],[9,-28],[28,-6],[2,-12],[8,-5],[2,-19],[-4,-15],[22,-10],[4,-12],[4,-36],[-5,-18],[8,-30],[22,-30],[-13,3],[-5,-8],[18,-38],[21,-6],[5,8],[8,-13],[-8,-25],[9,-15],[26,16],[-4,23],[10,9],[9,22],[19,10],[5,23],[6,-6],[3,8],[13,0],[14,-9],[1,18],[9,-3],[4,26],[6,3],[8,17],[0,9],[-11,25],[4,1],[-1,11],[12,14],[-2,22],[21,23],[-1,-7],[5,7],[19,4],[-3,-17],[-6,3],[-1,-16],[2,-20],[6,1],[1,-12],[17,-3],[13,26],[15,8],[12,-34],[12,-15],[21,-6],[10,-11],[1,9],[4,-6],[8,5],[42,-37],[40,-77],[3,-19],[15,-15],[0,-10],[7,-16],[-1,-48],[6,-2],[7,-19],[-4,-10],[6,1],[15,-24],[7,2],[1,-8],[19,-13],[0,7],[9,0],[23,31],[14,10],[15,28],[14,5],[10,-12],[14,9],[2,9],[43,-20],[7,74],[-4,5],[3,15],[-6,20],[8,16],[0,10],[-20,45],[-16,23],[6,28],[-6,34],[-9,20],[8,13],[-2,15],[3,19],[5,6],[-4,38],[6,12],[13,7],[-5,21],[19,5],[17,19],[3,11],[-5,20],[3,46],[12,2],[2,16],[15,9],[10,23]],[[5873,3261],[6,-7],[2,4],[17,-26],[15,-41],[26,26],[28,-27],[8,4],[12,-7],[14,-30],[14,2],[14,-7],[5,6],[26,-15],[13,-23],[6,4],[22,-19],[-2,7],[13,4],[3,-16],[5,9],[27,-7],[-2,17],[5,6],[-2,12],[11,1],[21,-35],[1,-16],[25,0],[0,-14],[10,-1],[11,7],[34,57],[6,-26],[14,-21],[8,0],[8,-15],[12,18],[-9,18],[29,7],[-2,20],[3,1],[10,-27],[-6,-32],[2,-27],[11,3],[1,14],[24,21],[30,-10],[-5,-23],[-6,-4],[1,-6],[7,4],[3,-6],[0,-6],[4,-2],[-2,-11],[-15,14],[-9,-12],[9,-11],[2,11],[5,-5],[-8,-15],[4,-17],[-14,-2],[0,-14],[-14,-13],[5,-19],[7,-8],[-23,-42],[6,-17],[6,-52],[-6,-16],[6,-8],[-8,-6],[-2,-13],[5,0],[0,-17],[29,-19],[-2,-10],[9,-14],[-3,-52],[5,-13],[-28,-59],[0,-16],[-13,-8],[-6,-29],[12,-12],[-4,-11],[9,-17],[15,-6],[1,-15],[-7,-22],[1,-14],[27,-31],[3,-16],[24,-49],[6,-36]],[[3160,4419],[-10,-13],[13,-37],[-1,-18],[-6,-3],[5,-12],[-16,-23],[-5,-41],[-23,-17],[-5,-22],[-13,-8],[-1,-42],[6,-19],[6,-2],[-1,-31],[7,-10],[30,-3],[33,-35],[-10,-26],[0,-27],[14,-7],[1,-17],[11,-21],[-21,-25],[-5,-29],[2,-34],[27,-22],[-2,-22],[-12,-11],[8,-9],[-6,-6],[2,-19],[15,-3],[-10,-15],[4,-10],[-13,1],[10,-21],[38,-47],[4,-17],[-7,-2],[28,-47],[-2,-28],[-12,-16],[9,-10],[-2,-5],[-15,-23],[-14,14],[-13,-33],[28,-40],[7,-18],[-3,-32],[24,-7],[0,-44],[12,-80],[-8,-125],[11,7],[0,-38],[29,1],[1,-58],[27,-8],[-3,-21],[6,-8],[-18,-17],[-21,-5],[-15,-15],[-5,-24],[-13,12],[1,24],[-32,3],[-12,-21],[-30,-12],[19,-4],[-2,-4],[-23,5],[15,-7],[-4,-19],[-6,-11],[-17,0],[5,-32],[16,-4],[9,-31],[9,-8],[-2,-5],[16,-27],[-4,-12],[-30,-23],[-4,-36],[5,-14],[-7,-57],[6,-23],[7,6],[5,-12],[-3,-8],[5,3],[4,-8],[-6,-13],[12,-12],[-8,-6],[8,-9],[-5,-15],[1,-35],[8,4],[-2,-23],[19,-34],[-2,-14],[-9,3],[-16,-29],[6,-25],[-8,-35],[9,-32],[-10,-40],[-21,-19]],[[2166,3171],[11,2],[26,50],[6,1],[11,33],[14,-5],[10,3],[6,11],[21,0],[7,57],[11,-8],[11,27],[11,-2],[9,29],[-2,15],[10,15],[-10,5],[1,17],[20,13],[-1,14],[11,12],[5,25],[-11,38],[17,44],[4,-7],[7,6],[18,-13],[11,-28],[-2,-30],[14,-9],[3,-10],[25,0],[17,-22],[8,6],[7,25],[8,0],[1,20],[7,19],[19,26],[-1,17],[-34,37],[-15,6],[-32,55],[0,8],[7,0],[11,14],[-8,6],[13,55],[-4,50],[14,17],[-11,23],[6,13],[17,16],[28,-1],[13,6],[11,16],[7,-23],[14,13],[4,-10],[2,6],[13,5],[4,22],[8,-1],[-3,28],[-6,6],[10,10],[9,-8],[4,40],[-3,23],[20,73],[11,1],[-12,39],[-30,20],[-11,-18],[-37,-19],[-23,4],[-4,-14],[-15,17],[9,9],[-4,10],[-5,-5],[1,19],[-12,-11],[-9,-18],[-6,7],[5,3],[-3,9],[-13,-10],[-3,8],[9,18],[-6,29],[-41,56],[-29,28],[10,49],[-31,59],[-1,18],[-8,16],[14,2],[5,17],[8,1],[14,28],[31,2],[22,22],[5,13],[17,1],[38,-16],[-1,-16],[20,-12],[34,-42],[25,5],[7,18],[25,26],[17,2],[5,9],[-1,16],[6,10],[18,2],[25,-15],[12,17],[12,5],[7,46],[20,16],[2,14],[-5,11],[5,16],[10,8],[7,-16],[-4,25],[4,17],[37,20],[27,-12],[15,15],[9,-12],[9,30],[16,5],[51,-26],[2,7],[15,-3],[3,9],[8,-2],[17,-39],[15,-16],[2,-14],[11,-10],[-3,-14],[11,-45],[46,-29],[0,-22],[8,-6],[8,-55],[30,50],[10,6],[48,-6],[1,-11],[13,-29]],[[1070,4955],[-8,-36],[4,-10],[8,-6],[11,4],[1,-14],[19,3],[10,-11],[8,8],[6,-5],[4,10],[7,-9],[6,6],[-5,-18],[11,-18],[-1,-33],[9,-6],[5,-18],[9,9],[20,-12],[9,3],[5,-17],[32,-12],[8,-18],[1,-13],[-16,-26],[19,-59],[-7,-20],[4,-4],[-2,-11],[-29,-27],[-7,-22],[-13,-16],[1,-15],[9,-10],[4,1],[7,17],[50,1],[3,-7],[15,-1],[17,-17],[23,-7],[9,-25],[10,-6],[2,-10],[17,3],[15,-26],[39,-3],[6,-29],[18,-32],[-5,-29],[-10,-11]],[[1428,4351],[-16,2],[-19,-29],[-12,-34],[-8,-60],[-23,-14],[-3,5],[-5,-9],[-5,-42],[-15,-21],[-1,-43],[4,-7],[-7,-49],[8,-13],[-7,-23],[2,-15],[6,3],[-1,-5],[6,-1],[-12,-11],[7,0],[1,-16],[20,-18],[3,-7],[-4,-10],[8,-14],[-20,-38],[-3,-36],[-5,-18]],[[159,4739],[0,12],[0,2],[0,1],[2,13],[7,12],[5,15],[5,19],[3,18],[-5,11],[-3,6],[-8,5],[-8,5],[-3,16],[1,3],[3,5],[9,1],[3,1],[5,12],[1,3],[0,3],[0,2],[2,22],[3,20],[1,3],[8,10],[2,3],[3,10],[2,12],[3,3],[12,6],[1,14],[0,7],[1,10],[2,10],[3,10],[1,1],[-1,8],[-2,6],[-2,4],[-5,7],[-5,4],[-7,2],[-2,6],[-2,3],[-3,10],[-6,22],[-4,14],[-6,12],[-7,13],[-7,12],[-5,14],[0,11],[-2,15],[-2,11],[-1,5],[-2,4],[-4,4],[-4,9],[-1,7],[0,8],[-10,8],[-2,3],[-1,15],[-1,18],[0,13],[5,20],[14,6],[9,9],[9,9],[7,-5],[2,-2],[5,3],[4,4],[6,7],[3,4],[6,11],[4,8],[9,14],[7,11],[5,5],[11,10],[8,8],[2,3],[2,9],[1,8],[0,9],[0,6],[-2,4],[-1,4],[5,16],[5,6],[4,3],[10,9],[7,11],[1,0],[5,-6],[12,-14],[8,-9],[11,-5],[6,-5],[18,-25],[-2,10],[-2,9],[-1,10],[0,13],[1,3],[2,8],[5,7],[2,5],[2,3],[1,4],[1,9],[4,8],[4,4],[13,8],[14,-3],[6,4],[7,7],[7,3],[3,-1],[9,-17],[6,-16],[1,-3],[8,-13],[8,-12],[2,0],[9,7],[1,2],[2,2],[5,7],[6,-1],[6,-3],[1,-2],[6,-8],[13,-10],[1,-2],[0,-12],[0,-12],[2,-8],[4,-2],[4,4],[2,6],[-1,4],[0,9],[7,8],[5,4],[1,1],[4,3],[5,6],[14,19],[1,2],[18,5],[15,5],[5,-2],[5,-4],[3,-4],[4,-1],[9,5],[4,6],[3,5]],[[599,5548],[18,-26],[8,-5],[7,6],[0,-34],[4,-13],[-7,-12],[18,-51],[23,-2],[4,-11],[7,5],[19,-39],[15,15],[3,13],[-4,5],[25,38],[9,-8],[11,17],[11,-8],[1,-8],[10,5],[-3,-20],[-9,-22],[2,-8],[-18,-14],[5,0],[-5,-22],[-7,-8],[1,-17],[13,-23],[9,-3],[9,-17],[8,1],[16,54],[17,-15],[9,1],[10,10],[4,-9],[-6,-2],[4,-19],[7,-8],[-4,-35],[13,-17],[-4,-14],[2,-17],[8,0],[0,-8],[11,-2],[8,-17],[11,2],[2,-19],[8,-17],[25,29],[12,3],[7,-5],[4,-16],[3,5],[11,-12],[0,-10],[7,2],[2,-17],[-13,-5],[8,-26],[21,1],[13,-12],[5,10],[24,4],[15,-7],[-13,-23],[3,-35],[-3,-12],[11,-19],[2,-15],[-5,-19],[7,1],[3,-8],[4,7],[0,-8],[15,-8]],[[1070,4955],[13,31],[10,11],[9,27],[9,2],[6,12],[4,0],[0,-11],[42,19],[29,-12],[14,2],[7,-18],[13,-12],[-1,-7],[9,-3],[1,11],[16,9],[20,-3],[4,-12],[13,10],[21,53],[2,28],[3,-3],[4,13],[-14,15],[-7,18],[5,18],[-11,-3],[4,19],[14,37],[8,-11],[37,41],[9,-5],[5,10],[0,27],[-13,27],[4,6],[-4,6],[18,39],[-5,11],[5,7],[-7,19],[9,32],[-9,3],[4,10],[-9,36],[7,24],[14,11],[7,35],[-1,25],[22,12],[15,-7],[28,-41],[11,11],[10,-6],[1,-9],[-4,-3],[9,-27],[9,0],[19,-26],[-1,-27],[34,-17],[-1,5],[6,0],[10,-15],[-1,-10],[-11,-12],[10,-8],[21,28],[31,3],[0,11],[6,-1],[7,17],[31,18],[9,25],[12,9],[7,-28],[18,-3],[6,39],[9,0],[11,-10],[1,-20],[8,-2],[2,-14],[11,-4],[19,16],[8,-5],[9,-19],[7,-3],[4,-24],[10,-3],[-4,-16],[5,-1],[-2,-12],[5,-4],[3,-18],[6,-9],[10,2],[12,-11],[15,7],[2,19],[15,39],[25,16],[4,13],[12,16],[13,-2],[19,-18],[11,7],[5,-13],[1,-47],[10,5],[12,18],[23,-20],[17,17],[3,-34],[-20,-10],[-2,-21],[-15,-25],[-1,-32],[-11,-27],[4,-19],[-5,-21],[4,-24],[-3,-18],[-8,-9],[-2,-17],[-11,13],[-13,-15],[-8,-24],[7,-16],[-7,-4],[-6,-21],[-3,-40],[-8,-7],[1,-24],[-23,-57],[-52,-4],[0,-8],[-18,-8],[-7,-34],[4,-44],[-18,4],[-4,11],[-18,-3],[1,-16],[-42,-17],[0,-48],[7,-9],[-2,-26],[16,-1],[-1,-7],[4,-1],[-25,-26],[5,4],[17,-8],[5,19],[33,-16],[4,-6],[-6,-41],[10,-5],[3,6],[5,-1],[2,-8],[25,-21],[-3,-75],[-5,-24],[3,-39],[14,-20],[-10,-25],[10,-22],[-9,0],[-13,-16],[6,-10],[-1,-15],[-7,-32],[27,-18],[30,-77],[11,-8],[18,10],[13,-19],[15,8],[-1,-4],[10,-3],[-13,-38],[3,-8],[29,-25],[1,-25],[8,-8],[1,-33],[17,-13],[-2,-35],[3,-21],[7,-9],[-5,-49],[-25,0],[-19,-20],[-7,-3],[-4,6],[-16,-11],[-11,6],[-6,-6],[-8,5],[-4,15],[-10,6],[-15,-15],[-13,1],[-3,14],[-5,2],[-14,-8],[0,-9],[-10,-13],[-8,-1],[-20,52],[3,30],[-8,33],[10,23],[2,24],[-3,5],[4,3],[-2,9],[4,13],[-7,15],[10,4],[-8,11],[4,9],[-29,33],[-3,8],[3,4],[-8,-1],[-8,15],[1,45],[-27,0],[-20,18],[-22,0],[-18,25],[-10,-1],[-33,-46],[6,-5],[1,-15],[19,-13],[-3,-23],[12,-47],[-38,-27],[-15,-28],[-8,26],[-18,28],[-17,14],[-14,33],[-21,3],[-3,9],[-16,7],[-5,11],[-32,26],[-22,59],[-16,-12],[-7,22],[-10,5]],[[4057,5038],[-2,-7],[10,-42],[5,-1],[-3,-25],[11,-42],[-6,-19],[5,-13],[-7,-47],[11,-31],[-10,-3],[1,-11],[11,-23],[-6,-5],[2,-13],[-5,-8],[-2,-39],[1,-41],[5,-16],[-11,-12],[-7,-32],[-7,-1],[8,-32],[7,-6],[-21,-32],[21,-34],[3,-17],[4,-29],[-3,-14],[3,-10],[-2,-19],[6,-6],[2,-14],[-9,-18],[16,-10],[3,-20],[15,-15],[0,-28],[14,-6],[1,-10],[7,1],[24,-20],[13,-47],[17,2],[10,13],[11,-6],[30,9],[13,-6],[6,9],[7,-5],[24,23],[12,-15],[18,-6],[5,-25],[9,-6],[12,5],[-8,-31],[-7,7],[-5,-7],[-4,-32],[8,-15],[-8,6],[-6,-11],[-14,-5],[-7,-16],[2,-8],[-8,-10],[1,-29],[16,-25],[37,-26],[16,-31],[-3,-15],[5,-13],[-5,-12],[1,-37],[-7,-1],[1,-26],[-21,4],[0,23],[-20,20],[-3,12],[-34,9],[-17,41],[-17,-27],[-4,-23],[1,-17],[-5,-21],[2,-2],[-8,-2],[5,-4],[-3,-13],[6,-9],[3,-25],[0,-45],[5,-5],[-6,-8],[8,-21],[-4,-2],[3,-8],[-5,-6],[4,-9],[-7,-4],[-8,-18],[11,-9],[-4,-16],[8,0],[7,-88],[-4,-17],[9,-16],[-6,-47],[11,2],[3,14],[7,-9],[5,11],[1,-6],[4,8],[13,0],[-3,-5],[5,-35],[19,-8],[9,7],[1,-15],[-2,-14],[-9,0],[-1,-8],[-22,-20],[-35,7],[-48,-8],[-24,-22],[5,-117],[-8,-125],[2,-7],[33,-23],[20,-23],[11,-30],[41,-6],[8,-15],[-6,-20],[4,-21],[7,-7],[10,12],[-9,4],[-3,-6],[-4,23],[6,11],[11,1],[-8,33],[-4,0],[2,28],[15,-2],[-5,36],[13,-1],[0,-35],[32,15],[2,-27],[18,-7],[-2,-15],[12,0],[1,15],[11,1],[4,17],[37,28],[-6,13],[20,10],[26,-96],[6,-6],[-8,4],[1,-8],[28,-20],[2,6],[12,-9],[1,7],[18,1],[24,-114],[12,-8],[13,8]],[[3160,4419],[8,8],[3,16],[24,-7],[9,-15],[17,13],[-1,6],[9,13],[-12,17],[1,19],[19,11],[2,36],[16,7],[0,33],[-27,24],[-11,23],[-6,37],[-21,20],[-6,21],[-16,22],[-12,7],[-6,-5],[-19,4],[-12,18],[-17,43],[-40,46],[11,13],[5,24],[-7,20],[11,5],[-3,54],[7,0],[9,24],[4,30],[6,0],[2,7],[-1,67]],[[3106,5080],[28,8],[22,-4],[10,10],[8,-10],[8,2],[12,-9],[31,3],[31,47],[3,11],[-9,32],[2,14],[20,43],[26,-3],[28,-20],[19,10],[7,-8],[17,4],[5,11],[21,-4],[37,-35],[5,3],[17,-14],[14,4],[11,-20],[17,-10],[10,-58],[26,-28],[-5,-4],[5,-12],[0,-17],[12,-4],[3,-24],[40,-32],[15,6],[29,-17],[15,-1],[13,-12],[35,8],[14,13],[3,18],[14,14],[34,-11],[34,23],[22,-31],[6,5],[17,-3],[26,17],[52,-28],[14,44],[21,2],[5,-14],[9,-7],[24,26],[41,16],[6,9],[17,3],[4,-8]],[[5329,5171],[11,-13],[2,-13],[-15,-4],[-21,-23],[-22,8],[2,-22],[9,-32],[10,-2],[-6,-21],[3,-17],[16,-13],[9,-18],[-2,-18],[4,-46],[8,-27],[-1,-26],[6,-4],[5,-27],[12,-24],[6,-49],[10,-13],[-2,-26],[-8,-6],[-9,-24],[6,-39],[13,-21],[-5,-13],[3,-7],[-1,-17],[12,-37],[18,-12],[0,-32],[10,14],[12,4],[11,-10],[8,-23],[-14,1],[-11,-20],[6,-15],[-21,-42],[-11,-7],[-18,4],[-10,-13],[-24,6],[5,-30],[20,-39],[2,5],[4,-18],[18,-37],[1,-37],[8,8],[19,-53],[6,-6],[24,-76],[-11,-7],[6,-19],[-49,-26],[6,-33],[-15,-5],[15,-84],[23,-3],[10,-108],[-6,-8],[14,-66],[4,3],[21,-34],[11,1],[-2,-40],[8,-1],[-11,-75],[27,-10],[2,8],[56,-7],[0,-40],[8,-2],[-4,-50],[5,-30],[27,-6],[23,9],[2,12],[37,-8],[4,-44],[10,-14],[35,-4],[19,-16],[-7,-14],[22,-23],[2,-10],[27,14],[5,-24],[14,7],[-2,17],[5,46],[11,-3],[0,-15],[22,5],[3,10],[16,-8],[0,-7],[7,3]],[[5847,3440],[-11,-36],[6,-10],[2,-36],[-5,-9],[7,-19],[6,-8],[5,4],[6,-12],[-7,-7],[-8,10],[-10,-13],[31,-21],[4,-22]],[[4057,5038],[2,10],[-7,18],[-7,3],[-4,-6],[-9,7],[-8,-9],[0,11],[-7,7],[9,-5],[8,5],[2,7],[-8,-2],[4,7],[7,-5],[3,-12],[27,-1]],[[4069,5073],[16,12],[9,34],[12,-5],[6,-27],[10,-12],[18,-8],[14,2],[12,-14],[12,10],[0,8],[8,9],[12,1],[3,23],[5,6],[23,-6],[11,9],[13,-2],[19,31],[11,4],[10,28],[17,10],[11,25],[39,-28],[10,1],[1,-16],[14,-26],[5,-19],[2,-46],[13,-5],[9,7],[4,-14],[11,-10],[4,18],[10,12],[13,45],[12,-3],[9,-20],[2,-27],[13,15],[24,-1],[17,10],[3,-15],[8,-7],[2,4],[14,-13],[9,5],[4,-21],[21,-9],[7,-17],[15,14],[0,6],[19,-1],[9,-8],[20,16],[22,-33],[9,3],[1,19],[16,31],[0,39],[13,9],[14,-7],[25,10],[10,-33],[44,38],[13,0],[24,-12],[3,-10],[22,-22],[7,8],[7,23],[15,-3],[5,24],[6,6],[8,-25],[12,-10],[4,-16],[16,-14],[2,-8],[15,-9],[2,9],[12,-10],[4,8],[-13,4],[1,12],[21,24],[13,-8],[1,9],[-8,21],[-12,8],[-18,0],[-10,13],[5,33],[13,14]],[[4988,5203],[28,-15],[4,22],[30,10],[6,19],[16,-6],[11,5],[6,36],[11,-5],[20,7],[11,-17],[12,2],[5,-11],[0,-27],[10,-13],[20,5],[55,-37],[7,12],[20,4],[30,-4],[7,-13],[16,3],[16,-9]],[[2471,6128],[16,-26],[3,5],[23,-16],[8,1],[4,17],[17,27],[40,-16],[2,-37],[3,-7],[-5,-35],[4,-25],[-7,7],[9,-21],[11,-12],[-2,-5],[7,-17],[1,-43],[15,-9],[-3,-9],[3,-4],[-3,-6],[2,-15],[14,-14],[-2,-7],[-7,8],[0,-13],[-9,0],[4,-12],[-5,-5],[1,-31],[-5,-7],[18,-26],[20,-2],[-3,-9],[3,-15],[7,-2],[-3,-26],[20,5],[5,-18],[14,-9],[1,10],[2,-10],[22,-17],[7,16],[12,-9],[17,13],[16,-19],[7,-40],[-15,0],[0,-12],[20,-19],[-2,-26],[7,1],[0,-19],[-10,-29],[10,-30],[-10,-15],[4,-10],[-6,-14],[4,-3],[0,-19],[-8,-15],[5,-22],[9,-5],[-10,-18],[37,-26],[-17,-20],[-21,-1],[0,-39],[6,-9],[8,2],[23,25],[13,-7],[4,4],[-1,-23],[-7,-4],[-4,-12],[-19,-8],[-20,-21],[-23,-4],[-10,-41],[-31,-14],[0,-26],[16,4],[80,-46],[29,2],[37,13],[16,25],[9,5],[55,-11],[33,-20],[8,-16],[15,-6],[20,-34],[29,16],[29,-20],[19,4]],[[599,5548],[3,6],[5,11],[0,7],[4,14],[4,8],[2,8],[0,13],[0,6],[10,15],[7,6],[6,16],[3,15],[0,13],[-1,11],[-5,9],[-6,25],[-2,13],[1,4],[1,1],[3,0],[2,-2],[2,1],[4,3],[1,1],[5,4],[5,19],[0,12],[0,20],[0,2],[0,22],[0,24],[0,2],[2,2],[7,3],[13,10],[4,2],[5,3],[27,19],[20,17],[22,22],[20,56],[27,24],[26,24],[2,1],[2,38],[0,3],[7,14],[3,5],[5,6],[2,11],[5,22],[7,35],[0,14],[19,23],[4,4],[16,9],[5,0],[8,5],[9,15],[8,10],[17,24],[6,6],[4,6],[3,11],[1,8],[2,12],[6,19],[3,10],[2,7],[4,19],[2,12],[-1,7],[-1,10],[0,11],[0,12],[4,14],[-3,17],[-2,4],[-4,6],[-8,7],[0,2],[2,7],[2,8],[3,6],[10,19],[10,21],[3,8],[-1,15]],[[992,6562],[7,16],[14,12],[37,-54],[3,-48],[19,-4],[1,-24],[14,13],[4,-3],[5,-26],[9,-6],[15,-25],[5,-38],[14,-14],[8,-19],[1,-54],[5,3],[4,15],[17,12],[27,-16],[-3,-3],[4,1],[1,-7],[18,2],[14,-9],[26,2],[12,8],[-1,12],[5,8],[5,-11],[14,-6],[12,7],[18,-4],[9,-10],[9,11],[12,-9],[6,2],[1,10],[-9,21],[9,26],[14,5],[51,-32],[22,18],[19,34],[8,74],[5,-8],[20,8],[6,-14],[5,12],[21,-10],[6,4],[8,-11],[6,6],[24,3],[-2,12],[5,4],[16,-9],[11,12],[8,-3]],[[1616,6458],[4,-14],[11,-2],[3,-10],[4,3],[12,-12],[9,0],[3,25],[16,-17],[27,8],[11,-13],[0,-22],[13,-31],[-16,-26],[-18,-11],[-9,-18],[-6,-34],[10,-7],[-10,-9],[2,-5],[-8,-17],[3,-11],[19,-11],[11,-23],[-2,-12],[4,-29],[24,13],[5,-8],[3,-34],[12,-50],[20,-14],[11,-34],[0,-36],[-8,4],[16,-34],[6,-7],[9,3],[9,-27],[8,2],[18,-16],[9,-24],[15,35],[6,48],[9,26],[6,4],[5,30],[37,38],[11,17],[0,10],[5,-3],[-2,11],[11,5],[10,-8],[-2,-14],[13,-26],[9,-3],[21,-33],[21,-5],[16,-21],[13,0],[4,10],[23,21],[2,14],[7,0],[9,28],[2,-4],[24,31],[4,25],[11,11],[2,12],[6,-4],[-3,-6],[10,-3],[15,6],[19,-6],[2,5],[4,-11],[18,5],[14,-35],[-1,-17],[9,9],[16,-2],[17,-13],[40,-7],[11,2],[8,24],[14,-31],[36,-3],[22,-14],[6,-15],[-6,-20],[16,-15],[12,-2],[9,2],[3,9],[4,-6],[15,19],[4,35],[-7,46],[9,3],[6,16]],[[6671,4860],[9,-7],[3,-10],[-5,-16],[40,-34],[-6,-39],[10,-1],[1,-14],[13,2],[1,-40],[23,-1],[7,-46],[9,3],[13,-64],[-14,-12],[3,-41],[11,-6],[-8,-16],[40,-48],[-10,-21],[1,-11],[6,-8],[-5,-38],[17,-20],[4,-23],[19,-19],[4,-12],[13,-2],[2,-22],[-10,-28],[24,-15],[19,-35],[22,11],[-1,-17],[-10,-10],[-6,-26],[22,-8],[-11,-64],[5,0],[0,-24],[27,-24],[2,6],[-5,15],[79,8],[-1,-51],[35,-16],[1,-43],[-20,-34],[-14,0],[-13,-13],[-54,1],[-55,-40],[0,-21],[-10,-2],[1,-27],[8,-12],[-1,-12],[-9,-17],[28,-1],[31,-66],[26,-20],[-8,-18],[11,-28],[2,-27],[-16,-43],[16,-29],[9,-31],[11,-1],[11,-22],[16,3],[6,-7],[20,8],[-1,-26],[-24,-30],[-10,-58],[-14,-28],[8,-12],[13,-52],[7,0],[0,-12],[6,-1],[1,-13],[27,2],[21,-26],[-23,2],[-6,-31],[-47,-34],[2,-17],[-12,-10],[4,-6],[-2,-35],[7,-15],[-4,-36],[9,-29],[19,2],[6,-31],[22,-3],[-7,-22],[1,-7],[8,4],[2,-7],[5,-61],[7,-10],[0,-12],[9,4],[0,-7],[11,0],[4,15],[8,4],[16,-7],[3,-9],[32,-9],[10,8],[7,-24],[16,-16]],[[7201,2859],[-16,-16],[-11,4],[-15,-19],[-12,7],[-5,-25],[3,-22],[7,-13],[-3,-26],[-6,-1],[-22,-56],[-14,-8],[-5,8],[-20,-3],[-1,-43],[5,-15],[-28,-61],[-1,-17],[-13,-1],[-13,11],[-33,2],[-9,-23],[-12,4],[-18,-30],[-29,8],[-18,9],[-23,-30],[-6,6],[-7,-12],[-1,-36],[-23,-2],[-7,15],[-19,0],[-31,34],[-4,22],[-7,-2],[-13,-35],[-9,1],[-16,-34],[-5,2],[-9,-39],[-38,8],[-26,26],[-17,-8],[-31,6],[-10,5],[-9,-16],[-16,19],[-32,9],[-21,22],[-7,-46],[-49,-61],[-38,-72]],[[5847,3440],[9,20],[1,24],[11,37],[23,0],[0,60],[14,13],[3,35],[15,-2],[-1,35],[13,53],[-3,4],[30,56],[0,15],[14,2],[-30,38],[-20,12],[-13,-9],[0,-41],[-38,-23],[-12,6],[-1,19],[8,5],[-6,17],[-5,-1],[0,8],[6,2],[-4,37],[5,9],[-7,14],[2,1],[-6,28],[7,2],[-10,40],[10,1],[11,-14],[-1,-10],[30,-2],[20,-20],[16,18],[11,26],[-11,8],[2,34],[-6,91],[-11,8],[11,43],[9,-7],[13,16],[9,-6],[-2,-6],[17,-12],[3,-17],[11,3],[0,-29],[24,-2],[-3,27],[23,-7],[3,-30],[20,0],[-2,7],[12,10],[5,-15],[24,16],[-11,15],[7,21],[35,-9],[-4,9],[0,42],[17,3],[12,57],[11,-3],[31,11],[8,36],[-9,23],[-10,9],[-1,39],[-7,10],[-1,24],[10,2],[22,27],[1,18],[-6,11],[20,13],[1,11],[-7,4],[12,30],[13,-16],[7,-27],[34,-37],[25,9],[1,12],[18,7],[9,-4],[-2,9],[10,30],[24,15],[-5,5],[-1,9],[14,2],[2,-18],[43,-16],[49,49],[-2,7],[-7,0],[-5,29],[40,12],[-1,6],[17,14],[4,70],[12,10],[20,-9],[0,-8],[-13,4],[-12,-32],[41,-8],[-1,22],[23,-1],[1,20],[-6,1],[1,27],[11,2],[1,17],[12,0],[-7,74],[5,38],[-4,20],[-27,0],[-13,11],[-8,33],[2,9],[22,-5],[-5,12],[3,4],[33,5],[43,-37],[19,-6]],[[4164,6516],[-4,-13],[7,-9],[0,-38],[12,-5],[0,-14],[12,-2],[0,-26],[6,5],[7,-10],[17,3],[25,-12],[1,-15],[4,-3],[2,-9],[-12,-9],[-3,-20],[-8,-5],[-2,-12],[-16,3],[1,-11],[-16,3],[-8,-10],[21,-7],[-1,-22],[14,-5],[-1,-37],[14,-20],[9,4],[3,20],[29,13],[6,15],[-5,3],[23,-2],[0,-7],[17,-6],[32,17],[33,-23],[9,3],[-4,-11],[30,8],[-11,2],[19,16],[2,-11],[24,3],[16,11],[1,17],[16,2],[3,-6],[4,13],[11,0],[5,-8],[-3,-12],[4,-3],[-1,-12],[15,-7],[1,-11],[-4,-8],[-2,-75],[-7,-5],[2,-46],[26,0],[3,-5],[5,5],[8,-9],[50,-11],[7,2],[-1,13],[20,-7],[6,4],[2,-23],[5,-9],[40,-14],[-2,4],[7,4],[10,-3],[1,7],[17,3],[18,26],[34,12],[-3,-7],[14,-46],[13,3],[3,-10],[32,-10],[0,6],[16,-1],[33,16],[8,-8],[-3,-12],[4,-7],[10,2],[-5,-16],[5,-2],[-1,-14],[13,3],[9,-10],[37,-7],[4,-13],[-4,-4],[4,-6],[-10,-16],[-4,-21],[-6,1],[-1,-19],[-7,-1],[4,-7],[-3,-15],[-16,-10],[-4,-40],[-18,-15],[7,-63],[-4,-14],[11,-25],[-13,-26],[7,-20],[10,-2],[0,-18],[-4,-5],[5,-20],[-4,-10],[12,-2],[2,8],[15,1],[21,-13],[22,26],[6,-25],[5,2],[1,-26],[5,1],[-10,-13],[-12,0],[-5,-23],[-16,-27],[23,-14],[-1,-31],[11,-24],[-2,-10],[7,-25],[-11,-28],[5,-24],[-17,-27],[-6,0],[-10,-28],[4,-17],[6,-4],[17,-43],[0,-30],[8,-21]],[[4069,5073],[2,54],[-5,12],[9,10],[3,22],[-7,19],[-13,12],[4,16],[-4,60],[-8,20],[-5,-2],[-12,20],[-6,21],[1,20],[-10,5],[-4,36],[5,15],[-1,11],[-6,8],[-17,-2],[-6,14],[0,14],[7,4],[-6,34],[7,11],[-11,8],[-5,-8],[-7,4],[-18,21],[-13,-21],[-36,-15],[-4,3],[0,16],[-7,7],[1,14],[-12,11],[1,9],[-8,12],[-10,4],[2,9],[-4,6],[4,11],[-8,9],[0,22],[9,27],[0,24],[5,12],[-21,37],[-8,-1],[6,21],[-9,62],[4,15],[5,1],[-8,9],[5,5],[2,30],[-5,29],[9,2],[-8,16],[7,0],[3,24],[4,0],[-5,14],[7,19],[13,-9],[12,21],[7,-3],[-3,8],[30,-1],[3,-6],[0,12],[4,7],[11,3],[1,-8],[8,7],[1,10],[12,-3],[-1,7],[10,4],[0,14],[-29,10],[-4,9],[3,8],[6,1],[1,21],[9,5],[-3,9],[-7,-4],[1,11],[-13,2],[-15,34],[8,6],[-1,16],[5,10],[-6,16],[5,12],[-13,20],[7,-3],[2,30],[8,10],[-3,8],[-7,-5],[-5,6],[10,14],[-1,6],[6,-3],[0,15],[12,3],[-2,-7],[16,7],[5,14],[13,-4],[17,14],[-6,20],[13,27],[1,62],[-3,14],[-6,0],[-6,19],[-2,19],[5,7],[-6,17],[5,17],[-9,-1],[-4,8],[6,31],[19,-13],[8,14],[9,-6],[5,6],[7,-11],[0,5],[4,6],[2,-1],[-3,-3],[4,-4],[0,-5],[14,1],[-1,-12],[12,-2],[2,-17],[17,0],[2,-10],[9,-1],[1,7],[22,-1],[0,-7],[46,1]],[[6463,5871],[-16,-26],[6,-5],[-16,-18],[-6,-54],[-10,-22],[9,-18],[4,-35],[-8,-21],[5,-10],[11,14],[10,-12],[10,1],[19,-14]],[[6481,5651],[2,-12],[9,-11],[10,-1],[-1,-20],[-9,-37],[2,-31],[-9,3],[-6,-7],[0,-14],[-7,-12],[0,-25],[10,-13],[-3,-20],[13,-26],[3,-44],[-3,4],[1,-10],[-10,-13],[18,-20],[-2,-8],[-8,4],[-4,-15],[-23,-25],[14,-1],[21,-25],[1,-7],[-8,-4],[4,-8],[-6,3],[-2,-6],[26,-36],[-3,-34],[-16,12],[-3,-4],[2,-11],[13,-15],[37,-11],[8,-19],[20,-12],[6,-19],[20,10],[10,-32],[-7,-18],[25,4],[4,-5],[-7,-8],[6,-54],[18,-24],[19,15],[2,-10],[-6,-12],[3,-11],[8,4],[-1,-35],[-13,5],[0,-16],[1,-20],[12,-25],[-1,-9]],[[5329,5171],[27,22],[20,-11],[16,6],[0,19],[7,10],[24,-6],[44,12],[13,-20],[32,8],[10,-23],[12,9],[3,16],[15,18],[9,-4],[26,12],[2,13],[17,17],[-2,8],[4,15],[26,8],[33,34],[-2,35],[14,40],[-12,31],[-33,38],[8,6],[13,-13],[-1,8],[7,-4],[13,10],[16,29],[27,4],[12,16],[8,24],[14,16],[18,-3],[8,6],[4,-5],[12,13],[5,-6],[10,8],[0,6],[7,5],[10,40],[5,-1],[8,40],[7,10],[-10,1],[6,26],[-11,29],[4,15]],[[5834,5758],[17,-2],[10,49],[10,16],[-4,8],[16,-2],[35,-22],[17,1],[21,47],[-4,6],[9,48],[-8,32],[2,12],[20,2],[19,22],[14,3],[-4,20],[3,7],[-6,7],[3,7],[20,-7],[12,-15],[3,9],[21,11],[5,17],[12,3],[0,12],[14,-12],[14,4],[10,-14],[15,7],[-2,-15],[4,0],[-3,-13],[-16,-22],[8,-9],[27,11],[14,30],[24,-27],[13,11],[4,-13],[-3,-5],[6,-4],[-7,-15],[13,-2],[-4,-6],[6,-5],[-2,-8],[3,5],[4,-9],[8,7],[3,-6],[-6,-3],[15,-8],[2,-14],[16,-8],[5,-1],[7,14],[30,3],[16,16],[8,-3],[-8,19],[7,1],[-6,6],[4,12],[9,-8],[-5,-9],[0,-13],[4,14],[16,5],[5,-20],[0,22],[6,1],[-6,2],[8,3],[-1,6],[13,2],[2,-22],[-16,9],[11,-7],[-6,-13],[12,10],[11,-15],[-2,13],[17,5],[-2,-15],[68,-53],[3,-10],[-4,-9]],[[8461,5377],[5,-78],[23,-146],[-1,-17],[-16,-39],[2,-46],[15,-73],[-3,-65],[-9,-9],[-21,10],[-59,0],[-28,13],[-19,-10],[-38,11],[-36,14],[-32,-4],[-15,5],[-17,-24],[-13,-91],[5,-28],[13,-17],[10,-8],[17,3],[-18,-19],[4,11],[-15,4],[-16,-35],[-2,-8],[-16,20],[-13,-4],[-19,-41],[-4,-10],[-15,11],[-20,-9],[-2,9],[-9,-1],[-17,-44],[-7,-70],[4,-89],[12,-43],[17,-32],[-16,-12],[-15,31],[-23,13],[-15,-5],[-11,-19],[-10,19],[-16,2],[-37,-46],[-29,28],[-17,3],[-26,-23],[-28,-69],[-14,-76],[-1,-47],[-1,-4],[-5,-20],[-1,-18],[-13,0],[-10,9],[-12,10],[-14,-40],[1,-50],[0,-2],[5,-15],[1,-2],[21,-21],[1,-6],[2,-9],[2,-9],[12,24],[-7,12],[12,26],[18,-51],[26,-27],[4,-34],[15,6],[11,20],[1,14],[16,29],[-5,18],[5,10],[31,-32],[17,-6],[19,8],[-5,19],[0,2],[9,32],[2,-17],[18,-29],[28,-22],[14,10],[12,12],[18,-2],[5,-7],[3,-28],[0,-9],[-1,-17],[-7,-15],[8,-35],[17,-19],[17,-7],[25,29],[3,7],[4,20],[-8,-9],[-1,11],[6,3],[14,-4],[-4,-12],[-2,-11],[10,-28],[13,-14],[11,9],[15,4],[-8,-35],[-21,3],[-6,-23],[4,-34],[21,-20],[-6,-8],[-4,-3],[-2,-2],[-4,-4],[-4,-13],[19,-65],[13,-16],[-2,-24],[15,-31],[13,-7],[10,5],[12,16],[15,15],[19,-4],[-4,-21],[2,-16],[-17,-14],[12,-22],[22,-25],[-19,-1],[-9,-17],[-4,-21],[-29,-31],[7,-54],[12,-12],[-4,-5],[-17,-5],[-3,-23],[5,-28],[4,-8],[18,-15],[8,0],[7,-11],[5,-6],[-6,-10],[1,-24],[7,1],[15,-36],[18,2],[3,-16],[19,-15],[-1,-12],[10,-20],[6,-13],[11,-9],[17,-16],[8,-24],[0,-25],[1,-20],[9,-7],[7,-6],[11,-14],[10,-23],[13,-22],[16,-2],[12,-49],[8,1],[5,-11],[3,-10],[-5,-19],[4,-20],[14,-21],[9,-11],[13,11],[10,-11],[10,-13],[7,-16],[2,-26],[7,-10],[4,-5],[3,-7],[3,-14],[3,-14],[20,-26],[15,2],[2,-12],[-9,-19],[9,-27],[8,0],[9,-19],[-2,-17],[19,-26],[-8,-17],[11,-7],[4,-39],[3,-17],[14,-21],[7,-48]],[[8695,2506],[-12,1],[-4,-11],[-20,-1],[-29,1],[-26,33],[0,-20],[-29,-26],[-2,16],[-18,-13],[-16,26],[-4,-21],[-8,-8],[-6,22],[-8,-34],[-10,2],[-15,29],[-1,33],[-23,15],[-11,12],[-13,-2],[-7,23],[-7,-1],[-3,-18],[5,-19],[-10,-13],[-5,13],[9,9],[-3,14],[-7,-2],[-2,-23],[-7,-12],[-16,13],[-10,5],[-10,-13],[-4,-18],[0,-37],[11,-5],[-9,-37],[9,-13],[12,8],[4,-46],[-15,0],[-11,20],[-9,0],[6,-29],[-4,-9],[-20,35],[-12,-17],[-5,21],[-16,-4],[-3,9],[12,17],[-2,10],[-14,7],[-8,-21],[-6,27],[-25,8],[-3,1],[1,7],[-18,25],[-7,-21],[-56,14],[0,-7],[10,1],[1,-20],[-8,13],[-21,-8],[-4,-25],[-12,-3],[-4,-23],[-5,20],[-14,-19],[-5,5],[5,9],[-11,5],[-14,-27],[-13,1],[-20,12],[-2,-9],[15,-19],[-6,-4],[-20,-34],[-7,3],[3,19],[-9,8],[-23,-54],[-6,3],[4,15],[-20,3],[0,-17],[-12,-29],[12,-2],[3,-12],[-16,-1],[-7,-17],[2,-7],[14,1],[0,-27],[-19,1],[-17,33],[-11,5],[-16,49],[-2,22],[-29,70],[-9,-1],[-2,-18],[-7,4],[-4,3],[-15,2],[-28,11],[0,23],[-7,12],[-24,-7],[-3,25],[-11,7],[-9,50],[-19,-9],[-9,8],[-2,30],[-16,21],[-14,0],[-3,42],[-12,13],[-3,41],[-11,22],[4,15],[-21,43],[-42,5],[-1,25],[-9,15],[-4,1],[-1,26],[-15,-4],[-9,28],[-16,-2],[-10,36],[-18,-6],[-13,12],[-1,9],[-3,9],[-26,-17],[-21,19],[-28,-22],[-8,-44],[-21,-8],[-7,-15],[0,-17],[8,-13],[5,-30],[-5,-3],[-19,1],[-10,12],[-1,21],[-11,0],[-8,-15],[-19,0],[-9,23],[-18,-21],[-15,2],[-9,35],[-18,8],[-3,14],[-5,12],[-8,-6],[-47,13],[-9,13],[-11,-16]],[[6481,5651],[9,22],[27,1],[21,15],[10,-28],[8,12],[6,-5],[9,7],[3,12],[20,3],[5,-9],[5,-41],[-5,-7],[2,15],[-5,16],[-14,-47],[-9,-12],[3,-10],[24,-15],[15,3],[8,-11],[22,19],[5,11],[9,-3],[3,-9],[23,-1],[11,-12],[7,21],[12,-4],[25,5],[13,44],[13,2],[7,11],[5,41],[7,4],[-1,13],[5,7],[8,-1],[0,29],[54,-12],[15,-14],[22,-8],[9,20],[24,9],[12,-6],[17,11],[10,-15],[4,-27],[8,-7],[10,2],[0,11],[6,8],[22,-19],[11,7],[0,11],[11,3],[6,13],[37,-10],[20,14],[6,-3],[-1,-18],[7,-6],[7,-20],[-2,-19],[6,-18],[3,14],[25,4],[23,27],[18,-3],[48,31],[11,18],[3,-4],[0,19],[5,2]],[[7254,5764],[14,10],[35,-11],[6,10],[22,4],[17,34],[21,18],[5,11],[54,28],[96,-18],[0,-13],[16,-8],[10,-15],[-1,-15],[13,9],[42,-12],[4,-29],[-19,-35],[-1,-28],[27,7],[3,-12],[11,-1],[10,-23],[22,-28],[3,-29],[16,2],[47,-20],[11,-42],[19,-19],[1,12],[6,0],[11,-29],[23,6],[7,-7],[2,10],[22,27],[22,-10],[7,-20],[32,14],[3,-3],[-5,-19],[7,-19],[16,8],[21,-18],[9,5],[-2,-2],[4,-10],[4,2],[-2,6],[6,-6],[-5,10],[9,5],[-11,0],[2,12],[6,3],[-2,6],[-6,-5],[1,8],[-3,-6],[3,20],[0,-10],[3,5],[8,-16],[-3,0],[9,-3],[4,5],[-6,-1],[-2,11],[-3,-8],[-3,14],[6,2],[3,-8],[-3,9],[6,-2],[-3,5],[3,2],[15,-8],[1,14],[14,-2],[8,-9],[2,-10],[4,0],[5,8],[14,-1],[1,18],[-5,12],[4,8],[18,1],[14,-7],[5,11],[6,-11],[43,-23],[10,-15],[9,0],[0,6],[28,-6],[30,-34],[2,-9],[-8,5],[2,-13],[-4,-1],[26,-28],[5,-13],[-3,-6],[16,-2],[3,-13],[17,-6],[4,-9],[70,-56],[12,-5],[12,7],[16,-2],[18,-9],[0,10],[5,6],[4,-5],[-2,7],[24,16],[33,-1],[6,18],[13,-10]],[[4262,6814],[0,-9],[-4,6],[0,-45],[13,18],[5,-11],[-21,-39],[-1,-14],[-6,-2],[0,-14],[-6,-7],[-4,4],[7,-11],[-9,-18],[-7,-1],[0,-14],[-11,-2],[11,-16],[-11,-3],[11,-10],[-16,-8],[10,-33],[-5,-32],[-11,-18],[-43,-19]],[[2471,6128],[0,64],[-18,46],[3,44],[6,6],[-6,6],[4,14],[28,-20],[10,0],[18,-21],[30,12],[1,9],[12,-4],[0,15],[-5,4],[-9,34],[7,20],[-5,17],[-8,6],[14,34],[-2,31],[8,26],[-3,27],[-8,5],[-5,15],[5,20],[7,5],[11,28],[-6,26],[4,12],[-5,2]],[[2559,6611],[6,-2],[24,23],[10,-22],[4,-1],[3,13],[25,-26],[2,16],[-7,21],[-14,11],[-17,2],[-2,8],[3,14],[14,6],[13,-7],[1,14],[19,28],[3,2],[11,-21],[31,33],[2,-5],[4,10],[11,0],[19,23],[2,-8],[12,1],[23,-33],[49,12],[6,-20],[52,-25],[0,13],[5,0],[32,-21],[1,7],[11,1],[2,18],[26,20],[16,-1],[10,8],[11,-12],[1,16],[9,0],[12,39],[6,-5],[12,35],[60,32],[9,20],[12,5],[18,-22],[-1,-19],[-9,-17],[4,-18],[12,2],[44,-27],[0,-63],[10,-2],[-1,-15],[8,-7],[-3,-6],[4,4],[32,-18],[13,34],[19,15],[12,-15],[1,-10],[12,0],[47,-41],[10,7],[0,-5],[7,3],[6,-10],[47,-3],[9,-20],[30,25],[3,14],[26,9],[2,11],[8,1],[3,8],[9,1],[1,-6],[1,5],[6,-2],[-11,9],[-3,21],[9,15],[9,2],[-4,6],[3,8],[4,-3],[2,24],[6,-4],[12,19],[-5,93],[23,-51],[2,-43],[20,-2],[8,25],[-6,30],[3,27],[16,-5],[-3,7],[33,22],[-1,16],[22,5],[-2,20],[19,4],[3,34],[18,-2],[1,27],[78,4],[0,7],[9,3],[33,-35],[-1,-11],[23,4],[59,-8],[-1,-16],[29,0],[-1,-33],[16,-2],[2,11],[30,11],[-6,40],[22,0],[0,-32],[48,-1],[4,74],[14,1],[0,23],[33,-4],[1,-6],[22,-7],[12,20],[0,23],[-17,-2],[0,52],[17,6],[0,37],[-21,3],[0,56],[8,0],[0,7],[43,-8],[-4,-64],[14,-2],[34,-146],[5,-39],[12,-1],[9,-14],[2,-42],[10,2],[3,-11],[-2,11],[16,2],[2,-5],[-6,-56],[21,2],[2,23],[14,1],[3,-34]],[[5585,6989],[-11,-5],[-42,11],[-2,6],[-29,13],[0,14],[-10,21],[-4,38],[9,8],[-8,13],[4,2],[-5,20],[13,18],[16,11]],[[5516,7159],[15,-10],[24,13],[14,-11],[-1,-7],[5,-7],[14,12],[15,-29],[-6,-52],[9,-29],[-14,2],[0,-9],[16,-3],[27,20],[-35,-33],[-10,-2],[-3,9],[-8,-2],[5,-5],[-3,-10],[5,-17]],[[3011,8267],[-8,-44],[-8,-86],[-18,-52],[-38,25],[-13,-43],[-11,4],[-2,-15],[9,-12],[-90,46],[-60,-147],[-14,12],[-2,-10],[-24,9],[-13,-29],[-10,-8],[-60,64],[-23,-50],[-28,33],[-25,-1],[8,-24],[-23,11],[-40,-213],[-14,8],[-9,-42],[16,-8],[-3,-11],[9,-4],[18,-138],[13,3],[-5,-39],[49,-20],[1,-10],[17,-11],[-4,-15],[21,-13],[0,-11],[-18,-32],[-15,-16],[5,-4],[-10,-41],[-16,-10],[-4,-15],[-11,0],[-7,-22],[-5,6],[-4,-30],[-15,-28],[-11,13],[-10,-42],[2,-65],[-44,-17],[-4,-10],[2,-34],[-13,-14],[16,-88],[-1,-34],[10,-33],[-7,-28],[-11,-18],[-9,-5],[-6,-19],[14,-22],[6,1],[-4,-8],[10,-28],[-14,-46],[11,-12],[-16,-40],[10,-5],[1,-15],[9,-2],[-1,15],[9,-11],[21,7],[13,-36],[15,-1],[12,-16],[4,9],[9,-15],[9,-4]],[[1616,6458],[-5,14],[2,9],[-4,-5],[-5,9],[-5,-8],[-10,4],[-9,35],[6,29],[8,3],[4,30],[16,22],[54,10],[7,6],[-3,12],[8,12],[11,-10],[-2,8],[14,22],[4,17],[-32,28],[-5,8],[4,10],[-14,11],[-6,21],[-11,0],[-29,30],[-3,-4],[-34,6],[-31,-8],[-32,26],[-4,17],[-15,19],[-6,-18],[-13,18],[-3,-4],[-4,32],[1,28],[10,17],[4,-6],[4,4],[-1,11],[7,0],[-3,14],[6,2],[-1,9],[6,2],[3,14],[16,5],[6,28],[-2,8],[9,26],[32,31],[-6,28],[5,12],[-2,12],[6,11],[6,44],[14,-4],[5,44],[22,22],[7,-4],[-7,57],[7,18],[-6,14],[2,8],[-14,20],[5,13],[-14,14],[7,27],[-11,11],[15,33],[12,8],[-7,14],[14,38],[6,-5],[6,9],[12,61],[8,-4],[9,44],[10,-12],[20,41],[23,-14],[-4,-6],[23,-31],[-3,-10],[27,-16],[4,-10],[47,34],[3,7],[6,-7],[7,-26],[24,21],[-3,12],[-6,3],[0,20],[13,4],[1,23],[8,1],[-2,13],[10,5],[4,13],[29,-6],[-3,7],[41,-24],[13,23],[-8,9],[12,21],[-41,41],[4,10],[-21,20],[-15,-11],[-7,25],[-5,-5],[-21,33],[-39,32],[17,68],[-9,7],[-1,9],[9,27],[4,-2],[11,26],[9,-2],[-4,10],[10,-3],[4,15],[5,-3],[12,42],[-13,9],[16,59],[-10,6],[12,45],[11,-8],[33,154],[18,-10],[-1,80],[-10,124],[1,44],[7,31]],[[1949,8575],[2,0],[15,8],[13,7],[13,7],[8,5],[9,4],[10,4],[15,4],[14,2],[9,2],[21,-2],[8,-3],[14,-4],[13,1],[17,-2],[9,-7],[5,-16],[2,-10],[5,-10],[4,-9],[13,-10],[13,-10],[16,-8],[16,-6],[11,-3],[14,-11],[7,-5],[11,-14],[13,-9],[14,-8],[12,-12],[11,-7],[15,-7],[4,-1],[15,-3],[9,-4],[12,-2],[8,-3],[10,-4],[13,-6],[10,-4],[31,1],[6,-1],[13,1],[12,-2],[1,-1],[14,-7],[9,-5],[10,-4],[15,-11],[10,-7],[22,-17],[8,-3],[9,-4],[32,-18],[7,-4],[7,-5],[14,-13],[5,-9],[-2,-5],[6,-9],[8,-12],[8,-8],[2,-1],[7,-3],[5,-1],[9,0],[11,-2],[7,-2],[15,-7],[20,-12],[15,-11],[14,-12],[6,-5],[23,-10],[17,-1],[3,0],[8,3],[6,2],[5,3],[12,2],[10,0],[8,1],[12,6],[7,5],[12,4],[14,3],[4,0],[7,1],[7,5],[18,6],[16,6],[15,5],[12,3],[13,4],[4,2],[11,0],[9,-3]],[[992,6562],[-5,1],[-8,8],[-7,10],[-7,9],[-8,9],[-7,3],[-15,5],[-10,6],[-6,0],[-11,-3],[-14,-11],[-4,5],[-4,10],[-6,9],[-5,4],[-6,11],[-8,15],[-7,7],[-7,2],[-7,3],[-10,9],[-5,6],[-5,18],[-8,13],[-6,16],[-8,25],[-13,22],[-1,5],[-1,20],[0,17],[-10,18],[-5,6],[-9,1],[-7,3],[-5,18],[-4,13],[-1,5],[2,16],[2,15],[-9,18],[-2,3],[0,3],[0,8],[-1,4],[-3,12],[-2,4],[-4,11],[-1,8],[-3,19],[0,13],[-1,9],[-2,5],[-4,7],[-14,12],[-9,6],[-2,-2],[-6,2],[-11,13],[-2,3],[-2,4],[-4,20],[-9,17],[-5,9],[-11,11],[-8,9],[-2,11],[1,6],[0,4],[-1,19],[-1,4],[-2,3],[-10,5],[-6,5],[-2,2],[-6,11],[-5,8]],[[597,7217],[12,36],[19,31],[-2,24],[14,14],[18,56],[1,17],[23,27],[14,44],[1,34],[-13,17],[-13,34],[11,60],[32,-29],[2,37],[6,5],[7,26],[22,-21],[17,2],[6,12],[1,21],[16,14],[2,13],[12,17],[-5,4],[8,30],[-3,18],[8,17],[14,6],[11,28],[11,9],[9,-2],[-1,19],[5,11],[35,10],[-8,27],[3,-4],[5,15],[7,-3],[3,12],[-9,6],[2,28],[-5,0],[14,26],[-8,31],[21,42],[-10,13],[-8,-5],[-4,18],[11,69],[31,31],[5,-3],[-15,-24],[3,-2],[13,21],[19,10],[7,15],[-6,1],[3,18],[13,3],[-1,8],[6,6],[7,-4],[1,23],[5,4],[20,2],[0,-10],[13,-7],[6,5],[0,8],[13,0],[8,14],[11,-3],[-6,49],[-20,91],[4,-2],[-20,18],[-34,-2],[-1,8],[-25,1],[4,26],[-10,-1],[-13,19],[-7,-14],[-15,14],[-2,34],[15,15],[-3,20],[23,7],[6,-9],[10,14],[31,-34],[9,26],[37,-12],[6,13],[-14,24],[6,3],[-4,4],[-13,-5],[-17,20],[-33,5],[-8,18],[0,31]],[[979,8630],[16,-7],[15,-3],[18,-4],[8,-3],[0,-6],[5,-4],[10,-5],[12,-7],[8,-1],[17,3],[11,2],[8,6],[11,3],[15,3],[17,5],[23,5],[5,2],[6,3],[11,8],[57,45],[23,14],[20,13],[15,13],[12,8],[12,6],[16,0],[11,7],[19,17],[14,8],[12,4],[6,1],[1,-3],[20,2],[10,0],[25,5],[7,0],[24,2],[24,-3],[17,-4],[16,-2],[6,2],[15,8],[6,0],[8,1],[14,4],[3,1],[5,1],[7,1],[10,-3],[12,-2],[5,-2],[5,-2],[17,-12],[26,-21],[13,-5],[16,-5],[10,-4],[6,-2],[7,1],[14,-7],[12,-9],[8,-9],[8,-12],[-3,-5],[13,-17],[8,-10],[9,-11],[7,-7],[7,-6],[15,-11],[6,-6],[2,-7],[20,-13],[10,-2],[9,-1],[13,-4],[16,-12],[17,-2],[11,2]],[[5492,7214],[1,-10],[6,10],[0,-17],[5,1],[12,-39]],[[5585,6989],[11,0],[2,5],[12,-6],[8,-14],[9,11],[25,-7],[0,-9],[12,-3],[10,-11],[7,1],[7,-19],[8,2],[6,-29],[9,-11],[12,0],[4,-10],[-4,-26],[-20,-37],[-31,-19],[-12,-29],[5,-18],[25,-12],[2,-15],[12,6],[-2,-19],[8,-1],[-3,-15],[6,-24],[8,2],[3,-7],[-11,-11],[6,2],[0,-7],[8,-1],[3,-11],[9,3],[2,-20],[13,-7],[3,-31],[-4,-38],[9,-30],[-11,-11],[2,-7],[-17,1],[-2,-17],[-14,-18],[-32,-2],[6,-24],[-7,-16],[3,-49],[-7,1],[-3,-11],[-2,5],[-4,-4],[0,-27],[-6,-27],[23,-24],[1,-17],[-13,-3],[-7,-12],[-4,-25],[-8,-6],[16,-36],[-3,-4],[3,-12],[19,-12],[9,-30],[-6,-51],[7,-20],[9,-8],[8,2],[2,-37],[37,-4],[2,-6],[3,16],[9,-6],[-3,-28],[-6,-6],[1,-19],[-7,-6],[1,-9],[-13,-13],[-9,1],[-3,-9],[-13,4],[-15,-11],[-16,-58],[2,-20],[34,-21],[25,-7],[13,1],[3,10],[6,2],[-2,6],[13,-13],[1,-24],[14,-15],[25,-2],[8,-14],[0,-14]],[[4262,6814],[4,-1],[4,30],[12,5],[10,34],[31,38],[2,19],[47,33],[25,33],[15,61],[18,14],[7,-2],[2,42],[-28,6],[0,41],[-25,2],[-9,15],[-3,-8],[-35,-10],[2,10],[14,3],[-1,19],[-8,1],[-3,17],[13,4],[-1,82],[17,1],[-1,60],[-25,26],[-29,-6],[1,-12],[-26,-5],[-20,-14],[-19,5],[-2,-11],[-8,18],[2,25],[-6,47],[5,18],[13,-2],[1,-11],[10,-4],[6,5],[-1,17],[23,2],[-1,34],[27,11],[2,21],[16,0],[0,65],[27,-1],[1,86],[18,3],[20,27],[-23,41],[-11,-6],[-10,22],[-7,28],[-5,5],[6,26],[-9,3],[7,27],[9,14],[-6,2],[-2,23],[-42,44],[-1,14],[25,3],[-2,-13],[10,-2],[9,21],[5,-5],[16,32],[8,-3],[-9,71],[-9,-5],[-6,10],[30,21],[15,24],[40,-3],[41,10],[2,9],[9,-5]],[[4496,8115],[8,-7],[13,-8],[9,-7],[3,-2],[11,-11],[9,-13],[8,-13],[8,-13],[1,-2],[10,-9],[8,-8],[11,-6],[6,-4],[13,-6],[13,-4],[6,-4],[11,-1],[12,1],[13,4],[12,4],[8,3],[13,6],[6,4],[6,3],[6,1],[11,3],[20,18],[6,6],[5,5],[2,2],[12,11],[4,2],[11,5],[13,5],[6,3],[15,7],[8,-2],[11,-3],[4,-1],[5,0],[13,-5],[15,-2]],[[4881,8077],[-3,-22],[6,-19],[9,-5],[1,-62],[-14,6],[-11,-4],[3,-8],[-11,-21],[-8,-4],[2,-11],[-41,-29],[-3,5],[-9,-29],[-10,5],[-2,-13],[-33,-8],[-4,-27],[-6,4],[21,-27],[7,-19],[-11,-17],[21,-16],[3,-26],[27,-12],[4,-22],[20,-23],[-18,-37],[41,-25],[2,22],[18,-1],[3,22],[18,-14],[11,-25],[6,-3],[-10,-24],[-4,-76],[6,-58],[-37,-32],[0,-17],[20,-4],[2,-18],[28,-10],[2,-9],[15,-7],[-2,-10],[6,5],[1,-10],[23,-13],[5,-45],[16,4],[13,-32],[36,1],[-1,-12],[34,-2],[1,19],[13,24],[-4,37],[44,-2],[0,-28],[18,0],[12,-65],[11,-5],[7,-14],[21,-5],[-2,6],[12,11],[-1,-16],[37,-10],[11,-22],[16,-8],[9,3],[1,-14],[23,9],[6,-8],[32,1],[3,-15],[23,-16],[-2,6],[5,11],[13,6],[3,11],[6,-9],[9,1],[5,10],[15,3],[7,24],[19,-1],[7,10],[3,-10],[4,2],[1,-14],[4,2],[24,18],[3,19]],[[3011,8267],[3,0],[9,-4],[9,-3],[3,-1],[14,0],[9,8],[11,13],[12,13],[12,13],[3,8],[1,9],[4,11],[5,5],[5,6],[9,14],[1,2],[2,4],[3,5],[6,12],[3,4],[6,6],[5,4],[4,2],[2,1],[6,2],[5,2],[2,0],[10,5],[6,3],[7,3],[6,-1],[3,0],[13,5],[10,6],[11,9],[12,11],[10,9],[5,4],[4,3],[10,10],[6,4],[9,7],[14,5],[-1,-8],[18,-8],[13,-5],[24,-7],[17,-2],[16,-4],[12,-4],[9,-4],[8,-4],[5,-2],[6,-3],[3,-2],[9,-5],[10,-5],[15,-10],[4,-2],[13,-12],[14,-16],[2,-3],[9,-15],[8,-11],[6,-6],[5,-5],[14,-16],[7,-18],[6,-11],[9,-13],[4,-4],[15,-18],[13,-16],[13,-10],[11,-9],[10,-5],[5,-2],[7,-3],[9,1],[12,4],[6,2],[10,9],[11,8],[10,8],[11,11],[12,15],[18,19],[-1,4],[11,5],[15,6],[13,3],[10,0],[9,-2],[8,-5],[7,-6],[8,-5],[7,-4],[9,-2],[3,-1],[15,2],[8,1],[6,2],[6,2],[2,1],[7,4],[11,7],[7,1],[6,3],[6,5],[7,3],[2,0],[8,3],[14,5],[1,20],[4,5],[5,5],[9,7],[4,3],[6,0],[12,1],[9,-2],[11,-4],[5,1],[6,0],[9,-1],[2,0],[10,-1],[8,-1],[14,-9],[2,-4],[2,-4],[5,-13],[2,-7],[12,-19],[8,-9],[13,-17],[9,-14],[3,-6],[5,-8],[9,-8],[8,-4],[14,-4],[13,-3],[13,-4],[10,-5],[8,-4],[12,-2],[11,-2],[0,3],[11,5],[8,4],[7,5],[6,6],[15,8],[16,7],[14,6],[9,2],[19,1],[10,-5],[4,-3],[7,-4],[4,-3],[11,-5],[12,-5],[10,-5],[5,-2],[2,-1],[6,-3],[5,-1],[4,-1],[5,-2],[6,-2],[6,-2],[4,-1],[4,-2],[6,-4],[6,-7],[9,-11],[9,-10],[10,-23],[2,-4],[6,-10],[5,-10],[8,-11],[8,-9]],[[6696,7295],[17,-7],[8,5],[18,-23],[13,17],[6,2],[7,-10],[7,9],[5,-17],[-5,-19],[9,-3],[20,-82],[-5,-36],[8,0],[2,-17],[-13,-4],[-9,10],[-3,-8],[-11,5],[-19,-14],[-8,9],[-8,-20],[-4,-21],[11,2],[2,-21],[-15,-6],[6,-4],[-1,-30],[-6,-4],[5,-6],[-1,-18],[-12,-18],[-2,10],[-5,-4],[12,-33],[-1,-11],[-9,9],[-2,-10],[-6,2],[-10,-53],[21,-9],[-3,-16],[-9,-6],[1,-9],[15,3],[27,-19],[7,-24],[10,-8],[-4,-24],[9,-27],[-7,1],[1,-38],[-28,-101],[-11,7],[-23,-5],[2,-15],[4,1],[-18,-63],[-4,4],[-4,-19],[-4,-3],[4,-8],[-3,-6],[14,-5],[-20,-26],[4,-29],[-3,-5],[-15,7],[-6,-12],[-16,2],[0,12],[-22,13],[-24,1],[-3,-18],[13,-2],[11,-21],[-7,-4],[2,-24],[-4,-23],[-4,2],[-3,-76],[13,-3],[1,-31],[15,-2],[-2,-24],[25,5],[-1,-37],[-15,-29],[-22,5],[-1,-5],[-12,8],[3,-12],[-20,0],[-1,-19],[10,-2],[6,-37],[-14,1],[9,-20],[-18,-11],[-23,8],[-25,-3],[-3,-50],[-8,-5],[0,-8],[14,-2],[15,-11],[-7,-24],[20,-3],[3,15],[20,-14],[-25,-11],[-10,-9],[-1,-11],[-12,-7],[-9,6],[-26,-26],[-12,-3],[4,-20],[-15,-15],[-1,-12],[-9,5]],[[5492,7214],[6,44],[-4,12],[5,13],[6,6],[7,-13],[10,-4],[16,12],[13,-1],[17,60],[0,15],[8,3],[2,14],[21,28],[-2,14],[17,-2],[10,15],[-4,24],[6,19],[-2,5],[21,39],[-18,37],[12,28],[1,36],[5,5],[1,24],[3,-6],[32,16],[16,-8],[27,30],[27,0],[8,-13],[26,19],[2,10],[5,-8],[18,-3],[7,-16],[28,-10],[-2,-5],[24,2]],[[5867,7655],[18,19],[-1,9],[34,-11],[-5,25],[9,0],[-8,20],[7,10],[5,-4],[7,13],[-15,19],[13,14],[11,-8],[1,6],[13,-5],[4,17],[9,2],[19,-17],[4,-28],[-7,3],[1,-7],[7,-11],[16,7],[1,-22],[9,-2],[5,-14],[43,-18],[21,-28],[-2,-10],[10,-21],[10,1],[-2,-15],[27,-16],[14,2],[-1,-19],[6,-2],[6,-16],[-12,-53],[-14,-23],[12,-40],[-12,-17],[14,-6],[-3,-21],[15,-14],[14,22],[5,-13],[19,0],[21,23],[10,7],[13,-3],[-1,7],[11,4],[9,-4],[29,5],[2,-9],[12,-7],[3,-19],[-13,6],[4,-14],[-6,-19],[3,-22],[17,-4],[21,-37],[7,-2],[9,-57],[13,-14],[-1,-18],[-23,9],[-34,2],[-4,-10],[17,-47],[-8,-13],[4,-14],[15,1],[-5,-19],[5,-30],[5,-2],[58,-5],[15,-17],[7,2],[4,23],[25,-4],[58,-37],[7,-21],[38,3],[27,-13],[-2,45],[12,32],[-3,35],[10,21],[26,30],[10,23],[6,35],[-7,38],[4,10],[20,-16],[6,20],[45,1],[1,7]],[[597,7217],[-4,3],[-9,0],[-10,6],[-1,4],[-1,2],[-12,14],[-6,1],[-13,-2],[-4,-3],[-7,-2],[-8,0],[-14,0],[-14,2],[-3,2],[-7,8],[-9,17],[0,20],[-2,15],[-1,3],[-5,12],[-3,10],[-2,10],[-2,8],[-5,9],[-9,8],[-16,10],[-7,-7],[-1,-6],[-9,-5],[-7,1],[-5,3],[-11,8],[-10,7],[-8,5],[-4,1],[-4,5],[-6,10],[-2,5],[0,3],[0,16],[-5,18],[-6,13],[-7,11],[-6,7],[-6,4],[-12,1],[-8,-4],[-5,-2],[-2,2],[-5,6],[-7,8],[-10,7],[-8,10],[-1,6],[-4,27],[-4,7],[-4,9],[0,15],[0,12],[-1,9],[-5,6],[-8,16],[-2,9],[-4,19],[-6,13],[-2,9],[-3,18],[-2,13],[-1,13],[0,13],[2,14],[-2,7],[-7,14],[-7,18],[-5,21],[-2,18],[-2,20],[6,13],[5,17],[2,13],[1,7],[-1,2],[-2,1],[-8,11],[-3,12],[-1,3],[1,4],[4,9],[5,15],[-1,11],[-3,24],[-3,20],[-1,4],[-3,10],[-4,7],[-1,2],[2,14],[5,8],[6,11],[0,8],[1,11],[-5,13],[-1,2],[-4,4],[-1,2],[-2,6],[0,8],[-1,7],[-1,5],[-2,4],[-5,7],[-2,4],[-9,-1],[-6,2],[-10,6],[-9,7],[-3,4],[-9,12],[-5,13],[-13,16],[-9,6],[-8,8],[-5,8],[0,2],[-2,10],[-6,16],[-5,8],[-6,12],[-3,14],[1,7],[0,14],[-3,13],[-1,7],[-1,18],[-2,17],[-1,4],[-7,12],[-4,8],[6,23],[1,12],[-1,10],[0,7],[0,10],[1,7],[1,9],[-2,10],[-4,10],[-2,4],[-11,21],[-7,17],[-7,11],[-1,3],[-2,17],[-8,22],[-3,9],[-1,6],[-7,21],[-3,16],[-3,16],[-3,19],[3,22],[2,11],[8,7],[6,19],[1,7],[6,22],[6,19],[2,7],[1,13],[5,37],[3,21],[1,17],[2,9],[2,9],[0,13],[0,12],[1,12],[0,19],[2,14],[5,27],[1,4],[-1,6],[-2,16],[-3,11],[-1,3],[-4,14],[1,9],[4,10],[3,5],[9,10],[10,8],[3,5],[2,6],[-2,21],[-2,6],[3,10],[5,13],[-1,24],[3,18],[1,17],[-3,15],[-3,21],[-1,14],[3,5],[4,12],[1,10],[-5,11],[-2,19],[7,7],[7,1],[6,-1],[12,8],[5,3],[12,3],[1,5],[0,12],[1,4],[10,2],[9,-2],[20,-5],[8,3],[3,4],[7,7],[7,4],[4,-2],[13,-6],[19,1],[15,1],[8,1],[7,2],[6,4],[11,17],[3,11],[0,7],[1,13],[1,24],[-2,5],[-8,8],[-7,7],[3,9],[3,4],[13,4],[9,1],[8,0],[9,13],[12,-3],[12,-6],[8,-2],[2,26],[4,1],[4,1],[13,-1],[15,0],[4,0],[5,1],[6,3],[6,8],[0,16],[-1,15],[-1,10],[0,8],[3,18],[0,16],[-1,24],[-5,5],[-5,8],[-2,6],[-3,12],[3,25],[13,122],[3,1],[5,-3],[2,12],[-1,15],[-6,11],[-4,1],[-6,2],[-3,7],[4,18],[6,6],[5,3],[6,0],[10,5],[1,1],[2,6],[3,20],[7,21],[-1,11],[1,10],[6,25],[3,10],[4,6],[5,-2],[9,8],[3,2],[16,15],[4,7],[13,-20],[4,-6],[13,-12],[8,-3],[9,-1],[8,0],[11,0],[9,-3],[10,-2],[9,-2],[9,-5],[11,-6],[4,-5],[14,-24],[2,-5],[3,-7],[4,-5],[5,-9],[8,-15],[5,-9],[5,-8],[10,-14],[11,-15],[8,-9],[10,-12],[9,-11],[9,-5],[18,-9],[15,-10],[11,-13],[10,-10],[9,-8],[9,-7],[7,-7],[14,-18],[6,-10],[16,-24],[7,-10],[9,-9],[16,-15],[8,-10],[5,-5],[3,-3],[16,-8],[16,-2],[19,-2],[11,0],[27,-1],[12,-2],[19,-7],[14,-6],[17,-15],[8,-11],[5,-10],[7,-12],[5,-14],[6,-25],[2,-14],[0,-19],[-12,-45],[-8,-23],[-4,-8],[-11,-25],[-7,-11],[-7,-14],[4,-6],[-10,-18],[-9,-8],[-24,-10],[-15,-5],[-12,-3],[-2,10],[-21,-9],[-12,-4],[-7,-2],[-22,-10],[-15,-11],[-15,-11],[-17,-7],[-10,-2],[-9,-15],[-6,-12],[-4,-9],[-3,-13],[-6,-34],[0,-4],[-3,-25],[-5,-37],[-4,-14],[-3,-14],[-1,-12],[1,-9],[-3,-30],[-5,-16],[-7,-18],[-4,-17],[-6,-15],[-5,-26],[-9,-33],[0,-17],[1,-13],[0,-10],[3,-1],[2,-6],[3,-21],[0,-4],[-2,-5],[7,-20],[9,-25],[9,-18],[6,-14],[5,-8],[6,-7],[5,-4],[12,-8],[5,-3],[7,-5],[9,-6],[9,-5],[9,-4],[9,-3],[20,-1],[13,-4],[14,-9],[8,-7],[-2,-6],[8,-13],[13,-2],[9,-5],[19,-10],[3,2],[7,3],[17,-6]],[[8733,6981],[-8,-22],[-8,-19],[-2,-7],[-2,-44],[-4,-40],[-29,-108],[-11,-5],[-7,-56],[-11,-19],[-10,-7],[-12,-3],[-11,6],[-15,-3],[-30,-22],[-19,-3],[-25,-25],[-11,-23],[-2,-26],[-11,-2],[-4,-10],[7,-13],[0,-21],[7,-8],[16,5],[20,-16],[6,6],[2,-12],[-11,-114],[-13,-23],[-11,-71],[-17,-149],[-10,-22],[-7,-1],[-6,-26],[-12,-18],[0,-64],[4,-120],[2,-23],[12,-112],[8,-58],[-15,-31],[-1,-23],[9,-89],[-7,-46],[8,-65],[-20,-3],[-11,-49]],[[7254,5764],[-2,36],[3,10],[-11,2],[-6,10],[-19,3],[-9,41],[8,18],[-5,39],[5,18],[-3,13],[7,18],[13,14],[13,0],[7,17],[15,6],[14,19],[56,2],[11,-10],[25,-1],[1,36],[12,17],[1,-19],[9,-8],[20,7],[4,8],[17,3],[26,-9],[-31,28],[7,17],[10,3],[-1,11],[-6,-9],[-19,37],[11,27],[-22,0],[2,11],[-3,-5],[-13,7],[-11,-22],[-28,20],[24,15],[2,16],[-10,36],[-19,18],[-3,14],[8,12],[10,0],[-3,16],[-8,11],[7,11],[16,3],[1,48],[10,-1],[0,10],[12,-6],[1,46],[26,9],[-3,23],[-6,7],[-7,-1],[3,-6],[-17,13],[-20,3],[9,30],[59,-45],[-20,21],[12,-3],[7,9],[-3,-13],[11,-12],[32,32],[-3,9],[15,13],[0,14],[22,2],[18,-16],[23,10],[-3,21],[-19,18],[-4,12],[-1,39],[-14,55],[7,53],[-5,6],[2,14],[-6,3],[3,8],[-14,-13],[-2,8],[-6,-3],[-4,52],[-24,10],[-1,16],[1,33],[5,21],[11,-4],[2,25],[15,-3],[7,21],[45,18],[5,14],[-9,0],[0,69],[23,-4],[1,7],[-5,20],[-15,4],[-3,7],[3,3],[-1,11],[-5,5],[2,11],[-20,37],[2,50],[-3,8],[-17,1],[4,18],[4,15],[8,-3],[5,10],[1,37],[5,5],[24,-2],[-1,32],[3,6],[1,-6],[8,15],[27,3],[-1,25],[-17,-5],[-2,10],[34,9],[-18,27],[24,20],[8,0],[-4,48],[-10,3],[18,6],[-8,20],[-5,-4],[-19,48],[17,31],[1,33],[7,8],[-5,4],[-11,-6],[-11,22],[-28,7],[3,9],[-8,24],[21,34],[10,4],[14,51],[21,8],[0,-6],[37,19],[23,29],[-1,7],[57,64],[-8,25],[10,10],[-7,23],[15,17]],[[7767,7934],[16,-53],[9,7],[10,-34],[33,-23],[19,-76],[10,-17],[-5,-35],[5,-31],[0,-7],[-5,0],[-1,-34],[29,-44],[28,-6],[0,-8],[19,4],[7,-16],[8,-2],[-12,22],[19,13],[11,-8],[0,15],[11,-3],[13,21],[3,-9],[4,2],[0,27],[12,5],[6,65],[36,-22],[32,-39],[-2,-19],[13,-21],[0,-17],[-12,-16],[16,-31],[44,-28],[26,17],[14,-4],[5,-20],[10,5],[15,-11],[10,-39],[20,-25],[5,-21],[10,-13],[12,-35],[5,-6],[10,6],[13,-15],[46,-78],[32,6],[4,-47],[-6,-17],[22,-27],[17,-47],[8,-11],[33,-26],[6,27],[14,8],[10,23],[5,1],[1,20],[15,21],[2,11],[7,2],[14,28],[16,15],[4,-15],[13,-13],[4,11],[12,-1],[18,-13],[29,-10],[2,-10],[10,-1],[3,-24],[14,-7],[5,-15],[8,-56],[8,-4],[-2,-41],[47,-72],[9,-3],[2,6],[3,-15]],[[7445,8150],[-20,-10],[6,-3],[6,-22],[11,-21],[24,-14],[52,7],[8,-12],[-10,-12],[39,-52],[8,-40],[4,-73],[130,60],[3,13],[20,5],[7,1],[11,-38],[8,11],[22,11],[3,-16],[-10,-11]],[[6696,7295],[-3,2],[0,15],[10,8],[16,63],[-1,9],[-8,7],[-5,-8],[-7,15],[-18,14],[-6,34],[15,3],[4,-13],[8,15],[11,-4],[38,22],[6,14],[-9,7],[2,8],[-7,26],[15,29],[17,10],[13,-24],[17,13],[9,-8],[8,26],[21,25],[-13,70],[-17,35],[-7,-19],[-9,0],[20,65],[-12,19],[24,30],[18,12],[0,-19],[36,15],[3,-11],[13,13],[1,13],[11,10],[-10,26],[15,23],[-14,23],[33,29],[13,32],[12,-13],[5,-50],[28,4],[10,15],[42,28],[5,12],[5,61],[29,46],[3,24],[7,13],[17,-9],[4,13],[11,-9],[28,-1],[10,23],[-13,7],[5,18],[-11,3],[8,3],[-3,34],[-19,-20],[-3,20],[5,15],[-5,28],[-15,6],[0,18]],[[7112,8258],[22,0],[63,51],[-5,12],[15,17],[28,-7],[0,-12],[42,-12],[27,22],[4,-25],[-34,-16],[0,-73],[30,-2],[0,-12],[25,-38],[14,0],[4,13],[35,23],[5,-8],[1,-17],[15,4],[42,-28]],[[5867,7655],[-7,21],[-1,25],[-9,2],[8,21],[-16,0],[4,10],[-4,13],[-7,15],[-8,-1],[3,8],[-13,11],[-4,14],[2,41],[6,14],[0,13],[3,-3],[-3,10],[9,168],[0,9],[-4,0],[2,7],[53,0],[-6,8],[10,20],[5,-18],[30,24],[2,9],[-11,41],[10,-10],[9,5],[2,8],[-10,7],[14,25],[8,3],[3,-16],[-8,-26],[6,-5],[4,15],[7,-1],[19,-29],[24,3],[-1,11],[-10,4],[-2,9],[7,8],[13,-2],[11,-21],[-4,4],[3,-17],[-7,-26],[13,-43],[3,1],[0,-18],[18,-1],[-2,-5],[23,-25],[46,49],[5,19],[17,-3],[11,-22],[-2,-9],[12,3],[-8,9],[2,6],[26,1],[6,-11],[22,0],[2,-12],[13,33],[18,12],[8,36],[13,6],[-1,17],[5,-1],[1,13],[5,-1],[-5,22],[-44,56],[3,3],[0,25],[-13,-1],[5,27],[22,43],[3,21],[-7,28],[7,2],[-4,28],[33,23],[0,-5],[8,2],[4,22],[4,0],[-8,3],[4,23],[-2,20],[5,10],[-4,9],[-7,-3],[0,39],[-4,0],[0,7],[-12,-3],[1,12],[-5,12],[-11,-9],[-12,14],[-17,-28],[-13,8],[-11,-10],[-10,13],[-2,-9],[-9,0],[-1,-8],[-20,-22],[-10,0],[-9,14],[-8,1],[11,39],[-10,37],[7,7],[-6,12],[2,8],[-11,27],[14,31],[1,24],[-20,46],[2,14],[-6,4],[1,11],[-6,4],[-6,17],[8,9],[-15,4],[-9,-11],[-8,7],[6,13],[29,-6],[9,11],[40,18],[-2,22],[8,27],[-6,7],[-7,141],[10,2],[-6,18],[8,6],[-2,16],[22,7]],[[6174,9101],[27,-5],[11,9],[4,-9],[21,20],[8,-13],[28,8],[10,-26],[3,0],[-3,10],[21,17],[6,-41],[26,-53],[21,6],[2,-29],[16,2],[0,6],[36,33],[4,24],[4,0],[0,-8],[38,-2],[-3,-16],[8,-8],[5,-16],[19,-11],[9,-15],[1,-28],[-5,-1],[2,-47],[-21,-5],[4,-20],[52,-20],[1,-11],[29,-13],[1,-33],[11,3],[-2,27],[7,3],[22,-22],[-3,-6],[21,-22],[4,-16],[29,-16],[5,10],[7,-2],[26,-28],[0,63],[18,-3],[-10,-9],[-1,-20],[27,-4],[-1,-15],[28,5],[-17,-9],[6,-27],[-6,-14],[12,-17],[-12,-10],[35,-6],[2,-7],[-8,-4],[0,-14],[5,-4],[15,14],[-14,-4],[7,5],[-3,19],[9,-10],[13,-1],[-3,24],[9,20],[18,-31],[11,7],[9,49],[4,-6],[8,10],[8,28],[11,-13],[-6,-15],[7,-32],[16,-25],[8,-1],[0,-47],[4,-3],[-1,-10],[56,-10],[-2,-9],[4,-10],[3,8],[5,-12],[5,-41],[12,-29],[4,-43],[35,7],[-4,-13],[41,-39],[-3,-6],[14,-14],[-4,-14],[10,-14],[-9,-11],[0,-13],[28,-31],[-1,-19],[24,0],[0,-49]],[[4881,8077],[15,3],[10,2],[3,1],[12,8],[9,11],[10,12],[9,11],[10,11],[7,7],[12,12],[3,3],[11,9],[2,1],[3,3],[5,5],[13,6],[12,11],[13,17],[11,12],[14,12],[10,5],[12,1],[12,1],[10,0],[11,1],[13,-2],[15,-5],[10,3],[13,6],[11,7],[11,10],[15,14],[13,10],[11,10],[9,8],[5,6],[9,16],[5,12],[4,20],[3,10],[1,6],[6,18],[7,17],[7,12],[5,6],[7,9],[8,1],[18,10],[10,8],[6,4],[14,14],[10,17],[3,5],[4,8],[3,4],[8,14],[17,28],[-5,10],[3,11],[2,6],[4,12],[8,17],[11,20],[5,9],[13,13],[5,19],[4,18],[2,16],[4,11],[7,17],[6,16],[10,20],[7,14],[9,14],[9,12],[5,7],[6,7],[5,4],[8,6],[1,1],[12,11],[8,14],[3,6],[14,19],[7,7],[6,0],[18,20],[16,15],[14,8],[15,15],[4,6],[4,6],[9,18],[5,17],[4,12],[5,12],[6,12],[7,21],[1,2],[14,23],[7,16],[14,24],[4,22],[7,19],[5,9],[10,20],[5,6],[13,11],[17,13],[19,10],[17,4],[18,-1],[16,-6],[12,0],[6,0],[4,3],[23,15],[11,8],[16,10],[12,10],[8,8],[5,2],[5,3],[5,1],[16,10],[16,13],[12,7],[7,13],[8,12],[7,9],[5,6],[14,13],[11,6],[17,7],[18,9],[9,4],[16,13],[10,3]],[[6127,9404],[-2,-25],[12,-3],[0,-13],[11,4],[1,-21],[7,-19],[31,-3],[-1,-17],[18,0],[1,-23],[-6,-3],[1,-26],[-10,-2],[1,-12],[-8,-7],[-12,4],[-8,-7],[1,-25],[-5,-12],[6,-18],[5,-1],[0,-48],[11,0],[0,-19],[-7,1],[0,-8]],[[8733,6981],[14,38],[-3,26],[22,93],[16,44],[19,14],[70,81],[21,2],[24,-25],[22,-2],[44,7],[12,14],[17,7],[10,-8],[11,18],[37,16],[9,-3],[35,19],[40,-8],[23,-15],[10,-1],[35,-15],[13,-6],[43,-59],[53,-21],[21,-46],[3,-22],[6,75],[17,25],[23,60],[19,24],[9,-3],[23,30],[25,51],[15,36],[24,79],[22,58],[4,31],[21,68],[9,66],[-6,44],[-39,87],[-11,46],[-5,33],[3,34],[7,21],[-2,36],[9,27],[-15,47],[-7,81],[0,63],[19,23],[2,25],[-9,54],[10,48]],[[9527,8398],[20,0],[98,1],[304,5],[0,-20],[0,-2],[-1,-43],[0,-13],[0,-44],[-2,-44],[0,-4],[0,-5],[-3,-40],[0,-18],[4,-43],[2,-44],[0,-37],[11,-33],[11,-41],[9,-41],[7,-43],[6,-43],[4,-43],[2,-44],[0,-44],[-2,-45],[-3,-44],[-5,-43],[-7,-42],[-8,-42],[-9,-35],[-6,-27],[-3,-13],[-7,-27],[-9,-35],[-5,-19],[-4,-16],[-9,-34],[-12,-40],[-11,-31],[-5,-17],[-8,-20],[-8,-26],[-12,-40],[-12,-33],[-4,-13],[-5,-10],[-10,-30],[-15,-37],[-17,-35],[-18,-34],[-9,-16],[-16,-26],[-1,-2],[-4,-6],[-19,-32],[-9,-25],[-13,-38],[-15,-37],[-17,-35],[-17,-34],[-20,-31],[-20,-30],[-22,-27],[-22,-25],[-24,-22],[-24,-20],[-24,-17],[-3,-1],[-25,-15],[-27,-12],[-27,-9],[-27,-7],[-27,-3],[-27,-1],[-28,2],[-27,5],[-27,8],[-20,8],[-157,68],[-5,-23],[-10,-41],[-12,-40],[-10,-28],[-1,-5],[-4,-16],[-147,-510],[2,-25],[1,-5],[5,-38],[1,-5],[2,-24],[1,-5],[1,-19],[2,-44],[1,-44],[-1,-44],[-3,-44],[-2,-15],[0,-6],[-1,-4],[0,-33],[0,-34],[1,-31],[1,-44],[-2,-44],[-3,-44],[-5,-43],[-1,-14],[4,-44],[2,-43],[1,-37],[-2,-63],[-2,-29],[1,-7],[1,-13],[2,-43],[1,-44],[0,-8],[-1,-10],[-1,-37],[-1,-32],[-3,-44],[-4,-37],[-141,-1126],[49,-199],[10,-20],[21,-28],[19,-30],[18,-33],[17,-34],[16,-36],[5,-14],[13,-21],[18,-33],[17,-34],[16,-36],[14,-38],[12,-39],[11,-40],[9,-33],[3,-8],[12,-39],[11,-41],[9,-41],[7,-27],[11,-41],[9,-41],[7,-42],[4,-24],[6,-43],[4,-44],[2,-44],[1,-24],[-1,-30],[-410,5]],[[7445,8150],[22,-4],[0,51],[-15,39],[-12,6],[-13,20],[-3,19],[-10,7],[16,29],[0,24],[-10,18],[12,8],[-2,45],[4,16],[15,21],[11,-21],[7,2],[-5,12],[9,8],[-5,14],[8,14],[-7,4],[17,3],[6,14],[-4,13],[3,7],[9,-10],[7,2],[-6,17],[2,10],[19,-3],[-5,13],[8,32],[15,8],[-4,16],[19,-4],[0,9],[5,-3],[3,17],[18,-8],[15,7],[1,-6],[3,4],[-3,10],[12,17],[13,6],[10,-4],[7,13],[11,-6],[-5,-18],[-27,-2],[-8,7],[-10,-13],[49,-1],[1,-6],[2,30],[31,14],[-1,-11],[9,31],[8,-1],[0,18],[18,46],[-1,32],[17,4],[20,-21],[39,39],[0,21],[11,19],[4,-6],[-3,-14],[11,-6],[2,-15],[11,4],[7,-46],[13,3],[6,-27],[29,-1],[0,13],[-5,7],[18,17],[5,-11],[13,8],[0,22],[-5,3],[1,26],[18,-1],[-4,14],[-12,15],[27,32],[-14,22],[-2,33],[12,2],[-1,17],[6,2],[3,45],[36,-9],[2,-10],[7,-1],[22,-51],[14,-16],[-5,-13],[13,28],[29,-1],[-7,17],[5,9],[15,5],[4,38],[-1,6],[-15,-3],[-8,23],[14,27],[8,-6],[-1,-17],[5,4],[14,34],[-7,20],[26,21],[-14,34],[-5,32],[26,33],[56,27]],[[8174,9233],[19,-79],[3,-15],[23,-11],[20,-9],[27,16],[97,19],[22,5],[16,3],[38,49],[74,92],[22,-40],[20,-39],[6,-53],[3,-38],[6,-59],[31,-118],[12,-77],[4,-24],[15,-107],[14,-10],[32,-23],[13,-9],[133,-115],[28,-20],[53,-38],[73,-51],[24,-17],[63,-8],[109,-14],[44,-18],[3,-1],[87,-36],[15,-6],[173,14],[31,2]],[[6127,9404],[14,9],[5,3],[7,3],[7,0],[14,-5],[16,-4],[7,-5],[18,-6],[10,-3],[18,-2],[5,-6],[12,0],[15,5],[5,3],[-1,8],[14,7],[7,3],[5,2],[13,6],[17,6],[17,7],[6,5],[14,9],[15,6],[14,3],[18,-1],[12,1],[5,0],[4,-1],[11,-1],[19,-5],[12,-6],[4,-2],[12,6],[11,9],[11,6],[9,3],[11,5],[14,5],[9,0],[31,9],[10,15],[12,12],[12,7],[3,3],[4,2],[15,5],[12,1],[13,-3],[11,-9],[16,4],[14,6],[11,3],[7,1],[12,4],[8,5],[7,4],[8,6],[4,5],[5,4],[5,5],[17,16],[7,7],[7,6],[9,9],[10,9],[10,9],[7,9],[15,18],[19,14],[15,9],[13,6],[6,3],[11,7],[4,9],[11,10],[10,9],[12,7],[9,1],[17,-5],[8,1],[8,1],[11,2],[14,5],[18,4],[7,0],[4,-1],[10,-3],[16,-4],[1,0],[12,1],[5,2],[12,7],[11,9],[14,9],[11,4],[7,2],[12,3],[10,-3],[-1,-8],[3,-4],[6,-6],[5,-5],[7,-5],[14,-4],[15,-4],[15,0],[2,1],[3,1],[2,1],[12,9],[2,1],[8,3],[9,3],[10,4],[12,2],[3,0],[4,0],[2,0],[6,-2],[3,-1],[7,-4],[11,-9],[2,-2],[15,-10],[2,-2],[6,-5],[4,-4],[7,-8],[0,-1],[2,-4],[14,-16],[11,-2],[11,-2],[11,-4],[13,-4],[1,0],[17,-2],[8,1],[10,4],[16,7],[12,17],[2,1],[4,2],[2,1],[6,2],[1,0],[5,-1],[1,-1],[6,-6],[1,-1],[2,-5],[-2,-3],[-1,-5],[-1,-3],[0,-5],[1,-3],[1,-5],[2,-4],[2,-3],[2,-10],[-3,-9],[-4,-7],[0,-6],[1,-15],[2,-9],[3,-9],[3,-7],[6,-12],[6,-14],[1,-3],[0,-23],[1,-4],[30,-18],[35,-18],[35,-19],[19,-58],[1,-3],[10,-20],[3,-7],[9,-19],[3,-6],[11,-23],[7,-15],[3,-4],[20,6],[2,1],[31,10],[9,2],[15,5],[2,1],[27,9],[36,-6],[143,-22],[12,-2],[28,-5],[49,120],[3,-4],[43,-57],[33,-142]]],"transform":{"scale":[0.000653006950695069,0.00029795134513451154],"translate":[22.357639499999777,41.236447499999855]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/CHLI.json b/dist-amd/map/TopoJSON/CHLI.json new file mode 100644 index 0000000000..8003a6b75b --- /dev/null +++ b/dist-amd/map/TopoJSON/CHLI.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1]]},{"type":"Polygon","arcs":[[2,3]]},{"type":"Polygon","arcs":[[4,5,6,7],[8]]},{"type":"Polygon","arcs":[[9,-6,10,11,12]]},{"type":"Polygon","arcs":[[13]]},{"type":"Polygon","arcs":[[14]]},{"type":"Polygon","arcs":[[15,16,17]]},{"type":"Polygon","arcs":[[18,19]]},{"type":"Polygon","arcs":[[-20,20,21,22,-12,23,-4,24,-2,25,26],[-15],[-14]]},{"type":"Polygon","arcs":[[27,28,29]]},{"type":"Polygon","arcs":[[30,31,-7,-10,32,-16,33,34]]},{"type":"Polygon","arcs":[[35,36,37]]},{"type":"Polygon","arcs":[[38,-34,-18,39,-30,40]]},{"type":"Polygon","arcs":[[-22,41,-37,42]]},{"type":"Polygon","arcs":[[43,-8,-32,44,45,46]]},{"type":"Polygon","arcs":[[-45,-31,47,48]]},{"type":"Polygon","arcs":[[49,-38,-42,-21,-19,-27,50,51]]},{"type":"Polygon","arcs":[[52,-48,-35,-39,53,54,55]]},{"type":"Polygon","arcs":[[-55,56,57,58]]},{"type":"Polygon","arcs":[[-57,-54,-41,-29,59,60]]},{"type":"Polygon","arcs":[[61,-60,-28,-40,-17,-33,-13,-23,-43,-36,-50,62,63]]},{"type":"Polygon","arcs":[[64,65]]},{"type":"Polygon","arcs":[[66,67]]},{"type":"Polygon","arcs":[[68,69]]},{"type":"Polygon","arcs":[[70,71]]},{"type":"Polygon","arcs":[[-72,72,-70,73,-68,74]]},{"type":"Polygon","arcs":[[75,76,77]]},{"type":"Polygon","arcs":[[-76,78,79]]},{"type":"Polygon","arcs":[[80,-64,-66,81,82]]},{"type":"Polygon","arcs":[[83,84]]},{"type":"Polygon","arcs":[[-77,85,-82,-65,-63,-52,86]]},{"type":"Polygon","arcs":[[87,-46,-49,-53,88,89,90],[-67,-74,-69,-73,-71,-75]]},{"type":"Polygon","arcs":[[91,92,-83,-86,-80,93,-85,94,95]]},{"type":"Polygon","arcs":[[96,97]]},{"type":"Polygon","arcs":[[-96,98]]},{"type":"Polygon","arcs":[[99,-58,-61,-62,-81,-93,100]]},{"type":"Polygon","arcs":[[101,102,-89,-56,-59,-100,103,-98,104,105]]},{"type":"Polygon","arcs":[[106,107,108,109,-90,-103,110]]},{"type":"Polygon","arcs":[[-109,111]]},{"type":"Polygon","arcs":[[-107,112,-106,113]]},{"type":"Polygon","arcs":[[-47,-88,114]]}]}},"arcs":[[[581,2478],[35,-26],[13,-10],[17,-31],[5,-26],[3,-16],[-3,-11],[-8,-8],[-7,-6],[-5,-1],[-5,-14],[-5,-23],[0,-5],[1,-4],[10,-15],[9,-30],[5,-19],[2,-4],[24,-37],[6,-22],[7,-14],[20,14],[7,4],[16,29],[13,29],[3,5],[3,4],[4,-5],[-6,-27],[4,-12],[11,-5],[6,0],[12,-9],[0,-29],[3,-17],[-4,-12],[-10,-26],[-17,-48],[-4,-10],[-6,-7],[-24,-29],[-5,-6],[-5,-6],[-12,-7],[-12,-3],[-24,-21],[-5,-9],[-6,-9],[-11,-3],[-2,-1],[-8,2],[-7,6],[-6,0],[-14,-15],[-9,-15],[-13,-13],[-13,-24],[-18,-22],[-4,-9],[-6,-8],[-9,-8],[-13,-11],[-7,-17],[5,-47],[1,-10],[0,-3],[-15,-21],[-14,-20],[-9,-3],[-22,-14],[-11,-9],[-9,-7],[-7,-8],[-2,-3],[-12,-21],[-16,-20],[-10,-2],[-10,-1],[-12,11],[-27,2],[-22,4],[-6,15],[-10,24],[-4,-2],[-11,-4],[-23,-6],[-5,3],[-45,7],[-7,-19],[-12,-32],[-16,-23],[-2,1],[-13,14],[-13,10],[-17,7],[-12,-2],[-14,-3],[-21,13],[-3,-1],[-15,-7],[-8,-12],[0,-17],[-13,-23],[-7,-4],[-18,-5],[-17,-14],[-3,21],[22,25],[1,10],[-1,3],[-3,12],[0,13],[10,36],[9,22],[6,21],[10,31],[10,35],[15,22],[7,25],[-5,13],[-7,11],[-16,16],[-13,10],[-8,6],[-20,15],[1,5],[3,7],[6,2],[8,10],[2,4],[-7,17],[-1,3],[11,41],[9,11],[14,0],[20,-1],[18,20],[11,14],[0,16],[12,15],[7,7],[8,3],[13,8],[19,26],[19,-27],[9,-8],[10,20],[1,5],[3,8],[1,7],[15,27],[3,2],[5,2],[11,-9],[11,-2],[15,11],[7,2],[5,1],[5,0],[9,-13],[9,-13],[12,-17],[16,10],[2,3],[24,42],[7,21],[-4,30],[-8,25],[-5,10],[-13,23],[1,9],[1,9],[-15,21],[0,30],[9,27],[11,24],[2,3],[11,2],[3,12],[3,12],[-7,13],[1,27],[1,23],[10,27]],[[371,2508],[36,-65],[128,-103],[46,138]],[[629,2638],[-7,-26],[-14,-45]],[[608,2567],[-62,47],[-23,25],[4,25],[-20,3],[-29,27],[-4,18],[20,32],[17,-23],[22,0],[9,-27],[12,2],[75,-58]],[[7065,1761],[-1,-5],[-2,-17],[-2,-7],[-2,-6],[-3,-4],[-7,-1],[-6,-4],[-11,-10],[-13,-20],[-10,-13],[-10,-27],[-11,-33],[-4,-13],[-12,-10],[-7,-2],[-4,-1],[-14,-18],[-15,-18],[-9,-8],[-20,-13],[-16,-11],[-14,-16],[3,-20],[6,-16],[9,-33],[2,-7],[15,-56],[0,-2],[2,-7],[1,-15],[0,-7],[-7,-17],[-10,-25],[-3,-2],[-3,-5],[-1,-5],[0,-13],[0,-26],[-1,-9],[-3,-6],[-7,-8],[-7,0],[-22,-10],[-9,3],[-28,-6],[-17,-15],[-16,-20],[-7,-3],[-7,0],[-5,-3],[-7,-11],[-2,-12],[3,-13],[-1,-7],[-7,-12],[-10,-18],[-1,-29],[-1,-15],[1,-9],[13,-18],[9,-17],[8,-15],[2,-37],[2,-44],[6,-37],[-10,-19],[-10,-10],[-15,-22],[-11,-8],[-18,-16],[-12,-14],[-9,-14],[0,-3],[1,-10],[11,-19],[33,-21],[4,-3],[7,-6],[3,-49],[-3,-32],[7,-19],[6,-13],[5,-13],[-2,-34],[19,-11],[16,-1],[23,-15],[22,-20],[7,-11],[8,-12],[9,-10],[10,0],[8,-7],[2,-11],[-2,-29],[1,-21],[22,15],[5,-8],[-5,-17],[-4,-14],[-2,-6],[-11,-26],[-3,-16],[-5,-8],[-10,-16],[-10,-24],[-14,-3],[-7,-12],[-7,-15],[-8,-25],[-2,-9],[0,-5],[1,-12],[-2,-36],[-8,-20],[-15,-22],[-6,-14],[0,-7],[-1,-3],[6,-18],[-7,-28],[-3,-22],[-1,-8],[-10,-16],[-20,-7],[-14,-2],[-11,3],[-8,4],[-23,8],[-2,6],[3,22],[4,13],[2,10],[0,6],[0,5],[-17,11],[-12,3],[-10,-5],[-7,-7],[-4,-8],[-2,-3],[-8,-1],[-3,3],[-8,10],[-6,16],[-4,9],[-9,9],[-16,9],[-20,-10],[-8,-9],[-10,-16],[-6,-10],[-12,-2],[-7,1],[-12,-12],[-6,-7],[0,12],[1,26],[1,5],[1,6],[1,7],[0,3],[11,26],[4,10],[17,38],[15,28],[9,6],[2,2],[11,15],[-7,16],[-11,-15],[-5,13],[-2,16],[-2,25],[-3,36],[-10,33],[-9,11],[1,25],[1,5],[2,5],[0,14],[-10,27],[-8,22],[-16,21],[-10,14],[-15,27],[-4,9],[-8,28],[0,14],[5,17],[4,15],[3,9],[1,19],[-3,33],[-8,23],[-14,-6],[-13,-5],[-12,12],[-18,10],[-20,30],[-9,13],[-12,17],[-9,19],[-12,30],[-12,17],[-17,6],[-25,11],[-17,5],[-17,3],[-10,-2],[-6,-6],[-9,6],[-1,15],[4,30],[5,30],[12,34],[15,33],[3,15],[17,9],[14,9],[16,34],[2,9],[8,35],[1,23],[-4,8],[10,21],[21,-15],[23,66],[-1,35],[-5,36],[-10,0],[-3,6],[-10,18],[-13,9],[-13,21],[-13,22],[-14,18],[-3,5],[-7,14],[-11,11],[-4,5],[-7,-15],[-7,-18],[-25,-1],[-12,-2],[-4,4],[-9,7],[-20,22],[-3,-1],[-3,-1],[-11,5],[-8,10],[-1,4],[-1,4],[-30,87],[-26,-40],[-9,-13],[-4,-7],[-6,-19],[-4,-11],[-4,-13],[-9,-23],[-35,22],[-4,2],[-7,-2],[-10,0],[-6,3],[-7,15],[-5,23],[-3,3],[-9,1],[-10,-2],[-9,1],[-19,12],[-5,19],[-6,13],[-11,19],[-17,0],[-25,-3],[-20,-4],[-18,1],[-3,21],[1,24],[-1,7],[-1,4],[-15,19],[-13,22],[-2,19],[0,17],[11,20],[-13,18],[-16,26],[-22,5],[-4,4],[-6,9],[-3,13],[-5,50],[-10,23],[-14,17],[-9,12],[-3,24],[-18,21],[-7,6],[-7,14],[-4,20],[-6,23],[-4,34],[-6,18],[-8,7],[-6,2],[-9,0],[-4,-3],[-6,-1],[-9,5],[-15,19],[-13,10],[-19,14],[-13,3],[-14,1],[-16,9],[-3,3],[-4,7],[-1,6],[-1,7],[-1,26],[-3,13],[-12,7],[-11,8],[-8,3],[-6,-1],[-7,5],[-2,8],[-2,12],[0,6],[4,10],[11,24],[15,15],[-10,36],[-3,14],[-1,3],[-30,57],[-4,10],[-1,4],[0,17],[-13,29],[-1,3],[2,6],[1,3],[9,11],[13,20],[6,20],[2,17],[10,35],[17,12],[13,28],[6,21],[2,13],[-1,21],[0,11],[0,8],[1,7],[1,13],[-4,17],[0,25],[4,14],[5,18],[3,19],[-2,10],[-1,13],[0,16],[-1,33],[-2,11],[-7,15],[-4,8],[4,11],[9,17],[10,18],[-10,20],[-6,14],[-2,11],[1,6],[8,14],[3,15],[-5,11],[-5,13],[-7,11],[-4,4],[-2,6],[-2,12],[1,12],[2,18],[1,14],[2,15],[4,16],[5,6],[2,12],[-2,18],[-3,16],[-14,23],[-10,36],[-3,8],[-10,10],[-16,3],[-15,-4],[-23,-13],[-5,-6],[-15,-6],[-4,1],[-4,0],[-9,-8],[-8,-11],[-14,-11],[-20,-4],[-1,0]],[[5356,3183],[-6,39],[8,11],[-1,18],[16,12],[-15,39],[20,47],[-6,49],[20,-12],[29,12],[11,-11],[27,22],[25,-8],[19,63],[19,17],[28,60],[12,10],[-1,12]],[[5561,3563],[11,23],[81,34],[-14,100],[17,41],[1,52],[8,3],[14,34],[17,11],[20,-24],[37,-4],[19,12],[17,-33],[20,-18],[46,8],[8,16],[12,-1],[21,-23],[2,-39],[9,-7],[30,7],[40,54],[27,14]],[[6004,3823],[43,9],[10,-10],[6,-27],[26,-13],[23,30],[25,-25],[14,3],[12,18],[110,-66],[64,41],[5,-37],[25,-3],[25,34],[48,25],[70,58],[17,28],[3,22],[-22,48],[0,48],[35,37],[39,-23],[22,30],[4,39],[10,-9],[13,-62],[-8,-37],[6,-41],[24,1],[24,30],[26,15],[23,-4],[22,-39],[10,0],[16,-20],[14,4],[-2,-30],[21,-26],[2,-27],[-14,-7],[-5,-35],[-12,-19],[-23,-120],[8,-48],[-3,-20],[-11,-10],[14,-65],[1,-55],[20,-29],[17,-42],[0,-22],[14,-15],[3,-15],[-6,-12],[19,-22],[15,-3],[29,20],[26,-25],[-1,-22],[22,-53],[-18,-84],[5,-58],[26,-73],[3,-34],[-26,-22],[13,-33],[-20,-56],[17,-79],[-5,-78],[-10,-40],[-42,-30],[-6,-36],[7,-20],[-13,-26],[25,-64],[-6,-30],[-10,-7],[-31,-75],[22,-97],[19,-27],[12,-37],[-4,-113],[-11,-10],[8,-21],[11,9],[18,-101],[69,-65],[37,-101],[38,-50],[15,-6]],[[6634,805],[-7,-36],[-6,-36],[19,-8],[2,0],[2,-2],[9,-4],[6,-1],[3,10],[0,22],[0,19],[-2,20],[0,19],[2,17],[-23,6],[-5,-26]],[[5412,4194],[17,-4],[9,-22],[-7,-61],[7,-43],[-10,-82],[-21,-48],[5,-23],[-9,-54],[8,-44],[30,-87],[12,-83],[64,-51],[16,11],[28,-40]],[[5356,3183],[-18,0],[-3,6],[-19,-6],[-24,-25],[-4,-8],[-8,-23],[-9,-12],[-9,-13],[-12,-21],[-19,-20],[-12,-13],[-11,-5],[-6,-3],[-12,4],[-6,4],[-4,-4],[-3,-5],[-7,-25],[-2,-9],[-13,-27],[-9,-15],[3,-5],[13,-11],[15,-13],[6,-2],[13,-4],[7,-12],[3,-16],[1,-9],[-4,-29],[1,-20],[-5,-19],[-10,-21],[-11,-5],[-9,-6],[-16,-21],[-16,-20],[-8,-3],[-11,1],[-20,-1],[-9,-6],[-7,-16],[1,-4],[4,-8],[3,-13],[1,-12],[-3,-20],[-10,-16],[-19,-28],[-11,-5],[-5,0],[-8,2],[-4,2],[-5,-1],[-2,-2],[-14,-22],[-7,-14],[-2,-8],[-1,-11],[0,-8],[-10,-29],[-9,-19],[-7,-22],[-1,-5],[-2,-19],[-11,-14],[-14,-19],[-6,0],[-16,-1],[-11,-12],[-2,-3],[-9,-8],[-9,-1],[-11,-1],[-19,-6],[-6,3],[-6,3],[-8,12],[-6,6],[-6,4],[-11,3],[-2,-1],[-7,0],[-9,-16],[-19,-21],[-9,-13],[-5,-14],[-3,-18],[-5,-16],[-3,-6],[-5,-5],[-21,-26],[-19,-28],[-16,-24],[-12,-20],[2,-16],[2,-5],[8,-11],[4,-3],[20,-6],[6,-4],[5,-5],[8,-3],[10,-3],[3,-14],[1,-7],[-1,-21],[3,-8],[5,-9],[9,-15],[9,-15],[4,-10],[5,-8],[10,-5],[15,-6],[5,-32],[6,-41],[15,-39],[2,-5],[2,-27],[0,-8],[2,-24],[16,-21],[11,-23],[1,-9],[-1,-18],[-15,-14],[-2,-7],[-12,-34],[-3,-4],[-2,-14],[-1,-13],[0,-15],[4,-10],[7,-27],[-7,-31],[-5,-16],[-6,-12],[-4,-5],[-5,-4],[-9,-1],[-14,1],[-15,-3],[-4,-6],[-8,-12],[-11,-25],[0,-29],[-2,-18],[-2,-6],[-7,-14],[-8,-9],[-20,-17],[-21,-8],[-22,-2],[-5,0],[-9,-1],[-16,-6],[-13,-14],[-8,-4],[-25,-7],[-9,0],[-11,-15],[-7,-26],[-3,-11],[2,-11],[0,-10],[-2,-16],[-1,-5],[-4,-7],[-8,-20],[-2,-6],[0,-20],[1,-16],[5,-27],[7,-30],[4,-17],[8,-33],[3,-11],[-7,-11],[-17,-9],[-5,-6],[-7,-12],[-6,-15],[-4,-17],[7,-27],[-12,-34],[2,-11],[0,-10],[-1,-9],[-14,-3],[-8,-4],[-5,-8],[-7,-15],[-3,-12],[-3,-16],[-1,-3],[-11,-20],[-7,2],[-7,6],[-5,4],[-7,6],[-9,-3],[-20,-9],[-15,-5],[-15,5],[-2,2],[-18,-1],[-9,-3],[-14,-1],[-26,-3],[-23,5],[-6,-15],[-11,-36],[-14,-27],[-9,-20],[-15,-13],[-7,-11],[-1,-16],[1,-6],[3,-22],[-9,-18],[-2,-25],[2,-9],[-1,-17],[-1,-5],[-15,-20],[-4,-38],[0,-7],[9,-22],[10,-25],[-9,-33],[-2,-3],[-15,-11],[-12,14],[-3,2],[-17,-1],[-7,1],[-17,5],[-15,12],[-2,3],[-26,11],[-18,-18],[-15,-21],[-9,-9],[-4,-1],[-12,14],[-2,4],[-1,11],[-8,13],[-6,10],[-21,18],[-11,14],[-6,16],[-19,8],[-16,7],[-7,0],[-5,-4],[-1,-5],[0,-4],[-3,-13],[-5,-11],[-7,-10],[-12,-32],[-18,-3],[-10,-1],[-4,1],[-5,4],[-10,29],[-10,18],[-2,19],[2,20],[1,21],[-13,30],[-29,14],[-7,2],[-14,9],[-3,5],[-4,7],[0,12],[-2,18],[-7,11],[-7,13],[-6,21],[-8,8],[-15,5],[-5,-4],[-13,-10],[-10,-11],[-12,-8],[-16,1],[-20,6],[-8,4],[-1,0],[-9,-4],[-5,-6],[-5,-5],[-23,5],[-25,1],[-4,2],[-7,7],[-4,11],[-1,5],[0,23],[-4,20],[-2,10],[-9,8],[-10,-1],[-8,-4],[-6,-1],[-6,-1],[-24,2],[-2,-2],[-8,-12],[-2,-20],[-5,-26],[5,-39],[5,-19],[-4,-17],[-5,-14],[-10,-10],[-23,8],[-18,19],[-11,-2],[-23,-1],[-10,0],[-9,-12],[-5,-8],[-3,-3],[-18,-6],[-6,-5],[-15,-20],[-6,-9],[6,-34],[1,-19],[0,-4],[-7,-9],[-5,-1],[-6,3],[-19,1],[-21,-14],[-20,-27],[-11,-32],[-6,-10],[-10,-14],[-20,-20],[-13,-11],[-3,-3],[-7,0],[-5,2],[-18,-21],[-3,-7],[-11,-21],[-10,-11],[-9,-3],[-14,21],[-17,11],[-10,2],[-5,0],[-3,4],[-8,16],[-1,13],[-6,5],[-14,13],[-11,3],[-10,-7],[-15,-11],[-15,-1],[-12,7],[-5,25],[-14,2],[-18,1],[-7,11],[-3,8],[-6,4],[-8,-8],[-13,-37],[-11,-32],[-3,-18],[-4,-11],[-1,-2],[-23,-25],[-15,-31],[-4,-5],[-6,-1],[-3,3],[-8,10],[-10,3],[-20,-5],[-25,-1],[-18,-6],[-1,-25],[-12,-12],[-12,-15],[-8,-15],[-4,-11],[-3,-25],[6,-26],[-9,-14],[-14,-8],[-5,1],[-5,4],[-3,2],[-21,14],[-3,5],[-4,5],[-8,12],[-4,6],[-5,8],[-5,7],[-1,4],[6,7],[1,10],[-1,5],[-7,9],[-16,4],[-8,-8],[-11,-9],[-12,-10],[-7,-10],[-6,-11],[0,-2],[0,-2],[-5,-11],[-7,-7],[-6,-5],[-2,-1],[-4,-4],[-11,-21],[-23,-1],[-14,2],[-5,9],[-3,7],[-6,35],[0,16],[1,16],[-13,24],[-7,8],[-10,9],[-4,7],[-1,4],[-6,20],[-8,32],[-19,17],[-1,26],[1,22],[-8,20],[-10,4],[-7,7],[-13,25],[-5,9],[0,4],[-2,8],[-5,31],[-7,13],[-6,25],[2,19],[4,13],[0,9],[-2,38],[-2,4],[-4,6],[-22,9],[-5,2],[-9,9],[-2,3],[-7,15],[-3,8],[-9,20],[2,17],[2,3],[9,9],[13,6],[5,11],[1,4],[-1,4],[-8,18],[-2,5],[-7,11],[-9,32],[-2,21],[-11,19],[-1,1],[-6,-7],[-3,-4],[-3,0],[-8,4],[-13,17],[-7,16],[-6,18],[-4,25],[-3,19],[-8,18],[-14,17],[-18,24],[-18,56],[-10,48],[-1,2],[-5,-1],[-10,-2],[-8,11],[-7,10],[-2,3],[0,13],[4,14],[2,10],[0,4],[-2,4],[-8,10],[-21,-10],[-12,-28],[-8,-12],[-5,-10],[-4,-14],[-4,-7],[-4,-4],[-27,-9],[-7,-13],[-6,-10],[-13,5],[-16,16],[-7,22],[1,18],[17,70],[12,12],[11,13],[0,26],[0,9],[1,18],[-8,21],[-3,6],[-2,17],[0,16],[8,23],[7,17],[4,13],[-2,27],[1,5],[6,19],[0,4],[2,14],[-6,13],[-10,8],[-23,-10],[-25,8],[-18,3],[-9,2],[-11,3],[-10,7],[-8,5],[-1,4],[-2,11],[-6,3],[-33,-6],[-10,-2],[-14,0],[-11,26],[-3,2],[-7,-3],[-6,-3],[-7,7],[-2,18],[-5,38],[-5,19],[-4,13],[5,28],[6,29],[22,36],[1,7],[3,19],[11,18],[0,3],[-12,72],[-4,20],[-3,14],[11,40],[3,10],[11,22],[11,19],[4,11],[-2,33],[0,3],[1,8],[7,5],[6,5],[7,0],[15,33],[2,22],[4,16],[9,3],[7,6],[10,9],[8,14],[5,41],[5,15],[-2,40],[12,30],[1,4],[0,5],[-1,8],[-11,35],[-2,3],[-2,3],[-7,5],[-6,-2],[-2,-8],[-8,-2],[-4,6],[-12,20],[-8,12],[-13,12],[-4,6],[-1,9],[4,16],[-11,30],[-14,13],[-14,20],[-10,9],[-2,2],[-8,-5],[-3,-1],[-3,2],[-1,3],[-5,26],[-1,4],[1,18],[-3,14],[-19,-3],[-5,1],[-2,2],[-4,27],[-6,19],[-12,27],[-5,14],[-4,25],[2,30],[9,16],[12,11],[24,3],[12,25],[13,22],[1,18],[0,19],[-4,16],[3,25],[3,6],[2,7],[34,164]],[[1907,3058],[92,-182],[47,-73],[6,-55],[-10,-58],[30,-65],[12,-13],[37,4],[26,-45],[14,-159],[53,-76],[11,-77],[48,-81],[5,-36],[29,-73],[5,-41],[11,-9],[8,-76],[21,-30],[23,-63],[68,63],[54,11],[44,51],[31,59],[5,68],[34,5],[24,33],[9,41],[15,6],[36,73],[23,12],[-5,61],[19,14],[-3,13],[7,4],[-16,30],[-1,44],[71,128]],[[2790,2566],[27,-14],[44,20],[19,39],[-4,31],[5,69],[62,45],[19,-2],[25,42],[5,-24],[-11,-92],[16,-41],[49,14],[23,21],[13,-3],[101,133],[5,-12],[34,30],[23,2],[23,28],[11,-16],[31,-7],[11,-27],[17,10],[9,27],[12,9],[9,-19],[4,-46],[11,-11],[10,8],[17,-7],[11,27],[42,-7],[26,15],[5,32],[33,26],[-59,58],[12,47],[45,19],[17,-6],[47,24],[6,-17],[17,-12],[13,20],[-3,30],[17,15],[9,21],[-2,41],[25,9],[12,33],[147,-102],[35,-54],[8,-1],[26,38],[16,2],[76,90],[27,19],[43,74],[58,42],[43,57],[73,3],[32,25],[14,-3],[19,22],[11,-2],[9,22],[18,2],[1,18],[20,15],[4,26],[16,22],[26,2],[31,24],[12,57],[-9,14],[-14,62],[15,27],[36,17],[25,52],[41,25],[39,-8],[21,-24],[24,-6],[17,-22],[3,9],[28,12],[21,-20],[19,-1],[15,-16],[30,-9],[26,-46],[53,-28],[54,-2],[0,-37],[14,-17],[43,19],[90,11],[37,14],[14,20],[42,25],[9,24],[34,12],[22,35],[9,33],[44,10],[30,39],[31,71],[-8,17],[6,31],[-5,28],[20,80],[-3,74],[8,23],[17,5],[31,59],[10,41],[25,-5]],[[1808,4679],[6,9],[17,-18],[-4,-62],[-31,-74],[-18,-17],[-7,39],[-23,34],[9,24],[14,3],[20,36],[11,35],[6,-9]],[[1994,4764],[-2,-27],[13,7],[26,-33],[-3,-10],[14,-21],[-35,-84],[-1,-20],[5,-3],[-14,-19],[-34,14],[-39,40],[-25,-11],[-18,-31],[-35,-8],[-12,19],[13,32],[6,4],[4,-12],[13,15],[5,-8],[22,16],[-3,10],[34,67],[-3,9],[34,48],[10,51],[25,-45]],[[5548,5211],[19,10],[16,-19],[22,1],[20,-42],[-6,-22],[-31,-25],[-8,-24],[-9,-69],[-9,-19],[11,-26],[-3,-27],[-22,-19],[-17,5],[16,-24],[21,14],[-6,-46],[17,-25],[12,-57],[-40,-25],[-15,10],[-39,-28]],[[5497,4754],[-5,29],[-21,11],[-31,-9],[-19,18],[-40,-44],[-2,31]],[[5379,4790],[47,34],[21,-19],[1,13],[-17,61],[-19,4],[-18,26],[-12,1],[-26,41],[6,45],[-30,18],[7,57],[-13,39],[-3,119],[-13,3],[-6,14],[6,25],[12,2],[8,35],[15,-3],[5,-10],[-4,-8],[10,-22],[-22,-41],[0,-50],[14,43],[7,-10],[31,51],[16,4],[16,22],[12,-23],[0,-60],[13,-12],[105,22]],[[1817,5197],[190,285]],[[2007,5482],[66,-132],[7,2],[17,-24],[9,10],[22,-47],[-21,-21],[-5,12],[-38,-23],[9,-17],[37,22],[39,-63],[-25,-31],[-35,-94],[16,-80],[-13,-35],[15,-12],[18,36],[18,-7],[8,-18],[-23,-44],[-9,-59],[-13,-26],[-8,20],[-5,-11],[-13,0],[-11,-22],[-13,6],[-19,-15],[-35,29],[-2,25],[-9,10],[-16,-11],[-7,-25],[-12,-11],[-7,10],[-15,-31],[-12,12],[-5,-19],[-15,25],[-12,1],[1,10],[-20,27],[-14,-15],[-33,50],[-16,-15],[25,50],[-7,17],[-12,-12],[-80,135],[83,126]],[[2007,5482],[66,81]],[[2073,5563],[74,-129],[-13,-23],[5,-13],[16,-1],[6,-17],[5,5],[8,-29],[20,-31],[1,-18],[6,5],[7,-23],[6,3],[11,-32],[11,11],[-26,71],[9,14],[8,-4],[17,20],[28,-56],[6,-14],[-27,-65],[8,-12],[-7,-40],[9,-22],[7,4],[9,-15],[-13,-19],[9,-13],[-2,-12],[14,-8],[0,-13],[-16,-43],[-29,11],[-14,19],[-16,-42],[7,-7],[-11,-17],[23,-62],[-24,-46],[6,-16],[-4,-15],[-15,-23],[-18,5],[-23,-42],[-1,-15],[10,-5],[-34,-57],[-13,14],[-13,-27],[5,-21],[14,5],[6,-15],[24,12],[24,-44],[-13,-59],[-41,-77],[-2,10],[-25,-29],[-27,-58],[4,-7],[-10,-36],[-37,-54],[-10,12],[-13,-24],[5,-23],[15,-15],[-16,-43],[9,-9],[-1,-11],[-7,-13],[-12,8],[-13,-22],[-25,17],[4,10],[-23,7],[-5,-13],[-7,3],[-21,-61],[-9,-3],[-7,14],[-28,-5],[11,-18],[-15,-63],[12,-27],[4,-94],[-5,-42],[-8,-4],[7,-39],[-14,-85],[10,-6],[12,19],[18,2],[2,37],[14,-10],[7,-31],[25,-11],[17,35],[22,-1],[29,-24],[19,-62],[11,11],[11,-26],[8,28],[22,15],[8,-4],[-6,-23],[8,-20],[-20,-8],[-4,-12],[-8,4],[-50,-93],[-9,-45],[-6,4],[2,23],[-10,27],[-49,-20],[-16,3],[5,24],[-5,3],[-32,-91],[15,-44],[15,-22],[12,1],[15,-61],[24,-32],[33,0],[8,35],[34,60],[35,39],[-3,-65],[12,28],[23,0],[48,-58],[44,1],[43,-61],[1,-43],[15,-32],[-6,-7],[5,-71],[27,-52],[-19,-52],[11,-2],[65,46],[5,62],[17,36],[73,103],[10,9],[15,-13],[11,12],[50,-9],[22,39],[31,23],[5,19],[20,26],[20,92],[8,10],[24,-7],[52,58],[21,40],[19,-25],[14,-45],[35,75],[31,31]],[[2825,3695],[0,-38],[19,-41],[7,-103],[-10,-82],[-11,-27],[-15,-6],[8,-35],[-27,-6],[2,-46],[13,-57],[-8,-46],[12,-15],[-14,-12],[-8,-48],[-39,-15],[-22,8],[-4,-35],[37,-88],[-5,-67],[-31,-120],[32,-1],[-2,-25],[20,-60],[22,16],[9,-16],[-25,-25],[9,-42],[-4,-97]],[[1907,3058],[-11,5],[-7,3],[-73,33],[-50,22],[-165,74],[-19,0],[-39,1],[-64,2],[-70,2],[-20,1],[-110,3],[-37,1],[-17,-16],[-15,-15],[-175,-173],[-6,-2],[-66,-20],[-31,-10],[-61,-18],[-35,-11],[-28,-34],[-99,-118],[-12,-15],[-42,-50],[-26,-85]],[[608,2567],[-27,-89]],[[371,2508],[2,6],[3,11],[14,25],[7,28],[3,20],[1,7],[0,5],[2,6],[4,5],[7,6],[17,21],[5,11],[9,33],[2,10],[1,6],[2,4],[3,8],[19,33],[0,4],[-11,26],[-10,22],[-10,5],[-5,-2],[-9,0],[-31,52],[-2,3],[-6,8],[-41,50],[-10,-2],[-7,1],[-12,25],[-5,20],[-24,11],[-42,20],[-1,1],[-8,6],[14,44],[10,35],[20,38],[3,6],[2,12],[-4,22],[-6,8],[-5,7],[-7,11],[-3,4],[-3,33],[1,18],[6,19],[1,1],[41,66],[3,5],[2,8],[11,46],[18,72],[13,35],[8,17],[37,68],[2,1],[9,-12],[2,-3],[2,1],[20,43],[-10,14],[17,30],[-1,2],[-11,16],[-2,4],[-27,40],[-59,96],[23,37],[10,27],[28,39],[8,5],[7,11],[8,10],[10,7],[16,31],[11,3],[20,17],[9,11],[3,21],[18,25],[16,22],[10,22],[12,6],[5,4],[10,23],[15,22],[18,16],[13,34],[52,75],[23,34],[3,9],[0,9],[3,15],[17,18],[11,19],[28,20],[6,0],[20,21],[37,37],[8,1],[10,7],[21,14],[12,16],[12,11],[10,21],[8,8],[9,4],[15,10],[-1,9],[0,14],[2,4],[9,6],[5,-2],[12,3],[3,5],[8,15],[5,16],[0,13],[-6,12],[13,24],[13,14],[8,-4],[3,2],[23,11],[13,6],[5,3],[13,11],[2,3],[19,28],[-3,5],[2,17],[21,30],[7,28],[7,22],[8,27],[-37,47],[-15,19],[-1,3],[-8,52],[9,8],[13,12],[-2,30],[-1,9],[7,39],[7,19],[7,16],[8,23],[6,14],[10,27]],[[1111,5192],[12,-4],[3,-15],[34,-6],[91,50],[32,53],[109,86],[23,-3],[37,27],[28,-1],[40,88],[4,22],[47,49],[116,79],[5,-25],[-15,-126],[52,-57],[-1,-77],[-16,-56],[17,19],[30,-7],[58,-91]],[[5321,4872],[-20,-25],[-59,-11],[-110,-139],[-32,6],[-21,47],[-44,30],[-12,-40],[-26,-4],[-31,43],[-26,-8],[-14,12],[-39,-31],[-10,9],[-20,-33],[-27,-20],[-54,76],[-18,14],[-25,3],[-28,70],[-33,-6],[-13,10],[-20,-11],[-24,8]],[[4615,4872],[16,25],[-3,29],[20,22],[1,25],[-49,144],[8,38],[23,27],[6,19],[-3,23],[18,8],[1,37],[7,8],[5,27],[-10,70],[6,40],[29,20],[7,32],[19,30],[31,-19],[-5,-50],[11,-28],[51,149],[67,86],[-31,67],[-2,25],[26,30],[44,24],[12,16],[35,-24],[57,16],[0,15]],[[5012,5803],[26,2],[28,32],[16,3],[4,-11],[22,2],[21,-14],[43,9],[13,-9],[5,-35],[-8,-66],[8,-18],[-24,-29],[-23,-63],[29,-21],[19,-26],[62,24],[6,-15],[-5,-39],[10,-19],[-14,-47],[2,-77],[-21,-61],[14,-85],[-14,-74],[9,-64],[8,-3],[-2,-23],[-29,-40],[10,-29],[36,-53],[5,-23],[20,-22],[10,1],[23,-38]],[[6569,5537],[19,-71],[11,-23],[11,-4],[8,-64],[-3,-63],[-83,-74],[-21,4],[-27,-54],[-56,-44],[7,-10],[1,-25],[16,-29],[-10,-81]],[[6442,4999],[-8,-23],[-31,-15],[-27,-37],[1,-20],[-30,5],[-14,-18],[0,-63],[13,-61],[-36,-25],[2,-16],[-19,-76],[7,-32],[-30,-30],[-38,-16],[-28,62],[0,19],[-9,4],[-39,-45],[-7,-36],[10,-42],[-3,-12],[-48,-53],[-17,-7],[-3,-17],[-18,-19],[-24,21],[-11,-8],[-14,-38],[-18,4],[-10,-14],[0,-107],[11,-34],[-27,-41],[-12,0],[-14,-31],[8,-14],[-2,-27],[-14,-31],[12,-21],[3,-26],[22,-30],[20,-5],[4,-16],[-3,-90],[10,-49],[-7,-46]],[[5412,4194],[-5,68],[-13,11],[-9,27],[3,93],[29,-10],[5,-16],[29,-7],[29,-3],[25,16],[6,44],[-7,35],[4,32],[-15,19],[6,77],[-20,38],[5,48],[-9,32],[17,17],[5,39]],[[5548,5211],[-9,27],[8,36],[-11,37],[28,37],[-12,54],[-33,28],[13,28],[36,21],[11,49],[27,2],[10,-22],[28,18],[9,24],[27,4],[27,22],[8,35],[-9,22],[33,6],[-6,3],[-2,111],[12,12],[4,37],[14,11],[13,33],[-12,43]],[[5762,5889],[30,16],[45,-33],[-4,-58],[7,-117],[43,3],[8,-11],[93,-31],[51,14],[17,-72],[-7,-32],[24,-45],[18,6],[27,51],[15,3],[4,18],[17,1],[1,16],[9,-12],[47,38],[17,-44],[21,-12],[50,56],[23,-27],[13,-2],[6,-22],[-4,-60],[18,-59],[24,30],[5,-10],[-3,-104],[12,-28],[14,21],[5,31],[26,-2],[29,35],[18,4],[14,24],[18,4],[3,14],[11,0],[42,44]],[[2390,5837],[26,-14]],[[2416,5823],[25,-29],[-11,-30],[4,-48],[-7,-3],[10,-64],[-7,-19],[77,-161],[-14,-25],[2,-21],[-28,-10],[11,-7],[-39,-52],[-1,-21],[10,5],[-3,-11],[10,-10],[0,-26],[-25,-43],[-9,-32],[-11,-7],[-13,-40],[-8,6],[-5,-13],[-18,26],[9,33],[15,16],[-22,28],[12,38],[-23,22],[-7,-9],[-12,23],[-1,-18],[-18,-19],[-18,5],[-12,24],[35,49],[-63,103],[7,13],[-6,8],[13,23],[-3,9],[-18,17],[-14,-12],[-15,17],[-82,145]],[[2143,5703],[164,169],[83,-35]],[[5540,5921],[-7,-62],[69,-39],[51,17],[51,-1],[58,53]],[[5379,4790],[-7,31],[-12,3],[-21,37],[-18,11]],[[5012,5803],[-23,39],[23,58],[19,-3],[14,-29],[25,41],[23,20],[27,-1],[24,-17],[14,19],[54,6],[34,-53],[74,153],[34,-9],[-2,-85],[5,-12],[24,12],[38,-12],[31,2],[1,93],[91,-40],[-2,-64]],[[2073,5563],[70,140]],[[2416,5823],[92,-4],[117,44],[31,13],[80,63],[18,31],[12,-12],[6,15],[9,0],[13,-44],[6,5],[2,-12],[-9,-18],[15,-12],[13,-30],[-45,-68],[-1,-22],[-15,4],[-2,-19],[-25,-1],[4,-14],[21,-2],[9,-20],[-7,-38],[5,-29],[-15,-29],[21,-46],[-16,-33],[5,-63],[-43,-45],[16,-7],[10,17],[18,2],[21,-26],[12,26],[16,7],[5,-24],[60,-7],[47,-42],[20,22],[38,-7],[40,7],[53,-24],[9,-15],[-1,-68],[9,-13],[3,-36],[-17,-44],[-28,-23],[-9,14],[-19,-3],[-6,16],[17,14],[-15,16],[-14,-2],[-2,10],[-8,-9],[-2,-26],[-22,-17],[14,-28],[31,-30],[19,-44],[-24,-30],[3,-27],[-6,-16],[5,-9],[-21,-30],[-13,-67],[-9,-15],[6,-51],[-31,-55],[29,-64],[2,-46],[-19,-87],[6,-48],[21,-32],[42,-2],[48,-22],[1,-35],[-9,-33],[39,2],[13,-33],[18,0],[8,-12],[-10,-12],[4,-22],[-11,-17],[7,-27],[-10,-27],[-6,-71],[16,2],[-38,-58],[-6,-25],[-3,38],[-12,10],[1,14],[-11,18],[-52,-2],[19,-65],[-16,-23],[-20,-3],[-3,-75],[14,-28],[-8,-79],[13,-44],[-18,-12],[-10,-40],[-20,-11],[-38,28],[-58,-125],[-40,-30]],[[8051,6244],[8,-15],[15,-21],[11,-6],[11,-3],[12,-3],[8,2],[11,11],[8,16],[9,12],[28,-1],[16,0],[8,3],[20,-4],[5,-7],[9,-12],[21,-14],[21,-22],[4,-5],[18,-14],[7,-2],[10,1],[16,-3],[17,-8],[15,-19],[2,-5],[14,-1],[12,2],[11,3],[6,4],[13,0],[15,-2],[10,-4],[8,-11],[8,-13],[8,-12],[16,-14],[12,-18],[10,-11],[7,4],[19,-15],[10,-14],[4,-8],[3,-4],[9,-10],[5,2],[4,6],[4,5],[10,6],[14,1],[9,12],[10,18],[26,-4],[6,-2],[8,-8],[2,-8],[0,-4],[-3,-4],[-6,-6],[-6,-12],[-4,-14],[2,-18],[14,-14],[11,-7],[12,-41],[6,-19],[-1,-7],[-8,-9],[-7,-9],[-4,-10],[-10,-37],[-8,-24],[-4,-29],[8,-34],[-1,-38],[0,-20],[1,-10],[3,-20],[-1,-16],[-4,-17],[4,-2],[15,-6],[22,-7],[7,-8],[4,-8],[19,-18],[19,-16],[10,-13],[16,-12],[20,-18],[13,0],[13,2],[11,9],[10,3],[6,-9],[0,-1],[3,-8],[8,-1],[11,6],[2,4],[1,5],[5,3],[6,0],[6,-10],[0,-2],[3,-22],[5,-16],[13,-17],[23,-13],[6,-4],[6,-1],[20,6],[10,-7],[8,-11],[11,-18],[4,-11],[10,-21],[15,-13],[9,-20],[16,-21],[-1,-7],[-3,-24],[0,-26],[1,-3],[8,-11],[10,-5],[3,0],[17,3],[19,1],[19,-5],[6,-3],[7,-6],[2,-3],[1,-5],[-3,-11],[0,-3],[1,-13],[1,-3],[1,-3],[9,-12],[7,-10],[4,-6],[7,-21],[2,1],[10,3],[7,5],[10,8],[3,16],[7,6],[19,-6],[17,0],[9,7],[5,1],[20,7],[16,2],[17,4],[13,10],[16,16],[13,24],[11,25],[11,1],[12,-9],[11,0],[13,6],[17,1],[11,-1],[11,1],[-2,32],[4,26],[2,14],[0,21],[-1,5],[-8,16],[-4,2],[-2,4],[-3,15],[0,13],[9,13],[6,17],[2,12],[1,10],[1,18],[3,17],[1,14],[6,13],[3,13],[0,25],[-1,27],[3,2],[23,-5],[11,-5],[12,-2],[9,-2],[51,-30],[24,9],[6,3],[11,1],[12,-2],[5,0],[2,5],[0,22],[-10,20],[-8,13],[-5,23],[2,28],[4,15],[10,5],[11,3],[4,-2],[8,4],[8,9],[4,25],[-1,11],[-1,3],[1,11],[4,15],[10,32],[2,7],[8,22],[6,15],[7,27],[1,11],[5,5],[13,9],[22,-6],[8,-2],[8,-1],[8,13],[7,14],[10,17],[3,3],[10,3],[18,-16],[7,-24],[3,-9],[11,-11],[4,-9],[4,-14],[4,-7],[5,-5],[8,-3],[10,-15],[8,-12],[2,-4],[0,-7],[0,-4],[-3,-19],[-5,-14],[-2,-13],[-2,-12],[1,-6],[14,-19],[2,-1],[7,1],[11,-3],[10,-7],[13,-6],[19,-8],[19,-17],[13,-18],[6,-9],[6,-8],[4,-5],[10,-5],[10,-33],[-3,-51],[0,-18],[-2,-22],[-5,-10],[-10,-24],[-2,-20],[-4,-30],[-2,-17],[-6,-13],[-3,-6],[-4,-6],[-8,-20],[3,-10],[6,-31],[4,-21],[-2,-32],[-1,-3],[-4,-20],[3,-36],[4,-26],[-2,-8],[-9,-21],[0,-23],[-14,-41],[-7,-38],[-2,-8],[0,-5],[1,-10],[3,-13],[-3,-13],[-9,-37],[-3,-12],[-7,-15],[-11,-11],[-8,-7],[-18,-16],[-13,-18],[6,-22],[14,-36],[11,-21],[6,-16],[-1,-15],[1,-10],[2,-13],[2,-6],[1,-17],[-1,-13],[-2,-17],[-2,-9],[-14,2],[-21,-28],[-6,-8],[-23,-23],[-13,-22],[-6,-16],[0,-14],[12,-24],[10,-23],[8,-18],[-4,-21],[-1,-20],[-1,-4],[-2,-5],[-9,-11],[-13,-2],[-2,3],[-11,-37],[-3,-12],[-4,-17],[-3,-13],[-2,-4],[-3,-3],[-8,-5],[-5,-11],[-1,-16],[6,-22],[5,-17],[3,-8],[0,-16],[1,-24],[1,-22],[1,-14],[3,-15],[4,-9],[9,-35],[3,-27],[-4,-10],[6,-9],[15,-9],[8,6],[16,11],[11,1],[10,1],[11,3],[25,10],[19,-20],[16,-19],[13,-20],[31,-49],[19,-23],[-7,-34],[-4,-52],[1,-38],[-1,-33],[-5,-42],[-11,-25],[-7,-26],[-2,-7],[0,-8],[4,-13],[0,-23],[-3,-20],[-5,-40],[-2,-3],[-2,-3],[-10,-5],[-9,-5],[-6,-9],[-1,-10],[-10,-18],[-13,2],[-5,2],[-9,8],[-11,10],[-7,19],[-2,4],[-22,27],[-7,17],[-3,3],[-8,-1],[-17,-16],[-15,-15],[-6,-5],[-9,7],[-11,9],[-15,15],[-15,12],[-13,8],[-12,7],[-19,-1],[-10,-21],[-11,-22],[-7,-14],[-8,-6],[-4,3],[-5,15],[-9,15],[-12,12],[-22,-17],[-12,-3],[-18,6],[-13,5],[-2,2],[-2,8],[2,10],[2,17],[0,8],[-15,29],[0,9],[-1,8],[-1,6],[-2,6],[-6,3],[-10,2],[-10,9],[-10,13],[-4,9],[-12,-3],[-21,-28],[-3,1],[-14,15],[-3,11],[-1,15],[-4,33],[-2,14],[0,13],[10,25],[10,31],[13,27],[-1,14],[-4,15],[-20,41],[-9,25],[-2,30],[-11,2],[-13,-9],[-12,-13],[-3,-7],[-4,-14],[-1,-16],[-4,-10],[-7,-14],[-19,20],[-29,11],[-1,9],[2,4],[-2,2],[-11,-2],[-11,-8],[-46,-42],[-9,-3],[-12,-1],[-19,-20],[-18,-15],[-8,-9],[-8,-3],[-20,2],[-14,6],[-5,6],[-9,12],[-9,0],[-8,-23],[0,-4],[1,-9],[1,-24],[-2,-6],[-2,-7],[-2,-14],[9,-22],[-1,-19],[-6,-17],[-6,-23],[-28,-10],[-2,-11],[3,-18],[5,-12],[-10,-19],[-7,-13],[-10,-3],[-5,-8],[-2,-13],[-2,-18],[-2,-7],[-1,-4],[-14,-22],[-11,-6],[-12,-1],[-5,-2],[-5,-5],[-5,-14],[-1,-14],[4,-10],[17,-22],[0,-37],[1,-9],[0,-19],[-5,-25],[-10,-14],[-4,-14],[-2,-20],[3,-37],[-1,-30],[-3,-37],[-1,-14],[1,-12],[3,-4],[10,-15],[5,-12],[4,-32],[0,-8],[-3,-17],[-10,-15],[-9,-15],[-4,-10],[-6,-28],[7,-22],[15,-4],[16,-4],[3,-8],[1,-4],[-2,-14],[2,-16],[4,-16],[1,-5],[3,-5],[6,-7],[17,10],[4,3],[7,-2],[6,-11],[0,-6],[-1,-8],[2,-11],[14,2],[18,3],[19,14],[10,7],[12,2],[8,-3],[19,25],[16,-9],[22,-4],[9,-27],[2,-17],[1,-16],[10,-7],[9,-5],[10,-1],[11,-31],[0,-3],[-9,-10],[-1,-8],[0,-22],[3,-22],[1,-21],[-4,-14],[-7,-10],[-6,-4],[-15,4],[-7,4],[-8,-2],[-34,-43],[-1,-26],[2,-32],[-2,-19],[-6,-16],[-10,-9],[-17,-22],[-6,-22],[-6,-35],[-2,-12],[-1,-26],[11,-31],[6,-22],[3,-12],[3,-25],[18,-21],[9,-10],[18,-22],[4,-23],[18,-27],[15,-8],[4,-7],[5,-17],[6,-22],[5,-34],[4,-19],[4,-17],[6,-5],[4,-9],[5,-8],[3,-10],[6,-36],[-3,-14],[-11,-16],[-5,-7],[-37,-53],[-10,-45],[-9,-8],[-14,-14],[-19,-8],[-18,3],[-22,2],[-14,13],[-17,2],[-7,-2],[-18,-9],[-8,-9],[-5,-14],[-11,-16],[-5,-8],[-8,4],[-8,11],[-13,25],[-12,12],[-4,14],[-1,14],[9,21],[2,5],[5,40],[3,17],[0,20],[-3,34],[-2,20],[-1,8],[-4,6],[-14,9],[-13,17],[-5,4],[-6,6],[-16,16],[-29,11],[-19,8],[-15,9],[-10,9],[-4,13],[-3,27],[-2,12],[6,11],[5,19],[4,30],[-1,35],[-18,18],[-16,21],[3,36],[5,25],[3,13],[7,13],[5,11],[4,19],[3,30],[-6,7],[-19,-3],[-8,14],[-9,14],[-16,18],[-8,9],[-5,6],[-18,48],[0,6],[7,18],[-14,5],[-16,-8],[-16,-8],[-9,-6],[-5,-6],[-5,-11],[-9,-4],[-7,0],[-16,13],[-13,32],[-6,7],[-12,-10],[-11,-11],[-22,-18],[-6,-8],[-16,-26],[-18,-20],[-15,6],[-16,-3],[-27,-7],[-18,-4],[-4,-8],[-2,-6],[-3,-4],[-4,-8],[-14,-19],[-11,-10],[-18,-12],[-24,-19],[-10,-2],[-18,-13],[-6,-11],[-8,-16],[-3,-2],[-16,4],[-10,9],[-8,12],[-9,22],[-5,6],[-18,12],[-6,13],[-9,3],[-15,-17],[-15,-18],[-4,-7],[-4,-10],[2,-10],[4,-17],[3,-14],[-6,-12],[-12,-16],[-4,-16],[2,-11],[5,-2],[6,-1],[6,-7],[1,-6],[-1,-27],[-3,-16],[-6,-5],[-8,-18],[-4,-19],[-4,-22],[1,-10],[-2,-13],[-9,-5],[-16,-4],[-19,15],[-6,0],[-6,0],[-15,16],[-1,15],[-5,9],[-6,6],[-14,-16],[-18,-16],[-5,-5],[-15,-16],[-15,-18],[-7,-9],[-8,-5],[-9,0],[-8,3],[-20,6],[-8,-3],[-7,13],[-9,15],[-9,7],[-11,3],[-28,0],[-5,-1],[-22,6],[-21,23],[-16,24],[-10,-3],[-8,-5],[-7,-6],[-23,28],[-5,10],[-8,13],[-2,6],[-4,7],[-4,10],[-7,17],[-15,32],[-11,38],[-6,39],[-3,17],[-3,14],[-4,21],[-7,10],[-10,34],[-5,14],[-4,5],[-9,3],[-19,11],[-21,21],[-16,9],[-9,11],[6,33],[8,22],[-2,25],[0,20],[-2,18],[-3,29],[-6,27],[-10,23],[-1,4],[-2,2],[-2,10],[-1,12],[4,41],[7,50],[1,41],[0,29],[-2,16],[0,9],[2,19],[5,17],[3,4],[2,5],[3,15],[-4,26],[-7,16],[-8,11],[-16,-1],[-1,20],[26,4],[3,31],[0,41],[-3,32],[-1,8],[-12,-9],[-46,-37],[-16,-34],[-5,-13],[2,-21],[-1,-33],[-2,-6],[-3,-6],[-6,-10],[-14,-32],[-7,-2],[-23,18],[-23,14],[-3,14],[-1,16],[-6,11],[-4,6],[-5,5],[-8,3],[-4,7],[-10,20],[-6,26],[1,10],[2,6],[2,16],[-1,19],[-13,22],[-5,2],[-8,-10],[-10,-15],[-19,1],[-16,1],[-17,3],[-26,-4],[-17,-3],[-6,-8],[-7,-8],[-21,-11],[-20,-7],[-8,-3],[-3,-14],[-4,-22],[-2,-9],[-5,-14],[-3,-18],[3,-31],[-6,-28],[0,-18],[1,-14],[2,-4],[1,-16],[-4,-13],[-3,-7],[-5,-8],[-9,-11],[-3,-3],[-5,-5],[-10,-1],[-11,-2],[-4,-2],[-8,-16],[3,-33],[0,-6],[0,-6],[-1,-6],[0,-12],[3,-12],[10,-14],[15,-16],[2,-7],[1,-5],[1,-4],[2,-6],[9,-6],[12,0],[3,-3],[3,-4],[5,-18],[7,-27],[2,-20],[-1,-18],[-2,-9],[-3,-7],[-9,-17],[7,-29],[3,-7],[2,-14],[0,-18],[-5,-12],[-3,-21],[0,-17],[-1,-13],[4,-11],[5,-33],[3,-11],[20,-7],[11,-4],[3,-22],[5,-39],[-3,-9],[-12,-17],[-2,-13],[0,-8],[3,-12],[6,-17],[1,-14],[-4,-40],[-1,-3],[-7,-8],[-13,-6],[-5,-16],[1,-26],[3,-30],[0,-16],[-13,-14],[-11,-14],[-5,-9],[-5,-18],[-12,-27],[-6,-13],[-5,-13],[-4,-24],[-1,-6],[-8,-35],[-9,-32],[4,-29],[-3,-28],[0,-19],[0,-6],[-3,-30],[-4,-9],[-15,1],[-9,6],[-24,-19],[-6,-23],[-4,-22],[-1,-6],[-3,-16],[1,-10],[-10,-18],[-12,-4],[-4,1],[-11,-9],[-3,-21],[-7,-29],[-6,-24],[1,-21],[3,-20],[-3,-19],[-9,-23],[-12,-19],[-7,-9],[-7,-8],[-15,5],[-9,2],[-16,-4],[-3,-7]],[[6442,4999],[25,9],[21,-4],[19,-21],[18,6],[1,-60],[28,-14],[58,44],[120,30],[24,31],[22,81],[10,9],[7,50],[19,25],[0,82],[17,3],[17,37],[28,4],[46,-20],[-1,-18],[20,-40],[2,-33],[15,-14],[38,44],[26,13],[14,47],[22,14],[-8,30],[53,-4],[25,-13],[25,21],[40,71],[19,55],[29,13],[20,40]],[[7261,5517],[12,-15],[5,-24],[22,-24],[20,17],[24,-10],[15,10],[37,-6],[26,-26],[37,7],[10,-19],[9,7],[31,-12],[45,2],[88,-44],[25,-22],[35,-59],[8,9],[8,33],[-4,24],[28,1],[6,27],[-5,42],[46,62],[-21,17],[-2,25],[18,49],[1,26],[16,11],[24,80],[31,11],[-3,63],[7,16],[46,14],[10,12],[-64,129],[-22,80],[-68,169]],[[7762,6199],[14,6],[16,7],[22,7],[16,5],[17,7],[20,18],[11,5],[4,1],[21,11],[9,-5],[10,-16],[7,-11],[3,-9],[3,-33],[5,-6],[6,-3],[11,11],[11,8],[13,4],[13,-2],[5,4],[3,2],[6,6],[21,16],[13,18],[9,-6]],[[6569,5537],[29,26],[33,6],[3,10],[-20,52],[15,47],[4,39],[15,17],[-32,16],[-16,32],[-7,-9],[-30,76],[19,12],[1,15],[-8,-5],[-20,54],[-23,25],[-6,26],[-9,7],[-2,41],[-34,21],[-5,12],[24,18],[-4,54],[27,11],[15,-10],[60,56],[6,58],[23,55],[-1,23],[9,6],[2,21],[21,21],[-46,28],[11,44],[26,18],[-4,21],[10,36],[-19,34],[8,42],[-4,32],[15,19],[39,110],[28,55]],[[6722,6809],[138,-214],[76,13],[15,-10],[17,8],[44,-4],[119,-42],[-8,-131],[10,-35],[-4,-28],[6,-63],[-21,-72],[-17,-27],[-12,-15],[-34,-12],[-34,-42],[67,-63],[15,11],[12,-14],[46,46],[15,3],[14,-14],[17,1],[17,-37],[14,-9],[14,-47],[0,-39],[16,-59],[-11,-18],[3,-23],[-6,-23],[6,-19],[-7,-61],[5,-43],[-20,-17],[-1,-49],[9,-29],[21,-17],[8,-43],[-10,-55]],[[1997,6771],[60,-173],[-17,-115],[-23,-31],[-8,-86],[113,101],[25,37],[15,-19],[8,2],[17,16],[107,33],[25,27],[40,0],[9,15],[17,-3],[6,-12],[-37,-60],[11,-43],[27,26],[36,-46],[41,-18],[25,-53],[0,-20],[-22,-29],[8,-14],[-1,-30],[18,-42],[-50,-70],[-32,-11],[-39,-60],[0,-70],[-18,-54],[32,-132]],[[1111,5192],[3,53],[0,6],[2,26],[1,36],[3,42],[0,19],[1,13],[-7,26],[-5,17],[-2,8],[-6,16],[-9,18],[-6,14],[-2,5],[-6,15],[-8,19],[-12,19],[-7,35],[27,25],[32,48],[6,20],[9,17],[9,16],[3,10],[2,6],[19,37],[11,15],[11,18],[9,7],[7,1],[8,-17],[6,-14],[3,0],[28,24],[41,14],[35,21],[18,6],[25,16],[25,27],[17,16],[9,9],[29,-8],[17,3],[3,2],[34,32],[13,19],[2,3],[7,19],[8,26],[13,48],[2,4],[10,22],[43,44],[19,11],[22,1],[5,6],[6,9],[16,28],[16,19],[1,10],[-14,21],[-13,15],[-10,8],[-12,15],[-6,14],[4,11],[14,5],[13,29],[4,19],[-2,13],[7,13],[9,14],[7,8],[11,4],[10,3],[11,-2],[17,4],[9,10],[6,20],[0,14],[-4,9],[-6,17],[-3,22],[3,6],[6,-2],[8,4],[10,21],[28,29],[11,5],[19,11],[25,13],[22,14],[11,7],[17,22],[11,15],[13,23],[17,21],[18,20],[1,7],[1,6],[1,4],[2,3],[16,8],[2,3],[11,26],[8,14],[1,2],[0,4]],[[1991,6771],[6,0]],[[6289,7047],[29,-43],[43,-19],[222,52],[25,-9],[38,5],[10,-24],[-13,-8],[-8,-66],[-16,5],[10,-98],[18,-4],[8,16],[19,5],[48,-50]],[[5540,5921],[33,1],[57,39],[9,40],[1,48],[-14,13],[-13,-3],[-67,117],[-15,5],[-40,50],[-11,25],[-24,10],[-66,-28],[-22,8],[-2,48],[37,46],[12,30],[-5,33],[25,48],[36,23],[11,24],[14,-1],[3,15],[32,-16],[21,6],[9,-29],[33,-31]],[[5594,6442],[62,-51],[53,22],[39,-4],[5,-32],[-5,-22],[10,-9],[51,27],[11,24],[27,3],[3,14],[63,-7],[17,13],[1,19],[31,57],[0,19],[26,5],[-1,15],[24,33],[12,47],[-7,26],[7,27],[30,29],[-12,62],[-7,2]],[[6034,6761],[-5,31],[-18,22],[-1,47],[28,65],[19,9],[2,20],[14,-9],[68,57],[116,54],[32,-10]],[[5594,6442],[2,68],[-28,61],[-37,-48],[-28,-10],[-7,79],[-15,-3],[-25,-30],[-28,-5],[-7,17],[5,24],[-10,51]],[[5416,6646],[7,24],[-7,39],[7,57],[-10,49],[-18,11],[-3,18],[-2,37],[12,43],[-24,153],[26,55],[9,53]],[[5413,7185],[14,-33],[-5,-13],[16,-78],[42,10],[26,-38],[8,4],[11,-25],[20,0],[6,-24],[6,6],[17,-8],[63,36],[1,20],[19,3],[22,-12],[2,22],[9,-7],[6,12],[15,-9],[18,10],[45,-32],[5,9],[14,-5],[-1,-33],[26,4],[8,-14],[1,-37],[22,17],[16,-28],[5,-36],[22,-64],[-7,-35],[32,-6],[4,-12],[44,7],[1,-51],[10,-4],[19,-1],[39,21]],[[4615,4872],[-22,-2],[-17,13],[-23,-5],[-51,-34],[-29,-37],[-24,16],[-13,36],[-30,32],[-1,24],[-15,44],[-54,74],[-100,86],[-21,72],[5,64],[-12,11],[0,16],[-16,10],[3,70],[32,21],[5,31],[14,20],[-4,9],[8,29],[-8,18],[-28,19],[12,49],[56,53],[22,-11],[16,10],[14,60],[23,20],[1,56],[30,35],[-4,42],[18,21],[-9,63],[18,49],[-10,13],[-42,-11],[-22,34],[-46,-24],[-11,38],[8,23],[-13,21],[-5,40],[-17,13],[-7,40],[-15,1],[-18,46],[2,32],[15,27],[-7,10],[13,38],[1,41],[7,10],[-5,3],[8,33],[-10,20],[4,17],[-12,10],[5,19],[-7,17],[5,23],[-14,11],[5,25],[-7,1],[1,15],[10,24],[29,18],[1,16],[7,3],[0,42],[-22,43],[-9,41],[2,50],[12,34],[-16,48],[-32,43],[-1,34],[-14,23],[-15,68],[-22,38],[5,50]],[[4152,7117],[7,6],[25,-16],[31,25],[93,33],[28,-31],[25,-10],[61,93],[-21,58],[-2,46],[11,9],[39,-12],[29,8],[19,28],[19,-34],[3,-28],[23,-50],[-2,-76],[31,-18],[3,8],[72,22],[-15,45],[37,-2],[12,25],[22,14],[23,-13],[23,-79],[23,-4],[12,-12],[15,22],[62,17],[32,22],[14,-34],[-12,-33],[-13,8],[-30,-12],[0,-8],[13,-8],[-4,-17],[12,-22],[20,-4],[-3,-12],[7,-17],[21,3],[19,19],[23,-2],[-5,20],[7,42],[-3,22],[8,26],[27,24],[17,103],[32,-4],[-1,33],[14,12],[5,26],[17,4],[7,-23],[20,4],[4,-14],[14,8],[48,-54],[-12,-27],[3,-35],[40,-97],[2,-45],[12,-49],[-3,-27],[13,-6],[11,-88],[17,-42],[6,-75],[12,-18],[7,-23],[-4,-5],[23,-39],[9,-55],[28,-15],[2,-18],[65,-9],[15,16]],[[4121,7274],[10,-31],[-1,-25],[-8,-11],[6,-9],[-4,-22],[28,-59]],[[1997,6771],[24,42],[16,-99],[9,-19],[49,34],[59,71],[12,19],[7,47],[23,14],[10,-33],[31,3],[21,-36],[15,17],[21,79],[60,12],[53,159],[24,18],[-5,31],[4,24],[47,30],[1,-22],[12,10],[4,-9],[4,-10],[-7,-9],[6,-14],[17,0],[14,30],[24,-6],[35,16],[24,-10],[35,23],[-15,32],[5,8],[-19,1],[1,20],[12,13],[-7,15],[7,19],[44,28],[2,58],[-10,1],[-1,11],[10,12],[-12,16],[93,7],[7,-4],[-6,-14],[9,-16],[48,-3],[23,-14],[44,9],[39,-13],[81,29],[45,76],[38,5],[53,43],[73,-8],[3,-17],[18,-16],[47,10],[75,-9],[30,-25],[21,7],[67,65],[62,30]],[[3533,7559],[-22,-30],[-3,-51],[-17,-21],[1,-17],[-16,-21],[-26,-2],[-57,-30],[-37,-49],[-23,-65],[-60,-14],[-47,-41],[-5,-27],[9,-32],[-12,-13],[-14,-2],[-15,-23],[-57,-40],[-33,-38],[-14,6],[-32,-17],[31,-131],[24,13],[35,-51],[23,-88],[-21,-6],[7,-28],[62,18],[11,40],[29,23],[0,41],[11,7],[11,-23],[10,4],[8,12],[-2,29],[18,-4],[40,13],[3,-17],[-9,-13],[6,-13],[-10,-8],[14,-24],[3,4],[5,-28],[12,10],[24,-18],[-15,-22],[6,-13],[-31,-45],[-24,-15],[-29,25],[-11,-3],[-22,-26],[-1,-33],[-28,-15],[-11,-25],[21,-34],[9,10],[-5,-25],[16,-13],[-23,4],[-58,-34],[-19,21],[-11,-12],[-7,33],[-8,-14],[-9,5],[-19,-16],[3,-19],[-5,-5],[21,-50],[6,-53],[17,-3],[1,-13],[42,15],[23,24],[8,-14],[23,14],[8,-32],[-9,-26],[4,-37],[13,-36],[30,3],[11,17],[16,3],[17,36],[-28,87],[-1,24],[68,45],[41,48],[30,102],[12,10],[-20,56],[30,22],[3,-10],[11,6],[10,-16],[30,38],[13,-1],[4,-20],[6,-6],[13,9],[13,-20],[12,-65],[14,26],[27,0],[22,10],[2,9],[14,-17],[40,3],[10,-23],[16,11],[-1,51],[19,35],[27,-1],[12,73],[-15,9],[8,32],[-7,21],[-5,-5],[-15,35],[-33,4],[8,24],[-11,41],[5,20],[-22,25],[11,10],[-7,20],[-31,-16],[-7,18],[-9,-4],[-32,68],[-19,15],[4,42],[-9,61],[-30,51],[59,21],[92,8],[27,25],[36,10],[17,24],[8,-17],[28,-20],[24,-63],[7,15],[21,-37],[0,-17],[18,-35],[12,3],[13,-13],[28,4],[18,43],[21,4],[3,-31],[20,-25],[37,59],[28,-33],[23,21]],[[3533,7559],[-58,-6],[-9,8],[15,58],[34,33],[5,22]],[[3520,7674],[10,-16],[7,2],[28,-68],[-9,-22],[-15,-15],[-8,4]],[[7822,7685],[-2,-88],[-9,-56],[-12,-30],[7,-34],[-15,-20],[-3,-69],[-59,-122],[-51,-67],[-29,-19],[-22,-2],[-27,-45],[-45,-18],[-40,48],[-31,6],[-15,23]],[[7469,7192],[-20,67],[-3,38],[-42,103],[-2,28],[10,30],[-5,19],[8,17],[-11,57],[-9,0],[4,22],[39,29],[10,50],[28,21],[-6,36],[47,32],[-18,65],[6,10],[-2,23],[-19,26],[19,10],[28,-6],[5,12],[12,0],[-1,-29],[15,-7],[1,-9],[17,14],[17,-12],[3,-19],[21,-26],[16,3],[6,-8],[19,14],[-2,-20],[18,-52],[15,3],[46,-51],[30,2],[18,15],[35,-14]],[[7937,7933],[-5,-15],[-12,-3],[-10,10],[5,17],[-6,8],[-74,-28]],[[7835,7922],[7,15],[-3,24],[48,42],[-12,-1],[-10,18],[9,4],[-7,33],[30,22],[4,30],[35,-25],[-2,-17],[11,-25],[40,-15],[-11,-12],[3,-29],[-8,-5],[-11,-5],[-5,17],[-21,-4],[-4,10],[-20,-8],[29,-58]],[[8075,8136],[-65,-59],[2,-20],[34,-36],[-48,-22]],[[7998,7999],[-6,3],[12,13],[-9,11],[3,26],[-33,4],[16,22],[-37,31],[12,34],[11,0],[6,-23],[102,16]],[[7998,7999],[-19,-21],[4,-8],[-46,-37]],[[7835,7922],[-15,-53],[6,-48],[-13,-25],[9,-111]],[[7469,7192],[-25,0],[-19,-13],[-11,7],[-24,39],[2,19],[-24,-11],[-29,41],[-17,-3],[7,8],[-13,17],[-39,-34],[-13,13],[-28,-4],[-45,29],[-24,29],[41,82],[-17,34],[2,41],[-11,59],[-7,7],[52,56],[-19,52],[-41,-16],[-16,43],[19,41],[-6,8],[-20,-20],[-9,45],[36,-3],[11,16],[0,16],[19,26],[-6,57],[8,14],[22,4],[-4,44],[13,-4],[41,24],[7,-12],[14,13],[86,-31],[36,13],[17,18],[18,-10],[40,21],[8,-6],[29,27],[38,-11],[10,-23],[21,0],[61,44],[-2,15],[4,-6],[5,13],[-6,19],[10,16],[-5,43],[5,25],[38,-17],[39,39],[49,14],[37,38],[33,11],[16,15],[-11,37],[15,31],[22,5],[10,-10],[-2,-20],[26,9],[9,-10],[48,-6],[11,-19],[15,5],[34,-47],[41,-26],[0,-22],[-26,-14]],[[3142,8110],[4,-11],[-7,-11],[-8,-68]],[[3131,8020],[-41,5],[2,15],[-31,33],[-9,25],[-31,13],[1,39]],[[3022,8150],[2,2],[5,6],[20,-3],[13,-17],[11,-13],[13,-6],[30,2],[26,-11]],[[3142,8110],[11,-1],[15,15],[22,16],[25,21],[13,16],[3,6]],[[3231,8183],[13,-13],[23,12],[28,-54],[11,-40],[-18,-66],[-20,-8],[-24,8],[-15,-16],[-13,-1],[-85,15]],[[4412,8227],[8,2],[0,14],[17,24],[13,-18],[2,-38],[12,-15],[13,-80],[-1,-52],[-7,28],[-43,-30],[24,-15],[18,-29],[16,3],[3,-15],[36,-21],[7,-60],[21,-7],[1,10],[14,-1],[9,-57],[-2,-32],[-13,-61],[-30,-44],[3,-36],[-17,-22],[7,-30],[-14,-24],[-56,-42],[2,-19],[-62,-24],[-1,75],[-63,7],[-19,39],[-8,-1],[-22,-70],[-2,-23],[6,-14],[-30,-47],[-25,4],[-26,-24],[-47,-164],[-17,-31],[-18,-13]],[[3520,7674],[-28,11],[-6,14],[10,28],[-4,22],[-13,-2],[-4,15],[-22,12],[5,33],[-53,1],[-29,-11],[-63,6],[-40,47],[-9,-10],[1,9]],[[3265,7849],[5,30],[10,16],[-2,64],[13,-11],[11,20],[10,-15],[14,10],[16,-11],[12,3],[4,-57],[50,-26],[20,25],[18,-6],[27,76],[-13,42],[41,11],[81,3],[-27,40],[1,70],[15,1],[5,-22],[7,-2],[-4,-8],[13,-9],[16,21],[22,-7],[30,7],[1,62],[14,61],[-1,24],[9,5],[-15,22],[-31,21],[7,19],[-5,2],[4,35],[-4,34],[23,-3],[54,-31],[31,21],[-9,8],[9,9],[-14,12],[7,16],[31,5],[-2,-26],[10,-31],[66,-24],[23,-57],[-22,-36],[-4,-33],[-13,-7],[-17,-32],[-5,-45],[9,-26],[-15,-85],[-36,-35],[-68,1],[10,-120],[-8,-4],[-1,-14],[19,-10],[6,-67],[123,25],[61,-17],[14,-56],[38,-67],[33,-8],[6,-20],[29,4],[13,-10],[12,6],[3,55],[16,57],[63,20],[14,38],[28,29],[58,31],[6,-5],[1,23],[-16,16],[-6,21],[13,11],[6,18],[12,0],[0,24],[11,6],[47,-44],[51,34],[9,14],[-4,19],[12,11],[32,8],[-2,8],[17,24],[-26,49],[4,6],[-11,52],[24,41],[-2,19]],[[3283,8260],[12,29],[11,14],[2,8],[-1,4],[-2,3],[-9,9],[-16,17],[-15,10],[-13,6],[-10,-3],[-11,-4],[2,17],[7,24],[7,18],[8,21],[6,9],[16,-17],[19,-22],[9,-4],[11,-3],[14,-19],[10,-23],[12,-2],[25,11],[2,1],[6,9],[11,24],[4,7],[2,3],[7,13],[20,16],[-5,26],[1,5]],[[3425,8467],[5,0],[7,-26],[38,-2],[2,-32],[8,0],[1,-30],[-21,-56],[7,-64],[-36,-2],[-12,-11],[-30,5],[-90,-50],[-21,61]],[[3131,8020],[18,-9],[10,-47],[16,2],[7,-33],[34,-14],[4,-46],[-10,-21],[55,-3]],[[1991,6771],[-11,5],[-11,-4],[-8,3],[-7,9],[-2,16],[44,40],[12,27],[2,3],[9,8],[5,13],[10,32],[3,21],[14,20],[15,19],[30,34],[18,20],[20,18],[4,10],[2,5],[2,17],[12,12],[21,19],[17,31],[11,12],[1,4],[-7,14],[-10,16],[-2,15],[-1,3],[0,4],[6,10],[4,17],[1,13],[-1,24],[-3,26],[-7,25],[-3,7],[-10,36],[0,4],[15,22],[13,7],[20,-4],[24,0],[3,1],[21,19],[16,6],[12,-3],[14,27],[3,0],[5,-1],[4,16],[6,18],[7,17],[4,13],[-6,30],[-3,10],[1,14],[30,8],[18,11],[17,-9],[2,-1],[6,1],[10,16],[14,23],[5,27],[-1,17],[-5,16],[-8,26],[-7,48],[-1,4],[-12,11],[-12,4],[-9,7],[-5,10],[-8,5],[-22,10],[-11,-2],[-10,-5],[-5,-12],[-23,-20],[-14,0],[-14,0],[-23,-16],[-8,-2],[-9,-2],[-10,-2],[-6,0],[-14,3],[-21,-11],[-5,0],[-3,0],[-3,0],[-26,-10],[-9,-1],[-6,1],[-9,11],[-19,8],[-8,0],[-10,-6],[-7,-9],[-21,-18],[-11,-2],[-2,25],[9,23],[4,26],[-2,25],[0,6],[2,3],[21,27],[21,16],[3,3],[15,16],[4,16],[-5,5],[-4,29],[13,6],[5,30],[6,7],[9,6],[29,0],[2,3],[5,26],[1,22],[-1,37],[-1,35],[-2,13],[-1,4],[27,5],[14,-5],[13,10],[6,10],[5,28],[9,19],[19,10],[8,-5],[9,-2],[3,1],[8,5],[2,3],[14,22],[-1,11],[-2,15],[1,20],[0,20],[-21,6],[-5,25],[-1,33],[1,8],[0,30],[-6,25],[-1,8],[8,8],[23,17],[24,18],[7,3],[7,4],[17,3],[6,-15],[28,-14],[25,-17],[20,0],[10,-6],[16,-20],[6,-9],[11,5],[7,7],[19,21],[11,2],[8,-4],[26,4],[10,8],[13,18],[18,14],[17,-5],[24,-22],[18,-30],[4,-5],[3,-2],[3,-2],[16,-3],[3,0],[24,6],[11,3],[21,12],[8,1],[3,1],[3,-11],[-5,-4],[-20,-18],[-8,-24],[-5,-25],[-1,-3],[-7,-20],[-8,-25],[2,-20],[1,-6],[0,-9],[-2,-15],[-8,-40],[-4,-19],[5,-12],[11,-11],[7,-3],[13,-8],[16,-21],[3,-1],[19,-2],[42,25],[15,-4],[8,-11],[6,-15],[14,-46],[21,-4],[35,15],[27,39],[9,1],[15,-6],[9,9],[12,16],[20,-4],[28,5],[4,5]],[[7883,7299],[-2,-6],[0,-25],[-1,-9],[-3,-13],[-17,-81],[-3,-11],[-19,-50],[-14,-35],[-3,-10],[-3,-15],[-3,-19],[-1,-18],[-1,-10],[-7,-19],[-13,-43],[-2,-11],[-3,-29],[-4,-30],[-1,-16],[2,-16],[6,-44],[3,-18],[0,-4],[3,-16],[8,-24],[9,-25],[9,-23],[8,-19],[4,-18],[8,-43],[0,-3],[6,-45],[4,-34],[6,-59],[1,-16],[-2,-15],[-9,-44],[-2,-9],[-5,-6],[-18,-24],[-4,-6],[-25,-33],[-8,-7],[-14,-12],[-8,-9],[-5,-7],[-5,-8],[-1,-7],[0,-8],[8,-48]],[[6289,7047],[-27,94],[15,38],[53,24],[26,-23],[14,0],[15,20],[8,-32],[25,-3],[16,18],[-1,20],[77,26],[0,-12],[8,3],[38,26],[9,-6],[22,43],[-6,24],[14,14],[2,34],[-14,-9],[-2,22],[-15,20],[34,19],[18,62],[40,15],[21,60],[-16,39],[3,53],[-13,11],[-2,63],[-25,8],[-22,92],[-16,18]],[[6588,7828],[25,29],[6,24],[16,-8],[7,32],[8,0],[7,42],[-6,25],[10,31],[12,8],[15,-6],[7,61],[-9,33],[14,1],[11,26],[24,1],[4,-9],[15,16],[7,24],[13,-23],[12,15],[7,-12],[-5,-10],[8,6],[0,24],[16,-4],[5,18],[25,-5],[-4,12],[12,4],[-17,11],[-12,22],[-48,23],[-4,14],[9,9],[1,24],[-46,30],[6,12],[-8,2],[1,20],[-12,6],[16,23],[3,20],[36,-4],[32,37],[28,-43],[16,26],[4,-9],[38,22],[19,-64],[18,15],[31,-5],[12,-24],[15,9],[-2,11],[29,11],[10,-7],[32,18],[14,44],[-4,16],[11,20],[5,-13],[2,13],[7,-4],[-7,-24],[10,-19],[16,14],[5,-30],[14,7],[8,-20],[8,8],[29,-6],[-7,-34],[15,-18],[11,24],[14,4],[17,-6],[-1,-11],[28,-5],[5,-21],[10,-5],[26,-1],[33,24],[6,18],[39,-29],[49,68],[-8,47],[-19,-13],[-4,24],[5,20],[13,0],[4,17],[-30,29],[-1,-16],[-25,-29],[-44,7],[-6,19],[15,7],[11,-15],[-2,20],[12,22],[-6,11],[42,17],[3,12],[23,-22],[-2,28],[15,20],[21,-16],[21,3],[3,15],[-2,-38],[11,-22],[28,-2],[-1,-17],[-16,-11],[-12,-36],[-11,0],[-1,-29],[8,13],[33,-17],[4,19],[22,-19],[11,2],[0,-32],[-12,-11],[11,-11],[-11,-26],[25,10],[22,-27],[5,-25],[12,-6],[21,93],[8,-1],[13,21],[13,-5],[8,24],[24,27],[131,224]],[[7805,8711],[61,-21],[24,-8],[54,-19],[7,-188],[-1,-29],[1,-10],[3,-9],[2,-7],[4,-6],[23,-29],[17,-31],[13,-48],[7,-27],[3,-8],[2,-3],[1,-3],[4,-3],[7,-3],[3,1],[3,3],[4,8],[2,13],[1,15],[2,4],[2,1],[2,0],[5,-5],[12,-38],[8,-18],[4,-4],[7,-4],[7,-1],[13,-1],[10,-1],[10,-1],[24,-9],[8,-6],[2,-4],[1,-4],[-1,-12],[-3,-6],[-15,-26],[-8,-11],[-3,-7],[-3,-13],[-1,-6],[1,-7],[1,-11],[9,-35],[2,-18],[2,-24],[2,-39],[2,-21],[10,-22],[6,-13],[5,-6],[14,-10],[4,-3],[4,-6],[3,-6],[1,-6],[0,-4],[-1,-28],[-1,-11],[-7,-21],[-9,-19],[-8,-13],[-12,-11],[-7,-4],[-9,-3],[-31,-1],[-23,-8],[-12,-16],[-14,-25],[-18,-31],[-10,-22],[-3,-10],[-7,-38],[-3,-20],[-5,-32],[-7,-40],[-2,-8],[-11,-25],[-4,-7],[-24,-25],[-11,-10],[-14,-20],[-6,-9],[-4,-8],[-1,-7],[-1,-8],[-6,-34],[-11,-36],[-6,-8],[-8,-10],[-11,-13],[-4,-4],[-3,-5],[-2,-7]],[[3717,8737],[2,-3],[2,-6],[6,-16],[19,-27],[20,-31],[1,-3],[1,-3],[3,-8],[1,-4],[3,-4],[2,-1],[14,-10],[5,-2],[4,-2],[2,0],[4,-1],[15,-1],[4,0],[1,0],[2,0],[2,0],[7,2],[2,1],[2,1],[2,2],[16,15],[13,11],[4,4]],[[3876,8651],[4,-16],[19,-2],[20,-21],[8,-23],[29,-13],[25,2],[61,-28],[-1,-65],[9,-29],[-12,-36],[7,-2],[9,15],[9,-2],[-1,18],[9,-12],[12,1],[16,38],[38,50],[7,88],[-5,8],[27,-7],[16,15],[22,-42],[3,-38],[12,-1],[7,15],[9,2],[-2,-47],[5,3],[13,-27],[23,-14],[23,-68],[2,-37],[61,-17],[27,21],[5,-6],[-9,-21],[-8,-91],[19,8],[20,-25],[-2,-18]],[[3231,8183],[5,13],[6,24],[17,27],[19,10],[5,3]],[[3425,8467],[2,13],[-2,20],[-10,25],[15,11],[12,2],[15,0],[9,25],[8,24],[0,5],[-1,8],[-7,15],[-16,8],[-11,-9],[-13,-18],[-16,0],[-3,6],[-6,34],[2,17],[12,15],[7,9],[4,2],[2,-3],[19,8],[8,14],[5,14],[14,14],[10,4],[11,11],[14,21],[10,9],[4,9]],[[3523,8780],[24,-40],[-7,-25],[-6,3],[-8,-43],[21,5],[49,-16],[-9,-48],[13,-23],[2,-41],[11,-1],[44,97],[13,2],[4,52],[-10,45],[33,14],[20,-24]],[[5748,8952],[2,-4],[6,-7],[21,-5],[9,1],[23,24],[2,5],[10,17]],[[5821,8983],[-2,-43],[-28,-23],[-9,-20],[5,-57],[-18,-12],[-10,-63],[-17,-44],[-9,-5],[-11,21],[-7,44],[-13,23],[10,7],[0,13],[-25,8],[11,14],[-9,6],[-4,17],[6,2],[-3,19],[46,36],[1,16],[13,10]],[[3523,8780],[4,7],[6,17],[4,13],[6,12],[10,12],[21,-5],[15,-3],[5,36],[3,18],[4,17],[3,-2],[6,-3],[12,-7],[6,-6],[8,-7],[2,-8],[2,-11],[7,-15],[20,-6],[3,2],[11,13],[6,8],[12,20],[13,25],[6,13],[0,7],[8,13],[25,-10],[11,-7],[5,-3],[25,1],[4,9],[12,18],[4,1],[17,7],[-16,-18],[-7,-10],[-11,-18],[-12,-18],[1,-12],[10,-6],[10,-15],[2,-17],[4,-18],[4,-5],[4,-1],[3,-2],[2,-4],[-2,-5],[-5,-20],[-3,0],[-19,5],[-17,-7],[-10,-4],[-21,-15],[-15,-13],[-14,-16]],[[5448,8792],[-18,-16],[-9,-52],[7,-42],[-14,3],[-13,-22],[-2,-18],[-7,9],[7,-27],[-19,-13],[-5,-32],[-21,12],[-15,-79],[-35,-11],[-8,-39],[12,-7],[-11,-19],[10,-34],[2,-49],[21,3],[5,-52],[-17,-4],[-4,-21],[8,-4],[7,-33],[14,1],[3,-14],[6,0],[8,-34],[-13,-15],[9,-50],[-4,-18],[-13,4],[-5,-12],[8,-12],[20,-3],[10,-33],[-11,-28],[-8,9],[-4,-9],[7,-9],[-8,-20],[7,-21],[-5,-11],[-6,-8],[-8,12],[-15,-9],[-4,-12],[-11,8],[9,-17],[30,3],[7,-26],[20,7],[10,-11],[-5,-62],[14,-34],[-1,-20],[15,-2],[2,-17],[-7,-13],[10,-45],[-12,-43],[8,-25],[20,-23],[-9,-51],[8,-12],[29,14],[12,-10],[45,42],[-21,-69],[-30,-42],[-6,-55],[-24,-30],[-31,-14],[-16,-20],[-11,15],[-8,-4],[14,-61],[17,-27],[-5,-37],[10,-25],[-5,-26],[18,-36]],[[3876,8651],[9,9],[3,3],[2,1],[11,1],[11,2],[3,0],[26,4],[5,2],[4,1],[9,2],[6,4],[1,2],[15,18],[22,12],[9,4],[12,3],[5,1],[16,12],[7,6],[7,10],[2,5],[3,9],[2,7],[5,8],[2,2],[1,2],[2,2],[4,4],[2,2],[3,3],[2,2],[1,2],[1,3],[4,9],[1,3],[0,4],[2,12],[0,4],[1,9],[0,4],[0,3],[1,4],[1,7],[1,4],[1,3],[3,15],[1,3],[1,4],[1,3],[2,1],[5,3],[3,1],[3,-1],[12,-3],[1,-1],[3,-1],[2,-1],[2,-2],[2,-2],[1,-2],[1,-4],[1,-3],[2,-4],[1,-2],[2,-2],[3,-1],[1,-1],[4,0],[10,1],[2,1],[6,2],[3,2],[8,6],[2,2],[2,2],[2,3],[2,3],[2,3],[3,2],[3,1],[2,1],[2,1],[4,1],[7,1],[2,1],[6,0],[24,1],[1,1],[4,-1],[5,-2],[2,-1],[5,-3],[2,-1],[2,-2],[8,-11],[2,-1],[14,-23],[1,-3],[2,-4],[3,-7],[2,-9],[4,-10],[2,-6],[1,-7],[1,-3],[1,-3],[0,-4],[0,-3],[0,-3],[0,-3],[0,-3],[-1,-4],[-1,-4],[-3,-8],[-3,-7],[-1,-5],[0,-3],[0,-4],[0,-4],[1,-9],[1,-5],[1,-3],[3,-16],[2,-3],[6,-10],[1,-2],[1,-2],[2,-3],[2,-1],[2,-2],[2,-1],[2,-1],[9,-2],[3,-1],[2,0],[3,0],[4,1],[5,1],[3,-1],[3,-1],[6,-4],[4,-3],[4,-3],[3,-2],[1,-1],[3,-1],[3,0],[2,0],[2,2],[2,1],[2,3],[2,3],[1,3],[1,4],[0,2],[1,4],[1,4],[1,4],[1,8],[0,8],[1,3],[0,4],[1,2],[1,3],[1,3],[2,3],[2,2],[1,2],[2,2],[2,1],[4,1],[2,0],[2,-1],[5,-3],[8,-5],[2,-1],[1,-1],[3,0],[3,-2],[2,0],[3,-1],[1,0],[2,0],[4,-1],[3,0],[4,0],[8,0],[2,1],[3,1],[5,2],[4,0],[11,2],[3,0],[4,0],[3,0],[4,-1],[3,-1],[7,-3],[2,-1],[2,-2],[1,-1],[3,-5],[3,-3],[2,-2],[1,-3],[2,-1],[2,-2],[4,-2],[7,-3],[1,0],[7,0],[25,11],[3,1],[6,2],[2,0],[2,1],[3,2],[4,2],[8,6],[1,2],[10,12],[8,11],[6,8],[6,7],[15,6],[2,0],[3,0],[2,-1],[2,-2],[1,-2],[5,-9],[2,-3],[2,-3],[3,-4],[2,-3],[2,-1],[2,-3],[6,-4],[2,-1],[7,0],[3,1],[2,1],[2,0],[3,3],[6,5],[1,1],[2,2],[2,3],[2,2],[2,4],[1,2],[2,4],[1,4],[2,6],[0,2],[1,5],[0,3],[1,3],[1,9],[0,6],[0,3],[0,7],[0,7],[0,3],[1,4],[0,4],[1,3],[1,4],[2,4],[1,3],[1,3],[2,4],[2,2],[4,7],[1,2],[5,5],[2,0],[5,2],[3,0],[2,0],[4,-1],[17,-2],[17,2],[3,1],[2,2],[3,6],[0,4],[0,2],[3,25],[17,17],[2,1],[1,1],[8,1],[2,0],[6,-2],[3,-2],[4,-3],[2,-1],[2,-1],[2,-1],[2,0],[3,1],[1,1],[2,1],[2,2],[5,7],[1,2],[2,4],[2,6],[1,1],[1,5],[2,4],[3,7],[2,2],[2,2],[3,1],[2,1],[3,2],[8,4],[1,1],[2,2],[2,4],[2,2],[1,3],[1,5],[2,5],[2,6],[1,3],[1,2],[3,11],[1,5],[1,4],[3,6],[1,2],[1,2],[1,2],[7,10],[2,2],[2,2],[4,2],[3,2],[2,1],[2,0],[4,1],[2,0],[3,-1],[2,0],[3,-1],[2,-1],[3,-2],[2,-1],[2,-1],[2,-2],[2,-2],[2,-2],[3,-4],[1,-2],[2,-3],[1,-3],[0,-3],[1,-3],[2,-14],[2,-13],[0,-4],[1,-5],[0,-4],[1,-3],[2,-4],[1,-2],[2,-1],[3,1],[2,1],[2,2],[1,2],[7,13],[17,18],[25,10],[11,-3],[9,-7],[2,-5],[1,-2],[1,-4],[2,-2],[2,-2],[2,0],[2,1],[4,1],[2,0],[3,1],[3,2],[7,3],[2,1],[1,1],[3,1],[2,0],[2,0],[9,-2],[5,-1],[3,-2],[3,-2],[2,-2],[2,-2],[2,-1],[7,-8],[2,-2],[1,-2],[1,-3],[2,-3],[0,-3],[-1,-10],[-1,-4],[-1,-3],[-2,-15],[-1,-9],[0,-8],[0,-3],[0,-3],[0,-3],[1,-5],[1,-3],[3,-9],[1,-3],[1,-3],[2,-5],[2,-4],[2,-2],[2,-2],[1,-2],[2,-2],[2,-1],[2,-1],[4,-2],[4,-2],[2,-2],[3,-2],[1,-2],[7,-11],[2,-5],[2,-5],[2,-7],[2,-4],[1,-2],[2,-3],[6,-9],[1,-2],[2,-3],[2,-2],[3,-2],[2,-2],[1,-1],[2,-1],[2,-1],[3,-2],[3,0],[6,-1],[4,-1],[2,0],[5,0],[4,1],[4,0],[3,1],[6,0],[8,-1],[15,-2],[9,-3],[19,-7],[20,-7],[18,20],[1,4],[1,2],[1,3],[2,4],[2,4],[2,2],[1,2],[3,5],[2,3],[1,1],[3,2],[1,0],[2,1],[3,-1],[2,-1],[3,-1],[2,-2],[3,-2],[4,-3],[3,-3],[4,-5],[6,-5],[2,-3],[4,-3],[5,-4],[3,-2],[3,-3],[7,-4],[10,-7]],[[5970,9387],[3,-2],[8,-4],[4,2]],[[5985,9383],[-4,-46],[19,-21],[9,-75],[17,-37],[24,-13],[20,-25],[11,11],[14,-15],[13,10],[38,-3],[2,-15],[7,-4],[47,57],[17,-6],[12,16],[9,16],[6,51],[37,-3],[-1,-63],[48,-28],[-4,-64],[-10,-24],[-15,-9],[-4,-24],[7,-7],[-7,-12],[5,-8],[-20,-18],[-4,-64],[-32,11],[4,27],[-5,6],[-57,42],[-12,-6],[-19,31],[-5,-51],[-12,-4],[-2,-20],[20,-41],[-6,-17],[5,-21],[36,1],[92,-48],[-11,-13],[11,-5],[-3,-22],[7,-4],[-1,-14],[21,-8],[12,16],[16,-10],[2,14],[18,-15],[1,-28],[12,3],[-1,-14],[15,2],[0,-14],[-50,-24],[13,-65],[15,-29],[0,-23],[66,-14],[20,-16],[7,13],[34,-27],[-8,-23],[6,-42],[-10,-53],[-1,-61],[9,-3],[1,-14],[-26,-17],[-2,-23],[-8,-12],[8,-6],[-2,-17],[15,-4],[2,-25],[9,-5],[11,-45],[18,-31],[-13,-20],[9,-27],[33,-20],[24,3],[-4,-19],[-30,7],[-8,-8],[-7,13],[-6,-13],[11,-17],[-3,-26],[7,-22],[-24,-81],[41,-19],[43,-57],[4,-17],[-7,-23],[7,-18]],[[5448,8792],[4,-3],[3,-1],[4,-1],[2,0],[12,3],[1,1],[3,1],[1,1],[7,5],[5,4],[4,2],[12,8],[3,2],[5,3],[2,0],[4,-1],[5,-1],[3,0],[3,0],[2,1],[2,1],[2,2],[2,2],[4,4],[2,3],[3,3],[20,12],[16,4],[14,14],[-1,6],[-12,27],[-13,-4],[-1,-2],[-8,-6],[-12,-5],[-10,-3],[-2,1],[-2,1],[-14,31],[-3,27],[0,19],[2,12],[7,2],[6,3],[4,3],[16,21],[5,13],[1,3],[1,6],[0,6],[7,5],[13,2],[10,0],[8,1],[21,12],[7,6],[12,32],[3,23],[6,13],[4,4],[4,4],[27,-11],[12,-9],[9,-13],[8,-8],[6,-1],[8,-2],[12,-8],[3,-11],[2,-5],[2,-8],[13,-8],[10,-16],[-13,-38],[-11,-24],[3,-10]],[[5821,8983],[4,7],[5,7],[2,3],[4,7],[1,3],[2,4],[1,3],[0,2],[1,4],[0,3],[0,3],[0,4],[0,5],[0,2],[-1,4],[-1,3],[-1,3],[-4,10],[-2,6],[-2,6],[-1,4],[-1,4],[0,3],[-3,18],[-1,6],[-1,4],[0,4],[-3,38],[4,24],[15,34],[4,7],[1,1],[2,0],[2,-1],[2,-1],[5,-6],[1,-3],[2,-4],[1,-3],[1,-7],[1,-4],[0,-4],[0,-3],[0,-6],[-1,-3],[-1,-3],[-2,-3],[-3,-2],[-2,-1],[-2,-1],[-2,0],[-2,0],[-3,0],[-3,0],[-2,-3],[-1,-2],[-1,-3],[0,-2],[3,-6],[1,-3],[1,-2],[2,-1],[2,-1],[2,0],[3,1],[2,0],[4,0],[1,1],[5,1],[2,1],[3,1],[2,1],[4,3],[2,1],[2,3],[3,4],[2,3],[1,3],[5,15],[0,3],[5,21],[1,2],[0,4],[0,4],[0,4],[-1,4],[-1,2],[-2,3],[-4,8],[-2,4],[-4,5],[-2,3],[-2,4],[-3,3],[-2,2],[-1,2],[-2,2],[-6,5],[-1,-1],[-2,-2],[-7,10],[-2,3],[-1,3],[-2,5],[0,2],[-1,3],[-2,15]],[[5844,9302],[15,42],[13,-11],[18,16],[-4,67],[41,15],[43,-44]],[[6090,9411],[23,10]],[[6113,9421],[24,-5],[19,-4],[3,0],[4,-1],[7,-2],[3,-2],[3,-1],[2,-2],[2,-1],[16,-13],[2,-2],[2,-2],[3,-3],[1,-1],[1,-3],[3,-5],[10,-14],[19,-18],[1,-1],[2,-1],[3,-3],[4,-3],[3,-1],[2,-1],[2,0],[2,0],[2,1],[4,2]],[[6262,9335],[17,14],[13,-8],[16,5],[35,-21],[20,-46],[29,-19],[-21,-37],[13,-14],[15,-6],[16,34],[16,-11],[11,6]],[[6442,9232],[0,-1],[25,-20],[3,-4],[3,-4],[3,-3],[3,-2],[2,-2],[2,0],[2,0],[3,1],[6,2],[6,3],[3,1],[24,13],[2,1],[3,2],[3,2],[11,5],[9,6],[7,3],[11,2],[5,1],[1,0],[2,0],[3,2],[10,8],[6,6],[24,19],[5,5],[3,3],[2,1],[1,2],[2,2],[1,1],[4,4],[7,10],[8,10],[1,3],[3,3],[3,3],[2,3],[3,3],[2,2],[2,2],[21,18],[8,7],[7,5],[3,2],[3,3],[7,5],[12,8],[5,3],[5,3],[4,2],[5,3],[2,1],[3,0],[2,1],[2,0],[6,-1],[2,0],[1,0],[4,-1],[5,-2],[9,-4],[5,-2],[2,0],[3,0],[4,0],[8,1],[8,0],[3,0],[2,0],[11,-2],[2,-1],[4,-1],[4,-2],[2,-1],[4,-2],[2,-2],[3,-2],[2,-3],[4,-4],[5,-6],[6,-4],[7,-1],[2,0],[2,0],[4,1],[6,1],[5,1],[3,0],[3,0],[4,0],[11,-2],[2,0],[3,-2],[6,-4],[3,-2],[3,-2],[2,-2],[3,-2],[2,-2],[3,-3],[2,-3],[2,-3],[2,-2],[4,-7],[3,-5],[2,-3],[1,-2],[2,-2],[7,-7],[6,-4],[2,-2],[2,0],[16,-4],[17,-9],[19,10],[3,4],[1,1],[3,0],[2,0],[2,-1],[3,-1],[10,-5],[7,-14],[4,-11],[6,-10],[4,-5],[7,-10],[14,-12],[3,2],[11,8],[2,1],[8,6],[19,-5],[16,-4],[27,-2],[92,18],[135,-85],[69,-44],[62,-39],[24,-15],[15,-10],[72,-112],[6,-9],[9,-15],[32,-50],[103,-160]],[[5985,9383],[4,2],[10,7],[6,7],[11,13],[4,7],[2,4],[1,3],[1,4],[5,5],[1,0],[3,-2],[8,-4],[4,-3],[2,-1],[2,-2],[5,-6],[2,-2],[1,-2],[2,-2],[2,-1],[3,-2],[3,-2],[2,-1],[2,0],[4,0],[9,1],[2,1],[2,2],[2,2]],[[6262,9335],[-1,5],[0,38],[3,18],[3,10],[4,10],[7,3],[9,8],[-3,13],[-18,30],[-1,2],[-8,8],[-9,3],[-15,0],[-17,4],[-12,5],[0,11],[3,32],[3,16],[22,24],[10,19],[6,5],[5,4],[16,-8],[0,7],[-5,30],[5,7],[12,3],[6,-10],[5,-29],[10,-31],[13,-21],[-1,-11],[-1,-14],[0,-3],[8,-8],[4,-2],[6,3],[8,10],[6,5],[21,-11],[6,-7],[1,-19],[5,-19],[18,6],[21,4],[5,0],[7,-2],[3,-5],[7,-36],[-3,-12],[-7,-4],[-10,2],[-5,3],[3,9],[-6,11],[-18,-5],[-5,-12],[4,-4],[4,-5],[2,-3],[-3,-19],[-1,-2],[-6,-8],[-4,-7],[-1,-6],[-1,-14],[8,-5],[9,-2],[5,1],[8,-9],[8,-14],[11,-25],[5,-23],[2,-19],[4,-38]],[[6090,9411],[-1,14],[-4,8],[-10,6],[-3,35],[-6,33],[-5,18],[-7,9],[-4,-1],[-5,-6],[-15,-22],[-10,-4],[-4,1],[-7,5],[-2,3],[-18,10],[-17,5],[4,-27],[17,-16],[6,-33],[-7,-17],[-9,-10],[-9,-12],[-3,-12],[0,-3],[0,-5],[-1,-3]],[[5844,9302],[1,16],[-11,3],[-6,0],[-2,0],[-9,-16],[-6,-10],[-23,-23],[-9,1],[-10,3],[-10,5],[-5,12],[-4,14],[-5,2],[-4,-1],[-11,-4],[-5,-2],[-18,-14],[-5,-12],[-5,-8],[-9,-3],[-12,-2],[-7,-4],[3,-14],[4,-14],[7,-20],[1,-3],[0,-3],[0,-4],[-1,-6],[-2,-6],[-1,-3],[-2,-1],[-15,-3],[-3,-1],[-3,1],[-4,2],[-2,2],[-4,3],[-4,3],[-4,2],[-17,-3],[-14,-3],[-12,-12],[-8,-3],[-8,6],[-11,16],[-9,2],[-8,-6],[5,-15],[0,-22],[-6,-6],[-7,4],[-6,11],[-3,7],[-5,29],[5,21],[2,12],[0,5],[-3,5],[-4,-4],[-19,-11],[-14,3],[-16,6],[-6,5],[-9,15],[-5,9],[-12,17],[-7,9],[-13,-2],[-10,6],[-8,9],[-8,19],[-1,7],[3,14],[3,7],[7,3],[10,1],[3,8],[4,11],[-1,14],[-3,14],[-12,27],[-8,6],[-5,0],[-1,5],[-1,7],[0,5],[6,14],[1,4],[1,2],[2,3],[2,4],[8,14],[13,12],[12,10],[11,14],[18,25],[18,20],[19,16],[-6,21],[-3,15],[-4,24],[2,10],[3,5],[15,42],[19,33],[3,14],[2,9],[2,6],[1,3],[1,2],[2,3],[2,4],[2,3],[19,24],[15,15],[19,-1],[12,7],[14,12],[6,-7],[7,-7],[8,-3],[7,10],[1,4],[4,7],[8,5],[16,8],[3,3],[14,9],[20,13],[9,-5],[12,-16],[1,-13],[7,2],[14,9],[5,3],[6,5],[-5,40],[-6,4],[-8,3],[-12,6],[-2,12],[0,35],[3,19],[5,7],[7,5],[9,-12],[3,-6],[19,-14],[14,-3],[9,2],[10,6],[7,3],[12,-2],[9,-3],[4,-2],[3,-2],[4,-8],[10,-20],[0,-26],[-7,-15],[-3,-1],[-2,-11],[0,-3],[0,-3],[1,-3],[1,-3],[3,-8],[3,-10],[3,-3],[2,-4],[-3,-38],[0,-14],[15,-28],[11,-5],[11,3],[14,19],[10,11],[5,14],[5,21],[-3,36],[-1,6],[-4,11],[-5,11],[0,16],[2,14],[6,28],[12,8],[5,2],[7,-23],[4,-21],[9,-14],[8,-8],[10,-4],[12,-3],[4,-12],[3,-16],[7,-28],[1,-14],[-1,-29],[4,-28],[2,-11],[9,-12],[5,-1],[6,4],[9,19],[11,16],[16,9],[17,-10],[9,-14],[6,-14],[15,-15],[10,-11],[2,-4],[0,-17],[-3,-11],[-19,-3],[-21,-10],[-15,-25],[-4,-28],[-3,-16],[2,-7],[7,-19],[21,-23],[12,-6],[6,-4],[3,-4],[4,-7],[-11,-35],[-6,-33],[-5,-30],[1,-6],[1,-8],[1,-3],[1,-3]],[[7883,7299],[12,-23],[7,-24],[9,-11],[11,-10],[7,-9],[13,-20],[11,-21],[9,-21],[1,-6],[1,-4],[-7,-16],[-14,-26],[-8,-26],[0,-3],[-2,-18],[11,4],[7,-5],[19,-24],[12,-23],[4,-12],[11,-25],[2,-15],[-6,-25],[-9,-28],[-8,-25],[1,-10],[0,-27],[-1,-25],[-13,-12],[-1,-2],[-4,-12],[3,-3],[14,-1],[6,1],[9,7],[26,-33],[12,-9],[10,-20],[1,-16],[3,-21],[5,-12],[8,-7],[6,-2],[7,2],[9,10],[6,3],[5,-19],[1,-28],[0,-29],[1,-13],[4,-5],[4,-5],[7,-7],[6,-6],[-3,-16],[-17,-29],[-1,-5],[-9,-38],[3,-9],[2,-4],[16,-16],[9,-18],[3,-25],[-1,-28],[-4,-36],[-22,-5],[-2,-4],[-3,-7],[-8,-3],[-2,-1],[-11,0],[-1,-17],[5,-24],[0,-9],[-4,-25],[-2,-6],[-8,-13]]],"transform":{"scale":[0.00045347874787478765,0.00019888793879387805],"translate":[5.956066999999791,45.81894099999985]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/CY.json b/dist-amd/map/TopoJSON/CY.json new file mode 100644 index 0000000000..8054548a9d --- /dev/null +++ b/dist-amd/map/TopoJSON/CY.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3]]},{"type":"Polygon","arcs":[[4,-3,5]]},{"type":"Polygon","arcs":[[6,-1,7,8]]},{"type":"Polygon","arcs":[[-8,-4,-5,9,10,11]]},{"type":"Polygon","arcs":[[-11,12,13]]},{"type":"Polygon","arcs":[[-9,-12,-14,14]]}]}},"arcs":[[[3727,2880],[-26,-222],[14,13],[32,-34],[23,8],[2,-39],[27,-15],[41,1],[13,30],[70,-63],[12,17],[15,-42],[55,9],[74,-43],[24,-35],[-2,-25],[19,-15],[13,-69],[25,-5],[15,-24],[-5,-27],[16,-66],[17,-10],[-7,-14],[20,9],[10,-30],[27,4],[2,-24],[38,-53],[27,-135],[29,-62],[-11,-152],[-13,-3],[15,-21],[-5,-65],[-13,-16],[-2,-56],[-13,1],[0,-35],[26,-56],[-2,-22],[-15,-1],[11,-11],[-10,-1],[-5,-27],[38,-69]],[[4348,1385],[-9,-15],[-2,-6],[-3,-14],[-5,-23],[-4,-24],[-14,-22],[-26,-13],[-27,-4],[-45,-4],[-18,0],[-28,12],[-35,0],[-7,0],[-28,-2],[-14,1],[-21,2],[-52,-6],[-4,0],[-9,-1],[-4,1],[-36,18],[-39,17],[-40,14],[-7,-5],[-7,-9],[4,-9],[8,-2],[-9,0],[-5,12],[8,10],[-4,8],[-19,4],[-39,3],[-8,-1],[-7,-2],[-3,-1],[-7,-5],[-3,-3],[-28,-18],[-19,-6],[-19,-4],[-6,-1],[-8,-4],[-26,-12],[-9,-5],[-39,-25],[-12,-9],[-16,-13],[-10,-8],[-9,-9],[-9,-9],[-46,-45],[-45,-23],[-30,-18],[-10,-7],[-11,-9],[-11,-11],[-32,-41],[-8,-13],[-34,-66],[-3,-36],[1,-10],[-1,-5],[-17,-9],[-4,1],[4,1],[7,4],[7,3],[2,7],[-10,33],[-23,-4],[-5,-4],[-8,-10],[-27,-49],[-19,-46],[-30,-56],[-34,-23],[0,-31],[52,1],[14,10],[13,18],[8,10],[20,14],[4,0],[0,-5],[-5,2],[-19,-13],[-29,-38],[-4,-2],[-24,-14],[-13,-13],[-7,-43],[-6,-45],[-4,-32],[-3,-51],[-2,-89],[1,-42],[2,-45],[6,-60],[3,-16],[38,-66],[26,-51],[19,-38],[20,-41],[12,-29],[-4,-7],[-17,-34],[-7,-6],[-10,-1],[-7,1],[-8,11],[-31,26],[-35,13],[-38,12],[-36,7],[-20,8],[-27,12],[-9,3],[-18,2],[-4,-2],[-19,-17],[-9,-22],[-11,-7],[-22,5],[-12,3],[-50,11],[-13,20],[-4,38],[-7,69],[-6,51],[-17,73],[-24,114],[-9,33],[-22,78],[-14,44],[-5,14],[-2,7],[-20,51],[-6,13],[-15,21],[-15,17],[-26,48],[-4,12],[-4,10],[-11,24],[-25,47],[-28,43],[-22,28],[-19,6],[-7,-1],[-9,-1],[-14,-11],[-7,-1],[-47,32],[-10,2],[-5,-1],[-6,-8],[-19,-21],[-19,-11],[-29,14],[-13,3],[-14,1],[-7,-4],[-5,-6],[-25,-30],[-41,-8],[-14,2],[-35,14],[-4,2],[-14,2],[-4,-3],[-1,-4],[-7,-13],[-12,-12],[-10,-7],[-17,-13],[-14,-6],[-23,-2],[-10,4],[-19,2],[-6,-2],[-9,-7],[-10,-16],[-24,-35],[-20,-20],[-21,-10],[-28,5],[-41,13],[-9,1],[-8,-2],[-7,-4],[-7,-6],[-7,-12],[-3,-13],[0,-8],[-1,-17],[-1,-12],[-38,1],[-30,12],[-43,24],[-22,23],[-24,27],[-32,15],[-26,9],[-19,1],[-18,6],[-7,3],[-9,5],[-7,4],[-23,15]],[[1632,842],[2,105],[-16,97],[17,91],[-24,53],[-8,62],[-21,-34],[-2,14],[48,44],[17,-15],[-6,28],[23,-13],[-4,27],[27,27],[-17,53],[19,10],[-13,22],[14,27],[32,-11],[64,32],[-3,15],[11,-8],[-4,35],[17,21],[-10,9],[40,7],[11,65],[28,1],[44,49],[22,-7],[-11,52],[21,58],[0,79],[32,48],[-24,3],[-30,53],[-14,-12],[-28,16],[-2,73],[-22,16],[4,21],[49,72],[15,-24],[24,-4],[-9,108],[20,18],[19,56],[19,-3],[13,27],[25,-18],[21,29],[-8,23],[10,8],[10,-17],[-9,112],[53,150],[43,57],[48,12],[20,106],[47,19],[-20,113],[-74,16],[-12,138]],[[2170,3053],[0,128],[33,162],[-21,60],[16,39],[71,-4],[10,94],[54,8],[9,-24],[29,3],[14,-37],[55,-23],[2,-36],[20,12],[29,-39],[65,-4],[2,-19],[14,-5],[-2,-35],[21,-11],[81,-5],[31,35],[8,-18],[35,11],[19,-32],[47,-17],[23,53],[39,26],[3,23],[44,33],[-4,21],[36,21],[11,26],[71,-43],[41,18],[15,-19],[44,10],[75,-205],[41,-1],[18,-31],[29,-6],[20,-49],[41,-9],[7,-89],[27,-95],[25,-5],[27,-56],[33,-7],[17,61],[45,26],[65,-18],[47,-84],[36,13],[39,-30]],[[1292,5365],[-2,-40],[55,-47],[44,-118],[91,-61],[8,-67],[-18,-71],[43,-67],[63,-14],[-11,-119],[11,-34],[-7,-194],[-23,-13],[-41,21],[-11,-75],[-38,-71],[49,-23],[52,-196],[50,-39],[41,10],[35,-51],[18,-138],[36,6],[18,-46],[8,-152],[-32,-70],[36,-13],[-10,-26],[14,-28],[-8,-31],[21,-45],[-33,-122],[6,-112],[-43,14],[-17,-45],[-4,-39],[31,-131],[-15,-27],[4,-26],[23,2],[25,-35],[48,-132],[18,87],[-10,72],[22,15],[48,-35],[18,12],[7,-36],[-39,-38],[-18,3],[1,-14],[65,-48],[14,17],[17,-41],[11,71],[30,40],[6,94],[45,46],[79,-44],[7,-36],[-9,-39],[25,30],[24,-3]],[[1632,842],[-17,10],[-15,17],[-11,17],[-7,7],[-15,13],[-14,4],[-25,4],[-20,6],[-24,6],[-5,4],[-12,16],[-31,49],[-26,37],[-2,3],[-23,21],[-25,28],[-8,6],[-12,9],[-5,-1],[-2,-2],[-40,35],[-44,45],[-26,17],[-43,18],[-42,-9],[-44,41],[-17,24],[-3,2],[-9,9],[-6,3],[-21,4],[-9,1],[-15,-8],[-18,-16],[-11,-13],[-40,37],[-42,47],[-36,56],[-18,25],[-25,41],[-36,46],[-13,15],[-9,9],[-10,6],[-20,1],[-3,-1],[-30,33],[-25,31],[-15,44],[-3,9],[-2,8],[-13,29],[-6,10],[-6,7],[-6,3],[-17,2],[-5,0],[-4,-2],[-3,-1],[-3,-6],[-30,7],[8,27],[10,30],[2,62],[-10,70],[0,36],[-6,29],[-1,4],[-6,20],[-6,18],[-3,6],[-3,5],[-12,36],[-2,40],[-1,73],[1,34],[-1,28],[-4,51],[-3,17],[-10,43],[6,50],[0,11],[-4,25],[-7,35],[-2,4],[-21,49],[-6,7],[-3,3],[-5,5],[-5,2],[-34,34],[-21,29],[-23,20],[-22,-9],[-9,-3],[-9,2],[-7,4],[-5,4],[-4,4],[-3,4],[-7,19],[-3,20],[-5,26],[-8,38],[-7,30],[-7,16],[-22,44],[-18,54],[-12,28],[-28,65],[-6,28],[-3,30],[14,27],[7,15],[13,35],[3,30],[0,19],[0,12],[-1,29],[-3,27],[-1,7],[-3,10],[-22,62],[-19,78],[-26,55],[-13,36],[-2,34],[9,-3],[6,3],[5,6],[7,12],[8,30],[1,12],[-1,6],[-6,22],[0,77],[6,84],[-4,84],[-5,30],[-6,28],[-32,67],[-15,32],[-31,49],[-7,15],[-10,34],[-7,33],[-2,6],[-4,10],[-5,8],[-16,25],[-16,32],[-3,4],[-3,16],[-8,74],[-5,52],[-5,71],[-4,27],[-1,18],[-1,35],[1,10],[8,59],[9,80],[7,38],[13,47],[19,63],[32,-9],[21,-42],[18,-35],[10,-35],[5,-20],[37,-66],[37,-49],[48,-63],[45,-55],[16,-21],[19,-34],[25,-43],[5,-10],[9,-10],[8,-8],[14,-9],[15,-6],[43,-27],[43,-9],[54,-13],[10,-1],[7,0],[8,2],[16,7],[19,13],[14,11],[42,11],[8,2],[17,14],[46,44],[12,12],[40,44],[26,35],[15,23],[33,40],[23,38],[18,35],[8,16],[16,35],[2,4],[6,15],[19,48],[13,36],[5,15],[15,44],[24,82],[16,57],[12,43],[10,46],[9,65],[1,8],[1,10],[4,15],[25,52],[17,23],[8,9],[4,3],[8,5],[9,5],[17,30],[9,21],[4,16],[11,45],[12,62],[15,27],[17,22],[2,-13],[4,-10],[9,-9],[11,-6],[14,-7],[12,0],[8,1]],[[7048,3595],[-2,-21],[-13,-42],[-18,-34],[-21,-43],[-27,-20],[-22,-21],[-13,-14],[-20,-20],[-3,-3],[-6,-4],[-5,-2],[-5,-2],[-19,-3],[-29,6],[-22,22],[-13,15],[-20,39],[-20,36],[-22,35],[-21,29],[-18,17],[-25,19],[-17,14],[-6,4],[-27,16],[-46,25],[-21,7],[-18,7],[-18,14],[-47,15],[-53,14],[-51,-8],[-22,3],[-51,-3],[-47,2],[-22,-3],[-48,-12],[-24,-8],[-42,-22],[-27,-18],[-12,-9],[-41,-38],[-19,-22],[-26,-41],[-12,-22],[-9,-19],[-12,-27],[-17,-50],[-9,-32],[-7,-30],[-13,-70],[-2,-33],[0,-29],[-5,-88],[-7,-61],[0,-45],[2,-33],[3,-9],[4,0],[2,3],[-1,11],[1,-9],[0,-4],[-4,-2],[-3,-13],[0,-8],[2,-12],[0,-5],[-2,-23],[-6,-44],[-4,-32],[-5,-53],[1,-8],[5,-22],[7,-19],[1,-14],[0,-39],[-1,-5],[-10,-23],[-7,-16],[-19,-37],[-19,-42],[-35,-66],[-19,-38],[-17,-36],[-4,-13],[-1,-7],[-4,-20],[-6,-34],[-5,-60],[0,-5],[0,-7],[-7,-30],[-1,-4],[-3,-3],[-4,-1],[-7,3],[-22,18],[-15,10],[-27,13],[-11,3],[-23,-1],[-43,1],[-34,-2],[-23,-7],[-10,-6],[-33,-28],[-6,-4],[-21,-42],[-5,-11],[-2,-9],[-5,-17],[-25,-38],[-23,-29],[-21,-34],[-19,-24],[-20,-19],[-25,-12],[-7,-6],[-7,-8],[-5,-10],[-5,-15],[-5,-29],[-14,-19],[-19,-12],[-39,-5],[-35,-6],[-8,-3],[-47,-24],[-11,-4],[-27,-14],[-16,-16],[-2,-3],[-14,-14],[-17,-12],[-22,-7],[-16,-9],[-8,-6],[-13,-13],[-11,-18],[-11,-19],[-3,-5],[-2,-7],[-7,-19],[-44,-40],[-12,-2],[-8,-4],[-26,-13],[-2,-1],[-14,-9],[-8,-6],[-17,-21],[-26,-35],[-16,-21],[-27,-27],[-39,-20],[-19,1],[-12,-3],[-36,-8],[-9,-4],[-31,-29],[-8,-9],[-10,-13],[-12,-19],[-7,-14],[-2,-3],[-14,-13],[-6,-3],[-13,-2],[-11,1],[-17,5],[-2,-10],[1,-9],[1,-5],[4,-3],[17,-7],[-10,1],[-8,5],[-4,5],[-2,8],[-13,25],[-36,28],[-30,11],[-6,1],[-13,-1],[-8,-2],[-7,-3],[-22,-13],[-10,-8],[-4,-5],[-10,-16]],[[3727,2880],[32,39],[31,99],[90,-1],[-15,83],[14,41],[22,17],[10,-26],[-9,-24],[13,-14],[15,24],[14,-55],[7,45],[52,-3],[9,-77],[16,-10],[49,21],[27,-11],[41,56],[35,8],[9,-7],[-21,-39],[32,-32],[3,29],[23,4],[20,-31],[-16,-14],[18,-35],[-38,-19],[1,-35],[16,27],[58,-28],[9,59],[46,36],[6,-12],[19,44],[47,16],[22,34],[48,129],[-21,9],[3,13],[71,86],[19,57],[50,-37],[25,-56],[-3,-36],[18,-7],[21,10],[7,-13],[18,51],[41,23],[42,3],[18,-22],[15,14],[72,-43],[10,23],[26,4],[44,126],[4,45],[-30,108],[2,82],[57,-34],[38,-64],[25,-14],[13,21],[23,-47],[5,28],[78,106],[26,-2],[20,-36],[32,-4],[15,-31],[30,-14],[5,-23],[14,18],[-26,35],[3,35],[16,18],[-12,13],[13,27],[-9,15],[25,4],[0,25],[25,12],[-2,20],[11,7],[-13,0],[2,26],[10,11],[0,-14],[14,-4],[-1,21],[-11,-10],[4,13],[-5,18],[10,17],[-17,25],[5,42],[9,5],[17,-39],[10,18],[-10,30],[11,16],[-44,34],[-7,74],[-16,15],[9,22],[-11,15],[6,16],[-20,11],[1,103],[-17,87],[-11,2],[-3,-22],[-34,-5],[-14,21],[24,69],[-25,-3],[-12,-22],[-13,22],[20,2],[-7,12],[12,24],[3,-29],[19,2],[6,51],[22,13],[0,20],[23,-28],[2,18],[-11,9],[11,47],[-7,29],[19,27],[23,-8],[17,55],[-15,-8],[-3,30],[17,16],[-35,40],[24,81],[45,12],[29,55],[6,-28],[58,-19],[11,-80],[39,-5],[13,20],[-1,-22],[5,20],[17,-8],[27,-57],[73,3],[17,120],[24,53],[-14,53]],[[5696,4907],[50,-41],[4,17],[18,5],[-3,-11],[17,-7],[52,40],[18,-14],[-24,-20],[22,-3],[6,-56],[20,8],[36,-51],[10,5],[7,-26],[7,11],[5,-22],[26,-15],[-13,-113],[9,-9],[20,-231],[14,5],[-2,-15],[5,15],[152,46],[52,-33],[50,4],[-15,-24],[14,19],[34,7],[8,-15],[7,19],[7,-15],[-6,46],[46,-97],[38,-27],[0,-35],[13,-14],[-15,-29],[7,8],[12,-27],[3,-37],[38,-19],[-16,-10],[-1,-23],[30,17],[10,-14],[-6,-52],[21,-11],[18,26],[14,-17],[-3,-60],[54,-15],[18,16],[18,-22],[43,10],[2,-33],[14,4],[5,-34],[20,-14],[10,17],[56,-18],[121,16],[12,-57],[-17,11],[-2,-12],[17,-10],[1,-83],[7,6],[19,-42],[35,-169],[18,5],[31,-30],[0,16],[54,21]],[[1292,5365],[9,1],[12,7],[17,10],[24,16],[12,11],[4,5],[4,10],[51,18],[23,0],[28,22],[6,11],[8,20],[1,9],[-1,7],[1,14],[11,15],[25,29],[3,2],[5,0],[5,-5],[4,-10],[0,-12],[2,-3],[5,-4],[5,-2],[16,0],[3,1],[3,3],[19,17],[9,11],[4,6],[10,11],[14,7],[12,5],[8,-3],[38,-15],[38,-19],[37,-38],[51,-23],[50,-6],[54,-13],[45,-24],[53,-16],[51,-51],[48,-42],[23,-14],[22,-13],[19,-9],[21,-11],[24,-20],[17,-21],[5,-7],[10,-21],[11,-22],[13,-15],[8,-9],[16,-5],[11,0],[4,-2],[10,-4],[21,-12],[4,-3],[4,-7],[13,-25],[18,-12],[5,-3],[13,1],[34,12],[28,22],[40,30],[16,18],[13,18],[5,8],[14,24],[42,33],[23,12],[15,11],[7,8],[13,20],[39,66],[9,17],[19,52],[15,47],[3,10],[12,45],[11,43],[13,53],[13,65],[17,90],[8,49],[12,75],[11,69],[11,71],[9,59],[4,38],[6,61]],[[2873,6239],[49,-2],[163,-112],[15,16],[2,34],[82,5],[12,-15],[36,61],[11,-40],[-12,-10],[15,-29],[63,47],[35,69],[-15,-110],[36,3],[4,-25],[18,-3],[3,-28],[47,-15],[-9,-17],[22,-24],[22,12],[19,53],[9,-15],[27,43],[40,-41],[18,2],[1,18],[17,-15],[16,23],[24,-7],[24,-33],[17,19],[-6,8],[18,-3],[41,-49],[15,22],[-6,22],[8,23],[57,-73],[10,37],[-15,18],[9,36],[20,4],[2,-45],[28,3],[10,-18],[8,23],[-7,17],[-12,-6],[-8,27],[27,13],[44,-36],[-4,-26],[18,-15],[19,18],[50,-30],[7,26],[18,-1],[11,-35],[35,-25],[-10,-37],[20,-9],[-4,-42],[50,4],[7,-17],[7,30],[14,-5],[-2,-26],[16,-14],[-16,59],[18,19],[-3,45],[35,-29],[17,27],[-8,37],[43,-9],[3,35],[28,-25],[8,43],[17,-26],[25,-4],[7,-36],[38,-55],[8,0],[-2,31],[23,3],[98,-25],[1,-17],[14,-3],[8,-51],[26,6],[6,38],[67,-6],[67,19],[17,-23],[10,15],[47,-18],[3,16],[131,19],[142,87],[19,38],[-22,66],[7,55],[19,7],[-1,25],[29,60],[19,10],[27,-17],[98,2],[9,14],[50,-2],[10,40],[25,-27],[42,0],[-18,-24],[-44,-13],[26,-16],[23,-2],[73,62],[25,-31],[12,18],[23,-37],[32,22]],[[5540,6344],[-4,-93],[15,-48],[-8,-43],[14,-7],[10,-44],[-9,-93],[17,-17],[5,13],[5,-24],[22,12],[21,-98],[-4,-45],[-60,8],[5,-18],[-17,-2],[21,-191],[-3,-88],[45,-44],[0,-108],[-6,-81],[-51,-41],[-16,8],[-15,-79],[-49,-31],[0,-23],[42,-141],[43,10],[6,15],[-4,-48],[37,-26],[24,27],[39,9],[11,-37],[13,-3],[7,-66]],[[2873,6239],[3,31],[4,40],[2,31],[2,33],[4,75],[1,29],[1,44],[-2,43],[-2,45],[-5,40],[-3,29],[-5,54],[1,85],[0,68],[-2,20],[-3,15],[-1,6],[-5,19],[-11,7],[-9,6],[-6,5],[-6,10],[-4,9],[-3,19],[-6,39],[1,37],[2,23],[-1,24],[-2,36],[-3,43],[-2,92],[-6,67],[0,12],[3,42],[9,8],[6,-11],[6,-8],[31,-26],[23,-19],[34,-27],[41,-19],[31,-11],[22,-28],[3,-5],[6,-10],[13,-17],[19,-25],[42,-56],[37,-42],[14,1],[11,-2],[17,-3],[13,-8],[15,-3],[8,-1],[29,-1],[30,0],[16,2],[17,-4],[46,-45],[28,-28],[45,-16],[18,-8],[25,-4],[33,-2],[25,-6],[21,-2],[11,1],[14,3],[11,8],[4,5],[21,26],[22,37],[12,18],[13,12],[10,-16],[5,-4],[19,-5],[11,0],[8,3],[23,-2],[25,-27],[36,-24],[42,-27],[35,-15],[25,-11],[27,-5],[29,3],[28,22],[12,21],[35,11],[38,-14],[33,-14],[36,-33],[47,-41],[22,-9],[19,0],[8,2],[15,8],[16,20],[18,15],[21,-11],[23,-19],[41,-11],[50,14],[16,-13],[27,-21],[17,-10],[24,-2],[14,1],[48,-7],[6,-6],[6,2],[11,15],[10,26],[3,2],[7,-8],[7,-14],[-8,13],[-6,5],[-4,-11],[-4,-9],[9,-24],[14,-19],[40,-19],[15,-1],[23,5],[20,-2],[20,-3],[49,4],[45,-6],[49,-16],[25,-2],[55,-10],[10,-1],[42,2],[46,28],[46,4],[49,9],[9,-7],[15,-13],[28,-13],[37,-7],[2,0],[14,4],[22,17],[22,19],[32,11],[33,4],[16,3],[6,4],[7,7],[22,24],[25,13],[38,10],[33,0],[44,8],[36,3],[25,6],[35,17],[14,7],[30,24],[49,23],[22,9],[20,6],[8,-7],[6,-4],[12,-7],[22,1],[12,6],[32,18],[35,1],[3,-4],[13,-7],[20,6],[19,9],[11,7]],[[5969,7042],[12,-45],[-14,-31],[38,-55],[44,1],[-14,-60],[-44,-10],[-7,-20],[11,-19],[-11,4],[8,-9],[-8,-17],[-124,-57],[-2,31],[-17,-14],[-2,26],[-20,-71],[-175,-135],[-94,-105],[-13,23],[-17,-7],[-14,-16],[34,-112]],[[5969,7042],[19,25],[19,12],[41,15],[39,28],[36,39],[26,28],[28,30],[15,26],[16,37],[8,14],[12,11],[5,2],[6,-2],[32,20],[29,29],[9,11],[7,20],[26,32],[39,30],[41,34],[30,5],[7,3],[12,10],[3,4],[3,7],[22,9],[20,-5],[20,-5],[50,4],[19,10],[21,1],[24,-5],[31,-7],[36,-8],[18,-1],[10,2],[4,2],[51,9],[15,-3],[8,3],[13,7],[20,13],[25,16],[19,11],[13,7],[45,34],[49,32],[47,13],[37,15],[22,12],[5,4],[37,26],[13,-5],[5,1],[21,17],[28,27],[18,28],[25,20],[13,4],[50,0],[48,30],[22,30],[23,31],[23,13],[9,3],[4,2],[15,3],[9,-3],[10,1],[5,2],[7,6],[19,24],[15,22],[7,12],[8,11],[9,11],[20,19],[15,-5],[18,2],[34,26],[22,19],[32,56],[24,14],[34,31],[20,27],[9,30],[47,24],[34,8],[52,27],[14,5],[14,7],[30,20],[25,27],[13,18],[7,15],[14,30],[7,19],[14,44],[12,39],[22,34],[14,18],[14,29],[4,29],[7,30],[3,5],[4,3],[14,6],[15,7],[12,8],[12,16],[3,5],[8,22],[4,14],[2,31],[0,43],[4,17],[13,17],[3,3],[7,2],[11,0],[11,-1],[3,-2],[5,-10],[10,-20],[12,-11],[5,-4],[33,-7],[8,1],[11,3],[46,5],[41,3],[15,-4],[19,4],[21,12],[7,6],[17,35],[19,36],[9,17],[24,4],[14,-4],[6,0],[6,2],[5,3],[8,7],[30,29],[46,17],[5,-3],[4,-2],[21,0],[7,2],[7,7],[35,48],[26,35],[25,12],[5,3],[10,13],[24,33],[7,12],[6,13],[19,27],[17,11],[9,3],[5,4],[10,16],[33,63],[5,17],[5,34],[1,9],[0,10],[-1,19],[16,27],[32,29],[5,1],[17,3],[19,9],[19,17],[23,28],[24,22],[7,4],[20,4],[22,3],[11,-1],[17,-17],[25,4],[3,2],[6,3],[8,8],[3,5],[6,15],[15,23],[21,27],[23,29],[23,31],[18,25],[5,8],[6,6],[9,4],[28,3],[34,2],[2,-7],[2,-13],[1,-12],[10,-4],[27,4],[8,4],[6,10],[20,18],[17,15],[4,3],[15,10],[9,-7],[10,-1],[16,0],[30,28],[10,12],[3,4],[18,39],[23,13],[22,11],[4,-6],[11,2],[27,10],[13,11],[11,10],[29,43],[40,60],[21,30],[12,8],[30,18],[27,9],[31,-2],[18,1],[6,2],[3,3],[19,3],[12,-8],[-2,-6],[-17,-38],[-20,-78],[-6,-61],[-14,-27],[-1,-26],[0,-9],[2,-18],[8,-5],[3,-1],[1,-44],[-4,-19],[-19,-46],[-31,-61],[-19,-12],[-45,-4],[-26,-5],[-18,-8],[-20,-10],[-4,-3],[-5,-9],[-16,-16],[-38,-7],[-10,-5],[-18,-13],[-8,-7],[-6,-5],[-38,-47],[-26,-36],[-20,-5],[-18,-5],[-37,-15],[-26,-15],[-20,-13],[-47,-50],[-44,-49],[-24,-25],[-40,-51],[-22,-26],[-10,-57],[-19,-31],[-14,-60],[-12,-68],[-10,-80],[-26,-33],[-30,-19],[-26,-30],[-26,-51],[-45,-40],[-25,-11],[-15,-9],[-24,-21],[-7,-5],[-14,-17],[-30,-42],[-6,-8],[-32,-52],[-42,-57],[-26,-43],[-31,-55],[-14,-35],[-1,-7],[-3,-9],[-15,-25],[-12,-16],[-13,-15],[-24,-27],[-35,-46],[-44,-36],[-36,-21],[-37,-21],[-21,-12],[-22,-16],[-45,-35],[-16,-12],[-19,-16],[-7,-10],[-10,-18],[-7,-9],[-3,-3],[-20,-21],[-15,-12],[-43,-33],[-17,-13],[-19,-12],[-5,-3],[-21,-13],[-17,-7],[-7,-5],[-24,-20],[-36,-40],[-32,-41],[-45,-52],[-31,-33],[-29,-29],[-16,-19],[-18,-27],[-16,-27],[-20,-40],[-26,-53],[-20,-42],[-40,-63],[-30,-49],[-23,-39],[-8,-19],[-10,-28],[-39,-59],[-6,-12],[-3,-9],[-2,-9],[-2,-16],[-3,-38],[-6,-51],[-8,-38],[-4,-32],[-1,-8],[2,-17],[0,-36],[-9,-35],[-6,-20],[-5,-11],[-18,-29],[-14,-17],[-4,0],[-39,-5],[-53,-6],[-17,-5],[-22,-9],[-36,-11],[-23,-9],[-26,-10],[-9,2],[-22,30],[-18,22],[-8,5],[-3,1],[-8,0],[-16,-7],[-45,-19],[-14,4],[-9,0],[-7,-1],[-9,-7],[-19,-16],[-9,-8],[-43,-55],[-18,-21],[-36,-65],[-6,-11],[-8,-19],[-12,-30],[-9,-30],[-8,-28],[-1,-4],[-9,-40],[-23,-72],[-6,-6],[-14,-23],[-5,-12],[-8,-26],[-2,-10],[-5,-31],[-3,-15],[-3,-8],[-12,-27],[-3,-7],[-4,-6],[-6,-7],[-6,-1],[-3,-5],[-3,-7],[-4,-18],[-4,-18],[-2,-26],[-2,-17],[-4,-71],[0,-26],[0,-26],[0,-25],[1,-16],[3,-31],[0,-31],[-5,-40],[-9,-22],[-4,-20],[0,-18],[1,-73],[3,-47],[2,-18],[5,-35],[9,-48],[5,-26],[7,-22],[6,-23],[7,-27],[-2,-37],[-1,-5],[0,-23],[3,-19],[5,-21],[7,-18],[10,-15],[7,-8],[30,-53],[12,-39],[18,-55],[14,-44],[17,-34],[27,-47],[35,-55],[13,-29],[12,-37],[1,-9],[2,-7],[11,-47],[8,-24],[16,-42],[28,-58],[30,-75],[10,-25],[15,-33],[22,-38],[20,-21],[37,-56],[10,-21],[11,-18],[18,-24],[39,-48],[22,-32],[17,-29],[6,-11],[16,-51],[17,-35],[12,-26],[8,-17],[24,-65],[1,-11],[1,-8],[3,-10],[7,-19],[2,-4],[3,-7],[18,-29],[8,-21],[7,-29],[4,-35],[2,-5],[12,-32],[14,-22],[12,-21],[15,-35],[-6,-36],[-8,-3],[-10,-11],[-3,-3],[-2,-4],[1,-5],[8,-39],[20,-74],[39,-34],[4,-7],[6,-30],[0,-16],[-2,-10],[-3,-17],[-1,-5],[-4,-5],[-3,-1],[-5,2],[-7,4],[-7,5],[-4,4],[2,11],[5,12],[0,10],[1,5],[-2,4],[-8,8],[-4,4],[-7,6],[-3,2],[-6,-3],[-15,-16],[-9,-22],[-17,15],[-17,21],[-24,29],[-21,19],[-14,12],[-17,14],[-4,2],[-6,2],[-5,-2],[-6,-2],[-11,-2],[-7,4],[-7,4],[-8,6],[-26,26],[-5,4],[-11,12],[-5,6],[-2,2],[-4,9],[-1,10],[-3,7],[-8,9],[-16,3],[-6,1],[-13,1],[-7,-3],[-7,-7],[-46,6],[-44,10],[-26,9],[-25,15],[-39,-14],[-31,-17],[-40,-31],[-17,-12],[-13,-7],[-9,0],[-26,-3],[-25,-11],[-31,-12],[-38,-15],[-26,-17],[-2,-22]]],"transform":{"scale":[0.0002317216721672155,0.00011310861086108726],"translate":[32.269443999999766,34.56263549999986]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/CZ.json b/dist-amd/map/TopoJSON/CZ.json new file mode 100644 index 0000000000..59f8793a2a --- /dev/null +++ b/dist-amd/map/TopoJSON/CZ.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3,4]]},{"type":"Polygon","arcs":[[5,6,7,8]]},{"type":"Polygon","arcs":[[9,-7,10,-2,11,12]]},{"type":"Polygon","arcs":[[-12,-1,13,14]]},{"type":"Polygon","arcs":[[15,-4,16,17,18]]},{"type":"Polygon","arcs":[[19]]},{"type":"Polygon","arcs":[[20,-13,-15,21,22,23]]},{"type":"Polygon","arcs":[[24,-18,25]]},{"type":"Polygon","arcs":[[-9,26,27]]},{"type":"Polygon","arcs":[[-27,-8,-10,-21,28]]},{"type":"Polygon","arcs":[[29,-22,-14,-5,-16,30,31],[-20]]},{"type":"Polygon","arcs":[[-23,-30,32,33]]},{"type":"Polygon","arcs":[[-33,-32,34,35]]},{"type":"Polygon","arcs":[[-35,-31,-19,-25,36]]}]}},"arcs":[[[4198,3983],[-5,-31],[15,-43],[10,-12],[-3,-13],[-12,-16],[-11,3],[-2,11],[-30,-7],[-7,-25],[34,-48],[2,-33],[4,-3],[-1,-26],[8,-15],[-11,-9],[-7,-31],[-5,-1],[18,-26],[-8,-29],[4,-16],[-4,-1],[-8,-39],[-4,1],[-6,-12],[-1,-51],[-7,1],[-3,-12],[-7,-1],[2,-24],[12,14],[9,-1],[-20,-50],[6,-31],[-6,-14],[-1,-25],[-12,-5],[-1,-17],[4,-2],[-9,-20],[5,-16],[-7,-17],[33,-35],[7,5],[14,-21],[3,-41],[9,13],[-1,-17],[-15,-5],[-5,-20],[-7,-4],[2,-13],[-8,-3],[-1,-14],[-8,-16],[21,-38],[13,-10],[5,-19],[-9,-23],[30,-20],[3,-9],[2,4],[7,-43],[13,-4],[12,-18],[11,-24],[-1,-11],[8,-2],[-4,-6],[17,-8],[16,39],[43,46],[7,-8],[1,-16],[13,-11],[0,-22],[28,-40],[8,9],[51,-17],[1,-34],[-9,-10],[4,-40],[-23,3],[-13,11],[-1,-6],[9,-18],[16,-4],[10,-19],[10,19],[26,8],[12,-19],[1,-23],[6,-7],[-2,-8],[6,-49],[17,-1],[23,-19],[36,59],[1,22],[9,-4],[12,-38],[16,8],[10,-13],[27,-11],[1,7],[21,-22],[-4,-48],[18,33],[9,-15],[11,-1],[8,25],[19,0],[15,-14],[7,6],[1,16],[42,-2],[6,-7],[-2,-65],[6,-10],[-1,-16],[5,-1],[0,-8],[-4,-27],[-8,-19],[1,-29],[-10,-23],[10,-2],[12,-50],[8,-3],[-3,14],[8,-5],[-3,-18],[12,-11],[9,10],[11,-31],[-2,-16],[7,-12],[32,-16],[8,-16],[17,-12],[-1,-25],[4,-3],[9,48],[16,12],[23,-42],[18,-10],[2,12],[21,-1],[16,-14],[11,2],[11,38],[9,9],[16,-7],[5,-13],[8,-5],[5,11],[-6,14],[2,17],[7,-7],[4,7],[5,-3],[12,-16],[-5,-20],[9,19],[14,-7],[3,-49],[-4,9],[-10,0],[-16,-16],[25,-26],[12,-25],[0,14],[5,4],[18,-8],[-12,-25],[33,-38],[-1,-9],[-20,-8],[8,-12],[4,-19],[-13,-18],[-20,9],[-6,-14],[-27,24],[-3,-20],[8,-21],[-3,-22],[-20,-3],[-1,-8],[6,-6],[-2,-22],[8,-6],[-5,-29],[-9,-12],[-16,0],[-5,-10],[11,-26],[-2,-13],[-5,1],[9,-7],[-12,-18],[-13,-1],[1,-21],[-13,7],[-7,-39],[-18,-13],[2,-18],[-9,-13],[9,-30],[4,0],[2,14],[9,-1],[7,24],[30,-15],[1,-14],[-7,-10],[-5,-40],[4,-12],[40,-9],[44,-31],[-1,-27],[-10,-9],[20,-38]],[[5165,1579],[-11,-17],[1,-18],[-13,15],[-6,-3],[7,-17],[-4,-19],[-15,-13],[15,-8],[-9,0],[-7,-19],[-6,10],[-7,-4],[2,-23],[-8,-15],[-4,-27]],[[5100,1421],[-2,1],[-9,8],[-9,6],[-12,4],[-11,7],[-3,3],[-7,16],[-1,2],[-1,10],[-3,31],[-2,24],[-1,2],[-4,8],[-4,4],[-8,5],[-15,17],[-10,11],[-6,13],[-6,-2],[-3,-3],[-3,-3],[-7,-3],[-7,4],[-2,3],[-6,2],[-8,0],[-9,-1],[-12,6],[-6,5],[-14,13],[-3,5],[-10,21],[-2,4],[-5,3],[-6,1],[-3,3],[-3,3],[-1,4],[-10,27],[-13,13],[-1,2],[-4,9],[-9,8],[-18,9],[-6,1],[-3,0],[-5,0],[-14,-3],[-10,-14],[-1,-2],[-8,-14],[-15,19],[-14,-7],[-9,11],[-8,10],[3,12],[-2,12],[-2,9],[-14,7],[-4,1],[-1,-6],[-1,-2],[-1,-11],[-1,-8],[1,-5],[0,-3],[3,-11],[6,-9],[-1,-6],[-2,-9],[-4,-14],[-4,-12],[-8,-14],[-2,-11],[0,-11],[0,-18],[-9,-13],[-3,1],[-5,4],[-12,12],[-17,4],[-12,0],[-8,1],[-9,-2],[-4,-2],[-5,-5],[-2,-4],[-6,-8],[-12,-23],[-7,-12],[-9,-5],[-10,11],[-5,-2],[-6,-5],[-7,-6],[-11,-4],[-7,15],[3,14],[6,17],[8,18],[3,8],[1,7],[-2,19],[-4,9],[0,4],[-4,21],[-8,11],[-6,3],[-2,3],[-2,5],[1,6],[2,8],[2,0],[3,-1],[2,2],[2,20],[-4,14],[-11,9],[-9,6],[-16,8],[-2,-5],[-2,-1],[-9,2],[-12,4],[-7,2],[-4,-3],[-3,-10],[-3,-5],[-5,-1],[-3,2],[-9,7],[-10,3],[-6,0],[-9,1],[-12,6],[-1,9],[-1,11],[0,10],[1,11],[-3,18],[-8,5],[-3,0],[-3,0],[-3,-1],[-7,-5],[-5,-7],[-5,-3],[-4,1],[-6,5],[-4,8],[-9,15],[-6,6],[-1,1],[-8,-8],[-2,-3],[-1,-4],[-1,-6],[-2,-4],[-3,-4],[-6,-3],[-5,-2],[-5,6],[-8,-9],[-4,-7],[2,-6],[5,-11],[4,-4],[0,-10],[-1,-13],[-2,-24],[-12,-18],[-2,-2],[-3,-4],[-8,-25],[-1,-16],[-3,-21],[1,-18],[1,-24],[0,-9],[-1,-5],[0,-5],[3,-27],[3,-20],[6,-18],[2,-14],[-4,-14],[-3,-4],[-1,-10],[0,-10],[4,-13],[9,-27],[1,-2],[0,-25],[3,-15],[1,-7],[-1,-10],[-1,-13],[-4,-22],[-8,-8],[0,-64],[-16,-1],[0,-13],[1,-9],[0,-20],[-1,-11],[-1,-3],[0,-8],[3,-14],[2,-9],[7,-13],[6,-14],[0,-15],[-18,0],[-6,-32],[-1,-13],[2,-11],[0,-14],[-1,-10],[-4,-9],[-6,-10],[-4,-14],[-2,-9],[0,-4],[2,-18],[-4,-18],[-4,-24],[0,-24],[5,-7],[18,-12],[9,-10],[8,-13],[1,-16],[-2,-11],[-6,-14],[-11,-15],[-9,-14],[-7,-11],[-2,-3],[-15,14],[-16,8],[-17,16],[-7,2],[-5,-1],[-5,-4],[-5,0],[-3,0],[-17,17],[-7,11],[-6,11],[-2,5],[-5,9],[-6,1],[-9,-1],[-12,-12],[-1,0],[-6,-2],[-5,1],[-6,6],[-5,8],[-5,9],[-6,-1],[-11,-5],[-8,2],[-9,3],[-12,-8],[-5,-4],[-1,-3],[-1,-5],[-1,-17],[5,-23],[2,-11],[0,-3],[-1,-11],[-3,-8],[-5,-14],[-7,-20],[-2,-13],[1,-3],[5,-23],[6,-28],[-6,-5],[-4,-4],[-13,-20],[-3,-12],[-8,-21],[-2,-5],[-5,-9],[-10,-13],[-2,-2],[-23,-7],[-1,-6],[-4,-11],[-7,-7],[-4,-3],[-8,-5],[-6,-10],[-1,-2],[-3,-10],[-9,-30],[-1,-5],[-1,-7],[-1,-9],[2,-15],[0,-2],[-3,-10],[-4,-13],[-6,-28],[-9,-64],[1,-2],[8,-19],[6,-26],[-12,-83],[10,-60],[-1,-4],[-11,-20],[-7,-11],[-3,-10],[0,-6],[2,-3],[0,-3],[0,-4],[-2,-9],[-7,-9],[-2,1],[-2,4],[-3,3],[-4,3],[-4,-1],[-5,0],[-5,-5],[-7,-4],[-14,-6],[-10,2],[-9,65],[-5,25],[-9,19],[-1,2],[-2,2],[-3,-3],[-12,-15],[-6,-9],[-1,-1],[-2,1],[-4,4],[-3,5],[-3,13],[-1,14],[-1,8],[-1,9],[-6,25],[-4,12],[-2,5],[-3,4],[-6,1],[-5,-1],[-5,-13],[-8,-19],[-2,-3],[-5,-7],[-2,0],[-15,-12],[-13,-19],[-5,-9],[-3,-10],[-2,-6],[-5,2],[-6,6],[-5,12],[-1,10],[-3,7],[-4,5],[-8,3],[-6,-1],[-8,-1],[-2,0],[-5,1],[-6,7],[-1,3],[-2,6],[-7,5],[-6,-2],[-8,-8],[-3,-1],[-2,1],[-10,17],[-2,4],[0,5],[1,7],[1,7],[-1,4],[-2,11],[-5,7],[-3,1],[-12,14],[0,1],[-6,10],[-2,5],[-3,12],[-3,9],[-3,5],[-7,-8],[-8,-8],[-8,3],[-15,-2],[1,-14],[2,-9],[2,-6],[4,-5],[4,-12],[4,-18],[2,-9],[-1,-3],[-5,-5],[-4,-7],[-3,-7],[0,-9],[2,-8],[-1,-10],[-7,-27],[-6,-25],[-9,-27],[-3,-16],[-1,-2],[-8,1],[-3,3],[-5,7],[-6,4],[-8,2],[-13,0],[-16,1],[-7,-2],[0,-3],[1,-15],[3,-23],[4,-10],[1,-10],[0,-5],[-4,-10],[-4,-9],[-4,-5],[-6,-3],[-5,-1],[-4,1],[-5,1],[-3,11],[-3,9],[-5,1],[-5,0],[-3,-7],[-5,-10],[-3,-7],[-1,-15],[-5,-13],[-4,-7],[-9,-22],[-9,-11],[-6,4],[-3,5],[-1,14],[-3,19],[-4,2],[-9,2],[-10,4],[-13,11],[-6,4],[-9,10],[-9,9],[-5,4],[-2,1],[-4,8],[-2,5],[-3,7],[-2,8],[-6,1],[-12,1],[-3,-1],[-4,-1],[-4,-1],[-4,-3],[-4,-7],[-7,-3],[-2,0],[-2,1],[-1,3],[-1,7],[-1,4],[-2,4],[-11,11],[-8,5],[-2,0],[-19,8],[-11,6],[-9,10],[-1,1],[-6,1],[-8,1],[-9,-4],[-7,-5],[-8,-2],[-8,4],[-4,4],[-7,9],[-15,0],[-18,10],[-1,1],[-4,1],[-2,-2],[-10,-17],[-7,-12],[-6,-1],[-9,0],[-2,0],[-4,1],[-11,9],[0,8],[4,11],[0,4],[-2,8],[-13,-2],[-9,0],[-16,-4],[-7,11],[-5,10],[-1,2],[-4,7],[-11,9],[-15,19],[1,13],[1,8],[3,17],[4,17],[0,3],[-4,5],[-4,1],[-5,-2],[-10,-3],[-4,-1],[-7,10],[-7,16],[-9,20],[4,17],[5,5],[1,1],[3,3],[2,9],[0,19],[12,7],[12,2],[6,-1],[5,-5],[5,-3],[2,1],[2,5],[3,16],[6,24],[0,5],[-1,23],[-1,11],[-5,7],[-3,1],[-1,-1],[-13,2],[-19,17],[-6,10],[0,7],[-1,8],[-2,10],[-13,13],[-7,18],[-1,11],[-2,21],[-4,7],[-5,8],[-18,6],[-12,3],[-11,0],[-13,8],[-9,4],[-7,2],[-1,4],[1,6],[0,2],[-2,10],[-2,4],[-1,1],[-8,3],[-3,-1],[-4,-1],[-5,7],[-2,5],[-3,10],[-3,7],[-14,26],[-9,26],[-8,15],[-4,8],[-8,10],[-6,15],[-1,2],[-7,12],[-9,5],[-9,14],[-9,16],[-1,3],[-12,12],[-17,1],[-19,10],[-1,1],[-5,-4],[-4,-3],[-5,-1],[-4,1],[-15,5],[-11,6],[-7,19],[-2,10],[1,9],[3,15],[6,28],[2,12],[-24,59],[-5,13],[1,2],[-1,12],[-2,12],[-5,25],[-4,14],[-9,2],[-9,-2],[-4,-2],[-2,1],[-2,1],[-2,2],[-4,7],[-2,10],[-5,22],[-7,30],[-6,27],[-4,29],[-5,28],[-3,11],[-7,19],[-5,24],[-12,7],[0,-4],[-1,-3],[-1,-3],[-7,-11],[-5,-5],[-4,-3],[-1,0],[-10,7],[-17,3],[-5,-3],[-10,-5],[-17,0],[-6,5],[-3,10],[-1,5],[-1,13],[2,14],[-7,11],[-6,4],[-1,1],[-8,-4],[-2,10],[-9,44],[-3,18],[-6,23],[-6,33],[-2,8],[-2,6],[-2,5],[-3,2],[-13,33],[3,14],[2,5],[6,11],[1,3],[0,2],[-2,4],[-1,2],[-1,1],[-7,-3],[-10,-8],[-7,-9],[-5,-16],[-4,5],[-4,5],[-9,17],[-5,13],[-4,9],[-1,3],[0,3],[-1,3],[0,5],[0,2],[2,4],[-1,24],[-6,16],[-1,3],[-7,10],[-7,-2],[-13,-6],[-4,1],[-5,1],[-11,-8],[-3,-1]],[[2158,1659],[-2,49],[-9,4],[-12,24],[5,23],[-1,23],[12,30],[-4,22],[3,23],[-4,5],[15,50],[5,5],[0,24],[20,51],[15,-13],[6,-15],[4,4],[9,23],[14,16],[6,40],[-2,26],[-17,37],[6,34],[-19,28],[-9,35],[28,17],[-12,71],[15,61],[-5,7],[-4,-4],[-7,16],[8,7],[18,-5],[-2,-13],[32,-16],[4,-16],[25,49],[13,10],[8,19],[-3,21],[16,-4],[7,14],[4,-7],[7,11],[8,-6],[3,-11],[7,17],[-14,5],[12,17],[-2,70],[10,20],[26,-1],[6,12],[-10,30],[3,25],[-7,2],[-2,11],[-15,3],[-3,32],[-7,-1],[-3,16],[5,2],[-7,0],[0,13],[8,5],[0,12],[-5,-1],[12,26],[16,-9],[-1,23],[-8,6],[4,-2],[-1,10],[29,-12],[2,6],[-10,25],[13,25],[7,1],[-4,8],[-21,-10],[-13,6],[-7,44],[0,31],[-8,9],[22,-9],[3,7],[15,-6],[7,8],[2,25],[8,16],[-2,11],[-14,4],[1,11],[-7,13],[6,1],[3,13],[-8,32],[17,-12],[3,31],[18,11],[3,18],[10,10],[20,-6],[1,23],[-7,14],[9,8],[-1,9],[-5,-2],[2,22],[9,32],[15,7],[-3,6],[2,20],[-4,-16],[-6,5],[12,30],[7,2],[-1,30],[-9,15],[-19,4],[-1,9],[7,4],[-6,5],[6,4],[-17,25],[0,39],[-8,6],[5,12],[-5,7],[8,-2],[-4,9],[7,22],[-6,2],[0,27],[8,11],[-6,6],[17,23],[6,22],[17,5],[-16,6],[-4,13],[4,0],[-1,9],[-10,9],[-1,15],[-11,17],[2,24],[4,4],[-9,6],[1,16],[6,4],[-5,21],[9,14],[-12,3],[7,7],[-5,14],[-4,-14],[0,14],[13,2],[0,6],[-13,6],[-2,-9],[-15,20],[4,19],[-5,3],[-1,12],[7,-3],[0,12],[10,-2],[0,20],[-12,19],[15,12],[-6,9],[13,7]],[[2474,3842],[8,-13],[20,-7],[11,24],[-1,16],[26,-11],[0,10],[8,0],[1,22],[11,7],[-2,5],[9,-12],[1,-22],[8,2],[0,-28],[5,-6],[3,15],[5,0],[0,-15],[2,8],[16,4],[6,25],[8,6],[-8,8],[11,11],[23,-13],[-4,-18],[4,-21],[9,-8],[3,10],[17,0],[-12,-28],[10,5],[1,10],[14,-19],[0,-9],[20,-5],[12,6],[1,-9],[13,14],[-7,29],[19,21],[19,-20],[24,-3],[1,21],[8,15],[-3,15],[5,-2],[4,14],[16,-32],[7,17],[-7,30],[11,-10],[2,19],[4,0],[0,22],[4,-5],[3,8],[-7,23],[0,23],[14,-6],[3,6],[4,-9],[15,21],[7,23],[5,-6],[21,6],[7,12],[10,-23],[12,-3],[-14,-4],[1,-51],[-5,-5],[3,-36],[11,-12],[19,2],[2,-11],[4,10],[16,-5],[-1,28],[5,7],[6,-7],[-4,-12],[6,-15],[23,-2],[-5,34],[43,-26],[2,17],[32,0],[4,-9],[7,13],[30,9],[7,-7],[-8,-3],[-1,-10],[13,-2],[1,17],[7,1],[3,14],[-10,-6],[1,13],[14,8],[2,17],[7,5],[0,26],[-5,14],[6,10],[7,-5],[4,17],[7,-7],[-3,-18],[42,35],[7,-16],[7,9],[4,-14],[22,-12],[-4,-4],[4,-13],[-5,-17],[6,-14],[5,5],[3,-15],[11,22],[15,-25],[2,9],[4,-1],[9,-26],[12,0],[-8,-22],[1,-19],[-7,-6],[10,-4],[16,23],[4,-16],[11,1],[4,-18],[1,22],[9,5],[7,-17],[6,33],[7,-7],[1,16],[6,2],[0,14],[6,-7],[2,13],[11,3],[6,-11],[9,1],[4,-25],[3,9],[8,-1],[0,8],[-13,5],[4,29],[-11,27],[2,4],[7,-11],[5,5],[-6,16],[14,-8],[19,-53],[5,5],[3,16],[14,5],[1,-29],[8,2],[10,-15],[1,-16],[8,-7],[2,13],[5,-17],[7,4],[-8,12],[15,8],[-1,30],[3,5],[18,-9],[8,-13],[23,15],[1,-25],[7,-14],[8,8],[10,-16],[10,16],[18,-19],[10,5],[11,-9],[4,8],[-4,9],[9,13],[0,-20],[8,0],[3,12],[-2,5],[11,-5],[12,31],[2,-42],[-10,-8],[-1,-19],[-12,-7],[-2,-14],[10,0],[4,-14],[20,3],[20,16],[32,-15],[10,-19],[3,-43],[14,1],[9,40],[-9,16],[3,8],[6,0],[14,34],[10,-2],[18,24],[1,18],[12,2],[-3,11],[4,9],[19,-1],[4,-12],[18,16],[4,11],[11,-2],[9,8],[-8,3],[8,10],[-11,17],[4,6],[-12,7],[6,28],[-11,1],[-3,10],[5,42],[14,5],[-3,9],[5,13],[-9,8],[3,12],[-8,3],[11,2],[-4,17],[7,-8],[18,1],[-7,31],[5,3],[-2,6],[5,-3],[11,12],[-2,9],[15,-1],[5,45],[20,-64],[35,-15],[15,3],[11,-40],[18,-32],[8,-1],[9,-31],[9,-3],[-3,22],[9,28],[15,-4],[3,19],[1,-14],[13,-3],[-1,-10],[-8,-3],[6,-2],[2,-17],[-5,-4],[8,-13],[-4,-9],[11,11],[3,-37],[8,-12],[-5,-5],[14,-23],[-8,-10],[15,-21],[2,-15],[11,-7],[6,12],[11,-8],[6,6],[-3,14],[5,6],[8,-5]],[[9327,3374],[0,-5],[3,-10],[6,-26],[1,-25],[1,-13],[2,-9],[2,-11],[3,-18],[-8,-18],[-9,-14],[-4,-12],[-2,-12],[-8,-20],[-10,-21],[-13,-46],[-4,-8],[-6,-8],[-7,-10],[-3,-2],[-2,-2],[-1,-1],[-2,-1],[-3,0],[-11,-5],[-11,-6],[-7,-4],[-5,-2],[-2,-1],[-6,0],[-4,-2],[-2,-1],[-2,-1],[-1,-2],[-1,-3],[-2,-4],[-2,-3],[-5,-5],[-1,-2],[-5,-3],[-5,-2],[-12,-26],[-11,-5],[-2,0],[-11,-2],[-7,-1],[-8,-2],[-6,-4],[-6,-6],[-3,-4],[-3,-4],[-2,-1],[-12,-5],[-10,-8],[-13,0],[-19,-2],[-17,-5],[-14,0],[-8,-4],[-13,-10],[-1,-1],[-9,-9],[-1,-2],[0,-6],[1,-21],[-1,-24],[-3,-21],[-11,-16],[-15,-23],[-14,-24],[-6,-8],[-5,-8],[-1,-2],[-1,-5],[0,-3],[0,-4],[1,-5],[1,-8],[0,-5],[0,-17],[8,-26],[1,-10],[1,-12],[-2,-14],[-4,-22],[-3,-3],[0,-4],[0,-7],[0,-6],[1,-22],[-8,-24],[-8,-20],[-11,-25],[1,-7],[-1,-14],[-1,-26],[0,-22],[0,-9],[2,-7],[2,-32],[-15,-19],[-4,-13],[-4,-15],[-2,-10],[-3,-11],[-3,-6],[-3,-7],[-4,-14],[0,-5],[1,-4],[0,-3],[1,-4],[2,-4],[3,-5],[2,-3],[3,-5],[1,-2],[3,-6],[1,-4],[1,-3],[1,-5],[2,-11],[0,-4],[-1,-2],[-2,2],[-1,3],[-2,1],[-1,0],[-2,0],[-2,-1],[-1,-4],[-4,-15],[-1,-3],[0,-3],[2,-19],[2,-27],[1,-7],[1,-7],[1,-5],[-1,-30],[-6,-12],[-6,-25],[-8,-28],[-9,-11],[-1,-1],[-3,-5],[-1,-4],[0,-10],[-1,-5],[2,-7],[1,-3],[1,-10],[-6,-11],[-7,-9],[-1,-2],[-1,-5],[-2,-7],[0,-7],[-3,-12],[-3,-7],[-10,-20],[-1,-2],[-6,-8],[-6,-6],[-6,-6],[-4,-2],[-2,-1],[-5,-3],[-3,-2],[-5,-6],[-16,-10],[-11,-13],[-13,-7],[-14,-1],[-2,0],[-6,7],[-6,9],[-6,9],[-2,1],[-3,2],[-3,0],[-4,-2],[-3,-2],[-1,-3],[-2,-7],[-1,-3],[-2,-2],[-1,-1],[-1,-1],[-5,-2],[-2,0],[-2,1],[-2,1],[-19,5],[-15,-1],[-2,-2],[-1,0],[-2,-1],[-5,0],[-10,1],[-5,-4],[-9,-10],[-4,-6],[-1,-2],[-12,-27],[-1,-3],[-1,-13],[0,-12],[0,-9],[0,-4],[1,-4],[1,-8],[0,-2],[0,-2],[0,-5],[-2,-14],[-1,-6],[-1,-2],[-1,-3],[-3,-5],[-1,-2],[-5,-9],[-1,-5],[-1,-4],[-1,-4],[0,-4],[-1,-9],[-1,-10],[-1,-11],[-1,-12],[1,-14],[3,-12],[-2,-15],[-1,-3],[0,-3],[-1,-7],[-2,-7],[-1,-5],[-5,-17],[-6,-16],[-3,-18],[-1,-13],[-2,-28],[-8,-17],[-16,-16],[-2,-1],[-2,1],[-10,7],[-6,6],[-15,5],[-3,0],[-15,-2],[-9,1],[-18,-4],[-2,-2],[-7,-2],[-2,0],[-2,0],[-9,0],[-10,0],[-5,0],[-4,1],[-6,-1],[-3,-5],[1,-6],[0,-6],[0,-5],[-1,-11],[-1,-3],[-2,-4],[-5,-7],[-1,-1],[-2,-1],[-2,0],[-2,-1],[-1,-1],[-1,-1],[-8,-13],[-14,-25],[-4,-9],[-3,-6],[-2,-10],[-6,-23],[-8,-24],[-2,-5],[-3,-7],[-1,-2],[-2,-4],[-1,-2],[-3,-3],[-2,-2],[-1,0],[-4,-3],[-6,-5],[-2,-3],[-3,-4],[-2,-3],[-1,-3],[0,-3],[-2,-8],[-2,-7],[-2,-4],[-1,-2],[-3,-6],[-9,-15],[-6,-4],[-2,1],[-4,2],[-7,3],[-3,-1],[-10,-8],[-11,-9],[-10,-12],[-12,2],[-15,-2],[-6,0]],[[8209,1210],[-18,57],[6,37],[-14,-9],[-6,17],[-4,-3],[4,15],[-35,108],[-28,3],[-29,45],[-7,0],[-15,-24],[-14,28],[21,79],[-15,27],[-29,28],[-21,-16],[-15,54],[-2,-22],[-6,-5],[-23,-11],[-9,24],[-5,-8],[-3,7],[-47,-50],[-53,90],[-3,31],[-9,4],[-14,-8],[-7,-20],[-3,10],[-12,2],[-4,-7],[-16,13],[3,18],[-3,4],[9,18],[-2,7],[4,15],[-4,12],[8,29],[-8,10],[-13,-3],[-7,22],[-12,15],[-14,-14],[-8,6],[-9,-7],[-6,20],[-10,6],[-7,-8],[-12,6],[1,-9],[-8,8],[-5,-14],[-11,-1],[1,39],[-10,15],[-2,27],[-24,-15],[0,30],[-32,9],[-8,-27],[-5,-2],[-1,25],[6,21],[-1,16],[10,27],[2,35],[-6,17],[0,20],[-12,5],[-4,12],[-5,61],[-21,-3],[-24,-30],[-46,-22],[-11,-24],[-9,14],[-20,-9],[-23,12],[10,13],[4,20],[-1,19],[-7,-2],[-1,53],[19,1],[13,-12],[10,12],[-3,33],[5,-1],[9,85],[7,11],[14,-2],[4,-10],[7,3],[-2,11],[7,9],[21,-1],[10,84],[6,4],[-3,24],[9,37],[-7,32],[-6,-2],[-11,-32],[-9,-7],[-16,15],[-20,-6],[-4,-13],[-9,11],[9,12],[0,24],[17,25],[-11,17],[-7,-2],[-5,16],[2,28],[-22,41],[17,62],[-14,43],[-12,14],[4,18],[27,38],[3,39],[10,25]],[[7489,2888],[8,-19],[12,2],[-1,-7],[7,-1],[6,44],[-5,0],[1,26],[23,17],[-6,21],[6,6],[27,-35],[3,23],[10,-2],[15,18],[15,-16],[20,23],[0,10],[25,-34],[1,10],[4,-6],[16,13],[12,13],[-5,7],[2,11],[9,8],[2,18],[9,-1],[-2,11],[11,11],[5,52],[17,3],[2,15],[9,-13],[5,34],[28,7],[-7,24],[3,15],[-3,18],[-15,13],[4,7],[-11,29],[-6,43],[0,13],[5,-2],[-2,28],[13,9],[-2,10],[8,12],[3,-3],[2,9],[-4,0],[10,22],[-5,8],[6,1],[-1,8],[12,-2],[0,10],[7,-3],[3,12],[12,-23],[11,-7],[-13,-24],[-3,-77],[22,4],[0,30],[23,-16],[7,6],[7,-11],[-1,-22],[18,5],[5,-18],[-1,20],[32,2],[-3,-10],[26,-30],[11,-61],[59,111],[2,30],[-9,17],[8,15],[-15,14],[18,-7],[10,10],[0,-15],[8,-8],[8,22],[17,16],[4,-10],[48,16],[16,-13],[0,-28],[11,11],[1,-10],[7,8],[5,-7],[5,10],[0,-10],[6,4],[6,-7],[19,16],[4,24],[11,8],[11,24],[-8,22],[6,7],[-20,38],[1,13],[-19,24],[4,16],[-6,9],[5,10],[8,-14],[9,14],[6,-5],[12,12],[14,-43],[10,-5],[10,12],[-6,26],[10,48],[10,6],[8,-13],[9,16],[6,-25],[23,-25],[2,-9],[-5,-18],[15,-26],[8,6],[20,-20],[25,26],[15,-7],[4,6],[8,-12],[1,14],[7,1],[-4,29],[9,27],[-8,11],[20,20],[-1,10],[7,7],[-3,9],[11,5],[-20,73],[5,-6],[27,14],[7,48],[10,-11],[28,16],[-2,20],[9,35],[-3,14],[-7,2],[8,7],[15,-21],[16,-1],[-1,-11],[17,-16],[10,5],[8,-16],[21,10],[-2,25],[20,35],[6,46]],[[8608,3937],[58,9],[16,-20],[0,12],[10,-1],[29,-63],[-2,-68],[5,-4],[24,2],[31,29],[52,20],[12,-5],[11,12],[39,-6],[24,15],[14,-45],[35,16],[6,15],[42,-95],[17,-17],[19,15],[55,-41],[12,10],[9,31],[12,5],[38,-19],[6,-24],[-3,-13],[6,-62],[11,-15],[12,-41],[10,4],[21,-25],[8,5],[12,-25],[2,-30],[10,3],[11,-50],[-10,-64],[13,1],[42,-34]],[[6964,4181],[0,-9],[-10,-4],[-6,-16],[-7,0],[0,-17],[7,-3],[5,-22],[9,-12],[-14,-16],[-21,-1],[-7,21],[-10,1],[-4,17],[-4,-22],[-15,15],[-10,22],[5,-15],[-10,-41],[6,-13],[-1,-20],[11,-2],[0,-19],[-22,-66],[28,6],[4,-9],[16,2],[14,-8],[23,-28],[17,-3],[9,14],[-1,-11],[15,-6],[5,8],[11,-9],[-16,-12],[-16,9],[-15,-29],[6,-46],[-13,-8],[-6,8],[-8,-14],[5,-12],[-9,-36],[10,-16],[-3,-30],[12,-42],[-3,-12],[3,-5],[0,-56],[15,-18],[16,-2],[-5,-27],[10,-16],[-5,-6],[13,0],[3,-11],[-4,-19],[-39,-13],[-4,-18],[4,-14],[-8,-20],[2,-17],[5,-5],[5,10],[6,-2],[-3,-26],[32,-24],[13,-32],[26,-21],[10,-20],[18,54],[15,20],[7,-4],[9,16],[-1,54],[11,42],[7,-17],[17,25],[-13,26],[1,33],[-9,-3],[-14,20],[13,15],[-4,2],[5,13],[-7,2],[2,13],[-17,4],[1,9],[-5,2],[-10,28],[-7,-7],[-7,5],[5,26],[-9,13],[-10,1],[2,6],[3,5],[12,-13],[10,24],[7,-1],[-4,9],[-6,-4],[1,8],[17,8],[28,35],[7,-5],[13,5],[25,-44],[-3,13],[6,15],[14,-8],[-1,-17],[18,-28],[-1,-22],[-10,-5],[10,-4],[-1,-20],[16,1],[8,-9],[5,-14],[-12,-14],[3,2],[5,-14],[9,2],[10,-10],[-7,-43],[10,-14],[6,-36],[-9,-22],[13,-24],[8,-4],[9,8],[10,-12],[1,-49],[-7,0],[20,-9],[-6,-12],[11,-16],[5,-36],[8,10],[13,0],[-1,32],[-7,5],[8,2],[5,37],[9,-14],[7,-52],[-8,-34],[3,-18],[-7,-9],[-10,-36],[10,-11],[-4,-19],[-11,-8],[-1,9],[-7,-5],[16,-22],[21,-5],[2,-17],[16,-11],[3,-10],[7,5],[19,-20],[4,12],[7,-2],[15,-18],[11,-1],[0,-13],[15,-37],[18,7],[-3,-25],[4,-15],[-7,-5],[7,-24],[5,-53],[3,-8],[7,2],[7,-54],[6,-2],[-5,-16],[8,12],[-3,-18]],[[8209,1210],[-12,1],[-2,0],[-5,0],[-2,-1],[-6,-9],[-2,-3],[-6,-12],[-2,-5],[-2,-3],[0,-3],[0,-5],[1,-6],[0,-4],[-6,-2],[-2,0],[-10,-2],[-11,-1],[-5,-13],[-1,-2],[0,-3],[-1,-13],[-1,-10],[-1,-8],[-2,-3],[-2,-2],[-5,-8],[-19,-4],[-7,-2],[-1,-1],[-1,0],[-5,4],[-5,4],[-4,5],[-6,10],[-9,-4],[1,-13],[6,-11],[-2,-4],[0,-2],[-3,-6],[-2,-4],[-5,-8],[-2,-1],[-5,7],[-4,2],[-1,1],[-2,0],[-7,-13],[-7,-13],[-3,0],[-4,1],[-5,2],[-6,16],[0,5],[-1,11],[1,8],[2,10],[2,11],[-1,1],[-5,-12],[-3,-6],[0,-6],[-1,-6],[-1,-5],[-3,0],[-3,3],[-4,7],[-7,13],[-6,13],[-10,17],[-12,26],[-1,2],[-3,3],[-11,8],[-11,5],[-15,10],[-1,0],[-3,-3],[-2,-3],[-5,-11],[-5,-6],[-7,-3],[-7,-15],[-4,-15],[-6,-11],[-7,-8],[-11,-9],[-8,-14],[-10,-18],[-2,-6],[-4,-8],[-2,-3],[-1,1],[-13,9],[-5,4],[-8,9],[-1,0],[-4,-3],[-1,-2],[-4,-4],[-1,-4],[-2,-2],[-4,-4],[-3,-3],[-2,0],[-1,0],[-2,1],[-2,3],[-1,4],[-10,27],[-6,9],[-11,13],[-2,1],[-3,3],[-3,4],[-7,12],[-8,13],[-3,11],[-2,24],[-2,2],[-4,1],[-1,0],[-1,-2],[-3,-3],[-2,-2],[-1,-1],[-2,-1],[-7,2],[-2,1],[-4,4],[-1,2],[-1,3],[0,2],[0,2],[-3,5],[-1,3],[-3,2],[-1,1],[-9,5],[-12,12],[-1,4],[-1,4],[-1,9],[-2,6],[-2,2],[-1,1],[-6,3],[-3,0],[-2,0],[-1,-2],[-3,-4],[-5,1],[-3,2],[-7,3],[-3,2],[-2,4],[-5,8],[-15,13],[-11,1],[-19,8],[-1,1],[-2,1],[-14,19],[-6,8],[-2,1],[-3,-3],[-8,-7],[-5,-8],[-4,-8],[-5,-12],[-6,-17],[-8,-20],[-2,-4],[-1,-3],[-4,-5],[-1,-2],[-4,-2],[-2,-1],[-3,-3],[-1,-2],[-2,-2],[-4,-9],[-1,-2],[0,-3],[-1,-2],[-1,-4],[-1,-4],[-13,-15],[-2,-1],[-5,-3],[-4,-4],[-8,-7],[-1,-1],[-2,-2],[-3,-3],[-6,-6],[-2,-3],[-4,-3],[-3,-2],[-4,-2],[-4,-4],[-2,-2],[-2,-3],[-3,-4],[-2,-5],[-1,-4],[-1,-5],[-2,-5],[-1,-5],[-1,-5],[0,-7],[1,-5],[1,-6],[1,-3],[0,-4],[0,-4],[0,-6],[-1,-21],[0,-9],[-2,-6],[-1,-6],[-2,-3],[-2,-4],[-1,-2],[-3,-4],[-7,-8],[-1,-2],[-2,-5],[-1,-3],[-1,-4],[-1,-7],[1,-19],[-1,-8],[-2,-6],[-1,-4],[-5,-7],[-7,-4],[-6,-3],[-5,-3],[-5,-3],[-3,-7],[-3,-10],[-2,-5],[-1,-3],[-3,-6],[-4,-7],[-4,-4],[-6,-3],[-2,-2],[-4,-3],[-4,-7],[-3,-6],[-1,-7],[-1,-7],[0,-6],[0,-11],[-1,-5],[-1,-6],[-1,-5],[-3,-5],[-4,-6],[-2,-2],[-8,-29],[-9,-27],[-7,-16],[-3,-7],[-1,-4],[-1,-7],[0,-8],[0,-10],[0,-6],[-1,-6],[-2,-7],[-3,-5],[-6,-7],[-6,-9],[-3,-5],[-2,-5],[-1,-5],[0,-5],[-1,-5],[1,-5],[1,-12],[1,-17],[1,-9],[-1,-5],[-2,-6],[-2,-7],[-2,-4],[-2,-3],[-3,-2],[-2,-3],[-4,-4],[-2,-3],[-5,-6],[-2,-4],[-2,-5],[-1,-5],[-1,-7],[0,-6],[-1,-6],[-2,-3],[-2,-6],[-1,-2],[-3,-3],[-3,-6],[-4,-9],[0,-6],[0,-9],[0,-33],[2,-29],[-4,-28],[-5,-20],[-3,-27],[-5,-21],[-11,-12],[-8,-10],[-1,-2],[-3,-5],[-2,-3],[-3,4],[-5,4],[-7,1],[-4,-1],[-6,5],[-3,5],[-3,7],[-1,9],[0,3],[3,8],[8,19],[3,18],[0,4],[0,3],[-1,5],[-5,10],[-5,13],[-2,13],[0,7],[1,4],[0,5],[4,31],[1,30],[-1,5],[-5,9],[-2,3],[-2,0],[-4,1],[-2,1],[-3,8],[-1,8],[2,10],[3,12],[4,15],[0,4],[2,16],[-1,26],[-3,18],[-10,19],[-3,13],[-12,19],[-7,0],[-2,0],[-8,1],[-4,11],[-3,12],[-3,6],[-4,-6],[-4,-15],[-2,-11],[-5,-11],[-1,-1],[-23,-2],[-17,-1],[-11,20],[-10,-22],[-7,-3],[-9,0],[-5,2],[-11,0],[-6,-4],[-1,-1],[-7,3],[-6,6],[-10,4],[-8,0],[-16,8],[-16,12],[-5,7],[-2,4],[-5,24],[-4,22],[-5,-1],[-7,-6],[-5,6],[-5,8],[-6,11],[-7,6],[-11,0],[-8,-2],[-16,-7],[-9,-12],[-3,-7],[-5,-7],[-9,-6],[0,1],[-3,23],[-2,5],[-5,9],[-3,13],[0,9],[7,17],[3,9],[1,3],[0,3],[-1,11],[-1,10],[-1,15],[-2,27],[-2,11],[-3,8],[-12,9],[-3,7],[0,5],[1,7],[-1,8],[-1,2],[-14,14],[-4,3],[-11,2],[-8,0],[-5,-5],[-5,-7],[-4,-7],[-9,-1],[-19,-1],[-15,5],[-10,4],[1,7],[0,10],[-16,19],[-9,6],[-5,1],[-9,-1],[-3,1],[-6,16],[-4,13],[-5,12],[-13,24],[-8,18],[-10,-14],[-4,-15],[-4,-12],[-8,-17],[-7,-6],[-7,9],[-8,5],[-13,-2],[-8,1],[-14,1],[-10,1],[-6,11],[-9,10],[-7,2],[-1,-6],[-1,-6],[-12,-12],[-7,-9],[-3,-10],[0,-5],[1,-14],[1,-4],[-1,-3],[-11,-26],[-4,-17],[0,-11],[3,-10],[-3,-24],[-4,-11],[-7,-10],[-3,-2],[-2,-2],[-5,-3],[-3,-3],[-7,-16],[-6,-20],[-4,-29],[-8,-15],[-7,-9],[-10,-4],[-6,-8],[-6,-16],[-1,-3],[-1,-1],[-8,-8],[-17,-1],[-10,0],[-9,19],[6,20],[-1,2],[-5,9],[-14,14],[-5,-6],[-5,-33],[-2,-8],[-5,-1],[-6,-1],[-6,0],[-11,4],[-11,8],[-9,10],[-7,7],[-7,2],[-8,2],[-16,6],[-14,-1],[-6,-13],[-2,-4],[-13,5],[-8,5],[-6,0],[-6,0],[-10,2],[-15,0],[-23,9],[-19,3],[-9,0],[-17,8],[-7,5],[-16,4],[-8,-2],[-6,-6],[-4,-9],[-16,-2],[-27,14],[-13,-1],[-7,-2],[-6,0],[-7,3],[-8,3],[-19,12],[-16,14],[-4,3],[-3,3],[-17,24],[-7,4],[-3,3],[-7,6],[-16,16],[-14,16],[-10,7],[-18,12],[-10,8],[-7,14],[-6,14],[-8,11],[-15,23],[-2,3],[-10,12],[-10,11],[-5,7],[-5,10],[1,10],[1,12],[2,13],[5,14],[5,8],[-3,9],[-4,8],[-10,5],[-7,2],[-2,-11],[-1,-9],[0,-4],[-4,-3],[-5,1],[-13,16],[-1,2],[-1,4],[4,17],[5,17],[1,2],[-1,2],[-9,8],[-5,3],[-16,1],[-9,-5],[-14,-5],[-2,1],[-2,6],[-2,9],[1,15],[3,4],[1,-1],[0,-4],[1,-5],[4,-10],[2,-2],[6,-2],[2,2],[2,4],[-1,9],[-5,15],[-6,14],[-1,3],[-2,0],[-3,-1],[-1,-2],[-1,-14],[-3,-7],[-2,-3],[-3,-2],[-3,1],[-1,2],[-3,10],[-3,13],[0,12],[2,10],[-1,7],[-4,14],[-1,2],[-4,4],[-2,0],[-2,-1],[-1,-2],[0,-2],[3,-4],[2,0],[2,-7],[-1,-4],[0,-3],[-3,-4],[-13,-6],[-2,2],[-3,7],[-7,7],[-7,5],[-10,5],[-3,3],[-2,5],[1,5],[8,6],[5,6],[2,4],[0,2],[0,6],[-1,2],[-10,27],[-8,1],[-6,-4],[-3,-8],[-8,-6],[-3,1],[-5,5],[-9,2],[-4,0],[-11,-3],[-19,6],[-13,2],[-7,2],[-1,-3],[-5,-13],[-3,-14],[-2,-8],[-2,-5],[-13,-27],[-3,-6],[-3,-6],[-6,-9],[-4,0],[-8,5],[-6,4],[-5,3],[-4,1],[-10,3],[-6,1],[-16,7],[1,6],[-7,4],[-7,-3],[-11,-6],[-4,-9],[-4,-2],[-4,0],[-5,6],[-1,7],[-1,5],[-6,13],[-4,7],[-6,6],[-3,4],[-4,8],[-3,10],[-5,13],[-10,21],[-3,5],[-3,4],[-10,7],[-13,3],[-1,-3],[-7,0],[-3,2],[-7,15],[0,5],[-5,12],[-3,10],[-11,10],[-16,-4],[-2,0],[-2,0],[-13,-3],[-4,-1],[-3,0],[-7,-2],[-4,1],[-4,3],[-9,13],[-14,18],[-16,7],[-9,6]],[[5165,1579],[4,5],[-2,26],[24,-5],[-2,15],[13,7],[9,-33],[8,-4],[-3,-16],[4,-17],[10,-3],[13,13],[9,-26],[6,6],[1,28],[12,8],[-2,16],[8,3],[4,12],[-7,34],[13,5],[7,-11],[8,2],[4,-12],[13,24],[19,6],[20,-25],[20,-59],[12,19],[-3,9],[8,19],[-7,22],[7,-1],[5,22],[14,-13],[4,58],[34,-3],[16,17],[5,30],[15,6],[1,7],[-13,8],[2,9],[21,20],[7,25],[15,-14],[11,25],[12,-10],[7,3],[4,13],[16,-17],[9,4],[3,-5],[-4,-13],[13,5],[-6,15],[3,8],[11,2],[-7,13],[6,11],[-6,-1],[16,51],[-5,25],[15,-1],[24,-24],[-11,-7],[2,-6],[14,3],[5,-7],[26,40],[-5,49],[22,-15],[22,39],[9,-8],[-4,-14],[13,-24],[-6,-8],[5,-14],[-6,-1],[2,-5],[10,-9],[6,12],[6,-15],[-6,3],[3,-13],[23,-20],[17,-5],[5,9],[12,2],[6,27],[12,-3],[1,19],[-6,16],[4,10],[6,-3],[3,-18],[11,-6],[11,7],[15,-24],[17,13],[17,-33],[1,8],[-6,11],[4,14],[16,-2],[3,-9],[1,14],[7,3],[19,-17],[11,12],[-6,8],[5,17],[8,1],[7,-10],[19,18],[-12,12],[0,14],[-15,13],[12,41],[13,2],[6,12],[9,-8],[7,15],[7,2],[13,-5],[8,-13],[6,18],[8,-12],[13,14],[20,-9],[7,15],[-5,4],[21,28],[1,12],[-16,22],[6,22],[38,8],[3,16],[8,3],[3,20],[-55,61],[-23,37],[5,9],[-3,8],[10,8],[12,-22],[14,11],[7,-6],[8,30],[10,5],[-12,26],[-4,34],[-9,-8],[3,18],[-8,8],[12,40],[13,7],[22,-6],[4,22],[15,-10],[8,26],[-11,6],[-2,38],[2,7],[5,-5],[4,21],[-20,32],[-15,1],[-11,11],[-12,-4],[4,46],[-5,12],[6,13],[-2,6],[8,8],[17,86],[16,3],[9,-10],[25,19],[1,29],[-16,17],[1,7],[-30,18],[-5,35],[9,39],[17,2],[5,17],[7,-2],[-5,8],[4,11],[8,3],[6,28],[7,10],[-6,20],[4,7],[-7,12],[-15,-7],[-8,-18],[-6,12],[-43,27],[11,25],[22,5],[11,-9],[5,7],[-7,14],[-21,3],[-1,13],[-16,10],[-11,31],[-15,-7],[-9,18],[-2,10],[22,43],[-8,13],[6,0],[10,25],[-5,3],[4,18],[-12,32],[0,20],[9,-6],[7,41],[30,10],[-8,36],[10,14],[-1,18],[10,23],[26,19],[7,-3],[5,-19],[35,15],[9,-9],[2,16],[8,-6],[-9,20],[7,0],[-1,10],[8,-4],[6,8],[-6,26],[-10,13],[-7,1],[-8,-11],[-3,11],[-23,-5],[-9,-10],[0,14],[31,34],[2,29],[21,9],[4,14],[7,-2],[2,-12],[4,6],[7,-6],[7,10],[3,-29],[-8,-12],[9,-46],[14,19],[5,-1],[4,-16],[16,11],[5,21],[-14,31],[24,17],[1,28],[-13,-1],[-6,17],[7,18],[-7,0],[-2,-11],[-18,22],[-6,15],[5,19],[-13,13],[2,10],[16,1],[10,-42],[21,8],[2,23],[13,10],[7,30],[12,8],[13,58],[-5,31],[-11,26],[-11,-7],[-9,8],[-11,-10],[-2,19],[-9,3],[-6,31],[-4,0],[1,11],[14,5],[13,29],[3,56],[-4,11],[4,6]],[[6357,4108],[19,-31],[-2,18],[23,32],[-6,20],[0,16],[11,2],[4,-7],[9,6],[5,17],[1,-8],[7,8],[12,-8],[-5,-37],[19,10],[7,12],[11,-8],[23,36],[9,-2],[9,-27],[11,-8],[39,0],[5,7],[4,-9],[7,11],[-6,21],[6,7],[0,33],[4,-1],[3,23],[0,58],[10,10],[17,-17],[11,17],[1,-13],[16,-19],[9,12],[17,-17],[22,18],[5,29],[12,-16],[10,-1],[21,-41],[13,25],[15,-8],[0,11],[-7,10],[22,-21],[25,13],[-4,-8],[31,-10],[5,-24],[12,-1],[24,-30],[58,-48],[33,11]],[[4198,3983],[1,32],[20,0],[-7,32],[-9,9],[10,31],[-4,18],[11,0],[14,-14],[5,13],[16,-5],[32,14],[-2,13],[-8,4],[-5,23],[-20,16],[9,31],[9,11],[4,-6],[29,12],[-3,-9],[10,-8],[-3,-9],[15,-3],[8,-15],[22,19],[2,-9],[3,7],[8,-3],[8,-20],[8,-5],[10,11],[11,-3],[7,13],[13,-7],[-1,12],[7,-3],[14,20],[8,-9],[-1,19],[12,0],[1,10],[10,2],[-1,-9],[-6,2],[-1,-16],[10,1],[10,-22],[5,7],[11,-4],[-2,11],[6,-5],[-4,9],[5,2],[20,-33],[0,-18],[17,-10],[3,19],[-5,11],[6,13],[-1,12],[7,1],[0,43],[5,1],[1,-15],[8,0],[-5,13],[9,22],[4,1],[1,-8],[2,11],[6,-5],[12,-31],[8,11],[7,-8],[28,12],[0,18],[18,15],[-3,9],[7,-5],[8,25],[-9,23],[9,21],[-1,9],[-20,44],[-2,43],[-27,1],[-12,-12],[-18,40],[-8,-21],[-7,-1],[-10,36],[5,18],[-5,9],[-2,54],[3,4],[0,26],[6,4],[-3,22],[9,8],[7,-4],[10,23],[-1,13],[12,16],[13,5],[4,25],[-5,27],[19,14],[-11,22],[7,37],[19,2],[17,24],[6,-2],[1,-19],[-6,-17],[11,3],[3,-8],[3,10],[4,-17],[8,21],[-1,-8],[15,12],[-1,11],[8,-6],[2,25],[18,0],[2,14],[2,-7],[21,-4],[29,39],[18,-24],[15,36],[11,1],[5,-12],[5,50],[17,47],[9,2],[5,-30],[7,6],[-1,11],[17,-15],[9,7],[4,-11],[13,1],[3,14],[14,13],[-4,13],[8,7],[-9,6],[-6,41],[-7,5],[-8,-7],[-5,16],[2,32],[8,19],[14,-3],[0,17],[28,41],[13,-13],[5,-19],[5,3],[-3,13],[17,7],[-2,28],[13,9],[7,-15],[6,3],[7,44]],[[5032,5229],[23,-32],[13,-3],[13,-37],[24,-12],[11,-26],[10,-4],[12,-22],[10,6],[-2,-14],[7,-23],[19,-4],[1,-39],[3,11],[9,-6],[7,6],[6,-10],[11,9],[5,-6],[29,24],[-4,-12],[7,-27],[4,7],[14,-3],[12,39],[17,-29],[14,8],[6,-5],[3,-7],[-8,-6],[1,-9],[8,-14],[8,16],[3,-19],[10,-3],[7,18],[7,-40],[5,6],[3,-8],[-3,-14],[17,-7],[1,-22],[14,-14],[26,15],[16,-21],[12,-1],[4,15],[7,-4],[-13,-62],[3,-6],[-1,-31],[23,5],[5,14],[12,-13],[9,7],[3,-16],[19,-6],[13,-48],[21,-3],[7,-16],[19,32],[3,-48],[-11,-10],[-14,-43],[9,-14],[-1,-11],[4,3],[0,-14],[20,-30],[18,3],[19,-25],[14,4],[-2,-8],[23,-45],[18,15],[27,-10],[2,13],[11,5],[-7,47],[23,-6],[6,11],[-5,27],[4,36],[15,34],[13,7],[7,15],[0,19],[20,-2],[1,-10],[-6,-2],[5,-12],[-1,-31],[11,-20],[13,-12],[14,6],[19,-25],[8,20],[37,-22],[17,-38],[-1,-20],[10,-16],[2,-21],[9,-13],[16,18],[19,-6],[19,18],[13,-22],[4,-30],[26,15],[26,-33],[4,15],[6,2],[19,-43],[22,-2],[7,-12],[21,-11],[27,-66],[14,-17],[10,0],[-7,-43],[21,-12],[5,-26],[14,-6],[9,22],[11,-18],[8,2],[14,-18],[35,-9],[5,-29],[14,-19],[13,3],[12,-48],[22,-37]],[[1945,6141],[4,-41],[8,16],[5,-28],[13,-10],[-3,-5],[6,-9],[-5,-15],[5,-22],[-23,5],[0,-19],[-6,-13],[2,-21],[-13,-14],[-2,-9],[4,-9],[-4,1],[-1,-20],[-6,6],[5,-23],[35,9],[1,-24],[15,-2],[5,26],[11,17],[0,12],[32,-6],[6,11],[2,-15],[11,0],[-3,-15],[15,-12],[8,6],[6,21],[34,6],[5,-33],[6,7],[15,-8],[-1,-13],[-8,7],[-34,3],[-2,-11],[-6,0],[-3,-26],[22,-5],[8,-30],[20,7],[28,-25],[4,-6],[-4,-9],[13,-14],[7,-27],[72,-9],[15,15],[8,-3],[-4,14],[4,6],[12,-8],[8,17],[17,-3],[3,-15],[13,-5],[6,-57],[11,-19],[7,-5],[10,7],[10,-18],[6,-34],[-4,-15],[16,17],[21,7],[23,-16],[14,6],[6,-27],[-6,-27],[3,-27],[-3,-11],[-7,7],[-2,-13],[15,-3],[4,12],[8,4],[23,-18],[12,7],[9,-23],[26,-33],[35,3],[-18,-19],[-3,-12],[6,-23],[-6,-22],[12,-33],[-4,-21],[7,-19],[-2,-30],[10,-62],[-6,-8],[-3,14],[-12,-2],[-3,-11],[-2,8],[-2,-7],[-9,7],[4,-32],[-5,-2],[8,-22],[-12,-29],[-11,-7],[2,-10],[4,4],[7,-26],[-14,-27],[5,-32],[10,-3],[2,-34],[-11,-17],[3,-16],[-20,-13],[4,-44],[7,-8],[4,-25],[-7,-51],[-19,-14],[-1,-21],[14,5],[9,16],[23,-19],[6,-22],[-10,-20],[-26,-27],[-16,-1],[-13,-38],[-1,-30],[-8,-5],[0,-26],[-16,9],[-16,31],[0,-14],[-5,10],[-1,17],[7,4],[-13,1],[-62,-60],[2,-8],[-13,-46],[-23,-29],[6,-24],[-7,-11],[9,-15],[-7,0],[5,-31],[9,-3],[7,32],[14,-3],[12,11],[3,-3],[-7,-12],[10,10],[28,-23],[-9,-12],[3,-5],[-10,-7],[-4,8],[-17,-23],[-7,5],[-3,-12],[-7,20],[-5,-11],[4,-10],[-5,-23],[15,-16],[11,7],[14,-46],[9,-7],[-19,-19],[-13,-3],[-18,18],[-16,3],[6,-5],[4,-22],[24,0],[4,-12],[23,-3],[-16,-16],[3,-10],[-21,1],[10,-32],[22,6],[2,15],[14,11],[10,-8],[1,-20],[12,-5],[12,8],[6,-6],[0,-26],[-10,-18],[7,-55],[-9,-30],[-9,-10],[6,-42],[-7,-56],[10,-12],[-13,-57],[14,31],[27,-23],[-3,-36],[15,-5],[-6,-67],[-6,-6],[4,-2],[-3,-15]],[[2158,1659],[-5,-1],[-7,5],[-9,21],[-12,2],[-11,-11],[-7,-9],[-14,0],[-2,-34],[1,-21],[2,-29],[0,-22],[-13,-5],[-5,1],[-5,7],[-8,13],[-5,13],[-8,12],[-13,8],[-4,4],[-4,9],[-4,10],[-2,8],[-4,3],[-11,5],[-10,6],[-14,24],[-13,19],[-5,8],[-7,5],[-20,29],[-1,28],[1,6],[1,3],[4,13],[4,12],[-1,18],[-2,5],[-3,3],[-4,6],[-2,11],[-1,11],[1,12],[2,6],[1,23],[-1,14],[-2,14],[-2,12],[-4,31],[0,2],[1,5],[0,3],[0,6],[0,2],[-1,8],[-5,9],[-12,6],[-10,9],[-1,2],[-3,4],[-2,7],[-1,12],[-3,9],[-3,9],[-4,7],[-4,0],[-2,3],[-6,12],[-5,13],[-7,14],[-4,10],[-3,11],[-5,16],[-8,13],[-10,11],[-7,11],[-5,12],[-10,10],[-8,8],[-15,25],[-16,26],[-11,9],[-9,0],[-7,-5],[-21,-5],[-31,-17],[-16,13],[-11,8],[-9,7],[-5,4],[-5,4],[-5,7],[-3,4],[-6,9],[-12,18],[-13,22],[-7,17],[-2,25],[2,26],[3,18],[1,10],[1,10],[-1,5],[-2,12],[-1,7],[-4,10],[-1,3],[-1,1],[-4,0],[-3,0],[-5,3],[-12,20],[-10,19],[-5,12],[-7,12],[-10,17],[-5,9],[-4,1],[-5,3],[-7,4],[-10,13],[-2,4],[0,7],[2,13],[2,4],[2,15],[1,18],[-1,4],[-7,9],[-7,6],[-9,6],[-6,5],[-8,9],[-5,9],[0,2],[2,2],[2,3],[1,4],[0,8],[0,2],[-1,9],[-2,11],[-1,7],[-4,13],[-1,2],[-3,8],[-1,1],[-1,0],[-4,-3],[-6,-1],[-4,2],[-14,12],[-1,3],[-1,2],[-1,5],[-1,2],[0,2],[-1,13],[1,11],[-1,7],[-1,8],[-7,6],[-3,0],[-4,-4],[-4,1],[-12,3],[-5,7],[-3,10],[-8,40],[2,6],[3,17],[3,11],[0,14],[-1,33],[-1,7],[0,10],[-1,3],[-9,1],[-9,2],[-9,1],[-4,3],[-3,4],[-1,6],[0,5],[-1,5],[0,3],[-1,2],[-5,7],[-5,8],[-11,22],[-12,22],[-9,14],[-4,13],[-10,10],[-6,2],[-10,10],[-8,14],[-6,3],[-6,-3],[-13,5],[-19,-3],[-9,5],[-5,9],[-6,6],[-8,6],[-13,0],[-10,4],[-8,-3],[0,-6],[0,-3],[1,-14],[3,-7],[2,-5],[3,-9],[1,-2],[1,-6],[1,-12],[-6,-5],[-11,-2],[-8,8],[-9,10],[-9,8],[-3,2],[-10,5],[-2,2],[-6,5],[-7,-1],[-4,-5],[-12,0],[-16,2],[-13,1],[-10,0],[-24,15],[-11,11],[-1,29],[3,6],[3,10],[-8,18],[-13,6],[-10,25],[-5,15],[4,29],[-1,11],[-3,29],[-1,7],[-4,8],[-33,53],[-26,17],[-1,5],[1,5],[-1,5],[-1,7],[-7,21],[-6,0],[-18,3],[-20,3],[-3,3],[-12,12],[-10,12],[-5,7],[-2,7],[0,31],[0,32],[-8,40],[-5,24],[-3,2],[-10,15],[-7,15],[-1,4],[2,9],[0,2],[1,2],[3,7],[5,5],[3,7],[0,9],[0,21],[-5,21],[2,32],[2,32],[1,29],[-4,22],[-4,14],[-2,4],[-6,2],[-4,-4],[-6,-14],[-8,-2],[-11,10],[-9,7],[-8,5],[-9,10],[-9,11],[-2,3],[2,15],[-3,14],[-5,12],[-4,12],[-5,20],[-6,16],[-1,19],[-2,23],[3,26],[4,26],[1,8],[-5,11],[-5,10],[-6,11],[-4,8],[0,4],[0,8],[0,9],[0,17],[-2,12],[-1,4],[-3,6],[-4,6],[0,6],[1,8],[3,9],[1,4],[-6,4],[-15,3],[-15,-13],[-12,0],[1,9],[0,14],[-1,5],[-1,7],[-3,1],[-2,3],[-1,4],[-1,10],[0,5],[0,2],[0,3],[1,2],[1,2],[3,5],[4,10],[0,2],[0,3],[-1,3],[-1,1],[-2,4],[-1,1],[-1,1],[-2,0],[-1,0],[-2,-1],[-3,2],[-1,2],[-1,3],[0,3],[0,5],[1,6],[0,2],[5,10],[5,18],[2,34],[2,4],[2,5],[1,2],[0,3],[0,2],[-1,3],[-5,18],[-4,14],[-1,5],[0,4],[-1,3],[0,2],[1,2],[0,10],[-1,14],[-2,3],[-8,3],[-7,-5],[-8,-5],[-20,3],[-6,6],[-3,15],[-2,11],[-5,4],[-17,13],[-11,8],[-13,4],[-11,5],[-3,4],[-2,3],[-3,6],[-7,27],[-8,29],[-2,18],[-1,9],[-3,12],[-6,7],[-4,1],[-5,1],[-5,8],[-9,23],[-2,13],[-1,11],[-5,33],[0,8],[2,11],[8,18],[18,19],[6,6],[64,64],[7,1],[1,1],[3,16],[-7,9],[-2,4],[-4,8],[0,6],[4,5],[3,6],[0,13],[-5,15],[-4,15],[4,11],[4,4],[5,5],[2,14],[3,26],[-2,7],[-3,11],[0,8],[0,8],[5,15],[3,6],[6,11],[1,0],[5,0],[1,-1],[3,-5],[2,-2],[2,-3],[2,-2],[6,-3],[1,2],[1,10],[0,16],[-3,26],[1,23],[11,3],[4,0],[4,3],[2,2],[4,11],[6,27],[1,13],[0,21],[1,9],[3,7],[5,15],[8,13],[3,5],[8,9],[10,17],[6,15],[3,13],[0,9]],[[680,5404],[20,-14],[26,7],[18,-41],[9,27],[17,-5],[-4,28],[6,17],[13,1],[2,15],[37,9],[24,-21],[12,-65],[-4,-11],[8,-5],[12,11],[-5,45],[-10,14],[31,19],[27,-2],[-3,30],[-11,24],[18,-4],[6,-12],[15,5],[12,16],[9,27],[10,-15],[21,19],[15,-26],[-2,7],[5,10],[21,19],[-5,6],[8,8],[8,-14],[19,10],[6,-6],[-4,-16],[11,-13],[4,10],[13,-6],[11,9],[16,-20],[-1,-20],[5,-1],[15,14],[20,-11],[19,39],[11,-3],[12,-7],[3,-15],[22,-29],[10,-1],[-4,23],[14,-7],[-3,13],[9,1],[20,41],[7,-6],[3,15],[10,12],[-5,21],[-7,1],[9,8],[-8,6],[7,6],[7,-5],[1,21],[-18,37],[0,20],[6,14],[19,7],[20,-7],[5,24],[13,-18],[-1,45],[22,9],[8,-18],[3,18],[-3,4],[17,14],[-3,3],[9,-3],[5,10],[1,19],[15,-2],[7,29],[22,-1],[7,22],[-8,-7],[2,22],[21,0],[-4,27],[23,38],[9,-17],[0,-15],[8,-11],[5,12],[11,-19],[11,18],[5,-12],[16,1],[12,15],[1,-11],[-5,0],[5,-5],[12,-6],[5,9],[-3,-9],[6,3],[1,-11],[19,-13],[6,-28],[4,-1],[-1,27],[5,2],[-1,-22],[25,-39],[42,-25],[8,13],[-7,20],[-3,39],[20,49],[-9,45],[4,5],[-17,16],[11,17],[-7,10],[23,-10],[4,12],[-1,-12],[5,-5],[6,6],[-2,16],[4,4],[23,6],[11,-6],[2,8],[-8,32],[8,-23],[0,8],[16,6],[10,42],[-2,17],[-10,9],[-10,-9],[-10,10],[9,22],[3,26],[8,14],[-6,15],[-8,3],[1,8],[11,1],[12,-12],[6,4],[0,9]],[[1789,6181],[30,6],[4,9],[-1,-64],[7,4],[7,-7],[5,20],[6,2],[4,32],[20,16],[1,-6],[-9,-9],[9,-7],[-3,-16],[7,-1],[7,-14],[8,3],[-3,-48],[4,-10],[28,21],[7,-7],[3,11],[11,7],[0,21],[4,-3]],[[3608,6452],[-3,-4],[5,-19],[9,13],[3,-9],[12,14],[16,-19],[3,-45],[5,5],[18,-5],[8,13],[20,2],[-7,-25],[-8,-10],[5,-10],[-2,-13],[17,-41],[11,-8],[35,11],[4,-24],[35,-6],[-2,-64],[13,-15],[36,-8],[-2,-18],[24,-23],[2,-13],[-9,-59],[-35,-16],[-29,-29],[-9,4],[1,-10],[-10,2],[-7,-13],[0,-34],[5,-24],[15,28],[20,-44],[-15,-2],[-2,-27],[20,-49],[-1,-21],[-10,-2],[1,-19],[-7,-15],[-12,17],[-7,-16],[-9,5],[12,-29],[-11,-18],[-39,23],[-4,-5],[-4,17],[-7,-5],[-2,31],[-10,-8],[-1,10],[-8,-5],[-3,11],[-8,-2],[1,23],[-21,-37],[-7,16],[-14,3],[-4,-16],[-10,-1],[-13,16],[-12,-4],[-9,-13],[13,-28],[-16,-15],[-1,-9],[-8,0],[1,-9],[-8,-1],[-2,21],[-33,-19],[-1,-20],[5,0],[-1,-7],[-20,-9],[1,-13],[-11,1],[-7,-39],[-26,12],[-7,-23],[-29,-18],[-26,29],[-11,-62],[1,-55],[-10,15],[-2,18],[-11,-2],[-4,-11],[-7,1],[-5,19],[-13,-17],[-27,1],[-6,2],[-17,33],[3,33],[8,10],[13,-3],[7,25],[-2,6],[-28,-11],[18,39],[-1,18],[-5,9],[11,11],[-10,13],[-26,-20],[-6,23],[-6,-3],[-5,14],[-8,2],[1,8],[-10,9],[8,9],[0,28],[15,-16],[7,66],[-22,4],[-5,-7],[-10,15],[-29,45],[1,31],[-5,12],[6,6],[-1,15],[-11,-8],[-3,13],[-7,-5],[-3,12],[-11,4],[0,16],[16,9],[-1,28],[25,5],[6,-9],[-2,9],[7,6],[11,-5],[-1,17],[-8,18],[-13,-4],[-2,26],[-18,2],[-1,34],[-9,2],[5,10],[-12,17],[-34,-13],[-4,10],[23,18],[-2,17],[17,-4],[11,17],[4,-5],[27,21],[10,-15],[18,23],[-3,15],[11,22],[20,-6],[6,-54],[10,6],[49,-3],[-7,35],[6,20],[-3,0],[-5,31],[17,42],[28,-3],[15,-23],[7,8],[0,18],[10,-3],[24,10],[-4,13],[14,2],[-1,16],[52,9],[5,39],[19,1],[0,10],[40,-4],[3,12],[34,12],[1,-39]],[[7053,6578],[-1,-23],[5,-18],[-4,-30],[2,-17],[-11,-25],[-10,-5],[-5,-19],[-6,-54],[-16,-66],[4,-1],[-4,-20],[-3,-14],[-5,10],[-5,-7],[1,-49],[-30,-19],[2,-24],[14,-36],[1,-24],[12,-13],[-21,-20],[-18,-46],[23,-40],[-11,-24],[18,-33],[-17,-25],[3,-32],[-22,-3],[-4,-17],[-4,6],[-5,-11],[-8,0],[-7,-30],[-12,2],[2,-40],[-12,-10],[-8,-28],[-9,-11],[-2,21],[-9,6],[-31,4],[-12,-11],[6,-46],[17,-26],[5,-44],[6,-10],[-5,-69],[9,-22],[6,-39],[13,-19],[-7,-24],[16,-19],[-3,-12],[3,-18],[-6,-19],[6,-27],[-11,-27],[17,-70],[10,-7],[-17,-35],[-21,-9],[-6,-50],[2,-9],[-6,-16],[7,-19],[-4,3],[-2,-41],[5,-15],[8,2],[1,-9],[22,-29],[-5,-11],[4,-23],[-6,-17],[9,-17],[8,-41],[28,-59],[23,-14],[-4,-5],[6,-16],[-9,-9],[1,-15],[-8,-9],[9,-20],[22,-22],[-10,-31],[-10,-7],[-2,-17],[-14,-23],[4,-10],[12,-1],[6,4],[3,17],[15,1],[-1,-19],[9,9],[15,0],[9,-22],[11,-11],[-3,-9],[6,-10],[-10,-42],[12,-14],[-7,-71],[3,-15],[-9,-25],[-18,-13],[2,-18],[-7,-5],[-4,6],[-15,-20],[-2,-19],[-9,-1],[2,-47],[-8,-24],[33,-63],[-3,-4],[-13,20],[1,-14],[-11,-37],[-1,-21],[5,-9],[-8,-12],[4,-21]],[[5032,5229],[7,5],[-1,11],[-8,20],[6,18],[6,-10],[2,18],[-5,8],[6,18],[-3,24],[-6,7],[2,11],[-4,17],[21,2],[12,14],[-7,10],[5,27],[9,16],[-3,3],[5,-1],[-1,30],[9,1],[4,14],[-27,56],[8,18],[13,8],[-3,10],[7,9],[-8,11],[8,13],[-3,14],[-7,9],[-4,-7],[-8,4],[3,13],[-16,13],[-10,-9],[-57,70],[-4,11],[18,26],[-2,14],[4,15],[-2,7],[-6,-3],[-2,19],[-4,-33],[-9,-7],[-8,24],[11,13],[-6,8],[4,6],[-8,3],[-13,-23],[-13,18],[-6,-4],[-1,8],[-4,-10],[-8,6],[-5,14],[7,-6],[9,18],[-18,2],[-10,10],[-1,6],[7,-6],[2,5],[-6,5],[-10,1],[0,-8],[-8,-5],[-27,31],[-2,-7],[0,8],[-3,-4],[-9,15],[-1,21],[-6,-1],[-10,27],[26,26],[9,-3],[4,-11],[5,0],[-5,9],[2,6],[5,-8],[13,3],[2,14],[-11,-6],[1,14],[-4,-8],[-16,6],[-12,15],[8,9],[-1,11],[12,3],[6,-9],[3,11],[27,5],[1,47],[-13,45],[6,-3],[12,16],[5,-9],[11,5],[-6,0],[-12,23],[-8,-13],[-1,9],[-15,9],[11,37],[11,12],[8,-6],[0,-13],[9,-15],[17,10],[-7,36],[8,-3]],[[4945,6222],[21,-57],[30,19],[4,18],[13,8],[2,12],[8,-6],[8,8],[-11,1],[1,15],[27,-2],[11,26],[11,-14],[4,10],[-9,15],[3,48],[26,24],[10,-11],[3,6],[5,-21],[5,4],[7,9],[-3,7],[7,15],[14,-3],[-9,13],[2,16],[5,2],[16,-12],[0,-43],[5,2],[4,-16],[10,13],[14,-13],[-10,20],[4,7],[4,-9],[10,3],[3,-8],[31,5],[5,-16],[10,4],[7,-7],[3,30],[14,-23],[15,-8],[0,-12],[12,-3],[4,-13],[1,11],[14,-10],[7,8],[-2,17],[5,-1],[5,20],[10,8],[21,-4],[10,-17],[7,31],[11,1],[2,9],[6,41],[-7,2],[1,25],[9,6],[-1,8],[12,-2],[3,18],[17,-4],[13,33],[18,-29],[24,-2],[-5,-22],[12,-11],[-10,-54],[3,-23],[15,-8],[1,-11],[28,-3],[0,-13],[10,4],[-2,14],[19,14],[0,32],[51,-2],[0,60],[44,6],[0,28],[36,-42],[12,14],[2,-14],[10,3],[10,-14],[41,-1],[0,-44],[25,0],[1,-133],[79,-1],[17,-103],[19,-1],[22,-15],[13,7],[16,-24],[10,-39],[15,-25],[5,1],[7,18],[15,-30],[7,8],[5,-9],[5,7],[8,-7],[10,-32],[13,-14],[9,-37],[41,31],[10,-16],[1,8],[15,12],[1,32],[14,-10],[-8,-14],[3,-27],[37,13],[0,8],[14,-8],[-4,8],[7,7],[-5,5],[27,-14],[6,-11],[7,2],[-4,-4],[8,-6],[5,7],[27,-17],[-3,33],[-9,24],[-18,22],[1,7],[4,-4],[5,8],[-4,21],[13,1],[-2,5],[4,3],[11,-13],[4,17],[31,24],[-26,33],[1,27],[18,19],[-2,13],[37,5],[15,25],[11,42],[21,-15],[-1,13],[16,18],[10,-13],[8,6],[0,12],[-11,10],[12,-2],[5,19],[2,-8],[23,-1],[7,17],[23,18],[10,39],[0,59],[3,11],[23,13],[10,-16],[4,6],[22,-22],[4,-33],[5,6],[12,-21],[8,11],[43,-46],[3,9],[6,-4],[10,12]],[[6636,6354],[1,-4],[7,-6],[2,-1],[2,0],[13,-8],[12,-19],[8,-17],[0,-5],[2,-9],[0,-3],[6,-9],[3,-2],[3,-2],[7,-11],[4,-13],[5,-14],[10,-2],[7,-1],[9,-5],[11,-6],[17,-13],[17,-15],[16,-13],[9,-4],[16,1],[15,18],[3,6],[3,4],[4,16],[4,22],[3,14],[9,26],[4,14],[8,24],[11,3],[5,0],[6,6],[7,10],[3,4],[4,4],[7,6],[9,8],[5,18],[6,25],[3,7],[4,10],[4,9],[3,15],[2,18],[1,17],[5,30],[9,25],[7,9],[8,6],[9,7],[14,22],[5,19],[11,13],[3,3],[1,1],[2,0],[1,-1],[10,-16],[12,-17]],[[1267,7398],[23,-13],[15,-47],[21,16],[9,-8],[5,6],[-2,-8],[37,20],[4,-17],[30,-31],[4,20],[26,-9],[6,1],[-2,7],[4,4],[16,-36],[26,6],[15,-46],[-13,-8],[-10,-55],[7,9],[9,-13],[9,1],[1,-14],[8,-9],[9,12],[-3,10],[19,24],[11,-11],[12,2],[15,-20],[38,8],[-1,-22],[3,14],[16,8],[18,28],[3,-17],[-5,-11],[21,-9],[10,-55],[13,-12],[-7,-15],[7,-26],[-2,-15],[-7,-3],[-15,-28],[4,-29],[6,0],[1,-14],[8,0],[0,-25],[-6,2],[-10,-12],[5,-21],[-11,-11],[4,-8],[-3,-24],[-8,-13],[1,-8],[27,-1],[-5,-39],[4,1],[8,-58],[-6,-13],[-16,-2],[-1,-12],[4,-1],[1,-20],[7,-16],[18,3],[7,-14],[12,-3],[-11,-15],[6,-7],[-7,-42],[-12,-4],[4,-21],[25,-2],[2,-23],[14,-20],[-1,-16],[-7,-1],[15,-22],[7,-35],[-8,-34],[19,-3],[-4,-45],[-16,11],[-12,-7],[4,-4],[-2,-13],[17,-15],[3,-8],[-5,-5],[12,-6],[-7,-11],[6,-22],[-12,5],[-13,23],[-8,-5],[-16,16],[-2,-10],[-21,-19],[10,-10],[-2,-7],[-18,-3],[31,-39],[3,17],[8,-9],[25,8],[8,-31],[15,-9],[-11,-15],[13,8],[8,-15],[4,-40],[-3,-12],[7,0]],[[680,5404],[1,14],[-1,5],[-3,15],[-1,10],[0,10],[-1,7],[-2,5],[-6,8],[-5,5],[-17,7],[-8,4],[-2,1],[-10,0],[-5,1],[-9,5],[-4,5],[-4,7],[-8,11],[-4,5],[-12,-3],[-6,0],[-5,9],[-2,9],[-5,20],[-1,9],[1,7],[8,22],[9,15],[15,21],[6,24],[2,7],[-3,15],[-4,12],[-9,11],[-8,2],[-8,8],[-3,7],[-3,12],[-2,10],[-4,9],[-6,5],[-3,2],[-1,1],[-2,0],[-8,-6],[-8,-12],[-8,-9],[-5,-4],[-13,-6],[-6,18],[4,7],[6,6],[2,1],[0,3],[1,3],[-1,15],[-6,15],[-4,-2],[-16,5],[-18,8],[-7,8],[0,7],[1,8],[-3,14],[-6,-4],[-8,-4],[-1,0],[-5,-1],[-5,3],[-4,3],[-12,17],[-9,15],[-12,15],[-2,5],[-5,11],[-5,11],[0,5],[-2,8],[0,2],[-1,2],[-11,10],[-1,1],[-2,2],[-3,-6],[-3,-10],[-7,-5],[-7,2],[-6,28],[-4,19],[1,4],[1,3],[1,5],[-1,5],[-1,4],[0,2],[-1,2],[-15,11],[-18,8],[-11,-5],[-5,-1],[-10,1],[-7,17],[-2,1],[-2,0],[-4,-3],[-6,-5],[-4,-3],[-1,7],[0,8],[1,6],[2,7],[2,5],[5,9],[6,14],[1,1],[2,5],[3,9],[-7,5],[-9,11],[-7,13],[-10,20],[-4,12],[-8,14],[-13,-2],[-6,10],[-4,11],[0,10],[-8,2],[-7,1],[-8,-3],[-8,10],[-8,15],[-2,21],[-3,17],[-2,14],[-1,13],[0,13],[0,12],[0,12],[-4,14],[0,2],[1,19],[5,11],[5,10],[-3,13],[1,4],[16,25],[5,24],[2,13],[-3,4],[-9,18],[-3,12],[-3,17],[-1,10],[-2,14],[0,3],[-1,5],[-3,4],[-6,5],[-3,5],[-3,5],[-1,2],[-2,6],[2,6],[-2,10],[-5,12],[-13,26],[-8,13],[-14,-2],[-2,15],[-2,24],[-2,19],[-1,4],[-8,21],[-15,-2],[-5,-3],[-16,5],[-8,7],[-10,10],[-6,11],[-4,10],[-4,8],[-6,10],[-6,0],[-7,10],[-1,2],[-2,11],[5,2],[6,3],[6,9],[0,6],[-1,6],[2,11],[3,8],[7,11],[4,4],[2,2],[1,1],[2,0],[1,-1],[10,4],[5,3],[2,2],[4,4],[10,14],[1,18],[-3,17],[-1,2],[-3,6],[-6,6],[-6,10],[-2,2],[-1,3],[-1,4],[-3,25],[0,12],[3,8],[5,12],[0,3],[0,2],[-1,2],[-5,7],[-9,12],[-1,1],[-5,4],[-5,2],[-3,1],[-1,1],[-1,1],[-1,1],[-1,2],[-4,9],[1,5],[5,10],[2,3],[6,-9],[5,-14],[2,-2],[2,-1],[2,-1],[9,-1],[3,1],[4,5],[9,10],[17,9],[1,0],[6,2],[10,-1],[8,-1],[10,1],[2,0],[7,3],[9,-1],[3,-1],[1,-12],[-2,-1],[-1,-5],[1,-6],[2,-7],[3,-11],[2,-2],[9,-6],[7,-5],[0,-12],[-1,-15],[-3,-20],[-1,-14],[3,-7],[6,-21],[0,-40],[4,-11],[7,-9],[6,-4],[12,1],[13,3],[4,-1],[8,-5],[13,-6],[4,7],[6,5],[1,-3],[10,-37],[6,-9],[1,-13],[-1,-15],[-8,-1],[-4,1],[-12,9],[-11,-13],[-4,-17],[3,-6],[5,-2],[3,-4],[7,-7],[3,-6],[1,-6],[8,-12],[6,-8],[3,-4],[3,-3],[2,1],[7,-2],[6,-4],[8,-15],[1,-6],[5,-12],[10,-5],[-6,-11],[-2,-4],[-5,-9],[0,-14],[5,-5],[1,-7],[-1,-19],[-1,-4],[-4,-6],[-5,-7],[-3,-2],[-5,-14],[2,-16],[7,-13],[10,-10],[2,-4],[1,-9],[1,-8],[0,-3],[-2,-8],[3,-8],[2,-4],[2,-1],[19,-3],[15,-8],[2,0],[5,-1],[14,-1],[4,2],[2,2],[1,2],[1,2],[-5,4],[-7,4],[-4,9],[0,14],[2,14],[1,5],[10,10],[4,16],[-3,8],[-6,24],[-10,10],[-4,18],[6,23],[6,16],[5,-2],[0,5],[1,9],[0,5],[-6,23],[-1,28],[1,33],[5,-1],[3,-2],[6,-3],[2,-2],[7,-9],[7,4],[8,14],[0,9],[-2,7],[-3,9],[-1,3],[-1,3],[-2,10],[-1,2],[3,21],[6,21],[1,2],[1,2],[3,14],[2,14],[1,16],[5,10],[4,10],[5,16],[15,12],[11,5],[10,5],[5,8],[3,10],[3,22],[-2,15],[-4,13],[1,24],[-1,24],[6,9],[5,7],[10,-1],[12,1],[13,-4],[2,0],[2,4],[7,15],[0,8],[-1,7],[4,22],[3,15],[1,3],[2,3],[9,16],[16,22],[5,5],[8,9],[8,-13],[8,-17],[2,-2],[3,0],[1,1],[5,7],[3,6],[4,16],[1,7],[-4,14],[-2,5],[-1,16],[-2,19],[0,4],[3,14],[2,6],[9,13],[6,17],[6,19],[11,25],[14,9],[11,2],[8,4],[8,5],[9,5],[7,-6],[4,-1],[8,2],[8,7],[16,8],[3,4],[10,12],[11,2],[3,0],[6,-8],[5,1],[4,2],[4,7],[10,19],[4,7],[7,4],[8,3],[2,0],[2,-1],[8,-8],[6,-5],[7,-6],[5,-3],[5,0],[9,2],[5,2],[5,2],[8,9],[6,8],[2,2],[5,-6],[5,-12],[3,-10],[12,-13],[8,-16],[0,-3],[2,-3],[12,-10],[2,8],[1,13],[0,4],[1,6],[0,6],[2,6],[4,7],[3,7],[7,11],[11,16],[9,25],[0,6],[1,5],[1,5],[1,7],[1,2],[8,6],[19,15],[1,1],[32,22],[29,25],[8,-27],[4,-13],[6,-16],[3,-3],[2,9],[-4,12],[-1,13],[0,3],[0,2],[2,3],[1,2],[6,7],[5,8],[1,3],[2,6],[0,3],[0,3],[1,7],[0,11],[6,4],[4,-3],[5,-4],[12,-11],[10,-13],[7,-13],[8,-8],[7,-7],[7,-7],[7,-8],[17,-17],[3,-4],[6,-8],[1,-2],[4,-5],[7,-5],[1,-1],[4,-9],[5,-14],[3,-4],[4,-3],[6,6],[4,0],[7,-11],[11,-19],[14,-12],[1,-1],[2,-5],[1,-12],[-1,-6],[7,-9],[4,-2],[2,-1],[5,1]],[[8608,3937],[-2,20],[-9,-5],[6,21],[-9,4],[-4,14],[5,19],[-13,19],[5,22],[-4,1],[-2,-19],[-22,28],[-8,-29],[-8,-4],[-14,-61],[-15,23],[2,29],[-6,2],[-10,24],[13,27],[17,-4],[-1,20],[4,2],[-6,7],[2,15],[-5,-3],[-11,12],[1,21],[-8,1],[-2,12],[4,8],[-6,1],[-1,15],[-6,-2],[-3,34],[-26,30],[-9,33],[-28,24],[-12,28],[-7,2],[-6,-12],[-8,41],[-11,11],[10,26],[-23,39],[-13,50],[-15,23],[-8,-60],[-9,-4],[-2,10],[-1,-16],[-9,6],[2,14],[-43,35],[-8,23],[4,24],[-10,67],[6,36],[18,46],[1,28],[-8,21],[4,5],[-6,7],[3,44],[-13,22],[-1,20],[-6,2],[-6,16],[-19,-38],[-3,10],[-11,1],[-17,-21],[-7,9],[-9,-3],[-7,-21],[-13,15],[-10,-25],[4,-14],[-15,22],[-27,-1],[-20,33],[-17,-2],[-6,14],[-3,-2],[4,7],[-6,9],[1,17],[-11,3],[-4,14],[-17,-12],[-1,13],[-5,-13],[-12,40],[7,39],[-6,11],[-13,0],[1,6],[-26,16],[9,5],[-4,25],[13,21],[-2,21],[-8,8],[-11,-15],[-4,4],[7,11],[-3,11],[-13,15],[5,11],[-8,10],[2,13],[-6,8],[2,11],[13,-2],[1,9],[-4,49],[-21,15],[5,68],[-14,-10],[-24,14],[-14,-29],[10,-8],[3,-24],[9,-14],[-3,-18],[3,-18],[12,-21],[-4,-36],[-1,11],[-9,5],[-5,-33],[-7,2],[-13,-19],[-4,20],[7,14],[-14,12],[-8,-25],[8,-4],[-1,-14],[-4,8],[-10,-3],[1,7],[-8,-10],[-8,7],[-4,-11],[2,-14],[13,-20],[-13,-9],[-7,6],[-3,-18],[-14,12],[-7,-89],[-4,14],[-16,16],[-3,28],[-5,-3],[-19,32],[26,115],[11,28],[-13,24],[-12,7],[-9,25],[-19,-8],[-13,-28],[-6,6],[8,18],[-3,4],[-8,-7],[-5,-22],[-15,14],[-16,-24],[0,-19],[-12,7],[-19,-37],[-27,-12],[-8,-32],[7,-37],[-9,10],[-8,-3],[-5,21],[-15,5],[-12,-2],[-9,-10],[-1,-8],[-5,4],[-10,-17],[1,13],[-10,17],[6,37],[6,7],[10,89],[-5,5],[-7,-29],[-11,5],[-1,-24],[-20,11],[-4,-20],[-3,5],[-7,-11],[-12,22],[-10,59],[-10,10],[-4,-15],[-8,53],[-12,5],[-1,11],[6,9],[-3,17],[13,11],[0,11],[10,10],[-1,15],[9,8],[8,39],[-21,7],[2,35],[12,12],[2,-4],[-1,8],[12,29],[16,1],[2,27],[8,2],[5,17],[-3,10],[7,11],[-8,22],[4,11],[-11,27],[-13,10],[-43,63],[24,20],[4,21],[-9,72],[20,35],[10,46],[15,12],[16,36],[15,13],[22,68],[-9,70],[5,14],[-16,70],[35,51],[8,23],[-10,27],[1,29],[-6,30],[24,24],[4,-4],[33,72],[6,31],[13,-14],[12,14],[9,53],[14,14],[9,-1],[22,-20],[15,20],[14,55],[22,38],[6,39],[7,-6],[11,-34],[14,-15],[15,1],[4,11],[1,-8],[14,2],[8,75],[-4,45],[7,12],[2,45]],[[7889,6801],[1,-4],[8,-7],[2,-2],[3,0],[1,0],[6,5],[1,1],[1,1],[12,12],[1,2],[1,2],[1,6],[1,10],[0,13],[9,14],[10,5],[10,5],[8,5],[1,1],[2,2],[2,2],[3,2],[8,3],[6,2],[10,-1],[3,0],[9,0],[7,-1],[14,-2],[12,-6],[10,-8],[2,0],[1,0],[7,-2],[2,0],[17,4],[13,9],[3,4],[4,4],[9,7],[5,4],[10,3],[1,0],[2,-2],[6,-8],[0,-1],[2,-4],[0,-2],[0,-3],[0,-5],[5,-10],[5,-8],[1,-2],[2,-1],[6,-4],[1,-1],[2,1],[5,2],[4,3],[8,9],[11,8],[5,5],[7,6],[15,12],[1,1],[1,1],[1,2],[4,12],[11,20],[9,13],[7,8],[7,10],[13,21],[3,8],[0,6],[0,30],[0,33],[-1,17],[0,3],[-1,9],[0,5],[2,2],[5,-2],[2,-1],[16,-9],[9,-5],[3,-2],[2,-2],[7,-6],[4,-7],[1,-2],[2,-4],[0,-4],[1,-8],[1,-4],[1,-14],[2,-11],[0,-3],[1,-3],[1,-5],[2,-6],[15,-6],[11,-2],[4,-1],[1,-1],[2,-3],[1,-1],[0,-4],[0,-3],[0,-2],[-6,-13],[-8,-20],[-4,-15],[-5,-19],[-8,-20],[-7,-26],[0,-31],[3,-26],[14,-23],[3,-3],[6,-7],[8,-11],[3,-3],[2,-4],[11,-14],[5,-6],[2,-3],[0,-4],[0,-4],[0,-3],[-2,-4],[-1,-2],[-1,-3],[-1,-3],[0,-1],[-2,-6],[-1,-4],[-1,-6],[-1,-3],[0,-3],[-2,-14],[1,-5],[2,-6],[1,-4],[1,-4],[0,-4],[0,-4],[-1,-4],[-2,-13],[-4,-16],[-16,-15],[-2,-1],[-3,-1],[-1,0],[-3,0],[-3,1],[-9,7],[-6,7],[-5,2],[-7,-2],[-1,-2],[-7,-19],[-2,-22],[-4,-16],[-4,-13],[-5,-12],[-8,-4],[-12,-6],[-1,0],[-5,-2],[-2,0],[-1,0],[-16,-6],[-15,-10],[-11,-3],[-15,-3],[-15,-10],[-11,-13],[-18,3],[-12,0],[-1,-1],[-2,0],[-3,-5],[-3,-8],[-10,-29],[1,-6],[1,-3],[1,-5],[2,-3],[3,-5],[3,-6],[1,-2],[6,-15],[1,-4],[2,-9],[2,-13],[6,-12],[10,-10],[14,-12],[13,-10],[2,-2],[1,-2],[0,-1],[2,-7],[2,-10],[1,-4],[3,-23],[2,-10],[1,-12],[1,-4],[0,-3],[2,-3],[1,-2],[1,-1],[3,-1],[2,-1],[4,-2],[4,-3],[5,-3],[4,-6],[8,-7],[6,-4],[3,1],[1,9],[2,13],[4,20],[1,7],[1,4],[17,-3],[4,-1],[8,-6],[5,-6],[5,-8],[3,-5],[8,-14],[5,-9],[13,-26],[2,-6],[0,-5],[-1,-13],[-1,-13],[1,-4],[1,-2],[9,-16],[3,-5],[4,-4],[5,-3],[4,-5],[2,-6],[2,-6],[1,-4],[4,-15],[2,-9],[1,-9],[1,-14],[-1,-6],[2,-9],[8,-19],[13,-26],[1,-5],[1,-17],[4,-32],[-1,-15],[-1,-4],[-2,-11],[-1,-1],[-1,-3],[0,-2],[1,-3],[3,-5],[1,-3],[3,-7],[4,-4],[4,-2],[3,2],[7,-6],[8,-9],[1,-7],[0,-1],[4,-3],[1,0],[8,-3],[5,-2],[12,-1],[9,-1],[11,-7],[6,-13],[3,-7],[3,-5],[-7,-16],[-5,-14],[-3,-6],[-1,-2],[7,-9],[7,-4],[5,-5],[10,-11],[8,-9],[15,-16],[0,-2],[2,-3],[1,-5],[3,-9],[1,-7],[7,-2],[6,6],[4,5],[3,3],[2,2],[4,4],[8,6],[4,-1],[1,-1],[2,-1],[3,-2],[1,-1],[6,-4],[6,-3],[3,-1],[2,0],[2,0],[11,5],[10,10],[1,6],[6,14],[2,5],[1,2],[4,8],[2,2],[7,14],[7,15],[3,7],[4,9],[3,6],[7,10],[15,13],[2,2],[2,1],[2,0],[3,-1],[2,0],[4,-5],[4,-4],[2,-2],[2,-2],[3,-2],[1,2],[1,4],[1,3],[2,13],[1,7],[1,2],[2,3],[2,3],[1,2],[2,1],[14,8],[4,1],[1,-8],[1,-11],[6,-6],[12,-2],[11,0],[15,-1],[0,-2],[1,-4],[3,-3],[2,-3],[5,-4],[2,0],[1,4],[0,8],[-1,4],[-1,11],[-1,11],[2,14],[6,33],[-1,8],[-4,19],[-6,9],[-17,8],[-6,1],[-2,-3],[-4,-8],[-2,-7],[-3,-7],[-1,-4],[-1,-2],[-1,-1],[-5,-2],[-1,0],[-3,2],[-1,1],[-1,1],[-5,20],[0,17],[1,30],[3,23],[14,20],[4,8],[3,3],[3,4],[13,14],[2,-1],[2,-1],[8,-8],[9,-13],[7,-6],[6,-3],[2,-1],[7,-5],[4,-21],[6,-15],[8,-5],[12,-1],[2,0],[3,0],[1,-2],[2,-3],[2,-3],[0,-5],[-1,-7],[-1,-11],[-1,-9],[1,-18],[9,-15],[2,-4],[2,-3],[7,-9],[-3,-13],[-4,-12],[-1,-3],[-1,-2],[-2,-1],[-1,-1],[-1,-3],[2,-12],[1,-1],[1,-5],[1,-6],[2,-4],[1,-5],[6,-16],[2,-3],[1,-4],[2,-3],[15,-22],[1,-2],[6,1],[6,6],[15,1],[15,-17],[3,-1],[1,-3],[1,-5],[4,-12],[1,-3],[1,-6],[9,-5],[12,9],[4,8],[4,11],[-2,5],[-2,3],[-2,7],[0,2],[0,7],[0,9],[11,7],[3,1],[3,0],[5,0],[6,-5],[6,-8],[6,-3],[8,0],[4,3],[5,0],[6,-18],[1,-2],[3,-24],[1,-20],[0,-34],[2,-5],[8,-12],[2,-2],[2,2],[7,5],[8,5],[1,1],[2,0],[2,-1],[2,-1],[18,-7],[11,-6],[12,-4],[1,0],[5,0],[2,-1],[2,-1],[1,-1],[4,-4],[2,-5],[1,-4],[1,-5],[3,-28],[1,-11],[0,-3],[0,-3],[-2,-18],[0,-23],[8,-23],[6,-19],[14,-19],[5,-7],[10,-8],[3,-3],[3,-3],[2,-2],[0,-1],[0,-3],[4,-6],[1,-1],[4,1],[2,1],[3,7],[4,8],[4,13],[1,3],[11,9],[7,4],[8,9],[-3,13],[-5,13],[-3,6],[-3,4],[-2,2],[-2,2],[-2,2],[-1,2],[0,3],[0,2],[1,13],[2,7],[1,-2],[1,-1],[1,-1],[2,-1],[3,-1],[2,0],[6,-2],[4,0],[4,-1],[5,-2],[1,-1],[1,-1],[8,-12],[4,-8],[9,-7],[11,-5],[3,-1],[13,-3],[6,-1],[5,0],[14,8],[7,2],[13,5],[3,2],[2,0],[9,-2],[2,0],[1,-14],[1,-10],[0,-8],[2,-7],[12,-11],[9,-11],[9,0],[10,0],[1,0],[1,-1],[1,-1],[2,-1],[1,-2],[0,-3],[1,-2],[0,-3],[0,-2],[0,-3],[1,-3],[0,-3],[1,-2],[1,-2],[1,-1],[3,-3],[7,-7],[15,-21],[1,-3],[2,-4],[6,-7],[12,-3],[18,-3],[13,-4],[8,-4],[10,-4],[3,0],[12,23],[3,6],[3,6],[-1,4],[-1,2],[-4,14],[-2,16],[-2,31],[0,1],[1,2],[2,1],[2,0],[3,-2],[2,-3],[2,-2],[1,-3],[3,-4],[6,-12],[7,-7],[2,0],[2,1],[2,1],[1,1],[4,4],[1,1],[1,2],[2,1],[4,3],[1,0],[1,-2],[1,-2],[1,-8],[0,-15],[2,-17],[1,-14],[2,-2],[1,-3],[0,-4],[-2,-14],[-2,-11],[-2,-4],[-3,-9],[-1,-3],[0,-3],[-2,-8],[0,-3],[2,-2],[-3,-13],[-4,-13],[-2,-3],[0,-3],[0,-3],[-1,-4],[6,-23],[7,-12],[9,-18],[11,-2],[7,0],[11,-3],[1,-3],[2,-1],[1,-2],[4,-11],[1,-2],[-1,-3],[-2,-14],[-2,-1],[-3,-2],[-7,-2],[-7,-5],[-9,-7],[-1,-2],[-1,-1],[2,-8],[1,-3],[1,-4],[2,-3],[0,-12],[-5,-11],[-7,-9],[-2,-2],[-2,-2],[-2,-3],[-6,-9],[-2,-3],[-1,-3],[-1,-4],[0,-15],[0,-2],[1,-3],[1,-5],[1,-2],[1,-1],[8,-17],[6,-12],[2,-11],[0,-9],[0,-7],[0,-5],[0,-3],[1,-4],[0,-2],[1,-3],[0,-3],[2,-6],[1,-4],[1,-2],[3,-3],[7,-18],[4,-18],[4,-28],[3,-21],[5,-17],[3,-10],[3,-10],[4,-13],[3,-23],[1,-22],[3,-13],[5,-12],[1,0],[3,-2],[1,0],[1,-1],[4,-4],[1,-1],[1,-2],[3,-7],[0,-2],[0,-2],[1,-4],[0,-2],[-2,-17],[-1,-16],[-1,-21],[1,-28],[1,-10],[3,-10],[9,-15],[9,-12],[15,-15],[8,7],[4,0],[3,-1],[4,-4],[3,-10],[3,-9],[6,-3],[9,2],[9,3],[1,1],[2,1],[7,2],[2,0],[1,0],[3,0],[2,-1],[1,-1],[10,-6],[5,-8],[2,-7],[2,-5],[2,-17],[5,-19],[2,-20],[4,-5],[6,-4],[13,-2],[9,-18],[6,-6],[8,1],[9,10],[3,5],[3,5],[2,3],[2,3],[2,3],[2,2],[18,-3],[8,-3],[9,-4],[16,-12],[3,-1],[5,0],[2,-4],[2,-5],[2,-5],[1,-4],[1,-5],[0,-4],[0,-4],[-1,-4],[-1,-5],[-1,-3],[-1,-3],[0,-5],[1,-17],[1,-29],[2,-31],[5,-32],[6,-31],[4,-23],[-1,-19],[3,-18],[4,-34],[-1,-5],[0,-3],[0,-6],[3,-18],[2,-10],[1,-2],[2,-4],[3,-2],[5,0],[4,1],[3,0],[0,-3],[0,-2],[-1,-4],[-4,-20],[-3,-8],[-2,-2],[0,-2],[0,-2],[-1,-3],[0,-2],[0,-3],[1,-6],[1,-4],[3,-13],[3,-23],[0,-2],[1,-18],[12,-30],[16,-28],[3,-27],[-2,-27],[-2,-3],[-6,-7],[-5,-1],[-7,-14],[-8,-28],[-2,-4],[7,-11],[7,-9],[2,0],[1,0],[3,-1],[2,-1],[0,-4],[-3,-2],[-14,-7],[-16,4],[-15,1],[-1,1],[-9,0],[-7,-5],[-12,-23],[-14,-4],[-4,-1],[-14,-15],[-2,-4],[-9,-15],[-3,-6],[-3,-9],[-1,-2],[-1,-2],[-2,-3],[-1,-2],[-10,-12],[-6,-5],[-12,-3],[-6,2],[-8,5],[-2,4],[-8,15],[-11,16],[-13,13],[-2,0],[-9,-4],[-7,-3],[-5,-3],[-7,1],[-5,2],[-4,8],[-1,9],[-2,4],[-6,6],[-2,1],[-2,0],[-2,-1],[-6,-5],[-1,-7],[-5,-6],[-4,-2],[-14,1],[-9,-6],[-11,-10],[-13,-1],[-7,-2],[-9,-8],[-6,-3],[-3,0],[-14,6],[-5,2],[-1,3],[-1,6],[1,3],[1,6],[0,5],[-1,16],[-2,4],[-5,9],[-10,-5],[-14,-10],[-6,1],[-3,3],[-2,3],[-1,1],[-12,-6],[-4,-5],[-3,-3],[-4,-5],[-7,-6],[-9,-8],[-3,-7],[-2,-8],[-1,-7],[-10,-15],[-2,-4],[0,-11],[0,-9],[2,-8],[2,-6],[9,-23],[6,-20],[1,-11],[-5,-9],[-2,-3],[-8,-2],[-5,-11],[-12,-27],[-4,-13],[-5,-13],[-13,-14],[-4,-5],[-8,-19],[-7,-13],[-6,-23],[-12,-14],[-3,-3],[-4,-8],[-3,-16],[-2,-24],[0,-7],[-3,-11],[-1,-2],[-7,-6],[-8,-4],[-11,-11],[-5,-7],[-6,-11],[-1,-15],[0,-6],[-7,-1],[-14,-2],[-4,0],[-12,10],[-10,9],[-9,7],[-3,0],[-3,-2],[-6,-8]],[[7053,6578],[2,-3],[6,-3],[1,-1],[3,0],[3,1],[11,8],[1,1],[2,6],[0,2],[1,8],[0,2],[0,5],[0,3],[-1,14],[1,11],[1,3],[2,7],[2,3],[1,2],[9,10],[5,4],[5,7],[8,8],[9,7],[5,3],[1,0],[2,0],[4,-1],[1,0],[2,-1],[1,-2],[19,-7],[16,-5],[15,10],[6,13],[2,9],[0,10],[-1,3],[-1,2],[-1,4],[0,3],[0,5],[1,3],[1,4],[1,2],[9,11],[10,12],[1,0],[1,-2],[3,-7],[1,-2],[0,-2],[1,-9],[-1,-13],[1,-2],[2,-7],[0,-2],[1,-2],[6,-8],[5,-10],[1,-2],[2,-4],[0,-3],[1,-4],[1,-5],[1,-11],[2,-11],[2,-7],[1,-2],[2,-1],[2,1],[2,1],[2,1],[11,7],[5,3],[1,1],[2,4],[0,2],[2,6],[1,4],[4,8],[2,6],[4,3],[2,4],[2,4],[0,5],[-8,19],[-1,2],[-3,4],[-4,7],[-8,29],[-10,25],[1,15],[2,13],[8,13],[6,18],[1,2],[0,2],[1,2],[1,7],[1,25],[-1,13],[-2,21],[-2,6],[-1,4],[-1,4],[-7,22],[-4,7],[-4,10],[-6,17],[-15,3],[-17,14],[-12,21],[-6,1],[-8,0],[-6,-1],[-2,0],[-4,3],[-5,5],[-3,4],[-6,15],[-6,17],[-4,17],[-2,15],[3,17],[0,19],[-3,9],[-3,9],[-5,8],[-4,9],[-3,9],[-4,13],[-8,28],[-1,3],[-1,3],[0,7],[1,2],[1,3],[3,17],[-4,31],[-2,12],[-5,26],[-6,8],[-6,4],[-7,6],[-8,10],[-14,17],[-6,5],[-6,6],[-7,9],[-14,17],[4,23],[7,23],[7,27],[5,16],[3,17],[3,26],[0,5],[1,1],[3,3],[6,4],[15,12],[1,1],[2,1],[8,2],[4,0],[2,1],[11,-15],[1,-1],[4,-10],[2,-5],[1,-2],[6,-6],[9,-6],[12,-9],[2,0],[6,-5],[1,-1],[2,-2],[3,-3],[2,-3],[1,-2],[2,-3],[1,-2],[3,-5],[3,-3],[9,-10],[6,-9],[7,-15],[9,-2],[5,3],[2,2],[2,3],[10,12],[6,9],[5,5],[5,-5],[4,-4],[1,-3],[2,-2],[1,-3],[1,-2],[19,-10],[19,-21],[17,-19],[6,-8],[11,-6],[6,-1],[6,-1],[4,-2],[10,-4],[1,-1],[11,1],[10,6],[14,0],[4,0],[2,0],[7,-3],[3,-1],[1,-1],[0,-2],[0,-4],[0,-15],[1,-12],[5,-10],[3,0],[1,0],[3,0],[3,1],[2,0],[1,-2],[6,-8],[7,-12],[5,-12],[5,-11],[2,-4],[3,-4],[1,-3],[4,1],[3,1],[8,2],[10,2],[13,11],[5,2],[4,2],[2,0],[4,2],[2,2],[2,3],[2,3],[6,2],[6,1],[9,-5],[2,-1],[1,0],[4,-3],[2,-4],[-1,-16],[-1,-3],[-1,-3],[0,-4],[-1,-3],[-2,-5],[0,-5],[-1,-3],[1,-26],[1,-4],[1,-9],[0,-5],[4,-6],[2,-2],[4,-5],[3,-5],[3,-5],[1,-1],[3,-11],[7,-20],[6,-17],[2,-3],[1,-2],[5,-7],[2,-2],[2,-2],[1,-1],[8,-10],[7,-8],[1,-2],[3,-7],[3,-10],[1,-3],[5,-4],[2,-2],[2,-2],[1,0],[1,-1],[3,-2],[2,-1],[14,-12],[2,-4],[5,-8],[2,-4],[3,-3],[1,-2],[2,-2],[2,-1],[1,-1],[4,-2],[8,-5],[7,1],[1,1],[1,2],[2,1],[2,1],[7,3],[9,1],[9,3],[6,8],[7,8],[3,4],[3,3],[1,1],[2,1],[1,0],[6,1],[18,2],[2,-21],[-10,-6],[-3,-19],[4,-10],[6,-7],[1,0],[4,-2],[1,-1],[2,-3],[1,-2],[4,-10],[-1,-2],[0,-2],[-3,-10],[-4,-13],[-1,-3],[-1,-2],[-1,-5],[-1,-2],[-1,-17],[-1,-6],[0,-4],[1,-4],[0,-16],[-6,-17],[3,-27],[5,-27],[1,-6],[1,-5],[0,-2],[1,-2],[1,-2],[2,-2],[2,0],[12,5],[4,4],[0,9],[0,10],[0,5],[-1,4],[0,11],[1,3],[1,13],[2,5],[1,3],[3,2],[7,1],[2,1],[19,1],[4,-1],[2,-1],[11,-8],[8,-14],[9,-10],[19,6],[7,-28],[2,-6],[3,-13],[1,-2],[0,-2],[-1,-4],[0,-2],[-1,-3],[-2,-4],[-1,-3],[0,-3],[2,-10],[2,-4]],[[4515,7871],[-13,-14],[5,-23],[-17,-4],[3,-7],[-7,-7],[-12,1],[-8,-11],[0,-13],[5,-23],[8,1],[18,-33],[3,-20],[-13,-18],[25,-20],[-4,-16],[-10,4],[3,-19],[-3,-1],[6,-6],[-4,-7],[0,-32],[-10,-20],[7,-14],[6,8],[3,-9],[12,-1],[2,-22],[7,-13],[-8,-15],[1,-11],[8,-5],[-6,-6],[16,-6],[-10,-78],[-5,1],[-1,-12],[-6,8],[-5,-11],[-10,0],[1,-22],[5,-8],[-7,-3],[10,-31],[-10,-8],[-7,10],[-2,-8],[-19,9],[-20,-51],[23,-43],[18,-8],[-17,-16],[13,-54],[37,-25],[18,29],[8,-16],[25,-13],[0,-15],[-10,-3],[-1,-26],[9,-5],[9,18],[0,-14],[8,-14],[26,-20],[1,-18],[-15,-7],[-5,-18],[9,-13],[-4,-36],[23,-17],[9,-19],[3,12],[2,-13],[7,-5],[1,7],[6,1],[-2,6],[21,3],[6,15],[9,0],[15,-13],[-1,-8],[5,15],[5,-12],[15,1],[24,-35],[13,17],[5,27],[13,-4],[10,15],[12,-4],[1,11],[16,5],[2,-30],[18,-4],[6,-17],[9,-1],[-5,-20],[6,-25],[-4,0],[-2,-13],[6,-7],[-3,-29],[11,-26],[-4,-13],[-13,-4],[-9,-13],[8,-3],[3,-28],[1,-27],[-6,-24],[11,-8],[3,-22],[3,8],[14,-17],[-2,-25],[6,4],[3,-15],[-7,-9],[16,6],[-6,-6],[-5,-18],[1,-20],[-12,-26],[7,-12],[-4,2],[-2,-19],[-15,-23],[0,-14],[-11,6],[-2,-20],[-7,1],[3,-14],[-7,-4],[-7,8],[-1,-16],[27,-18],[-1,-13],[-24,-34],[-13,-9],[24,-7],[25,8],[13,-28],[18,-12],[4,13],[-5,9],[12,-7],[7,6],[-2,-17],[15,-24],[34,-23],[-8,-23],[-11,-13],[9,-14],[-4,-8]],[[1945,6141],[4,18],[-8,15],[11,10],[7,-4],[6,17],[7,0],[0,22],[19,3],[26,-23],[10,5],[2,19],[-6,13],[17,2],[-6,36],[5,38],[10,-25],[19,1],[2,30],[-6,8],[1,18],[-4,10],[-9,1],[19,4],[3,13],[-4,30],[-7,10],[5,8],[-3,27],[10,-11],[3,10],[22,10],[0,11],[9,9],[-3,19],[9,0],[7,16],[11,5],[2,22],[28,7],[-1,9],[9,-6],[15,-26],[9,10],[18,1],[16,26],[12,-10],[-3,14],[26,29],[-10,33],[24,-10],[6,39],[14,2],[35,78],[4,-11],[-2,-50],[10,13],[16,-5],[10,-15],[38,18],[45,-7],[3,44],[4,-5],[4,25],[8,-12],[-3,-17],[9,-2],[4,17],[8,-1],[27,65],[7,31],[7,-2],[12,15],[7,-2],[4,-10],[-3,-4],[6,-7],[1,12],[6,1],[19,-83],[36,16],[1,39],[5,2],[-4,21],[12,15],[6,28],[50,22],[3,-9],[-3,-9],[10,4],[14,24],[19,7],[5,31],[12,1],[8,30],[-2,21],[-8,11],[2,13],[11,-5],[0,-8],[18,6],[-1,-14],[30,8],[2,8],[-8,5],[8,1],[-7,8],[5,35],[-12,18],[-3,45],[18,10],[-6,4],[10,4],[1,15],[16,17],[19,8],[15,-32],[2,15],[6,7],[27,-21],[18,0],[12,-12],[1,-10],[60,-1],[1,-8],[25,2],[14,-10],[35,10],[4,9],[18,-4],[1,43],[23,-9],[-7,-15],[11,-15],[2,5],[14,-7],[6,20],[37,-26],[15,-21],[4,31],[4,-4],[10,22],[8,39],[7,0],[2,17],[11,-13],[20,-9],[6,17],[14,-14],[-3,21],[24,-10],[3,20],[21,-5],[7,-7],[0,-8],[9,0],[2,-14],[7,5],[-3,11],[7,-3],[-2,-11],[15,11],[7,31],[-4,5],[2,25],[-6,2],[1,36],[15,-5],[2,83],[-16,7],[3,17],[-11,15],[8,17],[8,-7],[6,7],[-16,29],[-1,13],[7,-3],[-1,8],[-16,30],[27,25],[17,-34],[40,-30],[3,12],[8,-2],[-8,9],[6,12],[-18,12],[8,13],[6,-7],[3,12],[-7,6],[14,11],[-5,54],[30,-27],[8,0],[-2,31],[19,-20],[19,1],[1,48],[-5,27],[-6,5],[7,4],[-2,37],[-22,67],[28,12],[-7,39],[26,-17]],[[3540,7800],[2,-23],[13,-1],[6,-28],[7,30],[-6,2],[12,38],[21,6],[-2,-9],[15,-46],[20,-6],[10,9],[-5,27],[19,3],[8,22],[16,0],[1,-26],[-4,-7],[8,-19],[-3,4],[-7,-24],[7,-18],[3,-33],[11,-26],[5,7],[-1,13],[7,0],[6,-13],[9,-1],[4,-14],[6,18],[-3,9],[11,17],[3,-11],[14,2],[2,27],[15,-26],[10,-5],[-1,21],[28,-2],[14,10],[22,-27],[-3,49],[11,4],[4,10],[16,2],[7,12],[6,-3],[10,87],[37,-15],[6,15],[4,32],[-13,77],[1,37],[77,-27],[36,-47],[48,73],[-3,15],[-13,18],[-1,29],[26,11],[16,21],[15,1],[6,13],[4,-18],[23,26],[-6,36],[-14,29],[12,9],[1,8],[20,4],[-13,41],[6,6],[29,-7],[-2,-38],[16,-14],[2,13],[10,-4],[10,-29],[-16,-2],[18,-19],[16,-6],[-3,20],[12,5],[2,29],[7,-3],[-4,-8],[22,-14],[3,9],[8,-4],[6,14],[2,-23],[3,0],[13,-48],[14,-9],[6,-24],[3,11],[6,-2],[0,-23],[6,-13],[-2,-25],[10,15],[6,-7],[22,15],[5,-24],[11,-10],[-1,-9],[30,-24],[-8,-13],[7,5],[4,-71],[11,-11],[14,5],[7,-15],[6,9],[7,-3],[16,-12],[4,-22],[8,2]],[[4515,7871],[5,-13],[-4,-10],[11,0],[0,-6],[7,5],[15,-19],[18,-9],[6,-14],[35,-22],[20,-26],[9,9],[14,-3],[7,23],[-1,12],[-7,10],[13,-2],[0,20],[12,8],[-2,6],[6,12],[5,-2],[3,17],[5,-1],[-2,15],[14,-16],[0,6],[15,4],[5,-12],[1,8],[21,-20],[-4,-13],[20,-9],[-3,-5],[4,-2],[8,19],[7,-14],[6,14],[14,-11],[8,-37],[22,-7],[14,-27],[4,4],[1,33],[12,18],[7,-13],[0,-43],[11,-10],[-3,-10],[-16,7],[15,-13],[1,-28],[18,-4],[9,10],[11,-7],[6,15],[5,-13],[7,4],[-7,25],[11,15],[11,-23],[6,4],[1,18],[7,5],[-4,12],[10,1],[4,19],[-17,8],[-9,73],[5,9],[16,-4],[21,13],[2,37],[6,-10],[14,0],[-3,57],[31,-24],[2,-10],[-7,-9],[0,-14],[22,-37],[5,-24],[26,-5],[8,-13],[0,7],[12,1],[3,23],[20,7],[3,17],[12,-2],[0,-13],[3,4],[7,-16],[7,11],[2,-37],[5,4],[-4,13],[10,5],[5,-14],[8,18],[48,11],[-6,51],[-33,60],[-2,20],[-21,15],[17,-4],[-23,37],[12,26],[-17,7],[-17,21],[19,61],[-4,11],[30,61],[-20,24],[-9,44],[-25,23],[13,39],[15,22],[-19,32],[-14,89],[7,45],[-1,56],[-10,18],[22,91],[-7,33],[-42,52],[-8,31],[0,60]],[[5089,8896],[6,3],[3,0],[4,0],[5,0],[4,-2],[3,-2],[3,-1],[2,-2],[1,-3],[3,-4],[5,-1],[4,-1],[9,4],[9,4],[2,1],[4,1],[7,0],[5,-3],[12,-4],[7,-1],[3,-2],[3,-2],[9,-6],[2,-3],[3,-2],[2,-3],[1,-2],[1,-5],[2,-4],[0,-3],[2,-2],[13,-18],[8,-5],[9,-5],[10,-5],[12,-1],[12,-5],[19,-12],[5,-3],[2,-2],[1,-2],[3,-4],[2,-8],[0,-2],[1,-4],[1,-6],[2,-6],[1,-7],[0,-3],[0,-4],[3,-3],[6,-8],[4,-3],[9,-5],[3,-3],[10,2],[6,2],[2,2],[3,2],[2,1],[2,1],[2,0],[5,-1],[3,-2],[1,-2],[1,-2],[1,-2],[1,-1],[3,-3],[2,-1],[4,0],[3,2],[3,3],[1,1],[1,2],[1,2],[5,5],[1,1],[15,13],[2,0],[3,2],[5,0],[2,-1],[2,-1],[1,-1],[3,-2],[2,-1],[2,-1],[9,0],[3,4],[7,10],[6,16],[5,7],[5,5],[17,7],[8,-3],[6,-5],[14,-36],[0,-5],[4,-32],[0,-21],[0,-4],[0,-10],[1,-6],[2,-5],[4,-10],[11,-25],[3,-7],[2,-4],[3,-6],[5,-16],[1,-8],[0,-4],[2,-8],[7,-31],[2,-13],[1,-11],[3,-12],[-1,-27],[4,-12],[17,-9],[6,-2],[3,-1],[2,0],[2,2],[15,21],[10,7],[11,8],[19,12],[13,7],[12,6],[12,8],[4,4],[6,3],[2,2],[3,1],[7,2],[2,0],[2,0],[1,0],[4,-1],[9,-8],[6,-5],[5,-4],[5,-4],[6,-6],[0,-1],[3,-5],[1,-2],[-1,-4],[0,-2],[-1,-2],[5,-30],[8,-24],[6,-32],[1,-24],[0,-8],[1,-23],[4,-30],[5,-9],[6,-8],[2,-1],[1,-1],[4,-6],[3,-4],[1,-2],[-15,-14],[-13,-11],[-5,-4],[-2,0],[-1,-3],[-1,-1],[-5,-9],[-2,-2],[-1,-3],[-6,-11],[-1,-2],[0,-2],[0,-4],[0,-2],[2,-4],[1,-2],[1,-2],[1,-2],[1,-1],[2,-2],[17,-13],[19,-11],[0,-3],[1,-3],[1,-2],[2,-6],[1,-1],[7,-6],[1,2],[1,3],[6,18],[12,24],[5,11],[5,1],[5,-4],[7,-7],[4,7],[3,13],[3,30],[4,31],[3,13],[4,12],[7,14],[8,10],[9,13],[6,13],[10,13],[3,4],[1,4],[4,14],[13,7],[4,3],[18,-1],[2,-1],[2,0],[7,-13],[8,-16],[10,-5],[18,-6],[17,-17],[8,-12],[3,-6],[4,-15],[3,-14],[2,-13],[-1,-6],[3,-6],[1,-3],[2,0],[2,-1],[3,0],[1,0],[4,4],[3,5],[6,4],[7,5],[4,1],[7,0],[5,1],[3,-1],[1,1],[1,1],[2,2],[1,1],[3,7],[1,5],[0,11],[1,14],[0,6],[1,26],[1,7],[6,28],[1,7],[1,9],[4,18],[0,2],[1,2],[2,3],[0,2],[2,3],[2,3],[1,0],[10,-7],[14,-5],[11,-5],[11,1],[13,2],[7,-4],[2,-8],[5,-18],[7,0],[13,-2],[12,-1],[5,5],[1,2],[3,3],[5,9],[5,6],[3,2],[1,0],[10,-9],[15,-7],[7,-16],[6,-19],[3,-16],[5,-6],[6,-6],[11,-6],[5,-14],[6,-15],[4,-10],[6,-15],[2,-6],[1,-2],[6,-15],[6,-14],[7,-15],[2,-1],[5,-2],[2,0],[12,-14],[8,-14],[4,-7],[12,-18],[9,-24],[4,-10],[8,-19],[2,-6],[4,-14],[2,-11],[0,-13],[-4,-9],[-13,-17],[-4,-6],[-4,-5],[-9,-8],[-1,0],[-2,-2],[-2,0],[-3,-1],[-2,0],[-2,1],[-5,0],[-4,-25],[2,-5],[1,-5],[1,-4],[0,-3],[1,-7],[1,-28],[-8,-9],[-11,-11],[-2,-1],[-2,-1],[-2,-25],[3,-7],[6,-18],[-2,-9],[-4,-10],[-9,-15],[-13,-15],[-4,-4],[-3,-2],[-3,-4],[-1,-2],[-1,-3],[-2,-3],[-1,-6],[-3,-11],[-3,-13],[-1,-3],[-1,-2],[-1,-3],[0,-1],[-5,-10],[-6,-6],[-14,-17],[-3,-1],[-2,-2],[-1,0],[-7,11],[-7,12],[-10,11],[-10,13],[-1,1],[-2,0],[-1,0],[-2,-1],[-7,-5],[-3,-7],[0,-14],[1,-11],[-4,-25],[-12,-25],[-3,-8],[-3,-10],[-5,-5],[-15,2],[-12,0],[-15,-2],[-7,0],[-2,0],[-8,-16],[-4,-18],[3,-5],[3,-4],[1,-2],[1,-2],[0,-3],[-8,-6],[-10,-4],[-12,-9],[-10,-11],[-5,-8],[1,-9],[8,-13],[4,-18],[0,-6],[0,-2],[-3,-10],[-1,-2],[-1,-1],[-3,0],[-5,-1],[-1,1],[-4,13],[0,12],[1,3],[-1,5],[-2,2],[-1,2],[-1,0],[-3,0],[-4,-1],[-7,-8],[-7,-10],[-4,-8],[-1,-5],[-4,-9],[-2,-31],[3,-11],[4,-8],[6,-3],[3,-4],[3,-8],[1,-10],[2,-13],[2,-14],[-1,-8],[-3,-7],[0,-5],[1,-1],[1,-1],[9,-11],[3,-2],[3,1],[3,4],[1,3],[2,2],[1,2],[1,1],[3,5],[3,3],[1,2],[3,2],[2,1],[1,0],[1,1],[2,-1],[1,-2],[2,-5],[13,-21],[3,-3],[1,-1],[1,-1],[1,-2],[0,-2],[0,-3],[-2,-11],[-3,-7],[-2,-1],[-1,-2],[-1,-2],[0,-4],[0,-4],[1,-2],[3,-6],[3,-2],[4,0],[2,1],[1,0],[2,2],[1,0],[2,0],[1,0],[2,-2],[1,-1],[2,-5],[1,-3],[4,-18],[0,-3],[0,-3],[-1,-4],[-1,-3],[5,-20],[12,-27],[0,-8],[1,-9],[1,-1],[4,-2],[1,0],[1,0],[4,2],[1,0],[6,9],[4,13],[5,15],[5,17],[2,3],[1,1],[7,3],[2,1],[1,0],[3,-3],[8,-3],[6,-2],[8,-2],[8,-3],[18,-6],[10,7],[11,0],[2,-1],[3,-2],[2,-4],[1,-2],[0,-2],[1,-4],[2,-10],[2,-28],[-1,-25],[-5,-24],[-2,-4],[1,-7],[1,-8],[3,-12],[2,-1],[2,-3],[1,-1],[1,-1],[6,-7],[4,-5],[3,-14],[2,-9],[5,-20],[1,-7],[1,-4],[7,-13],[7,-7],[1,-2],[5,-7],[1,-2],[1,-2],[1,-3],[2,-2],[1,1],[1,0],[3,1],[3,4],[3,7],[3,6],[1,1],[1,1],[3,1],[18,2],[7,-1],[1,0],[1,-1],[7,-14],[7,-25],[10,-28],[11,-25],[11,-20],[4,-11],[1,-9],[2,-7],[6,-23],[3,-6],[4,-10],[2,-5],[2,-6],[3,-10],[6,-17],[6,-8],[8,-24],[11,-8],[5,-6],[4,-7],[4,-21],[6,-25],[3,-8],[3,-5],[7,-14],[5,-4],[1,-1],[3,-1],[15,-8],[8,-19],[6,-15],[7,-21],[2,-12],[-1,-12],[1,-9],[5,-13],[1,-12],[0,-12],[-4,-9],[-3,-19],[3,-17],[3,-21],[2,-10],[2,-10],[-1,-29],[-4,-21],[7,-28],[9,-10],[8,-8],[7,-8],[5,-11],[2,-13],[-3,-14],[1,-17]],[[3540,7800],[-4,28],[-11,16],[-1,28],[-8,4],[4,4],[-4,6],[-44,11],[4,18],[-3,-4],[-7,9],[5,15],[-1,8],[-8,-2],[3,18],[-7,7],[-9,32],[-5,-3],[-6,10],[2,30],[-10,33],[5,5],[-6,1],[-5,31],[-8,1],[8,4],[-7,9],[3,10],[-20,14],[-9,34],[-9,6],[3,34],[-5,21],[-16,19],[3,14],[-15,22],[10,33],[-10,44],[4,36],[-16,-3],[-13,7],[1,40],[13,40],[33,36],[6,18],[-17,28],[14,90],[39,19],[17,58],[1,-32],[17,5],[6,12],[-20,20],[2,28],[5,5],[8,45],[-1,17],[10,23],[-1,9],[24,-9],[14,28],[-14,26],[0,11],[14,21],[-4,11],[-4,-5],[-7,8],[7,8],[-4,11],[4,18],[6,3],[-15,-1],[4,8],[-10,14],[11,12],[14,-19],[24,27],[5,-8],[6,4],[1,-17],[-9,-8],[15,1],[7,9],[20,-23],[4,-19],[22,-12],[2,-10],[17,4],[6,-10],[2,13],[3,-4],[24,15],[4,29],[-6,28],[8,19],[-2,27],[10,15],[-4,34],[35,-1],[20,14],[25,71]],[[3739,9214],[2,-3],[6,-6],[9,-6],[10,-15],[11,-11],[8,-1],[7,3],[4,3],[7,-3],[11,-14],[16,-19],[9,-4],[9,-2],[13,4],[4,0],[3,1],[9,-17],[3,-13],[0,-11],[-1,-21],[1,-8],[9,-4],[5,0],[10,12],[8,13],[8,3],[1,0],[2,0],[2,-2],[13,-15],[8,-12],[6,-8],[3,-1],[10,0],[7,1],[7,8],[7,0],[6,-5],[0,-3],[2,0],[4,4],[5,7],[2,8],[1,4],[0,5],[0,17],[1,20],[6,27],[2,15],[3,16],[2,5],[5,7],[5,10],[4,12],[5,30],[1,7],[0,3],[-1,2],[-1,2],[-1,1],[2,1],[4,2],[16,-6],[12,1],[10,-6],[1,0],[3,1],[2,1],[6,3],[4,5],[1,6],[1,5],[2,9],[1,5],[10,-1],[2,-1],[3,-2],[3,-2],[4,-4],[1,-2],[7,-10],[6,-8],[5,-6],[1,-3],[3,0],[1,7],[2,16],[1,9],[1,1],[1,0],[1,0],[5,-2],[1,0],[3,-1],[2,-1],[1,-1],[4,-3],[6,-4],[6,-4],[2,-1],[11,-4],[11,-5],[2,-2],[2,-2],[5,-7],[3,-5],[6,-6],[11,-7],[1,0],[2,-1],[4,0],[1,1],[9,7],[3,2],[2,2],[3,5],[4,5],[2,2],[1,0],[12,6],[1,0],[1,0],[10,0],[4,-2],[6,4],[0,16],[0,5],[-3,29],[-4,31],[-2,16],[0,13],[2,14],[7,11],[5,8],[1,1],[1,3],[-1,3],[-1,1],[-1,0],[-1,0],[-1,-1],[-3,-2],[-1,-1],[-3,12],[-2,11],[-1,10],[-7,15],[-1,2],[-2,7],[0,3],[1,2],[1,3],[1,3],[2,4],[1,2],[2,7],[1,2],[2,0],[2,1],[9,19],[9,23],[4,18],[1,15],[1,24],[-1,2],[-1,5],[-1,4],[-1,8],[-1,3],[0,2],[0,2],[0,3],[0,10],[0,3],[7,11],[3,7],[-1,12],[-7,32],[-1,3],[0,3],[-1,6],[-1,3],[-1,2],[-1,5],[-1,2],[-1,3],[-1,2],[-2,2],[-14,-15],[-8,-10],[-5,0],[-6,5],[-2,3],[-3,7],[-1,2],[-5,9],[-2,4],[-1,2],[-4,4],[0,11],[3,14],[5,19],[8,19],[4,19],[6,1],[8,0],[1,-1],[1,-1],[3,2],[7,7],[3,3],[12,14],[5,18],[0,2],[1,4],[1,1],[3,1],[5,1],[3,1],[2,-1],[7,-4],[3,-4],[0,-2],[1,-9],[-1,-8],[4,-11],[2,-2],[1,-2],[2,0],[7,-1],[7,0],[10,0],[3,3],[1,4],[0,3],[0,2],[-1,7],[0,9],[0,11],[1,4],[1,0],[2,0],[3,0],[5,-4],[4,-6],[8,-11],[8,-8],[8,-5],[10,-1],[9,-2],[5,-3],[2,-2],[6,-6],[1,-2],[1,-2],[0,-5],[-1,-2],[-2,-4],[-1,-2],[-2,-2],[-1,0],[-5,-4],[-3,-7],[0,-2],[0,-2],[3,-20],[2,-8],[2,-6],[4,-7],[1,-1],[9,1],[4,2],[18,-6],[10,1],[5,5],[-4,11],[2,17],[1,5],[1,3],[9,30],[11,21],[7,3],[12,9],[6,5],[2,0],[5,3],[3,-20],[1,-13],[1,-2],[-1,-9],[0,-5],[0,-6],[0,-8],[0,-6],[0,-8],[1,-5],[1,-9],[-1,-30],[6,-19],[13,-14],[2,-1],[4,1],[1,1],[2,2],[6,6],[2,3],[1,2],[-2,6],[-2,4],[-1,3],[0,2],[0,3],[1,2],[1,1],[7,9],[13,5],[16,11],[16,10],[4,2],[1,0],[2,0],[1,-1],[1,0],[2,-2],[2,-2],[0,-2],[0,-2],[-4,-21],[1,-17],[2,-9],[8,-15],[2,-3],[2,0],[18,2],[16,-5],[3,-1],[1,-5],[0,-2],[1,-5],[1,-15],[-1,-13],[-1,-8],[-2,-9],[0,-4],[0,-4],[2,-5],[3,-2],[4,-3],[1,0],[4,-2],[4,-3],[2,-3],[3,-8],[3,-9],[-2,-26],[-1,-3],[-2,-3],[-4,-5],[-11,-16],[-7,-14],[-7,-13],[0,-15],[-1,-27],[1,-25],[3,-17],[4,-24],[4,-20],[1,-21],[1,-10],[0,-10],[0,-3],[1,-2],[3,-8],[7,-12],[5,-10],[6,-23],[0,-3],[1,-2],[5,-11],[1,-3],[12,-27],[2,-6],[3,-5],[2,-6],[2,-2],[7,-2],[18,-11],[18,-12],[19,-17],[4,-5],[0,-2],[3,-4],[1,-7],[0,-3],[1,-2],[2,-6],[4,-11],[2,-3],[1,-3],[3,-3],[0,-2],[2,-6],[1,-6],[1,-2],[0,-2],[3,-34],[1,-21],[-3,-24],[1,-3],[4,-14],[-6,-12],[-1,-3],[-3,-19],[1,-2],[2,-5],[1,-3],[3,-10],[1,-2],[2,-25],[-2,-14],[-3,-13],[0,-3],[1,-5],[3,-10],[2,-1],[14,-9],[2,0],[10,2],[1,1],[2,2],[1,2],[13,22],[4,10],[5,10],[6,18],[2,8],[3,11],[2,14],[2,5],[2,7],[4,7],[4,5],[6,4],[2,1],[7,3],[8,-1],[5,-3],[7,-8],[13,-15],[15,-14],[13,-20],[8,-11],[15,-9],[3,0],[8,3],[3,1],[3,3],[7,-4],[5,-8],[4,-10],[9,-23],[18,2],[1,1]],[[1267,7398],[-1,11],[-3,-1],[-3,-3],[-2,1],[-1,2],[-2,3],[0,3],[1,9],[2,3],[1,3],[5,4],[8,3],[6,2],[7,0],[4,0],[3,2],[12,9],[15,12],[3,3],[2,5],[1,2],[1,2],[1,3],[0,5],[4,15],[5,15],[5,9],[4,7],[6,6],[6,8],[11,15],[2,3],[1,6],[2,7],[2,6],[2,12],[1,8],[-6,36],[1,30],[1,21],[1,10],[2,26],[3,16],[4,18],[5,20],[2,14],[-1,9],[-1,11],[0,2],[0,3],[1,3],[0,2],[2,1],[12,2],[7,-3],[7,-10],[2,-6],[2,-10],[4,-8],[14,-3],[20,-1],[6,-1],[3,1],[18,8],[4,2],[4,3],[8,9],[8,13],[6,11],[6,10],[9,13],[6,2],[4,-8],[5,-13],[1,-4],[0,-3],[0,-3],[-1,-5],[-1,-5],[0,-5],[1,-1],[1,-1],[3,-1],[3,0],[2,0],[2,1],[6,6],[7,4],[2,-1],[2,0],[19,-12],[24,-6],[11,-2],[3,1],[2,2],[0,2],[0,3],[0,3],[0,3],[-1,16],[-2,13],[0,3],[0,2],[1,2],[1,3],[1,2],[3,4],[4,3],[3,3],[1,1],[4,5],[1,2],[1,5],[1,5],[0,5],[0,3],[7,29],[3,8],[3,8],[1,3],[4,13],[9,27],[1,1],[1,3],[1,2],[0,7],[-1,11],[-4,10],[-3,12],[0,17],[2,5],[1,4],[4,5],[1,2],[2,1],[4,12],[2,13],[-1,19],[10,19],[10,26],[8,8],[7,6],[13,-5],[18,1],[5,-7],[4,-14],[1,-17],[2,-16],[6,-18],[2,1],[2,2],[2,2],[1,2],[6,7],[4,2],[7,1],[6,0],[6,3],[11,6],[2,1],[1,2],[0,2],[1,2],[-2,12],[-4,25],[0,27],[5,33],[15,9],[18,16],[12,7],[14,10],[6,11],[8,21],[3,18],[-3,21],[-1,25],[-1,22],[11,0],[14,-3],[1,0],[2,-1],[1,-1],[2,-18],[5,-10],[2,-5],[4,-6],[9,-28],[5,-20],[4,-26],[4,-8],[15,-14],[17,-8],[17,-12],[11,-11],[8,-9],[6,5],[9,24],[10,25],[4,9],[3,4],[4,7],[1,2],[4,3],[4,5],[2,2],[0,2],[3,10],[0,11],[3,9],[6,7],[6,5],[5,2],[9,4],[11,9],[2,2],[0,3],[0,3],[0,25],[-9,5],[-2,1],[-4,8],[-1,3],[-1,3],[0,4],[1,6],[6,17],[13,26],[6,11],[2,2],[1,0],[5,8],[4,9],[6,15],[0,18],[-2,22],[-1,10],[-4,11],[-4,9],[-9,15],[-2,5],[-1,2],[-1,5],[-1,3],[-1,11],[3,3],[3,1],[3,2],[18,15],[5,8],[7,7],[2,2],[3,2],[2,1],[3,0],[3,0],[2,-2],[13,-5],[11,0],[12,0],[1,0],[3,0],[1,0],[6,-2],[3,-2],[14,-4],[17,11],[16,17],[3,13],[5,11],[11,13],[7,10],[16,5],[10,2],[8,0],[5,-7],[9,-13],[9,-13],[15,-19],[18,-5],[5,10],[4,10],[4,15],[12,19],[6,8],[2,4],[3,-1],[3,-6],[3,-8],[3,-5],[6,-6],[6,2],[4,3],[6,4],[3,6],[4,13],[3,4],[1,3],[8,-3],[16,-1],[9,1],[12,-7],[13,2],[11,-2],[7,-8],[15,-20],[17,-3],[18,-2],[2,1],[16,8],[2,3],[2,4],[1,6],[3,17],[0,16],[0,2],[0,3],[0,5],[0,3],[1,3],[9,-1],[5,-6],[3,-4],[1,-2],[4,-4],[1,-2],[4,-1],[2,0],[2,2],[14,14],[13,31],[-7,32],[-10,19],[0,2],[-1,3],[0,2],[-1,3],[-1,19],[0,3],[0,3],[1,2],[0,2],[2,2],[5,15],[3,17],[5,23],[-1,2],[-2,2],[0,2],[0,4],[0,2],[1,6],[1,5],[4,4],[3,2],[2,1],[11,-8],[6,-6],[7,-4],[7,-4],[7,1],[15,7],[5,5],[5,10],[13,24],[-2,23],[0,5],[7,10],[8,4],[13,6],[13,10],[7,7],[2,6],[1,2],[2,5],[2,-1],[1,-1],[11,-12],[5,-6],[5,-10],[8,-3],[7,-1],[5,-4],[6,-6],[4,-11],[3,-7],[5,-1],[2,0],[2,3],[4,11],[9,12],[10,0],[15,-1],[15,4],[11,12],[4,21],[7,16],[10,11],[3,0],[3,1],[6,3],[16,9],[6,5],[9,8],[12,5],[16,16],[7,11],[6,6],[13,11],[13,8],[5,1],[13,3],[5,3],[13,6],[12,3],[11,10],[7,13],[5,9],[8,4],[5,4],[5,8],[9,30],[3,15],[2,8],[1,11],[-1,7],[0,7],[-1,5],[7,7],[9,5],[8,4],[7,6],[8,12],[8,12],[6,-1],[16,-10],[2,-5],[4,-11],[5,-11],[4,-3],[12,-2],[11,3],[7,6],[10,7],[9,4],[12,4],[20,7],[1,10],[7,10],[6,5],[9,-4],[3,-2],[6,-2],[3,-1],[5,-1],[17,10],[3,12],[0,17],[-2,24],[0,10],[3,10],[11,18],[7,22],[-1,18],[-2,14],[-10,15],[-9,7],[-11,-4],[-3,-2],[-3,-3],[-2,0],[-1,1],[-4,4],[-9,11],[-11,10],[-14,9],[-3,4],[-4,4],[-7,3],[-8,-1],[-9,1],[-14,9],[-7,7],[-1,6],[1,2],[5,5],[0,15],[-12,8],[-6,10],[5,10],[10,18],[6,4],[8,-4],[5,-1],[2,2],[3,8],[1,31],[-10,12],[-8,0],[-7,-2],[-2,-1],[-11,-12],[-7,-8],[-1,-1],[-5,-3],[-2,0],[-9,-2],[-9,5],[-3,6],[-5,8],[-10,6],[-10,6],[-6,7],[0,2],[0,16],[5,10],[3,12],[1,17],[4,29],[6,7],[9,9],[4,4],[2,6],[-1,3],[-3,6],[-1,6],[3,6],[6,15],[3,9],[0,12],[-2,9],[-1,24],[11,20],[4,17],[2,6],[3,12],[5,12],[14,2],[6,1],[3,-1],[1,-3],[7,-13],[9,-19],[5,-15],[2,-7],[3,-6],[2,-3],[6,-2],[6,3],[13,16],[13,9],[11,-13],[9,-12],[10,-2],[1,-10],[0,-3],[0,-28],[4,-7],[3,-4],[3,-6],[9,-7],[7,-1],[7,-5],[4,-9],[6,1],[9,0],[3,1],[2,2],[11,13],[4,4],[8,15],[11,17],[7,10],[4,4],[4,1],[9,-1],[6,0],[8,-18],[6,-18],[16,-11],[9,-1],[2,0],[1,18],[1,24],[0,10],[-2,16],[1,14],[7,10],[2,0],[2,-1],[7,-9],[2,-15],[-5,-20],[-4,-14],[0,-2],[-1,-22],[-3,-14],[7,-5],[5,-2],[9,-2],[13,-3],[6,-3],[10,-8],[9,-15],[2,-9],[-7,-7],[-3,-13],[3,-6],[12,4],[19,9],[8,5],[8,-6],[12,-20],[8,-18],[1,-7],[3,-11],[6,-8],[16,-15],[2,-14],[-1,-13],[-2,-23],[-6,-30],[4,-17],[-4,-13],[-11,-29],[-1,-11],[-2,-15],[-2,-8],[-4,-10],[-3,-6],[-8,-7],[-7,-18],[-2,-14],[-8,-18],[4,-19],[8,-11],[13,-8],[16,-2],[16,18],[7,4],[2,0],[3,1],[2,1],[6,4],[18,12],[8,4],[12,14],[9,6],[8,0],[3,-22],[0,-18],[-1,-35],[1,-21],[-3,-11],[-3,-2],[-5,-6],[-8,-11],[-4,-10],[-2,-13],[0,-16],[-2,-14],[-3,-14],[-6,-25],[-5,-33],[-2,-7],[-6,-9],[2,-18],[2,-4]]],"transform":{"scale":[0.0006768446844684243,0.00025041274127412914],"translate":[12.09076,48.551825999999835]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/DE.json b/dist-amd/map/TopoJSON/DE.json new file mode 100644 index 0000000000..9a02c1d26e --- /dev/null +++ b/dist-amd/map/TopoJSON/DE.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3]]},{"type":"Polygon","arcs":[[4,5,-1,6,7]]},{"type":"Polygon","arcs":[[8]]},{"type":"Polygon","arcs":[[9,10,11,12]]},{"type":"Polygon","arcs":[[13,14]]},{"type":"Polygon","arcs":[[15]]},{"type":"Polygon","arcs":[[16,-3,17,18]]},{"type":"Polygon","arcs":[[19,20,21,-5,22,23],[-16]]},{"type":"Polygon","arcs":[[24,25,26,27]]},{"type":"Polygon","arcs":[[28,-7,-4,-17,29,30]]},{"type":"Polygon","arcs":[[-27,31,32]]},{"type":"Polygon","arcs":[[33]]},{"type":"Polygon","arcs":[[34]]},{"type":"Polygon","arcs":[[-30,-19,35,-15,36,37,38,39]]},{"type":"Polygon","arcs":[[40,41,42,43]]},{"type":"Polygon","arcs":[[44,-13,45,46,47]]},{"type":"Polygon","arcs":[[-43,48,-10,-45,49,50]]},{"type":"Polygon","arcs":[[51,52]]},{"type":"Polygon","arcs":[[53,54,55,-23,-8,-29,56]]},{"type":"Polygon","arcs":[[57,58]]},{"type":"Polygon","arcs":[[-55,59,-59,60,61]]},{"type":"Polygon","arcs":[[62,63]]},{"type":"Polygon","arcs":[[64,-46,-12,65,66,-20,67,68],[-35]]},{"type":"Polygon","arcs":[[-64,69,70,-28,-33,71,72]]},{"type":"Polygon","arcs":[[73,-50,-48,74,75]]},{"type":"Polygon","arcs":[[76,77,-41,78,79,80],[-34]]},{"type":"Polygon","arcs":[[81,-39,82,83,84]]},{"type":"Polygon","arcs":[[85,86,-52,87,-77,88]]},{"type":"Polygon","arcs":[[89,-83,-38,90,-25,-71,91,92]]},{"type":"Polygon","arcs":[[93,-68,-24,-56,-62,94,95,96]]},{"type":"Polygon","arcs":[[97,-75,-47,-65,98,99]]},{"type":"Polygon","arcs":[[100,-80,101,102]]},{"type":"Polygon","arcs":[[103,104,105]]},{"type":"Polygon","arcs":[[-92,-70,-63,-73,106,107]]},{"type":"Polygon","arcs":[[108,-57,-31,-40,-82,109,110]]},{"type":"Polygon","arcs":[[111,-95,-61,-58,-60,-54,-109,112,113]]},{"type":"Polygon","arcs":[[-104,114,-76,-98,115,116]]},{"type":"Polygon","arcs":[[117,-102,-79,-44,-51,-74,-115,-106,118,119]]},{"type":"Polygon","arcs":[[120,-86,121,122]]},{"type":"Polygon","arcs":[[123,-84,-90,124,125]]},{"type":"Polygon","arcs":[[126,-110,-85,-124,127,128]]},{"type":"Polygon","arcs":[[-122,-89,-81,-101,129,130,131]]},{"type":"Polygon","arcs":[[132,133]]},{"type":"Polygon","arcs":[[134,-119,-105,-117,135,136]]},{"type":"Polygon","arcs":[[137,138]]},{"type":"Polygon","arcs":[[139,-130,-103,-118,140]]},{"type":"Polygon","arcs":[[141,-96,-112,142,-138,143]]},{"type":"Polygon","arcs":[[144,-97,-142,145,146,147]]},{"type":"Polygon","arcs":[[148,149,-113,-111,-127,150,151,152]]},{"type":"Polygon","arcs":[[153]]},{"type":"Polygon","arcs":[[154,-136,-116,-100,155,-134,156,157,158]]},{"type":"Polygon","arcs":[[-151,-129,159,160,161]]},{"type":"Polygon","arcs":[[162,-141,-120,-135,163,164]]},{"type":"Polygon","arcs":[[-146,-144,-139,-143,-114,-150,165,166]]},{"type":"Polygon","arcs":[[-157,-133,-156,-99,-69,-94,-145,167,168]]},{"type":"Polygon","arcs":[[-160,-128,-126,169,170,171]]},{"type":"Polygon","arcs":[[172,173,174,-123,-132,175,176]]},{"type":"Polygon","arcs":[[177,178]]},{"type":"Polygon","arcs":[[-170,-125,-93,-108,179,180]]},{"type":"Polygon","arcs":[[-168,-148,181,182]]},{"type":"Polygon","arcs":[[183,184,-166,-149,185,186]]},{"type":"Polygon","arcs":[[187,-182,-147,-167,-185,188]]},{"type":"Polygon","arcs":[[-186,-153,189,190,191]]},{"type":"Polygon","arcs":[[192,193,-176,-131,-140,-163,194,195],[-154]]},{"type":"Polygon","arcs":[[196,-179,197,-174,198,199]]},{"type":"Polygon","arcs":[[200,-164,-137,-155,201,202,203]]},{"type":"Polygon","arcs":[[204,-202,-159,205,206]]},{"type":"Polygon","arcs":[[-203,-205,207]]},{"type":"Polygon","arcs":[[208,-177,-194,209]]},{"type":"Polygon","arcs":[[210,211,212,213,214,-161,-172,215]]},{"type":"Polygon","arcs":[[216]]},{"type":"Polygon","arcs":[[217,-191,218,219]]},{"type":"Polygon","arcs":[[220,-219,-190,-152,-162,-215,221]]},{"type":"Polygon","arcs":[[-213,222]]},{"type":"Polygon","arcs":[[223]]},{"type":"Polygon","arcs":[[-216,-171,-181,224,225,226],[-217]]},{"type":"Polygon","arcs":[[227,-199,-173,-209,228,229]]},{"type":"Polygon","arcs":[[230,-200,-228,231]]},{"type":"Polygon","arcs":[[232,233,-206,-158,-169,-183,-188,234,235]]},{"type":"Polygon","arcs":[[-195,-165,-201,236,237,238]]},{"type":"Polygon","arcs":[[239,-235,-189,-184,240,241]]},{"type":"Polygon","arcs":[[242,243]]},{"type":"Polygon","arcs":[[244,-220,-221,245,246]]},{"type":"Polygon","arcs":[[247,-246,-222,-214,-223,-212,248]]},{"type":"Polygon","arcs":[[-241,-187,-192,-218,-245,249,-243,250,251]]},{"type":"Polygon","arcs":[[-237,-204,-208,-207,-234,252,253,254]]},{"type":"Polygon","arcs":[[255]]},{"type":"Polygon","arcs":[[256,257]]},{"type":"Polygon","arcs":[[258,-229,-210,-193,259,260],[-224]]},{"type":"Polygon","arcs":[[261,-253,-233,262]]},{"type":"Polygon","arcs":[[263]]},{"type":"Polygon","arcs":[[-232,-230,-259,264,265]]},{"type":"Polygon","arcs":[[266,-260,-196,-239,267,268],[-256]]},{"type":"Polygon","arcs":[[269]]},{"type":"Polygon","arcs":[[270]]},{"type":"Polygon","arcs":[[271,-249,-211,-227,272,-258,273,274,275,276]]},{"type":"Polygon","arcs":[[-274,-257,-273,-226,277,278,279]]},{"type":"Polygon","arcs":[[280,281,282]]},{"type":"Polygon","arcs":[[283]]},{"type":"Polygon","arcs":[[284,285]]},{"type":"Polygon","arcs":[[286,-279,287,288,-281,289,290],[-270]]},{"type":"Polygon","arcs":[[291,292]]},{"type":"Polygon","arcs":[[293,-276,294]]},{"type":"Polygon","arcs":[[295,296,-251,-244,-250,-247,-248,-272,297,298],[-264]]},{"type":"Polygon","arcs":[[299,-242,-252,-297,300,301]]},{"type":"Polygon","arcs":[[302,303,-254,-262,304,305,306,-292,307]]},{"type":"Polygon","arcs":[[308,-282,-289,309,310,-286,311,312],[-271]]},{"type":"Polygon","arcs":[[313,-291,314]]},{"type":"Polygon","arcs":[[315,316,317,318]]},{"type":"Polygon","arcs":[[-301,-296,319,320]]},{"type":"Polygon","arcs":[[321,-312,-285,-311,322,-316,323,324]]},{"type":"Polygon","arcs":[[325,326,-268,-238,-255,-304,327]]},{"type":"Polygon","arcs":[[328]]},{"type":"Polygon","arcs":[[329,330]]},{"type":"Polygon","arcs":[[331,-324,-319,332,333]]},{"type":"Polygon","arcs":[[334,335]]},{"type":"Polygon","arcs":[[336,-305,-263,-236,-240,-300,337,338],[-284]]},{"type":"Polygon","arcs":[[339]]},{"type":"Polygon","arcs":[[340,341]]},{"type":"Polygon","arcs":[[342,-265,-261,-267,343]]},{"type":"Polygon","arcs":[[-333,-318,344,345,346]]},{"type":"Polygon","arcs":[[347,348,-308,-293,-307,349,350,351]]},{"type":"Polygon","arcs":[[-351,352,353]]},{"type":"Polygon","arcs":[[354,-353,-350,-306,-337,355,356]]},{"type":"Polygon","arcs":[[357,358,359]]},{"type":"Polygon","arcs":[[360,-360,361]]},{"type":"Polygon","arcs":[[362,-330,363,364,-358,-361,365,366]]},{"type":"Polygon","arcs":[[367,-344,-269,-327,368,369]]},{"type":"Polygon","arcs":[[370,-366,-362,-359,-365,371,-295,-275,-280,-287,-314,372,373]]},{"type":"Polygon","arcs":[[374,-342,375,-313,-322,376,377]]},{"type":"Polygon","arcs":[[378,-335,379,380,-298,-277,-294,-372,-364,-331,-363,381]]},{"type":"Polygon","arcs":[[382,-373,-315,-290,-283,-309,-376,-341,-375,383,384]]},{"type":"Polygon","arcs":[[-352,-354,-355,385]]},{"type":"Polygon","arcs":[[-346,386,387,388]]},{"type":"Polygon","arcs":[[-320,-299,-381,389,390,391]]},{"type":"Polygon","arcs":[[392,-334,-347,-389,393,394]]},{"type":"Polygon","arcs":[[395,-328,-303,-349,396,397,398],[-329]]},{"type":"Polygon","arcs":[[399]]},{"type":"Polygon","arcs":[[400,-377,-325,-332,-393,401,402]]},{"type":"Polygon","arcs":[[403,-374,-383,404]]},{"type":"Polygon","arcs":[[405,-356,-339,406,407,408,409]]},{"type":"Polygon","arcs":[[410,-382,-367,-371,-404,411,412,413]]},{"type":"Polygon","arcs":[[-369,-326,-396,414,415],[-340]]},{"type":"Polygon","arcs":[[416,-384,-378,-401,417]]},{"type":"Polygon","arcs":[[418,-397,-348,-386,-357,-406,419]]},{"type":"Polygon","arcs":[[-407,-338,-302,-321,-392,420,421,422]]},{"type":"Polygon","arcs":[[423]]},{"type":"Polygon","arcs":[[424,-390,-380,-336,-379,-411,425]]},{"type":"Polygon","arcs":[[426,-370,-416,427,428],[-400]]},{"type":"Polygon","arcs":[[-398,-419,429,430]]},{"type":"Polygon","arcs":[[431]]},{"type":"Polygon","arcs":[[432,-412,-405,-385,-417,433,434]]},{"type":"Polygon","arcs":[[435,-409,436,437]]},{"type":"Polygon","arcs":[[438]]},{"type":"Polygon","arcs":[[439,-402,-395,440,441,442]]},{"type":"Polygon","arcs":[[443,444,-421,-391,-425,445,446,447]]},{"type":"Polygon","arcs":[[-437,-408,-423,448,449],[-424]]},{"type":"Polygon","arcs":[[450,451]]},{"type":"Polygon","arcs":[[452,-441,-394,-388,453,454],[-432]]},{"type":"Polygon","arcs":[[455]]},{"type":"Polygon","arcs":[[456,-446,-426,-414,457,458,-452,459]]},{"type":"Polygon","arcs":[[460,-434,-418,-403,-440,461]]},{"type":"Polygon","arcs":[[-448,462]]},{"type":"Polygon","arcs":[[463,464,465]]},{"type":"Polygon","arcs":[[-429,466,467,468]]},{"type":"Polygon","arcs":[[469,-458,-413,-433,470,-464,471,472,473]]},{"type":"Polygon","arcs":[[474]]},{"type":"Polygon","arcs":[[475,476,-430,-420,-410,-436,477,478,479],[-439]]},{"type":"Polygon","arcs":[[480,481,-465,-471,-435,-461,482,483]]},{"type":"Polygon","arcs":[[484,-460,-451,-459,-470,485,486,487]]},{"type":"Polygon","arcs":[[-487,488,489]]},{"type":"Polygon","arcs":[[490,-467,-428,-415,-399,-431,-477,491,492,493],[-456]]},{"type":"Polygon","arcs":[[494,-444,-463,-447,-457,-485,495]]},{"type":"Polygon","arcs":[[496,-472,-466,-482,497]]},{"type":"Polygon","arcs":[[498,499,-442,-453,500,501]]},{"type":"Polygon","arcs":[[502,-473,-497,503,504]]},{"type":"Polygon","arcs":[[505,506,-492,-476,507]]},{"type":"Polygon","arcs":[[508,-478,-438,-450,509,510,511],[-475]]},{"type":"Polygon","arcs":[[512,-489,-486,-474,-503,513,514]]},{"type":"Polygon","arcs":[[515,516,-479,-509,517]]},{"type":"Polygon","arcs":[[518,-510,-449,-422,-445,-495,519]]},{"type":"Polygon","arcs":[[520,-468,-491,521]]},{"type":"Polygon","arcs":[[-493,-507,522,523]]},{"type":"Polygon","arcs":[[524,-483,-462,-443,-500,525,526]]},{"type":"Polygon","arcs":[[527]]},{"type":"Polygon","arcs":[[-504,-498,-481,528,529,530]]},{"type":"Polygon","arcs":[[-526,-499,531,532]]},{"type":"Polygon","arcs":[[533]]},{"type":"Polygon","arcs":[[534,535,-501,-455,536]]},{"type":"Polygon","arcs":[[537,538,-508,-480,-517,539],[-528]]},{"type":"Polygon","arcs":[[540,541,-514,-505,-531,542]]},{"type":"Polygon","arcs":[[543,-511,-519,544,545]]},{"type":"Polygon","arcs":[[546,-529,-484,-525,547,548,549]]},{"type":"Polygon","arcs":[[550,-549,551]]},{"type":"Polygon","arcs":[[552,-522,-494,-524,553,554,555],[-534]]},{"type":"Polygon","arcs":[[556,557,-532,-502,-536,558]]},{"type":"Polygon","arcs":[[559,-545,-520,-496,-488,-490,-513,560,561]]},{"type":"Polygon","arcs":[[-561,-515,-542,562,563,564]]},{"type":"Polygon","arcs":[[565,-552,-548,-527,-533,-558,566,567]]},{"type":"Polygon","arcs":[[568,-554,-523,-506,-539,569,570]]},{"type":"Polygon","arcs":[[-570,-538,571,572]]},{"type":"Polygon","arcs":[[573,-518,-512,-544,574,575]]},{"type":"Polygon","arcs":[[-543,-530,-547,576,577]]},{"type":"Polygon","arcs":[[578,579,-572,-540,-516,-574,580,581]]},{"type":"Polygon","arcs":[[582]]},{"type":"Polygon","arcs":[[583,-582,584]]},{"type":"Polygon","arcs":[[585,-567,-557,586,587,588,589]]},{"type":"Polygon","arcs":[[590,591,-556,592,593,594]]},{"type":"Polygon","arcs":[[595]]},{"type":"Polygon","arcs":[[-564,596,597,598]]},{"type":"Polygon","arcs":[[599,600,-568,-586,601]]},{"type":"Polygon","arcs":[[602,603,-577,-550,-551,-566,-601,604]]},{"type":"Polygon","arcs":[[605,606,-575,-546,-560,607,608]]},{"type":"Polygon","arcs":[[-589,609]]},{"type":"Polygon","arcs":[[610,-593,-555,-569,611,612]]},{"type":"Polygon","arcs":[[613,-587,-559,-535,614,615,616,617]]},{"type":"Polygon","arcs":[[618,-608,-562,-565,-599,619,620]]},{"type":"Polygon","arcs":[[621,-612,-571,-573,-580,622,623]]},{"type":"Polygon","arcs":[[624,-591,625,626,627]]},{"type":"Polygon","arcs":[[628,-585,-581,-576,-607,629,630]]},{"type":"Polygon","arcs":[[631,-597,-563,-541,-578,-604,632]]},{"type":"Polygon","arcs":[[-623,-579,-584,-629,633,634,635]]},{"type":"Polygon","arcs":[[-627,636,637]]},{"type":"Polygon","arcs":[[-637,-626,-595,638,639,640]]},{"type":"Polygon","arcs":[[641,-605,-600,642,643,644]]},{"type":"Polygon","arcs":[[-643,-602,-590,-610,-588,-614,645,646,647,648]]},{"type":"Polygon","arcs":[[649,650,651]]},{"type":"Polygon","arcs":[[652,-639,-594,-611,653,-650,654]]},{"type":"Polygon","arcs":[[655,656]]},{"type":"Polygon","arcs":[[657,-620,-598,-632,658,659]]},{"type":"Polygon","arcs":[[-616,660,661,662]]},{"type":"Polygon","arcs":[[663]]},{"type":"Polygon","arcs":[[664,665]]},{"type":"Polygon","arcs":[[666,-635,667,668]]},{"type":"Polygon","arcs":[[669,-609,-619,670,671]]},{"type":"Polygon","arcs":[[-651,-654,-613,-622,672,-657,673,674]]},{"type":"Polygon","arcs":[[675,676,-617,-663,677]]},{"type":"Polygon","arcs":[[678,-646,-618,-677,679]]},{"type":"Polygon","arcs":[[680,-668,-634,-631,681,682]]},{"type":"Polygon","arcs":[[683,-640,-653,684,685]]},{"type":"Polygon","arcs":[[686,687,-647,-679,688,689]]},{"type":"Polygon","arcs":[[-674,-656,-673,-624,-636,-667,690,691],[-664]]},{"type":"Polygon","arcs":[[-687,692,693]]},{"type":"Polygon","arcs":[[694,-682,-630,-606,-670,695,-666,696]]},{"type":"Polygon","arcs":[[697,-659,-633,-603,-642,698,699]]},{"type":"Polygon","arcs":[[700,701,702,703,704]]},{"type":"Polygon","arcs":[[705,-648,-688,-694,706,707,708]]},{"type":"Polygon","arcs":[[709,-704,710]]},{"type":"Polygon","arcs":[[711,712,-678,-662,713,714]]},{"type":"Polygon","arcs":[[715,-708,716,717]]},{"type":"Polygon","arcs":[[718,-709,-716,719]]},{"type":"Polygon","arcs":[[720,-671,-621,-658,721,722]]},{"type":"Polygon","arcs":[[-699,-645,723,724,725]]},{"type":"Polygon","arcs":[[726,-702,727,-628,-638,-641,-684,728,729]]},{"type":"Polygon","arcs":[[730,-724,-644,-649,-706,-719,731,732]]},{"type":"Polygon","arcs":[[733,-712,734]]},{"type":"Polygon","arcs":[[735,-691,-669,-681,736,737]]},{"type":"Polygon","arcs":[[738,-685,-655,-652,-675,-692,-736,739,740]]},{"type":"Polygon","arcs":[[-737,-683,-695,741,742,743]]},{"type":"Polygon","arcs":[[-732,-720,-718,744,745]]},{"type":"Polygon","arcs":[[746,747]]},{"type":"Polygon","arcs":[[748,749,-689,-680,-676,-713,-734,750,751,752]]},{"type":"Polygon","arcs":[[753,-749,754]]},{"type":"Polygon","arcs":[[-745,-717,-707,-693,-690,-750,-754,755,756,757,758]]},{"type":"Polygon","arcs":[[759,-742,-697,-665,-696,-672,-721,760,761]]},{"type":"Polygon","arcs":[[762,-740,-738,-744,763,764,765]]},{"type":"Polygon","arcs":[[766,767,768,769]]},{"type":"Polygon","arcs":[[770,-752,771,772]]},{"type":"Polygon","arcs":[[773,774]]},{"type":"Polygon","arcs":[[-772,-751,-735,-715,775,776,777]]},{"type":"Polygon","arcs":[[778,-725,-731,779,-768,780,781]]},{"type":"Polygon","arcs":[[-729,-686,-739,782,783,-774,784]]},{"type":"Polygon","arcs":[[785,786,-711,-703,-727,787,788]]},{"type":"Polygon","arcs":[[-757,789,790,791]]},{"type":"Polygon","arcs":[[-769,-780,-733,-746,-759,792,793,794]]},{"type":"Polygon","arcs":[[795,-722,-660,-698,796,797]]},{"type":"Polygon","arcs":[[798,-797,-700,-726,-779,799,800]]},{"type":"Polygon","arcs":[[801]]},{"type":"Polygon","arcs":[[802,-794,803,804,805,806]]},{"type":"Polygon","arcs":[[807,-804,-793,-758,-792,808,809,810]]},{"type":"Polygon","arcs":[[811,812]]},{"type":"Polygon","arcs":[[813,-764,-743,-760,814,815]]},{"type":"Polygon","arcs":[[-806,816,817]]},{"type":"Polygon","arcs":[[818,-790,-756,-755,-753,-771,819]]},{"type":"Polygon","arcs":[[-809,-791,-819,820,821]]},{"type":"Polygon","arcs":[[-770,-795,-803,822,823]]},{"type":"Polygon","arcs":[[824,825,-705,-710,-787,826,827]]},{"type":"Polygon","arcs":[[-815,-762,828,-747,829,-812,830,831,832]]},{"type":"Polygon","arcs":[[833,-765,-814,834,835,836]]},{"type":"Polygon","arcs":[[-831,-813,-830,-748,-829,-761,-723,-796,837,838]]},{"type":"Polygon","arcs":[[-817,-805,-808,839]]},{"type":"Polygon","arcs":[[-810,-822,840,841]]},{"type":"Polygon","arcs":[[842,-783,-741,-763,843,844,845],[-802]]},{"type":"Polygon","arcs":[[846,-825,847]]},{"type":"Polygon","arcs":[[848,-788,-730,-785,-775,-784,-843,849,850]]},{"type":"Polygon","arcs":[[-844,-766,-834,851,852]]},{"type":"Polygon","arcs":[[853,854,-800,-782,855,856,857]]},{"type":"Polygon","arcs":[[858,-856,-781,-767,-824,859,860]]},{"type":"Polygon","arcs":[[-857,-859,861,862]]},{"type":"Polygon","arcs":[[-835,-816,-833,863,864]]},{"type":"Polygon","arcs":[[-860,-823,-807,-818,-840,-811,-842,865,866,867]]},{"type":"Polygon","arcs":[[-866,-841,-821,-820,-773,-778,868,869]]},{"type":"Polygon","arcs":[[870,871,-801,-855,872]]},{"type":"Polygon","arcs":[[873,874,-838,-798,-799,-872,875]]},{"type":"Polygon","arcs":[[876,877,-789,-849,878,879]]},{"type":"Polygon","arcs":[[880]]},{"type":"Polygon","arcs":[[881,-864,-832,-839,-875,882,883]]},{"type":"Polygon","arcs":[[884,-869,-777,885]]},{"type":"Polygon","arcs":[[886,-827,-786,-878,887]]},{"type":"Polygon","arcs":[[888,889]]},{"type":"Polygon","arcs":[[890,-883,-874,891,892]]},{"type":"Polygon","arcs":[[893,894,-836,-865,-882,895,896,897]]},{"type":"Polygon","arcs":[[898,899,-852,-837,-895,900,901]]},{"type":"Polygon","arcs":[[902,-879,-851,903,-890,904,905]]},{"type":"Polygon","arcs":[[906,907,908]]},{"type":"Polygon","arcs":[[909,-845,-853,-900,910,911,912]]},{"type":"Polygon","arcs":[[-908,913,-862,-861,-868,914,915]]},{"type":"Polygon","arcs":[[916,917,-858,-863,-914,-907,918]]},{"type":"Polygon","arcs":[[919,920,921]]},{"type":"Polygon","arcs":[[-905,-889,-904,-850,-846,-910,922,923]]},{"type":"Polygon","arcs":[[924,-848,-828,-887,925,926],[-881]]},{"type":"Polygon","arcs":[[927,-921,928,-873,-854,-918,929]]},{"type":"Polygon","arcs":[[930,-897,931]]},{"type":"Polygon","arcs":[[932,-892,-876,-871,-929,-920,933,934,935]]},{"type":"Polygon","arcs":[[936,937,-898,-931,938,939]]},{"type":"Polygon","arcs":[[940,-912,941]]},{"type":"Polygon","arcs":[[942,-893,-933,943,944]]},{"type":"Polygon","arcs":[[-934,-922,-928,945,946]]},{"type":"Polygon","arcs":[[-915,-867,-870,-885,947,948,949]]},{"type":"Polygon","arcs":[[950,-939,-932,-896,-884,-891,-943,951]]},{"type":"Polygon","arcs":[[-901,-894,-938,952,953]]},{"type":"Polygon","arcs":[[954,955]]},{"type":"Polygon","arcs":[[956,-953,-937,957,958]]},{"type":"Polygon","arcs":[[959,960]]},{"type":"Polygon","arcs":[[961,-958,-940,-951,962]]},{"type":"Polygon","arcs":[[-944,-936,963,964,965]]},{"type":"Polygon","arcs":[[966,-880,-903,967,968]]},{"type":"Polygon","arcs":[[969,-926,-888,-877,-967,970]]},{"type":"Polygon","arcs":[[-902,-954,-957,971,972,973,974]]},{"type":"Polygon","arcs":[[975,976,977]]},{"type":"Polygon","arcs":[[-973,978]]},{"type":"Polygon","arcs":[[979,-955,980,-919,-909,-916,-950,981,982]]},{"type":"Polygon","arcs":[[983,984,-961,985,-942,-911,-899,-975,986,987]]},{"type":"Polygon","arcs":[[988,-964,-935,-947,989,990]]},{"type":"Polygon","arcs":[[991,992]]},{"type":"Polygon","arcs":[[993,994,995]]},{"type":"Polygon","arcs":[[-977,996,-927,-970,997,998]]},{"type":"Polygon","arcs":[[-995,999,-968,-906,-924,1000,1001,-993,1002]]},{"type":"Polygon","arcs":[[1003,-1001,-923,-913,-941,-986,-960,-985,1004]]},{"type":"Polygon","arcs":[[1005,1006,-963,-952,-945,-966,1007,1008]]},{"type":"Polygon","arcs":[[1009,-982,-949,1010]]},{"type":"Polygon","arcs":[[1011,-998,-971,-969,-1000,-994,1012,1013,1014]]},{"type":"Polygon","arcs":[[1015,1016,-990,-946,-930,-917,-981,-956,-980,1017,1018]]},{"type":"Polygon","arcs":[[1019,-987,-974,-979,-972,-959,-962,-1007,1020,1021]]},{"type":"Polygon","arcs":[[1022,-1013,-996,-1003,-992,-1002,-1004,1023,1024]]},{"type":"Polygon","arcs":[[1025,-1016,1026,1027]]},{"type":"Polygon","arcs":[[1028,-1008,-965,-989,1029,1030]]},{"type":"Polygon","arcs":[[1031,-1021,-1006,1032]]},{"type":"Polygon","arcs":[[1033,-988,-1020,1034,1035]]},{"type":"Polygon","arcs":[[1036,-978,-999,-1012,1037]]},{"type":"Polygon","arcs":[[1038,-1024,-1005,-984,-1034,1039,1040]]},{"type":"Polygon","arcs":[[1041,-1030,-991,-1017,-1026,1042,1043,1044]]},{"type":"Polygon","arcs":[[-1044,1045,1046,1047]]},{"type":"Polygon","arcs":[[1048,-1038,-1015,1049,1050]]},{"type":"Polygon","arcs":[[1051,-1018,-983,-1010,1052,1053]]},{"type":"Polygon","arcs":[[-1046,-1043,-1028,1054,1055,1056,1057]]},{"type":"Polygon","arcs":[[1058,-1031,-1042,1059,1060,1061]]},{"type":"Polygon","arcs":[[1062,-1035,-1022,-1032,1063,1064]]},{"type":"Polygon","arcs":[[1065,-1055,-1027,-1019,-1052,1066]]},{"type":"Polygon","arcs":[[1067,-1057,1068]]},{"type":"Polygon","arcs":[[1069,-1064,-1033,-1009,-1029,-1059,1070,1071]]},{"type":"Polygon","arcs":[[-1060,-1045,-1048,1072,1073]]},{"type":"Polygon","arcs":[[1074,1075,-1040,-1036,-1063,1076]]},{"type":"Polygon","arcs":[[1077,-1050,-1014,-1023,1078,1079]]},{"type":"Polygon","arcs":[[1080,-1079,-1025,-1039,1081,1082]]},{"type":"Polygon","arcs":[[1083,-1069,-1056,-1066,1084,1085]]},{"type":"Polygon","arcs":[[1086,-1077,-1065,-1070,1087,1088]]},{"type":"Polygon","arcs":[[-1082,-1041,-1076,1089]]},{"type":"Polygon","arcs":[[1090,-1061,-1074,1091,1092]]},{"type":"Polygon","arcs":[[1093,1094,-1085,-1067,-1054,1095,1096,1097,1098,1099]]},{"type":"Polygon","arcs":[[-1099,1100,1101]]},{"type":"Polygon","arcs":[[1102,-1088,-1072,1103,1104,1105]]},{"type":"Polygon","arcs":[[-1101,-1098,1106,1107,1108]]},{"type":"Polygon","arcs":[[1109,-1104,-1071,-1062,-1091,1110]]},{"type":"Polygon","arcs":[[1111]]},{"type":"Polygon","arcs":[[1112,1113,1114],[-1112]]},{"type":"Polygon","arcs":[[1115,-1051,-1078,1116,1117]]},{"type":"Polygon","arcs":[[1118,-1113,1119,-1092,-1073,-1047,-1058,-1068,-1084,1120,1121]]},{"type":"Polygon","arcs":[[1122,1123]]},{"type":"Polygon","arcs":[[1124]]},{"type":"Polygon","arcs":[[1125]]},{"type":"Polygon","arcs":[[1126,1127]]},{"type":"Polygon","arcs":[[1128,-1100,-1102,-1109,1129]]},{"type":"Polygon","arcs":[[1130]]},{"type":"Polygon","arcs":[[1131,-1094,-1129,1132]]},{"type":"Polygon","arcs":[[-1123,1133,-1121,-1086,-1095,-1132,1134]]},{"type":"Polygon","arcs":[[1135,-1106,1136,1137,1138,1139]]},{"type":"Polygon","arcs":[[1140]]},{"type":"Polygon","arcs":[[1141]]},{"type":"Polygon","arcs":[[1142]]},{"type":"Polygon","arcs":[[1143]]},{"type":"Polygon","arcs":[[-1114,-1119,1144,1145]]},{"type":"Polygon","arcs":[[1146]]},{"type":"Polygon","arcs":[[1147,1148,-1083,-1090,-1075,-1087,1149,1150,-1127,1151]]},{"type":"Polygon","arcs":[[1152]]},{"type":"Polygon","arcs":[[1153,-1150,-1089,-1103,-1136,1154,1155]]},{"type":"Polygon","arcs":[[1156,-1137,-1105,-1110,1157,1158,1159]]},{"type":"Polygon","arcs":[[-1138,-1157,1160,1161]]},{"type":"Polygon","arcs":[[1162,-1158,-1111,-1093,-1120,-1115,-1146,1163,1164,1165]]},{"type":"Polygon","arcs":[[1166,1167,1168]]},{"type":"Polygon","arcs":[[1169,1170,-1155,-1140,1171]]},{"type":"Polygon","arcs":[[1172,1173,-1159,-1163,1174,1175]]},{"type":"Polygon","arcs":[[1176,-1156,-1171,1177,1178]]},{"type":"Polygon","arcs":[[-1176,1179,1180]]},{"type":"Polygon","arcs":[[1181]]},{"type":"Polygon","arcs":[[-1175,-1166,1182,1183]]},{"type":"Polygon","arcs":[[-1183,-1165,1184,1185]]},{"type":"Polygon","arcs":[[-1117,-1080,-1081,-1149,1186,1187,1188]]},{"type":"Polygon","arcs":[[-1185,-1164,-1145,-1122,-1134,-1124,-1135,-1133,-1130,-1108,1189,1190,1191],[-1153],[-1147],[-1144],[-1142],[-1141],[-1143],[-1131],[-1126],[-1125]]},{"type":"Polygon","arcs":[[1192,-1152,-1128,-1151,-1154,-1177,1193]]},{"type":"Polygon","arcs":[[1194,-1161,-1160,-1174,1195,1196]]},{"type":"Polygon","arcs":[[1197,-1172,-1139,-1162,-1195,1198,1199,1200]]},{"type":"Polygon","arcs":[[1201,-1200,1202]]},{"type":"Polygon","arcs":[[1203]]},{"type":"Polygon","arcs":[[1204,1205]]},{"type":"Polygon","arcs":[[1206,1207]]},{"type":"Polygon","arcs":[[-1168,1208,-1118,-1189,1209,1210]]},{"type":"Polygon","arcs":[[1211,-1206,1212,1213]]},{"type":"Polygon","arcs":[[-1187,-1148,-1193,1214,-1214,1215,1216]]},{"type":"Polygon","arcs":[[1217,1218]]},{"type":"Polygon","arcs":[[1219,1220,-1196,-1173,-1181,1221,1222]]},{"type":"Polygon","arcs":[[1223,1224,1225,1226]]},{"type":"Polygon","arcs":[[1227,1228]]},{"type":"Polygon","arcs":[[-1178,-1170,-1198,1229,1230]]},{"type":"Polygon","arcs":[[-1219,1231,1232,1233]]},{"type":"Polygon","arcs":[[-1230,-1201,-1202,1234,-1232,1235]]},{"type":"Polygon","arcs":[[1236]]},{"type":"Polygon","arcs":[[1237,1238]]},{"type":"Polygon","arcs":[[1239]]},{"type":"Polygon","arcs":[[-1228,1240,-1226,1241,-1210,-1188,-1217,1242]]},{"type":"Polygon","arcs":[[1243,1244]]},{"type":"Polygon","arcs":[[1245,1246]]},{"type":"Polygon","arcs":[[1247]]},{"type":"Polygon","arcs":[[1248]]},{"type":"Polygon","arcs":[[1249,-1246,1250,1251]]},{"type":"Polygon","arcs":[[1252]]},{"type":"Polygon","arcs":[[1253]]},{"type":"Polygon","arcs":[[1254]]},{"type":"Polygon","arcs":[[1255,-1233,-1235,-1203,-1199,-1197,-1221,1256,-1250,1257,1258]]},{"type":"Polygon","arcs":[[1259,1260]]},{"type":"Polygon","arcs":[[1261,-1259,1262]]},{"type":"Polygon","arcs":[[1263,1264]]},{"type":"Polygon","arcs":[[1265,-1263,-1258,-1252,1266]]},{"type":"Polygon","arcs":[[1267]]},{"type":"Polygon","arcs":[[-1224,1268]]},{"type":"Polygon","arcs":[[1269,-1265,1270,1271]]},{"type":"Polygon","arcs":[[1272]]},{"type":"Polygon","arcs":[[1273,1274]]},{"type":"Polygon","arcs":[[1275,1276]]},{"type":"Polygon","arcs":[[-1276,1277,1278,1279]]},{"type":"Polygon","arcs":[[1280,-1179,-1231,-1236,-1218,-1234,-1256,-1262,-1266,1281,1282,1283],[-1249]]},{"type":"Polygon","arcs":[[-1282,-1267,-1251,-1247,-1257,-1220,1284,1285,-1278,-1277,1286]]},{"type":"Polygon","arcs":[[-1283,-1287,-1280,1287]]},{"type":"Polygon","arcs":[[1288,1289]]},{"type":"Polygon","arcs":[[-1208,1290,-1169,-1211,-1242,-1225,-1269,-1227,-1241,-1229,-1243,-1216,-1213,-1205,-1212,-1215,-1194,-1281,1291],[-1255],[-1248],[-1240],[-1182],[-1237]]},{"type":"Polygon","arcs":[[1292,-1285,-1223,1293,-1238,1294,-1245,1295,-1261,1296,-1272,1297,-1275,1298,-1290,1299]]},{"type":"Polygon","arcs":[[-1300,-1289,-1299,-1274,-1298,-1271,-1264,-1270,-1297,-1260,-1296,-1244,-1295,-1239,-1294,-1222,-1180,-1184,-1186,-1192,1300],[-1273],[-1268],[-1254],[-1253]]},{"type":"Polygon","arcs":[[-1097,1301,1302,-1107]]},{"type":"Polygon","arcs":[[-1303,1303,-1190]]}]}},"arcs":[[[4091,400],[5,-2],[1,-4],[-6,-3],[10,-6],[0,-7],[10,1],[7,-8],[9,-5],[29,0],[3,-5],[-8,-10],[6,-3],[3,2],[4,-1],[5,8],[22,1],[10,-6],[10,-15]],[[4211,337],[-2,-1],[-29,-7],[-23,-6],[-18,4],[-7,1],[-17,3],[-13,2],[-15,3],[-12,2],[-44,8],[-7,1]],[[4024,347],[47,54]],[[4071,401],[4,2],[3,-4],[3,2],[3,-4],[7,3]],[[4589,471],[-5,-11],[4,-3],[-4,-4],[4,-4],[-1,-4],[-8,-1],[-1,-9],[-7,-1],[-1,-2],[10,-6],[-9,-7],[2,-4],[-4,-10],[3,-9],[-11,-1],[-17,-8],[-6,3],[-4,10],[-5,-1],[-4,-2],[-2,-10],[-5,-1],[-5,3],[2,-3],[-3,1],[-6,-10],[-15,3],[-13,-10],[-13,8],[-1,-5],[-4,2],[12,-18],[-2,-7]],[[4470,350],[-3,0],[-4,-2],[-1,-1],[-1,-4],[0,-1],[1,-1],[1,0],[1,-1],[1,-1],[1,-1],[-1,0],[-1,0],[-3,0],[-2,0],[-9,2],[-6,1],[-4,0],[-5,-4],[-1,-1],[-8,-3],[-5,-1],[-1,-1],[-1,1],[-1,0],[-2,0],[-5,3],[-4,5],[-2,6],[-1,1],[-1,1],[-5,2],[-3,1],[-1,0],[-3,0],[-11,2],[-4,2],[-1,0],[-4,-3],[0,-4],[0,-7],[-2,-6],[-3,-3],[-3,1],[-6,3],[-4,1],[-4,2],[-3,5],[-1,1],[-3,2],[-1,0],[-1,0],[-1,0],[-1,0],[-6,0],[-7,2],[-3,1],[-3,2],[-10,2],[-3,0],[-2,2],[-1,1],[3,5],[1,1],[3,1],[1,1],[0,1],[4,3],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,2],[-1,1],[0,1],[-1,1],[-1,5],[1,1],[1,1],[3,3],[2,4],[0,1],[0,2],[-3,6],[-6,4],[-12,6],[-10,3],[-1,0],[0,-1],[-2,0],[-5,0],[-3,0],[-4,0],[-3,0],[-9,-3],[-10,-7],[-3,-2],[-6,-6],[-5,-10],[-5,-8],[-2,-11],[-2,-3],[-5,-5],[-3,-5],[-1,-3],[0,-4],[1,-6],[-3,-2],[-3,-2],[-1,0]],[[4091,400],[0,6],[7,6],[7,2],[12,-5],[-4,14],[-6,2],[2,2],[19,1],[5,8],[14,0],[7,-8],[6,-1],[9,8]],[[4169,435],[3,-8],[13,-3],[6,6],[8,2],[8,-2],[8,12],[4,-6],[9,7],[1,-5],[-7,-11],[8,-1],[9,8],[-3,2],[2,3],[22,14],[3,7],[8,1],[11,6],[5,11],[-5,4],[7,4],[16,-1],[3,5],[11,6],[2,17],[3,2],[4,-5],[3,10],[10,-2],[2,4],[2,-4],[9,3],[19,-5],[8,-10],[8,-4],[25,-3],[15,-9],[11,5],[5,-4],[7,2],[9,-5],[3,2],[9,0],[8,10],[-2,5],[28,21],[30,6],[2,-5],[-4,-5],[3,-6],[9,5],[5,0],[-1,-4],[5,2],[2,6],[3,-2],[9,1],[9,-21],[8,-7],[-3,-19],[5,-6]],[[3093,566],[3,-5],[2,-8],[2,-9],[5,-1],[2,-2],[0,-4],[-1,-1],[-1,0],[-5,0],[-2,0],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[-1,1],[-1,1],[-3,1],[-1,1],[-1,0],[-2,1],[-4,1],[-1,0],[-1,0],[-2,-1],[-1,-1],[0,-1],[-1,-1],[-2,-2],[-5,-3],[-4,-2],[-5,-2],[-1,0],[-2,0],[-4,0],[-2,1],[0,1],[1,1],[0,1],[1,3],[4,3],[5,2],[3,5],[-2,8],[-9,4],[-2,7],[9,-1],[8,-3],[2,0],[3,-2],[2,0],[5,1],[7,6],[3,1],[2,0],[3,-2]],[[5970,541],[4,-24],[-14,-1],[1,4],[-5,1],[-1,-4],[-8,-1],[-6,4],[2,-4],[-4,-2],[-3,-8],[-5,-2],[-4,4],[-2,-6],[-10,4],[-3,-3],[-8,1],[-10,-15],[-2,-11],[-3,-2],[5,-11],[-1,-5],[9,-3],[-5,-6],[3,-6],[-2,-4],[12,-6],[-22,-11],[-7,-28],[32,-10],[3,-5],[-7,-12],[1,-7],[25,-1],[7,-4],[4,-4],[0,-11],[5,-8],[9,0],[9,-8],[12,-2],[10,-13],[6,-2],[7,3],[14,-19],[13,-1],[12,-5]],[[6043,287],[-3,-4],[-9,-7],[-7,-5],[-4,-2],[-2,-2],[-1,-1],[-2,-2],[-1,-5],[2,-3],[3,-4],[1,0],[2,-1],[4,0],[1,0],[1,0],[2,1],[5,0],[4,-1],[2,-4],[2,-4],[1,-4],[2,-3],[4,-6],[1,-4],[0,-1],[-1,-1],[-14,2],[-12,0],[-12,2],[-7,1],[-1,0],[-1,-1],[-2,-2],[-1,-2],[-6,1],[-5,1],[-6,2],[-12,1],[-7,0],[-4,-2],[-4,-4],[-1,-4],[-6,-6],[-8,-6],[-4,-2],[-3,-1],[-6,0],[-9,-2],[-5,0],[-2,-2],[0,-1],[0,-3],[0,-2],[1,-2],[2,-1],[-1,-4],[0,-1],[-4,-9],[-4,-7],[-3,-2],[-2,-1],[-9,-4],[-4,0],[-2,0],[-6,1],[-8,0],[-12,-1],[-3,0],[-11,-2],[-2,-1],[-4,0],[-3,3],[2,5],[3,2],[2,1],[2,2],[2,3],[1,3],[2,4],[3,2],[2,1],[3,6],[4,4],[3,2],[1,0],[2,2],[2,1],[0,1],[-2,4],[-1,0],[-1,1],[-1,0],[-11,0],[-14,-2],[-4,0],[-4,1],[-7,2],[-6,1],[-1,0],[-4,-4],[-1,-1],[-10,-3],[-6,-1],[-7,-1],[-3,-1],[-7,-3],[-6,-1],[-7,0],[-3,-1],[-6,-2],[-2,-2],[-3,-2],[-5,-3],[-4,-1],[-6,-1],[-3,0],[-2,-1],[-1,-1],[-2,-3],[-1,-2],[-1,-1],[-1,-2],[0,-2],[1,-3],[1,-1],[-3,-3],[-7,-3],[-14,-1],[-10,1],[-5,1],[-8,0],[-7,0],[-10,-1],[-6,1],[-5,0],[-12,-2],[-11,0],[-5,1],[-4,1],[-2,1],[-4,0],[-4,-1],[-5,-1],[-7,-2],[-11,1],[-5,1],[-2,0],[-8,2],[-4,1],[-7,2],[-1,2],[-1,6],[0,9],[1,5],[2,1],[2,0],[4,1],[3,0],[1,2],[3,2],[-1,11],[-2,2],[-4,3],[-5,5],[-8,8],[-4,4],[-5,6],[-7,6],[-8,4],[-5,3],[-8,8],[-2,2],[-1,1],[-1,2],[0,1],[11,9],[-1,2],[-2,1],[-1,1],[-1,0],[-1,0],[-1,0],[-7,-1],[-9,2],[-6,2],[-2,0],[-5,-1],[-7,-2],[-9,-3],[-5,-1],[-5,-1],[-3,0],[-4,1],[-4,2],[-1,2],[-1,1],[0,1],[0,1],[0,3],[0,1],[1,10],[1,4],[4,3],[1,1],[3,1],[11,4],[5,2],[12,3],[10,3],[4,2],[1,4],[-3,2],[-2,0],[-3,-1],[-2,-1],[-4,0],[-1,0],[-3,4],[-3,3],[-5,6],[-3,7],[-6,4]],[[5471,340],[-9,13],[0,5],[5,8],[-8,1],[-4,7],[5,1],[1,5],[-5,6],[20,9],[18,1],[21,8],[0,4],[18,10],[2,7],[-4,8],[14,9]],[[5545,442],[10,7],[6,13],[-4,10],[1,6],[10,6],[10,1],[6,7],[-6,1],[-2,3],[6,6],[-2,7],[5,7],[-9,3],[1,8],[-11,5],[1,11],[-10,3],[3,9],[8,1],[3,11],[19,-1],[6,-4],[14,-1],[3,-3],[15,5],[1,-6],[11,-2],[1,13],[8,1],[2,10],[14,6],[1,5],[12,-5],[20,7],[9,-9],[8,7],[7,2],[3,-2],[4,6],[6,-2],[12,1],[14,-9],[8,1],[1,-5],[8,-2],[-1,-7],[4,1],[5,-6],[12,4],[0,4],[4,5],[4,0],[-1,8],[9,2],[14,-10],[14,2],[7,-7],[12,0],[4,-5],[7,0],[-1,6],[5,1],[4,-5],[-2,-2],[31,-2],[2,-5],[12,-4],[23,9],[2,-6],[-4,-8],[15,-11],[11,-3]],[[3554,506],[-6,1],[-1,0],[0,1],[-4,1],[-3,2],[-1,0],[-1,1],[-1,0],[-1,1],[-2,2],[-1,1],[-1,1],[-1,0],[-1,1],[-2,1],[-1,0],[-1,1],[-1,0],[-2,1],[-3,1],[-1,0],[-1,0],[-6,1],[-2,0],[-1,0],[-2,0],[-2,-1],[-3,0],[-2,0],[-1,0],[-1,0],[-4,0],[-2,1],[-3,2],[-2,1],[-1,0],[-2,1],[-1,0],[-1,1],[-1,0],[-3,1],[-1,0],[-1,0],[-6,1],[-1,0],[-1,0],[-4,0],[-4,0],[-2,-1],[-2,1],[-1,0],[-2,0],[-5,1],[-2,0],[-2,1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-3,0],[-1,-1],[-3,-1],[-2,0],[-6,-2],[-4,-2],[-1,0],[-2,-1],[-3,-1],[-4,-2],[-11,-4],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-3,-3],[-4,-2],[-2,-1],[0,-1],[-1,0],[-1,-1],[-2,-1],[-3,-1],[-12,-5],[-3,-1],[-4,-2],[-2,-1],[-1,0],[-3,0],[-5,-1],[-4,0],[-4,-2],[-5,-1],[-2,-1],[-2,0],[-1,0],[-12,-4],[-1,0],[-3,-1],[-3,0],[-1,-1],[-1,0],[-1,1],[-1,0],[-2,1],[-1,0],[-2,1],[-1,1],[-12,5],[0,1],[-1,1]],[[3281,493],[19,-5],[33,10],[14,-1],[4,5],[17,9],[16,2],[3,6],[18,7],[14,14],[3,5],[-13,12],[-24,7],[-33,16],[-2,9],[8,6],[14,2],[9,-5],[7,2],[25,-12],[7,0],[4,-4],[-2,-1],[9,-2],[1,2],[-17,15],[-11,2],[-7,6],[2,4],[10,0],[31,-19],[13,-2],[4,-4],[33,-14],[25,-7],[7,-5],[8,-9],[3,-6],[-4,0],[-3,-4],[-9,2],[-6,-2],[-30,19],[-8,-1],[-5,6],[-9,2],[5,-6],[-4,-3],[3,-5],[-1,-5],[12,-5],[30,-8],[12,4],[14,-1],[8,-1],[14,-14],[2,-10]],[[4826,648],[-4,-7],[4,-6],[20,0],[-5,2],[13,4],[11,-6],[20,2],[4,-8],[8,4],[12,-4],[8,-9],[-4,-14],[-8,-11],[-5,0],[0,-6],[-6,0],[2,-5],[7,2],[3,-15],[6,1],[0,-6],[-5,-2],[-11,3],[-9,-3],[-10,2],[-4,-7],[-6,-1],[-1,-4],[-10,-5],[-3,-6],[-12,1],[-6,4],[-14,1],[0,1],[-5,-5],[-6,4],[0,5],[-9,-2],[2,-2],[-9,-4],[3,3],[-3,2],[6,5],[-5,1],[0,2],[-9,-1],[-10,9],[3,0],[2,9],[8,-1],[2,1],[-2,2],[7,2],[-10,9],[4,1],[-1,6],[3,1],[-4,8],[1,13],[-5,4],[-14,-4],[-3,5],[-8,0],[11,3],[-10,3],[-1,5],[5,6],[16,1],[-2,3],[2,0],[3,-9],[11,9],[7,-4],[9,8],[7,-2],[2,3],[7,-1]],[[3492,686],[19,-13],[19,-6],[21,-13],[16,-17],[21,-4],[23,-9],[14,-10],[18,-5],[16,-8],[5,-18],[-2,-4],[3,0],[-2,-2],[12,-14],[27,-21],[13,-4],[15,-10],[25,-12],[13,-3],[28,-14],[20,2],[1,3],[5,1],[15,-1],[6,4],[15,0],[16,-2],[14,-12],[20,-3],[12,-8],[8,4],[13,-3],[6,3],[8,-2],[22,-19],[3,-17],[10,-8],[2,-15],[23,-20],[3,-1],[-3,2],[3,-1],[1,4],[0,-5],[3,-2],[1,5],[4,-1],[-2,-5],[15,-1],[24,5],[7,-5]],[[4024,347],[-27,5],[-12,2],[-30,5],[-51,41],[-16,13],[-4,3],[-3,3],[-36,28],[-7,3],[-12,3],[-30,10],[-35,12],[-66,21],[-46,-4],[-13,0],[-8,1],[-9,2],[-4,-2],[-1,0]],[[3614,493],[-4,2],[0,12],[31,-5],[12,4],[-8,12],[1,7],[-5,8],[-21,13],[-9,10],[1,9],[-8,28],[-16,7],[-10,11],[-14,-2],[-22,16],[-39,16],[-55,44],[4,2],[1,6],[5,1],[0,5],[17,-4],[7,1],[10,-10]],[[4861,751],[2,-9],[10,-2],[9,3],[-10,-11],[10,0],[-2,-3],[5,1],[4,-3],[-1,-8],[3,-3],[3,1],[-2,-2],[3,0],[-1,-4],[7,-1],[-8,-7],[11,2],[-3,-3],[2,-3],[-6,-2],[2,-5],[14,-6],[1,6],[2,-4],[6,3],[3,-4],[-6,-1],[7,-3],[4,0],[7,8],[3,-1],[-2,-6],[10,-1],[10,-9],[21,1],[2,-17],[7,-3],[-6,-3],[4,-1],[0,-5],[5,-1],[-7,0],[4,0],[-3,-2],[7,-2],[-9,0],[2,-7],[5,1],[-3,-3],[3,-1],[-3,-1],[5,0],[-3,-1],[1,-5],[12,3],[-4,-6],[4,-5],[9,0],[-2,-3],[4,-8],[-2,-3],[6,-1],[-3,-6],[-10,-3],[0,-3],[-11,2],[10,-6],[8,-13],[-1,-30],[-5,-4],[43,-6],[-7,-5],[3,-2],[6,5],[2,-2],[-7,-7],[-6,4],[-6,-2],[1,-5],[5,-2],[2,-4],[22,-6],[-8,-9],[2,-8],[-6,-21],[-6,-5],[-21,-2],[-5,-7],[-10,-3],[3,-10],[-16,-2],[6,-15],[18,3],[0,-22]],[[5020,405],[-3,0],[-7,-2],[-4,-3],[-2,0],[-2,-1],[-4,0],[-2,1],[-8,1],[-5,0],[-1,0],[-2,0],[-2,-2],[-2,-6],[0,-4],[1,-3],[3,-4],[3,-2],[5,-2],[4,-3],[2,-4],[2,-7],[2,0],[1,0],[1,1]],[[5000,365],[0,-1],[-3,-6],[-7,-17],[-2,-5],[0,-1],[-4,-10],[-1,-1],[3,-5],[1,-1],[-2,-7],[-3,-4],[-3,-3],[-4,-6],[2,-4],[3,-6],[1,-3],[4,-9],[3,-2],[1,-1],[1,0],[5,1],[6,-1],[6,-2],[4,-3],[2,-2],[2,-2],[0,-8],[0,-4],[-1,-8],[0,-5],[0,-4],[1,-5],[2,-5],[3,-8],[3,-7],[-4,-3],[-1,-1],[-3,-1],[-4,-1],[-4,-2],[-3,-3],[-1,-3],[-1,-2],[0,-1],[-2,-4],[-8,-4],[-6,-1],[-3,-4],[-3,-4],[-3,-7],[-2,-7],[-1,-9],[-2,-5],[-3,-3],[-11,-5],[-5,-2],[-8,-1],[-3,0],[-4,-1],[-3,-1],[-1,-2],[-5,-5],[0,-2],[-1,-5],[-1,-7],[-1,-2],[-1,-2],[-2,-2],[-3,-2],[-1,-1],[-2,0],[-8,-9],[-6,-5],[-7,-4],[-2,-5],[-2,-3],[-3,-5],[-4,-5],[-5,-9],[-5,-7],[-4,-4],[-6,-5],[-6,-1],[-1,0],[1,1],[-1,1],[-3,1],[-4,0],[-4,-1],[-5,-3],[-7,-4],[-11,-5],[-7,-5],[-8,-5],[-3,0],[-2,0],[-7,-1],[-5,-3],[-4,-4],[-3,-1],[-4,-1],[-5,-1],[-4,-1],[-3,-1],[-2,-4],[-2,-2],[-1,-2],[-6,-2],[-7,5],[-13,2],[-11,1],[-8,-3],[-10,-2],[-2,0],[-4,-2],[-4,-1],[-4,0],[-1,4],[0,8],[2,8],[1,6],[2,4],[6,1],[2,0],[2,0],[4,0],[2,1],[6,3],[5,3],[5,5],[2,3],[4,6],[-1,6],[-4,7],[-2,2],[-1,10],[1,7],[3,8],[2,1],[1,2],[4,5],[2,3],[6,11],[7,6],[6,8],[1,7],[-3,6],[-1,6],[-3,4],[-1,1],[-2,0],[-3,-3],[-1,-1],[-2,-2],[-4,-2],[-4,-2],[-2,-1],[-12,3],[-2,2],[-2,2],[-1,1],[-5,4],[-6,1],[-4,-3],[-1,-1],[-2,-1],[-4,-2],[-4,1],[-4,0],[0,-4],[0,-1],[0,-2],[0,-7],[1,-5],[-2,-1],[-2,-2],[-12,-2],[-5,0],[-9,0],[-2,0],[-3,1],[-20,10],[-16,-21],[-4,-2],[-4,3],[-7,19],[-1,4],[-8,20],[0,1],[1,0],[1,2],[0,5],[-3,2],[-4,3],[-2,1],[-4,2],[0,1],[-2,2],[0,1],[2,4],[0,1],[1,1],[1,1],[4,0],[2,0],[1,0],[3,0],[5,0],[5,2],[2,1],[1,1],[0,1],[0,2],[0,1],[1,1],[1,1],[2,2],[2,2],[4,3],[1,0],[-2,3],[-9,11],[-2,3],[-1,3],[1,3],[1,3],[-1,6],[-2,7],[-2,2],[-2,-1],[-4,-1],[-1,-1],[-5,-3],[-7,0],[-1,1],[-1,1],[-1,2],[-2,3],[-4,3],[-4,2],[-4,1],[-2,5],[-2,4],[-3,8],[-4,8],[-5,3],[-5,2],[-2,-1],[-1,0],[-7,-4],[-7,-2],[-1,0],[-10,-1],[-10,-2],[-1,1],[-2,1],[-5,4],[-2,5],[-3,5],[0,5],[2,4],[3,2],[-9,8],[-11,6],[-9,7],[-2,3],[-1,3],[-1,8],[0,2],[0,5],[0,2],[1,2],[2,4],[1,1],[0,3],[-1,-1]],[[4589,471],[-1,4],[7,10],[-1,6],[9,7],[-2,4],[6,0],[0,9],[-6,4],[13,-7],[12,-2],[3,4],[17,9],[4,11],[-5,7],[12,9],[0,7],[-18,11],[-7,10],[2,18],[-5,10],[5,12],[-5,5],[6,6],[-40,15],[2,7],[-5,6],[-14,1],[2,3],[-4,2],[11,6],[-1,2],[12,4],[7,8],[-2,3],[4,-3],[3,4],[6,-6],[16,1],[3,4],[-11,2],[7,7],[14,3],[4,-5],[6,0],[-6,7],[0,6]],[[4649,702],[23,2],[1,3],[-5,2],[13,1],[2,3],[6,1],[5,8],[20,5],[-7,13],[3,1],[0,4],[6,-2],[-1,-4],[8,-3],[12,2],[0,-4],[6,-4],[17,-3],[16,8],[8,0],[-5,13],[10,6],[8,-3],[-1,-3],[9,0],[2,-3],[3,0],[-1,5],[5,1],[2,-4],[2,1],[5,-4],[10,3],[1,8],[7,3],[4,-6],[6,-1],[3,-3],[9,3]],[[2804,745],[5,4],[31,-13],[-2,-16],[2,-6],[18,4],[9,-5],[10,2],[1,-14],[7,-9],[-6,-8],[-13,-6],[-5,-5],[13,-1],[6,2],[7,-3],[3,-5],[10,0],[4,-2],[-2,-5],[-16,-7],[-5,-6]],[[2881,646],[-7,-3],[-6,-1],[-9,0],[-8,-4],[-9,-6],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-3],[-1,-3],[-10,-9],[-7,-10],[-2,-2],[-1,-2],[2,-6],[2,-4],[3,-5],[-10,-4],[-9,-6],[-9,-6],[-5,-3],[-6,-3],[-6,-3],[-4,-4],[-1,-1],[-1,0],[-1,-1],[0,-1],[-3,-3],[0,-2],[1,-1],[0,-2],[3,0],[3,-1],[6,-7],[2,-4],[0,-3],[-2,-3],[-1,-2],[-5,0],[-4,-1],[-1,-2],[-2,-4],[1,-1],[4,-5],[4,-2],[5,-2],[6,1],[3,-3],[7,-4],[2,-2],[5,-4],[2,-1],[9,-2],[6,-1],[9,3],[3,1],[1,-1],[0,-1],[-1,-3],[-2,-6],[2,-7],[2,-2],[3,-3],[3,-1],[3,2],[0,5],[-2,4],[3,2],[5,-1],[5,-4],[4,-1],[4,0],[6,4],[7,0],[9,1],[1,-1],[2,0],[3,-1],[1,-1],[1,0],[2,0],[1,0],[8,1],[1,0],[0,1],[1,1],[1,2],[0,1],[0,1],[-1,0],[-3,5],[-2,4],[-1,3],[3,2],[6,0],[4,1],[3,2],[2,3],[9,3],[3,1],[5,1],[2,0],[2,0],[3,-4],[2,-3],[5,-1],[5,-1],[4,0],[12,6],[2,2],[5,4],[1,0],[3,0],[5,-1],[0,-4],[1,-3],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[3,-3],[1,0],[1,1],[3,-2],[1,0],[1,-1],[1,-1],[2,-1],[1,-1],[1,-1],[1,-1],[3,-2],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,-5],[-1,-1],[-2,-4],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,-1],[-2,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,2],[0,1],[1,1],[1,0],[1,0],[2,0],[1,0],[1,0],[1,1],[1,0],[1,0],[1,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[-1,1],[-1,0],[-2,2],[-1,0],[-1,0],[-1,0],[-1,0],[-2,-2],[-7,-8],[-2,-7],[2,-9],[0,-1],[0,-1],[0,-2],[2,-4],[0,-1],[1,-1],[0,-1],[1,-1],[1,-2],[2,-2],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-3,-2],[-2,-2],[-4,-4],[-2,-1],[-11,-6],[-4,-1],[-10,2],[-3,1],[-1,2],[-2,2],[5,6],[7,10],[-5,4],[-6,2],[-2,2],[0,1],[-2,3],[-6,2],[-4,1],[-3,0],[-4,2],[-4,3],[-6,2],[-14,3],[-2,-1],[-2,-1],[-2,-3],[-2,-6],[-6,-8],[-3,-2],[-11,-3],[-4,0],[-5,0],[-6,-1],[-3,-1],[0,-1],[-1,-2],[-1,-1],[-2,-3],[-8,-5],[-2,-1],[-3,-1],[-3,0],[-1,-3],[0,-5],[1,-7],[7,-8],[1,0],[1,0],[5,0],[6,2],[4,1],[1,1],[6,1],[6,-7],[0,-2],[-7,-3],[-7,-1],[-10,-3],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-2,0],[-1,0],[-3,-1],[-1,0],[-6,-2],[-2,-1],[-2,0],[-4,-2],[-1,0],[-1,0],[-1,-1],[-5,0],[-1,0],[-3,0],[-1,0],[-2,1],[-5,2],[-3,1],[-2,0],[-1,1],[-3,1],[-2,1],[-1,0],[-2,2],[-3,1],[-1,1],[-2,1],[-2,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-9,-5],[-10,2],[-10,1],[-4,1],[-7,1],[-4,0],[-3,0],[-2,0],[-2,0],[-2,-1],[-2,1],[-1,0],[-2,0],[-3,0],[-2,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,1],[-3,2],[0,1],[-1,1],[-1,1],[-1,1],[-1,2],[-1,1],[-4,3],[-1,1],[-1,0],[-2,1],[-2,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,2],[-1,1],[0,1],[0,1],[0,1],[0,2],[0,3],[1,3],[1,1],[0,1],[1,3],[-1,1],[-1,1],[0,1],[-1,0],[-4,2],[-1,0],[0,1],[-2,0],[-1,1],[-2,0],[-2,1],[-4,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-3,-1],[-1,0],[-2,0],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[-1,1],[-4,2],[-6,1],[-12,-3],[-9,-5],[-3,-3],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,4],[-1,3],[-1,1],[0,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-2,0],[-1,1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,0],[-1,0],[-1,0],[-1,-1],[-2,0],[-1,-1],[-1,0],[-3,-3],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-3],[0,-1],[-1,0],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-4,-1],[-2,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,-2],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-3,-1],[0,-1],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,1],[-3,1],[-1,0],[-3,1],[-1,0],[-4,-1],[-1,0],[-9,-4],[-1,-7],[0,-1],[-2,-2],[-1,0],[-1,-1],[-9,0],[-8,1],[-2,0],[-1,0],[-1,0],[-3,-1],[-1,0],[-2,-1],[-1,0],[-2,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-3,-1],[-1,0],[-1,-1],[-1,0],[-2,0],[-3,0],[-1,0],[-3,1],[-2,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-2,3],[-1,0],[-1,1],[-1,0],[-1,0],[-2,0],[-7,-1],[-3,-2],[-3,-2],[-4,-3],[-4,-3],[-1,-1],[-4,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-3,-1],[-2,0],[-12,-3],[-4,0],[-4,1],[-1,0],[-2,1],[-1,1],[-1,0],[-2,1],[-1,1],[-1,1],[-1,0],[-4,1],[-1,0],[-2,1],[-2,0],[-2,0],[-1,0],[-6,-1],[-2,0],[-2,0],[-2,-1],[-1,0],[-4,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[-4,1],[-2,1],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[-2,1],[-2,0],[-3,1],[-2,1],[-1,0],[-3,-1],[-2,0],[-1,0],[-1,0],[-2,0],[-4,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,1],[-3,3],[-1,0],[-2,4],[0,1],[0,1],[-1,3],[0,1],[0,1],[0,1],[1,1],[1,2],[2,2],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,2],[-1,1],[-2,3],[-1,2],[-1,2],[-1,1],[-1,1],[-7,6],[-3,2]],[[2210,404],[8,5],[1,9],[-5,3],[4,3],[-13,4],[-13,15],[2,16],[-8,4],[2,5],[-3,11],[10,-4],[6,3],[14,0],[14,11],[1,7],[-4,7],[12,4],[1,6],[32,8],[2,5],[11,3],[17,14],[0,7],[3,4],[-2,2],[1,11],[-8,7],[-2,6],[-14,7],[12,6],[7,11],[-6,11],[2,11],[10,9],[13,-1],[11,6],[-1,22],[3,8],[-6,3],[-1,12],[3,8],[-1,19],[20,18]],[[2345,730],[10,5],[1,6],[16,3],[0,3],[16,5],[1,-2],[9,0],[5,-5],[3,1],[7,-17],[6,-3],[-1,-10],[15,-32],[9,0],[19,-5],[-3,-10],[-8,-1],[3,-4],[4,-2],[10,5],[6,-9],[11,2],[9,-18],[14,2],[6,4],[1,5],[11,2],[2,-18],[6,-2],[2,-5],[-4,-3],[2,-2],[-2,-5],[4,-10],[4,5],[-4,4],[2,10],[10,-1],[15,4],[16,-3],[-3,3],[-13,3],[0,7],[-6,5],[1,4],[-6,7],[8,12],[7,-3],[7,3],[-9,7],[3,11],[-10,12],[-1,6],[5,3],[11,-3],[7,2],[-6,12],[22,2],[10,4],[-4,7],[7,8],[31,5],[8,-10],[13,2],[4,-4],[11,-4],[4,4],[29,-3],[5,0],[2,3],[12,-7],[31,5],[15,11],[20,3],[7,-3],[4,2]],[[3861,704],[15,-4],[7,8],[10,1],[2,-3],[5,5],[4,-2],[-11,-8],[-2,-3],[4,-5],[-5,-3],[22,3],[8,-6],[-4,-2],[1,-6],[-3,0],[3,-3],[-4,-10],[-22,-12],[-3,-11],[8,-1],[3,-15],[3,3],[3,-2],[-2,-2],[5,-1],[1,-4],[8,1],[5,10],[8,0],[16,-6],[-3,-8],[8,-4],[8,4],[2,-4],[-3,0],[-6,-17],[3,0],[1,-4],[4,0],[-1,-2],[8,3],[9,-3],[2,2],[11,-4],[1,3],[10,2],[-3,3],[7,0],[-2,-3],[22,-2],[4,-3],[7,7],[12,-7],[0,-2],[10,-5],[10,0],[18,-13],[-2,-6],[8,0],[4,-6],[0,-7],[12,5],[7,1],[5,-4],[11,3],[-4,-17],[11,-3],[2,-6],[12,2],[9,-4],[14,7],[8,-7],[3,3],[-2,2],[4,1],[19,-3],[6,-8],[-1,-15],[8,0],[0,-8],[3,-1],[4,-7],[-5,-4],[0,-6],[-6,-2],[-4,-9],[-7,-1],[0,-5],[-4,5],[-12,-7],[-10,5],[-12,0],[-7,-10],[4,-8],[4,0],[4,-3],[-5,-3],[3,-8]],[[3492,686],[14,9],[-3,6],[-5,1],[5,8],[3,-1],[-4,9],[-10,6],[2,6],[5,1],[-6,0],[1,4],[-6,4],[2,4],[-3,5],[10,4],[7,-3],[4,1],[2,-7],[18,-13],[6,4],[5,-4],[7,-1],[2,5],[7,3]],[[3555,737],[7,0],[16,-4],[15,1],[7,-5],[5,1],[2,4],[8,4],[9,-9],[14,6],[-2,2],[9,10],[13,6],[16,-8],[4,3],[1,7],[5,-1],[-5,5],[8,2],[1,6],[-6,-1],[-7,5],[0,4],[29,7],[7,-4],[0,-11],[6,-5],[-1,-4],[10,2],[-1,-6],[4,-2],[5,3],[15,-4],[-1,2],[17,10],[6,-4],[13,-3],[4,-3],[-3,-3],[44,-34],[-1,-6],[3,-3],[11,1],[5,-6],[8,-3],[-2,6],[8,-1]],[[2210,404],[-2,1],[-2,1],[-2,0],[-1,1],[-2,0],[-2,0],[-1,0],[-12,0],[-3,0],[-1,0],[-3,-1],[-2,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-4,-2],[-1,0],[-3,-1],[-2,0],[-4,-1],[-2,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[-2,0],[-6,1],[-2,0],[-1,0],[-3,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-2,-4],[-1,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-3],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-2,-2],[-1,-2],[-2,-2],[0,-1],[-4,-3],[-3,-1],[-8,-3],[-3,-1],[-6,0],[-4,-1],[-11,-4],[-7,-4],[-1,0],[-3,-2],[-4,0],[-2,0],[-3,-1],[-13,-1],[-1,0],[-5,0],[-6,-1],[-1,0],[-2,-1],[-4,-2],[-2,-1],[-6,-3],[-8,-4],[-1,0],[-1,0],[-1,-1],[-3,0],[-1,0],[-1,0],[-1,0],[-2,0],[-8,0],[-1,0],[-1,0],[-3,1],[-2,0],[-7,3],[-1,0],[-1,1],[-1,1],[-1,2],[-1,1],[0,1],[-10,8],[-10,7],[-3,4],[-1,1],[0,1],[7,4],[7,3],[10,4],[5,1],[9,2],[9,-1],[1,0],[3,5],[1,1],[-1,1],[-2,0],[-1,1],[-3,1],[-2,5],[0,4],[-5,4],[-5,1],[-1,3],[6,5],[6,4],[3,3],[8,5],[-9,-2],[-2,-1],[-5,-4],[-2,-2],[-13,-1],[-2,1],[-6,2],[-12,2],[-4,-3],[0,-2],[-3,-3],[-6,-6],[-6,-5],[-3,-2],[-6,-4],[-1,0],[-10,1],[-3,4],[-2,3],[0,2],[-4,2],[-3,1],[-6,2],[-3,1],[-2,0],[4,8],[0,4],[1,2],[-2,5],[-4,4],[-15,11],[-2,5],[-2,9],[-3,6],[-1,0],[-3,4],[-4,3],[-15,9],[-10,6],[-7,7],[-5,5],[-2,2],[-4,5],[-2,5],[0,6],[0,10],[0,5],[-3,7],[-4,7],[-1,2],[0,2],[0,3],[2,3],[16,10],[4,3],[3,2],[4,2],[2,3],[4,5],[2,3],[2,6],[1,7],[0,5],[-3,6]],[[1830,605],[8,1],[13,24],[4,-1],[5,17],[14,-5],[23,4],[9,-1],[-1,-19],[6,-3],[4,4],[4,-1],[13,8],[11,2],[5,7],[9,5],[11,-7],[13,4],[8,7],[11,0],[3,5],[15,0],[7,7],[35,1],[10,4],[11,-4],[8,5],[-5,5],[-2,7],[12,-2],[7,5],[8,0],[5,8],[14,0],[3,4],[0,5],[27,11],[3,5],[-8,6],[2,2],[14,2],[14,11],[9,2],[-1,9],[12,14],[-2,2],[6,14],[5,0],[10,-5],[8,3],[18,-2],[3,-3],[11,6],[5,-4],[41,-14],[31,1],[10,-8],[-1,-10],[-15,-9],[11,2],[1,-6]],[[6830,770],[2,-15],[16,-16],[3,-8],[-6,-15],[-20,-22],[-14,5],[-7,-9],[-3,0],[-7,1],[-3,3],[-9,-1],[-38,6],[9,6],[-6,5],[3,3],[4,1],[3,4],[10,1],[-1,3],[5,4],[0,9],[4,5],[-6,1],[4,5],[-5,8],[2,5],[14,5],[1,5],[7,-2],[4,11],[-2,6],[16,-1],[3,3],[10,-1],[1,-4],[12,7],[-6,-18]],[[5214,825],[-3,-11],[-9,-1],[4,-7],[11,1],[0,-7],[4,0],[5,-16],[-9,-1],[0,-16],[6,-6],[1,-8],[-4,-9],[6,-9],[-6,-4],[1,-2],[-3,2],[-12,11],[7,2],[-2,4],[-19,-11],[-2,3],[-4,-1],[-4,7],[-4,-2],[-13,2],[-6,-6],[-7,1],[-2,4],[-7,-1],[-1,5],[-4,0],[-5,5],[-9,-4],[-2,7],[4,3],[-3,3],[5,6],[-5,3],[4,2],[-11,3],[-10,7],[4,3],[20,1],[2,11],[17,1],[12,7],[10,11],[10,2],[1,7],[9,5],[23,-7]],[[3614,493],[-6,-2],[-1,-1],[-7,3],[-4,3],[-1,1],[-4,3],[-2,2],[-3,4],[-5,1],[-1,0],[-2,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-9,-2],[-9,2],[-2,0]],[[3281,493],[-2,8],[-1,5],[-2,6],[-5,6],[-4,4],[-4,2],[-3,0],[-4,0],[-4,2],[0,3],[1,2],[2,2],[3,2],[1,5],[-1,1],[-1,1],[-2,1],[2,3],[9,1],[3,-2],[-1,-3],[2,0],[5,-1],[3,1],[2,3],[-4,9],[-1,1],[-3,1],[-3,0],[-10,-1],[-9,-1],[-3,4],[0,5],[-3,2],[-11,3],[-2,-2],[-4,-2],[-4,-1],[-1,1],[-4,1],[0,1],[0,4],[1,3],[-7,5],[-5,8],[-2,7],[-3,3],[-6,-1],[-3,-2],[3,-7],[0,-2],[-8,2],[-3,-1],[-2,-1],[-5,-5],[-11,-6],[-2,-4],[-1,-8],[0,-3],[5,-2],[9,-1],[8,0],[4,0],[4,-2],[1,-1],[8,-8],[2,-3],[-5,-2],[-3,-1],[-2,-2],[-2,-3],[-1,-4],[0,-10],[0,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-2,0],[-2,1],[-1,1],[-9,4],[-5,4],[-2,1],[0,1],[-1,0],[-1,1],[-1,0],[-1,1],[-8,3],[-1,0],[-1,1],[-2,0],[-1,0],[-4,1],[-2,0],[-1,1],[-9,0],[-12,2],[-1,1],[-1,2],[0,2],[2,7],[3,9],[6,9],[-2,1],[-2,1],[-3,1],[-6,2],[-10,6],[-4,5],[-1,1],[2,5],[2,7],[8,6],[10,3],[9,0],[1,3],[1,4],[-1,1],[-5,3],[-7,4],[-4,4],[-4,3],[-8,3],[-8,-3],[-6,-4],[-4,-4],[-3,-1],[-3,0],[-4,3],[-1,2],[-2,8],[0,7],[0,4],[-4,7],[-1,4],[-2,3],[-6,1],[-5,1],[-4,2],[-5,3],[-1,6],[-4,5],[-2,0],[-6,-2],[-3,-7],[-1,-4],[0,-4],[2,-3],[2,-3],[1,-1],[1,-9],[-2,-5],[-2,-4],[-5,-3],[-8,-5],[-5,0],[-6,1],[-7,7],[0,4],[2,9],[-2,1],[-1,1],[-1,2],[-2,3],[-1,1],[0,1],[1,3],[2,0],[3,4],[0,7],[-5,5],[-2,2],[-1,1]],[[2993,679],[7,5],[-4,6],[11,5],[-3,5],[4,5],[2,23],[13,19]],[[3023,747],[5,2],[6,-4],[1,-5],[5,-1],[-1,-3],[15,5],[4,-2],[21,5],[-7,8],[12,2],[2,10],[-5,6],[3,5],[-6,7],[0,8],[9,-3],[11,-8],[9,12],[-3,7],[9,8],[3,0],[8,-20],[34,6],[16,7],[29,-12],[2,2],[-8,3],[2,5],[-4,4],[7,13],[-6,8],[3,4],[13,6],[4,7],[3,1],[0,-5],[5,-7],[-3,-3],[2,-5],[-6,-4],[4,-8],[-3,-7],[5,-4],[-7,-9],[9,-7],[21,-5],[8,5],[7,9],[-3,3],[9,1],[1,10],[16,16],[25,4],[2,6],[31,6],[22,12],[13,-13],[9,-2],[8,3],[-4,2],[-2,5],[6,7],[-2,3],[18,-7],[14,3],[4,3]],[[3428,852],[41,-2],[12,6],[19,2],[6,-3],[-15,-11],[-3,-19],[10,1],[23,-3],[8,-11],[7,1],[19,-11],[18,1],[7,-5],[-5,-1],[0,-3],[3,-6],[-3,1],[3,-11],[-5,-5],[1,-3],[-17,-10],[10,-7],[-8,5],[-16,-6],[12,-6],[-3,-5],[3,-4]],[[6474,837],[-5,-6],[9,-17],[-2,-2],[6,-6],[-4,-3],[7,-2],[-1,-2],[13,-5],[-2,-3],[8,1],[-4,-6],[3,-7],[7,0],[12,-13],[6,-2],[0,-7],[5,2],[11,-7],[6,2],[1,5],[8,1],[8,-3],[2,-5],[4,0],[6,-10],[13,7],[6,-2],[6,-9],[9,6],[6,-1],[1,-6],[2,2],[7,-5],[-2,-4],[4,-16],[4,-1],[-1,-8],[-5,1],[-12,-7],[-12,-1],[-11,-8],[5,-1],[1,-6],[5,-1],[2,-4],[13,-1],[22,-10],[-5,-3],[-1,-3],[-10,0],[2,-3],[28,-5],[-1,-2],[11,1],[12,-8],[-6,-3],[0,-4],[5,3],[-1,-3],[8,1],[-7,-8],[0,-8],[4,-2],[-9,-10],[5,0],[6,-8],[16,-5],[6,4],[3,-3],[0,3],[3,-2],[-1,-4],[-12,-12],[4,-3],[8,0],[-4,-8],[-4,0],[5,-3],[-8,-4],[-4,-7],[5,-6],[14,-2],[-6,-12],[5,-3],[9,2],[2,-2],[-6,-4],[8,-5],[2,-10],[18,0],[-8,-5],[-2,-5],[-5,-1],[-2,-7],[-5,2],[1,-9],[-7,-2],[1,-4],[8,-4],[-10,0],[16,-15],[14,-1],[5,-3],[0,-18]],[[6751,444],[-1,0],[-6,-3],[-3,-1],[-2,0],[-6,3],[-6,1],[-2,0],[-3,-1],[-2,-2],[-1,-3],[-2,-2],[-1,0],[-1,0],[-6,0],[-3,1],[-1,2],[-2,4],[-1,2],[-3,6],[-7,0],[-8,-2],[-10,-1],[-4,-1],[-6,-2],[-10,-3],[-4,1],[-4,0],[-12,-1],[-14,-3],[-8,-1],[-11,0],[-13,-1],[-12,-5],[-3,1],[-3,-1],[-19,-5],[-13,-3],[-11,0],[-2,-5],[-2,-6],[-3,-10],[-1,-3],[0,-1],[-3,-1],[-2,0],[-2,0],[-7,0],[-6,0],[-5,3],[-6,1],[-9,1],[-14,1],[-9,2],[-1,0],[-3,1],[-12,2],[-9,-1],[-10,-1],[-1,0],[-13,-1],[-13,1],[-11,0],[-18,0],[-7,0],[-3,0],[-8,-3],[-5,-2],[-4,-1],[-2,0],[-3,1],[-2,1],[-7,-2],[-5,-1],[-4,1],[-3,0],[-4,3],[-3,3],[-2,2],[-8,3],[-7,2],[-3,-2]],[[6285,412],[-4,2],[-9,-1],[-23,-8],[-2,6],[7,10],[3,13],[75,25],[0,4],[-3,0],[7,3],[0,9],[-11,4],[1,13],[-17,16],[-14,7],[5,12],[6,2],[-2,4],[15,-1],[8,4],[2,12],[-8,3],[-3,8],[2,7],[-4,17],[-8,2],[-1,-5],[-9,-2],[-4,-5],[-4,4],[-13,-1],[-4,7],[4,5],[23,10],[9,1],[6,7],[3,0],[-3,5],[-7,-1],[6,7],[-6,0],[4,2],[-1,3],[-4,0],[-1,4],[4,2],[-8,8],[-1,5],[-9,8],[-8,-3],[-5,5],[6,3],[-2,3],[9,2],[-3,7],[2,4],[7,-3],[11,2],[7,4],[4,7],[-13,25],[-6,2],[-6,-2],[-15,1],[-2,3],[4,5],[-5,-1],[-19,5],[12,16],[6,-2],[6,6],[-3,6],[7,-2],[5,12],[-3,5],[6,5],[8,-1],[-1,-2],[-3,-1],[3,-2],[2,5],[-1,5],[16,18],[1,5],[-8,0],[-5,-5],[5,-5],[-7,0],[-1,7],[7,17],[-6,8],[-11,5],[-5,-2],[-2,3],[-5,-1],[1,3],[-7,9]],[[6275,830],[17,7],[1,-4],[3,0],[5,6],[8,1],[5,-6],[23,17],[22,3],[2,-3],[5,1],[11,-26],[37,5],[7,2],[0,21],[21,5],[6,-13],[5,1],[0,-5],[21,-5]],[[5954,704],[0,-13],[12,-11],[22,-7],[2,-6],[10,2],[5,8],[15,-2],[2,-11],[21,-1],[-13,-5],[-1,-6],[6,-20],[6,-3],[-2,-4],[2,1],[7,-6],[-4,-11],[4,-3],[16,-2],[-17,-3],[-6,1],[-2,-4],[-12,-4],[-3,-4],[-14,0],[-7,-3],[-2,-7],[-8,-7],[7,-16],[-30,-16]],[[5545,442],[-20,0],[-11,18],[-25,9],[16,23],[-3,7],[-39,-7],[-3,0],[-3,5],[-19,4],[-2,4],[-7,2],[-6,-5],[-4,1],[4,3],[-4,-1],[-4,-6],[-9,-1],[-4,-4],[-17,1],[-12,-2],[-20,8],[4,10],[10,6],[1,9],[7,6],[3,9],[-3,11],[7,7],[13,2],[13,12],[1,12],[-13,-5],[-1,3],[-3,-3],[-7,1],[-16,-9],[-5,-15],[-6,1],[-10,-9],[-9,-1],[-11,-5],[0,-9],[-9,-2],[-6,2],[-3,-5],[-10,-4],[6,6],[-3,3],[6,9],[-19,5],[1,5],[-6,3],[3,9],[15,1],[4,5],[1,3],[-6,1],[3,12],[-4,5],[5,4],[-2,9],[6,12],[12,7],[-11,0],[-1,9],[2,3],[7,-1],[2,-3],[9,5],[19,-5],[9,13],[-4,2],[2,5],[-16,6],[-5,9],[-6,-3],[-8,7],[6,8],[-4,1],[4,6],[-8,1],[1,4],[8,0],[-3,8],[5,3],[-2,2],[2,3],[3,-1],[5,10],[0,5],[-5,0],[-1,5],[9,1],[0,6]],[[5341,733],[15,-2],[-4,4],[5,0],[13,11],[4,-2],[-3,-3],[9,4],[1,-2],[9,2],[10,-2],[3,8],[5,-6],[12,-2],[3,3],[-6,3],[13,6],[-1,3],[4,0],[4,7],[6,-3],[4,3],[4,7],[5,-5],[10,2],[1,-6],[4,2],[4,-4],[1,6],[6,-2],[1,-9],[3,-2],[3,0],[2,6],[3,-8],[4,2],[2,-3],[5,0],[2,6],[3,-1],[-3,9],[4,5],[11,5],[1,6],[9,-3],[2,-10],[7,2],[3,-3],[-3,-3],[6,-2],[4,-6],[13,2],[1,3],[8,0],[4,4],[-10,6],[0,13],[4,1],[7,-5],[4,1],[0,5],[-8,4],[5,2],[1,6],[15,2],[1,9],[20,0],[-1,6],[3,1],[1,-3],[5,1],[4,-9],[5,-2],[14,3],[20,-3],[5,1],[15,9],[-11,10],[-3,7],[16,4],[20,0],[16,6],[2,9],[5,3],[5,-2],[0,11],[2,-4],[6,4],[2,-3],[-5,-6],[2,-2],[9,1],[6,8],[-1,14]],[[5758,873],[20,-1],[3,3],[-3,-11],[7,0],[-1,5],[9,-1],[5,-7],[5,-3],[-4,-1],[4,-10],[8,1],[2,-5],[1,4],[5,2],[0,-5],[4,-2],[7,7],[2,-8],[4,4],[2,-8],[7,1],[1,-6],[6,0],[-6,-4],[-12,-4],[-3,1],[-13,-7],[3,-3],[-9,-2],[1,-7],[-5,-2],[-2,5],[-8,-16],[0,-10],[6,3],[20,0],[-4,4],[3,2],[3,-8],[8,-1],[-1,-4],[20,-1],[1,4],[4,-2],[1,2],[11,1],[8,-10],[9,6],[1,-2],[6,1],[1,7],[11,3],[4,-18],[9,-7],[5,-10],[-10,-12],[-3,-22],[26,-15],[17,0]],[[6285,412],[-1,-1],[-1,-6],[2,-5],[-13,-1],[-16,-1],[-1,-1],[-1,-1],[-1,-5],[-2,-5],[0,-2],[-1,-3],[-1,-3],[-3,-2],[-3,-3],[-2,-1],[-2,-1],[0,-1],[-2,-2],[-1,-2],[-1,-2],[0,-1],[-1,-10],[0,-8],[2,-4],[0,-10],[0,-4],[-2,-2],[-1,-1],[-4,-2],[-7,-7],[-3,-3],[-4,-1],[-8,0],[-11,-1],[-9,-2],[-1,-1],[-3,-1],[-5,-1],[-5,0],[-4,1],[-9,2],[-6,-6],[-8,-2],[-12,3],[-10,2],[-5,0],[-3,0],[-8,0],[-4,0],[-3,0],[-14,-1],[-4,2],[-3,4],[-2,2],[-1,2],[0,1],[-2,0],[-3,-1],[-2,-1],[-1,-1],[-2,-1],[-8,-6],[-2,-2],[-8,-7],[-3,-4],[-3,-5]],[[5954,704],[9,7],[1,17],[-7,40],[2,44],[-4,18],[4,17],[4,0],[-1,-7],[7,1],[1,-4],[12,7],[5,-8],[0,5],[4,-2],[6,5],[9,-6],[-2,-3],[7,-2],[-2,-2],[15,-1],[13,14],[-1,5],[-5,1],[0,3],[-4,2],[7,5],[7,17],[5,1],[2,7],[3,0],[3,4],[-8,9],[1,2],[6,-4],[9,9]],[[6062,905],[2,2],[3,-1],[4,-6],[3,2],[13,-3],[4,-7],[9,-4],[-10,-4],[-1,-7],[14,6],[15,17],[3,-6],[14,4],[6,-4],[-3,-2],[2,-2],[14,-2],[0,-3],[3,3],[-1,-3],[3,-1],[-4,-4],[2,-2],[-6,-7],[7,-3],[8,2],[24,-2],[5,7],[16,4],[10,-9],[8,-1],[2,-6],[3,0],[-1,-6],[7,1],[4,-6],[6,1],[5,-5],[-2,-13],[5,1],[5,-6],[12,0]],[[7443,525],[6,2],[17,20],[-1,11],[-5,4],[3,2],[1,20],[5,9],[18,-2],[27,10],[6,-5],[10,11],[5,1],[6,10],[11,3],[24,-1],[4,-4],[14,4],[7,-3],[9,2],[-14,12],[-4,25],[-40,4],[-7,5],[-17,-4],[-8,7],[-2,14],[-15,0],[-7,3],[-12,25],[1,12],[-6,6],[3,2],[0,6],[10,4],[-5,4],[6,8],[-6,5],[2,10],[11,5],[-2,7],[6,7],[8,-2],[5,7],[5,-1],[4,4],[3,-3],[-3,-4],[14,4],[9,-5],[0,3],[10,3],[6,-6],[-3,-1],[2,-4],[7,6],[2,-4],[10,-1],[4,7],[5,0],[3,-6],[5,2],[23,-6],[2,4],[14,-7],[0,9],[3,1],[7,-4],[-5,9],[6,-3],[-1,4],[-11,5],[-3,6],[-7,-4],[-7,4],[2,3],[-7,1],[-5,12],[4,4],[-2,11],[8,10],[-4,4],[-4,-1],[-3,3],[17,6],[-2,-5],[4,-2],[11,3],[-2,14],[5,2],[-4,5],[4,6],[-4,1],[0,4]],[[7639,884],[4,-1],[2,-1],[2,-1],[2,-1],[1,0],[3,0],[3,-1],[5,0],[4,0],[4,-1],[3,0],[3,0],[1,0],[3,-1],[1,0],[2,-1],[2,-1],[1,-1],[2,-1],[1,-1],[0,-1],[1,0],[-1,-3],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[1,-1],[2,0],[3,0],[1,0],[1,0],[1,1],[3,1],[8,-8],[0,-3],[1,-1],[1,-2],[3,-6],[0,-1],[1,-2],[1,-1],[0,-1],[4,-5],[2,-2],[5,-6],[2,-2],[3,-3],[2,-2],[1,-1],[0,-1],[1,-2],[1,-2],[8,-14],[3,-6],[5,-9],[1,-2],[1,-1],[0,-1],[5,-7],[1,0],[14,-19],[2,-5],[1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-4,-5],[-1,-1],[-3,-2],[-7,-5],[-2,-2],[-1,-1],[-2,-2],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-2,-4],[-2,-5],[-1,-1],[-1,-2],[-7,-11],[-5,-7],[-2,-2],[-2,-2],[-1,-1],[-2,-2],[-1,-1],[-8,-5],[-10,-9],[-6,-9],[-2,0],[-1,-1],[-3,-2],[-1,-2],[-1,-2],[-1,-1],[2,-1],[6,1],[8,1],[3,-8],[-2,-3],[-3,-3],[-1,-1],[-3,-2],[-1,-5],[0,-6],[-1,-3],[-4,-2],[-5,-1],[-6,-1],[-2,-1],[-3,-3],[-3,-4],[-3,-5],[-4,-6],[-1,-4],[0,-4],[11,-8],[8,-6],[1,-2],[3,0],[2,-1],[4,0],[6,3],[3,0],[6,1],[3,-2],[3,-2],[6,-1],[11,-1],[2,0],[5,-1],[5,0],[9,1],[5,1],[2,4],[5,2],[4,0],[3,2],[1,3],[2,4],[1,2],[2,1],[7,0],[2,-1],[5,-1],[11,-6],[4,-1],[10,-4],[2,-2],[1,-1],[4,-5],[6,-6],[3,-5],[2,-2],[6,-4],[5,-1],[2,-1],[2,-2],[2,-2],[2,-4],[-1,-3],[0,-3],[-1,-3],[-1,-6],[0,-3],[1,-5],[2,-6],[4,-2],[1,-1],[4,-5],[0,-7],[0,-2],[1,-1],[2,-3],[3,-3],[2,-2],[2,-3],[2,-6],[-3,-7],[-1,-2],[-6,-4],[-6,-5],[-6,-6],[-5,-4],[-3,-5],[-5,-7],[-5,-4],[1,-5],[2,-2],[3,-3],[3,-1],[1,-5],[-2,-2],[-2,-1],[-6,0],[-5,0],[-4,0],[-7,-2],[-4,-6],[0,-9],[5,-6],[8,-9],[0,-4],[-4,-4],[-8,-8],[-2,-3],[-7,-7],[-6,-6],[0,-2],[0,-1],[0,-2],[2,-2],[4,-2],[6,-3],[4,-3],[1,-3],[0,-1],[-2,-6],[1,-7],[0,-4],[1,-3],[1,-5],[0,-4],[0,-2],[-3,-5],[-5,-3],[-7,-3],[-5,-1],[-2,-3],[-7,-8],[-3,-5],[-2,-3],[-2,-2],[-7,-6],[-5,0],[-6,2],[-3,6],[-1,3],[-4,5],[-7,5],[-7,3],[-3,0],[-2,-2],[0,-4],[-1,-6],[0,-1],[-2,-1],[-8,2],[-10,4],[-9,5],[-5,2],[-9,5],[-4,2],[-5,2],[-10,4],[-9,5],[-6,5],[-9,6],[-9,8],[-1,1],[0,3],[1,3],[-3,3],[-2,2],[-9,2],[-6,1],[-11,4],[-5,4],[-1,1],[-2,1],[0,6],[0,1],[-1,4],[-1,5],[0,1],[-4,1],[-2,0],[-5,-2],[-6,0],[-8,0],[-6,1],[-3,0],[-7,2],[-3,1],[-4,2],[-2,2],[-5,4],[-3,3],[-2,5],[-1,6],[-5,3],[-4,2],[-1,3],[-2,5],[-1,4],[0,1],[2,4],[2,3],[3,3],[3,2],[5,3],[2,3],[-4,5],[-1,1],[1,1],[1,2],[1,1],[4,3],[8,6],[3,2],[7,2],[5,-1],[5,-1],[2,3],[-8,6],[-8,6],[-12,6],[-8,7],[-6,1],[-9,3],[-7,5],[-4,5],[-7,9],[1,3],[4,4],[1,0],[1,0],[2,1],[3,2],[4,3],[2,2],[4,7],[1,4],[0,3],[-2,2],[0,-1],[-1,0],[-1,-1],[-5,-7],[-1,-1],[-1,-1],[-1,0],[-13,-1],[-4,1],[-4,4],[-3,4],[-4,4],[-1,1],[-3,1],[-9,3],[-2,1],[-6,-1],[-8,-2],[-4,-1],[-5,1],[-12,5],[-5,0]],[[4074,935],[3,-7],[4,0],[5,-8],[-5,-8],[14,-24],[2,2],[3,-2],[2,7],[4,1],[4,-6],[11,-1],[1,4],[5,-2],[6,9],[4,-1],[1,3],[23,-12],[1,12],[9,9],[10,0],[4,-14],[6,-2],[10,6],[-1,4],[6,3],[2,-5],[11,-1],[3,-4],[8,1],[0,3],[14,-5],[-1,-2],[4,2],[11,-2],[3,-2],[-7,-2],[-3,-14],[13,2],[1,-2],[8,-1],[5,-7],[4,2],[5,10],[6,1],[3,-5],[4,0],[-1,6],[17,-1],[3,-9],[5,0],[1,3],[5,-3],[9,9],[5,-1],[8,6],[-1,4],[11,17],[5,2],[5,-4],[5,4],[11,2],[4,-2],[7,3],[8,0],[13,-11],[-2,-5],[6,-8],[8,3],[3,-6],[7,-1],[2,4],[10,-9],[4,-1],[9,8],[12,2],[6,11],[5,0],[1,-8],[5,-6],[17,8],[-1,-22],[26,-6],[2,-3],[8,1],[15,9],[7,15],[7,2],[-1,6],[5,4],[12,3],[4,-2],[5,8],[17,-10]],[[4619,899],[-17,-6],[-5,-15],[8,-15],[20,-11]],[[4625,852],[-6,-17],[7,-10],[-3,-1],[2,-6],[-7,-2],[1,-4],[-3,0],[2,-20],[-9,-6],[11,-3],[0,-5],[-8,-3],[0,-6],[-7,-6],[-10,3],[-6,-3],[4,-3],[2,-12],[21,12],[3,-1],[1,-9],[-4,-4],[-4,2],[1,-5],[-4,-1],[-4,-7],[3,-2],[3,5],[2,-4],[5,9],[4,1],[3,-7],[-8,-6],[8,-3],[10,-15],[6,-2],[1,-5],[6,-1],[1,-3]],[[3861,704],[2,10],[-7,4],[-3,22],[-3,-1],[-4,6],[6,4],[0,6],[-4,-1],[0,3],[-6,0],[-2,-3],[-7,5],[-7,19],[4,6],[6,2],[-2,5],[18,16],[-1,10],[8,5],[-4,3],[10,6],[-7,12],[-6,0],[6,14],[9,1],[2,-5],[15,2],[-8,4],[2,10],[5,1],[-8,12],[1,3],[15,-7],[8,1],[3,-2],[7,5],[3,5],[5,-6],[7,4],[14,-3],[-3,-4],[10,3],[-2,4],[10,2],[-3,1],[2,3],[14,10],[5,12],[4,0],[1,4],[4,2],[7,-9],[-1,-6],[3,3],[1,-3],[8,-2],[-6,-7],[5,1],[2,-6],[5,2],[2,-3],[14,-5],[2,5],[6,1],[3,4],[-3,10],[2,7],[-6,4],[-5,-1],[-2,3],[-1,3],[9,1],[-4,5],[2,5],[-3,8],[12,-4],[1,-3],[-3,-4],[4,-3],[3,3],[9,-3],[2,7],[4,2],[5,1],[1,-3],[9,5],[7,-2]],[[4630,902],[0,16],[7,12],[-2,7],[14,15]],[[4649,952],[4,-4],[6,2],[16,-23],[-3,-2],[0,-7],[-19,-2],[-8,-21],[2,-4],[9,3],[2,-6],[2,2],[3,-3],[-10,-8],[-7,0],[-6,5],[-8,-2],[-1,5],[7,11],[-6,1],[-2,-3],[0,6]],[[4619,899],[11,3]],[[4649,952],[4,11]],[[4653,963],[13,3],[7,-2],[8,3],[8,-5],[30,15],[6,-1],[-4,3],[1,3],[13,3],[1,4],[8,-2],[11,6],[4,-1],[-4,-8],[5,0],[-2,-6],[-9,-4],[2,-8],[-1,-12],[5,-7],[-15,-4],[-11,-5],[1,-3],[-8,-2],[6,-24],[4,-1],[-9,-5],[4,-11],[-8,-10],[2,-5],[-13,-5],[-2,-7],[8,-10],[-11,-1],[-2,-11],[-5,-1],[-1,3],[-10,-10],[-7,-2],[3,-6],[-6,-3],[-1,9],[-5,-2],[-1,11],[-6,-13],[-7,2],[2,6],[-4,5],[-4,-2],[-18,7],[-6,7],[0,-2]],[[2134,1020],[15,-16],[13,-5]],[[2162,999],[5,-20],[13,-3],[4,-6],[5,2],[7,-10],[18,-10],[-10,1],[-5,6],[-5,-3],[-5,3],[-3,-5],[6,-4],[11,-5],[13,0],[8,4],[7,-2],[8,5],[6,-2],[3,-32],[-5,-5],[0,-5],[-12,-2],[11,-11],[-9,-10],[10,-15],[0,-14],[-19,-16],[2,-17],[-17,-6],[-1,-4],[-21,-4],[-11,12],[-1,14],[6,-1],[-4,7],[3,0],[3,7],[5,-4],[5,23],[-8,3],[-3,0],[1,-2],[-12,-1],[-14,17],[-40,-4],[0,9],[-6,-3],[-27,10],[-12,9],[-5,-2],[-8,3],[-18,-1],[-10,-4],[-4,3],[-6,-6],[3,-3],[-25,-15],[-13,5],[-1,-2],[-4,1],[-7,-4],[-7,6],[-4,-2],[-6,4],[5,10],[13,4],[6,16],[-6,3],[1,7],[31,20],[-3,1],[-4,17],[7,11],[6,-3],[9,1],[7,2],[4,4],[3,-2],[-1,-5],[19,-15],[8,-3],[0,5],[4,-2],[7,-4],[-1,-4],[13,10],[0,6],[10,2],[-3,5],[11,26],[-4,0],[4,10],[10,1],[0,3],[11,9],[10,-3]],[[5379,1065],[16,1],[-9,-23],[-6,-1],[-2,-4],[-4,2],[-1,-5],[-13,-5],[2,-19],[-5,-1],[0,6],[-8,-2],[-9,-20],[-11,-2],[4,-2],[-4,-6],[6,0],[-1,-8],[5,0],[12,0],[0,5],[7,-1],[13,3],[4,-3],[6,1],[2,-6],[4,1],[3,-5],[4,1],[0,-12],[-9,-3],[4,-5],[-2,-6],[5,-4],[-2,-5],[8,-2],[5,2],[2,-8],[-7,-3],[8,0],[-1,-5],[-11,-9],[3,-3],[-3,-8],[-4,-2],[5,-1],[-10,-3],[3,-10],[-5,-1],[2,-5],[-7,-7],[-7,4],[2,-11],[4,-1],[0,-6],[-4,1],[0,-2],[4,-5],[-9,-2],[-5,4],[0,-4],[-15,-7],[3,-3],[-2,-7],[3,2],[7,-3],[-6,-8],[1,-12],[7,-2],[4,5],[3,-1],[-14,-15],[-6,2],[-2,-17],[14,1],[2,4],[5,-2],[-8,-15],[-2,2],[-9,-4],[1,-3],[-5,-6],[-6,0],[-12,-5],[-2,-6],[2,0],[-5,-3],[16,-3],[5,2],[-4,-6],[7,-1],[-4,-6]],[[5471,340],[-6,0],[-15,-1],[-9,-1],[-6,-2],[-6,-4],[-4,-2],[-4,-1],[-6,0],[-4,1],[-3,0],[-3,0],[-7,-3],[-5,-2],[-5,-3],[-7,-2],[-8,0],[-8,-3],[-3,-2],[-7,-2],[-6,1],[-10,4],[-2,1],[-1,1],[0,1],[0,2],[0,1],[2,2],[0,4],[-5,6],[-1,1],[-1,1],[-5,1],[-6,2],[-5,1],[-7,1],[-7,0],[-6,-1],[-7,0],[-4,4],[-3,2],[-4,1],[-4,1],[-2,0],[-4,-1],[-5,2],[-2,4],[-1,5],[-2,4],[-9,3],[-11,2],[-6,0],[-7,0],[-8,0],[-8,0],[-10,0],[-7,1],[-4,4],[-1,2],[-3,2],[-1,0],[-3,1],[-4,0],[-1,-2],[-2,0],[-4,1],[-5,2],[-6,3],[-2,-3],[-4,-6],[-3,-4],[-2,-1],[-2,-1],[-3,-3],[-1,-1],[-3,-4],[3,-3],[-1,-2],[-2,-5],[-5,-9],[-2,-4],[-4,-1],[-6,1],[-1,1],[-8,3],[-9,0],[-12,0],[-3,-1],[-8,-1],[-3,0],[-8,1],[-16,3],[-8,1],[-6,1],[-3,2],[-15,12],[-4,0],[-6,1],[-2,1],[-6,3],[-2,1]],[[5000,365],[2,0],[4,6],[7,8],[5,5],[1,2],[2,9],[6,2],[1,1],[2,4],[-10,3]],[[4861,751],[12,3],[-9,2],[7,4],[-8,4],[2,4],[12,6],[15,-4],[9,8],[1,2],[-8,5],[10,4],[11,-8],[2,2],[-2,6],[7,6],[-1,5],[-6,10],[-14,7],[-5,12],[9,2],[-2,2],[6,4],[13,-11],[4,-15],[4,0],[0,-4],[5,0],[1,-5],[0,6],[1,-4],[10,0],[-4,7],[7,-1],[-6,5],[1,4],[24,3],[6,10],[5,-2],[3,3],[14,1],[2,4],[3,-4],[8,16],[7,4],[10,2],[8,10],[4,-3],[-8,-14],[18,-1],[15,11],[-2,9],[1,4],[7,3],[3,16],[-4,0],[-3,5],[4,4],[5,0],[2,9],[4,3],[10,0],[0,-4],[6,-3],[6,2],[18,-6],[-2,-2],[3,0],[1,-4],[37,-6],[2,-3],[-2,-4],[10,-2],[1,-10],[5,1],[1,-4],[6,-1],[15,18],[2,8],[10,5],[3,9],[-4,14],[7,-2],[2,16],[7,1],[1,9],[-5,0],[2,8],[11,-2],[10,2],[-1,7],[14,2],[-4,2],[-1,10],[7,-3],[7,2],[0,15],[-4,0],[-4,7],[3,7],[10,2],[6,6],[-2,30],[-4,0],[-1,18]],[[5270,1057],[14,-2],[-3,6],[9,-1],[0,3],[13,-4],[3,11],[4,-1],[3,-11],[-1,16],[7,0],[5,-3],[-3,-5],[7,2],[4,-5],[4,-17],[1,6],[14,1],[4,4],[4,-1],[1,4],[19,5]],[[2162,999],[7,4],[33,-3],[17,6],[12,-3],[-4,-4],[8,-7],[4,24],[33,-10],[8,8],[4,-3],[38,1],[8,-4],[11,4],[6,-5],[16,-1],[15,1],[10,6],[10,0],[7,-7],[4,-17],[16,-1],[-1,-6],[3,-3],[6,4],[2,-7],[11,-7],[2,-8],[8,-3],[-4,0],[1,-3],[4,0],[-2,-1],[4,-8],[5,1],[4,-4],[6,1]],[[2474,944],[6,-2],[6,-8],[16,-2],[-1,-8],[3,-1],[8,3],[10,-4],[11,2],[6,-13],[20,7],[4,10],[6,1],[17,-5],[10,3],[7,-5],[17,2],[13,-8],[28,7],[6,-1],[7,-4],[1,-7],[-2,-6],[-5,-3],[0,-8],[-10,1],[1,-9],[-10,1],[0,-6],[-4,-2],[-3,3],[-11,-3],[-4,2],[-8,-9],[14,-3],[20,2],[1,-2],[13,2],[3,-7],[-3,-4],[35,-10],[5,-6],[9,-3],[-3,-3],[8,-6],[7,0],[16,-12],[12,-3],[5,-5],[11,-2],[2,-6],[-7,-5],[10,-2],[8,-5],[-3,-3],[4,-7],[17,-7],[-3,-13],[5,-2],[-7,-6],[6,-9]],[[1830,605],[-6,13],[-2,4],[-5,11],[-3,6],[0,2],[-1,2],[0,2],[-1,4],[1,4],[0,2],[2,6],[10,20],[5,11],[1,3],[0,1],[1,4],[1,4],[2,3],[1,2],[1,3],[6,7],[2,2],[1,2],[1,2],[1,3],[1,3],[0,3],[0,3],[0,3],[0,2],[0,1],[0,2],[-1,3],[-1,2],[-4,7],[-1,3],[-1,2],[0,3],[0,2],[0,4],[0,2],[1,3],[0,2],[1,2],[1,1],[2,2],[2,2],[2,2],[3,1],[2,1],[4,2],[3,2],[4,3],[1,2],[1,2],[1,2],[1,2],[0,2],[1,3],[-1,6],[-2,14],[0,2],[0,4],[1,4],[1,4],[2,3],[2,3],[2,3],[4,4],[12,11],[2,1],[4,4],[2,2],[2,3],[1,2],[5,7],[4,7],[1,2],[0,2],[0,3],[0,2],[-4,12],[-2,6],[-3,5],[-4,6],[-3,4],[-4,4],[-14,13],[-8,7],[-6,6],[-7,6],[-1,2],[-2,4],[1,4],[4,16],[0,11],[-4,20],[0,6],[0,6],[2,5],[2,3],[3,4],[3,8],[1,8],[-2,11],[-1,1]],[[1864,1080],[16,-10],[12,3],[3,-3],[11,-1],[3,4],[23,4],[10,-7],[6,3],[21,0],[9,7],[8,1],[2,-3],[9,-2],[2,-8],[23,5],[12,-4],[18,8],[8,-7],[1,-6],[6,-4],[-8,-20],[15,4],[8,-2],[2,-4],[4,-1],[0,-2],[4,0],[-1,7],[24,-14],[17,-4],[2,-4]],[[6015,1075],[40,-14],[-3,-2],[5,-4],[-24,-30],[14,-8],[6,-31],[-18,-13],[16,0],[12,-4],[3,2],[-5,-14],[7,-9],[-4,2],[-7,-8],[-2,-9],[-15,-2],[-5,-5],[3,-7],[11,-6],[4,1],[3,-8],[6,-1]],[[5758,873],[0,26],[23,24],[-5,5],[1,7],[-6,3],[-9,-6],[-5,1],[-7,6],[-7,12],[-7,39],[10,25],[-2,12],[-7,2],[0,4],[5,3],[0,12],[5,7],[-3,2]],[[5744,1057],[-3,2],[8,11],[11,3],[1,-7],[10,6],[1,-3],[6,-1],[0,-7],[9,1],[-1,3],[5,0],[3,-4],[-3,-1],[5,-1],[2,-3],[10,2],[-4,3],[11,10],[-3,5],[7,4],[7,-3],[5,1],[-8,4],[18,8],[1,5],[8,-1],[0,3],[7,0],[12,8],[9,-2],[4,3],[5,-2],[8,2],[0,-7],[14,1],[6,-5],[12,0],[3,-13],[8,1],[0,-4],[15,-2],[4,-4],[3,2],[15,-8],[4,5],[21,7],[12,-11],[3,7]],[[7107,1082],[1,-9],[-7,-8],[-15,1],[-8,-1],[0,-3],[-9,2],[2,-3],[-4,-4],[0,-7],[-17,-3],[0,-7],[6,-9],[-6,1],[-3,-4],[10,-4],[-1,-2],[-14,-1],[-3,-4],[-1,-4],[4,-7],[16,-4],[3,-10],[5,2],[8,-10],[-9,-9],[0,-9],[-13,-3],[2,-3],[-6,-12],[9,-13],[-5,-6],[1,-11],[-7,-4],[6,-5],[-10,-5],[0,-3],[6,-7],[6,1],[10,-6],[-2,-5],[6,-4],[11,2],[2,-5],[8,3],[1,-7],[13,2],[6,-10],[-6,-2],[8,-4],[10,0],[16,16],[4,0],[5,-10],[5,-2],[5,4],[10,-3],[-9,-7],[-2,-5],[-9,-4],[-1,-9],[-9,-9],[4,-3],[11,5],[1,6],[7,2],[-1,-4],[11,-3],[-13,-22],[-2,-14],[-25,-25],[-10,3],[-2,8],[-4,-1],[-5,-9],[-5,15],[-10,1],[0,-12],[6,-5],[0,-4],[-6,2],[-11,-4],[5,-9],[-2,-4],[6,-23],[3,-1],[-2,-3],[2,-5],[8,-4],[9,4],[40,0],[-1,-8],[10,1],[-1,-18],[-25,-1],[1,7],[-19,0],[3,-6],[-9,0],[4,-13],[7,-7],[-2,-6],[-9,-7],[-6,0],[-6,-10],[2,-25],[-6,-10],[-30,-12],[-10,-15],[0,-12],[-6,-3],[1,-17],[-2,-5],[5,-9]],[[7052,545],[-11,-2],[-4,-1],[-4,-1],[-14,-2],[-15,-3],[-8,1],[-9,-3],[-6,-5],[-4,-5],[-1,0],[-4,-3],[-4,1],[-5,1],[-2,5],[-3,2],[-1,1],[-3,1],[-1,1],[-5,9],[2,9],[3,10],[7,9],[6,8],[4,6],[4,7],[-2,4],[0,1],[-5,6],[-2,2],[-8,-2],[-2,-3],[-8,-7],[-7,-9],[-5,-7],[-3,-4],[-2,-1],[-12,-7],[-10,-4],[-6,-1],[-6,-1],[-2,-1],[-7,-6],[-2,-1],[-16,0],[-2,0],[-5,0],[2,-14],[3,-8],[0,-1],[2,-3],[1,-2],[2,-3],[1,-1],[2,-2],[5,-4],[1,-1],[1,-1],[1,-1],[1,-2],[1,-2],[0,-1],[1,-2],[0,-1],[3,-6],[7,-13],[3,-3],[2,-4],[1,-1],[1,-3],[1,-4],[1,-3],[1,-6],[1,-5],[0,-1],[0,-1],[1,-2],[3,-6],[1,-3],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-3,0],[-2,-1],[-5,0],[-13,-3],[0,10],[-3,5],[-4,0],[-5,0],[-7,-1],[-3,-1],[-5,-3],[-2,-1],[-4,-1],[-3,-1],[-7,-2],[-4,-1],[-10,0],[-5,1],[-3,2],[-3,2],[-5,2],[-6,0],[-11,-1],[-5,-1],[-8,0],[-5,0],[-3,1],[-10,5],[-6,3],[-5,1]],[[6474,837],[20,-3],[7,13],[-1,7],[9,0],[1,12],[9,0]],[[6519,866],[4,-2],[11,2],[-4,3],[3,5],[13,3],[2,-3],[11,-2],[-1,-3],[9,-2],[8,-9],[32,-14],[0,10],[19,6],[-10,10],[-2,13],[2,0],[-4,4],[-4,10],[3,0],[0,5],[-6,10],[10,13],[17,-12],[19,-2],[0,-7],[5,1],[8,-10],[1,2],[7,-2],[1,-5],[11,-8],[-2,-1],[4,-7],[3,0],[0,10],[6,0],[6,-4],[8,3],[6,12],[38,0],[2,4],[9,2],[-4,9],[4,8],[21,1],[2,7],[6,-3],[1,5],[-6,2],[4,17],[-13,2],[2,3],[-5,2],[-1,-2],[-6,3],[6,4],[5,-1],[-2,4],[-3,2],[-6,-3],[-4,2],[9,11],[-9,55],[1,13],[4,1],[-9,2],[-8,14],[20,0],[-8,12],[1,5],[15,5],[-3,7]],[[6778,1088],[11,0],[0,4],[8,1],[11,-4],[5,3],[4,0],[6,8],[8,-1],[2,-10],[6,-8],[9,-2],[-6,-3],[2,-9],[-6,-1],[-7,-9],[4,-2],[0,-3],[7,-1],[-2,-5],[4,-5],[5,4],[13,-7],[7,4],[-2,1],[2,4],[15,4],[-6,14],[6,3],[9,0],[-2,5],[5,5],[-1,5],[19,14],[-1,18],[11,-4],[5,-6],[16,-7],[4,-4],[9,4],[0,7],[22,-26],[5,3],[11,-2],[1,-12],[3,-1],[19,5],[4,-1],[0,-3],[7,2],[1,-3],[12,0],[2,6],[6,0],[8,5],[8,15],[23,3],[-1,-4],[6,-1],[3,-8],[9,-1]],[[3365,1069],[9,-20],[19,-8],[12,-15],[7,-3],[-1,-4],[-10,-10],[-14,-5],[-28,-1],[-3,6],[-6,1],[-6,-3],[3,-7],[-4,-5],[2,-3],[10,-5],[7,1],[3,-3],[-3,-5],[2,-10],[8,-2],[-3,3],[2,7],[5,4],[7,1],[7,-9],[33,-9],[6,-11],[1,-15],[-8,-7],[1,-7],[3,2],[9,-7],[3,-8],[0,-6],[-7,-2],[-3,-5],[3,-10],[6,-4],[-7,-11],[1,-6],[7,-3],[-6,-6],[-4,0],[0,-7]],[[3023,747],[-16,17],[-11,4],[-8,7],[7,4],[0,6],[7,3],[0,2],[-8,5],[-1,3],[-14,5],[-2,-2],[-7,7],[-2,13],[2,4],[6,-1],[-11,13],[0,21],[2,4],[6,1],[10,7],[28,-2],[-1,-4],[8,5],[2,14],[5,-2],[5,3],[-7,4],[-5,9],[14,-8],[3,0],[-5,5],[2,5],[16,-4],[-12,23],[4,9],[8,5],[-24,6],[-2,9],[-10,4],[15,24],[-13,13],[4,8],[-13,8],[-5,9],[-16,15]],[[2984,1028],[-6,12],[10,6],[6,9],[26,7],[-4,5],[11,0],[1,4],[-5,1],[18,13],[13,2],[15,-5],[5,13],[14,7],[7,9],[16,2],[9,-3],[5,2],[0,3],[12,1],[-1,8],[10,4],[-2,8]],[[3144,1136],[14,5],[-2,13],[7,4],[1,8],[9,-1],[4,-3],[3,5],[0,-2],[27,3],[5,-3],[3,-11],[8,-1],[7,-6],[2,-24],[4,3],[15,-3],[5,-6],[7,-1],[7,-11],[1,-9],[15,-16],[1,-10],[3,-3],[11,1],[1,5],[19,0],[5,-4],[16,-4],[23,4]],[[7302,1135],[-26,-25],[6,-11],[0,-7],[20,-1],[2,-13],[7,0],[1,-3],[-2,-8],[-4,0],[-5,-9],[11,-21],[8,-7],[-6,-2],[3,-7],[11,-2],[2,-3],[3,0],[0,4],[24,-6],[1,-6],[-5,-1],[0,-10],[3,-1],[0,-5],[3,-2],[15,6],[11,-3],[2,3],[10,0],[30,-5],[1,12],[7,1],[14,12],[11,4],[-6,6],[3,6],[-3,1],[-1,16],[-5,5],[0,12],[17,8],[7,-11],[3,0],[21,15],[7,1],[1,-2]],[[7504,1076],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-2],[0,-3],[0,-2],[1,-4],[2,-14],[1,-3],[1,-2],[1,-2],[0,-2],[1,-1],[0,-1],[3,-4],[0,-1],[1,-2],[2,-2],[1,0],[5,-5],[1,-2],[3,-1],[1,-1],[6,-5],[28,-20],[5,-3],[27,-19],[2,-1],[6,-5],[8,-7],[2,-2],[3,-3],[2,-2],[4,-6],[0,-1],[1,-2],[1,-4],[1,-5],[0,-3],[1,-2],[1,-3],[1,-2],[0,-2],[1,-3],[4,-15],[1,-4],[1,-2],[0,-1],[1,-2],[0,-1],[1,-1],[1,-1],[1,-1],[1,-2],[1,-1],[1,-1]],[[7443,525],[-6,1],[-16,0],[-10,-1],[-7,-4],[-3,-2],[0,-3],[-2,-2],[-6,-2],[-1,-1],[-9,2],[-9,5],[-2,1],[-1,-1],[-5,-1],[-3,-2],[-6,-1],[-2,0],[-3,1],[-4,1],[-1,-1],[-3,0],[-2,-1],[-7,-8],[-4,-6],[-4,-6],[-3,-6],[-4,-6],[-2,-9],[-3,-8],[-3,-2],[-11,1],[-31,4],[-1,0],[-3,-2],[-3,-2],[-6,-3],[-10,-5],[-4,-2],[-4,0],[-5,-1],[-5,0],[-3,4],[-6,9],[0,1],[0,2],[-12,7],[-8,5],[-4,1],[-2,1],[-2,2],[-9,13],[-5,9],[-2,2],[-2,2],[-4,3],[-3,2],[-2,1],[-1,3],[0,3],[1,6],[2,8],[0,3],[-2,3],[-9,-1],[-8,1],[-12,-2],[-7,-1],[-14,-3],[-8,-3],[-9,-2],[-5,-2],[-6,-1],[-5,-1],[-4,4],[-3,4],[-7,3],[-7,0],[-6,-2],[-1,0],[-4,3],[1,1],[2,3],[-1,1]],[[7107,1082],[3,0],[4,10],[5,1],[2,-6],[-3,-5],[4,0],[24,18],[13,-13],[-5,-8],[11,-5],[12,6],[9,0],[0,5],[13,-3],[-3,3],[-5,0],[11,8],[6,13],[8,-1],[9,13],[-17,2],[2,6],[7,2],[1,3],[44,-14],[3,2],[-3,7],[9,6],[5,0],[4,5],[6,0],[4,5],[12,-7]],[[2633,1151],[5,-2],[-1,-3],[13,-2],[9,9],[14,-9],[0,-4],[6,0],[6,-5],[1,4],[10,1],[31,11],[3,-2],[16,6],[12,-4],[9,0],[2,-5],[17,2],[7,-12],[15,-4],[5,8],[-10,3],[7,7],[-12,8],[3,6],[15,-2],[3,-3],[5,4],[4,0],[3,-6],[1,5],[11,-2],[15,5],[2,-4],[-14,-3],[3,-10],[37,-2],[15,-22],[-8,-5],[18,-3],[-1,-10],[23,-8],[-6,-1],[-1,-8],[-9,-12],[22,-19],[4,0],[0,3],[5,-1],[-1,-5],[4,-1],[4,-10],[-6,-4],[2,-3],[-7,-3],[15,-4],[1,-6],[8,-1],[7,0],[9,5]],[[2993,679],[-2,0],[-5,1],[-5,0],[-4,0],[-5,-2],[-4,0],[-7,0],[-10,4],[-1,2],[-5,2],[-3,-1],[-3,-1],[-1,-5],[0,-9],[1,-3],[6,-2],[4,-1],[3,-1],[2,-10],[-3,-1],[-2,-1],[-7,-2],[-4,-1],[0,4],[-6,4],[-4,1],[-10,-3],[-7,-3],[-2,0],[-8,-2],[-3,-2],[-3,-1],[0,-1],[-4,-3],[-3,1],[-4,2],[-3,1]],[[2474,944],[-3,7],[-8,1],[-4,11],[-9,3],[3,5],[-1,7],[14,7],[-5,3],[1,11],[-15,6],[-3,8],[22,13],[12,-2],[9,-6],[13,3],[6,8],[-6,4],[-5,-2],[-11,10],[2,1],[-1,2],[5,7],[-2,2],[3,0],[1,6],[-6,6],[-5,11],[-11,6],[-8,18],[4,5],[14,7],[-2,18],[-6,5],[2,6],[8,3],[12,10],[13,1],[5,7],[10,5]],[[2522,1167],[12,-8],[3,3],[3,-7],[12,-4],[-2,-7],[7,1],[1,-2],[1,-7],[9,-2],[8,4],[0,5],[9,5],[0,5],[4,1],[1,2],[-4,-1],[-3,6],[8,3],[-2,7],[20,-12],[24,-8]],[[5130,1203],[9,2],[11,-4],[-2,-7],[-12,-3],[3,-5],[-6,-3],[11,-2],[1,-3],[9,1],[2,-3],[-21,-7],[-8,3],[-2,-7],[-19,-3],[-2,-1],[2,-3],[-10,-3],[12,-3],[17,4],[0,-10],[34,-2],[9,-7],[12,-3],[7,1],[5,11],[14,2],[2,-4],[4,-1],[7,8],[13,-4],[5,7],[14,-1],[6,-10],[3,2],[4,-3],[-3,-11],[-5,1],[-4,-10],[8,0],[9,-5],[-6,-9],[-4,-3],[-6,1],[-1,-3],[3,-1],[-5,-3],[0,-5],[4,0],[1,-17],[7,-18],[-1,-5],[7,-1],[2,4]],[[4653,963],[-9,11],[15,18],[-2,6],[5,10],[-4,7],[4,12],[-8,2],[-3,5],[4,18],[3,2],[0,5],[-4,2],[0,10]],[[4654,1071],[9,2],[6,10],[34,8],[12,-1],[4,13],[11,4],[9,8],[-6,4],[2,3],[-5,6],[4,2],[-1,11],[16,0],[-6,10],[3,10],[14,2],[3,4],[-12,-2],[-2,3],[11,0],[-12,4],[3,5],[17,1],[13,8],[2,4],[-5,1],[6,0],[2,4],[-4,8],[0,8],[3,3],[11,2],[5,9]],[[4801,1225],[6,0],[5,-9],[4,3],[4,-4],[4,3],[4,-3],[-4,-3],[9,-5],[-1,-12],[-4,0],[0,-3],[-3,-1],[2,-5],[-7,-1],[9,-11],[-2,-6],[13,-1],[6,8],[-2,6],[5,4],[3,-20],[19,-3],[13,-8],[5,0],[-2,-7],[-4,0],[2,-11],[4,8],[4,0],[3,-5],[10,4],[5,0],[0,8],[17,2],[2,10],[14,2],[7,4],[-3,13],[12,-8],[3,7],[5,-4],[21,0],[1,3],[-5,2],[6,3],[-3,13],[29,-1],[11,13],[5,-3],[1,4],[11,1],[-1,2],[11,-3],[10,3],[6,6],[7,-6],[5,1],[2,-3],[-4,-3],[7,-3],[-2,-11],[11,3],[4,-7],[14,2],[9,-7],[-2,7],[-4,3],[9,2],[3,5]],[[5633,1179],[-5,-3],[5,-1],[-11,-15],[-11,3],[0,-3],[-18,-1],[-6,-3],[3,-5],[5,0],[0,-5],[7,-3],[4,4],[3,-1],[1,-7],[-9,-6],[0,-3],[5,1],[6,-5],[3,1],[10,-5],[12,1],[8,-7],[-2,-1],[4,-8],[5,4],[9,-1],[-1,-9],[-10,1],[-3,-2],[9,-6],[4,1],[2,-11],[-6,0],[1,-4],[5,-3],[3,3],[5,-3],[-9,-4],[-1,-4],[-4,0],[0,-5],[10,-2],[4,-5],[16,-1],[-1,-4],[7,-8],[20,8],[12,1],[0,2],[15,-1],[5,3]],[[5379,1065],[-4,15],[-3,-1],[-3,8],[-3,-1],[-2,7],[7,3],[-9,28],[27,3],[14,-3],[4,15],[4,1],[32,-7],[5,12],[2,-2],[6,6],[5,16],[0,11],[2,1],[4,-6],[9,5],[14,58]],[[5490,1234],[27,-2],[-1,-2],[5,-2],[1,-9],[5,2],[-2,-3],[5,-2],[1,-4],[6,1],[-2,-9],[3,-1],[-4,-7],[18,-10],[8,2],[-2,3],[7,2],[-1,2],[4,3],[14,3],[3,-5],[11,-1],[0,-3],[12,-2],[3,-4],[11,0],[4,-4],[8,-1],[-1,-2]],[[6732,1113],[7,-16],[21,-1],[-3,-7],[14,5],[8,-2],[-1,-4]],[[6519,866],[5,8],[-6,6],[1,3],[-8,4],[-13,-3],[-4,2],[1,4],[-8,4],[1,4],[-19,8],[4,5],[-17,3],[-7,6],[-23,2],[-3,6],[10,5],[-2,28],[20,0],[4,-3],[-6,25],[5,22],[11,-1],[0,3],[9,-3],[2,7],[-6,5],[-20,5],[-3,28],[-17,6],[3,4],[-10,12],[0,9],[-6,10],[2,4],[-9,14],[5,4],[-3,4],[24,14],[0,7],[5,2],[-10,25],[-4,2],[-4,-1],[-5,9],[4,1],[-1,8],[5,6],[-4,6],[5,4],[-8,16]],[[6419,1215],[9,2],[-2,4],[4,1],[3,-9],[18,3],[13,-3],[-3,-4],[7,-1],[-1,-4],[15,-6],[12,0],[2,-4],[6,3],[3,-3],[-2,3],[8,2],[8,-3],[3,3],[9,-3],[7,1],[-2,-5],[15,2],[5,3],[-1,-14],[6,-6],[5,2],[-4,6],[4,3],[5,-4],[12,0],[3,-4],[1,-11],[4,1],[3,-3],[6,6],[-4,2],[8,-1],[-2,-3],[4,-1],[-3,-9],[14,-17],[17,5],[5,4],[8,-1],[5,-4],[7,3],[12,-10],[7,8],[5,-1],[-3,7],[12,-2],[-2,-3],[5,1],[3,-2],[3,-8],[-14,-3],[9,-1],[4,-8],[9,1],[7,-7],[-2,-2],[14,-9],[4,1]],[[6045,1095],[-13,-3],[-13,4],[-1,9],[5,2],[-4,14],[-6,1],[-1,6],[-10,0],[-2,6],[-12,0],[8,14],[1,9],[6,3],[11,-1],[6,5],[2,24],[10,1],[2,3]],[[6034,1192],[3,-2],[14,1],[13,3],[1,3],[28,2],[4,8],[31,10],[-2,12],[5,7],[-1,10],[10,3]],[[6140,1249],[28,-9],[9,-13],[14,-3],[38,2],[3,-5],[1,-16],[18,0],[3,6],[8,1],[-7,10],[3,4],[0,-6],[5,0],[2,5],[26,-4],[0,-4],[13,-7],[-1,-6],[-11,-11],[-12,-26],[2,-1],[-3,-7],[2,2],[13,-7],[26,3],[-4,8],[28,-3],[4,4],[5,-4],[-5,-2],[6,-5],[-4,-5],[-7,1],[0,-5],[-13,-15],[5,-3],[-1,-11],[33,5],[6,-4],[0,-6],[10,-5],[-11,-5],[-1,-4],[3,-2],[-4,-6],[-9,-2],[-5,4],[-4,-2],[3,-3],[-5,-3],[19,-5],[4,-7],[-1,-6],[-26,-13],[0,-3],[-7,0],[-2,-12],[5,-7],[-30,3],[-39,11],[-9,0],[-11,-4],[-1,2],[-12,-3],[-6,12],[-26,-13],[-8,2],[-7,-18],[-3,1],[-2,-5],[-2,13],[-10,-1],[-6,-11],[-9,-2],[-12,-7],[-4,1],[-1,9],[-35,16],[5,7],[-4,1],[-1,13],[4,6],[-6,4],[-7,-1],[1,30],[-5,4],[-11,1],[-2,-2],[0,3],[-19,5],[-19,-13]],[[1864,1080],[0,4],[1,2],[0,1],[1,1],[1,2],[1,2],[2,1],[2,1],[3,2],[2,1],[3,1],[3,2],[2,2],[2,1],[1,2],[1,2],[0,2],[1,3],[0,2],[-1,2],[0,5],[-1,3],[0,3],[0,2],[0,2],[1,1],[1,2],[1,1],[5,6],[2,1],[4,5],[4,3],[15,17],[9,15],[5,11],[2,4],[4,3],[3,2],[10,6],[2,1],[3,3],[2,2],[3,6],[1,5],[3,7],[7,23],[1,2],[0,1],[1,3]],[[1977,1261],[13,-2],[12,6],[9,-1],[21,-19],[3,-10],[5,1],[1,-2],[8,4],[21,1],[1,2],[15,0],[3,-1],[-3,-6],[2,-2],[11,1],[4,-4],[21,-10],[11,7],[4,5],[19,-2],[2,2],[9,-7],[17,-5],[8,1],[5,-4],[5,1],[25,-6],[6,2],[-1,-6],[-14,-1],[-1,-2],[27,-5],[8,3],[15,-11],[15,5],[10,-1],[5,-5],[5,1],[11,8],[12,2],[1,3],[-11,11],[1,3],[26,13],[13,-2],[0,-8],[8,-5],[16,-1],[5,5],[15,3],[5,-4],[8,-1],[12,-14],[13,-6],[5,4],[8,-1],[6,3],[5,10],[7,-3],[21,14],[6,0],[9,-4],[1,-8],[6,-6],[0,-6],[17,-10],[-8,-12],[0,-12]],[[3794,1238],[-14,-3],[3,-3],[-8,-4],[0,-5],[-7,-4],[-9,2],[-8,-2],[-1,-8],[8,-6],[-3,-15],[7,-7],[2,-9],[-4,-8],[-13,-5],[-6,-20],[-11,-6],[-22,1],[-3,-2],[1,-5],[-7,-2],[4,-7],[10,4],[17,-1],[-5,-6],[9,-9],[11,-1],[10,-5],[-2,-4],[7,1],[2,-14],[8,-9],[17,-2],[16,-8],[-7,-6],[5,-7],[12,-3],[5,2],[4,-2],[3,3],[12,-5],[13,4],[-4,6],[18,5],[3,-11],[4,-3],[38,-13],[3,-7],[13,2],[11,-5],[26,3],[12,-16],[5,4],[4,-4],[7,3],[11,-17],[5,0],[6,-6],[8,1],[3,-4],[14,-2],[8,-12],[1,-14],[14,-2],[-3,-5],[8,-1],[9,-9],[0,-10]],[[3365,1069],[-3,9],[4,7],[14,1],[18,5],[3,11],[20,28],[5,6],[9,0],[17,7],[26,-12],[5,0],[1,-5],[11,-2],[19,-1],[8,5],[8,-1],[7,6],[10,-16],[15,2],[6,-5],[8,-1],[11,-9],[6,2],[-8,8],[12,7],[-2,8],[10,0],[0,9],[7,7],[2,5],[7,1],[-8,12],[-8,0],[0,3],[10,0],[-4,0],[1,5],[-4,3],[-2,11],[5,1],[2,10],[6,3],[-9,7],[-8,1],[-13,9],[-30,7],[-5,2],[-1,6],[-16,3],[-5,21],[15,5],[12,8],[18,-1],[14,4],[5,4],[8,-1],[10,3],[5,3],[0,11]],[[3619,1291],[9,1],[6,8],[15,-6],[7,-7],[0,-12],[3,-2],[14,4],[14,-2],[13,5],[10,9],[-4,12],[3,0],[7,-6],[3,3],[14,-2],[4,-13],[6,-9],[9,-2],[1,-9],[13,0],[9,-4],[5,-8],[17,-10],[-3,-3]],[[4609,1142],[-1,-6],[6,-7],[9,-30],[17,-18],[14,-6],[0,-4]],[[3794,1238],[20,-18],[3,-12],[3,0],[7,-11],[7,-2],[-3,-5],[11,-7],[13,3],[8,4],[11,1],[7,-4],[-3,-5],[15,-1],[3,13],[25,5],[7,-9],[-3,-7],[16,7],[5,2],[-3,5],[15,8],[0,5],[-5,1],[6,6],[-7,3],[-3,9]],[[3949,1229],[12,0],[7,-7],[18,-5],[-2,-2],[4,-2],[-4,-3],[4,-2],[2,-10],[3,1],[0,-4],[9,0],[2,-6],[5,0],[1,-14],[5,4],[11,1],[2,-2],[-4,-1],[4,-2],[12,5],[-1,3],[7,-4],[6,5],[-2,5],[9,-1],[6,8],[20,-8],[10,0],[3,-11],[3,0],[-2,-5],[-3,3],[-6,0],[-3,-1],[1,-5],[17,-1],[11,5],[8,-14],[4,0],[3,-3],[4,-23],[7,5],[2,9],[21,14],[6,-1],[8,2],[3,-8],[11,5],[4,-3],[-3,-4],[11,-1],[21,6],[0,11],[-8,3],[-10,-2],[-2,4],[15,1],[7,4],[-5,14],[16,4],[-3,6],[14,1],[-2,19],[17,-1],[-1,3],[17,4],[-1,5],[-9,3],[15,1],[-6,8],[12,4],[-1,4],[6,1],[2,-4],[22,6],[3,-3],[0,-6],[12,0],[3,18],[7,-3],[4,10],[18,13],[-1,8],[9,3],[0,4],[-2,0],[2,8],[4,-2],[12,0],[1,-7],[7,2],[3,-5],[10,1],[2,3],[4,-2],[4,-6],[-4,-6],[1,-5],[4,1],[1,-7],[9,2],[-1,-2],[6,-2],[8,4],[13,0],[-1,-4],[11,2],[7,-3],[9,4],[-6,-6],[1,-2],[12,-1],[-5,-8],[6,-1],[1,-4],[-6,-5],[6,-6],[18,2],[6,4],[-1,-7],[9,-15],[15,2],[2,-5],[5,0],[-1,-8],[-7,-6],[-4,0],[2,-4],[5,3],[5,-7],[-5,-8],[8,-2],[-7,-4],[1,-6],[7,-2],[9,1],[9,5],[0,-6],[3,-3],[4,1],[2,-3],[-26,-11],[-2,-9],[5,-12],[-4,-2],[-4,2],[3,-4],[-10,-4],[1,-7],[-29,-2],[45,-12],[8,6],[20,6],[5,8],[14,2],[-1,5],[4,1]],[[6045,1095],[-14,-14],[-11,4],[-5,-10]],[[5633,1179],[2,-2],[2,5],[5,-1],[3,3],[13,-2],[3,5],[-4,2],[5,4],[-3,7],[2,5],[-10,0],[-6,6],[2,2],[-10,2],[11,3],[-12,7],[4,1],[-3,1],[2,7],[6,1],[0,6],[12,-1],[0,12],[-14,-1],[2,8],[9,2],[14,-3],[-2,14],[-6,8],[7,7],[6,-1],[1,5],[6,-3],[-1,-5],[6,0],[11,-11],[4,1],[-4,-4],[4,-4],[11,1],[11,9]],[[5722,1275],[22,4],[1,-3],[7,3],[5,-2],[1,9],[9,0],[1,3],[-8,3],[-3,5],[6,5],[9,2],[16,7],[12,-5],[1,-4],[7,-2],[3,-6],[4,-1],[-1,-5],[13,2],[1,2],[14,0],[6,-9],[17,-6],[-1,-6],[6,-5],[12,2],[9,-3],[4,5],[20,-5],[10,-14],[9,-22],[9,1],[6,-7],[14,8],[6,-8],[9,8],[4,-3],[3,2],[1,3],[5,-1],[5,3],[3,-5],[9,3],[6,-11],[14,0],[8,-10],[-3,-10],[7,-1],[-5,-3],[-1,-6]],[[6400,1285],[23,-28],[-6,-16],[-7,-6],[9,-20]],[[6140,1249],[3,11],[-3,7],[16,8],[4,13],[12,4],[30,15],[8,-3],[16,11]],[[6226,1315],[13,-17],[4,-16],[6,9],[15,-8],[1,-6],[25,1],[2,-6],[0,6],[4,3],[37,-4],[9,0],[3,3],[11,-3],[4,8],[20,2],[0,-2],[16,3],[4,-3]],[[7715,1196],[-2,0],[-1,0],[-7,0],[-2,0],[-10,0],[-8,0],[-2,0],[-1,0],[-3,-1],[-5,-1],[-3,0],[-1,-1],[-1,0],[-18,-1],[-5,0],[-4,0],[-4,-1],[-2,0],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-3],[0,-2],[-1,-2],[-1,-3],[-1,-2],[-2,-2],[-1,-1],[-4,-4],[-1,-1],[-1,-2],[-3,-5],[-7,-9],[-9,-8],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-2,-2],[-2,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-4,0],[-1,0],[-4,-1],[-3,0],[-2,-1],[-3,-1],[-6,-2],[-3,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[-2,-2],[-2,-4],[-2,-3],[-1,-2],[-1,-1],[0,-1],[-2,-4],[-1,-2],[-1,-1],[-1,0],[0,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,0],[-5,4],[-2,1],[-1,0],[-5,2],[-2,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-3,-1],[-2,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-4,-3],[-2,-2],[-1,-1]],[[7302,1135],[2,-1],[4,4],[-3,2],[5,9],[6,-2],[0,5],[8,10],[-4,2],[0,5],[-3,-2],[3,11],[-7,4],[2,10],[8,-1],[2,6],[-9,6],[-1,5],[5,0],[-1,5],[-4,7],[13,1],[13,7],[-7,5],[-11,1],[0,3],[-22,4],[-5,6],[1,11],[3,0],[5,12],[8,5],[25,1],[2,4],[-1,13],[-9,0],[-2,13],[-4,4],[-8,1],[0,7],[-10,-4],[-3,3],[-13,0],[-2,2],[11,2],[-1,7],[9,2],[8,7],[1,2],[-8,2],[3,6],[-5,1],[-5,11],[5,0],[0,8],[8,2],[6,-4],[17,-4],[-2,6],[4,2],[-4,3],[1,10],[11,2]],[[7347,1384],[6,-9],[2,1],[1,-8],[3,0],[-4,17],[5,5],[2,-11],[9,-4],[0,2],[12,0],[-1,-13],[8,-1],[4,3],[18,-10],[3,2],[-3,13],[3,-4],[6,2],[2,-2],[6,6],[8,-3],[0,2],[13,-17],[4,2],[8,-5],[1,3],[7,-1],[8,-4],[6,-8],[4,2],[10,-2],[5,4],[15,2],[4,-5],[6,2],[2,5],[8,1],[7,-5],[13,-1],[8,-4],[-4,-5],[5,0],[0,-5],[6,5],[10,-1],[-3,-3],[6,-8],[-5,-6],[23,-8],[6,-7],[10,-6],[-4,-10],[6,2],[11,-10],[11,-1],[0,-4],[-4,-3],[11,-1],[-3,-3],[12,6],[5,-5],[-2,-4],[4,-2],[-3,-5],[5,-3],[-1,-6],[-8,-1],[-3,-13],[10,-5],[6,-10],[17,-14],[12,-6],[13,-3]],[[3129,1415],[-4,-22],[12,-3],[-2,-11],[-11,-8],[-17,-3],[-7,-11],[-19,-5],[28,-10],[-1,-7],[-36,-15],[-19,2],[-6,-7],[0,-6],[-15,-2],[-1,-6],[13,-7],[20,1],[7,-7],[-6,-1],[-14,-12],[12,-4],[9,2],[13,-12],[9,2],[5,-9],[-8,-1],[1,-3],[-6,-5],[5,-14],[6,1],[4,-4],[-9,-5],[0,-7],[7,-3],[4,-14],[10,-1],[2,-6],[10,0],[11,-3],[-6,-15],[-14,-4],[-7,-6],[8,-14],[21,-5],[6,-9]],[[2633,1151],[11,15],[8,2],[10,8],[0,11],[4,9],[-1,9],[-15,5],[2,5],[-7,5],[-1,8],[9,12],[-11,3],[-3,6],[10,13],[-11,4],[5,8],[-4,7],[-1,13],[-6,-3],[-5,8],[2,4],[5,-2],[6,3],[5,-2],[14,6],[18,-3],[0,10],[7,0],[0,4],[-6,11],[-1,19],[-6,14],[-10,6],[0,6],[-5,3]],[[2656,1378],[18,11],[-5,15],[14,22],[10,0],[17,-6],[7,-6],[-2,-7],[3,-2],[-5,-3],[4,-38],[5,1],[0,-4],[14,-4],[7,-7],[13,-6],[9,-1],[15,3],[17,-3],[-1,-4],[5,-5],[-2,-5],[4,-8],[7,-4],[15,15],[17,3],[22,-1],[1,5],[5,2],[3,14],[-17,2],[-3,4],[1,8],[-7,0],[-1,4],[-3,-1],[-5,3],[7,4],[2,-2],[6,1],[8,4],[-1,3],[5,4],[6,-2],[-6,12],[-4,-1],[-7,5],[4,7],[-5,10],[6,0],[12,7],[23,0],[-4,7],[6,4],[-8,3],[-6,7],[5,1],[7,-5],[9,0],[18,6],[10,-7],[7,0],[13,6],[11,-1],[13,9],[4,-15],[7,-4],[37,8],[8,-7],[8,-3],[23,8],[4,-5],[10,-3],[-2,-6],[3,-3],[4,1],[3,-3],[12,-1],[6,-5],[4,2],[1,-6],[13,4],[9,-4]],[[3556,1408],[4,1],[3,-4],[25,1],[22,-4],[-1,-10],[-12,-9],[8,-11],[7,-3],[7,2],[2,-7],[14,-2],[6,-4],[6,0],[3,5],[5,2],[2,-3],[-7,-8],[1,-17],[-6,-12],[-7,4],[-6,-3],[-9,0],[-3,3],[-29,3],[-1,-8],[13,-4],[-1,-5],[17,-24]],[[3129,1415],[23,6],[-11,9],[9,4],[9,17],[1,10],[9,3]],[[3169,1464],[23,1],[6,-12],[34,-3],[5,7],[40,8],[-4,-4],[4,-3],[1,-9],[-4,-6],[6,-3],[16,2],[4,-8],[16,2],[20,-5],[16,0],[12,-6],[1,-6],[20,5],[19,-4],[3,5],[9,2],[-3,-7],[5,-6],[3,-3],[5,3],[3,-3],[12,0],[0,-5],[35,2],[17,6],[-5,-6],[-9,-1],[-1,-7],[16,2],[-2,-6],[3,0],[6,2],[11,-1],[-6,5],[15,4],[-4,-4],[12,0],[6,8],[16,-5],[6,2],[-1,1]],[[6732,1113],[-12,22],[1,2],[9,-3],[2,-5],[9,0],[-3,3],[4,6],[5,4],[14,-2],[-2,3],[14,1],[1,-3],[8,6],[14,1],[2,1],[-5,3],[11,8],[-4,4],[6,5],[7,-4],[8,1],[-3,4],[11,-3],[-1,5],[5,-2],[1,10],[6,-3],[5,2],[7,-1],[0,2],[-4,3],[10,5],[15,1],[-2,8],[9,0],[-1,-7],[2,-1],[3,1],[3,3],[-4,8],[5,9],[10,-1],[8,3],[0,-12],[6,-9],[6,-1],[1,3],[5,-5],[14,2],[-5,4],[5,13],[-5,0],[-7,5],[7,5],[-4,3],[4,4],[-10,0],[-4,5],[2,4],[4,-1],[-1,12],[17,9],[-4,9],[-4,2],[-3,-3],[-3,6],[6,20],[6,-2],[10,2],[-4,5],[3,1],[-2,5],[7,0],[0,4],[2,-2],[7,0],[-3,20],[4,2],[-7,19],[2,2]],[[6958,1343],[5,1],[1,5],[22,4],[0,-11],[10,1],[3,11],[6,2],[10,-3],[2,-5],[-4,-3],[3,-2],[-1,-6],[9,-1],[3,4],[11,1],[-9,7],[7,5],[2,-6],[4,0],[1,9],[-8,7],[2,3],[8,1],[6,-4],[1,-4],[8,-1],[2,-4],[15,2],[-2,1],[5,16],[7,-1],[6,3],[1,-3],[0,6],[6,0],[6,13],[6,2],[0,-3],[7,1],[0,6],[17,-4],[4,15],[5,2],[5,-3],[2,3],[1,10],[-3,-1],[-1,6],[7,-1],[8,2],[0,4],[-4,0],[0,5],[6,4],[0,3],[-4,1],[4,3],[-15,15],[1,3],[28,-7],[2,7],[14,1],[4,-2],[0,7],[4,3],[5,-1],[3,9]],[[7212,1481],[7,-4],[4,2],[10,-5],[12,0],[0,-2],[2,2],[4,-4],[-2,-4],[6,-3],[5,3],[-2,3],[5,0],[1,-3],[1,3],[10,3],[1,-8],[-10,-2],[8,-2],[-6,-5],[3,-6],[6,-6],[9,3],[-2,4],[3,3],[10,-9],[-1,4],[6,0],[0,-10],[5,0],[2,-3],[1,-11],[6,-12],[4,2],[-4,12],[14,0],[3,-10],[3,2],[-5,-9],[9,-1],[0,-5],[4,1],[0,-12],[5,-1],[-2,-7]],[[5498,1262],[-5,3],[0,3],[4,0],[-1,3],[-5,1],[-2,15],[-5,4],[4,17],[-24,0],[-16,-3],[-23,6],[-8,-8],[-9,8],[-19,4],[-7,-11],[-9,3],[0,2],[-10,0],[-3,4],[-19,-2],[-3,6],[6,18],[14,-3],[13,12],[-3,3],[3,3],[-8,4],[-13,1],[0,3],[9,0],[1,3],[-4,1],[15,0],[10,18],[3,-2],[15,2],[0,-11],[5,-1],[10,1],[3,6],[12,-1],[1,-2],[9,2],[-1,6],[-6,4],[7,8],[3,12],[-12,2],[0,10],[-3,2],[-15,-2],[-2,10],[11,-1],[0,7],[5,4],[-1,10],[6,1],[-2,5],[17,1],[8,-5],[14,6],[2,5],[4,0],[1,26],[-6,33]],[[5469,1518],[12,-1],[1,-6],[6,1],[5,-24],[9,0],[6,-9],[-1,-4],[2,-2],[7,2],[33,-58],[2,-10],[-2,-3],[-11,-3],[7,-16],[4,-24],[-10,-5],[3,-12],[-3,-11],[7,-12],[-11,-12],[3,-13],[-7,-9],[0,-11],[-2,-3],[-19,1],[-6,-12],[-6,0]],[[6133,1495],[-1,-5],[13,-4],[5,-5],[-9,-5],[3,-4],[5,0],[-4,-3],[-6,0],[7,-9],[2,-6],[-3,-1],[3,1],[9,-8],[10,-1],[6,-10],[0,-3],[-4,-1],[-15,2],[-3,-5],[2,-5],[-6,-1],[-3,-9],[9,-10],[14,-8],[-6,-4],[-11,1],[0,-8],[6,1],[1,-5],[7,2],[2,-4],[11,-4],[2,1],[12,-4],[-1,-1],[20,-3],[3,-5],[7,-1],[0,-33],[2,0],[1,-8],[6,-3],[-3,-2]],[[5722,1275],[-2,1],[7,4],[0,4],[-5,4],[0,14],[-3,1],[-1,8],[-3,1],[5,3],[-1,-3],[10,2],[4,3],[-1,5],[-9,6],[5,3],[3,8],[7,2],[-1,5],[7,-1],[2,3],[10,-6],[1,4],[10,-1],[-2,4],[8,0],[11,12],[-6,0],[-4,11],[3,2],[-6,1],[12,12],[-8,5],[4,4],[-3,7],[12,-4],[7,1],[-10,12],[9,3],[1,-4],[5,1],[0,4],[5,1],[-1,5],[7,4],[-2,7],[2,4],[-10,3],[-1,10],[-11,15],[10,1],[6,2],[0,3],[7,-2],[8,9],[9,4],[12,-1],[6,3],[9,-2],[9,13],[10,0],[8,5],[1,2],[-5,1],[5,1],[10,-5],[6,3],[8,0],[6,-4],[7,5],[3,-1],[3,3],[-4,2],[12,3]],[[5935,1510],[13,-5],[11,3],[2,6],[10,-1],[14,-6],[0,-9],[4,2],[4,-5],[6,1],[1,-3],[7,3],[7,-4],[5,-5],[-1,-5],[-9,0],[1,-8],[6,-3],[7,3],[6,-2],[-2,6],[4,1],[1,-5],[6,-4],[-5,-4],[1,-7],[9,-2],[-2,-2],[4,-4],[4,0],[1,5],[8,2],[3,7],[18,-5],[-7,8],[2,5],[-3,4],[8,3],[1,4],[16,1],[15,11],[6,-4],[5,0],[6,4],[5,-1]],[[4541,1516],[-2,-5],[5,-2],[3,-9],[-11,-3],[0,-7],[7,-4],[3,3],[3,-2],[-2,-1],[4,-5],[-25,-15],[-4,-17],[-28,-14],[-6,-10],[-16,-8],[-3,-7],[12,-14],[7,0],[-2,6],[6,4],[5,-4],[1,-5],[7,-1],[-6,-10],[3,-7]],[[4502,1379],[-8,3],[-9,-8],[5,-4],[-12,-5],[0,-8],[13,3],[6,-9],[-11,-5],[-6,0],[-4,-6],[-5,2],[-4,-2],[-1,-4],[-6,0],[6,-5],[-3,-1],[3,-6],[-4,0],[-8,10],[-16,-5],[0,4],[-19,-2],[-15,9],[4,2],[0,3],[14,2],[6,9],[-3,12],[-17,7],[3,5],[-10,-1],[-5,-8],[-10,-3],[1,8],[-8,1],[1,6],[-12,1],[-2,-4],[-26,4],[-5,10],[4,2],[-3,5],[12,5],[-11,4],[4,2],[5,-3],[6,6],[3,-4],[7,1],[0,6],[5,1],[2,19],[28,-1],[1,8],[7,1],[4,9],[19,2],[13,-4],[0,4],[-9,7],[-1,6],[-8,1],[7,6],[11,1],[1,5],[-5,2],[-21,-15],[-11,3],[5,11],[-7,3],[3,4],[6,0],[0,7],[9,-2],[3,6],[7,0],[10,7],[12,1],[5,-8],[9,4],[5,12],[-6,2],[14,-1],[0,6],[-5,4],[4,1],[3,1],[3,-8],[40,3],[3,-1],[1,-7],[12,-2]],[[6704,1482],[5,-6],[-1,-12],[17,4],[-2,-4],[6,-1],[2,7],[16,4],[6,-3],[11,8],[10,1],[7,-7],[27,3],[9,-4],[0,-3],[4,0],[1,4],[1,-8],[5,-1],[1,6],[6,5],[4,-5],[1,4],[6,1],[2,-3],[17,-3],[7,-15],[0,-5],[-5,-1],[0,-4],[8,-6],[9,-1],[1,-5],[6,-2],[-4,-8],[12,-3],[-5,-2],[5,-3],[-10,-8],[9,-2],[1,-8],[6,1],[9,-4],[6,-8],[-1,-4],[5,-2],[8,3],[7,-4],[2,-8],[-5,-1],[3,-3],[-1,-4],[5,-2],[-4,-5],[5,-1],[4,-7],[10,-4]],[[6400,1285],[-2,10],[-6,6],[9,9],[15,1],[0,-3],[8,0],[0,4],[6,0],[2,16],[3,1],[-7,18],[6,9],[14,34],[28,28],[0,12],[36,9],[-2,19],[20,4],[5,-3],[14,1],[10,4],[4,6],[12,0],[1,3],[13,5],[9,0],[3,5],[12,5],[2,9],[26,16],[2,-2],[5,2],[15,-2],[1,-5],[-5,-8],[2,2],[8,-4],[5,2],[1,-3],[5,-1],[1,-11],[8,1],[2,-4],[13,2]],[[4651,1513],[1,-3],[8,-5],[-4,-3],[4,-2],[28,-2],[3,5],[1,-3],[8,2],[1,-17],[3,-4],[-1,-3],[-16,-8],[6,-13],[-3,-4],[-2,2],[-4,-7],[3,-3],[-1,-6],[3,-1],[-2,-12],[7,5],[0,-2],[12,0],[0,-12],[-3,1],[-1,-3],[4,-7],[10,-5],[3,2],[4,-6],[5,2],[6,-5],[9,1],[3,-6],[8,-2],[7,-16],[6,-3],[16,7],[5,10],[17,7],[2,-3],[-8,-7],[2,-5],[-11,0],[1,-6],[-6,-6],[2,-4],[10,2],[6,-6],[-3,-2],[3,-7],[-2,-3],[3,-6],[-11,-1],[2,-9],[10,6],[3,-17],[23,-4],[-6,-15],[-9,-2],[0,-4],[4,2],[9,-7],[-2,-5],[7,-4],[1,-5],[14,3],[-4,-11],[-22,4],[-6,-1],[2,-8],[-7,-6],[4,-14],[-15,-5],[0,-13]],[[4609,1142],[-13,58],[-7,1],[1,12],[-2,4],[-7,0],[0,10],[-6,5],[1,6],[-5,1],[9,17],[-7,6],[3,5],[-3,12],[5,4],[-1,9],[-26,16],[1,8],[-14,15],[-8,15],[-12,8],[-2,15],[-7,3],[-7,7]],[[4541,1516],[6,4],[1,-3],[2,2],[6,-3],[17,1],[-3,-3],[5,1],[25,9],[-1,3],[5,2],[4,0],[-1,2],[11,5],[1,6],[14,-3],[0,-9],[11,-14],[5,0],[2,-3]],[[5081,1534],[5,-4],[1,-25],[3,-2],[6,-27],[-13,-1],[-15,-11],[-6,0],[-6,-3],[0,-4],[33,-9],[9,1],[5,-10],[-7,-1],[-5,-4],[2,-3],[-6,-2],[-9,1],[-2,-7],[-5,1],[-4,-6],[1,-3],[-4,-5],[7,-2],[2,-7],[-5,-5],[0,-12],[-10,-1],[0,-2],[15,-4],[-5,-5],[-4,-11],[-15,-7],[2,-3],[-4,-2],[-3,-12],[31,-3],[5,-3],[4,3],[10,-5],[8,2],[4,5],[1,5],[-6,-2],[-1,3],[10,3],[8,-11],[6,2],[2,-3],[13,4],[6,-17],[-5,-11],[1,-3],[6,1],[2,-5],[-6,0],[2,-7],[2,-2],[11,7],[-8,-8],[8,-1],[-5,-6],[4,-3],[-7,2],[-10,-5],[0,-7],[10,1],[-3,-4],[-14,-5],[-7,1],[6,-4],[-6,-4],[2,-8],[-4,-4],[4,-1],[-15,-12],[6,-9],[-1,-10],[12,-10]],[[4651,1513],[29,5],[12,-1],[1,6],[6,2],[-3,7],[10,-3],[-3,3],[4,2],[-1,2],[-8,-1],[6,3],[-3,2],[42,16],[19,1],[6,4],[-7,17],[-7,-1],[-2,3],[12,1],[-7,3]],[[4757,1584],[4,2],[15,-1],[1,6],[3,-2],[3,2],[-1,3],[4,2],[7,0],[2,-3],[13,-2]],[[4808,1591],[-7,-1],[2,-5],[11,-4],[-2,-5],[6,1],[16,-18],[0,-4],[6,2],[-2,-5],[12,0],[8,-7],[12,6],[0,2],[19,5],[1,13],[5,0],[0,-4],[3,1],[6,-6],[8,3],[3,-1],[-2,-4],[7,2],[7,-2],[4,14],[8,6],[-8,4],[7,4],[-1,3],[-8,-1],[0,3],[19,2],[4,3],[-2,1],[17,7],[3,-1],[-4,-8],[2,-5],[-3,-1],[8,-46],[9,3],[1,-2],[13,5],[0,-3],[15,-3],[4,3],[-9,2],[25,6],[0,-3],[8,1],[-1,-8],[5,-4],[38,-8]],[[4050,1621],[3,-3]],[[4053,1618],[-3,-10],[7,-13],[-1,-7],[3,-2],[-3,-9],[-9,-2],[5,-4],[6,-2],[-4,-10],[-3,-1],[9,-4],[2,-14],[23,-7],[19,-35],[7,-25],[-2,-6],[-11,-1],[2,-4],[-5,-1],[2,-13],[0,-3],[-4,0],[-1,-7],[-31,3],[-13,-5],[3,-8],[7,-5],[0,-4],[-9,-2],[1,-3],[18,0],[5,-3],[-8,-8],[-9,-3],[3,-4],[-3,-7],[4,-2],[0,-7],[-13,-24],[0,-6],[-24,7],[1,-4],[-9,-12],[-17,-2],[-2,-4],[3,-4],[9,-3],[0,-3],[12,-1],[0,-7],[-4,-2],[6,-8],[-16,-2],[-17,-11],[-3,1],[-3,-3],[-15,-1],[-1,-15],[10,0],[1,-3],[9,3],[2,-3],[-8,-7],[12,3],[0,-4],[-9,-5],[5,-3],[-2,-1],[-38,-14],[0,-13]],[[3556,1408],[0,11],[-8,-2],[-5,4],[7,0],[-3,9],[9,4],[-5,5],[14,10],[4,-2],[7,12],[0,3],[-4,-3],[-18,11],[-4,-2],[1,3],[-8,7],[4,6],[-7,4],[8,9],[-3,3],[23,16],[-7,2],[5,13],[-20,5],[0,3],[8,6],[0,4],[28,12],[-5,10],[-8,1],[0,4],[-5,2],[2,2],[-2,3],[2,17],[10,1],[10,4],[7,-5],[4,1],[7,5],[3,14],[-7,15],[-20,-3],[-1,7],[-11,12],[-16,5],[3,4],[-3,16],[6,11],[1,12],[-3,1]],[[3556,1700],[24,4]],[[3580,1704],[3,2],[28,-1],[4,-7],[5,-3],[16,9],[3,-1],[0,-13],[-8,0],[0,-7],[9,-6],[2,-15],[18,-7],[5,8],[3,-1],[6,9],[4,0],[12,-8],[2,-5],[6,1],[0,-4],[9,0],[12,3],[7,-4],[11,0],[4,9],[-5,2],[6,1],[2,4],[5,-1],[6,6],[12,-9],[-1,-7],[-12,-8],[10,-7],[-4,-3],[3,-3],[-6,-2],[3,-1],[-2,-5],[9,0],[1,-7],[9,0],[4,3],[4,8],[13,-8],[7,2],[5,-2],[8,-11],[16,1],[9,-6],[18,9],[5,-3],[5,1],[4,7],[5,0],[0,3],[15,-5],[0,3],[12,5],[13,-3],[1,-5],[20,-6],[8,-6],[-2,-4],[-10,0],[1,-5],[-8,-2],[2,-2],[-8,-5],[5,-5],[3,-1],[-2,4],[8,4],[12,-1],[-3,4],[10,2],[2,-10],[3,-2],[4,2],[1,2],[-4,2],[7,0],[-5,12],[6,-1],[1,-4],[7,-6],[3,0],[2,3],[3,-6],[7,-3],[4,9],[-5,8],[12,-1],[11,4],[9,4],[11,9],[14,0]],[[6995,1687],[-9,-6],[2,-7],[-12,0],[-10,-8],[2,-4],[-10,-4],[3,-5],[-2,-9],[-11,2],[-3,-5],[-13,-9],[-2,3],[-6,0],[-2,-4],[3,-1],[-6,-2],[2,-2],[6,0],[1,-4],[-4,-1],[8,-11],[-7,-5],[-5,-2],[-4,11],[-7,0],[-8,-5],[-7,5],[-5,-5],[3,-9],[-4,-4],[-35,-9],[-6,1],[0,-2],[-13,-1],[-5,5],[-4,0],[-1,-4],[-1,5],[5,5],[-4,4],[-11,-7],[-2,3],[-29,-8],[-6,4],[-28,-8],[-12,3],[-26,-5],[-4,4],[10,4],[-7,11],[18,0],[15,6],[15,1],[-3,7],[47,15],[12,0],[-1,7],[3,1],[-2,6],[10,4],[-5,16],[9,4],[10,-13],[3,2],[18,-14],[2,-10],[5,0],[18,12],[5,8],[9,1],[21,11],[7,12],[28,13],[28,3],[14,-6]],[[5917,1538],[9,0],[2,-2],[-8,-8],[3,-18],[12,0]],[[5490,1234],[8,19],[-4,0],[4,9]],[[5469,1518],[-8,32],[-14,28],[8,33],[17,4],[10,-1],[12,8],[20,-3],[1,-4],[16,-1],[4,7],[8,3],[1,9],[7,-1],[-1,-5],[-6,1],[5,-2],[27,5],[1,-3],[4,6],[-10,3],[-2,6],[5,3],[-9,14],[-8,0],[0,4],[-9,4],[-8,-3],[-6,1],[-8,-6],[-5,1],[3,5],[-6,1],[2,8],[-8,7]],[[5512,1682],[6,7],[0,5],[6,1],[-1,2],[4,3],[15,1],[10,-5],[0,4],[12,0],[11,-4],[2,4],[-3,3],[5,-2],[17,8],[3,-2],[2,4],[-3,3],[6,-2],[2,6],[14,6]],[[5620,1724],[11,-6],[5,-9],[10,-1],[-1,-6],[5,-2],[15,0],[3,4],[12,2],[2,-6],[18,4],[14,-2],[-3,7],[10,1],[-1,-3],[6,1],[0,-16],[6,-4],[11,-1],[5,2],[2,-4],[14,8],[12,-21],[-5,-4],[4,-6],[-6,1],[-3,-4],[-2,-9],[-10,3],[-8,-4],[-8,2],[-5,-12],[7,0],[1,-5],[20,-2],[1,2],[4,-4],[28,-9],[9,-6],[0,-5],[7,1],[2,-3],[4,2],[3,-5],[3,1],[3,-18],[6,-4],[-7,-4],[4,-15],[7,-2],[0,-4],[6,1],[16,-7],[9,0],[-1,-11],[12,-5],[-2,-7],[5,1],[8,-7],[4,4],[4,9],[4,-1],[1,2],[7,-4],[1,3],[8,1]],[[3169,1464],[-8,1],[12,5],[-7,1],[-1,6],[-6,-1],[-1,2],[7,10],[-1,4],[8,0],[6,3],[-5,5],[2,4],[11,1],[0,4],[22,5],[0,4],[9,3],[0,2],[12,0],[-9,8],[-7,0],[-2,6],[-4,0],[-2,7],[-7,-1],[-6,8],[-11,4],[-6,-3],[-3,2],[-9,19],[-14,3]],[[3149,1576],[0,4],[6,-2],[3,5],[0,11],[8,2],[-3,3]],[[3163,1599],[3,3],[20,-6],[3,-8],[8,-6],[16,-1],[0,-3],[23,-3],[-2,-4],[6,-1],[8,1],[3,6],[-5,5],[22,10],[-10,3],[-2,5],[8,7],[-11,5],[0,6],[16,4],[12,-1],[4,4],[3,-2],[4,1],[3,29],[12,0],[11,10],[7,0],[2,-3],[5,1],[9,-4],[0,-4],[14,4],[-10,13],[14,3],[1,9],[8,1],[-2,-5],[3,4],[22,5],[5,-4],[2,5],[0,-5],[9,-4],[14,5],[9,-3],[10,-9],[13,-3],[6,13],[13,8],[5,0],[0,-2],[14,2],[5,-5],[5,-1],[-1,12],[6,0],[2,5],[5,1],[-9,11],[10,0],[6,8],[-1,5],[11,2],[3,0],[0,-9],[10,-3],[-8,-11],[12,-6],[9,1]],[[6587,1680],[6,-6],[8,1],[3,-4],[16,-4],[2,-3],[3,3],[5,0],[10,4],[5,-7],[1,-7],[-6,-1],[0,-3],[4,-9],[8,-1],[-1,-5],[4,-2],[-10,-5],[9,-12],[-9,-2],[1,-5],[-3,0],[8,-21],[7,-4],[-6,-3],[0,-4],[-14,-8],[19,-12],[39,5],[-5,-4],[4,-4],[-1,-5],[-11,-22],[4,-3],[3,2],[-10,-11],[-4,-11],[5,-3],[8,7],[6,-3],[-2,-4],[3,1],[5,-6],[-5,-3],[1,-5],[9,-1],[-3,-1],[3,-4],[-2,-3]],[[6133,1495],[16,1],[4,8],[6,1],[1,5],[16,5],[2,10],[-6,6],[17,5],[-1,5],[6,3],[-1,4],[9,3],[-2,5],[5,3],[18,-4],[-3,-3],[3,-4],[10,1],[-2,-5],[11,-1],[1,-4],[3,2],[-2,-6],[12,-8],[14,-2],[3,-3],[5,2],[-4,4],[4,5],[4,-1],[2,8],[4,1],[-2,3],[4,2],[-1,8],[5,-1],[2,9],[6,-1],[-3,4],[-5,1],[23,3],[-3,10],[3,14],[4,3],[-6,4],[-4,20],[5,10],[-2,7],[10,0],[-1,3],[-8,1],[-3,10],[9,6],[11,-4],[1,5],[-7,-1],[6,9],[7,4],[7,1],[3,-2],[8,9],[5,0],[5,4],[-7,3],[0,4],[7,1],[0,3],[-8,7],[1,5],[-5,0],[-1,8],[11,7]],[[6365,1720],[6,-1],[-1,-4],[13,-2],[11,-6],[12,-1],[8,-6],[20,0],[5,-2],[5,6],[0,10],[4,4],[2,-5],[6,4],[2,-2],[8,2],[3,-7],[8,0],[1,-4],[7,-4],[-5,-6],[10,1],[9,-5],[22,-6],[5,-6],[13,-3],[0,-5],[7,-1],[2,4],[8,-1],[5,4],[-1,6],[4,-5],[7,-2],[3,4],[13,-1]],[[4053,1618],[2,4],[14,-2],[12,4],[6,-6],[3,2],[2,-2],[13,0],[15,-16],[6,-2],[-2,-3],[10,-1],[-4,5],[12,1],[5,-4],[7,3],[9,-8],[3,3],[-8,6],[9,7],[1,6],[8,4],[-3,4],[14,0],[0,6],[9,-1],[7,3],[-4,13],[7,2],[0,4],[5,2],[8,-5],[7,5],[27,-5],[-5,2],[1,4],[4,-1],[-2,2],[4,1],[1,-2],[7,1],[3,-6],[19,-2],[1,-3],[16,2],[7,4],[-3,5],[12,1],[8,12],[-3,6],[6,0],[0,7],[14,-3],[13,3],[-8,4],[15,2],[7,10],[5,1],[3,10],[4,2],[2,-2],[4,3],[-3,2],[10,6],[-12,1],[4,8],[26,0],[-1,5],[8,0],[-1,2],[4,0],[-1,3],[22,2]],[[4444,1739],[9,-5],[-5,2],[-1,-7],[9,1],[5,-4],[-3,-1],[1,-3],[13,-4],[-1,-10],[-8,-5],[4,-11],[8,2],[0,-2],[4,4],[7,-3],[11,1],[-1,9],[8,5],[4,-4],[6,-1],[8,1],[0,2],[7,-3],[6,4],[14,0],[7,-6],[0,-8],[15,-8],[-3,-4],[6,2],[40,-14],[6,-8],[5,-1],[4,-18],[11,4],[8,-4],[10,0],[14,-6],[4,7],[4,1],[12,-10],[8,1],[8,11],[-2,-11],[10,1],[-1,-2],[-8,-1],[9,-4],[-5,0],[3,-6],[10,2],[5,-9],[5,1],[2,-4],[3,0],[1,-3],[-6,1],[7,-10],[-4,-2],[0,-6],[7,-7],[7,2],[6,-4]],[[5081,1534],[19,13],[1,-6],[9,-3],[4,6],[13,3],[-1,4],[7,-2],[16,8],[6,-2],[1,2],[-10,3],[0,2],[24,-4],[4,3],[-2,7],[6,1],[23,-3],[4,-8],[9,4],[0,5],[27,2],[9,-5],[12,-1],[8,-5],[-1,-12],[7,2],[0,4],[8,0],[-1,-5],[4,4],[6,0],[-6,5],[10,4],[22,1],[3,8],[-7,3],[13,-5],[11,1],[-4,5],[-19,4],[2,6],[9,4],[-2,4],[10,4],[2,12],[8,-1],[-4,2],[2,4],[5,1],[-1,8],[-7,3],[2,5],[-5,4],[-2,9],[2,-2],[1,3],[5,1],[2,7],[11,0],[0,7],[-5,1],[0,9],[-7,-1],[0,14],[-3,5],[-2,-1],[-1,6],[1,5],[9,2],[-1,3],[6,2],[-2,2],[10,4],[-4,7],[-5,2],[2,5]],[[5354,1723],[22,2],[6,4],[2,-2],[19,3],[3,6],[10,2],[-1,5],[8,0],[0,-7],[9,3],[0,4],[19,1],[9,4],[8,-2],[0,-18],[-5,-1],[0,-6],[4,-9],[3,1],[2,-15],[12,-1],[0,-9],[3,-2],[9,3],[3,-10],[4,-1],[9,4]],[[2656,1378],[-5,0],[-8,11],[-8,3],[-10,4],[-6,-5],[-4,6],[-6,4],[-8,-5],[-1,8],[13,13],[-15,4],[-3,3],[0,13],[-16,8],[9,5],[0,8],[6,3],[9,0],[5,12],[-5,3],[-1,10],[8,0],[3,2],[-1,6],[6,12],[-5,17],[6,15],[-2,4],[8,0],[-9,17],[-12,4],[-13,0],[-3,-2],[-8,6],[-6,1],[-10,13],[3,8],[-2,6],[-10,4],[5,17],[5,3],[-6,6],[0,9],[4,3],[-6,8],[10,2],[7,6],[1,6],[6,3],[2,6],[-1,5],[-8,0],[-8,8],[-4,15],[-12,5],[10,4],[7,-2]],[[2567,1703],[16,-3],[27,-15],[33,-4],[26,5],[5,-2],[24,11],[16,4],[2,3],[-7,2],[-3,7],[18,2],[-2,6],[19,4],[0,4],[7,3],[-2,10],[3,5],[22,4]],[[2771,1749],[6,-4],[-8,2],[0,-3],[17,0],[12,-12],[10,-2],[2,-4],[10,-4],[15,-16],[4,8],[4,-1],[19,-9],[2,-8],[7,-5],[24,-4],[8,2],[6,-7],[8,-1],[1,-4],[20,-18],[15,12],[1,-21],[-17,-7],[-2,-9],[18,-6],[2,4],[10,-4],[3,9],[8,3],[6,-9],[5,3],[8,-4],[-1,-6],[17,-4],[-20,-14],[1,-4],[-8,0],[-7,-14],[8,-11],[12,3],[6,-7],[16,-2],[3,5],[13,0],[14,7],[11,1],[5,-13],[12,-10],[3,1],[1,-11],[10,-1],[1,4],[14,-3],[0,5],[19,-2],[0,7],[8,4],[-2,11],[14,3],[4,-3]],[[7739,1713],[10,-3],[10,2],[4,-6],[-3,-5],[9,-2]],[[7769,1699],[-12,-19],[11,-2],[2,-5],[21,4],[7,-7],[-5,-6],[5,-4],[-3,-5],[5,-6],[0,-4],[-11,-3],[0,-4],[-14,-7],[-2,-9],[3,-8],[7,-3],[11,4],[9,11],[10,1],[1,5],[5,-1],[4,4],[4,-2],[1,2],[0,-2],[5,0],[4,5],[13,0],[6,3],[5,-4],[-3,-4],[3,-2],[7,1],[-6,-2],[5,-2],[0,-3],[4,2],[-2,6],[6,1],[-3,-2],[9,-1],[3,-9],[7,-1],[-6,-1],[5,-1],[-4,-3],[-5,2],[3,-10],[-5,-1],[-2,-8],[3,-4],[-6,-7],[4,-6],[-10,-25],[7,-2],[2,2],[5,1],[20,-3],[-2,-19],[4,-5],[-4,-2],[3,-5],[6,-1],[-6,-5],[0,-14],[11,-5],[6,-1],[11,-9],[12,-3],[-1,-6],[4,0],[1,-3],[8,-2],[4,0],[0,4],[4,-11],[-3,-5],[5,-1],[-4,-6],[-10,1],[-3,4],[2,4],[-4,0],[-11,-25],[-29,-2],[-17,-8],[-5,3],[-3,-6],[-6,-2],[-6,2],[-2,-5],[10,-2],[-14,-15],[1,-4],[11,-2],[-4,-5],[5,-11],[8,-7],[11,-3],[-1,-4],[7,1],[6,6],[7,-6],[6,3],[8,-8],[8,-2],[5,3],[-1,-19],[24,-17],[1,-5],[-3,-2],[6,-15]],[[7968,1308],[-3,-1],[-3,0],[-1,-1],[-3,-1],[-2,-1],[-6,-2],[-20,-9],[-5,-2],[-3,-1],[-1,0],[-3,-1],[-2,-1],[-3,0],[-3,-1],[-2,0],[-3,0],[-2,-1],[-3,0],[-5,1],[-6,0],[-6,0],[-6,1],[-2,0],[-2,0],[-5,-1],[-2,0],[-3,-1],[-1,0],[-2,-1],[-2,0],[-2,-2],[-2,-1],[-3,-1],[-3,-3],[-3,-2],[-2,-1],[-2,-1],[-2,-1],[-2,-1],[-3,-1],[-2,-1],[-13,-3],[-5,-1],[-10,-3],[-2,0],[-3,-1],[-3,-2],[-1,0],[-1,-1],[-1,0],[-1,-1],[-3,-3],[-1,-1],[-1,0],[0,-1],[-1,-1],[-3,-4],[-1,-3],[-3,-5],[-3,-2],[-1,-1],[-4,-4],[-2,-2],[-6,-4],[-4,-4],[-4,-3],[-5,-3],[-2,-2],[-1,-1],[-4,-4],[-2,-2],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-2,-1],[-2,-1],[-3,-2],[-1,-1],[-1,0],[-2,-1],[-2,0],[-1,-1],[-2,0],[-1,0],[-1,-1],[-2,0]],[[7212,1481],[-1,6],[-3,0],[-4,18],[5,6],[-3,2],[3,0],[-4,5],[2,6],[-5,12],[3,3],[-7,8],[0,6],[17,9],[1,-4],[4,0],[1,5],[7,-5],[-2,8],[2,2],[9,0],[-2,3],[3,0],[1,4]],[[7239,1575],[2,0],[4,-6],[2,2],[4,-2],[2,-7],[-8,-1],[9,-15],[3,0],[0,4],[10,1],[1,-5],[6,2],[10,-2],[0,3],[7,-1],[-1,14],[16,6],[-2,4],[-7,-1],[-9,9],[-3,12],[3,3],[-1,3],[5,5],[10,-11],[6,4],[0,-4],[13,0],[-2,6],[5,2],[2,-2],[7,0],[5,-4],[10,1],[21,-10],[7,-17],[-9,1],[-3,-4],[0,-11],[2,-6],[5,-1],[3,6],[4,0],[0,3],[6,-1],[1,5],[17,-2],[0,7],[13,8],[4,10],[23,-2],[-4,19],[8,-1],[7,-9],[6,0],[-2,6],[12,4],[1,6],[-7,6],[3,19],[14,-5],[3,4],[7,0],[-8,-12],[4,-1],[2,1],[0,5],[3,-2],[11,3],[6,-2],[-2,-5],[18,4],[-1,5],[5,-1],[6,2],[-16,9],[-4,9],[6,11],[-3,2],[5,8],[-2,7],[2,0],[3,13],[7,1],[0,6],[6,5],[11,-2],[12,3],[8,-6],[4,8],[5,0],[9,-5],[-3,-6],[11,-1],[0,-3],[11,4],[-5,12],[5,1],[-2,3],[2,2],[5,1],[4,-4],[21,2],[4,-5],[13,1],[2,-7],[7,4],[-5,2],[1,4],[9,-3],[1,4],[5,-1],[2,9],[-3,4],[15,0],[3,-4],[8,2],[1,-5],[9,-6],[16,7],[15,0]],[[8334,1687],[-2,0],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-5],[1,-4],[1,-2],[2,-1],[0,-2],[-1,-1],[-2,-4],[-2,-1],[-10,-6],[-10,-5],[-4,-1],[-4,-4],[-1,-4],[-7,-2],[-3,0],[-3,0],[-6,3],[-2,2],[-4,4],[-4,3],[-9,-5],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[1,-4],[1,-2]],[[8253,1633],[-8,-2],[-4,-5],[-2,7],[-11,-2],[-8,4],[-2,-13],[-15,6],[-7,14],[-7,-4],[-17,7],[-1,8],[-8,-1],[6,4],[-15,-1],[10,5],[-7,2],[7,1],[-10,3],[2,2],[-6,4],[10,-5],[4,3],[-22,4],[-10,12],[-12,-2],[-11,7],[-4,10],[1,5],[5,3],[16,-6],[30,-2],[0,10],[26,-2],[4,7],[6,-2],[3,-4],[11,-1],[3,3],[6,-5],[3,1],[1,-4],[5,2],[0,5],[5,1],[13,-3],[2,-3],[14,5],[11,-16],[8,1],[12,-4],[2,6],[8,6],[16,1],[3,-2],[7,3],[-1,-5],[8,1],[2,-3],[-1,-12]],[[1977,1261],[2,6],[5,17],[2,4],[0,3],[0,15],[1,3],[2,5],[2,4],[2,2],[4,3],[5,4],[3,1],[5,2],[3,1],[20,6],[3,2],[3,1],[3,3],[2,2],[2,3],[1,3],[0,2],[1,4],[-1,3],[-2,7],[-4,16],[-1,2],[-2,10],[-2,5],[0,1],[0,1],[-3,11],[-1,7],[0,2],[1,10],[1,7],[1,2],[0,2],[2,5],[6,11],[3,6],[1,3],[8,17],[1,2],[9,18],[2,3],[2,7],[1,5],[1,6],[0,13],[0,4],[0,11],[1,4],[4,3],[11,5],[11,5],[4,2],[2,2],[4,4],[3,6],[3,7],[1,5],[-1,4],[-4,17],[2,12],[1,5],[0,11],[0,3],[-4,16],[-2,6],[0,7],[2,6],[3,5],[5,5],[17,22],[6,8],[3,7],[4,11],[2,6],[1,3],[3,3],[3,2],[4,2],[14,5],[22,10],[9,5],[7,6],[1,2],[14,13],[6,5],[2,3],[7,6],[1,1],[18,17],[6,6],[14,13]],[[2281,1850],[19,-5],[5,-4],[-1,-5],[12,-3],[-4,-2],[3,-3],[-8,-2],[-2,-3],[-5,1],[-5,-7],[1,-4],[7,-3],[24,0],[14,-8],[1,9],[5,-2],[0,-9],[13,5],[5,-2],[2,-4],[-6,-2],[0,-3],[16,2],[9,-4],[3,4],[7,-6],[2,3],[8,-1],[-1,-2],[11,-7],[1,-5],[4,2],[9,-9],[7,-1],[6,-6],[6,-2],[8,-1],[6,8],[14,2],[-2,-2],[2,-2],[7,0],[21,-10],[-4,-7],[10,-2],[11,2],[21,-15],[3,2],[5,-3],[8,2],[14,-2],[2,4],[13,-2],[0,-15],[-3,-3],[-5,1],[-1,-6],[-7,0],[-5,-10]],[[4808,1591],[8,3],[2,-3],[10,1],[17,8],[-3,4],[6,1],[-3,4],[-10,0],[-1,9],[2,2],[-3,8],[4,1],[-2,2],[2,5],[10,7],[-4,25],[-6,10],[-12,7],[2,13],[3,0],[-1,5],[5,2],[6,-5],[-1,5],[15,-1],[-2,4],[5,2],[-27,19],[2,1],[-3,2],[-1,9],[-14,4],[2,2],[-6,5],[1,6],[-7,-1],[-2,4],[-1,-2],[-4,-1],[3,7],[-12,4],[3,4],[5,1],[-12,4],[-1,5],[11,8],[-11,6],[1,5],[14,-1],[-4,3],[9,4],[-5,23],[15,-4],[10,-12],[10,-2],[4,-5],[3,2],[11,-6],[0,8],[4,-2],[6,4],[12,-2],[11,-12],[-2,-7],[7,-11],[-5,0],[0,-7],[6,-2],[-2,-4],[11,-3],[8,14],[5,-1],[7,6],[10,-1],[-2,9],[4,1],[2,5],[0,13],[7,1],[4,6],[6,0],[1,6],[19,-5],[6,6],[6,-9],[-4,-3],[1,-4],[-6,-1],[-3,0],[0,6],[-4,-1],[0,-8],[-5,-2],[7,-4],[-2,-5],[4,-1],[-1,-2],[-4,-3],[-3,3],[-4,-5],[-8,-2],[3,-9],[9,4],[5,-2],[4,2],[6,-3],[0,3],[9,1],[1,3],[8,-2],[5,3],[0,4],[12,0],[17,13],[1,7],[15,1],[-11,5],[2,7]],[[5036,1822],[1,3],[11,1],[2,6],[-4,0],[2,4],[-2,1],[10,9],[-4,10],[6,2],[-1,7],[8,3],[-3,3],[4,2],[-1,4],[6,2],[1,4],[12,9],[21,4],[4,-6],[18,-1],[0,-8],[5,0],[1,3],[5,-3],[3,3],[4,-1],[14,3],[2,7],[10,7],[6,-6],[-3,-4],[-5,1],[0,-11],[5,-2],[0,-3],[33,0],[7,-1],[9,-7],[-6,-31],[-7,1],[0,-3],[-3,-1],[-4,5],[-2,-2],[14,-12],[-2,-3],[2,-4],[-7,-3],[-18,0],[0,-3],[-8,-2],[1,-2],[14,-10],[23,-6],[1,-12],[3,2],[7,-7],[-4,-2],[22,-5],[6,-3],[3,3],[1,-4],[12,2],[5,11],[3,0],[8,-7],[8,0],[1,-5],[8,-1],[-3,-3],[7,0],[0,19],[12,0],[-2,-34],[7,-1],[1,-4],[25,16],[5,-4],[-14,-14],[6,-3],[2,-9],[4,-3]],[[4098,1921],[34,-5],[29,9],[13,-1],[15,3],[6,-2],[-2,-7],[17,-4],[4,0],[5,10],[6,-3],[-2,-2],[7,-4],[5,-9],[-3,-8],[4,-6],[12,3],[-1,-10],[12,-2],[-4,4],[2,0],[10,-3],[1,-9],[2,-1],[1,4],[7,-7],[-7,-1],[9,-4],[-7,-4],[5,-10],[9,0],[7,-4],[-1,9],[19,1],[-1,4],[6,-2],[11,5],[9,-2],[7,-5],[9,1],[14,-10],[6,4],[1,-6],[7,-2],[4,2],[-3,4],[6,1],[11,-5],[5,12],[-1,5],[-7,-5],[-5,0],[1,3],[-4,0],[5,5],[-7,1],[-2,10],[-4,-4],[-3,0],[0,18],[10,-1],[-5,-7],[6,-1],[13,3],[-1,5],[6,4],[1,-13],[24,-3],[1,-14],[10,5],[4,-5],[14,0],[7,-6],[18,3],[7,-1]],[[4492,1861],[7,-16],[-2,-12],[-8,-2],[-6,5],[-3,-1],[-5,-5],[0,-8],[-11,1],[3,-15],[2,1],[3,-4],[1,-8],[-2,-7],[-13,-7],[-4,2],[-4,-2],[3,-2],[-6,-2],[-16,6],[-6,-9],[4,-2],[0,-9],[-6,1],[-4,-5],[0,-15],[4,-1],[3,4],[15,-4],[4,-1],[-1,-5]],[[4050,1621],[-6,4],[2,6],[-14,0],[-6,6],[10,9],[-3,3],[12,9],[0,5],[13,-1],[4,4],[3,21],[-4,4],[0,5],[-5,8],[9,9],[-4,7],[-9,1],[-8,10],[-9,3],[-10,3],[-23,1],[-4,3],[0,2],[23,7],[-6,3],[0,5],[5,2],[0,10],[-13,1],[-2,5],[-17,-4],[-2,3],[-16,-4],[2,3],[-4,5],[-5,0],[-3,4],[-9,0],[-1,4],[5,0],[-3,14],[-4,1],[0,4],[5,3],[-6,0],[0,8],[6,10],[-10,9],[10,6],[-7,19],[7,3],[4,10],[15,17],[-9,4]],[[3963,1895],[5,3],[-3,3],[3,2],[3,-1],[8,4],[13,-7],[0,2],[5,-2],[8,-6],[7,-15],[5,2],[4,7],[7,0],[5,6],[3,-3],[13,1],[4,16],[4,5],[-9,-4],[-10,10],[3,11],[15,1],[9,-7],[11,0],[9,-8],[13,6]],[[4967,1883],[12,-4],[-3,-5],[8,2],[4,-12],[5,-2],[3,9],[16,0],[-10,-8],[10,-1],[0,-5],[-3,1],[0,-3],[6,-1],[-3,-2],[9,-10],[9,0],[2,-9],[-10,0],[-3,-3],[9,-4],[0,-6],[8,2]],[[4492,1861],[10,-1],[-2,4],[9,2],[-1,8],[3,0],[3,-7],[8,1],[3,6],[-9,19],[2,7],[13,10],[16,-1],[1,-6],[8,-3],[1,-14],[25,0],[14,12],[-1,4],[14,-8],[2,10],[4,3],[5,-4],[11,-1],[3,7],[17,1],[1,5],[-3,0],[4,8],[5,-2],[2,7],[6,4],[-4,3],[8,3],[-2,-9],[4,-3],[-4,-7],[9,-3],[8,1],[0,-4],[-5,-2],[0,-8],[3,-6],[8,-2],[0,-6],[5,-1],[5,22],[0,14],[22,1],[16,7],[7,1],[6,-8],[0,-8],[8,2],[7,0],[2,-4],[8,2],[4,-5],[-2,-6],[17,-7],[23,-2],[4,-11],[5,1],[-2,-2],[9,-5],[6,0],[0,-4],[7,3],[4,-4],[15,1],[-14,-9],[17,3],[10,-5],[6,5],[10,-5],[5,5],[0,11],[5,1],[1,-6],[7,-2],[8,3],[1,-2],[0,3],[4,0],[-1,10],[13,-2],[0,-5],[9,-1],[-2,-2],[21,5]],[[3580,1704],[-2,11],[-6,6],[25,9],[-1,11],[9,0],[-16,19],[-8,14],[-7,7],[-6,0],[-18,10],[4,5],[-11,3],[-11,-1],[-12,4],[-7,-5],[4,-1],[0,-3],[-6,-1],[-3,3],[3,10],[13,6],[8,-1],[5,5],[-5,6],[1,5],[-7,6],[-2,-2],[-5,2],[10,6]],[[3529,1838],[19,-3],[19,2],[23,-4],[15,-4],[20,-13],[11,-2],[16,0],[30,5],[-1,6],[-5,-1],[1,14],[-2,3],[-10,-2],[-18,22],[2,5],[11,1],[9,7],[8,1],[4,7],[10,-4],[9,4],[-3,2],[7,4],[5,9],[6,2],[-3,7],[4,10],[13,-2],[15,9],[5,-3],[8,1]],[[3757,1921],[13,-8],[8,1],[3,-4],[9,6],[9,-1],[5,7],[9,-7],[14,4],[1,-3],[7,0],[2,6],[-5,10],[9,7],[12,-6],[11,-13],[-4,-1],[5,-3],[0,-4],[7,-2],[-4,-10],[8,7],[8,2],[-2,4],[8,10],[10,2],[14,-3],[-1,-2],[7,-4],[10,6],[7,-8],[8,-4],[7,2],[5,-12],[6,-5]],[[6832,1910],[1,-2],[20,-2],[7,-4],[3,2],[5,-16],[4,4],[5,-1],[12,-7],[4,6],[7,2],[4,-5],[-3,-3],[4,-3],[-2,-2],[24,-6],[3,-12],[14,1],[1,-3],[3,0],[10,3],[0,-3],[8,-2],[-1,-3],[15,7],[-1,11],[18,11],[10,-2],[3,6],[7,-8],[2,-10],[4,0],[2,-5],[-6,-5],[25,-5]],[[7044,1854],[-1,-9],[-4,-2],[10,-1],[6,-5],[-3,-5],[11,-6],[-5,-2],[4,-5],[-7,-6],[8,0],[2,-5],[7,2],[2,-5],[19,2],[17,-12],[-3,-8],[-5,-2],[5,-2],[-4,-3],[7,-4],[9,-20],[-31,-4],[5,-10],[-9,-1],[-1,-6],[-11,-3],[5,-11],[-1,-3],[7,-4],[1,-6],[9,-4],[-3,0],[0,-5],[-19,-3],[3,-3],[-2,-8],[4,-1],[-3,-5],[-4,0],[-5,-7],[1,-10],[5,0],[1,-3],[7,0],[7,-5],[5,6],[8,-3],[9,-12],[7,2],[6,-8],[-2,-15],[8,-3],[2,-8],[4,3],[1,8],[8,2],[1,4],[7,2],[2,-2],[-1,3],[10,3],[-3,3],[0,10],[8,-5],[19,3],[8,-5],[1,6],[6,-2],[4,4],[9,-5],[4,2],[4,-3],[5,0],[8,-12],[3,1],[3,-7],[-6,-6],[-5,2],[-7,-1],[3,-3],[-3,1],[-9,-5],[10,-7],[1,-2],[-8,-1],[3,-4],[10,0],[1,-2],[-6,0],[1,-6],[15,-2],[1,-10],[-5,-1],[4,-4]],[[6587,1680],[1,2],[-6,1],[2,8],[-17,1],[6,5],[-1,7],[11,-2],[-4,2],[4,6],[-8,1],[-6,7],[5,9],[-4,2],[3,4],[-18,2],[8,2],[1,6],[5,1],[-9,3],[6,7],[-8,13],[-6,0],[0,8],[4,1],[0,3],[-4,1],[11,4],[3,-2],[2,2],[-2,3],[4,-1],[-3,1],[2,5],[6,1],[-4,4],[4,2],[-1,4],[5,3],[-14,2],[-3,4],[1,7],[3,1],[-3,3],[3,3],[11,0],[8,3],[1,5],[5,0],[-3,5],[5,3],[14,0],[8,8],[8,4],[4,7],[7,-3],[2,3],[9,0],[-5,2],[4,4],[8,-3],[10,8],[1,7],[10,1],[3,13],[14,-2],[1,3],[12,0],[2,3],[25,2],[4,5],[8,-5],[0,-9],[9,4],[-1,2],[8,1],[10,-7],[5,2],[3,-2],[3,10],[-12,3],[0,1],[12,2],[4,11],[8,1]],[[6791,1918],[3,-2],[5,1],[-1,-5],[3,-3],[7,2],[0,3],[16,0],[3,-4],[5,0]],[[8643,1844],[0,-1],[4,-3],[6,-3],[1,0],[3,-2],[3,-3],[-1,0],[1,-2],[1,-2],[1,0],[6,-2],[5,0],[4,1],[7,0],[3,0],[-1,-4],[-2,-6],[-1,-1],[-5,0],[-2,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-1,0],[-4,0],[-1,0],[-2,-1],[-1,-1],[0,-1],[0,-2],[0,-8],[1,-3],[2,-4],[3,-5],[0,-3],[0,-2],[-2,-10],[-2,-10],[-1,-2],[0,-2],[-1,-3],[0,-1],[5,-4],[4,-3],[1,-4],[3,-8],[1,-6],[-2,-3],[0,-6],[0,-4],[0,-2],[-2,-4],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-3,-3],[-4,-7],[-7,-9],[-1,0],[-1,-1],[-1,-1],[-1,-3],[1,-2],[0,-1],[1,-1],[2,-1],[1,-3],[1,-3],[0,-4],[-5,-10],[-1,-2],[-1,-1],[-4,-1],[-7,-2],[-5,-4],[-4,-4],[-6,-6],[-3,-2],[-1,-1],[0,-1],[-1,-1],[1,0],[-4,0],[-3,3],[-5,7],[-1,2],[-5,0],[-1,0],[-1,-2],[-4,-8],[1,-6],[-1,-4],[-2,-2],[-1,-1],[-1,-5],[0,-5],[2,0],[0,-2],[0,-7],[-1,-3],[-3,-2],[-4,-1],[-5,-2],[-4,-2],[-2,-4],[1,-6],[-5,-2],[-2,-1],[-2,-1],[-4,2],[-6,1],[-6,1],[-3,1],[-2,0],[-1,1],[-1,1],[-3,3],[-1,1],[-1,1],[-2,1],[-10,5],[-2,1],[-2,1],[-2,0],[-5,2],[-6,1],[-3,1],[-3,1],[-2,1],[-2,1],[-1,2],[-1,1],[-3,6],[-1,3],[-1,2],[-2,3],[-1,1],[-2,1],[-2,1],[-9,3],[-3,0],[-8,0],[-2,1],[-2,0],[-2,1],[-2,1],[-2,1],[-9,6],[-2,1],[-1,1],[-3,3],[-1,1],[-2,2],[-1,1],[-6,2],[-1,1],[-2,0],[-2,0],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-3,-6],[0,-1],[-2,-1],[-1,0],[-1,0],[-2,0],[-9,2],[-3,1],[-1,1],[-2,1],[-2,1],[-9,6],[-11,7],[-1,1],[-1,0],[-10,11],[-3,2],[-2,1],[-4,3],[-3,1],[-2,1],[-3,0],[-2,1],[-3,0]],[[8253,1633],[0,-1],[4,-5],[1,-1],[1,-1],[1,0],[0,-1],[1,-1],[2,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[1,-4],[1,-1],[4,-4],[2,-2],[5,-5],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-3],[-2,-1],[-1,-2],[-1,-3],[-3,-6],[-3,-6],[-1,-4],[-2,-4],[-1,-3],[0,-1],[-1,-1],[-3,-6],[-1,-2],[-1,-2],[-4,-7],[-4,-8],[-3,-7],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[1,-3],[1,-1],[1,-1],[2,-3],[3,-3],[1,-2],[3,-5],[1,-1],[1,-2],[0,-3],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-2],[-3,-4],[-7,-12],[-4,-7],[-3,-5],[-1,-2],[-1,-2],[-1,-4],[0,-1],[-1,-2],[0,-4],[0,-2],[-1,-2],[0,-4],[0,-2],[0,-2],[-1,-3],[-1,-1],[-2,-5],[-1,-2],[-2,-2],[-1,-2],[-2,-1],[-2,-2],[-2,-1],[-6,-3],[-28,-16],[-3,-1],[-2,-1],[-2,-2],[-4,-2],[-2,-2],[-1,-2],[-5,-5],[-4,-5],[-2,-2],[-3,-2],[-5,-4],[-3,-3],[-3,-3],[-6,-4],[-2,-3],[-2,-1],[-5,-3],[-11,-6],[-46,-21],[-10,-5],[-2,-1],[-4,-1],[-3,-1],[-2,0],[-1,-1],[-2,0],[-1,0],[-2,0],[-38,3],[-7,0],[-3,0],[-4,0],[-5,1],[-5,0],[-2,0],[-3,0],[-3,-1],[-2,0],[-3,0],[-2,-1]],[[7769,1699],[3,-2],[-2,3],[4,4],[5,-2],[1,3],[15,-6],[0,-2],[6,2],[1,6],[-7,4],[10,25],[13,-6],[5,0],[1,4],[8,-2],[8,3],[0,-6],[24,6],[3,-9],[6,-1],[5,6],[-4,4],[17,3],[0,6],[-16,2],[5,2],[1,7],[9,1],[-3,10],[-7,5],[1,4],[3,1],[2,12],[-4,1],[14,17],[4,0],[-1,9],[17,0],[5,5],[8,2],[-4,4],[4,3],[10,-3],[2,1],[-5,1],[-3,7],[3,2],[13,-5],[-1,-4],[9,-1],[5,3],[32,-4],[0,4],[11,1],[2,10],[15,2],[-3,4],[7,-2],[2,2],[0,-2],[9,-2],[9,1],[1,11],[5,4],[-1,7],[5,5],[1,10]],[[8057,1879],[26,-7],[6,-6],[9,-1],[12,8],[1,7],[10,-3],[4,6],[15,-6],[1,-4],[11,0],[7,7],[-1,14],[3,4],[18,0],[19,-6],[-2,7],[8,6],[6,-7],[7,3],[8,-5],[7,4],[5,-3],[24,-45],[12,-3],[2,-5],[4,-1],[4,6],[18,6],[11,-2],[6,10],[12,0],[1,-4],[11,0],[1,-6],[4,1],[5,-10],[22,-4],[5,-14],[6,-3],[5,2],[7,-1],[2,-9],[17,-3],[2,-7],[5,-1],[13,2],[6,-2],[10,3],[1,8],[5,2],[4,0],[0,-5],[11,3],[6,-6],[-3,-4],[3,-2],[7,5],[16,-3],[8,7],[8,-3],[8,6],[2,-2],[20,3],[8,-8],[3,0],[1,6],[17,-2],[-7,8],[-2,9],[-7,4],[5,10],[5,0],[-2,6],[4,4],[6,-1],[4,-6],[11,1],[7,-6],[4,0],[3,9],[6,0],[-2,7],[9,1],[7,-4],[-1,-3],[16,-7]],[[6379,1931],[-3,-6],[-6,5],[0,4],[-10,0],[-6,3],[-3,-4],[9,-19],[-4,-6],[3,-3],[11,0],[4,-8],[-14,-4],[-39,-5],[-12,-5],[2,-19],[13,-7],[-1,-10],[-9,-5],[-5,-8],[2,-5],[-4,-2],[24,-16],[6,4],[16,-10],[-7,-5],[2,-3],[5,2],[-6,-5],[1,-8],[-6,-7],[18,-5],[5,-5],[-1,-6],[5,0],[3,-3],[-2,-7],[-8,-3],[4,-1],[-5,-7],[-10,-1],[-1,-5],[5,-4],[-4,-4],[4,-3],[-5,-2],[15,-3]],[[5917,1538],[5,11],[16,1],[4,12],[-4,1],[2,2],[-5,10],[6,2],[4,-4],[4,1],[-2,4],[-5,-1],[-5,15],[11,2],[0,5],[8,0],[-1,2],[3,1],[-2,2],[9,2],[-2,5],[4,1],[0,4],[4,-1],[22,9],[-24,23],[-8,14],[9,9],[7,-3],[4,2],[4,-6],[7,0],[9,-6],[-1,-4],[8,-3],[4,3],[-12,16],[4,0],[0,3],[9,0],[1,10],[-7,-1],[-3,6],[-7,1],[-5,-4],[3,6],[-1,2],[-6,4],[-13,2],[-4,9],[18,11],[14,2],[4,-2],[-5,5],[3,2],[-2,6],[4,1],[0,4],[4,0],[2,6],[21,2],[-4,1],[-1,6],[12,3],[20,-1],[7,6],[5,-1],[2,4],[0,12],[5,11],[3,-2],[2,3],[-4,2],[-2,4],[4,0],[-3,7],[3,4],[-3,3],[-7,-1],[-3,-4],[-7,0],[0,3],[7,0],[-2,4],[15,5],[7,-2],[-1,3],[5,2],[-2,8],[-9,3],[-4,5],[-2,-3],[5,-2],[-7,-4],[-5,-1],[-3,3]],[[6067,1825],[1,4],[-4,1],[3,1],[-2,4],[3,2],[-2,4],[7,4],[4,9],[6,-1],[-1,4],[7,1],[0,3],[36,-1],[1,9],[5,3],[-6,8],[3,4]],[[6128,1884],[8,-11],[16,-5],[11,3],[1,-3],[10,2],[5,5],[0,12],[4,1],[1,-4],[4,0],[0,7],[7,-5],[-4,-5],[7,-2],[2,8],[-4,5],[4,1],[7,-5],[6,3],[-13,11],[13,3],[0,6],[9,8],[-4,13],[2,4],[14,4],[9,12],[6,1],[-1,4],[5,1],[-2,6],[4,1],[-3,6],[15,1],[0,-4],[30,1],[5,-12],[-3,-6],[-7,-1],[16,-15],[17,2],[-3,-5],[4,-11],[10,2],[-4,6],[3,3],[12,-1],[1,9],[7,1],[0,4],[17,-7],[4,2],[2,-4],[-3,0],[4,-5]],[[5874,1928],[7,-4],[3,-8],[4,0],[5,-11],[4,1],[5,-5],[4,0],[1,-3],[12,-6],[-1,-2],[9,0],[11,-25],[11,-5],[3,-6],[17,5],[4,6],[9,0],[3,-4],[8,3],[3,-9],[-6,2],[-4,-1],[0,-3],[-6,-1],[5,-7],[0,-4],[-4,0],[15,-8],[10,-21],[20,-5],[-1,8],[4,1],[0,3],[23,1],[3,5],[5,-2],[7,2]],[[5620,1724],[3,8],[17,1],[-11,15],[5,5],[-1,4],[2,-2],[3,2],[-8,5],[-19,4],[4,1],[1,5],[-4,-2],[-7,5],[0,8],[-7,0],[-1,8],[-3,-1],[0,5],[-5,4],[3,4],[-14,14],[6,10],[-11,30],[5,0],[0,-7],[4,0],[2,10],[8,-7],[5,1],[-7,8],[3,4],[6,0],[-15,7],[-6,-3],[-3,2],[7,3],[-5,3],[4,0],[-2,7],[4,0],[8,7],[1,6],[-5,5],[5,1],[-1,3],[3,-3],[-1,5],[-11,1],[-12,6],[-7,-2],[4,8],[-3,1],[-3,-3],[-4,1],[10,4],[13,16],[-7,3],[-4,9],[-6,1],[-3,-4],[-8,-1],[1,8],[-6,0],[0,7],[-4,0],[0,2],[-5,2],[4,5],[7,-6],[22,-1],[1,2],[6,1],[1,4],[13,3],[9,6]],[[5601,1982],[16,1],[9,-2],[7,2],[3,-4],[5,2],[6,-8],[-12,-6],[5,-5],[-2,-9],[18,-6],[0,-6],[7,4],[3,-3],[5,2],[-4,3],[8,16],[13,0],[3,-4],[3,3],[23,-1],[3,1],[1,8],[6,0],[7,-3],[3,-8],[14,-5],[2,-3],[21,-4],[0,-3],[10,0],[8,7],[9,-4],[1,-6],[15,-1],[3,-4],[-2,-6],[20,-7],[0,-4],[12,1],[0,3],[14,5],[10,0]],[[5874,1928],[6,2],[-1,11],[12,-1],[1,2],[21,-8],[11,-1],[3,-2],[16,0],[3,5],[5,0],[11,-4],[2,3],[11,-4],[-1,-2],[7,-4],[4,0],[0,4],[10,2],[17,-2],[5,3],[4,11],[-10,5],[2,3],[7,3],[3,15],[-4,0],[1,6],[7,8],[10,-4],[1,-3],[26,-9],[-1,-5],[21,-9],[1,-7],[16,0],[11,-5],[5,2],[2,-3],[14,-1],[6,-5],[-5,-11],[5,-3],[4,-8],[1,-8],[-15,-1],[9,-9],[-10,-10]],[[7518,1951],[0,-11],[4,-4],[7,0],[1,-5],[5,-2],[-7,-3],[-5,-11],[7,-12],[-1,-11],[5,0],[2,-4],[-3,-1],[1,-2],[7,1],[2,-5],[3,1],[3,-4],[5,2],[4,-5],[8,1],[6,-19],[-9,-3],[-1,3],[-10,-4],[4,-3],[-5,-4],[19,-20],[10,-5],[10,-24],[11,4],[1,-2],[6,4],[3,-7],[5,-2],[0,-17],[6,3],[5,-4],[3,3],[-3,4],[10,2],[15,-9],[11,3],[7,-1],[2,-10],[5,1],[9,-3],[6,7],[10,-11],[3,-1],[1,5],[9,0],[6,-15],[-2,-10],[-2,0],[-3,-5],[1,-8],[14,-7],[-1,-4],[11,-4]],[[7044,1854],[11,6],[5,-2],[4,8],[20,9],[8,1],[1,-8],[4,-1],[6,4],[7,0],[2,2],[-6,6],[-13,-2],[3,5],[9,0],[-9,5],[20,3],[3,10],[22,9],[8,-2],[-1,3],[7,1],[21,-27],[6,6],[-5,3],[3,2],[-2,5],[8,0],[-1,-2],[12,-2],[3,5],[-5,2],[1,2],[9,1],[6,-3],[7,4],[5,-1],[1,3],[4,-2],[-3,-4],[4,-3],[4,3],[10,-1],[6,-4],[-2,-3],[5,-2],[2,6],[4,-3],[-2,-8],[11,4],[1,-5],[-5,-1],[-1,-5],[4,-1],[-1,-3],[-7,0],[-1,-3],[16,-8],[1,-7],[-5,-1],[-4,-12],[6,0],[9,15],[6,0],[6,4],[20,-5],[17,0],[6,-4],[-1,6],[5,-1],[2,5],[-2,6],[9,-2],[14,2],[4,-4],[6,2],[0,4],[-4,0],[2,7],[25,-1],[-1,4],[4,-1],[2,4],[2,13],[7,0],[11,-9],[9,6],[3,-1],[2,5],[12,0],[5,4],[1,10],[6,-1],[18,12],[-1,5],[10,7],[-2,3],[21,12],[14,-2]],[[2779,1999],[5,-9],[15,-11],[-2,-5],[4,-2],[7,0],[0,6],[4,3],[12,2],[12,-1],[13,-4],[14,2]],[[2863,1980],[11,-3],[2,-5],[16,-2],[9,-6],[0,-3],[5,-2],[-2,-3],[-13,-2],[-2,-4],[14,-15],[12,-1],[10,8],[11,25],[30,10],[8,-8],[1,-5],[14,3],[-2,9],[5,13],[7,1],[2,-4],[13,-3],[8,-7],[15,-7],[11,2],[1,-4],[15,8],[19,0],[2,9],[3,2],[-8,1],[6,4],[-8,8]],[[3078,1999],[0,4],[7,-2]],[[3085,2001],[19,-10],[1,-15],[7,-5],[0,-10],[8,-9],[10,6],[3,-1],[16,-14],[6,-14],[8,-4],[15,-4],[9,7],[15,-2]],[[3202,1926],[-5,-4],[1,-4],[12,-8],[6,1],[9,-10],[11,-6],[-7,-22],[27,-3],[27,-12],[-3,-5],[-3,2],[-10,-4],[2,-10],[-12,-6],[6,-4],[3,-8],[-10,-9],[-3,-7],[-5,1],[-11,-3],[-3,-6],[-7,-2],[-2,-10],[-8,-1],[1,-5],[-22,-8],[-2,-15],[5,-4],[-12,-7],[5,-4],[-6,-7],[9,-7],[3,-14],[-1,-4],[-5,-1],[-2,-6],[2,-13],[-39,12],[-9,-2],[-3,4],[-2,-11],[5,-4],[4,-11],[0,-12],[-3,0],[-2,-6],[6,0],[1,-7],[4,-1],[-2,-11],[8,-1],[-1,-9],[9,2],[-2,-5],[-14,-1],[-1,-9],[6,0],[1,-5],[-6,-4],[1,-4],[-5,-2],[15,-5]],[[2771,1749],[6,1],[3,8],[14,-3],[7,12],[-6,8],[7,2],[7,-4],[4,5],[-2,5],[3,24],[-10,13],[11,6],[10,-3],[9,4],[-7,7],[-2,14],[4,3],[10,0],[5,6],[-3,14],[7,7],[6,18],[-11,10],[-14,2],[-6,-5],[-13,-2],[-2,-8],[-23,-11],[-1,14],[8,6],[6,14],[-2,9],[-7,7],[0,11],[-11,2],[-17,12],[-10,2],[5,3],[1,5],[13,-2],[1,4],[-5,6],[0,7],[-16,4],[-11,7],[2,4],[10,0],[1,2],[6,-5],[22,-1],[-1,6]],[[2504,2014],[4,-7],[13,2],[19,-12],[4,1],[2,-7],[10,2],[2,-7],[9,1],[5,-8],[26,-14],[4,-18],[17,4],[4,-1],[-2,-5],[6,-4],[-1,-4],[4,-1],[7,6],[10,-3],[-6,-5],[0,-11],[-11,-14],[6,-11],[7,0],[15,-17],[11,-4],[6,-12],[-1,-28],[-7,-11],[-9,-1],[-10,-7],[2,-11],[-25,-21],[-20,1],[-17,-3],[-7,2],[1,6],[-7,10],[0,12],[-6,3],[7,7],[-1,3],[-9,-7],[-4,1],[-9,7],[2,5],[-4,4],[-7,1],[-5,6],[-4,-3],[-1,8],[-15,-8],[-19,8],[-1,-3],[-8,2],[-2,-3],[-18,5],[-8,6],[-14,3],[0,4],[-5,-2],[16,10],[0,-7],[13,-2],[5,11],[7,8],[13,1],[20,-3],[8,2],[-4,2],[1,4],[23,6],[-2,12],[-6,6],[-11,4],[-4,7],[-17,12],[-14,2],[-7,5],[19,15],[2,4],[-5,2],[11,14],[-5,2],[28,21],[-7,4],[-8,-1],[-13,-3],[-5,-6],[-3,4],[4,2],[-4,1],[4,3],[-3,7],[-4,0],[-2,4],[10,0]],[[3681,2014],[-7,-7],[1,-5],[7,-3],[-3,-12],[9,-9],[3,1],[5,-13],[-5,-1],[2,-11],[-5,-1],[-2,-6],[3,-3],[11,5],[4,-6],[9,3],[0,-6],[18,3],[-1,-5],[3,-1],[4,3],[4,-5],[-5,-5],[5,-3],[9,2],[0,-3],[9,1],[-2,-6]],[[3529,1838],[-23,7],[-10,8],[5,4],[-20,7],[7,1],[0,5],[-12,-2],[-4,10],[-14,1],[9,8],[22,-1],[0,3],[-6,1],[3,7]],[[3486,1897],[10,-2],[4,1],[-2,16],[8,2],[3,6],[-3,2],[3,10],[-11,6],[-1,3],[4,7],[6,2],[3,15],[-11,8],[4,1],[-1,4],[4,0],[4,9],[-2,9],[8,6],[7,-11],[10,0],[1,-5],[2,0],[3,-4],[27,8],[1,12],[-8,7],[3,3],[4,-2],[4,2],[-4,8],[-5,2],[0,5],[7,-1],[1,6],[5,-2],[8,2],[13,-12],[27,-5],[4,4],[15,2],[-3,2],[4,4],[-3,5],[11,3],[6,5],[10,-6],[-2,-6],[2,-4],[4,-1],[0,-6],[7,-4],[4,1]],[[3337,2039],[11,0],[21,-16],[4,-9],[-4,-7],[11,-16],[3,4],[12,-2],[11,3],[15,-7],[17,2],[11,-1],[6,-3],[1,-5],[6,-1],[4,-8],[-6,-1],[1,-6],[-5,-2],[-8,-11],[9,-5],[5,-8],[-1,-7],[9,-16],[1,-10],[17,-8],[-2,-2]],[[3202,1926],[31,25],[10,2],[6,-8],[22,-1],[2,4],[19,9],[12,-5],[3,4],[-10,2],[-1,13],[9,2],[1,5],[-10,12],[-15,6],[2,4],[-7,2],[24,12],[6,14],[6,5],[15,6],[10,0]],[[3078,1999],[-11,0],[-13,8],[-2,-7],[-9,-1],[-31,17],[-2,7],[12,4],[0,7],[9,4],[1,9],[-6,25],[-14,14],[2,14],[19,7],[16,-13],[17,0],[-2,3],[13,10],[9,1],[-4,3],[15,2],[10,-3],[8,5],[1,5],[10,-4],[13,2],[13,-7],[7,-7],[-5,-2],[4,-9],[-7,-12],[20,-9],[0,-8],[15,3],[4,3],[-2,-9],[4,-22],[14,-5],[0,-3],[-35,-10],[1,-3],[-5,-4],[-3,0],[0,-16],[-10,-2],[-15,4],[1,8],[-8,4],[-9,-2],[3,-6],[5,2],[5,-2],[-3,-6],[10,-5],[-9,-10],[-12,0],[-10,-5],[-6,15],[-10,7],[2,5],[-13,-4]],[[7279,2111],[12,-7],[0,3],[9,-3],[4,1],[13,-7],[4,1],[0,-4],[5,-1],[-3,-6],[4,-4],[2,3],[0,-5],[10,3],[12,-5],[0,-3],[10,2],[9,12],[13,-4],[10,3],[16,-3],[-6,-4],[3,-1],[-4,-3],[-2,-12],[11,0],[1,-9],[-9,-1],[-1,-5],[6,-4],[-9,1],[-1,-6],[-4,1],[0,-7],[-3,1],[0,-3],[-9,5],[-3,6],[-4,0],[-2,-8],[-9,4],[0,-4],[-5,0],[0,-7],[-16,0],[1,-2],[-8,-5],[2,-4],[-10,2],[-2,-5],[-16,3],[-9,-10],[-4,8],[-4,-2],[-5,2],[-15,-11],[-1,4],[-7,0],[1,4],[-9,0],[-1,-4],[-3,6],[-5,-3],[1,2],[-5,1],[-3,5],[-8,1],[-15,2],[1,8],[-9,0],[-2,12],[31,2],[0,4],[17,3],[3,11],[-12,4],[3,8],[5,-1],[-1,3],[6,3],[-6,2],[2,11],[7,4],[5,9],[-2,1],[5,3],[8,-1]],[[2281,1850],[4,4],[1,1],[3,5],[1,4],[-1,13],[0,7],[0,2],[2,9],[1,2],[1,2],[2,1],[1,2],[3,1],[2,0],[3,1],[2,0],[2,0],[3,0],[10,-2],[3,0],[3,-1],[3,0],[4,1],[3,1],[4,1],[3,2],[3,3],[2,3],[2,3],[2,16],[1,2],[1,2],[1,1],[2,2],[2,1],[3,2],[7,1],[4,0],[2,0],[3,0],[2,-1],[3,-1],[3,0],[2,0],[3,0],[4,1],[4,1],[4,2],[4,3],[9,7],[3,3],[8,8],[7,9],[3,6],[1,3],[2,5],[0,2],[1,6],[4,10],[0,2],[3,7],[2,6],[5,12],[2,4],[6,14],[3,6],[5,9],[7,9],[1,2],[5,8],[7,9],[3,3],[4,5],[5,5],[2,2],[4,5],[9,10],[1,2],[7,9],[2,5],[5,8],[2,3],[3,3],[3,2],[4,2],[28,7],[5,2]],[[2579,2167],[31,18]],[[2610,2185],[-3,-15],[3,-3],[-1,-11],[10,-2],[4,-5],[24,-3],[-1,-4],[8,0],[0,3],[10,0],[48,-19],[-7,-14],[-35,-1],[-23,-13],[4,-3],[-8,-12],[5,-10],[-9,-9],[14,-9],[4,-14],[4,-4],[-3,-3],[18,-10],[10,3],[8,-8],[27,-14],[-7,6],[9,11],[12,3],[15,-8],[16,13],[8,-8],[5,-23]],[[7988,2034],[-7,-1],[4,-1],[2,-8],[10,-8],[4,0],[-6,-1],[6,-7],[-5,0],[-6,-8],[3,-2],[-1,-8],[-20,-1],[-14,-12],[8,-1],[7,4],[1,4],[4,0],[0,-6],[6,-2],[18,6],[12,-5],[-1,-2],[10,-7],[1,-5],[5,1],[2,5],[6,-3],[6,-8],[-5,-3],[0,-12],[-2,-3],[-6,0],[-2,-3],[-12,-6],[8,-3],[-3,-9],[6,-3],[11,-2],[3,-5],[9,1],[3,-4],[-4,-9],[-7,0],[-1,-2],[5,-6],[9,-3],[2,-7]],[[7518,1951],[6,10],[-5,1],[0,5],[-11,4],[3,2],[-9,5],[10,13],[10,1],[-2,6],[3,3],[22,-13],[19,-5],[26,5],[20,17],[-3,7],[4,2],[-7,8],[5,1],[0,4],[-10,12],[4,6],[7,2],[-10,11],[-3,11],[8,9],[20,1],[-1,6],[9,5],[5,0],[-2,6],[3,-2],[1,2],[-6,2],[-9,7],[5,-1],[-3,6],[7,3],[-3,5],[-8,0],[-2,-4],[-5,4],[11,4],[-2,3],[7,4],[-5,10],[9,2],[-3,9],[5,-5],[8,-2],[6,2],[5,6]],[[7657,2151],[23,-24],[20,1],[13,3],[1,3],[6,0],[3,-6],[-4,-3],[-4,2],[2,-3],[-2,-2],[5,-4],[10,2],[1,19],[6,5],[15,3],[-2,7],[13,-10],[22,1],[8,-7],[9,-3],[4,-24],[-8,-2],[-7,6],[-9,-4],[0,-3],[2,-2],[6,2],[16,-19],[6,4],[2,-9],[7,0],[3,-8],[17,-17],[26,-3],[14,5],[3,-5],[3,3],[5,-2],[1,3],[7,-2],[9,8],[7,-5],[7,0],[9,-9],[0,2],[14,-7],[10,-1],[0,-6],[9,-3],[1,4],[-7,4],[5,0],[0,3],[4,-1],[-1,-6],[4,0],[3,6],[8,-3],[-1,2],[5,1],[-2,-7],[8,2],[5,-3],[-9,-5]],[[8229,2184],[5,-2],[4,-2],[9,-6],[11,-8],[7,-2],[8,-2],[3,0],[2,-3],[3,-3],[3,-3],[3,-2],[9,-2],[6,-4],[4,-4],[5,-4],[4,-3],[4,0],[10,2],[-1,7],[-1,9],[-1,7],[2,11],[10,0],[6,3],[8,3],[8,-1],[7,-6],[5,-2],[4,1],[2,0],[8,2],[4,0],[3,0],[9,2],[6,0],[5,-3],[1,-1],[4,-5],[0,-8],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[2,-3],[4,-4],[7,-6],[3,-1],[3,-2],[4,5],[5,3],[7,3],[5,1],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[-5,-4],[-2,-1],[-2,-5],[10,-10],[2,-1],[1,-1],[2,-2],[2,-3],[4,-10],[4,-8],[3,-6],[7,-14],[1,-3],[5,2],[2,-1],[4,-1],[5,-4],[-1,-4],[0,-4],[1,-2],[2,-3],[5,-2],[12,0],[7,2],[4,1],[12,-1],[8,-2],[1,0],[3,1],[3,1],[6,4],[0,1],[1,1],[0,1],[9,-2],[4,-8],[5,-6],[2,-4],[4,-9],[3,-9],[4,-9],[5,-9],[4,-7],[1,-3],[3,-3],[2,0],[1,-1],[2,0],[3,1],[6,0],[7,0],[3,-5],[4,-7],[1,-5],[1,-3],[-1,-1],[4,-4],[18,-19],[-2,-4],[-4,-9],[-3,-5],[-1,-2],[2,-4],[5,-6],[8,-2],[12,-1],[2,0],[4,0],[3,1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[-1,0],[-1,-1],[-1,-2],[-2,-2],[-4,-2],[-3,-2],[-6,-3],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[1,-3],[-1,-4],[-1,-6],[-2,-9],[-6,-5],[-5,-4],[-3,-4],[-4,-6],[-5,-3],[-2,-1],[-1,0],[0,-1],[2,-1]],[[7988,2034],[9,3],[8,-4],[4,-5],[9,-1],[26,5],[6,21],[27,-6],[9,6],[-2,5],[5,3],[-11,13],[6,3],[3,7],[-6,13],[12,9],[5,10],[-7,7],[-7,2],[-2,7],[5,4],[-8,11],[5,9],[11,-3],[8,4],[1,-6],[9,-7],[15,3],[6,-6],[18,19],[13,6],[7,8],[1,11],[7,3],[19,-6],[2,3],[6,0],[22,-1]],[[5205,2231],[1,-7],[-6,-8],[1,-9],[-9,-3],[1,-5],[6,-1],[0,-4],[7,-3],[-3,-9],[6,-5],[10,0],[0,3],[5,-3],[2,1],[18,-4],[10,-17],[5,1],[2,-4],[1,-6],[-6,-4],[0,-6],[7,1],[7,-2],[-1,-6],[-10,2],[-1,-7],[-5,1],[-1,-7],[-18,-9],[2,-5],[11,-7],[-7,-2],[2,-2],[10,2],[14,-5],[-2,-5],[11,5],[5,-5],[0,-5],[13,0],[12,16],[3,9],[-2,5],[21,2],[12,-12],[12,0],[3,5],[-5,0],[-4,8],[4,-1],[3,7],[12,12],[5,-1],[2,5],[4,0],[-2,-3],[3,0],[9,11],[4,-3],[7,3],[-3,-5],[3,-3],[-3,-1],[1,-2],[-4,-5],[10,-3],[-3,-2],[8,-2],[2,-13],[6,-8],[-1,-3],[-5,4],[-8,-8],[-13,-2],[8,-9],[14,-7],[5,1],[-2,5],[4,-5],[21,1],[8,-2],[2,-3],[-3,-5],[-6,1],[2,-1],[-4,-6],[20,-3],[-4,-9],[42,9],[2,-4],[10,-4],[-3,-1],[0,-3],[11,0],[6,-6],[-2,-4],[3,-3],[6,1]],[[5526,2035],[17,-2],[13,-9],[9,9],[6,3],[-2,-3],[6,1],[3,-3],[-2,-3],[-9,0],[-6,-7],[2,-14],[19,-1],[11,4],[-3,-10],[11,-18]],[[4967,1883],[0,3],[-8,1],[7,0],[-6,5],[11,7],[-10,8],[-1,8],[-5,1],[0,2],[3,0],[1,6],[4,0],[-3,-5],[11,1],[1,-5],[4,1],[-3,8],[3,-2],[2,3],[-6,2],[-1,10],[8,1],[-1,3],[-7,2],[4,3],[-11,2],[0,5],[14,2],[7,5],[0,6],[9,3],[-3,16],[4,1],[-2,9],[-23,6],[1,8],[28,11],[1,11],[-6,1],[-1,3],[2,-1],[3,14],[-8,8],[9,6],[1,4],[-5,2],[1,5],[-6,1],[-5,6],[-12,3],[-9,6],[4,1],[0,2],[7,-3],[0,3],[14,1],[14,11],[-5,12],[-4,-1],[-12,9],[3,3],[9,-1],[-2,1],[5,4],[-7,2],[-2,7],[-7,-2],[-6,3],[0,9],[-8,7],[-4,0],[-18,8],[-2,12],[8,1],[1,3]],[[4952,2181],[19,-1],[-13,3],[-2,2],[19,0],[1,2],[-1,3],[-10,4],[2,3],[-4,2],[5,3],[-1,4],[7,3],[-7,5],[11,1],[1,-4],[18,8],[1,5],[6,-5],[12,5],[9,0],[5,-4],[6,1],[2,3],[9,-3],[5,-4],[-2,2],[7,-2],[11,1],[1,2],[17,-3],[12,1],[2,3],[-5,5],[2,2],[-4,9],[5,3],[8,-3],[3,2],[-10,4],[12,10],[10,-1],[0,-2],[3,3],[7,-3],[1,5],[22,-2],[11,-21],[5,1],[5,-5],[14,7],[2,-3],[14,-1]],[[6379,1931],[1,2],[1,-5],[17,17],[2,10],[-6,2],[0,6],[-3,2],[-2,-2],[-3,5],[7,2],[4,-1],[6,6],[-15,2],[-13,-7],[-9,0],[0,8],[-1,3],[-5,-1],[3,17],[-6,6],[5,3],[8,-6],[9,1],[-1,4],[5,7],[-3,0],[1,10],[-6,3],[3,12],[4,6],[13,-1],[0,5],[10,2],[1,5],[-8,7],[2,8],[-18,2],[-5,7],[12,42],[-9,3],[0,-8],[-6,-9],[-12,-1],[-14,8],[0,8],[-5,4],[0,-5],[-13,0],[1,-4],[-9,-3],[-7,5],[7,7],[-15,2],[4,-6],[-2,-1],[-18,2],[-4,1],[-3,13],[3,4],[-13,-3],[-26,10]],[[6248,2147],[0,6],[-5,2],[5,6],[7,3],[7,20],[11,5],[-10,3],[5,4],[-7,7],[7,4],[-4,4],[0,9],[3,1],[5,-4],[2,2],[5,-4],[6,3],[12,-3],[17,15]],[[6314,2230],[2,-4],[12,1],[3,3],[8,-1],[8,8],[9,-3],[1,-8],[16,2],[-2,-3],[14,-2],[6,-20],[5,5],[6,0],[6,-4],[-7,-5],[3,-3],[5,2],[18,-4],[3,-2],[-2,-5],[5,1],[2,-2],[4,2],[-3,3],[8,5],[6,-1],[1,4],[-8,-1],[0,2],[7,1],[1,6],[8,0],[-1,11],[8,2],[4,7],[8,2],[-3,4],[19,3],[5,4],[4,-4],[27,1],[5,-2],[1,3],[7,-3],[-5,-8],[9,-5],[6,-1],[13,5],[7,-17],[-7,-6],[2,-3],[11,5],[2,-5],[10,-7],[5,-8],[-12,-1],[-5,-3],[10,-12],[4,4],[9,0],[-1,-5],[10,-4],[-2,-12],[-4,-1],[-10,2],[2,-6],[9,-7],[7,3],[15,-1],[2,9],[3,-1],[3,2],[5,-2],[6,5],[1,9],[16,0],[5,-4],[6,4],[2,-2],[-7,-12],[9,-6],[0,5],[21,1],[4,2],[-1,3],[4,0],[-3,1],[4,2],[-3,5],[2,0],[16,-5],[-5,-4],[5,-9],[-2,-3],[13,4],[4,-9],[14,-2],[4,2],[6,-5],[6,1],[5,-4],[-5,-7],[3,-2],[0,-6],[3,-2],[13,0],[0,-2],[-9,-3],[-7,-19],[6,-2],[-1,-4],[16,8],[13,0],[-2,-13],[6,0],[5,4],[3,-2],[-6,-20],[6,-2],[1,6],[8,0],[5,-9],[-4,-21],[-12,3],[-3,-4],[-5,0],[-7,-4],[-5,-9],[7,-1],[-10,-9],[4,-2],[1,-7],[3,1],[1,-6],[3,-1],[-6,-2],[2,-3],[-4,-1],[6,-16],[0,-8],[-4,-4],[5,-2],[-12,-16],[3,-14],[-3,-10]],[[4785,2285],[0,-8],[-6,-4],[5,-6],[-6,-3],[2,-4],[12,3],[2,4],[1,-3],[12,0],[-3,-3],[3,-3],[8,-2],[4,4],[-3,3],[8,-2],[1,3],[8,-3],[2,-11],[7,0],[12,-8],[10,-1],[-2,7],[7,-4],[-1,6],[4,-6],[15,2],[0,-8],[-6,-4],[1,-3],[11,-4],[-4,-10],[22,-4],[3,-4],[7,-1],[1,-6],[-4,-5],[3,-2],[14,2],[3,-5],[4,0],[3,-7],[9,-3],[-2,-1]],[[4098,1921],[-6,2],[2,3],[-4,2],[1,11],[8,1],[1,4],[7,2],[0,3],[9,0],[-1,12],[9,3],[-11,15],[16,-3],[4,10],[3,-2],[14,1],[5,-2],[1,3],[16,-4],[0,4],[6,1],[4,-3],[-1,5],[6,1],[3,0],[2,-8],[4,-1],[-3,-3],[7,-6],[35,11],[6,8],[7,3],[2,-2],[-3,4],[6,0],[-5,16],[-12,4],[5,6],[9,0],[-16,13],[-1,8],[-10,5],[11,5],[-1,10],[-15,7],[10,3],[-2,7],[-21,12],[-9,0],[4,8],[-12,-3],[-3,-3],[-5,3],[-5,7],[4,14],[-16,-2],[-8,9],[-1,6],[-4,2],[3,5],[8,0],[5,4],[7,-1],[2,5],[-10,3],[6,14]],[[4171,2163],[10,1],[2,-9],[10,-2],[-1,6],[13,19],[4,-5],[9,-1],[2,-9],[7,-7],[13,-4],[8,1],[-6,-7],[11,6],[9,-1],[-1,-3],[4,0],[19,5],[-3,-7],[2,-8],[13,1],[5,-3],[-1,-4],[10,1],[26,-7],[1,-5],[-19,-6],[7,-10],[21,2],[11,5],[11,-8],[5,2],[1,7],[6,0],[8,7],[-1,9],[3,2],[-2,2],[9,4],[-2,6],[-9,1],[3,5],[10,4],[5,9],[7,5],[5,2],[-2,-4],[7,0],[9,-9],[8,0],[8,6],[2,5],[-6,10],[14,0],[27,8],[13,-2],[25,3],[0,6],[-11,2],[-7,11],[1,2],[-6,5],[-5,15],[4,3],[-1,3],[-19,2],[6,5],[0,5],[-6,1],[-1,2],[14,0],[-3,8],[-9,4],[7,6],[6,0],[6,-4],[-6,-6],[1,-5],[10,0],[10,7],[0,5],[12,3],[-3,6],[6,4],[8,-4],[1,-4],[9,1],[2,-4],[10,-3],[7,3],[20,3],[0,-3],[9,2],[1,-2],[5,6],[4,-6],[12,1],[1,-5],[8,1],[0,-3],[6,-3],[3,1],[-2,7],[6,5],[15,-4],[5,2],[0,-3],[8,-1],[2,4],[-3,2],[5,7],[9,2],[10,7],[16,1],[-2,-3],[10,-4],[-5,-5],[1,-5],[10,-6],[7,-1],[8,0],[5,5],[8,4],[15,-2],[6,13],[9,4],[9,-1]],[[3869,2270],[-4,-4],[-14,0]],[[3851,2266],[2,6],[-20,-3],[-2,3],[8,2],[-7,3],[6,4],[-3,4],[7,-1],[21,7],[4,-8],[-2,-8],[4,-5]],[[3850,2258],[0,-6],[-12,-2],[-2,-5],[-6,-2],[4,-9],[-12,-2],[-7,-5],[-7,2],[-21,-14],[3,-4],[-4,-1],[1,3],[-17,-4],[0,-3],[9,-4],[15,0],[-1,-4],[4,0],[9,-8],[-8,-7],[6,-2],[-3,-9],[-3,0],[1,-6],[-6,-1],[-18,-18],[-7,-2],[-17,3],[-4,-5],[11,-6],[-2,-2],[4,-4],[-2,-5],[5,-3],[14,0],[7,-6],[2,5],[10,4],[6,-11],[7,-2],[-3,-10],[5,-6],[2,-1],[13,7],[1,-2],[-4,-2],[1,-5],[-17,-6],[-11,2],[-13,-1],[-2,4],[-5,-2],[-1,3],[-9,0],[-4,4],[-12,0],[-8,-9],[14,-7],[-1,-4],[-9,-2],[3,-2],[-4,-6],[-5,1],[3,-6],[-4,0],[5,-14],[4,0],[-9,-7],[-4,-7],[-4,1],[-23,-6],[-10,4],[-3,-3],[-1,1],[-13,-18]],[[3337,2039],[-12,21],[-5,19],[3,2],[-1,4],[-8,9],[17,6],[4,7],[-12,3],[-8,-2],[-8,4],[6,3],[-4,14],[2,9],[2,-3],[12,0],[13,-7],[3,3],[10,0],[8,4],[-4,26],[-4,-1],[-2,9],[-9,4],[-12,14],[6,5],[-5,1],[1,2],[12,3],[-18,18],[3,4],[-17,18],[-18,10],[-9,2],[-3,4]],[[3280,2254],[10,7],[1,6],[46,-10],[2,4],[8,0],[5,-4],[15,3],[-1,-4],[11,-2],[-2,7],[12,1],[16,-4],[-1,-14],[21,-7],[7,-1],[7,4],[-4,6],[7,0],[8,-2],[-4,-4],[37,2],[2,2],[-5,14],[4,0],[4,9],[18,6],[27,2],[-8,14],[9,2],[9,-2],[3,3],[10,-3],[12,-10],[8,-1],[8,5],[23,-8],[-3,-9],[-6,-5],[5,2],[17,-15],[1,2],[30,-4],[7,6],[10,-7],[7,-10],[11,3],[16,9],[5,0],[1,7],[4,4],[7,-3],[6,10],[7,-1],[-2,-11],[9,-3],[20,3],[12,5],[10,-3],[1,6],[8,2],[12,-2],[2,-5],[22,6],[6,-5],[20,1]],[[3282,2284],[3,-3],[-4,-8],[-6,0],[1,-16],[4,-3]],[[2863,1980],[-15,8],[-5,9],[0,8],[-8,7],[20,4],[17,12],[7,2],[13,11],[8,15],[-6,2],[-6,8],[2,15],[5,0],[10,7],[2,-2],[8,8],[3,11],[11,3],[0,9],[-20,-1],[7,11],[-5,10],[3,12],[3,-1],[2,4],[5,-2],[6,6],[6,12],[-4,3],[13,8],[1,6],[4,2],[4,9],[27,-5],[11,8],[13,3],[22,-5],[4,1],[0,14],[13,7],[13,-18],[12,2],[1,-3],[4,0],[16,5],[3,-4],[3,1],[4,-7],[14,2],[12,6],[-4,3],[9,6],[-5,6],[1,6],[-6,6],[3,4],[0,10],[12,6],[0,7],[12,10],[7,1],[-2,-6],[14,2],[-1,-3],[6,2],[2,5],[20,-1],[11,-6],[-6,-3],[1,-2],[11,-4],[11,5],[5,-2],[12,3],[-5,10],[9,17],[-7,4],[35,-1],[11,-4]],[[3850,2258],[1,8]],[[3869,2270],[4,-1],[7,8],[1,-3],[8,-4],[-2,2],[8,5],[-5,9],[19,17],[15,-2],[18,7],[13,-2],[6,4]],[[3961,2310],[7,-5],[13,3],[-2,-11],[5,-5],[15,-1],[0,-8],[34,-6],[5,-7],[7,9],[11,2],[10,0],[7,-5],[12,-2],[-1,-3],[-20,-3],[3,-6],[17,-7],[-10,-5],[10,-9],[-14,-15],[2,-3],[-5,-5],[4,-2],[-2,-1],[15,-2],[3,3],[20,-1],[12,-13],[4,3],[7,-5],[11,1],[5,-2],[1,-3],[5,0],[-1,-3],[-10,1],[-3,-2],[9,-16],[6,-3],[-27,-6],[11,0],[7,-6],[16,8],[11,-6]],[[5526,2035],[11,2],[18,-7],[2,2],[-2,3],[3,-1],[-3,7],[12,13],[38,10],[5,1],[5,-3],[14,3],[-4,5],[2,6],[17,7],[-14,6],[0,4],[4,1],[10,-10],[5,8],[11,2],[0,5],[12,-3],[4,4],[-9,13],[-17,9],[22,23],[0,5],[15,10],[11,1],[7,5],[45,-1],[-3,4],[4,1],[-2,1],[3,1],[1,3],[-5,0],[8,16],[-6,4],[3,1],[-2,3],[13,1],[8,4],[1,4],[-7,2],[-2,3],[11,2],[-4,4],[2,9],[13,2],[0,2],[7,-5],[3,0],[0,5],[7,1],[-1,5],[-7,1],[3,5],[-4,0],[-1,-3],[-4,2],[25,26]],[[5814,2269],[5,1],[4,-2],[7,3],[1,4],[10,-3],[-1,3],[24,-5],[9,7],[-7,-9],[3,-4],[2,3],[-1,-8],[4,-2],[-1,-4],[5,0],[5,-7],[6,0],[-5,-2],[2,-13],[-3,1],[-1,-4],[4,-1],[0,-4],[9,-1],[1,-4],[8,1],[2,-4],[8,1],[4,1],[-2,2],[4,4],[-4,1],[-1,6],[4,0],[10,-16],[13,-2],[10,-5],[7,4],[2,9],[7,-2],[0,9],[10,4],[-6,4],[5,2],[5,-6],[11,-3],[18,3],[-3,6],[4,4],[3,-2],[1,10],[16,-1],[12,7],[4,-1],[-9,4],[-2,15],[-5,0],[0,5],[6,0],[2,-4],[16,1],[4,0],[-1,5],[-9,8],[-7,2],[3,-2],[-1,-3],[-15,3],[-2,12],[-11,5],[2,4],[-4,1]],[[6015,2310],[9,5],[-4,5],[7,1],[2,-2],[-4,-4],[29,-13],[8,-8],[25,-3],[7,2],[3,-5],[5,1],[1,4],[23,-3],[13,16],[6,2],[7,-4],[-1,-2],[14,1],[8,-5],[8,1],[1,-5],[5,0],[2,-3],[-10,-3],[5,-2],[-9,-10],[2,-2],[-4,-8],[3,-4],[-8,2],[-1,2],[-11,-1],[9,-7],[-7,-8],[6,-4],[8,2],[12,-5],[4,-13],[-3,-1],[0,-7],[-7,2],[2,-6],[8,-1],[2,-3],[7,2],[0,-10],[6,-3],[-5,-2],[0,-2],[10,-4],[9,0],[2,3],[4,-3],[3,-19],[7,-10],[6,-3],[-1,-5],[5,0],[0,-8],[5,-3]],[[6837,2297],[-6,-17],[7,-3],[-3,-4],[9,1],[0,-5],[1,2],[5,-2],[14,2],[2,-10],[-3,-7],[5,-5],[-8,-5],[-2,-10],[13,-5],[12,-8],[11,-2],[-6,-4],[-1,-15],[4,-3],[-15,-23],[-11,2],[0,-3],[-8,9],[-4,-2],[-2,2],[-9,-7],[-6,0],[-7,-8],[-6,0],[-3,7],[-5,-1],[-2,5],[-6,-3],[1,-2],[-8,-3],[2,-2],[-8,-1],[-4,7],[11,2],[-1,3],[-12,-2],[0,-3],[-8,-2],[-6,3],[-3,-4],[-9,4],[5,1],[-3,9],[-4,0],[-1,4],[2,2],[-4,3],[2,5],[-2,8],[-5,0],[-9,6],[-15,-2],[-11,10],[2,6],[16,17],[-3,3],[-6,-2],[-8,9],[6,0],[0,4],[2,-3],[-2,7],[6,0],[7,7],[-1,3],[6,2],[3,-12],[-3,-2],[10,-6],[17,-3],[15,4],[-3,7],[10,0],[2,4],[-4,7],[-1,17],[21,2],[2,4],[14,-1],[4,2],[-1,4],[3,-1],[-5,4],[2,3],[9,-10]],[[2627,2197],[12,10],[9,16],[9,38],[8,18],[13,18],[18,15]],[[2696,2312],[7,-12],[-2,-6],[3,-2],[9,2],[-1,6],[3,0],[18,-4],[1,2],[20,-1],[17,-8],[8,11],[-6,2],[1,11],[7,2],[6,11],[13,0],[-9,-24],[23,-27],[15,-11],[1,3],[7,-2],[2,-5],[4,6],[2,-1],[4,12],[-3,9],[4,1],[15,-16],[12,-8],[4,-8],[11,-6],[3,-10],[-2,-11],[-7,-4],[-3,-16],[-10,-4],[-3,-4],[4,-4],[2,-8],[5,-1],[-4,-9],[3,-10],[37,-10],[-3,-8],[-18,-2],[-14,-12],[-17,0],[-4,-3],[-2,3],[-30,-3],[-2,6],[-6,0],[0,2],[-9,-3],[-8,3],[6,5],[-1,6],[8,10],[-13,10],[-30,-14],[-26,-4],[1,8],[-6,6],[1,4],[-3,4],[-4,2],[-7,-5],[-10,7],[-21,7],[-14,9],[0,3],[-10,-4],[0,-6],[-10,0],[-14,9],[-6,-7],[-12,-3],[-6,9]],[[7522,2356],[10,-5],[-1,-10],[12,-8],[4,-14],[4,-1],[3,-6],[-8,-1],[-1,-6],[8,-3],[-3,-4],[6,-6],[-1,-4],[12,-11],[2,-9],[-3,-10],[7,0],[10,-8],[-3,-4],[1,-6],[18,-19],[7,3],[4,-7],[26,-20],[9,-18],[-3,-11],[15,-17]],[[6832,1910],[-8,8],[2,10],[24,4],[-2,2],[19,6],[5,14],[22,-9],[2,9],[-4,2],[7,8],[1,-3],[6,1],[-1,-2],[9,0],[1,6],[3,-3],[8,5],[10,-2],[6,3],[-10,4],[2,10],[7,4],[-4,5],[5,5],[-3,5],[6,0],[2,-7],[5,1],[1,-3],[13,7],[1,12],[-4,3],[0,4],[-4,0],[13,14],[2,-10],[8,-3],[-4,-5],[0,-6],[4,-1],[6,-1],[7,12],[2,-7],[9,-7],[0,6],[9,2],[-3,11],[6,0],[-1,3],[11,3],[-1,4],[13,-1],[2,-6],[7,-1],[2,-3],[8,8],[19,-17],[13,-1],[13,6],[4,7],[17,9],[-3,2],[18,12],[16,4],[1,8],[-8,1],[-2,3],[3,16],[10,-1],[-1,7],[5,4],[3,10],[17,5],[-12,8],[-3,15],[-6,-2],[2,13],[3,1],[-4,14],[4,-5],[3,0],[-1,4],[8,0],[1,8],[-4,6],[-13,5],[0,4],[7,10],[8,0],[28,-10],[2,4],[6,-2],[3,4],[-1,2],[3,0],[-4,2],[-3,15],[9,30],[-2,5],[-8,3],[-2,-2],[-1,12]],[[7207,2250],[-7,6],[1,4],[2,3],[4,-1],[-1,3],[8,1],[4,6],[-2,2],[10,7],[-3,6],[10,1],[12,-7],[13,1],[8,11],[0,8],[4,-1],[-5,5],[11,11],[4,-2],[10,10],[11,-2],[7,2],[7,7],[3,-4],[7,2],[1,7],[4,-1],[10,5],[-1,-5],[17,1],[3,-4],[4,3],[-2,6],[6,2],[4,-3],[14,1],[0,-3],[7,-1],[4,7],[-2,5],[3,1],[15,-4],[11,-7],[7,2],[2,-2],[8,1],[6,4],[9,-1],[-4,3],[3,2],[33,14],[5,-5],[-5,-4],[6,-1],[18,1],[5,-3],[0,3],[6,3]],[[5418,2462],[0,-3],[5,0],[4,-5],[-5,-2],[1,-3],[17,1],[1,-3],[7,3],[11,0],[-17,-22],[-5,-2],[-1,-10],[9,-1],[7,-5],[4,3],[-1,-5],[5,-2],[21,-4],[10,-10],[2,-8],[4,4],[13,-8],[3,2],[4,-3],[10,-2],[6,13],[-6,6],[1,3],[30,4],[2,-2],[14,4],[5,5],[13,-3],[0,-10],[-4,-1],[2,-2],[19,1],[3,-3],[4,0],[-2,-6],[6,2],[1,-4],[13,-2],[0,-5],[8,-2],[9,-6],[6,0],[2,2],[-5,1],[4,3],[2,-3],[9,3],[6,-9],[-2,-2],[9,1],[4,-6],[-7,-7],[6,-3],[-1,-4],[9,-1],[6,-5],[-2,-2],[3,-3],[13,-2],[7,-8],[8,-2],[1,-3],[12,1],[3,-3],[5,2],[1,-3],[11,-4],[7,3],[2,5],[7,-3],[4,-11],[-2,-4],[5,-8],[4,1],[-1,-3],[5,-4],[1,-5],[6,-2],[5,-7],[10,-5]],[[5205,2231],[2,2],[2,-2],[6,2],[1,-3],[16,1],[1,8],[7,2],[2,10],[4,2],[-3,6],[3,5],[3,-2],[3,1],[3,6],[-8,18],[6,4],[-2,4],[4,5],[-16,2],[-2,9],[5,5],[-17,0],[-3,-2],[-6,8],[-7,3],[1,13],[5,2],[-2,1],[4,0],[-2,5],[5,3],[10,-1],[-4,1],[2,6],[2,-1],[-1,4],[-11,0],[2,1],[-5,6],[7,6],[-3,8],[14,1],[3,9],[8,-1],[6,11],[11,2],[-1,6],[7,6],[4,11],[8,-1],[4,2],[-6,12],[8,2],[-1,2],[11,8],[11,-1],[6,13],[10,0],[11,8],[4,-4],[17,6],[6,-4],[-6,-7],[9,7],[8,0],[0,-6],[12,2],[12,-2],[4,3],[4,-6],[15,4]],[[3546,2476],[43,-3],[4,-4],[1,-14],[13,1],[36,-8],[4,1],[7,-7],[2,-15],[16,-1],[4,-7],[20,-1],[5,-10],[-10,-2],[2,-5],[19,-7],[-1,-5],[7,-4],[0,-15],[-4,-4],[16,-4],[9,0],[3,-5],[1,-2],[-6,-2],[-11,4],[-18,-6],[0,-2],[-14,0],[-3,-4],[4,-2],[-4,-1],[-39,5],[-2,6],[-14,0],[-6,-7],[-4,1],[-3,-5],[-16,1],[4,-6],[-5,-7],[-5,1],[-2,-3],[-5,3],[-3,-3],[-12,12],[1,12],[-10,5],[-12,12],[2,5],[7,1],[18,14],[5,12],[-16,2],[1,4],[-7,-1],[0,3],[-8,1],[-4,17],[-21,-2],[-12,1],[0,2],[-8,-1],[-13,11],[0,6],[-5,0],[-1,3],[-2,-1],[-18,10],[0,2],[-12,3],[43,2],[14,-4],[9,1],[4,2],[0,9],[6,7],[6,-2]],[[7522,2356],[-5,5],[4,10],[13,1],[8,10],[9,-10],[-1,-7],[14,5],[4,-3],[-1,4],[10,3],[5,-1],[0,-5],[4,0],[4,2],[0,6],[11,6],[4,-3],[12,0],[9,-4],[18,10],[16,-13],[21,6],[6,-1],[5,3],[-10,7],[-1,7],[4,6],[30,-13],[28,35],[7,0],[-4,-6],[13,-4],[10,-1],[11,4],[11,-5],[13,2],[14,-5],[10,1],[18,-12],[3,-21],[19,-9],[14,-3],[8,-7],[24,-5],[6,1],[1,20],[8,10],[19,6],[6,8],[-4,18],[11,17]],[[7961,2431],[1,-1],[3,-3],[1,-2],[1,-4],[1,-2],[-1,-3],[-1,-3],[-2,-6],[-1,-8],[1,-8],[6,-6],[9,-7],[9,-6],[5,-2],[1,-2],[4,-2],[4,-1],[3,-1],[7,-3],[8,-2],[12,-4],[23,5],[15,2],[6,1],[6,0],[9,-3],[11,-8],[11,-8],[6,-3],[7,-3],[4,-4],[5,-3],[8,-4],[6,-4],[4,-5],[2,-3],[2,-3],[6,-5],[3,-4],[5,-4],[1,-1],[3,0],[3,-2],[3,-3],[1,-3],[1,-4],[2,-2],[2,-1],[1,-1],[7,-3],[9,-2],[4,-2],[1,-3],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[3,-10],[2,-4],[1,-4],[1,-5],[-1,-7],[-1,-2],[-1,-4],[1,-3],[2,-4],[2,-2],[3,-1],[1,-1],[1,-6],[-3,-4],[-3,-4],[-1,-1],[-1,-2],[1,-9],[15,-9]],[[7024,2404],[1,-11],[9,-2],[-1,-6],[5,-5],[-7,-5],[-13,3],[8,-6],[-7,-5],[9,-1],[-1,-5],[3,1],[8,-11],[3,0],[-1,3],[4,2],[8,-1],[10,-14],[-4,0],[-1,-8],[-7,6],[-6,0],[-2,-5],[-5,0],[-1,-9],[3,-3],[14,0],[5,3],[30,-4],[4,4],[6,0],[1,4],[10,1],[-3,4],[-14,7],[13,-3],[13,2],[23,-7],[7,-5],[-1,-5],[4,-3],[-4,-4],[2,-7],[-6,0],[6,-4],[-1,-8],[10,-5],[3,-6],[3,-1],[-10,-6],[-4,2],[-4,-5],[-11,6],[-5,-1],[12,-18],[2,6],[3,-2],[2,3],[11,-6],[10,-2],[4,4],[-2,-11],[13,-4],[2,-4],[2,1],[0,6],[15,-8],[3,4]],[[6314,2230],[-1,6],[4,3],[-2,8],[4,0],[8,19],[7,1],[-3,8],[12,3],[4,5],[-7,7],[-10,1],[1,5],[5,-1],[-1,6],[-4,-1],[-1,2],[4,5],[-2,3],[7,2],[12,-5],[-2,4],[7,10],[-6,3],[2,3],[7,4],[8,-4],[6,7],[6,-2],[1,3],[15,2],[1,4],[6,-3],[0,3],[6,-1],[-4,4],[2,3],[6,-4],[-2,12],[3,4],[-4,4],[3,4],[13,2],[3,-2],[1,6],[-4,3],[5,2],[16,-4],[-7,10],[12,6],[1,13],[10,4],[-3,6],[8,13],[5,0],[7,6],[8,-14],[6,-3],[-3,-2],[2,-3],[6,3],[16,-11],[8,9],[12,-3],[1,5],[-5,2],[4,12],[22,-1],[10,7],[17,-2],[4,7],[13,11],[16,0],[-1,9]],[[6615,2458],[14,0],[6,-13],[8,1],[3,-3],[4,4],[4,-3],[7,3],[8,-8],[4,1],[-2,3],[3,3],[16,2],[-4,-3],[2,-5],[10,-4],[2,-4],[-5,-6],[-5,1],[-2,-9],[-5,-1],[6,-4],[20,1],[0,1],[8,-2],[3,3],[7,1],[-2,4],[9,6],[18,-2],[-3,-7],[3,0],[0,-5],[-5,0],[12,-5],[4,-7],[10,-4],[7,3],[12,-8],[-2,4],[9,9],[-1,7],[25,2],[-9,11],[5,0],[13,8],[10,-1],[3,3],[-1,5],[8,3],[4,-2],[-6,8],[4,1],[-3,3],[-7,24],[4,1],[2,-6],[7,5],[3,-2],[3,8],[13,13],[6,-2],[5,-18],[5,-4],[-5,-5],[10,-21],[11,-9],[6,4],[14,-4],[2,1],[4,-1],[-4,-4],[8,0],[-5,-3],[6,-9],[-5,-1],[0,-5],[5,-3],[3,-8],[5,-2],[11,10],[14,-4],[10,3],[6,-10],[9,4],[-4,1],[-1,6],[-4,3],[3,6],[6,1],[27,-18]],[[2440,2516],[1,-10],[4,-2],[14,2],[6,-2],[1,-4],[12,-1],[0,3],[11,0],[6,-2],[5,-17],[-5,0],[1,-10],[26,2],[-12,-7],[-2,-5],[1,-7],[10,0],[2,-12],[-5,-12],[3,-12],[-23,6],[-2,8],[-27,-7],[-19,3],[-2,3],[-12,-8],[-2,-10],[-8,-2],[0,-5],[-29,0],[0,6],[-11,5],[1,6],[10,4],[-1,9],[7,4],[1,5],[-15,0],[2,5],[-3,2],[-38,1],[-22,6],[53,7],[-1,5],[-4,2],[1,2],[-5,2],[3,5],[-3,7],[5,4],[5,-1],[2,-4],[25,10],[-6,10],[6,0],[0,8],[33,-2]],[[1890,2507],[0,-11],[6,0],[0,3],[8,-1],[3,-2],[-1,-8],[18,6],[20,1],[3,6],[14,0],[1,3],[5,-1],[1,-6],[-10,-13],[-5,1],[-1,-4],[8,-6],[-12,-16],[2,-7],[-6,-4],[6,0],[-18,-11],[-7,0],[1,-6],[6,2],[2,-5],[-5,-10],[-26,-5],[-4,4],[-21,-21],[-12,-3],[-1,-4],[6,-8],[-10,9],[1,8],[11,14],[-10,2],[1,3],[-5,4],[-12,1],[-24,23],[-9,4],[-5,8],[-11,5],[-2,3],[5,3],[1,11],[-5,-1],[-1,2],[11,7],[2,-4],[10,3],[16,2],[22,21],[33,-2]],[[3217,2458],[8,-5],[0,-4],[-2,-11],[-3,-1],[3,0],[-5,-5],[1,-7],[-4,-5],[1,-9],[5,-1],[4,4],[8,3],[0,-8],[10,-8],[-7,-2],[2,-11],[-7,0],[-5,-9],[5,-4],[-5,-4],[36,-1],[2,5],[9,3],[5,-4],[0,-7],[2,1],[2,-7],[10,-2],[5,-7],[-2,-6],[5,-15],[-4,1],[3,-6],[-3,-13],[-23,-4],[-2,-2],[8,0],[0,-2],[-12,-4],[13,-3],[4,-12],[-2,-2]],[[2610,2185],[17,12]],[[2696,2312],[16,16],[6,13],[13,62],[-5,16],[1,7],[14,21],[4,16],[14,12],[7,14],[-1,7],[-4,2],[-7,-1],[-9,-7],[3,15],[10,13],[17,10]],[[2775,2528],[25,13],[22,23],[12,7]],[[2834,2571],[17,4],[5,5]],[[2856,2580],[37,-17],[5,-15],[4,3],[15,-6],[6,9],[29,-10],[-5,-9],[48,-18],[13,3],[9,-3],[8,-7],[5,6],[8,-1],[5,-2],[1,-6],[11,0],[0,-2],[15,-4],[13,4],[7,-6],[12,10],[14,4],[4,-12],[7,2],[16,-13],[1,-3],[-4,-1],[6,-13],[13,-5],[8,1],[13,-7],[10,4],[6,-4],[8,1],[8,5],[5,-10]],[[2579,2167],[-5,7],[-1,2],[-1,1],[-1,0],[-1,1],[-2,0],[-1,1],[-2,0],[-2,-1],[-2,0],[-2,-1],[-2,-1],[-1,0],[-6,-5],[-7,-4],[-3,2],[-2,1],[1,1],[1,5],[-2,3],[-1,1],[-1,0],[-12,1],[-6,1],[-5,1],[-2,-1],[-8,-1],[-11,-1],[-5,1],[-2,0],[-5,1],[-7,2],[-4,3],[-7,3],[-3,1],[-7,1],[-13,3],[-7,1],[-12,3],[-11,4],[-7,1],[0,1],[-3,3]],[[2399,2208],[-2,13],[9,10],[2,21],[-7,37],[16,4],[-3,3],[2,12],[-5,2],[6,11],[16,1],[0,-4],[4,0],[-1,18],[18,2],[0,40],[10,-2],[7,-5],[25,6],[14,7],[2,-3],[-5,-2],[2,-6],[6,1],[5,-10],[14,-2],[-1,-4],[22,-9],[-1,9],[8,0],[8,4],[-1,10],[7,-4],[25,5],[4,-4],[7,1],[-9,26],[1,6],[9,3],[-2,9],[-5,-1],[-2,17],[-16,-3],[-7,2],[-6,-3],[-1,3],[-13,-1],[-1,32],[3,0],[0,7],[-3,10],[10,3],[14,-2],[0,3],[-2,6],[3,0],[0,18],[-6,11],[5,6],[-4,5],[3,3],[-5,12],[21,4],[-4,15],[35,8],[8,-2],[12,3],[22,13],[2,5]],[[2674,2588],[8,2],[3,-7],[19,-5],[7,-8],[9,4],[6,-5],[1,-17],[7,-6],[3,2],[5,-3],[-3,0],[13,-16],[15,6],[6,-1],[2,-6]],[[2271,2595],[2,-6],[19,-2],[5,-4],[-1,-12],[-12,-1],[1,-10],[7,-3],[1,1],[13,-8],[-3,-3],[-13,-2],[-4,-5],[-20,4],[-6,4],[1,5],[-10,2],[-7,6],[2,5],[-9,2],[-1,3],[-12,-5],[-3,4],[-9,-1],[-18,-8],[-5,2],[-3,8]],[[2186,2571],[-5,7],[2,20],[-6,7],[4,5]],[[2181,2610],[4,-3],[11,2],[13,-2],[17,6],[10,0],[10,-8],[10,-1],[2,-10],[13,1]],[[5145,2647],[5,-13],[5,1],[21,-8],[12,1],[3,-1],[-3,-2],[5,-1],[9,1],[2,-4],[9,0],[0,-5],[6,2],[2,-6],[-5,0],[0,-5],[-7,-3],[0,-5],[-12,-4],[-3,-14],[-4,-1],[2,-4],[-13,-1],[-8,-5],[16,-2],[-13,-3],[4,-7],[8,0],[1,-11],[22,-9],[0,-4],[-5,-2],[2,-4],[-8,-3],[1,-6],[6,-5],[-2,-5],[-8,-1],[-3,3],[-24,3],[3,2],[-4,5],[-9,-3],[-6,1],[-1,3],[-10,-2],[-4,2],[3,3],[-3,4],[-21,2],[-7,10],[-7,-3],[-20,7],[-5,-2],[-3,2],[-2,-6],[-3,-1],[-11,2],[-1,8],[-6,2],[-10,-1],[-5,3],[-16,-3],[0,6],[11,5],[-2,4],[-5,3],[-2,-7],[-5,4],[-7,-2],[1,4],[-11,8],[12,3],[0,7],[18,0],[-1,-9],[8,2],[2,3],[9,2],[-2,6],[3,3],[-3,0],[-3,9],[-9,1],[-9,7],[-4,18],[11,1],[11,-4],[3,6],[13,-5],[12,1],[0,-3],[4,-3],[6,3],[4,10],[16,12],[26,-3],[1,6],[9,1],[8,-1]],[[1584,2451],[-16,15],[-2,6],[-6,-2],[-2,2],[6,5],[-4,6],[5,3],[2,7],[-17,11],[6,5],[-6,4],[16,10],[-1,7],[4,6],[6,2],[4,-7],[10,-5],[3,8],[-3,4],[16,8],[5,9],[0,5],[-10,5],[23,7],[-1,-2],[11,-5],[2,6],[5,-3],[4,3],[11,14],[-6,4],[1,12],[4,4],[8,0],[-1,3],[4,5]],[[1665,2613],[5,-3],[8,3],[5,-17],[-5,-14],[4,-8],[9,3],[2,-3],[5,0],[5,-4],[-1,-3],[17,-3],[-2,-3],[7,-7],[-13,0],[-16,-9],[-3,-5],[-10,-2],[4,-3],[-1,-5],[-2,-4],[-7,-2],[3,-2],[-6,-12],[17,-10],[11,1],[-3,-3],[-1,-9],[-2,-2],[-13,4],[-9,-3],[-3,-5],[-6,1],[1,-3],[-6,2],[-10,-5],[-14,0],[-5,10],[-13,-10],[2,-5],[-5,3],[-4,-5],[3,-5],[-15,6],[-14,-21]],[[2671,2603],[8,-10],[-11,-3],[6,-2]],[[2399,2208],[-1,1],[-2,3],[-4,6],[-7,4],[-8,6],[-13,3],[-13,2],[-3,1],[-4,1],[-5,3],[-4,3],[-5,2],[-4,2],[-5,1],[-1,0],[-1,0],[-5,0],[-1,-1],[-2,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-6,1],[-2,4],[-6,8],[-2,5],[-5,4],[-6,2],[-7,4],[-3,2],[-2,3],[0,5],[-11,3],[-3,1],[-1,-1],[-1,-1],[-4,-8],[-2,-5],[-2,-3],[-1,-1],[-3,-2],[-4,-1],[-1,-1],[-2,1],[-1,1],[-4,1]],[[2226,2264],[3,8],[-4,-3],[-6,13],[-10,-2],[-1,-8],[-11,4],[-2,4],[16,26],[0,3],[-9,4],[2,4],[-4,1],[4,8],[23,0],[5,14],[-6,7],[2,10],[-7,3],[-18,-3],[-8,1],[-5,-3],[-13,3],[-12,19],[-8,2],[1,5],[8,2],[1,9],[5,2],[-2,6],[5,6],[13,-5],[14,12],[4,-1],[3,-6],[7,-1],[12,10],[-3,5],[8,7],[1,7],[-7,3],[-6,12],[-18,1],[31,15],[-3,0],[-1,4],[2,5],[-13,-1],[-2,3],[10,10],[-6,4],[-3,14],[-6,2],[-4,-3],[-11,3],[-3,-4],[-11,0],[-5,4],[2,6],[10,0],[7,7],[-5,6],[-31,10],[-23,-12],[1,-3],[-4,0],[-2,3],[6,6],[-1,17],[4,5],[18,5],[8,-2],[13,7],[5,7]],[[2271,2595],[2,11],[11,19],[16,10],[4,0],[0,8],[4,4],[8,-5],[9,6]],[[2325,2648],[1,-5],[24,-8],[-12,-11],[1,-4],[8,1],[10,-3],[12,6],[15,-3],[11,-5],[19,7],[14,-7],[6,1],[11,-8],[15,2],[16,-4],[20,4],[17,0],[1,-4],[13,2],[1,-4],[16,1],[-3,-18],[27,0],[29,6],[4,-6],[57,11],[-1,4],[14,0]],[[5682,2643],[2,-5],[-4,-3],[5,-1],[5,-23],[-10,-1],[0,7],[-7,-1],[0,-2],[-11,2],[1,-3],[-5,-2],[-2,3],[-5,-1],[-8,-8],[1,-3],[-4,-2],[2,-6],[-10,-1],[9,-3],[0,-2],[-19,-4],[-12,1],[-5,5],[7,9],[-7,-1],[-7,3],[3,7],[-9,2],[-2,9],[-15,-3],[-6,9],[11,8],[7,1],[0,5],[-3,5],[-13,7],[1,5],[-7,3],[-1,9],[14,4],[-2,2],[7,1],[-2,3],[6,4],[-7,5],[13,2]],[[5593,2689],[4,-4],[5,1],[11,-5],[2,2],[13,-2],[3,3],[13,-15],[-8,-6],[4,-2],[-3,-3],[8,1],[3,-8],[4,-1],[1,-4],[13,-5],[6,-8],[3,1],[-3,3],[4,0],[-3,4],[9,2]],[[2838,2645],[-18,-13],[-3,-15],[8,-8],[19,-5],[9,-5],[5,-10],[-2,-9]],[[2834,2571],[-29,13],[-9,1],[-15,10],[-3,-1],[-13,5],[1,10],[-5,9],[8,7],[0,4],[-35,17],[36,35],[-2,3],[18,6],[1,-13],[6,0],[1,-7],[6,0],[-2,-6],[9,-6],[4,5],[-3,9],[6,6],[20,-8],[4,6],[7,2],[16,-4],[0,-2],[-15,1],[-9,-5],[-3,-6],[4,-17]],[[3898,2675],[5,-5],[8,-1],[3,-4],[8,-2],[-9,-7],[9,-3],[3,-10],[-3,-3],[9,-20],[5,-4],[26,-7],[16,1],[4,-4],[-7,-6],[1,-3],[-10,-4],[-19,-3],[-4,1],[1,1],[-9,1],[-20,-16],[-14,5],[-7,-3],[6,-3],[-1,-5],[-4,-2],[-8,2],[0,-8],[-5,-5],[-6,-14],[5,-4],[-1,-5],[-13,-11],[7,-6],[-1,-8],[5,-1],[1,-9],[16,0],[13,-9],[-14,-6],[-18,-17],[3,-3],[-8,-6],[-7,-2],[-12,5],[-12,-1],[-1,1],[-14,-4],[-13,-14],[6,-5],[-3,-2],[-11,-1],[2,-3],[-7,-2],[-10,1],[0,-5],[6,1],[20,-8],[5,1],[4,-9],[5,0],[5,-11],[11,-1],[3,-4],[6,-1],[21,7],[1,-2],[10,2],[6,-10],[-16,-6],[-3,-9],[1,-7],[3,0],[4,1],[1,5],[4,-1],[2,5],[5,-8],[-3,-1],[14,-11],[-11,-3],[3,-4],[-5,-3],[-2,-9],[-2,0],[5,-9],[5,-1],[0,6],[3,2],[13,4],[1,10],[16,-1],[3,2],[4,-5],[10,3],[2,11],[-8,18],[3,5],[5,2],[6,-3],[6,-8],[8,3],[5,-9],[-3,-5],[6,-4],[-9,-7],[10,0],[11,-4],[1,-3]],[[3990,2348],[-28,-8],[5,-4],[-10,-3],[1,-6],[1,-5],[8,0],[-6,-12]],[[3217,2458],[13,-3],[3,-5],[7,-1],[26,-17],[7,2],[3,-2],[6,5],[-2,1],[22,4],[-4,8],[1,7],[-6,3],[-2,8],[77,13],[6,6],[-3,3],[4,1],[3,10],[12,1],[8,4],[2,5],[5,2],[-2,4],[18,1],[6,10],[-2,2],[-7,-1],[-5,4],[5,7],[-6,8],[14,-5],[6,-8],[6,2],[1,3],[-7,3],[4,6],[14,4],[5,9],[6,3],[-5,9],[-11,-1],[1,7],[-4,4],[-2,-4],[-1,11],[30,-8]],[[3469,2583],[1,-8],[14,-2],[9,-8],[13,2],[26,-1],[8,-2],[3,-2],[-3,-5],[7,-1],[32,4],[3,13],[-18,2],[-6,6],[0,4],[4,3],[9,-4],[7,4],[6,-1],[2,5],[-3,13],[9,24],[12,-6],[27,4],[8,-4],[6,-12],[7,-2],[4,-7],[6,2],[-2,3],[7,-2],[10,-10],[2,-6],[3,3],[8,-2],[-2,5],[13,5],[0,16],[7,15],[20,0],[8,22],[23,12],[-6,9],[1,18],[7,8],[14,5],[9,-4],[17,-15],[1,-9],[3,3],[3,-3],[9,1],[8,-5],[25,4],[18,-9],[2,2],[10,-5],[18,10]],[[4627,2701],[-5,-8],[11,-12],[0,-3],[-4,-1],[0,-8],[12,-4],[-1,-8],[-18,2],[2,-5],[-6,-2],[0,-6],[5,-7],[5,-1],[0,-4],[-5,0],[3,-4],[7,0],[4,-6],[10,1],[3,3],[8,-3],[5,-11],[-14,-15],[0,-6],[7,-11],[6,-2],[-2,-3],[9,1],[-1,-5],[5,0],[3,-5],[-7,0],[-6,-8],[3,-8],[-6,-1],[-9,-7],[-2,2],[-6,-2],[1,6],[-4,5],[8,6],[-8,0],[-5,-11],[-3,2],[-3,-2],[5,-11],[-9,0],[25,-6],[-14,-8],[4,-1],[-1,-7],[4,-6],[1,-16],[6,-8],[7,-2],[1,-9],[-16,3],[2,-9],[3,0],[-6,-6],[6,-1],[-1,-4],[7,7],[7,-7],[16,-4],[-4,-5],[4,0],[4,-7],[7,-2],[-1,-3],[5,-1],[12,5],[-1,-7],[-4,-4],[9,-1],[1,-3],[3,5],[-1,-5],[8,-1],[-3,-3],[8,-9],[-3,-6],[9,0],[1,5],[13,5],[0,-4],[6,2],[5,-2],[4,-6],[-1,-3],[8,-5],[10,0],[8,-14],[-4,-6],[6,-6],[-4,1],[-2,-5],[-5,1],[-15,-9],[-8,-1],[4,-2],[-3,-8],[-12,3],[0,-9],[-10,-6],[4,-2],[-1,-2],[-5,0],[9,-5],[11,4],[7,-10],[5,3],[1,-2],[10,2],[2,-2],[5,3],[-4,-17],[-6,0],[0,3],[-8,-7],[2,-4],[4,2],[3,-3],[4,2],[13,-5],[7,-11],[-9,0],[1,-3]],[[3990,2348],[9,-8],[4,3],[-2,4],[2,4],[-9,6],[1,7],[5,3],[5,-1],[3,4],[-3,3],[6,3],[0,3],[7,1],[12,-3],[9,-9],[-7,-2],[-6,3],[1,-8],[18,4],[5,-7],[14,-4],[-7,-2],[4,-5],[15,0],[-3,-3],[6,0],[5,4],[-4,6],[3,8],[-5,3],[-6,-4],[-13,4],[-3,7],[-4,2],[1,4],[-6,2],[13,7],[0,2],[10,1],[5,7],[-2,5],[2,1],[5,-3],[0,-12],[-3,0],[0,-4],[35,2],[5,-4],[-6,-10],[7,0],[2,3],[6,2],[-3,18],[3,2],[3,-5],[-3,-6],[3,-3],[12,6],[2,2],[-4,2],[9,7],[2,5],[-4,8],[3,3],[18,7],[-2,9],[6,2],[0,4],[4,2],[0,12],[14,8],[7,-1],[1,3],[7,1],[0,-4],[23,-1],[10,21],[-6,1],[-1,11],[-16,5],[0,4],[12,-2],[2,-3],[21,1],[-1,22],[-7,5],[9,4],[5,-6],[11,12],[1,-2],[7,4],[30,5],[13,8],[-2,14],[-6,5],[5,1],[6,-3],[7,12],[4,-5],[4,0],[-2,2],[3,2],[11,0],[6,4],[0,4],[-7,0],[-1,11],[8,1],[-1,3],[-4,3],[-17,2],[16,5],[-2,2],[3,2],[-5,0],[-5,7],[4,5],[9,1],[0,5],[-10,8],[-7,13],[0,5],[14,4],[-4,2],[-1,5],[2,6],[5,0],[-2,6]],[[4348,2680],[12,2],[2,5],[8,1],[11,-6],[5,0],[2,6],[2,-7],[6,-3],[13,1],[2,3],[-3,3],[14,2],[0,-3],[8,-3],[-4,-7],[7,-6],[-3,-2],[4,-7],[10,10],[16,0],[8,6],[8,15],[5,2],[2,-4],[22,-5],[22,1],[6,-3],[16,0],[-4,11],[-6,7],[1,2],[10,-2],[0,2],[3,0],[7,6],[12,-1],[6,1],[1,4],[42,3],[8,-3],[-6,-4],[4,-2],[0,-4]],[[5768,2704],[-12,-6],[9,-7],[40,4],[6,-3],[-2,-9],[-9,-1],[13,-1],[1,-3],[4,0],[1,-6],[20,-4],[-11,1],[-1,-4],[-15,3],[-5,-3],[20,-7],[16,-1],[0,-10],[10,0],[3,-3],[-4,-5],[2,-3],[11,-2],[3,-7],[-4,-2]],[[5864,2625],[-6,-1],[-3,-5],[14,-6],[0,-9],[-9,-3],[-10,8],[-15,4],[-19,-13],[-16,-2],[-1,-8],[13,-11],[17,4],[0,-7],[-12,-12],[3,-5],[9,1],[2,5],[-1,-2],[13,-3],[-1,5],[6,-3],[7,0],[3,-6],[5,-2],[15,5],[16,0],[10,-2],[-3,-3],[9,-1],[-4,-2],[7,0],[-5,-3],[-11,3],[-14,-9],[13,0],[-3,-4],[4,-5],[5,1],[4,8],[3,-1],[-2,-3],[6,-1],[-5,-3],[4,-2],[-1,-3],[6,0],[8,-8],[-10,-11],[11,-19],[16,-12],[4,-11],[-8,9],[-3,0],[0,-3],[-22,4],[-31,1],[-2,-3],[4,0],[1,-11],[-4,-1],[0,-4],[10,0],[-2,-10],[19,-1],[0,-6],[14,0],[15,-6],[-6,-19],[3,0],[2,-9],[7,2],[0,-2],[6,0],[0,-11],[3,-6],[-10,-18],[8,-7],[-3,-1],[0,-5],[13,-3],[11,1],[5,-2],[3,3],[3,-2],[4,-5],[3,-16],[7,0],[0,-2],[-11,-2],[-5,-9],[8,-1],[7,3],[12,-4],[1,-6],[6,-1],[-4,-6],[5,1]],[[5418,2462],[11,10],[18,3],[-2,6],[-8,-1],[1,4],[7,1],[-4,6],[14,7],[5,6],[14,3],[3,-2],[9,16],[5,-1],[10,4],[-2,11],[-7,-3],[-5,3],[3,13],[-6,1],[-2,6],[6,9],[-2,3],[4,0],[-3,4],[7,4],[0,7],[-8,4],[0,7],[5,1],[6,-3],[4,6],[-4,6],[-20,7],[-1,4],[-12,-3],[-4,5],[-12,-5],[-1,4],[9,3],[-4,3],[5,3],[-5,0],[-4,7],[2,11],[-6,5],[-1,7],[5,1],[3,9]],[[5451,2664],[6,-2],[28,3],[7,-2],[9,7],[17,-5],[4,5],[0,7],[-8,2],[-1,5],[12,-6],[-2,3],[4,0],[-4,6],[4,4],[4,-3],[10,0],[3,9],[19,-2],[8,6],[16,-4]],[[5587,2697],[1,-7],[5,-1]],[[5682,2643],[12,4],[-3,7],[4,1],[-1,2],[10,-3],[16,12],[8,0],[0,6],[-7,-1],[0,4],[-6,0],[0,3],[-9,6],[-1,2],[6,-3],[1,2],[5,0],[4,-5],[7,1],[-15,10],[-7,0],[10,12],[0,5],[9,-1],[15,2],[13,-5],[15,0]],[[2142,2623],[15,8],[-1,5],[8,0],[4,-1],[5,-19],[8,-6]],[[2226,2264],[-8,3],[-10,3],[-5,1],[-4,-2],[-7,-5],[-3,-3],[-1,-1],[-1,-1],[-2,-2],[-4,-5],[-1,-1],[-13,4],[-3,3],[-3,7],[-8,2],[-5,2],[-8,1],[-4,5],[-10,4],[-6,8],[-1,1],[-3,0],[-13,5],[-2,0],[-3,-5],[-3,-4],[-1,-1],[-4,1],[-5,0],[-3,-2],[-3,-3],[-4,-5],[0,-2],[-1,-2],[-5,-2],[-4,-1],[-4,0],[-1,1],[-12,2],[-9,-3],[-2,-1],[-4,0],[0,3],[0,2],[0,2],[0,1],[0,2],[-1,4],[-4,0],[-2,-2],[-2,-1],[-9,0],[-10,3],[-6,2],[-5,1],[-2,-1],[-2,-4],[5,-3],[0,-2],[-5,-1],[-7,0],[-3,0],[-3,0],[-3,-4],[-2,-1],[-1,0],[-2,0],[-8,2],[-4,2],[-3,1],[-12,3],[-14,3],[-5,1],[2,5],[0,7],[-2,7],[0,4],[-2,1],[-10,1],[-6,3],[-5,2],[-4,4],[-6,3],[-2,0],[-32,-5],[-2,0],[-5,1],[-5,2],[-10,5],[-5,3],[-5,4],[-7,5],[-5,6],[-5,6],[-3,4],[-1,3],[0,2],[-1,3],[-1,3],[-4,6],[-4,2],[-5,2],[-4,2],[-3,4],[-1,2],[-1,2],[-1,3],[-1,1],[-2,1],[-6,1],[-1,3],[1,4],[7,4],[8,6],[3,3],[0,3],[-10,1],[-1,0],[-3,6],[-1,5],[0,4],[-2,3],[-9,0],[-11,-1],[-2,-1],[-3,-1],[-13,-3],[-1,2],[-1,1],[-5,2],[-6,-3],[-2,-1],[-2,-1],[-1,0],[-1,-1],[-2,0],[-2,1],[-1,0],[-1,2],[1,2],[3,1],[4,2],[1,1],[1,1],[0,1],[-1,1],[0,1],[-2,2],[1,1],[1,3],[2,4],[2,1],[1,1],[0,1],[-1,-1],[-37,-6],[-32,-5],[-2,0],[-14,-4],[-2,0],[0,-6],[1,-3],[-1,-4]],[[1633,2416],[-3,-4],[-1,3],[-12,2],[-8,13],[-8,4],[3,11],[-20,6]],[[1665,2613],[-2,6],[-8,0],[-5,-5],[-3,5],[7,1],[9,9],[4,9],[5,3],[0,8],[3,2],[-6,3],[1,3],[-10,-1],[1,5],[13,3],[-10,10],[9,5]],[[1673,2679],[17,-11],[7,1],[16,-8],[3,2],[16,-9],[9,-1],[15,-8],[9,-1],[0,3],[10,8],[-3,3],[4,3],[7,-3],[-3,3],[3,3],[3,-6],[13,-8],[7,-12],[6,9],[9,-5],[22,17],[16,26],[18,4],[8,-3],[7,5],[8,-8],[-4,-9],[4,-3],[20,-3],[-5,-3],[-1,-14],[5,-5],[44,1],[2,-13],[11,6],[20,1],[12,5],[19,2],[0,2],[19,-3],[17,3],[8,-10],[-3,-11],[4,-18],[2,3],[6,-2],[-3,-4],[4,-3],[16,5],[1,-8],[8,-1],[14,15],[18,-1],[6,5],[-2,3]],[[2668,2607],[3,-1],[0,-3]],[[2325,2648],[11,2],[5,9],[13,6],[8,-5],[18,0],[28,13],[16,-4],[13,6],[4,6],[-12,7],[5,8],[-3,8],[4,6],[7,-2],[0,-3],[8,-1],[9,-8],[16,10],[-6,9],[1,6],[17,-11],[16,2],[7,-1],[-2,-3],[15,-1],[-2,-4],[4,-1],[-1,-4],[18,4],[0,-4],[4,1],[1,-2],[4,0],[2,-4],[16,1],[2,-12],[-6,-7],[-4,-16],[1,-6],[11,-1],[-1,-17],[30,-13],[24,-4],[4,-4],[14,-3],[8,2],[16,-6]],[[1363,2605],[-21,-10],[-2,2],[-4,-8],[-10,-3],[4,-16],[-9,-2],[2,-8],[-13,0],[-7,-4],[0,-5],[1,-8],[6,-6],[8,2],[8,-3],[-4,-8],[7,-1],[0,-4],[7,2],[11,9],[6,0],[2,5],[4,-7],[19,-11],[-9,-27],[4,-8],[10,1],[2,-5],[-3,-2],[-4,2],[-2,-2],[-2,-7],[-11,-11],[2,-5],[-13,-7],[-1,-4],[6,-12],[17,1],[2,-5],[-23,-11],[-8,-10]],[[1345,2409],[-2,-1],[-1,0],[-1,-1],[-7,-1],[-6,-1],[-1,0],[-1,0],[-1,-1],[-1,-4],[0,-1],[1,-8],[0,-1],[2,-3],[5,-6],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-1],[-3,-1],[-4,-1],[-5,-2],[-2,-1],[-2,-1],[-2,-1],[0,-1],[-2,-3],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,-2],[-1,-1],[-7,-2],[-3,-1],[-2,0],[-1,1],[-3,0],[0,1],[-2,1],[-2,2],[-1,0],[-2,2],[-1,2],[0,1],[-1,1],[0,1],[1,4],[1,7],[1,7],[0,2],[0,1],[-1,2],[-3,6],[-4,7],[-6,7],[-1,0],[-1,3],[0,1],[0,1],[-3,10],[-1,2],[-1,3],[0,1],[1,6],[1,1],[3,3],[1,2],[1,1],[0,1],[0,5],[-2,4],[-4,2],[-10,0],[-10,-2],[-1,6],[-10,1],[-3,4],[-5,4],[-19,11],[-3,0],[-2,-2],[-12,-6],[-3,1],[-1,1],[-3,2],[-2,2],[-2,2],[-6,6],[-5,5],[-1,5],[-11,0],[-6,-1],[-4,-2],[-3,-2],[-5,-4],[-3,-1],[-4,0],[-5,-1],[-5,-3],[-2,-1],[-10,1],[-11,4],[-2,1],[-2,1],[-5,5],[-4,3],[-5,1],[-1,-1],[-5,-3],[-5,-3],[-3,-1],[-9,-8],[6,-3],[5,-5],[3,-3],[2,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[1,-3],[0,-1],[4,-5],[4,-4],[3,-5],[0,-3],[-1,-2],[-1,-3],[-2,-1],[-4,-1],[-11,-2],[1,-7],[0,-4],[1,-5],[0,-1],[2,-3],[-3,-2],[-1,0],[-8,-4],[-3,-2],[-7,3],[-3,1],[-4,3],[-4,2],[-8,0],[-10,5],[-14,6],[-4,2],[-4,0],[-6,-1],[-3,0],[-9,-3],[-3,0],[-9,2],[-4,0],[-2,-1],[-2,-1],[-8,-2],[-3,2],[-6,6],[-1,0],[-3,4],[-1,0],[-6,3],[-1,2],[-9,15],[13,13],[6,6],[3,3],[-6,11],[-2,6]],[[934,2489],[19,13],[1,-4],[19,-3],[8,-1],[11,3],[17,14],[1,-3],[5,0],[0,7],[14,2],[14,19],[10,3],[1,-2],[5,0],[-11,11],[1,4],[-10,2],[6,6],[33,-3],[3,4],[-4,6],[4,2],[-2,7],[9,1],[2,3],[-8,6],[4,2],[5,-6],[14,12],[-6,9],[9,11],[-11,11],[10,7],[-11,17],[-5,-1],[-5,4],[15,0],[29,11],[6,4],[0,4],[4,-1],[6,3],[3,6],[11,0],[1,10],[4,0],[2,-4],[0,5],[7,2]],[[1174,2692],[7,-6],[6,1],[3,-4],[-3,-6],[10,-12],[6,-1],[8,4],[3,-2],[46,2],[-10,-12],[9,1],[7,-3],[18,3],[0,-9],[7,4],[11,-6],[-1,-13],[7,-4],[4,1],[3,7],[1,12],[5,-1],[8,4],[8,-10],[4,3],[4,-4],[10,1],[5,-6],[-9,-3],[8,-10],[-5,-4],[2,-5],[-4,-2],[9,-3],[2,-4]],[[3898,2675],[0,3],[-3,0],[5,3],[-3,4],[9,5],[-6,9],[1,9],[21,8],[7,-6],[-1,-6],[4,1],[1,-4],[12,-2],[5,-3],[10,-1],[8,-6],[12,3],[2,4],[11,1],[18,-6],[14,-1],[5,2],[8,-3],[4,12],[20,9],[-2,2],[-3,0],[2,9],[-5,-2],[-3,4],[-8,-6],[4,5],[-11,19],[28,8],[9,5]],[[4073,2754],[17,5],[5,-2],[-1,-4],[21,5],[-4,-21],[16,4],[6,-4],[14,2],[0,-10],[12,2],[-2,7],[7,-6],[11,9],[9,2],[7,-9],[-3,-7],[3,-8],[31,0],[2,-4],[6,-2],[10,11],[2,-7],[10,2],[7,-7],[12,8],[4,8],[12,2],[5,-4],[-4,-12],[3,1],[8,-10],[9,4],[2,-2],[10,6],[19,-20],[0,-8],[-6,-2],[15,-3]],[[1667,2685],[4,-1],[2,-5]],[[1633,2416],[-2,-6],[-1,-11],[-2,-4],[-4,-2],[-12,-1],[-5,3],[-12,-1],[-10,-4],[-6,-4],[-2,-1],[-1,-2],[-5,-10],[-7,-9],[-2,-2],[-5,-3],[-4,-2],[-10,2],[0,1],[0,4],[-5,3],[-6,-1],[-6,0],[-1,0],[-19,6],[-3,2],[-8,0],[-6,-2],[-3,-1],[-11,-2],[-5,0],[-5,-1],[-6,-1],[-2,-1],[0,-2],[0,-1],[-4,-6],[-2,-1],[-1,3],[0,1],[0,1],[0,1],[-1,3],[-6,5],[-4,4],[-4,1],[-6,1],[-12,-5],[-7,-2],[-7,-3],[-13,5],[-6,4],[-4,3],[-3,5],[-2,5],[-3,3],[-1,0],[-2,0],[-1,-1],[-4,-1],[-2,-1],[-12,-2],[-1,0],[-1,1],[-1,1],[0,2],[0,3],[1,1],[0,1],[1,1],[2,2],[5,3],[1,1],[1,1],[0,1],[-7,4],[-2,0],[-2,0],[-2,1]],[[1363,2605],[4,-3],[2,2],[19,-10],[17,0],[7,-6],[10,10],[17,2],[-3,-6],[4,-6],[-9,-6],[4,-6],[50,16],[20,10],[-9,8],[13,8],[9,-3],[8,7],[-5,5],[-8,-1],[-19,11],[0,5],[-5,3],[9,9],[-1,9],[-5,8],[-15,0],[-2,7],[22,21],[11,3],[-1,4],[4,1],[-2,3],[4,7],[12,0],[9,6],[12,0],[8,8]],[[1554,2731],[5,-5],[-3,-4],[5,-4],[-10,-6],[3,-1],[-3,-5],[13,1],[1,-3],[15,-4],[2,-4],[14,-3],[11,3],[16,-2],[-1,-6],[15,-1],[-2,-14],[32,12]],[[6203,2745],[6,0],[4,-5],[7,-1],[-5,-7],[6,-2],[-1,-7],[13,-8],[4,-8],[9,-2],[0,4],[7,-1],[10,8],[10,-5],[2,-7],[6,-1],[5,3],[4,-10],[-7,0],[-1,-5],[4,-4],[7,1],[-3,-7],[3,-3],[-6,0],[-6,-6],[-6,-1],[0,-3],[8,-1],[6,-9],[-6,-1],[2,-6],[-4,-4],[8,-8],[13,1],[1,-2],[9,-2],[7,-8],[-3,-1],[3,-3],[-5,-3],[2,-4],[9,1],[4,4],[8,-4],[5,6],[4,-1],[-4,-9],[5,-12],[5,3],[-3,1],[2,4],[5,2],[2,-3],[2,1],[4,5],[-9,7],[4,5],[6,0],[1,10],[7,7],[8,-3],[23,-17],[-6,-3],[4,-6],[18,-2],[4,-6],[17,-5],[18,-15],[-3,-2],[1,-1],[5,2],[8,-5],[2,2],[4,-4],[22,-1],[5,-6],[13,3],[16,-1],[22,-11],[38,-11],[-3,-5],[9,0],[9,-10],[-3,-8],[5,-15],[-3,-1],[3,-2],[-1,-7],[5,-12]],[[6613,2492],[8,-11],[1,-7],[-4,-2],[4,-1],[-7,-13]],[[5864,2625],[21,-1],[1,-3],[5,0],[7,-9],[-5,-3],[11,2],[8,-2],[2,6],[10,-6],[2,-5],[14,-1],[10,-7],[3,6],[1,-5],[6,-1],[2,4],[-3,3],[6,2],[0,3],[4,-1],[4,6],[-2,5],[4,-3],[10,1],[10,4],[-5,1],[3,5],[7,1],[2,-3],[11,4],[-4,4],[6,3],[5,11],[-5,1],[-10,8],[2,4],[-7,6],[6,3],[-1,-6],[3,-1],[8,6],[8,-2],[6,9],[7,1],[1,4],[-10,3],[3,4],[6,1],[5,-3],[2,4],[10,1],[-3,10],[10,8],[-5,2],[1,3],[16,3],[2,4],[-2,2],[5,2],[2,6],[2,-2],[16,8],[-3,5],[-5,-1],[-2,2],[-3,-4],[-5,2],[5,3],[-1,14],[11,6],[3,-13],[4,-1],[14,7],[5,-1],[9,-8],[17,-1],[5,-5],[28,-6],[19,4],[5,3],[-1,4]],[[5886,2771],[14,-30],[-19,0],[3,-7],[-7,-2],[0,9],[-3,1],[6,0],[-1,10],[-8,0],[-6,2],[10,4],[-9,8],[3,3],[-3,3],[20,-1]],[[2950,2740],[0,10],[10,4]],[[2960,2754],[11,4],[19,-6],[20,23],[12,-3],[8,-4],[9,3],[2,-1],[18,2],[8,4],[32,3],[6,8],[8,-5],[15,1],[3,-3],[7,0],[0,11],[-5,3],[15,2],[3,-3],[11,-3],[-7,-5],[6,-17],[12,-6],[10,0],[2,-3],[5,-32],[-8,-5],[-9,1],[-5,-16],[-5,-3],[-6,1],[6,-11],[-15,-3],[-10,-5],[-6,2],[-11,-4],[-5,5],[0,-7],[5,-3],[-7,-13],[-14,-3],[-40,8],[-1,-5],[-10,0],[1,-5],[-9,2],[1,-4],[-3,1],[-5,1],[10,11],[-10,5],[-4,6],[-4,-3],[-3,2],[-7,-23],[-9,0],[-6,3],[5,6],[-25,9],[5,5],[1,9],[19,5],[8,8],[17,2],[-5,6],[-8,-2],[-4,26],[-22,-9],[-9,5],[-31,5],[-2,3]],[[1510,2760],[10,-10],[13,1],[10,-8],[7,-2],[4,-10]],[[1174,2692],[-5,6],[0,7],[-4,2],[3,4],[-8,6],[-7,-2],[0,5],[6,3],[-6,3],[-8,12],[7,3],[0,7],[8,4],[1,5],[10,-5],[12,-1],[16,10],[7,0],[18,6]],[[1224,2767],[8,1],[-1,-4],[23,-4],[2,-6],[15,-5],[9,0],[0,2],[7,3],[14,-22],[10,3],[16,0],[8,5],[3,8],[11,-1],[4,4],[-5,0],[4,5],[9,-2],[6,4],[4,-3],[7,3],[3,-12],[6,-3],[11,-2],[15,4],[8,5],[24,5],[2,5],[14,4],[1,9],[20,-16],[6,1],[3,-3],[19,5]],[[3341,2810],[4,-6],[6,-1],[10,-13],[-10,-5],[-15,-2],[-3,-10],[-13,-5],[-7,2],[-2,5],[-4,1],[-9,-29],[-22,-11],[-20,-20],[-10,0],[-7,11],[-9,4],[-9,-17],[-8,2],[-12,9],[5,3],[-4,1],[-3,5],[7,1],[-2,10],[5,2],[21,3],[8,13],[-5,4],[2,18],[-7,13],[-5,2],[3,9],[16,8],[12,10],[9,-4],[6,-8],[-3,-10],[5,-2],[9,2],[25,23]],[[3305,2828],[13,1],[21,-12],[2,-7]],[[5265,2767],[6,1],[3,-5],[8,-1],[1,3],[3,0],[8,-1],[11,2],[0,-3],[6,0],[-1,-2],[6,-4],[-4,-6],[11,-2],[2,-7],[-6,0],[-1,-4],[-8,2],[-2,-6],[6,-4],[1,-9],[5,0],[14,-8],[6,1],[6,-6],[3,1],[8,-11],[6,3],[-4,4],[3,1],[5,-5],[11,-3],[1,-5],[5,-4],[10,-4],[10,2],[18,-10],[0,-4],[15,-1],[14,-8]],[[4627,2701],[16,4],[20,-5],[2,4],[16,4],[0,6],[-25,10],[4,1],[11,-3],[-5,12],[4,2],[-15,16],[1,5],[-5,4],[5,2],[-5,5],[-17,8],[-8,-1],[1,-5],[-7,7],[-12,4],[4,12],[11,4],[-3,4],[11,-2],[7,3],[-4,5],[0,7]],[[4634,2814],[13,-3],[5,2],[3,8],[1,-2],[10,3],[18,-2],[2,-5],[7,2],[-1,4],[4,2],[3,10],[7,4],[2,-4],[13,4],[5,-3],[3,4],[31,-5],[7,-5],[3,-12],[11,2],[3,-5],[6,0],[8,-7],[-18,-13],[2,-5],[-6,0],[4,-5],[3,0],[0,-4],[12,-15],[8,2],[4,-4],[-1,-7],[7,-3],[-3,-6],[9,-8],[8,-2],[41,21],[6,5],[5,1],[-1,-10],[5,-3],[3,-17],[8,0],[11,6],[22,-3],[9,13],[11,0],[-2,4],[-7,4],[6,5],[36,-6],[14,-13],[-4,-3],[2,-4],[15,5],[0,9],[6,1],[2,-14],[7,3],[1,-4],[6,5],[-10,9],[9,-2],[-1,7],[11,8],[6,-2],[1,5],[10,2],[7,-2],[4,2],[0,2],[-6,-1],[-1,14],[13,2],[2,-4],[4,1],[5,-6],[9,-1],[-1,-6],[10,1],[0,-4],[9,2],[0,9],[2,1],[6,-5],[7,1],[5,-5],[16,7],[22,3],[3,4],[8,-11],[-7,-1],[0,-10],[-16,1],[-1,-3],[3,-4],[-3,-5],[5,-2],[11,1],[-2,2],[5,3],[0,5],[16,-4],[5,-8],[5,5],[5,-3],[18,4],[14,-1],[1,6],[16,2],[11,7]],[[6564,2819],[0,-13],[6,-6],[8,2],[2,-3],[11,1],[-1,-9],[-4,-1],[-2,-4],[7,-5],[1,-3],[-9,-5],[-7,1],[-2,-5],[-6,-2],[1,-5],[-8,-7],[-6,0],[-7,6],[-5,-1],[3,-6],[-9,-1],[-1,-3],[-4,1],[1,-5],[-12,1],[-5,5],[-7,-7],[-2,-10],[-21,10],[-1,9],[-16,-2],[-6,2],[-1,5],[-7,-3],[2,-3],[-8,0],[-4,8],[4,1],[-1,11],[-6,3],[13,20],[-11,1],[0,5],[8,7],[6,-1],[2,3],[26,-7],[7,4],[6,-1],[2,5],[16,-4],[0,5],[4,0],[0,4],[-8,1],[2,13],[6,2],[1,-5],[7,1],[8,4],[3,9],[8,-1],[0,3],[16,-25]],[[2160,2672],[-9,-4]],[[2151,2668],[-11,-1],[-10,4],[-5,3],[-2,7],[-11,4],[-10,10],[-21,10],[-9,9],[-16,-1],[-2,2],[-10,-5],[-33,3],[-8,-5],[-5,-7],[-7,1],[-2,12],[-14,4],[-1,13],[-18,23],[-9,-2],[-4,6],[-21,-6],[-4,11],[10,-1],[-5,3],[4,2],[0,13],[25,0],[15,3],[34,-9],[-3,14],[-7,1],[-16,9],[2,3],[-5,5],[7,9],[-3,17],[25,10],[19,-8],[19,-21],[20,4],[-2,8],[4,8],[7,3],[7,-4],[10,3],[7,-3],[2,-3],[13,-1],[7,-9],[-9,-6],[1,-4],[16,-10],[24,4],[3,-2],[6,3],[16,-19],[-2,-9],[7,-2],[-1,-5],[9,-21],[-2,-17],[-34,-15],[-24,-1],[5,-8],[-2,-9],[15,2],[6,-5],[-13,-2],[-1,-5],[24,-11],[2,-5]],[[7377,2818],[5,-5],[8,-5],[2,-1],[3,-7],[6,-13],[0,-10],[0,-10],[2,-2],[3,-3],[8,-4],[8,-3],[3,-1],[14,-1],[14,-1],[4,0],[5,-7],[1,-2],[1,-2],[-1,-1],[1,-2],[19,-5],[25,-17],[3,-3],[1,-2],[2,-9],[0,-4],[-3,-9],[4,-5],[7,-8],[10,-2],[6,-6],[-3,-3],[-1,-2],[0,-9],[8,-4],[18,-4],[7,0],[10,-1],[12,0],[9,0],[3,1],[5,1],[4,-2],[2,-1],[7,-1],[2,-1],[7,-2],[6,-4],[7,-2],[8,0],[4,2],[-1,4],[-1,2],[0,1],[-3,2],[-1,2],[-2,2],[-1,5],[0,1],[0,1],[6,1],[7,-1],[10,0],[6,-2],[4,-2],[4,-2],[7,-2],[13,1],[10,-2],[5,1],[4,-1],[6,-4],[7,-3],[4,-1],[8,-3],[3,-4],[6,-5],[10,-7],[7,-7],[4,-2],[4,-3],[1,0],[0,-1],[0,-2],[1,-2],[1,-1],[1,-2],[3,-1],[7,0],[6,-1],[8,0],[0,-1],[0,-3],[1,-2],[0,-11],[0,-4],[-2,-4],[-2,-5],[-1,-2],[6,-13],[2,-3],[3,-3],[9,-1],[3,0],[3,2],[2,0],[5,-2],[1,-3],[1,-2],[-1,-4],[1,-4],[0,-1],[2,-2],[0,-1],[1,0],[10,-4],[3,-1],[5,1],[3,0],[1,0],[3,-2],[0,-1],[3,-4],[1,-3],[1,-3],[1,-3],[0,-1],[0,-2],[-1,-1],[-2,-1],[0,-1],[0,-1],[3,-2],[6,-4],[5,-1],[6,-2],[5,-2],[5,-3],[1,-1],[-1,-6],[-1,-4],[-2,-2],[-1,-4],[0,-2],[1,-2],[8,-4],[5,-1],[4,-1],[3,0],[3,-3],[8,-6],[4,-3],[4,-4],[8,-6],[8,-7],[4,-1],[3,0],[2,1],[1,-1]],[[7024,2404],[-1,6],[3,4],[7,-1],[6,20],[4,1],[-5,13],[15,5],[-2,7],[4,1],[0,6],[-8,-1],[-2,4],[20,2],[-2,3],[6,10],[-2,4],[8,2],[6,-4],[-4,15],[36,-1],[15,-8],[-1,7],[-10,5],[1,3],[-4,2],[0,-3],[-6,0],[9,9],[4,-1],[-2,-2],[5,0],[-8,5],[15,1],[-9,9],[9,-3],[-3,11],[8,-2],[-6,3],[-15,2],[-16,8],[5,2],[7,-5],[9,6],[16,-3],[9,7],[0,8],[11,-2],[4,4],[15,-5],[-3,-6],[6,-1],[-1,-8],[9,0],[-6,7],[4,7],[9,1],[11,-3],[3,2],[2,13],[8,7],[-8,6],[0,4],[-11,3],[9,4],[20,1],[14,18],[-9,1],[-2,3],[-19,-2],[-1,3],[8,10],[-2,0],[3,5],[-5,0],[-9,9],[6,3],[-3,4],[4,8],[-4,3],[2,9],[7,7],[5,1],[4,12],[6,3],[-6,8],[-8,3],[1,6],[-5,3],[12,11],[0,4],[5,2],[-1,1],[4,-3],[7,2],[3,-3],[7,6],[7,-1],[2,4],[8,-3],[8,2],[8,4],[-2,3],[6,0],[3,3],[-8,4],[0,6],[-6,4],[1,5],[-4,2],[0,8],[-6,-1],[2,5],[-9,-1],[-2,5],[17,7],[1,10],[13,0],[1,2],[5,-1],[19,6],[6,-4],[-1,3],[11,2],[-6,6],[4,1],[0,8],[4,-1],[3,-5],[8,4],[2,-3],[5,1],[4,16],[12,3],[10,-2],[-2,-7],[-9,0],[4,-7],[7,-2]],[[934,2489],[-4,3],[-6,-2],[-1,-1],[-6,-3],[-11,-2],[-2,0],[-7,7],[-1,2],[0,1],[-1,2],[2,5],[0,4],[-1,5],[0,3],[-1,10],[0,4],[-2,3],[-6,4],[-4,2],[-8,-1],[-2,0],[-4,-1],[-2,4],[-1,2],[-1,3],[3,4],[3,4],[2,5],[0,8],[0,4],[-5,1],[-12,2],[-6,7],[-4,3],[-9,6],[-6,4],[-4,3],[-9,2],[-4,1],[-5,4],[-3,5],[-2,2],[-2,3],[-2,1],[-7,3],[-2,2],[-4,4],[1,1],[3,4],[2,3],[1,2],[-2,3],[-3,3],[-4,1],[-5,-1],[-6,4],[-7,7],[-4,3],[-1,2],[-1,3],[-1,8],[3,1],[3,1],[5,1],[9,-4],[5,-1],[3,1],[9,7],[3,6],[0,2],[-2,3],[-1,1],[-4,2],[-12,-4],[1,7],[1,4],[1,3],[2,5],[-1,1],[-1,1],[-1,1],[-11,5],[-10,-2],[-2,0],[-7,6],[-7,5],[-11,6],[-2,3],[-1,2],[-1,4],[0,1],[1,4],[7,5],[4,2],[5,-1],[4,2],[1,1]],[[753,2745],[8,-5],[7,3],[14,-19],[-1,-4],[19,-3],[10,7],[13,1],[7,8],[4,-1],[4,2],[3,-2],[5,3],[14,-10],[16,-18],[25,-10],[0,-11],[8,-1],[16,8],[5,4],[-3,2],[14,6],[15,11],[9,-2],[12,9],[21,3],[14,9],[4,5],[-4,2],[0,20],[-10,5],[4,0],[4,7],[4,1],[-2,5],[7,4],[-1,5],[-5,1],[1,4],[11,17],[6,3],[9,-6],[17,9],[5,-1],[13,10],[24,-4],[31,20],[7,8]],[[1137,2850],[18,-17],[-17,-10],[16,-15],[8,5],[9,0],[16,16],[8,3],[6,-2],[3,-5],[-4,-2],[6,-6],[-3,-7],[9,-1],[-8,-10],[7,-12],[-4,-2],[11,-1],[6,-17]],[[5628,2893],[1,-3],[23,-3],[27,-15],[-9,3],[-4,-6],[-6,0],[0,-3],[7,1],[-2,-4],[-7,-1],[1,-7],[11,0],[8,4],[0,-6],[23,-4],[-1,9],[5,2],[8,-3],[-1,7],[7,4],[7,-4],[-1,-6],[5,-1],[-1,-20],[4,1],[5,-2],[-1,-3],[14,-1],[1,-4],[3,0],[1,-7],[4,-2],[-1,-7],[30,3]],[[5789,2815],[3,-8],[5,0],[-26,-11],[-14,0],[-7,-4],[2,-3],[-7,-1],[4,-3],[13,3],[3,-9],[-5,-4],[-15,3],[-10,-4],[8,-4],[-2,-7],[49,-21],[3,2],[-4,5],[2,8],[16,-1],[0,-5],[7,-3],[14,-1],[-7,0],[-1,-4],[-11,-4],[-13,2],[-4,-2],[13,-9],[0,-4],[-17,10],[10,-19],[-5,-3],[-5,2],[0,-4],[12,2],[3,-6],[-35,-4]],[[5587,2697],[6,2],[-2,4],[2,2],[11,-2],[5,8],[13,3],[-4,2],[5,3],[1,5],[-8,6],[-3,-1],[4,6],[-4,-3],[-2,2],[10,9],[-5,3],[-4,-4],[-11,3],[-3,8],[-6,2],[0,4],[-7,8]],[[5585,2767],[7,3],[-1,4],[3,0],[-5,9],[14,6],[4,17],[3,-1],[1,4],[4,2],[-1,3],[5,-4],[4,3],[0,12],[-3,-1],[0,4],[-3,0],[-7,13],[11,4],[1,12],[4,2],[-2,2],[-18,-2],[-11,5],[-1,9],[6,3],[-10,5],[0,12],[-8,2]],[[5582,2895],[1,4],[19,-1],[11,-4],[1,2],[6,0],[8,-3]],[[5585,2767],[-11,21],[-11,-2],[0,5],[-8,4],[-31,0],[-17,6],[-7,-2],[-6,7],[4,3],[0,5],[-4,5],[-4,-1],[-2,16],[-9,6],[0,3],[7,-1],[8,14],[13,3],[16,-2],[-1,17],[-4,1],[0,3],[6,0],[0,4],[-6,1],[5,9]],[[5523,2892],[6,1],[5,-2],[1,2],[27,-3],[5,10],[15,-5]],[[5522,2897],[1,-5]],[[5265,2767],[2,9],[-4,-2],[-5,2],[0,11],[4,2],[1,5],[-5,3],[6,0],[1,3],[-2,8],[6,4],[-3,4],[3,1],[-4,4],[-6,-1],[-3,4],[-7,2],[1,8],[3,3],[-6,3],[12,6],[3,-2],[2,3],[3,0],[-1,-6],[8,3],[6,10],[9,-1],[2,-2],[22,1],[0,14],[16,-3],[2,12],[8,-3],[9,-10],[18,-1],[-3,19],[8,-1],[0,3],[3,-3],[2,6],[5,3],[6,-2],[7,7]],[[5394,2893],[20,-1],[2,3],[25,3],[9,4],[17,-8],[2,7],[17,-2],[3,2],[-6,7],[8,3],[6,-3],[0,-4],[15,-2],[0,-3],[9,0],[1,-2]],[[2786,2901],[22,-62],[23,-29],[-4,-7],[-18,-7],[-2,-11],[11,-8],[22,-1]],[[2840,2776],[0,-3],[4,-2],[-18,-5],[-13,2],[-1,2],[-22,-9],[-5,2],[-11,-9],[-6,5],[-5,-4],[-8,1],[-1,4],[-7,0],[-2,4],[2,1],[-7,3],[3,3],[-6,4],[-15,25],[-6,1],[-1,10],[-42,-15],[-3,3],[-5,-2],[-7,16],[-5,-1],[-3,6],[1,6],[12,3],[0,2]],[[2663,2829],[39,6],[25,12],[1,12],[14,14],[-8,3],[5,22],[3,0],[3,7],[4,0],[5,7],[7,-3],[-1,-4],[26,-4]],[[2786,2943],[-9,-21],[9,-21]],[[2663,2829],[-1,27],[5,1],[0,7],[-1,6],[-5,4],[7,6],[1,3],[-5,2],[1,5],[6,0],[6,5],[-12,16],[28,1],[1,10],[20,4],[-2,9],[4,4],[12,-2],[8,-5],[10,-1],[-5,6],[12,7],[13,1],[-3,8],[5,-1],[9,-8],[9,-1]],[[2959,2873],[4,-9],[-5,-4],[8,-10],[-17,-7],[3,-3],[-22,-4],[-10,-17],[13,-3],[15,-16],[20,-4],[-14,-20],[9,-3],[3,-10],[-6,-9]],[[2950,2740],[-9,3],[-22,0],[0,-4],[-5,-4],[-10,0],[-7,2],[-2,7],[-21,-10],[-7,1]],[[2867,2735],[12,25],[-1,8],[-13,7],[-25,1]],[[2786,2943],[0,11]],[[2786,2954],[17,1],[2,7],[6,1],[20,-1],[13,-6],[-2,-5],[6,-3],[0,-5],[17,-2],[34,-32],[6,-15],[21,-15],[1,-5],[9,-4],[14,5],[9,-2]],[[7328,2902],[-2,-5],[2,-1],[6,-4],[7,-3],[6,-1],[6,-3],[8,-3],[6,1],[5,4],[3,2],[4,-1],[2,-1],[3,-5],[3,-7],[-1,-9],[-2,-10],[-1,-10],[4,-7],[0,-7],[0,-3],[-3,-2],[-3,-2],[-2,-2],[-1,0],[0,-1],[-1,-3],[0,-1]],[[6613,2492],[11,-9],[12,1],[-8,5],[5,3],[-7,2],[0,6],[-3,-2],[-2,12],[9,9],[37,12],[-2,4],[-16,3],[-4,11],[-21,3],[3,3],[-4,8],[5,6],[3,-5],[14,3],[20,-2],[0,4],[-9,3],[-1,5],[6,1],[-8,7],[-4,13],[7,2],[-1,4],[-5,0],[6,7],[20,5],[-2,7],[11,1],[-3,8],[2,7],[8,1],[4,3],[1,3],[-11,0],[-4,6],[-3,-1],[3,2],[-3,6],[5,0],[0,-3],[8,3],[1,-3],[11,-2],[-1,7],[8,3],[-2,-5],[16,3],[2,-3],[5,1],[-4,-4],[5,-6],[4,9],[16,1],[-9,6],[3,1],[2,7],[-2,4],[-7,0],[0,3],[6,0],[8,5],[-3,5],[4,4],[-12,-2],[-4,5],[3,8],[9,-2],[2,2],[-17,7],[-22,3],[-1,-3],[-4,4],[-15,-8],[-10,1],[1,3],[8,2],[-9,0],[9,13],[-33,21],[2,5],[17,-1],[-1,3],[-16,3],[3,3],[-5,5],[9,-2],[-7,0],[5,-2],[13,1],[10,-4],[7,0],[10,4],[2,-4],[13,-2],[4,22],[-4,4],[0,2],[6,-1],[-3,11],[6,5],[-7,1],[-3,4],[5,5],[-5,12],[6,3],[-2,2],[2,2],[-3,1],[-3,-3],[4,7],[-5,0],[-2,3],[11,0],[7,4],[12,-6],[6,6],[3,-1],[4,-4],[-2,-11],[15,2],[5,-5],[0,8],[4,-1],[0,6],[3,-3],[4,11],[-2,6],[-4,-1],[0,4],[-4,1],[-3,6],[2,3],[-6,0],[-1,5],[-6,3],[-2,13],[12,7],[5,-1],[-3,9],[4,4],[15,1],[14,5]],[[6811,2909],[20,2],[-8,8],[1,6],[22,10],[15,-6],[0,6],[14,-2],[2,4],[8,0],[-4,3],[5,3],[0,9],[-5,1],[1,2],[8,-1],[0,6],[7,4],[0,4],[15,-9],[9,1],[3,-3],[9,5],[-1,-7],[7,-1],[2,-7],[12,-3],[-4,-3],[2,-4],[-4,-1],[3,-2],[-8,-5],[10,-7],[0,-9],[11,1],[5,-3],[0,-15],[18,8],[4,-1],[3,-8],[21,-1],[-4,-8],[-6,-2],[6,-2],[-8,-6],[1,-5],[3,-1],[4,4],[1,-3],[4,1],[1,-7],[9,4],[8,-5],[2,2],[3,-2],[4,2],[10,-3],[6,-8],[4,2],[3,-4],[2,2],[3,-1],[2,5],[-8,4],[1,7],[8,-3],[7,1],[0,2],[2,-5],[3,6],[8,4],[24,-2],[8,16],[1,-2],[17,1],[11,-3],[-3,-5],[2,-1],[-5,-3],[4,-2],[14,2],[13,12],[-5,9],[24,4],[2,11],[9,5],[3,-9],[7,-3],[14,4],[28,-16],[8,2],[5,6],[7,2],[2,9],[3,1],[6,-1],[-1,-8],[7,3],[4,7],[13,-5],[5,-8],[6,3],[0,-5],[2,3]],[[2777,2969],[9,-15]],[[2867,2735],[-3,-15],[-32,-16],[-2,-4],[1,-10],[10,-4],[22,18],[8,2],[0,-2],[0,-14],[-6,-19],[-10,-13],[-17,-13]],[[2668,2607],[3,6],[-14,43],[-13,13],[3,0],[-3,8],[7,2],[-1,2],[-20,25],[-11,-3],[-1,3],[5,2],[-4,6],[2,4],[-4,0],[-11,20],[3,2],[-3,7],[-22,-3],[-5,19],[3,8],[29,3],[-1,4],[4,-2],[4,3],[16,1],[-3,11],[-5,2],[-6,31],[3,0],[-4,5],[-1,14],[8,4],[-2,6],[-9,-1],[-2,6],[8,1],[-1,11],[-5,14],[-9,1],[-2,9],[13,1],[15,8],[-1,8],[4,1],[-2,13],[-4,3],[2,31]],[[2631,2959],[46,10],[9,7],[13,-7],[10,16],[10,-1],[1,-6],[17,4],[9,-2],[11,-7],[6,1],[4,-7],[10,2]],[[2286,2835],[-16,-5],[3,-3],[1,-19],[3,-5],[-5,-5],[10,-12],[1,-8],[5,-4],[6,0],[3,4],[0,-4],[6,-2],[7,6],[-6,6],[8,-5],[8,7],[-2,-5],[5,-2],[1,-4],[-7,2],[3,-3],[-6,1],[-4,-4],[4,-2],[-7,-1],[4,-3],[15,6],[-4,-6],[6,-1],[-23,-2],[4,-7],[-23,-5],[-14,-8],[1,-8],[12,-13],[-10,-3],[-7,-12],[-5,-1],[-19,6],[-8,0],[-13,-6],[-11,-11],[-10,2],[-13,-8],[-10,1],[-10,-3],[-9,-14]],[[2151,2668],[-7,-4],[-10,-27],[1,-7],[7,-7]],[[1667,2685],[9,8],[-9,1],[-4,5],[14,3],[0,4],[-7,2],[9,16],[-3,3],[9,8],[-5,1],[7,2],[7,7],[-8,0],[-3,5],[16,0],[10,5],[4,-4],[7,4],[1,5],[14,4],[3,11],[-6,9],[-2,-1],[-8,6],[15,13],[-1,11],[12,6],[12,13],[2,4],[-6,8],[11,-2],[7,3],[11,13],[1,4],[-5,-1],[0,10],[6,3],[0,4],[3,1],[4,-4],[6,5],[0,-6],[11,3],[-2,5],[3,2],[9,-12],[22,-2],[17,7],[11,6],[1,3],[24,-10],[4,14],[30,9],[14,18],[7,3],[5,7],[0,10],[-4,3],[-3,-4],[0,5],[-17,3],[13,16],[22,-2],[10,8],[14,1],[0,-4],[3,-2]],[[1994,2961],[8,3],[7,-2],[-1,-2],[4,3],[9,-1],[3,4],[-4,3],[5,9],[6,4],[5,-1],[14,-12],[-7,-6],[0,-14],[6,-7],[7,2],[3,-3],[-4,-2],[15,-3],[2,-5],[9,2],[7,-9],[-21,-19],[10,-16],[20,8],[3,-4],[7,3],[2,-4],[4,5],[8,-2],[-4,-3],[9,1],[8,-5],[11,-1],[0,-2],[7,-4],[1,-4],[-9,-4],[0,-8],[8,1],[20,10],[8,2],[5,-3],[19,11],[6,-4],[4,2],[1,4],[6,3],[11,2],[26,-6],[-2,-2],[13,-1],[10,6],[3,-1],[-12,-17],[8,-12],[-2,-11],[4,-3],[-3,-5],[9,-6]],[[3306,2853],[-3,-8],[3,-4],[-1,-13]],[[3341,2810],[12,20],[13,-5],[-5,7],[8,10],[-7,9],[1,4],[17,-5],[11,2],[1,8],[8,1],[2,-6],[5,-3],[6,2],[15,-3],[2,-5],[32,1],[-1,9],[9,9],[0,7],[16,14],[15,-6],[5,1]],[[3506,2881],[-1,-4],[-6,0],[-7,-18],[8,-1],[9,-11],[-14,-12],[-6,0],[-9,-6],[-7,3],[8,-7],[-2,-7],[-5,1],[2,4],[-4,2],[-10,-9],[-20,-4],[26,-34],[-15,-9],[-17,-15],[5,-6],[-9,-4],[1,-5],[-8,0],[-10,4],[2,12],[-12,-4],[-7,-6],[5,-10],[0,-14],[-18,-10],[-9,7],[-18,-4],[-11,-9],[6,-21],[10,-1],[17,-15],[2,-10],[-4,-5],[8,-8],[6,-1],[3,3],[13,-1],[1,-8],[9,3],[10,-3],[1,-3],[23,-14],[0,-3],[5,0],[10,6],[3,-2],[-8,-11],[4,-6],[9,-4],[2,-5],[-8,-13]],[[2959,2873],[3,3],[8,-1],[7,13],[10,-4],[0,7],[4,6],[11,8],[-14,33],[-5,29],[-10,-1],[-4,4],[-2,11],[7,2],[-2,7],[62,12],[4,-3],[26,10],[17,-5],[3,-9],[-6,-10],[8,-10],[-2,-9],[-14,-3],[0,-16],[-3,-3],[4,0],[0,-6],[10,-13],[-2,-6],[8,-8],[5,1],[2,-3],[-3,-16],[5,1],[6,-6],[6,2],[7,-9],[12,-1],[0,-5],[-12,2],[3,-6],[11,2],[3,5],[9,-1],[17,-10],[14,4],[5,-4],[19,-4],[-1,9],[12,9],[14,-2],[-4,-4],[3,-9],[-4,-11],[15,-17],[6,1],[3,7],[6,0],[4,5],[9,-1],[28,6],[11,-4],[8,1]],[[2604,2964],[1,-3],[7,0],[1,-2],[18,0]],[[2286,2835],[7,0],[3,5],[18,-1],[10,5],[10,1],[7,6],[0,6],[7,9],[10,5],[3,-3],[6,2],[-2,4],[9,4],[2,8],[13,13],[18,7],[2,-1],[6,2],[0,-2],[21,12],[-17,17],[8,0],[-1,9],[-2,-1],[-1,4],[15,2],[0,2],[12,6],[-3,10],[8,4],[-1,10],[7,4],[4,5],[-2,2],[13,6],[2,4],[8,1],[-2,5],[7,3]],[[2491,3010],[2,-5],[32,8],[9,-2],[1,-4],[5,0],[4,-5],[6,1],[3,-12],[11,-3],[4,-8],[7,-4],[-8,-3],[12,-13],[25,4]],[[5522,2897],[2,0],[-2,3],[4,0],[-3,4],[3,6],[-3,5],[4,11],[-19,0],[-4,9],[9,10],[1,6],[-3,12],[2,20],[-6,15],[8,6],[-4,-1],[-1,5],[12,2],[0,3],[-11,0],[-7,11],[6,-4],[7,14],[10,-6],[3,2],[4,-9],[10,0],[7,-4],[-4,-4],[1,-3],[6,-4],[10,-1],[7,-10],[11,-2],[4,5],[5,-1],[-1,4],[10,-3],[2,3],[-3,-10],[14,-1],[6,6],[5,-2],[11,2],[1,-7],[13,-3],[-3,-13],[7,-1],[-9,-2],[0,-5],[-10,-4],[-1,-46],[5,-12],[-7,-1],[0,-3],[-5,1],[2,-7]],[[753,2745],[-2,2],[-5,5],[-4,3],[-6,6],[-5,3],[-9,1],[-8,2],[-4,3],[-4,2],[-5,6],[-2,1],[-9,6],[-6,0],[-9,1],[-5,4],[-7,6],[-7,7],[-4,1],[-2,-1],[-7,0],[-3,1],[-3,0],[-6,1],[-6,0],[-2,2],[-3,2],[-2,3],[1,1],[-6,5],[-2,0],[-8,0],[-2,-3],[-5,-5],[-6,-3],[-1,-1],[-4,-2],[-8,-1],[-3,-1],[-2,0],[-3,0],[-9,2],[-9,2],[-5,3],[-1,0],[1,3],[0,7],[1,10],[-1,8],[0,3],[-1,2],[0,1],[0,1],[0,1],[1,3],[0,1],[0,1],[0,1],[0,2],[-2,7],[-1,1],[0,1],[-1,2],[-3,7],[-2,5],[0,1],[-2,7],[0,1],[-1,1],[0,1],[0,1],[1,1],[0,1],[1,1],[1,2],[1,1],[1,1],[1,0],[1,1],[7,6],[9,8],[1,1],[1,2]],[[559,2913],[16,-4],[11,1],[7,-2],[5,-2],[-1,-3],[17,7],[15,-7],[6,1],[4,-7],[16,8],[10,-4],[10,-10],[9,-4],[5,0],[9,6],[8,0],[3,-10],[9,3],[14,12],[18,-4],[10,6],[16,-14],[1,-10],[10,-6],[7,2],[10,-2],[6,5],[-4,9],[4,2],[11,-1],[-2,9],[11,3],[5,4],[9,-2],[0,-3],[5,2],[6,6],[1,9],[7,-9],[6,-1],[21,7],[8,-17],[3,5],[7,3],[10,15],[28,9],[8,-4],[13,4],[15,11],[11,2],[22,20],[17,7],[9,-7],[3,3],[12,-7],[5,6],[-1,6],[3,1],[4,-5],[13,21],[14,3],[2,-5],[8,-4],[3,9],[8,-2],[-5,6],[1,2],[6,1]],[[1117,2993],[4,-20],[11,-9],[5,4],[9,1],[16,6],[22,-6],[4,4],[-2,-9],[4,-6],[-7,-4],[4,-4],[-7,-8],[4,-4],[-5,-5],[9,-1],[0,-5],[5,0],[2,-3],[-9,-8],[4,-10],[-2,-12],[-4,-4],[4,-25],[-29,-9],[-2,-4],[-6,1],[-5,5],[-9,-8]],[[3506,2881],[18,0],[6,-12],[1,-9],[14,4],[8,6],[-3,3],[3,3],[-10,8],[-4,8],[-31,11],[3,7],[6,0],[3,3],[-3,5],[8,7],[-1,13],[3,9]],[[3527,2947],[6,2],[6,-6],[7,-1],[42,8],[7,-6],[9,3],[8,-5],[7,4],[8,-3],[7,3],[14,0],[27,6],[11,4],[-2,7],[3,5],[12,0],[4,16],[23,11],[-17,14],[6,6],[-5,4],[9,5],[7,-2],[6,10],[17,9],[-2,5],[10,-2],[25,-12],[8,0],[6,8],[20,11],[0,-5],[17,-16],[11,5],[14,-1],[14,17],[-8,2],[-1,4]],[[3863,3057],[16,-3],[3,-4],[25,-3],[-1,-8],[29,-9],[16,3],[8,-4],[-2,-3],[4,-2],[5,6],[2,1],[2,-5],[12,5],[6,-10],[4,-1],[11,6],[9,-6],[4,-17],[-13,-3],[-2,-4],[1,-11],[6,-8],[-8,1],[1,5],[-9,1],[7,-8],[-6,-4],[-20,6],[-7,-7],[1,-5],[-8,-6],[7,-10],[-2,-12],[14,-19],[-1,-7],[5,-1],[-2,-2],[6,-5],[-2,-9],[22,-5],[2,-3],[-2,-8],[4,1],[-6,-2],[-8,-8],[-2,2],[0,-6],[-7,1],[-1,-4],[-6,-1],[-1,6],[-9,-13],[-4,-1],[0,-4],[-7,-2],[-4,3],[0,-13],[-4,-5],[3,-4],[20,-7],[0,-5],[4,-3],[-3,-13],[-8,-6],[-1,-4],[7,-11],[-2,-10],[4,7],[18,-1],[12,7],[9,1],[23,-11],[21,-2],[2,-6],[4,0],[0,-5],[6,0],[3,-6]],[[1537,2910],[0,-14],[27,-4],[-2,-6],[11,-8],[-3,-3],[4,-4],[-4,-3],[6,1],[1,-3],[-5,-2],[0,-3],[-9,-5],[-11,-2],[-1,-5],[-7,-6],[-4,-12],[2,-1],[-4,-2],[16,-3],[5,2],[9,-12],[-5,-10],[-16,-8],[1,-3],[-13,-3],[-2,-5],[-29,-8],[9,-6],[-1,-6],[-4,-1],[2,-5]],[[1117,2993],[2,4],[14,-3],[17,3],[5,-6],[3,1],[-2,7],[8,-3],[3,2],[-3,3],[3,7],[-5,7],[13,6],[4,0],[3,-13],[8,7],[2,-2],[7,1],[9,7],[4,0],[-1,-4],[12,1],[3,3],[-6,-19],[16,13],[13,-3],[17,14]],[[1266,3026],[34,-11],[22,-24],[9,-16],[6,5],[8,-1],[-1,4],[5,-9],[15,-3],[22,1],[12,8],[5,0],[13,-8],[9,2],[1,-5],[-4,-9],[17,-10],[1,-5],[10,2],[14,-1],[6,5],[2,-3],[13,-2],[13,-10],[0,5],[12,1],[10,12],[8,1],[-7,-15],[6,-5],[2,-8],[6,-1],[-2,-12],[4,-4]],[[6206,3122],[2,-10],[-6,-4],[7,-9],[-20,-2],[-1,-2],[22,-9],[-3,-10],[13,-12],[2,-7],[-12,-5],[1,-6],[10,-10],[-5,-7],[3,-3],[11,2],[2,3],[6,-3],[12,-19],[-3,-4],[4,0],[-12,-14],[-12,8],[-2,-5],[-19,-3],[2,-3],[-3,-5],[-9,0],[-2,-3],[5,-5],[-3,-4],[0,-9],[2,-2],[7,2],[2,-9],[-3,-1],[3,-7],[-6,-4],[-5,1],[-1,-3],[4,-8],[-13,-7],[-12,7],[-7,-2],[2,-5],[-15,-2],[3,-2],[-5,-4],[8,-3],[-5,-2],[2,-2],[20,-1],[-3,-3],[6,-3],[0,3],[13,0],[3,-7],[-9,0],[-3,-4],[7,-4],[-3,-2],[2,-5],[-3,0],[1,-6],[5,-2],[-4,-6],[-11,-3],[-1,-9],[4,-2],[31,-2],[-2,-6],[4,-8],[7,-5],[4,0],[1,-5],[6,2],[9,-3],[-4,-10],[8,-3],[-17,-27],[-15,-11],[1,-3],[-12,-12],[1,-17]],[[5789,2815],[7,1],[-1,5],[-11,-1],[-6,16],[9,3],[8,12],[-4,16],[14,21],[-4,9],[2,-4],[7,10],[0,9],[-8,13],[6,-1],[13,10],[5,-2],[-1,2],[26,0],[4,8],[11,-3],[12,4],[0,-5],[10,-3],[-3,4],[4,3],[-5,2],[1,3],[16,-1],[3,3],[-3,3],[-9,-3],[-4,6],[5,5],[17,7],[-5,2],[-1,6],[-5,2],[1,4]],[[5900,2981],[7,4],[3,6],[-3,1],[0,8],[7,-4],[8,7],[0,2],[-5,-1],[3,10],[4,-1],[3,3],[11,3],[5,-2],[2,4],[5,0],[-6,2],[13,0],[1,7],[4,2],[-4,1],[0,3],[9,6],[2,9],[11,7],[17,3]],[[5997,3061],[6,3],[4,-1],[-8,-12],[8,1],[4,-6],[6,-1],[0,-5],[4,-1],[-1,-5],[5,-4],[-4,-12],[7,1],[1,-12],[6,-2],[11,5],[-1,-7],[15,-10],[6,7],[-3,4],[4,5],[-4,3],[17,-2],[15,1],[-1,7],[4,0],[-1,3],[12,2],[-3,3],[5,1],[-3,5],[3,1],[8,0],[1,-4],[6,0],[0,-3],[3,2],[2,-5],[6,0],[6,-4],[9,7],[28,5],[2,4],[0,-5],[5,-2],[0,4],[4,-5],[7,4],[5,-1],[-2,5],[4,0],[1,6],[-3,5],[4,3],[-3,3],[6,7],[-3,8],[-5,1],[2,5],[-3,2],[8,10],[-11,6],[-7,-1],[-6,5],[3,3],[17,3],[-4,8],[4,4],[-3,4],[1,7],[3,-2]],[[6841,3114],[4,3],[5,-11],[1,3],[16,4],[7,-6],[9,0],[4,-4],[-2,-4],[3,1],[2,-4],[4,0],[-1,-10],[17,0],[2,4],[5,-6],[6,1],[2,-4],[5,4],[4,-4],[-1,-3],[-4,0],[0,-10],[7,-2],[-4,-6],[2,-1],[6,5],[14,-2],[3,-5],[7,8],[6,-13],[5,0],[-6,-4],[3,-3],[-2,-6],[-8,-2],[4,-11],[-3,-7],[-2,3],[-13,-6],[-9,1],[5,9],[-6,5],[-2,-1],[-2,7],[6,1],[-9,1],[-4,4],[-2,9],[-5,-3],[-5,4],[2,2],[-4,1],[-5,-4],[1,-5],[-4,-3],[-17,0],[-9,12],[-10,0],[-13,-18],[1,-9],[-8,-2],[-9,-8],[5,-9],[-3,-3],[-5,0],[0,-11],[-8,4],[-3,-6],[-4,4],[0,4],[-11,5],[3,15],[-5,8],[-22,0],[-2,3],[6,11],[-15,5],[-2,7],[5,6],[-24,8],[5,7],[5,-5],[4,3],[0,3],[-6,1],[4,4],[9,0],[0,6],[4,3],[-14,6],[0,6],[5,1],[25,-5],[2,1],[-10,4],[-7,1],[11,0],[17,-9],[2,8],[8,4],[8,10],[14,-5]],[[2002,3043],[4,0],[4,-6],[8,-3],[9,5],[2,-9],[-13,-7],[7,-12],[-4,-3],[-16,-2],[-8,-5],[2,-6],[7,-4],[1,-4],[-7,-7],[7,-2],[-1,-6],[-10,-11]],[[1537,2910],[29,9],[4,-3],[3,5],[16,-2],[-6,9],[3,3],[6,-2],[-1,3],[8,-1],[0,9],[5,1],[3,7],[5,1],[1,4],[10,0],[-6,5],[8,4],[6,8],[12,4],[7,-5],[4,7],[12,-5],[-1,-1],[18,-2],[-2,-3],[6,1],[6,-3],[6,2],[-4,3],[3,1],[10,-4],[7,3],[3,5],[-3,12],[5,9],[5,1],[-12,6],[-5,13],[4,3],[-6,13],[-7,3],[0,11],[12,4],[3,6],[7,3],[-1,7],[10,6],[11,-2],[5,5],[10,0],[1,2],[13,-4],[-2,3],[21,1],[2,-2],[13,3],[5,5],[-5,4],[-3,14],[7,11],[-3,3]],[[1805,3113],[18,8],[-3,-6],[5,-4],[-2,-4],[5,-1],[3,-5],[4,0],[-3,-7],[6,0],[13,-8],[13,3],[11,-6],[8,0],[6,-5],[8,5],[13,3],[13,-3],[13,4],[11,15],[5,3],[5,0],[0,-8],[12,-9],[-4,-5],[-7,0],[0,-8],[2,-5],[10,-8],[-9,-3],[2,-7],[-11,-5],[2,-7],[-7,-6],[3,-9],[9,-3],[6,4],[8,1],[29,16]],[[2812,3143],[-17,-16],[-61,-18],[-15,-9],[-5,-8],[0,-17],[14,-24],[13,-40],[12,-16],[17,-11],[7,-15]],[[2604,2964],[-4,15],[1,20],[-9,-1],[-2,8],[-5,1],[3,29],[4,4],[37,6],[-7,17],[-5,-3],[1,8],[-8,-1],[-6,5],[4,2],[-2,15],[33,5],[1,-4],[5,1],[2,-4],[13,2],[2,-6],[8,2],[3,-3],[25,-1],[-3,17],[11,0],[-3,19],[4,1],[2,24],[19,0],[-1,-5],[10,-2],[0,11],[25,4],[23,-13],[18,7],[9,-1]],[[5218,3130],[-32,-1],[-10,-15],[-7,1],[2,-3],[-8,2],[-6,-4],[-1,6],[-3,-1],[-3,-8],[4,-6],[-3,-1],[3,-1],[0,-9],[25,0],[-14,-8],[-2,-5],[22,-2],[41,6],[4,-4],[10,8],[15,0],[0,5],[11,2],[2,-4],[34,-3],[14,-11],[2,-7],[-3,-2],[9,0],[9,-4],[6,-10],[21,-4],[4,-7],[-8,-11],[6,0],[-3,-3],[1,-7],[-11,-7],[-14,-1],[-3,-9],[2,-5],[-7,-5],[0,-4],[4,0],[6,-5],[13,1],[-17,-7],[-4,1],[1,-26],[2,-1],[-2,3],[16,-1],[6,5],[20,-9],[-3,-9],[4,-6],[6,-1],[3,-6],[4,1],[3,-6],[4,0],[0,-5],[7,-3],[-10,-3],[3,-6],[-5,-1],[6,-11]],[[4634,2814],[-4,1],[2,6],[-6,-2],[-3,7],[-8,4],[-1,7],[11,13],[8,3],[-2,4],[6,0],[0,5],[-14,1],[-3,4],[-23,-4],[-3,2],[2,1],[-7,7],[4,2],[-2,8],[10,1],[2,7],[-7,13]],[[4596,2904],[0,13],[-7,12],[2,2],[-5,0],[-3,3],[5,13],[-6,14],[3,3],[-4,2],[15,8],[-1,5],[4,0],[4,11],[10,2],[1,8],[11,3]],[[4625,3003],[8,1],[16,-14],[18,1],[10,-23],[14,-5],[1,7],[7,0],[0,5],[3,-2],[10,5],[7,-2],[0,4],[4,-1],[0,28],[13,9],[8,2],[33,-10],[22,0],[14,-8],[11,8],[4,-1],[5,3],[6,-7],[8,6],[12,0],[1,-4],[25,-1],[13,5],[5,7],[25,3],[-10,21],[-14,14],[3,3],[-7,3],[7,2],[-1,6],[-10,7],[2,4],[3,-2],[5,2],[0,7],[6,1],[2,3],[1,-7],[10,1],[2,8],[-7,1],[2,3],[-7,-4],[-11,-1],[-1,4],[-3,-3],[-9,2],[2,3],[-16,1],[-2,3],[-7,0],[6,8],[4,0],[2,-5],[9,-1],[-2,3],[4,5],[20,10],[3,11],[19,9],[7,7],[9,2],[5,9],[5,-3],[6,5],[-6,-18],[6,0],[0,4],[6,5],[9,15],[31,-11],[17,4],[13,-2],[5,14],[13,-2],[20,4],[1,-2],[13,-1],[13,4]],[[5106,3175],[9,-5],[18,-1],[3,-4],[7,0],[4,-5],[12,0],[5,-4],[15,-3],[13,2],[0,-3],[9,4],[4,-11],[13,-15]],[[3194,3152],[0,-9],[-12,-8],[5,-11],[11,-9],[7,-2],[-8,-5],[2,-5],[-4,-6],[-15,-2],[12,-6],[1,-7],[17,-3],[8,-6],[13,-4],[7,-14],[8,-3],[9,2],[10,-8],[10,5],[13,1],[3,-3],[-3,-8],[-12,-1],[-8,-5],[-1,-6],[13,-6],[10,-19],[-10,-6],[0,-4],[16,-11],[-19,1],[6,-3],[5,-7],[-1,-12],[5,-15],[-8,-12],[4,-2],[-1,-12],[7,-6],[-1,-11],[5,-6],[-1,-9],[21,-12],[-12,-24]],[[2812,3143],[2,3]],[[2814,3146],[7,-2],[-3,-4],[5,0],[1,-3],[10,3],[-3,3],[7,5],[5,-2],[-3,-4],[25,-9],[43,1],[7,-9],[6,0],[2,9],[12,6]],[[2935,3140],[2,-5],[25,2],[6,2],[7,8],[7,-6],[4,2],[2,-1],[0,5],[31,-12],[6,3],[11,-3],[10,5],[13,-4],[14,6],[-7,18],[24,13],[0,-6],[8,-9],[16,-3],[4,-9],[6,-4],[1,-6],[5,-3],[12,-1],[8,5],[15,4],[6,-5],[11,7],[5,0],[0,6],[7,3]],[[6206,3122],[4,11],[-9,6],[1,4],[-5,3],[8,1],[3,-3],[6,0],[1,-5],[9,-1],[11,2],[11,13],[2,8],[-6,11],[16,2],[12,6],[12,1]],[[6282,3181],[3,-3],[7,-2],[-3,-5],[11,-5],[-2,-6],[1,-2],[4,0],[-1,-4],[-6,0],[0,-4],[7,1],[-2,-15],[7,-9],[-3,-7],[4,-1],[10,7],[-1,-4],[-4,-2],[7,-4],[-1,-9],[5,-2],[-16,1],[-1,-9],[-7,-7],[1,-6],[9,-5],[5,-8],[-3,-3],[-10,-2],[-1,-9],[5,-3],[0,-12],[-4,-5],[-8,-1],[3,-10],[-4,-12],[15,-2],[-1,-2],[10,-3],[18,-1],[11,-1],[3,7],[10,0],[12,-3],[3,-3],[23,1],[6,2],[-2,10],[6,-2],[6,3],[7,-2],[-2,4],[15,2],[11,14],[9,4],[12,-2],[11,3],[25,-15],[9,1],[39,-9],[16,7],[10,-2],[-4,3],[17,5],[2,-8],[24,1],[-1,6],[7,0],[20,-5],[16,0],[5,-14],[-5,-2],[8,-8],[-15,-9],[4,-1],[2,-4],[13,0],[8,-8],[-11,-9],[5,-15],[-11,-2],[7,-3],[1,-5],[12,-4],[4,2],[33,3],[2,-12],[5,8],[17,2],[-1,2],[3,1],[20,-1],[1,-6],[-5,-1],[0,-10],[26,-7],[10,0],[-2,5],[4,0],[-2,3],[4,2],[9,-10],[7,-1],[0,-9],[-4,-5]],[[2232,3178],[5,-6],[-13,3],[-3,-7],[16,-11],[20,15],[12,3],[2,-11],[-16,-11],[-1,-3],[1,-2],[9,6],[-3,-11],[25,-4],[7,-13],[6,0],[-6,-2],[-4,2],[-5,-4],[3,-3],[-4,-5],[-1,-8],[9,-2],[-3,-2],[22,-3],[35,18],[1,-3],[16,-1],[6,-5],[6,2],[3,-4],[11,-4],[2,-5],[18,4],[1,-2],[15,-2],[13,4],[9,-25],[8,3],[3,-13],[12,4],[15,-16],[5,0],[2,-5],[3,1],[4,-14],[-4,-4],[7,-1],[0,-4],[-4,1],[-6,-18]],[[2002,3043],[-5,6],[10,1],[4,10],[10,7],[-1,15],[17,18],[-14,21],[4,8],[-2,1],[5,3],[1,-1],[20,13],[2,5],[3,0],[15,10],[-10,17],[10,9],[2,-2],[4,1],[5,-9],[-4,1],[1,-7],[6,2],[1,-3],[8,5],[2,-2],[9,0],[-3,5],[4,1],[28,-8],[10,5],[8,-3],[-2,8],[22,7],[11,-12],[29,6],[14,9],[3,-5],[-3,-3],[6,-4]],[[5516,3191],[-1,-3],[6,0],[-7,-3],[-3,2],[-2,-3],[-7,1],[-2,2],[1,-5],[15,0],[7,-8],[-4,-5],[5,-5],[-9,1],[1,-3],[-8,-3],[3,-7],[-3,0],[12,-11],[0,-4],[11,5],[11,-16],[12,-1],[-7,-7],[-4,4],[-2,-2],[-11,5],[6,-7],[-5,3],[-5,-2],[-6,3],[1,-7],[-10,6],[-1,-9],[6,1],[5,-8],[6,0],[1,-4],[22,-8],[16,-1],[3,-9],[-3,-4],[7,3],[8,-2],[27,4],[4,-5],[-3,-5],[-4,1],[0,-3],[-5,0],[1,-2],[24,-4],[18,8],[8,7],[4,-3],[-10,-15],[5,-2],[-5,-6],[8,-1],[-2,-4],[8,5],[4,-1],[-2,-10],[-12,-2],[-3,-7],[2,-6],[-6,-3],[-8,1],[1,-5],[-5,2],[-5,-3],[-6,-4],[4,-2],[-1,-4],[13,-4],[9,10],[11,1],[-1,5],[7,1],[8,-7],[2,-5],[11,-2],[1,-8],[-5,0],[0,-6],[12,-20],[20,0],[-6,-4],[6,0],[4,-11],[2,2],[10,1],[6,-3],[3,2],[22,-2],[10,2],[4,-3],[6,4],[15,-5],[30,10],[0,9],[7,2],[5,8],[8,-2],[5,-13],[9,1],[4,-3],[10,1],[0,-3],[4,2],[6,9],[-3,2],[6,2],[15,0],[2,-3]],[[5218,3130],[19,2],[-2,6],[15,3],[3,5],[18,0],[2,2],[-3,2],[6,14],[-3,2],[-14,-4],[-4,8],[-8,0],[-1,4],[-9,2],[6,10],[21,14],[9,3],[4,-2],[5,1],[3,4],[-1,10],[7,0],[3,-4],[8,-1],[20,-15],[9,0],[8,-7],[11,0],[13,-10],[3,-6],[4,-1],[-1,-5],[9,-2],[-1,-8],[5,-5],[20,3],[0,6],[6,6],[18,7],[10,1],[3,3],[9,0],[2,-3],[11,1],[-2,5],[4,7],[-8,2],[-1,3],[25,8],[6,-5],[5,1],[-4,7],[12,4],[2,-3],[7,8],[13,-1],[-15,-11],[2,-5],[9,-5]],[[3863,3057],[-14,9],[4,5],[12,1],[0,2],[-7,3],[8,5],[7,10],[-1,3],[3,3],[-6,8],[4,8],[-13,16],[-8,0],[-1,10],[-16,3],[2,-3],[-8,-3],[3,-24],[-11,-5],[-16,1],[-5,4],[-1,11],[-9,1],[0,2],[33,12],[-12,5],[-5,-1],[-18,4],[-21,-4],[-8,5],[-17,4],[-5,3],[22,0],[8,4],[0,8],[-10,15],[0,6],[4,3],[37,1],[23,12],[21,-11],[36,25],[11,-3],[11,-17],[12,-6],[14,6],[3,7]],[[3929,3205],[9,10],[27,1],[9,-8],[-3,-15],[5,-8],[9,-3],[16,8],[10,-2],[6,-7],[3,-17],[9,-4],[6,8],[-11,19],[-1,14],[4,5],[20,5],[-4,-2],[0,-5],[5,-1],[10,4],[33,3],[31,10]],[[4122,3220],[3,-14],[-8,-2],[3,-10],[6,-6],[-16,-16],[9,-9],[-7,-8],[8,-2],[-1,-3],[-8,1],[-2,-7],[-10,0],[15,-11],[-3,-1],[3,-3],[-9,-4],[-8,-17],[5,-3],[2,-10],[18,-2],[5,-6],[25,8],[-2,4],[3,25],[21,4],[4,-3],[1,7],[10,6],[10,-32],[10,-5],[-1,-12],[13,-1],[-1,3],[12,7],[4,18],[20,13],[8,3],[9,-1],[5,12],[9,0],[-4,-5],[0,-8],[27,-14],[2,-7],[6,3],[4,-4],[1,-13],[3,-2],[-6,-6],[7,-5],[5,0],[0,-2],[-12,-1],[1,-2],[-8,-8],[2,-7],[-4,-4],[11,-5],[-3,-1],[5,-4],[-5,-3],[1,-3],[7,-8],[20,-5],[3,-12],[3,0],[6,-11],[-2,-3],[4,0],[0,-13],[5,1],[0,-2],[-14,-3],[-3,-2],[3,-5],[-20,-10],[7,-23],[-8,-3],[-4,-7],[-29,-15],[2,-2],[7,4],[0,-4],[11,-5],[13,-1],[10,-7],[11,1],[1,9],[4,1],[3,4],[-3,14],[11,5],[2,8],[19,7],[6,6],[3,-4],[12,1],[-1,-3],[4,-2],[-10,-7],[-9,-18],[14,-2],[11,3],[4,-3],[-4,-10],[5,1],[1,-6],[-6,2],[2,-7],[-3,0],[8,-12],[-4,-15],[-6,-2],[-1,-6],[8,-12],[-9,-12],[-3,-8],[14,-10],[28,-6],[7,4],[17,3],[1,-7],[3,4],[15,4],[20,-4],[12,3],[7,23],[20,4],[7,5],[-1,4],[6,3],[-2,6],[-6,0],[-10,10],[23,11],[-5,4],[5,1],[0,5],[24,-2]],[[4424,3284],[3,1],[6,-9],[9,-2],[23,7],[18,0],[2,-3],[7,3],[2,-6],[-3,-9],[15,-12],[3,2],[2,-14],[4,-1],[-2,-5],[6,1],[2,-3],[-8,-2],[2,-6],[-10,-11],[-16,4],[-10,-9],[-2,-2],[6,-13],[-7,2],[-10,-1],[-5,-8],[-6,1],[-1,-1],[24,-8],[10,-16],[1,-13],[-5,-2],[-1,-4],[-7,-1],[0,-3],[6,-9],[7,0],[-3,-11],[-23,-5],[-4,5],[-5,0],[0,-3],[-6,-1],[0,9],[-11,7],[2,6],[-5,3],[1,6],[-36,16],[-5,-3],[-12,-1],[-11,11],[13,9],[8,9],[-24,-1],[3,3],[-3,4],[17,5],[5,6],[6,1],[4,-5],[9,-1],[-17,16],[-20,10],[-6,-3],[-1,2],[7,4],[4,-3],[2,2],[-10,16],[-2,15],[16,-2],[-1,4],[9,4],[6,-3],[8,0],[3,24],[4,2],[7,-3],[1,3],[5,-5]],[[3454,3290],[6,-8],[2,5],[7,-2],[11,6],[1,-2],[-8,-7],[7,1],[-4,-8],[9,-3],[7,2],[15,18],[6,-9],[-10,-3],[-3,-5],[5,-2],[5,-8],[-11,-11],[10,-14],[5,-21],[4,-1],[15,11],[26,-4],[-3,-10],[6,-6],[-8,-8],[-15,-3],[0,-8],[-7,-12],[22,-4],[19,-10],[-2,-3],[8,-3],[-6,-6],[-11,-27],[-13,-3],[6,-15],[-2,-4],[-35,-5],[-5,-3],[-1,-31],[16,-11],[-4,-9],[2,-14],[-11,-9],[-6,1],[-22,-21],[3,-13],[-3,-9],[9,-2],[10,1],[9,-17],[12,-14]],[[3194,3152],[18,4],[14,17],[18,13],[-2,5],[7,11],[-3,1],[10,9],[1,6],[12,4],[0,4],[4,3],[6,-4],[-1,-9],[28,4],[-2,-3],[9,-3],[12,1],[2,10],[9,5],[9,-3],[3,4],[12,-1],[-9,-5],[4,-3],[6,4],[9,-3],[6,2],[6,4],[-6,16],[8,9],[14,4],[7,-1],[10,5],[14,14],[-3,12],[-5,3],[0,11],[19,-4],[6,4],[9,-6],[-1,-6]],[[7123,3178],[-2,-3],[1,-3],[4,-11],[0,-3],[2,-4],[7,-8],[3,-2],[4,-1],[3,0],[4,-2],[2,-4],[1,-3],[2,-5],[5,-10],[6,-8],[2,-2],[1,-1],[3,-1],[7,-2],[10,-1],[8,-3],[13,-4],[3,-1],[2,-4],[2,-5],[5,-2],[14,-1],[6,2],[5,2],[7,-1],[1,-1],[0,-5],[0,-3],[0,-1],[0,-1],[1,-2],[0,-1],[3,-5],[4,-5],[0,-1],[0,-1],[0,-1],[-2,-2],[-1,-1],[-1,-11],[-4,-6],[-4,-3],[0,-1],[-1,-2],[0,-2],[1,-1],[1,-1],[2,0],[2,0],[1,0],[1,-1],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[-3,-3],[-2,-2],[-1,0],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-4],[1,-1],[1,-1],[3,0],[0,-2],[1,-2],[0,-4],[0,-3],[8,0],[11,4],[11,-1],[5,-1],[-1,-2],[-2,-3],[-1,-2],[0,-2],[3,-2],[3,-2],[0,-1],[1,-4],[1,-5],[-1,-3],[0,-3],[1,-1],[2,-3],[5,-3],[4,-3],[3,-4],[0,-2],[-4,-9],[-1,-8],[1,-7],[1,-6],[4,-6],[4,-6],[3,-4],[4,-4],[2,-4]],[[6282,3181],[4,1],[-5,2],[3,3],[-4,-2],[3,7],[-1,15],[11,19],[-8,5],[3,5],[8,5],[5,-4],[3,2],[9,-5],[16,11],[5,-6],[5,-2],[1,2],[17,-5],[-6,3],[2,2],[13,-1],[2,7],[4,0],[1,3],[1,-2],[-1,3],[11,6],[-3,11],[7,0],[-1,5],[14,5],[-5,2],[-1,3],[10,-1],[4,4],[5,-5],[12,1],[-1,-5],[8,9],[3,-1],[10,-4],[7,0],[-2,-2],[17,8],[3,9],[21,-5],[1,-5],[5,1],[-1,3],[9,2],[-5,5],[8,3],[7,-3],[4,2],[7,-6]],[[6527,3291],[3,-11],[6,-1],[3,-6],[-8,-5],[0,-4],[7,-1],[9,-9],[-1,-3],[8,-2],[12,-13],[7,5],[3,-1],[-2,-3],[9,-2],[4,-4],[21,14],[6,2],[11,-8],[8,-1],[29,12],[6,8],[8,3],[3,-8],[11,-1],[14,-12],[8,-16],[-1,-3],[-14,4],[-7,-5],[7,-8],[10,6],[27,-6],[2,5],[6,2],[-2,4],[4,2],[8,-8],[10,-1],[8,-5],[3,3],[7,-2],[2,8],[10,8],[1,5],[-5,3],[-2,9],[1,4],[10,5],[0,7],[6,-1],[0,-4],[6,0],[2,3],[19,0],[3,11],[9,11],[16,6],[8,0],[4,15],[4,1],[3,-5],[-1,-7],[5,-1],[1,-4],[-2,0],[16,-12],[-6,-6],[6,-8],[-9,0],[-1,-2],[7,-5],[8,-1],[2,-5],[13,-3],[0,-2],[-11,-6],[1,-2],[5,1],[0,3],[3,-1],[-2,-5],[26,1],[4,-3],[-8,-13],[6,-3],[-5,-4],[6,-3],[-1,-5],[6,-10],[11,-2],[1,4],[4,-1],[10,-10],[11,2],[-2,3],[14,6],[12,0],[5,-6],[12,-4],[16,1],[-5,-6],[15,-1],[18,10],[6,-1],[5,6],[13,1],[3,-5],[4,0],[3,-3],[-2,-4],[4,-2],[-7,-2],[1,-3],[6,1],[4,-4],[5,0],[2,5],[8,1]],[[5516,3191],[1,5],[4,-1],[-3,5],[6,4],[21,-4],[0,-4],[5,-1],[3,2],[1,-4],[4,1],[0,2],[14,3],[-3,5],[10,4],[-2,6],[4,-4],[2,3],[15,-2],[0,-2],[6,0],[1,3],[2,-5],[15,6],[5,5],[14,2],[8,5],[19,0],[5,4],[5,0],[-1,-6],[7,1],[6,7],[-2,3],[16,5],[-1,16],[5,2],[0,18],[5,6],[9,1],[10,-3],[5,5],[8,-2],[4,6],[20,-1],[9,2],[4,-2],[-2,-6],[7,0],[-10,-3],[9,-6],[14,5],[1,4],[6,-1],[-1,-3],[6,-4],[-1,5],[5,2],[26,-4],[8,7],[-6,2],[3,6],[-4,0],[0,3],[9,1],[-11,10],[3,0],[-1,5],[4,2],[2,-2],[0,2],[12,2],[-5,2],[-2,5]],[[5854,3321],[7,5],[17,0],[2,-5],[11,-8],[-1,-5],[-15,-4],[1,-3],[9,-5],[-4,-2],[1,-7],[8,-12],[7,-4],[0,-4],[7,-6],[3,-9],[12,-8],[0,-7],[16,-6],[9,2],[6,6],[6,-1],[2,1],[-5,1],[5,6],[-6,4],[2,3],[10,-3],[-1,-5],[10,2],[1,-4],[12,-2],[9,-6],[-1,-8],[-4,1],[-12,-15],[-5,-2],[3,-3],[5,2],[3,-5],[8,3],[3,-6],[14,1],[3,-3],[-6,-5],[7,-6],[0,-15],[5,-3],[-15,-2],[-13,-16],[4,-7],[-6,-6],[1,-4],[-6,-2],[9,-1],[-5,-6],[8,-7],[-12,-11],[8,-5],[11,4],[10,-4],[-11,1],[-1,-7],[-5,4],[-3,-3],[6,-1],[1,-4],[2,2],[5,-1],[-1,-6],[-10,-5],[-5,-7],[-14,-1],[-3,-3],[7,-2],[4,2],[-1,-4],[11,-2],[3,-6]],[[904,3300],[-1,-3],[9,-5],[0,-9],[9,-7],[-5,-9],[7,-9],[11,0],[25,-10],[-47,-10],[-4,-5],[3,-11],[12,4],[14,-6],[6,-9],[8,-1],[-1,-9],[-8,0],[-15,-6],[-5,6],[-18,-6],[-11,-8],[-1,-6],[10,-4],[1,7],[3,0],[7,-12],[10,9],[1,-3],[-7,-9],[3,-4],[5,0],[16,-13],[11,4],[3,-3],[-9,-11],[1,-4],[-16,-7],[-7,-6],[-9,3],[-11,-12],[-7,1],[0,4],[-2,-6],[-4,2],[-5,-4],[-12,1],[-6,5],[-7,-3],[-5,-10],[-4,3],[-4,-6],[-14,5],[-10,-5],[-11,0],[4,3],[-5,0],[4,4],[-5,4],[13,16],[-6,3],[-12,-7],[-34,-13],[-9,-7],[-8,0],[3,14],[-5,7],[-1,11],[-4,2],[5,8],[-4,6],[27,23],[23,-4],[8,8],[13,5],[-7,1],[-4,6],[-17,3],[2,4],[-6,1],[1,5],[9,-3],[3,2],[-7,5],[3,2],[23,-2],[15,2],[-2,5],[7,14],[-2,5],[20,8],[7,17],[7,6],[-3,1],[9,20],[1,11],[19,6],[6,-5]],[[2761,3236],[11,-18],[5,-18],[10,-10],[21,-3],[29,5],[10,-5],[0,-9],[-24,-19],[-9,-13]],[[2232,3178],[7,7],[15,5],[-4,2],[2,6],[-4,3],[6,2],[-6,16],[4,13],[-9,6],[3,8],[18,8],[2,4],[-9,8],[5,6],[-3,4],[15,9]],[[2274,3285],[8,-1],[3,-11],[11,4],[-1,-6],[17,1],[5,3],[0,5],[4,4],[-3,4],[10,-3],[14,13],[4,-3],[10,0],[3,3],[-3,5],[2,2],[38,17],[-7,4],[-11,13],[5,2],[40,3],[32,14],[9,-11],[13,0],[23,4],[1,6],[17,2],[14,-11],[-5,-7],[8,-3],[-1,-9],[5,-10],[9,-1],[-1,-11],[7,2],[5,-10],[-9,-9],[-19,-3],[7,-26],[2,1],[2,-3],[31,3],[7,-1],[-3,-8],[5,-5],[-4,-4],[4,-5],[-11,-10],[4,-11],[4,-1],[0,-16],[3,-1],[-2,-9],[12,2],[10,-3],[-1,-3],[6,-1],[-1,-4],[5,-1],[0,-2],[11,1],[11,-15],[5,1],[-1,5],[11,2],[-4,9],[3,7],[6,0],[0,7],[9,2],[-1,7],[5,5],[25,0],[0,2],[5,-3],[16,-1],[14,9],[11,13],[10,4],[1,-2],[7,0],[6,4]],[[4994,3259],[0,-3],[13,-14],[10,3],[4,-5],[3,0],[-4,4],[3,3],[11,-10],[-10,-11],[-11,-6],[4,-6],[24,1],[3,5],[13,5],[11,10],[4,-5],[-2,-4],[15,-3],[2,2],[1,-7],[-7,0],[-4,-6],[12,-3],[3,-14],[17,-2],[-3,-18]],[[4625,3003],[-6,7],[-6,-3],[-5,7],[-5,0],[-6,4],[0,12],[3,1],[-5,5],[10,16],[7,3],[7,-6],[0,6],[5,3],[0,6],[26,-1],[-10,19],[4,5],[-17,16],[-10,3],[-7,17],[4,4],[16,3],[-4,3],[-6,0],[0,-3],[-6,0],[-3,-3],[-34,1],[0,4],[-9,0],[0,3],[-7,4],[-4,16],[3,1],[-4,7],[-7,1],[23,14],[-5,6],[3,3],[-8,9],[4,0],[4,5],[3,-2],[2,3],[-3,0],[-1,5],[5,4],[-4,0],[-2,7],[2,1],[-4,2],[4,3],[-6,7],[5,0],[-3,7],[7,4],[-3,9],[5,6],[-4,1],[3,5],[22,10],[1,6],[4,-2],[21,0],[5,4],[9,-2],[2,3],[-3,1],[-2,6],[10,5],[10,0],[1,-4],[28,1],[2,29],[-3,11],[8,8],[4,1],[3,-3],[7,3],[6,9]],[[4711,3349],[16,-1],[8,6],[-5,13],[5,4],[-2,5],[6,0],[1,-2],[14,5],[1,-6],[8,-2],[-6,-4],[7,-11],[-4,-8],[16,-13],[14,9],[4,1],[-4,-4],[20,8],[5,-3],[6,2],[3,-17],[-3,-9],[7,-3],[4,2],[4,-9],[-3,-3],[20,-8],[11,2],[-1,3],[9,3],[3,6],[29,-8],[-1,2],[11,6],[1,5],[16,-6],[-4,-11],[6,-5],[-4,0],[0,-2],[13,-1],[0,-5],[-12,-3],[2,-4],[-5,-5],[-4,1],[2,-2],[-13,1],[-1,-3],[26,2],[-1,-3],[14,-3],[4,-4],[8,-1],[-1,-3],[24,-3],[3,-2],[4,3],[2,-2]],[[5507,3390],[7,1],[14,-11],[13,-24],[3,-26],[-7,-8],[14,-28],[-9,9],[-5,-1],[-2,-2],[-8,1],[-10,-5],[1,-10],[-17,5],[-14,3],[0,3],[-7,0],[-10,6],[-4,-1],[0,4],[5,3],[-8,-2],[-7,6],[-7,0],[5,4],[-14,3],[2,2],[-6,1],[1,3],[-5,3],[-6,-4],[1,2],[-8,0],[0,6],[6,4],[-5,1],[-7,-4],[0,7],[4,1],[-1,8],[-5,-1],[-5,8],[19,7],[4,6],[-19,7],[13,3],[18,0],[4,-4],[6,-1],[7,3],[2,-3],[11,10],[15,1],[18,7],[3,-3]],[[1670,3303],[-1,-5],[-6,-1],[6,-4],[-12,-1],[4,-4],[-1,-4],[6,-2],[-4,-4],[7,-14],[-2,-5],[10,-10],[-5,-2],[4,-7],[12,-6],[0,-3],[7,-1],[12,-9],[6,2],[-2,-5],[8,-4],[-6,-20],[-19,-6],[-7,-16],[-5,-1],[5,-3],[1,-4],[8,0],[19,-16],[15,12],[11,5],[4,-10],[5,1],[9,-4],[14,-22],[-2,-2],[5,-3],[-10,-5],[5,-13],[18,9],[16,-3]],[[1266,3026],[25,19],[1,7],[-9,15],[10,2],[2,5],[11,0],[-23,16]],[[1283,3090],[45,40],[-2,2],[23,18],[6,11],[18,10],[5,8],[-5,10],[2,13],[66,45],[28,23],[52,29],[2,3],[-5,8],[-16,11],[-7,4],[2,-4],[-3,-3],[-4,2],[-3,3],[5,5],[-10,5],[2,1],[-6,6]],[[1478,3340],[20,13],[21,-6],[22,11],[7,-13],[-5,-2],[-2,-7],[15,-4],[6,5],[12,1],[10,9],[-2,2],[6,9],[8,1],[7,-6],[22,6],[17,-3],[1,2],[0,-2],[22,-6],[3,-6],[-5,-3],[6,-8],[-5,-4],[3,-12],[-3,-2],[3,-4],[-11,-2],[14,-6]],[[3674,3403],[7,-3],[4,-7],[10,-2],[5,4],[5,-1],[9,-18],[8,-3],[-2,-15],[-8,-9],[-14,-28],[-16,-6],[8,-5],[-7,-3],[14,-9],[4,16],[29,2],[1,-9],[9,0],[17,-20],[5,-14],[12,7],[15,-3],[8,2],[20,-6],[3,3],[-2,2],[5,1],[-6,2],[-2,19],[30,13],[17,19],[14,3]],[[3876,3335],[14,-4],[3,-14],[13,-22],[32,-15],[-4,-2],[-15,4],[-23,16],[-8,-6],[22,-22],[-8,-11],[1,-8],[6,-6],[16,-6],[2,-22],[-5,-10],[7,-2]],[[3454,3290],[6,2],[3,10],[-11,6],[-1,8],[6,-1],[5,3],[8,-2]],[[3470,3316],[5,-1],[0,5],[10,4],[10,11],[18,-3],[2,-6],[4,0],[5,10],[-7,12],[12,6],[-1,6],[6,1],[-7,20],[6,3],[-3,4],[7,3],[-5,7]],[[3532,3398],[8,10],[26,-13],[6,-10],[20,4],[7,10],[13,-7],[27,6],[16,7],[19,-2]],[[4122,3220],[5,3],[0,13],[18,0],[-5,7],[11,3],[3,5],[2,5],[-9,9],[4,6],[-5,4],[31,5],[31,-8],[5,8],[6,1],[7,6],[12,21],[-2,6],[26,16],[30,5],[12,-5],[5,-6],[9,0],[10,5],[-8,23],[6,1],[3,-5],[13,5],[5,-3],[13,2],[18,-4],[0,-4],[10,5],[35,-1],[4,2],[-12,19],[3,7],[-5,4],[3,8],[-7,10],[7,9],[23,14],[11,-2],[4,-11],[29,2],[2,4],[3,-4],[4,2],[8,-6],[28,4],[-12,4],[1,8],[3,3],[16,-3],[3,3]],[[4539,3425],[0,-2],[2,3],[12,1],[0,-5],[10,-2],[3,-6],[6,0],[1,-7],[9,-3],[-1,-5],[40,-4],[-5,-8],[2,-6],[-4,-2],[2,-4],[-3,1],[4,-5],[12,3],[6,-3],[-1,-2],[19,2],[0,-4],[8,2],[10,-7],[6,0],[5,0],[-3,5],[16,9],[7,-10],[5,2],[1,-5],[3,1],[-5,-14],[5,-1]],[[3060,3425],[20,-5],[33,5],[3,3]],[[3116,3428],[7,-3],[3,-5],[-5,-19],[11,-7],[1,-10],[-3,-1],[10,-10],[2,-12],[-6,-4],[-6,-11],[-12,-8],[-1,-17],[5,-3],[-2,-6],[-13,-3],[-13,-12],[-34,-20],[-2,-17],[8,-2],[0,-4],[-9,-7],[7,-5],[-1,-4],[-9,2],[-19,-14],[-27,13],[-16,36],[-18,5],[-32,-9],[-5,15],[8,0],[-7,9],[9,-1],[-2,4],[16,2],[-1,4],[14,6],[4,26],[20,6],[-2,3],[9,10],[4,-3],[6,6],[-6,4],[4,10],[-7,4],[-5,-1],[-1,4],[7,1],[2,11],[-4,1],[0,8],[7,0],[4,5],[-4,4],[-3,-1],[2,7],[24,2],[5,-2],[11,2],[4,7],[5,1]],[[921,3365],[11,-16],[2,-4],[-7,-4],[6,-2],[1,-4],[9,-2],[21,14],[13,1],[2,-9],[-6,-7],[27,-2],[12,-17],[-3,-2],[5,-2],[-7,-6],[8,-6],[18,13],[9,-4],[4,5],[15,1],[7,4],[5,-5],[18,3],[2,5],[-4,7],[7,7],[0,-9],[6,-4],[-1,-9],[12,-5],[-7,-3],[5,-2],[0,-10],[2,-4],[6,-1],[8,-14],[8,-2],[5,-6],[11,-3],[14,1],[3,2],[13,-13],[-5,-5],[4,-4],[-6,-4],[-7,1],[-15,-4],[-12,6],[-6,-6],[-10,3],[6,-5],[-3,-7],[2,-6],[-5,0],[-1,-4],[-11,-2],[-4,-5],[-3,3],[-6,-7],[16,-5],[1,-6],[3,-1],[3,4],[6,-18],[6,-1],[1,-12],[13,-1],[2,-6],[7,0],[2,-4],[18,-6],[6,-14],[9,-4],[7,2],[6,-7],[2,-6],[-10,-10],[0,-14],[12,-5],[4,-7],[4,1],[2,-3],[-7,-7],[15,-1],[13,-5],[21,11],[8,-2],[14,12]],[[559,2913],[2,4],[1,2],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[-4,3],[-2,1],[-2,1],[-8,5],[-4,2],[-2,2],[-1,0],[-1,1],[0,1],[0,1],[0,1],[1,1],[1,1],[2,1],[2,2],[3,1],[2,0],[2,1],[1,0],[1,-1],[1,0],[1,-1],[1,0],[2,-1],[1,0],[2,0],[1,0],[1,1],[1,0],[1,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-2,1],[-2,1],[-1,2],[-1,1],[0,1],[-1,1],[0,1],[0,2],[0,1],[1,1],[1,2],[2,2],[3,3],[4,3],[2,1],[1,0],[6,0],[1,0],[2,1],[2,0],[2,1],[1,1],[2,1],[1,1],[1,2],[1,2],[3,3],[3,4],[1,1],[1,1],[2,1],[2,1],[2,1],[1,1],[2,1],[1,1],[1,1],[1,2],[0,1],[2,6],[3,8],[0,1],[2,3],[1,2],[2,4],[3,5],[1,1],[3,7],[1,2],[1,1],[0,2],[1,1],[-1,1],[0,2],[-1,1],[-2,1],[-1,1],[-1,0],[-2,0],[-2,0],[-2,0],[-1,0],[-1,0],[-2,1],[0,1],[0,1],[0,1],[0,1],[2,3],[2,3],[1,0],[1,1],[2,1],[1,1],[4,2],[2,1],[6,4],[2,2],[1,1],[4,4],[3,5],[2,3],[12,5],[3,1],[8,4],[7,5],[5,4],[4,4],[1,1],[3,3],[2,1],[2,1],[2,1],[1,1],[1,0],[0,3],[-1,1],[-2,5],[-2,1],[-3,3],[-1,1],[0,1],[0,1],[1,1],[1,0],[2,1],[2,0],[2,-1],[3,-1],[1,-1],[2,-1],[2,-3],[1,0],[1,-1],[1,0],[2,1],[1,0],[1,1],[1,2],[0,1],[-1,0],[-1,1],[-4,2],[-3,1],[-2,1],[-3,3],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,2],[0,1],[0,2],[1,4],[0,5],[-1,3],[-1,1],[0,1],[0,4],[0,1],[0,1],[1,1],[1,1],[2,1],[1,0],[5,2],[3,1],[2,1],[1,1],[2,1],[1,1],[0,1],[1,1],[-1,6],[0,1],[-1,1],[-1,1],[-3,3],[0,9],[-3,9],[-1,0],[-1,1],[-2,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[1,1],[2,1],[1,0],[11,6],[8,7],[2,2],[1,1],[0,1],[-2,4],[0,1],[-2,2],[-2,0],[-4,2],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,-1],[-2,-2],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,1],[-1,0],[0,1],[-2,3],[-1,3],[-1,1],[-1,1],[-6,2],[-7,1],[-12,6],[0,1],[-1,1],[-1,1],[-1,0],[-1,1],[-4,2]],[[663,3258],[2,2],[7,-1],[6,4],[-5,2],[22,16],[5,-1],[11,5],[9,-1],[1,-4],[5,1],[-1,11],[-7,7],[19,12],[9,3],[5,-1],[17,6],[10,-1],[5,7],[0,16],[12,6],[1,5],[4,0],[-1,2],[6,0],[1,-5],[-6,-8],[1,-8],[7,-2],[10,7],[11,-8],[10,-2],[4,9],[13,8],[28,9],[-5,1],[-1,5],[8,3],[-1,7],[3,2],[9,-1],[4,10],[13,-11],[4,1],[3,-6]],[[6240,3452],[6,2],[2,-4],[10,0],[-1,-2],[11,-1],[3,-3],[10,3],[3,4],[8,-2],[8,3],[9,-1],[-5,-3],[4,-4],[-3,-1],[1,-3],[-4,-4],[-7,1],[-5,-5],[21,-13],[3,-7],[2,3],[4,-1],[8,-11],[-3,-2],[-10,0],[-7,4],[-22,-9],[-3,-5],[-8,-4],[-5,-10],[7,-11],[-4,-6],[-7,-1],[0,-10],[-10,3],[-5,-1],[-2,-5],[-4,4],[2,2],[-12,-5],[-11,2],[0,-4],[-4,-1],[-4,1],[2,4],[-6,-2],[-12,2],[1,15],[10,-3],[3,0],[-1,5],[-2,-1],[-4,7],[-9,2],[-10,11],[-10,4],[-3,-1],[0,-4],[-5,3],[-8,9],[8,0],[2,2],[-3,7],[-13,8],[-4,-1],[-1,5],[-15,0],[1,14],[4,4],[10,0],[0,-5],[16,3],[0,2],[7,-2],[4,4],[4,-6],[4,-1],[2,8],[4,-1],[-3,6],[5,-1],[0,4],[9,4],[-2,2],[18,5],[10,0],[11,-5]],[[3433,3475],[4,-6],[-2,-10],[9,-30],[-8,-10],[7,-2],[7,-27],[-9,-18],[9,-1],[-2,-5],[3,-1],[-2,-5],[5,-2],[3,-30],[13,-12]],[[2935,3140],[-6,32],[1,8],[8,9],[-2,3],[-15,-3],[-4,5],[6,8],[-14,3],[1,21],[13,6],[1,7],[-7,5],[3,1],[4,14],[-15,21],[-17,39],[3,5],[33,9],[0,3],[13,1],[0,6],[-3,1],[-3,14],[-6,1],[1,8],[-5,0],[0,18],[8,3],[14,0],[-5,26],[20,2],[-2,14],[24,-2],[0,3],[-10,0],[3,2],[-4,1],[8,0],[1,8],[19,0]],[[3001,3442],[8,-2],[3,2],[3,-4],[28,-13],[17,0]],[[3116,3428],[4,4],[18,4],[-5,-3],[15,-11],[12,4],[5,-1],[11,9],[12,-3],[0,-3],[16,-1],[6,-7],[6,3],[15,0],[44,19],[31,1],[6,9],[12,5],[14,12],[11,6],[5,9],[0,6],[5,-5],[9,-3],[28,-2],[19,1],[18,-6]],[[2036,3485],[5,1],[19,-5],[5,-10],[7,1],[6,-20],[32,-17],[16,-4],[5,-10],[-30,-1],[-3,-6],[6,-5],[17,-8],[37,12],[12,-2],[4,-4],[7,2],[1,-5],[8,1],[16,-8],[8,1],[0,-13],[6,-7],[8,-5],[-3,-6],[6,-5],[6,-26],[17,-5],[3,3],[7,-2],[4,2],[23,-34],[-7,-4],[2,-5],[-6,1],[-1,-3],[-3,1],[-2,-5]],[[1670,3303],[6,3],[8,-1],[2,-5],[13,-4],[-6,-7],[5,-6],[29,18],[19,15],[19,-5],[3,-4],[3,2],[4,-1],[32,25],[7,9],[12,7],[2,4],[16,1],[15,4],[17,18],[34,16],[12,11],[23,-8],[12,15],[-5,7],[1,8],[11,9],[-2,13],[15,10],[29,4],[-23,21],[1,6],[35,-5],[17,2]],[[3532,3398],[-17,21],[-4,-2],[-3,4],[-1,4],[3,1],[-4,5],[6,3],[5,-4],[3,3],[-1,5],[-13,11],[4,5],[23,0],[4,9],[-5,0],[2,5],[-6,1],[1,4],[-20,10],[-7,13],[25,18],[-1,-10],[7,-4],[0,-5],[6,1],[5,7],[9,1],[4,-11],[2,3],[3,-6],[11,-1],[1,-2],[9,-2],[5,1],[0,-4],[10,-4],[4,-7],[6,0],[17,-11],[0,-10],[-10,-5],[-3,-6],[7,-1],[-1,-3],[12,2],[2,-6],[-4,-3],[18,1],[14,-13],[12,-6],[2,-7]],[[2639,3480],[41,-31],[18,-28],[1,-10]],[[2699,3411],[-11,-3],[-7,9],[-17,-5],[-7,0],[2,7],[-7,-2],[-3,4],[-1,-8],[-18,-1],[-2,-8],[2,-5],[-13,-8],[1,-8],[-8,-3],[0,-9],[-6,-1],[-2,-8],[-5,-3],[4,-5],[-5,-1],[-17,4],[-1,3],[-5,-1],[2,12],[-5,1],[6,1],[0,9],[3,1],[-1,3],[-4,0],[9,10],[4,14],[5,0],[-2,9],[-7,-1],[0,4],[-10,-2],[-11,12],[-13,-1],[-3,2],[-13,-7],[-5,14],[-6,5],[-35,-5],[-5,12],[3,5],[-3,8],[11,6],[-3,8],[7,3],[-2,9],[16,0],[14,4],[14,13],[-3,6],[7,1],[2,7],[3,-1],[-17,8],[1,3]],[[2532,3532],[47,-6],[13,-4],[30,-22],[17,-20]],[[6527,3291],[8,7],[-4,5],[-5,1],[-12,9],[-1,6],[4,8],[-7,6],[16,8],[-2,2],[3,6],[-8,0],[2,2],[-3,2],[-7,-3],[0,7],[-9,3],[-3,-3],[-4,3],[2,2],[-5,0],[3,4],[13,-1],[2,4],[-4,1],[2,6],[-3,4],[-7,23],[-7,1],[-2,-6],[-9,3],[5,10],[5,0],[-1,4],[-8,3],[1,12],[-2,6],[4,4],[-1,-4],[10,3],[11,-2],[16,0],[3,-3],[7,3],[9,-1],[4,6],[9,2],[-1,2],[23,1],[6,7],[0,6]],[[6580,3460],[11,-11],[24,3],[34,7],[7,5],[12,-3],[9,3],[21,0],[5,3],[-3,4],[2,4],[2,-3],[3,1],[-2,-2],[2,-5],[1,2],[5,-1],[0,-4],[3,3],[-2,4],[4,-2],[5,1],[-7,4],[5,0],[16,-12],[24,20],[11,-4],[-3,-9],[19,-11],[15,1],[0,4],[12,7],[22,4],[7,-3],[1,7],[48,11],[4,-4],[4,1],[-7,6],[10,6],[-4,31],[9,3],[16,-2],[17,5],[6,-2],[11,14],[7,3],[-1,6],[4,6]],[[6969,3561],[3,1],[4,2],[3,1],[2,0],[1,-1],[5,-5],[8,0],[4,0],[8,2],[13,-3],[11,-3],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[-1,-1],[-1,-1],[3,-6],[5,-9],[4,-1],[5,2],[3,3],[2,2],[1,-1],[1,0],[8,-4],[1,0],[0,-1],[1,-2],[1,-2],[3,-3],[4,-4],[2,-2],[8,-4],[7,-5],[9,-6],[3,-1],[4,0],[3,0],[1,0],[5,1],[5,2],[2,-5],[0,-3],[-1,-2],[6,-3],[13,-2],[12,-2],[3,1],[4,-5],[1,-5],[-1,-1],[-1,-1],[-4,-2],[-4,-2],[5,-6],[10,2],[3,1],[6,3],[6,4],[6,2],[2,0],[2,-1],[4,-2],[4,-2],[1,-4],[2,-3],[2,-3],[6,-2],[6,-1],[7,-3],[3,-4],[2,-5],[-1,-2],[-5,-8],[-11,-7],[-6,-4],[-6,-8],[-1,-2],[1,-3],[3,-6],[2,-3],[3,-3],[5,0],[9,1],[3,-1],[5,-4],[3,-2],[4,-2],[6,-1],[4,-1],[7,0],[2,0],[6,-1],[12,-3],[4,-1],[4,-3],[2,-1],[1,-2],[0,-4],[1,-3],[2,-5],[0,-1],[0,-5],[-1,-2],[-2,-5],[-4,-5],[-7,-5],[-7,-3],[-2,-1],[-5,-5],[-5,-4],[-1,-3],[-1,-2],[0,-7],[-1,-5],[-4,-8],[-3,-4],[-1,0],[-4,-1],[-3,0],[-7,-1],[-1,-7],[1,-9],[0,-5],[0,-3],[-1,-1],[-4,1],[-1,1],[-2,1],[-1,1],[-3,1],[-1,0],[-3,0],[-1,0],[-4,-3],[-3,-2],[-4,-5],[1,-3],[0,-2],[2,-3],[1,-3],[-2,-8],[-1,-5],[-4,-1],[-3,-1],[-3,-4],[3,-5],[4,-5],[0,-4],[-3,-2],[-2,-1],[0,-2],[2,-3],[2,-1],[5,-3],[-2,-5],[-1,0],[-5,-1],[-47,-20],[-5,-2],[-13,-6],[-6,-6]],[[2970,3509],[8,1],[3,-3],[7,-25],[22,-26],[2,-10],[-10,0],[-1,-4]],[[2761,3236],[-23,27],[-1,10],[8,20],[-2,9],[-10,8],[-18,4],[-15,19],[0,17],[12,26],[-13,35]],[[2639,3480],[10,0],[21,9],[16,-2]],[[2686,3487],[21,-1],[21,3],[32,-7],[14,2],[18,14],[39,19],[7,15],[8,8],[30,12],[17,13]],[[2893,3565],[6,7],[-5,14],[4,8],[14,-6],[5,-13],[9,0],[2,-16],[7,-10],[-20,-6],[-28,-15],[4,-15],[49,7],[6,-1],[7,-13],[17,3]],[[4766,3603],[-3,-4],[1,-12],[13,-2],[-1,8],[9,7],[7,-7],[-5,-9],[4,-11],[5,-1],[1,-4],[-8,-4],[-3,-5],[17,5],[1,-3],[-23,-12],[-12,-11],[2,-10],[-4,-6],[0,-8],[8,0],[3,-6],[-20,-2],[-23,-7],[-32,13],[-18,14],[9,5],[7,9],[8,0],[-7,18],[10,0],[2,8],[7,3],[2,9],[6,1],[12,-7],[10,0],[3,14],[-3,6],[4,6],[-9,-1],[1,6],[14,5],[5,-5]],[[5469,3605],[8,-7],[-5,-8],[2,-9],[-3,-2],[-11,4],[-2,-2],[1,-4],[7,-1],[-4,-4],[8,-5],[2,2],[3,-2],[-3,-3],[10,-3],[-1,-6],[-4,-2],[13,-4],[-3,-3],[19,8],[8,0],[-4,-12],[-6,-2],[16,-8],[4,13],[13,0],[3,5],[6,-1],[1,-7],[5,-1],[1,-4],[16,-1],[0,3],[5,0],[10,-6],[4,-8],[-6,-7],[-6,2],[2,-8],[20,-5],[9,1],[1,9],[11,7],[2,-4],[1,2],[12,-4],[6,2],[5,-2],[21,15],[5,-2],[15,4],[2,0],[0,-3],[9,0],[2,3],[8,-1],[2,5],[7,4],[10,0],[4,5],[22,-5],[4,1],[2,-2],[4,4],[7,1],[-3,6],[24,6],[0,2],[7,-1],[14,-11],[-10,2],[5,-4],[-12,-11],[-6,-2],[-7,2],[3,-7],[-22,-2],[-6,-13],[9,-6],[9,2],[5,-3],[11,4],[1,6],[18,2],[-5,-5],[2,-2],[-13,-10],[4,-2],[4,4],[2,-7],[14,4],[5,6],[9,0],[8,-8],[-6,-2],[2,-8],[2,2],[8,-6],[7,-1],[-1,-5],[13,-6]],[[5864,3473],[3,-1],[-5,-4],[9,-9],[-10,1],[-7,-7],[-21,-1],[0,-5],[-4,-1],[2,-7],[-12,-4],[4,-3],[-15,-4],[-2,-8],[10,-4],[9,0],[4,-5],[1,-5],[-5,-4],[3,-5],[-4,-1],[1,-5],[-6,-6],[-3,-10],[-9,-5],[-11,0],[1,-7],[5,-1],[10,-12],[-10,-10],[4,-2],[-2,-3],[16,-2],[2,-2],[5,2],[0,-4],[10,-3],[12,1],[5,-6]],[[4994,3259],[6,13],[9,5],[-19,10],[-5,-1],[0,3],[8,4],[-4,1],[6,8],[4,21],[3,-2],[4,11],[46,-10],[4,7]],[[5056,3329],[8,0],[8,-5],[4,4],[21,0],[8,8],[10,-1],[0,-4],[-7,-5],[7,-6],[1,-6],[3,5],[4,-3],[10,9],[4,-2],[0,-7],[-6,-5],[14,-5],[-1,5],[3,1],[3,10],[17,6],[-13,-21],[2,-5],[9,0],[26,11],[3,12],[26,13],[-2,6],[3,2],[13,0],[0,-5],[11,2],[0,-5],[7,-1],[-1,3],[11,6],[-10,3],[1,6],[9,7],[7,-1],[5,4],[-10,2],[-5,8],[3,4],[13,6],[1,5],[6,-3],[0,3],[6,3],[-3,7],[18,5],[12,15],[-12,5],[-6,7],[-3,-3],[-3,2],[11,7],[25,0],[5,9],[3,-1],[-1,7],[-8,4],[-5,13],[-9,6],[18,4],[9,7],[0,17],[-13,-1],[-1,8],[-3,0],[8,6],[7,1],[-1,-5],[3,4],[2,-2],[6,3],[-1,6],[4,1],[-3,9],[7,2],[-3,6],[7,4],[10,1],[3,-4],[3,2],[3,-7],[6,-3],[17,1],[10,10],[7,-2],[-2,4],[4,3],[-7,3],[1,6],[5,4],[-6,5],[5,6],[-1,4],[9,5],[17,-3],[2,6],[-2,2],[4,3],[-5,7],[2,5]],[[5443,3604],[1,-5],[5,1],[3,7],[8,1],[4,-6],[5,3]],[[2079,3572],[-2,-11],[8,-9],[29,-15],[26,-23],[27,-14],[11,-37],[6,-8],[18,-4],[56,2],[32,5],[75,31],[47,6],[55,23],[49,12]],[[2516,3530],[16,2]],[[2036,3485],[-9,3],[6,5],[-3,2],[-3,-5],[-14,10],[-7,-1],[-8,4],[2,3],[-5,2],[-2,8],[-5,3],[5,6],[-4,3],[-7,-1],[-2,-4],[-20,5],[44,39],[30,11],[15,10],[13,1],[7,3]],[[2069,3592],[9,-9],[1,-11]],[[3405,3572],[-15,-19],[1,-8],[12,-5],[25,5],[21,-8],[0,-25],[9,-12],[-4,-3],[0,-8],[6,-2],[8,-10],[-3,-3],[-17,1],[-8,8],[-7,-8]],[[2970,3509],[0,14],[6,18],[9,-4],[20,19],[20,-1],[83,11]],[[3108,3566],[27,-2],[7,3],[12,-5],[2,-5],[-12,-2],[7,-8],[6,-1],[18,8],[2,13],[5,-2],[6,2],[-2,8],[51,2],[7,21],[-23,7],[-3,5],[4,4],[-10,9],[1,10],[-6,7],[0,3],[10,1],[0,13]],[[3217,3657],[45,-9],[29,-2],[-13,-38],[8,-2],[4,-17],[26,-6],[9,6],[-4,8],[23,-1],[10,6],[0,-9],[5,-4],[27,-1],[11,-3],[8,-6],[0,-7]],[[3108,3566],[18,31],[16,12],[-8,10],[-12,2],[-5,4],[24,9],[22,-9],[11,3],[2,6],[-12,18],[3,5],[9,4]],[[3176,3661],[41,-4]],[[6455,3618],[18,-5],[7,-6],[-1,-5],[8,-3],[-1,-4],[-14,1],[-6,-7],[-1,2],[-1,-7],[4,-5],[35,-8],[2,-15],[12,-9],[9,-1],[14,-6],[7,-12],[-14,-3],[-2,-9],[18,-8],[4,-7],[21,-16],[-1,-9],[5,-5],[-2,-3],[4,-8]],[[5864,3473],[8,5],[-7,7],[10,1]],[[5875,3486],[4,1],[4,-10],[23,-6],[2,-12],[-5,0],[-1,-9],[-4,-2],[3,-6],[10,3],[10,-5],[19,0],[2,-5],[28,-9],[4,-9],[3,1],[2,-4],[2,2],[5,-1],[6,-7],[11,2],[2,-4],[10,-3],[5,6],[-5,-2],[2,6],[11,5],[-6,6],[5,13],[4,-3],[23,1],[5,-6],[2,3],[1,10],[-15,15],[5,16],[12,0],[4,3],[8,-1],[3,-6],[-8,-3],[12,-6],[14,2],[6,2],[12,16],[8,-1],[-1,-2],[4,-3],[10,6],[4,-2],[5,1],[1,-2],[1,6],[2,-1],[4,3],[16,2],[0,7],[11,-1],[1,-4],[-4,-4],[17,6],[19,12],[12,-6],[19,13],[8,-1],[0,17],[12,5],[4,7],[6,-7],[8,-1],[1,6],[-4,4],[11,4],[10,-4],[4,1],[2,15],[-7,-1],[-11,7],[2,3],[7,2],[-9,1],[1,4],[-5,3],[10,5],[11,-5],[5,8],[35,18],[-4,2],[-4,-1],[-6,8],[3,2],[-4,8],[6,23],[-2,3]],[[6334,3646],[13,0],[10,11],[6,-3],[-2,-4],[5,-7],[11,-4],[16,6],[4,-4],[11,-1],[-1,-4],[33,12],[4,-7],[3,1],[-4,-2],[4,-4],[9,-1],[-2,-3],[3,-2],[-8,0],[2,-9],[4,-3]],[[3856,3599],[-9,-6],[-1,3],[-6,1],[-19,-4],[23,2],[20,-25],[0,-4],[-4,0],[1,5],[-5,5],[-15,1],[1,-5],[-6,-5],[2,-3],[-3,-7],[6,-6],[8,-2],[4,4],[7,0],[1,9],[4,-9],[9,-7],[-18,3],[5,-6],[-3,-4],[-12,6],[8,-12],[16,-3],[2,-3],[-18,0],[3,-11],[8,-6],[10,6],[14,-5],[-14,-2],[-12,-7],[-13,3],[-4,-6],[3,-16],[-4,-2],[6,1],[-3,17],[16,-2],[2,-6],[-5,-3],[-1,-5],[7,-7],[17,-1],[15,-19],[-3,-18],[8,-14],[5,-3],[14,1],[11,-5],[8,5],[3,-1],[-3,-6],[-16,-10],[-6,-11],[3,-4],[-1,-9],[-12,13],[-12,-9],[-21,-4],[8,-7],[-5,-13],[10,-14],[-2,-9],[-12,-3]],[[3405,3572],[3,-1],[6,4],[0,32],[21,22],[51,7],[7,3],[6,-4],[13,1],[10,12],[24,0],[27,-16],[10,5],[3,-7],[-3,-6],[-12,-14],[7,-8],[14,10],[-4,2],[17,18],[0,7],[19,10],[-9,14],[29,6],[2,5],[8,0],[3,3],[33,-12],[15,-1],[9,5],[13,-2],[23,-10],[22,10],[15,-13],[31,0],[7,-2],[20,-41],[11,-12]],[[2682,3673],[-3,0],[-10,-11],[10,0],[2,-9],[4,1],[7,-4],[8,1],[1,3],[6,-3],[-6,-9],[10,-21],[7,-1],[2,-8],[14,6],[6,-1],[-3,-7],[4,-5],[0,-9],[5,-5],[-14,-20],[-9,7],[-11,-7],[-1,-4],[7,-5],[-2,-1],[5,-5],[-4,-2],[2,-2],[11,0],[9,-6],[-16,-8],[5,-2],[-10,-5],[-9,-1],[-22,-9],[4,-5],[-2,-8],[-3,0],[0,-21]],[[2516,3530],[-18,26],[-15,8],[-14,13],[-10,5],[-12,-2],[-1,13],[10,1],[13,-4],[7,9],[-9,5],[-16,-3],[-3,5],[21,13],[11,13],[10,3],[9,10],[24,2],[0,-4],[8,2],[-4,-4],[27,14],[32,12],[7,9],[33,4],[7,-1],[1,-4],[14,1],[9,4],[7,-3],[5,3],[7,-1],[6,-6]],[[1212,3612],[0,-11],[2,-2],[-3,-1],[3,-3],[3,1],[-1,-4],[22,4],[0,-7],[5,-1],[-1,5],[4,-3],[-2,-2],[8,-2],[6,-6],[2,-8],[21,-2],[3,3],[13,3],[2,-3],[4,2],[6,-2],[3,-4],[17,2],[2,-4],[12,-1],[3,-8],[-6,-3],[2,-4],[6,-1],[2,-10],[-3,-6],[25,-14],[5,-23],[6,-5],[1,-6],[10,0],[1,-11],[18,3],[27,-9],[9,0],[-7,-10],[14,-15]],[[1456,3444],[5,-6],[7,1],[1,-8],[8,-10],[35,-10],[-22,-32],[-15,-5],[-2,-10],[-7,-5],[12,-19]],[[921,3365],[1,19],[-6,6],[-8,1],[-1,3],[0,5],[7,-4],[3,16],[-4,9],[-8,2],[-1,4],[-4,-2],[-12,18],[6,2],[29,23],[12,-3],[4,2],[-6,14],[-8,4],[3,5],[-10,15],[1,4],[-10,6],[-2,6],[6,6],[-6,9],[1,3],[20,4],[-10,12],[-11,8],[-4,21],[6,11]],[[909,3594],[2,7],[17,2],[13,-1],[3,8],[3,0],[18,16],[-4,6],[7,5],[8,0],[2,-4],[12,-1],[-4,-4],[5,-3],[42,15],[0,5],[8,0],[4,4],[29,2],[5,3],[12,-13],[11,-4],[2,-14],[10,-3],[5,-4],[5,2],[3,-2],[2,-4],[-5,-1],[4,-6],[-1,-5],[5,-3],[1,-14],[4,-3],[15,5],[20,15],[12,-11],[2,4],[14,7],[-2,5],[4,1],[-2,6],[12,0]],[[2968,3690],[12,-3],[-10,-19],[-16,-10],[-13,-4],[-38,-19],[-18,7],[-1,-5],[-5,-2],[-9,-9],[2,-2],[-6,-2],[-18,6],[-4,-3],[5,-4],[-8,-9],[19,-17],[5,1],[7,-5],[0,-8],[21,-18]],[[2682,3673],[13,9],[-1,5],[4,0],[6,5],[24,-7],[1,5],[-7,-2],[-1,4],[6,3],[-5,1],[-4,7],[-10,0],[-7,9],[7,3],[1,4],[8,3],[-8,6],[-12,-2],[-4,5],[17,-1],[1,13]],[[2711,3743],[11,3],[10,-3],[-7,-4],[-12,-14],[4,-2],[9,7],[32,-12],[2,6],[3,-9],[8,-3],[-5,6],[20,9],[6,-3],[5,-9],[9,-4],[2,-8],[4,0],[-1,-2],[7,-5],[4,8],[9,-6],[1,7],[8,3],[11,-3],[5,-7],[21,-8],[4,1],[1,9],[4,2],[10,-6],[6,6],[4,-5],[4,0],[-5,9],[6,-3],[11,7],[6,-11],[8,0],[12,-14],[14,7],[6,-2]],[[5811,3745],[3,-1],[-2,4],[4,0],[8,-5],[1,2],[7,0],[1,2],[13,-2],[4,-2],[-3,-9],[-5,-2],[-3,-10],[9,0],[8,4],[3,-3],[8,-1],[4,-7],[-3,-4],[6,-3],[-3,-1],[22,-8],[9,-7],[18,0],[5,5],[18,-3],[-1,-3],[26,0]],[[5968,3691],[-2,-14],[3,-3],[9,0],[1,4],[4,1],[8,-3],[-2,-6],[-6,0],[-3,-2],[-1,-3],[7,-3],[-4,-15],[-8,7],[4,3],[-13,-2],[0,-6],[-11,-14],[-6,-3],[2,-1],[-7,-2],[-7,3],[2,3],[-4,0],[2,-5],[-8,-5],[2,-2],[-10,-4],[12,-5],[12,-14],[-2,-3],[7,-4],[-26,0],[0,-4],[-4,-3],[8,-2],[-8,-5],[4,-3],[3,-8],[6,1],[-6,-5],[6,-3],[-7,-11],[-10,-6],[3,-2],[-5,-1],[4,-1],[1,-3],[2,2],[6,-2],[-13,-11],[-18,-3],[8,-3],[-2,-5],[3,-3],[-5,-2],[-1,2],[-5,0],[3,-8],[-3,0],[-9,6],[-16,-3],[3,-1],[-3,-8],[4,-1],[3,-11]],[[5469,3605],[-4,2],[7,11],[-4,2],[8,8],[21,3],[7,8],[11,-3],[5,-5],[7,-1],[12,13],[-1,7],[-9,4],[-6,7],[-4,-2],[-1,6],[-5,-2],[-3,4],[-7,-1],[11,5],[-5,7],[20,7],[13,1],[6,8],[-5,11],[8,4],[3,-2],[16,3],[4,-2],[6,3],[5,-1],[3,3],[15,0],[2,3],[-10,7],[5,4],[-1,2],[8,5],[-11,6],[6,3],[-6,-2],[-5,4],[2,2],[-11,1],[0,3],[-4,3],[8,6],[27,3],[2,3],[17,0],[2,-6],[4,-1],[4,3],[24,-13],[2,7],[4,-3],[10,1],[9,-6],[8,6],[8,1],[6,-6],[11,-2],[0,-5],[-9,1],[-2,-7],[8,-4],[8,4],[18,-3],[1,3],[14,4],[8,-7],[-1,-6],[22,-4],[12,14],[8,3],[0,5]],[[4996,3738],[-13,-14],[3,-13],[-8,-4],[-5,-12],[-7,-3],[-1,-7],[-7,-2],[-6,-9],[-7,-2],[-4,-5],[-7,0],[2,-5],[6,-1],[-1,-8],[7,-5],[0,-8],[-14,-19],[-16,-3],[1,-16],[17,2],[2,-5],[8,-3],[9,2],[5,-4],[13,-1],[4,-9],[-10,-5],[-3,2],[-5,-10],[-8,1],[-6,-4],[4,-8],[-11,-18],[-5,2],[-13,-2],[3,4],[-6,-1],[-7,-8],[9,-12],[-4,4],[-6,-9],[-15,-1],[-2,3],[3,6],[-8,3],[-9,-1],[-3,-5],[-6,5],[-15,-6],[9,-9],[7,-3],[15,0],[12,-5],[9,1],[29,-5],[4,-7],[-9,-5],[1,-5],[-3,-1],[4,-1],[1,-6],[18,-4],[-2,-4],[7,0],[-1,-3],[3,2],[3,-3],[9,-1],[8,2],[-1,-3],[5,0],[7,-5],[-6,-10],[5,-2],[1,-13],[5,-1],[-5,-6],[12,5],[2,-6],[3,1],[-2,2],[6,-1],[3,-9],[11,-8],[15,-2],[26,-9],[3,-7],[-10,-2],[0,-6],[-3,0],[6,-2],[-1,-6],[-7,-1],[8,-1],[-1,-6],[4,1],[9,-7],[-5,-2],[6,0],[10,-6],[-1,-3],[-15,7],[0,-3],[-7,2],[-17,13],[-3,-4],[17,-9],[-6,0],[-2,-7],[-6,1],[-8,5],[-5,15],[-2,-8],[6,-9],[-4,-7],[-8,5],[2,4],[-6,3],[-1,-6],[-13,4],[-2,-5],[10,-3],[-1,-6],[30,-5],[4,-9],[12,5],[-2,-6]],[[4539,3425],[-6,1],[2,5],[7,1],[7,5],[-3,10],[7,6],[-3,12],[3,1],[0,3],[-3,-1],[-1,4],[-3,0],[-10,-3],[-22,1],[-7,-2],[-1,5],[5,2],[1,8],[14,3],[2,-3],[24,7],[3,17],[-8,1],[-6,7],[2,6],[4,1],[1,8],[-13,8],[-18,-5],[0,-3],[-5,-2],[-14,2],[-7,5],[-1,11],[-6,6],[5,5],[-5,4],[-9,-5],[-7,2],[-2,-2]],[[4466,3556],[1,4],[-6,6],[-2,9],[12,7],[-3,4],[4,8],[14,1],[8,15],[13,0],[12,15],[10,-3],[26,0],[16,-7],[-1,-2],[14,3],[2,6],[17,-2],[9,7],[8,0],[11,-6],[5,5],[-10,1],[1,2],[15,-4],[3,-6],[-1,8],[4,1],[-1,4],[10,1],[5,7],[3,11],[-4,7],[13,5],[-5,3],[6,0],[-4,6],[4,3],[6,-3],[5,1],[15,10],[11,-6],[32,1],[8,-5],[9,11],[12,0],[3,-3],[3,6],[3,-9],[5,-1],[5,3],[-5,1],[1,5],[6,-5],[-6,-11],[18,9],[1,7],[14,0],[2,4],[7,-1],[4,4],[3,-2],[2,-7],[8,-2],[6,-7],[7,-2],[3,3],[-1,4],[-5,3],[-2,8],[-5,2],[5,4],[-3,9],[19,-1],[5,2],[2,19],[-11,6],[0,15],[-11,8],[2,1],[8,1],[3,-3],[13,1],[26,24]],[[4908,3779],[5,3],[5,-2],[14,-2],[7,-7],[16,3],[1,-6],[10,5],[10,-2],[5,-14],[4,-2],[-3,0],[3,-7],[11,-10]],[[3186,3711],[5,-4],[2,2],[4,-1],[0,-5],[-5,-3],[-1,-5],[-4,1],[0,-7],[-8,0],[-3,-28]],[[2968,3690],[-1,12],[3,-2],[6,8],[6,-2],[7,5],[-6,7],[13,4],[22,17],[2,5],[16,8],[9,1],[9,11],[14,-6],[4,3],[2,-1],[16,4],[10,6],[0,5]],[[3100,3775],[1,-1],[8,0],[3,-5],[13,-7],[-3,-15],[-28,-15],[6,-5],[-9,-10],[6,-2],[4,-8],[12,-12],[17,-1],[27,13],[0,8],[17,2],[0,-4],[12,-2]],[[5170,3778],[2,-5],[25,-2],[26,10],[4,-5],[-5,-4],[12,-3],[20,6],[1,-9],[8,-9],[15,-2],[8,-7],[9,2],[7,8],[-2,22]],[[5300,3780],[35,-9],[-8,-12],[11,-5],[9,-15],[3,1],[2,-5],[3,0],[2,-23],[-7,-3],[-3,-11],[6,-21],[6,-4],[2,6],[5,2],[-1,-4],[6,-6],[-2,-4],[4,0],[9,0],[-2,7],[6,3],[4,0],[1,-3],[5,1],[2,2],[6,-3],[11,1],[8,-4],[6,3],[-1,4],[-6,2],[2,3],[9,5],[4,-1],[6,-8],[19,-7],[1,-4],[-10,-7],[1,-11],[-10,-3],[4,-6],[-8,-18],[3,-19]],[[4996,3738],[-1,4],[9,4],[5,0],[13,7],[13,0],[3,3],[-12,1],[-5,7],[8,-6],[20,0],[-4,4],[4,-1],[5,14],[12,6],[0,8],[20,-6],[7,-8],[11,-4],[1,-7],[6,-4],[2,-8],[13,-6],[2,3],[4,-1],[10,3],[7,11],[4,1],[-4,5],[21,10]],[[4101,3779],[15,-5],[39,3],[4,-15],[5,0],[8,-9],[1,-9],[4,-4],[-3,-13],[4,-8],[11,-9],[4,2],[0,-7],[12,-6],[8,-14],[19,-5],[2,-10],[-3,-1],[-1,-21],[7,4],[20,3],[9,-10],[1,-17],[4,0],[2,6],[16,-1],[-3,-11],[7,-6],[1,-11],[27,-9],[-4,-9],[-3,2],[-2,-4],[-7,-2],[0,-5],[-4,-4],[7,-5],[-14,-12],[2,-10],[20,-4],[9,-6],[17,-4],[-2,-3],[6,2],[0,2],[16,-4],[13,3],[6,14],[10,1],[6,7],[15,-11],[1,-6],[10,-9],[1,-4],[7,-1],[7,2],[-1,6],[12,-4],[6,7],[5,1],[-2,1],[0,8],[8,11]],[[3856,3599],[9,-5],[25,1],[10,6],[16,0],[20,7],[19,0],[5,3],[14,-4],[0,7],[7,8],[0,10],[-10,23],[-3,17],[3,4],[13,2],[10,14],[-3,9],[-25,2],[-8,7],[5,17],[-2,6],[8,3],[5,-2],[4,7],[-14,12],[-2,5],[4,2],[-3,8],[-9,8],[8,15],[-3,2],[2,4],[15,-12],[21,1],[9,-13],[9,5],[27,5],[8,-14],[13,5],[2,-3],[9,-1],[11,4],[1,-3],[5,0],[3,3],[-3,3],[10,2]],[[6859,3767],[1,-5],[1,-5],[10,1],[7,-4],[9,-9],[4,-3],[1,-4],[-1,-2],[1,-2],[1,0],[2,-2],[3,-1],[4,-2],[2,-1],[1,-2],[0,-1],[1,-4],[1,-4],[3,-5],[1,-4],[7,-6],[2,-1],[-1,-4],[-4,-8],[-12,-8],[0,-1],[1,-4],[-3,-3],[-3,-4],[-1,-6],[0,-1],[3,-4],[0,-4],[-1,-4],[0,-4],[1,-4],[2,-4],[2,-6],[2,-7],[5,-4],[6,-4],[7,1],[4,0],[6,-1],[0,-3],[3,-3],[5,-4],[9,1],[6,-5],[4,-3],[6,-7],[6,-4],[7,-4],[5,-1],[-3,-3],[-1,-1],[-1,-1],[-5,-4],[-3,-3],[-1,-2],[-2,-2],[0,-2],[-1,-2],[1,-3]],[[6455,3618],[12,5],[13,-3],[14,6],[15,12],[11,1],[4,9],[9,1],[10,7],[4,6],[13,3],[0,7],[6,7],[30,17],[4,8],[17,5],[-5,6],[10,2],[1,2],[-3,1],[3,6],[-2,5],[-6,-3],[-3,4],[0,7],[5,3],[5,-1],[2,-3],[3,1],[-1,4],[6,1],[4,-3],[0,-5],[10,9],[2,-5],[7,-5],[1,-7],[22,-1],[-7,-3],[4,-14],[-2,-7],[7,3],[4,-2],[17,11],[19,6],[-6,10],[7,-1],[13,4],[2,5],[-4,1],[1,4],[12,17],[6,0],[7,3],[4,7],[7,-3],[8,5],[-2,3],[3,1],[7,-4],[1,-8],[29,-4],[4,3],[6,-7],[7,6],[7,2],[9,-4],[11,6]],[[5968,3691],[20,8],[4,17],[-2,5],[16,12],[7,0],[1,-4],[4,2],[-1,3],[6,-1],[1,-6],[-12,-2],[15,-14],[8,5],[1,-5],[8,1],[2,4],[22,3],[-6,12],[-9,8],[-8,2],[20,17],[0,4],[5,-2],[6,12],[1,-5],[5,-2],[2,6],[3,-1],[2,4],[6,1],[-3,3],[5,3],[2,5],[-3,2],[4,3],[13,-7],[11,15],[2,7],[8,0],[3,5],[18,1],[2,3],[12,-3],[-2,7],[18,6]],[[6185,3825],[7,-5],[15,-1],[8,-6],[10,-1],[7,1],[23,16],[16,-2],[7,-5],[3,-6],[-3,-1],[-6,0],[1,3],[-5,4],[-9,-2],[3,-3],[-7,-6],[5,0],[-1,-11],[5,-1],[-8,-4],[4,-2],[2,-8],[-15,-11],[3,-2],[10,4],[2,-2],[11,2],[5,-1],[1,4],[6,4],[5,-1],[-4,-3],[5,-3],[4,1],[-5,2],[3,3],[16,-2],[2,-2],[3,-4],[-4,-4],[-2,-23],[19,-1],[4,-5],[-4,0],[-3,-7],[10,-2],[-5,-2],[2,-4],[-4,-2],[4,-5],[-4,-2],[10,1],[-6,-5],[-17,-1],[-2,-9],[-8,-10],[12,-2],[9,-5],[4,9],[3,0],[0,-5],[8,4],[7,-4],[-9,-4],[3,-5],[-6,-2],[-1,-4],[-4,-1],[0,-7],[4,-4],[-5,-1],[-15,5],[-13,-1],[-6,-15],[12,-17],[12,4],[4,8],[11,0]],[[1928,3800],[-38,6],[-14,-2],[5,-7],[15,-2],[3,-5],[-21,1],[0,-6],[11,0],[10,-5],[14,-19],[20,-13],[7,-16],[-3,-12],[3,-6],[28,-9],[26,-5],[16,-16],[15,-9],[1,-11],[12,-5],[2,-7],[-17,-16],[0,-6],[23,-16],[23,-22]],[[1456,3444],[14,1],[30,-10],[10,3],[-5,6],[3,1],[2,-2],[7,5],[6,-3],[-5,5],[1,6],[7,-2],[2,-3],[16,-2],[8,14],[-6,11],[1,5],[22,-1],[30,14],[1,9],[15,-3],[6,4],[-2,10],[-10,13],[-17,37],[-14,9],[4,3],[6,-2],[3,-6],[16,1],[3,5],[-2,8],[4,6],[-2,5],[17,0],[19,19],[2,5],[7,-2],[0,3],[12,5],[4,-2],[-2,-4],[6,4],[-1,5],[-5,2],[7,7],[-2,3],[-8,1],[0,11],[-5,-1],[1,5],[-17,5],[-2,7],[-6,2],[2,5],[-5,-1],[-3,2],[12,15],[8,5]],[[1651,3692],[12,4],[7,-5],[11,2],[9,12],[14,7],[-17,21],[12,2],[-6,8],[11,8],[-3,8],[5,0],[0,-3],[7,-3],[13,8],[-3,-8],[4,-3],[-5,-9],[11,7],[-1,-5],[3,-3],[11,4],[11,13],[-2,4],[11,1],[6,13],[17,7],[8,29],[23,15],[19,-11],[17,2],[0,-6],[6,0],[11,7],[21,-2],[8,4],[0,3],[5,-8],[-12,-2],[26,-4],[4,-2],[3,-7]],[[5544,3864],[8,3],[4,-8],[9,-2],[19,3],[5,-6],[-15,-8],[3,-4],[24,-6],[8,-9],[11,2],[1,-2],[10,7],[8,-3],[5,7],[6,-2],[3,-5],[9,-1],[1,-6],[-12,-1],[-14,-6],[-4,2],[0,-8],[-6,-6],[-7,3],[-4,-5],[-10,-1],[-14,-7],[-3,-7],[4,-4],[-9,-2],[0,-5],[-6,-7],[-7,0],[-6,8],[2,3],[-3,8],[-5,0],[-7,9],[-17,0],[-7,-6],[-11,5],[-16,-4],[-24,14],[5,5],[9,-2],[15,3],[3,5],[-5,8],[5,0],[-4,3],[-10,1],[-12,13],[-11,5],[20,4],[1,3],[4,-1],[9,5],[2,4],[10,2],[7,-4],[12,7],[7,-4]],[[2079,3572],[9,0],[6,3],[-1,3],[10,6],[8,11],[12,-2],[2,-3],[6,4],[6,-3],[11,3],[2,4],[-7,6],[4,3],[-7,-1],[0,6],[8,2],[-2,13],[8,2],[2,15],[10,6],[6,0],[6,-9],[11,-2],[4,-5],[3,2],[3,-3],[14,9],[7,0],[18,-17],[0,-6],[3,-2],[8,2],[-5,7],[-1,7],[3,6],[-5,8],[0,11],[11,12],[-14,5],[-13,11],[-19,9],[-7,8],[5,5],[-7,10],[30,16],[3,3],[-5,6],[8,6],[35,6],[4,5],[-3,4],[5,4],[12,1],[11,5],[11,2],[5,6],[-2,4],[3,5],[1,-2],[7,-1],[-4,-6],[14,-3],[-4,-6],[10,-2],[0,-6],[25,-3],[2,4],[-4,3],[9,6],[-3,1],[1,2],[4,2],[1,-3],[3,0],[13,9],[-11,8],[1,5],[-6,-3],[-6,5],[-2,-1],[1,5],[-7,8],[-7,-2],[-3,5],[4,5],[11,3],[0,9],[19,4],[15,-3],[6,1],[3,-7],[9,-2],[-5,-6],[14,5],[13,-7],[4,2],[6,13],[10,8]],[[2458,3841],[11,5],[6,-2],[5,2],[30,-7],[32,16],[24,4],[11,-21],[8,4],[10,-16],[6,0],[3,-2],[24,15],[13,3],[3,-3],[9,1],[1,-7],[15,1],[9,5],[0,7],[5,3],[19,0],[4,13],[6,0]],[[2712,3862],[6,3],[12,-1],[-3,-9],[10,-1],[5,-5],[-4,-3],[8,-1],[4,-5],[4,-1],[2,-5],[5,1],[9,-6],[3,-12],[-5,-3],[2,-4],[-2,-3],[-31,-9],[21,-11],[9,-7],[2,-9],[-51,-10],[-9,-14],[2,-4]],[[1212,3612],[5,3],[-4,0],[-4,8],[8,-2],[-5,3],[7,0],[-8,7],[5,3],[-2,5],[3,3],[-5,3],[12,9],[-1,3],[7,0],[-2,4],[-18,3],[-7,12],[-16,12],[19,5],[-5,5],[4,3],[1,8],[-9,7],[-11,26],[-2,13],[8,11],[-6,6],[4,4],[13,4],[9,9],[10,-4],[7,4],[13,-14],[-2,-5],[3,-4],[5,5],[12,4],[13,0],[2,14],[5,3],[17,2],[-5,5],[14,19],[-3,4],[9,18],[-2,4]],[[1310,3844],[3,1],[4,-4],[2,2],[3,-1],[-4,-4],[1,-6],[8,3],[13,-2],[8,3],[11,-5],[12,9],[-5,-11],[5,-7],[5,6],[6,-4],[11,4],[8,6],[-3,5],[10,2],[5,4],[6,-3],[4,4],[5,-9],[10,6],[3,-12],[-4,-5],[7,-5],[7,3],[6,-6],[11,-2],[18,7],[9,-5],[8,2],[-3,-10],[5,3],[11,-1],[4,-3],[14,-2],[-3,-2],[9,-6],[9,0],[4,-3],[-6,-2],[7,-2],[-1,-4],[6,-1],[-2,-2],[3,-5],[6,1],[-4,-5],[4,-2],[3,-6],[10,0],[3,-9],[-11,-9],[-12,6],[-5,-6],[2,-5],[5,1],[2,5],[13,-11],[11,0],[3,3],[0,-3],[10,3],[8,-2],[4,2],[5,-4],[1,5],[-5,3],[5,1],[-1,3],[7,9],[11,5],[-1,-7],[11,-4],[2,2],[6,-2],[-16,-26],[-26,-7],[-1,-17],[9,-3],[4,3],[10,-1],[11,5],[7,-16]],[[6558,3936],[7,0],[-2,-5],[5,-2],[7,3],[3,-5],[4,4],[-2,5],[3,1],[4,-3],[4,3],[5,0],[-2,-5],[7,-1],[-2,-1],[5,-4],[-2,-7],[5,-1],[3,8],[11,-1],[0,2],[8,1],[9,-4],[-2,-1],[6,-8],[1,-9],[10,3],[-3,-8],[4,-4],[0,-7],[-17,-2],[2,-6],[-13,-4],[-3,-6],[-5,0],[-5,-6],[3,-4],[-1,-11],[-5,-4],[-6,-7],[-5,2],[-4,-6],[-6,1],[1,-6],[-4,1],[-1,-4],[-12,4],[-14,-4],[3,4],[-4,1],[1,3],[-16,2],[-7,13],[-7,2],[-6,0],[0,-3],[-14,2],[1,10],[-5,1],[4,1],[-8,2],[-1,3],[-4,-1],[-2,5],[-3,-1],[-6,5],[1,3],[-10,0],[0,7],[2,3],[19,4],[1,4],[3,1],[4,-5],[-2,-4],[10,0],[5,4],[9,0],[0,4],[4,-1],[6,5],[4,-4],[13,6],[-6,6],[8,0],[-3,6],[-4,2],[-2,-3],[-4,4],[13,9],[-10,6],[7,-2],[2,2],[-2,4],[-5,1],[6,1],[4,-4]],[[587,3899],[11,2],[11,-2]],[[609,3899],[-5,-12],[17,-10],[6,0],[3,-4],[-4,-6],[5,-4],[14,14],[1,4],[-5,2],[17,4],[7,-25],[5,-5],[-6,-4],[3,-5],[10,4],[25,-1],[5,-9],[6,-2],[-3,-3],[1,-11],[14,-19],[23,3],[5,-6],[7,-1],[4,-4],[-7,-12],[4,-4],[-3,-3],[19,-7],[3,5],[10,-4],[-5,-4],[0,-5],[8,0],[-7,-9],[8,-4],[2,-4],[-11,-8],[2,-4],[-13,-3],[-7,-9],[-11,4],[-10,-4],[8,-7],[5,1],[-1,-6],[3,-3],[-4,0],[-8,-11],[10,-10],[-12,-2],[-4,-13],[4,1],[39,-17],[-5,-1],[0,-7],[-5,4],[-6,-4],[5,-5],[4,2],[2,-4],[9,-5],[-9,-2],[-1,-9],[10,-6],[2,-8],[11,1],[5,9],[9,0],[1,5],[7,0],[15,10],[6,-6],[7,-2],[3,-9],[9,-6],[3,-7],[21,-4],[4,7],[6,-1],[0,-9],[10,-6]],[[663,3258],[-3,2],[-2,0],[-1,0],[-1,-1],[-6,-3],[-1,-2],[-3,-2],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[-3,0],[-7,0],[-12,0],[-8,3],[-12,4],[-3,0],[-3,1],[-1,0],[-7,2],[-1,0],[-4,3],[-1,1],[-7,8],[-7,6],[-6,6],[-5,4],[-4,5],[-3,4],[-6,3],[-7,0],[-6,0],[-1,0],[-2,-1],[-1,0],[-3,-1],[-2,0],[-1,-1],[-1,0],[0,-1],[-1,-3],[-1,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-2,-1],[-2,0],[-1,0],[-1,0],[-1,1],[-1,0],[-2,2],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,2],[1,2],[1,1],[0,1],[1,2],[0,2],[0,1],[0,1],[-1,0],[-1,2],[-3,1],[0,1],[-1,0],[-3,5],[0,1],[-1,1],[0,2],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,2],[-1,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,2],[-2,2],[-1,2],[0,1],[-3,3],[-6,3],[-5,1],[-9,1],[-7,2],[-3,1],[-1,1],[-2,2],[0,2],[-1,1],[0,1],[-1,1],[-1,0],[-6,5],[-10,6],[-1,0],[-1,1],[-6,4],[0,1],[-3,9],[1,4],[2,2],[0,1],[0,1],[0,1],[-1,3],[-1,1],[-1,2],[-2,2],[-1,0],[-3,0],[-1,0],[-3,1],[-3,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[1,0],[3,4],[2,4],[2,7],[-2,2],[-1,1],[-3,3],[-4,10],[-10,5],[-2,1],[-2,0],[-1,0],[-3,-2],[0,-1],[-3,-3],[-3,5],[-2,8],[-1,7],[0,2],[-1,1],[-1,1],[-1,0],[-1,-1],[-2,0],[-2,-1],[-1,-1],[-2,-2],[0,-1],[-1,-1],[1,-1],[0,-1],[2,-4],[0,-1],[1,-1],[1,0],[2,-1],[0,-1],[-1,0],[-2,-2],[-2,-1],[-1,0],[-2,-1],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[-4,8],[-5,5],[-3,5],[-1,1],[0,2],[0,2],[1,2],[1,4],[0,1],[2,4],[-8,6],[-9,5],[-1,1],[-4,2],[-3,5],[-1,4],[2,2],[3,6],[0,2],[0,1],[-1,1],[0,1],[-1,0],[-2,0],[-5,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,2],[0,4],[1,0],[1,0],[6,5],[1,1],[1,1],[0,1],[0,1],[-2,1],[0,1],[-1,0],[-5,2],[-5,2],[-3,1],[-1,1],[0,1],[-1,1],[1,1],[0,1],[1,1],[1,3],[2,4],[1,1],[0,1],[-1,1],[0,1],[-1,2],[-1,1],[-5,4],[-5,6],[-6,6],[-1,0],[-3,1],[-1,1],[0,1],[0,1],[0,1],[1,4],[5,1],[3,3],[8,7],[-3,3],[-3,0],[-2,5],[-1,10],[-1,4],[1,1],[0,1],[1,1],[0,1],[1,1],[6,5],[3,7],[3,7],[-1,7],[-4,4],[1,5],[0,1],[2,1],[1,0],[1,1],[2,0],[1,0],[1,1],[0,1],[1,1],[0,4],[0,1],[1,2],[9,6],[5,2],[3,5],[-1,11],[-5,3],[-8,-4],[-6,3],[-2,1],[-2,1],[0,1],[0,1],[0,1],[2,0],[2,0],[3,0],[2,0],[2,0],[1,0],[1,1],[1,1],[2,4],[1,1],[-1,2],[-2,1],[-2,2],[-1,0],[-1,1],[0,1],[-1,1],[0,1],[0,1],[5,8],[4,0],[6,-1],[5,0],[3,4],[3,2],[3,1],[7,-1],[8,-1],[3,0],[5,1],[4,3],[-2,6],[-4,6],[-1,4],[0,5],[1,6],[-2,5],[-3,8],[-5,5],[-4,3],[0,8],[0,9],[1,2],[2,2],[1,1],[5,1],[3,1],[1,0],[7,-1],[2,0],[1,0],[2,0],[2,2],[3,2],[3,6],[2,6],[2,3],[0,1],[3,1],[7,3],[8,3],[9,3],[6,2],[14,2],[12,2],[7,1],[9,1],[7,6],[8,5],[1,2],[2,3],[-1,1],[-3,3],[-2,3],[-1,4],[1,6],[3,3],[4,4],[3,5],[0,5],[-1,2],[1,2],[3,1],[2,0],[4,0],[2,0],[3,2],[-2,5],[-2,3],[0,1],[1,2],[2,1],[5,2],[14,1],[9,0],[0,-2],[1,-1],[3,-3],[5,-3],[11,-7],[7,-3],[3,-1],[-1,1],[-1,1],[-1,3],[0,1],[1,2],[2,1],[6,-1],[4,-1],[5,1],[1,2],[0,1],[0,1],[0,1],[5,5],[2,1],[8,-1],[7,1],[8,1],[2,0]],[[5536,3980],[4,-4],[-1,-2],[12,-8],[2,3],[2,-2],[-1,-5],[-6,-5],[5,-1],[26,-26],[8,2],[4,-3],[3,7],[-5,2],[-1,15],[16,0],[10,-5],[17,0],[3,-3],[-4,-5],[12,-4],[-12,-1],[5,-8],[5,2],[2,-2],[23,6],[10,5],[13,-2],[-4,3],[9,15],[28,1],[4,-10],[-6,-8],[3,-4],[6,-1],[5,9],[14,-3],[-4,-5],[25,-25],[-1,-8],[-16,-6],[-11,-11],[0,-13],[5,-1],[2,-8],[4,0],[-2,-5],[5,-6],[6,2],[3,-3],[5,7],[7,-9],[7,2],[13,-4],[-10,-12],[14,-2],[3,2]],[[5802,3833],[7,-5],[-5,-3],[3,-4],[5,2],[3,-9],[-4,-3],[-3,2],[1,-4],[-8,1],[0,-4],[-11,1],[-1,-3],[17,-9],[-4,-2],[4,-2],[0,-5],[-4,-3],[1,-5],[-12,-4],[4,-17],[-16,-7],[9,-8],[23,3]],[[5300,3780],[-3,14],[3,5],[-3,4],[6,5],[18,-5],[-3,-5],[4,-2],[22,-2],[16,10],[-3,3],[21,1],[7,-15],[19,-3],[12,2],[0,4],[13,3],[5,9],[-1,14],[-7,9],[2,7],[-12,-3],[-10,7],[-17,-1],[0,3],[-8,0],[-1,15],[-9,5],[-21,-1],[-5,-3],[-31,30],[-6,-2],[-23,9],[-1,15],[5,0],[10,6],[0,13],[-9,2],[-6,-4],[-2,10],[6,2],[-3,10],[25,-1],[12,-6],[5,0],[7,5],[3,10],[3,2],[8,1],[14,17],[4,-4],[16,-4],[7,6],[6,3],[4,-2],[11,10],[34,-6],[5,2],[2,6],[9,3],[2,-4],[10,-1],[-3,-5],[9,-11],[7,6],[11,3],[3,-2],[23,9],[5,-1],[9,-7]],[[2834,4017],[4,-6],[7,2],[2,-2],[-5,-5],[8,-2],[0,-5],[9,3],[4,-9],[16,0],[7,4]],[[2886,3997],[23,-10],[1,-11],[10,-7],[-4,-7],[3,-4],[19,8],[9,-10],[6,1],[4,6],[6,1],[2,-5],[5,-2],[20,5],[-2,-3],[4,-6],[-13,-8],[8,-8],[9,-3],[5,1],[5,-11],[6,1],[-5,-3],[11,-5],[-3,-2],[3,-5],[7,3],[9,-12],[-12,-1],[-3,-7],[3,-2],[-1,-5],[-5,1],[-19,-22],[-26,-8],[71,-12],[2,2],[-8,5],[4,3],[5,2],[6,-3],[1,-6],[-5,0],[-3,-4],[2,-16],[18,-6],[-2,-3],[15,-9],[-6,-19],[19,-11],[11,-1],[-1,-4]],[[2712,3862],[-15,6],[-6,6],[7,4],[13,-1],[9,4],[-2,10],[-7,-1],[-6,11],[-8,5],[-16,1],[-12,14],[17,6],[9,7],[-4,8],[10,0],[10,5],[-9,7],[6,8],[-3,2],[5,2],[1,-2],[10,9],[27,6],[3,5],[-3,11],[4,8],[15,-8],[26,11],[19,1],[0,5],[13,5],[9,0]],[[4435,4022],[4,-4],[-3,-2],[8,-2],[0,-7],[-13,-6],[5,-7],[-4,0],[-2,-12],[-10,-5],[2,-4],[-4,-5],[4,-11],[2,0],[1,10],[15,6],[-6,3],[1,4],[5,-5],[15,1],[-3,5],[-9,2],[-6,8],[6,-1],[2,-6],[9,-2],[4,-7],[-5,-2],[2,-2],[-4,-7],[3,-5],[-12,-3],[-8,2],[-3,-6],[-9,2],[6,-6],[14,2],[3,2],[8,-1],[0,-3],[-14,-6],[-1,-4],[-12,-3],[8,-6],[3,-12],[7,-3],[8,4],[7,-4],[1,-4],[4,0],[-2,-7],[10,-1],[5,-11],[14,-5],[13,13],[-3,3],[8,2],[-3,3],[5,3],[8,-7],[0,5],[3,0],[5,-19],[5,0],[4,-11],[13,3],[3,-6],[23,-10],[3,5],[7,2],[1,7],[-5,7],[-13,6],[-1,3],[18,-10],[6,-12],[17,1],[4,-7],[9,7],[10,-4],[12,-10],[1,-7],[-6,-2],[-4,-9],[-6,7],[-8,-1],[-4,-6],[-7,-2],[1,-3],[6,0],[10,-7],[13,-2],[5,5],[13,-5],[16,9],[14,-16],[32,8],[18,0],[20,-6],[23,2],[13,25],[8,6],[7,-8],[0,6],[4,0],[3,-4],[3,3],[0,-6],[3,13],[9,3],[0,3],[-10,-5],[-5,6],[7,6],[11,2],[16,-8],[11,6],[4,-6],[-4,-5],[2,-3],[17,-7],[0,-3],[-6,-2],[1,-2],[-4,0],[-1,-8],[-3,-2],[5,-2],[1,-4],[5,1],[-1,-3],[7,-1],[-3,-2],[6,-5],[-7,-2],[4,-7],[-3,-4],[4,-1],[-2,-6],[9,-9],[4,1],[0,-2],[4,0],[-1,-7],[10,-3]],[[4101,3779],[8,6],[21,-3],[8,3],[5,7],[-31,12],[-3,4],[7,4],[-1,3],[13,18],[12,0],[9,4],[-2,-4],[5,-3],[12,6],[3,-1],[3,7],[12,3],[10,14],[9,0],[-2,4],[9,0],[8,6],[12,14],[2,5],[-4,9],[5,5],[-5,8],[4,12],[-8,11],[-8,2],[0,6]],[[4214,3941],[14,13],[-2,7],[11,20],[6,20],[-9,14],[12,15],[10,-1],[9,-8],[11,9],[14,-2],[9,-6],[-3,-9],[6,1],[11,-10],[16,0],[10,-8],[13,-2],[11,15],[4,0],[11,-13],[11,7],[8,-1],[10,7],[10,2],[8,7],[10,4]],[[2294,4005],[12,3],[8,-9],[-6,-3],[10,-3],[0,-6],[25,-6],[4,2],[0,-3],[-6,-2],[3,-3],[18,-1],[10,6],[6,-10],[-3,-5],[6,6],[2,-1],[-2,-3],[8,-4],[1,3],[7,-10],[2,-13],[2,1],[8,-13],[0,-16],[-5,-5],[2,-3],[22,1],[-1,-2],[10,-2],[0,-4],[5,-3],[-5,-15],[17,-13],[5,-11],[-3,-3],[2,-14]],[[1928,3800],[10,3],[6,6],[-1,15],[-48,38]],[[1895,3862],[-15,22],[-1,18],[43,-3],[14,5],[10,-3],[16,19],[25,7],[9,9]],[[1996,3936],[5,6],[-3,2],[23,9],[3,4],[4,-1],[1,-4],[10,6],[2,4],[-4,12],[7,2],[-2,4],[4,3],[-2,3],[3,7],[12,5],[2,-8],[-8,-13],[8,2],[12,12],[8,2],[9,-1],[6,-10],[2,0],[-18,-19],[-6,-2],[-2,-6],[6,-3],[3,-12],[12,9],[6,-2],[3,3],[11,-2],[9,2],[-5,-5],[16,1],[3,-9],[18,-2],[11,4],[5,-8],[8,-1],[6,4],[-3,10],[8,1],[3,4],[-2,8],[5,11],[-9,2],[-8,-2],[-2,4],[-10,3],[-3,6],[5,6],[11,-6],[0,-3],[22,-1],[-7,20],[5,3],[4,-2],[7,2],[3,-1],[-3,-7],[11,14],[6,1],[3,4],[21,5],[6,0],[10,-23],[8,0],[1,3],[12,3],[2,7],[4,-1]],[[1959,3974],[24,-10],[-1,-6],[12,-4],[-8,-8],[10,-10]],[[1895,3862],[-9,-5],[-11,10],[-11,-3],[-10,-10],[-13,-6],[-10,8],[-9,-5],[-6,0],[-3,5],[-4,-1],[-9,12],[-3,14],[21,18],[-3,13],[-11,4],[-6,-4],[-3,6],[-4,-2],[-1,-8],[-7,0],[-10,13],[4,9],[-11,9],[4,3],[-1,5],[-6,3],[26,18],[4,6],[16,0],[11,4],[0,9],[17,8],[21,16],[29,-8],[13,-8],[9,-16],[-6,-13],[7,-4],[14,5],[12,-4],[3,4],[-2,2],[5,3],[17,2]],[[6795,3893],[3,-3],[0,-1],[1,0],[1,-1],[1,0],[2,0],[3,-1],[5,-1],[7,-4],[4,-3],[0,-1],[0,-1],[-4,-4],[-2,-2],[0,-4],[2,-8],[1,-1],[1,-1],[1,-1],[5,-3],[4,-2],[3,-2],[2,-6],[0,-6],[-8,-4],[-3,-1],[-1,-1],[-4,-1],[-7,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-2,-1],[-6,-4],[-2,-2],[-1,-4],[0,-2],[1,-2],[-5,-3],[-4,-1],[-4,0],[2,-4],[5,-3],[5,-1],[4,-3],[3,-2],[3,-3],[4,-4],[8,-3],[5,-3],[12,-1],[4,1],[11,1],[6,-7],[1,-1],[2,-6],[0,-3]],[[6185,3825],[-5,13],[32,16],[-8,8],[4,8],[-10,11],[-1,8],[-6,-1],[-20,18],[8,6],[4,7],[-3,2],[5,20],[-7,3],[14,-1],[1,7],[3,1],[-1,-8],[3,-2],[9,6],[19,5],[-2,3],[4,7],[-4,2],[-4,-1],[-8,6],[16,10],[9,-3],[19,4],[4,6],[-7,10]],[[6253,3996],[23,-15],[27,6],[26,3],[11,-2],[12,4],[4,5],[11,5],[7,-9],[4,4],[9,1],[19,13],[13,-6],[7,-1],[1,2],[-14,9],[3,3],[21,-6],[7,9],[10,-4],[6,4],[26,-23],[9,5],[2,-5],[-10,-9],[6,-5],[9,7],[3,-2],[19,11],[6,-3],[9,1],[18,18],[26,3],[-1,4],[15,6]],[[6597,4029],[11,-5],[6,4],[5,-7],[7,-3],[-3,-5],[12,-7],[-7,-8],[2,-7],[8,3],[4,-2],[4,5],[11,-12],[4,1],[3,-4],[3,1],[-5,-11],[6,-6],[-6,-8],[6,-6],[-5,0],[-4,-3],[5,-1],[2,-6],[-6,-7],[12,-1],[10,5],[0,-9],[12,-2],[7,2],[0,-5],[5,-4],[13,-1],[1,-12],[11,1],[-4,7],[8,-8],[1,-6],[2,4],[-2,3],[5,0],[7,-6],[-2,7],[6,-3],[3,5],[17,-8],[3,4],[9,3],[-1,-10],[4,1],[5,-3],[3,-6]],[[1018,3949],[3,-4],[6,1],[-12,-10],[8,-4],[-10,-9],[5,3],[7,-9],[5,0],[-11,-1],[-1,-4],[-5,1],[-4,-10],[24,4],[5,-7],[4,1],[15,-8],[18,11],[7,-5],[9,0],[4,-5],[21,3],[2,-8],[7,0],[23,-11],[18,3],[9,6],[-2,3],[10,17],[7,-2],[14,1],[0,3],[-6,2],[2,6],[10,1],[-1,6],[9,0],[0,8]],[[1218,3932],[27,1],[1,-9],[7,-3],[-7,-11],[11,3],[1,-3],[-8,-9],[-9,-6],[-18,-1],[-1,-11],[-15,-5],[2,-4],[9,-2],[-2,-2],[6,-4],[10,-3],[2,-6],[21,-6],[2,2],[-6,4],[3,5],[27,-6],[29,-12]],[[609,3899],[-4,10],[2,4],[-9,-2],[-12,15],[1,8],[-9,10],[10,7],[-12,-3],[2,8],[-9,5],[3,11],[-7,5],[11,2],[9,-11],[11,-3],[-1,-2],[7,-2],[12,-11],[6,9],[14,2],[2,-10],[9,-2],[3,-4],[-4,-9],[1,-10],[-10,-7],[2,-3],[16,8],[10,-5],[11,0],[7,11],[14,7],[-1,4],[4,5],[10,-6],[0,9],[15,9],[13,2],[3,-1],[-2,-5],[18,4],[8,4],[3,6],[13,1],[4,6],[20,7],[4,-9],[-6,-3],[3,-4],[13,2],[6,-3],[4,0],[2,-3],[-6,-16],[2,-10],[7,-1],[7,-7],[15,3],[8,11],[-2,14],[13,6],[21,-18],[10,-15],[3,-13],[8,8],[29,13],[21,4],[2,-2],[18,9],[7,-4],[1,8],[6,-3],[13,0],[0,-3],[6,3]],[[3937,4049],[7,-6],[4,-30],[11,-3],[23,-16],[14,-4],[10,-9],[15,-7],[5,-1],[3,7],[14,-1],[1,3],[5,-2],[34,9],[3,-4],[7,2],[11,-12],[21,-8],[22,-5],[10,2],[11,-17],[35,-1],[11,-5]],[[3186,3711],[4,18],[-4,0],[1,9],[12,3],[12,-4],[15,7],[-17,33],[-7,2],[3,5],[3,6],[7,-3],[0,3],[13,-3],[5,4],[5,0],[8,11],[11,3],[1,8],[-5,6],[5,5],[-10,5],[0,8],[23,9],[20,-11],[8,2],[4,-2],[8,5],[12,-1],[8,-10],[3,0],[-2,-3],[9,-5],[13,5],[4,-1],[10,-12],[5,-1],[-5,-10],[13,-3],[3,2],[3,-3],[14,3],[0,6],[9,3],[13,-11],[-7,-8],[9,-2],[3,5],[12,-2],[1,-1],[-9,-5],[10,-6],[2,8],[9,4],[0,4],[4,2],[1,5],[7,-1],[14,3],[4,-2],[-4,-4],[5,1],[4,-3],[17,4],[11,-2],[18,6],[5,-5],[13,9],[3,-3],[17,0],[5,-5],[11,6],[6,5],[-5,12],[15,11],[4,9],[8,4],[5,-4],[6,0],[16,8],[-2,7],[10,22],[0,7],[-9,0],[-3,5],[9,3],[0,3],[11,11],[8,3],[10,-5],[22,4],[8,-7],[0,15],[-12,2],[-3,4],[5,15],[-1,7],[20,1],[-6,7],[2,5],[-23,4],[15,18],[-9,4],[6,4],[-3,4],[7,16],[8,3],[0,4],[10,1],[3,6],[5,0],[-5,12],[2,8]],[[3728,4045],[4,16],[-7,6],[5,9],[9,2],[6,-5],[15,-6],[21,-3],[5,-3],[0,-6],[15,-12],[3,-11],[-2,-8],[4,1],[2,-5],[-15,4],[7,-8],[-5,-10],[-2,2],[-7,-10],[13,-10],[-6,-4],[3,-5],[8,0],[8,1],[0,11],[5,1],[9,-1],[5,-4],[17,-3],[4,8],[12,11],[7,-1],[17,4],[4,4],[-2,4],[6,12],[-5,11],[6,-1],[5,-6],[5,1],[3,7],[6,2],[8,9],[6,-1],[1,4],[6,-3]],[[2886,3997],[6,3],[1,4],[-5,3],[5,-1],[20,13],[14,-1],[3,-3],[-2,5],[3,0],[7,-6],[-3,5],[20,-2]],[[2955,4017],[23,4],[2,6],[-4,2],[6,9],[-13,4],[-18,14],[12,2],[4,7],[15,6],[-3,4],[14,6],[6,-4],[11,2],[-1,6],[4,1],[-1,5],[4,0],[-2,4],[15,6],[1,4],[24,1],[0,-2],[6,-1],[12,1],[2,2],[7,-6],[20,-7],[13,4],[17,1],[8,-6],[9,0],[1,-4],[8,-1],[1,-7],[4,1],[-2,5],[18,12],[-2,2],[3,1],[1,-3],[10,1],[1,-13],[9,-3],[3,-11],[-11,-8],[4,-12],[14,-9],[6,-3],[39,-2],[10,19],[13,-6],[-1,-9],[15,-9],[15,-1],[7,14],[12,-2],[12,-5],[3,2],[8,0],[10,-4],[16,12],[-7,5],[1,4],[31,8],[1,5],[3,2],[-1,6],[-10,2],[-1,4],[9,14],[-4,12],[-5,2],[14,5],[18,1],[-2,-7],[4,0],[18,9],[17,2]],[[3461,4123],[17,2],[21,-6],[-5,-7],[-12,-6],[-3,-18],[13,-19],[11,4],[6,-3],[9,1],[-4,-10],[3,0],[3,-5],[-10,-8],[8,-4],[8,1],[8,-4],[15,3],[9,-1],[15,2],[2,6],[8,-4],[-8,-4],[-3,-14],[13,16],[18,10],[8,-2],[5,3],[6,-3],[16,10],[31,13],[28,3],[0,-9],[7,-15],[6,-4],[0,-5],[8,3],[10,-4]],[[1887,4080],[20,-6],[-4,-8],[15,-14],[10,16],[13,5],[1,-5],[-6,-6],[-12,-5],[4,-2],[5,-10],[13,-5],[1,-5],[7,-5],[7,-2],[10,2],[-7,-3],[5,-2],[-6,-6],[8,-11],[6,-3],[-1,-3],[-16,-6],[-16,1],[-3,-2],[0,-6],[-4,-2],[5,-10],[7,-1],[5,2],[5,-4]],[[1218,3932],[-3,5],[17,10],[11,13],[2,5],[-5,5],[9,13],[7,-12],[7,5],[13,2],[9,12],[6,-3],[6,5],[21,6],[8,0],[19,-10],[1,14],[24,3],[-1,-5],[9,-6],[1,-6],[-3,-5],[-9,-1],[-3,-8],[2,-4],[5,-1],[29,7],[12,11],[-9,5],[1,3],[7,6],[14,5],[-1,1],[7,5],[8,-2],[6,2],[10,-5],[20,1],[3,1],[-3,5],[6,1],[4,0],[2,-10],[10,-1],[5,-7],[15,-7],[14,5],[7,-1],[-3,1],[6,9],[-3,3],[8,3],[0,9],[-9,6],[-10,2],[-12,-13],[-3,1],[5,5],[-3,9],[33,4],[3,8],[8,2],[-7,4],[2,9],[-5,6],[11,4],[1,8],[10,8],[6,-4],[13,4],[3,-1],[6,2],[0,6],[13,6]],[[1611,4095],[7,-10],[33,-25],[19,-7],[39,0],[10,-7],[16,-23],[8,-2],[8,-7],[11,-2],[29,4],[18,9],[26,-4],[6,8],[-4,5],[5,8],[-2,3],[12,11],[5,2],[1,-3],[6,5],[0,18],[18,-2],[5,4]],[[6120,4038],[-1,-8],[8,-12],[-10,-11],[0,-8],[12,-6],[6,4],[8,0],[3,-4],[15,-1],[1,-27],[28,12],[7,-2],[8,2],[6,4],[8,16],[10,-1],[13,5],[11,-5]],[[5802,3833],[0,13],[9,13],[19,-10],[-1,-4],[5,1],[5,-5],[13,-3],[13,-10],[13,10],[-2,12],[3,3],[-10,8],[1,8],[9,1],[11,9],[-16,20],[7,3],[-1,16],[17,-2],[-12,20],[-4,1],[17,4],[7,6],[-6,9],[2,5],[-5,12],[-4,6],[-9,2],[0,5],[7,4],[-14,7],[12,25],[-1,18],[-5,12],[-18,8],[9,9],[-11,19],[3,10],[10,4],[10,-3]],[[5885,4099],[9,5],[5,-3],[-1,3],[12,3],[2,-13],[6,9],[6,3],[-1,4],[21,2],[5,8],[-4,16],[28,4],[-4,9],[4,4],[12,-3],[13,5],[10,-3],[9,-7],[6,6],[14,-5],[20,0],[19,-20],[-6,-11],[-19,2],[3,-9],[6,-3],[-9,-3],[2,-10],[-5,-8],[9,-7],[-5,-10],[1,-14],[22,-6],[12,-10],[-9,-13],[3,5],[15,5],[4,4],[13,0],[0,2],[7,-2]],[[5536,3980],[14,7],[-2,1],[3,10],[-6,2],[1,4],[-3,1],[-6,0],[-6,5],[-2,6],[13,4],[9,-2],[2,7],[8,1],[10,10],[17,8],[12,11],[-2,2],[13,5],[20,16],[7,-1],[0,15],[-16,1],[-10,7],[-9,-4],[-17,1],[-4,2],[0,19],[-3,3],[-9,0],[-2,4],[28,19],[0,5],[-7,2],[-2,11]],[[5587,4162],[8,3],[8,-8],[5,6],[4,0],[0,-3],[25,-5],[-1,4],[7,-1],[10,-6],[6,5],[10,0],[-2,-13],[20,-6],[10,7],[-4,7],[4,13],[18,7],[15,-7],[11,0],[-2,11],[26,5],[3,-11],[8,-8],[1,-7],[7,-2],[-19,2],[-5,-17],[-5,-4],[9,-5],[6,-10],[19,15],[18,-8],[10,1],[0,-8],[3,-5],[17,9],[8,10],[6,2],[7,-4],[6,4],[0,-3],[18,-3],[4,-4],[8,-1],[-7,-11],[19,6],[-6,-13],[-10,-1],[-5,-6]],[[4996,4000],[3,-1],[3,-6],[-3,-5],[7,-6],[-1,-6],[5,-9],[4,2],[7,-7],[15,4],[4,-8],[4,0],[-2,-9],[-7,1],[7,-10],[7,3],[5,-5],[10,8],[2,-13],[4,6],[6,1],[3,8],[4,0],[1,5],[4,1],[3,-4],[7,2],[12,-13],[-6,-6],[3,-6],[10,-10],[14,0],[10,-6],[19,2],[-9,-21],[2,-5],[-2,-7],[4,-2],[10,-17],[-9,-5],[1,-7],[4,-1],[-9,-6],[-3,-8],[3,-3],[15,2],[-5,-2],[-5,-9],[7,-4],[7,-13],[-8,-5],[-7,1],[7,-7],[7,-16]],[[4435,4022],[8,5],[18,1],[8,13],[25,17],[8,17],[23,7],[4,12],[13,7],[-2,7],[5,1],[-2,4],[7,6],[-5,6],[6,12],[-3,8],[3,8],[-4,9],[11,15]],[[4558,4177],[18,-16],[7,-1],[1,2],[-4,1],[1,7],[7,7],[15,5],[5,5],[0,7],[4,-2],[2,7],[8,8],[26,1],[16,-9],[8,-11],[7,1],[17,-9],[3,11],[16,4],[12,0],[1,-11],[4,-7],[15,-2],[3,-11],[8,1],[-7,-16],[6,-9],[10,1],[4,3],[0,-3],[8,-2],[5,2],[13,-11],[7,3],[19,-13],[16,-5],[3,2],[10,-1],[13,2],[3,-9],[9,-6],[-6,-21],[14,-5],[4,-8],[5,-1],[11,-21],[10,2],[6,-2],[-10,-2],[-2,-7],[9,1],[0,-3],[15,0],[0,-4],[12,-3],[-15,-19],[-6,-1],[0,-8],[11,-12],[2,4],[11,-1],[0,-3],[8,2],[11,-3],[15,4],[0,7],[7,2],[7,-1]],[[2294,4005],[-8,8],[2,4],[10,-1],[7,4],[3,10],[4,3],[-4,6],[5,2],[-7,2],[-5,-2],[-3,4],[16,3],[1,6],[11,1],[-1,3],[9,2],[3,5],[0,10],[-12,3],[-6,10],[-7,2],[-3,13],[-7,2],[3,12],[-3,2],[12,4],[-7,17],[7,2],[6,8],[-3,3],[7,7],[6,4],[7,0],[19,18],[0,8],[16,4],[-2,4],[5,0],[4,-5],[19,-5],[4,-14],[18,0],[4,-4],[2,2],[12,-5],[13,4],[2,-2],[4,7],[-8,-1],[-3,6],[9,6],[20,3],[-6,9],[17,31],[4,22]],[[2490,4252],[5,0],[4,-22],[6,-7],[24,-4],[16,-12],[5,0],[6,13],[17,15],[5,-1],[7,-9],[8,1],[13,-6],[5,-18],[7,-7],[3,-8],[9,-3],[0,-7],[6,-3],[-2,-6],[15,-8],[12,-1],[6,-13],[18,-3],[4,-5],[12,1],[15,-3],[-1,-19],[8,0],[-6,-6],[3,-5],[10,-4],[0,-9],[11,-6],[12,-17],[10,3],[14,-3],[3,10],[9,9],[13,1],[3,-4],[-19,-22],[2,-8],[16,-21],[29,-11],[1,-7]],[[5406,4228],[-1,-12],[9,-2],[4,-6],[3,13],[4,5],[3,0],[4,-8],[6,2],[2,-4],[1,-5],[-7,-2],[10,-3],[8,10],[-7,2],[1,2],[6,0],[9,7],[5,10],[-4,12],[15,15],[5,1],[4,-9],[8,-4],[1,-9],[16,-1],[0,-4],[-6,0],[-10,-18],[9,-6],[3,2],[-9,5],[8,14],[3,-8],[10,-2],[0,-3],[-3,-2],[0,4],[-3,-3],[8,-6],[-8,0],[-2,-4],[7,2],[-6,-4],[8,1],[-1,-9],[4,-6],[3,1],[7,-9],[28,5]],[[5561,4192],[-3,-3],[2,-13],[7,-6],[16,1],[-3,-9],[7,0]],[[4996,4000],[9,-2],[4,8],[10,2],[1,7],[11,6],[1,15],[-6,-1],[-1,6],[7,6],[4,11],[7,4],[9,-3],[-1,3],[9,4],[3,-2],[-3,-9],[26,-13],[21,2],[15,4],[9,-5],[9,6],[2,8],[-6,1],[4,4],[-12,8],[3,1],[-3,3],[3,1],[-6,8],[4,8],[-13,10],[-10,20],[13,3],[7,7],[0,12],[13,2],[-6,2],[1,8],[7,4],[-4,7],[0,6],[-12,2],[0,-3],[4,0],[-6,-3],[-1,12],[-6,3],[-3,-2],[-7,2],[-8,-2],[1,5],[-8,3],[-12,0],[1,5],[25,15],[-2,11],[5,3],[5,-1],[9,-4],[0,-8],[4,0],[3,11],[6,4],[5,9]],[[5140,4234],[26,3],[3,-8],[6,1],[1,-2],[16,-1],[26,-11],[-3,-10],[8,-2],[7,4],[7,-3],[7,7],[12,1],[8,3],[-6,0],[-2,5],[5,10],[5,-3],[-1,-9],[2,3],[10,0],[4,8],[7,-1],[-3,9],[11,6],[4,10],[11,11],[0,7],[4,0],[5,-3],[18,1],[1,-9],[7,-5],[-1,-8],[8,-9],[9,0],[-1,-3],[6,-5],[15,-4],[3,-5],[10,7],[11,-1]],[[393,4240],[2,0],[11,-3],[0,-4],[-1,-4],[-1,-8],[-3,-9],[-9,-10],[-4,-3],[-5,-2],[-4,1],[-2,-2],[-3,-2],[-1,-1],[-2,-5],[-6,-6],[-5,-9],[-8,2],[-10,2],[-3,1],[1,14],[0,2],[-3,3],[6,6],[8,4],[1,3],[2,-1],[1,0],[2,1],[10,4],[0,3],[2,2],[3,3],[9,5],[3,2],[3,4],[1,3],[3,5],[2,-1]],[[5305,4334],[8,-9],[14,-5],[9,3],[10,-2],[3,-21],[14,-8],[2,-8],[0,-3],[-5,-2],[-4,2],[-9,-3],[9,-4],[10,-13],[6,1],[1,-4],[9,-4],[14,-1],[2,-3],[3,2],[6,-1],[-2,-12],[1,-11]],[[5140,4234],[-16,7],[-1,-3],[-10,2],[3,5],[11,5],[-18,1],[-2,17],[14,5],[6,-3],[12,1],[5,-4],[4,-1],[2,5],[3,-4],[3,8],[8,4],[-6,4],[1,4],[4,-3],[22,4],[3,3],[-2,4],[3,9],[6,6],[5,-2],[5,4],[9,-5],[1,-4],[18,-6],[2,-5],[11,4],[12,-2],[-8,-1],[-4,1],[-7,-4],[13,-5],[2,3],[8,-2],[0,3],[-4,1],[5,3],[-5,3],[6,3],[-2,21],[6,11],[13,7],[24,-4]],[[1467,4283],[2,-26],[-5,-11],[2,-5],[13,-10],[34,-7],[15,-7],[10,-13],[24,-59],[24,-27],[25,-23]],[[1018,3949],[2,9],[-19,7],[-17,23],[1,6],[10,10],[0,11],[6,9],[-7,4],[-9,1],[1,14],[-12,-6],[-3,4],[-13,2],[-2,7],[23,12],[-2,7],[4,3],[-4,5],[-7,1],[2,10],[-5,1],[-7,-7],[-5,2],[2,6],[7,3],[9,0],[10,12],[7,-2],[5,5],[23,6],[6,-4],[6,-20],[31,-11],[18,-14],[7,5],[4,-1],[11,11],[27,6],[2,8],[-5,3],[7,9],[-5,6],[1,3],[-4,0],[10,13],[-8,2],[-3,3],[-9,1],[10,14],[-15,3],[-2,9],[4,3],[16,1],[-2,-4],[11,-2],[15,9],[7,0],[2,4],[-2,9],[-4,1],[-4,13],[7,6]],[[1157,4200],[21,6],[9,-3],[1,-5],[17,-1],[4,2],[1,7],[7,3],[16,-1],[56,50],[2,-1],[5,4],[4,-8],[7,1],[3,-10],[20,-9],[9,0],[9,7],[13,26],[4,1],[18,-13],[13,-3],[2,12],[6,7],[20,-3],[1,8],[7,4],[10,2],[1,16],[5,8]],[[1448,4307],[4,7],[13,2]],[[1465,4316],[2,-33]],[[7260,4185],[-2,-8],[-9,-3],[-6,-9],[-23,-3],[-13,-6],[-14,-13],[6,-1],[0,-9],[-9,-3],[-3,2],[-3,-4],[11,-3],[-8,-3],[20,-15],[15,9],[3,-11],[-4,-6],[3,-1],[1,-15],[46,-30],[50,-25],[0,-22]],[[7321,4006],[-7,-3],[-3,-1],[-12,-3],[-5,-2],[-6,-1],[-3,0],[-6,2],[-6,-1],[-6,-2],[-6,-1],[-8,-1],[-11,-3],[-7,-8],[-5,-6],[-4,-5],[-7,-5],[-1,-1],[-3,-5],[0,-1],[2,-6],[1,-5],[1,-2],[3,-4],[-1,-3],[-2,-5],[-3,-2],[-4,-2],[-1,0],[-1,0],[-2,0],[-6,6],[-5,4],[-7,-3],[-3,-1],[-12,-7],[-7,-5],[-2,-2],[0,-1],[-3,-4],[-2,-7],[1,-3],[-1,-2],[-4,-5],[-2,-1],[-2,0],[-9,1],[-9,0],[-7,0],[-4,-2],[-5,-3],[2,-8],[-2,-8],[4,-4],[1,-4],[-2,-7],[-3,-4],[-3,-2],[-7,-2],[-9,-1],[-11,-4],[-3,-5],[-4,-3],[-3,-4],[-1,-5],[-2,-4],[-2,-5],[0,-1],[-1,0],[-5,-7],[-1,-7],[2,-3],[0,-1],[1,-1],[2,-3],[2,-2],[0,-3],[-6,-5],[-5,-1],[-6,3],[-1,0],[-5,2],[-1,0],[-4,1],[-1,-11],[0,-9],[5,-8],[0,-1],[0,-3],[0,-1],[-4,0],[-5,-5],[-4,-8],[3,-5],[7,-3],[4,-8],[3,-3],[-3,-5],[-7,-3],[-1,-2],[-2,-4],[1,-5],[3,-2],[4,-2],[4,-1],[-1,-1],[-1,0],[-1,-1],[-3,0],[-10,0],[-4,0],[-1,0],[-12,3],[-14,1],[-1,0],[-1,1],[-2,3],[1,2],[0,1],[-1,3],[-1,3],[-1,1],[-7,3],[-6,4],[-1,6],[4,4],[2,1],[4,2],[2,2],[1,1],[1,6],[0,2],[-4,2],[0,5],[3,2],[2,2],[4,3],[-7,2],[-4,4],[0,2],[-6,4],[-5,2],[-5,0],[-2,0],[-2,1],[-2,1],[-5,3],[-6,4],[0,2],[-2,2],[-5,2],[-3,1],[-4,1],[-2,2],[3,5],[9,4],[8,-3],[3,0],[6,0],[1,5],[-1,4],[-4,3],[-8,12],[-1,1],[-3,-2],[-4,-2],[-9,2],[-6,2],[-3,0],[-10,-1],[-9,0],[-4,1],[-5,3],[-3,3],[0,13],[-4,7],[-3,2],[1,4],[2,7],[1,5],[0,3],[-6,2],[-6,2],[-1,1],[-3,3],[-1,2],[-1,2],[1,2],[2,0],[-1,4],[-2,1],[-7,0],[-5,-1],[-2,0],[-7,-1],[-6,1],[-8,0],[-4,0],[-1,-1],[-12,-3],[-7,-3],[-3,-1],[-2,0],[-7,0],[-1,0],[-2,0],[-1,1],[-4,5],[-4,2],[-2,-1],[-3,-3],[-1,-1]],[[6597,4029],[5,2],[4,8],[-12,1],[-9,4],[-3,-3],[-2,3],[-4,-2],[-13,11],[7,1],[0,7],[11,6],[6,-2],[10,2],[1,7],[8,-1],[5,6],[4,-6],[16,-7],[1,2],[-9,5],[6,8],[-5,-1],[-3,5],[3,3],[-6,-1],[-1,2],[6,2],[4,8],[13,-1],[6,7],[0,3],[-4,7],[-10,5],[-8,12],[-5,-3],[-6,4],[-4,9],[3,10],[-9,7],[-6,-5],[-1,4],[-3,-2],[3,-9],[-21,-1],[-6,2],[-6,-2],[-18,30],[15,15],[31,5],[4,7],[3,-7],[6,2],[1,1],[-5,0],[1,4],[12,10],[-11,22],[13,2],[9,5]],[[6624,4242],[14,10],[3,7],[3,-5],[6,-1],[23,14],[-11,13],[22,7],[5,4],[-3,4],[10,3],[13,-13],[-11,-6],[-7,-11],[17,-17],[11,0],[4,-5],[-4,-16],[5,-1],[-20,-17],[15,-13],[1,-4],[-4,-1],[6,-1],[-4,-5],[12,5],[9,0],[3,-3],[5,3],[4,-1],[5,4],[8,0],[5,5],[-3,9],[5,4],[-1,9],[6,2],[20,1],[15,-15],[8,0],[5,9],[31,-1],[5,9],[-5,6],[-5,-2],[-7,3],[-11,-5],[-9,2],[6,5],[-8,-4],[-16,5],[6,12],[34,11],[-2,4],[6,8],[-5,7],[4,10],[4,2],[11,-1],[2,-3],[6,2],[6,-6],[-3,-4],[5,-3],[-4,-6],[9,-3],[9,3],[1,7],[-4,4],[13,13],[-2,11],[10,-2],[0,-4],[11,-4],[-1,-3],[11,-2],[5,3],[2,-7],[8,3],[5,6],[22,-4],[-1,16],[17,1],[1,4],[10,1],[10,5],[5,13],[15,2],[-4,9],[6,8]],[[7033,4351],[20,-3],[-1,-6],[-12,-1],[8,-4],[6,3],[3,-6],[8,3],[10,11],[22,-1],[1,2],[-2,-7],[3,-1],[-4,-4],[4,-11],[19,-4],[0,-7],[9,0],[6,-11],[11,-2],[2,-6],[-7,-4],[0,-5],[-7,-6],[6,-4],[8,1],[7,-4],[6,4],[-2,-5],[9,-3],[9,-10],[-9,-3],[-7,-8],[-2,-5],[4,-2],[-9,-20],[3,-11],[4,0],[5,-7],[24,4],[13,-14],[9,6],[13,-1],[5,7],[0,-2],[3,0],[0,3],[4,0],[1,-10],[15,-4],[-1,-5],[10,-3]],[[345,4310],[2,-4],[1,-1],[1,-1],[2,-1],[2,0],[12,0],[7,0],[11,1],[5,0],[2,2],[2,2],[0,4],[1,2],[3,1],[2,0],[2,-1],[4,-5],[7,-4],[2,-1],[3,0],[1,0],[6,2],[2,0],[5,1],[1,0],[2,0],[2,-2],[2,-3],[1,-2],[1,-3],[2,-3],[-4,-7],[-13,0],[-4,0],[-12,0],[-6,-1],[-5,2],[-11,4],[-3,2],[-1,0],[-11,-1],[-10,1],[-10,-4],[-3,-3],[-5,-4],[-6,3],[0,2],[3,4],[2,4],[-8,7],[-7,6],[3,1],[1,0],[4,0],[8,3],[2,0],[0,-3]],[[2955,4017],[-1,2],[-16,4],[2,2],[-2,4],[-11,-3],[0,-4],[-6,0],[-2,18],[-14,29],[-3,14],[20,2],[8,9],[-2,3],[11,6],[7,10],[23,9],[4,8],[10,-1],[0,-2],[15,-4],[6,3],[10,-1],[1,13],[10,0],[0,2],[9,2],[0,2],[-3,7],[-41,7],[-17,2],[-1,-2],[-11,7],[-6,0],[-5,3],[-16,-1],[-2,4],[16,9],[6,-4],[11,3],[0,2],[5,2],[-3,3],[13,3],[12,15],[8,4],[-3,7],[-12,1],[-1,5],[4,2],[-3,10],[-9,15],[-24,19],[2,9],[-7,1],[-6,-3],[-12,13],[-6,1],[-2,-9],[-12,0],[-1,-7],[-3,10],[-11,5],[-3,5],[6,4],[-1,10],[4,11],[6,1],[-1,3],[7,2],[11,12],[4,25],[6,1],[1,5],[12,8],[4,6]],[[2950,4380],[15,-9],[7,-13],[-5,-3],[3,-5],[26,0],[3,-4],[6,3],[3,14],[10,-1],[7,10],[-2,4],[4,-1],[5,5],[-3,2],[5,3],[22,-5],[4,-9],[7,1],[5,-3],[3,-5],[6,-1],[9,-9],[4,0],[-5,5],[6,1],[6,5],[17,-9],[16,1],[6,8],[20,11],[13,-11],[16,7],[13,-2],[0,12],[27,7],[9,-2],[3,3],[18,-5],[7,-4],[1,-6],[21,-4],[7,2],[8,-7],[3,0],[19,10],[1,12]],[[3326,4388],[6,4],[17,-4],[10,-9],[10,-18],[15,-9],[-2,-11],[4,-12],[-7,-9],[0,-8],[-7,3],[-4,7],[-18,-1],[4,-6],[16,-9],[-1,-6],[9,-9],[24,-5],[7,4],[5,-3],[-1,-3],[8,0],[0,-8],[5,-9],[-8,-12],[10,-6],[9,5],[13,-2],[9,3],[0,-7],[11,5],[11,-8],[2,-8],[5,0],[-5,-7],[13,-12],[3,-8],[17,2],[19,-1],[9,-3],[3,-5],[14,-5],[-7,-21],[-20,-3],[0,-9],[-10,-11],[2,-5],[-10,-4],[-4,3],[-15,-1],[-3,-6],[-12,-6],[-13,-1],[-2,-5],[-8,-2],[2,-4]],[[1716,4395],[12,-23],[14,-12],[4,-15],[18,-5],[-4,-3],[-3,-10],[7,-17],[-5,-8],[-7,-4],[8,-9],[0,-4],[-11,-2],[-8,2],[-4,-4],[-5,1],[2,-8],[-8,1],[4,-8],[15,2],[5,-3],[5,-10],[9,-6],[-3,-3],[-12,1],[3,-14],[16,-4],[9,3],[2,-2],[4,5],[11,-2],[3,-13],[8,1],[8,5],[9,-1],[10,13],[-8,0],[-6,8],[4,10],[8,4],[-3,5],[1,16],[-6,6],[14,-1],[7,-6],[4,2],[-3,4],[6,0],[0,-16],[8,1],[8,6],[-2,6],[-4,2],[3,6],[-7,7],[2,12],[10,-2],[7,3],[5,8],[20,-7],[4,-5],[12,11],[10,3],[5,-7],[9,4],[7,0],[4,-8],[10,2],[7,-1],[7,-3],[12,-19],[12,-8]],[[1999,4282],[-13,-8],[-10,-4],[-4,1],[-11,-19],[-1,-6],[17,-1],[10,3],[6,-4],[6,-7],[0,-5],[-7,-2],[1,-3],[4,0],[11,14],[-1,-11],[-8,-3],[-6,-14],[10,-9],[-14,-14],[11,-2],[1,-9],[-3,0],[-5,-18],[-3,-3],[-6,2],[-10,-3],[-10,-8],[5,-7],[-5,-10],[11,-7],[0,-5],[-10,-7],[-6,6],[-4,-3],[-6,2],[-5,-12],[-9,3],[-4,-3],[-4,3],[-4,-4],[-12,2],[-9,-3],[-2,-3],[-8,1],[2,-3],[-10,-6],[3,-13]],[[1467,4283],[4,2],[1,4],[38,-1],[5,-4],[9,4],[6,-1],[29,6],[9,8],[8,-1],[10,6],[13,-4],[5,5],[22,9],[-3,8],[0,12],[9,10],[6,-1],[0,7],[-4,4],[7,2],[-8,7],[4,12],[-13,1],[11,11],[8,15],[5,-3],[10,2],[0,-2],[10,-2],[11,5],[18,-11],[19,2]],[[2368,4377],[22,-3],[5,6],[7,1],[10,7],[3,-4],[18,1],[12,-7],[12,-16],[5,0]],[[2462,4362],[-6,-11],[-8,-2],[-3,-23],[15,-15],[4,-1],[1,-8],[14,-11],[-3,-13],[-3,0],[2,-2],[-13,-10],[28,-14]],[[1999,4282],[3,0],[-3,23],[4,3],[0,15],[-4,4],[-9,3],[-2,3],[4,4],[-3,1],[5,8],[10,2],[10,-3],[7,1],[6,6],[-1,14],[-10,6],[-18,1],[-4,11],[1,5],[20,12],[-5,3],[2,4],[-20,7],[0,4],[15,8],[20,-12],[0,9],[13,-5],[4,3],[4,-3],[5,4],[-9,5],[1,4],[13,-3],[15,-7],[0,4],[6,2],[14,-8],[13,-2],[6,2],[4,-1],[0,-6],[-8,-12],[7,-8],[8,-3],[4,1],[-4,-6],[6,5],[18,6],[25,-20],[-10,-4],[-3,-11],[39,-7],[6,-1],[4,4],[-7,6],[-13,2],[1,3],[8,7],[7,23],[15,7],[15,-3],[16,-8],[17,-2],[23,-19],[-4,-20],[11,-3],[20,0],[14,16],[25,11],[12,0]],[[4425,4467],[-7,-10],[7,-4],[14,-1],[-1,-16],[3,-5],[-6,-7],[2,-1],[-3,-12],[-28,-25],[2,-5],[10,-3],[3,-5],[-8,-1],[-10,-12],[-8,-2],[-5,2],[-6,-9],[-8,-4],[-2,-9],[5,-15],[-1,-7],[-7,-10],[2,-9],[8,-1],[22,8],[4,-5],[13,-2],[8,-7],[18,-3],[16,3],[0,8],[9,8],[-21,18],[0,11],[12,5],[3,-2],[11,-1],[1,4],[17,7],[13,3],[20,-5],[14,3],[20,-3],[20,-22],[9,-23]],[[4590,4301],[1,-4],[4,-1],[-2,-18],[-9,0],[-6,6],[-10,2],[-13,-6],[2,-3],[-11,-8],[3,-10],[9,-8],[1,-18],[-4,-4],[1,-13],[6,-13],[10,-5],[-16,-15],[2,-6]],[[3937,4049],[-10,16],[-9,-1],[-5,9],[-7,4],[5,0],[-1,6],[7,6],[-1,7],[-23,-3],[-10,2],[-2,4],[3,0],[-1,8],[8,16],[9,3],[4,6],[-1,21],[9,6],[-1,5],[8,14],[1,11],[15,2],[3,4],[11,3],[5,3],[4,11],[-21,8],[4,13],[0,10],[13,16],[7,3],[0,5],[-14,13],[-16,9],[-1,7],[9,14],[1,8],[-10,10],[-7,2],[7,5],[10,-2],[2,-6],[6,-5],[-1,-5],[7,-1],[0,-9],[6,-2],[1,-4],[6,-2],[27,2],[9,4],[6,-4],[1,-8],[11,-1],[-4,-11],[20,-7],[10,-8],[9,-3],[15,0],[6,-3],[1,5],[3,0],[0,6],[26,10],[8,7],[-21,17],[-3,12],[18,21],[2,6],[-2,2],[7,-1],[8,11],[-16,0],[-14,10],[-1,9],[-12,17],[-4,15],[-1,9],[6,10]],[[4082,4426],[9,6],[7,-4],[10,-11],[6,2],[10,-3],[7,-12],[14,1],[11,12],[2,16],[5,2],[10,-9],[15,4],[14,10],[6,8],[-5,9],[-4,1],[3,4],[-10,0],[-4,6],[9,5],[-4,4],[9,7],[6,0],[-1,-4],[2,2],[4,-1],[-10,8],[5,3],[-3,5],[7,-2],[22,11],[2,-3],[8,1],[-2,9],[6,6],[8,2],[1,-10],[4,-4],[15,6],[9,-3],[5,3],[5,-4],[-1,-5],[25,-8],[2,2],[12,-2],[19,6],[23,1],[8,-7],[-1,-16],[3,-2],[8,3],[32,-14]],[[1448,4307],[-15,13],[-9,-2],[-13,5],[-36,-10],[-7,8],[2,2],[-19,5],[-33,-21],[-2,-7],[-6,-2],[0,-3],[-14,-1],[3,8],[-7,0],[-21,20],[-7,1],[-2,9],[3,5],[11,-5],[7,16],[-14,4],[9,14],[-10,8],[3,4],[-2,3],[-4,0],[-4,6],[6,10],[12,8],[-11,9],[6,16],[2,15],[3,4],[-4,5],[4,4],[12,5],[6,0],[10,9],[31,-12],[8,-1],[6,3],[5,9],[15,5],[15,-7],[6,-9],[8,-3],[5,-8],[7,4],[9,-5],[12,-1],[2,-4],[9,-2],[0,-4],[7,4],[5,-4],[6,-9],[-19,-13],[5,-18],[-2,-3],[-21,-4],[-7,-5],[9,-21],[37,-48]],[[6539,4493],[6,-3],[-5,-5],[8,-3],[2,3],[-3,4],[2,4],[5,-5],[17,0],[4,6],[8,-16],[6,1],[1,-6],[6,1],[9,-3],[-1,2],[6,1],[4,-6],[4,1],[5,-4],[-4,-10],[-21,-2],[2,-4],[-4,-1],[3,-2],[-3,-3],[2,-2],[-8,-2],[-9,0],[-9,-5],[3,-14],[5,0],[0,-3],[-6,-2],[-8,5],[-2,-3],[-6,-1],[0,-4],[-5,4],[0,-11],[-10,-3],[-2,-11],[2,0],[-1,-6],[6,-11],[-6,-4],[-1,-5],[9,-10],[-5,-4],[-6,-14],[2,-5],[21,2],[4,-19],[-9,-6],[6,-12],[-4,0],[-4,-4],[3,0],[1,-6],[6,0],[-3,-3],[7,-9],[4,-1],[6,3],[-6,-8],[2,-2],[4,2],[-3,-3],[5,-4],[5,4],[-3,-5],[12,-6],[9,6],[11,-3],[9,-16]],[[6120,4038],[4,3],[-2,6],[7,6],[-6,1],[-6,12],[2,6],[12,4],[1,5],[-7,1],[6,6],[-5,5],[-6,-2],[1,5],[18,11],[-19,35],[0,12],[12,15],[-7,9],[5,4],[27,-4],[13,5],[1,4],[-6,6],[3,1],[18,5],[15,-1],[3,-5],[6,0],[-5,-2],[2,-4],[9,0],[4,2],[-1,7],[25,10],[11,9],[4,13],[6,4],[9,0],[4,7],[7,4],[0,8],[-5,6],[4,12],[-6,-1],[-12,-9],[-14,1],[-7,-11],[-14,11],[-5,-3],[6,-5],[-2,-2],[-21,15],[-14,-3],[-4,6],[-4,-7],[-14,1],[-1,9],[11,9],[-4,1],[-19,-4],[-6,18],[5,14],[-5,1],[0,4],[-6,-1],[-2,6],[-5,-1],[-1,10],[-4,5],[13,7],[-17,27],[-8,-1],[-3,12],[-24,-2],[-1,2],[15,13],[4,14],[16,11],[15,5],[9,1],[10,-4],[5,2],[7,13],[16,3],[-4,9]],[[6189,4445],[8,3],[32,2],[4,-4],[12,-1],[8,-5],[7,10],[9,4],[11,-1],[9,3],[11,-7],[5,6],[-4,4],[29,0],[2,2],[12,-2],[23,3],[5,8],[6,0],[5,15],[-10,7],[-1,5],[12,8],[9,2],[11,-2],[0,-8],[13,-12],[13,0],[20,6],[28,3],[17,7],[-2,7],[6,-9],[1,-9],[25,-2],[14,5]],[[1087,4489],[7,-6],[-4,-15],[-7,-6],[7,-3],[15,-19],[16,0],[8,5],[1,-9],[13,-12],[-9,-8],[-7,1],[0,-5],[-6,-3],[4,-6],[-7,-4],[-38,-9],[6,-4],[-9,-10],[4,-2],[-5,-4],[18,-3],[6,1],[-5,-13],[4,-1],[-4,-4],[4,-4],[-2,-3],[-7,-1],[-1,-11],[-5,-1],[-1,-5],[3,-1],[-7,-2],[3,-5],[4,2],[10,-6],[-1,-8],[2,-3],[12,-3],[0,2],[16,-3],[18,-8],[-12,-26],[10,-4],[-1,-2],[-6,-2],[-10,2],[-14,-4],[0,-9],[3,-7],[4,-1],[0,-16],[4,-2],[2,1],[2,-5],[3,0],[0,5],[8,6],[5,-2],[-3,-4],[4,-4],[5,1],[-2,8],[11,0],[0,-4],[8,-5],[-14,-6],[7,-10]],[[587,3899],[0,3],[1,2],[2,11],[-1,0],[0,1],[-1,1],[-4,3],[-3,4],[-1,3],[-1,1],[-1,1],[-7,5],[-4,2],[-2,1],[-4,1],[-5,3],[-6,3],[-4,6],[-5,7],[-3,4],[-4,2],[-6,4],[-10,5],[5,7],[1,0],[10,7],[1,6],[3,3],[5,4],[5,10],[1,1],[-4,12],[0,1],[3,4],[5,6],[2,5],[1,7],[1,3],[0,1],[-3,11],[0,3],[-1,1],[-2,4],[-7,-1],[-6,0],[-10,3],[-1,0],[-4,2],[-2,2],[-5,3],[0,1],[1,1],[0,6],[-2,4],[-1,4],[3,10],[9,6],[-11,3],[-6,1],[-12,4],[-2,1],[-5,3],[-1,0]],[[489,4121],[15,11],[19,2],[11,4],[14,11],[11,19],[-6,3],[-17,-8],[0,6],[7,10],[-3,12],[3,13],[15,10],[18,18],[-5,9],[0,7],[25,3],[6,5],[-2,9]],[[600,4265],[5,13],[48,-9],[27,-16],[12,1],[4,4],[2,-3],[3,2],[0,-3],[15,-3],[19,10],[9,-10],[4,1],[-3,5],[12,1],[-7,9],[13,13],[-8,6],[12,12],[-2,2],[7,5],[1,5],[-6,5],[2,5],[-6,5],[17,9],[2,7],[10,0],[9,5],[0,6],[-10,14],[4,5],[-5,9],[-7,0],[5,12],[26,7],[-2,3],[12,7],[-3,3],[11,10],[52,-23],[25,22],[-8,5],[7,7],[-5,8],[5,3],[-7,5]],[[901,4449],[4,3],[2,-3],[6,1],[0,-3],[12,2],[9,-9],[-16,-13],[4,-5],[39,-4],[20,-9],[0,-2],[11,-3],[11,18],[18,19],[-5,2],[7,9],[5,-2],[5,8],[-3,1],[2,3],[4,0],[1,2],[14,-1],[1,5],[7,-2],[1,6],[4,-3],[3,2],[-9,9],[1,6],[7,4],[14,4],[7,-5]],[[3896,4503],[1,-12],[8,-6],[-15,-6],[-2,-5],[18,-5],[8,10],[3,-8],[-5,-11],[15,4],[9,-3],[7,-7],[11,-5],[-3,-5],[4,-11],[9,-3],[3,-5],[17,6],[13,8],[11,14],[34,12],[9,-1],[3,-6],[20,-4],[3,-19],[-2,-7],[7,-2]],[[3326,4388],[-12,9],[1,5],[-4,4],[5,2],[-1,2],[11,4],[5,-1],[10,8],[10,-1],[-1,10],[6,1],[0,5],[19,17],[24,10],[10,-2],[8,6],[15,4],[0,22],[9,8],[16,1],[21,4],[9,9],[17,5],[14,-2],[5,5],[-5,8],[10,13],[13,4],[13,0],[7,-4],[1,-7],[15,18]],[[3577,4555],[7,-3],[13,1],[2,-3],[16,-1],[5,-6],[15,-6],[27,2],[2,-7],[4,10],[4,-1],[5,-3],[-4,-6],[6,-2],[11,-1],[1,2],[7,0],[4,-3],[-2,-10],[10,-13],[1,11],[4,1],[0,-4],[10,2],[5,-4],[11,5],[16,0],[2,6],[4,-5],[-4,-1],[2,-7],[2,-2],[3,3],[7,-8],[22,7],[16,-1],[2,-12],[4,-5],[2,4],[4,-1],[3,-13],[2,-2],[10,2],[3,-7],[11,6],[1,9],[5,6],[18,-1],[15,4],[5,5]],[[6057,4519],[-4,-6],[7,-3],[1,-5],[8,-4],[12,9],[15,-11],[-1,-3],[4,-4],[-3,-4],[4,2],[10,-6],[7,1],[6,-2],[3,-16],[9,-4],[18,-2],[7,1],[2,6],[10,-3],[5,-5],[3,0],[5,-14],[4,-1]],[[5561,4192],[18,-7],[30,14],[2,-4],[10,-5],[14,3],[4,-4],[9,1],[-3,5],[3,-1],[2,5],[21,9],[-1,7],[8,10],[-4,3],[4,1],[-4,9],[9,6],[-2,6],[12,12],[-35,27],[5,2],[3,9],[-6,4],[2,10],[-4,2],[9,10],[-3,5],[2,5],[-3,2],[-3,-2],[-4,1],[-1,3],[2,5],[7,4],[-11,0],[-11,5],[-14,-9],[-1,-5],[-5,1],[-1,11],[-10,7],[7,1],[-11,5],[3,3],[9,-2],[7,-4],[5,1],[1,6],[19,-6],[6,1],[1,11],[-7,9],[2,7],[15,2],[-1,2],[-4,-1],[-2,5],[11,7],[5,-4],[-5,-17],[1,-11],[6,-1],[19,5],[-3,18],[7,4],[-1,16],[5,4],[15,2],[24,-9],[-4,-7],[3,-1],[3,8],[12,10],[5,-5],[14,1],[0,-2],[9,1],[0,3],[7,2],[0,3],[8,1],[-3,15],[4,9],[-9,11],[-5,0],[-4,10],[5,1],[5,6],[5,8],[-3,2],[10,8],[-3,2],[7,2],[10,-3],[1,5],[-10,3],[-7,-2],[-4,4],[5,3],[32,-3],[1,5],[-2,0]],[[5837,4513],[9,7],[24,4],[1,3],[5,1],[-8,21],[1,3],[12,1],[10,-10],[6,4],[-3,-14],[7,2],[10,-9],[10,1],[1,-3],[-13,0],[0,-3],[13,2],[4,-9],[16,-2],[4,-11],[13,2],[6,-3],[22,6],[3,2],[1,10],[-2,10],[32,3],[-4,-4],[3,-1],[-2,-6],[6,1],[2,-2],[-10,-4],[2,-3],[5,1],[8,-2],[4,5],[13,-2],[3,5],[6,0]],[[8322,4296],[-4,-2],[-3,-3],[0,-4],[-2,-3],[0,-1],[-1,0],[-4,-2],[-2,-1],[-1,0],[-3,-2],[-2,-2],[-3,-3],[-7,-8],[-7,-7],[-5,-2],[-6,3],[-7,3],[-13,4],[-13,3],[-11,4],[-3,3],[-3,8],[-3,6],[-7,9],[-3,2],[-2,2],[-3,3],[-2,6],[-1,0],[0,1],[-1,0],[-11,1],[-8,0],[1,-8],[1,-7],[2,-7],[-2,-6],[-6,-7],[-5,-3],[-10,-3],[-9,-3],[-13,-5],[-11,-3],[-4,-10],[0,-9],[3,-8],[1,-4],[0,-1],[-1,-1],[-1,0],[-9,-2],[-4,-1],[-4,0],[-6,0],[-3,-1],[-4,-2],[-1,-1],[-1,0],[-2,-1],[-1,0],[-4,6],[-2,5],[-1,5],[-3,5],[-3,2],[-14,0],[-9,1],[-6,-2],[-5,-2],[-8,-9],[-7,-6],[1,-6],[-2,-4],[-3,-4],[-1,0],[-1,-1],[-3,-1],[-1,-2],[-1,-1],[0,-6],[2,-3],[3,-4],[1,-3],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-6,-8],[-3,-4],[-1,-1],[-2,-3],[-2,-2],[-5,-10],[-1,-2],[-1,-2],[0,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-3,-1],[-3,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-4],[1,-5],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-2,-1],[-8,1],[-18,2],[-15,4],[-2,0],[-5,-1],[-5,-2],[-2,0],[-1,0],[-2,0],[-2,0],[-1,0],[-1,1],[0,1],[1,2],[1,1],[0,1],[0,1],[-1,2],[-4,4],[-3,2],[-4,0],[-7,-5],[-4,-3],[-4,-3],[-7,-4],[-5,-3],[-3,-1],[-4,-1],[-12,-3],[-3,0],[-4,0],[-15,1],[-10,1],[-3,2],[-2,4],[-1,1],[-5,4],[-5,0],[-10,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[1,-3],[-2,-4],[-3,-7],[-3,-6],[-2,-5],[-2,-8],[-1,-3],[0,-7],[-1,-10],[4,-11],[0,-3],[-2,-3],[-1,-2],[-1,-3],[-2,-2],[-1,-1],[-8,-4],[-4,-3],[-5,-2],[-3,-2],[-3,-3],[-4,-5],[-3,-4],[0,-2],[-1,-1],[-1,-1],[-2,-2],[-2,-1],[-11,-4],[-9,-3],[-2,0],[-3,0],[-5,0],[-5,-1],[-6,-1],[-3,-1],[-1,-1],[-1,-1],[-1,-3],[0,-1],[1,-1],[1,-1],[2,0],[2,1],[2,1],[0,-4],[-3,0],[-2,0],[-2,1],[-6,2],[1,2],[0,4],[-2,2],[-1,0],[-10,4],[-8,6],[-6,4],[-3,-1],[-4,-1],[-3,1],[-2,1],[-4,4],[-3,3],[-1,1],[-5,1],[-3,2],[-4,3],[-3,1],[-13,6],[-5,2],[-5,3],[-5,2],[-6,2],[-5,4],[-7,5],[-9,3],[-4,1],[-3,2],[-5,-2],[0,-3],[0,-3],[0,-1],[0,-1],[-1,-2],[-1,-1],[-4,-2],[-4,-2],[-1,-1],[-2,-1],[0,-1],[1,-5],[3,-3],[-1,-3],[-3,1],[-4,5],[-3,4],[-6,9],[-22,-8],[-23,-7],[-1,-1],[-14,-5],[-5,-1],[-1,-1],[-1,-2],[-1,-2],[0,-2],[-1,-1],[-6,-8],[-8,-6],[-5,-3],[-3,-2],[-2,-3],[-2,-2],[0,-1],[-1,-2],[0,-2],[0,-4],[-2,-2],[-9,3],[-1,1],[0,1],[-6,5],[-9,4],[-3,3],[-3,4],[-3,2],[-3,-1],[-4,-2],[-5,-3],[-4,-1],[-4,0],[-7,-1],[-4,0],[-3,1],[-5,2],[-4,1],[-7,3],[-1,0],[-2,0],[-5,-1],[-5,-1],[-3,-2],[-8,-6],[-3,-2],[-3,-1],[-4,0],[-4,2],[-2,0],[-8,-1]],[[7260,4185],[4,6],[17,9],[1,4],[11,-5],[14,0],[14,-6],[5,4],[6,-1],[12,4],[10,8],[-3,3],[5,6],[-3,1],[-4,-3],[-3,5],[-24,1],[-9,7],[6,15],[17,6],[-9,16],[13,11],[31,0],[0,10],[6,4],[-1,3],[14,11],[15,-3],[6,3],[5,-5],[9,-2],[-1,-3],[10,-5],[0,8],[9,4],[7,-2],[1,9],[9,-1],[0,11],[-10,4],[-3,-2],[-4,3],[3,13],[13,2],[-1,8],[6,7],[4,13],[-16,2],[4,4],[-4,1],[5,7],[-30,1],[-11,6],[-20,7],[3,1],[-8,5],[-8,-1],[9,18],[9,-1],[9,-5],[4,3],[-1,7],[-20,28],[6,2],[1,-5],[3,3],[2,-3],[9,1],[0,3],[4,-3],[15,3],[0,-11],[5,-3],[1,-5],[10,2],[13,-3],[16,17],[-6,3],[-4,12],[-7,8],[2,2],[3,1],[5,-3],[7,7],[13,6],[18,-12],[12,11],[-2,5],[15,8]],[[7534,4495],[-1,-4],[15,-2],[27,4],[7,8],[7,1],[12,9],[6,-6],[30,-12],[-3,-3],[3,-2],[-4,-3],[1,-2],[8,-1],[0,3],[13,4],[4,-3],[-2,-10],[6,-2],[-18,-9],[0,-6],[12,2],[6,-14],[15,-10],[18,-4],[10,3],[2,9],[-3,4],[12,5],[6,2],[12,-11],[1,4],[15,10],[2,-5],[1,6],[5,1],[6,8],[-3,10],[3,3],[18,-11],[7,1],[8,-2],[1,8],[11,14],[-3,3],[6,3],[8,15],[7,4]],[[7828,4517],[15,-9],[8,-12],[17,-13],[12,7],[0,4],[18,4],[9,-7],[-4,-2],[3,-5],[-4,-4],[9,-3],[-1,4],[4,-1],[9,-10],[14,5],[10,8],[8,-3],[0,7],[5,1],[19,-2],[10,2],[1,-4],[12,1],[4,-5],[16,2],[2,-3],[5,1],[9,-9],[8,7],[5,-1],[27,-16],[-10,-17],[1,-7],[12,-7],[22,9],[20,-7],[1,5],[11,1],[20,9],[17,1],[15,-23],[-11,1],[5,-18],[-3,0],[1,-8],[27,-21],[10,-17],[2,-2],[9,7],[8,-8],[-9,-4],[2,-1],[10,-1],[6,-5],[4,2],[-5,-10],[3,-6],[5,-1],[12,2],[6,-6],[11,-2],[3,-4],[11,-2],[2,-4],[7,-1],[2,8],[8,-2],[-6,-10],[-8,-2],[17,-13],[3,1],[3,-2]],[[5325,4404],[1,-14],[-9,-4],[-1,-18],[9,-4],[-3,-4],[1,-10],[-6,-6],[1,-4],[-5,-4],[-2,2],[-6,-2],[0,-2]],[[4590,4301],[10,5],[7,-8],[10,3],[4,-5],[-2,-7],[3,-2],[24,-8],[16,-2],[4,-3],[34,-1],[8,3],[2,-3],[21,3],[4,9],[-9,2],[-1,3],[16,8],[2,6],[-11,8],[0,10],[-6,3],[0,5],[-6,0],[-1,8],[-6,-2],[-10,6],[-3,5],[15,19],[-10,6],[12,3],[-12,3],[3,6],[-2,3],[-3,-1],[3,6],[-5,3],[6,2],[-2,6],[14,2],[15,7],[13,13],[0,3],[-10,6],[9,11],[-11,8],[0,8],[-9,17],[3,-3],[9,-1],[15,2],[-1,-2],[8,-1],[-2,-3],[9,-5],[5,6],[-3,5],[3,0],[4,-3],[-4,-9],[19,-2],[8,7],[14,1],[5,10],[4,2],[11,-7],[4,1],[-4,7],[12,-1],[0,3],[17,8],[17,-11],[7,2],[8,-4],[6,1],[6,5],[13,1],[-1,4],[6,0],[-9,6],[3,1],[-4,5],[8,3],[-2,4],[10,3],[-12,4],[16,5],[-1,6],[4,2],[9,-2],[1,22],[6,22]],[[4953,4572],[18,-9],[11,2],[2,4],[17,-2],[13,7],[26,-14],[12,-10],[10,0],[4,5],[18,-12],[7,0],[9,-32],[-5,-5],[-3,-20],[6,2],[19,-2],[6,-13],[-4,-8],[1,-13],[12,-19],[10,-6],[27,2],[11,-2],[13,-9],[9,-1],[11,-17],[7,10],[14,1],[12,-9],[18,-2],[12,5],[7,18],[9,7],[10,-12],[7,0],[0,-4],[14,-11],[2,1]],[[2713,4587],[0,-9],[6,-1],[6,4],[19,-4],[5,-5],[11,-3],[5,-7],[-1,-6],[-8,-7],[4,-15],[-6,-14],[7,-20],[6,-4],[7,1],[1,4],[14,0],[7,-3],[11,3],[3,4],[8,-4],[6,-9],[2,-3],[-28,-30],[6,-5],[1,-15],[8,-4],[-5,-5],[3,-6],[-2,-5],[6,0],[3,-9],[22,2],[8,8],[20,9],[25,-4],[1,-4],[9,-2],[9,4],[1,8],[6,-1],[3,-2],[-8,-16],[11,-14],[0,-7],[30,-2],[0,-2],[-9,-1],[0,-5],[4,-1]],[[2462,4362],[1,9],[5,6],[7,-4],[6,2],[8,13],[1,10],[17,28],[-2,8],[-6,1],[5,2],[-7,6],[-3,-1],[-3,8],[-4,2],[4,5],[-6,5],[-4,-2],[-8,6],[7,6],[-11,7],[-3,13],[-4,1],[14,3],[4,5],[26,12],[9,17],[7,4],[2,6],[15,10],[14,5],[24,18],[2,6],[29,20],[2,6],[9,7],[25,1],[-1,-6],[15,-16],[0,-5],[16,1],[18,5],[18,0],[3,-5]],[[5325,4404],[-1,6],[6,13],[-4,-1],[0,4],[7,2],[-3,8],[12,29],[6,0],[4,5],[32,-4],[20,17],[-3,4],[7,1],[-6,11],[6,9],[9,3],[1,11],[-8,7],[1,-4],[-11,1],[0,6],[-4,5],[21,-2],[16,3],[9,13],[-3,7],[-39,3],[0,4],[11,-1],[0,5],[7,-1],[3,9],[9,7],[5,-2],[2,3],[12,-4],[-1,10],[7,15],[7,7],[9,3],[0,7],[11,1],[9,12],[6,-4],[3,1],[2,-3],[23,-1]],[[5525,4629],[9,0],[4,-5],[15,4],[-2,-4],[4,0],[1,4],[11,-2],[-5,4],[9,3],[2,9],[18,4],[6,0],[3,-7],[60,8],[0,4],[19,2],[5,-3],[31,3]],[[5715,4653],[6,-15],[-2,-5],[16,8],[7,-8],[-6,-11],[-5,-2],[8,-17],[35,-2],[-5,-11],[5,-1],[2,-7],[11,1],[2,-7],[-24,-11],[2,-6],[6,-2],[-9,-7],[1,-5],[11,0],[3,-7],[-3,-2],[13,-2],[1,-7],[2,5],[12,0],[5,-2],[-1,-7],[6,-3],[0,-3],[8,2],[-2,-3],[17,-3]],[[7534,4495],[-4,17],[-9,3],[1,8],[-21,8],[-3,6],[-20,-6],[10,8],[2,7],[24,-8],[5,1],[-3,7],[4,1],[8,-9],[3,2],[-1,4],[3,6],[3,-3],[7,3],[-5,5],[6,3],[2,-2],[3,6],[14,8],[-1,24]],[[7562,4594],[16,13],[5,-1],[4,11],[11,4],[-2,4],[12,8],[16,1],[9,5],[2,-3],[19,5],[9,-2],[2,-3],[-5,-6],[5,-2],[-2,-2],[11,0],[15,-8],[6,5],[10,-2],[6,3],[4,-2],[2,2],[1,-4],[4,0],[4,4],[-2,3],[12,0],[3,3],[25,-5],[2,-6],[-4,-6],[11,-10],[-6,-4],[1,-5],[-8,-3],[1,-8],[-7,-14],[3,-1],[4,7],[12,-2],[10,2],[15,-7],[12,2],[4,-6],[14,-3],[1,-9],[-11,-19],[16,-12],[-1,-4],[-5,0]],[[7033,4351],[3,6],[-4,3],[-4,2],[-7,-4],[-10,2],[-2,3],[-15,-2],[-6,4],[-4,-2],[-13,12],[3,10],[-13,16],[22,16],[-10,11],[-29,-5],[-7,6],[-5,0],[4,7],[-4,-2],[2,20],[13,12],[26,-8],[22,16],[6,13],[-3,8],[-21,-3],[-16,2],[2,8],[-5,5],[3,1],[-11,12],[8,7],[0,5]],[[6958,4532],[10,-9],[8,4],[2,-3],[7,2],[-3,3],[5,2],[3,-10],[7,2],[-1,11],[6,2],[-1,3],[3,0],[3,-9],[5,-2],[2,2],[-7,14],[3,2],[9,-14],[15,4],[15,-2],[-1,2],[16,2],[1,18],[15,6],[3,6],[10,3],[0,5],[4,1],[-1,-6],[11,2],[17,-2],[4,2],[1,8],[8,-1],[4,-1],[-7,-10],[9,-10],[10,6],[9,-3],[5,2],[-1,7],[7,9],[-4,8],[5,6],[17,4],[-6,13],[25,11],[-2,2],[6,4],[2,-3],[3,2],[23,1],[2,3],[-6,10],[15,5],[4,-7],[15,-2],[24,7],[14,-7],[12,4],[8,-2],[16,4],[9,-1],[6,6],[6,-5],[16,-3],[1,11],[14,9],[-1,6]],[[7397,4666],[14,-1],[10,-12],[4,2],[-6,-5],[10,-1],[13,-9],[1,3],[10,4],[-2,-4],[6,-4],[20,1],[6,6],[9,-3],[4,-20],[4,-3],[5,3],[14,-14],[10,2],[-5,-5],[8,-2],[-6,-6],[6,-4],[17,6],[4,-6],[9,0]],[[2163,4669],[-14,-20],[-5,-2],[1,-9],[-9,-14],[3,-11],[24,-5],[10,-1],[9,2],[5,-4],[11,-1],[4,-12],[8,-1],[-1,-7],[14,-14],[10,-4],[11,0],[14,4],[16,-3],[5,4],[10,-6],[1,-11],[11,-3],[-4,-6],[3,-5],[-5,-13],[2,-13],[-7,-8],[1,-16],[-5,-2],[5,-13],[17,-17],[17,-7],[26,-26],[18,-12],[3,-17],[-4,-19]],[[1716,4395],[8,8],[1,-2],[5,0],[8,3],[20,0],[24,15],[20,-1],[-1,10],[3,-4],[33,16],[7,-5],[27,-6],[10,4],[1,7],[13,-2],[8,3],[-7,1],[6,7],[1,17],[4,3],[26,0],[6,2],[11,-4],[-1,3],[17,4],[2,6],[8,-3],[3,8],[4,2],[-2,5],[3,3],[-4,2],[4,1],[-3,3],[-4,-1],[1,4],[-7,8],[0,5],[5,4],[-17,7],[-3,6]],[[1956,4534],[14,-1],[28,8],[7,6],[0,4],[8,0],[1,9],[8,3],[8,10],[31,-9],[5,2],[-2,4],[-8,4],[14,7],[-19,13],[11,16],[-6,11],[8,15],[-11,7],[-6,0],[2,9],[-12,4],[0,3],[21,5],[3,-2],[20,11],[11,14]],[[2092,4687],[7,3],[18,-4],[5,1],[6,-9],[10,-5],[8,1],[3,-4],[9,5],[5,-6]],[[1087,4489],[7,7],[13,4],[2,3],[15,2],[12,5],[5,-3],[22,8],[16,-3],[11,1],[8,-6],[4,3],[6,-4],[9,3],[6,-3],[1,-7],[18,6],[5,-1],[10,7],[11,-2],[-1,14],[-5,9],[-13,6],[-28,5],[-8,9],[1,9]],[[1214,4561],[4,4],[3,-7],[6,-2],[13,-1],[8,4],[4,-2],[2,2],[7,-1],[4,10],[26,4],[7,-1],[4,-6],[1,-19],[23,2],[31,14],[14,12],[40,20]],[[1411,4594],[27,9],[4,-1],[9,2],[-1,3],[9,6],[-2,4],[4,7],[6,4],[2,-2],[15,10],[2,7],[5,2],[-3,9],[4,0],[5,10],[10,8],[9,-7],[2,-4],[9,-1],[8,-10],[12,-3],[18,-2],[24,13],[12,-8],[8,1],[18,14],[-2,5],[6,10],[26,0],[8,11],[-1,7],[6,2]],[[1670,4700],[9,-3],[5,1],[0,-2],[35,1],[0,-6],[19,-9],[1,-8],[9,-6],[10,-18],[-13,-17],[2,-10],[-9,-11],[1,-3],[31,-6],[17,-18],[-2,-10],[2,-1],[7,3],[6,-2],[12,-13],[0,-14],[12,2],[9,-2],[8,6],[10,1],[-3,6],[6,-2],[6,4],[10,-11],[14,-7],[5,-1],[0,5],[4,1],[17,-6],[-4,-4],[5,-6],[6,7],[11,2],[4,9],[9,1],[-3,-4],[6,-1],[12,-14]],[[6863,4711],[7,-30],[-14,-4],[-9,1],[1,-6],[-7,-1],[-1,6],[-11,0],[5,-4],[1,-12],[-2,-10],[-6,-3],[7,-11],[2,0],[1,-10],[5,2],[9,-9],[-6,-2],[9,-12],[-3,-10],[-19,-12],[-10,-13],[6,-13],[6,-1],[-1,-16],[-4,1],[-2,-3],[5,-7],[21,-11],[1,-5],[-7,1],[-4,-6],[-20,-4],[-9,5],[1,8],[-8,11],[-8,1],[-1,4],[-6,0],[-3,3],[-17,1],[0,-3],[-39,-5],[-19,5],[-1,4],[-10,3],[4,3],[-10,8],[1,7],[-15,10],[3,9],[16,7],[-7,11],[-12,3],[4,11],[11,6],[-2,3],[6,5],[-3,2],[16,9],[-3,2],[3,4],[-10,9],[10,7],[3,8],[21,10],[-6,2],[2,1],[-5,6],[-7,-2],[0,5],[-15,7]],[[6708,4697],[-5,6],[3,3],[-2,17],[4,1]],[[6708,4724],[18,5],[19,-5],[19,7],[21,3],[47,-15],[-3,-5],[19,4],[10,-1],[5,-6]],[[6929,4691],[0,-4],[15,-16],[7,3],[6,-2],[-7,-5],[4,-5],[-6,-5],[-17,-7],[3,-4],[-4,-9],[2,-11],[-20,-15],[10,-6],[-2,-6],[6,-8],[-3,-7],[12,-1],[5,5],[10,-5],[0,4],[15,-10],[0,-4],[-6,-1],[-5,-7],[5,-10],[-3,-5],[4,-8],[-2,-10]],[[6539,4493],[-9,18],[12,4],[23,-5],[3,5],[10,4],[8,23],[-15,11],[-5,0],[2,8],[-3,2],[6,13],[4,-1],[1,-2],[15,1],[0,8],[7,2],[1,3],[-25,2],[1,3],[-10,11],[2,5],[-15,1],[-6,4],[20,17],[8,0],[-2,4],[3,1],[3,-5],[17,-2],[-4,14],[11,4],[-1,8],[32,3],[-3,10],[13,1],[-3,8],[7,0],[2,4],[-3,4],[-5,1],[-2,8],[32,12],[-1,3],[7,-6],[17,-5],[14,0]],[[6863,4711],[3,0],[-3,10],[21,12],[17,-25],[17,3],[2,-7],[-5,-5],[4,-14],[10,6]],[[6145,4644],[5,11],[-5,10],[3,0],[-4,13],[4,1],[0,2],[9,1],[0,4],[19,-1],[3,5],[-6,5],[-10,-1],[-1,3],[-20,-4],[-3,9],[6,15],[-2,5],[21,4],[5,7],[-2,6],[25,11]],[[6192,4750],[11,-21],[9,-9],[17,6],[-1,4],[5,-2],[8,4],[2,-5],[6,-1],[19,8],[19,-10],[-1,-3],[4,2],[6,-4],[3,5],[6,-2],[1,-4],[-6,-4],[7,2],[6,-2],[15,-12],[-8,-17],[6,-22],[-9,-3],[6,-2],[-5,-3],[4,-4],[-10,-1],[0,-5],[-13,-10],[3,-10],[12,0],[5,-13],[-14,-3],[-5,5],[-3,-5],[-1,2],[-10,-5],[-9,2],[-19,-3],[3,-5],[-3,1],[-1,-4],[6,-7],[-9,-3],[-45,-7],[-5,4],[-6,-1],[-11,5],[-18,1],[5,3],[0,5],[20,0],[11,3],[1,3],[3,0],[-4,10],[2,6],[-10,8],[2,5],[-10,-2],[-4,1],[-2,7],[-11,0],[-8,6],[-9,-3],[-3,3],[-7,0]],[[3387,4685],[-2,-7],[5,-4],[24,0],[4,-5],[8,0],[-1,-5],[6,-3],[-3,-3],[5,-3],[-5,-6],[17,-9],[12,5],[-3,10],[-4,-1],[5,4],[5,0],[3,8],[2,-4],[10,-3],[2,2],[17,-8],[2,-3],[7,2],[-4,5],[2,1],[15,-8],[2,1],[-4,8],[2,4],[9,-5],[10,2],[13,-12],[7,-13],[6,0],[-10,-9],[-9,-4],[-4,3],[-5,-5],[16,-9],[-2,-3],[8,-3],[2,-10],[13,-8],[0,-14],[10,-4],[-3,-14]],[[2713,4587],[3,-1],[9,3],[3,2],[-3,5],[5,7],[15,2],[4,21],[9,3],[10,10],[30,20],[6,-2],[19,0],[2,6],[-4,12],[-5,3],[-1,10],[14,11],[-4,20],[11,5],[10,0]],[[2846,4724],[19,-10],[5,2],[18,-10],[8,2],[13,-3],[29,3],[7,-8],[4,3],[2,-5],[14,2],[11,-1],[10,7],[33,8],[3,6],[9,0],[0,8],[9,-1],[-1,10],[-9,3],[16,-1],[-1,4],[14,16],[18,-8],[18,5],[-2,-5],[3,-1],[-2,-4],[4,-6],[6,-2],[1,-3],[6,2],[14,-6],[-7,-4],[5,-8],[37,17],[9,-15],[4,1],[-1,-7],[10,-7],[35,4],[17,-3],[17,9],[10,-8],[21,0],[4,-4],[22,-2],[4,-3],[14,10],[-10,13],[9,3],[4,-5],[20,-3],[0,-7],[9,-11],[22,-5],[7,-11]],[[489,4121],[-1,1],[0,2],[-6,3],[-4,-2],[-8,-3],[-14,2],[-9,5],[-8,2],[-2,-1],[-1,-2],[-4,-4],[-9,0],[-3,3],[-3,1],[-12,-5],[-12,-4],[-1,-1],[-3,1],[-4,4],[-1,5],[-1,5],[-5,6],[-6,8],[-1,5],[0,2],[0,2],[-1,0],[-2,2],[-1,1],[-2,0],[-1,1],[-1,0],[-1,1],[-2,4],[0,2],[2,7],[3,6],[0,1],[2,1],[6,7],[2,4],[1,2],[1,1],[3,1],[1,0],[3,-1],[5,2],[4,3],[7,6],[3,8],[0,3],[3,11],[0,3],[2,4],[2,4],[1,2],[2,3],[4,6],[-2,5],[0,2],[1,0],[2,2],[5,2],[6,3],[1,3],[7,7],[2,11],[2,4],[1,5],[-1,2],[-3,4],[-2,5],[-1,1],[-3,1],[-1,0],[-2,0],[-5,-2],[-8,-1],[-3,0],[-2,1],[-4,3],[-6,6],[-3,1],[-2,0],[-2,-1],[-2,-1],[-1,-2],[0,-4],[-2,-1],[-2,-2],[-10,-1],[-11,0],[-12,0],[-1,0],[-1,0],[-2,0],[-3,2],[-1,4],[0,3],[1,2],[2,2],[11,9],[0,1],[-2,5],[-1,2],[-1,1],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-12,-2],[-11,-1],[-1,2],[-2,3],[-2,5],[-1,3],[-4,3],[-5,3],[-5,3],[-4,5],[-2,5],[-6,9],[-3,2],[-1,2],[-5,7],[-4,7],[-3,9],[-2,3],[-1,3],[-4,3],[-3,1],[-2,0],[-4,0],[-10,0],[-11,-2],[-9,0],[-7,-1],[-11,3],[-14,4],[-5,0],[-3,-3],[-2,-7],[-1,0],[-1,0],[-3,2],[-3,9],[1,8],[1,1],[2,2],[3,7],[0,6],[-1,1],[-9,3],[-3,2],[-7,3],[-1,2],[-1,5],[-2,6],[1,2],[6,8],[1,3],[-2,3],[-6,3],[-8,3],[-2,0],[-2,2],[-6,3],[-4,3],[-2,3],[-2,3],[-6,3],[-1,1],[-4,0],[-2,1],[-3,1],[-5,3],[1,4],[0,1],[1,2],[5,6],[3,2],[1,1],[5,-2],[1,-1],[10,-6],[4,-3],[4,2],[4,2],[2,2],[6,6],[6,4],[1,1],[0,1],[0,8],[-1,4],[-2,3],[-3,3],[-3,5],[0,7],[2,6],[5,4],[8,2],[12,4],[2,0],[3,1],[5,3],[4,1],[3,0],[8,-7],[11,-4],[0,1],[3,15],[3,3],[2,2],[2,2],[2,3],[2,3],[0,1],[0,2],[0,2],[0,6],[-1,2],[-2,1],[-2,2],[-4,4],[-3,5],[0,2],[-1,1],[1,2],[1,7],[3,10],[1,3],[1,1],[1,1],[5,4]],[[240,4653],[6,-6],[12,0],[0,3],[8,0],[1,-7],[6,-1],[1,-3],[9,-2],[1,-2],[6,1],[5,-2],[18,19],[-4,0],[0,7],[11,23],[18,12],[11,-3],[8,8]],[[357,4700],[9,-8],[14,0],[8,-2],[6,-7],[-3,-2],[5,0],[-8,-7],[6,-11],[-6,-9],[-25,-15],[3,-2],[-3,-4],[9,-10],[8,-2],[-1,-3],[5,0],[4,-10],[7,-5],[-6,-4],[7,-10],[6,2],[-3,3],[10,7],[12,-13],[9,6],[7,-5],[8,6],[-4,4],[9,7],[21,10],[3,-2],[-3,-3],[7,-4],[-4,-4],[6,-4],[3,4],[4,-3],[1,2],[8,-7],[-5,-3],[3,-1],[-6,-14],[6,-1],[-1,-4],[19,-8],[-7,-6],[3,-5],[8,0],[-1,-4],[-7,-5],[8,-5],[-5,-5],[6,-4],[-17,-11],[2,-2],[-6,-9],[-6,-1],[-5,-6],[-6,3],[-9,-6],[16,-10],[-4,-5],[6,-11],[9,0],[0,5],[10,0],[5,5],[7,0],[1,6],[7,2],[3,4],[3,-5],[-5,-8],[1,-12],[7,-1],[-3,-8],[11,-5],[-6,-4],[-11,3],[-9,-3],[2,-6],[-18,-17],[-3,-14],[-18,-30],[7,-3],[-2,-13],[-29,-5],[-2,-11],[4,-5],[12,-6],[1,-4],[11,3],[14,-4],[1,-12],[10,2],[0,-7],[2,-1],[25,14],[3,-3],[17,12],[2,-6],[-3,-4],[3,-10],[6,0],[3,-4],[-2,-9],[6,0],[1,9],[7,-7],[14,-1],[1,-2],[-5,-2],[4,-10],[-2,-6],[-4,0],[-7,7],[-4,0],[-2,-2],[5,-8],[-17,-4],[2,-4],[9,1],[4,-4],[-1,-5],[-8,-5],[1,-3],[2,-2],[7,2],[11,-2],[7,-7],[5,12]],[[5873,4807],[-3,-1],[1,-2],[13,-1],[7,-6],[4,0],[12,7],[9,-1],[5,-5],[-4,-3],[1,-1],[3,1],[2,-3],[3,0],[-2,5],[3,0],[0,-9],[11,9],[7,-6],[8,5],[5,-7],[21,2],[9,-3],[14,1],[-3,-4],[-19,-6],[-6,-5],[1,-3],[9,-11],[11,-2],[3,-3],[-5,-4],[5,-7],[4,1],[1,5],[20,8],[-3,-4],[7,-11],[-5,-14],[-4,-1],[0,-6],[10,0],[1,-4],[4,0],[-4,-11],[-4,0],[-14,-12],[-8,0],[-7,-7],[-12,-2],[-1,-4],[-6,-3],[-5,-7],[-10,-1],[-9,4],[-1,-3],[5,-2],[-12,-5],[-1,-5],[-11,2],[-7,-4],[-8,7],[4,-8],[-8,2],[-6,5],[-1,6],[-3,2],[-5,-2],[-5,10],[-7,1],[0,5],[-7,-2],[-2,4],[26,4],[3,5],[-9,2],[-10,24],[-3,0],[-2,22],[-28,16],[10,15],[-1,6],[-13,6],[7,6],[3,7],[3,-2],[2,11],[7,-3]],[[4704,4762],[9,0],[2,4],[3,0],[2,6],[6,2],[-1,5]],[[4725,4779],[14,2],[2,-5],[14,0],[5,5],[10,-3],[5,-7],[29,-11],[8,9],[-5,13],[3,11],[11,8],[10,-2],[7,4],[8,-3],[5,11],[-7,10],[10,10],[13,-4],[-2,-8],[11,-1],[8,-7],[10,4],[20,-3],[3,-6],[-5,-13],[9,-4],[2,-8],[-9,-6],[2,-8],[15,-1],[1,-3],[-3,-17],[-5,-3],[-9,-1],[9,-14],[-9,-5],[4,-5],[-2,-8],[-13,2],[0,-3],[-8,0],[-9,-9],[2,-3],[-4,2],[-3,-2],[2,14],[-2,-4],[-9,0],[-5,-4],[1,-10],[-9,-3],[-7,-16],[-7,7],[-23,6],[-4,9],[-13,1],[-5,4],[-10,-1],[-3,4],[-7,-1],[-7,5],[5,1],[-3,2],[4,6],[-6,4],[-16,0],[-3,5],[-28,-1],[-3,-6],[-10,7],[-5,-3],[8,4],[-6,1],[-3,-2],[-10,6],[14,0],[1,5],[-16,4],[8,6],[-2,2],[-7,1],[7,2],[1,10]],[[5781,4788],[3,-1],[-2,-12],[-8,1],[-1,-9],[3,0],[10,-18],[-4,0],[-7,-10],[-11,-1],[1,-3],[-23,-6],[1,-30],[12,-12],[7,-19],[-13,1],[-4,5],[-19,-3],[-1,-3],[-8,6],[-7,-4],[5,-17]],[[5525,4629],[-5,19],[35,13],[-4,19],[-8,4],[-2,5],[-9,3],[-4,4],[-10,-2],[-1,-3],[-12,-3],[-1,2],[-17,-1],[-4,4],[-4,20],[-17,4],[-2,-6],[-4,1],[0,7],[-7,0],[-3,16],[18,6],[13,10],[-9,13],[-22,1],[-9,32],[9,1]],[[5446,4798],[15,2],[6,-4],[16,-1],[9,-5],[5,0],[3,-7],[13,-1],[6,4],[-3,8],[5,8],[37,13],[22,4],[-2,12],[-4,-1],[-5,17],[16,4],[1,-12],[26,1],[8,4],[1,6],[10,-6],[7,3],[3,19],[5,0],[0,-3],[21,2],[8,-6],[9,-1],[-3,-7],[2,-4],[12,0],[-3,-6],[5,-1],[-6,-11],[11,0],[4,-22],[5,0],[15,-14],[5,-1],[2,-10],[-6,-2],[2,-5],[19,3],[-1,4],[11,1],[-3,4],[26,1]],[[4529,4755],[2,-10],[-5,-6],[24,-17],[-10,-10],[11,-3],[3,-13],[9,-1],[9,2],[1,-5],[-10,-5],[-26,-2],[-5,7],[0,-4],[-9,-1],[1,-4],[-4,-3],[-11,8],[-5,-5],[-9,8],[1,-3],[-5,1],[-6,-3],[-7,5],[-8,-2],[-19,1],[7,-11],[-8,-9],[8,-5],[10,8],[-3,3],[2,3],[11,-3],[18,4],[-3,-2],[-8,-17],[-13,-8],[2,-8],[7,-2],[8,2],[2,5],[18,13],[13,-1],[1,-4],[9,-4],[0,-3],[11,-2],[6,-11],[12,-2],[-10,-9],[6,-5],[2,3],[4,-2],[-1,4],[7,-4],[-3,-3],[4,-2],[-3,-1],[2,-3],[-40,-23],[-4,-12],[4,-10],[15,8],[3,-1],[-1,-10],[-12,-5],[2,-7],[-6,-5],[-18,7],[-9,-14],[-4,-1],[-3,5],[-4,-2],[-5,2],[1,3],[-8,2],[-11,-9],[-16,-6],[-2,-8],[7,1],[0,-8],[-14,-16],[6,-12],[6,-3],[-6,-7],[5,-1],[-2,-8],[-10,-2],[6,9],[-12,-6],[-10,3],[-3,-2],[4,-7],[-3,-2]],[[3896,4503],[6,3],[15,1],[23,16],[8,4],[15,0],[6,5],[-2,4],[5,9],[-6,6],[15,8],[-11,3],[1,7],[-4,7],[3,2],[-5,1],[-4,16],[-5,-1],[-2,3],[4,4],[-4,4],[8,6],[-19,15],[-2,6],[3,12],[26,16],[-5,8],[3,3],[-4,4],[2,2],[16,8],[2,3],[17,6],[17,-2],[13,3],[1,10],[-9,6],[-13,15],[11,6],[0,7],[10,14],[22,1],[-12,0],[-2,4],[7,10],[0,10],[-3,2],[-1,-7],[-1,4],[-4,0],[5,3],[-11,0],[9,1],[5,10],[3,0],[-8,3],[-2,7],[13,-7],[18,0],[28,11],[16,11],[-1,6],[4,2],[0,3],[-6,2],[4,7],[6,4],[8,-1],[5,3],[14,-1],[-1,2],[8,3],[20,18],[22,2],[8,-6],[9,-1],[17,-7],[6,4],[9,0],[18,14]],[[4263,4870],[24,-3],[19,5],[6,-1],[4,-15],[23,-5],[12,-10],[8,2],[0,-17],[6,1],[17,-4],[6,2],[2,-5],[6,4],[18,-4],[6,4],[2,5],[6,2],[6,-1],[5,-4],[11,0],[19,-13],[22,-7],[-1,-3],[14,-1],[4,-5],[-9,-3],[0,-8],[-8,-8],[0,-8],[-5,0],[-1,-4],[5,-1],[4,-7],[7,0],[6,-4],[16,4],[6,-3]],[[6057,4519],[5,13],[5,-2],[-3,3],[5,6],[-4,8],[10,2],[16,-5],[6,13],[-3,3],[-6,-1],[-3,8],[4,1],[-6,12],[-7,1],[-3,10],[19,2],[-2,4],[2,1],[7,-6],[-1,16],[10,-1],[4,4],[14,1],[11,12],[-4,1],[3,6],[-5,-1],[-1,8],[15,6]],[[6192,4750],[5,2],[-1,3],[24,5],[2,6],[33,5],[-4,11],[10,0],[4,2],[0,4],[9,2],[-3,9],[5,1],[5,-4],[-1,2],[6,1],[2,-4],[11,2],[1,-3],[6,0],[25,16],[-8,7],[12,10],[8,2],[1,4],[-10,8],[11,2],[-3,9],[4,10],[-6,0],[3,3],[-5,3],[0,3],[17,4]],[[6355,4875],[5,-2],[-5,-2],[5,-7],[-1,-12],[10,-1],[12,3],[2,-3],[10,0],[5,-7],[18,-8],[-8,-3],[0,-3],[6,0],[1,-4],[8,-1],[0,-7],[14,3],[-2,5],[4,6],[14,-1],[0,-3],[11,0],[7,-4],[33,6],[20,0],[9,4],[3,-5],[13,8],[15,-2],[8,-7],[-3,-2],[3,-4],[16,-1],[0,-4],[5,-5],[-4,-12],[10,-3],[24,8],[16,-14],[3,-2],[2,3],[3,-5],[13,-2],[3,-6],[-4,0],[-2,-3],[5,-8],[-3,-5],[-8,0],[1,-7],[3,0],[2,-5],[24,4],[3,-6],[8,3],[2,-9],[7,0],[3,-6],[0,-3],[-7,-3],[0,-6],[11,-1]],[[646,4819],[23,-12]],[[669,4807],[-12,-9],[-18,-2],[0,-6],[7,3],[7,-5],[-4,-2],[5,-7],[-7,-1],[-2,-9],[3,0],[2,-9],[4,1],[1,-5],[3,0],[4,-12],[20,0],[3,-11],[5,1],[1,-7],[-19,-5],[1,-5],[-6,-1],[1,-5],[10,-1],[-4,-7],[10,-3],[9,-25],[24,1],[-6,-17],[0,-28],[35,-7],[1,2],[11,-18],[-10,-3],[0,-3],[4,1],[5,-6],[-9,-5],[8,-10],[-13,-6],[3,-3],[11,4],[2,-3],[4,2],[6,-8],[19,3],[0,-4],[8,3],[8,-8],[-1,-6],[6,4],[3,-3],[-1,-11],[13,-1],[1,-9],[10,4],[-1,2],[6,-1],[-1,3],[18,10],[3,-3],[23,-3],[0,8],[14,-3],[18,0],[2,-16],[8,1],[0,-5],[-6,0],[1,-11],[6,1],[2,-9],[-12,-2],[6,-20],[-19,-3],[2,-7],[-20,-7],[5,-12],[5,-2],[6,-12]],[[357,4700],[9,4],[-8,10],[1,8],[14,6],[18,12],[5,7],[5,-2],[2,4],[6,-2],[5,7],[12,7],[3,-4],[12,4],[2,4],[-4,4],[4,1],[0,4],[7,-1],[-1,4],[6,0],[1,7],[3,1],[-3,8],[5,2],[9,0],[2,-11],[25,-4],[15,1],[27,4],[-1,9],[6,-1],[7,4],[0,10],[10,-3],[0,3],[12,2],[7,-2],[0,-3],[16,4],[18,0],[1,4],[15,1],[10,10],[6,-4]],[[988,4846],[1,-8],[15,-11],[9,-14],[10,0],[3,-6],[13,4],[6,-5],[3,2],[12,-8],[-3,-2],[6,-3],[-8,-8],[8,-9],[-5,-1],[9,-9],[-5,0],[-6,-5],[5,-11],[5,-3],[-5,-8],[-14,-10],[2,-4],[-11,-8],[5,-9],[-7,-4],[-6,-8],[-3,0],[9,-12],[6,-15],[19,-4],[-2,-9],[6,-9],[14,-8],[10,4],[2,-3],[13,6],[43,-22],[-7,-12],[9,-15],[-3,-1],[4,-6],[-5,-12],[15,-24],[11,2],[-3,6],[9,2],[10,-13],[20,11],[7,-3]],[[669,4807],[4,11],[8,6],[30,14],[4,-3],[13,4],[3,-9],[17,5],[5,-6],[-7,-4],[2,-12],[-3,-5],[16,-5],[-1,-10],[8,-2],[8,3],[0,-7],[14,4],[15,-1],[35,8],[7,-4],[-5,-1],[5,-2],[7,1],[8,-3],[1,1],[16,-6],[4,5],[42,-6],[14,20],[16,8],[-4,1],[5,11],[8,-9],[11,4],[-3,17],[-6,6],[0,7],[22,-2]],[[5465,4889],[4,-11],[-3,-2],[2,-5],[4,1],[4,-17],[-3,-6],[-25,-7],[8,-5],[-3,-16],[3,-8],[-3,-11],[-7,-4]],[[4953,4572],[-11,18],[7,5],[14,24],[6,6],[13,3],[-4,14],[6,3],[11,4],[10,-3],[6,3],[21,1],[-5,-17],[7,-4],[13,3],[-1,14],[-11,4],[-2,12],[11,3],[-3,8],[6,5],[4,0],[4,6],[-4,1],[-2,14],[24,22],[-27,0],[-5,4],[-6,0],[-1,4],[5,1],[-2,4],[-5,-1],[-3,3],[4,8],[-5,4],[1,8],[14,1],[3,-3],[13,5],[-2,4],[10,5],[6,-2],[0,3],[45,13],[3,9],[36,4],[18,19]],[[5175,4814],[4,1],[4,-3],[3,-7],[11,2],[8,-1],[0,5],[12,3],[-1,3],[29,-4],[24,12],[-1,2],[12,4],[-9,22],[3,5],[-11,6],[0,5],[11,6],[-2,9],[4,3],[-4,2],[4,5],[11,3],[17,9],[14,0],[9,-3],[3,-4],[7,0],[8,-16],[43,6],[30,-5],[47,5]],[[7358,4739],[4,-6],[1,-16],[9,-27],[-6,0],[-1,-3],[8,0],[7,-9],[5,0],[-1,-5],[13,-7]],[[6929,4691],[16,11],[3,5],[-2,9],[-8,-2],[5,4],[3,15],[28,20],[14,18],[6,1],[-1,7],[11,12],[1,13],[-5,-1],[-2,9],[-5,0],[-1,3],[-9,1],[-10,-4],[-11,2],[-4,-2],[0,8],[7,2],[-1,5],[7,0],[-4,21],[11,7],[0,9],[10,1],[2,4],[4,1],[1,10]],[[6995,4880],[5,-1],[0,3],[3,-1],[14,7],[3,-4],[12,0],[17,12],[25,-12],[-4,-12],[8,-6],[16,-4],[10,4],[1,4],[8,1],[6,-7],[11,-6],[35,-14],[14,26],[6,2],[4,-23],[6,1],[2,-4],[29,2],[9,-7],[4,-10],[-7,-1],[3,-9],[-2,-13],[10,-11],[-3,-1],[-2,-10],[6,-1],[4,2],[-2,11],[4,1],[0,-6],[14,3],[8,-1],[-4,-11],[6,-13],[-15,-5],[2,-5],[11,-2],[19,1],[18,-9],[5,-8],[7,-3],[-5,5],[2,5],[12,5],[10,-1],[1,4],[6,2],[0,-8],[10,-7],[1,-6]],[[1124,4847],[72,-42],[9,-9],[0,-14],[3,-4],[24,1],[-1,6],[19,8],[2,-7],[7,-2],[21,6],[19,-3],[10,1]],[[1309,4788],[-6,-7],[16,-15],[-11,-10],[1,-5],[15,-2],[16,-6],[0,-4],[4,0],[-4,-5],[6,-11],[-17,-13],[10,-4],[2,-5],[6,-1],[15,-11],[4,4],[13,-1],[14,3],[-9,-24],[4,-6],[-2,-21],[-6,-5],[5,-4],[3,-14],[-4,-6],[17,-12],[8,0],[5,-5],[-3,-4]],[[988,4846],[15,6],[5,-2],[1,-5],[9,-5],[4,-14],[10,-3],[4,9],[15,6],[-9,20],[17,5],[-1,3],[7,2],[-1,3],[11,0]],[[1075,4871],[1,-7],[6,-6],[42,-11]],[[5781,4788],[4,8],[10,-3],[19,4],[0,5],[4,1],[4,-5],[10,4],[-1,4],[-11,2],[2,11],[-11,11],[-1,7],[5,10],[-6,1],[-5,18],[6,31],[33,1],[0,-3],[27,5],[5,-7],[17,0],[10,3],[5,-4],[26,0],[3,-3],[25,-1],[39,6],[9,-2],[2,-4],[10,2],[2,-4],[13,5],[1,10],[8,2],[7,-7],[11,0],[-2,-15],[7,-3],[25,9],[25,4],[0,7],[5,0]],[[6123,4898],[1,-3],[27,0],[2,7],[37,-7],[2,11],[10,0],[-2,-3],[3,0],[15,13],[39,-10],[14,-9],[-4,-8],[4,-1],[4,9],[12,4],[4,5],[9,-5],[22,4],[0,-4],[6,-6],[3,2],[15,-7],[0,2],[4,-1],[5,-16]],[[1124,4847],[26,21],[5,0],[8,-4],[6,-8],[10,0],[3,-3],[1,2],[3,-1],[-1,2],[7,0],[5,-5],[5,3],[5,-3],[17,9],[1,21]],[[1225,4881],[22,-13],[22,10],[0,4],[9,5],[38,1],[-2,-10],[-16,-16],[12,-12],[4,2],[8,-4],[12,2],[5,-3],[6,1],[0,2],[17,-6],[-3,-7],[-16,-9],[3,-2],[-3,-8],[3,-4],[-9,-7],[5,-4],[-3,-4],[-6,-3],[-12,2],[-3,-6],[-9,-4]],[[4734,4948],[13,3],[20,-2],[7,3],[9,-1],[3,1],[-1,5],[6,0],[6,-3],[-3,-1],[1,-5],[17,5],[0,-3],[-10,-8],[0,-4],[13,-2],[3,4],[-1,8],[19,6],[-1,3],[6,1],[12,1],[12,-6],[14,2],[-7,-11],[12,-21],[18,1],[-2,-3],[4,0],[6,-7],[-2,-13],[-5,-3],[2,-2],[4,1],[4,-7],[10,1],[11,-5],[0,-11],[-10,-5],[-1,-5],[18,-4],[8,-7],[5,0],[0,-4],[12,7],[-1,-6],[-9,-3],[15,-14],[8,0],[-2,-3],[2,-4],[10,5],[-1,4],[9,8],[-6,6],[4,6],[-10,4],[0,2],[28,0],[19,9],[4,-11],[29,4],[8,-9],[3,-11],[12,1],[12,-4],[8,1],[45,-9],[24,5],[1,-3],[-10,-3],[1,-3],[-5,-3],[11,-12]],[[4529,4755],[6,17],[5,6],[8,2],[19,0],[10,-4],[8,2],[23,-5],[10,-5],[6,8],[13,3],[13,-9],[-5,-2],[0,-4],[17,-8],[24,4],[2,5],[6,-1],[-4,-2],[1,-3],[4,3],[4,-3],[5,3]],[[4725,4779],[-10,8],[3,3],[14,-2],[8,9],[-14,7],[2,4],[-6,7],[-16,7],[0,4],[-15,1],[-11,5],[-15,2],[-7,4],[0,3],[7,1],[-3,6],[12,6],[-4,3],[-4,14],[-3,1],[13,15],[10,4],[-8,7],[2,4],[7,0],[6,-4],[3,2],[-1,13],[-4,3],[-18,-1],[-5,2],[-4,7],[-6,-1],[-10,13],[-11,3],[-3,3],[10,5],[-2,4],[23,-3],[6,6],[6,-1],[12,6],[8,-7],[1,-7],[9,-1],[0,-11],[-7,-2],[0,-4],[12,-8],[0,-6],[9,-5],[12,7],[-3,5],[5,1],[0,4],[-6,1],[-2,11],[7,6],[0,5]],[[2924,4894],[-4,-6],[-6,-2],[-13,2],[-6,-9],[-6,1],[-17,-15],[5,-9],[17,-4],[6,-7],[-5,-13],[-3,0],[0,-4],[-5,1],[-11,-12],[5,-5],[5,1],[2,6],[5,0],[4,-6],[0,-8],[7,-4],[4,-11],[4,-1],[-9,-2],[1,-6],[-7,-5],[-12,-1],[3,-4],[-16,-9],[-7,-14],[-9,-3],[-15,-13],[5,-8]],[[2163,4669],[12,0],[6,5],[6,-6],[16,-1],[8,3],[18,-3],[15,12],[-6,6],[9,14],[-6,12],[17,11],[1,8],[4,2],[0,4],[-5,2],[3,7],[-9,7],[4,10],[-3,7],[19,28],[7,5],[14,-2],[9,7],[11,-5],[6,3],[10,0],[21,13],[-2,-24],[16,-9],[-1,-5],[7,-10],[15,4],[16,-1],[13,21],[24,1],[8,-7],[7,6],[12,1],[5,-9],[17,-6],[9,1],[12,-9],[5,4],[-1,8],[4,4],[7,-2],[13,6],[12,-3],[10,2],[9,9],[-1,9],[3,10],[5,5],[14,6],[5,7],[0,11],[-16,5],[-6,24],[-5,2],[7,12],[12,6]],[[2585,4897],[17,-7],[26,5],[18,-3],[12,0],[2,-4],[7,-2],[15,1],[14,-5],[15,5],[9,10],[7,0],[12,9],[1,6],[11,6],[4,8],[11,7],[8,1],[24,12],[20,-11],[1,6],[11,6],[4,-2],[21,10],[3,-2],[1,-8],[17,-11],[1,-9],[17,-5],[7,-8],[19,-3],[4,-15]],[[9211,4834],[-1,1],[-2,0],[-4,0],[-10,-1],[-4,-4],[-3,-4],[-1,-2],[-3,-5],[-8,-7],[1,-7],[1,-3],[0,-4],[-2,-3],[-5,-5],[-2,-2],[1,-1],[2,-2],[1,-1],[-2,-2],[-2,-1],[-7,-4],[-5,-2],[-3,-9],[0,-5],[-3,-4],[-4,-3],[1,-6],[4,-2],[7,-2],[8,-2],[3,-3],[3,-2],[6,-1],[7,0],[2,0],[4,1],[0,1],[5,2],[8,4],[2,0],[5,1],[6,0],[7,-4],[-1,-10],[-2,-2],[-1,-1],[-4,0],[-6,2],[-4,-2],[-7,-6],[-4,-2],[4,-4],[9,-2],[0,-5],[-4,-2],[1,-2],[5,-3],[9,-3],[7,0],[7,0],[5,0],[2,-2],[3,-1],[10,-3],[8,-3],[7,-4],[3,-1],[1,0],[1,0],[2,1],[3,1],[7,1],[7,-3],[7,-4],[2,-5],[0,-5],[-4,-8],[-9,-5],[-2,-3],[0,-4],[2,-8],[-1,-5],[-2,-4],[-12,-3],[-4,0],[-2,1],[-4,0],[-3,1],[-6,1],[-5,-1],[-5,-3],[-1,-4],[-14,-2],[-9,-1],[-7,-1],[-7,-3],[-5,-2],[-8,-1],[-9,1],[-3,1],[-4,3],[-3,4],[-2,1],[-11,4],[-4,0],[-6,-4],[-6,-3],[-5,-3],[-7,-1],[-6,-1],[-5,-3],[0,-1],[1,-2],[0,-3],[-1,-3],[-1,-3],[-2,-5],[-7,-9],[-4,-3],[-3,-1],[-6,-1],[-4,-3],[-5,-4],[-8,-3],[-9,-1],[-10,-2],[-3,-1],[-10,-1],[-3,-1],[-10,-2],[-10,-4],[-4,-2],[-5,-3],[-12,-5],[-9,-2],[-7,-2],[-4,-2],[-12,-3],[-5,-1],[-2,0],[-2,0],[-7,-4],[-5,-5],[-3,-6],[-9,-4],[-10,-2],[-12,1],[-7,0],[-7,-4],[-2,-4],[-2,-1],[-1,0],[-4,1],[-2,2],[-3,3],[-5,2],[-3,2],[-5,0],[-6,1],[-4,3],[-4,2],[-8,4],[-1,0],[-1,1],[-2,-2],[-1,-1],[-1,-2],[-5,-2],[-9,-3],[-10,-2],[-6,-1],[-6,-3],[1,-2],[1,-7],[-9,-8],[-4,-3],[-4,-2],[-11,-2],[-5,0],[-5,1],[-5,1],[-5,2],[-8,3],[-2,-1],[-2,0],[-2,-2],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[-3,-7],[-3,-6],[-4,-4],[0,-1],[-1,-1],[-1,-1],[0,-1],[1,-6],[1,-1],[0,-1],[0,-1],[1,-1],[7,-6],[5,-10],[-9,-10],[-10,-5],[-2,0],[-2,0],[-2,0],[-1,1],[-3,1],[-1,1],[-2,1],[-4,2],[-7,0],[0,-1],[-1,-2],[0,-1],[1,-1],[0,-5],[-2,-5],[-1,-2],[-1,-1],[-2,-2],[-12,-2],[-1,0],[-14,0],[-12,1],[-11,7],[-6,2],[-8,1],[-9,-1],[-9,3],[-7,-1],[-12,1],[-6,0],[-2,-2],[-3,-4],[-3,-2],[-4,-1],[-3,-1],[-4,-1],[-5,2],[-2,2],[-2,2],[-2,2],[-2,1],[-2,-2],[-4,-2],[-9,-6],[-4,-5],[-2,-3],[-4,-4],[-13,2],[-12,6],[-6,4],[-6,4],[-4,3],[-6,0],[-7,-1],[-4,-1]],[[8486,4419],[-15,13],[-22,10],[-16,29],[-10,7],[-23,-6],[-24,13],[-1,9],[14,19],[-10,2],[5,4],[19,3],[-19,3],[-18,17],[2,4],[-14,1],[-12,-4],[2,3],[-6,5],[-1,5],[-13,3],[3,6],[-8,6],[11,0],[6,9],[-14,14],[-15,32],[-21,10],[-8,1],[-5,7],[1,22],[-10,4],[-3,2],[4,2],[-6,4],[5,2],[-1,6],[7,1],[1,3],[-29,2],[1,6],[6,3],[-4,1],[4,7],[4,-2],[7,12],[6,0],[-5,4],[13,2],[5,-2],[2,6],[10,6],[4,9],[-44,-4],[-11,19],[6,16],[20,16],[-17,14],[0,-3],[-14,5]],[[8235,4807],[3,3],[-3,2],[6,3],[-1,13],[3,0],[3,6],[20,1],[2,-2],[35,16],[20,-8],[21,-3],[45,1],[13,8],[5,-1]],[[8407,4846],[5,-9],[-5,-8],[5,-2],[-1,-7],[23,-2],[-5,-6],[5,-8],[12,4],[11,-4],[2,3],[16,-4],[8,0],[5,5],[7,-1],[6,3],[3,-1],[-5,-7],[2,-16],[4,-4],[5,4],[8,-3],[7,-16],[20,3],[6,4],[10,-1],[8,3],[9,-1],[19,-11],[12,1],[6,-17],[6,2],[5,-2],[1,2],[6,-4],[3,1],[2,-13],[8,-1],[0,5],[8,0],[1,-3],[11,-3],[4,0],[5,5],[7,0],[8,11],[7,3],[8,-3],[6,7],[14,-11],[9,1],[1,-4],[4,0],[-2,6],[13,5],[1,5],[16,6],[-4,13],[6,9],[7,-4],[10,1],[7,4],[5,-3],[6,13],[15,2],[5,6],[-1,11],[3,9],[-6,4],[8,6],[-5,8],[4,0]],[[8827,4842],[12,1],[6,4],[0,5],[5,1],[8,0],[0,-4],[10,-2],[2,6],[4,1],[10,-4],[7,3],[14,-4],[8,3],[-5,3],[9,17],[4,2],[13,-17],[15,1],[4,-1],[8,4],[15,-5],[4,2],[6,7],[4,-1],[13,7],[7,7],[5,-6],[3,1],[-2,-4],[5,-4],[0,-6],[20,-10],[11,1],[-8,1],[1,4],[14,0],[-8,5],[10,0],[7,16],[18,-4],[2,2],[26,-10],[10,-1],[-3,-3],[11,-1],[11,-13],[-2,-5],[12,2],[16,15],[11,-1],[13,-6],[21,-1],[-4,-8],[-8,0],[3,-3],[5,0],[1,-5]],[[1527,4950],[2,-10],[4,-1],[1,-30],[6,-6],[20,-6],[-6,-11],[-20,-17],[7,-4],[14,0],[1,-7],[6,0],[0,-6],[11,1],[1,8],[7,4],[8,-12],[5,3],[12,0],[-9,-6],[-1,-8],[-9,-10],[11,-3],[-8,-5],[-14,-24],[-9,-2],[-14,7],[-12,-7],[2,-6],[4,-2],[-5,-3],[2,-4],[-9,-4],[8,-7],[-1,-3],[-8,-8],[-24,-14],[35,-20],[4,1],[-3,2],[3,4],[14,2],[3,-5],[8,3],[3,-4],[5,5],[14,-1],[6,-7],[-8,-5],[0,-4],[11,5],[4,-7],[7,-3],[-2,-6],[8,-6],[18,8],[16,0],[1,2],[13,-11]],[[1225,4881],[0,18],[6,5],[-1,4],[5,2],[-2,4]],[[1233,4914],[6,7],[10,1],[11,7],[13,3],[11,0],[15,-10],[7,4],[10,-1],[4,2],[-2,11],[7,2],[14,-6],[3,7],[14,-2],[1,-5],[7,-2],[-2,-9],[3,-3],[10,-1],[8,-6],[9,3],[2,-5],[12,8],[19,8],[-5,-1],[-2,2],[-5,1],[2,2],[-6,3],[11,7],[-3,8],[-7,0],[6,11]],[[1416,4960],[16,-1],[5,4],[15,-6],[23,12],[20,-5],[13,2],[4,-1],[9,-14],[6,-1]],[[8610,4987],[6,0],[9,-11],[10,0],[9,5],[5,-2],[3,-11],[6,-1],[1,-5],[8,-1],[14,-12],[2,2],[7,-2],[4,8],[19,9],[5,-4],[9,2],[6,-3],[11,-15],[-2,-3],[-19,-5],[3,-11],[7,-4],[11,-16],[11,-5],[-4,-5],[9,-8],[6,0],[2,-5],[-1,-7],[-5,-2],[2,-3],[-4,-2],[-6,3],[3,4],[-5,-2],[-5,-5],[5,-1],[1,-5],[-15,-8],[29,-5],[11,-5],[-1,-3],[5,1],[-1,-4],[20,4],[2,3],[-7,3],[5,6],[13,2],[0,-6],[8,-5],[-5,1],[2,-4],[8,-2]],[[8407,4846],[9,3],[2,8],[-2,6],[12,10],[-1,7],[-6,4],[6,5],[8,-2],[11,7],[9,1],[41,-16],[-3,3],[12,4],[7,-1],[13,-9],[2,6],[8,-3],[3,5],[-11,7],[6,7],[-4,9],[8,2],[1,-5],[9,3],[0,14],[6,7],[-3,1],[1,5],[10,9],[23,-9],[5,6],[10,-4],[14,12],[-10,3],[3,4],[-1,8],[-8,0],[-2,8],[-6,1],[1,5],[5,2],[-2,6],[-6,0],[-2,5],[14,0],[3,-4],[8,1]],[[463,4988],[4,-10],[12,-3],[-6,-17],[20,-3],[6,-7],[8,-2],[2,-10],[14,-5],[-3,-4],[12,-2],[-7,-8],[3,-4],[-2,-5],[5,-4],[-3,-3],[4,-6],[-3,-2],[9,-7],[13,4],[22,0],[-2,-7],[-6,-4],[14,2],[0,-3],[7,-2],[1,-3],[3,4],[11,1],[2,-4],[5,0],[21,4]],[[629,4878],[7,1],[1,-12],[4,1],[0,-4],[-5,-2],[2,-3],[-8,-9],[3,-7],[3,1],[2,-4],[8,2],[13,-4],[2,1],[4,-4],[-19,-16]],[[240,4653],[5,5],[-3,2],[-6,3],[-6,2],[-7,1],[-4,-4],[-6,1],[-6,1],[-3,0],[2,7],[-5,3],[-13,1],[-1,0],[-6,2],[-7,1],[-9,2],[-2,11],[-1,6],[-2,5],[-2,4],[-2,3],[3,4],[2,2],[1,1],[2,4],[2,3],[3,6],[6,11],[-1,2],[-5,1],[-5,-1],[-4,0],[-26,-1],[-7,1],[-9,-3],[-10,0],[-4,2],[-5,4],[-4,2],[-4,0],[-9,-1],[-9,-1],[-12,-7],[-4,-2],[-11,-3],[-5,-2],[-8,1],[-3,6],[2,2],[8,8],[1,10],[1,8],[-10,8],[0,3],[-3,2],[-1,1],[-4,1],[-4,0],[-3,2],[-3,3],[-1,1],[-2,7],[0,10],[-1,9],[-4,3],[-5,7],[-1,0],[0,6],[1,1],[9,0],[12,0],[2,0],[4,2],[4,4],[1,1],[6,4],[4,2],[8,6],[5,-3],[1,-1],[1,-2],[3,-7],[1,-4],[6,-10],[6,-6],[2,-3],[3,-2],[4,-1],[9,1],[4,2],[4,2],[10,5],[0,1],[1,2],[0,1],[0,1],[1,6],[1,9],[6,6],[3,4],[2,3],[2,4],[10,8],[1,1],[3,3],[3,2],[10,6],[7,4],[8,1],[3,1],[7,2],[4,1],[2,1],[1,0],[1,1],[8,5],[7,5],[4,4],[2,2],[0,3],[1,2],[3,3],[2,1],[3,1],[3,1],[8,3],[9,4],[2,2],[4,5],[2,4],[2,3],[9,2],[8,1],[3,1],[6,2],[3,1],[12,6],[2,0],[3,0],[1,1],[6,1],[1,0],[3,1],[6,1],[6,0],[7,1],[9,8],[2,4],[-2,3],[-3,1],[-9,4],[-1,1],[-5,2],[-9,4],[-7,4],[7,3],[3,1],[3,1],[5,2],[11,4],[10,3]],[[336,4999],[38,-23],[22,12],[12,15],[8,0],[2,3],[13,-5],[6,-7],[10,-1],[6,-5],[10,0]],[[1385,4975],[1,-4],[-7,-6],[6,-2],[-2,-9],[6,-7],[4,0],[10,7],[6,8],[7,-2]],[[1233,4914],[-3,7],[3,18],[-2,9],[-11,2],[-4,-1],[-12,5],[-9,-7],[-2,4],[-11,0],[5,14],[3,0],[5,10],[21,0],[3,8],[5,3],[43,18],[-1,4],[8,5],[12,16]],[[1286,5029],[13,5],[9,7],[18,4],[10,0],[13,-7],[3,-5],[-4,-7],[4,-3],[-2,-8],[6,-9],[4,-8],[12,-1],[-4,-8],[8,-4],[9,-10]],[[1558,5026],[0,-3],[3,0],[-3,-3],[3,-6],[7,-1],[-6,-12],[4,0],[5,5],[1,-8],[-10,-19],[2,-5],[-9,-4],[4,-13],[-10,-9],[-22,2]],[[1385,4975],[7,8],[10,4],[-12,20],[11,4],[12,14],[3,8],[10,4],[8,-1],[13,4],[10,-6],[14,10],[19,8],[8,-4],[4,3],[14,-7],[3,-7],[-4,-1],[4,-3],[6,0],[0,-2],[26,1],[7,-6]],[[4108,4998],[54,2],[10,-11],[-3,-10],[13,-10],[0,-4],[8,1],[4,-4],[-2,-5],[9,1],[11,-10],[22,1],[9,7],[17,-7],[6,-38],[-6,-14],[3,-27]],[[3387,4685],[3,-4],[8,2],[3,4],[13,-4],[10,4],[19,-3],[7,1],[0,7],[5,1],[-4,4],[1,9],[-16,9],[0,7],[-11,7],[14,16],[14,4],[29,18],[13,3],[16,21],[9,3],[0,6],[7,3],[-6,19],[19,7],[11,-1],[6,5],[14,2],[11,11],[3,13],[13,4],[-10,16],[5,-1],[2,-5],[5,1],[1,6],[12,7],[15,3],[20,30],[8,6],[-17,9],[-16,19],[5,9],[-9,2],[5,5],[-2,11]],[[3622,4981],[7,5],[8,1],[5,-3],[10,5],[4,5],[9,-2],[1,3],[-5,5],[-5,14],[13,4],[8,0],[6,-4],[21,2],[4,22],[9,0],[-4,10],[8,7],[-8,2],[-3,5],[2,2],[13,-1],[-3,8],[-4,-4],[-5,3],[7,2],[-4,10],[2,2],[7,4],[15,-10],[5,3],[1,-2],[4,1],[4,5],[20,2],[-3,6],[22,-4],[7,-3],[6,-13],[0,-8],[19,-4],[25,0],[5,-12],[7,-4],[10,9],[11,-3],[5,3],[13,2],[6,-1],[0,-7],[15,6],[2,-3],[-7,-4],[15,4],[-3,-8],[9,1],[3,-8],[29,3],[7,3],[3,6],[14,-14],[15,5],[9,-3],[0,-4],[11,-2],[0,2],[5,0],[-11,-16],[15,-10],[-9,-1],[-2,-3],[10,2],[2,-4],[5,2],[4,-11],[25,-9],[8,9],[14,5],[13,2]],[[2092,4687],[-2,3],[4,3],[-6,4],[10,4],[-8,14],[-1,12],[-4,-1],[0,12],[-14,1],[-7,-3],[-13,-1],[-8,7],[0,7],[-17,12],[2,9],[-3,3],[5,13],[-2,0],[9,8],[-8,7],[6,5],[-7,13],[-18,13],[-7,11],[-3,0],[5,6],[-2,3],[13,5]],[[2016,4857],[11,1],[16,-3],[1,3],[7,0],[3,-3],[25,5],[1,2],[9,-2],[5,5],[23,-9],[9,3],[6,10],[-4,4],[3,6],[-3,7],[10,10],[-2,5],[-7,2],[9,11],[-2,2],[5,-1],[-5,6],[5,-1],[4,4],[1,-3],[4,3],[-7,7],[-5,1],[1,-3],[-5,1],[-11,11],[-2,7],[-16,4],[10,6],[13,4],[12,12],[11,-4],[7,3],[-4,-3],[4,0],[0,-2],[14,0],[4,2],[2,12],[4,-1],[0,-3],[6,-3],[8,1],[4,-4],[5,6],[9,-3],[2,7],[6,4],[-1,3],[-6,-1],[11,9],[13,-3],[8,-7],[0,-5],[8,4],[4,5],[12,-2],[-11,8],[0,10],[-13,25],[20,12],[2,-2],[3,2],[-4,5],[2,7],[-5,6],[-5,1]],[[2260,5063],[0,7],[15,-1],[17,3],[14,-6],[5,2],[9,-5],[13,5],[0,5],[9,1],[3,5],[9,-2],[4,-4],[-3,-5],[6,-1],[12,-1],[7,7],[0,5],[13,2],[19,-9],[17,1],[6,-5],[6,-1],[6,5],[8,-1],[3,-12],[-18,-12],[0,-4],[-6,-5],[5,-5],[-1,-6],[9,-4],[2,-10],[17,0],[-8,-4],[2,-1],[2,0],[13,-9],[-1,-2],[4,1],[12,-12],[-1,-7],[-3,0],[3,-3],[-4,-1],[1,-7],[-12,-7],[-7,-13],[16,-6],[8,4],[10,-7],[10,6],[-3,8],[6,1],[3,-4],[9,2],[9,-11],[-2,-7],[7,-1],[-3,-3],[5,-5],[-7,-1],[3,-4],[4,-2],[9,6],[20,-3],[-1,-9],[16,-6],[2,2],[-3,-10]],[[7991,5058],[10,-17],[-3,-5],[-13,-2],[8,-10],[9,-2],[6,-25],[-3,-1],[0,-8],[15,0],[5,-5],[-2,-3],[9,0],[8,-11],[2,3],[10,-1],[-1,-10],[4,0],[1,-5],[-6,-3],[-2,-9],[9,-1],[-10,-3],[-3,-7],[6,-9],[-4,-1],[2,-8],[-5,-1],[0,-5],[-9,-2],[0,4],[-12,-2],[-1,-14],[3,-1],[3,6],[12,1],[1,5],[9,-1],[-1,-8],[3,1],[1,-8],[4,-3],[-4,-3],[5,-4],[-4,-1],[-1,-17],[6,-11],[-4,-6],[-15,1],[0,-6],[4,-2],[0,-5],[9,0],[2,-2],[11,-2],[0,-2],[-11,-5],[5,-8],[-20,-15],[-4,1],[4,-2],[-3,-12],[-12,-6],[9,-7],[43,30],[20,1],[8,3],[26,4],[19,11],[25,7],[23,1],[14,-10],[1,-4],[14,-3],[-3,-3],[7,1],[5,-4]],[[8486,4419],[-8,-1],[-6,-3],[-8,-4],[-3,-3],[-3,-5],[-11,-5],[-13,-3],[-10,1],[-3,0],[-4,1],[-1,0],[-2,0],[-1,0],[-8,0],[-8,0],[-10,2],[-2,0],[-1,0],[-3,0],[-2,0],[-2,-1],[-1,0],[-6,-3],[-3,-2],[-13,-5],[-3,0],[-2,-1],[-2,-1],[1,-4],[1,-2],[1,-1],[1,-1],[7,-5],[3,-3],[3,-3],[1,-3],[1,-8],[0,-5],[-4,-5],[-3,-3],[-4,-3],[-1,0],[-1,0],[-4,-4],[-10,-8],[-4,-6],[-1,-1],[0,-2],[0,-1],[2,-1],[2,-2],[2,-1],[7,-1],[0,-8],[-1,-1],[0,-1],[-1,-1],[-8,-2],[-7,-2],[-3,-1],[-5,-1]],[[7358,4739],[18,-2],[7,3],[1,3],[18,-2],[11,7],[20,-3],[21,28],[13,-7],[14,-2],[1,-3],[14,6],[-7,1],[-9,13],[0,7],[-19,5],[-1,2],[2,5],[9,4],[2,7],[8,1],[-4,11],[3,6],[4,0],[-18,14],[3,2],[-1,6],[9,11],[-1,9],[11,3],[3,4],[-3,2],[9,4],[-6,2],[-1,7],[6,8],[29,-7],[8,4],[10,-5],[7,4],[9,1],[6,-2],[-3,-9],[11,-7],[12,1],[1,3],[18,-1],[6,6],[10,-4],[15,0],[3,-5],[1,4],[20,6],[-5,4],[11,10],[-6,9],[-6,0],[-4,7],[6,1],[5,9],[-6,3],[4,6],[-9,-2],[-3,7],[-4,0],[-8,7],[-14,0],[-8,10],[13,9],[-2,3],[3,1],[0,5],[4,5],[17,10],[-3,2],[4,11],[4,0],[-3,6],[11,3],[-1,4],[-4,-1],[5,11],[5,-1],[4,6],[23,-3],[-1,6],[7,1],[-3,3]],[[7694,5042],[39,9],[33,-4],[6,-4],[-5,-6],[12,1],[1,-8],[8,2],[6,-5],[1,-8],[14,0],[16,3],[1,15],[4,3],[15,-4],[16,7],[10,-9],[23,2],[-6,13],[20,-3],[5,2],[9,-4],[8,2],[0,3],[6,-3],[0,9],[27,0],[-2,4],[14,4],[16,-5]],[[1708,5038],[-4,-1],[0,-12],[-3,-2],[-2,2],[-9,-8],[5,-8],[-2,-4],[7,-2],[-3,-2],[4,-5],[6,-1],[-2,-2],[6,1],[4,-11],[-2,-7],[4,1],[7,-4],[-6,-2],[4,-1],[-5,-4],[10,6],[5,-4],[20,6],[3,-2],[-8,-10],[4,-8],[-5,-3],[7,-5],[-2,-5],[9,2],[2,-6],[-2,-4],[6,-2],[8,-8],[8,7],[3,-3],[0,-13],[-3,-5],[-4,1],[-2,-9],[4,-3],[3,1],[1,-4],[35,-3],[-1,2],[17,1],[4,3],[14,-1],[16,3],[6,-5],[21,-6],[-2,-10],[-6,-4],[4,-4],[-2,-3],[10,-2],[0,-3],[9,-3],[9,-8],[9,2],[5,5],[2,-3],[4,1],[38,10],[8,3],[0,4],[5,0],[5,-5],[22,-12]],[[1558,5026],[5,6],[-6,13],[5,1],[0,3],[-3,1],[18,13],[-6,1],[-2,5]],[[1569,5069],[8,8],[9,-2],[11,8],[7,-3],[2,-11],[8,2],[6,-2],[7,2],[-2,3],[5,3],[12,0],[2,2],[0,-3],[4,1],[0,-4],[8,0],[4,6],[15,-11],[-9,-8],[6,-11],[4,1],[-1,-4],[8,-2],[4,2],[-4,4],[3,5],[5,-3],[-1,4],[8,-2],[6,-4],[0,-11],[4,-1]],[[714,5052],[-5,-6],[-7,-1],[-4,8],[-20,1],[-1,-23],[6,-20],[-15,-22],[13,-7],[7,5],[12,3],[7,8],[13,-19],[0,-4],[-5,-2],[11,-13],[-4,-2],[1,-3],[8,-6],[-11,0],[-1,-4],[-13,-3],[-2,10],[-9,-2],[-1,4],[-10,-1],[-2,2],[-22,-10],[-2,-3],[2,-7],[-5,-1],[3,-2],[-4,-2],[14,-22],[-2,-3],[-8,1],[-7,8],[-12,-7],[0,-4],[-7,0],[-1,4],[-9,-9],[2,-1],[-3,-4],[8,-15]],[[463,4988],[9,6],[16,-1],[4,3],[-4,3],[-1,8],[2,10],[16,10],[0,23],[9,0],[23,6],[13,-14],[47,2],[14,6],[7,9],[5,0],[1,6],[4,-1],[16,16],[22,-15],[5,2],[21,-3],[3,-4],[17,-2],[-3,-3],[5,-3]],[[6015,5078],[-10,-9],[0,-6],[-8,-5],[-4,-12],[27,-5],[1,-8],[-3,-3],[4,-6],[8,3],[7,-4],[3,1],[-4,5],[29,6],[16,-5],[5,-19],[2,-1],[4,3],[14,-3],[1,-3],[-3,-13],[3,0],[2,-4],[-1,-9],[16,-3],[0,-3],[-11,0],[-3,-6],[7,-3],[-8,-13],[-22,-2],[8,-14],[1,-7],[3,0],[0,-4],[3,0],[-2,-18],[16,-7],[6,1],[1,-4]],[[5465,4889],[4,4],[-9,32],[9,2],[8,-1],[-1,2],[10,4],[0,3],[12,-1],[-4,12],[8,-1],[3,7],[-2,4],[-8,1],[2,19],[-6,17],[17,4],[-5,4],[8,25]],[[5511,5026],[20,-2],[22,2],[9,-8],[3,1],[3,21],[6,7],[10,1],[-2,-5],[2,-1],[2,6],[11,-2],[3,16],[6,-1],[-2,14],[-4,5],[-11,1],[1,14],[11,10],[14,1],[-1,5],[11,-1],[11,17],[-7,7],[4,2],[20,0],[3,5],[13,2],[-7,4],[-2,9],[4,3],[-9,4],[15,6],[0,7],[42,-15],[0,-2],[-6,0],[-5,-17],[5,0],[-1,6],[14,0],[0,-7],[5,0],[2,-9],[23,-2],[0,-4],[8,1],[4,-3],[5,2],[-3,-4],[9,-8],[-6,-15],[-3,1],[1,-3],[-5,-1],[0,-5],[11,-3],[2,3],[5,-6],[19,-4],[0,-3],[32,-7],[-1,-6],[5,-2],[4,7],[6,-1],[7,10],[10,-4],[0,4],[10,10],[-3,2],[7,1],[-3,5],[4,4],[37,-23],[14,-3],[26,25],[-2,4],[3,6],[-7,-1],[-1,4],[-9,-5],[-7,3],[9,2],[0,4],[-7,10],[16,10],[5,-5],[7,2],[6,-5],[-15,-8],[6,-8],[4,1],[3,-3],[11,2],[6,-1],[-1,-7],[9,0],[0,-6],[-9,-6],[7,-4],[5,3],[12,-3],[8,1],[4,-5],[8,1],[-7,-8]],[[6871,5116],[-5,-12],[8,0],[0,-10],[17,-1],[4,-21],[2,-3],[5,-1],[-8,-1],[4,-18],[3,-9],[6,0],[1,-3],[-16,-13],[2,-10],[-7,-2],[2,-4],[-15,-1],[1,-12],[21,5],[21,-2],[-5,-9],[4,-2],[0,-3],[-6,-2],[-5,-12],[-5,-2],[-1,-23],[37,-7],[12,-7],[-13,-14],[-4,0],[-2,4],[-4,-1],[5,-4],[-1,-11],[-3,-1],[10,-8],[12,-1],[3,-3],[9,-1],[1,-3],[9,1],[1,3],[18,-2],[0,-5],[1,1],[5,-6]],[[6015,5078],[17,-4],[-3,-8],[4,-1],[12,7],[8,6],[2,9],[4,3],[4,-1],[11,11],[2,5],[-5,2],[5,6],[6,-3],[10,8],[-4,3],[8,18],[9,-7],[7,9]],[[6112,5141],[33,-22],[15,-2],[3,10],[6,3],[4,-4],[10,-2],[13,-9],[14,5],[3,11],[6,3],[-6,7],[10,7],[6,0],[0,6],[6,1],[11,-5],[9,17],[8,1],[3,5],[6,-6],[2,5],[13,-7],[-6,-10],[15,-9],[-4,-9],[10,4],[2,-6],[8,0],[5,-9],[5,8],[7,2],[2,-3],[-6,-2],[0,-9],[8,-5],[12,0],[12,-13],[12,6],[54,16],[9,-9],[0,-4],[3,2],[8,-6],[11,-3],[-3,-12],[6,-3],[-6,-4],[3,-7],[7,0],[6,4],[1,-5],[9,-2],[11,5],[4,-3],[1,-11],[14,13],[15,-17],[9,2],[0,3],[12,4],[17,3],[4,-8],[4,0],[1,-4],[6,1],[0,-3],[16,0],[0,3],[11,1],[6,24],[-4,19],[47,-1],[1,7],[16,-1],[0,4],[6,0],[-1,4],[5,1],[7,1],[2,-7],[39,11],[27,3],[-16,-12],[6,-4],[0,-5],[7,0],[0,-3],[-16,-8],[10,-5],[-3,-6],[16,-2],[0,-3],[8,-3],[3,13],[39,4],[2,10],[34,2],[-5,6],[6,0],[2,5],[25,-4]],[[4734,4948],[-11,7],[8,6],[0,13],[25,13],[6,13],[-1,3],[-16,-2],[-14,6]],[[4731,5007],[-5,5],[2,3],[5,0],[-8,2],[0,2],[6,-1],[-12,8],[-3,5],[3,2],[-5,0],[-2,4],[-4,0],[-1,6],[3,3],[7,-3],[3,10],[6,3],[0,-3],[8,0],[9,7],[12,-1],[1,-3],[5,-2],[27,5],[9,-5],[0,8],[16,-3],[4,8],[20,7],[8,6],[-1,3],[8,2],[2,11],[-18,7],[3,12],[6,-1],[0,10],[12,-2],[6,3],[26,2],[7,-4],[5,10],[-4,2],[21,26],[-5,8],[0,16],[11,4],[-1,5],[11,3],[-2,5],[77,-3],[23,0],[0,3]],[[5032,5202],[14,-7],[5,0],[-3,-1],[0,-11],[11,-1],[-1,-3],[-9,-5],[-3,-13],[31,-8],[4,0],[8,9],[8,1],[0,3],[10,-1],[2,5],[6,2],[2,9],[8,0],[1,-3],[27,-7],[16,-1],[16,-14],[-1,-5],[9,-5],[3,-13],[5,1],[6,-5],[11,-2],[1,3],[3,-3],[21,-6],[9,-30],[8,-4],[3,-15],[8,-12],[-2,-7],[12,-9],[-3,-4],[26,-6],[1,7],[9,-2],[4,8],[14,0],[4,-5],[-4,-9],[1,-8],[11,3],[0,5],[4,3],[4,0],[0,3],[4,-4],[5,2],[-1,5],[34,6],[22,0],[-2,-2],[19,-3],[3,2],[0,-6],[16,6],[7,-1],[1,-3],[20,1],[1,-16],[30,0]],[[1286,5029],[-13,12],[4,2],[-1,3],[5,1],[3,9],[7,5],[-12,-7],[-3,6],[1,5],[-17,11],[-9,0],[3,3],[5,3],[6,-3],[5,1],[10,4],[3,6],[10,2],[5,-1],[4,5],[4,0],[14,14],[5,11],[16,5],[-2,6],[4,2],[-2,5],[10,10],[11,4],[7,-5],[10,8],[14,-1],[25,8]],[[1418,5163],[14,-8],[-12,-11],[12,2],[6,-4],[11,-2],[10,9],[19,6],[-2,2],[4,1],[5,2],[4,-2],[34,12],[-5,-7],[5,-5],[-11,-26],[1,-4],[13,-1],[12,-16],[-8,-7],[-4,-12],[4,-2],[5,4],[12,-12],[20,4],[1,-2],[-9,-6],[10,-9]],[[4022,5212],[12,-14]],[[4034,5198],[2,-9],[-4,-6],[-23,-1],[-5,-3],[0,-4],[-11,-5],[18,-8],[9,-1],[4,-20],[-18,-13],[-5,4],[-15,-6],[6,-7],[-18,-13],[1,8],[-16,3],[0,7],[-9,2],[0,-17],[-4,-1],[-5,-10],[-62,11],[-24,14],[-16,1],[0,4],[-7,0],[-5,-4],[-10,7],[1,7],[-8,0],[1,8],[-7,9],[-6,1],[6,3],[1,8],[22,2],[5,3],[-4,5],[0,10],[-7,9],[-1,15],[8,0],[2,-3],[4,3],[14,4],[3,-5],[5,4],[20,2],[19,-6],[-1,-2],[9,0],[14,-6],[2,4],[3,-4],[5,-1],[4,5],[12,-1],[12,9],[10,-7],[0,-5],[5,1],[3,-3],[30,-5],[6,15],[6,5],[7,-3]],[[924,5189],[19,-14],[2,-15],[-4,-12],[-26,-27],[-4,-10],[7,-10],[20,-9],[-18,-20],[-15,-5],[-8,-7],[3,-9],[28,-1],[3,3],[3,-1],[-1,-5],[10,-21],[-2,-19],[10,-10],[15,-2],[29,6],[12,-4],[7,-11],[-4,-28],[6,-10],[10,-2],[10,3],[23,21],[10,2],[7,-3],[4,-8],[-10,-19],[8,-17]],[[1078,4925],[24,-15],[6,-12],[-5,-10],[-22,-10],[-6,-7]],[[714,5052],[9,-4],[9,13],[25,-3],[11,8],[-5,2],[1,3],[36,3],[5,6],[13,0],[9,4],[-2,3],[-9,0],[-6,13],[-15,-2],[-10,19],[-2,13]],[[783,5130],[40,5],[1,23],[39,3],[19,13],[20,3],[13,17]],[[915,5194],[9,-5]],[[1023,5209],[-1,-7],[6,0],[-1,-6],[-7,-4],[0,-9],[5,-7],[11,-2],[-4,-8],[-4,-1],[0,-9],[-7,-1],[-3,-8],[4,-1],[-5,-26],[15,0],[12,-4],[6,6],[6,-5],[16,4],[1,-5],[17,-5],[3,2],[2,-3],[5,5],[-2,-5],[4,-4],[13,2],[5,-6],[10,0],[6,8],[3,0],[1,6],[5,-4],[12,0],[8,4],[-1,-2],[6,-2],[-9,-8],[1,-3],[-6,1],[3,-10],[-3,-5],[7,-6],[-3,-13],[-5,5],[-8,-2],[-12,2],[-1,-4],[-4,2],[0,-5],[-12,1],[-1,2],[-10,-2],[0,5],[-12,1],[2,-12],[6,-5],[-6,-3],[-1,-9],[7,-6],[35,-5],[-8,-10],[1,-5],[3,-4],[16,-3],[0,-6],[-12,-2],[2,-13],[-19,-5],[5,-8],[-3,-3],[1,-6],[-7,-2],[29,-23],[6,3],[2,-8],[-8,-4],[0,-4],[-21,-7],[-7,8],[-9,-5],[-12,2],[-1,3],[-8,-2],[-8,2],[2,-4],[-4,-2]],[[924,5189],[11,10],[14,6],[4,6],[11,2],[32,-12],[6,3],[8,-1],[-2,2],[3,6],[12,-2]],[[1023,5209],[6,-2],[8,7],[13,0]],[[1050,5214],[17,6],[5,4],[-5,4],[3,2],[12,-4],[9,1],[-2,3],[12,-2],[9,3],[7,7],[5,-4],[9,-1]],[[1131,5233],[22,-14],[-3,-3],[7,-1],[-4,-4],[3,-4],[6,3],[18,2],[17,-4],[12,7],[2,4],[5,-4],[6,7],[20,-2],[4,5],[13,4],[15,-3],[10,8],[6,-6],[5,0],[27,14],[2,-5],[7,2],[2,-4],[10,2],[7,8],[7,1],[0,-2],[5,0],[3,2],[-4,1],[2,2]],[[1363,5249],[6,-2],[8,4],[4,-5],[5,1],[1,-4],[10,3],[1,-3],[4,-1],[7,-12],[-13,-17],[6,-3],[-8,-12],[4,-3],[-1,-4],[6,-1],[13,-10],[0,-7],[4,-4],[-2,-6]],[[4427,5243],[-6,-9],[3,-18],[8,-10],[-3,-8],[14,-7],[7,-21],[-11,-14],[8,-5],[14,2],[11,-6],[1,-7],[6,-5],[-5,-7],[13,-2],[9,4],[6,-2],[8,2],[6,-4],[15,-2],[7,-5],[12,3],[9,-4],[5,2],[7,-7],[-3,-7],[-12,-5],[0,-6],[4,-1],[-4,-7],[1,-1],[7,3],[8,-3],[7,-4],[1,-7],[11,-1],[-9,-6],[-2,-15],[8,-4],[15,4],[4,-6],[14,0],[7,-8],[18,5],[7,-2],[3,3],[8,-3],[-3,-1],[1,-5],[6,-9],[21,8],[21,-10],[10,-10],[0,-6],[11,-2]],[[4108,4998],[-12,12],[10,4],[-6,9],[7,-1],[-2,4],[8,8],[3,1],[8,-4],[1,5],[6,1],[3,6],[8,3],[1,-5],[7,-1],[2,4],[-7,7],[7,2],[2,7],[6,1],[-4,3],[6,9],[3,-1],[-1,4],[7,0],[4,-5],[-1,5],[23,-1],[9,-6],[4,4],[11,1],[-1,2],[6,1],[2,4],[9,2],[1,10],[5,4],[-6,9],[1,-7],[-5,-1],[-22,-1],[-2,5],[-4,-5],[-10,2],[3,5],[-6,-5],[-22,0],[-4,3],[6,13],[-10,-10],[-21,9],[-23,6],[4,1],[-2,2],[5,1],[-1,3],[-7,0],[-1,9],[9,-2],[2,10],[-5,1],[1,5],[5,5],[19,0],[3,4],[13,-4],[2,-3],[4,3],[32,-12],[9,0],[0,-6],[5,0],[-2,4]],[[4213,5141],[39,14],[8,24],[-2,2],[-3,-2],[2,5],[-7,-6],[-3,1],[8,7],[2,7],[-10,0],[5,-5],[-12,-5],[-12,-12],[-8,1],[-2,12],[-10,9],[-7,16],[-9,8],[-10,4],[-2,8],[23,8],[9,-3],[8,1],[15,7],[5,10],[10,5],[20,4],[11,-1],[3,-3],[5,1],[-2,16],[-4,-2],[-4,4],[5,9],[7,3],[19,-1],[14,-9],[7,0],[0,-24],[14,-15],[13,-1],[3,4],[-9,6],[-4,7],[5,12],[-11,9],[4,12],[-4,5],[20,-1],[10,-12],[7,8],[-1,6],[17,2],[8,6],[8,-14],[-9,-1],[2,-3],[22,-15],[0,-4],[4,0],[2,-15],[-7,-6],[2,-1]],[[6062,5198],[-2,-5],[-14,-4],[16,-7],[-3,0],[2,-4],[10,-7],[12,-4],[-2,-5],[4,2],[19,-11],[9,-9],[-1,-3]],[[5032,5202],[0,4],[32,14],[10,10],[1,6]],[[5075,5236],[4,2],[4,-9],[6,2],[4,4],[-4,1],[2,7],[13,5],[0,15],[5,2],[2,7],[21,-7],[18,-1],[1,-9],[23,-6],[-9,-5],[18,8],[6,-1],[-1,6],[-7,5],[6,3],[21,-2],[20,4],[23,0],[5,-3],[8,5],[21,5],[5,-1],[0,-5],[4,2],[13,-4],[16,6],[3,-9],[5,-2],[13,3],[7,10],[-2,4],[6,5],[11,2],[16,8],[1,6],[15,-1],[-1,2],[9,0],[0,3],[18,-7],[11,-9],[31,-4],[3,-6],[31,-1],[0,5],[10,-5],[27,8],[0,3],[6,0],[19,11],[9,11]],[[5571,5309],[12,-2],[21,5],[2,-7],[-11,-1],[-9,-7],[15,-1],[14,0],[6,2],[1,4],[12,1],[5,3],[10,-6],[-5,7],[7,5],[6,-2],[5,3],[11,-2],[26,-12],[9,0],[-2,-3],[16,-1],[0,-6],[12,2],[-2,-6],[6,0],[1,-5],[3,3],[7,-5],[8,2],[5,-3],[20,6],[13,-1],[0,-4],[10,0],[5,7],[5,-3],[6,1],[2,7],[16,1],[8,-6],[-1,-3],[19,-1],[-4,-10],[5,-3],[4,7],[24,1],[1,5],[11,-4],[23,5],[16,6],[9,-13],[2,-13],[9,3],[8,-10],[3,5],[9,1],[5,-8],[3,0],[4,6],[2,-3],[8,2],[17,-4],[4,-9],[-1,-5],[-6,-1],[-1,-5],[3,-4],[0,-14],[5,-6],[4,0],[-2,-6],[7,-3],[2,3],[5,-3],[18,1],[0,-4]],[[1789,5297],[-5,-4],[36,-10],[-6,-9],[3,-5],[20,4],[16,0],[5,-4],[5,1],[-1,-3],[14,-5]],[[1876,5262],[3,-7],[-6,-9],[1,-12],[8,-22],[6,-6],[-6,-3],[-1,-6],[-10,-4],[0,-4],[-7,-3],[8,-14],[-5,-4],[6,-12],[-2,-14],[-16,-7],[-3,-12],[-18,-8],[-1,-7],[-12,-1],[-3,2],[-19,-7]],[[1799,5102],[0,15],[-9,-6],[-11,2],[-18,8],[-4,8],[7,6],[1,6],[10,-3],[2,5],[9,7],[-2,18],[-10,1],[-6,-5],[-7,4],[-22,3],[-2,-8],[-7,6],[-6,-3],[-9,1],[-4,-12],[-10,-8],[3,-3],[8,2],[1,-2],[-6,-4],[5,-4],[-5,-2],[-3,6],[-15,1],[-2,-2],[-16,8],[0,3],[10,-1],[-4,8],[15,4],[-4,3],[9,8],[-3,5],[1,9],[-13,-5],[0,5],[-12,1],[-4,-6],[1,8],[-6,9],[-8,-3],[-8,7],[3,9],[17,5],[-8,5],[9,3],[-3,11],[15,13],[-4,18],[2,4],[9,6],[6,0],[19,-14],[0,5],[17,7],[4,12],[11,9]],[[1742,5295],[22,2],[11,-3],[14,3]],[[838,5266],[2,-9],[7,1],[10,-7],[4,0],[3,7],[9,-2],[4,5],[4,-1],[-7,-18],[11,3],[-6,-6],[2,-3],[-19,-8],[-3,-12],[7,-7],[49,-15]],[[783,5130],[-55,4],[-20,-2],[-1,3],[-17,-2],[-1,8],[-11,10],[15,3],[10,6],[3,31],[-6,7],[-24,9],[3,4],[-5,3],[5,2],[-3,10],[6,0],[-8,13],[2,15],[-10,3],[2,8],[3,0],[-1,7],[8,0],[3,5],[33,-5],[17,11]],[[731,5283],[-1,-5],[12,-3],[-3,-5],[4,-4],[6,2],[6,-6],[5,-1],[8,3],[-4,1],[7,1],[7,1],[3,-2],[25,2],[0,3],[32,-4]],[[7229,5224],[11,-17],[20,3],[1,-9],[11,-2],[-3,-2],[2,-5],[-12,-5],[17,-9],[-9,-10],[-3,1],[9,-12],[-1,-3],[-37,-3],[-5,-18],[-4,0],[5,-9],[-8,1],[2,-7],[-6,0],[-5,-21],[6,3],[2,-4],[-5,-3],[-10,0],[0,4],[-8,0],[-25,10],[-2,18],[-16,3],[-19,-2],[-2,-6],[-4,4],[-9,1],[-11,-4],[-10,4],[-9,14],[-6,-9],[-7,7],[-12,5],[3,-17],[-7,-9],[1,-2],[-3,0],[0,-4],[-5,0],[5,-3],[-8,-2],[-6,2],[0,3],[-9,-2],[-1,-16],[-9,-2],[-2,-5],[3,-1],[-5,-3],[5,-3],[-2,-4],[-22,-2],[-12,4],[0,-2],[-27,-6],[-5,0],[-2,6],[5,2],[-2,5],[6,2],[-10,19],[-3,1],[5,4],[-5,13],[6,1],[-4,8],[13,0],[2,-6],[19,0],[-9,7],[-10,3],[-1,12],[-13,-1],[-1,10],[-11,14],[4,2],[-6,-1],[2,3],[-3,8],[7,2],[-1,5],[6,-2],[13,5],[-11,6],[-7,13]],[[6950,5209],[-2,15],[2,14],[-6,2],[23,10],[-3,7],[13,14],[-14,3],[-6,9],[16,-5],[-1,11],[8,2],[-3,9],[48,-3],[23,3],[27,-3],[0,-3],[4,0],[3,9],[12,2],[23,-8],[5,9],[4,-1],[2,3],[-2,4],[21,-3],[20,5],[-1,22],[13,-6],[19,-1],[-1,-6],[3,-7],[22,-1],[1,-12],[-5,-6],[-15,0],[0,3],[-11,1],[-7,-2],[-2,-11],[16,-10],[-4,-2],[2,-9],[-7,-3],[3,-10],[12,-1],[-5,-17],[-6,-2],[14,-9],[21,-1]],[[336,4999],[5,2],[1,1],[-16,9],[-8,-2],[-25,-8],[-6,-3],[-8,-3],[-1,0],[-4,-2],[-2,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[-3,-1],[-3,-2],[-1,0],[-6,-2],[-4,0],[-10,0],[-2,0],[-3,1],[-1,0],[-2,3],[-6,9],[-2,2],[0,5],[-1,7],[-1,10],[-1,10],[-2,7],[-1,9],[3,2],[3,1],[8,0],[3,-1],[3,1],[-2,3],[-1,3],[-2,4],[-10,16],[5,2],[2,1],[3,1],[4,2],[9,7],[29,23],[2,2],[3,2],[1,7],[4,7],[1,2],[3,3],[5,4],[8,7],[6,7],[4,9],[3,4],[3,3],[2,7],[5,7],[4,4],[4,3],[5,1],[11,3],[3,1],[-1,4],[5,3],[10,7],[22,15],[2,1],[1,1],[-2,6]],[[390,5230],[35,-4],[10,-9],[23,6],[22,1],[14,5],[14,17],[16,-3],[11,2],[6,13],[10,1],[17,8],[-7,7],[12,3],[6,14],[31,-3],[6,-4],[32,-2],[5,3],[5,14],[13,1],[4,-5],[19,8],[6,-4],[8,7]],[[708,5306],[10,0],[3,-15],[10,-8]],[[2177,5350],[17,-17],[2,-12],[4,1],[-2,-10],[7,0],[1,-15],[5,-5],[-7,-13],[4,-8],[6,-3],[-8,-6],[16,-17],[1,-17],[6,-11],[-6,-10],[12,-2],[3,-6],[6,0],[7,-7],[-4,-13],[6,-2],[2,-5],[-13,-3],[-7,-9],[-13,-2],[-5,-5],[17,-2],[-2,-4],[4,-4],[-5,-6],[1,-5],[-5,-6],[6,-2],[0,-3],[-5,-3],[-5,4],[-3,-4],[13,-19],[7,-4],[-5,-10],[3,-10],[5,-1],[8,3],[-1,-6],[4,-9],[6,1]],[[1708,5038],[3,-1],[-1,5],[8,4],[-3,5],[6,4],[8,3],[11,-4],[6,6],[12,1],[24,12],[0,4],[-9,6],[3,3],[7,0],[2,7],[7,0],[2,8],[5,1]],[[1876,5262],[10,8],[11,-3],[-2,-5],[8,-6],[8,9],[13,19],[-16,14],[0,2],[13,4],[0,6],[-8,11],[3,5],[-5,1],[-7,8],[7,4],[17,3],[4,9],[16,1],[2,6],[14,2],[35,9],[30,-3],[9,-6],[15,7],[15,-5],[26,4],[11,-4],[9,7],[15,-2],[19,8]],[[2148,5375],[10,-7],[4,-12],[10,-7],[5,1]],[[6871,5116],[2,13],[-3,0],[-1,10],[-13,-2],[-2,11],[3,1],[-11,23],[19,1],[2,8],[30,5],[-1,2]],[[6896,5188],[20,8],[0,-3],[10,2],[0,6],[21,3],[3,5]],[[7229,5224],[9,1],[-1,3],[30,13],[13,-5],[24,7],[1,3],[8,3],[3,-1],[2,-8],[5,2],[4,11],[13,2],[12,-3],[0,12],[9,1],[-3,5],[4,0],[0,12],[4,1],[-1,3],[9,-2],[-2,2],[6,-1],[4,3],[5,0],[6,-8],[-1,8],[4,2],[-4,3],[-3,-1],[0,5],[3,-1],[4,3],[-3,1],[4,8],[7,0],[-14,2],[0,19],[8,-3],[-2,6],[6,-2],[8,8],[4,-5],[14,3],[1,4],[12,-3],[0,-3],[22,-2],[6,12],[38,-1],[13,5],[12,9],[12,5],[8,0],[2,-6],[18,-5],[3,-10],[45,-8],[24,0],[6,-10],[20,-5],[20,-14],[5,-12],[2,3],[7,0],[8,-4],[-4,-3],[4,-1],[-13,-5],[0,-3],[5,1],[3,-12],[-13,2],[-6,-4],[-3,8],[-14,0],[-2,-6],[4,-6],[-4,-5],[4,-2],[8,-17],[4,0],[3,5],[5,-1],[-1,-2],[5,0],[1,-7],[10,-1],[1,-7],[-5,-1],[-7,-11],[-20,3],[0,-4],[-8,-7],[-5,2],[4,-8],[-4,-19],[10,-5],[-19,-3],[-2,3],[-13,-8],[6,-3],[-13,-9],[2,-8],[30,-15],[-3,-9],[3,0],[0,-4],[14,-1],[-3,-7],[6,-2],[-1,-4],[10,0],[4,3],[0,-5],[3,1],[1,-10],[-7,0],[2,-12],[5,-3],[-5,0],[-9,-5],[-6,-9],[12,-6],[-17,-2],[6,-11],[14,-4]],[[8528,5241],[24,-13],[16,1],[12,-4],[16,6],[5,7],[9,-1],[3,-2],[-7,-5],[1,-8],[5,5],[9,-1],[7,10],[27,4],[13,-4],[11,8],[6,1]],[[8685,5245],[-1,-7],[17,-13],[-2,-2],[9,-29],[-33,5],[0,-10],[-8,-17],[-23,-23],[5,-1],[17,-24],[-15,-3],[10,-4],[-10,-5],[16,-8],[9,1],[0,-3],[-2,-4],[-4,1],[-13,-6],[5,-13],[-5,-1],[-12,4],[-2,-2],[0,-3],[4,-1],[-2,-4],[2,-7],[13,-1],[0,-8],[-11,1],[1,-5],[-8,-3],[-13,5],[-4,-13],[-21,-3],[5,-4],[16,-3],[-3,-7],[8,-4],[6,1],[5,-6],[-5,-8],[-11,0],[-11,-7],[-4,-14]],[[7991,5058],[4,3],[-4,4],[9,6],[-6,7],[-6,1],[6,7],[-7,4],[-1,7],[3,-3],[7,3],[6,-1],[0,5],[9,6],[-11,11],[4,1],[-3,14],[7,-1],[1,7],[-10,23],[3,0],[-4,8],[-3,15],[10,17],[-12,7],[-2,3],[7,3],[0,3],[-14,4],[12,5],[6,5],[-2,3],[-4,-1],[-7,6],[-15,3],[-1,3],[7,6],[-2,5],[6,3],[-1,8],[7,2],[4,-2],[-2,6],[4,1],[2,6],[-5,8],[8,-9],[3,1]],[[8004,5281],[8,-13],[36,-1],[13,-7],[1,-5],[6,0],[1,7],[-7,1],[0,4],[-5,2],[1,6],[29,-1],[0,15],[25,8],[5,7],[16,5],[-3,9],[-6,4],[14,0],[5,-10],[12,5],[10,1],[20,-12],[7,2],[0,2],[-11,13],[10,-2],[6,6],[1,9],[14,8],[9,-6],[-4,-5],[7,-8],[8,-1],[3,-5],[7,-5],[-8,-12],[8,0],[5,8],[14,-2],[-3,3],[3,4],[4,-11],[12,-1],[3,5],[11,-11],[-9,5],[-2,-12],[30,-6],[4,-6],[9,3],[20,-4],[2,-27],[16,0],[5,-15],[4,0],[5,13],[6,0],[15,8],[22,-2],[-3,-3],[4,-8],[5,-1],[-2,-7],[26,3],[16,-4],[32,1],[7,9],[16,-11],[9,8]],[[1050,5214],[-8,20],[-7,1],[-2,9],[1,22],[4,4],[-8,7],[6,11],[2,37],[-2,4],[-13,6],[5,3],[0,7]],[[1028,5345],[10,1],[9,-9],[17,3],[3,9],[27,0],[32,17]],[[1126,5366],[9,-3],[11,-9],[-3,-11],[5,-4],[12,1],[12,-4],[10,1],[9,-15],[-2,-5],[-7,-2],[3,-10],[-11,-11],[1,-19],[-7,-4],[7,-4],[-4,-7],[-16,-8],[-12,-4],[-2,2],[-4,-4],[7,-4],[-13,-9]],[[1363,5249],[1,18],[-11,16],[24,8],[6,9],[0,8]],[[1383,5308],[10,-4],[11,-11],[12,3],[1,-5],[15,9],[28,-2],[24,-10],[22,2],[11,13],[16,8],[8,11],[0,4],[10,5],[-3,13],[11,3],[10,-3],[10,2],[29,0],[8,13],[0,11],[-3,1],[3,1],[-1,8]],[[1615,5380],[6,2],[4,-4],[6,-1],[9,3],[0,-8],[10,3],[9,-6],[0,-13],[5,-7],[6,0],[17,-10],[10,-22],[35,5],[13,-3],[1,-5],[-6,-4],[2,-15]],[[3584,5329],[6,-25],[-8,-3],[10,-2],[-6,-3],[2,-4],[-9,6],[-1,-5],[-4,3],[-6,-5],[32,-24],[-5,-14],[8,-8],[2,-7],[-7,-1],[-3,3],[1,-5],[-7,0],[2,-8],[9,-1],[0,-3],[-9,0],[1,-2],[-6,-2],[-9,8],[-6,2],[0,10],[-30,-10],[-15,0],[2,-7],[6,-3],[0,-8],[5,-3],[7,0],[10,-4],[-4,-9],[-28,-10],[7,-10],[7,-1],[-5,-12],[3,-9],[-6,-2],[6,-10],[-3,-7],[5,-1],[3,-10],[12,-6],[-35,-11],[-2,-2],[4,-5],[-1,-9],[5,-6],[13,-8],[19,0],[-1,-32],[11,-4],[2,-5],[13,-6],[16,-14],[8,-9],[-2,-7],[5,-13],[14,-5]],[[2924,4894],[10,2],[7,-2],[40,0],[60,-9],[37,18],[18,-2],[13,3],[0,7],[-7,3],[-12,-1],[-1,8],[-5,0],[-4,12],[23,25],[5,-1],[20,12],[0,4],[13,6],[0,5],[11,6],[-9,5],[-1,21],[9,7],[8,1],[3,6],[-28,13],[-6,11],[2,6],[-8,10],[-4,13],[10,16],[-16,7],[0,7],[-28,1],[-4,3],[-8,-4],[-5,-7],[-51,-8],[-6,-2],[-3,-9],[-15,-8],[-16,0],[-9,4],[-4,6],[-8,16],[-11,4],[-12,9],[9,12],[29,21],[13,15],[2,11],[16,8],[1,8],[18,10],[18,-5],[2,12],[4,-1],[3,4],[5,1],[0,4],[6,1],[4,5],[5,-1],[3,3],[-7,11],[13,7],[13,2],[10,-4],[25,-3],[30,8],[14,9],[33,7],[16,-3],[6,2],[4,-6],[10,4],[1,-7],[18,-8],[39,20],[28,0],[26,-4],[-1,5],[5,5],[-2,17],[11,4],[-6,7],[3,12],[-16,4],[-16,-2],[3,20],[-9,9],[-3,12],[-18,12],[-4,13],[25,12],[15,3],[20,10],[27,7]],[[3383,5411],[37,7],[18,8],[3,-9],[17,-12],[20,0],[3,-4],[17,6],[18,-12],[-1,-9],[-16,-29],[11,-4],[-3,-6],[6,-13],[14,-4],[32,4],[4,5],[15,-11],[6,1]],[[3312,5442],[0,-6],[5,-4],[26,-9],[14,-11],[25,4],[1,-5]],[[2177,5350],[10,3],[0,6],[7,0],[2,5],[-4,5],[4,6],[6,0],[1,6],[9,1],[4,5],[7,1],[-1,3],[3,0],[9,-7],[5,-13],[34,-12],[15,8],[21,-6],[7,2],[5,7],[8,0],[16,-18],[15,-4],[17,-8],[3,-5],[11,-2],[8,3],[37,-1],[8,4],[6,-3],[5,1],[-1,-6],[7,-4],[14,-1],[1,-3],[21,5],[21,-18],[29,-8],[7,-8],[-2,-5],[6,-4],[18,-2],[8,-5],[25,0],[17,4],[16,-12],[9,-10],[13,5],[6,-3],[41,9],[11,-1],[29,14],[8,-3],[22,1],[3,6],[24,13],[9,1],[11,7],[9,9],[-3,2],[2,5],[23,7],[63,29]],[[2922,5361],[15,-2],[11,2],[15,15],[21,6],[3,-4],[22,-3],[27,3],[7,-2],[8,-8],[23,0],[1,-5],[13,-7],[11,0],[12,-6],[22,8],[12,0],[-1,-6],[7,-9],[11,-8],[23,12],[21,29],[14,13],[16,9],[1,5],[-5,1],[2,5],[-9,6],[-5,10],[-10,2],[2,3],[-5,1],[0,11],[8,0],[-2,11],[14,0],[3,-3],[4,1],[0,2],[12,-4],[-1,13],[6,2],[10,-4],[2,3],[16,-2],[12,3],[6,-1],[-1,-19],[7,-5],[9,3]],[[6689,5451],[6,1],[2,3],[7,-1],[-9,-15],[3,-3],[14,0],[-3,-13],[5,-1],[3,-6],[-1,-7],[-3,-1],[8,-3],[2,-6],[12,-2],[-2,-2],[27,-2],[0,5],[3,1],[1,-3],[10,4],[0,-8],[7,-1],[-1,-8],[-16,1],[10,-8],[0,-3],[-4,-3],[-27,2],[-1,-15],[4,-1],[0,-5],[-16,-2],[-1,-13],[-8,-3],[-3,-5],[3,-6],[-9,0],[5,-12],[-8,-9],[-12,-5],[1,-2],[-4,-3],[11,-5],[-6,-1],[2,-4],[-6,-3],[-4,1],[-3,6],[-14,-3],[-8,2],[1,-5],[-17,8],[-18,-2],[2,10],[-10,-1],[-3,3],[5,9],[5,-2],[-2,-7],[6,2],[-3,18],[-25,8],[-8,0],[-7,4],[1,6],[16,6],[-7,6],[-1,5],[-6,0],[-6,6],[-26,-3],[-2,12],[-16,3],[3,4],[-7,2],[-3,6],[-1,3],[8,1],[-9,2],[-1,5],[18,-1],[-4,8],[-20,21],[14,2],[8,5],[-1,14],[4,-1],[0,6],[18,0],[24,-13],[4,1],[2,6],[16,-1],[6,4],[4,-1],[3,-7],[3,12],[12,5],[29,0],[10,4],[4,-6]],[[1578,5431],[-11,-8],[-1,-16],[10,0],[5,4],[0,-16],[4,1],[1,-7],[6,-1],[4,9],[6,2],[5,-2],[-1,-4],[4,-1],[-4,-8],[9,-4]],[[1383,5308],[-13,6],[-1,5],[10,4],[2,5],[-14,17],[-5,0],[-4,6],[-3,-1],[-1,4],[5,4],[0,8],[-10,12]],[[1349,5378],[36,12],[-1,11],[3,1],[0,8]],[[1387,5410],[12,-1],[2,-3],[10,7],[9,-5],[25,6],[5,15],[11,1],[0,-4],[13,3],[9,-5],[7,3],[5,-2],[4,4],[10,3],[1,-4],[3,0],[2,10],[25,-4],[7,2],[8,7]],[[1555,5443],[3,-2],[4,1],[5,-7],[5,1],[6,-5]],[[1246,5444],[4,-1],[-1,-4],[9,-14],[16,-3],[7,-5],[9,0],[11,-18],[6,1],[9,-6],[-3,-11],[36,-5]],[[1126,5366],[-6,7],[6,13],[14,1],[0,3],[11,2],[-2,6],[8,1]],[[1157,5399],[16,1],[49,13],[-2,7],[8,6],[1,15],[5,4]],[[1234,5445],[12,-1]],[[4148,5490],[-4,-7],[-9,-1],[2,-5],[-12,-8],[-4,0]],[[4121,5469],[-3,9],[-9,0],[-9,10],[-3,8],[1,11],[8,3],[12,-3],[0,-2],[30,-15]],[[5038,5498],[4,-8],[-6,-7],[-2,-9],[-2,-3],[-11,-3],[10,-7],[29,-7],[-1,-5],[7,3],[2,-5],[-7,-3],[2,-9],[26,-3],[4,-3],[0,-2],[-11,-1],[-4,-10],[1,-6],[-9,-6],[-1,-7],[-5,0],[10,-5],[-9,-17],[-6,1],[-2,-7],[2,-6],[-3,-1],[4,-10],[-10,-4],[1,-5],[8,-1],[3,-4],[-2,-3],[12,-13],[-22,-9],[-11,0],[-2,-3],[15,-2],[0,-3],[-4,1],[0,-3],[6,-6],[-18,6],[-1,-8],[-6,1],[0,-3],[16,-4],[0,-12],[2,1],[-4,-7],[1,-8],[7,3],[3,-3],[4,-14],[17,-13]],[[4427,5243],[15,4],[12,14],[14,8],[23,3],[8,8],[6,-1],[1,5],[7,5],[2,12],[31,-1],[6,10],[9,3],[-5,9],[13,-3],[1,-8],[7,-5],[-2,-6],[5,-2],[7,1],[5,8],[0,12],[12,1],[28,-7],[5,5],[10,-1],[2,3],[9,-7],[11,-1],[4,3],[9,-4],[3,5],[7,-1],[2,9],[-12,-2],[-3,3],[16,9],[6,12],[-3,2],[10,6],[0,4],[-8,2],[-1,4],[6,3],[7,11],[17,8],[10,-9],[-2,-2],[6,0],[-3,-2],[1,-9],[5,2],[4,-1],[2,4],[7,-4],[5,8],[7,2],[1,6],[30,6],[1,4],[12,4],[9,-2],[8,1],[0,15],[10,13],[10,-2],[26,7],[6,16],[22,14],[0,7],[5,6],[-8,4]],[[4903,5474],[10,3],[5,5],[0,22],[-10,9],[3,2],[37,-2],[28,7],[13,-3],[8,-7],[13,-3],[4,2],[24,-11]],[[1387,5410],[-1,3],[7,6],[-6,4],[-1,11],[-16,28],[0,4],[7,3],[16,0]],[[1393,5469],[21,-2],[17,3],[51,15],[17,11],[2,-4],[4,-1],[2,-6],[16,5],[0,-10],[8,-1],[2,-5],[11,1],[3,-14],[4,0],[3,-5],[4,0],[-3,-13]],[[1000,5445],[-8,-14],[3,2],[10,-9],[27,-13],[7,0],[3,-13],[-1,-14],[-13,-3],[0,-11],[11,-6],[-11,-19]],[[838,5266],[0,2],[5,0],[0,5],[-12,7],[-4,9],[4,11],[15,-4],[13,-10],[15,1],[-6,1],[4,17],[-1,8],[9,1],[0,3],[-7,2],[-1,5],[11,4],[-4,1],[5,12],[-3,9],[-5,1],[-4,19],[-12,0],[9,9],[-14,7],[-8,-7],[-5,13],[3,6],[-14,9],[11,4],[0,3],[30,2],[20,10],[13,0],[3,7],[-18,9],[-7,9],[2,12],[9,16],[10,-3],[12,-9],[4,2],[1,-3],[9,2],[14,-7],[15,-12],[8,0],[8,-5],[13,3],[12,-2]],[[1000,5445],[-3,14],[6,8],[20,9],[0,3],[18,7],[-8,11],[20,7]],[[1053,5504],[26,-15],[12,0],[0,-5],[-9,-8],[20,-18],[2,-7],[6,-2],[0,-9],[9,-7],[1,-10],[9,-5],[-2,-2],[10,-10],[18,1],[4,-6],[-2,-2]],[[1578,5431],[12,1],[11,-3],[8,4],[4,-2],[8,2],[11,5],[-3,8],[-4,-1],[-4,7],[-5,1],[-1,6],[6,9],[-4,1],[4,7],[-2,12],[-15,12],[17,11],[4,-4],[6,2],[7,-2],[2,11],[27,-4],[4,7],[20,8]],[[1691,5529],[8,-6],[-5,-10],[28,-7],[15,4],[8,6],[1,-2],[6,4],[4,-2],[13,5],[9,-1],[7,-8],[-2,-7],[13,0],[3,-5],[12,0],[38,12],[20,-3],[1,-3],[9,2],[7,-8],[-7,-6],[3,-4],[-3,-4],[9,-1],[0,4],[8,0],[-2,-14],[3,-4],[-3,0],[4,-7],[18,5],[10,-9],[-6,-4],[4,0],[6,-24],[-45,-18],[0,-16],[13,-22],[-25,-18],[-2,4],[-12,8],[-28,-11],[-5,-6],[9,-7],[-13,-6],[-8,-18],[-21,-6],[-7,-7],[3,-12]],[[9353,5456],[4,-15],[-12,-24],[28,-1],[7,-3],[4,-13],[10,-3],[-6,-3],[-5,1],[-4,-12],[4,-8],[-5,-4],[10,-8],[9,-1],[-4,-3],[7,-6],[5,0],[-10,-6],[-4,-8],[9,-3],[16,0],[4,-6],[-1,-7],[12,-1],[3,-6],[-13,-17],[3,-6],[-7,0],[0,-5],[-20,0],[12,-2],[-11,-11],[2,-2],[-13,-17],[7,-9],[-1,-4],[-14,-10],[-14,-24],[-1,-4],[10,1],[5,-5],[0,-14],[5,-7],[-4,-3],[7,-3],[27,8],[-1,-6],[7,-4],[-3,11],[17,1],[-3,6],[5,2],[-3,8],[3,8],[11,1],[5,9],[7,2],[-13,-22],[4,1],[14,-7],[0,-7],[6,-2],[10,-14],[6,0],[8,9],[13,-3],[-2,-3],[7,0],[-6,-4],[-2,-6],[14,-1],[-5,-6],[12,1],[-8,-15],[2,-9],[11,-5],[2,-5],[12,-3],[-4,-17],[-7,-6],[14,-2],[11,-12],[0,-7],[-7,-4],[-10,-15],[9,-1],[7,-10],[12,13],[4,-1],[3,-5],[-4,-10],[15,-8],[10,-1],[1,2],[12,-3],[-1,-11],[-7,-4],[3,-4],[-9,-4],[2,-1],[13,-4],[-5,1],[3,-3],[18,-2],[-7,-1],[6,-5],[-11,-9],[2,-9],[-7,2],[-3,-2],[-3,-8],[6,-3],[-3,-2],[2,-9],[-7,-2],[-2,4],[-1,-3],[-15,11],[-1,-2],[-3,1],[-9,-5],[-1,-6],[-7,-3],[-1,-8],[-6,0],[0,-5],[10,-1],[-2,-2],[-4,1],[-7,-4],[-10,-2],[-13,2],[-4,-4],[0,-5],[12,-7],[-12,-1],[-14,4],[-20,0],[-3,-7],[7,-3],[5,-9],[-18,-6],[-2,-3],[7,-2],[0,-7],[-14,-13],[-7,-2],[-9,4],[-24,-1],[-51,-10],[-2,-5],[18,-11],[-6,-16],[6,-1],[0,-4],[4,-2]],[[9403,4819],[-1,-4],[1,-5],[0,-3],[0,-8],[-1,-5],[-1,0],[-7,0],[-12,3],[-4,6],[-6,6],[-5,0],[-6,0],[-3,0],[-3,-1],[-6,-4],[-8,-5],[-6,-5],[-3,-1],[-7,-4],[-2,-1],[-2,0],[-7,0],[-4,0],[-3,2],[-6,2],[-5,0],[-6,2],[-2,2],[-3,2],[-3,2],[1,9],[-1,1],[0,3],[-8,1],[-6,3],[-9,5],[-9,-3],[-9,-5],[-5,-1],[-4,1],[-2,0],[-2,2],[-2,2],[-3,5],[-7,7],[-5,4]],[[8685,5245],[-2,9],[33,-3],[5,-6],[9,-2],[27,3],[9,2],[-1,5],[33,8],[13,8],[11,2],[13,-4],[-3,-23],[34,-4],[-5,12],[13,12],[-5,2],[0,3],[10,3],[16,-3],[-2,6],[-10,0],[-1,6],[6,4],[7,0],[10,11],[8,3],[-1,7],[-6,5],[9,1],[-3,5],[-7,2],[4,3],[24,11],[-11,9],[3,10],[-24,18],[6,7],[37,-10],[16,6],[2,3],[-17,17],[15,2],[10,5],[4,20],[8,10],[10,2],[20,-3],[3,3],[5,-1],[-10,7],[-4,8],[8,12],[29,-3]],[[9043,5455],[13,-3],[41,1],[9,-2],[8,-7],[17,0],[-2,-5],[5,-1],[11,6],[18,0],[21,-10],[14,-1],[19,-6],[2,-16],[8,-2],[6,1],[5,6],[1,8],[-4,2],[0,3],[15,0],[24,16],[12,1],[1,10],[13,0],[11,-6],[35,9],[7,-3]],[[4213,5141],[-2,3],[-11,1],[-13,7],[-9,0],[-13,5],[-2,3],[-8,1],[-4,6],[-6,2],[-6,-1],[-2,-6],[-18,6],[-3,-3],[-8,4],[-1,-7],[-7,0],[5,16],[6,-3],[-6,5],[-17,3],[-14,-4],[2,3],[-5,0],[-7,9],[-12,5],[-3,5],[-15,-3]],[[4022,5212],[-9,10],[2,4],[19,-1],[10,10],[-2,4],[-15,3],[-2,6],[5,10],[11,6],[5,12],[9,2],[8,-6],[19,12],[21,-2],[-3,4],[3,3],[13,6],[-10,13],[-7,23],[3,18],[14,10],[1,4],[-4,5],[-13,3],[-10,7],[-24,34],[-13,13],[7,7],[10,-3],[9,2],[12,13],[2,12],[-8,7],[-6,12],[4,1],[5,-4],[6,-8],[27,5]],[[4148,5490],[13,-3],[7,13],[-6,7]],[[4162,5507],[2,7],[4,0],[12,6],[4,5],[18,7],[7,14],[16,3],[35,-9],[5,1],[-1,2],[12,-3],[8,5],[-1,-9],[4,1],[3,-5],[4,2],[0,-5],[10,0],[0,-2],[3,0],[0,7],[8,0],[4,9],[4,-1],[-2,4],[5,1],[9,-5],[15,-2],[14,7],[9,-3],[4,2],[16,-7],[1,-3],[4,4],[8,-2],[7,2],[0,-6],[15,1],[12,-2],[12,4],[7,10],[-14,8],[7,2],[27,-8],[30,-3],[10,1],[4,4],[4,-3],[3,5],[7,2],[4,-3],[6,1],[0,9],[8,-9],[12,-8],[15,-3],[4,6],[32,11],[10,-5],[1,-6],[10,3],[5,5],[11,26],[20,-3],[5,10]],[[4680,5589],[8,-1],[-1,-10],[18,-4],[-6,-6],[19,-6],[23,9],[5,-3],[-5,-4],[13,2],[8,-2],[3,-8],[12,3],[2,-3],[7,2],[7,-11],[20,-2],[3,3],[5,-5],[14,1],[-5,-13],[7,0],[-1,-10],[17,-7],[2,-4],[-4,0],[-1,-10],[-6,1],[-10,-13],[31,-10],[19,0],[19,-4]],[[5503,5551],[7,3],[-1,-7],[-8,-4],[26,-9],[-7,-15],[-26,5],[-4,-2],[-8,4],[-2,6],[-1,-4],[-5,-3],[-8,-20],[12,-5],[0,-7],[8,-8],[-5,-9],[6,-9],[4,-1],[7,7],[6,-10],[26,-7],[8,-6],[0,-5],[-9,3],[-5,-3],[-2,-15],[-5,1],[-1,-2],[7,-2],[-3,-2],[4,0],[1,-8],[11,-7],[-7,-7],[8,-2],[2,3],[6,-4],[-2,-4],[23,-17],[-14,-13],[3,-3],[-2,-8],[3,0],[-1,-3],[7,-2],[-2,-6],[5,-1],[-6,-10],[4,-5],[-4,-12],[14,-1],[-2,-6]],[[5038,5498],[7,-3],[16,-21],[10,-3],[16,7],[13,-5],[16,2],[10,8],[7,-1],[1,5],[12,2],[12,13],[6,2],[19,-5],[6,-5],[-1,-5],[11,-7],[10,0],[-1,-3],[13,-2],[4,3],[-2,7],[8,15],[-8,5],[-22,3],[-6,18],[0,11],[17,-1],[-10,12],[1,8],[18,3],[17,7],[11,-1],[-7,5],[1,7]],[[5243,5579],[24,1],[2,4]],[[5269,5584],[9,-2],[19,5],[11,1],[14,-6],[7,1],[0,5],[9,5],[8,-6],[15,-4],[36,-3],[5,-20],[12,9],[27,3],[23,-19],[4,0],[3,-8],[8,-1],[24,7]],[[3584,5329],[7,2],[4,11],[10,13],[8,3],[4,1],[34,-8],[0,27],[10,10],[15,3],[-3,2],[4,6],[26,1],[6,11],[19,11],[23,-4],[2,8],[7,6],[-7,10],[1,8],[4,0],[6,12],[-3,7],[15,6],[16,17],[7,13],[14,6],[5,8],[4,0],[-3,3],[-16,5],[-21,18],[0,4],[23,7],[15,-1],[0,8],[7,1],[22,-3],[1,3],[30,5],[20,17],[-8,5],[3,3]],[[3895,5594],[14,-6],[17,11],[28,4],[4,-7],[-7,-22],[6,-5],[19,-5],[10,0],[7,3],[15,14],[10,-3],[7,-11],[12,-5],[43,6],[7,6],[10,3],[7,-3],[-5,-7],[5,-4],[-2,-1],[7,-2],[1,-19],[13,-3],[13,-17],[8,-2],[4,-5],[8,1],[6,-8]],[[1246,5444],[4,8],[9,2],[-1,5],[12,4],[-4,4],[-9,3],[-1,11],[-6,4],[4,2],[-7,11],[7,4],[-4,3],[3,0],[0,4],[-6,6],[-18,8],[-1,7],[4,3],[-3,11],[3,11],[-10,3],[29,6],[5,-1],[3,7],[12,-1],[0,-7],[7,-1],[0,-2],[6,1],[1,-5],[23,-6],[11,-12],[-2,-21],[34,6],[13,-10],[5,-1],[9,-11],[9,-5],[-2,-6],[8,-20]],[[1053,5504],[28,13],[8,9],[-16,12],[0,4],[11,5],[11,11],[-5,8],[1,4],[38,6]],[[1129,5576],[31,11],[18,-13],[11,3],[9,-2],[2,-10],[13,1],[4,-3],[-4,-6],[3,-10],[-3,-10],[-21,-9],[-15,-12],[-18,-5],[2,-10],[-5,-10],[-6,1],[3,-6],[-5,-3],[13,-1],[7,-8],[19,-7],[4,-3],[23,-3],[18,-8],[2,-8]],[[6902,5442],[-7,0],[1,-29],[-4,-1],[7,-1],[1,-5],[12,0],[0,-6],[-4,0],[3,-8],[-7,-2],[2,-7],[-30,-3],[0,-16],[-29,-9],[5,-13],[5,-2],[1,-7],[-5,0],[0,-2],[4,0],[-1,-15],[14,-3],[1,5],[13,-2],[3,-15],[5,0],[-4,-8],[-4,0],[1,-5],[-11,0],[5,-8],[-3,-5],[3,-14],[7,-2],[-13,-5],[5,-4],[-3,-2],[4,-5],[13,5],[-1,-5],[-7,-1],[-1,-8],[12,4],[1,-3],[-9,-4],[1,-5],[6,0],[0,-3],[4,0],[0,-7],[-5,0],[-1,-4],[4,-24]],[[6062,5198],[13,3],[-11,3],[-15,-1],[-1,2],[10,8],[-5,3],[11,12],[0,5],[10,0],[29,10],[14,22],[14,0],[-1,4],[5,9],[8,0],[-3,12],[10,7],[5,-6],[7,5],[8,-1],[-4,5],[1,7],[9,2],[3,6],[12,4],[-4,2],[7,2],[4,4],[25,5],[0,-4],[26,2],[7,5],[-1,7],[30,11],[0,-2],[10,-1],[2,-7],[-3,-1],[10,-1],[2,-6],[18,5],[4,-10],[5,-2],[-5,-8],[13,-5],[6,-11],[23,2],[34,8],[-4,15],[14,-1],[0,4],[15,-1],[1,-5],[6,0],[-4,12],[6,5],[-2,8],[8,3],[1,4],[-6,-1],[-10,6],[-3,-1],[-15,13],[-5,-1],[-5,10],[-10,-1],[-3,9],[-22,8],[-4,4],[1,15],[10,1],[1,12],[10,5],[2,6],[-4,2],[-4,12],[-11,0],[6,9],[-24,10],[5,1],[3,3],[-9,-1],[-3,2],[-3,10],[8,-1],[14,19],[25,10],[7,20],[23,5],[8,-2],[-11,7],[5,5],[-10,3],[3,15]],[[6414,5572],[1,6],[-8,8],[12,9],[6,0],[4,-4],[12,-2],[1,3],[3,-1],[1,-2],[5,0],[15,-5],[11,6],[0,3],[11,0],[-2,2],[7,10],[14,-4],[1,-6],[18,-1],[0,6],[-5,0],[2,8],[7,9],[-3,1],[2,6],[3,-3],[6,5]],[[6538,5626],[10,-11],[9,-2],[3,1],[1,-4],[9,-7],[19,-11],[12,-3],[13,1],[22,-6],[14,2],[8,4],[70,-5],[3,-11],[-16,-8],[0,-10],[8,-2],[0,-4],[17,-1],[0,-4],[-7,0],[-2,-10],[3,-7],[-15,-4],[1,-7],[9,0],[6,-7],[81,-5],[48,1],[2,-21],[1,-3],[3,0],[-1,-16],[19,-19],[13,0],[1,-5]],[[9660,5507],[-4,-9],[-8,-8],[-7,-6],[1,-5],[3,-5],[4,-2],[6,-2],[3,-3],[2,-2],[1,-4],[-1,-3],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[1,-1],[2,-6],[3,-4],[4,-4],[5,-2],[8,-3],[10,-1],[7,-2],[9,-3],[11,-1],[10,-1],[8,0],[7,-3],[3,-2],[3,-4],[6,-2],[6,-2],[9,-3],[6,-4],[7,-7],[11,-7],[8,0],[6,-1],[5,-2],[12,-2],[13,-3],[5,-2],[1,0],[1,-1],[3,0],[2,0],[1,1],[2,0],[1,1],[1,1],[2,0],[8,-1],[6,-1],[1,0],[2,-1],[1,-2],[0,-1],[0,-3],[4,-5],[11,-1],[9,0],[1,-1],[1,0],[4,-4],[3,-5],[1,-2],[1,0],[-1,-2],[7,-12],[11,-11],[1,-1],[1,-1],[0,-1],[-1,-5],[0,-1],[-1,-1],[-2,-4],[-1,0],[-1,0],[-1,0],[-1,1],[-5,-3],[0,-4],[2,-5],[2,-5],[1,-3],[0,-2],[-1,-2],[-1,-2],[-1,-9],[0,-10],[0,-6],[1,-5],[2,-7],[2,-4],[4,-3],[4,-2],[5,-2],[1,-5],[-4,-6],[-1,-2],[-2,-1],[-1,0],[-2,-6],[4,-8],[1,-9],[1,-7],[3,-6],[1,-3],[4,-5],[8,-6],[8,-6],[10,-7],[3,-7],[2,-4],[3,-6],[2,0],[1,-1],[2,0],[2,-1],[1,-1],[2,-1],[8,-6],[-1,-5],[1,-6],[2,-7],[4,-6],[2,-4],[-3,-8],[-2,-5],[-2,-5],[-5,-3],[-4,-2],[-1,-1],[-2,-3],[0,-1],[1,-1],[1,0],[2,0],[5,-1],[5,-3],[1,-1],[1,-1],[-1,-1],[-3,-3],[-1,-1],[-8,-8],[-7,-8],[-3,-5],[1,-6],[0,-5],[-8,-10],[0,-11],[-2,-8],[-1,-10],[0,-7],[-4,-5],[-1,-6],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-6,-2],[-4,-2],[2,-10],[2,-1],[1,-2],[1,-2],[1,-2],[0,-1],[-4,-5],[-1,-1],[-1,-10],[0,-1],[0,-7],[1,-9],[-3,-4],[-4,-4],[-1,0],[-2,-1],[-1,0],[-4,-4],[-2,-4],[0,-5],[2,-10],[0,-6],[-4,-7],[-1,-10],[-2,-5],[-2,-2],[-2,-2],[-2,-4],[0,-3],[-1,-3],[-4,-5],[-3,-4],[0,-4],[0,-2],[0,-2],[0,-3],[-4,-2],[-1,-1],[-5,-2],[-6,-3],[0,-1],[-1,-3],[2,-5],[-2,-8],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-6,-4],[-1,-7],[1,-1],[-1,-1],[-1,-4],[-3,-8],[-2,-3],[-4,-6],[-3,-1],[-4,-1],[-2,0],[-2,-1],[-2,-2],[-1,-1],[1,-5],[1,-9],[1,-10],[0,-1],[-1,-1],[-1,-1],[-6,-1],[-6,-1],[-3,-4],[-1,-4],[-3,-7],[-4,-6],[-3,-6],[1,-5],[2,-5],[-3,-7],[-2,-3],[-1,0],[-6,-2],[-2,0],[-3,-1],[-2,0],[-1,0],[-1,-1],[-2,-1],[0,-1],[-3,-6],[-3,-6],[-1,-3],[-1,-1],[-1,-1],[-1,-1],[-7,-2],[-8,-5],[-1,-1],[-1,-1],[-2,-2],[-2,-3],[-1,-2],[-5,-6],[-5,-3],[-6,-4],[-3,-2],[-7,-5],[-2,-2],[0,-1],[-1,-1],[-1,-2],[-1,-4],[0,-1],[0,-1],[1,-5],[1,-1],[1,-2],[1,0],[2,-2],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-2],[-4,-10],[-3,-4],[-4,-3],[-3,-2],[-2,-2],[-2,-5],[-2,-5],[-4,-8],[-1,-7],[0,-5],[0,-2],[0,-1],[-2,-3],[-4,-2],[-3,-1],[-1,0],[0,1],[-5,2],[-5,0],[-5,-3],[-5,0],[-7,0],[-3,0],[-4,2],[-6,4],[-10,5],[-1,1],[-1,0],[-2,0],[-5,-1],[-6,-4],[-8,-4],[-3,0],[-7,1],[-1,3],[2,6],[-1,4],[-2,4],[-7,5],[-2,0],[-3,0],[-9,-1],[-7,0],[-7,2],[-11,6],[-9,4],[-5,1],[-3,-1],[-5,-1],[-6,1],[-8,3],[-7,5],[-7,2],[-5,2],[-1,1],[-1,1],[-2,6],[5,3],[1,2],[4,10],[5,9],[1,4],[2,4],[0,6],[1,4],[3,3],[6,3],[4,2],[2,1],[3,4],[-1,6],[0,11],[1,6],[-3,7],[-6,0],[-6,-2],[-9,-4],[-6,-1],[-13,-4],[-5,-1],[-2,-1],[-1,0],[-2,0],[-5,-2],[-12,-5],[-11,0],[-10,3],[-6,3],[-3,6],[6,6],[1,5],[6,5],[5,3],[3,2],[2,3],[2,2],[2,5],[0,4],[8,9],[4,4],[-4,6],[5,9],[1,8],[0,4],[-1,4],[-11,5],[-5,3],[-2,3],[-1,2],[-6,6],[-8,6],[-7,2],[-6,-1],[-14,-3],[-8,-1],[-3,2],[3,4],[5,2],[-1,3],[-7,5],[-8,2],[-4,1],[-9,1],[-7,1],[-4,0],[-5,2],[2,5],[1,6],[0,1],[3,5],[4,6],[-2,5],[-5,3],[-1,0],[-2,0],[-5,-3],[0,-1]],[[9353,5456],[-1,14],[4,3],[54,5],[7,-3],[2,2],[8,-5],[10,5],[22,4],[3,3],[-4,12],[10,-2],[8,2],[10,10],[12,-1],[2,-7],[17,-3],[4,-14],[5,-6],[-3,-2],[7,-7],[23,1],[9,5],[27,0],[-1,-2],[11,-3],[19,15],[5,16],[-3,2],[15,0],[-11,26],[16,-1],[10,-12],[10,-6]],[[7830,5591],[29,-34],[-1,-2],[5,-2],[6,-13],[8,-2],[4,4],[8,0],[-2,4],[-3,-1],[-3,6],[7,0],[3,-6],[6,1],[-2,3],[5,1],[0,3],[7,1],[14,-17],[11,-6],[0,-4],[12,3],[7,-10],[-7,-4],[-2,-8],[-13,-15],[2,-5],[4,-5],[13,1],[2,-6],[27,-2],[5,-23],[11,-17],[9,-3],[-1,-24],[-6,-1],[2,-7],[-8,-6],[5,-3],[-5,-5],[-5,0],[-3,4],[-7,1],[5,-8],[-5,-18],[8,-9],[14,-7],[0,-10],[-11,-12],[-1,-6],[-8,2],[-10,-8],[-1,-4],[1,-3],[10,-4],[4,3],[1,10],[5,2],[7,-3],[4,-6],[-2,-16],[9,-14]],[[6902,5442],[3,0],[0,4],[6,1],[3,9],[13,3],[-3,3],[13,1],[-1,7],[6,0],[-3,10],[11,8],[3,-1],[5,-9],[3,2],[43,0],[1,5],[4,2],[17,3],[8,8],[-1,3],[23,3],[3,4],[-7,4],[12,-2],[1,3],[21,-5],[1,3],[6,-1],[-8,5],[16,-4],[11,1],[0,2],[21,-7],[16,0],[-2,8],[4,14],[6,-2],[4,2],[1,4],[-5,4],[6,0],[5,5],[5,0],[3,-4],[11,-4],[11,3],[17,-2],[1,-4],[-11,-6],[6,-4],[8,7],[8,-2],[0,8],[-3,1],[10,1],[4,5],[9,-4],[20,1],[5,-5],[7,2],[-4,4],[20,2],[3,7],[8,4],[5,-2],[6,13]],[[7317,5563],[7,0],[0,-4],[5,0],[1,-6],[4,0],[12,11],[19,2],[6,-4],[-6,-4],[-2,-7],[-11,-3],[-4,-4],[16,6],[28,6],[0,6],[10,7],[9,1],[0,14],[12,10],[2,8],[10,8],[12,-3],[8,3],[11,-2],[16,-6],[10,-1],[10,-7],[11,-1],[5,-4],[9,2],[22,23],[27,6],[16,7],[-5,8],[16,0],[2,4],[16,-12],[-2,-4],[6,1],[-2,-11],[6,-1],[-3,-3],[3,-9],[16,5],[9,10],[7,-4],[-5,-12],[7,-8],[17,-5],[2,6],[15,1],[8,-5],[7,-9],[11,7],[-3,7],[9,2],[15,-1],[-5,20],[15,-3],[-4,6],[7,1],[14,0],[9,-9],[8,4],[9,-14],[-3,-12],[6,-9],[30,13]],[[5503,5551],[11,8],[-5,6],[15,-4],[-3,7],[28,5],[13,-1],[10,-11],[20,6],[14,-1],[-15,-3],[10,-1],[-5,-5],[2,0],[10,8],[7,0],[9,-4],[-9,-5],[0,-5],[11,-6],[8,-1],[-2,-10],[-25,7],[0,6],[-7,-1],[-2,5],[-10,1],[8,-3],[6,-6],[-13,6],[-12,-3],[11,1],[6,-3],[-13,-1],[11,-1],[-11,-5],[20,5],[11,-4],[-2,-2],[10,1],[6,-4],[-7,-3],[-12,1],[-3,4],[1,-4],[-9,2],[6,-5],[17,1],[0,-3],[-22,-6],[2,-2],[9,3],[7,-4],[4,0],[-6,3],[4,2],[8,-3],[-4,10],[8,-3],[-4,4],[8,3],[4,7],[5,-10],[-1,-6],[-8,0],[4,-2],[18,0],[7,2],[0,6],[17,0],[10,5],[13,-5],[3,-12],[14,3],[12,-1],[0,-9],[8,0],[2,-3],[6,2],[-6,-8],[-13,7],[-11,-7],[4,-4],[11,-2],[0,-9],[17,1],[17,8],[-3,12],[7,-4],[-1,4],[3,1],[-5,6],[8,5],[2,5],[7,0],[-4,-4],[3,-4],[20,3],[14,-6],[5,1],[-11,3],[3,4],[6,-4],[8,-1],[22,9],[-1,12],[22,5],[-12,2],[5,5],[-4,0],[-1,5],[8,2],[-4,13],[-2,-3],[-10,-2],[-1,19],[5,1],[13,-6],[1,6],[8,5],[12,-1],[1,-3],[5,4],[3,-3],[4,1],[-2,6],[8,-2],[0,2],[8,1],[0,8],[-6,3],[18,4],[1,-5],[21,13],[7,-2],[-1,9],[3,5],[6,1],[-1,3],[7,5],[13,3],[-1,3],[7,3],[12,-2],[0,5],[4,0],[5,-4],[16,10],[-5,10],[4,8],[-6,1],[13,20]],[[6033,5696],[21,-10],[12,-1],[-2,-5],[18,-6],[2,7],[4,-1],[0,5],[4,2],[7,-1],[1,-6],[8,0],[2,3],[16,-6],[11,2],[5,-5],[9,-2],[7,-8],[2,-21],[16,-1],[4,-3],[28,4],[13,7],[11,-1],[-1,10],[15,0],[-1,-2],[9,2],[9,-25],[0,-6],[-6,0],[0,-5],[-4,0],[1,-11],[25,-8],[0,-7],[6,1],[0,4],[34,-7],[27,-1],[21,-9],[3,-8],[8,-2],[1,-8],[28,0],[7,5]],[[2674,5691],[5,2],[5,-5],[7,6],[7,-7],[9,1],[18,-7],[3,3],[17,-4],[19,2]],[[2764,5682],[28,1],[14,-3],[23,7],[2,-3],[4,1],[1,-9],[8,0],[-1,-4],[5,-4],[-10,-5],[2,-8],[8,1],[-2,-2],[6,-3],[1,-5],[0,-5],[-6,0],[0,-4],[33,-5],[13,-10],[10,-3],[20,0],[9,-3],[13,-11],[5,2],[14,-57],[-9,4],[-17,-7],[-15,-11],[-5,1],[-7,-6],[-17,-2],[-2,-5],[-10,-2],[0,-3],[-5,0],[1,-6],[-17,2],[0,-3],[-4,0],[3,-5],[-18,-11],[9,-11],[-10,0],[-1,-2],[6,-20],[12,-13],[-4,-3],[2,-3],[6,-3],[12,4],[9,-4],[-2,-8],[5,-8],[-2,-8],[8,-27],[30,-29]],[[2148,5375],[13,3],[1,6],[-2,3],[-4,-1],[-2,8],[-5,3],[-9,12],[7,5],[-3,10],[7,15],[-8,7],[0,6],[11,16],[-4,2],[1,7],[-14,26]],[[2137,5503],[9,1],[0,3],[28,10],[-1,2],[12,3],[37,3],[6,-3],[-1,2],[5,1],[1,8],[-5,15],[26,25],[0,7],[4,1],[6,-3],[5,5],[2,5],[-5,2],[9,18],[-1,14],[15,4],[21,-5],[12,4],[-26,22],[-13,3],[-18,8]],[[2265,5658],[7,1],[7,3],[4,6],[-4,10],[7,6],[12,3],[1,-3],[7,-1],[1,2],[5,-5],[18,-1],[3,-8],[11,5],[13,1],[-1,2],[10,-2],[16,2],[11,-7],[7,2],[4,-6],[22,-2],[-1,-4],[6,-2],[16,19],[9,2],[7,-4],[-1,-2],[3,-1],[1,4],[7,-1],[24,-6],[-1,-3],[9,-1],[1,-3],[4,0],[6,-6],[5,2],[5,-10],[30,3],[-1,-9],[-4,0],[-1,-4],[-7,-4],[5,-16],[-5,-2],[2,-3],[-6,-2],[0,-5],[24,-4],[7,6],[4,-3],[4,3],[21,-3],[4,3],[14,1],[30,17],[1,23],[17,32],[5,1],[4,7]],[[2000,5674],[4,-2],[-7,-5],[3,-8],[5,-2],[-6,-6],[7,-8],[8,2],[0,-7],[15,-12],[-9,-6],[-6,0],[2,-3],[-6,4],[-13,-3],[-2,-6],[-5,2],[-3,-5],[-3,3],[-5,-1],[-4,-4],[-4,3],[7,-16],[7,-46],[9,1],[12,-4],[9,2],[7,7],[1,7],[4,-2],[2,5],[2,-3],[32,0],[0,-5],[5,1],[2,-2],[19,2],[4,-6],[26,6],[6,-16],[-2,-7],[-4,0],[5,-9],[-1,-9],[8,-4],[3,-10],[3,1]],[[1691,5529],[20,10],[5,-1],[3,3],[5,-1],[8,5],[5,6],[-2,10],[5,3],[2,5],[-5,5],[2,5],[-8,-1],[-1,2],[3,3],[-5,1],[-3,6],[-6,0],[-1,11],[6,-2],[-5,7],[-14,4],[-18,-1],[-5,3]],[[1682,5612],[-2,4],[3,5],[26,-4],[6,9],[9,1],[3,9],[-4,3],[5,5],[-3,5],[-8,5],[1,3],[-6,6],[-11,1],[-7,6],[4,2],[0,6],[12,9],[14,3],[7,7],[14,7],[6,-1],[4,-9],[7,1],[-6,-8],[7,-6],[0,-5],[10,8],[14,2],[12,-1],[1,-18],[14,-4],[-3,-4],[2,-5],[3,-6],[12,-2],[-6,-3],[4,-5],[11,4],[3,7],[12,3],[2,4],[22,2],[7,6],[12,2],[1,4],[8,2],[-1,6],[15,-3],[2,-5],[15,5],[10,-9],[6,1],[-2,8],[8,0],[8,5],[-3,2],[4,2],[-3,3],[21,8],[8,-13],[-2,-2],[4,-6],[6,0]],[[2000,5674],[15,6],[-1,3],[5,-2],[-1,5],[5,1],[-2,1],[4,1],[-1,4],[13,4],[0,8]],[[2037,5705],[18,2],[8,-11],[6,1],[4,-4],[1,-5],[3,4],[15,5],[4,-4],[-1,6],[17,-1],[-3,4],[12,4],[0,3],[9,-1],[3,6],[8,0],[6,-18],[24,-4],[1,-5],[16,8],[2,-1],[4,-10],[9,-4],[2,-19],[6,3],[8,0],[2,-3],[8,5],[12,-1],[7,-3],[11,0],[-2,-3],[8,-1]],[[4680,5589],[1,4],[-9,1],[4,13],[-17,8],[2,6],[10,2],[4,5],[-1,5],[-12,3],[-7,14],[3,2],[-6,4],[0,4],[4,8],[-12,9],[-13,-3],[-2,2],[2,3],[11,1],[-6,3],[-4,9],[14,0],[3,7],[5,1],[0,4],[4,-1],[5,10],[8,5],[-3,4],[-5,-3],[5,8],[-8,4],[7,10],[4,15],[8,3],[-7,5],[0,4],[6,2],[-5,7]],[[4673,5777],[9,2],[5,7],[-2,5],[5,5],[-1,6],[15,-6],[16,6],[0,13],[6,5],[10,-14],[9,1],[-4,6],[7,10],[5,0],[4,4],[8,-2],[3,3],[4,-3],[1,-9],[7,0],[21,-13],[-4,-4],[3,-5],[-8,-2],[3,-5],[-3,-2],[3,-6],[14,-5],[-5,-7],[8,-7],[-2,-5],[16,3],[10,-7],[0,-6],[5,-4],[17,2],[9,4],[5,-2],[7,5],[9,-6],[8,1],[9,10],[-3,3],[16,13],[15,0],[7,-7],[18,-4],[10,-11],[16,2],[14,-3],[8,-6],[37,0],[6,-4],[-1,-9],[-8,-2],[-4,-8],[-4,-3],[0,-5],[8,-5],[5,-10],[-8,-3],[4,-10],[-5,-9],[-8,-2],[6,-10],[-10,-7],[-11,-1],[12,-4],[19,-1],[4,-22],[7,-8],[0,-8],[11,1],[11,10],[14,-4],[33,14],[15,-6],[13,6],[16,-5],[-2,-11],[7,-5],[7,-1],[3,2],[0,6],[5,2],[5,-4],[6,-10],[9,-3],[-5,-7],[11,-5],[1,-7],[20,5],[-2,-3],[6,-1],[4,-6]],[[1129,5576],[-1,10],[-5,4],[3,8],[-5,0],[-1,3],[4,10],[3,0],[1,9],[4,1],[-5,5],[5,3],[8,-1],[3,28],[6,1],[0,3],[18,3],[-1,13],[4,1],[-3,5],[-10,2],[2,1],[-10,9],[5,5],[-16,18]],[[1138,5717],[-1,11],[6,8],[2,21],[42,-8],[18,32],[6,3],[13,3],[5,0],[1,-3],[27,1],[4,-13],[8,-4],[2,-6],[15,-3],[2,2],[11,-2],[2,-3],[16,1],[1,3],[40,10],[23,20],[42,23]],[[1423,5813],[19,0],[26,-6],[7,-6],[17,-6],[-1,-2],[14,-2],[8,-7],[7,1],[0,-7],[4,-1],[-3,-13],[10,-5],[-14,-8],[11,-14],[7,-3],[6,-13],[32,-4],[6,-8],[-4,0],[0,-3],[11,-2],[-13,-18],[-9,-7],[-3,-14],[11,7],[3,-1],[-3,-9],[19,-2],[6,-7],[4,3],[3,-3],[1,4],[6,0],[2,-5],[-5,-4],[3,-3],[-6,-4],[22,-8],[20,-2],[15,-12],[20,-7]],[[708,5306],[-2,7],[8,13],[-22,9],[3,9],[-3,6],[5,11],[-8,3],[-1,9],[-21,6],[-6,9],[0,8],[-12,14],[-8,3],[1,8],[-8,6],[5,5],[-5,8],[7,0],[16,-12],[8,0],[4,2],[-7,7],[4,1],[10,13],[-25,17],[38,20],[-29,0],[-24,6],[-1,-5],[-30,8],[-4,-9],[-12,-8],[-15,1],[-17,6],[-9,9],[10,5],[-6,9],[1,6],[-29,19],[-16,-8],[-10,5],[-2,3],[14,9],[-15,9],[-23,5],[2,4],[-5,8],[3,3],[-8,5],[7,7],[24,-6],[4,-3],[5,1],[-1,3],[28,8],[0,19],[12,1],[-3,2],[8,5],[12,23],[-9,10],[-15,3],[1,3],[-5,3],[2,4],[28,13],[-6,7],[8,5],[3,-2],[4,5],[-4,3],[26,18],[-9,6],[4,6],[-4,1],[0,5],[14,-4],[7,-9],[0,-9],[-15,-20],[1,-6],[8,-6],[33,-7],[15,-7],[17,20],[14,4],[-5,18],[5,5],[1,8],[-8,10],[11,6],[8,-1],[14,6],[8,-1],[16,5],[-10,12],[-14,5],[0,4],[-8,6],[-9,18],[-6,6],[-1,9]],[[680,5800],[22,3],[7,4],[6,-8],[50,-27],[4,4],[-2,3],[10,0],[5,-2],[9,11],[17,-3],[0,-7],[26,7],[8,-2],[21,-11],[11,-16],[34,1],[9,4],[7,-3],[-7,-5],[0,-3],[16,-5],[26,2],[13,8],[12,-13],[4,-25],[15,3],[12,-8],[23,0],[0,-5],[9,-11],[15,8],[8,1],[8,-2],[2,-8],[58,22]],[[3141,5860],[14,-11],[8,-43],[23,-23],[78,1],[33,6],[27,12],[5,-1],[3,-5],[4,0],[-9,-7],[3,-6],[4,-2],[3,2],[2,-4],[5,4],[6,-6],[6,2],[1,5],[2,-3],[4,1],[3,-11],[5,1]],[[3371,5772],[10,-14],[2,-8],[3,-3],[6,1],[6,-11],[7,1],[10,-5],[-5,-6],[1,-4],[-9,-3],[-5,-16],[-5,-2],[9,-3],[2,-4],[-10,-5],[6,-5],[3,1],[13,-24],[-16,-1],[-11,-6],[9,-8],[-11,-19],[1,-9],[12,-16],[3,-12],[-3,-6],[2,-9],[-4,-2],[2,-16],[-8,-2],[13,-23],[8,-3],[1,-4],[13,2],[4,-3],[4,-26],[-18,3],[1,-10],[-38,-8],[-9,-4],[-2,-12],[-4,2],[-5,-2],[-19,-9],[1,-4],[4,-1],[0,-6],[-10,3],[-13,-6],[-8,1],[-2,-4]],[[2764,5682],[1,11],[6,9],[0,18],[9,14],[14,11],[24,18],[9,2],[9,10],[32,8],[25,15],[4,7],[6,3],[5,18],[20,10],[29,7],[52,22],[11,19],[17,-14],[10,-18],[30,6],[31,-3],[33,5]],[[3768,5856],[12,-2],[14,9],[17,5],[32,-5],[13,-7],[36,1],[6,5],[8,-1],[10,5],[1,-11],[-30,-18],[10,-14],[-5,2],[-1,-4],[4,-4],[-13,-13],[-1,-5],[3,0],[1,-7],[11,-2],[-5,-8],[13,-3],[-43,-31],[-7,-14],[-20,-2],[-1,-10],[-9,-9],[4,-7],[17,-7],[-8,-17],[16,-22],[-3,-6],[-13,-9],[8,-13],[1,-8],[-17,-10],[-6,-20],[13,-5],[34,1]],[[3870,5590],[8,4],[17,0]],[[3371,5772],[-10,33],[3,27],[28,1],[2,3],[17,6],[11,16],[11,3],[-6,23],[15,4],[4,-5],[15,-5],[15,1],[5,6],[17,5],[13,9],[15,5],[26,23],[12,-3],[-7,-8],[-8,-4],[9,-8],[6,-1],[-5,-2],[1,-7],[-6,-5],[3,-1],[6,-15],[13,8],[8,0],[6,-15],[9,2],[12,-8],[7,0],[1,-2],[0,3],[17,-2],[12,-7],[9,1],[-3,13],[26,5],[33,-3],[4,-6],[23,-13],[9,0],[19,7]],[[8328,5775],[2,-6],[12,-7],[-2,-8],[6,-1],[-2,-5],[6,-11],[12,-3],[12,-18],[32,13],[1,-3],[8,-5],[16,-2],[-5,-6],[13,-3],[1,3],[6,-1],[8,4],[9,-4],[33,6],[3,-18],[33,-8],[3,7],[-2,11],[17,11],[8,1],[12,12],[26,-7],[13,1],[11,6],[8,-6],[0,-26],[17,3]],[[8645,5705],[7,-21],[7,-7],[-1,-3],[4,0],[0,-5],[-6,0],[1,-17],[18,0],[10,-16],[1,-19],[11,-2],[12,-9],[8,0],[3,-8],[13,-1],[8,-7],[4,-35],[-14,-12],[3,-9],[-15,-16],[16,-20],[-8,-12],[-26,-3],[-38,-19],[-22,-15],[-30,-5],[0,10],[-5,2],[-14,-7],[-17,-1],[0,-7],[-8,-9],[-11,-1],[-8,-4],[-28,5],[2,7],[-4,1],[-30,-1],[4,-29],[-26,-2],[7,-7],[9,-3],[-8,-4],[21,0],[36,-13],[3,-4],[-4,-1],[0,-22],[4,-3],[14,0],[12,-20],[-1,-6],[-5,-2],[5,-9],[3,1],[-7,-19],[-10,2],[-3,9],[-5,0],[-5,-20],[-16,4],[9,-5],[14,-25],[1,-9],[-12,-11]],[[7830,5591],[113,50],[1,3],[8,3],[-7,4],[6,0],[-1,6],[-7,14],[8,3],[9,-6],[1,5],[-6,7],[4,2],[20,-4],[-3,5],[2,3],[-9,13],[-12,4],[1,4],[-4,4],[-4,-2],[-6,2],[2,3],[-3,1],[4,8],[5,-1],[1,6],[-15,5],[7,7],[-9,3],[13,10],[0,12],[10,-2],[1,6],[-13,2],[5,6],[-4,5],[2,0],[3,6],[-10,17],[-7,3],[1,4],[-7,0],[-3,5],[3,5],[-7,5],[-13,28],[-1,4],[30,3]],[[7939,5862],[13,1],[-3,17],[5,6],[-2,7],[23,2],[14,-3],[6,-9],[11,3],[20,-1],[3,-12],[-9,-3],[-5,-12],[2,-9],[6,-15],[9,-5],[0,-6],[13,-9],[12,-3],[12,0],[13,8],[12,-7],[11,-3],[7,7],[1,9],[35,-4],[13,6],[46,-22],[12,0],[14,6],[2,-11],[4,1],[9,-6],[10,2],[-1,-9],[11,-1],[12,-10],[12,8],[6,-1],[1,-7],[6,-3],[8,1],[4,4],[11,-4]],[[9215,5865],[-1,-6],[17,-5],[-1,-4],[45,5],[18,-2],[-8,-16],[-8,2],[-1,-7],[-6,-7],[7,-11],[18,-5],[1,-3],[-3,-1],[3,-8],[3,0],[0,-4],[4,0],[4,-7],[18,0],[26,19],[5,-3],[1,-10],[5,-4],[20,-3],[1,3],[7,0],[13,5],[-5,-9],[5,-2],[-3,-3],[5,-5],[-7,-6],[3,-4],[8,1],[2,-4],[0,-3],[-7,-1],[-3,-4],[-5,6],[-5,0],[-2,-4],[-12,1],[2,-4],[-11,-9],[10,-12],[-20,0],[9,-8],[-13,-5],[-18,7],[-18,2],[-14,-3],[-12,2],[4,-14],[17,-6],[-1,-3],[10,-7],[18,-2],[16,-9],[-8,-23],[-25,2],[-18,-3],[-21,14],[-2,-6],[-6,-2],[-4,-6],[5,-6],[-32,-1],[-10,-6],[-1,5],[-6,-2],[-14,7],[-18,1],[5,7],[2,21],[-11,3],[1,2],[-12,-1],[0,3],[-5,-1],[6,8],[-17,5],[0,13],[7,0],[-2,3],[6,1],[-8,10],[1,8],[-4,-1],[0,3],[13,5],[-10,19],[0,8],[-5,4],[1,10],[27,8],[9,9],[-2,4],[7,3],[-10,5],[2,14],[-8,9],[0,4],[4,2],[3,20],[19,-2]],[[4576,5948],[0,-3],[27,-14],[18,-15],[-4,-16],[-7,-5],[3,-9],[7,-2],[8,1],[6,-7],[-6,-24],[4,-8],[-6,0],[-5,-5],[1,-9],[39,-7],[-6,-15],[-1,-8],[5,-1],[-3,-8],[4,-4],[14,-1],[-1,-11]],[[3870,5590],[5,5],[17,3],[-2,13],[-8,-3],[-6,16],[18,5],[-2,17],[4,6],[28,13],[40,28],[42,16],[17,0],[7,19],[-3,10],[9,4],[3,8],[8,2],[2,2],[-3,18],[41,27],[15,8],[3,-2],[11,3],[4,9],[-4,6],[6,1],[4,8],[4,0],[2,-5],[27,9],[6,11],[-6,7],[7,11],[12,5],[11,8],[-5,6],[14,6],[11,-2],[16,-5],[17,-12],[28,-3],[12,7],[9,19],[28,2],[26,13],[8,2],[8,-2],[6,2],[7,4],[-10,8],[3,1],[4,-2],[5,3],[13,-11],[1,7]],[[4390,5921],[24,10],[10,-14],[6,1],[15,11],[26,-20],[11,5],[7,-1],[0,4],[12,4],[1,-3],[6,4],[-2,3],[8,-2],[7,6],[-1,4],[-7,3],[-8,19],[-8,1],[2,7],[10,-1],[1,6],[13,-3],[4,-3],[-2,2],[8,0],[9,10],[34,-26]],[[589,5823],[8,-12],[14,-1],[-1,-4],[-5,0],[3,-7],[-5,-1],[3,-5],[7,0],[4,-4],[36,3],[23,9],[4,-1]],[[390,5230],[-4,11],[-3,7],[-1,3],[-1,3],[-1,5],[0,2],[7,8],[5,5],[0,1],[-16,1],[-1,0],[-6,-2],[10,41],[0,3],[0,3],[0,13],[7,0],[-1,11],[1,2],[1,7],[1,9],[1,7],[-5,12],[-3,3],[-3,5],[-1,1],[1,4],[0,3],[0,1],[1,5],[0,3],[-2,8],[0,5],[-5,7],[-4,5],[-4,4],[-2,2],[-4,3],[-7,5],[-10,5],[-5,4],[-7,12],[-13,20],[-12,6],[-10,8],[-2,2],[-4,3],[-6,7],[-5,8],[-2,1],[-2,0],[-6,3],[-22,13],[3,12],[0,1],[1,4],[6,7],[4,13],[4,9],[2,6],[8,5],[1,7],[-2,1],[-8,2],[-7,2],[-1,0],[-7,-1],[-8,1],[-5,2],[-5,2],[-4,0],[-3,1],[-2,0],[-9,3],[-28,8],[-3,3],[-2,1],[-1,1],[-1,2],[1,6],[0,3],[0,4],[1,5],[0,1],[-1,4],[-3,9],[-2,7],[0,1],[1,1],[2,2],[3,2],[1,0],[5,-1],[5,1],[2,2],[0,2],[-1,2],[-2,1],[-9,6],[-8,4],[-10,4],[-7,2],[-6,3],[-5,2],[-4,2],[-2,1],[-3,1],[-2,0],[-4,1],[-10,-1],[-12,0],[-8,0],[-4,0],[-1,3],[-1,2],[0,1],[0,6],[2,2],[3,2],[14,8],[8,3],[6,4],[6,3],[2,2],[1,2],[0,2],[-3,1],[-3,2],[-3,4],[0,4],[2,8],[-11,1],[-3,5],[5,8],[-3,5],[-9,8],[-4,2],[-7,3],[-7,1],[-1,1],[-2,2],[-1,2],[1,2],[2,1],[2,-1],[3,-2],[3,1],[1,1],[1,1],[-14,9],[2,1],[9,8],[9,7],[2,-1],[7,-3],[3,0],[3,-1],[5,-1],[2,0],[3,-1],[1,-1],[1,0],[6,1],[4,0],[6,2],[8,3],[1,1],[3,1],[2,2],[1,0],[7,6],[6,0],[5,-1],[4,3],[6,4],[8,3],[4,7],[7,5],[3,4],[1,4],[8,-4],[9,-5],[6,-4],[10,-6],[7,-1],[8,-2],[8,-1],[17,0],[7,0],[8,-2],[25,-6],[-1,5],[-2,9],[1,10],[-4,4],[-4,2],[-5,2],[-6,3],[-3,4],[-1,2],[0,3],[-2,4],[-3,4],[-1,2],[-4,4],[-11,4],[-5,2],[-2,1],[-4,1],[-1,0],[-1,0],[-2,-1],[-2,0],[0,3],[0,2],[3,4],[5,1],[5,1],[9,-2],[9,3],[14,3],[3,1],[5,-2],[6,-2],[5,-1],[7,-2],[13,-8],[1,-1],[4,-4],[-5,-3],[-5,-1],[4,-5],[7,-6],[1,-1],[4,-2],[6,-3],[2,-1],[3,-2],[2,-1],[7,-2],[1,0],[3,0],[8,1],[13,1],[6,0],[13,-1],[5,-1],[3,0],[4,3],[3,4],[1,1],[2,1],[2,0],[1,0],[2,0],[4,-1],[8,-3],[6,-3],[5,-2],[1,-2],[2,-2],[1,-2],[2,-7],[0,-1],[1,-4],[3,-6],[7,2],[7,1],[1,0],[13,0],[1,0],[10,-1],[7,0],[4,-2],[2,-1],[3,-1],[1,0],[2,-1],[1,-1],[1,-2],[1,-2],[2,-5],[10,-5],[2,0],[2,0],[2,0],[2,0],[1,0],[6,-1],[3,-1],[2,-1],[6,-3],[5,-1],[6,0]],[[8961,5885],[-10,-11],[2,-17],[-6,-11],[1,-20],[-4,-4],[3,-3],[4,2],[4,-2],[19,0],[7,-9],[11,-5],[-1,-15],[9,-6],[-5,-3],[4,-6],[-8,-3],[-2,-3],[-15,-42],[13,-20],[15,-2],[14,4],[5,-17],[-7,-18],[-7,-6],[-7,-3],[-6,6],[-5,-3],[-5,-24],[-5,0],[-4,-11],[-10,-8],[15,-13],[12,1],[8,-14],[-4,-4],[9,-15],[13,-4],[28,5],[3,-4],[13,-1],[-3,-12],[10,4],[11,-10],[22,-4],[-6,-4],[0,3],[-4,-1],[-7,-5],[-13,-19],[-11,4],[-3,-2],[-2,-12],[-19,1],[-12,-18],[5,-19],[14,-3],[-1,-24]],[[8645,5705],[8,5],[13,2],[1,-4],[18,2],[1,-3],[9,-4],[12,21],[-5,9],[-9,-4],[-12,2],[-10,14],[-1,9],[-17,12],[10,6],[8,-4],[5,4],[12,0],[-4,20],[5,8],[-11,10],[14,4],[-9,4],[0,4],[11,-1],[12,14],[-19,8],[7,4],[-16,7],[-1,5],[22,24],[18,3],[-1,17],[35,2],[4,-1],[19,7],[-1,3],[10,0],[-3,3],[8,-6],[8,4],[17,-5],[6,3],[24,0],[55,-20],[63,-8]],[[7051,5701],[-16,0],[-2,8],[-15,3],[6,6],[-7,6],[3,7],[-8,4],[0,9],[-11,12],[6,15],[-14,1],[4,8],[-4,5],[-4,1],[-8,-11],[8,-5],[-12,-10],[-4,6],[-26,1],[-14,-37],[-76,25],[-6,-2],[-5,1],[1,2],[-8,2],[2,3],[-4,2],[-2,-2],[-18,1],[2,11],[-4,-2],[-4,1],[2,3],[-6,1],[10,4],[-4,14],[16,5],[7,5],[-1,9],[-5,1],[3,22],[7,12],[-1,26],[-3,-2],[-8,5],[-19,0],[9,33],[15,-1],[2,9],[31,-2],[0,2],[12,0],[0,-3],[8,0],[0,7],[-12,4],[1,3],[-6,1],[0,8],[-12,2],[-2,7],[16,6],[7,-5],[12,1],[0,7],[12,3],[12,7],[0,5],[-6,4],[7,2],[1,7],[-6,1],[1,7],[24,0],[0,9],[22,-4],[17,6],[17,0]],[[6991,6003],[-1,-13],[-11,-2],[12,-15],[-2,-2],[4,-3],[4,3],[5,-2],[11,6],[0,4],[6,1],[7,-4],[8,-12],[-13,-10],[2,-20],[10,-5],[-5,-7],[5,-3],[-3,-3],[4,-5],[1,-13],[-2,-4],[-10,1],[-16,-7],[1,-4],[-14,-20],[7,-5],[4,0],[1,-2],[-3,-1],[5,-3],[3,1],[9,-12],[13,-7],[-2,-8],[7,-10],[-3,-12],[-4,1],[-12,-11],[0,-5],[15,-10],[-1,-3],[24,-5],[2,-4],[-5,-8],[10,-12],[-6,-19],[1,-4],[6,-2],[-6,-3],[9,-16],[-6,-3],[-11,2],[0,-2]],[[4121,5996],[16,5],[27,-17],[12,12],[13,2],[5,21],[7,-4],[24,-2],[-4,2],[6,4],[8,-2],[7,2],[13,-6],[5,-6],[5,-9],[-5,-4],[35,-13],[14,-13],[1,2],[4,-2],[2,-7],[-3,-1],[4,-5],[11,-5],[13,1],[0,-3],[14,-12],[8,0],[8,-5],[5,1],[14,-11]],[[3768,5856],[13,1],[5,29],[4,2],[-2,7],[3,13],[-4,15],[-10,12],[-10,0],[-9,7],[-6,0]],[[3752,5942],[-1,11],[11,0],[19,4],[16,-1],[5,2],[1,6],[11,3],[-7,8],[4,2],[-2,6],[-20,7],[-2,8],[5,3],[4,8],[12,2],[4,-5],[23,7],[24,-1],[13,8],[7,-3],[17,2],[8,8],[7,0],[3,9],[9,3],[2,4],[16,1],[-1,2],[8,3],[-2,11],[4,-1],[3,5],[10,3],[7,-3],[8,0],[23,4],[-4,14],[2,3],[-5,3],[25,4],[10,5],[5,0],[8,-5],[35,-57],[20,-12],[14,-19],[10,-8]],[[5017,6099],[-3,-5],[10,-6],[1,-7],[9,-1],[-1,-8],[16,-3],[-3,-5],[-9,-2],[-3,-11],[-7,-4],[5,-18],[16,-2],[1,-6],[3,0],[-1,-7],[35,-11],[-1,8],[6,4],[-2,4],[9,11],[16,9],[-4,6],[4,4],[3,-3]],[[5117,6046],[28,-27],[-1,-9],[11,-1],[11,3],[0,-11],[14,-2],[1,-12],[17,2],[6,4],[11,-6],[-4,-5],[-14,-4],[-2,-3],[-12,-1],[-1,-5],[-9,-5],[6,-11],[-5,-12],[27,-7],[11,-10],[1,-25],[-19,-21],[-18,-4],[-14,-19],[-20,-2],[-6,-6],[-2,-7],[9,-3],[3,-6],[-10,-9],[-1,-16],[-4,-7],[10,-15],[2,-14],[-5,-7],[1,-3],[10,-14],[16,-9],[22,-4],[6,-10],[1,-15],[12,-12],[-1,-6],[5,-3],[3,-6],[7,0],[13,-11],[5,-16],[-5,-1],[-5,-7],[4,-8],[4,-23],[13,-8],[10,-18],[10,-5]],[[4576,5948],[10,3],[-2,2],[8,5],[-9,7],[6,7],[-3,4],[14,14],[16,1],[20,-5],[11,7],[-1,-9],[4,6],[0,-3],[16,-3],[17,0],[4,3],[26,-3],[1,3],[4,-1],[-2,6],[6,-1],[8,8],[-7,3],[2,3],[-4,3],[-2,19],[5,8],[-7,7],[11,8]],[[4728,6050],[20,1],[8,-5],[32,12],[27,17],[2,9]],[[4817,6084],[9,-5],[18,2],[21,-8],[2,-4],[-6,-5],[-10,-3],[9,-4],[12,3],[-5,8],[12,-6],[12,5],[10,-5],[3,2],[-5,3],[6,-2],[2,6],[6,-1],[4,4],[6,-1],[9,7],[14,-2],[-2,4],[10,5],[-3,5],[7,1],[12,10],[12,2],[1,7],[14,0],[6,-5],[3,2],[11,-10]],[[5556,6113],[5,-4],[21,-2],[29,-7],[12,-8],[35,-4],[4,0],[1,3],[8,-2],[-1,-16],[6,-2],[10,4],[1,-19],[8,0],[0,-7],[7,-4],[12,0],[3,-4],[46,2],[-3,-21],[12,-6],[-13,-11],[-1,-4],[7,-4],[14,2],[7,-2],[1,-5],[4,-2],[-5,1],[-2,-4],[7,-2],[-3,-8],[-18,-13],[9,-25],[2,2],[4,-6],[6,3],[0,3],[4,-1],[8,7],[3,-2],[5,2],[11,-5],[2,-6],[13,1],[4,-13],[26,-9],[2,-5],[6,-1],[5,-4],[11,3],[3,-4],[4,2],[-2,4],[-18,1],[0,6],[10,-1],[7,4],[-1,3],[8,-3],[18,0],[0,5],[0,-6],[14,-6],[5,5],[11,-5],[9,8],[6,-2],[1,-4]],[[5966,5915],[-13,-18],[16,-15],[-4,-2],[-2,2],[-6,0],[5,-5],[-4,-4],[4,-6],[-7,-4],[-3,-7],[4,-3],[3,4],[5,-4],[-5,-8],[-15,2],[-2,-14],[-10,2],[-1,-4],[-5,0],[-13,-10],[-14,6],[-1,-3],[-12,6],[-4,-9],[-2,1],[-8,-12],[2,-7],[-18,-7],[15,-11],[22,-6],[-2,-12],[6,-19],[14,-5],[9,-6],[-1,-4],[31,-1],[12,21],[7,-3],[4,8],[57,-11],[-1,-6],[6,-4],[-9,-5],[8,-3],[1,-6],[6,-1],[-7,-8],[5,-1],[-10,-12],[3,-1],[-3,-2],[4,-2]],[[5117,6046],[14,3],[-1,5],[20,1],[1,4],[4,0],[-1,-5],[6,-1],[-1,-3],[13,4],[15,-3],[-5,3],[19,6],[4,10],[14,2],[2,5],[-10,17],[61,11],[58,-3],[3,-4],[16,7],[30,-3]],[[5379,6102],[29,0],[27,3],[30,12],[60,0],[31,-4]],[[7524,6014],[7,-3],[2,-16],[36,-2],[36,7],[7,-12],[2,-30],[39,0],[2,-9],[30,6],[1,8],[19,-4],[27,-1],[-5,-16],[22,-3],[-4,-25],[14,4],[26,-1],[14,-8],[1,8],[24,-3],[4,-11],[-12,-2],[0,-13],[-9,1],[11,-13],[45,-4],[5,8],[12,-1],[12,3],[7,-1],[0,3],[5,0],[1,7],[14,0],[0,-4],[7,0],[4,-9],[8,0],[1,-16]],[[7317,5563],[-5,2],[1,4],[-16,6],[-2,3],[12,-1],[-2,6],[-3,1],[6,5],[3,27],[-27,2],[-1,-6],[-21,0],[-14,-4],[-9,8],[-12,4],[-2,15],[-23,0],[-4,14],[5,12],[-17,3],[-18,-2],[-12,2],[-8,-6],[-22,-8],[-21,5],[-15,-4],[-2,-5],[-10,-7],[-12,-2],[-5,25],[21,4],[-12,7],[-6,10],[-23,-3],[-3,12],[4,0],[0,3],[9,0],[0,6]],[[6991,6003],[-1,12],[-19,1],[-11,-4],[3,5],[4,2],[-4,6],[14,2],[11,7],[18,3],[17,-1],[13,5],[19,24],[16,10],[12,1],[4,-6],[8,0],[0,28]],[[7095,6098],[15,-2],[17,-15],[16,-6],[7,-9],[9,-3],[16,-1],[4,12],[8,11],[22,-2],[4,-20],[16,-11],[40,-7],[4,-23],[69,-5],[13,1],[0,12],[33,4],[4,17],[6,6],[9,1],[11,-2],[3,-6],[8,-5],[17,0],[15,-4],[0,-4],[19,-10],[15,0],[13,-4],[4,-5],[12,-4]],[[2003,6085],[18,-3],[-1,-8],[13,-17],[5,-1],[-5,-7],[3,-4],[15,-8],[-10,-14],[-7,4],[-4,-9],[5,-3],[-1,-15],[5,-3],[8,0],[0,-11],[4,-4],[-4,-7],[7,-5],[-3,-6],[11,3],[-1,-5],[9,-3],[9,-20],[-7,0],[0,-6],[-5,-6],[-7,1],[5,-4],[-3,-14],[-17,3],[-1,-3],[-10,3],[-1,-2],[-10,4],[-4,5],[-14,0],[-3,3],[-17,-7],[3,-12],[-2,-5],[5,-4],[2,2],[6,-3],[10,-12],[-11,-8],[-21,10],[-25,1],[-6,-3],[-2,2],[-14,-12],[11,-4],[-1,-5],[-7,-1],[0,-4],[-10,-4],[-15,4],[-3,-16],[2,-2],[-3,-3]],[[1904,5837],[-15,4],[2,5],[-6,1],[-10,-4],[-10,2],[-4,6],[-6,-4],[4,8],[-15,1],[7,6],[-5,2],[4,4],[-2,2],[-3,-2],[-4,7],[-10,1],[0,13],[-4,-1],[-2,6],[-4,-1],[-3,5],[1,17],[-6,-1],[-21,-10],[1,24],[-7,2],[2,10],[-4,8],[6,-1],[-2,8],[3,4],[-18,5],[-7,-1],[-5,3],[-8,-2],[-1,2],[5,2],[-3,5],[3,-1],[2,7],[-3,4],[10,5],[0,3],[5,1],[7,8],[12,3],[13,10],[-6,10],[2,5],[-5,12]],[[1794,6040],[7,1],[-6,15],[9,2],[2,5],[8,0],[4,4],[-2,4],[3,5],[-4,7],[42,21],[5,-4],[13,4],[-3,8],[16,6],[19,-7],[2,-6],[14,-12],[3,2],[-2,3],[6,0],[5,3],[7,-1],[1,9],[23,-9],[12,-9],[4,-8],[21,2]],[[6566,6043],[-8,-17],[2,-14],[30,-26],[21,-13],[15,-16],[21,-11],[5,-17],[47,-31],[6,-6],[2,-9],[-2,-5],[-10,7],[-7,2],[-7,-10],[-10,1],[1,2],[-7,2],[-7,-3],[4,-6],[-13,-2],[-20,12],[-11,2],[-1,4],[-18,-2],[7,-6],[-11,-2],[-2,-3],[-7,1],[2,-6],[-4,-4],[-29,-12],[-3,3],[-10,-7],[-4,2],[0,-2],[4,-1],[-13,-18],[19,-14],[-1,-5],[10,-3],[-1,-11],[-4,0],[-6,-9],[-5,1],[-5,-12],[-9,6],[-9,0],[0,-2],[9,-2],[1,-4],[-1,-10],[-4,2],[-3,-9],[19,4],[6,-6],[-9,-7],[5,-5],[4,0],[7,-5],[29,-2],[-2,-4],[-13,0],[-8,-14],[-17,0],[-1,-11],[-7,1],[-6,-3],[1,-26],[3,-1],[-8,-10],[-5,0],[-4,-28],[-5,-7],[26,-6],[3,-4]],[[5966,5915],[6,16],[10,1],[-2,3],[13,15],[-5,2],[2,4],[10,0],[0,7],[-12,0],[5,12],[-15,3],[2,2],[-4,1],[4,10],[-9,2],[22,22],[7,-7],[9,11],[5,-4],[0,2],[14,-2],[5,3],[-3,3],[11,21],[6,-1],[1,6],[34,3],[0,-20],[3,0],[1,-4],[9,0],[0,-4],[25,-5],[0,-4],[13,-3],[-2,-4],[19,-8],[0,-5],[67,6],[29,-2],[6,5],[2,21],[-3,42],[3,4],[22,-1],[-5,11],[18,0]],[[6289,6079],[8,1],[4,-6],[15,9],[-2,2],[4,0],[0,4],[34,16],[15,-11],[5,4],[10,-7],[5,0],[7,4],[0,3],[9,3],[-9,4],[-1,5],[5,2],[10,-3],[4,12],[8,3],[-8,10],[14,0]],[[6426,6134],[9,-7],[6,3],[5,-3],[22,1],[15,-7],[21,1],[15,-8],[6,-7],[-4,-2],[-2,-9],[-11,1],[-1,-8],[12,-4],[2,-6],[4,-3],[9,-2],[10,1],[8,-4],[12,-17],[2,-11]],[[1904,5837],[1,-4],[18,-6],[11,-10],[20,1],[13,-9],[9,-17],[8,-1],[-3,-25],[10,2],[17,-25],[2,-7],[3,0],[-1,-14],[7,-4],[10,5],[8,-18]],[[1423,5813],[-51,13],[-42,26],[-13,16],[2,8],[-23,22],[3,1],[-2,7],[4,1],[-1,8],[9,5],[14,26],[-1,14],[-3,2],[4,6],[-4,3],[12,6],[2,31],[-3,7],[-4,-2],[-6,2],[0,4],[-23,8],[-2,22],[3,7],[5,-3],[7,3],[22,-8],[1,3],[9,-2],[6,4],[6,0],[0,3],[5,-1],[-1,5],[9,1],[3,-3],[19,19],[2,8],[10,-1],[0,3],[4,0],[14,13],[23,2],[24,-4],[13,2],[17,-5],[7,1],[4,10],[13,4],[0,2],[7,3]],[[1527,6115],[5,-2],[17,7],[8,-8],[-5,-7],[11,-3],[1,-3],[17,-4],[2,-3],[4,2],[4,-4],[5,2],[17,-1],[5,-4],[5,2],[12,-12],[7,-2],[9,0],[0,3],[8,4],[-1,3],[8,4],[15,-7],[1,8],[-4,2],[5,1],[12,-7],[13,-15],[-1,-12],[-6,-6],[6,-10],[22,6],[7,-3],[7,-9],[10,-3],[41,6]],[[2200,6147],[4,0],[25,-27],[10,-5],[-4,-8],[70,-21],[13,18],[28,12],[0,4],[15,8],[3,-1],[-1,-4],[8,-2],[15,2],[1,4],[11,1],[3,-4],[19,-1],[6,-1],[4,-8]],[[2430,6114],[-23,-59],[17,-18],[22,5],[2,-4],[-6,-9],[8,-24],[-8,-1],[-2,-3],[8,-7],[0,-9],[18,-6],[22,-17],[14,-7],[8,-8],[-4,-4],[8,-5],[-5,-15],[-5,0],[-15,-13],[13,3],[-5,-4],[2,-8],[10,-5],[4,2],[3,-17],[7,0],[2,-3],[-2,-7],[4,-6],[15,0],[1,-3],[6,-1],[2,-7],[8,-1],[-1,-4],[7,-9],[-4,-5],[3,-3],[-15,-1],[-1,-7],[-5,-3],[16,-7],[6,2],[14,-2],[8,-17],[14,-8],[5,0],[2,-15],[-8,-8],[3,-3],[-1,-12],[28,-4],[1,-5],[8,-3],[6,-14],[9,2],[5,-11],[-6,-1],[1,-4],[8,0],[1,-10],[11,-10]],[[2003,6085],[9,11],[15,10],[0,8],[-4,3],[2,4],[8,14],[11,7],[6,15],[6,-1],[-2,9],[5,1],[5,-1],[42,8],[19,-12],[37,1],[16,-10],[22,-5]],[[3038,6118],[9,-4],[1,-5],[-3,-18],[-6,-6],[-8,-1],[-7,-11],[8,-6],[10,-3],[5,-7],[-13,-18],[-2,-7],[6,-20],[-4,-6],[-8,-3],[-2,-9],[7,-5],[-20,-18],[-4,-10],[-21,-13]],[[2986,5948],[-29,-9],[-21,6],[-2,-7],[-15,-4],[-3,4],[6,0],[-2,8],[-8,-4],[-6,4],[-23,-8],[-6,-6],[-2,9],[-9,12],[2,3],[-12,14],[-19,-1],[3,3],[-7,5],[-43,-6],[-7,19],[-5,-1],[-1,2],[-19,-6],[-3,5],[-4,1],[3,1],[-5,4],[4,0],[0,3],[-9,0],[-6,4],[2,6],[14,-1],[7,-6],[7,0],[2,5],[20,1],[-1,3],[7,4],[6,0],[-4,3],[0,4],[18,5],[-3,7],[9,5],[1,3],[-5,3],[10,20],[-26,10],[-19,22],[16,7],[5,-3],[15,4],[-7,11],[4,3],[-5,2],[1,6],[12,7],[-4,3],[5,3],[-1,11],[8,3],[-1,2],[9,1],[-1,13]],[[2839,6170],[11,3],[-1,3],[9,5],[14,-3],[1,5],[7,0],[0,5],[8,-1],[2,-4],[13,-4],[15,-1],[12,-7],[4,8],[4,-4],[5,2],[4,-4],[-4,-4],[6,-4],[-4,-2],[2,-2],[-8,-4],[8,-18],[10,-2],[5,3],[4,7],[14,8],[8,-1],[-3,-12],[17,-4],[-4,-11],[14,-5],[1,-4],[17,1],[0,-3],[4,0],[4,2]],[[6566,6043],[34,0],[32,8],[1,6],[9,5],[6,10],[23,2],[8,10],[10,0],[2,-5],[13,12],[4,14],[5,-2],[8,20],[29,-9],[12,12],[4,11],[26,0],[11,-4],[29,-3],[54,11],[11,11],[11,2],[2,13],[7,4],[23,1],[36,-3],[11,5]],[[6987,6174],[16,-4],[9,-6],[17,-5],[19,-34],[16,-8],[13,-17],[18,-2]],[[9646,6042],[1,0],[1,-1],[1,-2],[1,-1],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-3],[-4,-9],[-6,-6],[-4,-3],[-2,-3],[1,-5],[1,-6],[0,-1],[0,-1],[2,-3],[4,-5],[5,-3],[1,-1],[2,-2],[1,-1],[0,-1],[0,-1],[-1,-5],[-1,-5],[0,-1],[0,-1],[-1,-1],[-1,-1],[-4,-4],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-4,-2],[-1,-3],[-2,-1],[1,-3],[1,-2],[-1,-7],[-4,-7],[-6,-6],[-2,-8],[-2,-4],[-3,-3],[-5,-3],[-8,-5],[-7,-5],[-8,-1],[-5,-4],[-4,-4],[-2,-5],[0,-3],[-3,-4],[-5,-5],[-7,-4],[-9,-5],[-1,-1],[-4,-4],[-2,0],[-1,-1],[-2,0],[-2,0],[-2,0],[-3,0],[-3,0],[-1,0],[0,-1],[-1,0],[-2,-4],[1,-4],[1,-4],[-7,-5],[-3,-1],[-4,-1],[-1,0],[-1,0],[-4,-3],[-2,-3],[1,-4],[1,-3],[0,-4],[-2,-6],[4,-6],[2,-1],[1,-1],[1,0],[3,-5],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[4,-4],[2,-1],[2,-1],[1,0],[8,-1],[11,-2],[9,-2],[7,-3],[5,-5],[4,-9],[1,-1],[3,-5],[1,-6],[1,-2],[0,-2],[0,-2],[-1,-4],[-2,-4],[2,-5],[3,-3],[3,-3],[1,-3],[-1,-8],[-2,-7],[1,-6],[4,-4],[1,-3],[3,-5],[2,-4],[1,-1],[1,0],[1,-1],[2,0],[7,-5],[3,-5],[7,-8],[7,-4],[10,-6],[8,-5],[10,-7],[2,-2],[3,-1],[1,-1],[3,-2],[1,0],[1,0],[2,0],[4,-4],[3,-4],[1,-2],[1,-2],[3,-3],[5,-4],[3,-5],[2,-5],[5,-5],[-5,-10],[1,-7],[1,-11],[0,-4],[-1,-10],[8,-9],[2,-2],[1,-2],[1,-2],[1,-7],[0,-1],[0,-4],[-1,-1],[-2,-4],[-10,-8],[-7,-4],[-7,-4],[-7,-5],[-5,-7]],[[8961,5885],[9,-6],[16,2],[24,-4],[14,-8],[15,-3],[5,-6],[10,-2],[8,10],[37,6],[12,24],[-3,20],[32,6],[73,34],[66,-4],[14,4],[-19,50],[-1,17],[-5,16],[17,4],[8,6],[41,1],[7,2],[-1,3],[19,2],[-8,16]],[[9351,6075],[3,6],[-4,11],[21,9],[20,14],[3,-4],[-7,-11],[4,-11],[10,-10],[0,-18],[10,-10],[24,3],[37,-6],[1,3],[5,1],[3,10],[-2,4],[16,14],[13,5],[12,-1],[16,-7],[37,-1],[18,-15],[-6,-6],[15,-11],[7,-1],[1,4],[17,7],[2,6],[6,-1],[4,-1],[-10,-8],[14,-9],[5,1]],[[2773,6188],[18,-14],[21,3],[11,6],[4,-9],[12,-4]],[[2986,5948],[9,4],[9,0],[13,-6],[3,-6],[47,-4],[42,-33],[21,-32],[11,-11]],[[2430,6114],[36,15],[2,4],[22,5],[14,-3],[5,1],[4,-3],[4,2],[3,-2],[15,1],[18,30],[11,7],[7,9],[11,4],[11,12],[18,-1],[5,15],[7,-2],[15,5],[-2,-12],[13,-2],[1,-4],[14,-3],[5,2],[-1,3],[10,5],[19,-5],[2,2],[7,-5],[16,-2],[5,-5],[-1,-4],[22,-4],[18,4],[7,5]],[[4760,6258],[-4,1],[7,-26],[12,-13],[-16,-13],[8,-12],[6,1],[6,-6],[2,-12],[14,4],[5,-8],[12,4],[5,-4],[19,4],[7,-11],[8,2],[8,-18],[4,1],[19,-43],[0,-5],[-11,-3],[2,-5],[-18,0],[-1,6],[-12,-4],[-3,7],[-4,-1],[-2,2],[-7,0],[-3,-6],[-10,1],[9,-10],[-3,1],[-4,-5],[2,-3]],[[4728,6050],[-4,35],[-9,13],[7,3],[2,5],[-6,12],[2,3],[6,-4],[-5,15],[2,10],[-4,6],[-8,-2],[1,4],[-5,1],[0,7],[-7,-1],[1,16],[-5,8],[8,2],[-1,3],[4,0],[-2,5],[11,-1],[-2,4],[9,0],[0,6],[-6,1],[-2,17],[-6,-2],[0,4],[-12,-3],[0,4],[5,1],[-1,8],[5,2],[5,19],[7,5],[-1,3],[5,1],[-1,4],[6,5],[15,1],[1,2],[5,-6],[12,2],[0,-10]],[[3585,6166],[-1,-8],[23,-7],[13,-18],[6,-2],[-13,-3],[-2,-8],[-6,-2],[-2,-17],[4,-4],[-3,-4],[3,-8],[14,-11],[9,-18],[-20,-12],[20,-7],[-15,-8],[-3,-8],[-7,-2],[15,-13],[-2,-8],[14,-5],[4,3],[-1,-3],[5,0],[3,-3],[2,1],[-2,8],[5,2],[0,3],[4,-2],[0,5],[44,5],[13,-4],[-4,-3],[3,-2],[6,4],[4,-15],[7,-2],[2,-4],[-16,-2],[0,-7],[-3,-4],[-5,2],[-1,-3],[15,-3],[2,-5],[-6,0],[2,-4],[-3,-6],[8,-8],[2,2],[2,-2],[4,-6],[3,2],[5,-4],[16,4]],[[3038,6118],[-1,3],[6,12],[11,11],[-3,8],[37,10],[7,-2],[0,-3],[11,-1],[13,15],[-5,7],[14,4],[-2,6],[13,7],[11,-2],[9,-6],[10,2],[5,8],[15,-7],[17,13],[5,-6],[-3,-6],[15,-6],[19,-12],[14,1],[2,-3],[19,4],[20,9],[10,20],[-8,6],[-1,4],[11,12],[-2,7],[-6,2],[13,16],[-3,2],[25,23]],[[3336,6276],[9,1],[26,-5],[14,5],[10,-5],[6,0],[4,5],[-9,5],[4,7]],[[3400,6289],[8,-3],[3,-8],[5,3],[1,-6],[7,-3],[0,-3],[5,-1],[-1,-6],[11,-2],[-2,-5],[-4,2],[-4,-9],[1,-7],[4,-1],[0,-10],[-6,-11],[0,-6],[6,-3],[21,10],[8,-1],[0,3],[13,9],[17,-1],[-4,-10],[15,1],[2,-4],[8,-3],[4,-1],[3,3],[2,-5],[9,-1],[10,8],[15,1],[-1,-5],[18,-2],[8,-6],[7,-12],[-4,-7],[-11,-2],[1,-5],[-12,-4],[1,-8],[-4,-4],[2,-3],[13,7],[10,-2]],[[4973,6323],[9,-19],[4,0],[-2,-4],[31,1],[1,-3],[17,9],[11,-19],[14,-9]],[[5058,6279],[0,-3],[-4,0],[-6,-5],[4,-2],[-2,-4],[-17,-5],[-45,-42],[-3,1],[-9,-13],[3,0],[-6,-22],[18,-18],[-3,-7],[2,-3],[4,0],[10,-17],[-1,-5],[4,1],[7,-19],[7,-1],[14,5],[-2,-14],[-5,0],[3,-6],[-14,-1]],[[4760,6258],[8,2],[3,6],[15,-2],[-1,11]],[[4785,6275],[6,0],[3,-6],[20,-5],[25,12],[-2,5],[14,2],[4,-4],[-2,-13],[30,0],[9,12],[14,1],[7,21],[19,1],[0,8],[12,2],[-2,4],[6,10],[5,-4],[20,2]],[[6363,6296],[-19,-17],[13,-16],[13,-5],[1,-3],[-9,-1],[3,-9],[4,0],[-5,-1],[0,-14],[4,-3],[10,0],[7,-5],[-11,-26],[3,-18],[5,-9],[26,0],[3,-9],[13,-11],[0,-8],[6,1],[-4,-8]],[[6289,6079],[-4,8],[-5,0],[-3,5],[-2,15],[-9,-1],[0,8],[-8,0],[-1,3],[-4,1],[-4,12],[-40,-5],[-6,3],[-6,-3],[-8,1],[-3,-5],[-10,2],[2,3],[-8,2],[-3,-4],[-4,3],[-3,13],[7,2],[7,14],[-2,5],[2,13],[6,7],[-1,7],[5,1],[-1,13],[9,23],[14,-2],[-3,15],[-4,-2],[-2,3],[2,5],[7,-1],[1,13],[7,-2],[1,10],[32,10],[7,-2],[25,8],[22,14],[-12,38],[41,0],[1,-9],[15,-20],[0,-8],[17,1]],[[4101,6208],[3,-3],[8,-2],[6,-14],[32,-10],[-1,-2],[3,1],[1,-3],[7,1],[1,-3],[-10,-11],[-11,-4],[3,-4],[-6,2],[-3,-16],[-9,-7],[4,-1],[2,-8],[-2,2],[-3,-9],[-5,4],[1,-4],[-6,-6],[2,-4],[7,1],[12,-8],[-12,5],[-1,-16],[8,-7],[3,1],[0,-3],[-6,-4],[-2,-9],[-3,3],[1,-4],[-9,-1],[0,-16],[3,-3],[9,-2],[-5,-6],[-4,1],[-5,-11],[-4,0],[-4,-4],[5,-5],[-5,0],[2,-4],[4,2],[10,-12],[-1,-9]],[[3585,6166],[5,0],[5,6],[2,14],[19,6],[2,18],[-9,-1],[0,3],[-7,0],[3,5],[-12,0],[-4,3],[6,2],[-3,5],[26,-11],[9,7],[-19,17],[-3,1],[2,1],[-7,8],[5,6],[-14,6],[-7,11],[7,9],[9,2],[1,-5],[13,-3],[12,10],[6,-3],[3,4],[5,-1],[8,5],[5,-4],[6,13],[12,1],[0,-4],[2,3],[9,-1],[1,3],[-10,3],[11,0],[0,3],[6,4],[1,-4],[8,8],[12,0],[3,-3],[9,2],[-1,6],[3,1],[14,1],[5,-6],[2,3],[10,0],[0,-3],[5,1],[8,-6],[11,5],[6,12],[13,5],[4,-8],[7,-5],[7,2],[5,9],[-2,5],[9,0],[-2,5],[6,8],[10,0],[-5,6],[6,4],[17,-1],[13,4],[1,4],[21,6],[8,18]],[[3904,6391],[24,-11],[3,1],[1,-3],[-11,-11],[11,-10],[15,-3],[2,-5],[7,-2],[12,-23],[-4,1],[4,-11],[10,-2],[-5,-9],[-22,4],[9,-4],[-1,-6],[9,-3],[-2,-12],[-4,-5],[-4,0],[-4,-8],[2,-16],[5,2],[4,-8],[7,1],[3,-4],[2,3],[13,-2],[20,8],[12,2],[53,-36],[10,-1],[0,-4],[16,-6]],[[2773,6188],[0,4],[-8,8],[2,8],[8,9],[44,22],[10,-3],[20,9],[5,8],[9,1],[13,16],[13,7],[-10,4],[-52,10],[-12,18],[-8,4],[9,6],[3,10],[9,5],[-2,17],[9,5],[-6,7],[1,6],[-5,2],[8,12]],[[2833,6383],[6,-10],[19,7],[24,-3],[13,1],[34,-5],[7,-4],[9,0],[3,-4],[24,3],[27,1],[18,5],[15,-13],[25,-5],[1,-9],[9,-1],[-2,-8],[6,-1],[8,12],[6,2],[1,8],[15,1],[0,3],[3,-1],[-1,-7],[10,1],[-2,-6],[16,1],[0,-3],[4,0],[-2,-5],[7,-4],[9,-1],[-1,-6],[5,-4],[-3,-5],[5,-8],[11,-2],[3,-5],[13,-2],[0,-6],[7,-9],[-4,0],[-5,-17],[4,-4],[-17,-13],[10,-8],[4,-1],[3,4],[22,4],[1,3],[3,-3],[10,1],[4,6],[6,-1],[-1,7],[3,-4],[13,-2],[1,6],[6,2],[-2,9],[9,2],[1,-3],[7,0],[3,9],[8,3],[4,0],[4,-4],[9,3],[10,-2],[0,3],[6,0],[11,-3],[-4,-4],[7,-2],[-1,-2],[11,0],[5,-4]],[[589,5823],[-5,9],[1,6],[2,10],[0,7],[-9,5],[-10,5],[0,2],[0,3],[3,7],[3,0],[13,-2],[10,-2],[10,-3],[6,-4],[6,-4],[5,3],[8,3],[2,1],[3,0],[3,-4],[3,-3],[2,-2],[2,-1],[2,-2],[3,-1],[1,-1],[2,0],[2,-1],[1,0],[2,0],[7,4],[10,2],[10,3],[3,1],[1,2],[2,2],[5,6],[5,2],[9,3],[4,1],[1,0],[5,2],[1,0],[6,5],[7,5],[4,2],[4,1],[5,-2],[4,-1],[4,1],[2,2],[9,4],[9,4],[7,2],[19,4],[14,4],[10,3],[2,-2],[7,0],[2,3],[2,2],[12,3],[10,4],[8,3],[4,2],[6,2],[11,3],[9,-4],[5,-6],[7,-5],[19,-12],[1,-1],[11,3],[2,3],[11,6],[10,5],[10,7],[8,2],[4,3],[2,1],[4,4],[11,9],[6,9],[1,2],[2,5],[-1,2],[0,5],[2,7],[5,8],[6,2],[5,1],[1,1],[2,1],[7,1],[7,0],[5,8],[0,2],[0,1],[-1,2],[-2,3],[0,3],[0,9],[0,1],[-4,9],[-20,1],[4,4],[-9,6],[-3,1],[-2,1],[-11,7],[-18,11],[-9,5],[-11,7],[-1,1],[-2,1],[-40,14],[-4,0],[-2,0],[-15,0],[-8,0],[0,4],[0,2],[0,10],[2,5],[6,10],[0,6],[11,3],[10,2],[23,2],[1,1],[9,7],[3,2],[4,4],[-1,3],[-2,1],[-1,0],[-2,2],[-1,2],[0,1],[2,2],[3,2],[3,0],[1,0],[3,2],[2,3],[0,4],[2,9],[1,5],[3,6],[14,0],[29,0],[3,0],[17,0],[2,0],[6,0],[18,1],[1,0],[11,2],[12,9],[7,6],[2,7],[2,5],[1,3],[4,15],[9,7],[17,11],[1,2],[-1,3],[1,2],[2,1],[3,1],[3,1],[7,0],[4,0],[11,1],[3,0],[10,2],[4,0],[2,1],[6,6],[5,5],[1,4],[2,3],[4,4],[6,10],[6,7],[1,4],[0,1],[1,4],[1,3],[1,1],[3,3],[2,1],[3,3],[15,2],[8,-1],[3,-1],[3,-1],[4,-1],[8,0],[13,3],[19,7],[5,2],[5,8]],[[1307,6349],[36,2]],[[1343,6351],[-2,-56],[5,-6],[5,0],[0,-5],[48,-31],[-16,-14],[15,-22],[73,-28],[9,4],[29,1],[0,-5],[4,-1],[-2,-9],[12,-6],[5,-7],[1,-9],[-8,-1],[-2,-10],[7,-2],[0,-8],[8,-4],[-3,-3],[3,-4],[-8,-3],[1,-7]],[[4543,6403],[-7,-25],[-19,-5],[0,-4],[-3,-1],[-9,2],[3,-12],[-6,-6],[2,-5],[-4,-3],[3,-9],[52,1],[21,-12],[13,5],[-3,3],[35,3],[6,4],[22,1],[4,3],[8,-2],[3,-7],[12,-5],[29,11],[11,-7],[11,1],[7,-5],[2,-5],[11,-5],[29,-5],[1,-14],[4,0],[6,-7],[5,-12],[-8,-2],[1,-4]],[[4101,6208],[7,3],[13,-2],[14,2],[7,-1],[5,-5],[0,5],[24,4],[-3,7],[5,0],[-4,5],[11,4],[2,5],[15,8],[3,-1],[7,17],[-20,7],[-11,10],[-14,7],[11,11],[35,2],[12,-2],[0,-14],[6,0],[0,-8],[6,-1],[-1,-3],[8,0],[9,-5],[0,-6],[21,6],[1,2],[-8,4],[4,4],[2,12],[5,-1],[2,4],[4,-1],[-1,-2],[4,0],[1,-4],[7,0],[0,7],[6,-1],[-6,3],[1,15],[7,2],[1,5],[9,2],[-6,1],[5,18],[-19,1],[-1,7],[-13,-2],[2,-9],[-3,0],[-1,9],[-19,-3],[0,3],[8,2],[0,6],[5,3],[11,1],[1,11],[40,14],[-2,3],[6,1],[2,-4],[4,0],[3,1],[-2,3],[20,1],[17,5],[4,-10],[26,-1],[6,8],[7,-1],[-2,7],[7,-1],[-3,11],[16,3],[0,-2],[10,2],[6,-2],[13,4],[0,2],[17,-1],[1,11],[29,-5],[6,9],[3,-2],[-2,-7],[-9,-4],[0,-4],[23,-5],[19,5]],[[5058,6279],[6,2],[6,7],[9,-4],[13,2],[8,16],[5,-2],[2,4],[17,-5],[10,4],[-6,13],[3,2],[1,8],[6,-3],[8,3],[6,-2],[7,7],[0,17],[-8,14],[9,1],[13,6],[-1,10],[9,-1],[-2,6],[-6,2],[1,8],[14,1],[1,5],[12,5],[-3,15],[8,-2]],[[5206,6418],[12,7],[1,-2],[13,-1],[2,-3],[6,1],[2,3],[40,5],[14,-6],[7,-7],[-6,-7],[4,-1],[0,-9],[4,0],[2,-5],[-1,-7],[-11,-9],[1,-2],[3,1],[7,-6],[5,-15],[18,-12],[6,-15],[5,0],[15,-9],[4,-15],[15,3],[8,-5],[10,2],[4,-15],[5,-3],[7,-1],[13,-11],[-1,-6],[7,-3],[0,-13],[8,3],[-5,8],[7,6],[4,-6],[11,9],[18,-1],[4,-25],[-9,-18],[-5,0],[-9,-24],[3,-6],[-6,-3],[-6,3],[-7,-7],[-19,0],[-2,-18],[10,-1],[-1,-5],[-19,2],[-10,-15],[-15,0],[-4,-11],[-5,0],[-1,-5],[10,-36]],[[2278,6389],[-24,17],[-4,1],[2,13],[-3,7],[21,5],[41,-3],[4,7],[-14,4],[-14,16]],[[2287,6456],[49,18],[13,-18],[-2,-7],[9,-3],[29,2],[15,-4],[15,5],[17,1],[2,-8],[-2,-9],[11,-7],[1,-7],[7,-1],[4,-6],[12,5],[4,-2],[0,5],[10,-2],[9,6],[3,-8],[2,5],[4,-6],[6,6],[7,-9],[-2,-3],[3,2],[2,-6],[6,4],[1,-8],[-7,1],[5,-2],[-13,-6],[1,-4],[-5,-1],[6,0],[-2,-2],[-4,-3],[-6,2],[1,-4],[-13,-6],[-13,2],[-15,-4],[7,-4],[-1,-4],[5,-2],[-7,-4],[0,-5],[7,-5],[3,-11],[-13,-3],[-8,4],[3,-15],[-4,1],[-2,-3],[-14,8],[0,6],[-5,0],[3,6],[-6,-1],[-11,5],[-16,-2],[-5,-4],[-12,-1],[-4,-3],[-6,3],[-2,-7],[-5,-1],[0,-6],[-20,8],[-10,9],[-21,1],[-8,6],[-3,0],[-23,12],[0,5],[11,10],[-4,15],[-3,1],[-5,-4]],[[5169,6480],[-9,-2],[1,-6],[8,-3],[13,6],[4,-4],[-2,-8],[7,-4],[0,-5],[-9,-1],[0,-5],[4,0],[-7,-1],[0,-5],[-5,-3],[10,-10],[9,-3],[10,1],[3,-9]],[[4973,6323],[7,6],[-3,22],[-5,0],[0,4],[4,-1],[4,5],[10,0],[9,10],[-2,3],[-17,-3],[-2,8],[-4,0],[-3,5],[-7,2],[6,1],[1,8],[10,0],[5,7],[-1,6],[-15,2],[0,-3],[-9,1],[9,6],[-3,15],[3,1],[-5,7],[3,4],[-13,8],[6,5],[-4,4],[11,7]],[[4968,6463],[7,-8],[10,-3],[10,8],[39,-10],[-1,11],[9,2],[0,4],[-4,-2],[-12,5],[-2,21],[15,-3],[7,-6],[0,4],[8,1],[3,8],[16,2],[11,-10],[16,-1],[-17,-9],[-3,-17],[12,0],[10,4],[5,15],[16,6],[2,5],[23,0],[8,-3],[0,-5],[7,3],[4,-3],[1,4],[5,0],[-4,-6]],[[6487,6468],[-14,0]],[[6473,6468],[0,4],[-16,5],[-4,4],[1,8],[8,4],[8,0],[19,-10],[2,-4],[-4,-11]],[[4823,6613],[26,-4],[7,-10],[2,2],[0,-6],[3,0],[-1,5],[8,-11],[6,3],[10,0],[5,-12],[7,2],[17,-31],[4,-16],[-5,0],[12,-20],[44,10],[2,-11],[-13,-2],[-1,-3],[12,-14],[-25,-5],[9,-9],[-2,-6],[11,-11],[7,-1]],[[4543,6403],[-1,10],[7,3],[23,2],[0,8],[9,3],[1,-7],[8,6],[3,47],[17,3],[2,-12],[19,-2],[-5,-7],[8,0],[-1,-5],[9,1],[0,7],[7,0],[-7,12],[16,2],[-6,5],[6,8],[-1,3],[-8,-2],[-7,5],[4,3],[3,-4],[5,2],[-1,4],[14,2],[2,5],[6,-1],[-13,8],[1,12],[-15,7],[-1,13],[34,7],[5,-6],[15,2],[19,14],[5,24],[6,4],[29,-3],[12,-3],[6,-6],[4,2],[-2,20],[22,6],[6,6],[3,-1],[1,4],[11,-1]],[[3400,6289],[9,2],[6,-6],[8,-2],[7,7],[6,-4],[-2,-4],[4,-6],[27,0],[-3,8],[6,7],[-6,11],[3,8],[-13,9],[2,9],[7,2],[5,-7],[5,-1],[23,10],[5,7],[-22,6],[-26,15],[-29,4],[-2,6],[-32,6],[-3,3],[7,13],[-3,2],[-4,-4],[-10,7],[17,5],[10,6],[-3,11],[7,14],[-1,10],[8,5],[0,9],[10,0],[3,7],[10,0],[7,7],[2,11],[33,-7],[2,9],[14,2],[6,7],[8,2],[4,14],[11,8],[2,10],[-5,1],[3,1],[-4,6],[7,2],[12,12],[5,-1],[9,19]],[[3552,6567],[35,-5],[10,6],[35,2],[15,8],[11,17],[26,3],[9,-2],[6,7],[20,0],[-13,15],[7,4]],[[3713,6622],[13,-21],[16,-1],[11,4],[9,-1],[22,5],[1,-2],[9,5],[2,-6],[9,-6],[5,4],[5,-2],[8,2],[5,-6],[16,-2],[-27,3],[-4,-5],[4,-8],[-3,-2],[-5,-1],[-2,3],[0,-4],[-5,-2],[-6,1],[-6,-2],[2,-2],[-7,-3],[3,-1],[-7,-1],[0,-6],[-5,0],[-12,-9],[-3,-16],[8,-10],[6,2],[-3,4],[7,0],[0,-3],[17,-3],[4,1],[-3,5],[10,4],[21,1],[-4,5],[27,15],[12,-3],[10,-14],[1,-3],[-6,0],[12,-31],[-4,-6],[13,2],[-8,-9],[4,-4],[-13,-19],[-6,-5],[-4,3],[-13,-5],[14,-26],[-3,-19],[6,-6],[1,-7],[9,-8],[19,-10],[9,0]],[[8234,6521],[-3,-13],[26,-4],[-1,-13],[6,-8],[15,-7],[42,-5],[-18,-19],[16,-19],[-2,-11],[-9,0],[-4,-16],[26,-5],[0,-17],[4,-2],[-17,-2],[-6,-6],[-21,1],[-16,-2],[-5,-5],[7,-3],[-2,-6],[5,-12],[6,0],[2,-4],[8,2],[-3,-8],[22,2],[3,6],[6,3],[18,3],[22,-2],[2,4],[7,-3],[-7,-6],[15,-4],[12,-20],[13,-10],[1,-10],[5,-4],[-1,-6],[-38,-2],[-2,-11],[7,-3],[-1,-7],[-4,0],[-2,-5],[8,-30],[-9,-1],[15,-1],[-9,-13],[0,-25],[-9,-27],[17,-8],[23,-1],[21,-8],[10,-8],[25,-8],[17,-13],[10,-17],[-18,-16],[5,-14],[-4,2],[-3,-8],[13,-7],[-1,-4],[-34,-2],[-26,-6],[0,-5],[-33,-3],[0,-5],[-18,-7],[-20,-2],[-11,-14],[-24,-14],[-38,9],[-9,-2],[-4,5],[-17,3],[-18,-2],[-4,-15],[10,-3],[0,-14],[-9,-26],[21,-7],[26,3],[29,7],[11,-7],[30,4],[35,-12],[-6,-20],[26,-13],[10,1],[2,-6],[-16,-1],[-9,-5],[-6,-9],[-11,-1],[-4,-17],[10,-4],[-1,-24],[5,-4],[-4,-10],[-13,-9],[21,-5],[15,-14],[-10,-4],[-4,3],[-25,-14],[-28,-9]],[[7524,6014],[1,4],[49,10],[-2,4],[33,6],[10,28],[10,-1],[2,6],[13,-5],[6,7],[13,3],[12,10],[15,-4],[25,2],[16,-6],[-3,-2],[10,-3],[15,-1],[-7,3],[1,6],[-8,3],[5,3],[-7,4],[-6,0],[0,21],[5,11],[10,1],[-5,5],[4,1],[5,8],[-4,4],[6,1],[5,7],[-9,-2],[2,3],[10,2],[5,8],[9,-1],[-22,26],[3,12],[-9,8],[-8,1],[-12,17],[24,3],[27,11],[11,9],[43,23],[13,3],[-1,4],[27,15],[7,19],[4,2],[-1,3],[8,3],[2,11],[11,5],[1,9],[-8,8],[8,5],[4,11],[2,1],[7,-1],[8,4],[3,6],[4,-1],[18,8],[9,10],[-9,5],[2,3],[-6,7],[-9,1],[-6,9],[6,3],[6,-5],[15,5],[10,-2],[5,5],[-16,12],[4,9],[3,-2],[4,4],[13,2],[-2,4],[6,3],[16,3],[22,-7],[32,10],[-2,8],[3,1],[-2,8],[4,4],[-3,3],[26,7],[12,12],[10,20],[12,1],[3,7],[-4,1],[5,2],[2,13]],[[8115,6551],[34,16],[0,-5],[31,-18],[-1,-7],[18,0],[1,-13],[36,-3]],[[8538,6523],[1,8],[7,7],[23,-4],[3,-9],[11,-10],[-14,-6],[8,-10],[22,-8],[-3,-10],[-15,-14],[6,-4],[-11,-9],[9,-6],[10,-5],[0,5],[15,-2],[13,8],[25,-8],[6,4],[13,-9],[23,1],[0,-12],[-15,-13],[-5,-8],[36,2],[-3,-5],[12,-13],[-7,-1],[-8,-6],[12,-9],[-3,-3],[-20,3],[0,-10],[-7,-12],[-14,-2],[6,-1],[-1,-8],[5,-6],[30,-10],[-16,-8],[-2,-7],[3,0],[14,-16],[-10,-3],[-12,-16],[18,-3],[5,8],[25,-10],[17,3],[-6,-19],[-18,3],[-1,-2],[-6,0],[-7,3],[-4,-10],[-7,0],[1,-5],[7,-3],[5,-10],[6,0],[3,-5],[6,1],[-8,-14],[-4,1],[-6,-8],[-14,2],[-1,-14],[28,-4],[20,4],[0,2],[20,0],[2,7],[8,-1],[2,-5],[16,3],[6,15],[32,-2],[2,-5],[2,2],[8,-2],[12,-17],[9,0],[2,-4],[7,2],[3,-10],[13,3],[13,-2],[12,6],[-1,-13],[13,1],[6,3],[7,-10],[22,-4],[2,-8],[9,1],[4,-4],[12,-2],[-2,-8],[5,-6],[-1,-5],[12,-7],[2,-16],[14,-7],[4,5],[18,6],[37,1],[11,20],[1,17],[14,-11],[5,1],[1,5],[5,3],[22,2],[-18,-6],[-11,-16],[-10,-5],[6,-7],[-4,-10],[6,-14],[12,-2],[3,3],[9,-3],[-2,-6],[15,0],[3,-3],[11,-2],[4,1],[0,4],[18,6],[15,-5],[-5,11],[7,4],[3,11],[7,6],[10,1],[11,8],[26,6],[15,-6],[36,-19],[5,-32],[15,-5],[29,3]],[[8234,6521],[7,14],[-10,29],[48,14],[6,-1],[13,-30],[38,7],[7,0],[8,-4],[11,3],[-3,-15],[32,-1],[30,7],[3,-9],[12,-9],[-1,-9],[9,-11],[14,2],[-2,4],[10,2],[14,-2],[-9,-11],[-3,-17],[13,-11],[4,1],[6,16],[15,19],[10,4],[13,-3],[9,10],[0,3]],[[5169,6480],[9,3],[3,4],[-5,2],[7,5],[-14,6],[0,6],[10,2],[-3,2],[1,7],[-13,1],[12,14],[6,-2],[1,6],[15,-5],[13,3],[1,-9],[20,-2],[5,1],[-1,1]],[[5236,6525],[20,1],[7,-9],[1,1],[21,-2],[5,-8],[4,-15],[22,3],[28,-15],[5,-7],[20,1],[8,-3],[6,12],[18,-2],[2,-2],[-4,-2],[-7,0],[1,-9],[-9,-7],[9,-3],[12,1],[11,-2],[7,-7],[-2,-6],[7,-1],[5,3],[-7,8],[11,-3],[6,6],[-2,8],[11,-1],[7,5],[-1,3],[7,6],[3,-1],[4,4],[-38,25],[10,-1],[3,6],[17,6],[2,3],[-14,6],[-1,8],[8,10],[10,4],[13,-1],[4,14],[7,7],[-23,0],[-9,2],[0,2],[20,2],[-2,6],[-12,-2],[-1,3],[1,8],[12,3],[-4,3],[-15,1],[1,4],[6,0],[9,28]],[[5476,6629],[16,-1],[5,9],[13,5],[14,1]],[[5524,6643],[-1,-13],[15,-9],[1,-7],[8,-5],[7,-13],[26,-15],[9,-10],[-3,-2],[14,-5],[15,-16],[-4,-11],[9,5],[12,-5],[3,-4],[6,1],[-4,4],[9,-2],[8,-8],[7,-2],[7,-9],[2,5],[1,-3],[5,0],[-1,-3],[-7,-3],[2,-18],[-5,-1],[-3,3],[-4,-9],[-15,-1],[0,-3],[-4,0],[-3,-3],[-8,2],[-7,-3],[-1,5],[-22,-4],[-7,-3],[-4,3],[-10,-4],[5,-8],[15,2],[3,-8],[-5,-1],[1,-3],[12,1],[9,-12],[14,-11],[3,0],[0,-9],[4,-2],[-11,-5],[-8,-1],[-10,-7],[1,-6],[17,-21],[15,2],[10,-6],[-1,-6],[5,-5],[-4,-6],[7,-17],[16,4],[14,-19],[-8,-5],[-2,-8],[-35,-4],[-11,-7],[-6,2],[-9,-8],[4,-5],[-8,-4],[-4,2],[-1,-15],[5,-11],[20,-10],[27,1],[1,-9],[-7,-6],[6,-9],[-17,-13],[-1,-12],[-7,0],[-11,-6],[-11,-1],[-9,-11],[-35,-18],[-12,2],[-26,-5],[0,-12],[18,-8],[9,1],[4,-3],[3,-17],[-10,-21]],[[9447,6545],[1,-2],[1,-1],[0,-1],[5,-5],[2,-3],[3,-3],[2,-2],[2,-3],[1,-1],[1,-2],[2,-3],[0,-3],[0,-2],[0,-3],[0,-8],[0,-8],[0,-2],[0,-2],[0,-1],[1,-2],[1,-2],[1,-1],[4,-3],[1,-2],[2,-3],[1,-2],[1,-2],[0,-3],[-1,-2],[-2,-4],[0,-3],[1,-1],[2,-2],[2,-1],[3,-1],[2,0],[2,-1],[1,0],[2,-2],[2,-2],[1,-2],[1,-1],[0,-3],[0,-2],[0,-2],[1,-1],[1,-2],[2,-2],[2,-1],[1,-3],[1,-1],[-1,-2],[0,-2],[-2,-1],[-3,-2],[-3,-2],[-1,-2],[-2,-2],[0,-2],[0,-2],[0,-2],[1,-3],[2,-1],[2,-2],[3,0],[2,-1],[2,-1],[2,-1],[2,-2],[0,-1],[1,-2],[0,-3],[1,-1],[1,-1],[1,-1],[2,-2],[2,-1],[3,0],[2,-1]],[[9520,6388],[0,-2],[-4,0],[1,-3],[-12,4],[0,6],[-4,0],[-9,14],[7,-12],[-21,-4],[-13,-8],[-1,-4],[4,-3],[-15,-2],[-7,3],[2,-9],[-8,1],[-11,7],[-17,0],[5,-10],[-16,-2],[-16,11],[2,12],[-13,6],[-17,-3],[-1,-3],[-4,2],[-35,-3],[-9,-1],[-1,-3],[-6,2],[-4,-2],[-2,2],[8,20],[-4,1],[6,11],[-9,7],[3,11],[42,45],[-12,3],[-7,7],[-13,4],[7,6],[11,19]],[[9327,6518],[7,26],[11,3],[15,2],[25,0],[0,-3],[5,2],[32,-7],[18,1],[0,3],[7,0]],[[5236,6525],[-1,9],[6,5],[-5,8],[-10,-2],[3,2],[-8,11],[-5,35],[-6,15],[12,7],[7,0],[11,16],[12,-4],[2,4],[5,0],[10,-6],[0,-4],[26,-4],[-1,-3],[3,0],[1,3],[10,-1],[-7,-2],[-2,-3],[4,1],[0,-5],[7,0],[3,8],[5,1],[0,5],[-4,5],[1,11],[42,36],[4,-1],[11,-14],[23,6],[6,-6],[33,-9],[0,-7],[3,0],[3,6],[19,-1],[8,-7],[-2,-5],[11,-6]],[[1898,6646],[43,-14],[9,0],[1,-4],[12,-2],[0,-3],[17,1],[5,-4],[16,-24],[12,-43],[11,-1],[91,-37],[39,-3],[30,11],[22,1],[1,3],[33,-19],[16,-1],[8,-12],[-2,-10],[6,3],[6,-4],[-3,-2],[-2,-13],[8,-4],[4,-7],[6,-2]],[[2278,6389],[-12,-9],[-17,0],[-5,-3],[-3,-13],[6,-15],[-2,-19],[-7,-6],[-6,2],[-2,-8],[-3,-4],[-5,0],[1,-7],[-7,-2],[7,-5],[-4,-5],[7,-5],[-1,-7],[7,-2],[-2,-4],[3,2],[14,-7],[6,-5],[26,1],[18,-9],[10,4],[25,3],[12,-5],[-2,-5],[11,-6],[-3,-5],[-6,-1],[-6,4],[1,-4],[-12,1],[2,-7],[-7,0],[4,-1],[-3,-4],[6,-1],[-1,-15],[6,-29],[-40,1],[-15,-14],[-13,-5],[-48,-12],[-18,-11]],[[1343,6351],[11,5],[1,8],[10,5],[3,5],[37,7],[155,-3],[21,21]],[[1581,6399],[31,3],[17,7],[10,15],[17,12],[12,-4],[7,9],[14,-2],[12,3],[1,10],[10,15],[46,18],[28,17],[7,0],[20,11],[10,1],[4,-3],[8,3],[4,-2],[11,2],[1,3],[-5,-1],[11,8],[7,-4],[6,2],[-2,3],[-10,3],[13,18],[-1,10],[20,14],[2,9],[-42,14],[8,0],[7,19],[14,21],[14,14],[5,-1]],[[6235,6627],[61,14],[-5,-7],[38,0],[19,-7],[10,0],[18,-40],[11,3],[7,-7],[-8,-13],[-9,-5],[2,-3],[4,2],[27,-8],[21,-1],[8,-4],[6,4],[3,-3],[3,2],[-3,3],[3,5],[13,-4],[6,8],[16,5],[25,-18],[-7,-25],[-17,-12],[11,0],[2,-11],[14,-11],[13,2],[2,-11],[-13,-2],[7,-19]],[[6523,6464],[-17,-2],[-19,6]],[[6473,6468],[-13,-7],[3,-7],[-6,-4],[-5,2],[-21,-14],[-2,-20],[-11,-21],[-14,-12],[-10,-17],[-9,-7],[-25,-10],[1,-24],[12,-21],[-1,-5],[-9,-5]],[[5524,6643],[0,6],[7,1],[2,5],[0,15],[7,4],[28,7],[8,-5],[29,-1]],[[5605,6675],[19,9],[10,-7],[17,13],[6,-2],[5,-6],[2,-12],[10,-9],[6,-20],[19,-15],[-5,-4],[29,-9],[34,-18],[67,6],[24,-5],[11,4],[14,-3],[8,-6],[13,3],[2,-4],[9,0],[1,5],[10,6],[17,2],[12,-12],[-1,-8],[18,0],[3,4],[9,-7],[5,7],[4,-3],[28,7],[8,-11],[18,4],[50,-22],[4,-9],[-13,-1],[4,-17],[126,30],[27,62]],[[3091,6680],[-4,-18],[11,-12],[2,-17],[-6,-10],[-2,-16],[16,-18],[-1,-5],[-9,-1],[-5,-9],[1,-7],[6,-5],[-4,-16],[9,-4],[10,11],[23,-17],[45,14],[74,-12],[4,6],[9,3],[2,-5],[22,5],[4,12],[4,0],[2,-5],[6,0],[-1,4],[38,-4],[-3,4],[10,4],[2,7],[-5,4],[18,-1],[5,12],[7,3],[10,-1],[10,7],[-4,1],[-1,5],[-4,-1],[9,12],[-9,7],[9,1],[5,-2],[-1,3],[9,6],[14,0],[6,3],[-1,10],[6,3],[1,9],[6,5],[11,-1],[6,3],[-3,6],[6,3],[-3,0],[3,7],[7,7],[14,-5],[6,3],[18,-4],[12,2],[15,-15],[22,-3],[4,-10],[-15,-1],[3,-8],[-25,-15],[-9,-18],[18,-9],[2,-10],[-8,0],[1,-2],[6,-7],[13,1],[2,-12]],[[2833,6383],[-3,18],[-4,0],[2,22],[-4,4],[2,3],[6,-1],[8,15],[-13,4],[-20,47],[2,9],[-9,0],[-4,5],[-34,14],[-8,9],[-33,7],[-21,10],[-22,3],[-11,7],[0,3],[10,3],[-8,3],[7,17],[-5,2],[1,3],[-5,2],[-2,6],[-9,-2],[5,13],[-12,15]],[[2649,6624],[7,3],[4,-4],[5,4],[16,-9],[9,3],[12,-2],[15,-11],[29,1],[0,4],[16,4],[19,-9],[-1,7],[9,3],[5,-5],[26,17],[6,16],[-1,23],[15,9],[10,-2],[30,22],[8,-7],[44,-13],[104,42],[21,-18],[21,1],[-7,-5],[5,-5],[11,-2],[3,-7],[-3,-2],[4,-2]],[[7079,6606],[35,7],[14,11],[12,-1],[10,4],[-4,-7],[7,3],[-1,3]],[[7152,6626],[2,-4],[-10,-7],[4,-10],[-5,-8],[8,-8],[7,0],[-4,-17],[7,4],[2,9],[4,-1],[2,-4],[4,4],[-3,36],[25,-5],[9,13],[6,1],[12,11],[22,8],[-5,-9],[10,-20],[47,-7],[6,6],[0,32],[14,0],[5,4],[13,0],[11,17],[4,-4],[16,-1],[0,-4],[12,7],[9,-2],[4,-4],[-1,-4],[5,-1],[7,17],[7,2],[2,4],[13,2],[28,12],[3,-1],[-1,-3],[-14,-4],[-6,-16],[-16,4],[-7,-8],[-7,-1],[-9,-9],[-6,1],[-6,5],[-5,1],[-3,-5],[-8,-3],[-12,5],[-10,-1],[-7,-9],[-19,-3],[-8,-14],[3,-12],[-5,-8],[2,-4],[19,2],[5,6],[5,-1],[6,5],[18,5],[19,-11],[20,7],[7,-4],[6,0],[1,-6],[17,1],[2,-5],[16,3],[3,-3],[-5,-3],[-6,3],[-2,-4],[-5,-1],[-3,3],[-17,-6],[5,-15],[13,-11],[-4,-9],[-18,-2],[-5,-14],[-7,-9],[-5,6],[-43,-4],[-10,-26],[5,-7],[-1,-3],[-7,1],[-6,-6],[-1,-17],[-35,-1],[-12,8],[-16,0],[-1,-4],[-13,-3],[3,-7],[-7,-6],[-9,0],[-1,-7],[-5,-1],[0,-11],[-26,5],[-6,-3],[-2,-7],[-11,3],[0,-4],[-24,-2],[-25,-6],[-3,27],[7,2],[-2,8],[-10,9],[-4,0],[-14,19],[5,3],[-1,18],[-9,13],[2,1],[-3,8],[5,5],[-7,4],[1,40],[-17,-4],[3,-7],[-12,3],[-4,18]],[[7942,6682],[-31,-28],[-8,-1],[-1,-9],[-6,-8],[2,-9],[-4,-11],[15,-15],[-12,-8],[1,-4],[-9,-7],[-6,2],[-12,-7],[3,-10],[7,-3],[0,4],[6,-3],[9,3],[2,-3],[-5,-1],[4,-7],[14,-9],[12,2],[2,-4],[-6,-5],[-5,0],[4,-6],[2,0],[-1,3],[11,9],[26,-3]],[[7956,6544],[-13,-5],[-6,-9],[-2,-27],[-10,-1],[-1,-13],[-13,0],[-4,5],[-16,0],[-5,12],[-10,-12],[-13,2],[-10,-3],[-21,5],[-4,-4],[13,-8],[-5,-6],[-14,2],[-1,-3],[-12,6],[-10,-1],[-32,25],[-5,-2],[-7,0],[-11,11],[9,9],[-4,2],[8,7],[-8,4],[0,-4],[-6,-4],[-2,3],[-8,-2],[-2,4],[-10,5],[-17,-2],[-1,20],[4,6],[-4,8],[1,10],[6,10],[6,0],[3,12],[-6,8],[1,4],[-20,7],[-35,4]],[[7659,6629],[-6,4],[8,6],[21,6],[1,10],[17,7],[6,19],[9,4],[9,-2],[7,4],[39,5],[-1,4],[10,2],[15,-21],[5,-3],[-2,-4],[10,-15],[12,-1],[6,-15],[16,-9],[9,0],[29,11],[3,31],[25,-4],[19,15],[16,-1]],[[9520,6388],[1,0],[5,0],[5,0],[3,0],[3,0],[4,-1],[4,-2],[9,-4],[5,-2],[5,-1],[5,-2],[4,0],[3,0],[3,0],[4,0],[4,-1],[3,-1],[3,-1],[7,-2],[4,-1],[5,0],[5,-1],[3,0],[2,-1],[5,-3],[3,-2],[2,-2],[1,-3],[2,-3],[1,-4],[2,-1],[6,-4],[3,-3],[1,0],[0,-1],[1,-2],[-1,-2],[-1,-2],[-1,-1],[-1,-2],[0,-3],[0,-4],[-1,-3],[0,-2],[-2,-4],[-1,-3],[-1,-3],[-2,-2],[-2,-3],[-2,-2],[-3,-2],[-3,-1],[-4,-2],[-4,-3],[-2,-1],[-1,-2],[-2,-2],[0,-2],[0,-2],[1,-2],[2,-2],[2,-2],[3,-2],[2,-2],[3,-1],[2,-2],[2,-3],[2,-3],[1,-3],[2,-3],[0,-2],[0,-3],[-1,-2],[0,-2],[-2,-2],[-6,-6],[-7,-7],[-3,-3],[-5,-3],[-2,-2],[0,-1],[-1,-1],[-1,-2],[-1,-2],[0,-2],[0,-3],[1,-2],[2,-6],[1,-6],[-1,-11],[0,-2],[0,-2],[0,-3],[1,-2],[1,-2],[2,-2],[2,-3],[3,-3],[2,-1],[3,-3],[4,-3],[1,-1],[1,-1],[3,-1],[2,-1],[5,0],[4,-1],[4,0],[4,-1],[4,-2],[6,-2],[4,-2],[5,-4],[4,-2],[5,-5],[2,-3],[1,-3],[1,-3],[1,-2],[1,-1],[2,-2],[2,-1],[3,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-3,-1],[-3,-1],[-2,-1],[-2,-2],[-1,-1],[2,-7],[3,-6],[-1,-6],[-1,-6],[-6,-8],[-4,-9],[-6,-4],[-5,-4],[-8,-9],[-5,-9]],[[8538,6523],[-4,0],[2,5],[-11,2],[-1,4],[4,-1],[7,8],[2,-2],[19,12],[7,-1],[12,4],[5,7],[-10,12],[9,13],[4,0],[-4,9],[6,0],[1,5],[7,5],[4,0],[-2,-6],[8,-1],[1,3],[-3,0],[1,5],[-5,1],[-1,6],[-26,3],[-14,15],[-17,8],[5,-16],[-1,-2],[-7,1],[-2,12],[-15,2],[-17,10]],[[8502,6646],[12,26],[15,11],[21,0],[6,-8],[-6,-4],[33,-10],[-1,-23],[3,-3],[34,1],[-13,-10],[2,-15],[44,-3],[-2,-6],[24,-2],[0,3],[30,23],[1,-7],[19,1],[2,3],[7,2],[9,14],[5,-1],[8,8],[18,1],[13,-2],[14,3],[3,4],[18,-8],[5,-9],[6,3],[9,-2],[1,3],[12,-6],[7,1],[0,-3],[-4,-1],[0,-7],[16,-12],[14,14],[8,17],[50,13],[11,-20],[-7,-15],[13,-3],[1,4],[5,0],[3,12],[22,-5],[20,8],[34,1],[11,3],[6,7],[0,18],[6,13],[18,-2],[27,-9],[22,-24],[28,-11],[-6,-18],[7,-3],[7,-16],[2,-12],[-8,-6],[5,-13],[23,-8],[27,0],[-14,-27],[38,-10],[13,14],[10,3],[58,-18]],[[7956,6544],[6,2],[0,3],[-15,-2],[2,8],[39,16],[29,7],[26,0],[4,-20],[8,2],[20,-2],[23,15],[17,-22]],[[6987,6174],[-13,34],[-22,10],[-15,21],[3,10],[-14,4],[-5,5],[13,20],[14,-5],[8,3],[-8,13],[13,14],[-9,3],[4,4],[13,7],[8,-3],[12,4],[11,11],[4,-2],[5,4],[-2,3],[-9,1],[-4,5],[-21,-1],[-3,3],[3,1],[12,0],[-5,7],[-14,1],[4,4],[-19,3],[11,17],[-3,3],[-1,11],[13,29],[11,12],[9,17],[10,6],[20,28],[-12,8],[1,3],[-16,14],[3,6],[16,3],[5,8],[-12,5],[-3,6],[4,8],[8,7],[-1,9],[-3,5],[-7,-2],[-20,6],[0,5],[25,10],[-9,9],[15,5],[-1,5],[6,7],[-5,2],[2,6],[12,2],[2,3]],[[7031,6621],[2,-1],[3,-11],[6,-7],[18,0],[19,4]],[[7152,6626],[4,0],[6,6],[4,11],[7,2],[2,8],[-15,-5],[-24,1],[-2,3],[13,18],[-14,3],[6,7],[4,-2],[4,3],[-11,11],[15,2],[2,4],[-5,11],[2,6],[-14,5],[-8,9],[10,5],[15,-4],[1,4],[-5,5],[3,9],[35,-3],[2,4],[16,1],[1,3],[11,-1],[-2,-4],[-5,1],[-1,-3],[11,-6],[-5,0],[3,-6],[7,3],[5,-10],[6,-2],[9,-2],[11,5],[13,0],[6,-5],[7,-1],[-1,-3],[31,-5],[38,8],[0,4],[27,4],[3,-3],[7,0],[1,5],[7,1],[23,-6],[5,5],[4,0],[10,11],[25,-7],[4,3],[9,-8],[-1,-3],[-7,1],[-2,-8],[8,-1],[-7,-3],[0,-6],[12,-3],[24,-16],[-17,-15],[17,-12],[6,1],[5,-11],[-19,-4],[4,-14],[-7,-2],[6,-9],[11,0],[11,10],[15,-5],[37,5],[0,6],[-4,3],[4,1],[46,-17],[12,-1],[4,-5],[8,-3],[8,1],[8,-5],[4,5],[-2,8]],[[6872,6688],[14,-14],[7,4],[13,-2],[9,7],[11,-3],[7,7],[-4,7],[8,6],[0,7],[5,3],[10,-3],[2,-3],[12,-2],[2,-17],[11,-4],[-8,-7],[8,-3],[2,-8],[7,0],[9,7],[8,0],[4,5],[14,-7],[21,7],[-2,-7],[-13,-1],[-7,-5],[-1,-9],[8,-5],[9,1],[4,4],[3,-1],[-6,-8],[0,-10],[-11,-5],[3,-8]],[[6523,6464],[54,29],[12,22],[30,4],[1,7],[-12,9],[0,6],[10,6],[27,7],[15,23],[17,15],[1,21],[9,17],[-16,18],[-2,21],[-4,9],[-20,17],[-4,7],[4,8],[18,17],[6,17],[3,32],[11,-6],[-4,-5],[4,-9],[-2,-6],[3,-11],[-7,-4],[0,-9],[-5,-1],[6,-13],[-2,-8],[19,1],[3,4],[9,2],[19,-2],[11,5],[4,-2],[12,12],[13,7],[31,-20],[0,-17],[7,-5],[31,1],[4,8],[4,-9],[8,-5],[11,-3],[10,7]],[[4216,6856],[6,-9],[31,-2],[7,-9],[19,-4],[10,-6],[-2,-6],[6,-2],[-1,-2],[22,-3],[4,3],[8,-2],[-14,-6],[2,-5],[7,-1],[7,2],[11,13],[9,-5],[25,2],[10,-3],[-12,-15],[4,-1],[16,7],[0,-3],[5,0],[8,5],[6,-7],[26,-2],[9,-4],[8,0],[0,4],[16,0],[3,-4],[-3,-12],[13,-1],[-2,3],[4,2],[4,-7],[5,3],[8,-2],[-1,-3],[-5,1],[0,-5],[-7,2],[0,-13],[-21,-11],[2,-4],[29,-8],[-7,-10],[50,3],[1,3],[9,-9],[4,3],[34,1],[4,-15],[17,-4],[0,-2],[-4,0],[1,-5],[9,-8],[11,-4],[1,4],[7,-1],[13,-7],[4,-7],[8,-1],[15,9],[11,-4],[2,3],[4,0],[7,11],[23,-7],[4,5],[6,-7],[1,2],[10,-4],[-3,-5],[17,-5],[2,3],[2,-3],[4,1],[9,-8],[6,0],[3,3],[5,-6],[5,2],[3,-2],[4,8],[-3,2],[0,6],[6,12]],[[4803,6693],[3,-4],[14,-1],[-6,-12],[-4,-1],[1,-8],[-4,-5],[-5,0],[0,-4],[10,-11],[9,-2],[4,-11],[10,-8],[-4,-3],[-5,2],[0,4],[-9,0],[4,-4],[-9,-6],[8,-4],[-2,2],[4,0],[1,-4]],[[3713,6622],[7,4],[-3,5],[-19,5],[-9,-2],[-13,7],[3,7],[16,-4],[3,5],[8,0],[-7,15],[6,4],[-6,15],[9,6],[-10,1],[-5,12],[-7,0],[-11,15],[43,24],[29,3],[15,6],[23,-3],[-3,4],[3,1],[9,3],[4,-5],[9,6],[10,1],[5,11],[-9,6],[-13,2],[-11,8],[3,4],[-5,3],[1,3],[6,3],[-6,1],[1,13],[8,-1],[4,8],[39,4],[-1,9],[23,-3],[17,1],[3,4],[11,5],[-1,4],[5,7],[8,1],[2,5],[8,1],[2,3],[6,-2],[2,3],[4,-2],[-1,-3],[21,-8],[5,5],[3,-7],[8,-4],[20,-4],[-3,4],[12,4],[4,5],[3,15],[-3,19]],[[3998,6884],[-1,6],[9,-1],[0,3],[-5,-1],[0,3],[4,0],[-2,4],[9,0],[24,7],[24,-1],[-5,-3],[-2,-11],[10,-1],[1,-3],[-6,-2],[-1,-2],[15,-5],[-3,-10],[22,-2],[2,-8],[44,-7],[-23,0],[-7,-10],[6,-4],[-2,-2],[8,-16],[-4,-1],[2,-2],[8,1],[8,-6],[9,-3],[30,2],[2,-2],[9,4],[5,9],[-2,6],[7,-1],[-8,8],[7,5],[-1,13],[18,-1],[7,6]],[[1242,6856],[-4,-3],[-8,-38],[42,16],[11,-12],[2,-16],[3,4],[0,8],[22,-1],[27,-18],[17,-3],[0,17],[11,-6],[2,-6],[23,-7],[5,-19],[14,1],[3,-21],[36,-9],[3,-9],[-7,-3],[2,-3],[70,6],[14,-20],[-5,-3],[20,-9],[-4,-3],[0,-8],[-25,-1],[-1,-10],[7,-4],[7,2],[10,-3],[-5,-11],[-11,-8],[12,-16],[-60,-28],[-2,1],[-6,-2],[24,-55],[-3,-2],[21,-52],[5,-27],[28,-24],[39,-52]],[[1307,6349],[-1,1],[-8,6],[-16,12],[-8,13],[-7,9],[-1,7],[-2,10],[0,1],[0,3],[0,3],[7,12],[1,1],[7,9],[6,6],[1,7],[0,4],[1,2],[6,7],[3,3],[0,4],[1,2],[2,4],[15,16],[0,5],[1,14],[-1,7],[-3,9],[-2,3],[-4,10],[-1,1],[-5,7],[-2,2],[-4,3],[-8,1],[-11,2],[0,1],[-1,1],[-2,4],[-2,3],[-3,5],[-3,5],[-6,9],[-10,6],[-1,2],[-2,7],[-1,2],[-2,8],[-2,5],[-4,7],[-1,3],[-5,8],[0,4],[-3,3],[-4,3],[-2,-1],[-9,-5],[-5,-8],[-4,-5],[-3,-7],[-4,-5],[-3,-2],[-5,-4],[-8,-5],[-1,-1],[-6,-1],[-15,3],[-23,5],[-1,1],[-16,4],[-3,1],[-8,2],[-13,3],[-15,2],[-3,2],[-5,7],[-11,1],[-2,0],[-5,0],[-8,0],[-5,0],[-7,0],[-1,0],[-41,0],[-6,1],[-14,3],[-13,6],[-10,6],[-13,6],[-3,0],[-3,2],[-8,3],[-14,7],[0,4],[1,4],[2,11],[2,7],[0,3],[2,10],[1,4],[-1,3],[-9,13],[-2,3],[-5,8],[-10,16],[3,-1],[36,-6],[3,4],[2,3],[6,12],[14,-1],[6,-2],[7,-2],[1,0],[2,0],[14,3],[0,3],[-9,5],[-43,27],[2,10],[3,9],[3,11],[1,3],[0,1],[-3,4],[-2,2],[-5,4],[-7,4],[1,1],[0,2],[2,2],[3,1],[3,0],[7,3],[8,7],[9,8],[1,1],[8,1],[9,3],[10,-3],[6,4],[5,2],[1,0],[5,1],[1,0],[5,0],[11,-1],[8,0],[7,-4],[7,-1],[2,0],[2,0],[4,1],[1,1],[2,1],[1,0],[0,1],[2,1],[1,0],[5,1],[1,0],[1,-1],[6,-1],[8,-2],[11,1],[7,2],[7,1],[8,-2],[9,1],[2,0],[4,0],[1,0],[1,-1],[11,-4],[4,-3],[4,-4],[14,-3],[2,0],[5,-2],[5,0],[1,0],[13,3],[16,1],[2,1],[2,1],[1,1],[5,1],[7,1],[12,-5],[14,-4]],[[8441,6736],[26,-3],[-3,-5],[-6,0],[-1,-10],[34,0],[2,-6],[-28,-17],[-9,-22],[6,-1],[-17,-17],[-1,-7],[3,-1],[-6,-5],[7,1],[9,-4],[0,7],[16,7],[21,-7],[8,0]],[[7942,6682],[14,10],[-25,13],[-28,-4],[2,18],[12,32],[6,-4],[11,0],[0,9],[8,16],[-4,14],[-19,-5],[-5,5],[1,5],[20,4],[11,9],[8,2]],[[7954,6806],[46,-16],[1,2],[11,-1],[0,7],[-17,17],[16,18],[4,10],[48,-1],[-2,17],[22,1],[0,25],[27,-2],[3,-3],[-11,-5],[10,-13],[-2,-7],[-5,-1],[6,-9],[-7,-3],[12,1],[26,-7],[8,3],[16,-2],[16,6],[3,6],[14,6],[4,10],[6,4]],[[8209,6869],[9,-8],[7,2],[12,-10],[9,2],[2,9],[6,1],[1,5],[15,1],[0,-2],[6,0],[15,7],[0,3],[-12,2],[-13,6],[10,8],[7,-2],[10,10],[4,-2],[-4,-9],[14,5],[-3,-14],[6,-6],[24,-12],[6,3],[5,-3],[-6,-20],[-13,-5],[-10,-26],[13,-17],[21,0],[31,-10],[12,-13],[9,0],[7,-4],[6,-20],[-2,-9],[28,-5]],[[2345,6914],[16,-11],[20,-30],[9,-7],[14,-1],[6,-25],[8,0],[3,-3],[-8,-8],[-9,-25],[-17,-4],[-4,-5],[-13,-1],[-5,-16],[9,-15],[-1,-17],[-11,-9],[3,-16],[-7,-1],[-6,3],[-12,-2],[10,-14],[44,-24],[-12,-9],[10,-10],[-4,-4],[5,-10],[1,-22],[-10,-1],[8,-19],[30,4],[33,-5],[13,2],[11,-8],[20,-7],[20,23],[0,3],[5,2],[-3,5],[8,3],[18,26],[11,-4],[36,2],[11,8],[3,-1],[47,19],[6,-2]],[[2661,6678],[-1,-5],[4,1],[1,-2],[-6,-5],[-1,-17],[-9,-16],[0,-10]],[[1898,6646],[4,4],[-3,8],[3,13],[-10,4],[16,6],[-6,5],[8,41],[-4,10],[-2,35],[2,8],[7,6],[-16,33],[1,9],[4,8],[14,10],[36,23],[40,19],[-5,20]],[[1987,6908],[81,-2],[19,13],[15,0],[0,4],[5,3],[-3,2],[0,3],[8,5],[55,11],[38,-14],[3,-5],[15,-7],[1,-7],[12,-5],[27,10],[2,7],[13,-4],[8,6],[9,0],[0,2],[20,-8],[30,-8]],[[5333,7057],[-4,-16],[21,-26],[1,-10],[13,-2],[4,-7],[-4,-19],[6,-4],[3,-20],[31,5],[5,-3],[7,-10],[-3,-9],[5,-6],[9,-8],[15,-20],[20,-13],[1,-10],[20,-17],[8,-20],[9,-4],[2,-8],[11,-4],[-4,-6],[7,-1],[17,7],[2,7],[21,7],[14,-2],[-2,-22],[-4,-5],[-13,-4],[-7,-9],[-15,-4],[9,-9],[-7,-4],[0,-10],[-4,-5],[6,-9],[-1,-6],[18,-26],[55,-50]],[[4803,6693],[-5,2],[0,5],[-10,0],[1,3],[24,-2],[-4,10],[3,4],[27,-7],[5,10],[-10,3],[2,2],[7,-1],[1,4],[7,-1],[-1,4],[5,0],[-1,3],[5,1],[0,-4],[14,2],[2,5],[-4,2],[0,3],[11,-3],[6,11],[-5,3],[5,6],[5,0],[25,-13],[-1,12],[16,-7],[1,4],[4,-2],[4,1],[-5,3],[0,6],[16,-1],[0,12],[-29,-6],[-3,4],[-1,10],[20,7],[3,14],[12,6],[5,7],[-6,0],[1,5],[-15,13],[-7,1],[-12,10],[6,0],[-8,5],[0,3],[17,12],[12,17],[-8,14],[-10,6],[3,7],[-6,0],[-3,15],[-17,-1],[-2,3],[12,3],[-8,10],[3,12],[-10,14],[2,9],[16,6],[25,31],[-9,4],[1,17],[4,0],[21,23],[1,8],[10,4],[16,17]],[[4989,7083],[16,-6],[1,-3],[71,30],[7,-6],[5,4],[-4,4],[22,-2],[30,-22],[15,-26],[7,-2],[2,3],[29,-20],[7,-9],[7,0],[31,-10],[-1,5],[6,1],[0,4],[9,-1],[0,4],[6,0],[8,8],[30,3],[23,7],[6,9],[11,-1]],[[7588,6928],[42,12],[-1,2],[6,5],[57,12],[3,2],[-3,3],[5,3],[38,-6],[-2,-4],[5,-1],[-1,-4],[13,-3],[-8,-13],[15,1],[13,-5],[-4,-8],[34,-3],[-6,-16],[13,1],[-2,-5],[-3,3],[-12,-6],[36,-3],[32,12],[12,1],[9,-2],[-6,-8],[3,-4],[-3,-5],[24,-33],[-1,-5],[7,1],[1,-5],[21,1],[10,-5],[1,2],[9,-2],[4,-14],[-9,-7],[-3,3],[-1,-8],[8,-1],[-2,-8],[6,3],[0,-3],[6,1],[0,-3]],[[6872,6688],[-5,11],[20,15],[4,7],[-10,1],[-7,7],[-17,-6],[-4,-6],[-12,-2],[0,11],[10,10],[8,22],[23,17],[-4,2],[-4,7],[0,23],[3,8],[-6,2],[5,12],[-7,0],[3,11],[35,-9],[10,8],[26,5],[-6,1],[0,13],[6,1],[1,6],[-6,11],[4,1],[-2,6],[4,4],[-3,2],[5,2],[0,8],[-5,11],[-9,4],[7,7],[-11,-1],[-6,12],[7,7],[-22,13],[7,3],[-2,4],[-5,1],[-4,-3],[-3,2],[9,10],[-5,3],[8,4],[1,4],[12,1],[3,5],[-5,4],[3,3],[-2,7],[-11,2],[-4,11],[3,3],[7,1],[-3,2],[1,10],[8,0],[4,3],[0,14],[-4,4],[11,0],[14,-4],[7,6]],[[6957,7052],[14,6],[2,5],[6,1],[14,-6],[17,6],[41,-8],[26,4],[19,9],[1,-3],[21,0],[3,-6],[-4,-6],[12,-5],[-3,-5],[-28,-20],[1,-2],[17,5],[7,-8],[-2,-5],[4,-5],[-3,-2],[3,-3],[10,-3],[12,6],[16,1],[9,-3],[3,3],[34,1],[7,4],[5,-4],[4,1],[25,-8],[13,0],[2,-5],[7,4],[-10,5],[18,-4],[5,13],[-10,4],[5,3],[1,4],[6,0],[-8,12],[-12,0],[-1,3],[0,12],[9,-1],[0,13],[10,-1],[1,2],[-3,1],[-1,9],[38,-3],[21,-9],[8,-9],[1,-6],[10,6],[31,9],[4,-2],[-6,-9],[10,-4],[2,3],[14,-12],[-3,-6],[10,-6],[-4,-4],[35,-13],[14,-1],[3,-4],[-5,-10],[7,-6],[-11,-7],[-5,-11],[11,0],[-1,-7],[12,-1],[2,-7],[10,-7],[2,-11],[26,-7],[-2,-2],[4,-2],[72,-15],[1,-2],[-5,17]],[[2826,7064],[-10,-19],[5,-11],[10,-5],[-7,-14],[13,-13],[-3,-5],[3,-8],[-3,-1],[6,-8],[-12,-3],[-17,-13],[-39,1],[-78,-40],[-3,-7],[-22,3],[-6,-3],[-1,-24],[-5,-4],[0,-4],[-12,-14],[19,-82],[13,-16],[7,-2],[4,6],[12,-3],[-5,-15],[11,-15],[-9,-14],[-15,-5],[-3,3],[-6,0],[-6,-5],[-1,-38],[-5,-8]],[[2345,6914],[9,25],[27,-2],[11,3],[14,-5],[3,2],[-4,3],[-1,10],[-21,-1],[3,4],[-11,1],[17,53],[46,-5],[-2,9],[10,15],[45,-5],[11,6],[6,-7],[36,-6],[-6,12],[10,23],[5,3],[16,-4],[15,11],[-2,2],[4,0],[-2,10],[8,3],[-1,14],[-9,15],[0,8],[21,22],[-2,9],[-3,0],[9,15]],[[2607,7157],[6,4],[20,2],[8,-3],[22,1],[10,2],[14,7],[15,-29],[11,-12],[24,5],[12,-8],[19,-1],[0,-11],[-14,-11],[3,-8],[30,-2],[13,3],[9,-6],[8,-2],[24,4],[0,-13],[-4,-11],[-11,-4]],[[3761,7010],[10,-2],[2,1],[6,-5],[8,-2],[-3,-10],[-8,-5],[4,-2],[-3,-1],[14,0],[6,-16],[-29,-5],[-2,-1],[11,-8],[18,0],[21,20],[2,7],[9,-3],[26,0],[10,-9],[14,-3],[50,5],[12,-2],[1,-28],[27,-1],[5,-6],[-8,-26],[8,0],[1,-8],[8,-2],[7,-13],[10,-1]],[[3091,6680],[31,15],[0,-3],[2,0],[11,10],[-4,3],[7,7],[5,1],[1,-5],[18,-2],[6,5],[-4,13],[4,4],[2,-6],[41,-3],[2,8],[15,-2],[-3,8],[15,5],[14,-17],[9,5],[-6,6],[5,3],[-4,6],[16,2],[-2,4],[4,0],[0,2],[10,2],[6,-5],[6,1],[8,7],[-3,16],[4,34],[-19,6],[-11,5],[-3,6],[4,0],[-3,13],[12,12],[12,-1],[35,4],[8,-2],[4,6],[-1,4],[16,6],[5,-1],[14,10],[4,-8],[9,7],[-3,3],[10,7],[4,-5],[4,3],[12,-6],[6,16],[4,0],[1,3],[5,0],[0,18],[-2,4],[-6,2],[14,1],[5,8],[-10,7],[2,4],[-8,4],[1,3],[-9,5],[9,8],[18,1],[13,5],[8,9],[0,8],[8,7],[-4,4],[4,15],[-3,0],[-2,7],[-7,1],[16,0],[-1,3],[4,3],[-4,1],[2,9],[-6,1],[1,6],[-8,2],[1,3],[-6,2],[-1,5],[11,5],[-1,4],[7,2],[-1,5],[8,4],[-2,4],[-12,0],[-20,12],[12,1],[-4,-2],[5,-1],[10,3],[2,4],[-7,0],[8,5],[-1,3],[-13,5],[1,4],[-15,6],[4,6],[17,-2],[5,10],[-3,1],[1,3],[24,-4],[16,5],[0,6],[4,4],[14,2],[-8,22],[6,2],[-1,6],[5,2],[-3,1],[3,5],[4,-1],[1,6]],[[3542,7186],[25,-3],[0,3],[14,-4],[11,1],[5,7],[-7,9],[7,4],[11,-30],[18,-4],[5,-6],[11,-3],[4,-4],[-12,-13],[-15,1],[-6,-3],[0,-7],[6,-2],[12,2],[4,-4],[16,-3],[4,-4],[-3,-4],[-19,-6],[2,-9],[-6,-9],[-3,-13],[30,-1],[4,7],[8,3],[11,-1],[-6,-13],[6,-7],[10,-3],[22,2],[3,9],[-5,-1],[0,4],[19,4],[7,0],[-3,-5],[18,-3],[0,-5],[-6,-1],[-5,-7],[3,-4],[5,1],[1,-13],[-5,-6],[2,-4],[4,0],[-2,-8],[10,-1],[-10,-13],[14,-6]],[[4763,7237],[11,-6],[-3,-4],[7,-9],[23,-22],[12,-34],[17,-12],[8,8],[6,-1],[-9,-11],[6,-4],[11,-1],[-2,-9],[6,-10],[-9,-5],[5,-7],[12,5],[15,3],[24,-4],[16,-29],[24,-4],[13,-11],[27,13],[6,0]],[[4216,6856],[12,17],[0,6],[-2,16],[-4,1],[-2,5],[-10,3],[5,9],[0,13],[5,0],[-1,5],[-5,2],[-7,9],[2,5],[4,3],[14,-1],[17,5],[-10,22],[42,9],[3,6],[9,2],[7,-3],[10,1],[5,5],[11,-2],[-6,20],[4,23],[-3,3],[-8,-4],[-4,4],[11,5],[-5,18],[5,3],[1,21],[6,1],[0,13],[17,5],[4,6],[7,3],[-6,24],[-14,7],[0,9],[5,6],[13,3],[-2,5],[12,4],[-3,8],[2,10],[20,6],[4,-4],[-18,-6],[7,-2],[14,6],[2,-12],[27,-3],[32,4],[11,-21],[19,-5],[3,-6],[7,5],[19,4],[16,13],[22,11],[31,9],[8,8],[8,-1],[7,4],[3,-9],[0,3],[6,-2],[7,2],[23,-7],[-2,18],[10,0],[-2,3],[8,-4],[4,5],[18,-1],[0,2],[5,1],[7,26],[31,-10],[-1,-9],[24,8],[1,-2],[10,1],[15,11]],[[6145,7243],[14,-17],[2,4],[34,-12],[8,7],[-15,11],[18,0],[0,-4],[9,-4],[8,-16],[20,-10],[8,-8],[7,-3],[16,2],[15,-5],[-12,-17],[-10,-1],[-4,-3],[16,-9],[5,-20],[-7,-5],[-36,2],[-19,-6],[-3,-5],[-40,5],[-9,-13],[-16,-2],[-48,2],[11,-21],[2,-14],[24,-2],[30,2],[9,-16],[2,-4],[-12,-4],[-17,-11],[-10,-1],[5,-6],[-4,-10],[4,-5],[27,1],[9,3],[22,-10],[-9,-12],[-35,-17],[-2,-21],[3,-17],[-7,-12],[-33,-19],[-3,3],[-10,-4],[4,-8],[-4,-10],[9,-5],[8,-23],[-11,0],[-21,-11],[-6,2],[0,-8],[-37,-1],[3,7],[-30,-26],[2,-3],[18,-2],[-1,-2],[8,-8],[18,0],[0,8],[4,0],[-1,-6],[12,-1],[0,-6],[6,-2],[7,1],[1,-2],[5,1],[3,5],[12,-2],[5,-3],[0,-4],[7,2],[-1,4],[15,1],[18,10],[10,-1],[7,3],[27,-4],[27,3],[0,-14],[4,0],[-6,-4],[3,-3],[-2,-1],[-9,3],[8,-12],[-7,0],[-2,-4],[3,-4],[9,-1],[-11,-36],[-9,-12],[4,-15],[-6,-14],[8,-4],[16,-2],[-5,-28],[4,-13],[17,7],[-20,-44]],[[5333,7057],[2,9],[-5,22],[11,8],[-3,5],[8,5],[-7,8],[2,2],[32,2],[5,9],[37,-4],[7,6]],[[5422,7129],[21,0],[-1,2],[4,2],[6,0],[9,-9],[8,-3],[7,0],[2,3],[3,11],[21,-4],[27,0],[31,28],[0,5],[12,-2],[8,6],[4,7],[-1,14],[10,15],[40,1],[4,2],[28,-5],[16,5],[22,0],[-6,-17],[15,-5],[34,3],[18,5],[0,5],[71,-11],[-1,-6],[12,-2],[6,-3],[3,-11],[6,-2],[25,2],[10,9],[16,2],[4,-2],[1,-16],[20,5],[25,10],[0,2],[14,1],[27,15],[13,2],[-2,2],[9,-3],[15,4],[21,20],[8,0],[23,17],[17,7],[24,3],[14,0]],[[9036,7184],[4,-6],[1,-2],[0,-1],[0,-1],[-1,0],[-2,-11],[0,-2],[0,-1],[-1,-2],[-5,-5],[-2,-2],[-3,-4],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-2,-2],[-1,0],[-7,-8],[-1,-1],[-3,-3],[-5,-6],[0,-1],[-1,-2],[0,-2],[0,-6],[1,-3],[1,-3],[1,-1],[5,-5],[1,-1],[2,-1],[7,-3],[4,-1],[2,0],[1,0],[1,1],[2,0],[4,-1],[2,0],[7,-1],[10,-2],[7,0],[4,-1],[5,0],[9,-1],[15,-1],[4,0],[2,-1],[3,-1],[3,-1],[3,-1],[2,-3],[2,-1],[2,-3],[2,-2],[1,-3],[2,-2],[4,-3],[5,-2],[2,-1],[2,-2],[2,-1],[4,-6],[6,-4],[7,-6],[8,-5],[7,-5],[4,-3],[2,-1],[1,-1],[7,-2],[11,-5],[6,-2],[5,-2],[11,-2],[3,-1],[2,0],[2,-1],[6,-3],[5,-3],[1,-1],[5,-2],[3,-1],[2,0],[2,-1],[1,0],[5,-2],[2,-1],[1,-3],[2,-2],[1,-3],[4,-4],[1,-1],[2,-2],[2,0],[4,-1],[3,-1],[2,-1],[1,0],[5,-6],[4,-5],[5,-6],[4,-2],[0,-1],[7,-5],[7,-6],[2,-2],[3,-3],[0,-2],[2,-2],[1,-2],[1,-2],[2,-1],[2,-2],[3,-1],[4,-2],[3,-2],[2,-2],[2,-3],[1,-2],[0,-1],[0,-1],[0,-2],[1,-1],[1,-3],[1,-2],[1,-1],[2,-2],[1,0],[2,-1],[7,-1],[6,0],[1,-1],[3,-1],[3,-2],[3,-2],[1,-2],[0,-2],[0,-2],[0,-1],[1,-2],[1,-3],[1,-1],[1,-2],[3,-2],[5,-3],[8,-3],[11,-5],[3,-2],[4,-2],[5,-2],[4,-3],[2,-2],[2,0],[6,-3],[5,-2],[3,-1],[4,-1],[2,0],[4,-1],[1,-1],[6,-4],[5,-2],[1,-1],[14,-5],[11,-3],[2,0],[1,-1],[2,-1],[4,-1],[1,-1],[3,-2],[1,-1],[2,-2],[3,-2],[2,-1],[4,-2],[6,-2],[3,-1],[5,-3],[6,-5],[1,-2],[2,-3],[2,-3],[1,-2],[1,-3],[0,-3],[1,-3],[1,-2],[1,-2],[1,-1],[1,-1],[0,-1],[3,-2],[3,-1],[3,-2],[4,-2],[1,-1],[2,-1],[2,0],[3,-2],[2,0],[1,-1],[1,-1],[1,-2],[1,-2],[0,-2],[0,-2],[-1,-1],[-2,-2],[-3,-2],[-4,-3],[-6,-3],[-4,-2],[-3,-2],[-2,-2],[-1,-1],[-1,-2],[0,-4],[0,-2],[-1,-3],[-1,-2],[-1,-3],[-3,-2],[-2,-2],[-1,-2],[-2,-2],[-1,-3],[0,-3],[0,-2],[1,-2],[2,-3],[2,-4],[2,-3],[1,-3],[0,-3],[0,-2],[0,-2],[2,-2],[1,-2],[2,-1],[4,-2],[3,-1],[1,0],[1,0],[3,-2],[3,-2],[2,-1],[2,-3],[2,-2],[0,-2],[0,-3],[-1,-2],[-1,-3],[-2,-2],[-3,-4],[-2,-2],[-3,-3],[-2,-1],[-4,-1],[-3,-2],[-2,-1],[-1,-1],[-1,-1],[0,-2],[0,-1],[-1,-4],[-5,-10],[-9,-7],[-4,-4],[-6,-5],[-7,-7],[-2,-3],[-2,-1],[-1,-1],[-3,-1],[-3,0],[-3,0],[-2,0],[-3,0],[-4,-1],[-2,-1],[-3,-1],[-2,-1],[-4,-2],[-2,-2],[-2,-3],[-1,-1],[-2,-3],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-2],[1,-3],[1,-3],[1,-2],[0,-2],[0,-2],[-1,-2],[-2,-2],[-2,-2],[-4,-4],[-1,-2],[-2,-3],[-1,-1],[-1,-2],[0,-2],[0,-3]],[[8441,6736],[5,22],[27,9],[13,0],[4,3],[2,-9],[7,-2],[1,6],[9,-1],[1,5],[12,0],[1,8],[-17,2],[1,5],[11,-5],[11,2],[8,7],[1,7],[16,-4],[3,3],[-6,13],[3,8],[3,-5],[11,-1],[2,14],[57,14],[41,6],[10,-5],[5,7],[0,10],[13,10],[-8,10],[12,8],[4,24],[-3,1],[9,7],[-11,6],[3,2],[-1,4],[-17,-3],[-1,-4],[-19,-13],[-10,2],[-5,-7],[-24,-9],[-28,59],[6,4],[-16,13],[2,4],[-7,-2],[-10,7],[29,11],[38,9],[1,-4],[6,-2],[41,13],[27,5],[2,19],[8,-1],[6,8],[-14,4],[0,7],[44,2],[0,4],[21,3],[14,15],[5,1],[0,5],[-5,3],[4,2],[-1,8],[5,0],[-3,4],[15,2],[0,2],[13,-4],[10,1],[3,22],[5,7],[24,15],[-6,-6],[19,-3],[-2,3],[5,1],[4,-3],[-3,-3],[1,-5],[47,13],[-2,-3],[6,-3],[14,6],[16,-1],[-1,11],[3,4],[10,1],[-21,-1],[-7,6],[-21,-5],[-3,20],[1,2],[5,-2],[12,20],[6,-2],[-2,-7],[4,-3],[14,15],[32,1],[5,-18],[30,7]],[[6823,7178],[-4,-2],[-3,-17],[14,-12],[-10,-16],[53,14],[27,17],[3,-9],[9,-5],[2,-6],[4,-1],[4,6],[18,-8],[-2,-12],[8,-9],[-2,-6],[6,-23],[16,-20],[-6,-2],[3,-6],[-8,-3],[2,-6]],[[6145,7243],[-13,24],[15,51],[7,10],[15,1],[18,-12],[14,-1],[5,7],[-9,1],[8,11],[4,-1],[6,8],[30,18],[2,4]],[[6247,7364],[26,7],[19,-4],[2,-7],[-16,-14],[0,-12],[7,-6],[13,-3],[25,5],[11,-2],[7,-10],[-2,-18],[10,-10],[12,0],[31,13],[13,1],[23,-10],[24,-26],[27,-5],[19,0],[17,-5],[6,-7],[-2,-8],[-20,-14],[-7,-9],[2,-10],[10,-6],[41,-2],[28,-20],[38,-2],[18,-5],[12,-10],[3,1],[21,-6],[6,1],[4,5],[16,1],[1,7],[18,4],[7,-3],[15,1],[5,-4],[8,4],[6,-1],[8,-2],[-2,-3],[11,3],[5,-5],[1,-7],[34,-2],[13,23],[4,-1],[-2,-3]],[[3323,7332],[13,-2],[-9,-8],[14,-6],[1,-10],[-18,-13],[-7,4],[-7,-20],[2,-11],[7,-15],[20,-27],[2,-14],[3,1],[2,-9],[9,-14],[8,-2],[-3,-4],[3,-6],[15,12],[5,-7],[12,-5],[10,12],[3,18],[10,18],[6,-3],[2,3],[16,1],[-1,-2],[7,-3],[6,4],[3,-1],[0,-6],[3,5],[23,-2],[10,-8],[9,-19],[8,4],[7,-6],[8,4],[9,0],[8,-9]],[[2826,7064],[3,-3],[2,2],[16,-3],[33,9],[9,0],[-1,4],[7,3],[9,1],[-1,7],[18,3],[-8,15],[103,26],[-7,8],[18,5],[-7,12],[3,6],[-1,10],[9,4],[-5,9],[-6,2],[6,0],[4,12],[6,-1],[-2,-1],[4,-3],[4,1],[-10,6],[-4,7],[7,3],[-1,3],[20,1],[1,4],[4,-9],[6,0],[2,5],[8,1],[3,-5],[4,8],[-11,38],[4,22],[-33,2],[-3,-7],[-13,18],[6,5],[-7,9],[14,15],[5,11],[-3,1]],[[3041,7330],[8,13],[16,-2],[3,14],[3,0],[-2,9],[5,-2],[4,6],[11,-2],[12,9]],[[3101,7375],[25,-13],[-1,4],[10,4],[9,-3],[5,1],[-1,5],[10,5],[-2,5],[9,3],[2,-10],[6,-7],[34,-12],[14,-12],[10,0],[8,-3],[3,3],[10,2],[-2,-8],[6,6],[14,1],[2,4],[-7,14],[1,6],[4,0],[0,-10],[20,-13],[9,-11],[24,-4]],[[3041,7330],[-15,-5],[-17,17],[-17,-14],[11,-10],[-33,-17],[-15,17],[18,15],[2,9],[12,16],[-27,8],[-3,5],[8,6],[-4,5],[8,2],[7,14],[4,-3],[7,2],[-2,2],[8,2],[0,5],[5,1],[3,5],[14,2],[-1,11],[-10,3],[14,17]],[[3018,7445],[6,9],[15,3]],[[3039,7457],[16,-7],[-5,-11],[4,-6],[6,-4],[29,-6],[9,-8],[-2,-30],[5,-10]],[[9021,7269],[-3,-9],[1,-7],[1,-2],[1,-1],[1,-2],[0,-2],[0,-1],[-1,-1],[-1,-2],[0,-2],[0,-3],[0,-4],[4,-11],[4,-9],[1,-2],[1,-9],[1,-2],[0,-3],[-1,-1],[0,-2],[0,-1],[1,-2],[1,-3],[1,-1],[1,-1],[1,-1],[1,-1]],[[8209,6869],[4,-1],[-2,2],[6,3],[-7,7],[9,4],[-2,4],[6,1],[3,5],[6,-2],[4,4],[-21,6],[-8,-2],[3,5],[7,2],[0,4],[-8,1],[7,8],[-9,1],[13,10],[-4,16],[18,-1],[1,2],[-4,13],[-12,2],[-2,5],[6,2],[3,-2],[11,12],[-19,4],[3,8],[-11,-2],[-3,2],[13,8],[7,0],[-11,24],[2,14],[26,11],[-9,19],[34,2],[14,5],[2,4],[12,-5],[13,2],[10,26],[-7,11],[3,3],[10,-6],[17,14],[-14,4],[-12,-2],[-14,4],[-8,8],[-8,15],[5,9],[19,-6],[17,0],[-3,4],[-47,12],[-1,4],[5,4],[13,3],[-1,7],[4,-2],[13,4],[-5,0],[-1,5],[-10,-3],[0,5],[-5,0],[0,15],[-17,1],[-12,-2],[3,-6],[6,0],[-11,-4],[-11,6],[-1,3],[-5,-13],[6,-2],[-6,-2],[-11,5],[1,5],[-8,-2],[-3,2],[1,15],[6,3],[15,1],[-1,2],[9,8],[-7,4],[-6,-5],[-9,5],[-3,-3],[8,-5],[5,2],[1,-4],[-25,0],[0,6],[-3,0],[-2,-5],[-2,5],[9,9],[34,14],[5,9],[12,7],[23,0],[0,3],[3,0],[8,-5],[32,15],[5,18]],[[8339,7304],[7,-2],[5,3],[13,-1],[1,4],[15,-5],[10,1],[10,3],[1,6],[4,0],[2,-5],[12,5],[7,0],[-1,3],[11,0],[3,4],[7,-2],[5,4],[60,-2],[17,13],[-2,4],[-26,-1],[-1,4],[20,16],[-7,10],[6,7],[31,-11],[7,7],[17,1],[3,5],[18,-6],[16,6],[23,3],[5,3],[23,-4],[7,5],[-2,10],[24,-2],[10,3],[40,-8],[-3,-6],[-12,-9],[-13,-2],[-7,-9],[-2,-10],[4,-1],[-3,-5],[3,-3],[-19,-2],[-7,6],[-8,-41],[30,-3],[8,-15],[25,4],[20,-5],[1,4],[13,2],[-9,6],[8,1],[7,-4],[9,3],[1,-5],[7,1],[2,-6],[3,2],[-1,-8],[15,-12],[-11,-3],[3,-5],[17,1],[17,15],[9,0],[2,-5],[7,-4],[-13,-7],[1,-4],[-4,-3],[14,-15],[6,-2],[-6,-3],[2,-2],[5,2],[19,-2],[15,31],[24,-1],[0,-7],[24,-1],[4,1],[-3,12],[17,5],[5,-3],[16,0],[3,6],[11,-3],[4,3],[21,-5]],[[1902,7392],[110,-54],[2,-8],[-4,-9],[6,-2],[7,-37],[-7,-5],[11,-5],[6,-10],[10,0],[0,-14],[2,2],[30,-9],[5,3],[4,-2],[-3,-4],[52,-13],[9,-8],[-7,-15],[-16,-15],[-6,-2],[-1,-8],[-22,-21],[-78,-29],[-6,-13],[0,-10],[-12,-14],[-6,-12],[3,-4],[-10,-7],[-3,-8],[36,-39],[-7,-3],[-4,-6],[-17,-4],[-3,-9],[-41,-13],[-12,-10],[-2,-7],[24,-19],[9,-14],[20,-7],[-6,-4],[12,-16]],[[1242,6856],[1,0],[5,-2],[1,0],[9,-1],[8,-2],[11,-2],[1,0],[3,0],[15,14],[-1,1],[2,20],[3,29],[1,9],[1,11],[1,10],[1,7],[0,6],[1,8],[1,9],[2,29],[0,3],[1,17],[2,25],[3,29],[22,35],[-5,13],[-1,2],[19,19],[3,3],[5,6],[4,5],[4,4],[12,14],[4,6],[21,24],[4,5],[15,17],[12,14],[1,3],[0,1],[8,18],[12,31],[9,22],[8,7],[1,2],[-1,1],[-5,9],[-6,41],[-2,11],[-4,20],[-2,12],[1,16],[2,15],[1,11]],[[1456,7463],[46,5],[31,-5],[16,2],[31,-8],[16,4],[3,-3],[-5,-7],[9,-4],[28,6],[22,-14],[2,14],[26,-8],[-7,-10],[7,-2],[81,-5],[38,-36],[7,-19],[22,-12],[20,4],[-2,3],[4,2],[4,0],[43,24],[4,-2]],[[2607,7157],[-19,-1],[-7,-5],[-15,4],[-16,8],[-17,17],[-12,3],[-26,14],[1,25],[-10,-1],[-4,3],[-9,-2],[-15,4],[3,32],[-11,18],[6,9],[-3,15],[8,17],[-46,48],[-7,-3],[-6,15],[-8,9],[-11,2],[-2,6]],[[2381,7394],[0,5],[12,5],[-4,4],[12,15],[0,10],[36,16],[28,7]],[[2465,7456],[47,1],[32,7],[4,-2],[-2,-15],[-8,-6],[0,-6],[8,-1],[5,-5],[8,0],[9,-6],[4,1],[58,19],[-2,10],[9,16],[2,16],[14,12],[-1,7],[6,2],[7,7]],[[2665,7513],[11,12],[19,-1],[14,6],[22,-1],[10,9],[4,0],[4,-2],[-3,-6],[2,-9],[11,-23],[4,-26],[51,15],[14,10],[12,-2],[17,-15],[19,-8],[0,6],[-10,6],[13,-5],[6,5],[49,-14],[8,1],[5,-8],[9,12],[17,-5],[-4,-4],[12,-5],[2,-4],[7,-3],[4,5],[3,-6],[21,-8]],[[3911,7213],[-4,-2],[0,-5],[-18,-8],[-7,1],[-1,-5],[-6,1],[-10,-7],[5,-17],[-4,-8],[-9,0],[-2,-6],[-8,-2],[2,-7],[-17,-10],[-5,-6],[-3,-6],[16,-16],[4,-1],[-4,-1],[1,-4],[-27,-15],[-16,9],[-9,-2],[-3,-8],[-11,-4],[3,-4],[12,0],[2,-9],[14,-2],[2,-3],[-6,-2],[-16,0],[12,-9],[-8,-9],[4,-4],[1,-8],[-6,-1],[-1,-6],[-6,2],[7,13],[-11,-8],[-3,0],[-4,-6],[2,-6],[-12,-12]],[[3323,7332],[2,3],[4,-1],[1,3],[8,-3],[7,1],[3,15],[8,0],[0,7],[23,8],[15,13],[-12,13],[-6,-1],[-3,13],[6,1],[-4,6],[3,14],[-5,3],[5,6],[27,8],[-3,3],[-7,-3],[-2,4],[-10,3],[-8,-2],[-4,13],[-14,7],[41,13]],[[3398,7479],[-2,5],[24,0],[35,-6],[0,9],[23,2],[9,23],[6,-1]],[[3493,7511],[41,-9],[1,3],[23,14],[2,13],[10,-1],[6,7],[16,-1],[15,17],[7,-2],[-5,-4],[2,-3],[5,3],[12,-13],[-14,-7],[-8,3],[-1,3],[-6,0],[-3,-7],[4,-3],[19,-2],[-2,-3],[9,-13],[-17,-11],[2,-6],[-7,-9],[9,-6],[1,-5],[-15,-13],[3,-2],[-1,-8],[-18,4],[-1,-5],[4,-2],[-5,-1],[9,-8],[-5,-5],[12,-17],[12,-1],[9,-12],[-4,-8],[6,-12],[18,-15],[0,4],[19,4],[10,-8],[14,0],[10,-7],[7,3],[32,-6],[4,-1],[4,-10],[14,-8],[4,-1],[5,5],[5,0],[6,-5],[-2,-7],[6,0],[-1,7],[13,1],[2,-9],[7,-3],[-13,-6],[-4,-13],[2,-2],[20,1],[2,-3],[9,1],[9,-5],[8,2],[-1,2],[21,13],[24,2],[18,7],[22,-18],[-5,-19],[12,-6],[-4,-5],[-4,0],[7,-9],[-11,-5],[-4,-7],[-5,-1],[4,-15],[10,-11],[-3,-13]],[[5328,7476],[-5,-3],[5,-13],[23,4],[-15,-15],[6,-7],[31,-4],[40,-22],[9,-25],[-1,-16],[23,-1],[0,-4],[10,-5],[1,-23],[21,-1],[-3,-18],[5,-7],[-13,-7],[-18,0],[-1,-7],[-24,-10],[13,-24],[22,4],[-1,-4],[-13,-6],[-9,-21],[5,-7],[-3,-1],[9,-6],[-9,-3],[-12,7],[0,-8],[-11,-2],[-2,-5],[-11,-5],[-9,-13],[2,-5],[-11,-6],[5,-8],[19,-12],[-1,-7],[-9,0],[-4,-6],[-11,-6],[16,-1],[15,-6],[0,-9],[10,-3]],[[4763,7237],[-5,2],[-9,21],[1,30],[-9,12],[0,26],[-5,-1],[-6,9],[-10,-3],[-6,4],[-12,-4],[-24,3],[-2,17],[45,2],[17,-7],[5,2],[-4,17],[6,18],[-9,20]],[[4736,7405],[0,11],[9,-1],[15,6],[-4,5],[32,4],[18,11],[23,-8],[18,-2],[17,33],[17,-1],[2,3],[46,-3],[5,8],[-5,9],[9,6],[0,8],[5,1],[-15,5],[5,1],[5,9],[6,0],[3,3],[16,-2],[26,15],[5,-4],[2,2],[-9,5],[2,10],[8,4],[13,-1],[7,14],[25,4],[18,18],[15,-8],[-2,-4],[15,-7],[4,-7],[-1,-12],[5,0],[23,1],[6,7],[14,-12],[18,11],[4,7],[-3,2],[8,7],[37,-5],[0,-6],[20,8],[4,-8],[-2,-8],[-34,-4],[-1,-13],[4,-6],[13,2],[1,-3],[9,0],[9,-5],[8,2],[5,-4],[20,-5],[4,2],[5,-4],[-4,-5],[5,-2],[3,4],[12,1],[14,-10],[19,-19],[11,1]],[[2019,7546],[10,-5],[8,3],[13,-5],[22,2],[8,-4],[5,1],[-1,3],[12,5],[23,-5],[1,-3],[11,3],[14,-11],[21,-3],[1,-6],[-12,-6],[8,-9],[-13,-7],[23,-15],[27,-26],[14,12],[4,1],[16,-8],[-2,-5],[38,-18],[-9,-11],[25,-2],[2,-12],[33,0],[1,-6],[20,3],[39,-18]],[[1902,7392],[17,72],[10,0],[1,22],[5,0],[-2,15],[6,4],[-3,1],[5,45],[4,4],[17,-10],[16,5],[10,-1],[2,-4],[4,4],[11,-3],[9,3],[5,-3]],[[2656,7560],[-1,-6],[-11,-6],[7,-12],[-3,-2],[7,-4],[-6,0],[16,-17]],[[2465,7456],[2,26],[9,-1],[8,6],[-3,2],[4,20],[10,3],[-1,14],[4,5],[6,-2],[5,6],[-10,6],[2,3],[10,8],[8,-1],[12,10],[3,-1],[10,18],[3,2],[2,-4],[19,0],[6,-5],[19,3],[9,-9],[23,-2],[3,-4],[21,4],[7,-3]],[[4587,7483],[1,-4],[22,-12],[2,-4],[8,2],[3,-6],[10,-6],[-25,-12],[8,-9],[-41,-22],[2,-3],[7,5],[5,-10],[-11,-1],[-7,-4],[-16,10],[-11,-10],[7,-2],[0,-10],[13,-2],[4,-5],[6,0],[6,-5],[84,5],[13,21],[4,-2],[-1,3],[9,10],[8,4],[25,5],[-1,-12],[15,-2]],[[3911,7213],[15,12],[-1,4],[39,7],[5,2],[0,11],[3,3],[24,4],[22,-6],[-3,-7],[12,-5],[0,-16],[26,0],[4,2],[-3,6],[4,-3],[6,4],[3,10],[6,3],[0,17],[5,-1],[9,3],[2,-4],[11,1],[-1,3],[5,4],[22,7],[19,11],[1,2],[-4,3],[13,4],[-3,3],[-11,-4],[-1,2],[-5,-1],[2,4],[19,3],[1,4],[-21,1],[1,3],[-9,4],[8,9],[-4,2],[24,11],[-4,2],[-2,8],[-22,11],[-9,-1],[-8,5],[-1,4],[-11,0],[-5,5],[-2,-4],[-7,3],[-1,7],[1,2],[4,-2],[-1,5],[-5,1],[3,4],[-8,3],[8,5],[13,2],[-4,6],[13,7],[8,13],[-3,11],[6,1],[-3,10],[-9,3],[-10,19],[7,18],[12,-4],[0,11],[9,3],[-10,7],[4,2],[16,-4],[6,-8],[8,3],[-4,14],[3,17],[21,-6],[17,0],[6,2],[11,-2],[7,4],[32,8],[0,2],[-13,2],[-10,-2],[-3,6],[-19,9],[2,6],[-13,5],[5,11],[-19,4],[2,11],[-16,6],[1,8]],[[4159,7598],[45,-6],[4,2],[6,-7],[3,1],[2,-3],[7,-2],[-1,-5],[3,-2],[20,-8],[23,-2],[15,-9],[30,13],[7,7],[-1,3],[21,6],[7,-10],[28,-10],[5,1],[-3,-2],[8,-2],[22,-23],[24,0],[23,9],[27,-1],[12,-4],[10,-4],[-5,-18],[36,-2],[8,-11],[2,5],[11,-4],[13,-17],[12,-1],[-1,-6],[4,0],[1,-3]],[[3039,7457],[3,12],[-6,-2],[-1,7],[-22,20],[-11,37],[-10,5],[-33,4],[-55,18],[-17,13],[-4,-1],[-8,4],[-24,30],[-1,3],[4,1]],[[2854,7608],[35,2],[14,-16],[12,-1],[14,-10],[13,8],[7,-4],[7,9],[22,-7],[-3,-7],[-17,-10],[5,-3],[-6,-4],[1,-4],[9,0],[4,-7],[16,4],[2,5],[21,8],[17,-11],[9,-1],[7,-15],[6,-1],[12,4],[2,-5],[24,13],[2,-9],[6,-4],[9,10],[15,-4],[6,-9],[6,-3],[4,2],[-2,-10],[22,1],[15,-8],[1,3],[7,3],[7,-4],[3,4],[3,-2],[3,2],[2,-3],[6,1],[3,-2],[9,4],[4,-2],[11,3],[-2,-4],[9,-6],[4,1],[3,-11],[21,-14],[3,-8],[37,3],[6,5],[9,-7],[10,9],[0,7],[17,8],[9,1],[13,-6],[15,-17],[11,-3],[4,-7]],[[5782,7518],[16,-27],[10,0],[19,11],[15,-1],[21,-9],[22,-18]],[[5885,7474],[2,-23],[6,-9],[15,-12],[27,-15],[18,-19],[11,-8],[16,0],[54,22],[50,8],[16,-5],[36,-28],[12,-6],[21,-1],[23,7],[24,-17],[16,-5],[15,1]],[[5328,7476],[18,-2],[15,21],[16,10],[6,-7],[6,5],[30,-4],[16,2],[8,4],[4,-1],[17,8],[20,-5],[10,2],[2,14],[-11,17],[5,8],[-20,6],[10,10],[-1,5],[-8,0],[-8,-3],[-14,2],[4,9],[9,5],[-16,24],[7,17],[-1,5],[-10,7],[3,2],[35,-19],[25,-10],[27,-20],[51,-28],[23,-9],[20,-19],[61,-37],[11,0],[11,4],[23,27],[13,7],[18,-3],[19,-12]],[[8038,7615],[3,5],[2,-3],[-4,-6],[11,-12],[-11,-9],[5,-9],[10,-1],[7,2],[13,-5],[4,-8],[-6,-7],[18,8],[5,-6],[-11,-8],[33,-12],[-22,-23],[11,-5],[-17,-19],[9,3],[6,-1],[-6,-1],[-10,-6],[10,-1],[-3,-4],[5,-2],[-1,-4],[14,-8],[6,-11],[7,-1],[0,-13],[14,-6],[15,-1],[3,-5],[12,-6],[4,-11],[5,-3],[-2,-9],[15,-2],[10,-11],[25,-4],[1,-4],[-8,-6],[3,-6],[-9,-16],[4,-8],[29,-2],[12,8],[18,-27],[27,0],[2,-8],[11,-1],[-1,-4],[5,-1],[-7,-10],[-4,0],[0,-3],[29,2]],[[7588,6928],[-4,17],[7,1],[17,-4],[20,6],[4,5],[13,6],[-17,5],[7,5],[42,22],[12,1],[2,32],[-14,3],[10,20],[0,9],[5,-6],[15,4],[7,10],[-7,4],[28,10],[8,7],[10,0],[7,14],[-10,-1],[-7,1],[0,4],[-20,3],[2,4],[23,-3],[13,2],[-1,6],[-21,-2],[-1,4],[23,2],[-13,15],[0,8],[17,1],[2,-7],[6,-1],[8,1],[0,4],[-7,1],[0,5],[18,0],[10,-11],[16,-3],[1,28],[-17,3],[-8,35],[32,14],[5,24],[-2,13],[6,5],[2,8],[-10,28],[3,16],[-26,-1],[-5,8],[-17,3],[5,15],[24,18],[-11,10],[3,50],[-16,4],[-42,-2],[1,5],[-5,4],[-2,6],[-20,4],[1,2],[-7,2],[3,3],[-4,1],[-5,13],[5,2],[6,-2],[4,3],[-4,8],[3,1],[-1,5],[5,8],[5,-1],[5,13],[30,-4],[8,8],[12,4],[0,8],[20,2],[-14,4],[-8,-1],[-4,2],[-8,-4],[0,6],[11,4],[-19,2],[1,5],[-6,5]],[[7758,7529],[0,2],[8,2],[16,-1],[3,7],[4,-1],[8,4],[-2,13],[10,0],[16,14],[29,9],[5,-4],[7,0],[-2,5],[4,7],[4,1],[2,6],[7,2],[4,-5],[10,3],[2,13],[-6,13],[8,6],[9,1],[16,-5],[5,9],[15,9],[1,-6],[12,4],[9,0],[4,-3],[7,4],[9,-13],[1,-7],[13,-16],[29,-7],[10,11],[-2,2],[5,7]],[[7047,7724],[21,-6],[15,-9],[32,-6],[4,-9],[-7,-12],[9,-7],[11,0],[19,-6],[5,-5],[-1,-11],[15,-16],[24,8],[33,-1],[6,3],[0,6],[29,3],[22,-3],[18,-8],[35,-10],[3,-4],[5,-1],[13,9],[7,1],[5,3],[35,0],[5,-1],[3,-7],[8,-1],[-10,-7],[-1,-4],[5,-2],[-6,-3],[7,-7],[13,-4],[14,1],[22,-3],[8,-4],[21,2],[5,3],[12,-2],[-9,-22],[-11,-9],[21,-6],[6,-8],[22,-1],[6,4],[10,0],[11,8],[4,0],[-3,-2],[5,-5],[3,5],[4,-3],[4,5],[14,0],[9,5],[14,-17],[10,-1],[3,-5],[10,-4],[10,0],[3,10],[11,3],[2,4],[10,2],[12,1],[6,-2],[-1,-4],[-10,-4],[1,-2],[15,2],[9,-3],[2,7],[-8,4],[11,6],[19,2],[13,-3],[3,-10],[-18,-6],[-1,-6],[-16,-3],[-5,-5],[5,-3],[16,7],[4,-2],[4,-13],[13,-4],[4,3]],[[6823,7178],[5,-1],[3,3],[61,13],[3,8],[8,7],[50,-1],[42,7],[-20,36],[15,12],[11,-5],[7,3],[11,-1],[14,20],[-1,9],[6,1],[-2,13],[3,5],[18,0],[8,5],[8,-5],[24,10],[19,1],[23,6],[-1,15],[-9,18],[12,3],[0,12],[-6,9],[1,2],[-5,2],[-16,-13],[-5,0],[0,-2],[-8,-3],[4,-6],[-5,-4],[0,-6],[-8,-4],[-6,2],[-5,8],[-14,0],[-1,-5],[11,-4],[1,-6],[-12,-5],[-10,6],[-1,8],[-12,6],[-8,11],[-7,-1],[-8,11],[-18,9],[-3,7],[10,25],[6,1],[7,10],[20,-5],[2,23],[12,2],[-15,7],[-2,5],[-2,-3],[-33,14],[7,7],[-10,14],[14,8],[5,8],[6,-1],[4,8],[14,5],[2,5],[-10,16],[7,17],[-23,5],[-11,16],[14,4],[40,37],[3,-5],[5,4],[-11,12],[-11,6],[-10,16],[-4,0],[-11,9],[4,2],[1,20],[-14,20],[8,7],[9,-1],[6,16]],[[7039,7728],[8,-4]],[[2515,7770],[6,-8],[-10,-6],[-4,2],[-3,-4],[12,-15],[-5,-3],[1,-6],[-2,-1],[10,-2],[7,3],[1,-3],[4,1],[2,-7],[20,-13],[-2,-3],[10,0],[29,7],[1,-3],[8,1],[-1,-7],[2,-3],[4,1],[2,-9],[9,-11],[12,0],[2,-4],[-11,-2],[3,-18],[5,-12],[17,-16],[-13,-11],[6,-1],[12,6],[19,-54],[-12,-9]],[[2019,7546],[-22,38],[5,0],[-2,7],[-5,2],[5,10],[31,11],[5,6],[28,6],[69,47],[1,4],[28,17],[38,74]],[[2200,7768],[61,-27],[5,-7],[15,5],[5,-3],[-3,-14],[10,-15],[25,3],[4,2],[11,-1],[25,3],[2,14],[34,27],[5,-3],[6,5],[6,-2],[-2,-2],[7,-3],[-1,-4],[7,0],[2,-4],[20,2],[18,-4],[28,10],[7,13],[18,7]],[[5154,7783],[18,6],[20,3],[50,-4],[27,3],[30,-17],[10,-19],[28,-4],[-6,-8],[2,-4],[9,1],[4,-6],[24,-13],[36,-4],[2,-7],[8,-2],[4,4],[12,2],[4,8],[18,2],[1,5],[-6,7],[16,-8],[8,4],[0,4],[-8,4],[0,5],[13,0],[2,3],[5,-3],[12,4],[10,14],[10,0],[6,-12],[24,-7],[4,6],[31,-6],[-6,-8],[6,-4],[4,2],[4,-6],[4,0],[3,-20],[7,-6],[-6,-10],[6,-1],[1,-13],[13,-1],[7,-3],[13,-21],[8,-6],[11,-15],[6,-13],[11,-7],[8,-12],[8,-3],[3,-5],[28,-13],[25,-2],[-2,-4],[9,-2],[-9,-8],[16,-2],[11,-5],[20,0],[16,-7],[1,-5],[-7,-14],[-10,-9],[-9,-3]],[[4587,7483],[6,1],[1,4],[12,9],[7,-5],[1,1],[-7,5],[17,21],[1,16],[24,4],[2,4],[33,11],[4,6],[16,-13],[19,10],[6,-8],[6,2],[2,5],[-3,3],[5,-3],[23,9],[-3,13],[4,4],[-3,4],[-8,0],[-10,6],[-9,16],[-14,-4],[7,9],[-8,10],[5,-1],[1,-4],[5,0],[7,22],[18,-6],[23,9],[9,7],[-4,5],[-9,2],[-2,7],[-4,1],[21,22],[-2,2],[-8,0],[-9,-8],[-18,4],[0,3],[-15,5],[9,19],[6,7],[10,5],[19,0],[4,-4],[9,11],[-7,10],[9,3],[2,-5],[14,1],[15,-3],[5,5],[-4,2],[14,-3],[2,4],[17,1],[-5,27],[2,4],[32,-1],[1,2],[14,0],[0,4],[7,-2],[0,7],[-11,1],[2,4],[24,-9],[-1,3],[4,-1],[1,3],[18,-2],[-3,-8],[8,0],[13,-6],[2,4],[4,-4],[13,0],[0,3],[-9,4],[2,3],[10,-3],[1,8],[14,2],[15,15],[-2,7]],[[5016,7811],[36,-16],[60,-6],[20,-11],[8,0],[14,5]],[[5885,7474],[18,-1],[9,-6],[21,-1],[8,5],[13,-2],[1,-4],[7,-2],[24,4],[11,-3],[2,-4],[14,0],[4,2],[7,-3],[8,7],[-10,18],[4,13],[10,-4],[10,0],[9,5],[18,-5],[24,4],[14,-7],[0,-9],[12,2],[17,-4],[2,-6],[9,5],[27,0],[2,5],[13,2],[-2,5],[10,5],[-6,16],[7,-1],[-1,5],[15,15],[-1,6],[-7,6],[5,9],[-10,3],[2,3],[-3,9],[4,11],[-10,7],[12,6],[14,-1],[12,3],[19,16],[15,4],[2,10],[10,6],[13,-5],[16,1],[13,6],[26,-3],[5,3],[5,0],[3,-6],[6,-3],[-1,-4],[7,-2],[1,-3],[14,2],[2,-19],[21,4],[22,10],[21,1],[7,-3],[15,0],[11,4],[11,-1],[0,3],[5,1],[-1,4],[-16,13],[-15,2],[-8,9],[14,-1],[8,2],[49,-8],[6,11],[25,16],[3,12],[13,-5],[44,-1],[5,-3],[18,17],[8,18],[14,1],[2,-5],[10,-3],[6,8],[17,0],[6,5],[-6,15],[4,7],[-8,17],[26,14],[20,5],[-6,14],[-4,1],[4,8],[-7,5],[35,-2],[5,-30],[11,-2],[19,-1],[-1,8],[28,-2],[6,8],[0,9],[2,-3],[12,3],[5,-15],[13,-14],[20,6],[-1,8],[5,5],[23,-1],[19,6],[8,-20],[9,-12],[16,-6],[-2,-4],[3,-1],[12,0],[9,5],[12,1],[22,-2],[0,-5],[15,-3]],[[3318,7803],[-4,-7],[37,-11],[-3,-8],[9,-7],[-7,-15],[23,-12],[10,6],[6,-1],[23,-18],[-2,-3],[6,-2],[-13,-14],[3,-4],[23,-5],[-17,-27],[4,-3],[-5,2],[-4,-3],[-1,-8],[9,-4],[8,-12],[12,-4],[8,-9],[2,-31],[3,1],[2,-8],[-4,-5],[1,-22],[11,-11],[1,-2],[-5,-3],[27,-16],[12,-26]],[[2854,7608],[-5,25],[13,64],[-1,42],[11,27],[-2,21]],[[2870,7787],[14,-18],[5,-34],[-3,-19],[-12,-23],[6,-2],[9,1],[5,-11],[0,7],[6,1],[2,-4],[18,-3],[19,17],[25,-6],[11,-6],[0,-3],[31,1],[-2,-7],[26,6],[8,-1],[7,-5],[1,11],[12,1],[5,-3],[5,4],[-6,6],[21,4],[2,-3],[11,4],[18,-2],[0,3],[5,0],[-7,17],[33,4],[8,11],[6,-6],[7,0],[-10,12],[3,11],[-12,6],[-1,13],[-6,4],[-13,1],[1,4],[51,18],[11,11],[-5,6],[9,1],[16,-4],[8,1],[13,2],[1,3],[23,1],[16,4],[47,-20]],[[2124,7798],[15,-6],[5,-11],[20,6],[21,11]],[[2185,7798],[15,-30]],[[1456,7463],[-22,10],[-2,8],[-1,5],[-1,9],[5,4],[3,4],[4,7],[-1,6],[0,3],[2,6],[14,18],[2,0],[3,0],[3,1],[3,0],[15,4],[0,1],[-4,1],[-15,7],[6,10],[1,1],[1,3],[0,1],[0,8],[0,12],[-1,2],[-4,9],[-2,6],[2,1],[-1,6],[-3,12],[-8,40],[-9,53]],[[1446,7721],[-1,3]],[[1445,7724],[57,1],[5,8],[16,1]],[[1523,7734],[38,-6],[4,5],[2,32],[3,0]],[[1570,7765],[15,0],[-1,13],[6,-3],[5,4],[-1,13],[5,0],[-1,-13],[8,1],[0,-6],[8,2],[5,22],[0,-9],[7,1],[1,-7],[-9,-2],[-1,-11],[15,6],[8,-1],[-2,-8],[6,-4],[5,4],[12,2],[0,-3],[18,2],[5,-5],[10,10],[11,2],[1,6],[5,3],[1,-4],[8,3],[4,-3],[13,10],[28,1],[26,-14],[-1,-2],[8,-6],[14,-1],[2,5],[18,1],[9,-6],[7,-9],[11,0],[2,-3],[14,-2],[11,3],[1,-5],[-4,-1],[3,-9],[6,4],[11,-3],[15,2],[4,8],[-13,3],[1,4],[7,-4],[12,-2],[18,7],[11,-9],[73,24],[93,22]],[[1523,7734],[2,2],[-7,3],[-37,5],[-61,3],[-119,-2],[-12,5],[-23,-2],[-12,5],[-19,25]],[[1235,7778],[14,24],[8,-12],[14,-11],[6,-11],[13,5],[8,-4],[34,20],[8,19],[5,4],[20,4],[24,10],[2,-6],[11,0],[-1,-3],[8,-5],[9,3],[7,-3],[12,2],[12,7],[2,-6],[6,1],[-4,11],[9,1],[4,4],[7,-3],[5,2],[-3,-4],[5,-1],[3,-7],[14,2],[11,8],[-6,5],[17,1],[8,5],[8,-3],[8,-12],[-3,-3],[4,-7],[-5,-2],[8,-8],[-5,-4],[9,-4],[10,1],[-1,-3],[6,-1],[9,-8],[1,-3],[-10,-9],[4,-9]],[[4841,7871],[24,-10],[37,1],[12,-2],[48,-28],[54,-21]],[[4159,7598],[-64,10],[-9,13],[-15,4],[6,4],[-10,42],[-5,1],[2,4],[-5,3],[-1,11],[8,3],[1,-7],[7,1],[-1,8],[-2,6],[-5,-2],[-1,10],[-12,1],[-4,4],[4,1],[-9,24],[-16,10]],[[4028,7749],[3,3],[-4,2],[9,2],[15,20],[14,5],[7,8],[6,2],[11,-4],[3,6],[-4,1],[-1,8],[6,13],[27,7],[-3,2],[6,6],[3,11],[21,-1],[18,8],[19,1],[15,9],[8,0],[15,19],[10,2],[3,-2],[15,-2],[19,6],[-3,20],[-5,5],[-6,-3],[-4,17],[5,1],[0,11],[-13,0],[0,5],[-11,1],[1,6],[-13,1],[9,7],[20,-2],[4,13]],[[4253,7963],[17,-6],[-2,-11],[11,3],[10,-1],[-2,-30],[7,-3],[1,-6],[7,0],[24,-14],[29,-28],[2,3],[-4,7],[7,3],[2,6],[5,-3],[25,19],[3,-3],[0,3],[6,-1],[18,-25],[-7,-9],[2,-6],[-11,-12],[11,-2],[9,7],[19,2],[8,12],[15,-4],[-2,-4],[3,-3],[7,2],[5,-3],[3,-3],[-3,-5],[10,1],[5,6],[4,0],[4,7],[6,-1],[9,6],[9,-1],[12,8],[-16,9],[7,6],[12,-4],[4,4],[11,0],[4,4],[-8,2],[3,4],[-3,2],[10,10],[36,-18],[13,-11],[14,-19],[29,-6],[21,-21],[23,-11],[24,2],[42,-4],[7,4],[18,25],[53,19]],[[1445,7724],[-4,18],[-19,2],[-42,-1],[-24,-1],[-10,-2],[-44,-8],[-46,0],[-14,3],[-12,7],[-2,5],[1,9],[-1,7],[-26,36],[-11,12],[-8,10],[-10,27],[-12,30],[-8,14],[-2,2]],[[1151,7894],[3,0],[39,15],[42,16],[26,9]],[[1261,7934],[2,-7],[-17,-67],[3,-23],[-6,-17],[4,-10],[-3,-10],[-11,-7],[2,-15]],[[3577,8075],[8,-10],[2,-13],[4,1],[-3,-25],[8,-4],[6,-13],[11,-6],[4,-8],[20,1],[0,3],[7,1],[3,7],[38,-2],[6,10],[22,0],[0,-6],[-14,-1],[2,-11],[22,-13],[-11,-10],[-11,-2],[-31,-20],[-9,-1],[10,-15],[-5,-2],[5,-6],[-3,-1],[11,-19],[6,5],[6,-9],[8,5],[12,-6],[2,7],[9,4],[2,5],[9,-13],[18,-11],[19,10],[0,3],[3,0],[8,-18],[9,1],[2,-3],[-8,-3],[9,-11],[-1,-10],[-8,-13],[3,-11],[12,-3],[20,2],[5,-4],[0,-5],[-20,-16],[3,-3],[3,1],[0,-5],[21,-8],[14,-15],[11,0],[0,-6],[37,-15],[6,-6],[19,3],[-3,3],[4,3],[7,-4],[8,1],[-2,12],[6,-1],[9,7],[19,25],[13,3],[-2,-5],[17,-11],[15,-3],[3,3],[19,-1],[9,-4],[-3,-19],[-11,-1],[-10,-13],[12,-8]],[[3318,7803],[-10,6],[4,6],[12,-5],[8,9],[31,19],[-2,4],[4,2],[-18,12],[-11,17],[-14,3],[0,3],[-3,-2],[-5,1],[15,11],[32,14],[17,-3],[0,11],[6,0],[2,7],[-6,3],[-12,1],[-2,24],[10,4],[2,8],[-5,8],[-27,3],[-5,-1],[-13,6],[-17,1],[-9,4],[11,11],[29,13],[4,-5],[33,-2],[0,4],[17,8],[4,-1],[-5,4],[-5,0],[-4,8],[6,3],[0,8],[20,1],[33,-4],[24,12],[3,9],[19,1],[15,-8],[-1,-3],[6,-3],[4,2],[17,-11],[9,1],[8,6],[-1,14],[22,26],[-4,3],[11,-1]],[[2916,8079],[-2,-4],[8,-11],[17,-4],[1,3],[6,-1],[8,-5],[-14,-24],[5,-11],[-6,-2],[-45,53],[17,8],[5,-2]],[[2862,7921],[10,24],[9,9],[47,23],[-7,7],[9,5]],[[2930,7989],[4,8],[-2,4],[-58,48],[-22,36],[40,7]],[[2892,8092],[4,1],[3,-4],[1,3],[5,-1],[2,3],[27,-5],[30,-9],[7,-5],[10,4],[13,10],[10,2],[19,-1],[6,-4],[1,3],[4,-1],[-14,-10],[6,-3],[-16,-12],[-1,-5],[-4,-3],[-7,1],[-1,-4],[8,-6],[8,-18],[6,-3],[11,3],[-2,-20],[-3,2],[-4,-9],[1,-12],[14,-12],[-4,-2],[2,-5],[-20,-11],[-1,-10],[-9,-1],[-4,-5],[-14,-4],[0,-3],[-10,3],[-22,-1],[-4,4],[-38,-10],[-10,-1],[-12,-7],[-7,3],[-7,-7],[-14,1]],[[9314,7739],[4,-7],[-2,-4],[-5,-10],[-3,-6],[4,-4],[5,-4],[1,-7],[1,-5],[2,-10],[2,-9],[1,-2],[12,-1],[2,0],[9,-1],[2,-1],[1,-1],[4,-8],[1,-4],[1,-2],[0,-2],[-1,-2],[-2,-1],[-7,-5],[-4,-4],[-4,-8],[0,-1],[0,-2],[0,-1],[-1,-1],[-3,-3],[-2,-1],[-4,-2],[-2,-1],[-2,-2],[-4,-3],[-8,-8],[-2,-3],[-1,-4],[0,-4],[0,-4],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-2,-2],[-3,-1],[-3,-1],[-3,0],[-5,-1],[-4,0],[-2,-1],[-3,-1],[-2,-1],[-2,-1],[-1,-7],[-1,-6],[0,-2],[-1,-3],[-5,-10],[-3,-9],[1,-8],[2,-9],[1,-3],[3,-4],[4,-4],[8,-9],[1,-6],[-2,-4],[-2,-8],[-1,-6],[0,-2],[0,-3],[0,-3],[0,-2],[-2,-6],[-1,-1],[-2,-2],[-3,-3],[-2,-3],[-2,-3],[0,-4],[1,-2],[1,-3],[-1,-2],[0,-2],[-1,-6],[0,-1],[-2,-5],[-1,-4],[-1,-2],[-1,-1],[-7,-9],[-2,-5],[-1,-5],[-2,-3],[-2,-3],[-4,-5],[-4,-4],[-6,-5],[-2,-1],[-3,-2],[-3,-2],[-5,-1],[-6,-3],[-5,-3],[-7,-6],[-1,-1],[-2,-2],[-2,-2],[-1,-1],[-10,-7],[-11,-8],[-8,-3],[-7,-4],[-4,-2],[-4,-3],[-3,-3],[-2,-2],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-5,-2],[-1,-1],[-3,-2],[-3,-2],[-3,-2],[-4,-2],[-6,-1],[-9,-3],[-12,-3],[-4,0],[-3,-1],[-5,-2],[-7,-4],[-2,-2],[-5,-2],[-7,-3],[-2,0],[-2,-1],[-2,0],[-2,0],[-3,-1],[-2,-1],[-2,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[-2,-3],[-2,-1],[-2,-1],[-1,0],[-3,0],[-1,0],[-7,-1],[-3,-1],[-2,-1],[-2,-1]],[[8038,7615],[-2,8],[4,1],[9,10],[-8,2],[4,10],[6,4],[-1,3],[5,-1],[20,5],[10,13],[4,-1],[10,8],[43,-10],[13,6],[13,0],[9,-9],[2,-12],[12,-14],[5,0],[0,-8],[3,-2],[17,5],[3,20],[6,1],[9,8],[11,19],[4,-2],[8,5],[-9,5],[5,2],[-4,3],[4,7],[19,-2],[0,-7],[6,-5],[23,3],[16,14],[-1,6],[12,12],[-5,14],[8,-13],[14,4],[0,18],[-4,5],[6,6],[0,10],[-9,2],[10,18],[19,-3],[5,10],[9,5],[1,5],[-7,2],[4,2],[3,11],[-12,3],[4,7],[16,2],[10,9],[17,2],[5,-2],[3,3],[11,1],[4,3],[8,0],[2,-6],[6,1],[12,18],[-8,11],[9,1],[2,6],[-5,3],[7,9],[12,-4],[4,5],[-1,5],[9,8],[12,3],[40,24]],[[8549,7930],[8,4],[20,-1],[6,5],[13,-9],[32,-5],[21,5],[11,8],[16,18],[-18,4],[-10,-5],[-9,17],[-17,3],[3,10],[-4,13],[9,26],[7,8],[8,-1],[1,2],[3,-4],[-4,-13],[27,-30],[-1,-5],[29,-5],[33,-13],[-6,-17],[3,-5],[9,-2],[-10,-15],[47,-23],[-1,-12],[-12,-3],[5,-9],[-9,-6],[5,-8],[10,-5],[32,11],[17,-1],[43,7],[6,-6],[43,-2],[6,-20],[4,-1],[17,3],[13,-5],[-1,6],[13,8],[13,1],[18,24],[13,-3],[3,2],[44,-23],[31,0],[21,15],[14,-9],[4,-6],[-5,-10],[7,-29],[-22,-43],[-45,-41],[-79,-56],[-11,-27],[28,-2],[38,10],[18,-7],[11,-2],[15,1],[12,-9],[60,7],[-4,21],[43,13],[16,33],[35,-3],[2,5],[12,2],[0,3],[16,-2],[6,10],[15,6],[18,1]],[[2677,8104],[26,-10],[11,-10],[-3,-4],[5,2],[27,-30],[15,-7],[42,-9],[31,-12],[13,2],[29,-5],[11,4],[6,6],[-2,-10],[19,-12],[18,-4],[5,-16]],[[2862,7921],[0,-66],[8,-68]],[[2515,7770],[4,3],[11,-1],[2,5],[15,12],[1,6],[-5,5],[-1,9],[2,5],[7,2],[0,8],[-13,9],[0,8]],[[2538,7841],[1,-1],[5,-6],[1,-1],[2,0],[5,-1],[7,-1],[9,-2],[4,-1],[7,-1],[2,-1],[10,0],[1,0],[1,0],[1,0],[3,0],[2,1],[5,2],[5,2],[4,2],[4,2],[1,1],[7,7],[6,5],[8,8],[5,5],[4,5],[2,2],[-1,3],[-2,1],[-1,2],[1,4],[1,4],[1,1],[1,1],[6,4],[5,2],[1,1],[3,6],[0,1],[0,1],[3,13],[1,10],[0,8],[0,8],[0,14],[1,4],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,12],[-1,4],[-2,4],[-1,1],[-3,3],[-2,1],[-4,2],[-4,1],[-7,-3],[-8,-2],[-6,-2],[-4,-1],[-8,-1],[-4,-1],[-1,0],[-10,1],[-19,2],[-5,3],[-2,4],[1,5],[2,7],[0,6],[1,8],[0,2],[1,9],[1,8],[1,7],[2,6],[2,6],[0,4],[1,3],[0,1],[4,6],[4,5],[1,2],[4,3],[6,5],[2,1],[2,1],[9,5],[9,6],[6,2],[9,4],[10,2],[10,0],[9,-1],[2,1]],[[2392,7964],[-9,5],[1,5],[-8,5],[2,8],[-11,5],[1,2],[-5,3],[1,5],[-5,4],[3,8],[4,-1],[3,3],[1,8],[-4,5],[-1,-4],[-4,0],[-3,-3],[-4,2],[5,2],[-10,4],[0,6],[5,5],[14,1],[-2,1],[6,5],[-17,2],[1,6],[-11,2],[-4,5],[12,4],[-16,2],[1,13],[-5,1],[-2,3],[-12,0],[-1,3],[9,3],[1,6],[4,-1],[3,4],[16,5],[14,15],[6,1],[9,-6],[45,17]],[[2425,8133],[2,-3],[3,-3],[1,-2],[4,-4],[6,-7],[7,-7],[2,-2],[1,-2],[2,-3],[1,-2],[1,-3],[1,-3],[1,-4],[1,-3],[2,-2],[0,-1],[27,5],[8,-21],[-2,-4],[-10,-3],[-2,-3],[3,-7],[1,-1],[7,-7],[1,-3],[3,-5],[3,-6],[8,-12],[2,-1],[1,-2],[0,-2],[-1,-1],[-6,-1],[-1,-3],[-6,-7],[0,-1],[1,0],[0,-2],[1,-2],[2,0],[3,1],[3,3],[4,4],[0,2],[1,0],[0,2],[0,4],[1,-1],[-1,-5],[0,-2],[-5,-11],[-1,-3],[0,-1],[-1,-1],[-2,-2],[-1,-1],[-2,-2],[-4,-4],[-4,-1],[-10,-3],[-8,-1],[-7,-2],[-7,-2],[-7,-1],[-4,-2],[-12,-3],[-4,-1],[-3,-1],[-3,0],[-7,0],[-9,0],[-3,0],[-3,1],[-10,4],[-2,0]],[[977,8107],[10,-2],[2,-1],[2,0],[8,-3],[2,-1],[3,-1],[13,-5],[12,-4],[1,-1],[1,-1],[1,-1],[-1,0],[-1,-1],[-5,-2],[-1,-1],[-4,-1],[-5,-1],[-3,0],[-7,-1],[-3,0],[-1,-1],[-5,1],[-3,0],[-6,0],[-10,0],[-4,0],[-5,0],[-1,-1],[-3,-1],[-2,0],[-1,-1],[-6,-4],[-4,-3],[-3,-2],[-4,1],[-1,-1],[-4,0],[-2,-1],[-7,-3],[-1,-2],[3,0],[2,-1],[4,-1],[2,-1],[1,-1],[5,-4],[14,-8],[1,0],[1,0],[8,-2],[1,-1],[0,-1],[1,-5],[-1,-1],[-1,-1],[-3,-2],[-2,-1],[1,5],[-5,0],[-1,0],[-1,-4],[3,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-4,0],[1,3],[-2,0],[-1,-4],[-1,4],[1,1],[1,0],[1,0],[1,3],[-4,5],[-2,2],[-5,2],[-2,0],[-14,1],[-2,0],[-3,0],[-3,-1],[-4,-1],[-1,-1],[-1,0],[0,-1],[1,-1],[6,-5],[2,-2],[3,-1],[2,-1],[1,-1],[1,-1],[-2,0],[-5,2],[-2,1],[-2,2],[-4,3],[-5,2],[-15,5],[-3,1],[-3,2],[-4,2],[-2,0],[-2,1],[-4,1],[-5,2],[-3,1],[-2,2],[-3,2],[-3,4],[-1,3],[-3,10],[0,1],[1,2],[1,1],[1,1],[8,4],[9,2],[9,1],[17,4],[4,0],[13,3],[14,4],[6,1],[8,2],[7,2],[6,1],[10,1],[5,0]],[[1127,8153],[4,-1],[1,-1],[0,-1],[1,-8],[-3,-4],[-1,0],[-3,-2],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-2,-5],[0,-5],[3,-1],[0,-1],[0,-1],[-2,-1],[-2,-1],[-2,0],[-3,0],[-2,0],[-3,0],[-3,2],[-5,2],[-3,1],[-2,3],[-7,8],[-1,1],[-1,1],[0,2],[0,2],[0,1],[1,2],[2,0],[3,1],[2,0],[2,0],[2,0],[3,1],[1,0],[5,3],[5,3],[2,1],[3,1],[2,0],[2,1],[2,0],[2,0]],[[6085,8187],[2,-4],[11,2],[7,7],[9,-4],[10,-20],[-1,-40],[16,-8],[6,-9],[-4,-12],[5,-7],[-6,-4],[-3,2],[-3,-1],[3,-8],[-7,-5],[-3,-18],[-7,-2],[2,6],[-9,2],[-1,-6],[-27,-8],[2,-3],[32,-11],[3,-5],[-19,-2],[3,-5],[-8,-1],[0,-2],[-41,-6],[-1,5],[-42,-7],[0,3],[5,1],[0,11],[-10,-2],[-13,3],[14,27],[-27,22],[0,2],[6,1],[5,14],[-6,7],[-4,0],[2,14],[-13,11],[-7,-1],[-5,3],[-11,10],[3,3],[-22,3],[-7,7]],[[5924,8152],[2,7],[-7,2],[-2,4],[23,1],[4,9],[14,0],[10,8],[9,-3],[7,1],[7,-9],[5,1],[-2,6],[9,7],[13,0],[4,-5],[7,5],[4,-3],[6,1],[7,11],[21,1],[0,-3],[5,0],[1,-6],[14,0]],[[1835,8180],[5,-1],[-49,-12],[2,-4],[5,-1],[-6,-6],[2,-2],[-7,-3],[-6,3],[-5,-1],[-5,-6],[-4,1],[8,-6],[-1,-2],[6,-1],[-1,-3],[10,-6],[-1,-5],[7,-5],[-5,-6],[-29,0],[-11,2],[1,3],[-8,-1],[-14,-7],[-22,3],[-13,-7],[10,-8],[-9,0],[0,-8],[-5,-4],[2,-8],[-12,-15],[8,-3],[6,-39],[-10,-12],[19,-12],[14,11],[7,-7],[36,15],[154,18],[29,0],[14,-33],[-10,-1],[0,-7],[-9,-5],[36,-29],[-1,-51],[19,0],[-2,2],[7,4],[15,5],[26,1],[5,-9],[11,0],[1,-2],[-9,-1],[1,-8],[-4,-2],[-10,-1],[4,-17],[4,0],[17,-6],[5,6],[6,0],[6,7],[13,-4],[-9,-4],[7,-7],[-8,-5],[1,-5],[12,1],[1,-6],[-20,-12],[3,-7],[11,2],[3,-7],[12,-1],[0,4],[22,3],[0,-9],[-11,-2],[12,-31]],[[1261,7934],[1,1],[6,8],[9,9],[4,6],[5,5],[1,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[-2,2],[-1,2],[-4,5],[-1,1],[-2,3],[-2,5],[-1,2],[-2,6],[-1,1],[0,2],[0,1],[1,1],[4,6],[0,-1],[2,-3],[1,4],[7,-3],[1,-1],[2,-1],[2,-2],[2,-2],[4,-4],[2,-2],[1,-1],[1,-1],[1,-1],[1,0],[1,-1],[1,0],[1,1],[6,3],[5,6],[3,1],[3,-3],[1,0],[1,-1],[0,-1],[3,-4],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[1,-1],[0,-2],[2,-1],[4,-5],[1,-1],[1,-1],[2,0],[2,-1],[3,0],[3,0],[2,0],[3,0],[1,0],[-1,0],[-2,0],[-2,1],[-1,0],[-1,1],[-2,1],[-1,2],[0,1],[0,3],[-1,2],[6,4],[6,3],[8,0],[6,1],[4,2],[1,0],[11,9],[1,1],[-1,2],[-2,1],[-2,1],[-2,1],[-4,3],[-2,1],[-4,4],[-2,6],[-8,6],[-9,7],[-4,3],[-7,3],[-8,7],[0,3],[3,8],[4,4],[4,3],[5,4],[5,4],[4,3],[10,6],[6,3],[3,1],[2,1],[5,3],[2,1],[2,1],[2,1],[5,5],[2,2],[2,2],[1,5],[3,7],[4,7],[1,1],[0,-2],[-1,-1],[3,2],[0,1],[5,-2],[3,-1],[3,1],[2,1],[5,4],[0,1],[3,3],[4,6],[0,1],[1,1],[1,0],[8,4],[6,3],[6,3],[11,5],[14,8],[3,4],[5,2],[12,6],[1,-1],[1,0],[1,0],[12,4],[11,3],[6,-1],[6,1],[8,5],[1,0],[3,2],[0,1],[1,0],[6,1],[15,3],[2,0],[6,1],[1,0],[1,0],[13,2],[11,0],[10,0],[3,1],[4,1],[6,-1],[5,-1],[2,0],[5,-2],[5,-2],[11,0],[13,0],[6,1],[4,0],[4,0],[4,1],[15,1],[6,0],[3,0],[3,0],[16,-1],[11,0],[16,0],[1,0],[4,-1],[3,-1],[12,-5],[8,-4],[10,-3],[2,-1],[8,0],[4,0],[5,2],[5,1],[5,1],[4,1],[2,0],[3,0],[1,-1]],[[1312,8195],[13,0],[7,-1],[4,0],[5,-2],[2,-1],[1,0],[0,-2],[0,-1],[-3,-5],[-2,0],[-2,2],[-4,1],[-1,0],[-2,0],[-13,0],[-15,-1],[-17,-1],[-19,-2],[-14,-3],[-17,0],[-9,0],[-17,-6],[-1,0],[1,2],[0,1],[-2,1],[-2,0],[-2,-1],[-5,0],[-6,-1],[-3,-1],[-8,-1],[-2,-1],[-2,0],[-10,-1],[-17,-1],[-8,-1],[-19,-2],[-8,0],[-7,1],[-18,-2],[-2,-1],[-2,-1],[-3,0],[-4,-1],[-3,0],[-1,0],[-1,1],[0,1],[0,1],[1,2],[10,6],[4,1],[4,0],[2,1],[2,0],[2,0],[3,-1],[4,0],[9,1],[10,1],[16,2],[8,1],[14,2],[6,1],[6,1],[7,0],[8,1],[6,1],[16,2],[18,2],[4,0],[3,0],[2,1],[9,0],[12,1],[14,1],[13,1],[10,1],[5,0],[10,0]],[[2118,8222],[27,-49],[0,-28],[8,-1],[-1,-6],[-5,0],[0,-9],[-5,4],[-2,-6],[-9,1],[-2,-3],[4,-1],[-1,-4],[5,3],[5,-2],[-3,-4],[2,-3],[14,1],[9,-2],[9,-12],[-5,-9],[2,-5],[-4,-1],[2,-3],[-5,0],[-7,-9],[4,-1],[0,-5],[3,2],[8,-3],[-2,-8],[-8,1],[5,-4],[-10,-4],[1,-3],[-10,-3],[0,-12],[-3,0],[3,-6],[-6,-6],[-7,0],[7,-3],[1,-12],[-18,-25],[6,-24],[39,15],[33,5],[53,-7],[4,-2],[-4,-11],[-5,-1],[2,-11],[-5,-5],[1,-8],[1,-2],[18,4],[-4,-14],[15,1],[20,-15],[-6,0],[-8,-15],[5,-7],[-22,-5],[3,-2],[-99,-51],[14,-29]],[[1835,8180],[0,1],[4,0],[16,3],[15,2],[2,0],[4,1],[2,0],[4,2],[6,3],[6,2],[2,1],[4,1],[2,0],[1,0],[8,1],[18,3],[19,3],[10,3],[7,2],[8,2],[9,3],[7,1],[5,1],[4,0],[4,0],[1,0],[3,0],[3,-1],[3,-2],[1,0],[1,0],[2,0],[3,-1],[2,0],[7,0],[3,0],[3,0],[3,1],[2,0],[2,0],[15,1],[12,2],[13,4],[5,2],[8,3],[12,1],[4,0],[8,1],[-1,-1],[-1,-1],[-1,-3],[2,0],[1,0],[0,1]],[[2392,7964],[0,-1],[-1,-8],[0,-7],[1,-6],[1,-9],[0,-1],[0,-2],[2,-5],[1,-2],[1,-1],[4,-8],[1,-1],[3,-5],[4,-3],[2,-2],[3,-2],[12,-9],[3,-2],[3,-2],[1,-1],[1,0],[3,0],[5,1],[3,1],[1,0],[2,2],[3,2],[3,1],[1,1],[3,0],[2,0],[12,1],[7,-1],[6,-2],[9,-6],[10,-9],[5,-4],[6,-6],[6,-6],[5,-5],[4,-4],[6,-7],[2,-5]],[[2118,8222],[0,1],[1,2],[1,1],[4,1],[2,0],[7,-1],[7,0],[2,0],[1,0],[5,1],[14,2],[15,1],[12,2],[10,1],[17,1],[6,0],[4,1],[3,0],[2,0],[12,-1],[12,-1],[13,0],[9,0],[9,0],[1,-1],[2,0],[2,0],[3,-1],[4,0],[5,-1],[17,-1],[15,-1],[3,-1],[6,-2],[10,-3],[2,0],[4,-3],[0,-8],[-1,0],[-7,-7],[-1,-1],[0,-1],[0,-1],[-1,-6],[0,-2],[1,-2],[2,-4],[2,-5],[3,-9],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[2,-2],[1,-4],[1,-3],[1,-2],[1,-2],[1,-1],[7,-13],[1,-1],[1,0],[2,0],[3,0],[4,1],[5,1],[7,2],[4,1],[4,2],[0,1],[2,0],[1,0],[3,0],[3,-1],[4,-2],[2,-1],[-1,-1],[-1,0],[4,-1],[2,-1],[1,0],[3,-4]],[[4763,7952],[-2,-7],[4,-10],[15,-7],[6,1],[2,-5],[5,1],[1,-7],[8,-2],[-3,-5],[31,-16],[-3,-4],[7,-7],[7,0],[4,12],[15,-4],[-11,-10],[3,-8],[-11,-1],[0,-2]],[[4253,7963],[-6,4],[3,8],[6,11],[7,-2],[-9,10],[-5,15],[8,3],[1,10],[8,1],[-7,2],[-37,4],[-9,1],[-2,1]],[[4211,8031],[7,24],[6,1],[-6,5],[12,13],[-5,7],[6,8],[8,-1],[3,10],[-6,3],[11,18],[8,0],[0,-14],[30,-11],[-9,-4],[9,-11],[20,-12],[9,-2],[13,3],[3,10],[7,0],[-1,2],[14,4],[5,10],[6,2],[5,8],[19,9],[-5,1],[21,24],[0,12],[18,5],[15,-4],[11,1]],[[4445,8152],[22,-5],[4,2],[5,-3],[2,2],[11,-3],[4,1],[2,29],[9,13],[45,1],[11,-6],[21,3],[-3,8],[-6,0],[-1,3],[6,1],[4,9],[9,5],[1,5],[-10,3],[3,4]],[[4584,8224],[-3,2],[6,0],[5,4],[-4,2],[6,6],[23,-4],[1,-3],[13,2],[6,-4],[6,8],[15,8],[5,-1],[7,6],[11,5],[2,6],[9,-1],[19,-9],[5,1],[-2,-12],[-11,-16],[-8,4],[-9,-2],[3,-3],[-12,-5],[3,-5],[-1,-13],[-10,-10],[-11,-3],[3,-6],[12,0],[7,-5],[-5,-1],[0,-2],[6,2],[4,-4],[8,1],[2,-5],[9,-1],[5,-9],[9,-3],[3,-10],[-9,-11],[35,-6],[-6,-4],[1,-6],[-7,-3],[-6,0],[0,-2],[-18,-11],[7,-7],[1,-9],[-5,-6],[11,-15],[-4,-2],[-3,3],[-32,-3],[-5,4],[-9,-10],[-6,-15],[2,-5],[12,-6],[-10,-16],[3,-1],[-2,-6],[4,-4],[12,1],[-6,-14],[2,-7],[29,-10],[11,2],[12,7],[8,-15],[6,-3],[-6,-9],[8,-4],[12,1]],[[2505,8253],[8,-1],[6,0],[4,-1],[3,-1],[2,-2],[-1,-1],[-2,-1],[-8,-3],[-6,-1],[-8,-3],[-5,-3],[-2,-1],[0,-2],[1,-1],[0,-2],[-5,-2],[-4,-1],[-4,1],[-17,-2],[-4,-1],[-3,1],[-1,3],[0,4],[2,3],[2,1],[5,3],[7,4],[2,2],[1,2],[1,2],[3,1],[7,1],[2,1],[2,0],[12,0]],[[1601,8246],[1,0],[4,0],[4,-1],[2,-1],[2,-2],[0,-2],[0,-3],[-1,-1],[-1,-1],[-15,-5],[-3,-1],[-3,-1],[-2,0],[-2,-1],[-1,0],[-9,-1],[-11,-1],[-9,-2],[-13,-3],[-10,-2],[-5,-1],[-9,0],[-7,0],[-4,0],[-8,0],[-10,0],[-8,0],[-6,0],[-9,2],[-6,1],[-5,-1],[-3,-3],[-1,-2],[0,-1],[-1,-1],[-1,0],[-2,-1],[-1,0],[-2,0],[-2,0],[-9,2],[-6,4],[-1,1],[-6,4],[-1,0],[-4,0],[-2,-2],[1,-1],[3,-2],[1,-3],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,1],[2,2],[2,0],[-1,3],[-2,0],[-3,-2],[-1,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,-1],[1,0],[-12,-2],[-1,0],[-4,1],[-5,3],[-5,4],[-3,4],[0,1],[0,1],[1,1],[1,1],[5,2],[5,2],[2,1],[16,5],[4,2],[15,4],[12,1],[2,0],[2,0],[10,0],[4,0],[17,0],[9,0],[16,1],[12,0],[9,0],[4,0],[11,1],[9,1],[10,0],[25,2],[8,0],[4,1],[3,-1]],[[1671,8258],[4,0],[20,-3],[2,0],[2,0],[1,-1],[1,0],[3,-1],[4,-1],[1,-1],[0,-1],[-3,-8],[0,-1],[-1,0],[-3,-2],[-1,-1],[-1,0],[-2,0],[-2,-1],[-2,0],[-3,0],[-3,0],[-4,0],[-19,1],[-9,0],[-17,2],[-2,0],[0,2],[-2,0],[-1,0],[-4,-2],[0,-1],[-3,7],[0,1],[1,1],[1,1],[3,0],[16,6],[3,1],[4,1],[2,1],[2,0],[1,0],[11,0]],[[1860,8288],[4,0],[17,0],[1,-1],[5,0],[4,0],[6,-1],[7,-1],[3,-1],[2,0],[5,-1],[3,-1],[2,-1],[1,0],[3,-5],[0,-2],[0,-1],[-1,-2],[-1,0],[-15,0],[-9,1],[-14,1],[-12,0],[-6,1],[-3,0],[-2,0],[-2,0],[-1,0],[-8,-1],[-5,-1],[-2,0],[-2,0],[-2,-1],[-3,0],[-2,-1],[-3,-1],[-1,0],[-2,0],[-3,-1],[-2,0],[-5,0],[-9,0],[-2,0],[-7,0],[-3,0],[-3,-1],[-2,-1],[-2,-1],[-3,-3],[-2,-3],[-2,-2],[0,-1],[2,-4],[2,-5],[1,-2],[0,-1],[-1,-1],[0,1],[-3,7],[-1,0],[-4,-3],[-3,-4],[0,-3],[-2,0],[-18,-2],[-2,-1],[-5,1],[-9,3],[-1,1],[-1,1],[0,1],[1,3],[2,2],[1,2],[1,1],[2,7],[2,8],[1,3],[1,2],[4,4],[1,1],[1,1],[1,1],[1,1],[2,0],[3,1],[2,1],[4,1],[5,0],[10,1],[2,0],[1,0],[2,0],[9,0],[12,1],[3,0],[6,0],[3,0],[7,1],[7,0],[19,1],[3,0],[4,0]],[[2677,8104],[1,0],[1,2],[17,15],[8,7],[35,32],[1,1],[5,5],[9,8],[5,5],[3,3],[33,30],[12,11],[28,25],[2,2],[12,10],[59,55]],[[2908,8315],[-6,-15],[4,-2],[-5,0],[-11,-20],[4,-1],[-13,-17],[-29,-56],[1,-48],[39,-64]],[[2025,8317],[9,-1],[12,0],[11,0],[16,0],[6,-1],[8,0],[3,1],[8,0],[6,0],[18,0],[2,-1],[0,-4],[0,-1],[0,-1],[-1,-1],[-2,-1],[-13,-4],[-9,-3],[-13,-3],[-9,-2],[-12,-4],[-8,-2],[-19,0],[-19,2],[-12,1],[-10,-1],[-1,0],[-1,1],[0,1],[2,1],[-1,1],[0,1],[-2,0],[-1,-3],[-2,-1],[-4,-7],[-7,-6],[-6,0],[-3,0],[-2,0],[-2,1],[-1,0],[-1,1],[-1,1],[-1,1],[-2,5],[-1,1],[0,1],[1,2],[0,1],[3,3],[1,2],[5,4],[2,2],[2,2],[3,1],[2,2],[1,1],[7,3],[3,0],[6,2],[3,1],[19,1],[7,0]],[[6464,8302],[9,-5],[14,0],[9,-5],[7,3],[10,-2],[2,-7],[-7,-9],[34,-8],[3,2],[13,-12],[23,-6],[-1,5],[5,3],[10,2],[12,-1],[8,5],[25,-6],[21,7],[6,-1],[14,-11],[-16,-6],[-7,0],[1,-7],[23,5],[4,-1],[0,-6],[7,0],[1,-10],[5,1],[4,-4],[6,0],[-2,7],[15,-3],[6,-7],[-3,-3],[-10,1],[7,-9],[-6,-15],[7,-5],[4,-11],[3,1],[5,-4],[3,3],[4,-4],[-3,-11],[22,-5],[1,-9],[7,-1],[6,-8],[12,-6],[5,3],[7,-1],[1,-3],[16,7],[12,-6],[-3,-2],[3,1],[9,-8],[22,0],[10,5],[16,2],[-1,1],[17,0],[4,-24],[14,-16],[-6,-10],[10,-6],[18,-3],[16,-7],[1,-9],[37,-3],[6,-14],[17,-3]],[[7018,8043],[-3,-13],[2,-5],[-13,-42],[-4,-3],[12,-14],[1,-11],[19,-7],[5,-13],[8,-6],[36,2],[-15,-7],[-9,-19],[-14,-9],[-14,1],[-9,-8],[4,-10],[-2,-10],[-10,-8],[5,-9],[8,-4],[-9,-1],[-1,-11],[14,-13],[-1,-5],[-8,3],[-35,-19],[16,-10],[24,-6],[0,-4],[-13,0],[-1,-5],[-10,-6],[23,-3],[8,6],[9,-17],[12,-1],[8,-12],[-14,-20]],[[5154,7783],[-2,5],[6,13],[19,8],[5,18],[-3,0],[3,7],[-5,1],[2,26],[5,1],[-2,6],[5,4],[-1,7],[5,2],[-4,3],[8,12],[-1,3],[11,1],[11,7],[44,-8],[10,30],[21,-3],[6,7],[5,-3],[23,7],[4,-2],[10,10],[14,5],[9,20],[27,7],[15,-3],[0,5],[-11,6],[8,2],[-4,5],[1,9],[14,10],[-8,17],[2,14],[-4,10],[21,0],[9,-12],[13,-1],[11,5],[24,5],[17,-1],[15,16],[-7,19],[5,4],[8,34],[20,18],[-3,5],[5,-2],[3,3]],[[5543,8145],[13,-4],[6,2],[5,-5],[7,1],[8,-10],[4,3],[9,-3],[2,-13],[12,-6],[-3,-22],[8,0],[19,-7],[8,2],[23,0],[1,6],[18,-2],[1,4],[12,4],[3,-4],[7,1],[14,-16],[0,-6],[21,6],[5,-2],[10,-6],[-7,-10],[5,-1],[-5,-14],[6,-2],[24,6],[34,14],[8,25],[11,-4],[9,6],[15,-1],[-5,-7],[7,-11],[13,12],[22,-2],[11,-10],[17,6],[3,10],[-1,3],[-5,1],[10,9],[10,3],[2,11],[-25,-1],[-1,11],[12,-1],[4,7],[-3,3],[-6,-1],[-5,2],[0,4],[-15,11],[7,-1],[4,6],[4,-3],[8,3]],[[6085,8187],[11,0],[4,5],[-7,3],[-7,9],[10,-2],[0,4],[6,3],[9,-13],[13,6],[0,13],[11,17],[8,25],[-6,19],[-8,10],[3,1],[-4,2],[3,2],[-3,6],[8,7],[4,-3],[13,0],[15,11],[-5,-9],[11,-4],[-11,-10],[25,11],[9,-8],[19,6],[7,-2],[4,4],[1,-3],[-5,-2],[1,-3],[4,2],[6,-4],[23,-2],[21,2],[14,21],[4,0],[11,-2],[-4,-4],[0,-7],[13,-10],[3,3],[-2,7],[4,5],[-6,4],[9,2],[-1,11],[13,4],[16,-8],[-1,-5],[3,0],[-1,3],[4,5],[-4,7],[21,4],[3,6],[12,-4],[-3,-4],[4,-4],[-4,-2],[8,-6],[6,0],[2,3],[12,0],[0,-8],[15,1],[-5,-1],[3,-3],[-9,-2],[-2,-7],[10,3],[3,-6],[14,6],[13,-2],[8,2]],[[2211,8333],[14,-2],[1,0],[1,0],[4,-1],[3,0],[2,-1],[1,0],[5,-1],[6,0],[14,-3],[10,-2],[9,-2],[14,-4],[2,-1],[3,-1],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-18,4],[-17,4],[-16,-2],[-13,-1],[-1,0],[-2,1],[-1,0],[-3,0],[-4,1],[-9,3],[-7,2],[-4,1],[-10,2],[-7,0],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[1,0],[1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[2,0],[-4,-11],[-5,-3],[-6,6],[-8,5],[-1,0],[-2,2],[0,4],[2,1],[3,1],[4,2],[1,0],[8,2],[1,0],[1,0],[13,1],[18,0]],[[5337,8354],[11,-24],[-8,-16],[5,-6],[-14,-15],[0,-20],[16,2],[36,-13],[5,-11],[-4,0],[0,-5],[5,-8],[16,-12],[19,-4],[3,-4],[7,2],[-1,-8],[13,5],[9,-3],[10,1],[8,4],[19,-3],[10,-5],[8,0],[4,-9],[-8,-1],[1,-3],[9,1],[2,-4],[8,1],[6,-4],[2,-13],[-4,-1],[1,-6],[-3,-4],[7,-8],[4,2],[1,-3],[6,0],[-3,-14]],[[4763,7952],[5,5],[-3,5],[5,5],[5,1],[7,-4],[15,1],[6,25],[6,1],[8,-2],[6,-7],[8,3],[2,6],[7,2],[-1,6],[-16,4],[4,7],[7,3],[1,5],[5,1],[0,4],[18,5],[4,6],[21,6],[7,8],[5,-2],[6,4],[28,6],[10,15],[20,8],[2,8],[9,4],[11,0],[10,-7],[17,-4],[10,0],[14,6],[16,1],[15,5],[15,-4],[-1,8],[6,3],[-9,2],[-3,6],[-6,-2],[2,5],[-7,1],[-1,4],[-9,3],[-7,9],[-21,-1],[-8,4],[-1,-4],[-7,0],[-10,3],[0,4],[-17,10],[4,8],[-4,5],[-22,8],[-11,9],[2,18],[9,12],[-5,12],[36,-2],[3,16],[-6,7],[6,5],[-19,6],[-5,-3],[-16,11],[-10,-6],[-3,11],[10,-1],[21,6],[14,-2],[10,9],[-7,5],[2,3],[16,7],[0,-5],[12,0],[8,-6],[8,1],[8,8],[16,-4],[0,4],[12,7],[10,-1],[11,4],[17,-3],[13,14],[-18,11],[-7,11],[13,5],[9,-1],[5,5],[17,4],[2,5]],[[5140,8346],[15,10],[9,-9],[1,-14],[-8,-7],[-5,4],[-8,-3],[20,-18],[5,-1],[7,2],[1,-4],[-4,-2],[8,1],[21,-6],[0,7],[8,-2],[10,5],[5,-3],[3,2],[5,5],[-3,3],[4,0],[-1,3],[4,3],[14,-5],[31,7],[-6,6],[24,10],[-1,3],[13,4],[-12,15],[-14,2],[18,11],[16,-21],[-3,-4],[5,2],[3,-5],[3,5],[0,-1],[9,3]],[[3945,8222],[24,-21],[21,-36],[4,-26],[13,-26],[8,-8],[45,-24],[-2,-2],[22,-15],[-23,7],[0,-4],[30,-7],[19,-12],[-1,14],[47,-23],[26,-6],[18,-2],[15,0]],[[3577,8075],[5,3],[-4,5],[7,4],[-4,5],[15,1],[9,5],[2,5],[15,-3],[-5,9],[2,3],[16,2],[3,-7],[15,2],[2,5],[9,2],[2,11],[11,-6],[19,1],[-5,14],[9,3],[11,-2],[8,4],[1,5],[-9,7],[3,14],[5,4],[-4,6],[-9,1],[-9,5],[-9,-1],[-3,-12],[-29,7],[-15,11],[11,7],[4,8],[37,13],[-5,4],[53,30],[-25,16],[-16,33],[-43,-16],[-21,17],[-15,3],[-3,11],[-5,0],[-1,5],[-6,-1],[0,5],[-9,-1],[1,-8],[-6,2],[-9,3],[0,3],[-8,0],[-3,3],[5,3],[-7,2],[0,11],[-20,-5],[0,5],[-5,0],[-1,4],[3,8],[-5,-9],[-9,2],[-6,-6],[-2,10],[-10,-4],[0,4],[-7,3],[-2,-3],[-7,2],[-3,-6],[-9,0],[0,9],[-16,0],[0,4],[-4,1],[-8,-4],[-17,23],[-7,5]],[[3435,8384],[-4,8],[86,26],[50,4],[44,0],[44,-2],[60,-7],[-3,13]],[[3712,8426],[19,-5],[32,-16],[53,-54],[60,-87],[26,-21],[43,-21]],[[3945,8222],[50,12],[28,-3],[27,9],[-20,38],[65,20],[24,11],[17,34],[17,54],[0,9],[-10,6],[-10,-1],[-3,2],[-7,15],[3,1],[-7,11],[11,10],[16,4],[88,5]],[[4234,8459],[13,-26],[67,-35],[-4,-6],[10,-3],[-10,-16],[12,-1],[14,-10],[4,5],[-7,5],[8,6],[34,-24],[2,-13],[-17,-25],[6,-1],[1,-3],[22,-3],[7,-3],[0,-17],[-9,-10],[23,-6],[3,3],[25,5],[2,-3],[34,24],[14,-13],[-7,-3],[3,-7],[-7,-8],[0,-4],[5,0],[-14,-18],[-7,2],[0,-3],[-1,6],[-3,0],[-3,-9],[8,-4],[-17,-21],[4,0],[-5,-2],[2,-5],[-5,-4],[2,-13],[-9,-11],[8,-15],[2,-11],[-3,0],[4,-7]],[[3074,8457],[1,-2],[-5,-4],[4,-8],[7,-6],[10,3],[28,-24],[-2,-3],[52,-25],[21,-5],[32,-3],[13,3],[27,-5],[52,-2],[76,15],[45,-7]],[[2908,8315],[5,10],[0,11],[2,7],[5,14],[5,11],[1,1],[1,3],[6,9],[5,9],[2,5],[10,2]],[[2950,8397],[1,0],[1,-1],[1,1]],[[2953,8397],[1,1],[0,1],[2,3],[1,1],[3,4],[7,8],[1,1],[6,6],[5,4],[2,2],[2,1],[1,1],[0,1],[0,1],[-4,3],[2,1],[8,5],[4,3],[1,1],[17,1],[5,2],[3,1],[3,2],[3,0],[3,1],[6,1],[16,3],[4,1],[7,1],[3,0],[3,0],[4,-1],[2,0]],[[9160,8327],[1,-3],[1,-1],[12,-19],[-18,-24],[7,-11],[-1,-9],[-1,-12],[-2,-13],[-1,-6],[-1,-6],[0,-5],[-1,-8],[0,-1]],[[9156,8209],[0,1],[-6,-1],[-5,-3],[-8,-2],[-9,1],[-5,1],[-15,3],[-1,1],[-3,1],[-1,0],[-1,1],[-2,2],[-1,1],[0,1],[0,1],[0,1],[1,2],[1,2],[1,1],[1,1],[1,0],[1,1],[2,0],[11,3],[1,1],[4,1],[2,1],[12,5],[3,2],[4,3],[7,9],[5,8],[3,6],[-4,9],[0,1],[0,1],[-2,1],[-7,6],[-2,1],[-1,1],[-1,0],[-1,1],[-3,1],[-3,1],[-16,3],[-1,1],[-2,-1],[-1,0],[-4,-3],[-6,-5],[-1,-1],[-2,-2],[-1,0],[-1,-1],[-1,-1],[-6,-5],[-16,-8],[-2,-2],[-6,-3],[-3,-1],[-1,-1],[-4,0],[-2,0],[-3,0],[-2,1],[-2,2],[-3,2],[-10,3],[-10,0],[-10,-3],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-10,-2],[-18,3],[-13,3],[-7,2],[-6,1],[-9,3],[-1,0],[-1,1],[-2,1],[-1,0],[-1,2],[-4,2],[-5,2],[-7,2],[-14,0],[-13,4],[-1,0],[0,1],[-1,0],[-3,1],[-5,2],[-13,5],[-12,2],[-11,4],[-1,0],[-1,0],[-2,0],[-14,3],[-13,8],[-8,5],[-10,6],[0,1],[-1,0],[-1,1],[-7,3],[-1,2],[-8,7],[-9,3],[-14,2],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-2,1],[-2,2],[-4,5],[-4,4],[-2,3],[-7,4],[-5,2],[-4,4],[-2,5],[0,4],[-1,3],[-2,4],[-3,2],[-15,7],[-7,2],[-13,1],[-7,0],[-3,-1],[-3,0],[-3,-2],[-4,2],[-2,4],[0,1],[0,1]],[[8662,8401],[8,3],[3,-4],[27,-2],[42,-23],[19,-4],[17,2],[72,-18],[40,-2],[55,2],[51,-5],[63,-2],[101,-21]],[[5087,8491],[11,-11],[18,0],[2,-6],[18,1],[5,-3],[-7,-5],[3,-3]],[[5137,8464],[3,-3],[-8,0],[-4,-8],[-4,2],[-3,-3],[1,-8],[5,0],[26,-12],[1,-7],[-9,-7],[2,-4],[5,-1],[-2,-5],[26,-3],[7,-5],[-24,-12],[-8,1],[-7,-3],[-8,2],[-13,-3],[-3,-7],[-10,-3],[3,-7],[7,-1],[14,-23],[3,4],[3,-2]],[[4584,8224],[-2,-2],[-12,3],[-2,7],[-9,1],[-3,4],[-15,-1],[2,6],[-5,0],[1,4],[-4,-1],[-5,30],[16,6],[5,15],[9,-5],[10,6],[18,-1],[7,3],[4,-2],[10,5],[5,-2],[10,1],[3,-4],[-7,-15],[3,-12],[21,0],[5,13],[6,-2],[10,10],[-4,6],[-11,6],[14,11],[-2,3],[6,7],[31,6],[19,13],[20,-15],[5,-11],[49,2],[0,4],[8,2],[-9,-2],[-1,14],[-5,0],[2,2],[-12,5],[-1,4],[10,11],[-4,4],[-12,0],[-2,11],[6,6],[10,3],[3,5],[5,-1],[10,5],[2,6],[12,0],[4,11],[26,2],[8,-4],[2,22],[11,2],[4,-3],[13,-1],[-5,-13],[15,-6],[10,2],[0,5],[15,7],[22,-3],[2,4],[-5,4],[16,0],[3,6],[4,-4],[0,6],[12,2],[4,-2],[3,7],[10,5],[1,8],[-8,4],[-9,0],[0,2],[4,0],[-3,6],[19,0],[7,4],[15,-5],[41,3],[-2,11],[14,7],[10,-3],[4,9],[6,-2]],[[3440,8441],[33,3],[98,-5],[62,3]],[[3633,8442],[33,-3],[1,-3],[45,-10]],[[3074,8457],[7,8],[40,42],[4,4],[3,4],[5,5],[18,19],[1,1],[9,10]],[[3161,8550],[47,-74],[201,-44],[31,9]],[[5490,8540],[6,-13],[-14,-14],[-1,-14],[4,-3],[15,2],[13,-3],[6,-4],[10,1],[11,-8],[13,2],[7,-5],[-1,-4],[-8,2],[4,2],[-5,0],[-10,-8],[-7,0],[-7,-5],[-28,-3],[-9,7],[-1,4],[10,11],[-18,4],[-12,8],[-5,-2],[-5,-11],[-17,-7],[-3,-5],[-8,0],[-2,-10],[-8,-2],[-4,2],[-10,-5],[-8,0],[-5,-6],[-8,-3],[1,-4],[-10,-9],[-31,-3],[-12,-20],[-13,-8],[6,-4],[-4,-5],[-2,-15],[11,-7],[6,-21]],[[5137,8464],[12,0],[16,-10],[26,1],[5,-6],[-1,-6],[5,-2],[15,5],[5,14],[12,7],[17,6],[9,-3],[3,7],[9,4],[0,5],[13,-3],[21,4],[4,5],[12,-4],[-1,4],[5,1],[-1,2],[21,5],[6,-5],[6,9],[25,2],[9,5],[0,4],[7,0],[-2,7],[3,3],[12,2],[-10,3],[5,5],[5,0],[-5,5],[2,10],[7,3],[-2,6],[7,2],[3,4],[9,5],[-3,3],[4,4],[-7,1],[-3,7]],[[5422,8585],[1,0],[15,3],[5,-1],[3,0],[3,-1],[2,-1],[3,-2],[5,-3],[2,-1],[2,-2],[1,-1],[1,-2],[2,-2],[1,-2],[1,-1],[0,-2],[0,-1],[0,-2],[-2,-7],[0,-2],[-1,-1],[1,-2],[1,-7],[3,-3],[9,-1],[3,-1],[2,0],[1,0],[2,0],[2,0]],[[3161,8550],[26,28],[2,1],[41,44],[2,2],[1,1]],[[3233,8626],[10,-18],[6,-1],[28,-34],[19,-33],[1,-5],[10,-13],[2,-4],[13,-19],[3,1],[6,-6],[17,-9],[5,-3],[-2,-2],[32,-23],[52,6],[5,-22]],[[6111,8626],[19,-2],[1,0],[2,-1],[1,-1],[1,0],[0,-2],[1,-4],[0,-1],[0,-1],[-2,-5],[-1,-6],[-2,-4],[-1,-3],[-1,-1],[-1,-1],[-1,0],[-6,3],[0,1],[0,1],[-1,0],[-3,-13],[0,-6],[-1,-4],[-4,-6],[-1,0],[-1,0],[-1,-1],[-2,-5],[-6,-11],[-9,-12],[-1,0],[-2,0],[-3,0],[-2,0],[-1,1],[-1,0],[-2,1],[-1,1],[-1,1],[0,1],[-1,1],[0,2],[-1,1],[0,2],[0,1],[0,3],[1,1],[1,2],[3,7],[0,6],[0,1],[0,14],[1,3],[0,1],[-1,1],[-2,0],[0,-1],[-1,0],[-4,-3],[-4,-3],[-8,-8],[0,-3],[0,-1],[0,-7],[-1,-14],[0,-4],[5,0],[2,2],[-1,-3],[-1,0],[-2,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-3,1],[-2,1],[-3,2],[-3,1],[-2,2],[-1,2],[-1,1],[-1,0],[-3,1],[-1,-1],[-2,0],[-5,1],[-4,3],[0,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,-1],[-3,-2],[-3,-5],[0,-1],[2,0],[6,-1],[8,1],[8,0],[1,0],[2,-1],[-1,-1],[-6,-2],[-1,0],[-2,0],[-1,-1],[-1,0],[-4,0],[-1,0],[-1,1],[-2,0],[-1,0],[-2,1],[-1,0],[-1,1],[-1,1],[-3,2],[-2,2],[-2,2],[-1,2],[-2,3],[-2,5],[-1,3],[0,1],[0,14],[1,3],[1,1],[1,0],[1,2],[3,1],[17,9],[2,1],[2,1],[3,1],[14,4],[11,4],[13,6],[2,0],[2,1],[2,1],[6,1],[3,1],[2,1],[1,0],[2,0],[3,0],[6,1],[2,0],[2,0],[3,0],[2,0]],[[2953,8397],[-17,77],[-16,32],[-165,124]],[[2755,8630],[114,1],[292,-81]],[[2950,8397],[-43,51],[-114,11],[-354,168]],[[2439,8627],[316,3]],[[7018,8043],[11,4],[1,6],[25,13],[-3,7],[13,4],[7,-12],[23,0],[-5,-11],[19,-1],[4,-5],[-2,-3],[8,-2],[4,7],[10,3],[6,11],[-20,24],[6,1],[-2,5],[10,3],[-3,21],[4,0],[-5,13],[11,13],[-16,10],[-8,15],[42,9],[7,-9],[18,-7],[12,2],[-2,6],[-22,13],[5,2],[3,-4],[7,6],[1,15],[-4,1],[9,5],[8,2],[1,-2],[-2,-6],[-8,-5],[3,-6],[22,8],[15,-12],[-5,-9],[6,-5],[-4,-2],[5,-11],[9,-7],[7,0],[16,6],[28,2],[7,-9],[31,0],[9,-7],[5,0],[0,-3],[6,-3],[14,0],[2,-2],[17,16],[6,3],[7,-1],[5,9],[-26,16],[-12,20],[3,13],[14,20],[-3,11],[-9,1],[3,20],[-3,2],[0,14],[20,0],[3,10],[-6,11],[3,2],[40,-4],[8,4],[6,-2],[3,6],[-3,3],[1,7],[7,5],[-2,16],[4,9],[-1,10],[32,4],[19,8],[-2,7],[8,20],[-3,20],[12,5],[6,11],[4,-3],[10,4],[6,-2],[14,0],[2,7],[-14,0],[-5,4],[1,3],[-5,0],[-5,4],[7,9],[-20,6],[-1,3],[22,29],[20,-2],[-8,8],[10,2],[7,-5],[-2,6],[5,0],[-9,18],[-11,11],[-9,1],[5,6],[-4,1],[2,3],[7,7],[0,6],[21,21],[-8,8],[5,3],[-12,2],[7,8]],[[7566,8601],[27,-13],[25,-23],[16,-3],[4,0],[-2,4],[4,4],[20,1],[15,3],[7,10],[11,5],[15,-1],[17,8],[3,5],[32,-1]],[[7760,8600],[31,-14],[-2,-5],[-18,-4],[6,-13],[15,6],[8,0],[25,-10],[14,-3],[-3,-7],[9,-13],[15,-3],[12,-8],[-1,11],[22,-10],[27,-19],[24,16],[34,-16],[9,-2],[9,-9],[5,-13],[9,-5],[-6,-6],[-13,-4],[-7,-8],[0,-6],[9,-2],[-11,-23],[7,-3],[-15,-8],[4,-2],[-5,-5],[12,-9],[-8,-9],[0,-8],[7,-7],[22,-9],[23,-20],[40,14],[12,-10],[22,0],[2,16],[14,10],[19,4],[5,18],[29,-7],[9,7],[10,-12],[13,-6],[4,-5],[-6,-12],[2,-8],[-15,-18],[-13,-2],[-15,6],[-11,-1],[0,-20],[8,-2],[9,-12],[17,-12],[-16,-12],[7,-3],[0,-7],[5,-2],[6,3],[11,7],[5,8],[58,-19],[0,4],[61,-9],[19,-12],[-2,-2],[10,-8],[-3,-13],[16,-20],[13,-6],[100,10],[5,-5],[13,-3],[23,-1],[23,4],[21,-3],[31,-12],[7,3],[-1,-5],[5,-2],[42,1],[-5,-9],[-29,0],[-16,-8],[-30,-5],[-31,-22],[26,-14],[17,-5],[2,-8],[-7,-6],[18,2],[13,-6],[5,-8],[-9,-1],[1,-5],[-12,0],[-11,-10],[-12,-3],[-18,-12],[-8,0],[11,-9],[0,-12],[17,-5],[-6,-14],[3,-3],[2,-19],[-11,-3],[-9,-6],[-7,2],[-23,-3],[3,-18],[-10,-6],[-3,-7],[1,-3],[26,0],[2,-7],[-9,-15],[1,-4],[4,1],[20,-13]],[[1151,7894],[-7,8],[-10,5],[-18,5],[-18,-1],[-18,6],[-41,32],[-32,16],[-45,24],[-45,23],[-46,23],[-21,12],[-10,7],[-15,-8],[-10,1],[-10,1],[-11,5],[-7,3],[-3,1],[-9,5],[-9,5],[-10,9],[-12,10],[-12,10],[-4,5],[-5,7],[-13,16],[-2,2],[-8,12],[-18,26],[-18,28],[-68,98],[-24,-4]],[[572,8286],[4,4],[13,8],[13,7],[14,8],[14,6],[15,7],[15,6],[15,5],[16,5],[16,4],[16,4],[17,3],[16,3],[10,1],[7,1],[17,2],[9,3],[13,8],[14,8],[15,7],[15,7],[6,3],[9,4],[16,6],[7,2],[10,3],[16,4],[17,5],[18,3],[17,3],[15,3],[15,3],[15,2],[16,1],[15,1],[16,1],[59,1],[12,2],[3,0],[27,4],[9,1],[9,1],[9,1],[66,21],[18,5],[29,7],[17,5],[18,3],[18,3],[18,3],[18,1],[45,4],[17,1],[18,1],[18,-1],[17,0],[4,0],[7,0],[21,3],[10,2],[10,3],[12,4],[17,5],[14,4],[15,4],[15,4],[16,3],[15,2],[19,3],[16,2],[15,2],[16,1],[15,1],[15,0],[35,0],[20,1],[2,0],[40,11],[5,1],[12,3],[17,4],[17,3],[18,2],[18,2],[29,2],[22,2],[1,0],[21,9],[11,4]],[[2029,8587],[150,37],[260,3]],[[6207,8631],[19,-11],[-3,-2],[5,-14],[9,-6],[-5,-11],[-3,0],[2,-6],[5,-3],[28,0],[-5,9],[4,0],[6,-4],[5,3],[13,-6],[25,-4],[3,-7],[-2,-3],[-7,-1],[-1,-4],[8,-4],[4,2],[8,-9],[9,-3],[-13,-9],[4,-8],[-3,-2],[10,-9],[-2,-5],[13,-3],[15,19],[-3,6],[30,3],[9,-1],[-2,-3],[19,8],[1,5],[-10,8],[5,0],[1,6],[4,-3],[12,2],[3,5],[22,-4],[23,-10],[-8,-5],[1,-5],[-3,-1],[4,-2],[-7,-13],[2,-5],[-4,-8],[5,-8],[6,0],[5,-14],[-5,-2],[0,-5],[-12,1],[-1,-5],[8,-3],[-3,-1],[1,-6],[-7,-11],[10,-2],[-6,-8],[-5,1],[-7,-5],[-2,2],[-9,-2],[-11,-11],[20,-14],[-2,-5],[-19,-9],[9,-8],[-8,-15],[11,-4],[-16,-7],[24,-6],[15,3],[11,-7],[-4,-10],[5,-1],[6,-9],[2,-9],[-2,-8],[-4,2],[-3,-1],[-11,-14],[3,-3],[-2,-5],[5,-2]],[[5490,8540],[2,1],[12,3],[12,4],[4,1],[3,1],[8,5],[3,1],[3,3],[14,8],[3,1],[13,7],[1,1],[2,1],[4,2],[2,1],[2,1],[5,1],[4,1],[3,1],[1,0],[7,3],[2,1],[7,3],[2,1],[3,1],[6,3],[8,3],[1,1],[4,1],[2,1],[2,0],[1,0],[3,1],[8,2],[2,0],[2,1],[4,0],[4,0],[2,0],[5,1],[5,0],[2,0],[4,1],[6,2],[6,2],[6,1],[6,0],[1,0],[4,0],[2,-1],[3,0],[4,-1],[13,-1],[2,-1],[2,0],[2,0],[3,0],[3,0],[4,-1],[6,-1],[2,1],[1,0],[1,0],[3,0],[2,0],[1,1],[11,3],[12,2],[2,0],[5,1],[1,0],[2,-1],[1,-1],[3,-1],[1,-1],[2,-1],[3,-2],[1,-1],[1,-2],[1,-1],[0,-1],[1,-9],[6,-8],[0,-1],[1,-1],[2,-1],[1,-1],[4,-2],[3,-1],[5,-2],[3,-1],[4,-2],[3,0],[2,-1],[2,0],[1,0],[1,0],[2,0],[1,-1],[1,0],[1,0],[2,0],[1,0],[3,1],[2,0],[1,0],[6,5],[3,1],[3,0],[2,-1],[3,-1],[2,-3],[1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-10,-6],[-2,-1],[0,-1],[-1,-1],[-2,-10],[0,-4],[-1,-3],[-1,-5],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[3,-5],[1,-2],[1,-1],[1,-2],[2,-1],[1,1],[1,-1],[-1,0],[1,-2],[2,-1],[2,-1],[3,-2],[4,-1],[3,-1],[4,-2],[1,0],[1,-1],[1,0],[4,-1],[6,0],[3,0],[3,0],[3,0],[2,1],[1,0],[0,1],[4,2],[3,2],[1,1],[2,1],[2,1],[2,0],[2,1],[5,2],[5,2],[1,0],[1,1],[1,1],[2,2],[5,9],[4,6],[1,1],[1,1],[1,0],[1,1],[1,0],[2,0],[2,0],[1,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,-2],[6,-8],[0,-1],[1,-1],[0,-1],[2,-1],[1,-2],[1,-1],[1,-1],[1,0],[12,-7],[1,-1],[1,-1],[1,0],[1,0],[1,0],[2,0],[4,1],[2,0],[2,1],[3,0],[2,1],[1,1],[2,0],[9,0],[8,-2],[8,-3],[-4,-4],[-2,-3],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[3,-2],[1,-1],[4,-2],[3,-2],[1,0],[1,-1],[1,0],[1,0],[4,-1],[5,-2],[5,-1],[1,-1],[1,-1],[1,0],[1,0],[1,-2],[2,-2],[0,-1],[0,-2],[0,-1],[12,-6],[10,-1],[4,1],[3,3],[0,1],[-7,0],[-6,1],[-4,2],[-1,1],[-3,6],[1,1],[0,1],[1,1],[1,0],[2,1],[1,1],[1,0],[2,1],[6,2],[1,0],[1,1],[4,4],[3,4],[1,1],[5,3],[1,1],[7,13],[1,0],[0,2],[1,5],[1,4],[0,2],[0,2],[0,1],[0,1],[-1,6],[2,10],[-5,5],[0,-5],[-7,0],[-1,2],[3,6],[3,1],[6,0],[7,-3],[3,3],[2,4],[4,8],[1,11],[1,6],[0,6],[5,5],[3,7],[1,1],[1,2],[1,0],[0,1],[1,1],[1,0],[1,1],[6,4],[1,0],[1,0],[1,1],[3,0],[4,1],[3,1],[4,1],[1,1],[1,0],[1,2],[0,1],[0,1],[0,1],[-1,2],[-1,1],[-2,1],[-2,1],[-1,-1],[-3,-1],[-5,0],[-2,0],[-1,0],[-1,0],[-1,1],[0,1],[1,1],[1,2],[0,1],[1,1],[1,1],[2,1],[2,1],[1,1],[1,0],[2,0],[2,-1],[1,-1],[1,-2],[1,-2],[0,-1],[1,-1],[2,-1],[1,-1],[3,-1],[2,-1],[2,0],[2,0],[3,0],[1,0],[1,0],[1,0],[1,1],[5,1],[6,2],[1,0]],[[4357,8611],[-32,-20],[4,-8],[-14,-1],[7,-5],[-6,-4],[1,-5],[9,1],[-7,-23],[-7,-3],[-4,14],[-17,15],[-12,3],[-15,-5],[-2,1],[0,-8],[11,-14],[22,-2],[6,-9],[-3,-2],[5,-12],[-9,-5],[1,-6],[-29,3],[-8,-14],[-17,3],[-1,-13],[4,-8],[-3,-4],[7,-5],[-14,-16]],[[3633,8442],[-2,13],[18,2],[-1,6],[-13,1],[-1,2],[9,44],[8,4],[-2,3],[7,2],[8,7],[-1,-5],[10,6],[8,13],[34,27],[14,3],[3,4],[-5,3],[2,3],[9,2],[-1,3],[3,2],[-4,3],[6,9],[1,10],[4,1],[1,10],[-8,1],[3,14],[-10,-1],[3,2],[-4,6],[-3,-1],[-3,3],[2,3],[3,0],[-1,3],[7,-1],[0,3],[10,-2],[7,26]],[[3754,8676],[11,4],[17,-3],[13,9],[12,-4],[17,2],[4,-7],[24,4],[0,3],[5,1],[3,-3],[9,3],[3,-10],[8,2],[-7,9],[8,-4],[7,6],[6,-3],[0,9],[7,5],[6,-1],[2,9],[23,4],[21,-7],[10,8],[7,1],[9,6],[10,1],[0,2],[9,1],[-12,-7],[10,-1],[3,-3],[5,2],[17,0],[4,-3],[12,2],[15,-7],[-4,-7],[9,-7],[3,-8],[18,-3],[-1,-4],[-6,-2],[3,-18],[58,-2],[13,6],[10,15],[4,-3],[-2,-10],[3,-4],[20,1],[9,-9],[9,-2],[17,5],[6,4],[3,-6],[12,8],[15,3],[18,-5],[23,2],[12,-5],[5,-8],[-7,-23],[46,-4],[1,-7],[8,-2]],[[4960,8702],[21,-15],[4,1],[4,-1],[11,-15],[33,-2],[11,7],[2,8],[9,3],[19,-1],[22,-8],[10,4],[14,-1],[-6,-11],[1,-7],[-4,0],[2,-4],[-7,0],[-4,-8],[4,-13],[6,-4],[-6,-6],[-9,-2],[-3,-9],[-25,5],[-9,8],[-8,-1],[-15,-9],[-1,-6],[-12,-3],[-16,-21],[-14,-13],[10,4],[39,-3],[7,-3],[1,-5],[15,-2],[9,6],[8,-1],[1,-10],[-7,-1],[-7,-5],[-1,-14],[11,-8],[9,1],[4,-2],[-2,-2],[7,-2],[5,-9],[-5,-4],[11,-4],[-5,-3],[1,-6],[-18,-14]],[[4357,8611],[13,-4],[26,1],[0,4],[7,5],[14,-2],[11,1],[3,3],[9,-1],[-1,4],[5,1]],[[4444,8623],[2,-5],[10,3],[11,-1],[-2,3],[7,0],[-1,5],[6,4],[8,-5],[21,-1],[3,6],[6,0],[0,12],[7,4],[12,-6],[16,2],[-4,2],[5,9],[11,-4],[-11,5],[18,5],[-3,7]],[[4566,8668],[26,1],[9,-3],[28,4],[8,-3],[19,5],[17,-7],[10,2],[2,3],[10,1],[11,6],[3,7],[11,1],[1,4],[10,1],[14,6],[13,-2],[8,6],[9,1],[-2,4],[-8,0],[3,6],[4,-4],[12,0],[16,6],[14,10],[22,-1],[-2,3],[58,8],[6,-25],[-3,-7],[11,-6],[6,2],[4,-3],[-4,-6],[25,-2],[25,1],[-2,15]],[[4543,8760],[-1,-4],[-9,0],[-1,-5],[-6,-5],[4,-11],[-3,-12],[6,-3],[-4,-2],[4,-6],[-10,-15],[14,-5],[6,0],[2,-8],[-15,-9],[1,-3],[18,-5],[17,1]],[[4444,8623],[3,18],[5,2],[-1,10],[6,1],[1,4],[-5,6],[-7,-2],[-18,2],[3,3],[-2,11],[4,5],[2,9],[-2,13],[-9,11],[5,6],[-2,4],[17,3],[1,4],[-4,3],[11,18],[10,3],[2,8],[9,4],[9,-1],[2,16],[16,2],[14,-9],[17,-3],[-8,-8],[20,-6]],[[1836,8630],[-154,-25],[0,164],[43,3],[111,-142]],[[6779,8832],[2,0],[11,-21],[3,0]],[[6795,8811],[3,1],[4,1],[8,6],[5,1],[18,-1],[4,-4],[1,-4],[-3,-12],[-3,-2],[-8,0],[-6,0],[-8,-1],[-9,-3],[-8,-1],[-2,-3],[0,-9],[0,-3],[0,-2],[-1,-5],[2,-7],[1,-3],[-2,-11],[1,-4],[1,-2],[1,-2],[2,-3],[4,-4],[5,-6],[6,-6],[2,-2],[2,-1],[7,-2],[1,0],[2,0],[1,1],[15,2],[11,-1],[1,-7],[0,-1],[0,-3],[-1,-1],[-1,-2],[-1,2],[-2,4],[-3,4],[-10,-1],[-12,-1],[-3,0],[-12,3],[-10,6],[-6,5],[-5,5],[-5,9],[-3,9],[3,8],[1,4],[1,3],[-4,8],[1,10],[3,5],[1,1],[1,3],[3,13],[1,1],[0,4],[0,1],[0,1],[0,2],[-2,4],[-1,3],[-3,5],[-3,0],[-1,4],[-1,2]],[[9111,8504],[0,-1],[-10,-8],[-1,0],[-8,-7],[-1,0],[-10,-1],[-8,1],[-4,-2],[-2,-1],[0,-2],[7,0],[10,-1],[5,-1],[5,-11],[1,-1],[1,-1],[1,-8],[0,-2],[1,-7],[1,-4],[-1,-11],[-1,-6],[0,-4],[0,-1]],[[9097,8425],[-7,-1],[-4,3],[-1,1],[-1,1],[-3,2],[-2,0],[-2,1],[-4,1],[-2,0],[-1,0],[-7,-2],[-6,1],[-6,0],[-9,0],[-5,0],[-5,-1],[-2,0],[-1,0],[-1,0],[-2,0],[-5,-1],[-4,0],[-1,0],[-5,0],[-1,1],[-1,0],[-3,0],[-2,0],[-3,0],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[-2,0],[-3,0],[-12,1],[-5,0],[-2,1],[-2,1],[-2,1],[-1,1],[-8,1],[-1,0],[-6,-2],[-11,-3],[-7,-2],[-1,0],[-2,1],[-7,2],[-3,1],[-2,1],[-3,1],[-3,1],[-2,0],[-1,0],[-2,-1],[-1,0],[-12,-4],[-11,-6],[-3,-3],[-5,-5],[-1,-1],[-1,-1],[-2,-1],[-14,-10],[-1,-1],[-1,0],[-1,-1],[-2,1],[-4,1],[-1,0],[0,1],[-1,0],[-2,0],[-1,0],[-10,-2],[-1,0],[-2,-1],[-2,0],[-1,-1],[-9,-2],[-13,-2],[-1,0],[-4,0],[-2,0],[-6,0],[-9,2],[-3,1],[0,1],[-1,1],[2,5],[2,0],[3,-1],[3,-1],[1,-1],[2,-1],[4,-1],[1,0],[8,1],[4,1],[1,1],[1,0],[0,1],[3,2],[0,1],[1,1],[1,7],[0,1],[-1,1],[-1,1],[-1,1],[-2,1],[-2,1],[-1,0],[-17,7],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[1,0],[1,1],[-2,1],[-1,-2],[0,-1],[-1,0],[0,-2],[0,-1],[1,-1],[0,-7],[-3,-4],[-5,-13],[0,-2],[-4,-5],[0,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-15,-3],[-3,0],[-5,0],[-7,0],[-16,2],[-15,3],[1,1],[1,0],[-1,1],[-3,2],[-7,3],[-6,0],[-12,0],[-7,1],[-3,5],[7,10],[4,6],[7,5],[6,-1],[6,0],[1,0],[8,1],[2,1],[8,4],[17,2],[10,0],[1,1],[5,3],[1,0],[2,2],[12,6],[9,2],[2,1],[2,2],[0,1],[3,5],[4,7],[6,15],[-3,18],[-1,12],[-1,1],[-1,2],[-1,1],[-1,1],[-5,9],[-1,4],[0,1],[-2,1],[-1,1],[-10,6],[-5,2],[-2,1],[-2,1],[-6,3],[-1,2],[-1,3],[-1,1],[0,1],[1,3],[1,2],[3,12],[0,2],[1,1],[6,8],[2,0],[1,1],[3,1],[1,0],[9,0],[6,0],[16,3],[1,1],[6,0],[14,-3],[3,-1],[3,-2],[0,-2],[0,-4],[0,-2],[-1,-3],[0,-5],[3,-6],[-2,-5],[-4,-5],[-8,-11],[-2,-11],[0,-5],[1,-10],[2,-1],[5,-1],[0,1],[5,12],[2,12],[-3,4],[1,1],[2,1],[1,0],[8,2],[11,1],[-1,-1],[1,-1],[7,4],[5,1],[14,-4],[4,-5],[0,-1],[-1,0],[-1,-1],[0,-2],[1,-3],[2,-2],[4,-3],[3,-1],[16,-6],[6,-1],[1,0],[2,2],[1,3],[1,1],[0,1],[-1,0],[0,1],[-2,1],[-1,0],[-1,1],[1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,2],[-1,1],[0,1],[1,2],[0,1],[3,5],[2,4],[3,8],[2,6],[1,5],[1,4],[1,7],[0,1],[0,1],[-1,11],[-3,7],[0,1],[-1,1],[3,1],[1,1],[0,1],[-2,-1],[0,-1],[-4,-1],[0,1],[0,5],[0,4],[-2,3],[-1,3],[-2,1],[-3,4],[-1,0],[-1,1],[-3,1],[-2,0],[-1,0],[-9,-2],[0,-1],[-1,-1],[-1,-1],[-6,-5],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,5],[0,2],[0,1],[0,5],[0,4],[-2,5],[-2,5],[0,3],[-1,3],[-1,2],[0,2],[-11,11],[-10,7],[-2,2],[-3,9],[-2,1],[-2,0],[-2,-1],[0,-1],[-1,0],[-5,-3],[-11,0],[-5,1],[-10,2],[-7,0],[-6,1],[-1,0],[-1,1],[-1,0],[-9,1],[-2,-3],[2,-3],[0,-1],[-1,-1],[-4,-13],[2,-2],[8,-6],[5,-6],[6,-7],[1,-9],[-6,-10],[-1,0],[-1,0],[-2,0],[-1,1],[-1,1],[-1,0],[-2,2],[-1,1],[0,2],[0,1],[0,1],[1,2],[1,0],[4,3],[6,4],[-5,6],[-1,0],[-5,-2],[-8,-9],[-3,-7],[-1,-2],[-1,-1],[-1,-1],[-3,-3],[-2,-3],[-2,-1],[0,-1],[-11,-1],[-5,-1],[-8,-1],[-8,-2],[-2,0],[-2,-1],[-1,-2],[-1,-3],[-2,-4],[-1,0],[-1,0],[-1,1],[-2,1],[-1,0],[-2,2],[-1,2],[0,1],[-1,2],[0,2],[0,2],[0,2],[0,1],[1,2],[2,3],[1,1],[1,2],[3,2],[5,11],[6,8],[1,-1],[2,-2],[2,0],[4,3],[1,2],[1,1],[0,3],[0,1],[-1,1],[0,1],[-1,0],[-2,1],[-1,1],[-17,5],[-1,1],[-2,0],[-1,0],[-2,0],[-5,-2],[-2,-3],[0,-1],[-1,-1],[-2,0],[-4,-2],[-7,-2],[-3,-1],[-4,-1],[-2,0],[-12,-7],[-3,-2],[-1,0],[-2,0],[-3,-4],[-2,-4],[-2,-2],[-1,-3],[-1,-2],[-2,-1],[-2,-1],[-1,0],[-17,0],[-1,0],[-10,1],[-1,0],[-1,1],[-2,2],[-4,5],[-1,1],[0,1],[0,1],[1,3],[0,2],[2,2],[6,7],[4,2],[8,3],[9,10],[0,1],[0,1],[0,1],[-1,1],[8,13],[0,1],[0,2],[2,6],[2,4],[3,5],[5,11],[4,10],[1,4],[0,1],[0,1],[0,1],[-3,5],[-2,4],[-1,3],[-1,1],[-1,1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-2,0],[-4,0],[-2,1],[-1,0],[-1,1],[0,1],[-2,1],[-2,1],[-7,8],[-4,5],[0,1],[0,1],[0,1],[0,1],[-2,4],[-3,4],[-4,1],[-1,0],[0,1],[-3,4],[-3,-2],[2,-2],[0,-1],[1,-1],[-4,0],[-2,1],[-1,0],[-2,4],[-1,2],[-1,1],[0,2],[-2,11],[-2,8],[4,9],[4,5],[2,1],[10,4],[4,1],[1,0],[2,1],[2,0],[10,1],[8,1],[2,0],[1,0],[8,-2],[1,0],[1,-1],[1,0],[1,-1],[1,-1],[2,-1],[3,-2],[2,-3],[0,-2],[1,-4],[0,-2],[1,-2],[0,-1],[4,-8],[0,-1],[1,-1],[0,-1],[1,-1],[5,-9],[1,-2],[1,-2],[1,-1],[4,-6],[3,-4],[1,-2],[2,-2],[1,0],[1,-2],[3,-3],[3,-3],[4,-4],[5,-3],[1,-2],[7,-5],[5,-4],[4,-3],[5,-4],[2,-1],[8,-5],[8,-4],[4,-2],[5,-2],[7,-4],[12,-5],[9,-4],[7,-3],[4,-1],[2,-1],[1,0],[1,0],[3,-1],[11,-2],[5,-1],[2,0],[2,0],[2,0],[2,-1],[2,0],[2,-1],[2,-1],[3,-1],[2,-1],[9,-3],[10,-4],[5,-2],[4,-1],[15,-7],[7,-4],[2,-2],[1,-2],[1,-1],[2,-1],[1,-1],[1,-1],[7,-6],[8,-7],[4,-2],[2,-2],[4,-3],[8,-6],[14,-9],[4,-3],[7,-4],[4,-3],[5,-3],[6,-4],[4,-3],[14,-9],[2,-1],[2,0],[0,-1],[3,-2],[3,-2],[7,-5],[9,-6],[7,-5],[2,-1],[1,-1],[2,-3],[2,-1],[2,-2],[2,-2],[2,-2],[2,-2],[5,-3],[6,-4],[4,-3],[5,-4],[1,-1],[1,-2],[2,-2],[3,-2],[3,-3],[2,-1],[1,-1],[15,-9],[8,-4],[8,-4],[13,-5],[1,-1]],[[9156,8209],[6,-8],[8,-8],[4,-6],[-1,-4],[0,-1],[0,-1],[-1,-2],[-2,-2],[-1,-1],[-2,-1],[-3,-2],[0,-5],[3,-3],[3,-1],[3,-2],[1,-1],[1,-2],[0,-19],[0,-1],[-1,-7],[0,-4],[9,-6],[3,-2],[1,-1],[6,-4],[3,-2],[7,-4],[7,-2],[-1,-7],[0,-9],[-1,-9],[-1,-8],[-1,-2],[0,-6],[-1,-3],[0,-5],[0,-3],[0,-6],[0,-1],[2,-8],[-7,-8],[-2,-5],[1,-4],[0,-3],[-1,-7],[7,-6],[2,-1],[2,-2],[4,-9],[-2,-4],[-1,-1],[-1,-2],[1,-2],[2,-3],[1,-1],[3,-6],[2,-6],[1,-2],[1,-4],[1,-3],[4,-2],[2,-1],[6,-2],[9,-2],[5,-3],[3,-7],[1,-2],[-1,-4],[0,-4],[1,-3],[2,-8],[1,-6],[0,-6],[-1,-3],[2,-5],[0,-1],[3,-1],[7,-2],[4,-2],[0,-4],[0,-2],[1,-5],[-1,-9],[-2,-4],[0,-2],[0,-4],[2,-9],[2,-4],[0,-2],[1,-3],[0,-3],[0,-6],[1,-3],[4,-6],[8,-12],[4,-6],[2,-4],[4,-11],[1,-8],[-2,-9],[-1,-5],[1,-5],[2,-4],[5,-2],[6,-4],[1,-9],[2,-5],[2,-4],[2,-4]],[[7760,8600],[11,17],[29,-4],[6,8],[13,7],[15,0],[8,4],[18,4],[3,-2],[7,9],[11,-3],[3,6],[11,-2],[-2,-9],[23,-7],[2,2],[0,-6],[28,-1],[-4,8],[31,4],[10,6],[4,-1],[0,3],[14,-3],[7,6],[-1,6],[8,5],[5,7],[7,-1],[4,10],[14,9],[33,-6],[12,12],[-30,11],[-5,4],[-9,20],[-27,7],[-8,16],[4,3],[21,2],[7,-2],[-1,4],[8,7],[42,6],[-4,20],[6,2],[-6,12],[2,6],[12,20],[21,16]],[[8123,8842],[6,-9],[2,-3],[2,-1],[1,0],[1,0],[2,0],[1,0],[4,-3],[3,-4],[-3,0],[0,-1],[1,-4],[-6,-5],[-3,-4],[4,-1],[10,1],[13,2],[8,3],[13,7],[1,0],[2,1],[2,0],[2,0],[3,0],[2,-1],[2,-1],[3,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[2,-1],[4,-1],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[2,-1],[2,-1],[1,-1],[0,-1],[1,-1],[-1,-2],[-3,-3],[-14,-5],[-13,-7],[-1,-1],[2,-1],[0,-1],[-1,-3],[1,-1],[0,-1],[2,-3],[2,-1],[3,-1],[1,0],[2,1],[5,2],[3,1],[1,1],[2,1],[3,5],[1,1],[0,2],[1,2],[2,1],[3,1],[1,-1],[-1,-1],[-2,-1],[-1,-2],[0,-1],[0,-5],[8,-5],[11,-5],[1,-1],[1,-1],[1,-1],[3,-3],[4,-7],[2,-3],[3,-5],[1,-3],[1,0],[0,-1],[0,-4],[3,-11],[1,-1],[4,-3],[-1,-1],[1,-3],[3,-3],[8,-4],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[13,-5],[18,-3],[8,1],[7,2],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-2,2],[-3,3],[-1,1],[-7,7],[-1,0],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,2],[-1,1],[0,1],[0,1],[-1,1],[-1,2],[-2,1],[-2,2],[-1,1],[-1,1],[-1,1],[0,1],[1,2],[4,3],[6,2],[3,1],[2,1],[3,1],[13,3],[5,1],[7,1],[13,2],[4,0],[5,0],[5,0],[2,-1],[4,0],[3,0],[1,0],[2,1],[19,1],[3,1],[2,-1],[1,0],[1,1],[1,0],[1,0],[1,0],[2,0],[8,2],[12,2],[13,3],[13,3],[4,1],[1,0],[4,2],[3,2],[3,2],[3,1],[1,1],[2,2],[2,1],[2,2],[6,3],[2,0],[1,1],[2,1],[16,7],[11,5],[6,5],[9,4],[1,1],[2,0],[5,0],[2,0],[1,0],[2,-1],[5,-2],[2,-1],[2,-2],[3,-4],[-1,-2],[-5,-3],[-3,-1],[-3,0],[-3,0],[-2,-1],[-4,0],[-1,-1],[-1,0],[-1,-1],[1,-6],[3,-5],[10,-2],[13,-5],[7,-3],[1,-1],[1,0],[2,-2],[0,-1],[-1,0],[2,-1],[4,-1],[4,1],[6,-1],[7,-2],[13,-8],[-1,-1],[-3,-2],[-2,-2],[4,-7],[12,-8],[3,-3],[4,-2],[6,-2],[2,-1],[1,0],[1,0],[2,1],[4,0],[3,-2],[2,0],[1,-1],[1,-1],[1,-1],[2,-3],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-3,-3],[-2,-1],[-2,-2],[-1,0],[-1,-3],[-1,-2],[0,-2],[0,-1],[-1,-11],[-3,-9],[-4,-5],[-5,-1],[-8,-4],[-1,0],[0,-1],[1,-1],[1,-1],[4,-3],[6,-5],[1,-1],[-1,-1],[-2,-3],[-3,-2],[-14,-9],[-13,-6],[-4,0],[-3,-1],[-5,-2],[-1,0],[0,-2],[1,-2],[4,-3],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[8,-12],[1,-3],[6,-4],[1,0],[2,-1],[13,-8],[11,-8],[12,-4],[14,-3],[13,-8],[9,-7],[1,-2],[1,-1],[0,-1],[1,-1],[1,-1],[2,-2],[4,-4],[1,-1],[2,-2],[3,-2],[1,-1],[3,-5],[-2,-7],[-1,-2],[0,-2],[0,-1],[1,-1],[4,-2],[3,-1],[7,-1],[2,1],[1,1],[2,1],[4,0],[8,-3],[2,-1],[1,-2],[0,-1],[-1,-1],[1,-1],[1,-1],[2,0],[11,-7],[11,-9],[3,-4],[2,-1],[1,-2],[2,-4],[0,-2],[0,-1],[0,-1],[-1,-2],[-3,-4],[-1,-1],[-3,-2],[-4,-2],[-1,-1],[-2,-1],[-1,0],[-2,1],[-4,0],[-4,0],[-2,0],[-1,-1],[-3,-1],[-2,-1],[-5,-2],[-1,-1],[-10,-6],[-5,-3],[-7,-5],[0,-1],[-2,-2],[-4,-5],[-1,-3],[-7,-11],[-20,0],[-1,-1],[-1,0],[0,-1],[-2,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-2],[1,-1],[0,-1],[-1,-1],[-7,-2],[-1,0],[-4,-1],[-4,-2],[-3,-3],[1,-3],[0,-1],[2,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[2,-1],[0,-1],[1,0],[0,-2],[0,-1],[-2,-3],[-1,0]],[[6683,8819],[2,0],[5,2],[2,1],[5,1],[1,0],[1,0],[3,-1],[4,0],[2,-1],[3,0],[3,0],[3,0],[7,0],[4,0],[1,0],[1,0],[2,0],[2,0],[2,0],[12,1],[2,0],[6,1],[7,1],[1,1],[2,0],[3,1],[5,3],[5,2],[0,1]],[[6795,8811],[-1,3],[-4,7],[1,1],[-2,5],[7,-2],[1,-1],[0,-1],[2,0],[1,0],[1,0],[2,0],[1,0],[2,1],[5,2],[2,1],[2,1],[1,1],[3,1],[1,1],[1,0],[1,1],[1,0],[1,1],[1,0],[1,1],[1,1],[2,2],[1,0],[1,1],[2,2],[1,1],[1,1],[1,0],[1,1],[1,1],[2,1],[1,2],[9,9],[2,2],[6,7],[1,1],[1,2],[2,3],[1,2],[2,3],[1,1],[4,5],[1,1],[3,4],[2,1],[9,8],[4,3],[4,3],[2,1],[2,1],[2,1],[2,1],[2,1],[1,1]],[[6904,8908],[40,-5],[27,3],[6,-5],[-4,-31],[8,-2],[1,-4],[23,-17],[-39,-18],[-17,1],[-14,-2],[-5,-5],[1,6],[-24,-1],[-8,-19],[-16,-2],[-9,-4],[1,-4],[9,-1],[8,-14],[-7,-17],[-12,-7],[-1,-15],[22,-13],[3,2],[-1,-3],[10,-12],[-3,-21],[-9,-3],[0,-11],[-21,-3],[-5,5],[-4,-1],[-17,-9],[-2,-6],[-32,0],[-23,-7],[0,-3],[-2,2],[-10,-1],[-9,2],[-4,4],[0,9],[-9,-5],[-2,3],[0,3],[11,5],[-8,0],[-6,9],[3,10],[-7,8],[-10,3],[7,15],[-5,1],[1,5],[-15,1],[2,5],[-5,9],[-16,7],[0,5],[14,-3],[-1,10],[6,1],[-1,8],[-11,4],[2,5],[-4,-1],[-6,7],[10,4],[7,8],[-18,5],[-6,6],[-15,5]],[[6207,8631],[1,0],[7,4],[1,0],[1,1],[2,1],[1,1],[1,1],[1,1],[1,0],[1,1],[1,1],[1,1],[2,2],[2,3],[5,8],[0,3],[-1,2],[-1,4],[-2,4],[-1,2],[0,3],[-1,1],[1,1],[1,1],[10,3],[8,1],[8,2],[6,2],[6,5],[6,6],[1,7],[0,9],[-7,9],[-3,3],[-1,1],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,0],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-14,-9],[-9,-8],[-10,-9],[-10,-10],[-8,-6],[-5,-3],[-2,-3],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-2,0],[-1,-1],[0,-1],[1,-1],[1,0],[0,1],[1,1],[1,-1],[0,-1],[0,-1],[0,-1],[-2,-1],[-1,-1],[-7,-5],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[1,1],[1,2],[1,2],[1,0],[3,3],[0,5],[-2,12],[-4,2],[-5,-4],[0,-1],[0,-1],[-2,1],[0,1],[0,1],[0,1],[1,1],[2,2],[1,1],[1,1],[5,4],[8,6],[8,8],[4,4],[0,1],[2,1],[2,1],[5,2],[3,1],[1,1],[3,0],[6,1],[2,0],[1,0],[1,0],[3,0],[2,0],[2,0],[2,0],[2,1],[1,0],[2,0],[5,2],[1,0],[9,5],[3,1],[3,2],[6,3],[1,1],[2,1],[2,1],[2,2],[1,1],[3,3],[3,2],[12,10],[6,4],[8,6],[4,3],[4,3],[3,3],[4,3],[1,0],[4,3],[3,2],[6,5],[1,0],[1,1],[1,1],[4,1],[1,0],[4,0],[3,0],[2,0],[1,0],[2,1],[8,0],[2,0],[16,-1],[18,0],[2,0],[7,0],[3,0],[1,1],[2,0],[18,-2],[2,0],[4,-2],[11,-2],[2,-1],[1,0],[5,-1],[5,-1],[4,0],[4,-1],[7,0],[2,-1],[2,0],[12,-1],[11,0],[6,0],[12,0],[1,0],[4,1],[2,0],[2,0],[1,1],[1,0],[1,0],[10,2],[8,1],[9,2],[2,1],[2,0],[1,0],[8,2],[1,1],[4,1],[2,0],[2,1],[1,0],[3,1],[2,1],[3,1],[4,2],[1,0],[9,2],[2,1],[2,0],[9,2],[16,3],[3,0],[3,1],[2,0],[3,0],[3,1],[10,3],[4,1],[4,2],[2,0],[4,2],[2,0],[6,2],[4,1]],[[6904,8908],[2,0],[6,4],[9,5],[2,1],[2,1],[3,1],[2,1],[3,0],[5,2],[12,5],[11,4],[8,3],[8,4],[5,2],[11,4],[3,1]],[[6996,8946],[-2,-11],[-5,-6],[24,-7],[-4,-5],[13,0],[4,-23],[7,1],[-1,-5],[5,0],[1,-3],[8,1],[-2,-6],[22,-3],[-5,-7],[8,-7],[16,-1],[6,-6],[0,-20],[-24,-6],[1,-2],[4,0],[3,-7],[12,1],[7,-2],[-11,-19],[18,-7],[-3,-6],[-7,0],[2,-4],[12,-18],[7,-2],[-2,-4],[-6,2],[0,-23],[12,-3],[6,1],[1,3],[11,-2],[12,4],[-5,4],[9,2],[7,-2],[2,6],[15,-9],[13,-13],[-7,-5],[5,-14],[26,7],[9,-3],[4,-6],[7,3],[17,0],[3,3],[18,-6],[4,-3],[19,6],[26,-27],[13,-1],[4,2],[-2,2],[6,0],[5,5],[3,-1],[6,-8],[17,-5],[34,-27],[16,-2],[8,-6],[16,-4],[1,-2],[-10,-5],[10,3],[-6,-5],[26,-14],[9,3],[0,4],[8,0],[14,12],[13,-6],[3,2],[1,-5],[7,-6],[7,-3],[3,2],[16,-11],[-2,-3],[22,-7]],[[4671,9059],[24,-22]],[[4695,9037],[1,-1],[0,-1],[0,-1],[0,-4],[0,-2],[-6,-13],[-8,-5],[-5,-3],[-12,-3],[-12,-7],[4,6],[9,10],[8,11],[2,2],[1,1],[0,2],[0,1],[-1,1],[-1,4],[-1,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,0],[-3,2],[-2,1],[-1,1],[-1,1],[-1,1],[0,1],[1,2],[0,1],[1,2],[3,4],[1,2],[5,-1],[1,1]],[[3607,9023],[16,-2],[7,-4],[-8,-16],[2,-3],[22,14],[12,-5],[4,1],[4,20],[-10,6],[-1,3],[13,1],[14,-8],[15,5],[7,-3],[3,-4],[-7,-5],[0,-3],[18,-10],[-7,-10],[3,-11],[-16,1],[0,-4],[4,-4],[11,-1],[-6,-7],[17,-8],[-2,-8],[6,-11],[12,-1],[5,-4],[5,1],[8,6],[7,1],[10,7],[8,0],[6,-4],[21,0],[-2,9],[4,7],[14,1],[1,-7],[6,-3],[11,4]],[[3844,8964],[11,-10],[-3,-4],[4,-5],[-5,-2],[5,-3],[0,-6],[9,-5],[10,4],[1,-7],[11,-1],[1,-10],[10,-7],[0,-8],[-11,-2],[2,-14],[8,-4],[-6,-4],[1,-7],[-9,-6],[10,-12],[2,-9],[-10,0],[4,-3],[-9,-3],[8,-6],[6,-1],[4,-12],[-18,-8],[-77,-25],[-55,-28],[9,-9],[3,-34],[-9,-5],[7,-19],[-4,-13]],[[3233,8626],[-4,-2],[-12,1],[-10,1],[2,0],[4,1],[3,0],[2,1],[11,2],[3,0],[4,1],[1,0],[0,1],[0,1],[0,1],[2,3],[2,2],[1,2],[0,1],[1,0],[6,4],[2,1],[12,3],[10,2],[7,1],[15,0],[18,-2],[9,-1],[13,-2],[1,0],[7,-3],[13,-5],[0,-1],[2,0],[6,1],[6,-1],[2,0],[4,1],[2,1],[1,0],[4,2],[2,1],[1,1],[2,1],[2,1],[1,1],[1,2],[1,2],[2,2],[1,3],[0,2],[1,2],[2,5],[0,2],[0,2],[0,2],[-6,3],[-7,0],[-8,2],[-4,2],[6,2],[3,1],[3,0],[3,1],[1,3],[-3,3],[-11,9],[-10,8],[-2,1],[-1,2],[-1,1],[-1,2],[-1,2],[-1,1],[-5,11],[-3,6],[-4,8],[-3,7],[-3,6],[-2,4],[-1,3],[0,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-2,1],[-1,0],[-12,2],[-1,0],[-1,0],[-3,-1],[-3,-1],[-3,0],[-15,-4],[-5,-2],[-10,-5],[-2,0],[-5,-3],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-1,0],[0,2],[5,6],[-1,4],[-5,-2],[-1,-3],[-1,-1],[0,-2],[0,-2],[1,-3],[-1,1],[-2,4],[-13,10],[-10,6],[-8,10],[-2,4],[0,1],[-2,3],[-2,6],[-1,2],[0,1],[-3,11],[-1,2],[-1,1],[-1,2],[-1,0],[-2,1],[-2,0],[-1,1],[-1,1],[-1,1],[-1,4],[1,7],[1,4],[1,4],[2,6],[4,7],[2,3],[2,7],[1,2],[5,4],[5,4],[5,2],[0,3],[1,0],[2,11],[2,7],[0,4],[-5,3],[-1,0],[0,4],[0,3],[3,9],[0,3],[4,3],[5,4],[1,9],[0,3]],[[3246,8935],[39,-5],[22,2],[0,22],[3,7],[25,11],[22,23],[26,5],[24,20],[2,7],[-13,14],[0,13],[10,15],[17,10],[17,-1],[16,-12],[35,-7],[12,0],[8,9],[4,0],[15,-8],[3,-9],[28,-10],[1,-14],[19,-2],[-10,-9],[5,-13],[27,-3],[-11,14],[15,9]],[[7916,9005],[1,-1],[3,-2],[1,-1],[1,0]],[[7922,9001],[0,-7],[5,-6],[-10,-32],[19,-19]],[[7936,8937],[-12,1],[-4,1],[-2,0],[-1,0],[-1,1],[-2,1],[-11,5],[-5,3],[-4,3],[-5,4],[-1,4],[0,4],[0,5],[1,3],[1,0],[2,1],[2,3],[3,5],[0,5],[-2,2],[-11,8],[-9,6],[-6,8],[-4,10],[-4,6],[-1,2],[0,1],[-1,2],[-1,2],[0,1],[0,3],[0,1],[0,3],[2,3],[1,1],[1,1]],[[7862,9046],[16,-8],[11,1],[11,-31],[16,-3]],[[7153,8970],[-1,-1],[-5,-2],[-9,-7],[-6,-6],[-1,-3],[-1,-1],[0,-2],[1,-7],[2,-5],[7,-10],[1,-1],[1,0],[4,-1],[9,-1],[7,-1],[2,0],[2,0],[3,-1],[4,0],[1,-1],[1,0],[7,-3],[4,-2],[1,-1],[0,-1],[-1,-1],[-8,-2],[-7,-1],[-11,-1],[-17,2],[-1,0],[-1,0],[-3,1],[-7,2],[-13,4],[-10,5],[-7,5],[-2,1],[-1,0],[-2,0],[-8,4],[-7,3],[0,1],[0,1],[1,1],[1,1],[1,0],[2,1],[1,0],[2,0],[1,1],[3,0],[2,1],[1,0],[1,1],[0,1],[3,5],[1,3],[-7,4],[-6,5],[-6,9],[-6,7],[0,1],[-1,1],[0,2],[0,1],[4,6],[3,3],[6,0],[2,-1],[5,0],[1,0],[4,0],[1,1],[2,1],[1,1],[2,5],[6,8],[2,1],[1,1],[2,0],[0,10],[-5,4],[-2,2],[-4,4],[-2,1],[1,1],[4,2],[3,2],[7,0],[3,-1],[1,-1],[2,-3],[1,-2],[1,-1],[1,-1],[1,0],[2,0],[5,-1],[3,1],[4,5],[0,1],[1,4],[0,8],[-1,3],[0,1],[0,1],[-1,0],[-2,2],[-1,0],[-1,1],[0,6],[2,10],[6,4],[3,0],[1,1],[0,1]],[[7150,9073],[3,-103]],[[4960,8702],[11,13],[-1,10],[-6,2],[1,17],[16,13],[4,-2],[-8,-9],[16,3],[11,-4],[3,-8],[19,-8],[6,7],[-2,11],[16,6],[33,-4],[5,-3],[8,6],[3,14],[-27,8],[-14,26],[-16,-2],[7,11],[-11,-3],[3,6],[-6,9],[14,10],[19,2],[7,-3],[10,5],[1,7],[6,2],[6,15],[-3,15],[11,-3],[2,3],[-10,12],[18,3],[5,5],[6,-2],[6,4],[8,-7],[8,0],[9,3],[8,-2],[4,5],[4,-1],[4,-2],[-5,-2],[-3,-9],[19,3],[3,-4],[17,-1],[2,-6],[9,-2],[4,-5],[9,1],[7,-9],[0,-12],[4,-6],[11,4],[8,8],[5,0],[5,5],[7,2],[10,10],[-6,1],[-1,6],[-12,-2],[0,18],[6,6],[8,1],[10,12],[-7,15],[16,14],[-15,4],[-6,5],[-4,14],[6,6],[4,0],[3,7],[-5,9]],[[5283,8985],[12,3],[6,2],[6,0],[7,0],[2,-1],[4,-1],[5,-1],[1,-1],[2,0],[2,0],[2,0],[5,1],[2,0],[4,0],[3,1],[4,1],[10,3],[3,1],[3,1],[7,3],[2,1],[1,1],[2,1],[2,1],[1,0],[3,2],[2,1],[3,2],[4,2],[3,1],[2,2],[7,3],[2,2],[2,1],[5,3],[4,3],[3,3],[2,2],[14,11],[11,8],[1,1],[4,3],[2,2],[1,0],[2,1],[14,5],[1,1],[2,0],[6,1],[1,0],[2,0],[1,0],[2,1],[7,3],[3,1],[3,3],[1,1],[1,0],[3,3],[2,2],[3,2],[1,1],[1,1],[3,2],[2,1],[1,0],[2,1],[14,2],[17,-1],[16,-2],[1,0],[1,0],[1,0],[2,1],[2,0],[1,-1],[11,-1],[2,0],[3,-1],[3,0],[7,1],[8,-2],[8,-3],[-2,0],[-1,-1],[-8,0],[-12,1],[-13,3],[0,1],[-1,1],[-2,0],[-1,0],[-2,-2],[-1,0],[0,-1],[-1,-1],[0,-2],[3,-2],[9,-4],[1,-1],[2,0],[1,0],[2,0],[1,-1],[1,0],[2,1],[1,0],[9,1],[13,-4],[1,0],[2,0],[3,0],[2,0],[4,1],[15,4],[2,0],[18,4],[1,0],[3,0],[6,2],[6,3],[4,7],[6,7],[1,1],[1,1],[1,1],[2,1],[3,1],[8,1],[17,-1],[2,-1],[6,-2],[2,-1],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[-1,-3],[-4,-10],[-1,-1],[-2,-2],[-3,-2],[-4,-2],[-18,-10],[-16,-9],[-1,0],[-1,-1],[-10,1],[-8,1],[-8,0],[-1,-1],[0,-1],[0,-6],[4,-8],[2,0],[1,0],[2,1],[2,0],[3,-2],[-1,-1],[0,-1],[0,-2],[0,-4],[1,-3],[0,-5],[1,-13],[2,-11],[0,-3],[0,-1],[1,-2],[0,-3],[1,-2],[0,-3],[3,-9],[1,-5],[1,-3],[1,-4],[1,-3],[0,-3],[1,-3],[0,-2],[-1,-3],[0,-1],[0,-3],[0,-1],[0,-3],[0,-1],[-1,-3],[0,-5],[-1,-8],[0,-2],[1,-6],[0,-1],[0,-2],[0,-1],[1,-2],[2,-12],[3,-7],[2,-9],[1,-4],[1,-7],[0,-6],[2,-8],[-7,-5],[-2,0],[-1,0],[-2,0],[-1,-1],[-3,-1],[-3,-1],[-3,-1],[-2,-1],[-1,-1],[-2,0],[-1,-1],[-2,-1],[-2,-2],[-3,-2],[-2,-2],[-4,-4],[-8,-7],[-1,-1],[-2,-1],[-10,-5],[-5,-1],[-11,-5],[-11,-5],[-8,-4],[-11,-6],[-14,-7],[-6,-2],[-8,-3],[-4,-2],[-9,-3],[-1,-1],[-1,-1],[-2,-1],[-2,-2],[-1,-1],[-2,0],[-3,-2],[-2,-3],[-1,-1],[-1,-1],[-9,-9],[-8,-9],[-2,-1],[-6,-4],[-8,-5],[-3,-2],[-1,-1],[-3,-2],[-1,-1],[-2,-1],[-7,-7],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-2,-1],[-4,-3],[-2,-1],[-2,-1],[-2,0],[-3,-2],[-4,-1],[-3,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,2],[-1,0],[-4,2],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-4,0],[-5,-1],[-2,0],[-5,0],[-7,0],[-3,0],[-2,1],[-2,0],[-1,0],[-6,2],[-1,1],[-2,1],[-1,2],[0,1],[0,1],[1,-1],[1,0],[-1,9],[0,1],[-2,1],[-2,1],[0,-5],[1,-3],[0,-1],[-1,-1],[-1,0],[-1,0],[-3,1],[-1,1],[-2,0],[-2,1],[-1,0],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[-2,-1],[1,-1],[0,-1],[3,-1],[0,1],[0,1],[-1,1],[1,1],[4,-5],[-6,-8],[-1,-1],[-1,-1],[0,-1],[-8,-9],[-1,-1],[-1,-1],[-1,-1],[-7,-5],[-10,-6],[-4,-1],[-4,-2],[-1,-1],[-2,-1],[-2,-2],[-3,-2],[-2,-1],[-1,-2],[-1,-2],[-3,-6],[-1,-4],[0,-1],[-1,-1],[0,-5],[1,-1],[0,-3],[8,-13],[2,-3],[2,-5],[6,-7],[2,-4],[3,-3],[0,-1],[1,-1],[3,-3],[1,-2],[4,-3],[4,-4],[3,-2],[4,-2],[9,-4],[3,-1],[2,0],[2,0],[5,1],[3,1],[1,1],[8,1],[3,0],[2,-1],[4,-1],[3,-1],[2,0],[1,-1],[3,0],[2,0],[2,0]],[[4695,9037],[6,2],[6,-7],[3,2],[18,-3],[2,-12],[-8,-7],[4,-3],[11,7],[5,0],[1,-6],[-3,-3],[3,-1],[-5,-5],[-5,0],[1,2],[-22,-6],[0,-21],[17,-11],[-3,-4],[7,-3],[0,-5],[-5,-6],[-3,5],[-3,-2],[-2,-5],[6,-5],[-2,-5],[-15,-8],[-6,-9],[-8,0],[-4,5],[-13,3],[-5,-1],[-2,-9],[-19,8],[-12,-2]],[[4640,8922],[-1,3],[-31,6],[-12,7],[9,8],[3,16],[-11,3],[-19,-6],[-10,4],[2,11],[-13,3],[-2,8],[0,4],[7,4],[-11,1],[1,13],[11,15],[17,-11],[17,4],[1,-4],[18,9],[-2,1],[6,4],[-5,13],[-4,5],[-6,-3],[1,-3],[-23,-3],[-4,1],[4,4],[-5,1],[-27,-3],[-10,4],[0,5],[3,9],[23,-1],[9,3],[8,13],[10,-3],[23,4],[18,-4],[2,6],[5,1],[1,5],[14,12],[-6,7],[-3,18],[4,7],[13,-3],[12,23],[5,4],[6,-2],[1,3]],[[4689,9148],[0,-2],[2,-4],[1,0],[0,-2],[2,-2],[6,-6],[5,-6],[4,-3],[0,-1],[1,0],[0,-1],[1,-1],[4,-9],[-2,-6],[0,-10],[0,-2],[-2,0],[-1,0],[-4,0],[-4,0],[-3,0],[-2,0],[-1,0],[-12,-5],[-1,-7],[-5,-9],[-2,-3],[-2,-1],[-1,-2],[-7,0],[-6,-1],[-3,-2],[6,-2],[8,-2]],[[4543,8760],[2,4],[12,-3],[9,3],[17,-9],[23,12],[15,-7],[11,1],[2,3],[-5,9],[18,7],[-9,7],[2,7],[-7,6],[8,9],[-5,5],[3,19],[-7,6],[9,6],[-2,9],[5,9],[4,0],[-7,7],[-3,9],[9,11],[-36,10],[12,11],[16,5],[1,6]],[[4695,9037],[-1,1],[0,2],[5,9],[0,1],[0,6],[13,4],[7,7],[0,7],[2,7],[5,3],[3,3],[3,4],[0,2],[2,4],[1,2],[-1,0],[-1,3],[3,0],[1,1],[1,0],[2,2],[1,0],[1,3],[0,4],[0,1],[1,1],[0,1],[1,0],[9,8],[2,1],[5,2],[3,0],[4,1],[1,0],[1,0],[7,1],[18,1],[15,0],[2,0],[0,1],[1,1],[2,0],[7,1],[0,1],[-4,3],[6,7],[11,5],[1,1],[1,0],[2,0],[3,0],[1,0],[5,1],[2,1],[3,0],[1,0],[2,0],[4,0],[4,0],[3,0],[2,0],[1,0],[6,-1],[3,0],[13,-3],[2,0],[3,-1],[3,-1],[17,-3],[4,-1],[4,-1],[3,0],[2,-1],[1,0],[2,-1],[4,-1],[2,-1],[1,-1],[3,-1],[1,-1],[1,0],[2,-1],[1,-1],[13,-7],[3,-2],[1,0],[0,-1],[2,0],[1,-1],[12,-5],[11,-5],[1,-1],[1,-1],[4,-1],[6,-2],[4,-2],[6,-2],[3,-2],[17,-6],[2,-1],[1,0],[2,0],[1,-1],[4,-1],[7,-1],[4,-1],[18,-3],[19,-4],[3,-1],[3,0],[4,-2],[3,-1],[3,-1],[4,-2],[12,-4],[8,-3],[2,-1],[2,0],[2,-1],[9,-2],[7,-1],[1,-1],[1,0],[3,-1],[9,-4],[12,-6],[10,-4],[7,-3],[4,-2],[3,-3],[4,-4],[1,-1],[0,-1],[6,-8],[0,-1],[0,-1],[0,-1],[2,-2],[1,-1],[4,-2],[2,-1],[10,-5],[8,-3],[5,-3],[0,-3],[0,-1],[0,-1],[0,-1],[2,-2],[4,-4],[1,-1],[4,-1],[2,-2],[4,-1],[2,-1],[5,-1],[2,0],[2,0],[3,0],[2,0],[2,0],[2,0],[1,0]],[[7443,9146],[1,0],[1,-1],[0,-1],[12,-4],[16,-2],[2,-1],[4,-2],[1,-3],[1,-2],[1,-2],[0,-1],[-1,0],[-1,-1],[-8,0],[-6,1],[-8,1],[-9,2],[-2,0],[-5,0],[-4,-1],[-4,-2],[-3,-1],[-1,-1],[-1,0],[-4,1],[-3,1],[-1,1],[0,2],[0,1],[3,3],[10,8],[3,3],[1,0],[1,1],[2,0],[1,0],[1,0]],[[3431,9201],[-14,-16],[-47,-13],[-10,-17],[-17,-7],[-24,-21],[-43,-14],[-20,-3],[-24,7],[-25,1],[-73,-14],[-34,1],[-13,-3],[-27,3],[-15,-5],[-9,-8],[-3,-12],[9,-7],[36,-1],[2,-22],[-37,-12],[-14,-11],[-12,-1],[-13,7],[-23,-3],[5,-15],[0,-4],[-7,4],[2,-16],[8,-11],[24,-7],[11,-12],[21,-13],[15,-5],[14,-1],[14,8]],[[3088,8958],[1,-1],[-1,0],[-3,-5],[-7,-5],[-3,-2],[-1,-1],[-5,-2],[-2,0],[-3,0],[-3,0],[5,-1],[6,0],[8,0],[0,-1],[0,-2],[-1,-1],[-2,0],[-4,-1],[-6,-1],[-5,1],[-6,1],[-6,2],[-7,1],[-5,2],[-4,1],[-3,2],[-7,6],[-7,7],[-2,2],[-6,4],[-11,10],[-7,6],[-3,3],[-3,3],[-2,3],[-1,2],[-1,2],[0,1],[-1,-1],[-2,-2],[0,-1],[0,-3],[2,-3],[2,-3],[3,-3],[2,-1],[0,-1],[1,-1],[1,-1],[1,-2],[1,-3],[-1,-1],[-1,0],[-2,1],[-5,2],[-4,3],[-3,2],[-3,4],[-2,2],[-1,1],[-1,0],[1,-2],[0,-1],[5,-6],[5,-4],[2,-4],[-5,-1],[-4,2],[-2,0],[-1,1],[-5,7],[-6,8],[-1,2],[-1,2],[1,5],[2,8],[3,11],[2,9],[1,3],[3,6],[1,3],[2,3],[2,3],[3,3],[5,3],[4,3],[3,1],[3,1],[6,1],[1,-3],[-1,-1],[-1,-1],[0,-2],[0,-1],[2,-4],[5,-3],[8,-2],[7,2],[10,5],[7,4],[6,3],[4,1],[4,0],[3,0],[3,-1],[6,-1],[3,1],[3,1],[2,1],[2,0],[1,1],[2,1],[2,0],[1,1],[-1,1],[0,2],[-1,1],[0,-2],[1,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[-3,-2],[-3,-1],[-2,0],[-2,0],[0,3],[4,0],[1,5],[-1,7],[-6,2],[-11,1],[-11,0],[-6,-1],[-7,0],[-1,1],[-5,3],[-4,3],[-1,1],[-1,2],[0,1],[1,1],[6,6],[4,4],[6,8],[5,3],[15,4],[9,5],[14,0],[10,1],[6,0],[4,1],[12,1],[14,5],[5,0],[7,1],[2,0],[19,2],[10,1],[17,1],[12,1],[10,1],[13,2],[8,1],[4,0],[3,0],[10,-4],[11,-3],[7,-3],[4,0],[13,1],[3,1],[7,1],[13,3],[5,3],[5,3],[5,2],[11,9],[5,4],[8,7],[13,10],[11,12],[4,2],[11,7],[12,2],[7,-1],[4,1],[5,1],[4,1],[6,3],[2,2],[0,2],[-4,1],[1,2],[3,4],[10,7],[5,-1],[4,-2]],[[7835,9174],[-1,-5],[-6,-5],[-3,-2],[-1,0],[-4,-2],[-1,0],[-11,0],[-12,2],[-5,-1],[-4,0],[-7,-2],[-7,-2],[-1,0],[-17,-6],[-1,-2],[-5,-1],[-3,2],[-1,2],[-1,3],[1,2],[1,1],[1,0],[1,-1],[1,0],[2,-2],[1,-1],[2,-1],[2,-1],[2,1],[5,3],[1,1],[1,1],[1,2],[1,3],[2,1],[2,1],[2,1],[2,1],[2,0],[5,0],[3,0],[2,0],[2,0],[7,-1],[2,0],[9,1],[8,2],[7,5],[4,5],[5,2],[4,-7]],[[7153,8970],[1,1],[1,1],[1,0],[1,1],[2,1],[2,0],[1,1],[3,0],[6,1],[9,1],[7,2],[8,2],[10,2],[2,1],[0,7],[-1,7],[-2,3],[-3,3],[-1,1],[-1,1],[0,1],[0,2],[0,2],[1,3],[0,1],[2,1],[2,1],[3,1],[9,-1],[7,0],[3,1],[3,0],[1,1],[5,2],[9,2],[1,0],[1,1],[1,0],[2,-1],[2,-1],[3,-1],[5,1],[2,1],[5,3],[3,3],[3,3],[0,1],[0,2],[-1,0],[-2,2],[2,3],[2,4],[3,1],[1,1],[4,2],[2,0],[1,1],[4,1],[-1,5],[-4,1],[-1,1],[-2,4],[-2,5],[9,4],[9,2],[14,-3],[2,-13],[0,-2],[0,-2],[3,-1],[2,-1],[1,0],[1,0],[2,0],[2,0],[8,2],[4,3],[3,3],[1,3],[1,0],[0,1],[-1,4],[5,2],[6,1],[15,4],[4,2],[2,1],[13,5],[3,1],[1,0],[1,0],[2,0],[2,0],[1,1],[3,1],[3,2],[5,2],[12,7],[-1,3],[-1,3],[-3,1],[-3,1],[-4,4],[-3,4],[1,0],[0,1],[2,0],[3,-1],[4,2],[0,1],[0,1],[1,1],[1,0],[6,0],[5,-1],[9,0],[12,4],[8,2],[2,0],[2,-1],[2,-1],[3,-6],[0,-1],[1,0],[0,-1],[-3,-2],[-1,0],[-2,0],[-1,0],[-3,0],[-5,0],[-7,-1],[-1,0],[-1,0],[-3,-1],[-1,-1],[-1,-1],[-1,-2],[-2,-3],[0,-2],[3,-4],[4,-5],[0,-2],[-4,-3],[-8,-6],[-5,-8],[0,-1],[1,-1],[11,-1],[-1,5],[6,10],[5,11],[1,5],[2,5],[0,1],[1,0],[3,1],[10,0],[3,-4],[0,-4],[1,-12],[4,-13],[4,-2],[6,-1],[5,0],[6,2],[5,7],[3,3],[4,-4],[4,-6],[5,-2],[9,0],[2,0],[1,1],[1,0],[2,7],[1,2],[0,5],[2,6],[1,2],[0,1],[2,2],[9,7],[1,0],[1,-1],[0,-1],[-1,-4],[0,-1],[0,-1],[-1,0],[0,-2],[-1,-6],[0,-2],[1,-3],[1,-2],[1,0],[1,0],[2,0],[1,0],[1,-1],[2,0],[4,-1],[3,-3],[2,-3],[2,-2],[0,-1],[0,-2],[5,-11],[0,-2],[1,-1],[0,-8],[0,-1],[-1,-1],[-1,-1],[1,-4],[2,-2],[1,2],[2,2],[1,1],[2,2],[1,1],[1,0],[6,2],[2,0],[1,0],[2,-1],[1,0],[2,0],[3,-1],[11,1],[3,0],[5,1],[1,1],[2,1],[2,1],[1,1],[2,2],[3,3],[10,5],[11,5],[3,2],[1,1],[2,7],[0,3],[0,1],[-1,4],[1,3],[0,1],[0,1],[1,1],[2,3],[1,1],[2,2],[1,0],[5,7],[1,0],[0,2],[4,5],[5,4],[13,6],[3,3],[2,0],[1,1],[1,1],[1,0],[2,1],[1,0],[1,0],[2,0],[3,0],[2,0],[3,1],[3,0],[2,0],[9,2],[5,2],[9,6],[13,2],[14,2],[1,0],[1,0],[3,2],[4,2],[1,2],[1,1],[0,1],[0,2],[0,1],[1,1],[0,1],[3,1],[3,1],[3,1],[4,1],[4,0],[2,0],[2,0],[10,-3],[3,-1],[1,-1],[3,-4],[0,-1],[0,-1],[0,-6],[0,-2],[-1,0],[-1,-1],[-2,0],[-1,0],[-2,0],[-3,-2],[-1,-2],[-1,-1],[0,-1],[-1,-3],[-1,-7],[1,-7],[0,-1],[3,-6],[4,-6],[1,-1],[0,-1],[1,0],[5,-3],[5,-4],[2,-3],[3,-3],[4,-3],[5,-1],[10,0],[2,0],[2,1],[2,0],[1,0],[2,1],[1,1],[1,0],[1,0],[2,0],[1,-1],[2,-1],[2,0],[2,-1],[1,-1],[1,0],[2,-3],[1,0],[1,-2],[2,-3],[1,-1],[1,-1],[1,-1],[3,-7],[0,-1],[-1,-2],[-1,0],[-3,-2],[-4,-2],[-1,-1],[-4,-7],[-1,-1]],[[7936,8937],[2,0],[1,1],[3,0],[1,1],[2,2],[1,0],[1,2],[1,1],[2,2],[3,3],[3,1],[8,-5],[4,-3],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,-1],[-2,0],[-5,1],[-13,-2],[-10,-6],[-6,-9],[1,-1],[2,0],[3,0],[2,1],[10,5],[4,6],[8,3],[13,0],[5,-2],[16,-8],[1,0],[2,-1],[1,-1],[1,-1],[5,-4],[4,-7],[-1,0],[-3,-2],[1,-1],[4,-3],[1,-1],[1,0],[2,0],[3,-1],[3,0],[3,-1],[4,0],[4,0],[3,1],[10,0],[6,0],[11,0],[14,-3],[7,-1],[3,-1],[2,-1],[5,-3],[6,-9],[3,-5],[1,-5],[1,-2],[4,-9],[7,-10],[9,-10],[1,-1]],[[6996,8946],[2,1],[6,3],[7,3],[4,1],[2,1],[4,2],[3,1],[3,2],[2,1],[7,3],[9,6],[7,5],[4,4],[2,1],[1,2],[7,7],[8,9],[6,8],[0,1],[1,1],[1,2],[2,2],[1,1],[1,2],[3,5],[4,6],[4,5],[3,5],[2,4],[3,4],[2,2],[4,4],[1,1],[7,11],[4,6],[4,8],[6,3],[4,2],[2,1],[2,2],[3,1],[4,3],[1,0],[1,1],[9,5],[1,1],[2,2],[1,1],[2,2],[1,1],[3,3],[1,1],[4,4],[4,4],[1,1],[1,1],[2,2],[3,4],[8,10],[1,1],[2,4],[2,4],[1,3],[3,7],[2,5],[0,1],[3,6],[2,4],[1,1],[0,1],[1,1],[7,12],[4,7],[6,9],[1,3],[2,2],[2,2],[1,2],[2,1],[1,1],[4,3],[2,1],[4,2],[4,2],[3,1],[2,0],[3,-1],[1,0],[1,-1],[-2,-8],[-2,-8],[-2,0],[-2,0],[-1,1],[0,1],[0,1],[0,1],[1,0],[1,1],[-1,0],[-3,0],[-1,-1],[0,-1],[-1,-1],[1,0],[3,-2],[3,-1],[2,0],[1,-1],[1,-1],[3,-3],[1,-1],[1,-1],[2,-2],[1,-1],[2,-1],[1,-1],[1,-1],[2,-1],[3,-2],[1,0],[1,-1],[2,-1],[1,0],[2,-1],[3,-1],[3,-1],[2,0],[3,-1],[2,0],[4,-1],[5,0],[14,-2],[11,-1],[8,0],[8,-1],[2,0],[3,0],[4,-1],[2,0],[11,-2],[2,0],[2,-1],[2,0],[2,-1],[2,0],[5,-1],[2,-1],[14,-2],[3,-1],[3,0],[2,0],[2,0],[5,-1],[3,0],[3,0],[2,0],[3,0],[2,0],[3,0],[3,0],[5,0],[5,1],[9,0],[10,0],[3,0],[5,-1],[3,0],[22,0],[22,0],[2,0],[3,0],[3,0],[4,-1],[4,0],[5,-1],[4,0],[4,0],[6,0],[19,-1],[9,0],[6,1],[14,0],[6,0],[8,0],[5,0],[9,0],[4,1],[4,1],[8,0],[7,1],[7,0],[3,1],[5,0],[4,0],[3,1],[4,0],[2,1],[2,0],[3,0],[1,0],[4,0],[1,-1],[-3,-3],[0,-6],[1,-5],[3,-3],[2,-1],[1,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,-2],[-2,-1],[-1,0],[-1,-1],[-5,-1],[-8,-2],[-11,-1],[-11,-3],[-9,-2],[-12,3],[-4,1],[-3,1],[-2,1],[-2,1],[-3,0],[-3,1],[-14,1],[-1,0],[-2,0],[-5,0],[-3,-1],[-10,-2],[-4,-1],[-3,-2],[-2,-1],[-2,-1],[-9,-2],[-9,0],[-2,1],[0,1],[-3,1],[-2,0],[-1,0],[-9,1],[-3,0],[-4,-1],[-1,0],[-3,-1],[-15,-2],[-14,1],[-7,4],[-5,6],[-3,5],[-3,4],[-4,2],[-1,1],[-1,-1],[-1,-1],[-14,-2],[-1,1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,1],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-14,-7],[-5,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[-2,-1],[-1,0],[-2,0],[-1,0],[-9,2],[-1,0],[-1,1],[-1,1],[-2,4],[-2,3],[-2,4],[-7,3],[0,1],[0,1],[1,0],[-1,1],[-1,0],[-1,0],[-12,-6],[-15,-8],[-13,-7],[-14,-1],[-1,0],[-2,0],[-7,-4],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-3],[0,-2],[2,-2],[9,-5],[2,-1],[2,0],[-1,-4],[-12,-1],[-16,2],[-9,0],[-8,-1],[-16,-8],[-13,-7],[-13,1],[-1,0],[-7,4],[-6,1],[-2,1],[-8,0],[-2,-1],[-19,0],[-15,-1],[-20,-3],[-10,-6]],[[3404,9252],[-2,5],[-1,2],[-4,2],[-4,0],[-8,-3],[-7,-6],[-3,-8],[0,-2],[-2,-6],[-4,-5],[-6,-4],[-3,-2],[-4,-2],[-7,-3],[0,-7],[-2,-4],[-5,-7],[-2,-3],[-1,-2],[-6,-2],[-8,2],[-2,0]],[[3323,9197],[1,5],[9,4],[7,17],[20,11],[-4,16],[41,15],[8,-1],[2,-9],[-3,-3]],[[4146,9266],[5,-37]],[[4151,9229],[-7,8],[0,1],[0,1],[0,1],[-3,1],[-3,2],[-5,2],[-1,0],[-2,0],[-1,0],[-10,2],[-4,0],[-15,2],[-4,0],[-6,-3],[-7,-2],[-3,-1],[-4,0],[-2,0],[-6,-1],[-7,-2],[-1,0],[-6,-2],[-1,-1],[-1,0],[-3,-1],[-3,0],[-1,0],[-2,0],[-1,-1],[-9,1],[-9,2],[-3,1],[-1,0],[-1,0],[-1,1],[-3,2],[-2,2],[-1,3],[2,1],[6,2],[14,-1],[15,-1],[12,6],[8,5],[3,7],[1,1],[1,1],[1,0],[1,0],[5,0],[6,2],[2,0],[4,1],[5,2],[3,-4],[3,-4],[-4,-7],[4,-5],[4,3],[1,2],[0,2],[3,1],[1,0],[6,1],[7,0],[5,1],[4,0],[10,3],[1,0]],[[7977,9226],[8,-1],[2,0],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[3,-3],[6,-3],[13,-3],[1,0],[5,-6],[2,-4],[-3,-5],[-8,-4],[-2,-1],[-3,0],[-2,0],[-10,0],[-11,-2],[-4,-6],[-6,-3],[-7,-2],[-18,-9],[-18,-5],[-2,-1],[-6,-3],[-11,-1],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[0,2],[1,2],[0,3],[1,2],[1,1],[0,1],[1,0],[1,2],[2,1],[8,12],[7,11],[1,2],[1,2],[2,3],[4,2],[11,10],[4,2],[8,3],[6,1],[9,1],[3,0]],[[5670,9279],[1,-1],[1,-1],[2,-1],[2,-1],[2,-1],[3,0],[2,-1],[6,0],[3,0],[15,-2],[8,-1],[9,-2],[2,0],[3,-1],[2,0],[9,-2],[2,0],[7,-1],[14,-1],[10,0],[2,-1],[2,0],[4,-1],[1,-1],[12,-5],[7,-4],[12,-7],[18,-5],[1,0],[2,0],[6,1],[1,0],[1,-1],[4,-3],[1,0],[1,-1],[1,1],[0,-1],[1,-1],[0,-1],[1,-2],[1,-1],[2,0],[8,-12],[2,-6],[1,-5],[4,-6],[8,-7],[4,-2],[2,-2],[1,0],[2,-1],[2,-2],[6,-7],[3,-8],[6,-11],[12,-11],[6,-11],[2,-4],[6,-11],[4,-5],[2,-3],[0,-5],[-4,-2],[-17,2],[-2,0],[-8,1],[-4,1],[-6,1],[-6,2],[-4,2],[-7,2],[-2,0],[-2,1],[-7,0],[-2,0],[-5,0],[-4,1],[-11,0],[-3,0],[-2,0],[-5,-1],[-5,0],[-1,0],[-3,-1],[-8,-2],[-8,-3],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[0,2],[0,1],[1,1],[1,0],[0,-1],[1,-1],[2,0],[2,0],[2,0],[2,0],[6,1],[1,1],[1,0],[0,1],[0,2],[-1,1],[0,1],[-2,0],[-14,2],[-6,2],[-13,-1],[-2,0],[-2,-1],[-2,-1],[-7,-8],[1,-1],[11,-6],[2,-1],[2,-1],[2,2],[2,3],[0,1],[1,0],[1,-1],[1,-1],[-3,-2],[-1,-1],[-2,-2],[0,-1],[-2,-1],[-3,-1],[-1,-1],[-3,0],[-3,0],[-2,0],[-4,0],[-5,0],[-6,1],[-6,0],[-13,1],[-3,0],[-5,0],[-1,0],[-3,0],[-1,0],[-1,0],[-14,3],[-12,4],[-5,6],[1,7],[2,10],[1,1],[1,2],[0,1],[1,2],[0,2],[0,2],[-1,2],[-5,6],[-4,6],[-9,4],[-17,4],[-16,-2],[-14,-4],[-18,-3],[-2,-1],[-1,-1],[-1,-5],[1,-2],[1,-1],[1,0],[4,-1],[9,-4],[10,-3],[2,-1],[0,-1],[0,-1],[-7,2],[-2,0],[-6,3],[-8,4],[-6,3],[-4,2],[-4,1],[-2,1],[-2,1],[-1,1],[-2,2],[-1,1],[0,2],[-1,2],[0,2],[0,2],[0,1],[0,1],[2,8],[1,5],[1,5],[0,4],[2,8],[1,9],[2,4],[1,4],[4,7],[3,4],[2,2],[6,11],[2,2],[4,5],[4,5],[3,2],[2,2],[3,3],[2,2],[3,1],[8,7],[3,2],[3,2],[3,1],[0,1],[2,0],[1,1],[1,0],[1,-1]],[[4246,9298],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-5,-1],[-2,-2],[-4,-4],[-3,-7],[-7,-10],[4,-3],[5,-3],[4,1],[-16,-3],[-8,7],[-5,-2],[-5,-3],[-6,-10],[-4,-10],[1,-2],[3,-7],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-12,-2],[-8,4],[-10,3],[-5,1]],[[4146,9266],[2,0],[2,0],[10,1],[13,2],[1,0],[1,0],[1,-1],[2,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[1,-2],[1,-1],[1,0],[6,1],[3,1],[4,6],[0,1],[3,5],[11,2],[2,0],[1,1],[6,12],[0,1],[1,0]],[[4220,9288],[6,-2],[-1,5],[13,9],[8,-2]],[[3090,9306],[8,-2],[0,-1],[2,-2],[-1,-2],[-1,-3],[-1,-7],[-1,-3],[-1,-3],[-1,-2],[-1,-2],[-6,-10],[-3,-12],[1,-1],[0,-1],[0,-2],[-1,-5],[-1,0],[-1,2],[0,1],[-1,2],[-5,-5],[0,-1],[16,-12],[-1,0],[-1,-1],[-2,1],[-2,1],[-5,4],[-4,3],[-6,-4],[-2,-2],[-4,-3],[-1,-2],[-2,-2],[-5,-2],[-2,-1],[-2,-1],[-17,-3],[-3,-1],[-4,0],[-6,-1],[-7,-1],[-4,0],[-1,-1],[-3,1],[-2,0],[-1,0],[-2,0],[-1,1],[-2,1],[-7,4],[-2,1],[-2,2],[-12,10],[-1,1],[-2,2],[-3,2],[-2,3],[-1,2],[0,1],[-1,1],[0,2],[-1,1],[0,2],[-1,6],[0,4],[0,2],[1,1],[0,2],[1,1],[2,2],[1,1],[1,1],[2,0],[1,1],[3,1],[15,0],[10,0],[2,0],[3,1],[5,2],[2,1],[1,0],[2,1],[4,4],[8,6],[14,3],[16,5],[4,2],[10,4],[17,-1]],[[2887,9335],[1,0],[2,-1],[1,0],[3,0],[2,-1],[2,-1],[1,0],[1,-1],[5,-1],[1,0],[3,0],[5,1],[3,0],[1,1],[2,0],[1,1],[1,1],[2,1],[1,0],[2,0],[2,0],[2,0],[1,-1],[1,0],[1,0],[0,-1],[8,-8],[1,-1],[0,-2],[1,-1],[4,-1],[1,0],[2,-2],[1,-1],[1,-2],[-1,-4],[-4,-2],[0,-1],[-3,0],[-1,-1],[-2,0],[-2,0],[-1,0],[-1,0],[-2,0],[-10,-1],[-2,0],[-2,1],[-3,1],[-2,1],[0,1],[-1,2],[-4,4],[-2,1],[-2,1],[-9,2],[-10,3],[-2,1],[-1,1],[-1,0],[-2,2],[-2,1],[-1,2],[0,1],[-1,1],[1,1],[2,1],[1,1],[2,0],[2,0]],[[7921,9368],[2,0],[8,-1],[2,-1],[2,-1],[0,-4],[0,-2],[2,-6],[0,-1],[1,-2],[3,-7],[4,-7],[-1,-1],[-3,1],[-3,7],[-2,6],[-2,4],[-1,-6],[1,-7],[0,-2],[0,-2],[0,-1],[0,-1],[0,-4],[0,-1],[-1,-1],[-1,1],[-4,14],[-1,6],[-3,5],[-6,-2],[-13,-9],[-7,-9],[-3,-9],[-1,-3],[0,-2],[5,-7],[2,-5],[1,-5],[-1,-7],[-1,-11],[-5,-8],[-6,-5],[-14,-8],[-9,-11],[-2,-4],[-1,-4],[-6,-11],[-2,-2],[0,-2],[0,-7],[0,-4],[2,-5],[0,-6],[-3,-10],[-2,-6],[-1,-5],[-4,-7],[-1,0],[-2,0],[0,1],[-1,0],[-1,1],[0,2],[-1,10],[0,6],[0,2],[0,1],[0,2],[1,3],[1,2],[3,11],[0,1],[0,2],[1,3],[1,1],[3,7],[1,3],[1,3],[3,4],[3,5],[1,3],[1,1],[0,2],[3,9],[3,10],[3,9],[2,2],[1,2],[2,3],[1,2],[1,1],[0,1],[1,3],[3,6],[0,1],[1,4],[2,7],[1,2],[0,1],[1,5],[0,2],[0,5],[-1,10],[-1,6],[2,5],[5,4],[5,3],[11,7],[11,2],[2,1],[1,-1]],[[4539,9408],[0,-1],[1,-3],[1,-5],[0,-3],[1,-4],[0,-2],[0,-2],[-1,-2],[0,-2],[-1,-1],[-4,-11],[0,-2],[-1,-2],[0,-2],[-1,-3],[0,-2],[0,-2],[-1,0],[0,-1],[0,-2],[0,-5],[0,-5],[0,-2],[1,-1],[1,-2],[-3,0],[-2,-2],[0,-1],[2,0],[1,1],[2,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-6],[1,-6],[0,-1],[-1,0],[0,-2],[0,-1],[1,-4],[0,-3],[0,-1],[1,-2],[0,-3],[0,-2],[-1,-3],[0,-1],[0,-1],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-2,-1],[-10,-12],[-2,-3],[-1,-3],[-2,-2],[-6,-9],[-1,-1],[-1,-2],[-2,-1],[-11,-9],[-8,-3],[-7,-5],[-1,-1],[-1,-1],[-6,-4],[-4,-2],[-3,0],[-3,-1],[-3,-1],[-5,-1],[-2,-2],[-3,-1],[-2,-1],[-1,-1],[-8,-3],[-11,-3],[-1,0],[-2,0],[-2,-1],[-2,0],[-3,-1],[-1,-1],[-2,0],[-10,-4],[-13,-6],[-10,-4],[-5,-1],[-1,0],[-1,0],[-2,-1],[-3,-1],[-2,-1],[-8,-1],[-4,2],[-2,1],[1,0],[-1,1],[-1,1],[-3,0],[-1,0],[-6,0],[-2,0],[-1,0],[-1,0],[-2,-1],[-2,0],[-3,-1],[-1,-1],[-1,0],[-1,-1],[1,0],[8,0],[1,-1],[-1,0],[0,-2],[-1,-2],[1,-3],[1,-4],[0,-1],[1,-1],[1,-2],[1,-1],[2,-3],[2,-1],[1,-1],[1,-1],[4,-3],[4,-3],[2,-1],[3,-1],[2,-1],[1,0],[1,0],[1,-1],[1,1],[7,0],[3,0],[8,1],[19,2],[9,1],[3,1],[1,0],[3,1],[2,1],[2,2],[1,2],[2,3],[0,1],[0,2],[1,0],[1,1],[13,0],[3,0],[2,1],[18,3],[3,1],[3,1],[8,1],[2,0],[4,0],[5,0],[13,0],[3,0],[2,1],[5,1],[4,2],[7,3],[7,2],[3,0],[2,1],[2,0],[2,0],[1,0],[18,1],[12,2],[13,2],[10,1],[3,0],[4,0],[3,0],[4,1],[7,1],[3,0],[3,1],[7,1],[5,1],[5,0],[4,1],[3,0],[3,0],[2,0],[3,0],[1,-1],[2,0],[1,0],[5,-2],[3,-2],[1,0],[14,-7],[3,-1],[1,0],[1,-1],[10,-6],[4,-2],[4,-3],[3,-2],[2,-2],[2,-2],[6,-4],[1,0],[2,-1],[2,-1],[1,-1],[2,0],[-8,-10],[-10,-9],[-8,-6],[-3,-1],[0,-1],[0,-1],[1,-1],[-1,0]],[[3844,8964],[1,4],[13,7],[-9,0],[-5,6],[3,2],[10,-6],[-7,9],[4,1],[-1,21],[-5,-2],[0,2],[-7,1],[26,28],[29,-2],[22,-10],[9,5],[7,-5],[0,2],[25,5],[15,11],[21,0],[1,6],[20,0],[5,3],[11,19],[-21,35],[15,6],[-7,5],[-1,25],[6,5],[12,2],[3,-2],[19,3],[11,9],[15,1],[6,6],[21,7],[3,11],[-14,6],[4,10],[10,4],[3,7],[33,14],[1,4]],[[4246,9298],[0,2],[1,1],[0,1],[1,1],[1,1],[1,1],[1,1],[1,0],[2,1],[4,1],[1,0],[2,0],[3,-1],[1,-1],[9,4],[9,5],[5,3],[2,2],[11,9],[9,9],[4,1],[7,1],[1,0],[11,5],[11,5],[8,5],[9,3],[9,2],[3,0],[3,2],[1,1],[1,1],[1,2],[14,8],[7,4],[1,1],[1,1],[2,1],[1,0],[6,1],[13,5],[11,5],[3,4],[0,5],[4,7],[1,0],[1,0],[1,0]],[[4445,9408],[11,-4],[-1,-5],[7,0],[-1,-3],[6,-2],[1,8],[5,1],[0,6],[4,1],[-5,2],[1,10],[10,-2],[5,-10],[11,6],[15,2],[5,-2],[9,1],[11,-9]],[[3283,9332],[-2,5],[2,3],[3,8],[0,6],[-1,2],[-13,5],[-8,-1],[-7,-1],[-6,0],[-7,1],[-7,1],[-12,-2],[-6,-3],[-1,-1],[-1,0],[-4,2],[-1,0],[-1,1],[-4,7],[-1,2],[1,0],[8,0],[8,1],[1,1],[4,1],[6,4],[4,3],[3,5],[1,2],[-4,4],[-6,8],[-4,6],[-2,2],[0,3],[-1,3],[-4,11],[-6,8],[-2,2],[-4,1],[-6,2],[-3,1],[-3,1],[1,2],[1,1]],[[3199,9439],[33,-10],[0,-9],[16,-26],[20,-13],[23,-8],[7,-16],[-15,-25]],[[4543,9451],[-1,-5],[0,-3],[-1,-2],[-6,0],[-1,2],[-5,0],[-2,0],[-4,0],[-2,-5],[6,-1],[4,-1],[1,0],[9,-1],[2,0],[-1,-2],[-2,-4],[-1,-5],[0,-4],[0,-4],[0,-7],[0,-1]],[[4445,9408],[0,1],[-1,3],[-1,2],[-5,13],[1,14],[2,4],[3,4],[5,6],[2,2],[5,0],[4,1],[4,0],[12,-2],[6,-2],[10,-3],[17,-5],[6,-2],[7,-1],[16,0],[1,2],[2,3],[0,1],[0,1],[-1,0],[-2,1],[1,1],[4,-1]],[[3069,9455],[-2,0],[-3,-1],[-3,-1],[-3,-2],[-5,-8],[-5,-10],[0,-1],[0,-1],[-1,-5],[-2,-4],[0,-1],[-4,-4],[-2,-2],[-6,-2],[-3,-1],[-1,0],[-14,-3],[-10,-2],[-11,-2],[-7,-1],[-1,0],[-2,-1],[-2,1],[-7,3],[-6,-1],[-10,-4],[-16,-6],[-15,-8],[-5,-3],[-3,0],[-12,7],[-6,2],[0,2],[0,1],[3,4],[4,4],[0,-1],[3,3],[1,1],[1,0],[3,0],[1,0],[2,0],[15,0],[10,2],[9,1],[11,2],[16,2],[9,2],[9,2],[1,1],[6,2],[4,0],[2,1],[5,1],[2,0],[5,2],[2,1],[2,2],[12,5],[1,-1],[4,6],[1,2],[7,10],[6,4],[6,2],[2,1]],[[3067,9458],[2,-3]],[[4542,9454],[1,-3]],[[4220,9288],[1,1],[7,7],[7,9],[7,6],[8,9],[0,3],[0,5],[2,6],[5,2],[6,-1],[-3,-2],[1,-3],[12,-2],[2,-1],[2,0],[1,1],[2,0],[2,2],[1,0],[1,1],[1,2],[1,0],[1,1],[2,0],[2,0],[2,0],[0,3],[-1,0],[-1,-2],[-1,0],[-2,2],[0,2],[1,0],[2,5],[13,8],[5,2],[17,5],[15,3],[11,3],[10,6],[12,9],[2,2],[3,3],[1,1],[3,2],[2,1],[1,1],[1,1],[1,0],[4,2],[2,1],[3,0],[1,0],[7,3],[9,1],[10,-2],[1,0],[1,0],[1,0],[1,1],[4,2],[3,3],[1,1],[0,1],[0,1],[-1,0],[-1,-1],[-3,-2],[-1,0],[-1,2],[0,7],[1,4],[2,5],[3,10],[-1,7],[2,5],[1,6],[4,7],[1,1],[1,0],[1,1],[17,6],[15,4],[3,3],[1,4],[0,4],[2,5],[4,7],[1,0],[1,1],[2,-1],[5,-1],[1,-1],[1,-2],[1,-8],[9,-7],[13,7],[0,2],[2,0],[2,1],[4,-1],[11,-7],[1,-1],[-1,-1],[-1,-1],[-1,0],[-5,-3],[0,-1],[2,0],[1,0],[1,1],[1,0],[1,1],[0,1],[2,1],[2,0],[1,-1],[1,-1],[-1,-1],[-1,0],[-1,1],[-2,0],[-1,-1],[-1,-1],[-1,-2],[0,-3],[5,-7],[1,0]],[[2717,9504],[1,-1],[-7,-6],[-7,-5],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[0,-1],[-1,-1],[2,-12],[2,-4],[1,-2],[1,-2],[1,-2],[2,-1],[2,-1],[0,-1],[1,-1],[2,-5],[2,-6],[4,-8],[3,-7],[9,-9],[5,-2],[6,-4],[1,-1],[1,-1],[1,-1],[-1,-1],[-1,-8],[1,-2],[7,-12],[0,-1],[1,-1],[4,-2],[1,-1],[1,0],[1,0],[1,-1],[2,0],[1,0],[1,1],[1,0],[0,1],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,-2],[-1,-2],[-2,-1],[-15,-3],[-5,-1],[-1,0],[-2,0],[-3,-1],[-3,0],[-4,0],[-1,1],[-7,7],[-8,6],[-4,2],[-6,6],[-3,2],[-1,1],[-7,7],[-7,7],[-12,9],[-9,8],[-5,5],[-7,10],[0,1],[0,1],[-1,5],[0,1],[3,4],[1,1],[10,9],[12,7],[3,0],[1,1],[2,1],[3,3],[5,5],[6,6],[7,5],[13,9],[3,1],[1,0],[2,0]],[[7916,9005],[6,4],[-1,1],[-2,1],[-6,4],[-7,2],[-5,1],[-1,0],[0,1],[-1,1],[0,1],[0,2],[0,8],[1,2],[0,2],[1,1],[4,3],[2,3],[1,1],[0,1],[1,4],[0,3],[0,1],[0,1],[0,3],[1,7],[3,4],[1,2],[1,1],[1,0],[3,1],[1,0],[3,1],[11,1],[4,1],[9,0],[1,0],[5,-2],[1,0],[2,-1],[18,2],[3,1],[3,1],[1,0],[2,0],[2,0],[5,0],[1,0],[3,-1],[0,-2],[8,-3],[8,-2],[7,-1],[8,1],[9,3],[13,9],[8,1],[1,0],[2,1],[1,0],[1,3],[-6,2],[-7,2],[-7,1],[-8,3],[-6,10],[0,1],[-1,5],[2,1],[3,1],[1,0],[7,1],[6,-1],[1,-1],[1,0],[1,-1],[2,0],[1,1],[3,4],[-7,1],[-12,2],[-16,6],[-2,1],[-1,1],[-4,5],[-1,1],[-1,1],[-1,3],[-11,6],[-5,-2],[-1,0],[-7,-2],[-1,0],[-2,0],[-11,0],[-4,0],[-19,-4],[-1,0],[-1,1],[-5,1],[-1,0],[-1,1],[0,2],[0,5],[0,1],[0,1],[2,1],[2,1],[1,0],[1,1],[3,2],[1,1],[2,2],[1,2],[0,1],[2,4],[1,4],[1,1],[3,6],[3,4],[17,2],[17,-6],[0,1],[3,6],[6,6],[14,3],[9,1],[12,0],[8,0],[2,1],[2,0],[1,1],[0,1],[-6,2],[-3,1],[-1,0],[-1,0],[-3,-1],[-4,-1],[-3,2],[3,2],[4,3],[2,1],[4,0],[1,0],[1,0],[1,-1],[5,1],[6,2],[7,3],[2,2],[0,1],[-14,10],[-7,1],[-4,-1],[-1,0],[-1,0],[-1,-1],[-3,-2],[-2,-2],[-1,0],[-1,0],[-2,0],[-2,1],[-3,1],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[0,5],[2,9],[3,8],[2,3],[0,1],[0,1],[-1,1],[-2,1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-11,-3],[-2,-1],[-4,-1],[-6,-3],[-7,0],[-16,1],[-3,1],[-7,1],[-1,1],[-1,0],[-6,6],[-1,7],[0,1],[0,3],[-1,3],[0,3],[-2,9],[0,1],[-1,1],[0,1],[-1,1],[-1,2],[-1,1],[-1,1],[-1,1],[-3,1],[-1,1],[-2,0],[-1,0],[-1,1],[-1,0],[13,4],[10,0],[2,0],[2,0],[4,0],[1,1],[5,1],[6,2],[5,0],[9,1],[9,1],[3,0],[2,0],[16,4],[1,0],[2,0],[1,1],[6,0],[4,0],[11,-2],[14,-5],[9,-4],[16,-3],[2,0],[2,-2],[4,-7],[-4,-10],[1,-9],[12,-8],[2,-1],[1,0],[1,0],[1,1],[3,1],[2,1],[0,1],[1,5],[1,3],[-1,1],[-2,1],[-2,14],[0,3],[0,1],[-4,7],[-7,6],[-1,1],[1,3],[3,3],[0,1],[10,5],[15,9],[10,5],[15,10],[5,2],[1,0],[2,1],[2,0],[1,0],[3,0],[6,-1],[4,-1],[1,0],[1,-1],[1,-1],[0,-1],[-1,-1],[-3,-3],[-6,-6],[-2,-3],[-5,-11],[-6,-7],[1,-7],[10,-3],[1,-1],[1,-2],[0,-1],[0,-1],[0,-4],[0,-1],[-1,0],[-1,-1],[-8,-7],[-7,-7],[-2,-2],[1,-3],[1,-1],[2,-2],[2,-1],[4,1],[18,4],[5,2],[10,6],[4,3],[0,1],[3,5],[0,1],[0,1],[0,2],[-1,0],[0,1],[-1,1],[-14,5],[-9,2],[-5,0],[-1,1],[-1,0],[-5,6],[9,8],[6,3],[2,0],[1,1],[2,0],[2,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[1,-4],[1,-3],[0,-1],[1,-1],[4,-2],[5,-3],[1,-1],[1,-1],[1,0],[1,-1],[1,0],[2,-1],[11,-10],[0,-1],[2,-2],[7,-9],[1,-2],[0,-1],[0,-1],[0,-2],[-2,-2],[-1,-1],[-3,-3],[-1,-3],[-1,-2],[0,-3],[0,-3],[5,-11],[4,-2],[8,-3],[2,0],[6,-2],[2,0],[1,0],[6,-1],[1,0],[1,-1],[1,0],[1,-1],[0,-1],[1,-1],[2,-6],[2,-7],[2,-1],[1,0],[1,-1],[2,0],[0,1],[1,1],[7,3],[1,1],[3,1],[1,1],[3,1],[2,1],[1,0],[11,3],[1,0],[4,0],[1,0],[1,0],[16,-2],[0,-1],[1,-2],[-2,-1],[-3,-1],[-2,0],[-1,0],[-1,0],[-3,-1],[-1,0],[-1,-1],[-1,0],[-2,-1],[-1,-2],[-2,-1],[-1,-1],[-1,-3],[-6,-9],[-1,-1],[-1,-1],[-1,-1],[-1,-3],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[2,-2],[1,-1],[2,0],[1,0],[6,1],[1,0],[1,0],[2,1],[2,0],[6,0],[11,-2],[5,-2],[7,-8],[0,-1],[-1,-1],[-8,-6],[-8,-2],[-11,-2],[-1,0],[-2,0],[-2,0],[-1,1],[0,1],[0,1],[1,3],[1,1],[5,2],[6,3],[2,1],[2,2],[-5,1],[-1,-1],[-1,0],[-7,-4],[-4,-3],[-4,-3],[-1,0],[0,-1],[0,-1],[1,-1],[0,1],[0,1],[1,1],[1,0],[2,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-2,-1],[0,-1],[-2,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[1,-1],[0,-1],[1,0],[5,-1],[2,-1],[10,-1],[4,0],[6,1],[6,-2],[5,-3],[19,-3],[1,0],[1,0],[3,0],[1,0],[6,3],[1,1],[0,3],[0,1],[0,1],[0,4],[0,2],[-3,0],[-9,1],[-10,1],[-1,0],[-1,1],[0,1],[0,1],[1,2],[1,1],[7,0],[9,0],[1,-1],[2,0],[1,0],[6,1],[1,0],[2,1],[1,1],[1,0],[2,0],[2,-1],[1,1],[1,0],[2,3],[0,2],[0,1],[0,2],[-1,2],[-1,1],[-2,2],[-1,1],[-2,0],[-3,0],[-2,0],[-3,0],[-4,-1],[-5,-1],[-2,0],[-2,0],[-2,0],[-1,0],[-1,0],[-1,1],[-2,1],[-1,1],[0,1],[0,1],[1,1],[1,0],[1,1],[2,0],[2,1],[1,0],[1,0],[9,2],[5,3],[1,1],[1,1],[0,4],[1,11],[1,6],[-1,1],[-3,2],[-9,3],[-3,1],[-3,1],[-3,0],[-2,1],[-1,0],[-11,0],[-4,-1],[-3,0],[-1,-1],[0,-1],[-7,5],[-2,8],[2,8],[6,12],[0,2],[1,2],[4,2],[2,1],[0,1],[0,1],[1,4],[0,1],[-1,1],[-2,6],[-3,7],[1,3],[1,1],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[-1,1],[-2,2],[-2,2],[-1,3],[-1,1],[0,1],[-1,2],[-2,8],[-6,6],[-1,0],[-1,0],[-1,1],[-2,1],[-2,3],[-1,8],[1,2],[0,1],[1,1],[2,0],[1,-1],[1,0],[0,-1],[1,-1],[1,0],[3,-1],[6,0],[4,1],[2,4],[0,2],[0,2],[-1,0],[-1,1],[-1,1],[-1,0],[-16,-4],[-3,-1],[-2,-1],[-6,-5],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[-8,-3],[-12,1],[-2,0],[-7,0],[-5,0],[-3,0],[-1,0],[-1,-1],[-6,1],[-6,1],[-7,5],[-4,6],[-13,9],[-10,3],[-2,1],[-1,0],[-1,0],[-4,0],[-11,3],[-8,7],[-1,0],[0,1],[0,1],[-1,3],[0,1],[0,1],[0,2],[1,1],[0,1],[0,2],[0,4],[-1,4],[-1,1],[-2,3],[-1,3],[-1,1],[-7,8],[-6,6],[-9,-1],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,-3],[0,-3],[-12,-10],[-3,-1],[-5,-2],[-7,-3],[-1,-1],[2,-2],[2,-2],[2,-3],[2,-4],[0,-1],[-2,-2],[-1,-1],[-9,-1],[-2,-1],[-17,-7],[0,-1],[-2,-1],[-3,-1],[-1,0],[-3,-1],[-1,0],[-18,-8],[-1,0],[-2,-1],[-1,0],[-1,0],[-2,-1],[-7,0],[-6,0],[-7,-2],[-4,-1],[-3,-2],[-4,2],[-1,4],[3,7],[5,13],[3,7],[2,5],[0,1],[3,5],[1,1],[2,2],[2,3],[8,7],[5,6],[4,5],[2,2],[1,2],[1,2],[0,2],[1,1],[0,3],[1,1],[1,1],[1,1],[0,1],[0,1],[1,1],[0,2],[0,1],[0,1],[0,9],[-1,1],[-1,2],[0,2],[0,1],[-3,4],[-1,1],[-1,0],[-17,-4],[-5,-2],[-2,0],[-4,-3],[-8,-4],[-8,-4],[-5,-3],[-9,-6],[-2,-6],[3,-10],[5,-11],[4,-12],[0,-1],[-2,0],[0,4],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,-2],[0,-1],[0,-1],[-1,-1],[-7,-7],[-13,-6],[-4,-4],[-5,-3],[-1,-1],[-8,-4],[-10,-6],[0,-1],[-1,-3],[-1,-1],[-1,0],[-5,-3],[-8,-3],[-5,-2],[-4,3],[-1,5],[0,1],[1,3],[1,1],[3,4],[6,4],[3,0],[3,1],[2,1],[3,1],[2,0],[14,7],[2,1],[2,1],[4,4],[3,1],[8,8],[2,2],[3,4],[2,3],[0,1],[1,1],[2,3],[1,2],[0,1],[1,1],[1,2],[0,1],[1,1],[0,1],[0,2],[-1,5],[-1,1],[-3,8],[-3,13],[0,1],[0,1],[1,3],[0,2],[2,2],[2,2],[1,1],[5,4],[14,9],[13,8],[7,3],[12,6],[14,6],[8,2],[11,0],[2,0],[19,1],[5,0],[6,1],[8,0],[12,3],[8,2],[4,1],[6,2],[1,0],[6,1],[16,1],[2,0],[2,0],[2,-1],[3,0],[11,0],[11,1],[7,1],[8,1],[1,0],[4,-3],[1,-1],[5,-5],[0,-1],[0,-1],[0,-1],[-6,-13],[-1,-2],[-1,-1],[-2,-2],[-1,-2],[-1,-1],[-6,-3],[-4,-1],[-6,-1],[-2,0],[-2,0],[-2,0],[-2,-1],[-4,0],[-10,-3],[-2,-1],[-4,-2],[-1,-2],[-1,-1],[-2,-2],[-1,-2],[-1,-2],[0,-1],[-1,-1],[0,-1],[-4,-5],[0,-1],[0,-1],[0,-3],[1,-5],[1,-6],[0,-1],[1,-3],[4,-11],[1,-2],[6,-9],[4,-6],[0,-1],[5,-5],[5,-4],[5,-5],[4,-3],[8,-5],[5,-2],[0,-1],[2,-1],[3,-1],[2,-1],[2,-1],[4,-1],[3,-1],[9,-2],[2,0],[3,-1],[2,0],[7,-1],[2,0],[1,0],[1,0],[1,0],[1,1],[3,0],[0,1],[15,2],[14,1],[20,0],[4,1],[15,3],[8,1],[10,2],[1,0],[22,2],[16,2],[7,2],[2,0],[4,0],[4,0],[5,0],[8,0],[13,1],[13,0],[1,0],[1,0],[1,0],[3,-1],[1,-1],[2,-1],[1,-1],[1,0],[11,-6],[10,-5],[7,-4],[3,-2],[2,-2],[3,-2],[3,-4],[-1,-3],[-1,-3],[-1,-3],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,-2],[1,-2],[1,-1],[0,-11],[-4,-12],[-7,-9],[-15,-7],[-5,-2],[-1,-1],[0,1],[-4,-1],[-3,-1],[-2,-1],[-4,-2],[-5,-2],[-6,-4],[-2,-2],[-1,-1],[-3,-2],[-1,-1],[-7,-1],[-4,-2],[-1,0],[-1,0],[-1,-1],[-2,-1],[0,-1],[-6,-8],[0,-4],[-4,-3],[-5,-2],[-9,-1],[-5,-2],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[0,-1],[-1,-1],[-1,-3],[0,-1],[-1,-4],[0,-7],[0,-2],[1,-3],[0,-3],[1,-2],[1,-4],[1,-3],[2,-3],[4,-10],[2,-4],[2,-4],[5,-8],[3,-3],[3,-5],[2,-2],[6,-7],[3,-3],[3,-2],[2,-2],[5,-3],[1,-2],[5,-2],[1,-1],[2,-1],[1,0],[3,-1],[1,0],[1,0],[1,-1],[2,0],[17,1],[2,0],[10,1],[9,3],[4,0],[4,-1],[4,-2],[2,-2],[1,-1],[1,0],[0,-1],[9,-8],[11,-7],[2,-1],[1,-1],[1,0],[2,-1],[7,-13],[0,-1],[2,-3],[1,-2],[2,-2],[1,-2],[2,-1],[4,-4],[5,-4],[1,-1],[1,0],[2,-2],[1,-1],[3,-2],[5,-3],[3,-2],[4,-2],[2,-1],[4,-2],[1,-1],[2,0],[5,-1],[3,-1],[1,-5],[-8,-1],[-4,-1],[-4,-1],[-5,-1],[-1,-1],[-1,-1],[-1,-2],[-2,-2],[-2,-2],[-1,-2],[0,-2],[-1,-2],[0,-1],[-1,-1],[-4,-7],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-2,-3],[-1,-1],[0,-1],[-2,-12],[-2,-5],[1,-3],[0,-2],[0,-1],[0,-1],[3,-9],[1,-2],[2,-4],[1,-2],[-3,-7],[-9,-4],[-2,-1],[-2,0],[-2,2],[-1,2],[-2,2],[-12,8],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-3,3],[-1,1],[0,1],[1,1],[0,1],[2,1],[3,1],[2,0],[3,-2],[3,-4],[0,-1],[2,-1],[2,-1],[1,0],[1,0],[1,0],[2,0],[3,0],[1,2],[0,2],[0,3],[0,1],[0,1],[-2,2],[0,1],[0,1],[-1,1],[-6,3],[-7,1],[-14,-4],[-18,-4],[-2,0],[-1,-1],[-4,1],[-2,0],[-1,1],[-1,1],[-8,7],[-1,1],[0,1],[-1,1],[1,1],[1,1],[8,5],[12,4],[3,0],[3,1],[7,2],[5,2],[14,7],[4,1],[2,0],[0,1],[1,3],[-1,5],[-7,3],[-9,1],[-7,3],[-2,1],[-2,1],[-1,0],[-1,0],[-2,0],[-12,-3],[-1,0],[-4,-1],[-1,-1],[-4,-1],[0,-1],[-6,-3],[-8,-3],[-5,-1],[-18,-4],[0,-1],[-1,0],[-5,0],[-1,0],[-1,1],[-1,1],[2,3],[3,2],[9,1],[16,3],[3,1],[6,2],[4,2],[10,5],[4,1],[5,2],[3,1],[6,3],[1,1],[1,1],[4,2],[1,1],[1,2],[3,4],[0,1],[0,1],[-2,3],[-1,0],[-5,1],[-3,0],[-2,-1],[-7,-2],[-4,0],[-3,-1],[-3,0],[-4,-1],[-1,1],[-1,1],[0,1],[-1,0],[-13,-5],[-3,-1],[-6,-8],[-6,-7],[-4,-2],[-8,-1],[-1,0],[-1,1],[-1,1],[-1,3],[-1,2],[0,2],[-1,1],[-1,2],[-1,1],[-2,3],[-1,2],[-2,1],[-1,1],[-1,1],[-4,2],[-6,4],[-1,0],[-2,1],[-5,1],[-2,0],[-3,0],[-2,0],[-2,0],[-1,0],[-1,0],[-2,-2],[-1,0],[-2,-2],[-2,-2],[-1,-1],[0,-1],[-4,-3],[-5,-4],[-2,0],[-1,-1],[-3,0],[-2,0],[-2,0],[-13,2],[-10,-2],[-10,0],[-6,1],[-2,2],[-2,2],[-1,0],[-2,0],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-2],[-3,0],[-1,0],[-1,0],[-11,-5],[-11,-7],[-2,-1],[-1,0],[-2,0],[-2,0],[-8,0],[-6,2],[-1,2],[-1,2],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[-1,-4],[1,-3],[3,-4],[4,0],[2,2],[3,-1],[2,-1],[1,-1],[0,-1],[0,-2],[-1,-3],[-1,-2],[-2,-3],[-2,-2],[-2,-1],[-1,0],[-2,0],[-4,-1],[-14,-3],[-14,-7],[-3,-1],[-7,-5],[-2,-2],[-4,-14],[-4,-6],[-3,-3],[-10,-11],[-7,-3],[-3,4],[-7,5],[-9,-3],[-8,-7],[-9,-2],[-5,-3],[2,-6],[1,-4],[0,-5],[-1,-3],[4,-4],[5,0],[3,1],[2,1],[0,1],[1,3],[0,1],[0,1],[-3,3],[-2,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[-1,0],[-1,1],[-2,2],[1,4],[0,1],[0,1],[1,0],[3,2],[1,0],[2,1],[1,-1],[1,0],[2,-2],[2,-2],[2,-2],[3,-4],[6,-1],[6,3],[3,5],[0,2],[1,0],[1,1],[3,2],[8,1],[1,-1],[1,0],[0,-1],[1,0],[11,-9],[3,-2],[1,-2],[3,-5],[3,-7],[0,-1],[1,-6],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-18,-6],[-13,-2],[-14,5],[-13,3],[-17,3],[-15,3],[-10,2],[-14,7],[-9,6],[-10,6],[10,-4],[12,-5],[8,4],[4,7],[0,1],[-1,4],[0,1],[1,6],[3,6],[5,4],[3,4],[0,1],[0,1],[0,2],[-1,0],[-2,1],[-2,-1],[-2,-3],[-10,-8],[-3,-1],[-4,-1],[-3,-2],[-2,-1],[-1,0],[1,-2],[5,-4],[2,-3],[-5,-2],[-13,2],[-9,0],[-11,-3],[-2,-1],[-1,0],[-2,-1],[-6,-2],[-2,0],[-1,0],[-1,0],[-2,1],[-4,1],[-13,4],[-4,2],[-1,1],[-1,1],[-2,2],[-2,3],[-1,0],[-1,1],[-3,1],[-3,1],[-3,1],[-1,0],[-2,0],[-18,3],[-5,-1],[-3,0],[-6,1],[0,1],[-1,1],[-2,9],[-1,0],[0,3],[1,2],[0,2],[1,1],[1,1],[1,1],[2,0],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[-2,3],[-2,2],[-7,3],[-2,-1],[-2,-3],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-5,-3],[-5,0],[-3,0],[-4,1],[-10,-1],[-9,-3],[-2,-1],[-1,-1],[-4,-2],[-2,-1],[-2,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[0,3],[0,1],[0,2],[0,4],[1,4],[3,3],[11,8],[3,1],[2,1],[2,0],[1,0],[1,0],[4,-1],[5,-4],[5,-3],[6,-3],[1,0],[2,0],[1,0],[3,3],[0,1],[0,1],[-1,1],[-1,1],[-13,9],[-1,0],[-1,1],[-1,0],[-2,0],[-3,0],[-2,0],[-4,1],[-4,1],[-2,0],[-2,1],[-2,1],[-1,0],[-6,3],[-5,5],[-4,-2]],[[3137,9498],[-2,2],[-6,3],[-7,3],[-16,7],[-1,0],[-2,-2],[0,-6],[-1,-11],[0,-11],[1,-5],[3,-3],[3,-5],[-3,-6],[-3,-3],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[0,-2],[-1,-1],[-1,0],[-21,-1],[0,2],[-1,0],[-6,1]],[[3067,9458],[1,0],[0,1],[1,0],[2,0],[1,0],[1,0],[1,0],[0,1],[8,2],[0,-1],[1,0],[4,4],[4,3],[1,1],[1,0],[3,1],[1,1],[1,27],[1,13],[0,3],[0,5]],[[3099,9519],[10,3],[24,-12],[4,-12]],[[2911,9561],[2,-1],[3,0],[1,0],[2,0],[5,-1],[8,-1],[7,-2],[3,-1],[4,-1],[1,0],[13,-6],[1,0],[1,-1],[1,-1],[1,-1],[2,-2],[0,-2],[0,-3],[0,-2],[-1,-3],[-3,-5],[1,-1],[0,-1],[1,-2],[1,-3],[3,-1],[2,-1],[1,0],[3,-3],[1,-2],[1,0],[0,-1],[-1,-1],[-4,-2],[-2,-1],[-2,-1],[-4,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-5,-8],[-2,-5],[1,-3],[0,-1],[1,-1],[-3,-3],[3,-1],[-1,-1],[-8,-13],[-1,-1],[0,-1],[-2,-1],[-2,0],[-7,0],[-5,-1],[-5,1],[-5,0],[-5,1],[-3,0],[-3,1],[-4,0],[-2,1],[-1,-1],[-2,0],[-1,-1],[-2,-1],[-19,1],[-5,0],[-4,0],[-11,0],[-4,0],[-12,3],[-2,0],[-3,1],[-3,1],[-2,1],[-1,1],[-1,1],[-2,1],[-2,2],[-3,3],[-1,1],[-2,1],[-1,0],[-3,0],[-4,0],[-7,0],[-3,1],[-4,0],[-5,2],[-1,0],[-2,0],[-3,1],[-19,6],[-3,0],[-2,1],[-1,1],[-1,1],[-2,3],[-1,2],[0,2],[-1,3],[0,1],[0,2],[1,1],[1,5],[2,4],[6,10],[0,1],[1,1],[1,1],[1,1],[3,5],[2,2],[2,1],[7,5],[1,1],[8,3],[10,3],[0,1],[2,0],[3,0],[5,0],[2,1],[3,-1],[2,0],[2,1],[7,1],[4,1],[5,1],[12,0],[12,-1],[15,1],[2,1],[4,1],[7,-1],[1,-1],[1,1],[1,1],[13,3],[3,1],[4,0]],[[3089,9533],[2,1],[3,3],[1,3],[0,4],[-3,4],[-6,9],[-4,12],[-2,6],[-4,10],[-2,3],[-3,3],[-7,8],[-8,4],[-10,2],[-2,2],[-2,4],[1,0]],[[3043,9611],[9,-3],[12,0],[4,-3],[3,3],[19,-25],[-5,-17],[12,-12],[1,-9],[7,-8],[-16,-4]],[[3876,9647],[0,-1],[5,-8],[1,-1],[0,-1],[3,-4],[0,-11],[0,-4],[1,-5],[3,-8],[1,-1],[1,0],[1,5],[-1,5],[0,4],[0,1],[2,3],[2,2],[2,0],[3,1],[7,2],[2,1],[1,1],[2,6],[2,4],[0,1],[2,2],[4,3],[1,1],[1,1],[3,1],[16,-1],[7,0],[3,0]],[[3951,9646],[0,-10],[5,0],[10,-6],[-2,-8],[-4,0],[6,-6],[-7,-1],[8,-8],[-5,-17],[4,-7],[-12,-3],[-1,-2],[-21,4],[-2,-7],[-13,-9],[1,-8],[-9,-2],[-81,1],[-8,7],[-15,28],[52,19],[-3,17],[10,9],[-8,9],[8,2],[1,-4],[11,3]],[[3876,9647],[-1,3],[-1,2],[-1,2],[-1,3],[1,1]],[[3873,9658],[1,-1],[3,-2],[4,-3],[1,0],[7,-1],[3,2],[13,6],[12,0],[3,-2],[21,7]],[[3941,9664],[10,-18]],[[6322,9018],[6,-20],[-598,-271],[-240,-187]],[[4542,9454],[1,4],[2,9],[0,3],[0,1],[0,2],[-1,1],[-1,2],[0,1],[-1,1],[-1,0],[-1,1],[-2,1],[-8,5],[-9,6],[-4,3],[-11,7],[-5,4],[-6,6],[-1,1],[-1,1],[-1,2],[-2,4],[-1,2],[-1,2],[-1,2],[0,1],[-2,5],[-1,2],[0,4],[-1,2],[0,4],[-1,4],[0,5],[-1,2],[-1,4],[0,1],[0,1],[0,2],[-3,5],[-1,1],[-2,2],[-1,1],[-1,1],[-7,6],[-1,2],[-2,3],[-1,1],[-1,1],[-1,3],[-10,5],[-13,7],[-14,7],[-16,8],[-5,-5],[-3,-7],[0,-2],[1,-12],[0,-6],[1,0],[3,-6],[-3,-5],[-4,3],[-7,5],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-2,-5],[-1,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-2,0],[-1,0],[-2,0],[-4,0],[-1,0],[-1,0],[-1,1],[-1,1],[0,-2],[-1,1],[-2,0],[-1,1],[0,1],[-2,0],[-5,0],[-1,0],[-2,0],[-5,2],[-5,1],[-4,2],[-4,2],[-1,1],[-2,1],[-1,1],[-5,5],[-5,4],[-2,2],[-3,2],[-3,3],[-4,3],[-2,2],[-2,2],[-5,5],[-2,2],[-2,3],[-1,1],[0,1],[-2,2],[0,2],[-1,1],[0,1],[-1,2],[-1,2],[-1,0],[-1,0]],[[4277,9614],[-47,34]],[[4230,9648],[160,22],[73,-41],[82,-47],[16,-9],[38,-2],[91,-34],[53,-54],[27,-30],[16,-19],[9,-9],[47,-48],[32,-25],[98,-31],[25,-8],[1,0],[58,-19],[94,-35],[66,-12],[12,0],[18,1],[81,3],[35,20],[37,22],[35,2],[139,9],[23,18],[85,5],[68,4],[71,-24],[59,-19],[55,-17],[12,-22],[30,-10],[59,-40],[75,-41],[72,-43],[54,-44],[61,-53],[25,0]],[[3607,9023],[-5,12],[1,6],[16,0],[-5,5],[3,1],[2,7],[10,9],[13,-4],[-4,24],[5,2],[-1,3],[5,-1],[0,-4],[12,-2],[7,-5],[4,19],[5,-6],[8,1],[-1,-3],[17,-2],[3,2],[-5,8],[7,6],[-1,5],[5,0],[0,4],[5,0],[-2,5],[7,4],[-3,4],[6,4],[-1,5],[6,-1],[6,2],[-1,5],[11,8],[11,0],[-1,6],[16,8],[4,16],[-6,9],[-10,5],[5,13],[-17,11],[-2,8],[-15,8],[-6,23],[10,6],[16,14],[-11,4],[-2,3],[20,22],[0,8],[-10,3],[-11,-2],[-7,14],[-38,9],[8,14],[-3,1],[0,11],[12,1],[2,4],[-28,6],[0,9],[-11,7],[0,5],[-11,6],[-16,4],[7,5],[-3,7],[13,9],[-40,17],[-9,11],[-13,28],[6,9],[-10,3],[-14,-1],[-6,-10],[-21,-3],[-35,4],[-33,9],[11,1],[11,11],[-7,10],[4,19],[-9,8],[2,5],[7,3],[-2,14],[36,15],[-4,11],[14,15],[-9,3],[1,6],[-15,25],[-8,-1],[-15,3],[23,17],[8,1],[3,23],[9,16],[-6,3],[2,13]],[[3539,9711],[16,-1],[9,1],[7,-1],[13,-3],[6,-2],[13,-4],[6,-1],[11,-5],[7,-2],[2,-1],[10,0],[20,-7],[4,-1],[12,-3],[2,0],[5,-8],[-5,-5],[-2,-1],[-4,-5],[1,-5],[3,-6],[0,-1],[8,-11],[5,-10],[8,1],[14,2],[3,0],[12,-3],[2,-7],[9,-3],[1,2],[-4,4],[2,3],[17,-1],[17,-2],[3,-1],[3,-2],[15,-5],[1,3],[0,3],[2,2],[9,10],[1,1],[7,2],[9,4],[4,2],[0,6],[1,6],[1,4],[6,3],[7,3],[8,0],[13,5],[1,0],[2,0],[2,-1],[1,0],[4,-3],[2,-2],[2,-7]],[[3951,9646],[1,0],[2,-1],[1,1],[1,0],[4,1],[1,1],[1,1],[1,1],[0,1],[0,1],[5,5],[4,5],[11,4],[12,7],[1,1],[2,2],[6,3],[1,0],[4,2],[7,2],[7,2],[4,1],[15,10],[12,12],[6,4],[7,2],[16,1],[-11,-10],[-1,0],[0,-1],[-2,-2],[-3,-3],[-3,-4],[-1,-3],[-2,-4],[-1,-3],[-1,-1],[0,-2],[0,-1],[0,-3],[0,-3],[0,-1],[1,-1],[2,-4],[2,-1],[6,-7],[1,-1],[1,-2],[1,-1],[1,0],[1,-1],[1,0],[3,-1],[4,0],[1,0],[2,0],[2,1],[1,0],[17,-2],[1,-1],[5,-2],[6,-4],[5,-2],[2,0],[2,-1],[2,1],[11,1],[2,-1],[13,-4],[9,-2],[12,-5],[9,-3],[8,-3],[15,-3],[1,0],[1,0],[20,-4],[10,-2],[12,-5],[2,-1],[2,-1],[1,0],[1,0],[1,-1],[2,0],[9,1],[4,0],[1,1],[1,0],[1,1],[1,0]],[[3941,9664],[16,5],[95,58],[8,1],[34,-8],[4,-3],[-24,-30],[23,-7],[27,-7],[29,-8],[35,-9],[26,-7],[9,-2],[7,1]],[[3042,9613],[-1,-1],[-6,1],[-2,4],[-1,2],[0,4],[-1,5],[-10,10],[-4,3],[-9,8],[-9,9],[-2,3],[-5,3],[-6,7],[-4,8],[1,11],[0,1],[1,4],[0,4],[1,4],[0,2],[0,3],[-3,6],[-1,2],[-1,1],[-3,2],[-4,3],[-1,0],[-3,1],[-13,-1],[-7,0],[0,2]],[[2949,9724],[34,2],[9,-7],[-4,-50],[39,-28],[15,-28]],[[9097,8425],[63,-98]],[[6322,9018],[59,0],[5,0],[169,2],[77,0],[75,23],[97,29],[1,1],[33,10],[13,3],[17,3],[11,9],[4,3],[13,11],[16,13],[36,30],[6,5],[13,10],[36,62],[9,16],[-4,4],[-5,4],[33,76],[7,3],[124,57],[233,107],[11,5],[90,40],[223,83],[51,24],[13,6],[13,6],[9,4],[15,5],[25,8],[26,7],[26,6],[27,5],[27,3],[28,2],[14,1],[27,12],[24,9],[9,2],[16,6],[13,3],[13,4],[26,5],[27,5],[14,2],[14,1],[13,1],[14,1],[26,1],[13,0],[17,0],[19,-1],[9,-1],[17,-1],[10,-1],[27,-4],[27,-6],[26,-6],[26,-8],[24,-8],[24,-10],[6,-3],[17,-8],[15,-8],[148,-83],[89,-50],[20,-13],[12,-8],[5,-2],[6,-4],[21,-13],[19,-13],[17,-14],[17,-16],[14,-16],[14,-16],[11,-17],[8,-15],[2,-3],[8,-18],[5,-13],[2,-14],[1,-14],[9,-81],[11,-109],[-9,-209],[107,-50],[63,-249],[18,-71],[-18,-54],[0,-14],[0,-8]],[[3018,9760],[2,-1],[24,-3],[10,3],[3,0],[10,-1],[5,-1],[1,-1],[2,0],[9,-5],[9,-4],[9,-5],[4,-2],[2,-1],[11,-4],[11,1],[12,3],[6,0],[5,-1],[19,-3],[11,8],[2,0],[2,1],[4,3],[5,3],[13,2],[6,0],[6,0],[8,1],[4,0],[4,-1],[6,-6],[3,-2],[4,-3],[12,0],[15,3],[12,4],[12,2],[7,0],[10,-1],[2,0],[5,-1],[4,0],[11,0],[3,0],[16,0],[10,-2],[5,-1],[12,-5],[12,-5],[12,-3],[1,0],[18,-4],[13,-6],[5,-4],[7,-4],[14,-5],[11,1],[14,-2],[16,-1],[15,2],[15,2]],[[3246,8935],[-1,2],[0,3],[0,5],[-1,3],[-1,3],[-2,2],[-1,2],[-2,2],[-2,2],[-1,2],[-2,2],[-3,2],[-1,1],[-2,0],[-1,1],[-2,0],[-2,0],[-1,0],[-1,0],[-1,0],[-8,-3],[-10,-4],[-4,-2],[-8,-2],[-1,-1],[-10,-1],[-1,0],[-10,1],[-2,0],[0,1],[-1,1],[0,1],[-1,4],[0,2],[-3,0],[-13,0],[0,1],[-1,0],[-2,0],[-1,-1],[-2,0],[-1,1],[-2,1],[-5,-1],[-15,-4],[-5,-2],[-18,2],[-3,-1],[-1,0],[-3,-2]],[[3431,9201],[4,-1],[2,-1],[4,-1],[1,0],[0,1],[0,1],[-4,1],[-2,1],[-2,0],[-8,3],[-1,0],[-6,2],[0,1],[1,1],[1,1],[-1,1],[4,5],[1,6],[-3,9],[-1,2],[-3,0],[-5,4],[-1,2],[0,2],[-1,2],[0,2],[-1,1],[-1,2],[-1,0],[-1,0],[-2,0],[-1,2],[0,2]],[[3323,9197],[1,-1],[2,0],[0,-4],[-7,-4],[-13,-6],[-1,-1],[-3,-1],[-1,0],[-3,0],[-3,-1],[-2,0],[-2,1],[-3,0],[-20,1],[-7,1],[0,1],[-2,0],[-6,0],[-11,1],[-14,2],[-9,3],[-2,0],[-7,4],[-3,4],[-2,4],[2,2],[2,2],[1,2],[2,2],[5,6],[1,1],[0,1],[-1,1],[-1,0],[-4,2],[-4,1],[-1,1],[-1,2],[-1,2],[-1,2],[0,1],[0,1],[1,1],[1,1],[4,6],[1,0],[1,1],[7,2],[9,3],[1,0],[2,0],[1,0],[2,0],[1,0],[3,1],[2,1],[3,2],[6,3],[5,3],[2,1],[1,1],[1,1],[1,0],[5,4],[2,2],[1,1],[3,2],[3,4],[3,3],[2,3],[2,4],[1,2],[0,1],[1,2],[0,1],[0,2],[0,2],[0,2],[0,3],[-1,2],[-1,2],[-1,2],[-1,3],[-1,1],[-2,2],[-1,1],[-2,-1],[-13,-3],[-6,-2],[-6,-2],[-7,-2],[-4,-3],[-3,-2],[-6,-2],[-1,0],[-7,0],[-7,1],[-14,5],[-6,2],[-5,2],[13,3],[1,1],[1,0],[2,0],[2,0],[4,-2],[1,0],[7,2],[9,-3],[11,1],[6,2],[12,3],[7,2],[5,2],[1,0],[3,1],[1,3],[1,2],[1,2],[6,9],[2,3]],[[3199,9439],[-1,0],[-14,5],[-4,0],[-3,1],[0,-1],[-3,1],[-6,4],[-5,3],[-3,2],[2,0],[-3,2],[-3,2],[-9,8],[-1,2],[-2,3],[-2,5],[0,1],[0,1],[1,2],[0,3],[1,2],[0,2],[0,1],[0,1],[-1,1],[-4,5],[-2,3]],[[3099,9519],[-1,0],[-15,1],[-1,1],[-1,0],[-1,0],[0,1],[-1,5],[2,2],[4,2],[4,2]],[[3043,9611],[0,1],[-1,1]],[[2949,9724],[-8,0],[-1,0],[-2,0],[-3,0],[-19,-1],[-14,-1],[-10,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-4,0],[-2,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,0],[-5,-2],[-3,-1],[-4,-2],[-14,-8],[-9,-4],[-3,-2],[-5,-3],[-6,-3],[-4,-3],[-5,-1],[-7,-1],[-7,-2],[-11,-5],[-3,-1],[-3,-1],[-1,0],[-2,-1],[-3,0],[-2,1],[-7,1],[-2,0],[-1,1],[-4,2],[-5,3],[-4,2],[-3,1],[-8,3],[-1,1],[-1,1],[-1,1],[-4,4],[-2,4],[-3,5],[-1,3],[-16,4],[-11,5],[-2,1],[0,-1],[-1,0],[-1,-2],[-3,-3],[-3,-4],[0,-1],[0,-1],[1,-4],[0,-2],[0,-2],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-2,0],[-5,-1],[-9,-1],[-2,0],[-3,-1],[-2,0],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-2,-3],[-2,-3],[-2,-5],[-3,-6],[0,-5],[-2,-12],[3,-13],[0,-12],[1,-3],[-1,-9],[-3,-8],[0,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-3],[1,-3],[1,-3],[3,-3],[4,-2],[1,-7],[-1,-7],[-5,-7],[-2,-4],[1,-9],[1,-2],[0,-1],[0,-2],[1,-1],[0,-1],[1,-1],[-2,-3],[-6,1],[-8,8],[-4,7],[0,8],[1,5],[1,11],[0,5],[1,5],[0,9],[1,9],[0,2],[0,13],[0,9],[1,6],[0,6],[1,6],[1,11],[0,4],[0,5],[0,4],[0,3],[1,5],[0,3],[1,3],[0,4],[0,6],[1,4],[1,14],[2,12],[0,2],[2,5],[2,8],[2,6],[4,10],[5,11],[6,11],[0,1],[6,10],[7,12],[0,1],[0,1],[5,9],[6,8],[6,9],[7,10],[3,4],[2,4],[3,7],[1,1],[0,1],[1,1],[1,2],[2,4],[6,10],[7,11],[3,5],[1,1],[6,11],[4,7],[1,4],[2,2],[8,12],[4,5],[2,2],[1,1],[3,2],[9,3],[2,1],[2,0],[2,1],[3,0],[4,-1],[5,-1],[10,-3],[5,-2],[8,-4],[8,-2],[8,-1],[-3,-4],[-9,-2],[-6,1],[-16,6],[-11,-1],[-8,0],[-11,-1],[-3,0],[-2,0],[-1,-1],[-1,-1],[0,-1],[2,-8],[1,-2],[1,-2],[2,0],[4,-1],[2,0],[16,1],[9,-2],[2,-5],[3,-4],[5,-3],[2,-4],[0,-3],[-4,-4],[-16,-7],[-18,-6],[-13,-3],[-9,-5],[-6,-3],[-1,-1],[-9,-9],[-1,-1],[-1,-1],[-1,-2],[0,-1],[-3,-5],[-2,-4],[-3,-4],[-6,-6],[-2,-2],[0,-1],[0,-1],[1,-1],[3,-3],[1,-2],[3,-5],[-1,-5],[-1,-3],[0,-1],[1,-2],[3,-7],[1,-1],[-1,-1],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,-4],[0,-1],[0,-1],[2,-4],[0,-3],[1,-1],[0,-7],[-1,-3],[0,-3],[1,-7],[0,-1],[0,-2],[2,-2],[2,-4],[1,-1],[1,-2],[3,-3],[0,-1],[2,-2],[3,-3],[2,-1],[3,-2],[2,-1],[2,-1],[6,-2],[7,-2],[17,-7],[10,-4],[2,-1],[2,0],[12,-3],[1,1],[3,0],[18,0],[15,1],[10,1],[7,0],[6,2],[6,2],[8,3],[18,1],[3,0],[15,1],[7,0],[11,1],[13,0],[6,0],[0,2],[8,1],[7,0],[7,0],[10,2],[8,1],[12,3],[6,1],[2,0],[0,3],[0,2],[3,2],[4,2],[5,2],[-1,5],[0,4],[2,1],[-1,0],[0,1],[0,1]],[[2029,8587],[-15,6],[-15,6],[-14,7],[-13,7],[-13,8],[-13,8],[-12,8],[-11,9],[-11,9],[-10,10],[-15,15],[-17,17],[-10,10],[-9,10],[-8,11],[-8,11],[-6,11],[-6,11],[-6,12],[-4,12],[-4,11],[-2,12],[-2,12],[-1,3],[0,3],[-1,6],[0,12],[1,12],[1,12],[2,12],[3,11],[1,5],[3,8],[5,12],[5,11],[6,12],[7,11],[8,10],[8,11],[3,3],[7,7],[10,10],[3,4],[7,6],[11,9],[12,9],[13,9],[13,8],[13,7],[15,8],[10,4],[10,5],[9,4],[6,2],[10,3],[11,4],[15,5],[6,1],[16,5],[17,3],[17,3],[18,3],[17,2],[17,1],[18,1],[10,0],[10,0],[15,0],[12,0],[28,-1],[24,-1],[17,-1],[17,-1],[17,-2],[17,-3],[16,-3],[17,-3],[6,-2],[10,-2],[16,-5],[15,-5],[15,-6],[15,-6],[14,-6],[14,-7],[14,-7],[13,-8],[8,-3],[-2,3],[-2,3],[-3,5],[-44,70],[-79,126],[-31,49],[-5,8],[-11,18],[-13,21],[-7,11],[-3,5],[-1,0],[-5,9],[-5,9],[-4,10],[-2,5],[-5,12],[-4,12],[-3,12],[-2,12],[-1,13],[-14,95],[-1,12],[0,12],[0,11],[1,12],[3,19],[1,13],[1,1],[0,4],[-1,11],[0,7],[0,7],[1,19],[0,8],[3,31],[1,10],[1,9],[0,6],[1,3],[0,7],[3,21],[0,2],[2,12],[3,12],[5,17],[1,4],[2,6],[3,9],[1,2],[3,7],[12,26],[1,3],[8,16],[2,5],[4,8],[5,8],[16,27],[4,7],[5,7],[3,4],[9,13],[14,26],[4,13],[2,9],[259,-43],[20,-3],[12,-1],[15,-2],[10,2],[14,1],[28,4],[24,4],[11,-3],[10,-2],[27,-6],[36,-9],[7,-8],[-3,-11],[-1,-4],[-1,-5],[-1,-4],[0,-1],[-1,-3],[32,-33],[18,-9],[14,0],[8,0],[21,0],[-2,-43],[0,-1],[0,-8],[0,-10],[-1,-10],[0,-10],[0,-10],[11,-1],[26,-4],[37,-5],[14,-1]],[[1446,7721],[-100,-8],[-4,0],[-3,-1],[-12,-2],[-5,-1],[-3,-1],[-7,-2],[-4,-1],[-5,0],[-9,0],[-3,1],[-2,0],[-2,1],[-5,3],[-1,1],[-2,2],[-2,1],[-28,7],[-13,3],[-8,1],[-7,4],[-3,1],[-13,4],[-26,8],[-3,1],[-2,1],[-10,5],[-5,3],[-18,14],[-4,2],[-2,3],[-3,3],[-2,3],[-2,3],[-1,4],[-1,6],[-3,7],[-2,4],[-1,4],[0,4],[1,4],[-1,4],[-2,7],[-1,3],[-2,2],[-1,4],[-1,2],[0,4],[0,10],[0,3],[1,3],[1,2],[2,5],[2,4],[3,4],[3,4],[4,6],[1,2],[0,3],[0,1]],[[1130,7886],[3,1],[13,5],[4,1],[1,1]],[[1130,7886],[-1,2],[-2,2],[-1,1],[-2,2],[-3,1],[-2,1],[-4,2],[-4,1],[-13,5],[-5,1],[-5,2],[-7,1],[-12,3],[-26,4],[-8,1],[-12,3],[-5,1],[-5,2],[-30,12],[-5,2],[-5,1],[-32,9],[-4,1],[-9,3],[-8,4],[-7,3],[-7,5],[-5,4],[-5,5],[-5,5],[-2,4],[-3,3],[-2,3],[-9,7],[-2,1],[-2,1],[-3,1],[-5,1],[-2,0],[-4,1],[-19,3],[-2,1],[-2,1],[-3,1],[-1,1],[-3,2],[-1,1],[-1,0],[-3,4],[-2,3],[-1,2],[0,1],[-1,1],[-1,3],[-1,2],[-1,1],[-1,1],[-2,2],[-4,1],[-4,1],[-6,1],[-7,3],[-3,1],[-2,1],[-4,2],[-3,2],[-3,2],[-2,1],[-3,2],[-2,0],[-3,2],[-20,16],[-151,28],[-73,153],[16,16],[15,13],[11,9],[8,5]]],"transform":{"scale":[0.0009174754475447538,0.0007829836483648381],"translate":[5.866755499999783,47.270113999999836]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/DK.json b/dist-amd/map/TopoJSON/DK.json new file mode 100644 index 0000000000..ddf283811e --- /dev/null +++ b/dist-amd/map/TopoJSON/DK.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0]]},{"type":"Polygon","arcs":[[1]]},{"type":"Polygon","arcs":[[2]]},{"type":"Polygon","arcs":[[3]]},{"type":"Polygon","arcs":[[4]]},{"type":"Polygon","arcs":[[5]]},{"type":"Polygon","arcs":[[6]]},{"type":"Polygon","arcs":[[7]]},{"type":"Polygon","arcs":[[8]]},{"type":"Polygon","arcs":[[9]]},{"type":"Polygon","arcs":[[10]]},{"type":"Polygon","arcs":[[11]]},{"type":"Polygon","arcs":[[12]]},{"type":"Polygon","arcs":[[13]]},{"type":"Polygon","arcs":[[14]]},{"type":"Polygon","arcs":[[15]]},{"type":"Polygon","arcs":[[16]]},{"type":"Polygon","arcs":[[17]]},{"type":"Polygon","arcs":[[18]]},{"type":"Polygon","arcs":[[19]]},{"type":"Polygon","arcs":[[20]]},{"type":"Polygon","arcs":[[21]]},{"type":"Polygon","arcs":[[22]]},{"type":"Polygon","arcs":[[23]]},{"type":"Polygon","arcs":[[24]]},{"type":"Polygon","arcs":[[25]]},{"type":"Polygon","arcs":[[26]]},{"type":"Polygon","arcs":[[27]]},{"type":"Polygon","arcs":[[28]]},{"type":"Polygon","arcs":[[29]]},{"type":"Polygon","arcs":[[30]]},{"type":"Polygon","arcs":[[31]]},{"type":"Polygon","arcs":[[32]]},{"type":"Polygon","arcs":[[33]]},{"type":"Polygon","arcs":[[34,35]]},{"type":"Polygon","arcs":[[36,37,38,39]]},{"type":"Polygon","arcs":[[40]]},{"type":"Polygon","arcs":[[41]]},{"type":"Polygon","arcs":[[-35,42,43,44]]},{"type":"Polygon","arcs":[[-38,45]]},{"type":"Polygon","arcs":[[-44,46]]},{"type":"Polygon","arcs":[[47]]},{"type":"Polygon","arcs":[[48,49]]},{"type":"Polygon","arcs":[[50]]},{"type":"Polygon","arcs":[[51,52,-40,53]]},{"type":"Polygon","arcs":[[54]]},{"type":"Polygon","arcs":[[55]]},{"type":"Polygon","arcs":[[56]]},{"type":"Polygon","arcs":[[57]]},{"type":"Polygon","arcs":[[-52,58]]},{"type":"Polygon","arcs":[[59]]},{"type":"Polygon","arcs":[[60]]},{"type":"Polygon","arcs":[[-49,61]]},{"type":"Polygon","arcs":[[62]]},{"type":"Polygon","arcs":[[63]]},{"type":"Polygon","arcs":[[64]]},{"type":"Polygon","arcs":[[65]]},{"type":"Polygon","arcs":[[66]]},{"type":"Polygon","arcs":[[67]]},{"type":"Polygon","arcs":[[68]]},{"type":"Polygon","arcs":[[69]]},{"type":"Polygon","arcs":[[70]]},{"type":"Polygon","arcs":[[71]]},{"type":"Polygon","arcs":[[72]]},{"type":"Polygon","arcs":[[73]]},{"type":"Polygon","arcs":[[74]]},{"type":"Polygon","arcs":[[75]]},{"type":"Polygon","arcs":[[76]]},{"type":"Polygon","arcs":[[77]]},{"type":"Polygon","arcs":[[78]]},{"type":"Polygon","arcs":[[79]]},{"type":"Polygon","arcs":[[80]]},{"type":"Polygon","arcs":[[81]]},{"type":"Polygon","arcs":[[82]]},{"type":"Polygon","arcs":[[83]]},{"type":"Polygon","arcs":[[84]]},{"type":"Polygon","arcs":[[85]]},{"type":"Polygon","arcs":[[86]]},{"type":"Polygon","arcs":[[87]]},{"type":"Polygon","arcs":[[88]]},{"type":"Polygon","arcs":[[89]]},{"type":"Polygon","arcs":[[90]]},{"type":"Polygon","arcs":[[91]]},{"type":"Polygon","arcs":[[92]]},{"type":"Polygon","arcs":[[93]]},{"type":"Polygon","arcs":[[94]]},{"type":"Polygon","arcs":[[95]]},{"type":"Polygon","arcs":[[96]]},{"type":"Polygon","arcs":[[97]]},{"type":"Polygon","arcs":[[98]]},{"type":"Polygon","arcs":[[99]]},{"type":"Polygon","arcs":[[100]]},{"type":"Polygon","arcs":[[101]]},{"type":"Polygon","arcs":[[102]]},{"type":"Polygon","arcs":[[103]]},{"type":"Polygon","arcs":[[104]]},{"type":"Polygon","arcs":[[105]]},{"type":"Polygon","arcs":[[106]]},{"type":"Polygon","arcs":[[107]]},{"type":"Polygon","arcs":[[108]]},{"type":"Polygon","arcs":[[109]]},{"type":"Polygon","arcs":[[110]]},{"type":"Polygon","arcs":[[111]]},{"type":"Polygon","arcs":[[112]]},{"type":"Polygon","arcs":[[113]]},{"type":"Polygon","arcs":[[114]]},{"type":"Polygon","arcs":[[115]]},{"type":"Polygon","arcs":[[116]]},{"type":"Polygon","arcs":[[117]]},{"type":"Polygon","arcs":[[118]]},{"type":"Polygon","arcs":[[119]]},{"type":"Polygon","arcs":[[120]]},{"type":"Polygon","arcs":[[121]]},{"type":"Polygon","arcs":[[122]]},{"type":"Polygon","arcs":[[123]]},{"type":"Polygon","arcs":[[124]]},{"type":"Polygon","arcs":[[125]]},{"type":"Polygon","arcs":[[126]]},{"type":"Polygon","arcs":[[127]]},{"type":"Polygon","arcs":[[128]]},{"type":"Polygon","arcs":[[129]]},{"type":"Polygon","arcs":[[130]]},{"type":"Polygon","arcs":[[131]]},{"type":"Polygon","arcs":[[132]]},{"type":"Polygon","arcs":[[133]]},{"type":"Polygon","arcs":[[134]]},{"type":"Polygon","arcs":[[135]]},{"type":"Polygon","arcs":[[136]]},{"type":"Polygon","arcs":[[137]]},{"type":"Polygon","arcs":[[138]]},{"type":"Polygon","arcs":[[139]]},{"type":"Polygon","arcs":[[140]]},{"type":"Polygon","arcs":[[141]]},{"type":"Polygon","arcs":[[142]]},{"type":"Polygon","arcs":[[143]]},{"type":"Polygon","arcs":[[144]]},{"type":"Polygon","arcs":[[145]]},{"type":"Polygon","arcs":[[146]]},{"type":"Polygon","arcs":[[147]]},{"type":"Polygon","arcs":[[148]]},{"type":"Polygon","arcs":[[149]]},{"type":"Polygon","arcs":[[150]]},{"type":"Polygon","arcs":[[151]]},{"type":"Polygon","arcs":[[152]]},{"type":"Polygon","arcs":[[153]]},{"type":"Polygon","arcs":[[154]]},{"type":"Polygon","arcs":[[155]]},{"type":"Polygon","arcs":[[156]]},{"type":"Polygon","arcs":[[157]]},{"type":"Polygon","arcs":[[158]]},{"type":"Polygon","arcs":[[159]]},{"type":"Polygon","arcs":[[160]]},{"type":"Polygon","arcs":[[161]]},{"type":"Polygon","arcs":[[162]]},{"type":"Polygon","arcs":[[163]]},{"type":"Polygon","arcs":[[164]]},{"type":"Polygon","arcs":[[165]]},{"type":"Polygon","arcs":[[166]]},{"type":"Polygon","arcs":[[167]]},{"type":"Polygon","arcs":[[168]]},{"type":"Polygon","arcs":[[169]]},{"type":"Polygon","arcs":[[170]]},{"type":"Polygon","arcs":[[171]]},{"type":"Polygon","arcs":[[172]]},{"type":"Polygon","arcs":[[173]]},{"type":"Polygon","arcs":[[174]]},{"type":"Polygon","arcs":[[175]]},{"type":"Polygon","arcs":[[176]]},{"type":"Polygon","arcs":[[177]]},{"type":"Polygon","arcs":[[178]]},{"type":"Polygon","arcs":[[179]]},{"type":"Polygon","arcs":[[180]]},{"type":"Polygon","arcs":[[181]]},{"type":"Polygon","arcs":[[182]]},{"type":"Polygon","arcs":[[183]]},{"type":"Polygon","arcs":[[184]]},{"type":"Polygon","arcs":[[185]]},{"type":"Polygon","arcs":[[186]]},{"type":"Polygon","arcs":[[187]]},{"type":"Polygon","arcs":[[188]]},{"type":"Polygon","arcs":[[189]]},{"type":"Polygon","arcs":[[190]]},{"type":"Polygon","arcs":[[191]]},{"type":"Polygon","arcs":[[192]]},{"type":"Polygon","arcs":[[193]]},{"type":"Polygon","arcs":[[194]]},{"type":"Polygon","arcs":[[195]]},{"type":"Polygon","arcs":[[196]]},{"type":"Polygon","arcs":[[197]]},{"type":"Polygon","arcs":[[198]]},{"type":"Polygon","arcs":[[199]]},{"type":"Polygon","arcs":[[200]]},{"type":"Polygon","arcs":[[201,202]]},{"type":"Polygon","arcs":[[203]]},{"type":"Polygon","arcs":[[204]]},{"type":"Polygon","arcs":[[205]]},{"type":"Polygon","arcs":[[206]]},{"type":"Polygon","arcs":[[207]]},{"type":"Polygon","arcs":[[208]]},{"type":"Polygon","arcs":[[209]]},{"type":"Polygon","arcs":[[210]]},{"type":"Polygon","arcs":[[211]]},{"type":"Polygon","arcs":[[212]]},{"type":"Polygon","arcs":[[213]]},{"type":"Polygon","arcs":[[214]]},{"type":"Polygon","arcs":[[215]]},{"type":"Polygon","arcs":[[216]]},{"type":"Polygon","arcs":[[217]]},{"type":"Polygon","arcs":[[218]]},{"type":"Polygon","arcs":[[219]]},{"type":"Polygon","arcs":[[220]]},{"type":"Polygon","arcs":[[221]]},{"type":"Polygon","arcs":[[222]]},{"type":"Polygon","arcs":[[223]]},{"type":"Polygon","arcs":[[224]]},{"type":"Polygon","arcs":[[225]]},{"type":"Polygon","arcs":[[226]]},{"type":"Polygon","arcs":[[227]]},{"type":"Polygon","arcs":[[228]]},{"type":"Polygon","arcs":[[229]]},{"type":"Polygon","arcs":[[230]]},{"type":"Polygon","arcs":[[231]]},{"type":"Polygon","arcs":[[232]]},{"type":"Polygon","arcs":[[233]]},{"type":"Polygon","arcs":[[234]]},{"type":"Polygon","arcs":[[235]]},{"type":"Polygon","arcs":[[236]]},{"type":"Polygon","arcs":[[237]]},{"type":"Polygon","arcs":[[238]]},{"type":"Polygon","arcs":[[239]]},{"type":"Polygon","arcs":[[240]]},{"type":"Polygon","arcs":[[241]]},{"type":"Polygon","arcs":[[242]]},{"type":"Polygon","arcs":[[243]]},{"type":"Polygon","arcs":[[244]]},{"type":"Polygon","arcs":[[245]]},{"type":"Polygon","arcs":[[246]]},{"type":"Polygon","arcs":[[247]]},{"type":"Polygon","arcs":[[248]]},{"type":"Polygon","arcs":[[249]]},{"type":"Polygon","arcs":[[250]]},{"type":"Polygon","arcs":[[251]]},{"type":"Polygon","arcs":[[252]]},{"type":"Polygon","arcs":[[253]]},{"type":"Polygon","arcs":[[254]]},{"type":"Polygon","arcs":[[255]]},{"type":"Polygon","arcs":[[256]]},{"type":"Polygon","arcs":[[257]]},{"type":"Polygon","arcs":[[258]]},{"type":"Polygon","arcs":[[259]]},{"type":"Polygon","arcs":[[260]]},{"type":"Polygon","arcs":[[261]]},{"type":"Polygon","arcs":[[262]]},{"type":"Polygon","arcs":[[263]]},{"type":"Polygon","arcs":[[264]]},{"type":"Polygon","arcs":[[265]]},{"type":"Polygon","arcs":[[266]]},{"type":"Polygon","arcs":[[267]]},{"type":"Polygon","arcs":[[268]]},{"type":"Polygon","arcs":[[269]]},{"type":"Polygon","arcs":[[270]]},{"type":"Polygon","arcs":[[271]]},{"type":"Polygon","arcs":[[272]]},{"type":"Polygon","arcs":[[273]]},{"type":"Polygon","arcs":[[274]]},{"type":"Polygon","arcs":[[275]]},{"type":"Polygon","arcs":[[276]]},{"type":"Polygon","arcs":[[277]]},{"type":"Polygon","arcs":[[278]]},{"type":"Polygon","arcs":[[279]]},{"type":"Polygon","arcs":[[280]]},{"type":"Polygon","arcs":[[281]]},{"type":"Polygon","arcs":[[282]]},{"type":"Polygon","arcs":[[283]]},{"type":"Polygon","arcs":[[284]]},{"type":"Polygon","arcs":[[285]]},{"type":"Polygon","arcs":[[286]]},{"type":"Polygon","arcs":[[287]]},{"type":"Polygon","arcs":[[288]]},{"type":"Polygon","arcs":[[289]]},{"type":"Polygon","arcs":[[290]]},{"type":"Polygon","arcs":[[291]]},{"type":"Polygon","arcs":[[292]]},{"type":"Polygon","arcs":[[293]]},{"type":"Polygon","arcs":[[294]]},{"type":"Polygon","arcs":[[295]]},{"type":"Polygon","arcs":[[296]]},{"type":"Polygon","arcs":[[297]]},{"type":"Polygon","arcs":[[298]]},{"type":"Polygon","arcs":[[299]]},{"type":"Polygon","arcs":[[300]]},{"type":"Polygon","arcs":[[301]]},{"type":"Polygon","arcs":[[302]]},{"type":"Polygon","arcs":[[303]]},{"type":"Polygon","arcs":[[304]]},{"type":"Polygon","arcs":[[305]]},{"type":"Polygon","arcs":[[306]]},{"type":"Polygon","arcs":[[307]]},{"type":"Polygon","arcs":[[308]]},{"type":"Polygon","arcs":[[309]]},{"type":"Polygon","arcs":[[310]]},{"type":"Polygon","arcs":[[311]]},{"type":"Polygon","arcs":[[312]]},{"type":"Polygon","arcs":[[313]]},{"type":"Polygon","arcs":[[314]]},{"type":"Polygon","arcs":[[315]]},{"type":"Polygon","arcs":[[316,317]]},{"type":"Polygon","arcs":[[318,319]]},{"type":"Polygon","arcs":[[320]]},{"type":"Polygon","arcs":[[321]]},{"type":"Polygon","arcs":[[322]]},{"type":"Polygon","arcs":[[323]]},{"type":"Polygon","arcs":[[324]]},{"type":"Polygon","arcs":[[325]]},{"type":"Polygon","arcs":[[326]]},{"type":"Polygon","arcs":[[327]]},{"type":"Polygon","arcs":[[328]]},{"type":"Polygon","arcs":[[329]]},{"type":"Polygon","arcs":[[330]]},{"type":"Polygon","arcs":[[331]]},{"type":"Polygon","arcs":[[332]]},{"type":"Polygon","arcs":[[333]]},{"type":"Polygon","arcs":[[334]]},{"type":"Polygon","arcs":[[335]]},{"type":"Polygon","arcs":[[336]]},{"type":"Polygon","arcs":[[337]]},{"type":"Polygon","arcs":[[338]]},{"type":"Polygon","arcs":[[339]]},{"type":"Polygon","arcs":[[340]]},{"type":"Polygon","arcs":[[341]]},{"type":"Polygon","arcs":[[342]]},{"type":"Polygon","arcs":[[343]]},{"type":"Polygon","arcs":[[344]]},{"type":"Polygon","arcs":[[345]]},{"type":"Polygon","arcs":[[346]]},{"type":"Polygon","arcs":[[347]]},{"type":"Polygon","arcs":[[348]]},{"type":"Polygon","arcs":[[349]]},{"type":"Polygon","arcs":[[350]]},{"type":"Polygon","arcs":[[351]]},{"type":"Polygon","arcs":[[352]]},{"type":"Polygon","arcs":[[353]]},{"type":"Polygon","arcs":[[354]]},{"type":"Polygon","arcs":[[355]]},{"type":"Polygon","arcs":[[356]]},{"type":"Polygon","arcs":[[357]]},{"type":"Polygon","arcs":[[358]]},{"type":"Polygon","arcs":[[359]]},{"type":"Polygon","arcs":[[360]]},{"type":"Polygon","arcs":[[361]]},{"type":"Polygon","arcs":[[362]]},{"type":"Polygon","arcs":[[363]]},{"type":"Polygon","arcs":[[364]]},{"type":"Polygon","arcs":[[365]]},{"type":"Polygon","arcs":[[366]]},{"type":"Polygon","arcs":[[367]]},{"type":"Polygon","arcs":[[368]]},{"type":"Polygon","arcs":[[369]]},{"type":"Polygon","arcs":[[370]]},{"type":"Polygon","arcs":[[371]]},{"type":"Polygon","arcs":[[372]]},{"type":"Polygon","arcs":[[373]]},{"type":"Polygon","arcs":[[374]]},{"type":"Polygon","arcs":[[375]]},{"type":"Polygon","arcs":[[376]]},{"type":"Polygon","arcs":[[377]]},{"type":"Polygon","arcs":[[378]]},{"type":"Polygon","arcs":[[379]]},{"type":"Polygon","arcs":[[380]]},{"type":"Polygon","arcs":[[381]]},{"type":"Polygon","arcs":[[382]]},{"type":"Polygon","arcs":[[383]]},{"type":"Polygon","arcs":[[384]]},{"type":"Polygon","arcs":[[385]]},{"type":"Polygon","arcs":[[386]]},{"type":"Polygon","arcs":[[387]]},{"type":"Polygon","arcs":[[388]]},{"type":"Polygon","arcs":[[389]]},{"type":"Polygon","arcs":[[390]]},{"type":"Polygon","arcs":[[391,-202,392,393,394,395]]},{"type":"Polygon","arcs":[[396]]},{"type":"Polygon","arcs":[[397]]},{"type":"Polygon","arcs":[[398]]},{"type":"Polygon","arcs":[[399]]},{"type":"Polygon","arcs":[[400]]},{"type":"Polygon","arcs":[[401]]},{"type":"Polygon","arcs":[[402]]},{"type":"Polygon","arcs":[[403]]},{"type":"Polygon","arcs":[[404]]},{"type":"Polygon","arcs":[[405]]},{"type":"Polygon","arcs":[[406]]},{"type":"Polygon","arcs":[[407]]},{"type":"Polygon","arcs":[[408]]},{"type":"Polygon","arcs":[[409]]},{"type":"Polygon","arcs":[[410]]},{"type":"Polygon","arcs":[[411]]},{"type":"Polygon","arcs":[[412]]},{"type":"Polygon","arcs":[[413]]},{"type":"Polygon","arcs":[[414]]},{"type":"Polygon","arcs":[[415]]},{"type":"Polygon","arcs":[[416]]},{"type":"Polygon","arcs":[[417]]},{"type":"Polygon","arcs":[[418]]},{"type":"Polygon","arcs":[[419,-394,420]]},{"type":"Polygon","arcs":[[421]]},{"type":"Polygon","arcs":[[422]]},{"type":"Polygon","arcs":[[423]]},{"type":"Polygon","arcs":[[424]]},{"type":"Polygon","arcs":[[425]]},{"type":"Polygon","arcs":[[426]]},{"type":"Polygon","arcs":[[427]]},{"type":"Polygon","arcs":[[428]]},{"type":"Polygon","arcs":[[429]]},{"type":"Polygon","arcs":[[430]]},{"type":"Polygon","arcs":[[431]]},{"type":"Polygon","arcs":[[432]]},{"type":"Polygon","arcs":[[433]]},{"type":"Polygon","arcs":[[434]]},{"type":"Polygon","arcs":[[435]]},{"type":"Polygon","arcs":[[436]]},{"type":"Polygon","arcs":[[437]]},{"type":"Polygon","arcs":[[438]]},{"type":"Polygon","arcs":[[439]]},{"type":"Polygon","arcs":[[440]]},{"type":"Polygon","arcs":[[441]]},{"type":"Polygon","arcs":[[442]]},{"type":"Polygon","arcs":[[443]]},{"type":"Polygon","arcs":[[444]]},{"type":"Polygon","arcs":[[445]]},{"type":"Polygon","arcs":[[446]]},{"type":"Polygon","arcs":[[447]]},{"type":"Polygon","arcs":[[448]]},{"type":"Polygon","arcs":[[449]]},{"type":"Polygon","arcs":[[450]]},{"type":"Polygon","arcs":[[451]]},{"type":"Polygon","arcs":[[452]]},{"type":"Polygon","arcs":[[453]]},{"type":"Polygon","arcs":[[454]]},{"type":"Polygon","arcs":[[455]]},{"type":"Polygon","arcs":[[456]]},{"type":"Polygon","arcs":[[457]]},{"type":"Polygon","arcs":[[458]]},{"type":"Polygon","arcs":[[459]]},{"type":"Polygon","arcs":[[460]]},{"type":"Polygon","arcs":[[461]]},{"type":"Polygon","arcs":[[462]]},{"type":"Polygon","arcs":[[463]]},{"type":"Polygon","arcs":[[464]]},{"type":"Polygon","arcs":[[465]]},{"type":"Polygon","arcs":[[466]]},{"type":"Polygon","arcs":[[467]]},{"type":"Polygon","arcs":[[468]]},{"type":"Polygon","arcs":[[469]]},{"type":"Polygon","arcs":[[470]]},{"type":"Polygon","arcs":[[471]]},{"type":"Polygon","arcs":[[472]]},{"type":"Polygon","arcs":[[473]]},{"type":"Polygon","arcs":[[474]]},{"type":"Polygon","arcs":[[475]]},{"type":"Polygon","arcs":[[476]]},{"type":"Polygon","arcs":[[477]]},{"type":"Polygon","arcs":[[478]]},{"type":"Polygon","arcs":[[479]]},{"type":"Polygon","arcs":[[480]]},{"type":"Polygon","arcs":[[481]]},{"type":"Polygon","arcs":[[482]]},{"type":"Polygon","arcs":[[483]]},{"type":"Polygon","arcs":[[484]]},{"type":"Polygon","arcs":[[485]]},{"type":"Polygon","arcs":[[486]]},{"type":"Polygon","arcs":[[487]]},{"type":"Polygon","arcs":[[488]]},{"type":"Polygon","arcs":[[489]]},{"type":"Polygon","arcs":[[490]]},{"type":"Polygon","arcs":[[491]]},{"type":"Polygon","arcs":[[492]]},{"type":"Polygon","arcs":[[493]]},{"type":"Polygon","arcs":[[494]]},{"type":"Polygon","arcs":[[495]]},{"type":"Polygon","arcs":[[496]]},{"type":"Polygon","arcs":[[497]]},{"type":"Polygon","arcs":[[498]]},{"type":"Polygon","arcs":[[499]]},{"type":"Polygon","arcs":[[500]]},{"type":"Polygon","arcs":[[501]]},{"type":"Polygon","arcs":[[502]]},{"type":"Polygon","arcs":[[503]]},{"type":"Polygon","arcs":[[504]]},{"type":"Polygon","arcs":[[505]]},{"type":"Polygon","arcs":[[506]]},{"type":"Polygon","arcs":[[507]]},{"type":"Polygon","arcs":[[508]]},{"type":"Polygon","arcs":[[509]]},{"type":"Polygon","arcs":[[510]]},{"type":"Polygon","arcs":[[511]]},{"type":"Polygon","arcs":[[512]]},{"type":"Polygon","arcs":[[513]]},{"type":"Polygon","arcs":[[514]]},{"type":"Polygon","arcs":[[515]]},{"type":"Polygon","arcs":[[516]]},{"type":"Polygon","arcs":[[517]]},{"type":"Polygon","arcs":[[518]]},{"type":"Polygon","arcs":[[519]]},{"type":"Polygon","arcs":[[520]]},{"type":"Polygon","arcs":[[521]]},{"type":"Polygon","arcs":[[522]]},{"type":"Polygon","arcs":[[523]]},{"type":"Polygon","arcs":[[524]]},{"type":"Polygon","arcs":[[525]]},{"type":"Polygon","arcs":[[526]]},{"type":"Polygon","arcs":[[527]]},{"type":"Polygon","arcs":[[528]]},{"type":"Polygon","arcs":[[529]]},{"type":"Polygon","arcs":[[530]]},{"type":"Polygon","arcs":[[531]]},{"type":"Polygon","arcs":[[532]]},{"type":"Polygon","arcs":[[533]]},{"type":"Polygon","arcs":[[534]]},{"type":"Polygon","arcs":[[535]]},{"type":"Polygon","arcs":[[536]]},{"type":"Polygon","arcs":[[537]]},{"type":"Polygon","arcs":[[538]]},{"type":"Polygon","arcs":[[539]]},{"type":"Polygon","arcs":[[540]]},{"type":"Polygon","arcs":[[541]]},{"type":"Polygon","arcs":[[542]]},{"type":"Polygon","arcs":[[543]]},{"type":"Polygon","arcs":[[544]]},{"type":"Polygon","arcs":[[545]]},{"type":"Polygon","arcs":[[546]]},{"type":"Polygon","arcs":[[547]]},{"type":"Polygon","arcs":[[548]]},{"type":"Polygon","arcs":[[549]]},{"type":"Polygon","arcs":[[550]]},{"type":"Polygon","arcs":[[551]]},{"type":"Polygon","arcs":[[552]]},{"type":"Polygon","arcs":[[553]]},{"type":"Polygon","arcs":[[554]]},{"type":"Polygon","arcs":[[555]]},{"type":"Polygon","arcs":[[556]]},{"type":"Polygon","arcs":[[557]]},{"type":"Polygon","arcs":[[558]]},{"type":"Polygon","arcs":[[559]]},{"type":"Polygon","arcs":[[560]]},{"type":"Polygon","arcs":[[561]]},{"type":"Polygon","arcs":[[562]]},{"type":"Polygon","arcs":[[563]]},{"type":"Polygon","arcs":[[564]]},{"type":"Polygon","arcs":[[565]]},{"type":"Polygon","arcs":[[566]]},{"type":"Polygon","arcs":[[567]]},{"type":"Polygon","arcs":[[568]]},{"type":"Polygon","arcs":[[569]]},{"type":"Polygon","arcs":[[570]]},{"type":"Polygon","arcs":[[571]]},{"type":"Polygon","arcs":[[572]]},{"type":"Polygon","arcs":[[573]]},{"type":"Polygon","arcs":[[574]]},{"type":"Polygon","arcs":[[575]]},{"type":"Polygon","arcs":[[576]]},{"type":"Polygon","arcs":[[577]]},{"type":"Polygon","arcs":[[578]]},{"type":"Polygon","arcs":[[579]]},{"type":"Polygon","arcs":[[580]]},{"type":"Polygon","arcs":[[581]]},{"type":"Polygon","arcs":[[582]]},{"type":"Polygon","arcs":[[583]]},{"type":"Polygon","arcs":[[584]]},{"type":"Polygon","arcs":[[585]]},{"type":"Polygon","arcs":[[586]]},{"type":"Polygon","arcs":[[587]]},{"type":"Polygon","arcs":[[588]]},{"type":"Polygon","arcs":[[589]]},{"type":"Polygon","arcs":[[590]]},{"type":"Polygon","arcs":[[591]]},{"type":"Polygon","arcs":[[592]]},{"type":"Polygon","arcs":[[593]]},{"type":"Polygon","arcs":[[594]]},{"type":"Polygon","arcs":[[595]]},{"type":"Polygon","arcs":[[596]]},{"type":"Polygon","arcs":[[597]]},{"type":"Polygon","arcs":[[598]]},{"type":"Polygon","arcs":[[599]]},{"type":"Polygon","arcs":[[600]]},{"type":"Polygon","arcs":[[601]]},{"type":"Polygon","arcs":[[602]]},{"type":"Polygon","arcs":[[603]]},{"type":"Polygon","arcs":[[604]]},{"type":"Polygon","arcs":[[605]]},{"type":"Polygon","arcs":[[606]]},{"type":"Polygon","arcs":[[607]]},{"type":"Polygon","arcs":[[608]]},{"type":"Polygon","arcs":[[609]]},{"type":"Polygon","arcs":[[610]]},{"type":"Polygon","arcs":[[611]]},{"type":"Polygon","arcs":[[612]]},{"type":"Polygon","arcs":[[613]]},{"type":"Polygon","arcs":[[614]]},{"type":"Polygon","arcs":[[615]]},{"type":"Polygon","arcs":[[616]]},{"type":"Polygon","arcs":[[617]]},{"type":"Polygon","arcs":[[618]]},{"type":"Polygon","arcs":[[619]]},{"type":"Polygon","arcs":[[620]]},{"type":"Polygon","arcs":[[621]]},{"type":"Polygon","arcs":[[622]]},{"type":"Polygon","arcs":[[623]]},{"type":"Polygon","arcs":[[624]]},{"type":"Polygon","arcs":[[625]]},{"type":"Polygon","arcs":[[626]]},{"type":"Polygon","arcs":[[627]]},{"type":"Polygon","arcs":[[628]]},{"type":"Polygon","arcs":[[629]]},{"type":"Polygon","arcs":[[630]]},{"type":"Polygon","arcs":[[631]]},{"type":"Polygon","arcs":[[632]]},{"type":"Polygon","arcs":[[633]]},{"type":"Polygon","arcs":[[634]]},{"type":"Polygon","arcs":[[635]]},{"type":"Polygon","arcs":[[636]]},{"type":"Polygon","arcs":[[637]]},{"type":"Polygon","arcs":[[638]]},{"type":"Polygon","arcs":[[639]]},{"type":"Polygon","arcs":[[640]]},{"type":"Polygon","arcs":[[641]]},{"type":"Polygon","arcs":[[642]]},{"type":"Polygon","arcs":[[643]]},{"type":"Polygon","arcs":[[644]]},{"type":"Polygon","arcs":[[645]]},{"type":"Polygon","arcs":[[646]]},{"type":"Polygon","arcs":[[647]]},{"type":"Polygon","arcs":[[648]]},{"type":"Polygon","arcs":[[649]]},{"type":"Polygon","arcs":[[650]]},{"type":"Polygon","arcs":[[651]]},{"type":"Polygon","arcs":[[652]]},{"type":"Polygon","arcs":[[653]]},{"type":"Polygon","arcs":[[654]]},{"type":"Polygon","arcs":[[655]]},{"type":"Polygon","arcs":[[656]]},{"type":"Polygon","arcs":[[657]]},{"type":"Polygon","arcs":[[658]]},{"type":"Polygon","arcs":[[659]]},{"type":"Polygon","arcs":[[660]]},{"type":"Polygon","arcs":[[661]]},{"type":"Polygon","arcs":[[662]]},{"type":"Polygon","arcs":[[663]]},{"type":"Polygon","arcs":[[664]]},{"type":"Polygon","arcs":[[665]]},{"type":"Polygon","arcs":[[666]]},{"type":"Polygon","arcs":[[667]]},{"type":"Polygon","arcs":[[668]]},{"type":"Polygon","arcs":[[669]]},{"type":"Polygon","arcs":[[670]]},{"type":"Polygon","arcs":[[671]]},{"type":"Polygon","arcs":[[672]]},{"type":"Polygon","arcs":[[673]]},{"type":"Polygon","arcs":[[674]]},{"type":"Polygon","arcs":[[675]]},{"type":"Polygon","arcs":[[676]]},{"type":"Polygon","arcs":[[677]]},{"type":"Polygon","arcs":[[678]]},{"type":"Polygon","arcs":[[679]]},{"type":"Polygon","arcs":[[680]]},{"type":"Polygon","arcs":[[681]]},{"type":"Polygon","arcs":[[682]]},{"type":"Polygon","arcs":[[683]]},{"type":"Polygon","arcs":[[684]]},{"type":"Polygon","arcs":[[685]]},{"type":"Polygon","arcs":[[686]]},{"type":"Polygon","arcs":[[687]]},{"type":"Polygon","arcs":[[688]]},{"type":"Polygon","arcs":[[689]]},{"type":"Polygon","arcs":[[690]]},{"type":"Polygon","arcs":[[691]]},{"type":"Polygon","arcs":[[692]]},{"type":"Polygon","arcs":[[693]]},{"type":"Polygon","arcs":[[694]]},{"type":"Polygon","arcs":[[695]]},{"type":"Polygon","arcs":[[696]]},{"type":"Polygon","arcs":[[697]]},{"type":"Polygon","arcs":[[698]]},{"type":"Polygon","arcs":[[699]]},{"type":"Polygon","arcs":[[700]]},{"type":"Polygon","arcs":[[701]]},{"type":"Polygon","arcs":[[702]]},{"type":"Polygon","arcs":[[703]]},{"type":"Polygon","arcs":[[704]]},{"type":"Polygon","arcs":[[705]]},{"type":"Polygon","arcs":[[706]]},{"type":"Polygon","arcs":[[707]]},{"type":"Polygon","arcs":[[708]]},{"type":"Polygon","arcs":[[709]]},{"type":"Polygon","arcs":[[710]]},{"type":"Polygon","arcs":[[711]]},{"type":"Polygon","arcs":[[712]]},{"type":"Polygon","arcs":[[713]]},{"type":"Polygon","arcs":[[714]]},{"type":"Polygon","arcs":[[715]]},{"type":"Polygon","arcs":[[716]]},{"type":"Polygon","arcs":[[717]]},{"type":"Polygon","arcs":[[718]]},{"type":"Polygon","arcs":[[719]]},{"type":"Polygon","arcs":[[720]]},{"type":"Polygon","arcs":[[721]]},{"type":"Polygon","arcs":[[722]]},{"type":"Polygon","arcs":[[-320,723,-317,724,-396,725,726]]},{"type":"Polygon","arcs":[[727]]},{"type":"Polygon","arcs":[[728]]},{"type":"Polygon","arcs":[[729]]},{"type":"Polygon","arcs":[[730]]},{"type":"Polygon","arcs":[[731]]},{"type":"Polygon","arcs":[[732]]},{"type":"Polygon","arcs":[[733]]},{"type":"Polygon","arcs":[[-726,-395,-420,734]]},{"type":"Polygon","arcs":[[735]]}]}},"arcs":[[[9485,124],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,2],[-1,1],[0,2],[-1,1],[0,1],[0,1],[1,0],[1,2],[1,0]],[[9585,122],[1,0],[0,-1],[-1,-1],[0,1],[-1,-1],[0,-2],[1,-2],[1,-1],[1,-1],[0,-1],[-2,0],[-1,-1],[-1,0],[0,1],[0,1],[0,2],[1,1],[0,1],[0,1],[-1,0],[0,2],[0,1],[2,0]],[[9551,138],[1,0],[1,-1],[2,0],[2,0],[1,0],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,-4],[1,-1],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[1,-2],[1,-1],[0,-1],[1,0],[2,-2],[2,-2],[1,-2],[1,0],[1,0],[1,-1],[1,-1],[0,-1],[-1,-2],[0,-2],[1,-1],[0,-1],[0,1],[2,-1],[0,-2],[2,0],[2,-1],[1,0],[1,0],[2,-1],[2,0],[1,0],[1,0],[0,-1],[1,-2],[1,-1],[1,-1],[0,-2],[1,0],[0,-1],[0,1],[0,1],[-1,1],[-1,1],[-1,2],[-1,2],[0,1],[-1,1],[-1,1],[-1,2],[-1,1],[0,1],[0,1],[0,1],[1,0],[1,1],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,1],[1,2],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,2],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[1,0],[1,-1],[0,-1],[1,-2],[1,-1],[1,-2],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[0,-2],[0,-1],[-1,0],[0,-1],[0,-2],[1,-3],[0,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,1],[1,-1],[-1,-2],[-1,-2],[0,-1],[0,-3],[0,-1],[1,-1],[1,-2],[1,-1],[0,-1],[1,0],[2,-3],[1,-2],[1,-1],[0,-1],[1,-1],[0,-1],[0,-3],[1,-2],[0,-2],[0,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,1],[-1,1],[-1,1],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[1,-1],[0,-1],[2,-1],[0,-1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-2],[1,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[-1,-2],[-1,0],[-1,1],[-1,1],[-2,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[1,1],[-1,2],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[-1,1],[-2,0],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-3],[-1,-1],[-1,-1],[-2,0],[-1,-1],[-1,0],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[1,-1],[2,-2],[1,-1],[1,-1],[0,-1],[1,0],[1,1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[-1,1],[-2,2],[-1,1],[0,1],[-1,1],[-2,3],[-3,3],[-1,1],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[-1,2],[-1,0],[0,1],[-1,0],[-1,4],[-1,1],[0,1],[0,1],[-1,1],[-1,1],[-1,1],[-1,1],[0,2],[-2,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[-1,1],[-2,1],[-2,2],[-2,1],[-1,1],[-1,1],[-1,0],[0,1],[-2,0],[-1,1],[-2,1],[-1,0],[0,1],[-2,1],[-2,2],[-1,1],[-1,1],[-1,1],[0,1],[0,2],[-1,1],[0,1],[-1,2],[0,1],[0,2],[-1,1],[0,1],[-1,2],[0,1],[0,2],[0,1],[0,1],[0,3],[0,1],[0,1],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-2],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[2,1],[1,2],[1,0],[0,1],[0,1],[-1,1],[-1,1],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[2,-1],[1,0],[1,-2],[0,-2],[1,0],[2,0],[0,1],[0,2],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[0,-1],[1,-2],[1,0],[0,1],[1,1],[0,1],[0,1],[1,2],[1,0],[1,0],[0,1],[-1,0],[-1,0],[-2,0],[-1,1],[0,1],[-1,3],[-1,2],[-1,2],[1,3],[-2,1],[-2,1],[-1,2],[0,1],[-1,2],[1,2],[0,1],[0,3],[0,1],[1,2],[0,1],[1,0],[0,1],[1,0],[0,1],[2,2],[0,1],[0,1],[0,1],[1,1],[1,1],[1,0],[1,0],[2,1],[2,1],[2,2],[1,1],[1,1],[1,0],[1,0],[1,0]],[[9439,142],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-2],[1,0],[0,-1],[1,-1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[0,-2],[1,0],[1,-2],[1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[1,-1],[0,-1],[1,-2],[1,0],[0,1],[0,1],[1,1],[1,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[1,-1],[1,-3],[0,-1],[0,-2],[1,-3],[1,-3],[1,-3],[0,-1],[1,-1],[1,0],[0,1],[0,1],[0,1],[1,2],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,1],[-2,3],[-1,3],[-1,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,-2],[1,-2],[1,-1],[1,-2],[1,-1],[0,-1],[1,0],[0,-1],[1,-2],[0,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-2,0],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[-1,1],[-1,2],[-2,2],[0,2],[-2,3],[-1,3],[-1,3],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,1],[-1,2],[-1,2],[0,1],[-1,2],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,2],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1]],[[9642,136],[0,-2],[0,-2],[0,-2],[1,-1],[1,0],[0,-1],[1,1],[0,1],[1,0],[1,0],[2,1],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[2,0],[0,-1],[-3,1],[-1,1],[-1,0],[-2,1],[-1,1],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[-1,1],[0,2],[0,1],[0,2],[0,1],[-1,1],[0,1],[0,1],[1,1],[1,-1]],[[9575,141],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,1],[0,-1],[1,0],[1,-1],[1,-3],[0,-1],[0,-2],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,3],[0,2],[-1,2],[0,-1],[0,1],[-1,2],[0,1],[0,1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[9623,139],[2,-2],[1,-1],[1,-3],[1,-1],[0,-1],[0,-2],[1,-1],[0,-1],[1,-3],[1,-1],[1,0],[1,0],[0,4],[0,1],[2,2],[1,1],[1,0],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-4],[1,-1],[1,-1],[2,-1],[1,-1],[1,0],[1,0],[2,0],[1,1],[1,0],[1,-1],[1,-1],[1,0],[1,0],[0,-1],[1,-1],[0,-2],[0,-2],[0,-1],[1,-1],[0,-1],[1,-2],[1,-2],[0,-1],[1,0],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-2],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-2],[0,-1],[-2,-2],[-1,-3],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-3],[0,-1],[0,-3],[0,-3],[0,-3],[0,-5],[1,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[-1,0],[0,1],[-1,1],[-1,0],[-1,2],[-2,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,3],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,3],[-1,2],[0,1],[0,1],[-1,1],[-1,3],[0,3],[0,1],[0,2],[0,2],[1,2],[0,1],[0,2],[0,1],[0,1],[2,2],[1,2],[0,3],[-1,2],[-1,1],[-2,1],[0,1],[0,1],[1,3],[0,1],[0,1],[1,1],[-1,1],[0,1],[-1,1],[0,2],[-1,1],[0,2],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,2],[-2,2],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[1,3],[0,1],[0,1],[-1,2],[-1,3],[-1,2],[-2,0],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,3],[0,2],[-1,1],[0,2],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,2],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,0],[1,2],[1,0],[1,1],[0,2],[0,1],[0,1],[0,1],[1,1],[1,0],[2,0],[1,-2],[1,-1],[0,-2],[1,-2],[0,-1],[1,0],[2,2],[0,1],[0,3],[1,1],[0,1],[-1,0],[0,1],[0,1],[1,-1]],[[9464,144],[1,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,1],[-1,1],[-1,2],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[2,1],[2,-1],[1,-1],[1,0],[1,0],[0,1],[0,1],[-1,1],[1,-2]],[[9587,149],[1,-1],[1,0],[1,0],[1,-1],[1,-1],[0,-1],[1,-2],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,-2],[-1,-2],[0,2],[-1,2],[0,1],[0,1],[-1,2],[-1,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1]],[[9444,165],[1,-1],[1,-2],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[1,0],[1,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,-2],[0,-2],[-1,0],[-1,1],[-2,2],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,2],[-1,1],[0,1],[1,1],[1,1]],[[9487,170],[1,0],[0,-3],[0,-2],[1,-2],[1,-2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-3],[0,-2],[-1,-3],[-1,-1],[0,-1],[1,-2],[0,-1],[1,0],[1,0],[1,0],[1,1],[0,2],[1,2],[1,1],[1,-1],[0,-2],[0,-3],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-2],[-1,-2],[0,-1],[-1,-2],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[0,-2],[-2,-1],[-1,0],[0,3],[0,2],[0,1],[-1,2],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[-1,1],[0,2],[0,1],[0,1],[1,0],[1,1],[2,2],[1,1],[1,1],[0,1],[1,1],[1,2],[1,0],[1,2],[1,2],[1,2],[1,0]],[[9495,170],[1,0],[0,-1],[0,-3],[1,-1],[0,-1],[0,-2],[-1,0],[-1,1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,2],[1,0],[1,0],[1,1],[1,0],[0,1],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,0],[0,3],[0,1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0]],[[9432,174],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[2,0],[1,0],[1,-3],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,1],[-1,0],[-1,3],[0,1],[0,3],[0,1],[2,2],[0,1]],[[9669,172],[0,-1],[-1,0],[0,-2],[0,-2],[-1,0],[0,-2],[0,-1],[0,-1],[-1,0],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,1],[1,1],[0,1],[1,0],[0,1],[2,0],[1,0]],[[9672,172],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,0],[2,-2],[0,-1],[1,0],[1,0],[1,0],[2,0],[0,-1],[1,0],[1,1],[1,0],[2,-1],[1,-1],[1,0],[1,0],[2,1],[2,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[1,-1],[0,-2],[1,-2],[1,-2],[0,-3],[1,0],[0,-2],[0,-1],[0,-2],[1,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[-2,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[-2,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,-2],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,-2],[-1,-1],[0,-2],[-1,-2],[0,-1],[-1,-3],[-1,-1],[0,-1],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,2],[0,1],[-1,2],[1,0],[1,0],[1,1],[-2,1],[-1,0],[-1,0],[-1,0],[-1,1],[1,0],[1,1],[1,0],[0,1],[-1,1],[0,1],[-1,1],[0,1],[1,2],[1,2],[1,1],[0,1],[1,1],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,2],[1,2],[1,0],[1,0],[1,0],[1,-1],[1,1],[0,1],[-1,1],[-1,1],[0,1],[0,2],[2,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[2,1],[0,1],[1,1],[1,0],[1,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,1],[1,1],[0,1],[0,1],[1,1],[1,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,-2],[0,1],[-1,0],[0,4],[-1,1],[1,1],[0,1],[0,1],[1,1],[0,2],[0,1],[0,1],[0,-1],[-1,0],[0,1],[0,1],[-1,2],[-1,2],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[1,1],[0,1],[1,0]],[[9387,180],[1,0],[2,-1],[1,-1],[1,-1],[1,-1],[2,-2],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[1,-2],[0,-1],[1,-2],[1,-1],[2,-2],[0,-1],[1,0],[1,0],[1,0],[2,-1],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,-3],[1,-1],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[1,-2],[0,-2],[1,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-4],[0,-1],[1,0],[0,-1],[0,-2],[1,0],[0,-2],[1,-3],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,2],[0,1],[0,1],[1,1],[1,3],[0,1],[1,0],[0,1],[1,-1],[0,-1],[1,0],[0,-1],[1,-2],[1,0],[1,-2],[1,-2],[1,-1],[2,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[0,2],[-1,2],[0,1],[-1,1],[-1,1],[0,1],[-2,2],[-2,2],[-1,1],[-1,2],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-2,-1],[-1,-2],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,3],[0,3],[0,4],[0,1],[0,2],[0,1],[-1,2],[0,1],[2,0],[1,-1],[1,-1],[1,-1],[0,-1],[1,-2],[0,-2],[1,0],[0,-3],[1,-2],[1,0],[2,1],[1,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[0,3],[0,2],[0,2],[-1,2],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[-1,3],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,2],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[2,2],[1,0],[1,1],[-1,1],[0,1],[-1,0],[0,-2],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,2],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[1,1],[1,1],[1,1],[0,1],[1,0],[1,1],[1,0],[1,0],[0,1],[1,0],[1,0]],[[9522,208],[1,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-3],[0,-4],[-1,-3],[0,-3],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-3],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,-2],[0,-1],[0,-4],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[0,-2],[-1,-2],[-1,-1],[0,-2],[0,-2],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-3],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[-1,0],[0,-4],[0,-1],[0,-2],[0,-2],[-1,-3],[0,-2],[-1,-3],[-1,-3],[0,-3],[-1,-2],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-2],[-1,-3],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-1,1],[-1,3],[0,1],[-1,1],[0,3],[1,1],[0,1],[0,1],[0,1],[-1,2],[0,2],[0,1],[-1,3],[0,3],[0,1],[0,1],[0,2],[-1,1],[-1,2],[0,2],[-1,0],[0,2],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[0,2],[1,1],[-1,-1],[1,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,1],[0,-1],[0,1],[0,-1],[1,0],[0,1],[0,2],[1,3],[1,0],[0,3],[0,2],[0,1],[0,4],[0,1],[1,1],[2,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,2],[1,1],[0,1],[-1,2],[0,3],[0,3],[0,1],[-1,0],[0,-2],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,3],[1,2],[1,2],[0,2],[1,1],[1,1],[0,1],[0,1],[1,1],[0,2],[1,1],[0,1],[1,1],[0,1],[1,1],[1,2],[1,1],[1,0],[1,0],[0,1],[1,1],[1,2],[0,1],[1,3],[1,2],[0,2],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[1,1],[0,1],[-1,1],[1,1],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[1,2],[0,1],[0,2],[0,1],[0,2],[1,2],[0,1],[1,2],[1,3],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,1],[0,2],[1,2],[0,1],[1,1]],[[9549,212],[0,-2],[-1,-3],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,0],[0,2],[0,1],[0,1],[-1,1],[0,1],[1,1],[0,1],[2,2],[2,2]],[[9606,213],[-1,-1],[0,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[-1,2],[-1,2],[-1,1],[-1,0],[-1,1],[0,1],[-1,1],[0,2],[1,1],[0,-1],[1,0],[1,0],[0,1],[1,0]],[[9609,221],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[-2,0],[0,-1],[0,1],[-1,0],[0,1],[1,2],[0,2],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0]],[[9549,238],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-2],[1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[1,-2],[0,-1],[1,1],[0,1],[0,-2],[0,-1],[-1,0],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[0,2],[0,3],[0,3],[0,1],[0,3],[1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,0]],[[9390,246],[0,-2],[0,-1],[0,-2],[-1,-3],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,2],[0,1],[0,3],[0,1],[0,1],[1,0],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,1],[1,3],[0,1],[0,1],[0,1]],[[9395,263],[1,-2],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-1],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,3],[1,0],[2,0],[0,1],[0,-1]],[[9246,275],[2,-2],[1,0],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-1,2],[0,1],[0,1],[1,1],[1,2],[1,0]],[[9956,254],[0,-1],[2,-3],[0,-1],[1,-1],[0,-1],[1,-3],[1,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[2,-1],[1,-2],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[2,-1],[2,-2],[0,-1],[1,0],[0,-1],[0,1],[1,0],[1,1],[1,0],[1,-1],[0,-1],[1,-2],[0,-2],[1,-2],[1,-2],[1,-2],[1,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,-2],[2,-1],[1,-1],[2,0],[1,0],[1,-1],[0,-3],[1,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-2],[1,0],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[1,-2],[0,-3],[0,-1],[-1,-1],[-1,-1],[-1,-3],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,1],[-1,1],[-2,2],[-1,1],[-1,1],[-1,1],[0,1],[-2,1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,-1],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,2],[-1,2],[-1,1],[0,2],[0,1],[1,0],[0,1],[1,3],[-1,1],[1,3],[0,1],[0,1],[0,1],[0,3],[0,3],[0,2],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,2],[1,4],[0,2],[0,2],[0,3],[0,2],[1,3],[1,2],[0,2],[1,1],[1,3],[0,1],[1,3],[0,2],[1,2],[-1,2],[0,1],[0,1],[1,1],[1,2],[0,1],[1,0]],[[9233,313],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,-2],[0,-3],[-1,-1],[0,-2],[0,-1],[1,-2],[1,-1],[0,-1],[0,1],[1,2],[0,1],[1,1],[1,0],[0,-1],[1,-1],[0,-2],[1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-2],[0,-3],[1,-1],[0,-2],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[-2,9],[0,1],[-1,2],[-1,5],[-1,3],[-1,3],[-1,1],[0,1],[-1,0],[0,1],[-2,2],[0,1],[-1,3],[0,1],[1,2],[1,1],[1,1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,1],[1,0],[1,2],[0,1],[2,0]],[[9380,323],[1,-2],[1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[-1,0],[-1,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[1,0]],[[9451,365],[1,0],[0,-1],[3,-2],[1,-2],[1,-1],[1,-1],[2,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,-2],[1,-2],[1,-2],[1,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,-2],[1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[1,-2],[1,-2],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[-1,-1],[0,-2],[-1,0],[-1,0],[-1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-2],[1,-1],[1,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-2],[-1,-3],[0,-2],[-1,-3],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,-1],[-1,-1],[0,-1],[-1,-1],[0,-3],[0,-2],[1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[1,1],[1,0],[1,2],[1,1],[0,1],[-1,0],[0,1],[1,4],[1,2],[0,1],[0,1],[1,0],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-2],[-1,0],[1,-3],[0,-1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,2],[1,2],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[1,3],[0,1],[3,-2],[1,0],[1,1],[0,1],[1,1],[1,-1],[2,1],[1,0],[0,1],[0,1],[1,0],[1,1],[1,-1],[0,-1],[1,0],[1,3],[0,1],[1,0],[0,1],[-1,0],[0,3],[0,1],[-1,0],[0,1],[-2,1],[-1,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[1,-1],[0,-1],[0,-2],[2,-1],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,3],[0,2],[0,1],[-1,2],[0,1],[-1,1],[0,1],[0,1],[0,3],[-1,1],[0,3],[0,1],[0,1],[1,1],[0,-3],[0,-3],[1,-3],[1,-1],[0,-1],[0,-1],[1,0],[0,2],[0,1],[0,1],[0,3],[0,1],[0,2],[0,1],[-1,4],[0,1],[0,1],[-1,0],[0,1],[-1,-1],[0,1],[-2,1],[0,2],[0,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,1],[0,1],[-1,0],[-1,0],[0,-2],[-1,1],[1,0],[0,1],[1,0],[0,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[1,-1],[1,-3],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-2],[1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-4],[1,-2],[0,-1],[0,-1],[1,-1],[2,-3],[0,-3],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[-1,1],[-1,0],[0,-1],[1,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,-2],[-2,-1],[-1,-2],[0,-1],[0,-1],[1,0],[0,-1],[1,-2],[1,-2],[0,-1],[1,0],[1,1],[0,1],[-1,2],[0,2],[0,3],[0,1],[1,2],[1,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[1,1],[1,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,-3],[0,-1],[1,-2],[1,0],[1,-2],[0,-2],[1,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-3],[1,-1],[0,-2],[0,-1],[0,-3],[1,-2],[0,-1],[1,-1],[0,-2],[1,-1],[1,0],[1,-2],[0,-1],[0,-1],[-2,-1],[-1,0],[1,1],[-1,2],[-1,1],[-1,1],[-1,1],[-1,2],[0,-1],[-1,-3],[0,-2],[1,-3],[0,-2],[0,-1],[0,-1],[0,-2],[1,-2],[0,-2],[0,-1],[0,-1],[1,-2],[0,-2],[1,-2],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[0,-3],[0,-3],[0,-1],[-1,-3],[0,-1],[-1,-1],[0,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[-1,-3],[0,-4],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[-2,-1],[-1,-1],[-1,-1],[-2,1],[-1,-1],[-2,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-2,-2],[-1,0],[0,-1],[-2,-1],[-1,-1],[-1,-1],[-1,0],[-1,-2],[-1,0],[-1,0],[-2,1],[0,2],[-1,0],[-1,1],[-1,1],[0,-1],[-2,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,1],[0,1],[-1,1],[0,1],[0,1],[-1,2],[-1,0],[0,-2],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,2],[-2,2],[-1,2],[0,1],[-1,1],[-1,0],[0,-1],[0,1],[1,1],[0,1],[-1,1],[-1,0],[0,1],[-2,1],[-1,1],[-1,2],[-1,1],[-1,-1],[0,-1],[0,-2],[1,0],[0,-2],[1,-1],[0,-1],[-1,0],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,0],[-1,1],[0,3],[-1,2],[-1,0],[-1,0],[-1,1],[-2,1],[0,1],[-1,1],[-1,1],[0,-1],[-2,-2],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,1],[0,2],[0,2],[0,2],[1,3],[1,1],[1,0],[1,0],[0,2],[1,2],[2,1],[2,0],[1,1],[1,2],[-1,3],[-1,2],[-1,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[-1,2],[0,2],[0,1],[-1,1],[-2,-2],[0,-2],[0,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-2,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[0,-1],[1,-2],[0,-1],[0,-1],[-1,0],[-1,0],[0,-2],[0,-1],[1,-3],[1,-2],[1,-1],[2,-3],[0,-1],[0,-1],[1,-1],[0,-2],[1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,1],[-1,0],[-2,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,2],[0,1],[-1,1],[1,1],[0,2],[0,1],[0,2],[0,1],[0,2],[0,1],[0,2],[0,2],[-1,2],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-2,1],[-1,2],[-1,1],[-1,1],[0,1],[1,0],[1,-1],[-1,0],[0,-1],[1,-1],[0,1],[1,0],[0,1],[0,2],[-1,1],[-1,2],[0,1],[0,1],[1,1],[0,-2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,3],[0,3],[0,4],[0,1],[0,1],[-1,3],[0,1],[0,1],[0,2],[0,1],[0,-1],[1,-1],[1,0],[0,1],[0,1],[-1,0],[-2,3],[-1,0],[-1,0],[-2,0],[-1,0],[-1,2],[-1,1],[-1,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,1],[1,0],[2,1],[1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[-1,2],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[-2,1],[-1,1],[-1,0],[-1,0],[-2,0],[-1,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,2],[0,1],[0,1],[1,-3],[2,-2],[1,-2],[2,-2],[1,-2],[2,-2],[1,-1],[1,0],[1,1],[-1,2],[-1,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[-1,1],[0,-1],[0,-1],[0,-1],[-2,2],[-1,1],[0,1],[1,0],[1,0],[-1,2],[-1,1],[-1,-1],[-1,0],[-1,2],[-1,1],[0,1],[-1,2],[0,3],[-1,0],[-1,1],[-1,0],[-2,2],[0,1],[0,1],[-1,2],[0,1],[1,1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,1],[1,0],[0,1],[0,1],[1,3],[0,1],[1,2],[-1,1],[0,1],[0,1],[1,1],[1,0],[1,0],[0,1],[0,1],[1,0],[0,1],[1,0],[2,1],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[2,0],[2,-1],[1,1],[1,0],[1,0],[0,1],[1,0],[1,2],[0,1],[1,1],[1,0],[1,2],[1,2],[1,1],[2,1],[0,1],[1,1],[0,1],[1,1],[0,1],[1,0],[1,1],[2,0],[0,1],[1,1],[0,1],[1,0],[1,1],[1,1],[1,0],[0,-1],[0,-1],[1,0],[1,1],[2,0],[1,0],[0,2],[-1,0],[-1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[1,1],[0,-1],[0,-1],[1,0],[0,1],[-1,-1],[0,1],[0,1],[1,0],[1,1],[1,1],[0,1],[1,1],[1,0],[0,1],[1,0],[1,0],[1,1],[1,0],[1,0],[2,1],[1,-1],[-1,-1],[-1,-1],[1,-1],[0,-1],[0,-2],[-1,-2],[1,0],[2,1],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,2],[-1,0],[0,1],[1,0],[1,1],[1,-1]],[[9729,382],[1,-1],[0,-3],[0,-2],[0,-1],[0,-4],[0,-2],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,3],[-1,3],[-1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,1],[0,2],[1,1],[1,2],[1,0]],[[9713,391],[0,-1],[-1,-1],[0,-1],[0,-3],[1,-2],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[1,-2],[1,-2],[0,-2],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-5],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-2,-2],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[-1,1],[-1,1],[0,2],[0,1],[-2,0],[-1,0],[0,1],[-1,1],[-1,2],[0,2],[0,1],[0,1],[-1,3],[0,1],[0,1],[0,1],[1,0],[0,1],[2,5],[2,3],[0,1],[1,3],[0,1],[1,1],[0,2],[1,2],[1,1],[1,1],[1,1],[0,3],[0,2],[1,1],[0,1],[1,0],[1,0]],[[9451,424],[0,-1],[1,-2],[0,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-2,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[2,2],[1,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,2],[1,3]],[[9622,429],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[0,-3],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-2],[-1,0],[0,1],[-2,3],[0,1],[-1,1],[0,1],[-1,3],[0,1],[1,1],[2,2],[1,-1],[0,-1],[1,-1],[0,1],[1,1],[0,2],[0,3],[0,1],[0,1]],[[9425,438],[0,-1],[0,1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,2],[-1,1],[0,1],[1,1],[1,0],[1,0]],[[9538,467],[1,-1],[2,-1],[1,-2],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[2,-2],[1,-2],[1,-2],[1,-2],[1,-2],[1,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[-1,1],[-1,1],[0,1],[0,1],[-1,1],[-1,0],[-2,1],[-2,1],[-1,1],[-1,1],[-1,2],[-1,2],[0,1],[-1,2],[0,1],[-1,0],[-1,1],[-1,1],[-1,0],[0,1],[0,2],[0,1],[0,1]],[[9640,402],[-3,2],[-1,2],[-2,2],[-1,-1],[0,-3],[-1,0],[-1,-1],[-2,2],[-1,0]],[[9628,405],[-1,0],[-1,-1],[0,1],[-1,0],[0,1],[0,1],[0,2],[0,3],[1,1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,2],[1,1],[2,1],[2,-1],[1,0],[0,1],[1,1],[1,3],[1,2],[0,2],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,3],[0,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,3],[-1,3],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,3],[1,0],[1,1],[2,-1],[1,0],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[2,0],[1,-2],[1,0],[0,-1],[0,-1],[-1,-2],[-1,-3],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[1,-2],[0,-3],[0,-2],[0,-2],[0,-2],[0,-1],[0,-3],[1,-3],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[1,-3],[0,-2],[0,-1],[0,-1],[0,-3],[0,-2],[0,-2],[0,-2],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,3],[-2,0],[0,-2]],[[9379,396],[-1,0],[-2,-1],[-1,0],[-2,0],[-1,0],[-2,-1],[-2,-1],[-1,1],[-1,1],[-1,-1],[0,-2],[1,-1],[2,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[2,0],[2,-1],[2,0],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[1,-1],[1,0],[1,0],[1,-2],[1,-1],[0,-1],[1,0],[0,-2],[0,-3],[0,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,1],[2,0],[1,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[0,1],[-1,0],[0,1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[1,-1],[0,-2],[0,-1],[1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,1],[-2,1],[-1,0],[0,-1],[0,-1],[-1,-2],[-2,-2],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-2,2],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[1,0],[0,-1],[-1,-2],[1,-2],[0,-1],[0,-1],[0,-1],[-1,1],[-1,0],[-2,-1],[-1,0],[-2,1],[-1,0],[-1,0],[-1,-2],[-1,-2],[2,-1],[1,0],[2,1],[1,1],[1,0],[2,0],[1,-1],[1,-1],[0,1],[1,1],[1,2],[1,0],[1,0],[2,-1],[0,-1],[2,-3],[1,-2],[1,-3],[1,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-2,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-3],[0,-1],[1,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[1,-2],[0,-1],[1,0],[1,0],[1,-1],[2,0],[1,-2],[1,-1],[0,-1],[1,-1],[0,-1],[0,-3],[0,-2],[-1,-3],[-1,-1],[-1,0],[0,-1],[0,-1],[1,1],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-2],[1,0],[0,-2],[1,-1],[0,-1],[0,-1],[-1,1],[-2,1],[-1,0],[-1,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,-1],[-2,0],[-1,1],[-1,0],[-1,0],[-1,-1],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,0],[1,0],[2,-1],[1,0],[1,2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[2,1],[1,2],[0,1],[1,0],[0,1],[1,0],[2,-1],[1,-1],[1,-2],[1,-1],[0,-1],[1,0],[0,-1],[2,-2],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-3],[0,-1],[2,0],[1,2],[1,1],[0,-4],[0,-3],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-2,-1],[-1,-2],[-1,-1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-2],[-1,0],[1,0],[0,-1],[1,0],[0,1],[-1,3],[-1,0],[0,1],[0,-1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[-2,-2],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-3],[1,-3],[1,0],[0,-1],[0,-1],[-2,0],[-1,1],[-1,1],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[1,0],[1,1],[1,1],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,-1],[0,-2],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-2],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,-1],[-1,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[1,0],[1,0],[2,-2],[0,1],[1,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,1],[1,2],[1,1],[2,1],[2,0],[0,1],[1,1],[0,1],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[1,-3],[0,-1],[0,-1],[1,0],[0,-1],[1,-2],[1,-1],[2,-1],[1,-1],[1,-2],[1,-2],[1,0],[0,-1],[1,1],[1,0],[1,0],[1,-1],[1,-1],[0,-2],[1,-3],[0,-2],[0,-2],[1,-3],[0,-3],[0,-1],[0,-2],[0,-2],[1,-2],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-2],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[-2,-1],[-2,3],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[1,1],[-1,3],[-2,3],[-1,0],[-1,2],[-1,2],[-1,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,1],[1,0],[1,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[-1,2],[-1,1],[-1,1],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,-1],[-1,-2],[0,-2],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,-2],[-2,-2],[0,-1],[-1,-1],[0,-2],[-1,-2],[-1,-2],[-2,-2],[-2,-1],[-1,-2],[-1,0],[-1,0],[0,2],[-1,1],[-2,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,-3],[0,-1],[0,-1],[-1,0],[-1,1],[0,1],[-1,0],[-2,0],[-1,1],[0,-1],[0,-1],[0,-1],[-1,1],[0,2],[-2,1],[-1,-1],[-1,0],[-1,3],[0,3],[-1,0],[0,1],[0,2],[1,1],[0,2],[0,2],[-2,1],[-2,2],[-1,0],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-1,0],[-2,0],[-1,-1],[-2,0],[-1,0],[-2,1],[-1,-1],[-1,2],[-1,1],[-1,1],[-1,2],[-2,1],[-1,0],[-2,2],[-1,1],[-1,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,-1],[-2,0],[-1,-1],[-1,-1],[-2,0],[0,1],[-1,2],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,-2],[-2,0],[-1,1],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,2],[-1,1],[-1,1],[-1,1],[-1,0],[-1,-1],[-2,1],[-1,0],[2,8],[1,9],[0,1],[0,1],[0,1],[0,4],[0,1],[0,3],[-1,2],[0,2],[-1,3],[-1,6],[0,1],[0,2],[0,2],[0,3],[2,12],[0,3],[3,11],[1,4],[0,1],[-2,1],[-1,0],[-3,-1],[-2,0],[-1,0],[-5,2],[-1,0],[0,-2],[0,-1],[0,-2],[0,-2],[1,-2],[-1,-3],[0,-3],[0,-3],[1,-2],[1,-1],[0,-1],[-1,-2],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[0,2],[-1,2],[0,2],[-1,1],[0,1],[0,3],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,3],[0,3],[1,5],[-1,1],[0,1],[1,3],[0,2],[0,1],[0,1],[0,2],[0,1],[1,1],[1,2],[1,1],[0,2],[1,0],[1,0],[1,-1],[0,-1],[1,0],[1,-1],[1,0],[1,-1],[0,-1],[-1,0],[1,0],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-2,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[4,-1],[1,0],[2,0],[3,1],[0,1],[3,1],[-1,10],[-1,10],[0,1],[-1,2],[0,3],[0,1],[0,1],[0,1],[0,2],[0,1],[1,0],[-1,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,2],[0,1],[1,0],[0,1],[-1,1],[0,2],[1,4],[-2,1],[-2,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,-3],[-1,-4],[-1,0],[0,-1],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[-1,1],[1,0],[0,1],[0,1],[1,3],[1,1],[1,0],[1,0],[0,-1],[1,0],[2,1],[2,2],[3,3],[2,-1],[1,6],[0,1],[1,2],[-1,3],[-1,2],[0,1],[-1,2],[0,1],[0,2],[0,1],[-1,3],[0,2],[0,2],[0,1],[-1,3],[0,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,2],[0,1],[-1,0],[0,1],[-1,0],[-2,-1],[-1,0],[-2,0],[-1,1],[-1,0],[-1,-2],[-1,1],[-2,1],[-1,0],[0,2],[-1,3],[-1,2],[-1,3],[0,1],[-2,3],[-1,1],[0,1],[0,1],[-1,1],[-1,2],[-1,2],[0,1],[-1,1],[-1,1],[0,2],[-2,2],[0,1],[-1,1],[0,1],[0,1],[-1,2],[-1,2],[0,1],[-1,1],[1,0],[0,1],[0,1],[1,0],[1,1],[1,1],[1,0],[0,1],[-1,-1],[-1,0],[0,1],[0,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-2],[0,-2],[-1,-2],[0,-3],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-3],[2,-2],[0,-1],[1,-1],[1,-2],[1,-2],[1,-1],[0,-1],[0,-3],[0,-2],[0,-1],[-1,0],[-1,1],[0,1],[-1,0],[-1,1],[-1,2],[-1,1],[-2,4],[-1,1],[-1,2],[-1,2],[-1,1],[-1,2],[-2,1],[-2,2],[-1,1],[-1,1],[-2,1],[-1,1],[-3,2],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,3],[0,1],[1,3],[0,2],[0,-1],[0,2],[1,2],[0,3],[1,1],[0,1],[1,4],[0,1],[0,3],[1,2],[0,2],[1,6],[0,1],[1,2],[0,1],[0,1],[0,1],[1,4],[0,2],[1,2],[0,2],[0,4],[1,3],[0,2],[0,1],[0,1],[0,2],[0,3],[1,4],[0,4],[-1,1],[0,2],[0,2],[0,2],[0,3]],[[9209,432],[1,1]],[[9210,433],[1,0],[0,1],[-1,0],[0,3]],[[9210,437],[3,0],[2,-2],[0,-4],[2,-1],[3,-5],[1,0],[1,2],[1,-1],[1,-1],[3,1],[-1,2],[3,6],[3,-5],[0,-2],[1,0],[-1,0],[3,0],[2,-1],[0,-1],[-1,0],[3,-3],[1,-4],[2,-1],[0,3],[3,-2],[0,1],[1,0],[2,3],[-1,4],[0,4],[3,2],[0,-1],[0,1],[1,2],[-1,6],[4,3],[2,-5],[4,4],[4,0],[2,1],[2,-3],[2,-1],[-1,-4],[2,-1],[0,-3],[3,-2],[1,-1],[8,5],[-4,6],[4,4],[1,11],[2,0],[1,5],[1,-1],[1,1],[7,-1],[3,-3],[0,-6],[-1,-7],[0,-1],[4,-1],[2,-3],[2,3],[2,-1],[1,5],[2,-2],[1,7],[2,4],[2,-3],[2,5],[1,0],[4,8],[0,1],[2,2],[0,5],[1,5],[1,0],[0,3],[5,0],[2,-5],[2,-1],[2,1],[1,-2],[1,-1],[2,3],[4,-5],[1,-1],[-1,-1],[1,-1],[0,-3],[2,-2],[0,-3],[2,-2],[4,-8],[-2,-1],[0,-1],[-1,-1],[2,-2],[0,-1],[-1,-2],[0,-2],[4,0],[0,-2],[2,0],[1,0],[0,-3],[0,-2],[0,-1],[0,-3],[1,-1],[0,-1],[0,-4],[2,1],[1,-1],[-1,-2],[1,-2],[1,2],[1,-1],[0,-1],[2,0],[0,1],[1,1],[-1,1],[1,0],[1,-4],[-1,-2],[1,-1],[0,-3],[1,0],[2,2],[3,-2],[0,2],[1,-1],[1,0],[2,-2],[-1,-1],[1,-5],[0,-2],[-1,-2],[0,-1],[0,-2]],[[9463,482],[0,-1],[1,0],[1,-1],[1,0],[1,-1],[0,-1],[-2,-2],[-1,0],[-1,2],[-1,0],[0,2],[-1,1],[1,0],[0,1],[1,0]],[[9479,494],[0,-2],[0,-1],[1,-3],[0,-2],[0,-3],[0,-1],[0,-1],[1,-3],[0,-1],[1,-2],[1,-3],[1,-2],[1,0],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-2,-1],[0,-1],[0,-1],[0,-3],[1,-2],[1,-3],[0,-1],[1,-1],[0,-1],[1,0],[1,1],[1,1],[1,2],[1,2],[0,2],[0,2],[0,2],[-1,1],[0,1],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,-3],[0,-1],[0,-1],[-1,-1],[0,-3],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,2],[-1,0],[0,3],[0,1],[-1,1],[1,1],[-1,2],[0,2],[0,2],[0,1],[0,2],[0,3],[0,1],[0,2],[0,2],[0,1],[1,1],[0,1],[0,1],[1,2],[1,0],[1,0],[1,1],[1,0],[1,1],[1,3],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,2],[0,1],[-1,2],[0,1],[-1,0],[-1,2],[0,1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,1],[0,1],[-1,1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[-1,2],[0,1],[1,0],[0,1],[1,3],[1,2],[1,1],[1,2],[0,-2]],[[9640,402],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-3],[-1,-3],[-1,-3],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[0,2],[0,1],[0,1],[1,0],[0,2],[0,2],[1,0],[0,1],[2,0],[1,0],[1,1],[0,2],[0,2],[0,3],[0,1],[2,0],[-1,-1],[0,-2],[1,0],[1,0],[1,0],[1,-1],[1,0],[0,-3],[0,-1],[-2,0],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-2],[0,-2],[1,0],[2,0],[1,0],[0,1],[1,0],[1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[2,-2],[1,0],[0,1],[1,1],[0,2],[0,2],[-1,1],[-1,1],[0,2],[0,3],[1,0],[1,1],[0,1],[2,2],[0,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[2,1],[0,3],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,2],[1,3],[0,1]],[[9652,419],[0,1],[2,-2],[1,-3],[3,-3],[1,-1],[1,-2],[4,-1],[0,1],[1,0],[2,-1],[1,-2],[-1,-1],[0,-1],[-2,-2],[2,-1],[1,-3],[1,-1],[1,-2],[-1,-3],[-1,0],[0,-2],[-1,0],[-1,-2],[-3,0],[-1,-2],[-1,0],[0,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-7],[1,0],[-1,-7],[6,-3],[0,5],[2,-1],[0,2],[1,-3],[1,1],[1,0],[2,2],[1,-2],[1,1],[1,-2],[1,0],[1,-1],[2,-1],[1,-1],[2,-1],[-1,-1],[1,-2]],[[9683,355],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-1,-2],[-1,-1],[-1,-2],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-2],[0,-1],[0,-1],[-1,-2],[-1,-2],[0,-1],[-1,-3],[-1,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-3],[0,-2],[0,-1],[0,-2],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,-1],[0,-1],[1,-2],[1,0],[1,-1],[1,-1],[2,-2],[2,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[1,-2],[0,-1],[1,-1],[1,-2],[1,-2],[2,-3],[1,-2],[0,-1],[1,-2],[0,-3],[0,-3],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-2],[-1,-2],[0,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[0,1],[-2,-1],[-1,0],[0,-1],[-2,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,1],[0,-1],[-1,0],[-1,-1],[0,-1],[-2,-1],[0,-1],[-1,-1],[-1,-2],[0,-3],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,1],[0,1],[0,2],[0,2],[0,3],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[-1,0],[-2,0],[-1,0],[0,-1],[-2,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[-1,-1],[1,-1],[1,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[0,1],[0,1],[2,0],[1,0],[0,-1],[0,-1],[1,0],[2,0],[0,1],[1,1],[0,1],[1,0],[2,-1],[1,-1],[0,-1],[1,0],[1,-3],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,1],[0,-1],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,-1],[0,-1],[0,-2],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-2,0],[-1,-1],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-3],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,2],[-1,1],[-1,3],[-1,2],[0,1],[-1,0],[-1,0],[-1,1],[-1,0],[1,0],[0,-1],[0,-1],[-2,-1],[-1,0],[-1,2],[0,1],[-1,1],[-1,0],[-1,2],[0,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[-1,2],[-2,1],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-2,2],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[-2,1],[-1,1],[-1,0],[0,1],[2,0],[1,-1],[1,-1],[1,-1],[2,0],[1,-1],[1,-1],[2,-1],[2,0],[0,-1],[2,0],[1,-1],[2,-1],[1,-1],[1,-1],[1,-1],[1,-2],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,2],[-1,2],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[0,1],[1,0],[0,-1],[0,1],[1,1],[-1,0],[-1,0],[0,1],[-1,0],[0,2],[-1,3],[-1,0],[0,1],[0,1],[0,2],[0,1],[1,1],[0,1],[0,-1],[2,-2],[1,-1],[1,1],[0,1],[0,1],[1,1],[1,1],[1,0],[1,-1],[1,0],[1,1],[0,3],[-1,3],[-1,1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-2,1],[-2,-1],[-1,0],[-1,0],[0,1],[-1,1],[1,3],[0,1],[0,1],[2,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,2],[-1,1],[1,0],[1,1],[0,1],[2,1],[1,1],[0,1],[0,1],[0,-1],[0,-1],[-1,0],[-1,-2],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,2],[-2,2],[-2,0],[-1,1],[-2,0],[-2,1],[-1,1],[-1,0],[-1,1],[-2,0],[-1,1],[-1,2],[-2,2],[-1,1],[-2,0],[-1,0],[0,-1],[-1,-3],[0,-1],[1,1],[1,0],[1,0],[1,-1],[0,-3],[1,-1],[0,-1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[-1,-1],[-2,-2],[-1,0],[-2,0],[-2,0],[-1,1],[-1,0],[-2,-1],[1,2],[0,1],[1,0],[0,-1],[1,0],[1,1],[0,2],[-1,1],[-2,0],[-1,-2],[-1,0],[-1,-1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,-1],[-1,-2],[0,-1],[0,1],[-1,1],[0,1],[-1,1],[-1,-1],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[2,0],[1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[0,3],[0,1],[0,1],[1,1],[-1,2],[-1,3],[0,1],[0,1],[1,0],[1,-1],[1,-1],[2,-2],[0,1],[1,3],[0,1],[0,1],[-1,-2],[-1,0],[-1,0],[-1,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-2,2],[-1,1],[-2,1],[-1,1],[-1,2],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[-1,1],[1,1],[0,1],[1,-1],[2,-1],[2,0],[3,3],[0,1],[0,1],[0,1],[-1,0],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-3],[1,-1],[-1,-1],[-1,-1],[-2,1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[0,2],[1,3],[0,1],[1,1],[0,-1],[1,0],[1,-1],[1,1],[1,0],[1,1],[1,2],[0,1],[1,0],[1,0],[1,1],[1,1],[1,2],[0,1],[0,1],[0,2],[-1,2],[-1,2],[0,1],[0,1],[0,2],[0,1],[1,2],[0,1],[0,2],[0,1],[0,2],[-1,1],[-1,3],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,2],[-1,3],[0,2],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,2],[1,2],[1,0],[2,1],[1,0],[1,-1],[1,0],[0,-1],[1,1],[1,1],[0,1],[0,-1],[-1,0],[-1,0],[0,1],[1,1],[0,2],[0,2],[1,1],[0,1],[0,1],[0,1],[-1,2],[0,3],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,2],[-1,2],[0,1],[-1,1],[-1,1],[-1,2],[-2,1],[0,1],[-2,1],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[-1,1],[-2,0],[-1,1],[-2,0],[-1,0],[-1,0],[-2,0],[0,1],[-2,1],[0,2],[0,1],[0,1],[1,0],[2,-1],[1,-1],[1,0],[2,0],[1,0],[2,0],[0,-1],[1,0],[2,0],[1,-1],[2,0],[2,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-2,2],[-1,2],[-1,2],[-1,1],[0,1],[-1,1],[0,2],[-1,2],[-1,1],[0,1],[-1,1],[-2,1],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,1],[1,1],[1,0],[2,0],[2,0],[2,-1],[1,0],[1,-1],[1,-2],[2,-1],[1,-1],[1,0],[2,0],[2,1],[1,1],[2,2],[1,2],[1,1],[1,0],[1,0],[1,0],[2,0],[1,0],[1,-2],[-1,-1],[1,-2],[0,-1],[1,-1],[2,0],[0,2],[0,1],[1,1],[1,-1],[2,-3],[0,-1],[1,0],[1,0],[0,1],[1,1],[1,1],[0,1],[1,1],[0,1],[0,2],[0,1],[1,0],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,-1],[0,1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,1],[1,2],[1,3],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,1],[0,2],[0,2],[0,3],[0,1],[0,4],[0,1],[-1,1],[0,1],[-1,-1],[0,1],[0,1],[1,0],[1,-1],[0,-1],[1,-2],[1,-1],[1,0],[1,2],[1,1],[1,1],[2,1],[1,1],[1,0],[2,-1],[1,0],[1,1],[0,1],[1,1],[1,3],[0,1],[0,1],[0,1],[1,3],[0,1],[1,0],[0,2],[0,2],[0,2],[-1,0],[0,-1],[0,-2],[1,-2],[-1,1],[0,2],[0,1],[0,1],[0,2],[0,1],[0,3],[0,1],[0,1],[0,2],[-1,0],[0,1],[-2,2],[-1,1],[-2,2],[-1,0],[0,1],[-2,0],[-2,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-2,1],[0,1],[-1,1],[-2,2],[-1,0],[-2,1],[-1,0],[0,2],[-1,1],[0,2],[0,2],[0,2],[0,1],[-1,1],[1,0],[0,-1],[1,-3],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,-1],[2,-2],[1,-2],[1,0],[1,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,-1],[0,-1],[1,0],[1,-1],[1,0],[1,-1],[1,1],[2,0],[1,1],[1,0],[1,1],[0,1],[1,0],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[1,-1],[2,-2],[1,0],[1,0],[1,0],[0,1],[1,1],[1,0],[2,1],[1,0],[1,1],[1,1],[0,1],[1,1],[1,1],[0,1],[2,2],[2,2],[1,0],[0,-1],[0,-2],[1,-3],[0,-1],[0,-2],[0,-1],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[-2,-2],[0,-3],[0,-2],[-1,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-2],[-2,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[-1,-1],[-1,0],[-1,1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,-2],[1,-3],[0,-2],[1,-2],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-3],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,-2],[1,-1],[1,0],[1,0],[1,0],[2,1],[0,1],[1,1],[1,1],[1,1],[1,1],[2,1],[1,1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-2],[-1,-1],[0,1],[0,1],[0,1],[-1,0],[-1,-2],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-2,-1],[-2,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,0],[-2,0],[-1,-1],[0,-1],[0,-3],[1,-1],[0,-1],[1,1],[2,0],[2,1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,-1],[1,0],[0,1],[0,1],[0,1],[-1,0],[1,1],[0,-1],[1,-2],[1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,0],[0,-1],[-1,-2],[-1,-1],[0,-2],[0,-1],[1,1],[1,0],[1,0],[1,-1],[0,1],[0,1],[1,1],[0,1],[1,3],[1,2],[0,-1],[0,1],[1,1],[-1,1],[0,1],[1,4],[0,2],[1,2],[0,2],[0,1],[1,1],[0,1],[1,0],[0,1],[1,1]],[[9209,432],[-1,1],[0,3],[0,1],[0,2],[0,2],[0,2],[0,1],[-1,1],[0,1],[0,3],[0,2],[0,3],[0,2],[0,2],[0,2],[-1,5],[0,2],[0,2],[0,4],[-1,3],[0,2],[0,1],[0,2],[0,1],[0,1],[0,2],[-1,1],[0,1],[0,3],[-1,2],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[1,-3],[0,-2],[1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-3],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-3]],[[9652,419],[-1,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,2],[0,2],[-1,3],[0,3],[-1,2],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,2],[1,0],[1,0],[0,1],[0,2],[0,1],[0,1],[0,3],[-1,1],[0,1],[0,2],[-1,1],[0,2],[0,1],[0,1],[0,2],[0,1],[0,1],[0,2],[-1,1],[0,1],[-1,3],[0,2],[-1,1],[0,1],[0,2],[0,1],[-1,2],[-1,1],[-1,-1],[-1,1],[-1,0],[0,-1],[-1,-1],[-2,-1],[-1,-2],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-1,1],[-1,0],[-1,-1],[-1,1],[0,1],[0,1],[-1,2],[0,2],[0,3],[1,2],[1,1],[1,0],[0,1],[1,1],[1,0],[0,1],[2,2],[1,1],[2,2],[1,2],[1,1],[1,1],[1,1],[1,1],[1,1],[1,0],[1,1],[1,2],[1,1],[1,2],[1,1],[0,1],[2,2],[1,2],[0,1],[1,1],[1,1],[2,2],[1,1],[0,1],[1,1],[2,2],[1,2],[1,1],[1,1],[1,2],[1,1],[1,1],[1,1],[1,0],[1,1],[1,1],[2,1],[1,0],[1,1],[1,0],[0,1],[1,0],[1,1],[1,0],[1,-1],[2,-1],[0,-1],[1,0],[1,0],[1,0],[1,-1],[1,-2],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[2,0],[2,-1],[2,-1],[1,-1],[1,-1],[2,-1],[1,-2],[1,-2],[0,-1],[1,-1],[0,-1],[2,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-2],[1,0],[1,0],[0,-1],[-1,0],[0,-2],[-1,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-2,-3],[0,-1],[-1,-3],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-2],[-1,-3],[0,-2],[-1,-3],[0,-2],[0,-1],[-1,-1],[0,-1],[1,0],[1,-3],[0,-3],[1,-3],[0,-2],[1,-2],[0,-1],[1,-2],[0,-2],[1,-3],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-3],[1,-3],[0,-1],[1,-4],[0,-3],[0,-3],[0,-3],[1,-2],[0,-1],[-1,-1],[0,-2],[-1,-2],[0,-2],[0,-2],[0,-4],[0,-1],[1,-1],[0,-1],[0,3],[1,2],[2,-3],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,-2],[0,-3],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[0,-1],[0,-2],[-1,-3],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[-1,0],[-1,-2],[0,1],[-1,0],[-2,0],[0,-1],[-1,-3],[0,-2],[0,-2],[0,-3],[-1,-2],[-1,1],[-2,0],[-2,1],[0,1],[-1,2],[-2,0],[-1,0],[-2,0],[-1,0],[0,-1],[0,-1],[2,0],[-1,-1],[-2,-2],[-1,-1],[0,-1]],[[9264,695],[1,-1],[-1,0],[-1,1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,0],[1,1],[0,1],[0,1],[1,0],[-1,2],[0,1],[0,3],[-1,3],[0,1],[0,1],[0,2],[1,1],[0,2],[1,1],[0,1],[0,1],[1,1],[2,0]],[[9235,725],[0,2]],[[9235,727],[1,0],[1,-1],[1,0],[1,1],[0,1],[1,1],[1,1],[1,0],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,1],[1,1],[0,1],[1,1],[0,1],[1,1],[1,1],[1,0],[2,0],[1,0],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-3],[-1,-2],[0,-1],[1,-3],[1,-1],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[1,1],[1,1],[2,-1],[1,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,2],[-1,1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[1,-1],[0,1],[1,-1],[0,-1],[-1,-1],[0,1],[-1,0],[-1,1],[-1,2],[0,3],[-1,2],[-1,1],[0,3],[0,2],[0,1],[-1,1],[-1,3],[-1,1],[-1,2],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[-1,0]],[[9602,749],[1,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,2],[-1,2],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,2],[0,1],[1,0],[1,0],[1,-1],[1,0],[1,0],[2,1],[1,0],[1,1],[1,0],[1,1],[2,1],[1,0],[0,1]],[[9339,726],[1,-1],[0,1],[3,0],[1,-3],[3,1],[0,-2],[0,-2],[3,-3],[0,-2],[4,-1],[0,4],[1,3],[0,2],[1,1],[1,3],[1,0],[1,3],[1,-1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[1,1],[0,-2],[1,-1],[-1,-1],[0,-1],[-1,0],[1,-2],[0,1],[0,-1],[4,-1],[0,-2],[0,-1],[-1,-2],[4,-2],[6,1],[2,-1],[1,-5],[-4,-2],[0,-6],[-1,-1],[1,-3],[2,1],[0,1],[1,0],[1,2],[2,-1],[0,1],[1,0],[3,-4],[0,-3],[2,-2],[0,-3],[6,2],[1,0],[1,-1],[1,-1],[1,-2],[1,2],[4,0],[0,1],[0,2],[1,3],[1,0],[2,1],[4,2],[1,5],[1,0],[1,-2],[3,1],[1,1],[5,3],[5,6],[2,0],[1,5],[-1,1],[1,2],[1,1],[1,-1],[2,2],[-1,3],[1,0],[0,1],[0,3],[2,0],[2,2],[0,2]],[[9438,730],[1,0],[1,0],[1,1],[1,2],[1,1],[1,1],[1,0],[1,0],[0,-1],[1,0],[1,-1],[2,1],[0,2],[1,0],[3,0],[2,-3],[1,-11],[-1,0],[-1,-2],[1,-1],[0,-1],[0,-1],[0,-3],[-1,-2],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-3],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-2],[-1,-2],[0,-3],[-1,-2],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[1,-1],[0,-3],[0,-4],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,1],[-1,0],[0,-1],[-2,-1],[-1,0],[-1,-1],[1,0],[1,1],[1,0],[2,1],[1,-1],[1,0],[0,-1],[2,-1],[1,1],[1,0],[0,1],[1,0],[2,2],[1,1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,-1],[1,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[-2,0],[-1,0],[-1,1],[-1,2],[-1,1],[1,1],[0,2],[0,1],[1,1],[0,1],[-1,1],[0,2],[0,1],[0,3],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,2],[1,3],[1,3],[1,2],[0,2],[1,0],[0,1],[2,2],[0,1],[1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[1,0],[0,-1],[1,-2],[1,0],[1,-1],[1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-3],[0,-1],[2,-3],[0,-1],[1,-2],[2,-2],[1,-2],[0,-1],[2,-1],[0,-1],[1,0],[1,0],[1,-1],[2,0],[1,-1],[1,-1],[1,0],[1,-1],[1,0],[3,0],[1,1],[1,0],[1,1],[1,0],[1,0],[2,0],[2,2],[1,0],[0,1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[1,0],[2,1],[1,0],[2,0],[0,1],[2,0],[1,1],[2,0],[1,-1],[1,0],[0,-1],[2,0],[2,-2],[1,-2],[1,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[2,-2],[1,-1],[0,-1],[1,-2],[1,-2],[1,-3],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-2],[0,-3],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-3],[0,-3],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[0,-2],[0,-3],[-1,-3],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,0],[0,1],[0,2],[0,1],[-1,1],[-1,0],[-1,2],[-1,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,-1],[1,-1],[1,1],[0,1],[0,1],[1,2],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-2,1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,-2],[0,-2],[-1,-2],[0,-1],[-1,-2],[-1,-3],[-1,-3],[-1,0],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-3],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-3],[0,-1],[-1,-3],[-1,-1],[-1,-1],[-2,-1],[-1,1],[0,1],[0,2],[-1,2],[0,1],[-1,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,2],[1,0],[1,0],[1,0],[0,1],[1,2],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,0],[-1,0],[-1,-1],[-1,2],[-1,1],[-1,0],[0,1],[-1,0],[-2,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,0],[0,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[0,1],[-1,1],[0,3],[0,2],[0,1],[-1,1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,1],[1,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,1],[1,1],[1,-1],[-1,-1],[0,-2],[0,-1],[1,-2],[2,-1],[1,1],[1,1],[1,1],[0,1],[-1,2],[0,3],[-1,1],[-1,1],[0,1],[2,3],[0,1],[1,2],[0,1],[0,1],[1,1],[0,1],[1,0],[1,0],[0,1],[0,2],[-1,2],[-1,2],[-1,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,3],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-2],[0,-1],[0,-2],[0,-2],[-1,-4],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,-1],[-1,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-4],[0,-3],[1,2],[0,2],[1,-1],[-1,-2],[-1,-2],[2,1],[1,3],[0,1],[1,-1],[0,-2],[-2,-2],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,-1],[0,-2],[2,-4],[1,-4],[0,-2],[1,-2],[0,-4],[1,-3],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[1,-2],[-1,-3],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-2],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[1,-2],[0,-2],[0,-1],[0,-1],[1,0],[-1,0],[0,1],[1,-1],[0,-3],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-2,2],[-1,2],[0,1],[-1,1],[-1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,-1],[0,-2],[-1,-3],[-2,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,-2],[-1,0],[0,1],[0,2],[0,1],[1,1],[0,2],[1,1],[1,1],[2,0],[1,-1],[1,0],[1,-1],[1,0],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[-2,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[-2,-1],[-2,0],[-2,1],[-1,1],[-2,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-2,1],[1,-1],[2,-1],[0,-1],[1,-1],[1,-1],[1,-1],[2,0],[1,-1],[0,-1],[2,0],[0,-1],[1,0],[2,-1],[1,0],[2,-1],[1,0],[0,1],[1,2],[0,1],[0,1],[0,1],[0,-1],[0,-2],[0,-3],[0,-1],[0,-1],[1,1],[2,1],[0,-1],[1,0],[0,-1],[0,-3],[0,-2],[-1,-3],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[2,-1],[1,0],[1,-1],[1,0],[1,-2],[0,-1],[-1,0],[-1,1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-2,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,-1],[0,-3],[1,-1],[-1,-1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,1],[0,1],[-1,1],[-2,1],[-2,0],[-1,0],[-2,0],[0,1],[-1,1],[0,1],[-1,2],[-2,2],[0,1],[-1,0],[-2,2],[-1,1]],[[9210,437],[0,2],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,3],[-1,2],[0,2],[0,1],[1,1],[0,2],[0,1],[0,1],[1,0],[1,-1],[1,0],[0,-1],[-1,-2],[1,-1],[0,-1],[1,0],[1,1],[1,0],[2,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,1],[-1,1],[-1,1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[1,0],[1,0],[0,1],[0,2],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,1],[0,1],[0,1],[1,1],[1,1],[1,1],[1,1],[1,2],[1,0],[0,1],[0,1],[1,2],[0,1],[1,1],[0,1],[1,1],[1,1],[0,1],[1,0],[0,1],[1,1],[0,2],[-1,0],[-1,1],[0,1],[1,1],[0,2],[0,3],[0,2],[0,2],[0,1],[0,1],[-1,1],[0,1],[-2,2],[0,1],[0,1],[-1,2],[-1,2],[-1,2],[-1,1],[0,2],[0,1],[0,1],[0,2],[-1,2],[0,2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,2],[-1,2],[-1,2],[-1,0],[-1,1],[-2,1],[0,1],[-1,0],[-2,1],[-2,1],[-1,2],[-1,1],[-1,1],[0,-1],[0,-1],[1,-3],[0,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-2],[0,-2],[0,-1],[0,-1],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-3],[1,0],[0,-1],[0,-1],[-2,-1],[-1,0],[0,2],[0,1],[0,2],[-1,3],[0,3],[0,2],[0,1],[0,3],[-1,2],[1,4],[0,2],[0,2],[0,3],[0,2],[0,3],[0,2],[1,2],[0,2],[0,2],[0,4],[0,2],[0,2],[1,4],[0,3],[0,1],[0,4],[1,3],[0,3],[0,1],[0,4],[0,4],[0,1],[0,4],[0,2],[0,1],[0,3],[0,4],[0,4],[0,1],[-1,2],[0,1],[0,3],[0,2],[0,2],[0,2],[0,4],[0,2],[0,3],[0,2],[0,4],[0,1],[0,1],[1,0],[1,-1],[0,-2],[0,-1],[-1,-4],[0,-2],[0,-3],[0,-1],[1,-1],[1,0],[0,1],[1,0],[0,1],[2,0],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,-1],[1,-1],[1,0],[1,0],[1,0],[0,-1],[1,-3],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[0,1],[2,2],[0,2],[1,1],[1,4],[0,1],[0,1],[-2,0],[-2,1],[-1,1],[0,1],[0,1],[1,0],[1,-1],[1,-1],[0,-1],[1,-1],[1,0],[-2,2],[-2,2],[0,1],[0,1],[-1,0],[0,2],[-1,3],[-1,1],[0,1],[-1,1],[-2,2],[-1,0],[0,1],[-1,1],[0,2],[0,1],[-1,2],[0,1],[-1,1],[0,1],[-1,1],[0,4],[0,1],[0,3],[1,3],[0,1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,2],[-1,0],[0,-2],[0,-1],[0,-2],[0,-3],[0,-2],[0,-2],[0,-3],[1,-2],[-1,0],[0,1],[-1,-1],[1,0],[0,-2],[0,-3],[0,-1],[-1,0],[-1,1],[1,1],[0,2],[0,7],[0,3],[0,2],[0,2],[0,3],[0,3],[0,2],[0,2],[0,3],[0,3],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,3],[0,3],[0,3],[0,3],[0,2],[0,1],[0,3],[1,2],[0,1],[0,3],[1,3],[0,3],[0,2],[1,1],[0,4],[0,1],[0,1],[1,1],[0,2],[0,2],[0,2],[1,4],[0,2],[1,1],[0,2],[1,2],[0,3],[1,3],[1,2],[0,1],[0,1],[2,3],[0,-1],[0,-1],[1,-4],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-3],[1,-1],[0,-2],[-1,-1],[-1,0],[-1,-2],[0,-2],[0,-2],[1,0],[1,0],[2,-2],[1,-2],[0,-2],[-1,-3],[1,0],[0,-1],[0,1],[1,-1],[0,-1],[1,-1],[2,0],[0,-1],[2,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,3],[0,1],[2,2],[1,1],[0,-1],[2,0],[1,0],[1,0],[1,1],[1,0],[1,-1],[2,-1],[1,-1],[2,-1],[1,-2],[1,0],[0,-1],[1,0],[1,0],[0,-1],[2,-2],[1,-1],[0,-1],[1,0],[1,-1],[1,1],[1,1],[0,1],[1,2],[1,0],[0,1],[0,1],[1,2],[0,1],[1,-2],[0,-2],[1,-3],[-1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,-4],[0,-2],[-1,-3],[0,-3],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,-1],[0,-3],[0,-1],[0,-1],[1,-2],[2,-2],[1,-1],[1,1],[1,0],[2,1],[2,1],[2,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,3],[-1,3],[0,1],[0,4],[0,3],[0,1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-1,2],[-1,1],[-1,2],[-1,1],[-1,1],[-2,2],[0,1],[0,1],[-1,1],[0,2],[0,2],[0,1],[-1,1],[-1,1],[0,1],[0,2],[0,1],[0,1],[1,0],[0,1],[1,0],[1,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[0,3],[2,2],[1,2],[1,2],[0,3],[1,3],[0,1],[0,1],[1,1],[1,3],[1,1],[0,2],[1,0],[1,-1],[1,-1],[1,0],[2,1],[1,0],[0,1],[0,1],[0,1],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,1],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,-1],[-2,0],[0,1],[0,1],[1,3],[1,3],[0,1],[1,2],[0,1],[0,1],[1,1],[1,3],[1,2],[1,2],[2,2],[1,1],[0,1],[1,1],[0,1],[0,1],[1,1],[2,2],[0,1],[1,1],[1,0],[1,-2],[2,-1],[1,-1],[2,-1],[1,-1],[1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[1,0],[1,1],[1,0],[2,-2],[1,-1],[1,-2],[1,-2],[0,-3],[0,-2],[1,-3],[0,-3],[1,-2],[0,-2],[1,0],[0,-1],[2,-3],[1,-2],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,-4],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-3],[0,-2],[-1,0],[-1,-1],[-1,-2],[-1,-2],[-1,-3],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-4],[1,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[-1,-2],[1,-1],[0,-1],[2,0],[0,1],[1,1],[1,2],[0,2],[1,1],[0,1],[-1,1],[0,1],[0,2],[0,2],[0,1],[0,1],[1,0],[1,2],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,1],[-1,1],[1,1],[1,1],[0,1],[1,2],[0,1],[1,1],[0,3],[1,2],[0,3],[0,-3],[0,-4],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,-1],[1,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,-1],[1,0],[1,0],[2,0],[1,0],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,-3],[-1,-2],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-3],[0,-2],[0,-1],[1,-2],[0,-1],[0,-1],[1,-3],[1,-2],[0,-1],[1,-2],[1,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[1,0],[1,3],[1,2],[1,1],[0,1],[1,0],[1,-1],[1,-1],[1,-1],[0,1],[0,1],[0,3],[0,1],[0,1],[0,2],[1,2],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,2],[0,1],[0,1],[0,2],[0,1],[0,1],[1,2],[0,1],[0,2],[0,3],[0,1],[1,1],[0,1],[1,2],[0,1],[0,2],[0,1],[0,2],[0,1],[1,0],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1]],[[9307,786],[1,0],[1,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[-1,1],[1,2],[2,0],[1,1],[1,1],[2,0],[1,1],[1,0],[1,0]],[[9313,806],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[1,-1],[0,-1],[1,-2],[0,-1],[0,1],[-1,2],[-2,2],[0,1],[-1,2],[-1,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,2],[1,0]],[[9295,833],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[1,-3],[0,-1],[0,-2],[0,-1],[1,0],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-3],[-1,-2],[0,-1],[0,-1],[-1,0],[1,3],[0,4],[-2,-1],[-1,2],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-3],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[1,-2],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-3],[0,-2],[-2,-2],[-2,-2],[0,-2],[-1,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,1],[0,2],[-1,0],[0,1],[0,1],[1,0],[0,1],[-1,2],[0,1],[-1,2],[-1,1],[0,1],[-1,1],[1,1],[0,1],[1,1],[0,1],[-1,-1],[-1,-1],[-1,0],[0,1],[0,2],[-1,2],[0,1],[-1,0],[0,-1],[0,-3],[1,-1],[0,-3],[0,-1],[-1,-1],[-1,0],[-1,1],[0,1],[-1,2],[0,1],[0,1],[1,0],[1,0],[0,2],[-1,1],[0,1],[-2,2],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[0,1],[2,1],[1,0],[1,1],[0,1],[-1,1],[0,1],[0,1],[0,3],[0,1],[1,1],[1,1],[0,1],[1,1],[1,1],[1,-1],[1,0],[2,0],[1,0],[1,1],[1,1],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-2,0],[-2,1],[-1,0],[0,1],[0,1],[1,2],[1,0],[0,1],[1,-1],[1,-1],[0,1],[1,0],[0,2],[-1,0],[-1,0],[0,2],[1,1],[0,2],[1,1],[0,1],[0,1],[0,2],[-1,2],[0,3],[0,1],[0,1],[2,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,1],[2,0],[1,0],[1,0],[1,2],[1,0],[0,1],[1,0],[2,0],[2,1],[1,0],[1,1],[0,1],[1,1],[0,3],[0,2],[0,1],[0,1],[1,2],[1,1],[1,3],[1,0],[0,1],[1,0],[1,0],[2,0],[1,2],[1,0],[0,1],[0,1],[1,2],[0,1],[0,1],[1,1],[0,1],[0,1]],[[9398,864],[1,0],[1,-1],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,1],[1,0],[1,1],[1,0],[1,0]],[[9339,726],[-1,3],[-1,3],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-2,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,2],[0,2],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,1],[2,2],[0,1],[1,2],[0,1],[1,1],[0,2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-2,1],[-1,1],[-1,0],[0,-1],[0,1],[-1,0],[1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,2],[-1,2],[0,2],[1,3],[0,1],[1,1],[1,3],[0,2],[1,2],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[0,1],[-1,2],[-2,2],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,2],[0,1],[0,2],[1,3],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[1,3],[1,0],[0,1],[1,2],[1,2],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[1,1],[2,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,1],[2,1],[1,1],[2,1],[1,1],[1,0],[1,0],[1,0],[2,1],[2,2],[2,0],[1,0],[2,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,-1],[1,-1],[2,-2],[1,-1],[1,-1],[1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,2],[-1,0],[-1,-1],[-1,-1],[1,-2],[1,-3],[0,-2],[1,-3],[1,-2],[0,4],[0,2],[1,1],[0,1],[0,3],[0,1],[0,1],[1,1],[2,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,2],[1,1],[1,2],[1,1],[0,2],[1,2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,2],[1,0],[0,1],[1,0],[0,1],[2,0],[1,1],[1,0],[1,0],[1,1],[1,0],[1,1],[1,1],[1,-1],[1,0],[2,0],[1,-1],[0,-1],[1,0],[2,0],[1,0],[1,1],[0,1],[1,2],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[2,3],[1,1],[0,1],[1,2],[1,2],[0,1],[1,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,-2],[1,-3],[0,-1],[1,-2],[1,-2],[1,-2],[2,-1],[1,-1],[1,-1],[1,-2],[2,-3],[1,-2],[0,-1],[1,-1],[1,-1],[1,-2],[1,-2],[1,0],[1,-2],[2,-1],[1,-1],[1,0],[1,0],[0,-1],[1,0],[1,1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0],[0,-1],[0,-1],[-1,-3],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[1,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-3],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-2],[1,-3],[0,-1],[0,-4],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-3],[1,-2],[0,-3],[0,-2],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-2],[1,-2],[0,-2],[0,-2],[1,-2],[0,-2],[1,-1],[1,-3],[1,-2],[0,-1],[0,-1],[0,-2],[0,-3],[0,-1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-2,-1],[0,-1],[-1,0],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,-1],[-1,0],[0,-1],[1,-1],[0,1],[1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[1,-1],[1,0],[0,1],[1,0],[1,-1],[1,0],[1,0],[0,1],[1,1],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0],[0,1],[2,1],[1,2],[1,1],[1,1],[1,1],[1,0],[1,1],[0,1],[1,2],[1,3],[1,1],[0,-1],[1,-1],[1,-1],[1,0],[2,2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[2,-1],[0,-1],[2,0],[1,-1],[2,-3],[1,-2],[0,-1],[0,-1],[1,0]],[[9531,922],[1,0],[1,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-2,1],[-1,1],[-1,0],[-1,1],[0,-1],[2,-1],[2,0],[1,-1],[-2,-2],[-1,0],[-1,-2],[-2,-1],[-1,2],[1,0],[-1,1],[0,-1],[0,-1],[0,1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,1],[1,1],[1,0],[1,0]],[[9546,951],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-3],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[1,1],[0,1],[0,1],[-1,3],[0,1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-2,-3],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-3],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[1,0],[0,1],[1,2],[1,2],[1,1],[1,1],[0,1],[1,2],[0,1],[1,1],[0,1],[1,0],[2,1],[2,0],[2,0],[1,0],[1,1],[0,1],[1,1],[0,1],[1,1],[1,0],[2,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,1],[1,0],[0,1],[1,1],[1,0]],[[9235,725],[-1,1],[-1,1],[-1,0],[-2,0],[0,1],[-1,2],[0,1],[0,1],[0,1],[-1,3],[-1,2],[0,1],[-1,1],[-1,1],[0,1],[0,1],[-1,3],[0,2],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,2],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,-1],[0,-8],[0,-5],[0,-3],[0,-4],[0,-2],[0,-2],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[1,1],[0,1],[-1,0],[0,3],[-1,2],[0,3],[0,1],[0,3],[0,1],[0,3],[0,3],[0,3],[0,1],[0,3],[0,1],[1,1],[0,2],[0,3],[1,1],[0,3],[0,2],[1,1],[0,2],[0,1],[1,2],[0,2],[1,3],[1,3],[0,2],[1,3],[0,1],[1,3],[1,1],[0,1],[1,3],[1,3],[0,2],[1,2],[1,2],[0,2],[2,4],[0,1],[0,1],[0,1],[1,1],[1,0],[0,1],[1,2],[1,1],[0,1],[1,2],[1,3],[1,3],[1,2],[1,3],[1,2],[1,3],[1,2],[0,2],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[0,1],[1,1],[0,1],[1,2],[1,2],[1,3],[1,1],[1,2],[0,2],[1,2],[1,1],[1,3],[0,2],[1,2],[2,2],[1,1],[1,0],[0,-1],[1,0],[1,0],[1,-1],[1,-1],[1,0],[2,-1],[1,-2],[2,-1],[1,-1],[1,0],[1,-1],[1,0],[1,0],[1,0],[2,1],[3,1],[2,1],[2,2],[1,0],[1,1],[1,1],[1,1],[1,1],[1,0],[1,2],[1,1],[1,1],[1,1],[0,1],[1,1],[2,2],[0,1],[1,0],[0,1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,1],[1,0],[1,0],[0,-1],[2,-1],[1,-1],[3,-1],[1,-1],[2,-1],[1,0],[1,-1],[1,0],[1,0],[2,0],[1,0],[1,1],[1,0],[1,0],[2,0],[1,0],[1,0],[2,1],[1,0],[1,1],[1,0],[1,1],[1,0],[1,1],[1,1],[1,0],[2,0],[1,0],[1,0],[1,1],[2,1],[2,2],[2,2],[0,1],[1,2],[2,3],[2,2],[2,2],[1,2],[1,1],[1,2],[1,2],[2,2],[0,1],[1,2],[1,1],[1,3],[0,1],[2,3],[0,2],[1,2],[1,2],[1,2],[0,1],[1,1],[0,1],[1,1],[0,2],[1,2],[1,3],[0,1],[1,1],[0,3],[1,2],[1,2],[1,2],[1,3],[0,2],[1,2],[1,3],[0,1],[1,2],[1,2],[0,2],[1,4],[1,3],[0,2],[1,2],[0,2],[1,3],[1,3],[0,2],[1,3],[0,1],[1,2],[1,1],[0,1],[1,1],[0,1],[2,2],[1,2],[1,1],[0,2],[1,2],[1,1],[1,2],[1,1],[1,2],[0,3],[1,1],[1,3],[0,1],[1,2],[0,1],[1,2],[1,3],[0,2],[1,2],[2,2],[2,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[0,-1],[1,0],[2,0],[1,0],[2,1],[2,0],[1,0],[1,1],[1,0],[2,1],[2,1],[1,1],[1,0],[1,1],[2,1],[0,1],[1,0],[1,2],[2,1],[1,1],[1,1],[1,1],[1,1],[2,2],[0,1],[1,1],[1,2],[1,1],[1,2],[2,2],[1,2],[1,2],[2,2],[1,1],[1,2],[1,2],[2,1],[0,1],[2,3],[1,1],[2,2],[1,2],[0,1],[1,1],[1,1],[1,1],[2,2],[1,1],[2,1],[1,1],[1,0],[1,0],[1,0],[1,-1],[1,-1],[1,-1],[-1,-2],[-1,-1],[-1,-2],[-1,0],[0,-1],[-2,-2],[-2,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-3],[0,-1],[-2,-3],[0,-2],[-2,-2],[0,-2],[-1,-1],[0,-1],[-1,-3],[-1,-2],[-1,-4],[0,-1],[-1,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[0,-3],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[0,-2],[1,-2],[0,-1],[1,-2],[1,-2],[0,-1],[1,-1],[0,-2],[1,-1],[1,-3],[1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[1,-2],[1,-1],[1,-3],[1,-1],[0,-2],[0,-2],[0,-1],[1,0],[1,0],[0,-1],[0,-2],[-1,0],[-1,0],[0,-1],[-1,-2],[0,-2],[-1,-2],[0,-4],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-1],[0,-4],[0,-2],[0,-2],[0,-2],[1,-3],[0,-1],[0,-2],[0,-1],[0,-3],[0,-1],[1,-1],[0,-6],[0,-2],[0,-1],[1,-3],[0,-1],[0,-4],[1,-2],[0,-3],[0,-1],[0,-5],[0,-2],[-1,-4],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-2],[-1,-1],[-1,-3],[-1,-2],[0,-1],[-1,-2],[-1,-3],[-1,-2],[0,-3],[0,-1],[-1,-2],[0,-1],[-1,-3],[0,-1],[0,-3],[-1,-3],[0,-3],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-2],[0,-3],[0,-4],[-1,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-3],[-1,-3],[-1,-1],[0,-3],[-1,-1],[-2,1],[-1,1],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,2],[-1,2],[-2,1],[0,1],[0,1],[-1,1],[-1,2],[-2,3],[-1,2],[-2,2],[-1,2],[-1,1],[0,1],[-2,1],[-1,1],[-1,1],[-1,2],[-1,1],[-1,1],[0,1],[-1,2],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,1],[-2,2],[-1,0],[0,1],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[-1,2],[-1,1],[-1,2],[-2,2],[-1,1],[-2,2],[-1,0],[0,1],[-1,0],[0,-1],[1,-1],[0,-3],[-1,0],[0,-3],[-1,-2],[0,-1],[-1,-2],[-1,-1],[0,-1],[-2,0],[0,-1],[-1,0],[-2,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,-1],[-3,-3],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-3,0],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,-2],[-1,-2],[-2,-2],[0,-1],[-1,0],[-1,0],[-2,0],[-2,1],[-1,1],[0,1],[-1,2],[-2,2],[-1,2],[-1,2],[-1,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-4,-3],[-3,-3],[-1,0],[0,-1],[1,0],[0,1],[1,1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-2,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-2],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[-3,2],[-1,0],[-1,0],[-2,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,1],[-1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-2],[0,-1],[-1,-2],[-1,-2],[0,-2],[-1,-2],[-1,0],[0,-1],[-1,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-3],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-3],[0,-4],[0,-2],[0,-2],[1,0],[2,-1],[1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[1,1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[-1,1],[-2,2],[-1,1],[-2,0],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[0,-2],[0,-1]],[[7502,2437],[1,-1],[2,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[0,-2],[1,0],[1,0],[2,2],[1,-1],[1,0],[-3,-2],[-2,-3],[-1,-3],[-2,0],[0,-1],[0,-2],[0,-1],[1,-1],[2,2],[3,1],[1,0],[2,0],[2,0],[1,-1],[1,-3],[0,-2],[2,-1],[1,0],[1,0],[1,1],[1,0],[1,-1],[1,0],[0,-1],[1,-1],[-1,-2],[0,-1],[1,-2],[1,0],[0,-1],[0,-1],[0,-2],[-1,-1],[-2,-1],[-1,0],[0,1],[-1,1],[-2,2],[-2,2],[-1,1],[-1,0],[1,-1],[0,-2],[1,-1],[1,-1],[1,0],[1,-1],[0,-1],[-1,-1],[-1,-1],[1,-1],[1,0],[1,0],[1,-1],[2,0],[2,-1],[1,0],[0,-3],[0,-2],[1,-1],[0,-1],[-1,-1],[-2,1],[-1,0],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[3,0],[0,-1],[-1,-2],[-2,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-2,0],[0,1],[-2,0],[-1,0],[-1,0],[2,-1],[2,-3],[0,-1],[0,-4],[1,0],[1,4],[2,1],[2,1],[1,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[1,-1],[1,1],[1,0],[1,-2],[0,-1],[0,-2],[-1,-2],[1,-1],[1,-1],[0,-2],[1,-1],[0,-4],[-1,-1],[-1,-1],[-1,0],[0,2],[-1,1],[-1,1],[-1,1],[-2,0],[0,1],[-2,2],[0,2],[-1,2],[0,1],[0,1],[-1,0],[-1,3],[-1,0],[-1,1],[-2,2],[-1,2],[-1,2],[-1,1],[-1,0],[0,1],[-1,3],[-1,1],[0,2],[0,1],[-2,3],[0,1],[-1,1],[0,1],[1,4],[0,2],[1,1],[0,2],[-1,0],[-1,1],[-2,1],[0,1],[0,2],[0,1],[-1,1],[-1,1],[0,1],[-1,3],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[-2,2],[1,2],[1,0],[0,1],[0,1],[-2,2],[0,2],[0,1],[1,1],[2,3],[-1,2],[1,0],[3,1],[3,1]],[[7513,2482],[1,0],[1,-1],[0,-2],[1,-2],[0,-2],[0,-1],[1,-3],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[0,2],[0,1],[-1,0],[-1,1],[-1,2],[0,1],[0,1],[0,3],[1,1],[0,1],[3,-1]],[[7500,2527],[1,-1],[2,-1],[1,0],[2,-1],[2,-2],[1,-1],[2,0],[2,1],[1,0],[1,-1],[1,-2],[1,-3],[0,-1],[1,0],[2,-2],[2,-1],[0,-1],[3,-2],[1,0],[1,0],[2,-2],[0,-1],[0,-3],[0,-1],[1,-1],[2,-2],[1,0],[1,0],[0,-1],[0,-2],[-2,-2],[-1,-2],[-1,-1],[1,-1],[1,-3],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-2],[1,0],[0,-1],[0,-3],[0,-1],[0,-2],[-1,-2],[-1,0],[-2,2],[0,2],[-1,1],[-1,1],[-2,5],[-1,2],[-1,2],[0,3],[-1,3],[-1,4],[-1,2],[-1,1],[-2,1],[0,-2],[0,-2],[-1,0],[-2,4],[-2,-1],[-2,-1],[0,-1],[-1,-3],[0,-1],[-1,3],[-1,2],[-1,2],[0,1],[1,2],[-1,2],[-1,2],[0,1],[0,2],[-1,2],[0,1],[0,1],[0,2],[0,2],[-1,1],[-1,2],[0,1],[-1,2],[-1,1],[1,1],[1,0]],[[7503,2546],[1,-1],[2,-3],[0,-1],[1,-2],[1,-2],[0,-1],[0,-1],[0,-2],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[-1,2],[-1,1],[-1,1],[-1,1],[0,1],[0,2],[2,0]],[[7529,2563],[1,-2],[0,-1],[1,-3],[1,-2],[1,-2],[1,-2],[1,-2],[-1,-1],[1,-1],[1,-2],[1,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,4],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,1],[0,3],[0,2],[0,4],[0,1],[-1,1],[-1,2],[0,2],[1,-1]],[[7425,2596],[1,0],[1,0],[1,-1],[2,-2],[2,-2],[1,-1],[-1,-1],[-1,0],[-2,0],[-2,1],[-1,0],[-2,0],[-1,0],[-2,0],[-1,1],[-1,0],[-1,1],[2,1],[1,1],[1,1],[0,1],[3,0]],[[7443,2607],[2,-2],[1,-2],[2,-2],[1,0],[2,0],[2,-1],[1,2],[0,3],[1,1],[2,1],[3,2],[2,1],[2,1],[1,1],[1,-1],[-1,-2],[1,-3],[0,-1],[2,-1],[1,-1],[2,0],[0,-1],[1,-2],[1,-4],[2,-1],[2,-2],[1,-2],[2,0],[2,0],[1,-1],[2,-1],[0,-2],[1,-2],[0,-2],[0,-2],[-1,-1],[-1,-2],[0,-4],[-1,-2],[-2,1],[-2,-1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[-2,0],[0,-1],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-3,0],[0,-1],[-1,1],[-1,1],[-2,4],[-1,0],[-2,2],[-1,0],[-1,0],[-1,2],[-2,0],[-1,1],[-1,1],[-3,1],[0,1],[-3,2],[0,1],[0,1],[0,1],[2,2],[1,-1],[1,-1],[2,0],[1,0],[3,-1],[0,1],[-2,2],[-2,0],[-1,0],[-1,1],[-1,1],[-2,1],[-2,2],[-1,1],[-1,2],[-1,2],[-2,3],[0,1],[0,3],[0,1],[0,1],[0,2],[0,1],[2,1]],[[7568,2662],[1,0],[1,-1],[0,-2],[3,-1],[0,-1],[1,-4],[-1,-1],[-2,1],[-1,0],[-2,-1],[-1,-1],[3,-3],[0,-1],[0,-1],[0,-3],[0,-2],[-4,-3],[-2,-1],[-1,0],[-1,1],[0,2],[0,2],[0,1],[0,1],[-3,5],[0,1],[1,3],[2,1],[2,-1],[1,2],[0,2],[0,2],[2,2],[1,1]],[[7572,2678],[0,-2],[0,-1],[2,-1],[1,0],[1,1],[1,0],[0,-2],[0,-1],[0,-2],[-1,-1],[-2,-2],[-3,-2],[-1,1],[-1,2],[-1,2],[0,2],[0,1],[1,4],[2,1],[1,0]],[[7539,2680],[1,-1],[0,-1],[0,-4],[2,-3],[2,-6],[2,-5],[1,-2],[0,-1],[-1,-2],[2,-3],[6,-4],[1,-2],[2,-1],[1,-1],[0,-2],[-1,-3],[0,-1],[-4,-2],[-2,0],[-2,2],[-1,2],[-1,3],[-1,1],[-1,0],[0,-3],[1,-1],[1,-4],[3,-4],[1,-2],[3,0],[1,-2],[0,-1],[0,-2],[0,-1],[0,-2],[1,-1],[0,-2],[-2,-2],[-1,1],[-2,0],[-2,1],[-1,2],[-1,2],[-1,2],[-1,2],[-1,3],[-1,4],[-1,0],[0,-1],[0,-3],[1,-5],[0,-2],[2,-4],[0,-2],[0,-2],[-1,-1],[-1,1],[0,2],[-5,9],[0,2],[-2,3],[0,3],[-1,3],[0,2],[1,1],[1,-1],[2,-4],[1,0],[-1,2],[0,2],[0,1],[1,3],[0,3],[-1,4],[0,1],[0,3],[0,1],[0,7],[-1,2],[-1,2],[0,3],[-1,3],[1,5],[0,2],[0,1],[2,0]],[[7471,2660],[1,0],[1,2],[1,0],[1,0],[1,-1],[0,-1],[0,-3],[0,-1],[1,2],[2,1],[1,-1],[1,-4],[2,-3],[1,-4],[1,-4],[1,-4],[1,0],[1,-3],[0,-2],[2,-2],[1,-2],[0,-2],[1,-4],[0,-1],[-2,-1],[0,-1],[5,-3],[1,-2],[1,-1],[2,-2],[2,-4],[2,0],[0,-1],[1,-2],[2,-2],[0,-1],[1,-3],[1,-1],[-1,-1],[-2,-1],[-1,-1],[-3,-3],[0,-1],[-1,0],[1,-2],[1,0],[3,3],[1,1],[2,-1],[2,-2],[2,-2],[1,-2],[1,-3],[1,-3],[0,-2],[-2,-1],[0,-1],[-4,-1],[-1,1],[-3,1],[-1,0],[-1,0],[1,-1],[2,-1],[1,0],[2,-3],[3,0],[3,1],[5,-2],[-1,-1],[1,-3],[0,-2],[1,-4],[-1,-3],[-1,0],[0,-2],[0,-1],[1,-3],[0,-1],[2,-2],[1,0],[0,-1],[-1,-2],[0,-2],[0,-3],[1,-4],[0,-1],[-1,-1],[-1,0],[-2,1],[-2,3],[-2,0],[-4,9],[-2,1],[-6,7],[0,1],[-1,4],[-2,8],[-4,-1],[-1,1],[-2,5],[1,7],[-2,5],[0,3],[-2,1],[-1,2],[-1,3],[0,1],[-2,-1],[-2,0],[-2,-1],[-4,1],[-2,1],[-2,5],[0,1],[1,1],[0,3],[0,1],[1,1],[0,1],[-2,-1],[-1,-2],[-1,-1],[-2,1],[-2,3],[0,1],[-1,2],[-1,2],[-2,2],[1,6],[1,3],[1,7],[0,2],[0,4],[0,2],[2,0],[2,1],[1,-1],[1,1],[-1,1],[-2,-1],[-2,0],[-1,0],[0,2],[-1,4],[1,2],[0,3],[1,5],[0,3],[1,0],[2,-1]],[[7530,2681],[1,-2],[0,-6],[2,-6],[2,-4],[1,-2],[1,-6],[0,-2],[1,-3],[0,-3],[0,-3],[-1,-1],[-3,1],[-3,4],[0,2],[0,2],[-1,5],[-1,2],[-1,3],[-1,4],[0,2],[-1,1],[0,3],[0,3],[0,4],[1,3],[1,1],[2,-2]],[[7495,2674],[2,-1],[0,-2],[2,-2],[2,-1],[3,-3],[-2,-2],[-1,-2],[-1,-1],[-3,-4],[0,-2],[1,-2],[0,-2],[-1,-2],[0,-3],[1,-4],[2,-3],[1,1],[0,1],[0,1],[-1,1],[0,5],[1,3],[-1,3],[2,1],[1,0],[2,2],[2,0],[2,1],[1,0],[1,-2],[0,-2],[-1,-1],[-1,-3],[-1,-1],[0,-1],[2,0],[3,2],[2,0],[2,-1],[2,-1],[0,-4],[0,-3],[-1,-2],[-2,0],[-2,2],[0,-2],[0,-2],[2,-3],[3,-2],[0,1],[3,2],[1,0],[2,-4],[8,-4],[1,-2],[1,-4],[0,-2],[-1,0],[-5,3],[-6,3],[-1,-1],[-1,-2],[1,-4],[2,-1],[1,0],[2,-1],[1,-2],[1,-1],[5,-4],[2,-3],[3,-2],[0,-2],[-1,0],[-2,2],[-6,3],[-2,0],[-1,0],[0,-2],[1,-1],[2,-1],[2,-3],[1,-1],[1,-2],[0,-2],[0,-1],[-1,-1],[-3,0],[-1,1],[-1,-1],[0,-4],[0,-7],[0,-3],[0,-1],[0,-1],[-2,1],[-1,2],[-1,3],[-2,6],[0,5],[0,1],[1,1],[1,2],[0,4],[-1,4],[-2,4],[-2,7],[-2,2],[-3,3],[-3,3],[-1,0],[0,-2],[3,-2],[1,-3],[3,-3],[1,-5],[1,-3],[1,-3],[1,-6],[-2,-6],[0,-3],[-1,4],[-2,4],[-2,2],[-3,2],[-2,6],[-1,3],[-2,2],[-2,1],[-2,0],[-1,0],[-1,3],[-1,1],[-1,1],[-1,3],[-2,2],[-1,2],[-1,4],[-1,3],[-1,2],[-1,2],[-2,5],[-3,11],[-1,4],[0,2],[-1,1],[-1,1],[-1,1],[-1,0],[0,1],[1,4],[0,2],[1,0],[0,-1],[1,-2],[0,-2],[1,0],[3,1],[1,3],[2,2],[0,1],[1,1],[1,1],[2,0],[0,1],[1,2]],[[7541,2692],[2,0],[1,-1],[2,-3],[1,-2],[1,-3],[0,-3],[0,-2],[2,-5],[1,-2],[1,0],[0,-3],[0,-4],[0,-3],[1,-1],[1,1],[1,4],[1,1],[1,-1],[2,-3],[1,-2],[-1,-2],[-2,-2],[0,-2],[0,-1],[-1,-1],[-5,2],[-3,2],[-1,2],[-1,6],[-1,3],[-1,6],[-1,2],[1,2],[1,2],[0,2],[-1,1],[-4,4],[-1,1],[0,2],[2,3]],[[7515,2685],[3,-5],[1,-3],[0,-2],[0,-4],[2,-3],[1,-4],[1,-3],[1,-3],[2,-6],[1,-4],[2,-3],[1,-3],[1,-1],[0,-5],[-1,-2],[-1,0],[-1,0],[-1,2],[-2,2],[0,1],[0,8],[0,1],[-2,3],[-1,5],[-2,2],[0,2],[-2,2],[0,1],[0,2],[-3,9],[-1,3],[0,5],[0,2],[1,1]],[[3355,1811],[1,0],[1,1],[2,0],[1,1],[1,0],[1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[0,2],[1,2],[0,1],[1,1]],[[3359,1825],[1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[1,1],[0,1],[1,0],[1,0],[0,-1],[-1,-3],[-1,-1],[-1,-2],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[0,-1],[0,2],[1,2],[2,1],[0,1],[1,4],[1,1],[2,1]],[[3385,1869],[1,0],[1,-1],[1,-1],[1,-1],[0,-2],[1,-1],[2,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[1,-2],[-1,0],[-1,0],[-1,1],[-2,1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,-3],[0,-4],[1,0],[0,1],[0,2],[0,1],[1,0],[1,-1],[2,0],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-3,-1],[0,1],[-1,0],[-1,1],[-1,1],[0,-3],[0,-2],[0,-2],[-1,-2],[-1,0],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,2],[1,2],[-1,1],[0,1],[-1,4],[0,1],[0,2],[-1,-1],[1,0],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-3],[0,-1],[0,-2],[0,-3],[-1,-2],[0,-1],[-1,-1],[0,-1],[-1,1],[-1,0],[-1,1],[-1,1],[1,0],[0,1],[1,3],[1,2],[0,2],[0,2],[0,4],[1,3],[0,1],[0,1],[1,2],[2,1],[0,2],[0,1],[-1,0],[0,-2],[-1,-1],[-1,0],[1,3],[0,1],[1,0],[1,0],[1,2],[0,1],[-1,1],[0,1],[0,1],[1,0]],[[3409,1924],[2,0],[1,1],[1,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[-1,-3],[-1,-1],[-1,0],[-1,-2],[-1,0],[-1,1],[-1,2],[-1,1],[0,1],[0,1]],[[3369,1882],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[1,1],[1,0],[1,-1],[1,-1],[1,-1],[2,-3],[0,-2],[1,-3],[-1,0],[-1,0],[0,1],[0,1],[0,2],[-2,-1],[-2,-1],[-1,0],[-1,0],[-1,-1],[1,0],[0,-1],[1,-1],[1,1],[0,1],[1,0],[1,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-1,-3],[0,-3],[0,-1],[-1,-2],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,1],[0,1],[0,3],[0,2],[2,1],[0,1],[-1,1],[-1,2],[-1,0],[-1,0],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[-2,-2],[-2,-1],[-1,0],[0,1],[0,2],[0,1],[1,1],[0,2],[0,1],[0,1],[0,1],[1,2],[1,2],[0,2],[0,1],[0,4],[0,2],[1,1],[1,2],[1,3],[-2,2],[0,1],[0,1],[0,1],[0,2],[0,1],[1,1],[0,1],[0,3],[1,2],[0,3],[1,1],[0,1]],[[3397,1941],[1,0],[1,-1],[1,-1],[0,-1],[1,-1],[2,-1],[1,0],[-1,2],[-1,1],[-1,0],[1,0],[0,1],[2,0],[2,0],[2,-1],[1,0],[0,-2],[-1,-1],[0,1],[-1,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[-2,0],[-1,1],[-2,0],[0,1],[-2,-2],[0,-1],[2,0],[3,-2],[2,1],[1,-1],[0,-1],[-1,-3],[-1,-1],[-1,0],[-1,-1],[-1,1],[-1,0],[-1,-2],[-1,0],[1,0],[1,0],[2,0],[1,0],[1,-1],[1,-2],[0,-1],[0,-1],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,1],[-1,2],[-1,2],[0,3],[-1,1],[0,2],[0,1],[0,1],[0,2],[-1,2],[-1,2],[-1,2],[0,1],[0,1],[1,0]],[[3405,1993],[2,0],[1,1],[1,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-2],[1,-1],[0,-2],[0,-1],[-2,0],[-1,0],[-2,0],[-1,0],[-1,1],[1,1],[-1,2],[0,1]],[[3311,1861],[1,0],[1,-2],[1,-1],[2,-1],[2,-1],[1,-1],[1,-2],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[-2,-2],[-1,-2],[1,-1],[1,1],[1,2],[1,0],[0,1],[2,-1],[1,0],[2,-1],[2,-1],[1,-1],[2,-1],[1,-1],[1,-1],[1,0],[1,-2],[1,-2],[1,-3],[2,-1],[1,-1],[0,-1],[0,-1],[1,-1],[2,-2],[1,-1],[1,-2],[0,-1],[-1,-3],[0,-3],[-2,0],[-1,0],[-1,0],[0,1],[0,2],[-1,0],[0,-2],[-1,-1],[-1,-2],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,3],[0,3],[-1,-1],[0,-3],[0,-1],[1,-4],[0,-2],[-1,-2],[-1,0],[-1,-1],[-1,0],[-1,2],[0,1],[0,2],[0,1],[0,2],[0,2],[0,2],[0,2],[1,1],[0,1],[2,1],[1,2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,2],[-2,-1],[-1,-1],[-1,-2],[0,-2],[0,-3],[-1,0],[-1,0],[-2,-4],[0,-8],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[0,-1],[-1,0],[-1,3],[0,1],[-1,3],[0,1],[0,1],[1,1],[1,0],[0,1],[1,1],[0,1],[-2,-2],[-1,0],[-1,0],[0,1],[0,2],[0,1],[0,2],[0,1],[1,2],[1,2],[0,3],[1,0],[3,2],[1,1],[-2,0],[-1,0],[-1,-1],[-1,0],[0,1],[0,1],[1,3],[0,1],[1,1],[1,2],[0,1],[-1,0],[0,-1],[-2,-1],[-1,0],[0,-3],[-1,-2],[0,-2],[-1,-3],[0,-3],[-1,-1],[-1,0],[-1,1],[0,1],[-1,1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-3],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,0],[-2,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,1],[0,1],[0,1],[0,2],[0,1],[0,2],[-1,3],[0,1],[1,3],[1,2],[0,2],[0,1],[-1,1],[0,1],[0,2],[1,2],[0,1],[1,1],[0,1],[1,1],[1,2],[1,2],[0,1],[1,0],[2,0],[0,1],[0,2],[0,1],[2,2],[1,0],[2,1],[0,1],[-1,0],[-1,0],[-2,0],[0,3],[1,1],[2,2],[0,2],[1,2],[0,1],[1,0],[0,1],[1,2],[1,2],[1,1]],[[3291,1870],[0,1],[0,2],[1,1],[2,-1],[2,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,0],[3,0],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[0,-3],[0,-3],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-2],[0,-1],[-1,-2],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[0,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[1,3],[0,3],[0,1],[0,2],[0,1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[1,2],[0,3],[0,3],[-1,3],[0,3],[0,2],[0,1],[0,1]],[[3379,2000],[1,1],[2,0],[1,-1],[2,1],[1,0],[0,1],[1,1],[1,0],[1,-1],[1,0],[0,-1],[1,-2],[1,-1],[0,2],[0,1],[-1,1],[0,1],[-1,0],[-2,1],[1,0],[0,1],[1,0],[1,0],[1,-1],[1,0],[2,1],[2,1],[1,0],[1,0],[1,0],[2,0],[1,0],[0,-1],[1,-1],[0,-3],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,-1],[0,-1],[2,-1],[1,0],[1,0],[2,-1],[1,-1],[-1,0],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[-2,1],[-2,0],[0,1],[-1,0],[-2,0],[0,1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,3],[0,1],[1,1],[1,2],[1,1],[1,1]],[[3388,2018],[0,1],[2,0],[1,0],[0,-1],[0,-1],[0,-1],[1,-2],[1,-1],[0,-1],[-1,-1],[-2,0],[-1,-1],[-2,0],[-1,1],[0,1],[1,0],[1,0],[1,0],[0,1],[0,1],[-1,1],[-1,1],[1,2]],[[3291,1870],[-1,0],[0,-1],[0,-2],[1,-3],[-1,-3],[0,-3],[1,-2],[-1,-1],[0,-2],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-3],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,-2],[0,-1],[-1,1],[0,1],[-3,-2],[-1,-1],[-2,-2],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,2],[0,1],[0,2],[-1,3],[-1,2],[-1,1],[-1,0],[-1,0],[0,-2],[0,1],[0,1],[0,2],[1,0],[1,0],[1,0],[0,1],[1,0],[0,2],[0,2],[1,1],[1,1],[1,1],[0,1],[2,2],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,2],[0,1],[1,2],[1,1],[1,2],[1,2],[-1,1],[0,1],[1,2],[0,1],[1,1],[0,1],[1,2],[1,0],[1,1],[1,1],[1,1],[1,1],[1,0],[2,0],[1,-1],[0,-3],[1,-1]],[[3397,2049],[1,0],[2,-2],[2,-2],[0,-1],[1,0],[0,-1],[0,-1],[1,-2],[1,0],[0,-1],[-1,0],[-1,1],[-1,1],[-2,2],[-1,1],[-1,0],[-1,1],[0,2],[0,1],[0,1]],[[3296,1928],[1,0],[1,-1],[2,-1],[1,-1],[2,0],[1,1],[1,0],[1,-1],[1,0],[1,-1],[2,0],[1,0],[1,-1],[1,0],[2,0],[1,-1],[3,-1],[1,0],[2,-1],[1,0],[2,-1],[1,0],[3,-1],[1,0],[0,-1],[2,0],[1,0],[2,0],[1,-1],[3,-2],[2,-2],[0,-1],[1,0],[2,-1],[2,0],[2,-1],[2,-1],[1,0],[1,-1],[1,-2],[1,-1],[1,0],[1,1],[3,0],[1,0],[1,0],[2,-1],[2,-1],[1,0],[1,-1],[1,-1],[2,-1],[0,-1],[2,-1],[2,0],[2,0],[1,-1],[1,0],[1,-1],[1,-1],[2,0],[1,0],[2,-1],[1,0],[1,1],[2,-1],[2,0],[1,0],[2,-1],[2,-1],[2,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,1],[1,1],[1,1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[-2,0],[-2,0],[-1,-2],[2,1],[2,-1],[1,-1],[-1,-1],[0,-2],[-1,-2],[0,-2],[0,-1],[-1,0],[0,-1],[-1,-1],[1,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-2,0],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[0,1],[-1,2],[-1,0],[1,1],[1,0],[2,-2],[0,-1],[0,-1],[1,0],[0,2],[0,1],[-1,1],[-1,0],[-1,0],[-1,1],[1,2],[0,1],[0,2],[1,5],[0,2],[1,2],[0,1],[0,1],[-1,-1],[0,-2],[0,-1],[-1,0],[-1,-1],[-1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-2],[0,-1],[-1,0],[0,2],[-1,0],[-1,0],[1,-1],[0,-1],[0,-1],[-1,0],[-1,1],[-1,1],[-1,1],[-2,2],[-1,1],[-2,3],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,4],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,0],[-1,1],[-2,1],[-2,1],[-1,1],[-2,0],[-1,3],[-1,0],[0,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[-1,-1],[-2,0],[-2,-1],[-1,0],[-2,-1],[-2,-1],[2,1],[1,0],[2,0],[1,1],[1,-1],[1,0],[0,1],[1,0],[2,1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[1,-1],[1,0],[1,-1],[2,-1],[0,-1],[1,0],[0,-1],[-1,0],[0,-2],[-1,-2],[-1,-2],[0,-2],[-1,-1],[0,-2],[0,-2],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,0],[0,2],[0,1],[-1,-1],[0,-2],[1,-2],[1,-1],[0,-1],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-2,3],[0,2],[-1,-3],[0,-1],[-1,-2],[1,-2],[0,-2],[1,-2],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,1],[-1,1],[-1,0],[-1,1],[-2,2],[0,1],[-1,1],[-1,3],[-1,0],[0,2],[0,1],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,3],[0,3],[0,1],[-1,1],[0,4],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[1,-2],[0,-2],[0,-2],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,0],[0,-1],[-1,0],[-3,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[-1,1],[-2,1],[-1,0],[-1,0],[-1,1],[-1,2],[0,1],[-1,1],[-1,0],[-1,1],[0,2],[-1,1],[1,2],[0,1],[-1,1],[0,1],[-1,-1],[0,-1],[1,-2],[0,-1],[-1,1],[-1,1],[-1,1],[-1,2],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,1],[0,1],[0,2],[1,1],[0,1],[1,2],[1,1],[0,1],[1,0],[2,1],[2,0],[1,1],[1,0],[1,1],[2,2],[1,1],[3,1],[1,1],[1,1],[2,0],[0,1],[1,1],[2,1],[1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-2,0],[-2,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,1],[0,1],[1,0],[1,1],[0,2],[0,3],[1,2],[0,1],[0,3],[-1,0],[-1,0],[0,-3],[-1,-3],[0,-3],[0,-2],[0,-1],[0,-3],[-1,-1],[-1,-1],[-1,0],[0,1],[0,1],[0,-1],[-2,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-2,-1],[-1,0],[0,1],[1,1],[1,2],[1,0],[0,1],[1,1],[0,1],[-1,0],[0,1],[1,0],[2,2],[1,1],[0,1],[1,1],[0,1],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,1],[-1,-1],[-1,0],[-1,1],[0,1],[-1,3],[-1,1],[0,2],[-1,1],[1,2],[-1,1],[-1,0],[-2,-1],[-2,0],[0,1],[-1,1],[-1,2],[-1,1],[-1,2],[-1,1],[-1,3],[-1,0],[-1,1],[-1,-1],[0,-1],[0,-1],[-2,1],[0,1],[0,1],[0,1],[0,2],[1,0],[0,2],[0,2],[-1,1],[0,2],[-1,1],[0,1],[0,1],[1,1],[0,1],[0,2],[0,2],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1]],[[3241,1860],[1,1],[0,-1],[1,-1],[1,0],[0,1],[1,0],[1,2],[0,2],[0,1],[1,0],[1,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-4],[0,-3],[-1,-2],[0,-1],[-1,-2],[-1,-1],[-2,1],[0,1],[-2,2],[-1,3],[-1,2],[0,1],[-1,1],[1,0],[0,1],[0,2],[1,0]],[[3282,1923],[1,2],[1,2],[1,0],[0,-2],[1,-2],[0,-1],[1,-2],[0,-1],[2,-2],[0,-1],[1,-2],[-1,-2],[0,-2],[1,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-3],[2,-2],[1,-2],[1,0],[0,-1],[2,-3],[2,-2],[1,-1],[2,0],[1,-1],[1,-1],[1,-1],[0,-1],[1,-3],[0,-1],[-2,0],[-1,0],[-1,0],[-1,-1],[-3,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-2,1],[0,1],[0,2],[0,4],[-1,1],[-1,1],[-1,3],[0,1],[-1,1],[0,2],[-1,1],[0,1],[-1,1],[0,3],[0,1],[-2,3],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[0,2],[0,1],[1,3],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,2],[1,1],[1,2],[1,2]],[[3257,1913],[2,1],[0,1],[1,1],[2,0],[1,0],[1,0],[1,-1],[2,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[1,-1],[-1,-2],[0,-1],[1,-1],[0,-2],[1,-1],[1,-1],[0,-1],[1,-2],[0,-2],[0,-2],[0,-1],[0,-1],[1,-2],[1,0],[1,0],[2,-2],[0,-1],[0,-1],[1,-3],[0,-1],[0,-1],[-1,0],[-1,-2],[-2,-1],[-1,-2],[-1,-1],[-1,0],[0,-1],[-1,-1],[-2,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-4],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,2],[-2,3],[0,1],[-1,1],[0,1],[1,3],[1,1],[1,1],[1,1],[0,1],[1,3],[1,5],[0,1],[-1,-2],[0,-2],[-1,0],[-1,-2],[-2,-2],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-2],[-1,-2],[0,-2],[1,-1],[2,-2],[0,-1],[1,-1],[0,-2],[0,-3],[0,-2],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,-2],[-1,-2],[0,-1],[-1,-2],[0,-1],[-2,0],[-1,0],[-1,2],[0,2],[0,1],[0,1],[0,2],[1,1],[1,1],[1,2],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[1,2],[0,2],[0,2],[1,1],[1,1],[0,1],[1,0],[-1,1],[-1,-1],[0,-1],[-1,0],[0,1],[1,1],[0,1],[0,2],[1,2],[0,3],[0,4],[1,4],[1,2],[1,2],[0,1],[0,1],[2,3],[0,1],[1,3],[0,2],[0,-1],[-1,0],[0,-2],[-1,-1],[-1,-2],[0,-2],[0,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[0,-1],[-1,-3],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-3],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[-2,-1],[-1,0],[-1,1],[0,1],[-1,3],[0,1],[0,1],[-1,1],[0,1],[1,1],[1,2],[1,4],[1,2],[1,3],[1,3],[0,2],[0,1],[0,4],[0,4],[0,1],[-1,-1],[0,1],[0,1],[0,2],[1,2],[1,1],[0,1],[0,1],[0,1],[0,2],[0,1]],[[3425,2169],[1,0],[1,1],[1,1],[1,0],[1,1],[1,0],[0,2],[0,1],[1,1],[1,1],[0,-1],[2,1],[1,2],[1,0],[2,0],[0,-1],[0,-1],[1,-1],[1,0],[0,1],[1,0],[0,1],[1,-1],[1,0],[0,-1],[1,0],[2,1],[1,1],[2,0],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[1,1],[1,-1],[2,0],[1,-1],[0,-1],[2,1],[1,0],[1,0],[1,-2],[-1,-2],[0,-1],[-1,-1],[-1,0],[1,1],[-1,1],[0,1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-2],[-1,-1],[-1,-1],[-1,1],[-1,0],[-1,-3],[-1,-1],[-1,-2],[-2,0],[-1,-1],[-2,1],[0,1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,1],[-1,1],[-2,0],[-1,0],[0,1],[0,1],[-1,0],[-2,1],[-1,0],[0,-1],[-1,0],[-3,1],[-1,2],[-1,0],[2,1]],[[3199,1886],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[1,-2],[2,-1],[0,-1],[1,-1],[1,-1],[-1,-1],[0,1],[-1,1],[-1,-1],[-1,1],[0,1],[-1,1],[-1,0],[1,-1],[1,-1],[0,-1],[0,-1],[-2,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1]],[[3201,1898],[1,0],[1,-1],[1,1],[1,0],[1,-1],[1,0],[0,-3],[1,-3],[0,-1],[1,-3],[0,-1],[1,-1],[1,-2],[1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[1,-1],[-1,-1],[-2,1],[-1,1],[-2,2],[-1,1],[0,1],[-1,1],[-1,2],[-1,2],[-2,2],[0,1],[-1,1],[-1,3],[0,1],[0,1],[1,2],[0,1]],[[3171,1871],[1,0],[2,0],[1,0],[0,-1],[1,-1],[2,0],[0,-1],[-1,0],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,3],[0,1],[1,1],[-1,2],[0,2]],[[3503,2403],[2,1],[1,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[-3,0],[0,1],[-1,2],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,1],[1,1]],[[3164,1933],[0,-1],[0,-2],[1,0],[0,-1],[2,0],[2,0],[1,-1],[0,-1],[-1,-1],[-1,-3],[0,-1],[0,-1],[0,-2],[1,0],[-1,-1],[0,-1],[-1,1],[-1,1],[0,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,0],[-1,1],[-1,1],[0,1],[0,2],[0,4],[1,3],[1,2],[1,1],[1,2],[0,1],[0,2],[1,2]],[[3500,2419],[1,1],[2,1],[1,1],[1,0],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[-2,0],[0,1],[0,1],[1,0],[0,1],[1,1]],[[3507,2429],[1,1],[1,1],[0,1],[1,1],[1,1],[1,0],[2,1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-2],[-1,-3],[-1,0],[-3,0],[-1,0],[1,0],[0,2],[1,1],[2,2]],[[3199,2023],[1,0],[0,-1],[1,-3],[1,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,-3],[-1,-2],[0,-1],[-1,-1],[0,-2],[0,-3],[-2,-4],[-1,-2],[0,-1],[-1,-2],[-1,-1],[-2,-2],[-1,-2],[-1,-2],[0,-1],[-2,-2],[-1,-1],[-2,-3],[-2,-3],[-1,0],[0,1],[1,4],[0,1],[0,2],[1,2],[1,3],[2,3],[1,2],[0,1],[-1,1],[0,1],[0,1],[1,1],[1,0],[2,-1],[1,1],[0,1],[1,1],[1,2],[-1,0],[0,-1],[0,-1],[0,1],[0,2],[2,1],[1,1],[1,1],[1,3],[0,1],[0,2],[-1,4],[0,3],[0,2],[1,0],[0,3],[0,1],[1,2],[1,2],[0,1],[0,1],[1,0]],[[3178,2017],[2,0],[2,1],[1,0],[1,0],[1,-1],[1,0],[2,1],[2,0],[0,1],[0,1],[1,0],[2,-1],[1,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-2],[-1,-3],[0,-4],[-1,-2],[-1,-3],[-1,-1],[-2,-2],[-2,-2],[-1,-1],[0,-1],[-1,2],[-1,2],[0,1],[-1,2],[-1,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,3],[0,2],[1,2],[-1,2],[-1,1],[-1,0],[1,1]],[[3167,2010],[1,1],[2,-1],[2,1],[2,1],[0,1],[1,0],[1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-2],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[1,0]],[[3518,2509],[1,-1],[1,1],[1,1],[1,1],[1,0],[1,0],[-1,-4],[0,-1],[-1,-1],[-1,-1],[1,-2],[0,-1],[-1,-2],[-1,0],[-1,-2],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,2],[0,1],[1,1],[2,1],[1,0],[0,-1],[-1,-1],[0,-1],[2,-1],[0,-1],[0,-1],[-1,-3],[-2,-2],[-2,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-2],[1,-1],[1,1],[0,1],[1,0],[1,0],[-1,0],[0,-1],[0,-1],[1,0],[0,1],[1,1],[2,0],[1,-2],[-1,-3],[-1,-1],[-2,0],[-1,-2],[-2,-1],[-1,0],[-2,1],[-1,0],[-1,0],[-2,-1],[0,-1],[-1,0],[-1,0],[-3,-1],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[1,1],[1,1],[1,2],[1,2],[1,1],[1,1],[1,2],[1,1],[0,1],[1,0],[1,0],[1,0],[1,1],[0,3],[0,1],[0,2],[1,1],[0,1],[1,2],[-1,0],[0,2],[0,1],[0,1],[1,3],[1,2],[1,3],[1,0]],[[3154,1998],[1,2],[3,1],[1,0],[1,0],[1,-1],[2,-2],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[0,-2],[1,0],[2,0],[0,1],[0,1],[0,1],[-1,2],[1,1],[0,1],[1,0],[1,1],[2,0],[1,0],[1,0],[1,-1],[1,-2],[1,-1],[2,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,-2],[0,-2],[-1,-3],[-1,-2],[0,-3],[1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,1],[-1,1],[-1,-1],[-1,-1],[-1,-3],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-1,-3],[-2,-3],[-1,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,1],[0,1],[1,0],[0,1],[0,2],[0,1],[1,0],[0,2],[1,1],[1,0],[3,1],[0,1],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[0,2],[0,3],[0,1],[0,1],[0,1],[0,1],[0,2],[1,2],[1,2],[1,3],[0,1],[0,1],[0,2],[0,1],[1,2],[0,1],[-1,0],[1,3],[0,1],[0,3],[0,1],[0,2],[0,3],[-1,1],[0,1],[0,2],[1,1],[0,2],[-1,4],[0,3],[0,2],[1,1]],[[3144,1998],[0,-1],[1,-2],[1,-4],[-1,-3],[1,-1],[0,-2],[1,-2],[0,-2],[1,-1],[0,-3],[-1,0],[0,1],[-1,1],[0,2],[-1,1],[0,2],[-2,2],[-1,1],[-1,2],[0,1],[0,1],[0,1],[1,3],[1,1],[0,2],[1,0]],[[3152,2031],[1,1],[1,0],[1,0],[0,-2],[0,-2],[0,-3],[0,-3],[0,-3],[0,-1],[-1,0],[-2,-1],[-1,0],[-1,-1],[0,-1],[1,-3],[-1,-1],[-2,0],[-2,0],[-2,1],[0,1],[0,2],[1,0],[1,2],[1,1],[1,1],[2,1],[0,1],[0,1],[0,1],[0,1],[0,4],[0,1],[1,1],[1,1]],[[3154,2042],[2,1],[1,1],[2,3],[0,1],[1,0],[0,1],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-2],[0,-1],[0,-1],[0,-3],[-1,-2],[-1,-1],[-1,-1],[-1,1],[0,1],[0,1],[-2,1],[0,1],[1,2],[1,1]],[[3513,2580],[2,1],[1,1],[1,0],[1,0],[1,-1],[0,-1],[-1,0],[-1,-1],[1,0],[1,-1],[1,0],[1,-1],[0,1],[0,-1],[0,-1],[-1,-2],[-1,1],[-2,-1],[-1,-1],[-1,2],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[1,0]],[[3106,2017],[1,1],[1,0],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[-2,-1],[-1,1],[-1,1],[-1,1],[1,1]],[[3511,2599],[1,0],[1,-1],[0,-3],[2,0],[1,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-2],[-1,-2],[1,-3],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,1],[0,1],[-1,1],[-3,0],[0,1],[-2,2],[-1,1],[0,1],[2,3],[1,1],[0,2],[1,1]],[[3102,2027],[2,-1],[0,-1],[1,-1],[-1,-2],[-2,-1],[-2,0],[0,1],[-1,1],[0,1],[0,1],[2,2],[1,0]],[[3107,2049],[1,0],[1,0],[0,2],[1,1],[1,0],[0,-1],[1,-2],[1,-3],[1,-3],[0,-1],[-2,-1],[-1,0],[-1,0],[-1,1],[0,1],[-2,0],[-1,1],[0,1],[-1,0],[-1,1],[0,1],[1,1],[0,1],[2,0]],[[3520,2655],[1,1],[2,-1],[1,0],[1,0],[2,0],[-1,-4],[0,-1],[-1,1],[-1,1],[-2,1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[2,0],[1,0],[0,-1],[1,0],[-1,-1],[-1,-2],[-2,2],[-1,1],[-1,-1],[1,-1],[-1,0],[-1,1],[0,2],[-1,0],[-1,0],[-1,1],[-1,0],[0,1],[0,2],[-1,0],[0,1],[1,1],[1,0],[0,3],[1,0]],[[3085,2058],[0,1],[1,0],[1,0],[1,0],[1,0],[0,-1],[0,-2],[1,0],[1,0],[0,1],[1,0],[1,-3],[0,-2],[-1,0],[0,-1],[-1,1],[-2,0],[-1,-1],[-2,-2],[-2,-1],[-1,0],[-1,0],[1,1],[0,1],[1,0],[2,1],[1,1],[1,2],[0,1],[0,1],[-1,0],[-2,-1],[-1,0],[-1,0],[0,1],[1,1],[1,1]],[[3084,2092],[1,1],[1,1],[1,0],[0,1],[1,0],[2,0],[1,1],[1,1],[1,0],[1,1],[2,0],[2,-1],[1,1],[1,0],[1,0],[1,-1],[2,-1],[1,0],[0,-2],[0,-2],[0,-3],[-1,-3],[-2,0],[-1,-1],[-1,-1],[-1,0],[0,1],[1,0],[0,1],[0,1],[-1,1],[-1,0],[0,-2],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,-2],[0,-1],[-2,-1],[-1,-2],[-1,0],[0,1],[-2,0],[-1,-1],[-1,2],[0,1],[0,1],[0,2],[0,1],[0,2],[-1,1],[1,1],[1,3],[1,1]],[[3074,2080],[1,1],[1,1],[0,1],[1,1],[1,2],[1,0],[0,-1],[-1,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[0,1],[1,0],[0,-1],[0,-1],[-1,-1],[-2,0],[-2,-1],[0,1],[-1,1],[1,1]],[[3084,2095],[1,1],[0,1],[1,1],[-1,1],[1,0],[2,1],[1,0],[0,-1],[-1,-3],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[0,1],[-1,1],[1,1],[1,0]],[[3511,2702],[2,-1],[2,-1],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,2],[0,1],[0,3],[0,1],[0,3],[0,1],[0,1],[1,0]],[[3098,2120],[1,0],[1,-1],[1,0],[1,1],[1,0],[0,1],[1,0],[1,-1],[-1,-2],[0,-1],[-1,-1],[-1,0],[-1,-1],[-2,1],[-1,1],[0,1],[0,1],[0,1]],[[3063,2072],[1,0],[1,1],[1,0],[1,1],[2,-1],[0,-2],[-2,-1],[-1,0],[-2,0],[-1,0],[0,1],[0,1]],[[3091,2121],[1,-2],[0,-1],[1,-1],[-1,0],[0,-2],[-1,-1],[-1,-1],[0,-2],[-1,0],[-1,1],[-1,1],[1,1],[1,1],[0,2],[1,1],[0,1],[0,1],[1,1]],[[3060,2099],[2,1],[2,0],[1,1],[1,0],[1,1],[2,0],[1,1],[2,1],[2,0],[1,1],[1,0],[1,0],[2,1],[1,0],[1,1],[1,0],[3,0],[1,0],[1,0],[2,0],[1,0],[1,0],[3,0],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[-2,2],[-1,1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,1],[-1,0],[-2,1],[0,-1],[1,0],[1,-1],[0,-2],[0,-1],[0,-2],[0,-3],[0,-1],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-2,1],[0,1],[0,1],[1,1],[1,1],[0,3],[-1,1],[-1,-2],[-2,-2],[0,-1],[-1,1],[-2,1],[0,1],[1,0],[1,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[1,2],[0,1],[1,0]],[[3089,2145],[1,0],[1,1],[2,0],[2,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,-1],[0,-3],[0,-1],[0,-1],[-1,-2],[-2,1],[-1,1],[0,1],[0,1],[-1,1],[0,2],[1,2],[0,1],[1,3],[0,3],[1,1]],[[3465,2690],[1,1],[2,0],[0,-1],[2,-1],[1,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[1,-1],[1,0],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,1],[-1,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,2],[-1,2],[0,1],[-2,3],[1,1]],[[3497,2751],[2,0],[2,0],[2,-1],[1,0],[2,0],[0,-1],[1,-1],[-1,-1],[-1,-1],[-2,0],[0,-1],[2,-2],[1,0],[1,1],[1,0],[0,-2],[1,-1],[1,-1],[1,0],[0,1],[0,2],[0,3],[0,1],[0,2],[0,1],[1,1],[1,2],[2,0],[1,-1],[0,-1],[0,-1],[1,-1],[2,-2],[1,-2],[-1,-1],[-1,-1],[-1,0],[1,-3],[1,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,2],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[2,1],[1,0],[1,1],[1,0],[1,-1],[1,0],[0,-3],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[2,-1],[1,-1],[-1,-1],[-2,0],[0,-2],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,1],[-1,0],[-2,0],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[-2,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,2],[-1,2],[-1,3],[0,2],[-1,2],[0,1],[0,2],[0,3],[0,1],[0,3],[0,2],[-1,1],[-1,1],[-1,1],[0,1],[0,1]],[[3050,2116],[1,0],[1,0],[1,1],[0,1],[1,1],[1,2],[1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[0,1]],[[3457,2699],[1,0],[1,-1],[2,-1],[1,-1],[1,-2],[0,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[1,0]],[[3573,2858],[1,1],[0,-1],[1,-1],[0,-1],[0,-3],[0,-1],[0,-2],[-1,0],[0,-1],[-1,0],[-1,1],[0,2],[0,1],[0,2],[0,1],[1,2]],[[3594,2887],[1,0],[1,0],[1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-2],[-1,-1],[-1,-1],[0,-2],[-1,-1],[0,1],[0,3],[0,1],[0,1],[0,1],[1,2],[1,0],[0,1],[0,1]],[[3050,2137],[2,2],[2,2],[1,0],[1,0],[1,-1],[2,-1],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-2,0],[-1,-2],[-1,0],[-1,1],[-1,1],[0,1],[1,1]],[[3507,2791],[2,1],[1,1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[0,-3],[-1,0],[-1,-1],[-3,1],[-2,2],[0,1]],[[3502,2785],[3,2],[2,0],[1,0],[2,-1],[2,1],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,0],[-3,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[1,-2],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[2,0],[1,-1],[1,0],[1,-1],[1,1],[2,1],[1,0],[1,-1],[-1,-1],[0,-2],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-3,1],[-1,2],[0,1],[-1,1],[0,1],[0,1],[-1,0],[0,-1],[0,1],[0,1],[-1,0],[1,1],[1,2],[0,1],[1,1]],[[3068,2173],[1,2],[2,1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,-2],[0,1],[0,2],[0,1],[1,1],[1,2],[2,2]],[[3028,2112],[2,0],[1,0],[1,0],[1,0],[2,1],[1,-1],[1,-2],[1,-2],[1,-1],[1,-2],[0,-1],[-1,-1],[0,-1],[2,-2],[0,-1],[0,-2],[0,-1],[1,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-2,1],[-1,2],[-1,1],[0,1],[-1,0],[-1,0],[-1,1],[1,1],[1,0],[1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,0],[0,1],[-1,0],[0,1],[-1,1],[-2,0],[0,1],[0,1],[0,2],[1,2],[2,1]],[[3030,2121],[1,0],[1,1],[2,2],[1,0],[1,1],[1,0],[1,-1],[1,1],[1,1],[1,2],[2,1],[2,1],[0,1],[1,1],[0,1],[0,1],[1,1],[1,1],[1,-1],[1,-1],[0,-1],[0,-3],[1,-2],[1,-2],[1,-2],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-3,-2],[-1,0],[-1,0],[0,-1],[-2,-1],[0,-2],[-1,-1],[-1,0],[-1,1],[-1,0],[-2,1],[-1,0],[-1,1],[-1,1],[0,-1],[0,-2],[-1,0],[-1,0],[-2,0],[-1,1],[-1,0],[-1,-1],[-1,0],[1,2],[0,1],[3,1],[1,-1],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,1],[-1,1],[1,1],[0,1]],[[3537,2840],[2,1],[1,1],[2,-2],[0,-1],[2,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[0,-1],[1,-2],[-1,-2],[-1,-1],[-2,2],[-2,1],[-1,-1],[0,-1],[1,-1],[1,-1],[2,-2],[1,-1],[2,1],[1,0],[0,1],[1,0],[1,0],[1,0],[2,0],[0,1],[1,1],[1,1],[1,0],[-2,-3],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-2,-1],[-1,1],[-1,0],[-1,0],[0,1],[-2,-1],[-1,0],[-1,1],[-1,1],[0,1],[0,2],[0,1],[0,4],[-1,3],[0,3],[-1,1],[0,2],[0,1],[1,1]],[[3581,2897],[1,1],[1,1],[1,-1],[1,0],[1,0],[1,1],[1,1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,1],[1,1],[1,1],[1,0],[1,-1],[1,-1],[1,-1],[0,-2],[0,-1],[-2,-1],[0,-2],[0,-2],[0,-1],[-1,-3],[-1,-2],[-1,-2],[-1,1],[-1,0],[0,-2],[1,-2],[1,-1],[0,-1],[-1,-3],[-1,-2],[-1,-2],[0,-1],[0,-2],[-1,-1],[-1,-2],[-1,-3],[0,-2],[-1,-3],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,3],[0,1],[1,1],[1,1],[0,1],[0,1],[0,1],[1,1],[1,1],[1,1],[0,2],[-1,1],[0,1],[1,1],[1,1],[0,2],[1,0],[1,2],[1,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-2,0],[0,1],[-1,1],[-1,2],[-1,-1],[0,-1],[2,-2],[1,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-2,-3],[-1,-2],[-1,-1],[-1,0],[0,-1],[-1,1],[0,1],[1,2],[0,3],[1,2],[0,1],[0,1],[1,1],[0,2],[1,2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,1],[-1,2],[0,2],[0,3],[0,1],[0,1],[0,1],[1,0]],[[3048,2154],[1,1],[1,1],[1,1],[1,0],[1,1],[1,0],[2,0],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-2,-3],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,2],[-1,2],[2,1]],[[3014,2108],[1,2],[1,0],[1,1],[3,0],[0,-1],[0,-2],[0,-1],[-1,-3],[-2,1],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,1],[-1,1],[0,1],[1,0],[0,-1],[0,2],[-1,0],[2,1]],[[3036,2144],[1,2],[1,0],[1,1],[1,1],[1,1],[1,0],[1,0],[1,-1],[1,-1],[1,0],[1,0],[1,0],[1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,-2],[1,0],[1,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-1,-2],[0,-1],[-1,0],[-2,0],[-2,0],[0,2],[0,2],[-1,1],[1,2],[1,1],[0,2],[0,1],[1,0]],[[3022,2133],[2,2],[0,1],[1,0],[1,1],[1,0],[1,1],[2,0],[1,-1],[0,-1],[-1,0],[0,-2],[-1,-2],[-1,-1],[-1,-2],[-1,0],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[0,1]],[[3620,2967],[1,1],[1,0],[1,1],[1,0],[0,1],[1,0],[1,-1],[0,-1],[1,0],[0,-2],[0,-1],[-1,-1],[1,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1]],[[3585,2927],[2,1],[1,1],[1,2],[1,1],[1,1],[1,1],[1,0],[2,0],[1,1],[1,1],[1,0],[2,0],[1,0],[2,0],[1,0],[1,0],[0,-2],[-1,-1],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[1,-1],[2,-1],[2,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[1,0],[1,0],[1,0],[-1,-3],[0,-1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,-2],[-1,-1],[-1,0],[0,1],[-1,1],[-2,0],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,1],[-2,0],[-1,2],[-3,1],[0,1],[-2,1],[-1,2],[0,2],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1]],[[3467,2779],[1,1],[1,1],[0,1],[1,1],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,1],[1,1],[1,-1],[0,-1],[1,-1],[-1,0],[-1,1],[0,-1],[-1,0],[1,-1],[1,-2],[0,-1],[1,0],[1,0],[1,-1],[1,-1],[2,-1],[1,-1],[0,-1],[-1,-1],[-1,0],[-2,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,2],[-2,3],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[0,1],[-2,2],[-1,1],[0,1],[-1,1],[0,1]],[[3567,2912],[1,0],[1,0],[2,-1],[1,-1],[1,-1],[0,-2],[2,-1],[0,-1],[0,-2],[-1,0],[-2,0],[-1,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[1,1],[1,1],[0,1]],[[3010,2127],[2,1],[1,1],[1,-1],[0,-1],[-1,-1],[0,-2],[1,-1],[1,0],[1,1],[0,2],[1,3],[0,1],[-1,0],[-1,1],[0,-1],[0,-1],[-1,-1],[-1,1],[1,1],[2,2],[1,0],[2,0],[1,0],[1,-1],[-1,-1],[1,-1],[0,-1],[1,0],[1,0],[1,-1],[1,0],[-1,-3],[-1,-2],[-2,1],[-1,-1],[0,-2],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,1],[-2,0],[-2,2],[0,-1],[0,-1],[1,-1],[-1,-1],[-1,-1],[-1,1],[0,1],[-2,3],[-1,0],[1,1],[1,1],[2,1],[0,2],[-1,0],[0,1],[1,1]],[[3455,2773],[0,1],[1,0],[1,0],[1,0],[2,0],[2,-1],[1,0],[-1,-2],[-1,-1],[-1,1],[-1,0],[-1,0],[-1,0],[-2,0],[0,1],[-1,1],[1,0]],[[2996,2114],[2,2],[1,1],[1,0],[1,0],[2,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[0,-2],[-1,0],[0,1],[-1,1]],[[3659,3039],[2,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[-1,0],[-1,1],[-1,2],[0,2],[0,1],[1,1]],[[3494,2832],[0,-1],[0,-2],[1,0],[0,-1],[2,0],[1,1],[1,0],[2,0],[1,1],[2,1],[1,0],[1,2],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[2,0],[1,0],[1,0],[1,0],[1,0],[2,-1],[1,-1],[2,-2],[1,-1],[2,-1],[0,-1],[1,0],[2,0],[1,1],[1,-2],[2,-1],[2,0],[1,0],[2,-2],[1,-2],[0,-1],[1,0],[1,-1],[1,-1],[-1,-1],[-2,1],[-1,1],[-2,1],[-1,0],[-1,0],[-1,0],[-1,2],[-1,1],[-1,0],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[2,0],[0,-1],[2,0],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[2,-1],[1,0],[1,0],[1,1],[1,1],[0,1],[1,0],[1,1],[1,0],[2,-1],[0,-1],[1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,1],[-1,0],[-2,0],[-1,1],[-1,1],[-1,2],[-1,1],[0,3],[0,1],[-1,1],[-1,0],[0,1],[-2,0],[-1,0],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-2,-1],[0,-1],[1,-1],[3,0],[3,0],[2,0],[2,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,1],[2,1],[2,1],[1,0],[0,-1],[1,-1],[1,-2],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,-1],[0,-1],[1,-2],[1,0],[1,-1],[2,-2],[-2,0],[-1,-1],[-1,0],[-1,2],[0,1],[-2,1],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,2],[0,1],[0,1],[0,2],[-2,1],[-1,2],[-1,0],[-1,0],[-2,0],[-1,0],[-2,1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-1,0],[0,1],[1,3],[-1,2],[1,4],[0,1],[-1,0],[-1,-1],[-2,-3],[0,-2],[0,-1],[0,-1],[-2,-2],[0,-1],[-1,1],[-2,0],[0,2],[-2,0],[-1,-2],[-1,-1],[0,-1],[1,0],[0,1],[-1,0],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-2,0],[-1,1],[0,1],[-1,3],[-1,1],[0,1],[-1,2],[-1,3],[0,1],[0,3],[0,1],[0,1],[0,1],[1,1],[1,2],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[1,0],[0,1],[1,2],[1,2],[1,1],[1,1],[1,1],[2,3],[1,2],[0,2],[1,1],[1,1]],[[3649,3036],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,-3],[1,-1],[-1,-2],[0,-2],[-1,0],[-1,0],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,2],[1,2],[2,2]],[[3044,2206],[1,1],[2,1],[1,0],[1,1],[1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-2,-1],[-1,-2],[1,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,2],[0,1],[0,1],[1,3],[0,1],[2,0],[1,1],[1,1],[-1,2],[1,2]],[[3007,2150],[2,1],[1,1],[1,1],[1,1],[1,1],[1,0],[1,0],[1,-1],[1,-1],[1,0],[1,0],[0,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[1,1],[1,1],[2,1],[1,1],[1,0],[0,-1],[2,-2],[0,-1],[1,-1],[1,0],[0,1],[-1,1],[-1,3],[0,2],[0,3],[1,1],[0,1],[1,0],[1,1],[1,0],[1,0],[1,1],[1,-1],[2,0],[1,-1],[0,-1],[1,1],[1,0],[-1,1],[-1,2],[-1,0],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[1,0],[2,0],[1,1],[0,1],[1,1],[2,1],[1,0],[2,2],[2,1],[1,1],[1,1],[0,1],[0,1],[1,0],[1,1],[1,0],[2,1],[2,3],[1,1],[2,1],[0,1],[2,1],[3,0],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[0,-2],[0,-1],[1,0],[1,0],[1,1],[2,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-2],[-1,-1],[-1,-1],[0,-1],[-2,-2],[-1,-1],[-2,-1],[-2,-1],[-1,2],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,1],[-1,1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-2,-2],[0,-1],[-2,-2],[0,-2],[-1,0],[-1,1],[-1,2],[-2,2],[0,2],[-1,0],[-1,1],[-1,1],[-1,2],[-1,1],[1,-2],[0,-1],[1,-2],[1,-1],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,2],[-1,0],[-1,-1],[-1,-3],[-2,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-3],[-1,0],[-2,-2],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,-2],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-1,1],[1,0],[-1,1],[-2,1],[-1,1],[-2,2],[-1,2],[-1,0],[0,-1],[1,-1],[0,-1],[-2,0],[0,1],[0,1],[2,2],[1,2],[1,0],[0,1],[-1,1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[1,1],[1,1],[0,2],[0,1],[0,1],[1,1]],[[3593,2973],[1,0],[0,-1],[1,0],[1,-2],[1,0],[2,-1],[0,-1],[1,0],[2,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,-3],[0,-1],[0,-1],[0,-2],[0,-1],[1,-2],[1,1],[0,1],[0,1],[-1,2],[-1,2],[0,1],[1,0],[1,0],[1,-1],[2,-2],[1,-1],[1,-2],[0,-1],[1,-1],[1,-1],[2,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-2,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-3,0],[0,1],[-2,1],[-1,1],[-1,0],[0,-1],[0,-1],[2,-1],[1,0],[2,-2],[1,0],[1,0],[1,0],[2,-1],[2,0],[2,-1],[0,-1],[-1,0],[-1,0],[1,-1],[1,-1],[1,0],[1,0],[1,-1],[2,-2],[1,-1],[1,0],[1,-2],[-1,-1],[-1,1],[-1,0],[-1,-1],[-1,-2],[-1,0],[-2,0],[-2,0],[-1,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,1],[-1,1],[0,1],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,2],[-1,2],[-1,3],[-1,2],[0,1],[-1,1],[-1,0],[-1,1],[0,3],[-1,1],[0,3],[1,0],[0,2],[1,1],[0,-1],[1,1],[1,2],[0,1],[0,1],[-1,2],[0,2],[0,1]],[[3641,3034],[1,0],[1,0],[1,0],[1,0],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[1,0],[1,0],[1,1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,0],[-1,0],[-1,1],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[1,2],[-1,1],[0,1],[0,1],[-3,2],[1,0]],[[3002,2146],[1,1],[1,1],[1,0],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-2],[-2,-1],[-1,0],[0,1],[0,1],[0,1],[1,3],[0,1]],[[3650,3048],[1,0],[2,1],[1,0],[1,0],[1,-1],[0,-1],[1,-3],[-1,-2],[-1,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,1],[1,2],[0,1],[1,1],[-1,0],[0,1]],[[2984,2121],[2,1],[1,0],[1,0],[1,-1],[1,-3],[-1,-1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[-1,1],[0,1],[1,0]],[[3045,2219],[1,0],[2,-1],[1,0],[0,-1],[0,-2],[-1,-1],[-2,-1],[-1,-2],[-1,-1],[-1,0],[0,1],[0,3],[0,1],[0,1],[1,0],[1,3]],[[2985,2127],[1,1],[1,1],[0,1],[2,1],[0,1],[1,1],[1,1],[2,2],[1,1],[0,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,-2],[1,0],[0,1],[2,2],[-1,1],[0,1],[0,2],[2,2],[2,1],[2,0],[-1,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[-1,0],[0,-1],[-2,-2],[0,-1],[1,1],[1,1],[0,1],[1,1],[1,2],[1,1],[1,1],[1,0],[1,0],[1,-2],[1,-1],[-1,-2],[-1,0],[-1,1],[-1,1],[-1,1],[0,-1],[0,-2],[1,-1],[1,-3],[0,-1],[-1,0],[-2,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[-1,1],[1,0]],[[3681,3095],[1,0],[1,0],[2,-1],[1,-2],[1,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,1],[0,1],[0,1],[-1,0],[-1,1],[0,1],[0,2],[-1,-1],[-1,1],[0,1],[0,1],[1,1],[0,1]],[[3650,3067],[1,1],[1,0],[2,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[0,1],[1,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[-2,2],[-1,0],[-1,-1],[-2,0],[-2,0],[-1,1],[-1,0],[-1,0],[-1,1],[0,1],[-1,2],[0,2],[-1,1],[0,1],[1,1],[1,0]],[[3689,3122],[3,0],[1,0],[0,-2],[0,-1],[0,-1],[-1,-1],[-2,-2],[-1,0],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[1,0]],[[3021,2209],[1,-1],[2,-1],[2,-1],[3,-2],[2,-1],[2,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[-1,2],[0,2],[-1,0],[-1,0],[0,-1],[1,-1],[1,-2],[1,-2],[0,-1],[0,-1],[1,-2],[1,-3],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,2],[0,1],[1,2],[0,2],[0,2],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,2],[-1,3],[0,2],[0,2],[-1,1],[1,0]],[[2972,2139],[0,-1],[2,-1],[2,-1],[1,0],[1,1],[0,1],[1,1],[1,0],[1,0],[1,-1],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-2,0],[0,-1],[-2,0],[-1,0],[0,1],[0,2],[-1,1],[0,1],[0,1],[0,1],[1,0]],[[2965,2134],[1,0],[1,1],[1,1],[1,1],[1,-1],[0,-1],[1,-3],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[0,1],[0,1]],[[2965,2146],[1,-1],[1,0],[1,-2],[1,-2],[1,-1],[0,-1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,1],[0,1],[0,1],[1,1],[0,1],[-1,1],[-1,0],[-1,1],[1,0],[0,1],[1,2],[1,1]],[[3665,3121],[1,-1],[2,0],[1,0],[1,1],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[1,1],[1,0],[2,1],[1,1],[2,1],[2,1],[1,-1],[1,-1],[-1,-4],[0,-1],[-1,-3],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-2],[-1,0],[0,1],[0,1],[1,1],[-1,1],[-1,-1],[-2,-1],[0,-1],[0,-1],[-1,1],[0,2],[-1,2],[0,3],[0,2],[0,1],[-1,1],[-1,0],[0,1],[1,1],[0,1],[1,1],[1,1],[0,1]],[[2964,2171],[0,1],[2,1],[1,1],[2,2],[2,1],[1,0],[1,0],[1,1],[0,1],[1,1],[-1,2],[0,1],[0,1],[1,1],[1,-1],[2,-1],[1,0],[0,1],[0,1],[-1,1],[0,1],[1,0],[2,-1],[2,-1],[2,0],[1,-1],[2,0],[2,0],[1,0],[0,-1],[-1,0],[1,-1],[1,0],[1,-1],[1,0],[1,-2],[1,-2],[1,-1],[2,0],[0,-1],[1,0],[1,-1],[1,-1],[1,-3],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[1,-1],[2,0],[0,-1],[1,0],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[2,-1],[1,0],[1,0],[1,1],[1,1],[1,-3],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-2,-2],[-3,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,-3],[2,-2],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[0,1],[-1,1],[-2,0],[-2,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,1],[-1,3],[0,1],[2,1],[1,1],[0,1],[1,0],[2,2],[2,2],[0,1],[0,1],[1,0],[2,1],[1,1],[1,0],[1,0],[0,1],[-1,1],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-2,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,-1],[1,-3],[0,-1],[-1,-1],[-1,0],[-1,-2],[-1,-3],[-2,-1],[-1,-1],[-1,-2],[-1,0],[0,-1],[0,1],[-1,0],[-1,2],[-1,2],[0,2],[1,0],[1,2],[1,0],[0,1],[1,2],[1,0],[1,1],[1,0],[1,0],[1,1],[0,2],[-1,0],[-1,0],[2,2],[1,1],[1,1],[2,1],[1,1],[2,3],[1,1],[1,2],[-1,1],[-1,0],[-1,-2],[-1,-3],[-1,-1],[-1,0],[-2,-2],[-2,-3],[-1,0],[-1,-1],[0,1],[-1,1],[-2,1],[-1,1],[-1,0],[0,-1],[1,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[1,-1],[1,0],[2,0],[0,-1],[-1,-2],[-1,0],[-2,-1],[-1,0],[-1,-1],[-2,2],[0,1],[1,1],[0,2],[0,1],[-1,1],[-1,1],[0,1],[1,1],[-1,2],[0,1],[0,2],[0,1],[0,1],[1,0],[2,-2],[1,-1],[0,1],[-1,2],[-1,2],[0,1],[1,1]],[[2968,2187],[1,0],[1,0],[2,-1],[-1,-2],[0,-2],[-1,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,1],[1,2],[0,2],[2,2],[0,1],[2,1],[1,1],[0,1],[0,2],[0,1]],[[2943,2149],[1,0],[2,1],[0,1],[2,-1],[1,-1],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[-1,-3],[-2,-2],[-1,0],[-1,0],[-2,2],[0,1],[1,0],[1,1],[-1,0],[-2,-1],[-1,0],[0,2],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,1]],[[2948,2157],[2,2],[1,1],[1,0],[1,-1],[0,2],[1,1],[1,2],[1,1],[2,0],[1,1],[0,1],[1,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[0,1],[-1,1],[-1,0],[0,-1],[-2,0],[-1,1],[-1,1],[0,1],[1,3],[1,1]],[[2936,2141],[1,0],[2,-2],[1,-1],[2,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[2,0],[2,0],[2,-1],[1,0],[1,-2],[1,0],[0,-1],[0,-1],[-1,0],[-2,1],[-3,-1],[-2,0],[-1,1],[-3,0],[0,1],[0,1],[1,1],[0,1],[1,1],[-1,2],[1,3],[1,0]],[[2927,2140],[1,2],[1,1],[1,2],[1,1],[1,0],[2,-1],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[1,-2],[1,-2],[-1,0],[-2,0],[-2,0],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[1,2]],[[2955,2186],[1,0],[1,0],[1,1],[1,-1],[1,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[1,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[0,1],[1,3],[1,1],[0,2],[2,2],[1,2],[1,1],[1,0],[1,0],[1,1],[0,1],[-1,1],[-1,0],[0,1],[0,1],[0,1]],[[2924,2135],[1,0],[1,0],[2,-1],[1,-1],[1,0],[0,-1],[1,-2],[0,-1],[-1,0],[-1,-1],[-2,-1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,1],[-1,2],[-1,2],[0,1],[0,1],[-1,1],[0,1],[1,1],[1,0]],[[2941,2165],[1,2],[1,1],[1,0],[0,-1],[1,0],[1,0],[0,2],[0,1],[-1,-1],[0,-1],[-1,0],[0,2],[2,2],[1,0],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,2],[0,1],[0,2],[0,1],[0,2],[0,1],[1,1],[1,0]],[[2923,2143],[1,0],[2,-2],[0,-1],[0,-1],[0,-2],[-1,-1],[-2,2],[-1,1],[0,1],[-1,1],[0,1],[1,1],[1,0]],[[2924,2148],[3,1],[1,1],[1,0],[1,2],[0,1],[1,0],[0,1],[1,0],[1,-1],[0,-1],[0,-2],[0,-2],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-2,-1],[-1,0],[-2,0],[-1,0],[-2,0],[0,1],[1,1]],[[3548,3062],[1,1],[1,1],[3,1],[2,1],[2,1],[1,1],[2,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,-1],[2,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[1,-1],[2,-2],[2,-2],[1,-2],[0,-2],[0,-1],[0,-1],[-1,0],[0,-2],[1,-2],[0,-1],[0,-1],[1,-1],[1,-1],[2,1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,1],[1,0],[1,1],[2,1],[1,0],[1,0],[1,-1],[1,-1],[1,-3],[1,-2],[1,-2],[1,0],[1,-3],[0,-1],[0,-3],[0,-1],[-1,-2],[-1,0],[-2,-1],[-1,-2],[-1,-1],[1,-1],[2,1],[2,0],[1,0],[1,0],[1,0],[1,1],[0,1],[1,0],[0,1],[3,0],[1,0],[2,0],[1,0],[1,-1],[3,-1],[0,-1],[1,0],[2,-2],[2,-2],[0,-1],[2,0],[1,-2],[1,-2],[0,-3],[1,-1],[1,-2],[1,-1],[1,-1],[1,-1],[1,-2],[1,-1],[1,-1],[0,-1],[1,-2],[1,-2],[1,-3],[1,-3],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-3],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[-1,0],[0,1],[-1,1],[-1,0],[0,-1],[-1,1],[-1,1],[-2,2],[-2,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[-1,2],[0,1],[0,2],[0,2],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-2,-1],[-1,0],[1,-3],[0,-2],[1,-1],[1,-2],[1,-3],[0,-1],[1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-2,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,1],[0,1],[-1,2],[-1,2],[-1,1],[-2,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,3],[0,1],[0,1],[0,2],[-1,3],[-1,1],[-1,1],[-2,1],[-1,0],[-1,-1],[0,-1],[2,-2],[1,0],[1,-1],[0,-3],[0,-4],[0,-2],[0,-3],[0,-2],[0,-2],[0,-1],[-1,-1],[-2,0],[-1,0],[-1,1],[-2,1],[-1,1],[-2,0],[0,1],[-1,0],[-1,2],[0,1],[1,0],[1,0],[1,0],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[-2,1],[-1,2],[-2,2],[0,1],[0,1],[-1,1],[-1,1],[-1,1],[-1,3],[-1,2],[-1,3],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-2,1],[-1,0],[0,1],[-1,1],[0,2],[-1,2],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,1],[-1,3],[-2,1],[-2,1],[-1,1],[-1,0],[-1,1],[-2,4],[0,2],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[0,1],[1,2],[-1,2],[0,1],[1,3],[0,1],[1,1],[0,1]],[[3620,3152],[2,-1],[2,0],[0,-1],[1,-1],[0,-1],[-2,-1],[-1,-1],[-1,1],[-1,0],[-1,2],[0,1],[0,2],[1,0]],[[2921,2183],[0,1],[2,0],[1,0],[1,0],[1,1],[1,-1],[0,-1],[-1,1],[0,-2],[1,-1],[2,-1],[-1,0],[0,-1],[-1,0],[-3,0],[-1,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[1,0]],[[2893,2142],[1,1],[2,-1],[1,1],[2,-1],[-1,-1],[0,-1],[0,-1],[1,0],[1,1],[0,2],[-1,0],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,1],[2,-1],[0,-1],[-1,-1],[0,1],[-2,0],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,2],[0,1],[0,1],[1,0]],[[2883,2140],[1,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,-1],[-1,-1],[-2,1],[-2,0],[-1,0],[-1,1],[-1,0],[1,1],[2,3]],[[3723,3369],[1,0],[1,1],[2,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,-1],[1,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[0,2],[1,1],[1,2],[1,1],[1,0],[1,0],[1,1],[1,0],[1,2],[0,1],[1,0],[0,1],[1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[1,1],[1,0],[0,1],[0,1],[0,1],[-1,3],[0,2],[-1,1],[0,1],[1,0]],[[4188,3878],[2,1],[1,-1],[1,-4],[0,-2],[0,-1],[-1,-1],[-2,-1],[-2,1],[-2,2],[1,2],[0,1],[1,1],[1,2]],[[4182,3872],[1,-1],[0,-2],[0,-2],[1,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-2],[1,-2],[-2,1],[-2,1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[2,0],[1,0],[1,0],[2,-3],[0,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,1],[-2,2],[-2,0],[-2,1],[0,2],[0,1],[-1,1],[0,1],[-1,2],[1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-1,1],[0,1],[1,2],[0,3],[1,1],[1,2],[1,2],[0,2],[0,1],[1,0],[0,1]],[[4109,3801],[1,-1],[0,-1],[1,-2],[1,-2],[1,0],[1,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,-2],[-2,-2],[-1,-1],[-1,0],[-1,0],[-1,2],[0,2],[0,2],[0,1],[0,1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,2],[1,1],[0,1],[1,0],[1,2],[0,1],[1,1],[-1,0],[1,1],[0,1],[1,2],[1,1],[1,1]],[[4170,3864],[1,0],[0,-1],[1,-1],[1,-3],[0,-1],[1,-1],[0,-2],[1,-1],[0,-2],[0,-1],[-1,-2],[-1,3],[-1,2],[-1,2],[-1,1],[-1,2],[0,1],[1,0],[0,1],[0,2],[-1,1],[1,0]],[[4252,3946],[2,0],[1,-2],[0,-1],[1,-2],[0,-1],[-1,-1],[0,-2],[-2,-2],[-1,-1],[0,1],[0,1],[0,3],[0,1],[1,1],[1,0],[0,1],[-1,2],[-1,0],[0,1],[-1,0],[0,1],[1,0]],[[2871,2203],[1,1],[1,1],[0,2],[1,1],[2,0],[2,0],[0,-1],[-1,-2],[-1,0],[-1,-1],[0,-2],[-1,-1],[-1,0],[-2,1],[-1,0],[0,1],[1,0]],[[4135,3835],[0,-2],[1,-2],[0,-1],[0,-1],[0,-2],[-2,-2],[-1,0],[0,1],[0,1],[0,3],[0,1],[0,2],[1,1],[0,1],[1,0]],[[4237,3939],[2,-1],[1,-1],[0,-1],[1,0],[1,0],[0,1],[1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[1,0],[-1,2],[-1,0],[0,-1],[-1,0],[0,-1],[-2,0],[0,1],[0,1],[-1,0],[0,1],[1,1],[0,1],[2,2]],[[2827,2139],[2,2],[1,0],[2,0],[2,0],[1,1],[1,0],[0,-1],[2,0],[1,0],[0,1],[1,1],[1,0],[1,2],[1,0],[1,1],[1,0],[1,0],[1,1],[1,0],[0,1],[3,1],[2,2],[2,1],[1,1],[1,0],[1,1],[1,0],[1,0],[2,-1],[1,-1],[0,-1],[1,0],[0,1],[0,1],[1,-1],[1,0],[0,-1],[0,-2],[-2,-1],[-1,-1],[-1,-1],[-1,-2],[2,2],[1,1],[1,0],[1,0],[0,-1],[0,-3],[1,-2],[-1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[2,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,-1],[1,1],[-1,1],[-1,0],[-1,0],[1,0],[0,1],[1,0],[0,-1],[1,0],[1,-1],[3,-1],[2,-1],[1,-1],[2,-1],[-1,-1],[0,-1],[-1,-2],[-1,-2],[0,-1],[-1,-1],[-1,1],[-1,0],[0,-2],[1,-2],[0,-1],[1,1],[1,0],[1,0],[1,-2],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,1],[0,-1],[0,-1],[-1,0],[1,-1],[1,-1],[1,-1],[1,-1],[1,1],[1,1],[1,-1],[2,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[1,1],[1,1],[1,1],[-1,1],[0,1],[1,2],[0,1],[1,1],[1,2],[-1,0],[0,-1],[0,1],[0,1],[1,-1],[1,0],[0,-2],[1,0],[1,1],[1,0],[1,-2],[1,0],[0,-1],[0,-2],[0,-1],[-1,0],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,1],[-1,0],[-1,-1],[1,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,-2],[1,0],[1,-2],[0,-1],[-1,0],[-1,0],[-2,1],[0,-3],[-1,-3],[0,-1],[-1,0],[-1,0],[-1,0],[0,2],[0,2],[0,2],[1,0],[2,1],[1,0],[1,1],[0,1],[-1,-1],[-1,0],[0,-1],[-2,0],[0,-1],[-1,1],[0,1],[1,2],[0,1],[1,0],[0,1],[1,0],[1,0],[0,1],[2,0],[1,-1],[0,-1],[1,0],[1,2],[-1,1],[-2,0],[-2,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-2,-1],[-1,0],[0,-1],[2,0],[1,0],[0,-1],[0,-1],[0,-3],[-1,0],[-1,-1],[-1,0],[1,-2],[0,-1],[-1,1],[-2,2],[-1,0],[2,-1],[0,-1],[0,-1],[-1,1],[-1,1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,2],[-1,1],[1,1],[1,0],[1,0],[1,0],[1,1],[1,0],[2,1],[0,1],[-1,0],[0,-1],[-2,-1],[-2,0],[-2,0],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[0,1],[1,0],[2,0],[1,0],[1,1],[2,0],[2,0],[1,0],[1,0],[1,0],[-2,2],[-1,1],[-1,1],[0,3],[1,2],[0,2],[0,1],[1,1],[1,0],[1,0],[1,0],[0,1],[-2,-1],[-1,1],[0,3],[0,1],[1,3],[0,1],[0,2],[-1,1],[-1,0],[0,-1],[0,-2],[0,-1],[-1,-4],[-1,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[0,-2],[0,-4],[0,-1],[1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,0],[0,1],[-1,1],[0,1],[0,1],[0,2],[0,1],[1,1],[1,1],[1,1],[1,1],[1,0],[2,1],[2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,1],[-1,1],[-1,1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,1],[-1,1],[0,1],[0,3],[0,1],[0,2],[0,3],[-1,1],[-1,3],[0,2],[-1,1],[-1,-1],[0,-2],[1,0],[0,-1],[-1,0],[-1,0],[-1,1],[-1,2],[-1,1],[-1,0],[0,1]],[[4114,3817],[1,1],[0,-1],[1,0],[2,0],[1,-1],[1,-1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,1],[-1,0],[-1,0],[-2,-2],[0,-1],[1,0],[2,-1],[0,-1],[1,-4],[0,-3],[1,-2],[0,-3],[0,-1],[-1,0],[-1,0],[0,2],[-1,2],[-1,1],[-1,0],[-1,1],[0,1],[-1,2],[-1,1],[0,1],[0,1],[0,1],[0,3],[-1,3],[0,1],[-1,2],[0,1],[1,0]],[[2862,2198],[0,1],[2,2],[2,0],[2,1],[1,0],[1,0],[2,0],[1,-1],[1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-1,-1],[0,1],[-1,1],[-1,-1],[-1,-1],[-1,0],[1,0],[0,1],[1,1],[1,2],[1,1],[0,2],[1,0]],[[4220,3927],[1,-1],[0,-1],[0,-1],[1,-1],[1,0],[2,0],[3,0],[1,-2],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-2,0],[-2,0],[0,1],[0,1],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[1,3],[1,1],[0,1],[-1,1],[0,2],[0,1],[1,0],[0,1]],[[4077,3784],[1,1],[2,0],[1,1],[2,2],[3,-1],[1,0],[2,-1],[1,0],[1,-3],[2,-2],[0,-1],[1,-1],[1,-1],[2,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[0,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,2],[-1,0],[-2,0],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,2],[0,1],[0,2],[1,1],[1,1],[0,1],[-1,2],[1,2],[0,1],[0,1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[1,1],[1,0]],[[2874,2225],[4,-3],[9,1],[4,3],[9,11],[407,592],[66,-18],[33,4]],[[3406,2815],[-1,-1],[0,-1],[0,-3],[0,-1],[1,-1],[1,-2],[0,-2],[1,-1],[-1,-1],[1,-1],[1,-1],[0,-1],[-1,-2],[-1,-3],[0,-1],[1,-2],[1,0],[1,-1],[1,1],[1,1],[1,0],[1,0],[2,-1],[2,0],[2,0],[2,-1],[2,-1],[1,0],[2,-1],[2,-1],[2,-1],[1,-1],[2,0],[1,0],[1,-1],[1,0],[2,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,-2],[3,-1],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[1,-1],[1,-3],[1,-2],[-1,-2],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,-1],[1,-1],[1,1],[1,1],[-1,1],[-1,3],[-1,2],[-1,3],[-1,2],[0,1],[-1,2],[0,1],[1,0],[1,0],[1,1],[2,0],[1,1],[0,1],[1,0],[-1,1],[1,2],[1,0],[1,-1],[2,-2],[0,-1],[1,0],[2,-2],[1,-1],[1,0],[2,-1],[0,-1],[1,-1],[2,-2],[2,-1],[0,-1],[1,-2],[0,-2],[1,-2],[1,1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[1,2],[1,1],[1,0],[0,1],[2,0],[0,-1],[1,0],[1,-1],[0,-1],[1,-2],[1,-2],[0,-1],[1,-2],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[1,-1],[1,0],[0,1],[1,0],[1,-1],[0,-3],[1,-2],[0,-2],[0,-1],[1,-1],[-1,0],[0,1],[-1,1],[-1,-1],[0,-1],[1,-2],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,1],[1,1],[-1,0],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,1],[-1,0],[-1,2],[-1,2],[-2,2],[0,1],[-1,3],[-1,2],[-1,1],[-1,1],[-1,2],[-1,2],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[-1,2],[-1,0],[0,-2],[1,-3],[1,-1],[0,-1],[1,-2],[0,-1],[1,-1],[1,-1],[0,-1],[1,-2],[1,-3],[1,-1],[1,-1],[0,-1],[1,-1],[1,-1],[0,-2],[-1,0],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-2,1],[-1,0],[0,1],[0,1],[0,2],[-1,0],[-1,0],[0,-3],[0,-1],[2,-2],[1,-1],[1,0],[1,-1],[2,0],[1,-1],[1,0],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[2,-1],[1,-1],[1,0],[3,-2],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,1],[1,0],[1,2],[1,1],[1,-1],[1,-2],[1,-1],[0,1],[-1,2],[0,1],[-1,1],[-1,2],[1,4],[1,1],[1,0],[1,-1],[2,1],[1,0],[1,0],[1,0],[0,-1],[0,-2],[0,-1],[1,0],[2,0],[2,-1],[-1,-2],[1,-1],[0,-1],[-1,-1],[-1,-1],[0,-2],[1,0],[1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-2,-1],[0,-1],[1,-1],[1,0],[1,0],[0,1],[2,1],[1,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,1],[1,0],[1,0],[2,0],[0,-1],[0,-1],[-2,-1],[-1,-2],[-1,0],[-1,0],[-3,-2],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[0,1],[-1,1],[-1,2],[0,1],[-1,0],[0,1],[-1,2],[0,2],[-1,0],[0,-2],[1,-1],[0,-2],[1,-2],[-2,-1],[0,-1],[-1,1],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-2,1],[-2,1],[-1,0],[0,1],[0,1],[-1,1],[-2,0],[-2,1],[-1,0],[-2,2],[0,1],[-1,1],[-1,1],[0,1],[0,1],[0,2],[-1,2],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,1],[-2,2],[-2,1],[-1,0],[-1,0],[0,1],[-2,3],[0,1],[-1,2],[-2,2],[-3,2],[-1,1],[-2,0],[-2,2],[0,1],[0,1],[0,1],[1,3],[0,2],[1,0],[-1,1],[-2,1],[-1,1],[-1,-1],[-2,0],[-2,-1],[-1,-1],[-1,-2],[0,-1],[0,-1],[1,0],[0,-1],[-1,1],[-1,0],[0,1],[-1,1],[-1,2],[0,1],[-1,2],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[-1,-1],[0,-1],[0,-2],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,2],[-2,2],[-1,1],[-2,2],[-1,1],[-1,0],[-2,-1],[-2,-3],[0,-1],[2,-3],[1,-2],[1,0],[2,-2],[1,0],[0,-1],[-1,-2],[0,-1],[-1,-2],[-1,-4],[0,-1],[2,-2],[1,0],[1,1],[0,1],[0,1],[1,1],[0,1],[1,1],[1,0],[0,-1],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[1,-1],[2,-2],[1,-1],[1,-1],[1,0],[1,0],[1,-1],[2,-1],[1,-1],[1,-1],[1,-1],[2,-2],[1,-2],[1,0],[1,-1],[1,-1],[1,-1],[0,-2],[1,-2],[1,-2],[1,0],[1,-2],[0,-2],[1,-1],[0,-1],[1,-2],[1,-1],[1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-2],[0,-2],[1,-2],[1,-1],[1,0],[2,1],[1,0],[1,0],[1,-1],[1,0],[0,1],[2,2],[1,0],[1,0],[0,-1],[1,-1],[1,0],[1,0],[1,0],[2,2],[2,1],[1,0],[2,0],[1,0],[1,0],[0,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,-1],[2,-1],[2,-1],[2,-2],[1,-1],[3,0],[1,-1],[1,-2],[0,-1],[0,-1],[-1,0],[-1,-2],[-2,0],[-1,0],[-1,0],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[0,-3],[-1,-1],[-1,0],[0,1],[1,0],[-1,2],[-1,-1],[0,-1],[0,-2],[0,-2],[1,-1],[1,0],[1,1],[1,0],[1,0],[1,-1],[1,-1],[1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-3],[-1,-3],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-2],[-1,-1],[-1,-3],[-1,-1],[0,-2],[1,-1],[1,0],[1,1],[1,0],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[0,-2],[-1,-2],[-1,-2],[0,-2],[-2,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[0,-1],[-1,-2],[1,-2],[1,0],[1,-1],[1,0],[-1,-1],[0,-3],[0,-2],[-1,-2],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[-2,0],[-3,0],[-2,0],[-2,1],[-2,0],[-1,0],[-1,-5],[2,-1],[1,0],[0,-1],[1,0],[1,1],[1,0],[1,0],[2,0],[1,0],[2,0],[0,-1],[2,0],[1,0],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-2],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,-2],[2,-1],[1,-1],[1,1],[1,1],[1,2],[1,2],[1,1],[1,1],[2,2],[1,2],[1,1],[1,0],[1,1],[1,2],[1,2],[1,2],[4,3],[0,1],[1,2],[2,1],[1,1],[0,1],[1,0],[1,0],[1,-1],[1,0],[1,0],[2,1],[1,0],[1,1],[1,0],[1,0],[0,-1],[1,-3],[1,0],[1,1],[1,0],[1,1],[1,0],[1,0],[1,-1],[1,0],[1,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[-1,-1],[-1,-2],[0,-3],[-1,-2],[-1,-3],[-2,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,-1],[1,-1],[0,-2],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-2,0],[-1,0],[0,-1],[-1,0],[-2,1],[-1,0],[-1,0],[-3,-1],[-1,0],[-3,1],[-2,-1],[0,-1],[2,-2],[1,-1],[0,-1],[1,0],[1,1],[1,-1],[2,0],[0,-1],[2,0],[2,-1],[1,-1],[1,0],[2,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[-1,-3],[-2,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[2,-1],[2,0],[1,1],[1,1],[1,1],[1,0],[2,-1],[-1,-1],[0,-1],[0,-1],[-2,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[1,0],[0,1],[1,0],[0,1],[1,2],[1,0],[0,-1],[-1,-3],[-1,-1],[-1,-2],[-1,-1],[-2,-2],[-1,-2],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[-2,-2],[-2,-2],[-1,0],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,-1],[-1,-1],[-2,-2],[-1,0],[-1,0],[-2,-1],[-1,0],[-2,0],[-2,1],[-1,-1],[-2,0],[-3,2],[-1,1],[0,1],[-1,1],[-2,3],[-2,3],[-1,1],[-1,2],[-2,1],[-1,1],[0,1],[-1,1],[-2,2],[-1,1],[-1,1],[0,1],[0,3],[0,2],[0,1],[-1,1],[-2,0],[-1,-1],[0,-3],[-2,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-3],[1,-1],[1,-1],[1,0],[1,0],[1,1],[1,2],[1,2],[0,2],[1,0],[2,0],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[-1,0],[-1,1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[2,-1],[1,-1],[0,-1],[2,-3],[1,-2],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[2,-2],[1,1],[1,1],[0,1],[1,0],[1,-1],[2,1],[2,1],[1,0],[3,0],[1,-1],[2,0],[1,1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[2,0],[1,-1],[1,0],[1,0],[2,1],[2,1],[1,1],[0,2],[0,1],[1,1],[0,1],[1,1],[3,1],[4,1],[1,0],[2,-1],[1,-3],[1,-2],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,2],[-2,1],[0,1],[-1,0],[0,-2],[1,-1],[0,-1],[1,-1],[2,-1],[1,-2],[1,0],[1,1],[1,-1],[0,-1],[-1,0],[-2,0],[-2,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-2],[-2,-1],[-1,-2],[0,-1],[0,-1],[1,0],[1,0],[0,-2],[-2,-1],[0,-1],[-1,-1],[0,-1],[1,0],[1,1],[3,0],[2,0],[0,1],[1,0],[1,0],[1,-2],[1,-1],[0,-2],[0,-2],[-2,-2],[-1,-2],[-1,-1],[-1,0],[-2,0],[-2,2],[-3,1],[0,1],[-1,1],[0,1],[-1,1],[-1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[2,-2],[1,0],[1,0],[1,-1],[1,0],[1,-2],[-1,0],[-2,-2],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,2],[-1,1],[-1,1],[-1,1],[-1,-1],[1,-1],[0,-2],[1,-2],[1,-2],[0,-1],[1,-1],[0,-2],[1,0],[1,-1],[0,-2],[0,-1],[0,-2],[-1,-3],[-1,-1],[-1,-1],[-1,-1],[-2,1],[-1,4],[-2,-1],[-2,-1],[-1,-1],[-2,0],[-2,0],[0,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,1],[-3,2],[-2,1],[-1,0],[-2,1],[-1,-1],[-1,0],[-1,-1],[0,1],[-1,0],[-2,0],[-1,1],[-1,0],[-2,1],[-2,0],[-1,1],[-2,1],[-1,0],[-3,1],[-1,1],[-3,1],[-1,0],[-1,0],[-2,1],[-2,2],[-1,0],[-1,1],[-1,1],[-2,1],[-1,1],[-3,2],[-2,-1],[0,-2],[0,-1],[0,-1],[1,-1],[1,-1],[2,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,-1],[2,-1],[2,-2],[2,-2],[-1,-1],[-1,0],[0,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[2,1],[1,1],[1,2],[0,1],[1,0],[0,1],[3,-1],[1,-1],[1,0],[1,1],[1,1],[1,0],[1,-1],[0,-1],[1,-1],[0,1],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[3,1],[2,0],[2,-1],[1,-1],[1,0],[1,0],[1,-1],[2,0],[1,0],[1,0],[2,0],[3,1],[1,0],[1,1],[0,-1],[2,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,1],[1,-1],[0,-1],[2,0],[2,0],[1,0],[0,-1],[0,-1],[0,-2],[-1,0],[-1,-2],[-1,0],[0,-1],[0,-2],[0,-1],[1,-2],[1,-1],[1,-1],[1,-1],[0,-3],[0,-1],[-1,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[-1,-1],[-1,-2],[0,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[1,0],[-1,3],[0,3],[-1,4],[0,1],[1,1],[0,1],[1,1],[1,-1],[1,0],[0,1],[1,0],[0,2],[0,2],[0,2],[0,1],[0,1],[1,1],[1,0],[2,0],[2,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-3],[0,-3],[-2,-1],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,1],[0,-1],[0,-2],[1,0],[2,1],[1,2],[0,1],[1,1],[1,0],[1,-2],[1,-2],[0,-2],[1,-2],[0,-1],[0,-1],[0,-3],[0,-1],[-2,-2],[-1,1],[-1,0],[-1,1],[-1,1],[2,2],[0,1],[-1,0],[-2,-2],[-1,-1],[-1,-3],[0,-2],[-1,-3],[1,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,-1],[-1,0],[-1,-1],[0,-1],[1,-1],[1,-1],[1,-2],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-2,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[1,-1],[1,-1],[-1,-1],[-2,-1],[-1,0],[-2,-1],[0,-1],[-2,1],[-2,0],[-1,1],[-1,1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[1,-1],[1,0],[2,-1],[1,-1],[1,0],[2,1],[1,0],[-1,-1],[0,-3],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[0,1],[-1,1],[-1,0],[-2,0],[-1,0],[-2,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[-2,2],[-2,1],[-2,1],[-1,1],[0,1],[0,2],[0,2],[-1,0],[-1,0],[-2,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-2,-1],[-2,0],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-2,1],[0,1],[-1,0],[-2,1],[-1,0],[-2,0],[-1,1],[-2,-1],[-1,0],[-1,0],[-1,1],[-1,-2],[-1,-2],[-1,0],[1,-3],[2,0],[2,0],[1,-1],[1,0],[1,1],[2,-1],[2,0],[2,0],[2,0],[2,-1],[1,-1],[1,0],[2,1],[2,0],[2,0],[1,0],[1,-1],[1,0],[1,-1],[1,0],[1,0],[3,-1],[2,1],[0,-1],[0,-1],[1,-1],[1,1],[2,-1],[1,-1],[2,-1],[1,0],[3,-2],[1,-1],[0,-1],[2,0],[1,-1],[1,-1],[1,-1],[1,0],[0,-1],[-2,-3],[-1,-1],[-2,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-3,-1],[-2,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[1,0],[1,1],[1,2],[2,2],[1,1],[1,0],[3,0],[1,-1],[0,-1],[1,0],[2,0],[1,-1],[1,0],[1,0],[0,2],[-1,0],[-1,0],[0,1],[1,0],[2,1],[2,2],[1,1],[1,1],[1,0],[2,0],[2,-1],[0,-1],[0,-1],[1,0],[2,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[0,-1],[2,0],[1,0],[0,-1],[1,-1],[1,0],[1,0],[1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[2,-1],[1,1],[1,1],[2,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,0],[-2,1],[-2,1],[-1,1],[-1,0],[0,-1],[0,-1],[-2,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-1,-1],[-1,0],[-1,-2],[-1,0],[-1,-1],[0,1],[-1,0],[-2,0],[-1,0],[-2,1],[-1,1],[-1,1],[-1,0],[0,1],[0,2],[-1,1],[0,1],[-1,0],[-1,0],[-1,-1],[-2,0],[-1,1],[-1,1],[-1,1],[-2,1],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[-2,-1],[-2,0],[-1,0],[-1,0],[-1,1],[-1,0],[-2,0],[-2,0],[-3,0],[0,1],[-1,1],[-1,0],[-3,1],[-1,0],[-1,0],[-2,0],[-1,1],[-2,0],[-1,0],[0,-1],[1,-2],[1,-1],[2,-1],[1,0],[2,-1],[1,0],[0,1],[2,-1],[1,-1],[1,0],[0,-1],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,-1],[2,0],[2,-1],[2,-1],[1,-1],[1,0],[2,-1],[1,0],[2,0],[2,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,-2],[1,-1],[0,-1],[1,-1],[1,1],[1,1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[1,-1],[2,-1],[1,0],[1,0],[1,1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[2,-2],[1,-1],[2,-1],[1,-1],[0,-1],[1,-3],[0,-1],[0,-1],[0,-1],[-2,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-2,0],[-1,-1],[1,-2],[-1,0],[-2,0],[-2,0],[-2,1],[-1,1],[-2,0],[-1,0],[-1,0],[-1,2],[1,1],[0,1],[1,0],[1,2],[-2,-1],[-1,-1],[-1,-1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,1],[-1,0],[-1,0],[0,-1],[0,-2],[1,0],[1,-2],[1,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-2,0],[-2,1],[-2,0],[-2,1],[-1,1],[-2,1],[-1,0],[-2,-1],[-2,1],[0,1],[-2,2],[-1,2],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-2,0],[-1,-1],[-2,0],[-1,1],[-1,1],[-2,0],[-2,0],[-2,1],[-1,1],[-1,0],[-2,1],[0,1],[-2,0],[-2,1],[-1,0],[-1,0],[-1,1],[-1,0],[-2,0],[-2,0],[-2,1],[-2,0],[0,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,-1],[-1,0],[-2,0],[0,-1],[0,-3],[0,-1],[0,-1],[1,1],[1,0],[1,1],[1,0],[1,0],[1,0],[2,1],[1,0],[1,1],[1,0],[2,-1],[2,-1],[1,0],[2,0],[2,0],[1,-1],[2,0],[1,-1],[1,0],[0,-1],[1,0],[2,0],[1,0],[1,0],[0,-1],[2,-1],[1,-1],[1,-1],[1,0],[2,0],[1,0],[3,0],[2,0],[1,0],[2,1],[1,0],[2,0],[1,1],[1,0],[2,1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[0,-3],[-1,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,1],[0,1],[0,1],[1,1],[1,1],[1,0],[2,0],[1,0],[1,0],[2,-1],[1,0],[1,0],[2,-1],[3,-2],[1,0],[0,-2],[0,-1],[-1,-2],[-1,-2],[0,-1],[-2,-2],[-1,-2],[0,-1],[-1,-2],[1,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[1,0],[0,1],[0,1],[1,1],[1,1],[1,2],[2,2],[1,0],[1,-1],[0,1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[2,0],[1,0],[1,-1],[1,0],[0,-1],[1,-2],[0,-3],[-1,-1],[0,-1],[0,-1],[1,0],[1,1],[0,2],[0,1],[0,1],[1,3],[1,0],[0,-1],[1,-1],[1,1],[1,0],[-1,1],[0,1],[1,0],[2,-1],[1,0],[2,-2],[-1,0],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[2,-2],[1,1],[1,1],[1,0],[2,-1],[2,-1],[2,-1],[-1,-3],[0,-1],[-1,-2],[-1,-2],[-1,0],[-1,-1],[-1,1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[-1,-2],[-1,-3],[-1,-2],[-1,-1],[0,1],[0,2],[-1,1],[0,1],[-1,0],[-1,0],[-1,1],[0,2],[-1,2],[0,2],[-1,2],[-2,2],[-1,0],[0,1],[-1,0],[-1,-1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[1,-3],[1,-2],[0,-2],[0,-1],[-1,0],[-1,-2],[0,-3],[1,-3],[0,-1],[2,0],[1,-1],[1,-1],[1,0],[1,0],[1,-1],[-2,-1],[-1,-2],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-3,0],[-2,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,-1],[0,-1],[-2,-1],[-2,0],[-2,-1],[0,-1],[-1,-1],[2,0],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[0,1],[-3,0],[-2,0],[-1,0],[-1,0],[-3,0],[0,1],[-1,1],[0,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-2,0],[-2,1],[-1,2],[-2,1],[-1,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-2,1],[-1,0],[-3,0],[-1,1],[-3,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-2,1],[0,1],[-2,0],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[1,-2],[1,0],[1,-1],[1,1],[1,0],[1,-1],[1,-2],[2,-1],[1,0],[2,0],[2,-1],[1,1],[1,-1],[2,0],[1,-1],[2,1],[1,0],[1,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[2,0],[1,0],[2,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,1],[1,0],[0,-1],[1,0],[2,-1],[1,-1],[2,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-3],[0,-1],[2,1],[2,1],[2,2],[1,1],[1,1],[1,0],[2,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,0],[2,-1],[1,0],[1,-1],[1,0],[2,-1],[1,0],[1,-1],[1,0],[1,0],[1,-1],[1,0],[1,-1],[1,-2],[1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[1,0],[1,0],[1,2],[1,0],[1,1],[1,1],[2,1],[1,0],[1,0],[1,-1],[0,-1],[0,-3],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,-1],[-1,-1],[-2,0],[-2,-1],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,2],[-2,1],[-2,1],[-2,1],[-2,0],[-2,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,2],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-2,0],[-1,1],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[-1,1],[-1,0],[-2,1],[-1,1],[-1,1],[-1,0],[-1,0],[-2,0],[0,-1],[-1,0],[-2,1],[-1,0],[-1,0],[-2,0],[-1,1],[1,1],[0,1],[1,0],[0,1],[-3,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[-2,0],[-1,-3],[0,-1],[0,-1],[1,0],[1,0],[2,0],[1,0],[1,0],[1,-1],[1,-1],[1,0],[1,0],[2,1],[1,0],[2,0],[1,-1],[1,-1],[2,-1],[2,-1],[2,-2],[1,-1],[2,0],[1,-1],[2,0],[1,0],[1,0],[1,0],[0,-1],[2,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[1,-1],[2,2],[1,1],[0,1],[1,1],[1,1],[1,1],[1,1],[1,0],[2,0],[1,-1],[2,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,-1],[1,-1],[2,0],[2,1],[1,0],[0,-1],[1,-1],[1,-1],[2,-1],[1,1],[2,-1],[2,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,0],[1,0],[1,1],[3,0],[1,1],[1,0],[1,-1],[1,0],[0,-2],[0,-1],[1,-1],[1,0],[1,1],[1,1],[1,0],[1,0],[1,-1],[0,-1],[0,-2],[1,-1],[1,-2],[2,-1],[0,-2],[-1,0],[-1,0],[0,-1],[1,-2],[-1,-1],[-1,0],[-1,0],[-2,0],[0,2],[-1,0],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,-2],[-2,-1],[0,-2],[-1,-2],[-1,-1],[-2,-3],[-2,0],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[0,1],[-1,2],[-1,1],[-1,0],[-1,1],[-2,0],[-2,0],[-1,0],[-2,0],[-2,0],[0,1],[-1,0],[-1,1],[-2,1],[-2,0],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[-2,0],[-1,1],[-1,0],[-1,0],[-2,0],[0,-1],[0,-1],[2,0],[1,-1],[1,-1],[2,-1],[-1,-1],[0,-2],[1,-1],[1,0],[2,1],[2,1],[1,0],[2,-1],[2,1],[1,0],[1,0],[1,-1],[2,-1],[2,-2],[1,-1],[3,-1],[1,0],[1,0],[1,0],[1,-1],[1,-1],[1,-1],[1,-1],[2,-1],[2,0],[1,-1],[1,0],[1,0],[1,-2],[1,1],[1,0],[2,0],[0,1],[0,1],[-2,2],[-1,0],[-2,1],[-2,0],[-1,1],[0,1],[0,1],[2,0],[2,0],[0,1],[2,1],[1,2],[1,1],[1,2],[1,1],[2,2],[1,1],[1,2],[1,1],[1,1],[1,0],[0,1],[1,1],[1,1],[1,0],[2,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,-2],[-1,-2],[0,-1],[0,-1],[-3,1],[-1,-1],[-1,0],[0,-1],[1,-1],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[1,-1],[1,0],[0,-2],[-1,-1],[-1,0],[0,-1],[1,-2],[-1,-1],[-1,0],[0,1],[-1,1],[-1,0],[-1,-1],[-2,-1],[-1,1],[-1,1],[-1,0],[-2,-1],[0,-1],[0,-1],[-1,0],[-2,0],[-2,1],[-1,0],[-2,1],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,0],[-2,1],[-2,1],[-1,0],[-1,1],[-2,0],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-3,0],[0,-1],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[2,0],[1,0],[1,0],[1,0],[2,-1],[1,0],[1,-1],[1,1],[1,0],[2,0],[1,0],[2,0],[2,0],[3,-1],[2,1],[2,-1],[1,0],[1,0],[2,-1],[1,0],[1,0],[0,-3],[-1,-1],[0,-2],[-2,-1],[-1,-1],[-1,0],[0,1],[1,0],[0,1],[1,2],[-1,1],[-2,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-3],[-2,-2],[-2,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-2,-2],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[0,1],[-1,1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[2,0],[1,-1],[1,-1],[3,0],[1,0],[1,0],[0,1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[-1,0],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,1],[0,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[0,3],[-1,3],[0,2],[1,2],[-1,0],[-2,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[0,-1],[1,-3],[0,-1],[1,-1],[1,-2],[0,-1],[-1,-1],[1,0],[2,-1],[1,-1],[2,-2],[1,-1],[1,-1],[1,-1],[1,-1],[2,-1],[1,0],[1,0],[1,-1],[2,-2],[0,-4],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[-2,1],[-1,0],[0,-1],[2,-1],[1,-1],[1,0],[1,-1],[2,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,1],[-2,0],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[1,1],[1,1],[0,1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,1],[-2,1],[-1,0],[-1,1],[-2,2],[-1,1],[-1,0],[0,1],[-1,2],[1,1],[-1,0],[0,1],[-1,1],[-1,-1],[-1,-1],[-1,-1],[-1,1],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[-2,1],[-2,1],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,2],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-1,2],[0,1],[0,1],[0,1],[-1,2],[-1,2],[0,1],[0,2],[-1,4],[-1,2],[0,2],[-1,1],[0,1],[0,1],[1,2],[-1,1],[0,1],[-1,1],[0,1],[1,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,2],[0,1],[1,0],[2,1],[2,-1],[1,0],[1,0],[1,0],[0,1],[0,2],[-2,1],[-1,0],[-1,1],[-2,0],[-2,0],[-1,1],[-1,2],[-1,0],[-1,1],[-1,1],[-2,1],[-1,2],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[1,-2],[0,-1],[1,-2],[0,-2],[1,-1],[0,-1],[0,-2],[-1,-2],[0,-2],[-1,-2],[0,-1],[1,-2],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[1,-2],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-3],[1,-2],[1,-2],[1,-1],[0,-2],[0,-1],[1,-3],[0,-1],[0,-2],[0,-3],[0,-3],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-1,1],[-1,2],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,0],[0,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[-2,-1],[-1,0],[-1,0],[-1,1],[-2,1],[-1,0],[-2,2],[-1,1],[-1,1],[-1,2],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-2,-2],[-1,-1],[-2,-1],[-1,1],[-1,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,1],[-1,0],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,2],[0,1],[0,2],[-2,2],[0,1],[-1,1],[-1,0],[-2,0],[-1,0],[0,-2],[0,-1],[2,-1],[1,-2],[1,-1],[0,-1],[0,-1],[1,-2],[0,-3],[0,-1],[-1,0],[-1,1],[-2,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[1,0],[-1,-5],[0,-1],[1,0],[0,2],[1,1],[0,1],[1,1],[1,0],[2,-1],[2,0],[1,-1],[1,0],[1,-1],[1,-1],[1,0],[2,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[2,-1],[1,0],[1,0],[2,-1],[2,0],[1,-1],[1,0],[0,-1],[1,-1],[2,-2],[1,0],[1,0],[1,-1],[0,-1],[-1,-1],[0,-3],[-1,-1],[-1,-2],[-1,-2],[0,-1],[1,-1],[1,1],[0,1],[1,2],[0,-1],[0,1],[1,1],[0,1],[0,1],[2,3],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[1,-1],[1,0],[0,-1],[-1,-1],[0,-1],[-2,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,-2],[1,-1],[1,1],[2,1],[1,0],[1,1],[0,2],[0,2],[0,1],[-1,3],[-1,2],[0,3],[0,2],[0,2],[0,2],[0,1],[-1,1],[-1,1],[0,2],[1,1],[1,0],[1,-1],[2,-1],[1,1],[2,1],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[2,0],[1,1],[0,-1],[2,-1],[2,0],[1,0],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-2],[1,-1],[1,2],[1,0],[1,0],[1,1],[1,0],[0,1],[0,1],[1,0],[0,1],[2,1],[1,0],[1,-1],[0,-1],[2,-1],[3,0],[2,-1],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[2,1],[1,0],[1,-1],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[1,-1],[1,-1],[0,-2],[1,-1],[1,1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[1,1],[0,1],[0,1],[0,2],[-1,2],[0,3],[0,1],[1,-1],[2,-1],[2,-2],[1,-2],[0,-1],[0,-1],[-2,-2],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,-2],[-1,-1],[1,-1],[-1,-1],[-1,-3],[-1,0],[-2,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[-2,0],[0,-1],[0,-2],[3,-1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,0],[-1,-2],[-2,-2],[-2,-3],[-3,-2],[0,-1],[-1,-1],[-2,0],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-3],[0,-1],[1,0],[1,0],[0,1],[1,1],[0,1],[1,1],[2,1],[1,1],[1,1],[0,1],[0,1],[1,1],[1,-1],[0,-1],[1,0],[1,1],[0,1],[0,2],[1,1],[0,1],[1,0],[1,2],[1,0],[1,0],[0,1],[1,0],[1,2],[0,1],[0,1],[2,1],[0,1],[0,-1],[1,-2],[1,-2],[1,-1],[1,-1],[0,-1],[2,-3],[0,-1],[1,-3],[1,-1],[0,-1],[1,0],[0,1],[0,1],[-1,3],[-2,2],[-1,2],[-1,2],[0,1],[0,1],[2,2],[0,1],[2,1],[1,0],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[1,-3],[0,-1],[0,-2],[0,-1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,2],[1,1],[1,1],[1,0],[1,-1],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,0],[-1,1],[0,1],[1,0],[2,-2],[0,-1],[0,-2],[0,-1],[2,0],[1,0],[1,0],[1,-1],[-1,-2],[-1,0],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[2,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,-2],[1,-2],[0,-1],[-1,0],[-1,0],[0,-2],[0,-2],[0,-1],[1,-1],[1,0],[-1,-2],[-1,0],[-2,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-2,0],[0,-1],[-1,-2],[-1,-1],[-1,0],[0,-1],[0,-1],[2,1],[1,0],[1,1],[1,1],[1,1],[1,-1],[0,-1],[1,0],[1,0],[1,0],[2,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[1,0],[1,0],[0,1],[3,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[1,-1],[1,-1],[-1,-1],[-1,0],[-1,1],[0,2],[-1,2],[0,1],[-1,0],[0,-1],[0,-1],[-1,-1],[-2,0],[-2,0],[-1,1],[0,1],[0,2],[-1,-1],[0,-2],[-1,1],[-1,1],[0,1],[-2,1],[-1,0],[0,-1],[0,-3],[0,-3],[0,-1],[-1,2],[0,1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-3,0],[-2,0],[-1,0],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[1,0],[2,-1],[2,1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-3],[1,-3],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-3],[1,-2],[0,-1],[0,-2],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[1,0],[0,-1],[1,0],[1,1],[2,0],[0,-1],[1,-1],[1,0],[1,1],[1,0],[1,-1],[1,-1],[0,-2],[0,-2],[-1,-1],[-1,-1],[0,-1],[1,1],[1,1],[1,1],[0,1],[-1,1],[0,2],[-1,1],[0,1],[1,0],[2,1],[1,0],[1,1],[1,-1],[0,-1],[-1,-1],[-1,-2],[1,-1],[1,1],[1,0],[1,1],[0,-1],[1,-2],[0,-1],[-1,-2],[0,-1],[-1,-1],[0,-2],[-1,-2],[-1,-1],[0,1],[-1,2],[0,1],[-1,0],[0,-1],[1,-2],[0,-3],[0,-2],[-1,0],[-2,0],[0,1],[0,1],[-2,2],[-1,-1],[-1,-1],[-1,1],[-1,0],[0,2],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,-1],[-1,1],[-2,1],[-2,0],[0,1],[-1,0],[-1,1],[-1,0],[-2,0],[-1,1],[-1,0],[0,1],[0,1],[0,2],[0,2],[-1,0],[-1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,1],[-3,2],[-1,1],[-1,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,1],[-2,1],[-3,0],[-1,1],[-2,0],[-2,1],[-2,0],[-2,0],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[1,0],[1,-1],[0,1],[0,3],[-1,2],[-1,1],[0,3],[0,3],[1,2],[-1,1],[0,2],[-2,0],[0,-2],[0,-2],[0,-2],[0,-3],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[-1,0],[-2,0],[-1,0],[-3,1],[0,1],[-1,1],[-2,0],[-1,1],[-1,0],[-2,0],[-2,-1],[-2,0],[-1,0],[-1,0],[-2,1],[-2,0],[-2,1],[-1,0],[-2,0],[-1,0],[0,1],[-1,1],[-2,1],[0,1],[-1,0],[-1,1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[-2,0],[-2,0],[-1,0],[-1,1],[-1,2],[-2,-1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[0,1],[-1,2],[0,2],[0,2],[0,1],[0,1],[-1,1],[0,2],[1,3],[0,2],[1,2],[0,2],[1,2],[0,1],[1,2],[1,2],[0,1],[1,0],[1,0],[1,1],[1,1],[0,1],[0,2],[1,2],[1,0],[0,1],[1,0],[1,1],[0,2],[1,0],[0,3],[1,2],[1,1],[1,0],[1,1],[1,0],[0,2],[1,1],[1,1],[1,1],[1,1],[0,1],[0,1],[-1,1],[-2,-1],[-2,-1],[0,-1],[-2,-1],[-1,-1],[-1,2],[0,1],[-1,4],[0,1],[0,4],[0,2],[0,3],[1,2],[0,1],[-1,2],[-1,2],[-2,2],[0,2],[0,2],[-1,2],[-1,2],[-1,0],[-1,0],[0,-2],[0,-1],[1,-1],[1,-2],[0,-3],[0,-2],[0,-2],[1,-2],[0,-4],[0,-3],[0,-2],[0,-4],[0,-1],[0,-2],[0,-2],[0,-2],[1,-1],[0,-1],[1,0],[0,-1],[-1,-3],[0,-1],[-2,-2],[0,-1],[-1,0],[-1,-1],[-2,-3],[0,-2],[-1,-2],[0,-1],[-1,-1],[0,1],[0,2],[0,3],[-1,3],[0,3],[-1,1],[-1,2],[0,1],[-1,2],[-1,3],[-1,1],[-1,0],[0,1],[0,2],[-1,2],[-1,2],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-2,-1],[0,-1],[1,-1],[0,-1],[1,-3],[0,-3],[1,-2],[0,-2],[1,-1],[1,-1],[1,-2],[0,-3],[1,-4],[0,-2],[1,-2],[0,-1],[0,-4],[0,-2],[0,-2],[-1,-2],[-1,0],[-2,-1],[0,-1],[-1,0],[-2,1],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[0,2],[-1,-1],[-1,-1],[1,-1],[1,-1],[0,-1],[2,-1],[1,-1],[0,-1],[1,-2],[1,-1],[0,-1],[1,-1],[0,-2],[1,-1],[-1,-3],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-2],[-1,0],[-1,2],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,0],[-2,1],[0,1],[-2,1],[-1,1],[-1,2],[-1,2],[-1,-2],[1,-1],[0,-1],[0,-1],[1,0],[0,-2],[-1,-1],[0,-2],[-1,-1],[-1,-1],[0,-1],[-1,-4],[-1,-3],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-2],[0,-3],[-1,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-3],[-2,-3],[-2,-2],[-1,0],[-1,-1],[-2,1],[-1,2],[-1,0],[-1,0],[-1,1],[1,3],[0,1],[0,1],[-1,1],[-1,1],[0,2],[0,2],[0,1],[0,1],[-1,3],[-1,1],[0,1],[1,1],[0,2],[0,1],[0,1],[0,4],[0,1],[0,2],[1,1],[1,2],[0,2],[0,1],[0,2],[0,1],[0,1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,2],[-1,2],[0,1],[-1,1],[-1,2],[-2,2],[-1,1],[-1,0],[1,-1],[1,-2],[0,-1],[1,-1],[1,-2],[1,-1],[1,-3],[1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-1],[-1,0],[-2,1],[-1,1],[0,2],[0,1],[-1,2],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,1],[-1,2],[0,1],[0,2],[0,2],[-1,3],[0,2],[-1,3],[-1,2],[0,1],[0,1],[0,1],[0,1],[-1,2],[-1,2],[-1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,3],[-1,3],[0,1],[-1,-1],[0,-1],[-1,1],[1,0],[0,1],[-1,1],[0,-1],[0,-1],[-1,0],[-1,1],[1,1],[1,2],[1,2],[1,2],[0,1],[0,1],[1,1],[1,1],[-1,2],[-1,1],[-1,1],[0,-1],[-2,-3],[-1,-2],[0,-1],[0,-2],[-1,-3],[-1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-2,1],[-1,0],[-2,1],[0,1],[-1,0],[-2,2],[0,2],[0,1],[-1,0],[-1,0],[-1,0],[1,-1],[0,-2],[0,-1],[-1,-1],[-1,-2],[0,-2],[-2,1],[-1,1],[0,1],[0,3],[-2,1],[0,-1],[-1,-1],[0,-2],[1,-4],[1,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-2,1],[-1,2],[-1,2],[-1,0],[-1,2],[0,1],[0,1],[1,1],[1,1],[1,0],[1,1],[0,1],[0,1],[0,1],[1,1],[1,2],[2,1],[0,1],[0,1],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[1,0],[0,1],[0,-1],[-1,0],[0,2],[0,1],[0,1],[0,2],[1,1],[0,1],[1,1],[1,2],[0,1],[-1,-1],[0,-2],[0,-1],[-1,0],[-1,0],[-2,2],[0,1],[-1,1],[1,2],[1,1],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,-1],[1,-1],[1,0],[1,0],[2,0],[2,0],[1,1],[2,1],[1,0],[1,0],[2,1],[1,0],[2,2],[1,2],[2,1],[1,1],[2,1],[1,1],[2,1],[1,0],[0,-1],[2,0],[1,0],[1,0],[1,-1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,3],[0,1],[0,1],[-1,3],[-1,0],[-1,0],[0,-1],[-1,-4],[-1,-3],[-1,-1],[-1,0],[-1,2],[-1,0],[1,1],[0,2],[1,3],[0,3],[0,2],[0,2],[0,1],[1,1],[1,0],[2,1],[2,2],[1,2],[0,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[1,-1],[1,0],[1,1],[0,3],[0,1],[0,2],[-1,3],[0,3],[0,1],[0,1],[0,1],[1,2],[0,1],[1,1],[1,3],[1,1],[1,2],[1,1],[1,1],[1,1],[1,0],[1,2],[1,2],[1,1],[0,1],[1,2],[1,1],[1,1],[0,3],[0,2],[0,1],[0,3],[0,2],[1,4],[0,3],[1,2],[0,1],[1,1],[1,0],[2,1],[1,1],[0,2],[0,1],[0,3],[1,1],[2,1],[1,3],[1,3],[1,1],[0,2],[1,2],[0,1],[0,2],[0,1],[0,3],[1,1],[1,0],[1,0],[0,1],[1,1],[-1,0],[-1,-1],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,2],[0,3],[0,1],[0,1],[-1,1],[-1,-1],[0,-2],[0,-1],[-1,-3],[0,-1],[-1,-1],[-1,-3],[-1,-3],[0,-1],[0,-2],[0,-2],[-2,-4],[-1,-3],[-1,-1],[-1,-2],[0,-1],[-2,-2],[-1,-1],[-1,-2],[-1,-1],[-2,-3],[-1,-2],[0,-1],[0,-2],[-1,-2],[0,-3],[-1,-1],[0,-4],[0,-2],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-4],[-4,-4],[0,-1],[-2,-4],[-1,-1],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-2],[0,-2],[-1,-2],[0,-2],[-1,-3],[-1,0],[-1,0],[0,1],[-1,-1],[-2,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-2],[1,-1],[0,-2],[-1,-3],[0,-1],[0,-2],[-1,-1],[-1,1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,-2],[-1,0],[-2,-1],[-1,0],[-2,1],[-1,0],[-2,0],[-2,1],[-1,0],[-1,0],[-1,1],[0,1],[1,2],[0,1],[-1,1],[0,-1],[0,-1],[-1,-2],[0,-2],[-2,-2],[-1,-1],[0,-1],[0,-2],[0,1],[1,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[1,1],[0,1],[-1,1],[-1,0],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-3],[-1,-2],[0,-2],[-1,-1],[-2,0],[-1,-1],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[1,1],[1,2],[0,1],[0,2],[0,1],[0,1],[1,0],[0,-1],[1,1],[1,0],[1,1],[0,2],[0,2],[0,1],[-1,1],[-1,0],[-1,1],[0,-1],[1,-1],[-1,-3],[-1,0],[0,-2],[-1,-1],[-1,-1],[-1,1],[0,3],[1,1],[0,2],[0,1],[0,2],[1,1],[0,1],[2,-1],[0,2],[0,2],[0,1],[0,1],[0,2],[1,2],[1,1],[1,1],[1,2],[0,1],[1,2],[1,1],[1,2],[1,1],[0,1],[1,1],[1,2],[0,1],[1,2],[0,1],[0,1],[1,1],[1,1],[2,1],[1,1],[1,1],[1,2],[1,1],[1,0],[1,0],[1,1],[1,1],[2,2],[0,1],[1,0],[1,0],[2,0],[1,3],[0,1],[-1,0],[-1,0],[-1,0],[-2,1],[0,1],[1,2],[1,1],[0,3],[1,2],[0,1],[0,4],[1,3],[1,2],[1,3],[1,2],[0,1],[1,2],[0,2],[0,1],[0,1],[0,6],[1,1],[0,1],[1,1],[1,1],[1,1],[1,1],[0,1],[1,1],[1,1],[0,1],[1,0],[1,0],[1,0],[-1,1],[-1,0],[-2,0],[-1,0],[0,-1],[-2,-1],[-2,-2],[0,-1],[-1,-1],[-2,-2],[-1,1],[-2,1],[-1,1],[-1,1],[-1,3],[0,2],[1,0],[1,2],[1,1],[0,1],[1,1],[1,0],[1,3],[1,2],[0,1],[1,2],[1,2],[1,1],[1,2],[0,1],[1,1],[1,1],[1,1],[1,2],[1,2],[1,2],[1,1],[0,1],[0,1],[1,2],[1,1],[0,2],[0,2],[1,1],[0,2],[1,1],[1,4],[1,2],[0,1],[0,3],[-1,1],[0,1],[-1,1],[-1,3],[0,2],[1,1],[1,2],[0,1],[1,2],[1,1],[1,1],[2,3],[1,1],[1,1],[1,2],[0,2],[0,1],[0,1],[1,1],[2,1],[1,0],[1,0],[2,2],[0,1],[0,1],[0,1],[2,0],[1,0],[1,0],[1,1],[2,1],[0,1],[1,1],[1,2],[0,2],[1,3],[1,1],[1,3],[0,2],[1,0],[0,2],[1,1],[1,2],[0,1],[-2,1],[-1,-1],[-2,-2],[0,-1],[-1,-1],[0,-2],[-2,-3],[-2,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-2,-3],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-2,-2],[-1,0],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,-1],[0,-1],[-1,-1],[-1,-1],[-1,-3],[0,-2],[0,-2],[-1,-1],[0,-3],[0,-3],[0,-2],[-1,-3],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-3],[-1,-1],[-1,-3],[-1,-3],[-1,-1],[-1,-2],[-1,-2],[0,-1],[-1,-1],[-1,-2],[-1,-1],[0,-2],[-2,-1],[-1,-2],[-1,-1],[-1,-3],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[0,-1],[0,-2],[-1,-2],[-1,-1],[0,1],[0,1],[-1,-1],[-1,0],[-1,-2],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-1,1],[-1,1],[-1,0],[-2,0],[0,-2],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,1],[-1,1],[1,0],[0,1],[1,0],[1,0],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,2],[0,2],[0,3],[0,1],[1,1],[1,0],[1,1],[0,1],[-2,3],[-1,0],[0,1],[-1,1],[0,1],[1,2],[1,1],[0,1],[1,1],[1,3],[1,2],[0,2],[0,2],[0,2],[1,3],[1,1],[1,1],[0,1],[1,0],[1,2],[1,2],[1,2],[0,3],[0,1],[0,1],[1,0],[0,3],[1,2],[0,1],[1,1],[1,2],[2,2],[1,1],[1,2],[1,1],[1,2],[1,1],[0,2],[-1,-1],[-1,-2],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,2],[-1,1],[-1,2],[-2,0],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,0],[1,-2],[0,-1],[1,-1],[-1,-1],[0,-2],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,2],[-1,2],[-1,2],[-1,1],[0,-1],[0,-1],[-2,-5],[0,-1],[0,-4],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[-2,1],[-1,-1],[-1,-3],[-2,-2],[-1,-2],[-1,0],[-1,-2],[-1,-1],[-1,-1],[-2,-2],[-1,0],[0,-1],[0,-2],[-1,0],[-1,-1],[-2,0],[-2,-2],[-1,-2],[-1,0],[0,2],[0,2],[0,2],[1,1],[1,3],[1,1],[1,2],[1,2],[1,1],[1,1],[1,1],[1,2],[1,2],[1,2],[1,2],[0,1],[0,3],[1,2],[0,1],[0,1],[1,1],[1,0],[1,1],[0,1],[0,1],[0,1],[-2,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,1],[0,3],[0,3],[1,2],[1,1],[1,0],[0,-1],[1,0],[1,2],[1,1],[1,0],[0,1],[1,1],[1,2],[0,2],[1,1],[2,2],[2,1],[1,2],[1,2],[2,1],[2,1],[2,1],[1,1],[2,1],[1,1],[1,1],[1,2],[1,2],[1,1],[0,1],[1,3],[0,2],[0,1],[0,2],[-2,0],[-1,0],[0,-1],[-1,-4],[-1,-1],[-1,-2],[-1,-2],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-2,0],[-1,-1],[-1,-1],[-1,-1],[0,1],[0,1],[0,3],[0,1],[0,1],[-1,1],[0,1],[0,3],[0,1],[0,1],[1,1],[1,0],[1,2],[2,2],[0,1],[1,2],[1,2],[1,1],[1,1],[2,2],[1,3],[1,1],[-1,2],[0,2],[0,1],[0,1],[-1,0],[0,-1],[0,-3],[0,-1],[0,-2],[-1,-1],[0,-1],[-2,-1],[0,-1],[-2,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[0,-1],[-1,0],[-2,2],[-2,0],[-1,0],[-1,-1],[-1,-3],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,-3],[1,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-2],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-1,0],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-3],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-1],[1,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[0,1],[-2,3],[0,1],[0,1],[0,1],[0,2],[-1,1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-3],[0,-2],[0,-2],[1,-1],[0,-2],[0,-1],[-1,-1],[-1,-2],[-1,-2],[0,-2],[0,-3],[-1,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[1,1],[0,3],[1,0],[1,0],[1,-1],[0,2],[0,1],[-2,0],[-2,0],[0,1],[-1,0],[-1,1],[-1,1],[0,1],[0,2],[0,1],[0,2],[1,1],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[1,1],[-1,0],[-1,-1],[-1,0],[0,1],[0,1],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,-2],[-1,-1],[0,-1],[-2,1],[0,2],[0,3],[0,1],[1,2],[2,1],[0,1],[1,0],[0,1],[1,0],[1,1],[0,-1],[1,0],[1,0],[0,1],[1,0],[1,1],[0,1],[-1,4],[0,2],[0,1],[-1,1],[-1,0],[0,1],[0,1],[-1,2],[0,1],[-1,1],[0,-1],[0,-4],[0,-1],[1,-1],[1,-2],[1,-1],[0,-2],[-1,-2],[0,-1],[-1,1],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,1],[-1,2],[-1,1],[-1,1],[-1,1],[-1,1],[0,1],[0,4],[0,1],[1,1],[1,1],[1,1],[0,1],[0,1],[0,1],[1,1],[1,1],[3,1],[3,1],[1,1],[1,1],[1,1],[1,2],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-2,-1],[-2,-2],[-1,0],[0,-1],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[1,1],[1,1],[-2,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-2],[-1,-3],[-1,-3],[0,-1],[-1,0],[0,-1],[0,-2],[0,-1],[1,-1],[1,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,1],[-1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-3],[-1,-1],[1,-1],[1,-1],[0,-3],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,1],[-1,0],[-1,0],[0,1],[1,2],[1,2],[0,1],[0,1],[0,3],[-1,3],[0,2],[-1,1],[-1,1],[-2,0],[-1,-1],[-1,0],[0,1],[0,1],[-2,0],[-1,-1],[-1,0],[0,-1],[0,1],[-1,1],[0,1],[1,2],[0,1],[1,1],[1,1],[1,0],[1,0],[0,1],[1,1],[1,1],[2,2],[1,0],[1,1],[1,1],[0,1],[1,1],[1,0],[1,1],[1,0],[-2,-2],[-1,-2],[-1,-2],[-2,-2],[-1,-2],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[1,1],[1,2],[2,1],[1,2],[2,3],[1,1],[1,2],[1,1],[0,1],[1,0],[2,2],[1,1],[1,1],[1,1],[1,1],[-1,1],[1,1],[1,0],[1,1],[1,0],[1,1],[1,2],[1,0],[1,1],[2,2],[2,1],[1,1],[2,1],[0,1],[0,1],[1,0],[1,1],[2,2],[1,1],[2,2],[0,1],[1,1],[1,0],[1,1],[1,1],[-1,1],[-2,-1],[-1,1],[-1,0],[-1,-1],[-1,-2],[0,-1],[-1,0],[-2,-2],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,1],[-1,1],[0,1],[1,0],[0,1],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[1,0],[1,1],[0,1],[0,2],[-1,1],[0,-1],[-1,-2],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[1,1],[2,1],[1,0],[1,0],[1,0],[2,1],[0,1],[1,1],[2,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[1,1],[0,1],[1,2],[1,0],[1,1],[2,1],[2,1],[1,0],[2,0],[1,0],[1,1],[2,2],[1,1],[1,0],[2,1],[2,1],[0,1],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[0,2],[0,2],[1,1],[1,1],[1,1],[2,2],[1,1],[1,1],[2,1],[2,3],[1,4],[1,1],[1,3],[2,0],[1,0],[1,2],[1,1],[0,1],[1,4],[2,2],[1,2],[0,1],[0,1],[0,2],[1,2],[1,0],[1,0],[1,0],[3,1],[1,0],[0,1],[1,0],[2,0],[1,0],[0,1],[1,0],[1,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[1,1],[1,3],[-1,2],[0,1],[-1,0],[-1,-1],[-1,0],[-1,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-2,-1],[-1,-1],[-2,0],[0,1],[-1,3],[2,3],[1,2],[0,1],[1,2],[0,3],[0,2],[0,1],[0,3],[0,1],[-1,0],[-1,3],[-1,1],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[-2,0],[-1,-1],[-1,-2],[1,-3],[0,-2],[1,-2],[1,-2],[1,-1],[0,-2],[0,-1],[0,-2],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-2],[-1,-2],[-1,-3],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-2],[-1,-1],[0,-2],[0,-1],[0,-3],[0,-2],[-1,-1],[-1,-2],[-2,-1],[0,-2],[-2,-1],[-1,-1],[-1,-2],[0,-2],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[-2,-1],[0,-2],[-2,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,-2],[0,-1],[0,-2],[-1,-1],[-2,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,1],[0,2],[-1,1],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,1],[-1,0],[-1,0],[0,-1],[-2,0],[-1,0],[-1,2],[-2,1],[0,1],[0,1],[0,4],[0,1],[1,1],[1,1],[1,0],[1,0],[1,1],[1,1],[1,1],[0,1],[1,1],[1,0],[0,1],[1,1],[0,2],[0,1],[1,1],[1,1],[1,1],[2,1],[1,1],[0,1],[1,-1],[1,0],[1,-1],[1,1],[1,1],[1,1],[1,0],[1,2],[0,1],[0,2],[-1,1],[-2,-3],[-1,0],[0,-2],[-1,-1],[-2,-1],[-1,1],[-1,1],[-2,0],[-2,2],[-1,1],[-1,-1],[-2,0],[-1,-1],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-3],[0,-1],[-1,-1],[-2,-1],[-1,0],[-1,1],[-1,0],[1,2],[1,1],[0,2],[1,1],[0,1],[0,1],[-1,0],[0,-1],[-2,-1],[-1,-3],[-1,-2],[-1,-2],[0,-3],[-1,-3],[-1,-2],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-2],[0,-1],[0,-3],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-1],[-1,1],[0,1],[-1,1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-3,1],[-1,3],[-1,1],[-1,0],[0,-2],[0,-1],[-2,-1],[-1,0],[-2,0],[-1,1],[-1,3],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[-2,2],[0,1],[0,1],[1,1],[1,1],[-1,0],[0,1],[-1,1],[0,3],[0,1],[1,0],[2,1],[0,3],[1,0],[1,0],[2,0],[0,1],[1,0],[1,0],[2,-2],[0,-1],[1,0],[-1,2],[-1,1],[0,1],[0,1],[2,1],[2,1],[2,0],[1,0],[1,0],[1,0],[2,0],[0,1],[1,1],[1,0],[-1,1],[-1,1],[0,2],[1,3],[1,1],[1,1],[0,1],[2,1],[1,1],[1,2],[2,1],[2,1],[1,2],[2,1],[1,1],[0,1],[1,0],[1,1],[1,0],[0,1],[1,1],[1,2],[2,1],[0,1],[1,3],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-1,1],[-3,0],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,1],[-1,0],[-1,0],[0,2],[0,3],[0,2],[-1,1],[0,-1],[-1,0],[0,-1],[-1,-5],[0,-3],[-1,-1],[-1,-2],[-2,-3],[0,-1],[-2,-1],[-1,-3],[-1,-1],[-2,-1],[-1,0],[-1,1],[-1,1],[-1,0],[0,-1],[0,-3],[1,-2],[0,-1],[-1,-1],[-2,-1],[-3,0],[0,1],[-1,0],[-1,0],[-2,1],[0,1],[0,3],[1,0],[1,1],[1,1],[1,1],[0,1],[1,2],[2,1],[0,1],[1,1],[1,1],[1,1],[1,1],[0,1],[1,1],[1,0],[1,1],[1,0],[2,2],[1,2],[0,1],[1,1],[2,0],[1,0],[0,1],[0,2],[2,2],[2,2],[1,0],[1,0],[0,2],[3,1],[1,0],[1,1],[0,1],[1,2],[1,0],[1,2],[2,0],[2,1],[1,1],[2,1],[1,0],[1,0],[1,1],[2,0],[2,-1],[1,-1],[1,0],[1,0],[1,0],[1,1],[1,0],[0,1],[1,1],[1,0],[1,0],[2,1],[2,1],[1,1],[2,1],[1,1],[2,2],[1,2],[1,1],[1,1],[1,0],[2,1],[2,1],[1,1],[3,1],[0,1],[1,1],[1,1],[1,2],[0,3],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[1,4],[1,0],[1,0],[2,1],[1,2],[2,2],[2,2],[1,1],[1,2],[1,2],[0,1],[2,1],[1,0],[1,1],[0,1],[1,0],[0,2],[2,1],[1,0],[1,0],[1,1],[1,1],[-1,2],[0,2],[1,2],[-1,1],[0,2],[-1,3],[0,1],[1,1],[1,1],[1,1],[0,3],[1,1],[1,2],[1,1],[0,2],[0,1],[-1,0],[1,1],[0,1],[0,1],[2,1],[-1,2],[-1,1],[-1,1],[-2,-2],[-1,-2],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-1],[-1,-2],[-1,-2],[0,-1],[-1,-2],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-2],[-1,-3],[-1,-1],[-1,-2],[-1,-2],[-2,-2],[-1,0],[-2,1],[-1,3],[0,2],[-1,1],[0,2],[0,2],[-1,0],[0,1],[0,1],[-1,2],[-1,3],[0,1],[0,5],[-1,3],[0,1],[-1,0],[0,2],[1,1],[1,0],[0,-1],[2,1],[1,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,2],[0,1],[-1,1],[-1,1],[0,1],[0,2],[0,1],[-1,1],[-1,0],[-1,1],[-1,1],[0,1],[-1,2],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,4],[-1,0],[-1,-2],[0,-2],[0,-1],[1,-2],[0,-1],[0,-2],[0,-3],[0,-3],[1,-1],[1,-1],[0,-1],[1,-1],[-1,-1],[0,-2],[0,-2],[-1,-3],[-1,-2],[0,-1],[0,-2],[0,-2],[1,-1],[1,-3],[1,-2],[0,-3],[1,-3],[1,-1],[-1,-1],[0,-1],[-1,-2],[0,-3],[0,-1],[-1,-1],[-2,-2],[0,-1],[-1,-2],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-2],[0,-1],[-1,-2],[-1,-2],[-1,-2],[0,-2],[-1,-1],[-1,-2],[-2,-5],[-1,-2],[-2,-2],[-1,-1],[-1,-2],[-2,-1],[-1,-1],[-1,0],[-2,-2],[-2,-2],[-1,-1],[0,-2],[-2,-1],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-2,-2],[-1,0],[-1,1],[0,2],[1,1],[0,1],[1,0],[1,1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[-2,-2],[-2,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,-3],[-1,0],[-1,0],[-1,0],[0,-1],[-2,-1],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-2,-1],[-1,-1],[-1,-2],[0,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-2,1],[-1,1],[0,2],[-1,1],[0,1],[1,-1],[1,1],[0,1],[1,2],[0,1],[0,1],[-1,0],[-2,0],[-2,0],[-1,1],[0,1],[0,4],[-1,1],[-1,1],[0,1],[2,2],[1,1],[1,1],[1,1],[2,1],[1,1],[1,0],[2,1],[1,1],[1,1],[1,2],[0,1],[2,0],[4,4],[0,1],[4,3],[1,1],[1,1],[2,0],[1,1],[1,0],[1,2],[2,1],[1,1],[1,0],[3,2],[2,1],[2,0],[2,1],[1,0],[2,1],[1,1],[0,1],[2,3],[0,1],[0,1],[-2,0],[-1,1],[-2,1],[-1,-2],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,2],[1,0],[1,1],[1,0],[1,-1],[1,1],[0,1],[1,0],[0,1],[2,0],[2,1],[1,0],[2,0],[1,1],[-1,1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[-2,0],[-1,3],[-1,3],[1,1],[0,1],[0,1],[1,0],[2,0],[0,-1],[3,-1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,-3],[-1,-1],[0,-1],[1,-1],[1,0],[1,2],[0,2],[0,1],[-1,0],[-1,1],[-1,2],[-1,1],[-1,1],[0,-1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[-2,0],[-1,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-2],[0,-2],[-1,-1],[-1,1],[-1,3],[0,1],[-1,3],[0,3],[1,0],[1,0],[-1,3],[0,1],[-1,2],[0,2],[-1,0],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,1],[0,1],[-1,1],[0,2],[1,2],[0,1],[1,2],[1,2],[0,1],[1,3],[1,3],[0,2],[1,1],[0,1],[2,3],[0,1],[1,1],[0,1],[2,2],[2,1],[2,1],[1,1],[2,1],[1,1],[0,1],[1,0],[-1,1],[-3,0],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-2,0],[-1,0],[0,-1],[0,-1],[-1,-3],[-1,-2],[-1,-2],[-1,-3],[0,-1],[-1,0],[-1,1],[0,-1],[-1,-1],[0,-3],[-1,-1],[0,-2],[0,-1],[-1,-4],[0,-1],[-1,-3],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[-3,1],[-1,1],[-1,1],[-1,1],[0,1],[-2,3],[-1,1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,-1],[0,-2],[1,0],[3,-1],[2,-1],[1,-1],[2,-2],[0,-1],[1,0],[2,-1],[1,-2],[2,-1],[1,-2],[2,-2],[1,0],[0,-1],[0,-1],[-1,-2],[-1,-2],[1,0],[1,0],[1,0],[1,2],[0,1],[1,1],[1,0],[1,0],[0,-1],[1,-2],[1,0],[1,0],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[2,-3],[0,-2],[0,-1],[0,-4],[1,-2],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[2,-3],[0,-1],[1,-1],[1,-1],[0,-1],[0,-3],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-2,-1],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,-1],[-1,-1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[-1,2],[-1,3],[-1,1],[0,1],[0,1],[0,1],[1,3],[0,1],[-2,1],[-1,1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,-1],[-1,0],[-1,-2],[-1,0],[0,-1],[0,-3],[1,1],[2,0],[2,0],[1,1],[1,-1],[1,0],[2,-2],[1,-1],[1,-2],[1,0],[0,-2],[1,-1],[2,-2],[2,0],[0,-1],[1,-2],[1,-1],[0,-2],[0,-3],[0,-3],[-2,-1],[-2,-1],[-1,-1],[-2,-2],[-2,-2],[-1,-1],[-2,-1],[-2,-1],[-2,3],[0,2],[0,3],[0,2],[0,1],[1,1],[0,1],[0,4],[-1,2],[1,3],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,2],[-1,2],[-1,2],[0,3],[0,3],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[-1,2],[0,1],[0,1],[0,2],[-1,0],[-1,1],[0,-1],[-1,-3],[0,-3],[2,0],[1,-1],[1,-1],[0,-2],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-2,-2],[-1,-1],[-1,1],[-1,1],[-1,1],[0,2],[-1,3],[-2,2],[0,-1],[0,-3],[0,-2],[1,-3],[0,-1],[1,-2],[1,-1],[1,-1],[1,-1],[1,-1],[0,-3],[-1,-2],[-1,-2],[0,1],[-1,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-2,1],[-1,1],[0,1],[0,1],[0,2],[-1,0],[-1,1],[-1,-1],[-1,0],[-2,2],[0,1],[-1,1],[-1,0],[1,-2],[0,-1],[-1,-1],[-1,0],[-1,-1],[1,-1],[-1,-3],[0,-2],[1,-1],[1,-2],[0,-1],[1,-2],[0,-2],[1,-3],[0,-3],[0,-2],[0,-2],[0,-1],[-1,0],[-2,3],[-1,1],[-2,3],[-1,2],[0,1],[0,1],[-1,3],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[0,2],[1,2],[1,1],[0,2],[0,3],[-1,1],[0,1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-2],[-1,-3],[-1,-2],[-1,-2],[0,-1],[1,-1],[1,0],[0,-1],[1,-1],[2,-2],[1,-3],[0,-2],[1,-1],[1,-1],[0,-1],[0,-2],[1,-1],[0,-1],[1,-1],[1,-1],[0,-2],[1,-1],[0,-2],[0,-2],[1,-2],[1,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,2],[-1,1],[0,1],[0,2],[-1,4],[0,2],[-1,3],[0,2],[-1,0],[-1,-2],[-1,0],[1,-1],[1,-2],[1,-3],[0,-2],[0,-4],[0,-1],[-1,-2],[-1,0],[-1,0],[-2,1],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,2],[0,1],[-1,2],[0,1],[-1,0],[-1,0],[0,1],[-2,3],[-1,2],[0,-1],[0,-1],[1,-2],[1,-1],[0,-1],[0,-1],[2,-3],[1,-1],[1,-2],[1,-2],[1,-2],[1,-2],[0,-1],[-1,0],[0,1],[-2,2],[-2,2],[0,1],[-1,1],[-1,1],[-2,1],[-1,0],[-1,2],[-1,0],[0,1],[-1,1],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,2],[-1,1],[-2,0],[-2,-1],[0,-1],[-2,0],[-1,1],[0,1],[-1,1],[0,2],[0,1],[-1,1],[2,2],[1,1],[1,1],[1,1],[1,2],[1,1],[-1,1],[0,-1],[-1,-1],[-2,-2],[-1,-1],[-1,-2],[-2,-2],[-2,-1],[-3,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-3,1],[0,1],[0,1],[0,1],[1,0],[1,1],[1,2],[2,1],[1,2],[1,1],[1,0],[1,2],[0,1],[-1,2],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[0,-1],[0,-2],[0,-1],[-2,-1],[-2,0],[-1,1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,-3],[-1,-3],[-2,-1],[-2,-1],[0,-1],[-1,0],[-1,-1],[0,1],[0,2],[0,2],[-1,2],[0,2],[0,1],[1,0],[0,1],[0,1],[-1,2],[-1,2],[0,1],[-2,2],[1,1],[0,1],[1,0],[2,1],[0,1],[0,-1],[-1,0],[-1,0],[-3,1],[-1,0],[-1,-1],[0,-3],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,2],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,2],[1,2],[0,1],[0,3],[0,2],[-2,0],[0,1],[-1,2],[0,3],[1,1],[1,1],[1,1],[2,3],[2,2],[0,1],[1,1],[1,1],[1,2],[2,1],[0,1],[0,2],[1,1],[2,0],[1,-1],[0,1],[0,2],[0,1],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,-3],[-2,-2],[-1,-1],[-1,-1],[0,-2],[-1,-3],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-1,1],[-1,-1],[1,0],[1,-1],[-1,-1],[-1,1],[-1,0],[0,1],[-1,-1],[1,-1],[0,-1],[-1,0],[1,0],[0,1],[-1,-1],[0,-1],[1,-1],[1,-1],[1,-2],[1,-1],[1,-2],[2,-3],[1,-2],[1,-1],[2,-3],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,1],[-1,1],[-2,-2],[0,-1],[-1,-2],[-1,-1],[-2,-1],[1,0],[1,0],[1,1],[1,0],[1,-1],[2,0],[2,-1],[-1,-3],[-2,0],[-1,-1],[-2,-1],[-1,0],[-3,-1],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[0,1],[0,1],[0,1],[1,1],[1,0],[1,0],[1,0],[2,2],[1,0],[3,0],[1,1],[-1,1],[-1,0],[0,-1],[-2,0],[-2,0],[-2,0],[-1,0],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,2],[-2,-1],[0,-3],[0,-2],[0,-1],[-2,-1],[-1,-1],[-2,0],[-2,-1],[-1,1],[-1,3],[-1,2],[1,1],[1,0],[1,0],[0,1],[1,0],[0,2],[-1,0],[-1,0],[0,-1],[-2,-3],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-2],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-2],[1,0],[1,1],[1,0],[2,0],[1,0],[2,2],[2,1],[1,1],[2,1],[-1,0],[0,1],[1,0],[1,0],[1,1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[-1,-2],[-2,-3],[-2,-2],[-1,0],[0,-1],[-1,-1],[-1,-2],[0,-1],[1,1],[1,1],[1,0],[1,0],[1,2],[1,0],[2,1],[1,1],[1,1],[1,1],[1,2],[1,0],[1,0],[2,2],[1,0],[1,1],[1,1],[1,0],[1,0],[1,-1],[1,0],[2,-1],[1,1],[2,0],[1,0],[2,0],[0,1],[1,1],[2,1],[1,1],[1,-1],[1,0],[1,1],[1,0],[0,-1],[1,-1],[1,0],[2,-1],[1,0],[0,1],[1,-1],[1,0],[1,-1],[1,-1],[1,-2],[1,0],[1,-1],[0,-1],[-1,-1],[0,-2],[-1,-2],[-1,-1],[-1,1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-2],[0,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[0,-2],[1,0],[1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,1],[-1,1],[0,1],[-1,0],[-2,2],[-1,1],[-2,1],[-1,0],[-1,1],[0,-1],[-2,-2],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-2],[0,-1],[-2,0],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[0,3],[-2,1],[-2,2],[-1,0],[-1,-1],[-1,-1],[0,-1],[1,0],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,1],[0,1],[-1,2],[-2,1],[-1,-2],[-1,0],[0,-1],[-1,-1],[-1,1],[-3,0],[-2,0],[0,1],[2,2],[1,1],[1,1],[0,1],[-1,0],[0,1],[0,3],[1,0],[2,-1],[1,2],[1,0],[1,1],[0,1],[2,2],[1,0],[0,1],[-1,0],[-2,-1],[-1,-1],[-1,-2],[-2,-2],[-1,0],[-1,1],[0,1],[1,2],[1,0],[1,0],[1,0],[2,2],[0,1],[-1,2],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,2],[-1,3],[0,1],[1,2],[1,3],[0,1],[1,2],[1,1],[1,2],[0,1],[-1,2],[2,1],[1,2],[2,2],[1,0],[1,-1],[2,-1],[0,1],[2,0],[1,1],[0,2],[-1,0],[0,1],[1,1],[1,-1],[1,0],[1,0],[1,1],[1,2],[0,2],[1,1],[0,1],[0,-1],[1,0],[0,-1],[2,0],[1,0],[0,1],[0,1],[1,0],[2,0],[1,0],[1,2],[1,0],[2,1],[0,2],[-1,1],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,0],[-2,-1],[-1,0],[0,1],[0,1],[1,1],[0,1],[2,0],[1,0],[1,0],[1,0],[1,1],[0,2],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[0,1],[-1,1],[-1,-1],[-1,-1],[-1,-2],[-1,0],[-1,0],[0,1],[0,1],[-1,0],[-2,-1],[-2,-2],[-1,-1],[-1,0],[-1,2],[-2,1],[-1,0],[0,1],[1,1],[1,1],[1,1],[2,2],[1,0],[1,0],[2,1],[1,1],[1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,1],[-1,0],[1,3],[1,2]],[[4119,3831],[1,0],[1,0],[1,1],[1,0],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[-1,-1],[0,-2],[0,-1],[-2,-1],[-2,0],[0,-1],[-1,0],[-1,0],[-2,0],[0,1],[1,2],[1,3],[0,1],[2,1]],[[4159,3870],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-3],[-1,-2],[-1,-1],[-3,1],[0,1],[1,0],[0,1],[1,2],[1,2],[1,1],[0,1],[1,1],[2,2],[1,-1]],[[2851,2192],[1,1],[1,0],[0,1],[1,1],[1,0],[1,-1],[0,-1],[0,-2],[1,-1],[2,0],[1,-1],[0,-1],[-1,-1],[-2,0],[-3,-1],[-1,0],[-1,-1],[0,1],[-1,0],[0,1],[2,2],[1,0],[1,0],[0,2],[-1,0],[-1,-1],[-1,0],[-1,2]],[[2834,2165],[2,1],[2,1],[1,1],[2,0],[1,0],[1,1],[0,1],[2,2],[1,0],[0,2],[1,1],[1,1],[1,1],[2,1],[1,0],[1,2],[0,1],[1,1],[0,1],[1,0],[1,-1],[-1,-1],[0,-1],[2,0],[1,1],[1,2],[2,1],[1,1],[0,-2],[-1,0],[0,-1],[0,-3],[-1,-1],[0,-3],[0,-2],[-1,-3],[0,-2],[0,-1],[-1,0],[-2,-1],[0,1],[0,2],[0,3],[0,1],[0,1],[1,2],[0,1],[-1,0],[-1,0],[-1,2],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[0,-2],[0,-3],[0,-1],[-1,-2],[0,-2],[-1,-1],[1,0],[1,0],[1,-1],[0,-1],[-1,-2],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-2,-2],[-1,0],[0,1],[-1,1],[-1,-1],[-1,-1],[-1,-1],[-1,1],[-3,-1],[-1,-1],[-1,0],[0,1],[-2,1],[-1,0],[-1,1],[1,2],[0,1],[-1,1],[1,1],[0,1],[1,1],[0,1],[0,2],[1,1],[1,0],[1,0],[1,-1],[1,0],[2,-1],[0,1],[-1,0],[-1,0],[-1,1],[-1,2],[0,1],[1,3],[1,1]],[[4131,3849],[1,-2],[0,-1],[0,-3],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-2],[0,-2],[-1,-1],[0,2],[-1,2],[1,2],[0,1],[-1,1],[0,2],[1,0],[1,0],[0,2],[-1,1],[0,1],[-1,2],[-1,0],[1,1],[1,1],[2,3],[0,1]],[[4182,3903],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[0,-2],[-1,0],[-1,-1],[-1,-3],[1,0],[1,1],[2,1],[1,-1],[1,-1],[0,-2],[1,-1],[1,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,-2],[-1,3],[0,1],[1,1],[0,2],[0,1],[-2,0],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,-2],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-2,1],[-1,1],[0,2],[0,1],[0,2],[0,3],[-1,2],[0,1],[0,4],[0,1],[-1,1],[0,1],[0,1],[1,1],[1,2],[1,1],[1,1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[1,2],[1,2],[1,0],[1,3],[1,2]],[[4075,3805],[1,-1],[1,-1],[0,-1],[0,-1],[-2,-3],[0,-2],[0,-1],[0,1],[1,1],[0,1],[1,1],[2,0],[1,-2],[-1,-1],[-1,-1],[-1,-3],[0,-1],[-1,-2],[-1,-1],[0,1],[0,1],[-1,3],[-1,2],[-2,3],[1,2],[1,2],[1,1],[0,1],[1,1]],[[3663,3350],[2,1],[1,0],[2,1],[2,0],[0,1],[3,1],[1,0],[3,3],[1,1],[1,0],[1,1],[1,1],[0,1],[2,1],[1,0],[0,-1],[1,-1],[0,-2],[1,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-2,1],[-2,0],[-2,-1],[-2,0],[-2,1],[-1,0],[1,0]],[[4106,3846],[1,0],[1,0],[1,0],[2,0],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-3],[0,-2],[1,-1],[1,-2],[0,-1],[0,-1],[-1,-2],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,1],[-2,1],[-1,0],[-1,0],[0,1],[0,1],[1,1],[0,2],[0,2],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,3],[0,2],[-1,2],[0,1],[0,-1]],[[3649,3341],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,1],[1,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[1,0],[1,0],[2,1],[1,0],[2,0],[1,0],[2,0],[3,0],[1,0],[1,-1],[0,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[2,1],[2,1],[1,0],[2,1],[2,0],[0,-1],[1,0],[1,0],[0,-1],[-1,-1],[-2,-2],[0,-2],[-1,-1],[1,-2],[0,-2],[-1,-1],[-1,-1],[-1,0],[0,-1],[0,-2],[1,-1],[1,0],[-1,-3],[2,0],[0,-1],[-1,-1],[-1,-1],[-2,0],[-2,0],[0,-1],[1,-1],[1,0],[1,0],[1,1],[1,0],[1,-1],[2,0],[0,-2],[0,-3],[-2,0],[-1,0],[-3,0],[-1,1],[-1,-2],[2,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,0],[-1,0],[-2,0],[-2,0],[-1,0],[-3,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[0,-2],[-1,0],[0,-3],[1,-1],[-1,0],[-2,0],[-1,1],[0,2],[0,3],[1,1],[0,1],[1,0],[-1,1],[-1,1],[0,2],[-1,1],[-2,1],[-1,1],[0,1],[0,1],[1,0],[2,0],[2,1],[0,1],[0,2],[-1,0],[0,1],[0,1],[1,1],[2,0],[2,1],[1,0],[1,1],[0,1],[0,1],[-1,1],[0,2],[0,3],[1,1]],[[4080,3826],[1,0],[1,1],[0,-1],[1,0],[1,1],[0,1],[1,2],[0,1],[1,0],[1,1],[1,0],[1,0],[1,1],[0,1],[0,1],[1,2],[2,-3],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,-3],[-1,-1],[0,-1],[1,0],[0,1],[1,1],[1,1],[1,1],[0,3],[1,2],[1,0],[1,0],[0,-1],[1,-1],[1,-2],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[0,-1],[-1,0],[1,-2],[0,-1],[1,0],[2,0],[1,0],[2,0],[1,0],[1,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,-1],[0,-2],[0,-1],[-1,1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[-2,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[0,1],[-2,2],[-1,2],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[0,-2],[-2,-1],[-1,2],[-2,1],[-2,2],[-2,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,3],[-1,0],[0,1],[1,0],[1,1],[2,2],[3,2],[0,2],[0,2],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,1],[-1,0],[0,1],[-2,2],[-1,3],[0,1],[1,1],[1,1],[1,1],[1,2],[0,1],[1,1],[1,0],[1,0],[1,0],[0,1],[-1,1],[-1,0],[-1,-1],[-1,0],[0,-1],[-2,-2],[-1,-3],[-1,0],[-1,0],[0,1],[1,0],[0,1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,2],[0,1],[0,1],[1,2],[-1,2],[2,2],[1,2],[2,2]],[[4263,4011],[1,0],[1,1],[1,0],[2,1],[1,1],[2,1],[3,0],[1,-1],[2,0],[2,0],[0,-1],[-1,-1],[-1,-2],[-1,0],[-1,1],[-1,2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[1,-2],[1,-3],[0,-1],[-1,-1],[-1,0],[-1,1],[-2,0],[0,-1],[1,-3],[0,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,0],[-1,0],[-1,1],[1,1],[0,1],[1,2],[-1,1],[-1,2],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[1,-2],[0,-2],[-1,-1],[-1,1],[0,1],[-1,1],[0,1],[-1,2],[0,1],[1,1],[0,2],[0,3],[-1,3],[0,1],[1,1],[0,1],[1,1],[1,2]],[[3627,3320],[0,1],[2,0],[0,1],[1,1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-3],[1,-1],[1,-2],[2,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-2,1],[-2,1],[-1,0],[0,1],[-1,0],[0,1],[-1,2],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[0,2],[1,0]],[[4095,3850],[2,0],[2,-1],[2,-3],[1,-1],[2,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[0,1],[-1,0],[-1,2],[0,1],[-1,1],[0,1],[0,2],[-1,0],[-1,2],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[0,2],[1,2],[0,2],[1,2],[1,1]],[[4101,3865],[3,2],[2,1],[2,0],[1,1],[2,2],[1,2],[2,2],[1,1],[1,1],[0,2],[1,1],[1,1],[1,0],[2,1],[1,2],[1,0],[1,0],[1,0],[1,-1],[0,-3],[1,-2],[0,-1],[0,-2],[0,-2],[0,-3],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,-4],[0,-3],[0,-1],[-1,-1],[-1,-1],[-2,0],[0,-1],[-1,-2],[-1,-1],[-1,0],[0,1],[-1,3],[-1,1],[0,1],[0,2],[0,2],[0,1],[-1,1],[-2,1],[-2,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[2,1],[2,2],[1,1],[0,1],[-2,-1],[-1,-2],[-1,0],[-2,0],[-1,0],[-2,1],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[1,1]],[[4134,3904],[4,3],[2,1],[1,2],[1,0],[1,1],[1,0],[2,1],[2,1],[2,2],[1,0],[1,1],[1,1],[1,0],[1,0],[1,-3],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-3],[1,-2],[0,-1],[-1,-3],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,3],[-1,0],[0,1],[-2,-1],[2,-3],[1,-2],[0,-2],[1,-2],[1,-3],[-1,-2],[-1,-2],[0,-2],[-1,-1],[0,-1],[0,-2],[1,0],[0,-2],[0,-1],[-1,-1],[-1,-2],[0,-2],[-2,0],[0,1],[0,1],[0,2],[0,1],[-1,-1],[-1,-1],[-3,-1],[0,-1],[-1,0],[0,-1],[-3,-2],[-1,0],[-1,1],[0,2],[0,3],[0,1],[1,1],[1,2],[1,1],[2,2],[1,1],[1,1],[1,1],[-1,1],[-1,3],[-2,2],[0,1],[0,1],[-1,1],[0,2],[1,1],[0,1],[0,1],[-1,1],[0,1],[-2,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[1,1],[2,2],[0,1],[1,1]],[[4070,3841],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-2,1],[0,1],[0,1],[0,1],[2,1],[1,0],[0,1],[0,1],[1,1],[1,0]],[[2831,2227],[1,1],[0,1],[2,0],[0,-1],[0,-1],[2,0],[1,1],[2,0],[1,0],[2,0],[0,-1],[-1,-1],[-2,-2],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-2,0],[0,1],[1,0],[-1,0]],[[2832,2247],[1,0],[1,0],[1,1],[1,1],[0,1],[1,1],[1,0],[2,-2],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,1]],[[2808,2213],[1,0],[2,1],[1,0],[3,1],[1,1],[2,0],[1,0],[1,1],[2,0],[2,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,-1],[1,0],[2,-1],[1,0],[1,1],[1,0],[1,1],[2,0],[2,0],[2,0],[1,0],[0,2],[0,1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,3],[1,2],[1,0],[2,0],[2,1],[1,1],[1,1],[2,1],[2,-1],[1,0],[2,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,1],[1,0],[1,0],[1,0],[1,0],[1,-1],[0,-1],[0,-2],[1,1],[0,1],[1,1],[0,1],[1,0],[1,-1],[1,-2],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[0,-1],[0,-1],[1,0],[-1,-2],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,1],[1,1],[2,1],[1,-1],[1,0],[1,1],[0,1],[0,1],[-1,1],[-1,0],[-2,0],[-1,1],[-1,-2],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,0],[-1,-1],[-1,-1],[-1,0],[0,1],[1,2],[0,1],[0,1],[-1,-1],[-2,-2],[-1,-2],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[-2,0],[-2,0],[-1,1],[-1,0],[-2,0],[-2,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,-1],[0,-2],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[-2,0],[-2,-1],[-2,0],[0,1],[1,2],[-1,2],[0,3],[0,1],[0,1],[-1,0]],[[4444,4231],[0,1],[1,0],[1,1],[1,0],[1,-1],[0,-2],[1,-1],[1,0],[1,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,1],[0,3],[-1,1],[0,3],[0,1],[0,1],[-1,1],[0,1],[1,0]],[[4437,4228],[1,0],[1,0],[0,-2],[0,-2],[1,-3],[0,-2],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[1,0],[2,0],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,2],[1,1],[1,1],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,-2],[0,-1],[-2,-1],[-2,-2],[-1,0],[-1,1],[-2,1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[1,0],[-1,-1],[0,1],[-1,1],[0,1],[1,1],[0,3],[-1,1],[-1,2],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,2],[-1,3],[0,2],[0,1],[1,1]],[[3605,3353],[1,0],[2,0],[1,-1],[0,-1],[1,0],[2,0],[1,-1],[2,0],[1,0],[2,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[1,0],[2,0],[1,0],[1,0],[2,0],[2,0],[2,0],[2,0],[1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[-2,0],[-1,0],[-2,0],[-1,1],[-1,1],[-1,0],[-1,0],[-3,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,2],[0,1],[1,1],[0,1],[0,2],[-1,2],[-1,2],[1,1],[1,-1],[2,-1],[1,1],[1,1],[0,1],[-1,1],[0,1],[-1,1],[1,0],[1,1],[1,0],[1,0],[1,1],[0,1],[1,0],[-1,1],[-1,0],[-2,0],[-2,0],[-1,0],[-1,1],[-1,1],[1,1]],[[2815,2243],[1,0],[1,1],[1,0],[1,0],[2,-1],[1,0],[1,0],[2,-1],[2,0],[1,0],[1,1],[1,0],[1,-1],[2,-1],[3,-2],[1,0],[2,0],[1,0],[2,0],[1,-2],[1,0],[1,-1],[1,-1],[2,0],[1,-1],[1,0],[0,-1],[2,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,1],[-1,0],[-1,-1],[-2,0],[-1,0],[-2,0],[0,-1],[-1,0],[0,1],[0,1],[1,1],[0,1],[-1,0],[-1,0],[-1,-1],[-2,0],[-2,-1],[-2,0],[-1,-1],[-1,0],[-3,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,-1],[0,1],[-1,0],[-1,1],[0,1],[0,2],[1,2],[0,1],[1,1],[-1,0],[-1,0],[-1,1],[0,1],[1,0],[0,2],[0,2],[0,1]],[[4454,4255],[0,-1],[1,-1],[1,-1],[1,-1],[0,-3],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[-2,1],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[-1,3],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1]],[[4487,4300],[1,0],[2,0],[3,-1],[2,-1],[3,-1],[1,-1],[1,0],[1,0],[1,1],[0,-1],[0,-1],[-1,-1],[-2,0],[-1,0],[0,1],[-2,0],[-1,1],[-1,1],[-1,-1],[-2,1],[-1,1],[-1,0],[0,1],[-2,0],[0,1]],[[4466,4286],[1,0],[2,1],[1,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-2],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[0,1],[-2,2],[-1,1],[-1,1],[-1,0],[-2,-2],[0,1],[1,1]],[[2807,2266],[1,1],[1,0],[1,1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[1,1],[0,1],[1,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[1,-2],[1,-2],[0,-1],[1,-1],[0,-2],[0,-1],[-2,-1],[-2,-2],[-1,-1],[-1,-1],[-1,1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[0,1],[-1,1],[-2,0],[-1,0],[0,1],[-2,0],[-1,0],[-2,0],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[1,3],[0,2],[0,1],[-2,0],[-1,0],[1,1]],[[4476,4304],[2,-2],[2,-1],[1,-1],[2,-2],[1,-2],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,2],[0,1],[-1,0],[0,1],[-1,0],[0,2],[0,1],[0,1],[1,1],[0,1],[-1,2],[-1,2],[1,1],[2,0]],[[2786,2238],[1,0],[1,0],[1,1],[0,1],[-1,0],[1,1],[1,0],[1,-1],[1,0],[1,0],[0,-1],[1,1],[1,-1],[1,-1],[0,-1],[1,-2],[0,-3],[0,-2],[-2,0],[-1,-1],[-1,0],[-2,0],[-2,1],[-1,2],[-2,1],[0,1],[0,2],[1,0],[0,1],[-1,1],[-1,0],[1,0]],[[4491,4320],[1,-1],[1,0],[2,1],[0,1],[1,0],[1,-1],[0,-1],[1,-3],[1,-3],[1,0],[0,-1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[-2,1],[0,-1],[1,-3],[0,-1],[1,-2],[0,-1],[1,0],[1,-3],[2,-1],[-1,0],[-1,0],[-2,0],[-1,1],[-1,0],[-1,2],[-1,2],[-1,2],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,2],[1,0],[1,1]],[[3769,3592],[2,1],[1,1],[3,1],[0,1],[1,0],[1,1],[1,1],[1,0],[2,-2],[1,-1],[1,0],[1,1],[2,-1],[1,0],[1,-1],[2,-2],[2,-2],[0,-1],[0,-3],[-3,0],[-1,1],[-1,0],[-1,0],[-1,-1],[-2,0],[-2,1],[-1,1],[-1,1],[-2,2],[-2,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[0,2]],[[3814,3649],[3,-2],[0,-1],[0,-1],[-1,-2],[-1,-2],[0,-1],[-2,0],[0,1],[1,1],[0,1],[0,1],[-1,2],[-1,1],[1,1],[1,1]],[[3766,3604],[2,0],[1,0],[0,1],[0,1],[1,-1],[1,-1],[1,-2],[1,-1],[1,0],[1,1],[1,-1],[-1,-1],[0,-1],[-1,0],[-1,-2],[-1,-1],[-1,-1],[0,1],[-2,1],[-2,1],[-1,2],[-1,2],[0,1],[1,0],[0,1]],[[3747,3586],[1,0],[1,-1],[1,-2],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,1],[-1,2],[-2,1],[-1,3],[0,1],[1,1]],[[4495,4343],[2,1],[0,1],[2,0],[1,1],[1,0],[1,1],[1,1],[1,1],[1,1],[3,0],[1,0],[1,0],[0,-1],[-1,-1],[-1,-1],[0,-2],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[0,-1],[0,-1],[-1,-2],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-3,-1],[-2,-1],[-1,0],[-1,1],[0,1],[-1,2],[0,2],[1,0],[1,-1],[2,-1],[1,0],[0,2],[0,1],[-1,0],[-1,2],[-2,2],[0,1],[1,0],[1,0],[0,2],[-1,1],[0,2],[0,1],[2,1]],[[3775,3620],[1,0],[1,0],[2,1],[2,0],[1,0],[0,-1],[2,0],[1,1],[1,1],[2,1],[1,0],[1,-1],[1,-3],[0,-1],[-1,-2],[-2,1],[-2,1],[-1,0],[-1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,-1],[0,-1],[1,-2],[1,-1],[3,-1],[1,-2],[1,-1],[0,-2],[-3,1],[-2,2],[-2,0],[-2,0],[-1,2],[-1,2],[2,1],[0,1],[0,2],[0,1],[0,1],[0,1]],[[4014,3888],[1,0],[1,0],[1,1],[1,1],[0,1],[1,0],[1,-1],[2,-1],[1,0],[1,0],[1,0],[0,1],[-2,1],[1,3],[0,2],[0,1],[1,0],[1,1],[2,0],[0,-1],[1,0],[1,-1],[1,-1],[2,-2],[3,-1],[2,-2],[0,-1],[1,-1],[0,-1],[1,-2],[1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,-2],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[2,-2],[1,0],[2,-1],[2,-1],[1,-2],[1,-1],[1,-1],[0,-2],[0,-1],[1,-2],[0,-2],[1,-3],[0,-1],[1,-1],[2,-1],[0,-1],[1,0],[1,0],[1,1],[2,0],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[0,-2],[-1,-1],[-1,0],[-1,1],[0,1],[-2,0],[-1,-1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-2],[0,-1],[-1,-2],[-1,-1],[-2,0],[-1,1],[-2,2],[-1,1],[0,2],[-1,2],[0,1],[-2,2],[-1,2],[0,1],[0,1],[0,1],[-1,2],[-1,1],[-1,2],[-1,2],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-2],[1,-1],[0,-2],[1,-2],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-2],[0,-1],[2,-1],[1,-3],[2,-1],[1,0],[1,0],[2,-2],[0,-1],[0,-1],[-1,0],[-2,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[-2,1],[-1,0],[-1,0],[-1,-1],[-1,-3],[0,-1],[1,0],[1,0],[1,1],[2,1],[1,0],[1,1],[1,0],[1,0],[1,0],[1,0],[3,0],[1,-2],[2,-1],[2,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-2],[-1,-2],[-1,-2],[-1,0],[-1,2],[1,2],[0,1],[0,1],[-1,1],[-1,2],[-1,0],[0,1],[-1,0],[0,-1],[1,-1],[0,-2],[1,-2],[1,1],[0,-1],[1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[1,-1],[1,-3],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[0,1],[-1,-1],[0,-1],[0,1],[0,1],[0,1],[1,0],[0,2],[0,1],[-1,2],[-1,1],[0,2],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[1,-2],[1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,-2],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,2],[1,2],[0,1],[0,1],[0,1],[0,1],[-2,2],[-2,0],[2,-3],[0,-1],[1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,1],[0,2],[0,1],[1,1],[1,0],[1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[1,0],[1,2],[0,1],[0,1],[0,3],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,1],[-1,1],[-2,1],[-1,1],[0,-2],[-1,-1],[1,0],[0,-1],[1,-1],[-1,0],[-1,0],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,-1],[-1,-2],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-2],[1,-1],[1,-1],[2,-1],[1,-2],[1,-1],[0,-2],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[-2,2],[-1,0],[-1,0],[-2,-1],[-2,-1],[0,1],[-2,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[-1,1],[-1,1],[0,-1],[1,-3],[0,-1],[1,-1],[0,-2],[0,-1],[-1,0],[0,1],[-2,2],[-1,2],[-1,1],[-2,1],[-1,1],[-2,1],[-1,2],[-1,1],[0,1],[-2,-1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,3],[0,1],[1,1],[1,0],[0,1],[0,1],[-1,1],[-1,2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[0,2],[-1,0],[0,1],[1,3],[0,2],[0,2],[0,2],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,2],[0,2],[0,3],[0,1],[0,1],[1,2],[-1,2],[0,1],[0,1],[1,2],[0,1],[1,0],[1,0],[1,-1],[1,0],[1,0],[2,-1],[1,-1],[1,0],[0,1],[1,1],[-1,1],[-1,1],[1,3],[0,1],[1,0],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[1,-1],[0,1],[0,2],[0,1],[-1,1],[0,2],[-1,1],[1,3],[0,1],[1,0],[1,0],[1,0],[0,1],[1,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,2],[0,1],[1,1],[1,1],[1,1],[0,-1],[0,-1],[1,0],[2,2],[0,1],[1,0],[0,2],[0,1],[0,1],[0,1],[0,1],[1,0]],[[3803,3664],[1,0],[2,0],[2,-1],[2,0],[1,0],[0,-1],[1,0],[-1,-1],[-1,-1],[-1,1],[-3,-1],[-2,1],[-1,0],[-1,1],[1,1],[-1,0],[0,1],[1,0]],[[3787,3647],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[1,0],[1,0],[2,0],[0,-1],[1,1],[1,0],[0,1],[-1,2],[-1,0],[-2,1],[-2,1],[-1,0],[0,1],[1,1],[3,0],[1,0],[1,-1],[2,-1],[1,-2],[2,-2],[1,0],[1,-2],[0,-2],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,-1],[-2,1],[-1,0],[-2,0],[-1,0],[-2,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1]],[[3768,3626],[1,1],[2,0],[1,0],[2,-1],[0,-1],[1,-2],[0,-1],[-1,-2],[-1,0],[-1,0],[-2,0],[-1,1],[-1,0],[-1,1],[0,1],[-1,1],[-1,0],[1,1],[2,1]],[[3746,3603],[2,-1],[0,-1],[1,-2],[0,-2],[0,-2],[0,-1],[1,-1],[-1,0],[-2,0],[-1,0],[-1,2],[-1,1],[0,1],[1,0],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0]],[[3901,3787],[1,0],[1,0],[1,0],[1,-1],[0,-1],[0,-2],[1,-1],[0,-1],[1,0],[1,-2],[0,-2],[-1,-2],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[-1,-2],[1,-2],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,1],[0,2],[0,1],[0,1],[-1,-1],[-1,-1],[0,-2],[0,-2],[-1,-1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[-1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[0,1],[-1,1],[0,2],[1,3],[1,2],[0,1],[0,1],[-2,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-3],[0,-1],[0,-2],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,1],[0,1],[1,1],[1,2],[1,1],[1,2],[-1,1],[0,1],[1,1],[1,2],[0,1],[1,2],[0,2],[2,1],[1,1],[1,1],[1,-1],[0,-1],[1,0],[2,1],[-1,2],[-1,2],[0,1],[0,1],[1,2],[1,1]],[[4503,4380],[1,1],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[1,-3],[0,-2],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,-2],[-1,0],[-2,1],[-2,1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,1],[-1,2],[0,1],[1,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[1,1],[0,1]],[[3785,3662],[2,0],[1,0],[1,0],[1,0],[0,-2],[-1,-1],[-1,-1],[-1,1],[-1,0],[-1,0],[-1,-1],[1,-2],[1,-1],[0,-1],[-1,-1],[-2,0],[-1,1],[0,1],[1,2],[0,1],[1,3],[0,1],[1,0]],[[3713,3583],[1,0],[0,-1],[1,-1],[1,-3],[2,-2],[1,0],[1,-1],[2,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,1],[-2,2],[-1,2],[-3,2],[0,1],[-1,0],[0,1],[1,3],[0,1]],[[4892,4705],[2,1],[1,0],[2,1],[1,1],[1,0],[1,0],[2,-2],[3,-1],[1,-1],[0,-1],[1,-1],[2,0],[1,1],[1,0],[2,0],[2,0],[2,-1],[2,-1],[1,-1],[1,-2],[1,-1],[-1,-1],[-1,-2],[-1,-2],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,0],[-1,0],[-2,0],[-1,2],[-2,2],[-1,1],[-1,-1],[-1,0],[0,-1],[0,-2],[1,0],[-1,-1],[0,-1],[-2,-2],[-1,0],[-1,1],[-2,0],[-2,0],[-2,0],[-1,1],[0,1],[-1,1],[-1,1],[-2,1],[-1,1],[-1,1],[0,2],[-1,4],[0,1],[0,2],[0,2],[-1,1],[0,1],[1,1],[1,3],[2,1],[2,1]],[[3884,3783],[1,0],[0,-2],[0,-2],[0,-1],[1,-2],[1,-2],[1,-2],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-2],[-1,1],[-1,3],[-1,2],[0,2],[-2,2],[0,1],[0,2],[0,1],[0,1],[1,1],[1,2],[1,0]],[[4516,4406],[1,-1],[1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[1,-1],[1,-2],[1,-1],[0,-1],[0,-1],[-2,-1],[-1,2],[-1,0],[-1,0],[0,-1],[0,-1],[1,-1],[2,0],[1,-1],[2,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-2,0],[0,-1],[-1,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[1,-1],[0,-2],[-1,-2],[0,-2],[0,-2],[-1,-1],[-2,1],[-1,1],[-1,2],[1,0],[-1,3],[-1,3],[-2,2],[-1,1],[-1,1],[-1,1],[0,1],[1,1],[0,1],[1,1],[2,3],[1,2],[1,1],[1,2],[1,2]],[[3871,3774],[1,0],[1,-1],[0,-1],[0,-1],[1,-1],[-1,0],[0,-2],[-1,-1],[-1,1],[-2,0],[-1,0],[1,1],[0,1],[0,1],[1,1],[1,1],[0,1]],[[2780,2306],[1,2],[1,0],[1,1],[1,0],[1,1],[1,0],[1,1],[1,-1],[0,-2],[-1,-2],[-1,0],[0,1],[-1,0],[-2,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[-1,0],[0,1],[0,1],[1,0]],[[3714,3601],[2,0],[1,0],[1,-2],[2,-2],[1,-2],[0,-1],[0,-1],[0,-3],[0,-4],[2,-2],[1,-1],[1,-1],[0,-2],[-1,0],[-1,2],[-1,1],[-2,2],[-2,2],[0,1],[0,1],[-2,2],[-1,1],[-1,2],[0,2],[0,1],[-1,0],[1,1],[0,1],[0,1],[-1,0],[1,1]],[[3982,3899],[0,-1],[0,-1],[1,-3],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[0,-2],[0,-1],[1,-2],[1,-2],[0,-1],[1,0],[1,-1],[1,0],[1,-1],[0,-1],[-1,-1],[-1,-1],[0,1],[-1,0],[-1,-2],[0,-1],[1,0],[1,1],[1,0],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,1],[-2,0],[-1,2],[0,1],[0,1],[0,1],[-1,0],[-1,1],[0,1],[1,1],[1,3],[1,1],[1,3],[2,0],[1,0],[1,1],[1,1],[0,2],[1,2],[1,2],[1,0]],[[5636,5219],[4,0],[2,0],[1,0],[2,1],[1,1],[1,0],[2,1],[1,0],[1,0],[1,0],[1,-1],[0,-1],[2,-3],[0,-1],[2,-5],[1,-2],[0,-1],[0,-1],[1,-2],[1,-3],[0,-1],[1,0],[1,-1],[0,-1],[-1,-3],[0,-1],[-2,-2],[-1,-2],[-1,0],[-2,-2],[-3,-3],[-1,-1],[-1,-1],[-2,1],[-1,0],[-2,0],[-3,1],[-4,1],[-4,1],[-5,2],[-2,1],[-5,3],[0,1],[1,0],[0,1],[0,1],[-1,1],[-1,2],[-1,3],[-1,1],[-1,2],[-1,1],[0,1],[1,1],[1,0],[2,0],[1,1],[2,1],[2,1],[2,1],[1,1],[1,0],[2,2],[1,1],[1,2],[2,0]],[[3790,3699],[1,0],[0,-1],[1,-1],[1,-1],[2,-2],[2,-1],[1,-2],[1,-1],[0,-2],[1,-3],[-1,0],[-1,0],[-2,2],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[-2,0],[-1,0],[0,1],[0,2],[-1,2],[0,1],[0,1],[0,1],[1,0]],[[3666,3563],[3,1],[2,-1],[1,1],[2,1],[2,0],[2,0],[0,-2],[0,-1],[1,-1],[1,-1],[2,-2],[1,0],[-1,1],[1,0],[1,0],[0,-2],[0,-2],[0,-2],[0,-2],[1,-2],[2,-1],[1,-1],[3,0],[2,0],[0,-1],[2,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,-2],[1,-1],[1,-1],[2,-1],[0,-1],[2,-1],[0,-1],[1,0],[1,0],[1,-2],[-1,0],[0,-1],[1,0],[0,-2],[1,-2],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-3],[0,-1],[0,-1],[1,-3],[1,-3],[0,-2],[1,-2],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[1,-1],[1,0],[2,-1],[1,-1],[1,-1],[1,-1],[1,-3],[0,-2],[0,-3],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,2],[-2,1],[-1,1],[-2,-2],[-2,-2],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[0,-1],[1,-2],[0,-1],[1,0],[2,0],[2,-1],[1,-2],[0,-1],[1,-2],[1,-1],[2,-1],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,-2],[0,-1],[1,-1],[-1,-2],[0,-2],[-1,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[-3,-1],[-1,1],[-2,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,2],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,-1],[-1,0],[0,-1],[1,-1],[1,-2],[1,-3],[2,-1],[1,-2],[1,-1],[1,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,-2],[0,-1],[1,-1],[2,-3],[1,-1],[2,-1],[1,-1],[1,0],[2,-1],[1,0],[2,0],[0,1],[2,-1],[1,-2],[1,-1],[1,0],[2,-1],[1,0],[0,1],[1,1],[1,-1],[0,-2],[0,-2],[0,-2],[1,-1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[1,-2],[1,0],[0,-1],[1,-1],[0,-2],[1,-1],[1,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,-2],[0,-3],[1,0],[1,-1],[0,-1],[0,-2],[0,-1],[-1,0],[-2,1],[-1,1],[0,1],[0,2],[-1,0],[-2,0],[-3,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-2,1],[-1,0],[-1,2],[-1,0],[-1,-1],[-2,2],[-1,1],[-1,0],[-1,-1],[0,1],[-1,0],[-1,0],[-1,2],[-1,2],[-1,1],[-1,1],[-1,0],[-2,1],[-1,1],[0,1],[0,3],[1,2],[0,2],[1,2],[0,1],[0,1],[0,2],[2,2],[0,1],[-1,2],[-2,0],[-2,0],[-1,0],[-1,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[1,1],[0,3],[0,3],[0,2],[1,1],[1,-1],[0,-1],[2,0],[1,0],[1,1],[0,1],[-1,0],[-1,3],[0,1],[-1,2],[0,1],[-1,2],[-1,1],[-1,0],[-1,1],[0,1],[1,-1],[0,2],[-1,2],[0,1],[-1,2],[-1,3],[0,3],[0,3],[0,1],[-1,4],[-1,1],[-1,0],[-1,2],[-1,1],[-1,1],[0,1],[1,1],[1,1],[1,-1],[1,0],[1,1],[-1,3],[-1,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,2],[0,1],[-1,1],[-1,2],[-1,1],[0,1],[-1,2],[-1,1],[0,4],[-2,2],[0,3],[-1,0],[-2,0],[-1,1],[-2,2],[-1,1],[-1,0],[-1,4],[-1,1],[-1,2],[-1,2],[0,2],[-1,2],[-1,1],[-1,4],[-1,3],[0,1],[1,2],[1,3],[0,3],[-1,2],[-1,0],[-1,2],[0,2],[-1,2],[-1,0],[-1,1],[0,2],[0,1],[-1,3],[0,1],[1,1],[1,2],[2,2]],[[3841,3764],[2,-1],[2,-1],[1,1],[1,2],[2,1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,1],[1,0],[1,0],[0,-1],[-1,-2],[0,-1],[0,-2],[1,-1],[-1,-3],[0,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[-1,2],[-1,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[1,0],[-2,1],[-1,1],[-1,1],[0,1],[1,3],[0,1],[1,2],[1,0]],[[3796,3716],[1,0],[1,0],[1,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[1,-3],[1,0],[1,0],[1,0],[2,2],[0,2],[1,0],[2,-2],[1,0],[1,-1],[1,0],[2,1],[1,0],[1,0],[0,-1],[1,-2],[1,-2],[1,-2],[1,0],[2,-1],[2,1],[0,2],[1,1],[1,-2],[1,-1],[1,-2],[1,-2],[0,-1],[-1,-1],[0,1],[-1,1],[0,1],[-2,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-2,1],[-1,0],[-2,1],[-1,1],[-2,1],[-1,0],[-1,-1],[1,0],[2,-2],[1,-3],[1,-1],[0,-1],[1,-1],[1,-2],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,-1],[3,0],[0,1],[-1,1],[0,1],[0,1],[1,1],[1,1],[1,1],[1,0],[3,0],[1,-2],[0,-1],[-1,-1],[-1,-2],[0,-2],[-1,0],[0,-1],[-2,-1],[-2,0],[-2,0],[-1,1],[-1,0],[-1,2],[-1,2],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[2,0],[2,-1],[0,1],[0,1],[-2,0],[-1,0],[-1,0],[1,1],[-1,0],[-1,-1],[-2,2],[-1,0],[-2,1],[-1,1],[-1,0],[-1,1],[-1,1],[-2,0],[-2,0],[-1,1],[-1,3],[0,2],[0,1],[-1,0],[0,1],[1,1],[0,1],[2,-1],[0,-1],[1,-1],[0,1],[1,0],[0,1],[-1,1],[0,1],[0,2],[0,1],[0,1],[1,0],[0,2],[1,1]],[[3788,3714],[1,1],[1,1],[1,-1],[0,-1],[-1,-3],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[1,1],[1,2],[-1,0],[0,1],[0,-1],[-1,-1],[-1,1],[1,1],[2,2]],[[3805,3738],[1,-3],[1,1],[1,-1],[1,0],[0,-1],[0,-2],[1,-3],[2,-2],[0,-2],[1,0],[2,-1],[0,-1],[0,-1],[-1,1],[-1,1],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[-3,0],[-1,1],[-1,1],[-1,1],[-1,2],[-1,3],[0,1],[0,2],[0,3],[-1,3],[0,1],[1,0]],[[3700,3620],[1,-1],[1,-1],[1,-1],[1,-2],[1,-1],[1,0],[2,-2],[0,-1],[1,-3],[1,-2],[-1,0],[-1,0],[-2,2],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,-2],[1,-2],[1,-1],[1,-2],[1,-3],[0,-1],[0,-2],[0,-2],[-1,0],[-1,0],[-1,1],[1,1],[-1,2],[-1,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,1],[-2,2],[-1,1],[-2,1],[-1,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,2],[0,2],[0,2],[1,2],[1,0],[1,1],[1,1],[0,3],[1,3],[1,4],[1,0]],[[4636,4548],[1,0],[1,0],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[-2,2],[-1,0],[1,1],[-1,0],[1,2],[1,1],[2,1]],[[2751,2307],[1,1],[2,0],[1,0],[0,1],[1,0],[0,1],[1,1],[-1,0],[0,2],[0,1],[1,2],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[0,-1],[1,0],[1,-1],[1,0],[2,-1],[1,0],[2,1],[1,0],[1,-1],[0,-3],[0,-1],[0,-1],[-1,-1],[-2,-1],[-2,-1],[-2,-2],[-1,0],[-2,1],[-1,1],[1,1],[0,1],[2,0],[0,1],[-2,0],[-1,0],[-1,-1],[-2,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-3],[0,-1],[0,-1],[-2,-1],[-2,0],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,0],[1,1],[0,1],[1,1],[1,0],[0,1],[1,1],[-1,0],[0,1],[-1,1],[0,1],[1,2]],[[2762,2327],[1,0],[0,1],[2,1],[2,3],[2,1],[1,2],[0,1],[1,2],[1,0],[1,0],[1,0],[1,0],[2,1],[2,-1],[2,0],[4,0],[1,0],[1,0],[1,-1],[2,0],[3,-1],[1,0],[2,-1],[1,-1],[1,-2],[0,-3],[1,-2],[0,-1],[0,-1],[-2,-2],[0,-1],[-2,-2],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[0,2],[1,1],[1,2],[1,2],[0,2],[-1,1],[-1,-1],[0,-2],[0,-1],[0,-1],[-2,0],[-1,-2],[0,-1],[0,-2],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,2],[0,1],[-1,1],[-2,1],[-1,2],[-2,1],[0,1],[-1,2],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-2],[-1,0],[0,-1],[-1,0],[-3,0],[-1,0],[-2,1],[-1,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,1]],[[3798,3741],[1,1],[2,1],[1,-1],[1,-2],[0,-1],[-1,-3],[0,-1],[0,-1],[-2,2],[0,1],[-1,1],[0,1],[-1,1],[-1,1],[1,0]],[[4573,4504],[0,-1],[-1,-1],[-1,-2],[-1,-3],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,1],[2,2],[0,1],[0,1],[0,1],[1,1],[1,1],[1,0],[1,1],[1,1],[0,1],[2,2],[1,2],[1,1],[1,1]],[[3944,3905],[2,-1],[2,-4],[0,-1],[0,-3],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,1],[0,2],[0,3],[0,1],[0,1],[1,1]],[[4033,4015],[2,1],[1,1],[1,1],[1,-2],[0,-1],[-1,-1],[-1,-3],[-1,-1],[0,-1],[-2,-1],[-1,0],[0,1],[0,1],[0,1],[0,3],[1,0],[0,1]],[[3812,3779],[1,0],[1,-1],[2,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,1],[-1,3],[1,3],[2,1]],[[4600,4553],[2,1],[1,0],[1,1],[2,-1],[2,-1],[1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,0],[-1,-2],[0,-1],[0,-1],[-1,1],[-1,1],[0,1],[1,1],[1,1],[-1,1],[0,1],[-2,2],[0,1],[-1,0],[0,-1],[-1,0],[-1,0],[2,2],[1,1]],[[4668,4698],[2,1],[1,0],[2,0],[1,0],[3,1],[2,1],[1,0],[3,1],[1,1],[1,0],[2,-1],[1,-1],[1,0],[2,0],[1,0],[1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-2,-2],[0,-1],[0,-2],[0,-1],[2,-1],[1,-1],[2,-1],[2,0],[3,-1],[0,-2],[0,-1],[-1,-1],[-1,-3],[0,-1],[-1,0],[0,-1],[0,1],[-1,0],[1,1],[-2,0],[-1,0],[-2,0],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,3],[-1,1],[0,1],[0,2],[-1,1],[-1,0],[-1,0],[0,1],[-1,3],[-1,1],[-1,3],[-1,2],[-1,0],[-1,-3],[-1,-1],[1,-3],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,2],[-1,3],[0,1],[0,1],[0,2],[0,2],[0,1],[0,1],[1,0]],[[2731,2455],[1,1],[1,0],[1,1],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-1],[-1,0],[-1,1],[-2,2],[0,1],[0,1],[2,1]],[[2725,2452],[2,-2],[0,-2],[0,-1],[1,-1],[1,-2],[1,0],[1,0],[0,1],[1,-1],[0,-3],[0,-1],[0,-2],[0,-2],[1,-2],[0,-1],[0,-4],[-1,-2],[-1,-1],[-2,0],[-1,0],[-1,-1],[-1,1],[-1,1],[-1,2],[-1,2],[1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,1],[0,1],[1,1],[0,2],[1,2],[1,1],[1,2],[1,0],[0,3],[0,1],[0,2],[0,2],[1,1],[1,1]],[[5849,5514],[1,0],[3,0],[0,-2],[0,-1],[-1,-2],[-2,-1],[-1,-1],[-3,1],[0,1],[1,2],[1,2],[0,1],[1,0]],[[2706,2439],[1,1],[2,-2],[2,-1],[0,1],[0,1],[1,0],[1,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-1],[-1,0],[-1,0],[0,1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,2],[0,1],[-1,0],[-1,0],[-1,1],[0,1],[-1,-1],[0,1],[0,1],[0,1],[0,2],[0,-1],[0,1],[0,2],[1,2]],[[5853,5542],[1,0],[0,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,-1],[3,-1],[1,-1],[1,0],[1,1],[2,0],[0,-1],[-1,-1],[-1,-1],[0,1],[-1,0],[-1,1],[-2,-1],[-1,0],[-1,0],[-3,1],[-2,2],[0,2],[0,1],[-1,0],[1,0],[0,1],[-1,1],[0,1],[1,0]],[[2694,2449],[1,-1],[1,0],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,0],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[1,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,2],[-1,1],[0,1],[1,0]],[[2691,2478],[2,-1],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[1,-1],[2,-1],[1,-2],[1,-1],[0,-1],[2,-3],[0,-2],[1,-1],[0,-1],[-1,1],[-1,-1],[-1,0],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,2],[0,1],[0,1],[1,2],[1,2],[0,1],[-1,2],[-1,0],[0,-3],[0,-2],[-1,-2],[0,-4],[0,1],[-1,2],[0,2],[-1,0],[0,-3],[0,-2],[1,-1],[0,-2],[0,-1],[-1,0],[0,-1],[-1,1],[0,1],[0,2],[-1,1],[0,1],[-1,0],[-1,1],[-1,-1],[-2,-1],[-2,-1],[0,1],[0,1],[1,1],[0,2],[1,1],[-1,1],[-1,0],[0,1],[0,1],[-1,1],[0,3],[0,1],[1,1],[1,1],[0,2],[-1,-1],[-1,0],[0,2],[2,3],[1,1]],[[2674,2479],[1,2],[1,0],[1,1],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[-1,-2],[-1,-2],[-1,-1],[-1,-3],[-1,-1],[0,1],[-1,1],[-1,0],[0,2],[0,2],[1,1]],[[5832,5609],[2,0],[1,1],[0,-1],[1,0],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[1,-1],[0,-1],[-1,-1],[-2,0],[-2,-1],[-1,1],[-1,0],[-1,2],[0,1],[-1,1],[-1,0],[-1,0],[-1,1],[2,1],[1,2],[2,1],[1,0]],[[2669,2523],[1,0],[1,0],[1,-1],[1,1],[1,1],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-2,0],[0,2],[0,1],[-1,1],[-1,0],[1,1],[0,1]],[[2680,2541],[0,1],[2,0],[1,1],[1,0],[1,0],[1,-1],[1,1],[2,1],[2,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,1],[-2,1],[-1,0],[0,-1],[-2,0],[-1,0],[-1,1],[1,1]],[[2672,2533],[1,0],[1,-1],[1,1],[2,-1],[1,-1],[2,-1],[0,1],[0,1],[-1,-1],[0,1],[0,2],[1,1],[0,-1],[3,0],[2,-1],[1,-1],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,0],[1,-1],[1,-1],[2,0],[1,-1],[0,1],[1,0],[0,1],[2,0],[0,-1],[1,0],[0,-1],[-2,-2],[-2,-3],[0,-2],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[1,0],[0,1],[1,1],[0,1],[-1,1],[-1,0],[-1,-1],[-1,1],[-2,0],[-2,1],[-1,0],[0,1],[-2,1],[-1,-1],[-1,0],[-1,2],[0,1],[2,2],[1,1],[1,0],[1,0],[1,0],[1,1],[1,0],[0,-1],[1,-1],[1,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[1,2],[2,3],[0,1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-3,-1],[-2,0],[-2,0],[-1,0],[-1,1],[-2,2],[-1,1],[0,1],[0,2],[-1,0],[2,1]],[[2655,2608],[2,0],[2,0],[1,-3],[-1,-2],[0,-1],[-1,-2],[-1,-2],[-1,0],[-1,1],[0,2],[0,1],[0,1],[-1,0],[1,0],[0,3],[0,1],[0,1]],[[2654,2629],[1,1],[1,1],[1,0],[0,1],[1,1],[1,0],[1,1],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,0],[0,1],[1,0],[-1,0],[0,1],[-1,0],[0,1],[2,0],[0,-1],[1,0],[1,0],[1,1],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[2,-2],[0,-3],[0,-2],[0,-2],[-1,-1],[-1,-2],[-2,0],[0,-1],[-1,-1],[-2,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[-1,1],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,1],[0,1],[0,2],[1,0],[0,1],[-1,0],[-2,0],[-1,1],[0,1],[1,0]],[[2643,2640],[3,0],[2,0],[1,-1],[1,0],[1,0],[2,0],[-1,-3],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-2,1],[0,1],[-1,0],[-1,0],[-2,2],[0,1],[-1,1],[1,1]],[[5834,5751],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[2,-2],[1,-1],[0,-1],[-1,-1],[1,-3],[1,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-2,1],[-1,1],[-1,0],[0,1],[-1,1],[-2,1],[-1,1],[-2,0],[-1,1],[-2,0],[-1,1],[0,1],[0,1],[1,0],[1,1],[2,1],[2,1],[2,2],[1,1],[3,0]],[[2629,2671],[2,0],[1,0],[2,1],[1,1],[1,0],[1,-1],[1,-1],[1,0],[1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-2],[-1,-3],[-1,-2],[0,-2],[-1,0],[-1,-1],[-1,1],[0,2],[-1,1],[-1,0],[-1,0],[0,1],[1,1],[-1,1],[-1,1],[-1,0],[0,1],[1,2],[1,3],[1,0]],[[5317,5498],[3,1],[1,0],[1,-2],[0,-2],[0,-1],[0,-2],[1,-1],[1,-4],[1,-1],[1,0],[2,-1],[1,0],[1,0],[2,1],[2,0],[0,-1],[2,-2],[0,-1],[-2,-2],[-1,-1],[-2,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[0,-1],[0,-1],[2,1],[2,-1],[1,0],[1,-3],[-2,-2],[-1,-1],[-2,-2],[-2,-1],[-2,-1],[0,-1],[0,-1],[2,-1],[0,-1],[-1,-1],[-2,-1],[-3,0],[-1,1],[-1,0],[-2,0],[0,-1],[-1,0],[-2,0],[-1,1],[0,1],[-1,1],[-1,1],[-1,1],[-2,1],[-1,1],[0,2],[-2,2],[0,1],[-1,2],[1,1],[0,2],[0,2],[0,1],[-2,0],[-2,2],[-1,0],[1,1],[1,0],[2,0],[1,0],[1,1],[1,1],[1,1],[0,2],[1,1],[0,2],[1,1],[2,0],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[1,-1],[3,0],[1,0],[0,-1],[1,-1],[2,-2],[1,-1],[2,0],[2,0],[-1,1],[-2,2],[-2,1],[-2,2],[-1,1],[-2,1],[-2,0],[-1,0],[-1,0],[0,2],[1,0],[-1,2],[-1,1],[0,2],[2,2],[2,1]],[[5826,5836],[3,1],[1,-1],[2,0],[1,0],[1,0],[0,-1],[0,-3],[-2,-1],[-1,-1],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,0],[-2,2],[0,1],[1,1],[1,1],[2,0]],[[2606,2786],[0,1],[1,-1],[1,-3],[1,-1],[1,1],[1,-1],[0,-1],[-1,-1],[1,-1],[2,1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[-2,2],[-1,0],[-1,0],[-1,1],[0,3],[-1,3],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[1,0]],[[2600,2788],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-2,-3],[0,-1],[-1,3],[-1,2],[1,0],[1,1],[0,1],[0,1],[0,2],[1,0]],[[2596,2781],[2,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,1],[-1,0],[-1,1],[0,1],[0,1],[0,3],[0,1],[-1,2],[0,1],[1,1],[1,0]],[[2606,2800],[2,2],[0,1],[1,0],[2,-2],[0,-1],[0,-1],[-1,-2],[-2,-2],[-1,-3],[-1,-1],[-1,-3],[-1,-2],[-1,0],[-1,3],[0,2],[0,1],[2,3],[1,2],[0,1],[1,1],[0,1]],[[2616,2819],[1,0],[2,-1],[0,-1],[1,-1],[1,-4],[0,-2],[-1,-2],[-1,-2],[-2,-2],[-1,-1],[-1,-2],[-2,-1],[-1,-1],[0,1],[-1,0],[1,3],[0,1],[1,1],[0,2],[0,2],[0,1],[0,1],[1,2],[1,1],[0,1],[1,2],[0,2]],[[5402,5678],[2,1],[1,0],[1,0],[2,-2],[3,0],[2,0],[3,-1],[1,-1],[1,0],[0,-1],[0,-1],[-2,0],[-1,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,1],[0,2],[-1,1],[-3,0],[0,-1],[0,-1],[0,-3],[0,-1],[1,-1],[2,-1],[1,-2],[1,-1],[2,-1],[1,0],[1,-1],[2,0],[0,-2],[1,-2],[2,-1],[0,-1],[0,-3],[-1,0],[0,-1],[-1,0],[-3,1],[-1,1],[-1,2],[-1,3],[-1,2],[-2,3],[0,1],[-2,2],[-1,2],[-1,1],[-1,2],[-1,1],[0,1],[-1,2],[-1,0],[-1,2]],[[5394,5675],[2,-1],[1,-1],[1,0],[0,-1],[1,-1],[2,-3],[0,-2],[2,-3],[0,-2],[1,-1],[0,-2],[-2,2],[-1,2],[-3,3],[-1,3],[0,1],[-1,1],[-1,1],[-1,3],[0,1]],[[5413,5689],[1,0],[3,-1],[1,0],[2,-1],[0,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[-2,0],[-2,-1],[-2,-1],[-1,0],[0,1],[0,2],[2,1],[1,1],[0,1],[1,1]],[[2592,2795],[1,1],[2,2],[1,1],[1,0],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,1],[0,2],[0,1],[0,1],[0,2],[0,3]],[[5387,5677],[1,0],[2,-1],[1,-1],[0,-1],[0,-1],[-1,0],[1,-2],[1,-4],[1,-1],[1,-1],[1,-1],[0,-1],[-1,-2],[0,-3],[-1,-2],[-2,0],[-1,1],[-2,0],[-2,1],[-1,1],[0,1],[-1,1],[1,2],[0,2],[-1,1],[0,2],[0,2],[-1,0],[0,2],[1,1],[1,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[0,1],[0,1],[-1,2],[0,1],[-1,1],[0,1],[1,1]],[[5394,5685],[1,0],[1,-1],[1,-1],[2,-1],[1,1],[0,1],[-1,0],[0,2],[1,0],[1,1],[1,0],[1,-1],[1,-1],[0,-2],[0,-2],[0,-1],[1,0],[0,1],[0,2],[1,1],[1,0],[1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-3,0],[-2,0],[-2,0],[-2,0],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,2],[-1,1],[-1,1],[1,1],[1,1],[2,1]],[[5402,5696],[1,0],[1,-1],[1,0],[-1,-1],[1,-1],[1,0],[1,0],[3,-2],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,1],[0,1],[-1,1],[-1,1],[-1,1],[-2,0],[0,1],[-1,0],[-1,0],[-1,1],[0,1],[1,1],[1,1]],[[5148,5541],[1,1],[2,0],[1,-1],[1,0],[1,-1],[1,-3],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-2,0],[-2,1],[-1,1],[-3,0],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[2,2],[3,1]],[[5409,5703],[1,0],[1,0],[1,-2],[1,-3],[1,-2],[0,-1],[0,-1],[-1,0],[-2,0],[-1,1],[-1,0],[-2,2],[-2,1],[-1,1],[1,1],[1,1],[1,0],[1,2],[1,0]],[[2581,2808],[1,0],[1,-1],[1,1],[1,1],[2,-1],[2,0],[0,-1],[2,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[1,-2],[0,-1],[0,-2],[0,-1],[-2,2],[0,1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[0,1],[0,1],[1,3],[0,3],[1,1],[0,1],[1,2],[-1,1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,2],[-1,1],[0,1],[1,1],[1,1],[0,1],[0,1]],[[5415,5719],[1,0],[0,-1],[2,-2],[1,-1],[0,-1],[-1,0],[-1,-1],[1,-1],[2,-2],[0,-1],[1,0],[2,-3],[1,-2],[2,-2],[1,-1],[1,-3],[-2,-1],[-2,-2],[-2,1],[-1,1],[0,1],[0,2],[-2,1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[-2,1],[0,1],[0,2],[-1,1],[-1,0],[-2,1],[0,1],[1,3],[1,3],[1,3],[1,3],[1,0]],[[5225,5606],[2,1],[1,0],[2,0],[1,0],[0,-1],[4,0],[1,0],[2,0],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,1],[2,0],[1,0],[1,0],[1,-1],[1,0],[2,0],[3,-1],[2,0],[2,0],[2,1],[3,0],[1,1],[2,0],[2,1],[1,0],[1,2],[0,1],[2,0],[1,1],[1,0],[2,1],[2,1],[3,0],[1,0],[1,1],[2,0],[2,0],[0,-1],[1,-1],[2,1],[1,1],[0,1],[0,1],[1,0],[0,1],[2,0],[1,0],[3,2],[1,1],[1,1],[1,0],[1,0],[2,2],[1,1],[1,1],[1,0],[1,0],[3,2],[2,3],[1,1],[3,4],[2,1],[0,1],[1,0],[1,0],[2,2],[2,1],[1,1],[0,1],[1,1],[1,0],[2,1],[1,0],[1,0],[1,1],[2,1],[1,1],[2,0],[0,1],[0,1],[2,2],[1,1],[1,0],[1,1],[1,0],[2,1],[2,1],[2,2],[1,2],[1,0],[2,2],[0,1],[1,0],[2,0],[0,1],[1,2],[1,0],[0,1],[3,1],[0,1],[2,0],[1,1],[1,0],[1,0],[1,1],[1,1],[3,3],[2,2],[1,1],[1,1],[1,0],[0,-2],[0,-1],[1,-3],[1,-1],[0,-2],[1,-2],[0,-2],[-1,-2],[-1,-3],[1,-2],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-2],[0,-3],[0,-2],[-1,-1],[-1,0],[0,-2],[-1,-1],[1,-1],[2,-1],[3,0],[3,-1],[1,0],[3,-1],[3,0],[1,0],[1,0],[2,1],[0,-1],[2,0],[3,-2],[1,-2],[1,-2],[2,-2],[1,-2],[2,-2],[1,-2],[1,0],[1,0],[1,0],[1,-1],[1,-1],[1,-2],[1,-2],[1,-3],[0,-1],[-1,-2],[0,-3],[1,-3],[0,-2],[1,-2],[-1,-1],[-1,0],[-2,0],[-1,0],[0,-1],[0,-3],[0,-2],[1,-3],[1,-1],[0,-1],[1,0],[1,0],[1,0],[1,-2],[2,-2],[0,-1],[1,-3],[0,-1],[-1,-1],[-4,-1],[-4,-1],[-2,-1],[-2,-1],[-3,-1],[-1,-1],[0,-1],[0,-1],[1,-3],[2,-2],[1,-1],[1,0],[1,1],[1,1],[1,2],[2,0],[1,0],[3,1],[0,-1],[2,0],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[0,-2],[1,-1],[0,-1],[0,-4],[1,-4],[0,-2],[1,-3],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[1,-4],[-1,-2],[0,-3],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-2,0],[-1,0],[-2,-1],[-1,-1],[0,-1],[-2,0],[-2,-1],[-2,-2],[-1,0],[-1,-1],[-3,0],[-2,0],[-2,0],[-4,-1],[-2,-1],[-1,-1],[-1,-1],[-2,0],[-1,-1],[-2,-2],[-2,-2],[-1,-1],[-1,0],[-1,-1],[-3,-2],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,2],[-1,1],[-2,1],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-3,-2],[-2,-1],[-1,-2],[0,-3],[0,-2],[-1,-1],[-1,-1],[-3,-1],[0,-1],[-3,0],[-1,0],[-1,0],[-1,-1],[1,-1],[-1,-1],[0,-1],[-2,-1],[-1,0],[-2,0],[-1,1],[-1,1],[-1,0],[-1,0],[1,-2],[1,0],[1,-1],[0,-1],[-1,-3],[-1,-1],[-1,0],[-1,1],[0,2],[-1,1],[-2,3],[-2,4],[-1,-2],[0,-1],[-1,0],[-1,0],[-3,2],[0,1],[1,1],[0,1],[0,1],[-1,1],[-1,1],[-1,3],[-1,1],[0,1],[-1,1],[-1,0],[-2,0],[0,1],[-2,0],[-1,1],[-3,-1],[-1,0],[-4,-2],[-1,-1],[-2,-1],[-3,-1],[-1,0],[-2,-2],[-1,-1],[-1,-1],[-2,-3],[-2,-1],[-1,-1],[-2,0],[-2,0],[0,-1],[-2,-1],[-1,-2],[-1,0],[-2,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-2,-1],[-1,1],[-1,0],[0,-1],[0,-1],[-2,0],[-3,1],[-3,0],[-2,1],[-3,0],[-1,-1],[-1,0],[-1,1],[-2,0],[-3,1],[-2,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-2,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,1],[0,1],[0,1],[-1,3],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-3],[0,-2],[-1,-1],[0,-1],[-1,-1],[-2,-2],[-3,-1],[-2,0],[-2,1],[-1,1],[-1,0],[-1,0],[-2,-1],[-1,-1],[-1,-2],[-2,-2],[-1,0],[-1,0],[-1,-1],[-2,1],[-1,-1],[-1,0],[-2,-1],[-2,0],[-2,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-2,-1],[-2,0],[-1,0],[0,1],[-1,0],[0,1],[-1,-1],[-2,0],[-4,-1],[-2,-1],[0,1],[0,1],[-2,1],[-1,-1],[-3,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[-3,-2],[0,-1],[-2,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-2,0],[-2,0],[-1,0],[-1,0],[0,-1],[-1,-1],[-2,-1],[-3,0],[-3,-1],[-1,-1],[0,-1],[-1,0],[-2,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-2,0],[-2,0],[-2,0],[-1,0],[-1,0],[-3,0],[-1,0],[-3,2],[0,1],[-2,2],[-1,1],[-1,0],[-1,1],[0,2],[0,1],[0,2],[-1,2],[0,1],[1,2],[2,1],[0,1],[2,2],[2,2],[1,2],[1,2],[1,1],[2,2],[1,1],[2,0],[1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-2,2],[-1,2],[-1,2],[-2,2],[-1,1],[-1,2],[0,1],[0,1],[0,3],[1,2],[1,0],[0,1],[1,3],[1,1],[2,2],[0,1],[2,1],[1,1],[2,2],[2,2],[2,2],[1,2],[0,-1],[1,0],[1,-1],[1,0],[1,1],[2,0],[1,0],[1,-1],[2,0],[2,0],[1,1],[3,1],[1,-1],[1,0],[3,1],[1,0],[1,1],[1,0],[1,1],[2,1],[1,1],[1,3],[2,4],[0,1],[1,2],[1,3],[1,2],[1,2],[1,1],[1,1],[1,2],[1,1],[0,1],[1,2],[1,1],[2,1],[1,1],[0,1],[1,0],[0,1],[2,0],[0,1],[1,1],[1,1],[1,2],[1,1],[1,1],[0,1],[1,1],[1,1],[1,0],[4,0],[2,1],[1,1],[4,3],[3,2],[1,1],[1,2],[1,1],[1,2],[2,2],[0,3],[1,1],[0,2],[0,2],[1,1],[2,2],[1,3],[1,1],[2,3],[1,1],[2,2],[0,1],[1,1],[2,2],[1,0],[0,1],[2,0]],[[5155,5604],[1,0],[2,0],[2,1],[1,0],[1,0],[1,0],[1,0],[0,1],[2,0],[1,0],[2,-1],[2,0],[2,-1],[2,0],[2,0],[1,0],[2,0],[2,0],[1,0],[1,1],[2,1],[1,0],[2,0],[3,0],[0,-1],[2,0],[1,0],[2,0],[1,0],[1,0],[2,0],[2,0],[2,0],[1,0],[0,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-4],[-1,-1],[-1,-4],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-2,0],[-2,-1],[-1,0],[-3,-1],[0,-1],[-3,0],[-2,-2],[-2,-1],[-2,-3],[0,-1],[0,-1],[0,-1],[-2,-3],[-1,0],[-1,0],[-1,0],[-2,-3],[-1,-1],[-2,-1],[-1,0],[-1,0],[-3,-2],[-1,-1],[-1,-2],[0,-2],[-1,0],[0,-1],[-3,1],[0,1],[-1,1],[-1,2],[-1,1],[-1,0],[0,1],[0,1],[1,2],[1,1],[0,1],[0,3],[0,2],[0,2],[0,2],[0,3],[0,2],[-1,2],[-1,3],[0,1],[1,2],[0,1],[0,1],[0,1],[0,1],[-1,3],[-1,2],[0,1],[0,1],[1,3],[1,2],[1,2],[1,0],[1,1],[1,1]],[[2574,2859],[1,0],[1,-1],[1,-1],[0,-2],[-1,-3],[-1,-1],[0,-1],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[1,2],[1,0]],[[2583,2874],[3,1],[1,0],[0,-1],[0,-1],[1,-3],[1,-3],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,2],[0,2],[-1,1],[0,1],[1,0]],[[2581,2871],[1,-2],[1,-1],[0,-1],[2,-3],[0,-1],[0,-1],[-2,-3],[-1,-2],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,3],[0,1],[0,1],[1,1],[1,1],[1,-1],[0,1],[0,2],[-1,2],[0,3],[0,2],[1,1]],[[2570,2874],[1,1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0],[2,-2],[1,-1],[0,-3],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,-3],[0,-1],[-1,0],[-1,0],[-1,1],[-1,-1],[-1,-1],[-1,1],[0,1],[-1,2],[0,-1],[1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,1],[-1,1],[1,3],[-1,2],[0,-3],[0,-1],[-1,0],[0,1],[-1,3],[0,1],[0,1],[0,1],[2,1],[2,1],[2,2],[0,1],[-1,-1],[-1,1],[-1,0],[-2,2],[1,0]],[[2546,2925],[1,0],[1,-1],[2,1],[1,3],[2,3],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-3],[0,-1],[1,-1],[-1,0],[-1,0],[0,2],[0,1],[1,0],[0,1],[-2,0],[0,-1],[0,-1],[1,0],[0,-3],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[1,0],[0,-2],[0,-3],[0,-1],[0,-1],[-1,0],[-1,2],[-1,1],[0,1],[0,1],[-1,2],[-1,1],[0,-1],[-2,1],[0,1],[0,1],[0,2],[-2,3],[0,1],[-1,3],[1,2],[0,2],[1,1],[0,1]],[[5140,5693],[38,18],[142,71],[6,29]],[[5326,5811],[1,0],[1,0],[1,-1],[1,0],[1,2],[3,0],[2,1],[1,0],[1,1],[3,1],[1,0],[2,0],[3,0],[2,0],[4,0],[1,0],[1,-1],[3,-1],[3,0],[3,-1],[3,-1],[2,-1],[1,0],[1,0],[1,-1],[2,-2],[1,-1],[1,0],[1,-3],[1,-3],[1,-2],[0,-1],[1,-2],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[1,-2],[1,-2],[1,-1],[1,-1],[1,-2],[1,-1],[1,0],[1,-1],[3,-4],[0,-2],[2,-1],[2,-2],[1,0],[1,0],[1,1],[2,0],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[1,-1],[0,-2],[1,-2],[1,-1],[0,-1],[0,-1],[-2,-2],[0,-1],[-1,-1],[0,-1],[1,-2],[-1,-2],[1,-1],[0,-1],[2,-5],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-2],[-1,-2],[-1,0],[-1,-2],[-1,-1],[-1,-3],[-1,-3],[-2,-2],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,1],[-2,1],[-1,1],[-2,2],[-2,2],[-2,1],[-1,1],[-2,1],[-2,2],[-2,1],[-2,1],[-1,0],[-1,1],[-1,1],[-2,0],[-1,0],[-2,1],[-2,-2],[0,3],[0,1],[0,1],[-2,2],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-3],[1,-1],[1,-2],[1,-1],[2,-2],[1,0],[0,-1],[3,-1],[1,-1],[2,-2],[1,-1],[2,-2],[1,-1],[1,-1],[2,-2],[1,-1],[1,0],[1,-1],[1,-3],[1,-2],[0,-3],[-1,-1],[-1,-1],[-2,-2],[-2,-2],[-1,-1],[0,-1],[-1,-1],[-2,0],[-3,-1],[-1,-1],[-1,-2],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-3,-1],[-3,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-2,0],[0,-1],[-3,-1],[-2,0],[-3,-2],[0,-2],[-1,-2],[-2,-3],[0,-1],[-2,-2],[-3,-3],[-1,0],[-3,0],[-2,1],[-3,0],[-1,0],[-2,-1],[0,-1],[-2,-2],[-2,-1],[-1,-1],[-4,0],[-3,0],[-1,-1],[-2,-1],[-2,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-3,-2],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-2],[-2,-2],[-1,-2],[-2,-2],[-1,0],[-1,0],[-3,-3],[-1,-1],[-2,-1],[-3,0],[-2,0],[-1,0],[-1,-1],[-1,-1],[-2,0],[-3,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-2,0],[-2,-1],[-3,-1],[-2,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-3,0],[-1,1],[-1,0],[-2,0],[-2,0],[-1,0],[-1,0],[-2,0],[-3,0],[-2,0],[-2,1],[-5,1],[-1,0],[-3,1],[-2,0],[-2,0],[-3,0],[-2,0],[-2,-1],[-1,0],[-2,-2],[-3,-2],[-2,-1],[-1,1],[-3,-1],[-2,0],[-2,1],[-3,0],[-2,1],[-2,0],[-2,0],[-2,0],[-1,0],[-2,0],[-2,0],[-3,-1],[-2,0],[-2,-1],[-2,0],[-1,0],[0,1],[0,1],[0,2],[0,2],[0,2],[-1,3],[0,2],[-1,2],[-1,1],[-1,2],[-1,1],[0,1],[-2,1],[-1,1],[-1,2],[0,2],[-2,2],[0,1],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,3],[0,1],[-2,2],[-1,2],[0,2],[-1,1],[0,1],[0,2],[-1,1],[-1,3],[-1,0],[0,1],[-1,0],[-1,1],[1,2],[0,2],[1,1],[-1,1],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[-2,3],[0,2],[-1,1],[-1,1]],[[5736,5960],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-2,0],[-2,-1],[-2,0],[-3,-1],[-2,-1],[-2,-1],[-2,0],[-3,-1],[-5,-2],[-1,1],[-2,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[1,-3],[1,-2],[1,-3],[1,-3],[0,-2],[-1,0],[-2,-2],[0,-2],[0,-2],[-2,-1],[-1,-2],[-1,-1],[-3,-1],[-4,-2],[-3,-2],[-2,-1],[-1,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,-3],[-2,-2],[0,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-2,-1],[-1,0],[0,-1],[-2,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-2,-3],[0,-2],[0,-2],[0,-2],[0,-3],[0,-2],[0,-1],[-1,0],[0,-2],[1,0],[0,-1],[1,-1],[1,0],[2,0],[2,1],[2,0],[1,0],[2,0],[1,0],[2,-2],[2,0],[0,1],[1,2],[1,2],[1,2],[0,2],[1,0],[1,1],[1,1],[1,1],[1,1],[1,1],[1,2],[0,1],[1,0],[1,1],[0,1],[2,2],[0,1],[1,2],[2,1],[1,1],[2,1],[2,1],[0,1],[1,0],[1,1],[2,1],[3,1],[1,0],[1,1],[2,1],[2,2],[1,1],[1,0],[1,1],[2,0],[1,1],[1,1],[2,2],[3,2],[1,1],[1,1],[2,1],[0,1],[1,0],[1,1],[1,0],[2,2],[2,2],[1,1],[1,2],[1,1],[2,1],[1,1],[2,0],[1,0],[1,-1],[1,-1],[0,-1],[0,-2],[0,-3],[0,-2],[-1,-2],[0,-2],[-1,-1],[-3,-1],[-1,0],[-2,-2],[-1,-2],[-3,-3],[-2,-3],[-1,-1],[-2,-3],[-1,-3],[-1,-2],[-2,-1],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-1,0],[-2,-1],[-2,-1],[0,-1],[-2,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[1,-2],[0,-1],[-2,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[1,-2],[1,-2],[2,-2],[2,-1],[1,0],[0,1],[1,1],[-1,2],[0,1],[-1,1],[-1,-1],[1,1],[1,1],[2,2],[1,0],[1,2],[3,2],[2,2],[3,0],[2,-2],[1,-2],[2,-1],[2,0],[1,-1],[1,0],[1,1],[2,2],[1,1],[-1,1],[0,1],[0,1],[-1,0],[0,1],[0,4],[1,1],[0,1],[1,2],[1,3],[1,1],[2,1],[2,1],[2,1],[2,0],[0,1],[0,1],[-1,2],[0,2],[0,2],[-1,2],[0,1],[1,2],[0,2],[0,2],[0,1],[1,0],[2,0],[1,0],[0,1],[1,0],[1,2],[0,1],[2,2],[1,2],[2,1],[1,0],[3,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[2,-2],[1,0],[0,1],[2,0],[1,0],[2,-1],[2,2],[1,1],[3,2],[1,1],[2,1],[2,1],[2,0],[2,1],[3,2],[3,-2],[1,-1],[-1,-1],[0,-1],[-2,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[-2,0],[-2,-1],[-1,0],[-2,1],[-2,-1],[-1,-2],[0,-3],[3,0],[1,-2],[0,-1],[-1,-1],[-3,0],[-3,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-2,0],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,-1],[-1,1],[-2,0],[0,-1],[0,-1],[0,-1],[1,-2],[2,-2],[3,-2],[1,-1],[1,-1],[1,0],[1,1],[1,0],[2,0],[2,-1],[1,-1],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-3,-1],[-2,-2],[-2,0],[-1,-1],[-1,1],[-3,0],[-3,0],[-1,0],[-3,-1],[-3,-1],[-1,-1],[-2,-1],[-3,1],[-1,0],[-1,1],[-2,0],[-3,0],[0,-1],[-1,0],[-2,-3],[-1,-2],[-2,-2],[-2,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-3],[-1,-3],[-1,0],[0,-2],[1,-1],[0,-1],[-1,-2],[0,-2],[0,-7],[-1,-1],[0,-2],[1,-1],[1,0],[1,0],[1,-1],[0,-2],[0,-1],[0,-2],[1,-2],[1,-1],[1,-5],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[1,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[1,-2],[1,-4],[2,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[0,-2],[-1,-1],[1,-3],[0,-3],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[1,0],[1,0],[2,0],[1,-1],[1,0],[0,-1],[1,0],[1,1],[1,0],[0,1],[0,1],[1,2],[3,0],[2,1],[1,1],[0,1],[1,1],[0,2],[0,3],[-1,1],[1,1],[0,2],[0,2],[0,2],[0,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,1],[-2,1],[-1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,3],[1,1],[1,3],[0,1],[0,1],[0,1],[0,2],[1,1],[1,1],[0,2],[1,1],[1,1],[0,1],[0,2],[0,2],[1,2],[1,0],[-1,0],[0,-1],[1,1],[1,0],[-1,1],[0,1],[0,1],[1,1],[1,0],[1,-1],[2,0],[1,-1],[1,1],[1,1],[-1,1],[0,1],[0,1],[0,2],[0,3],[1,1],[2,2],[1,0],[1,1],[3,2],[1,1],[1,1],[3,2],[2,2],[1,-3],[0,-1],[0,-1],[0,-2],[2,1],[1,0],[1,2],[1,1],[1,-1],[1,0],[0,-1],[2,-1],[0,-2],[2,-1],[1,-1],[1,-1],[1,-1],[0,-1],[2,-1],[2,1],[1,0],[1,1],[0,1],[0,1],[-1,1],[-1,2],[-1,2],[-1,2],[0,1],[0,3],[1,0],[1,-1],[1,-3],[3,0],[1,1],[1,0],[0,1],[-1,2],[0,2],[0,2],[0,1],[0,1],[1,1],[0,1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[1,-2],[2,0],[2,0],[1,1],[0,2],[-1,1],[0,1],[0,2],[1,2],[2,-3],[0,-1],[1,-2],[1,0],[1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[-1,0],[-1,0],[-2,-1],[-1,-1],[-2,0],[-2,-1],[-1,-1],[0,-3],[0,-1],[-1,-1],[-2,0],[-1,0],[-1,-1],[0,-2],[2,-2],[1,0],[2,1],[2,1],[1,1],[1,1],[2,0],[1,0],[1,-1],[1,-1],[0,1],[1,0],[0,1],[1,0],[1,-1],[3,-1],[0,-1],[0,-1],[-1,-1],[-2,-1],[-1,0],[-3,-1],[-2,-1],[-1,-1],[-2,0],[-2,-2],[1,-3],[1,0],[0,-1],[1,0],[1,0],[2,0],[2,0],[2,0],[2,1],[2,0],[2,-1],[2,-1],[1,-1],[-1,0],[-2,-2],[-2,-1],[-2,-2],[-1,0],[-1,1],[-1,0],[-1,-1],[0,-1],[-1,-2],[-2,-2],[-1,0],[-1,0],[-1,0],[-2,0],[-3,-1],[-1,-1],[-1,-3],[-1,-2],[1,-1],[2,-1],[1,0],[1,0],[1,1],[1,2],[1,0],[2,0],[1,1],[1,0],[1,-1],[2,1],[1,0],[1,0],[2,-1],[-1,-1],[-1,0],[-2,-1],[-2,-1],[-2,0],[-1,-1],[0,-2],[1,0],[1,-1],[-1,-1],[-2,-2],[-1,-1],[-2,-1],[-1,-1],[0,-2],[0,-1],[1,0],[1,1],[3,1],[1,0],[2,2],[1,1],[2,0],[3,1],[1,1],[4,1],[1,0],[3,0],[1,-1],[0,-1],[-3,-1],[-1,-1],[-2,0],[-3,-1],[-1,-2],[-3,-2],[-1,-1],[-2,-1],[-3,-3],[-1,0],[-2,-2],[-2,-1],[0,-1],[-2,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,3],[0,2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-3,-1],[-1,0],[0,-1],[3,0],[1,0],[1,-1],[1,-1],[0,-2],[-1,-2],[-1,-1],[-1,0],[0,-1],[-1,-1],[1,-1],[-1,-3],[0,-1],[1,0],[1,2],[0,1],[1,1],[1,1],[2,0],[1,1],[1,0],[1,3],[0,2],[1,3],[1,1],[3,2],[1,-2],[0,-3],[1,0],[2,0],[3,-2],[2,-1],[1,-2],[0,-1],[-2,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-2,-2],[1,-1],[0,-1],[1,0],[2,1],[1,1],[0,1],[1,0],[2,0],[1,-2],[-1,-1],[-1,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[2,-1],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,-2],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[-2,0],[-2,0],[-2,1],[-1,0],[-1,1],[-1,0],[0,2],[-2,2],[0,1],[-1,2],[0,1],[-2,2],[-2,1],[-2,1],[-1,1],[-2,0],[0,-1],[0,-1],[1,0],[2,-1],[3,-3],[1,-1],[0,-1],[1,-2],[-1,-3],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[1,0],[1,1],[1,0],[2,0],[2,-1],[1,-1],[1,-2],[0,-2],[1,-1],[2,0],[1,-1],[2,-1],[1,0],[0,-1],[-3,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-2,0],[-2,0],[-1,-1],[-1,-1],[-2,0],[-2,0],[-1,-1],[-2,-1],[-2,-1],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-4,-1],[-1,0],[-1,0],[-1,2],[0,1],[0,2],[0,2],[1,2],[0,2],[1,1],[0,2],[1,1],[2,2],[0,1],[-1,0],[-2,-1],[-1,-2],[-1,-1],[0,-2],[-1,-2],[-1,-2],[-1,-2],[0,-2],[0,-3],[0,-2],[1,-1],[0,-1],[-1,0],[-2,-2],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-2,0],[-1,0],[-2,-1],[-1,0],[-1,-1],[1,0],[2,0],[3,-1],[2,0],[2,0],[2,-1],[1,0],[1,0],[3,1],[2,1],[3,1],[2,0],[2,1],[1,1],[1,0],[1,0],[3,1],[3,0],[1,0],[1,0],[1,0],[1,-1],[2,-1],[2,-1],[0,-1],[1,-1],[1,-3],[1,-1],[1,-2],[1,0],[-1,3],[0,2],[-1,2],[-1,2],[-2,1],[-1,1],[0,1],[0,1],[1,0],[3,2],[2,0],[1,0],[1,0],[0,-1],[1,-2],[0,-1],[1,0],[0,2],[0,2],[2,1],[5,1],[1,0],[1,0],[2,-1],[2,-1],[1,-1],[1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-3,-1],[-1,0],[-2,-1],[-3,-2],[-1,0],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-2,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[1,-1],[4,0],[1,0],[0,-1],[1,-1],[2,0],[2,1],[2,2],[2,1],[1,1],[1,0],[2,1],[3,0],[2,1],[1,1],[1,1],[3,0],[3,-1],[1,0],[-1,-1],[-2,-1],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-3],[-1,-3],[-1,-2],[-1,-2],[0,-1],[1,0],[1,0],[2,2],[1,2],[2,2],[2,2],[2,1],[2,1],[2,1],[1,0],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-2,0],[0,-1],[1,0],[3,0],[1,0],[1,2],[2,2],[-1,2],[0,1],[0,1],[1,0],[2,1],[0,-1],[1,-1],[1,-2],[1,-2],[0,-1],[-1,-2],[-1,-3],[-1,-1],[-2,1],[-1,0],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-1],[-1,0],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,-1],[-1,-1],[-2,-3],[-2,-2],[0,-1],[-1,0],[3,-1],[2,-2],[2,-2],[0,-1],[2,-3],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-2,-2],[-3,0],[-2,0],[-1,-1],[-1,1],[-1,0],[-1,2],[-1,1],[0,1],[-1,0],[-3,1],[-1,1],[-2,0],[0,-1],[-1,0],[-1,-1],[1,-1],[1,0],[1,-1],[1,0],[1,-1],[2,-3],[2,-2],[2,-1],[2,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[2,0],[1,1],[1,0],[2,1],[3,1],[2,2],[1,1],[1,1],[1,1],[0,-1],[0,-3],[0,-3],[1,-1],[1,0],[1,0],[-1,-1],[-2,-1],[-1,0],[-2,0],[-2,-1],[-1,-1],[-3,-2],[-1,-1],[-2,-1],[-1,0],[-2,-1],[-1,-1],[-2,-2],[0,-1],[0,-2],[1,0],[0,-1],[2,1],[1,0],[1,1],[1,1],[1,1],[2,0],[1,-1],[1,0],[0,-2],[1,0],[1,1],[0,1],[0,1],[1,1],[1,0],[1,0],[2,0],[2,-1],[2,-1],[2,-1],[1,-2],[1,-2],[1,-1],[1,0],[1,1],[1,0],[2,-1],[0,-1],[0,-1],[0,-1],[-3,-1],[-1,0],[-1,1],[0,1],[-1,1],[-1,0],[-3,0],[-1,0],[-2,0],[-3,-1],[-2,-1],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,0],[-3,2],[-1,1],[-1,0],[-1,-1],[2,-1],[2,-2],[1,-1],[3,-2],[1,0],[3,0],[2,0],[3,0],[1,-1],[1,0],[2,-1],[0,-1],[0,-1],[1,-1],[2,-1],[2,-1],[0,-1],[-2,-1],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-1],[2,-1],[0,-1],[2,-1],[1,-1],[0,-1],[-2,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-2,0],[0,-1],[-1,0],[0,-1],[-1,1],[-2,0],[-2,2],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,-2],[0,-1],[1,-3],[0,-1],[1,-1],[3,-3],[0,-1],[-1,-2],[0,-3],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-2],[-1,-2],[-1,-4],[-1,-1],[0,-1],[1,0],[1,0],[1,1],[1,1],[1,3],[0,1],[1,1],[1,1],[1,2],[0,1],[1,0],[0,1],[1,2],[2,0],[1,0],[1,-1],[2,0],[0,-2],[0,-1],[1,-1],[1,0],[0,1],[1,0],[1,-1],[-1,0],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-3,-2],[-1,-1],[0,-1],[1,0],[3,0],[2,1],[1,1],[0,-1],[1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,2],[1,-2],[1,-1],[0,-2],[0,-2],[1,-1],[1,-1],[1,0],[1,0],[0,1],[1,1],[1,1],[1,1],[1,0],[1,0],[1,-1],[0,-1],[1,-2],[0,-4],[0,-1],[-1,-2],[-1,-2],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[0,-2],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-3],[-1,-2],[-1,-1],[-1,-1],[-1,1],[-2,1],[-1,0],[-1,-1],[-1,-1],[0,-2],[-1,-1],[-2,0],[-1,2],[0,1],[-2,2],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[-2,-1],[-2,-3],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[-2,0],[-1,1],[-1,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-2],[0,-2],[-1,-1],[-1,0],[-2,1],[0,2],[0,2],[0,2],[0,2],[0,3],[0,3],[0,1],[0,1],[1,0],[1,1],[0,-1],[1,0],[1,-1],[1,1],[0,1],[-1,0],[-1,1],[-1,1],[2,1],[1,0],[1,-1],[1,0],[0,-1],[1,1],[1,0],[-1,1],[-1,2],[-1,0],[-1,0],[-2,0],[-3,2],[-1,1],[0,1],[1,1],[0,1],[-1,1],[-2,0],[-2,1],[0,1],[-1,1],[-3,1],[-1,0],[0,1],[1,0],[2,-1],[0,1],[-3,1],[-2,-2],[1,0],[0,-1],[1,1],[-1,-2],[-1,-1],[-3,-2],[-2,-1],[-3,-2],[-2,-1],[-3,-4],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-3,0],[-3,0],[-1,-1],[-2,1],[-1,1],[-1,1],[-1,0],[0,1],[1,1],[-1,1],[0,1],[-1,2],[0,1],[0,3],[0,1],[0,1],[-1,2],[0,1],[1,2],[0,1],[0,2],[0,2],[-1,2],[0,2],[0,1],[-1,2],[-1,2],[0,4],[0,1],[0,1],[-1,2],[0,3],[0,2],[0,2],[0,4],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,1],[-1,1],[0,1],[-1,3],[0,1],[0,1],[0,2],[-1,3],[0,1],[0,2],[0,1],[0,3],[0,2],[0,3],[0,2],[0,2],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,1],[1,2],[0,1],[-1,3],[1,4],[1,2],[0,2],[0,2],[1,2],[-1,3],[0,1],[1,1],[1,3],[0,2],[0,2],[-1,1],[-1,0],[0,1],[0,2],[0,1],[1,3],[0,3],[1,1],[-3,0],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[-1,1],[-1,-1],[-2,-2],[-2,-3],[-1,-2],[-1,-2],[-2,-3],[-1,-1],[-1,1],[-1,1],[0,-1],[0,-2],[0,-2],[-1,-3],[0,-4],[0,-1],[-1,-2],[0,-2],[-1,-1],[0,-3],[1,-1],[1,-1],[1,-2],[0,-2],[0,-1],[1,-2],[0,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-3],[-1,-1],[1,-1],[0,-1],[1,-1],[1,-3],[1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[1,-2],[1,-1],[1,-2],[0,-1],[-1,-1],[0,-2],[2,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[1,-2],[0,-3],[0,-3],[0,-1],[0,-4],[-1,-1],[0,-3],[-1,-3],[0,-2],[-1,-3],[0,-3],[0,-2],[1,-2],[0,-2],[0,-3],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-3,-1],[-2,-1],[-2,0],[-2,-1],[-2,1],[-2,0],[-2,0],[0,1],[-1,0],[-2,0],[-1,0],[-3,0],[-6,1],[-2,0],[-4,0],[-1,0],[-1,0],[-3,1],[-2,0],[-3,0],[-2,-1],[-3,0],[-3,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-3,1],[-1,1],[-3,1],[-2,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-3,1],[-2,1],[-2,0],[-2,1],[-1,1],[-1,0],[-1,2],[-2,1],[-2,2],[-2,0],[-1,1],[-1,1],[-3,3],[-1,1],[-2,2],[-2,2],[-1,1],[-1,0],[-1,2],[-4,3],[-2,1],[-1,0],[-2,0],[-1,0],[-1,0],[0,1],[0,1],[-1,2],[-2,3],[-2,1],[-1,2],[-2,2],[-2,2],[-1,1],[-1,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,1],[-2,1],[-1,2],[-2,0],[-2,1],[-1,2],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-1,1],[-2,1],[-2,2],[-2,1],[-2,1],[-1,3],[-1,2],[0,1],[-1,1],[-1,0],[-1,1],[0,1],[0,2],[0,1],[-1,0],[-1,1],[-2,2],[0,1],[-1,0],[0,1],[0,1],[-1,2],[0,3],[-1,3],[-1,3],[-2,7],[0,1],[-1,2],[0,2],[-1,4],[0,1],[-1,5],[-1,3],[-1,2],[-1,3],[0,2],[-1,4],[-1,2],[0,1],[-1,1],[0,2],[-1,2],[0,3],[0,1],[0,2],[0,1],[0,1],[-1,2],[0,2],[-1,3],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,3],[1,2],[0,2],[0,2],[0,3],[0,3],[0,4],[0,3],[1,2],[0,1],[0,2],[0,2],[-1,2],[0,1],[0,1],[0,3],[-1,4],[0,1],[0,1],[-1,1],[-2,2],[-1,1],[-1,1],[0,1],[1,1],[0,2],[-1,2],[-1,3],[-1,4],[0,3],[-2,3],[-1,1],[-1,1],[-1,2],[-1,1],[-1,1],[-1,1],[0,1],[-1,2],[-2,3],[-1,3],[-1,1],[-2,2],[-1,1],[-1,2],[-1,2],[-1,1],[-1,2],[-1,1],[-3,3],[-1,2],[-3,2],[-1,1],[-2,2],[-1,1],[-1,1],[-1,1],[0,4],[0,2],[0,1],[0,2],[0,1],[1,2],[0,2],[1,2],[-1,0],[-2,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[-2,3],[0,1],[0,1],[-2,3],[0,2],[-1,3],[0,1],[0,1],[1,1],[1,0],[1,1],[1,0],[0,3],[1,1],[1,2],[0,1],[0,3],[1,2],[-1,0],[0,1],[-3,1],[-2,1],[-1,1],[0,1],[-1,0],[-1,-3],[-1,-3],[-1,-2],[-1,-2],[-2,-2],[-1,-2],[-3,0],[-1,1],[-1,1],[-1,0],[-1,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-3,-1],[-1,-1],[-3,-1],[-1,1],[0,1],[-2,2],[-1,1],[-2,0],[-1,-1],[-2,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-3,1],[-1,1],[-2,2],[2,1],[2,0],[1,0],[1,1],[-2,1],[-1,0],[-1,-1],[-1,0],[-3,1],[-1,2],[-1,2],[0,2],[-1,1],[0,1],[-1,1],[-1,2],[-2,1],[-2,1],[-1,1],[-1,0],[-1,2],[-1,4],[0,1],[0,1],[-1,1],[-1,2],[0,1],[-2,2],[0,1],[-2,1],[0,1],[-1,1],[-1,2],[0,2],[-1,2],[0,1],[-2,2],[-1,2],[-1,2],[-1,1],[-1,0],[-2,0]],[[5410,5801],[5,2],[4,2],[2,4],[2,-5],[15,-3],[4,-3],[2,-3],[6,0],[1,1],[0,2],[3,-4],[10,-4],[11,-9],[1,0],[0,2],[10,-1],[1,3],[-1,7],[-1,3],[-1,4],[0,3],[-2,3],[1,5],[3,-2],[7,-12],[1,0],[0,-1],[0,-1],[3,-1],[1,0],[0,3],[2,2],[2,0],[0,-1],[1,-1],[1,1],[0,2],[4,2],[-2,3],[4,9],[-1,10],[0,1],[0,9],[1,3],[-1,9],[0,1],[0,4],[-1,6],[-10,8],[2,0],[7,0],[5,-2],[1,-2],[2,2],[0,7],[-1,9],[-1,1],[1,7],[-1,3],[-2,0],[3,1],[0,4],[3,-1],[3,3],[-1,3],[-3,1],[2,2],[2,7],[1,13],[1,1],[2,0],[-1,0],[0,2],[1,0],[-1,0],[1,0],[1,0],[-1,4],[1,0],[1,-2],[1,1],[0,1],[7,11],[29,-5],[21,13],[42,7],[12,12],[13,0],[20,-12],[16,12],[12,6],[37,-13]],[[2548,2962],[1,0],[2,1],[0,1],[1,1],[1,0],[2,0],[1,-1],[1,-1],[3,0],[0,1],[1,1],[0,1],[1,1],[3,0],[1,0],[1,0],[0,-1],[0,-2],[1,-3],[1,0],[0,-1],[2,-3],[2,-2],[1,-3],[1,-1],[0,-1],[0,-1],[0,-2],[0,-4],[0,-1],[-1,-1],[-1,-1],[-1,0],[-3,0],[-1,-2],[-2,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,1],[-1,1],[-1,1],[1,-1],[0,-2],[0,-1],[-2,-1],[-1,1],[-1,1],[0,1],[-1,1],[0,-1],[-1,0],[1,-1],[-1,0],[-1,1],[-1,1],[-1,3],[0,3],[0,3],[0,2],[1,1],[0,2],[1,1],[0,1],[1,1],[1,-1],[0,-1],[2,1],[0,3],[1,2],[1,0],[0,1],[-1,0],[0,2],[-1,0],[-2,0],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[0,-1],[0,-2],[-1,-2],[0,-2],[-1,-1],[-1,-2],[-1,2],[-1,2],[-1,2],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,2],[2,1]],[[2528,2930],[1,1],[1,-1],[0,-1],[1,-2],[1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,1],[-1,3],[0,2],[0,1],[-1,0],[0,-2],[1,-1],[0,-2],[0,-2],[-1,1],[-1,0],[-1,1],[0,3],[0,3],[-1,1],[0,1],[0,2]],[[2526,2935],[1,-2],[0,-2],[-1,0],[1,-3],[0,-1],[1,-2],[0,-3],[0,-3],[-1,2],[0,1],[0,2],[0,-3],[0,-1],[0,-1],[-1,0],[0,1],[-1,3],[0,1],[-1,2],[0,2],[1,1],[-1,2],[0,1],[2,3]],[[2539,2958],[2,2],[1,0],[1,-1],[2,-1],[1,-2],[0,-2],[0,-2],[0,-3],[0,-3],[0,-1],[1,-1],[0,-2],[0,-1],[1,-1],[1,0],[1,-1],[1,0],[0,-2],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,0],[-1,0],[-1,2],[-2,1],[-1,2],[-1,2],[0,-1],[1,-2],[0,-2],[0,-2],[0,-1],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,1],[-1,3],[-1,0],[0,2],[0,1],[0,1],[-1,2],[0,-2],[0,-1],[1,0],[0,-3],[0,-2],[0,-1],[0,-1],[0,-1],[-2,0],[-1,1],[0,1],[-1,0],[0,2],[-1,1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[-1,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[1,1],[0,1],[2,2],[1,2],[2,2],[1,3],[1,0],[1,1],[1,0],[0,1],[1,2],[0,2],[0,1]],[[2521,2951],[1,0],[0,-1],[1,-2],[0,-1],[1,-2],[0,-3],[1,-1],[0,-1],[-1,0],[0,1],[-1,2],[0,1],[-1,2],[0,-1],[0,-1],[1,-3],[0,-5],[-1,-2],[0,-3],[-1,-1],[0,2],[0,2],[-1,-2],[0,-1],[-1,1],[-1,0],[0,1],[-1,2],[0,1],[-1,0],[0,1],[1,1],[0,3],[1,2],[0,2],[1,1],[1,3],[1,1],[0,1]],[[2495,3018],[1,0],[1,0],[2,0],[-1,1],[1,1],[1,0],[2,0],[1,0],[0,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[-1,-2],[0,-1],[-2,-2],[0,1],[-1,0],[0,1],[-1,2],[0,1],[1,1],[1,0],[2,2],[-1,0],[-2,-1],[0,1],[-1,1],[-1,1],[0,1]],[[2480,3079],[1,0],[1,-1],[1,0],[1,-1],[2,-1],[0,-1],[1,0],[1,0],[2,0],[1,-1],[1,0],[1,0],[1,-3],[1,-2],[0,-1],[0,-1],[-1,0],[-3,-1],[-1,-1],[-2,-2],[-1,-1],[-2,0],[-1,0],[0,1],[1,0],[-1,1],[0,-1],[-1,-1],[1,-1],[1,-1],[1,-1],[-2,-2],[-1,0],[-1,2],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,1],[-1,1],[-2,2],[0,1],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[1,-2],[-1,3],[0,2],[-1,3],[2,2],[0,3],[1,3],[1,0],[0,1]],[[5743,6229],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[-1,-2],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,1],[0,1],[0,1],[0,2],[0,2],[-1,0],[0,1],[1,0],[0,1],[0,1],[0,3],[0,1],[0,1],[2,2],[1,1],[1,0]],[[2458,3123],[1,-1],[1,-1],[1,-1],[2,-1],[1,-1],[2,-1],[1,-2],[1,-2],[1,-1],[0,-1],[0,-1],[0,-2],[-1,0],[-1,1],[0,-1],[1,0],[0,-1],[2,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,-2],[1,-2],[1,-2],[0,-1],[0,-3],[-1,-1],[-1,-1],[0,-2],[0,-2],[-1,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,2],[0,1],[0,2],[-1,2],[-1,1],[-2,0],[-1,0],[-1,0],[-1,0],[0,1],[1,2],[0,1],[0,1],[0,1],[-1,3],[0,1],[1,0],[1,-1],[-1,0],[1,-1],[2,1],[1,0],[0,2],[-1,2],[0,1],[0,1],[1,1],[-1,2],[-1,1],[-1,0],[0,-1],[-2,1],[-1,1],[-1,0],[0,-1],[-1,0],[0,1],[-1,2],[0,1],[0,1],[0,1],[1,2],[1,0]],[[5685,6258],[2,0],[1,1],[2,1],[2,0],[1,-1],[0,-2],[1,-2],[1,-2],[0,-2],[-1,-1],[-1,0],[-1,-1],[0,-3],[1,-1],[1,-1],[2,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[-2,1],[-1,2],[-3,1],[-1,1],[0,1],[1,1],[-1,2],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,2],[1,0]],[[5695,6271],[1,-1],[0,-1],[0,-1],[1,-1],[2,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-2,0],[0,-1],[-1,0],[-1,1],[0,2],[1,3],[1,1],[2,0]],[[5861,6384],[2,0],[2,0],[2,0],[1,0],[1,1],[3,-1],[3,0],[2,1],[2,0],[1,0],[0,-1],[1,0],[1,-1],[2,-1],[1,0],[1,-1],[1,-1],[0,-2],[-1,-1],[-3,-2],[-2,-1],[-3,-1],[-3,-1],[-2,0],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-2,-1],[-2,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,1],[-2,1],[-3,3],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,2],[1,2],[1,0],[1,2],[1,1],[2,-1]],[[2458,3215],[2,0],[1,0],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,2],[0,1],[-1,1],[1,0],[0,2],[1,1]],[[2439,3210],[1,1],[1,0],[0,-1],[1,-1],[1,-2],[0,-2],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[1,1],[1,1],[1,1],[1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[-1,-3],[0,-1],[-1,-1],[-1,1],[-1,3],[0,1],[0,1],[1,2],[-1,2],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-2,-1],[-1,-1],[-1,1],[-1,1],[0,2],[-1,2],[2,2],[2,3],[0,1],[0,1],[0,1],[-1,0],[-1,1],[0,2]],[[5729,6378],[1,-1],[1,0],[0,-1],[0,-2],[1,-2],[1,-1],[1,0],[1,-1],[1,0],[1,-3],[0,-1],[0,-1],[-3,-2],[-4,-1],[0,1],[-1,0],[1,2],[1,1],[1,0],[1,1],[0,1],[-1,0],[-3,1],[-3,-1],[-1,1],[0,2],[1,3],[1,2],[1,1],[1,1]],[[2432,3237],[1,-1],[1,-1],[0,-2],[1,-3],[0,-2],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[-1,1],[0,2],[0,2],[-1,0],[0,-1],[-1,-1],[-1,0],[1,2],[0,3],[0,3],[0,3],[1,2],[1,2],[0,3],[0,2]],[[2541,3417],[1,1],[1,-1],[0,-2],[0,-1],[0,-3],[0,-2],[0,-1],[-1,0],[-1,0],[0,1],[-1,2],[-1,1],[0,1],[0,2],[1,2],[1,0]],[[5513,6283],[1,0],[5,2],[2,0],[1,0],[1,1],[2,0],[1,1],[1,1],[1,0],[3,2],[1,2],[2,0],[3,1],[2,1],[2,0],[3,1],[2,0],[2,0],[2,0],[2,0],[2,0],[2,0],[2,0],[3,0],[2,0],[2,0],[2,-1],[1,0],[3,0],[3,-1],[2,0],[1,0],[2,-1],[3,-1],[3,0],[3,-1],[1,-1],[2,0],[4,-1],[3,0],[3,0],[1,-1],[2,-1],[1,-2],[2,-1],[1,0],[0,-1],[2,0],[2,-1],[2,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[2,0],[1,0],[1,0],[4,1],[1,1],[2,0],[2,1],[3,1],[3,2],[3,-1],[1,0],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[2,0],[2,-1],[3,0],[5,1],[3,0],[1,0],[2,0],[1,-1],[1,-2],[1,-2],[1,-1],[1,-2],[2,-2],[1,-1],[1,-1],[1,-2],[0,-1],[0,-1],[1,-3],[0,-3],[1,-1],[1,-2],[1,-3],[1,-2],[0,-1],[0,-1],[1,-2],[1,-1],[1,-1],[1,0],[1,-1],[1,-2],[2,-3],[0,-1],[1,0],[1,-1],[1,0],[1,0],[2,-1],[2,-1],[3,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[3,0],[2,-1],[1,-1],[1,0],[1,-1],[1,-1],[1,0],[1,-1],[1,0],[1,-1],[2,-1],[0,-1],[1,-2],[0,-1],[0,-1],[-2,-1],[0,-2],[0,-1],[0,-1],[3,-2],[3,-1],[4,0],[1,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[0,1],[1,0],[0,2],[2,0],[1,1],[1,-1],[2,0],[1,0],[0,2],[0,1],[0,1],[0,1],[1,1],[1,3],[1,-1],[1,-2],[0,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[1,-2],[1,-1],[2,0],[3,-2],[3,-1],[1,0],[3,-2],[3,-1],[2,-1],[1,-1],[2,-2],[2,-2],[1,0],[0,-2],[1,0],[1,-1],[2,-1],[1,-1],[2,-3],[1,0],[1,-1],[2,-1],[1,-1],[1,0],[0,-2],[0,-1],[-1,-1],[-3,-2],[-1,-2],[-1,-1],[-3,-2],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[2,1],[1,0],[1,1],[3,1],[1,1],[1,0],[2,0],[2,0],[2,-2],[0,1],[1,0],[1,1],[4,0],[2,0],[2,-2],[1,0],[1,-2],[0,-2],[1,-2],[0,-2],[1,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,-2],[1,-2],[0,-3],[0,-3],[0,-1],[0,-1],[0,-2],[-1,0],[-1,-1],[-2,0],[-2,0],[-3,0],[-1,0],[-1,1],[-3,0],[-1,1],[-1,0],[-3,1],[-6,2],[-2,1],[-2,1],[-1,2],[-2,1],[0,1],[-1,0],[-2,0],[-1,0],[-2,-1],[-1,3],[1,1],[-1,2],[0,2],[0,1],[-3,-1],[-1,0],[-1,-3],[-1,-2],[-1,-1],[-2,0],[-1,0],[-1,-1],[-2,0],[-3,1],[-3,2],[-1,0],[-2,1],[-3,1],[-2,1],[-3,1],[-2,1],[-2,0],[-4,1],[-2,1],[-2,1],[-1,0],[-2,-1],[-2,-1],[-3,0],[-2,-1],[-1,-1],[-1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-2],[-1,0],[-1,1],[-1,1],[-1,0],[0,-1],[2,-2],[0,-1],[1,0],[1,0],[2,-1],[0,-1],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-3],[0,-1],[1,-2],[0,-1],[3,-2],[1,-2],[0,-1],[0,-1],[0,-2],[0,-3],[1,-1],[2,0],[1,0],[1,0],[0,1],[-1,0],[0,1],[1,0],[2,-1],[2,0],[2,-1],[3,-1],[2,-1],[2,0],[2,-2],[1,0],[2,-2],[2,0],[1,-1],[2,-1],[2,-2],[2,-1],[1,0],[2,-2],[1,-1],[3,0],[2,-1],[3,-1],[1,-1],[1,-2],[1,-3],[0,-2],[0,-1],[-1,-2],[-1,-1],[-1,-3],[0,-1],[2,-2],[2,1],[2,2],[1,2],[2,2],[1,2],[0,2],[0,1],[-1,0],[1,1],[2,1],[2,0],[2,-1],[2,-1],[1,-1],[1,-2],[1,-1],[3,-3],[2,-1],[1,0],[2,-1],[2,0],[1,0],[0,-1],[-1,-2],[-2,-1],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-2,-1],[-2,-1],[-2,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[0,-2],[1,-1],[1,0],[1,0],[3,-1],[1,-2],[1,-3],[1,0],[0,-2],[0,-1],[-2,-4],[-2,-3],[-2,-3],[-1,-1],[-1,-1],[-2,-1],[-3,-1],[-2,0],[-3,-1],[-1,-1],[-4,0],[-2,0],[-2,0],[-2,0],[-1,1],[-3,1],[-5,1],[-1,1],[0,1],[-5,2],[-3,1],[-3,2],[-2,1],[-3,2],[-1,0],[-1,2],[0,1],[0,1],[1,1],[4,2],[3,1],[2,2],[2,3],[1,1],[0,1],[1,1],[0,1],[1,0],[0,1],[0,1],[-1,1],[-1,0],[-1,1],[0,1],[-1,1],[-1,0],[-2,-1],[-1,-1],[1,0],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,-2],[-2,-2],[-1,-1],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-2,-2],[-1,-1],[-1,-2],[-1,0],[-1,0],[-1,1],[-2,1],[-2,1],[-3,3],[-1,2],[-2,1],[-2,2],[-2,1],[-1,1],[-2,1],[-1,1],[-1,1],[-1,1],[-4,3],[-2,3],[-1,0],[-1,1],[-2,1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[0,2],[-1,1],[0,1],[-1,2],[-1,2],[-2,1],[-1,1],[-1,2],[-1,2],[-1,2],[-1,0],[-1,2],[-2,1],[-1,0],[0,1],[-1,1],[-1,2],[-1,0],[-1,1],[-2,1],[-2,1],[-1,1],[-2,1],[-2,2],[-1,1],[-3,2],[-3,1],[-2,1],[-3,1],[-1,1],[-2,1],[-2,2],[-3,1],[-1,0],[-1,0],[-2,2],[-1,1],[-2,1],[-2,0],[-2,0],[-2,1],[-2,2],[-2,1],[-3,1],[-2,2],[-1,0],[-2,1],[-1,0],[-3,1],[-2,1],[-3,0],[-1,1],[-2,1],[-2,1],[-3,1],[-1,1],[-1,1],[-1,0],[-2,1],[-2,1],[-1,0],[-2,1],[-2,1],[-3,2],[-1,1],[-1,2],[-1,1],[-1,2],[-1,0],[-1,0],[-1,0],[-2,0],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,1],[1,1],[1,1],[1,1],[1,1],[0,1],[0,5],[0,2],[-1,1],[-1,1],[-1,1],[-1,1],[-1,0],[-2,1],[0,1],[-1,0],[0,1],[-1,2],[-1,1],[-1,0],[-1,1],[0,1],[0,2],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,-1],[-2,0],[-3,0],[-3,-1],[0,-1],[1,0],[2,-1],[2,1],[2,0],[1,0],[1,0],[0,-2],[-1,-2],[-1,-1],[0,-2],[-1,0],[0,1],[0,1],[0,1],[0,1],[-2,1],[-1,0],[-2,1],[-1,1],[-1,0],[0,1],[0,1],[1,1],[1,1],[0,1],[-1,1],[-1,2],[-1,1],[-1,0],[-2,0],[-1,0],[-1,1],[-2,2],[-2,1],[-1,1],[-1,0],[-3,1],[-1,2],[-1,2],[0,2],[-1,1],[1,1],[-1,1],[-1,1],[0,1],[-1,2],[1,1],[0,3],[0,1],[-1,0],[0,2],[0,1],[0,2],[0,2],[0,2],[0,2],[0,1],[0,1],[0,1],[-1,2],[-1,2],[0,1],[0,2],[0,3],[-1,4],[0,2],[0,2],[-1,3],[-1,3],[0,1],[0,1],[-1,0],[0,1],[-1,4],[0,1],[0,2],[0,2],[-1,2],[0,1],[0,1],[0,2],[0,1],[-1,3],[-1,3],[-1,1],[0,3],[0,1],[1,1],[1,1]],[[2437,3288],[1,1],[1,0],[0,-1],[1,-1],[-1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,2],[-1,0],[0,1],[1,2],[0,2]],[[2427,3270],[2,0],[2,-1],[1,-3],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[1,-3],[1,-1],[0,-2],[-1,-1],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[0,1],[1,1],[0,1],[-2,-1],[-1,-1],[-1,1],[0,1],[-1,1],[1,4],[2,1],[0,2],[0,1],[1,0]],[[2511,3429],[0,1],[1,0],[0,-1],[1,1],[2,1],[1,2],[2,0],[1,-1],[1,-1],[1,-1],[2,-1],[1,0],[1,0],[2,-1],[1,1],[1,0],[1,0],[1,-1],[2,-1],[0,-1],[1,-3],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[0,-1],[-1,-3],[-1,-2],[-1,-2],[-1,-1],[-1,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-3],[-2,-3],[-1,-3],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[-1,-1],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-1,-2],[0,-1],[-1,-2],[-1,-2],[-1,-2],[0,-1],[-1,0],[-1,-1],[0,1],[-1,-1],[-1,-2],[0,-2],[-1,-2],[0,-1],[-1,-4],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-2,-2],[-1,-1],[0,-1],[-1,0],[-1,-2],[-1,-2],[-1,0],[-1,1],[-2,0],[-1,0],[0,1],[-1,1],[-1,1],[-1,2],[-1,2],[-1,1],[-1,1],[0,1],[1,2],[1,3],[1,1],[2,2],[1,0],[1,0],[1,-1],[1,-1],[0,-1],[1,-1],[2,-2],[1,1],[1,1],[0,1],[0,1],[-1,2],[0,1],[-1,0],[-2,1],[0,1],[0,1],[0,2],[1,2],[0,1],[0,1],[1,0],[0,1],[1,0],[1,0],[2,-1],[0,-1],[2,-1],[2,1],[1,1],[0,1],[-1,0],[-1,3],[-2,2],[-2,2],[-1,0],[0,1],[1,2],[1,1],[1,2],[0,2],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[3,1],[1,0],[0,1],[1,0],[0,1],[0,1],[0,2],[0,1],[-1,1],[-1,1],[-1,2],[-2,2],[0,1],[1,2],[0,1],[1,0],[1,1],[1,1],[2,2],[1,3],[1,1],[1,0],[2,2],[0,1],[-1,3],[0,2],[0,2],[0,2],[-1,0],[0,1],[0,2],[1,3],[1,2],[1,2],[1,2],[1,1],[1,1],[0,2],[0,1],[0,2],[0,3],[-1,1],[1,2],[0,2]],[[2448,3338],[1,1],[1,0],[1,-1],[1,0],[1,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[1,1],[1,1],[1,1],[1,1],[1,1],[1,1],[0,1],[1,1],[1,2],[1,1],[1,2],[0,2],[0,1],[1,0],[1,1],[1,0],[0,1],[2,1],[1,0],[0,-2],[1,-1],[1,-2],[0,-2],[1,0],[2,-1],[2,0],[3,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-2,-4],[-2,-2],[-1,-2],[-1,-1],[-1,-1],[-1,1],[-2,1],[-1,0],[0,2],[1,1],[0,1],[2,2],[2,3],[0,1],[1,1],[1,2],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,0],[-1,-1],[-1,-3],[-1,-2],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,0],[-1,0],[-2,0],[-2,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,1],[0,2],[1,1]],[[5507,6331],[1,-1],[3,1],[2,0],[3,0],[3,1],[4,0],[1,0],[5,2],[3,0],[2,1],[1,1],[2,0],[6,1],[3,0],[2,0],[2,1],[3,0],[3,0],[3,1],[4,0],[2,0],[2,0],[2,0],[2,0],[2,0],[3,0],[4,0],[1,0],[3,1],[1,0],[2,0],[3,1],[3,0],[3,1],[2,0],[2,1],[5,1],[3,0],[1,0],[3,1],[3,0],[3,1],[1,0],[4,2],[2,0],[2,1],[1,1],[1,1],[2,1],[1,0],[4,0],[2,1],[1,2],[1,1],[3,1],[2,1],[1,0],[2,0],[3,0],[4,0],[1,0],[1,0],[1,1],[1,-1],[2,-1],[2,0],[4,1],[2,0],[2,0],[1,-1],[0,-1],[1,-1],[2,-2],[1,-1],[1,0],[3,-2],[3,-2],[2,0],[1,0],[3,-1],[2,1],[1,-1],[2,0],[1,0],[1,0],[2,1],[2,1],[1,0],[2,0],[1,-1],[1,-1],[1,-2],[1,0],[1,-1],[1,0],[4,-1],[2,-1],[2,-1],[3,-2],[2,0],[2,0],[1,0],[3,0],[2,0],[2,0],[5,0],[2,0],[2,-1],[3,-2],[1,0],[3,0],[1,-1],[3,-2],[2,-1],[1,-1],[1,0],[1,-1],[1,0],[2,0],[2,-1],[1,-1],[1,-2],[2,-1],[1,1],[2,1],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,0],[2,-2],[1,-2],[0,-2],[1,-1],[2,-2],[3,-1],[1,1],[1,1],[0,2],[1,1],[0,1],[3,0],[-1,-4],[0,-1],[1,0],[0,-1],[2,-1],[2,0],[1,0],[1,0],[0,1],[1,2],[1,1],[0,1],[2,1],[-1,-1],[0,-2],[0,-1],[0,-1],[1,-2],[1,-1],[1,0],[1,-1],[3,0],[1,-1],[2,-2],[0,-3],[0,-1],[-1,-1],[0,-2],[-2,0],[-3,0],[-3,-1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[1,0],[1,0],[1,0],[2,-1],[-1,-1],[-3,-1],[-1,0],[-1,1],[-1,0],[-1,-1],[-2,-2],[-1,-2],[-1,0],[-2,-1],[-2,-1],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[0,-1],[0,-2],[1,-1],[1,-1],[2,-2],[2,-2],[1,1],[0,2],[0,1],[0,1],[1,0],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[2,0],[1,0],[3,-1],[1,0],[2,0],[0,-1],[3,-2],[0,-2],[0,-1],[-1,-1],[-3,-1],[-2,-1],[-2,-1],[0,-1],[1,-1],[1,-1],[1,0],[3,0],[3,-2],[2,-1],[1,-1],[1,-1],[1,0],[3,-2],[1,-1],[1,0],[-1,-2],[0,-1],[-2,-1],[-2,-2],[-1,-2],[-1,-2],[0,-1],[1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,0],[-1,0],[-1,0],[-1,-2],[-1,0],[-1,1],[0,3],[-2,2],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,0],[1,1],[0,2],[1,1],[1,1],[0,-1],[1,0],[1,1],[1,1],[0,1],[0,1],[-1,0],[-3,1],[-1,0],[-1,-1],[-3,-2],[-1,1],[-2,0],[-1,-2],[0,-3],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,1],[1,2],[1,1],[-1,1],[-1,0],[-2,-1],[-1,-1],[-2,0],[1,1],[1,1],[0,1],[-1,1],[-2,-1],[-2,0],[0,-1],[-1,0],[-2,0],[-1,-1],[-1,1],[-1,0],[-3,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,1],[0,1],[-1,0],[-2,0],[-2,0],[-4,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[-3,0],[-1,-1],[-1,-2],[-2,-1],[-2,0],[0,1],[1,2],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-2,1],[-1,2],[-1,1],[0,2],[-1,0],[-1,1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,3],[2,1],[2,0],[2,0],[2,-1],[1,0],[3,-1],[1,0],[0,1],[0,1],[-1,2],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-2,-1],[-2,1],[-2,0],[0,1],[-1,2],[-1,3],[0,2],[-1,1],[0,1],[1,0],[1,1],[0,2],[-1,2],[0,1],[-2,-1],[-1,1],[-1,1],[0,1],[0,1],[1,1],[0,2],[0,1],[-1,1],[0,1],[-1,0],[-2,0],[-2,0],[-1,0],[-1,2],[-1,2],[0,1],[-1,1],[-1,1],[-3,2],[-3,2],[-1,1],[-1,0],[-1,0],[-1,1],[-2,0],[-1,1],[-1,-1],[-2,1],[-1,1],[-2,0],[-1,0],[-2,1],[-2,1],[-1,1],[-1,0],[-2,1],[-2,1],[-3,-1],[-3,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-4,1],[-1,0],[-3,0],[-2,1],[-1,1],[-2,0],[-1,0],[-2,0],[-1,-1],[-2,-1],[-2,0],[-3,0],[-2,1],[-2,0],[-1,-1],[-3,0],[-1,-1],[0,-1],[0,-1],[-1,0],[-4,0],[-3,1],[-2,2],[-1,0],[-1,1],[-1,0],[-2,1],[-2,2],[-3,1],[-3,1],[-1,0],[-3,1],[-2,1],[-3,1],[-2,0],[-3,1],[-2,0],[-1,0],[-1,1],[-1,0],[-2,1],[-3,1],[-2,0],[-1,0],[-1,0],[-2,0],[-2,0],[-3,0],[-2,0],[-2,1],[-3,0],[-3,0],[-3,0],[-2,0],[-3,0],[-1,-1],[-2,0],[-1,0],[-3,-1],[-4,0],[-3,-1],[-3,-1],[-3,-1],[-4,0],[-3,-1],[-2,0],[-2,-1],[-2,0],[-1,0],[-1,-1],[-1,1],[-1,1],[-1,3],[-1,2],[0,1],[-1,2],[0,2],[-1,2],[0,3],[-1,2],[0,3],[0,1],[0,1],[0,3],[0,2],[1,2],[1,1],[1,1]],[[5442,6296],[2,-1],[0,-1],[1,0],[1,0],[1,0],[1,1],[2,2],[1,1],[2,1],[2,1],[2,1],[2,1],[3,1],[1,0],[3,1],[3,0],[1,1],[2,-1],[3,0],[1,0],[3,0],[2,-3],[0,-1],[1,0],[-2,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-2,0],[-1,-1],[-1,0],[-3,-1],[-1,-1],[-2,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,0],[2,-1],[1,-1],[1,-1],[1,-1],[0,-1],[-1,-1],[-1,0],[-2,-2],[0,-1],[1,-5],[1,-3],[0,-1],[1,-3],[1,-2],[0,-3],[0,-1],[0,-1],[0,-1],[-1,0],[-4,0],[-2,1],[-4,1],[-1,1],[-1,-1],[0,1],[-4,1],[-2,1],[-1,1],[-2,1],[-3,1],[-2,2],[-1,0],[-1,1],[-1,1],[-2,1],[-2,1],[-1,1],[-2,1],[-3,0],[0,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-2,0],[-1,0],[-1,0],[-2,1],[-2,1],[-1,1],[-1,2],[-1,1],[0,1],[1,1],[1,0],[2,0],[2,0],[1,1],[2,0],[2,1],[1,0],[3,1],[2,1],[2,0],[2,3],[1,1],[1,1],[0,2],[1,1],[0,1],[1,0]],[[5467,6325],[1,-1],[1,0],[2,0],[3,1],[1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[3,1],[0,-1],[1,0],[-2,-3],[-2,-2],[0,-1],[-2,0],[-1,0],[-2,-1],[-1,1],[-3,1],[-1,1],[-2,2],[0,1],[1,0],[1,1],[1,1],[1,2],[2,0]],[[2397,3287],[1,0],[1,-1],[0,-2],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,1],[0,1],[1,3],[1,1]],[[2484,3433],[1,1],[1,0],[1,-1],[1,-1],[1,-1],[2,-1],[1,0],[2,0],[1,0],[1,1],[1,0],[2,2],[2,2],[1,0],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-3],[0,-1],[-2,-3],[-1,-1],[-2,-2],[-1,-2],[0,-3],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-3],[0,-2],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-4],[0,-1],[0,-1],[-1,-2],[0,-1],[-2,-5],[-1,-3],[0,-2],[-1,-2],[0,-3],[-1,-1],[0,-1],[-2,-1],[-2,-3],[0,-1],[-1,-1],[-2,-1],[0,1],[0,1],[-1,0],[-1,-1],[-1,0],[-3,2],[0,1],[-1,1],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[-2,-1],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,2],[0,1],[1,0],[1,1],[1,0],[2,1],[1,1],[1,1],[1,1],[1,0],[1,1],[1,1],[0,1],[-1,1],[-1,2],[0,2],[0,1],[1,1],[1,0],[2,0],[2,0],[1,0],[1,0],[1,2],[0,1],[1,0],[0,1],[1,0],[1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,2],[0,3],[1,1],[0,2],[0,2],[0,1],[1,0],[0,2],[1,0],[1,0],[0,1],[1,1],[0,1],[1,1],[0,1],[1,2],[2,2],[1,2],[1,2],[0,1],[-1,1],[-2,2],[-1,1],[0,1],[0,1],[1,1]],[[5468,6338],[1,0],[1,0],[1,-1],[1,0],[1,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-3,1],[-1,0],[-1,1],[0,2],[1,1],[0,1],[1,0],[1,1]],[[2395,3292],[2,2],[1,0],[0,-1],[0,-2],[-1,-2],[-1,-2],[-1,-1],[-1,0],[-1,0],[0,1],[1,2],[1,3]],[[2399,3301],[2,1],[1,0],[1,0],[2,1],[2,2],[2,1],[2,1],[2,1],[1,-2],[1,-1],[0,-1],[0,1],[1,-1],[0,-1],[0,-3],[0,-2],[0,-1],[-1,-1],[-2,-2],[-1,0],[0,1],[-1,1],[0,1],[0,2],[0,1],[0,-2],[0,-2],[0,-3],[0,-2],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,-2],[-2,-1],[-1,0],[0,1],[-1,2],[1,1],[0,1],[0,1],[-1,1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,0],[-1,0],[-1,1],[-1,2],[0,1],[0,2],[0,1],[0,2],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0]],[[2396,3306],[1,0],[2,1],[2,0],[1,0],[1,0],[0,-1],[0,-1],[-1,-2],[-3,-1],[-1,-1],[-1,0],[-2,-1],[0,1],[0,2],[0,1],[0,1],[1,1]],[[2389,3351],[1,2],[1,0],[0,-1],[1,-1],[0,-1],[0,-2],[2,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,-1],[1,-2],[0,-1],[0,-2],[1,-3],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[1,0],[1,0],[1,-1],[0,-1],[1,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-2],[2,-1],[1,-1],[0,-1],[-1,0],[-2,0],[-1,0],[-2,0],[-2,1],[-1,1],[-1,3],[0,2],[1,1],[0,2],[1,0],[1,0],[1,-1],[1,0],[0,1],[0,1],[-2,-1],[-1,1],[0,1],[-1,2],[1,1],[-1,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,1],[-2,-1],[0,-2],[0,-2],[-3,-2],[-1,0],[0,1],[-1,3],[0,1],[0,3],[0,2],[1,1],[1,1],[1,0],[3,0],[1,0],[1,0],[3,0],[0,1],[-1,0],[-2,0],[-2,0],[-1,1],[0,1],[-1,2],[-1,2],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1]],[[2388,3366],[1,0],[1,1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,0],[0,-2],[0,-4],[-1,-1],[-1,-1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[-1,0],[1,1],[1,1],[1,1],[1,1],[-1,1],[0,1]],[[6001,6660],[1,0],[1,0],[2,-2],[2,0],[2,-1],[4,-2],[1,0],[2,-4],[1,0],[0,-1],[1,-1],[0,-1],[2,-2],[1,-1],[-1,-2],[-1,0],[0,-1],[-1,1],[-1,0],[-3,0],[-4,-1],[-1,2],[-1,0],[-2,2],[-2,1],[-2,2],[-3,2],[-2,1],[-1,1],[-1,0],[0,2],[1,2],[1,1],[0,1],[3,1],[1,0]],[[2387,3401],[0,-1],[1,-1],[0,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,1],[0,-1],[-1,0],[-1,0],[1,1],[1,2],[0,2],[1,2],[-1,-2],[-1,0],[0,-1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[1,1],[0,1],[1,1],[-1,1],[-1,1],[1,3],[1,0]],[[2385,3461],[1,-1],[1,0],[1,-3],[1,-1],[0,-2],[1,-2],[1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[1,0],[0,1],[1,0],[0,1],[0,1],[-2,2],[-1,2],[0,1],[-1,3],[-1,1],[0,1],[0,1],[1,1],[0,2],[-1,0],[0,1],[0,1],[0,1],[0,1]],[[5894,6690],[1,-1],[1,0],[0,-1],[1,-1],[1,-1],[1,-1],[1,-2],[0,-1],[0,-1],[-2,-2],[-2,-2],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,1],[0,1],[-1,1],[1,0],[1,2],[-1,2],[0,3],[0,2],[0,3],[0,1],[1,1],[1,0]],[[5916,6702],[2,-1],[1,0],[2,0],[2,0],[1,0],[1,2],[1,1],[1,0],[1,0],[1,0],[1,-3],[0,-3],[0,-1],[1,-3],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[0,-1],[1,0],[-2,-1],[-1,0],[-1,0],[-2,0],[-2,0],[0,1],[-3,1],[-1,1],[-1,2],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[2,2],[0,1],[1,1]],[[5429,6477],[3,0],[2,1],[1,0],[3,0],[3,0],[3,0],[9,1],[3,0],[3,1],[4,0],[3,1],[3,1],[4,1],[2,1],[4,0],[2,-1],[2,0],[1,1],[2,0],[1,1],[3,-1],[2,0],[0,-1],[3,0],[3,-1],[3,0],[3,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[6,0],[2,-1],[2,0],[2,-1],[3,-2],[5,-1],[2,-1],[1,-1],[2,-1],[2,0],[2,0],[2,0],[1,1],[0,-1],[1,0],[1,0],[1,-1],[2,-1],[1,-1],[2,0],[2,-1],[2,0],[3,-1],[1,0],[1,0],[2,0],[3,-1],[2,-1],[2,0],[2,-1],[3,-1],[3,0],[3,-1],[2,0],[3,0],[4,-1],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[3,0],[1,-1],[2,-2],[4,-1],[1,-3],[1,0],[1,0],[2,0],[2,-1],[0,-1],[2,-1],[1,0],[3,-1],[2,-1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,-2],[2,-1],[0,-1],[1,-1],[3,-2],[2,-2],[0,-1],[2,-2],[1,-1],[2,-1],[1,-1],[2,-1],[2,0],[2,-1],[2,-1],[1,-1],[3,0],[-1,-2],[2,-1],[2,-2],[1,-1],[1,0],[1,0],[1,-1],[1,0],[-1,-1],[-1,-1],[-1,-2],[-3,-2],[-1,-1],[-1,0],[-2,1],[-2,1],[-2,1],[-2,1],[-3,0],[-1,0],[-1,0],[-2,0],[-3,0],[-2,1],[-1,0],[-3,-1],[-2,0],[-2,-1],[-1,-1],[-1,0],[-2,0],[-2,-1],[-1,0],[-2,0],[-1,1],[-5,0],[-2,0],[-1,1],[-2,0],[-4,0],[-2,1],[-4,1],[-4,1],[-2,1],[-1,1],[-3,0],[-1,0],[-2,1],[-2,1],[-2,1],[0,1],[-2,1],[-3,0],[-3,1],[-1,1],[-2,1],[-1,0],[-2,1],[-3,2],[-1,0],[-2,1],[-1,0],[-3,2],[-3,2],[-2,2],[-2,0],[-2,1],[-1,0],[-2,0],[-1,0],[-2,0],[-1,1],[-1,0],[-3,0],[-1,0],[-2,0],[-2,-1],[-4,-1],[-4,0],[-1,0],[-1,0],[-1,0],[-4,1],[-3,-1],[-1,1],[-1,0],[-1,1],[-1,0],[-3,1],[-3,0],[-3,1],[-2,1],[-1,1],[-1,0],[-2,0],[-2,-1],[-1,-1],[-5,1],[-2,1],[-2,2],[-1,0],[-2,0],[-1,0],[-1,1],[-2,1],[-1,0],[-1,0],[-2,-1],[-3,1],[-2,0],[-3,-1],[-3,-2],[-1,0],[-1,0],[-1,0],[0,1],[-2,1],[0,-1],[2,-3],[4,-1],[3,3],[2,1],[1,1],[1,0],[1,0],[1,0],[2,-1],[1,0],[1,-2],[1,-1],[2,-2],[3,-3],[1,0],[2,0],[3,1],[1,-1],[1,0],[0,-1],[1,-2],[1,0],[1,0],[1,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[3,-1],[1,1],[1,0],[1,-1],[1,0],[1,-1],[5,0],[2,-1],[2,0],[2,0],[1,0],[5,-2],[2,0],[3,0],[2,-1],[2,-1],[1,0],[2,0],[4,0],[2,0],[2,0],[3,-1],[2,0],[2,-1],[2,-1],[3,-1],[2,-1],[2,-1],[1,0],[2,0],[1,-2],[2,0],[3,-1],[2,-1],[4,-1],[2,-1],[3,-1],[4,-2],[2,0],[3,-1],[2,-1],[2,-1],[2,-1],[1,0],[3,-1],[1,0],[1,0],[2,-1],[3,-1],[3,0],[3,-1],[11,0],[3,0],[2,0],[5,1],[2,0],[2,1],[4,0],[2,0],[3,-1],[4,0],[1,-1],[2,-1],[1,0],[1,0],[2,0],[2,0],[1,0],[1,-1],[2,0],[2,0],[3,-1],[5,-1],[1,0],[3,-1],[1,0],[2,-2],[1,0],[3,-1],[2,-2],[2,0],[2,-2],[1,-1],[1,-1],[2,0],[1,0],[2,0],[1,1],[2,2],[2,1],[1,0],[1,-1],[0,-1],[-1,0],[-2,-2],[-1,0],[-1,-1],[-1,-1],[-1,-2],[0,-2],[-1,-1],[-1,-1],[0,-2],[-2,-2],[0,-1],[-2,-2],[-2,-2],[-2,-1],[-3,0],[-2,0],[-1,0],[-3,0],[-1,0],[-4,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[-3,0],[-3,0],[-1,0],[-1,0],[-2,-1],[-2,0],[-2,0],[-2,0],[-2,0],[-3,0],[-4,-1],[-2,-1],[-3,-1],[-3,-1],[-1,0],[-2,0],[-2,-1],[-2,0],[-2,-1],[-3,-1],[-1,0],[-3,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-3,0],[-3,-1],[-2,-1],[-2,0],[-2,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[-3,-1],[-1,-1],[-2,0],[-3,0],[-4,-1],[-3,0],[-1,0],[-2,0],[-4,0],[-4,0],[-2,-1],[-4,-1],[-3,0],[-1,0],[-6,-1],[-3,-1],[-4,-1],[-2,0],[-1,-1],[-3,-1],[-2,0],[-1,-1],[-1,0],[-1,0],[-3,0],[-1,0],[-4,1],[-3,1],[-1,0],[-1,0],[-3,1],[-2,1],[-3,1],[-2,0],[-2,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,-2],[0,1],[-2,1],[-1,0],[0,1],[0,1],[0,1],[-1,2],[-1,1],[0,1],[-1,0],[-3,0],[-2,1],[-2,0],[-1,-1],[-1,0],[-1,1],[-2,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-2,1],[-3,1],[-2,2],[-1,2],[-3,3],[0,1],[-2,1],[-2,2],[-1,0],[-2,1],[-2,1],[-1,0],[-3,0],[-1,0],[-2,0],[-1,-1],[-1,-1],[-2,0],[-3,-1],[-1,0],[-2,-1],[-2,1],[-2,0],[-1,0],[-1,0],[-1,0],[-4,1],[-1,0],[-1,0],[-2,1],[-2,0],[0,-1],[-2,1],[-2,0],[-2,1],[-2,1],[-3,1],[-1,1],[-3,1],[-1,1],[-1,1],[-1,1],[-1,1],[-3,2],[-1,0],[-2,1],[-1,0],[-4,2],[-1,1],[-1,1],[-2,3],[-2,1],[-2,2],[-2,2],[-1,0],[-2,2],[0,1],[-1,1],[0,1],[1,1],[1,0],[2,1],[1,1],[3,3],[2,1],[1,1],[3,1],[2,2],[2,2],[3,2],[1,0],[0,2],[1,0],[1,3],[1,2],[1,1],[1,1],[0,1],[1,1],[0,1],[2,3],[2,1],[1,1],[2,3],[1,1],[1,1],[1,0],[3,0],[2,1],[4,1],[3,2],[1,1],[2,2],[1,1],[0,2],[-1,1],[0,3],[1,1],[0,1],[0,1],[-1,1],[-1,2],[0,2],[1,2],[0,1],[0,2],[-1,2],[0,2],[0,1],[1,1],[0,1],[1,0],[1,0],[1,0],[1,1],[0,1],[1,1]],[[2384,3573],[1,0],[1,1],[2,1],[1,2],[1,1],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-2],[-1,-2],[-2,1],[-2,1],[0,1]],[[2372,3581],[1,1],[1,0],[0,-1],[0,-1],[0,-2],[0,-1],[-2,-2],[-1,-1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[1,1],[1,2],[1,1]],[[2362,3591],[1,1],[1,-2],[0,-1],[-1,-2],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-2],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,2],[0,2],[1,1],[0,1],[-1,1],[1,1],[0,-1],[1,0],[1,0],[1,2],[1,1],[1,2],[0,2],[0,1],[0,1],[0,2],[0,1]],[[6152,6911],[2,-1],[1,0],[0,1],[0,1],[0,1],[2,-1],[0,-1],[-1,-2],[0,-2],[1,-1],[1,-1],[1,0],[1,-1],[2,0],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-2,-1],[-3,-2],[-1,-1],[-1,-2],[1,-1],[1,0],[1,0],[3,0],[0,1],[1,0],[1,1],[0,1],[0,1],[1,0],[1,-1],[1,0],[0,-2],[-1,-3],[-2,-2],[0,-1],[1,-1],[1,-2],[2,-3],[-1,-2],[0,-2],[-1,-2],[0,-2],[0,-2],[0,-1],[-1,-2],[-1,-1],[-3,-1],[-2,-1],[-2,0],[-1,1],[-2,0],[-2,0],[-3,0],[-2,1],[-1,1],[-1,0],[-1,0],[-4,0],[-2,-1],[-2,0],[-4,2],[-1,2],[-1,0],[-2,0],[0,-1],[-2,-1],[-2,0],[-1,0],[-4,0],[-1,0],[-1,-2],[-1,-1],[0,1],[1,1],[1,2],[2,1],[1,2],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[0,2],[-1,0],[0,1],[-1,0],[-1,1],[0,2],[1,1],[1,0],[-1,1],[2,2],[2,1],[2,2],[3,2],[2,2],[0,1],[1,3],[1,1],[1,1],[3,1],[1,0],[3,2],[0,1],[2,2],[1,1],[3,0],[1,0],[1,0],[1,1],[1,1],[1,1],[3,1],[2,2],[1,1],[2,0],[1,0]],[[6184,6928],[1,-1],[1,-1],[1,-2],[1,0],[1,-1],[4,-1],[1,0],[2,-1],[1,0],[4,0],[1,1],[3,1],[2,1],[1,0],[3,0],[2,0],[1,0],[1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-3,-3],[-1,-1],[0,-2],[-1,-1],[1,-2],[1,-2],[1,-2],[1,-1],[1,-2],[3,-6],[-1,-1],[-1,0],[-1,-2],[-1,-1],[-1,-2],[-1,-2],[0,-1],[-1,0],[-1,0],[-2,2],[-2,1],[-2,1],[-3,0],[-2,0],[-1,1],[-1,0],[0,1],[-1,1],[0,2],[0,1],[0,1],[0,2],[-1,1],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[0,2],[0,1],[-1,2],[0,2],[0,4],[0,2],[0,2],[-1,1],[-1,0],[0,2],[-1,1],[2,2],[1,0]],[[2363,3617],[1,0],[0,-1],[1,2],[0,2],[1,1],[1,0],[1,0],[0,-2],[-1,-4],[0,-2],[-1,-1],[-1,0],[-3,2],[0,1],[0,1],[1,1]],[[2349,3600],[2,0],[1,1],[0,-1],[3,-1],[2,-1],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-1,2],[0,2],[-1,0],[-1,1],[-2,3],[1,2]],[[2366,3650],[1,1],[0,-1],[1,-3],[0,-1],[0,-2],[0,-1],[0,-1],[1,3],[1,0],[0,1],[-1,2],[0,1],[0,1],[0,1],[3,0],[1,0],[2,0],[1,0],[1,-1],[0,-1],[0,-1],[-1,0],[-1,-3],[-1,-3],[-2,-1],[-1,-1],[-1,-1],[-2,-2],[0,-2],[0,-3],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,2],[0,1],[1,0],[1,0],[0,1],[1,2],[1,2],[0,1],[1,1],[1,1],[1,1],[0,1],[0,1],[0,1],[1,2],[1,0],[0,2],[0,1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[0,1],[0,1],[1,2],[1,1],[1,1],[1,1],[1,0],[0,1],[1,3],[0,2],[1,1]],[[2371,3676],[3,0],[0,-1],[0,-2],[0,-2],[0,-3],[-1,-2],[-3,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[1,0],[1,1],[0,1],[0,1],[1,2]],[[2375,3687],[1,1],[1,0],[0,-1],[1,-2],[0,-2],[1,-1],[0,-2],[1,0],[0,-1],[0,-1],[-2,-1],[-1,0],[-3,1],[-2,0],[1,2],[0,3],[0,2],[1,1],[1,1]],[[2339,3685],[1,-1],[1,-2],[0,-3],[-1,-2],[0,-1],[-1,-1],[-1,-3],[-1,-1],[-1,0],[-2,0],[-1,1],[0,1],[0,2],[1,2],[0,1],[0,1],[0,1],[1,0],[1,1],[0,2],[0,1],[1,2],[2,-1]],[[2323,3722],[2,1],[1,-1],[2,-2],[1,-1],[-1,-1],[0,-1],[-1,0],[-1,-2],[0,-2],[0,-1],[-1,1],[-1,0],[-1,2],[0,1],[0,1],[1,0],[1,2],[-1,1],[-1,0],[0,1],[0,1]],[[2324,3743],[2,0],[1,0],[1,0],[1,0],[1,1],[1,-1],[1,-1],[1,-3],[1,-2],[0,-2],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-2,2],[-1,2],[-1,4]],[[2300,3772],[1,1],[1,1],[1,0],[1,0],[1,-1],[0,-1],[0,-3],[0,-2],[0,-2],[-1,-1],[-1,0],[-2,1],[0,1],[0,2],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,1]],[[5977,7037],[1,0],[2,0],[1,0],[4,0],[3,0],[2,0],[2,-1],[1,0],[1,-1],[4,0],[2,-1],[2,-1],[4,-1],[4,-1],[0,-2],[0,-1],[1,0],[3,0],[1,-1],[1,0],[2,0],[2,-2],[2,-1],[2,-2],[2,-3],[1,-1],[0,-1],[-2,-3],[-2,-2],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-2,-1],[-3,-1],[-2,-2],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,-2],[0,-3],[1,0],[1,0],[1,0],[2,1],[-1,3],[0,1],[0,1],[-1,3],[1,1],[1,0],[2,-1],[3,1],[3,-1],[2,0],[2,-1],[1,-1],[2,0],[2,-2],[1,-1],[1,-1],[1,-1],[1,0],[4,-1],[1,-1],[2,-1],[4,-4],[1,0],[2,-2],[2,-2],[3,-2],[1,-1],[1,-1],[-1,-3],[-1,-3],[-1,-2],[-1,-1],[-1,-3],[-1,-1],[-5,-7],[-1,-1],[-2,-3],[-2,-3],[-2,-2],[-3,-2],[-2,-2],[-1,0],[-1,-2],[-3,-2],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[0,-1],[-1,0],[-3,0],[-2,1],[-2,0],[-1,0],[-3,0],[-1,0],[-3,-1],[-2,0],[-1,-1],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-3,2],[-1,0],[-1,1],[-1,1],[-1,2],[-1,1],[0,1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,-1],[-3,0],[-1,0],[-2,1],[-3,2],[-1,1],[-2,2],[-2,4],[-1,3],[-1,1],[-1,3],[-2,2],[-1,0],[-2,2],[-1,1],[-1,0],[-1,1],[-2,0],[-1,0],[0,2],[-1,2],[-2,2],[-1,1],[-1,0],[-1,-1],[0,1],[2,2],[1,1],[1,1],[0,1],[-1,3],[0,1],[0,1],[1,1],[2,1],[1,1],[1,1],[0,1],[1,2],[0,2],[1,2],[1,1],[0,3],[1,3],[1,2],[0,2],[1,3],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[1,2],[0,2],[-1,1],[-1,1],[-1,2],[-1,2],[-1,2],[0,2],[-1,1],[0,1],[0,1],[2,1],[2,3],[3,2],[1,1],[1,1],[1,1],[1,1],[-1,0],[3,3],[1,2],[1,0],[2,2],[2,0],[2,1]],[[2282,3756],[2,0],[1,-1],[2,0],[1,-1],[2,-2],[1,-1],[1,-1],[1,0],[3,0],[1,0],[1,-1],[1,0],[-1,1],[-2,1],[-2,1],[-1,1],[-2,2],[-1,2],[-1,1],[0,1],[0,1],[1,1],[2,1],[0,1],[0,1],[1,1],[1,1],[1,0],[4,-2],[2,-2],[2,-2],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-2],[0,-2],[0,-3],[-1,-2],[-1,-1],[-1,-1],[-2,1],[0,1],[1,1],[2,0],[-1,3],[-1,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[1,-1],[1,-1],[1,0],[1,-1],[0,-1],[1,-3],[1,-2],[-1,-1],[0,-1],[-1,0],[-1,-3],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,0],[-1,1],[0,2],[0,1],[2,2],[0,3],[-1,0],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[-2,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[-2,3],[-1,2],[0,3],[-1,3],[-1,2],[0,1],[0,2],[1,0]],[[6147,7138],[3,0],[3,-1],[3,1],[5,0],[1,0],[3,2],[1,1],[1,3],[1,1],[2,1],[1,1],[1,0],[1,0],[5,0],[2,0],[1,0],[3,0],[1,1],[2,1],[2,1],[1,1],[1,0],[1,0],[3,-2],[1,-1],[2,-1],[3,-2],[0,-1],[0,-1],[-1,-1],[1,-2],[2,-3],[1,-1],[1,0],[1,0],[1,-3],[1,-2],[0,-1],[1,-1],[1,0],[1,0],[1,0],[2,0],[1,0],[3,1],[2,0],[4,0],[1,0],[2,2],[3,2],[2,1],[1,1],[2,3],[1,1],[0,2],[0,1],[0,1],[0,1],[-1,2],[0,1],[-1,1],[0,2],[0,2],[1,3],[0,2],[1,2],[0,3],[1,2],[2,2],[0,1],[2,1],[1,0],[2,1],[1,-1],[1,-1],[1,-3],[1,-1],[2,-2],[3,-2],[1,-2],[2,-2],[1,-2],[2,-3],[1,-1],[1,-1],[4,-2],[1,-1],[0,-3],[0,-1],[0,-2],[0,-1],[-1,-1],[1,-1],[0,-1],[2,0],[2,-2],[2,-1],[0,-1],[-1,-1],[-1,-2],[-1,-3],[-2,-2],[-2,-3],[-2,-2],[-3,-1],[-3,-2],[-4,-1],[-1,-1],[-1,0],[-4,-2],[-2,-1],[-1,-1],[0,1],[-1,2],[-1,1],[-1,1],[-2,1],[-1,1],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[0,-1],[1,0],[1,0],[3,0],[2,0],[1,-1],[0,-1],[-2,-1],[-1,0],[-2,1],[-1,-1],[-1,0],[-3,0],[-1,0],[-1,-1],[-3,-1],[1,-1],[0,-1],[2,-2],[4,-2],[1,-1],[1,0],[2,1],[1,0],[1,0],[2,0],[1,0],[1,0],[3,1],[0,1],[0,1],[0,1],[0,-1],[1,-2],[-1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[-1,-2],[-1,-3],[2,-5],[1,-3],[1,-1],[2,-1],[2,-2],[2,-2],[1,0],[1,-2],[2,0],[1,-1],[2,1],[0,-1],[1,0],[1,-1],[1,-1],[0,-2],[-1,-2],[1,-2],[0,-1],[2,-3],[1,-1],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,-2],[1,-1],[2,-1],[1,0],[2,-1],[2,0],[1,0],[2,-1],[3,0],[1,1],[3,3],[1,3],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[0,1],[1,1],[0,2],[-1,3],[-1,2],[-1,2],[0,1],[-1,1],[0,3],[1,0],[2,1],[1,1],[1,0],[2,-2],[1,0],[6,-1],[1,1],[2,0],[1,0],[1,1],[-1,2],[1,1],[0,1],[1,1],[2,0],[1,0],[1,0],[2,-1],[2,-1],[3,-2],[1,-1],[0,-1],[1,-2],[0,-2],[0,-1],[-1,-2],[-2,-2],[-2,-2],[-1,-1],[1,-2],[-1,-1],[0,-1],[0,-2],[1,-3],[1,-2],[0,-2],[1,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[1,-2],[-1,-1],[-1,-2],[-1,-2],[-2,-3],[-1,0],[-3,-2],[-1,0],[-1,0],[-1,0],[-1,2],[-1,0],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[1,-1],[1,0],[0,-1],[2,-1],[0,-1],[-1,-1],[-2,-2],[0,-1],[0,-1],[-2,-2],[-1,-1],[-1,-1],[-2,-2],[-2,-1],[-1,-1],[-1,0],[-1,-2],[-3,0],[-1,0],[-2,0],[-1,0],[2,2],[1,2],[1,2],[2,2],[2,3],[2,3],[0,1],[0,3],[-2,2],[-1,2],[-2,1],[-1,0],[-1,0],[-2,1],[0,1],[-1,0],[-1,0],[-3,1],[-1,0],[-3,0],[-2,0],[-2,-1],[-2,-1],[-1,0],[0,-1],[1,0],[-1,0],[0,1],[1,1],[1,1],[0,1],[0,1],[-1,1],[-1,1],[-2,1],[-1,1],[-2,1],[-4,0],[-2,0],[-3,0],[-2,0],[-1,-1],[-7,1],[-1,0],[-1,0],[-4,-1],[-1,0],[-4,-1],[-5,-2],[0,-1],[-1,0],[-2,-1],[-1,0],[-2,-1],[-1,0],[-3,-1],[-1,0],[-1,-1],[-2,-1],[-2,0],[-1,0],[-3,-1],[-1,-1],[-1,0],[-1,-3],[-1,0],[-1,0],[-3,-1],[-1,-1],[-2,-1],[-2,-2],[0,-1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,1],[-2,0],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-3,0],[-4,0],[-1,0],[0,1],[-1,1],[-3,0],[-1,0],[-1,0],[-5,0],[-4,0],[-2,1],[-4,1],[-3,0],[-3,1],[0,1],[-1,2],[0,2],[-1,2],[0,2],[0,2],[0,2],[0,1],[-1,1],[0,1],[1,1],[0,3],[0,1],[0,3],[-1,1],[0,1],[1,2],[0,2],[1,1],[0,3],[0,2],[1,2],[1,3],[2,2],[0,3],[1,1],[0,1],[0,1],[1,4],[0,2],[-1,5],[-1,1],[-2,1],[-1,0],[0,2],[2,0],[2,1],[1,1],[1,1],[0,1],[0,1],[1,2],[0,3],[-1,1],[-1,3],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,2],[0,1],[-1,3],[0,1],[0,2],[0,1],[-1,1],[0,1],[0,4],[0,4],[0,1],[-1,3],[-1,1],[-2,1],[-1,1],[-3,3],[-1,0],[1,1],[2,0]],[[2266,3797],[2,2],[1,1],[1,2],[1,0],[1,0],[1,0],[3,-1],[1,1],[1,0],[0,1],[-1,1],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[2,1],[1,0],[2,1],[2,2],[2,1],[2,-1],[2,-1],[2,0],[2,1],[1,0],[3,-1],[2,-1],[1,-1],[2,0],[0,1],[2,-1],[0,-2],[-1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-2],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-2],[0,-2],[0,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-2,-2],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-2,2],[-1,1],[1,1],[0,1],[-1,0],[-1,0],[-1,1],[0,2],[0,1],[-2,-1],[-1,0],[-1,-1],[-1,0],[-2,1],[-1,0],[-1,1],[0,1],[-2,2],[-1,2],[0,2],[-1,1],[-1,1],[-2,2],[0,3],[0,1],[1,2],[-1,1],[2,3],[1,1]],[[5912,7062],[3,1],[5,0],[2,-1],[1,-1],[1,-1],[2,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[-2,0],[-1,0],[-2,1],[-3,2],[-2,2],[-3,1],[0,1],[1,0]],[[2259,3841],[1,0],[1,0],[1,1],[-1,1],[1,1],[1,0],[1,1],[2,0],[1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[0,2],[0,1],[1,0],[0,1],[0,1],[-1,1],[-1,0],[-2,2],[-1,1],[0,1]],[[2272,3865],[1,1],[2,2],[1,1],[1,0],[2,0],[1,-1],[0,-1],[-1,-2],[-1,-2],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,1]],[[2266,3861],[1,0],[1,1],[1,1],[1,-2],[1,-2],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1]],[[2255,3886],[1,-1],[0,-1],[1,-2],[1,-2],[0,-2],[0,-3],[-1,-2],[0,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-2,2],[0,1],[0,2],[0,1],[1,2],[1,2],[1,1],[1,2],[1,2],[0,1]],[[2240,3886],[1,0],[1,0],[1,1],[1,1],[1,0],[1,1],[2,0],[1,0],[1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[0,-1],[0,-1],[-1,0],[-2,0],[0,1],[-1,1],[-1,3],[0,1]],[[2233,3940],[1,0],[1,1],[1,-1],[-1,-1],[0,-1],[1,-2],[1,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,0],[0,-1],[0,1],[-2,2],[-1,0],[0,1],[0,1],[1,2],[0,1],[0,1],[1,1]],[[2214,3959],[1,1],[1,1],[2,0],[1,1],[1,0],[1,0],[1,0],[2,0],[1,0],[2,-1],[0,-1],[1,-2],[1,0],[0,1],[-1,1],[0,1],[1,0],[2,0],[3,0],[2,-1],[2,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[1,-2],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-1,-2],[0,-1],[-2,-2],[-2,-2],[-1,-1],[-1,1],[0,-1],[-1,0],[-1,-2],[-1,-2],[-2,-1],[-1,-1],[-2,1],[-3,0],[-1,1],[-1,1],[0,1],[-1,1],[-1,2],[-1,1],[0,1],[-1,2],[0,1],[1,1],[1,1],[2,1],[1,0],[1,1],[0,1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[0,1],[1,0],[0,1],[-1,1],[-1,0],[1,1]],[[2297,4203],[1,0],[2,0],[1,0],[1,0],[0,1],[1,1],[-1,1],[1,0],[1,1],[0,1],[1,0],[2,0],[1,0],[1,-3],[0,-1],[0,-2],[0,-1],[-1,-2],[-1,-2],[0,-2],[-1,-1],[-1,0],[-1,1],[0,1],[-3,1],[-1,-1],[-1,0],[-1,1],[-1,1],[-2,1],[0,1],[0,2],[2,1]],[[2213,4096],[0,1],[2,0],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-3],[0,-1],[0,-1],[-1,0],[-1,-1],[-2,0],[0,1],[0,2],[0,2],[1,2],[-1,1],[-1,0],[1,2],[1,1]],[[6036,7371],[2,0],[0,-1],[-1,-1],[-1,-3],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,0],[-1,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,0],[1,2],[0,1],[1,0],[4,2]],[[6016,7368],[1,0],[1,0],[2,-1],[2,-3],[1,-2],[1,-1],[1,-1],[1,-1],[-1,-1],[-1,0],[-3,-2],[-4,-1],[0,-1],[-2,0],[-2,1],[-3,0],[-2,0],[-2,0],[-1,0],[-5,-2],[-1,-1],[-1,-1],[-3,0],[-4,-1],[-1,-1],[-2,-1],[-1,-2],[-1,0],[-1,0],[-1,0],[-1,3],[-1,1],[0,1],[0,1],[1,1],[2,1],[1,1],[3,1],[4,2],[2,1],[4,1],[2,1],[1,-1],[2,0],[2,1],[2,1],[3,2],[2,1],[2,3],[1,0]],[[2241,4188],[0,-1],[1,0],[2,-1],[1,0],[1,1],[2,2],[1,2],[1,2],[1,2],[1,2],[2,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[1,2],[1,0],[1,2],[2,1],[2,1],[2,0],[1,-1],[0,-1],[2,-1],[1,1],[1,1],[0,1],[2,1],[1,0],[1,0],[2,1],[1,2],[2,1],[1,0],[0,-1],[0,-2],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[-2,-2],[-1,0],[-1,-1],[-2,-2],[-1,-2],[-2,-3],[0,-1],[-1,0],[-1,-1],[-2,-1],[0,-1],[-1,-2],[-2,-1],[-1,-1],[-2,-3],[0,-1],[-1,0],[-1,-1],[-3,1],[-1,2],[0,1],[-1,0],[-2,-3],[2,0],[1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,2],[-1,1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-2,0],[0,-1],[0,1],[-1,0],[-1,1],[-1,2],[-1,1],[0,1],[1,0],[1,3],[1,3],[1,0]],[[2241,4226],[1,0],[2,0],[2,1],[0,1],[-1,1],[-1,-1],[-1,-1],[-1,0],[1,1],[0,1],[1,1],[1,2],[1,0],[1,1],[1,0],[0,-1],[1,0],[2,1],[1,2],[3,1],[2,1],[1,1],[2,0],[2,0],[1,0],[1,1],[2,1],[2,1],[1,0],[1,-1],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,1],[1,1],[1,0],[3,1],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,1],[1,0],[3,0],[2,0],[1,0],[3,-1],[1,-1],[1,0],[1,0],[1,1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-2,-1],[-2,0],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-3,-2],[-2,-3],[-2,-2],[-1,-1],[-1,-3],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,3],[1,1],[2,2],[1,1],[1,1],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-2,0],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-2,0],[0,-1],[-3,-1],[-1,-1],[-2,-1],[0,1],[-1,0],[1,1],[0,1],[1,0],[1,0],[1,0],[1,1],[-1,0],[1,1],[1,1],[1,0],[2,1],[0,1],[0,3],[-1,1],[-1,1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-1,1],[-1,0],[0,2],[1,1],[2,1],[1,1],[1,1],[-1,0],[-1,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[1,2],[1,1],[1,1],[0,1],[0,1]],[[5126,5686],[0,-1],[1,-2],[2,-3],[1,-3],[1,-1],[1,-2],[1,0],[0,-2],[1,-2],[1,-3],[1,-2],[0,-2],[1,-3],[1,-2],[1,-2],[1,-1],[1,-1],[0,-1],[1,-1],[1,-2],[1,-3],[2,-1],[2,-1],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,-2],[1,-1],[1,0],[0,-1],[1,-2],[1,-2],[2,-2],[1,-1],[1,-4],[1,-2],[0,-1],[0,-2],[-1,-1],[-2,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,1],[-2,0],[-2,1],[-2,1],[-2,2],[-1,2],[-1,0],[-1,1],[-3,1],[-2,1],[-3,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-3,1],[-1,0],[-1,0],[-1,1],[-2,1],[0,1],[-1,1],[0,1],[-1,0],[-2,-1],[-1,0],[-2,-1],[-2,-1],[-2,-1],[-1,-1],[0,-2],[-1,-1],[-3,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-3,3],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[-2,0],[-1,1],[-2,2],[-1,-1],[-1,-1],[0,-1],[1,-1],[-2,0],[-2,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[1,-2],[2,-1],[1,-1],[3,0],[1,-1],[2,0],[1,0],[1,0],[2,-1],[2,-1],[1,-1],[0,-1],[1,0],[2,0],[2,0],[2,0],[3,0],[1,0],[2,0],[2,-2],[1,0],[1,-2],[1,-2],[1,-3],[1,-2],[1,-2],[0,-2],[1,-1],[1,0],[2,0],[1,0],[1,0],[3,0],[1,0],[3,-1],[2,0],[1,-1],[3,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-2],[0,-2],[-1,-2],[-1,-1],[0,-2],[-1,-1],[-1,-2],[0,-2],[-1,-2],[-1,-2],[0,-1],[-1,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-2],[0,-1],[1,-1],[0,-2],[-1,-1],[0,-2],[-1,-4],[0,-2],[0,-2],[-1,-2],[-1,-1],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,-1],[-1,-2],[0,-2],[-1,0],[-1,-1],[-4,-3],[-1,-2],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-2],[0,-1],[-1,-3],[0,-3],[-1,-1],[-1,0],[-2,0],[-2,0],[-3,0],[-2,-1],[-2,-1],[-1,0],[-3,0],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-3],[1,-1],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,-1],[0,-1],[-1,0],[-2,-2],[-1,-1],[-1,-2],[-2,-2],[0,-2],[-1,-2],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[-2,-2],[-2,-2],[0,-1],[-2,1],[-2,1],[-3,0],[-3,1],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-2,-2],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-3,1],[-1,0],[-3,0],[-3,-1],[-3,-1],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-2,-2],[-2,-1],[-2,-1],[-2,-1],[-2,-2],[-2,0],[-2,-2],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,0],[-1,0],[-3,1],[-1,0],[-1,0],[-2,1],[-1,1],[-2,1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[-1,-2],[0,-1],[2,-1],[1,-1],[1,0],[1,0],[1,-1],[0,-1],[0,-2],[-1,0],[-1,0],[-1,-1],[0,-3],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,0],[1,0],[2,1],[1,1],[1,1],[1,1],[1,0],[1,0],[2,1],[1,1],[3,1],[1,1],[1,0],[1,3],[1,2],[1,3],[2,1],[1,1],[2,1],[1,1],[2,2],[2,1],[2,1],[1,1],[1,0],[3,0],[1,1],[3,1],[4,1],[3,0],[2,0],[1,-1],[2,0],[1,0],[1,1],[2,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,1],[1,1],[1,1],[1,1],[1,1],[1,1],[0,1],[1,1],[3,1],[3,0],[2,0],[1,0],[2,1],[1,0],[1,0],[1,0],[2,0],[0,2],[1,0],[0,1],[2,0],[1,0],[1,0],[0,-1],[0,-1],[0,-3],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-2],[1,0],[0,-2],[1,-2],[0,-1],[0,-1],[-1,-1],[1,-3],[-1,-1],[0,-2],[0,-5],[1,-3],[0,-2],[1,-3],[1,-1],[0,-1],[2,-2],[1,-1],[1,-1],[2,-2],[0,-1],[1,-1],[1,-2],[1,-1],[1,-1],[1,1],[3,1],[1,1],[1,0],[1,1],[1,0],[1,1],[1,0],[1,0],[3,-1],[1,-1],[4,0],[4,1],[1,1],[2,0],[3,1],[2,1],[1,0],[1,1],[2,1],[1,2],[2,0],[2,0],[4,1],[1,1],[2,1],[1,1],[3,0],[2,2],[2,1],[5,1],[3,1],[4,2],[5,1],[1,0],[0,-1],[1,0],[2,0],[2,1],[3,1],[1,0],[1,0],[2,0],[1,0],[2,0],[2,1],[4,-1],[0,1],[1,0],[2,1],[2,0],[1,1],[1,0],[2,1],[4,0],[1,0],[0,1],[1,0],[1,1],[1,0],[2,1],[1,0],[2,1],[1,0],[0,-1],[2,-1],[3,-1],[1,0],[3,-1],[1,0],[1,0],[3,-1],[1,0],[0,1],[0,1],[2,1],[2,1],[2,-1],[1,0],[2,-1],[0,1],[3,1],[2,1],[1,1],[1,2],[1,2],[2,1],[1,1],[2,1],[1,0],[4,1],[1,0],[1,1],[1,0],[3,0],[3,0],[1,0],[1,0],[3,0],[2,-1],[2,0],[1,-1],[0,-1],[1,0],[1,0],[3,0],[2,0],[2,0],[0,-1],[0,-1],[1,0],[2,-1],[1,-1],[0,-2],[1,-2],[0,-1],[2,-2],[1,-1],[1,0],[1,-1],[1,-1],[1,-1],[0,-2],[0,-1],[1,-1],[1,-1],[3,-2],[0,-1],[1,-2],[2,-1],[0,-1],[1,-1],[0,-3],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-1,-1],[-1,0],[-2,-2],[-2,-1],[-2,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[1,0],[1,1],[1,0],[0,-1],[1,0],[-1,-1],[-2,-3],[-1,0],[-1,0],[-1,0],[-1,1],[-2,-1],[-2,-2],[-1,-1],[-1,-1],[-1,0],[0,-1],[-3,-1],[-3,-1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-2],[1,-1],[-1,-1],[-2,0],[-2,-1],[-1,0],[-1,0],[-3,0],[-2,0],[-3,2],[-4,1],[-3,1],[-2,2],[-1,1],[-1,1],[-3,1],[-1,0],[-1,0],[-3,0],[-2,-1],[-2,-1],[-1,0],[0,-2],[-4,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[0,-1],[0,-1],[1,0],[2,0],[1,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,1],[-1,0],[-1,0],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-2,0],[-2,-1],[-2,-2],[-2,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,-3],[-1,-1],[-2,-3],[0,-2],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-2,0],[-2,-1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-3,-1],[-2,-1],[-2,-1],[-3,-2],[-1,-1],[-3,-2],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[-2,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,-1],[-2,-1],[-3,-1],[-2,1],[-1,0],[-1,0],[-2,1],[-1,1],[-2,1],[-1,2],[-1,0],[0,1],[-1,2],[-2,1],[-2,2],[-1,0],[-2,1],[-1,0],[-1,2],[-2,1],[-1,0],[-2,-1],[0,1],[-1,0],[-1,1],[-2,1],[-2,0],[-1,0],[-3,-1],[-1,-1],[-2,-1],[-2,0],[-1,-1],[-1,-1],[-3,-2],[-1,-1],[-3,-3],[-2,-2],[-1,-2],[-2,-2],[-2,-1],[-3,-2],[0,-1],[-2,-1],[-1,0],[-1,1],[-2,1],[-2,2],[-2,1],[-2,1],[-1,2],[-1,-3],[0,-3],[-1,-2],[1,-1],[0,-1],[0,-2],[1,-1],[2,-3],[1,-2],[1,-3],[1,0],[1,0],[2,2],[3,1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,1],[1,1],[1,0],[2,0],[2,1],[2,2],[1,0],[1,0],[3,1],[1,0],[4,1],[1,0],[1,1],[1,1],[4,0],[2,0],[3,0],[1,0],[0,-1],[1,0],[1,-1],[2,-3],[1,-3],[0,-1],[1,-1],[0,-1],[2,-2],[0,-1],[0,-2],[-1,-1],[1,0],[0,-2],[0,-2],[2,-1],[1,0],[1,-1],[-1,-2],[1,0],[1,0],[2,0],[2,2],[1,1],[1,0],[2,2],[1,1],[2,1],[1,0],[2,0],[2,1],[2,0],[2,1],[1,1],[3,0],[1,1],[3,1],[2,0],[1,1],[2,1],[1,0],[2,1],[3,1],[2,0],[3,2],[3,0],[1,-1],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[0,-1],[-1,-1],[-1,-2],[0,-2],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-3],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[1,-1],[0,-1],[1,0],[1,-1],[1,-1],[1,-2],[1,-1],[1,0],[1,0],[2,0],[1,0],[1,1],[1,-1],[2,-2],[1,0],[0,1],[1,1],[0,1],[1,0],[1,1],[3,1],[2,1],[1,1],[0,1],[0,2],[1,2],[1,1],[-1,1],[1,1],[0,1],[1,1],[1,2],[0,2],[0,2],[0,3],[1,2],[0,1],[1,2],[1,1],[1,2],[0,3],[1,1],[0,1],[1,1],[1,3],[0,1],[0,2],[1,3],[0,1],[0,1],[1,2],[-1,3],[0,2],[-1,1],[1,1],[0,2],[1,3],[1,3],[-1,0],[0,1],[-1,0],[1,1],[0,1],[2,3],[1,1],[1,2],[1,1],[1,1],[1,1],[1,0],[1,1],[0,1],[1,1],[0,1],[1,1],[1,1],[1,-1],[3,-2],[2,-1],[1,-1],[0,1],[2,1],[2,2],[1,1],[0,1],[1,3],[1,2],[2,2],[1,1],[1,2],[0,2],[2,1],[1,1],[2,0],[3,-1],[3,0],[1,0],[1,1],[3,0],[2,0],[1,0],[2,-1],[1,0],[1,0],[2,-1],[3,0],[1,-1],[2,0],[2,-1],[1,-1],[2,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[1,0],[2,0],[1,-1],[2,-1],[2,-1],[2,-1],[1,0],[2,-1],[2,-1],[1,0],[1,0],[2,1],[1,0],[1,0],[2,-1],[1,0],[3,-1],[3,0],[3,1],[2,1],[2,2],[2,2],[2,2],[1,1],[1,1],[2,1],[2,1],[2,2],[3,2],[13,8],[22,14],[0,1],[1,0],[1,0],[0,1],[1,-1],[1,0],[7,6],[3,3],[0,1],[3,2],[2,1],[2,1],[2,0],[2,1],[1,1],[3,2],[3,1],[4,3],[1,0],[3,2],[1,1],[3,1],[3,2],[1,1],[1,1],[1,0],[1,1],[2,1],[2,1],[2,2],[2,1],[1,0],[1,-1],[2,0],[1,0],[2,0],[1,0],[1,-1],[0,-1],[-1,-2],[-1,-2],[-1,-1],[0,-1],[-2,-2],[-1,-3],[-1,0],[-2,0],[-3,0],[-3,0],[-1,-1],[-2,-1],[-1,0],[-3,0],[0,-1],[1,-2],[1,0],[1,1],[2,0],[2,1],[3,0],[2,-1],[1,0],[0,-2],[-1,-2],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,-2],[0,-1],[-1,-2],[0,-3],[0,-2],[0,-1],[0,-2],[0,-2],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[2,0],[1,1],[1,0],[0,1],[1,0],[1,-1],[2,-1],[3,1],[1,1],[1,0],[2,1],[0,1],[0,2],[0,1],[1,3],[0,2],[1,0],[1,3],[1,2],[2,1],[1,1],[1,2],[1,2],[0,2],[1,2],[1,0],[0,-2],[2,-1],[1,2],[1,3],[0,2],[1,1],[0,1],[1,0],[2,-1],[1,0],[1,-1],[1,0],[2,-1],[2,0],[0,-1],[1,-1],[0,-1],[1,0],[2,-1],[3,-2],[1,0],[0,-1],[0,-2],[0,-3],[0,-1],[1,-3],[0,-2],[1,-2],[0,-2],[1,-1],[1,-1],[1,0],[2,1],[1,3],[0,2],[-1,2],[0,2],[-1,1],[0,2],[0,1],[1,0],[1,-1],[1,-1],[3,-1],[2,-2],[2,-2],[3,-3],[1,0],[1,-1],[1,-1],[1,-1],[1,-1],[2,-1],[1,-2],[2,0],[2,-1],[1,-1],[0,-1],[0,-1],[1,-1],[2,0],[1,0],[1,0],[1,0],[1,-1],[1,-1],[2,-1],[0,-1],[2,0],[1,-1],[3,-2],[0,-2],[-1,-3],[0,-1],[0,-2],[1,0],[1,-1],[2,0],[3,2],[2,0],[1,0],[3,0],[1,-1],[4,-1],[1,0],[3,-2],[4,0],[7,-2],[3,-2],[0,-1],[0,-1],[3,-1],[2,0],[3,0],[6,-2],[4,0],[1,-1],[4,-3],[1,0],[1,0],[0,-1],[2,-2],[0,-3],[1,-2],[1,0],[0,-2],[0,-1],[0,-3],[1,0],[0,-1],[2,0],[1,0],[0,1],[1,0],[1,1],[1,1],[0,2],[0,1],[1,0],[1,0],[1,1],[2,-1],[1,0],[2,-1],[2,0],[1,0],[1,0],[2,-1],[2,0],[1,0],[3,-2],[2,0],[3,-1],[1,-1],[0,-1],[0,-2],[1,0],[1,-2],[1,0],[2,0],[1,0],[1,1],[3,0],[3,-1],[2,0],[2,-1],[1,0],[1,0],[2,0],[2,0],[1,-1],[1,0],[0,-1],[1,0],[2,0],[2,1],[1,0],[1,-1],[2,0],[3,-1],[2,0],[2,-1],[1,0],[1,0],[2,0],[2,-1],[2,0],[2,0],[1,0],[1,-1],[0,-1],[2,0],[1,0],[1,0],[0,1],[1,1],[2,0],[1,-1],[1,0],[2,0],[3,0],[1,-1],[4,0],[3,0],[1,0],[2,0],[2,0],[1,0],[2,0],[0,-1],[3,0],[3,0],[2,0],[1,0],[1,-1],[2,-1],[1,0],[1,0],[2,1],[0,1],[0,1],[1,0],[1,0],[2,0],[2,0],[1,0],[2,1],[1,0],[1,1],[1,-1],[2,0],[3,0],[3,1],[2,1],[2,0],[2,1],[3,0],[2,1],[1,0],[1,1],[1,0],[2,1],[2,0],[1,1],[1,-1],[2,1],[1,0],[0,1],[2,1],[1,-1],[2,1],[1,1],[1,0],[1,1],[1,0],[2,1],[1,0],[2,0],[0,2],[0,1],[1,2],[1,1],[2,1],[2,1],[3,0],[4,1],[1,0],[4,-1],[1,-1],[1,-1],[0,-1],[-1,-3],[0,-3],[-1,-1],[0,-1],[-1,-2],[-1,-1],[0,-3],[-1,-3],[-1,-2],[-1,-2],[-2,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-3,-2],[-2,-2],[-1,-3],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-2,-2],[0,-1],[0,-1],[-1,-3],[-1,-1],[-2,-2],[-1,0],[0,-1],[-2,-1],[-1,-1],[-3,0],[-1,0],[-3,5],[0,2],[-1,3],[-3,1],[-1,-2],[1,-3],[0,-1],[0,-2],[-1,-1],[-1,-1],[-3,-1],[-1,2],[0,1],[-1,0],[-1,0],[0,-2],[0,-2],[-1,-3],[0,-1],[-1,-3],[-1,-2],[-2,-2],[-8,3],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,1],[-2,1],[-1,1],[-3,1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[0,1],[1,0],[0,2],[-1,3],[-1,0],[-1,-1],[1,-1],[0,-1],[-1,0],[-1,-1],[-1,1],[-1,-1],[-1,0],[-2,-1],[-1,1],[-1,1],[-1,1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-3],[1,-1],[2,-2],[2,-1],[1,-1],[2,-1],[2,0],[2,-1],[1,-1],[1,0],[1,-1],[1,0],[1,-1],[1,0],[0,-1],[-1,-2],[-1,0],[-2,-1],[-1,0],[-1,0],[-2,0],[-2,0],[-2,1],[-2,0],[-1,1],[-1,0],[-2,3],[-2,3],[0,1],[-1,2],[0,2],[-1,1],[0,2],[0,1],[1,1],[0,1],[2,1],[0,1],[0,1],[0,1],[-1,1],[-1,-2],[-2,-2],[-3,0],[-2,0],[-3,-1],[-1,-1],[-1,-1],[-1,-2],[0,-1],[-1,-2],[0,-2],[1,-2],[1,-2],[1,0],[1,-2],[1,-2],[1,-1],[0,-1],[1,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-3,-1],[-1,0],[-1,0],[-1,0],[-3,1],[-2,1],[-2,0],[-1,1],[-1,-2],[-1,-2],[0,-1],[0,-3],[2,-1],[3,-1],[1,-1],[2,-1],[1,0],[1,0],[1,0],[1,0],[1,1],[2,1],[2,-2],[1,-2],[3,-1],[2,-1],[1,-1],[2,0],[1,-1],[1,0],[1,-1],[2,-2],[2,0],[1,-2],[-1,-3],[-1,-2],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-2,-4],[0,-2],[0,-1],[-2,-1],[-2,-1],[-3,0],[-1,0],[-1,0],[-1,1],[-4,2],[-1,1],[-2,2],[-1,1],[-1,0],[-2,2],[0,1],[-3,2],[-1,1],[-1,1],[0,2],[-1,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,3],[-1,1],[-2,4],[-2,2],[-1,1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,0],[-3,-1],[-2,0],[1,-1],[1,-1],[0,-1],[1,0],[2,-1],[3,0],[2,-3],[1,-1],[1,-2],[1,-2],[1,-2],[0,-2],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-2],[0,-3],[1,-1],[1,-1],[0,-1],[1,-1],[-1,-4],[-1,-1],[-1,1],[0,1],[-1,0],[-2,2],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,1],[-3,0],[-2,-1],[-1,0],[-3,-1],[-2,-1],[-3,0],[-2,0],[-1,2],[-2,1],[0,1],[-1,1],[-1,-2],[2,-2],[1,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[-2,-2],[-1,-1],[-2,-1],[-3,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-2,0],[-2,2],[-1,1],[-1,1],[-1,0],[-1,1],[-2,1],[-2,0],[-1,1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,1],[-2,0],[-1,1],[-1,0],[-1,0],[-2,0],[-2,1],[-1,1],[-1,-1],[-1,0],[-2,-2],[1,-2],[1,0],[0,1],[2,0],[1,0],[0,-1],[2,-1],[1,-1],[2,-1],[1,-1],[2,-1],[1,0],[2,0],[2,0],[2,0],[2,0],[1,-1],[0,-1],[0,-2],[1,-3],[1,-1],[1,0],[0,-1],[1,-2],[0,-1],[1,-3],[1,-3],[1,-2],[0,-2],[3,-5],[1,-3],[3,-3],[0,-2],[-1,-1],[0,1],[-1,0],[-3,0],[-1,1],[-2,0],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-2,-2],[-1,-2],[0,-1],[2,0],[1,0],[2,0],[1,1],[1,0],[1,1],[-1,1],[0,-1],[0,1],[1,0],[2,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[-16,-18],[-1,-1],[-1,0],[-3,-1],[-2,0],[-1,0],[-1,1],[-1,0],[-2,1],[-3,2],[-1,0],[0,1],[-3,3],[-2,2],[0,1],[1,2],[-1,3],[-2,1],[-1,1],[-2,0],[-2,0],[-1,0],[0,-1],[-1,-3],[-1,-2],[-1,0],[-1,1],[-1,0],[-3,2],[-3,2],[-1,1],[-2,1],[-1,0],[-1,1],[-2,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,2],[-1,0],[-2,2],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[1,-1],[0,-1],[2,-1],[1,-2],[1,-2],[1,-1],[1,-1],[1,-1],[2,-1],[0,-1],[1,0],[3,-1],[2,0],[2,-1],[2,-1],[1,-2],[2,-2],[3,-3],[1,-2],[2,-4],[0,-3],[0,-2],[0,-1],[1,-2],[0,-1],[0,-3],[0,-2],[0,-1],[-1,-1],[-1,0],[-3,1],[-2,1],[-2,1],[-1,0],[-1,-1],[-1,0],[0,-2],[0,-1],[1,-1],[1,0],[1,-2],[2,-1],[1,-1],[0,-1],[-1,-1],[-2,-2],[-1,-2],[0,-1],[0,-1],[1,0],[3,0],[1,0],[-1,1],[-1,0],[0,-1],[-1,1],[1,0],[1,0],[3,-1],[1,-3],[0,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[-3,1],[0,1],[-1,1],[-2,1],[-4,2],[-1,0],[-1,1],[-2,1],[-3,1],[0,1],[-2,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[-1,1],[-1,-1],[0,-2],[3,-4],[0,-1],[0,-2],[0,-2],[1,-2],[-2,-5],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-3],[-2,-2],[-1,-2],[-2,-3],[-2,-1],[-1,-1],[-2,1],[-2,1],[-2,1],[-1,1],[-1,1],[-1,2],[-1,1],[0,1],[1,0],[1,1],[2,0],[2,1],[1,1],[1,0],[-1,1],[-1,0],[-2,0],[-2,-1],[-2,0],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,0],[0,1],[-3,1],[-3,2],[-2,1],[-1,1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,1],[-1,1],[0,1],[0,1],[0,2],[1,1],[0,1],[0,1],[0,1],[-1,1],[-1,2],[0,1],[1,0],[-4,5],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,0],[-2,0],[-1,-2],[0,-1],[1,-1],[1,-2],[2,-2],[0,-1],[2,-3],[1,-1],[0,-1],[-1,-3],[0,-2],[0,-3],[1,-2],[0,-2],[2,-2],[2,-2],[1,-1],[1,0],[2,-1],[3,0],[0,-1],[0,-2],[0,-2],[1,-2],[1,-2],[1,-2],[1,0],[0,-3],[0,-2],[1,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[-3,-1],[-2,-2],[-2,-1],[-1,0],[0,-1],[0,-2],[-1,0],[-1,0],[-1,0],[-1,0],[1,0],[-1,1],[-1,0],[0,-1],[0,-1],[0,-2],[-2,-3],[0,-1],[1,0],[1,1],[0,1],[2,0],[1,1],[2,0],[2,0],[2,0],[1,0],[2,0],[2,-1],[1,-1],[1,0],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,0],[-2,-3],[-1,-1],[-2,-1],[-2,-1],[-2,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-8,1],[-1,0],[2,2],[0,1],[1,1],[2,3],[1,2],[0,1],[0,1],[-1,-1],[0,-1],[-1,-2],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,-1],[-2,1],[-1,2],[-2,1],[-3,1],[-1,1],[-1,0],[-2,1],[-1,1],[-1,0],[-1,1],[-1,0],[-4,2],[0,1],[-2,1],[-1,0],[-2,0],[-1,2],[-2,0],[0,-1],[-1,0],[-2,0],[-1,1],[-1,1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-2,-3],[-2,1],[0,1],[-3,0],[0,-2],[1,-1],[1,-2],[1,-2],[1,-1],[0,-1],[-4,-1],[-2,0],[-4,0],[-1,0],[-2,1],[-3,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[3,-1],[1,-1],[1,0],[3,0],[2,-1],[2,0],[1,0],[2,0],[2,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[3,0],[1,0],[2,0],[2,0],[2,1],[1,-1],[1,0],[2,-1],[2,0],[1,0],[1,-2],[1,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-2],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,0],[-2,0],[-1,0],[-2,0],[-3,-1],[-2,0],[-1,-1],[-2,-1],[-1,-1],[-1,0],[1,-1],[2,-1],[1,-1],[2,-1],[1,-2],[3,-2],[2,-2],[0,-1],[0,-1],[-2,-1],[-2,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,1],[-1,0],[-3,-2],[0,-1],[-2,0],[-1,1],[-2,1],[-1,2],[-1,1],[-2,3],[0,1],[-1,0],[0,1],[-1,1],[0,3],[1,0],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,2],[-2,0],[-1,-2],[1,-1],[1,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[1,-3],[1,-2],[0,-1],[2,-3],[1,-2],[1,-1],[1,-3],[1,-1],[1,-1],[-1,-2],[0,-1],[-1,-1],[-2,-3],[0,-1],[-1,0],[-2,-1],[-2,1],[-1,0],[-1,0],[-1,-2],[0,-1],[1,-2],[-1,-1],[-2,1],[-3,2],[-2,2],[-1,0],[0,2],[-1,3],[1,2],[1,1],[1,-1],[1,1],[1,0],[0,1],[0,1],[-1,2],[-1,0],[-2,0],[0,-1],[-1,1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-1,0],[0,1],[-2,1],[-1,1],[0,1],[-1,0],[0,1],[-2,2],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[1,3],[1,3],[0,3],[-1,1],[0,-1],[-1,-2],[-1,-3],[-1,-2],[0,-2],[-1,0],[0,1],[-1,0],[-1,-1],[0,-1],[1,-2],[0,-1],[2,-3],[3,-3],[1,-2],[1,-1],[1,-2],[0,-2],[1,-1],[0,-2],[0,-1],[-2,-1],[-3,-1],[-1,-1],[-2,0],[-2,-2],[-1,0],[-2,-1],[-2,-1],[-1,1],[-2,1],[0,-2],[0,-1],[1,-2],[1,-1],[1,0],[1,0],[1,-1],[2,0],[2,0],[1,0],[1,0],[1,0],[3,1],[1,0],[1,0],[2,1],[1,0],[2,-1],[1,-1],[1,0],[1,-1],[1,-2],[1,-1],[0,-3],[0,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,-1],[-3,1],[-2,0],[-1,1],[-1,1],[-3,-1],[-2,1],[-1,0],[-5,-1],[-1,0],[-3,0],[-1,0],[-4,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,-2],[1,0],[3,-2],[2,-1],[3,-1],[1,-1],[1,-1],[0,-2],[0,-1],[2,1],[1,2],[1,1],[2,-1],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-1],[-1,-3],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-1,1],[-1,2],[-1,2],[-1,0],[-2,0],[-2,-2],[-1,-1],[-1,0],[-1,1],[0,1],[-2,1],[-2,2],[-1,0],[-2,1],[-1,-1],[-1,0],[0,-3],[1,-1],[1,-1],[1,-1],[2,-2],[1,-2],[0,-1],[-1,-1],[-3,0],[-1,1],[-2,0],[-2,0],[-2,0],[-1,-1],[-3,-2],[-2,0],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-2],[1,-1],[0,-2],[0,-3],[-1,-3],[0,-3],[-1,0],[-2,1],[-1,1],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,0],[-2,-1],[-3,1],[0,1],[-2,0],[-1,1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,0],[-2,2],[-1,0],[-2,0],[-2,-1],[-1,0],[0,-2],[0,-1],[0,-2],[-1,-2],[-1,-2],[0,-2],[1,-1],[2,-3],[0,-1],[0,-1],[-2,-1],[-2,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,0],[2,-1],[1,-1],[-1,-2],[-2,-3],[-2,-3],[-1,-1],[-2,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-2,-1],[-2,0],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[0,1],[1,1],[0,1],[-1,2],[-1,1],[-1,0],[-1,0],[0,-1],[-1,-2],[-2,-2],[0,-1],[-1,-1],[-1,-2],[-2,-1],[-1,-2],[-1,0],[-3,0],[-2,0],[-2,0],[-1,1],[-2,1],[-1,0],[-1,2],[-1,2],[0,1],[1,1],[1,2],[1,1],[1,2],[0,1],[0,1],[0,1],[-1,2],[0,1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-3,-2],[-2,-2],[-1,-2],[-1,-2],[-1,-3],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-3,0],[-1,1],[-2,2],[0,1],[-1,3],[0,1],[0,1],[0,1],[-1,2],[-1,2],[0,1],[0,1],[0,3],[0,1],[-2,1],[-1,0],[-2,0],[-2,-1],[-1,-1],[-1,-2],[0,-1],[-1,-3],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-6],[0,-3],[1,-5],[1,-2],[0,-2],[0,-1],[0,-2],[-1,-2],[0,-1],[0,-3],[-1,-1],[-1,-2],[-1,0],[-1,0],[-1,0],[-2,1],[-1,1],[-1,0],[-3,-1],[-1,1],[0,1],[-1,1],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,1],[-3,1],[-4,2],[-2,0],[-1,0],[-1,-1],[-1,0],[1,0],[-1,0],[0,-1],[-2,-1],[-2,-1],[0,-1],[2,-3],[0,-1],[2,-1],[1,-1],[1,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,-1],[1,0],[0,-2],[1,-2],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-5,0],[-1,1],[-2,0],[-1,1],[-1,-1],[-2,0],[-2,-1],[-1,0],[-3,1],[-2,1],[-1,1],[-2,2],[-1,1],[0,1],[1,1],[1,0],[1,2],[2,1],[0,1],[1,1],[0,1],[1,3],[1,3],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,-2],[-1,-2],[0,-1],[-1,0],[-1,-1],[-1,1],[-1,0],[-1,0],[-1,0],[-2,-3],[-2,-3],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-5,0],[-1,0],[-2,-1],[-1,1],[-1,0],[-1,0],[0,-2],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[1,0],[2,-1],[1,-1],[2,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,-1],[2,-1],[1,-1],[1,0],[0,-1],[1,-1],[0,-1],[-1,-3],[-1,0],[-2,-2],[-3,1],[-2,0],[-2,0],[-2,1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-4,2],[-2,2],[-2,2],[-1,1],[-2,1],[0,2],[-2,1],[-2,2],[0,1],[0,2],[0,1],[0,2],[0,1],[-1,4],[0,3],[0,1],[0,1],[-1,3],[0,1],[-1,2],[-2,3],[-2,1],[-1,1],[-1,-1],[0,-2],[0,-3],[0,-2],[-1,-2],[-1,-1],[-2,-1],[-1,0],[0,-2],[0,-1],[1,-1],[0,-1],[1,-2],[0,-3],[1,-2],[0,-2],[0,-3],[0,-1],[0,-1],[0,-4],[0,-3],[0,-5],[1,-2],[0,-2],[-1,0],[-1,0],[-1,0],[0,1],[0,2],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-2],[-1,-2],[0,-1],[-2,-2],[-2,0],[-1,0],[-1,3],[-1,2],[0,1],[-1,0],[-1,2],[-2,1],[-1,1],[-1,1],[0,1],[-2,2],[0,1],[-2,1],[-1,1],[-1,1],[-1,0],[-3,2],[-3,1],[-1,1],[-3,0],[-1,0],[-1,-1],[0,-1],[0,-2],[1,-3],[1,-1],[1,-1],[2,-1],[1,0],[2,-1],[2,-2],[1,-2],[1,-2],[0,-1],[1,-1],[0,-3],[0,-2],[1,-1],[1,-1],[0,-1],[0,-1],[-1,-3],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,1],[-2,1],[-1,1],[-2,1],[-2,0],[0,1],[-2,2],[-1,0],[-2,2],[-2,1],[-1,1],[-2,1],[-1,0],[-1,0],[-1,1],[-2,1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[1,-1],[0,-2],[-1,-3],[-1,-1],[-2,0],[-2,1],[-2,0],[-2,1],[-1,0],[-2,0],[-1,-1],[0,-1],[-1,-1],[1,-1],[-2,-3],[0,-1],[2,-2],[1,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,1],[-1,1],[-1,1],[-2,0],[-1,1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,3],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-2,0],[-1,1],[-2,0],[0,1],[-1,-1],[-1,-1],[0,-2],[-1,-2],[0,-1],[0,-3],[0,-1],[1,-3],[0,-2],[-1,-2],[1,0],[0,1],[1,0],[-1,1],[0,1],[1,-1],[1,-1],[-1,0],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,1],[-1,0],[-1,1],[-1,2],[0,2],[-1,1],[-1,1],[-1,1],[0,1],[-1,4],[-1,2],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,2],[-2,2],[-1,0],[-2,1],[-1,1],[-2,1],[-1,0],[-2,1],[-1,1],[0,1],[0,2],[0,3],[-2,1],[-1,0],[-3,4],[-1,2],[-2,1],[-1,2],[-1,-1],[-2,-1],[0,-1],[-1,-1],[0,-2],[0,-3],[1,0],[1,-2],[2,-2],[1,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-1],[1,0],[0,-1],[2,-2],[1,-3],[1,-1],[2,-2],[1,0],[1,-1],[1,0],[1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[2,-2],[1,0],[-1,1],[-1,1],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,1],[-1,0],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[-2,-1],[0,-1],[-1,1],[-1,1],[0,1],[0,2],[0,2],[0,2],[1,2],[0,1],[-1,0],[-1,0],[-1,0],[-2,-1],[0,1],[-1,0],[-1,3],[0,1],[0,1],[0,1],[1,1],[0,2],[-1,1],[-2,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[0,-2],[1,-2],[1,-2],[0,-1],[0,-1],[0,-2],[-1,-3],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[-1,0],[-1,0],[-2,1],[-1,0],[-2,1],[0,2],[0,1],[0,1],[0,1],[-1,0],[-1,-2],[-1,0],[-1,0],[-2,1],[-1,0],[-1,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[1,0],[1,-2],[2,-3],[2,-2],[2,-2],[0,-1],[0,-1],[-1,-1],[-2,0],[-1,0],[-3,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-2,2],[-2,2],[-2,1],[-2,2],[-2,1],[-1,0],[-1,1],[-1,2],[0,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[1,1],[0,1],[1,0],[1,2],[0,1],[2,2],[0,1],[-1,1],[-1,1],[-2,0],[-2,-1],[-2,-1],[-1,-2],[-1,0],[-1,0],[-3,2],[-1,0],[-2,2],[-1,1],[-2,0],[-1,2],[-1,2],[0,1],[0,2],[0,4],[0,3],[0,1],[0,2],[0,3],[0,1],[0,2],[1,0],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,-1],[-1,0],[-1,1],[0,2],[-1,2],[-1,3],[-1,2],[0,2],[-1,0],[-2,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,2],[-2,-1],[-2,1],[-1,-1],[-2,-1],[-1,-1],[-2,-2],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[1,-2],[-1,-3],[0,-1],[0,-3],[1,-3],[0,-1],[-1,-1],[-1,-1],[-2,-2],[-2,-2],[0,-1],[0,-4],[0,-1],[0,-1],[1,-1],[1,-1],[1,-2],[2,-2],[0,-1],[0,-1],[1,-1],[2,-2],[2,-2],[1,-1],[0,-1],[-1,0],[-1,-1],[-2,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[-2,1],[-2,2],[-2,2],[-2,3],[0,1],[-2,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-2,-1],[-2,0],[0,-1],[-2,-2],[0,-1],[1,-3],[0,-1],[1,-1],[1,0],[1,0],[1,0],[3,1],[1,0],[2,-1],[1,0],[1,0],[1,-1],[0,-1],[3,-2],[2,-2],[1,-1],[2,-2],[1,-2],[0,-3],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-2],[0,-2],[1,-1],[1,-3],[1,-2],[0,-1],[1,-1],[2,-2],[1,-2],[1,-2],[0,-2],[0,-1],[-1,0],[-1,-2],[-1,0],[-1,-1],[-1,1],[-2,1],[-2,2],[-1,1],[-1,0],[-1,-1],[-1,-1],[1,-2],[0,-1],[-1,-1],[0,-3],[0,-1],[-1,0],[-1,-1],[-2,0],[-3,1],[-1,1],[-2,2],[-1,2],[-2,0],[-1,-1],[-1,-4],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,1],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[0,2],[-1,1],[0,1],[-2,2],[-1,3],[0,2],[0,1],[0,1],[0,1],[0,4],[1,4],[0,1],[0,1],[0,1],[0,2],[1,3],[0,1],[1,2],[0,1],[-1,0],[-1,1],[1,2],[0,1],[0,3],[1,0],[-1,2],[-1,0],[-2,0],[-1,1],[-2,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,1],[-1,0],[-2,1],[-1,0],[-1,0],[-2,0],[0,1],[-1,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,1],[-1,2],[-2,3],[-1,1],[-1,1],[-2,0],[-2,1],[-1,0],[-2,0],[-1,2],[0,1],[-1,2],[-1,0],[0,-1],[-1,0],[-1,-1],[-2,-2],[-1,-1],[0,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[1,0],[3,-2],[1,-1],[1,-1],[1,0],[3,-2],[1,-2],[2,0],[2,-1],[1,-1],[0,-1],[-1,-1],[0,-2],[1,0],[2,0],[1,-1],[-1,0],[1,-1],[0,-1],[1,0],[1,0],[1,0],[1,1],[2,-1],[1,-2],[2,-1],[2,-1],[1,0],[1,0],[1,0],[2,-2],[3,-1],[1,-1],[1,-1],[2,-2],[0,-1],[0,-1],[0,-1],[0,-4],[-1,-2],[0,-1],[0,-1],[1,-1],[0,-3],[1,-4],[1,-3],[1,-2],[0,-2],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,0],[2,1],[2,2],[1,-1],[1,0],[0,-1],[0,-2],[-1,-2],[-1,-1],[-5,-2],[-2,0],[-1,1],[-2,1],[0,1],[0,1],[0,1],[1,1],[1,2],[-2,0],[-1,0],[-2,-1],[-1,0],[-1,1],[-1,2],[-1,0],[-2,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-3,-1],[-3,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,1],[0,1],[0,2],[0,1],[-2,2],[-2,1],[0,-1],[-1,-2],[1,-1],[0,-1],[-1,0],[-2,-1],[-2,-1],[-3,0],[-1,0],[-2,1],[-1,1],[0,1],[-1,1],[-1,2],[-1,2],[-2,3],[-1,2],[-2,3],[-1,2],[-1,1],[-1,2],[-1,3],[-1,2],[-1,3],[0,1],[-1,1],[0,2],[1,0],[1,1],[1,2],[0,1],[-1,4],[-1,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,1],[-3,0],[-2,1],[-1,0],[0,1],[-3,0],[-1,-1],[-1,-1],[0,-1],[1,-1],[3,-1],[2,-2],[1,-1],[1,0],[2,-2],[1,-2],[1,-2],[1,-1],[1,-2],[1,-2],[1,-2],[1,-1],[1,-2],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[-5,2],[-1,0],[-1,0],[-2,1],[-3,0],[-1,0],[0,-1],[1,-1],[0,-1],[3,0],[2,-1],[1,0],[2,-1],[1,-1],[3,0],[2,0],[1,0],[1,-1],[0,-1],[1,-2],[1,0],[1,-2],[1,-1],[0,-2],[1,-2],[1,-2],[1,-1],[-1,-1],[-1,-1],[-2,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[-2,-1],[-1,0],[0,1],[-1,0],[-1,2],[-1,2],[-1,0],[-1,0],[0,-2],[-1,-1],[0,-2],[-1,0],[-2,-1],[-1,0],[-1,1],[-3,2],[-1,1],[-1,2],[-1,1],[-1,1],[-1,0],[-2,-1],[-1,0],[-2,1],[-2,2],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[1,1],[0,1],[-1,1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[-2,0],[-1,1],[-2,2],[-1,0],[-1,1],[-2,0],[-2,1],[-1,1],[-1,0],[-2,2],[-1,1],[-1,2],[0,1],[0,2],[1,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[2,1],[2,1],[2,1],[1,0],[1,0],[0,1],[0,2],[-1,1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-2,0],[-2,0],[-2,1],[-3,0],[-1,0],[-2,0],[-3,-1],[-1,0],[-1,0],[0,-1],[0,-2],[0,-3],[0,-1],[0,-2],[1,-1],[0,-1],[0,-2],[0,-1],[2,-1],[5,-4],[1,-1],[1,-1],[1,-2],[-1,-1],[-1,-1],[-2,0],[-2,-1],[-2,-1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[-1,0],[0,1],[0,1],[1,1],[1,1],[1,3],[0,1],[-1,0],[-1,0],[-2,-2],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-1,0],[-1,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[0,2],[0,3],[0,1],[-1,2],[0,1],[1,1],[0,1],[-1,1],[-1,0],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-2,1],[0,1],[2,2],[1,2],[1,2],[0,1],[2,0],[1,1],[0,1],[0,1],[1,1],[0,1],[1,2],[0,1],[0,1],[-2,2],[-2,1],[-1,1],[-1,0],[-2,-1],[0,1],[-1,1],[-1,1],[1,1],[1,1],[1,1],[3,2],[0,2],[0,1],[1,0],[1,1],[2,-1],[2,0],[1,1],[3,-1],[1,0],[2,-1],[2,0],[1,0],[1,1],[1,1],[1,1],[1,2],[2,1],[1,2],[0,1],[0,1],[-2,2],[-1,1],[-1,2],[-1,0],[-1,0],[0,-1],[-3,-2],[-1,-1],[-1,0],[-1,0],[-2,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,1],[-1,0],[-2,-1],[-1,0],[-1,1],[-1,1],[0,1],[-1,0],[-1,1],[-1,-1],[-1,0],[-1,0],[-2,0],[0,1],[-1,0],[-1,1],[-2,0],[-2,-1],[-1,1],[-1,2],[-3,1],[-1,-2],[0,-2],[0,-1],[-2,-1],[-2,-1],[-2,0],[-3,2],[-1,1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[0,1],[1,1],[1,1],[-1,1],[0,2],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[0,1],[-1,2],[0,2],[0,2],[-1,2],[-1,2],[0,2],[0,2],[0,1],[0,1],[0,1],[-1,3],[-1,1],[0,1],[-1,1],[-2,2],[-2,2],[-1,1],[-1,1],[-2,2],[-1,3],[0,3],[1,2],[0,3],[0,3],[0,2],[1,2],[0,1],[0,2],[1,3],[0,2],[0,2],[0,2],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-2,0],[-1,-1],[0,-1],[-1,-1],[0,-3],[-1,-1],[-1,-4],[0,-2],[-1,-1],[0,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-3],[-1,-1],[0,-1],[-1,0],[-1,0],[-3,3],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[0,1],[0,3],[1,2],[0,1],[0,1],[1,1],[0,1],[0,2],[0,1],[0,1],[0,2],[-1,2],[0,1],[0,1],[0,1],[-1,2],[-1,2],[0,2],[0,2],[-1,2],[0,2],[-1,1],[0,1],[-1,2],[0,2],[0,1],[0,3],[0,2],[-1,2],[-1,1],[-1,1],[-2,2],[-1,2],[0,1],[0,1],[0,3],[0,1],[0,1],[1,1],[0,1],[-1,0],[-3,0],[-1,1],[-1,0],[-3,0],[-1,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[1,-1],[1,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,-2],[1,-1],[0,-2],[0,-3],[-1,0],[0,-1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,1],[-3,1],[-3,1],[0,1],[-2,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,0],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-1,0],[0,-3],[-1,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,-1],[2,0],[0,1],[1,1],[1,-1],[1,-1],[1,-1],[2,0],[2,-1],[1,0],[2,1],[1,0],[2,0],[1,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[1,-2],[1,-2],[1,-1],[1,-2],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-2],[0,-2],[0,-3],[1,-1],[2,-1],[1,-2],[0,-2],[1,-2],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-2],[1,-2],[1,-1],[2,-1],[2,-1],[1,0],[1,0],[1,-1],[2,-1],[1,-1],[1,-2],[1,-1],[0,-1],[1,0],[2,-1],[1,0],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[1,0],[2,-1],[2,-2],[0,-1],[1,-2],[0,-2],[1,-3],[0,-1],[0,-1],[1,0],[0,-2],[0,-1],[1,-3],[1,-2],[0,-1],[-1,1],[-2,0],[-1,-1],[1,-1],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[1,-2],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[1,-1],[1,-2],[0,-2],[0,-2],[1,-2],[0,-3],[-2,0],[-2,1],[-1,1],[-2,1],[-1,1],[-3,1],[-1,1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,1],[-3,0],[-1,1],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,0],[-2,2],[-1,0],[-1,1],[-1,0],[-1,-3],[1,-1],[0,-1],[1,-1],[0,-1],[-1,-2],[0,-2],[0,-2],[3,1],[2,2],[3,1],[2,0],[2,-1],[2,0],[1,-1],[1,0],[1,0],[1,-1],[1,0],[2,-1],[1,-1],[1,0],[1,-1],[1,-1],[1,-2],[1,-1],[1,0],[2,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,-1],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[2,0],[1,0],[3,2],[2,1],[1,1],[1,0],[1,0],[2,-1],[1,0],[0,-1],[1,-1],[1,-1],[1,-1],[2,-1],[1,-1],[1,0],[2,0],[1,0],[1,0],[1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-2,0],[-2,-1],[-2,0],[-1,-1],[1,-3],[2,-1],[0,-1],[1,0],[0,-2],[1,-3],[0,-3],[1,-2],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,0],[1,-1],[1,-1],[0,-1],[1,-1],[1,-1],[0,-2],[-1,-1],[-2,0],[-1,0],[-1,1],[-1,2],[-1,2],[0,1],[0,1],[-1,0],[-2,1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-3],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,-1],[0,-2],[-1,0],[0,-1],[0,-1],[2,-2],[0,-3],[0,-1],[1,0],[1,0],[2,0],[2,0],[1,-1],[1,-1],[-1,0],[-2,0],[-1,-1],[-2,-1],[0,-1],[0,-1],[1,-3],[0,-2],[2,1],[1,0],[0,1],[1,0],[1,0],[1,0],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-1,-2],[0,-3],[0,-3],[0,-1],[1,-1],[2,-1],[1,-1],[1,-1],[2,-1],[1,0],[1,0],[0,-1],[0,-2],[0,-1],[-1,1],[-1,1],[0,1],[-2,1],[-2,1],[-1,1],[-2,0],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,-2],[-1,-2],[0,-2],[1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-3,0],[0,2],[-1,1],[1,2],[0,1],[-1,2],[-2,1],[-2,2],[-1,0],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[0,-1],[1,-1],[1,-2],[0,-1],[1,-1],[1,-1],[1,0],[1,-1],[0,-1],[-1,-2],[-1,-2],[-1,-3],[0,-1],[-2,0],[-1,1],[0,1],[-1,1],[-1,0],[-2,1],[-1,0],[-1,2],[-1,0],[-2,2],[-1,2],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[-2,-1],[-1,-1],[-3,-2],[-2,-2],[-2,0],[-1,-2],[-2,-1],[-1,0],[-2,0],[-2,0],[-1,0],[-2,0],[-2,1],[-1,-1],[-1,0],[-2,-3],[-1,-1],[0,-2],[1,-1],[0,-1],[2,-1],[0,-1],[1,-1],[0,-2],[-1,-1],[-2,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[-2,0],[-1,1],[0,1],[-1,-1],[-1,0],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[1,1],[1,3],[0,1],[-1,0],[-1,0],[0,-2],[-1,-2],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-3],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-2],[1,-1],[0,-1],[0,-1],[-1,-4],[-1,-1],[-1,0],[-1,-1],[-2,0],[-2,0],[-2,0],[-1,-2],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[1,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,-2],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-2],[-1,0],[-1,0],[-1,1],[-2,0],[-2,-1],[-2,0],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-2,1],[-1,0],[-2,1],[-2,1],[0,1],[0,3],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[-2,2],[-1,2],[-2,2],[-1,2],[-1,1],[-1,1],[-1,0],[-2,-3],[0,-1],[-1,-2],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[1,-2],[1,-4],[2,-1],[1,-2],[2,-2],[1,-1],[0,-1],[-1,-2],[-1,0],[0,-2],[1,-2],[0,-3],[1,-1],[2,-1],[1,0],[2,0],[1,1],[2,0],[2,0],[2,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,-1],[-2,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-3],[0,-2],[-1,0],[-1,0],[-1,-1],[-2,-1],[0,-1],[-1,0],[0,-2],[0,-1],[1,0],[0,-1],[-1,-2],[-2,0],[-1,0],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,-2],[-1,-1],[-2,0],[-1,-1],[0,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,1],[-2,1],[-1,2],[-1,1],[-2,2],[-2,0],[-1,0],[-1,-1],[-2,-2],[0,-1],[0,-2],[1,-1],[2,-3],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-2],[1,-2],[1,0],[1,0],[2,1],[1,-2],[2,-1],[0,-1],[-1,0],[-1,-2],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[3,1],[1,-2],[0,-1],[0,-1],[-1,-3],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-2,-1],[-1,0],[-1,0],[-1,-1],[1,-1],[1,-2],[1,-1],[2,-5],[-1,0],[-2,1],[-1,-1],[1,-1],[0,-1],[1,-1],[2,0],[2,0],[1,1],[1,0],[1,0],[3,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[1,-2],[0,-2],[1,-3],[-1,-3],[-1,-1],[-2,-1],[-1,-1],[-2,-3],[-1,0],[-2,2],[-1,1],[-1,0],[-1,1],[0,1],[-1,0],[1,1],[2,2],[-1,3],[-1,2],[-1,1],[0,1],[-1,0],[-2,1],[-2,1],[-1,-1],[1,-1],[1,-2],[1,0],[1,-2],[0,-1],[0,-2],[-1,0],[-2,3],[-1,2],[-1,1],[-1,1],[-1,2],[-1,-1],[0,-1],[0,-1],[2,-3],[0,-2],[0,-1],[-1,0],[-2,0],[-2,1],[-1,1],[-1,-1],[-1,0],[-2,-1],[0,-2],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,-2],[1,-1],[1,-1],[1,0],[2,2],[1,2],[2,0],[2,-1],[1,0],[2,-2],[1,0],[2,-1],[1,-2],[1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-3,0],[-2,-1],[-1,-1],[0,-2],[1,-1],[1,0],[2,0],[1,1],[1,0],[2,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-2],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,-2],[-1,-2],[-1,0],[-1,1],[-2,-1],[0,-2],[0,-1],[0,-1],[1,0],[2,0],[2,-1],[1,-1],[1,-1],[1,-1],[2,-1],[2,-1],[1,0],[1,0],[1,0],[2,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,-2],[0,-1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,1],[-3,0],[-2,1],[-1,0],[-1,0],[-1,1],[-1,2],[0,1],[0,1],[0,1],[1,0],[-1,2],[-1,0],[-1,0],[-2,-4],[-2,-2],[-1,-3],[-1,-1],[0,-2],[0,-1],[1,-1],[2,-1],[2,1],[1,0],[2,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[1,0],[0,1],[1,1],[0,-1],[1,0],[1,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,-2],[-1,-2],[0,-2],[1,-2],[1,0],[1,0],[1,0],[1,-1],[0,-4],[-1,-1],[-1,-1],[-2,0],[0,-1],[-1,-1],[0,-4],[0,-1],[-1,-4],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[-1,0],[-1,-1],[-1,-2],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[-2,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[1,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[0,-1],[0,-1],[0,-1],[-1,0],[-2,0],[-2,-1],[-2,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,0],[-2,-1],[-2,-1],[0,-2],[2,-1],[1,0],[1,0],[2,0],[2,2],[2,2],[2,2],[1,1],[1,0],[1,0],[1,-1],[-1,0],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[0,-1],[1,-1],[0,-3],[0,-1],[-1,0],[-1,0],[-2,0],[0,-1],[0,-2],[1,-1],[1,-1],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[-2,1],[-3,0],[-2,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-3,0],[-2,1],[-1,0],[-1,1],[-2,1],[-1,1],[-1,0],[-1,2],[-2,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[3,-1],[1,-1],[2,0],[2,-1],[1,-1],[1,0],[1,-2],[1,-1],[2,-1],[1,-1],[1,0],[1,-1],[2,0],[1,-1],[1,-1],[1,0],[1,0],[0,-3],[0,-1],[-2,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,1],[-1,0],[-2,1],[-1,0],[-2,1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,-2],[0,-1],[1,-1],[1,0],[0,-1],[1,-2],[2,0],[1,-1],[2,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-3,-1],[-2,-2],[-1,-1],[-2,0],[-1,0],[-1,-1],[-1,-2],[0,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[2,0],[1,1],[1,0],[0,1],[1,0],[1,-1],[1,0],[-1,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[2,0],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-4],[1,-1],[1,-1],[0,-1],[0,-1],[1,-4],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,-2],[1,0],[1,0],[1,0],[1,1],[1,0],[0,-3],[1,-3],[-1,-1],[0,-1],[-2,-1],[-1,-2],[0,-2],[-1,-1],[-1,0],[0,1],[-1,2],[0,3],[1,1],[1,2],[0,1],[0,1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,2],[0,2],[-1,1],[-1,3],[-1,1],[-1,2],[-2,2],[0,1],[-2,1],[-1,1],[-1,1],[0,1],[-1,-1],[0,-1],[0,-1],[2,-3],[1,-2],[0,-2],[1,-2],[2,-3],[1,-1],[1,-2],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,1],[-1,2],[-1,1],[-2,2],[-1,0],[-1,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-2,-2],[-2,2],[-2,1],[-1,1],[-1,0],[-1,0],[1,-2],[1,0],[1,-1],[1,-1],[-1,-2],[-1,-2],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-2],[0,-3],[0,-1],[-1,-1],[-1,0],[-2,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-2],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[-2,-2],[-1,0],[-2,-1],[0,-1],[-1,-2],[0,-1],[-2,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,2],[0,2],[1,3],[2,2],[0,1],[1,2],[2,3],[0,1],[1,1],[1,3],[0,2],[0,2],[0,3],[0,2],[-1,2],[0,3],[0,2],[0,1],[-1,0],[-3,1],[-1,-1],[1,-3],[0,-2],[0,-3],[0,-1],[0,-2],[0,-2],[-1,-3],[-1,-3],[0,-1],[-1,-1],[-1,1],[1,4],[-1,0],[0,-1],[0,-2],[-1,-3],[0,-1],[0,-2],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-1,0],[-2,3],[-1,2],[0,1],[0,2],[0,3],[0,3],[0,2],[0,3],[0,1],[0,2],[1,1],[2,3],[0,1],[0,2],[1,1],[0,1],[0,1],[0,2],[-2,3],[1,2],[-1,3],[-1,2],[0,1],[0,2],[-1,1],[1,1],[0,1],[-1,3],[0,1],[-2,0],[-1,-1],[-1,-3],[-1,-1],[0,-2],[1,-2],[1,-3],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,0],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[1,-1],[0,-1],[1,0],[0,-1],[-1,-3],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-2,-1],[-1,-1],[0,-1],[0,-1],[3,-2],[1,0],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-2,0],[-1,-1],[1,-2],[1,-2],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-2],[1,1],[1,1],[2,1],[1,-1],[1,-1],[1,-2],[0,-1],[2,-1],[0,-1],[1,-2],[0,-3],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-2,1],[-3,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[0,-4],[-1,0],[0,-1],[-1,1],[0,2],[-1,0],[0,1],[-2,-1],[0,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-2,-2],[-1,-2],[-1,-2],[-1,-3],[0,-2],[-1,-2],[0,-2],[-1,0],[1,-1],[1,3],[2,3],[1,2],[2,1],[1,-3],[0,-1],[1,0],[1,2],[0,-1],[0,-2],[0,-1],[-1,-2],[-1,-2],[0,-1],[0,-2],[-1,-3],[0,-2],[0,-1],[-1,0],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,1],[0,1],[0,1],[0,3],[-1,1],[-1,1],[0,1],[0,2],[0,1],[-1,1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-3],[0,-1],[0,-2],[1,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[-1,0],[-1,2],[-1,0],[-1,0],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[-1,0],[0,-1],[-2,-1],[-3,-2],[-1,1],[-1,1],[0,1],[0,2],[1,2],[1,1],[0,3],[1,3],[-1,0],[-1,3],[0,1],[-1,0],[-2,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,1],[-1,1],[-1,0],[-2,1],[-1,0],[-2,0],[-1,0],[0,-1],[-1,0],[1,-1],[0,-1],[2,-1],[1,0],[1,0],[1,-1],[0,-1],[0,-3],[0,-2],[-1,-3],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,1],[-2,1],[-1,0],[-1,0],[-1,0],[-2,2],[-2,2],[-2,1],[-1,1],[-2,1],[-1,1],[-1,1],[-2,2],[-1,0],[0,1],[-1,0],[-1,1],[0,3],[1,1],[0,1],[1,0],[1,1],[0,1],[1,1],[0,2],[0,3],[0,2],[-1,1],[0,1],[1,2],[1,3],[0,3],[0,1],[0,3],[-1,-1],[-1,0],[-3,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,1],[-2,1],[-1,0],[-1,-2],[0,-1],[0,-1],[1,-3],[0,-1],[0,-2],[-1,-2],[0,-3],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[2,-1],[3,0],[1,-2],[1,-1],[1,-1],[1,-1],[2,-2],[1,-1],[2,-1],[1,0],[2,-1],[3,-1],[1,-1],[1,-2],[-1,-1],[-1,-2],[0,-2],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[-2,-1],[-1,-1],[-3,0],[-2,0],[-1,1],[-2,0],[-2,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,1],[-2,1],[0,2],[-1,1],[-1,1],[-1,0],[-1,0],[-2,1],[-2,1],[-2,1],[-2,2],[-1,0],[-1,1],[-2,0],[-2,1],[-1,0],[-2,1],[0,1],[1,0],[1,5],[0,1],[0,1],[0,2],[0,1],[-1,0],[-2,0],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,-3],[-1,-2],[0,-2],[-2,-1],[-3,0],[-1,0],[-2,0],[-1,2],[0,1],[-1,1],[-1,2],[-1,2],[0,2],[0,1],[0,1],[-1,0],[-1,3],[-1,2],[-3,3],[-1,2],[-1,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,2],[-1,1],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,1],[-1,2],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,3],[0,1],[1,1],[1,1],[4,1],[1,1],[2,2],[1,1],[0,1],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-3,0],[-2,-1],[-1,0],[-2,1],[-1,1],[-2,0],[-1,0],[-1,1],[-1,0],[0,-1],[0,-2],[-1,-1],[0,-2],[-1,-2],[-1,-2],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,1],[1,-1],[1,-2],[1,-1],[2,-3],[1,-2],[1,-3],[1,-2],[1,-1],[1,-3],[1,0],[1,-2],[0,-1],[1,0],[2,0],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[1,-2],[0,-2],[-1,-1],[-1,0],[-1,-1],[-1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[-2,-2],[-1,0],[-2,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,-2],[1,-1],[2,1],[0,1],[1,1],[1,1],[2,0],[0,-1],[2,0],[1,1],[1,1],[0,1],[1,0],[1,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,1],[1,1],[1,1],[1,0],[1,-1],[1,-1],[1,-2],[1,-1],[1,-1],[2,-1],[2,0],[1,0],[2,-1],[0,-1],[-2,-2],[-2,-1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-2,0],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,-1],[-2,-2],[-1,-1],[-1,-2],[1,0],[3,1],[1,0],[1,2],[1,1],[1,0],[3,-1],[1,-1],[0,-2],[0,-2],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[2,-1],[0,-2],[1,-2],[1,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,-1],[1,-2],[1,-2],[0,-1],[1,-1],[-1,0],[-3,-1],[-2,2],[-1,2],[1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,3],[-2,2],[0,1],[-1,3],[0,2],[0,1],[0,1],[0,1],[-1,1],[-2,1],[-2,1],[-1,0],[-2,1],[-3,1],[-1,0],[-1,-1],[0,-1],[2,-3],[2,-1],[2,-1],[2,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[1,-1],[0,-3],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[-1,0],[-1,0],[-2,1],[-2,1],[-1,0],[-1,1],[-2,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,1],[1,1],[-1,0],[-1,1],[-1,-1],[0,-1],[-1,0],[-1,1],[0,1],[-1,0],[-1,1],[-2,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,-2],[-1,-2],[-1,-1],[-2,0],[-2,-1],[0,-2],[-1,0],[0,-1],[1,0],[0,-1],[1,0],[2,0],[2,1],[3,1],[1,1],[1,3],[2,3],[2,0],[1,-2],[2,-3],[2,-2],[1,-1],[1,0],[1,1],[1,0],[1,0],[1,-1],[1,-1],[2,-1],[1,-1],[0,-1],[0,-2],[0,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,1],[-2,0],[-2,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,2],[-1,1],[0,1],[-1,1],[-2,0],[-2,0],[-1,-1],[0,-2],[1,0],[0,-1],[1,0],[1,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[-2,0],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[1,-1],[2,-1],[3,-1],[2,0],[2,-2],[0,-2],[0,-1],[-1,0],[0,-1],[-2,0],[0,1],[-1,1],[-1,1],[-1,0],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[1,-2],[1,0],[0,-1],[0,-2],[0,-1],[-1,0],[-1,-1],[-2,-1],[0,-2],[0,-1],[0,-1],[0,-2],[-2,-1],[-1,0],[-1,0],[-2,-1],[-1,-2],[-1,-2],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[0,-1],[1,-3],[1,-1],[0,-1],[1,1],[1,0],[1,-1],[0,-1],[-1,-2],[-2,-3],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,2],[0,1],[1,3],[1,2],[-2,1],[-2,0],[-1,-1],[-1,-2],[0,-2],[0,-1],[-1,-2],[0,-2],[-2,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,1],[1,0],[1,2],[2,2],[1,1],[1,2],[-1,1],[0,1],[1,2],[0,1],[0,1],[-1,3],[0,2],[-1,0],[-1,-2],[0,-2],[0,-1],[-1,-3],[0,-1],[0,-1],[0,-2],[-1,-1],[-2,-2],[0,-1],[-1,0],[-1,1],[0,1],[-1,2],[0,1],[0,1],[1,0],[1,2],[0,2],[0,3],[0,1],[0,2],[1,3],[0,1],[1,3],[0,1],[-1,1],[-1,0],[0,-1],[-1,0],[0,-2],[-1,-2],[0,-2],[0,-3],[-1,-3],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,2],[-1,0],[0,-1],[1,-1],[1,-1],[2,0],[1,0],[2,-1],[0,-1],[-2,-1],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[0,-2],[-1,-4],[1,0],[0,-1],[-1,-1],[-1,-2],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,3],[0,1],[0,2],[0,2],[1,1],[0,1],[0,2],[0,3],[0,1],[-1,3],[0,2],[0,2],[0,3],[0,2],[0,5],[1,0],[0,1],[0,1],[-1,2],[-1,0],[-1,1],[1,2],[0,1],[1,3],[1,2],[1,1],[1,2],[0,2],[1,2],[2,2],[0,1],[2,1],[1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[-1,-1],[-2,-1],[-1,-2],[-2,-2],[-2,-2],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[-2,1],[-2,0],[-2,0],[-1,0],[-2,0],[-1,0],[-2,1],[-3,2],[-1,1],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[1,-1],[0,-3],[1,-2],[1,-1],[1,-1],[1,0],[1,-1],[2,-1],[2,-1],[2,0],[1,0],[0,-1],[1,0],[1,-1],[1,0],[2,0],[2,0],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,-2],[1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-2,-2],[0,-2],[-1,-1],[-1,-1],[-2,0],[-2,-1],[0,-1],[-1,-1],[-1,-2],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-2],[-1,-1],[-1,0],[-1,0],[-2,-1],[-1,-2],[-1,0],[-1,-2],[-1,-1],[0,-1],[-1,1],[0,2],[-1,1],[-1,1],[-2,2],[-2,1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[2,-2],[1,-5],[1,1],[0,1],[0,2],[0,2],[1,2],[1,1],[1,-1],[1,0],[2,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-3],[-1,-2],[0,-3],[0,-1],[-1,0],[-2,-2],[-2,-2],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-2,-2],[-1,-2],[-2,-2],[0,1],[0,1],[0,1],[-1,2],[-1,-1],[0,-1],[-1,-3],[-1,0],[-1,0],[-1,3],[0,1],[1,1],[1,0],[0,1],[0,-1],[-1,0],[-1,0],[1,3],[1,1],[2,1],[1,1],[3,0],[3,1],[1,0],[0,1],[0,1],[1,0],[2,1],[2,2],[0,1],[0,2],[0,3],[-1,0],[-1,-2],[0,-2],[-1,-1],[-1,0],[-1,0],[-2,-2],[-2,-2],[0,-1],[-1,-1],[-1,0],[-3,0],[-1,0],[-1,1],[-1,0],[0,2],[0,2],[1,1],[0,3],[0,1],[0,1],[0,1],[-1,1],[-1,2],[-1,0],[0,1],[-1,1],[0,1],[0,2],[-1,1],[-2,1],[-1,2],[0,2],[1,1],[0,3],[1,2],[0,1],[-1,1],[0,1],[-1,1],[0,1],[1,1],[1,0],[1,1],[1,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,2],[0,2],[0,1],[1,2],[1,4],[0,3],[0,1],[1,1],[0,2],[-1,2],[1,3],[0,2],[-1,1],[-2,0],[-1,-2],[-1,-2],[0,-2],[0,-3],[0,-1],[0,-2],[-1,-4],[0,-3],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,2],[0,2],[1,2],[-1,1],[-1,1],[-2,3],[-1,1],[0,1],[0,1],[0,1],[-1,3],[0,3],[-1,3],[-1,2],[0,3],[-1,0],[0,1],[-1,2],[0,1],[-1,1],[-1,2],[0,1],[0,1],[-1,2],[-1,2],[-2,2],[0,1],[-1,2],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-3],[1,-3],[1,0],[1,-3],[0,-1],[1,-2],[0,-2],[1,-3],[0,-2],[1,-2],[1,-2],[0,-3],[1,-2],[0,-2],[0,-2],[0,-2],[0,-1],[1,-2],[1,-1],[1,-1],[0,-1],[1,-3],[1,-2],[2,-2],[0,-1],[0,-1],[-2,-3],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[2,0],[2,-1],[1,-2],[1,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-2],[1,-2],[1,-1],[1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[-2,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,1],[-2,2],[-1,2],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[-1,2],[-1,1],[-1,1],[-1,2],[-1,1],[-2,1],[-1,2],[0,1],[-1,2],[-1,1],[0,2],[0,2],[0,3],[-1,3],[0,2],[-1,2],[-2,1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-2],[1,-3],[0,-1],[0,-2],[0,-3],[1,-3],[1,-3],[1,-1],[1,-2],[1,-2],[2,-2],[2,-2],[1,-2],[2,-1],[2,-2],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[2,0],[2,-2],[1,-2],[2,-1],[0,-1],[1,0],[2,-3],[1,-1],[2,-1],[1,-1],[1,0],[1,0],[1,0],[2,0],[1,0],[2,-1],[0,-3],[0,-1],[-1,-1],[0,-2],[1,-2],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-3],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[-2,-1],[0,-1],[-1,-1],[-1,0],[-2,2],[-2,1],[-1,2],[0,1],[-1,1],[-1,2],[-1,2],[0,1],[-1,1],[-2,-1],[-2,-2],[-1,1],[-1,2],[0,2],[-1,1],[-1,0],[-1,1],[0,-1],[0,-1],[1,-2],[1,-2],[1,-1],[0,-1],[1,0],[2,0],[1,-2],[1,-1],[1,-1],[0,-1],[1,-2],[0,-1],[1,-1],[2,-1],[1,-1],[1,-1],[1,-3],[-1,-1],[0,-1],[-1,-1],[-1,-2],[-1,0],[-1,0],[-1,2],[-1,2],[-1,2],[-1,2],[-2,2],[-1,1],[-1,2],[-2,1],[-1,1],[-2,2],[-1,2],[-1,1],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[-2,3],[-1,2],[-1,1],[0,1],[-1,2],[-1,1],[-1,0],[-2,1],[-2,1],[-1,3],[-1,1],[0,1],[-1,1],[-1,1],[-1,1],[-1,2],[-1,1],[0,1],[-1,1],[-1,1],[-2,1],[-2,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-2,1],[0,3],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[0,1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-3],[1,-2],[-1,-2],[0,-2],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,2],[1,0],[0,1],[0,1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-2,-2],[-1,0],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[1,1],[0,2],[1,1],[0,2],[0,1],[1,1],[1,2],[1,2],[1,0],[0,1],[0,1],[1,1],[-1,0],[0,1],[0,2],[0,1],[1,0],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[1,0],[1,1],[1,0],[2,2],[1,1],[1,1],[1,1],[-1,0],[-1,-1],[-2,-2],[-1,-1],[-3,-2],[-1,0],[-3,0],[-2,1],[-1,0],[0,1],[1,2],[-1,2],[0,3],[0,1],[1,1],[3,2],[1,3],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[0,1],[0,2],[0,2],[0,1],[0,2],[0,1],[0,3],[1,1],[2,1],[1,1],[3,2],[0,1],[1,0],[1,0],[1,-1],[0,-1],[1,0],[1,0],[2,0],[1,0],[-1,1],[2,0],[1,-1],[1,0],[0,-1],[0,-1],[-1,0],[1,1],[0,1],[0,1],[-1,1],[-1,1],[-1,1],[1,2],[1,2],[1,2],[1,3],[0,2],[1,1],[1,1],[2,1],[1,0],[1,1],[2,0],[0,-1],[1,0],[0,-1],[0,-2],[1,0],[0,1],[0,2],[-1,1],[0,1],[0,1],[0,2],[0,2],[0,1],[0,2],[0,2],[0,1],[0,1],[-1,2],[-1,1],[0,1],[1,0],[1,1],[2,1],[1,1],[1,0],[1,2],[0,2],[0,1],[0,2],[1,1],[0,1],[1,1],[1,2],[1,2],[2,3],[1,1],[1,1],[1,2],[2,1],[2,2],[1,2],[1,2],[1,3],[1,1],[0,1],[2,3],[2,2],[1,1],[2,1],[1,0],[3,-1],[1,0],[1,1],[2,1],[1,2],[1,0],[1,1],[1,1],[1,1],[1,1],[1,0],[1,1],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[2,-1],[1,1],[0,1],[1,1],[1,1],[2,0],[1,1],[1,1],[0,1],[0,1],[2,0],[1,0],[0,1],[1,0],[1,0],[1,2],[1,1],[1,1],[1,2],[1,1],[1,2],[2,3],[1,1],[0,1],[0,1],[0,3],[-1,2],[-2,1],[-1,0],[0,1],[-1,-1],[-2,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,0],[0,-1],[-1,0],[-2,-2],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-2,-2],[-1,0],[-1,0],[-3,1],[-3,0],[-2,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,0],[-1,0],[-2,-1],[-2,-2],[-2,-1],[-2,-1],[-1,-1],[-2,0],[0,-1],[-2,2],[-1,1],[-1,1],[-1,1],[0,2],[-1,1],[-1,1],[0,1],[-1,1],[-1,1],[0,2],[-1,1],[0,1],[-1,0],[-3,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,2],[-2,3],[-2,1],[-2,2],[-1,1],[0,1],[-1,0],[-2,0],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-2,1],[-1,2],[0,3],[-1,4],[0,2],[-1,3],[-1,1],[0,1],[0,4],[-1,1],[0,1],[-2,1],[0,-1],[0,-4],[0,-2],[0,-2],[0,-2],[0,-3],[0,-3],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-2,0],[0,1],[-1,2],[-1,0],[0,-1],[-3,-2],[-1,1],[-1,2],[-1,0],[-1,0],[0,-1],[-1,1],[-1,1],[-1,0],[-1,1],[-3,-1],[-1,-2],[-2,-2],[-1,-1],[0,-2],[-1,-2],[-1,-2],[0,-1],[0,-2],[2,-2],[1,-1],[2,0],[2,-1],[1,0],[2,-1],[1,-1],[1,-2],[0,1],[1,1],[1,0],[2,-1],[2,0],[2,-1],[1,0],[1,0],[1,0],[1,-1],[1,0],[2,-1],[2,-1],[1,0],[2,-1],[1,0],[1,-1],[1,0],[1,-1],[1,-2],[1,0],[2,-1],[0,-1],[0,-2],[2,-1],[1,-3],[2,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,-3],[-1,-2],[-1,-1],[-1,0],[0,-1],[-1,-2],[0,-2],[-1,0],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[0,2],[0,1],[-1,3],[0,1],[0,2],[-1,1],[1,2],[0,1],[0,1],[0,1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,1],[0,1],[-1,1],[-3,-1],[-1,0],[0,-2],[0,-1],[-1,-1],[-2,0],[-1,1],[-2,1],[-1,0],[-1,1],[-1,2],[-2,-2],[-1,-1],[-1,-2],[0,-1],[2,0],[0,-2],[0,-1],[0,-2],[1,-3],[1,0],[0,-1],[1,1],[2,1],[1,0],[0,-1],[0,-1],[1,-3],[2,-1],[2,-1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,0],[2,-2],[0,-1],[0,-1],[0,-1],[-2,-1],[-1,0],[-1,-1],[0,1],[-1,0],[0,1],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[1,-1],[0,1],[1,0],[1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-2,0],[-1,0],[-1,-1],[0,-2],[0,-2],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-3],[0,-2],[0,-1],[-1,0],[-1,0],[-2,1],[1,1],[-1,0],[-2,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,2],[-1,0],[-1,0],[0,2],[0,1],[0,2],[0,1],[-1,-1],[-1,-1],[-1,-3],[0,-2],[2,-2],[2,-2],[0,-1],[1,0],[2,0],[1,-1],[1,1],[1,1],[1,0],[1,1],[1,0],[3,0],[3,0],[1,1],[0,-1],[0,-2],[1,-3],[-1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-2],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-3],[-1,-1],[-1,-2],[0,-2],[-1,-2],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[0,-1],[0,-2],[1,0],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[0,4],[-1,0],[0,1],[1,2],[0,2],[0,2],[0,2],[0,3],[-1,1],[0,1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-2,-1],[-1,3],[0,1],[0,2],[0,3],[0,2],[0,1],[-1,0],[-1,-2],[0,-3],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,2],[-1,1],[0,4],[0,2],[1,2],[0,1],[0,2],[0,1],[-1,2],[-1,-2],[0,-2],[1,-2],[-1,0],[0,-1],[-1,0],[0,-3],[1,-1],[0,-2],[0,-3],[1,-2],[2,-1],[1,-1],[1,-1],[1,0],[1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-4],[-1,-2],[-1,-1],[-1,0],[-2,0],[-1,1],[-1,1],[-1,1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[1,1],[0,3],[1,1],[0,1],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-2,2],[-1,1],[-1,1],[-1,2],[0,2],[0,1],[-1,1],[0,2],[0,1],[1,1],[0,3],[0,1],[0,1],[0,2],[-1,1],[-1,1],[-1,2],[-1,1],[0,1],[-1,1],[-1,1],[-1,2],[0,1],[-1,1],[-1,1],[0,1],[0,1],[1,2],[-2,1],[-1,1],[-3,-1],[-1,0],[-1,-1],[0,-2],[0,-2],[0,-3],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-3],[0,-2],[-1,-2],[1,-2],[0,-1],[1,-1],[0,-2],[-2,-2],[0,-1],[0,-1],[0,-1],[1,-2],[2,-2],[2,-2],[2,-2],[3,-1],[2,-2],[1,-1],[0,-1],[1,-2],[2,-1],[1,-1],[2,-1],[2,-2],[0,-1],[1,-1],[1,0],[1,-2],[0,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-3],[-1,-1],[0,-1],[0,-1],[1,0],[2,2],[1,1],[1,2],[0,1],[1,1],[2,0],[1,0],[0,-1],[1,0],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[-1,-2],[0,-1],[1,0],[1,1],[0,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[1,0],[2,0],[0,-1],[1,0],[1,-1],[1,0],[0,-2],[1,-1],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,1],[-1,1],[-1,-1],[-1,0],[-2,-1],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[0,1],[-1,0],[0,-1],[0,-1],[1,-1],[2,-1],[2,-2],[1,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[1,-2],[0,-2],[0,1],[1,1],[1,0],[1,-1],[-1,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-3],[1,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[-2,2],[0,1],[0,1],[-1,1],[-2,-1],[0,-1],[1,-4],[1,0],[1,0],[1,0],[1,-1],[0,-2],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[-1,-2],[-1,-3],[-2,-1],[-1,-1],[0,-3],[-1,-1],[-1,-1],[-1,1],[-2,-1],[-1,0],[0,1],[-1,1],[0,1],[0,4],[0,1],[1,3],[-2,-2],[0,-1],[-1,-1],[0,-1],[-1,1],[-1,1],[0,2],[0,1],[-1,0],[-2,-1],[0,-1],[-2,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[0,1],[0,2],[0,1],[1,1],[0,1],[-1,2],[-1,1],[0,1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-2],[1,-2],[0,-1],[1,0],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[0,-1],[-2,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-2,0],[-1,0],[0,1],[0,1],[0,3],[-1,2],[0,3],[0,2],[0,1],[0,3],[0,3],[0,1],[0,2],[1,1],[2,1],[3,0],[1,1],[-1,1],[0,1],[1,1],[0,1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[-2,-2],[-2,1],[0,2],[0,1],[-1,1],[0,2],[-1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,2],[0,1],[0,2],[-1,0],[0,-1],[-1,0],[1,-3],[0,-3],[0,-1],[1,-3],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-3],[-1,-2],[0,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,1],[-1,1],[-1,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[1,1],[1,1],[1,1],[-1,3],[0,1],[-2,2],[0,1],[-1,1],[-1,0],[-2,1],[0,-1],[0,-2],[1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-2],[-2,1],[-1,1],[-1,1],[-1,0],[0,-1],[-1,-1],[-1,0],[-2,1],[-1,1],[0,1],[-1,2],[0,1],[-1,1],[-1,2],[1,1],[-1,2],[-1,3],[-1,1],[-1,0],[-1,-2],[0,-1],[1,0],[0,-1],[1,-1],[-1,-1],[-1,-1],[-2,0],[0,-2],[0,-1],[1,-2],[0,-2],[1,-1],[1,-2],[1,-1],[1,-1],[0,-2],[1,-1],[0,-2],[0,-1],[0,-1],[-1,0],[1,0],[1,1],[1,0],[0,1],[1,1],[0,-1],[2,0],[1,-1],[2,-1],[1,-2],[1,1],[0,1],[0,1],[1,1],[0,1],[1,0],[0,-1],[1,-1],[1,-2],[0,-2],[0,-1],[-1,0],[-1,-1],[0,-4],[1,-2],[1,0],[0,1],[1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,3],[-2,1],[0,2],[-1,1],[-1,0],[-1,-1],[-1,0],[-3,1],[-3,0],[-1,-2],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-2,2],[-1,1],[0,2],[-1,0],[-1,2],[0,1],[-2,3],[-1,1],[-1,-1],[-1,-2],[0,-4],[-1,0],[-1,2],[-1,3],[0,1],[0,1],[-1,-1],[1,-2],[1,-2],[0,-1],[-2,-1],[0,-3],[0,-1],[1,0],[1,0],[-1,1],[-1,1],[1,0],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[-1,-2],[-1,-2],[-1,0],[-1,0],[0,1],[0,2],[-1,1],[-2,-1],[-2,0],[-1,0],[0,2],[0,2],[0,1],[1,0],[0,1],[1,1],[0,3],[1,2],[-1,0],[-2,1],[-3,-2],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[-2,-2],[-2,-2],[0,-1],[-1,-1],[-2,2],[-1,1],[1,1],[1,3],[0,1],[-1,3],[-1,1],[1,0],[0,1],[0,2],[-1,2],[-1,1],[0,2],[0,2],[0,2],[-1,2],[-1,1],[-1,1],[0,1],[0,2],[0,2],[-1,1],[0,1],[-1,1],[0,1],[0,2],[-1,2],[-1,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[0,1],[-1,1],[-1,3],[0,1],[-2,2],[-1,2],[-1,1],[0,1],[-2,0],[0,1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,3],[0,1],[-2,2],[-1,2],[-1,2],[-1,1],[-1,2],[1,3],[0,3],[0,1],[-2,0],[-1,0],[-1,0],[-1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[1,-1],[1,-1],[1,-2],[1,-1],[1,-1],[1,-1],[1,-1],[1,-3],[1,-1],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[1,-2],[0,-2],[1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-3],[0,-1],[1,-1],[1,0],[1,0],[1,-3],[0,-1],[0,-1],[-1,-2],[1,-1],[1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-2,0],[-1,1],[-1,1],[-1,2],[-1,2],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,-1],[1,-1],[0,-1],[0,-1],[-1,-2],[-1,-3],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-3,-1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,2],[0,2],[-1,1],[0,1],[0,2],[1,4],[1,2],[1,1],[0,1],[1,3],[0,2],[0,1],[0,3],[0,1],[-1,1],[0,-2],[-1,-1],[0,-1],[0,-3],[-1,-2],[0,-2],[-2,-2],[-2,-2],[0,-3],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[-1,-2],[-1,-2],[0,-1],[-1,0],[0,-1],[1,-2],[-1,-1],[-1,0],[-2,1],[-1,1],[-2,1],[-1,1],[0,2],[1,1],[0,2],[-1,2],[0,2],[-1,2],[-1,2],[0,1],[0,2],[0,1],[-1,1],[0,1],[-2,0],[-1,1],[-1,2],[0,1],[-1,1],[0,2],[1,2],[1,2],[1,0],[1,0],[0,2],[1,3],[0,1],[0,2],[0,1],[-1,0],[-1,0],[0,-1],[-2,-2],[-1,-2],[-1,-2],[-1,0],[-1,3],[-1,1],[-2,2],[-1,2],[-1,1],[-1,1],[-1,1],[-1,0],[-1,2],[0,1],[-1,0],[-2,-2],[-3,-2],[0,-1],[0,-1],[0,-1],[1,-2],[1,-1],[1,-1],[2,-2],[2,-1],[1,-2],[1,-1],[0,-1],[1,-3],[0,-1],[-1,0],[-1,1],[-1,1],[-1,2],[-1,1],[-2,2],[-1,1],[0,1],[-1,1],[-1,0],[-1,-2],[-1,-3],[-2,-2],[0,-1],[-1,-1],[0,-3],[1,-1],[1,-2],[1,-2],[0,-1],[0,-1],[-1,0],[-2,1],[-1,1],[-2,0],[-2,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[2,-1],[1,0],[0,1],[1,0],[1,0],[2,-1],[2,-2],[2,-2],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-2,0],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[0,-1],[0,-3],[-1,-1],[0,-2],[-1,-1],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[-1,-2],[0,-2],[1,-1],[0,-1],[1,-1],[-1,0],[-2,-1],[-1,0],[-2,1],[1,3],[-2,1],[-1,2],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[-2,1],[-2,2],[-1,1],[-1,2],[-1,2],[0,1],[-1,2],[-1,2],[0,2],[-1,1],[0,1],[-2,1],[-1,0],[-1,0],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-2],[0,-1],[1,-1],[1,-1],[1,-1],[2,-5],[1,-1],[-1,-2],[0,-2],[0,-1],[1,0],[0,-1],[1,-1],[2,-2],[0,-1],[-2,1],[-2,2],[-3,1],[0,1],[-2,0],[-2,1],[-1,0],[-2,1],[-1,-1],[-2,1],[-1,0],[-2,-3],[-1,-1],[0,-1],[0,-2],[1,-1],[1,-2],[1,0],[1,0],[0,-1],[2,-1],[1,-1],[1,-1],[1,-1],[1,-1],[2,-2],[1,-1],[2,0],[2,-2],[1,0],[2,-1],[3,0],[1,-1],[2,0],[2,1],[1,0],[1,0],[2,0],[1,0],[1,-1],[1,0],[1,-2],[0,-1],[0,-2],[2,-1],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,-1],[1,-2],[1,-3],[0,-1],[-1,-1],[-1,0],[-2,1],[-1,0],[-1,2],[-2,2],[-1,3],[-2,2],[-1,0],[-1,0],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-2],[-2,-1],[-1,-2],[1,0],[0,-1],[1,0],[1,-2],[-1,-2],[-1,-1],[0,-1],[-2,0],[-1,0],[-1,1],[-2,0],[-1,0],[-1,-1],[0,-1],[-1,-2],[2,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,-1],[0,-2],[1,-1],[1,-2],[1,-1],[0,-1],[1,-3],[1,-2],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[1,-2],[2,-1],[1,-2],[1,-1],[2,-2],[0,-1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,3],[-1,2],[1,1],[0,1],[1,1],[1,-1],[1,-1],[0,-1],[-1,-1],[1,-2],[1,0],[2,-1],[-1,-2],[1,-3],[0,-1],[0,-1],[-1,0],[1,1],[-1,1],[-1,0],[0,-1],[-1,0],[1,-2],[1,-1],[2,-2],[1,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,0],[-2,0],[-2,0],[-1,0],[-2,0],[-1,1],[-1,2],[-1,2],[-1,0],[-1,0],[1,-3],[0,-2],[0,-1],[1,-2],[0,-1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,0],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[-3,0],[-1,0],[-1,1],[-2,1],[-1,1],[-1,2],[-2,2],[-1,0],[-1,-1],[-1,-1],[0,-1],[1,-2],[1,-2],[2,-3],[2,-2],[1,-1],[1,-1],[2,-1],[2,0],[2,0],[0,-1],[1,-1],[0,-3],[-2,0],[-1,0],[-1,1],[0,1],[-1,0],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-3,-1],[-1,0],[-3,1],[0,1],[-2,0],[-1,1],[-1,2],[-1,0],[-3,3],[-1,1],[-1,-1],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-2],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[1,0],[1,-1],[1,-1],[1,-1],[2,0],[2,-1],[1,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[-1,0],[-1,-1],[-1,0],[0,1],[-1,1],[-1,1],[-2,1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,-3],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,-2],[0,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[0,-3],[1,-1],[-1,-2],[-2,0],[-1,2],[-1,1],[-1,0],[-2,2],[0,2],[0,1],[1,0],[0,1],[0,1],[-1,3],[-1,0],[0,1],[-1,0],[-1,2],[0,1],[-1,1],[1,1],[0,1],[0,2],[0,2],[0,1],[-2,2],[0,1],[-2,2],[-1,3],[0,1],[-1,2],[0,1],[-1,1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,1],[-1,1],[1,1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-2],[1,-1],[0,-3],[1,-4],[0,-3],[0,-1],[0,-1],[-1,-1],[0,-1],[0,1],[0,1],[0,1],[-2,1],[-2,2],[-3,2],[-1,1],[0,1],[-1,2],[-1,2],[-2,4],[-1,2],[-2,2],[-1,3],[0,1],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,2],[0,2],[0,3],[0,1],[0,3],[0,3],[-1,2],[-1,0],[-1,-1],[-1,0],[-1,2],[-1,1],[-1,2],[-1,2],[-2,3],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-2],[1,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,-2],[1,-1],[0,-1],[0,-2],[1,-3],[0,-1],[-1,0],[0,-1],[0,-1],[-2,-4],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-3],[0,-2],[-1,-3],[0,-4],[0,-3],[0,-1],[1,-1],[-1,-2],[0,-1],[0,-1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[-1,3],[-1,1],[0,1],[0,2],[-1,1],[-2,2],[-1,1],[1,1],[0,2],[0,1],[0,1],[0,2],[0,1],[-1,2],[-1,1],[-2,1],[-1,0],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-3,3],[-1,2],[-1,1],[-1,0],[-1,-1],[1,-1],[0,-1],[1,-1],[1,-3],[1,-1],[0,-2],[0,-2],[1,-2],[0,-1],[0,-2],[-1,0],[-1,1],[-1,1],[-1,0],[-1,2],[-1,2],[-1,1],[-1,0],[-2,1],[-1,1],[-1,1],[-1,0],[-2,1],[-2,1],[-1,0],[-1,-1],[-2,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,2],[-1,1],[0,1],[0,2],[-1,3],[0,1],[-1,1],[0,2],[0,1],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[0,-2],[-1,0],[0,-1],[-1,-1],[1,0],[0,-1],[0,-1],[1,0],[1,-3],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[1,-1],[0,-1],[1,-1],[3,-1],[0,-1],[1,0],[0,-1],[0,-2],[0,-3],[0,-2],[0,-1],[0,-1],[1,-1],[1,-2],[1,-2],[1,-1],[1,-1],[0,-1],[1,-3],[1,-2],[1,-2],[1,-3],[0,-3],[1,-3],[0,-3],[0,-1],[-1,-2],[-3,0],[-1,0],[-2,2],[0,1],[-3,2],[-2,2],[-1,0],[-1,0],[-2,1],[0,1],[-2,2],[0,1],[-1,0],[-2,-2],[-1,-1],[-1,-3],[0,-1],[0,-1],[-1,-2],[0,-3],[1,-1],[0,-1],[2,-2],[1,-1],[1,0],[1,-1],[0,-2],[2,-2],[0,-1],[1,-2],[0,-2],[2,-2],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[2,-2],[1,-1],[2,-1],[1,0],[1,1],[1,0],[2,-2],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[2,-1],[1,0],[1,0],[1,1],[1,0],[1,1],[2,-1],[2,-1],[2,1],[-1,2],[0,2],[1,1],[1,0],[1,-1],[0,-3],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[1,-1],[0,-2],[-1,0],[-1,-2],[-1,0],[-2,0],[-1,0],[-1,1],[0,1],[-1,1],[-1,1],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,1],[1,1],[2,0],[1,0],[2,-2],[1,-1],[1,-1],[2,-2],[1,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-2],[2,-1],[1,-2],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,-3],[1,-3],[1,-1],[0,-1],[1,0],[1,-1],[1,0],[1,-1],[1,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[2,-2],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,-1],[2,-2],[1,-1],[0,-2],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[1,-2],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[1,-2],[1,-1],[0,-1],[0,-3],[0,-3],[0,-1],[0,-1],[1,-2],[0,-3],[0,-1],[0,-2],[1,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[1,-2],[0,-3],[-1,0],[0,-1],[-2,0],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[2,-1],[2,-1],[1,-1],[1,0],[1,-1],[1,0],[3,-1],[2,-1],[2,-2],[1,-2],[1,-1],[1,-1],[2,0],[0,-1],[1,-1],[1,-1],[1,0],[1,-1],[-1,-2],[0,-1],[0,-2],[0,-2],[1,-1],[0,1],[1,1],[0,1],[0,1],[1,0],[0,-2],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[1,-1],[1,1],[1,0],[0,-1],[1,-1],[0,-1],[0,-4],[0,-1],[-1,-1],[0,-1],[-1,-1],[-3,0],[-2,-1],[-2,-1],[-1,0],[-1,1],[0,1],[2,0],[0,1],[-1,1],[-1,1],[0,1],[0,1],[0,2],[-1,0],[-1,1],[-1,1],[0,-1],[-1,-1],[0,-1],[1,0],[1,-1],[1,-2],[0,-1],[-1,0],[-2,-1],[-1,0],[-1,1],[-1,-1],[-1,-1],[0,-2],[0,-2],[-2,-1],[0,1],[-1,2],[-1,-2],[0,-1],[1,-1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[-1,1],[0,-1],[-1,0],[0,1],[0,1],[1,0],[1,1],[2,1],[1,0],[0,1],[-1,1],[-1,0],[-1,0],[-1,1],[-2,1],[-1,-1],[-1,1],[0,1],[-1,3],[-1,3],[0,1],[0,1],[-1,1],[-1,0],[-1,-3],[0,-2],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,0],[-1,1],[-1,2],[-2,1],[0,2],[-1,1],[-1,0],[-1,-1],[-2,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,-2],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-2,1],[-2,-1],[0,1],[1,0],[2,2],[2,1],[0,1],[0,1],[0,1],[-2,1],[-1,-2],[-2,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-2],[-1,-2],[-1,-3],[-2,-1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-2],[1,-1],[1,0],[2,0],[1,1],[3,0],[1,0],[1,1],[0,1],[1,1],[2,2],[1,1],[1,0],[1,0],[1,0],[1,1],[1,0],[2,1],[1,1],[1,0],[0,-1],[0,-1],[-2,-1],[-1,-1],[-1,-3],[-1,-1],[-3,-1],[-1,-1],[-3,0],[-1,-1],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-2,0],[-2,-1],[-2,0],[-1,0],[-3,0],[-2,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-2,-1],[-3,0],[-1,0],[-1,1],[-2,1],[-2,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-3,0],[-1,0],[-1,0],[-1,-1],[-1,0],[0,1],[2,3],[1,1],[0,1],[-1,1],[-2,2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,-1],[-2,-3],[-1,-2],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,-2],[0,-1],[0,-2],[1,-1],[1,0],[1,-1],[0,-2],[1,-2],[0,-1],[2,0],[0,1],[2,0],[1,0],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[2,-1],[2,-2],[1,-1],[0,-1],[-1,0],[-2,1],[-1,1],[-2,0],[-2,1],[0,-1],[1,-2],[0,-1],[1,-1],[2,-2],[1,-2],[1,0],[1,-1],[0,-1],[-1,0],[-1,-1],[-2,0],[-1,-1],[0,-1],[0,-1],[0,-3],[1,-1],[1,-2],[1,0],[1,0],[2,2],[2,1],[2,1],[2,0],[1,0],[2,-1],[1,0],[2,-2],[1,-1],[1,-1],[1,0],[2,0],[2,2],[2,0],[1,0],[1,0],[0,-1],[1,0],[1,-1],[2,-1],[2,0],[2,-1],[3,-1],[2,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,-3],[0,-2],[0,-1],[1,-1],[1,-3],[1,-1],[2,-2],[2,0],[2,-1],[0,3],[0,1],[0,2],[1,1],[0,1],[1,0],[0,1],[1,3],[-1,1],[0,1],[-1,1],[-2,1],[-1,1],[1,2],[1,0],[1,1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[2,1],[2,2],[0,1],[1,1],[1,1],[0,1],[2,0],[2,1],[1,0],[1,0],[1,0],[2,-1],[2,0],[2,0],[2,0],[2,0],[1,-1],[-1,-1],[0,-1],[1,-1],[1,0],[1,0],[2,0],[2,-1],[0,-3],[1,-2],[0,-2],[1,-1],[2,-2],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,1],[1,0],[1,0],[1,-2],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,0],[1,-1],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-2],[-1,-2],[-1,-3],[-1,-2],[-1,-2],[0,-2],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,1],[-1,0],[-1,1],[-1,1],[0,1],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[1,0],[1,1],[1,1],[1,1],[1,0],[1,0],[1,-1],[1,0],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[-1,0],[-2,-3],[-1,-1],[-2,-2],[0,-1],[0,-1],[-2,1],[-1,1],[-1,1],[-1,-1],[1,-2],[1,-2],[1,0],[0,1],[1,0],[1,-1],[2,-2],[0,-1],[1,-1],[0,-1],[-2,0],[-2,0],[-2,-1],[-1,0],[-2,-1],[-1,0],[-2,0],[-1,-1],[0,-1],[0,-1],[1,-1],[2,0],[3,-1],[2,0],[1,0],[1,1],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,-2],[0,-1],[1,-4],[1,0],[1,2],[0,1],[1,1],[0,1],[1,3],[1,1],[1,0],[2,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,0],[0,-1],[2,-1],[1,0],[0,-1],[1,0],[-1,-3],[-1,0],[-2,1],[0,-1],[0,-1],[1,-1],[1,0],[1,-1],[0,1],[1,1],[0,-1],[1,-2],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-3],[1,-2],[1,-1],[0,-2],[0,-3],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[0,-2],[-1,-2],[-1,0],[0,-2],[1,-1],[1,0],[2,1],[1,-1],[1,0],[0,-1],[-1,-2],[-1,-1],[0,1],[-1,0],[0,-2],[0,-2],[1,0],[0,1],[1,0],[1,0],[0,-1],[0,-2],[0,-3],[0,-2],[1,-1],[1,-1],[0,1],[1,0],[0,1],[0,1],[1,0],[2,1],[0,-1],[0,-2],[0,-1],[1,-1],[1,0],[0,-2],[0,-3],[-1,-3],[2,-2],[0,-1],[0,-2],[0,-2],[1,-1],[-1,-1],[-2,-2],[-1,0],[-2,-1],[-2,-2],[-2,0],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-2,1],[0,3],[0,1],[0,1],[1,0],[0,1],[1,0],[0,-1],[1,1],[0,1],[0,4],[-1,1],[-3,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-3],[-1,-3],[0,-1],[0,-1],[1,1],[1,-1],[0,-2],[1,-2],[-1,0],[0,-1],[-1,0],[-2,0],[-1,1],[-1,0],[1,1],[0,2],[-2,-1],[0,-1],[-1,0],[-1,-1],[-1,1],[-2,0],[-1,1],[-2,0],[-2,0],[-1,1],[-1,1],[-1,-1],[-1,0],[-2,2],[-1,1],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,2],[-2,2],[-1,0],[-1,1],[-1,0],[-1,2],[-1,1],[-1,0],[-1,1],[-2,1],[-1,0],[-1,1],[0,1],[-2,2],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[-3,1],[-1,0],[-2,0],[-1,1],[-2,1],[-1,0],[-1,1],[-1,0],[-1,2],[-1,0],[-1,1],[-2,1],[-2,2],[0,2],[0,2],[-1,3],[-1,2],[-1,1],[0,1],[0,1],[0,1],[-1,3],[1,1],[1,0],[0,2],[-1,0],[-1,0],[-1,1],[0,2],[-1,2],[0,2],[-1,1],[0,2],[1,1],[-1,1],[-1,0],[-2,-1],[-2,-1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-3],[0,-1],[1,-2],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,-3],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-2,0],[-1,0],[-1,1],[-1,0],[0,1],[-1,2],[-1,1],[-1,0],[-2,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-3],[1,-1],[2,-1],[1,0],[1,0],[0,-1],[3,-1],[1,-1],[1,-2],[1,-2],[1,-1],[1,0],[1,2],[0,2],[1,1],[1,1],[3,1],[2,0],[1,1],[1,0],[1,0],[2,-1],[1,-1],[1,-2],[1,0],[0,-1],[1,0],[1,-2],[0,-2],[1,-1],[2,0],[1,-1],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[2,-1],[1,-1],[1,-2],[1,-2],[1,-1],[0,-1],[2,-2],[0,-1],[2,-1],[2,-1],[3,-1],[1,-1],[1,0],[2,0],[1,-1],[2,0],[0,1],[1,1],[0,1],[-1,0],[1,0],[0,1],[2,0],[2,0],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[2,-1],[3,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[2,0],[1,-1],[1,0],[1,-1],[1,0],[1,0],[0,-1],[1,0],[2,-1],[1,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-2],[0,-2],[1,-2],[0,-1],[1,-1],[0,-2],[0,-2],[0,-1],[1,-1],[0,-1],[1,0],[1,1],[1,0],[0,-2],[-1,-2],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,-1],[-2,1],[-2,1],[-1,0],[0,-1],[1,0],[0,-2],[1,-1],[1,0],[2,0],[3,-1],[1,-1],[1,-1],[0,-1],[1,0],[0,3],[1,1],[1,2],[1,1],[1,0],[1,0],[1,0],[1,1],[1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[2,0],[1,2],[0,2],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-2],[1,-1],[0,-2],[-1,-2],[0,-2],[-1,0],[0,-1],[-2,0],[-2,0],[-1,2],[0,1],[-1,0],[-1,1],[-1,2],[-1,1],[0,2],[0,1],[0,2],[0,1],[-1,0],[-1,-1],[-1,-2],[0,-2],[-2,0],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[2,-1],[0,-1],[-1,0],[-2,2],[-2,1],[-2,2],[-2,1],[0,1],[0,1],[0,1],[1,1],[1,1],[-1,1],[-1,0],[-1,0],[-1,2],[-1,2],[0,2],[-1,1],[-1,2],[0,1],[-1,-1],[1,0],[0,-3],[1,-2],[0,-1],[1,-2],[0,-2],[1,-2],[-1,-3],[0,-1],[-1,0],[-1,1],[0,1],[-1,1],[0,1],[0,2],[-1,2],[0,1],[-1,3],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-2,0],[-1,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-1],[0,-2],[1,-2],[1,0],[0,-1],[0,-3],[0,-2],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,0],[0,1],[-2,1],[-1,2],[-1,1],[-1,1],[-2,0],[-2,1],[-1,0],[0,-1],[1,-1],[1,0],[1,-1],[0,-1],[2,-1],[1,-2],[1,-1],[2,0],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[2,-3],[1,-2],[2,-3],[1,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-2,0],[0,-1],[-2,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,-2],[0,1],[-1,1],[0,1],[0,2],[-1,1],[-1,0],[-1,2],[-2,1],[-1,2],[-1,1],[0,3],[-1,1],[0,1],[-1,3],[-1,3],[0,2],[-1,1],[0,2],[-1,1],[-1,1],[-1,2],[-1,1],[0,1],[-1,1],[-2,2],[-2,2],[0,1],[0,1],[-1,2],[0,1],[-2,2],[0,-1],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,-2],[0,-1],[0,-1],[1,0],[1,0],[2,-2],[2,-1],[0,-1],[1,-2],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,-3],[0,-1],[0,-1],[2,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,1],[-1,0],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[1,-1],[1,-1],[1,-1],[0,-2],[1,-1],[0,-1],[1,-1],[1,-1],[2,0],[1,0],[1,0],[2,-1],[1,1],[1,0],[1,0],[1,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-3,-1],[0,-2],[1,-1],[0,-1],[1,0],[1,-1],[1,-1],[2,-1],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[2,-2],[1,-1],[1,-3],[0,-3],[0,-1],[-1,0],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-2,1],[-2,1],[-1,3],[-1,0],[0,1],[-1,0],[0,2],[0,1],[0,1],[-1,1],[0,1],[0,-1],[-1,1],[1,0],[1,2],[1,1],[0,1],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,0],[0,1],[-1,2],[-1,3],[-1,2],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[-1,2],[0,2],[0,1],[-1,1],[-2,2],[-2,0],[0,1],[-1,1],[0,2],[-1,1],[1,2],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[-1,2],[0,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[0,1],[-1,1],[1,0],[0,1],[1,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,2],[-1,1],[0,1],[1,1],[0,1],[0,1],[-1,0],[-1,1],[0,1],[-1,2],[-1,1],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[1,-3],[1,-1],[1,-2],[1,-1],[1,-2],[0,-1],[1,-1],[0,-1],[1,-3],[1,-3],[2,-2],[1,-2],[1,-2],[1,-2],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-2],[1,-2],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[1,-2],[1,-2],[1,-2],[1,-3],[0,-3],[0,-1],[1,-1],[-1,0],[0,-1],[-1,0],[-1,2],[-2,2],[0,1],[-1,1],[-1,1],[-1,2],[-1,0],[-1,1],[-1,2],[-2,2],[-1,2],[-1,2],[-1,1],[0,1],[-2,1],[-2,1],[-2,1],[-1,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,2],[-1,2],[0,1],[-1,2],[-1,2],[0,1],[-1,1],[0,2],[-1,1],[-1,1],[-1,0],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[1,-1],[0,-2],[0,-1],[0,-2],[-1,0],[-1,1],[-1,1],[-1,0],[-2,1],[-1,1],[-1,1],[-1,1],[-2,1],[-1,-2],[1,-1],[2,-1],[2,-2],[1,-1],[0,-1],[1,0],[1,-2],[2,-1],[2,-2],[2,-1],[1,-1],[1,0],[1,-1],[2,-1],[2,0],[0,-1],[2,-2],[1,-1],[1,-1],[1,-1],[1,-1],[0,-2],[2,-2],[1,-1],[1,-2],[1,-2],[1,-2],[1,-1],[1,-1],[1,-1],[0,-1],[-1,1],[-1,0],[0,-1],[1,0],[0,-1],[2,-1],[2,-1],[2,-1],[0,-1],[1,0],[1,0],[1,-1],[1,-1],[2,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,-2],[0,-2],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,-3],[-1,-1],[0,-1],[-1,0],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[0,2],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-2,1],[-2,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-2,2],[-1,3],[0,1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,-1],[-2,0],[-1,0],[-1,1],[0,1],[0,3],[0,2],[0,4],[0,1],[0,1],[-2,2],[0,2],[-1,1],[0,1],[-1,1],[-2,1],[-1,0],[-2,1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[-1,2],[-2,1],[-1,1],[0,2],[-2,2],[0,3],[0,2],[-2,2],[0,1],[0,1],[-1,0],[0,-1],[-1,1],[-1,1],[0,1],[-1,2],[0,1],[-1,2],[0,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[0,4],[0,1],[1,2],[-1,1],[0,1],[0,1],[-1,2],[-1,2],[-1,1],[-2,1],[0,1],[-2,-2],[-1,-2],[0,-1],[1,-3],[0,-2],[0,-1],[0,-1],[1,-2],[1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,-2],[-1,0],[-1,-2],[-2,-1],[-3,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-3],[0,-1],[0,-2],[1,-1],[1,0],[1,-1],[0,-1],[1,-2],[1,-2],[1,-3],[0,-1],[1,-1],[0,-1],[1,-3],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,0],[2,0],[1,-2],[0,-1],[1,0],[1,-2],[2,-3],[2,-2],[1,0],[0,-1],[1,-2],[-1,-2],[1,-3],[-1,0],[-2,-2],[-1,1],[-1,1],[-2,2],[-2,2],[-2,0],[-2,1],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[2,0],[2,-3],[2,-2],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[1,-1],[2,1],[1,0],[2,1],[1,1],[2,0],[2,0],[1,1],[1,0],[1,1],[1,1],[2,-2],[2,-2],[2,-2],[0,-2],[1,-1],[1,-2],[1,-3],[1,-2],[0,-1],[1,0],[0,-2],[-1,0],[-1,1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[1,0],[1,1],[2,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,-1],[2,-1],[1,0],[1,-1],[0,-1],[1,-1],[1,-2],[1,-2],[2,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,0],[-1,-1],[-1,-2],[0,-2],[0,-2],[1,0],[0,-2],[1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[1,-2],[1,-2],[1,-3],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-2],[0,-1],[-1,0],[0,1],[-1,1],[-2,-1],[-1,0],[-1,-2],[-1,-1],[0,1],[0,1],[-1,1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[-2,3],[-2,2],[0,1],[-1,2],[0,1],[-1,3],[-1,1],[1,2],[-2,3],[-1,1],[-3,2],[0,1],[-2,0],[-1,1],[-2,2],[-1,0],[-1,1],[-1,1],[-1,2],[-1,1],[-1,1],[0,1],[-1,1],[-1,2],[-2,3],[0,2],[-1,0],[-1,0],[-1,0],[-1,2],[-1,2],[-1,2],[-1,1],[0,1],[-2,0],[-1,-1],[-2,-1],[-2,0],[-1,1],[-1,0],[-2,2],[-1,0],[-1,1],[0,1],[-1,0],[-1,2],[-2,0],[-1,0],[-1,0],[0,1],[-2,1],[-1,2],[-2,1],[-1,1],[-2,0],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[1,-1],[1,0],[1,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[1,-2],[1,0],[1,-1],[2,-1],[1,-1],[1,-2],[0,-1],[1,-1],[0,-1],[2,-1],[1,0],[1,-1],[1,0],[2,0],[1,0],[1,0],[1,-2],[1,-2],[1,-2],[2,-2],[0,-2],[2,-2],[1,-1],[1,-2],[1,-1],[0,-1],[2,-1],[1,-2],[2,-1],[1,-1],[1,1],[1,0],[0,-1],[1,-1],[1,-3],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[2,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-2],[1,-1],[0,-1],[1,-1],[0,-1],[1,-2],[1,-1],[1,-2],[1,-2],[1,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-3,0],[-2,1],[-2,1],[-1,1],[-1,2],[-1,1],[-1,2],[-1,0],[-1,1],[-1,2],[-1,0],[0,-1],[-1,0],[-1,0],[1,-1],[2,-1],[2,-1],[1,-1],[1,0],[0,-2],[0,-1],[-1,0],[0,-1],[1,0],[0,1],[0,-1],[1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,2],[-2,1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,1],[-2,2],[-1,1],[-1,1],[0,2],[0,3],[0,2],[0,1],[-1,2],[0,1],[-1,4],[-2,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[-2,1],[-1,0],[0,-2],[0,-1],[1,-1],[1,-1],[1,-2],[2,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-1,2],[-1,2],[0,1],[0,1],[-1,2],[-1,2],[-1,3],[-2,1],[0,1],[-2,4],[0,1],[-1,2],[0,1],[1,1],[0,2],[0,1],[-1,3],[-1,2],[0,2],[-1,3],[-1,1],[-1,2],[0,2],[-2,3],[-1,2],[0,1],[-1,0],[-1,1],[-1,-1],[-2,0],[-2,-2],[1,-2],[0,-1],[0,-1],[1,-3],[0,-1],[0,-4],[2,-2],[0,-2],[1,-2],[1,-2],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-3],[0,-1],[-1,0],[0,-1],[-2,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-1],[1,0],[2,-1],[1,0],[1,0],[1,1],[1,0],[2,-1],[1,-1],[1,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[1,-1],[0,-1],[2,-1],[1,-1],[1,-1],[1,-3],[1,0],[1,-3],[0,-1],[0,-3],[0,-2],[0,-1],[-2,-2],[-1,-1],[-1,1],[-1,0],[-1,1],[0,-1],[-1,1],[-1,0],[-2,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-3],[0,-2],[1,-1],[1,-1],[1,-1],[1,-1],[1,0],[3,-1],[1,0],[1,0],[2,1],[2,1],[2,-1],[2,-1],[1,0],[1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[0,-1],[1,-3],[0,-2],[0,-1],[0,-1],[1,1],[1,0],[-1,2],[0,3],[-1,3],[0,1],[0,1],[0,1],[1,1],[1,-1],[1,0],[1,-1],[1,0],[1,1],[1,0],[2,-1],[1,1],[1,0],[1,-1],[1,0],[2,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,-1],[2,-1],[0,-1],[1,-1],[0,-1],[1,1],[1,1],[1,-1],[1,0],[1,-1],[1,-1],[1,0],[1,-1],[0,-1],[1,-1],[0,-2],[1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[2,0],[1,0],[1,-1],[0,-1],[0,-3],[1,-3],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[1,-1],[1,0],[0,-1],[1,-4],[0,-2],[0,-1],[-1,-2],[-1,-2],[0,-1],[-1,-1],[-1,-1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[1,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[-2,-1],[0,-1],[-1,0],[-1,1],[-2,3],[-1,0],[-1,0],[-1,0],[-1,1],[-1,2],[-1,0],[0,1],[0,1],[0,1],[0,2],[-1,0],[-1,-1],[0,-2],[0,-2],[1,-3],[0,-3],[0,-2],[1,-3],[0,-2],[0,-1],[0,1],[1,0],[0,1],[1,-1],[0,-2],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,-1],[0,-1],[1,0],[0,-1],[2,1],[2,-1],[1,-1],[1,-1],[0,-3],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-2],[-1,0],[-1,0],[-2,0],[0,-1],[-1,-1],[0,-2],[-1,-2],[-1,0],[-1,0],[-1,2],[-1,1],[-1,1],[0,2],[-1,2],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,-1],[0,-2],[-1,0],[0,-1],[-1,0],[-1,2],[-1,1],[0,3],[0,2],[-1,3],[1,1],[0,1],[1,3],[1,0],[0,1],[1,1],[1,1],[0,1],[1,0],[0,1],[1,1],[0,1],[-1,0],[-1,0],[0,-1],[-2,-2],[-1,0],[-1,-1],[0,-1],[-1,-1],[1,-2],[0,-1],[-1,-1],[-1,-1],[0,1],[-1,1],[0,1],[-1,0],[-1,-1],[-1,-1],[0,-1],[1,0],[1,-1],[0,-1],[0,-2],[1,-2],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[1,-2],[0,-2],[0,-1],[0,-2],[1,-1],[0,-2],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-2,1],[-2,1],[-2,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[-1,-1],[-2,-3],[-3,0],[-2,-1],[-2,0],[-2,1],[-1,1],[0,2],[0,2],[0,2],[-1,0],[-1,2],[0,2],[0,1],[0,1],[0,1],[1,2],[1,2],[2,1],[2,2],[2,1],[1,0],[1,1],[1,0],[1,0],[2,0],[0,-1],[1,-1],[1,2],[0,1],[-3,2],[-1,0],[-2,0],[-1,1],[-1,-1],[-1,0],[-3,-1],[0,-1],[-2,-1],[-1,0],[0,1],[-1,3],[0,1],[0,2],[1,1],[1,1],[1,1],[3,5],[1,2],[1,2],[2,2],[1,1],[0,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-2,1],[-2,-1],[0,-1],[-2,-1],[-1,-2],[-1,-2],[-1,-2],[-2,-2],[-3,1],[-1,1],[-1,0],[0,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[1,-3],[0,-1],[0,-2],[0,-3],[0,-3],[-1,-1],[-3,-1],[-2,0],[-1,0],[-2,0],[-1,1],[-1,0],[-2,1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[1,0],[0,-1],[2,-2],[3,-1],[1,0],[1,1],[1,-1],[3,-1],[3,0],[1,0],[1,0],[2,0],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[1,-2],[0,-2],[0,-1],[-1,-3],[0,-2],[-1,-1],[0,-1],[-1,0],[-2,-1],[-1,-1],[-1,-2],[-2,-2],[0,-1],[-1,-1],[-1,1],[-1,2],[-1,0],[0,2],[0,1],[-1,1],[1,1],[-1,2],[0,4],[-1,1],[0,2],[-1,2],[-2,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[1,-1],[1,-1],[0,-3],[0,-3],[0,-3],[0,-1],[1,0],[1,-2],[1,-2],[1,-1],[1,-2],[0,-1],[1,-3],[0,-2],[1,-3],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,3],[-1,3],[0,1],[0,2],[0,1],[-1,0],[0,1],[-1,0],[-2,0],[0,1],[-1,2],[-1,3],[0,1],[-1,2],[0,1],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[2,-1],[1,-3],[1,-4],[0,-2],[-2,-1],[-1,-2],[-1,-1],[-1,-1],[-2,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[1,3],[0,3],[0,3],[-1,2],[0,1],[-1,3],[0,1],[-1,2],[-1,1],[-1,1],[0,1],[0,3],[-1,4],[0,2],[-1,1],[0,1],[-1,0],[-1,-2],[-1,-1],[0,-2],[1,-3],[0,-2],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-2],[1,-1],[1,-3],[0,-1],[1,-1],[0,-1],[0,-1],[1,-3],[0,-2],[-1,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[-1,1],[0,2],[-2,1],[-1,1],[-1,0],[-2,1],[-1,2],[-2,1],[-1,2],[-1,0],[-1,1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-3,0],[-1,1],[-2,1],[-2,1],[-1,0],[0,1],[-1,1],[-1,0],[0,1],[-2,0],[-1,1],[-2,1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,3],[-1,1],[0,1],[-1,2],[-1,1],[-1,2],[-1,0],[0,1],[-1,1],[-1,1],[0,-1],[-1,0]],[[2874,2225],[0,2],[1,1],[0,1],[-1,1],[-1,2],[-1,1],[0,2],[0,1],[0,1],[0,1],[-1,0],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-2],[-1,-1],[0,1],[0,1],[0,1],[1,1],[0,2],[0,2],[-1,0],[-1,1],[0,1],[2,3],[1,2],[1,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,2],[2,2],[1,2],[0,2],[0,1],[-1,1],[-1,1],[1,2],[0,1],[1,1],[0,1],[1,0],[1,1],[1,2],[1,1],[0,1],[2,3],[0,1],[3,1],[1,1],[0,1],[0,1],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,-1],[-1,-2],[-2,-3],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-3],[-1,-2],[-2,-3],[-1,-2],[0,-1],[-1,-1],[0,-2],[2,2],[1,1],[1,1],[1,1],[1,3],[0,1],[2,2],[1,3],[1,1],[0,1],[1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-2],[0,-2],[0,-2],[-1,-3],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-1,-2],[0,-1],[-1,0],[-1,2],[-2,2],[-1,0],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,3],[0,1],[0,3],[-1,1],[0,2],[-1,2],[2,3],[1,1],[1,1],[1,1],[1,2],[1,2],[0,2],[2,3],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,2],[0,1],[1,1],[1,2],[2,3],[0,1],[0,1],[0,1],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[-1,-2],[-1,-2],[0,-2],[-1,0],[0,-1],[-2,-3],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,2],[0,3],[-1,1],[0,2],[-1,1],[0,1],[0,1],[0,2],[-1,1],[-1,1],[-1,1],[-1,1],[0,2],[-1,3],[1,2],[0,1],[1,3],[1,1],[0,1],[1,-1],[2,1],[1,0],[2,2],[2,1],[1,2],[1,1],[0,1],[0,2],[0,1],[-1,0],[0,1],[-1,1],[0,1],[1,1],[1,0],[1,0],[1,1],[0,1],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[1,1],[2,1],[1,2],[1,1],[1,1],[0,1],[1,2],[0,1],[1,1],[1,1],[1,1],[2,1],[2,1],[2,2],[1,1],[1,0],[1,0],[2,0],[2,0],[0,-1],[2,0],[1,1],[-1,2],[-1,1],[-3,0],[-2,1],[-2,0],[-2,-1],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-2],[1,0],[1,0],[0,-1],[-2,-2],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-2],[0,-4],[0,-1],[0,-2],[0,-2],[0,-2],[0,-3],[0,-1],[0,-3],[0,-1],[0,-3],[-1,-1],[0,-1],[-1,0],[-2,-1],[-2,-1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[0,-1],[1,-1],[0,-3],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[-2,0],[-1,-1],[-1,0],[-1,0],[0,1],[0,4],[0,1],[1,1],[1,0],[2,0],[1,0],[1,1],[1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-2,-1],[-2,1],[-1,-2],[0,-1],[-1,-3],[0,-1],[-1,-1],[-1,1],[0,2],[1,1],[-1,2],[0,2],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-3],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-2,-1],[-2,0],[-2,-1],[-1,0],[1,0],[1,1],[0,1],[1,1],[0,1],[-2,1],[0,1],[-1,0],[-3,0],[-1,0],[-1,0],[-1,0],[0,1],[1,2],[0,1],[1,2],[0,1],[1,1],[0,1],[0,1],[1,1],[0,2],[1,1],[1,1],[1,1],[0,1],[-1,1],[-2,-3],[0,-1],[-1,0],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,1],[1,1],[0,2],[1,0],[1,2],[0,1],[0,2],[0,1],[-1,1],[1,1],[2,0],[1,0],[2,2],[1,1],[1,1],[1,1],[2,2],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,-1],[-2,-2],[-2,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,0],[0,-1],[-1,0],[0,-2],[0,-1],[-1,-1],[-1,-2],[-2,0],[0,3],[1,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[1,2],[0,2],[0,1],[0,2],[1,1],[1,0],[0,1],[1,2],[1,3],[1,2],[2,1],[2,0],[1,0],[2,-1],[1,0],[1,-1],[2,1],[1,0],[0,1],[1,0],[1,1],[2,1],[0,1],[1,0],[0,1],[2,0],[2,1],[2,-1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-2,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,2],[0,1],[1,1],[1,2],[1,2],[1,1],[1,2],[0,1],[0,1],[0,2],[-1,1],[0,3],[0,1],[1,1],[1,0],[1,0],[1,-1],[2,0],[3,-1],[1,-1],[1,0],[1,0],[2,-1],[1,0],[2,0],[1,1],[1,1],[-1,1],[0,1],[0,2],[1,2],[0,2],[0,1],[0,1],[-2,-2],[0,-1],[-1,-1],[-1,-3],[-1,0],[-2,-1],[-1,1],[-2,0],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,1],[0,-1],[-1,0],[-3,1],[0,2],[0,2],[1,2],[0,1],[1,2],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,-2],[-1,0],[0,-2],[-1,0],[0,-2],[0,-1],[-1,0],[-1,0],[-4,0],[-2,1],[-1,0],[0,1],[1,3],[1,1],[1,1],[0,2],[0,1],[1,3],[0,2],[0,1],[0,3],[-1,0],[0,-1],[-1,-2],[-1,-3],[0,-1],[-1,-1],[0,2],[0,2],[0,1],[1,1],[-1,0],[0,1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-2],[0,-1],[-1,-2],[-1,-3],[0,-1],[-1,-1],[0,1],[-1,0],[0,1],[1,1],[0,1],[-2,-1],[-1,0],[0,-1],[0,-2],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[0,2],[0,1],[0,1],[1,2],[0,2],[0,1],[1,2],[1,1],[1,1],[1,0],[2,3],[1,0],[-1,2],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-2,-2],[0,-2],[-2,0],[0,2],[0,1],[-1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-2],[0,-1],[-2,-2],[-1,-1],[-1,-1],[-1,0],[0,-2],[-2,-2],[0,1],[1,2],[1,1],[-1,1],[0,-1],[-1,0],[-1,0],[1,3],[1,1],[2,2],[1,2],[1,1],[0,1],[-1,1],[0,-1],[-2,-1],[-1,-2],[-2,0],[1,1],[0,2],[-1,0],[-1,2],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,1],[-1,1],[0,-1],[-2,-1],[-1,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[1,1],[1,0],[1,0],[1,0],[1,1],[2,1],[-1,1],[-1,1],[1,1],[1,1],[1,1],[1,1],[1,1],[1,1],[1,1],[1,0],[1,0],[2,1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,1],[1,1],[2,1],[1,2],[1,1],[1,1],[1,0],[1,0],[1,-1],[1,-1],[1,0],[1,1],[1,-2],[1,0],[1,0],[2,2],[2,1],[1,1],[2,2],[0,1],[2,2],[2,1],[0,1],[2,1],[1,2],[1,1],[2,1],[1,1],[1,0],[2,1],[2,1],[2,0],[1,0],[1,0],[2,0],[1,0],[3,1],[2,0],[1,1],[2,1],[1,0],[1,0],[2,0],[1,0],[2,0],[1,1],[1,0],[2,0],[2,1],[2,0],[2,0],[1,0],[1,2],[0,1],[-1,3],[-2,1],[-1,0],[-1,0],[-2,-1],[-3,-1],[-2,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,0],[0,1],[1,1],[1,1],[2,2],[1,1],[0,1],[1,0],[1,1],[1,0],[1,0],[1,0],[0,-1],[3,2],[1,0],[1,0],[1,2],[1,1],[0,1],[2,1],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[-1,2],[-1,1],[0,1],[0,1],[1,1],[1,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-2,-2],[-1,-2],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-2,0],[0,1],[-1,0],[-1,0],[-1,-1],[-2,-2],[-1,-2],[-1,-1],[-2,-2],[-1,-1],[0,-1],[-2,-1],[-2,-2],[-1,-1],[-2,-1],[-1,0],[-1,0],[-2,-1],[-2,-1],[-2,0],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,1],[-2,0],[-2,0],[-2,1],[-1,0],[1,1],[1,0],[-1,1],[-1,0],[-2,-1],[2,-1],[0,-1],[1,0],[1,0],[1,0],[1,-1],[1,-1],[0,-1],[-1,0],[-2,-2],[-1,-2],[-1,0],[-2,-1],[-3,-1],[-1,0],[-1,-1],[0,1],[0,3],[1,0],[1,0],[1,0],[1,1],[-1,1],[-1,2],[0,1],[0,1],[0,1],[-1,2],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,1],[-1,0],[-1,0],[-2,0],[-1,1],[-2,0],[-1,0],[0,3],[-1,3],[1,0],[1,2],[1,1],[1,1],[0,1],[0,1],[1,0],[3,-1],[1,2],[1,1],[0,1],[2,0],[1,-1],[1,0],[1,0],[1,1],[2,0],[2,-1],[1,1],[1,0],[0,1],[0,1],[1,0],[1,0],[1,-1],[1,1],[1,0],[1,1],[1,0],[0,1],[-1,1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,0],[-1,0],[0,1],[-2,-1],[-1,0],[-2,0],[0,-1],[-1,0],[-1,-1],[-1,1],[-2,2],[0,1],[1,3],[0,1],[-1,0],[-1,-3],[0,-3],[-2,-1],[-1,1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-1,-1],[-2,-1],[-2,2],[-1,2],[-1,1],[1,1],[0,2],[1,2],[0,2],[0,1],[1,0],[1,1],[2,1],[1,0],[1,-1],[1,0],[1,0],[-1,2],[-1,0],[-2,-1],[-2,-1],[-2,1],[0,1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,-1],[1,0],[1,-1],[1,2],[-1,0],[1,2],[1,1],[1,0],[1,0],[1,0],[1,-1],[1,0],[2,-2],[1,-1],[1,0],[1,0],[0,1],[1,1],[1,1],[1,1],[1,0],[2,-1],[2,0],[1,0],[1,0],[2,-1],[1,0],[1,-1],[1,-2],[0,-1],[1,0],[2,1],[1,0],[1,-1],[0,-1],[1,-2],[1,-1],[1,1],[1,0],[2,1],[1,1],[1,1],[0,1],[1,0],[3,1],[1,0],[1,1],[1,-1],[1,0],[1,1],[2,1],[1,-1],[1,0],[1,1],[1,0],[1,1],[1,0],[2,1],[1,0],[2,0],[2,1],[1,0],[2,2],[0,1],[1,3],[1,3],[1,0],[2,0],[1,0],[1,0],[1,1],[1,0],[-1,1],[-2,1],[-1,1],[-1,1],[-2,0],[-1,0],[-2,2],[0,-1],[-1,-2],[-1,-3],[0,-1],[0,-1],[-2,-1],[-1,0],[-3,-1],[0,-1],[-3,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,1],[-2,0],[-2,0],[0,-1],[-1,0],[-1,0],[0,4],[1,1],[1,0],[2,1],[1,2],[0,1],[0,1],[1,1],[1,1],[0,3],[-2,-2],[-1,-2],[0,-1],[-1,-1],[-1,0],[-3,0],[0,1],[-1,0],[0,2],[-1,-1],[0,-1],[0,-2],[-2,-2],[-1,-2],[-1,1],[-2,0],[0,1],[1,2],[1,1],[0,2],[0,1],[-1,3],[-1,2],[0,1],[1,2],[0,2],[1,1],[0,1],[-1,-1],[-1,1],[-1,1],[0,3],[0,1],[0,1],[0,2],[1,1],[0,1],[0,1],[0,1],[1,0],[2,0],[1,0],[1,1],[0,1],[1,1],[0,1],[1,0],[1,0],[1,0],[1,-1],[1,1],[1,1],[0,2],[1,0],[1,2],[1,1],[1,0],[1,0],[1,0],[1,-1],[1,-1],[2,-1],[0,1],[-1,1],[-1,1],[0,1],[0,1],[-1,1],[-2,2],[0,1],[0,3],[0,1],[0,1],[1,1],[2,1],[1,2],[2,1],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-2,-1],[-2,-1],[0,-1],[-2,-3],[-1,0],[0,-1],[0,-1],[-1,-2],[-2,-3],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,1],[-1,0],[-1,1],[-1,0],[-2,0],[0,-1],[-2,-1],[-1,-1],[-1,0],[-2,0],[1,2],[0,3],[1,1],[1,1],[0,1],[0,1],[0,1],[1,2],[1,2],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[0,2],[0,1],[-1,0],[0,1],[-2,2],[-1,2],[0,2],[0,3],[0,2],[1,4],[1,2],[1,1],[1,0],[1,1],[0,1],[0,1],[2,0],[1,-1],[0,-1],[1,0],[2,0],[1,1],[2,0],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[0,1],[1,2],[1,1],[0,1],[1,0],[0,-1],[1,1],[1,0],[2,1],[0,1],[2,2],[0,1],[1,2],[0,1],[0,1],[-1,1],[0,1],[1,3],[1,2],[0,2],[1,0],[1,1],[0,1],[0,1],[2,2],[1,4],[0,1],[1,0],[2,1],[1,0],[2,1],[1,0],[2,1],[1,0],[0,-1],[1,-1],[2,-1],[1,0],[1,-1],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,3],[1,1],[0,2],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-2,0],[-2,-1],[-2,-1],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,-2],[-1,-3],[-1,-1],[0,-1],[0,-3],[1,-2],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[0,-2],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[-1,-2],[0,-2],[-1,-1],[-1,-2],[-1,-2],[0,-1],[1,-1],[0,-2],[0,-1],[0,-4],[0,-4],[0,-2],[0,-1],[1,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[0,-3],[0,-3],[0,-2],[-1,-1],[-1,-1],[-1,-3],[0,-3],[-1,-2],[-1,-1],[-1,0],[0,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,3],[-2,1],[-1,1],[-1,1],[-1,2],[-2,1],[0,2],[0,1],[1,0],[1,0],[0,1],[1,3],[1,1],[2,3],[0,1],[0,1],[0,1],[0,1],[1,4],[1,1],[0,2],[0,1],[1,2],[1,2],[1,3],[0,1],[1,3],[1,2],[2,2],[1,2],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[1,-1],[1,0],[1,1],[0,1],[-1,1],[-2,0],[-1,1],[-1,1],[0,1],[-1,0],[-2,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[0,-1],[-1,0],[-2,-1],[-1,-2],[-1,0],[0,-2],[0,-1],[0,-2],[1,-3],[-1,-1],[0,-3],[-1,-1],[0,-3],[-1,-1],[-1,-2],[0,-2],[-1,-1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-2,1],[-1,1],[1,1],[1,2],[0,1],[-2,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,1],[1,1],[0,1],[1,0],[0,2],[1,3],[-1,0],[-1,-1],[-1,0],[1,2],[0,3],[0,1],[0,1],[1,2],[2,1],[1,1],[1,1],[0,2],[0,1],[-1,1],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[1,2],[0,1],[1,3],[0,2],[0,2],[1,2],[1,0],[1,0],[1,1],[2,2],[1,0],[0,1],[0,1],[0,1],[-1,0],[-2,0],[-1,-1],[-2,-1],[-1,0],[-2,1],[0,1],[-1,1],[1,2],[1,1],[1,0],[2,0],[1,0],[2,1],[1,1],[1,0],[0,1],[1,1],[0,1],[2,1],[1,0],[1,0],[1,1],[2,1],[1,2],[1,0],[1,0],[2,0],[2,-1],[3,-1],[1,0],[0,1],[2,0],[1,1],[1,2],[1,1],[1,0],[0,1],[0,1],[0,1],[1,1],[1,2],[0,2],[1,0],[1,2],[1,0],[1,1],[1,0],[1,1],[2,2],[0,1],[1,0],[1,1],[0,1],[0,1],[0,2],[1,0],[0,3],[1,0],[1,0],[0,-1],[2,0],[3,-1],[2,1],[1,1],[1,1],[3,2],[0,1],[1,0],[1,0],[0,1],[0,2],[0,1],[0,1],[-1,0],[-2,1],[-1,-1],[-2,-1],[-2,-2],[-1,-2],[-2,0],[0,1],[0,1],[-1,1],[0,1],[-2,2],[-1,1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,2],[1,1],[0,2],[0,1],[0,1],[0,1],[1,1],[1,1],[0,2],[1,1],[0,3],[1,1],[0,1],[1,2],[0,1],[0,1],[0,1],[-1,-1],[-1,-1],[-1,-2],[-1,-3],[-1,-2],[-1,-2],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-2,-1],[0,1],[0,1],[-1,2],[-1,1],[0,1],[0,1],[1,3],[0,1],[1,1],[1,3],[0,3],[1,3],[1,3],[1,2],[-1,1],[1,2],[0,3],[1,2],[0,1],[1,2],[1,2],[0,1],[1,2],[1,1],[0,1],[0,1],[0,1],[-1,1],[-2,1],[0,-2],[-2,-2],[-1,-1],[-2,-3],[0,-1],[-1,-3],[-1,-3],[0,-2],[0,-3],[0,-3],[-1,0],[0,-4],[-1,-1],[-1,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-4],[0,-4],[1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[-1,-3],[-1,-1],[-2,0],[-2,1],[-2,1],[-1,1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-2,-2],[-2,-1],[-2,-1],[-2,0],[0,-1],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[1,2],[2,1],[0,1],[1,0],[1,0],[2,-1],[3,1],[1,1],[0,1],[0,1],[-1,1],[-1,0],[-1,1],[-2,0],[-2,1],[0,1],[0,3],[1,3],[0,1],[0,2],[1,4],[0,1],[0,2],[0,1],[-1,0],[0,-1],[-2,-2],[-1,0],[-1,-1],[1,-3],[-1,-2],[0,-2],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-2,-2],[-1,-2],[0,-2],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-2,1],[1,-1],[1,0],[0,-1],[1,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-2,0],[-1,0],[-2,-1],[-2,-2],[-1,1],[-1,2],[-1,2],[-1,1],[-1,0],[-1,2],[-1,1],[-1,0],[0,2],[0,1],[0,3],[0,1],[1,1],[1,0],[2,1],[1,0],[2,0],[1,-1],[1,1],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[1,1],[1,0],[1,2],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[1,1],[2,0],[1,0],[2,-1],[1,0],[1,0],[1,1],[1,1],[0,1],[1,1],[2,0],[2,1],[1,0],[0,1],[1,0],[1,0],[2,0],[1,1],[-1,2],[0,1],[-3,1],[0,1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-2,-1],[-1,0],[0,-1],[-1,-2],[-1,0],[-2,0],[-1,0],[-1,0],[-1,3],[0,1],[-1,0],[-1,-1],[-1,0],[0,1],[-1,1],[0,1],[1,1],[1,0],[1,2],[0,1],[-3,-1],[-2,-2],[0,-1],[0,-1],[-1,0],[-2,2],[0,1],[0,2],[1,1],[1,1],[0,1],[0,1],[-1,-1],[-1,0],[-1,1],[-1,1],[0,1],[1,1],[1,0],[2,0],[1,0],[1,0],[2,0],[2,-1],[2,1],[1,0],[2,1],[1,0],[1,0],[1,-1],[2,-1],[1,-2],[2,-2],[2,-1],[2,-1],[1,0],[2,0],[1,0],[2,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,-1],[2,-1],[1,-1],[1,0],[1,0],[1,1],[-1,1],[-2,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,2],[-1,0],[-1,2],[-1,1],[1,1],[1,2],[0,1],[2,1],[1,0],[1,0],[1,0],[1,0],[1,1],[0,1],[2,1],[1,0],[2,0],[1,0],[0,1],[0,1],[-1,2],[-1,2],[1,2],[0,2],[0,1],[1,2],[1,1],[0,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[1,2],[0,1],[0,3],[0,2],[0,2],[0,2],[-1,2],[1,1],[1,0],[0,-1],[1,0],[1,1],[-1,1],[-1,1],[-2,1],[-1,0],[-2,0],[0,-1],[-1,0],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-2],[-1,-2],[-1,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[-1,1],[-1,1],[-1,0],[0,1],[-1,0],[-2,-1],[-3,0],[-1,0],[-1,1],[0,2],[-1,0],[-3,-1],[-1,-1],[-2,0],[-1,0],[-2,0],[-1,0],[-2,0],[-2,0],[-1,-1],[-1,1],[0,1],[1,0],[2,0],[1,1],[1,1],[1,1],[2,0],[1,1],[1,1],[1,1],[1,2],[0,2],[1,2],[0,1],[0,3],[1,4],[0,2],[0,1],[0,2],[0,1],[1,0],[1,1],[1,0],[2,-1],[1,0],[1,0],[2,1],[1,1],[0,1],[0,1],[2,2],[1,1],[1,0],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,-2],[1,1],[2,0],[2,-1],[2,-1],[1,0],[1,1],[1,1],[-1,1],[1,1],[1,1],[1,1],[0,1],[0,1],[1,1],[0,2],[1,1],[0,2],[0,1],[0,-1],[-1,0],[-1,-1],[-1,1],[0,-1],[-2,-2],[0,-2],[-1,-1],[-1,-2],[0,-1],[-1,1],[-1,2],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,1],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,2],[-1,1],[0,2],[1,3],[1,2],[0,1],[0,1],[1,3],[1,3],[1,3],[0,1],[0,1],[-1,-1],[-1,-1],[0,-1],[0,-2],[-1,0],[0,-2],[-1,1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-3],[0,-3],[-1,-3],[0,-2],[-2,0],[-2,1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,-1],[-1,1],[-1,1],[-1,0],[-1,0],[-2,0],[0,-1],[1,-1],[-1,0],[-2,-1],[-2,0],[-2,0],[-2,0],[-1,0],[-1,-1],[-1,-1],[-2,1],[-1,0],[-1,2],[1,2],[1,0],[1,0],[1,1],[1,0],[2,2],[2,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[1,1],[-1,0],[-1,0],[-1,-2],[1,-3],[0,-1],[-1,-3],[-1,-1],[-1,0],[-1,1],[0,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[0,2],[0,3],[0,1],[-1,4],[0,1],[0,3],[0,3],[-1,7],[1,1],[0,3],[1,1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,2],[0,1],[-1,2],[-1,0],[0,1],[0,1],[0,1],[2,0],[1,-1],[2,0],[1,0],[1,0],[2,0],[2,-1],[1,0],[0,1],[2,-1],[1,-1],[1,-1],[2,-1],[2,-1],[1,0],[1,-1],[1,0],[1,-1],[2,0],[0,1],[1,0],[2,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,-1],[-2,1],[-1,0],[0,2],[-1,1],[0,1],[0,1],[-2,2],[-1,2],[0,2],[0,1],[-1,1],[-1,-2],[-1,-1],[-1,0],[1,2],[2,2],[0,1],[1,1],[1,0],[3,1],[1,0],[1,1],[2,1],[1,0],[0,1],[2,2],[0,1],[0,1],[-1,0],[-3,-2],[-1,0],[-2,-2],[-1,0],[-4,-2],[-1,2],[0,1],[-1,1],[0,3],[1,1],[-1,1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-2],[2,-2],[1,-2],[0,-2],[0,-2],[-1,-3],[-1,-1],[-2,0],[-1,0],[-2,1],[-1,1],[-1,0],[0,-1],[-1,0],[-2,0],[-2,0],[-1,1],[0,-1],[-1,-2],[1,0],[1,0],[1,0],[1,-2],[1,-1],[-1,-2],[-2,-1],[-1,-1],[-1,-1],[0,-2],[0,-2],[0,-4],[-1,-1],[0,-3],[-1,0],[-2,1],[-1,1],[-3,-2],[-1,-1],[-3,0],[0,1],[-1,1],[0,1],[0,1],[-1,1],[-1,1],[0,2],[-1,0],[0,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[0,2],[-1,1],[-1,1],[-2,0],[-2,1],[-1,1],[-1,0],[1,3],[0,2],[0,1],[-1,-3],[0,-1],[-1,0],[0,1],[0,1],[0,2],[0,4],[0,3],[-1,2],[-1,2],[-1,2],[-1,2],[-1,1],[-2,1],[-2,1],[-1,1],[0,1],[0,1],[-1,1],[-1,1],[0,4],[1,1],[1,1],[0,2],[0,2],[0,1],[-1,0],[0,2],[0,1],[1,0],[0,1],[1,0],[0,1],[1,2],[-1,2],[0,1],[1,1],[-1,2],[0,1],[1,1],[0,1],[0,1],[1,1],[0,4],[0,1],[0,1],[1,3],[1,1],[1,1],[1,2],[1,2],[1,1],[0,1],[0,1],[-1,0],[0,1],[1,3],[1,1],[0,1],[0,1],[-1,0],[0,2],[-1,1],[1,0],[0,1],[0,-1],[1,0],[2,0],[0,-1],[1,0],[0,-2],[0,-1],[2,-1],[1,-1],[2,-1],[1,0],[1,-2],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,0],[1,0],[1,1],[1,1],[0,1],[0,2],[0,2],[2,2],[1,3],[0,1],[-1,1],[0,2],[1,2],[1,2],[2,2],[1,1],[0,2],[1,1],[0,2],[0,1],[1,3],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[0,-2],[0,-1],[-2,-2],[-1,-2],[-1,-2],[-1,-3],[0,-2],[0,-3],[-2,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[-1,-1],[-3,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,1],[-1,1],[-1,4],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,2],[-1,1],[-1,1],[0,1],[0,1],[1,1],[3,3],[0,1],[2,2],[0,-1],[1,-1],[1,0],[1,0],[0,1],[1,2],[0,1],[-1,0],[0,1],[0,1],[1,0],[0,1],[1,1],[0,1],[2,3],[0,1],[1,0],[1,1],[0,1],[0,1],[0,1],[0,3],[0,1],[1,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[1,2],[0,2],[1,1],[0,2],[2,1],[1,0],[1,1],[0,1],[2,3],[2,2],[1,1],[1,1],[2,2],[1,0],[1,1],[1,0],[1,1],[1,0],[0,1],[1,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,2],[0,1],[1,1],[0,2],[0,1],[0,2],[2,1],[1,0],[1,1],[0,1],[1,2],[0,2],[0,2],[-1,0],[0,-1],[-1,-1],[-1,-2],[-1,-3],[-1,1],[0,1],[0,1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,-3],[-1,-1],[0,-3],[0,-1],[0,-1],[-2,-1],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-2],[0,-1],[-1,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[0,2],[1,1],[0,2],[-2,2],[-1,0],[-2,-1],[0,-1],[0,-3],[1,-1],[1,0],[0,-1],[0,-1],[0,-2],[0,-2],[1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,-3],[-2,-3],[-2,-4],[-1,-2],[-1,-2],[-1,-2],[0,-1],[-1,-1],[-1,-1],[0,1],[-1,2],[0,1],[0,3],[0,3],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,2],[0,1],[0,2],[1,2],[1,0],[0,1],[0,1],[0,2],[0,1],[1,2],[0,1],[1,0],[0,1],[0,1],[1,4],[0,2],[2,1],[0,2],[-1,1],[-1,0],[0,2],[0,1],[2,1],[1,0],[0,1],[1,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[0,-1],[1,0],[0,1],[1,1],[1,1],[0,1],[1,1],[0,1],[1,1],[0,1],[1,2],[2,2],[1,4],[-1,1],[-1,1],[0,2],[1,1],[1,2],[1,0],[0,3],[0,2],[0,2],[0,1],[0,1],[2,1],[1,0],[2,0],[1,0],[0,1],[2,1],[2,1],[1,1],[1,0],[1,1],[1,0],[1,1],[2,1],[1,0],[1,0],[0,1],[0,1],[1,0],[1,0],[1,0],[1,1],[0,1],[1,1],[1,0],[1,0],[2,1],[2,1],[1,1],[1,1],[1,0],[2,1],[1,0],[1,0],[1,0],[0,1],[1,1],[0,1],[2,2],[1,1],[0,1],[1,1],[1,1],[0,1],[1,2],[1,2],[1,0],[1,1],[1,0],[1,1],[1,1],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,1],[-1,1],[-1,1],[-1,0],[-2,0],[-1,1],[0,-1],[0,-2],[0,-1],[-1,0],[-2,-3],[-2,-2],[-1,-2],[-1,-2],[-1,-2],[-1,0],[-1,-1],[-1,0],[-1,-2],[-1,-2],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-2,-2],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-2,0],[-2,-3],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[1,0],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-2],[-1,-2],[-1,-3],[-1,-2],[-2,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-4],[0,-2],[0,-3],[-1,0],[-1,-2],[0,-2],[-1,-2],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,3],[2,2],[-1,1],[-1,0],[0,1],[1,0],[2,-1],[1,2],[0,2],[0,4],[-1,1],[-1,2],[-1,0],[-1,1],[-1,2],[0,2],[0,1],[1,1],[0,2],[0,1],[0,2],[0,2],[1,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[1,2],[0,1],[0,1],[-1,2],[-1,2],[-1,1],[1,0],[0,1],[1,1],[1,2],[1,2],[1,1],[-1,1],[0,1],[1,2],[1,1],[1,3],[0,3],[1,1],[1,0],[1,0],[2,1],[0,2],[2,1],[2,3],[1,3],[0,1],[0,1],[-1,1],[0,1],[1,2],[0,1],[1,1],[2,0],[2,-1],[1,0],[1,2],[1,1],[0,1],[0,2],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-2,3],[-2,1],[0,1],[0,1],[0,2],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[1,2],[1,1],[1,0],[0,2],[1,1],[-1,0],[-2,-1],[-1,-2],[0,-1],[-1,0],[-1,1],[0,1],[-1,-1],[-2,-2],[0,-2],[1,-1],[2,-1],[2,0],[1,0],[1,0],[0,-1],[0,-1],[-1,-1],[0,-2],[1,-1],[0,-2],[0,-1],[0,-2],[-1,0],[0,-1],[0,-1],[0,-3],[0,-4],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-2,-1],[-1,-1],[-1,0],[-2,-1],[-2,-1],[-2,-2],[-2,-1],[-1,-1],[0,-2],[-2,0],[-1,-1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[1,4],[0,2],[0,2],[0,1],[-1,1],[-1,1],[-1,0],[-1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,2],[-1,3],[-1,0],[-2,-1],[-2,-2],[0,-1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[0,2],[0,1],[0,1],[2,0],[0,1],[2,1],[1,1],[1,0],[2,1],[2,0],[1,-1],[1,2],[2,1],[1,1],[0,2],[0,1],[0,2],[-1,1],[0,1],[-2,1],[0,1],[0,-1],[0,-2],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[0,3],[0,1],[1,1],[1,1],[0,2],[0,1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,1],[-1,0],[-1,0],[0,-1],[1,-2],[0,-3],[0,-1],[-1,-3],[0,-1],[-1,0],[-2,0],[0,-1],[-1,1],[-1,0],[0,1],[0,1],[1,0],[0,-1],[0,1],[0,1],[-2,1],[-1,0],[-1,0],[-1,2],[-1,1],[1,3],[0,1],[1,3],[1,1],[1,0],[1,0],[0,1],[-1,1],[0,1],[-1,1],[0,2],[0,1],[-2,2],[-1,3],[0,1],[1,0],[2,-1],[1,-1],[0,-1],[1,-2],[0,-2],[1,0],[0,1],[-1,3],[-1,2],[0,1],[0,2],[0,1],[1,0],[2,0],[0,-1],[2,-2],[1,-1],[1,0],[0,-1],[0,1],[0,2],[0,1],[-1,2],[-1,1],[-1,1],[0,1],[1,0],[2,1],[2,1],[2,0],[2,0],[1,1],[0,1],[0,1],[1,1],[1,1],[1,0],[1,1],[1,1],[1,0],[0,1],[0,1],[1,3],[-1,0],[-2,0],[-1,0],[-1,-2],[-1,1],[-1,1],[-1,2],[0,1],[1,0],[1,2],[1,1],[0,-1],[1,1],[0,1],[1,1],[2,1],[1,-1],[1,1],[1,1],[1,1],[1,0],[1,0],[1,1],[1,1],[1,1],[1,-1],[2,1],[2,0],[1,1],[0,1],[1,1],[1,1],[1,1],[1,1],[1,0],[1,-2],[2,1],[1,1],[1,1],[1,1],[1,0],[2,0],[1,0],[2,0],[2,0],[1,0],[2,0],[0,1],[3,0],[0,1],[-2,1],[-2,1],[-2,1],[-1,0],[-1,-1],[-3,-1],[-3,0],[-2,0],[-2,0],[-2,1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,1],[0,-1],[0,-1],[-1,-1],[0,-2],[-1,-2],[0,-1],[-1,-2],[-2,-2],[0,-1],[-1,0],[-2,-3],[0,-1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[0,1],[-2,2],[-1,1],[-1,0],[0,1],[1,0],[1,1],[1,0],[1,0],[0,2],[0,1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,2],[-1,1],[0,2],[0,2],[-1,0],[-1,1],[-1,0],[-1,-1],[-3,1],[0,-2],[-1,-2],[-1,-2],[-1,-2],[-1,0],[0,-1],[-1,0],[-1,2],[-1,2],[0,1],[0,2],[-1,0],[-1,-1],[-1,0],[0,-2],[0,-1],[-1,0],[-1,1],[-1,1],[-1,0],[0,-1],[0,-2],[-1,-1],[-1,0],[-3,0],[-1,1],[0,1],[0,1],[0,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-3],[-1,-2],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-3],[-1,0],[-1,1],[0,3],[-1,1],[-1,3],[0,3],[1,2],[0,1],[0,2],[0,1],[1,1],[1,3],[2,1],[1,1],[1,1],[1,1],[0,1],[1,3],[1,2],[1,1],[1,0],[1,0],[0,-2],[1,-2],[0,1],[0,1],[-1,2],[1,1],[1,3],[1,0],[1,0],[0,1],[1,0],[1,2],[0,2],[-1,3],[-1,1],[0,-2],[-1,-1],[-1,-1],[-1,0],[-2,-2],[-1,0],[-1,-1],[-1,-2],[0,-1],[-1,-2],[-2,-1],[-1,-2],[-1,-3],[-1,-3],[-2,-3],[-1,-3],[-1,-2],[-1,-1],[-1,-2],[0,-2],[-1,-2],[-2,-2],[0,-1],[-1,-1],[-1,0],[0,1],[-1,3],[0,1],[-1,2],[0,1],[1,2],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,-2],[0,-3],[0,-3],[1,-1],[0,-1],[-1,-2],[-1,1],[0,3],[0,1],[0,2],[0,1],[-1,0],[-1,1],[0,1],[-1,3],[0,1],[0,1],[0,1],[1,1],[0,1],[0,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[2,2],[1,3],[0,1],[1,2],[1,2],[0,1],[1,0],[1,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,1],[1,0],[0,1],[2,0],[1,0],[1,-2],[0,-1],[0,-1],[0,-1],[1,1],[-1,4],[0,2],[-1,1],[-1,1],[-2,1],[-1,0],[-1,0],[-2,-1],[0,-1],[-1,0],[0,-2],[0,-1],[-1,-1],[-1,-1],[-2,0],[-1,1],[-1,1],[0,1],[0,2],[1,3],[1,2],[0,1],[1,1],[1,0],[0,-1],[0,-2],[0,-1],[1,1],[2,1],[2,2],[0,3],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-2,1],[-1,0],[0,1],[0,1],[-2,1],[0,1],[1,1],[0,1],[0,2],[0,2],[1,1],[1,1],[0,2],[-1,2],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[2,1],[0,1],[2,0],[1,1],[1,0],[2,0],[2,1],[1,-1],[1,0],[0,-1],[1,1],[1,0],[2,1],[1,0],[2,0],[2,-1],[1,0],[1,1],[1,1],[1,-1],[1,0],[2,0],[1,0],[1,0],[1,1],[1,1],[1,0],[1,0],[2,-1],[1,1],[2,1],[1,0],[2,1],[2,0],[2,1],[2,1],[2,-1],[2,-2],[0,-1],[1,0],[2,0],[1,0],[0,1],[2,1],[1,0],[1,1],[1,0],[1,-1],[1,0],[1,0],[1,1],[1,1],[2,0],[1,0],[1,0],[0,1],[-2,0],[-1,1],[0,1],[1,2],[0,1],[1,1],[1,0],[1,-1],[1,0],[1,1],[1,2],[0,1],[1,0],[2,1],[2,0],[2,0],[1,-1],[1,-1],[2,-1],[1,-2],[1,0],[1,1],[0,1],[2,0],[1,-1],[2,-2],[2,-1],[2,-1],[2,0],[2,0],[1,-1],[1,0],[1,1],[0,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-2,0],[-4,2],[-1,1],[-1,1],[-2,2],[-2,1],[-2,2],[-1,0],[-2,1],[-1,1],[-1,0],[-1,0],[-2,0],[-3,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-2],[-2,-1],[-1,1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-2,-2],[-1,-1],[-2,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-2,1],[0,1],[-2,0],[-1,0],[-3,-2],[-1,-1],[-2,0],[-2,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[0,2],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,-2],[-1,-2],[0,-1],[-2,-3],[-1,0],[-2,0],[-2,1],[-2,0],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-2,1],[-1,0],[-1,1],[-1,1],[-1,0],[0,1],[0,1],[1,2],[1,1],[1,2],[1,0],[2,-1],[2,-1],[1,0],[1,1],[1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,1],[-1,3],[1,1],[1,2],[0,1],[1,1],[0,2],[-1,3],[1,2],[1,1],[0,1],[0,1],[0,1],[1,2],[1,1],[1,1],[0,1],[-1,1],[-1,1],[0,-1],[-1,0],[-2,1],[0,1],[0,1],[-1,0],[0,-1],[1,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-1,-3],[0,-2],[0,-2],[-1,-1],[-1,1],[-1,-2],[1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,-2],[1,-1],[-1,-2],[-1,0],[-1,-1],[1,-2],[-1,-2],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[-2,0],[-1,1],[-2,2],[-1,1],[-1,1],[0,1],[1,-1],[2,0],[1,-1],[0,2],[-1,2],[1,2],[1,1],[1,1],[2,2],[1,-1],[0,1],[0,2],[0,1],[-2,1],[-1,2],[-1,2],[-1,1],[-1,0],[-2,0],[-1,-1],[-1,-1],[0,-2],[1,-1],[-1,0],[-1,1],[0,2],[-1,1],[0,2],[0,1],[0,1],[2,1],[2,1],[1,-1],[2,0],[-1,2],[0,1],[0,1],[0,3],[-1,2],[1,1],[1,1],[1,1],[1,1],[2,0],[2,0],[2,0],[2,0],[1,0],[0,1],[1,1],[1,2],[1,0],[0,1],[1,0],[2,-1],[2,-1],[0,1],[2,2],[2,1],[0,1],[1,1],[2,0],[0,-1],[1,-1],[2,1],[1,1],[1,0],[1,1],[2,0],[1,1],[1,1],[1,1],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[2,-1],[1,0],[0,1],[0,3],[0,3],[0,2],[0,1],[1,1],[0,1],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-2,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,1],[-1,0],[-1,-1],[-3,-1],[-2,-1],[-2,1],[-2,0],[-1,1],[0,1],[0,1],[0,1],[1,2],[-2,2],[-1,3],[0,2],[-1,2],[0,3],[0,2],[0,2],[0,3],[0,2],[2,3],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[1,1],[1,1],[0,2],[0,3],[0,2],[1,1],[2,-1],[1,-1],[2,-1],[1,-2],[2,-2],[2,-1],[1,0],[1,-1],[1,0],[1,-1],[2,-1],[1,0],[1,0],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-2],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,1],[1,1],[0,1],[2,1],[1,1],[1,2],[1,1],[1,0],[1,0],[1,0],[1,1],[0,1],[1,0],[1,0],[1,-1],[1,0],[1,1],[0,1],[0,1],[1,0],[1,1],[1,0],[2,0],[1,0],[1,1],[4,1],[1,1],[2,1],[2,0],[2,1],[1,0],[1,0],[1,1],[1,0],[2,0],[1,1],[2,0],[1,0],[1,0],[1,0],[-1,-2],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[2,0],[1,0],[0,2],[0,2],[1,4],[0,2],[1,2],[0,1],[1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,2],[-1,2],[-1,0],[-1,0],[-2,-2],[-2,-1],[-2,0],[-1,0],[-2,-1],[-2,0],[-1,0],[-2,0],[-1,-1],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,1],[1,1],[1,1],[-1,1],[-1,0],[-1,-1],[-2,-3],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-2,-1],[-1,0],[-1,1],[-2,-1],[0,-1],[-2,-1],[-1,0],[-3,0],[-2,0],[-2,0],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-2,1],[-1,0],[-1,1],[-1,2],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[0,2],[-1,2],[-1,0],[-2,0],[-1,-1],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-2],[-2,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,-1],[-1,-1],[1,-2],[0,-1],[-2,-1],[-2,0],[0,-1],[1,-1],[1,-2],[-1,0],[-1,0],[-2,1],[0,-2],[0,-1],[1,0],[1,1],[1,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[0,-3],[1,-1],[0,-3],[2,-2],[0,-1],[1,-1],[1,-1],[-1,-1],[0,-2],[-1,-1],[-1,0],[-1,-2],[-2,-1],[-1,0],[-2,0],[0,1],[-1,2],[1,2],[0,1],[-1,1],[0,1],[-1,0],[-3,1],[-1,2],[-1,2],[-1,1],[-2,1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-2,1],[-1,2],[-1,0],[-1,1],[-1,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[-2,0],[0,1],[-1,0],[-1,1],[0,2],[0,1],[0,1],[1,1],[2,0],[1,0],[0,1],[1,0],[-1,1],[-1,2],[-1,3],[0,1],[0,1],[1,1],[0,2],[1,2],[1,0],[1,-3],[1,-1],[1,-2],[0,-2],[1,-1],[1,0],[-2,3],[-1,3],[-1,1],[-1,1],[0,3],[1,1],[1,0],[1,0],[1,0],[1,3],[1,1],[0,2],[1,2],[0,1],[1,-1],[1,1],[2,1],[1,2],[1,1],[1,2],[1,1],[1,1],[0,1],[-1,1],[-1,-1],[-1,-1],[-1,-2],[-2,-3],[-2,-2],[-1,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,1],[0,2],[-1,2],[-1,1],[0,1],[0,2],[-1,1],[-1,0],[-1,2],[-1,0],[0,2],[0,1],[-1,1],[-2,0],[-1,1],[-3,1],[-2,2],[-1,1],[1,0],[1,0],[0,1],[-1,1],[-1,1],[-1,0],[0,-1],[-1,0],[0,1],[-2,1],[0,2],[0,1],[0,1],[0,1],[1,1],[1,0],[2,-1],[1,0],[1,2],[2,2],[1,1],[1,0],[0,1],[1,-1],[1,0],[0,1],[1,0],[1,0],[1,1],[1,0],[1,0],[1,1],[1,0],[1,1],[2,1],[1,0],[0,2],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,1],[-1,1],[-1,1],[-1,-2],[-2,-1],[-1,-1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[-1,0],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[0,1],[1,2],[0,2],[0,2],[0,4],[0,2],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[2,2],[0,1],[2,1],[1,1],[2,1],[2,0],[1,2],[2,0],[1,1],[-1,1],[0,1],[0,1],[2,0],[1,0],[1,-1],[1,0],[1,-2],[1,-1],[1,0],[2,-2],[1,0],[1,0],[1,-1],[0,-1],[-1,-1],[-1,0],[1,-1],[0,-1],[1,0],[2,2],[2,0],[2,1],[2,-1],[1,0],[1,0],[0,1],[-1,2],[0,1],[1,2],[0,1],[2,1],[-1,1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[0,-1],[-1,1],[-2,0],[-1,1],[-1,2],[-1,1],[-1,1],[0,1],[2,0],[2,-1],[1,0],[0,1],[1,1],[0,1],[1,1],[1,0],[1,0],[1,-1],[1,0],[1,0],[2,0],[2,0],[2,1],[1,1],[1,1],[1,1],[-1,2],[-2,-1],[0,1],[0,2],[0,1],[1,3],[1,1],[1,1],[0,1],[1,1],[2,3],[1,1],[1,0],[0,2],[1,1],[1,1],[1,0],[1,0],[1,2],[-1,1],[1,1],[1,1],[1,1],[1,0],[2,1],[2,1],[2,1],[3,1],[1,0],[1,1],[1,1],[1,2],[3,0],[1,-1],[1,0],[1,-1],[0,1],[-2,1],[-1,0],[-1,0],[-1,0],[0,1],[1,1],[1,0],[2,3],[1,0],[1,0],[1,0],[1,1],[-1,2],[-1,0],[-1,0],[0,-1],[-1,0],[-1,1],[-1,1],[0,-1],[-1,-1],[-2,-1],[-2,-2],[-1,-1],[-2,-2],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,1],[-1,-1],[-1,0],[-2,-2],[-1,-2],[-2,-1],[-2,-1],[-2,-2],[-1,-1],[0,-1],[-1,-3],[-2,-3],[-2,-3],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,2],[-1,1],[0,1],[0,1],[0,3],[0,1],[-1,-1],[-1,-2],[0,-1],[0,-1],[1,-1],[2,-3],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-2,0],[-1,1],[-1,-1],[-2,0],[-1,0],[-1,0],[-2,0],[0,-1],[0,-2],[-1,0],[-1,0],[-3,0],[0,2],[0,1],[1,1],[0,1],[0,1],[-1,3],[-1,1],[-1,1],[0,1],[0,2],[0,2],[1,3],[0,1],[1,0],[1,-2],[1,-1],[1,-1],[1,-1],[1,-1],[2,0],[1,2],[-1,0],[0,1],[0,2],[-1,4],[0,1],[-1,2],[0,1],[0,1],[1,2],[1,0],[1,0],[1,-1],[1,-1],[0,1],[0,1],[1,1],[-1,1],[0,1],[-1,1],[-2,1],[-1,1],[0,3],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,2],[-1,1],[-1,1],[-2,0],[0,2],[0,3],[0,3],[1,1],[0,1],[1,0],[1,0],[0,-1],[2,-1],[1,-1],[1,-1],[1,-1],[0,-1],[2,1],[0,1],[-1,1],[0,2],[-1,2],[-1,2],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-1,-2],[-2,-2],[0,-1],[-1,-3],[0,-1],[-1,0],[-1,0],[-1,2],[-2,1],[-1,3],[-1,1],[0,1],[0,1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,1],[-2,1],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[0,1],[0,-1],[-1,0],[-1,1],[0,1],[1,1],[0,2],[1,1],[1,1],[0,1],[2,2],[1,0],[2,2],[1,1],[1,1],[1,0],[1,-1],[1,-1],[1,0],[2,0],[2,0],[1,1],[2,0],[1,0],[1,-1],[1,0],[1,0],[1,-1],[2,-2],[1,-1],[2,-1],[1,-1],[0,-1],[1,0],[0,-1],[2,-1],[2,-1],[2,0],[1,0],[0,1],[1,2],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,2],[-1,1],[0,1],[-1,1],[-1,2],[-1,0],[-2,-1],[0,1],[-1,2],[0,1],[1,1],[2,1],[1,0],[1,0],[2,0],[2,0],[1,0],[1,1],[1,1],[2,1],[1,1],[1,1],[0,1],[3,1],[1,0],[1,0],[1,0],[2,0],[1,1],[2,1],[1,1],[1,1],[1,1],[1,0],[1,-1],[1,0],[0,1],[1,0],[1,1],[3,-1],[1,-1],[0,-1],[1,-2],[0,-1],[1,0],[1,0],[1,1],[0,1],[1,1],[1,0],[0,1],[0,2],[2,2],[1,1],[2,1],[2,0],[1,0],[0,-1],[1,-1],[0,-1],[3,-1],[1,-1],[1,1],[1,0],[1,1],[0,1],[0,1],[0,2],[1,2],[0,2],[1,0],[1,1],[1,0],[1,0],[2,1],[3,1],[0,1],[1,2],[0,1],[1,1],[1,1],[1,2],[2,2],[0,1],[1,2],[1,1],[0,2],[0,1],[0,1],[1,0],[1,1],[1,-1],[1,0],[2,-1],[1,0],[0,-3],[1,-1],[1,-2],[2,-1],[0,-1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,0],[1,-1],[1,0],[1,1],[1,0],[0,1],[2,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[1,0],[2,1],[1,1],[1,1],[0,3],[1,2],[0,1],[1,1],[1,1],[1,0],[0,-1],[1,0],[2,-1],[1,0],[1,1],[1,1],[1,1],[2,1],[1,2],[1,1],[1,2],[1,1],[0,1],[1,-1],[2,1],[0,1],[0,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[2,0],[2,-1],[2,-1],[2,-1],[2,0],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-3],[0,-1],[0,-1],[1,-2],[1,-1],[1,-2],[1,-1],[1,-1],[0,-1],[1,-3],[1,1],[0,1],[-1,1],[-1,2],[-1,2],[0,2],[-1,1],[0,1],[-1,2],[0,3],[1,1],[0,3],[0,2],[1,0],[1,0],[0,1],[0,1],[0,2],[0,1],[-1,3],[-1,2],[-1,0],[-2,0],[-2,0],[-1,0],[-2,3],[0,1],[0,1],[1,0],[1,0],[0,1],[0,2],[0,1],[0,1],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,-2],[-1,0],[-1,0],[-1,1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-2],[-2,-1],[-1,-1],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[0,1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,-1],[-2,0],[0,-1],[-1,1],[0,1],[-1,0],[1,1],[0,1],[1,0],[0,2],[1,2],[0,2],[0,1],[1,1],[1,1],[1,1],[0,2],[1,3],[1,2],[0,1],[0,2],[0,1],[1,1],[1,1],[1,1],[1,0],[2,2],[0,1],[1,1],[0,2],[0,2],[0,3],[0,2],[0,1],[0,2],[1,2],[0,1],[1,2],[0,1],[1,1],[1,1],[2,1],[1,0],[0,1],[0,1],[-1,1],[-2,-1],[-2,0],[-2,-2],[-1,-2],[-1,-3],[0,-1],[0,-2],[-1,-1],[-1,-1],[0,-1],[-2,-3],[0,-1],[-1,-2],[0,-1],[-1,-3],[-2,-1],[-2,-2],[0,-2],[-1,-3],[0,-1],[-1,0],[-1,1],[0,2],[-1,-3],[-1,-3],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-2,-2],[-1,-2],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[0,-1],[-1,0],[-1,-2],[0,-1],[-1,-3],[0,-2],[-1,-1],[0,-1],[0,-2],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-2,-1],[-1,0],[-2,-1],[-1,-1],[-1,-3],[0,-1],[-2,0],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[-1,0],[-2,-1],[-1,-1],[-2,-2],[-2,0],[-1,1],[-2,0],[-1,0],[-3,-1],[-2,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,1],[-1,1],[-1,0],[-3,0],[-2,1],[-2,0],[-1,1],[-1,-1],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[1,1],[0,1],[-1,0],[-1,-1],[-2,0],[-1,-1],[-1,0],[0,1],[-2,2],[-1,2],[-1,2],[0,1],[0,1],[0,1],[1,0],[1,1],[1,1],[1,1],[1,1],[1,1],[1,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[1,0],[0,1],[1,1],[1,1],[0,1],[1,1],[2,0],[1,0],[1,-1],[2,-1],[1,0],[2,-2],[2,-2],[1,0],[1,-1],[2,-2],[0,-1],[1,-1],[0,-1],[2,1],[0,2],[0,1],[-1,2],[0,1],[-1,1],[-1,2],[0,1],[-1,0],[-2,1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[-2,1],[-2,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-2],[-2,-1],[-1,-2],[-1,-2],[-1,-1],[-2,-2],[-1,-3],[-1,0],[-1,0],[-1,2],[0,1],[1,1],[0,1],[-1,2],[0,1],[0,2],[0,1],[0,1],[1,1],[0,2],[-1,0],[-1,2],[-1,1],[0,-1],[-1,-1],[0,-2],[-1,0],[0,1],[0,3],[0,-2],[-1,-2],[0,-1],[1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,2],[0,1],[1,2],[0,2],[2,2],[2,2],[0,1],[1,0],[0,-1],[2,0],[0,1],[0,1],[1,0],[0,1],[2,0],[1,0],[1,-1],[1,0],[1,0],[1,2],[2,2],[1,1],[1,0],[1,0],[0,-1],[2,-1],[0,-1],[1,0],[0,1],[1,1],[1,0],[1,0],[1,-1],[3,-1],[1,0],[1,0],[1,2],[1,1],[1,0],[2,1],[1,0],[1,0],[0,-1],[1,0],[1,-3],[0,-1],[0,-1],[1,-1],[1,-1],[0,-2],[1,0],[1,-1],[1,-1],[2,-1],[2,-1],[1,-1],[0,-1],[3,0],[2,-1],[2,1],[1,1],[2,1],[1,1],[1,1],[1,1],[1,1],[1,1],[1,2],[1,1],[1,1],[2,4],[1,1],[0,1],[0,1],[1,1],[1,2],[0,1],[2,2],[1,0],[1,0],[1,0],[1,-2],[1,-1],[1,0],[1,0],[1,-1],[1,-1],[2,-1],[1,-2],[1,-1],[1,0],[0,2],[1,1],[0,1],[1,1],[1,1],[1,0],[0,1],[2,1],[2,1],[1,1],[1,1],[0,1],[0,2],[-1,1],[-2,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-3,2],[-2,2],[-2,1],[-1,1],[0,1],[0,1],[0,1],[1,2],[1,1],[1,1],[1,0],[0,1],[2,4],[0,3],[1,2],[1,1],[0,2],[0,1],[1,3],[1,2],[0,2],[0,1],[0,2],[1,2],[1,2],[1,2],[1,1],[1,1],[1,2],[0,1],[-1,1],[0,2],[0,2],[2,1],[2,1],[1,0],[1,1],[2,1],[2,1],[2,2],[2,0],[1,0],[1,0],[1,-3],[1,-1],[0,-1],[0,-2],[0,-2],[1,-3],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,-1],[1,-1],[1,-1],[2,-1],[2,-1],[3,0],[1,1],[1,0],[1,0],[1,0],[0,1],[0,1],[-1,1],[0,1],[-2,1],[-1,1],[-2,1],[-3,0],[-1,0],[-1,0],[-1,0],[0,1],[0,2],[0,1],[0,1],[0,2],[1,2],[-1,3],[0,1],[0,1],[0,1],[-1,1],[-1,2],[1,0],[2,-1],[1,-2],[1,-2],[0,-2],[2,-2],[1,-1],[1,0],[1,1],[0,1],[1,0],[2,-1],[1,-1],[1,-2],[1,-1],[1,-1],[2,-1],[1,0],[1,1],[1,1],[1,0],[0,-1],[2,-2],[2,-1],[2,0],[1,-1],[1,0],[2,0],[1,-1],[1,0],[0,-1],[1,-2],[1,-1],[1,0],[0,1],[0,1],[1,0],[1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,2],[2,1],[1,1],[0,1],[0,1],[0,2],[0,3],[1,1],[0,1],[2,0],[3,0],[0,-1],[1,0],[0,1],[1,0],[0,3],[0,2],[0,1],[-3,2],[-1,0],[0,2],[-1,1],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[-2,-1],[-1,-1],[-1,-1],[0,-2],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,-1],[1,-2],[1,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,1],[-1,-1],[-2,-1],[-2,-1],[-2,-2],[-1,2],[-2,2],[-1,1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-2,2],[-1,0],[-2,1],[-1,0],[-3,0],[-1,1],[0,1],[1,1],[0,1],[-1,1],[-1,1],[-2,1],[-1,1],[-1,2],[-1,1],[0,1],[-1,1],[2,2],[1,1],[1,2],[1,1],[2,2],[2,2],[1,1],[1,0],[0,1],[2,1],[1,0],[1,0],[1,0],[1,-1],[1,0],[0,1],[1,1],[2,2],[1,0],[0,1],[2,0],[1,2],[1,2],[-1,0],[-2,-2],[-2,0],[-1,-1],[-3,0],[-2,-1],[-2,0],[-2,1],[-1,-1],[-1,-1],[0,-1],[-4,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,1],[-1,2],[0,1],[-1,1],[0,2],[-2,3],[0,2],[1,2],[1,1],[1,1],[1,0],[0,1],[1,1],[1,3],[0,1],[0,1],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-2,-2],[-2,-1],[-2,0],[-1,2],[-1,1],[0,4],[-1,2],[0,1],[-1,0],[-1,2],[0,1],[0,1],[0,1],[-1,1],[-1,-2],[1,-1],[1,-1],[-1,-1],[-1,-2],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[-2,0],[0,-1],[-1,0],[-1,-1],[-2,0],[-1,1],[-1,0],[0,2],[-1,1],[-1,1],[0,2],[0,1],[2,2],[2,2],[0,1],[1,2],[0,1],[0,1],[1,1],[1,1],[1,0],[1,1],[1,1],[2,1],[1,0],[0,1],[1,1],[2,2],[2,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[1,0],[2,0],[1,-1],[2,-1],[1,-1],[1,-1],[1,0],[2,-1],[2,1],[2,0],[1,0],[1,1],[1,0],[1,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[1,1],[1,0],[1,0],[1,1],[0,2],[0,1],[0,1],[0,1],[1,1],[0,-1],[1,-1],[1,0],[2,-2],[2,0],[1,0],[1,2],[0,2],[0,2],[-1,1],[-1,-1],[0,-1],[-1,0],[-2,1],[-2,1],[-1,0],[-3,0],[0,-1],[-1,-1],[0,-2],[0,-1],[-2,-2],[-3,0],[-1,1],[0,1],[-1,1],[-1,2],[-2,2],[-2,2],[0,1],[-1,2],[1,0],[1,1],[2,0],[1,0],[1,0],[1,0],[1,1],[1,1],[1,0],[1,1],[1,0],[0,1],[2,-1],[1,1],[1,0],[0,1],[1,1],[1,1],[1,0],[3,0],[2,-1],[1,-1],[1,-2],[2,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,0],[1,0],[2,0],[2,-1],[0,-1],[2,-1],[2,0],[1,-1],[1,-1],[2,-3],[1,-1],[0,-2],[0,-3],[0,-2],[0,-2],[1,-2],[1,-6],[0,-4],[0,-1],[1,-2],[0,-1],[1,-3],[2,-4],[0,-3],[1,-3],[0,-1],[0,-1],[0,-2],[-1,0],[0,-2],[1,-1],[1,-1],[2,-2],[0,-1],[1,-2],[0,-2],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[2,-2],[1,-1],[2,-1],[1,0],[1,0],[2,-1],[0,-1],[1,0],[0,-2],[0,-1],[1,-2],[1,-1],[1,-1],[1,-2],[1,0],[1,-1],[1,0],[2,-3],[1,-1],[1,-2],[1,-2],[1,0],[0,-1],[1,-1],[1,0],[1,0],[2,0],[2,0],[2,-2],[1,-2],[2,-1],[1,0],[1,-2],[1,-1],[1,-2],[0,-1],[1,-1],[-1,-1],[0,-2],[1,0],[1,0],[0,1],[1,0],[1,-1],[0,-1],[0,-2],[1,-1],[1,0],[1,0],[2,-2],[2,-2],[1,-2],[1,-1],[1,0],[2,0],[2,1],[1,0],[1,1],[1,1],[0,3],[0,1],[0,1],[-1,2],[0,1],[-2,2],[-2,1],[-1,1],[-2,0],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[-2,3],[0,1],[0,1],[1,1],[1,1],[0,2],[1,2],[0,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[-3,0],[-1,-1],[-1,1],[-2,1],[-1,1],[-1,1],[-1,0],[-2,1],[-2,1],[-1,0],[-1,1],[1,0],[1,1],[1,3],[-1,1],[-1,1],[-1,0],[-1,1],[0,1],[-2,1],[-1,1],[-2,1],[-2,1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[-1,2],[-2,3],[0,1],[-3,3],[-1,1],[0,1],[0,1],[0,1],[0,3],[0,2],[-1,1],[-1,2],[-1,1],[0,3],[0,4],[0,1],[-1,4],[-2,3],[0,2],[-1,1],[0,1],[1,2],[-1,3],[1,1],[1,0],[2,1],[0,1],[1,3],[0,1],[0,1],[1,0],[1,0],[2,0],[2,1],[2,3],[1,2],[0,1],[2,3],[-2,2],[-2,1],[-1,1],[0,1],[0,1],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[0,-2],[-1,0],[-1,0],[0,2],[-1,0],[0,1],[0,1],[-1,2],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[0,2],[1,1],[0,2],[1,2],[1,1],[0,1],[1,1],[0,2],[0,1],[1,1],[0,1],[2,0],[1,1],[1,0],[1,1],[2,1],[0,1],[1,1],[0,3],[0,1],[-1,0],[-1,0],[0,-2],[-1,1],[0,1],[0,1],[0,2],[1,3],[0,2],[1,2],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[1,1],[3,1],[1,2],[1,1],[1,0],[0,1],[1,0],[1,0],[2,0],[1,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,1],[-2,0],[-1,-1],[-2,-1],[-1,-1],[-1,-2],[-1,-1],[-2,-2],[-1,0],[-1,0],[-1,1],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,-1],[-1,-3],[0,-2],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-2],[-1,0],[0,-2],[-1,0],[0,-2],[-1,-2],[0,-1],[-1,-1],[-2,-2],[-1,-1],[0,1],[-2,1],[0,1],[1,2],[0,3],[0,2],[-1,0],[0,-1],[-2,-2],[-1,-2],[-1,0],[-2,1],[-2,0],[-1,1],[-2,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,1],[-2,0],[0,1],[-1,3],[-1,0],[0,2],[0,2],[0,2],[0,1],[0,2],[0,2],[0,1],[-1,0],[0,1],[0,2],[-1,3],[-1,2],[0,1],[0,1],[2,3],[2,1],[0,1],[-1,0],[0,-1],[-2,-1],[-1,0],[-1,0],[1,1],[0,1],[1,1],[1,1],[0,2],[1,1],[-1,2],[0,-2],[-1,0],[-1,0],[0,1],[-1,1],[-1,3],[-1,1],[-2,0],[0,2],[0,1],[2,1],[1,1],[-1,2],[0,2],[0,1],[-1,1],[0,-1],[0,-1],[0,-2],[0,-3],[-2,1],[-1,2],[0,1],[1,1],[0,1],[-1,0],[-1,0],[-1,-3],[-1,-1],[0,-1],[1,-1],[0,-2],[-1,-3],[0,-1],[0,-1],[-1,0],[-1,0],[-2,0],[-2,0],[-1,-1],[0,-1],[1,-1],[1,1],[1,0],[2,1],[-1,-1],[0,-1],[0,1],[-1,-1],[-1,-1],[1,1],[2,1],[2,-1],[1,-1],[0,-1],[1,-3],[1,-1],[2,-1],[1,0],[1,-1],[1,0],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-3],[-1,-1],[-2,-1],[0,-1],[0,-1],[1,0],[1,0],[2,1],[1,0],[1,0],[1,-1],[1,-1],[1,-1],[0,-2],[0,-2],[1,-2],[-1,-2],[0,-1],[-1,0],[0,-1],[-2,0],[-2,0],[-2,-1],[-1,-1],[-1,0],[0,1],[1,1],[0,4],[0,2],[1,3],[0,1],[-2,0],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-2],[-2,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[0,-1],[-1,-1],[1,0],[1,-2],[0,-2],[-1,-1],[0,-1],[0,-2],[-1,0],[-2,-2],[-1,-1],[0,-1],[-1,-1],[-1,-3],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-2,-2],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[-1,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[-1,0],[-1,-1],[0,-3],[-1,-1],[0,-3],[1,0],[1,0],[2,1],[1,1],[1,1],[1,2],[0,-1],[1,-1],[1,-1],[0,-1],[0,-2],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-2,-1],[-1,0],[0,1],[-1,0],[-2,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[1,2],[0,1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[0,1],[-1,1],[-2,0],[-1,0],[-1,1],[1,0],[1,0],[1,0],[0,2],[0,2],[1,2],[0,2],[0,1],[0,2],[0,1],[1,1],[1,1],[0,2],[0,1],[-1,1],[-1,1],[0,1],[1,1],[1,0],[0,1],[1,3],[0,2],[1,1],[1,1],[0,2],[1,0],[1,1],[2,1],[1,1],[2,1],[0,2],[-1,1],[-1,1],[0,1],[1,3],[0,2],[1,0],[1,-2],[1,-1],[1,0],[1,0],[1,0],[1,0],[-1,2],[-1,-1],[-1,0],[0,1],[2,2],[1,2],[0,1],[0,1],[1,2],[0,2],[-1,2],[0,1],[0,-2],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,0],[-1,0],[1,3],[-1,2],[0,1],[-1,0],[-2,-1],[0,-2],[-1,0],[-1,0],[-2,-1],[-2,-1],[-2,0],[-1,0],[-1,0],[-1,1],[-1,-1],[-1,0],[0,-1],[1,-2],[-1,0],[-1,0],[-1,0],[-2,-3],[0,-2],[0,-1],[-1,-1],[-1,-3],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[1,-2],[-1,-3],[1,-1],[1,0],[0,-1],[-1,-2],[-1,0],[1,2],[-1,-1],[-1,-2],[0,-3],[0,-2],[0,-1],[-1,-3],[0,-2],[-1,-1],[1,-1],[-1,-2],[0,-1],[-1,-2],[-1,-2],[0,-1],[-1,0],[-1,1],[-1,0],[0,2],[0,1],[-2,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[-1,-2],[-1,-1],[0,-1],[-2,0],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[1,-2],[1,-2],[1,-3],[0,-2],[-1,-1],[0,-3],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-1],[0,-1],[-1,-2],[0,-3],[-2,-3],[-1,-2],[0,-1],[-2,-1],[0,-1],[-1,0],[0,1],[-1,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-2,-2],[-2,0],[-1,0],[-1,1],[0,2],[-2,-1],[-1,1],[0,-1],[1,-1],[1,-1],[1,-1],[1,0],[1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,-1],[0,-2],[-2,-3],[-1,0],[-1,-1],[0,-1],[-1,-3],[-1,-1],[0,-1],[-1,-2],[-2,-1],[-1,0],[-1,-1],[-2,0],[0,-1],[1,-2],[2,2],[1,0],[1,0],[1,-2],[1,-1],[0,-1],[-1,-2],[-1,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-3],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,0],[0,2],[0,1],[0,-2],[-1,-1],[1,-1],[0,-1],[-1,-2],[-1,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-4],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,-2],[-2,-1],[-2,-2],[-1,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,1],[-1,2],[-1,1],[-1,0],[-1,1],[0,1],[1,1],[-1,0],[0,-1],[0,-2],[0,-3],[2,-3],[0,-1],[-1,0],[-1,0],[0,1],[-2,0],[0,1],[-1,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,2],[0,1],[1,1],[0,2],[-1,2],[-1,2],[-1,2],[0,1],[1,2],[1,1],[1,2],[0,2],[0,1],[0,2],[0,2],[0,1],[-1,0],[0,1],[-1,-1],[0,1],[0,1],[1,0],[2,1],[3,1],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,1],[0,1],[0,1],[1,1],[-1,1],[-1,1],[-2,2],[-1,0],[-1,0],[-1,1],[-1,2],[0,2],[0,1],[0,1],[0,2],[0,2],[1,1],[0,1],[1,1],[2,2],[0,1],[0,-1],[2,-2],[0,-1],[1,-1],[1,0],[2,-1],[1,0],[1,-2],[1,1],[0,2],[-2,0],[-3,1],[-1,0],[-1,0],[-1,2],[0,1],[0,2],[0,1],[-1,3],[0,2],[-1,2],[-1,2],[0,2],[1,3],[1,2],[0,2],[-1,0],[-1,-3],[0,-1],[0,-2],[0,-3],[-1,-5],[-2,-2],[-1,0],[-1,1],[0,1],[-1,1],[0,3],[0,1],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[1,1],[-1,0],[1,1],[1,1],[1,1],[1,1],[2,1],[1,1],[1,0],[1,1],[1,1],[2,1],[3,1],[2,1],[0,-1],[-1,-1],[0,-3],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-4],[0,-2],[1,-3],[0,-1],[0,-1],[1,0],[1,1],[0,1],[0,1],[0,1],[1,2],[1,3],[0,1],[0,2],[0,2],[0,1],[0,1],[2,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,1],[2,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[1,2],[0,1],[1,1],[1,1],[0,-1],[1,2],[1,1],[0,1],[1,1],[1,0],[0,1],[0,-1],[1,2],[1,1],[2,2],[2,2],[1,0],[0,1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,3],[-1,0],[-1,0],[-1,2],[0,2],[0,1],[0,2],[0,1],[-1,-2],[0,-1],[0,-1],[1,1],[0,-1],[0,-1],[-1,-2],[-1,-1],[0,-2],[1,-2],[1,0],[0,-3],[0,-1],[-2,-2],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,1],[1,2],[1,3],[0,1],[0,3],[0,1],[-1,3],[0,2],[1,2],[0,1],[-1,0],[-1,-1],[1,-1],[0,-3],[0,-2],[-1,-1],[-1,-2],[0,-2],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[0,2],[1,1],[-1,1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[0,1],[0,2],[1,1],[1,0],[0,1],[0,2],[-1,1],[0,-1],[-1,1],[0,3],[-1,1],[0,1],[0,1],[0,3],[0,1],[0,1],[0,1],[1,0],[1,-1],[1,0],[1,-1],[1,0],[0,1],[-1,1],[0,1],[-1,1],[0,1],[2,3],[2,0],[1,0],[1,1],[0,1],[1,1],[1,0],[1,0],[2,0],[-1,0],[-1,1],[-1,0],[-1,0],[-2,-1],[-1,1],[1,0],[1,1],[0,1],[0,2],[-1,1],[-1,0],[0,-1],[0,-2],[-2,-2],[-1,-1],[-1,0],[0,2],[1,2],[-1,1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,1],[1,1],[1,1],[0,1],[0,1],[0,1],[0,-2],[-1,-1],[0,1],[0,2],[1,2],[0,1],[1,2],[0,2],[-1,0],[0,-1],[0,-2],[0,-1],[-2,0],[-1,1],[-1,1],[0,2],[1,2],[1,1],[1,3],[0,1],[0,1],[1,1],[2,2],[1,0],[1,0],[0,-1],[0,-1],[1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[0,-1],[0,-1],[1,-1],[0,1],[-1,1],[0,2],[1,1],[1,1],[0,1]],[[2399,3447],[5,3],[4,0],[4,2],[9,1],[11,5],[3,4],[2,3],[0,3],[2,5],[-1,4],[3,4],[2,4],[6,19],[2,2],[2,4],[4,2],[0,2],[-2,4],[1,3],[1,2],[3,1],[4,3],[2,3],[-2,4],[1,7],[-1,4],[27,8],[13,0],[3,-2],[2,1],[1,1],[2,3],[6,5],[1,5],[0,1],[13,7],[1,1],[2,4],[1,18],[-1,11],[-4,17],[1,5],[11,11],[8,10],[13,18],[13,13],[16,14],[17,12],[6,3],[5,1],[10,2],[64,-1],[246,-1],[254,2],[110,-2],[-1,604],[0,145]],[[3304,4461],[-7,910],[-4,281]],[[3293,5652],[241,-3],[340,0],[229,0],[113,0],[113,0],[131,0],[95,0],[113,0],[114,0],[110,0],[135,0],[93,34],[6,3]],[[2221,4223],[1,0],[2,0],[1,0],[1,-1],[-1,-2],[-1,-1],[-3,-1],[-2,0],[0,1],[0,1],[0,1],[1,1],[1,1]],[[2220,4231],[1,1],[1,1],[0,1],[1,0],[2,0],[0,-1],[-1,-1],[1,-1],[2,0],[2,1],[1,2],[0,1],[1,1],[2,0],[3,0],[1,0],[2,0],[-1,-1],[1,-1],[1,0],[1,0],[2,0],[0,-1],[-2,-2],[-2,-2],[-2,-2],[-2,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,1],[-2,1],[-2,1],[-1,0],[-1,-1],[-2,2],[-1,1],[-1,0],[1,1]],[[5944,7486],[3,1],[4,0],[1,0],[3,1],[1,0],[4,0],[3,0],[1,0],[3,1],[3,0],[1,0],[2,0],[2,0],[1,0],[3,-1],[2,-1],[1,-1],[2,0],[3,-1],[1,0],[2,0],[3,-1],[1,0],[1,0],[1,0],[0,-2],[0,-1],[-2,-1],[-4,-1],[-1,-1],[0,-1],[0,-1],[-2,-1],[-2,-1],[-1,-1],[0,1],[-1,0],[-1,2],[-3,3],[-2,1],[-3,0],[-1,1],[-1,0],[-1,-1],[-3,0],[-1,-1],[-1,-1],[0,-1],[1,-2],[1,-1],[1,-1],[1,0],[1,0],[1,-2],[1,-2],[2,-1],[1,0],[4,-1],[3,-1],[1,0],[1,0],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-1],[-2,-2],[-2,-2],[-1,0],[-1,-2],[1,-2],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,1],[-1,1],[-1,2],[-2,1],[-1,3],[-1,2],[0,1],[-3,3],[0,1],[-2,0],[-2,0],[-1,1],[-2,2],[0,2],[-1,0],[-2,0],[-2,1],[-1,0],[-1,0],[-1,1],[-2,1],[-2,1],[-3,1],[0,1],[-3,2],[-2,1],[0,1],[0,1],[1,2],[1,0],[2,0]],[[5863,7467],[2,1],[1,0],[1,0],[1,-1],[1,-1],[2,0],[1,0],[0,-1],[-2,-2],[-2,-2],[-3,-2],[-1,1],[0,1],[-1,0],[-2,0],[-1,0],[0,-1],[-1,0],[-1,1],[0,1],[1,1],[1,2],[2,2],[1,0]],[[5946,7502],[3,1],[1,0],[0,-1],[1,-1],[2,0],[2,0],[3,0],[1,0],[2,0],[2,1],[3,1],[2,0],[3,1],[2,1],[2,1],[4,1],[3,1],[1,1],[4,2],[1,1],[0,1],[1,1],[1,1],[3,1],[1,0],[1,0],[1,0],[2,-1],[-2,-2],[-1,0],[-1,-1],[-3,0],[-1,-1],[-1,0],[-1,0],[-2,-1],[0,-1],[0,-1],[1,0],[3,0],[1,-1],[1,-1],[1,0],[1,-1],[7,-2],[2,-1],[2,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-4,0],[-1,0],[-3,0],[-7,1],[-2,0],[-2,0],[-5,0],[-5,0],[-2,-1],[-2,0],[-1,0],[-4,0],[-3,0],[-1,1],[-1,0],[-2,0],[-1,-1],[-3,-1],[-2,0],[-1,0],[-3,-1],[-2,0],[-1,0],[-1,-1],[-1,0],[-2,0],[0,1],[1,2],[1,1],[1,2],[0,3],[1,0],[1,0]],[[2402,4647],[1,1],[2,0],[2,1],[1,0],[-1,1],[1,0],[2,0],[1,0],[0,-1],[1,-1],[1,0],[2,1],[3,-1],[2,1],[3,1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,1],[2,0],[1,1],[0,1],[0,1],[1,0],[2,-1],[1,0],[0,1],[1,0],[0,1],[3,0],[1,1],[1,0],[1,0],[0,1],[0,1],[1,0],[4,1],[1,0],[1,1],[1,-1],[0,-1],[1,0],[2,-1],[2,0],[1,0],[2,1],[2,1],[2,1],[1,0],[1,0],[2,1],[1,2],[1,1],[1,1],[1,0],[2,-1],[1,0],[2,0],[1,0],[1,1],[1,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[1,1],[1,-1],[1,-1],[1,-1],[1,-1],[2,-2],[1,-1],[1,0],[1,0],[2,0],[0,1],[1,0],[0,1],[1,0],[1,0],[1,-1],[0,-2],[0,-1],[0,-1],[1,0],[2,0],[1,1],[2,0],[1,0],[0,-2],[0,-2],[1,-2],[-1,-1],[-2,-3],[-1,-1],[-2,-2],[-2,0],[-1,0],[-1,-1],[-2,-1],[-2,0],[-2,0],[-1,1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,-1],[-2,0],[-2,0],[-2,-1],[-1,0],[-2,-1],[-2,1],[-1,0],[-1,1],[-1,1],[-1,0],[-2,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-3,1],[-1,0],[-2,-3],[-1,1],[-2,0],[-1,0],[-3,-1],[-1,0],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-2,1],[-1,-1],[-3,0],[-2,0],[-1,0],[-2,1],[-1,0],[-1,0],[-2,-1],[-2,-1],[0,-1],[0,1],[-1,0],[-1,1],[-1,2],[-2,2],[0,1],[-1,2],[-1,1],[3,0]],[[5887,7485],[1,0],[1,-1],[0,-1],[-1,-1],[1,-2],[1,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[-1,-1],[-1,0],[-2,-1],[-5,0],[-2,1],[-1,0],[-2,1],[-1,1],[-1,2],[1,0],[0,2],[3,2],[1,1],[2,1],[2,1],[2,2],[3,0]],[[5964,7515],[3,1],[1,-2],[1,-1],[-1,0],[-2,-1],[-3,-1],[-1,-1],[-2,0],[-1,1],[0,1],[-1,1],[0,1],[1,0],[1,1],[4,0]],[[5906,7495],[1,0],[0,-2],[0,-1],[1,0],[0,1],[1,0],[1,-1],[1,-2],[2,-2],[3,-1],[1,0],[4,-1],[0,-1],[1,0],[1,0],[2,0],[1,1],[1,0],[2,0],[0,-1],[2,0],[2,1],[1,0],[1,0],[1,0],[0,-3],[0,-1],[0,-2],[0,-1],[0,-2],[3,-2],[3,-2],[2,-2],[1,0],[1,0],[2,0],[4,-2],[2,0],[1,-1],[3,-2],[1,0],[1,-1],[2,-1],[1,0],[2,-1],[1,-1],[1,-1],[-1,-2],[-1,-1],[0,-1],[3,-2],[1,-2],[2,-2],[1,0],[1,-1],[0,-1],[0,-1],[-2,-1],[0,-1],[-1,0],[-3,1],[-1,1],[-2,1],[-2,2],[-1,0],[-1,2],[-1,2],[-1,2],[-1,1],[-2,1],[-3,1],[-1,1],[-1,0],[-3,1],[-1,1],[-3,2],[-2,0],[-1,2],[-2,3],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[-2,0],[-2,2],[-2,0],[-1,0],[-4,1],[-4,1],[-4,0],[-3,1],[-3,1],[-2,1],[-2,1],[-1,1],[-1,2],[-1,1],[0,2],[-1,0],[1,1],[1,1],[0,1],[0,1],[2,1],[2,1]],[[6168,7597],[1,0],[2,-1],[1,0],[0,-1],[0,-2],[2,-1],[1,-1],[1,0],[0,1],[1,-1],[0,-2],[0,-2],[1,-1],[1,0],[1,0],[0,-1],[1,-2],[1,-1],[-1,-1],[1,-2],[1,-2],[0,-1],[-1,-1],[-4,1],[-1,0],[-2,2],[-1,1],[0,1],[-2,2],[-1,3],[0,1],[-2,3],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,2],[-1,1],[0,2],[2,-1]],[[5875,7494],[4,0],[1,0],[3,0],[-3,-2],[-1,-1],[-2,-1],[-2,0],[-2,0],[-1,1],[-2,0],[0,1],[1,1],[1,0],[3,1]],[[5986,7537],[0,-1],[-1,-1],[-1,-2],[1,-3],[0,-2],[0,-1],[-1,-2],[-1,-2],[-1,-2],[-3,-2],[-2,0],[-3,-1],[-3,-1],[-1,0],[-2,1],[-2,1],[-3,1],[-3,2],[-1,2],[1,2],[1,1],[0,1],[2,1],[4,0],[2,-1],[1,0],[3,0],[2,1],[3,2],[1,1],[0,1],[1,1],[0,1],[1,1],[1,0],[1,1],[3,0]],[[2500,4819],[1,2],[0,1],[2,1],[1,0],[1,0],[3,-1],[1,-1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-2,-1],[0,-1],[-1,0],[-1,0],[-2,-1],[-1,1],[-1,1],[2,2]],[[5991,7541],[1,0],[4,0],[1,-1],[3,-2],[0,-1],[-1,0],[-2,-2],[-4,-1],[-1,0],[-1,0],[-2,1],[0,1],[-1,1],[0,2],[0,1],[2,1],[1,0]],[[5948,7542],[1,0],[1,-1],[-1,-1],[0,-2],[0,-1],[-1,-2],[-2,-1],[0,-1],[-2,1],[-1,0],[-2,1],[0,1],[-1,1],[0,1],[1,2],[2,1],[4,2],[1,-1]],[[6157,7618],[3,-2],[0,-1],[1,-1],[1,-1],[2,0],[1,-2],[1,-3],[0,-1],[-1,-3],[0,-1],[-1,-1],[-2,0],[-1,1],[-1,0],[-2,4],[-1,2],[-1,2],[0,3],[0,1],[-1,2],[1,1],[1,0]],[[6121,7615],[1,0],[1,-1],[0,-1],[-1,0],[1,0],[0,1],[1,1],[-1,1],[1,0],[1,0],[2,0],[1,0],[1,-1],[1,0],[3,0],[2,-1],[2,-2],[2,-2],[1,0],[1,0],[0,1],[-2,1],[-1,1],[0,1],[0,2],[3,-2],[1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[2,0],[2,-2],[0,-1],[1,-2],[1,-1],[1,-2],[2,-1],[1,-1],[1,-2],[1,-2],[1,-1],[2,-2],[3,-2],[2,-2],[0,-1],[0,-1],[2,-3],[1,-3],[1,0],[0,-3],[-1,-2],[-1,-1],[-1,0],[-1,-1],[1,-1],[2,-1],[1,-2],[1,-2],[0,-2],[0,-2],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-1],[1,0],[2,-1],[-2,-2],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[0,-1],[0,-1],[1,-1],[1,-1],[0,1],[1,1],[1,0],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,-3],[1,-2],[0,-1],[0,-2],[-2,-1],[0,-2],[-1,0],[1,-2],[1,-2],[0,-1],[0,-1],[0,-4],[0,-2],[2,-3],[1,-2],[0,-1],[1,-3],[1,-1],[0,-1],[0,-4],[0,-4],[0,-1],[0,-2],[0,-2],[0,-4],[0,-1],[1,-2],[0,-2],[1,-2],[0,-1],[3,-7],[1,-4],[0,-2],[0,-2],[0,-1],[1,-3],[2,-3],[2,-2],[1,-3],[1,-2],[0,-1],[1,-1],[0,-2],[1,-3],[-1,-1],[0,-2],[0,-3],[0,-1],[1,-1],[0,-2],[1,-2],[0,-2],[1,-3],[-1,0],[1,-3],[0,-1],[0,-1],[-1,-2],[-1,-2],[0,-3],[0,-2],[1,-3],[3,-5],[0,-1],[0,-2],[1,-3],[1,-1],[0,-4],[1,-1],[1,-2],[0,-1],[2,-1],[1,-3],[0,-3],[0,-1],[1,-1],[0,-3],[0,-1],[0,-4],[0,-2],[0,-1],[0,-2],[0,-1],[-1,-3],[0,-4],[0,-2],[0,-1],[-1,-2],[1,-2],[1,-2],[0,-1],[1,-3],[-1,-2],[0,-2],[0,-3],[0,-2],[0,-2],[-1,-3],[-1,-3],[-1,1],[-1,0],[-1,1],[0,1],[0,2],[0,2],[0,2],[0,2],[-1,2],[0,4],[-2,3],[-1,1],[-2,1],[-1,2],[0,2],[-1,2],[0,1],[-1,4],[0,2],[-1,1],[-1,3],[-2,2],[-1,2],[-1,1],[-2,6],[0,1],[0,1],[-1,1],[-1,1],[0,2],[0,1],[0,1],[0,1],[-1,2],[-1,3],[-1,2],[-1,1],[0,1],[0,1],[-1,1],[0,3],[-1,1],[-1,3],[-2,3],[0,1],[-1,1],[0,1],[0,2],[-1,2],[-1,4],[0,4],[-2,5],[-2,4],[0,1],[0,2],[-1,1],[-1,3],[0,1],[0,2],[0,1],[1,3],[0,2],[-1,3],[0,3],[-2,2],[-4,5],[-3,3],[-2,2],[-1,2],[-1,2],[-2,3],[0,1],[0,2],[-1,2],[-1,2],[-1,3],[-1,1],[-1,2],[-2,3],[-1,2],[0,1],[-1,3],[-1,2],[-1,2],[-1,2],[1,0],[-1,1],[-2,3],[-1,2],[-1,1],[-1,1],[-2,3],[0,2],[0,2],[-1,1],[-1,3],[-1,1],[1,1],[0,1],[0,4],[1,1],[0,2],[1,3],[1,1],[1,3],[0,1],[1,3],[0,1],[0,1],[2,3],[0,1],[1,1],[1,1],[1,0],[1,-1],[1,-1],[1,-1],[2,0],[3,0],[5,-1],[4,0],[1,0],[1,0],[1,-1],[2,-2],[2,-1],[1,0],[1,1],[-1,1],[1,2],[1,0],[2,1],[1,-2],[1,3],[0,1],[-1,0],[-1,1],[-2,0],[-1,0],[-1,2],[0,1],[0,1],[2,1],[0,1],[-2,0],[-1,0],[-1,0],[-3,0],[-2,0],[-4,-1],[-1,-1],[-1,-1],[-1,-1],[-3,0],[-1,1],[-1,0],[0,1],[-2,0],[-1,0],[0,1],[-1,1],[1,2],[1,3],[0,1],[0,1],[-1,1],[-2,1],[-3,2],[0,2],[-1,1],[-1,2],[1,3],[-2,3],[-1,2],[-1,2],[-1,2],[0,2],[0,2],[-1,3],[0,1],[0,2],[1,1],[1,0],[0,1],[1,2],[-1,0],[-2,0],[-1,0],[0,1],[0,1],[0,1],[2,1]],[[5921,7544],[3,0],[2,1],[2,-1],[3,0],[2,-1],[1,0],[1,-1],[-1,-2],[1,-2],[1,0],[0,-1],[2,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,0],[0,-1],[1,-1],[1,0],[1,-1],[3,-1],[-1,-1],[-1,0],[-2,-2],[0,-2],[-1,0],[-3,0],[0,-2],[1,-1],[1,-2],[0,-1],[-1,0],[-1,-1],[0,-2],[0,-3],[-1,-1],[-3,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[0,-1],[1,-1],[1,0],[1,1],[2,0],[2,-1],[1,0],[2,1],[3,1],[1,1],[2,0],[1,-1],[0,-2],[0,-1],[-1,-2],[-1,0],[-2,-3],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,-1],[-2,0],[-3,1],[-1,1],[-1,0],[0,-2],[0,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,1],[-3,1],[-2,0],[-3,2],[-3,2],[-2,1],[-1,1],[-2,1],[0,1],[-1,0],[-3,1],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[-2,1],[-1,1],[0,1],[1,3],[2,1],[0,1],[2,0],[1,0],[1,-1],[0,-1],[2,-2],[2,0],[2,0],[1,1],[2,2],[1,0],[1,1],[2,0],[-1,2],[0,2],[0,2],[0,1],[0,3],[1,1],[2,2],[1,1],[1,1],[2,1],[1,2],[2,2],[1,2],[2,0]],[[2490,4848],[1,1],[1,0],[1,0],[2,0],[2,0],[2,1],[2,2],[3,0],[2,0],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-1],[1,-2],[2,0],[2,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-2],[-1,0],[-1,0],[-1,0],[0,1],[-3,2],[-1,2],[-3,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[1,1],[0,1],[-3,-1],[-1,-3],[-1,-1],[-1,-1],[-1,-2],[-2,-2],[-1,0],[0,1],[-1,1],[-1,2],[0,1],[-1,0],[1,1],[1,1],[1,2]],[[5956,7558],[2,-1],[0,-1],[1,-2],[1,0],[2,0],[1,-1],[1,0],[-1,-2],[-4,-1],[-1,-1],[-2,1],[-3,2],[-1,2],[0,1],[1,1],[2,2],[1,0]],[[5893,7536],[1,0],[2,0],[1,-1],[1,-1],[-1,-2],[0,-1],[0,-2],[-4,-1],[-1,0],[-1,0],[-1,1],[-1,1],[0,2],[0,2],[1,0],[2,1],[1,1]],[[2366,4676],[2,1],[1,1],[1,1],[1,2],[2,3],[1,0],[1,0],[2,-1],[1,0],[0,-1],[0,-2],[-1,-1],[3,0],[1,0],[1,1],[1,1],[1,1],[1,0],[3,0],[2,1],[1,0],[2,1],[1,1],[1,1],[0,1],[0,1],[2,3],[1,1],[2,0],[3,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[0,1],[0,1],[2,2],[1,0],[0,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,-1],[-2,0],[0,-1],[1,-1],[0,-1],[1,0],[1,3],[2,3],[3,1],[1,-1],[2,0],[2,-1],[1,-1],[2,0],[1,0],[1,1],[0,1],[0,2],[0,1],[0,1],[1,0],[2,1],[1,0],[2,1],[1,0],[1,2],[2,0],[3,0],[1,0],[2,0],[0,-1],[1,-1],[1,0],[1,1],[0,1],[-1,0],[-1,1],[-1,1],[1,0],[1,2],[1,1],[1,1],[-1,0],[1,0],[1,1],[2,0],[0,-1],[3,0],[1,0],[1,-1],[2,0],[1,1],[1,1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,0],[2,1],[1,0],[1,0],[-1,-1],[-1,-1],[1,-1],[0,-1],[-2,-3],[0,-1],[0,-2],[0,-2],[-2,-1],[-1,-2],[-1,-2],[-2,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,0],[-4,-3],[0,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,-1],[-2,0],[-2,0],[-3,0],[-2,1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-2],[0,-2],[-1,-1],[-2,-2],[-1,0],[-1,0],[-2,0],[-1,0],[-2,-1],[-3,-1],[0,-1],[-1,0],[-2,0],[-1,-1],[-1,0],[-3,0],[-3,0],[-1,0],[-1,0],[-2,0],[-2,-1],[-2,0],[-2,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[0,1],[-1,1],[-1,2],[-1,2],[2,1],[2,1],[1,2],[1,1],[2,1],[1,0],[-2,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[2,0],[1,0],[-1,1],[1,1],[1,0],[2,0],[1,1],[-1,1],[-1,0],[1,0],[1,1],[1,0],[2,1],[2,1],[0,1],[1,0],[1,0],[1,-1],[1,0],[1,0],[2,2],[2,1],[2,1],[1,1],[0,2],[0,2],[1,1],[0,1],[0,1],[-1,1],[-2,-3],[-1,-2],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-2,1],[0,1],[-1,0],[-1,-1],[-2,-2],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-2],[-1,0],[-1,0],[-1,0],[-2,0],[-1,1],[-2,1],[-1,1],[1,2],[-2,1],[-2,0],[-1,0],[-1,0],[-1,0],[0,1],[1,1],[-1,2],[1,1]],[[2457,4811],[2,1],[1,0],[0,-1],[1,-2],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[0,1],[1,1],[1,1]],[[2537,4470],[3,-4],[6,-5],[5,-7],[6,-5],[4,-4],[3,-2],[5,0],[7,6],[4,1],[3,-1],[15,-8],[3,0],[5,1],[7,4],[6,1],[5,4],[2,0],[5,-2],[3,0],[3,2],[11,8],[7,3],[286,-1],[254,-1],[109,1]],[[2399,3447],[-1,1],[-1,1],[-1,-2],[0,-1],[0,-2],[0,-1],[-1,0],[-1,1],[0,2],[-1,3],[-2,2],[0,1],[0,1],[1,0],[1,0],[0,-1],[0,-1],[0,-2],[1,-1],[0,2],[1,2],[0,2],[1,1],[1,2],[0,1],[0,2],[1,2],[0,1],[0,1],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,0],[-2,0],[-2,0],[-2,1],[-1,1],[-1,3],[-1,0],[0,1],[-1,2],[0,1],[1,3],[-1,2],[0,2],[-1,1],[0,1],[0,1],[1,1],[2,3],[1,3],[1,2],[-1,1],[1,2],[0,2],[1,2],[2,0],[2,-2],[0,1],[1,2],[1,1],[2,2],[2,1],[0,1],[-1,1],[1,1],[1,0],[0,-3],[1,-2],[0,-3],[0,-1],[1,-1],[0,-1],[0,-1],[0,1],[1,2],[1,2],[0,3],[0,1],[0,1],[1,0],[0,-1],[0,-3],[0,-1],[0,-1],[-1,-1],[1,-1],[1,2],[1,2],[1,1],[1,2],[-1,1],[0,-1],[0,1],[-1,0],[0,1],[1,2],[-1,2],[-1,1],[0,-2],[0,-2],[1,0],[-1,0],[0,-1],[-1,1],[-1,2],[-1,2],[-1,1],[1,1],[1,-1],[1,0],[1,1],[2,0],[1,2],[0,1],[2,1],[1,0],[1,-2],[0,-1],[1,-1],[0,-1],[1,0],[1,1],[-1,3],[0,1],[0,1],[-2,1],[0,1],[-1,1],[0,1],[0,1],[1,-1],[-1,0],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,1],[0,3],[0,2],[1,1],[2,-1],[1,-1],[0,-1],[1,-1],[1,0],[0,3],[-1,2],[0,1],[-1,1],[0,1],[1,1],[1,0],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[1,0],[1,1],[0,1],[0,2],[-1,1],[0,1],[2,1],[1,0],[1,-1],[2,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,2],[1,1],[1,1],[0,-1],[1,-1],[1,0],[2,2],[1,0],[1,2],[1,0],[0,1],[1,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,2],[1,2],[1,1],[1,0],[1,-2],[1,-1],[-1,-1],[0,-2],[1,0],[2,-1],[-1,-2],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[0,2],[0,1],[0,2],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[0,-1],[1,1],[0,2],[0,1],[0,1],[0,2],[1,2],[1,1],[0,1],[1,2],[2,2],[1,1],[1,2],[0,1],[1,2],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[3,1],[0,-3],[1,-1],[1,-1],[1,1],[0,1],[0,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,0],[-2,0],[0,1],[-1,1],[-1,1],[-1,1],[0,2],[0,2],[1,1],[1,1],[0,1],[1,1],[2,1],[1,1],[2,0],[1,1],[0,1],[1,1],[3,2],[2,1],[0,1],[2,2],[1,2],[1,2],[1,3],[0,3],[0,2],[1,-1],[0,-2],[1,-1],[-1,0],[0,-1],[0,-1],[1,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,2],[0,1],[0,1],[-2,2],[0,1],[-1,0],[-1,-3],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[0,2],[0,1],[-1,0],[0,-1],[0,-2],[0,-1],[-1,-4],[-1,-1],[-3,1],[-2,0],[-3,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-2,0],[1,-3],[2,-2],[1,-2],[1,0],[1,0],[0,1],[0,1],[1,1],[1,0],[1,-1],[1,-1],[0,-2],[-1,-3],[0,-1],[-1,-1],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,1],[-1,2],[-1,2],[-1,2],[-1,2],[-2,2],[0,1],[-1,0],[0,1],[-1,1],[1,1],[0,1],[0,1],[-1,1],[-1,-3],[0,-2],[-1,-3],[-1,-1],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[1,-1],[1,-1],[1,-2],[1,-1],[-1,0],[0,-1],[1,-2],[1,0],[1,0],[0,1],[-1,2],[-1,3],[0,2],[0,1],[1,3],[2,0],[0,-2],[1,-1],[1,0],[1,-1],[0,-2],[1,-2],[0,-2],[1,-1],[1,-1],[-1,-1],[-1,0],[-1,0],[-2,-1],[-1,-1],[0,-1],[-1,-3],[-2,-3],[-2,-1],[0,1],[-2,0],[-1,-1],[0,-1],[-1,-1],[-2,-3],[0,-1],[-1,0],[-1,-1],[-2,-1],[-2,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[0,1],[-1,2],[0,2],[2,2],[2,1],[0,4],[-1,3],[-1,0],[0,-1],[1,-2],[-1,-1],[-1,0],[0,1],[0,1],[-1,3],[0,2],[0,1],[1,0],[1,1],[0,1],[1,0],[0,2],[0,2],[0,1],[1,2],[1,2],[1,1],[1,1],[1,0],[1,-1],[2,-1],[1,0],[1,0],[0,1],[0,1],[1,2],[2,2],[0,1],[-1,0],[-1,0],[1,0],[0,-1],[-1,0],[-2,2],[1,1],[1,1],[1,0],[0,1],[0,1],[-1,0],[-1,-2],[-1,0],[0,-1],[0,-1],[0,-1],[-2,0],[0,1],[0,1],[-1,2],[0,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,2],[0,1],[0,1],[1,0],[1,0],[0,1],[1,0],[-3,2],[-1,1],[-1,0],[-1,-1],[1,0],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-3],[0,-1],[0,-2],[0,-1],[1,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[1,0],[1,-1],[2,-2],[0,-1],[-1,0],[0,-1],[-1,0],[-2,-3],[-2,-2],[-1,-1],[0,2],[-2,0],[0,-1],[-1,0],[1,-1],[0,-1],[0,-1],[0,-1],[-2,1],[-1,1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[1,-1],[0,-2],[1,0],[0,1],[0,2],[0,1],[0,1],[1,0],[1,0],[2,-1],[0,-2],[1,-2],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-3],[1,-1],[2,0],[1,-1],[1,-1],[2,0],[1,1],[0,1],[-1,0],[1,1],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-2,-2],[-2,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,2],[0,1],[1,1],[0,1],[2,1],[1,0],[1,1],[0,2],[0,1],[-2,1],[-1,0],[-1,0],[-1,-1],[0,1],[0,1],[1,2],[0,1],[-2,1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[-2,-3],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[-3,-1],[-1,0],[-2,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[1,3],[-2,1],[-1,0],[-2,0],[-1,0],[-1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-1,-2],[-1,0],[-1,1],[-1,0],[-2,3],[0,1],[1,3],[1,1],[1,2],[1,1],[2,2],[1,1],[1,0],[1,0],[1,0],[1,0],[2,2],[1,2],[1,0],[2,0],[0,1],[0,2],[-1,-1],[-1,0],[-1,0],[1,3],[0,2],[1,1],[0,1],[1,0],[1,0],[-1,-1],[0,-1],[1,-1],[1,2],[0,1],[0,1],[-1,1],[-1,1],[-1,0],[-2,1],[-1,1],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,2],[0,2],[-1,4],[0,1],[-1,0],[-1,0],[1,-3],[0,-3],[1,-2],[0,-1],[0,-2],[0,-3],[0,-4],[0,-1],[0,-1],[0,-2],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-2,-1],[0,-1],[-2,-2],[-1,-2],[-1,0],[-1,1],[0,1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,1],[0,1],[-1,1],[1,2],[0,1],[0,2],[0,1],[0,2],[0,1],[1,0],[1,-2],[0,-1],[1,0],[0,1],[0,1],[1,2],[0,1],[2,0],[1,-1],[1,0],[0,1],[2,1],[1,0],[0,2],[0,1],[-1,1],[0,1],[1,1],[1,0],[0,1],[-2,1],[-1,-3],[0,-2],[-1,-1],[0,-1],[-1,-1],[-3,-1],[-1,2],[0,1],[1,0],[1,0],[2,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[-1,3],[-1,0],[-1,1],[-1,2],[0,2],[0,4],[1,1],[0,1],[1,0],[1,0],[1,1],[1,1],[0,1],[0,1],[1,1],[3,1],[1,0],[1,-1],[1,0],[0,1],[1,3],[1,2],[1,0],[2,0],[1,1],[1,1],[1,1],[1,1],[2,0],[0,-1],[2,0],[0,1],[1,1],[0,1],[0,1],[0,1],[0,2],[0,2],[-2,0],[-2,0],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[1,1],[1,1],[1,3],[0,1],[1,1],[1,1],[0,1],[0,1],[-2,2],[-1,0],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[0,-1],[-1,-2],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[1,1],[2,0],[0,1],[0,1],[1,3],[-1,1],[-1,0],[0,1],[0,1],[1,3],[-1,2],[2,1],[1,1],[2,1],[0,1],[-1,1],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-1,1],[0,1],[1,1],[-1,2],[0,-1],[-1,0],[-2,-1],[1,1],[0,1],[1,2],[-1,1],[-1,-2],[-1,3],[0,2],[-1,2],[0,2],[0,1],[1,2],[0,2],[1,1],[2,2],[1,0],[2,0],[0,1],[1,1],[1,-2],[1,-2],[0,-1],[1,0],[1,0],[2,1],[2,0],[1,1],[0,1],[0,1],[0,1],[0,1],[1,2],[1,0],[0,-1],[1,0],[1,0],[1,0],[0,1],[0,2],[-1,0],[-2,-1],[-1,0],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[0,1],[-1,0],[0,4],[0,1],[0,2],[-1,0],[-1,1],[-1,0],[0,1],[2,2],[1,1],[1,1],[2,2],[1,1],[0,1],[1,1],[1,1],[1,1],[2,1],[2,2],[1,1],[1,0],[1,-1],[1,-1],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,1],[-1,3],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[2,2],[2,1],[1,1],[1,0],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-2,-1],[0,-1],[-1,0],[-2,-3],[-3,-2],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-1,1],[0,1],[-2,1],[-1,0],[0,2],[2,2],[2,1],[2,2],[0,2],[1,0],[0,1],[0,1],[2,1],[2,1],[0,1],[0,1],[-1,-2],[-1,0],[-1,0],[1,1],[0,2],[1,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[1,1],[2,1],[1,0],[1,2],[1,1],[0,1],[0,2],[0,1],[0,1],[1,1],[2,3],[0,1],[1,1],[2,0],[0,1],[1,1],[0,1],[0,1],[1,1],[1,1],[0,1],[0,1],[-1,1],[1,2],[0,1],[1,1],[0,1],[0,1],[-1,0],[0,-1],[-2,-1],[-1,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[0,1],[0,2],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-2],[0,-2],[-1,-2],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-2],[-1,-2],[0,-1],[-1,0],[-1,-1],[-2,-3],[-1,-2],[-1,-1],[-1,-2],[-1,-3],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-2,-1],[-1,-1],[-1,0],[-3,0],[-1,0],[0,1],[0,1],[1,3],[0,1],[1,1],[0,1],[2,2],[1,1],[1,1],[1,2],[1,1],[1,2],[2,1],[1,0],[0,1],[1,1],[0,2],[0,1],[1,3],[1,2],[1,1],[0,2],[0,1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,2],[-1,1],[0,1],[0,1],[0,1],[2,0],[0,2],[1,3],[-1,3],[0,1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,1],[0,1],[-2,1],[0,-1],[0,-3],[-1,-1],[-1,-1],[-2,-3],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-3],[0,1],[-1,3],[0,3],[0,3],[0,3],[0,1],[0,2],[0,1],[1,1],[1,1],[0,1],[0,1],[-1,1],[-2,0],[-1,0],[0,-2],[0,-1],[0,-2],[0,-3],[0,-1],[1,-2],[0,-3],[0,-1],[0,-1],[-1,-2],[0,-2],[-2,-3],[0,-1],[-1,-3],[1,1],[0,1],[1,1],[1,2],[1,1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-3],[0,-2],[-1,-1],[0,-1],[-2,-2],[0,-1],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[-1,0],[-1,0],[1,1],[-1,0],[0,-1],[0,-1],[-1,1],[-1,0],[1,1],[-1,1],[-1,1],[-1,0],[1,3],[1,1],[1,1],[1,0],[0,1],[1,1],[-1,1],[-1,0],[-2,-2],[0,2],[0,1],[0,1],[1,1],[0,1],[1,2],[1,0],[1,1],[0,-1],[0,-2],[0,-2],[0,-1],[1,0],[0,1],[1,1],[1,1],[0,1],[1,2],[1,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,1],[-1,0],[0,1],[1,1],[1,0],[2,0],[0,-1],[1,0],[0,1],[1,1],[2,2],[0,1],[-1,1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,3],[0,1],[2,1],[0,-1],[0,-1],[1,2],[-1,3],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,-2],[-1,0],[-1,0],[-1,1],[-1,3],[-2,2],[1,1],[1,3],[1,2],[1,1],[1,1],[0,2],[0,1],[0,-1],[-1,-1],[0,-2],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-2],[0,-2],[-1,0],[-1,1],[-1,2],[0,2],[0,1],[0,1],[-1,1],[-1,2],[0,1],[0,2],[1,0],[1,1],[0,1],[0,1],[-1,1],[1,1],[1,1],[1,0],[1,1],[0,1],[0,1],[1,1],[1,1],[1,1],[1,0],[2,0],[0,1],[2,1],[1,1],[1,0],[2,0],[1,0],[0,3],[0,1],[0,1],[0,1],[0,1],[1,1],[0,2],[1,1],[1,1],[2,1],[2,-1],[1,0],[0,1],[0,1],[1,0],[2,0],[1,-1],[1,0],[1,0],[2,-1],[2,2],[2,1],[0,1],[2,0],[1,2],[0,2],[1,1],[1,3],[2,3],[0,2],[0,2],[0,1],[2,1],[1,0],[1,0],[1,1],[1,1],[1,1],[1,1],[2,0],[1,1],[2,0],[1,0],[2,2],[2,0],[1,0],[1,0],[0,-1],[1,0],[1,0],[0,2],[1,4],[2,2],[1,1],[0,1],[1,1],[1,1],[0,2],[1,1],[0,1],[1,0],[1,1],[1,0],[1,0],[1,1],[1,1],[1,1],[0,1],[0,1],[1,1],[0,2],[1,2],[0,2],[0,2],[-1,2],[1,1],[1,0],[0,1],[3,1],[1,0],[1,1],[2,0],[1,-1],[1,0],[1,0],[0,1],[0,1],[-1,1],[-1,0],[-1,1],[0,1],[0,2],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,1],[1,0],[1,2],[1,0],[2,2],[0,1],[-1,-1],[-1,-1],[-2,-2],[-1,0],[-2,-2],[-2,-1],[-1,-1],[-1,0],[0,-1],[-2,0],[0,1],[-1,0],[0,1],[-1,3],[0,1],[0,1],[0,1],[-1,1],[-1,1],[-2,1],[-1,0],[-1,2],[-1,0],[1,0],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[2,-3],[0,-1],[1,-2],[1,-2],[0,-1],[1,0],[-1,-1],[-1,-3],[0,-2],[2,-2],[1,-4],[-1,-1],[-1,-1],[0,1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-1,-2],[-2,-2],[0,-1],[0,-1],[-1,0],[-1,1],[-1,0],[-2,-1],[0,-1],[-2,-2],[-2,-1],[-1,-2],[-2,-1],[-2,-2],[-1,0],[-1,0],[1,2],[0,1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,2],[-1,0],[0,-1],[-1,-3],[0,-1],[-1,-1],[-1,-3],[0,-1],[-1,-1],[-1,-2],[-1,0],[0,-1],[1,1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-3],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-1,0],[0,1],[0,1],[2,2],[1,3],[0,1],[0,2],[1,1],[0,1],[1,1],[1,1],[0,2],[-2,-2],[0,-1],[-2,-3],[-1,-2],[-1,-1],[-2,-2],[1,-1],[1,1],[0,-1],[-1,-1],[-1,-3],[-1,0],[-1,0],[-1,0],[-2,0],[-2,3],[0,1],[0,1],[-1,-1],[0,-1],[-1,-1],[1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[0,-2],[-1,-3],[0,-1],[-1,-1],[-1,-1],[-2,-2],[-1,0],[0,3],[0,2],[0,2],[-1,0],[-1,-2],[0,-1],[-2,3],[1,3],[0,1],[-1,1],[-1,1],[0,2],[0,1],[0,1],[1,0],[0,1],[1,1],[0,2],[0,1],[2,2],[2,1],[0,1],[1,1],[0,1],[1,2],[0,1],[-1,1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,1],[0,2],[0,1],[1,1],[0,1],[1,2],[1,3],[1,3],[1,2],[2,4],[1,2],[0,1],[0,1],[0,1],[0,2],[0,1],[1,2],[1,2],[2,1],[1,2],[1,1],[1,1],[0,1],[0,1],[-2,0],[-1,0],[-1,0],[-1,-2],[0,-1],[0,-1],[-1,-2],[-2,-3],[-1,-1],[0,-2],[-1,-2],[0,-1],[-1,-3],[0,-1],[-1,-2],[-1,-1],[-1,-2],[0,-2],[-1,-2],[0,-2],[-1,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-2],[-1,-3],[-1,-1],[-1,2],[-1,1],[0,-2],[0,-1],[-1,-1],[-2,3],[0,1],[0,1],[0,1],[0,3],[-1,3],[-1,0],[0,1],[1,2],[-1,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[0,2],[1,2],[0,2],[1,2],[1,1],[0,1],[1,1],[1,2],[1,2],[2,1],[1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,2],[1,2],[1,2],[1,2],[0,1],[1,2],[0,2],[1,2],[0,2],[1,3],[1,2],[0,1],[0,2],[0,2],[1,2],[0,4],[-2,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,-3],[-1,-1],[-1,-2],[0,-2],[0,-1],[0,-2],[-1,-3],[-1,-3],[0,-3],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[-1,-4],[-1,-3],[0,-3],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-2,2],[0,1],[-1,2],[0,1],[1,1],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,2],[-2,2],[0,1],[0,1],[-1,3],[0,1],[-1,1],[0,1],[0,1],[1,2],[0,1],[1,1],[0,1],[-1,1],[2,3],[1,1],[0,-1],[1,-1],[1,-3],[0,-1],[1,-2],[0,-1],[1,0],[0,-1],[1,-1],[0,1],[-1,2],[0,1],[-1,1],[-1,1],[0,1],[0,2],[0,2],[0,1],[-1,1],[-1,2],[-1,0],[-2,-1],[-1,-2],[-1,0],[0,1],[-1,2],[1,2],[0,1],[1,1],[1,1],[1,1],[1,1],[1,1],[1,0],[1,1],[1,0],[1,1],[1,2],[1,2],[2,1],[2,1],[1,1],[1,1],[1,2],[2,2],[1,1],[1,0],[0,1],[1,0],[1,1],[1,0],[1,1],[2,2],[1,1],[1,1],[0,1],[-1,1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-2,-2],[-2,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-2,0],[-1,-1],[-2,-2],[-1,-1],[-1,-1],[-1,-2],[-1,0],[-1,0],[-1,0],[-1,3],[1,2],[1,1],[0,-1],[0,1],[1,1],[-1,2],[0,1],[1,1],[1,2],[1,2],[1,0],[1,2],[1,1],[1,2],[0,2],[0,1],[0,1],[1,2],[0,1],[1,1],[0,1],[1,0],[1,0],[2,-1],[2,0],[1,0],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,2],[1,2],[0,1],[0,2],[0,1],[-1,0],[-1,1],[1,2],[0,2],[1,1],[0,1],[1,3],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,1],[-1,2],[0,2],[0,2],[-1,0],[0,-1],[1,-3],[0,-1],[0,-3],[-1,-2],[-1,-2],[0,-2],[0,-2],[0,-2],[-1,-3],[0,-3],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,-2],[-1,-1],[-1,-1],[-2,0],[0,-1],[-1,1],[-2,2],[-1,3],[0,2],[0,2],[-1,1],[-1,-1],[-2,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-1,1],[-2,0],[-2,0],[-2,-1],[-2,0],[-3,-1],[-1,-1],[-2,0],[-1,0],[-1,1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,1],[-2,1],[-1,0],[-1,1],[-1,2],[0,1],[1,1],[0,1],[0,1],[-1,1],[1,1],[1,-1],[0,-1],[2,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,2],[1,1],[2,2],[2,1],[1,2],[2,1],[1,0],[2,1],[1,0],[2,1],[1,1],[-1,1],[1,0],[2,0],[1,0],[2,0],[1,1],[3,2],[1,2],[1,1],[0,1],[1,0],[1,1],[1,1],[1,0],[1,1],[1,2],[2,1],[1,2],[0,1],[-1,0],[0,1],[1,1],[2,0],[1,0],[1,0],[1,1],[1,1],[-1,0],[0,1],[-1,-1],[-2,1],[-1,0],[-1,0],[-1,-2],[-1,0],[0,1],[0,3],[1,3],[-1,0],[-1,-3],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,-3],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-3,-1],[-2,-1],[-2,0],[0,-1],[-1,-2],[-2,-1],[-2,-1],[-2,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[-2,1],[-1,0],[-1,1],[-1,1],[1,1],[0,1],[-1,2],[2,1],[1,1],[1,0],[0,1],[1,1],[-1,1],[0,2],[0,2],[2,1],[1,1],[1,0],[1,1],[1,0],[1,-1],[1,0],[1,1],[0,1],[1,1],[1,0],[1,0],[2,1],[2,1],[1,1],[1,1],[1,1],[1,0],[1,2],[-1,1],[0,-1],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-2,0],[-1,0],[0,1],[-1,1],[1,1],[1,1],[1,0],[0,2],[1,1],[-1,0],[0,1],[0,3],[2,1],[1,1],[1,1],[1,1],[0,1],[1,1],[1,1],[1,1],[1,1],[1,1],[2,1],[2,1],[2,1],[-1,0],[1,1],[0,1],[1,1],[1,0],[1,0],[2,0],[0,-1],[0,-1],[1,-2],[1,1],[0,1],[1,0],[1,0],[2,-2],[1,0],[1,-1],[0,-1],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[2,1],[1,1],[1,1],[0,1],[0,1],[-2,0],[-1,0],[-1,-1],[-1,-1],[-2,0],[-1,1],[-1,0],[1,3],[1,1],[1,1],[1,1],[4,2],[1,1],[1,0],[0,1],[1,1],[1,1],[1,1],[1,0],[1,1],[1,1],[1,1],[1,0],[0,1],[2,0],[1,-2],[2,-1],[1,-2],[2,-1],[1,-1],[1,-4],[1,-2],[0,-3],[1,0],[1,0],[1,0],[1,-2],[1,0],[1,-1],[1,-1],[1,0],[1,-1],[1,1],[1,0],[1,0],[1,-1],[2,0],[0,1],[1,0],[1,-1],[1,-1],[1,0],[2,-1],[1,0],[1,1],[2,0],[1,0],[1,0],[0,-1],[3,-2],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[1,-3],[1,0],[0,3],[1,2],[0,1],[1,2],[0,1],[1,2],[0,1],[1,0],[2,0],[3,1],[0,2],[0,1],[-1,1],[-1,0],[-1,0],[-2,-1],[-1,1],[-1,0],[0,1],[0,1],[1,0],[0,2],[1,3],[0,2],[1,2],[1,2],[1,2],[0,3],[1,2],[1,4],[1,1],[1,2],[3,3],[1,1],[2,2],[3,-1],[1,0],[1,0],[1,1],[0,1],[2,2],[1,1],[1,1],[2,1],[1,1],[2,1],[1,1],[1,1],[2,0],[0,1],[1,1],[2,1],[1,0],[2,1],[1,1],[2,0],[1,-1],[-1,-1],[0,-2],[1,-2],[2,-2],[3,-1],[1,-1],[0,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[1,0],[2,-1],[1,-3],[1,-3],[1,-3],[0,-1],[1,-3],[1,-1],[1,-1],[1,0],[1,2],[1,2],[1,1],[0,1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[-1,2],[1,2],[0,1],[-1,0],[0,1],[-2,3],[0,1],[-1,0],[-2,2],[-1,1],[-1,0],[-1,1],[0,1],[-1,3],[-1,2],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[0,3],[0,2],[1,2],[1,1],[1,1],[1,1],[1,4],[1,1],[1,1],[2,2],[2,1],[1,1],[0,1],[1,1],[2,2],[1,2],[0,3],[-1,0],[0,1],[-1,-1],[-2,-1],[0,-1],[-2,-2],[-2,-2],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-1,-2],[-2,-1],[-2,-2],[-1,-1],[-2,-1],[-1,-2],[-1,0],[-2,0],[-2,-1],[-2,-1],[-2,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,-2],[-2,-2],[-2,-1],[-3,-2],[-2,-1],[0,-1],[-1,0],[-2,1],[-1,1],[-1,-1],[0,-2],[-1,-1],[0,-1],[-3,-2],[-1,-1],[-1,-2],[-2,-3],[-1,-2],[0,-1],[-1,-3],[0,-2],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,-4],[-1,-1],[-1,0],[0,1],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-2,1],[-2,0],[-1,0],[0,1],[-2,0],[-1,-1],[-2,-1],[-1,0],[-1,1],[-2,2],[-2,1],[1,2],[-1,2],[0,1],[-1,1],[-2,3],[-2,2],[-1,2],[-1,2],[-1,2],[1,2],[2,3],[1,1],[1,1],[1,0],[1,0],[1,2],[1,1],[2,1],[1,0],[1,0],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-2,0],[-1,0],[0,4],[1,1],[0,1],[0,1],[1,3],[-2,0],[-1,-1],[-1,-2],[0,-1],[-1,-2],[0,-1],[-1,-2],[0,-3],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,3],[0,2],[-1,1],[-1,1],[-1,2],[-1,1],[-2,2],[-1,0],[-1,-1],[0,-2],[-1,-1],[1,-1],[0,-1],[1,-2],[1,-2],[1,-2],[1,-3],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[-1,-1],[0,-2],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-2],[-2,-2],[0,-1],[-1,0],[1,2],[-1,1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-2,0],[-1,-1],[-3,-2],[-2,-2],[0,-1],[-2,-1],[-1,0],[-2,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[1,2],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-2,-1],[0,1],[-1,0],[-1,-1],[-1,-2],[-1,-2],[-2,-1],[-1,-2],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-2,2],[-1,0],[-1,0],[0,1],[0,2],[1,3],[0,1],[0,1],[-1,1],[1,2],[0,1],[1,0],[1,0],[1,-2],[2,-2],[1,-2],[1,0],[3,1],[0,1],[0,1],[-1,1],[-2,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,0],[-2,0],[-1,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[0,1],[0,1],[1,0],[1,2],[2,2],[1,1],[2,0],[1,1],[1,0],[1,0],[1,0],[1,1],[3,1],[0,1],[2,1],[1,1],[0,1],[-1,1],[-1,0],[0,1],[1,0],[0,1],[1,1],[1,0],[1,2],[1,1],[2,2],[0,1],[1,0],[2,2],[1,1],[1,1],[3,1],[1,2],[2,1],[1,1],[1,3],[1,0],[0,1],[2,0],[1,-1],[1,-2],[0,-1],[2,1],[1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-2],[-2,-2],[-1,-2],[-3,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[-2,-2],[-1,0],[0,-1],[-1,0],[-2,1],[0,1],[0,1],[0,2],[0,1],[3,0],[0,1],[0,1],[-1,0],[-1,-1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[-2,0],[-2,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[0,1],[1,-1],[1,1],[-1,2],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[-1,4],[-1,1],[1,1],[0,2],[0,2],[0,1],[0,1],[-1,0],[0,2],[1,2],[1,0],[0,-1],[0,-1],[2,0],[2,-1],[0,1],[2,0],[1,1],[0,1],[1,1],[0,3],[0,1],[3,1],[0,1],[1,0],[1,2],[-1,1],[-1,0],[-2,0],[-2,-2],[-2,-1],[-1,-1],[-1,1],[0,2],[-1,2],[-1,2],[-1,-2],[0,-1],[0,1],[-1,0],[0,1],[0,2],[1,1],[0,1],[1,1],[1,1],[1,1],[0,1],[1,1],[0,1],[1,1],[2,1],[2,2],[1,1],[1,1],[0,1],[1,1],[2,2],[3,0],[1,0],[1,1],[1,0],[0,2],[0,1],[1,1],[1,1],[1,0],[2,3],[3,3],[3,2],[2,1],[1,1],[2,0],[0,1],[1,0],[0,1],[0,1],[1,1],[2,1],[1,1],[2,1],[3,1],[1,0],[0,1],[0,1],[1,0],[2,1],[1,0],[2,1],[1,0],[1,1],[1,2],[1,1],[2,2],[2,1],[1,1],[0,1],[1,2],[1,1],[1,1],[1,1],[1,1],[0,1],[1,1],[1,2],[1,0],[0,1],[1,0],[1,1],[1,2],[2,1],[1,2],[1,1],[2,3],[3,2],[0,2],[1,2],[0,2],[0,1],[2,2],[0,2],[0,1],[1,1],[0,2],[1,2],[0,2],[0,2],[0,1],[0,1],[2,1],[2,1],[2,2],[1,1],[1,0],[2,1],[1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[2,2],[1,1],[1,-1],[1,0],[2,0],[1,1],[1,1],[0,1],[1,2],[1,0],[1,1],[1,0],[1,1],[0,1],[0,1],[1,1],[2,1],[1,2],[0,1],[1,1],[1,1],[1,2],[1,2],[1,0],[2,2],[2,1],[3,1],[2,1],[1,0],[2,0],[1,0],[1,0],[1,1],[2,1],[2,2],[0,1],[2,0],[1,1],[1,0],[1,1],[1,1],[2,1],[1,2],[0,1],[1,1],[1,0],[1,2],[2,1],[1,0],[0,-1],[2,1],[0,1],[3,8],[1,1],[0,2],[1,2],[1,2],[1,2],[1,2],[1,1],[0,1],[1,2],[0,1],[0,2],[1,1],[0,1],[1,1],[0,3],[1,2],[1,2],[0,3],[0,1],[1,2],[1,1],[1,2],[1,2],[1,1],[0,1],[2,0],[1,1],[1,0],[1,1],[1,0],[0,1],[1,0],[3,2],[2,2],[1,1],[2,1],[1,1],[1,1],[1,0],[1,1],[1,0],[1,1],[2,1],[0,1],[1,1],[0,1],[0,1],[2,0],[3,2],[1,1],[0,1],[1,1],[2,1],[0,1],[2,1],[1,1],[0,1],[2,0],[1,0],[2,0],[3,0],[2,-1],[1,-1],[2,0],[1,0],[1,0],[2,0],[1,0],[0,2],[0,2],[-3,1],[-1,1],[-1,0],[-2,2],[-2,1],[-1,1],[0,1],[-1,2],[1,1],[0,1],[0,1],[1,1],[1,1],[0,1],[2,1],[1,0],[1,1],[1,1],[1,2],[1,2],[3,1],[2,1],[1,1],[1,0],[2,1],[1,2],[1,2],[1,2],[1,0],[0,1],[0,1],[2,2],[1,1],[1,1],[2,2],[0,2],[0,1],[1,0],[2,1],[1,0],[2,1],[2,0],[2,0],[3,0],[2,-1],[1,-1],[2,-2],[1,-1],[1,-1],[1,-1],[1,0],[0,1],[0,1],[-1,2],[0,1],[-2,2],[-1,2],[-1,1],[-1,3],[-1,0],[0,2],[1,1],[1,2],[1,0],[1,-1],[2,0],[1,0],[1,0],[2,0],[1,-1],[1,-1],[3,-3],[2,-1],[1,-3],[3,-3],[2,-1],[1,0],[2,0],[2,0],[2,1],[2,-1],[1,0],[1,0],[1,-1],[1,-1],[1,-1],[1,-2],[1,0],[2,-1],[1,0],[1,0],[-1,0],[-1,0],[-1,1],[0,1],[1,0],[1,0],[2,-1],[2,0],[1,2],[1,1],[0,2],[1,1],[1,2],[1,1],[2,0],[1,0],[2,1],[1,0],[1,0],[2,-1],[1,-1],[1,-1],[2,-2],[1,0],[2,-1],[1,-2],[1,0],[2,0],[3,1],[2,1],[1,0],[3,0],[1,0],[2,0],[1,0],[2,-1],[1,0],[0,3],[-2,0],[-1,0],[-1,0],[-1,1],[1,2],[1,1],[-1,1],[0,-1],[-1,-1],[-2,-1],[-1,0],[-3,-1],[0,1],[-1,1],[-2,0],[-2,-1],[-1,0],[-1,1],[-1,0],[-2,1],[-2,0],[-1,1],[-1,2],[-1,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,-1],[-2,0],[0,-1],[-3,-2],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[-2,0],[0,1],[0,1],[-1,0],[-1,2],[-2,1],[-2,1],[-2,2],[-3,1],[-3,0],[-1,0],[-1,1],[-2,1],[0,1],[-1,1],[0,1],[-1,2],[-1,1],[-1,0],[0,2],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[1,0],[1,3],[2,2],[0,2],[0,1],[1,1],[2,1],[2,0],[1,1],[3,1],[1,0],[0,1],[3,2],[1,2],[0,1],[-3,0],[-3,2],[0,1],[0,2],[1,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-2],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,-2],[-2,-3],[-1,-1],[-1,0],[-1,0],[-1,-1],[-2,-2],[-1,-2],[-1,-1],[-1,-3],[-1,-1],[-2,0],[-1,1],[-1,0],[-2,-1],[-2,0],[-1,-1],[-2,-1],[-1,-1],[0,-1],[-1,0],[-1,-2],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-2,-1],[-1,-2],[-1,-1],[-1,-2],[-1,0],[-1,-1],[-1,-1],[-2,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-2],[-2,-2],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-2,-4],[-1,-3],[-2,-2],[-1,-1],[-2,-3],[-2,-2],[-2,-3],[-2,-1],[-1,-1],[-1,-2],[-2,-1],[-1,-2],[-2,-1],[-1,-1],[-1,-1],[-1,-2],[-2,-2],[-2,-2],[-1,-1],[-1,-1],[-1,1],[-1,-1],[-2,0],[-1,-2],[-2,-1],[0,-1],[-1,0],[-2,0],[-2,-2],[-2,-2],[-1,-2],[0,-2],[-1,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-3],[-1,-1],[-1,-4],[0,-4],[0,-2],[-1,-3],[-1,-1],[0,-1],[-1,-3],[-1,-3],[0,-1],[-2,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,-3],[-1,-2],[-2,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,-2],[-2,-2],[0,-1],[-2,-1],[-2,-2],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-2,-1],[-2,0],[-1,0],[-2,-1],[-2,-2],[-2,-1],[-1,-1],[-2,-2],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-2],[-2,-2],[-1,-1],[0,-1],[-1,-2],[0,-2],[-1,0],[-1,-1],[0,1],[-1,0],[0,-1],[-1,-1],[-1,-2],[-1,0],[-2,-2],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-2,-2],[-2,-2],[0,-1],[-2,0],[-1,-1],[-1,-1],[-2,-2],[-2,0],[0,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-3],[0,-2],[-1,-1],[-1,-3],[0,-1],[-1,-2],[-2,-3],[-1,-1],[-1,-1],[-1,-2],[-2,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-2],[-1,-1],[-2,-2],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[0,-1],[-2,0],[-1,-2],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,-2],[-2,-2],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,-2],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,0],[-1,-1],[-2,0],[-1,0],[-2,0],[-2,-1],[-2,0],[-2,0],[-1,1],[-2,0],[-1,0],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[-2,0],[-1,0],[-1,-1],[-2,0],[-2,-1],[-3,0],[0,-1],[-3,0],[0,1],[-1,0],[0,3],[1,1],[1,1],[3,2],[2,1],[1,0],[2,2],[2,1],[2,1],[1,1],[2,0],[1,2],[-1,2],[-3,-1],[0,-1],[-2,-1],[-1,-1],[-3,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,1],[0,1],[1,1],[0,1],[1,1],[2,0],[1,1],[0,1],[-1,1],[0,1],[2,4],[1,3],[1,0],[1,1],[0,1],[0,1],[0,1],[1,1],[2,1],[2,2],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[1,0],[1,2],[0,1],[0,2],[1,3],[1,0],[2,-1],[1,-1],[1,-1],[0,-1],[-1,-1],[1,0],[1,-1],[1,0],[0,1],[-1,3],[-1,0],[-1,0],[-1,1],[-1,1],[0,4],[0,1],[0,1],[1,-1],[1,1],[1,1],[2,1],[1,-1],[1,0],[2,1],[0,1],[1,0],[2,0],[2,0],[2,0],[1,0],[2,0],[1,0],[1,-1],[0,1],[2,1],[2,3],[1,0],[0,1],[2,0],[2,1],[2,1],[1,0],[2,0],[0,-1],[1,0],[0,1],[1,0],[0,1],[3,1],[1,1],[2,0],[1,0],[1,0],[1,1],[1,1],[1,0],[1,0],[1,1],[0,1],[1,1],[1,0],[1,0],[0,1],[1,0],[0,1],[-2,0],[-1,0],[-2,-2],[-1,-1],[-1,0],[-2,0],[-2,-1],[-3,0],[-2,0],[-1,0],[-1,-1],[0,-1],[-1,0],[-3,1],[-1,1],[-1,0],[-1,0],[-2,-1],[-1,-2],[-2,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-2,-2],[-1,-1],[-1,0],[-2,-1],[-1,0],[-3,-1],[-2,-1],[-2,-1],[-1,0],[-1,2],[-1,3],[0,1],[0,1],[1,1],[2,-1],[1,0],[-1,1],[-2,0],[-1,0],[0,1],[0,1],[-1,3],[-1,0],[-1,2],[0,1],[1,1],[1,1],[0,2],[0,2],[0,2],[0,2],[-1,0],[-1,1],[-2,2],[-2,3],[0,4],[0,1],[0,1],[0,1],[0,1],[1,0],[0,-1],[1,2],[0,1],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[-1,2],[1,0],[1,1],[0,3],[1,2],[0,1],[0,1],[0,1],[1,0],[1,0],[1,-1],[1,0],[1,-1],[0,3],[-2,1],[1,1],[0,1],[1,0],[0,1],[-2,0],[-1,0],[-1,1],[-1,3],[0,2],[0,1],[1,3],[0,3],[0,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-2],[1,0],[1,0],[0,1],[-1,0],[0,1],[1,1],[1,1],[1,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[2,0],[0,1],[0,1],[-1,1],[-2,0],[-1,0],[0,1],[0,1],[0,2],[1,0],[1,1],[1,0],[1,-2],[1,0],[1,0],[1,0],[-1,1],[-1,1],[-1,1],[1,2],[0,1],[1,1],[2,1],[1,1],[1,0],[0,-2],[-1,-1],[1,0],[1,1],[0,2],[2,2],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[1,0],[0,2],[1,1],[1,1],[1,0],[2,2],[1,0],[1,-1],[1,-2],[2,-2],[2,-2],[1,1],[0,1],[-1,0],[-1,0],[-1,1],[-1,3],[0,1],[0,1],[1,1],[1,0],[0,-1],[1,-1],[1,-1],[1,0],[1,1],[0,1],[1,-1],[1,-2],[2,0],[1,0],[1,0],[1,0],[1,-1],[1,-1],[2,0],[1,-1],[1,-1],[2,-1],[1,-1],[1,-1],[2,0],[1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-3,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[-2,0],[0,-1],[2,-2],[1,0],[2,-1],[2,0],[1,0],[1,0],[1,-1],[1,0],[0,-1],[-1,0],[1,0],[2,0],[1,0],[3,0],[2,-1],[1,0],[1,-1],[1,0],[1,1],[1,2],[0,2],[1,1],[2,1],[1,0],[1,-1],[1,0],[2,0],[2,-1],[1,0],[1,1],[0,1],[-1,1],[0,1],[1,0],[3,1],[2,1],[2,1],[3,0],[1,1],[0,1],[0,2],[1,1],[0,1],[1,0],[1,0],[1,0],[-1,1],[-2,1],[-1,1],[0,1],[1,0],[2,0],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,1],[2,0],[1,0],[3,0],[1,-1],[2,0],[2,-2],[0,-1],[2,-1],[2,-1],[2,0],[2,0],[2,-1],[1,-1],[1,-1],[1,0],[1,0],[0,1],[1,0],[2,0],[2,0],[1,0],[2,-1],[2,-1],[2,0],[1,-1],[1,0],[1,-1],[1,-1],[1,0],[1,2],[2,1],[1,0],[2,0],[1,0],[1,-1],[1,0],[1,0],[1,1],[-1,1],[-1,1],[-1,0],[1,2],[0,1],[1,1],[1,1],[0,1],[0,2],[-1,0],[-1,0],[-1,0],[-1,0],[0,-2],[-1,0],[-1,-1],[-3,-1],[-1,-1],[-1,0],[-1,1],[-2,1],[-2,1],[-2,1],[-1,1],[-3,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,0],[0,1],[0,1],[-1,1],[-2,0],[-1,1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,1],[-2,0],[-2,1],[-2,0],[-2,0],[0,1],[-1,0],[1,1],[0,1],[3,0],[2,0],[1,0],[2,0],[0,1],[-1,0],[-2,1],[-3,0],[-1,0],[-2,0],[-1,-1],[-3,0],[-2,0],[-2,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-2,-2],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,0],[-2,-2],[-2,0],[-2,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-2,-1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[-2,0],[-1,0],[0,1],[-1,1],[2,1],[3,0],[-1,1],[-2,0],[0,-1],[-1,0],[-2,1],[-1,0],[-2,-1],[-2,1],[-1,0],[-1,-1],[-2,1],[-3,0],[-1,1],[-1,3],[0,1],[1,1],[1,1],[1,1],[1,-1],[1,-1],[1,0],[0,1],[0,1],[-1,1],[0,1],[0,2],[3,1],[1,-1],[0,-1],[1,-1],[2,-1],[1,0],[1,0],[0,1],[0,1],[-1,0],[-1,0],[-3,0],[0,1],[0,1],[2,0],[1,0],[0,1],[0,2],[0,1],[0,1],[1,1],[1,1],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[-1,0],[-1,1],[-2,0],[-2,-1],[-2,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,0],[-1,0],[0,3],[0,1],[0,1],[0,1],[1,1],[1,1],[1,1],[0,1],[-1,4],[0,2],[0,1],[1,2],[1,0],[1,0],[1,0],[2,0],[1,1],[1,1],[1,0],[0,2],[0,2],[1,2],[1,0],[3,1],[2,1],[1,1],[1,0],[1,1],[1,1],[0,2],[0,2],[1,1],[1,1],[1,0],[2,0],[2,1],[1,0],[1,-1],[1,-2],[2,-1],[1,-1],[1,-1],[2,-1],[1,0],[2,0],[2,0],[1,-1],[1,0],[1,2],[1,1],[1,-1],[1,-2],[1,0],[1,0],[0,1],[1,-1],[2,-2],[1,-1],[1,0],[1,0],[0,1],[1,0],[0,1],[1,0],[2,1],[2,0],[2,0],[1,0],[3,0],[0,1],[1,0],[3,0],[2,0],[0,1],[1,0],[0,1],[1,1],[1,1],[1,0],[2,1],[0,2],[0,1],[1,1],[1,-1],[2,0],[2,-1],[1,-1],[1,-1],[3,-2],[3,-1],[1,0],[0,1],[0,2],[-1,1],[-1,1],[-1,1],[0,1],[1,0],[3,0],[2,-1],[1,0],[1,0],[1,0],[0,1],[-1,0],[-2,1],[1,1],[0,1],[0,1],[1,2],[1,1],[-1,2],[0,1],[-1,1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-2,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-2,1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-2,0],[0,-1],[-1,0],[-1,0],[-1,-2],[-2,-2],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,0],[-2,-1],[-2,-1],[-2,-1],[-2,-2],[-1,0],[-3,0],[0,1],[-1,0],[0,1],[1,1],[-1,1],[-1,0],[-1,0],[-2,-1],[-2,-1],[-2,1],[-2,0],[-2,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-2,1],[-1,1],[-3,2],[1,2],[1,1],[1,0],[1,-1],[1,-1],[2,0],[1,-1],[1,-1],[1,-1],[3,0],[3,1],[1,0],[2,-1],[2,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[2,1],[1,1],[1,0],[1,-1],[2,0],[2,-1],[1,0],[1,1],[1,0],[0,1],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[2,-1],[1,0],[2,2],[2,1],[1,0],[1,2],[1,1],[1,2],[0,2],[0,1],[1,0],[1,1],[1,-1],[1,0],[1,0],[2,1],[1,0],[4,1],[1,1],[0,1],[1,2],[1,2],[0,1],[0,2],[0,2],[0,1],[0,1],[-1,1],[-1,2],[-1,1],[0,1],[-1,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-3,1],[-3,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-2,-1],[-1,-2],[-3,-1],[-1,-2],[-3,-1],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,0],[0,-1],[-2,-1],[-2,-2],[-1,-1],[-1,3],[0,1],[0,1],[1,2],[1,2],[0,2],[1,1],[0,1],[1,0],[2,1],[1,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[-2,2],[0,1],[1,1],[2,2],[1,1],[1,1],[-1,0],[-1,1],[0,2],[0,1],[2,1],[2,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[1,1],[2,0],[1,0],[1,0],[2,-2],[2,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[1,2],[0,1],[0,1],[1,0],[2,0],[1,0],[0,1],[1,1],[-2,0],[-2,0],[-1,1],[-1,0],[-1,0],[-1,2],[0,1],[1,1],[1,0],[1,0],[1,-1],[1,-1],[1,1],[0,1],[1,1],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,1],[3,0],[2,1],[1,0],[1,0],[3,0],[3,0],[1,1],[1,1],[1,0],[2,0],[2,0],[1,0],[1,0],[2,1],[1,0],[2,-1],[2,-1],[1,-1],[2,-2],[3,-2],[0,-1],[1,0],[2,0],[1,0],[2,0],[1,-2],[2,-1],[1,-2],[1,-1],[1,-1],[1,-1],[0,-1],[1,-3],[2,-1],[1,-1],[0,1],[0,1],[1,0],[1,1],[2,-1],[1,-1],[1,0],[0,1],[1,0],[0,2],[2,0],[1,1],[1,0],[1,3],[1,1],[0,1],[-3,0],[-3,-1],[-2,-1],[-1,1],[-2,0],[-2,1],[-1,0],[0,1],[0,1],[-3,1],[-1,1],[0,3],[-1,2],[-2,1],[-2,0],[-2,0],[-1,1],[-1,1],[0,1],[-2,1],[-1,1],[2,1],[1,0],[1,0],[1,0],[1,1],[1,0],[1,1],[2,0],[1,-1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,1],[1,0],[1,0],[2,0],[1,-1],[1,0],[3,0],[1,1],[-1,1],[-1,2],[-2,1],[-1,0],[1,2],[1,3],[1,0],[1,1],[1,0],[1,0],[0,1],[-1,1],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,-2],[-2,-2],[-2,-1],[-1,-1],[-1,0],[-2,1],[-2,-1],[-2,0],[-4,0],[0,-1],[-2,-1],[-1,1],[1,1],[0,1],[0,3],[0,1],[-2,2],[0,1],[1,1],[1,1],[0,1],[-1,0],[-1,-1],[-1,1],[-1,1],[0,1],[2,2],[0,1],[0,1],[1,1],[1,0],[1,1],[1,0],[3,1],[2,2],[1,1],[0,1],[1,1],[1,1],[1,1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,1],[-1,0],[0,1],[-2,0],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-2],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-1],[-1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[-1,-2],[-2,-1],[-1,-1],[-2,-2],[-2,-1],[-2,0],[-2,0],[-1,-1],[-1,0],[-2,0],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[-1,-1],[-1,1],[0,1],[0,1],[1,1],[-1,1],[-2,0],[-2,1],[-2,0],[-2,-1],[-1,0],[-3,0],[-1,1],[-1,0],[-1,0],[-2,0],[-1,0],[0,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[1,2],[1,1],[1,1],[0,1],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,-1],[-2,0],[-3,-1],[-3,0],[-1,2],[0,1],[-2,0],[-2,0],[-2,0],[-2,-1],[-2,-1],[-2,0],[-1,0],[-2,0],[-2,-1],[-2,-1],[-1,-1],[-2,0],[-2,0],[-1,-1],[-1,0],[-2,0],[-1,1],[-1,1],[-1,0],[-2,0],[-2,0],[-1,0],[-2,-1],[-1,1],[-2,0],[-2,0],[-2,1],[-1,-1],[-1,0],[-2,1],[-2,1],[-1,0],[-1,0],[-1,1],[-2,2],[0,1],[1,1],[1,0],[0,1],[1,1],[1,0],[1,0],[2,0],[1,1],[0,1],[-2,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[-2,1],[-2,0],[-1,0],[-1,1],[-3,1],[-1,1],[-2,2],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,1],[0,2],[1,1],[0,1],[-1,1],[0,1],[1,2],[3,0],[0,-1],[0,-2],[1,0],[2,1],[1,1],[2,0],[0,-2],[2,0],[1,0],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[1,0],[2,-1],[2,0],[2,1],[1,0],[3,0],[1,1],[2,0],[1,1],[1,1],[1,0],[1,0],[1,1],[1,1],[0,1],[2,-1],[1,0],[2,-1],[1,-1],[1,-1],[3,-1],[1,0],[1,-1],[1,-1],[1,0],[1,1],[2,-1],[1,0],[2,-1],[1,0],[1,1],[1,1],[0,1],[1,0],[2,0],[2,-1],[1,0],[1,1],[0,2],[0,1],[-3,1],[-3,0],[-1,-1],[-1,0],[-1,-1],[-1,1],[-1,0],[-3,0],[-1,-1],[-1,1],[0,1],[0,1],[-2,0],[-1,1],[-1,0],[-1,0],[-2,0],[-1,0],[0,1],[-1,1],[-2,2],[-1,0],[-1,0],[-1,-1],[-2,-2],[-3,-2],[-1,-1],[-1,0],[-1,-1],[-1,0],[-2,1],[0,1],[0,1],[0,1],[-2,0],[-1,-1],[0,-1],[0,-1],[2,1],[1,0],[0,-2],[-1,-1],[-1,-1],[-2,0],[-1,0],[1,1],[0,1],[-2,0],[-1,-1],[-1,1],[-1,1],[-1,1],[-1,0],[-2,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-2,0],[-1,0],[-2,1],[-1,0],[-2,2],[-1,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[1,1],[1,0],[-1,1],[-1,0],[-1,-1],[-1,-1],[0,1],[0,1],[1,1],[1,0],[0,2],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[1,0],[1,0],[2,0],[1,1],[2,0],[1,-1],[1,0],[2,1],[2,1],[1,0],[1,0],[1,-1],[2,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[2,-1],[3,0],[2,0],[3,0],[1,0],[2,1],[1,1],[0,1],[0,1],[2,1],[1,1],[1,1],[3,3],[2,1],[2,0],[1,1],[2,1],[1,0],[1,2],[1,1],[0,1],[0,1],[-1,0],[-1,-2],[-3,-1],[-2,-1],[-2,0],[-1,-1],[-2,-2],[-2,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,1],[-2,0],[-2,0],[-2,0],[-1,0],[-2,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-2,1],[-2,0],[-1,0],[-1,0],[-2,-1],[-3,-1],[-2,0],[-2,-1],[-3,-1],[-1,0],[-3,1],[-1,0],[-1,1],[-1,2],[0,1],[2,1],[1,1],[1,-1],[1,0],[1,1],[1,1],[-2,2],[0,1],[-2,0],[0,-1],[-1,-1],[-1,-1],[-2,0],[0,1],[1,1],[1,2],[0,1],[2,0],[3,1],[1,1],[1,1],[2,1],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[0,2],[0,1],[1,1],[2,1],[2,1],[1,1],[2,1],[-1,0],[-1,0],[-3,0],[-1,1],[0,1],[2,2],[1,2],[2,-2],[1,-1],[1,2],[0,3],[2,1],[1,2],[1,1],[2,1],[3,1],[2,0],[2,0],[1,0],[1,1],[1,0],[1,0],[1,0],[1,0],[1,0],[1,0],[2,1],[0,-1],[3,1],[1,0],[2,0],[2,0],[1,-1],[1,0],[1,1],[1,1],[1,0],[1,-1],[0,-1],[1,0],[1,1],[3,1],[2,0],[1,1],[2,0],[1,1],[1,0],[2,0],[1,0],[0,1],[-1,1],[-3,1],[-2,1],[-1,-1],[-2,1],[-2,0],[-3,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,1],[-1,0],[-1,0],[-1,2],[-1,2],[1,1],[1,0],[1,-1],[1,0],[1,0],[0,1],[0,1],[1,1],[2,0],[1,0],[2,0],[0,1],[0,1],[1,1],[0,1],[1,0],[1,0],[0,-1],[1,-1],[1,0],[2,-3],[0,-1],[1,0],[2,1],[3,0],[2,1],[1,1],[2,1],[2,1],[1,1],[1,1],[1,2],[3,1],[1,1],[2,0],[3,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[3,-1],[3,0],[1,0],[2,0],[1,0],[1,0],[0,1],[0,1],[1,1],[1,2],[2,1],[1,2],[1,0],[2,0],[1,0],[1,0],[1,0],[2,0],[1,1],[2,1],[1,1],[1,1],[1,1],[1,0],[1,0],[1,0],[0,1],[0,1],[1,1],[2,1],[1,0],[2,0],[2,1],[1,0],[2,0],[3,0],[3,1],[1,0],[1,1],[1,1],[2,1],[1,1],[1,1],[1,0],[3,2],[1,0],[1,0],[1,0],[3,0],[1,0],[1,0],[3,0],[2,0],[2,1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,1],[1,0],[1,6],[4,3],[-2,0],[-1,1],[-1,0],[-1,0],[-2,-2],[0,-1],[-2,-1],[-1,-2],[-1,-1],[-1,0],[-2,1],[-1,0],[0,1],[1,1],[1,1],[-1,1],[-1,0],[-2,-1],[0,-1],[-3,-2],[-1,0],[-2,-1],[-2,-1],[-3,-1],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-3,-1],[-1,0],[-2,-1],[-3,0],[-2,-1],[-2,-1],[-2,-1],[-2,0],[-2,-1],[-2,-1],[-2,-1],[-2,-1],[0,-1],[-1,0],[-3,-2],[0,1],[-1,0],[0,1],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[-2,0],[-2,-1],[-3,-1],[-1,-1],[-1,0],[-1,0],[-2,1],[-2,0],[-3,0],[-1,0],[-1,0],[0,1],[-1,0],[1,1],[0,1],[1,3],[2,2],[0,1],[1,1],[1,2],[1,2],[1,3],[1,0],[0,1],[0,1],[1,3],[-1,0],[-1,-1],[-1,-1],[-2,-3],[-2,-2],[-1,-2],[-5,-5],[-3,-4],[-1,-3],[-1,-1],[-1,-1],[-2,-2],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[0,-1],[-1,-1],[-1,-1],[0,1],[-1,1],[1,1],[0,1],[0,1],[-2,0],[-2,0],[-1,0],[-3,-1],[-2,-2],[-1,0],[-2,-1],[-1,0],[-3,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,-2],[-1,-3],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[0,-1],[-2,0],[-3,-1],[0,-1],[-1,0],[-2,0],[-2,-1],[-2,-2],[-2,0],[-1,0],[0,2],[0,2],[1,1],[0,1],[1,0],[1,0],[2,1],[1,1],[-3,0],[-2,0],[-2,0],[-2,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,1],[-1,0],[0,1],[2,3],[-1,1],[0,1],[0,1],[0,2],[0,3],[1,3],[-2,1],[-1,0],[0,1],[1,1],[1,0],[1,-1],[1,1],[1,1],[0,1],[0,1],[-1,0],[-2,0],[1,2],[1,1],[1,0],[0,-1],[1,0],[2,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[0,1],[-1,3],[0,1],[0,2],[1,0],[2,2],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[-1,2],[-2,1],[-1,0],[0,1],[1,1],[1,1],[1,1],[1,1],[-2,0],[-1,-2],[-1,0],[-1,0],[0,1],[0,1],[1,1],[0,1],[1,1],[1,1],[1,2],[1,2],[2,2],[2,2],[0,2],[1,1],[-1,0],[-2,0],[-1,0],[-1,1],[0,1],[1,1],[0,2],[1,3],[0,1],[1,1],[1,-1],[0,-3],[0,-2],[0,-1],[0,1],[1,2],[0,1],[0,1],[0,1],[0,3],[0,1],[1,1],[1,0],[1,0],[1,0],[1,1],[0,1],[1,0],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[1,1],[1,0],[1,0],[0,-1],[1,-1],[0,-2],[1,-1],[0,-1],[0,2],[0,3],[0,1],[0,1],[0,2],[1,1],[1,0],[2,1],[2,2],[3,1],[1,1],[1,0],[2,2],[3,2],[1,1],[2,1],[1,1],[2,2],[3,1],[1,1],[3,1],[3,1],[0,1],[2,0],[-1,1],[-1,1],[-1,0],[1,1],[1,2],[1,0],[1,1],[2,1],[2,2],[1,1],[1,0],[1,1],[2,1],[2,1],[2,-1],[1,0],[2,1],[1,1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,0],[1,1],[1,0],[1,0],[2,1],[0,1],[2,0],[0,1],[0,1],[-1,2],[-2,-1],[-1,-1],[-1,-1],[-2,0],[0,-1],[-2,0],[-1,-1],[-3,-2],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,1],[0,2],[1,0],[1,0],[1,1],[2,1],[3,1],[1,2],[0,1],[2,2],[1,2],[2,1],[2,1],[1,1],[0,1],[1,1],[2,1],[1,1],[1,0],[3,1],[2,1],[3,2],[0,1],[1,1],[1,2],[-1,0],[1,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[2,0],[1,1],[0,1],[0,1],[0,1],[-1,0],[1,1],[2,1],[1,1],[1,1],[2,1],[1,1],[-1,2],[-1,0],[-3,-2],[-3,-2],[-2,-2],[-1,0],[0,-1],[-2,-1],[-1,-1],[-1,-2],[-1,0],[0,-1],[-2,-1],[0,-1],[-2,-1],[-2,-1],[-1,0],[-2,-1],[-2,-1],[0,1],[1,1],[0,1],[-1,1],[0,1],[0,2],[0,1],[1,1],[1,1],[1,1],[0,2],[1,2],[0,1],[1,1],[1,1],[2,3],[1,1],[1,3],[2,0],[2,0],[2,1],[2,0],[0,1],[2,1],[3,2],[0,1],[2,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[2,-1],[3,0],[1,-1],[3,1],[1,-1],[0,-1],[1,-1],[0,-2],[1,0],[1,-1],[1,0],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[1,3],[-1,0],[-1,2],[0,1],[1,0],[1,0],[0,-1],[1,0],[1,0],[1,-1],[1,0],[2,0],[2,0],[0,1],[1,1],[-1,1],[0,1],[0,1],[2,0],[0,1],[3,0],[1,1],[1,0],[2,1],[1,1],[1,0],[0,1],[-2,0],[-1,1],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,0],[-2,0],[-1,0],[-2,0],[-1,1],[-1,0],[1,0],[1,1],[1,0],[0,1],[0,1],[-2,0],[-2,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,1],[-3,1],[1,2],[1,0],[0,1],[1,0],[1,0],[3,0],[1,1],[2,0],[1,1],[1,0],[1,0],[2,-1],[2,-1],[1,-1],[3,0],[1,0],[1,0],[1,0],[0,1],[1,1],[2,0],[1,1],[-1,1],[2,1],[1,0],[1,1],[3,1],[2,2],[1,0],[2,1],[1,0],[1,0],[2,1],[2,0],[1,0],[2,0],[2,0],[3,0],[2,-2],[2,0],[0,-1],[1,0],[0,-1],[1,-1],[0,-1],[0,-2],[0,-2],[2,-1],[1,0],[2,-1],[3,-1],[3,-1],[1,-1],[2,0],[2,-1],[1,1],[1,0],[2,0],[1,0],[1,-1],[-1,-1],[-2,-1],[-1,0],[0,-1],[1,-1],[2,-1],[1,0],[1,-1],[1,-1],[0,-1],[1,0],[1,-1],[1,0],[1,0],[2,2],[1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[1,0],[2,0],[1,-1],[0,-1],[1,-1],[1,0],[2,-1],[2,0],[0,-1],[-1,0],[-2,0],[-2,1],[-1,-1],[1,0],[0,-1],[2,-1],[2,0],[1,-1],[2,-1],[1,0],[1,-1],[2,-1],[1,-2],[1,-1],[2,-1],[0,-1],[2,0],[2,-1],[0,-1],[0,-1],[-1,-1],[0,-3],[0,-2],[1,-2],[0,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[2,1],[1,0],[0,-2],[1,-3],[1,-2],[1,2],[2,2],[3,-1],[2,0],[1,0],[1,1],[-1,1],[2,1],[2,0],[1,1],[2,1],[2,0],[2,1],[2,1],[2,0],[1,0],[1,0],[1,1],[0,2],[0,1],[1,1],[1,0],[1,0],[1,-1],[4,0],[2,0],[2,-1],[1,-1],[1,0],[2,0],[1,1],[0,1],[-1,2],[-1,3],[2,0],[1,-1],[2,0],[0,1],[1,0],[1,1],[1,0],[1,0],[1,-1],[0,-2],[1,0],[0,-1],[1,0],[1,0],[1,-1],[2,-2],[2,-2],[0,-2],[2,-2],[1,-1],[1,-1],[2,0],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[0,1],[1,0],[2,0],[1,-1],[1,-1],[1,-4],[0,-2],[1,-1],[1,-1],[2,1],[2,1],[1,-1],[1,-1],[1,-2],[2,-1],[1,-2],[1,-1],[2,-1],[2,-1],[2,1],[2,0],[2,-2],[0,-1],[0,-2],[1,0],[1,0],[0,-1],[0,-2],[1,-1],[0,-1],[2,0],[1,0],[2,0],[3,1]],[[2470,4840],[2,1],[1,0],[1,0],[2,-1],[1,0],[0,-1],[1,-1],[-1,0],[-1,0],[-3,-1],[-2,-1],[-1,0],[-1,0],[0,3],[0,1],[1,0]],[[5932,7567],[2,0],[0,-1],[2,-1],[3,-2],[1,-1],[2,0],[2,0],[1,0],[0,1],[2,0],[2,0],[0,-1],[0,-1],[-1,-2],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-3,-1],[-1,0],[-2,0],[-2,1],[-1,0],[-2,0],[-1,0],[-1,0],[0,-1],[1,-1],[0,-1],[0,-1],[-2,-1],[-1,-1],[0,-1],[-3,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-2,-1],[-1,1],[-1,0],[-1,1],[1,2],[1,1],[3,2],[2,2],[1,1],[0,1],[0,1],[-1,3],[1,2],[1,1],[1,1],[3,2],[2,1],[2,2],[2,1],[1,0],[2,1],[1,0]],[[5859,7543],[1,0],[1,0],[3,-1],[2,-1],[2,0],[1,0],[2,0],[1,0],[4,-1],[2,-1],[2,-1],[0,-1],[-1,0],[-2,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-1,1],[-2,0],[-2,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-3,2],[-1,1],[-1,2],[0,1],[0,1],[0,1],[0,2],[1,0],[0,1],[3,2],[2,1],[2,1]],[[5950,7585],[3,0],[3,-1],[1,0],[0,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,2],[0,1],[0,1],[0,1],[1,0],[1,0]],[[2463,4854],[1,1],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,-1],[1,-4],[1,-2],[0,-1],[-1,0],[-2,-1],[-3,-1],[-3,0],[-1,1],[-1,3],[0,2],[-1,1],[0,1],[1,1]],[[6037,7618],[3,-1],[2,0],[2,-1],[1,0],[2,-1],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[-1,-1],[1,-2],[2,-1],[1,-1],[1,-1],[0,-1],[3,-3],[-1,-3],[-2,0],[-1,0],[-4,-1],[-2,0],[-2,1],[-1,0],[0,1],[0,1],[0,1],[-2,2],[-1,1],[-1,1],[-1,0],[-1,1],[-2,0],[-1,1],[-2,1],[-2,2],[0,1],[2,1],[0,1],[0,1],[1,1],[0,1],[1,1],[1,1]],[[6052,7649],[1,0],[2,-3],[2,-2],[1,-2],[1,-1],[0,-2],[2,-2],[0,-1],[1,-2],[0,-2],[-2,0],[-1,-2],[-1,-1],[-4,0],[-1,0],[-1,-2],[0,-1],[-1,0],[-1,-1],[-3,0],[-2,-1],[-2,0],[-2,1],[-2,0],[-1,1],[-1,0],[0,2],[-1,0],[2,2],[1,3],[2,1],[1,1],[-1,1],[1,2],[0,1],[1,3],[2,2],[1,2],[5,3],[1,0]],[[2325,4689],[2,1],[1,1],[2,0],[2,-1],[0,-1],[-1,-1],[-1,-1],[-2,-2],[-1,1],[-2,2],[0,1]],[[2484,4926],[1,1],[2,-1],[1,-1],[1,0],[1,0],[0,-1],[1,-3],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,1],[-2,2],[-2,2],[-1,2],[0,1],[0,1],[1,1]],[[2334,4704],[1,1],[1,0],[1,0],[2,-1],[2,-1],[1,0],[2,-1],[1,0],[1,-1],[2,0],[2,-1],[0,-1],[0,-2],[0,-1],[-1,0],[-1,0],[-2,-1],[-2,-2],[-3,-1],[-2,-1],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[-1,1],[-1,1],[-1,1],[-1,1],[0,2],[1,1],[0,1],[1,0],[0,1],[-1,0],[1,1]],[[6067,7660],[1,-1],[0,-1],[1,-2],[2,-3],[1,-3],[1,0],[-1,-2],[-1,-2],[0,-2],[0,-1],[-2,1],[-2,1],[-2,2],[-2,3],[-1,2],[-1,1],[0,1],[0,1],[1,3],[1,1],[2,1],[1,0],[1,0]],[[5858,7587],[1,0],[0,-1],[2,0],[1,0],[2,1],[2,0],[1,0],[2,-1],[2,0],[1,0],[4,0],[3,-1],[3,-1],[0,-1],[1,0],[-1,-3],[-1,-1],[0,-3],[0,-1],[4,-3],[1,0],[1,1],[1,1],[-1,2],[0,1],[0,1],[1,1],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,0],[1,0],[1,2],[0,1],[1,0],[4,0],[1,1],[1,1],[-1,0],[0,1],[0,1],[2,0],[1,0],[-1,-1],[1,-1],[1,-1],[1,-1],[1,0],[2,-1],[1,0],[1,-2],[0,-1],[-1,0],[-1,0],[-1,0],[-4,-1],[-2,-2],[0,-2],[0,-2],[-1,-1],[0,-1],[-2,-1],[-3,-1],[-1,0],[-2,-1],[0,-1],[0,-1],[1,-2],[1,0],[1,-1],[0,-1],[-1,-1],[-1,-2],[-4,-2],[-2,-1],[-2,0],[-1,1],[-2,0],[-1,1],[-4,1],[-2,1],[-2,1],[-2,1],[-3,-1],[-4,0],[-2,1],[-4,0],[-2,1],[-2,0],[-3,3],[-1,1],[-3,3],[-1,2],[-1,2],[-1,2],[-1,0],[0,1],[0,1],[1,1],[2,2],[1,1],[1,1],[1,1],[2,0],[1,0],[3,1],[2,0],[0,1],[0,1],[0,2],[0,1],[2,0]],[[5931,7620],[3,0],[3,-1],[2,-3],[0,-1],[-1,-1],[-2,0],[-1,1],[-1,1],[-2,1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[2,0]],[[5919,7618],[3,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-2],[-2,-2],[-2,1],[-1,1],[-1,2],[0,1],[1,1],[1,3],[2,1],[1,0]],[[5943,7627],[3,0],[1,-1],[1,-2],[0,-1],[-2,-1],[-2,0],[-1,-1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[1,1],[1,0],[1,0]],[[5890,7612],[1,0],[2,0],[2,0],[2,-1],[1,-1],[-1,-1],[-3,-2],[-2,-1],[-1,-3],[-1,-1],[0,-1],[-1,-1],[-1,0],[-2,1],[-1,1],[1,0],[1,1],[-1,2],[-2,2],[0,1],[1,1],[2,2],[2,1],[1,0]],[[2240,4587],[2,1],[2,1],[1,2],[1,0],[1,0],[0,-1],[3,-1],[-1,-2],[0,-1],[-1,-1],[-1,0],[-2,-1],[-2,-2],[-1,0],[-1,0],[-1,1],[0,2],[0,1],[-1,1],[1,0]],[[5865,7604],[3,1],[1,0],[1,0],[2,0],[1,0],[3,1],[1,0],[1,0],[1,-1],[0,-1],[-3,-3],[-3,-2],[-1,-1],[1,0],[3,2],[2,1],[1,1],[1,0],[0,-1],[1,-1],[1,0],[2,0],[2,1],[0,-1],[-2,-1],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,0],[-1,0],[-2,1],[-2,-1],[0,-1],[1,0],[1,-1],[3,-1],[1,0],[1,-1],[-2,-1],[-1,0],[-2,0],[-3,1],[-2,1],[-2,1],[0,-1],[-1,0],[-2,-1],[-2,1],[-1,1],[0,1],[-1,1],[-2,0],[-1,-1],[-1,1],[2,3],[-1,3],[-1,1],[2,2],[3,0]],[[2299,4684],[2,2],[3,1],[1,0],[1,1],[2,0],[1,-1],[0,-1],[-2,-2],[-1,-1],[-1,0],[-2,-1],[-2,-2],[-1,-1],[-1,0],[-2,1],[0,1],[0,2],[2,1]],[[5982,7652],[1,0],[0,-1],[3,0],[1,0],[2,1],[2,1],[2,0],[1,0],[2,-1],[1,-2],[2,-2],[-1,-2],[0,-1],[0,-1],[1,-1],[1,-1],[-1,-2],[-1,-1],[-1,0],[-3,0],[-1,0],[-3,-1],[-5,-1],[-2,0],[-2,0],[-2,1],[-3,2],[-1,0],[0,1],[1,1],[0,3],[-1,1],[1,2],[2,2],[2,1],[2,1]],[[2203,4539],[2,1],[1,1],[1,-1],[1,0],[1,1],[1,0],[0,1],[1,-1],[2,-2],[0,-1],[1,-2],[2,-2],[2,-2],[1,-1],[0,-1],[0,-2],[2,-3],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[1,0],[1,1],[1,-1],[1,-2],[0,-1],[-1,0],[0,-1],[-1,-2],[0,-2],[-1,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-2,-2],[-2,-1],[-1,-1],[-1,0],[-1,0],[0,2],[-1,0],[0,1],[0,1],[1,2],[0,1],[1,2],[1,3],[0,1],[1,1],[0,1],[1,1],[2,0],[2,1],[0,1],[2,2],[-1,1],[0,1],[-1,-1],[-1,-2],[-1,-1],[-2,-2],[-1,-1],[-2,0],[-1,1],[0,1],[0,-1],[0,-1],[0,-2],[-1,-1],[0,2],[-1,1],[0,1],[-1,-1],[-2,0],[-1,2],[-1,2],[0,3],[-1,3],[0,4],[0,1],[3,0],[2,-1],[0,-2],[1,-1],[-1,2],[0,1],[0,1],[1,1],[1,1],[1,1],[1,0],[1,0],[1,0],[0,1],[-1,2],[-2,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-2,-1],[-1,0],[-1,-1],[-1,1],[1,3],[0,3],[1,2],[1,1]],[[2253,4621],[1,1],[2,1],[1,0],[0,-1],[0,-1],[0,-3],[0,-1],[-1,0],[0,-1],[-1,0],[-2,-1],[-1,0],[-2,1],[1,3],[2,2]],[[2224,4577],[1,1],[1,0],[1,0],[2,2],[0,1],[1,1],[0,-2],[-1,0],[0,-1],[0,-1],[0,-2],[1,2],[1,1],[1,0],[1,-1],[0,-3],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,0],[1,-1],[1,-1],[1,-1],[-1,0],[-1,0],[-1,2],[-1,1],[-1,1],[-1,0],[0,-3],[-1,-1],[-1,-1],[-1,1],[0,1],[0,1],[1,1],[0,-1],[1,1],[1,1],[0,1],[-1,0],[-1,2],[1,0]],[[2248,4615],[2,1],[2,-1],[1,0],[0,-1],[0,-2],[-1,0],[-2,-2],[-1,-1],[-1,0],[-2,1],[0,1],[0,1],[1,1],[0,1],[1,1]],[[2296,4695],[0,1],[1,0],[1,0],[3,-1],[1,0],[1,-1],[0,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[1,0]],[[2264,4646],[2,-1],[2,0],[0,-1],[2,-1],[2,-1],[3,-1],[1,0],[0,-2],[1,-1],[-1,-1],[-1,0],[0,1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-2,2],[-2,3],[-2,2],[-1,1],[-1,1],[0,1],[0,2],[2,0]],[[2288,4694],[2,2],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-3,1],[-1,1],[0,1],[1,1]],[[2238,4615],[2,1],[1,0],[1,-1],[1,0],[1,-1],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,1],[0,1],[-1,1],[-1,0],[0,-1],[-2,0],[-1,3],[1,0]],[[2231,4609],[1,0],[2,-1],[1,-2],[1,-1],[2,-1],[2,-1],[0,-2],[0,-1],[0,-1],[1,0],[2,0],[0,1],[0,1],[-1,0],[0,2],[-1,1],[0,1],[1,1],[0,1],[0,-2],[0,-1],[1,0],[2,0],[2,-1],[0,-1],[1,0],[0,1],[1,1],[0,2],[1,0],[0,1],[1,1],[2,0],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[0,-2],[-2,0],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,-1],[-2,-1],[-1,0],[-2,1],[-2,0],[-1,1],[0,1],[-1,1],[-1,0],[0,1],[-2,1],[-1,0],[0,2],[0,2],[0,3],[-1,0],[0,1],[1,0]],[[2420,4901],[1,0],[1,-1],[1,1],[1,0],[0,1],[0,1],[1,1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[0,1],[-1,0],[0,1],[1,0],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,0],[-3,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,1],[-1,1],[1,0]],[[2221,4602],[2,0],[2,0],[1,0],[2,-2],[1,-1],[2,-2],[1,0],[0,-1],[0,-1],[-1,-1],[-2,-1],[0,-1],[-2,-1],[-1,-1],[-1,0],[-2,0],[-1,1],[-1,1],[-1,1],[-1,0],[0,1],[0,1],[0,2],[1,2],[0,3],[1,0]],[[2225,4619],[1,0],[1,0],[2,-1],[1,-1],[1,1],[0,3],[1,2],[0,2],[3,2],[2,-1],[0,-2],[-1,-1],[0,-4],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-2,1],[0,1],[-1,1],[0,2],[1,1],[-1,1]],[[2279,4708],[2,0],[1,0],[1,-1],[1,0],[3,1],[1,1],[0,1],[2,2],[2,0],[2,0],[1,-1],[0,-1],[-1,-1],[-1,-2],[-1,0],[-1,-1],[-2,-2],[-1,-2],[-3,-1],[-2,0],[-1,0],[-1,1],[-1,0],[0,1],[-1,2],[0,2],[-1,0],[1,1]],[[2218,4613],[1,1],[1,0],[0,1],[1,0],[2,-2],[0,-2],[1,-1],[1,0],[0,-1],[0,-2],[-1,1],[-2,1],[-2,2],[-2,2],[-1,0],[0,1],[1,-1]],[[2355,4827],[2,2],[2,0],[1,0],[1,1],[1,0],[1,0],[3,2],[1,0],[1,2],[2,1],[1,0],[1,0],[1,0],[1,0],[1,3],[0,2],[1,2],[1,-1],[2,-1],[1,-2],[1,-1],[0,1],[1,0],[1,1],[1,-1],[1,-1],[1,0],[2,1],[2,0],[2,-1],[1,-1],[1,0],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,1],[-1,-1],[-1,-2],[-1,-2],[-1,-3],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[1,2],[0,2],[0,1],[0,1],[0,1],[1,0],[1,0],[1,1],[0,1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,1],[2,3],[2,1],[1,1],[2,1],[2,-1],[1,1],[1,0],[-2,2],[0,1],[1,0],[1,0],[1,0],[0,3],[-1,0],[-1,0],[0,2],[2,2],[0,-1],[1,0],[1,0],[2,2],[2,0],[1,1],[2,0],[1,0],[-1,-1],[0,-1],[-1,-1],[1,-2],[1,-1],[1,0],[1,0],[2,1],[1,0],[0,-1],[-1,-1],[-1,-1],[-3,0],[-1,0],[-2,0],[-2,-1],[0,-1],[3,0],[2,1],[2,0],[1,0],[2,0],[1,0],[-1,-1],[-2,0],[-1,-1],[1,0],[0,-1],[-1,0],[-1,-1],[-3,-1],[-1,0],[0,1],[1,1],[1,1],[1,0],[-1,1],[-2,-1],[-1,0],[-2,1],[-1,0],[-1,0],[0,-2],[1,-3],[2,1],[1,0],[1,0],[0,-1],[1,-1],[-1,0],[1,-1],[1,0],[1,1],[1,0],[0,1],[1,0],[1,1],[3,0],[1,0],[0,-1],[-1,-1],[-2,0],[-1,-1],[-2,-1],[-2,-1],[-2,0],[-2,-1],[-2,1],[-2,0],[-1,-2],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-2,-1],[-2,-1],[-2,-2],[-1,0],[0,1],[-1,0],[-1,0],[-2,0],[-3,0],[0,1],[0,2],[1,1],[0,2],[-1,1],[-2,1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,0],[0,1],[1,2],[-1,0],[-1,0],[0,-1],[0,-2],[-1,0],[0,-1],[-1,0],[-1,0],[-2,0],[-2,0],[-1,0],[-1,-1],[-1,-1],[-2,0],[-2,1],[-2,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[1,0],[0,-1],[-1,0],[-2,0],[0,1],[0,2],[0,2],[0,2],[0,2],[-1,0],[-1,2],[0,1],[2,2]],[[2270,4701],[1,1],[1,1],[1,1],[0,1],[1,1],[2,-1],[1,-2],[0,-2],[-1,-1],[-1,0],[-2,0],[-2,0],[-1,0],[0,1]],[[2219,4621],[1,2],[2,2],[2,2],[2,0],[1,-1],[0,-1],[-1,-1],[-1,-3],[0,-1],[-1,-1],[0,-2],[-2,-2],[0,1],[-2,2],[-1,2],[-1,1],[1,0]],[[2405,4908],[1,0],[2,2],[0,1],[1,0],[1,0],[3,0],[0,-1],[-1,-1],[0,-1],[-2,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[0,1],[0,1]],[[2238,4652],[2,0],[1,-1],[0,1],[1,0],[1,1],[1,1],[1,0],[2,1],[1,0],[3,-1],[1,-1],[2,-3],[1,0],[1,0],[0,-3],[0,-3],[1,-1],[1,0],[0,1],[1,0],[1,-2],[0,-2],[0,-2],[-1,-1],[-1,-1],[-1,-1],[1,-1],[2,0],[2,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,-2],[-2,-2],[-2,-3],[-2,-2],[-2,-2],[-1,1],[-1,0],[-1,3],[-1,2],[-1,1],[-1,1],[-1,2],[1,1],[2,0],[2,0],[3,0],[-2,0],[-1,1],[-1,0],[0,1],[-1,1],[-2,0],[-2,0],[-1,1],[-1,1],[-2,0],[-2,1],[-2,0],[-1,0],[-1,0],[1,1],[1,2],[1,1],[2,2],[2,0],[2,0],[1,0],[1,0],[1,0],[0,1],[-1,0],[-2,1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,1],[2,1],[1,1],[1,2],[2,2],[-1,1],[0,1],[0,1],[0,2],[1,2],[1,0]],[[2323,4788],[2,1],[1,1],[1,0],[1,-1],[0,-2],[0,-1],[0,-2],[1,0],[0,-1],[2,0],[1,0],[0,-2],[-1,0],[-2,-2],[-2,-2],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-1,1],[-1,1],[-2,1],[-1,1],[0,1],[0,1],[1,0],[0,2],[1,0],[0,2],[2,2],[1,0],[2,1],[0,1],[-1,0],[0,1],[0,1]],[[2324,4807],[0,1],[1,0],[3,0],[1,0],[0,-1],[0,-1],[1,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[2,1],[1,2],[2,1],[1,1],[0,1],[1,0],[0,1],[1,1],[1,1],[1,0],[1,0],[1,-1],[0,-1],[1,0],[1,0],[1,1],[1,0],[2,1],[1,-1],[-1,-1],[0,-1],[1,0],[2,0],[1,-1],[1,-2],[0,-2],[1,-1],[-1,-1],[-1,-2],[-2,-2],[-1,-1],[-2,-1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,1],[-1,0],[-2,-1],[-2,-2],[-1,0],[-1,0],[-3,1],[-1,0],[-2,3],[0,1],[1,1],[0,1],[-1,0],[1,0]],[[2196,4608],[0,1],[1,0],[2,0],[2,1],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-2],[-1,-1],[1,-1],[0,-1],[-2,-2],[-1,-1],[-1,0],[0,1],[-1,2],[-1,2],[-2,2],[0,1],[-2,3],[1,0]],[[2249,4692],[1,1],[1,1],[2,1],[2,0],[2,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-2,-1],[-2,0],[-1,0],[0,1],[-1,0],[0,1],[-2,0],[1,0]],[[5777,7633],[3,0],[1,0],[1,-1],[-1,-2],[0,-2],[-1,-2],[-1,-1],[-2,0],[-2,1],[-1,3],[-1,1],[1,1],[0,1],[1,1],[2,0]],[[2203,4623],[3,-1],[1,0],[0,-1],[0,-1],[1,0],[1,1],[0,2],[0,1],[1,0],[1,1],[1,0],[0,-1],[0,-1],[2,-1],[1,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[-2,-1],[-1,0],[-2,1],[-1,0],[-1,1],[-1,0],[-2,-1],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[1,0],[1,1],[1,1],[-2,1],[0,2],[2,0]],[[2252,4713],[2,0],[2,1],[2,0],[1,0],[1,0],[1,1],[1,0],[0,1],[-1,0],[0,1],[0,1],[1,1],[1,0],[1,0],[1,2],[2,1],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,-2],[-2,-1],[-3,-1],[-1,-1],[-2,-1],[-1,0],[0,1],[0,1],[1,0],[1,1],[0,1],[0,1],[-2,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[-1,-1],[-1,-1],[-1,0],[-2,2],[0,1],[0,1],[1,1]],[[2350,4873],[1,0],[2,0],[2,1],[1,0],[2,0],[3,0],[1,0],[2,1],[1,0],[1,0],[1,-1],[-2,-3],[-1,0],[-1,-2],[-1,-1],[-1,-1],[-2,0],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[1,0],[2,0],[1,1],[-1,2],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[1,0],[0,1],[0,1],[1,0]],[[2232,4693],[2,1],[1,1],[2,1],[1,0],[2,0],[1,1],[1,0],[1,1],[2,0],[3,1],[0,-1],[-1,-1],[-2,-3],[-2,-2],[-2,0],[-3,-1],[-2,0],[-1,-1],[-2,-1],[0,1],[-1,1],[0,1],[0,1]],[[2212,4663],[1,0],[0,1],[2,1],[1,-1],[-1,-1],[-1,-2],[1,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[2,2],[0,1]],[[2296,4795],[2,1],[1,1],[1,0],[1,0],[1,0],[1,-3],[-1,-1],[0,-1],[-1,0],[-3,1],[-2,1],[0,1]],[[2305,4812],[1,1],[2,1],[1,-1],[2,-3],[0,-1],[0,-2],[-1,0],[0,-1],[0,-1],[-1,0],[1,-1],[2,1],[2,0],[1,0],[0,-1],[2,-3],[0,-1],[1,-1],[1,-2],[1,-1],[0,-1],[-1,-2],[-2,-3],[1,-3],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,2],[0,2],[0,1],[-2,2],[0,1],[-1,0],[-2,-1],[-1,1],[0,1],[1,2],[1,1],[-1,1],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[-1,2],[0,1],[-1,1],[-1,-1],[-1,1],[0,1],[1,3],[1,2],[1,1]],[[2224,4689],[2,1],[2,0],[2,0],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[-2,-2],[-1,-1],[-2,1],[-1,1],[-1,0],[0,1],[0,1]],[[2234,4717],[2,2],[2,1],[1,1],[1,1],[1,1],[2,1],[1,-1],[1,-3],[0,-2],[-1,-1],[0,-1],[0,-1],[-2,-1],[-2,-1],[-2,0],[-1,0],[-3,0],[-1,0],[-1,2],[2,2]],[[2249,4744],[1,1],[1,0],[1,1],[2,0],[2,1],[1,0],[1,0],[1,-2],[1,-1],[0,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-3,-2],[-1,-1],[-1,2],[1,1],[-1,1],[0,1],[1,1],[1,1]],[[2326,4863],[1,1],[1,0],[1,0],[2,0],[1,0],[1,0],[3,1],[2,1],[2,0],[1,0],[3,-1],[1,0],[2,0],[3,1],[3,-1],[1,-1],[0,-1],[-2,1],[-2,0],[-2,0],[-1,-1],[-1,0],[-2,0],[-2,0],[-2,0],[-1,1],[-1,0],[-3,-1],[-1,0],[-3,0],[-1,0],[-4,-1],[0,1]],[[2262,4767],[2,1],[2,1],[1,1],[1,1],[2,3],[1,1],[2,1],[1,2],[2,1],[1,0],[1,0],[1,0],[1,-1],[2,-1],[2,-1],[2,-2],[0,-1],[0,-3],[0,-2],[1,-2],[1,0],[3,2],[1,1],[1,1],[1,0],[1,1],[1,1],[0,1],[0,1],[-1,0],[-1,-1],[-2,-1],[0,-1],[0,-1],[-1,-1],[-1,1],[-1,0],[0,1],[1,2],[0,1],[0,1],[-1,2],[-1,0],[-1,2],[0,1],[-1,2],[-2,1],[0,1],[0,1],[0,1],[1,3],[2,1],[1,1],[1,1],[1,-2],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,-2],[0,-2],[0,-1],[1,0],[1,-1],[0,-2],[0,-1],[1,-1],[1,0],[1,1],[0,1],[1,0],[1,0],[0,-1],[2,-2],[2,-3],[0,-2],[0,-2],[0,-1],[0,-3],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-2],[0,-3],[0,-1],[-1,0],[0,-1],[-3,-1],[-1,-1],[0,-1],[-1,-2],[0,-3],[0,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[-2,0],[-1,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-1,0],[-2,-1],[-2,0],[-1,0],[0,3],[0,3],[1,2],[0,1],[0,2],[-1,-1],[0,-1],[0,-1],[-2,-1],[-1,0],[-2,1],[-1,0],[0,1],[0,2],[-2,2],[-3,1],[0,1],[0,2],[2,3],[2,1],[1,1],[3,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[2,2],[1,2],[-3,0],[-1,1],[-1,0],[-1,0],[-2,-2],[-3,-2],[-1,0],[-1,0],[-1,0],[-3,-1],[0,1]],[[2227,4711],[1,0],[1,0],[3,-1],[1,0],[2,-1],[0,-1],[-2,-1],[-1,-1],[-2,0],[-1,1],[-1,0],[-2,1],[-1,0],[1,2],[0,1],[1,0]],[[2226,4716],[2,2],[1,0],[2,1],[0,1],[2,1],[1,1],[1,1],[0,-1],[1,0],[0,-1],[-1,0],[0,-2],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[0,1]],[[2205,4682],[2,2],[1,1],[0,1],[2,0],[1,0],[1,-1],[1,-1],[0,-2],[0,-1],[1,-1],[1,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-2,0],[-1,1],[-1,1],[0,3],[-2,2],[0,1]],[[2252,4756],[1,0],[1,3],[2,2],[1,-1],[1,-1],[0,-1],[0,-1],[1,0],[1,1],[1,-1],[-1,0],[-1,-2],[-1,0],[-1,-1],[-3,-1],[-1,0],[0,1],[-1,1],[-1,0],[1,1]],[[2282,4803],[2,1],[3,2],[1,0],[2,1],[1,0],[1,0],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,0],[3,0],[0,-2],[-1,-2],[0,-2],[2,0],[1,1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-2,0],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-2,-1],[-2,-1],[-2,-1],[-1,0],[-1,1],[1,1],[-1,0],[1,1],[1,2],[0,1],[2,1],[2,1],[-1,2],[1,2],[1,1]],[[2270,4785],[1,2],[1,1],[1,0],[1,0],[0,-1],[1,-3],[0,-1],[-1,-1],[-2,-2],[-2,-2],[-1,0],[-1,0],[0,1],[0,2],[0,1],[0,1],[1,1],[1,1]],[[2306,4863],[2,0],[1,1],[1,1],[2,1],[1,0],[2,1],[2,1],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[1,-1],[0,1],[1,1],[2,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-3,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[3,2]],[[2227,4747],[1,1],[1,-1],[1,0],[1,1],[-1,1],[-1,0],[1,1],[2,1],[2,1],[2,0],[1,0],[2,-1],[1,-1],[1,0],[-1,-1],[-2,-2],[-1,0],[-2,-1],[-2,-1],[-3,0],[-1,0],[-1,0],[-1,-1],[-1,0],[0,1],[0,1],[1,1]],[[2297,4860],[2,1],[0,1],[3,1],[0,1],[1,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-3,0],[-1,0],[0,1],[2,2]],[[2293,4855],[1,1],[1,1],[1,0],[2,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[-1,-2],[0,-1],[-2,-1],[-3,-1],[0,-1],[-2,0],[-2,-1],[-1,0],[-1,-1],[-1,0],[0,1],[1,1],[1,2],[1,1],[0,2],[2,2]],[[2280,4837],[1,1],[1,0],[1,1],[2,1],[1,0],[2,-1],[-1,-1],[0,-1],[0,-1],[2,0],[0,1],[1,1],[0,1],[1,0],[2,2],[1,1],[1,0],[1,0],[1,-1],[-1,-1],[0,-1],[1,0],[1,0],[1,1],[0,1],[3,2],[1,1],[1,1],[1,0],[1,0],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[1,0],[1,1],[1,1],[1,0],[2,1],[1,1],[3,3],[1,1],[-1,-1],[0,-1],[1,0],[1,1],[1,1],[2,2],[1,0],[1,0],[0,1],[0,1],[-1,1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,-1],[-1,-1],[-2,-1],[-1,0],[2,3],[1,1],[1,2],[1,0],[3,2],[2,1],[2,0],[0,-1],[1,-1],[1,0],[1,2],[2,1],[1,1],[3,1],[2,0],[1,1],[4,1],[1,0],[1,0],[2,1],[1,0],[3,0],[1,0],[2,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,1],[1,0],[0,-1],[0,-1],[1,0],[2,0],[3,1],[3,0],[1,1],[1,0],[1,1],[3,0],[2,1],[2,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-1],[1,0],[2,2],[2,0],[0,-1],[-1,-1],[1,0],[0,1],[2,2],[1,0],[1,-1],[1,0],[0,1],[1,1],[-1,0],[1,1],[1,0],[1,0],[1,-1],[3,0],[1,0],[0,-2],[0,-1],[-1,0],[-3,-1],[-2,-1],[-2,-1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-2],[1,-1],[0,-1],[-1,-1],[-1,-2],[-2,-2],[-1,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,1],[-1,2],[-1,1],[-2,1],[0,1],[-1,0],[0,-1],[0,-2],[1,-2],[0,-3],[0,-1],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[0,1],[1,1],[1,1],[0,2],[1,2],[0,3],[0,1],[1,2],[0,1],[1,1],[-1,0],[-2,-1],[-3,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[1,0],[1,0],[0,-1],[1,-3],[0,-1],[0,-1],[-2,0],[-1,0],[-1,-1],[0,-1],[-1,2],[1,1],[0,1],[0,1],[-1,1],[-1,-1],[-2,-1],[-3,-1],[-3,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-3,0],[-3,0],[-2,-1],[-2,0],[-2,1],[-2,0],[-1,0],[-1,-1],[-2,0],[-1,0],[1,2],[-1,1],[0,-1],[-1,-2],[-2,-1],[-1,0],[-1,-1],[-2,0],[-1,-1],[-2,-1],[-2,0],[-2,-1],[-1,0],[-3,-2],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-4,-1],[-2,-2],[1,0],[2,0],[1,1],[1,1],[1,1],[1,0],[1,-1],[-1,-1],[-1,0],[-2,-1],[-2,-1],[-2,-1],[-2,-1],[-2,0],[-1,-1],[-2,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[0,1],[0,1],[1,0],[1,1],[1,1],[1,0],[1,0],[2,1],[1,1],[0,1],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[0,1],[1,3],[1,3],[1,0],[1,0],[1,3],[-1,0],[0,1],[0,1],[1,0],[1,1],[1,1],[0,1],[-1,2],[-1,0],[-1,0],[0,1],[1,0],[1,1]],[[2235,4773],[1,1],[1,1],[1,1],[3,2],[1,1],[1,-1],[1,-2],[-1,-2],[-3,-1],[-2,-1],[-2,-1],[-1,0],[0,1],[0,1]],[[2236,4784],[1,1],[1,1],[0,1],[2,2],[1,1],[1,0],[2,1],[1,0],[1,0],[0,-1],[-3,-1],[0,-1],[1,1],[1,0],[1,1],[1,0],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[0,-1],[-1,0],[-2,-2],[-1,-1],[-1,0],[-2,0],[0,1],[1,1]],[[2285,4863],[1,1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,1],[1,0],[3,0],[1,-1],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-2,0],[-1,-2],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[1,1]],[[2558,5260],[1,0],[2,0],[3,0],[1,1],[2,0],[1,1],[1,-1],[5,1],[3,1],[1,-1],[1,-1],[0,-1],[-1,-2],[0,-1],[-2,-3],[-2,-3],[-1,0],[-1,0],[-1,-1],[-1,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-2],[-2,0],[-1,0],[0,1],[0,1],[0,1],[1,1],[1,0],[1,1],[-2,1],[0,1],[-2,0],[-2,0],[-3,1],[0,2],[1,2],[2,1],[1,1],[0,1],[-1,0],[-1,1],[-1,-1],[-1,-1],[-1,-1],[0,1],[-1,1],[1,0],[0,1],[0,1],[-1,0],[0,1],[1,0]],[[2295,4888],[1,0],[2,0],[2,0],[1,-1],[1,0],[1,-2],[1,-1],[1,0],[2,-1],[0,-1],[1,-1],[-1,0],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-1,-1],[-1,0],[-2,0],[-2,0],[-1,0],[-2,0],[-1,1],[0,1],[0,1],[0,2],[0,2],[1,0],[1,0],[0,2],[1,1],[-1,0],[1,1],[0,1]],[[2538,5285],[1,0],[4,0],[2,1],[2,1],[1,0],[1,0],[1,0],[2,0],[1,-1],[1,-2],[1,-2],[-3,-2],[0,-1],[2,0],[0,-1],[0,-1],[-1,0],[-3,0],[-1,0],[-1,1],[-2,0],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-2,0],[-2,0],[-2,1],[-1,0],[0,1],[1,1],[1,1],[1,1],[1,1],[1,1],[0,2],[0,1]],[[2475,5257],[0,1],[1,0],[2,1],[1,0],[1,2],[1,2],[2,2],[2,2],[2,2],[2,0],[1,1],[2,1],[1,2],[-1,1],[-2,0],[-1,1],[0,1],[0,1],[1,2],[1,1],[1,0],[2,0],[2,0],[1,0],[0,-1],[1,0],[4,0],[1,1],[1,1],[1,0],[2,-1],[2,0],[1,0],[1,-1],[1,-1],[2,-1],[1,-1],[0,-2],[1,-2],[1,-1],[2,-2],[1,-1],[3,-1],[2,0],[1,0],[1,1],[1,1],[1,0],[1,0],[2,1],[2,0],[3,0],[1,0],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-3],[-1,-1],[0,-1],[1,-1],[0,-1],[1,0],[0,1],[1,1],[1,1],[1,1],[1,0],[3,-1],[3,0],[2,0],[1,0],[1,0],[0,-1],[0,-2],[0,-3],[-1,-3],[0,-1],[-2,-3],[-1,-2],[-1,-2],[-2,-2],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[0,-2],[0,-1],[-1,-2],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-2,0],[-3,1],[0,1],[2,2],[0,1],[1,2],[-1,0],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-2,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-3],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[1,-2],[0,-2],[1,-3],[1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-2],[-1,-3],[-1,-2],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,-2],[-1,-2],[0,-1],[0,-3],[0,-1],[1,-2],[0,-2],[0,-1],[0,-2],[1,-3],[1,-2],[0,-2],[-1,-1],[-1,0],[-1,-1],[-1,-3],[-1,-2],[-2,0],[-1,1],[0,1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-1,0],[-1,-1],[-1,-1],[0,-3],[0,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,2],[-1,2],[-1,2],[-1,1],[-1,-1],[-2,0],[-1,1],[-1,1],[0,1],[0,3],[0,2],[0,1],[0,1],[1,0],[1,1],[-1,3],[-1,1],[-1,2],[-1,1],[-1,1],[0,3],[-1,1],[0,1],[0,2],[-1,2],[0,2],[-1,2],[1,2],[0,2],[-1,2],[0,3],[0,1],[-1,3],[-1,2],[-1,0],[-1,2],[0,3],[0,2],[0,1],[0,2],[0,3],[-1,0],[-2,1],[-1,-1],[-1,1],[0,1],[-1,4],[1,0],[1,2],[1,2],[1,3],[1,0],[1,0],[1,0],[0,-1],[1,-1],[2,1],[1,-1],[1,-1],[1,0],[1,0],[-1,2],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[1,3],[1,0],[1,-1],[1,-1],[0,1],[-2,2],[1,1],[1,1],[0,-1],[1,-1],[1,-3],[0,-2],[1,0],[1,1],[0,1],[0,1],[-1,1],[-2,2],[-1,3],[-1,0],[0,3],[1,0],[0,1],[2,1],[0,2],[0,3],[0,1],[1,0],[0,-1],[0,-1],[1,0],[1,1],[1,1],[0,1],[0,1],[1,1],[1,0],[1,1],[3,1],[1,1],[0,1],[0,1],[0,3],[2,2],[1,1],[2,0],[1,1],[0,2],[2,2],[2,3],[2,1],[1,1],[1,1],[1,3],[0,1],[1,2],[-1,0],[0,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-2,-2],[-2,-1],[-1,-1],[-2,0],[-1,-1],[-1,-1],[-3,-2],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-2,1],[-3,1],[-1,-1],[-1,0],[-1,1],[-2,1],[-1,0],[-2,1],[-1,0],[-1,-1],[-1,1],[0,1],[0,1],[0,1],[1,1]],[[6029,7890],[0,-1],[1,-1],[1,0],[1,0],[2,1],[4,0],[0,-1],[-1,-2],[0,-1],[1,0],[4,0],[1,0],[2,-1],[3,-1],[0,-1],[1,-2],[0,-1],[-1,-1],[0,-2],[1,0],[1,-1],[1,-1],[0,-2],[-1,-2],[0,-2],[-4,-2],[0,-1],[-2,0],[-3,0],[-1,1],[-2,2],[0,1],[-1,1],[-1,1],[-1,0],[0,1],[-3,4],[-2,2],[-1,0],[-1,0],[-2,2],[1,1],[0,2],[0,2],[-1,1],[0,1],[0,2],[1,1],[1,0],[1,0]],[[2465,5278],[1,1],[0,1],[2,1],[1,0],[2,0],[1,0],[1,-1],[0,-1],[1,0],[2,0],[1,0],[1,0],[2,0],[2,0],[1,1],[3,-1],[1,0],[1,0],[1,1],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-2],[0,-2],[1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,-1],[0,-2],[-2,-1],[-3,-2],[-3,-2],[-1,0],[0,1],[-2,3],[-3,1],[0,2],[-1,1],[-1,0],[-1,1],[-1,1],[-1,2],[-1,0],[0,1],[1,0]],[[2249,4962],[2,-1],[1,-1],[2,-1],[1,-2],[0,-1],[-2,-2],[-2,0],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[0,2],[0,1],[-1,0],[0,1],[2,1]],[[2486,5319],[1,0],[1,1],[2,-1],[1,-2],[0,-1],[-1,-2],[-1,-2],[-1,-1],[-2,-1],[-1,0],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-1,0],[1,2],[0,1],[1,1],[1,3],[1,2],[0,1],[0,2],[1,2],[1,1]],[[6280,8004],[1,0],[3,1],[4,1],[4,1],[1,-1],[1,0],[3,-1],[2,-2],[1,-1],[3,-4],[0,-1],[2,-3],[1,-2],[2,-3],[1,-3],[1,-3],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-3],[-1,-2],[-2,-2],[-1,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[-4,-2],[-2,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-2],[-1,-2],[0,-1],[1,-2],[0,-2],[-1,-5],[-2,-1],[1,-2],[0,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[1,0],[0,-1],[-1,-1],[-2,-1],[-2,0],[-2,-2],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-3,-1],[-1,-1],[-4,-1],[-4,-2],[-5,0],[-1,0],[-1,-1],[-3,0],[-2,0],[-4,0],[-3,0],[-5,1],[-2,0],[-9,3],[-2,1],[0,1],[3,1],[1,0],[0,1],[1,2],[-1,1],[0,1],[1,0],[1,1],[0,1],[1,1],[0,1],[1,3],[0,1],[1,2],[0,2],[1,1],[0,1],[1,2],[0,1],[1,3],[1,2],[1,2],[1,1],[2,3],[1,1],[2,0],[1,2],[2,1],[2,1],[1,1],[2,2],[2,1],[1,1],[0,1],[0,2],[1,1],[1,0],[1,0],[0,1],[0,2],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,2],[1,2],[0,2],[1,2],[-1,3],[0,2],[0,2],[0,1],[1,1],[0,1],[1,0],[1,0],[0,1],[2,2],[2,2],[2,0],[3,1]],[[6014,7928],[1,0],[1,0],[2,-1],[-1,-2],[-1,0],[-1,0],[1,-1],[1,-2],[0,-3],[0,-3],[-2,-2],[-1,-1],[-1,-1],[-1,0],[-2,-2],[0,-1],[3,-3],[2,0],[1,0],[4,2],[1,1],[1,1],[2,1],[1,0],[1,-1],[0,-1],[-1,-1],[0,-1],[1,-2],[1,-2],[0,-2],[0,-1],[2,-1],[1,0],[0,-1],[-3,-2],[-2,-1],[-2,-3],[-1,-1],[0,-1],[-4,-1],[-1,-1],[0,1],[-2,2],[-2,2],[-2,4],[-2,2],[-2,2],[-2,2],[-1,1],[-3,2],[-2,2],[-1,2],[-1,0],[-4,0],[-1,0],[-1,-1],[0,-1],[-1,0],[-4,0],[-1,-1],[-1,0],[-1,1],[-1,0],[0,1],[1,2],[1,0],[2,3],[1,1],[3,1],[2,0],[2,0],[1,0],[1,1],[1,1],[1,1],[3,3],[3,2],[3,1],[2,1],[3,1],[2,1]],[[5959,7928],[3,0],[3,-3],[3,-1],[1,-2],[3,-1],[0,-1],[1,-2],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-3,1],[-1,1],[-1,1],[-1,1],[-2,0],[-1,2],[-1,1],[-1,0],[-1,1],[-1,1],[-1,2],[-1,1],[-1,1],[1,0],[2,1],[0,1],[1,0],[1,0]],[[6120,8018],[2,-2],[2,-1],[1,-1],[1,-3],[1,-2],[1,-1],[1,-2],[0,-2],[0,-2],[-1,0],[-2,2],[0,1],[-1,3],[-1,0],[-1,0],[0,1],[-1,2],[0,1],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,3],[1,0]],[[6148,8035],[1,0],[1,-1],[2,-1],[3,-1],[0,-1],[-1,-2],[-1,0],[-2,1],[-1,1],[-2,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,1],[1,1],[1,1],[2,-1]],[[6124,8035],[2,-2],[1,-1],[1,-2],[0,-2],[0,-2],[-1,-1],[-1,0],[-1,-1],[-2,0],[-2,1],[-2,2],[-1,1],[1,1],[0,1],[-2,0],[1,0],[0,2],[1,1],[4,1],[1,1]],[[6133,8044],[1,-2],[0,-2],[0,-1],[-1,-2],[1,0],[1,0],[1,-1],[0,-2],[-1,-2],[-1,0],[-1,1],[-1,1],[-2,2],[0,2],[-1,0],[1,2],[1,2],[1,1],[1,1]],[[6143,8048],[2,-1],[1,-2],[1,-1],[0,-3],[-1,-1],[-2,-2],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[0,1],[0,1],[0,2],[0,2],[1,3],[0,1],[2,2],[1,1]],[[6070,8028],[1,0],[1,-1],[0,-2],[1,-1],[1,-1],[1,-1],[2,-2],[1,-2],[1,-1],[1,-3],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[-1,-1],[-2,1],[-2,2],[-2,3],[-1,1],[-2,1],[-1,1],[-2,2],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-2,0],[-1,1],[1,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[1,1],[1,0],[1,1]],[[6151,8068],[0,-2],[0,-1],[-1,-3],[-2,-2],[1,-1],[2,3],[1,1],[1,1],[1,0],[1,-2],[0,-1],[-2,-1],[0,-1],[1,-1],[1,1],[0,1],[1,0],[1,-1],[1,-1],[1,-2],[0,-2],[-1,-1],[0,-1],[-1,-1],[-2,-3],[-1,-1],[-1,-1],[-2,0],[-2,2],[-1,0],[0,1],[-1,1],[0,1],[-2,1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[0,1],[0,2],[0,2],[1,1],[1,2],[1,1],[2,2],[0,1],[1,3],[1,1],[2,3],[1,-1]],[[6078,8054],[2,0],[1,-1],[1,-1],[1,-1],[1,0],[1,1],[1,1],[1,0],[0,-1],[0,-2],[0,-2],[1,-2],[0,-2],[0,-1],[-3,1],[-2,2],[-2,2],[-3,1],[0,3],[-1,0],[0,1],[1,1]],[[5995,8029],[4,-1],[1,-1],[4,-1],[1,0],[1,-2],[2,-1],[2,0],[3,1],[2,0],[1,1],[5,0],[3,0],[4,0],[2,-2],[1,-2],[0,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,-1],[3,-2],[3,-1],[2,-1],[2,-1],[2,0],[5,0],[5,0],[2,0],[1,-1],[1,-1],[1,0],[0,-2],[2,-4],[1,-1],[1,-2],[3,-1],[1,-1],[1,-1],[3,-2],[2,-1],[1,0],[2,0],[3,1],[3,-1],[3,-1],[3,0],[3,0],[2,0],[2,0],[1,1],[1,0],[1,1],[3,1],[2,2],[1,0],[2,1],[3,-1],[2,0],[3,-3],[2,-1],[1,-2],[0,-2],[0,-2],[1,-2],[3,-2],[1,-1],[1,-1],[1,-2],[1,-1],[1,-1],[1,-3],[1,-1],[0,-1],[0,-1],[0,-3],[-2,-1],[0,-2],[1,-1],[1,-2],[0,-1],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[1,-1],[1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-3,1],[-2,0],[-2,0],[-2,1],[-1,-1],[-2,1],[-2,1],[-1,1],[-2,0],[-2,0],[-1,1],[-1,1],[-1,1],[-2,1],[-1,0],[1,-1],[1,-2],[1,0],[0,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[-2,2],[-1,2],[-5,2],[-3,0],[-1,0],[-2,0],[-5,-1],[-2,0],[-3,0],[-1,0],[-1,1],[-2,0],[-1,1],[-1,1],[-3,2],[-1,1],[-3,2],[-3,1],[-2,0],[-6,4],[-4,0],[-2,1],[-6,2],[-2,0],[-1,1],[-1,1],[-2,1],[-4,3],[-2,2],[-1,1],[-2,1],[-2,0],[-1,0],[-1,-1],[-1,1],[-1,0],[-2,1],[-2,1],[-3,1],[-3,2],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,0],[-2,2],[0,1],[0,3],[-1,1],[-1,2],[-1,-2],[-1,0],[-2,0],[-1,2],[2,3],[1,1],[2,0],[2,1],[1,0],[1,0],[2,2],[2,1],[3,1],[2,1]],[[6039,8046],[3,0],[1,0],[0,-1],[1,0],[1,-1],[3,0],[3,0],[1,-1],[3,-1],[2,-2],[1,-1],[2,0],[1,-1],[-1,-1],[0,-1],[-1,0],[-2,0],[-3,0],[-1,0],[-4,0],[-2,1],[-2,1],[-3,1],[-1,1],[0,1],[-1,0],[0,2],[-1,2],[0,1]],[[6020,8047],[2,-1],[1,0],[4,-2],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-4,-2],[-2,-2],[-3,1],[-3,1],[-1,0],[-3,2],[-1,1],[0,2],[0,1],[0,1],[1,1],[3,2],[3,1],[1,-1]],[[5983,8045],[1,-1],[1,0],[1,-2],[0,-1],[-1,0],[-3,-3],[-4,0],[-1,1],[-1,0],[0,1],[1,0],[1,1],[0,1],[3,2],[1,1],[1,0]],[[6163,8102],[1,0],[2,-2],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-2,-1],[-3,-1],[-2,-1],[-1,-1],[-2,-3],[0,-1],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-1,-2],[0,-2],[-1,-1],[-1,0],[-1,1],[-2,1],[-1,-1],[0,-1],[1,-1],[1,0],[1,-2],[0,-1],[-2,-3],[-2,-3],[-1,-2],[-1,-3],[-1,-1],[-1,1],[-4,1],[-1,1],[-1,0],[-3,2],[0,2],[-1,1],[0,2],[-1,1],[-1,1],[-2,2],[-1,1],[-1,1],[1,1],[0,1],[1,2],[4,1],[4,0],[1,1],[2,-1],[2,0],[1,-1],[1,0],[1,1],[2,3],[1,0],[2,3],[1,1],[0,1],[2,1],[2,1],[2,3],[2,2],[1,1],[2,0],[1,1],[2,1],[1,1],[1,1],[1,1],[3,0]],[[6079,8082],[2,0],[1,0],[3,-1],[1,-1],[0,-1],[-2,-2],[-2,-1],[-2,-1],[-4,-1],[-1,0],[-1,0],[0,2],[0,2],[0,1],[1,1],[3,2],[1,0]],[[6149,8105],[-2,-3],[-2,-2],[-2,-2],[0,-1],[-2,-1],[-2,-1],[-1,1],[0,1],[0,1],[2,1],[1,1],[4,3],[4,2]],[[2470,5530],[2,1],[2,0],[1,0],[1,-1],[-1,0],[0,-1],[1,-1],[2,0],[0,-1],[-1,-1],[-2,0],[-3,0],[-1,0],[-1,2],[0,1],[0,1]],[[6107,8099],[1,0],[0,-1],[2,0],[1,-1],[2,-1],[1,0],[2,-3],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,0],[0,-2],[-1,-1],[1,-1],[-1,-1],[-1,-3],[-1,-2],[-1,-1],[-1,0],[-2,1],[-2,0],[-2,1],[-1,0],[-2,0],[-1,0],[0,1],[1,2],[1,2],[-1,1],[0,2],[0,2],[0,1],[0,2],[1,2],[1,1],[1,2],[3,1],[0,1]],[[2437,5492],[2,0],[1,0],[2,-1],[1,0],[1,-1],[3,-1],[0,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,-1],[1,1],[2,-1],[1,-1],[3,-1],[1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[-1,0],[-2,-1],[-1,1],[-1,2],[-1,1],[0,1],[-2,1],[-2,1],[-2,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-2,0],[-2,3],[-1,1],[-1,0],[0,1],[0,1],[0,1],[0,1]],[[5982,8059],[1,0],[2,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,-1],[0,-1],[1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-2,1],[-1,0],[-1,1],[1,1],[1,1],[0,2],[1,1],[1,1],[3,2],[3,0],[5,2],[2,1],[1,0],[0,1],[1,0],[3,1]],[[6144,8114],[1,-1],[1,-2],[-1,-1],[-1,-1],[-1,-1],[-3,-2],[-1,-2],[-2,-2],[-1,-1],[-3,-1],[-1,-1],[-2,-1],[-1,-1],[0,-1],[-3,0],[-4,0],[-1,0],[-1,1],[0,1],[1,3],[2,2],[0,2],[1,0],[0,1],[1,0],[2,0],[2,1],[1,0],[0,1],[2,1],[3,1],[2,1],[4,1],[3,1],[0,1]],[[2442,5505],[1,1],[2,0],[2,0],[4,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,-1],[3,-1],[1,0],[1,-1],[2,-2],[1,-1],[1,-1],[2,-2],[1,-1],[2,-2],[2,-2],[2,-1],[1,-1],[1,-1],[0,-1],[1,-1],[2,-1],[1,0],[0,-1],[1,-2],[2,-2],[0,-1],[-1,0],[-2,0],[-2,1],[-1,0],[-3,1],[-3,1],[-1,-1],[0,1],[-1,0],[0,1],[-2,1],[0,1],[-1,0],[-1,2],[-1,1],[-1,1],[-2,1],[-1,1],[-1,0],[-2,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,0],[0,1],[1,1],[-1,0],[0,1],[-1,0],[-2,0],[0,1],[-1,1],[0,1],[-1,0],[-2,0],[-1,1],[-1,0],[-2,3],[0,1],[1,0],[1,2],[0,1],[0,1],[1,1]],[[5960,8058],[2,0],[-1,-1],[0,-1],[-1,-1],[0,-2],[-1,-2],[0,-1],[-1,-2],[-1,0],[-1,0],[0,1],[0,1],[-1,2],[0,1],[1,1],[0,1],[1,1],[2,2],[1,0]],[[5904,8042],[3,-1],[0,-1],[1,-1],[0,-1],[0,-3],[-1,-1],[-2,-2],[-2,-1],[-1,-1],[-2,-2],[0,-1],[-1,-3],[0,-1],[0,-2],[0,-1],[-4,-2],[-1,-1],[-1,-2],[-1,-2],[-2,-3],[-1,-1],[0,-2],[0,-1],[1,0],[1,-3],[0,-3],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-2],[-1,0],[-2,0],[-2,0],[-1,0],[-2,1],[-1,1],[0,1],[1,1],[-1,2],[-1,1],[-1,2],[0,1],[1,1],[0,2],[-1,0],[-1,-1],[-1,1],[3,2],[1,1],[-1,1],[0,2],[1,2],[1,3],[0,1],[-1,2],[1,1],[0,1],[4,2],[1,2],[2,1],[3,4],[0,1],[1,2],[2,2],[2,0],[1,0],[2,2],[1,1],[2,2],[4,2],[3,0]],[[5979,8079],[1,0],[5,0],[4,-2],[2,-2],[1,0],[0,-1],[-1,-1],[-1,0],[-2,0],[-2,1],[-2,2],[-2,1],[-1,0],[0,-1],[-1,-1],[-1,0],[-2,1],[-2,1],[1,0],[0,1],[2,1],[1,0]],[[2475,5593],[1,0],[2,0],[2,-3],[2,-2],[0,-1],[-1,0],[-2,0],[-2,1],[-2,0],[0,1],[-1,0],[0,1],[-1,0],[2,2],[0,1]],[[2468,5582],[2,2],[1,0],[1,-1],[2,0],[1,0],[3,-2],[2,0],[0,-1],[1,-1],[0,-3],[0,-1],[-1,-1],[-1,1],[-2,0],[-3,0],[-3,1],[-2,1],[0,1],[0,1],[-1,2],[-1,1],[1,0]],[[6130,8148],[3,-1],[2,-1],[0,-1],[-1,-1],[1,-1],[1,0],[1,0],[4,0],[0,-1],[2,0],[2,0],[4,-2],[2,0],[1,-1],[2,0],[1,-1],[0,-2],[-1,-1],[0,-1],[-3,0],[-2,-1],[-2,-2],[-1,-1],[-1,-2],[-3,-2],[0,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-2,0],[-2,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-2,-2],[-1,0],[-3,-1],[-1,-1],[-1,0],[-2,-1],[-2,1],[-2,1],[-2,1],[0,1],[-1,0],[-3,3],[-1,0],[-3,1],[0,1],[-1,0],[-1,3],[-1,2],[0,1],[1,2],[0,2],[0,1],[-1,2],[0,1],[2,0],[1,0],[2,1],[3,0],[3,1],[2,0],[1,0],[1,0],[1,2],[0,1],[0,1],[2,0],[1,1],[1,0],[2,-1],[1,0],[1,0],[2,2],[0,1],[0,1],[1,0]],[[6090,8137],[1,0],[0,-1],[0,-2],[1,-1],[2,-1],[0,-2],[-2,-2],[-1,-3],[-1,-2],[-2,-1],[0,-1],[-3,-1],[-2,-1],[-2,0],[-2,0],[-3,1],[-2,1],[0,2],[1,1],[1,2],[1,1],[1,0],[0,1],[2,3],[1,0],[3,2],[0,1],[0,1],[2,1],[1,0],[3,1]],[[2141,5143],[3,2],[2,1],[0,1],[2,-1],[2,-1],[3,-1],[1,-1],[1,0],[1,0],[2,-1],[2,0],[1,0],[1,0],[1,0],[2,-1],[2,0],[1,-1],[0,-2],[-1,-1],[0,-2],[-1,-1],[0,-2],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,1],[-2,1],[-2,1],[-3,1],[-1,0],[-2,1],[-2,0],[-1,1],[-2,1],[-1,0],[-1,0],[-2,1],[1,1],[0,2],[2,1]],[[5948,8107],[4,2],[3,1],[4,0],[3,1],[2,0],[3,1],[1,1],[1,0],[1,0],[4,0],[1,-1],[-1,-2],[-1,0],[-1,0],[-1,0],[-1,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[2,1],[1,0],[2,2],[1,1],[1,1],[1,1],[1,0],[1,0],[1,0],[2,0],[3,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[-3,-2],[-2,-1],[-3,0],[-1,-1],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[-1,0],[-4,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-4,0],[-1,0],[-1,0],[-1,0],[-1,2],[0,1],[1,1],[-1,0],[-1,1],[-3,0],[-4,0],[-3,1],[-2,1],[-2,1],[-1,1],[0,1],[0,2],[1,1],[0,1],[1,1],[1,0],[3,1],[2,0]],[[5917,8099],[1,0],[5,-1],[4,-1],[1,0],[3,-1],[2,-1],[2,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[0,-1],[0,-1],[1,-1],[-1,-1],[-2,-1],[-3,-1],[-2,0],[-3,1],[0,1],[-1,1],[0,1],[0,1],[-1,2],[-1,1],[-1,1],[0,1],[1,2],[-1,0],[-1,1],[1,1],[2,0]],[[2413,5557],[2,0],[3,-1],[2,1],[2,1],[1,0],[4,0],[3,-1],[2,0],[1,0],[1,-1],[3,-2],[3,-2],[1,-2],[2,-1],[2,-1],[3,-1],[1,-1],[1,-2],[1,0],[0,-2],[-1,-1],[1,0],[1,0],[1,1],[2,-1],[1,-1],[0,-2],[1,-1],[1,0],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[2,-1],[2,0],[1,0],[1,0],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-1,1],[-2,0],[-3,2],[-2,1],[-2,0],[0,1],[-2,0],[-2,0],[-2,1],[-1,0],[-3,1],[-2,0],[-2,0],[-3,1],[-1,-1],[-3,-1],[-2,0],[-2,-1],[-3,-2],[-3,0],[-1,-1],[-2,0],[-2,1],[-2,0],[-3,1],[-1,1],[-2,1],[-1,1],[0,1],[-1,1],[1,1],[1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,3],[0,1],[0,2],[0,2],[0,1],[0,2],[0,1],[1,1]],[[6117,8176],[1,0],[1,-1],[0,-1],[2,-1],[2,-1],[0,-2],[-1,-1],[1,-3],[1,-1],[-2,-1],[-2,0],[-1,1],[0,2],[0,1],[-3,2],[-2,2],[0,1],[-1,0],[1,0],[1,2],[1,1],[1,0]],[[6099,8173],[2,0],[4,0],[3,-1],[2,0],[2,0],[1,-1],[1,-2],[3,-2],[1,-3],[0,-1],[2,-2],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[2,-1],[1,-1],[-1,-2],[-1,-1],[-2,-1],[-2,0],[-2,-2],[-1,-1],[-2,-1],[-1,-1],[0,-2],[-3,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-2,0],[-2,1],[-2,0],[0,-1],[-2,0],[-1,0],[-1,0],[0,1],[-1,1],[0,2],[0,1],[-3,4],[0,1],[-1,1],[0,1],[0,2],[0,1],[0,1],[-1,2],[-1,2],[-1,1],[0,3],[0,2],[1,2],[0,1],[1,0],[2,1]],[[5963,8131],[3,0],[2,0],[1,0],[1,0],[1,0],[0,1],[-1,0],[1,0],[1,0],[-1,-1],[1,-1],[1,-1],[0,-2],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-3,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,2],[1,1],[0,1],[-1,1],[0,1],[1,0]],[[6125,8186],[3,0],[1,-1],[2,-1],[3,0],[1,1],[1,0],[3,1],[4,2],[1,0],[2,0],[2,-1],[2,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,1],[-2,1],[-1,0],[0,-1],[-1,0],[-1,-2],[2,-1],[2,0],[0,-1],[-2,-1],[-4,-2],[-3,1],[-4,0],[-3,1],[-1,1],[0,1],[-1,1],[-2,1],[-1,0],[0,3],[-1,1],[-1,1],[2,2]],[[6104,8182],[1,-1],[3,0],[2,0],[2,0],[1,0],[1,-1],[2,-2],[-3,-2],[-2,0],[-2,0],[-3,0],[-2,0],[-3,1],[-1,0],[0,1],[1,2],[0,1],[2,1],[1,0]],[[6066,8170],[1,0],[1,-1],[1,-1],[2,-1],[1,0],[1,0],[1,0],[1,-1],[2,-2],[0,-1],[0,-1],[1,-1],[1,-1],[2,0],[1,-1],[1,0],[1,-2],[1,-2],[1,-2],[1,-1],[0,-1],[-1,-3],[0,-3],[-1,-2],[-1,-3],[-1,-2],[-1,0],[-1,-2],[-2,0],[-3,0],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-2,-1],[-2,0],[-3,3],[-1,2],[-1,3],[0,1],[-1,3],[0,1],[0,2],[0,2],[0,2],[0,1],[0,1],[1,2],[0,2],[0,3],[1,1],[0,2],[-1,2],[1,1],[1,2],[0,1],[1,1],[3,0]],[[2386,5557],[1,0],[2,-2],[1,-1],[1,-2],[0,-2],[0,-3],[1,-2],[0,-1],[0,-1],[-1,-3],[-1,-2],[-1,-1],[0,-1],[-2,1],[-2,2],[0,1],[1,0],[0,1],[1,0],[1,1],[-1,1],[0,1],[0,1],[-1,0],[-1,0],[-2,2],[-1,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,0],[1,1],[1,1],[0,2],[0,2],[1,0]],[[6129,8203],[1,-1],[4,-1],[4,-1],[1,0],[1,0],[1,0],[3,-1],[1,-1],[1,-1],[-1,-1],[-3,-2],[-3,1],[-1,0],[-2,-1],[-1,-2],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,0],[-2,1],[-1,-1],[-3,0],[-3,-2],[-3,-1],[-2,-1],[-4,0],[-1,1],[0,1],[0,2],[1,2],[0,1],[3,2],[3,1],[1,1],[2,1],[3,1],[2,1],[0,1],[2,1],[2,0]],[[6134,8216],[1,0],[1,0],[1,-1],[0,-1],[2,0],[3,-1],[2,0],[1,0],[2,-1],[3,-2],[2,0],[1,0],[0,-1],[-1,-1],[-1,0],[-2,-1],[-1,0],[-3,0],[-2,-1],[-2,0],[-4,0],[-1,0],[-3,1],[-1,0],[-2,0],[-1,0],[-1,1],[0,1],[1,0],[1,1],[1,2],[0,2],[2,1],[1,1]],[[6197,8235],[1,-1],[3,-2],[1,-2],[-1,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[-1,0],[-4,-1],[-3,1],[-2,0],[-2,1],[-1,3],[0,1],[-1,2],[-2,1],[1,0],[1,1],[1,0],[1,0],[1,0],[1,1],[1,1],[1,1]],[[6059,8194],[1,0],[1,-1],[1,-1],[2,-1],[1,1],[1,1],[1,0],[1,0],[1,0],[0,-1],[1,-1],[0,-1],[-1,0],[-4,0],[-3,-2],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[0,1],[-1,1],[-1,2],[-2,1],[-1,1],[1,3],[1,1],[0,1],[2,0],[1,1],[3,-1]],[[2391,5640],[1,1],[2,0],[2,1],[1,0],[1,1],[1,0],[1,0],[1,-1],[2,-2],[1,0],[2,-1],[1,-1],[2,-1],[1,-1],[3,-1],[2,0],[1,0],[1,-1],[2,-1],[1,-1],[1,-1],[1,0],[1,-1],[2,-2],[1,-1],[1,-2],[2,-2],[1,0],[2,-1],[1,-1],[1,-2],[1,-2],[1,-2],[2,-2],[1,-1],[3,-1],[1,0],[1,0],[1,0],[3,-1],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-2,-2],[-1,-1],[-1,-2],[-1,-2],[-2,-2],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,0],[-2,2],[0,3],[1,0],[2,1],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,1],[1,0],[0,1],[-1,0],[-3,0],[-1,0],[-1,0],[-1,1],[-1,0],[-3,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-3,0],[-2,0],[-1,0],[-3,1],[0,1],[-2,0],[-1,1],[-1,0],[-3,1],[-2,0],[-2,0],[-1,0],[-3,0],[-1,0],[-3,1],[-2,0],[-1,1],[-2,2],[-1,1],[-3,1],[-2,1],[-1,0],[-2,1],[-1,0],[0,1],[-1,2],[0,2],[1,2],[0,1],[2,2],[1,2],[0,1],[1,3],[0,2],[1,2],[0,4],[0,2],[1,1],[2,2]],[[6192,8271],[4,0],[4,0],[4,0],[1,0],[1,0],[1,0],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,-3],[-1,0],[-2,-1],[-1,-1],[-1,-2],[1,-4],[-1,-2],[-1,-1],[-2,-1],[-1,0],[-3,-1],[-1,-1],[-2,1],[-3,0],[-1,1],[-1,-1],[-1,-2],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-3],[-1,-2],[-1,0],[-1,0],[-4,0],[-1,1],[-3,3],[-1,2],[-2,2],[0,2],[-1,2],[0,2],[0,1],[1,1],[1,1],[2,3],[2,2],[1,1],[4,2],[1,2],[0,1],[1,2],[2,1],[1,1],[4,1],[3,1]],[[2371,5635],[2,1],[2,1],[2,1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[-1,-3],[-1,-2],[0,-1],[-1,-1],[0,-1],[-2,0],[-2,0],[-2,0],[-2,1],[0,1],[1,2],[0,1],[1,1],[1,2],[0,2],[1,2],[1,1]],[[6209,8287],[2,-1],[1,0],[2,-1],[2,0],[1,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,-1],[1,-1],[0,-2],[-1,-1],[-1,-1],[-3,1],[-1,0],[-1,1],[-1,0],[0,3],[0,2],[1,1],[1,1],[1,0]],[[2370,5650],[2,0],[2,0],[2,0],[1,1],[1,0],[1,0],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,0],[-2,-2],[-2,0],[0,1],[1,0],[0,1],[0,1],[-2,1],[-1,-1],[-1,0],[0,1],[0,1],[1,1]],[[6225,8336],[2,-1],[2,-3],[1,-1],[0,-2],[-1,0],[0,-1],[0,-1],[2,-2],[1,-1],[1,0],[1,0],[2,0],[2,-2],[-2,-2],[-2,0],[-2,-1],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[-1,-2],[0,-1],[-1,0],[-3,0],[-4,-1],[0,-1],[-1,0],[1,0],[1,-1],[2,0],[3,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-3,-1],[-3,-1],[-1,0],[-1,-1],[1,-2],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,-1],[-3,0],[-2,-1],[-1,0],[-1,0],[-4,0],[0,2],[2,1],[2,1],[1,1],[1,2],[0,1],[0,2],[-1,2],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[1,1],[0,2],[0,2],[-1,2],[-2,3],[0,2],[1,1],[1,5],[1,1],[1,1],[0,2],[1,1],[0,1],[1,2],[2,1],[4,2],[3,1],[1,0]],[[6239,8345],[1,0],[2,0],[3,-3],[1,-2],[0,-1],[-1,-3],[0,-3],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,2],[-1,0],[0,1],[-1,1],[1,1],[-1,1],[0,1],[1,1],[0,1],[0,1],[1,1],[2,0]],[[6241,8385],[2,0],[3,0],[5,0],[1,0],[0,-1],[-2,-2],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,-2],[-2,0],[-1,1],[-1,2],[-1,0],[0,1],[1,2],[1,1]],[[5925,8291],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,-1],[-1,-1],[-2,-2],[-2,-1],[-1,-1],[-3,-1],[-1,0],[-1,1],[0,1],[0,2],[0,1],[-1,0],[0,1],[0,1],[1,0],[2,2],[5,1]],[[2087,5384],[1,2],[2,2],[2,2],[1,2],[2,0],[1,1],[1,0],[1,1],[2,1],[2,0],[1,1],[3,1],[2,2],[2,1],[4,3],[0,1],[4,3],[2,2],[1,1],[2,3],[1,0],[1,1],[4,2],[2,1],[2,1],[2,1],[2,-1],[2,0],[2,-1],[2,-1],[2,-2],[1,-1],[2,-1],[1,1],[2,0],[1,-1],[2,-1],[2,0],[3,0],[2,0],[3,-1],[1,-1],[1,0],[1,0],[1,0],[1,-1],[1,-1],[0,-1],[1,-1],[2,0],[2,0],[2,0],[2,0],[1,-1],[2,-1],[1,0],[4,1],[1,0],[2,-1],[2,0],[1,-1],[2,-2],[2,-2],[2,-1],[2,-1],[1,-1],[2,-1],[1,-1],[1,0],[2,1],[2,0],[2,0],[1,-1],[2,-1],[2,-1],[1,0],[1,0],[2,0],[1,0],[1,-1],[1,0],[1,0],[3,0],[2,0],[2,0],[1,-1],[2,-1],[2,0],[1,-2],[2,-1],[2,-2],[3,-2],[2,-1],[2,0],[1,-2],[0,-1],[1,-1],[2,0],[2,0],[1,0],[0,-2],[1,-1],[3,-3],[1,-1],[3,-3],[2,-1],[1,-1],[0,-1],[2,-1],[1,-1],[2,0],[2,-1],[1,-1],[0,-1],[0,-1],[2,-3],[2,-3],[1,-1],[2,-2],[1,-1],[0,-1],[3,-4],[1,-3],[3,-4],[0,-3],[1,-1],[0,-2],[1,-2],[2,-3],[0,-1],[1,-1],[2,-1],[0,-1],[1,0],[0,-3],[0,-2],[1,-1],[1,0],[1,-2],[2,-2],[1,-3],[1,-1],[0,-1],[1,-1],[2,-2],[1,-2],[1,-1],[1,-2],[0,-1],[0,-1],[1,-3],[1,-3],[1,-1],[1,0],[1,-1],[1,-2],[1,-2],[2,-3],[1,0],[1,-2],[2,-1],[5,-2],[2,-2],[1,-1],[1,-1],[1,-1],[2,0],[1,-1],[2,-2],[2,-2],[1,-1],[0,-1],[1,-2],[1,-1],[1,-1],[1,-1],[2,0],[2,0],[3,0],[1,-1],[3,0],[1,-1],[2,-2],[2,-1],[2,-1],[1,0],[1,0],[2,-1],[4,0],[2,0],[1,-1],[4,-2],[3,-1],[8,-3],[2,-1],[2,-1],[1,0],[3,-1],[1,-1],[2,-1],[2,-1],[1,-1],[1,-2],[1,-3],[1,-1],[1,-3],[1,0],[0,-4],[0,-1],[1,-2],[0,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,-3],[1,-3],[1,-2],[-1,-4],[0,-1],[-1,-3],[-2,-1],[2,-1],[1,0],[1,-1],[2,0],[2,-1],[1,-1],[2,-1],[1,0],[2,-3],[0,-1],[0,-2],[0,-1],[-2,-2],[0,-1],[-4,-7],[-1,-4],[-1,-2],[-1,-1],[-2,-3],[0,-1],[-3,-3],[0,-1],[-2,-3],[-4,-7],[-1,-2],[-2,-3],[-2,-2],[-1,-1],[-1,-1],[-1,-2],[-2,-2],[-4,-5],[-1,-1],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-2],[-2,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-2,1],[-2,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-4,-2],[-3,-2],[-3,-3],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-2,0],[-3,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-2,0],[-1,0],[-3,-1],[-2,-1],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-1,0],[-5,-1],[-1,-1],[-4,0],[-2,-1],[-2,-1],[-1,0],[-3,-1],[-3,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-2,0],[-1,0],[-2,-1],[-2,-1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,-3],[-1,-1],[-1,0],[-2,-2],[0,-1],[-1,-1],[-3,-2],[-1,0],[-2,0],[-1,-1],[-2,-1],[-2,-2],[-2,-1],[-2,0],[-1,-1],[-1,0],[-2,-1],[-3,-2],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,0],[0,1],[-1,3],[-1,0],[0,1],[1,1],[2,0],[0,-1],[1,1],[0,1],[0,2],[-1,0],[-3,1],[-1,0],[-2,-2],[-2,0],[0,1],[-1,0],[-1,1],[0,1],[-1,0],[-1,0],[-4,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[1,1],[1,0],[0,1],[-1,0],[-3,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,1],[-1,2],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[0,2],[0,3],[0,1],[0,1],[-1,1],[0,2],[0,1],[-1,1],[0,1],[0,2],[-1,1],[-2,2],[-2,1],[-1,0],[-2,1],[-3,0],[-1,0],[-1,-2],[-1,0],[-2,0],[-2,0],[-2,1],[-1,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-3,2],[-2,1],[-2,2],[-1,1],[-1,1],[-1,0],[-1,2],[-1,2],[-2,2],[-1,2],[-1,2],[-1,2],[-1,2],[-2,1],[0,2],[-1,1],[0,2],[0,1],[0,3],[0,1],[0,2],[0,1],[0,1],[2,2],[1,0],[0,-1],[1,0],[1,1],[0,1],[0,1],[0,-1],[-1,1],[0,2],[0,1],[1,0],[1,0],[2,-1],[2,-1],[2,-2],[-1,-1],[-1,0],[0,-1],[1,-1],[0,-1],[1,0],[2,1],[0,1],[1,0],[3,1],[3,1],[0,-1],[1,0],[3,1],[1,0],[2,0],[1,0],[1,0],[2,0],[1,0],[1,0],[2,0],[1,-1],[2,0],[2,-1],[2,0],[1,-1],[2,-1],[1,0],[1,-1],[2,-1],[3,0],[2,0],[1,0],[3,1],[1,0],[2,2],[2,1],[2,2],[1,0],[0,2],[0,1],[0,1],[2,0],[0,1],[1,0],[1,-1],[-1,-2],[0,-1],[1,-1],[1,2],[1,1],[2,0],[2,0],[2,-1],[2,-1],[1,0],[1,0],[2,-1],[2,0],[1,0],[2,1],[3,0],[1,0],[0,1],[0,2],[0,1],[-2,1],[-1,0],[-1,-1],[-2,1],[-1,0],[-2,0],[-2,1],[-1,0],[-2,1],[-2,1],[0,1],[0,1],[1,2],[1,2],[0,2],[1,3],[0,3],[1,3],[1,3],[1,3],[0,2],[0,3],[1,2],[1,1],[1,2],[3,2],[1,0],[2,1],[2,0],[1,1],[2,0],[1,0],[2,0],[2,0],[1,1],[2,1],[1,0],[0,1],[0,1],[-2,2],[-1,0],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,-1],[-2,0],[-3,-1],[-2,-2],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-3],[-1,-2],[-1,-3],[-1,-2],[-1,-2],[0,-3],[0,-2],[-1,-1],[-2,-1],[0,-1],[-1,1],[-1,-1],[-2,-1],[-1,-2],[-3,-1],[-2,-2],[-1,-1],[-1,-1],[-1,0],[-2,-2],[-2,2],[-3,0],[-1,0],[-2,0],[0,1],[-2,1],[0,1],[1,2],[1,2],[1,1],[1,0],[1,1],[1,1],[2,1],[1,1],[1,1],[2,3],[1,1],[2,1],[0,1],[0,3],[-1,1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-2,0],[-1,1],[0,-1],[-1,0],[-2,-2],[0,-3],[0,-1],[-2,0],[-1,-1],[-3,-1],[-2,0],[-1,-1],[0,-1],[-2,-2],[0,-1],[-2,0],[0,1],[-1,2],[-2,1],[-1,0],[0,1],[0,1],[0,2],[1,2],[0,2],[1,1],[1,1],[1,1],[1,1],[2,2],[1,1],[1,1],[0,1],[2,2],[0,1],[1,2],[0,1],[-2,2],[-1,2],[0,2],[0,1],[0,1],[1,1],[0,1],[0,2],[-1,1],[-1,0],[-1,1],[-1,0],[0,2],[0,1],[-1,2],[-2,1],[-1,0],[-3,-1],[0,-1],[0,-1],[1,-3],[0,-2],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-2,-2],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-3,0],[-2,0],[0,1],[-3,1],[-2,1],[-2,1],[-2,1],[-2,0],[-2,1],[-2,0],[-1,0],[-1,-1],[-2,0],[-3,-1],[-3,-1],[-1,0],[-2,-1],[-3,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,1],[-2,1],[-1,0],[-1,0],[-2,0],[-2,0],[-2,0],[-2,1],[-2,0],[-2,0],[-2,2],[-2,1],[-1,1],[-1,0],[-1,1],[-2,2],[-1,1],[-1,1],[-1,1],[-1,0],[-2,1],[-1,2],[-2,1],[0,1],[-1,1],[0,2],[1,1],[1,0],[1,0],[0,1],[0,2],[0,1],[-1,0],[0,1],[-3,0],[-1,1],[-1,0],[-2,2],[-1,1],[-1,1],[-1,3],[-1,1],[-1,0],[-1,2],[0,1],[0,1],[-2,2],[0,1],[-2,2],[0,1],[-1,3],[0,1],[-1,2],[1,1],[1,1],[1,2],[0,1],[0,1],[1,2],[1,1],[1,2],[1,1],[3,0],[1,0],[3,-1],[3,0],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[1,1],[1,2],[2,0],[3,0],[1,1],[1,0],[2,0],[1,-1],[2,0],[1,-1],[0,-1],[1,-2],[1,-2],[2,-1],[1,-2],[1,-1],[2,-2],[1,0],[1,-1],[1,-1],[2,0],[0,-1],[1,0],[0,-1],[2,-1],[2,1],[1,-2],[2,-1],[1,-1],[3,-2],[1,-1],[1,0],[2,0],[1,0],[1,0],[-1,2],[-1,3],[0,1],[-2,2],[0,1],[-1,0],[0,1],[-2,1],[-1,1],[-2,2],[-1,0],[-1,2],[1,0],[0,1],[1,1],[-1,1],[-1,0],[-1,1],[-2,-1],[-1,-1],[-1,1],[-1,0],[-2,3],[-2,3],[-2,2],[-1,2],[-1,2],[-2,3],[-2,0],[-1,1],[-1,0],[-1,1],[-2,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,1],[-3,1],[-2,1],[-1,0],[0,1],[-3,2],[-1,1],[-2,1],[-1,1],[-1,2],[-1,2],[-1,1],[-1,2],[0,1],[-1,0],[0,2],[1,2],[0,2],[0,1],[0,2],[0,1],[1,2],[2,3],[1,1],[2,0],[1,0],[2,0],[1,-1],[1,0],[1,0],[1,1],[1,2],[0,1],[1,1],[0,1],[-2,2],[-2,1],[-1,1],[-1,2],[-1,1],[-1,3],[0,3],[0,1],[0,4],[1,1],[0,1],[2,0],[2,1],[1,1],[2,0],[2,2],[3,1],[1,0],[2,0],[1,0],[2,-1],[1,0],[1,-1],[1,0],[2,-2],[4,-1],[3,-2],[2,0],[3,0],[1,0],[1,-1],[3,0],[2,0],[1,-1],[3,-1],[1,-1],[2,0],[0,-1],[0,-1],[1,0],[1,-1],[0,-1],[1,0],[3,0],[2,-2],[1,0],[2,-1],[3,-1],[1,1],[1,0],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,2],[-3,2],[-2,1],[-1,0],[-2,2],[-1,1],[-1,1],[-2,1],[0,1],[-2,0],[-3,1],[-1,1],[-3,0],[-2,-1],[-3,1],[-1,0],[-1,1],[-1,1],[-3,2],[-2,1],[-2,2],[-1,2],[-2,1],[-1,2],[-1,1],[0,1],[-2,1],[0,1],[-2,2],[-1,0],[-2,1],[-1,2],[-1,0],[-1,1],[-1,0],[-2,2],[-2,2],[-1,2],[-1,3],[-1,2],[-1,8],[-2,3],[-1,2],[0,1],[0,2],[1,3],[-1,3],[1,3],[0,2],[0,1],[-1,2],[0,2],[0,2],[0,1],[0,2],[-1,3],[0,1],[0,1],[0,3],[0,1],[1,3],[0,2],[1,2],[0,1],[1,1],[1,2],[1,1]],[[5939,8316],[0,-1],[3,-1],[1,0],[1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-3,-2],[0,-1],[1,0],[2,-1],[3,0],[1,0],[1,-1],[-1,0],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,-1],[-3,-1],[-2,0],[-4,0],[-2,1],[0,2],[-1,1],[1,1],[1,0],[-1,1],[3,4],[2,1],[0,1],[1,1],[1,0],[1,1],[1,1],[1,1],[2,1]],[[6274,8460],[2,-1],[2,-2],[3,-2],[0,-1],[2,-2],[3,-3],[3,-2],[2,-1],[3,-2],[0,-1],[0,-2],[1,-2],[1,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[1,-2],[-2,-3],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-3],[0,-1],[-1,-1],[0,-1],[2,0],[-1,-1],[-1,-1],[-3,0],[-3,-1],[-1,0],[-3,0],[0,-1],[1,0],[1,0],[3,0],[-1,-1],[-1,-2],[-2,0],[-4,0],[-1,0],[-1,0],[-1,4],[-2,1],[-3,2],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-3,2],[-1,2],[-1,0],[-3,0],[0,-1],[1,-1],[1,0],[1,-2],[1,-1],[-2,-1],[1,-1],[0,-1],[2,0],[1,-1],[1,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-2,-3],[-1,-1],[2,1],[1,1],[1,1],[1,-1],[1,-3],[0,-1],[-4,-1],[-5,0],[-4,0],[-3,-1],[-3,0],[-1,0],[0,1],[0,2],[-1,1],[-1,1],[0,1],[-1,3],[-1,2],[-1,1],[0,3],[1,3],[1,2],[1,2],[1,0],[0,1],[0,2],[3,2],[1,3],[0,1],[2,2],[1,2],[2,3],[1,2],[2,2],[1,2],[1,1],[1,2],[2,3],[2,5],[1,1],[1,2],[0,2],[2,2],[0,2],[2,2],[0,1],[3,2],[2,2],[2,1],[2,1],[1,1]],[[2276,5771],[1,0],[2,3],[1,0],[1,0],[2,0],[2,1],[1,1],[2,1],[1,0],[1,0],[1,1],[2,1],[1,1],[1,0],[0,1],[1,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,-1],[3,0],[3,-1],[3,-1],[3,0],[2,-1],[1,0],[1,0],[2,0],[2,-2],[2,-2],[1,0],[1,-1],[3,-1],[2,0],[2,-1],[1,0],[1,1],[2,0],[1,0],[1,0],[2,0],[2,0],[4,0],[2,1],[2,1],[2,0],[-1,-2],[0,-1],[0,-3],[1,-1],[0,-1],[0,-1],[1,-2],[2,-2],[0,-1],[2,-2],[0,-2],[1,-1],[0,-3],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-2],[-1,0],[-2,0],[-1,0],[-2,-1],[-1,0],[-3,-1],[-1,-1],[-3,-1],[-2,-1],[-2,-2],[-2,-1],[-2,-1],[-1,-1],[-2,-3],[-1,-1],[0,-2],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[0,-2],[-1,-2],[0,-1],[0,-3],[0,-1],[0,-3],[0,-2],[0,-1],[-1,0],[-3,-1],[-1,0],[-2,1],[-2,0],[-1,0],[-1,0],[-3,0],[-1,0],[-1,1],[-1,0],[-3,1],[-1,0],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,-1],[-2,0],[-1,-1],[-3,-1],[-1,0],[-2,3],[-1,1],[-1,2],[-1,2],[-1,2],[-1,0],[-1,1],[-1,1],[-1,0],[-1,2],[-1,1],[-1,1],[-2,1],[-2,2],[0,2],[-1,3],[0,2],[-1,1],[-1,2],[0,1],[0,2],[0,2],[0,3],[0,3],[-1,1],[0,1],[0,2],[0,2],[-1,2],[-1,2],[0,1],[0,2],[0,2],[0,1],[0,1],[1,2],[-1,1],[0,1],[1,2],[1,0],[2,4],[2,2]],[[2277,5786],[1,0],[1,0],[2,1],[1,1],[0,1],[1,0],[2,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-2,-2],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-2,0],[-2,1],[0,1],[1,1]],[[2061,5472],[2,0],[2,0],[2,0],[2,-1],[2,-1],[2,-1],[3,-1],[3,-1],[1,0],[1,-2],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[2,-1],[1,-2],[0,-1],[4,-1],[2,-1],[1,-2],[0,-2],[2,-2],[1,-2],[0,-1],[2,-2],[0,-1],[0,-1],[-1,-2],[0,-3],[-1,0],[-3,1],[-1,-1],[-2,0],[-1,0],[-2,0],[-3,0],[-2,0],[-2,-1],[-1,-1],[-2,-1],[-4,1],[-2,1],[-1,1],[-3,2],[-1,2],[-2,2],[-1,2],[-1,3],[-1,3],[-1,0],[-1,1],[0,1],[-1,1],[0,3],[-1,1],[0,1],[0,2],[0,2],[0,1],[-1,1],[1,1],[-1,1],[0,1],[0,3],[1,1],[0,1],[1,1]],[[6125,8456],[2,0],[1,-1],[-1,-2],[1,-3],[0,-1],[-1,-1],[0,-2],[-1,0],[-2,-1],[-2,0],[-1,1],[-2,1],[-1,2],[0,1],[0,1],[0,1],[1,0],[1,2],[3,2],[2,0]],[[2276,5821],[3,1],[1,1],[1,1],[-1,1],[0,1],[0,1],[1,0],[1,0],[1,1],[1,0],[3,0],[3,1],[3,1],[2,0],[2,1],[3,1],[2,0],[1,0],[1,0],[1,-1],[-1,-3],[0,-1],[-1,0],[0,-1],[-2,-2],[-1,-1],[-1,0],[-1,-1],[-3,-1],[-2,0],[-2,0],[-3,0],[-1,0],[-2,-1],[-2,-2],[-2,-1],[-1,-1],[-2,-1],[-1,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[-1,-2],[-2,0],[-2,-1],[-1,0],[-1,0],[0,1],[2,2],[0,1],[1,1],[1,2],[0,2],[0,1],[0,1],[1,1],[0,1],[0,2],[2,1]],[[2199,5736],[0,1],[1,0],[2,0],[3,2],[2,3],[2,3],[2,3],[1,2],[2,2],[1,2],[2,1],[0,1],[1,0],[2,-3],[1,-4],[1,-4],[1,-3],[0,-1],[1,-1],[1,-3],[0,-1],[0,-2],[0,-1],[1,-1],[2,0],[0,-1],[1,-1],[0,-2],[1,-3],[1,-2],[0,-2],[1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-3],[1,-1],[0,-2],[1,-2],[1,-2],[0,-1],[1,-1],[1,-4],[0,-1],[2,-2],[1,-3],[1,-4],[0,-2],[0,-2],[1,-3],[-1,-3],[-1,-3],[0,-2],[0,-1],[-1,-2],[-3,-2],[-2,-2],[-1,-3],[-1,0],[-2,-2],[-2,0],[-2,-1],[-2,-1],[-1,0],[-1,-1],[0,-1],[-1,1],[-1,0],[-1,0],[-2,-1],[-2,0],[-2,1],[-2,0],[-2,1],[-1,0],[-1,1],[-1,0],[-1,1],[-2,1],[-1,0],[-1,1],[-2,2],[-1,1],[-3,2],[-2,1],[-1,2],[-2,1],[-2,2],[-1,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,2],[-3,2],[0,1],[-2,2],[-1,1],[0,1],[0,1],[0,2],[0,2],[1,2],[1,2],[1,2],[1,0],[0,4],[1,2],[0,1],[1,1],[2,2],[0,1],[2,2],[1,1],[0,2],[1,1],[0,1],[2,2],[0,2],[0,1],[1,1],[1,3],[1,1],[1,2],[2,1],[0,1],[1,1],[0,1],[1,1]],[[6091,8525],[1,0],[3,-1],[4,0],[2,0],[0,-1],[-1,0],[-1,-1],[1,-2],[-1,-2],[-1,-1],[-1,0],[-3,-2],[0,-1],[-1,0],[-1,0],[-1,1],[-2,2],[-2,2],[0,2],[0,1],[0,1],[2,1],[0,1],[2,0]],[[2240,5878],[3,1],[1,0],[1,0],[1,1],[1,1],[3,1],[1,1],[2,1],[1,0],[2,0],[3,0],[3,-1],[2,-1],[1,-1],[3,-1],[3,0],[1,0],[2,0],[2,-1],[2,0],[2,0],[2,0],[1,0],[2,0],[2,0],[3,1],[2,0],[2,-1],[1,-1],[2,0],[2,0],[2,-1],[0,-1],[1,0],[1,1],[2,0],[3,1],[1,0],[2,1],[2,1],[2,0],[3,1],[1,-1],[-1,0],[0,-1],[-2,-3],[-1,-2],[-2,-2],[-1,-2],[-1,-2],[-2,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-3,-1],[-3,-2],[-1,0],[-1,-1],[-3,-1],[-2,-2],[-3,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-3,-1],[-1,-1],[-2,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-3],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-2,0],[-2,-1],[-2,-1],[-3,-1],[-2,1],[-2,1],[0,1],[0,1],[0,1],[-1,0],[-2,1],[-3,0],[-2,1],[-1,0],[-1,0],[-2,0],[-2,0],[-1,0],[-1,0],[-2,1],[-2,2],[-1,0],[-1,3],[-3,2],[0,1],[1,2],[0,2],[0,1],[0,2],[0,3],[0,1],[0,3],[0,3],[1,2],[0,3],[-1,3],[0,2],[1,2]],[[6104,8814],[2,0],[3,0],[3,0],[3,-1],[3,-1],[2,0],[4,-1],[2,-2],[1,-1],[5,-2],[4,-2],[2,-1],[2,-1],[1,-1],[2,-1],[2,-2],[3,-1],[1,-1],[2,-1],[3,-1],[2,-1],[3,-1],[3,-1],[4,-2],[2,-1],[1,0],[3,-1],[1,-1],[1,0],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-3,-2],[-1,0],[-2,0],[-2,0],[0,-1],[-1,0],[-5,-3],[-1,0],[-4,-1],[-3,-1],[-2,-1],[-4,0],[-2,0],[-4,0],[-3,-1],[-4,-1],[-3,-1],[-3,0],[-2,-1],[-4,-2],[-1,-1],[-3,-1],[-4,-1],[-5,-1],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-3,-1],[-2,-2],[-1,-1],[-4,-1],[-1,-1],[-3,0],[-2,-1],[-6,-1],[-3,0],[-4,-1],[-4,-1],[-3,-1],[-6,0],[-1,0],[1,1],[2,2],[1,1],[0,1],[0,1],[0,1],[0,1],[1,2],[3,1],[0,1],[1,3],[2,2],[0,1],[1,1],[1,1],[0,1],[2,2],[1,2],[0,2],[2,2],[-1,1],[2,3],[1,2],[1,1],[0,3],[0,1],[0,1],[0,1],[1,3],[2,2],[1,2],[0,2],[1,1],[0,1],[3,1],[3,3],[3,1],[4,4],[3,2],[2,1],[2,1],[3,0]],[[1979,5960],[6,4],[1,1],[1,0],[2,1],[1,1],[1,1],[3,1],[3,1],[2,1],[3,1],[1,0],[1,0],[2,1],[1,0],[0,-1],[2,-1],[0,-1],[2,-1],[2,-1],[2,-1],[0,-1],[1,-1],[2,-2],[2,-2],[-1,-2],[-1,-2],[-1,-1],[-2,-3],[0,-1],[-1,-3],[-1,-1],[0,-1],[0,-2],[-1,-2],[-1,-2],[-1,-2],[-2,-1],[-3,-4],[-2,-1],[-1,0],[-1,0],[-2,0],[-2,0],[-2,1],[-2,0],[-1,1],[-2,1],[-1,1],[-2,1],[-1,2],[-1,1],[-2,1],[-1,2],[-1,3],[-1,1],[-1,1],[-1,1],[-2,2],[0,2],[0,2],[2,3],[1,1]],[[6734,8966],[2,-1],[2,0],[6,-2],[2,-2],[-1,0],[-4,-2],[-1,0],[0,-1],[-1,-1],[-3,0],[-3,-1],[-2,0],[-1,-1],[-2,2],[-2,2],[-1,1],[-2,0],[0,1],[0,2],[1,0],[0,1],[1,0],[2,-1],[1,-1],[1,0],[2,1],[1,0],[1,2],[1,1]],[[2058,6089],[1,0],[3,0],[1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[-2,-1],[-1,0],[-1,0],[-2,0],[-1,1],[0,1],[1,0],[0,1],[1,1],[1,2]],[[1957,6021],[2,1],[1,2],[1,1],[1,1],[1,2],[1,1],[4,3],[2,2],[1,1],[3,1],[1,1],[1,1],[2,0],[1,0],[3,0],[1,1],[1,0],[0,-2],[-1,-1],[0,-1],[-1,-1],[-1,-4],[-1,-1],[0,-2],[0,-3],[0,-2],[-1,0],[-1,-3],[-1,-1],[-1,0],[-2,-1],[-3,0],[-1,0],[-2,0],[-1,0],[-3,0],[-1,0],[-3,0],[-1,1],[-1,0],[-1,1],[0,1],[0,1]],[[6380,8940],[4,0],[3,0],[1,0],[2,0],[1,0],[2,-2],[3,-1],[1,-1],[-2,-1],[-3,0],[-2,0],[-2,1],[-2,0],[-2,0],[-1,0],[-2,0],[-1,1],[-1,1],[0,1],[0,1],[1,0]],[[2068,6190],[0,-1],[1,1],[1,0],[2,1],[1,1],[2,1],[1,0],[1,0],[1,1],[0,1],[-1,2],[-1,1],[0,1],[1,1],[4,1],[1,0],[2,0],[1,-1],[4,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-3],[0,-1],[-1,-3],[1,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,-1],[-2,-1],[-3,-2],[-3,0],[0,-1],[-2,1],[-3,0],[-2,0],[-1,-1],[-1,0],[-1,0],[-2,1],[0,1],[0,1],[0,1],[0,2],[0,1],[1,4],[0,2],[1,2],[1,2],[-1,1],[0,2],[0,2],[1,0]],[[2000,6098],[1,0],[1,0],[3,0],[1,0],[1,-1],[1,0],[1,0],[2,-1],[3,-1],[1,0],[3,0],[2,0],[1,1],[2,1],[1,1],[1,1],[2,2],[2,2],[1,1],[1,0],[0,1],[1,1],[1,0],[2,0],[2,0],[2,0],[0,1],[1,1],[2,0],[1,0],[1,-1],[1,0],[1,1],[1,1],[1,0],[-1,2],[0,1],[0,3],[1,2],[2,1],[1,3],[3,2],[1,1],[1,1],[1,1],[1,0],[2,1],[3,-1],[1,0],[2,-2],[0,-2],[0,-2],[0,-1],[0,-3],[0,-2],[0,-2],[0,-2],[-1,-1],[1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-2],[0,-2],[1,-1],[1,-1],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,1],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[0,1],[1,1],[1,0],[1,1],[0,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-3],[-1,-1],[0,-2],[0,-1],[1,-1],[-1,-2],[-1,-1],[0,-1],[-2,-1],[-2,-2],[-2,0],[-2,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-3,-5],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-2,-2],[-1,-2],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-4,-6],[-1,-1],[-2,-1],[-3,-1],[-2,-2],[-1,0],[-1,0],[-2,1],[-2,1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[1,0],[0,-1],[-2,-1],[-1,0],[-1,0],[0,1],[1,2],[1,1],[0,1],[-2,1],[-2,0],[-1,0],[-1,0],[-2,1],[-2,0],[-1,1],[-2,1],[-2,1],[-1,2],[0,2],[-1,3],[0,2],[1,1],[1,1],[1,1],[1,1],[0,1],[1,1],[1,1],[1,1],[1,1],[1,1],[2,1],[2,0],[2,0],[1,0],[1,0],[1,0],[2,1],[1,1],[1,1],[1,1],[1,1],[2,1],[1,1],[1,1],[1,0],[0,1],[2,1],[2,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,-2],[0,-1],[-2,-1],[-1,1],[-1,0],[-1,-1],[-3,-2],[-1,0],[-1,0],[-2,0],[-4,2],[-1,0],[-1,1],[-1,1],[0,1],[1,1],[1,1],[1,1],[0,1],[1,1],[0,1],[-1,1],[1,1]],[[2009,6119],[1,0],[0,-1],[1,-1],[2,0],[1,0],[0,-1],[2,0],[0,-1],[0,-1],[-2,-1],[-4,0],[-2,2],[0,1],[0,3],[1,0]],[[2067,6203],[2,1],[1,-1],[2,-1],[0,-1],[1,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[0,2],[0,2],[-1,1],[0,1],[1,1]],[[2069,6213],[3,1],[3,-1],[1,-1],[1,-1],[1,-1],[-2,-2],[-1,-2],[-1,-1],[-1,-2],[-1,0],[-1,2],[0,2],[-1,2],[-1,2],[0,1],[0,1]],[[1947,6044],[1,1],[1,0],[2,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[1,0],[1,0],[2,2],[1,0],[1,2],[1,2],[1,3],[1,2],[2,3],[1,1],[1,1],[1,1],[2,2],[1,0],[1,1],[1,0],[0,-1],[2,-1],[1,0],[0,-1],[-1,0],[0,-1],[-2,-1],[-2,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[0,-2],[-2,-2],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-2,-1],[-2,-1],[-1,1],[-1,1],[0,1],[-2,0],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,1],[0,1],[0,1],[0,2],[1,0]],[[1962,6095],[1,0],[3,0],[0,-1],[1,-1],[1,-1],[-1,-1],[-1,-3],[-2,-1],[-1,0],[0,-4],[0,-3],[0,-1],[0,-1],[0,-1],[-1,-4],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-1,0],[0,1],[-1,1],[1,2],[0,1],[1,0],[0,2],[0,3],[0,1],[1,1],[-1,1],[0,1],[-2,0],[0,1],[0,2],[0,1],[1,1],[1,1],[1,1],[0,1],[1,2],[0,3],[1,1]],[[2022,6182],[1,1],[2,2],[1,0],[3,0],[1,1],[1,0],[1,1],[1,1],[0,2],[2,2],[3,0],[2,1],[3,0],[2,1],[1,0],[4,1],[4,0],[2,1],[1,0],[3,0],[2,1],[2,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-3],[0,-3],[0,-3],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[-1,0],[-1,0],[-1,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,-1],[0,1],[-1,0],[-1,1],[-1,0],[-1,1],[-2,1],[-2,0],[-4,1],[-2,0],[-2,0],[-3,2],[-2,2],[0,1],[1,1]],[[2070,6258],[0,-1],[1,0],[0,-1],[2,0],[2,-1],[3,0],[3,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[1,-1],[2,0],[1,0],[1,-1],[0,-1],[0,-3],[0,-3],[0,-3],[-1,-1],[-1,-3],[-1,-2],[-1,0],[-1,-1],[-1,1],[-1,0],[-1,1],[-2,0],[-1,-1],[-2,-2],[-2,-1],[-1,1],[0,2],[-2,1],[-1,1],[-2,0],[-1,-1],[-1,0],[-2,0],[-2,1],[-1,0],[0,1],[0,1],[-1,2],[0,1],[0,2],[0,1],[1,1],[1,2],[1,0],[1,0],[1,1],[1,1],[0,1],[1,2],[0,2],[1,0],[1,1],[1,0],[0,2],[1,1],[-1,0],[0,1],[1,1],[1,1]],[[2042,6225],[2,1],[3,1],[2,0],[2,0],[3,1],[0,2],[2,1],[2,0],[1,-1],[1,0],[2,0],[2,0],[2,-1],[3,-1],[1,0],[1,-1],[1,0],[1,0],[2,1],[1,0],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[-1,0],[-2,1],[0,1],[0,2],[-1,1],[-1,-1],[1,-1],[0,-1],[0,-3],[0,-1],[0,-2],[-1,0],[-2,0],[-1,1],[0,3],[-1,2],[0,1],[-1,0],[0,-1],[0,-2],[0,-4],[-1,-2],[-1,-2],[-1,-3],[0,-2],[-1,0],[-1,-2],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-3,-1],[-1,-1],[-1,0],[-3,-1],[-2,0],[-1,0],[-2,1],[-2,1],[-2,1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,1],[-1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,0],[1,0],[1,-1],[2,-1],[3,0],[1,0],[1,0],[1,0],[2,1],[2,3],[1,0],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[0,1],[0,2],[0,1],[-1,1],[-2,1],[-2,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[-1,0],[-1,1],[-1,0],[-2,0],[0,-1],[-3,0],[-1,1],[-1,1],[0,3],[0,1],[1,1],[1,0],[0,1],[1,2],[-1,0],[-1,-1],[-1,-2],[0,-1],[-1,0],[0,1],[0,2],[0,1],[0,2],[1,1]],[[1976,6169],[1,0],[1,-1],[1,0],[2,1],[1,2],[2,1],[1,1],[0,1],[1,1],[0,1],[2,0],[1,0],[2,1],[1,0],[2,0],[1,0],[1,-3],[0,-1],[-1,-1],[0,-2],[-1,-1],[0,-2],[-1,-1],[-1,-2],[-2,0],[-1,0],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[0,1],[1,3],[0,1],[-1,1],[-2,0],[-1,1],[-1,2],[0,1],[1,0]],[[2060,6293],[1,0],[3,0],[0,-1],[1,0],[1,1],[0,1],[2,-1],[3,-1],[1,0],[2,-1],[3,-1],[1,0],[1,0],[1,1],[1,0],[1,0],[2,0],[1,-1],[3,-1],[0,-1],[1,-2],[-3,-1],[-4,0],[-2,0],[-2,0],[-3,1],[-2,0],[-2,2],[-3,2],[-1,0],[-2,0],[-3,-1],[-1,1],[-2,3],[1,0]],[[2065,6312],[2,1],[1,2],[2,0],[1,0],[0,-1],[-1,-2],[1,-2],[0,-1],[1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-3,1],[0,1],[-1,1],[0,1],[1,0]],[[2028,6281],[1,1],[1,0],[0,1],[1,0],[0,1],[1,0],[2,-1],[1,-2],[0,-2],[1,-2],[0,-2],[-1,-1],[-1,-1],[-2,0],[-2,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1]],[[1996,6251],[3,1],[3,1],[4,-1],[1,-1],[2,0],[1,0],[1,1],[2,0],[1,1],[1,3],[0,1],[0,2],[0,1],[-1,0],[-1,0],[0,1],[3,0],[3,-1],[1,0],[2,1],[0,1],[1,0],[0,1],[-1,0],[-2,1],[-1,1],[-1,0],[-1,0],[0,1],[1,0],[2,-1],[1,0],[1,0],[2,1],[2,0],[2,1],[1,1],[0,1],[2,0],[2,0],[1,0],[1,0],[1,1],[1,0],[2,3],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[1,0],[1,1],[1,-1],[2,-2],[2,-3],[1,0],[1,-1],[3,-2],[1,-2],[0,-1],[1,0],[1,-1],[1,1],[2,-1],[1,-1],[2,0],[1,0],[0,1],[-3,2],[-1,0],[-2,2],[-2,1],[-1,1],[-1,0],[-2,2],[-2,2],[-1,1],[0,1],[-1,0],[-1,1],[-2,0],[-1,0],[0,1],[-1,0],[0,2],[3,1],[3,0],[2,1],[0,1],[3,0],[2,0],[1,-1],[2,-1],[1,-2],[1,-1],[1,0],[2,0],[1,0],[1,-1],[0,-1],[1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[1,-2],[2,1],[1,1],[3,0],[1,0],[1,0],[3,-1],[2,-1],[1,0],[0,-2],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[-2,-1],[0,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[1,-1],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-2],[-2,-2],[-2,-3],[-1,0],[-1,-1],[-1,-2],[0,-1],[-2,-1],[-2,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[0,-2],[-2,-1],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[0,-2],[1,0],[0,-1],[0,-1],[-2,-1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,3],[0,1],[0,1],[-2,-2],[-1,0],[0,-1],[2,-1],[1,-2],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-3,-1],[-1,1],[-1,1],[0,1],[0,1],[1,0],[2,1],[0,1],[0,1],[0,1],[-1,1],[-3,-2],[-1,0],[-1,-1],[-1,-2],[-1,-1],[0,-2],[1,-1],[1,-1],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,1],[0,2],[0,2],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[1,1],[1,2],[1,1],[1,0],[2,0],[1,0],[0,1],[1,0],[1,-1],[1,-1],[0,-1],[1,-1],[1,-1],[0,2],[-1,1],[-1,1],[-1,1],[1,1],[2,0],[1,0],[0,1],[1,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[-2,1],[0,-3],[-1,-1],[-1,1],[0,1],[0,1],[-1,1],[-2,1],[-2,1],[-1,0],[-1,1],[0,2],[-1,1],[0,2],[0,1],[1,0],[1,2],[1,1],[0,1],[-1,0],[-2,0],[-2,-1],[-1,-1],[-2,-2],[0,-1],[0,-2],[0,-2],[1,-2],[-1,0],[-1,-1],[-2,-1],[-3,0],[-1,0],[-1,0],[-1,1],[-2,0],[-2,-1],[-4,-1],[-3,-1],[0,1],[0,2],[-1,2],[0,1],[3,3],[0,1],[-1,1],[0,1],[1,1],[1,0],[1,1],[1,1],[2,2],[1,2],[1,1],[1,0],[0,1],[2,-1],[2,0],[1,0],[2,1],[1,1],[2,1],[0,1],[1,1],[0,1],[2,3],[1,1],[2,3],[0,1],[1,4],[0,3],[1,1],[-1,2],[0,1],[-1,2],[-1,0],[0,1],[1,1]],[[1957,6197],[1,0],[4,1],[3,0],[1,0],[1,0],[4,1],[1,1],[1,0],[1,-1],[1,0],[1,0],[2,1],[1,0],[4,0],[3,0],[2,0],[1,0],[2,-1],[1,-1],[1,0],[0,-1],[1,-2],[0,-3],[0,-1],[-1,0],[-1,0],[-1,1],[-2,1],[1,1],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-2,-3],[0,-1],[-1,-1],[-2,-1],[-2,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,1],[-1,0],[0,1],[1,1],[0,3],[1,2],[1,2],[1,3],[0,1],[1,1],[-1,1],[-2,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[0,-2],[0,-1],[0,-1],[-2,0],[-1,-1],[-1,0],[0,-2],[-1,0],[-1,1],[-2,3],[0,2],[-1,1],[0,1],[-1,0],[0,1],[1,0],[2,1],[2,1],[0,1],[0,1],[0,1],[-1,0],[-1,1],[0,1],[1,1]],[[2002,6265],[1,1],[2,-1],[1,0],[1,0],[1,-3],[3,-1],[0,-1],[0,-1],[0,-1],[-3,-1],[-2,0],[0,-1],[-1,0],[0,1],[-1,2],[-1,2],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[3,2]],[[2030,6344],[3,0],[1,-1],[1,-1],[1,-2],[2,-2],[3,-1],[2,-1],[1,0],[1,-1],[2,-2],[1,0],[-1,0],[1,0],[1,0],[1,-2],[2,-2],[2,0],[2,-2],[2,-1],[1,-2],[-1,0],[0,-1],[0,-3],[0,-1],[-1,-1],[-3,1],[0,-1],[1,-2],[1,-1],[-1,0],[-1,-1],[-3,-1],[-1,-1],[-2,0],[-1,1],[-1,0],[-1,0],[-2,-1],[-3,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,1],[-3,1],[-2,1],[0,2],[1,2],[1,2],[0,1],[0,2],[-1,1],[0,2],[0,1],[0,1],[-2,1],[-1,-1],[0,1],[1,1],[0,1],[1,0],[1,0],[1,0],[-2,2],[-1,1],[-1,0],[-1,0],[1,1],[1,-1],[1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,3],[2,2],[0,1]],[[1997,6296],[0,1],[1,1],[1,1],[1,0],[2,0],[1,0],[2,1],[1,0],[2,-1],[1,-2],[1,0],[1,-1],[0,-1],[-2,1],[-1,0],[-1,0],[1,-1],[2,-1],[2,-1],[1,0],[-1,-1],[-3,-2],[-2,-2],[0,-2],[1,0],[1,0],[0,1],[1,1],[2,1],[1,0],[1,0],[1,1],[1,1],[-1,0],[-1,1],[0,1],[1,0],[1,0],[2,0],[2,0],[2,-2],[1,0],[1,-1],[1,-1],[1,-3],[1,0],[0,-1],[0,-1],[-3,-2],[-1,-3],[0,-1],[-1,0],[-1,-1],[0,1],[-2,0],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,0],[-3,-2],[-1,0],[-1,0],[-4,1],[0,1],[-1,1],[-3,1],[-1,2],[0,1],[1,0],[0,1],[3,0],[3,1],[1,0],[0,2],[-2,1],[-2,0],[-1,0],[-1,0],[0,1],[0,1],[-1,2],[-1,2],[-1,1],[-1,1],[-2,3],[0,1],[1,0]],[[1982,6278],[1,0],[1,0],[2,1],[1,1],[0,1],[1,2],[1,0],[1,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[-1,0],[-3,-1],[-3,0],[0,2],[0,1],[-1,0],[-1,2],[1,0]],[[1972,6294],[1,1],[2,1],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-3],[-2,-1],[-1,-2],[-2,0],[-2,1],[-1,1],[0,1],[0,1],[1,1],[2,2]],[[1956,6273],[2,2],[0,1],[1,0],[1,0],[2,-2],[3,-1],[2,0],[3,-1],[2,0],[2,-2],[1,0],[0,-1],[-1,-2],[-1,-1],[-1,-3],[-2,-1],[-4,-1],[-1,0],[-1,0],[-2,0],[-1,1],[-2,0],[-1,0],[0,-1],[0,-2],[-2,-1],[-1,0],[-2,1],[0,1],[1,1],[1,1],[1,0],[1,0],[1,0],[0,1],[-1,2],[-1,1],[-2,1],[0,1],[0,3],[2,2]],[[1932,6240],[1,-1],[1,0],[2,-1],[2,0],[2,1],[1,0],[1,1],[1,1],[1,0],[2,0],[2,1],[0,1],[2,2],[1,1],[2,3],[1,0],[2,-1],[1,0],[1,1],[2,1],[2,2],[1,1],[0,2],[-1,0],[-1,-1],[-2,-3],[-2,0],[-1,0],[-1,3],[-1,1],[1,1],[1,0],[2,1],[1,1],[3,0],[1,-1],[-1,-1],[1,-1],[1,0],[1,0],[1,0],[4,1],[1,0],[3,2],[0,1],[1,0],[2,1],[2,0],[2,0],[1,1],[2,-1],[0,-1],[0,-2],[-1,-2],[1,-1],[0,1],[2,0],[1,2],[1,0],[0,1],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-2],[1,-1],[1,0],[0,1],[1,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,-3],[0,-1],[0,-1],[-4,0],[-2,3],[-3,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,2],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,0],[-1,-1],[0,-1],[-1,0],[1,-2],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,-2],[-1,-1],[0,-3],[1,-2],[0,-1],[-1,-2],[0,-2],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,3],[0,1],[1,1],[1,0],[1,1],[0,1],[0,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[0,-2],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-2],[0,-1],[-1,-1],[-1,-2],[0,1],[-1,1],[-1,2],[-2,1],[-2,0],[-2,0],[-4,0],[-1,0],[0,1],[0,3],[0,2],[-1,2],[0,1],[-1,2],[0,1],[-1,0],[-1,2],[0,1],[0,1],[1,3],[1,1]],[[1989,6333],[1,0],[0,1],[1,0],[1,2],[4,5],[1,1],[1,3],[1,2],[2,2],[2,1],[1,1],[1,0],[2,0],[3,0],[1,-1],[3,-1],[2,-2],[1,-1],[0,-1],[-2,-1],[-1,-1],[0,-1],[2,-1],[1,0],[1,1],[1,0],[0,1],[1,2],[3,0],[1,0],[1,-1],[1,-1],[1,-1],[-1,-2],[-1,-2],[-1,-1],[-1,-3],[0,-1],[0,-1],[1,-3],[1,-4],[-1,-2],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[0,1],[-1,1],[-2,1],[-2,0],[-1,1],[-1,1],[-2,0],[-1,0],[-1,-1],[-1,1],[0,1],[0,1],[1,1],[0,1],[-1,0],[0,1],[-1,0],[-3,0],[-2,1],[0,1]],[[1965,6309],[0,1],[2,1],[1,0],[3,1],[2,1],[2,-2],[1,-1],[-1,-1],[-2,-2],[1,0],[1,-2],[0,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-2,0],[-1,1],[0,1],[-1,2],[-1,2],[0,1],[0,1],[1,1]],[[1933,6263],[1,2],[1,0],[0,1],[2,2],[1,0],[1,1],[1,-1],[0,-1],[0,-1],[-2,-2],[0,-1],[-3,-2],[-1,-1],[-1,1],[0,1],[0,1]],[[1927,6255],[2,0],[2,0],[2,1],[2,2],[2,1],[3,1],[1,2],[2,1],[1,1],[1,-1],[0,-3],[0,-1],[-1,-1],[0,-2],[1,-1],[-1,-2],[0,-2],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-1,0],[-2,1],[1,1],[-1,0],[0,1],[-2,0],[-1,0],[-2,1],[0,1],[-1,3],[-3,1],[1,1]],[[1934,6284],[1,1],[2,2],[3,2],[2,0],[2,0],[1,0],[1,0],[2,1],[1,0],[0,-1],[1,-1],[0,-3],[0,-1],[-1,-1],[-2,-2],[-1,-1],[-3,-1],[-3,0],[-2,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-3,0],[0,1],[0,1],[1,3],[1,1],[0,2],[1,0]],[[1945,6311],[3,0],[2,-1],[3,-1],[3,-1],[2,-1],[1,0],[1,0],[0,1],[2,1],[1,-1],[0,-1],[-1,-1],[-2,-1],[-1,0],[-1,-1],[0,-2],[-1,-2],[-1,-1],[-1,0],[-2,0],[-1,0],[0,1],[-1,2],[-2,0],[-2,1],[-4,1],[-1,1],[0,1],[0,1],[1,3],[2,1]],[[1961,6340],[2,1],[1,0],[2,2],[1,1],[1,1],[1,1],[1,0],[2,1],[0,1],[1,1],[-1,0],[1,1],[1,1],[0,1],[1,0],[1,0],[1,0],[1,2],[1,2],[2,0],[2,-1],[2,-2],[1,0],[1,-1],[2,-1],[1,-3],[0,-1],[-1,-1],[-1,-2],[-2,-2],[-1,-1],[-2,0],[-1,0],[-2,0],[-2,0],[-1,-1],[-1,1],[0,1],[1,1],[0,2],[-1,0],[-2,-1],[-2,-1],[-1,0],[-1,0],[-2,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-2,0],[-2,0],[0,1],[0,2],[0,1]],[[1946,6319],[2,1],[0,1],[1,0],[3,0],[2,0],[1,0],[2,-1],[2,-1],[3,-1],[2,0],[1,0],[1,-1],[1,0],[0,-1],[1,-2],[0,-1],[-2,-1],[-3,0],[-2,0],[-3,1],[-2,0],[-2,1],[-1,-1],[-2,1],[-1,1],[-1,1],[0,1],[1,0],[1,-1],[1,0],[-1,1],[-1,1],[-1,0],[0,-2],[-1,-1],[-2,1],[0,1],[0,1],[0,1]],[[1997,6393],[2,1],[1,0],[4,0],[1,0],[1,0],[1,-1],[2,-1],[2,-1],[1,-1],[1,-2],[-1,-2],[-2,-2],[-1,0],[-2,0],[-2,1],[-2,3],[0,1],[-2,2],[-2,1],[-2,0],[0,1]],[[1925,6309],[1,1],[1,1],[1,0],[1,0],[1,0],[0,-1],[0,-3],[0,-1],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[-3,1],[0,1],[1,0],[1,2],[0,1],[1,1]],[[1996,6417],[1,1],[3,1],[2,1],[3,1],[1,0],[2,-1],[2,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-2],[-2,0],[-1,0],[-1,0],[-2,1],[-3,0],[-3,1],[-1,1],[1,1]],[[1953,6355],[2,1],[2,2],[3,1],[2,1],[0,-1],[3,-1],[1,0],[1,0],[1,0],[1,0],[1,1],[3,-1],[0,-1],[-1,-1],[-1,0],[-2,-2],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,-3],[-1,0],[0,-1],[-2,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-2,0],[0,1],[2,2],[0,1],[2,1],[0,1],[2,0],[1,0],[1,0],[2,1],[0,1],[1,1],[-1,0],[0,1],[-2,0],[-2,0],[-3,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,1],[2,1]],[[1975,6405],[1,1],[2,0],[2,2],[1,1],[2,1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,-1],[0,1],[1,1]],[[1922,6328],[1,0],[2,0],[3,0],[1,0],[2,-1],[0,-1],[-1,0],[-1,-3],[-1,-1],[0,-1],[-2,-2],[0,-1],[-2,1],[0,1],[-1,2],[0,2],[-1,2],[0,1],[0,1]],[[1917,6324],[1,0],[1,-1],[2,-2],[1,-1],[0,-1],[-1,-3],[-1,-2],[-1,0],[-1,-1],[-1,0],[-1,0],[0,2],[-1,1],[0,1],[0,1],[-1,2],[1,2],[2,2]],[[1953,6382],[1,0],[1,0],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[1,0],[1,1],[0,1],[0,1],[0,1],[1,2],[1,2],[2,1]],[[2001,6458],[2,1],[1,0],[1,0],[2,1],[1,1],[1,1],[3,1],[2,1],[3,2],[1,2],[0,3],[0,3],[1,2],[0,2],[1,0],[1,1],[2,1],[2,0],[2,-1],[-1,0],[0,1],[0,-2],[2,-1],[1,-1],[1,-1],[2,-2],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-2,-2],[-1,-1],[-2,0],[-2,-2],[-2,-1],[0,-1],[-1,-1],[-2,-2],[-1,-2],[-1,-2],[-2,-1],[-1,-1],[-1,-1],[0,1],[-1,1],[0,3],[-1,3],[0,1],[-1,0],[-1,2],[-1,0],[0,1],[0,1],[1,1]],[[1977,6428],[3,1],[1,1],[1,0],[1,0],[2,-1],[0,-2],[-2,-1],[-1,-1],[-1,-2],[-1,0],[-1,0],[-1,1],[0,1],[-2,2],[0,1],[1,0]],[[1901,6330],[1,0],[2,-1],[2,0],[1,-1],[1,0],[0,-1],[-2,-2],[-2,-1],[-2,-2],[-1,0],[-1,-1],[-1,0],[0,2],[1,0],[0,1],[1,2],[0,1],[0,1],[-1,1],[0,1],[1,0]],[[1949,6405],[1,1],[1,1],[1,0],[2,0],[1,0],[0,-1],[0,-2],[0,-1],[1,-2],[1,-1],[1,1],[2,1],[0,1],[-1,0],[-1,0],[1,1],[2,1],[1,-1],[1,0],[1,-1],[1,-1],[0,-1],[-1,-2],[-1,-1],[-1,1],[0,-1],[-1,-3],[-1,0],[0,-1],[-4,-2],[-1,0],[1,0],[1,0],[1,1],[1,0],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[1,-1],[-1,-1],[-3,-1],[-3,-1],[-2,0],[-2,0],[-1,2],[-2,1],[-1,1],[1,1],[1,1],[1,0],[1,1],[-2,0],[-1,0],[0,-2],[-2,0],[1,1],[0,3],[1,0],[1,1],[1,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[1,0],[1,0],[1,1],[0,1],[1,1],[1,0],[1,1],[1,0],[1,-1],[2,0],[0,1],[-1,0],[-1,1],[-1,0],[-2,1],[-2,0],[-1,2],[-1,3],[0,1],[1,1],[1,1]],[[1943,6401],[1,0],[1,0],[2,-2],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-2,1],[-1,0],[-2,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,1]],[[1953,6417],[3,1],[1,2],[2,2],[2,1],[1,0],[0,1],[1,2],[1,1],[1,0],[2,0],[2,-1],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[2,-3],[1,-3],[0,-1],[0,-2],[-1,-1],[-1,-2],[-2,-2],[-1,0],[-2,-1],[-1,0],[-1,-1],[-2,0],[-2,1],[-1,1],[0,1],[-2,3],[-2,2],[-3,1],[0,1],[-1,1],[0,1],[1,1]],[[1974,6458],[1,0],[1,2],[1,1],[1,1],[1,1],[2,0],[1,-1],[2,0],[3,0],[2,0],[1,-1],[1,0],[1,-2],[2,-1],[1,-1],[1,-3],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[-1,-3],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,1],[-1,1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,1],[-1,0],[-2,1],[-1,0],[-1,0],[0,1],[0,2],[0,3],[0,3],[2,3],[0,2],[0,1],[0,1],[1,2],[0,1],[-1,1],[-3,1],[-1,0],[-1,-1],[-1,0],[0,2],[1,1],[1,2]],[[1928,6424],[3,1],[1,0],[1,2],[1,1],[0,1],[3,1],[1,0],[3,-1],[1,0],[2,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-2,0],[-2,-1],[-1,0],[-2,1]],[[1920,6412],[2,-1],[3,-2],[3,-2],[2,-2],[0,-1],[-1,-1],[-1,1],[-1,0],[-1,0],[1,-2],[0,-2],[0,-2],[0,-1],[1,-1],[1,0],[0,1],[-1,2],[0,1],[1,0],[1,-1],[1,0],[1,1],[1,0],[1,0],[0,-1],[-1,-2],[0,-2],[0,-2],[-1,-2],[-1,-2],[-1,-1],[-2,2],[-3,1],[-1,0],[-2,-1],[-2,-1],[0,-1],[0,1],[-1,0],[0,2],[0,1],[-1,1],[0,1],[-2,0],[0,1],[-1,1],[1,1],[0,1],[1,-1],[0,1],[0,1],[0,2],[0,2],[1,1],[0,3],[0,1],[1,3],[0,1],[1,0]],[[1948,6477],[1,1],[4,-1],[1,1],[2,0],[1,-1],[2,-2],[2,-1],[2,-2],[1,-1],[0,-2],[2,-1],[2,0],[1,0],[1,0],[2,-1],[0,-4],[0,-1],[-1,-3],[-1,-1],[-1,0],[-2,0],[-1,-2],[-1,-2],[-1,-2],[0,-2],[0,-3],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-3,-2],[0,-1],[-3,-2],[-2,0],[0,1],[0,2],[1,1],[2,2],[1,1],[1,0],[1,1],[-1,0],[-1,0],[-2,-1],[-2,-1],[-2,-1],[-2,-2],[-1,0],[-1,0],[-2,2],[-2,2],[0,1],[-2,0],[0,-2],[2,-1],[1,-1],[-1,-1],[0,1],[-1,1],[-1,0],[-1,0],[-1,-1],[1,-1],[2,0],[0,-1],[1,-2],[-1,0],[-2,0],[-2,1],[-2,2],[-1,0],[1,1],[0,1],[1,1],[1,1],[1,1],[1,2],[0,2],[1,0],[1,2],[0,1],[1,2],[0,1],[0,1],[1,1],[2,2],[1,1],[1,0],[1,0],[1,0],[2,3],[0,1],[-1,0],[-1,2],[-1,0],[-1,-1],[-1,-1],[-4,-1],[-1,0],[-1,0],[0,3],[0,2],[1,0],[1,1],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[1,1],[1,0],[3,-2],[3,-2],[1,1],[1,1],[0,1],[0,1],[-1,1],[-2,0],[-1,0],[-1,1],[-1,2],[-1,2],[-1,2],[-1,0],[-1,2],[-1,0],[0,1],[1,0]],[[1963,6510],[2,1],[2,0],[1,1],[1,1],[1,1],[-1,1],[-1,0],[0,1],[1,1],[1,0],[1,0],[1,-1],[1,-1],[3,0],[2,-1],[1,-1],[1,0],[0,-1],[3,0],[1,-1],[2,0],[1,-1],[1,-2],[1,-2],[1,-1],[3,-1],[1,0],[2,0],[2,-1],[0,-1],[1,-1],[1,-1],[1,0],[0,-1],[0,-2],[0,-1],[-1,1],[0,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[2,-1],[3,0],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[-2,1],[-1,0],[0,-1],[1,0],[0,-1],[1,1],[1,0],[2,0],[2,0],[0,-1],[1,-3],[0,-1],[-1,-1],[-1,-2],[-2,-2],[-2,0],[-4,0],[-1,0],[0,-3],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,-3],[0,-1],[1,0],[1,0],[1,1],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[0,-1],[-1,2],[-1,1],[-2,0],[-2,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-2,0],[-1,0],[0,1],[0,1],[0,3],[1,1],[0,1],[1,0],[3,1],[2,0],[4,1],[1,1],[0,2],[-1,2],[0,1],[-1,1],[0,1],[0,3],[0,1],[1,0],[2,0],[1,0],[-2,1],[-3,0],[0,-1],[0,-1],[0,-1],[-2,0],[-2,-2],[-1,-1],[-1,0],[-1,1],[1,2],[0,1],[0,1],[2,1],[1,1],[0,1],[1,3],[1,1],[0,1],[-1,1],[-1,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[-1,0],[-2,0],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,3],[-1,1],[0,2],[-1,2],[0,2],[-1,3],[-1,0],[0,1],[-1,0],[-1,0],[-2,0],[-2,1],[-1,2],[-1,1],[-2,1],[-3,0],[0,1]],[[1925,6459],[2,2],[1,2],[1,1],[2,-2],[1,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,0],[-2,-1],[-1,-1],[0,-1],[-1,0],[-2,-1],[-1,0],[-1,1],[1,0],[0,2],[1,1],[1,1],[0,2],[0,1],[1,1]],[[1946,6496],[2,1],[1,2],[2,1],[2,1],[1,0],[3,0],[2,0],[1,-1],[2,0],[4,-1],[2,1],[2,-1],[1,-1],[2,-2],[2,-1],[1,0],[1,1],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,0],[2,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-2,0],[-2,-1],[-2,0],[-2,1],[0,2],[-1,1],[-2,2],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,1],[-2,1],[-1,0],[-1,1],[0,-1],[-2,1],[-1,0],[0,1],[-2,0],[-1,-1],[-2,0],[-1,0],[-1,3],[-1,2],[2,2]],[[1906,6444],[1,1],[1,0],[1,1],[1,0],[2,1],[2,1],[1,0],[3,-2],[0,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,0],[2,-2],[1,-1],[0,-3],[-3,-2],[-1,0],[-2,-1],[-3,-1],[-1,-1],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,1],[0,1],[1,0],[0,1],[-1,1],[-2,0],[0,2],[1,3],[0,1],[1,0]],[[5780,9088],[1,0],[3,-2],[1,-1],[0,-1],[0,-1],[-2,-1],[-2,0],[-2,-1],[-1,0],[-2,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-2,1],[-2,0],[-3,2],[0,1],[4,2],[3,2],[3,1],[3,2]],[[1926,6484],[1,0],[2,-1],[3,0],[3,-2],[1,-1],[0,-1],[-1,-1],[-1,-3],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,1],[-1,0],[-1,0],[-2,-1],[-2,1],[0,1],[0,1],[3,2],[0,2],[1,3],[1,0],[1,1]],[[1935,6515],[1,1],[2,-1],[1,-1],[3,-2],[0,-1],[1,0],[0,-1],[-3,-1],[-1,1],[-1,0],[-1,1],[-1,1],[-2,0],[-1,0],[0,1],[1,2],[1,0]],[[1914,6490],[1,0],[0,1],[2,0],[3,-1],[1,-1],[3,-1],[1,0],[-1,-2],[-2,0],[-2,1],[-3,-2],[-2,-1],[-1,-2],[-1,0],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1]],[[1940,6531],[2,1],[2,2],[1,0],[2,1],[1,0],[0,-1],[0,-1],[0,-2],[1,-1],[1,-1],[1,-1],[-1,-2],[1,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[2,2],[1,0],[1,0],[-1,1],[-3,1],[0,1],[1,0],[1,1],[0,-1],[1,0],[1,0],[2,-1],[1,-1],[1,-1],[1,0],[1,-1],[0,-1],[0,-3],[-1,-2],[3,-2],[1,-1],[1,0],[1,-2],[-1,0],[-1,0],[-1,0],[-1,-1],[-3,-1],[-1,-1],[-3,0],[-1,0],[-1,0],[-1,1],[-2,2],[-2,2],[-1,0],[0,2],[-1,0],[-1,1],[-1,1],[-2,1],[-2,1],[0,1],[-1,1],[-1,0],[0,2],[0,1]],[[1881,6492],[1,0],[2,0],[1,0],[1,-1],[1,-2],[-1,-3],[0,-1],[-1,0],[-1,1],[-3,1],[0,3],[0,1],[0,1]],[[1882,6525],[2,0],[3,-3],[0,-1],[1,-3],[1,-2],[1,-1],[1,1],[2,1],[2,0],[2,0],[3,1],[1,-1],[1,0],[2,-1],[-1,-3],[-1,-1],[0,-2],[-1,0],[-1,0],[-4,1],[-2,0],[-2,1],[-2,0],[-1,1],[-2,1],[0,1],[-1,1],[-1,2],[-1,0],[0,-1],[-1,0],[-2,0],[-2,0],[-1,0],[0,1],[0,1],[1,1],[1,0],[1,0],[1,1],[1,1],[0,1],[-1,0],[-1,1],[1,1]],[[1894,6543],[1,0],[2,2],[1,0],[5,1],[1,0],[1,1],[1,0],[0,-1],[1,-1],[1,0],[1,1],[-1,2],[1,0],[1,1],[1,0],[2,-1],[3,-1],[3,2],[1,1],[0,1],[-2,2],[-1,0],[-2,-1],[-1,0],[0,1],[1,0],[1,1],[0,2],[-2,1],[0,1],[2,3],[2,1],[1,2],[1,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[1,0],[0,1],[1,1],[1,1],[1,0],[4,0],[1,0],[1,0],[1,0],[-1,-2],[-1,-1],[-1,-1],[-1,0],[0,-2],[1,0],[1,0],[1,0],[0,1],[1,1],[1,-1],[1,-2],[1,-2],[0,-1],[-2,-1],[-1,0],[-2,0],[-1,-1],[-2,-2],[-1,-1],[-2,-1],[-1,0],[-2,0],[-2,-1],[-1,0],[0,-1],[1,1],[2,0],[3,0],[1,-1],[0,-2],[0,-2],[-1,0],[-1,0],[0,1],[-2,0],[-2,-1],[-2,0],[0,-1],[1,-1],[2,-1],[0,-1],[1,-1],[-1,-2],[0,-1],[-1,-2],[-1,0],[0,-1],[-2,-2],[1,-1],[-1,0],[0,-1],[-3,0],[-1,-1],[-2,0],[-1,1],[-1,2],[-1,0],[-1,0],[-2,0],[-3,1],[-2,1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,1],[0,1],[0,1],[1,1],[1,1],[1,2],[1,1],[-1,0],[-1,2],[0,1],[1,3],[1,2],[0,1]],[[1932,6605],[1,0],[1,0],[1,1],[3,4],[1,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[2,0],[3,-2],[1,0],[1,-1],[3,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[-1,-1],[-1,-1],[-1,0],[-2,1],[-1,2],[-1,2],[0,1],[1,1],[1,1],[1,1],[0,1],[0,2],[2,1],[0,1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,-3],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,0],[1,2],[1,1],[1,1]],[[6622,9349],[2,0],[5,-1],[5,0],[2,1],[1,0],[2,-1],[0,-1],[1,-3],[-1,0],[-1,0],[-1,-1],[-1,0],[0,1],[-2,1],[-2,0],[-5,-1],[-2,0],[-5,2],[-1,1],[1,1],[1,0],[-1,1],[1,0],[1,0]],[[6602,9349],[4,0],[2,-1],[2,-1],[-1,-1],[-4,-2],[-1,0],[-1,0],[-3,1],[-2,1],[-1,0],[-1,0],[-5,-1],[-1,0],[-1,0],[-1,1],[1,1],[2,0],[3,0],[6,2],[2,0]],[[1854,6528],[2,0],[2,2],[4,0],[1,0],[1,1],[0,1],[1,1],[3,1],[1,0],[2,-1],[2,-1],[1,0],[1,-1],[0,-1],[-2,0],[-2,0],[-1,-1],[1,-1],[2,-2],[2,1],[3,0],[1,0],[0,-1],[1,-1],[0,-1],[0,-1],[-2,0],[-2,1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,2],[-2,1],[-1,1],[-2,1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[0,1],[0,1],[0,2],[-1,0],[0,1],[1,0]],[[1904,6602],[2,1],[3,1],[1,0],[1,-1],[0,-1],[-1,-1],[1,-1],[1,0],[4,-1],[1,0],[1,0],[1,0],[2,-1],[1,-2],[1,0],[1,1],[0,1],[0,2],[0,1],[2,0],[1,-1],[0,-1],[-2,-1],[0,-1],[0,-2],[0,-1],[1,-1],[2,0],[1,0],[1,-2],[-1,-1],[-2,-3],[1,0],[1,-1],[1,-1],[1,0],[1,0],[0,-1],[0,-3],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-1,3],[0,2],[-2,2],[-2,1],[-3,1],[-1,1],[-3,1],[-1,0],[0,2],[-1,1],[-1,1],[-2,1],[-2,2],[-1,0],[0,1],[0,1],[0,1]],[[1935,6666],[1,0],[1,-1],[1,-1],[2,-1],[1,0],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[1,0],[1,-1],[2,-1],[2,-2],[1,-1],[1,-1],[2,-1],[3,-1],[1,0],[1,-2],[1,-1],[1,-1],[1,-1],[2,-2],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[-2,1],[-2,0],[-1,0],[0,-1],[-1,0],[-2,1],[-2,2],[-2,0],[-2,0],[-4,0],[0,1],[-2,0],[0,1],[-1,1],[-2,2],[1,1],[2,0],[1,1],[1,1],[0,1],[-1,1],[-1,0],[0,1],[2,-1]],[[1845,6566],[2,1],[3,1],[3,1],[3,0],[2,1],[3,1],[3,0],[1,0],[2,-2],[2,-1],[3,-2],[2,-1],[3,-1],[2,-1],[1,0],[0,1],[1,0],[-1,1],[-1,1],[-1,0],[0,1],[2,1],[2,1],[3,1],[2,1],[1,0],[1,0],[2,0],[3,0],[4,0],[2,0],[1,1],[2,2],[1,1],[0,1],[-2,1],[-1,1],[0,1],[2,1],[1,0],[0,-1],[3,-2],[3,0],[1,0],[2,-1],[2,-3],[1,-1],[0,-2],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-2,-2],[-2,-1],[-2,0],[-2,-1],[-1,1],[-1,1],[-1,0],[-4,1],[-3,1],[-3,0],[-1,0],[-1,-1],[-1,-2],[0,-1],[1,-2],[0,-2],[0,-1],[-2,-2],[-1,0],[-1,0],[-1,0],[-1,0],[-3,0],[-1,1],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,-1],[-2,0],[0,-1],[-2,-2],[-4,-2],[-1,0],[-1,0],[-2,1],[1,2],[1,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,1],[0,1],[0,1],[1,2],[0,1],[2,2],[0,1],[0,2],[0,2],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,1],[-2,1],[-1,0],[0,1],[0,1],[1,0],[0,1]],[[1832,6554],[1,0],[2,0],[1,1],[1,0],[1,0],[2,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-2,1],[-1,0],[1,0],[0,1]],[[1903,6661],[1,0],[2,1],[1,0],[5,2],[2,0],[2,0],[1,0],[2,-1],[1,-1],[2,0],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[1,-1],[1,0],[0,-1],[0,-1],[-3,-1],[-2,1],[-4,0],[-1,1],[-4,1],[-3,1],[-1,1],[-3,1],[0,1],[0,1]],[[6230,9329],[1,-1],[3,-1],[1,0],[1,0],[1,1],[2,0],[2,1],[2,0],[3,0],[1,1],[2,2],[1,0],[2,0],[3,0],[3,0],[2,1],[2,1],[1,0],[2,0],[2,-1],[3,0],[5,0],[4,-1],[3,0],[3,0],[1,-1],[2,-1],[3,-1],[1,-1],[2,-1],[2,-1],[2,-3],[1,-1],[1,-2],[0,-2],[2,-2],[3,-1],[1,-1],[2,-1],[-1,-1],[2,-2],[0,-1],[1,0],[0,-1],[3,-2],[3,0],[2,-2],[2,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[1,-1],[1,-1],[0,-1],[0,-2],[2,-1],[1,-3],[4,-2],[2,-1],[1,-1],[3,-2],[1,0],[1,-2],[3,-1],[1,-1],[-1,-2],[0,-2],[-2,-1],[-2,-1],[-2,0],[-5,0],[-6,1],[-3,-1],[-1,0],[-2,0],[-1,0],[-3,0],[-4,1],[-4,1],[-2,1],[-3,1],[-2,0],[-4,2],[-1,0],[-2,2],[-4,3],[-1,0],[-1,3],[-3,2],[-1,2],[-2,1],[-1,0],[-1,1],[-2,0],[-1,1],[-3,3],[-4,2],[-1,0],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-2,1],[-3,2],[-4,2],[-2,1],[-2,0],[0,1],[-1,0],[-2,1],[-4,1],[-3,2],[0,1],[0,1],[-1,2],[0,1],[-1,1],[-1,3],[-1,1],[-1,0],[0,2],[1,0]],[[6029,9288],[1,0],[1,0],[-1,-1],[-1,-2],[0,-2],[-1,-1],[-1,0],[-5,0],[-3,1],[-2,0],[0,1],[1,0],[1,1],[3,2],[7,1]],[[1857,6614],[1,0],[5,3],[1,0],[2,1],[0,1],[0,1],[1,0],[2,0],[1,-1],[2,-2],[1,-1],[0,-1],[-2,-1],[0,-1],[3,0],[1,0],[2,-2],[2,-2],[1,-1],[-1,-1],[-3,-2],[-1,0],[-2,0],[-2,0],[-2,0],[-3,0],[-2,0],[-1,1],[-1,1],[-2,3],[-2,1],[-1,1],[-1,0],[0,1],[1,1]],[[1868,6640],[2,1],[3,2],[2,1],[0,1],[1,1],[0,1],[1,2],[0,1],[0,1],[1,1],[1,1],[3,2],[1,0],[1,-1],[1,0],[2,-1],[3,-2],[2,-1],[1,-2],[1,-1],[3,-1],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,-1],[1,0],[3,-1],[2,-2],[2,-1],[3,0],[2,0],[3,0],[2,-1],[2,0],[2,-1],[1,1],[3,0],[1,1],[1,0],[2,0],[2,0],[1,0],[1,-1],[2,-1],[3,-2],[3,-1],[1,-1],[3,-1],[2,-1],[1,1],[3,0],[1,-1],[1,-1],[1,-2],[2,-3],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-4,0],[-2,-1],[-1,1],[-2,2],[-1,2],[0,1],[0,1],[-3,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-1,-2],[-2,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-2],[-1,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-3,-1],[-1,-1],[-2,0],[-1,0],[-2,1],[-1,0],[-1,1],[0,1],[-1,3],[0,1],[0,1],[1,1],[2,1],[2,1],[0,1],[2,2],[0,1],[0,2],[0,1],[0,1],[1,1],[1,1],[1,0],[0,1],[-1,0],[-1,0],[-2,-2],[-2,-1],[-1,0],[-4,-1],[-1,0],[-3,1],[-2,-1],[-2,0],[-2,-1],[-3,-1],[-1,0],[-2,-2],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-3,-2],[0,-1],[-1,-1],[-1,0],[-2,1],[-1,1],[-1,1],[-1,2],[-1,2],[-3,4],[2,0],[2,2],[1,0],[0,1],[0,1],[0,1],[1,0],[1,1],[1,1],[0,1],[-1,1],[-1,0],[-2,0],[0,1],[1,1],[2,1],[1,0],[0,1],[-2,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,-1],[-1,0],[-2,0],[-1,3],[-1,0],[1,1],[0,1]],[[1880,6680],[3,1],[3,0],[2,1],[2,1],[1,2],[1,2],[2,1],[1,0],[1,-1],[1,-1],[2,-2],[-1,-1],[0,-1],[-2,-1],[-2,-1],[-3,-1],[-4,-2],[1,0],[4,1],[0,-1],[-1,0],[-1,0],[-2,-1],[-4,0],[-2,1],[-1,1],[-2,1],[1,1]],[[6062,9321],[1,0],[3,0],[0,-1],[0,-1],[1,-2],[0,-3],[-1,-1],[-2,0],[-2,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-2,1],[-1,3],[-1,1],[1,2],[-1,0],[0,1],[1,1],[1,0],[3,1],[3,1]],[[1855,6652],[1,1],[1,1],[1,0],[1,-1],[1,0],[2,1],[1,1],[0,1],[1,0],[1,0],[2,0],[1,0],[1,1],[3,0],[3,-1],[2,0],[1,0],[0,-1],[0,-1],[-1,0],[-2,0],[-1,1],[-1,0],[-2,0],[-2,1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,0],[0,-1],[0,-1],[-2,-1],[-1,1],[-2,1],[-1,1],[1,1]],[[6034,9317],[3,1],[2,0],[4,0],[3,0],[1,-1],[2,-1],[1,0],[0,-2],[1,-2],[0,-2],[1,-2],[1,-1],[2,1],[5,0],[4,1],[1,0],[1,0],[1,0],[2,-2],[-4,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[0,-1],[0,-1],[2,0],[2,0],[3,0],[1,1],[2,0],[1,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[1,0],[1,0],[3,0],[2,0],[2,1],[1,0],[1,-2],[-1,-1],[-2,0],[-5,-1],[-2,0],[-2,1],[0,1],[-2,1],[-1,0],[-1,1],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[1,0],[2,1],[1,0],[2,0],[1,-1],[1,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[1,-1],[1,-1],[1,0],[2,0],[2,0],[0,2],[1,1],[2,0],[6,-1],[4,-1],[1,-1],[1,0],[2,-1],[1,0],[3,2],[3,1],[1,1],[3,1],[1,0],[1,-1],[1,-1],[0,-1],[3,-1],[1,0],[2,1],[2,2],[-2,2],[1,0],[2,0],[4,0],[3,-1],[1,-1],[-2,-1],[-3,-2],[-4,-2],[-1,-1],[-5,-1],[-4,-1],[-1,0],[-2,-1],[-2,-1],[0,-1],[-1,-1],[-2,-1],[0,-1],[0,-2],[-1,0],[-1,-1],[-2,-1],[-1,0],[-3,0],[-3,1],[-1,0],[-1,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,-1],[-2,0],[-2,-1],[-6,-1],[-2,0],[-2,0],[-6,0],[-2,0],[-1,0],[0,2],[-1,1],[-1,0],[-2,0],[-2,0],[-2,-2],[-1,-1],[-2,-2],[-2,0],[-1,0],[-3,-1],[-4,0],[-4,0],[-2,0],[-1,0],[1,1],[1,2],[2,0],[3,0],[4,0],[2,0],[1,1],[2,2],[3,3],[3,1],[1,1],[-3,1],[-1,1],[-4,0],[0,1],[0,1],[2,0],[2,1],[2,-1],[0,1],[5,1],[1,1],[0,1],[-1,2],[-1,2],[0,2],[1,1],[-1,1],[-1,0],[-3,1],[-4,1],[-1,0],[-2,1],[-2,2],[-2,2],[2,1],[1,0],[3,1],[2,0],[4,2],[1,0],[0,1],[-1,1],[-3,2],[-3,0],[-4,-2],[-4,-2],[-1,-1],[-2,0],[-1,1],[1,1],[1,1],[1,0],[2,1],[1,1],[2,0],[0,1],[3,0]],[[6050,9328],[1,0],[1,0],[2,0],[1,-1],[1,0],[0,-1],[-2,-1],[-2,-1],[-2,-1],[0,-1],[-2,-1],[-2,0],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[2,0],[4,1]],[[1846,6686],[4,1],[1,1],[0,1],[1,0],[1,0],[1,1],[1,0],[4,0],[2,0],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-1,-2],[-2,0],[-1,0],[-4,2],[-1,0],[-1,1]],[[1864,6711],[2,1],[2,0],[4,1],[3,-1],[0,-1],[-2,-1],[-2,0],[0,-1],[1,-1],[2,-1],[1,0],[0,-1],[-1,-1],[-2,-1],[-2,-2],[-2,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,0],[2,0],[3,0],[2,1],[0,1],[-2,1],[-2,1],[-4,1],[0,1],[1,1]],[[1898,6845],[3,1],[2,0],[1,1],[1,2],[-1,2],[1,1],[1,0],[1,0],[3,0],[4,0],[2,-2],[1,-1],[2,-3],[-2,-2],[-2,0],[-1,0],[-2,-1],[-3,0],[-2,-1],[-2,0],[-3,1],[-2,0],[-2,0],[-2,0],[0,1],[2,1]],[[6258,9479],[1,0],[1,-1],[3,-1],[2,-1],[1,-1],[1,-2],[0,-3],[1,-2],[2,-2],[2,-3],[1,-2],[2,-5],[0,-1],[1,-1],[0,-3],[1,-3],[-1,-2],[1,-2],[0,-2],[1,-1],[2,-1],[1,0],[2,-3],[0,-1],[1,-1],[1,-1],[1,-1],[1,-2],[0,-3],[1,-1],[1,-2],[3,-3],[0,-1],[-1,0],[1,-1],[0,-1],[3,-1],[1,0],[1,-1],[1,-1],[0,-1],[1,-2],[3,-2],[1,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[4,-2],[0,-1],[-1,-1],[1,-1],[2,-1],[1,-1],[-1,-2],[-1,-1],[-2,-2],[-6,0],[-3,0],[-3,0],[-1,2],[-3,1],[-2,1],[-1,2],[-1,3],[1,5],[-1,1],[0,3],[0,1],[-2,2],[-1,1],[-3,5],[-1,1],[-2,2],[-2,3],[0,2],[0,2],[-1,1],[-2,1],[-1,2],[-1,3],[-1,1],[-4,0],[-2,0],[-2,0],[0,1],[1,8],[-1,2],[0,1],[-2,1],[-2,1],[-1,2],[0,1],[1,1],[-1,2],[0,1],[-1,1],[0,1],[0,3],[1,1],[1,0],[2,1],[0,1],[1,1],[-4,2],[-4,2],[-3,1],[-1,1],[1,0],[1,0],[2,0],[5,1],[1,1],[1,0],[0,1],[-1,2],[-1,0],[0,1],[1,1]],[[1827,6824],[1,1],[1,1],[2,0],[2,0],[0,1],[1,0],[0,1],[2,0],[3,0],[2,0],[1,0],[2,-1],[2,-2],[2,-3],[0,-1],[-1,-1],[-1,0],[-2,-1],[-4,-1],[-1,0],[-3,0],[-1,1],[-1,1],[-1,0],[-2,1],[-1,0],[-1,1],[-2,1],[-1,1],[1,0]],[[5598,9346],[1,0],[1,0],[1,2],[2,0],[1,1],[1,0],[4,0],[1,0],[5,0],[1,-1],[2,0],[-1,-1],[-2,-1],[-2,0],[-3,-1],[-3,0],[-1,0],[-1,0],[-1,-1],[0,-1],[3,0],[-2,1],[2,0],[2,0],[1,0],[1,0],[0,-1],[-2,-3],[-1,0],[-1,0],[-3,0],[-5,1],[-2,1],[0,1],[-3,2],[-1,1],[1,1],[4,-1]],[[6110,9474],[4,-3],[0,-1],[1,-1],[-1,0],[0,-1],[3,-2],[0,-1],[0,-1],[1,-1],[2,-1],[2,-2],[2,-1],[1,-1],[2,-2],[1,-1],[2,-1],[2,-3],[1,-1],[0,-2],[1,-2],[0,-1],[0,-1],[1,-2],[1,-1],[1,0],[1,-1],[2,0],[0,-1],[0,-1],[2,-3],[2,-3],[2,-2],[1,-1],[1,-1],[0,-1],[2,-3],[0,-1],[1,-2],[2,-2],[3,-2],[1,-1],[1,-1],[1,-2],[1,-1],[1,-1],[1,-1],[1,-2],[2,-1],[3,-2],[2,0],[0,-1],[1,-1],[0,-1],[3,-2],[1,-2],[-1,-2],[-1,1],[-1,-1],[2,-2],[1,-1],[1,-1],[1,-2],[2,-3],[1,-2],[1,0],[0,-3],[1,-2],[1,-1],[1,-1],[2,-2],[0,-2],[1,-3],[-1,-3],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[2,-2],[0,-1],[0,-1],[-1,0],[-4,-1],[-2,0],[-2,0],[-2,0],[-3,0],[-4,1],[-5,-1],[-5,1],[-2,0],[-3,1],[-1,0],[-5,1],[-7,2],[-2,1],[-3,1],[-2,1],[-2,1],[-3,1],[-2,2],[-2,2],[0,3],[-2,1],[0,1],[0,1],[-2,1],[-1,2],[-1,2],[-2,2],[-3,1],[-1,2],[-1,2],[-1,1],[-1,1],[-1,2],[-1,1],[0,1],[-3,2],[-1,2],[-2,2],[-2,3],[-1,2],[-1,1],[-2,1],[-2,3],[-3,1],[-2,1],[-2,2],[-1,2],[-2,1],[-2,2],[-2,0],[-1,2],[-1,2],[-2,2],[-1,1],[0,1],[1,1],[0,1],[-1,1],[-2,1],[-1,0],[0,1],[-1,1],[-1,2],[-1,2],[0,2],[-1,3],[0,3],[0,2],[3,6],[1,2],[2,1],[5,5],[4,2],[3,1],[2,1],[6,2],[8,2],[1,1],[2,0],[1,1],[3,1],[2,0]],[[1800,6823],[1,0],[2,0],[1,-1],[1,-1],[1,-1],[2,-1],[0,1],[0,1],[1,1],[1,0],[2,0],[3,0],[2,-1],[0,-3],[-3,-1],[-1,-1],[-3,0],[-1,0],[-1,1],[-4,1],[-1,0],[0,1],[-1,0],[0,2],[-1,1],[-1,0],[0,1]],[[1832,6880],[1,0],[1,0],[2,0],[0,1],[-1,0],[0,1],[1,1],[1,0],[1,0],[1,1],[2,1],[1,0],[0,1],[0,1],[1,1],[0,1],[1,0],[1,0],[1,1],[1,0],[3,0],[1,0],[3,0],[1,-1],[0,-1],[1,-1],[1,-2],[1,-2],[-1,-1],[-1,-2],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[-2,-1],[-2,-1],[-2,-1],[-1,0],[-3,0],[-2,0],[-2,0],[-1,0],[-2,-2],[-2,0],[-1,1],[-3,0],[-1,0],[-2,2],[-1,1],[1,1],[2,0],[1,0],[0,1],[-1,2],[-1,2],[0,1],[2,1]],[[1816,6890],[2,1],[1,0],[1,1],[0,1],[1,2],[1,1],[1,0],[1,0],[3,0],[2,0],[2,-1],[1,0],[1,-3],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-3,0],[-1,0],[-2,-1],[-1,0],[-1,1],[1,1],[3,1],[2,1],[2,1],[0,1],[-2,2],[-2,2],[2,2]],[[1798,6872],[1,1],[1,0],[2,-1],[1,-1],[2,-2],[2,-2],[0,-1],[-1,-1],[-2,0],[-2,0],[-2,1],[-1,1],[0,1],[1,1],[-1,1],[-1,1],[0,1]],[[1780,6850],[1,0],[1,1],[2,0],[2,1],[1,0],[4,1],[1,0],[1,1],[1,1],[2,1],[2,0],[3,0],[2,0],[3,-1],[1,0],[2,0],[1,0],[3,0],[3,1],[2,1],[1,1],[3,0],[1,0],[2,1],[0,1],[-1,1],[-1,0],[0,1],[1,0],[2,0],[2,-1],[2,-1],[2,0],[1,0],[2,0],[3,0],[1,1],[3,0],[2,0],[2,1],[5,0],[2,0],[1,1],[2,0],[1,1],[2,1],[3,1],[1,1],[1,1],[1,2],[1,0],[2,1],[1,1],[3,0],[3,0],[2,-1],[3,-2],[1,0],[1,-1],[3,-1],[2,-1],[1,0],[1,-1],[1,-1],[1,0],[4,-1],[1,-1],[0,-1],[-1,-1],[1,-1],[1,-1],[1,-1],[-1,-1],[-2,1],[-1,1],[-1,0],[0,-1],[-2,-1],[0,-1],[1,0],[2,-1],[2,0],[3,1],[2,0],[2,0],[1,-1],[1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[2,-1],[2,0],[0,-2],[-4,0],[-1,0],[-1,1],[0,1],[-1,0],[-2,0],[-1,-1],[-2,-1],[-1,-1],[0,-2],[1,0],[0,-1],[-5,0],[-2,-1],[-1,0],[-3,-1],[0,1],[-1,0],[1,1],[-1,0],[-1,1],[-4,1],[-3,0],[0,1],[0,1],[2,0],[0,1],[1,2],[-1,0],[-1,0],[-2,-1],[-2,0],[-2,-1],[-2,0],[-2,-1],[-1,-1],[-1,-1],[-2,0],[-1,-1],[-1,0],[-2,0],[-2,0],[-3,1],[-3,0],[-4,0],[-2,0],[-1,0],[-2,0],[-3,-1],[-2,-1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-3,2],[-2,0],[0,-1],[1,0],[1,-1],[1,0],[-3,-1],[-1,0],[-1,0],[-1,1],[1,1],[1,0],[1,0],[-1,1],[-2,-1],[-2,0],[-2,0],[-2,0],[-3,1],[-3,1],[-2,0],[-1,-1],[-2,0],[-4,0],[-3,0],[-1,0],[-3,0],[-4,0],[-2,1],[-1,0],[-1,0],[0,2],[-1,2],[1,0],[0,1]],[[1819,6925],[3,0],[1,1],[1,-1],[1,0],[1,-1],[0,-1],[0,-2],[-1,-2],[-1,-1],[-2,0],[-2,1],[-2,3],[-2,0],[0,1],[3,2]],[[1759,6930],[1,1],[1,0],[2,0],[3,0],[1,1],[2,0],[2,0],[1,-1],[2,2],[2,1],[2,0],[0,1],[0,1],[-1,1],[1,0],[3,0],[2,-1],[1,0],[1,-2],[4,-2],[0,-2],[1,-2],[0,-1],[-1,-2],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-2,1],[-2,1],[-1,0],[0,1],[0,1],[-1,1],[-1,1],[-2,0],[-1,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-2,1],[-2,0],[-2,1],[-2,1],[0,1],[-1,1],[0,1],[1,1],[0,1],[1,0]],[[1718,6984],[3,2],[1,1],[1,1],[1,2],[1,0],[1,0],[2,-2],[0,-1],[0,-1],[-2,-3],[-3,-2],[-1,-1],[-3,1],[-1,0],[0,2],[0,1]],[[1710,7052],[2,0],[1,-1],[2,-1],[2,-1],[1,-2],[2,-3],[0,-1],[-3,-1],[-3,-1],[-2,1],[-2,2],[-1,1],[1,0],[1,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[1,0]],[[1698,7052],[3,2],[1,0],[-1,-2],[0,-1],[1,-1],[3,-1],[0,-1],[-2,0],[-4,-1],[-1,0],[-3,2],[2,3],[1,0]],[[1662,7210],[2,2],[1,0],[0,1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[-1,-2],[-2,-2],[-2,-1],[0,-1],[-1,0],[-1,1],[-1,0],[0,1],[1,1],[0,1],[0,1],[0,1],[1,0]],[[1649,7218],[4,1],[1,1],[1,0],[1,0],[3,1],[2,0],[3,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-4,-1],[-3,0],[-2,0],[-2,0],[-1,0],[-3,-1],[1,1],[0,2],[1,1]],[[1665,7246],[1,-1],[1,-2],[1,0],[2,0],[2,0],[1,-1],[2,-2],[1,-2],[0,-1],[-2,-1],[-1,-1],[-2,-1],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[-3,-1],[-2,0],[-1,0],[-1,1],[1,3],[1,2],[1,1],[2,1],[1,2],[2,2],[1,1],[0,1],[0,1],[-1,0],[0,3],[1,0]],[[5719,9745],[3,0],[2,-1],[5,-1],[1,0],[3,-1],[1,0],[1,-1],[0,-2],[-1,-1],[-2,-2],[-1,0],[-1,0],[-1,1],[1,0],[0,1],[-3,1],[-1,1],[-3,0],[-1,0],[-5,1],[-7,1],[0,1],[2,0],[2,0],[2,0],[1,1],[-1,1],[3,0]],[[1579,7278],[1,0],[1,0],[1,-1],[1,0],[2,-1],[2,-1],[3,-1],[1,0],[0,-1],[-1,-1],[-3,-2],[-1,0],[-3,-1],[-2,0],[-3,-1],[-1,1],[0,1],[1,2],[1,1],[1,1],[0,1],[-1,0],[-1,1],[0,1],[1,1]],[[1498,7307],[1,0],[1,-1],[0,-1],[1,-3],[0,-2],[0,-1],[-1,-1],[-2,-2],[-3,1],[-2,1],[1,2],[1,1],[0,2],[1,1],[1,1],[0,1],[1,1]],[[1387,7384],[1,3],[1,1],[1,1],[2,0],[2,0],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-3,-2],[-3,-1],[-2,-1],[-1,0],[0,1],[1,1],[2,2]],[[1332,7421],[1,0],[2,-1],[2,-1],[1,-1],[3,-2],[1,-1],[0,-1],[-1,-1],[-2,-3],[-1,-2],[-2,-1],[-2,0],[-1,1],[0,1],[0,2],[0,3],[1,3],[-2,2],[0,1],[-1,1],[1,0]],[[1298,7382],[4,2],[1,-1],[1,-1],[1,-2],[1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-3,1],[0,1],[-2,2],[-2,1],[-1,1],[0,1],[2,0]],[[1306,7408],[2,1],[3,3],[1,1],[1,1],[2,1],[3,1],[1,0],[3,1],[1,-2],[1,-1],[1,1],[1,1],[1,0],[1,0],[0,-1],[0,-2],[-1,-1],[-3,0],[-4,0],[-2,-3],[-2,-2],[-1,0],[-1,0],[-3,-1],[-1,0],[-4,-1],[-1,1],[0,1],[0,1],[1,0]],[[5047,9971],[3,0],[4,-1],[3,0],[6,-1],[1,0],[-1,-1],[-6,-1],[-3,-1],[-3,0],[-2,0],[-1,0],[-4,0],[-2,0],[-3,0],[-4,0],[-1,1],[0,1],[2,0],[4,1],[4,1],[3,1]],[[4991,9957],[1,1],[1,0],[4,0],[3,-1],[-1,-2],[-1,-1],[0,-1],[-2,-1],[-3,-2],[-3,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,2],[1,0],[1,2],[1,1],[0,1],[0,1],[1,0],[2,0]],[[1267,7405],[1,0],[3,0],[2,1],[1,-1],[1,-1],[1,-2],[0,-2],[-1,-1],[1,-1],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[-3,-2],[-1,-3],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,2],[-1,2],[-1,3],[0,2],[-1,2],[0,2],[-1,0],[0,1],[1,0],[1,3]],[[1284,7433],[1,-1],[2,0],[3,-1],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[2,-3],[1,-2],[-1,-2],[-2,-2],[-1,-2],[-2,-1],[-1,-1],[-2,0],[-3,1],[-1,2],[-1,0],[-1,1],[0,1],[1,3],[0,3],[0,2],[1,3],[1,2],[1,2],[0,1],[1,0]],[[1269,7428],[1,1],[1,1],[1,0],[1,-1],[0,-2],[0,-1],[-1,-2],[-1,-2],[-1,0],[-1,0],[-2,1],[0,1],[0,1],[1,2],[1,1]],[[1243,7430],[3,1],[3,0],[2,1],[2,0],[0,-1],[1,0],[1,-3],[-1,-1],[-1,0],[-1,-2],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,2],[0,4],[-1,0],[0,-1],[-1,0],[-1,0],[0,1],[1,1],[0,1]],[[4948,9992],[3,0],[3,0],[4,-1],[4,0],[2,0],[4,0],[3,0],[6,-2],[0,-2],[-1,-1],[-2,1],[-2,0],[-11,1],[-5,0],[-3,0],[-4,2],[-2,1],[-1,0],[0,1],[2,0]],[[4898,9988],[2,0],[3,0],[4,-1],[3,-1],[0,-1],[-1,0],[0,-1],[-5,0],[-1,0],[-3,-1],[-2,1],[-3,1],[0,1],[1,2],[2,0]],[[4828,9994],[4,0],[3,1],[3,0],[2,0],[4,0],[0,-1],[-2,-1],[-5,-2],[-2,0],[-1,-1],[-1,1],[-1,0],[-5,2],[0,1],[1,0]],[[1190,7429],[1,0],[4,1],[2,-1],[1,0],[1,-2],[0,-1],[0,-1],[-1,-1],[0,-3],[-2,-1],[-2,-1],[-1,0],[-1,3],[0,2],[-1,2],[0,1],[-1,2]],[[3650,9628],[4,0],[7,0],[1,-1],[0,-1],[3,-2],[3,-1],[1,-1],[3,-2],[2,-1],[1,-1],[1,-1],[0,-1],[-1,-2],[1,-3],[0,-1],[0,-1],[-1,0],[-5,1],[-2,1],[-4,1],[-4,2],[-3,3],[-4,4],[-2,2],[-2,2],[-2,2],[0,1],[3,0]],[[3648,9647],[2,1],[9,1],[4,0],[5,0],[3,0],[1,-1],[1,0],[1,-1],[3,-2],[2,-1],[2,-2],[1,0],[1,-1],[1,0],[-1,-2],[0,-2],[-2,-1],[-6,0],[-3,0],[-4,0],[-8,4],[-5,2],[-3,2],[-6,1],[-1,1],[-1,0],[4,1]],[[3628,9637],[8,0],[1,0],[-1,-1],[1,0],[1,-1],[1,-1],[3,0],[2,-1],[0,-1],[-1,0],[-1,0],[-8,2],[-7,1],[-3,2],[4,0]],[[1137,7483],[1,0],[2,0],[1,-1],[1,0],[1,-2],[0,-3],[1,-3],[0,-2],[0,-2],[0,-2],[-1,-1],[-1,0],[-2,1],[-2,1],[-1,-1],[-1,-2],[-2,-2],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[1,1],[1,1],[1,2],[0,2],[0,1],[1,1],[1,0],[1,0],[0,-1],[-1,0],[0,-1],[1,-1],[1,0],[0,1],[1,1],[0,2],[-2,1],[-1,1],[0,1]],[[1041,7413],[1,0],[1,-2],[1,-1],[1,0],[2,-2],[2,-2],[0,-1],[-2,-1],[-2,0],[0,-1],[2,-2],[1,0],[2,1],[2,1],[2,1],[1,1],[2,1],[3,1],[2,1],[1,0],[1,0],[1,0],[1,0],[4,2],[4,1],[2,1],[1,1],[1,0],[1,-1],[0,-1],[-1,0],[-1,-1],[-1,-2],[-2,-1],[-2,-1],[-2,-1],[-4,-1],[-3,-2],[-1,0],[-1,0],[-3,1],[-2,0],[-2,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[0,-1],[1,-3],[0,-1],[1,-2],[0,-2],[-1,0],[-2,0],[-1,0],[0,-1],[-1,0],[1,-1],[1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-2],[-1,0],[-1,1],[-1,0],[0,1],[-1,3],[0,2],[0,1],[0,1],[-2,1],[-2,2],[-1,1],[-1,0],[0,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,2],[1,0],[4,1],[1,0],[2,0],[2,1],[0,1],[-2,1],[0,2],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[2,1]],[[3826,9829],[2,0],[7,0],[12,0],[6,1],[6,0],[8,0],[5,0],[4,0],[3,0],[2,0],[5,0],[6,-1],[3,-1],[4,-2],[1,-1],[2,-2],[2,-2],[1,0],[-3,-2],[-1,-1],[0,-1],[-1,0],[-4,-1],[-4,0],[-2,0],[-2,0],[-15,-2],[-1,0],[-4,-1],[-3,0],[-8,-1],[-2,0],[-6,-1],[-3,0],[-1,1],[-3,1],[-1,1],[-2,3],[-3,1],[-4,1],[-3,2],[0,1],[0,2],[-1,1],[-1,2],[-1,1],[0,1]],[[917,7357],[2,2],[1,0],[4,1],[4,0],[2,0],[1,0],[3,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,0],[-4,0],[-1,0],[0,1],[-1,1],[-1,1],[-2,0],[-2,1],[-2,0],[-1,1],[0,1]],[[3610,9822],[5,0],[14,0],[9,1],[4,0],[3,-1],[9,-1],[8,-1],[4,-1],[7,-2],[5,-1],[1,-1],[6,-1],[3,-2],[2,-1],[4,-2],[1,0],[5,0],[3,-1],[4,-1],[4,-2],[6,-1],[10,-1],[5,-1],[7,-1],[4,-1],[6,-2],[1,0],[1,0],[8,-1],[3,-1],[-1,-1],[2,-2],[2,0],[1,0],[0,-1],[-1,-2],[1,-1],[1,-1],[0,-1],[-1,0],[-1,-1],[-2,-2],[-1,-2],[-1,-1],[-1,0],[-3,-3],[0,-1],[-1,-1],[-1,-2],[-1,0],[-4,-3],[-2,-2],[-2,-2],[-1,0],[1,-1],[-2,-1],[-1,-1],[-3,-1],[-5,0],[-14,0],[-2,0],[-1,-1],[-2,0],[-2,0],[-1,0],[-2,0],[-1,0],[-2,1],[-1,0],[-1,1],[-3,2],[-2,2],[-2,2],[-1,1],[-1,0],[-3,3],[-2,4],[-1,1],[-2,1],[-3,1],[-4,2],[-4,0],[-2,2],[-3,0],[-2,1],[-1,-1],[-1,0],[-3,1],[-2,1],[-1,0],[-6,1],[-6,1],[-4,0],[-4,1],[-2,1],[-2,0],[-1,1],[-7,2],[-1,0],[0,1],[2,1],[0,1],[-2,2],[-1,1],[-3,2],[-2,1],[-6,2],[-5,2],[-3,2],[-2,2],[2,2],[0,1],[0,2],[-1,0],[0,3],[-2,2],[1,1],[2,0]],[[913,7378],[2,1],[1,2],[3,1],[2,1],[2,1],[1,0],[0,1],[1,3],[0,3],[1,1],[1,2],[0,1],[2,0],[2,-1],[2,-1],[1,-1],[3,-1],[2,-1],[2,-1],[2,-2],[1,-1],[1,0],[0,-2],[-2,-3],[-1,0],[0,-1],[-2,-1],[-2,0],[0,-1],[-3,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-2],[-4,0],[-2,-1],[-2,1],[0,1],[-1,1],[0,1],[-1,0],[-1,1],[-2,1],[-1,1],[-1,0],[-3,1],[-1,0],[-1,0],[0,1]],[[3612,9842],[12,-1],[4,0],[8,0],[6,1],[10,0],[3,0],[2,-1],[1,-1],[1,0],[0,-1],[-1,-1],[-2,0],[-4,0],[-31,1],[-10,0],[-3,1],[-1,0],[-4,1],[1,1],[8,0]],[[3507,9821],[5,0],[7,0],[14,1],[5,-1],[5,0],[4,0],[6,0],[6,-1],[9,0],[3,0],[2,-1],[3,-1],[1,0],[0,-1],[1,-1],[2,-3],[2,-2],[1,-2],[0,-1],[2,-1],[3,-1],[3,-3],[2,-1],[1,-1],[2,-1],[7,-3],[2,0],[2,0],[3,-1],[3,-4],[1,-1],[3,-1],[6,-2],[4,-1],[3,-1],[4,-2],[2,-1],[1,0],[3,-1],[8,-1],[6,-1],[5,0],[7,0],[3,0],[1,0],[3,-2],[4,-2],[1,0],[0,-1],[-2,-3],[1,-1],[0,-1],[-1,-1],[2,-1],[5,-3],[6,-2],[1,0],[2,-2],[1,-2],[1,-1],[2,-1],[5,-1],[1,-1],[-1,0],[0,-1],[-4,-1],[-1,0],[-10,0],[-9,0],[-8,0],[-7,0],[-5,0],[-5,1],[-5,2],[-4,1],[-5,1],[-7,1],[-2,0],[-3,0],[-4,0],[-6,1],[-1,0],[-1,1],[-1,0],[0,1],[-8,3],[-2,2],[-2,1],[1,2],[-1,0],[-2,2],[-3,1],[-3,1],[-2,1],[-4,1],[-3,1],[-2,1],[-2,2],[-4,2],[-5,2],[-1,0],[-1,1],[-4,1],[-4,1],[-3,1],[-3,2],[-2,1],[-4,1],[-1,0],[-2,1],[0,1],[0,1],[1,2],[-1,0],[-2,2],[-1,2],[-3,0],[-2,2],[-5,1],[-2,0],[-2,1],[-2,1],[-8,2],[-2,1],[-2,1],[-9,2],[-4,1],[1,2],[2,2],[0,3],[1,1],[1,0]],[[3715,9910],[7,1],[2,0],[1,0],[3,0],[4,0],[4,1],[3,0],[2,-1],[2,-1],[0,-1],[9,-1],[2,0],[3,-2],[2,-1],[2,-3],[0,-2],[-1,-2],[1,-3],[1,-4],[0,-1],[0,-1],[2,-1],[1,0],[4,-3],[2,-2],[4,-2],[7,-2],[4,-3],[5,-3],[1,-1],[-1,-1],[-4,-1],[-7,-2],[-5,0],[-7,-1],[-4,0],[-3,0],[-4,1],[-5,2],[-7,1],[-5,2],[-8,3],[-5,1],[-4,0],[-2,0],[-2,0],[-4,2],[-4,1],[-1,1],[-3,1],[-3,2],[-1,1],[0,1],[3,5],[4,6],[1,3],[1,1],[0,2],[-1,3],[1,1],[1,2],[1,1],[1,0]],[[846,7375],[2,2],[1,1],[0,2],[1,0],[2,-1],[1,-1],[2,-3],[0,-1],[-2,-2],[-2,-1],[-2,1],[0,1],[-1,0],[-2,0],[-1,0],[0,1],[1,1]],[[3598,9890],[2,0],[10,-2],[11,-1],[3,-1],[1,0],[0,-1],[-2,-1],[-1,-1],[5,-1],[3,0],[2,-1],[2,0],[2,-1],[2,-1],[1,-1],[1,-1],[6,-2],[4,-1],[2,-2],[2,0],[5,-1],[4,-1],[6,-1],[15,-2],[8,-1],[9,-1],[2,-1],[2,0],[0,-1],[0,-2],[1,-2],[2,-3],[2,-1],[2,-2],[0,-1],[4,-1],[2,-2],[2,-2],[1,0],[3,-2],[2,-1],[4,-2],[5,-1],[4,-1],[2,-2],[4,-1],[6,-1],[7,-1],[1,0],[1,-1],[3,-2],[3,-1],[9,-2],[7,-1],[4,0],[6,0],[3,-1],[3,0],[6,1],[5,-1],[3,0],[2,0],[2,-2],[1,-2],[1,-2],[2,-3],[2,0],[2,-1],[2,-1],[3,-1],[2,-3],[2,-1],[1,-2],[2,-1],[0,-1],[-1,0],[-4,-1],[-5,0],[-7,-1],[-1,-2],[-3,0],[-2,0],[-3,0],[-2,1],[-7,1],[-4,2],[-4,1],[-3,1],[-2,0],[-4,2],[-3,1],[-6,1],[-6,0],[-5,1],[-6,0],[-5,1],[-4,0],[-5,1],[-5,1],[-3,0],[-2,1],[-6,1],[-4,1],[-3,1],[-3,1],[-2,1],[-2,2],[-3,2],[-4,3],[-3,1],[-4,1],[-3,1],[-6,2],[-1,0],[-3,2],[-1,0],[-2,2],[-3,2],[-2,2],[-2,2],[-4,2],[-4,2],[-4,1],[-3,2],[-3,0],[-6,1],[-8,-1],[-1,0],[-1,0],[-3,0],[-6,0],[-2,0],[-6,0],[-3,0],[-5,0],[-1,0],[-3,1],[-4,0],[-5,-1],[-4,0],[0,1],[-1,1],[-4,2],[-1,0],[-8,0],[-3,0],[-1,0],[0,1],[1,2],[0,2],[0,2],[3,3],[0,1],[-1,1],[0,1],[1,1],[-1,1],[-1,1],[-1,1],[0,1],[1,1],[2,3],[1,1],[1,1],[1,1],[1,1],[1,1],[1,0],[3,1],[1,0],[2,0],[0,-1],[4,-1],[4,0],[1,0],[0,1],[-1,0],[-3,0],[-3,1],[-5,2],[0,1],[0,1],[2,2]],[[3488,9848],[10,0],[3,0],[2,-1],[3,0],[5,1],[7,-1],[3,0],[10,-1],[4,-1],[6,-1],[4,-2],[4,-1],[2,-1],[0,-1],[1,-1],[4,-2],[1,0],[0,-1],[-2,0],[-3,0],[-5,0],[-2,0],[-5,0],[-3,0],[-3,0],[-5,0],[-5,0],[-4,0],[-4,0],[-4,0],[-2,0],[-6,0],[-5,0],[-4,0],[-2,0],[-1,0],[-2,1],[-3,1],[-4,3],[0,1],[-1,1],[1,2],[1,1],[2,1],[1,2],[1,0]],[[3467,9872],[4,1],[3,0],[3,1],[2,0],[2,0],[3,1],[1,1],[2,0],[1,0],[3,0],[8,-2],[2,0],[0,-1],[7,-1],[9,-1],[1,-1],[1,0],[0,-1],[-1,-1],[-1,-1],[1,-1],[2,-1],[3,-4],[3,-2],[1,0],[-1,0],[-1,0],[-9,1],[-6,1],[-5,1],[-8,1],[-6,2],[-2,0],[-5,0],[-4,1],[-7,1],[-4,2],[-3,0],[-2,1],[3,2]],[[812,7391],[3,3],[1,0],[1,0],[1,0],[4,0],[2,0],[1,0],[0,-1],[1,-1],[1,-1],[1,-1],[0,-2],[1,-2],[0,-2],[0,-2],[-2,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-2,0],[-2,0],[0,2],[-1,1],[-2,0],[-1,0],[-1,1],[-1,1],[-3,2],[-1,1],[-1,1],[0,2],[2,2]],[[3391,9855],[1,0],[2,0],[6,-1],[10,-1],[7,-1],[3,0],[8,-2],[5,0],[3,-1],[1,-1],[1,0],[0,-1],[1,-3],[-2,-1],[-2,0],[-4,0],[-5,0],[-3,0],[-3,0],[-4,-1],[-4,0],[-3,0],[-1,0],[-1,0],[-1,0],[-6,-1],[-5,-1],[-4,0],[-5,0],[-2,-1],[-1,1],[-1,1],[0,1],[3,1],[1,1],[1,2],[0,1],[-1,1],[-3,2],[-1,1],[1,1],[1,1],[1,0],[6,2]],[[3262,9844],[10,1],[3,1],[3,0],[3,0],[2,-1],[3,-1],[1,0],[1,-2],[0,-1],[-4,0],[-6,-1],[-2,0],[-7,-1],[-6,1],[-4,0],[-2,1],[0,1],[2,1],[3,1]],[[2804,9622],[1,1],[5,1],[3,0],[5,2],[2,0],[3,1],[8,0],[2,0],[6,1],[10,1],[5,0],[4,0],[4,0],[9,1],[4,0],[3,0],[7,0],[1,-1],[1,-1],[6,-1],[4,0],[3,0],[5,-1],[1,-2],[1,-2],[4,2],[1,0],[2,2],[-1,1],[-3,1],[-2,1],[-2,0],[-2,1],[-1,3],[-1,1],[-2,1],[10,1],[15,2],[3,0],[2,-1],[1,0],[5,0],[7,0],[7,-1],[8,0],[5,-1],[7,-1],[5,-1],[5,-1],[4,-1],[3,-1],[2,0],[2,-1],[2,-1],[4,-2],[6,-2],[6,-3],[6,-2],[1,0],[1,-1],[2,0],[3,-1],[3,-1],[3,-2],[2,-1],[6,-3],[3,-2],[2,0],[4,-1],[1,-1],[6,-2],[6,-3],[1,0],[9,-3],[4,-1],[1,-1],[3,-1],[3,-2],[1,0],[-1,-1],[-2,0],[-7,0],[-6,-1],[-4,-1],[1,0],[3,0],[2,0],[5,0],[3,-1],[5,1],[5,1],[1,0],[2,-1],[4,-1],[4,-1],[3,-1],[3,-1],[4,-1],[3,-1],[1,-1],[1,-1],[1,0],[3,-1],[2,0],[2,-1],[1,-2],[1,0],[2,-1],[3,-1],[1,0],[0,-1],[-1,-1],[0,-2],[2,-2],[1,-2],[1,-2],[1,-1],[1,-2],[0,-1],[1,-2],[1,-2],[1,-1],[2,-2],[2,-3],[2,-1],[3,-2],[2,-2],[4,-3],[1,0],[4,-2],[2,-1],[3,-2],[2,-1],[4,-2],[4,-1],[3,-1],[3,-1],[2,-2],[2,-1],[3,-1],[0,-2],[2,-2],[1,-3],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[-1,-2],[-1,-1],[-2,-2],[-4,-1],[-2,-1],[-2,-2],[-1,0],[-1,-1],[-3,0],[-2,-1],[-2,-2],[-1,-1],[-1,0],[-1,0],[-3,0],[-3,0],[-5,-1],[-5,-1],[-4,-2],[-5,-2],[-5,-2],[-2,-1],[-1,-1],[-5,-1],[-1,0],[-3,-1],[-3,-2],[-3,-2],[-1,-1],[-1,-2],[1,-2],[0,-1],[0,-1],[-2,-1],[-3,-1],[-2,-1],[-1,-1],[-3,-2],[-2,-1],[-2,-2],[0,-1],[0,-2],[2,-1],[0,-2],[1,-2],[0,-2],[1,-1],[3,0],[2,-1],[2,-2],[1,-1],[5,-5],[1,-1],[0,-1],[1,-2],[1,0],[1,-3],[1,-2],[2,-1],[1,-2],[1,-2],[1,-2],[1,-2],[1,-2],[1,-1],[2,-3],[1,-1],[1,-2],[2,-2],[2,0],[1,-1],[1,-1],[0,-2],[-2,-1],[-2,-1],[-1,0],[-1,0],[-3,-2],[0,-1],[2,-2],[-1,-1],[-2,0],[-5,-1],[-6,-1],[-1,0],[-1,-2],[-2,-1],[-1,0],[-5,-1],[-4,0],[-1,0],[-2,1],[-5,2],[-3,1],[-2,1],[-1,2],[-1,1],[-2,2],[-1,3],[-1,1],[-2,3],[-2,3],[-2,2],[0,2],[-1,2],[0,2],[-1,1],[-1,2],[-3,3],[-2,3],[-1,2],[-1,3],[0,1],[1,1],[2,2],[1,2],[-1,0],[-4,0],[-2,0],[-2,1],[-4,2],[-4,1],[-2,1],[-4,0],[-5,1],[-2,1],[-1,0],[-4,3],[-5,4],[-1,1],[-5,2],[-1,1],[-1,0],[-3,-1],[-2,0],[-1,0],[-2,1],[-1,1],[0,2],[-1,0],[-4,1],[-4,1],[-8,3],[-5,2],[-5,2],[-2,1],[-3,2],[-2,1],[-3,1],[-4,2],[-4,2],[-3,1],[-11,4],[-7,3],[-7,3],[-4,2],[-4,2],[-5,3],[-3,3],[-3,2],[-2,1],[-2,1],[-2,0],[-3,1],[-3,0],[-1,1],[0,2],[-2,1],[-2,0],[-1,1],[-4,1],[-5,3],[-4,2],[0,1],[-2,1],[-3,2],[-2,2],[0,2],[-1,4],[0,1],[1,2],[0,1],[0,1],[-3,4],[-1,1],[0,1],[1,3],[-1,1],[0,1],[-2,1],[-2,1],[-1,3],[-1,1],[-1,2],[-1,1],[-4,4],[-2,3],[0,1],[-1,3],[-2,1],[-4,2],[-4,4],[-4,2],[-2,1],[0,1],[-4,3],[-2,2],[-1,1],[-1,1],[-1,2],[0,2],[-1,2],[-5,3],[-2,4],[-1,1],[-3,2],[-2,2],[-1,2],[0,3],[1,0],[1,1],[1,0],[-1,1],[-8,-1],[-2,1],[-3,1],[-5,2],[-4,1],[-1,1],[-1,1],[-1,2],[3,0]],[[3204,9834],[4,1],[3,0],[3,0],[3,-1],[6,0],[4,-1],[7,-1],[3,-1],[1,-1],[-1,0],[-6,-2],[-7,1],[-7,-1],[-6,1],[-5,0],[-2,0],[-2,0],[-1,1],[-1,0],[0,1],[2,1],[0,1],[1,0],[1,1]],[[2676,9592],[1,0],[5,0],[6,-1],[2,-1],[7,0],[4,-1],[5,-1],[5,-2],[7,-1],[7,-2],[6,-2],[5,-3],[2,0],[3,-1],[3,-3],[2,-1],[1,0],[0,-3],[1,-1],[1,-2],[4,-2],[3,-2],[2,-1],[1,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-2,-3],[-3,-2],[-1,-2],[0,-2],[1,-1],[0,-1],[-1,-1],[-2,-1],[-2,-1],[-4,0],[-6,0],[-3,1],[-1,0],[-1,1],[2,2],[0,4],[-3,1],[-1,2],[0,1],[-1,1],[-3,2],[-3,4],[0,1],[-5,4],[-1,2],[-2,1],[-2,2],[-2,1],[-1,1],[-3,0],[-2,1],[-6,4],[-1,0],[-11,4],[-5,2],[-3,0],[-5,2],[-1,1],[0,2],[1,1],[1,2],[3,2],[1,2],[2,1],[1,0]],[[2938,9771],[2,0],[3,1],[2,0],[2,1],[1,1],[3,1],[2,0],[3,0],[1,0],[1,1],[1,0],[2,1],[2,-1],[5,-2],[4,-1],[2,-1],[2,0],[2,0],[1,1],[2,1],[2,0],[2,0],[6,-1],[1,0],[2,0],[2,1],[-1,2],[-1,1],[-1,1],[-1,0],[-2,2],[-2,1],[1,0],[3,0],[1,0],[1,1],[2,2],[3,1],[2,0],[3,-1],[1,-1],[4,-2],[4,-1],[1,-1],[4,-2],[1,-2],[3,-1],[2,-1],[0,-1],[-2,-1],[-2,0],[0,-1],[1,0],[2,0],[2,0],[3,0],[1,0],[1,-1],[2,-1],[3,-2],[2,-1],[5,-2],[-1,-1],[-1,-1],[0,-1],[0,-1],[3,-1],[2,1],[1,1],[1,0],[2,0],[3,-1],[3,0],[4,-2],[7,-2],[6,-2],[4,-1],[7,-3],[3,-1],[5,-1],[4,-1],[6,-2],[5,-1],[2,0],[1,-1],[0,-1],[0,-2],[-1,-1],[-2,-1],[-2,-1],[-5,-2],[-2,-1],[-2,-2],[-1,-1],[0,-2],[1,-1],[1,-1],[1,-3],[3,-1],[3,-1],[2,-1],[3,-1],[2,-2],[1,-1],[1,-1],[2,-1],[2,-2],[3,-1],[3,-2],[3,-1],[4,-3],[1,0],[0,-2],[-3,-1],[-4,0],[-3,-1],[-1,0],[-2,0],[-3,0],[-3,0],[-1,0],[-4,0],[-6,0],[-2,0],[-2,0],[-4,0],[-3,0],[-8,0],[-4,0],[-5,0],[-2,0],[-6,0],[-8,1],[-4,2],[-5,2],[-2,1],[-3,1],[-1,0],[-3,1],[-2,0],[2,1],[0,1],[-2,1],[-3,0],[-3,-1],[0,-1],[3,-1],[1,0],[1,-1],[1,-1],[1,-1],[2,-1],[4,-2],[2,0],[3,-1],[-1,0],[-2,-1],[-1,0],[-4,0],[-5,-1],[-7,-1],[-5,0],[0,-1],[-1,0],[-4,0],[-4,0],[-2,0],[-4,0],[-3,0],[-5,0],[-5,0],[-5,0],[-3,1],[-6,1],[-2,1],[-3,1],[-3,1],[-3,0],[-3,1],[-4,1],[-2,1],[-2,0],[-11,2],[-1,1],[-2,2],[-1,0],[-2,1],[-2,1],[-2,2],[-1,2],[-1,1],[-1,1],[-1,1],[-2,2],[-1,1],[0,1],[1,1],[-1,1],[-2,0],[-3,0],[-3,1],[-1,1],[-1,1],[-3,1],[-3,2],[-4,2],[-3,2],[-1,0],[-5,1],[-3,1],[-3,0],[-1,1],[-1,2],[1,1],[2,2],[2,0],[1,0],[1,0],[3,-1],[6,-1],[7,-1],[2,0],[4,-1],[5,0],[4,0],[3,0],[5,0],[3,1],[5,0],[4,0],[7,-2],[4,-2],[4,-1],[4,-1],[2,-1],[2,-1],[0,-1],[1,-1],[1,-2],[4,-1],[4,-1],[2,-1],[1,-2],[1,0],[3,0],[2,-1],[1,-1],[2,-1],[1,-1],[3,0],[7,-1],[5,0],[2,-2],[1,-1],[1,0],[3,-1],[1,0],[2,1],[-1,1],[-4,1],[-2,1],[-2,1],[-2,0],[-2,0],[-1,0],[-1,1],[-2,1],[-2,2],[-1,1],[-3,2],[-2,1],[-3,2],[0,1],[-3,0],[-1,1],[-2,1],[-1,2],[-3,2],[-3,1],[-2,1],[-2,1],[-2,3],[-1,1],[-2,1],[-2,1],[-3,1],[-5,0],[-6,1],[-6,0],[-3,1],[-2,1],[-2,0],[-4,-1],[-2,0],[-3,0],[-5,0],[-7,1],[-2,1],[-1,0],[0,1],[-1,2],[0,3],[0,1],[0,1],[1,2],[2,0],[2,0],[2,0],[2,-1],[3,-1],[7,0],[1,0],[2,2],[1,0],[0,1],[-1,2],[-1,1],[-2,2],[-3,2],[1,1],[1,1],[1,0]],[[2850,9730],[4,0],[6,0],[6,0],[4,0],[3,-1],[4,0],[7,-2],[5,-1],[1,0],[4,-2],[4,-2],[3,-1],[2,-1],[1,-1],[4,-1],[5,-3],[2,-2],[1,-1],[3,-2],[5,-3],[1,-2],[1,0],[4,-1],[5,-2],[5,-2],[2,-1],[8,-2],[7,-1],[2,-1],[-2,0],[-3,-1],[-2,0],[-6,0],[-4,0],[-5,1],[-12,0],[-9,1],[-3,0],[-1,1],[-4,2],[-1,1],[-1,1],[-2,1],[-3,1],[-3,1],[-1,2],[-1,2],[-2,1],[-2,2],[-2,1],[-2,2],[-4,1],[-5,1],[-2,1],[-2,1],[-3,2],[-1,1],[-4,2],[-2,1],[-6,2],[-2,0],[-3,2],[-5,1],[-1,1],[2,0]],[[2732,9713],[3,2],[1,1],[2,0],[2,0],[2,0],[6,0],[5,0],[2,0],[6,-2],[2,-1],[4,-2],[6,0],[1,0],[3,-1],[1,0],[6,-2],[3,0],[11,-4],[3,-1],[6,-3],[4,-1],[3,-1],[4,-2],[10,-3],[4,-2],[2,0],[4,-3],[4,-2],[-3,-2],[0,-1],[4,0],[1,-1],[-1,-1],[-1,-1],[-2,0],[0,-1],[-1,-1],[-1,-2],[-1,0],[-1,0],[-5,-1],[-6,-1],[-6,-1],[-2,0],[-2,-1],[-3,0],[-1,0],[-2,0],[-7,1],[1,0],[3,1],[-3,0],[-2,0],[-7,0],[-4,0],[-4,0],[-4,-1],[-6,0],[-7,1],[-6,1],[-4,-1],[-7,1],[-2,0],[-4,0],[-4,1],[-3,1],[-3,1],[-3,1],[-3,2],[-3,1],[-2,2],[1,1],[1,1],[0,1],[2,2],[0,1],[-1,1],[-1,0],[0,1],[1,1],[-1,4],[-1,1],[-1,0],[0,3],[0,2],[0,1],[1,1],[1,3],[1,2],[1,2],[2,1],[1,0]],[[2287,9512],[1,0],[3,-1],[4,-1],[2,-1],[3,0],[1,0],[1,0],[1,-1],[1,0],[6,-4],[1,-1],[4,-1],[1,-1],[4,-3],[2,-2],[2,-1],[1,-2],[1,-2],[1,-2],[0,-2],[1,-1],[0,-1],[1,-2],[1,-2],[0,-1],[0,-1],[-1,0],[-4,0],[-5,0],[-7,1],[-3,0],[-5,0],[-4,0],[-2,0],[-5,1],[-2,0],[-1,0],[-1,1],[-2,1],[-5,3],[-2,2],[0,2],[0,1],[3,3],[0,1],[1,1],[0,2],[-1,1],[-1,1],[-2,3],[0,1],[-1,2],[2,2],[2,0],[2,2],[1,2]],[[2540,9688],[3,0],[4,-1],[10,-1],[0,-2],[1,-1],[1,-1],[3,-1],[0,-1],[6,0],[3,-1],[1,0],[1,0],[-1,0],[0,-1],[-3,-1],[-1,-1],[-1,0],[-2,0],[-6,-1],[-5,-1],[-5,1],[-5,0],[-2,0],[-2,-1],[-6,1],[-1,0],[2,2],[0,1],[0,1],[2,1],[1,1],[0,1],[-2,1],[0,2],[3,2],[1,1]],[[794,7867],[3,2],[1,0],[2,0],[1,1],[1,1],[1,0],[2,0],[1,-1],[-2,-1],[-1,-2],[-2,-2],[-4,-1],[-2,1],[-1,0],[0,1],[0,1]],[[2173,9520],[4,2],[1,2],[2,1],[4,1],[0,1],[0,1],[1,1],[3,1],[3,0],[2,0],[1,0],[3,-2],[3,-1],[6,-2],[4,-2],[3,-1],[6,-1],[3,-1],[3,-1],[3,-1],[3,-1],[2,-2],[2,-1],[1,-2],[2,-1],[3,-2],[2,-1],[6,-2],[3,0],[1,0],[0,-1],[-1,0],[-3,-1],[-4,-1],[-1,-3],[0,-1],[1,-1],[1,-3],[0,-1],[0,-3],[0,-1],[1,-1],[0,-2],[1,-1],[2,-3],[1,0],[2,-2],[2,-1],[2,-2],[1,-1],[3,-3],[2,0],[3,-1],[3,-2],[1,-1],[3,-1],[3,-1],[5,-2],[8,-1],[3,-1],[9,-1],[4,-1],[3,-1],[7,-3],[3,-2],[3,-2],[1,0],[1,-1],[2,-3],[2,-1],[3,-2],[2,-3],[1,-1],[2,-2],[3,-2],[16,-11],[12,-9],[1,0],[1,-1],[2,-1],[3,-2],[8,-5],[2,-1],[6,-5],[1,-1],[0,-1],[-1,-1],[-4,-1],[-3,-1],[-3,0],[-4,-1],[-5,-1],[-2,-1],[-2,1],[-6,-1],[-2,-1],[-2,0],[-3,-1],[-5,0],[-1,0],[-1,0],[-3,1],[-3,1],[-7,1],[-9,2],[-3,0],[-4,2],[-4,1],[-5,1],[-4,1],[-2,0],[-2,0],[-1,1],[-3,1],[-2,1],[-2,1],[-2,0],[0,1],[-9,3],[-4,2],[-6,1],[-3,2],[-3,2],[-3,2],[-1,1],[-1,1],[-2,1],[-6,2],[-2,2],[-2,1],[-3,1],[-3,0],[-3,1],[-3,1],[-3,1],[-4,0],[-4,1],[-5,1],[-3,2],[-2,0],[-4,1],[-4,1],[-3,2],[-3,1],[-4,1],[-4,2],[-4,1],[-3,1],[-5,2],[-4,1],[-3,1],[-2,0],[-1,1],[-3,3],[-1,1],[-2,2],[-1,0],[0,3],[0,2],[0,1],[0,2],[-2,2],[-1,1],[-2,2],[-1,1],[0,1],[-1,2],[-2,1],[-2,2],[0,1],[1,2],[0,1],[0,1],[-1,3],[-2,2],[0,3],[-1,2],[0,1],[0,1],[-1,0],[1,1],[0,1],[1,1],[1,1],[2,2],[1,1],[0,1],[0,1],[2,2],[1,1],[4,3],[3,2],[2,2],[1,2],[2,2],[3,2]],[[751,7879],[1,0],[3,0],[5,1],[4,0],[5,-1],[4,0],[5,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[-1,0],[-2,-1],[-3,-1],[-2,0],[-2,0],[-2,-1],[-1,0],[-2,0],[-2,0],[-7,0],[-3,-1],[-1,0],[-2,0],[-1,0],[-1,2],[2,0],[2,1],[2,0],[2,1],[1,0],[-1,0],[-6,1],[-4,1],[1,0]],[[738,7886],[1,0],[4,-1],[2,0],[2,0],[1,0],[5,0],[3,0],[1,1],[2,1],[1,0],[4,0],[2,0],[2,-1],[3,0],[2,1],[3,0],[2,1],[2,0],[1,1],[2,0],[1,0],[3,-2],[1,-1],[0,-1],[-2,-1],[0,-1],[0,-1],[1,0],[2,1],[1,2],[0,1],[1,0],[2,1],[1,0],[2,-1],[1,0],[3,0],[2,-1],[1,0],[0,-1],[-2,0],[-1,0],[-1,0],[-2,0],[-2,-2],[-1,-1],[-1,0],[0,-1],[1,-1],[-1,0],[-3,0],[-2,0],[-2,0],[-1,1],[-4,1],[-2,0],[-1,1],[-2,1],[-3,0],[-3,0],[-1,1],[-3,0],[-2,-1],[-4,-1],[-2,1],[-2,0],[-2,-1],[-3,-1],[-3,-1],[-2,-1],[-4,0],[0,1],[0,1],[-1,2],[-2,2],[-1,1]],[[1644,9305],[2,0],[6,0],[3,0],[6,-1],[4,-1],[3,-1],[4,-2],[0,-2],[2,-3],[1,-1],[-1,-1],[-1,-1],[-5,1],[-1,0],[-2,1],[-2,1],[-3,1],[-1,1],[-1,1],[2,1],[0,1],[0,1],[-2,1],[-1,0],[-1,0],[-2,0],[-2,0],[-6,1],[-1,0],[-2,0],[0,1],[1,1]],[[349,7521],[1,1],[2,1],[3,1],[1,0],[3,-1],[1,1],[2,0],[2,2],[2,0],[1,0],[2,-1],[1,0],[4,-1],[3,-1],[0,-1],[1,0],[3,-2],[1,0],[1,-1],[0,-1],[1,0],[-1,-2],[-2,-1],[-2,-1],[0,-1],[-1,-1],[-1,-1],[1,-1],[1,-1],[1,0],[0,-1],[-1,0],[-3,-1],[-1,-1],[-1,-1],[-1,-2],[-1,0],[-1,0],[-1,0],[-2,2],[-4,1],[-2,0],[-1,0],[-2,1],[0,1],[-1,0],[-2,1],[-2,-1],[-3,2],[-3,1],[-1,2],[1,0],[0,1],[-1,1],[-2,1],[-1,0],[1,1],[0,2],[4,2]],[[362,7565],[1,0],[2,1],[3,2],[0,1],[1,0],[1,1],[4,2],[3,0],[2,1],[8,0],[1,0],[3,0],[2,0],[3,0],[4,-1],[4,0],[1,1],[1,0],[2,1],[4,1],[1,0],[2,0],[2,0],[2,0],[1,1],[2,-1],[0,-1],[1,-1],[3,-3],[2,-2],[1,-1],[0,-2],[0,-2],[-1,-3],[-2,-1],[-2,-2],[-5,-2],[-3,-1],[-3,-2],[-1,0],[-3,0],[-3,-2],[-2,0],[-1,-1],[-1,0],[-4,0],[-1,0],[-2,0],[-2,1],[-2,1],[-1,0],[-2,0],[-1,1],[-3,1],[-1,0],[-2,0],[-3,1],[-1,0],[0,1],[-1,0],[-1,1],[-3,0],[-2,2],[-3,2],[-3,1],[-1,1],[-1,1],[0,1],[0,1]],[[1284,9193],[4,-2],[3,0],[1,-1],[1,0],[0,-2],[-1,-1],[-2,0],[-2,0],[-1,0],[-3,1],[-1,2],[-2,3],[3,0]],[[665,8444],[2,1],[3,1],[2,0],[2,0],[1,2],[2,-1],[0,-1],[-1,-1],[-1,-1],[1,0],[0,-1],[1,0],[2,1],[1,0],[1,-1],[-1,0],[-2,-1],[1,1],[1,0],[-1,0],[-2,-1],[-1,-1],[-1,-2],[-2,0],[-1,1],[0,1],[1,1],[1,0],[0,2],[-2,0],[-1,-2],[-1,0],[-4,1],[-2,0],[0,1],[1,0]],[[5410,5801],[-2,0],[-1,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[-1,2],[-2,2],[-1,1],[-2,0],[0,1],[-1,1],[-1,2],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,3],[-1,1],[-1,2],[-1,1],[-1,2],[-1,1],[-3,1],[-1,1],[-2,-1],[-1,-1],[-2,-1],[-2,-1],[-1,0],[-3,1],[-1,1],[-2,1],[-1,0],[-2,2],[-2,1],[0,1],[-1,0],[0,1],[0,2],[-1,2],[-2,1],[-2,0],[-1,0],[-1,-2],[-1,-1],[0,-2],[0,-1],[-1,-1],[-2,0],[-3,0],[-1,0],[-1,1],[-1,1],[-2,1],[-2,0],[-1,2],[-3,2],[-2,2],[-1,1],[-2,1],[-1,2],[-1,0],[-3,0],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[-3,-2],[-1,-1],[-3,-1],[-2,0],[-2,1],[-2,1],[-1,0],[-2,1],[-2,1],[-3,1],[-3,2],[-1,1],[-1,1],[0,1],[-1,2],[-1,3],[0,4],[-1,3],[-1,1],[-1,2],[-1,0],[-1,0],[0,-1],[-1,0],[-2,-1],[0,-3],[0,-3],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[1,-1],[0,-1],[1,-1],[0,-2],[1,-2],[-2,-3],[0,-1],[-1,-1],[-1,0],[-1,0],[-3,-2],[-1,0],[-1,-2],[0,-1],[-1,0],[0,-1],[-3,-1],[-3,-1],[-3,1],[-3,-1],[-3,-1],[-2,0],[-1,0],[-1,1],[-2,1],[-2,1],[-1,1],[0,1],[-2,0],[-2,0],[-2,1],[-1,1],[-1,1],[-1,0],[0,1],[-1,1],[-1,0],[-1,1],[-1,0],[-3,2],[-1,0],[-2,1],[-2,1],[0,1],[-3,0],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,2],[-1,1],[-1,2],[-1,1],[-1,2],[-1,1],[-1,1],[-1,2],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,1],[-2,1],[-1,1],[0,1],[0,1],[-2,1],[-1,1],[-1,0],[-1,2],[0,1],[-1,2],[0,1],[0,2],[0,2],[0,1],[0,1],[0,3],[0,4],[0,1],[-1,1],[-1,1],[-1,1],[-1,0],[-2,3],[-1,0],[-1,2],[0,1],[0,1],[-1,1],[-2,1],[-1,0],[-2,2],[-1,2],[-1,-1],[-1,0],[-2,1],[-1,0],[-2,1],[-2,1],[-2,2],[0,1],[0,1],[-1,1],[-2,0],[-1,0],[-1,1],[-1,2],[-2,2],[-1,2],[-1,2],[-2,2],[-1,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,1],[-1,1],[-2,2],[-1,1],[-1,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,2],[1,1],[2,2],[0,1],[0,1],[0,3],[-1,1],[-2,1],[-2,1],[-1,1],[-1,1],[-1,1],[-2,0],[0,1],[-1,2],[-1,1],[0,1],[-1,0],[-1,0],[-1,1],[-2,2],[-2,2],[-3,1],[-1,0],[-2,1],[-3,1],[-3,1],[-1,1],[0,1],[-1,3],[0,1],[0,1],[0,3],[-1,1],[-1,1],[-3,0],[-1,-3],[-1,-1],[0,-2],[1,-1],[0,-1],[0,-1],[-1,0],[-3,0],[-1,1],[-2,0],[-1,0],[0,1],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[-2,0],[-2,0],[-2,1],[-1,1],[-2,1],[-3,1],[-2,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[0,2],[0,2],[0,1],[0,1],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[-3,3],[-5,3],[0,1],[-2,1],[-1,0],[-4,3],[-2,1],[-1,1],[-2,0],[-2,1],[-1,1],[-1,1],[-1,1],[-2,2],[-1,2],[-2,2],[0,1],[-2,2],[0,1],[-1,2],[-1,1],[-1,1],[-1,1],[-1,-1],[-1,-2],[0,-1],[-2,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-2],[1,-2],[0,-1],[-2,-1],[-2,0],[-3,-1],[-4,0],[-2,0],[-4,0],[-1,0],[1,-1],[0,-2],[0,-1],[0,-1],[2,-1],[1,0],[8,0],[4,0],[3,-1],[4,-1],[1,0],[2,-1],[3,-2],[2,-1],[2,-2],[3,-1],[5,-3],[3,-1],[3,-4],[0,-1],[1,-2],[1,-4],[0,-2],[-1,-1],[-1,-1],[-2,-1],[-3,-1],[-2,-1],[-6,-2],[-2,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[2,-4],[0,-1],[1,-1],[1,-2],[0,-2],[0,-1],[0,-1],[4,1],[1,0],[2,0],[3,0],[2,1],[2,0],[1,1],[1,0],[2,-1],[1,-1],[1,-1],[2,0],[1,0],[1,1],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[2,0],[1,0],[2,0],[2,-1],[2,0],[2,0],[3,-1],[3,1],[3,-1],[4,0],[1,0],[3,0],[3,-1],[1,0],[2,0],[1,-1],[3,-1],[1,0],[3,-1],[2,-1],[2,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,-2],[1,-1],[-1,0],[-3,0],[-2,1],[-2,2],[-2,0],[-3,2],[-2,1],[-2,1],[-4,2],[-1,0],[-1,0],[-1,1],[0,1],[-2,0],[-1,0],[-1,0],[-1,0],[1,-4],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[1,0],[2,0],[1,0],[2,-1],[2,-1],[2,-1],[1,-1],[1,-1],[2,-1],[1,-1],[3,-2],[2,-1],[5,-2],[2,-1],[0,-1],[3,-2],[2,-1],[0,-1],[1,-1],[2,-2],[2,-2],[1,-1],[2,-3],[1,0],[2,-2],[2,-2],[1,-2],[1,-1],[0,-1],[1,0],[1,-1],[0,1],[1,0],[2,-2],[2,-1],[1,-1],[2,-1],[3,-2],[2,-1],[1,-1],[1,0],[2,-3],[2,0],[1,-1],[1,0],[1,0],[1,0],[1,-1],[2,-2],[2,-2],[0,-1],[0,-3],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[1,-2],[0,-1],[1,-1],[-1,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-3,0],[-1,0],[-1,0],[-1,0],[-3,0],[-3,1],[-1,1],[-2,0],[-1,0],[-3,1],[-3,1],[-3,0],[-3,1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[0,-1],[-2,-1],[-2,-1],[-1,-2],[-2,-1],[-1,-1],[-1,0],[-2,-1],[-3,-1],[-2,-1],[-3,-1],[-1,0],[-1,1],[-1,1],[-2,0],[0,1],[-4,1],[-1,0],[-2,0],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-1],[2,-1],[0,-1],[3,0],[2,0],[1,-2],[0,-3],[-1,0],[-1,-1],[-4,-2],[-1,0],[-2,-1],[-2,-1],[-3,-1],[-1,0],[-3,-1],[-1,0],[-2,0],[-3,0],[-3,0],[-1,0],[-2,0],[-1,-1],[-1,0],[-2,0],[0,-1],[-2,0],[-1,0],[-3,-1],[-2,-1],[-1,0],[-2,-1],[-2,-1],[-1,0],[-2,1],[-2,0],[-2,0],[-1,0],[-1,0],[-2,2],[-1,1],[-1,1],[-1,2],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[1,-2],[2,-3],[1,-2],[1,-2],[2,-1],[2,-1],[1,0],[2,0],[1,0],[1,-1],[1,0],[1,0],[2,0],[3,1],[1,0],[3,1],[3,1],[4,0],[1,1],[3,0],[3,0],[1,0],[2,1],[3,0],[1,0],[2,0],[1,0],[1,0],[4,1],[3,0],[3,1],[2,1],[3,1],[3,1],[2,2],[4,3],[1,1],[1,1],[1,0],[3,0],[3,1],[4,1],[2,1],[2,3],[2,1],[2,1],[1,1],[1,0],[1,0],[3,1],[1,0],[3,0],[4,-1],[2,-1],[2,0],[2,-1],[2,0],[4,-1],[3,-1],[3,0],[2,0],[1,0],[2,0],[1,-1],[1,-1],[0,-2],[1,0],[1,-1],[1,0],[1,-1],[2,-1],[2,-1],[1,0],[3,-1],[1,0],[1,0],[1,1],[1,1],[1,0],[1,0],[1,0],[0,-1],[1,-2],[1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-2],[-3,-2],[0,-1],[-2,0],[-1,-1],[-1,0],[-1,1],[-2,0],[-2,1],[-1,0],[0,-1],[-1,-1],[0,-1],[2,-1],[1,-1],[1,-1],[2,-1],[3,-1],[1,-1],[1,-2],[0,-2],[0,-2],[0,-1],[0,-2],[1,-1],[0,1],[1,0],[1,0],[1,2],[0,2],[1,3],[1,1],[1,2],[2,2],[2,1],[1,1],[3,1],[1,1],[3,1],[3,2],[2,1],[2,0],[2,0],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[2,-1],[2,-1],[1,-1],[3,-1],[3,-1],[2,0],[1,0],[2,0],[1,0],[2,0],[1,0],[1,-1],[2,-1],[1,-1],[3,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[3,-1],[2,0],[3,1],[2,1],[3,1],[1,1],[2,0],[1,0],[1,0],[2,0],[2,1],[0,1],[1,1],[1,0],[3,2],[2,0],[1,1],[1,0],[2,-1],[1,-1],[1,0],[1,0],[3,0],[2,0],[1,-1],[2,-1],[2,2],[3,2],[2,0],[2,0],[3,-1],[1,-1],[2,-1],[2,-2],[2,-1],[2,0]],[[5140,5693],[0,1],[-1,1],[-1,0],[-1,-1],[-2,-1],[-2,-1],[0,-1],[-2,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,2],[-1,-3],[0,-1],[0,-1],[1,-2],[0,-2]],[[3293,5652],[-5,484],[-23,1897],[-1445,721],[-64,38],[-40,24],[-101,53],[-28,17],[-43,20],[-34,17],[-43,26],[-15,14],[-38,39],[-30,39],[-40,41],[-57,50],[-13,9]],[[1274,9141],[5,1],[8,1],[5,0],[7,1],[3,0],[1,0],[0,-1],[3,-6],[1,0],[0,-1],[2,0],[1,0],[2,1],[1,2],[1,1],[1,1],[2,0],[1,1],[2,-1],[2,-1],[1,-1],[-2,-3],[1,-2],[2,-2],[3,0],[2,-1],[2,0],[5,-3],[1,-1],[1,-2],[2,0],[3,-2],[2,0],[0,-1],[0,-1],[-1,-1],[-2,-1],[0,-1],[1,0],[4,1],[1,2],[1,0],[1,0],[1,0],[0,-1],[1,-3],[3,-3],[2,-1],[1,0],[1,0],[1,-1],[1,0],[1,-3],[5,-2],[2,-1],[1,-1],[0,-4],[1,1],[1,1],[3,-1],[3,-1],[2,0],[3,0],[2,1],[-4,3],[-2,2],[-10,8],[-2,1],[-2,2],[-3,2],[-3,3],[-6,4],[-2,2],[-3,2],[-2,2],[-4,2],[-5,3],[-2,2],[-1,0],[0,2],[-1,1],[-3,1],[-1,0],[-1,1],[-3,3],[-2,0],[-2,3],[-3,1],[-2,2],[-1,2],[0,1],[-1,1],[-5,7],[0,1],[-1,2],[0,1],[1,2],[0,1],[-1,0],[-2,1],[-3,3],[-1,1],[0,1],[-1,2],[0,1],[-1,2],[1,1],[2,2],[-1,2],[-1,0],[1,2],[2,1],[1,0],[-1,1],[-1,2],[0,1],[-1,1],[-1,1],[-2,0],[-7,3],[-4,2],[-1,0],[0,1],[0,1],[2,1],[1,0],[2,1],[2,1],[1,1],[1,2],[1,0],[2,2],[1,1],[3,3],[1,0],[1,1],[2,1],[0,1],[2,1],[3,2],[2,1],[3,2],[2,1],[1,1],[2,1],[2,1],[7,3],[1,1],[1,2],[1,1],[1,2],[2,2],[1,1],[1,1],[3,3],[1,0],[-1,0],[1,1],[2,1],[1,1],[0,1],[1,1],[0,2],[3,4],[-1,1],[-1,1],[-1,1],[0,1],[1,1],[0,2],[-2,1],[-2,0],[-4,1],[-1,0],[-1,1],[-2,1],[-2,1],[-3,1],[-5,2],[-4,0],[-2,0],[0,1],[-2,1],[-1,1],[1,2],[1,1],[2,1],[3,1],[0,1],[-2,2],[-3,2],[-1,1],[-3,5],[-1,2],[-1,1],[-3,2],[-4,2],[-1,1],[-1,1],[0,1],[-2,1],[-2,2],[0,1],[0,1],[0,1],[-2,3],[0,1],[-3,1],[-5,2],[-2,2],[-2,1],[-1,2],[1,3],[0,2],[-1,2],[-4,3],[0,1],[-1,1],[1,1],[-1,1],[-1,2],[-1,2],[-1,0],[1,1],[2,3],[2,5],[4,3],[0,1],[1,1],[4,2],[5,3],[2,2],[0,1],[3,2],[7,2],[5,2],[9,3],[6,3],[1,0],[4,2],[1,1],[3,1],[11,5],[4,1],[23,6],[12,5],[4,1],[6,2],[6,3],[1,0],[3,1],[4,0],[9,-3],[2,0],[3,0],[1,0],[1,0],[2,-1],[2,-1],[4,-1],[8,-1],[3,-1],[9,-2],[17,-1],[6,-1],[6,-1],[2,0],[3,-1],[3,0],[2,0],[5,-1],[3,0],[6,-1],[11,-2],[3,0],[5,-1],[5,-1],[5,-2],[3,-1],[2,-2],[4,-2],[1,0],[4,-2],[2,-2],[1,-1],[0,-3],[1,-2],[0,-2],[0,-3],[-1,-2],[0,-2],[0,-1],[1,-1],[1,-2],[1,-2],[1,-1],[1,0],[1,0],[2,0],[3,-1],[2,-1],[0,-2],[-2,-1],[-2,-2],[0,-2],[0,-2],[-1,-2],[-1,-1],[-1,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[1,-1],[2,-1],[1,-2],[0,-1],[2,-2],[3,-2],[2,-1],[4,-2],[4,-2],[2,-1],[1,-1],[4,-1],[2,0],[3,-1],[5,-2],[4,-2],[1,0],[5,-2],[4,-2],[9,-4],[5,-1],[4,-1],[4,-1],[3,0],[2,-1],[1,-1],[1,0],[2,-1],[3,0],[4,-2],[3,0],[1,-1],[1,0],[0,-1],[1,-1],[2,-1],[2,0],[3,0],[2,1],[5,0],[3,0],[2,0],[1,0],[4,0],[3,0],[1,0],[1,-1],[2,0],[2,-1],[1,-2],[2,-3],[1,-1],[1,-2],[3,-1],[3,0],[1,-1],[-1,-2],[-2,0],[0,-1],[0,-2],[1,-2],[1,0],[1,-1],[4,-1],[2,0],[3,-2],[4,-2],[4,-1],[3,-3],[1,0],[1,-2],[1,-1],[2,-1],[5,-3],[3,-2],[3,-1],[1,-2],[0,-3],[-1,0],[-1,0],[-3,1],[-5,2],[-1,0],[-1,0],[0,-1],[1,0],[3,-2],[1,-1],[-1,-2],[-1,-1],[0,-1],[3,-3],[2,-1],[1,0],[2,-2],[5,-2],[6,-2],[3,-1],[1,-1],[5,-1],[2,-1],[5,-1],[13,-1],[3,-1],[4,-1],[5,-3],[3,-2],[1,-1],[2,-3],[1,-1],[2,-1],[1,-2],[2,-2],[3,-2],[-1,1],[-1,1],[1,0],[4,1],[1,0],[3,0],[2,-1],[2,0],[-3,2],[-2,2],[-1,2],[-2,2],[-2,2],[0,1],[-1,0],[-3,2],[-1,1],[-2,1],[-2,2],[-1,1],[-4,1],[-7,3],[-5,1],[-1,0],[-9,1],[-2,1],[-8,2],[-2,1],[-3,1],[-5,3],[-1,0],[-1,2],[0,1],[1,4],[-1,1],[1,2],[-1,2],[-2,1],[-2,2],[-1,0],[-1,0],[-2,1],[0,1],[1,2],[1,2],[0,2],[0,1],[0,2],[-2,3],[-1,0],[-3,2],[-2,1],[-1,0],[-2,0],[-2,0],[-1,1],[-2,1],[-4,2],[-3,1],[-2,2],[0,1],[-2,2],[-2,2],[-2,2],[-4,3],[-2,1],[0,1],[-1,2],[-2,2],[-2,1],[-5,0],[-4,1],[-2,1],[-1,1],[-4,3],[-2,1],[-1,1],[0,1],[0,1],[1,2],[-2,1],[-2,1],[-2,2],[-2,0],[-2,0],[-1,0],[-5,0],[-5,1],[-2,1],[-1,1],[-3,0],[-1,0],[-1,-1],[-4,-1],[-1,1],[-3,0],[-3,0],[-3,0],[-1,0],[-2,1],[-1,0],[-2,1],[-2,2],[0,1],[1,0],[5,2],[-1,1],[-5,2],[0,1],[0,1],[-1,1],[-2,1],[-2,4],[-1,0],[-2,1],[-2,1],[-1,1],[0,1],[-2,1],[-3,2],[-1,2],[-1,1],[-3,2],[-2,2],[-2,4],[-1,2],[0,2],[-1,2],[-1,3],[-1,1],[-2,1],[-2,2],[0,1],[0,2],[0,1],[-1,1],[-1,0],[-3,1],[-2,1],[-2,1],[0,1],[0,1],[1,0],[1,1],[1,1],[0,1],[0,1],[-1,1],[-1,3],[0,2],[-2,4],[-3,2],[-2,1],[-2,2],[-3,1],[-2,2],[-3,1],[-5,2],[-1,0],[-2,1],[-6,2],[-5,2],[-6,3],[-3,2],[-1,0],[-1,0],[-3,0],[-3,1],[-1,0],[0,1],[0,1],[-2,0],[-1,1],[-6,1],[-2,0],[-4,0],[-2,1],[-3,1],[-4,0],[-1,0],[-2,1],[-2,1],[-5,1],[-4,2],[-3,1],[-4,0],[-3,0],[-5,1],[-2,1],[-4,2],[-4,1],[-1,1],[-2,1],[0,1],[0,1],[4,3],[6,2],[2,1],[2,2],[10,4],[7,2],[2,1],[3,1],[3,2],[11,4],[5,1],[3,1],[4,2],[3,1],[3,1],[16,4],[6,2],[3,1],[4,1],[3,1],[6,2],[5,2],[1,0],[1,0],[2,-1],[2,0],[2,-1],[3,1],[2,0],[0,1],[2,1],[2,1],[4,0],[2,0],[1,1],[1,0],[7,2],[2,0],[4,1],[9,2],[7,1],[8,1],[6,0],[2,1],[6,1],[5,1],[3,1],[3,0],[7,1],[2,0],[4,0],[6,1],[5,0],[3,1],[3,0],[8,1],[4,0],[6,1],[5,1],[7,1],[5,0],[3,0],[4,1],[4,0],[5,1],[6,2],[4,1],[5,1],[9,2],[2,0],[4,1],[4,1],[4,1],[12,3],[9,1],[1,0],[2,0],[2,-1],[1,-2],[1,-1],[1,-1],[1,-2],[1,-2],[0,-1],[2,0],[3,0],[1,0],[3,-1],[2,-1],[-2,0],[-2,0],[-2,-1],[0,-2],[1,0],[1,-1],[1,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[1,0],[3,0],[1,0],[1,1],[2,2],[2,1],[2,2],[2,1],[1,0],[3,0],[1,0],[1,1],[-2,1],[-3,2],[-1,1],[0,1],[3,1],[3,1],[2,2],[1,1],[-1,3],[0,1],[1,2],[2,2],[1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[7,2],[11,3],[5,1],[3,1],[1,0],[3,0],[3,0],[-2,-1],[1,-1],[4,-1],[4,-2],[2,0],[1,0],[6,-2],[3,0],[3,-1],[2,-1],[1,0],[1,-1],[3,0],[3,-1],[3,-1],[1,0],[1,0],[3,0],[1,0],[1,0],[2,2],[1,1],[2,0],[4,0],[3,1],[8,-1],[5,0],[0,-2],[2,-2],[-1,-2],[0,-1],[-1,0],[-4,1],[-2,0],[-1,1],[0,1],[-2,-1],[-2,0],[-1,-2],[0,-3],[1,0],[1,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[2,-1],[3,-4],[1,0],[1,0],[3,-1],[2,0],[3,0],[2,-1],[2,-1],[3,-1],[2,0],[1,0],[1,1],[1,0],[0,2],[-1,1],[-1,1],[-1,1],[-1,1],[-2,1],[-3,1],[-2,1],[-2,1],[0,1],[1,1],[3,2],[2,0],[1,1],[0,1],[0,3],[0,1],[-1,2],[-1,2],[-1,2],[-1,0],[-1,1],[-1,1],[0,1],[-2,1],[-1,1],[-1,0],[-2,1],[0,1],[0,2],[0,1],[-1,0],[-2,0],[-9,0],[-6,0],[-2,0],[-4,0],[-4,-1],[-6,0],[-1,0],[-2,1],[2,1],[1,1],[5,0],[4,1],[3,0],[6,1],[2,0],[0,1],[-1,0],[-1,1],[1,0],[2,1],[1,0],[2,-1],[1,0],[1,-1],[2,0],[3,-1],[1,1],[0,1],[-1,0],[0,2],[3,1],[4,1],[4,1],[2,1],[3,0],[5,2],[3,1],[5,1],[2,0],[4,0],[2,1],[1,0],[5,1],[8,1],[1,0],[0,1],[1,1],[2,0],[1,0],[2,0],[1,0],[6,1],[5,1],[11,2],[4,0],[2,1],[4,0],[5,1],[2,0],[1,0],[4,-1],[2,-1],[2,0],[1,-2],[1,-2],[2,-2],[4,-2],[2,0],[5,-2],[1,0],[1,-2],[3,-1],[4,-2],[5,-1],[1,0],[1,0],[0,-1],[2,-2],[1,-2],[0,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,-2],[2,-1],[1,-1],[0,-2],[1,-2],[2,-2],[2,-2],[1,-1],[2,-2],[2,-2],[2,-3],[2,-2],[0,-1],[1,-1],[1,-1],[2,-1],[3,-1],[1,-2],[1,-1],[-1,-1],[0,-1],[1,-1],[2,-3],[0,-1],[1,-2],[0,-1],[2,-2],[3,-3],[0,-2],[1,-4],[1,-3],[0,-1],[1,-2],[1,-1],[2,-1],[3,-2],[0,-1],[-1,-1],[-2,0],[-1,-1],[1,-1],[0,-1],[1,-1],[0,-2],[-1,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[-1,-4],[-1,-4],[0,-1],[0,-2],[0,-2],[0,-2],[-2,-2],[0,-2],[1,0],[0,-2],[0,-3],[1,-3],[0,-2],[1,-4],[1,-2],[1,-1],[1,-2],[1,-3],[0,-1],[1,-2],[1,-3],[1,-1],[0,-1],[1,-4],[0,-2],[1,-3],[0,-3],[0,-1],[-1,-2],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-2],[-2,-3],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[-3,-2],[-2,-1],[-1,-1],[-1,-1],[-3,-3],[-2,-2],[-2,-1],[-1,0],[-1,-1],[-4,-4],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-3,-5],[-1,-1],[-1,-2],[-1,-2],[0,-1],[-1,-1],[-4,-3],[-2,-1],[0,-2],[0,-2],[1,0],[1,-2],[2,0],[1,0],[1,-1],[0,-1],[-1,-1],[-1,-1],[-2,-4],[0,-1],[1,-4],[0,-4],[0,-3],[1,-2],[1,-1],[0,-4],[3,1],[6,1],[3,0],[3,0],[4,-1],[1,0],[3,1],[2,-1],[2,0],[2,-2],[1,4],[-1,2],[-2,4],[-1,3],[0,2],[-1,2],[0,1],[-1,1],[0,3],[1,1],[0,1],[2,1],[1,0],[1,0],[1,0],[3,-1],[2,1],[2,1],[1,0],[0,2],[1,0],[4,2],[1,2],[2,2],[3,3],[3,5],[3,2],[4,2],[0,1],[0,2],[1,0],[2,0],[1,0],[1,1],[4,2],[5,3],[5,3],[2,1],[1,1],[2,1],[1,2],[3,1],[2,2],[3,2],[0,1],[0,1],[0,1],[-1,1],[1,1],[1,0],[2,1],[2,1],[2,1],[2,1],[1,3],[0,2],[1,1],[0,1],[0,1],[1,2],[0,2],[0,2],[1,2],[0,2],[0,2],[1,2],[-1,2],[1,2],[0,1],[1,1],[0,1],[0,3],[0,2],[-1,1],[-1,2],[0,1],[0,2],[-1,1],[0,2],[0,1],[0,1],[-1,1],[0,2],[-1,3],[0,2],[-1,2],[0,1],[0,3],[0,1],[1,1],[2,2],[3,2],[2,2],[2,1],[4,1],[4,-1],[4,0],[3,0],[4,0],[2,0],[3,0],[1,0],[0,-1],[-1,-1],[0,-2],[1,-1],[0,-1],[1,-1],[2,-2],[2,-1],[4,0],[5,0],[3,1],[3,-1],[1,0],[0,-1],[-1,-1],[0,-1],[3,-1],[1,-1],[1,-1],[0,-1],[1,0],[3,-2],[4,-1],[4,-2],[1,-1],[2,-1],[4,-1],[7,-1],[2,1],[2,0],[4,0],[2,-1],[1,0],[1,-1],[-1,0],[0,-1],[0,-1],[1,-1],[3,-2],[1,-1],[3,-2],[2,-1],[3,-1],[3,-1],[3,-1],[3,-2],[2,-1],[3,-1],[3,0],[7,-1],[1,-1],[3,-1],[3,0],[3,-1],[2,-1],[2,0],[1,0],[4,-1],[4,1],[5,-1],[5,1],[1,0],[2,0],[2,-1],[3,-2],[1,-1],[-1,-1],[2,-2],[1,-1],[1,0],[3,-2],[5,-1],[1,0],[3,0],[1,0],[3,-2],[2,-2],[2,-2],[1,-2],[2,-2],[2,-2],[1,-1],[1,0],[2,-1],[2,-1],[1,-1],[7,-1],[1,-1],[3,-1],[3,-1],[3,-1],[3,-1],[2,-1],[2,-2],[2,-1],[0,-3],[1,-5],[2,-3],[3,-2],[1,-1],[1,-1],[1,-1],[1,-1],[3,-2],[1,-1],[2,-2],[1,-1],[4,-3],[1,-1],[1,0],[6,-2],[10,-2],[4,-1],[2,-1],[4,-1],[2,-1],[3,-1],[3,-2],[2,-3],[0,-1],[0,-2],[0,-3],[-1,-3],[0,-1],[1,-1],[-1,-2],[-1,-1],[0,-2],[0,-1],[0,-1],[2,-1],[1,-1],[0,-2],[1,-1],[2,-1],[3,0],[1,0],[2,-1],[0,-1],[3,-3],[0,-1],[1,-2],[1,-1],[1,0],[1,-1],[1,0],[2,1],[1,0],[4,-2],[6,-1],[3,-1],[4,-1],[4,-1],[6,-1],[3,-1],[5,2],[2,2],[2,1],[0,2],[0,1],[2,1],[2,1],[2,0],[2,0],[0,1],[-3,1],[-1,1],[-3,0],[-2,1],[-4,1],[-4,1],[-2,1],[-3,1],[-3,0],[-2,1],[-3,1],[-3,1],[-2,0],[-1,1],[-1,1],[0,2],[0,3],[0,2],[1,3],[0,1],[0,2],[0,1],[0,2],[-1,1],[0,2],[-1,1],[-1,2],[-1,2],[-3,1],[-2,3],[-3,1],[-2,1],[-3,2],[-6,2],[-3,1],[-7,1],[-12,2],[-5,2],[-2,0],[-1,1],[-7,5],[-5,6],[-3,3],[0,1],[-2,5],[0,4],[0,1],[2,1],[-2,1],[-1,2],[-3,2],[-3,1],[-5,2],[-3,1],[-4,1],[-4,2],[-4,1],[-4,0],[-1,2],[-1,3],[0,2],[1,0],[1,2],[-1,1],[-1,2],[-3,2],[-2,2],[-1,0],[-3,2],[-3,1],[-2,2],[-1,1],[-3,1],[-2,2],[0,1],[4,1],[6,2],[2,0],[1,0],[4,-1],[4,-1],[2,-1],[5,-2],[4,-2],[6,-2],[3,-1],[2,-1],[4,-2],[5,-1],[5,-1],[2,-1],[3,0],[1,-1],[1,0],[7,0],[6,0],[2,0],[2,0],[6,-1],[9,-2],[16,-3],[5,-1],[1,-1],[2,0],[-1,1],[-5,3],[-2,2],[-4,2],[4,2],[1,1],[-2,1],[-6,1],[0,1],[1,1],[1,0],[7,2],[4,2],[3,2],[1,1],[7,1],[1,-1],[1,0],[1,0],[-1,1],[-4,1],[0,1],[8,2],[6,2],[2,1],[5,3],[0,1],[0,1],[-1,1],[-5,2],[-5,2],[-2,2],[-3,2],[-4,2],[-7,4],[-3,1],[-1,1],[-4,4],[-2,2],[-2,3],[-3,3],[-1,2],[-2,1],[-1,2],[-1,0],[-2,1],[-8,7],[-1,1],[-3,2],[-3,3],[-3,1],[-2,3],[-1,1],[-1,1],[0,1],[-1,1],[-3,1],[-3,2],[-5,3],[-2,2],[-2,2],[-1,1],[-1,2],[-3,2],[-2,5],[-1,2],[-1,1],[-1,3],[-1,1],[0,2],[1,3],[0,3],[0,1],[1,2],[0,2],[0,2],[-1,3],[0,2],[0,2],[0,2],[0,2],[0,1],[-1,4],[-1,1],[1,1],[0,2],[1,2],[1,2],[1,2],[1,2],[-2,1],[-1,2],[3,2],[0,2],[0,1],[0,2],[0,2],[0,1],[-2,0],[-4,1],[-1,1],[6,0],[0,1],[-1,0],[-1,2],[-1,1],[-1,0],[-7,0],[-2,0],[-1,0],[-1,1],[-1,0],[0,1],[1,0],[2,0],[4,0],[1,1],[-1,1],[-3,2],[-3,2],[-1,0],[-3,2],[-2,3],[-1,1],[-1,1],[-1,3],[1,1],[1,2],[2,3],[0,2],[1,2],[0,1],[2,1],[0,1],[-1,1],[-1,2],[-1,1],[0,1],[-2,3],[0,2],[3,2],[1,0],[9,1],[4,0],[6,1],[3,0],[6,0],[5,0],[3,0],[3,0],[6,1],[4,-1],[6,0],[6,1],[1,0],[2,-1],[3,0],[3,0],[4,0],[4,0],[5,0],[5,0],[5,0],[4,0],[5,0],[3,0],[4,-1],[2,-1],[4,-2],[3,0],[1,0],[2,0],[1,1],[1,0],[3,0],[1,0],[6,0],[4,0],[5,-1],[3,-1],[2,-2],[1,0],[1,0],[5,0],[3,-1],[3,0],[5,-1],[2,0],[4,-1],[4,-1],[3,0],[2,-1],[1,-1],[2,0],[5,-2],[3,-1],[2,-1],[1,-1],[3,-1],[2,-1],[4,-1],[1,0],[1,-2],[2,-1],[2,-2],[3,-1],[2,-1],[3,-1],[2,-2],[2,-1],[2,-2],[4,-1],[3,-2],[3,-2],[2,-2],[2,-2],[2,-1],[2,-3],[2,-2],[1,-2],[-1,-1],[-1,-1],[-1,-2],[1,-3],[0,-1],[1,-3],[1,0],[2,-1],[1,-1],[2,-1],[2,-1],[3,-2],[1,-1],[1,-2],[3,-1],[2,-2],[3,-1],[5,-1],[1,-1],[5,-2],[2,-1],[1,0],[6,-2],[4,-1],[6,-1],[3,-1],[5,-1],[3,0],[5,-1],[2,0],[4,-1],[3,-1],[4,-1],[4,-2],[1,-1],[2,-1],[3,-1],[3,-1],[8,-3],[3,-2],[4,-2],[6,-3],[2,-2],[3,-1],[3,-2],[4,-3],[4,-3],[4,-4],[1,-2],[-1,-3],[-1,-1],[-2,0],[-1,-1],[-1,0],[-3,-2],[-2,-2],[-3,-1],[-3,-3],[-1,-2],[1,-1],[2,-1],[1,0],[-1,3],[1,1],[2,2],[2,1],[3,1],[4,1],[6,2],[-2,-2],[-1,0],[-2,-1],[-1,-1],[1,0],[4,1],[2,0],[3,1],[2,1],[1,0],[8,-2],[6,-1],[3,-1],[5,-1],[4,-1],[4,-1],[3,-1],[3,0],[4,-2],[3,0],[5,-2],[9,-3],[11,-4],[4,-1],[9,-3],[2,-1],[4,0],[3,-1],[4,-1],[5,-1],[2,0],[4,-2],[4,-2],[3,-1],[1,0],[7,-4],[7,-4],[1,0],[2,-2],[2,-1],[0,-1],[2,-2],[3,-2],[10,-6],[1,-2],[8,-8],[0,-1],[2,-2],[1,-2],[1,-4],[1,-2],[2,-4],[2,-4],[0,-1],[-3,-1],[-1,-1],[-1,0],[-1,0],[-1,-2],[0,-1],[0,-1],[1,-1],[4,-1],[4,0],[3,0],[6,-2],[1,0],[2,-1],[4,-2],[5,-2],[2,-2],[2,-2],[2,-2],[2,-1],[3,-2],[1,-1],[2,-1],[2,-1],[1,-1],[3,-2],[9,-6],[3,-3],[2,-1],[2,-1],[7,-7],[2,-2],[2,-3],[6,-5],[3,-3],[6,-6],[2,-1],[1,-2],[1,-1],[0,-1],[1,-2],[2,-1],[1,0],[2,0],[1,0],[5,1],[3,0],[4,0],[4,-1],[4,-1],[4,0],[1,0],[1,-1],[2,-1],[3,-1],[1,-1],[0,-1],[-3,0],[1,-1],[4,-1],[-1,-2],[-3,-2],[1,-1],[2,-1],[2,-1],[3,-1],[6,-1],[4,-1],[4,1],[-4,2],[-4,1],[0,1],[0,2],[-1,1],[-9,5],[-1,1],[0,1],[1,2],[0,1],[-1,0],[-7,4],[-2,1],[2,0],[3,0],[3,1],[2,1],[-1,1],[-5,1],[0,1],[2,1],[-8,1],[-4,1],[-7,1],[-1,0],[0,1],[2,0],[3,1],[5,0],[-9,2],[-4,1],[-1,0],[0,1],[-1,0],[-3,1],[-3,1],[1,1],[2,0],[6,0],[-1,0],[-4,0],[-9,1],[-5,1],[-2,0],[-1,1],[-2,3],[2,2],[7,1],[3,0],[0,1],[-1,0],[-13,1],[-2,0],[-5,2],[-1,0],[-1,2],[2,0],[1,0],[3,1],[0,1],[-1,2],[-1,1],[-5,0],[-4,1],[-5,2],[-6,1],[-1,1],[-1,0],[1,1],[0,1],[-3,2],[-2,3],[1,1],[0,1],[2,0],[0,1],[-2,2],[-1,1],[-1,2],[-2,1],[-4,2],[-2,2],[2,1],[2,1],[0,1],[-3,1],[0,1],[1,0],[1,0],[5,-1],[3,0],[7,-1],[3,-1],[5,-2],[12,-5],[3,-2],[4,-2],[8,-3],[3,-2],[3,-1],[2,-2],[1,0],[1,-2],[1,-1],[6,-2],[3,-2],[5,-2],[2,-1],[9,-2],[3,-1],[4,-2],[2,-1],[1,-1],[1,-1],[5,-2],[3,-1],[2,-1],[1,-1],[3,-3],[8,-3],[7,-3],[2,-2],[1,-1],[5,-4],[2,-1],[2,-2],[12,-6],[0,1],[-2,2],[-1,3],[0,2],[0,2],[0,1],[2,2],[1,0],[3,0],[2,-1],[1,0],[2,0],[1,-1],[1,1],[-1,0],[0,1],[-1,1],[-1,0],[-3,1],[-2,0],[-1,0],[-1,1],[-1,1],[-2,2],[0,3],[1,2],[1,2],[0,1],[-3,1],[-1,1],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-3,1],[-2,2],[-7,-6],[-2,-1],[-1,-1],[-1,0],[-2,1],[2,3],[-1,1],[0,1],[1,1],[2,2],[-1,1],[-2,1],[-2,2],[-1,1],[-1,1],[-2,1],[-5,1],[-9,1],[-2,1],[-7,4],[-1,0],[1,1],[1,1],[3,1],[2,0],[1,0],[2,0],[3,-1],[4,0],[1,1],[-2,0],[0,1],[-5,3],[-1,1],[-1,1],[-1,2],[0,1],[-1,1],[-4,0],[-2,0],[-5,1],[-6,1],[-2,0],[-4,2],[-4,1],[-2,2],[-2,1],[-2,1],[0,1],[-1,1],[1,1],[1,1],[2,1],[4,1],[2,0],[3,0],[3,-1],[5,-2],[3,-1],[2,0],[9,0],[-3,1],[-4,0],[-1,1],[-4,1],[-3,1],[-3,1],[0,1],[1,1],[1,0],[3,0],[1,0],[-2,2],[-2,3],[-2,2],[-1,1],[-4,1],[2,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[2,2],[1,1],[5,0],[2,0],[2,-1],[2,1],[3,1],[1,0],[3,0],[3,1],[4,1],[5,3],[2,2],[1,3],[1,2],[4,2],[2,0],[2,1],[1,0],[1,1],[1,1],[1,0],[6,0],[6,0],[8,1],[3,1],[0,1],[-3,0],[-3,0],[-3,0],[-2,1],[-4,1],[-1,0],[-1,1],[-3,3],[-2,2],[-2,0],[-1,1],[0,1],[-1,2],[-1,1],[0,2],[-1,1],[-2,2],[-1,2],[-2,2],[-1,1],[0,1],[-1,1],[-1,1],[-1,1],[-1,2],[0,1],[-1,1],[-2,2],[-1,1],[-1,2],[-1,1],[-2,0],[-3,0],[-2,0],[-2,0],[0,1],[2,1],[1,1],[1,4],[1,0],[3,2],[2,2],[5,3],[1,2],[2,2],[1,1],[-1,0],[-2,1],[-1,1],[1,2],[0,1],[3,1],[2,0],[1,0],[2,2],[2,1],[1,1],[4,3],[1,0],[1,1],[3,1],[4,1],[4,2],[2,0],[2,1],[1,1],[1,1],[1,1],[2,0],[3,0],[3,0],[1,1],[2,1],[4,0],[3,2],[2,0],[2,1],[4,0],[1,0],[9,-1],[1,-1],[7,0],[4,-1],[4,0],[1,0],[5,-2],[16,-4],[6,-2],[4,-2],[1,0],[3,-1],[4,0],[2,0],[4,-1],[15,-4],[3,-1],[6,-1],[5,-1],[8,-1],[15,-2],[4,-1],[5,0],[4,0],[5,0],[3,0],[2,0],[9,0],[9,0],[2,0],[2,0],[5,-1],[1,-1],[3,-1],[3,-3],[5,-3],[4,-2],[1,-1],[-2,-1],[-2,-2],[-3,-2],[0,-1],[2,0],[3,-1],[4,1],[5,2],[2,1],[2,0],[17,-1],[8,0],[1,0],[1,0],[2,-3],[3,-1],[5,0],[1,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[5,2],[4,1],[7,1],[-2,0],[-2,1],[-2,-1],[-3,0],[-7,-2],[-3,0],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[-2,0],[-3,-2],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-3,1],[0,3],[2,0],[13,3],[5,2],[0,1],[-1,0],[-4,-1],[-6,-2],[-3,0],[-5,0],[-4,0],[-3,1],[-4,2],[-5,3],[-2,0],[-1,1],[-4,2],[-3,2],[-4,1],[-7,2],[-7,2],[-9,1],[-7,0],[-1,0],[-12,1],[-3,0],[-5,0],[-9,1],[-5,0],[-8,2],[-4,0],[-8,2],[-4,1],[-13,3],[-6,1],[-1,1],[-2,1],[-6,1],[-6,2],[-4,1],[-4,1],[-3,2],[-2,1],[-1,2],[1,1],[1,0],[1,1],[-1,2],[-1,3],[-1,2],[-1,1],[0,1],[1,1],[0,1],[-2,1],[0,1],[1,1],[1,0],[3,0],[4,0],[3,0],[8,0],[-1,3],[-1,1],[-3,0],[-4,1],[-1,0],[0,1],[3,2],[3,1],[2,-2],[1,3],[1,-1],[1,0],[-1,1],[-4,2],[-4,0],[-3,1],[-3,1],[-3,1],[-3,1],[-7,3],[-6,2],[-1,0],[-4,2],[-5,2],[-2,1],[-3,1],[-3,1],[-2,1],[-3,2],[-2,0],[-4,1],[-2,0],[-3,2],[-4,1],[-3,3],[-3,1],[-2,2],[-3,1],[0,1],[-1,1],[0,1],[-1,2],[-2,2],[-3,1],[-3,2],[-4,2],[-1,1],[-2,2],[0,1],[2,1],[0,1],[0,2],[0,1],[0,1],[-1,1],[-2,2],[-6,0],[-1,0],[2,3],[2,2],[-3,1],[-5,2],[-5,1],[-5,2],[-4,1],[-2,2],[-3,2],[-3,1],[-4,1],[-4,2],[-2,1],[-4,1],[-1,1],[-4,3],[0,2],[-1,1],[0,2],[2,1],[0,4],[-1,1],[-4,0],[-5,0],[-1,0],[-4,1],[-2,1],[-1,0],[-1,2],[1,1],[1,0],[1,1],[1,0],[8,0],[-1,0],[-10,0],[-2,0],[-1,1],[-13,2],[-2,1],[-4,2],[-1,0],[-2,1],[-6,4],[-3,2],[-4,2],[-3,1],[-2,1],[-4,2],[-4,2],[-2,1],[-3,2],[-2,1],[-3,4],[0,2],[-2,1],[-4,2],[-3,2],[0,1],[2,1],[2,1],[2,1],[5,1],[7,0],[5,1],[6,0],[7,0],[5,0],[6,0],[4,-1],[6,-1],[4,0],[2,0],[3,1],[2,1],[4,2],[1,0],[1,0],[3,0],[7,-1],[4,-1],[2,-1],[2,-1],[1,0],[6,-1],[2,0],[4,0],[12,-1],[13,-1],[4,0],[8,-1],[1,1],[4,0],[15,-1],[5,0],[10,0],[3,0],[15,1],[13,1],[2,1],[6,0],[3,1],[2,1],[3,-1],[3,0],[7,1],[2,0],[12,0],[6,0],[18,0],[5,0],[6,1],[10,0],[7,-1],[4,0],[6,0],[11,1],[3,0],[3,0],[8,0],[3,0],[6,0],[6,0],[4,0],[3,0],[4,1],[4,-1],[6,0],[2,0],[6,-2],[3,0],[1,0],[5,-1],[1,0],[2,0],[2,-1],[7,-1],[2,0],[3,-1],[3,-1],[8,-1],[8,-1],[2,0],[1,-1],[1,0],[0,-1],[0,-1],[-2,0],[-1,-1],[-3,-2],[-2,-3],[-1,-1],[0,-2],[0,-1],[0,-1],[1,-1],[1,-3],[1,-2],[1,-1],[2,-1],[2,-2],[3,-1],[1,-1],[4,-2],[3,-1],[1,-1],[5,-2],[5,-2],[2,0],[2,-2],[1,-1],[1,-2],[1,-2],[2,-2],[2,-1],[1,-2],[-2,-2],[-2,-3],[1,0],[0,-1],[1,-1],[0,-1],[0,-2],[-1,-1],[-2,-2],[-1,-1],[-1,-2],[-1,-2],[0,-1],[0,-1],[1,-3],[1,-2],[0,-1],[1,-1],[1,-2],[2,-2],[3,-3],[1,-1],[1,0],[1,-2],[1,-1],[0,-1],[1,-2],[1,-3],[1,-1],[1,-1],[0,-1],[0,-1],[1,-2],[0,-2],[1,-1],[0,-1],[5,-6],[-2,3],[4,-1],[3,0],[3,0],[3,0],[2,1],[2,0],[1,0],[1,0],[-1,1],[-1,2],[-2,4],[1,1],[0,1],[1,1],[1,1],[-1,2],[0,2],[0,4],[-1,1],[-1,1],[-1,1],[-1,2],[-2,2],[-7,6],[-2,3],[0,1],[-1,1],[0,1],[2,3],[0,2],[1,1],[1,2],[-1,1],[0,1],[0,3],[1,1],[1,3],[1,2],[0,3],[0,1],[-2,3],[-1,2],[-3,1],[-2,2],[-3,2],[-2,2],[-2,1],[-3,1],[-2,2],[-2,1],[-3,1],[-4,1],[-4,3],[-2,1],[-2,3],[-1,3],[1,0],[3,3],[3,2],[1,0],[2,1],[2,2],[0,1],[1,1],[1,0],[1,0],[3,1],[3,-1],[3,0],[2,0],[2,-1],[10,-2],[2,0],[3,0],[3,0],[4,0],[6,-1],[4,-1],[3,-1],[3,-1],[3,-1],[4,-1],[4,-1],[4,-2],[4,-2],[3,-2],[4,-2],[2,-2],[2,-2],[2,-3],[1,0],[2,-1],[2,-1],[4,-2],[1,0],[4,-1],[3,-1],[2,0],[5,-2],[3,-2],[1,-1],[-1,-1],[2,-2],[5,-2],[2,-1],[3,-1],[4,-2],[4,-1],[0,-1],[2,-1],[2,-3],[1,-1],[3,-3],[4,-3],[0,-1],[1,-1],[2,0],[4,-2],[6,-1],[7,-1],[4,0],[1,0],[4,0],[4,0],[4,0],[3,0],[1,0],[1,0],[8,0],[1,0],[1,0],[1,0],[1,-1],[1,-1],[1,-1],[0,-2],[-1,0],[-1,-1],[-1,-1],[2,-3],[5,-4],[6,-5],[11,-5],[3,-2],[1,-1],[1,-1],[0,-2],[-1,-2],[-1,-3],[-2,-4],[0,-5],[-1,-2],[1,-4],[0,-1],[1,-1],[1,-2],[3,-2],[3,-2],[0,-1],[3,0],[2,-1],[2,-1],[1,-1],[1,-1],[3,-2],[3,-3],[1,-1],[0,-2],[0,-1],[-1,-1],[1,-2],[0,-1],[-1,0],[-1,-1],[1,-1],[6,-4],[3,-2],[2,-1],[-3,2],[-4,3],[-4,3],[2,2],[1,0],[1,0],[6,-2],[1,0],[2,1],[1,1],[2,0],[1,0],[2,-2],[3,-1],[2,-1],[3,-1],[2,-1],[4,1],[4,2],[1,2],[1,2],[-3,-2],[-3,-2],[-4,-1],[-2,0],[-1,0],[-2,0],[-2,1],[-1,1],[-1,1],[1,2],[1,6],[1,1],[0,2],[-1,3],[-1,2],[-2,2],[-4,2],[-3,2],[-6,3],[-3,2],[0,1],[-1,2],[0,4],[2,6],[1,2],[1,2],[0,1],[0,3],[1,1],[1,3],[0,1],[5,1],[6,1],[4,0],[-8,0],[-2,0],[-4,1],[-3,1],[-5,3],[-2,0],[-7,3],[-5,4],[-2,2],[-3,2],[-3,1],[-1,0],[-1,0],[-1,0],[-1,1],[1,0],[1,0],[4,0],[-1,5],[-2,4],[-1,1],[1,0],[3,3],[3,2],[2,3],[0,3],[1,1],[1,1],[1,0],[0,2],[-2,1],[-1,0],[0,1],[3,0],[1,0],[3,0],[-2,2],[-1,0],[-3,0],[-1,1],[-1,0],[-8,0],[-5,2],[-1,0],[-1,1],[2,1],[1,0],[3,0],[2,0],[1,1],[0,1],[1,0],[6,0],[1,0],[-2,2],[-3,2],[-1,1],[0,1],[0,1],[0,1],[-1,2],[-1,0],[-2,1],[-1,0],[-1,1],[0,1],[1,0],[2,0],[0,1],[-3,3],[-3,1],[-7,3],[-2,0],[-1,1],[-2,1],[-3,2],[-5,1],[-3,0],[-8,2],[-3,0],[-2,0],[-3,-1],[-4,0],[-1,0],[-1,1],[-2,0],[-2,0],[-2,-1],[-6,0],[-2,-1],[-3,0],[-7,-1],[-3,-1],[-5,0],[-1,0],[-4,1],[-1,1],[-3,1],[-3,2],[-3,3],[-1,1],[-3,1],[-6,2],[-6,2],[-2,1],[-3,1],[-1,1],[-2,1],[-2,0],[-6,0],[-3,-1],[-3,0],[-2,1],[1,2],[1,2],[2,0],[-7,1],[-7,0],[-6,0],[-2,0],[-1,1],[-3,1],[-2,1],[-2,1],[-3,1],[-2,0],[-5,0],[-4,2],[-4,1],[-5,1],[-5,1],[-4,2],[-3,1],[-1,0],[-4,1],[-5,2],[-1,0],[-5,2],[-2,0],[-2,1],[-5,0],[-2,0],[-2,0],[0,-1],[-2,0],[-1,0],[-2,0],[-3,1],[-2,1],[-2,0],[-6,1],[-5,0],[-13,2],[-6,0],[-6,0],[-5,0],[-8,1],[-5,0],[-2,0],[-6,0],[-1,0],[-2,0],[-8,0],[-3,0],[-3,0],[-6,0],[-6,0],[-4,0],[-4,-1],[-5,0],[-7,0],[-4,-1],[-6,0],[-3,0],[-5,-1],[-6,0],[-6,-1],[-7,0],[-6,-1],[-5,0],[-8,0],[-2,0],[-5,0],[-3,0],[-6,0],[-3,0],[-6,0],[-5,0],[-4,0],[-3,0],[-3,0],[-4,-1],[-4,0],[-11,0],[-3,0],[-6,-1],[-2,0],[-4,0],[-3,0],[-4,0],[-5,1],[-2,0],[-2,0],[-4,0],[-3,0],[-4,1],[-6,0],[-5,1],[-4,0],[-2,0],[-2,0],[-12,1],[-7,0],[-2,-1],[-2,0],[-2,0],[-1,0],[0,1],[-1,1],[-2,0],[-3,1],[-1,0],[-2,1],[-3,1],[0,2],[-3,2],[-1,1],[-4,2],[-3,1],[-1,1],[-4,2],[-3,2],[-2,2],[-6,3],[-1,0],[-2,1],[-1,0],[-2,3],[-1,0],[0,1],[0,1],[2,2],[1,0],[2,1],[1,1],[1,0],[1,1],[3,1],[3,2],[2,1],[3,2],[2,1],[2,1],[2,-1],[7,0],[7,0],[3,-1],[3,-2],[5,-2],[5,-1],[10,-2],[4,0],[4,0],[2,-1],[3,1],[1,0],[2,0],[2,-1],[2,0],[2,-1],[1,-2],[1,0],[4,-1],[3,-1],[4,-1],[5,-1],[4,-1],[6,-1],[4,2],[0,2],[-2,0],[-3,1],[-4,0],[-3,1],[-1,1],[-1,0],[-1,2],[-1,0],[-2,0],[-2,0],[-3,0],[-3,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[-1,0],[-1,1],[-8,1],[-9,1],[-5,1],[-3,1],[-5,1],[-1,0],[-1,2],[-2,1],[-5,1],[-2,0],[-3,0],[-2,0],[-2,1],[-5,1],[-1,1],[-2,1],[-1,0],[-2,1],[-10,2],[-5,1],[-4,1],[-4,1],[-3,1],[-3,1],[-5,1],[-4,1],[-3,1],[-3,2],[-1,1],[-2,1],[-1,3],[1,0],[1,1],[1,1],[2,1],[0,1],[-2,1],[-7,0],[-3,0],[-3,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[4,1],[2,0],[0,1],[-3,1],[-3,1],[-2,1],[-4,2],[-3,1],[-1,1],[-2,2],[-3,1],[-5,2],[-3,2],[-3,3],[-1,1],[0,3],[0,1],[1,1],[4,1],[2,2],[4,1],[1,1],[3,0],[1,0],[1,0],[2,0],[0,-1],[0,-1],[-1,-3],[-1,-1],[-1,-1],[-1,-2],[1,-1],[3,-1],[2,-1],[1,0],[7,1],[1,0],[2,0],[0,1],[-4,0],[-2,1],[0,1],[3,1],[2,1],[4,2],[1,2],[1,1],[-1,1],[1,1],[1,1],[2,0],[3,1],[1,0],[2,-1],[1,0],[2,-1],[1,-2],[4,-2],[3,-1],[1,-1],[0,-1],[1,-1],[9,-3],[1,-1],[3,-1],[2,0],[2,-1],[6,-2],[2,-1],[3,-2],[2,-1],[3,-3],[2,-1],[0,1],[1,0],[-1,2],[0,2],[0,1],[1,1],[1,0],[-1,1],[-1,1],[-1,2],[2,1],[2,1],[1,0],[1,-1],[1,-1],[2,0],[-1,1],[-2,2],[-1,0],[-3,2],[-3,1],[-3,2],[-3,2],[-2,3],[1,1],[0,1],[3,0],[2,1],[2,1],[1,0],[4,0],[4,0],[6,0],[3,1],[3,0],[6,-1],[4,-1],[2,1],[1,0],[5,0],[4,-1],[1,0],[10,-1],[1,-1],[2,0],[2,-1],[3,0],[11,-3],[2,-1],[1,0],[5,-1],[4,-1],[4,0],[5,0],[6,-1],[1,0],[3,-5],[3,-2],[1,0],[1,0],[1,1],[3,0],[2,0],[1,-1],[1,0],[1,1],[0,1],[-3,2],[1,2],[0,1],[1,1],[5,0],[5,0],[4,0],[5,0],[3,0],[6,0],[2,0],[2,0],[11,-2],[4,-1],[5,-1],[2,0],[3,0],[3,-1],[4,-1],[2,-1],[4,-1],[1,-1],[3,-2],[2,-2],[1,-1],[5,-2],[3,-1],[4,1],[2,1],[2,2],[-3,2],[-3,1],[-2,2],[-1,1],[-1,0],[-1,1],[-3,3],[-2,1],[-4,2],[-3,1],[-4,1],[-2,1],[-2,0],[-1,0],[-2,0],[-3,1],[-1,0],[-3,1],[-8,3],[-3,0],[-3,1],[-2,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[-3,1],[-1,-1],[-4,-1],[-3,0],[-5,-1],[-3,0],[-4,1],[-4,0],[-6,0],[-3,1],[-3,0],[-6,2],[-3,1],[-4,0],[-5,1],[-5,2],[-3,1],[-1,0],[-1,1],[-1,0],[-1,1],[-2,1],[6,2],[4,1],[6,1],[6,1],[5,1],[4,-1],[2,0],[6,0],[3,0],[4,-1],[11,-1],[8,0],[1,-1],[3,0],[2,0],[6,1],[6,0],[1,0],[1,0],[3,-1],[3,0],[4,0],[2,1],[3,0],[3,-1],[1,0],[5,1],[4,0],[6,2],[-1,1],[-3,0],[-5,1],[-5,-1],[-7,1],[-2,0],[0,1],[1,0],[1,1],[3,1],[4,1],[5,1],[0,1],[-1,0],[-5,0],[-4,0],[-13,-3],[-5,0],[-7,0],[-5,1],[-2,0],[-2,1],[-1,0],[0,1],[3,1],[6,0],[2,1],[5,1],[4,0],[-1,1],[-1,0],[-7,0],[-2,1],[-1,0],[0,1],[1,1],[-1,3],[2,1],[3,0],[6,1],[2,1],[3,0],[1,0],[1,1],[6,0],[5,1],[2,0],[1,0],[0,-1],[1,0],[3,0],[3,1],[6,0],[5,0],[5,0],[4,1],[4,0],[6,0],[2,0],[2,-1],[10,-4],[2,0],[2,-1],[1,0],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[1,-1],[1,-1],[2,0],[5,-1],[1,0],[6,0],[3,0],[6,1],[2,0],[4,0],[2,0],[2,0],[2,0],[3,0],[3,0],[2,0],[3,0],[2,-1],[1,-1],[1,0],[4,0],[3,0],[2,-1],[2,-1],[1,-1],[3,-2],[1,-1],[4,-2],[6,-1],[7,-3],[7,-1],[3,0],[-1,-2],[0,-2],[-1,-1],[0,-1],[-2,-2],[-2,-2],[0,-1],[-2,-2],[-1,0],[-2,-1],[-1,-1],[-1,-2],[1,-1],[0,-1],[0,-1],[-1,0],[-3,-3],[1,-1],[4,-2],[2,0],[1,0],[2,0],[1,0],[1,2],[1,0],[3,3],[3,1],[1,1],[2,1],[2,1],[1,0],[1,0],[10,-2],[5,-1],[4,-1],[6,-2],[7,-3],[4,-1],[2,-1],[3,0],[2,-1],[0,-1],[1,-2],[2,-2],[4,-2],[3,-1],[4,0],[1,-1],[2,-1],[4,-2],[2,-1],[1,0],[3,-1],[4,-1],[5,-2],[3,-1],[1,0],[3,-3],[3,-1],[2,-2],[1,0],[3,-1],[4,-1],[1,0],[1,-1],[3,-2],[2,-3],[2,-1],[2,-1],[1,0],[3,-2],[2,-1],[1,-2],[1,-1],[2,-2],[1,-1],[3,-2],[1,0],[3,0],[4,0],[2,0],[5,-1],[7,0],[2,0],[2,0],[5,1],[2,0],[2,0],[5,-2],[4,0],[3,0],[2,0],[2,-1],[5,0],[4,-1],[1,-1],[3,0],[3,1],[1,0],[1,1],[2,0],[2,0],[1,-1],[1,0],[3,0],[3,0],[6,0],[1,0],[6,0],[4,1],[2,0],[5,1],[5,0],[10,0],[2,0],[3,0],[9,0],[4,0],[1,-1],[4,-2],[1,-1],[2,-1],[1,-1],[1,0],[3,-2],[6,-2],[1,-1],[2,-1],[2,-1],[1,0],[3,-2],[3,-1],[1,-2],[2,-1],[1,0],[1,0],[1,0],[4,1],[3,1],[2,0],[4,-1],[2,0],[1,-2],[3,-3],[2,-2],[0,-1],[-1,0],[-1,-2],[-1,-1],[-1,-1],[0,-3],[2,-1],[2,-2],[2,-2],[2,-1],[2,-3],[1,-1],[3,-2],[3,0],[6,1],[5,-1],[2,0],[0,-1],[-1,-1],[-4,0],[-2,-1],[1,-1],[6,-1],[1,0],[7,-1],[8,-1],[7,-1],[5,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[-2,-3],[0,-1],[0,-1],[0,-1],[2,-3],[1,0],[2,-2],[4,-2],[3,-2],[4,0],[-1,2],[1,0],[3,-1],[0,-1],[1,0],[1,0],[-1,1],[-1,0],[-2,1],[-1,0],[-2,2],[1,2],[-2,1],[-1,2],[0,1],[0,1],[3,4],[1,2],[1,3],[5,0],[14,1],[5,1],[-4,0],[-1,0],[-2,0],[-1,1],[-1,1],[-3,0],[-2,1],[-2,-1],[0,-1],[-7,0],[-3,0],[-2,1],[-3,2],[1,0],[2,1],[3,0],[4,0],[3,0],[11,2],[2,0],[-1,0],[-5,0],[-3,0],[-3,-1],[-5,0],[-6,0],[-3,0],[-10,1],[-2,0],[-3,0],[-6,1],[-3,1],[-7,5],[-2,2],[-3,2],[-1,3],[1,2],[1,0],[2,2],[-1,1],[0,1],[-3,1],[-1,2],[0,1],[0,1],[-3,1],[-2,1],[-4,1],[-2,1],[-5,2],[-2,1],[-3,2],[-1,1],[-3,2],[-2,2],[-2,2],[-1,1],[-2,1],[-3,1],[-1,0],[0,1],[-4,2],[-3,1],[0,1],[2,2],[4,3],[4,4],[1,2],[1,1],[3,1],[2,2],[1,0],[2,0],[7,-1],[9,0],[2,-1],[7,0],[6,1],[3,0],[0,1],[0,2],[1,1],[6,-1],[3,-1],[6,-1],[8,0],[7,1],[4,0],[15,1],[4,0],[8,0],[4,0],[2,0],[3,1],[3,0],[6,1],[7,2],[6,1],[1,0],[3,1],[2,0],[5,0],[3,-1],[6,0],[7,0],[5,-1],[1,0],[6,-1],[3,-1],[2,-1],[5,-1],[4,-1],[2,-1],[6,-1],[4,0],[4,-1],[2,0],[2,-1],[3,0],[2,1],[2,0],[0,1],[-2,1],[-4,1],[-4,1],[-3,0],[-3,1],[-6,2],[-3,2],[-6,1],[-5,1],[-5,2],[-1,0],[-4,0],[-4,1],[-2,1],[-2,0],[-5,0],[-9,1],[-10,0],[-3,0],[-6,-2],[-1,0],[-1,-1],[-1,0],[-1,-1],[-3,0],[-2,0],[-1,0],[-4,-1],[-6,0],[-7,0],[-5,0],[-4,0],[-3,0],[-4,0],[-7,0],[-6,0],[-13,1],[-3,0],[-3,0],[-4,0],[-2,1],[-6,0],[-7,0],[-3,0],[-1,1],[-4,1],[0,1],[1,1],[-1,2],[0,1],[3,2],[1,1],[0,1],[1,0],[0,1],[4,0],[3,1],[1,0],[3,1],[3,1],[3,0],[4,1],[4,0],[2,1],[2,1],[4,1],[7,1],[4,1],[5,2],[1,0],[4,1],[3,1],[7,1],[9,1],[5,1],[4,1],[4,2],[2,0],[7,0],[8,1],[5,0],[4,0],[5,0],[3,0],[7,0],[6,0],[3,1],[5,0],[3,0],[6,0],[6,0],[8,0],[1,-1],[2,1],[3,0],[3,0],[1,1],[1,1],[3,1],[3,0],[4,1],[3,1],[3,1],[4,0],[3,0],[6,1],[4,1],[-1,1],[-2,0],[-2,1],[0,2],[1,0],[-3,0],[-15,-1],[-5,-1],[-7,-1],[-3,0],[-4,-1],[-6,0],[-5,0],[-3,1],[-2,0],[-3,-1],[-7,0],[-7,0],[-2,0],[-3,0],[-5,1],[-2,0],[-3,1],[5,2],[1,0],[4,0],[3,1],[-2,2],[-1,0],[-9,0],[-5,0],[-3,1],[-4,0],[-6,1],[-3,1],[-2,0],[-3,2],[2,1],[1,1],[1,1],[0,1],[-1,0],[-2,0],[0,-1],[-4,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-5,0],[-1,1],[1,1],[2,2],[2,1],[1,1],[0,1],[-4,-1],[-2,0],[-2,0],[-4,0],[-5,0],[-10,1],[-8,-1],[-3,0],[-7,-1],[-2,0],[-2,0],[-2,1],[-3,0],[-4,0],[-5,0],[-7,0],[-6,0],[-3,0],[-2,1],[-1,1],[-1,0],[-4,1],[-6,1],[-4,1],[-3,2],[-3,3],[-1,1],[-2,1],[-1,2],[-2,1],[-1,0],[-3,0],[-2,1],[0,1],[1,3],[6,3],[2,1],[3,2],[3,2],[2,2],[1,1],[2,1],[0,1],[-3,0],[-2,0],[-7,0],[-1,0],[-1,1],[2,3],[2,1],[1,0],[3,0],[5,1],[1,0],[-2,1],[-3,1],[-2,1],[-2,3],[-1,0],[-3,2],[-4,2],[-3,2],[-2,1],[-1,1],[0,2],[0,3],[4,4],[1,2],[-1,1],[-2,1],[-5,2],[-7,1],[-6,1],[-2,2],[0,1],[1,1],[4,0],[5,0],[10,-3],[1,0],[7,0],[-4,2],[-2,0],[-6,2],[-1,1],[-4,3],[-3,3],[0,2],[0,1],[2,1],[1,0],[5,1],[6,0],[1,0],[6,-2],[5,-1],[7,-2],[8,0],[4,-1],[5,0],[1,-1],[1,0],[2,4],[-2,2],[-1,1],[-4,3],[6,2],[4,1],[3,0],[4,0],[3,0],[2,0],[2,0],[4,1],[5,0],[6,1],[3,0],[2,0],[2,-1],[-7,-2],[-4,-3],[-4,-3],[-6,-3],[-1,-2],[-1,-1],[0,-3],[6,-1],[6,-1],[0,1],[0,1],[1,1],[2,1],[2,1],[3,1],[6,1],[3,0],[1,0],[3,-1],[5,-1],[2,-1],[6,-1],[1,-2],[-1,-1],[-1,0],[-3,-1],[-7,-2],[-1,0],[1,-1],[2,-1],[1,0],[2,-1],[3,-1],[2,-2],[2,-1],[1,-1],[3,-2],[3,-1],[1,-1],[1,1],[-1,2],[3,1],[4,0],[4,1],[1,0],[2,-1],[2,-1],[2,-1],[1,0],[4,0],[-5,1],[-2,2],[-1,1],[0,3],[-3,2],[-4,3],[-2,2],[-2,2],[-3,1],[-3,2],[-2,1],[-4,2],[-2,0],[-3,1],[-5,2],[-4,2],[-5,1],[-2,2],[-3,1],[0,1],[1,1],[1,1],[5,1],[1,5],[1,1],[-2,1],[-2,0],[-1,1],[-1,1],[-1,0],[2,2],[1,0],[4,1],[1,0],[1,1],[1,1],[-1,0],[-1,1],[1,1],[3,2],[3,1],[5,2],[3,1],[4,1],[2,0],[2,1],[3,0],[5,0],[3,-2],[1,0],[0,-1],[4,-1],[2,0],[1,0],[4,-1],[6,-1],[4,-1],[7,-4],[2,-1],[3,-2],[2,-1],[3,0],[3,0],[1,1],[3,0],[1,0],[2,0],[5,-2],[3,-2],[0,-1],[0,-1],[1,-1],[4,0],[4,-1],[10,-1],[1,0],[3,-1],[4,-1],[6,-2],[4,0],[3,0],[3,0],[1,0],[1,-1],[8,-6],[2,0],[3,-1],[1,-3],[1,-1],[1,-2],[3,-1],[4,-3],[2,-2],[2,-2],[1,-1],[1,-1],[5,-1],[4,-1],[7,-1],[3,-1],[2,1],[1,0],[3,0],[2,0],[2,-1],[1,-2],[1,0],[10,-3],[4,-1],[3,-1],[1,0],[-1,1],[-5,2],[-4,2],[3,1],[4,1],[-1,1],[-12,3],[-2,1],[-3,1],[-5,1],[-8,2],[-3,1],[-3,2],[-1,0],[-1,1],[-3,3],[-1,0],[0,1],[1,0],[1,1],[1,0],[10,-1],[-1,1],[-1,0],[-2,1],[-6,0],[-7,0],[-5,1],[-3,0],[-3,2],[1,0],[4,1],[2,0],[1,1],[0,1],[-4,2],[-1,1],[1,0],[1,1],[2,0],[2,0],[4,-1],[4,0],[1,0],[5,0],[2,1],[1,0],[2,2],[1,1],[-2,1],[-6,1],[-1,1],[-1,1],[-3,1],[-4,2],[-5,2],[-7,1],[-4,2],[-5,1],[-5,1],[-2,0],[-6,1],[-2,1],[-1,0],[-1,1],[2,3],[1,0],[3,0],[2,0],[2,0],[4,1],[-1,1],[-1,0],[-4,0],[-3,1],[-1,0],[-1,1],[0,2],[2,2],[3,0],[6,1],[11,1],[2,0],[1,0],[3,1],[2,1],[3,1],[1,0],[1,1],[3,0],[4,0],[8,0],[-2,1],[-3,1],[4,1],[6,2],[5,1],[3,0],[5,0],[2,-1],[2,0],[5,0],[5,1],[3,0],[2,1],[2,1],[6,1],[5,0],[4,0],[3,0],[6,-1],[5,0],[3,0],[3,1],[2,1],[6,0],[7,1],[8,0],[2,0],[1,1],[1,0],[2,0],[3,0],[4,-1],[6,0],[1,0],[6,-1],[8,-3],[3,-2],[1,-1],[1,-1],[3,-2],[1,-1],[-2,-2],[-2,-3],[1,-1],[4,1],[-2,2],[2,2],[1,0],[1,-1],[3,2],[2,2],[1,1],[1,0],[3,0],[1,0],[4,-2],[2,0],[0,-1],[-3,-2],[-5,-2],[-2,-1],[2,0],[3,0],[1,-1],[-1,-1],[-3,-1],[2,-1],[1,1],[4,3],[1,1],[0,2],[2,1],[2,2],[0,1],[2,3],[0,2],[-1,2],[1,0],[0,1],[4,2],[5,1],[5,2],[3,1],[9,2],[1,0],[1,0],[7,-1],[6,-1],[3,0],[2,0],[3,0],[3,-1],[1,0],[1,-1],[4,-1],[1,-1],[2,-3],[2,-3],[2,0],[1,2],[1,0],[2,0],[1,0],[2,2],[0,3],[1,0],[1,0],[2,0],[4,0],[1,-1],[2,0],[1,0],[3,-2],[2,-2],[3,-2],[2,0],[4,-2],[3,-1],[2,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[2,-1],[2,-2],[1,-2],[2,-1],[4,-2],[1,-1],[3,-1],[5,-1],[2,-1],[3,-1],[2,-1],[2,-1],[1,0],[2,0],[2,-1],[1,0],[1,-2],[-1,0],[-3,-2],[0,-1],[-1,-3],[-1,-2],[-1,-1],[0,-1],[1,0],[3,0],[1,1],[3,1],[3,1],[1,0],[1,-1],[3,-1],[1,0],[1,0],[2,0],[2,1],[0,1],[0,1],[0,1],[2,2],[0,2],[0,2],[0,1],[-2,2],[0,2],[-3,2],[-3,1],[-5,1],[-2,1],[-2,1],[-1,1],[-5,1],[-2,0],[-2,1],[1,1],[-4,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,2],[0,1],[2,1],[1,1],[0,2],[2,2],[1,1],[-1,1],[0,1],[0,1],[1,2],[3,2],[2,1],[7,2],[4,1],[5,1],[3,0],[7,2],[16,2],[5,0],[16,1],[2,0],[2,1],[7,-1],[3,1],[4,0],[2,0],[4,2],[2,0],[4,0],[2,0],[3,0],[3,-1],[5,-1],[3,0],[9,0],[7,0],[1,0],[5,0],[5,0],[3,0],[2,1],[0,1],[1,0],[3,1],[2,0],[5,0],[5,-2],[3,-1],[2,0],[5,-1],[7,-1],[4,0],[2,-1],[2,0],[4,0],[2,0],[2,0],[7,-1],[5,0],[3,-1],[2,0],[-1,0],[-5,-2],[-2,0],[-4,0],[-6,-2],[-4,0],[-3,-1],[0,-2],[-1,0],[0,-2],[3,-1],[2,-1],[3,-2],[2,-1],[4,0],[2,-2],[1,0],[2,0],[1,1],[2,1],[0,1],[0,2],[0,2],[-4,0],[-3,0],[-3,-1],[-1,0],[-1,0],[-1,-1],[-2,0],[-1,0],[-3,1],[3,1],[4,3],[1,1],[1,0],[1,0],[2,0],[2,0],[2,-1],[3,-1],[2,0],[2,1],[6,0],[5,1],[2,0],[2,1],[2,1],[2,0],[1,1],[2,-1],[2,1],[6,1],[3,0],[2,0],[7,0],[1,0],[4,-1],[4,-1],[2,0],[4,0],[4,-1],[6,-1],[5,-1],[3,0],[2,-1],[3,-1],[3,-1],[2,-1],[2,1],[2,0],[3,0],[2,1],[3,0],[1,-1],[2,0],[5,0],[7,0],[4,0],[4,1],[2,1],[3,1],[4,1],[5,1],[6,1],[2,0],[3,1],[2,1],[1,0],[0,1],[0,1],[1,1],[2,1],[2,0],[2,1],[7,1],[2,1],[3,0],[2,0],[4,0],[3,1],[5,0],[4,0],[2,-1],[6,0],[3,0],[6,-2],[5,0],[6,0],[6,-1],[7,-1],[4,0],[5,0],[3,0],[7,0],[4,-1],[6,-1],[2,0],[7,-2],[1,0],[1,0],[6,-1],[4,-1],[3,0],[2,-1],[1,0],[7,-2],[7,-1],[7,-1],[7,0],[4,-1],[2,0],[6,-2],[1,0],[3,-1],[2,-1],[3,-1],[1,-1],[-2,-1],[-3,-2],[-1,-1],[1,-1],[1,-1],[3,-2],[4,-2],[4,-1],[5,0],[5,-1],[0,-2],[2,0],[0,-1],[5,0],[3,0],[-1,0],[1,0],[1,0],[2,-1],[2,-1],[-1,0],[0,-1],[1,1],[3,0],[1,1],[0,1],[-3,1],[-1,0],[1,1],[1,0],[3,2],[1,2],[1,1],[7,0],[6,0],[2,0],[3,0],[2,0],[3,0],[2,0],[2,-1],[1,0],[1,0],[2,1],[-2,1],[-1,0],[-2,0],[-4,0],[-5,1],[-4,1],[-5,0],[-3,0],[-2,1],[0,1],[0,1],[0,2],[0,1],[0,1],[1,0],[4,1],[6,0],[3,0],[1,0],[5,1],[3,0],[2,1],[6,1],[4,0],[4,1],[6,0],[3,0],[8,0],[6,0],[8,-1],[2,0],[2,-1],[2,0],[0,-1],[0,-1],[-2,-1],[-3,-2],[0,-1],[2,-1],[1,0],[2,0],[2,-1],[1,-1],[0,-2],[-1,-1],[-1,0],[-3,-1],[-4,0],[-3,-1],[-3,-1],[-6,0],[0,-2],[0,-1],[-1,-1],[-1,-1],[-8,0],[-3,0],[-1,0],[-2,0],[-2,1],[-3,0],[-4,0],[-7,0],[-4,1],[-2,1],[-4,0],[-1,0],[-5,-1],[-2,0],[-2,0],[-2,-1],[0,-1],[1,0],[3,-1],[2,-1],[0,-2],[2,0],[3,0],[4,-1],[2,-1],[0,-1],[5,-2],[4,-2],[3,-1],[3,-1],[4,-2],[5,-1],[5,-2],[0,-1],[0,-1],[3,-1],[4,-1],[1,0],[5,2],[3,1],[1,1],[1,0],[0,1],[1,1],[7,0],[3,-1],[1,-1],[2,-1],[2,-1],[5,-1],[1,0],[2,1],[1,1],[2,1],[0,1],[2,1],[2,0],[4,0],[3,0],[2,0],[2,0],[1,1],[1,0],[6,1],[4,0],[1,1],[2,1],[-2,0],[-3,1],[-5,-1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-2,1],[-1,0],[-2,1],[-1,1],[0,1],[2,1],[-1,0],[-2,0],[-4,0],[-3,-1],[-1,0],[-6,0],[-4,0],[-4,1],[-1,0],[-1,1],[4,1],[2,0],[-1,1],[-2,0],[-1,1],[1,1],[3,0],[3,0],[2,0],[1,0],[1,1],[-1,1],[-1,0],[0,1],[7,0],[7,1],[3,0],[3,1],[4,1],[2,0],[3,1],[2,1],[3,1],[1,1],[0,1],[0,1],[0,1],[-1,1],[2,0],[6,2],[6,1],[4,0],[3,0],[3,0],[2,0],[6,0],[4,0],[7,-1],[1,0],[-3,-1],[-4,1],[-1,-1],[2,-1],[2,0],[8,-1],[4,0],[8,0],[4,-1],[4,-1],[1,0],[1,-1],[1,-1],[3,0],[1,0],[1,1],[3,0],[4,1],[2,-1],[6,0],[5,-1],[5,-1],[4,0],[6,-1],[3,0],[7,-1],[4,0],[4,-1],[7,0],[4,-1],[1,0],[2,0],[6,-1],[3,-1],[3,-1],[4,0],[5,-2],[2,0],[3,-1],[3,0],[4,-1],[4,-1],[2,0],[0,1],[1,0],[4,-1],[2,-1],[3,-1],[1,0],[3,-1],[4,-1],[4,-1],[9,-3],[7,0],[5,-2],[4,0],[5,-1],[6,-1],[5,-1],[1,0],[2,0],[6,-2],[3,-2],[3,0],[4,-2],[2,-1],[3,-1],[4,-1],[3,-1],[2,0],[7,-2],[2,0],[4,-1],[5,-1],[4,-2],[1,0],[1,0],[4,-1],[3,-1],[2,0],[3,-2],[1,0],[1,-1],[5,-2],[3,0],[4,-1],[4,-2],[4,-3],[3,-1],[1,-1],[1,-2],[-2,-2],[-1,0],[-4,-1],[-6,0],[-2,0],[-1,-1],[-1,0],[-1,-2],[-1,-1],[-3,-1],[-1,-1],[-1,-1],[-3,-2],[-2,-2],[-1,-2],[0,-1],[0,-1],[-1,-1],[-2,-1],[-2,-3],[-1,0],[-2,-1],[0,-1],[-3,-1],[-3,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-2,0],[-3,-2],[-2,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[-4,0],[-2,0],[-4,-1],[-3,-1],[-1,0],[0,-1],[-1,0],[-2,-1],[-4,0],[-3,1],[-2,0],[-4,-1],[-6,0],[-1,-1],[-5,-1],[-6,-2],[-5,-1],[-5,0],[-3,-2],[-2,0],[-1,-2],[-1,-1],[-4,-1],[-2,0],[-2,0],[-5,-1],[-5,-1],[-1,0],[-2,-1],[-3,-2],[-3,-1],[-2,-1],[-3,0],[-1,0],[-3,-1],[-3,-1],[-4,-1],[-8,0],[-4,-1],[-6,0],[-9,-1],[-6,0],[-4,0],[-8,0],[-4,0],[-5,0],[-8,0],[-7,-1],[-3,0],[-3,0],[-3,-1],[-5,0],[-5,-1],[-7,-1],[-3,0],[-2,-1],[-2,0],[-1,0],[-1,0],[-4,1],[-5,0],[-7,1],[-3,1],[-3,1],[-1,1],[-1,0],[-2,-1],[1,-1],[1,0],[2,0],[1,-1],[1,0],[-2,-1],[-3,1],[-3,0],[-1,1],[-1,-1],[-2,0],[0,-1],[-1,0],[-3,0],[-11,1],[-9,1],[-5,0],[-3,0],[-1,1],[-5,0],[-4,0],[-3,1],[-3,0],[-10,1],[-2,0],[-3,-1],[-1,0],[-5,1],[-1,0],[-3,1],[-6,0],[-6,1],[-9,0],[-4,1],[-3,0],[-6,0],[-5,1],[-6,0],[-4,-1],[-8,1],[-1,0],[-13,-1],[-4,0],[-14,1],[-3,0],[-5,0],[-2,1],[-6,1],[-1,0],[-6,-1],[-8,-1],[-4,0],[-4,0],[-8,0],[-1,0],[-10,0],[-10,-1],[-4,-1],[-1,0],[-12,-1],[-4,-1],[-21,0],[-4,-1],[-7,0],[-6,0],[-21,-2],[-2,0],[-20,-2],[-5,-1],[-7,-2],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-4,-1],[-3,-2],[-3,-3],[-2,-1],[-1,-1],[0,-1],[0,-1],[-3,-1],[-2,-1],[-5,-1],[-1,0],[-5,-1],[-4,1],[-3,0],[-3,0],[-7,-1],[-1,0],[-2,-1],[-4,0],[-4,0],[-1,-1],[-2,-1],[-3,-1],[-3,-1],[-2,-1],[-3,0],[-2,-1],[-3,-1],[-5,-1],[-2,-1],[-4,-1],[-1,-1],[0,-1],[-2,-1],[-3,-1],[-3,0],[-3,-1],[-1,0],[-4,-1],[-4,-1],[-4,-2],[-2,0],[-2,0],[-8,-1],[-4,-1],[-5,0],[-4,0],[-9,-1],[-2,0],[-1,0],[-1,-1],[-7,1],[-5,0],[-6,1],[-3,1],[-4,1],[-2,1],[-3,3],[-1,0],[-6,1],[-2,1],[-2,0],[-4,1],[-3,0],[-5,2],[-4,1],[-2,2],[-1,1],[-5,1],[-5,1],[-8,2],[-6,1],[-6,1],[-3,0],[-6,1],[-5,0],[-4,0],[-4,1],[-4,2],[-2,2],[-1,0],[-6,1],[-3,0],[-7,0],[-3,0],[-5,1],[-3,0],[-2,1],[-8,2],[-7,1],[-3,0],[-2,0],[-8,0],[-3,-1],[-4,-2],[2,-1],[1,-1],[4,0],[5,-1],[6,-1],[3,-1],[1,0],[1,-1],[2,-2],[2,-1],[6,0],[1,-1],[3,0],[4,1],[12,1],[2,0],[9,-2],[3,0],[2,-1],[5,-1],[10,-1],[5,-1],[3,-1],[5,-1],[5,-1],[2,0],[0,-1],[1,-1],[2,-2],[4,-2],[1,-2],[0,-1],[3,-1],[2,-1],[1,0],[4,1],[4,-1],[1,-2],[1,0],[-2,-3],[0,-1],[0,-1],[0,-2],[-2,-1],[-2,-1],[-3,-2],[-5,-1],[-6,-2],[-3,0],[-1,0],[-2,-1],[-3,-1],[-7,0],[-7,0],[-4,0],[-2,-1],[-3,0],[-4,-1],[-1,-1],[-2,-1],[-1,-1],[1,0],[0,-1],[-1,0],[-4,0],[-3,0],[-7,0],[-4,0],[-7,0],[-2,-1],[-4,0],[-4,-1],[-4,0],[-5,-1],[-9,-1],[-4,-1],[-3,0],[0,-1],[-1,-1],[-4,-1],[-1,0],[-3,-1],[-7,0],[-6,-2],[-4,-1],[-2,0],[-2,-2],[1,-1],[-1,0],[-2,-1],[-3,0],[-1,-1],[-1,0],[-2,-1],[0,-2],[-3,0],[-2,-1],[-4,-2],[-1,0],[0,-1],[-1,0],[-7,-2],[-6,0],[-10,0],[-6,1],[-4,0],[-4,-1],[-8,0],[-2,0],[-3,0],[-4,0],[-11,0],[-16,-2],[-2,-1],[-2,-1],[-1,0],[-2,1],[-3,0],[-6,0],[-6,-1],[-5,-1],[-6,-1],[-5,-1],[-2,0],[-8,-2],[-2,-1],[-1,0],[-11,-1],[-6,0],[-2,0],[-4,0],[-4,0],[-4,0],[-3,0],[-5,-1],[-7,0],[-3,0],[-1,0],[-6,0],[-1,0],[0,-1],[-1,-1],[4,0],[6,0],[3,0],[1,0],[1,-1],[2,-1],[1,-1],[1,0],[11,0],[10,1],[11,0],[2,0],[0,-1],[-1,-1],[-1,-2],[-3,-2],[-1,-1],[-3,-1],[-9,-4],[-1,-2],[-2,-2],[-2,-1],[0,-1],[1,-2],[2,-1],[2,-2],[2,-1],[2,-2],[1,-1],[0,-2],[-1,-1],[-1,-2],[-3,-2],[-3,-1],[-2,-2],[-2,-2],[-2,-2],[-1,-2],[0,-3],[1,-1],[0,-2],[1,-1],[5,-5],[1,0],[3,0],[2,0],[3,0],[0,-1],[1,0],[1,0],[1,1],[-1,2],[-2,2],[0,1],[0,1],[-2,5],[0,2],[1,2],[1,1],[2,2],[3,1],[5,2],[2,1],[1,1],[2,2],[0,2],[0,1],[0,2],[-3,2],[-2,1],[-2,1],[-2,2],[0,1],[1,1],[2,2],[4,2],[4,2],[5,1],[3,2],[1,1],[3,2],[1,1],[2,1],[2,1],[1,1],[4,2],[4,1],[2,1],[1,0],[1,1],[2,0],[2,0],[1,0],[3,0],[6,1],[1,0],[2,0],[12,1],[3,1],[6,1],[3,0],[6,0],[7,-1],[3,0],[3,1],[2,0],[3,0],[14,0],[7,0],[5,-1],[4,0],[4,0],[10,0],[7,0],[2,-1],[1,0],[0,-2],[2,-1],[1,-1],[2,-2],[3,-2],[2,0],[3,-2],[4,-2],[1,-2],[1,-1],[-4,-3],[1,0],[-1,-3],[-1,0],[-1,-1],[0,-1],[1,-1],[1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-2],[1,-1],[1,0],[1,0],[1,0],[2,1],[-1,0],[0,1],[-2,0],[-1,2],[0,1],[1,0],[3,2],[3,0],[3,1],[1,1],[0,2],[-1,1],[2,2],[-1,2],[-1,3],[-2,1],[-2,2],[-2,1],[-1,1],[0,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,1],[0,1],[1,1],[2,3],[0,1],[2,2],[1,0],[4,2],[1,1],[4,3],[2,3],[1,0],[2,0],[2,0],[1,1],[4,1],[5,1],[6,0],[6,1],[3,0],[1,0],[6,0],[4,1],[3,0],[4,1],[1,0],[3,2],[2,0],[4,1],[3,-1],[3,0],[1,0],[1,0],[3,0],[4,1],[4,0],[1,0],[3,0],[3,0],[4,0],[2,0],[4,0],[4,1],[7,0],[2,0],[1,0],[6,0],[1,1],[1,1],[4,0],[1,0],[3,-1],[1,0],[8,2],[5,1],[5,0],[3,1],[3,0],[4,0],[5,1],[6,0],[2,0],[6,1],[7,0],[4,1],[8,1],[8,0],[2,0],[2,-1],[3,-3],[1,-1],[1,-1],[2,0],[1,-1],[0,-1],[1,-1],[2,-1],[3,-2],[0,-2],[1,-1],[-1,-3],[0,-1],[0,-3],[0,-2],[2,0],[4,-1],[1,0],[6,0],[1,1],[0,1],[0,3],[1,0],[0,2],[-1,2],[-2,3],[-1,2],[-1,2],[-2,2],[-2,1],[-3,3],[2,3],[1,1],[4,1],[9,2],[2,1],[3,0],[5,1],[3,0],[2,1],[4,2],[6,2],[2,1],[4,2],[2,1],[2,1],[2,0],[2,0],[1,1],[3,1],[3,2],[0,1],[1,1],[2,1],[1,1],[4,1],[4,1],[6,1],[3,0],[3,0],[1,1],[1,0],[2,2],[-1,2],[0,3],[1,0],[5,0],[5,-1],[6,-1],[2,0],[7,1],[7,0],[5,1],[3,0],[3,1],[3,-1],[2,0],[4,1],[0,1],[-2,0],[2,1],[2,1],[3,0],[2,0],[1,2],[0,3],[1,0],[1,1],[2,1],[3,2],[4,0],[2,0],[4,2],[2,1],[3,1],[14,0],[2,0],[12,0],[7,1],[6,0],[4,1],[13,1],[4,1],[5,0],[4,1],[3,0],[2,0],[6,1],[2,0],[6,-1],[4,0],[4,0],[7,0],[7,-1],[7,0],[5,-1],[7,0],[4,0],[8,-1],[2,0],[4,-1],[3,0],[3,0],[4,-1],[4,0],[4,0],[7,0],[5,-1],[11,1],[2,0],[3,0],[8,0],[4,0],[1,0],[1,-1],[3,-1],[8,0],[3,-1],[5,-1],[5,0],[8,-1],[5,-1],[3,0],[-1,-2],[0,-2],[0,-3],[0,-1],[0,-2],[0,-1],[2,-2],[-1,-3],[1,-1],[2,-1],[3,-1],[-4,2],[-1,2],[1,1],[1,0],[3,0],[8,0],[1,1],[0,2],[0,1],[-1,0],[0,1],[5,2],[1,2],[2,2],[4,1],[2,1],[6,-1],[15,0],[4,0],[4,-1],[15,0],[10,0],[16,-1],[6,0],[4,-1],[6,-1],[4,0],[10,0],[15,0],[7,0],[10,0],[4,0],[6,-1],[1,0],[3,-1],[3,0],[2,0],[2,1],[5,0],[2,0],[3,0],[5,0],[5,0],[2,-1],[2,1],[4,1],[1,0],[0,1],[0,2],[1,2],[2,2],[1,0],[3,0],[3,1],[3,1],[6,0],[4,1],[3,1],[7,1],[7,2],[4,1],[4,1],[6,1],[4,1],[4,2],[8,1],[5,2],[4,0],[5,1],[6,1],[10,1],[3,1],[6,0],[5,1],[4,0],[3,1],[3,1],[2,1],[5,2],[1,0],[5,1],[7,1],[2,0],[2,0],[1,0],[2,1],[3,1],[2,0],[4,0],[6,1],[4,0],[8,2],[4,0],[4,0],[2,0],[1,0],[1,0],[0,1],[0,1],[2,1],[1,0],[1,0],[2,0],[3,-1],[3,0],[1,1],[5,-1],[3,0],[5,-1],[4,-1],[3,-1],[1,0],[1,0],[2,0],[1,1],[2,0],[1,0],[1,-1],[2,-2],[0,-2],[-1,-1],[-3,-1],[-2,0],[0,1],[1,0],[-3,1],[-2,0],[-1,0],[0,-1],[1,-1],[2,0],[2,0],[1,0],[2,-2],[1,-1],[1,-1],[1,-1],[0,-1],[3,0],[3,-1],[6,-1],[6,-2],[1,-1],[0,-1],[-1,0],[-1,-1],[-3,0],[-4,-1],[-2,0],[-1,0],[-4,-1],[-2,-1],[-3,0],[0,-1],[0,-1],[2,-2],[1,0],[1,-1],[1,-2],[1,-1],[1,-3],[2,-1],[1,0],[0,-1],[1,-1],[1,-2],[1,-1],[2,0],[3,0],[1,-1],[1,-1],[0,-1],[3,-1],[4,-2],[1,-1],[1,-2],[2,-1],[4,-2],[5,-2],[2,-1],[2,-1],[-1,-2],[0,-2],[0,-1],[-1,-4],[-1,-1],[-2,-2],[-3,-2],[-8,-5],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-2,-2],[-3,-2],[0,-1],[-3,-2],[-4,-2],[-1,-1],[0,-1],[-1,0],[-3,-3],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,0],[-2,-1],[-3,1],[-1,0],[-4,0],[-7,-1],[-3,-1],[-6,0],[-2,-1],[-3,-1],[-7,-2],[-3,-1],[-4,-2],[1,0],[2,-1],[4,0],[2,0],[3,-1],[5,0],[7,0],[3,0],[8,1],[1,1],[-1,0],[-2,1],[-2,0],[-2,0],[-3,-1],[-1,0],[-4,-1],[-6,0],[-1,0],[1,1],[2,1],[1,1],[6,1],[2,0],[2,0],[7,1],[5,1],[3,0],[1,0],[0,-1],[-3,-3],[0,-1],[0,-1],[2,-1],[0,-1],[-1,-1],[-1,-1],[-3,-1],[-3,-2],[-2,-2],[-1,-1],[-2,-1],[-4,0],[-3,-1],[-5,-3],[-1,-1],[-2,-2],[-4,-1],[-4,-1],[1,-1],[1,0],[2,0],[0,-1],[1,-1],[-1,-1],[-2,-1],[-6,-1],[-5,-1],[-5,-2],[-1,0],[-2,-1],[0,-2],[-3,-1],[-3,-1],[-1,-1],[-2,0],[-5,0],[-2,0],[-6,0],[-5,0],[-3,0],[-6,-1],[-6,1],[-2,0],[-5,0],[0,-2],[1,-1],[1,0],[4,-1],[2,0],[1,0],[10,0],[4,0],[10,0],[3,0],[5,0],[6,0],[1,0],[3,1],[4,3],[3,2],[0,1],[3,1],[3,1],[9,1],[4,2],[5,1],[1,1],[1,1],[-1,1],[1,2],[1,0],[2,1],[2,0],[3,0],[1,0],[2,0],[2,1],[4,1],[8,2],[5,2],[2,0],[4,1],[3,0],[2,1],[1,0],[2,1],[2,1],[1,0],[1,1],[2,0],[1,0],[2,0],[3,1],[4,1],[1,2],[2,0],[2,1],[1,0],[1,2],[3,2],[1,0],[1,1],[1,2],[1,1],[4,1],[5,2],[0,1],[-1,1],[1,1],[2,0],[3,1],[2,0],[3,2],[2,1],[2,0],[2,1],[3,0],[2,0],[2,0],[3,0],[2,-1],[2,0],[3,0],[4,0],[0,1],[2,1],[2,0],[1,0],[2,-2],[0,-1],[-1,0],[1,-2],[2,-3],[2,-1],[1,0],[2,0],[2,0],[2,0],[2,0],[2,-1],[-1,-1],[-3,0],[-2,-1],[0,-1],[2,0],[4,1],[1,0],[0,1],[3,0],[3,1],[1,0],[1,0],[0,1],[0,1],[0,2],[1,2],[1,0],[2,1],[1,0],[2,1],[3,0],[2,0],[5,3],[3,2],[-1,1],[1,0],[3,1],[2,0],[2,-1],[1,0],[3,-1],[4,-1],[6,0],[5,-2],[-3,0],[-3,-1],[-2,0],[-3,0],[-2,-1],[1,-1],[2,-1],[3,0],[2,0],[1,2],[3,2],[1,0],[3,-1],[2,-1],[0,-1],[-1,0],[-1,0],[-2,-1],[-4,-1],[-4,-1],[-3,0],[-3,-1],[-3,-3],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,-1],[0,-2],[0,-2],[0,-2],[1,-1],[2,-1],[1,0],[5,-2],[4,-2],[5,-2],[2,0],[0,-1],[0,-1],[1,-1],[2,-1],[1,-1],[1,-2],[0,-4],[-3,-2],[0,-1],[0,-1],[1,-1],[0,-1],[-1,-2],[-3,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-3,-1],[2,-2],[2,1],[4,1],[3,0],[3,1],[2,1],[2,1],[2,2],[3,1],[0,1],[0,1],[1,1],[2,1],[1,2],[0,2],[0,2],[-2,3],[0,1],[1,0],[2,0],[2,1],[3,1],[2,1],[2,1],[0,1],[-4,1],[0,1],[1,1],[2,-1],[3,0],[3,1],[3,0],[3,-1],[3,0],[1,0],[3,1],[1,1],[1,1],[2,2],[2,0],[2,0],[1,0],[2,2],[1,0],[2,0],[2,0],[3,-2],[2,-1],[1,0],[1,-1],[2,-1],[1,0],[2,0],[3,1],[3,0],[0,1],[3,-1],[3,-1],[1,-1],[1,-1],[2,-2],[3,-2],[1,-1],[1,-1],[6,-2],[3,-2],[-1,-1],[-4,-1],[-2,-1],[0,-2],[-1,-1],[1,-1],[4,-1],[2,0],[1,1],[3,1],[2,0],[2,0],[3,-1],[1,-3],[2,0],[2,0],[3,1],[2,0],[1,2],[3,1],[3,0],[0,-1],[0,-1],[1,-2],[1,-1],[1,0],[2,-1],[5,-1],[3,-1],[4,-1],[0,-1],[-3,-1],[-1,0],[0,-3],[-1,-1],[-2,0],[-6,1],[-1,0],[-2,1],[-1,1],[-5,0],[-1,0],[-3,-1],[-1,-1],[-1,-2],[-1,0],[-1,0],[-2,0],[-2,0],[-1,0],[-1,-1],[-2,-1],[1,-3],[1,-1],[1,0],[3,-1],[3,0],[2,1],[2,1],[-1,1],[-9,1],[-2,0],[-1,0],[1,1],[1,0],[6,1],[3,1],[1,2],[1,0],[2,1],[1,1],[1,-1],[1,-1],[1,0],[6,0],[2,0],[4,-1],[0,-1],[1,0],[3,0],[5,1],[0,1],[-1,1],[-2,1],[0,1],[2,1],[1,1],[2,0],[2,-1],[5,-1],[2,-1],[3,0],[4,0],[2,0],[1,1],[0,1],[-1,0],[-5,1],[-2,0],[-2,0],[-3,1],[0,1],[1,1],[5,-1],[3,-1],[1,-1],[2,0],[4,0],[4,2],[2,1],[0,1],[-3,1],[-3,0],[-3,0],[-1,0],[-3,1],[-2,1],[-4,2],[0,1],[8,-1],[3,0],[4,-1],[3,0],[3,-1],[2,0],[2,-1],[1,-1],[3,-1],[1,0],[1,0],[1,0],[3,0],[1,0],[5,-2],[2,0],[2,-1],[3,-1],[2,-2],[1,-2],[1,0],[1,0],[2,-2],[1,0],[2,0],[3,-2],[1,-3],[2,0],[3,-1],[1,0],[2,0],[1,0],[1,-2],[4,-1],[1,0],[1,0],[5,-1],[3,-1],[3,-1],[1,-1],[2,-1],[1,-2],[3,-1],[2,-1],[0,-1],[3,-3],[2,-2],[1,0],[2,-1],[1,0],[2,-1],[3,-1],[3,-1],[2,0],[4,-1],[3,-1],[4,0],[1,-1],[2,-1],[1,0],[0,-1],[-1,-1],[-1,-1],[3,-2],[1,0],[0,-1],[-1,-1],[1,-2],[3,1],[2,0],[3,-1],[5,-1],[4,-2],[3,-2],[1,-1],[0,-2],[1,-1],[2,0],[3,0],[1,-1],[2,-1],[2,-1],[1,0],[3,-2],[2,-1],[4,-2],[2,-1],[1,-1],[-1,-1],[2,-1],[5,-2],[2,-2],[4,-3],[1,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-3],[-1,-1],[-4,-2],[-2,-3],[-3,-2],[-5,-2],[-3,-1],[-3,1],[-5,-1],[-4,0],[-4,0],[-1,0],[-1,0],[-5,-2],[-4,-2],[-3,-1],[-1,-3],[1,-1],[-1,0],[-1,-1],[-3,0],[-3,-1],[-1,0],[-2,-2],[-1,-1],[-1,-1],[-2,-2],[-4,-1],[-3,-2],[-2,-1],[-2,-1],[-5,-2],[-6,-1],[-4,-1],[-5,0],[-3,-1],[-2,0],[-2,0],[-2,1],[-5,0],[-4,0],[-3,0],[-4,0],[-4,-3],[0,-2],[-1,-1],[-4,-2],[-3,-1],[-3,-1],[-1,0],[-1,0],[-4,0],[-4,0],[-1,0],[-3,-2],[0,-1],[1,0],[3,0],[1,0],[1,-1],[1,0],[1,-1],[-1,-2],[0,-1],[1,0],[3,-1],[1,0],[0,-1],[1,-2],[0,-1],[1,0],[2,0],[1,-2],[0,-1],[-1,-1],[-2,0],[-3,-1],[-3,-1],[-1,-1],[1,-1],[1,-1],[-1,-1],[-1,-1],[-2,-2],[-3,0],[-2,0],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-5,-3],[-5,-2],[-2,-1],[-3,-1],[-2,-1],[-5,-2],[-3,-1],[-3,-1],[-2,-1],[-5,-1],[-4,-1],[-3,0],[-2,0],[-3,-1],[-2,0],[-3,-1],[-5,-1],[-5,-1],[-4,-1],[-6,0],[-6,-1],[-3,0],[-2,-1],[0,-1],[0,-1],[-2,0],[-1,0],[-1,0],[-2,0],[-2,1],[-2,0],[-3,-1],[-2,0],[-3,-1],[-2,1],[-2,0],[-2,0],[-1,0],[-3,-1],[-1,0],[-2,-1],[-2,0],[-4,0],[-4,1],[-4,-1],[-1,1],[-2,1],[-1,0],[-8,0],[-7,-1],[-3,0],[-2,0],[-1,1],[-1,0],[-5,1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-2,0],[-5,0],[-5,0],[-4,0],[-1,0],[-1,1],[1,1],[2,1],[1,0],[0,1],[-3,2],[-1,1],[-1,0],[-2,0],[-1,-1],[-2,-1],[-6,-2],[-1,0],[-1,-1],[-3,0],[-6,-1],[-3,-1],[-1,-1],[-1,0],[-5,1],[-6,0],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-1,1],[-5,-1],[-2,0],[-4,-1],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-3,-1],[-3,-1],[-6,-2],[-2,-1],[-5,-2],[-1,-1],[-3,-2],[-2,0],[-1,-1],[-7,-2],[-4,-1],[-4,-2],[-3,-2],[-2,-1],[-4,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-5,-1],[-4,-1],[-4,-1],[-5,-1],[-2,-1],[-3,-1],[-1,0],[-1,0],[-6,-1],[-5,-1],[-6,-2],[-2,0],[-6,-1],[-4,-1],[-4,0],[-3,-1],[-2,-1],[-1,0],[-7,0],[-4,-1],[-3,1],[-4,-1],[-7,0],[-5,0],[-5,0],[-2,0],[-3,1],[-4,0],[-3,0],[-6,1],[-8,0],[-2,0],[-1,0],[-3,0],[-5,0],[-5,0],[-1,0],[-2,-1],[-7,0],[-3,1],[-4,0],[-5,-1],[-2,0],[-2,0],[-4,0],[-7,1],[-5,0],[-7,0],[-3,0],[-6,0],[-4,1],[-4,0],[-6,0],[-3,1],[-4,0],[-7,0],[-3,0],[-4,0],[-4,1],[-6,0],[-10,1],[-2,1],[-2,0],[-4,0],[-2,0],[-4,1],[-10,1],[-7,1],[-5,1],[-13,1],[-2,0],[-4,0],[-3,1],[-4,0],[-5,0],[-2,0],[-2,0],[-3,0],[-6,0],[-8,0],[-1,1],[-4,0],[-4,0],[-4,0],[-4,1],[-3,0],[-6,0],[-10,0],[-3,1],[-6,0],[-5,0],[-6,0],[-1,0],[-2,-1],[-2,0],[-1,0],[-3,0],[-2,1],[-2,0],[-8,0],[-7,0],[-7,0],[-17,-1],[-4,0],[-3,0],[-3,0],[-5,-1],[-3,0],[-2,-1],[-2,-2],[-1,0],[-4,1],[-2,0],[-2,1],[-14,0],[-5,-1],[-3,0],[-11,0],[-4,-1],[-4,-1],[-5,0],[-4,0],[-3,0],[-2,-1],[-1,0],[-7,-1],[-2,-1],[-3,0],[-1,0],[-5,-1],[-7,0],[0,-1],[-4,-1],[-5,-2],[-4,0],[-6,0],[-7,0],[-1,-1],[-2,-1],[-10,-1],[-5,0],[-8,-1],[-13,0],[-5,1],[-8,0],[-4,0],[-4,1],[-7,-1],[-5,1],[-2,0],[-2,0],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,0],[-5,-1],[-1,0],[-1,1],[-4,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-1,0],[0,1],[-2,3],[-1,2],[-2,2],[-2,1],[-1,1],[-1,1],[1,1],[0,2],[0,1],[-1,0],[-3,1],[-2,0],[-3,0],[0,-1],[1,-1],[0,-2],[-6,-1],[-1,0],[1,1],[0,1],[-1,0],[-4,1],[-2,0],[-3,0],[-3,-1],[-1,0],[0,1],[0,1],[0,1],[-5,1],[-2,-1],[0,-1],[-1,0],[-3,0],[-3,1],[0,1],[-1,1],[-3,2],[1,1],[-2,2],[-4,0],[-4,0],[-7,0],[-2,0],[-7,0],[-4,-1],[-18,0],[-1,0],[-4,0],[-12,1],[-8,0],[-22,1],[-7,0],[-1,-1],[0,-2],[1,-1],[1,-1],[2,0],[2,1],[1,0],[2,-1],[1,-1],[1,0],[4,-1],[7,0],[7,0],[11,0],[6,0],[5,0],[1,0],[13,0],[3,0],[5,0],[5,0],[11,-1],[3,0],[2,-1],[1,-1],[2,0],[2,-1],[2,0],[7,-2],[6,-1],[1,0],[3,0],[5,-1],[2,0],[4,-2],[3,-1],[1,-1],[1,-3],[1,-1],[1,-2],[2,-1],[1,-1],[0,-1],[1,-2],[3,-2],[3,-2],[6,-2],[-7,-2],[-11,-3],[-3,-1],[-7,-2],[-8,-2],[-7,-1],[-6,-1],[-5,-1],[-3,-2],[-2,-1],[-2,-1],[-6,0],[-2,-1],[-2,-1],[-5,-1],[-2,-1],[-1,0],[-2,0],[-2,0],[-1,0],[-1,0],[-4,-2],[-3,-1],[-4,-1],[-1,0],[-3,0],[-5,0],[-2,-1],[-4,-1],[-6,-2],[-3,-1],[-2,-1],[-3,0],[-2,-1],[-5,-1],[-5,-1],[-1,-2],[0,-1],[0,-1],[2,0],[-1,-1],[-2,0],[-6,-1],[-1,0],[-2,0],[-2,1],[-2,0],[-2,0],[-5,-1],[-1,0],[-1,0],[-7,-2],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[-3,1],[-6,-1],[-2,-1],[-1,-1],[-2,0],[-5,-1],[-2,-1],[-1,-1],[1,0],[1,0],[3,1],[0,-1],[0,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-5,0],[-2,1],[-1,0],[0,1],[-7,-2],[-2,-1],[-3,-1],[1,0],[6,-1],[-1,-1],[-4,-2],[-5,0],[-3,2],[-1,0],[-7,-1],[-1,-1],[0,-2],[0,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-3,0],[-1,0],[-11,-3],[-5,-2],[-3,-1],[-2,-1],[-3,-2],[-2,-1],[-1,-1],[-1,-1],[-3,-1],[-3,-1],[-3,-1],[-2,0],[-1,0],[-2,0],[-3,-1],[-2,-1],[-7,-2],[-5,-1],[-5,-1],[-3,-1],[-6,-2],[-3,-2],[-2,-1],[-1,-1],[-1,-1],[-3,-3],[-1,-2],[1,-1],[1,-1],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[0,-2],[-1,-2],[-2,-1],[-2,-1],[-2,-2],[2,-1],[3,-1],[7,-1],[4,0],[4,-2],[1,0],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[1,-2],[0,-2],[0,-1],[-2,-4],[-1,-2],[-1,-1],[0,-2],[0,-2],[1,-3],[0,-2],[1,-4],[1,0],[1,-1],[-2,-3],[-2,-1],[-1,0],[-2,-1],[2,-1],[1,-1],[2,0],[1,1],[1,0],[1,0],[-2,1],[-2,0],[0,1],[1,1],[1,1],[1,1],[1,0],[-1,1],[1,1],[1,0],[5,0],[1,0],[4,1],[4,0],[3,1],[5,1],[3,0],[5,1],[3,1],[5,1],[4,1],[3,0],[1,0],[2,0],[5,-1],[1,1],[2,0],[2,1],[1,1],[0,2],[-1,4],[1,1],[0,2],[0,1],[1,1],[3,2],[3,3],[3,2],[3,2],[3,1],[2,1],[3,2],[2,1],[1,0],[3,1],[3,1],[3,2],[3,2],[2,0],[3,3],[4,2],[3,2],[4,1],[3,2],[2,1],[2,1],[3,0],[1,1],[4,1],[1,1],[4,2],[2,1],[3,1],[4,1],[3,2],[3,1],[5,0],[4,1],[2,0],[5,1],[2,0],[1,0],[3,0],[5,2],[4,0],[5,2],[3,0],[5,1],[2,1],[1,0],[1,1],[2,1],[2,0],[3,0],[2,0],[8,1],[6,1],[2,1],[4,1],[4,1],[2,0],[6,2],[6,1],[1,0],[5,2],[3,0],[3,1],[6,2],[4,0],[5,1],[2,0],[1,1],[1,0],[4,0],[6,1],[1,1],[4,0],[6,2],[2,0],[3,1],[2,1],[8,1],[2,0],[10,3],[9,2],[2,1],[5,0],[4,1],[7,1],[2,1],[1,0],[0,-4],[0,-3],[0,-1],[-3,-3],[2,-1],[3,-3],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,0],[-3,-1],[-1,-2],[1,-1],[3,-1],[1,-2],[1,-2],[0,-1],[0,-1],[2,-1],[2,0],[2,0],[0,2],[2,1],[2,1],[3,-1],[3,0],[2,2],[-2,1],[-1,1],[1,2],[1,1],[3,0],[1,0],[5,3],[1,1],[1,1],[3,0],[1,1],[3,1],[1,2],[1,2],[0,2],[0,1],[-1,0],[-1,0],[-2,2],[-1,1],[1,0],[3,2],[4,2],[6,1],[2,1],[2,0],[3,0],[2,1],[5,2],[4,2],[2,0],[6,1],[3,1],[6,1],[3,1],[6,1],[4,1],[1,0],[4,0],[5,1],[5,1],[4,0],[6,0],[6,1],[4,1],[3,1],[5,0],[3,1],[9,1],[7,0],[5,1],[6,0],[2,0],[4,0],[6,-1],[2,0],[4,-2],[3,0],[0,2],[0,1],[1,1],[2,0],[6,1],[8,0],[3,0],[4,1],[8,0],[19,1],[2,0],[7,0],[4,-1],[6,0],[7,1],[3,0],[5,0],[4,0],[6,-1],[3,0],[2,0],[2,0],[2,0],[1,1],[5,0],[4,-1],[3,0],[2,0],[2,0],[2,1],[3,0],[3,0],[2,-1],[2,0],[3,0],[3,0],[4,-1],[5,0],[4,0],[7,-1],[4,-1],[4,0],[3,0],[7,0],[4,0],[3,0],[2,0],[5,0],[12,0],[4,0],[3,0],[4,0],[4,0],[12,0],[5,-1],[4,-1],[5,0],[2,0],[1,0],[4,-1],[4,0],[2,0],[3,0],[3,0],[2,-1],[3,0],[8,0],[6,0],[10,-1],[2,0],[6,0],[9,-1],[5,0],[3,-1],[2,0],[2,1],[4,0],[10,0],[6,-1],[12,-1],[5,0],[8,-1],[6,0],[4,-1],[0,-1],[0,-1],[-1,-1],[-3,-3],[-3,-3],[-1,-1],[-2,-2],[-1,-3],[1,-4],[-1,-3],[0,-3],[-1,-2],[4,-8],[0,-2],[0,-1],[2,-4],[2,-3],[0,-2],[0,-2],[-1,-1],[0,-4],[-1,-2],[-1,-1],[1,-2],[-1,-1],[-1,-1],[0,-1],[-1,-3],[0,-1],[1,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-5,-3],[-3,-3],[-10,-4],[-2,-1],[-3,-2],[-8,-2],[-5,-2],[-2,0],[0,-1],[-2,-2],[-4,-1],[-3,-1],[-4,-2],[-9,-3],[-3,-1],[-3,-1],[-2,-1],[-5,-2],[-2,0],[-3,-2],[-2,-1],[-1,0],[-12,-5],[-2,0],[-4,-2],[-3,-1],[-4,-1],[-2,0],[-1,-1],[-3,0],[-3,0],[-2,-1],[-1,-1],[-5,-1],[-3,-1],[-5,-2],[-3,-1],[-4,-1],[-8,-3],[-2,0],[-4,-2],[-8,-2],[-11,-4],[-8,-3],[-11,-3],[-7,-2],[-5,-2],[-4,-2],[-7,-2],[-8,-2],[1,-1],[3,1],[1,1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[-2,-2],[-1,-1],[1,-1],[2,1],[1,0],[2,3],[0,2],[3,1],[2,0],[1,2],[2,1],[2,0],[1,1],[1,0],[4,-1],[1,0],[0,-1],[0,-2],[1,0],[1,-1],[1,0],[1,-2],[-1,-1],[6,0],[7,-1],[2,0],[1,0],[2,-2],[-2,-1],[-2,-2],[-1,-1],[-1,0],[-1,-1],[-7,-1],[-2,-1],[-1,0],[-3,1],[-7,0],[0,-1],[-1,0],[-1,-1],[-6,-1],[-6,-1],[-6,0],[-1,0],[0,-1],[-3,-1],[-2,0],[-2,0],[-1,-1],[-2,0],[0,-2],[-1,-1],[-1,-1],[-2,0],[-1,0],[0,-1],[0,-3],[1,-1],[1,-1],[0,1],[-1,1],[1,1],[3,0],[1,1],[1,-1],[4,-1],[-1,-1],[-1,-1],[-1,-2],[4,0],[4,1],[2,1],[2,1],[2,1],[1,0],[2,0],[7,1],[1,0],[1,-1],[-1,0],[-2,-1],[-4,-2],[-2,-1],[-7,-1],[2,0],[4,1],[2,0],[5,0],[1,-1],[2,-1],[1,-1],[0,-1],[-3,-2],[-2,-1],[-2,-2],[-1,-2],[-2,-1],[-2,-2],[0,-1],[2,1],[4,0],[5,1],[2,1],[4,1],[3,1],[4,1],[4,2],[4,2],[1,0],[4,3],[3,1],[3,2],[2,1],[1,1],[3,1],[4,2],[2,2],[1,1],[1,1],[1,2],[0,1],[1,0],[2,1],[3,0],[4,2],[5,1],[3,1],[5,1],[5,1],[5,1],[11,3],[4,1],[3,1],[2,1],[4,0],[1,0],[2,0],[2,0],[3,1],[3,1],[2,2],[1,1],[2,0],[2,1],[2,0],[2,0],[1,0],[5,2],[4,2],[5,1],[3,1],[6,2],[3,0],[2,1],[4,1],[10,2],[5,1],[3,1],[3,1],[4,1],[6,1],[5,1],[2,1],[5,2],[5,1],[1,1],[1,1],[1,1],[1,1],[3,1],[3,1],[3,1],[4,1],[3,0],[3,1],[2,1],[0,1],[1,1],[2,0],[2,1],[2,1],[2,1],[1,0],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[1,0],[1,1],[3,0],[6,3],[3,1],[2,0],[3,0],[2,0],[4,0],[6,1],[4,0],[5,0],[5,1],[5,2],[1,0],[1,0],[2,1],[1,1],[0,1],[1,0],[1,0],[2,1],[2,0],[2,-1],[1,0],[6,1],[4,0],[4,0],[4,-1],[2,-1],[3,-1],[2,-1],[5,0],[3,-1],[5,0],[0,1],[1,0],[0,1],[2,2],[1,0],[2,1],[2,0],[0,1],[-1,3],[-1,1],[-1,2],[-1,0],[-1,0],[0,3],[3,0],[1,1],[3,1],[2,3],[0,1],[0,1],[-1,2],[-1,2],[0,1],[1,1],[1,2],[1,1],[-1,1],[-2,1],[-1,1],[-1,1],[0,1],[0,1],[2,0],[1,2],[1,1],[0,1],[0,1],[-2,1],[0,1],[-1,2],[0,2],[0,1],[-2,2],[-2,2],[0,1],[1,1],[3,1],[2,2],[0,1],[-2,1],[0,1],[2,2],[1,2],[1,1],[0,1],[2,2],[0,1],[1,1],[0,1],[0,3],[1,1],[0,1],[-1,1],[0,1],[-2,1],[-1,1],[-1,1],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[1,0],[1,0],[0,1],[3,2],[3,2],[2,2],[0,1],[-3,2],[-2,1],[-2,1],[1,1],[2,1],[5,2],[3,1],[3,0],[4,0],[1,0],[3,0],[4,0],[3,0],[-1,-1],[-2,-1],[-1,0],[-1,0],[-4,0],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-1,0],[-1,-1],[1,0],[1,0],[2,-1],[2,1],[2,0],[5,2],[2,1],[4,2],[2,1],[0,1],[-1,1],[-2,2],[1,0],[1,0],[10,5],[2,0],[6,1],[3,1],[3,0],[2,0],[6,1],[3,1],[6,0],[2,1],[2,0],[3,0],[5,1],[7,0],[3,1],[6,0],[1,0],[5,0],[6,0],[2,0],[12,0],[3,0],[2,0],[6,0],[5,0],[1,0],[4,0],[3,0],[5,0],[5,0],[3,1],[9,1],[2,0],[4,0],[4,0],[16,0],[4,0],[2,1],[6,0],[6,0],[6,1],[1,0],[1,0],[2,-2],[3,-4],[2,-3],[1,-2],[3,-4],[0,-1],[1,-2],[2,-3],[3,-3],[2,-2],[2,-3],[0,-1],[2,-3],[0,-3],[1,-2],[1,-2],[2,-1],[0,-2],[1,-1],[1,-2],[2,-3],[-1,-1],[0,-1],[0,-3],[-1,-1],[-1,-4],[0,-1],[1,-2],[1,-3],[1,-2],[1,-2],[-1,-2],[0,-3],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,-3],[-1,-2],[0,-2],[-1,-1],[0,-1],[1,-2],[2,-1],[0,-1],[-1,-2],[0,-2],[2,-2],[1,-1],[1,0],[0,-1],[-1,0],[-3,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-2],[-1,-1],[1,-2],[-1,-2],[-1,-3],[1,-1],[0,-2],[-1,-1],[-2,-2],[-2,-2],[0,-2],[-1,-2],[0,-3],[0,-1],[1,-5],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[0,-1],[0,-3],[-1,-2],[-1,-2],[-1,-2],[0,-1],[-3,-5],[-1,-2],[-1,-2],[-2,-5],[-1,-2],[-1,-5],[-1,-4],[-1,-1],[-1,-2],[0,-2],[-2,-2],[-1,-2],[1,-2],[0,-1],[-3,-1],[-1,-1],[0,-2],[-1,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-4,-2],[-2,-3],[-1,-1],[-3,-4],[-2,-1],[-2,-3],[-1,-1],[-2,-2],[-2,-2],[-1,-3],[-1,-2],[0,-1],[0,-1],[-2,-1],[-2,-2],[-3,-3],[-1,-2],[0,-1],[-2,-2],[-2,-2],[-2,-1],[-1,-3],[-1,-1],[-2,-1],[-2,-3],[-2,-1],[-3,-1],[-3,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-3,-1],[-5,-1],[-6,-1],[-4,-1],[-4,-1],[-2,0],[-2,0],[-2,0],[-2,0],[-2,1],[-2,0],[-2,0],[-4,0],[-2,0],[-2,0],[-3,-1],[-5,-1],[-4,-1],[-2,-2],[2,-2],[1,-1],[0,-1],[-2,0],[-5,0],[-1,0],[-1,-2],[-2,-1],[-2,0],[-3,1],[-1,0],[0,2],[-1,1],[-1,0],[-6,-1],[-3,-1],[-2,0],[-2,0],[-3,0],[-5,0],[-2,1],[-1,1],[-3,0],[-4,0],[-3,-1],[-2,0],[-9,-1],[-4,-1],[-6,0],[-6,-1],[-1,0],[-1,-1],[-2,1],[-1,0],[-1,1],[-1,0],[-1,1],[-3,0],[-3,0],[-3,0],[-1,0],[-2,-1],[-2,0],[-4,1],[-2,0],[-3,0],[-1,0],[2,0],[2,0],[2,0],[3,-1],[2,0],[3,0],[3,1],[2,0],[2,0],[3,-1],[-1,0],[-1,-1],[1,0],[1,-1],[3,0],[4,0],[5,0],[2,0],[6,1],[9,1],[5,1],[1,0],[3,0],[4,-1],[2,-1],[2,0],[1,0],[1,0],[2,0],[1,0],[3,0],[2,0],[5,0],[5,-2],[4,0],[2,0],[5,1],[4,1],[1,0],[3,0],[3,1],[1,0],[2,1],[0,2],[0,1],[-1,0],[-2,1],[0,1],[1,1],[1,0],[5,1],[4,0],[3,0],[6,0],[6,0],[-1,-1],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,-1],[-2,-1],[1,-1],[1,0],[0,-1],[4,1],[4,0],[1,0],[2,0],[2,-1],[1,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-2,-1],[-3,-2],[-1,-1],[-2,-2],[-1,-1],[-3,-2],[-2,-1],[-1,0],[-1,0],[-3,-1],[-2,-1],[-4,-1],[-3,0],[-2,-1],[0,-1],[4,-2],[3,-2],[1,-1],[0,-1],[0,-2],[-1,-2],[-2,-1],[-1,-1],[0,-1],[-1,-3],[0,-1],[-2,-1],[-6,-3],[-1,-1],[-3,-2],[-1,-1],[-4,-2],[-3,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-2,-2],[-2,-1],[-2,-1],[-3,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-3],[0,-1],[0,-1],[-3,-4],[-2,-2],[-2,-3],[-1,0],[-2,-3],[-2,-2],[-1,-1],[-2,0],[-3,-1],[-2,-1],[-3,-2],[-1,-1],[-3,-2],[-3,-2],[-2,-1],[-2,-1],[-2,-2],[-5,-2],[-4,-2],[-2,-1],[-2,-2],[-5,-3],[-1,-1],[-1,-1],[-1,-1],[-3,-4],[-2,-2],[-1,-2],[-3,-3],[-2,-2],[0,-1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,-1],[-1,-2],[0,-1],[2,-3],[1,-1],[2,-2],[0,-2],[2,-2],[2,-3],[0,-1],[-1,-1],[-1,-2],[1,-2],[1,0],[3,-1],[3,0],[1,-1],[0,-1],[-1,0],[-1,-1],[-3,-2],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-2],[-2,-2],[-2,-1],[-1,-1],[1,-1],[1,-2],[-2,-2],[-1,-1],[0,-1],[-1,-1],[-2,-2],[-1,-2],[-2,-1],[-3,0],[-3,-1],[-2,0],[-4,0],[-6,-1],[-4,-1],[-5,-2],[-4,-1],[-5,-1],[-1,-1],[-3,-1],[-3,-1],[-1,0],[-1,-2],[2,-1],[1,0],[4,1],[1,0],[4,2],[2,0],[2,0],[5,0],[3,0],[4,2],[2,1],[1,1],[1,0],[2,-1],[3,-1],[3,-1],[0,-1],[-1,-1],[-7,0],[-2,-1],[-2,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[-2,-1],[0,-1],[0,-2],[-1,-1],[-3,-2],[-5,-1],[-2,-1],[-6,-1],[-2,0],[-1,-1],[-1,-1],[2,-2],[1,-1],[1,-1],[-1,-2],[0,-2],[-2,-3],[-2,0],[-1,-1],[-1,0],[-3,0],[-4,-2],[-2,-2],[-2,-2],[-1,-1],[-3,-1],[-2,-1],[-2,-1],[-3,-2],[-1,0],[0,-1],[-1,0],[-2,-1],[0,-1],[0,-2],[1,-1],[2,-1],[2,0],[6,3],[2,1],[3,0],[4,2],[3,1],[2,1],[4,2],[3,1],[1,1],[2,1],[2,2],[4,2],[4,1],[4,3],[5,1],[0,1],[2,1],[4,2],[4,1],[3,2],[2,1],[2,1],[5,2],[2,0],[7,2],[1,1],[1,0],[0,1],[3,2],[3,3],[4,3],[3,3],[1,1],[1,1],[2,1],[4,3],[3,3],[1,0],[-1,0],[-1,1],[-3,1],[-2,1],[0,1],[2,1],[3,2],[-1,1],[-1,0],[-1,0],[-6,1],[-1,1],[-1,0],[1,1],[0,1],[3,1],[3,1],[3,2],[3,0],[2,1],[2,1],[4,2],[2,1],[4,2],[1,1],[3,2],[0,2],[2,4],[0,1],[1,2],[-1,1],[0,2],[-2,1],[-1,1],[-3,1],[-2,1],[-1,1],[0,1],[0,2],[0,3],[1,3],[1,1],[2,1],[4,2],[3,-1],[1,0],[2,-1],[3,-1],[3,1],[3,2],[2,0],[1,1],[3,0],[5,0],[1,1],[3,2],[4,1],[3,0],[1,1],[1,1],[1,0],[4,0],[1,1],[2,0],[1,1],[2,1],[3,1],[3,2],[1,1],[1,1],[0,2],[2,1],[6,2],[1,0],[1,1],[3,1],[1,0],[3,0],[3,1],[2,1],[3,2],[3,2],[3,1],[2,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[2,1],[1,0],[0,2],[-1,1],[-1,2],[1,1],[1,1],[2,2],[1,1],[2,1],[2,2],[3,2],[2,1],[7,3],[2,1],[3,1],[1,1],[0,1],[1,0],[3,2],[3,0],[2,1],[1,1],[0,1],[0,2],[1,2],[2,1],[2,2],[1,2],[2,1],[5,3],[2,1],[5,3],[3,1],[4,2],[0,1],[0,1],[4,1],[2,2],[1,1],[0,1],[2,1],[2,1],[2,1],[1,1],[3,2],[0,1],[1,0],[4,0],[3,1],[5,2],[1,0],[5,1],[4,1],[3,0],[2,1],[2,1],[2,2],[2,1],[1,1],[3,0],[3,2],[2,2],[0,2],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[0,1],[1,2],[1,2],[1,1],[2,1],[1,1],[2,1],[1,1],[2,1],[3,2],[3,1],[2,0],[3,-1],[3,-1],[1,0],[5,2],[1,0],[1,0],[0,2],[0,1],[1,1],[1,3],[1,1],[1,3],[1,2],[1,2],[1,3],[1,1],[0,2],[-1,1],[-1,2],[1,0],[2,1],[1,1],[1,2],[1,3],[0,2],[0,1],[2,1],[1,0],[5,2],[2,1],[3,2],[1,1],[4,1],[4,2],[2,1],[4,2],[3,1],[1,1],[2,2],[4,3],[2,2],[3,1],[1,1],[3,2],[1,1],[3,2],[1,1],[3,2],[5,2],[1,1],[2,2],[1,1],[2,3],[1,0],[1,0],[2,0],[3,1],[3,1],[1,0],[0,1],[0,1],[0,2],[4,2],[1,0],[1,1],[1,2],[3,2],[3,1],[5,1],[1,-1],[1,0],[2,1],[1,0],[1,0],[3,1],[3,0],[1,0],[4,1],[4,1],[5,2],[2,0],[3,0],[3,0],[1,0],[4,2],[2,1],[1,1],[2,0],[1,0],[1,0],[3,1],[4,1],[4,1],[1,0],[1,1],[1,0],[1,0],[3,-1],[1,0],[2,-1],[1,0],[1,0],[1,1],[0,1],[2,1],[2,0],[1,0],[2,0],[1,1],[5,2],[4,1],[3,2],[0,1],[0,1],[1,1],[1,0],[1,0],[2,-1],[2,-1],[0,-1],[-2,-1],[-2,-1],[-2,-2],[-1,0],[-3,-1],[-4,-2],[-1,-1],[-1,0],[-1,-1],[-2,-2],[-3,-2],[-2,-1],[-2,-1],[-3,-1],[-2,1],[-2,1],[-1,1],[0,3],[-2,1],[-2,-1],[-1,0],[-1,0],[-3,-3],[-2,0],[-1,-1],[0,-2],[0,-1],[2,-3],[1,-1],[1,1],[2,0],[1,1],[2,0],[1,0],[0,-3],[-1,0],[-2,-1],[-1,-2],[-1,0],[-2,0],[-1,-1],[-1,-2],[0,-1],[0,-1],[1,-1],[2,-1],[1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[2,-1],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,-2],[1,-1],[0,-1],[1,0],[2,-1],[3,1],[3,0],[1,0],[1,-1],[1,-1],[2,1],[2,1],[2,1],[2,0],[1,0],[-2,0],[-4,-2],[-3,-1],[-1,0],[-2,0],[-3,0],[-1,0],[-1,0],[-2,-2],[0,-1],[-2,-2],[-1,-1],[-1,-2],[1,0],[1,-1],[1,-1],[1,-1],[-1,0],[0,-1],[-4,-1],[-4,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[1,-1],[1,0],[4,1],[2,-1],[1,-1],[-1,0],[-1,0],[-3,1],[-1,-1],[-2,-2],[0,-2],[0,-2],[2,0],[4,-2],[-1,-3],[-2,-2],[-1,-1],[2,0],[4,1],[3,1],[4,1],[2,-1],[3,-1],[1,0],[-1,-1],[-1,-1],[-2,-2],[1,1],[3,1],[4,2],[1,0],[0,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,-1],[0,1],[-1,0],[1,1],[2,1],[1,0],[1,0],[1,1],[2,1],[2,2],[4,2],[2,1],[2,2],[1,2],[3,2],[2,2],[2,2],[-1,-2],[-1,-1],[-2,-1],[-1,-2],[1,0],[1,0],[2,2],[3,1],[2,2],[3,1],[2,2],[1,2],[2,0],[1,0],[3,0],[1,2],[2,1],[1,0],[2,0],[2,1],[2,0],[2,1],[2,0],[3,1],[3,1],[3,1],[2,1],[2,0],[3,2],[5,2],[5,2],[2,0],[3,0],[0,-1],[1,0],[3,-2],[3,-1],[0,-1],[-1,0],[0,-1],[2,-1],[3,-2],[1,-1],[2,0],[5,-1],[3,0],[2,1],[1,1],[1,0],[-1,0],[-2,1],[-3,-1],[-3,0],[-1,1],[1,1],[1,1],[1,0],[3,-1],[4,0],[6,-1],[1,0],[1,0],[1,-1],[3,-1],[2,0],[2,1],[-1,1],[0,1],[1,1],[1,0],[2,-1],[1,0],[3,-1],[1,0],[1,-1],[-1,-1],[0,-2],[0,-1],[2,0],[0,-1],[0,-1],[-1,-1],[-2,-2],[2,-1],[2,-2],[2,-2],[2,-2],[2,-2],[1,-2],[1,-2],[1,-1],[3,0],[5,0],[2,-1],[2,0],[0,3],[1,2],[0,1],[0,1],[0,1],[-1,2],[-1,3],[0,3],[0,1],[2,1],[0,1],[1,-1],[3,-1],[1,0],[1,-2],[2,-2],[2,-1],[4,-2],[1,0],[3,-2],[2,-2],[2,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[2,-2],[1,-1],[2,0],[5,-2],[3,-2],[2,-2],[1,0],[1,-1],[1,0],[0,1],[2,1],[0,1],[0,2],[1,0],[5,0],[4,2],[2,1],[2,0],[3,1],[2,1],[1,0],[1,0],[4,0],[4,0],[5,0],[5,0],[3,-3],[0,-1],[1,-1],[1,0],[-2,3],[-1,1],[-1,3],[0,1],[0,1],[-5,4],[-1,2],[-1,1],[-1,2],[0,1],[1,2],[1,2],[0,1],[-2,1],[0,1],[2,1],[0,1],[0,1],[-1,2],[-1,1],[-4,3],[0,1],[1,0],[-1,0],[1,-1],[1,0],[1,1],[-1,1],[-1,1],[-4,1],[0,1],[-1,0],[6,0],[1,0],[2,-2],[2,-1],[5,-3],[1,-1],[1,-1],[2,-1],[2,-1],[2,-1],[3,0],[2,-1],[1,-1],[1,0],[2,0],[2,0],[1,1],[0,1],[-2,2],[-3,2],[-1,2],[0,1],[1,0],[0,1],[1,1],[4,2],[0,1],[3,0],[3,1],[3,0],[4,1],[3,0],[1,3],[0,2],[0,2],[-1,2],[-1,0],[-1,1],[-1,0],[0,-1],[-2,0],[-3,0],[-1,0],[-4,2],[-1,1],[-1,2],[-1,1],[-2,1],[-1,1],[1,0],[4,2],[3,2],[1,2],[0,1],[-1,0],[-3,2],[0,1],[1,1],[4,1],[4,1],[4,1],[2,1],[1,2],[1,1],[2,1],[0,1],[0,3],[0,2],[-1,2],[0,1],[1,2],[1,0],[1,-1],[2,-1],[2,0],[3,-1],[3,-1],[3,-1],[5,-1],[2,0],[1,0],[5,-1],[3,-1],[1,-3],[2,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[2,-1],[4,-1],[1,0],[1,1],[2,0],[3,-1],[2,0],[3,0],[1,0],[1,0],[1,1],[1,0],[1,0],[3,0],[2,0],[5,-1],[3,-1],[1,-1],[2,-3],[1,-1],[0,2],[-2,2],[0,1],[-1,2],[-1,1],[-2,2],[-2,2],[-3,3],[1,0],[4,-2],[-1,1],[-1,1],[-1,1],[-3,3],[0,1],[-2,0],[-2,2],[-1,0],[-2,2],[-1,0],[-1,1],[-2,4],[1,0],[-1,1],[0,2],[-1,1],[-2,0],[0,2],[4,-1],[0,1],[-1,2],[-3,1],[-1,1],[0,1],[-1,2],[-1,2],[3,0],[3,-1],[0,1],[-1,2],[-2,0],[-2,1],[-1,2],[-1,2],[-2,3],[1,0],[2,0],[0,1],[-2,2],[-1,3],[0,1],[2,1],[0,1],[-1,1],[-1,3],[2,1],[-1,1],[-2,1],[1,1],[1,0],[3,-1],[3,-1],[-1,2],[0,1],[1,0],[2,-1],[1,0],[2,-1],[2,0],[1,1],[-1,1],[4,1],[3,-1],[-1,-1],[-1,-2],[1,-1],[3,-2],[3,-1],[1,-1],[1,-1],[-1,-2],[0,-1],[1,-1],[1,1],[1,0],[0,-1],[1,-1],[0,-3],[0,-2],[-1,-2],[1,-1],[2,-1],[4,0],[0,-2],[1,-1],[-1,-2],[0,-1],[1,-1],[3,0],[3,0],[1,-1],[-1,-1],[-2,-1],[-2,-1],[0,-1],[-2,-1],[0,-1],[6,0],[1,-1],[-2,-2],[-1,-1],[1,0],[2,0],[0,-2],[0,-2],[1,-2],[0,-2],[2,-1],[3,1],[1,0],[1,0],[1,0],[0,-1],[-1,-1],[-1,-1],[-1,-1],[2,-2],[5,-2],[3,1],[3,1],[1,0],[5,-1],[6,0],[2,0],[4,0],[6,-1],[3,0],[5,1],[2,1],[6,2],[2,0],[1,0],[0,1],[0,1],[-3,0],[-2,1],[1,0],[2,2],[-1,1],[-4,1],[-3,0],[-1,0],[-5,-1],[-3,0],[-2,-1],[-2,0],[-4,-2],[-1,-1],[0,-1],[-2,-1],[-3,-1],[-1,0],[-1,0],[-4,0],[-1,-1],[-4,0],[-1,0],[0,1],[0,1],[-1,1],[-1,1],[-2,0],[-1,1],[-2,1],[0,1],[0,2],[-1,1],[-1,2],[0,1],[-1,2],[-1,2],[0,1],[1,2],[1,2],[1,3],[1,0],[2,0],[1,1],[1,1],[0,2],[-1,0],[-3,1],[-1,0],[-1,0],[0,2],[0,1],[2,2],[2,0],[2,1],[0,1],[2,0],[1,1],[3,1],[4,0],[2,0],[2,0],[1,-1],[5,-3],[2,-1],[1,0],[2,-1],[4,-2],[2,-1],[1,-1],[3,-1],[1,0],[2,0],[3,-1],[4,-1],[4,-1],[4,0],[2,-1],[-1,0],[1,-1],[1,0],[-1,2],[-1,1],[1,0],[1,0],[1,0],[-2,3],[2,0],[2,-1],[2,0],[1,1],[0,1],[0,1],[-1,0],[-4,2],[-4,2],[-3,2],[-3,1],[-1,1],[1,0],[-1,1],[-1,1],[-2,1],[-2,2],[-1,2],[-2,2],[-1,2],[0,1],[0,1],[1,0],[2,0],[4,-2],[3,1],[5,-1],[2,0],[5,0],[4,1],[3,1],[6,1],[3,1],[3,0],[5,1],[5,1],[4,-2],[2,-3],[0,-1],[0,-3],[0,-2],[1,-1],[1,-2],[1,-1],[1,0],[2,-1],[-1,-2],[-1,-3],[0,-1],[1,0],[2,-1],[0,-1],[1,0],[1,0],[2,2],[2,0],[3,1],[0,-1],[2,-1],[3,1],[3,1],[2,0],[2,-1],[1,-1],[0,-2],[0,-1],[0,-2],[1,-1],[0,-1],[5,0],[4,-2],[2,-1],[1,-1],[0,-1],[3,-1],[1,0],[-1,1],[-1,1],[0,1],[-3,1],[-3,1],[0,1],[0,1],[1,0],[3,1],[2,1],[0,1],[0,1],[2,0],[2,0],[2,1],[7,0],[5,0],[1,0],[-1,1],[-1,0],[-1,0],[-5,0],[-5,-1],[-6,0],[-1,0],[-1,0],[0,1],[4,1],[1,1],[2,0],[-1,1],[-1,1],[2,0],[5,0],[4,-1],[1,0],[0,1],[0,2],[-3,1],[-2,0],[1,1],[1,0],[2,1],[6,1],[7,0],[3,1],[-2,0],[-1,0],[1,1],[4,0],[3,-1],[3,1],[2,1],[2,-1],[2,0],[1,-1],[1,0],[3,1],[0,1],[3,1],[1,0],[2,0],[4,-1],[3,0],[5,1],[1,0],[1,0],[6,1],[2,0],[5,0],[3,-1],[1,-1],[1,0],[2,0],[3,1],[0,1],[1,1],[1,0],[3,1],[4,1],[5,-1],[3,-1],[3,-1],[5,-1],[4,0],[2,0],[1,0],[2,1],[2,-1],[1,0],[2,-1],[0,-1],[7,-1],[3,0],[4,-1],[4,-1],[3,-1],[3,-2],[3,0],[2,-1],[1,-1],[4,-2],[2,-2],[3,-1],[2,-2],[2,-2],[2,-2],[1,0],[0,-1],[-1,-1],[0,-1],[1,0],[5,-1],[2,-1],[3,0],[2,0],[3,1],[2,-1],[4,-1],[2,-1],[1,0],[0,-2],[2,-1],[4,-2],[2,-1],[2,-1],[0,-1],[3,0],[3,-1],[1,0],[1,-1],[2,0],[2,-1],[0,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[0,-1],[-1,0],[1,0],[4,-1],[7,1],[7,0],[3,-1],[9,-2],[5,-1],[7,-3],[5,-2],[4,-2],[8,-4],[2,0],[1,-1],[5,-2],[3,-1],[1,0],[1,-1],[3,-1],[3,-1],[2,-1],[2,0],[4,-3],[3,-2],[3,-1],[5,-2],[2,-1],[1,-1],[2,0],[0,-1],[1,-3],[2,-1],[2,-2],[0,-2],[2,-2],[1,-1],[3,-1],[0,-1],[0,-1],[1,-3],[0,-1],[-1,-1],[-1,0],[-2,-2],[-2,-2],[1,-1],[1,-1],[1,-1],[3,-2],[1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-2],[1,-5],[1,-1],[3,-3],[6,-4],[5,-4],[1,-2],[0,-1],[-1,0],[-3,-2],[-1,-1],[-1,-3],[1,0],[0,-4],[0,-1],[1,-1],[-8,-6],[-2,-1],[-3,-2],[-11,-5],[-6,-3],[-8,-4],[-9,-3],[-16,-7],[-9,-3],[-13,-3],[-4,-1],[-18,-12],[-4,-2],[-9,-5],[-1,-1],[-1,-1],[1,-2],[1,-2],[1,-2],[1,0],[2,-1],[0,-1],[-1,0],[-2,0],[-4,-1],[-4,1],[-3,-1],[-1,0],[-2,-1],[-2,0],[-1,0],[-2,0],[-2,0],[-2,1],[-2,0],[-1,0],[-3,-1],[-3,-2],[-5,-1],[-4,-2],[-3,-1],[-2,-2],[1,0],[-1,-1],[-1,-1],[-2,-1],[0,-1],[-2,0],[-5,-1],[2,-2],[1,-4],[1,-2],[0,-1],[0,-1],[-1,-2],[-2,-1],[-3,-1],[-1,0],[0,1],[-2,0],[-1,-1],[-1,0],[-2,-1],[0,-1],[-3,-3],[-2,-1],[-1,-1],[-5,-2],[-4,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[-2,-1],[-2,-1],[-4,-3],[-2,-1],[-3,0],[-2,-1],[-8,-1],[-3,0],[-7,0],[-2,0],[-4,0],[-3,0],[-4,0],[-2,0],[-5,1],[-5,0],[-2,1],[-3,1],[-3,1],[-2,0],[-2,1],[-2,1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-2,-1],[-3,0],[-3,0],[-2,0],[-1,1],[-1,0],[-3,0],[-3,0],[-3,1],[-3,0],[-2,0],[-1,0],[-2,-1],[1,-2],[0,-1],[0,-2],[-2,-1],[0,-1],[-1,-1],[1,0],[2,-1],[0,-1],[-2,0],[-1,0],[-2,-1],[-3,0],[-2,0],[-1,-1],[0,-2],[-2,-1],[-3,-1],[-2,0],[-3,1],[-3,1],[1,-2],[2,-2],[2,-1],[0,-3],[2,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[1,-1],[1,0],[1,-1],[0,-3],[0,-2],[1,-2],[-1,-3],[1,-1],[1,-1],[1,-1],[3,-2],[2,0],[2,0],[1,-1],[3,-1],[2,-1],[2,-2],[1,0],[2,-2],[2,-1],[2,-1],[1,-1],[2,-1],[0,-1],[-2,-1],[-1,-1],[0,-1],[-1,-2],[1,-1],[0,-2],[-1,-3],[-7,0],[-8,2],[-2,0],[-2,-1],[0,-1],[2,-1],[2,-1],[2,0],[2,-2],[0,-1],[-1,0],[-2,-1],[-4,-1],[-2,-1],[-4,-1],[-3,-1],[-1,0],[-4,0],[-5,1],[-2,0],[-2,-1],[-1,0],[-1,-1],[1,-1],[-1,-1],[-2,0],[-2,1],[-2,0],[-1,1],[-2,0],[-3,0],[-1,0],[-4,0],[-2,-1],[-5,0],[-5,-1],[-4,-1],[-5,0],[-3,0],[-6,0],[-6,0],[-3,0],[-4,0],[-5,-2],[-2,-1],[-1,-1],[-2,-1],[-3,-1],[-3,0],[-3,-1],[-2,1],[-2,0],[-3,0],[-1,-1],[-2,-1],[-1,-1],[-3,-2],[-1,-1],[-1,-1],[0,-1],[0,-1],[2,0],[2,-2],[-2,-1],[-1,0],[-2,-1],[-2,-4],[0,-2],[0,-2],[0,-1],[-2,-1],[-2,-3],[0,-1],[-1,-3],[-2,-3],[-2,-1],[-1,0],[-1,-1],[-3,1],[-6,0],[-2,0],[-2,1],[-2,1],[-4,-1],[-1,0],[0,-1],[-1,0],[-2,-1],[-3,1],[-4,0],[-4,0],[-2,0],[-5,-1],[-2,0],[-7,0],[-3,-1],[-4,0],[-4,-1],[-5,0],[-2,0],[-1,0],[-2,0],[-2,1],[-4,2],[-3,1],[-5,2],[-2,1],[-6,3],[-3,1],[-4,1],[-4,1],[-5,1],[-4,0],[-1,0],[-1,0],[-6,1],[-4,1],[-5,0],[-3,1],[-3,0],[-4,0],[-7,0],[-5,1],[-4,-1],[-6,0],[-2,0],[-2,0],[-3,0],[-4,0],[-3,0],[-2,0],[0,1],[-2,2],[-1,2],[0,2],[-1,1],[-3,2],[-2,2],[-2,0],[-1,2],[0,1],[-1,1],[-1,1],[-1,1],[-1,2],[0,1],[-1,2],[-1,1],[1,1],[0,1],[1,2],[-1,1],[-4,0],[-1,-1],[0,-1],[-1,-2],[-1,-1],[1,-2],[2,-1],[-1,0],[-1,0],[-4,1],[-1,0],[-3,0],[-2,-2],[-1,-1],[-2,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[-2,1],[0,-3],[0,-2],[1,0],[1,-1],[0,-1],[-1,-1],[1,-2],[3,-2],[1,-1],[1,-2],[1,-2],[0,-1],[2,-1],[1,-1],[2,-2],[1,-1],[0,-1],[-1,-2],[0,-1],[-1,-1],[-3,0],[-3,0],[-4,-1],[-1,0],[-2,-1],[-2,0],[-3,-1],[-5,-1],[-1,0],[-1,0],[-2,0],[-4,0],[-4,-1],[-1,-1],[-1,0],[-4,-2],[-4,-1],[-5,-2],[-2,-1],[-2,-1],[0,-1],[-1,0],[0,-1],[-2,-2],[-3,-2],[-2,-2],[-2,-1],[-2,-1],[-2,-1],[-3,-1],[-4,-1],[-3,-1],[-3,0],[-3,-1],[-2,0],[-3,-1],[-3,0],[-3,0],[-4,1],[-3,1],[-1,1],[-3,1],[-2,1],[-2,0],[-4,1],[-6,1],[-4,1],[-5,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,1],[-3,1],[-4,0],[-2,0],[-3,1],[-1,1],[0,1],[-3,3],[0,1],[-2,1],[-5,0],[-3,0],[-5,0],[-1,1],[-2,1],[-2,1],[-1,0],[-5,1],[-2,1],[-5,1],[-5,1],[-5,1],[-1,1],[-2,1],[-3,1],[-5,1],[-2,0],[-3,1],[-4,0],[-3,0],[-4,1],[-2,0],[-2,1],[-2,0],[-1,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[-2,2],[-1,1],[2,1],[0,1],[-2,2],[-1,-3],[-1,-1],[-1,1],[-1,-1],[-5,-1],[-4,-1],[-2,-1],[-2,-1],[-3,-1],[-1,0],[-1,-1],[-3,-1],[-1,-1],[-2,-1],[-2,-2],[-2,-2],[-1,0],[-2,-1],[-2,-2],[-1,0],[-1,-1],[-2,0],[-2,-2],[-3,-2],[-2,-2],[-1,-2],[-3,-1],[-2,-1],[-2,-1],[-1,0],[-4,-1],[-4,0],[-2,-1],[-3,-1],[-4,0],[-1,0],[-5,-1],[-2,0],[-5,0],[-4,1],[-6,-1],[-3,1],[-6,0],[-6,0],[-2,0],[-2,0],[-1,0],[-1,-1],[-2,0],[-3,0],[-5,1],[-2,1],[-2,0],[-2,1],[-4,-2],[-1,0],[-2,-1],[0,-1],[2,-1],[1,0],[2,0],[2,-2],[2,0],[2,-1],[4,0],[4,-1],[3,0],[4,-1],[1,0],[4,0],[5,0],[5,0],[2,0],[3,1],[4,0],[3,0],[5,0],[2,0],[0,-2],[-3,-3],[-1,-2],[-1,-1],[-2,-2],[-3,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-3],[-1,-1],[2,-1],[3,-1],[0,1],[1,1],[3,1],[2,2],[1,2],[2,1],[2,3],[1,1],[3,3],[2,2],[2,2],[2,1],[1,-1],[3,-1],[1,0],[3,0],[1,1],[1,0],[3,1],[2,1],[2,0],[4,2],[3,2],[4,1],[2,1],[1,0],[4,0],[2,1],[4,2],[1,2],[1,1],[1,0],[1,0],[4,2],[1,2],[1,2],[2,1],[2,2],[3,3],[3,2],[2,1],[1,0],[2,0],[6,0],[4,2],[2,1],[1,0],[1,0],[2,0],[3,0],[1,0],[2,-1],[1,0],[4,-2],[5,-1],[2,-1],[1,-1],[1,0],[4,-1],[5,-1],[1,0],[6,-1],[1,0],[2,-1],[3,0],[-1,-1],[-1,0],[2,-1],[1,0],[3,-1],[1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[1,-1],[0,-2],[2,-3],[1,0],[2,0],[2,0],[2,1],[1,2],[1,0],[2,0],[3,-2],[1,-2],[2,-1],[3,-1],[0,-1],[-1,0],[0,-1],[2,0],[3,-1],[4,-1],[5,0],[4,1],[2,0],[3,0],[2,0],[4,0],[2,0],[5,-1],[4,-1],[2,-1],[2,-1],[4,0],[1,0],[1,0],[0,-1],[1,-1],[1,-1],[1,-1],[3,-1],[2,-1],[3,0],[2,0],[4,-1],[2,-1],[3,-1],[6,-2],[1,-1],[1,-1],[1,-1],[1,0],[3,1],[1,0],[1,0],[3,0],[1,0],[3,-1],[2,1],[4,0],[5,0],[2,1],[2,0],[2,0],[3,0],[1,0],[2,0],[1,-2],[1,-3],[1,-1],[3,2],[3,2],[3,1],[3,1],[5,1],[2,0],[3,1],[1,0],[5,1],[1,0],[3,0],[2,-1],[1,0],[1,0],[3,0],[2,1],[3,2],[1,1],[4,1],[3,2],[1,0],[2,2],[1,1],[1,1],[3,1],[1,0],[4,0],[4,1],[2,0],[1,1],[4,1],[2,1],[3,1],[3,1],[3,0],[2,-1],[3,0],[2,0],[5,1],[5,-1],[3,0],[1,0],[1,0],[2,-1],[2,-2],[-1,-2],[4,-1],[2,0],[0,-1],[1,-1],[1,-1],[2,-1],[4,-1],[2,0],[2,0],[2,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[1,0],[1,-1],[2,-1],[3,-1],[1,0],[1,0],[1,1],[1,0],[1,0],[2,1],[5,0],[2,0],[2,-1],[1,-1],[1,-2],[3,0],[2,-1],[2,0],[2,1],[3,0],[2,1],[2,0],[1,-1],[3,0],[3,-2],[2,0],[1,-1],[2,0],[2,0],[2,0],[1,1],[1,0],[1,0],[6,-3],[3,0],[4,-1],[5,-2],[3,0],[2,-1],[1,0],[3,-1],[1,0],[2,0],[2,0],[1,-1],[0,-1],[0,-2],[1,-1],[1,0],[2,-1],[2,-2],[1,0],[2,0],[1,0],[0,-2],[0,-1],[-2,-1],[-2,-3],[-2,-1],[-2,-1],[-1,-1],[-2,-2],[-3,-2],[-2,-3],[-1,0],[-3,0],[-1,-1],[-2,-1],[-2,-1],[-3,-1],[-1,0],[-2,-2],[0,-1],[-1,0],[-2,0],[-1,0],[-3,-1],[-4,-2],[-2,-1],[-2,-2],[0,-2],[-1,-2],[0,-1],[1,-2],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[0,-1],[-1,-3],[-2,-1],[-2,-1],[-2,-2],[-5,0],[-1,1],[-2,1],[-1,1],[-2,0],[-3,1],[2,0],[3,1],[3,0],[1,0],[0,1],[-1,1],[0,1],[-1,1],[1,2],[1,0],[7,1],[1,1],[1,1],[-1,1],[-1,0],[-3,1],[-4,0],[-4,0],[-6,1],[-2,1],[-3,0],[-1,0],[-4,-2],[1,-3],[4,0],[-1,-1],[-1,-1],[-1,0],[2,-2],[2,-2],[2,-3],[1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[2,0],[6,-1],[1,0],[1,0],[1,-1],[0,-1],[-1,-1],[0,-2],[-1,-3],[-2,-2],[-2,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-5,-2],[-1,0],[-2,0],[-2,-1],[-1,0],[-3,-1],[-2,-1],[-2,-2],[-3,-1],[-3,-1],[-5,-1],[-2,-2],[-2,-1],[-3,-1],[-3,-1],[-2,0],[-2,-1],[-2,0],[-6,-2],[-6,-1],[-6,0],[-2,0],[-3,0],[-3,0],[-3,-1],[-3,0],[-4,0],[-7,1],[-1,0],[-6,0],[-2,0],[-3,-1],[-3,1],[-4,0],[-4,1],[-3,-1],[-6,1],[-4,0],[-4,1],[-3,0],[-3,1],[-6,0],[-2,0],[-4,0],[-4,-1],[-5,0],[-3,-1],[-2,-1],[-2,0],[-3,0],[-2,0],[-5,0],[-4,-1],[-3,0],[-1,0],[-2,0],[-1,0],[-2,-1],[-4,0],[-3,-1],[-3,0],[-1,0],[-6,1],[-1,0],[-6,1],[-4,1],[-2,1],[-2,0],[-3,0],[-2,1],[-3,2],[-2,1],[-1,1],[-1,1],[-1,1],[-2,0],[-2,0],[-1,0],[-2,1],[-3,1],[-3,1],[-2,1],[-3,1],[-2,-1],[-2,-1],[-1,0],[-3,0],[-5,0],[-3,0],[-4,1],[-5,1],[-4,2],[-1,0],[-2,1],[-4,2],[-2,1],[-6,2],[-4,1],[-2,1],[-6,0],[-4,0],[-2,1],[-4,1],[-3,1],[-2,1],[-3,0],[-3,0],[-1,0],[-1,0],[-1,1],[-3,0],[-2,0],[-1,0],[-1,1],[0,1],[-2,0],[-4,0],[-2,1],[-2,0],[-1,-1],[-1,-2],[-1,-1],[-3,-2],[-7,-2],[-2,-1],[-4,-1],[-2,-3],[-3,-2],[-1,-2],[-1,-1],[0,-1],[-3,-3],[-2,-1],[-2,-1],[0,-1],[-1,-1],[-2,-3],[0,-2],[-1,-1],[-1,-3],[-1,-1],[0,-1],[-2,-2],[-4,-3],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-3,-1],[-2,-1],[-4,-2],[-2,-1],[-4,-1],[-3,0],[-1,0],[-2,0],[-3,0],[-4,-1],[-3,-1],[-4,0],[-1,-1],[-2,0],[-1,-1],[3,-3],[1,0],[1,-1],[2,-1],[3,0],[3,0],[3,0],[3,1],[1,0],[2,-1],[4,-2],[0,-1],[-2,-2],[-2,-2],[-2,-2],[-2,-2],[-1,-2],[-2,-1],[-3,-2],[0,-1],[-5,-1],[-1,-1],[-2,0],[-4,0],[-1,0],[0,-1],[-1,-2],[-2,-1],[0,-1],[-3,-1],[2,-1],[3,-2],[4,-2],[2,-2],[3,-2],[1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-4,-2],[0,-1],[-3,-2],[-1,-2],[-3,-3],[0,-1],[-2,-1],[-2,-3],[-1,-1],[-1,-1],[-1,-1],[-4,-3],[-3,-2],[-2,-1],[-1,-2],[-4,-2],[-2,-2],[-1,-1],[-3,-1],[-1,-2],[0,-1],[0,-1],[2,-1],[1,0],[2,-3],[2,-2],[0,-1],[-1,-3],[0,-2],[0,-3],[0,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-2,-2],[0,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-1,-2],[-1,-3],[-1,-3],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[1,0],[1,1],[3,1],[0,2],[1,3],[1,1],[3,3],[1,1],[1,1],[3,2],[2,3],[3,3],[3,1],[5,3],[5,2],[9,4],[2,-2],[1,-1],[1,-1],[1,0],[2,1],[2,0],[8,3],[3,1],[2,1],[3,0],[1,0],[-1,-1],[-1,-1],[-3,-1],[-6,-2],[-3,0],[-2,-1],[3,-2],[-3,-2],[-4,-1],[-4,-2],[-2,-1],[5,2],[8,1],[0,-1],[-5,-2],[-2,-1],[4,1],[2,1],[4,-1],[2,0],[2,-1],[3,1],[2,0],[2,-1],[2,0],[1,1],[-1,1],[0,1],[2,2],[1,1],[1,0],[3,1],[1,1],[3,1],[3,1],[4,2],[2,1],[5,1],[3,1],[1,0],[3,1],[3,1],[3,2],[3,2],[0,1],[-2,1],[-1,1],[-1,0],[-4,-1],[-1,-1],[-2,-1],[-2,-1],[-1,0],[-3,-1],[-4,-1],[-1,0],[-3,-1],[-3,-1],[-2,-2],[-1,0],[-2,0],[-2,-1],[-2,0],[-4,2],[-1,2],[0,1],[0,2],[0,2],[0,1],[1,1],[0,2],[1,1],[1,1],[2,2],[2,1],[3,2],[-3,0],[-2,0],[-2,1],[-1,1],[1,2],[1,0],[1,0],[1,0],[3,1],[1,1],[3,6],[0,1],[1,2],[2,1],[1,1],[1,2],[2,2],[2,3],[1,1],[1,3],[0,2],[1,0],[1,1],[1,2],[1,2],[2,2],[2,2],[3,2],[2,2],[1,1],[3,1],[3,1],[5,2],[6,1],[5,0],[1,1],[1,0],[2,1],[5,1],[3,1],[1,0],[4,1],[3,1],[4,1],[4,2],[1,0],[3,2],[1,0],[2,2],[2,1],[2,1],[2,1],[1,1],[3,1],[2,1],[2,1],[2,1],[2,0],[3,2],[4,0],[3,0],[2,0],[2,0],[4,-1],[2,-1],[2,-2],[1,0],[2,-1],[1,0],[1,0],[3,-1],[2,-1],[3,-2],[3,-1],[1,0],[2,0],[2,1],[1,0],[-2,2],[1,0],[0,1],[1,0],[3,-1],[2,0],[2,0],[1,1],[1,1],[1,1],[4,1],[3,1],[2,0],[1,0],[5,1],[4,1],[2,2],[4,0],[4,2],[1,0],[2,1],[3,0],[1,0],[2,0],[1,0],[2,0],[5,1],[3,1],[0,1],[1,0],[3,1],[1,0],[0,-1],[1,-1],[2,0],[5,1],[4,1],[3,0],[2,0],[4,0],[2,0],[3,0],[3,0],[3,1],[3,0],[2,0],[4,-1],[3,0],[4,0],[3,0],[1,0],[3,0],[5,-2],[3,0],[2,-1],[3,-1],[1,0],[2,-2],[2,-1],[1,-1],[2,-1],[1,0],[4,-2],[4,-2],[1,-1],[2,-1],[1,-1],[1,-1],[3,-1],[1,-1],[1,-1],[0,-2],[1,-1],[0,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[-1,-1],[-3,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[0,-1],[-1,-2],[-2,-2],[-1,-1],[0,-1],[-2,-2],[-2,-2],[-2,-3],[0,-1],[1,0],[1,0],[-1,-2],[-3,-2],[-1,0],[0,-2],[-1,-1],[0,-1],[-1,0],[-3,-2],[-2,-2],[-3,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[-3,-2],[-1,-2],[-1,-1],[-1,-3],[-2,-1],[-1,-3],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,-3],[-1,-3],[-2,-3],[-1,-2],[-3,-3],[-1,-1],[-1,-1],[-2,-1],[-3,0],[-2,0],[-1,0],[-2,-2],[-1,-1],[-1,-2],[-1,-2],[0,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[1,0],[0,-1],[0,-1],[-1,-1],[-4,0],[-1,0],[-2,0],[0,1],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-2,-1],[-1,1],[-1,0],[-2,0],[-3,0],[-1,-1],[-1,-1],[-1,0],[-3,1],[-3,1],[-2,1],[-1,0],[0,1],[-1,0],[-2,1],[-5,1],[-3,2],[-2,1],[-1,0],[-2,1],[-3,0],[-3,0],[-5,1],[-1,1],[-2,0],[-1,1],[-2,0],[-3,2],[-4,1],[-4,2],[-2,0],[-1,-1],[-1,0],[-2,0],[-1,0],[-6,0],[-1,0],[-2,0],[-1,1],[-2,1],[-1,0],[-3,1],[-4,0],[-2,0],[-2,1],[-2,0],[-4,0],[-2,-1],[-2,0],[-4,-2],[-3,-1],[-3,-1],[-3,-3],[-3,-1],[-2,-1],[-3,-1],[-1,-1],[0,-1],[-1,0],[-2,-1],[-3,-1],[-1,0],[-1,1],[-1,1],[0,1],[1,1],[1,2],[-1,0],[-4,0],[-4,-1],[-2,0],[-3,-2],[-4,-2],[-1,-2],[-2,-1],[0,-1],[1,-1],[3,2],[1,1],[1,1],[1,1],[0,1],[1,0],[1,-1],[0,-1],[0,-1],[0,-1],[1,0],[3,2],[1,0],[2,1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-3,-2],[1,0],[2,1],[2,2],[3,0],[1,0],[1,-1],[-3,-2],[4,2],[2,3],[2,0],[1,0],[1,0],[5,1],[0,-1],[0,-2],[-5,0],[-2,-1],[-1,-1],[2,1],[0,-1],[-1,0],[0,-1],[-3,0],[-1,-1],[-3,-1],[0,-1],[2,0],[2,-1],[-3,-1],[-1,-1],[0,-1],[0,-1],[1,-2],[-1,-2],[-1,-1],[-1,-1],[-3,-2],[-1,-1],[-3,-2],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,1],[-1,0],[-2,0],[0,-1],[4,-1],[3,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-2,1],[-4,0],[-3,-2],[-2,-2],[1,-1],[1,0],[1,1],[2,1],[1,0],[2,-1],[3,0],[5,0],[0,-1],[2,0],[0,-1],[-3,-1],[-2,0],[-1,0],[-1,0],[-1,1],[-1,0],[-3,0],[-1,0],[-3,-1],[-1,0],[2,-1],[2,0],[2,1],[1,-1],[2,0],[3,-2],[1,-2],[3,0],[2,0],[1,0],[2,0],[3,0],[1,0],[1,-1],[-1,-3],[0,-1],[5,-5],[0,-1],[-2,-2],[-1,-1],[-4,1],[-1,0],[-2,0],[-3,0],[-4,0],[-1,-1],[1,-1],[2,-1],[5,-1],[2,-1],[3,0],[4,-1],[1,0],[-2,-2],[2,-1],[4,-2],[1,0],[2,-1],[0,-2],[1,-1],[1,-2],[1,-1],[-1,-1],[-1,-1],[-1,0],[-2,1],[-5,1],[-1,1],[-3,1],[-3,1],[-2,0],[-1,0],[-1,2],[-1,1],[-2,3],[1,2],[-2,-2],[1,-1],[1,-2],[0,-1],[-1,-2],[-1,0],[-1,3],[-1,0],[1,0],[-1,-2],[-2,1],[-3,0],[-3,2],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,-2],[-3,0],[-1,-1],[3,-1],[3,-1],[2,-1],[4,-1],[2,-1],[4,0],[3,-1],[2,-1],[2,-1],[4,0],[1,-1],[-1,-1],[-2,-1],[2,-2],[1,0],[-4,-1],[-1,-1],[-2,2],[-1,2],[-4,1],[-2,1],[-2,0],[0,-1],[-1,-2],[1,-3],[-1,0],[-3,-1],[-3,0],[-2,0],[0,-1],[1,-1],[1,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[-3,3],[-1,2],[-1,1],[1,1],[1,2],[2,1],[1,1],[0,1],[-2,1],[-1,0],[-4,1],[3,-2],[2,-1],[0,-1],[-1,-1],[-3,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-2,-2],[-3,2],[-1,1],[-1,1],[-2,1],[-2,1],[0,1],[0,2],[0,1],[0,1],[-1,-2],[0,-1],[1,0],[0,-1],[-1,-1],[0,-1],[-2,2],[-3,0],[-2,-1],[0,-1],[1,-1],[1,0],[2,-1],[-1,-1],[-1,-1],[0,-1],[2,-2],[4,-3],[4,-2],[1,-1],[1,-1],[-2,-1],[-2,-1],[1,0],[1,0],[3,0],[2,-1],[-2,-1],[0,-2],[1,-1],[3,0],[0,-2],[0,-2],[0,-2],[1,-1],[1,1],[2,2],[2,2],[1,1],[0,-1],[1,-1],[1,-2],[1,-1],[0,-1],[-1,-1],[-2,-2],[0,-3],[0,-1],[-2,-3],[0,-1],[1,-1],[1,-1],[0,-2],[1,0],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-3,-2],[-2,-1],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,-2],[-2,-1],[-1,-1],[-1,0],[-2,-2],[-1,-2],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-3],[0,-1],[-1,-1],[-1,-2],[0,-3],[-1,-2],[-2,-2],[-1,0],[-3,-4],[0,-1],[-1,-2],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[1,-2],[1,-1],[1,-1],[3,-1],[1,0],[1,0],[1,1],[-1,0],[-1,0],[-1,1],[0,1],[1,1],[1,2],[0,2],[1,6],[2,2],[2,1],[3,0],[1,-1],[1,-1],[-1,-2],[1,1],[1,2],[0,1],[-2,3],[0,2],[0,2],[1,1],[2,2],[1,3],[1,1],[0,1],[1,2],[0,2],[1,2],[1,3],[1,2],[1,1],[1,2],[0,2],[1,2],[1,1],[1,1],[0,1],[1,2],[1,2],[2,2],[2,2],[1,1],[0,1],[3,0],[4,-1],[2,0],[3,-1],[3,-1],[2,-1],[4,0],[3,0],[2,-1],[4,1],[4,0],[1,0],[2,-1],[2,0],[2,0],[2,0],[1,0],[2,-1],[1,-1],[-1,-1],[-1,-2],[-2,-1],[-1,-2],[-1,0],[0,-1],[3,-1],[1,1],[2,1],[2,0],[3,0],[1,0],[2,0],[1,0],[2,0],[1,-1],[2,-1],[2,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-3,-2],[-3,-1],[-3,1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-2,-3],[-2,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[2,-1],[0,-2],[-1,-2],[-3,-2],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-3],[1,-2],[1,0],[2,-1],[1,-1],[0,-1],[-1,-2],[-1,0],[-3,-1],[-3,0],[-1,-1],[-1,-2],[-3,-1],[-2,2],[0,2],[0,1],[-1,2],[0,1],[2,1],[2,3],[0,1],[1,0],[0,1],[1,1],[2,2],[0,1],[1,1],[1,0],[0,1],[1,1],[-2,1],[-2,0],[0,1],[0,1],[-1,3],[-1,3],[0,2],[-1,1],[0,1],[2,1],[2,2],[3,0],[1,0],[2,-1],[2,0],[2,1],[3,2],[0,1],[-2,3],[-5,0],[-1,1],[-2,-1],[0,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,1],[-2,0],[-1,-1],[-1,-2],[-2,-3],[0,-1],[-1,-2],[-2,-1],[-2,-1],[-1,0],[-2,-1],[-1,-2],[-2,-2],[-2,-1],[-3,-1],[-3,-2],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,-3],[-1,-3],[1,-3],[0,-1],[1,-1],[1,-1],[1,0],[1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-3],[0,-1],[1,-2],[0,1],[1,1],[2,0],[3,-2],[4,-2],[1,0],[-1,1],[-2,2],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[-1,2],[0,2],[1,1],[0,2],[-1,1],[-1,1],[1,2],[2,2],[1,2],[2,1],[3,1],[1,-1],[2,0],[1,1],[2,3],[2,1],[1,1],[5,1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,-1],[0,-2],[1,0],[0,-1],[1,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-2,-2],[-1,-2],[2,1],[1,0],[1,0],[0,-2],[-1,-3],[1,-1],[0,-1],[2,-1],[1,1],[0,-1],[0,-1],[0,-3],[-2,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[0,-2],[1,0],[1,0],[2,3],[2,2],[0,1],[2,1],[2,2],[2,1],[0,1],[1,0],[1,-1],[1,0],[0,-2],[0,-1],[0,-1],[-1,-2],[-2,-2],[-1,-2],[-2,-2],[-1,-1],[1,1],[2,1],[1,1],[3,1],[4,3],[2,2],[3,1],[1,0],[1,0],[0,-1],[-1,-1],[-2,0],[-1,-1],[0,-1],[-1,-1],[-3,-2],[-3,-1],[-2,-1],[-3,-1],[-1,-1],[0,-1],[2,-2],[1,0],[1,0],[1,1],[1,1],[3,1],[2,1],[4,2],[3,1],[4,1],[3,1],[2,1],[2,1],[2,1],[1,0],[2,1],[3,1],[5,2],[1,1],[2,1],[2,2],[3,2],[3,2],[1,0],[2,0],[1,0],[1,0],[0,-1],[1,-1],[2,-2],[0,-1],[0,-1],[0,-1],[-4,-1],[-1,0],[-2,-1],[-1,-2],[-1,-2],[-4,0],[-2,0],[2,0],[4,-1],[1,1],[1,1],[1,0],[1,1],[2,-1],[1,0],[3,-2],[3,-1],[0,-1],[-2,-1],[-1,0],[-2,-2],[-2,-1],[-1,-2],[-2,0],[-2,-1],[-2,0],[-3,0],[-1,0],[-4,0],[-2,0],[1,0],[1,0],[3,-1],[4,0],[0,-1],[-4,-1],[-1,-1],[-2,-1],[-4,0],[-3,-1],[-2,0],[-2,0],[0,-2],[1,0],[-2,0],[-5,0],[-4,1],[-1,0],[-2,1],[-3,1],[-2,0],[3,-1],[3,-1],[2,0],[3,-1],[1,0],[1,0],[1,0],[1,-1],[1,-1],[-3,0],[-1,0],[-4,0],[-3,1],[1,-1],[1,0],[4,-1],[-1,0],[-2,-1],[-1,0],[-3,1],[-5,1],[-1,-1],[1,0],[2,0],[1,0],[4,-2],[0,-1],[-3,0],[-4,1],[-4,0],[3,-1],[3,0],[3,-1],[-1,0],[-3,-2],[-2,-2],[-1,-2],[-1,-2],[0,-1],[0,-1],[-1,-2],[-2,-1],[-1,0],[0,-1],[1,-1],[2,0],[1,0],[1,2],[-1,-1],[-1,0],[-2,-1],[1,2],[1,1],[1,1],[1,0],[4,2],[2,0],[-2,-3],[-1,-1],[-2,-1],[0,-1],[1,0],[0,-1],[-1,-2],[0,-2],[-3,-3],[-2,-1],[-3,-2],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,-2],[-1,-1],[-2,0],[-1,-1],[0,-1],[1,0],[1,0],[4,2],[4,0],[4,1],[4,1],[2,0],[1,0],[4,1],[4,1],[2,0],[3,0],[4,-1],[1,-1],[2,0],[1,-3],[-5,0],[-2,-1],[-2,0],[-1,0],[-3,0],[-3,0],[-2,0],[0,-1],[-2,0],[-1,0],[-3,-1],[-2,0],[-1,0],[-2,-1],[-3,-1],[-2,0],[-1,-1],[-1,-1],[1,-1],[3,0],[5,0],[2,0],[3,-1],[1,-1],[1,-1],[0,-1],[-1,0],[-2,-1],[0,-2],[1,-1],[0,-1],[-1,0],[-5,-2],[-2,1],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,0],[2,-2],[2,-1],[2,-2],[0,-1],[-4,-2],[-1,-1],[-3,0],[-2,0],[-2,-2],[1,-1],[1,0],[1,1],[5,1],[4,1],[1,1],[2,1],[1,1],[2,0],[1,1],[2,0],[1,0],[5,-1],[1,-1],[1,-1],[-1,-1],[-2,-1],[0,-1],[1,-1],[0,-1],[-3,-1],[-2,0],[-3,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-3,0],[-1,0],[-5,-1],[-3,-2],[-1,-2],[-1,-2],[1,-1],[1,0],[0,-1],[1,0],[2,0],[4,0],[1,-1],[1,-1],[-1,-3],[-2,-1],[-1,0],[-3,-1],[-1,-1],[-2,-1],[-2,0],[-1,-1],[-2,-3],[1,0],[3,1],[3,2],[1,0],[1,1],[3,1],[1,0],[4,1],[3,1],[3,-1],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[-2,0],[0,-1],[3,-1],[1,0],[2,0],[1,-1],[1,-1],[-4,0],[-4,-1],[-5,-1],[0,2],[-4,1],[-1,0],[-1,-1],[-1,-1],[-3,0],[-2,0],[-2,-1],[-1,0],[-1,-1],[0,-1],[-3,0],[-2,1],[-3,0],[-1,1],[1,0],[2,1],[-1,2],[-1,1],[-1,0],[-1,-1],[-3,-1],[-3,-1],[-2,-1],[-1,-1],[0,-1],[1,0],[3,0],[3,1],[1,0],[4,-1],[3,-1],[2,-1],[1,-1],[5,0],[1,0],[2,1],[2,1],[1,1],[1,0],[3,0],[0,-1],[-1,0],[0,-1],[0,-2],[1,0],[2,-1],[2,0],[2,0],[3,-1],[1,0],[2,0],[2,0],[0,-1],[0,-1],[-1,0],[-4,-1],[-3,0],[-3,-1],[-2,-1],[-2,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-5,0],[-2,1],[-1,2],[-1,0],[-1,0],[-1,-1],[0,-1],[1,0],[2,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,1],[-1,0],[0,1],[-2,1],[-1,0],[-2,0],[-1,-1],[-3,0],[-3,2],[-2,1],[-1,2],[-3,1],[-1,1],[-1,0],[0,2],[-2,2],[-1,2],[-1,1],[0,1],[-1,0],[-1,0],[-3,-1],[-2,0],[-2,1],[-3,1],[-1,2],[0,3],[1,2],[0,2],[0,2],[0,1],[1,1],[0,2],[0,-1],[-1,-1],[-1,-1],[0,-2],[-1,-1],[-2,-1],[-1,0],[-1,2],[-2,3],[-1,1],[0,3],[-1,1],[0,2],[0,1],[-1,1],[-1,2],[-2,2],[-1,1],[-2,1],[-1,1],[-1,1],[-2,2],[-1,0],[0,1],[2,1],[1,1],[-1,2],[0,1],[0,3],[-1,3],[-1,0],[-1,2],[-1,0],[-3,-1],[-1,-1],[1,-2],[3,-1],[2,0],[1,-1],[0,-2],[-2,-1],[-3,-2],[-1,0],[-2,0],[-3,1],[-1,2],[-2,2],[-2,3],[-1,1],[-2,1],[1,-1],[1,-1],[1,-1],[-1,-2],[1,-1],[1,-2],[1,-1],[1,-2],[0,-1],[-1,0],[-2,0],[-1,1],[-3,2],[-3,1],[-2,1],[0,-2],[1,-1],[2,0],[1,-1],[1,-1],[0,-2],[2,-2],[2,-2],[1,0],[2,-3],[2,-3],[0,-1],[3,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,-2],[0,-1],[2,-3],[1,-1],[1,-2],[2,-2],[1,-1],[1,-3],[1,-2],[-2,1],[-3,2],[0,1],[-2,2],[-2,0],[-4,1],[-1,0],[1,2],[-1,1],[-1,0],[0,-3],[1,0],[3,-1],[1,-1],[1,-1],[1,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[-4,2],[-4,1],[-1,2],[-2,1],[-1,0],[-2,1],[-3,0],[-1,0],[-2,1],[-2,2],[-3,1],[-3,2],[-1,1],[-1,2],[-1,1],[-3,1],[-3,1],[-1,2],[0,2],[0,1],[-2,2],[-1,1],[-1,1],[-2,3],[-1,0],[-1,1],[-2,2],[-2,1],[-2,1],[-2,1],[-3,1],[-2,1],[-1,1],[-1,1],[-4,2],[-3,1],[-5,2],[-2,1],[-2,1],[-1,1],[-2,0],[-1,0],[-2,-2],[-1,-1],[1,-1],[2,-1],[0,-1],[1,-1],[1,-2],[-1,-1],[-1,0],[-1,0],[-2,0],[-2,0],[-1,0],[-1,-1],[-4,-1],[-2,-3],[-2,-2],[1,-1],[2,0],[1,-3],[3,-2],[3,-1],[1,-1],[3,-2],[-1,0],[-2,-1],[-2,-1],[-1,0],[-2,1],[-1,1],[-2,0],[0,-1],[2,-2],[0,-1],[-4,-1],[-1,0],[-2,0],[-2,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,3],[1,1],[2,2],[1,3],[0,1],[-2,-1],[-5,1],[-2,0],[-3,-1],[-2,0],[-2,1],[-3,0],[-2,0],[-1,0],[-1,-3],[-2,-1],[-2,-1],[-2,0],[-3,-2],[-2,-1],[-2,-1],[-3,-1],[-1,0],[-1,-1],[-1,-3],[1,0],[2,0],[1,0],[1,0],[2,0],[1,0],[2,0],[1,0],[3,2],[2,0],[1,0],[2,0],[1,0],[0,-1],[-1,-1],[-1,-2],[1,-1],[-1,-2],[0,-1],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-3,-1],[-2,-1],[-1,-1],[-2,-2],[0,-1],[1,0],[2,0],[4,1],[1,0],[1,1],[1,1],[1,0],[1,-1],[2,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[-3,-2],[-3,-3],[-2,-1],[-2,-1],[-1,-1],[-1,-2],[-1,0],[-1,-3],[1,-1],[2,0],[1,0],[1,0],[3,2],[2,1],[1,1],[1,1],[2,0],[5,1],[1,1],[2,-1],[1,-1],[1,-2],[2,-1],[2,-2],[2,-1],[4,0],[0,-1],[-1,0],[-2,0],[-1,-1],[-3,-1],[-3,-1],[-3,-1],[-3,-1],[-2,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-2,1],[-1,1],[-1,0],[-2,0],[-1,1],[-1,0],[0,-1],[-1,0],[-2,0],[-1,0],[-5,0],[-3,0],[-2,-1],[1,0],[1,-2],[0,-1],[-1,-1],[-1,-2],[0,-2],[-1,-2],[0,-2],[1,-1],[5,0],[4,2],[3,2],[4,2],[1,0],[4,1],[3,0],[4,0],[4,0],[3,0],[5,2],[3,0],[1,0],[2,-1],[1,-1],[0,-1],[1,-1],[1,-3],[0,-2],[0,-2],[-1,-1],[0,-3],[-1,-2],[-2,-2],[-1,-2],[-2,-3],[-2,-1],[-1,-1],[-2,-2],[-1,-1],[-2,-3],[0,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[-3,1],[-6,0],[-2,0],[-1,0],[-1,-1],[2,-1],[3,-1],[0,-1],[1,-1],[1,0],[-1,-1],[0,-1],[1,-1],[2,-1],[3,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-5],[0,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-3],[-3,-2],[-2,-1],[-1,-1],[1,-3],[1,-2],[1,-1],[-1,-2],[0,-1],[0,-1],[-2,-2],[0,-1],[-1,0],[0,-1],[0,-1],[1,-2],[0,-2],[0,-1],[-2,-2],[-2,-2],[-2,-2],[1,-1],[1,-2],[-1,-1],[-1,-1],[-2,0],[-2,-1],[0,-2],[0,-1],[1,0],[2,-1],[0,-2],[-1,-1],[-1,-3],[0,-2],[-1,0],[0,-1],[-1,-1],[-1,0],[-2,-1],[-1,-1],[1,-4],[2,-1],[1,-2],[2,-2],[0,-1],[0,-1],[-1,-2],[0,-3],[2,-1],[1,-1],[0,-1],[3,-3],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,0],[-2,-1],[-1,0],[-1,-1],[0,-1],[-1,-2],[0,-1],[1,-1],[2,-1],[4,-3],[3,-1],[2,-2],[1,-1],[1,-1],[1,-1],[2,-2],[2,-1],[0,-1],[1,-1],[-1,-2],[0,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-3,0],[-3,-1],[-1,0],[-2,0],[-1,0],[-1,-2],[-2,-3],[-1,-2],[1,0],[2,1],[1,1],[1,0],[0,-2],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-2,-2],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,2],[1,2],[-1,0],[-1,0],[-3,-1],[-1,-1],[0,-1],[1,-1],[-2,-1],[-2,-2],[-4,-2],[-2,-2],[-2,-1],[-4,-1],[-3,-3],[-2,-1],[-2,-1],[-1,-2],[0,-1],[1,-1],[0,-3],[0,-2],[0,-1],[0,-1],[-1,-4],[-1,-2],[-2,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[1,-1],[-1,-2],[-3,-6],[0,-1],[0,-3],[1,1],[2,1],[3,1],[2,2],[0,1],[1,1],[0,1],[1,2],[2,2],[2,3],[2,3],[1,1],[1,2],[2,1],[1,2],[1,0],[2,1],[2,0],[0,-2],[-1,-3],[0,-2],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[0,-2],[-1,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-3],[-2,-1],[-1,-1],[0,-2],[0,-1],[1,-2],[-2,-2],[0,-1],[-1,-1],[-3,-3],[-1,-1],[-1,0],[-1,-1],[0,-1],[-2,-2],[-1,0],[-3,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-3,-1],[-2,-2],[-1,0],[-1,2],[0,1],[-1,0],[0,-1],[0,-2],[0,-1],[1,0],[1,-3],[-1,-3],[0,-1],[-1,-3],[-1,-1],[-1,-3],[0,-1],[-1,-3],[-1,-1],[-1,-3],[-1,-2],[-1,0],[0,-1],[-1,-3],[0,-2],[0,-3],[-1,-3],[0,-1],[-2,-1],[-1,-1],[-1,-3],[0,-1],[-1,-2],[0,2],[0,1],[2,4],[-1,0],[0,-1],[-2,-2],[0,-3],[-1,-2],[0,-1],[1,-1],[1,0],[1,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,-2],[-1,-2],[-1,-3],[-1,-3],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[-1,-2],[1,1],[1,3],[0,2],[1,1],[2,0],[2,0],[1,0],[2,1],[1,0],[2,0],[3,-2],[1,-1],[1,0],[2,0],[1,1],[2,0],[2,1],[3,1],[3,0],[2,0],[2,-1],[3,-1],[2,-1],[1,0],[4,0],[2,1],[2,0],[1,0],[1,2],[0,1],[1,0],[3,0],[2,0],[-1,-1],[1,0],[0,-1],[1,-1],[2,-1],[0,-2],[-1,-1],[0,-2],[0,-1],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[0,-1],[1,0],[2,2],[2,1],[2,3],[1,2],[2,1],[1,1],[1,1],[1,2],[0,1],[0,2],[1,1],[3,1],[2,2],[1,0],[1,1],[2,1],[0,1],[2,2],[2,1],[1,0],[1,0],[3,-1],[4,0],[2,-1],[4,0],[1,-1],[3,1],[-1,1],[-1,1],[-4,1],[-1,0],[-2,1],[-1,0],[-3,0],[-1,0],[-1,0],[-4,1],[-1,1],[-1,1],[-1,2],[0,1],[1,1],[0,1],[0,2],[-1,1],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[0,2],[1,3],[0,1],[0,2],[0,3],[-2,3],[1,1],[0,2],[0,2],[0,3],[1,2],[0,3],[1,2],[0,1],[2,3],[2,3],[1,1],[0,1],[1,2],[1,1],[1,3],[1,0],[1,3],[1,1],[1,3],[1,1],[2,2],[1,1],[1,2],[1,2],[2,1],[0,1],[1,2],[2,1],[0,1],[0,2],[1,1],[0,1],[1,2],[2,2],[2,3],[1,1],[1,2],[1,2],[1,1],[1,2],[0,2],[1,1],[2,2],[1,1],[1,1],[1,2],[2,2],[1,1],[3,3],[1,1],[3,2],[2,2],[1,0],[1,1],[3,1],[2,1],[1,1],[1,0],[1,-1],[0,-2],[0,-2],[3,-1],[3,-2],[1,0],[1,0],[2,-1],[2,0],[2,0],[1,0],[1,-1],[3,-2],[3,0],[1,0],[2,-2],[1,-2],[1,-3],[1,-1],[-1,-2],[-1,0],[-1,-2],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-3,-2],[-2,-2],[0,-1],[1,0],[4,1],[1,0],[1,1],[2,1],[0,1],[0,1],[1,2],[2,0],[2,0],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[1,-1],[3,-1],[2,-1],[2,-1],[3,-2],[2,-1],[2,-1],[1,-1],[2,0],[2,-1],[4,-2],[3,-2],[2,-1],[1,-1],[1,0],[6,-4],[1,-1],[1,-1],[2,0],[3,-2],[4,-1],[4,0],[4,-1],[1,0],[2,-1],[2,-1],[1,-1],[1,0],[2,-1],[1,-1],[2,-1],[2,0],[3,-3],[0,-1],[3,-1],[1,-1],[2,0],[2,-1],[3,-1],[1,0],[4,0],[2,-1],[2,0],[2,0],[4,1],[3,0],[2,0],[1,-1],[1,0],[-1,-1],[1,-1],[1,-1],[1,0],[3,-1],[4,-2],[2,0],[2,0],[4,-1],[3,0],[3,1],[2,0],[4,0],[1,0],[1,0],[1,-1],[3,-2],[0,-1],[1,0],[2,-1],[1,0],[1,-2],[1,0],[0,-1],[-1,0],[0,-1],[1,-1],[1,-1],[2,-1],[1,-1],[2,-1],[3,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-3],[0,-2],[1,0],[0,-1],[2,-1],[1,-1],[1,-2],[1,-3],[1,-1],[0,-1],[1,-3],[1,0],[1,-2],[1,-1],[0,-2],[1,-2],[2,-2],[3,-3],[2,-2],[0,-2],[0,-2],[-1,-1],[-2,-1],[-2,0],[-4,-1],[-4,-1],[-4,-1],[-3,-1],[-2,0],[-3,-1],[-1,-1],[-2,-1],[0,-1],[-3,-1],[-1,0],[-1,-1],[-3,-1],[0,-1],[-1,-2],[-1,0],[-3,1],[-4,0],[-3,1],[-3,1],[-3,2],[-3,2],[-3,1],[-3,2],[-1,1],[-2,1],[-2,0],[0,1],[-1,1],[-1,2],[-2,2],[-1,2],[-2,1],[-2,2],[-2,2],[-2,1],[-1,0],[-2,1],[-1,1],[-2,1],[-1,2],[0,1],[-2,1],[-1,0],[-1,0],[-4,2],[-4,1],[-2,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[-1,0],[-2,3],[-1,1],[-1,1],[-3,2],[-1,1],[-4,2],[-3,0],[-3,0],[-3,-1],[-3,1],[-4,1],[-2,0],[-5,2],[-1,0],[-2,0],[-4,0],[-2,0],[-1,-1],[-2,0],[-1,-1],[-1,-1],[-1,-2],[1,-1],[2,0],[3,-1],[-1,-1],[-1,0],[-2,-1],[-2,0],[-1,-1],[-2,-2],[-1,-1],[-2,-1],[-2,0],[-1,0],[-1,0],[-3,1],[-3,1],[-1,1],[-1,1],[1,1],[-1,1],[-1,1],[-1,0],[-2,1],[-1,1],[-1,0],[-1,2],[0,2],[0,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,0],[-2,1],[0,1],[-2,1],[-1,1],[-2,0],[-2,0],[-1,-1],[-3,-2],[0,-2],[1,0],[1,0],[1,0],[2,1],[5,0],[1,0],[1,-1],[2,-3],[1,-1],[1,-1],[0,-1],[1,-2],[0,-1],[-3,0],[-4,0],[-1,0],[-1,0],[-1,-1],[-1,-2],[0,-1],[-2,-1],[-3,-1],[-3,-2],[-1,0],[-3,-1],[-3,0],[-3,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[-2,-1],[-1,-1],[-1,-1],[1,0],[1,0],[4,1],[3,0],[1,-1],[4,1],[2,1],[1,-1],[3,-1],[1,-1],[0,-1],[-2,0],[0,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[0,-1],[1,-1],[2,0],[3,-1],[2,0],[1,1],[1,0],[1,0],[1,-1],[1,-1],[0,-1],[1,-1],[0,-1],[3,0],[1,-1],[2,0],[5,0],[4,-1],[2,0],[3,-1],[1,0],[2,-1],[2,0],[4,-1],[2,0],[2,0],[1,0],[2,-2],[1,0],[2,-1],[2,-1],[0,-1],[0,-2],[1,-2],[0,-1],[1,-1],[2,-1],[1,-2],[2,-3],[1,-1],[-1,-1],[-3,-1],[-4,-1],[-1,0],[-2,1],[-2,1],[-3,2],[-4,2],[-2,1],[-1,0],[-1,0],[-1,1],[-2,0],[-4,0],[-3,0],[-2,0],[-1,-1],[0,-1],[-3,-2],[-2,-1],[-3,-2],[-2,0],[-1,0],[-1,0],[-2,2],[-1,1],[-2,2],[-1,2],[-2,1],[-4,1],[-2,-1],[-1,-1],[0,-1],[-2,-1],[-2,0],[-1,0],[-1,0],[-2,1],[-1,1],[-1,0],[-3,1],[0,-1],[0,-1],[1,-1],[2,-1],[2,-1],[1,0],[2,0],[1,0],[2,1],[2,1],[1,0],[0,1],[1,0],[1,-1],[3,-1],[2,-2],[0,-1],[1,-1],[2,-2],[0,-2],[2,0],[2,-1],[3,1],[3,0],[1,0],[2,2],[1,1],[1,1],[2,1],[1,1],[4,0],[3,0],[2,0],[3,-3],[2,-1],[2,-2],[1,-1],[2,-2],[1,-2],[0,-1],[-2,-1],[-2,0],[-2,0],[-1,0],[-1,1],[-2,1],[-3,1],[0,-1],[2,-2],[1,0],[1,-1],[1,0],[1,-3],[-4,-2],[-1,0],[-1,1],[-2,1],[-2,1],[-1,1],[-1,0],[-4,2],[-1,0],[-5,1],[-2,1],[-2,1],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-2,1],[-2,0],[-1,0],[-3,1],[-2,1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-3,2],[-3,3],[-2,1],[-2,1],[-1,0],[-1,0],[-1,0],[-2,0],[-4,-2],[-2,-2],[-2,-1],[0,-1],[1,0],[1,0],[2,0],[0,1],[2,0],[1,1],[1,0],[1,0],[2,-1],[1,0],[2,-2],[0,-1],[-1,-1],[1,-1],[2,-1],[1,-1],[1,0],[1,-1],[1,-1],[1,0],[2,0],[1,0],[2,1],[2,0],[1,0],[2,-1],[3,-1],[2,-2],[1,-1],[1,-1],[1,-2],[2,0],[2,0],[7,0],[2,-1],[4,-2],[2,-1],[4,-1],[3,-1],[2,-1],[3,0],[3,0],[1,1],[4,0],[3,-2],[1,-1],[1,-1],[0,-1],[1,0],[1,-1],[2,0],[3,-1],[3,0],[4,1],[2,1],[2,0],[1,-1],[2,0],[4,-1],[1,0],[2,0],[2,0],[0,-1],[1,-1],[1,0],[1,-1],[1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[-5,-1],[-3,0],[-3,-1],[-3,0],[-2,-1],[-1,0],[0,-1],[1,-1],[-2,-1],[-1,0],[-1,0],[-2,1],[-2,0],[-2,1],[-4,0],[-1,0],[-2,-1],[-1,0],[-2,0],[-2,0],[-3,1],[-3,2],[0,1],[-2,1],[-2,1],[-4,1],[-2,0],[-1,0],[-2,0],[-1,0],[-2,0],[-5,-1],[-4,0],[-3,-2],[-2,-1],[-2,0],[-5,0],[-3,-1],[-1,0],[-3,-2],[-1,0],[0,-1],[0,-1],[3,-1],[2,-1],[4,0],[1,0],[1,0],[1,1],[2,0],[5,1],[2,1],[1,1],[2,1],[3,0],[1,0],[3,0],[3,-2],[1,0],[0,-1],[0,-1],[0,-1],[3,-1],[2,-1],[1,-1],[2,0],[1,0],[4,-2],[1,0],[1,-2],[1,0],[2,-1],[2,0],[3,0],[4,0],[3,0],[3,0],[2,1],[2,0],[3,1],[2,0],[4,2],[1,0],[2,0],[1,-2],[1,0],[2,0],[3,-1],[1,0],[1,0],[1,0],[1,1],[3,1],[3,1],[1,0],[3,2],[1,1],[2,0],[2,-1],[-1,-2],[1,-1],[1,0],[2,-1],[4,-1],[1,0],[1,-1],[0,-1],[1,-2],[2,0],[1,0],[1,-1],[2,-2],[1,-1],[0,-1],[3,-1],[2,-1],[2,-1],[3,-1],[2,0],[2,-2],[2,-1],[2,-2],[1,-1],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[2,-2],[1,-1],[-2,-1],[-1,0],[0,-1],[-1,-3],[-2,-1],[-1,-1],[-2,-3],[-1,-2],[-1,-1],[0,-2],[0,-2],[0,-1],[-1,-3],[1,0],[3,-1],[2,-1],[1,0],[1,1],[2,2],[1,1],[1,1],[1,1],[1,1],[3,1],[4,1],[2,0],[1,0],[2,-1],[0,-1],[1,-2],[1,0],[1,-1],[1,0],[2,0],[1,-1],[1,-1],[1,-1],[3,-1],[3,-2],[2,-1],[3,-1],[2,-1],[3,-2],[2,0],[1,0],[1,0],[4,0],[1,0],[2,1],[0,2],[0,2],[0,3],[0,2],[0,1],[-3,3],[-1,1],[-1,3],[0,2],[0,2],[0,1],[0,2],[0,1],[-1,0],[-3,2],[-1,0],[0,2],[1,3],[-1,2],[1,0],[1,3],[2,2],[2,2],[1,2],[0,1],[1,0],[1,0],[1,-1],[1,1],[2,1],[1,2],[1,1],[-1,1],[-1,1],[0,1],[1,0],[1,1],[4,-1],[0,-1],[0,-1],[1,-2],[0,-1],[-1,-1],[0,-1],[2,-1],[1,0],[1,0],[0,-1],[-1,0],[-1,0],[1,0],[0,-1],[1,1],[0,1],[1,1],[2,0],[1,-1],[4,-1],[2,0],[1,-1],[2,0],[2,-1],[1,-1],[3,0],[1,0],[1,0],[3,-1],[2,-1],[1,-1],[4,0],[2,0],[3,0],[3,0],[4,-1],[3,-1],[1,0],[2,-1],[4,0],[4,-1],[0,-1],[0,-1],[0,-1],[-2,-2],[-1,0],[-1,-1],[-4,0],[-1,0],[0,-1],[1,-2],[3,-1],[1,0],[1,-1],[1,1],[2,-1],[1,0],[1,0],[1,-1],[0,-1],[2,-1],[2,0],[2,1],[1,0],[1,0],[1,0],[1,0],[-2,-1],[0,-1],[-1,-2],[1,-1],[2,-3],[1,0],[1,-1],[0,-1],[0,-2],[-1,-2],[2,-1],[1,-2],[0,-1],[0,-1],[-1,-2],[0,-2],[0,-3],[1,-1],[1,-2],[0,-2],[-1,-2],[0,-2],[-1,-2],[-1,-1],[-1,-3],[0,-2],[2,-2],[2,-2],[0,-1],[-1,-2],[-1,-1],[0,-1],[1,-1],[1,-2],[-1,-3],[0,-1],[1,-2],[0,-2],[1,-3],[0,-1],[0,-1],[0,-3],[-1,-2],[-1,-3],[1,-1],[0,-2],[0,-1],[0,-3],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[0,-3],[0,-2],[1,-1],[0,-1],[1,-2],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,-3],[-2,-1],[1,-2],[1,-1],[1,0],[0,-1],[1,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-3],[-1,-1],[-1,-1],[-1,-1],[0,-2],[-1,-1],[-1,-1],[-1,-3],[-1,-2],[0,-1],[0,-3],[-1,-2],[-1,-2],[-3,-2],[-2,-1],[-1,-2],[-3,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-3],[0,-2],[-1,-2],[-1,0],[-2,0],[-1,-1],[0,-1],[0,-1],[1,0],[2,-1],[1,-1],[0,-2],[0,-1],[1,0],[1,0],[0,1],[1,-1],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-1,0],[0,1],[1,0],[1,1],[0,1],[0,1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[0,2],[1,0],[0,1],[0,3],[-1,0],[0,2],[-1,0],[0,-1],[0,-1],[0,-2],[0,-3],[0,-1],[0,-1],[-1,0],[-2,0],[-1,0],[-1,0],[0,1],[-2,3],[1,0],[1,1],[1,0],[1,1],[0,1],[-1,0],[-3,0],[-4,0],[-2,0],[-1,-1],[0,-1],[0,-2],[0,-3],[0,-1],[1,-2],[0,-2],[1,-2],[1,0],[1,0],[0,-1],[0,-1],[3,-3],[1,-1],[1,-1],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-2,3],[-1,1],[0,1],[0,2],[-1,0],[-2,2],[0,1],[1,0],[-1,1],[0,1],[-1,1],[-2,0],[-1,1],[-1,2],[0,1],[-1,1],[2,1],[0,-1],[1,1],[0,1],[-1,2],[-1,1],[-3,1],[-3,1],[-1,0],[-2,0],[0,-1],[1,-2],[3,-2],[-7,0],[-5,1],[-1,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[-1,1],[-2,2],[-2,2],[-1,3],[-1,2],[-1,0],[-1,1],[-2,0],[-4,1],[-3,1],[-1,1],[-1,0],[-1,-1],[-2,-2],[-5,1],[-3,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-2,2],[-2,1],[-1,1],[-1,1],[0,1],[-1,1],[-3,1],[-2,1],[-3,1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-3,-1],[-1,0],[-2,1],[-1,0],[-1,1],[0,1],[-1,3],[-1,2],[0,1],[-1,0],[-2,1],[-1,0],[-3,0],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[-1,2],[-1,1],[-2,0],[-2,1],[-1,1],[-1,2],[-2,1],[-1,0],[-1,0],[-1,0],[-2,-1],[-3,-1],[-1,0],[-2,1],[-1,1],[0,1],[0,1],[-1,1],[-3,3],[-2,1],[-2,2],[-2,1],[-2,1],[-1,1],[-1,0],[-2,1],[-3,2],[-2,-1],[-3,0],[-2,-1],[0,-1],[-2,0],[-3,1],[-3,1],[-2,1],[-2,1],[-1,0],[-3,-1],[-1,-1],[-2,-1],[0,-1],[0,-2],[-4,-1],[-3,0],[-1,0],[-2,0],[-1,1],[-3,2],[-2,1],[-3,1],[-1,0],[-1,2],[-2,0],[-1,0],[-3,-1],[-1,0],[-3,1],[-1,0],[-2,1],[-2,2],[-2,1],[-4,2],[-1,0],[-4,1],[-3,1],[-3,1],[-3,0],[-3,0],[-3,1],[-2,-1],[-3,0],[-3,0],[-2,-1],[-1,0],[0,-2],[0,-1],[-1,-1],[-1,0],[-3,0],[-2,0],[-2,0],[-2,1],[-3,0],[-3,1],[-4,0],[-2,1],[-1,0],[-2,1],[-1,0],[-3,0],[-4,0],[-2,0],[-3,-1],[-2,0],[-3,-1],[-3,-1],[-1,0],[-2,-1],[-1,0],[-2,0],[-2,0],[-2,0],[-2,0],[-2,1],[-4,0],[-4,1],[-2,1],[-2,0],[-4,1],[-4,0],[-2,1],[-3,0],[-2,1],[-2,1],[-1,-1],[1,-1],[2,0],[4,-2],[1,0],[2,0],[2,-1],[2,-1],[4,0],[2,-1],[3,-1],[1,0],[2,0],[3,-1],[3,0],[1,0],[1,0],[1,0],[3,0],[1,0],[5,1],[3,0],[3,1],[2,1],[1,0],[5,0],[5,1],[2,0],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[-2,-1],[-2,-1],[-2,-1],[-4,-2],[1,0],[1,-1],[3,1],[4,2],[4,0],[4,1],[4,0],[2,0],[3,0],[2,0],[2,0],[1,0],[1,0],[1,1],[2,0],[4,0],[2,0],[1,-1],[2,0],[0,-1],[1,0],[-1,0],[0,-1],[1,-1],[1,-1],[1,0],[1,-1],[1,-1],[3,-2],[3,-1],[2,-1],[0,-1],[0,-1],[-1,-1],[-4,-2],[-5,-1],[-2,-2],[-2,0],[-2,-1],[-2,-1],[-1,-1],[-2,-2],[-2,-1],[-2,-1],[-2,0],[-1,-1],[-1,-1],[-3,0],[-2,0],[-5,2],[-2,1],[-1,0],[-1,1],[-1,1],[-2,1],[-2,0],[-4,1],[-4,1],[-4,0],[-3,1],[-2,1],[-2,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-4,-1],[-3,-1],[-1,0],[-3,1],[-3,-1],[-3,2],[-3,0],[-1,1],[-1,1],[-1,0],[-2,1],[-1,-1],[-4,-1],[-2,1],[-2,1],[-3,1],[-2,0],[-2,0],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-2,0],[-1,0],[-4,0],[-3,-1],[0,-1],[2,-2],[1,-1],[3,0],[2,0],[3,0],[4,1],[4,0],[2,-1],[2,-2],[1,-1],[1,-1],[1,0],[2,-1],[4,0],[3,0],[2,0],[2,0],[2,0],[2,0],[1,0],[4,-1],[1,0],[4,0],[5,1],[2,0],[1,-1],[1,0],[3,1],[3,0],[2,0],[2,-1],[2,0],[1,0],[3,-2],[3,-2],[0,-1],[-1,-1],[1,-2],[1,-1],[3,-2],[1,0],[2,-1],[4,1],[3,1],[1,0],[2,1],[2,0],[2,0],[1,0],[0,-1],[1,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,1],[-2,0],[-2,-2],[-3,-1],[-4,0],[-4,0],[-2,0],[-1,0],[0,-2],[-1,-3],[-3,-2],[-2,-1],[-3,-1],[-1,0],[-2,-1],[-3,-1],[-1,1],[-2,3],[-2,3],[-2,1],[-2,0],[-3,0],[-3,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-2,-1],[-1,-1],[1,-3],[0,-3],[1,0],[2,-1],[3,0],[1,1],[2,0],[1,0],[3,-1],[2,0],[0,-1],[1,0],[-4,-1],[-1,-1],[-3,0],[-1,0],[-2,0],[-4,-1],[-1,-1],[-2,-2],[0,-1],[-1,-3],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,-1],[-3,-1],[-1,-2],[-1,-1],[-3,-2],[-3,0],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-4,-1],[-1,0],[-3,2],[-2,1],[-2,-1],[1,-2],[0,-2],[2,-1],[0,-1],[0,-2],[2,-1],[1,0],[1,-1],[-1,-1],[-3,-2],[0,-1],[-1,0],[-1,-1],[-1,1],[-2,1],[-3,1],[-2,2],[-1,1],[-2,2],[0,1],[-1,1],[-1,2],[-2,2],[-1,3],[-1,1],[0,1],[-1,3],[0,3],[-1,1],[-2,2],[-1,1],[-1,2],[-1,2],[0,1],[-1,1],[-1,1],[-1,2],[0,4],[-1,1],[-2,3],[-2,1],[-2,1],[-2,1],[-1,1],[-1,2],[-2,2],[-1,2],[0,1],[0,1],[0,2],[-1,3],[-1,1],[0,1],[-1,1],[-1,2],[-1,2],[-2,2],[0,1],[0,2],[1,0],[0,2],[0,1],[-2,1],[-1,0],[0,2],[-1,2],[-1,0],[0,1],[-1,0],[-1,2],[-1,1],[-1,1],[0,1],[-3,0],[-1,0],[-1,0],[-1,0],[-2,-1],[-2,-1],[-2,-1],[0,-2],[1,-3],[0,-1],[0,-3],[-1,-1],[-2,-2],[-1,0],[-3,-3],[-2,-3],[-2,0],[-1,0],[-1,-1],[-2,-2],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[3,-2],[3,-1],[-1,-2],[-2,-1],[0,-1],[0,-1],[0,-3],[0,-1],[1,-1],[1,-1],[0,-1],[1,-2],[-1,-1],[-2,0],[-2,0],[-1,0],[-2,0],[-1,0],[0,-2],[-1,-1],[-7,0],[-1,1],[-3,-1],[-4,0],[-1,0],[-2,-1],[-3,-2],[-3,-3],[-3,-1],[-2,-2],[-2,0],[-2,-1],[-1,0],[-3,-2],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-3],[2,-2],[1,-1],[2,-2],[2,-1],[0,-1],[3,-1],[3,0],[3,0],[1,0],[1,0],[2,-1],[2,0],[1,0],[4,1],[1,0],[1,0],[-1,-1],[0,-1],[1,-2],[0,-1],[2,-2],[1,-2],[1,-1],[0,-2],[2,-1],[3,-2],[2,0],[-1,-2],[-1,-2],[-2,-3],[0,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,0],[-1,-1],[0,-1],[1,-1],[2,0],[1,-3],[-2,-2],[-1,0],[0,-1],[1,-1],[2,0],[4,-1],[1,-2],[1,-2],[0,-1],[0,-1],[-2,-1],[0,-1],[1,0],[1,0],[2,1],[1,0],[1,2],[0,1],[0,2],[-2,1],[-1,0],[-1,2],[-1,1],[0,2],[1,0],[0,4],[1,1],[0,1],[1,1],[-1,0],[-1,1],[-1,0],[0,1],[1,2],[2,1],[1,2],[1,1],[2,0],[2,1],[1,0],[1,1],[2,1],[1,0],[1,1],[1,2],[1,1],[0,1],[-1,0],[0,1],[0,1],[1,2],[3,1],[2,0],[2,1],[3,0],[1,-1],[2,0],[2,-1],[2,-1],[1,-2],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-2],[0,-1],[1,-1],[1,0],[2,0],[2,1],[3,1],[4,1],[2,0],[3,0],[4,-3],[2,-1],[0,-1],[1,-2],[2,-2],[1,-1],[1,-2],[-2,-3],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-4,1],[-3,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-5,0],[-1,1],[-1,1],[0,1],[0,1],[0,2],[-1,1],[-2,1],[-3,2],[-3,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-2,0],[-2,0],[0,1],[-1,-1],[1,-1],[0,-1],[1,0],[2,0],[1,0],[2,1],[3,1],[1,0],[2,0],[2,0],[1,0],[1,-2],[2,-1],[1,-2],[1,-3],[3,-1],[1,-1],[2,-1],[1,-1],[3,0],[2,1],[1,1],[1,0],[0,2],[0,1],[0,1],[-1,0],[0,1],[1,0],[3,1],[2,0],[3,1],[2,0],[4,0],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[2,-1],[1,0],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[3,-2],[2,0],[1,0],[0,-1],[-1,-1],[-1,-1],[-3,-1],[-2,-1],[-2,-1],[-2,-1],[-2,0],[-3,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-4,0],[-3,0],[-3,-1],[-4,0],[0,-1],[-1,0],[-2,-1],[-3,-2],[-1,-2],[0,-1],[1,-2],[1,0],[1,0],[2,0],[1,1],[1,0],[3,0],[4,1],[4,0],[1,0],[2,1],[0,1],[3,2],[1,0],[5,2],[1,0],[5,2],[1,0],[2,-1],[2,-2],[0,-1],[-1,-1],[-2,-3],[-1,-1],[-2,-1],[-1,-2],[1,-1],[1,-2],[-1,-1],[-2,0],[-4,-1],[-2,-1],[-2,-1],[-3,0],[-2,-1],[-2,-1],[-1,-1],[-2,0],[-4,0],[-2,0],[-1,1],[-4,2],[-2,1],[-2,0],[-2,0],[-3,0],[-2,-1],[-2,1],[-2,1],[-2,1],[-2,1],[-4,2],[-1,0],[-3,1],[-1,0],[-2,2],[0,1],[-1,2],[0,2],[-1,1],[-2,2],[-1,2],[-1,1],[0,1],[0,1],[-1,1],[0,2],[-1,1],[-1,0],[-2,-1],[-3,-1],[-2,-1],[-1,0],[1,-2],[1,-3],[3,-1],[2,-2],[2,-2],[0,-3],[0,-1],[-2,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,-1],[-2,0],[-1,0],[-3,1],[-5,1],[-3,1],[0,-1],[0,-1],[1,-1],[2,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,-2],[1,0],[3,-2],[2,0],[1,0],[4,0],[1,0],[2,0],[1,1],[3,1],[2,0],[1,0],[1,-2],[0,-1],[0,-1],[1,-1],[2,-1],[3,-1],[1,0],[2,0],[0,1],[2,0],[2,0],[1,0],[4,-1],[3,0],[2,0],[5,1],[2,0],[1,-1],[2,0],[1,-1],[1,0],[3,0],[1,0],[3,1],[1,0],[3,1],[2,0],[3,2],[2,0],[1,1],[2,0],[1,0],[2,-1],[2,1],[4,1],[2,1],[3,1],[1,0],[1,0],[4,-1],[1,0],[-2,-2],[-3,-3],[1,0],[0,-2],[1,-2],[4,-2],[2,-3],[1,0],[0,-1],[0,-3],[-2,-4],[-2,-3],[-2,-3],[-1,-1],[-1,-2],[-1,-1],[0,-1],[1,-2],[0,-2],[-1,-2],[0,-2],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,-2],[0,-2],[-1,-1],[0,-3],[0,-2],[1,-1],[0,-1],[-1,-2],[-1,-3],[-3,-1],[-3,-1],[-4,-2],[-2,-1],[-1,-2],[-3,-2],[0,-1],[2,-2],[3,-1],[1,-1],[1,0],[4,-1],[2,0],[4,2],[2,1],[3,2],[3,1],[1,1],[1,1],[0,1],[0,2],[2,0],[0,-1],[-1,0],[0,-1],[-1,0],[1,-1],[1,-1],[1,0],[1,-3],[1,0],[1,0],[1,1],[2,1],[1,-1],[1,1],[2,1],[1,2],[1,3],[0,1],[1,1],[0,1],[1,0],[2,-1],[1,-1],[1,0],[2,-1],[1,1],[-1,0],[-1,1],[-2,1],[-1,1],[-1,0],[0,2],[-2,2],[0,1],[0,1],[0,1],[1,0],[3,-1],[2,-1],[2,-1],[0,-1],[-1,0],[-1,-1],[1,-1],[1,0],[2,0],[1,0],[2,1],[1,0],[2,0],[2,0],[1,0],[1,0],[1,1],[1,1],[1,2],[2,1],[4,1],[3,1],[2,1],[1,0],[3,-1],[3,-1],[1,-1],[3,-2],[1,-2],[2,-2],[1,-1],[1,-1],[2,-2],[2,-2],[1,-1],[2,-1],[2,-2],[2,-2],[1,0],[0,-1],[2,-1],[2,-1],[2,-1],[2,0],[2,-1],[3,-1],[2,0],[4,-3],[2,-1],[0,-1],[1,-2],[1,0],[0,-2],[1,-3],[1,-1],[2,-2],[3,0],[4,0],[1,0],[1,0],[1,-1],[1,-1],[2,0],[1,-1],[1,-1],[1,-1],[1,-1],[3,-1],[2,0],[0,-1],[3,-2],[2,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[-2,1],[-2,1],[-1,1],[-1,0],[-3,1],[-1,1],[-1,0],[-3,1],[-1,1],[-3,1],[-2,1],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,2],[-1,1],[-1,3],[0,1],[-1,-1],[0,-1],[-1,1],[-2,1],[1,2],[1,2],[-1,1],[-3,2],[-2,0],[-2,1],[-3,2],[-4,1],[-1,0],[-3,1],[-2,1],[-1,0],[-3,2],[-1,2],[0,1],[-4,2],[-1,1],[-2,3],[-2,2],[-1,1],[-1,1],[-2,3],[-2,1],[-2,2],[-2,1],[-1,1],[-1,1],[1,1],[2,2],[1,1],[2,0],[3,1],[3,0],[1,-1],[1,0],[3,0],[2,1],[2,-1],[2,-1],[2,-1],[2,-1],[3,0],[2,-1],[0,-1],[2,-2],[1,-2],[2,-1],[3,-2],[0,-1],[2,-1],[2,-1],[2,-1],[2,-1],[2,0],[1,-1],[4,0],[1,0],[1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[2,-2],[1,0],[1,-1],[1,-1],[1,-1],[3,-1],[3,-1],[4,-2],[3,-1],[2,1],[2,0],[1,-1],[1,1],[2,0],[1,1],[1,1],[2,2],[2,1],[0,1],[1,0],[2,0],[0,-1],[1,0],[0,-1],[1,0],[2,1],[1,1],[0,1],[1,0],[3,3],[2,1],[2,0],[4,0],[4,0],[4,0],[4,0],[2,0],[1,0],[1,1],[1,0],[1,1],[1,0],[1,0],[1,1],[2,-1],[1,0],[1,-1],[0,-1],[1,-2],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,-2],[0,-1],[2,-2],[0,-1],[0,-1],[0,-1],[0,-1],[3,-3],[0,-1],[2,-2],[1,-3],[1,-2],[1,-2],[1,-1],[2,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-3],[3,-1],[0,-1],[1,-2],[1,-2],[0,-2],[0,-3],[-1,-2],[0,-2],[0,-3],[0,-2],[0,-2],[-1,-1],[1,-4],[-1,-1],[-2,-2],[-1,-1],[-2,0],[-2,0],[-2,0],[-1,1],[-1,0],[-2,2],[0,1],[-1,0],[-1,0],[-3,1],[-3,1],[-3,-1],[-6,-1],[-2,0],[-2,-1],[-2,-3],[-1,-2],[0,-1],[-3,-3],[-4,-3],[-1,-2],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-3,-2],[-1,-1],[-3,-2],[-4,-2],[-1,-1],[-1,0],[-2,0],[-3,-1],[-2,-1],[-1,-1],[-2,0],[-5,1],[-4,1],[-2,0],[-4,0],[-2,0],[-2,0],[-2,1],[-2,1],[-3,0],[-3,1],[-3,0],[-1,-1],[-1,0],[-3,1],[-1,1],[-2,1],[-3,0],[-2,1],[-2,0],[-3,0],[-2,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,-1],[-3,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,1],[-3,0],[-2,0],[-3,0],[-3,1],[-1,0],[-1,0],[-2,-1],[-3,1],[-4,0],[-2,0],[-4,0],[-2,-1],[-2,0],[-1,0],[0,-1],[-3,-1],[-2,-1],[-2,-1],[-2,0],[-1,1],[-2,1],[-3,0],[-2,0],[-3,0],[-2,1],[-2,1],[-1,0],[-1,0],[-3,-1],[-1,0],[-2,-2],[-1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[-3,1],[-3,1],[-1,0],[-3,1],[-3,1],[-4,0],[-1,0],[-3,2],[-1,1],[-3,1],[-2,1],[-1,1],[-1,1],[-1,0],[0,1],[1,2],[0,2],[0,1],[0,3],[-1,1],[-2,3],[-2,0],[-2,-1],[0,-1],[-1,-2],[0,-2],[0,-3],[0,-1],[0,-2],[0,-2],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[1,1],[1,-1],[2,0],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[-1,-1],[-1,0],[1,-2],[2,-2],[4,0],[4,1],[4,0],[1,0],[2,0],[2,-1],[1,-1],[1,0],[3,0],[1,-1],[2,0],[1,-1],[2,0],[1,0],[2,0],[1,1],[3,2],[1,0],[1,-1],[1,0],[2,1],[1,0],[3,0],[1,0],[5,0],[1,0],[4,-1],[2,0],[1,0],[3,1],[2,1],[3,1],[1,0],[2,0],[1,0],[4,0],[4,0],[2,0],[4,0],[2,0],[2,0],[4,0],[2,0],[1,0],[1,0],[3,-1],[3,0],[3,1],[1,0],[4,0],[2,0],[2,0],[1,0],[3,-1],[2,0],[2,-1],[1,0],[1,0],[1,0],[2,0],[2,0],[3,-1],[4,-1],[2,-1],[2,0],[3,-1],[1,0],[5,-1],[3,0],[4,0],[3,-1],[1,0],[5,-1],[2,-2],[1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,-3],[1,0],[2,0],[2,0],[2,0],[4,0],[3,1],[3,1],[2,1],[3,2],[1,0],[4,1],[1,0],[1,-1],[1,0],[2,-1],[4,-1],[1,1],[2,0],[2,0],[1,1],[1,1],[2,1],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[2,-1],[0,-1],[4,-2],[1,-1],[1,0],[3,-2],[1,-1],[1,0],[4,-2],[2,-2],[1,-1],[1,-1],[0,-1],[1,-3],[3,-6],[2,-3],[1,-2],[2,-2],[0,-1],[2,-3],[1,-2],[2,-2],[0,-1],[0,-1],[1,-3],[1,-1],[2,-1],[1,-3],[1,-2],[1,-2],[1,-1],[1,-3],[1,-1],[2,-1],[1,-1],[2,-2],[1,-1],[2,-1],[1,-1],[1,0],[3,0],[3,0],[1,0],[1,-1],[1,-1],[0,-2],[1,-2],[-1,-1],[0,-1],[-1,0],[-2,0],[-1,1],[-2,1],[-1,3],[-1,2],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-2,0],[-1,1],[-3,1],[-1,0],[-2,0],[-3,-2],[-1,-1],[-1,0],[1,-3],[0,-3],[1,-2],[0,-1],[-1,1],[-1,0],[-2,0],[1,0],[2,-1],[1,-1],[0,-1],[0,-1],[-2,-1],[0,1],[1,0],[0,1],[1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[1,-3],[0,-2],[1,-2],[2,-2],[1,-1],[2,-1],[2,-3],[1,-2],[1,-2],[0,-1],[0,-2],[0,-2],[0,-3],[1,-1],[2,-2],[0,-1],[2,-2],[-5,0],[-3,0],[-1,0],[3,-1],[1,1],[1,0],[5,-1],[1,-1],[1,-2],[1,-1],[1,-2],[1,-2],[1,-3],[1,-2],[0,-3],[1,-2],[0,-2],[0,-3],[1,-5],[1,-3],[0,-1],[0,-1],[0,-3],[0,-4],[0,-2],[1,-3],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[1,-2],[0,-2],[1,-2],[-1,-2],[0,-2],[0,-2],[0,-2],[-1,-2],[1,-1],[0,-2],[0,-1],[-1,-1],[0,-2],[-1,-3],[0,-3],[0,-2],[1,-3],[-1,-3],[0,-2],[0,-2],[0,-1],[0,-3],[0,-2],[0,-1],[0,-2],[-1,-3],[-1,-1],[0,-3],[-1,-3],[-1,-2],[-1,-3],[-2,-3],[0,-1],[-1,-1],[0,-2],[-1,-3],[-1,-1],[0,-2],[0,-2],[-1,-2],[0,-2],[-2,-2],[-2,0],[-1,-1],[-1,-1],[-2,-2],[-2,-3],[-1,-1],[-2,-3],[-1,-2],[-2,-3],[0,-2],[-1,-2],[-1,0],[-3,0],[-4,1],[-4,0],[0,1],[-2,1],[-1,0],[-1,1],[-2,0],[-2,0],[-4,0],[-2,1],[-1,0],[-1,0],[-2,0],[-2,0],[-2,2],[-3,2],[-2,1],[-1,1],[-3,3],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,3],[0,2],[-1,2],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[1,1],[1,0],[1,3],[1,2],[0,1],[-1,2],[-1,1],[0,1],[1,3],[2,2],[0,1],[1,0],[1,1],[1,1],[1,1],[0,1],[0,3],[-1,2],[-1,1],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,1],[-2,0],[0,1],[-1,2],[-1,1],[-1,1],[-3,3],[-1,1],[-3,3],[-2,1],[-3,0],[-1,1],[-3,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[-2,0],[-1,0],[-1,0],[-5,0],[0,-1],[-2,0],[-1,-1],[-1,-1],[-2,-2],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-4,-2],[-3,-2],[-3,-1],[-3,0],[-5,-1],[-3,0],[-1,-1],[-2,0],[-3,1],[-2,2],[-3,1],[-1,1],[-2,1],[-1,1],[-1,1],[-2,2],[-1,1],[-3,3],[-2,1],[-3,1],[-1,1],[0,1],[-2,1],[-2,2],[-1,0],[-2,1],[-3,2],[-1,1],[-3,2],[-3,1],[-2,1],[-1,1],[-2,1],[-1,0],[-1,1],[-1,1],[-2,1],[-2,2],[-1,0],[-1,2],[-1,1],[-1,2],[-2,1],[-1,1],[-1,-1],[-1,1],[0,1],[-1,2],[-1,2],[0,3],[0,1],[0,2],[0,1],[-1,3],[-1,2],[0,2],[-2,1],[-1,2],[0,1],[-2,2],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,2],[-2,2],[-1,0],[-1,1],[0,1],[-3,3],[-2,2],[-1,1],[-1,1],[-2,2],[-2,2],[-2,1],[-1,0],[-1,1],[0,1],[-3,2],[-2,1],[-2,1],[-3,3],[-3,2],[-1,1],[-1,1],[-3,1],[-3,2],[-2,2],[-3,1],[-2,2],[-4,2],[-1,0],[-2,1],[-1,0],[-3,2],[-1,1],[-3,2],[-3,2],[-6,3],[-2,1],[-3,1],[-2,1],[-3,2],[-1,0],[-3,2],[-2,0],[-2,1],[-1,0],[-1,0],[-1,-1],[-2,0],[-2,1],[-1,0],[-1,-1],[-1,-1],[1,0],[1,0],[1,-2],[0,-1],[-2,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[3,-1],[1,-1],[2,0],[2,-1],[3,-1],[2,-1],[2,-2],[2,-1],[2,-1],[2,-1],[3,-1],[3,-1],[3,-2],[2,-1],[3,-1],[2,-2],[3,-1],[3,-2],[2,-2],[2,-1],[2,-1],[2,-1],[2,-1],[1,-1],[3,-2],[1,-1],[1,0],[1,-1],[2,-2],[1,-1],[1,-1],[1,-1],[1,-1],[1,0],[3,-2],[2,-1],[3,-3],[3,-2],[1,-1],[2,-1],[1,-2],[1,-1],[2,-1],[2,-3],[1,-1],[1,-1],[1,-3],[1,-1],[0,-1],[-1,-1],[-4,0],[-1,0],[-1,0],[-2,0],[-2,1],[-4,1],[-4,0],[-4,2],[-5,1],[-2,0],[-2,0],[-1,1],[-2,0],[-2,0],[-2,0],[-1,0],[-2,1],[-2,0],[-3,0],[-4,1],[-2,0],[-3,0],[-4,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-5,1],[-1,1],[-2,0],[-1,1],[-2,0],[-3,2],[-2,1],[-3,1],[-2,2],[-2,0],[-2,1],[-1,1],[-2,1],[-3,1],[-2,0],[-2,1],[-2,0],[-2,1],[-3,1],[0,1],[-1,0],[-1,2],[-1,2],[0,1],[-1,1],[0,2],[-1,1],[-2,0],[-2,0],[-2,0],[1,-3],[1,-2],[1,-3],[0,-1],[0,-1],[2,-2],[0,-1],[2,-1],[1,-1],[2,0],[2,0],[2,-1],[1,-2],[3,0],[3,0],[3,-1],[7,-3],[2,-1],[1,-1],[3,-1],[2,-1],[2,-1],[1,0],[2,-1],[3,-1],[1,0],[1,0],[1,0],[3,0],[3,0],[3,0],[3,0],[3,0],[2,0],[2,0],[3,0],[3,-1],[4,0],[1,0],[9,-2],[2,0],[2,0],[4,-1],[3,-1],[3,-1],[3,0],[2,-1],[2,0],[6,-1],[4,0],[1,-1],[1,0],[3,-2],[2,-3],[1,-4],[1,-1],[0,-3],[1,-1],[-1,0],[1,-2],[0,-2],[1,-1],[0,-2],[0,-1],[1,-2],[1,-1],[0,-1],[-1,0],[1,-1],[2,-1],[3,-1],[1,-1],[2,0],[2,0],[1,-1],[2,-2],[1,0],[3,-1],[2,-1],[1,0],[1,-1],[1,0],[1,-1],[2,-1],[3,-1],[4,-3],[2,-1],[1,0],[1,-1],[3,-1],[2,-2],[2,-1],[0,-1],[1,-1],[1,-2],[2,-1],[1,-1],[-1,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,-1],[1,-2],[1,-2],[3,-1],[4,-3],[3,-2],[3,-1],[4,-3],[1,0],[2,-1],[2,0],[3,0],[0,-1],[2,-1],[2,-2],[1,0],[0,-1],[3,-1],[2,-2],[0,-2],[0,-1],[0,-1],[1,-2],[3,-3],[0,-2],[0,-1],[2,-3],[2,-3],[0,-1],[-3,-1],[-2,-1],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-3,-1],[-3,-1],[-2,-1],[-2,-1],[-1,0],[-3,0],[-2,1],[-5,4],[-1,0],[-2,1],[-1,1],[-2,0],[-2,1],[-3,1],[-3,0],[-2,0],[-3,0],[-2,0],[-4,0],[-1,-1],[-2,0],[0,-1],[0,-1],[-1,0],[-3,0],[-2,-1],[0,-1],[-1,-1],[-1,0],[-4,0],[-3,-1],[-2,-1],[-2,0],[-1,-1],[-2,-1],[-2,-1],[-3,-2],[-1,-1],[-3,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-2,-2],[-1,-2],[-2,-2],[-1,-1],[-1,-2],[0,-1],[-1,-2],[-1,0],[-1,-1],[-3,-2],[-2,-2],[-3,-1],[-2,-2],[-3,-2],[-3,-1],[-1,-1],[-2,0],[-2,-2],[-2,0],[-2,-1],[-3,-1],[-2,1],[-1,0],[-3,1],[-1,0],[-1,0],[-1,-1],[1,0],[0,-1],[3,-3],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,2],[0,2],[-1,1],[-1,2],[-1,0],[-1,1],[-1,1],[-2,0],[-3,1],[-1,1],[-1,2],[0,1],[0,1],[1,4],[0,2],[-1,1],[0,1],[0,3],[0,2],[-1,2],[-2,2],[-1,2],[-2,1],[-2,2],[-2,2],[-2,1],[-1,1],[-1,1],[-3,2],[-2,2],[-3,3],[-3,2],[-3,2],[-1,1],[-1,0],[-3,2],[-2,1],[-2,1],[-3,1],[-1,1],[-3,1],[-6,3],[-3,1],[-3,1],[-1,0],[-2,1],[-4,1],[-1,0],[0,-3],[0,-1],[0,-1],[1,-2],[3,0],[2,-2],[5,-2],[1,0],[1,-1],[2,-2],[1,-1],[2,-1],[2,-1],[3,-2],[3,0],[2,-1],[4,-2],[3,-2],[2,-2],[2,-2],[2,-2],[2,-1],[1,-1],[1,-1],[4,-2],[1,-1],[4,-3],[1,-1],[1,-1],[0,-1],[0,-1],[2,-5],[0,-1],[-2,0],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-4,0],[-1,0],[-2,-1],[-2,-1],[-1,0],[0,-1],[1,-2],[1,0],[2,1],[3,0],[2,0],[1,-1],[1,0],[4,-4],[4,-3],[1,-1],[2,-2],[2,-2],[0,-1],[1,-1],[2,-1],[2,-1],[3,-2],[1,-1],[3,0],[1,0],[4,-1],[3,0],[2,2],[1,0],[2,0],[1,0],[2,1],[4,2],[2,0],[1,1],[3,1],[1,1],[3,1],[2,1],[1,0],[3,3],[1,1],[3,1],[2,1],[2,2],[1,1],[4,3],[1,2],[2,3],[5,5],[1,2],[1,2],[2,2],[2,2],[1,1],[2,2],[1,1],[3,1],[1,0],[4,1],[4,0],[1,0],[0,-1],[1,-1],[1,-1],[2,-2],[3,-2],[2,-1],[3,-1],[2,-1],[2,0],[2,-1],[4,1],[3,0],[2,0],[3,0],[2,1],[2,1],[2,0],[3,0],[3,-1],[3,0],[2,-1],[1,-1],[0,-1],[0,-1],[0,-5],[0,-1],[-1,-2],[-1,-3],[-1,-1],[-1,-1],[-1,-2],[-2,-2],[-1,-1],[0,-1],[0,-2],[-2,-2],[-1,-1],[0,-1],[0,-1],[1,0],[1,-3],[0,-2],[1,-3],[1,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-3],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-2,-2],[-1,-1],[-1,-2],[-2,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-2],[0,-1],[1,-2],[0,-1],[0,-1],[1,-2],[1,-2],[0,-3],[0,-1],[1,-1],[1,-1],[1,-1],[0,-2],[1,-2],[2,-2],[2,-2],[1,-3],[1,-1],[1,-2],[0,-1],[1,-3],[0,-2],[-2,-3],[-2,-3],[-1,-1],[0,-1],[-2,-1],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-3],[-1,0],[-2,-3],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-3,-1],[-3,-2],[-2,-1],[-2,0],[-2,0],[-1,-1],[-2,0],[-2,0],[0,1],[-1,0],[-1,0],[-1,-2],[-1,-2],[0,-1],[1,0],[2,-1],[1,0],[3,0],[4,0],[2,0],[4,1],[3,0],[1,1],[1,1],[0,1],[2,1],[1,0],[1,0],[1,0],[0,-1],[0,-1],[1,0],[1,-1],[2,1],[2,1],[0,2],[0,1],[1,0],[1,0],[3,0],[3,2],[1,0],[0,1],[0,1],[1,0],[3,1],[4,0],[5,1],[4,-1],[2,-1],[2,0],[3,0],[3,0],[1,-1],[1,0],[3,-1],[1,0],[2,1],[2,0],[1,0],[1,-1],[1,-1],[1,0],[2,1],[2,1],[1,1],[0,1],[-1,0],[0,1],[2,1],[1,0],[3,-1],[2,0],[4,-1],[-1,-1],[-1,-1],[0,-1],[2,-1],[2,1],[2,-1],[2,-1],[1,-1],[1,-1],[1,-3],[1,-1],[0,-3],[0,-1],[1,-1],[1,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[1,-2],[1,0],[1,1],[1,1],[0,2],[1,0],[1,1],[1,0],[1,0],[1,0],[1,0],[1,-1],[2,-1],[1,0],[1,0],[3,-1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[1,-1],[2,-2],[1,0],[1,-1],[2,-2],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[0,1],[2,0],[2,0],[1,0],[1,-1],[0,-1],[1,0],[2,0],[1,2],[1,0],[0,1],[0,1],[0,1],[-1,1],[-1,0],[1,1],[0,1],[1,1],[1,1],[0,1],[2,2],[1,1],[1,1],[1,1],[0,2],[0,1],[3,1],[1,2],[4,0],[1,1],[3,1],[1,0],[1,1],[1,1],[1,2],[0,1],[1,2],[2,3],[1,2],[3,1],[2,0],[3,-2],[3,-2],[2,-2],[3,-1],[0,-1],[1,-2],[1,-2],[1,-1],[0,-1],[-1,-1],[0,-2],[1,-2],[0,-2],[0,-1],[0,-1],[-1,-2],[-2,-3],[0,-1],[0,-1],[1,0],[0,-2],[1,-2],[0,-3],[0,-3],[-1,-1],[0,-1],[-1,1],[-1,0],[-4,-1],[-3,-1],[-1,-1],[-1,-2],[0,-1],[0,-2],[2,0],[1,1],[2,1],[1,1],[1,1],[3,0],[1,0],[1,0],[1,-1],[1,-1],[1,0],[1,-4],[0,-1],[0,-1],[-1,0],[-1,0],[-1,-1],[1,-1],[1,-2],[1,-1],[2,-2],[3,-1],[1,0],[1,0],[1,0],[1,-1],[1,0],[3,-1],[1,1],[1,0],[2,-1],[3,0],[1,0],[4,-1],[3,-1],[1,0],[1,-1],[1,-1],[0,-1],[1,-1],[1,0],[0,-1],[-2,-2],[-1,-1],[-1,-3],[-2,-2],[-1,-2],[-1,-1],[-1,-2],[-1,-2],[-1,-3],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-2,-3],[-1,0],[-1,-1],[-2,0],[-1,-1],[0,-1],[0,-1],[1,-2],[0,-2],[0,-3],[-1,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,0],[-1,0],[-1,-3],[-2,-1],[-1,-1],[-1,0],[-3,-2],[0,-1],[-2,-2],[-1,-1],[-2,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[-2,-3],[-2,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-2,0],[-1,0],[-4,-2],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-2,-2],[-1,0],[-1,-1],[-3,1],[-2,0],[-7,-2],[-1,0],[-1,1],[-4,0],[-3,1],[-2,0],[-3,1],[-2,1],[-5,0],[-1,1],[-3,1],[-3,1],[-1,1],[-3,1],[-1,0],[-3,1],[-2,0],[-2,2],[-2,0],[-3,1],[-1,1],[-2,0],[-2,0],[-3,0],[-3,0],[-3,0],[-2,1],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[0,-1],[-1,1],[-1,1],[0,1],[0,3],[0,1],[-1,3],[0,1],[0,1],[0,1],[1,2],[0,2],[0,2],[0,3],[-1,2],[-1,2],[0,3],[-1,3],[-2,3],[-1,1],[-1,1],[-1,2],[-1,2],[-1,1],[-1,1],[-2,1],[-1,3],[-1,1],[0,2],[-1,2],[-2,1],[-2,1],[0,1],[-1,0],[-1,0],[-1,-1],[1,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[-1,1],[-3,0],[-2,0],[-3,0],[-2,0],[-1,-1],[-2,0],[-3,2],[-1,1],[-1,0],[-2,1],[-2,-1],[-3,-1],[-1,0],[-5,-1],[0,-1],[-1,0],[-1,-2],[-2,0],[-2,0],[-1,0],[-1,0],[-1,1],[-2,0],[-2,1],[-1,-1],[-2,0],[-1,1],[-2,1],[-2,1],[-2,0],[-2,1],[-1,1],[-2,0],[-1,1],[-2,0],[-4,1],[-2,0],[-2,0],[-3,0],[-2,0],[-1,0],[-4,0],[-1,1],[-1,0],[-3,0],[-3,0],[-2,0],[-3,-1],[-4,-1],[-3,-1],[-1,0],[-2,-1],[-1,-1],[-3,-1],[-1,0],[-1,0],[-3,-1],[-2,0],[-2,-1],[-2,0],[-4,0],[-1,0],[-3,-1],[-2,0],[-2,-1],[-5,0],[-4,1],[-1,1],[-2,0],[-2,2],[-3,1],[-2,2],[-2,1],[-2,1],[-1,1],[-1,0],[-1,2],[-1,2],[-1,2],[0,2],[0,2],[-1,1],[0,1],[-1,3],[-1,3],[-1,5],[-1,2],[-2,2],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[0,1],[-3,3],[-2,1],[-1,1],[-1,1],[-3,3],[-2,2],[-1,2],[-1,1],[-1,0],[-2,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[3,-3],[2,-2],[2,-3],[1,0],[2,-2],[1,-1],[1,-1],[2,-1],[1,-1],[2,-3],[1,-2],[0,-2],[1,-2],[1,-2],[0,-1],[1,-2],[0,-2],[1,-1],[0,-1],[0,-3],[1,-2],[1,-2],[1,-1],[1,-2],[2,-3],[3,-2],[2,-2],[2,-1],[1,-1],[0,-1],[0,-2],[-1,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[1,-3],[-1,-1],[-1,0],[0,1],[0,-1],[-1,0],[0,-1],[1,-2],[0,-1],[-1,-1],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[1,0],[1,0],[2,0],[1,0],[1,0],[3,0],[1,0],[1,0],[1,1],[1,3],[1,2],[-1,1],[1,0],[0,1],[2,1],[2,1],[2,2],[3,3],[1,1],[2,1],[3,1],[1,0],[3,0],[2,1],[2,0],[2,1],[2,0],[1,1],[2,1],[1,1],[2,1],[2,0],[1,0],[2,1],[1,1],[1,1],[2,0],[3,2],[1,0],[2,1],[2,1],[4,0],[1,0],[1,0],[2,0],[1,0],[2,0],[3,0],[3,-1],[4,0],[2,0],[2,0],[6,-1],[2,-1],[2,-1],[3,-2],[1,-1],[-2,-2],[1,-1],[1,0],[1,-1],[1,0],[1,0],[0,1],[1,1],[2,0],[2,1],[4,0],[2,-1],[2,0],[1,0],[1,-1],[2,-1],[2,-1],[1,-1],[2,0],[1,0],[3,0],[2,-1],[2,-1],[2,-1],[4,-1],[3,0],[1,0],[1,0],[0,-1],[1,-1],[1,-2],[2,-1],[1,-1],[2,-2],[1,-1],[0,-2],[1,-2],[0,-1],[1,-2],[1,-3],[0,-2],[0,-2],[-2,-2],[0,-2],[0,-1],[-1,-1],[1,-1],[1,-2],[0,-1],[0,-3],[1,-1],[1,-1],[1,-1],[0,-1],[-1,-2],[0,-1],[1,-1],[1,-2],[0,-1],[1,-1],[1,-1],[1,-1],[3,-4],[2,-2],[0,-1],[1,0],[1,-1],[1,0],[3,-1],[1,0],[1,-1],[2,-1],[2,0],[3,-1],[6,-3],[4,-1],[2,-1],[-1,-2],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[-2,-2],[-4,-4],[-2,-1],[-4,-1],[-1,0],[-2,0],[-1,0],[-3,-1],[-2,1],[-1,0],[-2,0],[-2,0],[-2,-1],[-2,-1],[-2,-1],[-3,0],[-1,-1],[-3,0],[-2,-1],[-2,0],[-3,0],[-2,0],[-1,0],[-3,-2],[-3,-1],[-1,-1],[-2,0],[-2,-1],[-3,-1],[-2,-1],[-1,0],[-3,-2],[-2,-1],[-2,-1],[-1,0],[-2,1],[-2,1],[-4,0],[-2,1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-3,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,-2],[-3,-1],[-1,0],[-1,0],[-2,-1],[-2,0],[-1,1],[-1,0],[-2,1],[-1,0],[-4,-1],[-4,0],[-3,0],[-3,0],[-1,-1],[1,-1],[-1,-1],[-2,0],[-1,0],[0,1],[0,1],[1,1],[0,1],[-1,1],[-1,0],[-1,1],[-2,2],[-1,2],[-1,1],[-2,1],[-2,2],[-2,2],[-1,1],[-3,1],[-4,1],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[-1,0],[-2,1],[-2,1],[-3,1],[-4,1],[-2,1],[-1,0],[-2,0],[-2,1],[-1,1],[-1,0],[-3,0],[-2,1],[-2,2],[-1,0],[-2,1],[-1,1],[-3,0],[-2,1],[-2,1],[-1,1],[-1,2],[-1,0],[-2,1],[-2,1],[-1,1],[-5,4],[-1,1],[-2,2],[0,1],[1,1],[0,3],[-1,2],[-1,1],[0,1],[1,0],[1,1],[1,1],[0,2],[1,1],[0,2],[0,3],[1,1],[1,2],[2,1],[1,2],[-1,2],[1,1],[0,1],[1,0],[3,1],[3,1],[1,2],[-2,3],[-1,2],[0,4],[1,2],[1,0],[0,1],[-1,-1],[-1,0],[-1,0],[-2,-3],[-1,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-4,-1],[-1,-1],[-4,0],[-2,-1],[-1,-1],[-2,-1],[-2,-1],[-4,0],[-1,0],[-1,0],[0,1],[-1,0],[-3,0],[-1,0],[-3,-1],[-2,0],[-3,-2],[-1,0],[-2,-1],[-2,-1],[-3,-1],[-1,0],[0,-1],[-1,0],[-2,0],[-2,2],[-2,1],[-2,1],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-2],[2,0],[1,-1],[1,0],[0,-1],[1,-1],[1,-1],[3,-1],[2,-1],[2,-1],[1,0],[0,1],[2,0],[1,1],[1,-1],[1,0],[1,0],[1,0],[2,2],[1,1],[3,2],[3,1],[1,0],[2,-1],[4,0],[2,-1],[1,-1],[2,-2],[1,-2],[1,-3],[-1,-2],[1,-2],[0,-1],[-2,-3],[1,-2],[-1,-2],[-1,-8],[-1,-1],[-1,-2],[-1,-1],[-4,0],[-2,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-1,-2],[-1,-2],[-2,-1],[-1,-1],[-1,-1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-2,1],[-1,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,0],[1,0],[2,0],[2,0],[3,0],[2,0],[1,0],[1,0],[3,1],[0,1],[1,0],[1,0],[0,-2],[0,-3],[-1,-2],[0,-1],[0,-1],[0,-1],[1,-1],[2,-1],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[-1,-3],[-2,-3],[-1,-1],[-1,-2],[-2,-1],[-3,-1],[-2,-2],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-2,0],[-3,1],[-3,0],[-3,-1],[-2,1],[-1,0],[-2,-1],[-2,-1],[-1,-2],[0,-1],[-1,0],[-3,-2],[-2,-1],[-1,0],[-3,0],[-3,1],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[4,-1],[3,0],[2,0],[3,0],[1,0],[2,0],[1,0],[3,-1],[3,-2],[1,-1],[1,-1],[2,0],[2,-2],[3,-2],[1,-1],[1,0],[2,-2],[0,-1],[1,0],[3,-2],[1,0],[3,0],[6,0],[4,0],[3,-1],[0,-1],[1,0],[1,0],[2,0],[2,0],[1,0],[2,-1],[1,-1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[1,-2],[0,-3],[1,0],[2,0],[2,-1],[1,-1],[1,-1],[0,-1],[0,-1],[-2,-1],[0,-1],[0,-3],[0,-1],[1,-1],[1,-1],[1,-1],[0,-2],[-1,-2],[0,-2],[0,-3],[1,-1],[1,-2],[0,-1],[2,0],[2,-1],[1,-1],[1,0],[2,-1],[2,0],[1,0],[2,-2],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[1,-2],[1,-2],[1,-3],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-3],[0,-2],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[0,-3],[0,-1],[0,-3],[0,-2],[0,-2],[-1,0],[0,-1],[-1,0],[0,-2],[0,-1],[1,-2],[0,-2],[0,-1],[-1,0],[0,-2],[0,-1],[1,-1],[0,-2],[0,-2],[0,-2],[1,-1],[0,-1],[0,-3],[0,-3],[0,-2],[-1,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[0,-1],[0,-1],[1,0],[4,-2],[1,0],[2,0],[1,1],[2,1],[3,2],[0,1],[1,1],[1,2],[0,3],[1,1],[0,1],[0,2],[0,3],[0,1],[0,2],[1,0],[-1,1],[0,1],[-1,0],[-1,1],[-1,3],[0,2],[-1,2],[0,1],[0,3],[0,3],[0,1],[0,3],[0,2],[0,2],[0,1],[0,2],[0,3],[1,1],[0,2],[0,2],[-1,3],[0,4],[0,1],[0,2],[1,4],[0,2],[-1,1],[-1,1],[-2,2],[-1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,2],[-1,2],[-1,2],[-1,0],[-3,1],[-2,1],[-1,0],[-1,2],[-2,2],[1,1],[0,1],[1,1],[1,0],[0,1],[0,1],[0,2],[-1,1],[0,1],[0,2],[0,1],[-2,2],[-1,1],[0,3],[0,1],[0,1],[-1,2],[-1,1],[0,1],[1,2],[1,5],[-1,0],[1,1],[1,1],[1,1],[4,3],[4,1],[2,2],[4,2],[1,1],[3,2],[1,1],[1,1],[4,-1],[3,-2],[2,-1],[3,-1],[3,-2],[3,-1],[1,-1],[1,-1],[2,0],[2,-1],[2,-1],[1,0],[3,-2],[1,0],[2,-2],[2,-1],[3,-1],[2,-1],[2,-2],[2,-2],[1,0],[2,-1],[2,-3],[1,-1],[1,-2],[1,-1],[2,-1],[3,-2],[2,0],[1,0],[1,-1],[1,-1],[1,-1],[1,-2],[0,-1],[1,0],[4,-2],[1,0],[1,-1],[3,0],[2,0],[2,-1],[2,-1],[3,-1],[3,-1],[1,0],[1,0],[1,0],[1,0],[2,-1],[0,-1],[1,-1],[2,-1],[2,-1],[2,-2],[3,-1],[3,-1],[1,-1],[1,-1],[1,0],[2,-1],[1,1],[6,-3],[1,0],[4,-1],[4,-1],[1,0],[1,0],[1,0],[1,0],[2,1],[2,0],[1,-1],[2,0],[1,1],[4,1],[2,2],[3,0],[4,0],[1,0],[3,0],[1,-1],[2,0],[3,0],[1,0],[0,-1],[2,-2],[1,-4],[0,-1],[1,-2],[0,-1],[0,-3],[1,-1],[0,-2],[0,-2],[-1,-1],[0,-1],[-1,-5],[-1,-2],[-1,-2],[-1,-4],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-3,0],[-1,0],[-2,-1],[-2,-1],[-1,0],[-1,0],[-3,-1],[-1,-1],[-3,-2],[0,-1],[0,-1],[0,-2],[1,-1],[1,-1],[3,-1],[2,-1],[1,-1],[1,-2],[0,-2],[-1,0],[-1,1],[-1,1],[-2,1],[-1,0],[-2,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-3],[1,-4],[0,-2],[2,-4],[0,-1],[2,-1],[1,-2],[0,-3],[2,-3],[0,-3],[0,-3],[0,-2],[-1,-4],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-2,-2],[-1,-1],[-1,-2],[-1,0],[0,-2],[0,-2],[0,-2],[1,-1],[1,-3],[0,-1],[2,-1],[1,-1],[0,-2],[1,-1],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[2,0],[2,0],[1,-4],[-1,-3],[0,-1],[-2,-1],[0,-1],[-1,-3],[-1,-3],[-1,0],[-2,-2],[-2,-1],[-3,-4],[-1,-1],[-2,-2],[-4,-2],[-1,0],[-3,0],[-4,0],[-3,0],[-2,1],[-3,0],[-2,1],[-1,1],[-2,0],[-1,0],[-2,1],[-3,-1],[-1,1],[-1,0],[-1,0],[-3,-1],[-2,-1],[-1,0],[-2,1],[-1,1],[-2,-1],[-2,0],[-1,0],[-2,0],[-3,0],[-5,-2],[-3,0],[-3,0],[-1,0],[-2,0],[-2,-1],[-3,1],[-3,0],[-1,0],[-2,0],[-4,0],[-2,0],[-2,0],[-3,0],[-1,1],[-1,1],[-2,1],[-4,1],[-1,1],[-1,1],[-1,2],[-2,1],[-2,1],[-1,1],[-3,0],[-1,0],[-1,0],[0,1],[-2,1],[-2,0],[-1,-1],[-1,0],[-1,1],[0,1],[-1,0],[-1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[-1,-3],[0,-3],[0,-2],[-1,0],[-1,-1],[0,-2],[-1,-2],[0,-1],[1,0],[0,-2],[2,-1],[1,-4],[0,-2],[0,-1],[1,-1],[0,-1],[-1,-2],[-2,-2],[-2,-2],[-1,0],[-1,0],[-3,0],[-1,-1],[-2,-1],[-2,-1],[-1,0],[-4,-1],[-1,0],[-3,0],[-1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[-2,-1],[-3,0],[-1,0],[2,0],[0,1],[-3,0],[-1,0],[-1,0],[-4,-2],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-3,-1],[-2,-1],[-2,-2],[-3,-2],[-1,-2],[-2,-2],[-1,-1],[-2,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-2],[-1,-2],[-2,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-3],[-1,-1],[0,-1],[-2,0],[-2,-1],[-2,-1],[-4,1],[-1,0],[-5,0],[-2,-1],[-4,1],[-3,1],[-3,1],[-2,0],[-1,0],[-1,1],[-1,1],[-2,1],[-1,1],[-1,0],[-1,0],[-1,1],[-1,2],[-1,0],[-1,1],[-2,1],[-1,1],[-2,2],[-1,2],[-2,2],[-2,1],[-2,0],[-2,0],[-1,1],[-1,1],[-2,1],[-2,0],[-1,1],[-3,2],[-3,0],[-2,0],[-2,1],[-3,1],[-1,0],[-3,0],[-3,1],[-2,0],[-2,0],[-1,0],[-2,2],[-2,1],[-2,1],[-3,2],[-2,1],[-1,0],[-1,0],[0,-1],[-1,1],[-2,2],[-1,1],[-1,1],[-1,1],[-5,3],[-1,2],[-2,1],[-1,1],[-1,2],[-1,1],[-2,2],[-1,0],[-1,1],[-1,-1],[-2,0],[-1,1],[0,1],[-3,2],[-2,1],[-2,0],[-4,1],[-2,1],[-1,1],[0,2],[-1,1],[-2,1],[-2,2],[-1,0],[-1,1],[-2,2],[-1,0],[-2,1],[-1,2],[-3,2],[-1,2],[-2,1],[0,1],[-1,0],[-1,0],[-1,2],[0,2],[-1,0],[-1,1],[0,1],[-2,-1],[-1,1],[-1,0],[0,1],[0,1],[0,2],[-1,1],[-2,2],[-3,1],[-1,0],[-3,1],[-1,0],[-1,1],[-1,1],[0,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,1],[-1,2],[-1,2],[-1,1],[-2,1],[-1,1],[-2,1],[0,1],[-3,2],[-1,1],[-1,1],[-3,2],[-1,0],[-1,1],[0,1],[-2,3],[-1,2],[-2,1],[-1,2],[-1,3],[0,3],[-1,2],[0,2],[-2,3],[0,2],[-1,2],[-1,0],[0,2],[0,2],[0,1],[0,2],[1,2],[1,2],[1,1],[0,2],[0,2],[1,4],[1,2],[1,0],[2,0],[2,0],[1,-1],[3,-1],[1,-1],[2,-1],[2,-1],[3,0],[3,0],[3,1],[0,-1],[1,0],[3,0],[3,0],[3,0],[3,1],[1,0],[1,-1],[1,0],[3,0],[3,0],[2,0],[2,-1],[2,-1],[4,-1],[1,-1],[1,-1],[1,0],[1,-1],[2,-1],[3,-1],[1,-1],[3,-2],[1,-1],[2,-1],[3,-2],[1,0],[2,-1],[1,-1],[1,0],[1,-2],[1,-1],[2,-1],[6,-3],[1,-1],[1,0],[6,-3],[1,-1],[4,-3],[3,-2],[1,0],[1,-1],[3,-2],[2,-1],[1,-1],[2,-2],[1,-1],[3,-3],[1,0],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[1,0],[3,-2],[3,-1],[2,-2],[2,-2],[1,0],[1,0],[1,1],[2,0],[1,-1],[1,0],[1,-1],[0,-1],[1,0],[1,0],[3,0],[2,0],[2,0],[2,1],[1,1],[0,1],[1,1],[1,0],[2,0],[2,0],[3,0],[2,1],[1,0],[2,0],[1,1],[1,1],[2,1],[1,1],[1,1],[1,2],[2,1],[1,2],[1,1],[2,2],[2,1],[4,2],[2,2],[1,0],[1,1],[1,0],[0,-1],[2,-1],[0,-1],[1,0],[2,1],[2,1],[1,1],[0,1],[-1,2],[-2,3],[-3,-2],[-1,-1],[-2,-1],[-3,-1],[-1,0],[-2,0],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-2,0],[-2,2],[-1,0],[-1,-1],[-3,-2],[-1,0],[-2,-2],[-1,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-3,-1],[-2,-1],[-3,0],[-3,-1],[-2,-1],[-3,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-5,0],[0,1],[-2,0],[-1,2],[-5,3],[-2,2],[-1,1],[-1,1],[-2,0],[-1,1],[-2,1],[-3,3],[-1,1],[-1,0],[-1,1],[-2,2],[-2,2],[-2,1],[-1,1],[-2,1],[-1,1],[-2,2],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[-1,2],[0,1],[-1,1],[-2,0],[0,1],[-1,0],[-1,0],[-1,1],[-2,1],[-5,3],[-2,1],[-1,1],[-3,2],[-2,1],[-1,1],[-2,2],[-3,2],[-1,0],[-1,1],[-1,1],[-2,0],[-2,2],[-2,1],[-1,2],[-1,1],[-3,2],[-2,1],[-3,1],[-2,0],[-1,0],[-3,0],[-4,0],[-2,0],[-4,0],[-3,0],[-2,0],[-2,0],[-1,0],[-2,0],[-4,0],[-1,1],[-2,1],[-5,3],[-3,2],[-4,4],[-2,2],[0,1],[-1,2],[-1,2],[-2,6],[-1,1],[-1,3],[-2,3],[0,2],[-2,4],[1,-2],[0,-1],[0,-1],[-3,-3],[-3,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,-2],[-1,1],[-2,-1],[-3,-1],[-3,-3],[-2,-1],[-1,-1],[-1,1],[-2,2],[-3,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[1,-3],[-1,-3],[0,-2],[0,-2],[0,-3],[0,-1],[0,-1],[-1,-2],[-3,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-3,-3],[-1,0],[0,-1],[-1,-3],[0,-3],[1,-2],[0,-1],[0,-1],[-1,-3],[0,-2],[0,-2],[1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-2],[1,-2],[0,-2],[1,-1],[1,-3],[1,-3],[1,-3],[3,-5],[2,-4],[0,-1],[-1,0],[-3,-2],[-3,-2],[-1,0],[-2,3],[-2,1],[-3,2],[-2,2],[-2,1],[-3,1],[-3,1],[-1,1],[-1,1],[-2,1],[-2,0],[-1,0],[-1,0],[-1,0],[0,-1],[-3,-1],[-1,0],[-1,0],[-3,1],[-3,3],[-2,1],[-3,1],[-6,2],[-2,2],[-2,0],[0,1],[0,1],[-3,2],[0,1],[-3,2],[0,1],[-2,1],[-1,1],[0,1],[0,1],[-1,3],[0,1],[0,2],[1,2],[1,2],[-1,2],[0,3],[1,3],[0,2],[-2,3],[-1,1],[-1,2],[-1,2],[-1,2],[-1,1],[-1,2],[-2,1],[-2,1],[-2,1],[-3,0],[-2,1],[-2,0],[-2,1],[-1,0],[-2,2],[-2,2],[-1,2],[-2,2],[-4,3],[0,1],[-2,1],[-2,2],[-2,2],[-1,1],[-1,2],[-1,3],[-2,1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[-2,4],[-2,1],[0,1],[-2,3],[-1,2],[-1,1],[0,2],[-1,3],[0,2],[0,2],[0,2],[-1,2],[-2,5],[-1,2],[-2,2],[-1,1],[-1,0],[-1,1],[-1,1],[-2,1],[-2,3],[-3,3],[-2,2],[-1,1],[-1,0],[-2,2],[-2,1],[-1,0],[-2,-2],[-3,-3],[0,-1],[1,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[1,0],[1,-1],[1,-1],[1,-2],[3,-2],[1,-1],[2,-2],[3,-2],[2,-3],[1,0],[1,-2],[1,-2],[0,-2],[2,-1],[0,-1],[0,-1],[1,-2],[1,-1],[0,-2],[0,-1],[1,-3],[1,-2],[0,-2],[-1,-1],[0,-2],[1,-2],[2,0],[2,0],[2,-1],[1,-2],[1,-1],[2,-2],[1,-1],[2,-3],[2,-2],[3,-3],[2,-1],[4,-3],[2,-2],[2,0],[4,-3],[2,-1],[2,-1],[3,-1],[4,-1],[3,-2],[1,-1],[4,-1],[3,-2],[1,0],[1,-1],[1,-2],[0,-1],[-1,-2],[-1,-2],[0,-2],[1,-2],[0,-1],[0,-2],[-2,-1],[0,-1],[-1,-1],[0,-2],[1,-1],[0,-3],[0,-1],[3,-7],[1,-1],[1,-2],[3,-1],[0,-1],[1,-2],[2,-1],[2,-1],[4,-2],[3,0],[3,-1],[5,-2],[0,-1],[0,-1],[1,-2],[1,0],[0,-1],[0,-2],[1,0],[0,-1],[1,0],[1,1],[1,0],[1,0],[0,-1],[2,-1],[2,-2],[3,-1],[2,-1],[2,-1],[1,0],[1,-2],[0,-2],[1,-2],[-1,-1],[-1,-1],[-2,-2],[-3,-1],[-1,0],[-1,0],[-4,-2],[-3,-1],[-2,0],[-1,0],[-3,-1],[-3,-1],[-2,0],[-1,-1],[-2,0],[-1,0],[-1,-1],[-1,0],[-2,-2],[-1,0],[-3,1],[-2,0],[-3,2],[-3,-1],[-4,0],[0,-1],[-1,-2],[0,-1],[-2,0],[-2,0],[-2,1],[-3,0],[-6,-1],[-1,0],[-1,0],[-3,-1],[-2,-1],[-2,-1],[-3,-1],[-1,-1],[-2,-1],[-1,-1],[-2,-4],[-1,0],[-1,-4],[-3,-3],[-1,-1],[-1,-1],[-2,-2],[-1,0],[-1,0],[0,-1],[0,-1],[1,-1],[2,0],[2,0],[3,1],[2,0],[0,-1],[1,-2],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-2,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,0],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-2],[-2,-2],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-2,-3],[-1,-2],[0,-1],[-1,0],[-2,-1],[-3,-2],[-2,0],[-3,1],[-2,-1],[-3,0],[-3,-1],[-2,0],[-3,-1],[-1,0],[-1,0],[-1,0],[-3,-1],[-1,0],[-2,0],[-3,1],[-2,0],[-1,0],[-1,0],[-3,0],[-1,0],[-1,-1],[-3,0],[-1,1],[-3,2],[-1,1],[-2,2],[0,2],[-2,1],[-2,4],[-1,3],[0,1],[-1,2],[-1,2],[-1,1],[-2,2],[-2,1],[-2,1],[-2,2],[-3,3],[-2,1],[-2,2],[-1,0],[-2,3],[-1,1],[-3,0],[-1,0],[0,-2],[0,-3],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-3,-1],[-3,0],[-3,1],[-4,0],[-1,1],[-1,0],[-3,0],[-4,0],[-3,1],[-2,1],[0,1],[-2,1],[-1,1],[-2,1],[-2,2],[-1,1],[-2,2],[-1,1],[-3,1],[-1,0],[-2,0],[-2,2],[-2,2],[-1,0],[-1,3],[-1,1],[-1,1],[-1,1],[-1,1],[0,1],[-2,3],[-1,1],[-2,3],[-2,3],[-2,3],[-2,2],[-1,1],[-1,2],[-1,1],[-2,4],[-1,2],[-1,1],[0,2],[0,2],[-1,1],[0,2],[-1,0],[-3,-1],[-3,1],[-2,0],[-1,0],[-1,0],[-1,1],[-2,0],[-1,-1],[-2,-2],[0,-2],[1,-2],[-1,-1],[0,-1],[-1,0],[-3,-1],[-1,-1],[-3,-1],[0,-2],[0,-1],[0,-2],[0,-1],[1,-1],[1,0],[2,-1],[1,1],[2,-1],[1,-1],[2,-1],[3,-3],[1,-1],[1,0],[0,-1],[1,0],[0,-2],[1,-1],[1,-2],[3,-2],[2,-3],[2,-1],[0,-2],[1,0],[3,-2],[0,-1],[2,-2],[3,-2],[0,-1],[1,-2],[1,-1],[1,-1],[3,-2],[4,-1],[1,-1],[3,-1],[2,0],[3,0],[2,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,-1],[2,-1],[1,-2],[1,0],[0,-1],[1,0],[1,0],[2,-1],[1,-1],[1,1],[2,0],[1,-1],[1,0],[1,-1],[4,1],[3,-1],[3,1],[1,0],[2,0],[1,-2],[2,-1],[4,1],[2,0],[2,0],[2,-1],[4,0],[2,0],[3,-2],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-1],[1,-2],[2,-3],[1,-1],[1,-1],[1,-2],[-1,-1],[-3,0],[-4,0],[-2,0],[-9,-1],[0,-1],[-4,-1],[-2,-1],[-1,0],[-1,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[0,-2],[-1,-2],[-2,-2],[-1,-1],[-1,0],[-2,-1],[-1,0],[-4,0],[-1,0],[-1,0],[-4,3],[-3,1],[-2,1],[-1,1],[-2,2],[-2,1],[-1,1],[-2,1],[-2,0],[-1,1],[-1,1],[-2,1],[-2,1],[-1,0],[-2,1],[-2,0],[-2,1],[-2,-1],[-3,0],[-2,0],[-3,0],[-3,0],[-2,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,-1],[-1,-1],[-2,-2],[-2,-1],[-5,-3],[-3,-1],[-1,-2],[-1,0],[-3,0],[-1,0],[-1,0],[-1,0],[-1,0],[-4,0],[-2,0],[-3,1],[-3,0],[-2,-1],[-3,-2],[-1,0],[-1,-1],[-1,0],[-3,-1],[-1,0],[-2,-1],[-1,-3],[-1,-2],[0,-2],[2,0],[3,-1],[2,0],[2,0],[4,1],[2,0],[3,1],[2,0],[2,0],[2,0],[2,0],[2,-1],[2,0],[2,-1],[2,-2],[1,0],[0,-1],[1,-1],[0,-2],[-1,-2],[0,-1],[-1,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-4],[0,-4],[1,-1],[0,-4],[0,-2],[0,-2],[0,-3],[0,-2],[0,-1],[1,-3],[0,-2],[0,-1],[1,-1],[0,-1],[1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-2],[-2,-2],[-1,-1],[-1,-1],[-2,-3],[-1,-1],[-2,-1],[0,-2],[1,-1],[1,-2],[2,2],[2,1],[2,2],[1,1],[2,2],[2,2],[1,2],[1,1],[0,1],[1,1],[0,3],[0,2],[0,2],[0,1],[0,3],[0,1],[0,3],[0,4],[-1,2],[0,1],[0,1],[1,3],[0,1],[1,1],[0,3],[0,3],[1,1],[0,1],[1,1],[0,1],[1,3],[0,1],[0,2],[1,2],[0,2],[1,3],[1,1],[1,2],[3,2],[1,0],[2,1],[2,1],[2,0],[3,2],[1,1],[4,1],[1,0],[1,-1],[3,-2],[1,0],[2,-1],[2,-1],[6,-3],[1,-1],[2,-1],[1,-1],[1,-2],[1,0],[4,-1],[3,-1],[3,-1],[2,0],[3,-1],[3,0],[2,0],[2,0],[1,0],[2,0],[1,0],[1,1],[2,1],[1,0],[1,1],[2,1],[4,4],[2,2],[2,3],[2,4],[2,1],[1,4],[1,3],[2,3],[1,1],[0,1],[1,0],[2,1],[3,1],[5,0],[2,0],[7,-1],[3,0],[3,0],[3,0],[3,0],[4,2],[4,1],[2,1],[1,0],[2,-1],[4,-1],[2,-1],[1,-1],[1,0],[1,0],[3,-1],[3,0],[3,0],[1,0],[1,0],[1,-1],[1,-1],[1,-2],[1,-1],[1,0],[0,-1],[1,0],[1,-1],[0,-2],[1,-2],[0,-1],[2,-2],[1,-1],[2,-2],[3,-2],[2,-1],[3,-1],[2,-2],[3,-1],[1,0],[1,0],[2,0],[1,0],[2,-1],[3,-3],[1,0],[1,0],[4,-1],[1,-1],[2,-1],[3,-1],[3,-1],[4,0],[2,-1],[1,0],[3,0],[1,-1],[1,0],[1,-1],[1,0],[1,0],[2,1],[2,0],[3,-1],[3,-1],[3,0],[1,0],[2,0],[3,0],[3,-1],[4,-4],[1,-2],[2,-3],[0,-2],[1,-2],[2,-1],[0,-1],[0,-1],[1,-1],[1,-2],[1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[-1,-2],[-2,-2],[-2,-3],[-2,-1],[-1,-1],[-2,-2],[-2,-3],[-1,-1],[-1,-3],[-2,-1],[-2,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,-1],[-2,-1],[-2,-1],[-1,0],[-2,0],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,-1],[-2,-1],[-2,-1],[-1,0],[-1,0],[-2,0],[-2,-1],[-3,0],[-2,1],[-3,0],[-2,0],[-2,0],[-1,0],[-5,0],[-4,-1],[-3,0],[-1,1],[-1,0],[0,1],[-2,1],[-1,1],[-2,-2],[0,-1],[-1,-1],[1,-2],[0,-1],[0,-1],[-1,0],[-2,-1],[-3,-1],[-2,-2],[-1,-1],[-1,-1],[-2,-3],[-1,-2],[-1,-2],[-1,-2],[-2,-2],[-1,-1],[-1,-2],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[-4,-2],[-4,-2],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[-4,-1],[-1,-1],[-2,0],[-2,-1],[-4,-1],[-3,0],[-2,-1],[-2,-1],[-1,0],[-2,1],[-1,0],[0,1],[-1,0],[-2,3],[0,1],[0,1],[-1,0],[-1,1],[-1,1],[-2,2],[-2,1],[-2,1],[-2,0],[-3,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[-3,1],[-1,0],[-1,0],[-1,1],[-1,2],[0,1],[-2,1],[-1,1],[-1,1],[-1,1],[-2,1],[-1,1],[0,1],[-1,1],[0,2],[-1,0],[-2,2],[-1,1],[-3,0],[-3,1],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,-1],[-2,0],[-2,0],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[-3,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,-1],[-3,-1],[-1,0],[-1,0],[-2,0],[-2,0],[-2,-2],[-1,-1],[0,-1],[0,-1],[-2,0],[-3,0],[-3,-1],[-2,0],[-2,1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[-3,2],[-2,1],[-3,1],[-2,0],[-2,1],[-2,0],[-2,0],[-1,0],[0,-1],[1,0],[1,-1],[0,-2],[-1,-2],[-1,0],[-1,0],[-2,0],[-1,-1],[1,-1],[2,-1],[2,0],[4,-1],[1,0],[3,0],[2,-1],[2,-2],[2,-1],[2,-1],[1,-1],[4,0],[3,0],[3,-1],[1,0],[1,0],[2,1],[1,0],[1,-1],[1,0],[2,1],[2,1],[3,2],[1,0],[1,1],[1,0],[1,0],[2,1],[2,0],[3,1],[3,0],[3,0],[3,1],[0,1],[2,0],[1,0],[2,1],[1,0],[3,1],[2,1],[1,1],[2,0],[2,0],[0,-2],[1,-3],[2,-2],[3,-2],[0,-1],[2,-2],[1,-2],[2,-1],[5,-2],[1,-1],[2,-1],[1,-1],[2,0],[3,-1],[3,0],[3,0],[2,0],[1,-1],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,-1],[-2,0],[-1,-1],[-4,0],[-3,-1],[0,-1],[-1,0],[-2,-1],[-2,0],[-3,-1],[-3,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-2,-1],[0,-1],[-1,-1],[0,-1],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[0,-1],[-1,0],[-2,0],[-2,0],[-2,1],[-2,-1],[-2,0],[-2,-1],[-1,0],[-2,0],[-3,-1],[-3,0],[-3,-2],[-3,-2],[-2,-1],[-2,-2],[-1,-1],[-2,-1],[-2,0],[-3,-2],[-2,-1],[2,0],[1,0],[3,1],[2,1],[4,2],[1,1],[1,0],[1,1],[1,1],[2,1],[2,0],[2,1],[3,1],[2,1],[1,0],[2,0],[1,0],[2,0],[1,1],[1,0],[1,0],[3,0],[3,1],[2,-1],[1,-1],[0,-1],[1,0],[1,0],[0,-1],[1,1],[2,0],[2,1],[1,0],[0,1],[2,1],[2,0],[4,2],[1,1],[1,1],[2,0],[3,1],[1,0],[2,0],[1,0],[7,2],[5,1],[4,1],[1,0],[2,1],[2,0],[1,1],[3,-1],[2,-2],[1,-1],[0,-2],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-2],[-1,-1],[0,-3],[0,-2],[-1,-3],[-1,-2],[-1,-2],[-1,-3],[-2,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[1,-2],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[1,-1],[1,-1],[2,-1],[0,-1],[2,0],[1,1],[0,1],[0,1],[1,1],[1,2],[1,1],[1,2],[2,1],[1,0],[1,2],[1,1],[0,2],[0,1],[0,1],[1,2],[1,1],[1,1],[1,0],[1,0],[1,3],[0,1],[0,1],[1,2],[0,1],[-1,2],[0,1],[0,1],[0,2],[1,1],[0,3],[1,1],[1,2],[1,2],[1,1],[1,2],[0,1],[2,3],[0,1],[2,1],[1,1],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[3,-1],[2,0],[1,0],[2,0],[1,0],[3,0],[4,0],[3,1],[1,1],[2,0],[2,1],[3,1],[1,2],[2,0],[3,2],[1,1],[2,1],[1,1],[2,1],[1,1],[1,1],[2,2],[2,1],[2,2],[1,0],[1,1],[1,2],[1,2],[1,0],[1,1],[1,1],[2,3],[1,0],[1,1],[1,2],[2,3],[2,3],[1,0],[0,1],[3,1],[2,1],[1,0],[3,0],[1,0],[2,-1],[1,0],[2,-2],[1,-1],[0,-2],[1,-2],[1,-1],[1,-1],[3,-2],[5,-2],[3,-1],[0,1],[3,1],[2,0],[2,1],[2,0],[2,-2],[0,-1],[0,-1],[0,-1],[1,0],[2,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,-3],[2,-2],[1,-1],[2,-2],[2,-1],[1,-1],[1,0],[2,-1],[1,0],[2,-3],[0,-1],[1,0],[1,0],[1,0],[1,0],[2,-1],[2,0],[4,-1],[2,0],[1,0],[1,0],[0,-1],[1,-1],[2,0],[4,-2],[1,-1],[2,-1],[2,-1],[2,-2],[1,0],[1,-1],[2,-1],[1,0],[1,-1],[1,0],[0,-1],[1,-3],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-1],[1,-3],[0,-1],[1,-3],[2,-5],[0,-1],[-1,-2],[1,-1],[4,-3],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[1,-3],[0,-1],[0,-2],[1,-2],[1,-1],[1,-3],[0,-1],[-1,-2],[-1,0],[0,-1],[-2,-2],[0,-1],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[-2,-1],[-2,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,-2],[0,-2],[-2,0],[-3,-2],[-1,-1],[-1,-1],[-2,0],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,1],[-3,-1],[-2,-2],[-3,0],[-1,-1],[-3,-1],[-2,-1],[-2,-1],[-1,0],[-3,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,0],[-2,0],[-2,-1],[-2,0],[-2,1],[-3,0],[-2,1],[-3,1],[-1,1],[-3,0],[-1,0],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-2,1],[-2,0],[-3,0],[-1,0],[-3,0],[-1,0],[-2,-1],[-1,-1],[-3,1],[-1,-1],[-2,0],[-3,-1],[-3,-1],[-1,-1],[-1,-1],[-2,0],[-2,-1],[-2,1],[-1,0],[-3,2],[-3,0],[-3,1],[-2,0],[-1,0],[-3,-1],[-2,-2],[0,-1],[-1,-1],[-1,0],[-3,0],[-3,-1],[-1,0],[-1,0],[-2,-1],[-2,-1],[-2,0],[-1,-2],[-1,0],[-1,-1],[-1,0],[-1,0],[-3,-2],[-2,0],[-2,-1],[-3,-1],[-1,0],[-1,-1],[-2,1],[-2,1],[-1,1],[0,1],[-1,1],[-1,0],[-2,0],[-4,-1],[-1,0],[-1,-1],[-1,-3],[0,-1],[1,0],[2,0],[2,1],[2,2],[2,-1],[2,-1],[2,-1],[1,-1],[2,-1],[2,-1],[1,0],[4,1],[2,1],[2,0],[2,1],[3,1],[2,0],[1,1],[2,1],[2,1],[2,1],[3,1],[2,0],[2,2],[2,1],[3,1],[1,1],[1,0],[1,0],[2,-1],[1,-1],[-1,-1],[-1,0],[0,-2],[1,-1],[1,0],[1,0],[1,0],[1,-1],[1,0],[0,-1],[2,0],[2,0],[1,0],[4,0],[1,0],[0,1],[2,0],[1,0],[1,0],[2,0],[1,0],[3,1],[3,2],[1,0],[2,0],[1,0],[2,1],[2,1],[1,0],[2,-1],[2,0],[1,-1],[2,0],[2,0],[1,0],[2,-1],[2,-1],[2,-1],[2,0],[2,-1],[1,0],[1,0],[1,0],[2,1],[1,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-2,-3],[0,-1],[-1,-2],[0,-2],[0,-2],[-2,-2],[0,-2],[-1,-2],[-1,-1],[-2,-2],[-2,-2],[0,-2],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[-1,-2],[-1,-2],[-2,-2],[-1,-2],[-1,-3],[-1,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-3],[0,-3],[0,-1],[0,-1],[1,-2],[1,-2],[0,-1],[0,-1],[1,-2],[0,-2],[0,-2],[0,-1],[0,-1],[2,-1],[0,-1],[-1,-1],[0,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[0,-3],[0,-2],[0,-2],[1,-2],[1,-2],[1,-3],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[0,-1],[1,-2],[1,0],[2,0],[1,1],[1,0],[2,2],[0,2],[1,1],[-1,1],[-1,0],[-1,0],[-1,-1],[0,1],[1,0],[0,1],[2,1],[2,-1],[1,0],[0,1],[0,1],[0,2],[1,1],[0,1],[0,1],[-3,5],[-1,2],[-2,2],[-1,1],[-1,2],[-1,1],[0,1],[0,1],[1,1],[1,2],[1,1],[2,1],[2,0],[1,0],[1,1],[1,0],[0,2],[0,1],[1,2],[0,3],[1,3],[0,2],[0,1],[0,2],[0,2],[0,1],[0,1],[0,2],[-1,1],[0,2],[1,2],[1,1],[0,1],[0,3],[0,1],[0,2],[0,3],[0,2],[1,2],[1,3],[0,2],[1,2],[1,2],[0,1],[0,1],[1,1],[0,1],[1,1],[0,2],[0,2],[1,1],[0,1],[4,1],[1,0],[1,1],[1,1],[1,1],[1,3],[1,2],[1,2],[1,3],[2,3],[1,1],[2,2],[1,1],[1,1],[1,1],[1,1],[1,2],[3,1],[2,0],[3,0],[3,1],[1,2],[0,1],[0,1],[1,1],[3,1],[1,0],[0,-1],[0,-1],[3,0],[2,1],[1,1],[1,1],[0,2],[1,2],[2,2],[1,1],[2,1],[2,2],[1,0],[1,2],[3,0],[2,-2],[0,-1],[0,-1],[0,-1],[1,-1],[1,-2],[1,-1],[1,0],[2,1],[1,0],[1,0],[1,0],[1,0],[3,2],[1,0],[1,0],[1,-1],[1,0],[2,2],[1,2],[1,-1],[0,-1],[0,-1],[1,0],[1,0],[2,0],[2,-1],[2,-2],[1,-1],[2,-3],[1,-1],[0,-1],[0,-1],[-1,-2],[2,-2],[1,-3],[2,-2],[2,-2],[2,-2],[1,0],[2,0],[0,-1],[1,-2],[1,-1],[1,-1],[3,-1],[1,-1],[2,0],[1,0],[2,-1],[2,-1],[1,-1],[1,1],[1,0],[0,1],[1,0],[1,-2],[1,-1],[1,0],[2,-2],[1,-1],[1,0],[3,-1],[1,-4],[0,-2],[1,-2],[1,-1],[2,-2],[1,-1],[3,-1],[3,-1],[2,0],[2,0],[1,0],[1,1],[2,1],[1,0],[1,1],[3,0],[2,0],[1,-1],[0,-1],[-1,0],[-1,-1],[0,-2],[1,-1],[1,-1],[3,-1],[2,0],[2,1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,-3],[0,-2],[1,-3],[0,-1],[-3,1],[-1,1],[-1,1],[-1,1],[-2,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[2,-1],[1,-1],[2,-2],[2,0],[2,0],[1,1],[1,0],[1,1],[1,0],[1,0],[1,1],[0,1],[0,2],[-1,1],[0,-1],[-1,1],[-1,1],[0,1],[1,1],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[1,-2],[1,-1],[1,0],[0,-1],[2,-1],[0,-1],[-1,-1],[-1,-5],[0,-1],[1,-2],[0,-1],[1,0],[0,-2],[0,-1],[-1,0],[0,-1],[-1,0],[0,-2],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-2,-2],[-2,-2],[-1,-1],[-1,-1],[0,-1],[1,-2],[1,-1],[1,-1],[1,0],[2,1],[2,1],[1,1],[0,1],[1,1],[2,1],[2,0],[1,1],[1,1],[1,1],[1,0],[4,2],[2,0],[4,1],[2,-2],[2,-1],[1,-1],[1,-1],[2,0],[2,0],[1,0],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[4,-2],[4,-2],[1,0],[1,0],[2,-1],[2,0],[0,-1],[1,0],[1,-1],[1,-1],[2,-1],[3,-1],[2,0],[2,-1],[1,-1],[1,-1],[3,-2],[1,0],[1,-1],[2,-1],[2,0],[1,-1],[1,-1],[3,-2],[0,-1],[1,-2],[0,-1],[-1,-1],[-2,-2],[-2,-2],[-2,-2],[-1,-2],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,0],[1,0],[1,-2],[0,-2],[1,0],[1,-1],[3,1],[2,-1],[1,1],[2,1],[1,0],[1,1],[2,2],[0,1],[0,2],[1,1],[2,-1],[1,0],[2,-1],[3,-2],[2,-2],[1,-1],[3,-3],[1,-1],[3,-1],[2,-1],[3,-2],[2,-2],[4,-3],[1,0],[2,-2],[2,-1],[1,-1],[1,-1],[3,-1],[2,-1],[2,0],[4,0],[0,-1],[4,-2],[1,-1],[1,0],[2,-1],[1,-1],[1,-1],[1,-2],[1,-1],[0,-2],[0,-1]],[[226,7866],[1,0],[2,1],[1,0],[2,0],[2,2],[2,0],[4,2],[4,1],[4,0],[7,-1],[2,-1],[2,0],[6,0],[6,0],[6,1],[7,-1],[3,0],[2,-1],[3,-1],[2,0],[1,0],[2,0],[2,0],[1,-1],[0,-1],[2,0],[4,-1],[1,-1],[1,-1],[1,0],[1,-1],[3,0],[1,0],[1,-1],[1,-1],[7,-1],[2,-1],[3,-1],[2,0],[1,0],[2,0],[1,0],[3,-1],[2,0],[2,0],[2,0],[2,1],[4,-1],[3,0],[1,0],[1,-1],[2,0],[2,0],[3,-1],[1,-1],[0,-1],[2,-2],[0,-1],[0,-1],[0,-1],[-2,0],[-2,0],[-14,-1],[-5,0],[-8,0],[-12,-1],[-3,-1],[-4,0],[-3,0],[-2,0],[-3,-1],[-5,0],[-3,0],[-5,-1],[-1,0],[-5,0],[-5,0],[-2,0],[-1,0],[-1,-1],[-3,0],[-7,-1],[-3,-1],[-4,0],[-2,-1],[-2,0],[-3,1],[-4,0],[-3,1],[-2,0],[-1,0],[-1,1],[1,3],[1,1],[-1,0],[0,1],[-2,1],[-1,1],[-1,1],[0,1],[0,1],[-3,2],[-2,2],[-1,1],[0,1],[-1,1],[-1,1],[-4,2],[-1,1],[-1,2],[-1,1],[1,1]],[[676,8915],[4,1],[3,-1],[1,0],[1,-1],[3,-3],[1,-3],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,2],[-2,1],[-2,1],[-2,2],[-1,0],[0,1],[2,1]],[[709,8973],[1,0],[1,0],[8,-1],[2,0],[2,0],[4,-1],[3,-1],[4,-2],[2,-1],[2,-2],[1,-1],[3,-2],[3,-2],[7,-5],[1,-1],[0,-1],[0,-2],[-1,0],[-2,-1],[-4,0],[-3,0],[-4,0],[-1,0],[-3,-1],[-2,-1],[-1,0],[-4,0],[-3,1],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-3,1],[-3,1],[-1,1],[-2,2],[-1,2],[-1,3],[-1,3],[-2,3],[0,3],[0,1]],[[18,7606],[0,1],[3,1],[3,-1],[1,0],[0,-1],[-1,-3],[1,-1],[-1,-2],[-1,0],[-3,1],[-1,1],[-2,1],[-1,2],[0,1],[2,0]],[[0,7621],[2,0],[2,0],[2,0],[1,0],[1,1],[2,0],[2,-1],[2,-2],[1,-1],[0,-1],[0,-2],[-1,-3],[0,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-2,1],[-2,0],[-1,1],[-2,2],[0,1],[-2,1],[0,1],[0,1],[0,1]],[[84,7854],[1,0],[1,0],[3,1],[2,1],[1,2],[0,1],[2,1],[2,0],[4,1],[3,1],[3,0],[2,0],[0,1],[0,1],[-2,1],[-1,0],[1,1],[1,0],[1,0],[1,0],[2,-1],[4,1],[4,1],[7,-2],[2,-1],[2,-2],[2,1],[2,0],[2,1],[2,0],[4,-1],[1,0],[3,-2],[2,0],[1,0],[3,0],[1,0],[1,0],[2,0],[1,-1],[1,0],[0,-1],[-1,0],[0,-1],[0,-1],[2,-1],[2,-1],[2,0],[1,-1],[3,-1],[1,0],[2,-1],[2,-1],[2,0],[1,0],[2,1],[3,1],[4,-1],[1,0],[2,-1],[1,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[2,0],[1,-1],[4,-1],[3,0],[4,0],[1,0],[2,1],[3,0],[1,0],[2,0],[3,-1],[3,0],[3,0],[1,0],[1,-2],[-1,-1],[-1,-2],[0,-1],[-1,-2],[-3,-3],[-1,0],[-1,0],[-2,0],[-4,1],[-3,-1],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-3,0],[-2,-1],[-1,1],[-3,0],[-1,-1],[1,-1],[0,-1],[-1,0],[-3,-1],[-2,-1],[-2,-1],[-3,-1],[-5,0],[-3,0],[-2,0],[-3,0],[-3,0],[-4,0],[-2,0],[-1,-1],[-2,0],[-3,0],[-2,0],[-5,0],[-1,0],[-1,0],[-4,1],[-2,0],[-4,1],[-2,1],[0,1],[-1,0],[0,1],[2,1],[1,1],[1,2],[-2,0],[0,1],[-1,0],[-2,2],[1,0],[2,0],[1,1],[0,1],[-1,1],[-1,1],[-2,0],[-3,0],[-1,0],[-1,0],[-3,-1],[-1,0],[-3,1],[0,1],[-1,1],[-1,1],[-5,1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,1],[-3,1],[-2,1],[-1,0],[-2,1],[0,1],[0,1],[-2,1],[-1,1],[-1,0],[-1,1],[0,3],[0,2],[-1,1],[0,1],[1,2]],[[57,7863],[1,0],[2,0],[2,0],[7,-1],[1,0],[1,0],[0,-1],[1,-3],[1,-1],[1,0],[1,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-3,1],[-2,1],[-2,1],[-1,1],[0,1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,1],[0,1],[-1,1],[-1,0],[2,1]],[[2537,4470],[2,-1],[-1,2],[0,1],[0,2],[-1,2],[-1,0],[-1,2],[-1,1],[-2,1],[-1,0],[1,0],[2,0],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[0,1],[-1,1],[0,1],[-1,1],[-2,1],[-1,1],[-1,0],[-2,0],[-2,2],[-1,1],[1,1],[0,1],[-1,1],[-1,0],[-2,-1],[-1,1],[-1,0],[1,0],[0,1],[-1,0],[0,1],[-1,0],[-3,1],[-2,1],[-1,0],[0,1],[2,2],[1,1],[2,1],[2,0],[1,-1],[0,1],[2,2],[1,1],[2,2],[0,1],[1,1],[0,1],[0,1],[-1,1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-3,-1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-2,2],[-2,1],[-2,2],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,2],[-1,1],[-2,3],[-2,2],[-2,1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,0],[-1,0],[-1,-1],[-1,0],[0,1],[0,1],[2,3],[1,3],[1,1],[0,1],[1,1],[1,0],[1,0],[2,-1],[2,-1],[0,-2],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[1,0],[1,-1],[3,1],[0,1],[0,2],[2,1],[2,0],[2,1],[2,1],[2,1],[1,1],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[2,0],[2,0],[2,0],[0,1],[1,1],[1,1],[3,1],[1,-1],[1,-1],[3,-1],[0,-1],[1,0],[2,2],[1,1],[0,1],[2,1],[0,2],[0,1],[-2,0],[-1,1],[-2,1],[-1,0],[2,2],[2,2],[1,-1],[1,-1],[1,1],[3,1],[1,0],[1,0],[2,1],[1,1],[2,0],[1,0],[3,-1],[1,0],[1,2],[1,1],[0,2],[1,0],[1,0],[1,0],[0,3],[0,2],[-1,1],[0,1],[1,0],[2,0],[3,0],[1,0],[1,0],[0,1],[1,1],[1,1],[1,1],[0,2],[1,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[4,0],[1,0],[1,0],[1,0],[2,-1],[1,-1],[1,0],[1,0],[1,0],[1,1],[2,1],[1,0],[3,1],[1,0],[1,0],[3,0],[3,-1],[2,0],[1,-2],[1,-1],[2,-1],[1,0],[1,0],[0,1],[2,0],[2,0],[1,0],[2,0],[0,1],[0,1],[-1,2],[0,1],[1,1],[0,1],[1,1],[-1,0],[0,1],[1,1],[1,1],[1,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[-2,0],[-3,0],[-2,0],[-1,0],[-1,0],[-1,1],[0,1],[-2,0],[-1,0],[-2,0],[-2,-1],[-1,1],[-2,1],[-1,0],[0,3],[0,1],[2,2],[1,1],[1,0],[0,1],[1,3],[-2,2],[0,1],[-2,1],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-2],[2,-1],[1,-1],[2,-3],[-1,-1],[-1,1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-2,2],[-1,0],[-1,1],[-1,0],[0,1],[-2,2],[-2,1],[-2,0],[-1,0],[-2,0],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[-2,-1],[-1,0],[0,1],[0,2],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,-1],[-2,-3],[-2,-1],[-1,-1],[-1,-1],[-1,-3],[0,-1],[1,0],[2,2],[1,0],[2,1],[2,1],[1,0],[0,-1],[-1,-1],[-2,-1],[-2,-1],[0,-1],[-2,-1],[-1,-1],[0,1],[-1,0],[-1,0],[-1,-2],[-3,-2],[-2,0],[-1,0],[-2,0],[-2,-2],[0,-1],[1,0],[1,0],[2,0],[1,1],[2,0],[0,1],[1,0],[1,0],[1,0],[1,-1],[1,-1],[2,0],[1,1],[1,2],[1,1],[1,2],[1,3],[1,0],[0,1],[1,0],[1,0],[1,0],[2,0],[1,-1],[1,0],[1,-2],[1,-1],[2,-2],[1,0],[1,0],[1,0],[1,-1],[1,-1],[1,-1],[-2,-1],[-1,0],[-1,-2],[-1,-1],[-2,-1],[-1,0],[1,-2],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-2,2],[-2,1],[-1,0],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[0,1],[1,1],[0,1],[-2,0],[-3,0],[-1,0],[0,-1],[0,-2],[0,-1],[1,-1],[1,-1],[0,-1],[-1,-1],[-2,-2],[-1,0],[-1,0],[0,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,-2],[0,-2],[1,-1],[0,-1],[-1,-2],[-1,0],[-1,0],[-3,0],[0,1],[0,2],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-3,-1],[-1,0],[-3,0],[-1,1],[0,1],[-1,2],[-2,2],[-1,1],[0,4],[0,1],[1,0],[3,1],[2,1],[1,1],[0,1],[-1,1],[-1,0],[-1,1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[0,2],[0,2],[1,3],[0,1],[-1,1],[0,1],[-2,2],[0,1],[-1,0],[-2,0],[-1,1],[-1,1],[1,1],[0,1],[-1,1],[-1,0],[-2,0],[-1,1],[-2,1],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[2,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,0],[1,0],[2,3],[0,1],[2,1],[2,-1],[1,0],[2,3],[2,1],[2,2],[1,0],[1,1],[0,-1],[1,-2],[0,-1],[2,1],[1,0],[1,1],[2,2],[1,0],[2,0],[1,0],[2,-1],[2,-1],[2,-3],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[3,2],[0,3],[0,1],[0,1],[-1,0],[0,1],[1,2],[0,1],[1,2],[0,1],[1,1],[-1,1],[-1,2],[-2,1],[-3,1],[-1,1],[-2,2],[0,1],[0,2],[1,1],[1,1],[1,2],[0,1],[-1,1],[-1,-1],[-1,0],[-1,0],[-1,0],[0,1],[1,0],[1,0],[1,1],[0,1],[1,2],[0,1],[1,1],[0,1],[-1,1],[-1,0],[0,-1],[-1,-2],[0,-1],[1,0],[-1,0],[-2,-1],[-2,-1],[-2,0],[-2,0],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-2,-1],[-1,0],[-2,-2],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-2,-2],[-2,-2],[-1,-1],[-1,-1],[-1,0],[0,-1],[-2,0],[-3,0],[-1,1],[-2,1],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-2,0],[-2,1],[-1,-1],[-1,0],[-2,1],[-1,2],[-1,1],[-1,0],[-1,0],[0,-1],[0,-2],[1,-2],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-1,-1],[-2,-1],[2,-1],[2,-2],[0,-1],[-1,0],[1,-2],[1,-1],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[2,-1],[1,-1],[2,-1],[0,-1],[1,-1],[0,-3],[1,-1],[0,-1],[-1,-1],[0,-3],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,-1],[1,-1],[2,0],[1,-1],[1,0],[1,0],[1,-1],[1,-1],[2,-2],[1,-1],[1,-1],[1,-2],[0,-1],[0,-1],[0,-2],[0,-3],[-1,-1],[-1,-1],[-1,-1],[-2,0],[0,-2],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[-2,-3],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-2,1],[-1,1],[0,1],[-1,1],[1,0],[1,1],[2,1],[1,1],[1,1],[1,0],[1,1],[2,0],[1,1],[1,0],[0,1],[0,1],[-1,1],[-3,1],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-3,-1],[-1,0],[-2,0],[-1,1],[-1,0],[-1,-1],[0,-3],[0,-3],[0,-2],[-1,0],[-2,-1],[-2,-2],[-2,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-2,0],[-1,1],[0,1],[0,1],[-1,0],[-1,1],[-1,1],[-2,1],[-2,0],[-1,1],[1,2],[2,3],[-2,0],[-2,1],[-2,0],[-1,0],[0,1],[1,2],[1,2],[0,2],[0,1],[-1,0],[-3,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,0],[-2,0],[0,1],[1,1],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[-1,0],[-2,0],[-2,0],[-1,0],[-2,1],[-3,0],[-2,1],[-2,0],[-2,1],[-3,-1],[-1,0],[-2,1],[-1,1],[-1,-1],[-1,-1],[-2,1],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[0,3],[0,1],[0,1],[2,0],[0,1],[0,1],[-1,0],[-2,0],[-3,1],[-2,1],[-1,1],[-1,1],[0,2],[0,1],[0,1],[2,1],[2,1],[0,1],[1,1],[1,2],[1,3],[1,1],[2,1],[2,1],[1,0],[1,1],[1,0],[2,1],[0,1],[1,1],[0,1],[1,2],[2,2],[1,1],[1,0],[0,1],[2,0],[1,0],[2,-1],[0,-2],[0,-1],[-1,0],[0,-1],[-1,0],[-2,1],[-2,0],[-1,-1],[0,-1],[0,-1],[3,-1],[1,0],[1,0],[1,1],[2,1],[1,0],[2,0],[1,0],[1,-1],[3,1],[1,0],[2,0],[3,1],[2,0],[2,0],[1,1],[2,0],[1,1],[2,1],[1,1],[1,2],[2,0],[1,2],[1,3],[1,2],[0,1],[1,1],[2,1],[1,1],[3,1],[1,1],[2,0],[1,0],[1,0],[1,-1],[1,-1],[1,0],[1,-1],[1,1],[1,1],[2,4],[3,1],[1,0],[1,-1],[2,-2],[1,0],[1,0],[-1,1],[-1,1],[-2,2],[0,1],[1,0],[3,0],[1,0],[1,1],[1,3],[0,1],[-1,0],[-1,1],[-2,0],[-2,0],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[0,-1],[1,0],[0,-1],[1,1],[1,0],[-1,-1],[-1,-1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-2,0],[-1,1],[-1,1],[-1,0],[-2,1],[-1,0],[-1,-1],[0,-1],[-3,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[-2,-2],[-1,-3],[-1,0],[0,-1],[-2,-1],[-3,-2],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-3,-1],[-2,0],[-3,-1],[-3,0],[-1,-1],[-3,1],[0,1],[-1,0],[-1,1],[-2,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,1],[0,1],[-2,-1],[-2,-3],[0,-1],[1,0],[1,0],[0,-1],[-1,0],[-2,-1],[-3,0],[-1,-1],[-1,0],[0,-1],[-3,-1],[-1,0],[-3,-2],[-2,-2],[-2,-2],[-2,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-2,0],[-2,-1],[-3,-1],[-2,-2],[-1,-1],[-1,0],[-2,0],[-2,0],[-1,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-2,0],[-1,1],[-1,-1],[-1,-1],[-2,0],[-1,0],[0,1],[-1,0],[-2,1],[-1,-1],[0,-1],[1,0],[0,-1],[-1,-1],[-2,-2],[-3,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-3,1],[-2,-1],[-1,0],[0,-1],[-2,-1],[-1,-2],[-1,-2],[-1,-1],[-1,-2],[0,-1],[-1,0],[-1,-2],[-2,-1],[0,-1],[-1,0],[-1,-2],[-2,-2],[0,-1],[-1,-2],[-1,0],[-2,-3],[-1,-1],[0,-1],[-1,-1],[0,-2],[-1,-2],[0,-1],[-1,-2],[0,-2],[0,-2],[-1,-2],[0,-2],[-1,0],[-1,-2],[-1,-3],[-1,-1],[0,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[0,-2],[-1,-1],[-1,-2],[-1,0],[-1,-1],[-2,-2],[-2,-3],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,-2],[-1,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-1,-1],[-1,-2],[-2,-1],[-1,-1],[-2,-2],[-2,-2],[0,-1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[0,1],[-1,3],[0,1],[0,1],[1,1],[1,2],[1,2],[-1,0],[-1,-2],[-1,0],[0,-1],[-2,0],[-1,1],[-1,1],[-1,1],[0,2],[0,1],[-1,0],[0,1],[1,0],[1,1],[1,0],[0,1],[1,1],[-1,1],[-1,1],[-2,3],[-1,4],[0,2],[0,1],[1,2],[0,1],[-2,0],[0,1],[0,1],[1,1],[0,1],[1,-1],[1,0],[0,1],[0,1],[-1,0],[1,1],[1,1],[1,0],[1,1],[2,2],[1,1],[1,1],[1,0],[2,1],[1,1],[1,0],[0,1],[0,1],[1,1],[2,1],[2,1],[1,-1],[1,1],[1,3],[-1,1],[-3,-1],[-2,-2],[-1,0],[-1,-1],[-2,-1],[-2,-2],[-2,-1],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[0,1],[2,1],[1,2],[1,0],[2,1],[1,-1],[1,1],[1,2],[1,2],[0,1],[1,2],[1,1],[1,1],[1,0],[3,2],[2,1],[0,1],[-1,-1],[-1,0],[-2,-1],[-2,-1],[-1,0],[0,1],[1,1],[1,3],[1,1],[0,2],[1,1],[1,1],[0,1],[1,1],[0,2],[0,3],[0,1],[0,-1],[-1,-2],[0,-1],[-1,-1],[-1,2],[0,1],[1,1],[1,0],[0,1],[-2,1],[-1,-1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,1],[1,2],[0,1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,1],[-1,1],[-1,2],[-2,3],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[0,1],[1,1],[-1,0],[-1,0],[-2,0],[-2,0],[-1,1],[-1,0],[0,1],[0,2],[1,1],[0,1],[2,0],[2,1],[1,0],[2,0],[1,2],[-1,1],[0,1],[1,0],[1,0],[1,0],[1,0],[2,1],[2,1],[0,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[3,2],[1,-1],[1,-1],[1,0],[2,-1],[0,1],[1,1],[0,1],[0,1],[1,1],[2,-1],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[1,-1],[0,-1],[1,0],[0,-1],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[0,-1],[1,0],[1,0],[1,0],[1,2],[2,2],[0,1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-3,-2],[1,0],[1,0],[2,2],[2,1],[1,1],[2,0],[1,1],[1,1],[3,1],[0,-1],[1,0],[1,-2],[0,-1],[1,0],[2,2],[1,1],[0,1],[3,1],[0,1],[-3,0],[-3,0],[-1,0],[-1,1],[-1,1],[-3,1],[-1,1],[-2,0],[-1,0],[-1,-1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[2,3],[0,1],[2,2],[1,1],[1,1],[1,0],[1,0],[-1,2],[-1,1],[-1,0],[0,-1],[-1,0],[-2,-1],[-2,0],[-3,1],[-1,0],[-1,0],[0,1],[-1,0],[0,2],[0,1],[1,0],[0,1],[1,2],[0,1],[2,2],[1,0],[3,1],[2,0],[2,1],[1,0],[1,0],[1,-1],[1,0],[0,-2],[-1,0],[0,-1],[1,0],[1,-1],[1,0],[0,1],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,-3],[1,-1],[-1,0],[0,-3],[-2,-2],[-1,-1],[-2,-2],[-1,-2],[0,-1],[1,0],[1,2],[1,1],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[1,0],[1,1],[0,1],[0,2],[0,2],[1,3],[2,0],[1,1],[0,1],[1,2],[1,0],[1,0],[0,1],[1,1],[1,0],[0,1],[3,2],[0,1],[0,-1],[1,0],[1,1],[1,1],[1,1],[2,0],[1,-1],[3,1],[1,-1],[1,0],[1,-1],[1,-3],[1,-1],[1,1],[0,2],[-1,3],[-1,0],[-1,3],[-1,0],[-2,0],[-1,-1],[-1,1],[0,1],[0,1],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-2,-2],[-2,-1],[-2,0],[-1,2],[1,2],[1,1],[1,1],[-1,2],[-1,0],[-1,0],[-3,1],[-1,1],[-1,0],[-2,-1],[0,1],[1,1],[1,2],[1,1],[2,-1],[2,-1],[1,0],[1,-1],[1,0],[0,1],[-1,1],[-1,1],[0,1],[-1,1],[1,1],[2,1],[2,0],[1,0],[1,0],[1,0],[-1,1],[-1,0],[-2,2],[-2,1],[0,3],[-1,2],[0,1],[0,1],[3,1],[1,0],[1,0],[1,-1],[2,0],[1,-2],[1,-1],[1,0],[0,1],[-1,0],[0,2],[0,1],[-1,0],[-1,1],[0,1],[1,0],[1,0],[1,-2],[1,0],[1,0],[2,-1],[2,2],[2,1],[1,1],[3,0],[1,0],[0,-1],[1,-1],[1,0],[2,2],[2,1],[3,1],[1,1],[2,0],[1,0],[0,-1],[1,-1],[1,-2],[1,0],[1,0],[1,1],[1,0],[0,2],[-1,1],[-1,-1],[-1,0],[-1,2],[1,1],[-1,1],[-1,0],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,0],[-2,0],[-1,-1],[1,0],[1,0],[1,0],[1,0],[0,-1],[-2,-1],[-2,0],[-1,0],[-3,0],[-2,0],[-1,1],[-1,0],[1,1],[1,1],[0,2],[-1,0],[0,-1],[-2,-1],[-1,-2],[-1,0],[-2,0],[-1,1],[-1,-1],[-3,-1],[-1,0],[-3,0],[-1,0],[-2,0],[-1,0],[0,1],[0,1],[1,1],[0,-1],[1,0],[1,-1],[1,0],[0,1],[0,3],[-1,2],[-2,0],[-1,0],[0,3],[1,1],[1,2],[1,0],[1,1],[1,0],[1,3],[1,1],[0,1],[1,1],[1,1],[2,1],[1,-1],[1,0],[1,0],[0,2],[1,2],[1,2],[1,0],[0,1],[1,1],[2,0],[1,0],[1,-1],[0,-1],[2,0],[1,-2],[2,-1],[1,-1],[2,-2],[1,-1],[1,-1],[1,-1],[0,-1],[2,-1],[1,0],[2,-2],[1,-2],[1,-1],[2,-1],[1,-1],[3,-2],[2,-2],[2,-2],[2,-1],[1,0],[0,-1],[1,-2],[1,-1],[1,0],[2,-1],[1,0],[2,0],[1,-1],[0,-2],[1,-1],[1,0],[2,-1],[2,1],[1,0],[1,0],[1,-1],[0,-1],[2,-2],[1,-1],[0,1],[1,0],[1,-1],[1,0],[1,-1],[0,-2],[1,0],[1,1],[0,1],[-1,2],[-2,1],[0,2],[2,0],[2,-1],[1,0],[2,-1],[2,0],[2,0],[1,0],[1,0],[2,-2],[1,0],[2,-1],[0,-1],[-1,-1],[0,-1],[1,1],[2,1],[2,0],[1,1],[1,1],[1,1],[1,0],[1,0],[1,0],[2,1],[2,1],[1,0],[2,-2],[2,-1],[2,-2],[1,0],[0,-1],[1,-1],[1,-1],[1,-1],[2,1],[2,0],[1,1],[2,0],[1,1],[0,1],[0,1],[-1,-1],[-1,0],[1,1],[1,1],[1,1],[1,1],[1,0],[0,-1],[1,0],[1,1],[2,1],[1,1],[1,1],[-1,1],[-1,1],[-1,1],[0,1],[-2,3],[1,0],[0,1],[2,0],[0,1],[-1,1],[-1,-1],[-2,-1],[0,-2],[0,-1],[-2,-3],[-1,-2],[-1,-2],[-1,0],[-1,-1],[-2,-1],[-1,0],[-3,2],[-1,1],[-1,1],[-1,0],[-2,0],[-2,1],[-2,0],[-1,1],[-3,-1],[-1,0],[-2,-1],[-2,0],[-1,0],[-6,0],[-3,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-2,0],[-1,0],[-2,0],[-2,0],[-1,0],[-2,0],[-1,1],[-2,0],[-2,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-2,0],[-1,0],[-2,1],[-2,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,1],[0,1],[1,1],[1,0],[0,1],[-1,0],[-2,1],[-1,1],[-2,1],[-1,1],[0,1],[0,2],[-1,2],[-1,2],[-4,1],[0,1],[-1,0],[1,2],[-1,1],[-1,0],[-2,-1],[-2,0],[-1,0],[0,1],[-1,1],[0,1],[1,2],[0,1],[-1,2],[0,1],[-1,1],[-1,0],[1,2],[1,1],[0,1],[-1,0],[-2,-1],[-2,-1],[0,-1],[-2,-1],[-1,1],[0,2],[0,1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,1],[1,1],[1,0],[1,1],[-2,2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,1],[0,1],[0,1],[0,1],[-1,2],[-2,1],[0,1],[0,1],[1,0],[0,1],[2,0],[1,1],[2,-1],[1,0],[1,-1],[1,1],[2,1],[0,1],[-1,1],[0,1],[1,0],[1,1],[1,0],[0,1],[1,1],[1,3],[1,2],[-2,1],[-1,0],[-1,0],[-2,0],[-2,-1],[-1,-1],[0,-1],[-1,0],[0,3],[0,1],[2,1],[-2,-1],[0,-1],[-1,-2],[-1,-3],[0,-1],[1,0],[1,1],[1,0],[1,0],[1,0],[0,-2],[-1,-1],[-1,0],[-3,-1],[-2,0],[-1,0],[1,1],[1,1],[0,1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,-1],[0,-2],[-1,-1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,2],[0,1],[1,1],[1,0],[2,1],[1,1],[0,1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[0,2],[0,2],[0,1],[1,0],[2,0],[1,0],[2,1],[-1,0],[0,1],[-1,1],[0,2],[-2,-2],[-2,-2],[-1,-3],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,1],[-3,0],[-3,1],[0,-1],[-1,1],[-1,1],[1,1],[1,2],[1,0],[1,0],[1,1],[1,0],[0,1],[-1,1],[-1,-1],[-1,0],[-1,0],[0,1],[2,0],[1,1],[1,0],[1,1],[0,1],[2,0],[3,1],[2,0],[1,0],[1,0],[1,0],[0,1],[2,2],[2,0],[2,0],[3,-1],[2,0],[1,0],[1,0],[1,1],[1,0],[3,2],[1,2],[2,2],[1,0],[1,1],[0,-1],[0,-1],[0,-2],[-1,0],[-2,0],[1,-1],[1,0],[2,0],[2,0],[1,1],[1,0],[2,-2],[2,-1],[1,-1],[2,-1],[1,-1],[2,-2],[0,-2],[1,-1],[0,-1],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,0],[1,0],[1,1],[2,1],[2,1],[2,0],[1,0],[0,-1],[1,0],[1,-2],[0,-2],[3,-2],[2,-1],[1,-1],[1,0],[1,-1],[0,-1],[2,-2],[1,0],[1,0],[1,0],[1,-1],[1,-1],[2,0],[0,-1],[1,-1],[1,-1],[1,0],[1,0],[0,1],[1,0],[1,0],[1,-1],[3,-1],[2,-2],[1,0],[2,-1],[3,0],[1,1],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,0],[0,-1],[3,-1],[1,-2],[2,-2],[0,-1],[0,-1],[1,-1],[1,0],[2,-2],[1,-1],[2,0],[-1,0],[-1,1],[0,1],[2,3],[2,0],[2,0],[2,-1],[2,0],[2,0],[-2,1],[-3,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,0],[-3,0],[-2,2],[0,1],[-1,0],[-1,1],[-1,2],[-2,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,0],[0,-1],[-1,-2],[-1,0],[-1,-1],[-2,1],[-1,1],[-1,1],[0,1],[1,0],[1,1],[1,1],[2,0],[0,1],[1,2],[1,0],[2,1],[1,0],[1,0],[1,-2],[1,1],[0,1],[-1,2],[-1,0],[-3,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-2,0],[-1,1],[1,2],[0,1],[-1,-1],[-2,-1],[-1,-2],[-1,0],[-1,0],[-1,1],[-1,0],[1,1],[0,3],[-1,1],[1,0],[0,1],[0,1],[2,1],[0,1],[1,2],[0,2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,1],[0,1],[0,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,2],[0,1],[1,3],[1,2],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-3,-2],[-1,-1],[-2,1],[-1,1],[-1,0],[-2,0],[-2,2],[0,1],[1,1],[1,0],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[1,1],[1,1],[2,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,-1],[3,0],[1,0],[1,0],[1,-1],[2,-1],[2,-1],[0,-1],[0,-1],[2,-1],[2,0],[1,0],[0,1],[3,1],[1,1],[2,0],[2,1],[1,0],[3,-2],[2,-2],[1,-3],[1,-1],[0,-1],[2,-3],[3,-1],[1,0],[1,-1],[1,-1],[2,-1],[2,-1],[2,-1],[2,-1],[1,0],[1,-2],[1,-1],[2,-1],[1,0],[0,-2],[0,-1],[1,-1],[1,0],[1,-1],[1,0],[1,1],[1,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[1,0],[2,-1],[2,0],[0,-1],[0,-2],[1,-1],[1,0],[1,0],[1,0],[1,1],[1,1],[1,0],[1,0],[1,0],[3,-1],[1,-1],[1,-3],[1,-1],[1,-1],[1,0],[1,0],[0,-1],[2,-1],[1,-3],[0,-1],[1,0],[0,1],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[2,1],[1,1],[1,0],[1,1],[1,0],[1,0],[2,-2],[2,-1],[1,-2],[1,0],[2,0],[0,1],[2,0],[1,0],[2,0],[1,0],[1,0],[1,1],[1,0],[2,2],[2,0],[3,0],[0,-1],[1,0],[1,0],[1,0],[2,1],[3,1],[1,-1],[3,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[2,-1],[1,0],[1,-1],[2,-1],[1,0],[3,2],[2,1],[2,1],[1,0],[2,1],[1,0],[1,0],[3,0],[2,0],[1,1],[1,0],[3,0],[3,0],[2,1],[2,1],[1,0],[1,0],[2,0],[1,0],[2,0],[1,-1],[0,-1],[1,-2],[1,-1],[1,-1],[-1,-1],[0,-1],[1,-1],[2,-1],[1,-1],[2,-1],[2,-2],[2,-2],[1,-1],[2,-2],[1,-1],[1,-1],[1,0],[1,0],[2,-1],[2,0],[0,-1],[0,-1],[1,0],[1,0],[2,-1],[1,-1],[1,0],[1,-1],[1,0],[1,-1],[2,-2],[1,-1],[0,-1],[0,-1],[2,-2],[1,-1],[2,-2],[2,-1],[2,0],[0,1],[2,0],[2,1],[1,0],[1,0],[2,-1],[1,0],[2,-3],[1,-1],[1,-3],[2,-1],[1,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,-1],[1,0],[1,0],[2,1],[1,0],[1,0],[1,-1],[2,-2],[1,0],[1,0],[-1,1],[-2,3],[-1,0],[-1,0],[0,2],[1,0],[0,1],[3,0],[2,0],[1,-1],[1,0],[1,1],[0,1],[0,1],[1,1],[2,2],[1,0],[2,0],[2,0],[2,0],[1,-1],[1,0],[1,0],[2,0],[2,-1],[1,0],[1,0],[1,0],[1,1],[-2,1],[-2,0],[0,1],[-1,1],[-1,1],[0,3],[0,2],[-2,1],[-2,0],[-2,0],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,1],[-1,0],[-1,1],[-1,1],[-3,1],[-1,0],[-2,0],[-2,-1],[-2,0],[-2,1],[0,1],[1,1],[1,2],[2,1],[0,1],[0,2],[0,2],[0,3],[0,1],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-2,0],[-2,-1],[-2,1],[-1,0],[-2,0],[-2,0],[-1,0],[-2,0],[-2,1],[2,1],[2,1],[0,1],[1,3],[0,1],[-1,1],[-1,1],[2,2],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-2,1],[-2,0],[-1,1],[-2,0],[-2,1],[-1,0],[-1,1],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[-3,0],[-2,-1],[-1,0],[-1,1],[0,3],[0,2],[0,1],[-1,1],[-1,1],[-2,1],[0,2],[-1,1],[-3,0],[-2,0],[-1,0],[-1,0],[-1,1],[4,2],[2,3],[3,1],[1,1],[0,1],[0,1],[1,1],[0,1],[2,2],[2,1],[1,1],[-1,1],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,-1],[1,-2],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-3,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[1,3],[2,3],[1,2],[0,1],[1,1],[2,2],[2,0],[1,0],[0,2],[0,1],[0,1],[-1,1],[-1,1],[-2,-1],[-1,-1],[-1,-2],[-2,-3],[-3,-1],[-2,-2],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,2],[1,2],[2,1],[0,1],[0,1],[-1,0],[-1,0],[-1,1],[-1,0],[0,1],[-2,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,1],[-2,2],[-2,2],[-2,2],[-1,1],[0,1],[1,1],[-1,1],[-2,0],[-3,0],[-2,1],[-1,0],[0,1],[0,2],[-1,2],[0,3],[0,1],[1,1],[2,0],[1,0],[3,0],[2,0],[3,0],[2,0],[2,-1],[3,0],[3,-1],[1,-1],[1,-1],[0,-2],[1,-2],[1,-1],[0,-1],[1,0],[0,1],[2,0],[2,-1],[1,-1],[2,0],[1,-1],[2,0],[1,0],[0,1],[-1,1],[-1,2],[1,0],[2,0],[1,0],[2,0],[2,-2],[1,-1],[3,2],[1,0],[3,-1],[1,0],[0,1],[-2,0],[-1,0],[-2,1],[0,1],[0,1],[-1,1],[-1,1],[-2,1],[-1,0],[-3,0],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[-1,1],[0,1],[-2,2],[-2,1],[-2,-1],[-1,0],[-2,0],[-2,0],[-1,0],[0,1],[0,1],[0,1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-3,-1],[-1,0],[-1,0],[-2,-1],[-1,1],[-1,0],[0,2],[1,1],[1,2],[2,2],[0,1],[3,0],[1,-1],[1,-1],[1,0],[0,1],[0,1],[1,2],[2,0],[1,0],[1,1],[2,0],[0,-1],[0,-1],[-1,-2],[-1,-1],[1,1],[1,0],[1,1],[1,2],[1,1],[1,0],[2,1],[1,1],[0,1],[1,0],[1,0],[1,-1],[2,-2],[1,0],[1,1],[1,0],[0,1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[0,2],[0,1],[-2,2],[-1,2],[0,1],[0,3],[0,1],[0,2],[1,2],[0,1],[1,1],[2,1],[0,1],[1,2],[0,1],[1,1],[2,1],[1,0],[1,1],[1,2],[-1,1],[-1,0],[-1,1],[-1,-1],[0,-1],[-3,0],[-1,0],[-2,2],[0,1],[-1,1],[0,1],[0,2],[0,2],[1,2],[2,1],[2,0],[1,1],[1,1],[0,1],[1,1],[2,2],[2,1],[1,0],[1,-1],[1,0],[1,1],[2,0],[1,-1],[0,1],[0,2],[0,1],[0,1],[-1,0],[1,2],[1,1],[1,0],[1,0],[1,-1],[1,-1],[2,0],[1,0],[3,1],[2,1],[0,1],[-1,0],[-1,1],[-1,0],[1,1],[2,1],[1,1],[1,0],[0,1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,1],[1,1],[1,1],[2,3],[1,0],[1,0],[0,-1],[1,-1],[1,0],[0,1],[2,2],[2,1],[2,2],[1,0],[0,1],[2,-1],[1,0],[-1,-1],[0,-1],[-2,-1],[-1,-1],[-2,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,-2],[1,0],[2,0],[0,1],[1,1],[1,0],[2,1],[1,0],[1,1],[1,1],[0,1],[2,1],[2,2],[1,1],[1,0],[1,1],[1,2],[-1,0],[0,1],[-2,0],[-2,0],[-1,0],[0,2],[1,1],[0,2],[0,1],[-1,0],[-1,0],[-2,-2],[-1,-1],[-1,-1],[-3,-2],[-2,-1],[-2,0],[-1,0],[-2,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-2,-1],[-3,1],[-1,0],[-1,0],[-1,-2],[0,-2],[0,-1],[-2,-1],[-1,0],[-5,-3],[-2,-2],[-1,-1],[-3,-1],[-1,-1],[-2,-1],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-1,1],[-2,0],[-2,1],[-2,0],[-2,0],[-2,0],[-1,-1],[-2,0],[-1,-1],[-2,-2],[-2,-1],[-3,0],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[-2,2],[0,2],[-1,1],[0,1],[-1,0],[-2,1],[-1,0],[-1,-1],[-1,0],[0,-2],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[-2,1],[-1,0],[0,-1],[0,-3],[1,-2],[0,-1],[2,-1],[1,0],[3,0],[1,0],[0,1],[1,0],[1,0],[1,-2],[0,-1],[0,-2],[1,-2],[1,-2],[1,-1],[2,-1],[2,-1],[0,-1],[1,-1],[1,0],[0,1],[1,1],[1,1],[1,0],[1,-1],[2,-1],[2,-1],[1,-2],[1,-1],[1,-1],[2,0],[-1,3],[-1,1],[-1,0],[-1,1],[1,1],[1,1],[1,0],[0,1],[1,1],[0,2],[1,0],[1,-2],[0,-1],[1,-2],[1,-1],[2,-2],[1,-1],[1,0],[1,-2],[1,-2],[1,-2],[1,0],[0,-2],[1,-1],[-1,0],[0,-2],[1,-2],[1,0],[0,-1],[-1,-1],[-2,0],[-3,-1],[1,-1],[2,2],[1,0],[0,-1],[1,-2],[1,1],[1,0],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-1,1],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,1],[0,1],[-1,1],[-1,-1],[0,-1],[1,0],[0,-1],[-1,-1],[-3,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-2,1],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,1],[-1,2],[-1,1],[-1,-1],[-2,-1],[-1,1],[-1,0],[0,-1],[2,0],[1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-2,1],[-2,-1],[-1,-1],[-1,0],[-1,0],[1,0],[0,1],[0,1],[-1,0],[-2,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[0,1],[1,0],[1,0],[1,1],[0,1],[0,1],[-1,-1],[-1,-1],[-3,0],[-2,-1],[-1,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-3,-1],[-2,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-2,0],[0,1],[-1,0],[-1,1],[-2,0],[-3,0],[-2,0],[-1,0],[-1,0],[-2,0],[-2,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[1,1],[0,1],[1,1],[-1,0],[-2,-1],[-2,0],[-3,0],[-1,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[0,-1],[1,0],[-1,-1],[-1,-2],[-2,-1],[-2,-2],[-1,-1],[-2,0],[-1,-1],[-1,0],[-3,1],[-2,0],[-1,2],[-1,0],[-1,-1],[-1,0],[-2,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,0],[-1,1],[-1,0],[-3,0],[-3,-1],[-2,0],[-3,-2],[-2,-2],[-2,0],[0,-1],[-2,0],[-1,1],[0,1],[-1,2],[0,1],[1,1],[1,1],[-1,1],[-2,0],[-2,1],[1,1],[1,1],[1,1],[0,1],[0,1],[0,1],[0,2],[1,0],[1,1],[1,1],[1,2],[3,0],[1,0],[1,0],[2,2],[-1,0],[-1,0],[-2,0],[-1,0],[-1,1],[-2,0],[-2,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,1],[-2,0],[-1,1],[-2,1],[-1,2],[0,1],[0,1],[1,1],[2,2],[1,1],[1,1],[1,1],[1,1],[1,1],[0,3],[2,2],[0,1],[-1,0],[-1,0],[-1,-1],[0,-1],[-2,-2],[-2,-1],[-1,0],[-3,0],[-1,0],[-1,-1],[0,-1],[1,-2],[0,-2],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,-1],[-1,2],[-1,1],[0,1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,2],[0,1],[-2,0],[-1,-1],[-1,0],[-1,0],[-2,-2],[0,-1],[0,-1],[2,0],[2,1],[1,0],[1,0],[0,-1],[1,-2],[2,0],[1,0],[2,0],[2,-1],[1,0],[1,0],[1,0],[-1,-1],[0,-2],[0,-1],[1,-1],[1,1],[1,1],[1,0],[2,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[-2,-3],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-2,0],[-2,0],[0,1],[1,0],[0,2],[0,2],[-1,0],[-1,0],[-2,1],[0,1],[-1,0],[-2,-2],[-1,-1],[0,-1],[-1,0],[0,-1],[-2,0],[-2,1],[-1,0],[1,1],[1,0],[2,2],[1,1],[0,1],[1,0],[0,1],[3,1],[2,0],[1,0],[1,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,1],[0,2],[1,0],[0,1],[-1,1],[-1,2],[-1,0],[0,1],[2,2],[2,1],[1,1],[1,0],[0,2],[3,0],[3,1],[1,0],[0,1],[1,1],[2,2],[1,1],[1,1],[1,-1],[2,-1],[2,-2],[2,2],[0,2],[1,1],[2,1],[0,1],[1,0],[1,0],[1,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[3,0],[1,0],[1,1],[3,2],[-1,1],[-2,1],[-1,1],[-1,1],[0,1],[3,1],[1,0],[2,0],[2,0],[1,1],[-1,1],[0,1],[0,1],[1,0],[0,2],[0,1],[-2,0],[-2,-1],[-3,-1],[-2,0],[-1,-1],[-1,0],[0,-1],[-2,-3],[-3,0],[-1,0],[-2,0],[-2,1],[-1,0],[-1,0],[-2,-1],[0,-2],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-2,-1],[0,1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,-1],[-2,-1],[-2,0],[-3,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,2],[1,1],[1,0],[-1,0],[-1,0],[-1,0],[-1,2],[-1,1],[0,1],[-1,2],[0,1],[-1,1],[-1,0],[0,-1],[-1,-1],[0,-2],[-1,-1],[-1,0],[-2,-2],[-2,-2],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,1],[0,1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-2,2],[0,1],[1,2],[0,1],[1,2],[0,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[1,0],[1,1],[1,-1],[0,-1],[0,-3],[0,-3],[3,2],[1,1],[-1,2],[0,1],[-1,0],[-1,1],[0,1],[1,2],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[0,1],[1,2],[2,1],[1,1],[1,0],[-1,1],[0,1],[1,1],[1,1],[-1,1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-2,-1],[0,1],[1,1],[1,1],[1,1],[0,1],[1,1],[1,0],[1,0],[1,-1],[1,0],[0,2],[-2,0],[0,1],[0,1],[1,1],[1,1],[1,0],[1,1],[2,0],[1,1],[1,2],[2,1],[1,0],[2,1],[2,1],[2,0],[1,2],[1,0],[3,-2],[1,-1],[1,-3],[0,-1],[-1,0],[-2,1],[-1,1],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,-1],[1,0],[1,1],[1,0],[1,1],[1,0],[2,1],[3,0],[2,0],[1,-1],[2,-1],[2,0],[1,-2],[1,0],[1,0],[1,1],[1,0],[0,-1],[0,-1],[0,-2],[0,-3],[1,0],[1,0],[2,1],[1,-2],[0,-1],[-2,-1],[-1,-1],[1,0],[1,1],[1,0],[1,2],[1,1],[0,1],[-1,0],[-1,0],[0,1],[1,0],[1,1],[1,1],[1,0],[2,0],[1,1],[3,1],[1,1],[-1,0],[-1,0],[-2,-1],[-2,-1],[-2,-1],[2,2],[1,2],[2,3],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,0],[0,2],[1,0],[-1,1],[1,0],[1,1],[2,1],[1,2],[1,1],[1,1],[1,1],[1,0],[1,1],[0,1],[1,0],[3,2],[1,-1],[0,-1],[1,0],[2,1],[1,1],[1,1],[1,0],[1,1],[2,-1],[1,0],[1,-1],[-1,-2],[1,0],[2,1],[1,0],[0,-1],[0,-3],[0,-1],[-1,-1],[0,-1],[0,-1],[1,0],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[0,2],[0,2],[0,1],[0,2],[-1,0],[-2,0],[0,-1],[-3,0],[-2,0],[0,-1],[-1,0],[-1,1],[-1,1],[-2,2],[0,1],[0,1],[1,1],[1,0],[2,0],[1,1],[1,0],[1,1],[1,0],[2,-1],[1,1],[1,0],[0,1],[-1,0],[-3,0],[-2,0],[-1,0],[-1,0],[0,1],[0,1],[1,0],[1,-1],[1,0],[1,-1],[1,1],[2,0],[2,1],[1,1],[3,0],[2,2],[0,1],[0,1],[1,1],[2,1],[2,0],[0,1],[-1,0],[1,0],[3,-1],[3,-1],[1,-1],[1,0],[1,0],[0,1],[0,2],[0,3],[1,1],[0,1],[1,0],[0,-1],[-1,0],[0,-1],[1,-1],[0,1],[2,1],[1,2],[1,0],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[1,0],[1,1],[2,1],[0,1],[-1,0],[0,1],[-1,1],[0,2],[1,1],[0,1],[-1,2],[-1,1],[-1,-1],[0,-1],[-1,1],[0,1],[0,1],[0,1],[3,2],[2,0],[1,1],[1,0],[1,0],[2,1],[2,1],[1,1],[-1,3],[-3,-1],[0,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-3,-1],[-1,0],[-3,1],[-1,0],[-2,1],[-1,1],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[0,1],[1,0],[3,1],[0,1],[1,1],[1,-1],[1,-1],[1,1],[3,1],[1,0],[3,2],[3,1],[1,0],[2,1],[1,0],[1,2],[1,0],[2,1],[2,0],[1,0],[1,0],[3,0],[1,1],[2,1],[1,0],[1,0],[1,0],[1,0],[2,1],[2,0],[1,1],[1,0],[1,0],[1,-1],[1,0],[1,0],[2,0],[1,-1],[0,-2],[0,-2],[1,0],[0,-1],[2,-2],[2,1],[1,-1],[0,-1],[1,-1],[0,1],[1,0],[-1,2],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,1],[2,0],[2,2],[2,0],[1,1],[3,1],[2,1],[1,1],[3,1],[1,3],[1,-1],[1,-1],[1,0],[1,1],[1,1],[1,1],[0,1],[3,-1],[1,0],[1,0],[-1,-1],[-1,0],[-2,0],[-1,0],[0,-1],[-2,-1],[3,1],[2,0],[1,0],[1,0],[-1,-1],[1,0],[1,0],[1,1],[1,0],[2,-1],[1,0],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,-1],[-2,0],[-2,0],[-2,-1],[-2,-1],[-2,-1],[-1,0],[0,-1],[1,-1],[2,0],[1,0],[2,-2],[0,-4],[-2,-1],[-1,0],[-1,0],[0,-1],[0,-2],[2,1],[1,0],[2,0],[1,-1],[0,-1],[1,0],[1,0],[1,0],[1,-1],[-1,-1],[-1,-2],[0,-1],[2,0],[1,2],[1,0],[1,0],[1,0],[0,-1],[1,0],[1,1],[2,2],[1,2],[0,1],[1,1],[1,0],[1,0],[2,2],[1,0],[1,0],[2,1],[1,-1],[1,-1],[0,-1],[2,0],[1,0],[2,0],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[1,0],[2,-1],[1,0],[1,2],[1,1],[1,0],[2,0],[2,0],[1,1],[2,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[0,2],[0,1],[-1,0],[0,1],[1,1],[1,0],[1,0],[3,1],[2,1],[1,0],[2,1],[2,-1],[1,0],[1,0],[1,1],[1,0],[2,1],[1,0],[2,1],[-1,2],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-3,0],[0,1],[-1,0],[1,1],[2,1],[3,2],[1,1],[1,1],[0,1],[1,0],[1,-1],[1,0],[2,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[2,2],[2,1],[1,1],[1,0],[1,1],[2,0],[3,-1],[1,0],[0,-1],[-2,-2],[-1,-1],[1,0],[1,1],[1,1],[0,2],[1,0],[2,-1],[-1,-1],[0,-2],[1,-2],[1,0],[1,1],[0,1],[1,2],[0,1],[0,1],[1,0],[1,1],[1,0],[1,0],[1,-1],[0,1],[1,2],[2,0],[2,1],[2,0],[1,1],[-1,1],[0,2],[-1,3],[-1,3],[-1,1],[0,2],[1,1],[1,2],[2,1],[1,1],[1,1],[0,1],[0,3],[1,1],[1,2],[-1,2],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[-2,1],[0,1],[0,1],[-1,2],[-1,2],[-3,2],[0,1],[2,1],[2,0],[1,0],[1,0],[1,-1],[0,-2],[1,-2],[0,-1],[1,-1],[1,0],[1,0],[1,0],[1,-3],[1,-2],[0,-2],[1,-1],[0,-1],[1,-1],[1,-3],[1,-2],[1,-2],[1,-1],[2,-2],[0,-1],[2,-1],[0,1],[1,2],[0,1],[0,1],[-1,0],[-1,2],[0,3],[-1,1],[-1,1],[0,1],[0,1],[1,1],[1,1],[3,2],[1,0],[1,-1],[1,-1],[0,-1],[1,0],[1,2],[-1,1],[0,1],[-3,0],[-2,1],[0,-1],[-1,0],[-1,-1],[-2,-1],[-2,-1],[-1,1],[-1,2],[0,1],[0,1],[1,2],[1,1],[1,0],[0,1],[-1,1],[-1,2],[-1,1],[-1,0],[-2,0],[-1,1],[-1,1],[0,2],[-1,2],[0,1],[0,1],[0,1],[1,2],[1,0],[1,0],[1,1],[2,1],[0,1],[2,1],[1,1],[2,1],[0,2],[2,3],[0,1],[2,2],[2,1],[1,0],[0,-1],[1,0],[1,-2],[1,0],[0,1],[2,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,1],[1,4],[1,0],[1,1],[2,2],[2,0],[2,-1],[2,1],[1,1],[1,2],[-1,1],[0,1],[-3,2],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,-1],[-1,1],[0,1],[1,2],[-1,0],[-2,0],[-1,0],[-2,-3],[-1,-2],[-3,-3],[-1,-3],[-2,-2],[-3,0],[-3,-2],[-1,-2],[-1,-1],[0,-1],[-1,-2],[-2,0],[0,-1],[0,1],[-1,-1],[-1,-1],[-1,-2],[-2,-3],[-2,-2],[-1,-3],[-1,0],[-2,-1],[-1,-1],[-1,0],[0,1],[0,2],[-1,-1],[-1,-1],[-1,-2],[-2,-1],[-2,1],[-1,1],[-2,1],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-3,0],[-2,2],[1,1],[-4,-1],[0,1],[0,1],[2,3],[1,3],[1,1],[2,1],[0,1],[1,0],[1,0],[1,1],[0,1],[2,2],[2,1],[1,2],[1,0],[0,1],[0,1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,1],[0,1],[1,2],[1,2],[0,1],[1,1],[1,1],[0,1],[1,0],[-1,1],[-2,-1],[-1,1],[0,2],[0,1],[-1,2],[0,2],[1,2],[0,1],[2,1],[1,0],[1,0],[2,0],[1,0],[0,1],[0,1],[1,0],[1,1],[1,0],[1,0],[1,0],[1,1],[1,3],[2,2],[0,1],[0,1],[0,1],[1,1],[0,-1],[1,1],[1,1],[0,1],[1,2],[2,2],[1,1],[1,1],[1,1],[0,1],[0,2],[1,1],[1,0],[-1,2],[-1,1],[-1,0],[-2,-1],[-1,0],[0,-1],[0,-2],[1,-2],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,-2],[-2,-3],[-1,-2],[-1,-1],[-2,-2],[0,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-2,1],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,1],[0,1],[1,2],[1,2],[0,1],[0,1],[1,2],[0,1],[1,0],[0,1],[1,0],[1,1],[1,1],[0,1],[2,4],[0,1],[0,1],[1,1],[0,2],[2,2],[0,1],[0,2],[0,1],[1,3],[1,1],[0,1],[-1,1],[0,2],[-2,2],[-1,1],[-1,0],[0,2],[0,1],[1,1],[0,1],[0,3],[0,1],[-1,3],[-1,1],[-1,2],[0,1],[1,0],[1,-1],[1,-1],[1,0],[3,4],[-1,0],[-1,3],[0,3],[-1,2],[0,2],[0,2],[0,1],[0,1],[1,0],[1,0],[1,1],[1,0],[0,1],[0,1],[1,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,1],[0,1],[1,1],[1,0],[1,0],[3,0],[1,-1],[2,-2],[2,-1],[3,-1],[2,-1],[1,0],[1,0],[2,1],[2,0],[1,0],[1,1],[0,1],[2,0],[2,0],[1,0],[1,0],[2,-1],[2,0],[1,1],[1,1],[1,1],[2,0],[1,0],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-2],[-2,-1],[-1,-2],[1,0],[1,0],[1,1],[1,0],[1,-2],[0,-1],[-1,-2],[-3,-2],[-2,-2],[-1,-1],[-1,0],[-3,0],[-2,-1],[-2,-1],[-3,-1],[-1,0],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-3,0],[-1,-2],[-2,-3],[0,-1],[0,-1],[1,-1],[1,0],[3,-1],[2,0],[2,1],[1,0],[-1,1],[0,3],[0,1],[1,1],[2,1],[2,0],[2,-1],[1,0],[1,1],[2,0],[0,1],[1,0],[0,2],[1,0],[1,0],[1,1],[1,0],[0,1],[0,1],[1,1],[1,0],[1,1],[1,0],[1,0],[2,0],[2,0],[2,0],[1,0],[1,-1],[1,-2],[0,-2],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,-3],[0,-1],[1,0],[0,1],[2,1],[0,1],[1,0],[1,1],[2,1],[1,0],[1,0],[3,-3],[1,0],[1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-3],[0,-2],[-1,-1],[-1,-2],[0,-1],[1,-2],[0,-2],[1,-3],[0,-3],[1,-3],[0,-1],[0,-1],[1,-2],[1,0],[2,-1],[3,0],[3,0],[2,0],[1,0],[1,0],[0,-1],[2,-3],[1,-1],[0,-2],[0,-3],[1,-3],[1,0],[2,0],[2,0],[1,1],[2,1],[1,1],[1,0],[1,1],[1,1],[1,1],[0,2],[0,3],[-2,0],[-1,0],[-2,0],[-2,1],[-2,1],[-1,2],[-1,1],[0,1],[0,1],[1,2],[-1,1],[0,1],[-1,2],[-1,1],[-1,0],[-2,-2],[-2,-1],[-4,-1],[-1,0],[-1,0],[0,1],[-1,2],[-1,2],[0,2],[0,3],[0,1],[0,2],[1,3],[1,2],[1,1],[2,1],[1,0],[2,1],[1,0],[0,1],[1,1],[1,-1],[1,-2],[0,-2],[0,-2],[0,-2],[0,-1],[1,-2],[1,0],[2,-1],[1,-1],[0,-1],[1,1],[0,1],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,3],[-1,2],[0,2],[-1,1],[0,1],[0,1],[0,1],[1,1],[1,0],[1,0],[3,1],[2,1],[1,0],[1,1],[0,1],[1,0],[2,-2],[1,-1],[1,-3],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-2,-1],[1,-1],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,-2],[0,-2],[0,-1],[-2,-2],[0,-1],[-1,-1],[0,-2],[-1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[2,-2],[2,-1],[0,-1],[2,-3],[1,0],[2,0],[2,0],[2,1],[1,0],[0,1],[0,1],[-1,1],[-1,1],[-2,1],[-1,2],[1,0],[1,1],[1,2],[-1,1],[-1,0],[0,1],[0,1],[0,1],[1,2],[0,2],[-1,2],[-1,1],[-1,1],[-1,1],[0,1],[1,0],[1,0],[1,-1],[2,-1],[3,-1],[1,0],[1,0],[1,0],[2,0],[0,1],[-1,1],[-2,2],[-4,1],[-1,1],[-1,0],[-1,2],[1,2],[-1,1],[0,1],[-1,2],[-1,3],[0,1],[1,2],[-1,1],[-1,1],[-1,0],[-1,0],[-1,-2],[0,-1],[0,-2],[-2,0],[0,-1],[-2,0],[-2,0],[-1,0],[-1,0],[-2,-2],[-2,-2],[-1,-2],[-1,-1],[-1,0],[-2,0],[-4,1],[-3,2],[-2,1],[-1,2],[-2,1],[-3,0],[-1,-1],[-1,0],[0,2],[0,1],[1,0],[0,1],[-1,1],[0,2],[-1,1],[0,1],[-1,0],[-2,0],[-2,1],[-1,1],[-1,1],[-1,1],[-1,2],[0,2],[-2,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,1],[0,1],[0,1],[0,2],[1,1],[0,1],[1,0],[2,0],[2,1],[2,0],[2,0],[1,0],[2,0],[0,1],[1,-1],[1,0],[1,0],[0,-1],[3,-1],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-2],[1,-1],[1,1],[2,0],[-1,2],[1,2],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[1,0],[3,-1],[2,-1],[2,-1],[1,0],[1,0],[0,1],[1,1],[2,2],[1,0],[1,0],[1,0],[0,-1],[0,-2],[1,-1],[1,-1],[1,-1],[3,0],[0,1],[0,1],[0,1],[-1,-1],[-1,1],[-2,1],[0,1],[1,0],[3,1],[5,0],[1,2],[3,1],[2,1],[0,1],[-1,0],[1,1],[1,0],[3,1],[1,0],[1,0],[2,0],[1,0],[2,0],[1,0],[1,-1],[2,1],[3,0],[2,0],[2,1],[2,0],[0,1],[1,2],[0,1],[-1,1],[0,1],[0,1],[0,2],[1,1],[-1,3],[-1,3],[-1,1],[-1,1],[-2,1],[-2,1],[-3,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,2],[0,1],[2,0],[1,0],[1,0],[0,1],[0,1],[-1,0],[-1,1],[-1,2],[-1,1],[-1,0],[-1,0],[-1,2],[0,1],[0,1],[-1,0],[-2,-2],[0,-2],[-1,-1],[0,-1],[0,-3],[-1,-3],[0,-1],[0,-1],[-2,-1],[-1,-1],[-2,-2],[-3,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,1],[-2,-1],[-1,0],[-1,-1],[-1,1],[-1,0],[0,1],[1,1],[-1,1],[-2,0],[0,-1],[0,-1],[1,-2],[-1,-1],[-1,0],[-2,0],[-2,-1],[-2,0],[-1,-1],[-1,0],[-2,1],[0,1],[0,1],[0,2],[1,0],[2,3],[2,0],[1,1],[1,1],[-1,1],[-2,1],[-2,1],[0,1],[0,1],[1,2],[1,1],[1,0],[1,1],[1,0],[1,1],[-2,0],[-1,0],[-2,1],[-1,1],[1,3],[0,1],[1,0],[0,1],[1,0],[0,1],[-1,1],[-1,1],[-1,1],[0,2],[-1,1],[0,1],[0,1],[2,2],[0,1],[1,0],[2,1],[1,0],[1,1],[3,2],[2,1],[1,1],[2,3],[1,1],[0,2],[-1,1],[-1,1],[-1,1],[-2,0],[-2,1],[-1,1],[-1,0],[0,-1],[-2,-3],[-1,0],[-2,-2],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,-1],[-1,0],[-2,-3],[-1,-2],[0,-1],[-1,-3],[-1,-2],[-1,-2],[0,-1],[0,-1],[-2,-1],[-1,-3],[-2,-1],[0,-1],[0,-1],[1,0],[1,0],[1,1],[1,2],[1,1],[1,0],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-4],[0,-2],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[-2,-1],[-2,-2],[-3,0],[-3,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,1],[1,1],[2,2],[1,1],[1,1],[2,1],[0,1],[0,2],[0,1],[1,1],[1,0],[1,-1],[1,2],[0,1],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-2],[-1,-3],[0,-1],[-2,-2],[-1,-1],[-2,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-2],[-2,-1],[-2,0],[-1,-1],[-1,0],[-1,1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-1,0],[-1,0],[-1,-1],[-2,1],[-2,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,1],[-1,0],[-2,1],[0,2],[-1,2],[-1,2],[-1,1],[-1,0],[-2,0],[-2,0],[-3,0],[-2,2],[1,1],[1,1],[1,2],[2,1],[2,1],[-1,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[1,1],[2,0],[1,1],[1,1],[1,1],[1,1],[0,3],[0,1],[0,1],[1,1],[3,1],[1,0],[1,-1],[2,0],[1,0],[1,1],[1,0],[2,0],[1,1],[1,1],[1,2],[0,2],[-1,-1],[0,-1],[-1,0],[-2,1],[0,1],[0,1],[-1,2],[-2,2],[-2,1],[-1,0],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,2],[0,1],[0,3],[0,2],[0,2],[0,3],[0,1],[0,2],[0,1],[1,1],[2,-3],[2,-1],[1,-1],[1,0],[0,-1],[0,1],[0,1],[1,2],[0,1],[0,1],[1,-1],[1,0],[1,0],[0,1],[-2,2],[0,1],[1,0],[1,0],[0,-1],[0,-1],[1,-1],[2,-2],[1,-1],[1,0],[1,1],[0,2],[-1,1],[-1,1],[-2,1],[-1,2],[1,2],[-1,1],[0,1],[-1,0],[0,1],[0,1],[1,1],[-1,2],[-1,1],[0,1],[1,1],[3,0],[1,1],[-1,0],[0,-1],[-1,0],[-2,1],[0,1],[1,1],[1,0],[1,0],[1,0],[2,1],[0,1],[-1,1],[0,2],[-1,2],[1,2],[0,1],[0,2],[-1,2],[-1,2],[-1,0],[-1,0],[-1,1],[-1,0],[1,1],[1,0],[1,0],[0,2],[1,1],[1,0],[3,0],[1,-1],[1,1],[1,0],[2,1],[2,0],[1,1],[1,0],[0,2],[1,1],[0,1],[2,0],[3,-1],[-1,1],[-2,2],[-2,1],[-1,1],[-1,0],[1,0],[1,0],[1,0],[0,-1],[3,-1],[2,-1],[3,-2],[0,-1],[2,-2],[0,-1],[0,-2],[2,-1],[1,0],[2,0],[2,0],[1,-2],[1,0],[1,0],[1,1],[3,-2],[2,-2],[1,0],[2,-1],[2,-2],[1,-1],[1,-1],[1,1],[-1,1],[-3,3],[0,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,1],[0,2],[0,1],[1,0],[0,1],[1,0],[1,1],[1,1],[0,1],[-1,1],[-2,-1],[-1,0],[0,2],[0,1],[1,0],[1,0],[2,2],[1,1],[1,0],[1,0],[1,1],[1,1],[0,2],[1,2],[1,0],[0,1],[1,-1],[0,-1],[2,-3],[1,-1],[3,0],[1,-1],[1,0],[1,0],[0,-2],[1,0],[0,-1],[1,0],[1,0],[0,1],[0,1],[1,1],[2,3],[1,0],[2,1],[1,-1],[1,0],[1,0],[0,1],[0,1],[0,1],[-2,1],[0,1],[1,0],[1,1],[1,0],[1,0],[1,1],[0,1],[-1,0],[-2,1],[-1,1],[-1,1],[-2,-2],[-1,-1],[-1,-2],[-2,-1],[-2,0],[-1,1],[0,1],[-1,0],[-2,0],[-2,0],[0,2],[0,1],[-1,1],[-1,3],[0,1],[-2,0],[-3,0],[-3,-1],[-2,0],[0,-1],[-1,0],[0,-1],[0,-2],[-1,-1],[-1,-2],[-2,-2],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-2],[0,-1],[-3,-1],[0,-1],[-1,-2],[-1,0],[0,1],[-1,0],[-2,2],[-3,0],[-2,0],[-2,-1],[-2,0],[-3,0],[-1,1],[0,1],[2,1],[0,1],[2,0],[0,-1],[2,0],[0,1],[-1,3],[-2,1],[-1,1],[-1,0],[0,-1],[-2,0],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-2,-3],[-1,-2],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,2],[0,1],[0,2],[0,2],[1,3],[1,2],[0,2],[2,1],[2,1],[-1,0],[0,1],[0,2],[2,2],[1,-1],[0,-1],[3,0],[1,-1],[1,0],[2,1],[1,1],[-1,1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,0],[1,1],[1,2],[0,1],[1,2],[-1,2],[0,1],[-1,1],[-1,0],[0,1],[0,2],[0,1],[0,2],[0,1],[-1,1],[-1,0],[-1,1],[0,3],[0,3],[-1,1],[-1,1],[1,2],[1,1],[1,1],[1,1],[0,2],[2,0],[2,0],[3,-1],[1,0],[3,-2],[0,-1],[1,0],[1,0],[3,0],[3,-1],[1,-1],[3,-1],[1,-2],[1,0],[1,0],[1,0],[3,-1],[2,0],[2,-1],[1,-1],[1,0],[3,-2],[2,-2],[2,-1],[1,-2],[2,-1],[2,0],[0,1],[-1,2],[-1,2],[-1,2],[0,1],[2,2],[1,1],[-1,1],[-1,0],[-2,0],[-2,0],[-2,1],[-1,0],[1,3],[1,3],[1,1],[1,1],[1,-1],[1,1],[0,1],[-1,1],[-2,0],[-3,-2],[-2,-3],[-1,-1],[-2,1],[-1,0],[-1,0],[-1,1],[-1,1],[-3,1],[0,1],[1,1],[1,1],[0,2],[-1,1],[-1,0],[-2,0],[-1,0],[0,2],[0,1],[-1,1],[-1,0],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,1],[-3,-1],[-1,0],[-2,-1],[-1,-1],[-2,0],[-1,1],[-1,1],[-3,1],[-1,2],[0,1],[0,3],[0,1],[-1,1],[0,1],[0,1],[1,0],[1,1],[4,3],[1,1],[1,0],[1,0],[1,0],[1,1],[1,1],[1,2],[2,2],[0,1],[1,1],[1,0],[2,1],[2,4],[1,2],[0,1],[0,2],[0,1],[0,1],[1,1],[1,0],[1,0],[1,0],[1,-1],[1,0],[2,-1],[2,0],[3,0],[2,-1],[3,0],[3,-1],[2,-1],[3,-1],[1,0],[1,-1],[2,-1],[1,0],[1,0],[3,-1],[1,0],[1,0],[0,1],[0,1],[1,1],[1,0],[2,0],[1,-1],[1,-1],[2,0],[2,0],[3,1],[1,1],[0,1],[-1,1],[-2,1],[-2,0],[0,1],[-1,3],[-2,0],[-2,0],[0,2],[-1,2],[-1,1],[0,3],[-1,1],[0,1],[-1,1],[-1,1],[-2,2],[-1,0],[0,1],[1,2],[1,2],[2,2],[0,2],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-1,0],[-1,1],[0,2],[-1,1],[-3,0],[-3,1],[-1,1],[-1,1],[1,2],[1,1],[0,2],[-2,0],[-2,0],[-2,-1],[-2,1],[-2,1],[-1,0],[-2,0],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[1,1],[-1,1],[-1,0],[-2,0],[-1,1],[-1,1],[2,2],[-1,0],[-2,-1],[-2,0],[0,1],[0,2],[0,1],[1,1],[1,1],[2,1],[0,1],[2,1],[0,1],[-1,0],[-1,0],[-1,0],[0,1],[0,1],[-2,1],[0,1],[1,1],[1,0],[1,0],[0,1],[1,1],[0,1],[2,0],[2,-1],[3,0],[3,-1],[1,0],[1,0],[2,0],[2,1],[1,0],[0,1],[1,0],[2,0],[2,0],[2,0],[3,2],[2,1],[1,0],[2,-1],[1,0],[1,1],[1,1],[0,2],[0,1],[0,1],[1,0],[0,1],[2,0],[1,1],[0,1],[1,1],[0,1],[0,2],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[1,2],[0,1],[0,2],[-1,1],[-1,0],[-1,0],[-1,0],[-3,-1],[-2,1],[-2,0],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,1],[1,1],[-1,2],[0,1],[-1,2],[0,1],[-2,2],[-1,0],[-1,-1],[1,-3],[0,-1],[0,-2],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-2],[-2,-1],[-1,1],[-1,0],[0,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,-3],[-1,-1],[0,-1],[-2,0],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,0],[-2,0],[-2,0],[-1,0],[-1,-1],[-1,-1],[0,-1],[-2,-1],[-1,-2],[-2,-2],[-2,-1],[-2,-1],[-2,-1],[-3,-1],[-1,0],[0,1],[-1,2],[0,1],[-1,0],[-1,0],[-2,0],[-2,0],[-3,-2],[-2,-1],[-1,-1],[-4,-1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,-1],[-3,0],[-3,-1],[-1,0],[0,1],[2,2],[1,-1],[1,0],[1,1],[1,2],[0,3],[1,1],[2,1],[2,1],[2,0],[3,0],[1,3],[1,2],[1,2],[0,1],[0,3],[0,2],[0,1],[1,1],[3,1],[1,-1],[0,-1],[1,-1],[1,-1],[1,-2],[1,-2],[0,-1],[0,-2],[0,-2],[1,-1],[0,-2],[2,-1],[1,0],[1,2],[1,2],[1,2],[0,1],[1,2],[1,0],[2,1],[2,0],[1,0],[1,2],[-1,1],[-1,0],[-1,0],[-1,1],[-2,0],[-1,0],[-3,0],[-1,0],[-1,0],[-2,1],[-1,0],[0,1],[0,1],[1,1],[0,1],[0,2],[-1,0],[-2,1],[-2,2],[-2,2],[0,1],[-2,0],[-3,0],[-2,-1],[-1,0],[-2,0],[-1,0],[-3,0],[-3,0],[-2,0],[-3,-1],[-1,-1],[-2,-2],[-1,-2],[-1,-3],[0,-3],[-1,-3],[-1,-2],[-2,-2],[0,-1],[-2,-3],[0,-1],[-1,-2],[-2,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[1,0],[1,0],[0,2],[-1,1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,0],[-2,-1],[0,1],[-1,0],[-1,1],[-2,0],[-1,1],[-1,1],[0,1],[0,1],[1,1],[1,2],[0,2],[1,4],[0,1],[1,2],[0,2],[0,3],[0,1],[-1,-1],[-1,0],[0,-2],[-2,-2],[0,-2],[0,-1],[0,-1],[-1,-2],[-3,0],[-1,-1],[-2,0],[-1,1],[-1,0],[-1,0],[-2,0],[-3,0],[-3,1],[-3,0],[-3,0],[-1,0],[-2,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[-2,-1],[-2,-1],[-2,0],[-2,0],[-1,1],[-1,1],[-3,2],[-2,1],[-2,1],[0,2],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[-1,3],[-1,3],[1,2],[-1,1],[0,1],[-1,1],[0,-2],[1,0],[0,-2],[0,-2],[1,-2],[0,-3],[0,-1],[-1,0],[-1,1],[-1,1],[-2,-1],[-1,-2],[-1,-1],[-2,-1],[-1,0],[-2,0],[-1,0],[-2,1],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-2,1],[0,1],[-2,0],[-2,1],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,1],[0,2],[1,1],[0,1],[0,1],[-1,1],[-1,1],[-3,1],[0,2],[0,1],[-1,3],[-1,2],[-2,1],[-1,1],[-1,1],[0,1],[-1,2],[-1,2],[-1,1],[-1,1],[-1,2],[-1,2],[-1,0],[0,1],[-1,2],[0,1],[-1,1],[-1,1],[-2,2],[-2,3],[-2,3],[0,1],[0,1],[-2,1],[-1,2],[-1,1],[-1,1],[-1,0],[-2,2],[0,1],[0,1],[-1,1],[-1,2],[-2,1],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[0,1],[-1,1],[-2,2],[-1,0],[-1,1],[-2,2],[-1,0],[-1,1],[-1,2],[0,1],[-2,2],[-1,1],[0,1],[-3,2],[-1,0],[-1,1],[-1,0],[-2,0],[-1,0],[-2,1],[-2,1],[-1,1],[-1,1],[-1,3],[-1,1],[-1,1],[-3,2],[-1,0],[-3,0],[-1,0],[-2,-1],[-1,0],[0,1],[0,1],[-2,2],[-1,1],[-2,1],[-2,0],[-2,1],[-1,1],[-1,0],[-1,1],[-3,0],[-3,1],[-1,0],[-2,-1],[0,1],[-2,1],[-1,1],[-3,1],[-2,0],[-2,0],[-2,1],[-1,0],[-3,0],[-4,0],[-1,2],[-3,1],[0,1],[-1,0],[-3,0],[-1,0],[-2,1],[-2,0],[-2,0],[-1,1],[-2,0],[-3,0],[-3,2],[-1,0],[-1,0],[-1,0],[-3,0],[-2,0],[-1,1],[-2,0],[-2,0],[-1,0],[-1,0],[-2,1],[-3,1],[-1,0],[-2,0],[-1,0],[-2,-2],[-2,2],[0,1],[-1,0],[-1,1],[-1,1],[-2,2],[0,1],[-1,2],[-2,1],[-2,0],[-2,0],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[0,2],[0,1],[0,3],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[-3,0],[-1,0],[-2,2],[-1,1],[-2,4],[-1,3],[0,3],[0,1],[1,2],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[0,1],[-1,2],[0,1],[-1,0],[-1,1],[0,2],[-1,1],[-1,1],[-1,1],[-2,4],[-1,2],[-1,1],[-2,1],[-1,0],[-1,3],[-1,1],[-1,1],[-1,1],[-1,1],[0,1],[-2,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[-2,2],[-1,1],[-1,2],[-1,1],[-2,2],[0,1],[-1,1],[-1,2],[-1,2],[-2,2],[-1,1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-1,0],[1,1],[1,2],[1,2],[0,1],[0,3],[0,2],[0,1],[1,3],[-1,1],[0,1],[1,1],[-1,2],[0,1],[1,1],[1,1],[0,1],[3,2],[2,1],[1,1],[1,0],[1,1],[1,0],[1,1],[1,1],[1,1],[3,3],[1,0],[2,2],[2,2],[1,0],[1,2],[0,1],[1,0],[0,1],[2,0],[1,1],[2,1],[1,1],[2,3],[3,3],[1,1],[2,0],[1,0],[2,2],[2,1],[2,1],[1,1],[3,1],[1,1],[1,1],[2,1],[1,-1],[1,0],[1,-1],[1,0],[2,0],[1,0],[2,2],[2,0],[0,-1],[1,0],[1,-1],[1,0],[1,0],[2,-1],[3,-2],[1,0],[1,-1],[1,-2],[1,-2],[2,-1],[2,-2],[2,-1],[2,-1],[1,0],[2,-1],[1,0],[1,0],[3,0],[2,1],[1,1],[1,0],[1,0],[2,-1],[2,0],[0,-1],[1,1],[1,-1],[1,-1],[0,-1],[1,-1],[2,-1],[3,-1],[2,-2],[1,0],[1,-1],[1,0],[2,0],[1,-1],[3,0],[2,-1],[2,0],[2,-1],[1,0],[3,-1],[1,0],[4,0],[1,0],[2,0],[2,1],[2,0],[1,0],[2,1],[3,1],[1,0],[2,1],[0,1],[2,0],[2,0],[3,0],[2,0],[1,1],[1,0],[1,1],[0,1],[1,1],[1,0],[1,-1],[1,-1],[1,0],[4,-1],[1,0],[1,0],[2,0],[3,-1],[1,0],[1,0],[1,0],[2,0],[2,-1],[3,0],[1,0],[3,-1],[3,-1],[5,-2],[2,-2],[2,-1],[1,0],[2,1],[1,-1],[2,-1],[2,0],[1,0],[1,0],[1,-1],[1,-2],[1,-1],[2,-1],[1,-1],[2,-2],[1,-1],[1,0],[1,0],[2,-1],[0,-1],[1,-1],[0,-1],[1,-1],[2,-1],[2,-2],[1,-1],[1,-2],[1,-1],[2,-1],[1,-2],[2,-1],[1,-1],[1,0],[0,-1],[0,-1],[2,-3],[1,-1],[1,-1],[1,-2],[1,0],[1,0],[1,0],[1,-1],[0,-1],[1,-2],[1,0],[1,0],[3,-1],[2,-1],[2,-1],[1,-1],[1,0],[1,-1],[1,0],[1,0],[2,-1],[2,-1],[2,-2],[0,-1],[0,-1],[0,-1],[1,-2],[2,-1],[1,-1],[2,-2],[2,-2],[2,-1],[2,-2],[1,-1],[1,-1],[1,-1],[0,-2],[1,-2],[1,-1],[1,-2],[2,-1],[1,-2],[1,1],[1,0],[1,-1],[2,-1],[0,-1],[0,-1],[1,-1],[1,0],[2,-2],[2,-2],[0,-1],[1,-1],[2,-3],[1,-1],[2,-2],[2,0],[1,-1],[1,0],[2,-1],[1,-1],[2,-1],[1,0],[2,1],[2,-1],[1,0],[2,-1],[2,-3],[1,-1],[0,-2],[1,0],[3,-2],[2,-1],[2,-1],[3,-1],[2,1],[2,-1],[1,0],[2,1],[1,1],[1,0],[1,1],[1,-1],[1,-1],[1,-1],[3,-3],[3,-1],[2,0],[1,-2],[1,0],[4,-3],[2,-1],[2,0],[1,0],[1,1],[1,0],[1,0],[2,-1],[2,-2],[2,-1],[1,-1],[0,-1],[0,-1],[1,-1],[1,0],[2,-2],[3,-1],[2,-2],[1,-1],[0,-2],[0,-1],[1,1],[1,0],[1,2],[1,0],[1,0],[2,1],[5,-1],[2,0],[2,-1],[3,-2],[2,-1],[1,0],[1,-1],[1,0],[1,-1],[2,-1],[0,1],[1,0],[1,0],[1,0],[1,-2],[0,-1],[0,-1],[1,0],[3,-2],[2,-1],[2,1],[0,1],[1,0],[1,0],[2,-1],[1,-1],[1,0],[2,1],[2,0],[2,1],[3,1],[1,0],[3,-2],[0,1],[-1,2],[-2,0],[0,1],[0,1],[0,1],[1,2],[1,1],[0,2],[0,2],[0,1],[-1,1],[-1,2],[-1,1],[-1,1],[-1,1],[-1,1],[0,1],[0,3],[-2,1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,1],[-1,0],[-1,1],[0,1],[0,3],[2,3],[2,1],[1,1],[1,1],[0,2],[1,1],[1,0],[0,1],[1,2],[1,1],[1,0],[1,1],[1,0],[-1,2],[-1,1],[-2,1],[1,0],[1,1],[1,0],[1,1],[0,1],[0,1],[0,2],[1,2],[1,1],[1,1],[1,1],[1,0],[2,1],[0,1],[1,2],[1,1],[0,1],[-1,0],[-1,1],[-1,1],[0,2],[0,1],[-1,3],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-2],[1,-3],[0,-2],[-1,-2],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,-2],[0,-1],[-1,-2],[-1,-2],[-1,-2],[0,-1],[0,-1],[-1,-1],[-2,-1],[-3,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-2,1],[-1,0],[-3,1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-3,1],[-1,0],[-1,0],[-3,1],[-2,0],[-1,1],[-1,0],[-2,3],[-2,2],[-2,3],[0,2],[0,1],[2,0],[2,0],[2,-1],[1,0],[1,-1],[3,-2],[1,0],[2,1],[1,1],[0,1],[1,1],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-2,1],[-2,3],[-1,2],[-2,1],[-2,2],[-1,0],[-2,0],[-2,0],[-3,-1],[-2,-1],[-2,-1],[-2,-1],[-1,0],[-3,0],[0,1],[0,1],[0,1],[1,1],[0,1],[-2,1],[-1,2],[-2,3],[-1,2],[0,1],[0,1],[0,1],[-1,0],[-1,1],[0,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,2],[0,2],[2,0],[1,1],[1,1],[0,1],[-1,1],[0,1],[1,0],[3,0],[1,1],[3,1],[0,1],[1,0],[2,3],[1,1],[0,1],[0,2],[0,2],[2,2],[1,1],[1,0],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[2,-1],[0,-1],[0,-3],[0,-2],[0,-1],[1,-1],[2,-2],[1,-1],[0,-1],[2,-1],[1,0],[3,-1],[2,-2],[2,0],[1,0],[0,-1],[1,-1],[1,-1],[1,-2],[1,-2],[1,0],[2,-1],[2,-1],[1,0],[2,-1],[1,-1],[1,-2],[0,1],[1,1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[1,-1],[1,0],[0,2],[1,2],[-1,0],[0,1],[2,2],[1,0],[0,1],[0,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,3],[1,1],[2,0],[0,1],[0,1],[-1,1],[-2,-1],[-1,0],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[0,1],[2,2],[1,0],[1,-1],[2,-2],[1,-1],[2,-1],[1,-1],[0,-1],[3,-2],[0,-2],[2,-2],[1,0],[2,-1],[1,0],[0,3],[0,1],[0,1],[-1,2],[-2,1],[-1,1],[1,1],[-1,0],[0,1],[-1,1],[-1,1],[-1,1],[-3,2],[-1,1],[-1,1],[1,2],[1,2],[1,1],[0,3],[1,1],[-1,0],[0,1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-3,-1],[-3,0],[-3,0],[-1,2],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[1,0],[0,1],[1,0],[1,2],[1,1],[0,2],[2,1],[1,1],[1,0],[1,2],[0,1],[-1,1],[0,1],[1,1],[1,1],[3,0],[1,0],[1,0],[1,0],[2,-2],[1,0],[1,0],[1,0],[0,1],[1,-1],[1,0],[1,0],[0,-1],[2,-1],[2,-1],[0,-1],[2,-1],[2,-2],[1,0],[1,-1],[2,-2],[3,-2],[2,0],[0,-1],[1,0],[1,1],[0,1],[0,3],[-1,2],[0,2],[1,1],[0,1],[0,1],[-2,0],[-1,1],[-1,0],[-2,1],[-2,1],[-1,1],[-1,1],[-2,0],[-1,0],[0,-1],[-1,0],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,1],[-1,0],[-1,1],[-2,0],[-3,1],[-1,0],[-1,0],[0,1],[0,1],[-2,1],[-2,1],[-1,0],[-4,0],[-1,0],[-3,-1],[-1,0],[-1,-1],[-1,-1],[0,-3],[-1,-1],[-1,0],[-1,-1],[-2,-1],[-2,0],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-2,3],[1,1],[2,1],[1,1],[0,3],[1,2],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,2],[0,3],[-2,3],[0,1],[0,1],[1,3],[1,2],[1,2],[0,1],[0,2],[1,0],[1,3],[0,2],[0,2],[-3,0],[-1,-2],[1,-1],[0,-1],[-1,-2],[-1,-1],[-2,-3],[-1,-1],[-1,0],[0,-2],[-2,-4],[-1,-3],[0,-1],[0,-2],[-1,-1],[-1,-1],[-2,0],[-1,0],[-2,0],[-2,1],[-1,1],[-2,1],[-1,0],[-1,0],[-4,0],[-2,-1],[-1,0],[-2,-1],[-1,0],[-1,1],[-3,1],[-1,1],[-1,0],[-1,3],[-1,1],[0,1],[-1,2],[0,2],[1,3],[0,1],[1,2],[1,1],[1,1],[1,0],[1,-1],[2,0],[3,-1],[1,0],[1,0],[3,0],[4,0],[1,0],[2,0],[0,1],[0,1],[-1,0],[-1,0],[-1,0],[-2,1],[0,2],[0,1],[1,0],[1,2],[0,2],[0,1],[-1,1],[-1,0],[0,1],[0,2],[0,1],[1,2],[1,1],[2,0],[2,-1],[2,0],[1,0],[5,-4],[2,-1],[2,0],[3,-1],[2,0],[2,0],[3,1],[3,-1],[2,-1],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[0,-1],[2,0],[2,-1],[3,-2],[2,-2],[2,-2],[2,-2],[1,-1],[2,-2],[1,-1],[6,-3],[2,-1],[2,-1],[3,0],[2,0],[2,0],[1,0],[1,-1],[2,0],[0,1],[1,2],[0,2],[0,1],[0,1],[0,3],[1,1],[0,2],[0,1],[-2,1],[0,1],[-4,0],[-2,-1],[-4,0],[-2,2],[0,1],[0,2],[0,2],[1,3],[-1,0],[-1,1],[-1,0],[-2,1],[-3,2],[-1,0],[0,2],[1,2],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-2,0],[0,1],[-1,0],[0,1],[-1,1],[-1,2],[-2,3],[-1,3],[0,3],[0,1],[0,1],[1,2],[2,2],[1,2],[2,2],[1,2],[1,2],[0,2],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,0],[-1,-1],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-3,0],[-3,0],[-3,1],[-3,1],[-1,1],[0,1],[0,1],[-1,2],[-1,0],[0,1],[-1,1],[1,1],[1,1],[1,0],[1,1],[0,3],[-1,1],[-1,0],[0,-1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-2,1],[-1,0],[-1,1],[-1,1],[0,1],[-1,0],[-2,0],[-2,0],[-5,1],[-1,0],[-1,0],[-1,0],[-2,2],[-1,0],[0,2],[-2,1],[-2,1],[-2,1],[-3,1],[-2,0],[-2,0],[-1,0],[-2,0],[-3,0],[-1,0],[-1,1],[0,1],[0,1],[0,1],[-1,3],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[-3,3],[-2,1],[-2,1],[-2,2],[-2,1],[-1,0],[-2,1],[-2,1],[-2,1],[-3,2],[-2,1],[-2,2],[-4,2],[-2,1],[-1,1],[-1,0],[0,1],[2,1],[3,1],[0,1],[2,1],[1,1],[0,1],[0,2],[0,1],[0,2],[1,1],[1,2],[2,1],[2,1],[1,0],[1,0],[2,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,-1],[2,-1],[3,-1],[2,0],[2,-1],[1,-1],[2,-1],[1,-1],[1,-1],[1,-1],[0,-2],[2,-1],[3,-2],[3,-1],[2,-1],[2,0],[1,0],[1,-1],[2,-1],[2,0],[2,0],[2,-1],[1,0],[1,0],[3,0],[2,-2],[4,-3],[2,-1],[1,-2],[2,-1],[2,-1],[2,-1],[2,0],[2,-1],[1,0],[0,-1],[1,0],[1,0],[2,0],[3,0],[3,0],[1,1],[2,1],[1,2],[2,0],[3,-1],[1,1],[1,0],[3,0],[1,0],[2,0],[1,0],[0,-1],[1,1],[1,2],[0,2],[1,1],[-1,2],[0,1],[1,2],[1,1],[1,2],[1,0],[-1,1],[-3,1],[-1,0],[-3,-2],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,1],[-3,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-2,0],[-2,0],[-3,2],[-1,1],[0,1],[-1,2],[-1,0],[-1,1],[-2,2],[-3,1],[-2,1],[-2,1],[-1,0],[-1,0],[-2,1],[-2,0],[-2,1],[-3,1],[-2,1],[-1,0],[0,1],[-1,1],[0,2],[1,1],[4,2],[2,1],[1,0],[3,-1],[2,-2],[1,0],[2,-1],[1,1],[1,0],[1,0],[2,0],[1,0],[0,2],[-1,1],[-1,0],[-2,0],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[0,1],[-1,1],[-2,2],[-1,0],[-1,1],[0,2],[1,3],[1,0],[1,1],[2,1],[2,1],[2,1],[1,1],[2,0],[3,1],[1,-1],[0,-1],[1,-2],[2,-2],[0,-1],[1,-1],[3,-1],[-1,1],[-1,2],[-2,2],[-1,2],[-1,2],[2,3],[0,1],[1,0],[1,0],[0,1],[0,1],[-1,0],[-3,0],[-3,0],[-3,-1],[-1,-1],[-1,0],[-2,-1],[-3,-1],[-2,0],[-1,-1],[-3,-1],[-1,0],[-1,0],[-2,-1],[-1,-2],[-1,-1],[-2,0],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,1],[-2,-1],[-3,0],[-1,0],[-1,1],[-1,0],[-1,2],[-1,1],[-1,0],[-1,2],[-1,1],[-1,1],[-2,0],[-1,1],[-2,0],[-3,0],[-2,0],[-2,0],[-3,-1],[-3,-1],[-1,-1],[-1,-1],[-3,-1],[-2,-1],[0,-1],[-2,-1],[-1,0],[-2,-2],[-1,-1],[-2,-2],[-1,0],[-1,-1],[-2,1],[-2,1],[-2,-1],[0,1],[-1,0],[0,1],[-1,0],[-3,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,2],[-2,2],[0,1],[-1,0],[0,1],[1,2],[1,1],[0,2],[3,1],[3,2],[2,1],[1,2],[1,1],[1,0],[1,1],[1,2],[2,1],[1,2],[2,3],[0,2],[0,1],[-1,1],[0,1],[1,1],[1,0],[2,2],[3,2],[2,0],[2,2],[2,2],[1,1],[0,1],[1,1],[1,0],[1,1],[2,1],[1,1],[0,2],[1,1],[1,0],[2,1],[1,1],[3,0],[2,0],[3,-1],[2,0],[3,-1],[3,1],[2,-1],[3,0],[2,-1],[3,0],[3,0],[1,0],[3,0],[1,-1],[1,2],[0,1],[0,2],[0,1],[2,3],[1,0],[2,0],[-1,1],[-2,0],[-1,0],[-1,0],[-1,1],[0,1],[1,1],[0,3],[0,1],[0,1],[2,0],[1,2],[0,1],[-1,1],[-1,1],[-1,1],[-1,0],[-2,1],[-2,1],[-1,0],[0,1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[-5,1],[-1,1],[-2,0],[0,1],[0,2],[1,1],[2,1],[2,2],[1,1],[0,1],[0,2],[-1,0],[-3,0],[0,-1],[-2,-1],[-3,-1],[-2,-1],[-2,-1],[-1,-1],[-2,-1],[-2,-2],[-2,-2],[-1,-1],[-3,-2],[0,-1],[-1,-2],[-2,0],[0,-1],[-1,-2],[-1,-2],[-2,-2],[-2,-3],[-1,-1],[-1,-1],[-2,-3],[-1,-2],[-1,-1],[-2,-2],[-1,-3],[-2,-1],[-1,-2],[-1,0],[-1,-2],[-1,0],[-1,0],[0,1],[-1,0],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[0,-2],[0,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-1,0],[0,1],[-1,0],[-2,1],[-4,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-2],[-1,-2],[0,-2],[-1,-1],[-1,0],[-1,0],[-3,-1],[-2,0],[-2,0],[-3,0],[-2,1],[-1,1],[-1,0],[0,2],[0,2],[0,2],[-1,2],[-1,3],[0,1],[1,2],[2,2],[1,3],[1,2],[1,2],[1,0],[1,0],[3,1],[2,-1],[1,0],[2,0],[2,0],[1,1],[1,0],[2,2],[1,0],[1,2],[2,2],[1,2],[1,1],[1,3],[1,1],[1,2],[1,3],[1,1],[0,2],[0,4],[0,1],[0,3],[-1,1],[0,3],[-1,2],[-2,1],[0,1],[1,2],[0,1],[-1,1],[-1,2],[0,1],[0,1],[1,0],[1,1],[1,1],[1,1],[2,1],[2,1],[2,2],[1,1],[2,1],[1,0],[2,2],[1,0],[1,0],[1,2],[1,1],[1,1],[2,0],[1,2],[1,0],[2,1],[1,0],[3,3],[2,1],[3,2],[1,1],[1,0],[1,-1],[2,0],[0,1],[2,0],[2,1],[3,1],[2,1],[1,0],[2,0],[2,0],[3,1],[1,0],[2,0],[2,1],[2,1],[3,0],[1,1],[3,1],[2,1],[4,1],[1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[0,-1],[4,0],[1,1],[1,1],[1,0],[3,0],[2,0],[1,0],[4,-2],[3,-2],[2,0],[1,0],[2,0],[1,-1],[1,1],[1,0],[-1,1],[-1,1],[-2,1],[-1,1],[0,2],[1,1],[3,1],[1,0],[1,1],[0,1],[1,0],[-1,2],[0,2],[-1,1],[-1,1],[-1,1],[-1,0],[-2,1],[-3,1],[-2,1],[-4,-1],[0,1],[-1,1],[-3,2],[-2,1],[-2,0],[-3,1],[-2,1],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-2,0],[-2,-1],[-2,0],[-2,0],[-2,-1],[-2,0],[-3,-1],[-1,-1],[-1,-1],[-4,-3],[-2,-1],[-2,-1],[-3,-1],[-1,0],[-1,-1],[-2,0],[-3,-1],[-2,0],[-3,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-3,-2],[-2,-1],[-2,-2],[-1,-1],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-3,-2],[-3,-2],[-2,-1],[-3,0],[-3,0],[-2,0],[-1,1],[-4,-2],[-2,-1],[-2,-2],[-3,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-3,0],[-2,0],[-2,1],[-1,-1],[-2,0],[-2,0],[-2,0],[-2,0],[0,1],[-2,1],[-1,0],[-2,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,1],[-2,0],[-2,0],[0,1],[-1,0],[-3,0],[-3,1],[-3,1],[-1,1],[-1,0],[-2,0],[-2,0],[-3,0],[-1,1],[-1,1],[-2,1],[-1,0],[-1,1],[0,1],[0,1],[0,1],[1,1],[1,1],[2,1],[0,1],[2,1],[1,2],[4,2],[1,1],[1,1],[1,0],[2,2],[2,1],[3,1],[1,1],[0,1],[2,1],[0,2],[0,1],[0,1],[1,1],[1,2],[3,1],[1,1],[2,2],[2,2],[0,1],[0,1],[1,0],[1,1],[4,1],[2,1],[3,1],[1,0],[2,2],[3,1],[1,1],[1,1],[3,1],[2,1],[1,0],[1,1],[2,1],[3,1],[2,1],[2,1],[3,1],[2,0],[1,0],[1,0],[2,1],[1,0],[1,1],[6,0],[1,0],[2,0],[2,-1],[1,0],[1,-2],[1,0],[2,0],[1,1],[1,1],[1,0],[1,0],[2,0],[1,0],[1,0],[2,1],[1,1],[1,1],[3,0],[1,0],[0,1],[4,0],[1,0],[1,1],[2,1],[3,0],[1,0],[3,1],[3,0],[2,0],[0,1],[-1,0],[-1,2],[0,1],[1,0],[2,1],[1,1],[2,0],[1,1],[2,1],[1,2],[1,1],[2,1],[1,2],[1,2],[0,1],[0,1],[0,4],[1,3],[1,2],[2,2],[1,2],[0,1],[0,1],[-1,0],[1,2],[0,1],[1,2],[1,1],[1,1],[1,1],[-1,2],[-1,0],[-2,1],[-2,0],[-1,1],[0,1],[1,0],[1,1],[1,2],[0,1],[-2,1],[-1,0],[-1,0],[-1,0],[-2,-1],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[0,1],[-2,0],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-3],[-1,-1],[-1,-2],[0,-1],[-1,-2],[-1,-2],[-1,-3],[-1,-2],[0,-1],[-1,-2],[-1,-2],[-2,-1],[-2,-1],[-2,-1],[-2,0],[-1,-1],[-1,-1],[-2,-1],[-2,0],[-2,-2],[-2,-1],[-1,-1],[-2,-1],[-2,0],[-2,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-3,1],[-3,-1],[-2,1],[-3,1],[-2,1],[-2,0],[-2,0],[-3,0],[-2,0],[-3,1],[-2,1],[-3,1],[-3,0],[-1,0],[-1,0],[-3,0],[-2,0],[-2,0],[-3,0],[-1,0],[0,-1],[-1,0],[0,1],[-2,0],[0,1],[2,1],[1,2],[1,1],[0,1],[0,2],[-1,1],[0,1],[0,1],[1,1],[1,0],[3,1],[2,1],[3,0],[2,1],[2,2],[1,1],[0,1],[0,1],[-1,1],[-2,1],[-1,0],[-1,0],[-3,-1],[-2,1],[-3,0],[-1,-1],[-3,0],[-2,-1],[-2,-1],[-1,-1],[-2,0],[-3,-1],[-1,-1],[-2,0],[-5,0],[-1,1],[0,1],[-1,1],[-2,-1],[-2,1],[-1,0],[-2,0],[-1,0],[-3,-1],[-2,0],[-2,-1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,1],[0,1],[-1,0],[-1,1],[-1,0],[-3,-1],[-3,1],[-2,-1],[-1,0],[-1,1],[-3,0],[-3,1],[-3,1],[-2,0],[-3,1],[-1,1],[-2,1],[-1,0],[-2,1],[-1,0],[1,1],[2,1],[1,2],[2,2],[2,2],[1,1],[1,1],[1,2],[1,1],[2,2],[1,2],[1,0],[0,2],[1,1],[1,1],[1,2],[1,1],[2,1],[1,1],[1,1],[2,1],[2,1],[1,1],[2,1],[2,0],[1,1],[1,0],[1,1],[3,2],[1,2],[2,1],[1,2],[0,1],[1,1],[1,1],[0,2],[1,1],[0,2],[2,1],[-1,1],[0,2],[0,1],[-1,0],[-1,0],[-2,1],[-1,3],[0,3],[0,3],[0,2],[1,0],[0,1],[1,2],[1,1],[2,2],[1,1],[1,0],[0,1],[2,2],[3,1],[0,1],[0,1],[0,1],[2,3],[1,4],[1,2],[1,1],[1,1],[1,2],[1,0],[0,1],[1,1],[2,1],[1,2],[0,3],[-1,3],[-2,1],[-2,0],[-2,0],[-3,-1],[-1,-1],[-2,-2],[-2,-3],[-2,-2],[-1,-3],[-3,-5],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-3,-1],[-2,0],[-2,-1],[-1,-1],[-2,-2],[-1,-2],[-1,-2],[-1,-1],[0,-2],[0,-2],[0,-2],[0,-1],[1,-3],[1,-2],[1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-2],[-2,-4],[-1,-1],[-1,0],[-1,0],[-3,0],[-3,-1],[-2,0],[-1,0],[-2,-2],[-1,0],[-2,-1],[-1,0],[-1,-1],[0,-1],[-2,0],[-1,-1],[-2,-1],[-1,-1],[-3,-3],[-1,-1],[-1,-2],[-1,-2],[-2,-2],[-1,-2],[-1,0],[-2,-1],[-1,0],[-2,0],[0,1],[0,1],[0,1],[1,3],[1,4],[3,6],[0,2],[1,1],[1,1],[1,1],[0,1],[0,1],[0,2],[1,1],[0,3],[0,1],[0,1],[-2,2],[0,3],[-2,2],[-1,2],[0,1],[0,1],[-1,2],[0,1],[-1,0],[-1,1],[0,3],[-1,1],[-1,2],[-1,3],[-1,2],[0,3],[0,1],[0,4],[0,3],[0,2],[1,3],[0,2],[1,3],[1,4],[-1,2],[-1,1],[-1,0],[1,4],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,2],[-1,2],[-1,1],[-1,1],[-1,2],[-1,2],[-1,1],[-1,1],[-2,1],[-1,2],[0,1],[-2,1],[-3,2],[-2,0],[-2,1],[-2,0],[-1,1],[-2,1],[-1,3],[-2,1],[-1,1],[-1,1],[-2,1],[-1,1],[-2,2],[-1,1],[0,1],[0,1],[0,3],[0,3],[-1,0],[0,1],[0,5],[-1,2],[0,2],[-1,1],[1,0],[0,1],[-1,2],[0,1],[0,2],[-1,1],[0,1],[-1,3],[0,2],[0,3],[0,1],[0,2],[0,1],[0,1],[-1,0],[-1,2],[1,3],[-1,4],[-1,1],[-1,1],[-2,2],[-1,1],[-1,-3],[-1,0],[-3,1],[-2,3],[-2,2],[-2,1],[-1,0],[0,2],[0,2],[0,-3],[0,-1],[2,-2],[2,-2],[2,-1],[2,-1],[1,-1],[0,-1],[0,-3],[0,-2],[0,-2],[1,-3],[0,-2],[0,-3],[0,-2],[0,-3],[0,-3],[1,-3],[0,-2],[1,-2],[1,-4],[0,-1],[1,-3],[0,-2],[-1,-2],[0,-1],[-1,-3],[1,-3],[0,-2],[1,-3],[1,-1],[1,-1],[2,-2],[1,-1],[2,-2],[3,-2],[4,-4],[1,0],[2,-1],[2,-1],[1,-1],[1,-1],[1,-1],[0,-1],[2,-2],[2,-1],[0,-1],[2,-2],[2,-2],[2,-2],[1,-3],[0,-2],[0,-3],[0,-2],[-1,-2],[1,-2],[0,-2],[0,-4],[0,-2],[0,-3],[1,-3],[0,-1],[0,-1],[0,-3],[0,-2],[0,-1],[0,-2],[1,-1],[0,-2],[1,-2],[0,-1],[1,-2],[0,-1],[1,-2],[1,-2],[1,-2],[1,-2],[1,-1],[1,-2],[1,-3],[1,-1],[0,-2],[0,-1],[-1,-3],[-3,-3],[0,-1],[-1,-3],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,-3],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-2],[-2,-2],[-1,-1],[-2,-2],[-3,-2],[-1,-1],[-2,-2],[-2,-1],[0,-1],[-2,1],[-2,0],[-1,1],[-2,1],[-1,0],[-1,0],[-1,-1],[-3,0],[-2,1],[-1,1],[0,1],[0,1],[0,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-3,-1],[-1,-1],[0,-1],[1,0],[3,-1],[1,1],[1,0],[1,-1],[1,0],[2,-1],[2,-2],[1,0],[1,-1],[1,0],[2,-1],[1,0],[2,-2],[2,-3],[1,-3],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-3],[0,-4],[0,-3],[0,-1],[1,-1],[1,-1],[0,-1],[-1,-1],[-2,-1],[-3,-1],[0,-1],[-1,-2],[-1,0],[-2,0],[-2,1],[-2,1],[-3,2],[-1,0],[-3,2],[-2,1],[0,1],[-2,2],[-1,0],[-2,-1],[-2,0],[-2,0],[-3,0],[-2,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[1,-2],[0,-2],[-1,-3],[1,-2],[1,0],[1,-1],[1,0],[3,-2],[2,-2],[1,-1],[2,-1],[2,0],[1,0],[1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[2,-1],[2,0],[1,-1],[0,-1],[0,-1],[0,-2],[1,-3],[1,-5],[0,-1],[0,-2],[0,-3],[-1,-2],[0,-2],[0,-1],[0,-3],[0,-1],[0,-2],[0,-2],[-1,-2],[0,-1],[0,-2],[-1,-1],[-1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[-2,-1],[-1,0],[-3,0],[-1,0],[-1,-1],[-3,-1],[-2,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-2,0],[-3,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-3,-1],[-2,-1],[-2,-2],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-3,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-3,0],[-3,1],[-1,0],[-2,1],[-1,1],[-2,1],[-2,0],[-1,-1],[-1,0],[-1,-1],[-3,-1],[-2,0],[-2,-1],[-1,-1],[-2,-1],[-2,0],[-2,0],[-2,-1],[-2,0],[-1,0],[-3,-1],[-1,0],[-3,0],[-3,0],[-2,1],[-2,1],[-2,1],[-2,2],[-2,2],[-1,2],[0,1],[0,1],[-1,1],[-1,1],[0,1],[1,2],[0,1],[1,2],[0,1],[0,2],[0,1],[-1,1],[-2,2],[-1,0],[-2,1],[-2,1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-3,0],[-1,0],[-1,1],[-2,1],[-1,0],[-1,1],[-1,0],[-1,2],[-1,1],[-1,3],[-1,2],[-1,2],[-1,1],[0,1],[-1,3],[-2,2],[-1,2],[-1,1],[-1,1],[-1,1],[-1,0],[-1,-1],[0,-2],[1,-1],[1,-1],[0,-1],[1,-1],[1,-4],[2,-2],[0,-2],[1,-1],[0,-1],[1,-1],[1,-2],[0,-1],[0,-1],[2,-3],[1,-1],[1,-1],[2,-2],[0,-1],[1,-2],[0,-1],[0,-2],[-1,0],[-1,-2],[-2,-1],[-2,0],[-1,0],[-2,1],[-3,0],[-2,1],[-3,0],[-1,1],[-2,0],[-4,2],[-1,1],[-3,1],[-1,0],[0,1],[-1,1],[-2,2],[-1,1],[-2,3],[-1,1],[-2,2],[-2,2],[0,1],[-2,2],[0,1],[-2,3],[-1,1],[0,2],[0,1],[0,1],[-1,4],[-1,3],[-1,1],[-1,2],[-1,1],[0,1],[0,1],[0,1],[-1,3],[-1,3],[-2,2],[0,1],[-1,2],[0,1],[0,3],[-1,1],[-1,2],[-1,2],[0,1],[0,2],[-1,3],[0,1],[0,1],[-1,3],[-1,2],[-1,1],[0,1],[0,1],[0,1],[-1,4],[1,1],[1,0],[1,0],[1,-1],[3,-2],[1,0],[4,0],[1,1],[0,1],[0,1],[-1,2],[-1,0],[-1,0],[-2,1],[-1,1],[-1,1],[-1,1],[-2,0],[-3,1],[-3,1],[-2,0],[-7,2],[-2,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[1,1],[1,2],[2,4],[4,8],[1,1],[1,0],[1,0],[3,-1],[1,-2],[1,-1],[1,-1],[1,0],[-2,3],[-1,2],[-2,2],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,0],[3,0],[2,0],[1,0],[3,0],[5,-1],[1,-1],[1,0],[3,-4],[3,-4],[3,-4],[1,0],[-1,2],[-2,7],[-4,8],[-1,5],[1,1],[1,0],[2,0],[1,0],[1,1],[4,4],[2,2],[2,2],[2,1],[1,1],[2,0],[1,0],[2,-1],[2,-2],[3,-3],[2,-2],[4,-5],[2,-2],[3,-3],[2,3],[-1,1],[-1,1],[-2,3],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[-2,3],[0,1],[0,1],[-2,2],[-3,3],[-2,3],[-3,2],[1,1],[1,2],[1,3],[1,3],[0,1],[1,0],[1,2],[2,2],[0,1],[1,0],[2,2],[2,0],[2,1],[2,1],[2,0],[1,1],[3,0],[2,0],[2,0],[2,-1],[3,0],[3,0],[0,-1],[1,1],[2,0],[1,0],[1,-1],[1,0],[3,1],[1,0],[2,0],[0,1],[0,1],[0,1],[0,1],[2,1],[2,-1],[1,-1],[2,1],[2,1],[2,2],[1,0],[1,1],[1,1],[1,-1],[0,1],[1,1],[0,3],[0,1],[1,0],[1,1],[1,0],[1,3],[1,1],[1,1],[1,2],[3,2],[1,2],[0,1],[0,2],[1,0],[1,1],[1,1],[1,0],[2,0],[2,0],[2,1],[0,1],[1,3],[0,2],[1,1],[1,0],[1,1],[0,1],[1,2],[0,1],[1,1],[2,2],[0,1],[1,1],[0,2],[0,1],[0,1],[-1,0],[0,1],[0,2],[0,1],[1,1],[1,1],[1,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,3],[1,2],[1,2],[0,1],[0,2],[1,1],[1,2],[-1,1],[0,1],[0,1],[1,2],[1,0],[1,0],[1,0],[1,1],[0,1],[-1,1],[-1,0],[-1,1],[0,1],[1,1],[1,2],[1,1],[2,2],[0,1],[0,3],[-1,2],[0,2],[1,1],[1,1],[1,1],[1,1],[1,3],[0,3],[1,2],[0,1],[1,1],[1,1],[2,3],[1,1],[0,1],[-1,0],[-1,1],[-2,-2],[-2,-2],[0,-1],[-1,-2],[0,-1],[-1,-3],[0,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-1,-2],[0,-1],[-2,-2],[0,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-3],[0,-1],[0,-2],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-2],[-1,-1],[0,-2],[-1,-3],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-3],[1,-1],[0,-1],[2,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-2,-2],[-2,-2],[-2,-2],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,-2],[-2,-1],[-1,-4],[-2,-2],[-2,-2],[-1,-2],[-2,-1],[-2,-1],[-2,-1],[-1,0],[-3,-1],[-1,0],[-2,0],[-2,0],[-3,0],[-2,-1],[-2,0],[-2,0],[-2,-1],[-3,1],[-3,1],[-1,0],[-3,0],[-1,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-2,0],[-1,0],[0,1],[-1,2],[-1,1],[-1,1],[-2,1],[-2,1],[-2,1],[-3,2],[-2,1],[-1,1],[-1,1],[-10,7],[-2,1],[-1,1],[-2,0],[-2,0],[-3,-1],[-1,0],[-1,0],[-1,2],[1,1],[1,1],[1,2],[-1,1],[0,2],[0,1],[0,1],[1,3],[2,1],[1,3],[2,0],[3,2],[2,0],[1,1],[2,1],[2,2],[1,1],[2,0],[0,1],[1,-1],[4,-1],[2,-1],[2,0],[2,-1],[2,0],[2,0],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,1],[-2,1],[-1,0],[-2,1],[-2,1],[-2,0],[-1,1],[-1,1],[0,2],[0,2],[0,1],[1,0],[1,1],[2,0],[0,2],[2,1],[2,0],[1,1],[1,1],[2,1],[3,2],[1,2],[1,1],[2,2],[2,2],[1,0],[2,3],[1,1],[2,2],[1,1],[3,2],[1,1],[1,0],[1,2],[0,1],[1,1],[2,3],[2,2],[1,1],[2,2],[2,2],[2,1],[2,1],[2,1],[1,0],[1,1],[1,1],[2,2],[1,2],[0,2],[0,1],[1,0],[1,0],[1,-1],[1,0],[1,0],[2,1],[0,1],[-1,1],[-2,1],[0,1],[0,1],[-1,0],[-2,1],[-2,0],[-1,0],[0,3],[0,1],[1,1],[1,2],[-1,2],[0,3],[0,1],[2,1],[2,1],[0,2],[1,2],[0,3],[-2,0],[-1,-1],[0,1],[-1,1],[0,2],[0,2],[1,3],[0,3],[0,1],[1,0],[2,0],[3,-1],[3,-1],[2,-1],[3,-1],[3,-1],[1,0],[3,1],[1,1],[1,3],[2,1],[0,1],[-1,0],[-1,-1],[-2,-1],[0,-1],[-2,-1],[-2,-1],[-1,0],[-1,1],[-3,1],[-2,0],[-1,1],[-1,2],[1,0],[1,1],[1,-1],[0,3],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-3,-1],[-1,1],[-2,0],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,2],[-1,2],[0,1],[0,1],[2,1],[2,-1],[1,1],[1,0],[3,3],[1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,-1],[-3,-1],[-3,0],[-1,-1],[-3,0],[-1,2],[1,1],[0,2],[-1,2],[0,1],[0,2],[-1,2],[-2,2],[0,-1],[0,-2],[1,-3],[0,-2],[0,-1],[0,-3],[0,-1],[-1,0],[-1,2],[0,1],[0,2],[-1,1],[0,-2],[0,-2],[1,-3],[1,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-1],[1,0],[1,-1],[-1,-1],[-1,0],[-1,0],[-3,1],[-2,0],[-2,0],[-1,2],[0,1],[0,2],[-1,2],[1,1],[1,1],[0,1],[-1,0],[-1,0],[-1,-1],[0,-2],[0,-2],[0,-3],[1,-1],[-1,-2],[-2,-1],[-2,-1],[0,-1],[-1,-1],[-2,-2],[-1,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-4,-1],[-1,0],[0,1],[-1,2],[-2,1],[-2,0],[0,1],[0,1],[0,1],[3,1],[1,0],[2,0],[1,0],[2,0],[2,2],[0,2],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,1],[-1,2],[-1,3],[0,1],[0,1],[-1,2],[0,2],[0,2],[0,1],[1,2],[0,1],[-1,1],[0,3],[0,2],[1,2],[0,1],[0,1],[-2,3],[0,-2],[-1,-2],[0,-3],[-2,-2],[0,-3],[-1,-2],[0,-1],[0,-1],[1,-2],[1,-2],[-1,-1],[0,-1],[0,-1],[0,-3],[1,-2],[-1,-2],[-2,-1],[-1,3],[-2,3],[0,1],[1,1],[1,1],[0,1],[-1,1],[-1,-1],[-2,-1],[0,-2],[0,-2],[0,-2],[0,-1],[-1,0],[-3,1],[-3,-2],[-3,0],[-2,0],[-1,0],[-2,1],[-1,1],[-2,2],[-2,1],[-1,2],[-3,2],[-1,1],[-1,3],[0,2],[0,1],[-1,1],[-1,3],[1,2],[1,1],[1,0],[0,1],[1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,1],[1,0],[1,1],[0,1],[1,1],[-1,1],[0,1],[1,1],[1,0],[1,2],[2,2],[1,1],[1,1],[1,1],[0,1],[0,1],[1,1],[1,0],[0,1],[1,0],[1,0],[1,0],[1,-1],[2,-2],[1,-1],[1,-1],[2,0],[2,-1],[2,0],[2,0],[2,0],[2,0],[1,-1],[1,-1],[1,-1],[1,0],[1,0],[2,0],[2,0],[1,-1],[2,-1],[2,0],[3,1],[1,0],[2,2],[1,0],[2,-1],[3,-1],[3,-2],[2,-1],[1,0],[1,0],[1,0],[1,0],[2,-1],[1,0],[2,-1],[1,-1],[3,-1],[2,0],[1,0],[2,0],[2,0],[1,0],[1,0],[1,0],[1,1],[0,1],[1,1],[1,0],[2,-1],[3,-1],[2,0],[3,-2],[2,0],[1,1],[1,0],[0,1],[1,1],[1,1],[3,0],[1,0],[1,-1],[1,-1],[0,-1],[2,-2],[1,0],[1,0],[2,0],[2,0],[0,1],[-1,1],[0,1],[-1,0],[0,-1],[-1,2],[2,2],[1,0],[2,1],[1,1],[2,-1],[0,-1],[1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[1,0],[0,-1],[1,0],[0,-1],[1,0],[1,0],[2,0],[1,0],[1,1],[1,0],[2,0],[0,-1],[1,-1],[1,-2],[0,-1],[-2,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,-1],[0,-1],[0,-1],[1,1],[2,0],[2,1],[1,-1],[3,0],[2,0],[0,-1],[2,0],[1,0],[-1,2],[-1,2],[-1,2],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-2,2],[-1,3],[-3,1],[-1,1],[-1,0],[-1,-1],[-1,0],[-3,-1],[-3,0],[-1,-1],[-1,0],[0,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-2,-2],[-1,0],[0,-2],[-1,0],[-3,-1],[-2,1],[-2,2],[-1,1],[-1,0],[-2,0],[-2,0],[-1,0],[-1,1],[0,1],[-2,1],[-1,1],[-2,1],[-1,1],[-1,1],[1,2],[0,2],[0,3],[0,1],[0,2],[0,3],[0,3],[0,1],[1,1],[0,2],[0,3],[-1,2],[0,3],[-1,1],[-1,0],[0,1],[0,1],[2,0],[2,0],[2,0],[1,0],[2,-2],[1,0],[1,0],[1,0],[2,1],[2,1],[0,1],[1,1],[1,1],[2,1],[0,1],[-1,2],[-1,1],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-2,-1],[-1,0],[0,1],[-1,0],[-2,1],[-1,1],[-4,1],[-2,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,2],[0,1],[-1,1],[-1,2],[-1,1],[0,1],[2,0],[1,0],[1,0],[1,1],[0,1],[0,1],[-3,0],[-2,0],[0,1],[0,1],[3,2],[1,0],[1,1],[1,-1],[1,-1],[0,-1],[-1,0],[1,-1],[0,-1],[1,0],[2,1],[2,0],[1,0],[1,1],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[0,1],[0,1],[1,0],[1,1],[1,1],[1,3],[0,2],[3,0],[3,-1],[2,-1],[1,-1],[1,0],[2,0],[1,0],[1,0],[1,-1],[1,0],[1,0],[0,-1],[1,0],[1,-1],[1,0],[1,1],[-2,2],[-2,1],[-4,2],[-1,0],[0,1],[-1,1],[-1,0],[-2,0],[-2,0],[0,1],[-1,0],[-1,1],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-2,1],[-1,0],[-2,2],[0,1],[0,1],[3,0],[3,1],[3,0],[1,0],[4,1],[1,0],[2,0],[1,-1],[1,0],[1,1],[1,1],[4,0],[3,0],[1,0],[2,0],[2,0],[1,1],[0,1],[1,1],[1,1],[-1,1],[-1,3],[-1,1],[-1,-1],[0,-1],[-1,1],[-1,0],[-1,2],[1,1],[1,0],[1,-1],[-1,4],[-1,0],[-3,2],[-2,1],[-2,0],[-1,1],[-1,0],[0,1],[-2,0],[-3,0],[0,-2],[2,-2],[0,-3],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-1],[2,-1],[1,2],[0,2],[1,1],[2,1],[2,0],[1,2],[1,0],[1,-1],[1,-2],[1,-2],[1,-2],[0,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-2,-1],[-1,0],[0,-1],[-1,1],[-1,0],[-2,0],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,1],[-2,1],[0,1],[2,0],[1,0],[1,2],[1,2],[1,1],[-1,1],[-2,-1],[-2,-1],[-2,-2],[-2,-2],[0,-1],[-1,0],[-1,-1],[-2,1],[0,2],[0,2],[1,2],[-2,-1],[-1,0],[0,-2],[0,-1],[0,-1],[-1,-1],[-3,0],[0,1],[0,2],[-1,0],[-1,0],[-1,-1],[-1,0],[-3,2],[-1,0],[0,1],[-2,1],[-1,0],[-2,2],[-1,1],[1,1],[1,1],[1,0],[1,0],[1,1],[0,1],[1,1],[1,2],[1,1],[2,0],[2,-1],[0,-1],[1,0],[0,1],[0,2],[-1,1],[-1,0],[0,1],[-1,1],[1,0],[3,1],[1,0],[1,0],[1,-1],[1,-1],[2,-1],[2,-1],[1,-1],[1,1],[3,1],[1,1],[1,0],[2,-1],[1,0],[1,-1],[1,1],[2,2],[1,1],[1,1],[1,1],[1,1],[0,1],[-4,1],[-1,0],[-1,0],[0,1],[-1,1],[-1,2],[-1,1],[1,1],[2,0],[1,0],[0,-1],[1,0],[2,0],[1,0],[1,-1],[2,-1],[1,-1],[2,-1],[3,-2],[2,0],[1,0],[2,0],[1,0],[2,2],[1,0],[3,0],[1,1],[0,1],[-1,2],[0,1],[0,2],[0,2],[-2,2],[-1,1],[-1,0],[-1,0],[-2,0],[-1,1],[0,1],[1,0],[0,1],[0,1],[-2,1],[-1,1],[-2,1],[-3,0],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,0],[0,1],[1,2],[2,2],[-1,3],[1,1],[0,2],[0,2],[-1,1],[-1,2],[-1,1],[-1,0],[-2,1],[-3,-1],[-1,0],[-2,-2],[-3,-2],[-1,-1],[0,-2],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-3,2],[-3,0],[-2,0],[0,-1],[0,2],[1,1],[2,0],[1,2],[0,1],[0,1],[1,1],[2,1],[-1,1],[-1,2],[-1,1],[-1,1],[-2,0],[-3,0],[-1,0],[0,1],[-2,3],[0,1],[2,0],[2,0],[2,0],[1,0],[0,2],[1,1],[1,2],[0,1],[-1,0],[-1,0],[-1,0],[-1,3],[-1,1],[0,-1],[0,-2],[-1,-1],[-1,-1],[-1,0],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[-1,1],[-2,1],[-1,-1],[-2,-1],[0,-1],[-1,-1],[-2,0],[-2,0],[-2,-2],[-2,0],[-2,0],[-3,1],[-1,0],[-1,1],[-2,1],[-1,2],[0,1],[1,2],[1,0],[1,2],[0,1],[0,1],[2,2],[1,3],[0,1],[0,1],[-1,1],[0,1],[-2,0],[-1,-1],[-2,-3],[-3,-1],[-2,-2],[-1,-1],[-1,-2],[-1,-2],[0,-1],[0,-2],[-1,-2],[-1,-1],[-1,0],[-4,0],[-1,0],[0,1],[1,0],[1,1],[0,1],[0,1],[-2,1],[0,1],[0,1],[1,1],[0,2],[-1,1],[-1,0],[-1,-1],[-1,1],[-2,0],[-2,0],[-1,-1],[-1,0],[-2,0],[0,1],[0,2],[3,0],[2,0],[1,1],[1,0],[2,0],[1,0],[1,1],[1,0],[1,1],[1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,1],[-2,0],[-2,0],[-1,-1],[-3,-1],[0,-1],[-3,-2],[-1,-1],[-1,0],[-2,0],[-3,1],[-1,1],[0,1],[-1,2],[2,1],[1,0],[1,1],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[-2,0],[-1,1],[-2,1],[-3,1],[-1,0],[-2,0],[-2,-1],[-2,0],[-1,0],[-3,-1],[0,-1],[-1,0],[-1,-2],[-3,-1],[-1,0],[-1,0],[-2,0],[-2,0],[-1,0],[-2,1],[0,1],[1,1],[1,0],[1,1],[0,1],[0,2],[-1,3],[-3,1],[-2,-1],[0,1],[1,1],[1,0],[2,1],[1,1],[0,1],[0,1],[2,1],[1,2],[1,0],[0,1],[0,1],[1,1],[1,0],[2,0],[1,0],[1,-1],[1,-1],[0,-1],[1,0],[3,-1],[2,0],[2,0],[4,0],[2,1],[2,0],[1,1],[2,3],[2,3],[0,1],[1,2],[2,3],[1,1],[0,1],[0,1],[0,1],[0,1],[4,2],[2,1],[0,2],[-2,1],[-1,0],[-1,-1],[-3,-1],[-2,-2],[-1,-1],[-1,0],[-1,0],[0,2],[0,1],[0,3],[-1,0],[-1,1],[1,2],[2,1],[1,0],[3,0],[2,1],[1,0],[2,0],[2,-1],[1,-1],[2,-1],[3,-2],[3,0],[1,1],[2,0],[1,0],[2,-1],[3,-2],[1,0],[1,1],[2,2],[2,1],[0,2],[-1,1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[1,1],[0,1],[1,1],[1,0],[0,1],[2,0],[1,2],[0,1],[-2,1],[-2,1],[-2,1],[-2,0],[-1,0],[0,1],[0,1],[0,1],[-1,2],[0,1],[1,0],[0,1],[0,1],[0,1],[-3,-1],[-3,-1],[-1,0],[0,-1],[-2,0],[-2,0],[0,1],[-1,0],[-2,0],[-1,0],[-2,1],[-3,0],[-1,1],[-1,1],[-1,1],[-2,-1],[-1,0],[1,1],[1,3],[0,1],[-2,-2],[-1,-1],[-1,-1],[-1,0],[-1,2],[-1,1],[0,1],[1,1],[1,1],[1,2],[0,1],[1,0],[1,2],[1,1],[1,1],[1,1],[0,1],[-1,2],[1,1],[3,1],[1,0],[2,0],[1,0],[1,2],[2,1],[1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[3,1],[3,0],[2,0],[-1,2],[-2,0],[-1,0],[-3,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-2,0],[-3,0],[-1,0],[0,2],[0,2],[1,1],[1,1],[2,3],[1,0],[1,1],[1,1],[1,1],[0,1],[0,2],[2,2],[1,0],[0,2],[-1,1],[1,1],[0,1],[1,0],[2,-1],[2,-2],[2,-2],[2,-2],[1,-1],[1,-1],[2,-2],[1,-1],[1,0],[2,0],[1,0],[2,0],[1,1],[1,0],[0,1],[1,1],[-1,2],[-1,1],[-1,3],[-2,0],[-1,1],[-1,1],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[0,2],[-1,1],[1,1],[-1,1],[0,1],[-1,0],[-1,1],[-2,0],[-1,0],[-2,-1],[-1,0],[-1,0],[-3,1],[-1,1],[-3,2],[-1,0],[-1,1],[-1,1],[-1,1],[-1,1],[-3,2],[-2,0],[-1,0],[-2,0],[-1,0],[-2,1],[0,1],[-1,0],[1,2],[-1,0],[-3,1],[-3,2],[-1,0],[-1,2],[-1,2],[0,1],[0,1],[1,0],[1,0],[1,2],[1,2],[0,2],[-1,2],[0,1],[-2,1],[-2,1],[-2,1],[-1,0],[-1,1],[-2,2],[1,0],[1,1],[1,0],[1,0],[1,0],[1,1],[1,0],[-3,0],[-2,0],[-2,-1],[-1,0],[-1,1],[0,1],[1,3],[1,3],[0,1],[-1,1],[-1,1],[-2,0],[-1,1],[0,1],[0,2],[0,2],[0,2],[-1,1],[-1,1],[-3,0],[-1,0],[-2,-1],[1,-1],[0,-1],[1,-2],[-1,-2],[0,-2],[-1,0],[-3,2],[-1,1],[-1,1],[-2,2],[-3,3],[0,1],[0,1],[-1,0],[2,0],[1,0],[1,0],[1,-1],[-1,1],[-1,1],[-2,0],[0,1],[-1,2],[1,0],[2,1],[3,1],[0,1],[-1,2],[-1,2],[-1,0],[0,1],[-2,0],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-2,0],[-2,1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[-2,1],[-2,0],[-1,1],[-2,1],[-2,1],[-1,2],[-1,1],[0,2],[0,1],[0,2],[1,1],[1,0],[2,-2],[2,-3],[1,0],[2,-1],[1,1],[2,1],[1,1],[1,0],[1,1],[1,0],[2,1],[0,1],[1,0],[3,1],[1,0],[1,1],[2,1],[1,0],[0,1],[-2,2],[0,2],[-1,0],[0,1],[-1,0],[-1,-1],[-2,0],[-3,-1],[-1,-1],[-1,-1],[-1,0],[-3,-2],[-3,0],[-1,-1],[-3,1],[0,2],[1,0],[0,1],[-1,1],[0,2],[0,2],[2,2],[2,1],[3,0],[4,0],[3,1],[0,1],[-1,1],[-1,3],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,3],[0,1],[1,3],[0,3],[1,2],[1,-1],[0,-1],[2,-1],[1,-1],[1,-1],[1,-1],[1,-2],[1,-1],[1,-1],[2,-3],[1,2],[2,-1],[0,-1],[3,-2],[3,-3],[2,-2],[2,-1],[1,0],[1,0],[1,0],[1,-1],[2,-1],[3,-2],[1,0],[1,0],[1,1],[1,0],[0,1],[-1,1],[-1,1],[-1,0],[-1,1],[0,1],[0,1],[1,0],[2,1],[2,0],[0,2],[1,1],[2,0],[1,0],[1,0],[1,-1],[1,-1],[2,1],[2,1],[0,1],[-1,1],[-1,-1],[-1,0],[-1,0],[-1,1],[-2,1],[-1,1],[-1,0],[-1,0],[-1,0],[-2,-1],[0,-1],[-2,-2],[-3,-1],[-2,-1],[-3,-1],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,1],[0,2],[-1,1],[-3,0],[-1,1],[2,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-2,1],[-1,0],[-2,1],[-2,2],[-1,3],[-1,2],[0,1],[-1,3],[0,1],[0,5],[0,1],[1,0],[0,1],[0,1],[-1,2],[-1,2],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[-1,2],[0,1],[0,1],[0,1],[2,0],[1,0],[3,0],[2,-2],[2,-1],[3,-1],[2,-1],[-1,1],[1,0],[2,0],[1,0],[1,-2],[2,-1],[2,-1],[1,-3],[2,-3],[2,-2],[0,1],[0,1],[-1,1],[-2,2],[-1,1],[-1,2],[-1,1],[3,0],[2,-1],[1,0],[4,1],[2,1],[1,1],[1,0],[1,2],[2,2],[-1,1],[-1,2],[-2,1],[-1,1],[-1,1],[0,1],[0,2],[0,2],[-2,0],[0,1],[-1,0],[-3,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,1],[0,2],[1,2],[-1,1],[-1,1],[-1,1],[-1,0],[-2,1],[-3,0],[-2,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,0],[0,-1],[0,-1],[-3,0],[-3,2],[-1,1],[0,2],[0,1],[0,1],[-1,0],[-2,1],[0,1],[-1,2],[-1,1],[-1,0],[-2,0],[-1,0],[-1,0],[-4,1],[-1,0],[-1,1],[-2,2],[1,2],[0,1],[1,1],[1,1],[0,1],[-1,0],[-1,0],[-2,2],[1,2],[1,0],[1,-1],[2,1],[1,1],[1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[0,1],[1,1],[2,1],[2,0],[2,0],[2,-1],[1,0],[1,-1],[1,-1],[1,-1],[2,-1],[0,-1],[1,1],[-1,2],[0,1],[3,0],[1,0],[1,0],[1,-1],[0,-1],[1,0],[1,1],[-1,2],[-1,1],[-1,0],[-1,1],[-2,1],[0,1],[0,1],[1,1],[1,1],[-1,1],[-1,-1],[-3,0],[-2,-1],[-3,0],[-2,1],[-2,0],[-2,1],[-1,1],[-2,1],[-1,-1],[-2,0],[-2,0],[-2,0],[-2,0],[-1,-1],[-2,0],[-2,0],[-2,0],[-1,1],[1,0],[1,0],[0,1],[-1,0],[-1,1],[-2,0],[-2,0],[-2,0],[-1,0],[-2,-1],[-2,-1],[-1,0],[0,1],[0,1],[1,1],[2,1],[2,1],[0,1],[-1,0],[-3,0],[-2,0],[-2,1],[-1,1],[-2,1],[0,1],[1,0],[1,1],[2,1],[1,1],[1,0],[2,1],[3,0],[1,-1],[2,-1],[2,-1],[1,0],[4,-1],[2,0],[1,0],[0,1],[8,0],[2,1],[1,1],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[-2,0],[-2,-1],[-3,-1],[-1,0],[-2,-1],[-1,0],[-2,2],[0,1],[0,1],[1,0],[2,0],[1,1],[2,1],[2,1],[2,2],[-1,3],[-1,1],[-2,0],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-3,-1],[-2,0],[0,1],[1,3],[1,0],[1,2],[1,2],[0,1],[0,1],[0,1],[-1,1],[1,1],[1,1],[1,0],[2,0],[3,-1],[3,0],[-1,1],[-1,0],[-2,1],[-1,1],[-1,0],[-1,1],[-2,1],[-1,0],[0,3],[-1,2],[2,2],[1,1],[2,0],[2,1],[1,0],[2,2],[2,1],[2,1],[1,1],[0,1],[0,1],[-1,2],[2,3],[0,2],[0,3],[0,4],[0,1],[0,1],[1,2],[1,1],[1,1],[1,1],[1,4],[-2,1],[-2,0],[-1,1],[-1,0],[-1,2],[-1,1],[-2,-1],[0,-2],[0,-2],[-2,-2],[-1,-1],[-1,-3],[0,-2],[-1,0],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-3],[-1,0],[-2,-1],[-1,0],[-1,1],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-2,-2],[-2,-1],[-3,-2],[-1,0],[-1,-1],[0,-2],[-1,-1],[-1,-2],[-3,-2],[-1,-1],[-1,-1],[-2,0],[-1,0],[-2,0],[0,-1],[2,-1],[1,0],[0,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-2,0],[-2,0],[-1,0],[-2,0],[-1,0],[0,-1],[-1,-1],[-2,-1],[-4,-1],[-2,-1],[-3,0],[-1,-1],[-1,0],[-4,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[-2,1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,0],[-2,-1],[-1,0],[0,-1],[-2,-1],[-1,0],[-3,-2],[-2,0],[-2,1],[0,1],[0,1],[-2,1],[0,1],[-1,0],[-4,0],[-1,0],[-1,-1],[0,-3],[1,-1],[2,0],[2,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,1],[-1,1],[-1,3],[1,3],[0,1],[1,1],[1,0],[0,1],[1,2],[-1,1],[1,1],[2,1],[1,0],[1,0],[2,0],[2,0],[2,2],[2,0],[1,0],[1,0],[2,-1],[1,-1],[1,0],[3,-1],[2,0],[1,1],[1,1],[-3,1],[-1,0],[-1,1],[-1,0],[-1,2],[-1,0],[-1,0],[0,1],[-1,1],[1,3],[1,1],[1,1],[1,0],[2,-1],[1,0],[3,-1],[2,-1],[0,-1],[1,0],[2,1],[1,1],[2,1],[2,0],[1,1],[1,0],[1,3],[2,2],[1,1],[2,1],[2,-1],[1,0],[3,1],[2,0],[1,1],[1,1],[1,0],[0,-1],[1,0],[1,0],[2,0],[3,1],[3,0],[1,-1],[2,1],[2,2],[2,1],[1,1],[1,0],[1,-1],[1,0],[0,1],[0,1],[-2,2],[0,1],[0,1],[1,0],[1,0],[1,1],[2,0],[0,-1],[1,0],[1,-1],[2,-1],[3,-1],[2,0],[-1,1],[-3,1],[-2,1],[0,1],[-3,2],[-1,2],[-1,0],[0,1],[0,1],[0,1],[1,0],[1,-1],[1,0],[1,1],[2,1],[1,1],[1,1],[2,0],[3,1],[2,0],[1,1],[2,0],[2,1],[1,0],[1,0],[1,0],[2,1],[2,1],[1,2],[1,1],[1,0],[2,1],[2,1],[2,0],[1,-2],[1,-1],[2,-1],[1,0],[0,1],[-2,1],[-1,1],[-2,1],[0,1],[0,1],[1,0],[1,0],[1,0],[1,1],[0,1],[-1,0],[-2,-1],[-1,0],[0,-1],[-1,0],[0,1],[1,1],[2,1],[1,0],[1,0],[2,1],[1,1],[1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-4,-1],[-2,-1],[-1,0],[-1,0],[0,1],[0,2],[1,0],[-1,0],[-1,0],[-2,0],[-1,0],[0,3],[1,3],[2,2],[0,1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,-4],[-1,-2],[-2,-1],[-1,-1],[-4,-1],[2,0],[1,-1],[-2,-1],[-2,-1],[-2,0],[-1,-1],[-2,0],[-2,-1],[-1,1],[-3,1],[-1,0],[1,1],[3,1],[2,1],[1,0],[0,1],[0,3],[-1,2],[0,2],[0,1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-2,1],[-1,0],[-3,1],[-3,2],[-2,1],[1,1],[-1,0],[-1,1],[-1,1],[-2,0],[-1,0],[-1,0],[-1,1],[-1,1],[1,2],[1,0],[1,1],[1,0],[4,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[2,0],[2,0],[1,0],[4,-2],[0,1],[-2,1],[-1,1],[1,0],[1,0],[2,0],[2,0],[1,0],[1,0],[2,-1],[3,0],[2,0],[1,0],[3,0],[2,0],[1,-1],[1,0],[1,0],[1,-1],[2,0],[2,0],[2,0],[2,0],[1,-1],[1,0],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[-3,-1],[-1,1],[-2,0],[-2,1],[0,2],[2,1],[1,1],[1,0],[1,0],[3,0],[3,0],[2,0],[1,1],[3,-1],[2,0],[2,0],[3,1],[2,1],[1,0],[2,2],[1,1],[-1,3],[0,1],[-2,1],[-1,1],[-1,1],[-2,3],[-2,1],[-1,0],[-1,0],[-1,1],[-4,0],[-3,0],[-3,0],[-1,1],[0,1],[1,2],[0,1],[2,3],[0,2],[-1,0],[-1,-1],[-1,-1],[0,-2],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-2,0],[-2,-1],[-1,1],[3,1],[-3,0],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,2],[0,-1],[1,0],[0,1],[0,1],[-2,1],[-3,1],[-1,0],[-3,-2],[-1,-2],[-1,-1],[-2,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[-2,1],[-2,1],[-1,0],[-2,1],[-1,0],[-2,1],[-3,2],[-3,2],[-3,2],[-1,0],[0,1],[-1,1],[-2,3],[1,1],[3,-1],[1,0],[1,0],[2,-1],[1,0],[1,0],[1,-1],[1,0],[4,0],[1,0],[3,-1],[3,1],[3,0],[3,0],[3,0],[3,1],[2,1],[2,2],[4,1],[3,1],[3,1],[2,0],[3,1],[2,1],[4,1],[1,1],[3,0],[2,0],[2,-1],[3,-1],[4,-1],[0,1],[1,1],[0,1],[-1,1],[1,2],[-2,1],[-2,0],[-3,1],[-1,0],[-2,1],[-3,2],[0,2],[0,1],[1,0],[1,0],[2,0],[1,0],[0,1],[-1,0],[0,-1],[-1,0],[-2,1],[0,1],[0,1],[2,1],[1,1],[1,1],[-1,1],[0,1],[0,1],[1,2],[2,2],[2,0],[2,1],[0,1],[1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-3,-1],[-1,0],[-1,-1],[-3,-1],[-2,-1],[-2,-1],[-1,0],[-2,0],[-2,0],[-2,0],[-2,-1],[-2,0],[-1,0],[0,1],[0,1],[0,1],[-2,1],[-2,2],[-3,2],[-2,1],[-4,2],[-1,1],[-1,0],[-4,1],[-1,1],[-2,2],[0,1],[1,1],[0,1],[0,1],[-3,0],[0,1],[2,1],[1,0],[4,0],[4,1],[1,0],[1,0],[2,3],[0,1],[0,3],[1,3],[0,2],[-1,0],[0,1],[-1,0],[-1,0],[-4,-1],[-3,0],[-3,0],[-3,-1],[-1,0],[-1,0],[-2,0],[-1,1],[-3,1],[-3,0],[-4,1],[-2,0],[1,1],[2,2],[2,1],[-1,1],[0,1],[-1,1],[-2,2],[-3,2],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[0,1],[1,2],[0,1],[0,1],[1,1],[2,1],[0,1],[-1,1],[0,1],[-1,0],[-2,0],[-1,0],[-2,0],[-2,0],[-3,-2],[-1,-1],[1,-1],[0,-1],[-1,-2],[-1,-2],[-2,-1],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-1],[-2,0],[-1,0],[-1,1],[-2,0],[-1,0],[-1,1],[2,1],[1,1],[1,2],[1,2],[1,1],[-1,1],[0,1],[-1,1],[0,1],[1,1],[0,1],[0,1],[-1,0],[-3,-1],[-1,0],[0,-2],[0,-1],[1,0],[0,-1],[-1,0],[-1,0],[-2,0],[-1,0],[0,1],[0,1],[1,1],[2,0],[0,1],[0,2],[0,2],[0,1],[1,1],[1,1],[1,1],[0,1],[-3,0],[-2,0],[-2,0],[-1,0],[-1,0],[-1,-1],[-3,1],[-2,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,1],[0,1],[-2,2],[0,2],[0,1],[0,1],[-2,2],[-1,0],[-1,0],[0,1],[-1,1],[1,1],[1,0],[0,1],[1,0],[1,2],[1,1],[1,1],[2,2],[0,1],[1,0],[1,0],[1,-3],[0,-1],[0,-2],[1,0],[0,-1],[1,0],[1,-1],[1,0],[0,-1],[1,-1],[1,-2],[2,-2],[1,0],[2,-1],[3,0],[1,1],[2,3],[-1,2],[1,1],[0,1],[0,1],[1,1],[2,1],[1,0],[1,0],[1,0],[2,3],[1,1],[1,2],[1,1],[2,0],[1,0],[1,-1],[1,0],[1,1],[0,1],[-1,1],[0,1],[-1,0],[0,2],[1,2],[0,1],[-1,2],[0,1],[-1,0],[-3,0],[-1,0],[-1,0],[-2,1],[0,1],[-1,2],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-3,-1],[-2,0],[-1,0],[-1,1],[0,1],[-1,2],[0,1],[1,2],[0,1],[-1,1],[-1,0],[0,1],[1,2],[1,0],[1,1],[2,2],[0,1],[1,1],[-1,1],[-1,2],[-2,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[-2,0],[-3,0],[-2,-1],[-2,-2],[-3,-1],[-1,-1],[-3,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[-2,0],[-1,0],[-1,0],[-1,1],[-3,1],[-3,2],[-2,2],[0,1],[0,1],[2,2],[1,3],[1,1],[-4,-1],[-3,0],[-2,0],[0,1],[0,1],[0,2],[0,1],[0,2],[-3,1],[-2,0],[-1,-1],[-1,1],[-2,1],[-3,1],[-1,0],[-2,2],[-2,1],[0,1],[-1,1],[-1,1],[-3,1],[-1,2],[-1,1],[-1,2],[0,1],[-1,1],[-1,1],[-3,1],[-3,1],[-3,1],[0,1],[-1,0],[-1,0],[-5,-1],[-1,0],[-1,0],[-2,1],[-3,-1],[-1,0],[-1,0],[-2,4],[-1,1],[-2,1],[0,1],[-1,2],[0,2],[0,1],[-2,1],[-1,1],[-1,0],[-3,1],[-1,-1],[-1,1],[-2,0],[-2,1],[-2,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,0],[-1,2],[0,1],[0,1],[-1,0],[-2,2],[-3,1],[-2,1],[0,2],[1,0],[2,0],[0,-1],[0,-1],[1,-1],[2,0],[2,2],[0,1],[-2,1],[-2,1],[-1,1],[-1,0],[-2,1],[2,2],[1,1],[1,1],[2,0],[2,0],[4,3],[1,0],[2,2],[2,1],[1,1],[2,2],[1,2],[1,2],[1,1],[2,1],[0,1],[0,3],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[0,1],[-1,2],[-1,1],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,-1],[-3,-1],[-1,1],[-1,0],[-2,1],[-2,0],[-1,0],[-3,1],[-4,1],[-3,0],[-1,0],[0,2],[0,3],[0,1],[0,1],[0,1],[-1,2],[-1,1],[-1,1],[-2,1],[-2,1],[-2,0],[-1,1],[0,1],[1,1],[1,1],[1,1],[0,1],[0,1],[-2,2],[0,1],[-2,1],[-1,0],[-1,1],[-1,1],[-1,1],[-2,1],[-1,2],[1,0],[-1,1],[-1,1],[-1,0],[-2,0],[0,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,1],[1,1],[1,0],[2,1],[1,1],[1,0],[3,-2],[1,-1],[1,-1],[0,-1],[2,0],[2,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[2,0],[2,1],[0,1],[-1,0],[-1,1],[-3,0],[-3,0],[0,2],[-1,2],[-1,1],[-1,1],[0,1],[0,2],[1,1],[1,1],[1,2],[1,1],[2,1],[1,0],[4,1],[1,0],[0,1],[1,1],[2,2],[1,0],[-2,3],[-1,0],[-1,0],[-3,-1],[-5,-1],[-2,0],[-1,0],[-1,1],[-1,0],[-2,-1],[-1,0],[-1,-1],[0,-1],[-2,-3],[-5,-3],[0,-1],[-1,-1],[0,-2],[-1,-2],[0,-2],[-2,-2],[-1,-1],[-2,-1],[-1,0],[0,1],[-2,1],[-3,1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-2,0],[-3,1],[-1,2],[0,1],[0,1],[2,2],[0,2],[1,1],[2,2],[3,2],[1,1],[0,1],[2,2],[2,2],[1,0],[2,1],[3,1],[4,1],[4,0],[3,0],[2,1],[2,2],[1,0],[0,1],[1,1],[0,2],[0,1],[1,1],[1,0],[4,0],[4,0],[3,0],[3,0],[2,0],[1,2],[0,2],[2,2],[0,2],[0,1],[-1,1],[-1,0],[0,1],[0,1],[0,1],[2,1],[1,2],[2,4],[1,2],[0,2],[1,3],[1,1],[0,1],[0,1],[-1,1],[-1,0],[0,1],[0,2],[-3,1],[-1,1],[-1,-1],[-1,1],[-3,1],[0,1],[-1,1],[-1,1],[-3,1],[-3,2],[-4,1],[-1,0],[-2,0],[-1,0],[-3,0],[0,1],[-1,1],[0,1],[-1,1],[1,1],[0,2],[1,1],[1,1],[1,2],[1,1],[0,1],[0,2],[1,1],[0,1],[1,1],[2,1],[1,2],[1,1],[1,2],[2,1],[1,0],[0,1],[0,2],[0,1],[-1,1],[1,3],[0,1],[-2,0],[-2,-1],[-3,-1],[-3,-2],[-2,1],[-1,1],[-1,2],[-2,-3],[-1,-1],[-1,0],[-2,0],[-1,0],[-2,-2],[-3,1],[0,2],[1,1],[1,0],[0,1],[-5,1],[-3,1],[-1,0],[-1,0],[-1,2],[0,2],[0,1],[1,0],[1,2],[1,0],[3,1],[1,1],[0,1],[-1,0],[0,1],[1,0],[1,0],[2,0],[3,0],[2,0],[3,0],[3,0],[2,0],[1,3],[1,1],[0,1],[-1,1],[0,1],[-2,0],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[-1,1],[-2,-1],[-1,0],[-1,0],[-3,1],[-1,0],[-1,2],[-1,1],[-1,0],[-2,0],[-2,-1],[-1,0],[-2,1],[-1,0],[-2,0],[-3,0],[-2,-1],[-2,0],[-2,1],[-1,-1],[-1,-1],[0,-1],[-2,-1],[-5,-2],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-3,0],[-3,0],[-5,0],[-1,0],[-3,0],[-1,0],[-3,-1],[-2,-1],[-3,-2],[-1,0],[-1,0],[-4,0],[0,1],[0,1],[3,0],[2,1],[1,0],[-1,0],[-2,2],[0,3],[0,1],[0,3],[1,1],[0,1],[1,1],[2,1],[0,1],[-1,1],[-2,2],[-1,0],[0,1],[-1,2],[1,2],[-1,1],[-2,1],[-2,0],[-2,-1],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-2,2],[-1,0],[0,1],[1,1],[1,1],[2,1],[2,1],[3,2],[2,3],[0,1],[-1,4],[0,1],[-2,3],[-6,-2],[-1,0],[-1,1],[2,2],[2,2],[3,1],[1,0],[1,0],[2,0],[1,0],[1,1],[2,1],[2,1],[2,1],[1,1],[0,1],[0,1],[0,1],[-2,1],[-1,0],[-1,1],[-1,2],[0,1],[0,2],[-2,0],[-1,1],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,1],[-2,1],[-2,1],[-1,-1],[-1,0],[0,-1],[-2,-1],[-3,-1],[-1,0],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-2],[-1,-1],[-4,-1],[-1,0],[-4,-1],[-1,0],[0,-1],[-2,-1],[-2,0],[-2,-1],[0,-2],[-1,-2],[-3,-2],[0,-1],[-1,-1],[0,-2],[0,-1],[-1,-2],[-2,-1],[-1,-1],[-2,-1],[-1,0],[0,1],[0,1],[2,2],[1,2],[1,1],[-1,0],[-1,1],[-2,-1],[-1,-1],[-1,-1],[-1,-2],[0,-3],[-1,-1],[-1,-2],[-2,-1],[-1,1],[-1,1],[-1,0],[-3,-1],[-2,0],[-1,2],[0,3],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[1,1],[3,2],[2,2],[1,1],[1,1],[1,2],[0,1],[-1,2],[0,2],[2,2],[2,2],[1,1],[1,1],[2,2],[2,1],[1,1],[1,0],[2,0],[1,1],[1,1],[2,1],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-3,0],[-2,1],[-1,1],[-1,0],[-1,2],[0,2],[1,1],[2,0],[0,1],[-1,2],[0,2],[-1,2],[-1,1],[-1,1],[-1,0],[-1,1],[-1,0],[-4,1],[-1,0],[-3,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,-2],[-1,0],[0,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-2,-2],[-1,-2],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,0],[-2,0],[-2,-1],[-1,1],[0,1],[1,3],[0,2],[2,2],[0,1],[0,2],[0,2],[-1,3],[-1,0],[-1,0],[-1,0],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-2,3],[-3,1],[-1,2],[0,1],[1,1],[0,1],[2,2],[1,1],[0,1],[1,1],[0,1],[-1,3],[0,1],[-2,1],[0,1],[-1,0],[-1,1],[-1,0],[-4,0],[-1,0],[-2,1],[-2,0],[-3,1],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,1],[0,3],[-1,1],[-2,0],[-2,1],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-4,-3],[-1,-2],[-1,0],[-1,0],[0,1],[1,3],[0,1],[1,1],[0,2],[0,1],[-1,2],[-1,2],[-3,1],[-2,0],[0,-1],[-1,-1],[-1,-3],[-1,-1],[-1,-2],[-1,-1],[-3,-1],[-2,-2],[-3,-2],[-2,-3],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,-2],[-2,-2],[-2,-3],[-1,0],[-1,-1],[0,1],[0,2],[-1,2],[-2,2],[-1,2],[-1,1],[-1,0],[-1,1],[0,3],[0,1],[0,2],[0,1],[-1,1],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[0,1],[1,1],[2,2],[0,1],[-1,0],[-1,1],[-1,2],[-1,1],[-1,0],[-2,-1],[-2,-2],[-1,0],[-1,0],[1,2],[0,1],[0,1],[1,1],[1,2],[1,3],[0,3],[0,1],[1,3],[1,1],[3,4],[1,0],[0,2],[0,1],[-1,0],[-3,1],[-3,0],[-1,0],[-1,1],[-2,2],[-2,2],[-3,-1],[-1,0],[-3,-1],[-5,-1],[-3,-1],[-3,-1],[-3,-2],[-2,-1],[-1,0],[0,1],[0,2],[0,1],[0,2],[1,1],[-2,1],[-1,1],[-3,1],[-3,1],[0,-1],[-2,-2],[-2,-1],[0,1],[0,1],[0,1],[1,1],[-1,1],[-2,0],[-2,0],[-4,1],[-3,0],[-1,0],[-2,0],[-2,0],[-1,-1],[-3,-2],[0,-1],[1,-1],[-1,0],[0,-1],[-1,0],[-5,0],[-1,0],[-1,0],[0,1],[0,2],[-1,1],[0,-1],[-1,-2],[-1,0],[-2,0],[-2,2],[-3,1],[-3,0],[-3,1],[-3,0],[-2,0],[-1,-1],[1,0],[0,-1],[-2,-2],[-1,0],[-1,1],[0,1],[0,1],[2,2],[0,1],[1,0],[1,0],[1,2],[0,1],[-1,0],[-1,1],[-1,1],[0,1],[-3,1],[-3,-1],[-3,0],[-1,-1],[-2,-1],[-1,0],[-2,1],[-2,1],[-1,1],[0,1],[0,2],[0,5],[-1,1],[-2,1],[-1,0],[-2,0],[-1,0],[-3,1],[-2,1],[-2,0],[-2,0],[-3,-1],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-3,-1],[-3,0],[-1,1],[-1,0],[-4,1],[0,1],[1,2],[1,1],[1,2],[0,1],[-2,2],[-1,2],[-2,0],[-2,1],[-1,1],[-2,1],[-1,0],[-1,0],[-4,-1],[-1,0],[-1,-1],[0,-1],[0,-2],[-3,-3],[-1,-1],[-1,0],[-4,1],[-1,0],[-2,1],[-2,-1],[-2,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,2],[-2,1],[-2,0],[-3,-1],[-1,-1],[-3,-2],[-1,-1],[0,-1],[0,-1],[1,-1],[1,0],[1,-1],[2,-3],[1,-1],[0,-1],[0,-2],[0,-2],[-1,-2],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,0],[0,1],[-2,7],[0,1],[-1,1],[-1,1],[-1,1],[-2,3],[-1,1],[0,2],[1,1],[1,0],[1,0],[2,1],[-1,0],[0,1],[-3,0],[-3,1],[-4,1],[-1,-1],[-1,-1],[0,-1],[-1,-4],[0,-3],[0,-1],[1,0],[1,1],[1,-1],[1,-2],[0,-1],[0,-2],[0,-1],[1,-1],[1,-1],[-1,-1],[0,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,2],[-1,1],[2,1],[1,3],[0,1],[0,1],[-1,0],[-1,1],[-2,2],[-3,-1],[-1,-1],[-1,0],[-1,0],[0,1],[0,1],[-1,2],[-1,6],[-1,2],[0,1],[0,1],[1,2],[2,2],[1,2],[0,1],[0,2],[0,1],[0,3],[-1,1],[-1,2],[0,1],[-2,1],[-1,0],[-2,0],[-2,1],[-3,2],[-4,1],[-3,1],[-1,1],[-2,0],[-3,2],[0,1],[-1,0],[-1,0],[-2,0],[-4,0],[-3,0],[-2,0],[0,1],[0,1],[0,1],[1,1],[1,1],[2,0],[0,1],[-3,1],[-2,1],[-1,0],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-2,0],[0,-1],[-1,-1],[-1,1],[0,2],[0,1],[-1,0],[-2,1],[-3,2],[-4,1],[-1,0],[-1,1],[-3,1],[-3,1],[-2,0],[-1,-2],[-3,-2],[-1,-1],[0,-1],[0,-1],[1,-2],[1,-2],[0,-1],[0,-1],[1,-3],[0,-1],[0,-2],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-2,0],[-1,-2],[-2,-2],[-1,-1],[-2,-1],[-2,-2],[0,-2],[-1,-3],[1,-3],[0,-1],[-1,-1],[-2,-2],[-1,0],[-1,-1],[0,-1],[-1,-2],[0,-1],[1,-1],[1,-1],[-1,-1],[0,-1],[-1,0],[-2,-1],[-2,-1],[-1,-1],[0,-1],[-3,-2],[-2,-1],[-2,-3],[0,-1],[2,-1],[1,0],[1,-2],[0,-1],[-2,-2],[0,-1],[-2,-1],[-1,0],[-1,0],[-1,-1],[1,-2],[-1,-1],[0,-1],[-2,0],[0,1],[-1,0],[0,1],[-2,0],[-1,0],[-2,0],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[-2,0],[-1,1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-2,-2],[-1,0],[-4,1],[-2,0],[-4,2],[-3,1],[-1,0],[-3,3],[0,1],[0,1],[-1,2],[0,1],[-2,6],[-1,2],[-1,2],[1,1],[0,1],[-2,1],[-1,1],[0,1],[-1,3],[0,2],[-1,2],[0,1],[-1,1],[1,2],[-1,2],[0,3],[0,2],[1,1],[0,2],[1,0],[1,1],[0,1],[-1,3],[-2,3],[0,3],[0,1],[1,0],[2,1],[3,1],[0,1],[0,2],[-1,0],[0,1],[-2,2],[-1,1],[-2,1],[-1,2],[-2,1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,2],[-2,2],[-1,2],[-1,1],[-2,0],[-3,1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[0,-3],[1,-1],[1,-1],[1,-1],[1,-3],[1,-2],[0,-1],[0,-1],[-1,-2],[-4,-2],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[1,0],[1,0],[1,0],[0,1],[1,1],[0,4],[0,1],[0,1],[1,1],[1,0],[2,0],[1,-1],[1,-2],[0,-4],[0,-2],[-1,-2],[-1,-2],[-1,-2],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[-1,0],[0,1],[-1,1],[0,2],[0,1],[-1,1],[-1,0],[-1,1],[-3,-1],[-2,0],[-1,0],[-3,-1],[-1,0],[-2,2],[-1,2],[-1,3],[0,2],[-3,1],[-5,0],[-2,-1],[0,-7],[1,-3],[0,-1],[-1,0],[0,-2],[1,-2],[1,-2],[0,-2],[2,-2],[2,-2],[2,-1],[3,-2],[3,-2],[1,-1],[-1,-3],[0,-1],[0,-1],[-1,0],[-1,0],[-1,1],[-3,1],[-1,1],[-1,0],[0,1],[1,2],[-1,2],[0,1],[-1,1],[0,-1],[-1,0],[-1,0],[-3,0],[1,-3],[0,-1],[0,-3],[0,-1],[2,-2],[0,-1],[3,-2],[1,-1],[3,-2],[1,-1],[1,-1],[0,-1],[-1,-1],[-2,-2],[-2,-2],[-1,0],[-1,0],[-2,0],[0,1],[-1,1],[-1,0],[-2,0],[-1,0],[-1,0],[0,1],[-2,1],[0,1],[-1,2],[-2,2],[0,2],[-2,1],[-1,1],[-1,1],[-1,1],[-1,2],[1,1],[0,1],[0,1],[-2,1],[-4,1],[-2,0],[-2,0],[-2,0],[-1,-1],[-1,-1],[-2,-2],[-2,1],[-2,0],[-1,0],[-1,-1],[0,-1],[1,-2],[1,-2],[1,-2],[1,-1],[1,-2],[0,-1],[1,-1],[2,-3],[1,-3],[0,-3],[-1,-1],[-1,0],[-1,0],[-3,1],[-2,1],[-4,1],[0,1],[1,1],[2,-1],[1,0],[1,-1],[1,1],[-1,1],[0,2],[-1,1],[1,1],[0,2],[-1,0],[-3,0],[0,-1],[-2,0],[0,-1],[-4,-1],[-2,-1],[-1,-2],[-2,-1],[-1,-1],[-1,-1],[-1,1],[-2,1],[-1,3],[-2,0],[-1,1],[-1,2],[0,2],[1,1],[0,1],[3,2],[1,0],[-1,3],[-1,1],[0,3],[0,1],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,-2],[-2,0],[-2,0],[-1,0],[-1,0],[-3,0],[-1,-2],[0,-1],[1,-2],[2,-3],[0,-1],[0,-3],[0,-2],[-1,0],[-1,-1],[-1,0],[0,-3],[1,-2],[1,-2],[1,-1],[1,-1],[1,0],[0,-2],[1,-2],[0,-2],[1,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[-2,0],[-1,0],[-1,0],[0,-1],[-2,-2],[-1,-1],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,0],[-2,1],[-2,0],[-2,0],[-2,-2],[-1,-1],[0,-1],[-2,0],[-2,0],[-3,0],[-2,0],[-2,1],[-2,0],[-1,1],[-1,1],[-3,-1],[-1,0],[-2,-1],[-1,0],[-2,1],[-2,1],[-1,1],[0,1],[0,2],[0,1],[1,0],[0,1],[-1,1],[-1,1],[-1,1],[-1,-1],[-2,0],[0,1],[-2,1],[1,1],[0,2],[-1,1],[-1,0],[-1,1],[-1,0],[-1,1],[-3,0],[-1,0],[0,1],[-2,2],[-3,2],[-4,2],[-1,1],[1,5],[3,1],[1,1],[3,0],[2,1],[1,1],[2,2],[1,1],[0,2],[3,2],[-1,1],[0,2],[0,3],[-1,1],[0,1],[-1,2],[0,1],[0,1],[2,1],[2,0],[2,0],[1,0],[2,0],[1,1],[0,1],[-1,1],[0,1],[-1,0],[-3,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,1],[0,3],[2,2],[0,1],[2,0],[1,0],[2,1],[2,1],[1,1],[0,1],[2,0],[2,0],[2,0],[3,0],[2,1],[1,0],[1,1],[2,2],[0,1],[-1,2],[-1,0],[-2,0],[-1,0],[-1,1],[0,1],[1,1],[-1,1],[-3,2],[-1,0],[-1,1],[-2,0],[-1,0],[-3,1],[-1,0],[-1,1],[0,1],[-1,1],[-3,1],[-1,0],[-1,-1],[-3,0],[-1,0],[-2,0],[-2,-1],[-2,-1],[-1,-1],[0,-1],[-1,0],[0,1],[-1,1],[-1,2],[0,1],[-1,0],[-1,1],[-1,1],[0,-1],[-1,-1],[1,-1],[1,-1],[0,-2],[0,1],[-1,1],[-1,0],[-2,-1],[-2,-2],[0,-1],[0,-1],[-1,0],[-3,0],[-1,1],[-1,1],[-1,0],[-3,0],[-2,-1],[-1,1],[-1,1],[-1,2],[-3,2],[-2,0],[-2,0],[-2,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,0],[0,-4],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[1,-1],[-2,-2],[-1,-1],[-2,-3],[-1,-1],[0,-1],[-2,-2],[-1,0],[-1,-1],[0,-2],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[-1,0],[-3,-2],[0,-1],[0,-2],[0,-1],[1,-1],[0,-2],[0,-1],[2,-1],[1,-1],[1,-1],[0,-2],[0,-1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,0],[-2,-1],[-2,0],[0,-2],[0,-1],[0,-2],[0,-2],[1,-2],[1,0],[2,0],[0,-1],[1,0],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[1,-1],[0,-1],[-1,-2],[-2,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[0,1],[-4,2],[-3,2],[-1,2],[-1,2],[0,2],[-1,1],[-1,1],[-1,1],[-1,0],[0,1],[-2,1],[-1,2],[-1,2],[-1,1],[0,1],[-1,1],[-2,2],[-1,1],[-1,0],[-3,0],[-4,2],[-1,0],[-1,1],[0,1],[2,2],[0,1],[3,2],[2,1],[2,2],[2,2],[1,1],[0,1],[-1,0],[0,1],[-3,2],[-2,0],[-3,-1],[-4,0],[-1,2],[-2,1],[-1,1],[-1,1],[-1,2],[0,2],[0,1],[-2,0],[-1,0],[-1,0],[-2,2],[-1,3],[1,1],[-1,1],[0,1],[-1,1],[-3,1],[-6,1],[-3,0],[-1,0],[0,-2],[-1,-1],[0,-1],[-2,-2],[-1,-1],[0,-1],[-1,-1],[-4,1],[-3,1],[-3,0],[-1,-1],[-1,-2],[-1,-1],[0,-3],[0,-2],[1,-2],[3,-2],[1,0],[1,-1],[1,0],[1,-1],[1,-1],[-1,-2],[-2,0],[0,-1],[-1,0],[-3,1],[-3,0],[-4,0],[-3,0],[-3,0],[-1,0],[-1,-1],[-1,0],[-1,-2],[0,-1],[2,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[0,-1],[-1,-2],[0,-1],[0,-1],[1,-2],[1,-1],[2,-1],[4,-1],[2,-1],[3,0],[2,0],[3,0],[2,-1],[4,-1],[1,0],[1,0],[1,0],[4,-2],[2,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[-1,-1],[-1,-1],[-1,0],[1,-1],[2,0],[1,0],[0,-1],[0,-1],[-2,0],[-3,0],[-2,-1],[-1,-1],[-1,-3],[-1,0],[1,-2],[0,-2],[0,-1],[1,0],[1,-1],[2,0],[3,0],[3,-2],[1,0],[2,-1],[1,0],[4,-1],[2,-1],[2,-2],[2,0],[2,-1],[1,-1],[1,-1],[1,-1],[0,-1],[2,0],[1,0],[2,-1],[1,-1],[1,-1],[1,-1],[2,0],[2,-1],[1,0],[1,-2],[1,-3],[1,0],[3,-2],[3,-3],[2,-1],[1,-1],[-1,-1],[1,-3],[1,0],[3,-1],[0,-1],[0,-1],[1,-1],[0,-1],[2,0],[1,0],[1,0],[1,-1],[2,-2],[0,-1],[1,-1],[0,-1],[1,-3],[1,-1],[1,-1],[1,-1],[0,-3],[-1,-1],[-2,-1],[-1,0],[-3,0],[-1,0],[-2,0],[-3,2],[-2,1],[-3,1],[-1,1],[-1,1],[-1,0],[0,1],[0,1],[2,0],[1,0],[1,1],[1,1],[-1,1],[-2,1],[-2,0],[-3,0],[-3,1],[-1,2],[0,1],[-1,0],[-2,0],[-4,0],[-2,0],[-2,0],[-3,1],[-3,1],[-1,0],[-1,1],[-2,1],[-2,1],[-2,0],[0,1],[-2,1],[-2,0],[-2,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-3,1],[-4,0],[-3,1],[-4,1],[0,1],[-1,1],[-1,0],[-1,0],[-2,1],[-3,0],[-2,0],[-1,0],[-2,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,0],[-3,0],[-4,1],[-1,0],[0,1],[-2,1],[-2,0],[-2,1],[-1,0],[-1,1],[0,1],[-1,0],[-2,0],[-2,0],[-2,0],[-2,0],[-4,0],[-1,0],[-2,0],[-2,0],[-1,1],[-2,-1],[-1,0],[-1,0],[-2,1],[-2,2],[-1,1],[-3,1],[-1,0],[-2,0],[-1,-1],[-1,0],[-2,-1],[-1,1],[-2,1],[-2,0],[-2,1],[-1,0],[-1,1],[-1,0],[-3,0],[-4,0],[-2,0],[-1,0],[0,1],[0,1],[0,1],[-1,1],[-1,0],[-2,-1],[-1,-1],[-1,0],[-2,0],[-2,0],[-3,0],[-3,1],[-3,1],[-1,0],[-1,1],[0,2],[-2,0],[-1,1],[-1,0],[-2,0],[-2,1],[-2,0],[-2,1],[-1,0],[-3,1],[-1,0],[0,1],[1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-2],[-1,0],[-2,-1],[-1,0],[-2,1],[0,1],[-2,1],[-2,1],[-1,0],[-3,0],[-2,0],[-3,1],[-1,1],[-1,1],[0,2],[-1,1],[-1,1],[-1,1],[-2,0],[-1,2],[0,1],[0,1],[2,1],[2,0],[3,2],[3,0],[2,0],[2,1],[0,1],[2,0],[3,1],[1,1],[0,3],[-1,1],[-3,3],[-4,0],[-3,-1],[-1,0],[-3,0],[-2,0],[-2,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,1],[-2,0],[-3,0],[-3,0],[-3,0],[-5,0],[0,1],[0,1],[0,1],[1,0],[1,0],[2,1],[1,1],[1,1],[3,1],[0,1],[0,1],[-1,2],[-1,0],[-2,1],[-1,0],[-2,0],[-2,0],[-3,1],[-1,1],[-2,0],[-2,-1],[-2,1],[-2,1],[-2,1],[-1,1],[-2,3],[-1,2],[-1,2],[1,1],[1,1],[2,3],[1,2],[-3,2],[-2,0],[-1,-1],[-1,0],[0,1],[0,1],[1,1],[0,1],[-1,1],[0,1],[-2,1],[-1,0],[-1,1],[-2,1],[-3,0],[-1,0],[-2,1],[-1,1],[-3,2],[-3,0],[-4,1],[-3,2],[-3,2],[-4,1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-2,2],[1,2],[-1,1],[-2,1],[-1,0],[-1,0],[-2,0],[-2,1],[-2,1],[-1,1],[0,1],[-2,2],[-2,2],[0,1],[-3,2],[-3,1],[-1,1],[-2,2],[-2,1],[-3,1],[-3,1],[-1,2],[0,1],[0,2],[2,1],[0,1],[0,2],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,2],[3,3],[1,1],[2,2],[2,1],[1,1],[1,0],[2,0],[3,0],[2,-1],[2,0],[1,0],[2,0],[2,1],[2,0],[1,0],[2,1],[0,1],[2,1],[3,0],[2,0],[4,1],[0,1],[4,1],[1,1],[2,1],[1,1],[2,0],[3,1],[1,0],[2,1],[4,0],[1,1],[3,1],[3,2],[1,1],[1,1],[2,1],[1,3],[1,0],[3,2],[2,1],[1,1],[1,1],[1,1],[0,1],[1,0],[4,1],[1,0],[1,1],[1,1],[0,1],[-1,1],[1,1],[1,1],[1,0],[0,2],[0,1],[3,1],[0,1],[-1,1],[-1,0],[-2,0],[-3,-1],[-1,0],[0,-1],[-2,0],[-1,0],[-2,0],[-1,1],[0,1],[1,0],[1,1],[1,0],[2,-1],[1,1],[0,2],[1,0],[2,0],[1,-1],[1,0],[1,0],[3,1],[2,1],[2,2],[1,2],[1,1],[6,0],[4,0],[3,0],[1,0],[0,1],[2,-1],[4,-1],[3,-1],[3,-1],[1,0],[3,-1],[2,-1],[1,0],[2,0],[2,0],[3,1],[1,0],[1,1],[1,1],[0,2],[1,1],[1,0],[3,-1],[1,0],[3,-1],[3,0],[3,0],[2,1],[3,-1],[1,1],[3,0],[3,0],[1,0],[2,-1],[1,0],[2,0],[2,0],[5,1],[1,0],[2,5],[1,2],[0,2],[-1,2],[0,3],[-1,1],[-2,3],[-1,1],[-3,1],[-2,1],[-2,1],[-1,0],[1,0],[1,0],[2,-1],[2,0],[-1,0],[-1,1],[-1,1],[0,1],[1,1],[2,2],[1,2],[2,1],[1,1],[2,0],[1,1],[2,1],[1,1],[-1,1],[-4,1],[-2,1],[-1,1],[-2,2],[-1,1],[-2,2],[-1,0],[-1,0],[-2,-1],[-3,-2],[-4,-3],[-2,-1],[-1,0],[-2,-1],[-2,0],[-4,0],[-2,0],[-1,-1],[-2,0],[-2,-2],[-2,0],[-2,0],[-3,-1],[-2,0],[-2,-1],[-1,-1],[-1,-1],[-2,0],[-3,-1],[-3,0],[-6,-1],[-3,0],[-2,0],[-5,-1],[-3,0],[-3,0],[-9,1],[-3,1],[-3,1],[-1,0],[-1,1],[-2,0],[-2,0],[-2,0],[-2,0],[-1,1],[-2,1],[-1,0],[-3,0],[-2,1],[-2,0],[-2,0],[-8,0],[-1,0],[-2,0],[-8,0],[-3,0],[-3,0],[-3,0],[-1,0],[-1,1],[-2,2],[-3,2],[-1,1],[-3,2],[-1,1],[0,1],[-1,0],[-3,0],[-1,0],[-1,0],[-1,0],[-4,2],[-3,1],[-4,0],[-3,0],[-1,1],[-2,0],[-3,1],[-1,1],[-4,1],[-3,1],[-2,1],[-3,1],[-2,1],[-4,0],[-2,1],[-4,1],[-4,2],[-3,0],[-3,1],[-3,2],[-1,1],[-4,1],[-2,1],[-1,1],[0,2],[0,1],[0,1],[-1,2],[-1,0],[0,1],[-1,2],[-1,2],[-1,2],[0,2],[1,1],[1,2],[0,1],[1,0],[1,1],[3,2],[2,2],[3,2],[1,1],[2,0],[1,2],[0,1],[0,1],[5,1],[2,0],[2,1],[1,1],[-1,2],[0,3],[0,1],[1,1],[1,3],[0,1],[1,1],[1,2],[0,2],[0,1],[2,2],[0,2],[1,2],[2,1],[1,2],[2,2],[1,2],[1,1],[1,1],[2,2],[0,1],[1,1],[1,1],[1,0],[2,1],[2,0],[3,1],[1,1],[1,0],[1,0],[1,1],[2,0],[2,1],[1,2],[1,2],[0,1],[-2,0],[-4,0],[-5,0],[-3,1],[-3,1],[-1,1],[-2,1],[-2,0],[-1,-1],[-2,-1],[-3,-3],[2,-4],[0,-1],[0,-1],[-1,-1],[-2,-2],[-1,-1],[-1,-2],[-1,-1],[-2,-1],[-3,-2],[-1,-2],[-2,-2],[-1,-1],[-3,-1],[-1,-1],[-1,-1],[-1,-2],[-1,0],[-2,-2],[-2,-2],[-1,-1],[-1,-2],[0,-2],[0,-3],[-2,-1],[-1,-1],[-3,-2],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-3,-2],[-1,-1],[-2,-1],[-4,-2],[-1,-1],[-1,-1],[-1,-3],[-1,-1],[-3,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-3,-1],[-1,0],[-2,-2],[-1,0],[-4,-1],[-2,-1],[-3,-1],[-1,0],[-3,-1],[-1,0],[-2,0],[-2,1],[-1,1],[-1,1],[-1,1],[-1,2],[-1,1],[-4,-1],[-1,0],[1,-2],[1,-1],[0,-1],[-4,1],[-3,0],[-3,2],[-2,2],[-2,2],[-1,1],[-3,1],[-1,1],[-2,1],[-1,1],[-3,2],[-1,1],[-1,0],[-1,2],[0,1],[4,-1],[1,-1],[1,0],[2,0],[0,1],[-1,3],[-2,1],[0,1],[-3,2],[-1,0],[-1,1],[-2,0],[-1,0],[1,-1],[0,-1],[-1,0],[-2,0],[-3,1],[-1,1],[-2,2],[-2,2],[-2,1],[0,1],[-2,1],[1,2],[0,2],[1,0],[1,1],[1,0],[4,-1],[2,-1],[4,-1],[1,0],[1,0],[1,0],[2,1],[0,2],[-1,1],[-1,0],[2,1],[2,0],[3,0],[0,1],[-1,0],[0,2],[1,1],[3,1],[2,0],[3,0],[5,0],[1,1],[0,3],[0,1],[-1,0],[-1,1],[-1,0],[-3,-1],[-2,-1],[-2,0],[0,-1],[-2,-1],[-4,-1],[-1,0],[-1,0],[-5,0],[-2,2],[-2,1],[-1,2],[-2,3],[-2,1],[-1,1],[-4,0],[-1,0],[0,1],[-2,1],[-1,1],[-4,1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-1],[2,-1],[1,0],[0,-2],[-1,0],[-2,2],[-3,2],[-2,2],[-2,1],[-1,0],[-2,1],[-1,1],[0,1],[1,0],[-1,1],[-1,1],[-4,1],[-1,2],[-3,2],[-3,2],[-2,3],[-2,0],[-2,2],[-1,1],[-2,1],[0,1],[1,1],[1,1],[1,3],[0,2],[1,2],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[1,0],[0,1],[-1,1],[-1,1],[0,1],[3,1],[4,-1],[1,0],[2,0],[2,1],[2,0],[2,2],[1,2],[0,1],[-1,2],[-1,0],[0,1],[1,3],[0,1],[0,1],[1,1],[2,1],[1,1],[0,1],[-1,1],[-1,1],[0,1],[0,1],[1,0],[1,1],[1,0],[1,0],[3,0],[3,1],[2,1],[3,0],[2,1],[3,0],[2,0],[2,1],[2,0],[3,-1],[2,0],[2,-1],[2,1],[1,0],[1,0],[2,0],[2,0],[1,0],[2,1],[1,0],[4,-1],[3,0],[6,0],[1,1],[0,1],[-1,1],[-2,0],[-2,0],[-1,1],[-1,1],[-2,0],[-1,0],[-1,1],[-3,1],[-2,0],[-2,1],[-3,1],[-2,0],[-2,0],[-2,1],[-2,1],[-1,1],[-1,2],[1,1],[1,1],[3,1],[3,1],[2,2],[6,1],[7,1],[1,1],[2,0],[1,-1],[1,-1],[1,-1],[1,0],[4,1],[2,1],[2,1],[2,1],[3,1],[4,1],[3,2],[5,0],[3,1],[2,0],[2,1],[2,0],[2,0],[4,0],[3,0],[3,1],[5,2],[4,1],[2,0],[4,0],[2,0],[3,-1],[3,-1],[4,0],[3,0],[2,0],[2,0],[4,0],[4,0],[1,0],[4,-1],[4,-1],[2,-1],[2,0],[2,1],[0,1],[1,0],[1,1],[2,0],[3,-2],[1,-1],[2,-1],[1,-2],[1,0],[4,0],[1,-1],[2,1],[0,1],[2,0],[2,0],[2,0],[2,1],[0,1],[1,0],[1,0],[7,0],[1,0],[1,-1],[2,0],[4,-1],[4,-1],[4,-1],[2,0],[3,-2],[2,-1],[3,0],[2,-1],[2,0],[3,-1],[1,0],[1,1],[2,0],[1,-1],[2,-1],[4,0],[3,0],[5,-2],[5,0],[3,-1],[4,-1],[1,0],[1,1],[1,0],[1,0],[2,-1],[3,-1],[2,0],[3,0],[1,0],[3,-1],[3,-1],[4,-1],[3,0],[1,-1],[1,1],[1,0],[2,0],[2,0],[2,-1],[2,0],[3,-1],[5,1],[1,0],[1,0],[4,-1],[3,-1],[1,0],[3,1],[4,0],[1,0],[4,0],[3,-1],[2,0],[3,1],[4,0],[3,1],[4,0],[2,1],[1,1],[1,2],[1,2],[2,1],[1,1],[2,0],[4,1],[5,1],[1,0],[1,0],[4,0],[3,0],[4,0],[2,0],[4,0],[2,-1],[1,-1],[1,-2],[4,-1],[1,0],[3,0],[3,1],[4,-1],[4,-2],[2,0],[3,-1],[3,0],[3,-1],[2,0],[4,-1],[3,-2],[2,0],[1,-1],[4,-1],[1,-1],[2,0],[5,0],[1,0],[1,0],[1,-1],[1,0],[2,0],[2,1],[1,0],[1,0],[4,-1],[1,0],[1,-1],[1,0],[2,-2],[1,-1],[3,0],[2,-1],[3,0],[2,0],[2,-1],[4,-1],[0,-2],[1,0],[2,-1],[1,0],[5,0],[2,1],[4,0],[2,0],[5,0],[3,0],[2,1],[3,0],[3,1],[3,0],[4,1],[4,1],[1,0],[1,0],[1,-1],[2,-1],[1,-1],[1,-1],[3,-1],[1,0],[2,-2],[2,-1],[2,-2],[1,-1],[2,0],[2,1],[1,1],[0,1],[-3,1],[-4,3],[-4,2],[-2,2],[0,1],[0,1],[0,1],[1,0],[5,2],[3,1],[2,1],[3,1],[3,0],[4,1],[1,0],[4,1],[5,2],[1,0],[1,1],[1,1],[2,3],[0,1],[-1,1],[-2,0],[-3,-1],[-2,-1],[-2,-1],[-3,-1],[-5,0],[-4,-2],[-4,-1],[-5,-1],[-4,-1],[-7,-2],[-2,-1],[-2,-1],[-2,0],[-2,0],[-11,-2],[-5,-1],[-2,0],[-6,-1],[-3,-1],[-2,0],[-2,0],[-1,0],[-2,1],[-1,0],[-1,0],[-3,1],[-1,1],[-2,2],[-1,1],[-1,0],[-5,1],[-3,1],[-2,1],[-2,0],[-1,1],[-3,0],[-3,1],[-3,0],[-2,1],[-2,1],[-2,0],[-4,0],[-3,0],[-3,0],[-3,1],[-2,0],[-3,1],[-1,0],[-3,1],[-2,0],[-2,1],[-4,1],[-3,1],[-3,1],[-3,0],[-3,1],[-1,0],[-3,-1],[-1,1],[-2,0],[-3,2],[-2,2],[-2,0],[-3,0],[-3,1],[-2,0],[-2,0],[-3,0],[-3,0],[-3,0],[-3,1],[-4,0],[-4,-1],[-4,0],[-3,-1],[-2,0],[-3,-1],[-1,-2],[-1,-1],[-2,-1],[-2,0],[-2,0],[-2,1],[-1,1],[-2,0],[-2,-1],[-3,0],[-6,0],[-5,0],[-2,0],[-3,0],[-3,0],[-2,0],[-5,2],[-2,0],[-4,0],[-1,0],[-1,1],[-1,1],[-3,0],[-2,0],[0,1],[-4,1],[-2,0],[-2,1],[-2,0],[-2,1],[-8,2],[-3,1],[-3,0],[-2,1],[-3,0],[-3,1],[-4,1],[-3,1],[-2,0],[-3,1],[-2,1],[-4,2],[-4,2],[-2,1],[-2,1],[0,1],[1,1],[1,1],[3,1],[4,2],[3,1],[1,1],[3,0],[1,0],[3,0],[1,0],[1,0],[2,2],[1,0],[2,0],[1,0],[2,2],[3,0],[3,1],[2,1],[2,1],[1,0],[3,2],[2,0],[4,2],[1,0],[1,0],[2,2],[2,1],[2,1],[3,2],[3,2],[1,1],[2,1],[1,0],[3,1],[2,1],[4,2],[4,0],[3,1],[2,0],[2,1],[2,0],[1,0],[1,-1],[2,-1],[4,0],[3,0],[3,-1],[1,1],[2,1],[3,0],[1,0],[2,0],[3,0],[2,1],[1,0],[1,0],[3,0],[2,0],[3,0],[2,0],[1,0],[2,0],[1,0],[2,1],[3,1],[4,0],[3,0],[1,0],[2,0],[2,0],[7,1],[3,0],[3,1],[5,0],[2,1],[3,0],[3,0],[3,0],[4,0],[5,0],[1,0],[3,0],[4,0],[3,0],[3,-1],[3,0],[4,-1],[1,0],[4,-1],[5,0],[1,-1],[4,-1],[2,0],[2,0],[1,0],[4,-1],[1,0],[3,-1],[5,0],[1,-1],[7,0],[8,-2],[2,0],[3,0],[2,0],[4,0],[2,-1],[1,0],[1,-1],[2,-3],[1,-1],[0,-2],[1,-2],[2,-2],[0,-1],[1,-2],[2,-2],[2,-2],[0,-1],[1,-1],[2,-2],[5,-3],[3,-1],[3,-1],[3,-1],[6,-1],[2,-1],[4,-1],[3,-1],[2,0],[2,-1],[2,0],[1,0],[1,0],[2,-1],[4,-1],[2,0],[1,0],[0,1],[2,3],[1,3],[0,1],[-1,1],[2,2],[0,1],[-1,0],[-4,0],[-4,-2],[-2,0],[-1,0],[-1,0],[-4,2],[-3,0],[-3,1],[-2,0],[-3,1],[-2,1],[-2,1],[-1,1],[-1,1],[-2,1],[-1,2],[-2,1],[-1,1],[1,1],[-1,1],[-1,3],[-1,0],[1,0],[-2,2],[-1,1],[-1,1],[1,1],[-1,2],[0,2],[-1,2],[-1,2],[-1,3],[-1,1],[-2,2],[-1,2],[-1,1],[-1,1],[-1,1],[-2,3],[0,2],[1,1],[5,1],[1,1],[3,1],[0,1],[1,1],[2,0],[1,0],[4,1],[5,0],[4,-1],[5,-1],[3,-1],[4,0],[1,-1],[2,0],[2,0],[3,0],[1,0],[4,1],[4,0],[3,0],[1,1],[3,2],[3,2],[1,3],[1,2],[0,3],[-1,1],[-2,2],[-3,1],[-1,1],[0,1],[4,1],[3,0],[1,3],[-1,1],[-3,2],[-4,2],[0,2],[1,1],[0,1],[0,1],[-1,0],[-3,0],[-2,1],[-2,0],[1,1],[1,0],[0,1],[-1,1],[-2,1],[-1,1],[0,2],[0,1],[0,1],[-1,0],[-2,1],[-1,0],[0,1],[3,1],[4,-1],[2,0],[1,-1],[1,-1],[4,0],[1,0],[-2,1],[-1,1],[-3,1],[-3,1],[-1,0],[0,1],[-1,1],[-3,0],[-1,0],[-2,0],[-1,-1],[-2,0],[-3,1],[-1,0],[0,1],[1,1],[2,0],[2,2],[3,1],[2,0],[0,1],[1,2],[0,1],[0,1],[-3,2],[-3,2],[0,2],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-4,1],[-4,0],[-5,1],[-4,1],[-3,-1],[-3,1],[-1,1],[0,1],[-1,0],[-1,1],[-1,1],[-1,0],[-2,0],[-2,0],[-1,0],[-1,-1],[-2,-2],[-2,-2],[-2,-1],[-2,-1],[-1,0],[-1,0],[-2,-1],[-2,0],[-3,-2],[-2,-2],[-2,-2],[-1,0],[-2,-1],[-2,-1],[-3,0],[-1,0],[-1,0],[-2,-1],[-2,-1],[-1,0],[-1,0],[-1,2],[0,1],[0,3],[1,2],[1,0],[1,1],[3,2],[3,1],[5,0],[1,1],[5,2],[1,0],[3,1],[3,0],[2,1],[1,1],[2,1],[1,0],[1,3],[1,0],[2,1],[2,1],[1,1],[0,1],[0,2],[-1,1],[-1,1],[-2,0],[-1,0],[0,1],[0,2],[-1,1],[0,1],[-1,1],[-1,1],[0,2],[0,1],[-2,0],[-2,0],[-6,-1],[-1,-2],[-1,-1],[-1,-1],[-2,-2],[-1,0],[-2,-1],[-2,0],[-2,-1],[-3,0],[-1,0],[-5,-1],[-2,0],[-1,1],[-1,0],[-1,2],[-1,0],[-2,0],[-2,0],[-1,0],[0,-2],[-1,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[-3,-1],[-2,0],[-1,-1],[-1,-1],[0,-1],[2,-1],[0,-1],[1,0],[-1,0],[-2,-2],[0,-1],[0,-1],[0,-1],[-2,-2],[-1,-3],[-1,0],[-1,-6],[-1,-2],[-1,-3],[0,-2],[-2,-2],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[-3,-1],[-1,-1],[-1,0],[-2,-2],[-2,0],[-7,-4],[-3,-1],[-3,-1],[-1,-1],[-3,-1],[-4,-1],[-3,-1],[-3,0],[-2,-1],[-2,0],[-3,0],[-2,-1],[-1,0],[-1,0],[-3,-1],[-1,-1],[-1,0],[-2,0],[-6,0],[-2,-1],[-1,0],[-1,1],[1,1],[-1,0],[-2,1],[-1,0],[-4,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-2,0],[-3,-1],[-2,0],[-2,0],[-2,0],[-3,0],[-1,0],[-2,0],[-2,0],[-3,-1],[-4,0],[-4,0],[-4,0],[-7,-1],[-1,0],[-3,0],[-3,0],[-2,0],[-1,0],[-1,0],[-1,0],[0,1],[1,2],[0,5],[1,4],[-1,2],[0,1],[0,2],[0,2],[-1,2],[-1,1],[-1,1],[-1,2],[0,1],[0,1],[-1,1],[-2,2],[-2,1],[-4,4],[-1,1],[-1,1],[-2,1],[-2,2],[-1,1],[-1,2],[-1,1],[-2,2],[0,3],[-1,1],[-1,0],[-1,0],[0,1],[-1,2],[1,1],[-2,2],[-3,0],[-3,0],[-3,1],[-2,0],[-1,-2],[-1,-1],[-1,0],[-2,1],[-1,0],[-2,0],[-1,-1],[-2,-1],[-3,-2],[3,-2],[4,-2],[2,-2],[2,-2],[2,-1],[2,-3],[1,-3],[0,-2],[3,-3],[2,-2],[1,-2],[2,-2],[1,-2],[1,-2],[0,-1],[0,-2],[1,-2],[1,0],[1,-2],[0,-1],[-1,0],[0,-1],[0,-2],[1,-1],[0,-2],[-1,-3],[0,-1],[-1,-1],[-1,-1],[-1,0],[-4,-1],[-6,-2],[-4,-1],[-1,0],[-1,-1],[-3,-1],[-3,-1],[-5,-1],[-3,-1],[-2,0],[-6,-2],[-4,-2],[-3,-1],[-10,-3],[-5,0],[-1,-1],[-1,0],[-2,0],[-2,0],[-4,2],[-2,1],[-3,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-3,3],[-3,2],[-1,1],[-2,0],[-1,1],[-2,0],[-1,0],[-4,1],[-1,1],[0,1],[-1,0],[-2,2],[-1,0],[-1,0],[-3,1],[-2,0],[-1,0],[1,2],[0,1],[-3,0],[-5,0],[-1,0],[-2,0],[0,1],[-1,1],[-1,1],[-1,0],[-3,2],[-2,0],[-2,1],[-2,0],[-2,0],[-2,-2],[-1,0],[-2,0],[-2,0],[-1,1],[-2,1],[-1,2],[2,1],[1,1],[-4,0],[-1,0],[-1,0],[-4,0],[-2,-1],[-3,0],[-2,0],[-1,-1],[-2,0],[-4,2],[-3,1],[-5,1],[-2,1],[-3,1],[-5,2],[-3,1],[-1,1],[-1,1],[0,1],[1,0],[3,1],[1,1],[1,0],[0,2],[1,0],[3,1],[3,1],[4,1],[0,1],[2,1],[1,1],[4,0],[1,1],[4,1],[3,1],[1,0],[2,1],[1,0],[0,1],[2,2],[2,0],[2,0],[1,0],[3,1],[2,2],[3,0],[2,2],[2,1],[3,1],[2,1],[3,2],[4,2],[2,1],[1,1],[4,0],[4,2],[2,3],[4,2],[2,1],[2,0],[3,1],[2,0],[1,1],[0,3],[-1,1],[0,1],[-1,2],[-1,3],[-1,1],[0,1],[0,2],[2,2],[1,1],[1,1],[0,2],[1,2],[-4,1],[-2,-1],[-1,-3],[-3,-3],[-1,-1],[-3,-2],[-5,-4],[-3,-3],[-2,-1],[-2,0],[-3,-1],[-1,0],[0,-2],[-1,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-3,0],[-2,0],[-3,0],[-4,-1],[-5,-1],[-3,0],[-3,-1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-3,-1],[-2,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-2,1],[-2,0],[-4,0],[-2,-1],[-5,-1],[-3,-1],[-4,0],[-3,0],[-2,0],[-1,0],[-6,1],[-1,0],[-1,0],[-1,0],[-4,0],[-6,2],[-5,2],[-4,0],[-1,1],[-3,-1],[-2,1],[-1,1],[0,1],[-2,2],[-1,1],[-1,1],[0,1],[0,1],[1,0],[2,0],[5,2],[2,0],[1,1],[3,1],[3,2],[3,1],[3,2],[1,0],[2,2],[1,1],[2,2],[1,1],[3,1],[2,2],[2,1],[1,1],[1,1],[2,2],[2,3],[3,3],[0,2],[1,1],[3,2],[3,1],[2,2],[1,2],[1,1],[2,0],[1,1],[2,0],[1,0],[2,0],[3,0],[5,-1],[3,0],[3,0],[3,0],[1,0],[1,1],[3,2],[1,0],[1,1],[-2,0],[-1,0],[-1,1],[-1,2],[-1,1],[-2,2],[-2,0],[-2,0],[-3,-1],[-3,0],[-3,0],[-3,0],[-5,0],[-5,0],[-3,1],[-4,-1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,2],[-2,0],[-2,0],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-2],[-2,0],[-3,-1],[-2,-2],[-3,0],[-3,-2],[0,-1],[-2,-3],[-2,-2],[-1,-2],[-1,-1],[0,-1],[-2,-1],[-2,-1],[-1,-2],[-3,-1],[-3,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-3,0],[-3,0],[-1,0],[-1,0],[-1,-1],[-2,0],[-1,1],[-2,0],[-5,-1],[-1,-1],[-4,-1],[-3,-1],[-1,0],[-3,0],[-2,0],[-1,0],[-3,-2],[-1,0],[-1,0],[-3,1],[-1,0],[-2,1],[-3,-1],[-4,-1],[-1,0],[-1,1],[-2,0],[-3,2],[-4,2],[-3,1],[-3,1],[-2,0],[-1,2],[-3,1],[-1,2],[-1,1],[0,1],[1,2],[2,2],[1,1],[3,1],[3,1],[2,2],[1,2],[2,0],[2,2],[1,1],[1,1],[3,2],[1,0],[1,0],[2,1],[1,1],[2,2],[2,1],[0,1],[1,1],[-2,3],[-1,0],[-4,1],[-2,2],[-1,0],[-2,1],[-1,-1],[-4,-2],[-3,-1],[-2,-1],[-1,0],[-2,-1],[-3,-2],[-3,-1],[-2,-1],[-4,-1],[-4,-1],[-4,0],[-2,0],[-3,0],[-2,1],[-1,1],[0,1],[0,2],[2,2],[1,2],[0,2],[0,3],[0,2],[1,3],[0,2],[0,2],[-2,1],[-1,0],[-1,1],[-2,-1],[-3,0],[-1,-1],[-2,0],[-1,0],[-1,1],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-2,-1],[-2,-2],[-4,-3],[-3,0],[-2,-1],[-2,1],[-3,1],[-1,0],[-3,2],[-1,1],[0,1],[-1,2],[0,2],[0,1],[-3,2],[-4,1],[-3,2],[-3,0],[-2,0],[-4,-1],[-3,1],[-2,0],[-1,1],[-2,1],[0,2],[0,2],[1,0],[1,1],[0,1],[0,1],[1,2],[-1,1],[-1,2],[-2,2],[-2,2],[-6,5],[-1,1],[0,1],[1,3],[1,0],[1,1],[1,0],[2,0],[1,1],[1,1],[3,3],[1,1],[-1,0],[-2,1],[-2,2],[-2,1],[-2,1],[-3,1],[-4,1],[-2,0],[-1,0],[-3,-1],[-3,0],[-1,0],[-4,1],[-3,-1],[-2,0],[-6,1],[0,2],[-1,1],[-1,1],[-2,2],[-2,2],[-3,2],[-3,1],[-3,2],[-2,0],[-1,1],[-1,1],[1,0],[0,1],[-1,1],[-2,2],[-1,1],[-2,2],[0,1],[0,1],[-1,2],[0,1],[-3,1],[-1,1],[-2,1],[-2,0],[-1,0],[-2,1],[-1,1],[-1,0],[-2,0],[-2,0],[-3,1],[-2,1],[-1,0],[-1,1],[-2,2],[-1,1],[2,1],[1,0],[5,0],[3,0],[4,-1],[3,0],[1,0],[3,0],[4,-1],[2,0],[2,1],[2,1],[0,1],[1,1],[1,1],[1,1],[1,1],[2,0],[2,0],[3,1],[0,2],[-2,1],[0,1],[-1,1],[-1,0],[-2,1],[-2,0],[-3,2],[-1,1],[-1,0],[-2,2],[-1,2],[0,1],[6,0],[2,1],[1,1],[3,1],[1,1],[-2,1],[-3,0],[-1,0],[-2,-1],[-1,0],[-2,1],[-1,2],[0,1],[2,0],[2,0],[1,0],[1,-1],[2,0],[2,0],[1,1],[2,0],[1,0],[3,-1],[1,1],[0,1],[-2,1],[-2,2],[0,1],[2,0],[0,1],[-2,1],[-2,0],[-1,1],[0,1],[2,0],[2,2],[-2,1],[-1,0],[0,1],[1,0],[3,1],[3,0],[1,0],[2,0],[1,0],[2,-1],[1,0],[1,0],[4,-1],[2,0],[2,0],[1,0],[1,0],[1,1],[2,0],[2,0],[2,0],[1,0],[1,1],[1,0],[-2,1],[-4,1],[-4,0],[-2,0],[-2,0],[-2,1],[-3,1],[-1,0],[-1,1],[-1,0],[-2,1],[-4,1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-4,1],[-1,0],[-1,-1],[-1,1],[-1,1],[-1,0],[0,1],[-2,0],[-4,0],[-5,0],[0,2],[1,0],[2,0],[2,1],[2,2],[1,1],[1,3],[-1,1],[-1,0],[-1,0],[-2,0],[-1,1],[-2,0],[0,1],[3,0],[1,0],[3,2],[0,1],[0,1],[1,0],[1,1],[2,0],[1,0],[1,-1],[1,0],[1,-1],[1,0],[1,0],[0,1],[-1,1],[-1,0],[0,1],[1,1],[1,0],[2,0],[2,1],[-1,1],[-1,0],[-3,-1],[-1,0],[-1,0],[-1,0],[1,1],[3,1],[2,0],[1,0],[2,0],[1,-1],[3,2],[1,1],[-1,1],[0,1],[1,1],[1,0],[2,0],[2,0],[1,2],[-1,1],[-2,1],[0,1],[1,1],[2,-1],[2,0],[4,1],[1,1],[1,1],[0,1],[2,2],[1,1],[0,1],[-1,1],[-1,1],[-1,0],[-3,2],[-1,1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[1,3],[1,1],[1,1],[1,0],[2,1],[3,0],[1,1],[1,1],[0,1],[1,0],[1,0],[2,1],[3,2],[1,1],[1,0],[-1,1],[0,2],[-1,2],[-2,-1],[-1,0],[-1,-1],[-1,1],[-1,0],[-1,0],[0,1],[1,2],[1,0],[1,1],[1,0],[1,0],[2,0],[2,1],[1,0],[-1,1],[-2,-1],[-1,1],[1,1],[3,1],[2,1],[1,0],[3,0],[1,0],[1,1],[1,1],[4,1],[5,0],[2,1],[4,0],[2,2],[1,1],[4,1],[0,-1],[2,-1],[1,0],[3,0],[1,0],[3,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[0,1],[2,0],[1,0],[1,0],[1,0],[4,1],[4,2],[2,0],[3,0],[2,0],[1,0],[3,0],[2,0],[4,0],[1,1],[2,2],[2,2],[2,2],[3,2],[2,1],[1,1],[3,4],[2,2],[2,2],[2,1],[2,1],[6,3],[3,0],[6,1],[3,0],[2,1],[3,0],[6,1],[2,0],[4,1],[3,0],[4,0],[2,-1],[2,0],[1,-1],[5,-1],[5,-1],[5,-1],[4,-3],[3,-1],[1,0],[1,0],[4,-1],[1,0],[2,-1],[1,1],[3,0],[0,-1],[2,-1],[1,1],[1,0],[0,-3],[-1,-2],[0,-1],[1,-1],[3,0],[1,1],[1,2],[0,2],[-2,2],[0,2],[0,2],[1,2],[1,2],[1,1],[0,3],[0,2],[-2,4],[0,1],[-1,1],[-1,0],[0,1],[1,2],[2,2],[1,1],[2,1],[5,3],[1,2],[1,0],[1,1],[2,0],[4,1],[3,1],[4,1],[2,0],[3,2],[7,2],[2,1],[4,1],[3,1],[3,0],[6,1],[4,0],[2,1],[3,0],[3,1],[3,1],[4,1],[4,3],[3,0],[4,0],[2,0],[0,1],[-2,2],[-1,1],[-1,0],[-1,1],[-1,1],[-2,0],[-2,1],[2,1],[2,1],[3,1],[2,1],[6,3],[3,2],[2,0],[3,0],[2,1],[6,0],[4,0],[4,0],[2,0],[1,0],[8,0],[4,0],[5,0],[1,0],[1,0],[3,0],[4,-1],[1,0],[2,0],[1,1],[0,1],[2,2],[2,0],[1,-1],[0,-1],[-1,0],[-1,0],[0,-1],[1,0],[3,-1],[1,-1],[1,-2],[2,-1],[0,2],[0,3],[1,1],[1,1],[4,1],[1,0],[1,2],[-1,1],[1,2],[0,2],[1,0],[1,1],[0,2],[1,0],[3,0],[2,0],[1,1],[3,3],[-1,1],[-2,0],[-1,0],[0,1],[0,1],[0,1],[1,1],[2,2],[1,-2],[1,-1],[1,0],[0,2],[-1,1],[0,1],[-1,1],[1,1],[2,-1],[2,-1],[2,-3],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,0],[3,1],[3,0],[1,0],[3,1],[5,0],[1,0],[0,-1],[2,-1],[0,-2],[0,-1],[1,-1],[4,-2],[1,-1],[3,-1],[1,0],[0,-1],[1,0],[1,-1],[2,-2],[1,-1],[1,0],[2,1],[4,-1],[1,0],[-1,1],[-2,1],[-2,0],[-1,0],[0,1],[0,1],[-1,0],[-2,1],[-1,1],[-3,2],[-2,2],[-2,2],[-2,2],[-1,1],[-2,2],[0,1],[1,1],[1,0],[2,0],[1,1],[-3,2],[0,1],[-1,0],[-1,1],[0,1],[-1,2],[-2,1],[-5,0],[-4,0],[-4,1],[-2,0],[-2,1],[-1,1],[-3,1],[-1,1],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,2],[0,1],[1,2],[2,1],[0,3],[1,2],[1,1],[3,1],[3,3],[3,2],[2,1],[3,1],[1,0],[1,1],[3,2],[2,1],[1,1],[5,1],[2,1],[1,1],[1,0],[3,3],[2,1],[7,3],[7,2],[1,1],[1,1],[5,3],[4,1],[1,1],[3,2],[8,2],[2,0],[4,0],[2,0],[9,4],[3,1],[2,1],[5,0],[5,1],[5,1],[3,0],[3,0],[9,0],[6,-2],[2,-1],[6,-3],[2,-1],[1,0],[2,-1],[1,-1],[1,0],[2,0],[4,0],[4,1],[1,0],[0,-1],[1,-1],[1,-1],[1,-1],[1,-1],[1,0],[0,1],[1,0],[0,1],[-1,0],[-1,1],[1,1],[1,0],[1,1],[0,1],[0,1],[-1,0],[-2,0],[0,1],[-1,0],[-1,1],[-1,3],[0,1],[1,2],[2,2],[1,1],[1,1],[1,1],[3,1],[3,1],[1,1],[2,2],[1,0],[2,0],[2,0],[2,-1],[2,-1],[0,-1],[1,-1],[1,0],[1,0],[3,0],[0,2],[-1,2],[-1,1],[-1,1],[0,3],[1,0],[1,1],[2,1],[2,0],[3,0],[1,-1],[3,-2],[0,-1],[1,-1],[2,0],[2,0],[2,-1],[1,-1],[1,0],[1,0],[1,0],[1,0],[-1,1],[-1,0],[0,1],[1,0],[3,1],[3,0],[2,0],[1,0],[0,1],[0,1],[-1,1],[-1,1],[-1,1],[1,1],[1,0],[2,2],[1,0],[0,1],[1,-1],[-1,-1],[-3,-1],[0,-1],[2,0],[2,2],[2,1],[3,2],[4,1],[1,0],[2,-1],[2,-1],[2,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[1,-3],[2,-1],[3,-1],[-1,2],[1,2],[0,3],[1,0],[1,1],[0,2],[-1,1],[0,1],[0,1],[2,0],[3,1],[1,0],[1,0],[4,-1],[0,-1],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,-2],[3,-2],[3,1],[-1,1],[0,2],[0,2],[3,3],[3,2],[1,0],[2,2],[1,1],[2,1],[1,2],[2,1],[1,1],[3,0],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-2,-1],[-3,-1],[-2,-2],[-2,-1],[-1,-1],[0,-1],[1,0],[1,0],[1,1],[3,1],[0,1],[1,2],[2,0],[1,1],[3,2],[2,2],[1,1],[1,1],[0,1],[1,1],[1,0],[1,0],[2,0],[1,0],[3,-1],[3,-1],[1,-2],[2,-1],[1,0],[0,1],[1,1],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-3],[2,-2],[0,1],[0,2],[0,1],[0,2],[1,2],[2,-1],[1,-1],[1,-1],[1,0],[2,0],[0,1],[1,2],[1,0],[2,1],[4,0],[2,0],[1,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-2,-1],[-1,0],[-2,0],[0,1],[-2,0],[-1,-1],[-1,0],[0,-1],[1,0],[2,-1],[1,0],[1,-1],[3,-1],[2,-2],[1,0],[1,1],[-1,2],[-1,1],[-2,0],[-1,1],[3,1],[2,0],[3,1],[3,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,0],[2,2],[0,1],[1,0],[4,-1],[1,0],[0,-2],[-1,-3],[5,0],[4,-1],[1,0],[3,-1],[1,-1],[2,0],[3,1],[0,1],[-1,0],[-1,0],[-1,0],[-2,0],[-3,1],[-2,1],[-2,1],[0,1],[2,0],[1,0],[0,1],[0,1],[-1,1],[0,1],[1,2],[0,2],[1,1],[1,0],[4,-1],[3,-1],[4,-1],[2,-2],[1,0],[1,0],[1,0],[1,1],[1,1],[2,2],[0,1],[0,1],[-2,1],[-1,0],[-2,-1],[-5,0],[-2,1],[-1,0],[0,2],[-1,2],[1,0],[0,1],[1,0],[0,2],[0,2],[2,3],[1,1],[2,1],[2,1],[1,1],[1,0],[0,1],[0,1],[-1,0],[1,1],[3,2],[3,1],[2,1],[1,1],[2,1],[1,1],[1,0],[1,1],[1,0],[1,1],[0,1],[-2,1],[-1,2],[1,2],[2,1],[1,2],[1,1],[1,2],[3,1],[2,1],[2,1],[2,0],[1,0],[1,0],[1,0],[0,2],[0,1],[1,1],[1,0],[1,1],[0,1],[-1,1],[-1,1],[2,2],[3,2],[1,2],[2,3],[2,1],[1,0],[1,1],[1,1],[1,1],[1,2],[3,2],[2,1],[1,0],[2,2],[1,0],[2,0],[5,1],[1,0],[2,1],[4,1],[2,2],[2,1],[2,1],[1,1],[2,2],[1,1],[1,1],[0,3],[1,2],[1,1],[0,1],[-1,2],[0,1],[-1,0],[-1,1],[1,1],[0,1],[1,0],[1,0],[2,1],[1,2],[1,1],[-1,2],[-1,1],[-1,2],[1,2],[1,2],[1,1],[0,1],[3,2],[4,1],[2,1],[1,0],[3,2],[1,2],[1,0],[0,2],[1,1],[3,2],[2,2],[4,2],[3,0],[2,2],[2,1],[1,2],[0,1],[0,1],[2,2],[1,1],[2,2],[1,1],[1,1],[-1,1],[0,2],[1,2],[2,0],[2,1],[1,0],[1,1],[1,1],[0,1],[0,2],[1,3],[2,2],[3,1],[1,2],[0,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[1,1],[0,3],[0,4],[1,1],[-1,2],[0,1],[-2,3],[-3,3],[0,1],[0,1],[1,1],[-1,2],[0,1],[-3,2],[-1,2],[-2,1],[-2,1],[-4,0],[-4,1],[-4,2],[-4,1],[-20,2],[-2,3],[-2,3],[3,3],[8,5],[-9,11],[-1,3],[0,2],[0,2],[3,2],[8,2],[19,5],[4,1],[2,0],[3,0],[4,1],[3,1],[3,2],[3,1],[2,1],[3,1],[2,0],[5,3],[1,1],[1,1],[3,1],[2,0],[3,2],[3,0],[4,2],[1,0],[3,0],[1,0],[1,1],[-3,2],[0,1],[-1,1],[0,2],[-1,1],[0,1],[1,1],[1,0],[1,0],[4,1],[1,1],[0,1],[-4,1],[-4,1],[-2,0],[0,1],[-2,2],[-2,0],[-3,2],[-3,1],[-4,1],[-3,2],[-3,2],[-2,1],[-4,2],[-3,1],[-2,0],[-3,2],[-1,0],[-2,0],[-5,-1],[-4,-2],[-3,-1],[-2,0],[-5,0],[-3,0],[-3,0],[-2,0],[-3,1],[-1,0],[-2,0],[-3,1],[-4,0],[-5,1],[-2,1],[0,2],[0,1],[-1,2],[-1,2],[1,2],[1,0],[5,3],[3,0],[8,1],[2,0],[1,1],[1,1],[3,0],[4,1],[4,1],[5,1],[3,1],[1,0],[3,1],[1,1],[1,0],[4,1],[2,1],[6,0],[5,0],[10,2],[3,1],[5,1],[2,1],[1,1],[3,2],[3,5],[1,2],[0,1],[1,2],[3,2],[1,2],[1,1],[2,2],[2,1],[3,2],[3,2],[1,0],[2,0],[4,0],[1,0],[1,-1],[2,0],[1,-1],[3,-1],[5,0],[2,0],[3,0],[2,1],[4,1],[2,2],[-1,0],[-6,-1],[-5,1],[-2,1],[-3,0],[-1,1],[-1,0],[-1,1],[-3,1],[-4,1],[-2,0],[-5,0],[-2,0],[-1,0],[0,1],[-1,0],[0,4],[0,3],[0,1],[0,1],[-3,1],[0,1],[1,1],[0,1],[-1,3],[-1,1],[0,1],[1,1],[0,1],[1,2],[0,2],[0,2],[0,3],[-1,0],[-5,0],[-1,0],[1,-4],[0,-3],[-3,-3],[-1,-1],[3,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-3,-1],[-1,0],[-1,-1],[0,-2],[-1,-3],[0,-2],[0,-3],[-1,-3],[2,-1],[0,-1],[-2,-2],[-4,-3],[-5,-4],[-2,-3],[-1,-1],[0,-1],[0,-1],[-4,-4],[-1,-1],[-1,0],[-3,-1],[-6,-1],[-3,1],[-4,0],[-1,1],[-1,0],[-2,0],[-5,-1],[-2,0],[-3,-1],[-2,-1],[-2,-1],[-2,-2],[-1,0],[-4,-1],[-2,0],[-1,-1],[-1,0],[-2,-1],[-2,0],[-4,0],[-4,0],[-1,0],[-4,3],[-3,0],[-4,1],[-3,0],[-5,0],[-5,0],[-1,-1],[0,1],[-1,0],[0,2],[-1,5],[-1,2],[-6,1],[-1,0],[0,-2],[-3,-1],[-2,0],[-1,0],[-2,-3],[-2,-1],[-2,-1],[0,-1],[-2,-2],[-3,-3],[-2,-1],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-2,-1],[-2,-2],[-2,0],[-3,-1],[-2,0],[-3,0],[-3,-1],[-2,0],[-3,-2],[-2,-2],[-3,-2],[-3,-1],[-4,-1],[-3,-1],[-1,0],[-1,-1],[-3,0],[-1,1],[-2,0],[-2,0],[-1,0],[-8,0],[-3,0],[-4,1],[-1,0],[-4,2],[-3,1],[-1,1],[-1,1],[-1,2],[0,1],[1,2],[-2,4],[-1,1],[-2,2],[-2,2],[-1,0],[-4,2],[-2,1],[-3,1],[-1,2],[-1,1],[-1,0],[-3,1],[-5,2],[-3,0],[-1,1],[0,1],[-3,1],[-1,-1],[0,-1],[-1,-2],[1,-2],[0,-1],[-2,-1],[-1,0],[-9,-2],[-2,0],[-4,-2],[-2,0],[-3,-1],[-8,-1],[-4,0],[-5,0],[-3,-1],[-4,0],[-6,-1],[-4,-1],[-3,0],[-2,-1],[-2,0],[-1,0],[-1,1],[-1,0],[-1,3],[0,2],[-1,1],[0,2],[1,3],[1,1],[-1,0],[-2,0],[-4,1],[0,1],[1,1],[0,1],[1,0],[0,1],[-3,1],[-1,1],[-2,3],[0,1],[0,1],[2,1],[1,1],[2,1],[-5,0],[-1,1],[1,2],[-3,2],[-2,1],[-1,1],[-3,-1],[-2,1],[-4,1],[-5,1],[-4,0],[-4,2],[-2,1],[-2,1],[0,1],[-1,1],[1,1],[0,1],[-1,2],[-1,-1],[-1,-2],[-1,0],[-1,1],[0,1],[-1,2],[0,1],[2,1],[1,1],[1,2],[2,2],[-1,1],[3,2],[0,2],[-1,1],[1,3],[-1,2],[-1,1],[-1,1],[-2,0],[-1,1],[-1,1],[2,1],[0,1],[-1,1],[-2,2],[0,1],[0,1],[2,-1],[0,1],[-1,2],[0,3],[-1,1],[1,1],[1,1],[0,2],[2,3],[-1,2],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,2],[0,3],[0,2],[1,2],[2,1],[2,2],[3,0],[1,0],[5,1],[6,1],[1,0],[1,1],[1,1],[2,1],[3,1],[1,2],[4,2],[1,1],[2,1],[2,2],[3,1],[2,1],[5,1],[1,1],[1,0],[3,0],[2,0],[1,1],[1,1],[0,1],[0,1],[2,2],[1,1],[2,2],[1,1],[2,2],[2,2],[1,1],[2,1],[2,1],[1,0],[2,-1],[2,0],[1,0],[0,1],[1,1],[1,0],[1,0],[2,1],[0,2],[-1,1],[0,1],[0,1],[2,1],[4,2],[3,2],[-1,1],[-2,0],[-1,1],[0,2],[0,1],[1,0],[3,2],[3,1],[1,0],[2,0],[1,0],[0,1],[-1,0],[-2,1],[-1,0],[-3,-1],[-3,0],[-3,0],[-2,1],[-2,0],[-1,1],[-1,2],[-1,1],[1,1],[0,1],[4,1],[4,1],[2,1],[0,1],[-1,1],[-1,1],[1,1],[1,1],[2,0],[3,0],[1,0],[5,-1],[4,-1],[1,0],[4,1],[2,0],[2,0],[2,0],[3,0],[2,1],[1,1],[2,2],[2,2],[1,1],[1,1],[1,1],[0,1],[2,1],[1,1],[4,2],[3,1],[3,1],[2,0],[0,1],[2,2],[2,1],[2,1],[0,1],[0,1],[0,3],[-1,1],[0,1],[-2,1],[1,2],[2,2],[1,0],[4,2],[2,1],[7,1],[1,0],[4,0],[6,1],[7,-1],[3,0],[2,-1],[3,0],[3,-1],[4,0],[3,-1],[5,0],[2,0],[6,-1],[2,1],[1,0],[-4,2],[-4,1],[-4,1],[-1,1],[-2,0],[-3,0],[-2,1],[-1,1],[-2,1],[-1,1],[0,1],[-3,4],[-1,0],[0,2],[4,3],[4,2],[4,1],[3,1],[4,2],[4,1],[3,0],[5,2],[1,1],[1,2],[1,0],[3,2],[5,1],[1,1],[2,-1],[3,0],[2,0],[2,0],[4,1],[3,1],[3,2],[1,3],[2,2],[1,1],[2,2],[2,1],[1,0],[3,1],[1,2],[-1,0],[-1,1],[0,1],[0,1],[3,2],[3,1],[1,0],[0,2],[0,1],[-1,1],[-1,1],[-1,0],[-1,2],[-1,1],[-1,3],[-1,1],[0,2],[-1,1],[0,2],[0,3],[0,1],[1,1],[1,1],[1,1],[2,1],[4,1],[2,0],[5,1],[5,0],[4,0],[1,0],[3,1],[2,1],[1,1],[-2,1],[0,2],[0,1],[1,0],[1,0],[1,0],[1,0],[2,0],[2,0],[1,1],[-2,0],[-1,0],[-2,1],[-1,0],[-1,1],[-1,1],[1,1],[-3,2],[-4,1],[-2,2],[-1,1],[1,2],[2,3],[3,1],[3,2],[2,1],[8,1],[3,1],[5,1],[6,2],[7,2],[1,0],[5,1],[3,-1],[1,0],[1,1],[2,1],[5,1],[1,1],[1,1],[5,2],[2,0],[2,0],[3,1],[2,1],[1,2],[1,0],[3,1],[1,0],[1,2],[3,2],[1,1],[1,1],[-1,2],[1,2],[0,2],[1,3],[0,2],[2,0],[1,1],[1,3],[1,1],[2,1],[2,2],[3,2],[5,2],[2,1],[6,0],[4,-1],[4,-1],[3,-2],[1,-1],[5,-5],[1,-3],[0,-2],[2,-4],[1,-1],[1,-1],[0,-1],[1,-2],[-1,-1],[1,-3],[1,-2],[1,-3],[2,-3],[-1,0],[1,-3],[1,-1],[1,-1],[2,-2],[1,-1],[1,-2],[2,-1],[1,0],[2,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[1,-1],[0,-1],[1,-3],[1,-2],[2,-1],[1,-2],[1,-2],[2,-2],[1,-1],[2,-1],[3,-2],[1,-2],[1,-1],[5,-4],[2,-1],[1,-2],[1,0],[3,-2],[1,-1],[1,-1],[1,0],[-1,-1],[1,-2],[0,-1],[1,0],[3,-1],[2,0],[0,-2],[2,-2],[1,-1],[1,-1],[3,-2],[-5,-1],[1,-1],[1,-2],[1,-2],[2,-2],[3,-2],[0,-2],[0,-1],[1,-2],[3,-1],[2,-3],[2,-2],[2,-2],[1,-1],[1,-1],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,-2],[1,-1],[2,1],[1,2],[1,4],[-2,3],[0,2],[-1,0],[-1,1],[-1,0],[-2,0],[-1,-1],[-5,2],[-1,1],[0,1],[1,1],[0,1],[1,0],[1,2],[0,1],[-1,1],[-1,1],[-1,2],[-2,2],[-1,2],[-1,1],[0,1],[1,1],[0,1],[-1,0],[-1,1],[-3,1],[-4,1],[-2,1],[-2,2],[-1,0],[1,2],[2,2],[1,1],[0,1],[-8,7],[-2,2],[-5,3],[-2,2],[-2,1],[-2,1],[-2,2],[-1,2],[-2,1],[0,1],[-2,4],[-1,1],[-1,1],[-1,0],[-1,1],[0,2],[-1,1],[-1,3],[0,1],[0,1],[-2,2],[-2,2],[-1,2],[0,2],[0,2],[-1,2],[-1,2],[-1,1],[-1,2],[0,1],[-2,5],[0,3],[-1,2],[-1,1],[0,1],[0,1],[-1,3],[-2,2],[0,2],[-2,3],[-2,5],[-1,2],[-1,1],[0,2],[5,3],[3,2],[2,1],[1,1],[2,2],[8,5],[1,0],[2,2],[7,4],[4,1],[2,1],[5,0],[1,-1],[1,0],[1,-1],[2,0],[1,0],[1,1],[3,1],[1,0],[2,0],[2,-3],[1,-2],[2,-1],[1,-1],[1,0],[3,0],[2,0],[2,0],[1,-1],[1,0],[4,0],[6,-1],[4,0],[4,0],[4,1],[6,1],[5,1],[1,0],[1,0],[8,-1],[3,-1],[3,-1],[1,-1],[1,-1],[1,-1],[5,-2],[6,-3],[1,0],[5,-3],[3,-1],[3,-1],[1,0],[1,-1],[1,-2],[5,-3],[5,-2],[5,-2],[1,0],[2,-1],[1,-1],[2,-1],[2,-1],[1,0],[4,-2],[3,-2],[1,-1],[5,-3],[1,0],[5,-3],[3,-3],[1,-1],[2,-3],[1,-1],[1,0],[2,0],[2,0],[2,0],[2,-1],[5,-1],[2,0],[1,1],[-1,0],[-3,0],[-1,0],[-2,1],[-1,0],[-1,2],[0,1],[1,0],[4,0],[5,1],[-1,0],[-2,0],[-8,1],[-1,0],[-1,1],[3,0],[2,1],[-2,0],[-2,1],[-1,1],[0,1],[-5,0],[-3,2],[-2,1],[-1,1],[-2,2],[-5,2],[-2,1],[-1,1],[-1,0],[-1,3],[-3,2],[-3,3],[-1,0],[0,1],[1,0],[0,1],[-1,1],[-1,0],[0,1],[1,1],[4,1],[8,3],[9,4],[1,0],[1,0],[8,1]],[[40,8180],[3,1],[3,1],[2,0],[1,0],[2,0],[-1,-3],[-1,0],[-1,-1],[-3,0],[-3,0],[-1,0],[-1,1],[-1,1],[1,0]]],"transform":{"scale":[0.00884148184818481,0.002910435843584353],"translate":[-73.24815350000013,54.55922699999985]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/EE.json b/dist-amd/map/TopoJSON/EE.json new file mode 100644 index 0000000000..33d7758758 --- /dev/null +++ b/dist-amd/map/TopoJSON/EE.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0]]},{"type":"Polygon","arcs":[[1]]},{"type":"Polygon","arcs":[[2]]},{"type":"Polygon","arcs":[[3]]},{"type":"Polygon","arcs":[[4,5,6]]},{"type":"Polygon","arcs":[[7,-6,8,9,10,11]]},{"type":"Polygon","arcs":[[12]]},{"type":"Polygon","arcs":[[13,14,-7,-8,15]]},{"type":"Polygon","arcs":[[16,-11,17]]},{"type":"Polygon","arcs":[[18]]},{"type":"Polygon","arcs":[[19]]},{"type":"Polygon","arcs":[[20]]},{"type":"Polygon","arcs":[[21,22,23,24,25]]},{"type":"Polygon","arcs":[[26,-18,-10,27,-22,28,29]]},{"type":"Polygon","arcs":[[30]]},{"type":"Polygon","arcs":[[31]]},{"type":"Polygon","arcs":[[-16,-12,-17,-27,32,33]]},{"type":"Polygon","arcs":[[34,35,-24,36]]},{"type":"Polygon","arcs":[[37]]},{"type":"Polygon","arcs":[[38,39,-33,-30,40,41]]},{"type":"Polygon","arcs":[[42,-25,-36,43]]},{"type":"Polygon","arcs":[[44]]},{"type":"Polygon","arcs":[[45]]},{"type":"Polygon","arcs":[[46,-41,-29,-26,-43,47]]},{"type":"Polygon","arcs":[[48]]},{"type":"Polygon","arcs":[[49]]},{"type":"Polygon","arcs":[[50]]},{"type":"Polygon","arcs":[[51,-42,-47,52,53]]},{"type":"Polygon","arcs":[[-53,-48,-44,-35,54]]},{"type":"Polygon","arcs":[[-39,-52,55,56]]},{"type":"Polygon","arcs":[[-14,-34,-40,-57,57],[-20]]}]}},"arcs":[[[2227,1453],[-1,-6],[1,-4],[8,-7],[8,-6],[4,-4],[9,-10],[11,-15],[3,-5],[5,-9],[2,-4],[4,-6],[1,-4],[1,-3],[3,-8],[0,-3],[1,-3],[1,-8],[1,-10],[1,-40],[0,-6],[0,-5],[-1,-4],[-7,-21],[-3,-8],[-9,1],[-14,8],[-11,11],[-9,11],[-9,4],[-15,6],[-9,10],[-7,41],[-4,17],[1,17],[7,35],[2,14],[2,4],[3,9],[4,4],[8,8],[4,3],[2,1],[2,-5]],[[1084,3082],[2,-6],[1,-1],[9,-10],[7,-15],[8,-24],[7,-23],[12,-41],[5,-1],[2,-5],[1,-9],[-1,-3],[-3,-13],[-6,-9],[-6,-11],[-7,-12],[-8,-16],[-4,-8],[-4,-8],[-7,-14],[-4,-6],[-3,1],[-6,29],[-9,23],[-9,16],[-10,-1],[0,14],[5,18],[9,27],[2,6],[2,8],[5,29],[3,13],[0,4],[1,4],[-1,12],[-1,8],[-1,6],[6,18],[2,3],[1,-3]],[[3431,2986],[14,-13],[8,-11],[-4,-27],[-5,-29],[-1,-38],[-2,-28],[-7,-42],[-8,-13],[-12,-35],[-13,-20],[-24,-16],[-5,7],[-3,8],[-6,36],[-10,38],[-1,11],[0,9],[1,15],[6,34],[6,35],[1,10],[-1,20],[1,19],[2,4],[2,2],[2,2],[9,6],[3,1],[6,0],[17,4],[10,4],[11,8],[2,0],[1,-1]],[[160,4079],[-2,-11],[0,-4],[5,-16],[3,-15],[-4,-9],[-24,-13],[-13,-1],[-14,-13],[-8,-6],[-12,-9],[-7,-2],[-20,5],[-30,1],[-14,13],[-3,5],[-5,9],[-5,10],[-4,11],[-2,6],[-1,4],[1,3],[9,8],[23,11],[3,1],[10,1],[21,-2],[14,-5],[9,-7],[18,0],[6,13],[7,4],[29,12],[6,3],[4,-7]],[[8977,1484],[-1,-5],[-6,-16],[-7,-10],[-3,-2],[-4,-2],[2,-23],[6,-17],[-14,-30],[1,-30],[-6,-29],[-6,-18],[-2,-4],[-2,-3],[-6,-2],[-7,2],[-4,6],[-10,-1],[-13,-5],[-6,-9],[4,-15],[6,-7],[6,-12],[5,-18],[1,-4],[0,-4],[-11,-12],[1,-20],[1,-14],[13,-15],[15,-17],[2,-3],[3,-15],[-15,-3],[-8,-4],[-3,-9],[3,-3],[11,5],[11,3],[2,-10],[1,-20],[-2,-18],[3,-7],[15,-19],[7,-11],[-5,-10],[-7,-2],[-9,-8],[-7,-11],[-4,-26],[-3,-23],[-3,-15],[-4,-14],[-16,-8],[-9,-7],[-7,8],[-9,35],[-1,8],[0,4],[-1,9],[-5,-1],[-13,-8],[-6,-7],[-3,-9],[0,-3],[-2,-13],[-3,-12],[-11,-7],[-3,6],[-6,13],[-2,12],[-5,12],[-7,2],[-3,-4],[-14,-21],[-15,-29],[-18,-28],[-12,-25],[-8,-26],[-5,-10],[-6,-5],[-9,-6],[-3,-19],[-2,-12],[-5,-7],[-9,-16],[0,-3],[-2,-13],[0,-3],[3,-20],[3,-22],[2,-27],[-3,-17],[-2,-23],[4,-7],[8,-9],[15,-15],[5,-4],[3,-18],[0,-35],[0,-4],[-7,-9],[-7,-2],[-7,-1],[1,-10],[1,-16],[20,4],[4,-5],[1,-9],[0,-6],[-6,-10],[-11,-16],[-9,-11],[-11,-26],[-6,-5],[-7,-1],[-8,1],[-17,-1],[-3,-4],[-8,-9],[-14,-20],[-7,-30],[-12,-15],[-17,-4],[4,-13],[2,-5],[2,-5],[5,-10],[4,-9],[3,-10],[1,-10],[0,-7],[0,-8],[3,-13],[5,-10],[2,-17],[0,-5],[-1,-10],[5,-31],[6,-20],[6,-20],[2,-20],[2,-23],[3,-32],[-1,-7],[-1,-2],[-2,8],[-3,10],[-11,4],[-13,2],[-10,2],[-2,4],[-16,31],[-3,5],[-11,17],[-13,19],[-5,-3],[-13,-5],[-6,5],[-17,23],[-5,9],[-4,13],[-11,8],[-14,-9],[-9,3],[-8,7],[-10,8],[-10,9],[-4,-1],[-8,-3],[-2,-1],[-35,-13],[-15,13],[-23,21],[-13,11],[-3,1],[-18,2],[-42,4],[-8,3],[-18,14],[-8,10],[-8,16],[-8,15],[-8,11],[-19,14],[-5,6],[-20,6],[-7,-2],[-7,1],[-20,13],[12,14],[2,23],[3,17],[-21,36],[-29,0],[-27,0],[-4,29],[-15,5],[-1,1],[-8,0],[-4,-2],[-2,-5],[-2,-3],[-6,-14],[-8,-8],[-13,-4],[-15,-7],[-9,29],[1,1],[2,3],[6,11],[9,14],[-1,16],[0,2],[0,2],[0,3],[-16,-2],[-13,17],[-4,26],[-1,7],[-2,6],[-1,2],[-2,3],[-2,0],[-22,0],[-16,-15],[1,-3],[-8,-16],[-12,-15],[-13,-11],[-8,-5],[-11,-12],[-7,-10],[-7,-14],[-1,-3],[1,-5],[1,-3],[2,-1],[3,-1],[0,-16],[-7,-24],[2,-16],[7,-10],[-1,-4],[0,-2],[-3,-4],[-22,-13],[-6,-9],[-3,-7],[-1,-2],[-9,-10],[-2,-2],[-2,0],[-21,-4],[-7,3],[-3,5],[-4,4],[-8,-3],[-6,-4],[-3,-4],[-2,-5],[-1,-10],[-2,-15],[-5,-10],[-17,24],[-2,1],[1,-12],[2,-17],[-7,-34],[-1,-20],[-1,-4],[-10,2],[-11,13],[-15,-4],[7,15],[17,22],[7,18],[-9,14],[-3,0],[-22,1],[-4,1],[1,18],[-10,15],[-9,13],[-5,-15],[-8,-19],[13,-21],[-6,-19],[-7,-1],[-6,-3],[-17,-9],[-3,-2],[-24,-5],[-8,-6],[-2,0],[-23,3],[-9,-16],[3,-16],[-1,-14],[-1,-5],[-1,-6],[-6,-5],[-6,1],[-14,2],[-10,0],[-4,-16],[-3,-18],[-13,-14],[-11,-23],[-19,-41],[-1,-4],[3,-90],[-9,7],[-10,8],[-12,11],[-7,9],[-5,8],[2,15],[-1,16],[-4,36],[-4,12],[-8,5],[-18,-24],[-2,-2],[-2,-2],[-1,-3],[-4,-12],[-2,-15],[0,-5],[0,-2],[2,-2],[4,-7],[2,-6],[-4,-14],[-3,-4],[-6,-8],[-11,2],[-16,4],[-8,2],[-16,3],[-8,8],[-17,16],[-6,6],[-9,10],[0,5],[-3,21],[-3,18],[-5,33],[-4,27],[-7,29],[-7,28],[-8,33],[-7,29],[-5,10]],[[7279,305],[18,27],[15,49],[-59,16],[7,19],[5,-12],[6,11],[9,-13],[48,141],[-88,113],[33,93],[54,79],[12,35],[-5,-1],[2,18],[-9,41],[-8,0],[-1,-9],[-7,4],[-1,28],[7,15],[-6,8],[-6,1],[-18,-36],[-6,19],[6,28],[-21,49],[4,14],[-16,4],[-1,9],[5,37],[8,-8],[14,22],[16,-7],[28,36],[-12,19],[2,38],[-11,20],[22,12],[0,51],[-19,28],[-8,-1],[-27,-33],[-8,8],[-28,-19],[3,24],[-8,36],[-24,4],[0,38],[-10,3],[25,47],[-3,32],[-15,27],[4,35],[-12,26],[1,19],[38,38],[-18,20],[-9,42],[-40,7],[-40,36],[34,16],[7,58],[13,29],[16,14],[3,30],[-9,33],[2,35],[-14,7],[-11,19],[12,43],[14,21],[15,-30],[13,-3],[36,34],[12,-7],[15,7],[4,-10],[11,4],[7,-9],[3,56],[17,19],[18,-10],[7,-15],[9,12],[19,-4],[9,15],[11,0],[14,-16],[11,26],[10,-5]],[[7435,2061],[15,-4],[5,-25],[-6,-12],[14,-23],[26,20],[-5,-24],[43,-39],[-8,-8],[5,-12],[5,13],[41,23],[4,-25],[38,3],[10,22],[15,-6],[5,21],[17,12],[12,-36],[19,-15],[8,5],[7,-11],[7,7],[10,-8],[7,-35],[30,36],[7,-12],[29,11],[1,-21],[18,-42],[57,45],[29,-14],[36,21],[16,-2],[-1,-41],[22,39],[13,-6],[31,19],[0,13],[28,31],[19,9],[2,-74],[9,-22],[13,2],[2,-18],[14,-6],[2,19],[6,-3],[-1,-18],[28,6],[1,-13],[9,-3],[44,10],[-1,-20],[54,-17],[1,11],[-27,44],[-7,47],[-18,30],[8,17],[-1,17],[14,1],[-1,22],[18,7],[20,-10],[38,49],[-5,-36],[12,-16],[31,9],[27,-70],[4,-41],[29,13],[13,-53],[4,11],[38,6],[-2,-21],[25,-20],[2,-10],[11,3],[6,-17],[35,18],[52,-52],[8,22],[-5,14],[3,51],[17,1],[5,-45],[-11,-9],[14,-19],[14,8],[16,-17],[6,-22],[-13,-33],[-8,4],[-5,-36],[-19,1],[3,-9],[-11,-23],[-21,8],[2,-25],[-19,-35],[-11,-80],[52,-3],[13,-58],[20,-3],[3,-32],[7,-5],[21,8],[-1,-26],[16,-4],[9,30],[-5,3],[9,13],[11,-2],[10,37],[7,-16],[18,27],[5,-6],[10,12],[8,-7],[11,13],[32,-14],[13,8],[29,-23],[23,9],[40,-26],[10,11],[6,-9],[24,6],[1,-7],[16,15],[21,-15]],[[7524,2826],[-25,-13],[-1,-41],[5,-6],[-22,-23],[2,-13],[-11,-3],[6,-66],[-27,-36],[-2,-31],[-11,-22],[9,-3],[-2,-45],[20,9],[1,-21],[-12,-21],[1,-32],[21,-16],[-6,-37],[3,-44],[-15,-15],[1,-36],[-14,-2],[-10,-26],[7,-38],[12,-22],[16,-11],[-17,-2],[10,-63],[-13,1],[7,-20],[-5,-34],[-17,-9],[0,-24]],[[7279,305],[-22,-3],[-21,-3],[-26,-4],[-19,-2],[-16,-3],[-5,4],[-19,12],[-16,9],[-21,13],[-12,8],[-15,9],[-10,-12],[-7,-4],[-3,-2],[-20,19],[-14,19],[-2,6],[0,3],[2,4],[1,5],[-1,3],[-6,3],[-3,1],[-2,0],[-3,0],[-3,-1],[-2,-1],[-1,-1],[-4,-4],[-3,-2],[-2,-2],[-2,0],[-2,0],[-2,1],[-2,1],[-2,1],[-1,1],[-1,1],[-10,18],[-5,11],[-3,8],[1,4],[-1,4],[-2,6],[-6,17],[-8,21],[-10,21],[-9,30],[-7,31],[-2,15],[3,9],[1,1],[1,3],[-1,3],[-1,11],[0,2],[-1,3],[-6,22],[-2,6],[-1,39],[-3,10],[-3,7],[-17,10],[-12,18],[-8,14],[0,14],[-1,13],[-6,30],[-15,22],[-3,4],[-2,2],[-1,0],[-3,1],[-3,0],[-2,-1],[-2,-1],[-2,0],[-2,0],[-1,1],[-6,5],[-1,2],[-2,2],[0,3],[0,2],[5,10],[4,8],[8,21],[5,24],[5,18],[4,16],[10,26],[-11,21],[-2,3],[-2,2],[-1,1],[-1,2],[-3,2],[-18,20],[-2,3],[-1,2],[-8,8],[-2,2],[-3,1],[-25,9],[-19,8],[-6,23],[0,22],[1,21],[-4,12],[-1,3],[-1,1],[-20,17],[-4,2],[-3,1],[-7,2],[-2,1],[-5,3],[-1,2],[-8,6],[-14,13],[-11,11],[-13,12],[-14,3],[-6,-7],[-4,-5],[-4,-8],[-5,-7],[-12,4],[-10,27],[-17,18],[-11,13],[1,2],[-1,15],[-2,23],[5,19],[4,11],[6,35],[2,21],[4,31],[3,17],[4,14],[3,9],[9,26],[3,24],[3,19],[5,19],[0,28],[1,19],[-3,10],[-14,3],[-8,3],[-11,1],[-7,-6],[-16,-12],[-6,23],[-9,33],[-9,1],[-10,3],[-27,-33],[-21,-19],[-10,-9],[-3,2],[-9,7],[-8,6],[-10,7],[-9,6],[-3,3],[-8,3],[-17,-4],[-3,-1],[-13,-3],[-7,-1],[-18,-10],[-6,1],[-4,12],[-3,23],[-12,25],[-6,-1],[-11,-9],[-10,-13],[-2,0],[-1,0],[-4,2],[-13,10],[-21,11],[-20,11],[-12,33],[-11,33],[-8,23],[-16,47],[-5,16],[-3,7],[4,20],[1,5],[-13,20],[-7,10],[-6,8],[-14,10],[-14,10],[-3,3],[-13,16],[-9,13],[-12,-6],[-5,-6],[-8,-31],[-1,-8],[-15,-24],[-5,-8],[-8,-13],[-26,3],[-12,2],[0,8],[-1,25],[-8,8],[-8,4],[-18,2],[-10,18],[-4,14],[0,5],[-14,38],[-22,15],[-16,11],[-9,6],[-4,2],[-2,2],[-6,4],[-26,17],[-6,5],[10,24],[6,22],[2,8]],[[5910,2062],[15,26],[27,113],[7,9],[0,30],[15,19],[-37,137],[13,24],[23,-11],[25,14],[27,-11],[20,9],[16,-15],[4,-32],[49,82],[23,48],[4,28],[13,7],[10,22],[-17,32],[22,9],[26,-3],[4,-11],[16,15],[9,25],[12,-13],[5,37],[21,10],[7,-13],[-2,28],[17,-2],[6,20],[12,4],[-8,29],[32,2],[-8,23],[-4,61],[-7,-1],[-1,-24],[-15,-36],[-9,65],[35,19],[-3,21],[20,6],[-3,40],[-11,7],[-7,35],[35,1],[21,-12],[34,-53],[2,-34],[19,-30],[1,-63],[8,-34],[72,6],[9,12],[3,33],[34,8],[29,21],[-3,19],[9,14],[54,-1]],[[6640,2833],[-4,-39],[16,-16],[-5,-6],[-10,8],[1,-38],[8,23],[7,-19],[-15,-42],[12,13],[4,-16],[12,21],[4,38],[8,19],[-2,32],[26,-4],[-9,9]],[[6693,2816],[31,14],[10,-39],[8,36],[13,-11],[25,25],[7,-35],[15,7],[46,-19],[49,5],[78,-12],[18,100],[38,8],[34,-17],[63,185],[6,-16],[19,-17],[25,7],[-1,16],[7,17],[5,3],[2,10],[5,4],[2,22],[7,7],[9,-8],[0,-18],[-2,15],[-6,8],[-4,-2],[-4,-30],[-17,-36],[5,-9],[-4,-19],[12,-13],[5,-79],[18,16],[3,-10],[6,6],[7,-20],[42,52],[23,0],[21,50],[37,2],[3,9],[10,-8],[36,2],[31,-31],[1,-54],[47,-24],[12,-23],[-7,-6],[1,-42],[34,-1],[0,-17]],[[2161,5423],[11,-5],[4,-5],[15,-14],[10,-7],[1,-1],[7,-3],[5,-2],[2,-1],[9,-5],[8,-8],[9,-10],[21,-16],[7,-4],[10,-5],[2,-1],[6,-4],[1,-1],[3,-3],[9,-8],[10,-12],[5,-7],[17,-12],[21,-13],[17,-7],[12,-5],[18,-8],[4,-2],[1,-2],[3,-7],[11,-25],[2,-5],[3,-8],[1,-9],[2,-11],[0,-11],[-1,-9],[-1,-5],[0,-3],[-1,-2],[-4,-5],[-10,-13],[-8,-11],[-3,-5],[-1,-2],[-2,-7],[0,-10],[3,-20],[2,-9],[15,-28],[12,-34],[14,-31],[17,-40],[3,-7],[3,-7],[3,-7],[3,-8],[2,-10],[1,-12],[-1,-7],[0,-13],[0,-4],[3,-21],[1,-5],[1,-3],[4,-7],[7,-10],[4,-9],[1,-7],[-1,-8],[0,-4],[-1,-5],[-1,-6],[-1,-6],[-5,-15],[-1,-4],[-10,-11],[-4,-4],[-6,-6],[-9,-9],[-8,-12],[-4,-16],[4,-24],[11,-27],[8,-13],[-6,-14],[-29,-12],[-2,0],[-3,0],[-2,1],[-11,12],[-3,17],[1,10],[1,6],[3,7],[2,1],[4,5],[4,6],[1,2],[0,4],[1,6],[0,4],[0,22],[-8,14],[-6,1],[-9,3],[-12,8],[-10,15],[1,3],[0,8],[-1,5],[-1,3],[-3,11],[-6,11],[-5,9],[-7,2],[-1,-18],[-2,-13],[-2,-12],[-6,-19],[-3,-7],[-6,-10],[-2,-3],[-25,21],[-9,19],[-2,9],[-2,12],[-5,7],[-15,10],[-2,1],[-3,1],[-5,0],[-4,-3],[-2,-1],[-5,-8],[-2,-5],[-2,-15],[-1,-9],[0,-4],[2,-5],[1,-3],[2,-2],[2,1],[6,3],[3,-1],[3,-1],[4,-3],[2,-3],[6,-18],[1,-21],[-13,-30],[-9,-13],[-4,1],[-2,3],[-6,16],[-3,10],[1,23],[3,14],[2,-1],[2,0],[1,0],[4,4],[-8,16],[-6,6],[-3,-3],[-1,-4],[-5,-31],[-1,-13],[-3,-16],[-7,-14],[-2,0],[-21,16],[-2,2],[-1,2],[-1,5],[-1,5],[-1,13],[0,10],[0,7],[-2,23],[-3,18],[-13,4],[-10,3],[-10,5],[-15,23],[-2,4],[-2,4],[-4,15],[-3,11],[-1,2],[1,5],[2,4],[2,0],[0,6],[-3,13],[-2,5],[-2,5],[-3,5],[-6,2],[-4,1],[-10,-21],[-13,-31],[-11,-18],[-3,-6],[-2,-4],[-4,-9],[-8,-17],[-8,-27],[-1,-4],[-1,-5],[0,-3],[3,-23],[2,-8],[1,-5],[14,-42],[3,-7],[8,-10],[16,-14],[17,-1],[9,1],[6,1],[4,0],[7,-2],[14,-8],[20,-17],[20,-30],[5,-10],[7,-8],[2,-1],[14,-7],[11,-3],[6,0],[5,-1],[9,-2],[12,-10],[9,-9],[12,-20],[12,-17],[18,-27],[6,-21],[4,-21],[10,-35],[4,0],[2,-1],[6,-4],[4,-3],[3,-8],[3,-16],[0,-16],[-2,-12],[-17,-40],[0,-9],[-1,-8],[-2,-10],[-4,-11],[-10,-11],[-3,0],[-2,5],[-1,32],[2,29],[3,17],[-2,19],[-5,10],[-7,-8],[-9,-5],[-10,-1],[-5,9],[-5,8],[-16,14],[-7,3],[-10,0],[-8,2],[-10,5],[-12,-11],[-2,-8],[-1,-1],[-3,-3],[-2,2],[-2,2],[0,3],[2,0],[3,5],[0,2],[-3,7],[-1,3],[-2,2],[-4,-6],[-2,-4],[-2,-13],[0,-6],[1,-4],[1,-4],[3,-3],[15,-13],[11,-8],[13,-6],[7,-7],[2,-2],[1,-2],[6,-33],[-6,-21],[-4,-8],[-5,-3],[-4,0],[-10,10],[-23,19],[-18,21],[-14,22],[-4,30],[-2,19],[-4,5],[-5,5],[-10,3],[-7,-17],[-1,-3],[-1,-3],[-1,-2],[-3,-4],[-3,-1],[-6,8],[-5,10],[-5,28],[-2,28],[0,3],[-1,9],[-3,13],[-4,16],[-4,8],[-3,-4],[-3,-14],[-13,-45],[-6,-27],[4,-13],[4,-15],[5,-22],[3,-15],[-6,-8],[-8,-2],[-15,-2],[-2,-2],[-1,-16],[4,-15],[0,-8],[-13,-30],[-14,-36],[-13,-17],[-2,0],[-4,4],[-3,7],[-3,8],[1,7],[1,4],[6,5],[-7,14],[-9,10],[-25,1],[-9,-5],[-1,-13],[-6,-46],[-2,-27],[6,-23],[9,-17],[11,-13],[7,-13],[4,-25],[-2,-12],[-4,-23],[-2,-5],[-5,-2],[-3,0],[-11,8],[-30,-10],[-7,2],[-1,2],[-3,5],[-1,7],[1,15],[3,7],[7,5],[10,4],[6,1],[2,-1],[3,-3],[2,3],[2,4],[0,2],[-3,9],[-3,7],[-3,7],[-2,1],[-3,1],[-3,0],[-17,-11],[-13,-12],[-8,-31],[-2,-13],[0,-5],[3,-3],[3,-3],[2,-1],[1,-21],[-1,-16],[-2,-36],[-7,-9],[-9,9],[-11,-1],[-14,-9],[-5,-2],[-4,2],[-3,1],[-12,6],[-6,6],[-5,5],[-7,9],[-5,10],[-6,15],[-1,2],[-11,35],[-8,28],[-5,3],[-4,-1],[-9,-13],[-9,-33],[-5,-25],[-1,-4],[0,-3],[-1,-11],[2,-4],[1,-2],[2,-1],[11,-7],[10,-6],[8,-22],[4,-31],[0,-4],[-2,-2],[-5,-5],[-4,-1],[-5,1],[-9,-12],[-10,-16],[-12,-31],[-10,-15],[3,-24],[5,-33],[-5,-8],[-4,-3],[-5,2],[-2,1],[-1,5],[-3,9],[-4,-18],[-1,-7],[0,-11],[1,-27],[-4,-24],[-20,-7],[-6,-1],[-17,-1],[-4,2],[-8,11],[-6,12],[0,9],[-4,19],[-4,21],[-14,-3],[-12,-13],[-10,-23],[-2,-1],[-5,-6],[-3,-5],[1,-4],[2,-5],[1,-2],[2,1],[0,4],[0,2],[1,-1],[0,-4],[0,-3],[-1,-3],[0,-2],[1,-3],[6,-2],[2,2],[4,3],[5,2],[-1,-6],[-5,-5],[-9,-3],[-11,-5],[-21,-24],[-5,-16],[-1,-5],[-2,-17],[2,-35],[-1,-23],[-2,-20],[-3,-19],[-4,-12],[-2,6],[-6,15],[-11,15],[-9,10],[-11,6],[-3,1],[-5,1],[-9,-1],[-12,-2],[-7,-3],[-3,0],[-3,-1],[-2,1],[-11,1],[-7,4],[-9,12],[-6,8],[-4,7],[-2,2],[-3,3],[-12,7],[-3,0],[-8,-3],[-19,-5],[-4,-3],[-4,-5],[-6,-10],[-3,-5],[-7,-13],[-1,-4],[-1,-4],[1,-4],[2,-22],[3,-9],[0,-3],[3,-5],[12,-22],[12,-22],[11,-24],[16,-22],[8,-21],[4,-21],[3,-21],[1,-16],[-1,-9],[-6,-10],[-11,-10],[-23,-21],[-3,-3],[-3,-1],[-14,-1],[-5,3],[-27,21],[-9,17],[-8,14],[-8,11],[-17,28],[-17,-19],[-15,7],[-2,7],[-2,10],[-1,3],[0,12],[2,10],[4,10],[3,1],[2,-8],[11,9],[6,17],[0,5],[0,6],[-1,3],[-6,11],[-2,9],[-1,3],[-3,0],[-12,-2],[-5,-2],[-5,-1],[-6,4],[-6,7],[-12,-9],[-4,-21],[1,-28],[1,-32],[-1,-11],[-10,-17],[-1,-2],[-5,-7],[-4,-6],[-8,-9],[-6,-6],[-3,0],[-2,1],[2,6],[1,3],[1,3],[1,4],[1,4],[0,5],[0,8],[-1,10],[-7,17],[-10,0],[-1,0],[-3,-5],[-1,-3],[-1,-6],[-5,-12],[-5,-9],[-2,-3],[-4,-5],[-6,-8],[-16,-3],[-9,12],[-8,45],[3,32],[2,9],[1,8],[0,2],[-2,20],[-3,5],[-2,3],[-1,0],[-6,0],[-8,-6],[-3,-7],[-9,-26],[-2,-10],[-5,-24],[-1,-3],[0,-6],[-2,-15],[-1,-20],[-4,-11],[-15,-33],[-8,8],[-5,15],[-2,15],[0,19],[-7,13],[-9,15],[-13,39],[-5,8],[-4,-1],[-16,-13],[-4,-5],[-8,-14],[-1,-8],[-2,-13],[0,-7],[-1,-15],[-2,-8],[-3,-8],[-10,-18],[-9,-11],[-12,-10],[-11,-2],[-11,1],[-3,3],[-3,2],[-4,4],[-12,6],[-11,0],[-24,-1],[-5,-1],[-28,-8],[-24,-16],[-22,-12],[-23,-20],[-24,-27],[-17,-25],[-12,-16],[-2,-3],[-7,-11],[-6,-11],[-6,-12],[-5,-13],[-4,-15],[-3,-15],[-2,-7],[-1,-8],[-1,-12],[0,-6],[1,-26],[0,-20],[-3,-29],[-2,-23],[5,-21],[4,-15],[4,-17],[2,-13],[2,-24],[-2,-2],[-2,-4],[-1,-3],[-1,-4],[-1,-3],[-6,-23],[0,-3],[-1,-6],[-1,-12],[-3,-30],[-3,-11],[-1,-2],[-1,-3],[-1,-7],[-2,-15],[-3,-30],[0,-5],[0,-3],[1,-3],[1,-2],[2,-4],[2,-6],[-1,-3],[0,-4],[-4,-9],[-1,-3],[-3,-5],[-7,-8],[-2,0],[-5,-3],[-5,-7],[-3,-3],[-1,-5],[-1,-2],[-6,-20],[-6,-29],[0,-10],[5,-16],[6,-26],[3,-15],[-3,-12],[-9,-18],[-11,-21],[-1,-2],[-6,-12],[-3,-6],[-2,-6],[-2,-6],[-2,-6],[-1,-3],[-1,-4],[-1,-5],[-1,-5],[-12,-39],[-6,-16],[-5,-15],[-3,-16],[0,-5],[0,-3],[0,-3],[1,-11],[3,-12],[4,-13],[4,-8],[6,-19],[1,-5],[6,-19],[1,-9],[0,-21],[-1,-8],[-6,-14],[-5,-6],[-21,-32],[-23,-23],[-28,-14],[-17,-29],[-17,-21],[-19,-36],[-15,-34],[0,-2],[-2,-6],[-5,-13],[-1,-3],[-1,-2],[-2,-3],[-1,-3],[-3,-4],[-2,-2],[-2,-2],[-28,-19],[-19,-39],[-8,-4],[-3,5],[-2,1],[-8,-3],[-13,-7],[-6,-5],[-3,-4],[-3,0],[-3,1],[-5,2],[-8,13],[-4,19],[-18,31],[-2,3],[-1,10],[-2,25],[1,11],[2,10],[-1,6],[-2,13],[-1,2],[-2,4],[-3,2],[-12,11],[-11,19],[-4,8],[1,10],[2,18],[0,13],[-1,21],[-4,19],[1,27],[5,7],[7,6],[10,-1],[6,-8],[3,-1],[1,0],[3,1],[2,1],[15,15],[1,1],[3,6],[2,3],[0,3],[1,4],[-1,4],[0,2],[-3,20],[-1,14],[-2,13],[3,16],[2,5],[5,5],[4,4],[6,2],[8,0],[8,7],[4,6],[2,4],[-1,26],[-3,24],[3,35],[3,-1],[2,0],[4,2],[1,0],[2,1],[8,7],[2,2],[2,4],[2,8],[0,4],[2,15],[7,37],[7,44],[-2,7],[-1,8],[1,12],[4,19],[9,31],[4,21],[11,21],[15,17],[12,14],[13,10],[22,-22],[8,-20],[5,-30],[3,-16],[5,-5],[12,-6],[10,-5],[2,0],[5,1],[3,1],[7,5],[3,3],[3,5],[3,10],[0,5],[0,5],[-1,25],[-1,46],[3,44],[13,41],[6,27],[6,23],[9,32],[6,17],[2,8],[6,4],[3,-3],[6,-1],[9,9],[4,6],[10,14],[2,4],[3,14],[0,3],[-10,26],[-5,28],[1,16],[0,8],[-1,4],[-1,3],[-6,4],[-8,5],[-3,-2],[-1,-1],[-16,-9],[-15,1],[-29,-2],[-4,-1],[-4,-1],[-7,3],[-9,6],[-5,7],[0,1],[-3,7],[0,3],[3,16],[1,14],[-2,9],[-1,2],[-6,4],[-25,11],[-16,2],[-11,4],[-9,16],[-13,16],[-18,11],[-4,2],[-6,3],[-1,-1],[-1,-4],[0,-15],[2,-5],[2,-3],[4,-6],[4,-9],[-2,-2],[-15,0],[-13,19],[1,3],[-1,8],[-3,17],[-1,9],[-8,25],[-8,47],[-1,22],[-8,41],[0,3],[-1,3],[-9,19],[-10,18],[-7,15],[-9,25],[-11,26],[-14,26],[-2,5],[-5,6],[-3,3],[-6,1],[-3,0],[-1,-8],[1,-16],[4,-14],[1,-10],[0,-8],[-3,-16],[-8,-6],[-3,0],[-2,1],[1,4],[2,3],[1,2],[0,3],[-2,4],[-1,2],[-2,1],[-15,0],[-11,-4],[-18,10],[-4,7],[-20,27],[-13,3],[-27,13],[-19,14],[-7,6],[-8,11],[-13,10],[-16,10],[-12,24],[-15,11],[-7,14],[-14,42],[-4,44],[0,9],[-7,19],[-9,19],[-5,21],[2,15],[10,10],[9,9],[4,1],[2,-1],[10,-13],[23,-22],[25,-28],[18,11],[20,26],[1,12],[-2,12],[0,5],[-3,6],[-3,4],[-3,3],[-2,1],[-3,4],[-2,3],[-10,15],[-13,20],[-5,16],[-2,9],[-5,31],[-1,14],[3,29],[1,7],[19,-23],[11,-14],[18,-15],[3,-2],[3,-6],[7,-12],[13,-40],[1,-19],[-5,-33],[20,-7],[14,-4],[10,9],[10,14],[1,2],[2,20],[0,13],[-1,20],[-1,7],[-3,9],[-3,10],[-3,9],[-4,12],[-16,32],[-8,28],[2,16],[4,15],[2,0],[1,-2],[2,-2],[3,-4],[5,-7],[15,-21],[12,-2],[4,1],[6,-4],[2,-2],[9,-16],[3,-16],[-3,-8],[2,-2],[7,-5],[4,-3],[3,1],[1,2],[11,24],[6,16],[1,22],[-5,18],[-5,9],[-6,12],[-7,14],[-1,2],[-2,4],[-4,15],[5,10],[16,-1],[20,-6],[19,7],[-18,20],[-16,28],[-6,35],[-3,29],[2,6],[0,8],[-1,2],[-3,4],[-2,3],[-9,7],[-28,13],[-20,49],[-8,24],[-1,18],[3,14],[-2,9],[-5,13],[-13,33],[-6,8],[-15,21],[-12,23],[-3,30],[1,5],[0,5],[0,4],[0,5],[-1,4],[-7,28],[-1,4],[-1,5],[-3,6],[-2,4],[-3,4],[-4,6],[-4,5],[-5,4],[-2,2],[-5,2],[-2,0],[-9,-4],[-8,-7],[-7,-14],[-2,-6],[2,-5],[4,0],[4,4],[1,2],[1,2],[2,6],[2,4],[1,2],[-2,-9],[-2,-4],[-1,-3],[-2,-3],[-4,-5],[-2,-1],[-2,0],[-7,4],[-4,4],[-2,2],[-2,2],[-1,1],[-17,37],[-13,28],[2,44],[-1,13],[0,13],[3,-5],[8,-11],[8,-11],[12,-21],[17,-31],[1,-2],[3,-2],[3,-1],[14,-4],[6,-1],[6,1],[5,1],[6,3],[3,1],[2,3],[6,5],[3,2],[3,3],[9,11],[2,2],[3,4],[1,2],[1,4],[1,4],[1,3],[0,4],[1,6],[0,4],[-3,22],[-8,9],[-10,16],[-1,4],[0,5],[1,12],[8,36],[8,2],[11,0],[22,-15],[24,-15],[22,-11],[7,6],[8,4],[3,2],[4,1],[3,0],[10,1],[2,-1],[4,-1],[2,-2],[13,-12],[16,-23],[2,-3],[1,-2],[4,-14],[4,-13],[4,-17],[3,-13],[2,-7],[3,-11],[6,-21],[7,-27],[8,-23],[4,-14],[2,-20],[1,-22],[2,-14],[3,-18],[4,-16],[4,-13],[4,-15],[8,-18],[2,-5],[1,-4],[4,-12],[5,-15],[1,-9],[2,-13],[2,-18],[2,-4],[3,-3],[4,-3],[2,-1],[2,-1],[11,-3],[2,0],[2,0],[5,1],[3,0],[2,1],[6,2],[1,1],[4,2],[1,2],[8,12],[2,3],[1,3],[2,6],[0,8],[-1,16],[-1,9],[-1,46],[-3,45],[-2,20],[0,2],[-1,6],[0,7],[1,16],[1,10],[1,47],[2,8],[5,26],[9,23],[15,39],[19,25],[6,-9],[10,-12],[5,-5],[2,-1],[1,2],[3,7],[1,3],[0,3],[-2,11],[-1,5],[-1,3],[-1,2],[-1,10],[5,9],[16,23],[1,1],[2,3],[2,0],[3,1],[2,0],[4,0],[6,0],[11,-1],[1,-1],[3,0],[2,1],[2,1],[2,2],[3,8],[1,3],[1,4],[0,4],[0,7],[0,25],[-3,26],[-4,29],[3,33],[3,11],[1,3],[1,2],[1,2],[3,1],[2,2],[7,-1],[2,0],[3,-1],[3,-2],[2,-2],[2,-1],[4,-9],[5,-9],[9,-14],[8,-10],[1,-18],[0,-15],[0,-30],[0,-40],[4,-40],[0,-19],[0,-14],[0,-9],[1,-4],[3,-15],[1,-2],[1,-4],[2,-3],[3,-4],[3,-4],[9,-10],[5,-1],[4,2],[6,2],[14,-1],[6,-1],[8,-2],[5,-1],[2,0],[2,1],[9,5],[4,8],[3,9],[3,8],[3,13],[5,39],[4,33],[4,16],[6,16],[-10,44],[-5,47],[-3,8],[-1,2],[-5,4],[-1,1],[-3,0],[-3,0],[-7,-4],[-2,-2],[-1,-2],[0,-6],[0,-19],[1,-6],[3,0],[0,-10],[-1,-2],[-1,-2],[-2,-2],[-3,-1],[-3,2],[-1,2],[0,3],[1,26],[2,40],[-1,49],[-1,5],[0,4],[-1,10],[0,3],[2,25],[1,9],[2,5],[2,8],[1,2],[2,1],[3,1],[3,0],[1,0],[3,-1],[5,-4],[7,-8],[6,-6],[10,-1],[11,2],[8,15],[9,9],[3,1],[7,3],[29,3],[32,1],[11,-5],[3,-1],[2,0],[2,0],[22,8],[21,12],[2,1],[6,3],[3,0],[5,-1],[2,0],[3,-1],[3,0],[7,-3],[11,0],[12,2],[27,14],[11,6],[15,14],[19,27],[11,26],[16,32],[6,12],[10,38],[2,8],[3,16],[0,2],[1,4],[0,4],[0,5],[0,3],[-1,3],[-1,7],[3,36],[11,26],[2,-7],[0,-11],[-1,-2],[-5,-13],[4,5],[2,6],[1,5],[2,9],[0,3],[-1,4],[-1,2],[6,5],[3,-9],[-1,-15],[-2,-5],[0,-4],[0,-2],[1,-2],[1,2],[0,3],[0,2],[2,3],[1,2],[2,2],[6,8],[2,2],[4,4],[2,1],[8,3],[4,0],[2,-2],[10,-8],[2,-2],[2,-2],[3,-6],[2,-3],[2,-7],[5,-16],[4,-10],[13,-38],[7,-24],[8,-25],[10,-34],[15,-44],[2,-5],[4,-10],[2,-5],[3,-7],[4,-7],[5,-7],[15,-12],[10,-1],[18,-2],[15,1],[1,0],[3,0],[5,4],[14,20],[7,13],[4,17],[-2,21],[-1,1],[-1,2],[-1,3],[0,3],[5,8],[4,5],[4,1],[16,-15],[5,-6],[11,-17],[2,-15],[3,-19],[4,-20],[13,-6],[11,-9],[16,-16],[2,0],[5,1],[2,1],[4,10],[5,10],[2,5],[6,21],[2,8],[6,34],[2,6],[2,8],[5,16],[1,24],[-1,8],[-1,9],[0,10],[1,5],[15,30],[11,17],[12,17],[8,-1],[4,-1],[21,-16],[19,-16],[5,-4],[5,-1],[10,-2],[7,3],[14,9],[8,5],[12,11],[6,7],[10,1],[12,-12],[3,-3],[7,-11],[5,-11],[6,-5],[6,-4],[2,0],[17,2],[14,4],[9,2],[13,3],[14,-3],[11,-13],[11,-24],[20,-22],[10,-7],[15,-8],[5,-3],[13,-9],[15,-18],[10,-14],[7,-15],[3,-5],[1,-4],[1,-2],[1,-3],[2,-13],[3,-14],[1,-3],[2,-3],[1,-3],[2,-2],[3,2],[4,2],[3,3],[2,0],[2,-1],[8,-3],[11,-12],[10,-18],[7,-18],[6,-18],[8,-7],[12,-2],[9,2],[10,-8],[11,-12],[24,2],[24,-17],[9,0],[9,8],[6,12],[3,5],[10,22],[12,27],[0,7],[0,2],[-6,12],[-4,7],[-5,7],[-2,2],[-5,5],[-11,9],[-2,1],[-7,-15],[-1,-4],[-3,-5],[-3,-6],[-4,0],[-8,4],[-7,7],[-2,3],[-4,6],[-9,10],[-9,9],[-9,5],[-12,7],[-3,1],[-3,1],[-3,2],[-2,2],[-2,2],[-6,14],[-7,17],[-9,27],[0,6],[0,3],[0,3],[2,8],[4,10],[3,9],[2,5],[1,3],[1,4],[-1,9],[0,5],[-4,8],[-1,3],[-1,3],[10,18],[13,15],[17,11],[17,-6],[10,-9],[6,-7],[3,-2],[3,-1],[2,0],[10,4],[9,6],[10,13],[2,6],[2,6],[2,16],[-1,6],[-5,12],[-7,31],[0,29],[0,17],[-5,31],[-2,11],[0,4],[6,28],[7,27],[12,19],[15,-9],[4,0],[7,2],[19,11],[2,1],[4,4],[7,8],[5,11],[1,-2]],[[8861,3148],[1,-14],[22,-38],[6,-40],[-2,-45],[11,-20],[3,-33],[22,-39],[3,-45],[11,-16],[2,-49],[14,-4],[-15,-11],[-1,-51],[6,-12],[28,3],[15,-13],[8,11],[-4,-13],[3,-37],[14,-8],[16,14],[9,-45],[26,-16],[-9,-25],[-14,-7],[-7,-28],[13,-10],[-3,-22],[17,-66],[-10,-27],[-13,-4],[-8,-29],[6,-28],[19,-23],[-3,-14],[12,-23],[0,-19],[19,-19],[3,-16],[-6,-14],[-30,-18],[18,0],[-3,-64],[7,-49],[11,-34],[10,-5],[0,-40],[14,-22],[-13,27],[4,6],[-3,29],[-14,21],[0,7],[8,-7],[-8,9],[2,33],[-7,6],[-1,17],[6,-1],[3,11],[-3,22],[6,30],[6,3],[3,-10],[-1,19],[9,5],[-6,28],[11,-14],[12,8]],[[9116,2270],[5,-12],[3,-7],[8,-7],[3,7],[3,6],[-4,3],[-4,7],[-1,2],[-2,14],[2,14],[1,8],[0,8],[-6,19],[0,21],[4,3],[9,-5],[4,-4],[3,-3],[1,-3],[1,-4],[1,-5],[3,-16],[1,-3],[2,-4],[2,-1],[2,-1],[19,-5],[17,-15],[1,-1],[1,-3],[3,-23],[0,-30],[-4,-14],[-6,-12],[-12,-37],[-6,-20],[3,-15],[7,-9],[2,-16],[-3,-26],[-16,-9],[-5,1],[-8,-1],[-9,-4],[-6,-9],[4,-9],[3,-4],[7,-9],[7,-21],[-1,-6],[-3,-13],[1,-2],[7,-18],[6,-15],[8,5],[5,-33],[-4,-8],[-4,-13],[48,-4],[5,-7],[5,-9],[4,-33],[-1,-2],[-15,-21],[-9,0],[-12,1],[16,-33],[18,15],[4,3],[7,5],[10,3],[15,-13],[17,-2],[4,-9],[1,-15],[11,-9],[15,-4],[8,6],[10,7],[2,1],[7,1],[13,2],[4,0],[21,-8],[6,-6],[4,-22],[-1,-8],[-8,-45],[1,-41],[4,-6],[1,-13],[-2,-21],[-4,-6],[-8,-11],[-10,-10],[-2,-3],[-6,-12],[-3,-6],[-1,-4],[-1,-15],[-4,-17],[-3,-11],[-8,-13],[-10,-17],[-11,-1],[-24,-2],[-20,-26],[-1,-2],[-14,13],[-9,12],[-8,13],[-18,21],[-7,1],[-11,-6],[-18,-19],[-3,-1],[-5,1],[-3,2],[-13,6],[-6,4],[-18,7],[-20,1],[-17,4],[-13,0],[-6,-2],[-13,-8],[-8,-8],[-3,-4],[-3,-3],[-10,-6],[-9,-1],[-23,-7],[-9,-2],[-16,2],[-8,-4],[0,-2]],[[7524,2826],[51,22],[7,25],[-12,14],[1,9],[27,39],[1,9],[-17,-2],[-7,17],[2,25],[25,-4],[-22,19],[-10,48],[-1,36],[8,27],[17,-22],[18,-4],[1,7],[7,-8],[20,5],[4,15],[11,-3],[14,33],[23,14],[2,-9],[13,0],[9,-56],[-15,-51],[11,5],[-2,9],[8,15],[11,2],[15,-16],[-1,25],[11,2],[35,39],[31,5],[16,-22],[5,7],[-5,9],[14,10],[18,49],[15,-1],[9,18],[9,2],[-1,56],[15,85],[4,16],[13,2],[-3,9],[7,20],[23,26],[-2,10],[8,3],[17,-38],[-10,-16],[12,-49],[14,4],[9,46],[27,-10],[13,31],[8,-13],[21,7],[4,-9],[-6,-36],[10,-28],[27,11],[26,40],[11,-34],[29,43],[-8,40],[13,32],[-7,30],[7,13],[20,5],[9,-27],[16,-2],[10,-21],[7,-37],[55,27],[9,-14],[10,17],[0,56],[11,20],[16,-4],[22,-59],[29,-8],[49,10],[19,-11],[23,2],[-4,-19],[10,4],[-1,-11],[56,-12],[-12,-96],[125,-40],[8,22],[52,-58],[13,17],[26,-3],[15,-44],[2,-28],[84,-18]],[[6756,4035],[25,-56],[3,-37],[10,-19],[3,-66],[-7,-43],[-10,-19],[-13,6],[12,-31],[-15,-26],[7,-132],[-7,-70],[-9,-18],[6,-31],[-1,-65],[11,-29],[-8,-27],[4,-11],[-15,-30],[-14,-5],[-9,-20],[-15,-88],[-10,-27],[-5,-57],[-10,-28],[-2,-71],[-17,0],[18,-21],[-12,-54],[12,-23],[0,-23],[-9,-18],[11,-5],[-2,-71],[5,-4]],[[6640,2833],[2,18],[-12,20],[-9,40],[9,21],[1,32],[-16,-4],[-13,31],[3,73],[10,22],[-27,62],[-5,-13],[-4,21],[-7,-14],[-9,9],[-4,-8],[-10,21],[-10,44],[7,39],[-14,15],[-15,57],[2,42],[14,14],[-53,87],[-12,51],[-44,98],[-11,37],[4,52],[-5,55],[15,20],[6,27],[18,14],[11,25],[24,16],[6,17],[3,116],[8,26],[-9,54],[14,26],[11,-5],[-1,20],[9,16],[15,1],[5,-13],[20,26],[3,-8],[14,7],[8,-13],[18,25],[3,-10],[10,9],[18,-6],[68,-39],[47,-71]],[[2562,6106],[8,-6],[2,-2],[9,-15],[8,-11],[6,-3],[6,-1],[7,-14],[-1,-19],[-1,-4],[-1,-3],[-1,-2],[-26,-19],[-2,0],[-10,9],[-13,31],[-12,35],[0,5],[-1,6],[1,7],[7,13],[4,0],[10,-7]],[[8940,4046],[-13,1],[-10,13],[-4,-5],[-12,-1],[-2,-4],[21,-12],[-1,8],[13,-19],[12,-72],[-14,-11],[-22,9],[3,-8],[-5,-12],[-22,-6],[-28,48],[-6,53],[-16,-21],[-8,20],[14,8],[-5,8],[7,12],[6,-14],[7,11],[56,11],[13,-4],[16,-13]],[[1863,6574],[3,-4],[10,-14],[7,-8],[8,-4],[10,-6],[16,-17],[5,-9],[6,-40],[-8,-33],[-20,-5],[-13,11],[-7,17],[-4,24],[1,18],[0,21],[-3,13],[-7,9],[-4,11],[-3,11],[0,3],[0,4],[3,0],[0,-2]],[[5372,5165],[-38,-22],[-14,-20],[7,-8],[-10,-40],[9,-13],[3,20],[8,0],[3,-87],[11,-34],[-5,-26],[24,-16],[0,-10],[-5,-10],[-77,-8],[-12,-14],[-5,-14],[12,-14],[-24,-27],[1,-42],[-10,-18],[12,1],[-2,-24],[-12,1],[-13,-29],[-5,-1],[0,34],[-20,-9],[-33,-67],[-5,11],[-34,-33],[-8,13],[-19,-5],[-14,-52],[-14,8],[-44,-18],[-9,-67],[-28,-23],[4,-139],[-8,-15],[7,1],[-3,-18],[7,5],[2,-18],[-9,-23],[11,-24],[-32,-57],[-21,18],[-2,-11],[8,-117],[-24,-255],[12,-93],[95,30],[72,-42],[15,16],[5,-56],[23,28],[40,6],[17,-20],[39,-134],[136,-38],[-4,-9],[6,-10],[3,-77],[7,-11],[-21,-7],[-22,-23],[-6,-21],[12,-20],[-1,-15],[11,-20],[4,-37],[-8,-13],[4,-93],[-19,2],[-5,-10],[4,-29],[-12,16],[-2,35],[-15,13],[-19,-21],[2,-22],[-18,-13],[-44,13],[-21,-11],[-1,-16],[-9,-10],[1,-20],[22,2],[-6,-43],[-22,-4],[-10,-25],[6,-42],[9,5],[3,-8],[-3,-26],[-11,-6],[1,-20],[-18,1],[10,39],[-9,47],[-15,33],[-13,-19],[4,-10],[-5,-25],[8,-25],[8,3],[-11,-37],[-19,7],[-3,-40],[13,-21],[0,-11],[10,-2],[-2,-15],[8,-1],[3,14],[14,-22],[-9,-72],[-7,0],[1,24],[-18,1],[-5,-27],[-17,17],[0,16],[-64,-2],[-6,-46],[16,-36],[-62,-53],[-16,-83],[23,-17],[6,-99],[10,4],[0,-28],[11,-14]],[[5058,2451],[-28,-72],[-12,-30],[-18,-15],[-3,-3],[-5,-3],[-15,-12],[-18,-2],[-25,-2],[-1,-1],[-1,0],[-26,-2],[-3,-3],[-16,-16],[-60,-62],[-1,-1],[-37,-37],[-13,-14],[-2,-1],[-2,-2],[-4,-3],[-13,-11],[-8,-7],[-14,-3],[-8,-7],[-3,-3],[-16,36],[-10,24],[-10,23],[-40,-16],[-24,-8],[-39,-16],[0,-13],[1,-51],[1,-15],[-2,-1],[-13,-9],[-2,-1],[-6,0],[-22,0],[-3,-6],[-27,-57],[-6,-11],[-11,21],[-5,9],[-5,15],[-14,14],[-18,0],[-11,0],[-10,0],[-1,-5],[-3,-15],[-1,-3],[-6,-31],[-14,-26],[-19,9],[-6,12],[-1,4],[-3,18],[-15,19],[-24,31],[-4,-9],[-9,-16],[-5,-11],[-11,-5],[-13,-8],[-11,-6],[-4,-2],[-6,-17],[-17,2],[-11,-4],[-9,-10],[-3,-21],[-7,-9],[-7,-9],[1,-7],[3,-9],[1,-4],[-8,-2],[-27,-9],[-21,-7],[-24,-8],[-26,-78],[22,-7],[-11,-34],[5,-38],[5,-38],[2,-12],[-15,-14],[-16,-15],[-3,-3],[-14,-14],[-19,-18],[-7,6],[-5,16],[-19,8],[-26,8],[-11,3],[-13,4],[-7,-7],[-6,0],[-7,9],[2,-1],[3,7],[4,29],[2,33],[7,28],[8,23],[2,5],[6,23],[7,31],[8,24],[1,7],[1,6],[1,4],[1,4],[2,24],[1,17],[1,11],[0,9],[0,7],[0,4],[0,8],[0,12],[0,5],[0,9],[1,14],[1,2],[1,4],[4,10],[2,3],[6,15],[5,28],[2,8],[3,24],[0,2],[1,8],[0,8],[6,30],[6,26],[5,20],[4,22],[17,21],[9,11],[7,14],[4,10],[2,7],[2,5],[0,3],[1,6],[1,8],[1,4],[1,14],[1,16],[3,26],[2,8],[0,5],[2,7],[5,16],[8,32],[5,18],[10,33],[5,27],[5,29],[1,7],[4,39],[1,8],[0,5],[-2,22],[-2,30],[-9,22],[-15,39],[12,19],[7,12],[3,22],[1,8],[1,7],[1,6],[-1,9],[5,46],[-5,21],[-3,7],[-3,9],[-1,6],[1,16],[6,11],[2,4],[0,17],[0,8],[-1,6],[-1,2],[-7,24],[-6,10],[-2,18],[0,8],[4,20],[0,6],[-2,5],[-1,3],[-11,6],[-4,0],[-4,-6],[-4,-6],[-2,-5],[-1,6],[1,9],[1,8],[1,9],[7,31],[3,13],[5,11],[3,10],[1,8],[-2,18],[-4,14],[-5,8],[0,13],[8,24],[11,23],[4,9],[2,4],[2,9],[1,9],[3,41],[3,10],[1,5],[0,3],[0,7],[-3,12],[-3,8],[-7,7],[-2,20],[22,29],[3,11],[5,8],[10,7],[14,8],[2,1],[2,4],[9,13],[6,14],[4,4],[19,13],[17,11],[3,3],[3,2],[2,3],[4,5],[7,16],[2,6],[16,27],[6,8],[16,40],[1,2],[3,14],[1,4],[1,6],[0,4],[1,10],[0,3],[0,10],[0,6],[-1,8],[0,3],[-3,24],[-2,10],[-4,25],[0,3],[-2,8],[-5,15],[-2,7],[-2,5],[-2,6],[-16,38],[-16,39],[-5,11],[-6,14],[-4,8],[-8,10],[-18,19],[-8,8],[-10,9],[-4,4],[-2,2],[-2,1],[-25,16],[-5,3],[-2,1],[-7,4],[-19,1],[-7,2],[-6,10],[-6,10],[-9,10],[-7,7],[-27,9],[-13,4],[-4,1],[-3,0],[-4,0],[-7,-1],[-3,-1],[-4,-1],[-12,-3],[-4,0],[-8,-1],[-2,0],[-18,0],[-8,0],[-7,0],[-9,0],[-10,-2],[-8,-1],[-6,-1],[-17,-4],[-6,-1],[-22,-9],[-6,-2],[-5,-3],[-2,-1],[-11,-8],[-1,-2],[-1,-3],[-6,-19],[-3,-8],[-6,-20],[-1,-4],[-1,-9],[-1,-6],[0,-9],[0,-28],[-2,-39],[-2,-28],[-1,-17],[0,-3],[0,-4],[0,-7],[2,-11],[1,-5],[0,-5],[0,-6],[0,-12],[-2,-5],[-4,-17],[-5,-17],[-1,-6],[-2,-13],[-1,-10],[-1,-5],[-3,-29],[-2,-25],[-1,-12],[-4,-11],[-4,-7],[-4,-8],[-3,-8],[-1,-4],[-2,-10],[0,-9],[2,-11],[-1,-20],[-23,-10],[-15,-3],[-22,-13],[-19,-7],[-24,-9],[-21,-5],[-17,9],[-10,-18],[-8,-15],[-3,-8],[-6,-14],[-10,-14],[-11,-10],[-13,-16],[-23,-30],[-9,-6],[-10,2],[-22,22],[-19,16],[-10,11],[-5,9],[-9,22],[-5,16],[-3,13],[-4,17],[-8,34],[-6,21],[-9,19],[-5,28],[-2,18],[-6,23],[-3,7],[-1,2],[-5,6],[-1,1],[-19,34],[-2,8],[-2,7],[-7,20],[-18,17],[-3,-6],[0,-4],[2,-42],[4,-34],[0,-20],[0,-9],[-2,0],[-2,4],[-2,6],[-1,2],[-1,4],[-1,4],[-2,9],[-1,6],[-7,22],[-4,8],[-10,25],[-2,4],[-1,1],[-2,0],[-3,-10],[-1,-2],[-1,-6],[1,-7],[-2,0],[-10,22],[-11,30],[-7,13],[-6,6],[-3,3],[-2,1],[-6,-3],[-3,-1],[-33,3],[-12,2],[-8,-13],[-2,-23],[-2,-20],[-2,-5],[-5,-2],[-11,17],[-7,9],[-14,12],[-10,9],[-9,23],[-3,10],[-9,33],[-9,27],[-11,31],[-11,31],[-1,2],[-2,2],[-2,2],[-5,3],[-4,-1],[-9,-8],[-2,-8],[-3,-32],[-1,-27],[2,-11],[3,-11],[-13,4],[-9,4],[-6,6],[-26,12],[-13,19],[-16,27],[-14,-8],[-12,-9],[-5,-13],[3,-20],[5,-1],[2,7],[3,10],[4,0],[7,-1],[2,-2],[-8,-39],[-1,-14],[-5,-2],[-7,6],[-5,4],[-4,5],[-2,5],[-6,15],[-9,28],[4,14],[3,5],[2,7],[0,4],[0,5],[-1,11],[0,4],[-2,9],[-3,10],[-12,45],[-1,4],[-2,9],[-8,21],[-4,7],[-7,10],[-2,4],[-3,10],[-1,11],[-1,20],[-1,18],[-6,19],[-6,30],[-14,43],[-21,50],[-8,31],[0,40],[6,42],[1,10],[0,7],[-2,16],[-2,16],[0,16],[1,14],[2,17],[3,16],[6,33],[1,17],[-9,22],[5,30],[1,20],[-1,17],[-10,43],[1,13],[-2,16],[-6,35],[-1,2],[-3,1],[-12,-16],[-3,-5],[-3,-10],[-3,-12],[2,-7],[1,-1],[2,-3],[1,-3],[-1,-7],[-2,-4],[-9,-6],[-4,-2],[-12,28],[-14,6],[-12,12],[-5,18],[-5,15],[-9,14],[-10,10],[-1,1]],[[2816,4744],[23,51],[16,-30],[25,-13],[18,34],[42,15],[31,-1],[29,-51],[22,-14],[16,35],[35,-22],[14,36],[21,10],[1,11],[11,-7],[4,10],[11,2],[7,39],[28,-25],[5,8],[26,-17],[13,28],[21,-16],[34,8],[23,-29],[-1,63],[-15,16],[-26,63],[-27,93],[-7,35],[22,10],[5,11],[-17,78],[-23,39],[13,12],[26,-44],[11,-5],[-4,-23],[56,-63],[35,-14],[15,49],[0,27],[50,30],[-1,71],[-12,76],[-9,2],[2,62],[-6,-3],[10,18],[27,22],[18,-25],[2,-26],[56,-17],[-7,19],[76,35],[4,-15],[39,47],[24,46]],[[3628,5495],[86,-113],[75,42],[72,-55],[112,-38],[8,-14],[26,-5],[6,-16],[11,-4],[4,32],[12,5],[30,40],[15,2],[-1,13],[41,17],[5,9],[7,-4],[25,46],[-9,6],[18,54],[0,44],[11,24],[56,43],[13,39],[13,14],[11,4],[13,-11],[42,-71],[-28,-46],[-1,-9],[7,0],[2,-25],[41,8],[26,29],[35,19],[3,11],[36,26],[32,102],[15,17],[12,-18],[19,-10],[31,13],[20,-36],[13,2],[33,-34],[39,23],[7,-8],[-1,-15],[7,-3],[25,15],[8,29],[14,8],[1,19],[44,46],[35,-34],[-3,-17],[31,-13],[26,-47],[-19,-145],[4,-70],[10,-21],[-6,-19],[9,-2],[-1,-31],[10,-39],[12,-5],[10,16],[13,-4],[13,90],[15,8],[11,66],[19,4],[12,23],[1,22],[22,-7],[8,22],[16,11],[5,-7],[-2,-19],[16,-13],[26,18],[9,43],[22,23],[-8,18],[20,-6],[2,-14],[46,-1],[77,-27],[14,21],[46,15],[11,-12]],[[5302,5608],[75,-7],[1,-10],[7,5],[8,-7],[6,-24],[15,10],[52,-50],[-76,-339],[-18,-21]],[[6777,4445],[8,-9],[2,-20],[6,-1],[-3,-13],[10,-10],[-5,-14],[12,-34],[-7,-21],[21,-45],[10,-78],[16,-29],[-8,-9],[3,-19],[-27,12],[-12,-25],[-11,-2],[4,-13],[-19,-23],[-4,-45],[-5,-7],[-9,6],[-3,-11]],[[5910,2062],[2,8],[-1,19],[-11,22],[-6,15],[-12,16],[-13,-27],[0,-22],[-1,-1],[-3,-2],[-9,-7],[-3,30],[-1,5],[-5,20],[-15,-4],[-4,0],[-3,0],[-5,0],[-14,1],[-1,-6],[-3,-12],[-3,0],[-3,-1],[-3,-1],[-4,6],[-4,5],[17,22],[-5,26],[-31,-15],[-3,-1],[-19,-9],[-6,15],[-5,21],[-27,31],[-15,14],[-3,3],[-7,10],[0,9],[1,9],[2,4],[4,5],[4,3],[2,2],[3,1],[2,0],[1,0],[2,1],[6,4],[6,10],[-2,9],[-13,18],[-9,18],[-4,8],[-9,8],[-9,7],[-13,15],[-27,19],[-5,7],[-26,1],[-17,1],[-2,0],[-5,0],[-6,-4],[-13,12],[-3,11],[-6,20],[-7,26],[-6,6],[-8,9],[-5,26],[-8,19],[-2,2],[-9,8],[-4,16],[-1,8],[-10,9],[-11,30],[-12,22],[-13,17],[-2,2],[-1,0],[-11,1],[-1,0],[-1,-4],[-8,-49],[-6,-3],[-18,-10],[0,-5],[-1,-29],[6,-12],[11,-20],[6,-11],[18,-17],[3,-2],[6,-18],[5,-17],[5,-26],[0,-28],[-3,-36],[-7,-22],[3,-28],[1,-2],[1,-8],[0,-3],[1,-7],[0,-20],[-3,-20],[-11,-12],[-8,-8],[-11,0],[-5,7],[-15,8],[-4,0],[-4,-1],[-9,-2],[0,31],[-8,15],[-12,4],[-8,21],[-10,23],[3,16],[19,4],[-2,12],[-13,15],[-9,2],[-6,-2],[-5,-2],[-3,12],[-2,9],[-1,2],[-1,4],[-2,25],[-2,20],[1,8],[7,19],[6,7],[1,2],[3,15],[0,3],[-1,10],[-9,7],[-8,10],[-14,23],[-1,13],[1,14],[14,28],[-1,3],[-6,28],[-2,2],[-2,3],[-5,7],[-8,7],[-3,3],[-6,-8],[-10,-18],[3,-7],[0,-11],[-58,-6],[-3,11],[-26,12],[-1,1],[-7,-1],[-6,-1],[-24,-5],[-8,-2],[-1,-15],[-1,-29],[0,-10],[-10,0],[-3,0],[-14,0],[-16,1],[-13,-33],[-29,-73],[-6,-15]],[[5372,5165],[16,-35],[14,6],[55,-20],[14,-28],[57,24],[11,-47],[32,-1],[37,33],[57,-10],[25,-20],[14,1],[15,11],[3,13],[-7,27],[38,0],[9,37],[27,34],[14,-2],[4,-27],[7,3],[-6,-14],[8,-15],[6,15],[15,7],[-9,23],[3,16],[21,20],[49,-19],[32,31],[5,25],[28,14],[19,-5],[20,21],[3,48],[10,28],[13,7],[20,-17],[36,18],[18,-2],[13,25],[17,13],[12,-9],[19,23],[23,2],[1,27],[11,4]],[[6201,5450],[13,-14],[-3,-87],[-5,-37],[-20,-36],[24,3],[14,-11],[9,-94],[-17,-39],[-26,2],[0,-18],[-12,-22],[-21,-4],[15,-35],[76,-28],[37,-1],[21,18],[60,13],[68,-61],[46,-16],[5,-38],[10,-19],[-12,-9],[4,-4],[-8,-23],[18,-16],[4,-29],[-5,-14],[14,8],[37,-48],[35,43],[3,-157],[89,-118],[17,24],[82,-144],[4,6]],[[1325,7282],[4,-3],[2,-3],[3,-5],[5,-7],[8,-10],[2,-3],[16,-16],[18,-14],[4,-4],[0,-3],[1,-5],[-1,-8],[-7,-6],[-2,-2],[-1,-3],[-3,-10],[-1,-6],[-1,-4],[-2,-15],[0,-4],[-3,-25],[0,-12],[0,-7],[0,-3],[0,-13],[1,-7],[1,-4],[1,-5],[10,-37],[6,-20],[-2,-14],[-4,-24],[0,-4],[1,-4],[5,-16],[3,-10],[12,-18],[5,-8],[2,-2],[9,-7],[3,-1],[4,-1],[9,-1],[10,-1],[10,3],[24,4],[19,-12],[22,-13],[29,-11],[21,-6],[18,-1],[16,12],[17,5],[15,-16],[13,-15],[11,-20],[7,-15],[2,-25],[14,-15],[13,3],[39,-6],[23,-10],[-2,-5],[-1,-14],[1,-4],[5,-22],[7,-13],[12,-10],[10,-12],[2,-2],[1,-4],[-3,-8],[-9,-2],[-10,1],[-4,-3],[-2,-4],[-2,-15],[0,-4],[12,-38],[13,-28],[8,-15],[4,-7],[12,-35],[3,-12],[2,-5],[3,-9],[1,-2],[7,-7],[8,-2],[11,0],[15,8],[12,-26],[10,-38],[10,-18],[6,-13],[2,-4],[1,-4],[0,-3],[2,-29],[-5,-25],[-2,-3],[-1,-3],[2,-4],[0,-2],[2,-6],[1,-2],[6,-11],[1,-2],[4,-5],[1,-1],[2,-2],[12,-18],[6,-12],[4,-27],[1,-17],[6,-22],[1,-3],[3,-9],[6,-14],[6,-11],[3,-6],[5,-16],[-4,-13],[-5,-13],[-6,-11],[-10,-8],[-8,-5],[-23,-16],[-3,-4],[-7,2],[-2,7],[0,3],[-3,26],[0,12],[-3,35],[-16,-3],[-27,-2],[-2,4],[-3,3],[-12,13],[-3,2],[-11,7],[-10,3],[-7,-2],[-13,-5],[-7,-5],[-8,-10],[-1,-1],[-1,-5],[1,-3],[13,-31],[8,-20],[1,-16],[0,-4],[0,-2],[-10,2],[-2,0],[-20,18],[-16,25],[-18,11],[4,-38],[2,-32],[-1,-4],[-1,-2],[-1,-1],[-2,-2],[-4,-1],[-3,-1],[-5,-1],[-1,0],[-20,19],[-22,31],[-19,18],[-3,2],[-3,3],[-3,0],[-3,-2],[0,-3],[-1,-6],[-10,-22],[-23,-11],[-8,0],[-4,-4],[-1,-2],[-1,-3],[-1,-7],[0,-3],[4,-13],[1,-4],[3,-4],[2,-3],[1,-1],[9,-4],[5,-2],[3,0],[2,1],[2,1],[5,6],[7,15],[12,20],[6,6],[6,1],[9,1],[4,-10],[7,-16],[-1,-14],[-6,-6],[-12,-11],[-4,-7],[-3,-9],[-2,-9],[3,-30],[3,-11],[7,-13],[2,-19],[-5,-13],[-8,-6],[-7,2],[-30,-7],[-26,-25],[-12,-28],[-3,-12],[-1,-6],[-16,-38],[-14,-16],[3,5],[3,2],[3,5],[8,12],[3,36],[-12,1],[-12,1],[-13,5],[-13,28],[-12,27],[-12,30],[-3,8],[-8,23],[-1,5],[0,6],[1,3],[3,2],[5,-4],[4,-3],[2,-2],[2,-3],[3,-7],[8,-18],[8,-22],[1,-2],[3,-4],[1,-1],[6,2],[1,0],[23,36],[15,42],[5,45],[8,6],[6,9],[4,12],[-1,3],[-1,5],[-1,8],[-2,2],[-3,1],[-17,-2],[-10,-14],[-7,-14],[-10,-9],[-12,0],[-23,5],[-16,-13],[-2,-3],[-4,-4],[-4,-10],[-2,-6],[0,-2],[1,-2],[0,-17],[-3,-22],[-10,-4],[-19,17],[-12,-32],[-3,-9],[-4,-18],[-2,-22],[-7,-37],[4,-21],[4,-32],[-10,-38],[-13,-41],[-12,-40],[-3,-10],[-2,-7],[-5,-14],[-2,-5],[-8,-24],[-5,-14],[-3,-16],[-6,-26],[-7,-20],[-1,-3],[-4,-28],[-1,-14],[-9,-15],[-11,-14],[-21,-18],[-5,0],[-12,3],[-20,-1],[-31,-6],[-5,-2],[-2,-1],[-15,-11],[-13,-6],[-5,-2],[-4,-1],[-1,0],[-11,0],[-5,4],[-22,13],[-16,9],[-17,9],[-18,9],[-22,13],[-14,7],[-1,1],[-3,4],[-2,5],[-4,10],[-1,6],[-5,19],[-7,16],[-14,11],[-3,15],[10,12],[29,9],[12,5],[3,3],[2,3],[1,5],[2,16],[-3,11],[-4,9],[-14,41],[-19,30],[-6,2],[-2,0],[-8,9],[7,14],[6,11],[3,5],[3,7],[1,11],[1,35],[0,4],[-1,3],[-1,4],[-1,4],[-1,5],[-1,3],[-4,12],[-2,5],[-25,16],[-17,17],[-3,4],[0,7],[0,5],[1,3],[1,1],[5,6],[8,8],[3,3],[9,13],[1,2],[1,3],[0,3],[0,6],[-10,15],[-4,23],[1,38],[1,8],[1,13],[3,19],[2,10],[-1,12],[0,5],[-4,40],[-1,6],[-1,2],[-5,15],[-4,6],[-12,19],[-5,39],[-16,46],[-9,22],[-5,12],[-2,3],[-1,2],[-18,33],[-6,10],[-4,9],[-2,3],[-2,2],[-3,3],[-1,2],[-3,2],[-19,14],[-26,12],[-24,-9],[-21,-6],[-7,-2],[-1,-1],[-2,-2],[-2,-1],[-4,-5],[-2,-3],[-1,-5],[-1,-4],[0,-3],[0,-3],[1,-3],[-6,-5],[-7,-3],[-11,-5],[-7,16],[-11,13],[-2,2],[-3,2],[-4,2],[-2,1],[-2,0],[-2,1],[-15,-8],[-7,-5],[-4,-3],[-2,-3],[-1,-2],[-30,-19],[-28,-9],[-10,-5],[-14,-3],[-13,0],[-12,7],[-16,5],[-10,-4],[-6,-2],[-4,2],[-4,4],[-5,5],[-3,8],[-11,17],[-10,12],[-12,13],[-9,26],[0,6],[-2,12],[-1,2],[-1,3],[0,3],[-2,3],[-1,2],[-9,7],[-11,5],[-3,0],[-2,1],[-2,0],[-2,1],[-3,2],[-4,2],[-15,11],[-7,5],[-24,7],[-2,-1],[-4,0],[-4,1],[-2,1],[-12,6],[-30,19],[-3,3],[-5,21],[5,17],[4,22],[-1,21],[13,15],[25,9],[30,-8],[27,-8],[2,0],[5,1],[15,1],[9,0],[7,-7],[22,-13],[23,-8],[8,-2],[2,1],[4,1],[17,-1],[13,-2],[15,-4],[22,5],[19,-3],[28,15],[18,17],[24,19],[12,3],[14,-6],[1,-3],[2,-1],[1,-1],[1,-1],[3,0],[3,1],[2,0],[2,1],[2,1],[1,1],[2,1],[2,2],[1,1],[3,4],[2,1],[1,3],[2,2],[2,3],[6,0],[4,0],[8,-4],[17,-9],[12,-10],[6,-5],[8,-11],[8,-9],[7,-7],[4,-3],[2,-2],[4,-1],[11,-2],[3,-1],[4,0],[4,1],[6,0],[4,1],[2,1],[6,3],[4,2],[2,2],[2,2],[3,3],[8,10],[4,5],[3,5],[5,8],[1,3],[3,6],[2,4],[0,4],[1,3],[4,16],[8,34],[0,6],[-2,7],[-3,5],[-5,3],[-2,2],[-3,3],[-1,5],[-1,4],[0,2],[3,8],[2,1],[10,-1],[4,-2],[1,-1],[2,-2],[2,-5],[3,-10],[1,-3],[8,-17],[8,-11],[2,-1],[5,1],[28,18],[5,13],[-6,16],[-5,7],[-5,11],[-6,13],[-6,21],[-9,26],[-5,28],[-2,14],[2,5],[1,1],[3,0],[2,-1],[12,-8],[10,-9],[7,-4],[3,0],[3,1],[21,15],[18,18],[7,6],[-7,33],[-3,15],[-6,16],[-3,16],[-3,37],[5,7],[23,-5],[17,-5],[4,-2],[4,-1],[8,-5],[5,-3],[19,12],[14,27],[16,7],[12,-1],[11,-1],[2,1],[3,2],[9,23],[1,4],[2,5],[0,4],[1,12],[0,5],[2,35],[0,4],[0,9],[-2,13],[1,44],[2,19],[0,5],[1,5],[0,10],[0,6],[0,8],[-1,3],[2,18],[3,18],[6,17],[1,-2],[2,-2],[3,-1],[2,-1],[22,-16],[4,-6],[3,-3],[5,-4],[4,-1],[2,-1],[2,0],[3,0],[3,0],[6,2],[2,1],[2,1],[15,9],[18,13],[5,1],[3,-2]],[[2159,7113],[4,-15],[2,-12],[1,-7],[1,-3],[8,-11],[15,-7],[15,0],[14,5],[11,-4],[11,-6],[13,-14],[15,-35],[9,-27],[29,7],[13,21],[23,23],[12,-5],[12,10],[6,6],[11,-6],[5,-8],[11,-22],[7,-21],[16,-22],[6,-26],[0,-4],[1,-8],[1,-9],[5,-10],[8,-13],[7,-8],[4,-6],[2,-6],[8,-20],[2,-4],[0,-3],[-3,-15],[-9,-26],[-7,-27],[-9,-4],[-16,3],[-10,7],[-14,10],[-15,1],[-12,-10],[-8,-15],[-10,-8],[-15,-1],[-19,2],[-12,0],[-2,-4],[0,-4],[0,-3],[1,-32],[16,-30],[0,-7],[-7,2],[-7,4],[-6,6],[-17,26],[-4,7],[-4,8],[-5,11],[-10,18],[-3,5],[-2,3],[-4,5],[-2,1],[-15,17],[-30,15],[-10,-33],[-1,-19],[4,-20],[3,-5],[1,-2],[1,-3],[1,-3],[0,-3],[-1,-11],[-2,-2],[-2,-2],[-20,12],[-7,12],[-7,14],[-8,-4],[-9,-15],[-4,-11],[-4,-7],[-9,-8],[-6,-3],[-8,7],[-8,11],[-9,36],[-4,15],[1,9],[5,8],[2,1],[5,2],[2,-1],[2,-4],[2,-2],[2,-2],[4,-1],[2,3],[1,6],[0,4],[0,4],[-4,12],[-18,19],[-10,19],[-3,4],[-1,3],[-2,6],[-1,4],[-1,7],[-1,4],[-5,13],[-6,12],[-12,12],[-8,15],[-7,17],[-1,47],[5,36],[13,25],[8,10],[18,1],[13,16],[6,15],[0,6],[1,4],[1,3],[1,2],[1,3],[2,3],[4,3],[2,-1],[17,-8],[10,6],[9,8],[2,-4]],[[6777,4445],[-3,6],[10,6],[-7,5],[5,6],[-7,15],[7,-3],[0,19],[9,-9],[-4,26],[5,-3],[10,16],[-11,9],[2,10],[16,22],[31,-58],[24,35],[31,-30],[126,151],[47,20],[12,27],[1,22],[16,-9],[14,5],[30,-32],[7,-68],[28,-26],[-4,30],[-7,3],[19,75],[13,2],[8,-8],[5,6],[-7,12],[6,18],[20,14],[10,-25],[28,17],[34,-44],[11,2],[13,21],[-18,20],[18,27],[11,-7],[-2,10],[52,10],[12,-4],[-8,-27],[-4,-9],[-24,-2],[-1,-15],[19,-18],[14,2],[12,-15],[23,38],[17,-33],[51,-62],[19,26],[48,13],[-6,7],[9,6],[-15,23],[1,65],[12,39],[25,32],[-10,34],[38,-39],[15,-46],[9,-3],[18,-35],[42,40],[2,42],[23,-35],[28,41],[36,-20],[12,32],[8,-4],[-1,13],[35,4],[-8,41],[40,2],[-6,57],[22,207],[9,-4],[7,10],[93,-57],[48,-71],[8,7],[3,18],[7,-3],[7,-26],[8,5],[-6,33],[12,15],[2,-20],[18,-8],[11,-27],[1,-42],[10,-2],[0,-11],[27,-1],[3,69],[-16,10],[-10,59],[13,29],[-7,33],[-22,-11],[-8,8],[3,23],[27,13],[0,8],[14,-11],[26,18],[-1,24],[25,24],[20,-13],[2,-11],[14,22],[0,28],[7,6],[-16,30],[24,22],[54,33],[1,-12],[9,6],[1,-18],[44,25]],[[8365,5417],[8,-67],[-6,-46],[10,-78],[4,5],[6,-8],[-5,-20],[22,-48],[13,-54],[21,-30],[3,-164],[49,-273],[-4,-24],[11,-231],[-14,-80],[2,-10],[18,-9],[-3,-26],[-15,-34],[4,-36],[16,-28],[0,-12],[8,-4],[1,-33],[33,-42],[21,3],[19,27],[-13,5],[-6,25],[6,14],[10,2],[94,-54],[74,-101],[44,-33],[-12,-20],[-31,-7],[-10,-27],[22,-42],[0,-82],[13,-36],[-2,-17],[10,-17],[-2,-31],[-29,-24],[-1,-34],[4,-18],[38,-60],[2,-12],[-9,-2],[19,-45],[13,-7],[-1,-15],[7,0],[26,-95],[2,-21],[-12,-17],[-5,-33],[13,-48],[0,-41],[10,-54]],[[3002,7978],[3,-143],[79,1],[0,-151],[78,6],[20,-44],[-3,-29],[37,3],[-1,-14],[21,-28],[48,-99],[8,26],[22,11],[10,-13],[14,8],[8,18],[154,-24],[81,-59],[32,-35],[6,-31],[-20,-38],[-12,9],[-3,-7],[17,-49],[-13,-9],[22,-36],[1,-26],[47,-39],[2,-37],[24,-14],[-126,-191],[0,-60],[12,-51]],[[3570,6833],[-17,-74],[-19,-21],[23,-69],[-6,-14],[8,-36],[42,-92],[32,-20],[-9,-41],[11,-42],[-13,-36],[27,-18],[10,9],[4,-24],[-18,-37],[10,-11],[9,2],[8,-15],[-4,-35],[-6,-3],[35,-32],[-10,-41],[21,19],[16,-31],[-9,-70],[-30,5],[-3,-9],[-29,14],[-10,15],[2,-9],[-10,-17],[10,-14],[-5,-48],[-24,-58],[13,9],[17,-52],[33,-1],[3,-31],[-45,-11],[-1,-12],[-42,-53],[-13,-34],[-17,3],[-18,-15],[-4,-44],[3,-10],[8,14],[2,-29],[15,-8],[29,20],[12,-29],[9,4],[41,48],[8,-25],[15,-55],[-15,-11],[0,-28],[-41,-135]],[[2816,4744],[-8,10],[-7,13],[2,13],[-2,4],[-1,3],[-18,5],[-19,-10],[1,14],[5,24],[1,21],[-3,15],[-1,2],[-7,3],[-1,0],[-1,-1],[1,-2],[1,-2],[2,-3],[-1,-4],[-5,-4],[-2,2],[-3,4],[-2,2],[0,5],[-1,6],[0,4],[0,3],[11,30],[10,28],[0,22],[-16,0],[-11,-5],[-4,-4],[-2,-7],[-13,-37],[8,-30],[2,-17],[-1,-8],[-2,-17],[-2,-4],[-3,-5],[-8,1],[-1,5],[1,6],[-6,31],[-25,15],[-8,-2],[-8,-4],[-1,-2],[-2,-8],[-3,-3],[-5,-1],[-7,8],[-2,3],[-1,3],[-2,2],[-2,10],[-1,9],[0,4],[1,4],[6,15],[3,1],[8,1],[9,8],[5,12],[1,18],[2,19],[6,20],[5,15],[2,19],[-3,42],[-4,41],[-9,17],[-6,16],[-6,18],[-1,3],[0,2],[-1,5],[-2,8],[-2,33],[-2,23],[-3,30],[-6,16],[-2,11],[4,24],[5,19],[3,24],[0,5],[0,5],[-1,6],[-10,32],[-7,25],[-1,8],[-1,9],[11,10],[17,25],[18,19],[1,-1],[3,-3],[3,-1],[2,0],[19,6],[3,1],[21,7],[13,4],[3,2],[3,4],[6,13],[0,10],[-10,12],[-2,4],[-21,20],[-16,15],[-8,8],[-7,9],[-3,10],[-9,38],[0,16],[14,7],[2,0],[3,-1],[6,-2],[3,-2],[10,-9],[6,-6],[3,-5],[4,-4],[3,-3],[19,-17],[15,-13],[11,-2],[4,-1],[1,1],[8,3],[2,1],[1,1],[23,16],[18,12],[19,13],[11,-13],[1,-3],[2,-3],[3,-2],[3,-4],[8,-2],[3,1],[10,11],[-2,5],[-6,4],[-6,1],[-2,22],[3,16],[10,6],[15,0],[25,4],[22,0],[19,2],[17,-4],[16,-17],[20,-17],[9,-6],[1,3],[3,12],[1,6],[0,7],[-57,35],[1,2],[58,-34],[12,-8],[11,-6],[5,-3],[4,-3],[2,0],[1,-1],[2,0],[2,0],[3,0],[2,0],[2,1],[2,1],[12,14],[6,9],[3,8],[0,11],[0,5],[-1,7],[-14,8],[-25,21],[-9,22],[-20,19],[-8,11],[-6,11],[-1,9],[-2,36],[-5,12],[-24,16],[-10,-1],[-11,-4],[-17,-17],[-24,-23],[-3,0],[-6,-1],[-18,7],[-15,1],[-9,3],[-13,16],[-16,13],[-25,4],[-11,1],[-4,-1],[-8,-2],[-6,-2],[-5,-2],[-25,-13],[-10,-17],[-5,-15],[-8,-10],[-21,-14],[-2,-1],[-3,-1],[-4,-1],[-4,1],[-4,6],[-2,3],[-1,2],[-7,7],[-2,2],[-4,3],[-2,1],[-18,9],[-6,2],[-3,0],[-13,0],[-4,-2],[-21,-11],[-15,-8],[-14,-6],[-22,-7],[0,33],[-8,41],[11,17],[17,6],[5,31],[9,43],[-2,6],[0,2],[-1,12],[-2,33],[1,5],[0,4],[2,6],[2,3],[2,1],[12,-19],[2,-5],[1,-3],[1,-4],[-1,-3],[-1,-29],[24,-18],[7,-7],[9,3],[18,13],[3,6],[2,8],[3,10],[-3,16],[-3,3],[-5,8],[0,5],[0,12],[1,20],[1,14],[-7,25],[-15,33],[-19,21],[-21,32],[-5,31],[0,8],[-1,6],[-2,10],[-2,5],[-3,11],[-5,11],[-4,11],[-1,2],[-2,3],[-15,23],[-6,9],[-2,2],[-3,1],[-3,1],[-2,0],[-4,6],[-3,4],[-11,18],[-1,3],[3,14],[15,-4],[5,37],[-1,8],[0,7],[-2,2],[-3,3],[-7,2],[-6,0],[-1,-2],[-3,-4],[-10,-5],[-12,8],[-3,12],[-2,26],[0,2],[2,10],[3,11],[2,6],[2,6],[2,5],[2,2],[1,4],[0,4],[0,5],[0,7],[-3,21],[-1,8],[-3,29],[12,17],[21,6],[8,-7],[8,-10],[3,-8],[1,-2],[3,-3],[14,-11],[2,0],[4,0],[2,1],[4,2],[16,16],[23,22],[14,-2],[13,-6],[1,-1],[6,3],[3,3],[0,10],[0,4],[-6,25],[-9,21],[-8,13],[-4,8],[5,16],[2,2],[2,-1],[2,-2],[8,-8],[5,-11],[2,-4],[18,-31],[14,-10],[13,0],[12,4],[12,10],[7,4],[17,3],[18,32],[1,24],[-1,7],[3,21],[2,16],[13,1],[28,-1],[7,-22],[10,-25],[1,-4],[5,-5],[5,-3],[7,-2],[6,-1],[3,3],[1,5],[3,14],[5,37],[0,7],[0,9],[-4,17],[-10,18],[-10,34],[-8,12],[-22,27],[-4,5],[-12,13],[-5,2],[-3,-10],[-2,-23],[3,-11],[6,-22],[8,-13],[2,-6],[3,-15],[1,-8],[1,-3],[0,-4],[-1,-3],[-1,-5],[-2,-2],[-4,3],[-3,4],[-8,20],[-14,28],[-3,16],[-8,20],[-12,24],[-23,6],[-10,-7],[1,-31],[-1,-45],[6,-42],[-12,-41],[-16,-15],[-15,0],[-19,31],[-25,28],[-23,18],[-13,-10],[-16,-11],[-2,-2],[-4,0],[-2,1],[-9,7],[-10,7],[-12,8],[-2,1],[-6,7],[-6,11],[-11,19],[-7,12],[-7,15],[-6,13],[-6,14],[-14,39],[-5,21],[-13,43],[-2,6],[0,2],[4,12],[2,2],[2,2],[7,-5],[7,-10],[4,-10],[4,-7],[17,-1],[11,5],[7,28],[-3,22],[-4,17],[-2,6],[-11,0],[-7,8],[0,10],[0,13],[3,19],[1,42],[-1,3],[-2,13],[0,12],[3,34],[2,17],[1,4],[1,3],[1,1],[3,0],[2,-1],[27,-11],[27,-11],[7,4],[4,3],[10,7],[1,2],[0,2],[-1,12],[8,23],[11,8],[8,13],[2,4],[1,2],[1,4],[0,8],[1,8],[3,3],[5,1],[3,0],[10,-9],[7,-7],[5,-8],[8,-5],[5,-2],[6,6],[2,5],[1,9],[1,6],[-2,8],[-1,4],[-1,2],[-2,3],[-5,13],[-5,23],[-3,23],[-6,32],[-1,10],[1,19],[3,17],[1,5],[1,16],[-1,5],[-2,6],[-3,4],[-1,1],[-2,2],[-5,3],[-8,26],[0,29],[-2,38],[-4,35],[-1,3],[-2,8],[-3,8],[-1,2],[-1,3],[-2,2],[-5,7],[-1,1],[-2,1],[-3,0],[-2,0],[-2,2],[-3,2],[-4,10],[-1,2],[0,5],[-3,17],[-3,19],[-3,27],[0,2],[0,7],[0,4],[3,46],[2,9],[0,4],[1,5],[3,10],[0,3],[8,1],[4,-1],[4,-1],[2,1],[4,3],[3,4],[1,2],[1,4],[4,9],[1,4],[1,4],[0,3],[0,5],[0,23],[-2,23],[6,-3],[11,-5],[3,-1],[4,-3],[2,-2],[2,-6],[1,-4],[4,-12],[5,-15],[2,-3],[3,-3],[2,-1],[3,-1],[3,0],[2,-1],[2,0],[15,-2],[2,0],[3,0],[12,2],[3,1],[7,3],[10,5],[10,5],[13,10],[10,8],[3,4],[3,3],[9,12],[2,2],[2,4],[22,30],[4,0],[3,1],[2,1],[2,2],[2,1],[4,3],[3,4],[1,2],[2,2],[1,2],[2,3],[1,3],[1,2],[0,3],[1,3],[0,4],[3,7],[2,3],[1,1],[10,12],[4,3],[2,1],[2,1],[3,-2],[6,-13],[3,-14],[11,-29],[26,-25],[3,-1],[3,-1],[3,-1],[2,0],[3,1],[11,3],[3,2],[2,1],[4,3],[3,3],[11,12],[5,5],[5,6],[2,3]],[[2454,8275],[22,-16],[20,-24],[16,-22],[2,-4],[2,-4],[3,-5],[8,-20],[1,-6],[0,-4],[-24,-20],[-13,34],[-1,4],[-1,2],[-1,3],[-2,2],[-1,2],[-1,1],[-9,6],[-11,2],[-11,1],[-1,-1],[-2,2],[-5,9],[-2,4],[-1,3],[-13,30],[-2,16],[1,14],[1,-1],[3,0],[22,-8]],[[7655,6709],[4,-42],[14,0],[3,-14],[21,-15],[5,-19],[-14,-52],[14,-20],[7,2],[4,-49],[-13,-8],[1,-44],[12,-59],[-3,-16],[18,-44],[15,1],[37,26],[39,-6],[32,11],[9,41],[37,-16],[51,-2],[42,-42],[16,-66],[18,9],[9,-23],[9,4]],[[8042,6266],[-17,-192],[12,-97],[21,-65],[20,-42],[28,-23],[50,-9],[12,-12],[91,-133],[41,-98],[1,-13],[50,-102],[14,-63]],[[6201,5450],[21,56],[7,62],[18,-6],[3,31],[5,-8],[7,5],[43,59],[-12,8],[7,20],[-18,36],[6,19],[20,7],[29,-17],[1,21],[26,27],[-6,18],[2,45],[38,-6],[27,-34],[10,-44],[-3,-13],[6,-3],[13,9],[6,17],[15,8],[9,22],[19,13],[2,83],[-13,33],[4,21],[-13,35],[-1,22],[22,33],[5,-4],[0,14],[10,3],[14,-21],[9,5],[11,-8],[22,30],[-5,30],[6,26],[22,-16],[13,3],[16,25],[16,-7],[13,12],[10,-9],[39,19],[43,-5],[11,13],[-6,19],[-2,72],[-18,21],[15,26],[7,28],[-5,12],[10,1],[15,30],[9,-15],[14,2],[-3,7],[8,9],[-6,20]],[[6794,6371],[24,12],[105,7],[45,23],[-5,24],[8,12],[-2,32],[17,6],[9,-20],[10,33],[31,17],[40,2],[11,-62],[-13,-17],[6,-12],[11,-3],[6,-32],[17,-19],[5,-42],[15,3],[1,-18],[42,7],[14,-10],[14,12],[-8,19],[21,18],[33,2],[-2,46],[22,8],[6,22],[-10,23],[-5,56],[30,6],[-6,51],[30,16],[-5,30],[32,3],[2,9],[26,8],[24,-21],[-3,-18],[7,-16],[-8,-15],[40,0],[74,62],[24,34],[108,69],[2,-24],[9,-10],[7,5]],[[5507,6856],[-5,-20],[-67,-54],[39,-92],[-15,-170],[-70,-61],[-17,-90],[-11,3],[-6,-26],[11,-6],[8,-45],[20,-16],[8,5],[20,-39],[-17,-14],[10,-21],[-35,-83],[12,-26],[-29,-47],[-6,5],[2,-23],[-29,-59],[-29,20],[-11,-37],[19,-65],[11,-7],[27,-78],[-27,-26],[4,-41],[-26,-89],[4,-46]],[[3570,6833],[22,10],[-5,23],[28,37],[50,106],[25,-33],[14,35],[33,29],[33,-71],[11,-10],[27,6],[20,31],[22,0],[10,-12],[3,-44],[22,-21],[5,3],[5,22],[-14,42],[10,20],[6,-8],[17,5],[1,39],[-7,-6],[-7,27],[6,0],[8,27],[10,0],[7,44],[12,-15],[5,15],[20,7],[4,-17],[31,22],[-18,41],[6,12],[-4,23],[-22,-16],[-4,9],[19,27],[-11,32],[7,33],[24,-26],[16,-2],[1,20],[97,5],[45,35],[37,8],[26,-17],[7,9],[49,-11],[12,-16],[19,11],[6,-6],[0,137],[-22,-5],[-5,32],[-22,25],[4,11],[55,17],[-32,60],[3,43],[14,62],[0,67],[45,-14],[42,65],[14,57],[17,-5],[3,24],[31,-4],[9,16],[7,-20],[22,18],[18,-35],[12,14],[9,-23],[6,5],[-7,25],[12,24],[15,-17],[16,-41],[9,-6],[7,10],[10,-16],[4,7],[19,-30],[1,-20],[16,0],[9,-11],[7,11],[-10,30],[26,-2],[-18,49],[1,29],[61,2],[55,26],[44,-16],[23,14],[-11,-97],[1,-94],[2,-18],[28,9],[5,-35],[-8,-5],[7,-47],[-4,-13],[9,-6],[-7,-27],[43,-41],[35,-12],[16,17],[21,-36],[17,17],[5,-5],[8,-43],[22,-34],[6,-31],[37,-68],[66,-37],[34,-3],[24,17],[11,-35],[17,9],[34,-36],[16,6],[22,-13],[-27,-44],[-3,-28],[33,-75],[-20,-21],[18,-37],[-4,-17],[49,-9],[5,-14],[-15,-1],[-1,-19],[43,0],[12,-19],[4,9],[11,-7],[8,-15],[-18,-15],[26,-28],[-2,-10],[23,-8],[0,-43],[11,5],[37,-32],[15,13]],[[3277,8501],[2,-1],[16,-20],[6,-14],[6,-20],[-8,5],[-10,4],[-2,1],[0,-10],[3,-6],[10,-17],[3,-4],[6,-7],[5,-2],[6,-2],[11,-21],[1,-2],[7,-19],[1,-6],[6,-43],[1,-2],[0,-2],[0,-8],[-2,-5],[-6,-11],[-5,-8],[-8,-8],[-7,5],[-11,10],[-11,19],[-10,19],[-13,22],[-13,24],[-15,24],[-8,19],[-7,18],[-11,27],[-1,13],[0,14],[2,-1],[3,-1],[2,-1],[2,-1],[2,1],[7,2],[1,0],[3,2],[5,3],[5,3],[3,2],[2,1],[4,2],[4,1],[3,1],[4,1],[3,0],[2,0],[1,-1]],[[3366,8553],[3,-2],[23,-19],[5,-4],[3,-5],[7,-9],[3,-5],[1,-2],[2,-3],[6,-12],[1,-4],[0,-5],[1,-5],[1,-4],[8,-30],[5,-22],[0,-5],[2,-7],[0,-2],[0,-4],[2,-18],[-3,-33],[-3,-20],[-19,0],[-17,1],[-19,10],[-9,24],[-2,6],[3,18],[1,19],[-3,7],[-2,6],[-23,30],[-15,24],[-1,16],[13,41],[2,4],[2,6],[3,3],[2,3],[2,2],[2,2],[1,1],[2,0],[10,-3]],[[5823,8096],[22,-19],[94,-147],[46,-10],[-27,-39],[22,-14],[-9,-16],[23,-38],[94,-1],[-19,14],[-5,26],[9,18],[23,3],[11,-9],[70,74],[3,-14],[36,-24],[8,-59],[-6,-8],[10,-30],[10,7],[14,-10],[25,22],[23,38],[9,-33],[43,-33],[3,-18],[16,-1],[9,18],[20,-9],[4,-13],[25,-5],[8,20],[-4,14],[23,21],[10,-25],[-19,-22],[5,-15],[30,1],[30,-42],[28,36],[11,-21],[7,7],[15,-105],[-10,-35],[-29,-8],[-16,-47],[-4,-96],[-28,5],[-23,-35],[2,-38],[-13,-19],[-3,8],[-1,-40],[8,-29],[-8,-3],[-1,-45],[-35,-60],[16,-45],[14,42],[20,-49],[6,3],[19,27],[-1,23],[53,-80],[53,22],[32,-45],[22,-127],[40,-14],[8,-66],[50,-45],[13,1],[8,-23],[-9,-27],[7,-46],[-6,-12],[2,-19],[11,6],[7,-46],[26,-19],[-9,-79],[17,-61],[-12,-61],[-9,-9],[2,-19],[-10,-30],[12,-24]],[[5507,6856],[20,80],[17,12],[28,-34],[39,64],[7,34],[8,153],[-33,72],[7,19],[35,55],[26,-20],[19,-35],[2,-33],[22,-26],[29,113],[10,16],[3,20],[-10,14],[-57,44],[2,32],[22,54],[-15,51],[15,16],[3,21],[10,5],[23,87],[14,6],[22,32],[-5,13],[29,84],[7,42],[10,17],[-13,21],[-1,22],[-18,46],[3,18],[-8,43],[-49,78],[-10,28],[55,3],[8,-15],[40,-12]],[[4223,9677],[5,-6],[3,-15],[4,-22],[2,-7],[2,-10],[4,-11],[2,-4],[3,-3],[4,-4],[4,-11],[2,-6],[2,-7],[9,-47],[2,-6],[6,-27],[6,-37],[0,-4],[0,-5],[0,-4],[2,-16],[0,-3],[1,-4],[1,-4],[1,-3],[3,-7],[2,-4],[5,-11],[3,-6],[-8,-9],[-9,-6],[-20,-6],[-11,3],[-11,6],[-9,9],[-21,21],[-2,3],[-5,8],[-11,19],[-7,14],[-4,15],[-7,36],[3,33],[8,20],[6,29],[8,34],[8,25],[8,37],[3,4],[3,-1]],[[4651,9590],[0,-4],[0,-3],[-1,-5],[-3,-1],[-12,-17],[-11,-19],[-8,-11],[-5,-4],[-4,-2],[-5,1],[-4,1],[-4,2],[-2,1],[-2,2],[-10,24],[-3,9],[3,14],[8,9],[20,11],[14,-3],[11,-2],[8,15],[2,3],[8,-21]],[[4948,9864],[9,-17],[2,-1],[2,0],[14,-7],[13,-8],[21,-23],[11,-22],[10,-18],[6,-11],[6,-10],[7,-20],[1,-5],[0,-14],[-3,-5],[-2,-2],[-7,-7],[-2,1],[-1,3],[-1,2],[-16,17],[-17,9],[-18,-1],[-18,-10],[-2,-22],[-2,3],[-4,8],[-2,8],[-1,11],[2,11],[7,6],[8,18],[10,36],[-8,20],[-18,21],[-1,2],[-2,1],[-3,2],[-4,1],[-1,-1],[-1,-2],[-2,-4],[-1,-2],[-3,0],[-1,1],[-5,4],[0,3],[4,22],[1,2],[7,1],[5,-1]],[[7738,9198],[-10,-31],[10,-2],[2,-14],[9,-5],[-3,-8],[8,-19],[-6,-29],[19,-32],[12,-41],[-3,-135],[12,-59],[2,-62],[-43,12],[-12,40],[-50,-35],[21,-30],[-9,-6],[32,-83],[-16,-12],[8,-15],[-15,-1],[3,-21],[-44,-26],[-20,-45],[12,-20],[15,4],[9,31],[19,-16],[2,-24],[8,-5],[4,12],[56,11],[-3,-16],[16,-3],[9,-24],[11,1],[1,-20],[23,1],[-13,-44],[-30,13],[-8,-43],[-14,6],[-20,-115],[-19,-39],[-16,-12],[11,-20],[-12,-108],[16,5],[15,-126],[132,113],[12,-133],[-14,-21],[59,-49],[57,-29],[19,-31],[13,-53],[-18,-52],[12,-18],[20,4],[7,-77],[-17,5],[-4,-13],[-5,-67],[7,-33],[-12,-24],[-32,1],[-6,34],[-14,14],[-3,-33],[-62,-12],[-24,-58],[-21,-24],[-19,19],[-15,-387],[22,-22],[-2,-28],[-32,-33],[-2,-67],[10,-45],[-8,-38],[-26,-48],[-76,-21],[-10,-29],[-30,-24]],[[5823,8096],[6,15],[9,-1],[27,32],[20,-2],[10,9],[42,-50],[22,-9],[28,-32],[24,34],[4,21],[-15,26],[4,8],[32,18],[16,-12],[34,45],[21,-13],[45,4],[43,68],[38,-7],[20,-21],[121,-15],[9,-51],[25,-9],[5,-20],[47,12],[18,20],[-16,38],[8,18],[-20,89],[8,25],[-8,37],[2,43],[-8,12],[-3,29],[6,37],[-11,75],[-14,32],[-2,20],[-33,51],[-1,50],[-20,33],[11,13],[-10,19],[20,58],[-2,21],[-11,27],[-12,-3],[-5,39],[-33,-6],[-1,12],[-17,-3],[-25,288],[-23,60],[3,12],[-27,11],[4,31],[-12,24],[4,22],[59,30],[12,39],[-9,22],[-7,-2],[-3,17]],[[6282,9486],[3,0],[4,2],[1,1],[7,6],[32,15],[2,1],[1,1],[2,2],[2,2],[4,6],[2,4],[1,2],[1,2],[1,4],[5,19],[1,3],[0,7],[0,5],[0,11],[-1,7],[0,3],[-2,8],[-1,4],[-3,17],[-1,15],[2,30],[-4,19],[-1,2],[-1,5],[-1,3],[0,2],[0,3],[-1,14],[1,7],[1,26],[10,-3],[2,-6],[2,-3],[5,-3],[7,-5],[3,-1],[4,-1],[17,-1],[20,1],[3,-3],[7,-15],[4,-15],[5,-18],[0,-10],[-1,-7],[-4,-8],[-5,-6],[-2,-4],[-3,-9],[-1,-5],[-1,-4],[-1,-5],[-3,-27],[0,-3],[7,-12],[2,-4],[12,-10],[10,-5],[4,-1],[25,0],[9,1],[4,0],[4,1],[2,1],[3,3],[7,10],[9,13],[6,12],[1,30],[-4,44],[-1,40],[-5,22],[-6,31],[-3,36],[11,0],[9,-3],[15,-19],[-12,-13],[-1,-5],[5,-10],[17,-26],[5,-7],[7,2],[8,5],[25,28],[1,2],[1,3],[1,3],[14,7],[17,-2],[11,-26],[15,-38],[5,-11],[5,-7],[20,-9],[13,-7],[7,-2],[7,-7],[1,-1],[2,1],[1,-4],[-5,2],[-3,-1],[-4,-2],[-3,-3],[-1,-3],[-3,-10],[1,-2],[3,-3],[6,-10],[4,-9],[2,-5],[2,-10],[17,-8],[10,0],[11,-2],[13,-3],[16,-4],[7,0],[3,1],[12,2],[7,2],[12,2],[17,2],[11,-2],[11,-1],[8,0],[1,0],[3,0],[2,1],[8,5],[2,1],[3,1],[6,1],[5,0],[9,1],[8,-1],[9,-3],[10,-2],[9,-2],[13,0],[4,0],[5,1],[2,0],[2,1],[18,-17],[12,-15],[9,-23],[10,-11],[14,-10],[11,-17],[16,-27],[2,-7],[3,-6],[2,-2],[1,-1],[4,-2],[6,-3],[4,-1],[1,0],[3,-1],[5,0],[8,0],[2,0],[2,2],[4,2],[8,2],[9,1],[5,-2],[5,-8],[3,-8],[3,-5],[3,-2],[3,-1],[3,-1],[5,-2],[14,-3],[9,-1],[10,-1],[13,-2],[11,-3],[9,-7],[12,-10],[8,-21],[13,-15],[9,-10],[10,-6],[4,-1],[5,0],[2,1],[3,3],[2,1],[5,-6],[6,-17],[5,-21],[13,-21],[15,-23],[3,-4],[2,-1],[2,-2],[12,-7],[5,15],[9,16],[26,7],[3,1],[8,5],[2,1],[2,1],[0,7],[3,14],[3,8],[2,0],[-3,-7],[-2,-9],[-1,-7],[2,-16],[0,-2],[7,-1],[10,0],[4,1],[11,8],[9,8],[2,1],[2,2],[2,2],[3,4],[2,3],[1,2],[6,11],[3,8],[4,11],[2,6],[1,3],[2,6],[1,7],[1,6],[1,3],[0,4],[0,3],[-1,11],[-2,8],[5,36],[29,-5],[9,-1],[7,-13],[28,-8],[24,-18],[11,-17],[5,-5],[2,-2],[3,-1],[9,-2],[7,1],[14,-2],[3,-2],[1,-1],[7,-7],[20,-24],[8,-12],[0,-3],[4,-22],[2,-3],[1,-3],[2,-3],[1,-1],[2,-1],[4,-2],[14,4],[7,2],[10,2],[6,-15],[0,-25],[-2,-13],[2,-9],[3,-5],[15,-13],[6,-4]],[[3002,7978],[3,3],[6,11],[1,2],[7,20],[1,4],[1,3],[2,8],[1,7],[1,6],[0,4],[-1,5],[0,4],[-1,5],[-1,3],[-1,2],[-2,2],[-2,1],[-2,1],[-2,1],[-3,0],[-6,5],[-1,12],[0,3],[0,19],[0,8],[1,9],[7,6],[17,1],[19,-2],[3,-2],[3,-1],[2,-1],[3,1],[2,1],[2,1],[1,1],[2,2],[5,4],[2,2],[2,2],[1,3],[1,3],[2,10],[3,15],[12,24],[6,-1],[4,0],[3,0],[3,0],[7,2],[13,6],[1,1],[7,5],[20,-2],[10,-7],[19,-16],[25,-29],[29,-25],[24,18],[24,12],[20,-12],[16,-10],[8,-6],[3,-1],[3,-1],[4,0],[21,10],[3,1],[2,3],[5,11],[5,8],[17,14],[7,5],[21,10],[15,5],[10,4],[13,7],[31,-4],[22,-15],[21,-5],[9,-8],[0,-21],[-1,-1],[-2,-2],[-4,-11],[0,-3],[1,-8],[1,-5],[4,-8],[1,-1],[21,21],[13,28],[14,31],[6,18],[3,20],[-7,9],[-3,-1],[4,14],[5,18],[4,13],[2,8],[0,10],[-1,12],[-1,4],[-1,3],[-7,14],[-4,16],[-1,3],[-1,6],[-1,4],[-2,10],[0,4],[-22,32],[-6,2],[-6,2],[-9,6],[-16,29],[-14,19],[-15,28],[-5,9],[-4,13],[-1,2],[-2,15],[-3,13],[0,2],[0,5],[-2,28],[-3,31],[-1,32],[0,20],[1,3],[1,4],[2,3],[4,4],[1,1],[3,0],[5,-4],[12,-12],[10,-8],[2,-1],[1,0],[4,-1],[4,-1],[2,1],[17,-7],[14,-14],[15,-12],[14,-6],[6,-3],[8,-5],[4,-3],[17,-17],[24,-14],[8,-13],[7,-14],[1,-6],[4,-13],[3,-6],[5,-7],[6,-5],[19,-19],[12,-17],[21,-18],[3,-2],[2,-1],[4,-1],[4,0],[6,-1],[4,1],[10,1],[2,1],[2,1],[26,12],[2,1],[3,5],[1,2],[2,10],[3,27],[1,13],[0,2],[0,3],[-1,6],[0,3],[-12,45],[-9,27],[-7,15],[-11,18],[-6,9],[-5,7],[-12,8],[-16,9],[-2,0],[-3,0],[-2,1],[-3,5],[-3,5],[-3,9],[-2,11],[9,32],[1,4],[3,6],[2,1],[3,0],[12,-1],[0,-1],[-1,-5],[-1,-6],[-2,-8],[0,-3],[1,-5],[2,-3],[1,-1],[7,-10],[4,-3],[2,-2],[6,-3],[4,-3],[2,-1],[7,0],[5,1],[4,0],[3,1],[3,2],[2,1],[3,3],[2,4],[19,18],[27,15],[2,-1],[4,1],[2,1],[4,2],[8,5],[3,2],[4,5],[2,3],[2,3],[11,14],[19,20],[11,13],[4,5],[4,5],[3,3],[10,6],[9,4],[3,1],[2,1],[2,2],[2,2],[1,1],[1,3],[3,5],[1,3],[0,2],[4,11],[1,6],[1,4],[1,4],[3,9],[2,10],[1,7],[-2,12],[-6,14],[-2,2],[0,2],[0,3],[1,19],[0,3],[0,3],[1,18],[2,15],[3,17],[7,13],[14,27],[5,6],[8,6],[12,1],[22,-1],[17,-1],[21,-1],[17,-3],[3,-2],[2,-1],[1,-1],[10,-3],[19,-4],[22,-12],[14,-26],[14,-24],[7,-18],[3,-11],[2,-3],[3,-5],[6,-4],[15,-9],[10,-4],[27,-15],[7,-7],[10,-8],[7,-1],[16,8],[3,1],[8,8],[4,4],[8,15],[3,4],[2,4],[3,10],[1,4],[0,2],[0,5],[0,2],[-5,15],[-2,8],[-3,10],[0,7],[1,2],[2,2],[4,0],[12,-12],[13,-19],[10,-15],[13,-12],[10,-7],[13,-12],[14,-18],[21,-22],[17,-26],[9,-6],[11,7],[8,5],[5,6],[6,8],[2,5],[2,4],[1,2],[5,26],[0,3],[0,6],[0,3],[-1,11],[0,5],[-2,2],[-2,3],[-20,16],[-16,29],[-8,7],[-5,5],[-4,17],[-2,12],[0,2],[2,2],[17,-14],[7,-7],[5,-5],[12,-4],[18,4],[2,1],[5,3],[2,1],[8,21],[2,6],[0,6],[1,8],[-1,2],[-4,4],[-4,0],[-1,1],[-2,1],[-1,1],[-1,2],[-3,10],[-1,3],[-1,8],[-1,4],[1,8],[1,4],[1,2],[1,2],[2,1],[30,-10],[6,-12],[10,-21],[8,-18],[-8,-25],[-4,-17],[1,-16],[5,-14],[18,-18],[21,-16],[30,-2],[5,-4],[1,-4],[11,-14],[21,-5],[6,3],[3,2],[2,2],[4,4],[2,3],[2,2],[2,3],[1,3],[5,10],[1,5],[4,15],[3,11],[2,7],[7,14],[7,14],[10,10],[4,5],[7,40],[2,9],[1,4],[2,11],[0,7],[1,7],[0,3],[0,7],[-1,6],[-1,3],[-1,2],[-14,21],[-17,27],[-4,18],[-1,17],[2,6],[0,3],[0,3],[0,10],[0,6],[-2,9],[-1,3],[-2,8],[-2,3],[-1,3],[-1,2],[-3,1],[-2,1],[-1,-1],[-11,15],[-3,22],[-2,12],[-1,13],[-3,29],[1,17],[3,48],[0,23],[1,15],[14,18],[33,-33],[14,-20],[29,-13],[15,-4],[8,2],[21,1],[2,-1],[1,-1],[1,-2],[5,-7],[8,-31],[1,-26],[-3,-3],[-1,-3],[0,-2],[0,-4],[0,-4],[1,-3],[1,-3],[2,-5],[1,-4],[1,-2],[5,-7],[1,-2],[5,-6],[2,-2],[2,-1],[6,-6],[6,-7],[1,-2],[1,-3],[2,-5],[0,-3],[-2,-22],[-2,-23],[-1,-9],[0,-3],[1,-4],[3,-18],[2,-5],[2,-5],[1,-3],[4,-6],[1,-2],[3,-4],[2,-1],[2,-2],[4,-3],[1,-1],[2,-2],[3,-2],[5,-1],[0,8],[0,8],[1,2],[5,9],[2,5],[1,2],[1,3],[1,2],[5,-6],[-1,-1],[-2,-3],[-2,-3],[-4,-9],[3,-9],[6,-8],[11,3],[10,-5],[12,-10],[5,-1],[18,1],[8,2],[2,2],[3,2],[5,6],[5,6],[2,4],[2,2],[8,10],[2,2],[0,2],[0,2],[-1,5],[-3,15],[3,13],[21,-7],[28,-8],[27,-18],[28,4],[7,4],[12,8],[13,0],[0,-22],[9,-25],[4,-5],[2,-3],[9,-10],[25,-26],[2,-4],[1,-2],[3,-4],[13,-10],[12,-7],[9,-4],[7,7],[20,37],[3,5],[2,2],[3,4],[2,5],[2,4],[2,4],[1,3],[1,2],[1,3],[0,4],[1,3],[2,10],[1,5],[1,17],[-1,8],[0,4],[-1,6],[-1,3],[-1,2],[-3,8],[-1,2],[-4,3],[-3,0],[-4,1],[-12,6],[-15,33],[-5,13],[-1,20],[3,13],[2,18],[0,9],[-2,11],[0,3],[-4,9],[-4,4],[-2,1],[-2,0],[-2,-2],[-3,0],[-2,1],[7,3],[9,0],[12,-19],[9,-16],[7,-13],[8,-11],[2,-2],[2,-1],[2,-1],[2,-1],[6,-2],[2,-1],[2,-1],[15,-15],[9,-18],[2,-6],[2,-7],[1,-16],[-2,-16],[-1,-3],[0,-8],[3,-4],[7,-6],[3,-2],[12,-8],[16,4],[3,2],[7,3],[4,4],[4,3],[4,3],[4,4],[1,1],[1,2],[8,9],[3,3],[11,15],[4,5],[3,5],[12,18],[1,2],[1,2],[1,3],[3,9],[0,4],[0,2],[-1,5],[-1,4],[0,2],[1,3],[1,2],[5,-7],[3,-6],[0,-3],[1,-4],[2,-15],[-1,-15],[-1,-7],[0,-3],[-2,-4],[-2,-4],[-1,-3],[1,-4],[0,-5],[2,-3],[1,-4],[3,-3],[7,-7],[4,-4],[4,-2],[8,-4],[1,-1],[15,-5],[8,-3],[3,-2],[7,-9],[4,-4],[2,-7],[17,-12],[15,-9],[1,-1],[5,-1],[2,1],[1,0],[9,2],[3,1],[6,2],[9,4],[26,-8],[26,-10],[20,-7],[18,-3],[16,3],[17,10],[7,5],[6,5],[2,1],[5,6],[1,1],[3,4],[3,3],[2,5],[6,18],[2,9],[0,5],[-1,3],[-1,2],[-1,7],[-2,10],[-3,24],[1,2],[5,6],[2,3],[3,1],[2,3],[2,0],[3,1],[15,4],[3,1],[5,-1],[7,-2],[8,-3],[27,-1],[19,0],[3,0],[3,1],[7,2],[10,15],[6,10],[2,4],[2,6],[10,29],[1,2],[1,4],[1,3],[2,14],[1,5],[1,11],[1,6],[0,3],[-3,14],[-8,9],[-14,20],[-11,25],[-4,11],[-2,5],[-6,24],[2,19],[-10,39],[-8,10],[-6,12],[-11,28],[-1,5],[-3,13],[-9,35],[-3,12],[-2,15],[0,4],[0,6],[1,17],[1,36],[1,36],[1,29],[4,47],[-1,5],[15,8],[1,0],[3,-2],[6,-6],[5,-6],[4,-6],[1,-2],[3,-4],[-1,-49],[-7,-43],[-1,-4],[1,-3],[0,-3],[1,-3],[4,-9],[5,-8],[4,-7],[2,-3],[2,-3],[2,-2],[13,-15],[1,-2],[6,-4],[2,-1],[2,0],[4,-1],[4,0],[3,0],[3,1],[2,1],[3,2],[11,9],[13,-12],[3,-24],[1,-4],[1,-2],[2,-5],[16,-14],[5,-2],[2,-1],[2,-1],[2,0],[2,0],[2,1],[2,1],[11,-3],[7,-25],[4,-12],[0,-13],[2,-14],[7,-15],[21,-21],[22,-27],[19,-22],[2,-1],[1,0],[2,-1],[3,-1],[4,-1],[3,-1],[4,0],[2,0],[2,1],[9,4],[4,3],[13,13],[2,3],[5,5],[1,2],[9,13],[3,6],[3,4],[2,4],[2,4],[1,4],[1,5],[1,3],[0,3],[0,4],[0,3],[-2,7],[-1,29],[6,26],[2,9],[3,12],[1,4],[0,5],[-2,6],[-12,26],[-2,5],[-8,10],[-8,6],[-8,16],[-7,19],[1,34],[5,43],[2,3],[2,3],[1,3],[1,4],[1,5],[0,3],[1,3],[-2,16],[-5,10],[-6,9],[-2,3],[-2,1],[-5,4],[-2,1],[-3,1],[2,17],[8,17],[7,8],[7,10],[6,11],[2,13],[-2,7],[0,7],[0,5],[2,6],[2,4],[0,-10],[-1,-3],[-1,-4],[-1,-5],[4,-8],[5,-3],[4,-2],[3,-1],[2,1],[2,3],[0,2],[1,6],[2,-1],[2,-2],[0,-3],[-1,-2],[-4,-8],[-2,-3],[-2,-2],[1,-10],[2,-19],[16,-24],[4,-6],[9,7],[9,9],[6,2],[3,-3],[3,-2],[3,-3],[2,-3],[1,-2],[15,-29],[12,-20],[8,-14],[2,-2],[-1,-2],[-1,-4],[-4,-7],[0,4],[1,2],[0,2],[-3,0],[-4,-7],[-1,-13],[0,-3],[6,-26],[1,-6],[5,-10],[8,-6],[7,-1],[6,-2],[5,-3],[3,-4],[1,-4],[0,-3],[-11,-30],[-1,-3],[-4,-3],[-2,-2],[-3,-18],[5,-19],[8,-30],[1,-23],[-2,-29],[-3,-19],[-3,-29],[0,-3],[0,-5],[1,-5],[8,-13],[2,-1],[3,-1],[4,-1],[6,0],[3,2],[3,3],[5,1],[6,-1],[5,-2],[6,-4],[3,-5],[2,-6],[1,-7],[2,-4],[2,-2],[5,-1],[2,0],[16,4]],[[7738,9198],[12,-9],[4,-5],[11,-13],[11,-21],[4,-7],[6,-12],[5,-4],[28,-24],[29,-24],[2,-1],[2,-1],[6,-5],[4,-5],[6,-8],[9,-11],[20,-22],[10,-12],[9,-14],[14,-24],[9,-16],[3,-4],[4,-5],[7,-7],[2,-2],[5,-4],[6,-4],[7,-5],[4,-3],[6,-3],[28,-17],[2,-1],[1,-1],[8,-3],[3,-1],[4,-1],[3,-1],[4,-1],[6,-1],[2,-1],[20,-3],[3,-1],[3,0],[4,0],[29,-3],[11,-2],[17,1],[21,1],[7,0],[6,-1],[6,-2],[25,-1],[22,2],[5,0],[4,1],[2,0],[14,3],[16,4],[12,3],[2,1],[2,0],[13,-1],[15,-1],[13,1],[7,0],[3,1],[4,1],[7,2],[27,7],[19,4],[11,2],[13,3],[15,4],[17,4],[25,3],[32,2],[24,1],[15,-1],[17,-1],[11,1],[9,0],[16,1],[31,3],[4,1],[5,0],[13,2],[13,2],[15,3],[12,1],[5,0],[14,0],[10,-2],[16,-2],[6,-1],[3,-1],[7,-2],[7,-2],[19,-8],[20,-9],[24,-12],[2,-2],[7,-4],[10,-6],[22,-13],[19,-8],[25,-13],[32,-5],[26,-21],[1,-2],[3,-1],[3,-2],[5,-1],[11,-4],[5,-1],[7,-2],[7,-3],[3,-1],[1,-1],[5,-2],[4,-2],[3,-2],[5,-3],[1,-1],[2,-1],[4,-2],[10,-5],[3,-1],[3,0],[7,0],[3,0],[10,0],[13,1],[3,1],[29,0],[32,-1],[2,0],[6,1],[8,2],[14,2],[31,-5],[28,11],[18,7],[13,-2],[13,-21],[12,-33],[2,-9],[4,-6],[3,-5],[3,-3],[2,-1],[1,-1],[20,-14],[4,-2],[8,-2],[8,-1],[27,-4],[22,-2],[26,10],[27,13],[14,3],[13,0],[11,-4],[14,-1],[11,4],[12,2],[14,1],[8,1],[2,0],[3,2],[9,6],[17,13],[2,2],[2,2],[2,3],[7,7],[8,10],[6,8],[3,3],[22,25],[8,10],[11,15],[5,9],[4,5],[5,9],[9,14],[5,9],[9,15],[1,3],[3,7],[5,10],[2,4],[10,20],[3,7],[6,15],[6,15],[3,8],[8,24],[6,22],[11,7]],[[9740,9046],[4,-23],[14,-20],[25,-4],[19,-30],[44,-38],[27,-60],[14,-56],[39,-34],[5,-21],[42,-48],[22,-63],[-7,-43],[7,-18],[1,6],[-6,12],[7,-7],[0,-5],[-1,-5],[-1,-2],[-4,-25],[-14,-20],[-9,-29],[-13,-3],[2,-20],[-14,-9],[1,-14],[-5,15],[-32,-7],[-25,-16],[-1,-12],[-10,-7],[-2,-41],[5,-3],[-5,-3],[11,-3],[3,-11],[-23,-107],[-60,-27],[-10,5],[4,10],[-25,-3],[10,26],[-4,-9],[-2,8],[-15,-10],[-23,4],[-32,-20],[-47,-47],[15,6],[-5,-8],[7,-12],[-6,-9],[6,-7],[-6,-16],[-58,-16],[-26,-44],[-57,-71],[-27,-137],[-1,-114],[-14,-58],[-29,-54],[-8,-53],[-14,-10],[-39,-75],[-10,-7],[-15,-39],[-14,-92],[4,-25],[-20,-62],[5,-101],[-9,-14],[-11,-1],[-10,-39],[-3,-28],[6,-37],[-9,-48],[-23,-3],[-12,-15],[-4,-57],[-9,-24],[9,-78],[-9,-15],[-11,-14],[-57,46],[-67,29],[-161,18],[-265,-23],[-129,-32],[-115,-47],[-67,-34],[-92,-66],[-51,-73],[-43,-31],[-5,-12],[-5,3],[-35,-40],[-23,-46],[-19,-74],[-52,-81],[-16,-46],[-5,-57]],[[9740,9046],[1,1],[3,-16],[8,-14],[13,-3],[8,0],[8,-1],[9,-5],[11,-8],[5,-5],[5,-5],[2,-4],[10,-15],[13,-19],[10,-14],[12,-19],[3,-5],[4,-10],[1,-3],[7,-15],[9,-31],[1,-15],[3,-14],[3,-8],[5,-6],[6,-6],[4,-4],[20,-15],[6,-5],[3,-7],[7,-13],[7,-9],[9,-9],[15,-13],[7,-14],[10,-34],[2,-7],[7,-19],[1,-4],[1,-10],[-1,-6],[0,-15],[0,-11],[0,-11],[-5,-32],[-8,-32],[-8,-20],[-6,-19],[1,-12],[-2,-6],[-2,-6],[-6,-11],[-18,-22],[-6,-11],[-4,-6],[-5,-31],[-17,-71],[-4,-14],[-8,-21],[-10,-33],[-3,-9],[-6,-12],[-6,-8],[-2,-2],[-4,-2],[-9,-1],[-5,2],[-9,6],[-4,1],[-25,1],[-4,0],[-31,-3],[-17,-1],[-20,-4],[-13,-7],[-26,-17],[-27,-28],[-10,-11],[-23,-11],[-9,-2],[-17,1],[-14,-8],[-5,-8],[-10,-22],[-13,-18],[-14,-20],[-8,-10],[-4,-8],[-9,-17],[-11,-21],[-9,-18],[-7,-26],[-1,-18],[0,-24],[-2,-23],[-3,-17],[5,-32],[2,-16],[-2,-11],[-8,-31],[-5,-25],[-3,-30],[-2,-12],[-4,-10],[-5,-12],[-8,-16],[-4,-9],[-4,-13],[-3,-12],[-1,-6],[0,-3],[-3,-13],[-4,-12],[-5,-9],[-7,-11],[-12,-20],[-8,-13],[-2,-3],[-3,-2],[-3,-2],[-4,-4],[-9,-10],[-6,-12],[-3,-9],[-4,-12],[-5,-16],[-12,-16],[-5,-5],[-5,-32],[-1,-14],[-2,-28],[1,-7],[1,-6],[8,-10],[0,-4],[0,-3],[-3,-9],[-16,-22],[-9,-25],[-3,-8],[-2,-8],[-1,-2],[2,-32],[2,-20],[2,-21],[1,-25],[-3,-6],[-6,-7],[-13,-18],[-8,-23],[-2,-19],[-1,-14],[3,-10],[2,-11],[0,-9],[-6,-35],[-4,-18],[-4,-4],[-12,-2],[-6,-1],[-5,-2],[-7,-11],[-2,-9],[-1,-19],[0,-16],[0,-3],[-5,-29],[-1,-9],[-1,-11],[4,-38],[6,-35],[-1,-33],[0,-2],[-3,-7],[-6,-14],[-7,-13],[-8,-18],[-1,-3],[-79,-120],[-503,-737],[82,-520],[73,-465],[54,-344],[67,-426],[30,-189],[-58,-152],[-6,-53],[-15,-143],[-16,-146],[-4,-42],[2,-114],[46,-147],[89,-282],[21,-64],[52,-73],[17,-25],[-42,-198],[9,-102],[11,-125],[36,-19]]],"transform":{"scale":[0.0006400988598859894,0.0002166117611761167],"translate":[21.80880899999977,57.50930999999983]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/ES.json b/dist-amd/map/TopoJSON/ES.json new file mode 100644 index 0000000000..b7728a2287 --- /dev/null +++ b/dist-amd/map/TopoJSON/ES.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1]]},{"type":"Polygon","arcs":[[2]]},{"type":"Polygon","arcs":[[3]]},{"type":"Polygon","arcs":[[4]]},{"type":"Polygon","arcs":[[5]]},{"type":"Polygon","arcs":[[6]]},{"type":"Polygon","arcs":[[7]]},{"type":"Polygon","arcs":[[8]]},{"type":"Polygon","arcs":[[9]]},{"type":"Polygon","arcs":[[10]]},{"type":"Polygon","arcs":[[11]]},{"type":"Polygon","arcs":[[12]]},{"type":"Polygon","arcs":[[13]]},{"type":"Polygon","arcs":[[14,15,16,17,18,19]]},{"type":"Polygon","arcs":[[20,21,22,-15,23]]},{"type":"Polygon","arcs":[[24,25,26]]},{"type":"Polygon","arcs":[[27]]},{"type":"Polygon","arcs":[[28,29,-26,30,-22,31,32]]},{"type":"Polygon","arcs":[[33]]},{"type":"Polygon","arcs":[[34,35,-27,-30,36]]},{"type":"Polygon","arcs":[[37]]},{"type":"Polygon","arcs":[[38,-35,39,40]]},{"type":"Polygon","arcs":[[41,-33,42,43]]},{"type":"Polygon","arcs":[[44,-24,-20,45,46],[-28]]},{"type":"Polygon","arcs":[[47]]},{"type":"Polygon","arcs":[[-46,-19,48,49]]},{"type":"Polygon","arcs":[[50,-43,-32,-21,-45,51]]},{"type":"Polygon","arcs":[[52,-40,-37,-29,-42,53,54]]},{"type":"Polygon","arcs":[[55]]},{"type":"Polygon","arcs":[[56]]},{"type":"Polygon","arcs":[[57,58,-41,-53,59,60]]},{"type":"Polygon","arcs":[[61,-54,-44,-51,62,63]]},{"type":"Polygon","arcs":[[64,65]]},{"type":"Polygon","arcs":[[66,67]]},{"type":"Polygon","arcs":[[68,-65,69,-63,-52,-47,-50,70,71]]},{"type":"Polygon","arcs":[[72,73,-58,74]]},{"type":"Polygon","arcs":[[75,76,-64,-70,-66,-69,77,78]]},{"type":"Polygon","arcs":[[79,-67,80,-60,-55,-62,-77,81,82]]},{"type":"Polygon","arcs":[[83,84]]},{"type":"Polygon","arcs":[[85,-78,-72,86,87]]},{"type":"Polygon","arcs":[[88,-75,-61,-81,-68,-80,89,90]]},{"type":"Polygon","arcs":[[91,92,-73,-89,93,94]]},{"type":"Polygon","arcs":[[95,-82,-76,96,97]]},{"type":"Polygon","arcs":[[98,-90,-83,-96,99,100]]},{"type":"Polygon","arcs":[[101,-84,102,-97,-79,-86,103,104]]},{"type":"Polygon","arcs":[[105]]},{"type":"Polygon","arcs":[[106]]},{"type":"Polygon","arcs":[[107,-100,-98,-103,-85,-102,108,109]]},{"type":"Polygon","arcs":[[110,-92,111,112],[-106]]},{"type":"Polygon","arcs":[[113,-104,-88,114,115]]},{"type":"Polygon","arcs":[[116]]},{"type":"Polygon","arcs":[[-113,117,118]]},{"type":"Polygon","arcs":[[119,-101,-108,120,121]]},{"type":"Polygon","arcs":[[122]]},{"type":"Polygon","arcs":[[123]]},{"type":"Polygon","arcs":[[124]]},{"type":"Polygon","arcs":[[-1,125,-118,-112,-95,126,127,128],[-107]]},{"type":"Polygon","arcs":[[129,130]]},{"type":"Polygon","arcs":[[131,-127,-94,-91,-99,-120,132,133],[-124],[-123]]},{"type":"Polygon","arcs":[[134]]},{"type":"Polygon","arcs":[[135,136,-109,-105,-114,137,138]]},{"type":"Polygon","arcs":[[139,140,-133,-122,141]]},{"type":"Polygon","arcs":[[142,-128,-132,143]]},{"type":"Polygon","arcs":[[144]]},{"type":"Polygon","arcs":[[-130,145,-138,-116,146,147,148]]},{"type":"Polygon","arcs":[[149,150]]},{"type":"Polygon","arcs":[[151]]},{"type":"Polygon","arcs":[[152,153]]},{"type":"Polygon","arcs":[[-144,-134,-141,154,155,156]]},{"type":"Polygon","arcs":[[157,-155,-140,158,-154,159,160],[-145]]},{"type":"Polygon","arcs":[[-156,-158,161,162]]},{"type":"Polygon","arcs":[[163,-136,164,165]]},{"type":"Polygon","arcs":[[166,-160,-153,-159,-142,-121,-110,-137,-164,167,-150,168],[-125]]},{"type":"Polygon","arcs":[[169]]},{"type":"Polygon","arcs":[[170]]},{"type":"Polygon","arcs":[[171,172,-148,173,174]]},{"type":"Polygon","arcs":[[-162,-161,-167,175,176],[-170]]},{"type":"Polygon","arcs":[[177]]},{"type":"Polygon","arcs":[[178,-165,-139,-146,-131,-149,-173,179,180],[-135]]},{"type":"Polygon","arcs":[[-176,-169,-151,-168,-166,-179,181,182],[-152]]},{"type":"Polygon","arcs":[[183,-175,184,185]]},{"type":"Polygon","arcs":[[-182,-181,186,187]]},{"type":"Polygon","arcs":[[-187,-180,-172,-184,188,189]]},{"type":"Polygon","arcs":[[-189,-186,190]]},{"type":"Polygon","arcs":[[191,-17]]}]}},"arcs":[[[8842,9204],[-2,-3],[-1,-1],[-3,-3],[-4,-2],[-4,2],[-2,1],[-2,1],[-1,-1],[-1,0],[-2,1],[-1,2],[-2,2],[-1,-2],[-2,-3],[0,-3],[0,-2],[0,-2],[-1,-3],[0,-1],[0,-3],[-2,-2],[-1,-1],[-1,0],[-4,0],[-3,1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-3,1],[-2,0],[-2,0],[-4,0],[-1,1],[-1,-1],[-4,-1],[-1,-2],[-1,-2],[-1,-3],[0,-1],[0,-1],[-1,0],[-1,0],[-1,2],[-2,2],[-1,2],[-1,0],[-2,0],[-1,-1],[-1,-2],[1,-2],[0,-1],[0,-1],[-2,-1],[-1,-2],[0,-3],[0,-2],[0,-1],[-1,-1],[-2,1],[-1,0],[-4,-1],[-3,0],[-1,0],[-2,-1],[-1,0],[-3,-1],[-1,1],[-1,0],[-3,2],[-1,0],[-6,0],[-3,1],[-2,0],[-6,1],[-2,0],[-3,1],[-2,2],[-1,2],[0,4],[0,2],[1,2],[1,2],[-1,1],[-2,1],[0,3],[0,4],[-1,2],[-2,2],[-1,1],[-1,-1],[-4,1],[0,1],[1,3],[2,2],[4,1],[3,0],[4,3],[4,4],[4,3],[-1,1],[-2,4],[-1,3],[-1,1],[-2,3],[0,2],[-1,2],[0,1],[0,1],[-2,1],[-1,1],[-1,0],[-2,0],[-1,0],[-4,-2],[-4,-3],[-2,0],[0,1],[1,2],[0,2],[1,0],[1,3],[1,5],[1,1],[1,1],[1,1],[4,1],[1,1],[1,0],[1,2],[0,2],[-1,1],[-1,0],[-2,1],[-1,0],[-1,1],[-1,3],[-1,2],[0,3],[3,1],[3,3],[1,3],[0,2],[0,1]],[[8716,9266],[3,0],[4,0],[5,1],[0,1],[2,2],[1,1],[1,2],[-1,1],[-2,3],[-2,5],[1,2],[2,2],[1,3],[1,1],[0,2],[1,2],[1,1],[4,1],[1,0],[1,-2],[1,-2],[1,-1],[2,0],[2,1],[1,0],[3,-1],[1,1],[0,1],[1,1],[1,1],[1,0],[1,0],[4,1],[2,1],[3,1],[2,-1],[1,-1],[4,-1],[4,-2],[0,-1],[1,-3],[1,-2],[0,-1],[2,-2],[2,0],[2,0],[1,-1],[2,-4],[2,0],[1,1],[2,0],[3,0],[5,0],[4,2],[4,-2],[3,0],[1,-2],[0,-1],[1,-1],[2,-1],[5,1],[1,1],[2,2],[1,0],[3,-1],[2,-1],[3,0],[2,-2],[2,-2],[1,0],[1,-1],[2,1],[3,0],[4,0],[1,-1],[1,-2],[-1,-1],[-2,-3],[-3,-3],[0,-5],[0,-1],[1,-1],[1,0],[3,0],[3,-1],[2,-1],[1,-1],[5,-2],[3,0],[2,0],[3,0],[1,0],[1,-1],[0,-3],[-1,-2],[-3,-2],[-1,-1],[-1,-1],[-1,0],[-1,1],[-2,0],[-2,0],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[0,-1],[-2,-3],[1,-3],[-1,-1],[-1,-4],[1,-3],[-1,-1],[-1,-3],[-3,-2],[0,-2],[-1,-1],[2,-1],[0,-3],[0,-2],[0,-2]],[[1092,326],[1,0],[1,0],[2,0],[1,0],[1,1],[0,1],[1,1],[2,1],[1,0],[0,-1],[1,-1],[0,-2],[1,-2],[4,-2],[1,0],[1,1],[1,0],[0,1],[1,1],[1,0],[2,1],[2,0],[1,0],[0,1],[1,0],[1,1],[1,1],[3,0],[2,-1],[2,-3],[0,-1],[1,-2],[3,-5],[2,-2],[5,-1],[2,0],[2,0],[2,0],[2,-1],[1,0],[2,0],[2,0],[4,1],[3,0],[2,1],[3,0],[4,3],[2,2],[1,0],[2,-1],[1,-1],[4,-2],[4,-3],[3,-1],[4,-3],[4,0],[0,-1],[1,-1],[1,-2],[1,-2],[1,-1],[1,0],[4,1],[2,1],[3,1],[2,2],[2,3],[1,3],[2,3],[-1,3],[0,1],[0,1],[0,1],[-2,1],[-2,1],[0,1],[0,2],[1,1],[0,1],[1,0],[3,2],[2,3],[3,2],[0,-1],[2,-1],[1,0],[1,1],[1,-1],[1,-2],[0,-2],[0,-5],[0,-1],[0,-1],[-1,-13],[0,11],[0,2],[-1,-2],[0,-1],[-1,-3],[-2,-2],[0,-1],[0,-2],[0,-8],[0,11],[-2,0],[-1,0],[-2,0],[0,-3],[0,-6],[-1,-2],[2,-3],[1,-1],[0,-1],[1,-1],[3,-5],[1,-5],[1,-3],[-1,-4],[-1,-3],[-1,-2],[1,-2],[0,-2],[0,-1],[0,-2],[-1,-2],[-1,-4],[0,-1],[0,-1],[1,-2],[1,-5],[0,-2],[3,-3],[1,-2],[5,-3],[3,-2],[1,-2],[0,-1],[0,-3],[0,-1],[0,-1],[2,-2],[1,-1],[1,-1],[1,-5],[1,-3],[-1,-5],[-1,-4],[-2,-4],[-1,-1],[0,-1],[0,-2],[1,-4],[0,-4],[0,-3],[0,-2],[1,0],[1,-1],[4,-2],[3,-4],[1,-1],[0,-1],[0,-2],[0,-1],[-1,0],[-3,2],[-1,1],[-1,1],[-1,0],[-1,-1],[-1,-1],[-2,-2],[0,-1],[-1,-3],[0,-3],[0,-4],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-3],[-1,-2],[-2,-2],[0,-1],[1,-3],[0,-1],[1,-2],[2,-2],[0,-2],[1,-2],[-1,-1],[0,-6],[-1,-2],[-2,0],[-3,-1],[-1,-2],[-1,-2],[-1,0],[-1,-1],[-1,1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,-3],[-1,-4],[-1,-2],[1,-3],[0,-2],[0,-1],[0,-2],[-1,-3],[0,-2],[-3,-2],[-3,-2],[-1,-1],[-2,0],[-2,0],[-4,-1],[-2,-1],[-3,-1],[-2,0],[-1,-1],[-3,0],[-1,0],[-2,0],[-2,-2],[-2,-1],[-1,-2],[-1,-1],[-3,-2],[-1,0],[0,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-2],[-3,-3],[-3,-2],[-4,-1],[-4,-2],[-2,-1],[-1,-1],[-1,-2],[-1,-2],[0,-4],[0,-1],[0,-4],[-1,-1],[-3,-2],[-1,0],[-2,0],[-3,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,2],[-1,2],[-2,3],[-3,1],[-1,1],[-1,-1],[1,-1],[-1,0],[-2,-1],[-1,0],[-1,1],[-3,3],[-4,2],[-1,0],[-1,1],[-1,0],[-2,1],[-1,0],[-3,-1],[-1,-1],[0,-1],[-2,1],[-2,1],[-1,2],[-1,2],[-1,3],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,-1],[-1,1],[-2,2],[-4,3],[-2,2],[-1,1],[-1,2],[0,1],[-2,2],[-1,2],[-1,0],[-2,1],[-2,1],[-2,3],[-3,4],[-1,1],[-2,1],[-1,1],[-3,0],[0,1],[-3,3],[0,1],[-3,3],[-1,1],[-1,1],[-1,1],[0,1],[-1,2],[0,3],[-1,2],[-2,3],[-1,2],[0,2],[-2,5],[-1,2],[0,1],[-1,2],[-1,1],[-1,1],[0,4],[-1,3],[-1,2],[-1,1],[-3,5],[-2,3],[-1,1],[0,3],[-1,2],[1,2],[0,1],[1,3],[0,2],[1,2],[0,1],[0,2],[0,1],[0,2],[0,2],[0,2],[-1,3],[-1,2],[0,3],[0,3],[0,2],[0,2],[1,2],[2,4],[1,2],[1,1],[0,3],[1,5],[1,2],[0,1],[-1,2],[-1,1],[1,3],[3,1],[1,0],[1,0],[2,-1],[3,1],[4,2],[1,0],[1,2],[4,4],[1,1],[1,1],[1,4],[1,2],[1,2],[3,0],[3,1],[2,2],[1,1],[1,0],[1,1],[2,3],[0,2],[1,1],[2,1],[3,4],[2,3],[2,3],[1,1],[0,2],[1,1],[0,2],[0,2],[0,2],[-1,1],[0,2],[1,3],[0,1],[1,2],[-1,2],[0,2],[0,3],[1,3],[2,2],[1,2],[0,1],[-1,2],[0,2],[1,3],[1,1],[0,1],[-1,1],[-1,1],[-1,1],[-2,2],[-1,2],[0,1],[0,1],[1,0],[1,-1]],[[1933,698],[0,-1],[0,-2],[1,-2],[0,-2],[0,-1],[-1,-4],[0,-2],[-1,-2],[0,-1],[-2,-1],[-1,0],[-2,2],[-2,3],[-2,4],[0,1],[1,1],[2,1],[2,1],[1,2],[3,3],[1,0]],[[1884,690],[0,-1],[1,-1],[1,-1],[1,-1],[4,1],[1,1],[3,2],[3,2],[1,1],[1,-1],[1,0],[2,-2],[1,-1],[1,-1],[4,-2],[0,-1],[1,-2],[-1,-1],[0,-1],[0,-1],[0,-2],[1,0],[1,-1],[1,0],[4,-2],[3,0],[0,-1],[1,0],[0,-1],[1,-4],[1,-2],[0,-3],[2,-5],[1,-3],[0,-2],[0,-1],[0,-1],[0,-3],[0,-5],[0,-6],[0,-4],[0,-4],[0,-4],[1,-3],[0,-4],[0,-2],[0,-2],[1,-3],[1,-1],[0,-3],[0,-4],[0,-3],[0,-2],[-1,-2],[1,-2],[1,-4],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-2],[0,-4],[0,-1],[0,-2],[0,-4],[2,-5],[0,-2],[0,-1],[-1,0],[-2,-3],[-2,-2],[-1,-1],[0,-2],[0,-1],[1,-1],[1,-4],[-2,-4],[-1,-1],[-1,-5],[0,-4],[0,-2],[-2,-2],[-3,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-2],[-1,-2],[-1,-3],[-1,-3],[0,-1],[1,-3],[1,-2],[2,-3],[0,-3],[1,-1],[0,-4],[0,-4],[-2,-4],[-1,-1],[0,-1],[1,-3],[0,-2],[1,-2],[2,-1],[1,-3],[1,-4],[0,-2],[0,-2],[0,-1],[-2,-3],[-1,-4],[-1,-2],[-2,-5],[-1,-3],[-1,-3],[0,-1],[0,-2],[-2,-4],[-1,-1],[-1,-3],[0,-2],[0,-1],[0,-2],[-1,-4],[0,-2],[-2,-5],[-2,-1],[-2,-2],[-1,0],[0,-1],[-1,-2],[1,-4],[-2,-3],[-2,-3],[0,-2],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[-2,-5],[-1,-1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-4],[-1,-4],[0,-2],[-2,-3],[-2,-3],[-1,-2],[0,-1],[-1,0],[-3,-4],[-1,-1],[-3,-3],[-1,0],[-1,-1],[-4,0],[-3,1],[-4,0],[-1,0],[-2,0],[-2,0],[-1,-1],[-1,0],[-1,-2],[0,-1],[-3,-4],[-4,-3],[-2,-1],[-1,-1],[-2,0],[-3,0],[-2,-1],[-5,-2],[-4,0],[-5,-1],[-4,0],[-3,-1],[-2,-2],[-3,-1],[-2,-1],[-4,0],[-3,-2],[-2,0],[-1,0],[-1,1],[-3,-1],[-3,-1],[-4,-3],[-5,-1],[-1,0],[-1,-1],[-1,-2],[-3,-1],[-3,-1],[-2,0],[-1,0],[-3,0],[-5,0],[-1,0],[-2,-1],[-1,-2],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,-1],[-1,-1],[-1,-2],[-1,-4],[-2,-3],[-2,-3],[-1,-2],[-3,-3],[-2,-4],[-3,-4],[-2,-4],[-1,-2],[-2,-4],[-2,-5],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-2,-4],[-3,-4],[-4,-4],[-3,-4],[-3,-5],[-2,-4],[-1,-1],[-3,-2],[0,-1],[-1,0],[-2,0],[-1,1],[-4,2],[-5,2],[-3,1],[-1,1],[-1,0],[-1,-1],[-2,-1],[-1,0],[-1,1],[-1,1],[-2,0],[-4,2],[-2,0],[-4,1],[-2,1],[-3,1],[-4,3],[-2,0],[-4,2],[-3,2],[-3,0],[-3,1],[-5,1],[-2,0],[-3,-1],[-2,-1],[-2,0],[-2,-1],[-1,-1],[-1,0],[0,1],[2,4],[0,1],[2,1],[1,0],[1,1],[0,1],[0,1],[0,4],[-2,3],[0,3],[2,4],[2,0],[1,-1],[0,-3],[2,-1],[0,-1],[1,0],[0,1],[5,1],[5,1],[3,-2],[3,0],[2,0],[2,0],[2,0],[1,1],[4,1],[1,1],[1,0],[5,2],[8,2],[6,3],[5,3],[1,1],[1,1],[3,2],[5,2],[1,1],[2,1],[2,2],[4,2],[4,4],[2,2],[1,3],[1,1],[3,2],[3,3],[4,4],[1,1],[2,2],[1,1],[1,1],[1,1],[1,1],[3,2],[3,3],[1,2],[1,2],[0,1],[0,1],[4,3],[3,2],[2,5],[3,5],[0,1],[1,4],[0,3],[0,2],[0,2],[0,2],[1,2],[1,2],[0,3],[0,6],[0,5],[-1,2],[0,2],[0,3],[0,2],[0,2],[0,2],[1,6],[2,6],[0,4],[1,2],[0,1],[1,1],[1,2],[1,1],[3,2],[2,1],[2,3],[1,0],[1,1],[0,1],[0,2],[2,4],[2,3],[0,1],[1,2],[1,2],[0,1],[0,4],[0,4],[0,1],[0,1],[0,2],[1,0],[1,6],[0,5],[1,3],[1,2],[1,2],[0,1],[0,6],[2,4],[1,0],[3,4],[3,4],[2,2],[2,3],[2,2],[1,0],[1,3],[3,3],[2,2],[1,3],[2,4],[1,4],[2,4],[1,4],[1,2],[1,2],[1,3],[0,1],[2,2],[0,1],[1,3],[0,1],[1,2],[1,5],[1,4],[1,4],[1,1],[2,2],[1,4],[3,4],[3,5],[1,2],[1,3],[1,3],[0,2],[0,2],[0,2],[-1,2],[-1,3],[0,1],[0,1],[1,2],[1,2],[0,1],[1,3],[1,4],[1,4],[2,4],[2,2],[0,2],[1,4],[1,1],[1,2],[0,1],[1,5],[0,2],[-2,6],[-1,3],[-1,4],[0,2],[0,3],[1,4],[0,1],[1,1],[0,-1],[0,-1],[0,-1],[2,-1],[1,0],[1,0],[0,1],[0,2],[2,2],[3,3],[1,0],[2,2],[2,2],[2,2],[1,1],[2,-1],[2,0],[2,1],[2,1],[2,1],[0,1],[2,2],[1,0],[3,0],[2,1],[2,3],[1,1],[1,1],[1,0]],[[91,126],[1,0],[1,0],[2,0],[1,1],[1,1],[0,1],[3,1],[1,0],[3,1],[1,0],[1,0],[3,-3],[3,-1],[2,-2],[2,-2],[2,-2],[1,-5],[3,-4],[0,-1],[0,-1],[1,-2],[0,-1],[1,0],[-1,-4],[0,-1],[0,-1],[-1,0],[-2,-3],[-1,-3],[-4,-3],[-2,-5],[-1,-4],[-1,-5],[-2,-3],[-1,-2],[-2,-4],[-1,-2],[0,-2],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-2,-2],[-2,0],[-2,1],[-1,0],[-1,0],[-2,-1],[-1,-2],[-2,-3],[-1,0],[0,-3],[0,-5],[0,-5],[-1,-2],[-1,-2],[-2,-6],[-1,-4],[-1,-6],[0,-1],[1,-4],[-1,-5],[0,-2],[-2,-4],[-1,-1],[-3,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,2],[-2,2],[-3,2],[-3,4],[-1,2],[-2,6],[-2,4],[-1,2],[-3,4],[-1,0],[-4,3],[-3,1],[-3,1],[-3,1],[-5,1],[-2,0],[-3,0],[-1,1],[-4,1],[-3,0],[-2,1],[-3,1],[-2,0],[-1,0],[-3,0],[-1,-1],[-4,1],[-1,0],[-3,3],[-2,2],[-1,3],[0,1],[1,4],[2,3],[1,0],[0,1],[0,6],[-1,5],[0,3],[1,2],[0,2],[1,0],[3,1],[2,2],[1,1],[1,2],[1,1],[1,0],[1,-1],[3,-1],[0,-2],[1,-2],[2,-2],[4,-1],[1,-1],[4,0],[3,-1],[1,0],[1,-1],[2,0],[2,0],[1,0],[3,1],[2,1],[2,2],[3,1],[3,1],[2,0],[1,1],[0,1],[2,1],[2,2],[1,1],[2,2],[1,2],[3,4],[2,2],[2,1],[2,2],[1,1],[1,0],[2,4],[0,3],[1,1],[-1,2],[-1,3],[0,2],[1,2],[3,1],[2,1],[2,1],[2,4],[2,4],[2,1],[1,0]],[[2085,986],[2,-1],[0,-1],[1,-1],[5,0],[2,-3],[2,-1],[2,-2],[2,-2],[3,-2],[2,-1],[1,-2],[1,-3],[0,-1],[0,-1],[0,-6],[0,-1],[0,-2],[-1,-3],[0,-1],[-1,-3],[-1,-4],[0,-3],[-1,-2],[-2,-2],[-2,-1],[-3,-2],[-1,-1],[-1,-2],[-2,-2],[-1,-2],[-1,-1],[0,-1],[-1,-1],[-2,-2],[0,-2],[0,-2],[0,-4],[2,-2],[2,-4],[3,-4],[1,-5],[-1,-3],[0,-1],[-2,-5],[-1,-4],[-2,-6],[-1,-2],[-1,-5],[-1,-6],[0,-6],[1,-2],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[-4,-3],[0,-3],[-2,-2],[-3,-3],[-2,-3],[-3,-2],[-3,-2],[-3,-2],[0,-1],[-2,-2],[-2,-2],[-1,-2],[-1,1],[-1,0],[-2,0],[-2,-2],[-1,-2],[-1,-2],[1,-1],[1,2],[-1,-3],[-1,-1],[-3,-1],[-4,0],[-4,-2],[-4,-1],[-5,-1],[-5,-1],[0,-1],[-1,0],[-1,-1],[-1,-3],[-1,-1],[-1,-2],[-1,-1],[-2,-2],[-4,-1],[-3,-2],[-1,0],[-2,-2],[-1,-2],[-1,-1],[-2,0],[-3,0],[-5,1],[-3,0],[-2,1],[-2,-1],[-3,-1],[-4,0],[-4,-1],[-1,-1],[-4,-2],[-4,-2],[-3,-2],[-1,1],[-1,-1],[-1,-1],[-1,-3],[-1,-1],[0,-2],[0,-1],[-1,-2],[-1,-2],[-1,-3],[0,-1],[1,-1],[-1,-1],[0,-1],[-2,-2],[-2,-4],[-2,-1],[-1,-2],[-2,-2],[-1,-3],[-1,-1],[-2,-4],[-2,-3],[-1,1],[-1,2],[0,1],[-1,2],[0,1],[-1,2],[-3,2],[-1,1],[-1,-1],[-1,0],[-1,0],[-2,0],[0,1],[-1,0],[-2,1],[-1,1],[-1,0],[-2,0],[-2,-1],[-2,-1],[-2,0],[-2,1],[-3,1],[-3,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,1],[0,1],[-1,1],[0,1],[0,2],[0,2],[1,2],[0,3],[0,1],[-1,1],[-1,2],[-1,1],[0,1],[0,1],[2,3],[4,2],[2,1],[1,0],[1,1],[1,1],[2,5],[1,3],[2,2],[1,1],[1,0],[0,1],[3,4],[1,1],[1,1],[0,3],[-2,6],[0,4],[0,4],[0,3],[0,2],[0,2],[0,2],[1,2],[0,2],[0,2],[0,3],[-1,2],[0,1],[1,2],[0,4],[1,5],[1,4],[2,2],[2,4],[0,4],[1,1],[0,1],[1,0],[1,1],[2,1],[2,3],[2,3],[1,2],[2,2],[1,1],[3,4],[1,1],[1,0],[3,1],[4,1],[1,3],[0,1],[1,2],[0,1],[3,1],[4,1],[4,1],[3,1],[2,0],[3,-1],[2,-2],[1,0],[1,2],[0,1],[1,2],[0,1],[1,1],[1,0],[1,0],[2,1],[2,1],[1,0],[1,1],[1,2],[1,3],[2,2],[4,2],[1,2],[1,2],[-1,0],[0,1],[0,2],[2,2],[5,0],[1,1],[1,-1],[1,0],[0,-1],[0,-2],[0,-1],[1,0],[1,-1],[1,0],[1,1],[1,1],[1,1],[1,2],[1,1],[0,1],[1,0],[1,1],[4,3],[1,0],[1,1],[1,1],[5,-1],[3,-1],[4,-4],[2,-3],[1,-1],[2,-2],[2,-1],[1,0],[4,1],[1,1],[2,2],[2,2],[1,3],[3,5],[2,4],[0,3],[0,7],[0,1],[0,1],[1,3],[0,1],[2,1],[0,1],[1,2],[1,4],[1,3],[0,2],[1,2],[1,3],[2,4],[1,1],[1,1],[0,1],[0,4],[0,1],[1,0],[3,2],[4,4],[1,2],[2,-1]],[[2069,1023],[3,-3],[2,-3],[1,0],[0,-1],[4,1],[1,-1],[1,0],[2,-3],[1,-2],[0,-1],[1,-2],[0,-1],[-2,-2],[-1,-1],[-1,1],[-1,-1],[-2,-2],[-1,-2],[0,-1],[1,-2],[-1,-1],[0,-1],[-2,-3],[-1,-3],[-2,-2],[-4,-4],[-2,-1],[-2,-1],[-3,-2],[-4,0],[-4,0],[-1,1],[-1,2],[0,1],[0,1],[1,2],[0,1],[1,1],[2,1],[1,0],[2,1],[2,3],[1,1],[-1,2],[0,1],[0,2],[1,0],[1,2],[1,1],[0,1],[0,4],[1,5],[1,6],[0,1],[1,1],[1,2],[0,1],[1,0],[0,1],[1,-1]],[[376,351],[1,0],[5,1],[4,1],[3,2],[4,3],[1,0],[1,-1],[1,1],[0,1],[1,0],[1,0],[2,0],[1,-1],[3,-3],[0,-1],[0,-2],[2,-1],[1,-1],[3,0],[4,-1],[3,0],[3,0],[3,-1],[3,-1],[4,-2],[3,-3],[1,-6],[1,0],[1,-1],[2,-1],[2,-1],[3,-1],[2,-1],[3,-4],[2,-2],[2,-1],[3,-1],[1,0],[1,-2],[0,-1],[1,-1],[2,-1],[1,0],[1,0],[1,-2],[2,-2],[1,-4],[0,-2],[3,-4],[0,-1],[0,-3],[1,-6],[0,-7],[1,-1],[1,-2],[0,-1],[-1,-1],[-2,-2],[-3,-3],[-1,-5],[-1,-2],[-1,-1],[-2,-1],[-3,0],[-4,-4],[-2,-3],[-2,-3],[-2,-2],[-3,-2],[-1,-2],[-1,-2],[-2,-1],[-2,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-2],[-2,-3],[-4,-2],[-5,-1],[-3,1],[-4,0],[-3,0],[-1,0],[0,-1],[-2,-1],[-3,-2],[-2,2],[-1,2],[-1,0],[-1,0],[-2,0],[-3,0],[-1,0],[-1,0],[0,1],[-1,2],[0,2],[-3,3],[-3,2],[-1,1],[-1,2],[-2,1],[-3,1],[-3,1],[0,1],[-1,0],[-2,4],[-1,5],[0,1],[0,2],[-1,2],[0,1],[-1,2],[-1,0],[-2,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,3],[-2,4],[0,2],[0,3],[0,3],[-1,3],[1,3],[1,3],[1,1],[0,3],[0,1],[0,3],[-1,2],[0,2],[-1,2],[1,3],[2,3],[2,3],[1,1],[-1,3],[0,2],[0,2],[2,5],[1,1],[1,2],[2,4],[1,3],[1,3],[1,0]],[[819,582],[1,-2],[2,-2],[5,-1],[1,0],[2,0],[2,0],[4,2],[3,2],[2,0],[2,-2],[3,-1],[3,-1],[3,1],[1,0],[2,-1],[2,-2],[4,-1],[1,1],[5,1],[3,2],[3,1],[3,0],[3,2],[1,1],[0,1],[5,3],[2,1],[3,1],[1,1],[1,-1],[0,-1],[1,0],[2,0],[4,-1],[1,-1],[1,-1],[1,-1],[1,-4],[1,-4],[3,-5],[1,-2],[-1,-2],[0,-1],[-3,-5],[0,-1],[-1,-1],[-1,-3],[-3,-3],[-1,-4],[-4,0],[-3,0],[-4,-3],[-2,-1],[-1,-1],[-1,-1],[-3,-1],[-1,-1],[-1,0],[-1,-1],[-1,-3],[-2,-2],[0,-1],[-3,-1],[-4,-2],[-3,-1],[-5,-1],[-1,-1],[-3,-3],[-1,-3],[-2,-3],[0,-2],[-1,-2],[2,1],[1,2],[2,4],[-2,-4],[-1,-3],[0,-1],[-1,-5],[-3,-2],[-3,-2],[-1,0],[-3,-2],[-1,-1],[-2,-2],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,-2],[-2,-2],[-2,-1],[-2,-4],[-1,-2],[-1,-1],[-1,-1],[-2,-2],[-3,-3],[-3,-2],[-3,-1],[-4,-2],[-2,-3],[-3,-3],[-2,-2],[-3,-2],[-1,-2],[-1,-1],[0,-1],[0,-1],[0,-4],[-1,-3],[-1,-2],[-1,-2],[-1,-2],[1,-2],[0,-4],[1,-3],[1,-5],[1,-6],[1,-2],[0,-2],[-1,-6],[-1,-2],[-1,-1],[-2,-1],[-2,-3],[-3,-4],[-1,-6],[0,-2],[0,-2],[-2,-4],[-1,-2],[0,-1],[-2,-4],[-2,-3],[-1,-4],[-2,-3],[0,-2],[-1,-2],[-1,-5],[-2,-2],[-1,-4],[-1,-2],[-2,-3],[0,-2],[1,-1],[-1,-5],[-1,-4],[-1,-4],[1,-5],[0,-2],[-1,-2],[-1,-2],[-1,-1],[0,-2],[0,-1],[1,-1],[1,0],[1,0],[0,-1],[1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-5,-3],[-1,-4],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[0,-1],[-2,-5],[-2,-3],[-3,-3],[-1,-3],[-1,-1],[0,-1],[-2,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-2,0],[-3,-5],[0,-2],[-3,-2],[-3,-4],[-3,-4],[-2,-2],[-3,-2],[-1,-1],[0,-1],[-1,-3],[1,0],[0,-1],[1,-1],[0,-1],[-1,0],[0,-1],[-2,-3],[-1,1],[-1,0],[-1,1],[1,1],[-1,0],[-1,1],[-1,1],[-1,0],[-5,-1],[-3,-1],[-1,0],[-4,0],[-2,0],[-3,-2],[-4,-2],[-2,-1],[-2,-1],[-2,0],[-2,-2],[-2,-3],[-1,-1],[-3,-3],[-4,1],[-1,0],[-4,2],[-1,-1],[-1,0],[-2,-2],[-3,-3],[-1,-1],[-3,0],[-3,1],[-1,1],[-2,1],[-1,1],[-1,0],[0,1],[-1,1],[-1,2],[0,1],[0,3],[1,3],[-1,5],[0,5],[-1,2],[-1,3],[-1,2],[-2,0],[0,-1],[0,-1],[1,0],[-2,1],[0,1],[-1,2],[-1,0],[-2,-1],[-2,1],[-1,1],[0,1],[0,2],[1,1],[1,2],[0,3],[0,2],[-2,6],[0,2],[0,1],[-1,1],[-2,2],[-1,0],[-2,3],[-2,2],[-1,2],[-1,1],[0,2],[-1,1],[-1,1],[-3,1],[-2,3],[-2,3],[-2,4],[-1,3],[-1,2],[-1,1],[-1,3],[-1,2],[-1,3],[-2,3],[-1,2],[0,4],[0,1],[-1,3],[0,2],[-2,1],[-2,1],[-1,2],[-1,2],[-2,4],[-1,1],[-2,4],[-1,3],[-1,3],[0,3],[0,2],[-1,4],[0,1],[-2,4],[0,3],[0,2],[0,2],[1,3],[1,4],[0,2],[-1,2],[0,1],[0,1],[-4,3],[-4,3],[-2,4],[0,1],[0,1],[0,3],[-2,3],[-1,3],[-2,1],[-1,0],[-1,1],[-1,2],[0,2],[-1,2],[0,2],[-2,1],[-1,1],[-1,1],[-1,2],[0,2],[-2,4],[-2,3],[-2,1],[-3,2],[-1,0],[-1,0],[-1,1],[-1,2],[0,3],[0,2],[1,0],[2,3],[2,1],[3,2],[1,0],[2,0],[1,-1],[4,2],[5,2],[4,3],[3,1],[2,2],[2,3],[1,2],[1,0],[3,2],[1,0],[3,1],[2,1],[0,-1],[1,-1],[2,-3],[3,-4],[5,-1],[1,0],[2,0],[4,-1],[3,-1],[3,0],[3,0],[1,1],[1,0],[1,-1],[1,0],[1,-1],[1,-1],[1,0],[1,1],[2,2],[2,3],[2,0],[2,0],[1,-1],[2,1],[0,1],[0,1],[1,2],[1,0],[1,0],[2,-2],[2,0],[1,0],[2,0],[3,2],[1,3],[2,0],[2,-1],[1,0],[2,1],[0,1],[0,1],[0,2],[1,1],[0,1],[2,-1],[4,0],[2,-1],[4,-2],[4,0],[5,1],[1,-1],[2,0],[3,-1],[3,0],[2,0],[1,1],[2,1],[2,1],[1,0],[1,1],[1,0],[4,3],[2,2],[2,1],[4,3],[3,2],[2,0],[2,0],[2,0],[5,0],[3,0],[4,1],[1,1],[1,2],[1,2],[1,2],[1,2],[2,2],[2,1],[2,0],[4,1],[1,2],[1,2],[-1,3],[1,2],[2,1],[2,1],[1,0],[1,0],[1,1],[0,2],[0,1],[0,1],[0,1],[0,1],[3,2],[3,3],[2,3],[1,1],[1,1],[1,1],[1,1],[1,3],[1,4],[0,3],[1,2],[1,2],[0,3],[1,2],[3,4],[2,1],[1,2],[1,0],[1,1],[1,3],[1,2],[2,1],[1,0],[2,2],[2,1],[1,0],[2,0],[3,-1],[1,0],[2,2],[1,1],[3,1],[2,3],[1,0],[3,0],[1,0],[1,2],[0,2],[0,2],[0,1],[0,1],[0,1],[1,2],[1,1],[2,1],[2,0]],[[2070,1101],[1,-1],[1,-1],[1,0],[2,-2],[3,-4],[-2,-4],[-1,-2],[-1,0],[-3,-3],[-2,-1],[-1,-1],[-5,-2],[-1,0],[-2,1],[-1,1],[-1,5],[0,2],[0,1],[2,3],[3,5],[4,2],[3,1]],[[110,755],[2,-1],[1,-2],[2,-2],[0,-2],[3,-2],[2,-2],[1,0],[4,-1],[2,-1],[4,0],[2,-1],[4,-1],[6,1],[1,0],[3,1],[5,2],[4,1],[3,0],[3,1],[3,0],[3,-1],[2,-1],[1,-2],[1,-3],[0,-4],[2,-4],[2,-3],[2,-4],[0,-1],[1,-2],[0,-2],[0,-3],[0,-2],[1,-3],[1,-2],[1,-1],[-1,-1],[0,-1],[1,-1],[1,-3],[1,-2],[2,-4],[2,-2],[2,-3],[1,-2],[3,-5],[0,-3],[0,-2],[-1,0],[0,-2],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-2],[-2,-1],[-1,-1],[-2,-2],[-2,-3],[-1,-2],[-1,-2],[-1,-1],[-1,-2],[0,-3],[1,0],[-2,-3],[-1,-2],[-1,-1],[-1,-2],[0,-3],[2,-4],[1,-2],[1,-1],[0,-1],[1,-5],[1,-3],[-1,-1],[0,-1],[0,-1],[1,-2],[1,-5],[2,-3],[0,-2],[-1,-2],[0,-2],[-1,0],[0,-1],[-1,-2],[0,-4],[1,-6],[0,-1],[-1,-3],[-2,-3],[0,-1],[0,-2],[0,-2],[-1,-5],[-3,-4],[-1,-2],[-1,-1],[-2,-3],[-2,-2],[-2,-4],[-1,-3],[-1,-6],[-1,-1],[-2,-4],[-1,-2],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-2,-2],[-1,-1],[-2,-5],[0,-1],[0,-2],[-1,-2],[0,-2],[-1,-2],[-1,-2],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[-1,0],[-1,-2],[-1,-1],[-1,0],[-1,1],[-2,2],[-4,3],[-3,4],[-1,1],[0,1],[-1,3],[0,1],[-1,3],[-1,3],[-1,3],[0,1],[-1,4],[0,1],[0,2],[1,5],[0,4],[0,1],[-2,6],[0,4],[0,2],[-2,3],[-2,4],[-1,1],[-1,1],[-1,5],[-1,3],[-2,2],[-1,1],[-1,1],[-1,3],[0,2],[-1,2],[0,1],[-1,1],[-1,1],[-2,1],[-1,2],[-1,2],[1,3],[0,3],[-1,3],[-2,5],[-2,4],[-2,5],[-1,4],[-1,2],[-1,1],[-1,2],[-1,1],[0,1],[-1,0],[-1,2],[-3,5],[-1,5],[0,1],[0,2],[-1,3],[-1,5],[-1,3],[-1,3],[-1,4],[-2,4],[-1,5],[0,1],[0,2],[0,1],[-1,1],[-1,1],[-2,3],[-1,2],[-1,2],[-1,1],[-2,3],[-2,4],[0,2],[0,5],[0,2],[-1,4],[1,0],[0,4],[1,1],[3,4],[3,3],[1,0],[2,2],[2,2],[0,2],[1,1],[2,4],[0,1],[1,3],[1,2],[3,3],[3,2],[2,2],[1,3],[2,2],[3,0],[2,1],[2,1],[1,1],[1,2],[1,2],[1,1],[1,1],[1,0]],[[6763,4755],[1,-2],[1,-2],[-1,-1],[0,-1],[3,-4],[2,-2],[1,-2],[0,-2],[-1,-2],[0,-3],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[0,-2],[-1,-1],[-2,0],[-2,-2],[-2,0],[-1,0],[-1,0],[-1,1],[-1,3],[-3,2],[-2,2],[-1,2],[-1,4],[0,3],[1,4],[1,1],[2,6],[1,3],[1,1],[2,1],[1,-1]],[[5684,5125],[4,1],[1,0],[1,-1],[1,-1],[3,-3],[4,-5],[1,-1],[2,-1],[3,-2],[0,1],[2,1],[1,1],[2,0],[3,-2],[-3,1],[-1,0],[-1,-1],[3,-3],[3,-1],[2,1],[2,1],[2,2],[0,1],[2,3],[2,2],[4,-4],[-1,-3],[-2,-3],[-2,0],[-4,-2],[-6,0],[-1,0],[-1,0],[-1,-1],[-4,-2],[-1,-2],[-4,-3],[-1,-2],[-1,0],[-3,2],[-3,2],[-2,1],[-1,1],[-1,0],[-1,0],[-1,2],[-1,2],[0,2],[-1,3],[0,3],[0,2],[0,2],[-1,3],[-1,0],[0,1],[0,1],[1,1],[1,0]],[[5788,5799],[7,-5],[2,-4],[3,-1],[2,-3],[0,-4],[6,-3],[1,-2],[-6,-6],[2,-3],[3,-16],[3,-5],[-1,-5],[3,-5],[-3,-2],[-3,0],[-2,-2],[1,-4],[-3,-1],[-1,-10],[-3,-2],[-1,-7],[-5,-12],[-18,-10],[-3,3],[-3,0],[-6,6],[-10,3],[-2,8],[-2,3],[-6,1],[-10,8],[-1,6],[-4,-4],[-10,-6],[-3,-7],[-4,-1],[-7,-11],[-1,-7],[-3,-5],[3,-1],[0,-3],[3,-4],[3,-12],[13,-7],[-2,-7],[-5,-8],[-2,-10],[-6,-7],[1,-3],[-2,-15],[3,0],[1,-2],[-5,-7],[3,-4],[-5,-1],[-4,-7],[-4,-3],[0,-2],[-14,-13],[-10,-3],[-3,-3],[-9,-2],[-2,-3],[-8,4],[-2,-19],[-1,0],[-6,-9],[-6,-3],[-6,-14],[-4,-3],[-5,-7],[-6,-3],[-1,6],[-2,2],[-11,2],[-3,4],[-2,-1],[-7,2],[-4,-1],[-3,-5],[2,-10],[-1,-8],[4,-2],[7,3],[5,-1],[6,-5],[11,-1],[5,-3],[3,2],[1,6],[3,3],[0,2],[7,11],[8,0],[4,-5],[1,6],[5,0],[10,-3],[1,-5],[6,-3],[1,-15],[3,-1],[4,-15],[9,-10],[6,-8],[3,-4],[-2,-1],[1,-6],[4,-3],[6,-14],[0,-16],[6,-14],[2,-2],[-3,-7],[1,-5],[13,8],[6,0],[5,-8],[3,-1],[3,-7]],[[5739,5370],[-3,-3],[-3,-4],[-1,-1],[-1,-3],[0,-1],[1,0],[0,-2],[0,-1],[-1,0],[1,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-1],[-1,-2],[-1,-2],[-1,-2],[-3,-8],[-4,-12],[-2,-1],[-2,0],[-1,-1],[-2,-3],[-2,-5],[-1,-3],[-1,-5],[-2,-5],[-1,-6],[-4,-13],[-1,-16]],[[5701,5271],[-2,1],[-4,0]],[[5695,5272],[0,2],[-2,2],[-1,2],[-2,2],[-2,1],[-2,1],[-2,-1],[-2,1],[0,1],[0,1],[0,1],[1,0],[-1,2],[-1,1],[-3,1],[-1,0],[-2,0],[-5,0],[-3,-1],[-2,-1],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-2,-4],[-2,-4],[-1,-3],[0,-3],[1,-6],[1,-3],[0,4],[2,1],[1,0],[0,-2],[0,-3],[2,-2],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,0],[0,1],[-2,0],[0,-1],[0,-1],[2,-3],[1,-2],[0,-2],[-2,-2],[-1,-3],[-1,-4],[0,-2],[2,-2],[2,0],[3,-1],[1,0],[0,-1],[0,-3],[-1,-2],[-3,-3],[-2,-1],[-1,-2],[-3,-3],[-3,-3],[-4,-3],[-1,0],[-2,0],[-4,2],[-2,1],[-1,0],[-4,-3],[-2,-1],[-1,-2],[0,-1],[-2,-1],[-4,-2],[-3,-2],[-2,0],[-3,-1],[-5,-3],[-1,-1],[-2,-2],[-8,-4],[-2,-2],[-6,-2],[-3,0],[-5,-1],[-2,1],[-3,6],[-3,5],[-2,4],[-4,5],[-3,3],[-3,3],[-4,2],[-1,0],[-1,0],[-2,1],[-4,2],[-3,3],[-2,1],[-3,-1],[-1,-1],[-1,-1],[-3,-2],[-2,-1],[-3,1],[-4,3],[-1,1],[-1,0],[-1,1],[-4,1],[-5,3],[-2,3],[-3,3],[-3,2],[-2,0],[-1,1],[-2,-1],[-1,-2],[0,-1],[-1,-1],[-1,0],[0,-1],[-2,-1],[-1,1],[-1,1],[0,1],[-3,4],[-1,0],[-1,1],[-2,4],[-1,2],[-1,1],[-2,1],[-3,6],[0,1],[-5,8],[-3,4],[-1,3],[-6,7],[-3,4],[-5,4],[-1,1],[-4,5],[-2,1],[-4,4],[-2,2],[-1,0],[-1,1],[-2,0],[-5,1],[0,-1],[0,-2],[1,-1],[1,-1],[1,0],[-1,0],[-3,3],[-2,1],[-1,0],[-1,1],[-1,-1],[-3,-1],[-1,-1],[-2,-1],[-2,0],[-3,-1],[-2,-1],[-2,0],[-1,0],[-1,0],[-5,1],[-2,2],[-5,1],[-4,1],[-3,0],[-1,-1],[-2,0],[-1,1],[-2,4],[-2,2],[-2,3],[-2,3],[-2,4],[-2,4],[-1,2],[-1,4],[-3,5],[-2,5],[-2,4],[0,2],[-1,2],[-1,5],[-2,3],[-2,5],[-3,4],[-2,3],[-1,2],[-1,1],[-2,0],[-5,1],[-2,0],[-1,-2],[-1,0],[-2,2],[-1,1],[-1,2],[-2,4],[-1,3],[-2,5],[-2,6],[-1,2],[-1,7],[-1,2],[-4,10],[-2,3],[-2,3],[-2,1],[-2,1],[-2,1],[-2,3],[-3,3],[-3,3],[0,5],[0,2],[-2,6],[-1,3],[-3,6],[-1,3],[0,2],[-1,2],[-3,3],[-3,2],[-1,4],[-1,4],[-1,3],[-1,3],[-2,6],[-2,6],[-7,14],[-2,3],[0,1],[0,1],[0,2],[-1,1],[-1,1],[-1,1],[-1,0],[-2,0],[-2,0],[-1,2],[1,3],[2,1],[1,0],[2,0],[1,1],[2,2],[1,0],[1,0],[-2,-3],[-2,-3],[1,-1],[2,-1],[2,0],[1,-2],[1,-1],[3,-10],[1,0],[1,-1],[1,-2],[1,-2],[-1,-3],[-2,-4],[1,-1],[4,-9],[1,-3],[3,-2],[4,-1],[4,0],[4,2],[4,4],[2,5],[5,3],[1,0],[0,1],[1,2],[0,2],[0,2],[2,2],[2,4],[3,1],[1,0],[1,2],[0,1],[0,3],[-1,2],[-3,2],[-2,0],[-3,0],[-3,-1],[-1,-2],[-2,-3],[-2,-2],[-2,-1],[-1,-1],[-2,0],[-2,-1],[-2,-1],[-1,-1],[-1,0],[-3,2],[-4,4],[-3,4],[0,2],[0,3],[2,0],[5,0],[3,1],[0,3],[2,5],[2,6],[0,6],[0,4],[0,4],[-1,1],[-2,3],[-3,-4],[0,3],[2,3],[-1,0],[-6,-8],[0,1],[5,7],[-1,1],[-2,0],[-2,-2],[-3,-3],[-2,0],[-2,1],[-1,1],[-1,2],[-1,4],[-2,6],[-2,2],[-3,4],[0,1],[-5,3],[-1,1],[-2,0],[-2,0],[-1,1],[-1,2],[-5,1],[-1,0],[-1,-1],[-1,-1],[-1,0],[2,-4],[2,-3],[-5,6],[0,1],[1,2],[-1,0],[-2,1],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-1,-1],[0,-1],[1,-2],[-3,1],[-3,3],[-3,2],[-4,1],[-1,1],[-3,3],[-1,2],[1,1],[0,2],[0,4],[-2,4],[-3,5],[-2,6],[-1,1],[-2,5],[-1,4],[-1,1],[-1,2],[-2,4],[-1,3],[-2,5],[-3,5],[0,2],[0,6],[0,2],[0,2],[3,4],[2,0],[2,-1],[2,1],[1,0],[1,3],[1,1],[1,3],[2,1],[1,1],[4,1],[3,2],[4,4],[4,4],[4,4],[4,3],[4,2],[1,1],[-1,1],[-1,2]],[[5253,5672],[2,4],[-1,6],[-4,8],[0,18],[3,19],[3,4],[4,3]],[[5260,5734],[16,4],[7,3],[7,-8],[4,-2],[5,0],[5,2],[1,-1],[9,-2],[10,0],[14,-5],[15,-13],[8,-4],[12,-2],[11,-1],[14,-3],[21,-2],[5,4],[4,1],[12,0],[15,-6],[1,2],[-2,3],[8,27],[4,0],[10,13],[7,0],[11,6],[13,-1],[5,1],[9,-2],[3,-2],[5,2],[5,-1],[5,3],[3,6],[1,7],[0,6],[12,12],[4,-5],[4,-8],[7,-2],[3,2],[4,-9],[1,2],[2,-1],[2,6],[5,-4],[4,1],[0,-15],[1,-4],[22,-14],[-2,9],[-5,10],[1,1],[1,3],[4,0],[2,3],[3,1],[2,7],[3,1],[0,4],[5,1],[4,8],[2,1],[4,0],[5,7],[0,3],[-2,4],[-10,10],[-7,14],[5,3],[12,3],[4,-2],[3,1],[4,5],[3,0],[4,2],[2,-5],[3,-13],[0,-8],[-2,-3],[0,-4],[-4,-5],[-3,-1],[-1,-3],[-4,-2],[-1,-2],[-2,0],[3,-11],[3,-3],[-1,-1],[1,-5],[2,-1],[1,-6],[12,3],[-2,3],[2,5],[5,6],[4,7],[12,7],[2,0],[1,5],[6,3],[4,9],[15,15],[1,-14],[3,-2],[9,-13],[2,-7],[3,-2],[2,-7],[10,-14],[4,0],[3,6],[2,0],[4,7],[6,2],[1,2],[12,8],[2,5],[7,9]],[[6006,5955],[4,-6],[6,5],[7,0],[0,-7],[2,-2],[2,-2],[4,-7],[0,-3],[-2,-1],[-1,-3],[0,-3],[8,1],[4,-1],[3,1],[0,3],[4,2],[4,-2],[3,1],[2,-2],[0,-2],[14,7],[4,5],[0,-4],[3,2],[2,2],[-1,5],[4,0],[2,4],[-4,3],[1,2],[3,3],[3,-4],[3,0],[1,2],[-2,0],[-1,1],[3,2],[2,-1],[1,5],[4,7],[3,1],[3,-3],[6,5],[5,-5],[2,1],[3,-1],[1,1],[2,-1],[3,2],[2,-3],[-1,-6],[2,-4],[-2,-5],[1,-4],[-3,-2],[1,-4],[5,-10],[12,-1],[7,-6],[3,0],[-3,-4],[-1,-4],[2,-5]],[[6151,5910],[1,-2],[12,-29],[3,-2],[2,-7],[2,-39],[4,-9],[1,-9],[-1,-8],[5,2],[4,3],[9,-3],[4,-3],[-1,-2],[4,-11],[13,-9],[4,-6],[4,-3],[1,-3],[11,-4],[14,-1],[5,2],[0,-7],[3,-5],[8,-4],[9,-7],[4,-8],[4,1],[10,-4],[7,-5],[7,2],[5,-1],[5,-2],[4,0],[2,-2],[1,1],[7,-2],[2,-3],[2,-6],[3,0],[8,-2],[2,1],[4,-5],[-1,-1],[3,0],[0,-3],[4,-1],[2,1],[2,-1],[7,4],[7,-1],[3,-4],[2,-2],[0,-3],[9,-6],[1,-3],[-1,-4],[2,0],[2,-5],[8,-6],[-1,-4],[2,-6],[-4,-7],[-1,0],[-2,-7],[1,-3],[-1,-5],[2,-4],[0,-5]],[[6395,5633],[-1,2],[-3,2],[-2,2],[-1,0],[-5,1],[-2,1],[-4,1],[-1,0],[-5,1],[-2,1],[-2,-1],[-3,-1],[-5,1],[-2,0],[-2,-2],[-1,-1],[-3,-2],[-1,-1],[0,-1],[-3,0],[-1,0],[-3,1],[-4,0],[-1,0],[-3,-1],[-4,0],[-1,-1],[-3,-3],[-3,0],[-4,-3],[-3,-2],[-2,0],[-3,1],[-2,1],[-1,0],[-4,2],[-2,1],[-3,1],[-3,2],[-6,1],[-2,1],[-3,1],[-2,0],[-5,0],[-3,0],[-3,0],[-2,1],[-1,1],[-1,0],[-2,1],[-1,0],[-2,0],[-1,-1],[-1,0],[-3,-2],[-2,-2],[-1,-1],[-2,-3],[-2,-3],[-2,-1],[-2,-2],[-2,0],[-6,-1],[-4,0],[-7,-2],[-4,0],[-2,-1],[-1,0],[-3,-1],[-2,-1],[-1,0],[-2,0],[-3,0],[-5,0],[-6,-1],[-2,0],[-5,-1],[-8,-1],[-5,0],[-9,2],[-4,0],[-5,0],[-4,0],[-2,-1],[-2,0],[-2,0],[-4,0],[-3,0],[-1,1],[-2,1],[-2,1],[-2,0],[-2,1],[-2,0],[-1,0],[-1,0],[-4,1],[-3,1],[-1,0],[-2,0],[-1,0],[-3,-1],[-2,-1],[-2,0],[-2,0],[-2,-1],[-2,-3],[-2,-4],[-1,-1],[-4,-6],[-2,-5],[0,-1],[-1,-2],[-3,-9],[-1,-2],[-1,-1],[-1,0],[-1,0],[-7,-10],[-2,-4],[-2,-4],[-5,-10],[0,-1],[-1,0],[-2,-5],[-2,-5],[-2,-1],[-2,-2],[-4,-2],[-1,-2],[-2,-2],[-2,-2],[-1,-1],[-1,0],[-1,0],[-3,0],[-2,0],[-2,0],[-3,-1],[-4,-1],[-3,-1],[-1,-1],[-1,-1],[-1,0],[-4,-5],[-2,0],[-1,-2],[-2,-3],[-2,-5],[-3,-6],[-1,-4],[-1,-4],[-2,-4],[-3,-6],[-3,-1],[-3,0],[-3,0],[-5,-2],[-2,0],[-1,0],[-2,-1],[-2,-3],[-2,-1],[-1,-1],[-1,-2],[-3,-1],[-4,-1],[-4,-1],[-2,0],[-6,0],[-4,-1],[-3,0],[-2,1],[-3,1],[-4,1],[-5,1],[-7,2],[-6,2],[-10,3],[-2,0],[-3,1],[-6,2],[-3,0],[-3,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,0],[1,0],[0,1],[-1,0],[-3,0],[-7,-1],[-4,-3],[-2,-1],[-1,0],[0,1],[-2,0],[-1,-1],[-2,-1],[-1,-2],[-2,-3],[-1,0],[-4,-3],[-2,-1],[-1,-1],[-5,-2],[-1,-1],[-4,-3],[-3,-3],[-4,-4],[-1,0],[-1,-1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-5,0],[-2,0],[-2,-1],[-1,-1],[-3,-2],[-3,-2],[-3,-1],[-3,0],[-1,1],[-2,0],[-4,-1],[-2,-2],[-4,-4],[-1,0],[-2,-2],[-3,-2],[-4,-3],[-3,-1],[-4,0],[-1,0],[-1,-1],[-3,-2],[-1,-1],[-3,-3],[0,-1],[-2,0],[-3,0],[-1,1],[-2,0],[-2,-1],[-2,-2],[-1,-2],[-2,-2],[-2,-4],[-2,-2],[-1,-2],[-3,-4],[-1,-2],[-3,-2],[-1,0],[-1,-2],[-1,-2],[-2,-5],[-2,-6],[-1,-3],[-2,-8],[-2,-9],[-2,-6],[-3,-1]],[[5788,5799],[0,1],[5,3],[5,11],[1,-3],[2,0],[1,-3],[4,4],[5,1],[4,3],[3,-2],[3,2],[6,0],[1,-1],[3,6],[6,5],[2,-3],[2,2],[-1,3],[7,2],[10,6],[4,3],[0,2],[3,2],[8,11],[8,4],[2,0],[2,2],[2,0],[0,2],[2,1],[1,2],[3,2],[3,15],[-10,6],[-5,5],[-3,1],[1,11],[7,-3],[1,3],[7,-1],[1,5],[0,-4],[4,-5],[0,-2],[-2,-3],[1,-2],[4,-1],[4,5],[2,-3],[8,10],[-1,1],[2,2],[-1,3],[-1,0],[0,4],[3,2],[0,3],[5,2],[7,-1],[3,-1],[-1,-2],[1,-2],[-4,-3],[2,-4],[4,0],[4,-6],[1,2],[2,-1],[-1,-8],[2,-3],[2,-1],[0,4],[3,-2],[2,2],[1,4],[7,3],[1,4],[12,5],[11,8],[-2,2],[1,3],[-4,1],[-1,3],[-2,-1],[-2,9],[6,9],[-8,3],[3,5],[4,4],[3,-4],[7,2],[3,-3],[3,0],[1,3],[2,1],[3,-3],[1,2],[1,-2],[2,3],[4,-1]],[[7350,6029],[-3,-1],[-2,-1],[-1,-1],[-1,-2],[-1,-1],[0,-3],[-1,-3],[-1,-1],[-1,-1],[0,1],[-3,2],[-2,0],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-2,-4],[-3,-5],[-1,-2],[-1,-3],[-2,-4],[-1,-3],[-1,-3],[-2,-3],[0,-1],[-1,-3],[-2,-2],[-2,-1],[-1,-1],[-1,-2],[0,-1],[-2,-2],[-1,-2],[-2,-2],[-1,-1],[-3,-2],[-2,-4],[-3,-3],[-4,-5],[-3,-5],[-2,-6],[0,-1],[-1,-1],[-2,-1],[-4,-2],[-1,0],[-2,-2],[-1,-2],[-2,-3],[-2,-4],[-1,-6],[-1,-2],[-1,-5],[-1,-3],[0,-2],[-1,0],[0,-1],[-1,-1],[0,-3],[-1,-4],[0,-1],[0,-4],[0,-7],[0,-3],[-1,-2],[-1,-3],[-1,-4],[0,-4],[-1,-4],[-2,-2],[-2,-1],[-1,-4],[-1,-1],[-1,-6],[-1,-3],[0,-4],[0,-4],[0,-2],[0,-5],[-2,-5],[-1,-2],[-2,-2],[-1,-5],[-1,-2],[0,-1],[-1,0],[-1,0],[-2,-1],[-1,-3],[-1,-5],[0,-2],[0,-3],[0,-3],[-3,-2],[-1,-1],[0,-1],[0,-7],[-1,0],[-1,0],[-1,0],[-2,-2],[0,-2],[-1,-2],[0,-3],[0,-1],[2,0],[2,-2],[0,-1],[-1,0],[-1,3],[-1,0],[0,-6],[0,-6],[1,-4],[-1,-4],[-2,-4],[-1,-2],[-3,-1],[-3,0],[-2,1],[-3,1],[-2,0],[-2,-1],[-2,-3],[-2,-2],[-1,-2],[-1,-3],[-2,-5],[-2,-3],[-1,-4],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[0,-1],[-3,-4],[-1,-3],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-6],[1,-3],[3,-5],[-1,-5],[-1,-1],[-2,-2],[-2,-1],[-1,0],[-1,0],[-2,0],[0,1],[-1,-1],[-2,0],[-3,-4],[-2,-2],[-4,-5],[-2,-1],[-2,-1],[-2,-2],[0,-1],[-1,-2],[0,-4],[0,-2],[0,-2],[0,-5],[-1,-6],[-5,-3],[-3,-3],[-1,-1],[-2,0],[-1,0],[-3,0],[-3,0],[-1,-1],[-1,-2],[0,-2],[-4,-4],[-1,-1],[0,-1],[-1,-3],[1,-1],[1,-1],[0,-1],[-1,-1],[-2,-2],[-4,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-1,1],[-2,0],[-2,-1],[-2,-2],[-6,-2],[-4,-2],[-2,1],[-3,1],[-2,2],[-1,2],[-5,8],[-2,3],[-3,5],[-4,7],[-5,8],[-3,3],[-4,6],[-5,5],[-2,3],[-2,2],[0,1],[-5,4],[-1,2],[-1,-1],[0,1],[-5,4],[-1,0],[-5,4],[-4,1],[-4,0],[-1,1],[-4,1],[-1,1],[-2,0],[-2,0],[-2,0],[-1,0],[-2,-1],[-6,-3],[-1,-1],[-2,-2],[-2,-1],[-3,-1],[-1,-1],[-2,-4],[-1,0],[-2,-1],[-1,0],[0,-1],[-1,-1],[-2,-2],[-1,0],[-1,0],[-1,1],[-1,2],[-3,3],[-3,3],[-4,3],[-5,3],[-2,1],[-2,0],[2,-3],[2,-3],[2,-1],[-2,1],[-4,4],[-4,0],[-3,-3],[-3,-2],[-1,0],[-2,-1],[-2,1],[-2,0],[-2,0],[-2,0],[-2,-2],[-1,-1],[-3,-1],[-5,-1],[-5,0],[-1,-1],[-2,-3],[-3,-4],[-2,-2],[-2,-4],[-3,-6],[-1,-1],[-3,-5],[-2,-7],[-1,-3],[0,-1],[0,-1],[-1,-4],[-2,-8],[-1,-3],[-2,-2],[-1,-2],[-3,-3],[-1,-1],[-3,-5],[-4,-5],[-2,-2],[-3,-1],[-5,-1],[-2,-1],[-4,-3],[-1,0],[-5,-3],[-2,-1],[-2,0],[-3,1],[-3,0],[-5,0],[-2,0],[-2,0],[-2,-1],[-3,-1],[-4,-1],[-5,1],[-1,0],[-3,4],[-3,3],[-1,1],[-1,-1],[-1,0],[-2,2],[2,-2],[1,0],[0,1],[0,1],[0,1],[-4,2],[-5,3],[-2,0],[-2,0],[-2,0],[-2,-1],[-2,0],[-1,-1],[-2,-2],[-2,-2],[-1,-1],[-1,0],[-4,3],[-2,2],[-5,8],[-4,5],[-6,8],[-2,3],[-2,0],[-1,1],[-4,4],[-2,1],[-1,0],[-2,0],[-5,0],[-2,-1],[-3,-1],[-2,-1],[-1,0],[-5,-4],[-1,0],[-3,-1],[-1,0],[-1,1],[-3,2],[-1,1],[-3,-1],[-2,0],[-5,1],[-4,1],[-4,1],[-3,0],[-2,0],[-3,0],[-2,0],[-2,0],[-4,-1],[-3,0],[-2,0],[-3,1],[-5,1],[-3,0],[-1,0],[-2,1],[-2,0],[-3,0],[-3,0]],[[6684,5642],[-4,10],[1,9],[-2,2],[0,2],[21,13],[6,7],[2,3],[14,4],[6,8],[-1,10],[-2,2],[-3,9],[-6,4],[-4,9],[-2,0],[0,10],[-1,2],[2,-4],[4,-1],[5,3],[1,3],[6,2],[1,3],[-1,2],[1,1],[-1,5],[1,4],[3,4],[2,0],[2,1],[10,1],[3,4],[0,5],[2,1],[1,3],[-2,17],[-3,1],[-2,4],[-3,-1],[0,5],[-3,2],[0,7],[-4,11],[-1,11],[-3,9],[1,8],[-3,9],[1,2],[2,-2],[3,0],[7,-11],[8,-1],[5,2],[10,0],[0,6],[1,0],[1,3],[0,5],[-2,2],[3,1],[0,4],[5,6],[0,10],[7,1],[1,3],[7,3],[3,9],[3,3],[1,0],[0,10],[3,10],[-1,7],[4,8],[-1,1],[5,3],[1,12],[2,4],[3,2],[4,-1],[3,2],[4,-1],[2,-5],[6,-2],[3,-3],[7,0],[1,-2],[-1,-2],[2,-2],[-2,-1],[0,-2],[3,-6],[5,-3],[-2,-1],[3,-3],[8,1],[4,5],[1,-3],[2,-1],[3,2],[4,-3],[0,-2],[7,-3],[0,-2],[11,0],[2,-4],[2,0],[1,11],[-3,2],[-1,11],[2,10],[-1,12],[1,7],[5,10],[-2,3],[2,5],[-2,9],[4,2],[4,0],[1,13],[-3,7],[0,7],[2,1],[1,3],[9,7],[8,10],[9,5],[4,11],[5,2],[3,4],[7,3],[9,11],[5,3],[13,0],[7,4],[-2,5],[2,4],[-1,1],[2,2],[7,1],[2,-1],[1,1],[4,1],[4,2],[1,5],[2,0],[2,-6],[3,-1],[1,3],[6,3],[7,-2],[3,2],[-1,9],[2,6],[-8,6],[3,4],[0,5],[-3,4],[2,2],[1,6],[-4,13],[-2,0],[-3,4],[-1,9],[7,-2],[5,-5],[2,0],[1,2],[5,3],[2,-4],[11,-1],[2,5],[1,4],[-5,7],[0,8],[-2,7],[1,14],[4,11],[3,-1],[0,4],[1,1],[-1,1],[0,2],[5,15],[4,2],[4,16],[-6,8],[-5,12],[4,12],[2,2],[-3,10],[0,18],[3,5],[11,-2],[6,10],[19,12]],[[7093,6364],[10,-8],[6,-10],[4,3],[3,-1],[3,3],[-1,1],[7,0],[6,2],[2,-4],[4,-3],[1,-5],[1,0],[2,-3],[19,2],[3,0],[1,-3],[12,-4],[8,7],[0,-2],[2,0],[2,2],[3,-4],[2,0],[4,-3],[-1,-5],[-5,-4],[-2,-4],[-3,-15],[1,-3],[-5,-27],[5,-29],[-1,-3],[-4,-2],[0,-5],[-2,-7],[1,-1],[0,-8],[-1,-8],[2,-2],[3,-9],[2,-3],[2,-5],[2,2],[3,-6],[0,-4],[2,-7],[3,-3],[2,-5],[4,-3],[1,-8],[37,-61],[3,-2],[8,-19],[16,-13],[-1,11],[7,0],[7,-3],[19,-3],[15,-13],[17,-13],[16,-15]],[[5828,6194],[3,-7],[5,5],[1,2],[1,-1],[2,-4],[-2,-1],[0,-3],[-1,-2],[0,-2],[4,-16],[3,-1],[0,-1],[-4,2],[-2,9],[-8,-1],[4,11],[-3,3],[-17,8],[0,2],[14,-3]],[[6940,6467],[2,-3],[11,-5],[8,-1],[11,-10],[4,2],[4,-4],[2,1],[11,-5],[5,-6],[11,-1],[11,-5],[6,-1],[8,2]],[[7034,6431],[8,-7],[11,-7],[0,-8],[8,-17],[6,-6],[3,-2],[3,-6],[3,-3],[8,-7],[2,0],[7,-4]],[[6684,5642],[-2,0],[-1,0],[-2,-1],[-1,-2],[-4,0],[-4,1],[-3,-2],[-1,0],[-2,2],[-1,1],[-3,0],[-7,1],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[-2,0],[0,-1],[-3,1],[-3,2],[-1,1],[-1,0],[-3,0],[-1,0],[-3,2],[-2,0],[-4,-1],[-2,0],[-5,-3],[-4,-2],[-3,-1],[-5,-2],[-3,-1],[-3,2],[-1,0],[-3,0],[-5,-1],[-2,-1],[-3,-2],[0,-1],[-2,-2],[-2,-3],[-3,-5],[-3,-2],[-3,-1],[-4,0],[-3,-2],[-5,-2],[-4,-2],[-3,-4],[0,-1],[-1,0],[-2,0],[-2,1],[-3,-1],[-2,0],[-3,0],[-4,1],[-2,0],[-1,0],[-1,-1],[-3,0],[-3,1],[-1,1],[-3,2],[-4,4],[-6,7],[-2,2],[-1,0],[-5,1],[-3,-1],[-2,0],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[-5,2],[-5,2],[-1,1],[-2,2],[-3,5],[-1,1],[0,1],[-2,2],[-1,1],[-1,1],[-3,-1],[-3,0],[-4,-1],[-4,0],[-2,1],[-3,0],[-1,1],[-2,0],[-2,1],[-1,0],[-1,0],[-3,-4],[-2,-4],[-1,-1],[-2,-1],[-3,0],[-2,0],[-2,0],[-2,1],[-3,1],[-4,0],[-2,0],[-2,-2],[-1,-1],[-1,-3],[0,-2],[-1,0],[-2,0],[-1,2],[0,2],[1,1],[-1,0],[-2,3],[-3,2],[-1,1],[-2,0],[-2,-1],[-1,-3],[-1,-1],[0,-1],[-2,0],[0,1],[-1,1],[-1,2],[-2,1]],[[6151,5910],[3,5],[11,5],[2,3],[3,2],[1,1],[8,11],[4,1],[-1,13],[-3,6],[7,6],[3,13],[2,4],[1,9],[-2,10],[1,5],[4,1],[8,9],[3,1],[13,-3],[5,-4],[2,0],[6,13],[6,6],[2,3],[9,6],[2,2],[0,2],[2,2],[0,2],[5,2],[6,-1],[3,2],[5,-2],[10,3],[6,-3],[8,0]],[[6296,6045],[8,-9],[4,1],[10,-7],[6,1],[11,-1],[5,4],[9,2],[17,-1],[6,10],[2,0],[-1,7],[4,5],[7,20],[-3,4],[8,4],[0,3],[2,4],[-2,1],[-1,2],[4,5],[1,1],[3,-2],[0,-8],[2,2],[12,5],[6,0],[6,5],[3,5],[12,9],[5,0],[4,2],[2,0],[7,3],[7,1],[12,12],[4,1],[0,1],[14,10],[0,2],[2,2],[8,5],[1,3],[-2,5],[1,2],[14,12],[11,-10],[9,-1],[5,-9],[6,-6],[1,1],[4,-4],[11,-4],[9,0],[2,3],[4,0],[4,5],[6,0],[6,3],[11,3],[1,2],[3,-1],[3,4],[1,8],[11,14],[1,2],[-1,4],[13,-1],[8,4],[19,-1],[18,-18],[7,-3],[8,-2],[0,-2],[5,-4],[2,2],[3,0],[1,3],[2,-1],[1,2],[4,1],[1,4],[2,1],[0,2],[4,-2],[3,2],[3,-3],[1,1],[2,-3],[8,-1],[4,-3],[2,0],[3,-1],[3,0],[0,3],[-3,4],[2,2],[2,4],[-1,7],[33,19],[5,5],[3,5],[-6,2],[-1,2],[-1,14],[1,8],[-3,4],[2,6],[0,7],[2,4],[4,3],[4,-1],[3,19],[6,8],[1,4],[6,4],[2,7],[2,1],[1,3],[2,2],[-1,1],[5,8],[-1,3],[2,9],[-1,3],[6,3],[3,5],[2,8],[3,3],[2,6],[5,5],[2,-4],[4,3],[3,5],[4,3],[3,7],[2,1],[2,4],[2,0],[0,4],[2,1],[1,-1],[3,3],[2,0],[1,3],[4,1],[2,0],[3,-3],[5,-5],[7,3],[6,10],[10,4],[6,6],[1,2],[3,3],[-1,23],[2,6],[-2,4],[-3,1],[0,1],[5,2],[2,2],[2,1],[0,1],[6,1],[0,1],[0,2],[3,3],[3,-1],[3,1]],[[8714,6883],[0,-4],[1,-3],[1,-3],[0,-1],[1,-1],[1,-2],[0,-1],[4,-4],[1,0],[2,-1],[1,0],[4,-3],[1,-3],[1,-5],[0,-1],[0,-1],[1,-1],[1,-1],[3,-4],[1,-1],[2,-1],[1,-2],[3,-2],[2,-1],[3,-2],[4,-2],[3,0],[1,1],[2,2],[3,2],[4,3],[2,2],[2,1],[1,0],[1,-1],[1,0],[2,-3],[1,-2],[2,-2],[0,-2],[1,-3],[0,-3],[0,-2],[0,-1],[-4,-3],[0,-2],[-1,-1],[-1,-1],[-1,0],[-1,0],[-5,1],[-3,0],[-3,0],[-1,0],[-3,0],[-2,0],[-2,1],[-2,3],[-2,2],[-2,3],[-1,0],[-2,2],[-4,3],[-4,2],[-4,3],[-5,1],[-4,1],[-4,-1],[-2,0],[-1,-2],[-1,-1],[-1,-1],[-1,-4],[-2,-2],[-1,-1],[-1,0],[-3,-3],[-1,-1],[-1,-3],[-2,-3],[-1,-1],[-1,-1],[-5,-4],[-2,0],[-1,0],[-1,1],[0,4],[0,4],[1,3],[0,2],[0,2],[0,2],[-1,4],[-1,4],[0,1],[0,1],[0,2],[0,2],[1,0],[1,0],[1,2],[1,1],[0,1],[-1,6],[0,1],[-1,1],[-1,1],[-1,2],[0,2],[2,2],[2,2],[1,1],[3,1],[3,-4],[0,-1],[1,0],[1,0],[1,0],[2,0],[1,1],[0,1],[-1,3],[-1,1],[0,1],[-1,0],[1,1],[1,0],[-1,0],[0,-1],[1,0],[1,0],[1,0],[1,1],[1,1],[1,1],[1,4],[1,5],[1,6],[0,1],[1,-5]],[[7618,6821],[1,-9],[4,-4],[2,-17],[4,-21],[-3,-9],[-3,-13],[-4,-9],[5,-16],[-9,-14],[-11,-12],[-10,-9],[-6,-2],[8,-4],[-4,-1],[-1,-14],[0,-24],[2,-13],[11,-1],[13,-4],[18,-11],[2,-9],[6,-10],[2,-9],[-1,-12],[-4,-11],[-5,-24],[-9,-20],[-12,-18],[3,-14],[0,-12],[5,-18],[5,-8],[4,-2],[14,-24],[4,-10],[10,-17],[6,-15],[10,-13],[30,-37],[12,-3],[3,-4],[8,-5],[4,0],[4,2]],[[7736,6321],[0,-3],[0,-3],[1,-6],[1,-6],[0,-1],[0,-2],[1,-4],[1,-4],[2,-6],[-1,-1],[-1,-1],[-1,0],[0,1],[-2,3],[-1,3],[-6,12],[-1,1],[-2,0],[-1,-1],[-4,-3],[-1,-2],[-1,-1],[-1,-4],[-1,-2],[0,-2],[0,-2],[1,-2],[0,-4],[-2,-3],[0,-1],[-1,-1],[-2,-2],[-1,-2],[-2,-3],[-2,-3],[-2,-2],[-1,-1],[-3,0],[-3,-2],[-1,-1],[-1,-1],[0,-3],[-1,-3],[-1,-3],[-1,-2],[-2,-3],[-1,-2],[0,-1],[0,-1],[1,-1],[1,-2],[2,-4],[3,-3],[3,-5],[2,-4],[2,-3],[1,-3],[1,-2],[2,-3],[3,-2],[2,-2],[2,-3],[5,-3],[2,-2],[3,-1],[2,0],[3,-1],[3,-1],[3,-2],[3,-3],[1,-2],[1,0],[3,-1],[1,0],[2,0],[2,1],[2,2],[1,3],[0,2],[0,2],[-1,5],[0,1],[0,1],[-2,0],[-1,3],[-1,2],[0,3],[0,1],[-2,4],[-1,4],[0,3],[-1,2],[0,3],[0,3],[-1,1],[0,2],[0,3],[1,1],[0,3],[1,6],[-2,7],[-1,3],[1,0],[0,-1],[0,-1],[1,-1],[1,1],[2,1],[1,1],[-1,0],[-1,0],[-2,1],[-1,2],[-2,4],[0,1],[0,2],[0,2],[-1,4],[-2,2],[-1,3],[0,1],[1,0],[4,-1],[1,-1],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,-2],[0,-1],[0,-2],[0,-3],[1,-2],[1,-1],[1,-1],[2,-2],[2,-1],[-1,-3],[-2,-4],[-1,-6],[0,-4],[-1,-3],[0,-3],[1,-6],[3,-12],[2,-7],[1,-2],[3,-6],[3,-8],[2,-2],[0,-1],[2,-3],[2,-1],[1,0],[0,-1],[-4,-4],[-3,-4],[-3,-5],[-2,-3],[-3,-2],[-1,0],[-3,-1],[-1,0],[-3,-1],[-4,-1],[-4,0],[-6,-1],[-1,-1],[-1,0],[-1,-2],[-3,-2],[-2,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,-2],[-2,-2],[-1,-1],[-1,-1],[-3,1],[-3,1],[-3,3],[0,2],[-2,1],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,0],[-3,0],[-3,-1],[-2,-3],[0,-1],[-1,-1],[-3,-2],[-1,0],[-3,0],[-2,-1],[-1,-1],[-4,-2],[-2,-1],[-3,-1],[-2,0],[-4,2],[-1,0],[-1,0],[-2,-1],[-2,0],[-1,0],[-4,1],[0,1],[0,1],[2,1],[2,1],[1,0],[1,1],[1,1],[1,1],[-4,1],[-1,1],[-1,0],[-3,0],[-2,-1],[-1,1],[-1,1],[-1,2],[-1,2],[0,1],[1,2],[1,3],[1,0],[0,1],[-2,2],[-5,0],[-2,3],[-1,-1],[0,-2],[3,-3],[2,-5],[-3,-1],[-2,2],[-2,0],[-3,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[-1,0],[-1,0],[-3,-1],[-1,0],[-1,1],[-1,1],[0,1],[-4,1],[-6,1],[-3,1],[-5,-1],[-3,1],[-3,-3],[-4,-3],[-4,-3],[-5,-2],[-3,-1],[-2,-5],[-1,-1],[0,-2],[0,-1],[0,-1],[2,-1],[3,-2],[4,-4],[-2,-1],[-3,0],[-4,3],[-4,1],[-4,0],[-5,0],[-3,0],[-1,1],[-1,0],[-2,2],[-1,2],[0,1],[0,1],[2,0],[0,3],[0,1],[-2,2],[-2,2],[-4,2],[-4,2],[-5,1],[-4,2],[-1,0],[-5,0],[-3,1],[-1,0],[-1,0],[-2,-1],[-4,-4],[-1,-1],[-1,-1],[-3,-4],[-3,-1],[-5,0],[-2,1],[-4,0],[-5,1],[-2,1],[-3,0],[-3,-1],[-1,-1],[-1,0],[0,-1],[-3,-1],[-2,-1],[-2,-1],[-4,-2],[-2,-3],[-3,-3],[-1,-3],[-4,-4],[-2,-1],[-3,-2],[-2,-2],[-2,-5],[-1,-2],[-2,-1],[-3,-1],[-3,-1],[-5,-2],[-5,-3],[-5,-3],[-3,-3],[0,-1],[-2,-3],[-2,-3],[-1,-4],[-2,-5],[-1,-3],[-2,-3],[0,-4],[-1,-1],[0,-4],[3,-2],[0,-2],[-1,-1],[-1,-2],[-2,-2],[-1,0],[-1,-1],[-1,0],[-2,1],[-1,3],[-1,2],[0,1],[-1,0],[-5,0],[-1,0],[-1,-1],[-2,-1],[-1,-2],[-3,-3],[-4,-3],[-4,-3],[-4,-1],[-2,-1],[-2,0],[-3,-1],[-5,-2],[-2,-1],[-1,-1],[-5,-3],[-2,-4],[-1,-1],[-4,-3],[-3,-4],[-1,0]],[[7034,6431],[-2,3],[7,23],[8,7],[7,5],[4,4],[11,12],[5,10],[0,6],[2,6],[6,9],[5,9],[0,4],[4,12],[11,7],[8,8],[25,7],[13,17],[4,10],[5,10],[7,5],[8,-4],[4,0],[9,-10],[8,-1],[9,4],[25,6],[6,3],[11,9],[6,8],[5,2],[7,0],[3,1],[5,10],[11,3],[-5,5],[0,4],[5,-3],[2,2],[1,-2],[3,-1],[0,9],[4,-1],[4,-3],[1,4],[4,1],[4,-3],[0,-3],[2,1],[5,-3],[0,-3],[2,1],[1,5],[2,-1],[2,2],[2,-3],[4,-2],[3,-4],[-2,-5],[2,-1],[-5,-2],[0,-6],[2,-1],[2,-6],[5,-2],[2,-4],[-1,-3],[15,-1],[1,1],[2,-2],[13,4],[2,-2],[3,1],[0,-2],[14,10],[4,4],[4,7],[9,6],[2,3],[4,1],[8,8],[4,2],[2,21],[-1,7],[0,16],[-1,20],[-4,22],[-5,11],[5,19],[10,8],[6,3],[4,35],[-2,7],[12,17],[8,9],[9,5],[7,3],[10,-17],[7,4],[0,1],[7,7],[13,7],[9,14],[6,6],[10,4],[13,2],[6,4],[29,-11],[1,-3],[1,-13],[31,-31],[5,-3],[3,-1]],[[9387,7137],[1,-1],[1,0],[2,-1],[2,-1],[2,-1],[1,-1],[1,-2],[-1,-3],[-1,-1],[-1,0],[-3,0],[-1,1],[-1,-1],[0,-1],[0,-2],[0,-5],[0,-3],[0,-2],[0,-1],[-4,0],[-1,0],[-4,2],[-3,1],[-1,1],[-1,3],[-2,2],[-1,1],[-1,3],[1,3],[-1,4],[1,2],[1,-1],[1,0],[1,-2],[0,-1],[0,-1],[1,-3],[1,-1],[1,-1],[2,0],[0,1],[0,1],[0,1],[-1,1],[-2,0],[0,2],[1,1],[1,0],[2,0],[1,-2],[1,-2],[2,0],[1,2],[0,3],[-1,2],[0,2],[2,1]],[[8058,6964],[3,-3],[1,-1],[3,-3],[3,-2],[2,-1],[3,-1],[4,-1],[2,-1],[6,-1],[2,-1],[3,-1],[1,0],[3,0],[1,0],[2,2],[2,0],[2,-1],[5,-2],[4,-1],[1,-1],[2,0],[3,-1],[1,0],[1,-1],[3,-3],[3,-2],[2,-3],[1,-1],[2,-2],[2,-1],[1,0],[1,0],[4,0],[1,0],[3,-2],[2,-1],[1,-1],[2,-3],[2,-2],[3,-2],[1,-1],[3,0],[2,-1],[1,-2],[4,-3],[1,-1],[-1,-1],[-2,0],[-1,-1],[-2,0],[-1,-1],[0,-2],[0,-2],[0,-3],[1,-2],[3,-5],[1,-1],[2,-2],[3,-4],[5,-1],[2,-2],[1,-2],[0,-3],[1,-3],[0,-1],[1,0],[2,0],[0,-4],[0,-1],[0,-1],[-2,-1],[-2,-1],[-3,-1],[-1,0],[-1,2],[-3,-1],[-1,0],[-1,0],[-2,-2],[-1,-1],[-3,-2],[-2,-1],[-1,-3],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,-2],[-1,-2],[-2,-3],[-1,0],[-1,-5],[0,-2],[-1,-2],[0,-1],[-2,-2],[-1,0],[0,3],[-1,2],[-4,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,-2],[-1,-2],[-3,-2],[-1,0],[-2,0],[-2,-2],[-3,-2],[-1,-2],[-3,-4],[-1,-1],[-1,-2],[-2,-4],[-1,-3],[1,-1],[0,-2],[1,-1],[1,0],[0,-1],[2,-1],[0,-1],[-1,0],[-3,1],[-1,3],[-1,1],[-2,1],[-3,1],[-2,0],[-3,-1],[-1,0],[-4,-3],[-1,-1],[-1,-1],[0,-2],[-3,-1],[-3,1],[-2,1],[-2,0],[-6,0],[-1,-1],[-1,0],[-4,-2],[-1,-1],[-4,-3],[-1,-2],[-1,-1],[-1,-2],[-2,-3],[-2,-3],[-2,-2],[-2,-3],[-1,-1],[-2,-4],[-1,-4],[-1,-1],[0,-3],[0,-1],[2,-1],[2,-1],[2,-2],[1,0],[0,-1],[-2,-2],[-1,-1],[-2,-1],[-1,-1],[-2,-3],[0,-1],[-1,-1],[-1,-3],[-1,-2],[-1,0],[0,-1],[-2,-1],[-2,-1],[-4,-4],[-1,-2],[-1,0],[-2,1],[-1,1],[-1,2],[0,1],[-1,0],[-3,1],[-5,1],[-3,0],[-3,1],[-4,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-2,-2],[-1,-2],[-5,-4],[-2,0],[-2,0],[-1,0],[-3,0],[-3,-2],[-3,-1],[-4,-1],[-1,0],[-2,-1],[-2,-2],[-1,-1],[-2,-2],[-2,0],[-2,0],[-2,-1],[-5,-1],[-1,-1],[-2,0],[-2,-2],[-2,-1],[-2,0],[-1,0],[-2,-1],[-5,-3],[-4,-3],[-4,-3],[-3,-3],[-4,-3],[-3,-3],[-3,-3],[-3,-2],[-2,-1],[-4,-2],[-2,-1],[-2,-3],[-3,-3],[-2,-3],[0,-1],[-1,-4],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,-3],[-1,-5],[-1,-10],[0,-6],[0,-5],[0,-4],[0,-1],[3,-2],[-1,-1],[-1,0],[-2,0],[-6,1],[-2,0],[-1,0],[-1,1],[0,1],[0,1],[0,1],[-3,1],[-1,1],[-1,0],[-1,-1],[-4,-2],[-4,-3],[-3,-3],[-1,-1],[-2,-2],[0,-4],[-4,-4],[4,4],[0,3],[-1,1],[-2,-1],[-4,-3],[-3,0],[-1,-1],[-1,-1],[-2,-4],[-1,-5],[-2,-5],[0,-1],[-1,-4],[0,-5],[0,-4],[0,-2],[0,-7],[0,-4],[1,-5],[0,-3],[0,-4],[0,-2],[1,-3],[0,-3],[2,-5],[1,-6],[0,-1],[0,-2],[0,-3],[-1,-4],[-2,-3],[-1,-1],[-3,-2],[-4,-1],[-2,-1],[-4,1],[-6,1],[-13,-1],[-1,-1],[-2,0],[-2,-2],[-3,-3],[-3,-3],[-1,-3],[-1,-2],[-1,-3],[-3,-5],[-2,-4],[-1,-4],[-1,-4],[-1,-4],[-1,-5],[-1,-8],[0,-4],[-1,-6],[-1,-7],[0,-5],[-1,-4],[0,-2],[0,-6],[-1,-4],[0,-6],[0,-6],[0,-5],[0,-5],[0,-1],[1,-2],[0,-2],[-1,-2],[-1,-5],[-2,-4],[-2,-3],[-4,-3],[-4,-4],[-3,-3],[3,3],[1,2],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-2,-5],[-1,-4],[0,-5],[-1,-2],[-2,-2],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-1,-4],[0,-1],[0,-4],[0,-2],[1,-3],[-1,-1],[-1,0],[-1,1],[-4,-1],[-4,-3],[-2,-4],[-1,0],[0,-2],[-1,-5],[0,-4],[0,-3],[-1,-2],[-2,-4],[-1,-1],[0,-2],[0,-5],[0,-4]],[[7618,6821],[7,1],[1,1],[8,-2],[13,1],[13,13],[8,11],[-6,7],[0,4],[-4,8],[-1,3],[-3,3],[-7,24],[5,1],[10,5]],[[7662,6901],[6,-2],[-1,-3],[2,-4],[3,-2],[8,1],[2,2],[10,0],[11,-19],[-1,-3],[2,-2],[7,3],[3,0],[2,-1],[6,2],[4,6],[2,-1],[6,2],[2,-1],[4,4],[4,0],[0,2],[3,-1],[1,1],[1,-1],[-2,-2],[2,-1],[5,1],[2,-2],[4,-7],[0,-3],[9,4],[4,-7],[3,1],[8,0],[5,-2],[1,-13],[-1,-2],[6,-11],[5,0],[4,5],[7,4],[4,5],[15,5],[7,10],[5,2],[5,5],[2,-1],[0,8],[-6,1],[-4,6],[-3,-1],[-2,-2],[-7,-3],[-1,-2],[-3,1],[-4,5],[-4,3],[-3,5],[0,5],[-2,4],[1,1],[-1,2],[7,3],[15,3],[5,3],[4,0],[4,-2],[19,-2],[5,2],[1,5],[7,3],[1,-1],[1,3],[16,6],[0,4],[10,-3],[12,9],[2,5],[-2,0],[3,3],[5,1],[6,0],[5,7],[1,4],[5,0],[4,-5],[7,-6],[6,-2],[6,-1],[2,1],[5,-4],[15,3],[0,5],[4,4],[4,3],[5,1],[3,2],[0,3],[3,-10],[0,-7],[3,-1],[20,10],[3,0],[2,-2],[1,5],[5,0],[0,3],[3,1],[3,-7],[8,-6],[2,-5],[3,0],[4,3],[-1,3],[2,3],[-6,5],[0,4]],[[6847,6745],[3,-4],[7,-2],[2,-5],[3,-2],[8,-3],[3,-3],[10,-3],[3,0],[13,6],[4,1],[7,3],[12,-1],[3,-5],[3,0],[6,-8],[-3,-2],[-2,-6],[4,-10],[0,-5],[-1,-6],[1,-1],[-4,-5],[0,-7],[2,-5],[5,-2],[3,-5],[2,0],[4,2],[7,-1],[4,-3],[15,-1],[0,-2],[-4,-15],[2,-10],[4,-4],[-1,-12],[-2,-5],[0,-13],[1,-3],[18,-6],[3,-13],[-1,-3],[-1,0],[-2,-5],[1,-2],[-2,-2],[2,-2],[1,-6],[-5,-7],[-1,-1],[-1,-3],[1,-2],[3,-4],[0,-12],[-7,-7],[-3,-1],[0,-5],[-2,-5],[-6,-5],[-5,-10],[-7,-3],[1,-3],[-2,-2],[0,-1],[-2,-6],[-7,-6],[-1,-3],[-4,-2],[-2,-4]],[[6296,6045],[-8,11],[-4,9],[-1,5],[-1,0],[-7,16],[-6,2],[-4,0],[-8,9],[6,4],[6,9],[-8,1],[-3,3],[-4,-2],[-1,1],[-1,12],[-3,2],[-1,-1],[-3,10],[-3,-1],[0,3],[1,1],[-1,1],[-2,-1],[-2,3],[-1,0],[-2,2],[-1,-1],[-2,2],[0,4],[-1,0],[-1,-1],[0,4],[-5,0],[1,3],[-2,1],[1,2],[-1,3],[-3,-1],[-1,1],[4,6],[-5,7],[-6,4],[-3,-1],[-1,-2],[-3,2],[-2,-3],[-2,4],[-4,2],[1,5],[-2,2],[-2,5],[6,5],[12,14],[10,7],[-7,11],[-1,5],[-7,1],[-12,6],[-6,1],[0,4],[5,18],[5,7],[4,2],[0,5],[-3,4],[-13,3],[-7,0],[-12,4],[-1,3],[2,7],[-1,2],[2,9],[2,13],[-1,16],[3,12],[-1,4],[2,2],[-1,3],[3,0],[2,3],[2,15],[-3,21],[-7,17],[-2,2],[1,11],[10,0],[-1,4],[-3,7],[8,-1],[4,5],[1,3],[-1,1],[-3,-3],[-1,0],[-1,10],[3,3],[2,-1],[1,-3],[1,0],[1,7],[3,4],[-2,2],[1,1],[2,-2],[2,1],[-3,2],[0,3],[1,0],[3,-3],[2,2],[0,3],[-4,5],[2,5],[7,-2],[0,3],[2,2],[0,5],[7,5],[4,0],[2,3],[1,4],[3,1],[-2,3],[1,6],[-3,4],[1,2],[0,7],[-9,9],[-1,3],[0,4],[-5,5],[0,4],[3,7],[-1,1],[0,3],[-3,5],[-4,-1],[-2,1],[1,6],[3,6],[-3,2],[2,20],[-3,2],[0,-3],[-2,-1],[-3,2],[0,4],[-2,4],[-3,0],[2,2],[-2,3],[2,3],[0,1],[-1,-2],[-1,1],[0,3],[2,2],[-1,4],[-1,-1],[-2,1],[-1,-1],[-1,1],[0,-1],[-2,1],[-1,-1],[-1,2],[-3,-1],[-2,3]],[[6177,6630],[-2,12],[-3,7],[1,8],[4,5],[5,2],[5,-2],[10,-1],[30,-10],[5,4],[5,-2],[2,-3],[7,0],[1,2],[8,-1],[3,-2],[8,1],[4,0],[14,-2],[9,-5],[8,1],[12,-2],[5,2],[3,-1],[12,1],[19,5],[6,-1],[1,-2],[2,2],[11,11],[-1,4],[1,8],[2,2],[3,0],[1,2],[4,1],[3,-1],[7,4],[9,-1],[11,-7],[4,7],[14,-7],[23,-5],[12,-7],[10,3],[5,4],[0,18],[2,11],[7,0],[6,-3],[5,-1],[4,-7],[-1,-7],[1,-5],[2,-2],[0,-2],[10,0],[4,-3],[5,0],[6,-3],[9,1],[8,5],[4,-1],[6,11],[4,0],[6,6],[5,3],[1,2],[-2,2],[0,6],[2,13],[22,4],[2,-2],[7,0],[4,-5],[3,0],[4,-7],[45,-6],[13,-6],[5,-1],[4,0],[5,6],[24,18],[26,-38],[2,-5],[4,13],[-1,9],[1,4],[7,3],[4,4],[2,6],[3,-2],[4,1],[4,3],[3,-2],[9,-2],[3,1],[7,-8],[4,-2],[-2,3],[3,-1],[0,4],[4,1],[1,4],[3,0],[0,2],[4,0],[-1,3],[4,1],[2,-2],[0,3],[1,1],[2,-4],[1,-1],[-1,6],[1,1],[3,-1],[0,1],[3,4],[2,-2],[0,3],[2,1],[1,4],[2,-2],[0,2],[4,-1],[1,1],[-1,3],[3,2],[-1,2],[2,0],[1,-3],[1,4],[4,3],[-2,4],[3,2],[0,1],[3,0]],[[5592,6497],[1,-2],[0,-8],[11,-5],[8,-9],[0,-7],[3,-4],[2,0],[2,-6],[3,-2],[3,-6],[6,-7],[3,-8],[-1,-9],[0,-3],[-1,-6],[1,-4],[2,0],[2,-2],[3,-4],[1,-5],[2,0],[0,-3],[8,-2],[2,-4],[5,-2],[1,-1],[6,-4],[2,-4],[0,-1],[-2,-4],[0,-2],[-1,-1],[-1,0],[0,-2],[3,1],[-1,-2],[1,-2],[-2,-2],[2,-1],[2,-10],[-4,-7],[2,-3],[1,-4],[-1,0],[2,-2],[-1,-3],[2,1],[2,-6],[3,1],[5,-4],[3,-4],[6,0],[4,-4],[4,-1],[2,-2],[0,-2],[3,-3],[-3,-2],[2,-3],[-3,-7],[-1,-11],[3,-3],[5,-2],[1,-5],[9,-2],[0,-5],[-2,-1],[-2,-4],[2,-4],[4,-13],[-1,-3],[1,-3],[-3,-8],[2,-3],[0,-3],[-2,-1],[-1,3],[-2,0],[-4,-7],[-2,3],[-2,6],[-3,0],[-9,-5],[-6,-12],[-3,2],[0,8],[-1,2],[-2,0],[-2,-2],[-3,0],[-3,-3],[-2,-6],[1,-11],[2,-2],[4,2],[2,-4],[-3,-4],[-7,-2],[1,-1],[1,1],[0,-3],[2,0],[-1,-1],[3,-2],[0,-3],[4,-5],[2,-4],[3,-1],[0,-3],[10,-3],[1,-5],[-1,-8],[6,1],[1,5],[9,11],[0,2],[10,5],[12,1],[9,7],[8,9],[10,8],[16,11],[7,-6],[5,-7],[6,5],[5,-2],[3,2],[5,-4],[-3,16],[-1,3],[-6,4],[7,2],[3,-1],[6,-16],[-2,-3],[7,-6],[6,-1],[-1,3],[-1,-1],[-2,2],[1,2],[-5,2],[-2,5],[2,6],[-1,3],[4,4],[3,0],[0,4],[12,7],[21,-7],[1,-5],[4,-3],[-1,-1],[1,-2],[2,-8],[5,-3],[8,-12],[-2,-19],[-3,-6],[-1,0],[-3,-5],[0,-2],[4,6],[3,-1],[1,3],[6,2],[1,3],[4,-3],[-1,-10],[2,-7],[-3,-2],[3,-6],[-1,-2],[-3,-1],[1,-3],[2,-2],[0,-6],[-2,-2],[2,-3],[-1,-3],[-3,-3],[0,-5],[-4,-4],[7,-1],[0,-5],[3,0],[-2,-4],[3,-3],[6,-1],[1,2],[1,-1],[0,-3],[-3,0],[-1,-2],[0,-5],[1,0],[2,3],[2,0],[0,-1],[-2,-5],[2,-7],[5,-5],[2,1],[3,-5],[3,-2],[-3,-3],[-1,-5],[13,1],[6,-2],[2,-8],[-2,-5],[-4,-3],[2,-4],[2,0],[-1,-2],[3,-1],[3,-5],[0,-4],[1,-1],[1,1],[0,-3],[5,-1],[0,-3],[-4,-2],[1,-7],[10,-9],[7,-9],[1,4],[2,-2],[2,2],[2,1],[8,-4],[9,3],[1,4],[-3,0],[5,3],[0,2],[-1,2],[3,3],[2,-3],[4,-2],[0,-3],[3,1],[2,-3],[3,0],[1,-2],[-1,-4],[1,-1],[1,0],[1,4],[3,-1],[1,-3],[-4,0],[5,-4],[0,-3],[-6,2],[1,-3],[-2,-2],[2,-4],[4,1],[5,-3],[-3,-4],[2,-3],[-6,5],[-1,-3],[1,-4],[-3,0],[6,-3],[1,1],[2,-2],[3,-7],[1,-10]],[[5260,5734],[-2,2],[-5,3],[-5,7],[-5,4],[-4,6],[2,1],[4,6],[2,8],[-1,8],[4,10],[-3,11],[-8,24],[-4,19],[1,6],[4,8],[9,8],[-2,4],[3,0],[1,2],[3,0],[1,2],[-1,2],[-7,7],[3,7],[2,2],[6,10],[-7,7],[-1,11],[1,3],[0,3],[1,1],[1,5],[-6,13],[4,7],[-2,3],[2,6],[6,6],[-2,4],[4,11],[-5,9],[-12,9],[-6,6],[3,5],[4,3],[10,10],[-4,3],[0,2],[-3,1],[3,6],[0,7],[-3,3],[3,6],[13,3],[2,3],[4,-2],[0,3],[3,2],[0,6],[-3,6],[-4,4],[-5,8],[-2,13],[-4,5],[-4,1],[0,3],[-1,0],[-1,3],[1,0],[-2,5],[-2,3],[-1,7],[1,4],[-4,7],[-7,4],[-5,16],[1,3],[2,-1],[1,2],[0,1],[-3,2],[0,5],[-1,0],[1,1],[1,0],[2,2],[-1,5],[-6,2],[-2,3],[-5,1],[-3,-1],[-5,2],[-3,-2],[-2,1],[-1,1],[-4,-2],[-3,0],[-1,2],[-1,-2],[-3,1],[-1,-3],[-2,3],[-3,-3],[0,2],[-2,0],[2,1],[-1,1],[-1,-1],[-1,2],[-2,-2],[0,2],[-1,-1],[-2,1],[-1,-1],[-2,-1],[0,-2],[-3,-2],[-1,3],[-3,1],[0,3],[2,2],[2,4],[-4,3],[2,3],[-1,3],[1,4],[2,1],[1,3],[3,-1],[2,2],[1,0],[2,2],[3,-1],[2,10],[-2,4],[4,-1],[1,5],[1,2],[1,-1],[0,2],[3,3],[0,4],[3,-2],[-2,4],[-2,0],[-1,3],[3,3],[7,-2],[3,0],[2,-2],[8,6],[4,4],[15,8],[35,11],[3,-2],[11,-2],[6,2],[3,-1],[3,2],[2,-4],[1,-6],[-4,0],[0,-1],[1,-2],[4,-1],[3,2],[1,-1],[0,-3],[3,2],[0,-1],[2,0],[3,3],[-2,3],[0,3],[7,7],[-2,3],[1,1],[-4,12],[6,9],[8,3],[3,-7],[3,0],[-1,-2],[2,0],[1,-2],[1,1],[3,-2],[2,2],[3,-1],[1,-3],[4,1],[0,-1],[-1,5],[5,1],[1,4],[-2,5],[3,3],[-2,1],[-2,9],[-2,1],[0,4],[-2,2],[-1,7],[-2,1],[-2,-2],[-3,0],[-3,2],[0,3],[2,2],[0,5],[4,2],[2,4],[2,1],[2,7],[5,3],[0,2],[-2,3],[-4,0],[-3,7],[-2,-3],[0,2],[-3,-1],[-3,1],[-1,-6],[-2,0],[-6,12],[2,8]],[[5327,6379],[1,3],[4,4],[0,2],[7,1],[2,3],[0,2],[2,0],[3,4],[3,1],[7,5],[9,0],[3,2],[4,0],[8,4],[2,0],[2,3],[2,1],[3,-2],[4,2],[6,-4],[2,1],[3,-1],[6,5],[3,-1],[11,1],[3,-1],[1,-2],[5,13],[2,8],[2,1],[-2,6],[1,4],[3,3],[4,-1],[0,4],[3,4],[1,0],[0,10],[-9,7],[2,9],[5,8],[1,3],[8,5],[6,1],[2,4],[0,11],[1,2],[8,1],[0,5],[2,2],[2,-1],[4,2],[7,-3],[0,4],[1,-1],[1,2],[1,-1],[2,2],[0,-3],[4,3],[1,-3],[4,2],[4,5],[11,-3],[1,1],[-1,2],[1,-1],[2,4],[2,0],[2,2],[6,3],[2,-4],[4,-1],[0,-3],[3,2],[1,-2],[5,1],[0,-2],[-2,-1],[0,-1],[4,1],[0,-7],[2,-8],[-4,8],[-4,-2],[-1,1],[0,-3],[5,-9],[-7,-5],[-2,-5],[-2,2],[-8,-1],[-2,-5],[3,-11],[0,-14],[1,1],[6,-2],[4,-2],[7,1],[11,11],[1,5],[15,18],[22,-4]],[[8757,7107],[2,-4],[1,-2],[2,-2],[2,-2],[1,-1],[1,-2],[5,-1],[4,2],[2,0],[1,0],[1,-1],[2,-1],[3,-1],[2,-1],[1,-2],[-1,-2],[1,-1],[2,-2],[1,0],[0,-2],[-3,-1],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-1,-4],[0,-2],[1,-2],[0,-1],[2,-2],[0,-1],[2,-1],[1,-1],[2,-2],[0,-3],[0,-2],[1,0],[0,-1],[1,1],[2,0],[2,0],[0,-1],[-1,-5],[-2,-1],[-4,1],[-2,-2],[-2,-3],[-2,-2],[-2,-2],[-1,-1],[-1,-2],[-1,-3],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-1],[-3,1],[-1,1],[-3,0],[-3,0],[-3,-2],[-4,-2],[-2,-2],[-1,-1],[-1,-1],[0,-1],[1,-5],[0,-2],[0,-2],[-1,-4],[-1,-2],[0,-2],[0,-2],[0,-1],[0,-1],[-3,0],[-2,2],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-2],[-1,-2],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[-2,0],[-2,-2],[-1,-2],[-2,-2],[-1,-1],[-1,-3],[-2,-1],[-3,1],[-4,1],[-4,0],[-3,1],[-1,-1],[-1,-1],[0,-1],[0,-1],[2,-1],[-1,-3],[0,-1],[-1,0],[-2,0],[-1,1],[-3,-1],[-3,-4],[-2,-2],[0,-1],[-3,-6],[0,-2],[0,-2],[0,-2],[1,-2],[0,-2],[0,-3],[-1,-3],[0,-2],[-1,-1],[0,-6],[0,-2],[-3,0],[-1,2],[-3,1],[-1,0],[-1,-1],[0,-1],[-1,-3],[-2,-2],[-1,0],[-1,2],[0,1],[0,2],[0,1],[0,2],[-2,5],[-3,6],[-1,1],[-1,1],[-4,3],[-1,1],[-4,-2],[-4,-2],[-2,-1],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-3,1],[-2,3],[-3,1],[-5,1],[-1,0],[-2,1],[-2,-1],[-1,-1],[-2,-2],[-2,-3],[-2,-4],[0,-2],[-2,-1],[0,-1],[-1,1],[-1,2],[0,3],[-1,1],[-2,3],[-1,1],[-3,0],[-1,1],[-2,3],[1,2],[0,1],[0,2],[0,1],[0,1],[-3,2],[-2,3],[0,1],[0,2],[1,3],[3,6],[0,1],[3,5],[2,2],[1,2],[0,2],[0,1],[0,1],[-3,3],[-2,3],[-2,1],[-1,2],[-1,2],[2,2],[2,2],[1,2],[3,2],[3,-1],[2,-1],[2,-1],[2,1],[4,-1],[2,0],[3,2],[2,1],[2,1],[3,-1],[2,-1],[0,-1],[1,0],[1,0],[1,0],[1,1],[2,2],[0,1],[0,1],[0,1],[-1,1],[-5,2],[-3,5],[0,3],[0,2],[1,1],[2,3],[1,2],[0,1],[-1,5],[-1,4],[0,2],[1,1],[2,2],[3,3],[5,4],[2,2],[2,2],[-1,0],[1,1],[1,0],[2,1],[2,0],[3,1],[0,2],[2,2],[1,1],[2,2],[2,1],[2,0],[1,-2],[0,-1],[1,-1],[3,1],[2,1],[1,1],[0,1],[0,2],[1,2],[1,1],[1,1],[4,1],[0,-1],[1,-1],[2,-1],[4,2],[2,2],[1,2],[0,2],[0,1],[3,2],[1,-1],[2,-3],[2,-2],[1,0],[3,3],[2,2],[1,3],[3,2],[3,0],[2,1],[2,3],[5,3],[2,0],[1,-1],[-1,-4],[2,-2],[0,-1],[1,1],[5,2],[-1,1],[0,2],[2,3],[1,1],[2,1],[4,1],[2,1],[1,-1]],[[5253,5672],[-2,-1],[-1,-1],[-1,0],[-3,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-4,2],[-3,2],[-3,2],[-1,1],[-1,1],[-2,6],[-1,3],[0,2],[-2,5],[-9,25],[-6,15],[-2,5],[-5,8],[-2,3],[-9,12],[-4,6],[-3,4],[-4,4],[-3,4],[-3,3],[-2,2],[-8,7],[-1,1],[-3,2],[-1,0],[-1,2],[-1,1],[-4,3],[-6,4],[-1,1],[-3,4],[-3,2],[-5,3],[-2,1],[-4,3],[-3,3],[-6,4],[-4,3],[-3,2],[-2,1],[-2,2],[-1,1],[-2,1],[-3,2],[-5,4],[-2,1],[-5,3],[-1,2],[-4,3],[-4,1],[-4,3],[-10,7],[-6,4],[-1,1],[-10,6],[-4,2],[-7,2],[-2,1],[-3,2],[-3,3],[-3,1],[-4,2],[-4,1],[-6,5],[-3,3],[-3,2],[-3,-2],[-3,-2],[-2,0],[-1,0],[-2,2],[-2,2],[-4,2],[-4,1],[-5,3],[-1,0],[-3,2],[-4,2],[-9,6],[-4,3],[-4,2],[-6,4],[-3,1],[-1,1],[-3,0],[-3,1],[-5,0],[-4,-1],[-5,0],[-5,1],[-6,0],[-4,1],[-8,0],[-5,-1],[-2,1],[-4,0],[-3,0],[-1,-1],[-3,0],[-7,0],[-3,0],[-4,0],[-3,-1],[-11,-1],[-3,0],[-3,0],[-3,0],[-4,-1],[-5,0],[-6,-1],[-5,-1],[-5,-2],[-3,-1],[-4,0],[-1,0],[-3,-1],[-1,-1],[0,-2],[-5,-3],[-3,-3],[-1,-1],[-1,-1],[-4,-2],[-3,0],[-4,0],[-2,1],[-3,2],[-1,1],[-3,-2],[-3,5],[0,2],[-1,6],[-1,8],[0,1],[-1,1],[0,2],[1,1],[0,2],[0,3],[-2,5],[-1,3],[-1,2],[-1,1],[-1,0],[-2,1],[0,1],[-1,1],[-1,2],[0,1],[1,2],[0,1],[1,2],[1,3],[2,3],[1,2],[0,1],[-1,1],[-3,6],[-2,2],[-1,8],[-2,4],[0,2],[0,2],[0,1],[1,5],[0,1],[0,3],[-2,6],[-1,2],[1,3],[1,1],[1,3],[1,0],[0,3],[0,1],[0,2],[0,1],[0,5],[-1,3],[0,5],[0,1],[-1,2],[0,1],[-2,2],[-2,3],[-2,1],[-2,2],[-1,1],[0,1],[0,1],[0,1],[1,1],[1,0],[3,0],[1,0],[0,1],[1,1],[0,1],[-1,1],[-3,3],[-1,2],[0,1],[-1,3],[0,3],[1,5],[0,2],[0,1],[-1,2],[-2,1],[-1,3],[-1,1],[0,4],[0,2],[0,2],[0,1],[2,2],[0,1],[0,1],[0,1],[-1,2],[-2,2],[-1,0],[-3,1],[-1,1],[-1,1],[-2,4],[-1,2],[0,2],[0,4],[0,2],[-1,1],[-1,0],[-3,-1],[-2,1],[-1,0],[-1,1],[-1,1],[0,1],[0,6],[0,1],[0,2],[-2,2],[-1,1],[-1,4],[0,1],[0,1],[1,1],[0,1],[1,0],[2,0],[1,0],[1,-1],[1,2],[0,2],[0,1],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[1,1],[3,3],[1,2],[1,2],[2,4],[1,3],[-1,1],[-1,1],[-2,4],[0,1],[1,0],[2,1],[1,0],[2,-2],[1,0],[1,2],[0,2],[2,4],[0,3],[1,1],[1,1],[2,1],[1,2],[2,5],[1,3],[0,1],[-1,0],[0,1],[0,2],[0,1],[1,-1],[2,-1],[0,-1],[1,0],[1,0],[1,1],[0,1],[0,1],[-1,3],[0,4],[0,1],[1,0],[3,0],[1,0],[0,1],[-2,5],[-1,2],[2,4],[1,3],[-1,4],[-1,2],[1,1],[1,1],[0,1],[2,4],[1,3],[0,2],[2,2],[1,4],[2,5],[-1,2],[0,2],[4,2],[0,2],[0,1],[-1,3],[-1,1],[1,2],[1,1],[2,-1],[1,1],[0,1],[1,0],[0,1],[0,2],[1,0],[1,0],[1,0],[1,0],[0,-1],[1,-1],[1,0],[0,1],[1,1],[1,2],[2,2],[2,0],[0,1],[1,1],[0,2],[1,1],[1,1],[4,3],[2,3],[2,2],[3,3],[1,1],[1,0],[3,3],[1,2],[1,1],[1,0],[3,1],[1,1],[2,2],[2,5],[2,4],[1,2],[0,1],[2,0],[2,4],[1,4],[0,3],[0,1],[2,1],[1,1],[1,1],[2,3],[0,1],[1,4],[1,3],[-1,4],[0,2],[0,4],[0,1],[0,1],[1,0],[2,1],[3,3],[0,2],[2,4],[2,3],[1,2],[1,2],[-1,5],[1,1],[1,1],[0,2],[0,2],[0,2],[1,2],[1,2],[0,1],[-1,5],[-2,4],[-1,1],[-2,3],[-1,1],[0,1],[1,0],[1,1],[1,0],[1,1],[1,2],[2,2],[1,1],[1,0],[4,0],[1,0],[2,-2],[1,0],[1,1],[2,2],[3,2],[2,1],[0,1],[0,1],[1,0],[1,1],[1,0],[1,0],[3,-1],[3,-1],[2,-1],[3,-1],[1,-1],[2,0],[4,0],[1,0],[2,2],[1,0],[0,2],[1,1],[1,0],[1,0],[1,-1],[2,-1],[1,0],[2,2],[3,2],[0,1],[-2,1],[-1,1],[0,1],[1,4],[0,2],[0,2],[-1,1],[0,2],[1,0],[2,1],[1,0],[1,0],[1,0],[2,4],[3,2],[2,1],[2,0],[1,-1],[2,-2],[3,-2],[3,-2],[1,0],[1,0],[1,0],[1,-2],[1,-4],[1,-1],[2,-1],[4,-1],[1,-1],[2,1],[2,1],[3,2],[2,1],[2,0],[1,-1],[1,0],[1,-1],[2,1],[1,0],[2,0],[0,4],[0,2],[2,2],[0,1],[-1,2],[-1,2],[1,4],[2,1],[1,0],[1,1],[1,1],[0,1],[0,2],[0,1],[-1,2],[0,2],[1,1],[0,2],[0,4],[0,3],[0,4],[0,1],[0,2],[0,2],[1,4],[2,-1],[1,0],[2,2],[1,2],[1,3],[0,1],[0,1],[1,1],[0,2],[1,2],[2,5],[1,1],[1,2],[-1,3],[1,3],[2,2],[1,1],[-1,1],[-2,1],[-1,0],[-2,1],[-2,1],[0,1],[0,3],[1,1],[1,0],[0,1],[1,3],[0,2],[3,4],[1,2],[3,2],[2,2],[3,4],[1,1],[0,3]],[[4992,6543],[4,-1],[0,-2],[1,-1],[9,1],[18,-12],[6,-3],[11,-2],[8,3],[4,0],[1,-8],[0,-4],[-2,-3],[-1,-7],[-4,-5],[-3,-9],[4,-6],[3,2],[2,-2],[3,-1],[3,2],[1,-2],[2,2],[3,0],[-2,-5],[1,-1],[3,2],[0,-2],[-2,-2],[4,-1],[1,-3],[2,1],[3,-2],[2,1],[5,-2],[0,2],[-2,0],[3,4],[2,-2],[2,3],[1,-1],[1,-4],[3,2],[7,-1],[2,3],[1,-1],[11,-3],[1,1],[3,1],[1,-1],[-1,-1],[1,-2],[4,5],[8,-1],[19,-27],[-2,-5],[0,-6],[-1,-5],[1,0],[-1,-2],[2,-1],[5,-1],[1,1],[-1,1],[3,2],[8,1],[10,-4],[13,-2],[1,-2],[-1,0],[1,-4],[7,-1],[3,3],[2,-1],[0,2],[-3,1],[0,2],[-1,3],[2,5],[2,0],[0,2],[2,0],[8,7],[-4,6],[3,2],[4,-1],[10,1],[11,-7],[10,1],[3,-11],[0,-9],[3,-6],[6,-5],[5,-1],[4,-5],[5,-3],[2,-4],[10,-3],[13,-1],[3,-6],[5,-3],[8,2],[3,-1],[3,2],[0,-2],[4,-3],[-1,-3],[7,-5]],[[5831,6867],[6,-3],[4,1],[3,-5],[4,-2],[3,-4],[0,-5],[0,-2],[-1,-1],[28,-9],[8,1],[2,2],[3,0],[9,-1],[3,2],[3,-1],[4,-3],[-1,-4],[2,-9],[-1,-8],[2,-4],[-1,-6],[3,-11],[11,-4],[6,-6],[9,-1],[6,1],[7,-6],[7,-1],[4,-4],[6,-3],[6,-2],[5,1],[1,-1],[1,-4],[2,-3],[-2,-2],[0,-2],[5,-3],[6,-1],[6,1],[7,-8],[5,-2],[3,-5],[4,0],[2,-10],[4,-8],[6,-3],[1,-2],[3,-1],[1,5],[4,0],[2,-4],[3,2],[1,-4],[2,-1],[0,-3],[4,0],[3,3],[3,-8],[6,-4],[4,1],[3,-4],[3,-8],[2,-3],[3,0],[2,-5],[6,-4],[4,-9],[2,-3],[2,-3],[8,0],[2,-4],[6,-1],[5,-6],[5,2],[2,-1],[3,-2],[21,-10],[2,-3],[2,1],[1,-1],[2,1],[1,-4],[3,1],[1,-3],[6,-2],[0,-2],[2,0],[1,-2],[6,3],[-1,2],[2,-3],[2,0]],[[5592,6497],[-1,5],[5,6],[3,-1],[3,2],[1,-2],[3,4],[1,4],[5,0],[1,5],[-2,1],[0,4],[1,0],[0,2],[-2,3],[1,0],[2,4],[-1,1],[0,5],[4,1],[0,-1],[1,2],[3,2],[-2,9],[1,6],[0,11],[-3,3],[2,6],[-5,5],[0,4],[-2,-1],[-1,3],[1,2],[-3,8],[-2,3],[1,5],[-2,4],[-9,7],[3,14],[1,7],[3,2],[-3,1],[1,3],[-1,3],[-3,0],[-2,3],[-1,-1],[-3,3],[1,10],[7,19],[3,2],[7,9],[7,3],[5,5],[3,1],[4,-5],[2,2],[2,-1],[1,5],[3,-2],[3,14],[4,0],[5,6],[0,3],[3,-1],[3,4],[4,0],[3,6],[4,-1],[1,4],[4,1],[-1,2],[-2,0],[0,4],[5,3],[-1,5],[4,2],[3,-5],[3,1],[0,2],[-3,3],[-1,3],[1,1],[3,1],[-3,3],[2,3],[5,1],[2,6],[-1,4],[7,1],[9,-5],[3,0],[3,2],[6,-2],[2,3],[-3,5],[1,2],[4,3],[4,7],[2,2],[4,0],[4,6],[6,2],[1,5],[4,-1],[-1,4],[3,-2],[1,4],[4,3],[3,1],[-1,5],[2,-1],[1,-4],[1,0],[2,2],[1,10],[2,-1],[2,-6],[1,0],[0,6],[3,-4],[3,0],[2,3],[-4,3],[1,3],[2,1],[6,1],[0,2],[-3,5],[0,7],[-3,4],[0,3],[-1,5],[5,-1],[3,-4],[1,1],[5,2],[4,-2],[11,2],[9,-6],[8,5],[5,2],[3,4],[5,1],[2,2]],[[7406,7293],[3,-1],[3,4],[3,0],[1,-2],[-3,-1],[0,-10],[3,0],[3,4],[2,0],[2,-4],[-4,-2],[-1,-3],[2,-1],[3,-1],[2,6],[2,1],[2,-2],[-1,-3],[1,-2],[-3,-1],[3,-3],[-2,0],[-3,2],[-2,-2],[2,-3],[7,0],[-2,-4],[1,-4],[-2,-2],[0,-1],[5,0],[2,7],[3,0],[-1,2],[1,1],[2,-1],[0,-3],[-2,-4],[2,-2],[1,1],[1,2],[-1,9],[5,0],[3,-5],[3,3],[2,-2],[-1,-3],[-4,0],[0,-2],[3,-2],[4,3],[4,-1],[0,-4],[-1,-3],[8,1],[6,-10],[5,0],[2,-4],[3,2],[-1,2],[2,1],[3,-1],[2,2],[2,0],[1,-2],[5,-1],[-1,-3],[2,-2],[2,1],[1,2],[4,-4],[3,3],[3,-3],[2,1],[4,-2],[2,-3],[1,4],[2,-5],[2,1],[7,-4],[4,2],[0,3],[3,1],[2,-5],[2,-2],[2,1],[1,-1],[6,0],[6,-2],[1,-3],[-6,-17],[0,-30],[-2,-11],[-5,-11],[-3,-11],[-5,-9],[-8,-7],[-6,-23],[-7,-5],[0,-14],[-4,-5],[1,-4],[-1,-11],[3,-6],[3,-1],[6,-6],[5,-3],[8,-12],[3,-8],[4,-3],[15,-21],[2,-9],[4,-6],[4,-1],[4,1],[10,-1],[28,5],[4,-1],[9,3],[3,4],[3,2],[6,-1],[4,-3],[8,1],[1,-15],[2,0],[1,-5],[4,-8],[8,-5],[-4,-7],[1,-10],[-2,-5],[2,-16],[3,-4],[-2,-5],[-2,-2],[0,-11],[2,-6]],[[6847,6745],[-1,2],[4,1],[1,4],[1,0],[1,2],[-4,5],[1,1],[-3,3],[0,4],[-2,4],[3,2],[1,5],[3,18],[-6,8],[8,-2],[4,-4],[4,-1],[4,4],[0,1],[8,0],[6,7],[2,5],[6,3],[4,11],[2,3],[0,6],[3,7],[1,14],[2,4],[2,8],[-3,7],[-8,5],[-2,3],[-3,2],[-8,12],[-9,3],[-9,-3],[-1,9],[-7,7],[-1,5],[1,10],[0,11],[-3,12],[-2,-1],[0,2],[0,7],[-8,3],[-5,3],[-1,9],[-5,2],[-14,-2],[-2,2],[-3,7],[-5,4],[-3,2],[-5,-3],[-1,7],[-2,1],[1,9],[4,6],[0,2],[3,1],[9,12],[3,11],[0,6],[2,6],[5,0],[2,1],[3,-1],[2,13],[-1,6],[2,15],[-5,10],[-3,-1],[-2,3],[-3,9],[0,5],[-4,9],[8,10],[8,17],[11,12],[10,20],[12,14],[4,8],[0,9],[-2,4],[-4,5],[-3,13],[0,1]],[[6855,7231],[5,2],[12,1],[6,-3],[3,3],[3,-1],[7,1],[4,2],[8,1],[3,4],[4,4],[12,0],[11,-8],[8,-2],[8,3],[1,-1],[8,9],[13,-16],[7,-6],[6,-10],[9,-8],[10,-12],[11,-9],[5,-6],[6,8],[0,7],[5,13],[2,2],[7,3],[4,-2],[0,-3],[3,-1],[5,-8],[1,-3],[-1,-5],[6,-15],[19,11],[12,10],[5,0],[1,3],[11,2],[1,6],[4,1],[8,-3],[13,-1],[22,-5],[10,1],[-4,3],[0,8],[-3,2],[0,6],[-5,6],[2,8],[-2,7],[-4,4],[-1,3],[1,3],[-2,1],[-2,6],[13,-2],[10,2],[10,-5],[-3,-8],[4,-8],[11,-10],[2,-10],[10,4],[14,3],[22,0],[7,-6],[11,-5],[15,0],[19,-4],[3,13],[10,12],[11,3],[9,7],[31,15],[31,25],[9,4],[9,5],[5,1]],[[9488,7630],[0,-1],[1,-1],[-2,-2],[3,-1],[5,0],[1,1],[3,1],[2,1],[2,1],[1,-1],[0,-1],[-1,0],[-2,-3],[-1,-2],[0,-1],[0,-1],[-2,-1],[-3,-2],[-4,-1],[-2,-1],[-2,-1],[-3,-2],[-4,-4],[-1,-1],[-2,-1],[-3,1],[-2,1],[-1,1],[-1,0],[-1,0],[-2,-1],[-1,-1],[0,-1],[-2,-4],[-3,-2],[-3,-5],[-2,0],[-1,0],[-2,1],[-1,1],[-2,1],[-1,1],[-1,-1],[-2,-1],[-1,-3],[-1,-1],[-1,-4],[0,-1],[0,-3],[1,-3],[0,-1],[1,-4],[2,-3],[2,-3],[4,-4],[2,-1],[0,-1],[2,1],[2,2],[1,1],[5,1],[4,0],[1,0],[2,0],[1,0],[1,1],[3,3],[4,1],[5,4],[4,2],[2,3],[1,2],[1,1],[1,0],[4,-1],[0,-1],[0,-1],[-2,-1],[-2,-1],[-3,-2],[0,-4],[-1,-1],[0,-3],[1,-2],[2,-2],[1,-1],[-1,-3],[-2,-2],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-2,-3],[-2,0],[-4,0],[-4,-1],[-3,-1],[-1,1],[-2,1],[-1,2],[-1,0],[-1,-2],[1,0],[1,0],[-2,0],[0,1],[1,1],[-2,0],[-1,-1],[-2,-2],[-1,-3],[-1,-3],[0,-2],[0,-5],[0,-2],[1,-5],[0,-1],[1,-3],[1,-2],[2,-3],[2,-4],[5,-5],[2,-3],[2,-1],[1,-1],[4,-2],[1,-1],[2,-2],[3,-2],[1,0],[5,-2],[5,-3],[2,-1],[1,-1],[3,-2],[3,-1],[2,-2],[1,0],[1,-1],[2,-2],[3,0],[3,-1],[2,0],[0,1],[4,2],[2,0],[3,1],[1,1],[2,2],[3,2],[3,2],[5,4],[0,1],[3,1],[4,0],[1,1],[2,1],[1,1],[1,3],[0,4],[0,2],[1,4],[2,2],[2,1],[1,1],[1,-1],[1,0],[2,-4],[1,-1],[1,-1],[1,-1],[1,0],[4,-4],[1,-2],[1,-1],[1,0],[1,0],[1,-1],[2,1],[2,0],[2,-1],[3,-1],[1,-1],[2,-3],[4,-3],[5,-3],[3,0],[5,-1],[1,0],[2,-1],[1,-2],[-1,-4],[-1,-1],[-1,0],[0,-1],[-1,-2],[1,-1],[0,-1],[0,-1],[1,0],[2,0],[6,0],[0,-1],[1,0],[0,-1],[1,-2],[-1,-3],[-1,0],[-2,1],[-2,-1],[-1,-1],[-2,-2],[-1,0],[0,-5],[1,-5],[0,-1],[0,-1],[-1,-3],[0,-2],[-1,-5],[0,-3],[1,-2],[0,-2],[0,-1],[0,-1],[-1,0],[-2,1],[-2,1],[-1,-1],[-1,-1],[0,-1],[-1,-3],[0,-2],[0,-4],[0,-2],[0,-1],[-1,-1],[-1,0],[-2,0],[-2,0],[-2,1],[-1,0],[-2,2],[-1,0],[-2,0],[-2,-2],[-1,-2],[-2,-5],[-1,-1],[0,-1],[0,-1],[0,-4],[-1,-2],[-1,-3],[-1,-2],[0,-2],[0,-1],[0,-3],[0,-2],[1,0],[4,-2],[2,0],[1,-1],[0,-2],[0,-1],[-2,0],[-1,-1],[-1,0],[-1,0],[-2,0],[-3,0],[-2,-1],[0,-1],[-1,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-2],[-1,0],[-2,-3],[-2,-1],[-5,-3],[-3,-2],[-1,-2],[-2,-2],[-1,-2],[-1,-1],[-2,-1],[-2,-1],[0,-1],[-3,-3],[-1,-1],[-2,-4],[-2,-3],[-2,-4],[-2,-1],[-1,-2],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[-2,-5],[-1,-3],[-2,-3],[0,-1],[0,-3],[-1,-2],[-1,-2],[0,-2],[0,-4],[0,-2],[0,-1],[0,-4],[-1,-1],[0,-3],[1,-3],[-1,-4],[-1,-1],[-1,0],[-1,3],[-1,5],[-1,-1],[-1,-1],[-1,-3],[2,-2],[0,-3],[-1,-2],[-1,-2],[-2,-1],[0,-2],[-2,-6],[-1,-5],[-2,-3],[-2,-4],[-2,-3],[-1,-3],[-1,-1],[-3,-2],[-5,-1],[-3,-2],[-3,0],[-2,0],[-3,-2],[1,-5],[-3,-3],[-1,-2],[0,-1],[-2,-1],[-2,-1],[-3,-1],[-2,0],[-3,1],[-3,1],[-1,-1],[-1,-2],[0,-1],[0,-1],[-1,-1],[-1,-1],[-3,-2],[-1,0],[-2,1],[-3,-2],[-1,-2],[-1,-1],[-1,-2],[-4,-4],[-3,-5],[-3,-4],[-2,-3],[-2,-3],[-2,-1],[-2,-3],[-2,-1],[-2,-1],[-3,0],[-1,0],[-1,1],[-2,2],[-1,2],[-5,7],[-4,4],[-2,3],[-1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[-2,3],[-4,4],[-2,0],[-2,0],[-1,-1],[-2,1],[-2,1],[0,2],[1,3],[1,2],[1,1],[0,3],[-1,2],[-1,2],[-2,2],[-2,3],[-2,2],[-4,3],[-2,2],[-2,1],[-2,0],[-3,0],[-2,1],[-1,0],[-1,0],[-2,0],[-1,0],[-3,-2],[-1,0],[-2,-2],[-1,-2],[-2,0],[-3,3],[-3,1],[-2,1],[-2,1],[0,1],[-2,0],[-1,0],[-2,-2],[-1,0],[-4,0],[-5,1],[-1,1],[-1,0],[-2,0],[-1,-1],[-2,-1],[-1,-1],[-1,-2],[-2,-1],[-3,1],[-2,0],[-1,2],[-1,1],[-1,2],[-1,0],[-1,1],[-1,-1],[-1,-1],[-1,-1],[-4,0],[-1,0],[-1,1],[-2,5],[-3,5],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-2,1],[-2,2],[-1,1],[-3,4],[-2,6],[0,1],[0,1],[0,1],[0,3],[1,4],[1,2],[1,2],[0,2],[0,3],[-2,5],[-1,1],[-1,3],[-2,2],[-1,2],[-1,2],[-1,2],[-1,1],[-1,2],[2,2],[2,3],[2,4],[3,4],[1,1],[1,1],[2,1],[0,1],[0,2],[-1,3],[-1,1],[-1,3],[-4,5],[-3,4],[-3,2],[-2,-1],[-1,0],[-1,1],[-2,2],[-3,3],[-1,1],[-2,2],[-2,2],[-1,1],[0,1],[-6,3],[-1,1],[-2,1],[-4,1],[-5,1],[-3,1],[1,0],[-1,2],[-1,0],[-2,0],[-1,-1],[-1,0],[0,-1],[-1,-4],[-2,-6],[1,-3],[3,0],[3,3],[0,2],[0,-1],[0,-1],[-3,-3],[-3,0],[-2,0],[-1,0],[-3,2],[-2,2],[-1,0],[-2,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-4],[-1,-2],[-1,-2],[-1,-1],[-2,0],[-4,0],[-3,0],[-2,0],[-1,0],[-1,-1],[-4,-3],[-3,-1],[-2,-2],[0,-3],[-1,-5],[0,-4],[0,-5],[0,-1],[-1,-4],[-1,-2],[-1,-2],[-1,-3],[-1,-2],[-1,-3],[1,-3],[-1,-2],[-1,0],[-3,0],[-2,1],[-3,1],[-1,2],[0,2],[-4,3],[-1,0],[-2,1],[-2,2],[-1,2],[0,2],[0,2],[0,1],[-5,3],[-2,3],[-1,3],[0,4],[1,1],[2,1],[1,0],[1,0],[1,0],[3,1],[0,2],[-2,1],[-4,2],[-2,3],[-1,2],[-1,2],[-2,2],[-1,0],[-2,-2],[-3,-2],[-3,-2],[-3,-2],[-2,0],[0,2],[1,3],[0,3],[-1,1],[-1,0],[-2,0],[-1,0],[-2,-3],[-1,-2],[-3,-4],[-3,-1],[-1,1],[0,3],[0,2],[0,1],[-5,0],[-2,-1],[-1,-1],[-3,0],[-1,1],[2,2],[0,1],[1,1],[1,0],[3,0],[3,2],[1,1],[1,1],[0,2],[-1,0],[-1,0],[-2,-1],[-1,0],[0,-2],[-1,0],[-1,0],[-1,0],[0,1],[-2,3],[-1,3],[-3,3],[-3,2],[-1,0],[-1,1],[1,2],[2,3],[0,2],[0,1],[-2,2],[-1,2],[-1,1],[0,1],[1,2],[1,3],[0,1],[4,5],[1,2],[2,1],[3,2],[3,0],[4,1],[2,2],[3,1],[3,2],[5,4],[2,3],[3,3],[3,2],[2,1],[4,2],[5,3],[1,0],[1,1],[3,3],[3,4],[5,4],[3,5],[0,1],[1,2],[1,1],[4,2],[1,1],[2,0],[1,1],[1,1],[1,2],[2,2],[0,1],[2,0],[2,-1],[3,-1],[1,0],[1,0],[2,0],[0,1],[1,0],[3,2],[2,2],[3,2],[2,2],[3,2],[1,0],[1,1],[1,1],[2,3],[2,3],[2,3],[3,4],[4,3],[2,1],[0,1],[2,4],[2,3],[2,2],[1,-1],[2,0],[3,2],[1,1],[4,3],[1,3],[1,2],[-1,1],[1,1],[0,3],[1,2],[0,1],[4,4],[1,0],[2,-1],[1,-2],[2,-2],[1,0],[1,1],[1,1],[-1,1],[0,1],[-1,2],[1,2],[0,1],[0,1],[2,1],[1,1],[4,2],[2,2],[1,2],[4,3],[3,2],[3,2],[2,0],[1,-1],[0,-1],[1,0],[2,1],[1,0],[2,2],[2,2],[3,3],[1,3],[0,3],[1,2],[1,1],[1,0],[4,1],[1,0],[3,0],[2,0],[2,1],[2,0],[4,0],[2,1],[2,1],[5,0],[2,2],[2,3],[2,3],[2,1],[2,0],[1,0],[3,1],[2,1],[3,4],[2,2],[1,2],[2,1],[5,2],[3,-1],[2,1],[5,3],[4,3],[2,4],[3,3],[1,0],[3,-3],[3,-2],[1,0],[1,-1],[6,0],[1,0],[1,0],[3,4],[2,4],[2,2],[2,1],[4,2],[1,1],[1,0],[3,2],[1,0],[2,0],[-1,-1],[1,-1],[1,-1],[1,0],[1,0],[1,0],[2,1],[2,1],[1,0],[2,0],[1,0],[-1,-1],[-1,-3],[1,-2],[2,-1],[6,2],[3,1],[1,2],[1,1],[2,2],[1,1],[1,0],[1,0],[1,-1],[-1,-1],[2,-1],[4,0],[2,0],[3,2],[3,2],[0,1],[0,1],[4,4],[2,3],[0,1],[1,0],[1,1],[2,0],[2,1],[2,0],[2,1],[3,2],[1,0],[1,0]],[[9890,7709],[1,-1],[2,1],[1,0],[1,0],[1,-3],[0,-2],[-1,-4],[0,-1],[0,-1],[0,-5],[1,-4],[2,-5],[1,-3],[1,0],[1,0],[0,1],[0,3],[1,2],[1,1],[6,2],[0,2],[2,1],[1,0],[0,-1],[0,-2],[-1,-5],[-1,-2],[-1,-1],[-2,-6],[0,-2],[0,-1],[3,-3],[1,1],[4,4],[1,2],[0,3],[0,4],[0,3],[-1,3],[-1,2],[0,2],[1,1],[1,2],[5,-2],[2,-1],[4,-2],[2,-1],[0,-1],[0,-1],[-1,0],[-1,-2],[0,-3],[-1,-3],[1,-6],[1,-4],[0,-1],[1,0],[1,-1],[3,-1],[2,1],[1,3],[0,1],[1,1],[1,1],[1,-1],[1,0],[0,-1],[2,-3],[1,-5],[-1,-3],[-1,-4],[0,-1],[0,-1],[2,-2],[-1,3],[1,1],[2,4],[1,-1],[1,-2],[2,-4],[2,-2],[2,-1],[3,1],[2,0],[4,0],[4,-1],[3,0],[0,-1],[-2,-1],[0,-1],[-1,0],[0,-2],[1,-1],[1,-2],[1,-3],[0,-3],[-2,-3],[-1,-3],[1,-2],[3,0],[3,-2],[2,-5],[2,-1],[1,-2],[0,-1],[0,-1],[-1,-1],[-1,-3],[0,-3],[2,-2],[2,-2],[0,-2],[1,-3],[2,-4],[1,-3],[0,-2],[2,-2],[2,-1],[2,-1],[1,-4],[1,-2],[0,-2],[1,-2],[3,0],[3,-2],[-2,-1],[-2,-1],[-2,-1],[-1,-1],[-2,4],[0,2],[-2,2],[-3,3],[-1,1],[-6,2],[-6,1],[-1,0],[-2,0],[-2,2],[0,-1],[1,-2],[1,0],[1,-1],[2,0],[4,-3],[4,-1],[3,-1],[2,-2],[2,-4],[1,-1],[1,-3],[1,-1],[-1,-1],[-1,1],[-1,0],[-1,-1],[1,0],[1,0],[1,0],[1,-3],[0,-1],[0,-4],[-2,-3],[-1,-3],[0,-3],[0,-3],[-1,-2],[-2,-3],[0,-1],[-3,-3],[-1,-1],[-3,-2],[0,-1],[-1,0],[-2,-1],[-1,0],[-1,1],[-2,0],[-3,1],[-4,2],[-3,1],[-4,2],[-2,1],[-3,3],[-1,1],[-1,0],[-4,0],[-3,2],[-3,2],[-3,2],[-3,3],[-3,2],[-3,2],[-2,2],[-3,2],[-2,2],[-3,2],[-4,2],[-4,2],[-4,2],[-2,1],[-5,3],[-1,0],[-3,3],[-3,2],[-2,3],[-1,3],[-3,2],[-2,1],[-1,1],[-2,2],[-2,1],[-2,1],[-4,3],[-1,0],[-2,2],[-5,2],[-1,1],[-2,0],[-2,-1],[-3,1],[-4,2],[-3,1],[-4,2],[-7,1],[-2,2],[0,1],[-2,0],[-3,-1],[-3,0],[-3,0],[-6,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-2],[-1,0],[-4,-1],[-5,0],[-2,0],[-3,0],[-3,0],[-3,-1],[-3,0],[-4,1],[-3,1],[-4,0],[-1,0],[-2,-1],[-1,-1],[-1,1],[-1,1],[0,1],[0,1],[1,4],[1,4],[1,5],[2,5],[1,2],[0,1],[0,1],[0,1],[-1,2],[0,5],[0,6],[-2,5],[3,4],[-4,-2],[-1,-1],[-3,0],[-3,1],[-2,0],[-1,0],[-1,0],[-2,1],[0,3],[0,2],[-2,5],[2,2],[1,1],[3,3],[2,3],[3,5],[3,6],[0,2],[1,1],[1,0],[1,0],[2,0],[2,-1],[3,2],[2,0],[6,1],[5,-2],[2,0],[2,1],[1,0],[3,2],[3,1],[1,0],[1,0],[1,-2],[1,-2],[0,-1],[0,-1],[1,-1],[5,0],[0,3],[1,3],[3,2],[0,1],[2,0],[2,0],[0,-2],[1,-1],[2,0],[2,0],[2,1],[1,1],[1,1],[1,-1],[2,-2],[1,-2],[2,-1],[2,0],[1,0],[2,0],[1,1],[1,1],[2,2],[1,0],[4,0],[1,0],[1,0],[1,-1],[1,0],[4,2],[2,1],[1,1],[0,1],[1,0],[2,-1],[1,-1],[1,0],[0,-2],[2,-2],[2,-1],[1,-1],[1,0],[0,1],[0,1],[2,1],[2,1],[4,-1],[2,5],[1,2],[0,-1],[1,0],[1,0],[0,1],[1,1],[1,3],[1,3],[0,1],[0,1],[-1,1],[-1,1],[-1,1],[0,1]],[[7720,7580],[2,0],[9,-7],[8,-16],[4,-5],[0,-2],[4,-2],[0,-5],[3,-4],[1,1],[3,-2],[4,2],[2,11],[7,11],[16,-10],[5,-27],[-1,-3],[-2,-21],[9,-5],[19,-2],[5,19],[8,11],[5,3],[8,0],[7,-10],[7,-20],[7,-8],[4,-1],[6,-11],[2,0],[5,2],[3,9],[0,3],[2,-1],[6,6],[5,0],[6,8],[4,9],[0,2],[-2,2],[0,5],[6,8],[22,1],[9,-3],[4,-7],[10,-10],[0,-3],[2,-3],[-1,-3],[1,-3],[3,-3],[3,-2],[5,0],[6,-1],[20,-12]],[[7991,7481],[-2,-5],[-1,-3],[-1,-3],[-2,-11],[-1,-9],[-1,-3],[-1,-1],[0,-1],[0,-2],[-1,-4],[1,-1],[0,-1],[0,-4],[-1,4],[1,1],[-3,2],[-2,-3],[-1,-3],[-1,-2],[-2,-2],[-4,-2],[-3,-4],[-3,-4],[-2,-2],[-2,-3],[0,-1],[-2,-3],[-1,-3],[0,-3],[-2,-9],[-1,-4],[-3,-7],[-2,-4],[-2,-2],[-3,-4],[-1,-3],[-4,-6],[-1,-3],[-1,-2],[-1,-2],[-2,-4],[0,-2],[-1,-4],[-1,-7],[0,-8],[0,-10],[1,-6],[2,-4],[1,0],[3,0],[3,-2],[-1,-5],[0,1],[0,3],[0,1],[0,1],[-2,0],[-3,0],[-2,1],[-2,5],[-1,1],[-2,0],[-1,-1],[1,-2],[2,-2],[1,-3],[-1,-2],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-2],[-1,-2],[1,-1],[1,-5],[-1,-3],[1,-4],[3,-15],[4,-19],[1,-3],[1,-3],[1,-4],[3,-8],[2,-5],[2,-5],[1,-4],[4,-9],[3,-9],[1,-2],[6,-13],[1,-2],[0,-2],[2,-5],[4,-9],[6,-12],[0,-1],[4,-8],[1,-3],[1,-1],[0,-2],[-3,0],[-1,0],[-3,-1],[-2,-1],[0,-1],[-1,-3],[0,-1],[0,-4],[0,-3],[0,-2],[0,-5],[1,-2],[1,-5],[1,-4],[1,-3],[1,-4],[1,-2],[2,-6],[1,-5],[4,-12],[3,-7],[1,-2],[1,-3],[2,-5],[4,-8],[2,-5],[2,-4],[4,-5],[0,-2],[5,-7],[0,-4],[2,-3],[2,-4],[2,-3],[2,-2],[1,-3],[4,-5],[3,-3],[1,-2],[1,-1],[4,-6],[3,-4],[4,-4],[4,-5],[2,-3],[4,-4],[3,-4],[2,-2],[2,-2],[7,-7]],[[7406,7293],[0,4],[3,3],[-4,0],[-2,4],[-1,-4],[-3,2],[-1,1],[3,3],[-4,3],[3,3],[-4,2],[-1,2],[2,2],[2,-1],[3,1],[0,8],[2,4],[2,1],[-4,3],[4,2],[-3,2],[-1,4],[4,-3],[2,5],[-3,5],[0,3],[2,2],[-2,3],[1,4],[-1,3],[2,1],[-2,4],[2,3],[-1,2],[-3,-2],[-2,2],[-2,0],[0,1],[8,1],[1,4],[-2,4],[12,3],[7,4],[11,33],[8,16],[22,21],[12,-5],[7,-5],[6,-1],[9,1],[6,3],[3,5],[5,8],[-5,9],[1,11],[-2,5],[11,21],[7,6],[6,13],[3,3],[-1,4],[2,3],[0,11],[5,13],[0,8],[1,1],[-1,0],[0,9],[2,16],[-2,6],[-4,3],[1,3],[-1,1],[1,4],[0,2],[2,3],[22,9],[5,5]],[[7567,7636],[5,-1],[1,-4],[3,-2],[-1,4],[4,4],[2,-3],[1,1],[1,3],[6,-4],[4,2],[-2,1],[1,2],[6,2],[7,0],[14,-3],[10,4],[2,-1],[4,1],[2,-2],[16,-7],[2,-2],[4,-2],[1,-3],[4,2],[1,4],[2,-4],[0,-2],[5,-7],[1,-8],[0,-3],[-2,1],[-3,-6],[3,-11],[-1,-1],[3,-1],[1,-3],[-3,-4],[-2,-8],[2,-5],[9,-8],[4,0],[2,-2],[5,-1],[2,2],[1,3],[8,4],[4,6],[6,1],[8,5]],[[6771,7326],[2,0],[-2,-11],[3,1],[-1,-3],[3,1],[3,-3],[1,-5],[4,-8],[-1,5],[1,-3],[2,1],[-1,-3],[3,-3],[2,1],[2,-10],[3,-7],[4,-3],[-1,-4],[-6,1],[-1,-4],[-4,-7],[1,-5],[5,-5],[8,3],[2,-6],[3,2],[3,-1],[9,6],[8,14],[2,0],[3,7],[3,1],[-1,3],[7,-2],[2,-16],[4,-7],[3,-12],[6,-13]],[[5831,6867],[4,2],[10,2],[5,-2],[6,4],[3,8],[5,6],[5,17],[3,25],[4,11],[1,4],[7,10],[5,11],[7,1],[4,-2],[11,1],[8,-4],[1,1],[2,8],[-2,2],[2,12],[2,7],[3,4],[-2,2],[-4,0],[0,3],[-1,1],[-14,1],[-6,3],[0,3],[-1,2],[-5,2],[-6,-4],[-7,11],[-1,13],[-4,8],[-8,31],[12,-2],[25,-14],[6,1],[2,-2],[4,4],[2,5],[3,1],[1,-2],[3,1],[3,10],[-1,1],[-4,5],[-9,3],[-7,12],[-1,3],[2,7],[6,7],[0,7],[2,4],[0,6],[3,6],[7,2],[-1,7],[5,3],[4,7],[1,5],[16,-6],[14,3],[13,-4],[16,-12],[10,-2],[3,0],[0,1],[0,3],[-6,4],[-2,5],[-3,0],[-4,4],[-3,6],[-9,4],[2,3],[-3,8],[-1,11],[-9,5],[1,1],[-10,35],[-3,6],[12,4],[12,0],[-1,12],[2,11],[5,6],[0,5],[2,2],[1,5],[6,12],[2,7],[-4,7],[-4,3],[-1,6]],[[5990,7313],[13,2],[8,-2],[10,3],[3,3],[-1,4],[0,12],[-2,0],[13,9],[2,-2],[8,0],[0,3],[4,3],[2,3],[-3,3],[0,11],[8,6],[0,-3],[5,-4],[-2,4],[3,5],[-1,5],[2,2],[1,2],[1,0],[0,-3],[8,-6],[5,-1],[5,-4],[-1,-2],[-4,2],[-4,-2],[-1,-5],[-3,-3],[2,0],[3,-3],[2,-6],[3,-4],[2,-8],[10,-6],[0,6],[1,2],[3,16],[3,0],[2,3],[5,-2],[3,-4],[-1,-2],[2,-2],[5,0],[15,-6],[7,-1],[7,-3],[8,-2],[3,-2],[10,0],[11,-3],[7,1],[7,-2],[16,7],[5,4],[12,44],[4,7],[10,-8],[5,-1],[10,2],[5,2],[4,-1],[4,3],[14,2],[1,-1],[0,-5],[0,-4],[4,-23],[-13,-1],[-4,-11],[1,-6],[-1,-5],[4,-8],[-2,-3],[0,-3],[-2,-4],[-6,-3],[-8,2],[-2,3],[-2,0],[-4,-2],[1,-4],[-2,-2],[0,-7],[-4,-13],[0,-3],[-3,-6],[1,-2],[-7,-21],[7,0],[2,2],[4,-2],[2,-4],[0,-5],[3,0],[2,-4],[8,5],[2,6],[4,4],[11,-3],[3,-2],[7,0],[10,-4],[14,0],[0,-3],[2,-3],[-1,-6],[2,-1],[-2,-4],[1,-5],[4,-4],[-4,-7],[17,-9],[6,0],[6,-2],[11,-11],[10,-3],[6,1],[2,5],[4,1],[5,6],[2,5],[9,4],[11,0],[3,-1],[7,-6],[2,-3],[4,-1],[4,-4],[15,10],[4,4],[-1,4],[3,-1],[22,4],[1,-2],[16,5],[9,-5],[5,0],[10,3],[1,3],[2,3],[15,13],[3,4],[4,1],[3,18],[10,9],[9,5],[3,3],[3,1],[1,2],[30,2],[15,-5],[-1,3],[1,3],[-2,9],[-1,6],[8,14],[2,9],[17,0],[20,3],[12,-1],[0,9],[12,5],[6,-1],[15,-12],[6,-1],[9,-10],[3,-5],[9,0],[12,4],[3,-7],[7,-2],[0,4],[2,2],[8,-4],[5,2],[4,-1],[1,5],[10,10]],[[5960,7292],[-4,-7],[-4,-5],[-6,1],[-10,-1],[-10,-4],[-6,-7],[-2,2],[-1,-2],[-2,1],[-1,0],[-2,-3],[-2,0],[-1,-5],[-3,3],[-4,-1],[-7,2],[0,3],[-3,0],[-5,5],[-5,1],[-1,4],[-3,0]],[[5878,7279],[0,5],[6,19],[8,37],[9,20],[11,19],[7,-3],[17,-14],[11,-2],[3,-4],[7,-3],[5,-8],[4,-9],[-2,-7],[1,-2],[-2,-3],[4,-7],[-2,-3],[-3,-2],[-7,-11],[0,-4],[6,1],[-1,-3],[0,-3]],[[7557,7660],[-4,0],[-8,-6],[-4,2],[-7,-1],[-14,-5],[-7,3],[-10,6],[-19,3],[-3,2],[-13,-3],[-5,3],[-3,14],[-8,17],[-6,9],[0,5],[-3,2],[6,5],[-10,8],[-6,3],[-6,8],[0,2],[4,7]],[[7431,7744],[7,-4],[4,2],[5,-1],[8,-4],[8,3],[5,-1],[0,-3],[1,-2],[3,0],[9,8],[7,2],[1,2],[-1,4],[1,5],[-2,5],[0,8],[3,10],[6,3],[2,2],[0,2],[2,-3],[-2,-5],[5,-11],[1,-6],[3,-3],[0,-3],[11,-12],[3,3],[1,-1],[-3,-6],[2,-5],[-2,-3],[2,-5],[4,-1],[7,1],[6,-3],[19,3],[7,-1],[2,-3],[4,-3],[1,-4],[9,-3],[15,-15],[0,-1],[3,-4],[0,-6],[-5,-9],[-6,-2],[-5,-4],[-11,-7],[-6,1],[-3,-3],[-5,-1]],[[5873,7279],[1,-1],[4,1]],[[5960,7292],[7,5],[1,0],[11,7],[10,10],[1,-1]],[[4992,6543],[-1,1],[0,-1],[-1,0],[0,1],[0,2],[0,2],[-1,2],[-1,1],[-4,-1],[-1,0],[-2,-2],[-1,-1],[-3,-4],[-1,-1],[-1,-1],[-1,0],[-1,2],[-1,1],[-2,1],[-1,0],[-2,-1],[-3,-2],[-3,-1],[-2,0],[-1,-1],[-2,-5],[-1,-1],[-2,-3],[-2,-2],[-1,-1],[-2,1],[-2,1],[0,1],[-1,0],[-2,0],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-2,0],[0,2],[-1,1],[0,1],[-3,-1],[-1,0],[0,-1],[0,-3],[-1,-1],[-2,0],[-2,-1],[-3,-3],[0,-1],[-1,0],[0,1],[0,2],[-1,2],[0,1],[-2,0],[-4,3],[-2,3],[-1,4],[-1,3],[-1,2],[-1,2],[-1,4],[-2,4],[-1,2],[-2,4],[-1,1],[-4,4],[-1,2],[-1,4],[0,2],[0,4],[1,2],[0,1],[-2,2],[-2,4],[-1,2],[0,2],[-2,1],[-3,1],[-3,3],[-2,2],[-1,2],[-2,3],[-1,2],[-1,2],[-2,4],[-3,6],[0,2],[-1,3],[0,1],[-2,2],[-4,5],[-1,1],[-3,4],[-4,5],[-6,7],[-1,1],[-1,2],[-2,4],[-2,2],[-4,5],[-2,4],[-1,2],[0,3],[-1,4],[-1,2],[0,4],[-3,2],[-3,1],[-4,2],[-3,3],[-3,3],[0,1],[-4,-1],[-2,-1],[-2,0],[0,-2],[-1,0],[0,1],[1,1],[1,4],[1,0],[3,1],[3,3],[1,3],[0,1],[-1,1],[1,2],[1,0],[3,1],[1,2],[1,1],[1,3],[1,4],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,-3],[-1,-1],[-2,0],[-1,1],[-1,0],[0,1],[0,1],[0,3],[1,3],[1,2],[1,2],[0,2],[0,2],[1,2],[0,2],[1,5],[2,2],[1,1],[0,2],[1,2],[0,3],[0,3],[-1,3],[0,1],[1,1],[2,3],[3,3],[0,1],[2,5],[0,4],[0,2],[1,1],[1,0],[2,0],[1,0],[1,1],[1,3],[1,1],[1,2],[1,2],[2,4],[0,4],[0,2],[1,3],[1,2],[1,2],[3,2],[1,1],[0,1],[0,1],[-1,1],[-2,1],[-2,-1],[-2,0],[-2,0],[-1,1],[-1,2],[-1,4],[0,3],[1,4],[1,4],[-1,4],[0,4],[0,1],[1,4],[1,2],[0,2],[0,1],[-1,2],[0,1],[0,3],[1,5],[1,3],[2,2],[2,4],[0,1],[-1,3],[0,1],[0,1],[2,1],[4,4],[1,0],[1,0],[2,0],[2,0],[1,1],[3,2],[3,3],[3,2],[1,1],[2,3],[2,6],[0,1],[1,1],[1,1],[4,2],[3,1],[1,1],[1,0],[2,1],[2,2],[1,2],[1,3],[0,1],[1,2],[2,2],[1,1],[2,3],[3,3],[1,1],[1,1],[1,1],[3,1],[3,1],[6,1],[1,-1],[1,-1],[1,0],[3,2],[2,4],[0,2],[1,2],[0,1],[1,3],[1,2],[0,1],[1,2],[1,1],[2,4],[3,2],[0,1],[4,1],[4,2],[2,2],[1,4],[2,3],[0,1],[-1,1],[-1,1],[-1,2],[0,1],[0,2],[0,3],[-1,2],[-2,2],[-2,2],[-1,1],[2,2],[3,3],[2,1],[1,1],[1,1],[2,2],[1,1],[1,6],[1,3],[1,1],[1,3],[2,2],[2,4],[3,3],[1,2],[3,6],[2,1],[2,4],[1,3],[1,3],[1,1],[0,1],[2,2],[1,4],[2,5],[3,4],[3,3],[-2,2],[-2,3],[-2,3],[-1,2],[1,2],[1,4],[1,1],[0,4],[-1,2],[-1,2],[-1,0],[-1,2],[0,2],[-2,3],[-1,3],[-1,1],[0,2],[-1,1],[0,1],[-3,3],[-1,1],[-3,3],[-4,2],[-1,1],[-1,0],[-2,3],[-2,1],[-3,3],[-2,1],[-1,0],[-3,1],[-4,0],[-2,-1],[-1,0],[0,-1],[-4,-2],[-4,-1],[-2,-1],[-1,0],[-6,-1],[-3,-2],[-1,0],[-2,-3],[-6,3],[-1,0],[-3,1],[-3,1],[-1,0],[-2,1],[-1,0],[-1,3],[0,3],[0,3],[1,4],[1,3],[1,4],[2,4],[-1,1],[0,1],[0,2],[1,2],[2,4],[-1,1],[0,2],[0,1],[-1,1],[-2,0],[-2,0],[-1,0],[-1,0],[-3,2],[-2,1],[-2,2],[-1,1],[-2,-1],[-2,0],[-2,1],[-2,1],[-2,1],[-2,1],[0,1],[-3,-2],[0,1],[-3,0],[-3,3],[-2,0],[-1,1],[-2,2],[-1,3],[-1,1],[-5,4],[1,6],[-1,2],[-2,2],[1,4],[1,2],[0,3],[-2,4],[-1,4],[1,3],[2,4],[1,3],[2,4],[1,2]],[[4859,7207],[13,-8],[2,3],[4,8],[8,8],[1,6],[6,5],[2,4],[-2,6],[-1,0],[-3,-3],[-2,-3],[-4,6],[1,4],[5,9],[2,6],[9,9],[1,1],[2,-2],[7,6],[6,1],[2,0],[3,-3],[6,-1],[3,1],[1,-4],[3,-1],[-2,-4],[-5,-9],[-8,5],[-2,-3],[0,-5],[7,-4],[2,-3],[-1,-8],[2,-7],[1,-1],[2,2],[11,7],[2,2],[-2,1],[0,3],[8,11],[-1,10],[5,2],[1,5],[0,2],[4,4],[-13,5],[-12,11],[7,14],[8,-4],[1,1],[15,-5],[3,-3],[3,0],[2,-4],[14,-7],[17,-8],[5,1],[6,-5],[6,0],[6,4],[4,-1],[17,3],[2,-1],[6,-13],[-1,-5],[-1,-10],[8,-6],[3,-4],[10,-2],[1,-2],[-6,-28],[-4,-6],[-4,-1],[-3,-8],[-7,-8],[0,-5],[2,-3],[-1,-4],[2,-5],[3,-2],[1,-5],[8,-8],[2,0],[5,4],[6,-3],[13,-3],[12,-5],[10,14],[6,-4],[5,2],[3,-1],[0,-2],[3,0],[3,-2],[4,0],[11,-5],[-2,-6],[5,-2],[0,-5],[15,-2],[2,12],[-2,4],[22,-9],[9,4],[11,0],[3,1],[11,-6],[5,-1],[2,2],[12,-3],[8,10],[8,4],[5,1],[2,-1],[-1,-8],[5,-10],[1,-4],[0,-6],[-2,-4],[1,-6],[-1,-5],[1,-3],[5,-5],[2,-3],[28,-5],[3,-3],[4,-10],[6,-8],[15,2],[6,-3],[2,-2],[-1,-2],[3,-3],[2,-7],[2,2],[5,9],[9,10],[7,12],[5,5],[15,13],[6,4],[6,5],[1,1],[0,-9],[1,-5],[-1,-3],[1,-8],[1,-16],[2,-3],[-2,-2],[1,-2],[8,10],[4,0],[6,8],[1,4],[2,1],[1,3],[2,2],[2,3],[1,0],[3,4],[2,0],[5,-3],[0,-6],[-5,-7],[5,0],[24,13],[8,1],[3,2],[6,1],[8,6],[-2,6],[4,9],[19,-5],[6,-3],[12,-12],[12,-14],[7,-5],[6,0],[11,13],[4,-2],[15,1],[1,3],[4,1],[4,7],[-8,6],[0,4],[4,0],[4,3],[3,7],[-12,15],[-4,8],[3,2],[7,6],[3,-1],[6,3],[3,4],[3,-1],[3,4],[10,-15],[1,6],[3,2],[2,3],[1,-6],[5,-7],[3,-4],[8,-3],[5,-10],[2,-1],[3,1],[5,-1],[6,2],[2,-1],[0,-1],[5,-1],[7,7],[6,3],[3,8],[4,16],[7,7],[1,6],[1,9],[-2,4],[-1,8],[6,41],[8,-1],[9,-8],[9,0],[16,-11],[27,9],[6,0],[7,2],[15,11],[3,4],[2,9],[0,7],[-1,11],[11,2],[16,-17],[5,2],[10,1],[4,7],[8,-5],[4,1],[2,4],[4,3],[-2,7],[10,0]],[[8151,8107],[5,-3],[4,2],[2,-4],[9,5],[4,0],[-1,-4],[2,-6],[4,-9],[2,-1],[4,3],[5,1],[4,-2],[3,-6],[7,-3],[0,-2],[-5,-8],[-3,-2],[-3,-7],[1,-6],[-2,-2],[2,-4],[3,-2],[1,-3],[2,-2],[4,-3],[2,2],[8,-7],[2,0],[8,-4],[15,-2],[7,1],[3,-2],[4,-1],[1,-3],[0,-1],[7,-6],[5,-4],[5,0],[-3,-4],[1,-1],[-3,-3],[2,-12],[18,-9],[17,-6]],[[8304,7977],[-1,0],[-2,-6],[-2,-4],[-1,-4],[-2,-3],[-2,-4],[-3,-5],[-2,-5],[-2,-5],[1,-1],[-1,-3],[0,1],[0,2],[0,1],[-1,1],[-4,-3],[-1,-2],[-1,-3],[-1,-2],[-2,-4],[-2,-2],[-1,-1],[-1,-2],[-2,-4],[-1,-3],[-2,-5],[-2,-2],[-2,-3],[-1,-1],[-2,-3],[-1,-1],[-2,-5],[-1,-5],[-2,-8],[-1,-4],[-1,-3],[-1,-1],[-3,-4],[-1,-2],[0,-3],[-1,0],[0,-2],[-2,-2],[-3,-3],[-3,-2],[-1,-2],[-1,-1],[-1,-3],[-2,-2],[-2,-2],[-1,-3],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-4],[-2,-3],[-3,-3],[-2,-1],[-1,-1],[-3,-4],[-1,-1],[-1,-1],[-4,-2],[-3,-3],[-2,-4],[-3,-4],[-1,-1],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-2],[-2,-6],[-2,-3],[-2,-2],[-1,-1],[-1,0],[-1,0],[-3,-1],[-4,-1],[-2,-1],[-2,-2],[-3,-3],[-3,-2],[-3,-2],[-2,-2],[-3,-3],[-1,-3],[-2,-1],[-2,-6],[-2,-4],[-2,-5],[-1,-2],[-1,-2],[-1,-2],[-3,-7],[-1,-3],[-1,-3],[0,-2],[-1,-3],[-2,-3],[-1,-2],[0,-6],[-2,-3],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-2],[0,-1],[-1,-3],[-2,-2],[-3,-3],[-4,-2],[-5,-1],[-3,-1],[-3,1],[-1,0],[-2,-1],[-1,-2],[-4,-3],[-3,-3],[-4,-3],[-1,-1],[-1,-3],[-3,-9],[-1,-1],[-1,-2],[-2,-6],[-2,-4],[-2,-8],[-1,-5],[1,-1],[2,-3],[0,1],[-2,1],[-1,1],[-2,1],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,-3],[-1,-4],[-1,-4],[0,-4],[-1,-4],[-2,-8],[0,-2],[-1,-3],[0,-1],[-3,-4],[-2,-2],[-2,-1],[-2,-2],[-4,-4],[-2,-3],[-1,-2],[-4,-4],[-5,-4],[-2,-2],[-1,-2],[1,-2],[0,-2],[0,-1],[0,1],[0,2],[0,1],[-2,1],[-1,-1],[-1,-1],[-2,-1],[-2,-2],[-2,-4],[-3,-6],[-2,-3],[-1,-2],[-4,-5],[-3,-5],[-2,-5],[-4,-8],[-1,-2],[-3,-6],[-2,-3],[-3,-5],[-3,-5],[-2,-4],[-1,-2],[-2,-3],[-3,-4],[-3,-5],[-2,-7]],[[7720,7580],[-3,7],[-11,9],[-2,6],[-3,5],[2,2],[0,3],[-2,6],[-3,3],[1,4],[3,1],[1,3],[-2,5],[1,5],[6,4],[4,0],[6,5],[6,-1],[5,6],[1,3],[4,4],[2,19],[4,3],[2,-5],[8,3],[5,-2],[7,4],[10,-1],[7,4],[9,10],[3,2],[1,-2],[0,3],[2,-1],[0,2],[2,2],[2,-1],[0,-3],[4,0],[-7,20],[10,16],[3,0],[1,2],[3,1],[2,-1],[3,4],[0,6],[2,1],[0,1],[3,5],[-2,8],[1,2],[-1,4],[4,4],[3,8],[-1,6],[7,25],[7,-8],[8,-4],[4,1],[3,-3],[2,3],[6,1],[3,3],[3,-4],[5,1],[10,5],[20,14],[0,5],[1,3],[-4,6],[-4,4],[3,2],[-1,2],[1,-2],[1,1],[0,2],[1,3],[2,-1],[2,3],[1,-4],[2,3],[0,-3],[1,0],[0,1],[2,-1],[-2,3],[1,2],[2,3],[2,-3],[2,1],[1,0],[0,3],[2,1],[-1,5],[2,-2],[1,0],[1,9],[4,1],[0,2],[5,4],[1,2],[2,2],[2,0],[2,3],[3,-1],[4,4],[0,-1],[3,0],[0,2],[1,0],[0,4],[-2,7],[-7,7],[-3,7],[-3,4],[-8,6],[-7,11],[2,0],[2,7],[3,3],[5,1],[5,3],[7,0],[-1,3],[4,1],[1,-1],[4,3],[1,-1],[1,3],[-4,3],[0,3],[3,3],[-2,5],[-4,5],[-5,-2],[-1,6],[1,9],[4,8],[-1,2],[1,4],[-2,1],[1,1],[-2,4],[1,5],[-2,1],[-1,3],[3,4],[0,17],[-2,1],[-6,-1],[-4,-5],[-6,3],[-4,-1],[0,3],[-7,3],[-5,-2],[-3,4],[-1,3],[1,8],[3,4],[0,4],[-4,4],[-1,3],[2,4],[2,0],[1,1],[-1,1],[1,-1],[0,2],[6,3],[13,2],[3,-2],[2,-9],[4,-2],[0,2],[4,3],[2,4],[2,-1],[5,5],[7,2],[5,4],[7,0],[-1,5],[2,6],[-1,1],[-1,7],[3,4],[3,16],[5,3],[1,6],[4,4],[0,3],[3,2],[-1,1],[14,1],[0,2],[9,-2],[-1,-7],[2,-4],[2,-1],[3,-5],[2,-3],[7,-3],[2,-3],[5,-1],[14,-9],[7,0],[8,-3],[4,5],[2,0],[15,-2],[1,-5],[4,-4],[-1,-4],[1,-7],[7,-3],[13,15],[18,8],[-1,-2],[3,0],[3,-2],[9,-2],[9,4],[0,2],[3,3]],[[6039,7788],[3,-3],[-1,-4],[16,-4],[5,0],[3,2],[2,2],[-1,5],[4,3],[5,2],[10,5],[12,2],[4,2],[2,4],[0,10],[3,-1],[0,2],[9,8],[5,7],[6,2],[-1,2],[1,5],[-2,1],[4,8],[-1,3],[3,-3],[3,0],[5,-3],[-1,-20],[1,-4],[5,-10],[-2,-11],[3,2],[4,-1],[3,-3],[2,-4],[5,5],[1,-1],[1,-1],[-1,-3],[1,-3],[5,-2],[4,6],[7,5],[1,4],[3,3],[1,6],[3,3],[2,7],[6,0],[1,2],[3,-4],[4,1],[1,-2],[5,0],[0,11],[5,7],[6,-3],[3,-3],[0,-3],[3,-8],[3,0],[6,-4],[-3,-9],[3,-3],[6,3],[5,-4],[4,1],[3,-2],[8,8],[3,8],[3,-1],[9,-9],[13,-1],[-2,-3],[1,-6],[7,-9],[4,-2],[4,-5],[17,2],[-1,-8],[2,-2],[0,-3],[1,-1],[1,3],[2,1],[0,3],[5,2],[7,-8],[2,-1],[15,-1],[0,2],[5,-2],[5,-5],[1,-2],[0,-5],[8,-5],[7,7],[4,-2],[2,5],[2,-1],[8,-8],[2,-4],[0,-6],[3,-4],[11,-5],[11,10],[8,-6],[5,-3],[4,-1],[3,5],[4,2],[1,-5],[4,-6],[4,0],[18,-10],[-4,-8],[1,-2],[3,2],[1,-1],[-2,-8],[-4,-1],[-2,1],[-3,-2],[1,-2],[5,-4],[-4,-5],[2,-2],[-1,-2],[-3,0],[-4,-3],[1,-5],[-1,-1],[-4,1],[-1,-6],[-2,1],[-2,2],[-3,-1],[-1,-4],[-5,-8],[-2,0],[-2,2],[1,2],[-2,0],[-4,-1],[-4,-4],[-3,-6],[-3,-2],[-1,-2],[0,-3],[2,-4],[0,-1],[-3,3],[-2,-2],[-2,-1],[0,-2],[2,-3],[-1,-1],[-3,4],[-1,1],[-2,-2],[4,-7],[3,1],[1,1],[2,-1],[-2,-3],[-6,-2],[-7,4],[3,-7],[0,-3],[-1,-1],[-6,-2],[-2,2],[1,3],[5,2],[-3,5],[-1,-3],[-9,-5],[2,-3],[-1,-3],[-4,2],[-2,-1],[-2,4],[-3,1],[-4,-4],[-3,0],[-3,-10],[-2,1],[-1,6],[-6,-2],[-3,-4],[-7,-3],[3,-7],[-3,-4],[3,-3],[15,-3],[9,-9],[4,-1],[-1,2],[8,7],[5,7],[10,7],[3,5],[2,7],[6,2],[9,6],[6,-4],[9,8],[7,3],[12,0],[0,2],[2,0],[-4,12],[4,3],[3,-1],[6,4],[6,2],[3,8],[17,3],[9,0],[5,2],[-1,3],[2,8],[1,2],[1,0],[1,2],[1,-1],[1,3],[3,-3],[2,2],[2,0],[1,-4],[2,3],[5,0],[0,-2],[1,-1],[7,3],[-1,2],[4,0],[1,-7],[2,1],[5,-1],[2,6],[7,-4],[0,-2],[4,-2],[3,1],[1,3],[-1,3],[1,1],[3,3],[4,-1],[0,5],[-2,4],[1,6],[7,0],[7,3],[5,1],[3,-1],[7,-7],[4,-9],[3,-1],[5,0],[1,-2],[4,-1],[1,1],[-1,3],[3,-1],[1,3],[3,-4],[2,4],[2,-1],[2,1],[0,1],[1,-3],[15,5],[2,-1],[2,0],[-3,2],[3,2],[5,6],[0,4],[1,-1],[1,2],[3,0],[1,2],[-3,0],[2,3],[5,-1],[-1,-4],[2,-1],[1,-11]],[[6669,7694],[-1,-6],[-3,-5],[2,-5],[0,-7],[2,-1],[5,-10],[3,-16],[21,1],[-1,-7],[2,-2],[-1,-1],[0,-7],[1,-2],[-2,-2],[1,-12],[-2,-7],[-3,-3],[0,-8],[-3,-3],[1,-3],[-4,-5],[-3,-7],[7,0],[2,-2],[5,-1],[6,-7],[3,-2],[7,-11],[4,-15],[6,-14],[-1,-2],[11,-14],[8,-28],[9,-10],[0,-4],[3,-5],[7,-1],[2,-7],[14,-18],[5,-3],[-5,-12],[2,-6],[-5,-7],[2,-12],[-1,-8],[1,-6],[-3,-6],[-1,-12],[-2,-3],[1,-5],[-2,-4],[1,-18],[1,-7]],[[5873,7279],[-25,25],[-7,10],[-9,16],[-7,7],[-6,-1],[-5,2],[-8,11],[-9,8],[-9,14],[-2,4],[-3,2],[-2,5],[-10,8],[-11,14],[6,7],[2,5],[3,1],[4,11],[5,5],[-1,2],[1,2],[-1,3],[2,0],[4,7],[0,1],[-3,4],[2,13],[3,7],[3,5],[-8,15],[-4,2],[-4,5],[0,3],[5,0],[2,3],[-3,13],[-1,12],[-17,-2],[-11,-14],[-5,-4],[-1,-4],[-4,-6],[-6,0],[-13,6],[-5,-1],[-4,7],[2,10],[-2,1],[0,5],[2,8],[0,8],[2,8],[4,3],[7,10],[-1,4],[-3,2],[-1,5],[-7,3],[-1,4],[-3,3],[-4,1],[-18,-2],[-11,-6],[-6,-1],[0,3],[2,2],[3,20],[5,14],[5,18],[3,8],[2,18],[-1,11],[-5,18],[3,12],[0,14],[4,5],[10,4]],[[5702,7725],[9,-5],[6,0],[3,2],[8,-1],[5,1],[3,-2],[19,0],[3,-1],[0,-9],[3,-4],[2,-1],[3,0],[4,3],[5,-2],[8,5],[2,-1],[4,0],[0,4],[6,3],[10,10],[2,5],[2,1],[2,-3],[2,1],[1,6],[3,1],[0,3],[5,6],[5,-1],[2,1],[4,0],[4,4],[6,1],[1,-8],[5,-10],[-1,-5],[-2,-7],[3,0],[7,3],[3,0],[6,3],[7,1],[-2,3],[1,0],[-1,2],[1,2],[5,0],[9,2],[3,10],[-3,11],[5,2],[13,11],[3,-1],[1,5],[6,5],[2,-1],[2,2],[8,3],[6,6],[0,5],[6,3],[-1,4],[-1,0],[0,5],[-3,3],[4,3],[0,3],[3,7],[8,-2],[3,-4],[8,-3],[3,2],[5,7],[6,-3],[1,2],[7,1],[-1,3],[7,1],[2,-10],[-4,-1],[0,-2],[0,-2],[7,-5],[-3,-5],[3,-3],[-1,-5],[1,-6],[0,-4],[3,-3],[3,1],[5,-2],[2,-4],[1,-1],[7,0],[4,3],[6,-2],[6,5],[5,3],[2,2],[4,1]],[[7272,7900],[7,0],[0,-4],[5,0],[1,-2],[4,-3],[6,-14],[1,0],[4,-7],[2,0],[8,-5],[6,-9],[4,-4],[0,-2],[-4,-2],[-6,3],[0,-4],[-4,-6],[1,-9],[3,-7],[3,0],[1,2],[0,7],[5,10],[4,1],[5,-5],[6,-4],[3,-8],[6,-5],[12,-16],[12,-7],[10,-15],[2,-1],[11,-12],[4,1],[4,6],[5,1],[16,-12],[16,8],[-2,-25],[-2,-7]],[[7557,7660],[1,-7],[7,-7],[2,-10]],[[6669,7694],[5,0],[4,-1],[10,-1],[13,5],[13,13],[3,5],[-1,3],[1,1],[-2,4],[1,1],[-2,0],[-3,3],[1,2],[-2,0],[-1,2],[0,1],[-1,2],[1,1],[-2,1],[0,1],[-3,0],[-3,4],[-1,-2],[-1,3],[-1,0],[0,3],[2,2],[-2,2],[3,5],[2,1],[1,-3],[2,-1],[3,-1],[2,1]],[[6711,7751],[2,7],[21,-10],[0,7],[1,6],[-2,2],[-2,7],[1,3],[2,0],[3,4],[2,6],[3,0],[4,-4],[3,-5],[10,-7],[5,-8],[6,-5],[10,-3],[11,4],[6,6],[-1,1],[6,15],[6,2],[8,-1],[4,3],[1,9],[2,3],[6,24],[-2,2],[1,13],[-2,15],[0,9],[-4,5],[3,5],[0,1],[-2,-2],[-1,4],[1,7],[-1,3],[2,5],[1,9],[2,3],[-2,1],[3,3],[-2,5],[4,6],[0,5],[6,2],[-2,3],[3,2],[2,6],[1,1],[4,-2],[4,-1],[-1,-5],[-4,-8],[5,-5],[10,-8],[6,-2],[2,3],[-4,6],[3,-2],[2,0],[2,4],[-3,2],[1,1],[5,-2],[6,-13],[5,5],[-11,12],[2,5],[6,-2],[4,4],[0,3],[-3,3],[2,0],[2,3],[2,0],[0,-3],[3,-4],[2,2],[5,1],[3,4],[4,-3],[3,4],[3,-3],[6,1],[3,-2],[3,1],[0,3],[3,0],[3,-3],[5,-1],[1,-3],[2,1],[2,-3],[4,0],[0,-3],[2,-3],[5,1],[3,-2],[4,0],[3,3],[2,12],[-3,6],[-2,1],[-3,4],[-10,5],[4,7],[0,4],[3,4],[-5,6],[-2,7],[4,11],[4,5],[6,-18],[8,-4],[15,9],[6,0],[5,4],[5,6],[3,-2],[3,-7],[15,11],[-2,6],[-3,2],[-1,5],[-4,1],[-2,5],[-5,4],[0,8],[5,9],[3,4],[8,-4],[4,-1],[8,-8],[0,-2],[-3,-6],[6,-4],[2,-3],[5,-1],[10,4],[5,-1],[5,12],[-3,12],[0,8],[1,4],[5,2],[2,7],[9,-8],[9,-3],[4,-5],[5,0],[11,7],[9,0],[3,12],[2,5],[5,0],[6,-1],[6,-4],[5,1],[8,-3],[0,-2],[3,-5],[12,-7],[0,-4],[10,-10],[5,-2],[8,-4],[6,-2],[3,-2],[9,4],[1,4],[-2,6],[1,2],[2,0],[3,-7],[5,0],[6,-4],[1,0],[5,-7],[0,-9],[3,-4],[0,-7],[2,-2],[-2,-3],[4,0],[0,-4],[5,-4],[3,-7],[-3,-7],[5,-9],[-2,-2],[2,-1],[1,-5],[2,-1],[-1,0],[0,-2],[5,-6],[0,-3],[-2,-3],[3,-4],[-1,-2],[2,-2],[0,-8],[3,-2],[-1,-1],[1,-1],[3,-2],[3,5],[6,-10],[4,-4],[1,-3],[3,-1]],[[6174,8073],[3,-2],[6,-8],[-1,-6],[-14,1],[-14,-4]],[[6154,8054],[-2,7],[3,2],[1,3],[11,9],[3,0],[4,-2]],[[5524,7836],[6,-2],[7,0],[4,-2],[3,2],[4,-5],[12,-8],[-2,-8],[5,-5],[12,-2],[1,-3],[3,-5],[-3,-6],[4,-5],[7,1],[12,-7],[2,-2],[5,-1],[2,-2],[8,-2],[4,1],[5,4],[3,0],[2,-2],[5,3],[7,2],[2,10],[7,2],[5,4],[5,12],[8,2],[7,-3],[7,4],[7,0],[3,3],[5,2],[1,-1],[-7,-23],[-5,-5],[0,-5],[3,-5],[-2,-2],[2,-13],[-2,-9],[0,-2],[3,-2],[2,-4],[0,-2],[5,-9],[0,-2],[4,-4],[0,-5]],[[4859,7207],[0,1],[-3,2],[-3,2],[0,1],[-4,3],[-1,1],[-5,4],[-1,2],[0,1],[0,3],[-2,2],[-2,3],[-3,2],[-1,2],[-2,2],[-2,1],[-3,2],[-2,2],[-1,3],[2,6],[0,1],[0,2],[-2,4],[0,4],[0,1],[-3,3],[-2,2],[0,2],[0,3],[1,0],[1,2],[2,2],[2,3],[1,4],[1,4],[1,4],[0,2],[-1,2],[-1,1],[0,3],[0,2],[0,2],[0,2],[0,2],[1,1],[1,2],[1,2],[2,2],[0,1],[0,1],[0,1],[-2,2],[-3,1],[-1,1],[-2,0],[-2,2],[-1,2],[-1,1],[-1,1],[-1,0],[-2,0],[-4,2],[-3,3],[-1,0],[-2,0],[-3,0],[-2,1],[-3,2],[-3,3],[0,1],[0,1],[-1,1],[-3,1],[-1,2],[0,2],[0,2],[1,2],[0,4],[0,3],[-1,1],[-1,3],[-4,2],[-2,-1],[-2,0],[-3,0],[-4,0],[-2,1],[-1,2],[0,1],[-2,1],[-2,2],[-2,4],[-1,4],[-2,4],[-3,5],[-3,2],[-2,2],[-2,1],[-2,1],[-2,2],[-2,1],[-2,0],[-1,0],[-2,3],[0,3],[-2,4],[-1,3],[-1,2],[0,1],[0,2],[0,2],[-1,1],[-2,2],[-1,1],[-3,3],[-1,2],[0,2],[1,2],[0,2],[-1,1],[-1,2],[0,1],[0,2],[0,2],[0,1],[-2,2],[-2,1],[-1,0],[-1,1],[-1,0],[1,1],[1,1],[2,1],[2,0],[5,-1],[2,0],[2,0],[1,0],[5,0],[3,0],[4,0],[2,-2],[5,1],[6,-1],[3,-1],[2,-1],[2,-1],[4,-3],[1,-1],[6,-2],[4,-1],[1,0],[1,0],[2,1],[2,1],[5,1],[2,0],[1,-1],[5,-1],[1,-1],[3,0],[3,-1],[4,-2],[1,-1],[1,1],[2,1],[1,1],[2,2],[2,1],[3,1],[3,1],[4,1],[0,1],[1,1],[0,1],[2,1],[5,1],[1,0],[2,1],[2,1],[5,0],[2,1],[2,-1],[1,0],[4,-1],[7,-3],[1,0],[3,1],[2,1],[5,-1],[3,-1],[4,-1],[4,-1],[3,-1],[3,-1],[1,0],[2,0],[1,0],[4,3],[3,3],[1,1],[5,0],[1,0],[4,0],[5,-1],[2,0],[7,-3],[2,0],[2,0],[3,1],[1,0],[1,0],[3,2],[5,2],[2,1],[1,0],[2,0],[4,2],[0,4],[1,1],[2,3],[0,3],[0,2],[1,5],[0,1],[2,4],[1,1],[1,5],[3,4],[1,2],[0,1],[-2,1],[0,1],[0,4],[1,4],[1,5],[0,4],[1,3],[1,2],[3,3],[-1,4],[-1,1],[-1,1],[0,3],[-1,2],[0,1],[-1,0],[-1,1],[0,1],[1,2],[0,5],[1,2],[1,3],[1,3],[2,1],[1,0],[1,1],[1,1],[2,1],[1,-1],[2,0],[3,1],[1,1],[2,4],[0,1],[2,0],[2,2],[0,1],[1,4],[0,2],[1,1],[1,2],[1,1],[1,1],[2,0],[3,2],[3,4],[1,4],[0,4],[0,2],[0,2],[-1,1],[1,3],[2,5],[0,4],[-2,4],[-1,2],[0,3],[0,1],[0,1],[2,2],[2,1],[3,4],[2,2],[1,2],[0,1],[-1,5],[0,1],[-1,1],[0,1],[0,2],[0,1],[0,1],[3,3],[1,1],[-1,2],[-2,2],[0,1],[0,1],[1,0],[1,2],[2,4],[1,1],[0,2],[1,2],[-1,3],[0,1],[0,1],[1,0],[0,1],[2,0],[1,0],[0,1],[1,1],[0,1],[-1,1],[-1,0],[-3,1],[-1,1],[1,2],[0,1],[-1,3],[-2,3],[0,5],[-2,3],[-1,1],[-1,1],[-3,1],[0,1],[1,1],[1,2],[0,1],[0,1],[-1,0],[-3,0],[-2,1],[-4,2],[-1,1],[0,3],[-1,3],[0,3],[-1,3],[0,1],[-1,2],[-2,2],[-2,3],[-3,4],[-2,1],[-2,3],[-4,-1],[-1,1],[-1,1],[0,1],[-3,0],[-2,1],[-3,1],[-2,0],[-2,0],[-2,-1],[-2,2],[-2,2],[-1,1],[-2,1],[0,1],[0,1],[-1,3],[0,2],[-2,4],[0,2],[1,3],[0,3],[0,1],[-2,4],[0,2],[1,2],[0,4],[-1,2],[-2,1],[-2,1],[1,4],[1,2],[2,2],[0,4],[0,2],[1,2],[1,3],[1,3],[0,3],[1,1],[2,2],[4,4],[1,0],[2,0],[1,0],[3,2],[1,1],[1,0],[2,-3],[2,0],[1,1],[1,1],[2,4],[2,4],[0,2],[1,1],[4,0],[5,1],[3,-1],[1,0],[1,-1],[4,-1],[1,0],[3,1],[3,2],[2,1],[2,-1],[3,0],[2,1],[1,1],[2,2],[1,0],[0,3]],[[5022,7821],[8,-10],[4,1],[2,-5],[5,0],[1,-2],[5,0],[1,-2],[3,0],[-1,5],[9,0],[2,-2],[10,-5],[0,5],[2,2],[4,4],[3,1],[8,7],[3,-1],[3,-10],[6,-5],[1,2],[5,3],[0,4],[2,4],[14,3],[3,-3],[9,1],[7,4],[5,-1],[14,13],[-2,3],[1,6],[-3,5],[2,9],[11,12],[22,9],[8,6],[8,-1],[5,1],[-1,4],[1,2],[6,6],[3,5],[6,2],[6,-2],[9,2],[4,3],[0,5],[-2,1],[0,3],[9,9],[1,4],[4,3],[4,0],[2,1],[12,1],[3,4],[6,0],[2,2],[3,7],[4,-1],[6,9],[3,1],[16,-3],[3,-6],[2,-1],[0,-3],[3,-2],[5,-3],[5,-1],[1,-1],[1,-1],[-1,-3],[4,-7],[6,0],[6,4],[1,-1],[0,-4],[-3,-3],[-3,-6],[5,-1],[1,-3],[8,0],[3,-2],[0,-2],[3,0],[1,-3],[4,0],[4,-4],[-4,0],[-1,-4],[-3,2],[-1,-2],[1,-1],[5,-1],[-2,-3],[-4,-2],[0,-2],[2,-1],[-1,-6],[-1,-2],[-3,1],[-2,-4],[-3,2],[-1,-2],[17,-5],[7,-4],[3,1],[8,-2],[5,0],[-2,-11],[2,-3],[5,-7],[5,-4],[6,-2],[5,-4],[2,1],[10,-4],[2,-2],[7,-1],[2,-2],[1,6],[3,2],[5,10],[2,4],[-1,4],[4,5],[5,0],[3,3],[4,2],[1,2],[3,0],[-2,-4],[3,-2],[8,8],[3,4],[3,2],[4,-1],[3,3],[2,-2],[6,-24],[-5,-8],[-4,-1],[4,-7],[12,-4],[10,5],[3,4]],[[8173,8317],[-1,-6],[4,-2],[1,-3],[-4,-3],[-2,-3],[2,-2],[3,4],[2,0],[1,-1],[-2,-4],[1,-2],[4,-1],[1,4],[1,0],[5,-7],[3,-2],[4,-1],[3,-3],[-1,-1],[-7,1],[-1,-3],[7,-5],[-2,-3],[-1,-3],[6,-6],[0,-9],[4,1],[1,-3],[-4,-3],[1,-3],[-2,-5],[-3,-1],[0,-2],[-2,-2],[2,-5],[-3,-4],[-3,-1],[-3,-5],[0,-5],[-3,-1],[2,-2],[-1,-3],[0,-4],[-2,-2],[0,-3],[-3,-2],[5,-3],[2,-3],[-2,-11],[2,-2],[1,-3],[-1,-1],[2,-1],[0,-4],[8,-11],[-2,-1],[0,-1],[-4,-3],[-3,-8],[-3,-1],[-3,-4],[-4,-3],[0,-7],[-2,-3],[0,-2],[-3,-1],[-5,1],[-5,-6],[-2,0],[-3,-5],[-2,3],[-2,-1],[-2,1],[0,-9],[-7,6],[5,-11]],[[7272,7900],[2,10],[3,2],[4,-3],[4,11],[3,3],[9,17],[6,6],[19,9],[-4,34],[5,15],[-1,7],[3,2],[4,6],[1,1],[4,-6],[14,-1],[16,-11],[19,14],[5,6],[-9,12],[4,8],[2,10],[5,9],[0,14],[2,4],[-8,12],[0,6],[-2,2],[-2,13],[3,6],[7,7],[-1,4],[1,8],[-1,19],[-8,12],[-5,-1],[-8,10],[-2,5],[-4,4],[-8,13],[-2,11],[6,10],[2,8],[-4,10]],[[7356,8238],[12,-5],[3,4],[3,-2],[8,0],[19,10],[4,5],[15,-9],[0,6],[11,11],[1,5],[-6,14],[-2,2],[-3,0],[-3,3],[9,2],[7,5],[8,0],[2,2],[3,3],[-2,6],[5,4],[-2,5],[2,5],[3,-1],[9,5],[8,9],[2,0],[1,-4],[-2,-1],[-1,-5],[2,-1],[-1,-3],[2,-2],[0,-3],[4,-1],[1,2],[3,-4],[5,2],[2,-4],[9,2],[3,-3],[2,1],[3,4],[5,0],[7,14],[-1,5],[-7,11],[2,1],[6,11],[2,1],[10,3],[8,6],[8,-8],[6,1],[2,-3],[8,3],[0,1],[15,3],[0,3],[4,2],[-2,5],[0,3],[5,7],[4,-3],[5,1],[12,-8],[6,-6],[3,-4],[5,2],[12,-2],[9,7],[3,4],[-12,-23],[1,-12],[4,-3],[3,1],[8,-6],[2,-3],[3,-2],[4,0],[3,5],[11,6],[-1,8],[6,4],[0,4],[5,5],[-2,4],[1,8],[4,2],[-1,-5],[1,-7],[3,-5],[2,-1],[0,-2],[5,-5],[14,-8],[8,4],[7,2],[3,1],[-1,3],[3,4],[0,11],[2,1],[0,6],[2,3],[5,4],[1,7],[5,-3],[8,-12],[2,-1],[1,-4],[2,0],[0,-3],[3,-4],[0,-1],[1,-2],[7,-4],[1,-2],[8,8],[5,13],[11,16],[7,5],[1,3],[6,4],[-1,2],[-5,3],[-3,3],[-5,8],[-13,12],[3,2],[9,-1],[8,6],[-2,8],[1,12],[-2,14],[1,6],[11,7],[25,-35],[4,-17],[3,-7],[10,6],[2,8],[-10,23],[-8,8],[-3,1],[-6,1],[-7,11],[0,16],[6,4],[4,0],[4,-5],[3,2],[9,-1],[6,4],[3,0],[1,-1],[5,-1],[4,-3],[2,-10],[3,-7],[4,-2],[1,2],[7,-4],[8,1],[2,-1],[-3,-2],[0,-7],[-1,-2],[10,-14],[9,-4],[4,0],[18,-15],[6,3],[0,5],[2,2],[18,-19],[4,-7],[10,-2],[2,-1],[8,-13],[1,0],[7,2],[11,-3],[14,-8],[12,-11],[9,-5],[10,1],[4,-4],[8,-4],[7,-5],[5,-1],[6,-5],[2,-11],[3,-7],[9,-14],[3,-2],[5,-12],[7,6],[-1,2],[3,10],[10,3],[17,-2],[12,-7],[1,-1],[9,5],[13,-2],[11,2]],[[8694,8629],[1,1],[7,-1],[1,3],[3,1],[12,-5],[3,-3],[-6,-4],[-4,-4],[2,-4],[5,2],[1,-10],[-6,2],[-4,-5],[-8,2],[-4,-4],[0,-5],[-1,-5],[2,0],[3,-5],[3,1],[2,-2],[1,0],[0,-2],[7,-1],[4,-2],[2,-5],[4,1],[2,-3],[4,2],[1,-3],[-1,-2],[5,-2],[1,-6],[-2,-5],[-6,-8],[3,-5],[9,-1],[-6,-3],[-2,2],[-1,-2],[0,-4],[3,-1],[0,-3],[3,-10],[-3,-2],[-1,-6],[-3,-5],[2,2],[3,-1],[4,5],[5,1],[2,2],[4,-4],[8,-2],[4,-3],[0,-4],[3,-3],[7,0],[1,-5],[2,2],[1,-1],[1,-4],[-3,0],[-6,-8],[3,-2],[1,-6],[2,-3],[1,-6],[1,0],[8,-4],[-3,-10],[7,-2],[-1,-2],[5,-1],[1,5],[5,2],[2,2],[3,-2],[-4,-1],[0,-7],[-4,-4],[2,0],[1,-4],[-2,-2],[1,-3],[-2,-5],[-6,-2],[-2,2],[-2,0],[1,1],[-2,0],[0,2],[-5,-1],[-6,2],[2,-3],[2,-9],[2,-3],[4,-2],[4,1],[5,-3],[0,-2],[5,-2],[3,1],[1,4],[3,2],[3,-4],[-1,-5],[4,-8],[-3,1],[0,2],[-3,0],[0,-5],[2,-5]],[[8806,8394],[-6,-2],[-6,-1],[-22,-3],[-3,-1],[-3,0],[-4,-1],[-8,-1],[-6,-2],[-2,-1],[-1,0],[-3,-1],[-2,-1],[-5,-2],[-1,0],[-1,-1],[-3,-1],[-1,0],[-4,-1],[-1,-1],[-3,-2],[-6,-3],[-5,-3],[-3,-3],[-3,-1],[-1,-1],[-2,-1],[-3,-2],[0,-2],[-1,-1],[-2,-1],[-2,0],[-1,1],[-1,0],[0,1],[-1,0],[-2,0],[-3,-1],[-4,-2],[-1,0],[-3,-1],[-4,-1],[-3,0],[-3,1],[-4,1],[-4,0],[-6,-1],[-2,-1],[-1,0],[-3,-3],[-6,-3],[-4,-2],[-2,0],[-1,-1],[-3,-2],[-1,-2],[-2,-2],[-1,-1],[-3,-1],[1,1],[1,1],[3,1],[0,1],[1,2],[-2,1],[-1,-1],[-1,0],[-5,-1],[-2,0],[-2,-1],[-1,0],[-2,-2],[-1,-1],[-2,-1],[-4,-4],[-3,-4],[-1,-2],[-2,-4],[-2,-5],[0,-1],[1,-1],[0,-1],[0,-1],[-4,-3],[-2,-1],[-1,0],[-2,1],[-1,3],[-3,2],[-3,4],[-1,0],[-2,1],[-4,1],[-2,0],[-3,-1],[-6,-1],[-2,-1],[-2,-1],[-2,-2],[-3,-1],[-1,0],[-2,0],[-1,1],[-5,0],[-5,0],[-5,-2],[-1,-2],[-5,-2],[-4,-2],[-2,-1],[-2,-2],[-5,-3],[-3,0],[-1,-1],[-3,-2],[-4,-3],[-2,-2],[-2,-1],[-3,-4],[-2,-2],[-2,-2],[-4,-5],[-1,-2],[-1,-2],[-1,-4],[-1,-2],[-4,-1],[-1,0],[-1,-1],[-3,-2],[-1,-1],[-4,-4],[-4,-6],[-2,-2],[-3,-4],[-3,-4],[-1,0],[-2,-1],[-2,-1],[-1,-2],[0,-2],[-3,-5],[-2,-4],[-1,-1],[-2,-2],[-2,-3],[-3,-4],[-2,-3],[-1,-3],[-1,-2],[-4,-4],[-3,-4],[-1,-1],[-1,-1],[-2,-3],[0,-2],[-1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-3,-2],[-4,-3],[-4,-4],[-4,-3],[-1,0],[-1,-1],[-1,-2],[-2,-3],[-1,-2],[0,-3],[-3,-5],[-5,-3],[-2,-1],[-4,-2],[-1,0],[-1,-1],[-3,-3],[0,-1],[0,-2],[1,-2],[1,-3],[2,-3],[1,-1],[2,-3],[1,-1],[4,-4],[1,-2],[1,0],[3,-2],[2,-1],[4,-1],[4,0],[4,0],[2,1],[5,3],[0,1],[-1,1],[-1,1],[-4,3],[-3,0],[-1,1],[-1,0],[-2,2],[-2,1],[-1,1],[-4,1],[-2,0],[-2,-1],[1,1],[3,2],[4,0],[5,1],[1,0],[3,-2],[2,-1],[2,-2],[2,-3],[4,-6],[2,-3],[7,-10],[4,-6],[3,-3],[2,-2],[2,-1],[4,-2],[3,-2],[4,-2],[1,0],[1,0],[1,2],[1,2],[0,2],[1,2],[3,-3],[2,-5],[0,-3],[-2,-5],[-2,-4],[-1,-3],[-2,-2],[-3,-4],[-4,-3],[-2,-2],[-8,-5],[-6,-3],[-2,0],[-5,-3],[-3,-1],[-1,-1],[-6,-3],[-5,-3],[-5,-5],[-3,-3],[-2,-3],[-6,-10],[-5,-9],[-2,-3],[-3,-6],[-4,-5],[-3,-4],[-4,-3],[-4,-3],[-3,-1],[-4,-1],[-4,-2],[-6,0],[-4,0],[-2,0],[-3,1],[-2,1],[-1,1],[-3,2],[-2,3],[0,2],[-1,2],[1,0],[0,1],[3,1],[4,2],[6,1],[1,0],[1,0],[1,0],[3,0],[1,0],[3,2],[2,1],[3,3],[5,0],[2,0],[2,-1],[1,0],[1,0],[1,7],[0,-7],[1,-1],[6,1],[4,2],[1,2],[10,18],[1,2],[2,4],[-1,1],[-1,1],[-4,0],[-2,0],[-2,0],[-2,0],[-3,0],[-6,0],[-6,-2],[-3,-2],[-3,-2],[-1,0],[-1,-1],[-3,0],[-1,0],[-1,0],[-1,0],[-3,-2],[-4,-1],[-5,-1],[-2,1],[-2,0],[-2,0],[-3,0],[-1,0],[-2,-1],[-3,-4],[-3,-3],[-3,-5],[-3,-4],[-3,-3],[-1,-3],[-4,-3],[-4,-5],[-3,-3],[0,-1],[-1,-2],[0,-2],[-2,-5],[-4,-6],[-1,-4],[-2,-6],[0,-2]],[[8173,8317],[-2,3],[1,2],[1,2],[-9,1],[0,11],[4,9],[-4,4],[0,2],[8,4],[-2,3],[10,-5],[5,0],[2,3],[-1,2],[3,4],[-2,4],[9,-1],[9,4],[5,5],[-2,2],[2,3],[1,9],[3,6],[3,16],[1,2],[4,-1],[4,5],[9,-4],[2,2],[0,6],[7,-1],[-3,5],[0,3],[2,3],[0,8],[3,7]],[[8246,8445],[17,-3],[4,2],[2,13],[-2,9],[1,5],[3,3],[7,3],[2,3],[8,-7],[1,-4],[4,-4],[0,-3],[3,-2],[3,-8],[6,1],[4,-1],[1,7],[2,1],[4,5],[1,8],[4,2],[9,-5],[3,1],[0,-6],[7,-11],[14,-1],[4,4],[9,2],[5,5],[5,-1],[7,4],[5,-1],[3,1],[5,-1],[12,3],[-1,5],[5,5],[14,-1],[1,-2],[3,1],[5,-2],[3,1],[6,19],[4,2],[1,0],[1,-5],[8,-10],[13,3],[8,4],[12,0],[4,2],[3,0],[5,2],[1,2],[-2,1],[0,5],[4,3],[1,5],[2,3],[1,3],[5,-2],[0,3],[3,4],[2,1],[-1,1],[0,1],[6,0],[5,3],[2,5],[0,2],[3,1],[4,11],[2,2],[3,0],[3,7],[3,1],[2,2],[-2,2],[-6,2],[-9,9],[4,3],[1,1],[-5,7],[1,2],[11,-9],[6,-2],[2,-3],[4,-2],[1,1],[5,-1],[1,-5],[2,0],[8,4],[0,2],[15,3],[4,3],[4,1],[-3,8],[-3,2],[-1,3],[-1,2],[1,3],[2,1],[1,8],[-3,2],[2,-2],[3,1],[-4,2],[0,2],[6,2],[7,0],[6,3],[1,8],[2,1],[-1,3],[2,1],[6,0],[1,1],[4,-2],[3,3],[3,0],[1,-3],[6,3],[9,-4],[5,4],[3,-2],[27,-2],[6,-6],[8,1],[-1,4],[-3,2],[-1,5]],[[6501,8375],[1,-3],[-2,-7],[4,-1],[3,-5],[8,-2],[6,-13],[1,-5],[1,-1],[-1,-3],[2,-4],[3,-1],[3,2],[0,-2],[8,-3],[0,-2],[4,-2],[1,1],[2,-1],[2,2],[5,-1],[-1,-1],[1,-3],[0,-7],[-3,-2],[-3,-12],[3,-1],[2,-6],[13,-15],[2,-4],[-11,-8],[1,-7],[-9,-19],[0,-5],[-1,-4],[-5,-5],[-1,-6],[3,-2],[0,-2],[-2,-1],[-4,2],[-1,-2],[1,-3],[-1,-1],[3,0],[1,-1],[1,-2],[2,1],[2,-3],[-2,-2],[2,-7],[-3,0],[-11,-7],[0,-3],[3,-2],[-2,-3],[-3,0],[3,-6],[-4,-3],[1,-8],[-3,-4],[0,-2],[-3,-4],[-1,-6],[-1,-1],[-3,1],[-1,-6],[-2,1],[-2,-1],[7,0],[5,-2],[8,-1],[4,-2],[6,-12],[0,-8],[-1,-4],[-1,-1],[0,-4],[0,-1],[3,3],[4,-3],[0,-3],[-1,-3],[-8,-8],[-1,-4],[-2,0],[0,-3],[-1,0],[0,-3],[-2,0],[0,-2],[5,-2],[3,-3],[1,-3],[2,0],[1,-2],[2,1],[4,-2],[1,6],[3,-1],[1,-6],[5,-1],[1,10],[1,4],[3,0],[3,-5],[6,-3],[0,-6],[5,-10],[-2,-3],[10,-4],[-1,-2],[3,-2],[1,3],[4,0],[3,2],[-1,1],[3,6],[1,-3],[-4,-6],[0,-7],[-4,-2],[-3,0],[5,-3],[3,-5],[-2,-1],[-2,-5],[1,-3],[-1,-1],[1,-1],[9,-10],[2,0],[3,-3],[4,-1],[2,-2],[-2,-3],[2,-1],[-2,-3],[2,-4],[-6,-9],[3,-3],[3,2],[3,-1],[1,2],[10,3],[1,2],[3,-5],[5,-3],[0,5],[2,-2],[2,-7],[10,-7],[0,-7],[-1,-5],[3,-10],[-2,-8],[1,-15],[9,-2],[2,-1],[2,1],[6,1],[3,-13],[3,-4],[5,-5],[-2,-9],[-4,-2],[2,-7],[-5,-1],[-1,-4],[2,-5],[2,-1],[0,-3],[1,-1],[-2,-1],[-1,-2],[-3,-2],[2,-3],[-1,-4],[-4,-3],[-7,-7],[-2,-5],[1,-3],[0,-7],[-3,-8],[1,-5],[-4,-7],[-2,-1],[1,-6],[6,-3],[2,-4],[2,-1],[1,5],[8,13],[4,1],[7,8],[8,4],[1,-3],[3,-1],[2,-5],[-1,-6],[5,-8],[-1,-6],[5,-6],[-2,-9],[2,-3],[-1,-3],[-3,-2],[1,-2],[0,-7],[4,-9],[-1,-4],[5,-5]],[[6039,7788],[2,2],[4,-1],[2,2],[0,8],[-3,3],[-1,12],[6,3],[0,8],[4,2],[2,4],[6,4],[-4,11],[-1,10],[-2,2],[-2,6],[5,0],[5,3],[0,-4],[3,-2],[3,-9],[5,-4],[8,4],[8,0],[1,-1],[4,0],[1,4],[0,5],[-4,4],[2,3],[6,2],[2,3],[-1,4],[1,1],[-1,1],[1,10],[-2,5],[3,2],[0,2],[2,3],[4,2],[1,3],[2,0],[1,2],[5,1],[17,-3],[2,3],[8,0],[5,-2],[5,2],[-3,2],[1,6],[-3,-1],[-2,3],[-2,1],[1,1],[-1,5],[4,2],[-2,1],[2,1],[0,2],[4,1],[1,1],[0,3],[-3,0],[1,2],[3,-1],[-1,3],[2,1],[-4,8],[0,9],[1,6],[-1,3],[-1,1],[3,6],[0,9],[-4,1],[2,4],[1,6],[4,3],[1,1],[10,5],[1,11],[2,4],[-1,4],[2,5],[-5,3],[1,10],[-1,2],[3,1],[0,1],[6,-1],[2,-11],[2,-4],[7,-1],[14,1],[17,7],[7,5],[-1,1],[-3,0],[-2,3],[1,5],[2,3],[-1,4],[1,2],[-1,6],[-2,3],[0,4],[1,4],[5,6]],[[6225,8081],[7,3],[4,14],[3,4],[1,0],[3,7],[4,5],[6,2],[2,7],[-1,4],[6,7],[2,8],[3,3],[10,-2],[3,-4],[4,-2],[5,0],[8,5],[10,-3],[0,9],[2,3],[0,2],[4,5],[2,5],[-1,9],[8,16],[0,6],[2,10],[-2,0],[-2,3],[6,13],[0,8],[4,-1],[3,2],[2,8],[3,1],[-1,3],[3,4],[3,2],[2,4],[7,6],[2,0],[2,-2],[5,5],[5,0],[1,2],[7,2],[4,-1],[5,2],[11,8],[2,0],[6,10],[0,3],[5,4],[3,5],[4,8],[0,3],[4,5],[5,2],[2,5],[6,4],[6,3],[4,0],[1,1],[2,4],[9,9],[3,9],[5,3],[1,6],[6,5],[2,3],[6,4],[4,-1],[1,3],[3,2],[6,-2],[5,3],[8,1]],[[7163,8364],[1,3],[8,2],[10,1],[7,2],[4,3],[11,4],[3,-2],[9,-19],[4,-2],[10,1],[4,-2],[5,-6],[5,-10],[19,-8],[4,1],[6,-4],[4,-7],[10,-7],[6,-7],[-1,-4],[5,-5],[1,-4],[4,-2],[21,-22],[5,-4],[2,-3],[6,-4],[2,-5],[3,-2],[8,-10],[7,-4]],[[6501,8375],[5,1],[5,-3],[4,4],[3,7],[3,-1],[9,3],[3,0],[-1,2],[4,3],[7,15],[9,-1],[2,2],[5,-3],[3,1],[0,8],[-2,5],[4,5],[-1,7],[-3,3],[-2,1],[-2,8],[1,-5],[2,-3],[0,1],[1,0],[6,-3],[11,2],[14,-5],[6,6],[5,0],[6,-3],[4,0],[1,5],[5,6],[1,-9],[5,-2],[4,1],[7,13],[0,5],[5,6],[5,0],[4,4]],[[6649,8461],[8,0],[11,-5],[10,-2],[5,-3],[2,2],[8,-2],[3,-5],[2,0],[1,3],[2,-1],[12,-6],[1,2],[11,3],[8,5],[5,-3],[18,5],[7,0],[3,3],[2,5],[-1,5],[3,0],[5,3],[5,2],[2,4],[4,-2],[4,0],[3,-2],[3,0],[3,-3],[1,-3],[-3,-9],[4,-6],[-1,-8],[16,-8],[4,-2],[0,-1],[18,-2],[3,-3],[-1,5],[7,10],[14,-1],[6,2],[3,-14],[8,-6],[9,-3],[7,2],[4,-1],[5,-5],[0,-5],[3,-5],[2,5],[3,-2],[12,3],[1,-7],[-2,-8],[-5,-4],[-7,1],[-1,-5],[1,-3],[8,3],[11,-6],[-2,-7],[-2,-3],[-3,-3],[-1,-5],[6,-5],[3,-1],[3,3],[11,4],[3,7],[8,-9],[0,-7],[3,-3],[1,-8],[12,-1],[6,-17],[0,-7],[9,0],[0,-2],[3,2],[0,-4],[5,0],[0,-4],[5,-5],[2,2],[6,1],[9,9],[12,6],[2,-5],[8,-7],[4,-6],[13,9],[4,-4],[9,1],[14,19],[26,-8],[-1,1],[4,6],[11,4],[3,9],[2,1],[10,-13],[12,-7],[2,-3],[0,-2],[3,-3],[6,-2],[4,5],[-4,4],[-4,7],[1,5],[2,1],[-1,5],[1,4],[4,4],[0,13]],[[5975,8365],[1,-9],[2,-1],[-4,-3],[0,-3],[4,-8],[0,-4],[3,-3],[-2,-5],[-2,-1],[5,0],[-3,-4],[-1,-7],[1,-6],[5,-6],[10,-1],[6,-3],[7,-8],[5,-1],[0,-1],[7,-13],[0,-1],[3,-2],[-1,-4],[5,-16],[5,-4],[9,-3],[2,-3],[2,1],[1,-3],[-1,-1],[0,-3],[4,-3],[0,-17],[3,-4],[-2,-2],[0,-6],[-2,-5],[11,-8],[0,-5],[2,-4],[-2,-2],[-6,-1],[-4,-9],[1,-2],[4,-6],[6,2],[4,-2],[7,3],[3,0],[2,2],[2,0],[3,-12],[4,-4],[0,-3],[2,-2],[-3,-3],[-1,-4],[4,-4],[0,-5],[8,-12],[7,-3],[4,-5],[1,-8],[-1,-1],[-1,-6],[-1,-1],[0,-6],[1,-2],[5,-17],[1,-26],[11,0],[4,2],[11,1],[12,-1],[-1,1],[3,5],[4,0]],[[6174,8073],[1,3],[9,4],[9,0],[22,6],[3,-3],[5,0],[2,-2]],[[5524,7836],[4,6],[-1,4],[7,9],[6,5],[5,3],[3,5],[4,1],[-6,5],[0,12],[4,7],[-3,6],[-1,11],[-2,3],[0,2],[5,2],[4,4],[7,3],[5,6],[5,9],[5,3],[6,1],[8,0],[7,6],[6,0],[-1,-3],[2,-2],[0,-4],[-3,-3],[-2,-1],[-2,-7],[6,-4],[7,-9],[3,0],[6,-1],[5,1],[1,1],[1,10],[-5,4],[1,3],[4,4],[0,3],[4,-3],[8,-2],[8,6],[-1,1],[3,4],[-1,11],[4,1],[3,17],[6,7],[2,12],[1,3],[-1,5],[-1,2],[-3,-1],[-5,-3],[-15,-3],[-13,-5],[-6,-5],[-2,8],[6,9],[0,11],[3,3],[2,0],[2,4],[0,-9],[6,1],[9,-2],[2,-2],[7,1],[0,4],[3,3],[3,0],[2,3],[2,1],[1,5],[1,2],[3,1],[4,-1],[5,6],[4,3],[0,-1],[2,4],[-1,3],[4,4],[-3,4],[6,2],[-9,9],[0,5],[2,0],[2,4],[4,2],[1,-1],[7,5],[4,0],[2,1],[2,4],[-2,3],[3,1],[0,2],[3,0],[1,-1],[3,0],[9,4],[7,9],[7,4],[2,3],[2,-1],[-1,3],[2,2],[8,4],[2,3],[6,3],[-2,9],[16,10],[2,3],[1,7],[5,5],[2,1],[2,6],[-5,10],[1,2],[2,11],[-1,4],[5,4],[1,2],[0,2],[4,4],[2,2],[-1,2],[2,1],[2,3],[6,1],[0,2],[2,4],[-1,1],[1,1],[0,2],[-2,4],[1,1],[-2,1],[2,1],[-3,1],[1,2],[-3,6],[1,3],[-2,0],[0,3],[3,2],[2,-2],[3,3],[0,1],[2,0],[-1,2],[5,9],[0,4],[-2,3],[5,5],[-1,6],[-4,5],[0,1],[-1,0],[-1,6],[-1,0],[0,2],[-14,6],[-1,-1],[0,2],[-3,2],[0,6],[-2,6],[0,14],[4,7],[1,0],[1,1],[4,4],[2,16]],[[5796,8354],[0,3],[6,-1],[5,8],[11,-5],[7,-1],[17,10],[-1,2],[4,3],[0,1],[5,-3],[6,1],[1,-3],[2,0],[-1,-2],[8,0],[1,-2],[1,-6],[1,0],[4,1],[5,-5],[7,-5],[9,-4],[1,-2],[4,-1],[6,-6],[2,0],[2,-2],[-1,-2],[4,-2],[4,4],[12,-1],[6,3],[-2,3],[3,11],[0,2],[3,3],[4,1],[5,5],[3,0],[5,-1],[8,4],[12,0]],[[8977,8972],[0,-5],[-4,0],[1,-2],[-2,-5],[-5,-2],[0,5],[-2,3],[2,1],[-2,3],[7,0],[2,1],[-1,2],[4,-1]],[[8815,8962],[8,1],[4,-1],[-2,-4],[1,-1],[-10,0],[-10,4],[5,1],[0,1],[4,-1]],[[6500,8630],[-1,-3],[3,-8],[0,-5],[16,-14],[10,-5],[6,4],[3,6],[3,-2],[5,-6],[8,-5],[1,-4],[-3,-8],[1,-8],[5,-5],[5,0],[9,-7],[6,1],[2,1],[0,-3],[3,0],[4,-4],[6,4],[2,-1],[-5,-7],[-2,-13],[2,-3],[0,-4],[-3,-5],[1,-8],[-2,-1],[4,-2],[5,-9],[11,-5],[1,-4],[7,-1],[3,-5],[4,0],[1,-7],[10,-7],[5,0],[0,-7],[7,-5],[5,-2],[1,-2]],[[5975,8365],[1,5],[8,11],[8,4],[2,3],[16,-11],[4,0],[3,1],[-2,9],[-2,4],[-1,-1],[-1,3],[-4,4],[2,5],[-2,8],[12,8],[4,4],[5,8],[2,6],[11,7],[-1,1],[0,5],[-6,4],[-5,7],[0,3],[-2,4],[4,4],[4,-2],[6,-6],[6,-3],[14,11],[11,-6],[2,-6],[2,1],[2,-1],[4,-4],[5,-2],[1,3],[-1,14],[-5,5],[-5,0],[-4,12],[-1,1],[2,1],[0,-1],[1,1],[-1,5],[2,4],[5,2],[-14,17],[1,7],[-1,2],[6,1],[1,2],[2,-2],[5,-1],[1,2],[6,0],[1,3],[2,0],[-1,1],[3,2],[1,-1],[1,2],[4,2],[6,1],[-2,1],[1,2],[3,0],[3,4],[4,1],[8,-2],[1,1],[4,-1],[2,2],[1,-2],[3,1],[1,-2],[2,5],[-1,3],[11,0],[4,-3],[4,2],[0,3],[3,1],[6,2],[4,-2],[1,2],[6,0],[2,2],[4,-6],[1,3],[5,4],[6,-4],[3,2],[13,7],[14,3],[4,4],[7,-7],[3,4],[12,4],[13,7],[6,0],[3,2],[5,6],[5,1],[4,5],[13,0],[2,8],[0,16],[4,5],[2,6],[0,6]],[[6305,8634],[7,2],[2,-6],[3,-2],[5,-3],[5,0],[4,-2],[12,-9],[4,-12],[5,2],[3,-2],[11,-19],[4,-1],[5,-11],[10,2],[2,0],[4,0],[-5,4],[-1,4],[2,3],[-4,8],[3,1],[-3,4],[3,-1],[1,0],[5,3],[2,4],[6,3],[-2,-10],[2,-10],[-2,-4],[1,-4],[-1,-13],[1,-7],[11,0],[2,-6],[5,4],[-2,8],[4,5],[-2,3],[1,7],[-1,5],[2,3],[-2,6],[5,4],[5,1],[0,3],[3,2],[3,1],[5,10],[3,2],[1,4],[12,7],[8,-1],[5,4],[3,-7],[2,0],[2,3],[12,-3],[1,2],[-2,2],[4,5],[2,-2],[4,2],[5,-2]],[[9310,8674],[-1,0],[-1,-1],[-2,0],[-2,0],[-3,-1],[-3,-1],[-3,-1],[-2,-1],[-5,-3],[-2,-2],[-5,-3],[-1,0],[-3,-2],[-3,-1],[-4,-1],[-2,-2],[-6,-2],[-3,-1],[-4,-1],[-2,-1],[-2,-1],[-1,-1],[-3,-1],[-1,0],[-1,0],[-5,-3],[-3,-1],[-3,-2],[-3,-2],[-3,-1],[-2,-1],[-5,-3],[-3,0],[-5,-2],[-1,-1],[-1,0],[-1,0],[-3,-2],[-3,-1],[-2,-1],[-5,-4],[-4,-2],[-3,-1],[-3,-3],[-2,-1],[-1,-1],[-1,0],[-2,-1],[-5,-2],[-2,-1],[-2,0],[-3,-3],[-4,-3],[-4,-4],[-5,-5],[-3,-1],[0,-1],[-2,-1],[-5,-5],[-3,-2],[-2,-1],[-5,-3],[-5,-3],[-5,-3],[-4,-2],[-4,-1],[-3,-1],[-4,-1],[-4,-2],[-3,-1],[-3,-1],[-5,-2],[-6,-3],[-3,-2],[-4,-3],[-2,-1],[-4,-5],[-1,-1],[-3,-5],[-2,-5],[-2,-5],[-2,-3],[-2,-4],[-2,-3],[-2,-1],[-1,-2],[-2,-3],[-3,-2],[0,-1],[-2,-2],[-1,-1],[-1,-2],[-1,-3],[-2,-6],[-1,-3],[-1,-1],[-1,0],[-2,-7],[-1,-2],[-1,-4],[0,4],[1,2],[3,7],[1,1],[1,1],[0,2],[0,-1],[0,-1],[-1,0],[0,2],[1,0],[0,3],[0,1],[0,2],[-1,0],[-1,0],[-2,-4],[-1,-2],[0,-3],[-1,-3],[-3,-4],[-3,-5],[-1,-1],[-2,-1],[-1,-1],[-1,-5],[0,-1],[1,0],[2,6],[2,1],[1,-1],[-1,0],[-2,-8],[-2,-4],[-1,-2],[-1,-2],[-1,-2],[-2,-3],[-2,-2],[-2,-3],[-2,-2],[-3,-3],[-5,-3],[-4,-1],[-6,-3],[-4,-1],[-3,-1],[-3,-1],[-7,-3],[-7,-2],[-5,-1],[-5,0],[-3,0],[-8,-1],[-11,0],[-7,0],[-4,-1],[-3,0],[-3,-1],[-1,-1],[-2,-2],[-3,0],[-4,-3],[-1,-1],[-4,-1],[-4,-1],[-1,-1],[-3,-1],[-2,-2],[-2,-1],[0,-1],[-1,0],[-2,-1],[-2,0],[-2,0],[-4,1],[-2,0],[-5,0],[-3,0],[-3,-2],[-1,0],[-3,-1],[-3,-3],[-5,-2],[-5,-2],[-5,-1],[-2,0],[-4,0],[-6,-2],[-6,-2],[-2,-1],[-4,-2],[-2,1],[-2,-1],[-2,-2],[-1,0],[-2,-1],[-3,-2],[-1,-1],[-5,0],[-5,-1],[-3,0]],[[8694,8629],[1,6],[3,0],[2,3],[0,6],[-6,0],[-8,5],[0,2],[-2,1],[-1,-1],[-4,2],[4,2],[1,2],[7,3],[1,3],[2,2],[13,1],[1,-2],[3,-1],[0,2],[8,1],[1,7],[-3,-1],[-5,4],[-3,6],[0,5],[-5,3],[2,1],[2,5],[-9,1],[0,6],[-4,1],[2,5],[-8,1],[16,14],[1,2],[2,0],[0,2],[-4,3],[-5,3],[3,9],[0,9],[2,1],[3,11],[-1,-1],[-1,2],[4,4],[7,-1],[4,-1],[6,0],[3,2],[-1,-9],[2,-3],[-6,-3],[3,-1],[1,-3],[4,2],[2,-2],[0,1],[-1,1],[3,2],[-2,8],[10,-2],[1,-8],[2,-1],[-1,-1],[4,0],[2,-3],[4,-2],[-2,-2],[1,-4],[2,0],[0,3],[5,0],[1,8],[6,-1],[0,5],[3,0],[2,3],[4,-4],[5,1],[0,2],[3,5],[-3,8],[-2,2],[2,4],[8,4],[2,8],[-2,3],[2,3],[7,3],[-2,2],[2,6],[-6,12],[1,2],[-4,0],[-4,2],[-8,-7],[-7,4],[4,8],[3,0],[0,-2],[1,0],[6,10],[2,-2],[5,3],[3,5],[5,4],[2,4],[2,1],[3,-2],[2,2],[-5,7],[1,2],[3,1],[-2,5],[1,2],[-2,1],[0,7],[2,6],[3,1],[2,-2],[0,3],[3,1],[4,-1],[-3,-8],[6,-1],[16,10],[-3,5],[1,-1],[1,2],[0,2],[1,0],[0,1],[-3,2],[-2,0],[0,4],[-4,4],[-3,-6],[3,-8],[-1,-1],[0,-3],[-2,0],[0,2],[-3,4],[-4,-1],[-4,-2],[-2,0],[0,8],[-2,1],[-1,-2],[1,-2],[-1,-3],[-2,-1],[0,4],[-2,1],[3,4],[-1,4],[2,5],[3,1],[1,0],[-1,-7],[1,-1],[-2,-2],[2,-2],[2,2],[0,4],[1,3],[3,0],[5,6],[4,1],[-2,4],[1,2],[-2,4],[-4,3],[-2,-8],[-2,1],[-2,3],[2,9],[7,10],[1,2],[-2,0],[0,2],[2,4],[7,-3],[4,1],[2,4],[1,6],[-6,1],[-2,2],[2,3],[1,6],[-6,5],[0,5],[7,11],[3,-1],[7,5],[0,7],[1,3],[-1,3],[1,2],[-1,3],[-7,4],[-4,-3],[-2,-1],[-8,6],[-1,4],[-3,1],[2,8],[-2,3],[9,4],[1,3],[-3,5],[-3,2],[-1,4],[-1,2],[0,2],[4,2],[-2,8],[-2,0],[-7,3],[3,3],[12,-1],[6,2],[2,-3],[6,1],[3,4],[9,2],[8,-2],[3,2],[5,0],[0,2],[3,3],[5,0],[1,-2],[4,0],[7,4]],[[8894,9081],[8,5],[1,-2],[5,2],[2,-1],[2,3],[4,0],[0,2],[5,2],[8,-4],[5,1],[3,-1],[2,-5],[3,4],[9,-7],[6,-4],[10,6],[4,0],[1,2],[5,-3],[4,0],[4,-5],[4,-1],[4,-4],[2,1],[-1,-4],[-7,-4],[0,-2],[-4,-3],[-1,-6],[-4,-2],[-2,-2],[1,-6],[-2,-3],[0,-4],[-4,0],[6,-11],[5,4],[6,-1],[-2,-3],[1,-12],[4,0],[1,-3],[-1,-8],[-1,-2],[-6,1],[-4,2],[-2,-2],[0,-3],[-4,-5],[-8,-1],[0,3],[-4,3],[5,7],[-3,3],[-1,3],[4,1],[-9,0],[-5,3],[-2,-1],[-2,1],[0,-13],[2,0],[0,1],[4,2],[2,-1],[3,1],[-1,-4],[1,-3],[3,-6],[3,-4],[0,-4],[11,2],[2,-1],[1,-5],[7,0],[1,-3],[3,-1],[4,2],[0,2],[8,0],[2,1],[1,-2],[3,0],[-2,-7],[2,0],[0,-3],[11,-7],[5,5],[3,6],[9,3],[8,-1],[2,0],[0,-4],[1,-2],[5,0],[2,1],[-1,2],[1,1],[2,-2],[2,0],[-4,4],[3,2],[-1,1],[3,0],[0,2],[10,1],[3,-4],[6,1],[5,4],[1,-4],[4,1],[-2,-2],[1,-2],[3,0],[3,-3],[3,3],[2,-4],[-2,-4],[1,-2],[-1,-1],[2,-3],[-4,-4],[0,-2],[7,5],[3,0],[1,2],[-1,0],[1,0],[0,2],[8,0],[4,3],[4,-1],[5,1],[1,-3],[2,0],[2,-7],[1,-1],[9,-1],[-2,-4],[1,-5],[-1,-1],[4,-4],[2,-5],[1,-2],[1,0],[2,-2],[4,-2],[7,7],[2,1],[1,2],[2,0],[2,-2],[2,1],[2,-2],[3,-6],[3,3],[4,-1],[3,-5],[-7,-4],[0,-2],[5,-7],[3,-3],[3,0],[-1,-5],[-2,-2],[-2,0],[0,-6],[4,-1],[-2,-1],[0,-4],[-7,-2],[0,-1],[-2,1],[0,2],[-1,0],[0,-3],[-4,-2],[9,-6],[-4,-1],[1,-3],[-4,-2],[1,-3],[-10,-2],[-1,2],[-4,-1],[1,2],[-2,1],[-4,-2],[0,-3],[4,-1],[1,-2],[1,-3],[-3,-4],[2,-1],[1,-4],[1,2],[4,-2],[2,2],[2,-4],[3,1],[4,-6],[0,-6],[1,-2],[-3,-1],[-3,-6],[-4,-2],[-1,-3],[-5,-1],[0,-4],[-1,-1],[-5,2],[0,2],[-2,1],[-4,-1],[-1,2],[-4,-1],[-1,-6],[-4,0],[-1,-4],[-3,0],[-2,-5],[-2,2],[0,-1],[-3,4],[-1,4],[-1,-3],[-2,2],[-3,-2],[-3,4],[-2,-1],[-3,2],[-1,-3],[-3,-1],[-2,-5],[4,-7],[-1,-4],[-2,-1],[3,-7],[5,-4],[1,-3],[-1,-7],[3,-7],[2,-2],[7,-2],[5,3],[2,-2],[4,0],[4,-2],[2,0],[3,2],[9,-1],[3,-3],[0,-6],[6,-3],[7,4],[-1,-8],[9,-7],[11,-3],[2,-3],[-2,-2],[0,-3],[7,-6],[1,-2],[-1,-3],[3,-6],[4,-1],[10,5],[4,-2],[5,3],[6,-1],[4,2],[7,0],[5,2],[0,6],[8,-1],[0,4],[3,-1],[8,-4],[2,1],[0,2],[-2,0],[0,2],[3,-1],[1,-3],[6,2],[2,-3],[7,2],[9,-5],[14,0],[1,-3],[-5,-3],[-1,-1],[4,-15],[-2,-8],[-5,-5],[2,-6],[4,-6],[3,-7]],[[5723,8385],[-1,4],[1,5],[7,1],[1,-1],[0,1],[1,1],[2,-1],[4,0],[1,1],[2,-1],[0,-1],[3,1],[6,-5],[3,-12],[2,-2],[-2,-3],[2,-2],[4,5],[1,-1],[2,1],[5,-3],[2,3],[3,0],[2,-3],[4,-1],[13,-10],[2,-5],[3,-3]],[[5022,7821],[1,2],[1,3],[0,2],[-1,1],[0,2],[0,5],[0,2],[1,1],[3,3],[2,1],[2,1],[1,3],[2,2],[2,0],[3,2],[1,1],[3,2],[4,1],[4,0],[2,2],[1,1],[1,2],[1,1],[-1,6],[0,1],[-1,3],[0,3],[2,3],[2,1],[1,0],[1,1],[-2,4],[-1,0],[-3,1],[-1,1],[-2,3],[-1,2],[-3,3],[-1,2],[0,1],[-2,1],[-2,2],[-2,1],[-1,2],[-2,3],[-2,3],[-1,2],[-1,5],[-2,9],[-1,8],[-1,2],[1,2],[3,7],[2,3],[1,3],[3,2],[2,2],[1,3],[1,3],[0,1],[2,4],[1,2],[1,1],[3,2],[1,0],[2,0],[1,2],[-1,0],[0,3],[-2,5],[-1,3],[-1,2],[0,1],[0,3],[0,2],[2,3],[0,1],[-3,3],[-4,1],[-4,2],[0,1],[-2,1],[-7,2],[1,3],[1,3],[2,2],[0,2],[0,2],[0,2],[-1,1],[0,2],[1,1],[2,2],[2,3],[3,5],[2,4],[2,3],[2,4],[1,3],[0,3],[1,5],[1,5],[2,3],[1,1],[0,1],[-5,3],[0,1],[1,3],[0,3],[0,3],[-1,2],[0,4],[-2,4],[-1,2],[-1,3],[1,3],[0,3],[0,1],[-1,1],[-2,3],[-3,3],[-1,5],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,2],[-1,2],[1,2],[1,2],[0,1],[0,3],[0,4],[0,3],[1,3],[1,3],[2,4],[0,4],[1,5],[-1,3],[-1,3],[-1,2],[0,3],[0,5],[-1,3],[1,2],[1,1],[0,-1],[1,0],[3,0],[1,1],[3,1],[1,3],[-1,2],[0,3],[0,2],[-1,4],[-1,5],[-1,4],[-1,0],[-4,-1],[-3,2],[-3,2],[-2,1],[-1,2],[-1,3],[-2,2],[-1,1],[0,3],[0,3],[1,4],[0,4],[-1,2],[-2,3],[-1,4],[-1,4],[-2,4],[-2,3],[0,1],[-1,0],[-3,3],[-3,4],[-1,1],[-2,4],[-1,2],[-2,2],[-3,3],[0,1],[-1,3],[-1,2],[-1,1],[-3,1],[-2,1],[0,1],[-1,4],[-1,0],[-1,2],[-1,0],[0,2],[0,1],[1,5],[2,3],[2,3],[2,1],[2,0],[1,-1],[1,0],[2,-2],[3,-1],[3,-1],[1,0],[2,-1],[2,-1],[3,0],[5,0],[3,-1],[7,1],[1,0],[1,1],[2,1],[2,0],[4,2],[2,5],[2,3],[4,3],[3,3],[1,2],[1,3],[3,4],[2,4],[0,1],[1,3],[0,1],[1,1],[2,2],[1,1],[0,1],[0,1],[1,1],[1,0],[1,2],[1,2],[0,1],[-2,1],[0,1],[-2,4],[-1,3],[-2,3],[-1,4],[2,2],[2,2],[4,2],[1,0],[1,1],[1,3],[3,2],[1,2],[2,3],[3,3],[2,1],[1,1],[2,2],[3,2],[3,4],[2,2],[0,2],[0,1],[1,2],[1,2],[1,1],[1,2],[0,3],[1,5],[3,4],[4,3],[1,2],[1,1],[1,2],[2,2],[2,0],[1,1],[1,2],[0,4],[1,1],[1,0],[1,0],[2,0],[1,-2],[2,-1],[1,0],[1,0],[1,1],[3,2],[4,1],[1,0],[1,-1],[1,-2],[1,0],[1,0],[1,1],[0,1],[0,2],[1,2],[0,1],[1,0],[1,-1],[1,-1],[1,-2],[-1,-2],[1,-3],[2,-1],[2,0],[2,0],[1,1],[1,1],[1,1],[1,-1],[3,1],[1,0],[1,1],[0,1],[1,3],[2,4],[2,1],[4,4],[2,2],[1,1],[1,2],[0,1],[2,-1],[1,-1],[0,-2],[1,-3],[0,-1],[1,0],[5,1],[1,0],[3,3],[2,0],[2,2],[1,0],[0,1],[0,1],[-2,2],[-2,1],[-1,1],[-1,2],[1,1],[3,3],[1,1]],[[5193,8455],[2,-4],[5,-1],[5,4],[4,-6],[10,-2],[1,2],[2,0],[1,-1],[0,-3],[4,1],[6,0],[4,5],[4,0],[8,-4],[3,-4],[6,-1],[3,-2],[5,1],[3,-4],[6,-5],[7,-1],[3,2],[3,-1],[7,-9],[8,-2],[4,-6],[11,-5],[4,-4],[7,-4],[5,0],[9,-6],[4,-4],[4,4],[1,3],[6,6],[4,-1],[4,1],[8,0],[5,6],[2,-4],[5,-4],[17,-5],[-1,-4],[-3,-3],[-4,-6],[-1,-8],[4,-8],[5,-1],[3,0],[8,13],[2,1],[4,-4],[-1,-4],[4,-6],[0,-4],[4,-2],[1,-2],[3,3],[-1,2],[2,2],[4,0],[-1,4],[2,0],[0,5],[3,6],[5,0],[1,2],[-4,25],[4,6],[-1,2],[8,4],[2,-1],[7,1],[5,-6],[13,-5],[12,3],[2,-3],[4,0],[2,-3],[10,0],[8,7],[8,0],[14,5],[10,-2],[5,8],[5,1],[10,-9],[2,-11],[4,1],[4,-1],[3,-4],[7,-3],[7,8],[3,1],[5,-2],[13,-11],[3,-1],[2,-6],[3,-3],[5,-2],[5,1],[-1,-13],[1,-7],[7,7],[-3,7],[0,6],[22,6],[8,-1],[3,-10],[2,-4],[-1,-3],[0,-8],[4,-2],[3,-5],[12,4],[2,-5],[2,0],[3,-6],[4,1],[1,-1],[-1,-3],[1,-1],[6,1],[8,5],[3,13],[0,4],[-3,5],[3,5],[0,2],[2,2],[-1,3]],[[8955,9198],[4,-1],[4,-5],[-1,0],[-2,-2],[-2,-4],[1,-4],[1,-3],[3,-2],[2,-1],[4,-3],[1,-2],[0,-2],[-5,-1],[-6,0],[-4,1],[-4,2],[-5,2],[-1,2],[0,1],[0,4],[1,3],[1,5],[1,1],[2,0],[1,1],[2,2],[1,3],[1,3]],[[8894,9081],[-3,8],[-1,5],[3,8],[-2,1],[1,6],[-1,3],[4,0],[1,5],[4,4],[-2,2],[-8,1],[-2,4],[-8,-7],[-2,0],[-1,3],[-1,0],[-1,2],[4,10],[-2,8],[3,2],[-4,9],[-2,1],[-1,3],[-8,0],[-4,-2],[-5,3],[-5,0],[-6,4],[-3,14],[3,7],[-4,8],[3,4]],[[8844,9197],[4,1],[3,1],[1,0],[0,-1],[3,-2],[4,-2],[12,-2],[6,3],[4,-3],[2,-1],[3,2],[2,-2],[2,-1],[4,-3],[1,0],[1,-3],[0,-3],[3,-2],[3,-1],[1,2],[1,1],[1,-1],[2,-1],[3,-2],[1,-1],[1,-1],[0,-4],[0,-1],[3,-1],[2,0],[5,0],[4,-1],[2,0],[2,1],[2,3],[2,1],[2,0],[1,-2],[2,-4],[-1,-3],[0,-3],[-1,-1],[1,-2],[1,-1],[1,0],[3,-1],[2,-2],[-1,-4],[0,-3],[0,-1],[2,-4],[1,-1],[0,-2],[-1,-2],[0,-1],[0,-2],[1,0],[1,-4],[0,-2],[1,-2],[2,-3],[2,-1],[3,-3],[1,-2],[1,-1],[1,-1],[1,-1],[1,0],[2,-1],[2,-1],[3,-2],[2,-1],[1,-1],[1,1],[2,3],[4,1],[1,0],[4,0],[3,0],[4,1],[4,1],[3,3],[2,-1],[2,-1],[1,1],[0,1],[1,3],[1,2],[4,2],[1,1],[4,2],[1,1],[1,2],[0,2],[0,3],[1,1],[2,2],[0,2],[1,3],[2,3],[2,1],[2,1],[3,1],[1,1],[1,1],[1,1],[2,0],[1,0],[4,1],[2,0],[2,-1],[1,-1],[2,-1],[1,0],[2,0],[5,-1],[1,0],[2,1],[1,1],[1,0],[2,2],[4,1],[3,1],[3,1],[3,0],[2,3],[1,2],[2,1],[2,0],[4,-2],[2,-1],[0,-1],[3,-2],[4,-3],[3,0],[1,0],[2,2],[1,0],[1,1],[2,0],[1,0],[2,-2],[-1,-2],[2,-1],[1,-1],[0,-1],[3,-1],[2,0],[1,1],[2,-1],[2,0],[-1,-1],[1,-3],[1,-1],[2,-1],[1,-1],[2,-1],[4,-1],[1,0],[2,0],[2,0],[2,0],[2,-1],[1,-1],[2,-2],[3,-1],[4,0],[1,-1],[1,1],[3,0],[1,1],[1,0],[2,0],[1,-1],[0,-1],[0,-1],[0,-2],[-1,-3],[1,-2],[1,-2],[3,-2],[2,-2],[3,1],[1,-1],[1,-2],[1,-2],[3,-2],[1,-2],[1,-4],[1,-2],[3,-3],[1,-1],[1,1],[3,1],[3,0],[3,-1],[2,-1],[0,-1],[2,-1],[5,-2],[3,0],[4,0],[3,5],[1,1],[0,1],[1,2],[0,1],[1,3],[3,1],[2,0],[3,1],[1,0],[2,0],[2,-1],[2,-1],[4,-1],[3,-3],[4,-1],[5,0],[4,-1],[4,0],[3,0],[1,-1],[2,-1],[1,0],[1,0],[3,0],[2,0],[1,1],[0,2],[1,4],[0,1],[-1,0],[0,1],[-1,2],[-1,1],[-1,1],[-1,1],[-2,1],[0,2],[0,1],[1,1],[-1,3],[-1,2],[-1,2],[-2,1],[0,1],[0,1],[1,0],[2,-1],[3,0],[2,0],[0,1],[1,4],[0,2],[-1,3],[1,1],[3,1],[3,1],[2,0],[2,1],[3,1],[4,3],[2,4],[1,0],[3,1],[5,0],[4,1],[4,1],[1,0],[1,-2],[2,-4],[2,-2],[2,-1],[2,0],[2,2],[2,1],[3,1],[1,0],[2,1],[1,1],[0,1],[1,3],[1,1],[1,1],[2,3],[1,1],[2,1],[1,0],[1,0],[1,0],[1,0],[2,4],[0,1],[1,1],[0,3],[1,1],[0,1],[1,1],[2,-1],[1,0],[3,-2],[2,0],[2,1],[1,2],[0,3],[1,1],[2,1],[2,-1],[1,0],[2,-3],[2,-1],[1,1],[0,1],[1,0],[4,-1],[1,-1],[2,-1],[5,-1],[3,2],[0,2],[1,3],[2,5],[3,2],[3,1],[2,0],[4,-3],[3,-4],[1,-2],[4,1],[1,1],[2,1],[0,1],[1,1],[1,0],[4,0],[1,-1],[2,0],[2,-2],[2,-1],[4,3],[4,2],[1,0],[3,-1],[1,-1],[2,-7],[2,-4],[1,-2],[2,-2],[2,-2],[3,-2],[1,-3],[3,-3],[1,-2],[2,-1],[1,-1],[2,0],[3,0],[2,1],[2,3],[3,2],[2,1],[1,1],[1,-1],[1,-1],[3,0],[2,0],[1,0],[2,-1],[1,0],[2,1],[1,0],[1,0],[2,0],[2,0],[1,0],[3,0],[1,0],[1,0],[-1,0],[0,-1],[-2,-6],[0,-3],[-2,-3],[-3,-4],[2,-2],[0,-2],[-2,-2],[-2,-4],[1,-7],[0,-1],[1,-3],[3,-1],[0,-1],[1,-1],[-1,-2],[-1,-1],[0,-2],[4,-3],[5,-2],[1,-1],[1,-2],[0,-3],[2,-3],[1,-1],[1,-1],[1,0],[1,0],[1,1],[0,1],[0,1],[0,1],[0,2],[1,1],[4,0],[3,2],[3,1],[2,0],[3,-1],[0,-1],[-1,-2],[1,-2],[0,-2],[2,-1],[1,-1],[6,0],[1,0],[1,1],[0,1],[-1,0],[2,1],[2,0],[2,-2],[2,-2],[3,-2],[5,-1],[5,-1],[2,-1],[2,-2],[2,-1],[-1,-1],[-1,-3],[-1,0],[-2,0],[-2,-1],[-5,-3],[-1,-2],[0,-2],[-1,-2],[-1,-2],[2,-2],[1,-1],[1,-1],[0,-1],[-1,-2],[-2,-1],[-1,1],[-1,2],[-3,2],[-1,-1],[-1,0],[0,-2],[2,-4],[1,-2],[0,-1],[1,-1],[1,0],[0,-1],[1,-2],[0,-1],[-1,-1],[-2,-4],[-2,-1],[-1,-2],[-5,0],[-4,-1],[0,-2],[2,-2],[1,0],[2,-1],[0,-2],[-1,-1],[-1,0],[-3,1],[-3,2],[-1,3],[-1,1],[-2,1],[-4,-1],[0,-3],[-1,-2],[-1,-2],[-2,-2],[-1,-1],[-2,1],[-1,2],[-1,1],[-2,1],[-3,1],[-4,2],[-2,1],[-2,2],[0,1],[0,2],[0,1],[0,1],[-1,1],[-2,2],[-1,0],[0,1],[-2,0],[-3,-1],[-1,-1],[-2,-1],[-3,-2],[-4,-4],[-3,-4],[-2,-4],[-2,-3],[-1,-3],[-1,-3],[-1,-6],[-1,-5],[-1,-2],[0,-3],[0,-2],[0,-5],[0,-2],[0,-1],[0,-5],[1,-11],[2,-6],[0,-3],[0,-1],[1,-1],[1,-4],[2,-2],[1,0],[2,-1],[1,-1],[1,-2],[0,-2],[0,-1],[0,-1],[1,0],[1,0],[1,0],[2,1],[0,1],[3,0],[5,-3],[2,-1],[-1,-2],[0,-1],[0,-1],[1,-1],[1,-1],[2,1],[2,-1],[2,-2],[2,-4],[1,-3],[2,-5],[2,-3],[3,-3],[1,-2],[1,-3],[0,-1],[-1,-2],[-2,-2],[-1,0],[-1,0],[-1,0],[0,-1],[-1,-2],[-1,-7],[-1,-6],[0,-4],[1,-3],[0,-4],[1,-7],[0,-2],[2,-4],[2,-5],[0,-1],[2,-2],[2,-2],[3,0],[3,-2],[1,-6],[0,-5],[-1,-2],[-2,-2],[-2,-1],[-2,-3],[1,-5],[0,-3],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-3],[-1,-3],[0,-2],[0,-1],[0,-1],[-1,-1],[-3,-4],[-4,-2],[-3,-1],[-2,-3],[0,-2],[-1,-4],[0,-3],[-3,-3],[-4,-2],[-2,1],[-1,0],[-2,-1],[-2,-2],[-1,-2],[-2,-3],[-3,-3],[-2,-2],[0,1],[-1,1],[0,1],[-2,1],[-2,0],[-1,0],[-3,-1],[-2,-1],[-2,-1],[-2,-3],[-1,-1],[-2,-3],[-2,-4],[-2,-1],[0,-1],[-2,0],[-1,-1],[0,-1],[-1,-1],[-1,-4],[-2,-6],[-1,-2],[-1,-4],[-1,-3],[-1,2],[-2,-1],[-2,-2],[0,-2],[-1,-2],[-1,0],[-1,-1],[0,1],[-4,0],[-5,-3],[-2,-1],[-1,0],[-2,-1],[-2,-3],[-3,-2],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,-1],[-3,-2],[-2,-2],[-1,-2],[-2,-3],[-3,-3],[-1,-2],[-1,-4],[-4,-2],[-3,-3],[-2,-3],[-4,-3],[-3,-1],[-4,-2],[-4,-1],[-1,-1],[-1,-1],[-2,0],[-2,0],[-3,0],[-2,-1],[-1,-1],[-3,0],[-2,-1],[-1,1],[-6,-2],[-2,-1],[-2,-1],[-3,-1],[-3,-1],[-2,-1],[0,-1],[-1,0],[0,-1],[-2,-3],[-2,-3],[-2,-1],[-1,1],[-1,0],[-1,-1],[-1,0],[-2,-3],[-1,-2],[-2,-4],[-2,-7]],[[7249,8871],[1,-18],[-2,-3],[1,-14],[8,-13],[-1,-8],[3,-6],[1,-2],[4,1],[3,-7],[-2,-4],[1,-11],[-3,-7],[-8,-7],[-4,-11],[6,-1],[6,-5],[2,-8],[8,-9],[-3,-9],[5,-3],[5,1],[1,-3],[4,-3],[-4,-4],[-1,-11],[-6,-2],[-5,-6],[1,-1],[2,-13],[-3,-2],[-8,1],[-2,-1],[-11,0],[-6,-14],[-3,2],[-8,-6],[-2,-4],[-5,-5],[0,-5],[-2,-2],[-2,-5],[-16,4],[-5,1],[-3,-2],[-4,3],[-3,-4],[-1,-15],[6,-8],[0,-1],[1,-2],[3,-2],[1,-3],[0,-2],[1,-1],[-2,-8],[-3,-4],[2,-7],[-2,-7],[1,-5],[-2,-6],[6,-5],[6,-10],[2,-20],[-2,-4],[3,-2],[5,0],[-2,-2],[1,-6],[-7,1],[-7,-5],[-5,1],[-3,-4],[-3,1],[0,-2],[-3,-1],[-4,-4],[-3,-1],[0,-1],[-6,1],[-4,3],[-1,-1],[-1,6],[4,4],[0,14],[-5,5],[-25,7],[0,-4],[-4,-3],[-2,-6],[0,-10],[-2,-12],[0,-3],[2,-2],[-2,-1],[-2,-6],[-3,-1],[-8,-8],[-6,0],[3,-14],[-4,-3],[-2,-6],[1,-4],[-3,-15],[5,-3],[3,-15],[1,-12],[2,-13],[1,-21],[30,-8],[1,-5],[12,-10]],[[6500,8630],[2,6],[-6,6],[2,1],[2,0],[0,6],[6,3],[8,-8],[0,-2],[13,1],[1,-2],[2,1],[3,-3],[0,-2],[4,1],[4,10],[3,3],[1,5],[2,2],[-2,4],[2,6],[1,1],[2,4],[3,0],[2,-2],[1,13],[4,7],[5,5],[1,4],[4,2],[7,-1],[5,1],[-2,10],[1,7],[3,5],[-1,5],[9,3],[2,-2],[3,1],[1,5],[5,2],[1,5],[5,1],[4,-1],[5,6],[-3,5],[-1,7],[4,3],[-1,13],[-1,-5],[-3,-1],[2,4],[-1,2],[2,5],[-4,4],[0,8],[3,3],[-1,3],[3,10],[-2,1],[-3,4],[3,5],[4,-1],[1,-2],[1,-6],[3,-1],[3,2],[6,-4],[-2,-5],[2,-6],[4,-4],[4,0],[8,-5],[2,1],[3,-3],[-1,-7],[4,-10],[4,-3],[2,0],[2,-2],[14,12],[1,-1],[1,3],[-1,1],[11,20],[5,4],[2,3],[-2,10],[2,2],[2,-3],[2,0],[5,4],[6,1],[2,4],[6,-1],[0,-1],[3,-1],[2,2],[7,-1],[1,7],[3,6],[-1,3],[1,6],[5,6],[5,-1],[2,-2],[5,1],[3,5],[2,8],[-4,5],[1,5],[7,17],[6,9],[2,6],[8,3]],[[6779,8906],[10,-4],[1,-4],[3,0],[9,6],[2,2],[1,4],[5,3],[9,4],[5,-3],[4,6],[3,1],[0,7],[1,3],[-1,6],[-3,5],[6,8],[-1,5],[1,4],[9,10],[2,0],[6,-4],[3,4],[5,0],[4,-2],[1,-3],[8,-8],[-2,-5],[1,-6],[-8,-9],[-1,-4],[-3,-3],[-2,-6],[-8,-11],[1,-2],[-1,-3],[5,-10],[10,4],[6,-1],[2,1],[4,-3],[4,-5],[6,-2],[6,4],[8,-1],[7,2],[13,-3],[8,-4],[2,7],[4,4],[3,11],[3,5],[0,4],[1,4],[2,1],[6,1],[8,8],[0,4],[-4,5],[2,5],[0,4],[2,11],[2,0],[4,-2],[2,1],[5,-4],[6,5],[6,0],[4,6],[1,5],[2,2],[7,0],[4,2],[7,0],[2,-1],[4,3],[5,-1],[13,4],[7,-1],[2,-1],[5,0],[15,-8],[1,-5],[-1,-3],[0,-6],[6,-12],[4,-1],[10,9],[6,-2],[7,4],[5,-2],[10,2],[12,-1],[5,0],[4,-4],[0,-10],[-4,-4],[-3,0],[-4,-4],[-5,-1],[4,-12],[2,-1],[0,-2],[2,0],[7,-10],[5,-3],[1,-6],[4,-6],[-2,-3],[-6,-1],[2,-12],[2,-1],[0,-7],[3,-3],[4,-2],[4,1],[5,-1],[2,-3],[6,3],[7,-3],[1,-3],[3,-4],[1,4],[2,2],[1,3],[7,-8],[5,-1],[1,-5],[7,-7],[6,0],[4,0],[3,5],[6,-1],[8,5],[3,-1],[2,5],[3,2],[-1,1],[7,1],[6,3],[9,9]],[[7566,9165],[0,-3],[-4,-5],[-1,-9],[-1,-3],[-12,-5],[-1,3],[3,7],[-1,4],[9,6],[4,5],[4,0]],[[7592,9191],[-1,-5],[8,-5],[2,-8],[5,-3],[1,-5],[-2,-4],[-4,1],[-1,-1],[-3,1],[-15,3],[-4,2],[-5,1],[1,6],[4,4],[6,14],[5,0],[3,-1]],[[6266,8993],[1,0],[-1,-4],[-3,-1],[5,-10],[2,-2],[-1,-3],[-3,1],[-1,2],[-6,3],[-3,1],[-5,-3],[-4,3],[0,10],[7,-1],[8,7],[4,-3]],[[8842,9204],[0,-2],[2,-4],[0,-1]],[[8246,8445],[-8,14],[-1,2],[2,4],[0,5],[-9,6],[4,8],[4,0],[2,3],[1,5],[-7,11],[-17,14],[7,8]],[[8224,8525],[4,6],[1,6],[0,9],[4,7],[-5,6],[-1,13],[2,3],[11,-2],[5,0],[6,3],[10,17],[3,3],[4,7],[5,5],[-3,8],[-4,7],[1,2],[-1,5],[3,5],[-4,11],[-12,-6],[-23,4],[-1,14],[5,6],[-4,3],[-7,14],[-3,2],[0,7],[1,5],[6,9],[12,11],[0,6],[1,0],[6,10],[5,-5],[1,16],[18,2],[4,2],[7,-1],[3,2],[1,13],[5,9],[2,2],[3,0],[2,1],[1,5],[6,5],[13,-1],[4,9],[-1,5],[1,6],[2,1],[10,-3],[1,5],[-1,3],[10,4],[2,1],[0,4],[-7,4],[4,15],[-3,6],[6,1],[-14,7],[-6,1],[0,4],[7,12],[3,2],[1,3],[2,1],[5,-5],[0,3],[3,2],[4,9],[-1,4],[10,3],[1,-7],[2,9],[5,2],[2,7],[1,2],[-3,0],[-2,7],[2,3],[0,6],[4,1],[2,3],[-1,3],[0,6],[4,8],[4,11],[4,4],[2,5],[1,8],[-2,5],[-1,15],[8,7],[-7,6],[2,7],[0,3],[2,2],[1,7],[2,4],[0,3],[2,3],[-2,1],[1,2],[5,12],[3,3],[3,12],[-1,8],[2,3],[1,9],[5,5],[-1,3],[5,5],[-3,3],[-7,0],[-1,6],[2,1],[4,5],[8,3],[-3,4],[-9,0],[-10,6],[1,2],[4,1],[1,3],[3,1],[1,4],[-2,4],[-1,5],[-5,4],[1,1],[2,0],[1,4],[-4,8],[-4,1],[-4,5],[-1,9],[1,5],[-6,11],[-2,7],[3,-1],[1,6],[6,-6],[6,7],[1,0],[2,4],[3,1],[-5,4],[-4,0],[2,5],[-2,3],[2,4],[5,5],[3,-3],[3,0],[-4,6],[1,2],[3,3],[0,5],[4,7],[1,12],[3,11],[-7,2],[-3,2],[-3,-2],[-14,6],[-4,4],[1,5],[-2,14],[-7,4],[-3,8],[-4,3],[-2,5]],[[8368,9320],[2,-1],[3,0],[2,1],[0,1],[-1,1],[0,3],[1,2],[1,1],[1,0],[1,1],[0,2],[-2,2],[-2,3],[3,4],[-1,3],[-2,0],[-2,3],[0,1],[-2,4],[0,1],[-1,2],[0,2],[-1,1],[-6,0],[-2,1],[2,2],[1,2],[1,2],[0,1],[0,1],[2,1],[3,1],[0,1],[1,1],[1,2],[-1,0],[-2,0],[-2,1],[-2,2],[-1,1],[1,2],[1,3],[1,2],[2,3],[1,0],[2,1],[1,1],[1,1],[0,2],[-1,1],[-1,2],[-1,2],[0,1],[1,2],[1,1],[1,0],[0,2],[-1,1],[-3,2],[-1,2],[0,2],[0,2],[1,2],[3,1],[3,2],[1,1],[0,2],[1,2],[3,0],[2,0],[2,1],[2,1],[3,2],[1,0],[2,-1],[3,-1],[3,0],[1,-1],[1,-1],[1,-1],[4,-3],[3,-1],[3,-1],[3,-3],[2,-1],[3,-1],[2,-1],[3,0],[2,0],[1,1],[1,2],[3,0],[5,-1],[1,-1],[2,-2],[3,-1],[3,-2],[1,-1],[4,1],[2,0],[2,-1],[2,-1],[3,-4],[3,-2],[2,-1],[3,0],[2,-2],[3,-2],[3,-2],[2,-3],[3,-2],[4,-3],[3,-2],[1,0],[2,1],[0,1],[2,3],[4,3],[4,1],[1,1],[0,1],[1,0],[2,-2],[1,-1],[0,-1],[1,-1],[2,-1],[2,-1],[0,-1],[0,-2],[2,-2],[3,0],[2,0],[2,1],[1,1],[3,0],[2,-1],[2,-1],[3,0],[2,0],[3,0],[2,-1],[1,-2],[1,-1],[2,0],[4,1],[4,0],[3,0],[0,1],[1,2],[1,1],[2,-2],[0,-2],[1,0],[2,-2],[1,-1],[2,-2],[3,-1],[1,0],[2,0],[0,-1],[0,-2],[0,-1],[1,0],[2,-1],[1,-1],[2,-3],[3,-2],[1,-3],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[2,-2],[0,-2],[-1,-2],[1,-2],[0,-1],[2,-1],[3,-2],[2,-1],[1,-1],[2,-3],[1,-1],[2,-1],[2,-1],[1,-1],[1,0],[2,1],[0,1],[2,2],[3,1],[2,1],[2,0],[4,2],[2,0],[3,0],[3,2],[2,2],[2,0],[2,-2],[2,-1],[3,0],[1,-1],[0,-1],[1,-2],[4,0],[2,0],[1,1],[2,1],[1,-1],[1,-2],[2,0],[2,2],[2,1],[1,0],[1,0],[3,-1],[3,0],[3,1],[1,1],[3,2],[3,0],[1,0],[1,-1],[0,-1],[2,-1],[1,0],[2,0],[2,0],[1,0],[1,0],[1,-2],[-1,0],[-1,-2],[-1,0],[0,-1],[-1,-4],[0,-1],[2,-2],[1,-1],[3,-1],[3,-1],[2,0],[2,-1],[2,-1],[1,-2],[2,-1],[0,-1],[-1,-1],[0,-2],[0,-3],[0,-2],[0,-1],[2,-1],[1,0],[1,-1],[1,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[2,0],[1,0],[1,-1],[-1,-2],[0,-3],[1,-2],[1,-2],[0,-4],[1,-5],[1,-1],[1,-1],[2,-2],[0,-1],[1,-4],[1,-3],[1,-1],[2,-1],[1,1]],[[5664,8911],[-11,-11],[0,-2],[2,1],[5,-5],[-1,-13],[-2,-9],[-4,3],[-4,2],[-2,-1],[-1,2],[-10,4],[-2,7],[5,2],[0,4],[3,1],[0,2],[-9,14],[2,4],[-9,11],[3,6],[-4,6],[-4,5],[-1,8]],[[5620,8952],[2,-2],[3,-1],[5,-5],[4,-7],[3,-8],[3,-2],[-2,-3],[19,-13],[6,3],[1,-3]],[[7674,9352],[0,-3],[2,-2],[-4,-5],[1,-9],[-4,-2],[-4,-5],[8,0],[6,-4],[4,-1],[0,-3],[-1,-4],[-2,-9],[-2,0],[0,-3],[-2,-1],[-2,-3],[-12,0],[2,-6],[6,-8],[2,-13],[-2,-5],[-2,-1],[4,-1],[0,-2],[-1,-7],[-7,1],[-5,-10],[2,-1],[4,0],[-1,-4],[2,-1],[0,-4],[5,2],[4,0],[2,-5],[-1,-5],[-1,-3],[-8,-1],[-5,-9],[-2,-10],[3,-2],[6,1],[0,2],[6,3],[3,-2],[0,-10],[1,-2],[-3,-7],[8,-5],[0,-5],[-1,-3],[-7,2],[0,-2],[-3,-3],[-1,-2],[4,-3],[-4,-5],[1,-1],[11,-10],[16,-7],[1,-5],[2,-2],[4,-1],[2,2],[3,-2],[-3,-6],[-5,-2],[-4,3],[-1,-1],[0,-6],[1,-2],[0,-3],[-3,-5],[-3,-12],[-4,-4],[0,-3],[-3,-4],[-3,-2],[-2,-5],[-2,-2],[1,-1],[-3,-5],[1,-7],[-1,0],[-1,-3],[-4,-3],[-7,-12],[2,-2],[6,-2],[2,-2],[0,-3],[3,-2],[2,3],[-2,3],[1,4],[-1,1],[-1,4],[7,11],[4,0],[4,-4],[7,5],[3,-4],[3,-2],[7,-5],[4,4],[10,28],[5,18],[0,10],[-3,2],[-1,7],[1,1],[-1,5],[1,3],[10,-7],[4,-1],[4,-5],[0,-2],[-3,-3],[4,-5],[-2,-4],[1,-2],[-3,-4],[2,-2],[-1,-2],[1,-8],[5,-14],[-1,-3],[-3,-4],[-5,-4],[-2,-9],[-3,0],[1,-8],[-2,-13],[0,-9],[2,-7],[2,-1],[1,-2],[-2,-3],[1,-7],[-3,-3],[4,-3],[-4,-2],[2,-5],[3,-1],[0,-3],[-3,-1],[-2,-5],[3,-8],[-3,-1],[-1,-1],[4,-3],[-2,-6],[1,-5],[-3,-3],[0,-4],[3,-3],[-1,-2],[-4,1],[-2,-1],[4,-5],[-2,-4],[1,-3],[-2,-3],[-3,-1],[0,-3],[-2,-1],[-4,-2],[-3,2],[-4,12],[0,13],[-4,-2],[-6,-6],[-8,-15],[-5,-5],[0,-2],[3,-4],[0,-8],[-2,-3],[-7,-7],[-5,-2],[-2,-3],[6,-3],[3,1],[3,-5],[7,-5],[12,-6],[9,-7],[8,-4],[18,-2],[5,4],[10,-2],[7,1],[13,-1],[3,-8],[8,-15],[1,-4],[7,-5],[9,-3],[-4,-11],[5,0],[4,-4],[6,0],[7,-3],[5,-8],[7,-3],[5,-10],[0,-15],[2,-3],[0,-6],[1,-4],[-1,-5],[3,-3],[0,-9],[2,-2],[-2,-5],[1,-4],[-4,-3],[-3,-6],[0,-2],[13,2],[3,-5],[7,-2],[1,-4],[2,0],[0,-1],[5,-2],[2,-4],[2,2],[5,-1],[4,-2],[4,0],[12,-9],[3,2],[1,-1],[1,-3],[3,-2],[0,-13],[2,-9],[-1,-4],[2,-2],[2,-2],[8,-1],[4,-4],[7,0],[2,-2],[2,-8],[13,-11],[5,-1],[8,-10],[3,1],[4,8],[10,10],[11,-3],[11,-5],[-1,-3],[-4,-3],[5,-7],[-1,-11],[1,-10],[10,-8],[13,-23],[9,-33],[0,-10],[5,-14],[0,-10],[2,-2],[8,-4],[1,-4],[7,-2],[11,-6],[-9,19],[0,3],[2,2],[-1,3],[1,3],[9,-5],[5,-9],[-1,-3],[2,-5],[3,0],[9,-4],[18,-1],[1,2],[0,-2],[6,-2],[6,1],[5,7],[0,4],[3,9],[6,5],[9,4],[3,5],[3,0],[2,-6],[3,-1],[3,1],[4,4],[9,1],[1,3],[9,12],[30,-6],[12,-7]],[[7249,8871],[-4,7],[10,6],[-3,7],[2,2],[-1,4]],[[7253,8897],[3,-3],[3,-5],[11,2],[8,-6],[8,4],[3,0],[11,-17],[12,-7],[5,0],[2,-2],[4,1],[2,-1],[2,2],[3,6],[5,-2],[0,-2],[2,0],[0,2],[2,1],[5,-4],[13,-5],[8,-14],[16,-9],[16,-2],[8,4],[2,5],[13,0],[9,-5],[5,0],[9,-2],[4,4],[4,10],[9,5],[1,4],[-3,4],[6,3],[3,13],[11,18],[1,4],[16,15],[-2,3],[2,3],[-2,6],[-2,2],[1,5],[-8,0],[-7,-1],[-4,1],[-5,12],[-1,9],[-14,12],[2,14],[0,4],[-2,1],[3,15],[-2,6],[-8,7],[-2,6],[1,6],[7,15],[0,7],[2,4],[0,4],[2,1],[1,4],[-4,8],[7,8],[11,18],[2,4],[7,4],[4,6],[-2,2],[1,1],[-3,7],[-3,1],[-3,-2],[-4,5],[8,18],[0,10],[12,16],[11,5],[4,4],[0,2],[4,9],[-1,9],[-3,2],[-2,-1],[-1,7],[-2,1],[2,3],[0,4],[10,21],[18,-9],[3,5],[5,1],[2,-1],[1,2],[-2,10],[1,6],[2,0],[12,11],[4,0],[2,2],[-10,5],[0,2],[1,3],[3,1],[6,-4],[1,19],[2,4],[14,-2],[14,1],[8,-3],[8,1],[6,3],[1,2],[-2,8],[4,7],[-3,10],[4,2],[1,3],[5,2],[6,-2],[8,2],[2,1],[5,-1],[4,5],[5,0],[2,7],[4,5],[0,2],[5,3],[0,3],[10,0]],[[5709,9057],[6,3],[2,-2],[1,-2],[-1,-8],[-1,-2],[-2,2],[-3,-2],[0,-5],[-7,-1],[-2,-5],[-2,1],[0,9],[-2,2],[0,11],[8,3],[3,-4]],[[5851,9071],[-4,-14],[1,-3],[-4,-2],[-1,-3],[5,-7],[0,-7],[-1,-2],[-6,-5],[0,-2],[5,-17],[-3,-7],[-6,-3],[3,-5],[0,-7],[5,2],[0,-2],[3,-3],[3,0],[1,-1],[2,0],[0,-2],[3,0],[3,2],[1,2],[6,3],[1,-4],[1,2],[7,0],[8,-1],[-1,-4],[0,-8],[2,-7],[-2,-1],[4,-13],[4,-4],[-3,0],[6,-8],[-5,0],[-5,-3],[-9,-12],[-1,-2],[6,-20],[-13,-7],[-2,-6],[-2,-2],[1,-3],[-2,-10],[-3,-2],[-1,-3],[-4,-1],[-2,-8],[-3,-2],[2,-2],[-2,-4],[4,-5],[4,-5],[1,-6],[4,1],[0,3],[2,1],[2,3],[8,6],[8,-5],[2,-7],[5,2],[2,-1],[5,7],[5,3],[9,0],[0,-9],[3,0],[1,-2],[2,1],[-1,-2],[9,-9],[4,-15],[2,-4],[4,-3],[11,-28],[9,3],[0,2],[5,0],[5,9],[9,9],[-2,4],[1,5],[5,3],[8,8],[7,3],[3,5],[6,0],[6,-5],[3,-1],[3,-1],[1,-8],[0,-3],[2,-2],[-1,-4],[13,-14],[5,-1],[4,-8],[8,-7],[-1,2],[1,1],[5,-1],[3,2],[1,4],[-2,2],[0,1],[9,-2],[4,-3],[4,0],[2,3],[1,2],[-2,1],[4,1],[4,3],[5,0],[1,3],[2,0],[0,-7],[-2,-2],[7,-5],[-8,-2],[-3,1],[-3,-25],[-4,-5],[8,-1],[15,-7],[3,0],[4,2],[6,4],[8,10],[6,2],[4,0],[0,-3],[12,-5],[9,-1],[7,-6],[0,3],[5,5],[9,-1],[3,9],[4,3],[5,7],[1,1],[4,-2],[5,5],[0,2],[2,-5],[8,-4],[8,2],[3,-1],[5,1],[4,-2],[3,1],[4,-3],[1,1],[12,5],[6,-8],[1,-5],[4,-7],[5,3],[2,0],[5,-5],[4,-1],[1,3],[9,-4]],[[6278,8748],[-4,0],[-3,-17],[-3,-1],[-2,2],[-4,-4],[0,-6],[4,0],[7,-4],[5,-5],[7,-12],[0,-19],[-2,-19],[-2,-3],[0,-3],[2,-4],[3,1],[2,3],[3,-2],[3,1],[1,-2],[-3,-4],[7,-1],[1,-5],[3,-1],[0,-6],[2,-3]],[[5723,8385],[-3,0],[-3,2],[-12,-4],[-1,0],[2,2],[-5,4],[1,1],[-2,3],[5,6],[6,5],[4,8],[1,1],[1,-2],[4,2],[-2,0],[1,2],[-1,1],[2,3],[-1,1],[0,2],[-3,11],[1,2],[4,4],[-2,1],[0,8],[-1,6],[-2,5],[0,5],[-2,2],[2,2],[-1,2],[-5,1],[-3,4],[-1,8],[-3,11],[-1,8],[1,8],[4,7],[1,4],[6,8],[-5,4],[-9,3],[2,7],[1,5],[2,2],[-2,1],[3,4],[-2,2],[-3,1],[-4,11],[2,2],[2,-4],[2,0],[0,2],[5,2],[8,10],[3,2],[3,0],[5,3],[7,-1],[9,9],[4,-1],[2,7],[-9,11],[-4,0],[-3,3],[-4,-1],[0,6],[-3,2],[0,1],[-1,3],[-5,3],[6,7],[5,3],[1,2],[-2,2],[0,3],[-9,5],[-6,-1],[-2,2],[-5,0],[-4,3],[2,6],[0,3],[3,4],[-3,4],[1,12],[-2,11],[-5,4],[-1,7],[-2,2],[-6,-1],[1,11],[-2,7],[-2,0],[-2,-1],[-1,-4],[-1,-1],[0,5],[-7,16],[0,5],[9,10],[9,2],[4,5],[7,1],[1,-1],[20,16],[1,5],[-5,3],[-9,-1],[-9,2],[-1,2],[4,5],[6,11],[-1,4],[2,1],[-2,6],[-1,8],[2,6],[5,8],[1,5],[-7,8],[-5,3],[-6,0],[1,3],[12,7],[2,5],[5,4],[0,2],[2,2],[7,4],[7,0],[-3,2],[-9,-3],[-10,7],[-3,7],[-4,3],[-3,8],[-11,2],[-10,8],[-2,3]],[[5684,8917],[1,4],[2,3],[-1,7],[-2,7],[-6,9],[6,6],[-2,5],[1,4],[3,3],[-1,5],[1,2],[-3,11],[0,10],[-4,6],[1,10],[3,5],[-4,5],[0,10],[3,2],[3,-2],[6,2],[4,-3],[1,0],[4,-2],[2,0],[0,-2],[2,-3],[2,-1],[1,1],[4,-2],[2,-4],[2,0],[1,6],[2,4],[-1,4],[7,5],[5,-8],[5,-4],[3,0],[7,3],[4,3],[1,2],[2,2],[-1,3],[-6,0],[-1,2],[-3,1],[-1,2],[3,7],[1,8],[2,2],[1,4],[3,1],[0,-7],[1,-1],[4,10],[3,-1],[7,-10],[6,2],[0,3],[2,2],[7,0],[3,1],[0,3],[5,2],[11,16],[4,3],[8,-2],[3,-10],[2,1],[2,-2],[1,-8],[2,1],[2,-2],[2,1],[-3,-11],[6,-2],[4,3],[2,3],[2,14],[-2,2],[2,3],[16,-5]],[[6804,9287],[7,-6],[0,-3],[-3,-4],[3,-5],[10,3],[0,-1],[-2,-7],[3,-2],[-1,-4],[-9,-6],[1,-7],[4,-4],[2,-6],[2,0],[1,2],[1,7],[5,-3],[2,2],[1,4],[9,5],[-1,2],[3,7],[-1,6],[5,10],[3,-2],[3,3],[4,-1],[5,-3],[3,-5],[5,-5],[14,-4],[-3,-8],[0,-14],[-2,-11],[-6,-15],[9,2],[2,3],[2,0],[0,-10],[4,0],[5,-3],[3,-13],[4,1],[4,3],[1,4],[8,0],[2,4],[6,-6],[-4,-7],[0,-3],[2,-2],[4,0],[-1,6],[5,0],[2,5],[3,2],[6,-7],[10,0],[1,1],[-4,3],[1,3],[7,8],[4,8],[2,-1],[1,-4],[-2,-5],[-4,-4],[2,-5],[16,-2],[2,4],[11,2],[5,-4],[7,0]],[[6998,9195],[3,0],[7,-11],[1,1],[4,-2],[5,1],[2,-1],[0,-3],[3,-2],[2,0],[1,3],[3,-1],[2,-9],[7,2],[0,2],[-2,4],[3,3],[6,-4],[4,0],[4,-3],[2,2],[-2,5],[4,-1],[1,-4],[4,-3],[1,-6],[3,-1],[2,3],[11,-5],[1,-2],[-2,-5],[4,-3],[8,-1],[2,-2],[-3,-3],[4,0],[4,2],[6,0],[4,-6],[4,-1],[4,2],[1,3],[2,2],[2,-2],[5,4],[4,-2],[7,1],[3,-3],[-5,-10],[3,-4],[9,-5],[1,-1],[-3,-5],[7,-4],[-5,-7],[-1,-6],[9,-3],[8,5],[3,5],[8,3],[5,3],[3,-1],[2,-4],[4,2],[6,-4],[2,-5],[2,3],[2,-1],[0,-4],[2,-2],[-2,-3],[2,-3],[5,2],[5,-1],[5,-8],[4,3],[2,0],[1,-1],[-1,-6],[5,-5],[-3,-4],[13,-8],[6,1],[2,-9],[-1,-6],[-3,-4],[1,-4],[8,-2],[2,6],[9,-9],[2,0],[1,3],[2,0],[0,-11],[2,-2],[4,0],[1,-3],[10,1],[4,-6],[2,0],[0,4],[12,-6],[2,2],[4,-2],[1,2],[7,-3],[1,-2],[1,-9],[8,1],[3,-2],[0,-2],[-8,-5],[-2,-4],[4,-9],[6,-4],[-18,-12],[-2,6],[-7,4],[-11,1],[-2,-3],[-5,-2],[1,-3],[-2,0],[-7,3],[-2,3],[-8,4],[-5,-3],[-3,-4],[1,-5],[-1,-4],[-9,-8],[-2,-5],[-13,-13],[-4,-7],[-2,-9],[-1,-1],[2,-2],[0,-4],[1,-12],[3,-2],[6,0],[4,-8],[4,1],[1,-5],[3,-3],[3,4]],[[6779,8906],[0,10],[-8,26],[0,3],[-1,2],[-3,0],[-9,-3],[-7,0],[-7,2],[-5,-3],[-5,4],[-4,0],[-4,-2],[-11,25],[-4,4],[-3,2],[-5,-1],[-2,9],[0,6],[-5,5],[2,2],[-2,0],[-4,4],[-1,0],[-1,7],[-6,6],[0,3],[4,1],[7,6],[2,5],[-2,7],[5,7],[1,1],[-4,11],[4,6],[-3,4],[0,5],[-3,11],[0,2],[-2,2],[2,5],[2,1],[1,3],[-2,1],[-4,6],[0,8],[14,1],[7,2],[0,4],[-10,14],[-4,-1],[-5,2],[4,8],[0,4],[-2,7],[3,0],[2,3],[5,-4],[-2,-11],[2,-4],[2,0],[4,-10],[4,-3],[1,2],[-5,19],[3,4],[0,4],[-2,5],[7,12],[-6,11],[-2,5],[-4,4],[-4,-1],[-3,2],[-1,5],[-1,1],[0,2],[7,5],[1,5],[1,5],[-1,3],[2,5],[-2,2],[-4,0],[1,1],[-3,3],[-3,-2],[-2,1],[-3,-5],[-8,3],[-4,5],[4,1],[5,5],[5,1],[0,4],[7,5],[2,4],[-1,5],[8,4],[3,1],[-2,3],[2,5],[-2,3],[-2,8],[-8,4],[3,3],[-2,2],[0,3],[7,-1],[13,1],[5,-1],[5,-4],[1,5],[3,1],[2,2],[6,-2],[2,-3],[2,-1],[5,4],[11,-1],[5,-3],[4,-8],[4,-2],[5,1],[0,4],[5,0],[2,-1],[-2,-3],[5,0],[0,3],[3,3],[5,2],[3,3]],[[7753,9461],[-2,-1],[-1,0],[-1,-1],[-1,-2],[1,-3],[0,-5],[1,0],[1,-3],[2,-3],[3,-3],[3,0],[2,-1],[3,-2],[1,0],[2,0],[2,1],[2,1],[2,-1],[1,-1],[3,-2],[2,-2],[1,-2],[0,-1],[0,-2],[0,-1],[1,-1],[2,-3],[3,-2],[3,0],[3,-1],[1,-1],[3,-4],[2,-3],[5,-3],[3,-1],[1,-1],[0,-2],[0,-2],[0,-2],[1,-3],[0,-4],[-1,-4],[1,-1],[1,-1],[2,0],[4,2],[2,1],[1,1],[4,-1],[1,-2],[1,-2],[0,-1],[-2,-3],[-1,-3],[0,-3],[1,-2],[1,0],[2,1],[2,0],[0,-1],[2,-1],[0,-1],[1,0],[0,2],[1,2],[1,2],[1,4],[2,0],[1,-1],[2,0],[2,1],[1,1],[1,2],[0,2],[-1,2],[0,2],[0,2],[0,1],[2,1],[2,2],[1,3],[2,2],[2,1],[2,0],[1,-1],[1,-3],[1,-2],[1,-1],[1,1],[2,-1],[1,0],[1,-2],[1,-1],[4,-2],[1,-1],[2,-1],[1,-1],[1,0],[2,1],[1,-1],[1,-1],[1,-2],[1,-1],[2,-1],[4,3],[2,2],[2,0],[2,2],[3,0],[2,0],[2,-2],[3,-3],[3,1],[1,2],[1,1],[0,1],[1,1],[2,1],[2,2],[2,1],[1,1],[2,2],[1,3],[1,3],[0,1],[1,1],[1,1],[3,2],[4,0],[1,0],[1,-1],[0,-1],[2,0],[1,1],[1,0],[1,1],[1,4],[2,4],[2,-3],[1,-2],[1,0],[2,-1],[1,-1],[2,0],[3,-1],[3,0],[2,-1],[0,-1],[0,-3],[3,-2],[1,0],[3,-2],[2,-2],[3,0],[2,1],[1,0],[2,-2],[0,-2],[0,-2],[-1,-1],[0,-1],[1,0],[3,-1],[3,-3],[4,-3],[1,0],[4,0],[3,-1],[3,-3],[2,-2],[3,-1],[1,0],[1,1],[2,2],[3,3],[2,2],[2,-3],[-1,-3],[0,-1],[1,-4],[3,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[2,1],[1,-1],[1,-1],[1,-1],[2,-4],[2,-2],[2,-3],[1,-2],[1,-1],[1,-2],[-1,-2],[2,-1],[2,-1],[1,-2],[-1,-2],[0,-2],[1,-3],[3,1],[2,0],[3,-1],[2,-1],[1,-1],[1,0],[3,0],[2,0],[1,-1],[1,-1],[1,-2],[0,-1],[-1,-3],[0,-2],[0,-1],[0,-1],[1,-2],[1,0],[2,-2],[1,0],[3,1],[3,-1],[5,-1],[1,-1],[1,0],[3,-2],[4,0],[4,0],[1,0],[1,1],[3,3],[1,2],[1,2],[-1,1],[2,1],[3,1],[5,-2],[2,-1],[4,-1],[4,1],[1,0],[4,3],[1,2],[1,3],[3,3],[4,1],[4,-3],[1,-1],[2,-1],[3,1],[2,0],[3,2],[2,0],[1,0],[1,1],[0,2],[1,2],[3,0],[2,0],[2,1],[1,0],[5,2],[2,3],[3,3],[3,-1],[2,-1],[2,-1],[2,0],[3,-1],[2,-1],[2,-1],[1,-2],[4,-3],[2,0],[2,0],[1,0],[3,-1],[3,0],[2,1],[3,-2],[2,-5],[2,-4],[0,-1],[0,-1],[-2,-3],[1,-1],[3,-1],[2,-2],[2,-2],[3,-3],[2,-2],[1,-1],[2,1],[3,3],[3,2],[2,0],[1,0],[1,0],[1,2],[0,4],[0,4],[1,2],[1,2],[3,1],[4,2],[2,2],[1,2],[4,4],[4,-3],[1,-1],[0,-1],[1,-1],[1,0],[3,-1],[3,0],[2,-2],[0,-3],[1,-2],[1,-2],[2,-1],[1,-1],[5,0],[2,-1],[0,-2],[2,0],[3,1],[1,0],[2,0],[3,0],[1,0],[3,1],[2,0],[2,1],[2,1],[1,1],[2,1],[1,0],[2,0],[4,-3],[1,-1],[3,-1],[1,1],[3,0],[3,-1],[1,0],[1,2],[2,3],[1,1],[3,0],[4,-1],[3,0],[4,0],[3,-1],[4,-1],[3,-1],[3,0],[1,0],[1,3],[1,3],[1,0],[0,1],[0,-1],[3,-2],[3,-2],[4,-2],[2,0],[1,0],[1,0],[5,-1],[5,0],[3,-1],[1,0]],[[7674,9352],[0,11],[5,1],[7,-2],[4,2],[1,4],[2,0],[5,10],[-1,4],[-5,4],[0,2],[4,4],[-2,16],[0,8],[7,4],[1,5],[9,5],[-1,2],[2,3],[0,4],[1,3],[-3,0],[1,7],[8,5],[5,6],[2,2],[14,2],[3,-1],[1,-2],[9,0]],[[6817,9381],[1,-4],[4,4],[7,2],[13,0],[2,-1],[4,1],[7,-1],[5,2],[9,-7],[4,1],[3,-2],[1,-2],[7,0],[5,-4],[0,1],[6,-1],[1,-3],[2,0],[1,-2],[2,1],[3,-1],[4,4],[3,0],[1,-2],[6,2],[0,-3],[4,-5],[0,-4],[1,-1],[7,3],[3,3],[1,2],[3,0],[0,-6],[-2,-4],[0,-3],[-3,-6],[-1,-4],[-8,-9],[-4,3],[-2,-4],[-2,-1],[0,-7],[2,-1],[4,-3],[7,-10],[1,-4],[4,2],[9,-1],[4,11],[1,0],[6,-2],[0,-12],[2,-6],[0,-5],[-9,-5],[-5,-1],[-1,2],[2,3],[-2,3],[-4,-1],[-2,-2],[-9,4],[-6,0],[-1,-2],[-1,1],[-4,-2],[-6,2],[-4,-1],[-7,8],[-1,6],[-2,1],[-4,-4],[-2,2],[-3,0],[-4,3],[-8,0],[-4,-3],[0,-3],[-2,-1],[-4,1],[-3,-1],[-7,2],[-8,0],[-3,3],[2,1],[0,3],[-4,5],[-2,8],[-5,0],[-5,3],[-2,2],[-6,2],[-2,6],[-10,4],[-2,2],[4,1],[-5,4],[-3,0],[-2,2],[3,3],[4,2],[-1,2],[2,1],[0,6],[1,0],[-2,3],[4,6],[1,-1],[3,13],[3,-4]],[[5664,8911],[1,-1],[3,1],[7,2],[6,5],[3,-1]],[[5193,8455],[3,2],[1,1],[1,1],[3,-1],[3,-1],[2,0],[2,1],[4,4],[1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[2,2],[1,1],[1,1],[2,1],[3,2],[-1,1],[-3,3],[0,1],[1,2],[2,2],[1,3],[2,1],[3,1],[2,0],[4,0],[1,1],[1,0],[4,3],[1,3],[0,1],[-1,1],[-2,-1],[-1,1],[-2,2],[-1,2],[0,5],[1,3],[0,1],[1,0],[2,1],[3,1],[3,3],[2,1],[0,-1],[0,-2],[1,-3],[1,-2],[2,-1],[1,-1],[1,0],[1,0],[3,1],[2,1],[1,0],[3,2],[2,1],[2,0],[1,0],[2,2],[-1,4],[-1,1],[0,2],[-4,2],[-1,0],[-1,1],[0,1],[0,2],[1,2],[1,1],[1,0],[1,0],[2,0],[1,0],[1,1],[3,2],[1,1],[1,3],[2,1],[2,4],[-1,3],[-1,1],[-1,1],[-2,2],[0,1],[0,1],[1,1],[1,2],[2,4],[4,3],[1,2],[0,1],[0,3],[0,1],[0,1],[1,1],[1,1],[1,0],[4,3],[0,2],[1,2],[1,2],[2,0],[2,0],[2,1],[1,2],[-2,6],[-1,2],[1,0],[1,0],[1,0],[3,1],[2,3],[2,4],[2,3],[1,1],[1,1],[2,3],[1,2],[1,1],[0,2],[1,4],[1,4],[1,0],[2,3],[2,2],[2,2],[1,1],[2,1],[-3,4],[0,3],[-1,2],[-1,3],[-2,2],[-2,1],[-2,0],[-2,0],[-2,2],[-4,1],[-2,3],[-2,4],[-2,4],[-4,7],[-2,2],[-2,1],[-3,3],[-3,2],[-2,4],[-1,0],[-2,2],[-3,2],[-2,2],[-2,0],[-5,2],[-3,1],[-2,1],[-3,1],[-4,2],[-6,1],[-1,1],[-1,0],[-1,-1],[-6,-1],[-1,0],[-6,2],[-2,0],[-3,1],[-2,0],[-2,0],[-2,0],[-4,0],[-4,2],[-3,1],[-1,1],[-2,-1],[-1,0],[-1,-2],[0,-3],[-2,-5],[-5,-1],[-3,-1],[-2,-2],[-4,-2],[-2,-1],[-3,1],[-6,2],[-2,3],[-1,2],[-3,2],[-4,3],[-3,2],[-3,3],[-2,5],[-1,2],[0,1],[0,1],[1,1],[1,0],[0,1],[1,-1],[1,-2],[1,0],[1,2],[0,1],[-2,3],[-2,5],[-1,3],[-1,4],[-1,2],[0,2],[-1,4],[-2,1],[-1,0],[-1,1],[1,3],[1,2],[3,1],[1,1],[0,1],[0,1],[0,2],[0,2],[0,1],[1,2],[2,3],[1,4],[1,3],[0,1],[0,2],[0,1],[0,3],[1,3],[2,5],[1,2],[1,4],[1,2],[0,3],[0,3],[-1,1],[0,1],[1,1],[1,3],[1,3],[0,1],[1,1],[1,3],[-1,1],[0,1],[-1,1],[0,1],[3,2],[1,3],[1,1],[-1,3],[-4,0],[-5,0],[-3,1],[-3,1],[-2,0],[-4,1],[-3,2],[1,2],[1,3],[3,2],[0,3],[1,5],[0,1],[2,5],[2,4],[1,4],[0,3],[-1,5],[-2,1],[-1,2],[-3,2],[-5,5],[-4,3],[-3,2],[0,-3],[-4,-9],[-2,-1],[-1,1],[-1,0],[-1,0],[-2,-1],[-1,-2],[0,-1],[0,-1],[-1,0],[-1,0],[-2,0],[-5,1],[-6,-1],[-4,-1],[-3,-1],[-9,-1],[-3,-1],[-3,0],[-3,1],[-4,1],[-4,0],[-3,1],[-6,1],[-3,2],[-3,9],[0,2],[-2,3],[-2,5],[-1,6],[-3,2],[-1,0],[-3,1],[-2,0],[-4,0],[-3,1],[-3,1],[1,-14],[-1,-1],[-4,-13],[-4,-2],[-2,1],[-1,0],[-3,-2],[-2,0],[-3,1],[-3,1],[-4,1],[-1,-1],[-1,-1],[-1,0],[-4,-2],[-3,0],[-2,0],[-1,0],[-1,1],[-3,1],[-4,0],[-3,0],[-4,2],[-4,-2],[-1,1],[-1,2],[-2,4],[-1,4],[-2,5],[-1,0],[-4,1],[-4,2],[-1,0],[-1,-1]],[[4970,8875],[-4,7],[0,3],[2,5],[4,2],[1,5],[7,12],[-2,4],[-4,3],[0,10],[-9,-2],[-8,0],[-4,5],[-4,2],[-1,7],[5,5],[2,-1],[2,2],[4,0],[0,2],[1,1],[-1,5],[3,2],[2,-1],[1,1],[-1,3],[1,2],[0,8],[1,2],[6,0],[4,2],[4,1],[5,7],[-1,3],[2,10],[0,6],[1,2],[11,9],[6,0],[6,8],[-2,3],[7,8],[9,4],[6,1],[18,-6],[3,-6],[4,4],[-7,15],[3,2],[2,6],[3,1]],[[5058,9049],[8,-5],[4,-4],[7,0],[3,-2],[1,-8],[4,0],[1,-6],[5,0],[3,-3],[7,4],[15,-1],[3,2],[4,0],[4,-3],[3,0],[4,-5],[3,1],[5,-1],[4,3],[6,-2],[7,1],[14,-2],[8,-5],[2,-4],[-2,-3],[5,-2],[3,2],[5,-1],[5,6],[4,3],[7,-2],[2,3],[5,2],[8,-4],[5,1],[0,2],[7,2],[1,-1],[15,-1],[2,3],[6,-3],[7,4],[3,-3],[5,-15],[7,1],[12,-4],[-1,-4],[5,1],[8,-4],[3,-7],[3,-2],[18,7],[5,4],[3,-2],[4,-2],[3,4],[6,-4],[8,2],[13,-2],[0,2],[12,-1],[9,-2],[16,-7],[8,-10],[10,-4],[0,6],[2,6],[7,-2],[9,1],[3,2],[4,7],[7,-6],[-2,-5],[7,-10],[11,-7],[2,1],[1,4],[12,5],[2,3],[1,-4],[3,2],[3,0],[1,3],[5,2],[8,-1],[2,1],[1,-9],[4,-5],[12,1],[8,4],[10,-1],[-2,8],[-3,3],[3,3],[0,-1],[6,1],[1,-1],[0,-2],[7,-2],[3,-2],[2,-6],[8,-9],[-2,-9],[-6,-5],[1,-1],[5,1],[12,-3],[0,-2],[1,0],[2,1],[1,0],[0,-3],[2,-4],[-2,-8],[1,-2],[4,9],[3,-4],[3,0],[1,-2],[4,5],[4,14],[0,8],[7,3],[3,-4]],[[6296,9368],[-1,0],[0,-4],[-3,2],[-4,-1],[-12,1]],[[6276,9366],[-2,4],[0,5],[3,5],[2,1],[2,-2],[2,1],[1,1],[-2,2],[0,5],[4,3],[4,0],[-3,8],[4,7],[4,0],[1,-4],[0,-9],[2,-7],[0,-7],[-2,-11]],[[6251,9403],[3,-1],[3,-4],[0,-7],[0,-4],[-6,-4],[-3,6],[1,3],[-3,5],[0,4],[3,3],[2,-1]],[[6724,9500],[-1,0],[-3,4],[-6,6],[0,3],[-7,3],[-1,-2],[-5,-2]],[[6701,9512],[0,5],[11,8],[1,8],[6,7],[1,-2],[1,1],[1,-1],[6,2],[0,-6],[5,0],[-2,-3],[-5,-6],[0,-2],[7,-1],[4,-3],[5,1],[5,-2],[1,-2],[-3,-5],[2,-5],[7,3],[2,3],[5,-2],[-2,-3],[-5,-2],[-6,-1],[-7,0],[-2,-4],[-15,0]],[[6998,9195],[-1,6],[1,8],[5,2],[8,1],[-4,13],[1,4],[4,3],[0,7],[-4,17],[1,7],[-1,-1],[-6,1],[-3,5],[-1,0],[-9,-19],[-5,-6],[-4,12],[-10,2],[-3,-3],[-4,19],[8,-2],[5,9],[3,0],[2,4],[2,1],[0,3],[2,4],[9,5],[0,2],[7,3],[5,-2],[4,1],[8,-6],[-2,-2],[4,-3],[-2,-4],[-3,0],[1,-2],[6,2],[10,-1],[6,7],[11,4],[6,-1],[2,2],[0,9],[-2,5],[-5,-1],[-1,-2],[1,-1],[-2,0],[-1,6],[-2,1],[2,4],[-2,9],[1,4],[-2,6],[-2,-1],[-1,4],[3,4],[1,5],[4,-2],[8,3],[1,2],[6,-1],[2,4],[3,0],[-5,13],[-1,6],[-2,4],[5,6],[-1,9],[1,2],[7,5],[8,8],[1,6],[-3,13],[-1,13],[-5,4],[1,2]],[[7074,9446],[1,1],[5,-1],[0,16],[1,3],[1,4],[6,1],[2,2],[-1,3],[3,2],[0,3],[7,0],[6,-8],[0,-1],[6,0],[5,4],[8,-1],[1,1],[3,-2],[5,2],[6,4],[0,3],[3,4],[1,8],[5,2],[14,0],[1,2],[2,0],[3,1],[1,3],[2,1],[2,7],[-2,0],[0,1],[0,4],[-3,6],[-1,8],[4,1],[1,4],[4,6],[1,4],[-2,7],[4,1],[1,4],[11,3],[6,4],[1,6],[11,2],[-1,2],[5,3],[-1,2],[3,1],[1,2],[3,1],[4,8],[6,5],[-1,5],[-7,4],[0,4],[2,4],[-3,10],[0,4],[3,4],[2,7],[-1,11],[-1,1],[1,1],[2,1],[-1,-3],[3,-2],[-2,-1],[3,-3],[4,-1],[1,-2],[1,4],[1,1],[2,-5],[0,3],[3,-1],[0,1],[-1,1],[1,3],[-2,-2],[0,2],[2,0],[1,1],[-3,0],[1,2],[-1,1],[1,2],[-2,1],[2,1],[2,-3],[2,2],[2,-3],[-1,-4],[2,-4],[1,4],[2,-2],[-1,2],[2,0],[1,3],[-1,2],[1,1],[1,-3],[5,2],[1,-1],[0,2],[4,0],[3,7],[5,0],[2,3],[4,2],[-1,4],[2,2],[-1,4],[1,4],[-1,4],[3,2],[2,4],[4,2],[4,-2],[2,2],[3,0],[4,4],[7,-1],[0,1]],[[7306,9694],[1,1],[2,2],[1,0],[3,0],[1,1],[1,2],[3,2],[3,2],[2,0],[2,-1],[0,-1],[2,1],[1,0],[3,1],[2,2],[4,-1],[2,-1],[1,-1],[2,-2],[1,0],[2,0],[3,1],[4,-1],[2,-4],[-2,-4],[-1,-1],[-1,-2],[0,-2],[0,-1],[1,-1],[0,-1],[1,-6],[0,-1],[2,-4],[2,-4],[1,-1],[2,-2],[4,1],[2,1],[3,-1],[2,0],[1,0],[1,-1],[1,0],[1,-1],[1,0],[2,3],[1,2],[1,4],[1,4],[3,5],[-2,3],[-1,0],[-1,1],[0,2],[2,1],[4,1],[3,0],[3,0],[4,0],[1,0],[2,0],[2,1],[1,0],[4,0],[2,-3],[2,-3],[1,-1],[1,-1],[1,0],[1,0],[2,0],[1,0],[1,-2],[1,-1],[4,-2],[3,-1],[3,0],[3,-1],[1,0],[1,-1],[1,-1],[2,0],[4,0],[2,1],[1,0],[2,3],[1,0],[3,-1],[4,-3],[2,-3],[2,-2],[2,-3],[1,-2],[0,-1],[0,-3],[1,-2],[1,-3],[0,-2],[0,-1],[0,-1],[-1,-2],[-2,-5],[0,-4],[0,-4],[1,-2],[-1,-1],[0,-2],[-1,-2],[1,-2],[0,-1],[0,-1],[-3,-1],[-2,-2],[-1,-1],[-2,-2],[0,-2],[0,-2],[0,-4],[-1,-3],[0,-2],[-1,-1],[-2,-1],[-2,-2],[0,-1],[1,-1],[2,-2],[-1,-1],[0,-2],[-1,-4],[-1,-2],[-2,-2],[-3,-3],[0,-2],[0,-1],[-5,-3],[-1,-1],[-2,-3],[-3,-2],[0,-1],[-3,-1],[-1,0],[-1,-1],[-2,-1],[-2,-2],[0,-3],[0,-2],[0,-2],[3,-5],[2,-2],[2,-3],[1,-2],[1,-1],[0,-1],[2,-2],[0,-1],[2,-4],[1,0],[3,-1],[10,-3],[5,-2],[4,-1],[5,-1],[1,-1],[4,-1],[5,-1],[2,1],[2,4],[1,5],[1,3],[1,3],[-1,4],[0,7],[0,1],[1,0],[0,3],[-1,3],[-1,4],[1,2],[1,1],[0,1],[2,2],[2,3],[2,2],[2,1],[2,2],[3,0],[3,1],[1,0],[5,1],[0,-1],[1,0],[2,1],[2,1],[1,0],[1,0],[2,0],[1,0],[0,-1],[-2,-2],[-2,-1],[-1,-1],[-1,-1],[-2,-3],[-2,-2],[-2,-3],[-1,-2],[-2,-5],[-1,-3],[-1,-4],[0,-1],[0,-1],[0,-1],[1,0],[4,-2],[4,0],[1,-1],[2,-2],[2,-2],[4,-2],[1,-3],[1,-3],[4,0],[3,-1],[3,3],[2,2],[1,1],[2,2],[8,-2],[0,-1],[0,-1],[1,-1],[1,-1],[3,-2],[6,-4],[3,-2],[1,0],[1,1],[0,1],[2,0],[2,0],[2,-1],[2,-2],[2,-2],[3,-1],[0,-1],[1,0],[0,-2],[0,-1],[0,-1],[0,-1],[0,-3],[1,-1],[3,0],[1,0],[3,3],[2,2],[4,2],[3,-3],[3,-2],[3,-1],[2,-1],[1,-2],[1,-2],[2,-2],[1,0],[3,-1],[3,-1],[4,0],[3,0],[2,-1],[4,0],[5,-2],[1,1],[4,-1],[2,-1],[2,-5],[0,-1],[1,-1],[0,-1],[2,-2],[2,-1],[3,0],[1,-1],[2,-3],[1,-2],[1,0],[2,-1],[2,-1],[1,1],[2,-1],[2,-2],[3,-2],[4,0],[2,0],[3,0],[3,2],[-1,1],[2,1],[1,2],[3,1],[2,-1],[2,-1],[1,-1],[0,-2],[1,-1],[2,0],[2,1],[4,-1],[3,-1],[1,-1],[2,-1],[1,0],[4,1],[3,0],[2,1],[2,0],[3,0],[3,-1],[1,0],[5,0],[2,2],[2,1],[3,3],[4,2],[2,0],[3,1],[2,1],[0,1],[4,-1],[2,0],[1,0],[2,-5],[1,-4],[1,-2],[1,-1],[5,-2],[-1,-4],[0,-3],[0,-1],[1,-2],[1,-2],[2,-2],[0,-2]],[[6943,9565],[-1,-2],[3,-5],[-3,-1],[2,-2],[1,-5],[4,-5],[3,-6],[-2,0],[-5,-8],[0,-5],[-4,-3],[-2,1],[-4,-2],[-8,-6],[-4,-1],[-3,2],[-2,-5],[4,-9],[-4,-3],[3,-6],[3,0],[3,-5],[13,-4],[2,-3],[2,-2],[2,4],[-1,5],[2,5],[15,-8],[11,4],[12,-6],[4,2],[9,-3],[5,3],[5,-2],[2,-3],[2,1],[6,-3],[6,-1],[4,2],[1,-5],[7,-4],[9,-4],[1,-2],[5,0],[6,-15],[7,0],[8,-2],[2,-2]],[[6804,9287],[-5,1],[-12,9],[-2,8],[2,1],[-2,2],[3,4],[-4,5],[0,4],[-7,3],[-1,2],[-4,-1],[1,3],[-2,2],[-11,2],[-3,-2],[-5,1],[-3,-3],[-2,3],[-1,6],[-9,4],[-1,2],[2,2],[-4,1],[-1,5],[-7,-3],[-3,1],[-4,6],[-1,5],[2,3],[-1,3],[-7,-4],[-8,5],[-1,-7],[-3,5],[-4,2],[-6,-5],[-15,-2],[5,6],[4,11],[2,3],[-4,1],[-12,9],[5,5],[0,5],[3,9],[4,2],[2,7],[2,-1],[1,4],[4,4],[3,11],[-4,2],[0,4],[-5,2],[-6,-10],[0,-3],[-8,-9],[-7,0],[-8,8],[-4,-9],[-3,-2],[-1,-5],[-6,-3],[7,-7],[-5,-1],[-4,3],[-25,28],[-2,6],[5,1],[0,9],[12,6],[2,8],[2,4],[2,1],[0,7],[5,4],[3,-1],[1,-2],[2,-1],[2,2],[2,-1],[2,1],[7,-1],[17,-7],[-2,-1],[-1,-8],[4,-4],[4,0],[3,-6],[8,2],[1,2],[6,-7],[7,2],[3,1],[4,-1],[18,4],[2,7],[4,5],[4,-1],[3,5],[3,1],[1,3],[-6,8],[-10,0],[-2,3],[1,2],[-10,5],[-1,3],[2,2],[1,3]],[[6701,9512],[-15,4],[-10,-1],[-10,5],[-4,4],[3,3],[0,2],[8,-1],[4,0],[1,1],[-3,3],[2,2],[-1,7],[2,0],[-1,3],[1,8],[-7,5],[10,14],[-3,8],[-5,-4],[-10,6],[-3,5],[9,14],[-2,2],[2,4],[5,4],[4,1]],[[6678,9611],[1,1],[3,-4],[3,-1],[6,-7],[8,5],[9,-4],[4,6],[17,4],[0,5],[4,8],[-2,6],[2,1],[-2,3],[2,2],[-10,5],[3,4],[3,0],[4,-4],[-1,-2],[2,-1],[4,-5],[12,3],[1,-5],[4,-7],[3,-4],[7,-3],[-4,-7],[7,-9],[0,-4],[1,-2],[-9,-13],[-4,-7],[-4,-3],[1,-2],[5,-2],[8,-7],[0,-3],[6,-2],[6,-8],[6,-4],[4,-4],[2,-1],[3,3],[8,1],[19,-10],[18,-1],[5,-5],[6,1],[2,-1],[3,5],[2,0],[3,-5],[2,-1],[6,4],[5,0],[5,-6],[3,2],[0,-2],[6,3],[3,3],[4,-3],[2,2],[0,-1],[4,-4],[5,-1],[1,6],[-1,3],[0,7],[-7,8],[-6,4],[0,6],[13,8],[10,-1],[8,-3],[21,4]],[[6943,9565],[0,3],[9,2],[5,-3],[6,4],[-2,0],[2,13],[2,3],[-3,11],[1,7],[-4,6],[1,3],[2,-1],[0,2],[8,2],[-3,6],[2,13],[-2,0],[-4,5],[1,6],[2,4],[9,-3],[5,1],[6,7],[3,4],[2,2],[-1,5],[6,4],[4,6],[-4,7],[-6,5],[0,4],[5,9],[4,3],[3,5]],[[7002,9710],[1,0],[0,1],[1,0],[1,-1],[2,0],[3,-1],[1,-1],[4,-2],[1,-2],[5,-3],[2,-1],[4,-2],[-1,0],[1,-1],[1,-1],[2,0],[1,0],[1,1],[0,1],[1,0],[1,0],[2,-1],[3,-1],[1,-1],[1,0],[3,-1],[2,1],[6,-1],[3,-1],[3,0],[3,1],[3,1],[4,2],[5,1],[3,0],[3,2],[2,2],[2,1],[2,0],[5,-1],[1,-1],[3,-2],[1,-1],[2,-2],[5,-3],[4,-3],[0,-1],[3,0],[3,1],[5,1],[0,-1],[1,0],[-2,-2],[2,2],[0,1],[-1,0],[0,1],[1,1],[1,0],[4,-1],[3,-1],[2,0],[2,1],[1,1],[5,3],[1,1],[1,1],[2,1],[6,1],[4,2],[4,1],[2,1],[2,0],[2,0],[3,1],[2,1],[2,1],[3,1],[3,1],[2,1],[5,1],[1,1],[1,-1],[1,-1],[0,-1],[0,-1],[3,-2],[1,0],[2,1],[1,0],[1,1],[5,4],[2,5],[1,1],[3,2],[3,-1],[8,-1],[7,-1],[2,2],[2,2],[5,2],[2,1],[2,1],[4,2],[1,2],[1,1],[1,3],[1,3],[2,2],[2,2],[0,1],[6,3],[6,3],[6,1],[1,1],[2,0],[5,2],[5,3],[1,1],[2,0],[1,-1],[-1,-2],[-1,-1],[-3,-4],[0,-4],[1,-1],[2,-3],[2,-3],[0,-2],[0,-3],[-1,-1],[1,-2],[1,0],[2,-1],[2,-3],[2,-1],[1,0],[2,0],[1,1],[1,0],[1,0],[2,-2],[0,-1],[1,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[1,0],[3,0],[1,0],[1,-1],[0,-3],[-1,-4],[-1,-1],[1,-3],[2,-1],[0,-2],[1,-3],[1,-2],[1,-2]],[[6260,9363],[-2,2],[-1,-8],[-9,-11],[-7,2],[2,5],[-3,2],[1,2],[-10,0],[-2,-2],[-6,-1],[-4,-6],[-5,0],[-7,-10],[0,-2],[-6,-2],[-2,-6],[-4,-1],[-4,-3],[-5,0],[0,-2],[-4,-4],[-3,4],[-2,0],[1,6],[-6,-3],[-6,-5],[3,-3],[0,-2],[-2,0],[1,-3],[6,-4],[1,-9],[-2,-3],[1,0],[1,-5],[-2,-1],[1,-4],[3,-3],[-1,-5],[3,-4],[-5,0],[-3,-5],[-5,-3],[3,-9],[2,-2],[-2,-3],[5,1],[2,-1],[-5,-4],[-5,-1],[-3,-2],[-3,0],[4,-6],[-3,-1],[0,-2],[2,-2],[10,-5],[0,-6],[-1,-1],[3,-8],[-2,-4],[-4,-1],[6,-1],[4,1],[5,-6],[2,-5],[-1,-8],[2,-6],[-3,-1],[-1,-2],[1,-1],[2,1],[0,-5],[2,-2],[-4,0],[-7,-1],[-4,1],[-3,-1],[-10,1],[0,-2],[-5,4],[-2,-9],[-6,-9],[1,-4],[-1,-2],[2,-3],[2,0],[5,-3],[-6,-4],[0,-5],[-1,-3],[4,-7],[21,7],[-1,-3],[2,0],[0,-5],[0,-2],[-3,2],[-1,-4],[2,-2],[0,-2],[-1,0],[0,-1],[7,-7],[-3,-8],[6,-10],[-2,1],[-2,-1],[2,-2],[-2,-1],[1,-4],[1,-2],[4,1],[1,-9],[-1,-3],[3,-4],[-2,-3],[4,-6],[-1,-7],[5,-1],[2,-5],[-1,-4],[-3,-4],[4,-4],[-2,-8],[0,-5],[8,-1],[1,-4],[3,-2],[0,-3],[6,-7],[1,-3],[-1,-8],[-2,-4],[-4,-2],[2,-2],[-2,-4],[0,-7],[8,-4],[4,3],[1,-3],[3,2],[8,1],[3,-1],[1,-6],[2,0],[2,2],[3,0],[3,3],[5,-6],[2,-5],[5,-1],[3,-3],[4,1],[9,-3],[-2,-6],[-2,-1],[0,-2],[-5,-2],[-12,3],[0,-16],[3,-6],[2,-2],[2,-3],[4,-4],[7,4],[3,-3],[4,0],[0,6],[4,3],[3,-3],[9,2],[5,-2],[2,-2],[7,3],[0,-5],[4,-6],[-4,-7],[-2,1],[-4,-11],[-9,-4],[-3,-9],[-4,-5],[1,-2],[-2,-4],[0,-8],[3,0],[3,3],[12,1],[4,3],[4,1],[8,9],[2,-1],[12,7],[4,1],[2,3],[8,0],[1,-6],[-2,-10],[1,-8],[-8,-2],[-5,3],[-3,0],[-4,-2],[-6,-13],[-13,-3],[-2,-8],[2,-11],[-8,-5],[-8,-8],[-9,-4],[-10,1],[-2,2],[-11,-4],[3,-6],[1,-8],[-4,-2],[-1,-4],[0,-5],[14,-16],[5,-1],[2,-8],[2,0],[-1,-14]],[[5851,9071],[3,2],[2,-1],[2,2],[5,-4],[2,3],[7,3],[3,8],[-1,5],[3,6],[1,5],[-1,6],[-4,0],[-1,-1],[-13,-4],[0,3],[3,4],[0,4],[2,7],[0,5],[3,3],[2,-2],[7,0],[1,2],[-1,1],[4,0],[1,2],[10,-2],[4,3],[-4,4],[1,3],[-2,2],[0,2],[0,6],[3,4],[1,3],[-2,5],[-7,2],[5,3],[3,5],[3,1],[5,30],[0,6],[-1,0],[0,6],[1,11],[-10,3],[-1,2],[-1,6],[2,7],[4,8],[1,10],[-2,5],[4,13],[-1,7],[1,14],[-2,6],[0,4],[4,12],[5,7],[4,2],[-6,3],[0,3],[-3,4],[-3,0],[-6,-3],[-2,1],[-1,8],[-5,2],[-3,5],[1,5],[-1,2],[3,-1],[2,3],[2,-1],[5,10],[0,3],[3,3],[2,0],[1,1],[0,9],[-3,6],[2,5],[1,6],[3,9],[-5,5],[0,6],[1,2],[8,2],[6,-3],[5,19],[4,3],[3,-1],[2,3],[-1,4],[3,3],[1,4],[6,3],[2,5],[0,3],[2,4],[1,5],[-1,4],[-1,7],[5,4],[1,8],[3,3],[2,1],[1,3],[6,2],[5,8],[8,2],[1,2]],[[5969,9524],[2,1],[1,-3],[4,0],[5,4],[8,1],[4,0],[4,-3],[10,0],[6,-3],[3,5],[8,3],[3,4],[7,-6],[7,1],[7,-5],[17,17],[11,-5],[9,0],[2,8],[4,6],[2,-3],[4,1],[7,-8],[8,-2],[7,-5],[4,-5],[2,-6],[5,-6],[0,-7],[11,-14],[21,-4],[5,2],[6,-3],[7,0],[9,-5],[2,-2],[-1,-14],[1,-8],[6,-4],[-1,-3],[-2,-2],[3,-17],[-1,-12],[5,-6],[2,-1],[4,0],[9,8],[6,1],[8,7],[2,-1],[-2,-2],[2,-2],[8,-4],[-1,-6],[-4,-5],[-1,-6],[-4,1],[-1,3],[-3,1],[-2,-1],[-1,-4],[-6,-2],[-2,-3],[-1,-2],[1,-3],[4,-3],[11,-12],[2,2],[3,-1],[7,3],[10,-2],[0,-4],[2,-7],[4,-1],[2,-7]],[[6555,9593],[3,1],[3,2],[7,2],[7,5],[1,2],[9,1],[4,8],[3,-1],[7,4],[4,0],[6,7],[8,4],[0,3],[10,1],[1,2],[7,-8],[2,-4],[4,-4],[0,-2],[3,3],[2,-1],[2,4],[4,-5],[6,-1],[5,5],[8,0],[4,-2],[3,-5],[0,-3]],[[6260,9363],[4,0],[8,1],[4,2]],[[6296,9368],[3,0],[1,1],[4,-2],[2,-6],[5,0],[5,3],[4,-1],[-1,4],[8,4],[2,-2],[7,-2],[0,12],[4,1],[3,10],[12,-10],[4,-1],[13,7],[3,0],[3,8],[-2,10],[2,2],[0,3],[-8,10],[0,3],[4,8],[-5,6],[-12,7],[-5,-9],[2,-1],[-2,-7],[3,-4],[-5,-3],[-4,3],[-4,0],[-1,2],[-7,0],[0,4],[5,4],[3,5],[-2,3],[-10,2],[2,1],[1,-1],[3,2],[3,-4],[5,1],[-3,10],[-5,5],[1,2],[8,-7],[3,1],[7,-4],[4,3],[3,10],[6,-2],[2,1],[2,6],[-3,4],[-1,4],[-13,9],[-1,-3],[-3,-1],[-5,0],[0,-12],[-2,-2],[-8,-2],[-3,-4],[-3,0],[-1,-7],[-3,-3],[-2,3],[4,6],[-7,-3],[-13,1],[-8,12],[9,27],[7,14],[4,5],[17,7],[7,12],[1,4],[10,1],[1,-1],[2,1],[2,-3],[2,0],[1,1],[0,5],[7,6],[1,3],[-6,5],[-2,4],[1,4],[5,-2],[6,0],[6,4],[8,-6],[7,3],[5,-1],[3,3],[-1,4],[2,5],[12,3],[4,2],[2,3],[5,2],[0,4],[3,2],[6,6],[-1,3],[4,6],[0,3],[4,1],[0,4],[3,3],[3,2],[-2,4],[4,2],[4,-3],[3,0],[1,-2],[4,1],[5,-3],[4,-12],[7,3],[19,-4],[16,-8],[3,0],[4,-1],[9,2],[6,-1],[6,-3],[12,1]],[[6623,9676],[7,-4],[-1,-9],[-9,-10],[2,-4],[-2,-3],[3,-7],[-2,-3],[-6,-1],[-1,-2],[-5,5],[2,9],[-2,1],[2,12],[-6,7],[0,4],[12,2],[4,3],[2,0]],[[4108,9138],[0,-1],[0,-1],[-1,-2],[-2,-5],[-1,-2],[-1,-4],[-1,-5],[0,-2],[-1,-1],[0,-2],[0,-1],[-1,0],[-2,0],[-1,1],[-1,2],[0,1],[0,2],[1,1],[0,1],[1,0],[2,-1],[0,1],[0,2],[-1,1],[0,2],[-1,1],[-1,1],[1,1],[1,2],[3,3],[2,4],[4,1]],[[4549,9250],[1,0],[7,-14],[10,-4],[0,-7],[-2,1],[-3,-2],[0,-3],[-1,-2],[-2,1],[-2,-2],[-5,-1],[10,-2],[-1,-5],[-4,-1],[-1,-2],[8,-2],[3,3],[6,0],[-2,-3],[1,-2],[7,1],[9,-5],[0,-4],[6,2],[2,-1],[2,0],[4,-2],[2,-4],[2,-1],[7,4],[2,3],[4,2],[3,0],[2,-4],[4,-1],[2,-4],[-2,-3],[-5,2],[-5,-1],[-3,-3],[-3,1],[-1,-2],[1,-3],[3,2],[3,-5],[4,-2],[1,0],[1,-2],[4,-2],[6,3],[4,-1],[7,-1],[4,-5],[2,-7],[1,-2],[8,-5],[8,1],[2,-5],[5,-1],[7,-4],[1,-7],[5,-7],[7,3],[3,4],[8,5],[5,-2],[5,-7],[5,-3],[6,-1],[10,2],[18,13],[9,0],[5,5],[15,9],[-1,1],[2,2],[7,-2],[6,-6],[5,3],[6,0],[-1,1],[1,1],[12,-2],[5,2],[4,-4],[3,-6],[7,-1],[3,2],[9,-16],[7,1],[6,-3],[1,-1],[-3,-1],[-3,-4],[2,-4],[-2,-7],[6,-14],[6,-7],[4,11],[-1,6],[3,7],[3,1],[-1,4],[2,3],[4,2],[3,10],[0,5],[8,11],[-2,3],[1,6],[5,3],[3,0],[1,3],[3,2],[4,5],[6,1],[0,5],[3,3],[4,11],[4,4],[-1,7]],[[4928,9206],[2,-1],[12,1],[6,-2],[2,-4],[12,5],[0,-2],[2,-2],[8,-4],[2,1],[4,11],[2,3],[13,2],[3,-1],[4,-5],[0,-1],[4,-1],[13,-5],[7,-7],[6,-1],[3,1],[2,5],[2,-2],[2,0],[2,-1],[-1,-4],[3,-2],[2,-5],[3,-3],[-2,-5],[-5,-5],[1,-8],[0,-4],[3,-4],[-5,-1],[2,-2],[-4,-3],[-1,-5],[-3,0],[-2,-2],[1,-2],[3,-4],[5,-3],[1,-3],[5,-1],[3,1],[0,-2],[3,-1],[8,0],[4,-5],[1,-5],[4,1],[4,-3],[7,-2],[-3,-9],[0,-10],[3,-6],[-3,2],[2,-2],[0,-5],[-3,-4],[0,-3],[-4,-5],[-6,-11],[-1,-10],[-2,-2],[-6,0]],[[4970,8875],[-1,-2],[-4,-3],[-1,-1],[-2,-3],[-1,-2],[-1,-3],[-3,0],[-2,0],[-2,0],[-2,0],[-5,1],[-2,1],[-2,0],[-1,-1],[0,-1],[-2,-1],[-1,0],[-4,0],[-1,0],[-3,1],[-2,1],[-1,4],[-2,3],[-2,7],[-4,2],[-1,0],[-6,3],[-1,1],[-2,2],[-3,0],[-4,1],[-2,1],[-3,-2],[-2,-1],[-1,-1],[0,-3],[-1,0],[-1,-2],[-1,1],[-5,1],[-2,0],[-1,0],[-1,-1],[-2,-3],[-1,-2],[1,-2],[0,-4],[1,-4],[-1,-3],[0,-3],[0,-3],[0,-2],[1,-1],[2,-2],[1,-4],[1,-3],[0,-1],[-2,-2],[-1,-1],[-1,0],[0,-1],[0,-3],[-1,-5],[-2,-7],[-3,-4],[-2,-1],[-2,0],[-1,0],[-4,-2],[-1,-2],[-4,-2],[-4,0],[-3,0],[-1,0],[-2,-1],[-2,-1],[-2,-1],[-3,-1],[-1,-1],[-3,-2],[-2,-2],[-2,-1],[-1,-1],[-2,0],[-4,0],[-3,-3],[-2,-2],[-1,0],[-1,-1],[-1,1],[-4,0],[-3,1],[-2,0],[-1,0],[-1,-1],[-6,-2],[0,1],[-3,7],[-2,-1],[-2,-2],[-3,-2],[-2,-1],[-3,-3],[-1,-2],[-1,-4],[-1,-1],[-2,-4],[-1,-1],[-2,-1],[-3,-2],[-2,-2],[-3,-2],[-1,1],[0,1],[0,4],[0,1],[0,1],[0,1],[1,2],[0,1],[0,1],[0,2],[-4,2],[-3,2],[-1,1],[-1,2],[-1,1],[0,3],[1,4],[0,1],[-3,4],[-2,0],[-3,-1],[-2,1],[-2,-1],[-5,-1],[-3,5],[0,1],[-3,0],[-1,-1],[-1,0],[-4,-2],[-1,-3],[1,-2],[2,-2],[0,-2],[-1,-2],[-2,-2],[-4,-2],[-5,-2],[-2,-1],[-2,-1],[-4,-1],[-2,0],[-1,0],[-3,-1],[-5,-1],[-5,0],[-1,1],[-2,0],[-2,0],[-5,-2],[-1,0],[-1,1],[0,1],[0,2],[1,4],[1,4],[1,3],[2,2],[2,5],[2,4],[4,3],[1,2],[-1,2],[-2,-1],[-3,-1],[-5,0],[-2,1],[0,1],[-1,1],[-2,0],[-1,0],[-2,-2],[-3,-1],[-3,1],[-1,0],[-1,0],[-4,0],[-2,1],[-3,3],[-1,1],[0,1],[-2,1],[-1,1],[-2,0],[-2,2],[-3,3],[-4,4],[-1,0],[-2,0],[-4,-2],[-4,-3],[-1,-1],[-2,-1],[-2,-1],[-5,-1],[-1,0],[-1,1],[-2,2],[-1,0],[-2,0],[-2,-1],[-2,-2],[-2,-2],[-2,-2],[-3,-2],[-3,0],[-5,-1],[-4,0],[-3,0],[-4,-1],[-1,0],[-1,0],[-5,0],[0,-4],[1,-2],[0,-1],[-2,-3],[-1,-1],[-4,0],[-3,-2],[-2,-3],[-3,-3],[-1,1],[-2,1],[-1,2],[-1,2],[-1,2],[1,2],[0,4],[1,5],[0,5],[0,5],[-1,4],[0,3],[1,2],[1,4],[-1,4],[0,1],[-1,1],[-2,0],[-3,0],[-2,-1],[-1,1],[-1,-1],[-1,-2],[0,-2],[0,-2],[0,-1],[0,-3],[0,-2],[-1,-4],[-2,-4],[-1,-3],[-1,-4],[-3,-3],[-4,-1],[-3,-3],[-2,0],[-3,1],[-1,0],[-3,2],[-3,0],[-2,-1],[-3,-1],[-3,-3],[0,-3],[-1,-3],[-2,-3],[-2,-2],[-1,0],[-1,-2],[0,-1],[-1,-1],[0,-1],[-1,-4],[-1,-1],[-3,-2],[-3,0],[-4,0],[-2,0],[0,-1],[-4,-3],[-2,-2],[-4,-2],[-3,-1],[-5,-2],[-3,-1],[-4,-1],[-2,0],[-1,0],[-4,1],[-2,0],[-4,-2],[-3,1],[-7,3],[-3,2],[-2,0],[-4,0],[1,9],[0,6],[1,12],[-2,2],[-1,3],[0,3],[-1,1],[0,2],[-1,0],[-2,-2],[-2,-1],[-1,0],[-5,1],[-2,2],[0,1],[0,2],[-1,2],[-1,4],[-3,2],[-1,2],[-1,3],[-1,4],[2,4],[3,4],[1,1],[1,3],[0,1],[2,4],[0,1],[1,1],[2,3],[1,0],[3,3],[3,3],[2,4],[1,3],[2,5],[1,4],[2,1],[6,2],[1,1],[5,9],[1,1],[1,1],[5,-1],[2,1],[5,1],[3,2],[2,2],[1,1],[0,6],[1,4],[0,4],[-1,5],[0,2],[-1,4],[-1,1],[-2,4],[-1,4],[-1,0],[-4,3],[-5,4],[-2,0],[-4,-3],[-2,-1],[-5,2],[-5,-2],[-2,-2],[-3,-3],[-3,-1],[-2,0],[-1,2],[-1,3],[1,3],[-1,3],[0,3],[0,2],[0,3],[0,4],[-1,5],[-1,4],[-1,2],[0,4],[0,1],[2,3],[0,1],[-1,4],[-1,2],[-1,3],[-2,2]],[[4429,8987],[8,2],[3,5],[0,4],[4,1],[2,3],[0,2],[-6,3],[-1,5],[1,5],[-2,5],[-2,0],[-2,-2],[-2,1],[1,3],[3,2],[9,3],[1,3],[-5,3],[0,2],[5,6],[-3,1],[-7,-2],[-9,1],[-3,-5],[-8,-2],[-4,3],[-2,4],[-4,1],[-4,4],[-2,0],[-2,7],[1,5],[-3,7],[3,3],[2,17],[-5,-1],[-2,2],[-3,0],[-3,6],[-5,5],[-1,3],[-3,3],[-6,0],[0,5],[2,0],[2,2],[-3,8],[3,4],[1,4],[-7,24],[-4,8],[0,5],[1,4],[-2,5],[0,6],[-3,2],[-8,11],[6,-4],[5,3],[0,5],[3,-1],[5,2],[5,1],[4,-4],[5,4],[3,6],[5,2],[1,7],[2,0],[2,3],[10,8],[6,0],[4,-3],[8,11],[7,4],[-2,3],[1,2],[6,4],[3,-4],[2,-5],[7,-6],[4,4],[3,-1],[8,2],[7,-1],[3,2],[5,-3],[6,0],[2,-3],[5,4],[3,-2],[3,0],[2,-3],[6,-3],[2,2],[1,6],[4,3],[1,5],[3,3],[9,-4],[3,1],[16,7]],[[6555,9593],[-2,12],[-5,12],[-1,13],[1,8],[-5,10],[-2,9],[2,1],[3,-2],[4,5],[3,-2],[2,1],[3,4],[-1,2],[3,0],[3,-3],[4,4],[0,6],[4,5],[6,3],[4,-2],[9,4],[-2,10],[4,3],[1,2],[4,-6],[3,1],[2,2],[8,2],[1,-3],[-1,-2],[1,-1],[6,-1],[6,4],[3,-2],[14,-4],[3,1],[5,-3],[2,5],[2,1],[3,4],[16,1],[2,4],[1,7],[-2,14],[2,5],[-1,2]],[[6673,9729],[2,0],[3,0],[2,0],[3,1],[3,-2],[0,-1],[3,1],[1,0],[0,1],[1,1],[-1,1],[0,2],[1,2],[1,1],[1,0],[11,9],[-1,-1],[-4,-3],[-1,-1],[-1,-1],[-2,-2],[-1,0],[1,-1],[1,0],[3,-1],[2,-2],[2,-1],[2,-2],[3,-2],[3,-2],[2,-2],[3,-1],[1,-1],[3,-1],[1,0],[3,3],[3,2],[0,-1],[-1,-4],[0,-1],[-2,0],[0,-1],[1,-1],[2,-3],[2,-1],[1,-1],[3,0],[1,1],[1,2],[1,3],[0,1],[-1,3],[-2,5],[-1,5],[-4,3],[-2,2],[-2,3],[0,1],[2,2],[3,1],[4,2],[3,1],[2,1],[3,2],[3,2],[1,0],[1,4],[3,2],[3,2],[1,2],[1,2],[0,1],[1,1],[1,0],[2,1],[1,-1],[1,-1],[1,0],[1,-1],[2,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-2,1],[-2,1],[0,1],[1,3],[0,1],[5,3],[6,1],[1,0],[1,1],[3,0],[3,0],[2,0],[1,0],[1,0],[0,-1],[-1,-1],[0,-1],[1,-1],[1,0],[0,1],[-1,0],[1,1],[2,0],[2,0],[1,0],[2,1],[3,-1],[1,0],[2,-1],[2,-1],[1,0],[4,-1],[4,2],[2,-1],[6,0],[3,1],[2,-1],[3,0],[0,-1],[1,1],[2,1],[1,0],[1,2],[0,2],[2,1],[3,2],[1,1],[4,0],[4,2],[4,3],[2,-1],[2,-2],[1,-4],[2,-6],[1,-2],[1,-1],[6,-3],[3,-2],[3,-1],[2,-1],[2,-1],[1,-3],[1,-2],[0,-1],[2,-1],[1,0],[1,1],[1,0],[1,1],[0,1],[1,1],[1,1],[2,0],[1,0],[2,0],[1,0],[1,-1],[3,0],[1,0],[2,2],[0,1],[1,0],[4,-1],[1,-1],[0,-1],[0,-2],[-1,-1],[3,-4],[3,-3],[2,-2],[1,0],[3,1],[1,0],[4,0],[4,-2],[4,-2],[2,2],[2,1],[5,-1],[1,0],[2,-5],[1,-3],[1,-1],[2,-1],[1,0],[1,0],[2,1],[4,1],[5,0],[3,-1],[2,-2],[2,-3],[2,-1],[2,-1],[2,-2],[4,-5],[4,-4],[1,-1],[0,-1],[1,-1],[1,-2],[1,-1],[4,-1],[5,0],[1,0],[1,0],[3,-1],[2,-1],[1,-1],[1,-1],[0,-1],[-1,0],[0,-1],[0,-2],[1,0],[3,0]],[[4129,9247],[0,-1],[0,-3],[0,-1],[1,-1],[2,0],[3,-1],[1,-1],[-1,-4],[0,-3],[-2,-3],[-1,-2],[0,-1],[0,-2],[1,-3],[0,-2],[0,-1],[-3,-1],[-3,2],[0,3],[-1,4],[1,1],[0,2],[1,1],[1,3],[1,2],[-1,3],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,2],[0,1],[3,3],[3,2],[1,-1]],[[5922,9623],[-3,-2],[-1,-3],[5,-4],[-1,-3],[3,-3],[-2,-6],[-2,-1],[1,-8],[-4,-4],[6,-6],[0,-6],[2,-3],[5,-2],[2,-4],[4,0],[3,-3],[2,1],[13,-9],[1,-12],[9,1],[5,-6],[-4,-12],[3,-4]],[[4928,9206],[4,3],[0,4],[4,6],[-1,5],[-3,0],[-1,1],[3,6],[-2,4],[3,-1],[1,2],[2,2],[0,4],[3,2],[7,9],[-1,3],[-4,1],[-3,5],[2,4],[0,17],[12,8],[3,-2],[3,1],[-2,4],[-5,1],[0,2],[4,2],[-2,2],[1,2],[-8,7],[-1,5],[-5,7],[4,3],[4,7],[1,1],[3,-2],[-1,3],[5,6],[3,0],[2,2],[4,0],[3,-5],[4,4],[2,2],[-2,6],[3,0],[0,6],[3,4],[2,1],[1,-2],[3,-7],[5,-1],[15,13],[1,2],[2,0],[-1,5],[3,3],[10,6],[2,5],[-2,3],[1,2],[5,5],[1,5],[5,3],[-1,2],[1,3],[-3,1],[-2,3],[-8,22],[16,5],[-3,-3],[3,-2],[7,-4],[1,1],[1,1],[-5,4],[-1,7],[-2,6],[-5,5],[-2,5],[11,0]],[[5041,9458],[10,-3],[13,-7],[2,-4],[-3,-3],[0,-3],[1,0],[7,0],[3,7],[4,4],[7,11],[5,-2],[7,2],[3,3],[10,1],[3,-1],[10,2],[5,-4],[7,3],[2,-5],[4,1],[4,-1],[4,1],[4,0],[1,-2],[10,-2],[2,1],[3,6],[5,0],[6,4],[5,-4],[4,-2],[2,6],[3,3],[11,1],[6,2],[3,1],[-3,4],[3,11],[-4,1],[-9,1],[-2,-1],[-2,1],[-1,2],[1,3],[-3,3],[0,6],[4,1],[2,-4],[3,-1],[6,-1],[4,7],[4,-4],[1,0],[8,8],[-2,5],[0,5],[2,1],[2,-1],[4,0],[1,6],[-3,8],[4,1],[7,0],[0,3],[4,3],[1,2],[-1,2],[2,2],[5,-6],[4,-1],[1,-2],[2,1],[3,-10],[6,0],[1,-1],[7,-1],[2,4],[2,1],[7,-6],[3,-6],[11,-1],[5,-4],[-1,9],[2,0],[3,13],[2,2],[8,-3],[3,4],[5,-1],[5,-3],[2,-6],[1,2],[5,-2],[5,-7],[8,2],[3,3],[3,0],[2,2],[2,-1],[3,4],[0,4],[-2,3],[2,6],[-1,5],[4,2],[1,4],[6,-6],[3,-1],[4,2],[14,-8],[11,3],[3,5],[4,-2],[3,0],[1,-5],[2,1],[-2,-5],[1,-3],[-1,-3],[3,-4],[3,-10],[11,-4],[1,-3],[2,0],[0,-2],[3,0],[3,-4],[-1,-3],[4,-1],[8,2],[-2,-4],[1,-5],[12,1],[6,-8],[3,-2],[8,2],[8,-2],[1,-1],[6,3],[5,-1],[7,2],[1,3],[-2,7],[3,4],[0,4],[4,4],[1,8],[6,3],[0,6],[2,3],[1,3],[4,1],[11,8],[10,-2],[6,-5],[4,0],[3,-5],[2,1],[1,-2],[12,-1],[2,1],[4,-1],[9,-1],[2,-6],[6,0],[0,-1],[7,-2],[5,3],[1,2],[10,2],[5,-5],[1,5],[5,7],[0,8],[1,1],[1,0],[4,-3],[8,3],[12,-1],[4,-3],[3,1],[3,-2],[4,1],[3,24],[3,1],[4,3],[11,0],[2,-2],[-1,-4],[6,-3],[3,0],[4,3],[5,-3],[8,-1],[2,3],[4,3],[9,1],[4,0],[4,-3],[6,0],[3,2],[2,3],[2,-1],[5,3],[1,3],[6,0],[3,1],[3,5],[3,1],[3,2],[3,-7],[8,-2],[9,1],[3,4],[-1,5],[3,8],[-2,9],[5,3],[-1,3],[4,4],[1,13],[9,-1],[1,2],[1,1],[12,1],[12,-8],[0,8],[8,9],[4,1],[-1,1],[4,5],[5,2],[0,3],[4,3],[10,2],[4,6],[8,0],[10,-6],[5,-6],[-1,-8],[3,-1],[1,-5],[6,-4],[-1,-5]],[[5922,9623],[10,-1],[1,3],[3,-2],[2,1],[8,2],[4,4],[11,-5],[4,0],[3,1],[2,4],[-1,4],[0,6],[3,5],[-1,3],[4,5],[1,4],[-4,8],[-1,5],[3,0],[6,2],[2,4],[6,-2],[5,3],[10,-2],[4,2],[8,0],[-2,2],[0,3],[5,3],[1,4],[2,0],[0,2],[5,3],[1,3],[11,-7],[3,0],[2,2],[6,-3],[2,-2],[-1,-8],[3,-2],[5,1],[1,3],[5,3],[2,9],[-1,13],[-3,8],[2,6],[-8,4],[2,0],[1,5],[-2,2],[3,2],[-2,4],[1,2],[6,-1],[-1,1],[0,2],[5,5],[-1,8]],[[6068,9754],[2,0],[2,1],[2,1],[1,1],[1,0],[1,0],[5,-2],[6,-2],[4,1],[1,0],[2,1],[4,2],[2,-1],[2,0],[4,1],[2,0],[5,0],[4,0],[1,-1],[1,0],[2,-1],[1,-1],[2,-1],[2,0],[2,0],[3,1],[6,4],[0,1],[1,1],[1,1],[1,0],[3,1],[2,-1],[-1,-3],[1,-1],[0,-1],[2,-2],[1,-1],[2,-1],[1,0],[2,0],[3,1],[1,0],[2,0],[5,0],[5,-1],[0,-1],[2,1],[3,1],[2,1],[1,1],[3,1],[6,1],[2,0],[0,1],[4,0],[2,-1],[2,0],[3,0],[5,2],[5,1],[3,0],[2,1],[6,0],[5,3],[3,2],[3,1],[1,0],[2,0],[0,-1],[3,1],[3,2],[2,0],[2,1],[3,1],[4,4],[2,1],[3,4],[3,0],[0,-1],[2,-1],[1,0],[3,0],[3,1],[3,1],[5,1],[7,1],[3,6],[1,0],[1,0],[1,0],[2,-1],[1,-2],[3,0],[3,0],[5,0],[2,1],[1,1],[4,2],[4,3],[1,2],[1,1],[2,3],[2,3],[4,0],[3,2],[1,0],[1,1],[3,1],[2,-1],[2,0],[2,0],[5,2],[6,0],[1,0],[1,0],[2,0],[2,0],[3,0],[6,3],[2,1],[5,3],[3,2],[1,1],[2,0],[2,1],[2,0],[6,-1],[2,-1],[2,-1],[1,-2],[-1,-2],[-2,-2],[1,0],[1,-3],[1,-1],[1,-1],[2,-2],[2,2],[2,0],[1,-2],[1,-1],[-1,0],[-1,-1],[0,1],[-6,-1],[-5,-2],[-2,0],[-3,0],[-1,-1],[0,-1],[-2,-1],[-1,-3],[-2,-1],[-3,0],[-1,-1],[-1,-2],[-3,-3],[-1,-5],[0,-1],[7,0],[1,-1],[2,-1],[1,-1],[3,-1],[0,-2],[-4,-3],[-3,-1],[-1,-1],[0,-1],[1,-2],[1,-1],[0,-2],[2,0],[2,3],[1,2],[2,2],[3,0],[3,2],[2,2],[1,2],[2,5],[2,4],[1,3],[0,1],[2,1],[3,0],[1,0],[1,-1],[0,-1],[0,-2],[0,-1],[-1,0],[-1,0],[-1,-2],[0,-1],[2,-3],[2,0],[4,1],[-1,2],[-1,2],[1,3],[1,3],[-1,2],[0,1],[-1,1],[-3,0],[-1,0],[-2,1],[-2,0],[-2,1],[2,1],[3,-1],[3,0],[4,0],[5,1],[3,2],[0,2],[0,1],[0,2],[1,1],[1,1],[2,1],[5,3],[2,0],[3,-1],[0,-1],[1,-1],[1,0],[1,0],[1,0],[2,2],[3,3],[2,1],[4,3],[3,2],[2,1],[2,2],[1,0],[1,0],[1,0],[1,0],[3,0],[4,-1],[1,1],[3,2],[2,2],[1,3],[1,0],[3,2],[2,1],[2,0],[2,-1],[2,-2],[2,-1],[6,0],[2,0],[2,1],[2,-1],[1,-2],[1,-2],[0,-2],[-1,-1],[0,-1],[1,-1],[1,-1],[3,0],[1,0],[1,0],[1,1],[3,0],[2,-2],[0,-1],[0,-1],[1,-2],[0,-2],[3,-3],[3,-2],[1,0],[3,-1],[3,0],[3,0],[0,-1],[1,0],[1,-1],[6,-1],[1,0],[2,0],[3,0],[4,0],[2,-2],[2,-3],[0,-1],[0,-2],[1,-5],[-3,-2],[-3,-2],[-2,0],[-2,0],[-2,1],[-3,0],[-3,-2],[-3,-2],[-1,0],[-3,0],[-1,0],[-2,-2],[-2,-3],[0,-1],[2,0],[0,1],[3,4],[5,0],[2,-1],[2,-2],[0,-4],[-2,-9],[0,-1],[2,0],[1,4],[1,1],[0,2],[0,3],[0,3],[1,3],[0,1],[1,3],[2,-1],[0,-1],[2,-3],[1,-2],[1,-2],[1,-1],[3,-3],[1,-1],[1,0],[1,0],[1,0],[1,0],[4,2],[6,0],[3,0],[1,0],[4,0],[2,-1],[2,-2],[2,0],[2,0],[2,1],[2,0],[1,1],[3,0],[6,0],[1,0],[0,-2],[0,-1],[0,-2],[1,-2],[1,0],[1,-1],[1,0],[2,1],[0,1],[1,2],[3,1],[0,-1],[1,0],[1,0],[1,-1],[1,-1],[3,-1],[2,0],[1,-1],[2,0],[2,0],[1,0],[1,0],[2,0],[2,0],[1,0],[3,-1],[3,-1],[3,-1],[3,-1],[1,0],[1,-1],[1,0],[0,-2],[-1,-1],[0,-1],[1,-1],[3,-4],[3,-3],[6,-3],[3,-3],[3,-4],[1,0],[1,-1],[1,0],[3,-1],[3,-3],[4,1]],[[4518,9417],[1,-1],[3,0],[3,-3],[2,3],[5,2],[2,-5],[3,-1],[-6,-8],[-5,-10],[0,-14],[1,-6],[5,-5],[7,-10],[5,-4],[3,-5],[7,-4],[7,0],[13,-8],[3,0],[0,-5],[2,-4],[-2,-5],[-3,1],[-1,-2],[0,-4],[-5,-2],[-1,-2],[-1,-8],[2,-6],[-3,-14],[1,-5],[-4,-7],[-3,-9],[-2,-2],[0,-6],[-3,-4],[-5,-4]],[[4429,8987],[-1,0],[0,-1],[0,-2],[-1,-3],[-1,-2],[-1,0],[-3,-1],[-1,-1],[-1,0],[-1,-2],[0,-1],[-2,0],[-2,0],[-1,1],[-3,3],[-2,0],[-1,0],[-2,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[1,-3],[-1,-3],[0,-1],[-2,-1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,0],[-2,-1],[-1,-2],[-4,-2],[-2,-2],[-1,-2],[-2,-1],[-1,-2],[-2,0],[-3,0],[-2,0],[-2,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[-3,-3],[-2,0],[-1,0],[-2,1],[-1,1],[-2,0],[-1,2],[-2,0],[-3,0],[-1,0],[-2,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-1,0],[-2,-1],[-2,1],[-1,1],[-1,1],[-1,0],[-3,0],[-1,-1],[-3,-2],[-2,-1],[-1,-1],[-1,0],[-3,0],[-1,0],[-1,2],[0,1],[-3,3],[-1,0],[-3,0],[-2,0],[-4,-1],[-5,0],[-2,0],[-1,0],[-2,1],[-3,-1],[-2,-1],[-2,-1],[-5,0],[-4,0],[-1,0],[-2,0],[0,-2],[1,-3],[0,-3],[-1,-1],[-2,-2],[-2,-1],[-3,-2],[-2,-1],[-3,0],[-4,-1],[-4,0],[-2,0],[-6,2],[-2,0],[-4,-1],[-4,-1],[-1,0],[-1,0],[-3,-1],[-2,0],[-3,-2],[-2,-2],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-4],[0,-2],[0,-1],[0,-2],[-1,0],[0,-1],[-4,-4],[-2,-1],[-1,-2],[-1,0],[-2,0],[-1,0],[-1,-1],[-3,-3],[-1,-1],[-4,-1],[-3,-1],[-2,-1],[-5,-3],[-3,-2],[-3,-3],[-1,-1],[-1,-2],[0,-2],[1,-4],[0,-2],[-1,-3],[-2,-3],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-3,-2],[-2,-2],[-2,-2],[-2,-1],[-7,-4],[-2,-1],[-5,-2],[-3,-2],[-2,-2],[-2,-1],[-1,-3],[-1,-4],[0,-1],[-2,-1],[-1,-1],[-2,-3],[-1,-1],[-3,-1],[-2,-1],[-1,1],[-2,-1],[0,-1],[-2,1],[-2,2],[0,1],[-1,3],[0,2],[0,3],[1,2],[0,1],[0,7],[-2,6],[0,1],[0,1],[0,3],[-1,2],[0,2],[0,7],[0,3],[0,5],[0,3],[0,7],[-1,2],[0,2],[1,6],[1,4],[1,3],[1,2],[-1,1],[0,2],[-1,2],[-1,1],[-1,2],[1,6],[1,6],[0,2],[-1,2],[0,4],[-2,5],[-2,5],[0,2],[0,5],[0,3],[1,5],[-1,7],[-1,4],[-1,3],[1,1],[3,1],[1,0],[2,0],[1,-1],[2,0],[1,1],[1,1],[3,2],[3,3],[2,0],[2,-1],[1,-1],[2,-2],[4,-2],[1,0],[1,0],[1,0],[1,2],[1,1],[1,5],[0,2],[1,3],[0,2],[-1,2],[0,1],[-4,3],[-1,1],[-2,0],[-1,0],[-2,-1],[-1,1],[-1,0],[-1,2],[0,2],[1,1],[1,0],[1,1],[2,0],[1,-1],[0,-1],[1,-1],[1,0],[1,0],[2,0],[1,2],[1,1],[1,2],[1,4],[0,1],[0,3],[1,5],[2,5],[1,0],[2,1],[1,1],[6,3],[0,1],[2,1],[1,1],[1,3],[1,2],[-1,3],[0,2],[1,1],[2,2],[1,-1],[2,0],[2,0],[1,0],[1,1],[1,1],[0,1],[0,2],[1,0],[2,-1],[-1,0],[-1,1],[-1,0],[0,-1],[0,-1],[1,-1],[1,-1],[3,1],[1,0],[0,1],[2,3],[1,2],[0,1],[1,2],[2,1],[2,-1],[2,0],[1,0],[1,0],[2,2],[0,1],[1,2],[0,4],[1,2],[0,1],[1,0],[1,0],[1,-1],[2,-1],[1,0],[1,1],[5,3],[0,1],[1,2],[1,3],[1,1],[1,1],[1,2],[2,3],[5,2],[1,1],[1,0],[2,0],[1,-1],[1,-1],[1,0],[2,-1],[6,1],[0,2],[1,2],[0,3],[-1,2],[-1,2],[-2,3],[2,6],[1,3],[0,4],[1,6],[1,4],[-2,1],[-1,1],[-5,1],[-2,-1],[-1,-1],[-3,-5],[2,-3],[0,-3],[-1,-3],[-3,-1],[-4,-3],[-2,-2],[0,-2],[0,-2],[1,-2],[2,-3],[1,-2],[-3,-3],[0,-1],[-1,0],[-1,0],[-2,0],[-2,0],[-3,0],[-1,-3],[-2,-2],[-2,-2],[-1,0],[-5,-1],[-5,2],[-4,4],[-5,-6],[-1,-2],[-2,-3],[-2,0],[-5,-5],[-1,-1],[-4,0],[-1,1],[-4,1],[-1,0],[-1,0],[0,-1],[-1,-3],[-1,-2],[0,-1],[0,-2],[-1,-2],[-1,0],[-3,3],[-4,3],[-2,0],[-2,0],[-2,-2],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,2],[0,2],[-2,1],[-2,0],[-1,1],[-5,1],[0,-1],[-2,-3],[0,-2],[-1,-2],[0,-1],[0,-1],[-1,0],[-2,3],[0,3],[0,1],[1,0],[0,1],[2,5],[0,3],[0,1],[0,5],[1,2],[0,1],[0,1],[1,4],[0,5],[1,2],[2,-1],[1,-2],[1,-4],[2,-2],[3,-3],[2,-3],[0,-1],[0,-1],[3,-2],[1,0],[1,1],[2,1],[-2,6],[-1,4],[2,6],[0,1],[0,1],[0,4],[-2,2],[-1,3],[-1,3],[-2,4],[-1,1],[-2,2],[1,2],[1,1],[1,-1],[2,0],[2,-2],[2,0],[2,0],[2,1],[3,0],[1,0],[1,-1],[-1,-2],[0,-1],[0,-1],[4,-3],[1,0],[1,0],[2,1],[4,2],[2,2],[2,1],[4,3],[1,0],[0,2],[0,1],[1,4],[2,5],[0,3],[1,2],[4,2],[2,2],[1,2],[0,2],[2,2],[2,2],[3,3],[2,1],[3,0],[2,-1],[1,1],[1,1],[0,3],[1,1],[3,3],[8,9],[1,0],[2,1],[1,1],[1,0],[0,1],[0,3],[-1,0],[0,-2],[0,-1],[0,-1],[-2,0],[-5,-3],[-2,0],[-2,1],[-2,1],[-1,4],[-2,6],[-4,-3],[-1,-1],[-1,-2],[-1,-3],[-2,-2],[-1,0],[-5,-3],[-6,-2],[-3,-4],[-2,-3],[-3,-3],[-5,-3],[-4,0],[-5,3],[-3,1],[-4,1],[-4,0],[-4,-2],[0,-1],[0,-1],[-1,-3],[-4,-2],[-2,0],[-2,1],[0,2],[-2,2],[-1,2],[-1,0],[-1,0],[-2,4],[-2,3],[-1,1],[-2,2],[-2,0],[-3,3],[3,5],[1,4],[0,1],[-1,5],[-1,2],[-1,4],[-2,2],[-1,1],[-1,0],[-5,2],[-5,1],[-2,0],[-1,-2],[-2,-2],[-1,-2],[0,-1],[-1,0],[-2,0],[-2,2],[-1,1],[-1,4],[0,2],[1,5],[0,2],[0,1],[1,0],[5,0],[1,-1],[2,0],[1,-1],[2,0],[1,1],[4,2],[4,3],[0,3],[-1,1],[1,2],[2,1],[2,1],[3,1],[3,0],[1,-1],[2,-2],[1,0],[0,-1],[0,-1],[1,-1],[0,-1],[0,-6],[0,-4],[0,-1],[-1,0],[-2,-2],[-3,-1],[-1,-2],[0,-1],[0,-2],[0,-2],[1,-4],[1,0],[1,1],[2,1],[1,0],[1,1],[5,3],[3,0],[5,0],[2,-1],[0,2],[0,3],[-2,6],[-2,5],[0,1],[0,1],[2,3],[0,2],[1,1],[4,-1],[3,0],[2,4],[-3,1],[-2,0],[-1,4],[0,1],[1,4],[0,4],[0,2],[-2,-1],[-2,-1],[-1,3],[0,5],[0,2],[0,3],[-2,2],[-2,3],[0,1],[0,2],[0,1],[1,2],[1,0],[2,-2],[0,-2],[1,-1],[1,0],[2,4],[-1,2],[-1,0],[-2,1],[-2,2],[0,5],[2,1],[2,1],[1,-1],[2,0],[3,-1],[1,1],[2,2],[2,2],[5,4],[1,1],[2,1],[2,0],[2,2],[2,3],[-1,4],[-1,1],[0,1],[-2,1],[-1,1],[1,3],[1,1],[0,1],[2,2],[2,3],[2,3],[2,3],[2,1],[1,1],[1,1],[2,2],[0,1],[1,3],[0,2],[0,2],[2,1],[3,3],[1,5],[0,3],[0,5]],[[4195,9318],[2,4],[-1,3],[2,4],[18,3],[1,4],[10,2],[0,3],[1,2],[4,-3],[5,-2],[3,-4],[4,3],[1,-3],[3,1],[1,1],[-1,5],[3,11],[12,-1],[4,3],[4,0],[-2,7],[3,2],[2,0],[1,-5],[5,-1],[2,3],[6,-3],[4,3],[6,0],[3,-3],[8,-5],[10,3],[7,-1],[4,5],[7,0],[-1,3],[-3,3],[0,1],[5,4],[2,5],[4,-2],[1,2],[-2,5],[5,1],[0,-4],[6,1],[3,-1],[3,-3],[3,3],[0,3],[5,4],[2,0],[-1,3],[2,7],[-2,4],[2,3],[0,3],[-2,2],[-3,-2],[-2,3],[0,2],[3,3],[2,-1],[2,2],[2,-7],[2,2],[1,6],[2,1],[2,-4],[0,-5],[3,1],[5,-2],[-3,-3],[0,-3],[5,-1],[4,-4],[2,1],[-1,5],[6,5],[0,2],[4,3],[3,-2],[0,-3],[1,-1],[4,3],[1,-2],[3,-2],[7,-1],[2,1],[0,4],[-3,1],[-1,4],[-3,1],[1,2],[4,1],[2,-2],[4,5],[6,5],[8,-3],[1,-2],[4,-1],[2,-2],[3,1],[2,-3],[2,0],[4,4],[2,0],[2,-5],[2,3],[3,-1],[1,3],[1,-2],[5,4],[6,0],[2,0],[2,-5],[3,-1],[0,-2],[-2,0],[1,-3],[3,1],[1,-3],[3,0],[2,4],[3,0],[5,5],[4,0],[1,2],[1,-1],[5,0]],[[5041,9458],[-6,1],[-2,7],[3,8],[-1,11],[-16,19],[-4,2],[-5,-3],[-8,2],[-5,7],[-4,2],[-1,2],[-3,2],[-3,13],[-5,3],[0,-5],[-3,-2],[2,-2],[-2,-2],[2,-3],[-1,-1],[1,-3],[-1,-5],[3,-3],[-4,0],[1,-3],[-6,4],[-1,4],[-2,0],[-1,7],[-5,3],[1,4],[-1,1],[2,2],[2,-1],[2,7],[5,-6],[1,3],[2,-1],[0,10],[1,1],[-3,3],[1,3],[5,1],[-1,3],[3,0],[0,5],[5,2],[0,4],[3,-3],[4,1],[4,-6],[10,12],[10,-1],[2,6],[5,5],[2,1],[10,8],[1,11],[2,2],[-7,8],[-1,6],[-4,0],[-4,4],[-2,6],[-5,-2],[2,7],[-3,-2],[-1,-8],[-4,-5],[2,-4],[-2,-2],[-7,-1],[-2,-3],[-3,-2],[-3,-4],[-3,0],[-1,1],[-4,-2],[0,-4],[-2,-1],[-7,3],[0,2],[-1,4],[-2,2],[-4,0],[-3,11],[3,8],[4,5],[0,3],[-3,7],[-7,-1],[-3,4],[-3,-1],[-4,10],[-3,-1],[0,-4],[-1,-1],[-7,9],[-5,2],[-2,4],[-5,4],[-4,17],[0,5],[2,0],[-1,2],[2,4],[-1,6],[3,4],[-6,0],[-3,-3],[-5,-1],[-4,3],[-3,6],[-3,2],[-1,6],[-4,3],[-3,-1],[1,7],[-2,4],[2,5],[-1,5],[2,6],[-5,6],[-10,-5],[-1,3],[-2,0],[-2,2],[-2,0],[0,5],[-3,1],[5,5],[-1,3],[2,-1],[0,3],[-3,4],[3,4],[-2,2],[1,3],[4,1],[5,-2],[4,2],[6,-5],[5,2],[2,-1],[2,2],[3,-1],[1,1],[-2,3],[3,0],[0,5],[3,2],[2,0],[-2,2],[0,4],[6,7],[3,0],[1,3],[3,2],[4,0],[2,2],[0,7],[1,4],[-1,4],[0,4],[3,10],[5,7],[-1,4],[0,2]],[[4948,9848],[1,0],[3,2],[1,1],[0,2],[-1,1],[-1,1],[0,1],[1,1],[1,0],[1,0],[4,-2],[5,-1],[1,0],[1,0],[3,1],[5,1],[3,1],[4,2],[3,2],[1,1],[4,3],[3,0],[3,0],[3,0],[5,-1],[3,-1],[2,1],[3,0],[3,-1],[1,-2],[4,-2],[4,3],[3,0],[2,-1],[1,-1],[1,0],[1,0],[3,1],[1,0],[0,1],[1,0],[1,0],[1,0],[3,-2],[1,-1],[2,-1],[0,-1],[0,-1],[1,-1],[2,-1],[1,0],[7,1],[3,0],[3,3],[1,3],[3,1],[1,1],[1,0],[2,0],[0,-1],[2,-2],[2,0],[2,1],[1,0],[1,0],[3,-2],[5,-3],[1,-1],[1,0],[2,2],[1,0],[1,2],[1,0],[4,1],[1,0],[3,-2],[2,-1],[2,0],[2,0],[2,1],[1,0],[1,2],[2,1],[2,1],[1,0],[4,0],[3,1],[3,0],[5,-1],[5,-4],[5,-2],[1,-2],[1,0],[4,-1],[1,1],[2,0],[1,1],[1,1],[1,0],[4,0],[4,-2],[5,-1],[4,-1],[3,-1],[5,0],[6,0],[6,0],[2,0],[3,2],[4,1],[-1,2],[0,1],[0,2],[1,2],[1,2],[0,1],[1,0],[1,-1],[2,-1],[2,-2],[1,-1],[3,-1],[2,-1],[3,-2],[2,-2],[1,0],[1,0],[3,1],[1,0],[3,2],[4,0],[3,1],[2,0],[4,-2],[6,-2],[5,-1],[1,0],[2,1],[3,1],[2,2],[3,2],[4,0],[2,2],[2,0],[2,0],[3,0],[2,1],[1,2],[3,1],[5,1],[2,1],[6,2],[1,0],[1,1],[2,1],[2,3],[2,2],[0,1],[2,1],[3,-1],[2,-1],[1,-1],[0,-1],[0,-2],[1,-1],[1,0],[1,-1],[2,1],[2,-2],[2,-2],[1,-1],[1,0],[1,1],[2,1],[0,2],[1,0],[1,1],[0,-1],[0,-1],[0,-2],[-1,-2],[0,-1],[0,-2],[2,-1],[1,-1],[1,0],[0,1],[2,2],[4,0],[5,0],[2,0],[4,-1],[4,-3],[6,-3],[1,0],[2,0],[3,0],[6,2],[4,2],[4,1],[4,1],[2,0],[1,1],[1,0],[5,4],[5,3],[1,1],[0,2],[2,2],[1,0],[3,0],[1,-1],[0,-1],[0,-1],[2,-1],[3,-1],[4,0],[7,0],[3,1],[4,-1],[1,0],[2,0],[3,2],[2,1],[0,1],[2,2],[1,2],[1,1],[-1,1],[-2,0],[0,1],[0,1],[1,1],[5,1],[1,-1],[1,0],[0,-1],[1,0],[1,1],[3,4],[2,4],[-1,4],[1,2],[1,1],[4,1],[5,-1],[0,-1],[1,0],[3,1],[1,0],[0,1],[1,1],[3,3],[3,2],[1,2],[1,3],[-1,1],[0,3],[0,2],[1,1],[0,1],[2,1],[2,0],[2,0],[1,0],[2,-3],[1,-5],[1,0],[2,-3],[1,0],[1,0],[0,1],[4,1],[2,-3],[3,-2],[5,-1],[4,-2],[1,-1],[0,-1],[0,-2],[0,-1],[-2,-2],[-2,-2],[0,-1],[1,-1],[1,-1],[4,-1],[3,-2],[1,0],[0,-1],[1,-5],[3,-5],[0,-1],[2,-2],[2,0],[4,-3],[1,-2],[1,-1],[1,0],[1,0],[5,-1],[6,-1],[3,-1],[2,-1],[-1,-1],[-1,-2],[0,-3],[1,-2],[1,-1],[1,0],[1,0],[2,4],[1,1],[1,-2],[-3,-3],[-2,-4],[-1,-1],[1,-1],[1,0],[6,-1],[4,0],[0,1],[6,0],[6,2],[0,2],[2,1],[1,0],[3,-1],[2,1],[0,1],[1,1],[0,2],[2,1],[1,-1],[1,-2],[1,-2],[1,-1],[4,0],[5,0],[6,1],[2,-1],[4,0],[2,0],[1,0],[3,1],[2,-1],[3,-1],[4,0],[2,1],[2,2],[1,0],[5,-2],[2,-1],[3,-1],[2,0],[3,1],[3,1],[1,1],[2,1],[5,0],[4,0],[6,0],[6,1],[2,0],[1,1],[2,0],[2,0],[2,-1],[1,-1],[1,-1],[0,-2],[2,-4],[2,-3],[2,-1],[2,0],[2,1],[3,1],[2,-2],[3,-1],[3,1],[4,0],[5,0],[6,0],[3,-1],[2,1],[3,1],[1,0],[4,-3],[2,-1],[3,-3],[3,-3],[1,0],[1,-2],[-1,-3],[0,-1],[-1,-1],[2,-2],[1,-1],[1,-1],[3,0],[2,-1],[1,-1],[0,-2],[1,-1],[3,-2],[3,-2],[2,-1],[1,-3],[0,-1],[1,-1],[3,-2],[1,0],[3,0],[5,0],[4,1],[4,-1],[3,0],[1,1],[2,1],[2,0],[1,1],[1,-1],[1,0],[1,-1],[2,1],[3,1],[3,2],[1,1],[3,0],[1,0],[1,-1],[0,-2],[1,-2],[5,-1],[3,0],[3,0],[2,0],[2,0],[2,-2],[5,-4],[6,-1],[4,-1],[4,-1],[3,0],[2,0],[2,0],[4,0],[5,0],[2,-1],[5,1],[3,0],[6,1],[4,-1],[6,0],[3,0],[4,-1],[2,-1],[4,-3],[4,-2],[6,0],[2,0],[1,-1],[1,-1],[1,-1],[1,-1],[2,-2],[2,1],[5,1],[4,2],[0,1],[2,0],[0,-1],[4,-4],[6,-2],[5,-1],[4,-1],[2,0],[4,0],[3,-1],[5,-1],[4,-2],[4,-4],[3,-2],[3,0],[2,0],[2,0],[2,-1],[2,-1],[6,-2],[3,0],[6,0],[3,0],[4,-2],[1,0],[2,-2],[3,-1],[3,0],[2,0],[1,0],[3,-1],[3,-1],[2,-1],[2,0],[2,1],[1,0],[3,-1],[2,0],[6,1],[2,-1],[2,-1],[1,0],[0,-1],[2,-2],[2,0],[3,0],[1,1],[2,3],[3,2],[6,0],[1,0],[2,-2],[2,-1],[1,0],[3,-2]],[[4518,9417],[2,1],[1,4],[0,2],[7,11],[5,2],[4,2],[1,3],[8,9],[-3,9],[2,3],[10,6],[4,12],[1,21],[-4,8],[0,6],[-5,17],[-2,0],[0,8],[-6,12],[12,13],[-9,14],[-6,33],[0,8],[-4,3],[-1,4],[7,17],[11,33],[-2,3],[-6,2],[-4,5],[5,4],[1,4],[10,9],[5,8],[4,2],[2,4],[3,10],[-3,10],[1,5],[-3,5],[-3,1],[0,3],[2,1],[5,9],[5,-1],[1,2],[5,-2],[5,-4],[5,2],[6,0],[7,15],[-2,1],[2,6],[5,5],[4,0],[3,2],[2,6],[0,5],[2,4],[0,1],[2,5],[-1,3],[5,6],[-2,3],[1,4],[5,0],[1,2],[0,1],[-1,0],[0,2],[-1,1],[2,1],[-2,2],[3,2],[-1,1],[0,1],[-1,2],[-3,-1],[3,6],[-2,3],[-4,1],[4,1],[-2,2],[2,0],[-1,2],[2,1],[-1,1],[4,7],[-2,4],[1,2],[1,1],[2,-1],[5,2],[3,-2],[1,2],[-2,1],[1,2],[0,6],[-4,1],[0,1],[2,2],[1,2],[-3,2],[2,1],[-3,2],[-2,4],[2,-1],[0,3],[2,-1],[4,6],[1,8],[3,-1],[1,1],[2,-2],[4,3],[-1,3],[2,1],[-4,9],[-3,2],[-1,-1],[1,5],[-3,0],[-2,5],[1,1],[3,-2],[3,1],[0,4],[2,2],[-2,0],[0,2],[-2,1],[3,3],[-3,2],[6,4],[-2,3],[1,3],[-2,4],[2,2]],[[4653,9966],[1,-2],[2,-1],[2,0],[2,0],[2,2],[1,1],[0,1],[0,3],[0,2],[0,1],[1,1],[1,0],[1,0],[2,-1],[4,-1],[2,3],[0,1],[1,0],[1,1],[2,0],[2,-1],[1,0],[1,-2],[0,-2],[0,-2],[-1,-3],[1,-4],[1,-5],[0,-1],[2,-2],[2,0],[2,0],[1,-2],[1,-3],[2,-4],[1,-1],[0,-3],[-1,-1],[-1,-2],[-1,-1],[-1,0],[0,-1],[0,-2],[0,-2],[0,-3],[1,-1],[1,-1],[2,-1],[1,0],[2,-5],[0,-1],[1,1],[0,2],[0,4],[-1,4],[0,1],[0,1],[1,1],[2,1],[1,1],[2,0],[2,1],[0,1],[0,2],[0,1],[-1,2],[-1,2],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[2,0],[4,-1],[2,-1],[2,1],[1,0],[3,4],[1,1],[-1,4],[-1,2],[0,1],[1,0],[3,1],[2,0],[5,0],[2,2],[1,0],[1,-2],[1,-1],[1,-1],[0,-1],[3,-2],[5,1],[2,0],[2,0],[6,-1],[2,0],[1,0],[1,-1],[-2,-2],[-3,-3],[-1,-2],[0,-1],[1,-1],[2,-2],[5,-2],[4,-1],[3,0],[2,-1],[4,-2],[4,-1],[4,-1],[2,-1],[2,-1],[1,-2],[2,-2],[1,-1],[1,0],[4,-1],[6,-2],[3,-1],[3,-1],[1,-3],[0,-3],[0,-3],[1,-2],[3,-4],[4,-5],[1,-4],[0,-1],[1,-2],[1,-1],[4,-2],[4,-3],[2,-5],[4,-4],[1,-3],[1,-2],[0,-1],[3,-1],[2,-1],[5,-3],[1,-1],[1,-1],[1,0],[2,-2],[3,-1],[1,0],[1,0],[1,-1],[1,-1],[0,-1],[-2,-2],[-3,-5],[-3,-1],[0,-1],[0,-2],[1,-3],[2,-2],[1,0],[5,3],[0,4],[0,1],[0,2],[1,1],[2,1],[3,0],[1,-1],[5,-1],[4,-1],[1,0],[2,0],[4,-1],[1,0],[3,1],[2,0],[1,0],[0,-2],[1,-1],[2,-1],[3,-1],[3,0],[4,1],[1,0],[5,0],[3,0],[2,1],[2,2],[1,1],[3,-1],[3,-1],[6,-2],[5,-1],[2,1],[3,1],[6,-1],[5,-1],[2,-1],[0,-2],[1,-1],[-1,-1],[0,-1],[2,0]],[[4195,9318],[-1,0],[-1,0],[-1,-2],[0,-1],[1,-1],[1,0],[0,-3],[-1,-2],[-2,-3],[-2,-1],[-1,-2],[-1,-1],[-1,-1],[0,-2],[-2,-4],[-2,-2],[-2,0],[-1,1],[-3,0],[-2,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-6,-2],[-3,1],[-2,1],[-1,2],[-3,0],[-2,1],[0,1],[-1,1],[1,2],[1,2],[1,2],[0,1],[1,0],[0,1],[0,2],[-3,1],[-2,1],[-1,0],[-2,3],[-2,4],[-2,0],[0,-2],[0,-4],[0,-2],[-2,0],[-2,-1],[-1,-2],[-1,-3],[-1,-3],[-1,-2],[-1,-1],[1,-2],[0,-1],[1,-1],[1,0],[1,0],[1,0],[2,-1],[3,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[-3,0],[-2,0],[0,-2],[-1,-2],[-1,-2],[0,-3],[0,-2],[1,-1],[1,-1],[0,-1],[-1,-1],[-2,0],[-2,1],[-5,3],[-1,0],[0,1],[-2,0],[0,1],[-1,3],[2,2],[2,2],[2,1],[0,2],[-1,2],[-1,1],[-1,1],[-4,2],[-3,0],[-2,-1],[0,-2],[-1,-3],[-3,-2],[-4,-3],[-1,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[-2,-1],[-2,-1],[-1,-2],[0,-1],[2,0],[-1,0],[-1,0],[0,-1],[0,-1],[2,-3],[2,-1],[2,0],[1,0],[0,-1],[1,-2],[0,-3],[-3,0],[-5,-1],[-3,-1],[-2,1],[-2,0],[-2,-1],[0,-1],[0,-1],[-1,-3],[-1,-2],[-3,-2],[-2,0],[-2,0],[-2,-1],[-2,0],[-1,-1],[-1,-1],[0,-2],[0,-1],[0,-2],[1,-1],[1,-1],[1,-2],[0,-1],[0,-2],[0,-1],[0,-2],[-3,-3],[0,-1],[-3,-2],[-1,0],[-2,-1],[-2,-1],[0,-1],[-1,-1],[0,-1],[1,-2],[-2,0],[-7,1],[-4,-1],[-2,-1],[0,2],[0,6],[2,4],[0,2],[1,0],[1,1],[1,0],[0,1],[1,3],[0,2],[-1,3],[-1,1],[-1,2],[-2,3],[-1,1],[-3,4],[-2,1],[-1,1],[-1,0],[-1,0],[-4,-2],[-3,-2],[0,-2],[-2,0],[-1,1],[-2,2],[-1,1],[-1,2],[1,1],[1,0],[2,0],[1,0],[1,1],[1,3],[0,1],[0,2],[-1,1],[-1,1],[0,1],[1,2],[2,0],[2,0],[1,0],[1,1],[1,2],[1,2],[1,4],[-1,3],[1,1],[3,2],[2,2],[1,2],[1,3],[1,3],[1,4],[1,1],[0,1],[-1,2],[-1,4],[0,4],[0,3],[0,1],[2,1],[1,0],[1,1],[0,1],[1,3],[0,2],[1,5],[-1,1],[0,1],[0,2],[0,1],[2,5],[1,0],[1,1],[1,0],[2,0],[1,1],[1,1],[0,3],[0,2],[0,2],[0,1],[1,1],[1,0],[3,1],[2,1],[0,3],[1,3],[2,2],[1,0],[1,0],[2,0],[1,0],[1,-2],[1,0],[1,0],[1,1],[5,4],[1,1],[1,2],[0,1],[1,3],[2,3],[2,4],[1,3],[3,3],[2,3],[1,0],[4,3],[2,0],[2,-1],[3,-3],[3,-3],[1,1],[0,1],[0,1],[0,2],[-1,1],[0,1],[-2,1],[0,2],[-1,3],[0,2],[1,4],[2,3],[2,-1],[4,2],[1,1],[0,1],[0,5],[-1,-4],[-1,-2],[-1,0],[-2,-1],[-2,3],[-1,2],[-3,2],[-2,-5],[0,-2],[0,-1],[0,-3],[-1,-4],[0,-1],[-2,-1],[-1,-1],[-1,0],[-2,-1],[-1,1],[-2,2],[-1,1],[-2,1],[-3,-2],[-2,-3],[-1,-4],[-1,-3],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[-2,2],[-1,0],[-1,-1],[-1,-3],[0,-1],[-2,-2],[-3,0],[-5,1],[-5,1],[0,3],[0,2],[1,2],[0,1],[-1,0],[-1,1],[-1,1],[-1,0],[-3,-1],[-1,-1],[-1,-1],[0,-2],[-1,0],[-3,-2],[-1,-1],[-1,0],[-4,0],[-3,0],[-1,0],[-1,-1],[0,-2],[3,-3],[2,-2],[1,-1],[0,-4],[-3,-2],[-4,-2],[-2,0],[-2,-2],[-2,-2],[0,-1],[2,-2],[0,-2],[0,-1],[0,-1],[-1,-2],[-4,0],[-1,1],[0,1],[0,2],[0,1],[-2,3],[-3,2],[-1,1],[-1,0],[-2,1],[-1,2],[-1,2],[-2,3],[-1,1],[-2,3],[0,2],[-1,2],[-1,2],[-1,2],[-3,4],[-1,0],[-2,1],[-1,2],[1,2],[5,1],[6,1],[4,2],[0,1],[1,1],[1,2],[1,1],[0,3],[0,4],[0,4],[-2,3],[-1,2],[-2,1],[-1,1],[-1,0],[-1,1],[-1,-2],[-3,1],[-1,1],[-1,1],[-2,5],[-2,4],[0,2],[-1,1],[-1,1],[1,1],[1,4],[1,2],[1,2],[1,3],[2,5],[2,2],[1,2],[0,1],[-1,2],[-1,1],[-1,0],[-1,0],[-3,-1],[-3,0],[-3,1],[-2,1],[0,1],[0,3],[-1,3],[-2,3],[-2,4],[0,3],[-2,2],[-1,1],[-1,2],[-2,2],[-2,2],[0,-1],[0,-3],[0,-2],[1,-4],[1,-1],[1,-6],[1,-4],[-2,-2],[-2,-1],[-6,1],[-1,2],[-3,5],[-1,2],[-1,3],[0,2],[-2,1],[-3,0],[-1,-1],[0,-2],[-1,-1],[1,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-1,1],[-3,0],[-3,-1],[-3,-1],[-1,-1],[-2,-2],[0,-3],[1,-3],[0,-3],[0,-4],[0,-2],[-1,-1],[-2,-5],[-1,-2],[-2,0],[-2,4],[0,6],[2,5],[0,2],[-3,5],[-1,1],[-2,0],[-2,0],[-2,1],[0,1],[0,1],[2,7],[3,5],[1,2],[0,3],[1,3],[2,2],[1,1],[1,0],[1,1],[2,3],[1,1],[0,1],[1,3],[0,6],[0,6],[1,5],[0,3],[-1,1],[-1,1],[-2,1],[0,-1],[-3,1],[-1,1],[-1,3],[-1,2],[-1,4],[0,4],[-2,6],[-1,0],[-1,0],[-2,1],[-1,1],[0,2],[0,3],[1,0],[2,1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[2,-1],[2,-2],[1,0],[2,0],[4,3],[2,2],[1,2],[1,3],[2,6],[0,4],[-1,3],[-1,3],[3,4],[4,-1],[4,-1],[4,1],[0,6],[-1,5],[1,3],[1,0],[1,-2],[0,-1],[2,-2],[2,-3],[2,0],[3,-2],[1,-4],[1,0],[1,0],[3,1],[0,2],[0,2],[1,1],[2,2],[2,0],[2,2],[1,3],[1,5],[-1,6],[-1,1],[0,1],[0,2],[0,2],[1,4],[1,1],[0,2],[-1,1],[-2,-2],[0,-3],[-2,-4],[-2,-2],[-2,-3],[0,-2],[0,-1],[-1,-1],[-3,0],[-5,3],[-1,1],[0,1],[0,1],[1,3],[-1,2],[0,1],[-1,2],[-1,1],[-1,1],[0,2],[0,2],[0,2],[2,-1],[1,-1],[3,-1],[5,4],[0,1],[1,1],[2,3],[0,1],[1,2],[0,2],[-1,1],[1,0],[0,2],[2,4],[1,0],[2,-2],[1,-1],[1,0],[2,0],[1,1],[1,1],[6,3],[4,4],[1,0],[4,-2],[1,-1],[1,-2],[2,-1],[2,-1],[2,2],[2,0],[1,0],[2,0],[0,-1],[6,-3],[5,2],[2,-1],[1,0],[4,3],[4,3],[1,1],[1,1],[0,3],[1,2],[-1,3],[1,2],[1,1],[1,0],[2,-1],[2,3],[3,2],[1,2],[0,1],[-1,1],[0,2],[0,1],[2,0],[1,0],[1,-1],[1,-2],[0,-2],[-1,-2],[0,-1],[1,-1],[2,-1],[2,0],[1,0],[2,3],[1,3],[1,1],[2,-1],[1,0],[2,-1],[2,0],[2,2],[4,0],[4,-1],[2,0],[1,3],[0,2],[-2,2],[-2,2],[-1,1],[-2,3],[0,1],[0,4],[0,3],[1,1],[0,1],[-2,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-2,0],[-3,0],[-2,2],[-3,5],[-1,2],[2,2],[2,2],[4,2],[5,3],[2,0],[2,1],[5,-2],[2,0],[5,1],[5,2],[2,1],[0,5],[-1,4],[-1,4],[0,1],[0,1],[1,1],[2,0],[2,0],[5,-1],[3,0],[2,-1],[3,0],[2,1],[2,0],[2,-2],[3,2],[1,2],[1,3],[0,5],[3,5],[1,1],[3,-1],[1,-2],[0,-1],[1,-1],[2,-5],[3,-4],[1,0],[1,0],[1,-1],[2,-1],[1,-3],[1,-1],[1,-1],[2,-1],[2,-3],[2,-1],[1,-1],[3,-2],[2,1],[2,1],[2,-1],[2,-1],[2,-2],[2,-1],[1,0],[3,0],[1,0],[2,0],[2,-1],[3,0],[1,-1],[1,-1],[3,0],[4,2],[5,1],[4,3],[3,0],[3,1],[2,0],[2,1],[2,1],[2,1],[2,1],[6,2],[3,3],[2,1],[1,0],[6,0],[3,1],[3,0],[5,-1],[1,0],[2,0],[1,-1],[3,-1],[2,-1],[1,-1],[1,0],[4,1],[2,1],[3,1],[4,4],[2,2],[2,1],[2,0],[1,0],[1,1],[2,2],[0,3],[2,4],[2,4],[0,1],[0,1],[0,1],[0,3],[0,1],[1,0],[1,0],[1,0],[1,-1],[-2,-3],[1,0],[0,-1],[1,0],[3,0],[1,0],[0,1],[1,1],[1,1],[4,2],[2,3],[0,2],[1,1],[4,3],[1,3],[2,1],[2,0],[5,-3],[4,-3],[1,-2],[1,0],[1,0],[0,1],[1,0],[1,1],[0,1],[0,1],[-1,1],[-1,1],[0,1],[-1,2],[0,1],[1,2],[3,1],[1,0],[1,0],[2,-2],[0,-1],[1,-7],[0,-2],[-1,-1],[-2,0],[-1,0],[-1,-1],[-1,-2],[0,-1],[1,-1],[3,-2],[1,0],[1,-1],[2,-1],[1,-4],[-1,-3],[1,-2],[2,1],[6,0],[3,1],[5,2],[1,1],[0,1],[0,2],[-1,1],[0,3],[0,3],[1,1],[2,4],[1,3],[1,1],[0,1],[-2,2],[-1,0],[-2,-1],[-1,2],[0,2],[1,4],[2,2],[5,3],[3,0],[2,0],[4,0],[4,0],[2,-1],[1,-3],[-1,-2],[0,-2],[1,-2],[0,-1],[1,0],[2,-1],[1,0],[1,0],[3,2],[2,-1],[3,0],[1,-2],[1,-3],[1,-2],[2,-3],[1,-1],[2,-1],[-1,-3],[-1,-3],[0,-1],[0,-2],[1,-1],[1,-1],[3,-2],[5,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,-2],[1,0],[3,-1],[2,0],[2,5],[0,2],[-2,3],[0,3],[0,3],[0,3],[0,3],[-1,2],[-1,2],[-1,5],[-1,2],[0,2],[1,3],[3,4],[0,4],[4,2],[5,2],[3,0],[3,0],[1,0],[1,1],[0,1],[0,2],[0,1],[-1,0],[-5,2],[-2,1],[-1,1],[-2,0],[-1,0],[-1,-2],[0,-2],[-1,0],[-1,0],[-3,0],[-2,1],[-1,2],[-1,1],[-2,1],[-1,0],[-3,0],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[1,-1],[-1,-2],[-4,1],[-2,2],[-2,1],[-1,1],[-5,5],[-5,1],[-1,0],[-2,0],[-2,1],[-4,2],[-3,3],[2,3],[3,2],[1,0],[1,0],[2,1],[5,2],[3,1],[2,-1],[3,1],[2,2],[4,-1],[6,-1],[8,-1],[3,1],[2,0],[2,0],[3,1],[5,4],[2,2],[3,2],[2,2],[1,1],[0,1],[1,5],[1,4],[2,4],[1,4],[1,1],[1,1],[0,1],[0,1],[-5,-2],[-1,-1],[0,-2],[-2,-5],[-1,-1],[-1,-1],[-1,-1],[-4,-2],[-4,-3],[1,-1],[1,-1],[0,-1],[-1,-1],[-3,-1],[-2,-1],[-1,0],[-1,1],[-2,2],[-3,1],[-5,-1],[-2,-1],[-3,-2],[1,-1],[-2,1],[-2,1],[0,1],[0,3],[2,2],[1,2],[-1,1],[-1,0],[-3,-2],[-2,0],[-1,-2],[1,0],[0,-1],[0,-2],[-1,-2],[-1,-3],[0,-1],[-2,-2],[0,-1],[-2,1],[-1,0],[-1,0],[-1,0],[-2,-2],[-2,-2],[-1,0],[-2,-1],[-2,0],[-3,4],[-5,2],[-1,-1],[-3,-2],[-4,-2],[0,-1],[-2,-1],[-1,0],[-2,2],[0,1],[0,1],[1,3],[2,3],[3,3],[2,1],[2,2],[1,3],[1,3],[0,4],[0,1],[-1,0],[-2,2],[-1,1],[0,2],[0,2],[0,2],[0,1],[2,3],[1,1],[2,1],[3,-1],[0,-1],[1,0],[1,1],[2,1],[1,2],[1,1],[0,3],[-1,2],[-2,3],[-2,1],[-3,2],[-3,3],[-1,1],[-1,1],[0,1],[2,3],[0,1],[2,1],[2,1],[1,0],[1,-1],[2,-3],[0,-2],[2,-1],[1,-1],[3,0],[1,0],[7,-1],[1,0],[3,1],[2,1],[3,3],[4,3],[2,2],[5,4],[2,1],[3,3],[-1,2],[0,2],[1,2],[3,1],[4,2],[2,3],[2,3],[0,4],[1,3],[2,0],[1,-1],[0,-1],[0,-1],[3,-1],[2,0],[3,0],[1,1],[2,0],[2,2],[1,1],[1,1],[2,4],[2,4],[2,1],[4,2],[3,1],[2,1],[2,1],[2,2],[1,2],[3,2],[1,4],[0,2],[0,1],[1,-1],[2,-2],[2,-4],[-1,-4],[0,-1],[3,-1],[1,0],[3,0],[1,0],[1,2],[1,2],[4,-1],[0,1],[1,2],[0,1],[-1,2],[-1,1],[-1,-1],[-3,0],[-3,0],[-1,1],[0,1],[0,7],[1,3],[2,5],[0,3],[1,4],[0,3],[1,1],[4,4],[2,1],[5,1],[3,1],[4,-2],[4,-1],[3,-3],[1,0],[2,0],[0,1],[5,3],[5,3],[3,2],[3,2],[1,0],[3,3],[3,3],[0,1],[0,1],[0,1],[-1,2],[1,1],[1,0],[1,0],[2,0],[1,0],[1,-1],[2,0],[1,0],[2,2],[1,1],[2,4],[2,4],[2,3],[1,2],[1,1],[1,-2],[1,0],[1,0],[1,-1],[2,0],[5,2],[1,1],[1,0],[1,2],[1,1],[1,-1],[1,-2],[2,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-4],[-2,-5],[-1,-1],[0,-1],[0,-1],[0,-2],[4,-3],[3,-3],[2,-3],[1,-3],[0,-1],[-1,0],[-1,0],[-2,1],[-4,2],[-4,5],[0,1],[-1,-2],[0,-1],[1,-3],[1,-1],[1,-3],[-4,-6],[-1,-3],[-2,-2],[-1,0],[-1,0],[0,-3],[1,-1],[1,-1],[1,0],[1,0],[2,0],[1,0],[2,-1],[0,-1],[0,-3],[0,-1],[-2,0],[-3,3],[-2,0],[-3,-1],[-3,-2],[-1,-1],[1,-1],[2,-2],[4,-1],[2,0],[3,-1],[3,2],[2,1],[1,1],[3,0],[4,0],[1,0],[1,0],[0,2],[-1,2],[-2,1],[-2,1],[-2,3],[-1,1],[0,1],[-1,3],[-1,2],[-1,1],[0,1],[1,1],[2,1],[3,2],[3,-1],[1,-1],[2,1],[2,1],[1,0],[2,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,0],[-2,-1],[0,-1],[3,-4],[2,1],[2,0],[1,1],[0,-1],[0,-1],[-1,0],[-1,0],[2,0],[1,0],[4,1],[0,-1],[2,1],[0,1],[-1,0],[-4,2],[-1,1],[-3,1],[-2,4],[1,1],[0,1],[1,1],[1,1],[1,0],[0,-1],[3,0],[2,1],[4,4],[1,1],[2,2],[1,2],[2,2],[6,1],[4,3],[7,3],[7,2],[5,3],[2,2],[1,1],[0,2],[0,1],[0,1],[1,1],[1,1],[1,1],[1,0],[2,1],[3,1],[3,1],[1,1],[0,1],[0,2],[0,3],[0,1],[0,1],[1,0],[3,-1],[1,-1],[2,-1],[4,-3],[0,-1],[0,-2],[-1,-1],[-2,-1],[-3,-4],[-4,-4],[-1,0],[-1,-1],[-1,-3],[0,-1],[-1,-4],[-1,-2],[-1,-1],[1,-2]],[[5701,5271],[-1,-3],[0,-4],[0,-4],[0,-4],[0,-3],[-1,-6],[-1,-2],[-1,-1],[-1,1],[-1,2],[1,1],[0,1],[-1,1],[0,1],[-2,3],[-4,6],[4,-5],[1,1],[-1,3],[0,1],[1,0],[-1,2],[0,-1],[0,1],[0,1],[-1,0],[1,-1],[-1,0],[0,1],[0,2],[0,4],[-1,0],[-1,0],[-1,0],[0,-2],[0,2],[3,1],[2,0],[1,1],[0,1]]],"transform":{"scale":[0.0022491257125712557,0.001615197319731973],"translate":[-18.161054500000176,27.63802899999986]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/FI.json b/dist-amd/map/TopoJSON/FI.json new file mode 100644 index 0000000000..19f913fe6e --- /dev/null +++ b/dist-amd/map/TopoJSON/FI.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1]]},{"type":"Polygon","arcs":[[2,3,4,5,-2,6,7]]},{"type":"Polygon","arcs":[[8,-5,9,10,11]]},{"type":"Polygon","arcs":[[-10,-4,12,13]]},{"type":"Polygon","arcs":[[14,15,-12,16,17]]},{"type":"Polygon","arcs":[[18]]},{"type":"Polygon","arcs":[[19,20,-17,-11,-14,21,22]]},{"type":"Polygon","arcs":[[23,-8,24,25,26]]},{"type":"Polygon","arcs":[[27,-22,-13,-3,-24,28]]},{"type":"Polygon","arcs":[[29,-15,30,31]]},{"type":"Polygon","arcs":[[-31,-18,-21,32,-20,33,34,35]]},{"type":"Polygon","arcs":[[36,37,-29,-27,38]]},{"type":"Polygon","arcs":[[39,-34,-23,-28,-38,40,41]]},{"type":"Polygon","arcs":[[-39,-26,42,43]]},{"type":"Polygon","arcs":[[-41,-37,-44,44,45]]},{"type":"Polygon","arcs":[[46,-35,-40,47,48]]},{"type":"Polygon","arcs":[[49,-32,-36,-47,50]]},{"type":"Polygon","arcs":[[-51,-49,51,52]]},{"type":"Polygon","arcs":[[-52,-48,-42,-46,53,54,55]]},{"type":"Polygon","arcs":[[-55,56]]}]}},"arcs":[[[1677,42],[-335,32],[-302,-71],[-8,-1],[-9,-1],[-10,-1],[-9,0],[-9,1],[-9,2],[-10,2],[-8,3],[-7,3],[-232,118],[-43,3],[-121,99],[-105,86],[-66,55],[-8,6],[-5,4],[-109,90],[-78,64],[-65,53],[-81,65],[-48,39],[17,43],[21,58],[1,2],[18,66],[5,3],[48,223],[202,51],[67,17],[16,3],[17,3],[28,4],[132,13],[181,18],[65,32],[77,38],[140,70]],[[1035,1337],[282,-144],[192,-10],[73,-69],[66,-86],[6,-46],[-18,-38],[-13,-70],[4,-16],[-3,-35],[-18,-61],[3,-12],[-9,-47],[-26,-6],[-22,-67],[73,-44],[12,-23],[11,-62],[22,-35],[47,-11],[92,-49],[-66,-117],[-66,-247]],[[3107,1494],[38,-20],[32,8],[41,3],[33,-2],[8,-8],[5,-17],[24,-4]],[[3288,1454],[48,-35],[31,-9],[2,-4],[-5,-8],[7,-4],[0,-2],[-5,-1],[-4,-8],[3,-2],[0,-5],[-16,0],[-9,3],[-5,-2],[11,-28],[-90,3],[-7,-2],[-8,-6],[1,-41],[4,-3],[11,-1],[5,3],[5,-4],[42,-5],[7,-4],[-28,-11],[-32,-37],[21,-15],[59,-29],[18,-16],[1,15],[44,-8],[60,20],[37,9],[20,-3],[6,3],[2,-4],[10,-1],[-2,-15],[24,-9],[7,-13],[30,-9],[11,1],[29,-2],[44,-10],[-7,-11],[9,-13],[24,6],[27,-10],[53,3],[41,-5],[6,3],[11,-4],[11,0]],[[3852,1124],[-27,-29],[43,-12],[-9,-18],[-16,-12],[-1,-15],[-34,-2],[16,-17],[0,-2],[-11,-5],[11,-9],[5,-13],[-27,-15],[-12,3],[-68,-4],[-22,-17],[4,-7],[-18,-14],[73,0],[8,-20],[-7,-22],[4,-16],[-7,-3],[-4,3],[-28,-17],[-14,-1],[-1,-9],[7,-1],[2,-3],[1,-16],[-5,-9],[-1,-20],[-30,-13],[-13,9],[-25,-19],[-10,0],[-2,-21],[-6,1],[0,9],[-4,0],[-1,-10],[-12,5],[-3,0],[-7,-7],[10,-3],[2,-4],[25,-7],[11,-7],[-10,-1],[-1,-5],[4,-10],[8,-8],[-3,-2],[4,-6],[-33,-10],[-16,8],[-27,2],[-67,-28],[-36,-4],[-8,-3],[-29,2],[-13,-16],[-37,20],[2,8],[7,6],[-1,2],[-21,-1],[-18,-14],[-2,-8],[2,-10],[-5,1],[-30,-13],[-15,-4],[1,-3],[-8,-1],[-8,2],[1,-10],[-39,-22],[-60,-8],[-3,5],[-11,-8],[-29,16],[-26,-9],[-22,-23],[11,-7],[8,-20],[-24,-40],[-82,-4],[-2,32],[-38,-4],[-10,-22],[3,-40],[24,-25],[-9,-77],[-121,-226]],[[2860,147],[-20,-2],[-190,-90],[-239,-11],[-188,-9],[-265,-14],[-16,-1],[-19,0],[-19,1],[-20,1],[-207,20]],[[1035,1337],[48,24],[267,211],[2,7]],[[1352,1579],[398,-30],[36,1],[26,-20],[20,-8],[3,1],[9,-4],[0,-4],[22,-10],[8,-26],[38,-17],[5,-10],[38,6],[18,0],[13,4],[32,1],[-12,17],[12,5],[1,7],[11,10],[24,-33],[2,-16],[9,-3],[21,4],[1,2],[10,-1],[7,-3],[16,2],[25,12],[-10,12],[18,7],[40,0],[-16,-13],[31,-10],[16,-12],[10,-13],[10,-2],[11,5],[19,-9],[20,0],[-6,-28],[42,-32],[-9,-11],[10,-4],[2,3],[6,-2],[3,3],[93,3],[26,-30],[8,5],[15,19],[20,-6],[3,4],[-23,5],[42,21],[17,3],[6,-4],[34,-6],[41,15],[40,4],[13,3],[71,11],[53,-12],[-51,36],[46,13],[98,-3],[6,-4],[56,11],[11,5],[18,-6],[8,19],[-1,12],[-14,14],[13,1],[3,3],[-2,6],[9,8],[1,8],[-17,9],[6,21],[37,-16],[10,-22],[6,-4],[23,-4],[6,3],[5,-4],[-3,-3],[6,-3],[11,-1],[7,2],[8,-2]],[[6056,674],[-36,-9],[-44,-3],[-51,-5],[-158,-100],[-19,-2],[-66,-6],[-91,-23],[-46,-35],[-317,-42],[-30,-3],[-89,3],[-114,5],[-128,6],[-9,-1],[-173,-19],[-9,-1],[-78,-18],[-38,-9],[-238,-71],[-124,-19],[-41,-5],[-60,-7],[-176,-30],[-507,-89],[-110,-6],[-286,-14],[-158,-24]],[[3852,1124],[14,4],[12,-8],[23,-7],[35,5],[29,1],[34,-16],[17,1],[24,-5],[32,4],[50,-9],[-3,-16],[11,-11],[30,-22],[16,5],[-9,12],[10,3],[33,23],[30,-8],[20,-10],[-9,-14],[20,-24],[100,7],[23,25],[-12,15],[3,33],[39,29],[19,-9],[10,2],[32,-11],[17,1],[22,-2],[1,2],[6,0],[2,5],[5,-1],[5,5],[12,-5],[24,17],[7,-4],[14,-2],[0,-6],[47,1],[1,3],[20,-1],[1,4],[7,3],[2,3],[36,6],[41,2],[5,3],[6,-4],[8,-1],[7,-10],[41,-7],[-23,35],[49,16],[38,8],[-38,7],[-21,14],[-4,-6],[-37,-24],[-8,9],[24,28],[2,8],[50,5],[1,10],[-42,29],[7,8]],[[4820,1282],[8,-2],[55,4],[-4,5],[3,8],[7,2],[-1,3],[11,1],[10,-34],[50,-26],[11,-23],[17,8],[50,-7],[40,35],[1,5],[19,0],[14,-3],[31,-42],[10,-27],[-5,-14],[73,-31],[1,7],[5,2],[13,0],[5,-3],[5,2],[-4,2],[2,2],[-2,6],[6,4],[6,-4],[18,1],[14,15],[21,10],[19,-9],[18,0],[52,6],[20,16],[44,4],[15,-28],[76,10],[65,-29],[26,4],[17,10],[41,14],[7,13],[-12,27]],[[5698,1226],[17,-10],[19,0],[0,12],[5,2],[9,-2],[5,-6],[18,-5],[1,-17],[24,-18],[-5,-14],[11,-20],[19,-7],[-12,-6],[67,-11],[22,-10],[19,-24],[1,-16],[23,2],[21,-4],[5,-37],[-22,-4],[-7,3],[-1,-5],[-15,-5],[2,-4],[8,-1],[8,-10],[-4,-3],[-6,0],[-6,-5],[2,-3],[-3,-2],[-15,1],[-4,-3],[2,-6],[-6,-5],[2,-3],[-10,-1],[-3,-3],[31,-42],[5,-19],[0,-15],[-14,-5],[22,-19],[45,-20],[9,-16],[9,-64],[60,-102]],[[3288,1454],[15,5],[42,0],[2,6],[-7,5],[7,2],[54,-10],[21,5],[13,-12],[13,-22],[13,-10],[9,3],[10,-2],[3,3],[28,-8],[-10,5],[2,9],[-8,3],[0,1],[10,0],[1,5],[9,2],[17,0],[9,3],[16,-6],[19,11],[8,-3],[1,5],[17,-5],[-4,-5],[-5,3],[-3,-3],[11,-6],[7,5],[11,2],[8,10],[7,-2],[3,4],[15,-3],[9,1],[3,3],[16,-2],[22,5],[20,-5],[-1,-10],[24,4],[8,-1],[7,-7],[8,1],[35,-47],[21,13],[-10,26],[-30,19],[16,1],[0,8],[5,-3],[27,11],[3,3],[-11,14],[-58,-11],[10,10],[-7,7],[6,7],[-38,6],[39,21],[16,2],[16,-7],[50,12],[95,30],[-1,3],[10,2],[7,0],[12,-5],[2,4],[38,5],[24,-5],[3,2],[-9,12],[4,5],[35,1],[42,6],[50,38],[-26,16],[-6,9],[20,21],[16,-7],[47,9],[20,7],[10,-3],[3,6],[8,3],[11,1],[3,6],[14,5],[7,-2],[51,22],[43,13],[12,-15],[5,3],[57,-14],[3,2],[14,1],[12,-7],[4,0],[7,7],[3,18],[9,17],[31,-46],[44,7],[12,-1],[3,3],[38,9],[-10,10],[28,25]],[[4663,1758],[5,-10],[0,-25],[4,0],[1,5],[6,-1],[4,4],[26,-18],[4,3],[14,0],[15,11],[0,-8],[13,-35],[54,10],[72,-15],[13,0],[-3,-17],[19,-10],[8,-5],[1,-6],[17,-5],[-2,-5],[5,-3],[0,-4],[-8,-5],[6,-5],[-2,-4],[12,-9],[-9,2],[-3,-10],[-10,-3],[-4,-6],[8,-8],[10,-2],[-10,-4],[-5,-9],[-12,-4],[-10,-7],[-12,-25],[-22,-2],[-15,-11],[-76,-12],[-14,-15],[-8,-3],[13,-13],[-1,-6],[-7,-1],[-7,-5],[1,-10],[20,6],[4,-2],[-8,-5],[1,-3],[8,-3],[-15,-17],[-12,-6],[-14,-32],[31,0],[38,-8],[11,-51],[-8,0],[-7,-4],[-9,-20],[11,-16],[10,1],[5,-5]],[[6496,1606],[10,-19],[-26,-20],[-1,-9],[-7,-4],[11,-6],[9,5],[10,-3],[12,-12],[-35,-4],[-19,-14],[-7,0],[-5,-22],[11,-19],[-10,-6],[-5,-10],[16,-6],[10,-6],[14,6],[1,3],[12,-7],[1,-7],[7,-5],[-3,-2],[-1,-6],[5,-8],[18,3],[6,-3],[-6,-6],[-45,-12],[-9,0],[-4,3],[-13,-1],[-8,5],[-3,5],[-7,3],[-7,-3],[12,-12],[38,-25],[24,-19],[73,-10],[37,-8],[17,-6],[11,-7],[4,-6],[30,-21],[19,-21],[42,-20],[36,-1],[45,7],[57,-3],[29,-6],[-3,-5],[14,-26],[19,-5],[17,1],[16,10],[15,-4],[4,2],[28,-2],[6,-22],[17,-26],[17,-16],[41,-10],[3,-8],[-4,-10],[32,2]],[[7124,1142],[-65,-42],[-7,-4],[-10,-7],[-12,-8],[-21,-21],[-4,-6],[-1,-6],[1,-3],[0,-1],[0,-1],[2,-1],[2,-1],[-10,-3],[-17,-4],[-5,-3],[-6,-4],[-2,-1],[-19,-11],[2,-25],[-6,-3],[-3,-8],[3,-6],[-11,-17],[-6,-2],[1,-17],[-44,-13],[-6,-3],[31,-40],[-61,-44],[-146,-108],[-8,-6],[-131,-22],[-334,0],[-88,0],[-19,-10],[-68,-17]],[[5698,1226],[-5,41],[-28,16],[-40,13],[-4,-3],[-14,0],[-13,5],[0,8],[11,16],[9,6],[15,3],[-7,16],[21,19],[16,11],[7,10],[-87,6],[-14,35],[6,3],[-2,6],[12,2],[3,-3],[-3,-3],[4,-5],[7,-2],[33,12],[3,22],[10,19],[-13,14],[2,3],[-13,3],[3,26],[-49,16],[4,7],[-9,3],[6,2],[3,4],[-2,9],[74,33],[7,-19],[14,3],[54,-8],[27,19],[2,12],[61,10],[31,14],[8,24],[28,22],[-5,13],[8,4],[7,1],[0,6],[32,2],[17,5],[7,4]],[[5942,1711],[4,-2],[11,0],[2,3],[12,1],[10,-6],[53,21],[11,-9],[6,-18],[14,-11],[3,-8],[-33,-21],[25,-14],[67,22],[13,9],[10,18],[-1,7],[8,4],[56,13],[23,1],[-3,-7],[15,-32],[-4,-1],[7,-7],[17,-9],[7,-15],[-14,-25],[19,-8],[69,-17],[7,-4],[20,-1],[22,5],[10,-1],[12,2],[8,7],[8,-4],[13,2],[15,-2],[32,2]],[[5918,1756],[-10,6],[-9,9],[-5,1],[-8,8],[17,4],[33,-12],[3,-5],[-21,-11]],[[5783,2025],[4,-34],[-15,6],[-32,1],[11,-4],[10,-8],[-3,-13],[6,-6],[7,-2],[-6,-19],[-19,0],[5,-15],[8,-2],[8,2],[12,-2],[3,5],[-2,12],[7,0],[5,-9],[-3,-5],[9,0],[4,2],[5,-1],[3,-6],[-6,-2],[-1,-4],[-4,-1],[-1,5],[-11,4],[-5,-3],[-36,2],[-2,8],[-8,1],[0,-5],[5,-1],[1,-3],[-22,5],[0,-2],[21,-8],[15,-16],[5,-1],[5,-17],[-40,-16],[17,-20],[44,-25],[-5,-6],[-22,-15],[-1,-8],[2,-2],[25,5],[-2,-11],[13,-9],[54,-26],[9,3],[58,-3]],[[5918,1756],[13,-24],[4,-16],[7,-5]],[[4663,1758],[-5,4],[-15,25],[13,31],[-9,3],[15,23],[-29,20],[0,6],[-14,7],[3,6],[-6,11],[4,6],[88,-23]],[[4708,1877],[15,1],[72,14],[-4,9],[3,0],[12,-5],[20,2],[14,-6],[10,-7],[28,18],[58,-6],[16,7],[129,7],[56,138],[-4,40],[23,0],[3,3],[26,-6],[33,7],[25,13],[-3,1],[23,19],[3,1],[5,-3],[11,4],[2,-4],[28,-3],[19,-6],[7,-4],[-8,-1],[-4,-6],[22,-7],[48,78],[20,12],[-9,19],[31,-6],[-20,-31],[39,3],[12,21],[4,-5],[16,-10],[29,-11],[-2,-12],[6,-1],[-3,-2],[8,-5],[-1,-5],[3,-4],[15,-8],[24,5],[2,9],[3,3],[12,-12],[-1,-6],[-3,-2],[7,-7],[8,0],[-1,-9],[4,-10],[-5,-8],[-6,-3],[0,-5],[27,-26],[19,-7],[8,-7],[-1,-10],[19,-3],[25,32],[27,-8],[33,0],[13,14],[5,-6],[8,4],[12,-14],[-12,-11],[12,-18]],[[2997,2648],[-3,-8],[6,-6],[-4,-1],[-4,-17],[12,2],[2,-2],[-1,-11],[7,-15],[-4,-1],[8,-10],[-6,-1],[-5,-9],[17,-14],[-25,-10],[-6,0],[-3,4],[-39,-11],[-5,-12],[13,-76],[-68,-9],[-10,2],[-10,-11],[-7,2],[7,7],[-55,-13],[-30,-25],[-20,-9],[-15,0],[1,-3],[41,-14],[8,1],[14,-3],[3,-4],[-8,-2],[3,-8],[8,0],[5,11],[-5,6],[3,2],[11,-5],[-4,-12],[27,-3],[2,-9],[-8,-3],[15,-20],[14,-9],[22,-3],[7,2],[0,-3],[9,-2],[6,-4],[0,-4],[-8,1],[0,-3],[7,-1],[-2,-13],[38,-8],[5,-10],[-41,-10],[8,-10],[16,5],[11,-11],[5,0],[4,-8],[29,-18],[-4,-14],[-12,-5],[7,-4],[-12,-21],[-13,-12],[-7,-3],[-15,4],[-24,-6],[4,-7],[-11,-6],[-16,3],[-5,-2],[1,-7],[-12,-4],[9,-22],[-3,-3],[-32,-2],[5,-14],[20,-10],[-24,-3],[5,-13],[25,6],[3,13],[8,1],[3,-5],[10,2],[-3,-3],[2,-15],[8,-8],[-16,-20],[-35,17],[28,-39],[-40,-15],[-4,-22],[-30,-17],[-17,5],[-118,-55],[60,-58],[42,-8],[10,-21],[-13,-2],[26,-49],[-25,-11],[34,-24],[-2,-3],[6,0],[9,-10],[18,-25],[-12,-3],[8,-3],[8,-11],[6,-2],[24,2],[15,-1],[1,-5],[6,1],[-1,4],[47,1],[39,-10],[1,-6],[7,2],[-3,3],[18,-5],[8,6],[21,-10],[-8,-3],[50,-16],[17,-27],[-33,2],[8,-35],[13,-5],[1,-11],[19,-4],[5,-4],[-45,-28],[16,-12],[48,13],[8,-12],[-4,-4],[-33,-11],[7,-14]],[[1352,1579],[31,142],[14,63],[19,89],[17,78],[22,109],[-11,51],[-48,208]],[[1396,2319],[363,22],[62,14],[53,47],[78,14],[99,-5]],[[2051,2411],[44,2],[37,-5],[180,-34],[107,49],[72,67],[98,0],[104,89],[44,15],[15,-4],[4,6],[-5,2],[9,3],[46,84],[123,-35],[68,-2]],[[3942,2734],[10,-47],[18,-14],[3,3],[12,1],[8,-5],[4,-19],[50,-23],[87,0],[11,8],[21,-61],[36,-24],[-1,-2],[19,-4],[23,2],[3,6],[6,-1],[-2,-8],[7,-1],[1,7],[9,-7],[-8,-4],[15,-5],[10,5],[-3,9],[-5,-1],[-3,6],[57,23],[1,7],[49,-18],[33,-43],[10,-3],[8,-8],[40,-12],[-6,-24],[1,-38],[9,1],[20,-3],[21,-22],[-35,-19],[-23,-5],[-3,-3],[-14,4],[-12,-6],[-16,-29],[-14,-10],[-21,0],[1,-4],[-5,-1],[6,-3],[-1,-2],[-14,2],[1,-8],[-14,-23],[21,2],[23,-14],[26,-9],[43,-23],[51,-47],[34,-11],[2,-4],[-3,-3],[8,-2],[8,-6],[5,4],[2,-5],[16,-13],[-1,-4],[-7,-2],[4,-9],[-26,4],[-10,10],[-17,7],[8,5],[-5,4],[-2,-4],[-12,-4],[-9,2],[-2,-15],[20,-33],[2,-9],[-11,-24],[22,-10],[4,-7],[19,14],[51,-16],[-35,-13],[-22,-35],[7,-17],[19,-14],[16,-32],[6,12],[2,19],[12,0],[22,9],[22,-8],[0,-22],[-31,-20],[54,-5],[-15,-32],[2,-23],[33,-28]],[[2997,2648],[53,-2],[256,61],[-6,2],[11,11],[-2,6],[5,0],[4,-3],[3,7],[9,1],[3,-3],[12,3],[-3,3],[4,9],[-9,-2],[-5,5],[20,30],[50,16],[-1,-12],[8,-4],[8,4],[12,-7],[-9,-5],[5,-2],[8,5],[10,-5],[1,-7],[26,-11],[18,-2],[24,7],[35,-14],[-12,44],[128,-6],[77,44],[16,2],[-3,2],[10,6],[16,-12],[-1,9],[8,4],[-11,10],[25,16],[3,-33],[24,0],[-1,24],[25,-1],[11,-25],[-7,1],[-2,-4],[8,-1],[-8,-17],[7,-10],[-2,-10],[13,-22],[24,-3],[33,-10],[0,-3],[14,-10]],[[8845,2254],[-55,-31],[-2,0],[-1,0],[-19,-43],[-7,-8],[-15,-9],[-25,-13],[-26,-15],[-5,-3],[-2,-1],[-9,-5],[-21,-13],[-33,-19],[-6,-5],[0,-6],[-12,0],[-21,-13],[-2,-5],[-3,-7],[-1,-2],[-1,-4],[-1,-2],[-6,-1],[-7,-7],[-7,-4],[-5,-4],[-7,-6],[-12,-8],[-4,-11],[0,-1],[-1,-7],[-6,-7],[-24,-14],[-14,-6],[-4,-2],[-36,-25],[1,-5],[-5,-3],[-23,-13],[-9,-5],[-3,-1],[-3,-1],[-10,0],[-16,-3],[-8,0],[-42,-1],[1,-3],[5,-25],[-47,-35],[-24,-18],[-21,-15],[-24,-18],[-19,-14],[-5,-4],[-5,-5],[0,-2],[-39,-42],[-6,-7],[-9,-6],[-11,-9],[4,-2],[-1,-3],[-5,-2],[-9,-3],[-6,-2],[-7,-3],[-5,-3],[-5,-1],[-13,-8],[-8,-5],[-8,-5],[-62,-24],[-48,-20],[-4,-2],[-17,-8],[-10,-5],[-23,-21],[-10,-3],[-15,-2],[-9,-2],[-10,1],[-8,-1],[-7,-1],[-8,-7],[-29,-8],[-4,-2],[-10,-3],[-1,-1],[0,-1],[-8,-21],[-3,-3],[-3,-1],[-19,-13],[-14,-9],[-15,-9],[-21,-14],[-2,-8],[-1,-4],[0,-5],[-21,-45],[-21,-26],[-2,-1],[-5,-2],[-28,7],[-10,-1],[-13,-1],[-6,-1],[-4,0],[-17,3],[-10,1],[-8,0],[-3,0],[-6,-4],[-14,-11],[-4,-3],[-3,-2],[-7,-6],[0,-1],[1,-1],[0,-1],[-9,-2],[-4,0],[-2,0],[-54,-34],[-4,-2],[-10,-6],[-1,-1],[-33,-21],[-2,-1],[-5,1],[-4,2],[-4,-6],[-6,-9],[-27,-18],[-8,-5],[-7,-5],[-2,-2],[-29,-25],[-9,-1],[-6,-1],[-13,-1],[-9,-1],[0,-1],[-2,-2],[-7,-7],[-4,-5],[-7,-8],[-1,-1],[-1,-1],[-9,-11],[-37,-19],[-41,-25],[-18,-10],[2,-2],[-16,-10],[-5,-1]],[[6496,1606],[18,4],[32,-1],[27,11],[10,-9],[32,5],[6,6],[-3,14],[23,7],[-19,35],[9,8],[11,-3],[36,3],[4,7],[-7,15],[26,-3],[36,2],[29,-13],[26,6],[16,17],[-6,3],[-15,-3],[-22,8],[12,13],[22,-9],[5,3],[-6,3],[7,10],[13,-3],[4,9],[-8,3],[-12,-1],[6,7],[1,7],[-5,4],[3,5],[4,-1],[12,3],[10,-5],[15,3],[40,-13],[46,-1],[31,31],[50,-10],[61,-1],[21,3],[82,2],[32,7],[26,1],[97,15],[9,-3],[-4,7],[2,2],[9,-2],[9,7],[1,3],[9,5],[8,16],[7,-2],[18,1],[3,15],[11,2],[-2,4],[30,7],[15,8],[13,2],[-6,26],[17,26],[8,-1],[10,-11],[2,3],[20,11],[28,-15],[-2,-19],[10,1],[3,-3],[30,0],[7,-2],[2,-5],[36,2],[12,4],[0,-9],[24,3],[5,8],[28,6],[11,-2],[17,2],[30,-5],[1,16],[17,6],[-2,6],[5,6],[-5,21],[8,1],[52,-9],[55,12],[14,-4],[29,1],[32,-3],[137,24],[33,-2],[26,37],[88,54],[43,14],[36,6],[28,8],[8,6],[9,30]],[[8378,2132],[322,93],[7,0],[9,5],[99,30],[22,5],[8,-11]],[[5918,1756],[21,11],[-3,5],[-33,12],[-17,-4],[8,-8],[5,-1],[9,-9],[10,-6]],[[5783,2025],[8,0],[3,6],[8,-2],[13,9],[-5,11],[6,4],[9,0],[1,8],[8,2],[-1,8],[34,-7],[20,-9],[57,-13],[6,15],[-2,4],[-4,-4],[0,10],[3,4],[-4,3],[1,4],[8,-1],[-1,11],[7,15],[-5,12],[-15,18],[2,3],[-7,3],[-14,20],[-47,42],[-22,8],[-25,3],[8,6],[2,8],[-5,5],[2,5],[5,3],[-4,9],[10,8],[-15,15],[6,12],[-21,2],[-22,-5],[1,4],[6,2],[0,8],[8,6],[-2,23],[-7,5],[-2,9],[5,4],[-1,6],[64,20],[-155,137],[76,77],[6,1],[5,-8],[30,11],[-2,3],[24,2],[16,-2],[0,11],[5,5],[11,2],[6,-16],[6,3],[0,4],[10,4],[5,-3],[12,4],[-1,3],[11,3],[-14,17],[31,2],[-4,8],[8,-2],[17,10],[9,-9],[8,-2],[20,-22],[6,-3],[8,5],[6,-7],[-1,-8],[11,-5],[20,5],[0,7],[6,7],[-17,6],[2,9],[-13,19],[6,14],[-17,11],[28,5],[5,-1],[14,3],[-2,3],[13,2],[-17,18],[9,3],[-5,8],[1,3],[86,12],[-33,23],[-33,15],[0,4],[-10,4],[20,22],[-6,8],[2,4],[-2,5],[8,8]],[[6098,2819],[19,-9],[1,-7],[4,1],[18,-13],[57,18],[-12,11],[13,13],[10,1],[8,7],[13,2],[6,6],[3,-7],[17,-11],[25,-9],[12,-13],[10,3],[-2,5],[9,3],[-17,20],[1,5],[14,8],[7,-9],[12,-5],[3,-5],[51,2],[16,16],[17,-3],[2,8],[11,4],[-4,8],[39,-23],[6,-6],[-2,-3],[8,-10],[-9,-2],[23,-4],[-5,14],[18,8],[5,-4],[-12,-7],[3,-5],[11,2],[4,15],[21,0],[0,-5],[13,-11],[7,2],[6,-3],[5,2],[10,21],[28,10],[20,-1],[-12,12],[14,-1],[5,5],[-21,9],[15,7],[16,-15],[1,-8],[6,-2],[13,1],[6,-9],[20,-9],[8,-2],[6,1],[5,-13],[51,-13],[11,0],[14,-4],[33,-17],[23,-14],[18,-18],[26,-11],[5,-13],[53,-7],[10,-7],[-28,-17],[4,-17],[6,1],[32,-12],[25,-18],[0,-4],[11,-10],[8,-1],[12,9],[6,-1],[17,-8],[9,3],[-6,4],[1,6],[25,-9],[13,-13],[21,-11],[1,2],[40,-13],[-2,-4],[23,-7],[14,11],[13,-6],[-3,-4],[4,-1],[3,4],[9,-2],[-1,-3],[7,-1],[6,-3],[13,-1],[4,3],[-5,3],[1,2],[13,-9],[20,1],[3,3],[10,-1],[16,-10],[19,-6],[25,8],[6,4],[0,5],[5,-1],[-1,2],[15,-2],[13,4],[11,-4],[-3,-2],[4,-4],[7,1],[95,-15],[19,-5],[27,0],[15,-15],[14,4],[10,-4],[8,-14],[18,-5],[-1,-3],[25,-20],[6,2],[-8,14],[15,-1],[-4,11],[4,1],[14,-3],[4,2],[-10,6],[1,7],[7,9],[-16,4],[2,3],[-4,2],[2,8],[11,-5],[10,-1],[-4,26],[-36,20],[-5,9],[-15,7],[-2,8],[-12,5],[3,7],[-5,4],[-9,-2],[-9,4],[-2,4],[-7,2],[-3,4],[-20,6],[-1,2],[-20,2],[6,-6],[-35,5],[-12,11],[6,6],[-1,6],[7,4],[-3,3],[-29,8],[-11,-2],[-8,2],[-7,-5],[-40,2],[6,3],[-3,2],[0,8],[8,9],[-5,5],[-16,3],[-15,7],[3,1],[-2,16],[-18,7],[0,-2],[-15,6],[5,7],[29,11],[9,-1],[2,8],[-5,6],[-14,6],[7,11],[7,0],[11,-5],[14,3],[23,-11],[12,2],[10,-1],[9,22],[-4,3],[2,1],[-14,6],[-4,7],[6,7],[10,-2],[12,19],[-3,3],[5,0],[2,2],[-8,7],[4,7],[-4,6],[13,11],[-11,7],[15,-1],[11,-4],[9,2],[18,-7],[7,3],[36,-18],[20,19],[-24,6],[-5,3],[-12,0],[-22,5],[6,4],[10,1],[40,-4],[19,12],[14,-16],[16,8],[5,0],[8,8],[8,3],[1,6],[-21,4],[28,10],[6,15],[1,11],[10,7]],[[7655,3010],[15,-7],[93,-8],[58,-38],[65,-22],[-2,-11],[17,-6],[15,-12],[16,-5],[4,-5],[20,-4],[4,-11],[-29,-4],[18,-6],[8,0],[-1,-3],[7,1],[13,-4],[12,-7],[9,-3],[19,2],[9,-5],[-11,-8],[-14,-33],[-4,-19],[19,-8],[3,-5],[-11,-7],[5,-3],[0,-3],[17,-7],[35,-3],[2,4],[-7,7],[11,9],[20,-5],[25,15],[30,-10],[22,-20],[9,-49],[70,-79],[28,-13],[-18,-32],[42,-114],[7,-5],[11,-18],[22,-17],[3,1],[47,-9],[-5,-5],[23,-11],[16,-14],[37,-20],[-36,-39],[-1,-21],[12,-5],[1,-4],[53,-37],[-25,-8],[18,-17],[1,-16],[-11,-27],[-30,-29],[-19,-4],[-35,-19],[-9,-13]],[[3690,3690],[26,-31],[33,-32],[65,-32],[83,-3],[48,-7],[65,-22],[60,-32],[49,-38],[-31,-14],[-8,6],[-6,-1],[3,-5],[-5,-1],[-3,-6],[25,6],[49,-30],[-6,10],[38,7],[44,-23]],[[4219,3442],[-33,-47],[-32,-2],[4,-14],[-8,-1],[4,-14],[-12,-1],[1,-4],[-12,-1],[-2,6],[-25,-3],[3,-8],[14,-1],[0,3],[9,1],[1,-5],[36,16],[2,-2],[10,-15],[-11,-1],[2,-9],[6,-5],[-13,-3],[12,-7],[-2,-3],[8,-11],[18,6],[11,-18],[-4,-44],[40,-1],[33,-8],[10,-11],[2,-23],[-68,-9],[-5,12],[-17,-26],[21,6],[28,-25],[-13,-5],[21,-8],[11,-11],[7,1],[-1,-5],[45,-53],[27,-51],[51,-20],[-57,-28],[-6,-13],[30,-5],[30,5],[4,-9],[-24,-4],[10,-25],[-25,-3],[8,-15],[-16,-3],[10,-21],[-5,0],[-5,5],[-5,-1],[9,-11],[-11,-4],[-4,5],[-3,-1],[-2,-12],[2,-9],[5,-3],[-14,-6],[-9,2],[-1,-3],[-23,-2],[-3,-8],[-21,-11],[-15,21],[-8,-2],[-2,3],[9,1],[-2,3],[-9,-1],[-9,-6],[-4,8],[-35,-10],[3,-5],[-11,-4],[9,-11],[4,0],[5,-6],[-18,-15],[-96,33],[-85,-65],[5,-5],[-51,-26],[-20,-17]],[[2051,2411],[-15,20],[8,11],[9,7],[-20,37],[14,12],[-1,35],[22,-8],[4,6],[8,1],[3,-4],[-7,-5],[13,5],[7,22],[-30,18],[35,25],[0,4],[32,2],[14,3],[-7,2],[-4,8],[-10,8],[3,2],[-5,0],[5,9],[-7,4],[-29,3],[4,4],[-8,2],[-7,-6],[-11,-1],[1,11],[-5,5],[6,5],[6,35],[-7,4],[3,4],[-12,1],[5,6],[14,4],[0,15],[-12,5],[-10,0],[-7,6],[-19,-3],[2,-4],[-8,-1],[2,5],[-22,-3],[2,-4],[-6,0],[-2,3],[-16,-3],[-6,1],[-4,9],[-6,1],[0,5],[-18,6],[22,15],[-2,7],[6,4],[-4,2],[3,12],[-8,20],[-14,3],[2,2],[-15,4],[5,3],[22,-9],[46,79],[10,22],[-2,4],[-14,0],[2,16],[-5,28],[27,5],[17,10],[6,15],[36,16],[-4,3],[12,1],[14,7],[-4,2],[9,4],[8,21],[4,-1],[0,-6],[-4,-9],[6,-1],[32,16],[-34,25],[-15,35],[0,60],[29,25],[5,15],[14,-7],[33,-11],[10,-26],[10,2],[2,-7],[13,-2],[4,-5],[28,-4],[-2,-5],[35,-8],[2,3],[12,-2],[-3,-5],[34,-6],[-5,-2],[46,-10],[3,5],[43,-8],[3,7],[61,-15],[59,38],[23,3],[38,43],[20,10],[13,9],[14,3],[-8,20],[-8,10],[5,12],[6,4],[3,0],[5,15],[9,11],[2,3],[-8,8],[16,6],[-3,2],[30,23],[-1,19],[32,30],[4,-1],[6,6],[-5,1],[5,5],[9,-6],[8,10],[7,-6],[5,3],[-11,9],[-6,-1],[-3,6],[49,18],[14,-10],[14,3],[0,7],[37,0],[-7,2],[-44,1],[-2,5],[14,2],[4,7],[13,3],[-4,17],[-10,0],[-1,5],[20,1],[3,3],[-1,2],[-8,-1],[0,4],[5,1],[-4,6],[-8,-1],[-1,2],[11,6],[-2,1],[-7,-1],[-3,5],[-11,-2],[-1,3],[11,5],[-5,3],[12,2],[2,3],[-7,-2],[-3,3],[-6,-2],[-7,4],[4,2],[-4,7],[-6,-1],[-5,3],[-25,-9],[17,21],[28,8],[-15,17],[-11,2],[8,1],[-3,4],[7,2],[-18,4],[2,3],[-23,4],[-4,6],[2,10],[29,17],[9,-5],[52,18],[-21,18],[29,7],[28,12],[5,-5],[26,9],[-3,3],[-10,-1],[0,1],[5,0],[-6,9],[-20,-6],[3,6],[15,4],[12,-1],[-3,-4],[11,2],[-4,3],[15,-3],[4,-6],[11,1],[-5,3],[35,-4],[-1,-3],[36,0],[-1,3],[-10,2],[-1,2],[11,-1],[-4,11],[24,-6],[0,-1],[-13,1],[-2,-4],[21,-2],[60,-20],[-7,40],[21,-2],[-3,7],[23,2],[6,-17],[24,3],[0,2],[13,2],[8,-8],[6,1],[13,-8],[-4,-2],[6,-4],[75,49],[19,28],[-7,9],[4,3],[4,-3],[1,-6],[7,10],[-4,4],[5,4],[4,-1],[13,19],[102,26],[22,-15],[7,3],[8,-5],[8,0],[9,-5],[9,4],[36,-11],[4,-4],[8,6],[10,-2],[17,-17],[-1,-5],[-7,-1],[17,-11],[3,1],[15,-9],[-3,-3],[24,-17],[58,-20]],[[5642,3763],[31,-18],[-45,-31],[-40,-48],[13,-1],[33,-22],[11,-52],[27,-31],[7,-27],[-30,-3],[13,-59],[23,-15],[-4,-4],[1,-6],[15,-9],[1,-7],[10,-10],[-2,-3],[21,-14],[-1,-4],[48,-20],[21,-6],[4,-7],[-77,8],[-13,-17],[54,-41],[34,1],[-14,-23],[-34,-32],[-5,9],[-35,19],[-78,-1],[-28,-12],[-40,-4],[23,-44],[78,-16],[18,-10],[-5,-5],[-24,-9],[30,-22],[17,7],[10,-5],[106,-74],[40,19],[-10,8],[5,2],[37,11],[67,-63],[-3,-6],[15,-21],[14,-11],[7,-19],[-1,-8],[17,-11],[6,-29],[-18,-6],[18,-9],[-3,-4],[-18,-2],[-13,-25],[-31,-24],[-7,-3],[-20,-1],[0,-3],[-10,-9],[14,-9],[3,1],[68,-30],[45,-26],[41,11],[19,-9]],[[4219,3442],[137,39],[194,-23],[-33,13],[11,48],[14,19],[-9,32],[12,3],[-10,10],[40,9],[-25,78],[104,68],[107,25]],[[4761,3763],[36,9],[25,33],[22,68],[88,35],[78,-29],[106,-45],[48,-9],[126,-3],[32,-5],[29,-9],[28,-10],[67,-52],[81,-10],[115,27]],[[1396,2319],[-14,62],[-67,203],[-13,42],[-16,47],[-21,64],[-159,273],[-42,71],[-91,186],[-107,221],[115,96],[73,61],[56,33],[82,50],[98,59],[194,34],[337,103],[8,2],[111,34],[72,3],[49,2],[179,27],[76,55],[94,69],[19,13],[63,85],[11,14],[7,7],[26,24],[16,14],[11,9]],[[2563,4282],[369,-58],[53,-56],[-4,2],[-1,-4],[8,-1],[5,-6],[5,-1],[1,-7],[30,-34],[2,-7],[11,-13],[-12,-10],[-10,-17],[52,-5],[2,-2],[-4,-2],[7,-7],[4,4],[-3,6],[25,5],[2,-3],[19,3],[-2,4],[19,4],[15,-3],[36,-14],[73,-31],[14,4],[4,-6],[-5,0],[-5,2],[-2,-2],[10,-6],[30,-13],[20,-1],[12,15],[2,8],[7,4],[5,-1],[1,4],[7,4],[36,7],[20,-4],[6,5],[9,-3],[10,1],[10,-9],[13,3],[19,-15],[10,4],[-2,19],[18,16],[82,-37],[31,-17],[54,-21],[46,-22],[-31,-18],[-44,14],[-31,-20],[-30,-7],[-22,-9],[-11,1],[-23,13],[-4,8],[-24,5],[8,-6],[5,-15],[-25,-10],[11,-8],[-2,-4],[-9,-1],[5,-2],[-2,-3],[-19,7],[-9,-1],[55,-28],[4,4],[7,0],[2,4],[16,-4],[9,9],[9,-1],[5,5],[8,-6],[3,-9],[6,-2],[-5,-4],[4,-2],[-9,-5],[-8,3],[1,-10],[17,3],[4,-4],[-6,-3],[10,-4],[-7,-5],[58,-21],[5,-66],[3,0],[5,-9],[-6,-1],[4,-13],[-4,-1],[40,-49],[-10,-3]],[[2563,4282],[44,32],[15,11],[11,6],[11,6],[13,7],[14,6],[25,11],[62,24],[22,8],[23,7],[152,41]],[[2955,4441],[571,-68],[11,-11],[108,-52],[56,-58],[12,7],[16,-11],[7,4],[-9,5],[6,5],[-2,4],[4,2],[5,-4],[15,6],[15,-10],[37,-16],[5,3],[5,-2],[18,3],[2,-3],[10,-3],[7,4],[6,-6],[14,7],[8,-6],[6,5],[-13,6],[-39,32],[4,11],[18,6],[4,-2],[13,7],[-10,8],[7,2],[-9,2],[-2,14],[16,-3],[1,2],[-14,5],[37,9],[7,17],[27,-3],[67,-19],[8,-57],[8,0],[3,-5],[-10,1],[65,-64],[30,-5],[6,-15],[-4,-2],[7,-4],[15,-32],[29,-14],[113,-21],[75,-100],[34,-42],[46,-35],[0,-3],[108,-35],[53,-23],[74,-57],[99,-64]],[[7418,4042],[52,-26],[30,-27],[23,-5],[3,4],[25,0],[20,3],[27,-11],[18,-13],[-10,-5],[-7,-10],[8,-21],[9,-57],[5,2],[4,-2],[2,-3],[-6,-2],[4,-3],[33,-9],[7,3],[13,-8],[-27,-11],[-11,7],[-19,-8],[-8,-11],[12,-14],[18,-34],[7,-4],[13,-46],[24,-13],[8,1],[36,-22],[7,0],[-18,-72],[-24,-12],[8,-4],[-27,-9],[16,0],[3,-11],[-22,-7],[-2,-8],[-23,-6],[-1,-2],[12,-6],[-41,-36],[35,-6],[35,-13],[8,-12],[99,-72],[2,-9],[9,-5],[2,-8],[10,-13],[22,-4],[8,-6],[8,1],[14,-10],[90,-24],[23,-25],[-76,-24],[4,-3],[-11,-9],[22,-4],[2,-4],[-8,1],[10,-10],[-13,-4],[-13,1],[-23,14],[-3,-3],[6,-19],[9,-1],[5,-3],[9,-2],[-3,-2],[5,-5],[16,-6],[9,-15],[10,3],[0,-3],[-5,-2],[3,-4],[16,-3],[13,-10],[7,3],[10,-6],[6,0],[7,-6],[6,0],[4,-4],[-105,-40],[-18,-27],[-10,0],[-26,14],[2,5],[-42,13],[-14,10],[4,4],[-2,1],[-8,-1],[-11,6],[-15,4],[-13,-6],[-24,-15],[3,-12],[-25,-24],[-5,2],[-8,-3],[-7,3],[-9,1],[-30,-15],[-8,-16],[9,-15],[47,-32],[-38,-24],[0,-11]],[[5642,3763],[38,39],[4,14],[3,52],[78,19],[-19,105],[-12,0],[-1,3],[12,1],[-19,95],[-20,23],[105,47],[-8,5],[13,0],[9,5],[5,-2],[122,57],[-8,12],[18,2],[6,-6],[42,19],[217,55]],[[6227,4308],[114,-36],[80,-4],[5,-4],[10,7],[104,-8],[126,-22],[4,-7],[-6,-3],[6,0],[4,-7],[17,-4],[38,5],[-16,12],[50,-5],[88,-36],[11,4],[65,-13],[118,-56],[14,3],[120,-67],[67,-53],[19,-8],[26,-5],[45,-34],[14,-6],[68,81]],[[8708,4044],[5,-3],[64,-39],[5,-4],[1,-5],[6,-6],[2,-2],[4,-3],[7,-2],[5,-3],[6,-4],[7,-4],[7,-6],[2,-2],[49,-29],[47,-28],[1,-3],[8,-17],[3,-2],[4,-2],[4,-2],[2,0],[12,-4],[79,-28],[59,-57],[20,-17],[19,-6],[72,-18],[57,-14],[38,-8],[37,-8],[20,-4],[12,-7],[11,-7],[21,-13],[0,-2],[2,-4],[1,0],[3,-1],[9,-3],[8,-2],[10,-1],[10,-2],[4,0],[5,-2],[7,-1],[6,-1],[1,0],[2,0],[4,0],[1,-1],[8,-18],[28,-27],[4,-1],[4,-1],[6,-1],[2,0],[17,-1],[5,-2],[47,-19],[2,-2],[2,-2],[2,-1],[4,-3],[3,-2],[12,0],[3,0],[5,-1],[1,-1],[10,-5],[3,0],[3,-3],[3,-2],[1,-1],[3,-4],[4,-6],[2,-2],[4,-1],[4,-2],[5,-2],[8,-4],[9,-3],[11,-4],[10,-5],[8,-2],[2,-2],[0,-3],[0,-1],[-2,-17],[2,-4],[2,-2],[2,-6],[2,-1],[4,-1],[2,-1],[0,-31],[0,-2],[0,-2],[2,-6],[6,-19],[5,-7],[5,-4],[4,-2],[3,-1],[2,-2],[2,-2],[2,-2],[53,-20],[3,-1],[2,-3],[3,-2],[5,-2],[1,-2],[2,-2],[1,-1],[1,-2],[-1,-1],[3,-4],[6,-3],[5,-1],[4,-2],[5,-3],[12,1],[30,-17],[-11,-17],[42,-10],[25,-32],[25,-33],[2,-2],[5,-5],[2,-2],[4,-3],[5,-5],[-2,-2],[-26,-27],[-8,-8],[-1,-2],[-12,-11],[-56,-55],[9,-12],[-9,0],[-13,1],[-11,-20],[-36,-70],[1,-1],[3,-6],[0,-7],[-5,-2],[-2,-2],[0,-4],[0,-6],[-1,-4],[-1,-4],[-1,-1],[-1,-1],[-6,-3],[-2,-1],[-5,-1],[-4,0],[-3,-2],[-1,-1],[-66,-91],[-7,-10],[-2,-1],[-5,-7],[0,-1],[-8,-10],[-11,-13],[-15,-3],[-14,-2],[1,-6],[-3,-1],[-8,-4],[-8,-25],[0,-8],[0,-1],[-12,-1],[-8,-2],[-35,-25],[-14,-8],[-4,-2],[-103,-68],[1,-1],[8,-2],[5,-1],[1,-2],[-5,-14],[-8,-5],[-2,-1],[-10,1],[-8,2],[-6,1],[-9,-1],[-12,-6],[-37,-22],[-5,-3],[-4,-1],[-14,-4],[-2,-1],[0,-5],[0,-3],[-10,-6],[-6,-3],[-2,-2],[-6,-4],[-1,-1],[-8,-7],[-1,0],[-1,-1],[-10,-5],[-5,-3],[-1,0],[-17,-14],[-3,-3],[-25,2],[-2,0],[-1,0],[-22,-2],[-5,-4],[-12,-11],[-1,-1],[-3,-1],[-2,-1],[0,-2],[1,-4],[0,-1],[2,-2],[2,-4],[0,-2],[-2,-3],[-24,-27],[-31,-22],[-19,-15],[-4,-3],[-42,-33],[-31,-26],[-4,-3],[-12,-10],[-10,-5],[-2,-1],[-25,-16],[-21,-18],[-11,-6],[-9,-2],[-12,-4],[-2,-1],[-3,-2],[0,-1],[2,-6],[4,-11],[-1,-2],[-8,-7],[-22,-1],[-25,-21],[-17,-13],[-8,-5],[-14,-1],[2,-9],[-32,-23],[-7,-3],[-3,-2]],[[7418,4042],[92,98],[-11,12],[28,6],[4,4],[28,-5],[280,-39],[73,6],[208,7],[59,3],[186,18],[111,7],[32,-123],[43,-42],[79,43],[75,6],[3,1]],[[6227,4308],[-71,18],[-4,59],[-6,-2],[-2,2],[9,4],[-8,133],[-49,1],[-6,6],[-11,4],[1,34],[-4,3],[-79,3],[-10,-3],[-6,3],[-13,1],[-20,10],[-3,-2],[-7,3],[2,3],[-30,15],[-9,1],[4,9],[-3,3],[14,9],[-18,8],[1,1],[15,-5],[-8,9],[10,-1],[4,3],[-6,3],[5,5],[-11,1],[-5,-3],[-10,6],[-21,23],[-19,8],[-2,3],[3,1],[-5,4],[-9,0],[-2,-2],[-74,34],[27,16],[-8,9],[27,2],[-4,9],[6,-3],[8,1],[80,47],[68,-7],[-12,16],[19,5],[4,-2],[-2,-3],[18,-5],[3,4],[-5,2],[-3,13],[24,22],[7,-2],[33,14],[-4,3],[7,3],[-4,7],[-15,7],[15,7],[7,-6],[9,0],[10,4],[4,-4],[-19,-6],[23,-13],[7,3],[-12,5],[17,6],[-3,3],[21,5],[7,-7],[11,6],[69,11],[15,26],[22,-4],[1,3],[-8,3],[5,6],[12,-2],[3,4],[-2,4],[-9,1],[3,4],[-3,9],[8,1],[9,6],[-17,6],[15,24],[191,72],[30,-4],[12,-5],[8,-1],[3,3],[112,-15],[17,18],[-4,0],[-7,11],[20,4],[6,0],[7,8],[-26,32],[28,32],[-4,11],[-19,6],[14,3],[-6,13],[-37,24],[-14,3],[-4,9],[-44,28],[54,60],[98,-3],[96,6],[27,10],[-2,2],[9,2],[1,-2],[40,14],[28,-5],[11,1],[20,-5],[31,-5],[11,10],[4,0],[-8,-11],[53,-7],[1,-2],[31,-4],[38,83],[5,24],[30,10],[39,21],[185,20],[3,-4],[15,4],[-2,2],[158,14],[2,-6],[8,-3],[7,0],[-9,5],[-2,4],[80,7],[3,4],[11,-2],[5,6],[-8,7],[6,8],[-6,3],[20,39],[22,17],[-8,17],[124,27],[-21,2],[0,3],[14,0],[-1,4],[9,1],[5,-8],[117,25],[71,-9],[57,9],[23,0],[1,3],[-19,0],[22,11],[23,-3],[1,2],[-11,3],[-10,0],[26,14],[4,-6],[6,7],[-3,2],[20,11],[-5,23],[86,2],[147,-31],[21,9],[-5,3],[18,5],[85,-8],[33,0],[14,-3],[34,3]],[[8534,5680],[-5,-14],[-12,-9],[-1,-9],[-1,-19],[-3,-40],[3,-25],[12,-25],[-41,-28],[-3,-2],[-36,-25],[-29,-12],[-4,-10],[-2,-5],[25,-27],[27,0],[27,0],[35,-5],[15,3],[14,-2],[6,-1],[23,-3],[4,-1],[28,-6],[2,0],[21,-8],[6,-12],[0,-1],[-32,-25],[-3,-2],[-13,-10],[-4,-3],[-7,-6],[19,-11],[5,-4],[2,-1],[36,-21],[-1,0],[-19,-1],[-33,-11],[-5,0],[-74,-1],[-13,-5],[-4,-1],[-7,-3],[-3,-1],[-7,-2],[-23,-8],[-8,-2],[-19,-6],[-10,-45],[-12,-17],[16,-33],[-7,-31],[3,-9],[5,-10],[9,-18],[10,-20],[29,-16],[15,-11],[-10,-18],[12,-7],[2,-2],[28,-18],[80,0],[23,0],[8,2],[15,2],[19,0],[2,0],[58,1],[9,-3],[28,1],[22,-11],[5,-3],[8,-4],[4,-8],[-10,-4],[-30,-19],[10,-26],[3,-3],[3,-3],[14,-13],[17,-15],[3,-3],[13,-11],[6,-6],[5,-5],[2,-1],[-5,-14],[-9,-8],[-20,-4],[-31,-6],[-36,-18],[-16,-8],[6,-10],[-6,-29],[-2,-11],[22,-28],[12,-4],[-4,-16],[14,-9],[3,-2],[6,-13],[3,-5],[1,-1],[-7,-9],[6,-7],[-5,-15],[-3,-10],[-2,-5],[52,-35],[22,-7],[55,-6],[6,-2],[44,-14],[1,0],[12,-4],[14,-10],[52,-19],[-4,-14],[-1,-3],[22,-11],[65,-6],[10,-1],[22,-38],[-28,-13],[-7,-3],[29,-34],[9,-11],[2,-2],[28,-20],[2,-1],[0,-29],[-6,-13],[-15,-36],[0,-1],[-29,-29],[-19,-18],[-16,-14],[-1,-1],[-74,-47],[-26,-21],[-49,-83],[-63,-14],[-4,-1],[-3,0],[-18,-4],[-133,-39],[-9,-3]],[[2955,4441],[146,39],[2,14],[17,108],[2,9],[4,11],[5,12],[6,11],[7,10],[12,14],[14,13],[16,12],[19,13],[20,11],[19,9],[17,7],[12,5],[24,8],[385,116],[119,35],[24,60],[62,118],[76,144],[36,68],[25,88],[18,65],[14,47]],[[4056,5488],[354,75],[425,221],[27,26],[20,11],[-7,3],[8,5],[6,-3],[27,15],[62,16],[42,39],[51,15],[293,-2],[295,77],[-1,-91],[168,-12],[233,-3],[11,-9],[2,9],[119,-8],[125,26],[2,-15],[31,1],[-1,8],[-12,-1],[-1,11],[25,5],[10,-6],[19,-2],[23,11],[-10,5],[17,4],[37,27],[6,-4],[12,3],[-13,5],[51,38],[0,5],[5,-1],[10,7],[-6,0],[-1,4],[9,2],[4,-2],[63,47],[12,0],[0,3],[-8,0],[56,42],[6,-4],[27,-6],[27,5],[12,-2],[24,-9],[8,3],[25,2],[0,9],[23,17],[10,0],[1,-2],[6,0],[3,4],[27,3],[32,-56],[58,-56],[14,-3],[-1,-2],[-13,2],[-5,-10],[110,-4],[3,3],[5,0],[0,-3],[188,-7],[14,-7],[49,-7],[195,42],[37,1],[-3,41],[-41,27],[-20,26],[-49,13],[-3,7],[4,4],[16,-3],[0,9],[-2,17],[-16,2],[2,4],[34,2],[6,4],[10,-1],[-19,-9],[0,-11],[57,3],[0,13],[49,0],[0,5],[43,-9],[0,-11],[43,-1],[14,12],[24,3],[38,-1],[1,21],[-10,2],[-2,11],[25,5],[-16,8],[-21,-8],[-3,3],[8,2],[-5,4],[-12,1],[-7,4],[2,4],[-58,8],[17,14],[-15,5],[-18,35],[66,-1],[23,8],[1,23],[41,23],[-27,20],[13,9],[-12,5],[3,3],[13,1],[7,5],[-6,2],[4,5],[-17,8],[7,8],[-31,6],[-6,-2],[-12,3],[-21,-14],[-14,4],[-4,14],[-26,-2],[-11,3],[-44,61],[6,0],[1,7],[5,3],[0,5],[-5,3],[2,29],[20,0],[8,17],[12,0],[-10,11],[10,-3],[14,4],[38,0],[25,68],[450,-73],[0,23],[252,0]],[[8389,6559],[10,-15],[2,-2],[1,-1],[1,-2],[3,-4],[6,-8],[15,-20],[2,-1],[6,-9],[14,-24],[11,-20],[11,-15],[15,-22],[2,-2],[4,-2],[4,-1],[0,-1],[-2,-1],[-3,-1],[-3,0],[-2,-1],[1,-1],[1,-1],[1,-1],[2,-1],[2,0],[2,1],[3,1],[24,-19],[9,-7],[20,-16],[3,-2],[31,-23],[9,-7],[13,-10],[5,-4],[7,-4],[50,-41],[0,-1],[2,-3],[1,-3],[2,-3],[5,-10],[4,-8],[2,-4],[7,-14],[4,-8],[2,-3],[9,-19],[2,-5],[3,-6],[5,-9],[3,-2],[1,-3],[3,-17],[1,-5],[3,-16],[3,-2],[3,-1],[3,-2],[8,-4],[4,-3],[1,-3],[0,-4],[11,-20],[2,-2],[3,-5],[4,-7],[1,-2],[3,-3],[4,-7],[4,-8],[3,-6],[9,-24],[6,-18],[6,-25],[1,-1],[3,-12],[0,-1],[1,-2],[3,-11],[0,-2],[12,-38],[0,-4],[1,-3],[1,-4],[4,-17],[2,-7],[3,-15],[4,-29],[-68,15],[-11,3],[-1,0],[-2,1],[-15,7],[-1,0],[-12,-3],[-6,-1],[-1,-1],[-17,-4],[-14,-3],[-175,-41],[-3,-1],[-7,-2],[18,-18],[2,-2],[5,-6],[46,-22],[4,-2],[12,-6],[10,-6],[16,-10],[-7,-4],[-45,-28],[-35,-27]],[[4056,5488],[-4,42],[-14,167],[0,1],[2,1],[1,12],[19,78],[1,6],[13,38],[-10,33],[0,1],[1,6],[5,21],[-33,44],[-3,6],[0,6],[3,5],[2,6],[8,6],[9,12],[0,1],[-3,11],[-2,4],[-3,8],[-5,4],[-9,4],[-2,2],[0,6],[1,1],[4,3],[3,1],[4,0],[3,-1],[7,0],[-4,6],[-1,1],[-1,1],[-3,2],[0,1],[-2,3],[-1,0],[0,1],[-1,4],[-2,5],[-1,0],[-1,1],[-1,1],[-1,1],[-4,2],[-3,1],[-1,1],[-1,0],[-2,3],[0,1],[0,2],[-3,7],[1,6],[3,5],[1,5],[1,0],[-1,1],[-1,1],[-4,2],[-1,1],[-1,0],[-2,0],[-2,-1],[-1,0],[-2,-1],[-2,0],[-3,1],[-2,0],[-2,1],[-2,1],[-4,4],[-1,1],[-2,3],[-2,3],[-1,0],[-1,1],[-8,4],[-9,5],[-7,7],[0,1],[-2,5],[5,3],[4,4],[-1,8],[0,4],[-1,3],[0,3],[0,1],[-1,3],[-1,1],[-1,1],[-6,7],[-2,1],[-3,3],[-10,6],[-7,6],[-8,6],[-3,3],[-1,1],[-3,3],[-5,6],[0,1],[0,2],[-1,1],[-1,1],[-2,3],[-4,3],[-1,1],[-1,1],[-4,1],[-1,1],[-2,1],[-4,4],[-10,4],[-3,2],[-1,1],[-1,1],[-1,1],[-2,2],[0,1],[0,1],[1,2],[0,1],[0,1],[-1,4],[0,1],[0,1],[2,5],[4,4],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,7],[1,1],[0,1],[0,1],[-6,5],[-5,3],[-1,1],[-2,1],[-4,2],[-1,3],[1,4],[3,2],[2,1],[1,0],[1,1],[0,1],[1,3],[0,1],[-2,4],[-4,4],[0,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,0],[-5,1],[-6,1],[-5,2],[-10,0],[-6,-1],[-5,0],[-4,2],[-2,2],[-1,1],[-4,0],[-6,0],[-4,0],[-2,0],[-1,0],[-1,0],[-2,0],[-2,0],[-5,1],[-5,2],[-7,4],[-12,4],[-8,3],[-3,1],[-12,3],[-7,1],[-3,1],[-5,0],[-1,1],[-3,0],[-1,0],[-1,0],[-3,0],[-2,0],[-2,1],[-2,0],[-2,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[1,0],[1,1],[1,1],[2,1],[1,0],[0,1],[0,1],[-1,1],[-2,2],[-3,4],[-1,1],[-1,0],[-2,1],[-2,0],[-1,1],[-4,0],[-1,0],[-1,1],[-3,0],[-1,2],[-2,1],[-1,1],[-6,6],[0,1],[0,2],[0,1],[0,1],[1,1],[2,3],[3,3],[0,1],[0,1],[-1,1],[-7,5],[-1,1],[-2,1],[-1,1],[-3,0],[-3,1],[-2,1],[-1,0],[-6,4],[0,1],[0,1],[3,5],[1,4],[-1,4],[-4,6],[-3,5],[-5,5],[-5,5],[-1,1],[-1,1],[-1,1],[0,1],[0,1],[0,2],[2,2],[1,1],[1,1],[2,2],[1,2],[1,2],[1,2],[0,3],[1,5],[0,6],[0,6],[-1,6],[-1,4],[6,8],[3,2],[3,4],[2,2],[2,3],[1,1],[1,2],[3,2],[1,1],[2,2],[2,5],[0,2],[0,1],[0,1],[0,1],[-1,1],[0,1],[-2,1],[-1,1],[-1,1],[-1,0],[-2,0],[-3,1],[-3,1],[-1,1],[-2,0],[0,1],[-1,2],[-2,3],[-3,6],[-1,1],[-2,3],[-2,3],[-2,1],[-1,2],[-3,1],[-2,2],[0,1],[-1,1],[0,4],[0,1],[1,4],[0,1],[1,1],[2,1],[0,1],[1,2],[0,3],[1,3],[0,6],[1,1],[0,1],[3,2],[1,1],[1,0],[2,1],[4,1],[11,6],[3,2],[2,1],[3,1],[1,1],[2,0],[1,1],[2,0],[1,0],[2,0],[2,0],[2,0],[2,-1],[1,0],[1,0],[2,0],[1,1],[4,1],[0,1],[1,0],[0,1],[0,1],[-1,2],[-1,1],[0,1],[-2,2],[0,2],[0,1],[-1,3],[1,1],[1,1],[8,5],[0,3],[1,3],[0,1],[1,0],[0,1],[1,1],[2,0],[1,0],[1,-1],[1,0],[1,-2],[0,-1],[1,-1],[2,0],[2,0],[4,1],[2,0],[1,0],[1,1],[2,1],[1,0],[2,2],[1,1],[1,1],[8,2],[10,2],[5,1],[2,0],[1,1],[1,0],[0,2],[1,1],[0,2],[-2,1],[-4,4],[-4,4],[0,1],[0,2],[1,1],[2,1],[1,0],[6,1],[6,3],[6,3],[8,2],[6,3],[11,4],[3,0],[2,1],[2,0],[2,0],[0,1],[1,0],[1,0],[0,1],[2,3],[1,5],[1,1],[0,1],[1,0],[3,2],[2,1],[1,1],[1,2],[2,2],[1,3],[1,2],[0,3],[-1,5],[0,8],[3,7],[1,0],[1,2],[1,2],[1,1],[0,1],[0,2],[0,1],[-1,1],[-6,5],[-4,8],[-1,7],[0,1],[1,0],[-2,6],[-2,2],[0,1],[-1,4],[0,1],[0,1],[4,4],[2,5],[-1,1],[1,1],[0,2],[1,0],[1,2],[2,1],[2,0],[3,3],[3,3],[0,6],[0,5],[2,6],[4,4],[1,4],[0,1],[3,7],[5,5],[1,1],[0,1],[0,1],[-1,0],[-5,6],[-4,4],[-2,2],[-2,3],[-1,2],[0,3],[0,2],[-1,2],[0,1],[-1,1],[-1,0],[0,1],[-2,0],[-1,1],[-2,4],[0,5],[1,1],[0,1],[1,1],[6,3],[3,1],[1,0],[2,1],[1,0],[1,0],[2,0],[1,0],[2,0],[2,-1],[2,1],[1,0],[2,0],[1,0],[1,1],[0,1],[0,2],[-1,3],[0,1],[-1,2],[-1,3],[-3,4],[0,1],[0,1],[-1,1],[0,1],[1,1],[1,1],[1,0],[2,1],[1,0],[3,0],[1,0],[3,-1],[3,0],[2,-1],[2,-1],[10,-6],[5,-3],[2,0],[1,-1],[1,0],[2,0],[6,0],[3,0],[2,0],[1,1],[1,0],[3,1],[2,1],[1,1],[1,1],[0,1],[-1,1],[-1,1],[-3,4],[3,3],[4,3],[1,0],[0,1],[1,4],[-1,4],[0,1],[1,1],[1,1],[2,2],[2,2],[0,1],[0,1],[0,1],[-1,1],[-5,7],[-4,4],[-2,1],[-1,1],[-1,0],[-3,2],[-1,1],[-1,1],[0,3],[-1,1],[0,2],[0,1],[0,1],[-1,1],[-5,4],[-2,2],[-6,7],[0,2],[-1,1],[-7,6],[-2,5],[-3,4],[-1,1],[-1,0],[-1,1],[-1,0],[-2,0],[-4,0],[-4,1],[-1,0],[-1,0],[0,1],[-2,1],[-1,1],[0,1],[-1,2],[0,1],[-1,0],[-1,1],[-3,3],[-8,5],[-9,5],[-8,5],[-1,0],[-4,2],[-1,1],[-1,1],[-1,2],[0,2],[0,5],[0,1],[0,1],[1,1],[1,1],[1,2],[-2,3],[-2,3],[-1,1],[0,1],[-1,2],[0,1],[1,1],[1,1],[0,1],[0,4],[-1,1],[-1,0],[-8,4],[-2,1],[-2,0],[-1,0],[-7,1],[-7,2],[-3,7],[-4,5],[-8,5],[-3,3],[-2,3],[0,1],[-2,1],[-5,4],[-4,2],[-1,0],[-1,1],[-2,0],[-4,1],[-3,1],[-1,0],[-3,2],[-6,3],[-3,2],[0,1],[-2,2],[-5,3],[-1,1],[-2,1],[-4,1],[-1,1],[-1,1],[-1,1],[-4,5],[-3,3],[-1,3],[-2,2],[-7,4],[-7,7],[-4,5],[-2,1],[-1,1],[-3,2],[-4,2],[-2,0],[-1,1],[-3,1],[-1,1],[-1,1],[-3,3],[-4,3],[-3,7],[-1,6],[1,4],[-1,2],[-2,2],[-1,3],[-2,4],[-2,3],[-4,4],[-7,3],[-5,3],[-5,3],[0,1],[-4,3],[-1,1],[-1,3],[-10,8],[-8,5],[-4,3],[-5,5],[-2,3],[-9,7],[-2,2],[-2,1],[-3,1],[-3,2],[-4,3],[-2,1],[0,1],[-3,3],[0,1],[5,8],[1,1],[7,4],[1,0],[2,1],[7,1],[2,1],[2,0],[1,1],[1,1],[1,0],[0,1],[0,1],[-2,2],[-1,2],[0,1],[4,5],[1,0],[1,1],[0,3],[-1,2],[-10,4],[-1,2],[-1,1],[-3,2],[-1,1],[-1,0],[-1,1],[-2,1],[-1,0],[-2,0],[-1,1],[-3,0],[-1,0],[0,7],[4,3],[0,1],[1,2],[0,1],[-6,4],[-2,4],[-1,0],[0,1],[1,0],[2,1],[2,0],[5,0],[1,0],[3,2],[1,1],[-3,3],[-4,3],[0,1],[0,1],[1,1],[9,5],[1,1],[2,0],[5,2],[16,2],[10,-1],[2,0],[2,0],[4,0],[5,1],[2,1],[1,0],[2,1],[3,1],[1,1],[1,0],[1,0],[6,2],[1,0],[2,0],[3,0],[11,2],[1,1],[3,0],[8,1],[6,0],[10,-1],[4,0],[3,0],[2,0],[2,1],[6,7],[3,3],[1,1],[0,1],[1,4],[2,2],[4,8],[4,7],[2,4],[5,6],[5,3],[2,1],[3,1],[1,0],[1,2],[1,1],[0,1],[0,1],[-4,2],[-7,5],[-5,1],[-6,0],[-4,2],[-3,3],[0,5],[-4,5],[-3,3],[0,1],[0,1],[1,5],[1,1],[2,1],[0,1],[0,1],[-6,2],[-3,2],[-1,0],[-3,1],[-1,0],[0,1],[0,1],[1,4],[1,1],[1,0],[0,1],[10,4],[5,4],[3,1],[4,3],[3,5],[-1,3],[0,3],[0,1],[0,1],[1,1],[3,2],[3,2],[1,1],[2,0],[1,1],[0,1],[-1,1],[-2,3],[-1,1],[-1,1],[-4,1],[-3,1],[-4,0],[-4,1],[-3,1],[-8,3],[-3,1],[-4,1],[-6,1],[-1,1],[-6,0],[-2,-1],[-1,0],[-2,0],[-1,-1],[-3,-1],[-3,0],[-3,-1],[-1,0],[-1,0],[-4,0],[-4,1],[-3,1],[-15,3],[-1,0],[-1,0],[-3,0],[-8,2],[-1,0],[-1,0],[-3,1],[-3,1],[-2,0],[-9,1],[-10,1],[-1,-1],[-3,1],[-6,0],[-3,1],[-4,1],[-2,1],[-9,3],[-9,1],[-4,0],[-5,-1],[-2,0],[-2,0],[-1,-1],[-1,0],[-7,-4],[-4,-5],[-1,-1],[0,-1],[-4,-1],[-1,0],[-3,0],[-6,0],[-1,0],[-3,1],[-4,1],[-1,1],[-2,1],[-4,1],[-4,1],[-2,0],[-4,0],[-1,0],[-5,2],[-2,0],[-1,1],[-9,3],[-7,3],[-13,3],[-2,1],[-2,0],[-1,0],[-1,1],[-2,1],[-1,1],[-1,1],[-1,4],[-4,5],[-2,2],[-1,0],[-1,1],[-1,2],[1,1],[1,2],[1,1],[1,2],[2,2],[3,6],[2,1],[1,0],[7,1],[2,0],[1,1],[2,0],[3,1],[5,3],[1,1],[1,1],[-1,2],[-1,1],[1,3],[1,1],[2,1],[11,5],[10,3],[9,4],[6,6],[0,1],[1,1],[-1,1],[-5,4],[-6,2],[-1,1],[-2,1],[-1,0],[-4,6],[-3,4],[-1,1],[1,0],[0,1],[1,0],[1,1],[3,1],[3,1],[1,0],[1,0],[1,0],[12,1],[8,-2],[1,0],[1,-1],[3,0],[1,0],[2,0],[1,0],[2,0],[1,1],[2,0],[7,5],[5,5],[7,3],[1,0],[1,0],[1,1],[4,3],[0,1],[0,1],[-1,6],[-1,5],[-2,4],[-1,3],[5,7],[2,2],[3,2],[-1,4],[-2,3],[-5,7],[-1,1],[-4,4],[-4,3],[-3,2],[-5,3],[-5,3],[-2,1],[-3,4],[-7,6],[-5,5],[-1,1],[0,1],[1,2],[1,2],[1,0],[2,4],[1,5],[0,1],[-1,1],[-1,2],[-1,1],[-2,7],[-8,6],[-1,2],[-1,2],[1,1],[1,1],[1,0],[0,2],[0,3],[0,1],[-1,1],[-2,1],[-1,0],[0,1],[-1,1],[1,5],[0,2],[0,1],[2,1],[2,1],[1,0],[2,2],[0,1],[-2,2],[-3,2],[-4,2],[0,1],[-1,1],[0,1],[1,0],[0,1],[2,1],[4,2],[1,1],[1,1],[1,2],[2,2],[1,3],[1,1],[-1,8],[-2,4],[-1,2],[-3,2],[0,1],[0,1],[0,1],[0,2],[1,1],[1,1],[3,1],[1,1],[1,0],[0,1],[0,1],[1,6],[0,1],[0,1],[0,1],[-3,2],[-1,0],[-1,1],[-3,1],[-1,1],[-2,2],[-1,2],[-1,3],[-2,7],[1,8],[2,1],[2,3],[1,1],[0,2],[-1,4],[-1,3],[-2,4],[0,1],[0,1],[2,1],[1,0],[2,0],[1,1],[1,0],[1,0],[0,1],[2,2],[0,1],[0,3],[1,4],[1,4],[1,2],[1,1],[3,2],[6,7],[1,5],[8,5],[3,1],[1,1],[1,0],[6,1],[13,5],[14,1],[5,-1],[3,0],[3,0],[1,0],[4,1],[3,3],[0,1],[1,0],[1,2],[1,1],[2,1],[14,4],[11,3],[8,3],[4,2],[2,1],[0,1],[1,3],[1,1],[0,5],[4,5],[2,3],[1,1],[1,1],[1,0],[3,2],[2,2],[-1,2],[-5,4],[-4,5],[1,2],[0,2],[0,1],[-1,1],[0,1],[-1,0],[-2,1],[-2,1],[-3,1],[-2,1],[-2,0],[-1,1],[-6,1],[-6,1],[-3,1],[-3,0],[-4,1],[-3,1],[-3,0],[-1,0],[-4,1],[-1,0],[-1,0],[-2,-1],[-3,0],[-1,0],[-1,-1],[-2,0],[-2,1],[-2,0],[-1,0],[-2,2],[-5,2],[-5,4],[-6,3],[-1,1],[-8,6],[-1,1],[0,1],[-3,3],[0,1],[0,1],[2,3],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[-3,1],[-1,0],[-5,1],[-10,2],[-3,1],[-1,0],[-3,1],[-7,2],[-8,1],[-2,1],[-1,0],[-8,3],[-1,0],[-1,1],[-1,1],[-1,4],[-1,3],[-3,3],[-8,3],[-4,1],[-3,1],[-1,0],[-12,1],[-13,3],[-5,1],[-1,0],[-1,0],[-1,1],[-5,3],[-2,0],[-2,2],[-1,0],[0,1],[-5,7],[-6,7],[-3,7],[-5,6],[0,1],[-1,5],[-5,4],[-1,1],[-2,2],[-5,3],[-3,2],[-3,4],[0,5],[-1,1],[0,1],[-1,1],[-1,2],[-3,7],[-1,3],[-2,3],[-2,6],[-6,7],[-5,6],[-6,2],[-12,5],[-2,1],[-2,1],[-1,0],[-1,0],[-13,0],[-4,-3],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,0],[-3,0],[-3,0],[-10,-1],[-7,-1],[-8,-3],[-12,-5],[-13,-3],[-3,-1],[-1,0],[-2,-1],[-1,0],[-2,0],[-2,1],[-1,1],[-5,2],[-2,2],[-3,5],[-2,4],[-4,4],[0,1],[-1,1],[0,1],[1,3],[3,6],[1,5],[-2,3],[-1,2],[-1,5],[5,6],[2,2],[0,1],[1,1],[4,1],[3,1],[1,0],[1,1],[0,2],[-1,1],[-1,1],[-1,0],[-2,1],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[-2,0],[0,1],[-1,0],[0,1],[0,2],[0,3],[2,6],[0,6],[2,2],[2,4],[1,2],[1,1],[0,3],[-1,1],[-2,2],[-1,1],[-1,1],[0,2],[-1,3],[-1,1],[-1,1],[-2,1],[-1,0],[-2,0],[-1,0],[-6,0],[-7,2],[-2,0],[-3,1],[-1,1],[-3,1],[-2,2],[-2,1],[-11,5],[-1,0],[-4,2],[-1,0],[-3,2],[-1,1],[-1,3],[-1,3],[-1,1],[-3,2],[-2,1],[-1,4],[-1,2],[1,2],[0,2],[1,1],[3,3],[0,1],[1,1],[-1,3],[-3,3],[-3,2],[-1,1],[-3,2],[-1,1],[-1,0],[-2,0],[-7,-1],[-4,0],[-9,2],[-9,3],[-3,1],[-3,1],[-3,1],[-11,4],[-8,3],[-3,2],[-1,3],[-1,2],[0,1],[-1,0],[-1,1],[-1,0],[-2,0],[-11,0],[-9,1],[-9,-1],[-2,0],[-10,1],[-1,0],[-2,1],[-1,1],[-1,1],[-1,1],[-8,7],[-12,5],[-13,4],[-6,3],[-2,1],[-1,1],[-1,0],[-1,0],[-2,0],[-1,1],[-1,0],[-1,0],[-3,0],[-2,1],[-5,3],[-1,1],[0,1],[0,2],[1,3],[3,3],[4,3],[1,1],[0,1],[0,1],[-2,1],[-8,2],[-3,1],[-1,0],[-3,1],[-15,3],[-5,1],[-6,1],[-7,-2],[-8,-4],[-2,0],[-2,-1],[-1,0],[-1,-1],[-2,0],[-3,0],[-1,0],[-17,0],[-1,0],[-1,0],[-2,1],[-1,1],[-2,2],[-1,0],[0,1],[0,3],[0,1],[-2,0],[-5,2],[-3,0],[-1,1],[-7,0],[-2,1],[-2,0],[-4,0],[-4,1],[-2,0],[-1,1],[0,1],[3,2],[1,0],[1,0],[0,1],[0,1],[-1,0],[-1,1],[-9,4],[-1,1],[-1,0],[-10,1],[-6,1],[-1,0],[-7,2],[-1,1],[-3,2],[-1,1],[0,2],[1,3],[2,4],[0,1],[0,1],[-1,1],[-2,1],[-1,0],[-1,0],[-1,0],[-2,0],[-7,0],[-1,0],[-2,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-1],[0,-1],[-1,0],[-1,-1],[-9,-1],[-6,-1],[-11,-1],[-1,-1],[-1,0],[-3,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,2],[-3,3],[-3,2],[-1,2],[-1,1],[-1,1],[-2,0],[-2,1],[-3,0],[-2,0],[-2,0],[-12,2],[-6,2],[-9,2],[-2,1],[-2,0],[-9,1],[-5,0],[-5,0],[-4,0],[-2,-1],[-1,0],[-4,1],[-4,2],[-7,4],[-8,6],[-3,2],[-7,5],[-15,3],[-1,0],[-2,0],[-3,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,-1],[-2,-1],[-2,-1],[-5,-4],[-4,-2],[-4,-2],[-10,-5],[-4,-2],[-3,-1],[-1,0],[-1,-1],[-7,0],[-1,0],[-1,1],[-1,1],[0,1],[2,7],[0,5],[1,6],[0,6],[5,7],[1,1],[-1,0],[-2,1],[-2,0],[-3,0],[-5,-1],[-1,0],[-1,0],[-1,-1],[-2,0],[-2,1],[-3,0],[-8,1],[-11,1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-11,1],[-8,2],[-10,0],[-8,-4],[-5,-2],[-7,0],[-6,1],[-5,2],[-7,2],[-7,-1],[-8,-1],[-1,-1],[-4,-1],[-3,-1],[-4,-2],[-5,-1],[-6,-2],[-15,1],[-2,0],[-2,1],[-2,3],[-1,4],[-5,1],[-6,1],[-16,0],[-3,1],[-1,0],[-4,0],[-7,-2],[-4,0],[-5,-1],[-11,0],[-1,0],[-1,0],[-2,1],[-5,4],[-3,2],[-4,3],[-5,4],[-5,4],[-2,4],[-1,2],[0,4],[0,1],[-3,3],[-3,4],[-4,3],[-1,1],[1,0],[3,4],[5,4],[1,1],[-1,1],[-1,1],[-2,1],[-2,0],[-1,0],[-7,0],[-5,2],[0,1],[-7,7],[-13,8],[-9,2],[-7,3],[-2,1],[-1,1],[-1,1],[-8,6],[-8,3],[-6,2],[-1,1],[-5,4],[-4,3],[-1,0],[-3,2],[-1,0],[-2,0],[-7,1],[-6,-1],[-6,2],[-6,2],[-8,2],[-2,0],[-2,0],[-3,0],[-16,-1],[-1,0],[-5,-1],[-6,-2],[-6,-1],[-7,0],[-3,0],[-3,0],[-2,0],[-1,0],[-2,0],[-11,1],[-10,1],[-17,2],[-14,4],[-4,6],[0,2],[0,4],[-1,3],[-1,3],[1,0],[0,1],[1,0],[2,1],[2,1],[5,2],[-1,3],[-2,4],[-4,3],[-6,3],[-11,4],[-11,3],[-4,2],[-4,3],[-4,3],[-10,2],[-10,3],[-1,1],[-1,1],[-2,2],[0,1],[0,1],[-2,3],[-2,1],[-2,0],[-7,2],[-1,0],[-4,0],[-2,0],[-2,0],[-7,1],[-7,1],[-5,2],[-3,1],[0,1],[0,1],[-1,0],[-1,1],[-1,0],[-6,2],[-4,0],[-5,-1],[-8,-1],[-4,0],[-14,1],[-13,2],[-2,0],[-2,1],[-1,0],[-8,1],[-8,1],[-5,1],[-2,2],[-2,1],[-1,0],[-5,2],[-8,1],[-10,3],[-7,3],[-1,1],[0,1],[-1,0],[0,1],[1,0],[0,1],[-2,7],[3,6],[-4,7],[-2,6],[-4,7],[-1,0],[-1,1],[0,1],[1,4],[2,4],[0,4],[-4,5],[-1,2],[-10,5],[-7,3],[-11,1],[-5,1],[-12,-3],[-12,-4],[-1,0],[-3,-1],[-1,0],[-6,0],[-4,1],[-3,0],[-6,1],[-1,1],[-1,0],[-2,1],[-1,1],[-5,5],[-4,4],[-1,0],[-4,3],[-2,1],[-2,1],[-2,0],[-1,2],[-2,1],[-2,3],[-5,7],[-4,8],[0,1],[-4,3],[-8,4],[-5,4],[-5,1],[-6,1],[-11,3],[-11,4],[-5,3],[-3,2],[-5,3],[-4,1],[-10,4],[-10,6],[-6,3],[-3,2],[-2,2],[-3,2],[-9,3],[-8,2],[-4,1],[-4,0],[-2,1],[-4,1],[-8,2],[-1,1],[0,3],[-4,4],[-6,2],[-5,2],[-6,3],[-11,2],[-4,1],[-3,2],[-4,2],[-7,3],[-11,4],[-8,0],[0,-1],[-2,-2],[-6,-1],[-11,0],[-7,2],[-14,4],[-11,0],[-9,0],[-3,-2],[-4,-3],[-3,-1],[-6,0],[-5,0],[-4,1],[-3,1],[-2,0],[0,1],[0,1],[1,1],[2,0],[1,0],[1,0],[2,0],[4,0],[1,0],[1,1],[6,1],[1,1],[1,1],[-1,0],[-3,2],[-4,3],[-3,3],[-4,3],[-2,4],[-1,1],[-1,1],[-7,2],[-3,1],[-6,1],[-7,2],[-2,3],[-1,1],[-1,2],[0,1],[-1,1],[0,1],[1,2],[5,2],[8,3],[10,1],[8,0],[7,0],[6,7],[4,2],[3,3],[1,1],[1,2],[1,1],[0,2],[-2,6],[0,1],[-4,3],[-1,1],[-5,2],[-5,3],[-5,3],[-4,3],[-5,1],[-10,2],[-11,2],[-2,1],[-3,1],[-1,0],[-4,2],[-2,2],[-3,2],[-8,6],[-3,6],[-2,5],[-2,1],[-3,1],[-6,3],[-9,3],[-4,2],[-3,1],[-3,2],[-1,1],[-2,0],[-6,1],[-12,2],[-11,1],[-6,1],[-8,2],[-2,0],[-2,1],[-5,2],[-13,0],[-12,0],[-9,0],[-11,1],[-7,0],[-3,0],[-9,1],[-4,1],[-7,2],[-10,2],[-7,1],[-10,1],[-4,2],[-4,1],[-4,1],[-6,0],[-6,2],[-1,0],[0,1],[2,0],[2,0],[5,2],[5,3],[2,1],[15,6],[16,7],[27,11],[4,2],[3,1],[35,15],[19,8],[23,-7],[3,-1],[38,-11],[52,-15],[15,-5],[103,-29],[9,-2],[29,-9],[7,12],[2,2],[1,3],[4,6],[2,2],[2,4],[13,19],[10,16],[-15,6],[-28,11],[-7,16],[-4,5],[-3,3],[-13,13],[-27,29],[13,28],[23,12],[15,7],[15,8],[21,10],[33,10],[113,37],[130,-16],[26,-3],[3,0],[31,-4],[10,-1],[12,-1],[34,-4],[11,-1],[5,-1],[16,-2],[10,-7],[4,-3],[43,-32],[20,-16],[22,-15],[6,-3],[18,-13],[7,-5],[31,-20],[2,-2],[13,-8],[44,-27],[11,-7],[54,-33],[14,-10],[29,-20],[7,-6],[6,-4],[7,-5],[55,-39],[36,-26],[4,-11],[2,-5],[2,-6],[5,-13],[7,-5],[20,-15],[16,-11],[15,-11],[10,-7],[2,-1],[8,-6],[5,-4],[1,-1],[4,-2],[22,-16],[9,-7],[7,-27],[3,-11],[3,-9],[1,-5],[1,-5],[8,-29],[3,-13],[1,-5],[29,6],[5,1],[7,1],[9,2],[1,0],[10,2],[7,2],[13,3],[17,3],[31,6],[52,-16],[4,-1],[5,-1],[31,-7],[10,-3],[22,-5],[14,-3],[19,-5],[3,0],[26,-6],[11,-3],[15,-3],[123,1],[61,0],[4,0],[9,0],[20,-12],[3,-2],[3,-2],[4,-2],[14,-8],[23,-13],[10,-7],[4,-2],[15,-9],[7,2],[13,4],[4,1],[30,8],[24,7],[11,3],[34,9],[29,9],[5,1],[40,10],[8,2],[14,4],[24,2],[3,0],[6,0],[19,2],[32,2],[15,1],[4,0],[21,1],[44,3],[3,1],[15,1],[46,42],[35,64],[77,17],[90,-9],[10,-6],[3,-2],[34,-21],[7,-4],[2,-1],[4,-2],[13,-8],[14,1],[53,8],[-3,-23],[0,-1],[-2,-10],[45,-8],[16,-8],[10,-5],[8,-4],[41,-9],[104,-14],[22,-2],[3,-1],[3,0],[98,-15],[15,-2],[55,-17],[7,-2],[18,-5],[6,-2],[53,-17],[9,-9],[15,-18],[13,-15],[22,-27],[18,-4],[19,-3],[3,25],[8,22],[12,5],[10,3],[5,1],[8,2],[13,1],[2,0],[4,-3],[2,-2],[5,0],[5,1],[7,1],[6,1],[1,0],[-1,1],[-1,1],[0,2],[1,2],[4,1],[4,1],[9,1],[6,0],[5,1],[2,-2],[4,-2],[3,-1],[4,-1],[2,0],[7,4],[7,4],[1,0],[0,3],[1,2],[2,2],[7,1],[6,0],[4,1],[3,2],[2,3],[-1,4],[-3,5],[0,9],[-1,7],[-1,1],[-1,2],[-1,4],[0,5],[3,6],[0,2],[1,3],[-1,4],[2,6],[3,3],[7,6],[-3,5],[-1,1],[-1,3],[1,6],[1,4],[2,1],[-1,6],[-1,5],[-1,5],[2,3],[2,2],[5,4],[1,4],[2,6],[2,3],[1,2],[0,4],[4,6],[4,6],[4,3],[7,2],[6,4],[10,3],[11,3],[6,6],[11,4],[6,3],[3,1],[4,7],[2,5],[3,2],[5,3],[12,5],[12,4],[4,2],[3,2],[6,3],[9,1],[8,2],[7,2],[4,1],[1,0],[5,2],[14,4],[4,1],[10,4],[2,1],[17,4],[4,2],[-3,1],[-1,2],[1,1],[9,1],[3,0],[7,0],[8,2],[10,3],[10,2],[14,5],[5,0],[7,0],[2,-1],[2,-2],[3,-2],[3,-2],[8,-2],[7,-4],[7,-3],[4,-1],[8,0],[11,0],[9,-1],[14,-2],[5,0],[6,1],[2,1],[10,5],[6,1],[4,1],[-1,3],[7,6],[15,3],[1,3],[1,7],[5,6],[2,2],[9,8],[4,5],[7,5],[2,3],[-2,1],[2,4],[1,1],[9,6],[3,3],[2,2],[1,2],[1,4],[-1,3],[-1,3],[0,2],[6,4],[1,2],[2,3],[6,4],[12,5],[4,2],[7,2],[2,0],[10,9],[2,5],[-1,4],[-4,5],[-6,2],[-5,-1],[-5,3],[-4,7],[0,3],[3,7],[1,2],[2,2],[-4,5],[-8,7],[-7,6],[-4,5],[0,1],[4,4],[-2,6],[-1,0],[0,2],[2,6],[2,2],[1,2],[-1,2],[-2,1],[-3,1],[-3,1],[1,6],[5,3],[3,4],[0,4],[4,5],[2,2],[2,1],[1,3],[0,5],[-4,3],[-5,6],[-1,4],[-4,6],[-3,5],[-2,3],[-2,3],[-3,3],[-2,4],[-2,3],[-9,6],[-3,3],[0,2],[3,5],[8,4],[1,3],[0,3],[-1,7],[1,3],[-2,3],[-3,6],[4,6],[1,3],[-5,5],[0,4],[2,2],[5,1],[8,1],[7,4],[2,2],[0,1],[-3,4],[1,2],[3,2],[6,1],[2,2],[-2,2],[-2,3],[2,1],[5,2],[0,1],[-2,6],[-7,2],[0,1],[1,2],[4,1],[4,2],[1,3],[-1,0],[-5,2],[-2,3],[0,1],[3,7],[8,4],[3,2],[3,2],[1,5],[0,4],[2,3],[4,2],[4,3],[4,3],[0,2],[4,4],[1,1],[3,0],[7,1],[4,0],[10,2],[3,1],[-2,6],[-2,7],[-1,1],[1,1],[8,4],[4,1],[2,2],[0,5],[3,1],[3,2],[5,0],[1,1],[1,1],[-3,4],[-7,6],[-2,2],[-4,0],[-8,-1],[-3,-1],[-3,4],[0,1],[2,1],[7,1],[3,1],[-2,2],[-3,2],[-7,1],[-9,0],[-1,0],[-3,2],[1,2],[2,1],[3,1],[1,0],[4,0],[2,1],[1,3],[0,2],[-2,0],[-2,1],[1,2],[8,5],[1,4],[6,4],[3,5],[1,8],[3,5],[5,2],[15,4],[4,1],[0,7],[-12,5],[-2,1],[0,1],[0,2],[2,4],[8,7],[-1,5],[1,4],[9,5],[5,3],[-1,7],[-3,2],[-9,5],[-16,5],[-1,1],[0,1],[2,6],[2,1],[2,1],[8,0],[9,0],[5,1],[1,0],[6,2],[5,1],[6,2],[20,9],[6,2],[6,1],[7,6],[2,4],[0,5],[3,4],[4,4],[5,1],[3,1],[4,7],[4,4],[-1,1],[-2,2],[-2,2],[-4,1],[-5,4],[0,1],[3,1],[1,1],[-1,3],[-1,3],[1,3],[-2,3],[-4,5],[0,4],[-7,4],[-14,5],[-11,1],[-6,0],[-6,1],[-3,1],[-1,1],[-2,2],[-2,1],[1,2],[4,4],[13,5],[11,4],[3,1],[5,2],[5,2],[4,7],[10,7],[4,3],[7,5],[10,5],[9,5],[7,4],[6,0],[12,-2],[9,-1],[9,1],[2,0],[14,4],[15,2],[13,2],[12,4],[2,1],[9,4],[9,6],[1,3],[0,5],[2,2],[7,2],[5,0],[6,0],[5,1],[3,1],[1,1],[1,2],[0,2],[0,1],[-4,2],[9,8],[6,1],[9,1],[3,0],[2,2],[6,5],[3,6],[2,0],[9,0],[3,1],[1,2],[1,5],[-2,3],[-4,3],[0,5],[0,1],[1,0],[0,2],[3,1],[3,0],[9,1],[8,2],[10,5],[8,0],[3,1],[11,3],[6,3],[5,1],[6,1],[4,4],[7,4],[5,1],[7,2],[6,1],[8,3],[6,3],[4,5],[4,4],[4,4],[1,3],[6,4],[3,3],[2,7],[2,2],[-1,1],[-7,5],[-1,6],[4,1],[7,2],[10,4],[10,6],[7,3],[3,3],[0,10],[5,6],[2,1],[14,4],[5,1],[7,0],[18,0],[22,2],[5,1],[11,3],[23,4],[9,1],[9,2],[27,2],[9,1],[8,2],[2,0],[2,0],[2,-1],[2,-4],[12,-10],[1,0],[7,-2],[6,-1],[6,0],[5,1],[6,2],[11,2],[9,4],[16,3],[16,1],[11,-1],[14,2],[13,0],[4,-1],[1,-2],[0,-4],[-3,-7],[4,-5],[9,-4],[2,-1],[4,-1],[6,-1],[9,0],[17,3],[8,3],[10,0],[14,1],[9,-2],[13,-3],[14,-9],[2,-2],[5,-4],[6,-3],[9,-5],[5,0],[8,1],[1,1],[11,5],[13,0],[5,0],[7,-1],[5,1],[4,1],[7,3],[1,1],[9,7],[4,2],[3,0],[13,0],[5,1],[8,1],[13,3],[11,2],[6,2],[4,1],[2,0],[13,4],[5,1],[21,1],[9,1],[15,1],[8,3],[3,1],[0,2],[-1,2],[-2,3],[-4,2],[-2,0],[-3,5],[-10,3],[-2,2],[1,3],[10,5],[5,2],[10,3],[4,0],[5,0],[2,0],[3,-2],[9,0],[9,1],[9,2],[11,5],[3,1],[4,1],[4,2],[10,7],[4,4],[20,6],[9,1],[17,0],[10,2],[3,0],[6,0],[7,-1],[17,1],[5,0],[3,1],[1,0],[5,3],[1,3],[6,5],[2,4],[-3,3],[1,3],[3,3],[7,10],[5,1],[12,6],[1,0],[4,1],[14,3],[11,3],[6,1],[14,0],[8,0],[3,0],[12,2],[5,0],[2,0],[14,-1],[6,-1],[5,-1],[3,-2],[5,-2],[8,-3],[5,-1],[4,-1],[5,0],[19,4],[8,3],[6,3],[10,2],[14,1],[17,1],[5,1],[5,1],[18,3],[8,1],[26,1],[11,2],[17,3],[5,0],[3,0],[1,-2],[1,-3],[10,-24],[3,-7],[0,-1],[2,-13],[1,-8],[1,-2],[1,-14],[3,-1],[5,-4],[5,-3],[8,-5],[6,-4],[6,-4],[11,-6],[3,-2],[13,-8],[2,-2],[16,-9],[2,-1],[2,-1],[8,-5],[9,-6],[21,-13],[4,-2],[7,-5],[2,-1],[8,-5],[11,-3],[4,-1],[18,-4],[14,-4],[13,-3],[2,-1],[18,-4],[13,-4],[7,-1],[9,-3],[15,-4],[9,-2],[15,-4],[-1,-2],[-4,-12],[-7,-15],[21,-11],[7,-3],[6,-3],[9,-4],[16,-8],[24,-5],[12,-2],[4,-1],[49,-10],[29,-6],[6,-1],[10,-2],[6,-1],[46,-9],[4,-1],[38,-7],[38,-8],[28,-6],[4,-1],[6,-1],[7,-2],[10,-2],[5,-1],[46,-10],[12,-2],[19,-4],[1,0],[3,-1],[3,-1],[2,0],[12,-2],[16,-3],[24,-5],[9,-1],[4,-1],[7,-2],[19,-3],[2,0],[21,-4],[20,-4],[30,-6],[2,0],[6,-1],[3,-5],[1,-3],[3,-5],[3,-5],[2,-3],[2,-4],[2,-5],[1,-2],[2,-3],[1,-2],[2,-3],[1,-3],[2,-2],[4,-8],[27,-30],[0,-1],[26,-29],[15,-17],[8,-9],[3,-3],[4,-5],[1,-1],[9,-11],[18,-20],[1,-1],[12,-14],[9,-10],[-25,-20],[-18,-15],[-1,0],[-8,-7],[-4,-3],[-9,-8],[-8,-6],[-3,-2],[-2,-2],[-16,-13],[-23,-12],[-4,-2],[-22,-12],[-44,-23],[-25,-13],[-21,-11],[-6,-3],[-20,-11],[-24,-12],[-3,-2],[-39,-20],[-72,-38],[-7,-5],[0,-11],[0,-5],[0,-4],[-1,-23],[0,-5],[0,-1],[-9,-24],[0,-2],[-11,-30],[6,-5],[1,-1],[4,-3],[1,-1],[13,-11],[2,-2],[2,-1],[10,-9],[25,-9],[3,-2],[32,-12],[-80,-26],[-215,-71],[-52,-17],[-64,-14],[14,-9],[1,-1],[4,-3],[23,-15],[34,0],[25,0],[1,0],[95,1],[2,-1],[11,-1],[98,-15],[-10,-17],[-1,-1],[-10,-18],[-8,-12],[-8,-14],[-38,-66],[-18,-15],[-4,-3],[-4,-4],[-34,-27],[-10,-9],[-48,-40],[-19,-15],[-7,-6],[-2,-2],[-28,-23],[-1,-1],[-12,-10],[-31,-26],[31,-60],[5,-9],[7,-14],[17,-32],[1,-3],[6,-11],[1,-2],[7,-12],[21,-40],[1,-2],[21,-39],[7,-13],[4,-8],[7,-14],[3,-6],[3,-5],[2,-4],[6,-12],[13,-25],[1,-2],[5,-10],[3,-1],[47,-9],[51,-11],[16,-3],[24,-5],[19,-4],[50,-11],[2,0],[12,-3],[48,-10],[22,-4],[14,-3],[6,-2],[42,-9],[43,-9],[105,-22],[20,-4],[10,-2],[11,-3],[19,-17],[22,-22],[15,-14],[4,-3],[22,-21],[5,-5],[16,-16],[21,-20],[6,-6],[17,-16],[5,-5],[4,-3],[14,-14],[4,-4],[19,-18],[20,-20],[4,-3],[31,-31],[4,-3],[5,-6],[1,-1],[8,-7],[145,-62],[22,-9],[44,-19],[75,-31],[-13,-25],[-34,-71],[-12,-24],[-10,-21],[-1,-1],[-44,-24],[-12,-7],[-16,-10],[-26,-21],[-1,-1],[-10,-8],[-20,-17],[-5,-4],[-1,-1],[-14,-9],[-9,-6],[-14,-9],[1,-1],[1,-1],[0,-2],[-1,-1],[-5,-4],[-3,-1],[-7,-3],[-5,-2],[-3,-2],[-3,-1],[-2,-3],[-11,-4],[-5,-2],[-2,-1],[-7,-4],[1,-2],[-1,-3],[-2,-2],[-2,-2],[-1,-1],[-3,0],[-5,0],[-5,-1],[-3,0],[-2,-1],[-4,-6],[1,0],[2,-1],[8,-1],[6,-1],[2,0],[2,0],[2,-1],[0,-4],[-2,-1],[-7,-3],[-14,-4],[-6,-1],[-5,0],[-5,1],[-11,1],[-5,-5],[-3,-3],[0,-3],[2,-1],[3,-1],[-2,-2],[-3,-1],[-3,-1],[-2,0],[-3,0],[-17,-1],[-14,-1],[-4,-6],[-2,-3],[-1,-2],[0,-2],[0,-1],[-3,-3],[-4,-3],[-1,-2],[4,-2],[5,-3],[-51,-41],[-4,-2],[-10,-9],[-84,-63],[-5,-3],[-9,-7],[-39,-28],[-152,-114],[-26,-33],[-2,-7],[-3,-9],[-1,-2],[0,-15],[0,-1],[2,-7],[20,-61],[35,-36],[2,-2],[3,-3],[3,-4],[2,-2],[-2,-2],[-8,-5],[1,-4],[15,-4],[10,-5],[2,-1],[1,-1],[13,-4],[35,-28],[6,-5],[7,-6],[2,-1],[21,-17],[3,-3],[20,-16],[23,-18],[41,-32],[2,-1],[3,-4],[0,-3],[1,-3],[0,-3],[1,-2],[2,-2],[16,-13],[-2,-2],[-6,-2],[5,-5],[10,-1],[10,-3],[8,-1],[2,-1],[-1,-1],[-1,-1],[-3,-3],[-2,-2],[0,-1],[3,-2],[5,-2],[1,-1],[24,-19],[3,-3],[3,-2],[6,-5],[4,-3],[4,-5],[1,-1],[4,-5],[22,-26],[7,-8],[5,-7],[19,-27],[2,-3],[17,-23]]],"transform":{"scale":[0.0012504811481148105,0.0010639208420842067],"translate":[19.083167999999773,59.454143499999844]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/FR.json b/dist-amd/map/TopoJSON/FR.json new file mode 100644 index 0000000000..1563267487 --- /dev/null +++ b/dist-amd/map/TopoJSON/FR.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1]]},{"type":"Polygon","arcs":[[-2,2]]},{"type":"Polygon","arcs":[[3]]},{"type":"Polygon","arcs":[[4]]},{"type":"Polygon","arcs":[[5]]},{"type":"Polygon","arcs":[[6,7,8],[9]]},{"type":"Polygon","arcs":[[10,-8,11,12]]},{"type":"Polygon","arcs":[[13,14,15,-9,-11,16]]},{"type":"Polygon","arcs":[[17]]},{"type":"Polygon","arcs":[[18,19,20,21,22]]},{"type":"Polygon","arcs":[[23]]},{"type":"Polygon","arcs":[[-21,24,25,26]]},{"type":"Polygon","arcs":[[27,28,29,30]]},{"type":"Polygon","arcs":[[31,-15,32,33,34]]},{"type":"Polygon","arcs":[[35,-30,36,37],[-24],[-18]]},{"type":"Polygon","arcs":[[38,-17,-13,39,-28,40,41]]},{"type":"Polygon","arcs":[[42,43,-19,44,45]]},{"type":"Polygon","arcs":[[46,-22,-27,47,48,49]]},{"type":"Polygon","arcs":[[-33,-14,-39,50,51]]},{"type":"Polygon","arcs":[[52,-41,-31,-36,53,54]]},{"type":"Polygon","arcs":[[55]]},{"type":"Polygon","arcs":[[-48,-26,56,-35,57,58,59]]},{"type":"Polygon","arcs":[[60,-45,-23,-47,61,62]]},{"type":"Polygon","arcs":[[63,64,-51,-42,-53,65]]},{"type":"Polygon","arcs":[[66,-54,-38,67,68]]},{"type":"Polygon","arcs":[[69,-59,70,71,72]]},{"type":"Polygon","arcs":[[-71,-58,-34,-52,-65,73,74]]},{"type":"Polygon","arcs":[[75,-63,76,77,78]]},{"type":"Polygon","arcs":[[79,80,-66,-55,-67,81]]},{"type":"Polygon","arcs":[[82,-74,-64,-81,83,84]]},{"type":"Polygon","arcs":[[-77,-62,-50,85,86],[-56]]},{"type":"Polygon","arcs":[[87,-86,-49,-60,-70,88,89]]},{"type":"Polygon","arcs":[[90,-89,-73,91,92]]},{"type":"Polygon","arcs":[[-92,-72,-75,-83,93,94]]},{"type":"Polygon","arcs":[[95,-78,-87,-88,96,97,98]]},{"type":"Polygon","arcs":[[99,-79,-96,100,101]]},{"type":"Polygon","arcs":[[102,-94,-85,103,104,105]]},{"type":"Polygon","arcs":[[-104,-84,-80,106,107,108,109]]},{"type":"Polygon","arcs":[[110,-107,-82,-69,111]]},{"type":"Polygon","arcs":[[112,-98,113,114]]},{"type":"Polygon","arcs":[[115,-114,-97,-90,-91,116,117]]},{"type":"Polygon","arcs":[[-117,-93,-95,-103,118,119]]},{"type":"Polygon","arcs":[[120,121,-102,122,123]]},{"type":"Polygon","arcs":[[124,125,-109,126,127]]},{"type":"Polygon","arcs":[[128,129,-123,-101,-99,-113,130]]},{"type":"Polygon","arcs":[[131]]},{"type":"Polygon","arcs":[[132,133,-105,-110,-126,134]]},{"type":"Polygon","arcs":[[135,136,-119,-106,-134,137]]},{"type":"Polygon","arcs":[[138]]},{"type":"Polygon","arcs":[[139,-127,-108,-111,140,141]]},{"type":"Polygon","arcs":[[142,143,-118,-120,-137,144]]},{"type":"Polygon","arcs":[[145,146]]},{"type":"Polygon","arcs":[[147,-131,-115,-116,-144,148,-146,149,150]]},{"type":"Polygon","arcs":[[151,152,-129,-148,153,154]]},{"type":"Polygon","arcs":[[155]]},{"type":"Polygon","arcs":[[156,-128,-140,157,158]]},{"type":"Polygon","arcs":[[159,-138,-133,160,161,162]]},{"type":"Polygon","arcs":[[163,164,-152,165]]},{"type":"Polygon","arcs":[[166,-161,-135,-125,-157,167]]},{"type":"Polygon","arcs":[[168,-158,-142,169,170]]},{"type":"Polygon","arcs":[[171]]},{"type":"Polygon","arcs":[[172,-150,-147,-149,-143,173,174,175]]},{"type":"Polygon","arcs":[[176,177,-164,178,179]]},{"type":"Polygon","arcs":[[-174,-145,-136,-160,180,181]]},{"type":"Polygon","arcs":[[-179,-166,-155,182,183,184]]},{"type":"Polygon","arcs":[[-162,-167,185,186,187]]},{"type":"Polygon","arcs":[[188,-183,-154,-151,-173,189,190]]},{"type":"Polygon","arcs":[[191]]},{"type":"Polygon","arcs":[[192,-177,193,194]]},{"type":"Polygon","arcs":[[195,-186,-168,-159,-169,196,197,198]]},{"type":"Polygon","arcs":[[-197,-171,199,200,201]]},{"type":"Polygon","arcs":[[202]]},{"type":"Polygon","arcs":[[203,-181,-163,-188,204,205]]},{"type":"Polygon","arcs":[[206,-194,-180,-185,207,208,209]]},{"type":"Polygon","arcs":[[210,-190,-176,211,212]]},{"type":"Polygon","arcs":[[213,-212,-175,-182,-204,214,215]]},{"type":"Polygon","arcs":[[216,-208,-184,-189,217,218]]},{"type":"Polygon","arcs":[[-218,-191,-211,219,220]]},{"type":"Polygon","arcs":[[221,-205,-187,-196,222,223]]},{"type":"Polygon","arcs":[[224,-201,225,226,227]]},{"type":"Polygon","arcs":[[228,229,230,-216,231,232]]},{"type":"Polygon","arcs":[[233,-223,-199,234,235]]},{"type":"Polygon","arcs":[[236,-230,237,238,239]]},{"type":"Polygon","arcs":[[240,-195,-207,241,242]]},{"type":"Polygon","arcs":[[-239,243,244]]},{"type":"Polygon","arcs":[[-244,-238,-229,245,246,247]]},{"type":"Polygon","arcs":[[-240,-245,-248,248,249]]},{"type":"Polygon","arcs":[[250,-232,-215,-206,-222,251,252]]},{"type":"Polygon","arcs":[[253,254]]},{"type":"Polygon","arcs":[[255,-235,-198,-202,-225,256,257]]},{"type":"Polygon","arcs":[[258,259,-220,-213,-214,-231,-237,-250,260,261]]},{"type":"Polygon","arcs":[[262,-252,-224,-234,263,264]]},{"type":"Polygon","arcs":[[265,-246,-233,-251,266]]},{"type":"Polygon","arcs":[[267]]},{"type":"Polygon","arcs":[[-261,-249,-247,-266,268,269]]},{"type":"Polygon","arcs":[[270,271,-219,-221,-260,272]]},{"type":"Polygon","arcs":[[-243,273,274]]},{"type":"Polygon","arcs":[[275,-227,276]]},{"type":"Polygon","arcs":[[277]]},{"type":"Polygon","arcs":[[278]]},{"type":"Polygon","arcs":[[-274,-242,-210,279,280]]},{"type":"Polygon","arcs":[[-254,281,-257,-228,-276,282]]},{"type":"Polygon","arcs":[[-280,-209,-217,-272,283,284]]},{"type":"Polygon","arcs":[[285,-269,-267,-253,-263,286,287,288]]},{"type":"Polygon","arcs":[[-287,-265,289,290]]},{"type":"Polygon","arcs":[[291,292,-262,-270,-286,293]]},{"type":"Polygon","arcs":[[294,295,-273,-259,-293,296,297]]},{"type":"Polygon","arcs":[[-284,-271,-296,298]]},{"type":"Polygon","arcs":[[-290,-264,-236,-256,299]]},{"type":"Polygon","arcs":[[300]]},{"type":"Polygon","arcs":[[-294,-289,301,302]]},{"type":"Polygon","arcs":[[303,304,-297,-292,-303,305]]},{"type":"Polygon","arcs":[[-304,306,307],[-301]]},{"type":"Polygon","arcs":[[-298,-305,-308,308]]},{"type":"Polygon","arcs":[[309,-43]]},{"type":"Polygon","arcs":[[-121,310]]}]}},"arcs":[[[9891,507],[0,-5],[1,-11],[1,-8],[1,-5],[0,-4],[0,-2],[0,-1],[0,-4],[0,-2],[0,-1],[0,-1],[-2,-1],[0,-2],[-1,-2],[-1,-4],[-3,-7],[-1,-1],[0,-1],[0,-1],[2,-5],[2,-3],[0,-2],[0,-1],[-1,-5],[1,-4],[2,-4],[1,-1],[1,-1],[1,-4],[1,-2],[0,-2],[-1,-1],[0,-1],[-1,-7],[0,-4],[1,-5],[0,-4],[0,-1],[-1,-4],[-1,-3],[-1,-5],[0,-1],[0,-2],[1,-7],[-1,-5],[-1,-10],[0,-3],[-1,-3],[0,-3],[1,-3],[0,-1],[-1,-1],[-2,-2],[-3,-2],[-2,0],[-1,2],[-1,0],[-1,-1],[-2,-1],[-1,-1],[-2,-3],[-3,-5],[-1,-1],[0,-1],[1,-2],[0,-2],[1,-2],[0,-1],[1,-1],[4,-6],[2,-4],[0,-4],[0,-3],[-2,-4],[-3,-3],[-2,-4],[-2,-6],[-1,-1],[-2,0],[-2,0],[-1,2],[-1,2],[-1,0],[-1,1],[-3,0],[-2,-2],[-1,-1],[-1,-1],[0,-1],[-1,-2],[0,-2],[0,-2],[0,-1],[5,-6],[2,-3],[0,-1],[-1,-2],[-1,-1],[-4,1],[-3,1],[-3,2],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-1,0],[-1,-1],[-3,0],[-3,0],[-1,1],[2,4],[-2,3],[-3,4],[-2,1],[-1,0],[-1,-1],[0,-1],[-1,-2],[0,-2],[0,-1],[1,-4],[1,-1],[0,-1],[-6,-4],[-1,-1],[-2,-1],[-2,0],[-2,-1],[-2,-6],[0,-4],[-1,-5],[1,-2],[1,-3],[5,-5],[1,0],[3,2],[4,4],[2,3],[1,3],[2,4],[2,2],[2,3],[1,0],[1,0],[2,-1],[6,-1],[3,-3],[1,-2],[0,-1],[0,-2],[2,-1],[6,0],[5,2],[4,0],[1,-3],[0,-3],[-3,-1],[-3,-5],[-1,-1],[-3,-7],[-1,-7],[0,-3],[0,-1],[0,-1],[-2,-3],[-2,-2],[-4,-1],[-1,0],[-2,1],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-8,-7],[-7,-6],[-3,-3],[-2,-3],[-1,-3],[-1,-3],[0,-1],[-2,-1],[-2,-1],[-3,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,-1],[0,-3],[0,-1],[1,-1],[0,-1],[1,0],[1,0],[1,0],[1,0],[3,-2],[1,-1],[0,-2],[-1,-2],[-1,-2],[-3,-7],[-3,-3],[-1,-1],[-2,-1],[0,-1],[0,-1],[0,-1],[1,-1],[3,-1],[3,1],[1,1],[1,1],[2,0],[1,-1],[0,-1],[1,-5],[-1,-9],[-1,-4],[-1,-2],[-5,-6],[-7,-7],[-3,-3],[-2,-3],[-2,-5],[-7,-7],[-7,-4],[-3,-1],[-5,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-3],[1,-3],[1,-10],[0,-4],[0,-1],[-2,-3],[-1,0],[-2,0],[-2,0],[-3,-1],[-1,0],[4,-6],[3,-1],[3,-1],[4,5],[7,7],[6,6],[6,5],[2,0],[2,0],[0,-1],[0,-3],[-3,-9],[-5,-7],[-7,-9],[-1,-2],[-3,-4],[-1,-3],[0,-1],[-1,-3],[-2,-4],[-1,-2],[-5,-9],[-3,-3],[-4,-3],[-6,-1],[-2,0],[-4,0],[-7,1],[-1,0],[-2,0],[-1,1],[-1,8],[-3,5],[-2,4],[-4,5],[-2,1],[-3,0],[-2,0],[-2,0],[-1,-1],[-4,0],[-3,2],[-4,2],[-2,2],[1,2],[-1,1],[-3,0],[-7,-2],[-4,0],[-2,-1],[-1,-1],[-2,-1],[-1,-1],[-4,4],[-1,7],[1,3],[4,8],[5,9],[-1,1],[-1,2],[0,1],[1,2],[1,1],[4,2],[3,3],[2,4],[1,3],[0,1],[0,1],[-3,0],[-1,-1],[-1,-1],[-1,0],[-4,0],[-4,2],[-1,0],[-1,0],[0,1],[-2,4],[0,2],[-1,0],[-1,-1],[-1,-1],[-2,-2],[-2,-2],[-4,-2],[-5,3],[-1,0],[-2,5],[-1,2],[0,2],[0,2],[0,2],[1,0],[1,4],[2,6],[4,5],[0,3],[0,2],[-2,1],[-2,-1],[-1,-1],[-3,-4],[-2,-4],[-3,-3],[-3,-3],[-8,-4],[-1,1],[-1,3],[1,3],[-1,4],[-1,1],[-1,1],[-1,0],[-3,-3],[-2,-5],[-1,-2],[-1,0],[-1,1],[-1,0],[-2,5],[-2,4],[-6,4],[-3,1],[-2,2],[-1,5],[-1,2],[-1,1],[-1,0],[-1,0],[-3,-6],[-3,-3],[-3,3],[-5,6],[-4,4],[0,1],[-2,1],[-2,0],[-3,1],[-2,0],[-3,-3],[-5,0],[-1,0],[-6,2],[-6,2],[0,4],[-1,1],[0,2],[-1,3],[-2,3],[-1,1],[-1,1],[-1,0],[-5,1],[-2,0],[-6,-1],[-2,-1],[-2,-1],[-1,-1],[-1,1],[-1,2],[0,1],[0,1],[1,1],[1,1],[1,1],[1,1],[1,3],[-6,6],[-6,1],[-7,-4],[-7,-2],[-5,0],[-1,1],[0,1],[-1,0],[0,2],[0,2],[1,2],[5,6],[1,4],[0,3],[-1,3],[0,1],[-4,2],[-3,2],[-3,1],[-5,-1],[-3,-1],[-2,1],[-2,2],[-2,2],[-1,5],[-5,1],[-3,0],[-3,0],[-5,1],[-1,3],[-1,4],[2,2],[3,3],[1,1],[3,3],[1,3],[-1,0],[-1,0],[-1,1],[-3,3],[0,2],[0,2],[-3,5],[-4,0],[-3,2],[-1,1],[-1,2],[0,1],[0,-1],[1,0],[1,0],[1,1],[3,2],[4,10],[1,3],[0,5],[-2,4],[1,4],[3,7],[6,6],[2,2],[3,-3],[1,-1],[0,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,0],[1,1],[1,1],[2,5],[4,2],[9,5],[4,4],[5,1],[6,-1],[1,-1],[1,0],[1,1],[2,2],[1,2],[1,2],[0,1],[1,4],[0,1],[0,4],[1,7],[0,1],[1,1],[1,0],[5,1],[8,4],[4,1],[4,4],[1,1],[1,1],[-1,5],[-1,3],[-1,0],[-3,1],[-2,-1],[-2,-1],[-3,0],[-6,0],[-2,0],[-6,6],[-9,1],[-10,0],[-3,0],[-3,2],[-2,1],[-2,2],[-3,5],[-4,3],[-2,2],[-4,2],[-2,1],[-2,0],[-1,0],[-5,-3],[-3,-2],[-2,-2],[0,-3],[-1,-3],[-1,-1],[-5,-1],[-1,0],[0,1],[-1,5],[-1,4],[-4,3],[-1,3],[1,4],[3,3],[2,4],[3,6],[0,1],[-1,2],[0,1],[-1,3],[-1,1],[-1,1],[-1,0],[-2,1],[-2,0],[-2,-1],[-2,0],[-5,-3],[-5,-3],[-2,-1],[-6,-3],[-6,-2],[-4,-2],[-2,-3],[-3,-1],[-5,-1],[-2,1],[-2,1],[-1,1],[0,1],[2,5],[1,5],[0,1],[0,1],[-1,1],[-1,1],[-4,2],[-2,0],[-2,0],[-2,-1],[-3,0],[-3,0],[-3,2],[-8,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[0,4],[1,3],[2,4],[2,1],[1,1],[1,0],[2,0],[1,0],[2,-2],[2,-2],[5,-1],[4,3],[4,4],[7,3],[2,2],[3,4],[3,5],[2,2],[2,3],[3,3],[1,3],[-4,7],[-4,5],[-6,4],[-1,0],[-1,1],[0,1],[0,2],[1,2],[1,1],[4,2],[1,-1],[1,-1],[5,-3],[4,-1],[5,3],[1,5],[4,5],[1,1],[3,1],[2,-2],[0,-1],[1,-1],[3,1],[1,0],[3,1],[2,1],[1,2],[0,2],[0,3],[0,2],[0,3],[1,1],[0,1],[1,1],[3,1],[0,1],[2,2],[1,1],[-1,1],[0,1],[-1,1],[-8,4],[-4,2],[-4,2],[-4,1],[1,4],[3,1],[2,0],[2,0],[1,-1],[5,0],[6,1],[2,1],[1,1],[1,1],[1,3],[1,2],[0,5],[0,7],[-1,0],[-2,5],[-1,1],[-1,6],[0,6],[7,2],[5,4],[1,0],[0,1],[0,2],[0,1],[0,3],[-1,3],[-4,9],[-1,3],[-3,5],[-1,2],[-2,2],[0,1],[-2,2],[-1,1],[-1,1],[-1,1],[-1,1],[-2,0],[-2,0],[-1,0],[-2,-1],[0,-2],[-3,0],[-1,1],[-3,5],[0,1],[0,1],[-1,1],[-1,0],[-2,1],[-3,-1],[-3,-2],[-1,-4],[0,-3],[0,-3],[-1,-5],[-5,-1],[-4,-4],[-7,-3],[-4,-1],[-4,0],[-5,1],[-2,0],[-4,0],[-4,-1],[-3,-2],[-5,0],[-4,2],[-7,1],[-4,1],[-3,0],[-1,0],[-1,0],[-6,-4],[-7,-4],[-3,-2],[-2,1],[-1,6],[0,4],[1,5],[2,6],[2,3],[1,4],[1,4],[1,2],[0,1],[-1,3],[-1,2],[-1,1],[-9,2],[-1,9],[-4,4],[-3,6],[1,3],[3,3],[7,3],[5,1],[4,0],[4,-1],[4,-2],[3,-1],[1,0],[1,1],[2,0],[2,1],[1,0],[0,1],[3,2],[3,3],[3,2],[1,1],[1,1],[2,5],[0,1],[1,3],[-1,3],[0,2],[-1,1],[-1,1],[-2,-2],[-3,-1],[-1,2],[-2,6],[0,3],[1,3],[1,5],[0,1],[2,1],[5,5],[5,4],[6,5],[9,2],[3,-1],[6,2],[3,1],[4,3],[3,5],[2,3],[4,1],[3,0],[2,0],[1,2],[1,0],[1,2],[0,1],[0,1],[1,2],[0,1],[0,1],[-2,8],[0,1],[-3,4],[-1,2],[-2,1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-3,-1],[-1,0],[-3,0],[0,1],[1,1],[0,1],[0,3],[0,2],[-1,2],[-1,5],[-2,4],[-1,2],[-1,2],[-1,9],[-3,9],[-3,8],[-1,2],[-3,1],[-3,1],[-1,0],[-1,-1],[-3,-7],[-5,-1],[-9,-1],[-3,0],[-2,5],[-3,7],[-1,3],[-2,2],[-1,0],[-6,1],[-5,1],[-2,-1],[-1,0],[-3,3],[-1,1],[-1,1],[0,1],[0,2],[-1,3],[-1,0],[-1,1],[-1,0],[-1,0],[-5,-2],[-5,-2],[-1,0],[-1,-1],[-6,0],[-1,2],[1,3],[1,1],[1,1],[0,1],[1,1],[2,3],[2,2],[0,1],[0,1],[-1,0],[-1,3],[-1,1],[-3,3],[-6,1],[-1,0],[-1,-1],[-1,0],[-4,-4],[-4,-2],[-1,0],[1,3],[0,2],[1,1],[2,2],[2,1],[2,1],[2,0],[5,3],[5,4],[2,2],[1,2],[1,1],[0,1],[-2,2],[-1,1],[-2,0],[-3,0],[-3,-2],[-1,0],[-4,0],[-5,2],[-1,0],[0,2],[0,1],[2,2],[3,1],[3,1],[2,0],[2,3],[1,4],[-1,3],[-1,7],[2,4],[1,6],[-1,2],[-1,1],[-1,0],[-2,10],[-1,8],[0,3],[0,1],[-2,2],[-5,1],[-4,-2],[-7,1],[-5,5],[0,1],[0,1],[3,2],[1,1],[2,-1],[3,-1],[3,-1],[3,0],[6,2],[4,2],[6,3],[3,0],[3,1],[6,4],[6,4],[7,1],[3,0],[3,-1],[4,0],[3,3],[7,3],[7,0],[4,2],[9,2],[5,0],[1,1],[0,1],[1,2],[1,3],[-1,8],[-3,5],[-1,1],[-2,-1],[-2,-1],[-1,1],[-2,2],[0,2],[1,6],[-5,4],[-5,6],[-4,1],[-5,0],[-1,-1],[-7,1],[-4,5],[0,2],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[-7,-3],[-2,-1],[-4,1],[-6,7],[0,2],[1,1],[1,1],[2,2],[3,2],[3,1],[2,1],[3,1],[2,1],[2,1],[1,2],[1,2],[0,6],[-4,2],[-4,7],[-9,5],[-1,1],[-2,0],[-2,0],[-1,0],[-1,0],[-1,0],[-5,-4],[-2,-3],[-3,-5],[-1,-3],[-1,0],[-6,-5],[-2,-1],[-3,1],[-1,3],[1,9],[-1,9],[0,5],[-1,5],[-1,2],[-3,1],[-3,0],[0,3],[0,5],[1,3],[1,1],[0,1],[2,0],[1,0],[0,-4],[0,-2],[2,-2],[2,-1],[3,0],[6,0],[4,4],[0,7]],[[9330,1044],[7,-2],[6,-9],[4,-1],[6,5],[5,1],[4,-4],[12,2],[6,-11],[10,-4],[12,1],[1,-12],[15,-1],[6,2],[1,-3],[9,-7],[20,-1],[2,-7],[6,-7],[13,2],[2,-4],[18,-4],[0,-3],[23,15],[6,-1],[-2,-31],[3,-3],[9,-3],[2,-5],[4,-4],[-2,-15],[15,-17],[13,4],[2,-6],[5,-1],[4,-14],[6,-3],[18,-2],[3,-9],[3,2],[8,-12],[6,0],[2,-5],[5,-1],[5,-5],[16,5],[4,-21],[-3,-6],[1,-6],[2,-6],[10,-3],[0,-9],[4,-4],[-1,-5],[5,-13],[-4,-7],[8,-6],[7,-10],[7,2],[14,-12],[0,-7],[7,-12],[-1,-11],[-4,-10],[4,-6],[-1,-8],[7,-5],[2,-6],[5,-2],[0,-4],[6,-11],[19,6],[4,-3],[9,2],[9,-3],[-4,-35],[3,-4],[0,-14],[4,-4],[-2,-5],[1,-7],[-1,-11],[-5,-8],[4,-6],[6,-3],[-6,-11],[-6,-6],[3,-3],[10,3],[8,-7],[3,0],[3,-11],[-12,-20],[1,-6],[-6,-18],[3,-6],[3,-4],[6,4],[2,-4],[8,-1],[6,-6],[13,6],[2,-3],[7,3],[2,-3],[3,-1],[0,-10],[6,1],[3,3],[3,-1],[0,2],[3,0],[6,10],[3,-3],[6,7],[1,5],[11,6],[0,4],[5,3],[0,-3],[6,3],[6,-7],[4,-2]],[[9330,1044],[6,2],[5,0],[4,0],[7,3],[0,1],[0,2],[0,2],[-1,3],[0,1],[-1,4],[0,3],[0,2],[0,7],[1,5],[5,1],[5,3],[2,2],[3,0],[6,-3],[4,-4],[1,-1],[2,0],[2,1],[3,2],[3,5],[1,4],[0,1],[0,6],[0,3],[-2,1],[-3,2],[-4,5],[1,1],[1,1],[4,0],[2,1],[2,0],[3,1],[2,4],[-1,2],[-1,1],[-1,0],[0,4],[4,5],[4,4],[1,2],[0,2],[0,2],[-1,1],[0,1],[-2,2],[0,1],[-2,0],[-8,-1],[-5,-1],[-1,-1],[-1,0],[0,1],[0,3],[0,1],[1,2],[2,3],[4,5],[1,2],[2,3],[1,4],[0,3],[-1,3],[0,2],[1,5],[0,3],[0,2],[0,1],[1,1],[3,2],[1,0],[4,0],[4,-2],[5,3],[2,5],[3,0],[4,1],[1,-2],[1,0],[1,0],[6,1],[1,1],[0,1],[-1,2],[-2,5],[-2,3],[0,3],[3,4],[2,4],[1,7],[0,4],[-4,6],[-5,9],[2,4],[3,3],[5,5],[1,-4],[1,-7],[0,-9],[8,2],[8,3],[4,2],[4,-1],[1,0],[0,-2],[-1,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[1,-1],[0,-2],[0,-1],[1,0],[1,-2],[2,-1],[3,-1],[1,0],[1,0],[1,0],[3,0],[2,0],[1,0],[5,2],[1,0],[2,2],[1,1],[6,8],[1,1],[0,1],[1,1],[0,2],[-1,3],[-1,3],[-1,3],[-1,1],[2,4],[3,2],[2,1],[1,1],[-1,3],[0,2],[0,2],[-1,1],[-1,1],[-2,0],[-2,1],[0,1],[1,1],[5,1],[1,1],[5,-1],[6,-1],[1,-1],[1,0],[2,0],[1,1],[3,2],[2,2],[2,2],[3,2],[7,-1],[3,-2],[2,1],[2,1],[1,1],[2,3],[2,8],[1,5],[4,3],[6,-1],[6,-1],[1,0],[1,0],[4,2],[1,1],[1,1],[0,2],[0,1],[1,1],[2,2],[1,1],[1,1],[0,1],[1,-1],[1,0],[0,-1],[3,0],[2,0],[1,1],[1,3],[-3,2],[0,1],[-1,0],[1,1],[2,-1],[1,0],[1,0],[1,-3],[-1,-1],[-1,-1],[0,-1],[0,-1],[3,-3],[2,-1],[3,0],[1,0],[8,1],[4,0],[2,3],[2,2],[2,0],[6,0],[7,0],[5,2],[5,-2],[1,1],[2,0],[1,1],[2,1],[2,2],[3,4],[2,4],[1,0],[3,1],[3,0],[3,0],[5,3],[6,4],[1,2],[1,2],[0,1],[-3,6],[-1,4],[-1,2],[0,4],[2,8],[3,2],[5,1],[0,1],[1,0],[1,1],[6,8],[1,7],[1,3],[1,2],[1,2],[0,1],[5,-1],[5,3],[4,7],[8,4],[8,2],[10,1],[7,3],[9,1],[8,-5],[5,-2],[7,-3],[2,0],[1,0],[1,1],[1,1],[2,1],[1,1],[1,1],[2,3],[4,2],[1,0],[1,-1],[1,-1],[2,-5],[3,-7],[1,-1],[0,-1],[2,0],[3,0],[5,-1],[4,0],[2,-3],[-1,-2],[0,-2],[0,-2],[0,-2],[2,-7],[1,0],[0,-1],[1,0],[1,0],[5,-1],[4,-7],[2,-7],[1,-2],[2,-6],[1,-1],[0,-1],[1,-1],[1,0],[3,-1],[2,1],[2,2],[5,8],[3,3],[3,2],[1,2],[4,5],[0,6],[0,4],[0,5],[0,1],[0,2],[0,3],[6,5],[2,2],[2,2],[3,4],[1,4],[2,5],[0,4],[-1,4],[-2,8],[-1,5],[-1,5],[0,1],[2,11],[0,5],[1,6],[0,1],[0,6],[0,2],[0,2],[-2,6],[-1,2],[-1,2],[-2,3],[-4,3],[-2,4],[-2,4],[-1,2],[-4,6],[-3,7],[4,7],[5,8],[3,3],[1,3],[2,4],[3,5],[-2,6],[-1,1],[-1,2],[-2,4],[0,3],[0,3],[-1,5],[-1,5],[-3,2],[0,2],[1,1],[0,2],[1,2],[6,5],[3,2],[3,2],[1,1],[5,4],[2,2],[1,2],[3,5],[-2,4],[-1,1],[-1,0],[-1,1],[-1,1],[0,2],[0,2],[2,3],[3,3],[0,1],[1,4],[0,2],[-2,3],[-4,2],[-2,3],[-1,3],[2,3],[0,3],[1,6],[0,3],[-2,4],[-3,6],[0,10],[0,6],[4,4],[5,5],[3,1],[4,-1],[9,3],[6,0],[5,-1],[6,-2],[5,0],[2,1],[1,2],[-1,0],[1,1],[2,2],[1,0],[1,0],[1,0],[2,-2],[2,-4],[6,-5],[4,-5],[1,-3],[4,-3],[5,-2],[3,-3],[-1,-5],[-2,-4],[-3,-4],[-1,-7],[1,-7],[2,-8],[2,-3],[1,-2],[3,-4],[0,-2],[1,-2],[-1,-4],[2,-8],[1,-5],[1,-8],[0,-3],[-1,-3],[1,-5],[1,-4],[1,-6],[0,-7],[1,-10],[0,-3],[2,-3],[2,-9],[1,-8],[0,-5],[0,-4],[-2,-5],[2,-5],[1,-2],[1,-1],[0,-5],[0,-3],[0,-5],[1,-2],[1,-5],[2,-6],[0,-4],[-1,-7],[-2,-7],[-2,-5],[-4,-7],[-3,-6],[-2,-3],[0,-1],[-1,-2],[-2,-6],[0,-6],[0,-4],[-2,-4],[-1,-4],[-1,-5],[-1,-8],[-1,-7],[-2,-11],[-1,-6],[0,-9],[-2,-8],[-3,-10],[0,-8],[0,-6],[2,-6],[0,-2],[2,-4],[2,-6],[3,-6],[2,-6],[5,-9],[3,-5],[3,-5],[1,-2],[2,-3],[5,-8],[6,-9],[5,-6],[5,-8],[1,-2],[3,-5],[1,-4],[4,-8],[0,-2],[1,-7],[2,-10],[1,-3],[0,-4],[0,-4],[0,-2],[0,-3],[0,-3],[0,-5],[1,-1],[0,-1],[0,-4],[-1,-3],[-1,-5],[-1,-8],[-1,-4],[0,-11],[2,-6],[1,-7],[2,-9],[1,-4],[2,-4],[0,-1],[1,-1],[0,-8],[-1,-5],[0,-2],[0,-2],[1,-5],[0,-6],[0,-5],[0,-3],[-2,-5],[-1,-6],[-1,-9],[-1,-10],[-1,-5],[0,-2],[-1,-2],[0,-4],[0,-10],[0,-3],[2,-9],[1,-8],[0,-1],[2,-10],[1,-9],[1,-4],[1,-4],[3,-5],[1,-5],[1,-2],[1,-9],[1,-5],[1,-8],[2,-5],[1,-2],[0,-3],[0,-7],[-1,-7],[-1,-1],[0,-5],[-1,-4],[0,-7],[-1,-5],[-1,-6],[0,-8],[0,-6],[0,-6],[1,-5],[2,-9],[0,-10],[1,-9],[-1,-7],[-1,-3],[0,-4],[0,-2],[-1,-10],[0,-2],[0,-2],[0,-3],[1,-8],[0,-7],[1,-1],[-1,-10],[0,-5],[-1,-8],[-2,-8],[0,-2],[-1,-6],[0,-1],[-1,-2],[-3,-3],[0,-1],[-2,-1],[-1,-1],[-2,-3],[-3,-5],[-4,-6],[0,-1],[-5,-9],[-2,-3],[-7,-11],[-6,-10],[-6,-12],[-9,-14],[-4,-9],[-7,-9],[-1,-2],[-3,-5],[-2,-2],[-6,-8],[-1,-2],[-6,-8],[-4,-8],[-3,-7],[-4,-10],[-1,-3],[-1,-5],[0,-5],[0,-3],[1,-2],[1,-1],[1,-6],[0,-3],[-1,-4],[0,-9],[-1,-3],[-2,-5],[-4,-6],[-1,-3],[0,-2],[-1,0],[0,-3],[0,-5],[-1,-7],[-1,-1],[0,-3],[-1,-4],[0,-1],[0,-1],[0,-1],[1,-6],[2,-6],[0,-1]],[[7856,1700],[8,-5],[-1,-3],[0,-1],[-1,-3],[-1,-1],[-2,-3],[-5,-6],[-2,-3],[-4,-2],[-1,0],[-3,2],[-4,3],[-5,0],[-3,-1],[-1,0],[-1,1],[-1,1],[1,2],[2,4],[6,5],[3,4],[4,-1],[6,4],[5,4],[0,-1]],[[7743,1707],[-1,0],[1,-1],[2,-6],[2,-6],[2,-10],[-1,-4],[0,-1],[-1,-1],[-2,-1],[-1,1],[-4,-1],[-5,-1],[-6,-4],[-7,-6],[-2,-2],[-1,-1],[-2,-1],[-3,0],[-2,0],[-1,1],[-1,1],[0,1],[-1,4],[-3,3],[-6,3],[-4,1],[-5,3],[-2,3],[4,5],[2,0],[4,2],[1,0],[2,-1],[4,-2],[6,-4],[3,-1],[4,1],[2,1],[1,0],[1,1],[2,5],[4,1],[4,0],[1,0],[1,1],[1,1],[1,0],[1,1],[0,2],[1,1],[1,5],[0,4],[1,1],[1,2],[1,-1]],[[7921,1735],[1,0],[3,-5],[0,-1],[0,-1],[0,-1],[-1,0],[-3,-2],[-2,-1],[-2,0],[-1,0],[-3,0],[-2,0],[-3,-2],[-1,-2],[-1,-3],[-4,-8],[-3,-7],[-2,-4],[-6,-4],[-1,0],[-2,2],[-4,-2],[-2,-2],[-6,-7],[-1,0],[-1,1],[-1,1],[0,1],[-1,2],[0,1],[1,9],[0,1],[2,4],[2,1],[2,0],[2,0],[2,1],[4,1],[3,2],[1,1],[0,2],[1,1],[-1,2],[1,1],[0,2],[1,1],[3,4],[2,3],[2,2],[2,1],[9,1],[10,4]],[[5567,1514],[-1,-8],[0,-6],[-1,-5],[0,-5],[-1,-10],[1,-9],[-1,-9],[0,-11],[0,-6],[0,-6],[-1,-7],[0,-6],[1,-7],[-1,-6],[1,-6],[0,-8],[1,-9],[0,-1],[-2,-12],[0,-9],[-1,-10],[0,-6],[-1,-3],[0,-9],[0,-9],[0,-3],[0,-2],[0,-6],[0,-5],[1,-4],[0,-3],[0,-3],[0,-5],[1,-7],[2,-11],[1,-11],[2,-8],[1,-3],[-1,-4],[0,-5],[1,-11],[0,-5],[0,-4],[2,-13],[1,-5],[2,-5],[2,-4],[1,-1],[1,0],[1,0],[1,0],[2,0],[1,0],[3,0],[1,-1],[5,-2],[1,-1],[2,-3],[0,-3],[3,-1],[2,0],[6,0],[7,-1],[5,-1],[2,-1],[2,-2],[5,-3],[3,-3],[-3,-4],[0,-1],[-1,-10],[0,-10],[0,-5],[5,-4],[3,-1],[2,0],[5,-3],[1,-5],[4,-5],[2,-4],[0,-6],[0,-8],[4,-6],[4,-7],[-1,0],[0,-2],[1,0],[-1,-1],[-5,1],[-2,0],[-3,-1],[-3,1],[-1,0],[-1,0],[0,-1],[-1,0],[-3,-1],[-2,0],[-3,1],[-1,1],[-3,0],[-4,-1],[-2,1],[-1,0],[0,2],[-3,-1],[-3,-1],[-5,-4],[-2,-5],[-3,-2],[-5,0],[-3,1],[-2,1],[-2,1],[-2,3],[-1,1],[-4,5],[-2,4],[-3,4],[-4,4],[-3,3],[-1,4],[-4,6],[-2,11],[-1,2],[-5,1],[-1,0],[-7,-3],[-6,-5],[-4,3],[-3,2],[-2,1],[-2,1],[-6,0],[-2,-1],[-2,-1],[0,-1],[-2,-2],[-2,-1],[-6,-2],[-2,3],[-5,7],[-6,5],[-2,0],[-4,-3],[-5,-3],[-3,-8],[-2,-5],[0,-3],[-4,-3],[-8,1],[-4,2],[-1,1],[-5,2],[-2,0],[-1,-1],[-1,-1],[-3,1],[-3,4],[-2,1],[-3,2],[-3,-2],[-1,-2],[-1,0],[1,-4],[-1,-1],[-1,-4],[-3,-1],[-3,1],[-4,2],[-2,1],[-3,1],[-1,-1],[-1,-2],[-2,-3],[0,-4],[0,-1],[-1,-3],[-3,-6],[-1,-1],[-1,1],[-3,0],[-2,0],[-1,-1],[-2,-3],[-4,-4],[-2,-1],[-1,-3],[-1,-4],[0,-2],[-2,-2],[-2,-2],[-2,0],[-6,0],[-2,-3],[-3,-3],[-3,0],[-3,2],[-3,3],[-3,6],[-1,1],[-1,2],[-2,0],[-5,-1],[-7,-1],[-7,-1],[-4,-1],[-1,-1],[-1,0],[-4,-5],[-5,-5],[-5,-3],[-3,-1],[-3,0],[-5,-1],[-4,-2],[-1,-1],[0,-1],[1,-5],[0,-4],[-1,-6],[-1,-1],[-3,-1],[-4,1],[-4,2],[-2,-1],[0,-2],[0,-1],[1,-1],[2,-1],[2,-3],[1,-1],[1,-2],[1,-5],[0,-1],[-1,-2],[0,-4],[2,-2],[3,-2],[2,-1],[1,-1],[0,-2],[1,-1],[1,-3],[0,-1],[0,-7],[-1,-4],[-2,-2],[-2,0],[-5,0],[-2,1],[-1,0],[-3,2],[-2,1],[-4,0],[-7,0],[-5,1],[-7,1],[-7,2],[-4,4],[-7,2],[-1,1],[-2,1],[-3,1],[-4,1],[-1,0],[-4,-1],[-4,-2],[-4,-1],[-1,-5],[0,-1],[-1,-4],[-1,-2],[-1,-2],[-5,-7],[-1,0],[-6,-1],[-4,1],[-7,3],[-3,1],[-1,2],[-3,2],[-4,2],[-5,-1],[-4,-2],[-2,-1],[-2,2],[-3,5],[-2,3],[-3,7],[-1,3],[-4,4],[-2,3],[-2,3],[-1,1],[-4,0],[-4,2],[-5,4],[-1,2],[0,4],[1,6],[0,2],[0,2],[-1,1],[0,1],[-1,1],[-1,0],[-2,0],[-2,0],[-2,-1],[-3,0],[-2,-1],[-3,0],[-5,2],[-5,1],[-3,2],[-2,2],[-2,2],[-4,1],[-2,-1],[-3,0],[-2,1],[-5,1],[-4,2],[-2,1],[-3,2],[-2,2],[0,4],[0,2],[-2,1],[-3,0],[-3,0],[-2,0],[-4,1],[-1,2],[-1,1],[-2,2],[0,3],[-3,3],[-1,1],[-3,0],[-2,-2],[-1,0],[-3,-3],[-2,-1],[-4,0],[-6,5],[-4,4],[-1,1],[-3,2],[-6,3],[-3,1],[-3,-1],[0,-1],[-2,-4],[-2,-4],[-5,-1],[-6,-1],[-4,-1],[-5,-3],[-4,-2],[-1,-1],[-2,-2],[-3,-1],[-2,0],[-7,1],[-3,0],[-2,1],[-2,1],[-3,2],[-3,1],[-3,0],[-6,0],[-1,0],[-3,-2],[-2,-1],[-1,-2],[-3,-1],[-3,-1],[-3,-2],[-3,-2],[-3,-5],[-2,-5],[0,-3],[-4,-4],[0,-1],[-1,0],[0,-6],[1,-3],[-2,-3],[-2,-2],[-5,-3],[-1,-1],[-1,0],[-7,-3],[-2,-4],[0,-5],[0,-1],[-2,-2],[-3,2],[-4,1],[-5,-5],[-5,-2],[-7,-1],[-4,0],[-5,0],[-2,0],[-6,-2],[-3,-5],[-2,-2],[-2,1],[-3,3],[-4,3],[-3,2],[-4,1],[-1,1],[-1,0],[-2,2],[-1,2],[-2,3],[-5,6],[-2,2],[-3,5],[-2,3],[0,3],[-2,6],[-1,1],[0,2],[0,3],[1,2],[0,3],[-1,2],[-3,8],[-1,0],[1,6],[2,6],[-4,4],[-5,1],[-1,1],[-2,2],[0,2],[0,2],[1,6],[0,4],[0,1],[-2,5],[-2,4],[-3,1],[-2,-2],[-4,-5],[-2,-1],[-3,-1],[-7,2],[-7,-1],[-3,1],[-5,2],[0,1],[-1,6],[0,1],[0,1],[-2,2],[-5,3],[-3,2],[-2,1],[-1,0],[-2,-4],[-4,1],[-5,4],[0,4],[-1,1],[-1,4],[0,1],[-6,4],[-4,2],[-4,3],[-4,-3],[-3,2],[-6,5],[-8,-5],[-20,2],[-6,4],[-4,4],[-1,0],[-1,1],[-4,-2],[-6,-2],[-1,3],[-2,6],[0,4],[0,3],[0,4],[-1,4],[-2,2],[1,2],[1,2],[3,4],[3,5],[0,2],[0,6],[1,5],[1,3],[-1,4],[2,4],[2,4],[2,2],[1,2],[2,2],[1,1],[2,1],[3,0],[3,1],[3,-1],[1,0],[1,0],[3,1],[1,1],[5,4],[1,4]],[[4710,1243],[9,-3],[28,13],[3,-1],[6,1],[1,-3],[5,3],[3,-6],[7,3],[0,9],[7,0],[4,3],[3,9],[-2,4],[5,9],[5,-6],[4,-1],[9,2],[6,-5],[6,4],[0,5],[4,4],[15,0],[3,4],[0,6],[6,10],[10,25],[5,-3],[4,1],[0,-3],[4,-3],[6,-1],[11,5],[2,6],[10,-2],[6,5],[7,-1],[3,2],[8,-3],[6,1],[2,-1],[13,8],[8,-7],[7,-3],[11,2]],[[4970,1335],[7,-12],[0,-4],[4,3],[7,0],[0,8],[7,4],[2,3],[10,7],[13,3],[5,6],[6,12],[0,5],[6,3],[0,8],[7,-6],[11,-3],[4,1],[6,5],[10,1],[17,19],[7,2],[1,7],[-4,24],[1,6],[-2,6],[-4,5],[0,28],[-7,1],[-1,19],[-2,2],[-7,1],[1,5],[5,1],[-3,4],[3,4],[6,4],[10,0],[2,3],[19,5],[22,-8],[26,-4],[15,3],[5,5],[8,2],[5,5],[5,-2],[5,-8],[13,3],[11,-1],[0,3],[36,-11],[16,0],[7,-2],[19,2],[10,-6],[15,1],[6,5],[5,-2],[13,1],[4,4],[7,13],[5,22],[19,23],[19,5],[3,4],[8,5],[1,3],[9,4],[3,-2],[9,4],[7,-8],[4,-11],[17,-4],[7,-11],[46,-18],[40,-30]],[[4842,1155],[-1,-4],[-4,-4],[-1,-1],[-3,-1],[-2,-2],[-1,-8],[-1,-4],[-1,-7],[0,-1],[2,-5],[7,-2],[6,-3],[7,-1],[9,-1],[7,2],[1,3],[0,1],[-2,2],[-6,4],[-3,3],[-4,3],[-2,5],[-2,7],[3,6],[3,3],[2,1],[-6,9],[-6,1],[-1,0],[-1,-6]],[[4645,1962],[8,-12],[2,-7],[-3,-7],[-2,-2],[4,-2],[4,1],[-3,-6],[4,-2],[6,-10],[-1,0],[5,-4],[-2,-1],[0,-5],[3,-7],[-7,-6],[-1,-5],[-3,-3],[2,-12],[5,0],[3,2],[12,-4],[2,-2],[0,-7],[25,-16],[2,-9],[6,8],[3,-2],[4,0],[15,-12],[5,1],[3,-2],[4,3],[6,-1],[-2,6],[-5,3],[1,3],[5,-1],[1,4],[4,-17],[13,-2],[3,5],[0,-21],[7,-2],[-2,-6],[4,-4],[6,8],[0,7],[8,4],[9,-4],[0,-6],[7,0],[8,-3],[2,-8],[-2,-2],[1,-9],[3,-18],[-3,-1],[-1,-4],[5,1],[1,-7],[4,-6],[-2,-2],[-7,-1],[-6,2],[-2,-5],[2,-8],[-1,-2],[7,-7],[3,-1],[-1,4],[4,1],[9,-4],[1,-6],[7,-8],[0,-9],[-11,-16],[5,0],[7,-6],[-1,-6],[2,-3],[-2,-1],[0,-4],[-2,-1],[4,-16],[-2,-5],[6,-5],[5,-1],[1,2],[2,-2],[-7,-9],[-5,0],[-5,8],[-12,0],[-4,4],[-1,-7],[-3,1],[1,-4],[-4,2],[-2,-3],[-5,0],[-2,-15],[32,-10],[0,-6],[2,-4],[2,-1],[4,-14],[-5,-2],[1,-7],[-2,-7],[-2,-11],[4,-8],[-28,-16],[-47,-3],[0,-13],[-12,-16],[2,-7],[19,-7],[6,-4],[0,-5],[5,-4],[9,-18],[7,-6],[-5,-5],[-8,-1],[2,-12],[11,-2],[1,-5],[11,-5],[3,-9],[32,-1],[4,-3],[3,1],[4,6],[7,-1],[4,3],[1,5],[6,-1],[11,11],[20,-5],[1,-13],[3,-5],[4,-1],[13,-10],[3,-4],[12,-7],[1,-7],[4,-5],[9,1],[5,-6],[6,-15],[-3,-6],[-3,-3],[-1,-9]],[[4710,1243],[0,3],[-1,2],[-2,1],[-4,0],[-4,0],[-5,0],[-6,3],[-2,1],[-3,2],[-5,1],[-4,1],[-2,0],[-1,1],[0,3],[0,8],[4,4],[3,6],[1,2],[-1,3],[-1,1],[-1,0],[-5,0],[-5,0],[-4,-1],[-1,0],[-1,2],[-2,2],[-5,3],[-3,1],[-4,1],[-4,2],[-2,0],[-3,-3],[-2,-1],[-8,-2],[-3,2],[-1,1],[0,2],[-1,2],[-5,1],[-6,3],[-7,-4],[-7,0],[-4,0],[-3,0],[-3,-1],[-2,0],[-4,7],[-1,1],[-3,0],[-2,1],[-3,3],[-1,2],[-1,4],[-1,4],[-1,1],[-6,3],[-6,3],[-2,1],[-3,1],[-4,-1],[-3,-2],[-6,-2],[-1,1],[-2,-1],[-2,-1],[-1,-2],[-1,-1],[-1,-1],[-5,0],[-2,0],[-2,0],[-3,0],[-2,1],[-1,3],[-2,4],[-2,0],[-6,-2],[-1,-2],[-2,-3],[0,-3],[-1,-3],[-2,-4],[-3,-3],[-1,-3],[3,-8],[2,-6],[2,-3],[-1,-2],[-2,-2],[-3,-4],[-7,-3],[-7,0],[-4,0],[-2,0],[-3,1],[-1,2],[-2,5],[-1,7],[-1,1],[-3,3],[-1,1],[-1,2],[-2,8],[0,7],[-2,4],[-1,4],[1,3],[0,4],[-1,1],[-2,1],[-3,0],[-2,2],[0,1],[0,3],[-1,1],[0,1],[-1,2],[-2,2],[-2,1],[-1,0],[-2,1],[-1,2],[0,4],[0,5],[1,4],[0,1],[0,1],[-2,3],[-1,1],[-4,3],[-4,1],[-2,1],[-5,1],[-5,3],[-1,1],[-2,3],[0,2],[1,6],[0,1],[1,2],[2,1],[0,2],[0,3],[-2,0],[-1,0],[-3,0],[-3,-1],[-3,1],[-2,1],[-1,2],[0,2],[-2,0],[-5,0],[-4,-4],[-2,-2],[-5,-1],[-4,1],[-4,1],[-2,0],[-2,-1],[-3,-2],[-4,-2],[-2,-1],[-1,5],[-1,0],[-4,0],[-2,-3],[-3,0],[-6,0],[-1,3],[-1,1],[-1,2],[-4,1],[-3,2],[-4,3],[-2,0],[-4,-4],[-5,-4],[-4,1],[-3,0],[-6,-3],[-3,0],[-3,-2],[-4,-2],[-4,-3],[0,-2],[-2,-1],[-2,0],[-2,1],[-3,2],[-3,2],[-2,2],[-3,5],[-1,1],[-3,2],[-5,3],[-3,3],[-1,3],[2,5],[-1,2],[-2,4],[-1,3],[0,1],[1,2],[1,0],[0,2],[0,1],[-3,4],[-3,4],[-3,5],[-2,1],[-1,0],[-3,1],[-1,0],[0,3],[0,3],[0,1],[-2,0],[-1,1],[-2,-1],[-4,3],[-3,2],[-2,2],[-3,3],[0,1],[0,2],[-3,4],[-1,0],[-1,-1],[-1,-4],[-1,-1],[-4,0],[-7,0],[-6,-2],[-3,0],[-1,1],[-2,3],[-3,2],[-5,0],[-3,0],[-4,1],[-4,1],[-3,1],[-4,0],[-2,-1],[-3,-1],[-3,-1],[-4,0],[-1,0],[-2,3],[-1,3],[0,2],[-3,3],[-3,1],[-1,1],[-1,2],[0,2],[-4,3],[0,-1],[-1,-1],[-1,-1],[-7,-2],[-5,-5],[-4,-5],[0,-1],[0,-1],[-3,-1],[-2,1],[-4,2],[-6,5],[-5,4],[-4,4],[-3,3],[-5,5],[-3,2],[-5,1],[-3,1],[-4,4],[-5,6]],[[4080,1501],[2,13],[-2,1],[-5,18],[-1,0],[0,9],[-6,1],[-3,6],[6,18],[-2,2],[0,5],[-6,6],[1,6],[-5,7],[12,11],[10,-2],[6,5],[5,-2],[6,5],[1,6],[-4,6],[-3,15],[6,2],[15,-2],[11,5],[4,4],[16,0],[16,6],[14,19],[5,15],[4,3],[6,-1],[3,3],[-6,-1],[-5,11],[-6,4],[-5,-1],[-2,2],[-2,21],[6,-6],[1,7],[-1,2],[-3,-1],[1,3],[-4,1],[1,17],[-4,5],[11,0],[7,10],[-8,5],[-2,5],[1,6],[5,1],[-2,3],[5,3],[-2,10],[5,-1],[2,-4],[4,-1],[1,-3],[4,-1],[1,-4],[7,-2],[10,22],[1,14],[-4,2],[1,4],[3,0],[0,6],[5,-7],[7,0],[12,-5],[-1,4],[2,4],[16,3],[-1,4],[7,5],[1,4],[11,-13],[4,-1],[-2,-1],[2,-5],[14,-8],[6,11],[16,-16],[0,-2],[6,-3],[4,-11],[-2,-3],[1,-3],[4,-6],[4,-12],[26,6],[-2,7],[3,2],[-3,5],[1,4],[6,-1],[0,3],[7,-1],[2,7],[6,7],[8,-2],[-19,20],[-1,7],[-8,-2],[-29,6],[-2,5],[1,2],[-2,3],[5,4],[1,6],[3,2],[0,10],[3,5],[8,1],[4,-6],[2,0],[7,3],[4,8],[3,2],[16,-7],[6,6],[6,-5],[4,0],[3,2],[1,4],[2,1],[-1,8],[8,2],[4,6],[10,0],[6,-3],[4,4],[6,16],[-1,5],[-5,4],[-1,7],[-5,-3],[-9,3],[-1,-2],[-8,1],[-3,6],[-6,-1],[-5,3],[9,6],[-1,5],[-7,-1],[-9,4],[-7,-3],[-2,1],[0,5],[5,4],[-6,17],[7,-2],[-1,3],[3,2],[-1,7],[9,-2],[4,14],[6,6],[3,-2],[9,2],[5,-3],[11,-3],[-7,-2],[3,-4],[-1,-2],[3,-1],[3,-5],[2,0],[-1,-8],[5,-1],[6,-7],[6,-3],[9,-9],[-2,-3],[5,-1],[0,-5],[3,0],[0,-2],[4,-4],[-3,-6],[1,-3],[-1,-4],[-5,-5],[2,-5],[-3,-6],[6,-2],[6,-8],[23,-8],[5,9],[2,6],[6,4],[8,-6],[7,1],[-4,3],[1,8],[-8,4],[4,3],[4,10],[-5,5],[-3,0],[-2,4],[2,5],[-3,6],[6,7],[-3,5],[2,12],[8,-6],[4,7],[3,-4],[-2,-3],[2,-6],[-2,-2],[3,-10],[15,9],[0,-3],[3,3],[13,-25],[6,8],[0,6],[-4,2],[3,8],[2,-4],[3,2],[2,-6],[13,-3],[4,-6],[20,-5],[-1,-19],[6,0],[8,7],[1,7],[-4,3],[-1,8],[16,21],[10,-8]],[[4877,2130],[11,-3],[5,-4],[6,-16],[7,-8],[-4,-2],[6,-11],[8,4],[3,-5],[3,3],[9,-2],[4,4],[9,1],[3,4],[6,1],[0,3],[6,3],[5,7],[9,0],[12,-24],[18,-11],[3,7],[5,6],[-1,8],[3,2],[0,6],[-4,5],[0,10],[-2,1],[2,5],[4,0],[8,10],[3,7],[8,5],[1,8],[2,-1],[3,-7],[11,-12],[16,7],[4,-7],[16,-4],[2,-3],[9,-2],[8,-8],[10,-1],[4,-5],[6,1],[3,-3],[7,2],[-3,6],[12,4],[5,7],[17,-4],[7,4],[19,3],[4,-1],[0,-5],[4,-3],[6,0],[5,-6],[22,1],[7,-5],[3,3]],[[5242,2115],[8,-6],[1,-4],[10,0],[1,-4],[-2,-5],[-3,-5],[-8,-1],[-5,2],[-9,-12],[1,-4],[-4,-6],[4,-13],[-2,0],[-1,-5],[-3,-1],[-1,-9],[-5,-6],[4,-1],[4,-11],[3,3],[20,-4],[5,-16],[5,-4],[-1,-3],[3,-6],[-1,-7],[4,-1],[7,-8],[0,-5],[7,4],[3,10],[5,-3],[2,1],[1,-2],[11,-1],[-1,3],[4,1],[1,3],[4,1],[0,2],[2,-1],[0,4],[2,0],[-1,8],[5,1],[3,2],[0,7],[6,-5],[3,-8],[-2,-8],[5,-4],[-2,-4],[3,-1],[-5,-13],[4,-7],[5,-1],[1,3],[16,-10],[10,-13],[13,3],[2,7],[4,1],[5,7],[0,17],[9,12],[12,10],[-8,5],[-1,5],[9,5],[13,-2],[6,3],[15,4],[2,9],[3,2],[-3,2],[0,8],[-2,10],[-4,2],[0,4],[-3,5],[-2,0],[0,3],[1,4],[8,6],[3,-5],[-2,-5],[14,-8],[-2,-11],[3,-12],[-6,-8],[5,-7],[16,-9],[5,7],[9,-6],[1,-4],[7,-5],[39,9],[-1,-7],[0,-4],[3,-1],[-2,-12],[2,-5],[-1,0],[0,-7],[6,-4],[-3,-7],[1,-1],[4,3],[4,0],[1,6],[6,-3],[2,3],[12,-3],[17,-19],[5,3],[17,-11],[3,1],[0,4],[3,3],[15,-2],[4,-7],[-3,-5],[5,-1],[4,-4],[4,2],[9,-1],[2,4],[6,4],[7,-1],[4,-9],[16,-21],[-1,-1],[10,-8]],[[5701,1899],[-7,-6],[-5,-6],[-5,-5],[-3,-3],[-6,-8],[-3,-4],[-5,-6],[-6,-8],[-5,-5],[-3,-4],[-4,-5],[-5,-9],[-4,-6],[-5,-7],[-2,-4],[-6,-13],[-4,-6],[-3,-3],[-1,-2],[-2,-4],[-3,-6],[-2,-4],[-2,-4],[-2,-5],[-5,-10],[-5,-10],[-3,-7],[-2,-6],[-3,-8],[-5,-12],[-3,-10],[-1,-2],[0,-4],[-2,-9],[-3,-8],[-1,-4],[-2,-6],[-1,-4],[-1,-5],[-2,-9],[-1,-5],[-1,-2],[0,-2],[-1,-4],[0,-3],[-1,-10],[-1,-2],[0,-4],[0,-2],[0,-3],[0,-3],[0,-2],[1,-2],[5,-2],[3,-1],[3,-5],[1,-3],[1,-4],[-1,-6],[-1,-7],[-1,-6],[-2,-10],[-1,-11],[-1,-9],[-1,-6],[-1,-6],[-1,-4],[-1,-14]],[[4645,1962],[6,2],[1,5],[7,8],[0,3],[5,4],[-8,8],[2,2],[5,4],[8,2],[0,3],[6,0],[-1,10],[-4,1],[0,2],[-3,3],[4,7],[-4,6],[5,-3],[2,-4],[2,4],[9,6],[0,5],[1,0],[14,-13],[0,4],[6,2],[1,3],[10,-5],[11,1],[2,8],[-8,8],[2,8],[-4,1],[4,6],[-4,4],[7,6],[-6,5],[2,4],[-2,2],[6,3],[5,-4],[5,3],[-7,11],[1,6],[7,8],[5,0],[5,-4],[4,11],[-4,7],[3,1],[0,4],[4,0],[3,6],[10,-6],[2,-1],[-1,-7],[15,-11],[2,-7],[4,-5],[-3,0],[2,-2],[-3,-2],[-2,-7],[7,-3],[6,7],[-3,6],[5,1],[3,7],[-2,8],[4,-1],[6,5],[10,-6],[4,4],[0,3],[6,-4],[-1,-4],[3,-4],[4,6],[5,-6],[-1,4],[7,-12],[7,6],[11,2],[4,9],[7,-4],[5,3],[0,4],[-5,5],[-1,6]],[[3429,1992],[7,-2],[-5,-16],[3,-5],[4,-1],[5,-8],[0,-10],[-9,-10],[-1,3],[-7,-6],[1,-7],[-13,-2],[-3,12],[-7,9],[-3,11],[2,9],[2,3],[-2,2],[9,9],[-1,5],[4,8],[6,4],[8,-8]],[[8011,2492],[1,-9],[4,-2],[1,-4],[-4,-6],[8,-3],[4,-18],[3,-1],[14,11],[13,-4],[8,-8],[-2,-7],[24,-3],[5,4],[0,-4],[3,-3],[-1,-7],[7,-5],[0,-12],[5,-6],[-1,-10],[2,-1],[-7,-6],[1,-3],[-4,-5],[0,-15],[3,-6],[8,0],[1,-4],[3,-2],[1,-6],[7,-10],[-2,-5],[5,-6],[3,-1],[7,4],[2,-1],[6,-7],[9,-5],[2,-3],[-2,-1],[4,-2],[6,-8],[0,5],[3,2],[6,-9],[4,5],[6,-1],[5,1],[3,4],[7,-9],[6,-4],[-5,-7],[-4,-11],[6,-9],[0,-9],[-4,0],[-3,-6],[-6,-5],[-7,-24],[12,-2],[0,-9],[-8,-17],[6,-1],[5,-6],[8,-2],[1,-11],[12,-2]],[[8211,2175],[-2,-7],[-2,-7],[-2,-7],[-1,-5],[-1,-4],[-1,-4],[-2,0],[-4,-2],[-4,-3],[-2,-2],[-3,-3],[0,-6],[-1,-2],[0,-1],[-2,-1],[-1,0],[-8,-2],[-3,0],[-2,0],[0,3],[-2,2],[0,1],[-1,1],[-1,1],[-1,0],[-1,-1],[-2,0],[-1,-2],[0,-1],[0,-5],[0,-3],[1,-3],[1,-3],[-3,-5],[-2,-1],[-1,0],[-1,1],[-1,1],[-1,2],[-1,1],[-2,0],[-7,2],[-4,0],[-4,-2],[-6,-2],[-3,-1],[-3,0],[-8,-4],[-1,-1],[-1,0],[-2,1],[-2,1],[-3,5],[-5,5],[-3,4],[-1,0],[-1,1],[-1,0],[-2,-1],[-1,-1],[-3,-1],[-3,-2],[-2,-2],[-4,-5],[-3,-4],[-1,-4],[-3,-7],[0,-7],[1,-3],[-1,-2],[-4,-6],[-2,-3],[-3,-5],[-1,-3],[-1,-3],[0,-1],[1,-2],[2,-8],[-1,-10],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-7,-1],[-8,-1],[-4,-1],[-1,-1],[-5,-4],[-2,-3],[-1,-1],[-2,-8],[0,-1],[0,-1],[0,-3],[-2,-3],[-2,-3],[-7,-6],[-2,-2],[-1,0],[-2,0],[-1,0],[0,1],[-1,1],[-1,0],[-1,0],[-4,-3],[-1,-1],[-1,-1],[-4,-7],[-5,-4],[-5,-4],[-4,-4],[-1,0],[-4,-1],[-2,-1],[-2,-1],[-1,-2],[-1,-2],[-1,-10],[0,-1],[2,-2],[3,-2],[4,-1],[3,1],[4,0],[4,1],[2,0],[4,0],[6,3],[2,2],[2,2],[4,1],[4,0],[3,-2],[7,-5],[1,0],[0,-1],[1,1],[2,1],[1,2],[0,2],[0,2],[0,3],[0,1],[1,1],[3,1],[0,1],[1,0],[1,0],[6,-6],[3,-3],[3,-4],[1,-2],[0,-1],[-5,-9],[-5,-5],[-3,-4],[-5,0],[-1,0],[-1,0],[-1,-1],[-1,-2],[0,-1],[-1,-4],[0,-2],[-1,-6],[0,-4],[0,-3],[0,-6],[1,-5],[1,-1],[0,-1],[2,-4],[1,-1],[2,-1],[1,0],[2,-1],[0,-1],[1,-2],[1,-2],[-2,-1],[-2,-2],[-4,-1],[-2,0],[-2,0],[-6,-3],[-4,-5],[-4,-4],[0,-6],[-2,-6],[-2,1],[-2,-1],[-1,-1],[-1,-1],[-4,-4],[-4,-4],[-4,4],[-3,6],[-3,6],[0,3],[-1,1],[0,1],[-3,2],[-2,1],[-3,0],[-5,1],[-1,0],[-1,0],[-2,0],[-4,1],[-1,0],[-3,0],[-2,2],[-7,-2],[-4,-2],[-3,-3],[-2,-3],[-2,-2],[-1,-2],[0,-1],[0,-2],[1,-1],[0,-1],[-3,-3],[-4,-2],[-1,-1],[-2,0],[-5,-6],[-6,-4],[-7,-5],[-5,2],[-4,2],[-4,2],[-9,1],[-6,-2],[-3,-2],[0,-1],[-1,-1],[-1,-5],[-2,-2],[-1,-1],[-2,-1],[0,2],[1,1],[0,2],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[-2,0],[-3,0],[-2,-1],[-4,-2],[-4,0],[-7,-2],[-9,-2],[-4,-4],[-1,-2],[-1,-2],[-1,-1],[-2,-1],[-1,1],[1,0],[1,0],[1,1],[-2,1],[-1,0],[-2,0],[0,-1],[-1,0],[-1,-4],[-2,-6],[0,-5],[1,0],[1,-1],[0,2],[0,1],[0,1],[1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[0,1],[-1,1],[-1,0],[0,-1],[-1,0],[0,-2],[0,-2],[0,-7],[2,-6],[2,0],[1,0],[0,-1],[1,-3],[0,-8],[0,-2],[-2,-2],[-3,0],[-6,1],[-3,0],[-6,1],[-2,0],[-2,1],[-5,4],[-1,6],[-5,6],[-1,0],[-2,1],[-1,0],[-1,1],[-7,0],[-4,0],[-3,3],[-3,4],[-5,5],[-1,1],[-2,0],[-8,0],[-1,-1],[-5,-3],[-8,-4],[-4,0],[-3,0],[-6,1],[-4,1],[-3,1],[-2,0],[-2,0],[-3,-1],[-2,-1],[-1,-1],[-8,-5],[-4,-3],[-5,-6],[-2,-2],[-5,-9],[-1,-1],[-2,-6],[0,-3],[-2,-6],[-2,-9],[-1,-8],[0,-2],[0,-4],[1,-5],[0,-4],[1,-5],[0,-2],[1,0],[5,-2],[0,-4],[-4,-2],[-3,-1],[-2,0],[-6,3],[-4,3],[-4,2],[-9,-2],[-6,-3],[-5,-3],[-1,1],[0,1],[-3,7],[0,1],[1,2],[1,2],[6,1],[2,-1],[3,-1],[5,-1],[1,0],[0,1],[3,1],[1,0],[1,1],[1,1],[0,1],[1,2],[1,3],[0,1],[1,6],[0,1],[0,4],[-1,1],[-1,7],[-1,5],[-2,6],[-1,1],[-7,4],[-3,1],[-3,0],[-9,2],[-3,1],[-5,0],[-3,-1],[-2,-2],[-3,-1],[-4,-1],[-6,-2],[-2,-1],[-2,0],[-3,-1],[-6,0],[-8,0],[-1,0],[-2,3],[0,1],[-1,1],[1,2],[1,0],[1,2],[2,3],[0,1],[1,1],[-1,3],[-3,2],[-1,2],[-3,2],[-2,1],[-3,2],[-4,1],[-4,0],[-6,2],[-6,1],[-8,-1],[-8,0],[-9,1],[-1,0],[-2,-2],[-2,-1],[-1,-2],[-1,0],[-2,0],[-1,0],[0,1],[4,8],[2,3],[0,4],[-1,2],[-2,1],[-4,2],[-2,0],[-2,-1],[-2,-1],[-1,-2],[-2,-3],[0,-1],[-2,-1],[-4,0],[-4,0],[-4,0],[-4,-1],[-2,-8],[3,-2],[2,0],[8,0],[1,0],[2,-1],[2,-1],[1,-7],[-4,-3],[-1,0],[-1,-2],[-1,-2],[-3,-7],[1,-1],[2,0],[1,2],[1,0],[0,-1],[0,-1],[0,1],[-1,0],[0,-1],[0,-1],[1,0],[4,-2],[1,2],[4,3],[4,2],[10,0],[2,0],[1,0],[2,-2],[1,-1],[3,-3],[1,-1],[1,-4],[-1,-2],[-2,-3],[-1,-2],[-2,1],[-2,2],[-3,1],[-4,1],[-1,0],[-5,-3],[-5,-2],[-2,0],[-1,1],[-1,2],[-3,4],[-3,4],[-1,1],[-3,0],[-2,0],[-2,-1],[-3,-5],[-3,-2],[-2,-2],[-3,-2],[-4,-7],[-1,-2],[-1,-1],[0,-1],[0,-3],[0,-3],[-1,-1],[-1,-2],[-1,0],[-3,1],[-8,-1],[-6,2],[-4,2],[-3,3],[-1,1],[-1,3],[-1,2],[-1,2],[-2,2],[-4,2],[-3,2],[-4,3],[1,4],[1,0],[2,2],[2,4],[0,2],[0,4],[1,3],[3,9],[1,9],[0,1],[-2,5],[-1,2],[-1,1],[-3,1],[-3,-1],[-4,0],[-4,-1],[-9,3],[0,4],[3,7],[2,2],[0,1],[-1,2],[-1,2],[-2,3],[-1,0],[-2,1],[-1,0],[-2,0],[-7,-3],[-1,-1],[-1,0],[0,-1],[-6,0],[-9,1],[-2,0],[-3,2],[-2,5],[0,1],[-4,2],[-3,0],[-6,-1],[-3,0],[-1,0],[-1,0],[-1,2],[0,1],[-4,7],[-3,4],[0,3],[1,1],[2,2],[2,1],[2,1],[0,1],[1,0],[0,3],[0,3],[-1,2],[0,1],[-2,2],[0,1],[-2,2],[-1,1],[-1,0],[-2,-1],[-2,-1],[-4,1]],[[7355,1865],[2,11],[2,30],[3,16],[13,4],[2,3],[-2,6],[6,1],[0,5],[15,4],[1,4],[11,3],[0,2],[7,1],[0,10],[1,6],[-4,1],[-4,6],[-10,14],[-6,15],[-24,-5],[-6,6],[-9,1],[11,3],[-1,4],[4,1],[0,4],[-3,9],[13,16],[-7,9],[-3,25],[-5,11],[13,9],[15,1],[18,-8],[3,1],[15,7],[6,5],[2,7],[-9,0],[-17,14],[-2,4],[1,4],[-3,1],[-11,25],[-10,7],[1,3],[-8,2],[0,4],[-3,-1],[2,7],[0,8],[7,1],[2,6],[-3,2],[2,3],[-1,5],[3,4],[1,22],[5,13],[-7,1],[-16,12],[-15,1],[-9,10],[0,3],[24,7],[-6,17],[-1,10],[-2,1],[1,3],[4,-1],[-1,5],[8,16],[4,4],[-3,5],[3,2],[5,-4],[7,10],[17,7],[18,4],[19,-1],[3,20],[7,10],[-5,4],[-9,0],[-4,4],[-3,10],[3,11],[-8,2],[1,3],[-16,3]],[[7410,2426],[3,4]],[[7413,2430],[16,27],[15,-5],[19,-4],[3,-7],[5,-3],[4,-19],[5,5],[8,1],[3,-2],[8,2],[12,9],[2,5],[-1,16],[6,0],[9,4],[1,-7],[6,1],[2,-2],[3,-13],[-3,-5],[1,-5],[12,-8],[5,6],[6,-11],[8,0],[1,-20],[13,-8],[4,-13],[7,-6],[12,10],[-3,16],[11,4],[5,6],[12,4],[1,4],[7,7],[2,9],[-1,2],[4,1],[5,7],[2,8],[6,1],[1,-4],[9,-6],[7,2],[10,6],[10,8],[9,11],[5,19],[13,17],[5,3],[11,-1],[6,3],[9,-2],[4,-8],[1,-10],[4,-5],[9,-4],[9,-10],[8,-1],[3,-4],[5,-1],[-1,-4],[4,-1],[3,-7],[12,-5],[5,-6],[5,0],[4,5],[7,2],[3,-7],[3,-1],[8,13],[5,5],[2,0],[0,5],[5,3],[0,7],[-2,5],[3,20],[6,-2],[9,3],[1,6],[5,-4],[7,-1],[9,6],[1,-2],[3,1],[5,-7],[3,1],[14,8],[7,9],[7,-4],[10,-14],[3,-8],[-4,-8],[3,0],[6,9],[3,0],[5,7],[4,1],[9,9],[1,5],[11,-3],[5,3],[9,-1],[0,-7],[2,-2],[1,-5],[6,-2]],[[3434,2065],[7,-3],[1,-2],[-2,-3],[8,-5],[2,-6],[3,-1],[1,-4],[-1,-18],[-3,-5],[0,-17],[-5,-5],[-11,4],[-4,3],[-8,-2],[-4,12],[0,9],[4,6],[6,-2],[5,-3],[4,1],[1,2],[-1,15],[-3,0],[1,9],[-2,-2],[-6,1],[-2,3],[-1,10],[4,3],[6,0]],[[7355,1865],[-7,3],[-3,2],[-1,1],[-3,2],[-2,1],[-4,1],[-3,0],[-4,-1],[-6,-1],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-2,-2],[-1,-1],[0,-2],[-2,-7],[0,-3],[1,-3],[-2,-4],[-4,0],[-3,2],[-8,5],[-9,4],[-2,2],[-4,7],[-3,4],[-5,5],[-1,2],[-1,2],[-1,1],[0,1],[0,3],[0,2],[1,3],[0,3],[1,1],[-1,0],[0,1],[-2,1],[-6,4],[-6,-3],[-3,-4],[-1,-1],[-5,-3],[-8,-5],[-2,-1],[-2,1],[0,1],[-2,1],[-2,4],[-3,0],[-4,1],[-9,3],[-4,2],[-6,0],[-3,-5],[-2,0],[-6,1],[-4,3],[-4,0],[-3,0],[2,-2],[1,-1],[1,-2],[0,-1],[-1,1],[-6,3],[-5,4],[-1,1],[-3,1],[-4,0],[-2,0],[-1,0],[-8,-3],[-8,-2],[-2,0],[-2,-1],[-5,2],[-1,0],[-7,4],[-4,2],[5,9],[0,2],[1,4],[2,3],[7,7],[7,6],[1,0],[0,1],[1,3],[1,7],[0,3],[0,1],[-1,0],[-5,8],[-3,6],[0,1],[-3,2],[-3,3],[-2,1],[-3,3],[3,5],[6,6],[1,-1],[3,0],[2,1],[4,1],[-1,2],[-2,0],[-2,-1],[-5,3],[2,7],[1,7],[-1,8],[-5,3],[-1,3],[-3,4],[0,4],[-4,3],[-4,3],[-6,6],[1,1],[1,-1],[4,-3],[1,-1],[2,0],[1,0],[0,1],[0,1],[-1,2],[-7,5],[-3,2],[-4,1],[-2,-1],[1,-3],[-5,6],[3,2],[4,-2],[3,0],[0,1],[-2,1],[-7,4],[-1,0],[-1,0],[-3,1],[-7,-2],[-4,-2],[-5,-4],[-2,-1],[-2,-3],[-3,-3],[-3,-3],[-1,-2],[-8,-5],[-4,-3],[-7,-2],[-6,-3],[-3,-1],[-1,0],[-2,0],[-7,1],[-6,2],[-4,-1],[-5,0],[-4,2],[-5,-1],[-3,-2],[-6,-2],[-8,-1],[-1,0],[-1,0],[-2,0],[-3,2],[-4,0],[-5,1],[-3,-1],[-8,1],[-5,0],[-6,1],[-4,0],[-4,-2],[-8,1],[-4,0],[-3,-1],[-1,-1],[-4,-3],[-1,0],[-7,3],[-6,5],[-6,7],[-3,3],[0,2],[-1,2],[0,1],[2,3],[2,3],[-1,3],[-3,2],[-1,-1],[0,-2],[-1,2],[0,1],[1,1],[0,1],[-3,4],[-2,6],[-1,2],[-3,3],[-2,4],[-2,4],[-2,3],[-3,4],[-2,4],[-1,0],[0,1],[3,1],[2,0],[3,1],[2,3],[0,1],[-3,4],[-4,2],[-3,0],[-2,-1],[0,-4],[1,-3],[1,-1],[-1,-1],[-1,0],[0,1],[-2,1],[-1,3],[-1,4],[-1,7],[-1,6],[0,3],[-3,5],[-1,2],[-13,3],[-7,2],[-4,2],[-1,0],[-1,0],[-4,-1],[-2,-1],[-1,0],[-6,-4],[-1,-3],[0,-1],[-1,-1],[0,-1],[-1,-2],[-4,-3],[-2,0],[-3,-2],[-3,-3],[4,-8],[-1,0],[-1,2],[-2,2],[-1,5],[-1,1],[3,7],[1,2],[2,2],[1,1],[5,2],[-2,2],[-6,-2],[-2,-1],[-1,-1],[-1,-1],[0,-2],[-1,-1],[-2,0],[-3,3],[-6,8],[-1,0],[-3,7],[-1,5],[1,4],[0,4],[-1,2],[-5,-2],[-2,-1],[2,-5],[4,-4],[8,-21],[1,-3],[3,-6],[-7,-8],[-25,23],[-1,0],[-3,-3],[26,-25],[-1,-1],[-6,-1],[-5,4],[-2,2],[-2,-4],[-2,-3],[1,-1],[4,-2],[6,-5],[1,-1],[12,2],[-12,-2],[-4,-9],[-3,-4],[7,-5],[8,-3],[2,-1],[2,-3],[2,-4],[5,-5],[2,0],[1,1],[2,4],[2,4],[3,2],[7,5],[1,2],[2,2],[1,3],[0,1],[1,2],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[2,-2],[0,-1],[0,-3],[-1,-4],[0,-1],[-5,-5],[-4,-4],[-3,-3],[-5,-5],[-7,-9],[-8,-7],[-4,-5],[-1,-2],[-2,-2],[0,-4],[0,-3],[0,-1],[-7,0],[-7,1],[-2,1],[-2,3],[-6,5],[-3,1],[-4,2],[-9,4],[-1,1],[-4,1],[-6,3],[-5,1],[-1,0],[-6,1],[-8,1],[-5,0],[-5,0],[-12,-1],[-1,0],[-2,0],[-3,-1],[-7,0],[-1,0],[-6,-1],[-3,0],[-3,-1],[-6,0],[-6,0],[-9,1],[-2,1],[-4,1],[-2,1],[-2,0],[-3,0],[-5,1],[-3,0],[-3,0],[-5,1],[-2,1],[-2,0],[-7,3],[-6,3],[-1,1],[-3,2],[-1,1],[-4,2],[-2,3],[-1,1],[-1,1],[-2,2],[-2,4],[-1,1],[0,2],[-1,1],[0,2],[1,1],[0,1],[0,2],[3,3],[8,5],[6,5],[3,1],[3,1],[2,2],[1,2],[0,2],[-1,6],[-2,5],[-1,5],[-3,6],[0,1],[-2,3],[-6,7],[-5,4],[-2,1],[-6,3],[-5,3],[-4,1],[-4,2],[-4,1],[-5,1],[-4,1],[-6,1],[-4,0],[-2,0],[-6,0],[-7,0],[-6,0],[-3,0],[-8,0],[-5,-1],[-6,-1],[-5,-3],[-1,-1],[-1,-1],[-1,0],[-3,0],[-4,0],[-9,-1],[-9,3],[-2,1],[-4,0],[-4,1],[-5,0],[-6,0],[-9,1],[-8,1],[-1,0],[-11,1],[-8,1],[-6,0],[-4,0],[-1,0],[-4,1],[-3,0],[-3,0],[-3,0],[-2,1],[-4,0],[-5,0],[-11,1],[-5,1]],[[6374,2154],[0,19],[6,15],[0,6],[14,9],[8,0],[17,6],[9,11],[7,1],[3,3],[-5,6],[-6,12],[2,5],[4,1],[-2,4],[3,1],[3,-4],[-4,-5],[-1,-3],[13,-10],[10,7],[1,5],[10,0],[10,6],[5,10],[11,-4],[4,2],[4,6],[1,5],[-10,2],[16,12],[16,-2],[8,6],[4,10],[6,8],[-3,7],[-6,2],[-7,-4],[-8,-1],[-8,9],[-2,6],[5,8],[5,17],[8,17],[17,7],[-1,14],[7,13],[9,3],[18,1],[9,5],[13,-8],[15,-3],[10,-10],[6,-1],[9,3],[7,-4],[-1,11],[-7,14],[-2,16],[9,25],[3,14],[15,22],[2,24],[-8,25],[5,7],[10,5],[1,4],[-1,3],[-4,3],[-10,-4],[-2,2],[4,8],[-4,8],[6,3],[6,6],[2,-5],[3,6],[18,8],[11,14],[-8,-2],[17,9],[12,15],[-1,5]],[[6720,2631],[56,-12],[22,-1],[22,-12],[12,-13],[14,-1],[29,-15],[7,-6],[14,-22],[22,-17],[8,-18],[2,-17],[2,-5],[85,-52],[10,-4],[29,13],[4,0],[13,-1],[14,-5],[27,-5],[16,-17],[46,-25],[22,-15],[8,-2],[26,-12],[29,-9],[30,3],[21,-3],[5,5],[12,4],[8,5],[10,14],[11,8],[21,-4],[6,1],[16,26],[8,4],[3,5]],[[3910,2000],[19,-10],[1,-5],[-4,-4],[-7,-1],[-3,-3],[-2,-12],[-2,1],[-9,-4],[-14,-16],[1,-5],[-8,-1],[-4,-10],[-6,-7],[3,1],[8,-5],[3,1],[1,-6],[-1,-3],[1,-4],[-9,-10],[-6,-2],[-5,5],[-6,-6],[-12,5],[-8,-15],[9,-4],[5,5],[-3,-7],[-7,-5],[0,-4],[-16,-18],[-12,-9],[-20,-27],[8,-4],[8,-9],[-8,-7],[17,1],[8,3],[1,-7],[8,-2],[-1,-3],[-2,-1],[1,-7],[10,-3],[12,1],[-1,-3],[0,-8],[16,-4],[1,-1],[-2,-4],[7,0],[-3,-8],[-4,-1],[6,-6],[-1,-13],[4,-10],[-2,-2],[-11,9],[-6,-3],[-2,-5],[1,-1],[-1,-9],[0,-9],[-6,-9],[1,-5],[3,3],[-1,-4],[8,-3],[2,5],[4,2],[2,7],[8,6],[6,2],[6,-3],[1,4],[4,-1],[0,6],[2,2],[-1,6],[9,-1],[7,-15],[0,-9],[8,-12],[-2,-9],[-5,0],[-4,-3],[3,-3],[-2,-3],[4,-10],[11,-4],[7,-9],[-3,-7],[-3,-1],[-7,-10],[-5,-2],[-4,-6],[-5,-1],[-4,-6],[-2,-7],[1,-8],[-9,-13],[0,-11],[-6,-9],[0,-10],[-10,-11],[-5,-1],[-3,5],[-8,0],[-3,-3],[-6,6],[-15,1],[-1,5],[-3,3],[-3,-2],[-4,4],[-6,0],[-4,-9],[0,-10],[-8,-8],[5,-5],[-8,-31],[1,-2],[-1,-5],[3,-5],[2,-1],[-1,-6],[1,-8],[-5,-10],[-1,-9],[6,-13],[-2,-9],[2,-12],[-3,-4],[-7,-1],[4,-6],[20,-19],[-1,-7],[-3,-3]],[[3822,1372],[-3,0],[-2,-2],[-1,-1],[-4,-3],[-3,-2],[-3,2],[-4,-2],[-2,-1],[-4,0],[-4,0],[-1,0],[-4,-1],[-3,0],[-1,3],[-3,2],[-8,0],[-1,1],[-3,3],[-2,2],[-1,4],[0,5],[-4,3],[-4,0],[-4,1],[-2,1],[-1,1],[-1,3],[0,1],[-7,5],[-5,-7],[-3,-3],[-3,-4],[-6,-2],[-4,-3],[-2,-2],[-1,-4],[-1,-7],[0,-6],[-1,-3],[-1,-1],[-2,1],[-3,-1],[-5,-4],[-5,-5],[-2,-2],[-2,2],[-4,4],[-4,4],[-3,5],[-3,2],[-4,3],[-2,1],[3,5],[0,2],[0,2],[-3,6],[-2,8],[-5,3],[-4,-1],[-4,1],[-5,0],[-1,0],[-3,0],[-4,1],[-6,4],[-2,4],[-2,1],[-3,2],[-4,2],[-3,0],[-1,0],[-3,2],[-3,2],[-5,1],[-4,-6],[-4,-4],[-7,-3],[-2,-1],[-3,-1],[-3,0],[-3,0],[-2,-3],[0,-3],[-2,-2],[-1,0],[-3,-1],[-6,-3],[-3,0],[-4,-1],[-3,2],[-1,1],[-7,4],[-5,-1],[-6,-4],[-1,-5],[-1,-4],[-7,-4],[-1,-2],[-6,0],[-6,1],[-4,1],[-7,3],[-5,0],[-2,-2],[0,-1],[0,-4],[0,-1],[-3,-3],[-4,-4],[-2,-2],[-1,0],[-6,-1],[-6,1],[-5,2],[-1,1],[-2,1],[-7,2],[-5,2],[-5,-1],[-1,0],[-4,2],[0,1],[-2,3],[0,1],[0,2],[0,4],[1,5],[-1,4],[-2,3],[-1,1],[-3,1],[-4,-2],[-3,1],[-1,2],[-3,2],[-5,1],[-3,0],[-4,-2],[-2,5],[1,4],[0,3],[-1,2],[-2,2],[-3,2],[0,3],[0,4],[-2,2],[-2,3],[-3,5],[-3,4],[-3,6],[-1,2],[-2,2],[-1,0],[-3,0],[-2,1],[0,2],[0,2],[1,1],[1,0],[0,2],[-1,1],[-4,4],[-1,6],[0,3],[1,3],[-4,6],[-3,-3],[-4,-6],[-3,-3],[-2,-1],[-1,0],[-4,1],[-4,4],[-5,4],[-4,2],[-6,0],[-2,0],[-5,5],[-6,5],[-4,2],[-1,1],[0,2],[1,3],[-1,4],[-3,3],[-1,0],[-3,-1],[-4,0],[-3,2],[-4,4],[-3,1],[-4,2],[0,5],[0,2],[-3,1],[-4,1],[-5,1],[-3,1],[-2,1],[-3,1],[-2,2],[-1,3],[-2,3]],[[3284,1525],[4,22],[-6,12],[0,15],[-6,8],[-2,12],[11,3],[2,8],[7,4],[9,-1],[3,5],[1,8],[-3,14],[-5,5],[2,7],[-4,26],[3,4],[1,9],[15,3],[4,5],[3,13],[-4,8],[1,5],[16,1],[9,-6],[6,3],[3,5],[7,1],[7,10],[5,0],[-2,5],[-5,0],[-5,8],[2,10],[7,10],[0,8],[-6,3],[-2,3],[0,4],[5,3],[0,7],[-2,4],[6,-1],[7,-4],[4,4],[-1,3],[3,5],[6,1],[2,2],[5,3],[4,8],[-1,8],[3,0],[0,6],[8,8],[-1,8],[7,16],[4,-1],[4,-13],[6,0],[1,11],[19,-1],[-3,16],[2,5],[-3,11],[1,12],[-1,3],[1,2],[6,-2],[9,-5],[4,11],[-1,6],[8,13],[6,8],[-1,7],[6,9],[0,5],[-7,1],[3,5],[-14,5],[-2,16],[2,3],[4,2],[6,10],[3,14],[15,3],[9,-7],[13,21],[-6,4],[-6,11],[-5,3],[3,5],[-3,4],[-2,-3],[-5,4],[5,11],[-2,4],[4,7],[-2,1],[-4,-2],[3,3],[-3,2],[9,25],[-9,9],[2,13],[-10,0],[-6,-14],[-4,3],[-2,-1],[-1,-11],[-2,-2],[0,-4],[-3,-2],[0,-4],[-8,2],[-7,-3],[-2,1],[3,8],[8,2],[-5,9],[-7,5],[-1,2],[3,6],[-1,3],[4,10],[-3,10],[3,-1],[2,2],[11,0],[8,2],[8,-1],[1,7],[-12,3],[0,14],[-10,3],[7,21],[-3,5],[-1,9],[-7,7],[-4,10],[-4,-1],[2,2],[-1,5],[-10,-1],[-4,-5],[-5,1],[0,8],[3,6],[-3,7],[2,7],[-3,5],[-1,7]],[[3431,2279],[0,7],[13,1],[3,12],[-1,5],[14,0],[6,7],[4,-8],[4,2],[0,-4],[5,3],[4,-3],[4,2],[1,-8],[5,-7],[1,-13],[2,-3],[-1,-9],[2,-4],[6,-3],[5,-17],[9,2],[9,-11],[7,-18],[4,3],[9,0],[6,4],[1,-7],[5,-7],[8,1],[-1,2],[8,4],[3,-2],[0,-5],[10,-16],[-1,-3],[-2,0],[3,-12],[-1,-1],[4,-14],[6,-2],[4,2],[2,-8],[1,0],[8,-13],[0,-3],[-20,-8],[-3,-11],[5,-3],[4,-8],[5,-14],[9,1],[5,3],[4,-22],[0,-3],[-4,0],[6,-8],[4,3],[3,-2],[5,3],[4,-7],[6,2],[2,-2],[2,2],[7,-3],[9,4],[0,3],[1,0],[2,3],[5,-1],[2,3],[13,8],[14,2],[1,-16],[5,-6],[4,0],[8,8],[1,-2],[2,-11],[-2,-2],[1,-12],[3,-6],[7,2],[4,4],[10,1],[5,3],[6,1],[-1,2],[7,1],[3,-3],[-1,-4],[5,0],[-2,0],[-1,-13],[1,-4],[15,-5],[17,0],[1,4],[-2,5],[3,4],[12,-6],[6,0],[1,-3],[4,0],[10,-7],[9,9],[22,-7],[5,3],[4,-1],[0,-3],[7,-1],[-1,-5],[7,-1],[2,3],[6,-3],[5,-6],[3,2],[8,-5]],[[6286,2250],[-3,1],[-5,1],[-1,0],[-1,0],[-6,0],[-4,1],[-3,1],[-7,0],[-4,0],[-9,-2],[-10,-2],[-11,-2],[-2,-1],[-3,-1],[-9,-4],[-2,-1],[-2,-2],[-5,-2],[-2,-1],[-5,-3],[-4,-2],[-6,-3],[-6,-3],[-8,-5],[-6,-4],[-7,-4],[-10,-6],[-5,-5],[-5,-4],[-4,-3],[-6,-5],[-8,-7],[-2,-3],[-6,-6],[-4,-5],[-4,-5],[-2,-3],[-4,-7],[-2,-3],[-5,-6],[-2,-3],[-3,-3],[-4,-4],[-6,-5],[-6,-4],[-4,-1],[-2,-1],[-6,-3],[-8,-2],[-1,-1],[-12,-7],[-4,-2],[1,-15],[-7,0],[-6,-3],[-7,-5],[-9,-2],[-3,0],[-4,1],[-2,1],[-2,0],[-1,0],[-2,-1],[-7,-5],[-6,-5],[-10,-9],[-6,-6],[-2,-3],[-6,-6],[-4,-4],[-10,-12],[-6,-8],[-6,-8],[-2,-2],[-5,-6],[-2,-4],[-3,-4],[-9,-11],[-3,-5],[-6,-9],[-4,-7],[-2,-6],[-5,-3],[-5,2],[-8,0],[-8,1],[-7,1],[-1,0],[-4,2],[-1,1],[-5,3],[-9,4],[-1,1],[-1,1],[-1,1],[-3,1],[-1,0],[-6,0],[-8,-2],[-2,0],[-4,-1],[-9,-3],[-11,-5],[-4,-2],[-5,-3],[-6,-3],[-8,-6],[-7,-6],[-10,-6],[-3,-3],[-4,-3],[-4,-3],[-5,-4],[-4,-2],[-7,-7],[-4,-2],[-6,-7],[-5,-4],[-6,-8]],[[5242,2115],[10,1],[5,5],[5,1],[1,4],[6,-2],[2,2],[-3,7],[1,1],[8,-4],[8,11],[12,12],[-6,7],[3,3],[4,0],[1,-3],[5,0],[6,-5],[1,9],[-7,12],[1,2],[-3,13],[4,7],[-1,14],[12,-4],[-6,10],[-9,4],[-3,9],[-3,0],[-10,13],[-3,10],[-7,9],[11,18],[-4,4],[1,5],[-4,0],[0,3],[-4,-1],[-1,4],[10,12],[-2,8],[4,2],[2,5],[7,37],[5,-3],[0,-9],[3,1],[9,-1],[10,5],[1,-3],[16,-5],[1,-2],[7,1],[2,-8],[5,-2],[2,-5],[2,1],[4,-12],[7,-6],[8,2],[4,6],[3,0],[5,4],[4,-2],[4,0],[8,12],[4,0],[0,6],[11,-4],[12,9],[7,-3],[11,2],[4,12],[19,-3],[9,8],[-2,8],[3,9],[-2,9],[6,6],[5,2]],[[5493,2395],[2,-5],[32,19],[2,-3],[4,3],[2,-3],[8,-4],[3,2],[1,-5],[8,-6],[5,-1],[9,6],[10,-5],[1,10],[4,4],[-3,5],[-7,5],[3,11],[-5,5],[5,6],[-4,8],[3,10],[4,-1],[4,3],[0,5],[5,7],[-7,4],[0,4],[-5,3],[-2,13],[-5,10],[3,5],[7,3],[1,6],[-5,3],[1,13],[4,5],[15,0],[18,-9],[8,-9],[5,-2],[13,-3],[5,4],[15,-5],[22,1],[7,4],[7,9],[11,3],[1,15],[-7,5],[-4,13],[2,9],[4,5],[7,2],[3,3],[4,16],[7,3],[6,-6],[7,4],[12,-3],[5,-3],[16,4],[-1,8],[2,4],[10,8]],[[5781,2620],[-1,-2],[3,-2],[5,4],[-1,3],[2,1],[7,-7],[7,1],[-1,-3],[3,2],[1,-2],[4,6],[5,-1],[1,2],[1,-2],[2,1],[7,-3],[11,-15],[-6,-4],[2,-3],[5,-3],[-5,-2],[-2,-13],[-7,-1],[7,-9],[10,7],[6,-1],[5,3],[14,21],[1,-3],[7,2],[1,-2],[1,3],[4,-1],[-1,6],[6,-2],[1,1],[2,-4],[2,0],[-2,-4],[5,-1],[-1,-2],[1,0],[0,-2],[-2,-1],[3,-2],[-2,-2],[2,-3],[-3,-5],[2,-3],[-3,-4],[4,0],[3,-10],[2,3],[4,-4],[8,-2],[3,0],[1,4],[3,1],[6,-4],[2,-6],[5,-3],[2,5],[13,1],[-1,5],[-11,4],[-5,7],[7,16],[10,8],[-1,4],[2,3],[4,7],[3,0],[7,15],[11,-1],[-5,-17],[5,-3],[6,6],[-1,11],[-4,3],[21,-6],[5,15],[-2,7],[5,9],[4,0],[0,5],[-5,2],[3,7],[3,-2],[10,11],[5,-3],[3,2],[7,7],[0,2],[3,2],[8,-6],[1,2],[3,0],[2,5],[4,-6],[8,2],[7,-4],[1,2],[4,0],[-1,-13],[6,-13],[8,2],[0,-3],[9,1],[5,-6],[-3,-7],[4,-5],[-6,-14],[-14,-21],[3,-12],[13,-4],[0,-3],[5,-6],[5,5],[10,-3],[3,9],[27,1],[4,1],[6,11],[4,-2],[2,-6],[-2,-14],[3,-10],[11,-5],[14,1],[0,-11],[15,-1],[-5,-6],[4,-7],[-12,-14],[1,-7],[-2,-5],[2,1],[2,-3],[5,1],[1,-2],[18,11],[5,-4],[7,-2],[24,-22],[-1,-13],[7,0],[3,-8],[2,2],[10,1],[6,-5],[-2,-2],[2,-8],[9,-6],[1,-6],[5,-5],[5,0],[5,4],[9,-4],[5,-19],[9,-12],[2,-7],[-3,-12],[8,-11],[3,-2],[-1,-3],[12,-19],[-3,-7],[2,-5],[-17,-34],[-8,-10],[-5,-2],[1,-12],[-5,-1],[-12,4],[-18,-4],[-9,7],[-8,-3],[4,1],[11,-9],[9,-13],[-6,-15]],[[3332,2282],[4,-2],[2,1],[0,5],[16,4],[4,-9],[9,4],[10,9],[11,-17],[3,4],[5,2],[6,-3],[0,-3],[7,1],[1,2],[4,1],[0,3],[9,-5],[8,0]],[[3284,1525],[-4,-6],[-2,-7],[-1,-1],[-1,-1],[-2,0],[-2,0],[-1,1],[-1,2],[-2,0],[-7,-1],[-3,-3],[-2,-2],[-1,-2],[0,-1],[-2,-5],[-3,-4],[-2,-4],[-2,-2],[-2,-2],[-4,-2],[-3,-2],[-1,-1],[0,-2],[-1,-3],[-3,-2],[-4,-1],[-4,4],[-4,3],[-3,1],[-4,-1],[-4,-2],[-2,-2],[-4,-3],[-6,-4],[-2,1],[-2,2],[-2,4],[-2,1],[0,1],[-3,-1],[-2,1],[-1,0],[-3,2],[-2,2],[-7,3],[0,2],[-3,3],[-2,1],[-2,0],[-2,0],[-1,0],[-2,3],[-2,6],[-1,2],[-3,0],[-3,-3],[-2,-2],[-2,-5],[-4,-4],[-2,-2],[-1,-1],[0,-2],[1,-4],[1,-4],[0,-3],[-2,-4],[-2,-2],[-3,0],[-2,0],[-1,0],[-4,0],[-2,-6],[-1,-3],[-1,-4],[-1,-2],[-1,1],[-3,2],[-1,1],[-3,1],[-2,-2],[-1,0],[-2,2],[0,6],[2,5],[2,5],[0,2],[-1,3],[-2,4],[-5,1],[-2,-2],[-3,-2],[-6,-2],[-3,0],[-3,0],[0,3],[1,6],[0,7],[-2,5],[0,3],[0,3],[1,1],[0,2],[-2,2],[-5,2],[-7,4],[-4,6],[-3,6],[-3,2],[-5,1],[-3,2],[-5,3],[-4,5],[0,1],[0,1],[0,3],[0,1],[-1,1],[0,1],[-2,3],[-3,3],[-4,4],[-2,2],[-2,0],[-4,-1],[-3,-1],[-2,-1],[-3,0],[-5,4],[-3,1],[-4,1],[-5,4],[-3,5],[-2,5],[0,1],[-1,7],[-1,5],[2,4],[2,1],[1,1],[2,1],[0,1],[0,3],[-2,3],[-1,0],[-1,3],[-2,4],[1,1],[0,5],[1,7],[-7,3],[-2,3],[-1,3],[-2,7],[-3,7],[-2,1],[-3,-1],[-5,1],[-1,0],[-2,-2],[-5,-2],[-3,0],[-7,-3],[-5,-5],[-3,-2],[-2,-3],[-1,-1],[-7,0],[-1,0],[-5,2],[-4,0],[-3,0],[-4,-1],[-5,0],[-6,-1],[-2,0],[-2,0],[-2,2],[-5,2],[-5,1],[-3,0],[-4,-1],[-2,1],[1,3],[-2,3],[-3,2],[-3,1],[-4,-1],[-3,-3],[-1,-3],[0,-1],[-4,-3],[-5,-1],[-2,0],[-6,0],[-5,4],[-4,3],[-3,1],[-1,0],[-2,0],[-4,2],[-1,1],[-1,3],[-3,4],[-3,1],[-4,2],[-4,2],[-2,2],[-1,2],[0,2],[-1,2],[-4,8],[-3,2],[-6,1],[-1,-2],[-7,3],[-6,1],[-4,0],[-4,1],[-7,1],[-4,0],[-4,2],[-2,1],[-3,3],[-2,3],[-1,3],[-3,2],[-4,2],[-5,4],[-5,5],[-6,-5],[-3,-2],[-5,-5],[-2,-1],[-4,0],[-1,2],[0,4],[-1,3],[0,2],[0,1],[0,3],[0,1],[-1,1],[-4,3],[-3,1],[-3,4],[-1,1],[-3,0],[-3,1],[-2,-1],[-1,0],[-2,-2],[-2,0],[-4,3],[-8,7],[-5,4],[-2,1],[-1,2],[0,1],[-1,1],[-11,5],[-3,-4],[-2,-2],[-3,-3],[0,-1],[-5,-4],[-5,1],[-5,1],[-1,0],[-2,5],[-1,4],[-5,4],[-4,3],[-3,3],[-1,1],[-1,0],[-5,1],[-6,3],[-2,1],[0,1],[0,2],[0,1],[2,6],[1,6],[3,8],[2,4],[3,4],[3,4],[3,5],[2,2],[1,1],[3,2],[3,4],[0,1],[-1,0],[-1,0],[-3,0],[-1,0],[-2,-1],[-3,-1],[-3,-1],[-1,0],[-1,0],[-7,0],[-1,0],[-4,-2],[-6,-1],[-3,-2],[-3,-2],[-3,-3],[-3,-5],[-3,-5],[-2,-2],[-1,-4],[2,-5],[2,-7],[-2,-4],[0,-1],[-1,0],[1,-12],[1,-8],[-2,-3],[0,-1],[-2,-5],[-1,-8],[-2,-8],[-4,-1],[-7,2],[-6,2],[-2,1],[-8,2],[-6,2],[-8,3],[-14,4],[-5,2],[-1,1],[-3,6],[-1,2],[-3,4],[-2,3],[-2,3],[-2,4],[-3,4],[-5,9],[0,2],[0,3],[1,6],[2,3],[3,3],[3,1],[1,0],[3,2],[1,1],[5,4],[3,5],[1,2],[8,4],[0,2],[0,3],[5,5],[2,3],[2,3],[1,7],[1,3],[0,2],[-2,4],[-1,1],[0,1],[3,4],[3,2],[2,2],[0,4],[0,4],[1,7],[0,2],[0,4],[0,1],[3,3],[1,2],[4,3],[3,1],[2,2],[-1,2],[-1,3],[0,3],[1,3],[1,2],[-1,4],[1,6],[-1,7],[3,8],[2,3],[0,1],[0,2],[-1,4],[-1,6],[-1,3],[0,5],[-2,4],[-3,5],[-3,3],[-4,5],[-5,5],[-4,2],[-1,1],[-2,-1],[-2,-4],[-2,-1],[-3,-1],[-6,0],[-3,0],[-2,1],[-2,1],[-1,1],[-4,1],[-5,0],[-5,3],[-5,3],[-2,1],[-2,4],[-2,0],[-3,0],[-1,0],[-1,0],[-2,1],[-1,2],[-3,4],[-4,5],[-6,1],[-1,-1],[-3,0],[-3,0],[-2,-1],[0,1],[-6,0],[-5,-1],[-4,0],[-6,-2],[-3,-2],[0,-2],[1,-2],[2,-1],[2,-4],[-3,-8],[-2,-7],[-2,-6],[-1,-4],[-4,-5],[-1,-1],[-2,2],[-1,1],[-1,1],[-2,0],[-4,0],[-4,1],[-2,0],[-7,-2],[-3,3],[-2,2],[-3,6],[-3,8],[0,1],[-1,10],[-1,1],[0,1],[-1,1],[0,2],[1,2],[1,5],[1,1],[3,6],[-3,7],[-6,1],[-5,-1],[-2,0],[-2,1],[-3,2],[-1,3],[-3,1],[-7,1],[-3,-2],[-4,-3],[-2,0],[-3,-1],[-1,1],[-2,1],[-3,1],[-5,-3],[-4,-3],[0,-1],[-2,-3],[0,-1],[-2,-1],[-3,0],[-1,0],[-2,0],[-2,-3],[-2,-1],[-2,3],[-1,3],[-1,6],[-1,2],[0,1],[-2,2],[-2,4],[1,2],[2,6],[0,6],[-2,1],[-1,0],[-4,0],[-2,1],[-1,1],[0,2],[0,1],[1,0],[-1,2],[0,2],[-1,1],[-2,3],[-3,0],[-1,0],[-2,-1],[-3,-1],[-1,0],[-3,2],[-1,1],[-3,4],[-3,2],[0,2],[1,1],[0,1],[0,1],[3,3],[2,2],[2,1],[2,0],[1,3],[0,1],[-2,4],[-1,1],[0,1],[-1,-1],[-1,0],[-3,-2],[-4,3],[-1,1],[0,2],[8,-1],[2,0],[1,0],[7,3],[2,1],[1,1],[0,2],[0,1],[1,3],[3,3],[1,1],[1,0],[1,0],[3,-5],[5,-1],[2,1],[2,0],[3,2],[8,4],[5,2],[7,3],[7,3],[2,1],[3,0],[1,0],[-1,-1],[-2,0],[-2,-1],[0,-1],[1,-3],[1,-2],[1,0],[7,-2],[2,1],[1,1],[2,2],[1,2],[0,2],[0,2],[-1,3],[1,3],[2,2],[1,1],[3,0],[2,0],[8,4],[4,5],[5,7],[3,5],[1,0],[1,1],[5,0],[4,3],[1,3],[3,4],[1,1],[0,3],[3,9],[6,7],[2,6],[3,6],[4,9],[5,8],[1,0],[3,4],[5,6],[1,1],[2,6],[2,3],[5,10],[3,5],[2,6],[1,3],[1,2]],[[2460,2225],[16,-3],[0,2],[5,0],[6,8],[6,3],[2,-5],[8,-2],[-3,-16],[4,2],[15,-6],[4,2],[9,-13],[1,-6],[32,-2],[6,1],[3,4],[5,0],[15,6],[19,-4],[6,-3],[50,33],[15,16],[14,0],[5,-2],[5,-6],[3,-9],[12,-6],[0,-3],[5,-2],[-2,-10],[-9,2],[-3,-4],[-9,1],[-5,-3],[2,-4],[-1,-9],[4,-2],[5,6],[3,0],[2,-2],[1,-6],[3,-1],[3,2],[0,9],[14,3],[6,13],[10,-4],[3,3],[2,-2],[5,7],[0,5],[5,-4],[0,-8],[3,-3],[7,4],[3,0],[2,-3],[3,5],[2,-5],[8,1],[6,-9],[2,5],[7,-2],[12,0],[-1,5],[3,9],[0,14],[0,2],[-7,1],[-1,4],[8,3],[3,-4],[5,3],[15,-8],[6,0],[2,5],[3,1],[9,-7],[3,4],[-1,7],[2,2],[9,6],[9,1],[11,-5],[20,-5],[4,2],[0,11],[7,3],[2,3],[6,2],[11,-6],[5,3],[2,5],[8,1],[0,12],[9,3],[5,-8],[19,-16],[1,-6],[4,-3],[-2,-2],[7,-5],[7,1],[-1,5],[2,15],[4,1],[5,-4],[4,-1],[2,3],[5,0],[1,4],[4,3],[20,8],[0,-4],[-5,-1],[-7,-9],[0,-5],[3,1],[7,-4],[7,1],[1,-4],[12,-5],[0,-8],[12,1],[1,4],[8,4],[8,6],[3,6],[3,-2],[4,-13],[3,0],[14,9],[4,7],[4,0],[6,4],[5,10],[11,8],[3,0],[11,10],[4,-3],[8,10],[6,-3],[0,-3],[3,0],[3,-6],[-1,-4],[1,-3],[-4,-1],[-3,2],[-3,-6],[-1,-7],[-7,-5],[2,8],[-5,-3],[3,-2],[-3,-2],[6,-5],[3,-8],[3,3],[4,-1],[4,3],[4,5],[4,-2],[11,11],[3,-5],[5,6],[10,-3],[2,2],[7,-7],[6,1],[6,-7],[8,-5],[6,5],[11,1],[5,3],[2,12],[3,-4],[4,1],[5,18],[7,-2],[10,5],[3,-1],[0,-5],[5,0],[3,2]],[[4555,2625],[0,-5],[-4,-3],[-2,-8],[2,-13],[8,-12],[-4,-1],[0,-3],[6,-3],[-3,-3],[-3,2],[0,-3],[2,-2],[9,-18],[14,-6],[0,-7],[-4,-3],[4,-7],[-3,-5],[1,-7],[9,-3],[4,-5],[3,1],[12,-9],[2,3],[8,-2],[-1,-2],[4,-4],[-5,-7],[-1,-9],[7,-3],[3,-7],[-4,-18],[5,-2],[2,-7],[5,-2],[4,-5],[5,1],[6,-9],[2,2],[5,-4],[4,-10],[-1,-3],[2,-1],[-3,-3],[-6,3],[0,-3],[-6,-2],[-2,-7],[-14,5],[3,-3],[-2,-9],[23,-1],[16,-5],[-1,-4],[1,-10],[6,-7],[1,-10],[-17,-5],[-5,-5],[0,-3],[-5,-4],[0,-10],[-2,-1],[3,-8],[8,-5],[2,5],[12,-7],[-1,-2],[3,-5],[9,-4],[4,-3],[2,0],[0,-1],[3,3],[3,-3],[4,2],[6,-4],[0,-9],[10,-7],[7,0],[8,-6],[2,4],[7,-1],[5,-3],[6,-1],[0,-3],[7,-7],[0,-7],[2,-7],[-1,-5],[20,-9],[-6,-6],[5,-4],[3,-13],[2,1],[4,-4],[0,-4],[7,-2],[10,-8],[2,4],[4,-5],[4,2],[6,-8],[2,1],[6,-5],[2,3],[9,-3],[14,-14],[4,6],[9,-3],[5,8],[-2,7],[1,11],[-1,2],[2,2],[9,-3],[2,-7],[4,0],[2,1],[-2,7],[2,6],[3,-4],[2,-11],[-4,-7],[4,-6],[-6,-7],[1,-2],[-10,-1],[-4,-3],[-1,-8],[1,-2],[-2,-5],[2,-1],[-5,-7],[1,-5],[5,1],[5,-10]],[[4080,1501],[-3,1],[-4,2],[-2,1],[-6,-1],[-1,0],[-5,3],[-4,2],[-3,4],[-3,1],[-7,2],[-4,0],[-2,-3],[-2,-1],[-2,0],[-5,0],[-3,1],[-6,2],[-2,1],[-5,4],[-5,2],[-5,2],[-4,5],[-3,2],[-2,2],[-1,1],[-4,1],[-4,2],[-4,1],[-2,-1],[-4,-3],[-3,-2],[-3,-1],[-4,0],[-4,0],[-1,-3],[0,-4],[-2,-2],[-4,-2],[-1,0],[-4,-3],[-1,-2],[-1,-1],[0,-3],[1,-3],[1,-4],[4,-3],[2,-1],[0,-3],[-1,-1],[-1,0],[-1,-2],[-1,-3],[0,-1],[1,-3],[2,-4],[1,-2],[-1,-3],[0,-2],[-2,-1],[-3,-2],[-1,0],[-1,-1],[-2,-4],[-2,-4],[-2,-4],[-2,-4],[2,-2],[3,-3],[4,-1],[2,0],[2,-1],[-1,-3],[-2,-2],[-1,0],[-3,-2],[-3,-2],[-1,-1],[1,-3],[-2,-4],[-2,-3],[-2,-2],[3,-2],[9,0],[2,-2],[0,-4],[0,-3],[0,-1],[3,-6],[1,-3],[3,-4],[2,-1],[3,-5],[-5,-6],[3,-6],[2,-2],[1,-1],[-1,-3],[0,-1],[-2,-1],[-1,-1],[-2,-4],[0,-4],[2,-1],[0,-3],[-4,-1],[-5,0],[-2,1],[-3,0],[-4,2],[-7,-1],[-7,3],[-2,0],[-1,0],[-1,0],[-3,0],[-6,3],[-5,4],[-4,3],[-1,0],[-1,-1],[-2,-4],[-2,-5],[-1,-1],[-3,1],[-6,1],[-5,2],[-6,1],[-5,1],[-6,0],[-6,1],[-4,1],[-2,-2],[-2,-6],[-1,-2],[-2,-1],[-5,1],[-1,0],[-3,1],[-3,-1],[-3,0],[-1,1],[-1,2],[-7,4],[-2,1]],[[3910,2000],[3,5],[7,0],[16,-4],[14,11],[6,7],[0,4],[3,2],[6,14],[6,7],[4,10],[4,3],[1,6],[3,1],[-1,3],[2,3],[-1,-2],[2,-3],[11,-5],[5,10],[4,2],[0,2],[4,5],[-2,5],[-4,1],[5,4],[0,4],[5,1],[-3,5],[0,5],[-5,4],[1,3],[4,-2],[3,-4],[8,2],[25,-18],[3,11],[6,7],[16,-7],[4,4],[8,-1],[2,3],[6,-5],[8,-1],[2,2],[1,-5],[4,-2],[1,2],[4,-2],[0,3],[10,-2],[0,-4],[7,-2],[0,-5],[3,-2],[1,-6],[6,-2],[1,-5],[2,5],[7,-1],[1,4],[3,-2],[4,-10],[-2,-5],[1,-3],[7,-7],[11,4],[2,2],[-1,8],[5,1],[2,3],[-5,3],[3,9],[-7,18],[4,0],[3,6],[4,-2],[9,-1],[3,8],[2,-1],[1,2],[-6,5],[-2,5],[2,2],[0,6],[3,-1],[4,4],[1,13],[4,-1],[-2,2],[0,3],[5,-1],[1,2],[-19,15],[4,8],[9,3],[0,2],[-2,1],[12,0],[2,3],[-6,7],[7,-3],[2,2],[-3,3],[3,7],[10,-1],[0,2],[-9,5],[-1,4],[-6,1],[4,5],[-3,3],[4,3],[6,-2],[2,-3],[1,3],[4,2],[-4,3],[-2,6],[-6,2],[-6,4],[6,-2],[2,1],[4,0],[3,6],[11,1],[6,-10],[-2,-2],[2,-2],[5,2],[10,11],[0,4],[-4,-1],[-1,8],[9,-3],[21,3],[5,13],[1,3],[-2,2],[10,-4],[6,3],[10,-4],[2,8],[-2,6],[1,14],[-7,5],[2,2],[-4,2],[-5,9],[-7,-8],[-4,-2],[-4,1],[-6,11],[-5,5],[3,12],[-5,9],[-6,1],[-3,-4],[-5,3],[-3,-2],[1,-3],[-19,9],[1,5],[3,5],[3,0],[2,6],[-4,4],[-14,-3],[-2,5],[-2,0],[-4,5],[-4,-1],[0,3],[-6,2],[2,10],[2,2],[4,0],[-2,5],[4,9],[2,-1],[-2,4],[-5,1],[-12,9],[-2,-2],[-5,-1],[-5,9],[2,3],[-12,7],[-2,5],[-9,6],[-3,4],[5,0],[0,2],[-5,2],[-7,14],[-3,0],[-1,-4],[-2,2],[3,3],[-4,2],[0,3],[-6,7],[1,2],[-1,7],[-2,2],[1,3]],[[4146,2490],[1,2],[3,-2],[2,4],[6,-6],[1,2],[4,-1],[3,7],[5,4],[18,5],[3,-1],[3,-3],[7,6],[6,-5],[8,-1],[9,7],[2,5],[4,1],[3,6],[6,-4],[3,-5],[10,-3],[-5,-4],[4,-5],[3,2],[9,13],[10,5],[1,7],[4,0],[5,-4],[3,-11],[6,0],[-1,-3],[6,-2],[1,-8],[6,-2],[10,-2],[4,2],[1,-1],[4,0],[2,-5],[-1,-5],[-6,-3],[-2,-5],[5,-7],[10,6],[26,10],[4,3],[2,-1],[4,5],[-8,2],[-1,7],[3,-1],[4,5],[3,-7],[19,5],[11,8],[2,1],[3,-2],[2,3],[5,0],[3,6],[8,1],[1,2],[-5,17],[-4,2],[-6,-2],[-8,2],[-10,-6],[-2,8],[-6,6],[-5,-2],[0,2],[2,1],[-1,2],[16,10],[7,-3],[1,-5],[11,3],[3,-2],[2,2],[4,-2],[3,4],[-6,10],[-5,4],[6,8],[-1,7],[6,6],[7,-5],[8,-1],[4,-3],[6,5],[3,-1],[6,-6],[-1,-4],[4,-4],[5,1],[3,-3],[4,4],[7,1],[1,-4],[6,13],[0,4],[12,16],[1,6],[8,-6],[1,-5],[-1,-3],[2,-7],[5,1],[0,5],[4,-1],[2,5],[6,4],[-1,5],[6,-2],[6,9],[0,9],[8,-2],[3,-3],[5,2]],[[8557,2451],[-1,1],[-2,-1],[-3,-1],[-1,-2],[-5,-7],[-3,-2],[-1,-1],[-2,-2],[-2,-5],[1,-2],[3,-2]],[[8541,2427],[-1,-1],[-3,-3],[-8,-3],[-1,0],[-1,0],[-2,1],[-10,0],[-4,0],[-5,1],[-8,-2],[-8,-6],[-4,-5],[-4,-9],[3,-9],[3,-4],[1,-5],[-4,-7],[-1,-1],[-1,0],[-2,0],[-2,1],[-1,2],[-1,10],[1,6],[1,1],[1,1],[0,1],[-1,3],[-3,5],[-1,2],[-1,0],[-2,1],[-1,-1],[-3,-7],[-1,-3],[0,-2],[1,-1],[0,-2],[-1,-2],[0,-2],[-1,-2],[-1,0],[-5,1],[-2,3],[-2,2],[-2,2],[-2,2],[-1,0],[-8,0],[-7,-1],[-4,-1],[-2,0],[-4,-2],[-2,-2],[-2,-1],[-2,-2],[-4,-5],[-1,-2],[-1,-7],[0,-3],[-1,-4],[-2,-4],[-2,-3],[-3,-3],[-5,-9],[-3,-2],[-3,0],[-2,1],[0,1],[3,2],[0,1],[0,1],[-3,4],[0,1],[-1,1],[-2,1],[-1,0],[-4,-1],[-2,0],[-2,-1],[-4,0],[-1,0],[-1,0],[-1,1],[-2,0],[-4,-2],[-1,0],[-2,-1],[0,-1],[-4,-3],[-1,-2],[-2,-2],[-3,-7],[-2,-4],[-2,-4],[-1,-3],[-4,-11],[-1,-9],[-1,-2],[0,-2],[0,-7],[-3,-11],[5,-5],[0,-2],[-1,-1],[-1,-3],[-1,-2],[0,-1],[0,-1],[3,-3],[2,-1],[2,0],[1,0],[2,-1],[0,-5],[-2,-5],[0,-5],[5,-3],[-4,-6],[-1,-1],[-2,0],[-1,-1],[-2,0],[-6,1],[0,4],[0,3],[0,1],[1,2],[0,3],[0,3],[-6,7],[-2,1],[-4,2],[-2,1],[-4,0],[-6,-1],[-2,0],[-1,-1],[-6,-3],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-3,-6],[-3,-5],[-7,-4],[-4,-4],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-2],[-1,0],[-1,1],[-1,3],[0,2],[-1,4],[0,2],[-2,1],[0,1],[-2,1],[-2,0],[-5,2],[-1,0],[-1,-1],[-6,-1],[-5,0],[-2,0],[-5,-1],[-3,-1],[-2,0],[-4,-1],[-1,-1],[-2,-1],[-2,-1],[-2,-1],[-2,-2],[-4,-3],[-2,-3],[-1,-1],[0,-2],[-3,-6],[-2,-4],[-3,-6],[0,-1],[-1,-5],[1,-1],[3,-2],[1,-1],[2,0],[2,-1],[3,-1],[1,-3],[-2,-4],[-4,-9],[-2,-5],[-5,1],[-2,0],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-1]],[[8011,2492],[3,6],[34,9],[10,5],[4,6],[-6,10],[-18,7],[-6,0],[2,11],[5,10],[17,5],[-3,1],[-2,19],[-5,3],[-8,1],[-4,8],[53,-16],[6,5],[9,2],[7,5],[6,14],[7,8],[-1,5],[1,1],[22,8],[1,-3],[13,-1],[0,-8],[2,2],[6,-2],[1,-3],[7,-6],[5,-9],[12,4],[21,1],[8,5],[-4,7],[-6,4],[-5,10],[-5,5],[-1,4],[-12,-1],[-8,8],[-6,11],[0,7],[-19,2],[-1,24],[-8,6],[3,6],[-28,16],[-6,19],[-3,-2],[-5,2],[-20,18],[0,24],[6,16],[-3,1],[-8,19],[-10,12],[-5,8],[-7,6],[-2,12],[2,8],[-7,5],[2,8],[-9,13],[10,8],[1,7],[-3,6],[4,6],[1,6],[7,5],[1,4],[-3,8],[8,8],[0,5],[-2,4],[2,8],[-1,8],[3,2],[6,1],[4,6],[2,-1],[2,3],[4,-1],[3,2],[-1,8],[4,10],[18,-7],[-2,17],[6,10],[-1,14],[3,6],[6,3],[-1,4],[2,6],[2,2],[7,0],[12,14],[8,-1],[3,-3],[2,2],[19,17]],[[8181,3080],[1,0],[7,-3],[7,-1],[6,-4],[2,-3],[1,-4],[1,-6],[2,-7],[0,-1],[3,-2],[4,-4],[4,-4],[4,-3],[3,-3],[3,-4],[2,-6],[-2,-4],[-1,-6],[1,-3],[2,-1],[2,0],[2,2],[1,0],[1,-1],[2,-2],[-1,-2],[0,-1],[0,-2],[1,-1],[3,-1],[4,0],[5,-3],[3,-4],[2,-6],[-1,-4],[0,-5],[1,-3],[0,-7],[1,-6],[1,-4],[3,-5],[2,-4],[2,-1],[3,-2],[3,-1],[5,0],[3,-5],[1,-2],[2,-2],[2,0],[2,1],[2,1],[4,2],[4,2],[1,-1],[3,0],[2,1],[3,3],[1,0],[1,0],[3,0],[2,-1],[5,-3],[1,-2],[1,-2],[2,-3],[2,-1],[6,-2],[6,-1],[2,-3],[5,-3],[5,-5],[5,-5],[3,-2],[1,0],[3,1],[7,4],[3,1],[2,-1],[3,-4],[4,-3],[2,0],[2,0],[3,0],[2,-3],[3,-6],[1,-2],[3,0],[2,-3],[1,-3],[0,-2],[1,-1],[2,-2],[3,-2],[1,-2],[1,-2],[2,-2],[7,-1],[1,2],[2,3],[0,1],[1,1],[3,-2],[3,-4],[1,-4],[2,-7],[0,-1],[2,-2],[3,-2],[3,-4],[1,-2],[4,0],[3,0],[2,-3],[3,-3],[1,-1],[1,0],[2,1],[7,2],[4,1],[5,1],[4,-1],[3,-1],[3,0],[8,0],[4,2],[2,-1],[1,-2],[1,-4],[2,-8],[1,-2],[2,-4],[1,-6],[2,-2],[2,-2],[4,1],[1,0],[2,1],[1,1],[6,4],[2,1],[2,1],[4,0],[2,-1],[1,-1],[1,-2],[3,-2],[1,-1],[1,1],[1,1],[4,-1],[1,-1],[2,-3],[2,-3],[2,0],[1,1],[1,3],[0,6],[1,7],[4,1],[6,-2],[5,1],[2,-1],[2,-1],[2,-1],[3,2],[1,1],[1,1],[3,3],[1,1],[5,0],[3,1],[2,2],[3,4],[1,1],[7,2],[1,1],[1,-1],[3,-3],[3,-2],[2,0],[2,0],[2,1],[1,0],[1,4],[3,2],[3,1],[7,0],[5,1],[2,0],[3,3],[2,2],[4,1],[6,0],[8,-2],[3,0],[3,0],[5,-1],[6,-1],[2,0],[4,7],[1,3],[1,2],[1,4],[0,6],[2,3],[1,2],[1,2],[1,0],[5,1],[2,0],[5,-1],[4,0],[3,-1],[3,-1],[1,1],[3,1],[2,-1],[3,-1],[1,-1],[0,-3],[-2,-7],[-1,-2],[-4,-2],[-1,-2],[-1,-2],[0,-2],[0,-2],[1,-1],[2,-2],[2,-2],[0,-3],[-1,-4],[-2,-3],[-2,-2],[-2,-2],[-1,-1],[0,-3],[3,-2],[1,-8],[1,-1],[4,-5],[3,-2],[2,-3],[2,-1],[2,-5],[2,-5],[1,-2],[3,-4],[2,0],[1,-1],[2,-1],[3,-4],[1,-4],[1,-2],[0,-3],[-1,-2],[0,-6],[0,-4],[0,-2],[-1,-3],[-2,-3],[-2,-2],[-1,-3],[-2,-3],[0,-3],[0,-2],[0,-4],[-2,-2],[-2,-1],[-3,0],[-1,0],[-2,-1],[-2,-2],[-3,-2],[-2,-2],[-2,-3],[-6,1],[-2,-2],[-1,-2],[0,-4],[0,-6],[1,-3],[2,-8],[1,-2],[1,-5],[-1,-4],[-3,-8],[-3,-2],[-1,-2],[-1,-3],[0,-3],[-1,-3],[-1,-2],[-1,0],[-7,-2],[-2,-3],[-4,-4],[-3,-3],[-3,-1],[-2,-1],[-4,-3],[-2,-2],[-2,0],[-5,2],[-1,0],[-4,-2],[-7,-3],[-4,-4],[-3,-2],[-3,-2],[-1,-3],[2,-2],[2,-5],[-3,-5],[-1,-8],[-1,-1],[-3,-2],[-2,-1],[0,-1],[0,-1],[1,-1],[2,-6],[0,-6],[0,-2],[-1,-2],[0,-1],[-2,-2],[-1,-1],[-3,-1],[-4,-1],[-3,-1],[-4,0],[-4,-3],[-1,-1],[-5,-4],[-2,-1],[-3,-1],[-3,-3],[-3,-4],[-2,-2],[-2,-2],[-2,-1],[0,-2],[1,-3],[0,-3],[-2,-6],[0,-4],[0,-2],[1,-4],[1,-3],[6,-6],[2,-6],[0,-2],[1,-9],[2,-8],[2,-8],[0,-2],[1,-2],[1,-3],[2,-3],[1,-2],[1,-1],[1,-4],[1,-6],[0,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-5,-2],[-1,-1],[-1,-5],[-4,-2],[-3,-1],[-3,-2],[-3,-3],[-2,-2],[-3,-4],[-2,-4],[0,-2],[1,-2],[2,-2],[1,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-3,0],[-2,1],[-2,0],[-1,1],[-1,1],[-1,0],[-1,1],[-1,2],[-2,2],[-3,3],[-1,0],[-1,0],[-3,-1],[-1,-1],[-1,-1],[-6,-6],[-1,-1],[-1,-1]],[[7237,2828],[-1,-45],[3,-9],[10,0],[19,7],[0,-3],[-2,-5],[2,-13],[-1,-25],[-5,-13],[-6,-7],[-2,-10],[-4,-4],[-7,-36],[1,-7],[2,-5],[6,-1],[4,3],[12,-9],[10,4],[7,-1],[-1,-6],[8,-11],[1,-11],[9,2],[8,0],[1,-2],[-7,-12],[-2,-9],[-5,-9],[-2,-9],[-7,-9],[-1,-6],[-4,0],[-2,-4],[-10,-7],[0,-19],[-3,-16],[3,-1],[7,5],[3,-2],[3,8],[4,3],[10,-3],[2,2],[3,0],[3,-3],[19,5],[2,-3],[16,-3],[3,-9],[10,-9],[8,-21],[10,-4],[3,-4],[6,2],[2,-27],[20,-13],[8,-14]],[[6720,2631],[8,8],[7,3],[5,-1],[7,4],[10,16],[12,8],[3,6],[-4,10],[2,11],[4,1],[9,-3],[8,1],[2,10],[-2,14],[-3,5],[-13,3],[-2,15],[-20,22],[0,12],[-19,10],[-1,2],[2,2],[0,8],[-8,0],[-15,-9],[-4,2],[-2,13],[-8,16],[3,11],[0,16],[6,12],[-2,31],[2,1],[2,10],[-12,6],[0,8],[3,6],[-2,8],[-8,1],[-10,-3],[-4,2],[2,20],[-16,21],[-3,10],[0,7]],[[6659,2987],[3,32],[-3,10],[1,19]],[[6660,3048],[13,-7],[1,2],[3,-1],[2,-4],[23,0],[1,5],[3,2],[30,-2],[6,-8],[6,2],[5,-6],[2,-6],[6,-4],[4,0],[-1,-24],[2,-7],[-2,-4],[6,-12],[1,-26],[2,-3],[7,-2],[7,9],[2,-1],[2,6],[2,-1],[8,8],[5,1],[1,7],[9,6],[14,2],[-3,-6],[2,-1],[2,3],[14,0],[4,3],[3,-1],[7,7],[11,6],[15,11],[16,1],[12,10],[15,5],[11,8],[5,-8],[2,-12],[4,-5],[15,-3],[6,-4],[0,4],[8,6],[15,9],[6,6],[3,0],[-3,8],[11,5],[5,-6],[-3,-7],[-1,-12],[-4,-1],[0,-2],[-9,-5],[-1,-7],[0,-7],[9,-2],[0,-22],[-8,-10],[2,-3],[2,2],[0,-4],[4,-1],[3,-5],[1,1],[10,-7],[5,1],[12,-6],[7,1],[3,-2],[3,2],[3,-3],[6,1],[1,18],[8,0],[27,-17],[4,-6],[4,-3],[0,5],[6,-2],[4,2],[13,-7],[12,11],[20,-13],[-2,-6],[4,-14],[-3,-28],[9,-3],[14,3],[7,-6],[6,3],[0,-12],[8,-4],[2,-15],[7,-4],[26,-2]],[[4555,2625],[12,-1],[0,19],[3,3],[-8,5],[-13,3],[-5,-1],[-1,4],[2,3],[-4,7],[2,1],[2,-3],[6,-2],[0,7],[11,3],[17,-5],[19,-1],[3,1],[-3,14],[2,6],[5,5],[1,6],[2,0],[2,4],[7,-3],[7,4],[-6,17],[5,1],[11,-2],[0,4],[-2,2],[4,-1],[2,6],[9,1],[3,14],[6,8],[-8,19],[-5,0],[-7,4],[-1,-7],[-2,0],[-5,8],[1,3],[-2,1],[6,11],[0,8],[-6,2],[-6,5],[1,5],[-1,7],[4,9],[2,-4],[5,3],[9,-1],[3,-4],[13,6],[14,-4],[-3,5],[6,-4],[1,-4],[0,2],[10,5],[3,-8],[8,-1],[4,-6],[1,-5],[5,-1],[11,4],[0,2],[-4,1],[-1,6],[2,3],[6,5],[2,-1],[0,7],[2,0],[1,4],[4,-7],[8,-7],[1,-5],[5,-1],[4,-4],[-1,4],[3,7],[-8,20],[4,5],[0,4],[3,2],[6,-9],[5,2],[5,7],[15,-7],[5,6],[5,-11],[4,-3],[5,4],[4,9],[-4,0],[-4,8],[-6,4],[-3,-1],[0,2],[3,5],[6,3],[8,0],[12,-9],[1,-5],[4,-3],[6,5],[12,-9],[7,5],[1,10],[3,-2],[-2,-6],[4,0]],[[4850,2862],[28,8],[0,5],[-3,3],[2,4],[7,0],[14,5],[-5,10],[0,6],[10,1],[2,-6],[6,-4],[4,5],[7,4],[-1,-5],[3,-3],[-2,-7],[8,7],[-3,11],[2,2],[16,2],[3,5],[3,-1],[3,2],[5,-1],[2,-4],[-1,-6],[7,-3],[-5,-7],[7,-3],[7,3],[4,-3],[1,-3],[-1,-4],[3,-2],[5,-8],[3,1],[6,9],[9,-4],[4,1],[4,-7],[3,2],[2,-5],[-4,-4],[-10,-4],[-3,1],[0,-6],[-10,-3],[0,4],[-4,2],[-3,-5],[-5,-2],[1,-4],[4,-1],[3,3],[10,-3],[12,2],[4,-2],[1,-3],[4,0],[9,4],[2,5],[5,0],[0,3],[4,-2],[3,4],[4,-3],[5,0],[9,-7],[-1,-6],[-5,-11],[5,2],[5,-2],[3,-4],[7,6],[9,-1],[1,-3],[3,-2],[-1,-2],[3,-4],[0,-2],[3,0],[8,-9],[6,-4],[7,0],[7,-5],[2,2],[1,-5],[8,-7],[-1,-7],[3,0],[4,-7],[1,-12],[-2,-2],[19,-3],[4,2],[8,-5],[3,2],[3,-16],[-2,-3],[3,1],[3,-4],[1,1],[4,-2],[10,-11],[-2,-3],[5,-8],[-1,-3],[-2,-2],[6,-17],[14,-4],[2,-6],[-2,-2],[1,-5],[-3,-12],[-10,-4],[-3,-3],[0,-7],[2,0],[3,4],[1,-7],[5,1],[2,-3],[13,-7],[-2,-5],[1,-3],[7,4],[-1,-5],[6,1],[-3,-3],[4,-1],[1,-3],[-4,-27],[20,-14],[-1,-6],[-10,-7],[1,-9],[-3,-13],[7,-8],[3,0],[8,-18],[3,-2],[3,2],[2,-2],[1,-7],[5,-1],[2,-7],[-1,-4],[10,-9],[3,-10],[19,-18],[1,-6],[8,-8],[4,-1],[4,-5],[5,1],[11,-3],[4,1],[20,-14],[4,3],[11,1],[3,2],[10,2],[4,16],[13,8],[12,2],[5,-10],[5,-3],[5,2],[3,-3],[7,0],[6,-10],[22,4],[4,-3],[3,1],[1,-3],[4,-1],[1,-1],[-2,-5],[4,-6],[0,-20],[5,-7],[3,-1],[-1,-3]],[[4001,2776],[7,1],[2,-14],[4,-3],[-3,-9],[6,-12],[3,2],[-1,2],[17,9],[3,4],[9,3],[6,7],[7,-1],[5,-9],[8,-1],[2,2],[0,-6],[3,2],[6,-5],[0,-1],[-3,1],[-2,-3],[-4,1],[-5,-6],[-1,0],[1,-3],[-2,-3],[-4,0],[-7,5],[-8,-5],[4,-9],[4,-1],[-5,-6],[5,-2],[2,-11],[-4,-2],[1,-2],[-5,-2],[1,-1],[-2,-1],[3,-2],[-2,-3],[-2,1],[-1,-4],[-2,1],[-3,-5],[-6,-1],[-4,-7],[2,-4],[-5,-7],[0,-3],[-7,-4],[-2,2],[-4,-5],[-4,-2],[0,-2],[-1,0],[2,-4],[-1,-5],[3,-7],[-1,-2],[5,-2],[0,-3],[4,3],[7,-1],[6,2],[2,5],[5,-2],[2,3],[23,-18],[5,3],[1,5],[4,-2],[4,3],[4,-3],[3,-8],[10,-3],[-1,-4],[2,-3],[10,-4],[-14,-9],[0,-16],[4,-6],[5,-2],[6,-8],[5,-11],[-13,2],[1,-11],[7,-5],[14,-3],[-4,-8],[-5,-4],[-2,-8],[-4,-3],[-1,-3],[1,-4],[-2,1],[-1,-3],[1,-6],[-3,0],[-1,-4],[1,-5],[5,-3],[3,4],[2,-3],[3,0],[6,9],[4,-5],[5,4],[7,0],[4,-5]],[[3332,2282],[-1,4],[-3,2],[0,6],[-4,0],[4,9],[1,11],[-21,0],[-3,8],[2,5],[-2,15],[12,-8],[2,14],[-2,2],[2,2],[4,-1],[5,3],[4,0],[-2,4],[1,1],[-1,5],[4,7],[-13,2],[2,5],[-1,5],[6,2],[0,4],[2,-1],[4,5],[-4,6],[0,6],[-4,3],[5,5],[10,2],[12,10],[6,6],[1,4],[5,3],[-2,11],[-6,3],[-9,0],[1,5],[7,1],[0,3],[-2,3],[-2,7],[-3,3],[3,7],[-6,11],[3,9],[-5,3],[-2,8],[7,1],[1,3],[2,-3],[7,-1],[1,-2],[6,3],[0,8],[-3,3],[-1,9],[1,2],[4,-1],[2,3],[-5,13],[-9,12],[9,8],[-2,3],[2,4],[2,-1],[2,-9],[3,1],[-5,14],[1,4],[-3,0],[-4,5],[-7,-1],[-7,10],[-3,-4],[-5,1],[-4,3],[3,1],[-4,3],[2,2],[3,-1],[2,9],[4,6],[4,-7],[12,8],[2,5],[5,4],[-1,3],[8,4],[1,9],[10,-12],[3,0],[0,4],[4,1],[1,8],[12,-4],[6,5],[1,3],[12,-12],[-1,-3],[4,-2],[5,2],[1,4],[-4,2],[1,8],[3,6],[3,0],[6,-6],[7,2],[1,6],[6,11],[9,-1],[2,2],[5,22],[12,-13],[14,-12],[3,-6],[0,-10],[-10,-5],[-2,-4],[-8,-5],[3,-1],[4,-6],[5,0],[7,-7],[9,-5],[9,-12],[2,0],[5,4],[12,-7],[2,5],[5,2],[2,11],[3,2],[-3,4],[-3,19],[-4,2],[1,4],[-3,5],[-1,0],[-2,11],[4,2],[0,3],[6,1],[-2,7],[6,6],[-2,2],[3,2]],[[3549,2691],[1,-2],[7,5],[11,-1],[8,3],[3,8],[5,3],[-1,4],[5,-2],[5,-6],[-2,-20],[12,-2],[5,3],[2,5],[-1,15],[8,6],[3,-1],[6,15],[3,-1],[2,2],[4,-3],[2,8],[4,-1],[2,3],[6,-4],[5,4],[3,-1],[-4,-11],[3,-2],[13,-7],[3,6],[4,-4],[3,-1],[1,1],[3,-6],[5,0],[15,-8],[4,5],[0,-2],[3,0],[0,2],[3,0],[1,3],[-3,7],[0,5],[8,-3],[12,6],[7,0],[-1,2],[3,2],[5,-2],[4,-7],[7,-2],[7,11],[0,3],[4,0],[0,3],[10,-2],[4,9],[5,-3],[5,3],[7,-1],[1,11],[11,17],[10,-1],[6,-2],[1,6],[2,-2],[10,1],[1,-7],[5,13],[6,-7],[7,1],[5,-5],[3,4],[9,-2],[2,4],[5,2],[2,5],[6,8],[-1,3],[6,-1],[0,2],[4,0],[0,3],[7,-2],[-2,-3],[20,-15],[2,-11],[5,0],[4,-6],[3,1],[4,-3],[-1,-5],[2,0],[-2,-4],[7,-10],[9,3],[2,3],[0,8],[4,9],[5,0],[2,-2],[3,9],[5,6],[6,-1],[10,5],[5,-2],[2,5]],[[6882,3149],[1,-5],[7,0],[8,-11],[7,-2],[1,5],[4,0],[1,-5],[-4,-5],[1,-13],[14,-2],[1,-4],[4,0],[3,-6],[9,3],[3,-3],[4,2],[1,-5],[-10,-8],[-2,-6],[-8,-3],[-4,2],[-3,-3],[-4,2],[-3,-4],[0,-14],[-9,-12],[0,-6],[3,-2],[-9,-6],[-3,0],[3,-2],[-7,-7],[-2,-19],[-5,5],[-14,1],[-2,4],[-4,-2],[-5,6],[-15,2],[-22,-5],[2,10],[-7,12],[5,8],[4,0],[0,5],[-10,8],[-7,0],[2,6],[12,9],[3,9],[3,1],[5,5],[4,14],[-2,9],[6,11],[14,7],[5,0],[4,6],[5,-1],[7,12],[5,-3]],[[6374,2154],[-2,0],[-12,3],[-9,2],[-9,2],[-6,2],[-6,3],[-9,4],[-3,1],[-5,3],[-1,1],[-1,1],[-3,3],[-1,1],[-3,4],[-3,5],[-2,5],[-2,5],[0,1],[0,2],[0,1],[0,1],[4,8],[5,6],[1,0],[1,0],[1,0],[1,1],[1,1],[0,1],[1,2],[0,4],[-5,8],[-2,3],[-1,2],[-1,1],[-1,1],[-2,1],[-3,2],[-5,3],[-4,1],[-1,1],[-1,0]],[[5781,2620],[-2,2],[1,5],[-2,2],[-1,7],[1,1],[-2,2],[4,17],[13,7],[1,12],[14,1],[5,2],[9,24],[6,3],[8,2],[4,6],[3,8],[-1,7],[2,3],[-14,13],[-6,2],[-3,5],[-4,0],[-8,3],[-4,4],[-2,10],[-7,-1],[-2,-6],[-5,-2],[2,5],[-4,5],[-10,-9],[-10,9],[-1,8],[-5,13],[-3,-2],[-1,3],[-3,-1],[-8,-11],[-9,-1],[3,5],[-6,0],[-9,12],[1,4],[-6,0],[-4,6],[6,4],[5,-1],[8,10],[14,-2],[7,6],[2,-1],[0,16],[-3,11],[8,7],[2,17],[6,0],[9,9],[10,1],[1,2]],[[5791,2884],[15,-2],[1,-7],[6,0],[4,-9],[7,0],[6,-5],[2,-14],[4,-6],[8,-2],[14,0],[6,-3],[19,2],[10,-5],[6,1],[6,-3],[2,-10],[2,5],[11,9],[13,-1],[5,-3],[6,0],[4,-4],[11,5],[3,-2],[6,3],[2,20],[9,3],[3,3],[-7,2],[-3,4],[-9,1],[5,10],[3,14],[8,5],[6,-8],[2,1],[7,5],[-2,5],[1,2],[5,-3],[5,0],[-1,-3],[6,-9],[5,-1],[4,-6],[14,0],[8,-9],[7,0],[3,-5],[4,1],[3,-3],[-1,-5],[3,-3],[5,2],[0,-2],[2,1],[4,-8],[10,-7],[11,1],[5,4],[2,4],[6,1],[4,-3],[7,1],[6,-6],[3,3],[10,-6],[-1,4],[10,15],[8,5],[6,-3],[1,13],[6,-1],[5,3],[-1,6],[2,2],[-4,9],[0,4],[6,-1],[2,-3],[8,-3],[4,-5],[5,0],[10,-8],[-1,5],[2,4],[-3,3],[-1,-2],[-4,-1],[1,4],[-2,-1],[-1,1],[2,3],[-4,3],[1,3],[-2,0],[2,3],[-2,1],[4,0],[-4,6],[-2,-1],[1,-1],[-3,3],[-5,0],[-2,-2],[0,1],[-3,1],[11,28],[-5,11],[1,10],[6,7],[0,-2],[3,1],[1,2],[3,-3],[2,5],[2,-2],[2,6],[-4,11],[-4,1],[-2,3],[-3,1],[-7,-5],[-8,9],[5,9],[-3,10],[-8,7],[-1,5],[14,11],[1,8],[3,4],[0,-4],[2,5],[0,4],[-5,3],[-7,0],[-1,5],[-1,0],[-5,7],[2,4],[-7,8],[-7,17],[-6,2],[-8,11],[2,5],[5,-4],[2,2],[6,11],[6,4],[6,0],[13,-6],[5,2],[-2,2],[0,9],[5,-1],[6,7],[5,9],[-1,4],[1,6],[3,4],[-1,2],[6,3],[4,9],[5,6]],[[6216,3182],[11,-6],[0,-4],[5,0],[1,-5],[3,-1],[3,2],[2,-3],[2,2],[6,-14],[-7,-13],[8,-1],[14,-14],[-4,-6],[1,-5],[-5,-2],[-7,5],[-4,-6],[2,-7],[6,-6],[-1,-5],[2,-7],[3,-3],[-2,-5],[-2,1],[2,-9],[-3,-5],[2,-9],[-12,-8],[5,-6],[3,0],[-1,-3],[2,0],[-2,-2],[3,-2],[14,9],[2,4],[7,-1],[1,2],[5,-1],[0,5],[7,-1],[8,-7],[3,6],[5,5],[3,-2],[2,-7],[5,-2],[1,-14],[14,-1],[5,5],[4,0],[0,-5],[6,-13],[19,-9],[19,-22],[12,-5],[3,4],[9,6],[2,8],[6,10],[1,17],[-1,7],[1,1],[2,-3],[6,1],[10,6],[6,11],[3,1],[-3,7],[29,1],[16,7],[8,-13],[-10,-34],[3,-1],[-1,-2],[2,-7],[4,-4],[2,2],[11,-2],[5,1],[4,3],[-1,-4],[2,-3],[4,-1],[9,15],[-4,-1],[3,42],[3,4],[7,-1],[3,1],[2,0],[5,-5],[5,2],[9,0],[0,5],[2,1],[1,-7],[4,-4],[0,-6],[7,2],[7,-8],[10,4],[1,-2],[-3,-3],[10,-20],[7,-2],[4,1],[8,-6],[12,-4],[5,-5],[3,-8],[12,7],[3,-4],[1,-7],[6,-4]],[[8223,3382],[-1,-1],[0,-2],[3,-3],[1,-3],[0,-3],[1,-1],[1,-7],[3,-6],[4,-4],[1,-2],[0,-3],[0,-1],[-3,-1],[-3,3],[-3,-1],[-2,-1],[-2,-1],[0,-1],[0,-2],[1,-3],[0,-3],[-3,-4],[-3,-1],[-2,-1],[-3,-7],[-1,-2],[0,-3],[1,-4],[0,-2],[0,-5],[-1,-4],[1,-2],[-1,-3],[-2,-1],[-4,-1],[-4,-2],[-4,0],[1,-3],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[-1,-2],[-6,-2],[-5,-2],[-6,-3],[-4,-1],[-2,1],[-1,0],[-1,0],[-2,-2],[0,-4],[-1,-2],[-3,-6],[-1,-1],[-3,-2],[-3,-2],[-2,-2],[-1,-3],[0,-3],[2,-8],[1,-6],[0,-7],[3,-6],[1,-5],[1,-1],[4,-4],[2,-3],[1,-3],[2,-5],[4,-4],[4,-4],[3,-1],[4,-1],[3,-2],[1,-3],[0,-2],[2,-5],[0,-6],[1,-2],[2,-1],[3,-3],[2,-1],[2,-1],[5,-3],[3,-2],[1,-3],[2,-2],[2,-2],[3,-3],[-1,-3],[-4,1],[-1,1],[-3,-1],[-2,-3],[-1,-1],[-3,-1],[-4,2],[-2,2],[-8,-4],[-3,-2],[-2,0],[-3,-1],[-1,-3],[1,-4],[1,-5],[-1,-7],[0,-2],[0,-2],[0,-3],[1,-2],[0,-6],[0,-5],[1,-7],[-1,-4],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[-1,-2],[0,-4]],[[7237,2828],[6,2],[2,6],[21,9],[7,18],[12,-2],[6,4],[3,6],[-13,13],[3,10],[3,2],[2,6],[14,0],[4,4],[5,-1],[0,-3],[5,-6],[0,-4],[10,-5],[1,-3],[5,-3],[-2,-5],[-4,-4],[0,-8],[18,-4],[6,2],[8,-3],[3,18],[-14,3],[-10,0],[-3,4],[3,5],[3,15],[16,-1],[0,3]],[[7357,2906],[11,-6],[1,4],[7,1],[6,4],[1,5],[16,1],[6,3],[3,6],[3,1],[14,-5],[14,8],[12,-3],[10,-10],[11,-1],[16,-7],[13,1],[2,-4],[13,1],[4,13],[-5,3],[-9,1],[-12,7],[-3,14],[-8,8],[0,10],[-14,8],[-9,9],[-3,8],[1,10],[9,13],[-1,6],[8,4],[6,-5],[7,-1],[7,-7],[-1,-12],[4,-8],[22,-22],[6,0],[-2,7],[4,11],[-8,3],[-1,6],[3,7],[-3,7],[10,5],[-2,8],[1,13],[-1,2],[-2,0],[-6,-5],[-8,4],[-3,4],[6,11],[-1,9],[10,1],[4,11],[9,10],[3,14],[11,25],[9,7],[6,6],[26,9],[6,17],[19,13],[1,4],[4,-1],[-2,-5],[11,-7],[1,6],[-4,7],[8,12],[-1,5],[-3,1],[4,9],[5,0],[9,-6],[2,3],[6,1],[7,-8],[21,-6],[0,-21],[2,-1],[0,-6],[5,0],[5,5],[2,-5],[4,-3],[1,-9],[8,-5],[5,-6],[16,-32],[10,3],[1,3],[4,2],[-1,3],[10,21],[-2,11],[-5,8],[1,3],[-3,1],[-1,8],[-5,6],[-4,16],[22,2],[2,6],[16,9],[4,-6],[9,-8],[10,-4],[0,5],[8,3],[2,18],[5,10],[-11,12],[9,5],[8,8],[3,0],[5,-12],[6,-4],[5,-8],[9,-5],[-1,-3],[7,-10],[0,-5],[2,-6],[9,-3],[5,3],[3,4],[6,-9],[10,-1],[3,-4],[3,-10],[9,3],[9,-3],[2,-3],[8,2],[7,-3],[11,5],[8,-6],[10,-1],[11,3],[7,-3],[7,3],[6,-2],[17,0],[6,40],[6,5],[1,4],[7,1],[7,12],[1,9],[3,5],[4,11],[-3,11],[17,-3],[6,3],[10,12],[3,-2],[4,1],[7,9],[2,9],[14,6],[0,4],[-3,3],[0,5],[6,3],[3,4],[7,-2],[6,12],[6,-3],[10,8],[13,0],[7,6],[0,9],[4,3],[0,3],[6,-2],[10,3],[2,5],[4,1],[1,6],[5,3],[5,12],[5,3],[5,-4],[12,-4],[6,3]],[[4221,3098],[13,3],[6,7],[7,4],[23,1],[-3,-5],[2,-10],[-1,-8],[-4,2],[-8,-1],[0,-2],[-6,0],[1,-5],[-3,-1],[-2,4],[-9,3],[4,-4],[-2,-7],[-4,-5],[-3,-1],[5,-6],[6,1],[5,-4],[3,-5],[5,-3],[-6,-11],[2,-4],[8,-8],[9,2],[7,-6],[0,-3],[4,-1],[7,3],[4,-8],[9,8],[0,-8],[-3,-2],[1,-9],[4,-5],[2,1],[7,-8],[5,2],[6,-14],[3,4],[-1,5],[3,3],[12,-4],[2,-6],[2,-2],[-1,-2],[4,0],[5,19],[2,-3],[5,2],[3,-3],[3,1],[5,8],[5,1],[1,3],[9,0],[-2,-7],[0,-7],[-5,-8],[0,-3],[7,0],[-1,-5],[1,-3],[-8,-4],[-3,-5],[-3,-1],[2,-11],[-4,-6],[17,-9],[5,0],[1,4],[2,2],[4,-2],[-2,-3],[4,-2],[2,-1],[0,6],[4,-2],[6,-5],[-1,-6],[10,-15],[1,5],[15,18],[7,4],[2,-1],[19,14],[5,0],[7,5],[1,6],[3,-2],[0,2],[5,1],[1,2],[-3,2],[3,3],[-2,2],[1,5],[2,1],[5,-3],[-1,4],[3,0],[0,7],[4,11],[10,-10],[1,-2],[-4,-2],[2,-1],[8,-2],[8,3],[4,-8],[8,-5],[-6,-7],[1,-1],[0,-4],[2,-2],[0,-6],[3,-4],[10,-10],[10,6],[4,0],[6,3],[3,-3],[1,2],[-1,6],[8,8],[-7,22],[-3,3],[-6,1],[-2,5],[12,5],[-5,12],[0,6],[11,-3],[1,3],[5,2],[4,-8],[10,2],[1,-7],[-2,-5],[0,-6],[13,-12],[5,2],[8,15],[-14,9],[1,5],[9,-4],[3,2],[4,-7],[-1,-5],[3,-2],[2,11],[3,-5],[2,9],[4,0],[13,15],[2,-1],[3,3],[6,-3],[0,2],[7,1],[4,4],[6,0],[1,9],[9,-3],[4,1],[6,-9],[6,-5],[0,6],[4,-4],[2,2],[4,7],[-4,6],[5,-2],[2,9],[4,-1],[0,2],[4,1],[3,-8],[11,-6],[3,4],[0,6],[2,3],[7,2],[1,-2],[1,2],[4,-6],[20,8]],[[4777,3058],[2,-5],[-1,-1],[-4,2],[-9,-8],[-3,-8],[15,-17],[-9,-12],[22,-13],[8,3],[9,0],[1,-3],[9,3],[1,-3],[10,1],[9,-4],[0,-4],[-4,-7],[0,-11],[-3,-6],[1,-7],[-8,0],[-5,5],[-1,-3],[-5,1],[-1,-4],[-9,-17],[0,-5],[-3,-1],[-2,-5],[-5,-5],[-9,4],[0,-6],[8,-3],[3,-4],[-3,-8],[7,-3],[-1,-5],[9,3],[-3,3],[2,0],[7,-3],[1,-7],[-3,-3],[7,-9],[2,13],[12,2],[11,-5],[2,-3],[-5,-5],[2,-10],[4,-1],[3,1],[1,-2],[9,-1],[-6,-5],[-2,-5]],[[4001,2776],[-2,4],[0,6],[7,12],[0,11],[3,2],[0,5],[7,4],[2,4],[1,-2],[4,7],[3,-4],[6,-1],[1,2],[7,-4],[0,3],[-4,6],[3,12],[-6,14],[21,0],[9,-7],[22,-11],[11,3],[-1,3],[2,1],[-3,3],[3,6],[3,-4],[5,0],[0,6],[-4,3],[1,6],[-3,8],[3,6],[0,6],[-2,0],[-3,3],[-8,-8],[-4,3],[0,3],[-8,1],[0,10],[6,10],[10,-1],[7,-3],[13,0],[1,5],[-2,2],[17,34],[-1,3],[1,2],[-2,0],[-5,4],[4,9],[6,2],[-1,3],[1,5],[-4,5],[0,6],[8,-5],[5,5],[3,8],[-1,1],[-5,-2],[2,3],[-4,5],[-2,-1],[-2,4],[-5,1],[-7,16],[-13,-3],[-1,-2],[-4,3],[-4,8],[-8,1],[0,2],[-2,-1],[4,10],[-1,4],[7,5],[-1,4],[5,0],[-1,7],[2,0],[3,8],[-3,7],[2,0],[-1,6],[-4,6],[6,9],[1,8],[5,-1],[10,4],[5,-9],[5,-3],[2,-3],[3,-26],[3,4],[-3,5],[3,1],[0,3],[4,0],[-2,4],[6,0],[1,-2],[4,2],[7,1],[2,-6],[9,7],[4,6],[6,-4],[9,-2],[21,-1],[8,4],[-2,2],[1,9],[3,2]],[[3401,2942],[8,-23],[0,-54],[10,-1],[5,4],[10,-1],[4,2],[18,-5],[38,-1],[22,-13],[4,-7],[69,-7],[-3,-2],[4,-14],[-9,-3],[-7,-11],[-8,-7],[2,-10],[-4,1],[-3,-14],[-8,-2],[3,-5],[0,-7],[-5,-7],[2,-5],[-5,-10],[-2,-5],[-8,-1],[1,-24],[10,-19]],[[2460,2225],[3,5],[3,7],[4,9],[2,5],[3,5],[4,7],[2,4],[8,16],[8,19],[1,3],[1,3],[3,7],[2,3],[8,23],[1,3],[1,8],[-1,1],[0,2],[1,2],[1,3],[1,4],[0,1],[1,12],[0,6],[0,7],[1,5],[0,3],[0,1],[1,2],[1,10],[2,12],[1,5],[2,9],[1,9],[2,10],[2,11],[2,10],[2,7],[0,2],[0,3],[2,8],[2,10],[2,10],[1,3],[1,7],[2,8],[1,5],[1,6],[2,8],[0,2],[3,10],[1,5],[2,7],[1,8],[2,11],[3,14],[1,8],[2,9],[0,3],[2,8],[1,6],[1,7],[1,5],[1,6],[1,5],[1,6],[1,6],[2,8],[1,9],[2,10],[1,3],[2,10],[1,8],[1,7],[1,4],[0,4],[1,6],[1,4],[2,9],[2,11],[1,8],[2,8],[2,9],[1,2],[1,9],[1,10],[2,6],[0,3],[1,4],[0,3],[2,6],[0,4],[1,4],[1,9],[1,4],[0,5],[1,6],[1,4],[1,8],[1,7],[1,10],[2,12],[1,5],[1,8],[0,6],[2,13],[1,6],[1,8],[1,9],[2,18],[1,4],[0,3],[1,10],[2,8],[0,7],[1,6],[1,7],[1,7],[1,7],[1,6],[0,9],[2,8],[1,8],[1,11],[1,7],[0,8],[1,7],[1,5],[1,8],[1,8],[1,11],[0,7],[1,10],[1,11],[0,2],[1,4],[0,7],[1,7]],[[2644,3190],[100,36],[15,30],[40,-26],[24,5],[2,-4],[5,-26],[-18,-47],[-15,-15],[40,7],[35,15],[5,-7],[46,-19],[23,2],[2,3],[9,6],[9,-1],[2,5],[-2,2],[3,2],[-3,4],[10,0],[24,6],[1,2],[25,-8],[7,3],[2,7],[-3,0],[5,7],[23,-7],[10,-8],[1,-31],[-1,-7],[-10,-6],[6,0],[43,-18],[6,-8],[23,-10],[7,-27],[26,-14],[32,-3],[0,-22],[8,-1],[2,-5],[6,-3],[3,-5],[8,-1],[3,2],[3,-2],[-9,-51],[5,-28],[13,-3],[41,-3],[26,-10],[33,12],[-3,52],[1,9],[15,-1],[7,8],[13,-15],[6,-16],[17,-15]],[[6124,3474],[9,-4],[1,-3],[1,-5],[-8,-4],[-4,-9],[3,-2],[-3,-7],[8,-4],[-4,-4],[2,-7],[10,1],[-1,-7],[-4,-2],[0,-4],[-5,-7],[1,-3],[5,-1],[-1,-6],[4,-3],[0,-8],[2,-2],[3,1],[5,-13],[-3,-4],[2,-2],[-3,-11],[1,-14],[8,-1],[1,-2],[0,-9],[-2,-5],[2,-2],[-1,-3],[9,-4],[1,-3],[-3,-5],[5,-9],[4,-3],[5,5],[6,0],[7,-7],[10,-39],[6,-7],[-1,-6],[3,-1],[1,-8],[4,-4],[-2,-3],[2,-3],[-3,-4],[2,-3],[-1,-14],[4,-11],[3,-1],[1,-6]],[[5791,2884],[-1,3],[2,6],[-2,1],[-2,7],[-5,1],[0,4],[-3,1],[0,5],[4,1],[0,3],[-12,-1],[-7,4],[-11,-4],[-8,5],[-8,2],[-3,-2],[-2,-6],[-14,2],[-20,-12],[-23,0],[0,4],[5,2],[9,17],[0,10],[3,2],[1,7],[-5,-1],[-9,5],[-7,6],[-5,0],[-3,9],[0,-2],[-5,-2],[-13,-1],[-3,6],[2,11],[-4,12],[-5,4],[-6,-13],[-5,-3],[-7,1],[4,17],[-2,7],[7,4],[1,4],[13,16],[-2,7],[-3,-1],[-1,6],[3,1],[3,10],[-5,2],[-9,-3],[1,5],[-5,13],[3,10],[-8,6],[0,2],[3,16],[-5,4],[3,4],[13,4],[-2,19],[-4,0],[-4,3],[2,8],[9,6],[-1,6],[2,3],[-2,3],[-4,2],[1,16],[-2,3],[-5,0],[-7,17],[-11,5],[-12,12],[-4,2],[-5,8],[5,15],[-1,16],[7,28],[-6,14],[-11,7],[-7,11],[-12,7],[-1,5],[-9,10],[-3,10],[-9,12],[-6,4],[-3,7],[-3,1]],[[5525,3372],[2,6],[-2,1],[1,5],[10,17],[3,13],[-1,3],[5,5],[-1,3],[5,7],[-1,6],[2,5],[5,-1],[2,4],[9,-2],[-3,15],[-6,-1],[3,6],[0,15],[3,2],[1,7],[9,5],[-5,10],[5,7],[0,6],[2,1],[-3,3],[1,5],[-2,4],[1,7],[8,10],[2,5],[10,5],[-4,9],[1,5],[8,-5],[10,0],[-2,10],[2,2],[-2,2],[2,4],[-3,0],[-1,4],[8,13],[3,0],[-5,4],[3,7],[-3,9],[6,2],[3,7],[1,-5],[5,0],[-2,5],[5,9],[8,0],[13,-19],[4,-7],[-1,-4],[6,-2],[6,-9],[4,-2],[3,0],[0,8],[5,5],[11,0],[9,12],[6,1],[-7,9],[1,10],[-2,4],[16,7],[-4,11],[3,3],[-4,4],[6,1],[-2,5],[13,3],[-3,-6],[0,-5],[6,-5],[10,-1],[9,14],[5,2],[3,-4],[3,3],[0,4],[15,12],[11,-1],[5,17]],[[5783,3708],[8,4],[-2,-6],[4,-7],[-3,0],[0,-3],[13,-10],[4,8],[5,-1],[8,-16],[-2,-3],[2,-12],[-1,-7],[-3,-3],[6,-9],[-1,-2],[1,-1],[1,-11],[11,-15],[4,-27],[11,-15],[-2,-11],[6,-1],[9,-15],[1,-4],[7,-2],[3,7],[9,10],[25,5],[12,-4],[-1,8],[7,3],[3,-1],[3,-9],[7,1],[0,5],[-3,6],[6,4],[-2,5],[6,14],[-4,8],[0,9],[10,3],[4,-5],[11,7],[-1,-3],[10,0],[4,-4],[3,1],[4,-5],[5,-13],[4,-1],[-1,-14],[-10,-7],[4,-7],[14,-1],[4,3],[6,-1],[-1,6],[3,0],[6,0],[3,-4],[5,-2],[5,3],[5,0],[-1,7],[5,-2],[3,-9],[4,-2],[-2,-5],[8,-9],[1,-5],[-3,-3],[2,-5],[2,-1],[5,3],[2,-3],[-2,-4],[5,2],[1,-3],[5,-2],[7,-8],[4,-5],[0,-11],[4,-5],[2,3],[3,0],[0,3],[10,5],[2,-3],[5,-1],[1,-5],[-9,-13],[4,-4],[-1,-3],[5,-2],[8,0],[6,-2]],[[4777,3058],[7,14],[2,-3],[3,0],[0,2],[6,-2],[2,7],[-2,7],[-10,7],[-2,9],[-16,19],[6,10],[-3,3],[-1,11],[2,3],[-6,6],[-1,-1],[-9,7],[1,8],[-4,3],[5,4],[-4,3],[1,5],[3,-1],[0,2],[-2,2],[2,2],[-9,13],[1,5],[14,7],[15,-3],[0,14],[5,8],[9,-4],[2,-13],[3,-4],[3,1],[3,5],[-6,9],[1,5],[8,-1],[4,2],[4,9],[17,7],[18,30],[9,6],[13,-1],[9,5],[2,12],[10,6],[5,5],[3,0],[3,-7],[-5,-5],[-1,-4],[1,-2],[5,2],[4,12],[7,9],[14,-17],[8,2],[6,7],[5,-11],[5,3],[10,0],[-1,3],[10,16],[8,4],[1,-7],[5,3],[-1,-4],[3,1],[2,-2],[0,5],[5,6],[-5,4],[3,1],[0,3],[6,-2],[3,3],[-3,11]],[[4998,3342],[9,6],[-5,8],[-1,7],[1,1],[-3,7],[5,7],[6,2],[3,3],[15,-4],[9,9],[5,0],[9,6],[7,0],[7,-4],[14,7],[7,-8],[1,-5],[-3,-2],[0,-6],[14,-9],[9,1],[9,10],[6,-2],[0,-5],[10,3],[8,-4],[7,1],[5,-5],[6,3],[4,7],[13,-6],[3,9],[5,-4],[3,2],[2,7],[3,1],[-2,11],[8,22],[8,6],[2,-3],[5,8],[-3,4],[13,8],[3,0],[5,4],[1,4],[7,1],[-1,4],[2,3],[-3,0],[2,4],[-3,-3],[-1,-3],[-7,0],[6,8],[2,0],[-3,3],[2,3],[-2,3],[3,3],[-4,3],[3,0],[-3,7],[8,4],[-1,4],[3,10],[-2,5],[9,8],[8,-1],[9,10],[0,9],[2,6],[-4,12],[4,4],[3,0],[3,8],[-3,6],[-2,2],[-1,4],[6,4],[3,6],[0,-3],[5,17],[4,6],[17,-3],[3,8],[0,10],[4,3],[8,14],[3,0],[0,3],[3,1],[-1,-3],[3,1],[2,-4],[1,4],[1,-1],[1,3],[1,-4],[8,5],[0,6],[5,10],[-2,3],[2,2],[6,-5],[2,13],[5,1],[2,4],[4,-5],[-2,-5],[1,-3],[5,5],[5,-1],[2,-3],[1,-4],[7,-8],[3,-9],[-3,-11],[5,-12],[-3,-7],[-3,-1],[0,-9],[-2,-6],[4,-10],[2,3],[4,0],[1,5],[6,5],[4,1],[4,6],[3,0],[5,-5],[3,2],[4,-1],[3,2],[13,-1],[5,4],[2,-1],[1,-7],[-4,-3],[0,-15],[1,-1],[3,2],[3,-5],[0,-3],[-4,-2],[0,-2],[7,-9],[1,-13],[8,-23],[4,-4],[-1,-3],[11,-6],[5,8],[6,4],[12,-20],[-2,-4],[1,-5],[-4,-5],[-10,6],[-3,-6],[6,-8],[5,3],[4,-7],[1,-5],[-2,-7],[-6,-10],[8,-24],[-1,-9],[4,-5],[0,-2],[3,-5],[-4,-3],[0,-2],[1,-3],[4,0],[7,-10],[0,-7],[5,-2],[-1,-4],[8,-10],[6,0]],[[8007,3850],[-3,-5],[0,-2],[1,-2],[2,-3],[3,-4],[3,-3],[1,-1],[3,-7],[0,-4],[-1,-4],[2,-2],[4,-2],[4,-2],[2,-2],[0,-3],[1,-6],[0,-1],[0,-1],[0,-2],[-1,0],[-2,-3],[1,-2],[2,-1],[2,-1],[1,-3],[1,-1],[1,-2],[-1,-1],[-3,-4],[-1,-4],[2,-3],[1,-2],[3,-7],[2,-1],[2,-1],[6,0],[4,1],[6,0],[6,0],[7,1],[6,-2],[7,-3],[4,-5],[1,-4],[2,-5],[0,-4],[-2,-4],[-3,-1],[-4,-2],[1,-4],[2,0],[3,-3],[3,-3],[0,-4],[1,-2],[3,-2],[2,-2],[3,-2],[0,-2],[1,-5],[0,-3],[0,-4],[-3,-5],[-2,-4],[-2,-4],[-5,-6],[0,-2],[4,0],[2,0],[1,-1],[1,-1],[1,-2],[0,-3],[-3,-2],[-2,-1],[-3,-6],[0,-2],[1,-7],[0,-3],[1,-3],[2,-2],[4,-3],[2,0],[2,0],[2,0],[1,1],[2,-1],[2,-4],[3,-5],[3,-5],[4,0],[4,0],[2,-1],[0,-3],[1,-4],[1,-2],[1,-2],[8,-5],[2,-2],[3,0],[4,-3],[2,-2],[2,-3],[3,-3],[4,0],[3,-2],[3,-1],[2,-2],[3,-3],[3,-2],[3,0],[2,1],[2,0],[3,-2],[1,-1],[2,-1],[2,0],[6,1],[3,-2],[3,-1],[1,-1],[3,0],[1,1],[6,6],[2,5],[3,5],[1,3],[2,-2],[3,-2],[7,-2],[6,-5],[2,-2],[5,-4],[3,-1],[3,-1],[3,2],[2,-1],[4,-2],[3,-2],[1,0],[5,-1],[2,-2],[1,-2],[0,-4],[1,-7],[0,-1],[2,-1],[6,0],[2,-2],[0,-1],[0,-1],[-4,-7],[-3,-8],[-1,-2],[-3,-8],[-4,-5],[-1,-1],[-1,-1],[3,-3],[2,-2],[6,-5],[3,-4],[0,-4],[1,-3],[2,-6],[1,-2],[0,-2],[0,-4],[-2,-6],[1,-9],[2,-5],[3,-5],[2,-5],[3,-5],[2,-2],[1,-1],[4,-3],[3,-1],[3,0],[2,-1],[4,-1],[0,-2],[0,-6],[3,-5],[1,-4],[1,-6],[2,-9],[0,-1],[-3,-1],[-6,0],[-6,2],[-5,1],[-3,3],[-5,4],[-5,2],[-3,0],[-2,-1],[-3,-1],[-1,-1],[-2,0],[-4,-1],[-5,1],[-2,2],[-7,-3],[-3,-4],[-3,-3],[-3,-2],[-3,-2],[-1,0],[-2,1],[-3,-4],[-1,-2],[0,-2],[0,-3],[1,-3],[0,-1],[-3,-3],[-2,-2],[-2,-4]],[[7357,2906],[6,1],[2,2],[-8,18],[4,13],[-1,4],[2,6],[-6,5],[1,5],[-2,1],[1,12],[9,9],[-8,10],[-12,-3],[-8,-6],[1,6],[-10,11],[0,7],[7,4],[-4,6],[-7,1],[-7,9],[-6,-4],[2,11],[4,0],[8,12],[3,0],[-2,5],[-4,2],[-4,-3],[-10,2],[-6,-3],[-2,2],[-12,-1],[0,2],[-4,-2],[-5,4],[-4,-4],[-5,-2],[-7,4],[2,9],[-8,0],[-5,9],[-13,-7],[-6,-8],[-6,8],[-2,6],[-9,2],[-1,10],[-3,5],[-9,2],[-7,-1],[-5,3],[-1,6],[10,3],[-3,6],[2,6],[-7,21],[-2,4],[-5,0],[-3,10],[11,8],[10,-2],[19,-12],[6,10],[5,-1],[3,10],[-23,10],[0,10],[-2,3],[-1,9],[6,4],[-6,16],[-1,11],[9,1],[6,-9],[25,0],[19,-9],[10,-10],[7,4],[8,-6],[15,-6],[10,10],[2,7],[2,3],[0,5],[4,12],[8,1],[6,-3],[4,3],[6,0],[-5,9],[-20,24],[-4,1],[-5,-2],[-7,8],[-5,2],[2,12],[5,14],[5,5],[2,11],[6,3],[0,9],[7,9],[-1,5],[7,0],[2,11],[-4,3],[-3,13],[2,16],[9,5],[0,-4],[9,-4],[8,4],[7,-5],[9,-2],[2,-3],[6,2],[3,-4],[6,-1],[7,2],[-3,5],[1,4],[5,-2],[7,1],[-4,6],[2,2],[0,5],[2,-1],[1,2],[6,-7],[11,-3],[7,1],[2,7],[3,3],[2,5],[-1,6],[19,13],[2,4],[-3,11],[-16,6]],[[7443,3436],[1,3],[5,3],[5,18],[8,12],[-2,18],[8,-2],[7,-7],[12,1],[9,-5],[6,2],[2,7],[2,-1],[4,4],[7,-1],[6,-7],[4,6],[7,3],[1,4],[9,-4],[2,12],[18,10],[-1,10],[-11,5],[-2,4],[-5,0],[-2,5],[8,8],[3,-1],[10,7],[11,0],[6,2],[3,11],[9,7],[5,1],[5,-9],[7,-6],[2,-6],[4,-2],[12,12],[3,1],[13,10],[2,4],[8,1],[4,10],[10,12],[4,-2],[4,-5],[9,1],[3,-5],[4,-2],[2,2],[12,0],[5,5],[20,-7],[17,0],[5,12],[8,7],[8,-1],[5,5],[10,-1],[4,-8],[6,-4],[1,-7],[3,-3],[8,-4],[12,5],[-2,29],[6,7],[-1,7],[-3,3],[4,9],[-2,11],[1,5],[-3,3],[2,3],[2,14],[-11,3],[-3,3],[-5,-1],[-6,7],[0,9],[4,3],[1,4],[-4,3],[-6,8],[1,11],[5,9],[-4,5],[-8,1],[-14,-5],[-17,-2],[-4,-3],[-35,18],[-1,10],[5,7],[0,12],[4,7],[3,18],[14,3],[3,4],[-4,3],[-1,11],[-5,15],[-1,8],[4,4],[4,1],[4,8],[8,2],[2,4]],[[7755,3867],[4,-2],[6,-9],[12,-7],[17,3],[9,7],[2,4],[4,-7],[5,-1],[12,-13],[7,-20],[-7,-13],[9,-2],[4,-4],[8,-3],[6,4],[12,-5],[8,3],[3,-1],[3,-7],[6,-4],[12,4],[12,1],[-1,8],[3,4],[-1,6],[-4,3],[3,4],[-4,14],[16,10],[4,5],[13,-11],[6,1],[15,6],[1,6],[10,13],[9,-5],[7,3],[3,-2],[7,2],[11,-12]],[[3699,3493],[15,-12],[5,-11],[6,-3],[2,-4],[2,-8],[5,-6],[0,-10],[-4,-1],[-1,-6],[9,-7],[3,-5],[-7,-23],[3,-15],[9,8],[6,-10],[7,4],[21,-12],[7,6],[13,2],[7,5],[1,4],[5,2],[4,6],[6,-3],[9,1],[5,6],[5,1],[3,5],[11,-1],[5,-4],[3,-9],[6,-1],[3,2],[3,4],[4,2],[3,-1],[2,4],[4,19],[6,6],[12,-5],[4,1],[8,-4],[2,2],[-1,7],[6,6],[11,-3],[2,-6],[3,-1],[3,-20],[5,0],[3,2],[8,-4],[15,3],[4,-2],[4,2],[9,-2],[11,6],[9,-1],[1,-3],[2,1],[0,11],[11,-7],[6,3],[-2,4],[1,4],[3,5],[4,3],[6,-3],[3,0],[4,-3],[1,3],[1,-3],[5,-4],[3,-7],[-1,-8],[-2,-1],[0,-3],[5,-3],[13,-1],[-7,-3],[1,-4],[-2,-4],[2,-5],[-6,0],[1,-13],[-2,-3],[3,-3],[-4,0],[-10,-9],[0,-3],[3,0],[3,-3],[-1,-4],[3,-4],[5,3],[2,-2],[-1,-8],[-4,-3],[1,-4],[10,2],[15,-4],[4,19],[9,-1],[8,3],[14,10],[3,8],[8,5],[7,1],[1,-2],[6,0],[6,-5],[4,7],[4,4],[11,-13],[2,-5],[10,-13],[23,-10],[6,-8],[12,-1],[3,-9],[-2,-11]],[[4228,3302],[-3,-11],[-17,-4],[-3,-6],[-8,-5],[1,-3],[-6,-3],[-6,-10],[-3,11],[-10,3],[-9,-5],[6,-6],[-1,-6],[3,-6],[5,0],[4,-8],[1,-7],[6,-7],[0,-7],[-3,-3],[4,-4],[0,-3],[-3,0],[1,-2],[-4,-8],[10,-4],[-1,-3],[1,0],[-1,-2],[3,-4],[-3,-5],[2,-3],[-3,-3],[2,-5],[-2,-7],[8,-3],[-3,-8],[4,-2],[8,2],[3,-5],[3,3],[1,-5],[1,0],[3,-14],[0,-12],[-7,-10],[4,-2],[2,1],[3,-13]],[[3401,2942],[10,6],[2,8],[3,-1],[-1,-3],[9,-6],[6,3],[1,5],[6,-2],[0,4],[6,7],[3,1],[0,4],[4,-1],[1,-5],[10,20],[5,5],[8,1],[-2,15],[-5,8],[6,3],[-17,25],[-5,1],[-12,16],[4,16],[7,0],[7,8],[3,-2],[17,1],[12,12],[9,1],[2,-5],[7,-1],[6,11],[-11,4],[7,5],[0,3],[-4,6],[-5,3],[1,3],[-6,5],[-4,7],[2,5],[-6,1],[2,4],[4,2],[-2,10],[4,4],[-1,4],[2,2],[3,-1],[3,5],[-2,9],[-5,5],[-5,-2],[-2,1],[-1,31],[-3,1],[3,16],[3,3],[-1,3],[3,1],[1,4],[3,0],[4,5],[3,-1],[6,9],[-3,8],[-3,1],[-4,7],[-3,2],[0,4],[15,-10],[3,6],[4,1],[3,5],[6,-2],[8,0],[9,-4],[1,2],[3,2],[-2,2],[3,10],[3,0],[0,7],[3,6],[-2,8],[21,7],[7,7],[8,11],[10,1],[3,6],[-7,12],[-3,1],[-2,5],[2,1],[-2,3],[1,3],[2,2],[2,-5],[4,-4],[1,2],[2,-3],[7,1],[2,15],[10,13],[-4,8],[-9,3],[-3,-2],[-7,0],[-2,-3],[-5,2],[-2,-1],[-4,7],[3,9],[-9,2],[-4,-3],[-2,4],[-6,1],[2,10],[-3,1],[-1,5],[4,0],[-1,6],[2,4],[6,0],[1,2],[11,-9],[1,3],[-2,2],[5,5],[-3,2],[-1,6],[4,-1],[-1,12],[2,5],[7,-8],[5,2],[4,4],[3,1],[4,-3],[0,7],[6,9],[5,0],[-1,-3],[3,-4],[5,-20],[12,2],[-6,16],[3,5],[-1,5],[3,3],[-1,3],[2,3],[2,-2],[3,8],[5,1],[4,-2],[3,-11],[5,-3],[20,3],[7,6],[3,-1],[1,5]],[[4900,3713],[3,-4],[2,-10],[7,-9],[0,-11],[-3,-3],[0,-7],[7,-3],[6,-8],[6,-3],[-2,-3],[5,-7],[-7,-6],[-8,-1],[-1,-19],[3,-3],[3,-10],[5,-6],[11,-19],[7,-3],[0,-7],[5,-12],[22,-17],[-2,-7],[5,-14],[-2,-7],[1,-6],[-3,-1],[0,-5],[-5,1],[-6,-3],[1,-5],[-3,-1],[4,-4],[-1,-3],[3,-8],[-3,-5],[3,-1],[-3,-3],[2,-4],[-5,-13],[2,-2],[-12,-13],[1,-6],[-2,-5],[5,-6],[7,2],[3,5],[5,-2],[2,-7],[11,-17],[-5,-8],[-7,-3],[4,-3],[5,-8],[-4,-6],[0,-8],[4,-5],[3,0],[5,-6],[3,1],[1,-3],[1,2],[0,-4],[9,-9]],[[4228,3302],[1,-4],[1,2],[7,-4],[10,1],[-3,8],[3,1],[0,6],[-4,4],[-2,0],[0,2],[12,15],[6,3],[3,6],[18,17],[2,7],[-5,14],[2,2],[-2,17],[9,1],[6,8],[6,3],[14,1],[0,-3],[6,3],[7,-1],[5,1],[3,8],[9,1],[1,5],[0,6],[3,5],[10,3],[5,12],[3,-1],[0,-3],[3,-3],[6,-1],[1,6],[6,5],[1,8],[-3,3],[3,8],[11,-4],[5,26],[-7,-1],[-2,5],[-8,5],[-2,4],[6,6],[0,5],[-8,1],[4,7],[18,10],[9,-1],[18,6],[1,5],[-4,9],[0,10],[4,11],[3,2],[4,-6],[7,6],[0,4],[11,-2],[1,14],[6,6],[-1,4],[5,-2],[4,2],[4,-1],[7,5],[1,6],[-2,7],[-12,8],[-3,4],[3,6],[-4,3],[-4,-1],[2,5],[6,2],[2,5],[12,-5],[-1,6],[-2,3],[1,4],[-2,1],[0,7],[-2,1],[2,4],[-2,6],[-3,0],[-5,9],[-3,1],[1,3],[-1,3],[2,3],[1,4],[-6,4],[3,10],[-4,4],[3,7],[-5,14],[13,3],[11,5],[-2,1],[5,4]],[[4482,3757],[9,-6],[10,5],[1,9],[2,0],[2,4],[3,1],[3,-2],[1,3],[7,6],[7,3],[4,-2],[5,6],[5,1],[3,0],[4,-19],[4,0],[13,12],[4,1],[12,-6],[8,0],[2,-6],[0,3],[3,1],[6,-1],[1,-2],[2,4],[2,0],[4,-5],[8,-1],[1,-4],[2,1],[1,-7],[8,-7],[-1,-3],[5,0],[2,-5],[7,-1],[3,-7],[9,-8],[7,-22],[9,1],[6,-3],[0,-6],[5,2],[7,-5],[0,-9],[3,-1],[-1,-6],[-3,-3],[12,-4],[5,-11],[8,8],[-1,7],[4,-6],[5,-2],[3,-4],[-2,-6],[6,8],[10,0],[3,3],[3,16],[3,-1],[0,-8],[4,-1],[2,7],[4,3],[8,1],[4,7],[12,2],[-1,3],[2,5],[7,4],[0,4],[6,7],[5,0],[6,-3],[4,3],[3,-4],[4,-1],[2,-18],[-1,-3],[6,-1],[4,8],[7,2],[17,14],[2,-1],[8,3],[2,-1],[25,7],[5,-8],[4,2],[0,-3],[3,2]],[[6660,3048],[-3,19],[2,26],[10,23],[-1,11],[3,25],[2,4],[16,9],[4,10],[0,28],[-7,13],[-1,10],[4,14],[7,8],[3,10],[-7,8],[-3,0],[0,17],[3,6],[4,-4],[3,6],[-2,8],[4,8],[11,2],[10,5],[2,13],[-3,1],[12,25],[0,4],[10,12],[4,13],[-2,11],[2,14],[2,0],[-1,6],[-4,10],[-1,12],[-6,11],[0,15],[-3,17],[7,11],[-4,6],[-1,9],[3,6],[11,4],[3,7],[6,4],[0,9],[3,4],[-1,7],[16,4],[-2,20],[2,3],[13,3],[2,4],[0,11],[11,16],[0,5],[-4,13],[0,10],[9,10],[4,13],[8,15],[-7,18],[-11,12],[-5,14],[0,15],[-10,11],[-1,4],[7,13],[-4,6],[0,9],[9,11],[5,9],[-4,8],[-11,4],[-7,6],[-1,6],[3,11],[-1,9],[-18,28],[1,9],[13,15],[3,8],[-3,5],[-5,1],[-3,2],[-2,6],[2,13],[-5,12],[5,11],[-6,21],[-2,18],[6,20],[0,26],[-6,11]],[[6762,4044],[40,11],[-1,-11],[15,-2],[12,9],[3,6],[9,4],[10,9],[12,5],[5,-1],[1,2],[2,-1],[4,6],[7,2],[9,8],[4,0],[6,-1],[0,-2],[4,1],[9,-25],[22,1],[9,-24],[2,-11],[3,-3],[6,4],[15,1],[5,4],[3,0],[2,8],[11,-1],[1,-5],[-5,-6],[-1,-20],[-3,-5],[-2,-18],[3,2],[3,-4],[3,2],[4,-2],[0,4],[8,10],[5,-2],[-3,-8],[3,-1],[11,2],[4,-7],[1,-10],[4,-8],[7,-3],[1,-3],[-16,-1],[-8,-7],[-2,-13],[3,1],[5,-18],[10,-11],[-2,-3],[3,-13],[-7,-6],[4,-4],[2,-5],[-3,-5],[1,-15],[-10,-17],[-7,-6],[-5,-19],[-7,2],[-3,-5],[-2,5],[-2,-7],[3,-2],[7,4],[5,-11],[4,-1],[6,4],[1,8],[6,8],[18,0],[12,-6],[5,-8],[8,-4],[0,-7],[15,0],[1,-6],[3,1],[4,6],[7,-1],[2,4],[9,-3],[1,-8],[8,-2],[2,0],[-1,5],[4,-2],[7,8],[4,-1],[1,-11],[2,-3],[11,-1],[7,-3],[2,-4],[3,1],[4,-6],[8,3],[-5,6],[0,3],[-6,5],[0,4],[4,3],[3,-13],[3,0],[2,-2],[9,1],[9,12],[3,-3],[4,1],[2,4],[-1,4],[8,9],[-1,1],[9,15],[6,2],[9,-5],[8,-12],[-8,1],[-5,-3],[-6,-17],[-1,-10],[9,-10],[-2,-9],[6,-3],[-3,-10],[9,-17],[-11,-30],[4,-45],[-2,-27],[-7,-18],[4,-13],[-6,-26],[-2,-16],[14,-3],[-5,-8],[-1,-8],[-4,-1],[-8,-6],[4,-8],[11,0],[-2,-4],[3,-2],[26,-10],[8,-2],[2,1],[14,-9],[-1,12],[-6,10],[0,7],[4,-2],[7,-5],[4,-5],[10,-6],[0,-6],[4,-9],[6,-2],[8,-6],[13,-3],[2,-13],[4,-8],[6,-1],[2,-8],[9,-3],[2,5],[24,-4],[1,7],[2,1],[4,-9],[4,-2],[4,-6],[11,1],[3,-3],[0,-4],[3,-6],[7,-6],[8,4],[2,-3],[5,4],[4,0],[12,7]],[[6732,4113],[12,-13],[0,-7],[-4,-2],[-3,1],[-1,-3],[-1,-15],[2,-6],[25,-24]],[[6124,3474],[5,11],[4,2],[12,-6],[4,2],[-2,2],[3,10],[9,0],[7,5],[-9,9],[3,2],[3,-4],[2,1],[2,14],[8,5],[5,30],[12,5],[3,-10],[10,-9],[4,0],[0,7],[-5,8],[1,7],[6,1],[3,-13],[4,-2],[0,5],[4,5],[-2,5],[2,2],[-3,1],[2,1],[6,-2],[0,-9],[2,4],[2,-1],[4,1],[2,8],[-6,8],[3,4],[0,9],[7,13],[3,2],[5,-3],[7,2],[10,-6],[1,4],[5,-2],[8,2],[4,3],[3,0],[1,4],[8,2],[6,-3],[5,0],[1,-3],[7,1],[9,-1],[6,8],[9,5],[2,23],[6,3],[0,2],[9,12],[-1,2],[10,7],[0,5],[4,10],[-1,13],[4,5],[6,5],[1,-4],[5,-2],[5,-6],[11,3],[7,5],[11,0],[6,5],[7,1],[-1,7],[-3,3],[-1,4],[-9,6],[-2,5],[1,11],[4,3],[0,8],[1,2],[3,-3],[-1,9],[6,-2],[-1,7],[13,-1],[8,-4],[6,4],[2,-3],[3,7],[6,0],[1,3],[8,-1],[2,6],[-3,13],[-4,2],[-5,-3],[-3,2],[-5,9],[-3,1],[-1,4],[1,8],[4,-1],[4,4],[-3,7],[8,3],[-3,2],[1,4],[-3,4],[7,3],[2,4],[8,-5],[2,4],[8,0],[1,14],[-7,1],[0,3],[-9,0],[-1,4],[-4,2],[5,8],[-2,8],[10,-1],[5,-4],[12,3],[0,-2],[6,-3],[6,-9],[0,-7],[-3,0],[-1,-4],[4,-2],[-2,-1],[5,-6],[4,3],[-5,6],[3,5],[3,-4],[9,0],[-1,8],[-6,5],[-2,15],[3,7],[-1,8],[3,4],[4,3],[2,8],[9,5],[0,5],[5,11],[-2,16],[3,5],[4,1],[0,4],[2,3],[-5,9],[0,4]],[[6546,3980],[3,-4],[8,1],[6,-2],[3,3],[-2,11],[13,-5],[2,-6],[6,0],[-1,9],[1,1],[18,4],[4,-3],[5,2],[3,-3],[7,7],[5,0],[3,3],[0,9],[-5,6],[-5,1],[-1,4],[4,8],[2,9],[17,3],[-1,4],[-6,4],[2,2],[-1,9],[6,0],[5,5],[6,1],[1,5],[-2,4],[16,15],[12,6],[8,1],[4,-2],[4,5],[8,1],[2,4],[3,0],[2,7],[9,3],[12,1]],[[6148,4104],[3,-12],[-1,-2],[3,-9],[2,-1],[8,9],[-1,4],[3,0],[0,3],[-6,2],[0,3],[6,1],[1,5],[5,-2],[2,1],[0,4],[3,1],[-4,1],[2,8],[6,1],[3,3],[7,-9],[1,4],[4,-1],[0,4],[8,1],[5,-4],[0,-7],[3,-4],[2,1],[-1,-6],[7,0],[9,-26],[3,-3],[-1,8],[1,-2],[0,3],[3,1],[-2,2],[4,3],[-5,6],[1,2],[3,-2],[2,1],[2,-1],[5,3],[-2,3],[7,2],[7,-6],[4,-13],[6,-1],[1,3],[2,-1],[2,7],[-2,7],[3,0],[-3,3],[4,1],[0,3],[11,1],[7,-5],[1,9],[7,6],[7,-2],[7,1],[4,-3],[6,-2],[1,8],[2,1],[-10,12],[23,9],[16,-12],[2,5],[7,-2],[8,6],[5,-1],[3,-4],[4,0],[6,-6],[-1,-6],[1,-2],[2,2],[0,-4],[3,4],[4,-2],[3,4],[0,-17],[4,0],[2,3],[1,-4],[3,3],[-2,-3],[3,-2],[-1,6],[2,-4],[5,2],[-2,7],[1,1],[2,-2],[0,2],[2,0],[2,-7],[4,3],[-1,8],[17,-3],[10,-8],[8,-11],[6,-13],[-5,0],[-20,-19],[14,-13],[-1,-3],[6,-1],[1,2],[2,-3],[5,0],[-3,-8],[-4,-2],[-2,-11],[-6,-1],[0,-6],[7,-3],[1,-6],[3,-3],[4,-3],[4,4],[0,-3],[7,-6],[2,3],[-2,5],[8,3],[1,4],[4,1],[8,5],[11,0],[9,-18],[4,-1],[10,-10],[2,-7],[8,-4]],[[5783,3708],[-9,2],[-2,12],[5,4],[8,1],[5,12],[-1,3],[-14,-3],[1,11],[-3,2],[-11,-7],[-4,2],[9,16],[-4,3],[-2,-4],[1,5],[-2,2],[-4,-6],[2,-3],[-4,2],[-5,-4],[-8,11],[-2,7],[6,8],[-5,6],[2,3],[-1,7],[3,-1],[2,2],[-3,2],[4,3],[-1,5],[2,1],[2,9],[-1,1],[2,3],[-5,1],[-6,5],[-4,-1],[-2,-4],[-1,4],[1,1],[-3,1],[2,4],[-4,7],[7,0],[-2,2],[2,-2],[0,3],[7,1],[1,0],[1,-6],[16,-6],[7,3],[-1,2],[4,-1],[1,4],[6,-3],[5,4],[-7,0],[1,7],[-3,2],[-11,-1],[-1,-2],[-2,2],[1,3],[-11,4],[-9,7],[-8,-5],[-3,10],[-4,4],[1,7],[-4,4],[1,2],[2,0],[0,-1],[2,1],[1,5],[-2,4],[-3,-4],[-4,2],[1,4],[-4,4],[-2,10],[1,6],[-1,6],[2,2],[0,3],[3,0],[2,2],[-1,14],[2,5],[-5,6],[-3,0],[-4,-4],[-2,1],[1,6],[-4,0],[-2,-2],[-7,5],[0,18],[-9,7],[4,11],[-2,6],[3,4],[-1,8],[-5,0],[2,5],[-4,-1],[-4,5],[-7,1],[-2,-2],[-10,-1],[3,-2],[-16,-9],[-1,2],[4,4],[-2,2],[3,3],[-2,2],[2,1],[-2,4],[-3,-1],[1,2],[-2,1],[1,1],[-3,4],[2,3],[-5,-1],[-4,-7],[-8,2],[-2,-3],[-5,-2],[-3,1],[-7,-2],[-4,7],[-4,2],[-8,-4],[-4,1],[3,7],[-1,3],[14,1],[6,9],[0,2],[-2,0],[1,2],[-10,4],[-5,6],[3,5],[6,1],[6,-2],[0,4],[2,2],[-2,4],[0,6],[-2,3],[2,6],[-2,0],[-4,3]],[[5608,4101],[4,-2],[4,2],[0,-2],[3,1],[2,-3],[2,2],[4,-1],[5,4],[5,-5],[15,3],[8,-2],[-4,4],[5,10],[9,-2],[0,3],[-2,1],[7,5],[5,0],[1,-4],[5,2],[2,13],[10,10],[0,3],[3,-1],[1,-4],[8,-1],[12,4],[13,9],[5,19],[9,-2],[3,-7],[3,2],[5,-17],[1,3],[1,-2],[3,1],[-1,9],[7,9],[-2,5],[6,-1],[4,3],[5,-9],[7,-6],[6,-9],[3,4],[4,0],[3,-4],[2,1],[2,-1],[2,4],[6,-4],[3,1],[1,-4],[3,5],[3,1],[6,-2],[8,3],[4,-3],[6,1],[-2,5],[5,7],[6,2],[2,6],[7,2],[7,5],[4,-17],[10,-9],[2,4],[4,-8],[1,4],[15,-5],[0,-5],[2,-1],[6,4],[3,7],[5,-15],[7,-14],[-2,-6],[1,-7],[12,-11],[3,-7],[7,-7],[6,2],[4,6],[8,6],[0,9],[5,-2],[8,4],[4,23],[3,-4],[4,4],[3,-4],[-1,-2],[5,2],[-2,-7],[8,-2],[6,4],[-1,-6],[-7,-5],[2,-5],[13,1],[5,-2],[3,3],[2,-6],[5,-2],[0,-1],[4,2],[3,-2],[1,2],[2,-1],[1,4],[5,-6],[8,-3],[3,3],[-1,3],[8,-1],[0,6],[-2,1],[2,1],[0,2],[-4,7],[4,6],[1,9],[2,-1],[3,7],[4,1],[10,-7],[2,-5],[9,3],[1,-7],[-2,-1],[2,-10],[6,5],[3,-2],[-2,-1],[4,-8],[5,0],[6,-4],[6,-1],[2,2],[7,-3],[4,3]],[[4900,3713],[8,1],[12,9],[5,-3],[2,-3],[7,5],[12,-1],[6,9],[-2,2],[4,5],[-2,3],[1,4],[-9,6],[-3,7],[-4,2],[-5,15],[1,0],[0,5],[-8,7],[-3,9],[4,0],[-3,3],[5,5],[0,3],[7,5],[4,-3],[0,4],[7,5],[1,4],[4,0],[2,5],[5,-1],[0,-3],[6,4],[5,-2],[2,-4],[6,1],[-2,6],[5,8],[0,4],[-3,3],[4,4],[-2,2],[1,5],[4,2],[1,-2],[2,2],[-1,3],[-4,2],[0,5],[-3,2],[2,6],[-2,4],[10,-1],[5,4],[7,10],[-2,12],[9,-1],[7,5],[0,8],[-1,-2],[-6,0],[-2,4],[-2,-1],[-6,7],[-4,0],[1,4],[-3,13],[1,2],[-5,3],[-2,2],[5,14],[-5,5],[1,1],[2,-2],[6,3],[0,4],[13,10],[3,8],[10,3],[-2,11],[5,9],[9,3],[2,13],[6,7],[9,-3],[4,1],[19,36],[23,5],[6,8],[-7,11],[6,9],[3,-2],[1,2],[0,8],[2,3],[-3,13],[4,9],[-3,4],[0,6],[-6,4],[-4,12],[4,3],[8,1],[4,-2],[10,-2],[5,-4],[2,-8],[11,-4],[6,0],[2,-3],[4,-1],[9,-10],[10,3],[10,-5],[-3,-8],[2,2],[2,-5],[3,-1],[1,4],[-1,3],[6,4],[8,1],[4,-3],[3,5],[5,2],[3,-4],[0,5],[4,7],[-3,4],[-2,0],[0,6],[-3,-1],[-8,9],[-3,-1],[1,3],[-6,1],[-4,5],[3,6],[-1,6],[4,7],[-3,2],[2,7],[5,3],[-2,6],[0,7],[4,2],[0,7],[3,4],[-1,5]],[[5203,4229],[4,1],[4,4],[10,-5],[6,1],[-4,-11],[-1,-12],[6,6],[7,2],[0,-3],[4,1],[2,3],[5,-4],[-1,-2],[2,-1],[1,-3],[10,-7],[3,4],[7,-3],[9,14],[0,6],[4,-3],[1,-23],[8,2],[6,-4],[2,1],[6,-8],[4,-2],[5,4],[3,0],[2,3],[2,-4],[5,1],[1,-8],[-6,-7],[0,-16],[9,-2],[-2,-4],[3,-4],[3,2],[3,-1],[-2,-8],[9,-10],[5,2],[4,7],[10,4],[13,-8],[9,1],[7,-2],[1,5],[7,4],[5,-1],[7,9],[5,-1],[3,-5],[-2,-4],[4,-2],[8,3],[8,0],[-1,-3],[5,-4],[-1,-4],[7,-6],[4,-1],[1,6],[6,3],[2,-1],[6,-6],[3,0],[1,-7],[9,-4],[6,2],[-2,-7],[3,-16],[6,-20],[3,-1],[6,-10],[1,-7],[14,-2],[9,-8],[11,-6],[1,-3],[13,-4],[2,3],[0,6],[15,3],[11,9],[-3,3],[2,4],[5,1],[1,5],[-4,5],[2,6],[-3,0],[6,3],[2,4],[7,-1],[4,2],[2,3],[-1,2],[2,5],[8,6]],[[7322,4368],[0,-11],[5,-5],[7,-13],[3,-1],[1,-8],[10,-12],[4,0],[4,-6],[-3,-4],[4,-3],[-2,-6],[5,0],[1,-5],[-5,2],[-3,-6],[4,-7],[12,-4],[-1,-5],[6,-5],[2,-4],[-2,-5],[5,1],[4,-2],[-3,-6],[4,-3],[-2,-3],[2,-1],[0,-3],[3,-5],[0,-3],[11,-12],[-1,-6],[1,-10],[-3,-5],[3,-6],[2,-1],[1,-9],[12,-2],[6,6],[3,-1],[2,2],[2,-1],[4,2],[3,-4],[2,1],[5,-1],[0,-4],[7,-9],[8,-5],[9,0],[10,-5],[5,1],[4,-8],[11,-2],[7,-5],[3,-5],[0,-7],[2,-1],[4,3],[6,-2],[4,11],[9,15],[-1,2],[-3,-1],[-9,-9],[-4,-1],[-1,11],[2,15],[7,3],[4,9],[-1,4],[4,18],[-4,4],[-3,7],[26,9],[9,7],[5,0],[2,-4],[4,-1],[1,-7],[4,-5],[14,-2],[-2,-15],[2,-1],[-1,-4],[27,-17],[10,7],[15,-1],[5,1],[2,-2],[-1,-11],[18,7],[6,-3],[10,-22],[7,-5],[15,-17],[7,-20],[3,-4],[-8,-9],[-7,-1],[1,-3],[16,-5],[-3,-11],[2,-3],[-6,-10],[2,-9],[-23,-9],[1,-7],[-6,-6],[-3,0],[1,-3],[-8,-8],[0,-3],[1,-15],[5,-4],[1,-5],[-8,-17],[-3,-1],[2,-13],[9,-9],[1,-4],[-4,-6],[15,-11],[2,-14],[-6,-20],[-6,-4],[3,-6],[-3,-5],[12,-3],[5,3],[3,7],[5,4],[6,-1],[15,-10],[7,-14],[19,10],[10,-11],[-3,-14]],[[6732,4113],[2,18],[-1,8],[-11,24],[1,6],[11,13],[-3,19],[1,5]],[[6732,4206],[7,1],[6,-3],[3,1],[1,18],[21,12],[9,11],[11,6],[18,23],[3,7],[-5,7],[-16,6],[-8,7],[-12,21],[-21,11],[-3,7],[18,0],[5,2],[1,-2],[12,1],[19,-12],[2,11],[-1,4],[5,4],[5,0],[5,4],[1,3],[6,0],[7,4],[17,0],[6,3],[17,1],[7,4],[18,-10],[3,10],[-6,2],[-3,3],[11,5],[2,-3],[14,-3],[6,-5],[4,9],[-6,7],[3,4],[-3,5],[4,7],[-1,1],[13,9],[-3,7],[5,6],[6,3],[2,4],[2,-1],[4,6],[2,-2],[3,1],[4,6],[9,6],[-2,12],[4,-2],[1,5],[5,-3],[8,8],[8,-8],[2,1],[0,3],[2,-1],[1,3],[2,-6],[4,9],[0,7],[-11,4],[-4,8],[1,4],[-9,7],[-21,1],[0,5],[-4,6],[3,11],[-2,2],[4,7],[-8,-4],[-11,0],[-6,17],[-1,10],[21,-7],[8,29]],[[6966,4573],[2,1],[3,-16],[4,0],[1,2],[-3,7],[2,4],[8,0],[13,-7],[3,2],[8,-4],[5,-7],[6,-2],[7,-12],[1,-9],[24,-5],[33,27],[3,9],[9,11],[0,7],[6,14],[2,14],[8,11],[11,6],[7,17],[9,2],[13,-9],[8,-9],[20,-14],[3,-12],[6,-3],[6,-10],[-1,-3],[-6,0],[-3,-3],[1,-15],[17,-21],[7,-6],[17,-27],[24,-24],[6,-16],[13,-2],[5,-6],[-1,-6],[13,-5],[3,-4],[0,-6],[-3,-3],[-5,0],[-2,10],[-8,5],[-2,-3],[-1,-8],[7,-11],[-2,-6],[7,1],[1,2],[4,-3],[0,-2],[2,1],[9,-4],[1,-7],[10,-8],[3,-13],[-1,-5],[5,-4],[8,-18]],[[8123,4538],[0,-2],[0,-2],[3,-8],[-1,-7],[0,-5],[1,-8],[1,-2],[1,-2],[3,-1],[1,-1],[1,-4],[-1,-2],[-1,-3],[-1,-3],[-2,-2],[-1,-1],[1,-2],[3,-3],[3,-2],[1,-1],[0,-1],[1,-4],[1,-3],[3,-8],[3,-2],[2,0],[3,0],[2,-2],[2,-3],[1,-3],[0,-4],[1,-1],[7,-3],[8,-6],[1,-1],[5,-1],[7,0],[4,0],[3,1],[1,1],[2,0],[2,-3],[1,-2],[0,-6],[-1,-1],[0,-1],[0,-4],[3,-2],[3,-1],[1,-1],[0,-1],[0,-3],[0,-1],[0,-1],[0,-2],[1,-2],[2,0],[3,-1],[3,-3],[3,0],[5,3],[5,1],[3,2],[3,1],[5,1],[3,0],[2,-4],[1,-3],[1,-1],[2,-1],[2,-1],[7,-4],[4,-1],[1,1],[1,-1],[1,0],[0,-1],[-1,-2],[-2,-5],[0,-2],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[-3,-2],[1,-1],[0,-2],[-2,-3],[0,-2],[0,-2],[1,-4],[-1,-4],[-1,-4],[-1,-9],[-2,-3],[0,-4],[2,-4],[3,-2],[3,-2],[4,-4],[1,-7],[0,-1],[-2,-2],[-3,-2],[0,-1],[1,-6],[1,-8],[1,-2],[1,-2],[0,-1],[-1,-4],[-1,-3],[-1,-7],[5,-5],[3,-5],[1,-4],[-1,-5],[-1,-1],[-1,-2],[0,-4],[0,-1],[2,-1],[4,-4],[6,-2],[8,-1],[4,-1],[6,2],[6,-3],[2,-5],[0,-2],[-2,-2],[-1,0],[-1,-2],[-1,-1],[-1,-2],[-1,-2],[1,-5],[0,-1],[1,-1],[2,-1],[3,0],[3,1],[1,1],[3,0],[2,0],[4,0],[3,-1],[3,0],[5,-2],[5,-2],[2,-1],[0,-2],[-1,-1],[-1,-3],[0,-3],[1,-5],[4,-5],[4,-4],[2,-4],[0,-5],[2,-4],[2,-1],[6,-4],[4,-2],[4,0],[7,-3],[2,-2],[0,-3],[2,-2],[6,-4],[5,-2],[4,-2],[3,-1],[1,-1],[0,-3],[-2,-3],[-3,-4],[0,-3],[0,-2],[1,-1],[-1,-2],[-2,-2],[-1,-1],[-4,-2],[-2,-1],[-1,-1],[-1,-5],[-2,-5],[0,-3],[0,-3],[0,-2],[1,-1],[1,-1],[1,-2],[-5,-4],[-2,-3],[0,-1],[-4,-1],[-6,-1],[-1,0],[-1,-3],[-3,-8],[1,-2],[1,-4],[0,-3],[-2,-2],[-3,-3],[-4,1],[-4,2],[-3,-3],[-1,-8],[4,-5],[3,-6],[1,-8],[1,-6],[3,-3],[5,-7],[2,-4],[-1,-2],[0,-2],[-1,-2],[-1,-2],[-1,-2],[1,-4],[0,-3],[2,-5],[1,-3],[0,-1],[-1,-2],[-5,-6],[-2,-4],[-3,0],[-3,2],[-1,1],[-3,0],[-2,-4],[-1,-5],[-6,-4],[-1,-2],[-2,-2],[-2,-3],[-3,-1],[-2,-5],[0,-2],[0,-2],[-2,-5],[-5,-2],[-2,0],[-3,1],[-3,4],[-2,4],[-4,6],[-3,0],[-4,0],[-3,-4],[-5,-4],[-6,-2],[-4,1],[-7,1],[-2,0],[-3,-3],[-2,-2],[-3,-3],[-6,-1],[-4,-1],[-6,0],[-4,-5],[3,-4],[2,-3],[-3,-2],[-3,-2],[-3,-2],[-1,-1],[0,-4],[0,-1],[0,-1],[0,-4],[-4,-2],[-3,-2],[-1,-3],[-2,-2],[-5,0],[-3,-1],[-3,-1],[-3,-1],[-4,-1],[-4,0],[-3,0],[-4,0],[-3,-2],[-4,-7],[-1,-2],[1,-2],[4,-7],[4,-5],[1,-1],[-1,-2],[-2,-3],[-7,-1],[-5,0],[-2,-1],[-3,-2],[-5,-3],[-4,-2],[-3,-1],[-1,0],[-2,0],[-1,2],[0,2],[0,1],[-4,4],[-7,5],[-4,3],[-6,3],[-5,3],[-6,2],[-8,2],[-5,5],[-3,0],[-4,0],[-2,-1],[-2,-3],[-2,-2],[-1,-1],[-3,-2],[-1,-2],[-2,-5],[-3,-4],[-3,-2],[-1,0],[-2,0],[-7,2],[-3,2],[-3,1],[-2,2],[-2,1],[-3,0],[-3,-2],[-5,-2],[-6,-1],[-5,1],[0,-2],[-2,-4],[-1,-4],[-1,-2],[-3,-6],[-5,-2],[-3,-2],[-3,-3],[-3,-2],[-5,1],[-4,0],[-2,0],[-1,-6]],[[7322,4368],[2,-3],[5,2],[2,10],[6,3],[2,9],[3,3],[16,1],[7,6],[-2,23],[12,11],[5,9],[-6,17],[0,8],[4,1],[10,-3],[12,3],[6,-6],[6,3],[6,13],[8,6],[-5,15],[10,4],[-1,9],[-3,7],[3,8],[-2,9],[5,27],[-2,14],[4,10],[5,5],[4,25],[4,7],[13,48],[0,12],[-4,9],[6,9]],[[7463,4702],[4,-7],[5,3],[12,-2],[2,-14],[-2,-2],[5,-31],[4,-24],[3,-3],[-4,-6],[3,-9],[-3,-3],[-1,-9],[3,1],[3,-4],[-1,-3],[2,-2],[15,0],[0,-16],[4,-2],[2,-5],[5,-1],[7,4],[2,8],[6,-5],[6,0],[7,3],[-3,-19],[15,2],[1,-16],[-4,-4],[-2,-6],[1,-2],[10,-3],[5,-5],[0,-7],[-3,-3],[2,-4],[10,4],[5,-6],[18,-7],[4,9],[2,0],[2,3],[8,-8],[6,-2],[5,-1],[0,3],[4,1],[5,-1],[1,-10],[3,-1],[1,32],[15,-14],[9,7],[-1,5],[20,-6],[0,-7],[8,-2],[-1,-8],[4,-6],[9,-1],[-4,-20],[1,-18],[3,-3],[4,8],[7,0],[1,9],[12,-6],[-2,-6],[2,-9],[-3,-7],[6,1],[2,3],[3,1],[5,-3],[5,0],[2,4],[13,-3],[5,3],[10,3],[2,3],[16,-1],[17,42],[-4,4],[16,17],[3,12],[-7,1],[-2,2],[16,11],[12,14],[4,1],[7,9],[4,1],[4,18],[13,18],[-4,8],[7,9],[-3,7],[5,1],[3,5],[6,18],[16,5],[11,20],[4,-7],[9,-2],[2,-4],[18,-4],[0,-7],[7,-3],[2,-6],[-4,-5],[1,-10],[-4,1],[-6,-4],[-2,3],[-10,-1],[7,-15],[1,-9],[5,-7],[-3,-3],[10,-13],[3,2],[5,-1],[5,-10],[0,-6],[10,-9],[2,3],[17,1],[8,4],[14,0],[1,-6],[16,-21],[4,-3],[0,-10],[-3,-6],[9,-11],[-1,-8],[-6,-8],[1,-2],[8,0],[7,-5],[19,23],[1,8],[7,6],[3,9],[8,3],[8,-1],[13,10],[2,0]],[[5192,4496],[8,-14],[3,0],[4,-12],[6,-2],[0,-2],[-3,-3],[0,-9],[3,-3],[2,1],[-2,-8],[4,-5],[-3,-1],[-2,-5],[-3,2],[-3,-9],[1,-6],[3,-1],[0,-4],[4,-2],[2,1],[-6,-12],[1,-5],[-3,-3],[-10,0],[-4,2],[-2,-3],[-3,5],[-3,-4],[0,-9],[-3,-3],[0,-7],[1,-9],[-1,-4],[-9,-7],[-3,-5],[10,-14],[-3,-3],[7,-6],[0,-3],[6,-3],[-1,-6],[8,-9],[8,1],[3,-2],[-2,-3],[3,-4],[-3,-4],[0,-4],[3,-8],[-2,-1],[-3,-4],[6,-2],[0,-3],[-8,-17],[4,-11],[-5,-10],[1,-5]],[[4482,3757],[-3,1],[-8,12],[-4,3],[-1,5],[-2,2],[-3,8],[-7,4],[4,8],[-5,-3],[-4,3],[5,9],[-11,19],[3,3],[-2,6],[-5,7],[-4,-3],[-1,3],[0,2],[10,0],[12,7],[3,8],[-1,4],[-20,12],[-12,-4],[-7,0],[-3,2],[0,8],[-13,-5],[-8,6],[-5,-3],[-3,-5],[-1,4],[-4,-2],[-2,5],[-3,-3],[-11,13],[-4,-1],[-1,4],[-6,1],[0,3],[-5,0],[2,8],[8,-2],[6,9],[5,2],[5,12],[-14,16],[-6,-4],[-21,-1],[-3,6],[4,20],[15,4],[6,5],[9,11],[0,9],[-2,6],[-14,-2],[-10,6],[2,6],[-7,6],[-4,0],[4,19],[5,0],[0,1],[-1,5],[2,5],[-2,1],[2,2],[-4,18],[17,-2],[3,3],[10,13],[5,14],[-2,4],[22,8],[3,7],[-2,4],[5,9],[-2,4],[-4,0],[-8,7],[2,1],[-5,2],[-4,4],[1,-3],[-1,-4],[-3,-1],[0,-3],[-7,-3],[-2,3],[1,4],[-3,2],[5,9],[-4,2],[-2,-6],[-3,-2],[-5,2],[-3,9],[3,8],[-2,2],[1,3],[7,-2],[2,1],[4,-6],[3,4],[3,-1],[3,6],[-6,12],[4,1],[0,-3],[4,3],[-7,4],[-6,-4],[-8,10],[-7,1]],[[4349,4194],[0,3],[2,5],[4,-2],[2,2],[-2,4],[3,4],[-2,8],[3,2],[2,8],[6,0],[6,4],[-2,9],[10,-4],[5,-4],[3,1],[11,-10],[15,-7],[6,14],[4,2],[1,6],[4,4],[4,4],[8,0],[1,12],[2,-1],[3,5],[0,6],[6,7],[0,3],[6,1],[3,4],[4,-1],[4,-5],[0,-6],[3,3],[2,-3],[7,9],[3,10],[-2,15],[16,0],[4,13],[8,-5],[-2,-6],[2,-6],[5,2],[6,-1],[6,5],[-1,9],[11,-2],[-1,-2],[3,-4],[8,-2],[3,3],[0,-7],[4,-1],[9,7],[8,-1],[5,9],[0,7],[7,11],[2,-4],[6,2],[4,-3],[7,0],[0,6],[7,-2],[-1,4],[5,0],[-1,3],[3,3],[5,4],[2,-1],[3,10],[-2,1],[1,4],[14,18],[16,11],[3,6],[6,-4],[7,0],[2,4],[9,5],[4,-2],[2,11],[3,-2],[4,1],[1,4],[8,0],[6,25],[7,-2],[1,-6],[3,-2],[0,4],[6,0],[4,4],[5,-9],[1,-5],[6,-4],[7,2],[2,-4],[5,11],[6,-2],[0,-3],[3,-3],[5,1],[5,2],[-3,4],[3,3],[0,8],[6,-4],[9,0],[1,3],[1,-2],[3,2],[-3,5],[1,7],[-5,-1],[-2,4],[0,3]],[[4788,4455],[3,2],[1,4],[7,0],[-2,4],[7,6],[5,-1],[1,-8],[12,1],[-5,5],[0,2],[4,4],[1,5],[6,3],[7,-3],[8,3],[2,-5],[6,1],[0,5],[5,7],[1,8],[-1,1],[2,8],[11,7],[6,1],[7,-2],[7,9],[4,2],[4,-11],[9,-7],[8,-2],[1,-18],[8,6],[12,-10],[0,4],[5,4],[8,3],[1,-6],[4,-2],[1,-4],[10,-2],[3,15],[2,0],[8,-4],[5,-12],[12,-2],[4,-3],[-6,-4],[-1,-8],[-4,-2],[2,-4],[2,2],[5,-2],[5,4],[1,11],[1,-10],[4,-1],[2,-6],[3,-1],[3,5],[4,-7],[5,2],[5,-7],[7,0],[6,3],[1,-4],[-3,-9],[2,-9],[-2,1],[0,-7],[7,1],[2,-1],[11,8],[5,1],[2,4],[8,-9],[4,4],[-3,2],[0,4],[4,-2],[0,3],[6,1],[3,4],[3,7],[3,3],[-4,13],[3,3],[13,4],[5,0],[5,-5],[2,2],[1,-2],[6,2],[10,0],[18,-11],[5,9],[5,2],[2,-2],[3,6],[3,0],[0,4],[3,3],[4,-1],[-2,8],[4,3],[1,0],[3,6],[7,2]],[[3699,3493],[-13,13],[0,6],[-5,5],[3,15],[-4,7],[1,4],[-3,1],[-2,15],[16,-4],[4,9],[5,-3],[-1,4],[2,8],[5,-1],[4,6],[-5,7],[-21,16],[-16,0],[-10,5],[-1,-3],[5,-9],[-2,-4],[-11,-11],[-10,-5],[-13,-22],[-6,5],[-6,2],[-10,-1],[-8,4],[-17,-2],[-7,-9],[-2,2],[-1,11],[-8,1],[-9,-2],[-3,-8],[-3,-4],[-7,7],[-11,-2],[-5,3],[-2,4],[1,9],[-6,3],[-5,7],[-12,-4],[-26,7],[0,4],[16,2],[1,10],[5,2],[3,5],[-1,2],[1,5],[8,4],[0,8],[13,22],[-11,14],[-4,14],[-6,6],[5,7],[-1,9],[4,8],[-1,8],[3,2],[6,-6],[2,1],[3,5],[2,12],[2,1],[-3,20],[2,12],[2,-2],[1,3],[1,10],[7,4],[2,11],[3,1],[2,9],[6,11],[-1,5],[-5,7],[-1,14],[-6,5],[-2,9],[-5,7],[-8,2],[-28,1],[-5,-4],[-7,0],[-2,-7],[-4,-2],[0,-3],[-3,-1]],[[3470,3842],[0,5],[-2,7],[9,16],[-5,12],[7,1],[4,5],[17,6],[-4,7],[-11,1],[-1,5],[1,5],[13,14],[2,8]],[[3500,3934],[3,12],[9,1],[9,5],[2,8],[12,11],[6,-7],[8,-1],[13,8],[14,-14],[10,-6],[3,2],[0,6],[7,-1],[1,10],[8,1],[11,14],[-4,4],[2,9],[4,3],[-2,7],[9,-2],[2,3],[6,-2],[2,2],[4,7],[3,15],[5,1],[0,5],[3,-1],[8,4],[5,-1],[3,-3],[6,7],[6,2],[2,7],[0,10],[2,2],[-2,0],[-2,16],[-5,15],[0,5],[-6,10],[-2,9],[3,5],[5,21],[5,9],[-1,3],[5,11],[-1,3],[4,7],[12,8],[5,-3],[8,1],[3,3],[-4,7],[-7,4],[-1,6],[2,7],[3,2],[10,-9],[5,-9],[3,6],[-1,10],[4,4],[4,-3],[3,4],[7,3],[1,10],[4,-2],[7,2],[1,8],[2,2],[7,-1],[12,7],[10,-9],[1,2],[4,0],[1,19],[3,1],[2,5],[6,6],[2,4],[-2,5],[7,2],[5,14],[14,-1],[0,4],[1,-1],[3,1],[1,5],[4,-2],[4,9],[2,6],[-7,5],[4,4],[-3,4],[11,16],[-4,9],[4,2],[-2,8],[-2,-1],[0,3],[-5,3],[-2,6],[0,2],[3,-1],[2,1],[3,6],[-1,6],[11,9],[-1,5],[3,0],[4,-2],[1,-5],[-2,-2],[3,-7],[2,3],[4,-3],[-1,3],[-2,1],[3,2],[8,-3],[6,3],[5,8],[-5,11],[2,0],[2,4],[3,0],[0,4],[3,-3],[3,2],[2,1],[-3,7],[10,4],[-6,4],[8,5],[1,14],[4,-3],[3,4],[-1,4],[6,0],[5,12],[-3,3],[3,1]],[[3925,4472],[7,-17],[3,-2],[3,4],[3,-1],[-1,-5],[2,-6],[3,2],[2,-4],[3,2],[2,-3],[2,3],[3,-2],[0,3],[6,-2],[3,2],[2,-1],[-1,2],[3,2],[1,-4],[4,-1],[5,4],[1,3],[9,1],[6,-6],[6,1],[4,-9],[5,-4],[5,-10],[6,1],[2,-1],[-2,-18],[-6,-9],[0,-14],[-9,-12],[2,1],[6,-13],[3,1],[7,-14],[3,-1],[15,5],[3,-1],[-1,-8],[4,-12],[19,6],[3,3],[4,15],[13,25],[5,-2],[4,-14],[11,-8],[5,9],[3,-4],[3,-1],[5,2],[8,6],[4,0],[2,-2],[2,6],[3,-5],[7,-3],[6,3],[7,-8],[5,2],[5,5],[2,6],[5,-5],[13,-1],[3,-8],[5,-2],[-1,-8],[6,-6],[-7,-7],[4,-11],[6,-6],[-1,-6],[9,-3],[3,1],[2,-6],[6,-4],[5,-14],[2,-1],[1,7],[3,-3],[4,3],[4,-1],[2,3],[0,5],[4,-1],[4,3],[-1,1],[3,0],[0,-4],[4,2],[2,-2],[0,-3],[5,0],[21,-16],[-14,-10],[-9,-10],[-4,-12],[-6,-6],[1,-14],[3,5],[7,-10],[5,4],[7,0],[6,5],[0,-3],[5,-1],[1,-4],[4,1],[1,-15],[5,-2],[12,4],[5,4],[17,-8],[-1,-16],[6,-3],[7,8]],[[3010,4072],[49,-4],[-1,-7],[2,0],[6,4],[7,0],[5,4],[8,1],[0,-2],[5,-1],[2,14],[5,10],[7,-7],[-1,-2],[6,-4],[-5,-17],[4,-16],[3,-4],[3,3],[11,-6],[2,1],[17,-5],[2,-3],[19,8],[9,0],[4,-4],[15,-4],[4,-4],[9,-3],[7,-10],[-6,-21],[12,-1],[1,-8],[-5,-12],[-2,-17],[-3,-3],[13,-21],[3,-19],[9,-28],[3,13],[7,7],[3,8],[9,0],[9,-3],[12,-11],[1,-12],[4,-7],[4,12],[18,-6],[4,-3],[0,-6],[5,-2],[0,-7],[7,-9],[-1,-3],[9,-7],[16,0],[8,-8],[8,-2],[5,-4],[3,1],[17,-3],[6,-4],[8,2],[1,3],[6,3],[1,8],[6,4],[5,7],[10,7],[7,0],[7,-12],[4,-1],[6,-10],[7,2],[4,-4],[5,5]],[[2644,3190],[0,2],[0,7],[1,6],[1,5],[0,1],[0,11],[0,7],[0,6],[-1,3],[0,3],[-2,10],[-2,9],[-1,3],[0,1],[0,3],[0,2],[0,1],[1,1],[1,2],[1,0],[2,2],[4,5],[2,2],[2,4],[5,9],[4,6],[2,3],[1,4],[3,7],[4,10],[4,10],[1,5],[1,2],[0,7],[0,8],[-1,3],[0,2],[1,5],[0,2],[2,3],[1,1],[1,2],[1,5],[1,4],[0,1],[1,1],[1,2],[2,1],[5,2],[1,0],[4,0],[8,0],[2,-1],[2,0],[9,-4],[0,-1],[2,-3],[1,-2],[-6,-4],[-2,0],[-2,-2],[-1,-2],[0,-1],[1,0],[0,-1],[2,-2],[1,-1],[1,0],[1,2],[3,3],[3,2],[7,1],[6,-1],[10,-4],[5,-1],[3,-1],[1,0],[5,0],[2,0],[2,2],[2,2],[1,0],[6,1],[3,-2],[8,4],[4,2],[4,-1],[7,-6],[3,-1],[3,-2],[1,0],[1,0],[1,1],[-1,1],[-3,0],[-1,1],[0,2],[0,1],[0,2],[0,1],[1,0],[3,1],[3,0],[1,-1],[2,-1],[1,0],[0,3],[-2,4],[-2,4],[-6,8],[-1,4],[-2,4],[-1,2],[-1,1],[-9,3],[-7,2],[-6,6],[0,1],[-7,8],[3,1],[7,-3],[3,-2],[2,0],[5,0],[1,0],[1,1],[-2,2],[-5,4],[-2,4],[-1,2],[-2,2],[-5,3],[-2,2],[-2,2],[-2,2],[-2,3],[-3,3],[-4,4],[-4,3],[-1,3],[-2,2],[-3,5],[-2,2],[-2,2],[-2,0],[-4,1],[-5,4],[-4,4],[-5,4],[-7,7],[-8,7],[-2,2],[-2,2],[-3,3],[-1,1],[-1,-2],[-1,-4],[-1,-3],[-2,-2],[-2,-2],[-1,-2],[0,-5],[1,-1],[1,0],[1,-2],[1,-4],[0,-4],[-1,-1],[0,-1],[-6,-3],[-2,-3],[-3,-4],[-1,-5],[-3,-4],[-1,-1],[-6,-8],[-2,-3],[-1,0],[-7,-7],[-5,-9],[-1,-2],[-1,-5],[-2,-5],[-2,-7],[0,-3],[-1,-5],[-1,-4],[0,-2],[1,-5],[0,-4],[0,-2],[0,-1],[-3,-5],[-1,-2],[-1,-6],[1,-5],[1,-1],[1,5],[-1,2],[0,2],[0,1],[1,-1],[0,-1],[1,-1],[0,-3],[-1,-3],[-1,-3],[-1,-6],[0,-5],[0,-1],[-2,-4],[-3,-1],[-3,3],[-2,5],[-1,2],[-1,5],[1,8],[0,4],[0,7],[1,9],[1,19],[1,1],[1,11],[1,5],[1,17],[3,19],[1,9],[1,11],[3,17],[1,10],[1,10],[2,17],[1,8],[1,11],[1,8],[1,5],[1,7],[1,8],[1,13],[1,3],[2,22],[1,10],[1,11],[0,6],[1,3],[1,8],[1,8],[0,4],[1,6],[0,7],[2,9],[0,7],[1,8],[1,11],[0,7],[1,5],[0,6],[1,4],[0,7],[1,7],[0,6],[1,11],[1,9],[0,7],[1,8],[1,9],[1,5],[0,9],[0,8],[1,6],[0,8],[1,2],[0,6],[1,6],[1,9],[0,8],[1,11],[1,6],[0,2],[0,1],[1,7],[1,5],[0,6],[0,4],[1,7],[1,13],[1,4],[0,5],[1,6],[0,5],[1,8],[1,6],[0,6],[1,8],[1,8],[0,7],[2,20],[2,16],[1,9],[1,6],[0,6],[0,8],[0,6],[1,11],[0,9],[0,11],[1,9],[-1,5],[0,2],[0,13],[0,5],[0,3],[0,3],[0,6],[0,9],[0,8],[0,7],[2,7],[2,8],[1,5],[1,3],[0,2],[0,2],[0,9],[-1,5],[-1,6],[-2,8],[0,2],[0,4],[2,3],[3,9],[3,7],[2,7],[3,7],[1,3],[2,2],[2,2],[2,2],[1,1],[2,2],[2,2],[3,5],[1,2],[4,6],[5,5],[0,2],[1,2],[1,4],[1,6],[0,4],[1,2],[3,3],[2,2],[1,0],[3,1],[2,0],[3,2],[6,4],[2,-2],[1,-3],[0,-1],[0,-3],[0,-2],[-2,-2],[0,-3],[2,-4],[4,-3],[2,-2],[3,-1],[3,-1],[1,0],[1,-5],[2,-6],[-3,-2],[-4,3],[-5,3],[-2,0],[-2,-1],[0,-2],[1,-3],[1,0],[2,0],[1,-1],[1,-1],[1,-3],[0,-1],[-1,-1],[-1,0],[0,2],[-1,2],[-1,1],[-1,1],[0,-1],[-4,-1],[-3,-1],[-1,-2],[0,-2],[0,-4],[0,-4],[1,-1],[2,-5],[3,-3],[5,-5],[7,-5],[2,-1],[3,-2],[8,-5],[4,-6],[3,-5],[4,-4],[7,-5],[2,-3],[2,-1],[7,-7],[2,-1],[6,-6],[4,-2],[2,-1],[3,0],[10,-6],[6,-4],[1,-2],[2,-2],[2,-4],[4,-5],[3,-5],[2,-3],[2,-3],[4,-8],[6,-4],[6,-4],[3,-2],[3,-3],[1,-1],[6,-6],[2,-1],[7,-5],[2,-2],[3,-3],[5,-5],[4,-4],[4,-4],[5,-7],[5,-7],[2,-3],[3,-4],[1,-2],[2,-5],[2,-4],[2,-4],[3,-6],[2,-7],[3,-7],[2,-4],[2,-7],[3,-6],[3,-8],[3,-6],[0,-1],[1,-3],[1,-5],[1,-4],[2,-8],[2,-11],[2,-6],[2,-12],[3,-4],[4,0],[29,7],[2,0],[1,1],[-2,13],[-1,0],[-1,10],[1,1],[0,5],[-2,13],[-2,7],[-8,37],[-2,5]],[[6748,4947],[4,-10],[9,-7],[3,-6],[-5,-16],[-15,-19],[-2,-10],[-14,-17],[-3,-6],[1,-5],[5,-3],[5,-13],[-5,-10],[-8,-6],[-3,-5],[5,-16],[-2,-14],[4,-9],[0,-26],[4,-11],[-5,-11],[-13,-14],[2,-8],[3,-3],[12,-4],[5,1],[7,4],[4,-1],[8,-15],[13,-3],[2,-11],[-5,-10],[1,-4],[29,17],[4,-6],[13,-4],[0,-10],[5,4],[3,-18],[12,-3],[1,-3],[4,0],[-1,-6],[-4,-5],[-1,-6],[0,-2],[6,-2],[5,-9],[3,-15],[-1,-9],[2,-2],[-3,-10],[0,-3],[4,-3],[13,6],[13,1],[13,-6],[15,5],[7,-5],[10,5],[6,-2],[8,4],[9,-3],[26,4]],[[6732,4206],[-7,8],[-2,7],[-3,2],[3,1],[-1,4],[2,2],[-4,8],[-12,7],[-9,-7],[1,-5],[-8,-6],[-15,6],[-3,-9],[-3,5],[3,5],[-6,3],[-5,0],[-3,6],[0,5],[2,3],[-3,22],[2,3],[-1,8],[7,4],[5,11],[3,-1],[-1,3],[3,0],[0,3],[4,-1],[5,10],[-6,8],[-7,2],[-3,-1],[0,-5],[-3,2],[-4,-3],[-4,2],[-2,-10],[6,-5],[3,-7],[-10,-3],[-5,5],[-7,21],[-8,10],[-9,-5],[-10,0],[-4,6],[-10,7],[-10,-5],[-5,2],[-9,-4],[-4,-4],[-4,0],[-5,5],[-5,-1],[-1,11],[-10,-3],[-6,4],[-7,-3],[-1,0],[0,5],[5,4],[-2,3],[-8,4],[-2,4],[-6,1],[0,11],[-5,7],[-22,9],[0,5],[-11,14],[-1,3],[5,3],[-6,4],[1,2],[-10,3],[-8,6],[3,1],[-4,13],[6,6],[-5,8],[5,5],[1,10],[4,3],[3,6],[5,19],[7,4],[-3,8],[-5,4],[-15,-7],[-6,2],[1,7],[-4,0],[1,2],[-2,5],[-3,0],[1,3],[-2,1],[3,6],[5,3],[-2,5],[1,2],[1,-6],[14,6],[-1,9],[-4,8],[1,5],[4,2],[5,-4],[1,3],[-2,6],[-6,6],[5,2],[-6,5],[5,2],[-1,6],[6,5],[-5,9],[6,5],[3,9],[-1,6],[-12,-2],[-6,5],[-4,-4],[-14,13],[-3,13],[-7,7],[-3,8],[9,4],[3,6],[4,2],[-8,0],[3,4],[0,4],[5,6],[-7,2],[-9,8],[-1,4],[-5,-3],[-3,5],[-6,2],[-6,7],[6,3],[-2,9],[-15,15],[-12,1],[-7,6],[1,5],[-4,6],[10,-3],[3,7],[4,-1],[-2,-4],[0,-5],[4,-4],[2,7],[2,-2],[5,1],[2,6],[3,-5],[1,-4],[5,-2],[3,12],[5,5],[-4,7],[-1,10],[-6,-1],[-6,-4],[-8,6],[-5,12],[-4,1],[-3,9],[-5,6],[4,4],[7,-3],[12,2],[11,12],[0,5],[2,0],[-2,9],[7,1],[-1,11],[2,4],[-5,6],[1,7],[9,11],[2,13],[7,6],[6,-1],[13,4],[6,9],[5,2],[9,-2],[12,-11],[6,-1],[0,3],[3,3],[1,9],[8,9],[3,9],[-4,6],[-4,0],[-5,6],[-9,3],[-7,7],[0,6],[18,8],[-2,1],[1,5],[-10,12],[-2,-2],[-11,1]],[[6481,4991],[0,14],[3,2],[-4,12],[4,5],[-2,7],[6,9],[0,17],[7,9],[-2,4],[12,-1],[3,8],[7,-5],[1,-5],[13,4],[12,-14],[9,5],[10,-22],[12,4],[11,-1],[6,4],[1,11],[4,1],[-1,5],[5,5],[7,-2],[2,-7],[0,-11],[7,-5],[0,-1],[20,-3],[4,-2],[2,5],[0,8],[-3,5],[7,6],[6,2],[0,9],[11,5],[8,-9],[10,5],[-2,4],[2,2],[5,-4],[5,0],[1,-10],[3,-2],[3,-8],[3,2],[2,-6],[-2,-9],[-3,1],[-2,-4],[-5,5],[-4,-7],[-5,3],[1,-3],[-2,-6],[3,-6],[4,1],[0,-5],[3,-1],[3,4],[13,-9],[2,2],[1,-6],[2,2],[8,-10],[-2,-6],[-8,3],[-1,-1],[2,-2],[-2,-5],[8,-3],[-2,-5],[5,-2],[-1,-5],[-6,2],[-3,-8],[-1,-7],[4,-6],[-1,-4],[4,-2],[-2,-3],[14,-4],[3,-3],[4,-1],[2,5],[13,0]],[[6149,5049],[2,1],[2,-6],[3,-14],[-3,-5],[3,-5],[-3,-10],[-4,3],[-1,-2],[0,-14],[-5,-11],[5,-4],[10,-4],[4,-4],[10,4],[16,-2],[6,-3],[5,1],[0,-12],[-1,-2],[1,-4],[4,1],[2,-4],[-1,-4],[3,-1],[0,-5],[4,-4],[2,4],[6,-2],[12,2],[6,-4],[3,5],[13,8],[5,7],[3,1],[3,-3],[4,4],[14,3],[6,5],[15,-16],[5,-2],[0,-3],[21,-5],[8,1],[9,1],[-3,6],[0,10],[3,-2],[13,7],[11,-18],[8,4],[4,8],[6,-3],[3,2],[6,-13],[-5,-3],[-2,-6],[-3,0],[0,-9],[22,-2],[4,4],[1,11],[2,2],[10,2],[7,-4],[0,2],[7,10],[0,3],[6,-4],[7,7],[4,-2],[5,-5],[3,1],[2,4],[3,-2],[2,3],[-3,6],[-5,3],[0,4],[7,5],[2,7],[9,1],[-1,7]],[[6148,4104],[-2,3],[1,5],[-4,6],[2,6],[-2,4],[4,2],[-3,3],[0,4],[-2,4],[3,3],[-1,4],[5,6],[-1,4],[4,1],[0,2],[4,0],[-1,6],[4,4],[3,-1],[1,4],[4,-1],[7,6],[5,0],[3,3],[2,-2],[8,5],[-2,8],[4,1],[0,3],[7,1],[-5,4],[3,8],[-4,8],[0,5],[2,5],[9,5],[2,4],[-2,1],[1,8],[-11,7],[-2,-1],[-3,5],[-2,14],[-3,7],[1,5],[-5,7],[-1,8],[5,11],[-6,7],[-7,16],[-11,9],[-11,12],[-7,1],[-7,4],[-3,5],[-11,7],[-1,5],[1,2],[-2,2],[-13,2],[-10,6],[-4,15],[-9,10],[-7,18],[-12,17],[-1,10],[5,7],[-4,13],[2,5],[-9,4],[-6,19],[-5,0],[-3,-6],[-13,15],[8,12],[-5,8],[-6,4],[-6,1],[-2,3],[-7,-1],[-5,7],[-4,3],[16,8],[7,15],[-3,6],[5,4],[3,8],[-3,13],[-3,-1],[-1,5],[0,3],[7,5],[-2,4],[2,3],[-3,-1],[0,-3],[-3,2],[-2,3],[-1,7],[13,0],[0,3],[3,-1],[1,4],[3,2],[-1,2],[3,2],[-2,2],[6,2],[-10,24],[-6,3],[-5,10],[-20,9]],[[6009,4694],[-2,10],[2,9],[4,2],[4,6],[-3,7],[0,6],[4,1],[2,4],[9,-2],[2,-3],[11,-4],[8,6],[1,12],[6,-4],[0,-3],[7,0],[2,-3],[-1,-2],[8,2],[8,11],[4,-1],[4,3],[8,1],[0,6],[6,7],[-4,1],[-3,13],[-4,6],[-2,10],[1,11],[-5,6],[1,5],[-2,2],[1,10],[6,8],[-1,3],[4,8],[-4,5],[5,3],[0,2],[-7,8],[-5,12],[-7,3],[3,14],[3,5],[-2,8],[-5,6],[1,2],[-3,9],[13,7],[0,3],[-13,21],[-1,17],[6,5],[-4,4],[-4,10],[-9,9],[-1,13],[8,2],[14,-5],[3,4],[-2,16],[3,-2],[8,3],[10,0],[17,5],[5,-2],[7,14],[7,-2],[8,2]],[[5192,4496],[-1,4],[-4,7],[-7,-3],[-4,11],[-7,1],[-5,4],[0,-4],[-4,0],[-7,10],[-1,19],[-5,5],[1,4],[-10,8],[1,5],[-5,3],[-1,3],[-11,11],[-1,4],[10,11],[9,-5],[10,0],[2,12],[5,2],[3,-2],[3,5],[0,4],[-5,3],[1,10],[9,-1],[1,2],[5,1],[0,3],[3,1],[6,-2],[0,-6],[9,0],[0,3],[5,5],[2,6],[-1,7],[1,4],[8,-3],[0,4],[7,5],[1,5],[7,2],[3,0],[2,6],[3,0],[7,6],[-10,3],[-2,5],[3,6],[-1,6],[7,3],[-2,6],[7,5],[6,1],[-5,9],[14,6],[4,-1],[13,6],[2,8],[-12,16],[0,12],[4,10],[-1,4],[3,4],[-2,11],[2,3],[-12,9],[0,2],[-10,4],[-4,18],[-5,4],[-5,19],[1,17],[-3,10],[4,3],[-1,3],[2,0],[3,6],[-3,1],[2,3],[-1,5],[2,-3],[2,1],[-2,6],[4,1],[-1,4],[2,0]],[[5242,4912],[5,-1],[12,-15],[8,4],[5,-1],[5,-7],[7,0],[4,-4],[5,-1],[10,6],[0,9],[3,2],[3,6],[-2,2],[5,2],[-1,12],[2,-1],[4,2],[-1,15],[7,4],[5,0],[7,6],[7,-2],[7,2],[-1,7],[7,6],[-4,5],[0,6],[-3,0],[-1,7],[5,4],[3,8],[12,-4],[6,-10],[8,2],[11,-13],[13,-2],[2,-2],[6,9],[0,14],[4,3],[0,6],[-4,5],[1,11],[5,0],[3,6],[5,4],[5,-3],[10,8],[3,-7],[6,3],[12,1],[9,-5],[11,2],[8,-3],[4,-6],[6,0],[-7,-4],[-3,-5],[2,-9],[2,2],[2,-2],[-5,-6],[-5,1],[-2,-3],[-6,-3],[2,-2],[-3,-1],[2,-3],[-4,-4],[7,-13],[-1,-6],[2,-3],[-2,0],[-4,-5],[-2,1],[4,-5],[5,1],[14,-7],[7,3],[-2,-2],[4,-6],[-1,-16],[5,-18],[6,-8],[4,3],[6,0],[10,-5],[6,-6],[4,-9],[-1,-3],[5,-1],[8,2],[4,4],[6,-7],[7,3],[6,-1],[16,12],[0,-9],[3,-3],[4,-10],[-2,-10],[3,-2],[9,-1],[10,-11],[31,-4],[2,1],[0,7],[4,2],[15,-3],[5,2],[5,-8],[4,5],[3,-2],[-2,-4],[3,-2],[8,-2],[8,4],[14,-4],[3,5],[9,-4],[5,3],[-1,-5],[12,0],[-3,-4],[14,-2],[-2,-11],[3,2],[2,-1],[1,4],[10,4],[12,2],[4,6],[1,4],[8,-1],[19,11],[2,-6],[7,-8],[7,-1],[7,4],[4,-3],[-2,-2],[4,-3],[-2,-5],[7,-8],[1,-4],[-7,0],[5,-16],[-3,-3],[0,-13],[14,6],[11,-1],[4,4],[3,-2],[4,0],[6,-5],[-4,8],[2,4],[11,-1],[-1,-3],[4,-5],[3,3],[3,-1],[3,4],[14,-2],[5,7],[5,0],[3,-7],[3,0],[2,-9],[6,-7],[1,-7],[8,-10],[3,-10],[-2,-4],[3,-3],[0,-8],[6,6],[4,-3],[16,-3],[5,-3],[3,-7],[-3,-2],[3,-9],[8,-10]],[[8169,4600],[0,-1],[-1,-1],[-2,-5],[-3,1]],[[8163,4594],[-3,2],[-1,2],[-8,3],[-1,1],[-4,-3],[-1,-1],[-2,0],[-2,1],[-2,0],[-3,-1],[-2,-1],[0,-1],[0,-3],[-1,-2],[-1,-2],[-1,-1],[-3,-8],[0,-7],[1,-8],[0,-3],[1,-2],[1,-5],[-3,-1],[-2,-1],[-1,-2],[-2,-7],[0,-2],[0,-4]],[[7463,4702],[-4,1],[4,2],[3,10],[-1,22],[-17,18],[1,21],[-4,6],[5,8],[-4,20],[5,15],[-4,3],[0,3],[2,15],[4,3],[3,9],[2,8],[-3,6],[8,3],[6,-5],[2,-6],[11,-11],[8,2],[8,-2],[6,3],[1,8],[-5,12],[5,12],[8,1],[11,12],[3,-1],[0,-3],[14,0],[7,4]],[[7548,4901],[1,-4],[5,3],[5,1],[3,1],[4,4],[0,4],[2,2],[5,2],[1,0],[6,-3],[5,1],[3,0],[5,-1],[5,-2],[3,-3],[1,0],[5,4],[4,7],[2,4],[14,-1],[1,-1],[7,1],[4,1],[1,0],[3,-5],[2,-3],[7,0],[8,-1],[4,-2],[3,0],[3,1],[5,4],[4,4],[2,2],[3,2],[4,1],[6,3],[3,1],[4,4],[5,4],[0,1],[0,2],[-2,10],[2,3],[4,2],[3,2],[2,1],[1,2],[6,5],[4,5],[4,2],[3,4],[4,3],[2,0],[2,-2],[2,0],[1,0],[3,1],[2,2],[2,1],[7,5],[4,0],[4,2],[1,1],[2,1],[7,6],[2,2],[1,2],[5,10],[3,5],[2,2],[-1,4],[0,6],[-4,2],[-2,-1],[-3,1],[-1,3],[1,6],[-1,0],[-1,0],[-1,-1],[-4,-6],[-5,-6],[-2,-1],[-6,-3],[-2,3],[-2,4],[-7,8],[-1,1],[-2,4],[-2,6],[-3,3],[-1,1],[0,1],[2,5],[2,2],[1,1],[2,1],[3,1],[1,3],[-1,3],[-2,5],[-5,7],[-4,2],[-11,5],[8,18],[5,10],[2,5],[8,17],[13,10],[3,3],[31,25],[9,7],[10,2],[19,4],[10,1],[20,5],[2,0],[54,35],[5,3],[5,4],[11,-1],[34,0],[6,0],[22,-1],[20,0],[12,0],[5,0],[52,-16],[15,-4],[22,-7],[3,0],[3,-1],[-11,-34],[0,-1],[-1,-2],[-1,-5],[1,-3],[0,-4],[0,-4],[-4,-4],[-4,-5],[-7,-1],[-4,-2],[-2,-3],[-1,-6],[1,-6],[2,-2],[3,-6],[2,-4],[1,-5],[1,-1],[2,0],[5,1],[1,-3],[0,-4],[0,-1],[2,-5],[0,-1],[1,0],[1,0],[2,1],[1,0],[3,-2],[4,-4],[5,-3],[3,-6],[-1,-3],[0,-2],[2,-1],[3,-3],[3,-2],[4,-4],[1,-1],[2,0],[1,2],[2,0],[2,-1],[1,-1],[4,-7],[0,-2],[0,-1],[0,-1],[-4,-6],[1,-8],[-2,-3],[-2,-9],[-2,-2],[-3,-2],[-2,-2],[-3,0],[-1,-4],[-1,-4],[-4,-7],[-3,0],[-2,-1],[-2,-1],[0,-2],[1,-7],[-2,-2],[-3,-4],[-3,-5],[-1,-2],[-4,-8],[1,-3],[2,-4],[3,-14],[0,-1],[-3,-4],[-1,-4],[0,-1],[-7,-7],[-2,-6],[-2,-6],[1,-3],[2,-4],[2,-7],[0,-4],[2,-1],[2,0],[3,1],[0,-1],[4,-5],[4,0],[3,1],[10,1],[2,-1],[1,-2],[0,-1],[2,-1],[4,-1],[3,-1],[3,0],[5,-1],[8,-2],[7,2],[3,-1],[2,-3],[0,-3],[-1,-1],[-1,-3],[-1,-1],[1,-6],[-1,-3],[-2,-3],[-3,-5],[0,-3],[1,-4],[1,-1],[2,-4],[0,-4],[0,-2],[0,-5],[-4,-3],[-3,-2],[-5,-14],[-1,-4],[2,-5],[5,-3],[4,-1],[2,2],[2,3],[8,2],[2,0],[1,2],[1,3],[2,2],[2,2],[4,6],[6,2],[3,-2],[0,-1],[1,-1],[-1,-2],[-1,-3],[0,-2],[0,-1],[2,-2],[3,-2],[3,0],[2,1],[0,-1],[3,-10],[6,-11],[5,-5],[4,-4],[3,-3],[1,-4],[1,-5],[2,-4],[2,-3],[4,-4],[3,-1],[1,1],[2,2],[1,0],[3,-4],[1,-5],[2,-6],[2,-3],[1,0],[2,-4],[1,-1],[0,-1],[-2,-2],[-4,-1],[-3,-2],[0,-1],[-1,-3],[3,-4],[1,-2],[2,-3],[0,-1],[3,-1],[2,-1],[7,-2],[1,-1],[0,-1],[1,-8],[0,-1],[-1,-3],[-1,-4],[2,-5],[2,-3],[2,-6],[0,-2],[-3,0],[-3,-2],[-4,-1],[-1,-1],[-4,-2],[-3,-3],[-1,-4],[-3,-4],[-3,-3],[-2,-3],[-1,-4],[0,-4],[1,-3],[0,-6],[-4,-7],[-1,-3],[-1,-3],[-2,-2],[-2,-2],[-2,1],[-3,1],[-3,-1],[-2,0],[-2,-1],[-2,-2],[-3,-2],[-3,-2],[-3,0],[-3,-2],[-4,-6],[-1,-3],[-1,-2],[-1,-2],[-2,0],[-5,-1],[-2,2],[-4,0],[-2,-3],[-3,-2],[-4,-1],[-6,1],[-4,-1],[-2,2],[-2,2],[-2,2],[-1,1],[-3,0],[-4,-3],[0,-2],[1,-1],[-1,-2],[-1,-2],[-2,0]],[[3631,4864],[1,1],[13,-2],[10,-7],[5,-7],[11,-1],[4,-9],[9,-5],[-2,-4],[4,-1],[0,-2],[14,-1],[0,2],[8,0],[3,4],[8,-3],[2,5],[3,-3],[14,0],[4,3],[1,-3],[7,1],[4,-3],[8,6],[9,-5],[7,-14],[8,-1],[5,4],[7,-2],[9,4],[5,6],[4,2],[0,7],[6,-4],[2,1],[-6,7],[4,13],[-9,4],[-5,-3],[-2,1],[-5,-2],[-2,7],[4,5],[-5,5],[4,3],[3,1],[-1,2],[3,-1],[4,4],[6,19],[12,-1],[3,8],[11,-4],[-3,-9],[-4,-1],[6,-6],[2,1],[6,-3],[3,-8],[10,-12],[1,-10],[10,6],[2,-2],[4,1],[7,-12],[4,3],[9,0],[2,-9],[3,4],[7,1],[-4,9],[3,0],[0,4],[4,-1],[2,4],[5,0],[7,-2],[6,1],[5,4],[4,-2],[6,3],[14,0],[-2,8],[-6,7],[9,12],[8,5],[7,2],[2,10],[11,-5],[6,1],[4,5],[4,-4],[6,2],[2,-4],[0,-3],[6,3],[3,-3],[4,2],[4,-4],[1,3],[9,-2],[1,6],[3,-1],[4,3],[1,-1],[-2,-2],[3,0],[0,-4],[4,0],[1,-3]],[[4057,4898],[-6,-2],[-3,-3],[2,-2],[-3,-1],[2,-3],[2,2],[-1,-5],[3,2],[-1,-3],[1,-2],[2,5],[3,-1],[-1,-3],[4,-3],[0,-3],[3,-1],[-2,-3],[2,-1],[0,-7],[-2,0],[1,-3],[-1,-4],[-4,-1],[1,-2],[-5,-9],[0,-4],[2,0],[2,-2],[-1,-2],[3,-1],[-3,-2],[3,-3],[-9,-5],[1,-10],[9,-3],[1,-5],[6,-1],[9,-7],[4,-8],[-1,-8],[4,-2],[2,-1],[0,3],[14,14],[6,-5],[-1,-4],[3,-4],[2,1],[12,-7],[-1,-4],[5,2],[-1,-8],[-5,-1],[2,-2],[-1,-3],[12,-6],[-3,-8],[4,-2],[-3,-5],[5,-4],[5,1],[0,-5],[-2,1],[-3,-5],[3,0],[-2,-3],[1,-5],[-6,-4],[-2,1],[-1,-2],[-5,1],[0,-5],[5,0],[-6,-4],[0,-7],[-6,-2],[-5,2],[-1,-5],[-18,-13],[-3,3],[-9,-6],[-5,7],[-11,-2],[-9,10],[-7,-1],[-2,-5],[2,-3],[-3,-1],[6,-6],[1,-15],[-3,-5],[7,-9],[3,-6],[-8,-5],[-6,-8],[3,-2],[3,2],[3,-3],[-3,-10],[-13,-29],[-6,-2],[-4,-7],[-2,-5],[2,0],[2,-9],[-6,-2],[0,-4],[5,-10],[-2,-4],[-6,-1],[-3,4],[1,3],[-4,0],[0,5],[-9,-2],[-2,7],[-4,3],[-4,-4],[-11,4],[-5,-2],[-3,-9],[1,-4],[2,-1],[0,-8],[-4,-5],[6,-6],[0,-9],[-4,-2],[-3,2],[-7,-2],[-4,-1],[-3,-7],[-8,-1],[-2,-5],[-2,0],[-1,-9],[-3,0],[-3,3],[-2,-2],[-4,-10],[3,-4],[-4,-10],[-9,5],[-2,-7]],[[3500,3934],[-5,3],[0,7],[6,19],[-2,9],[-14,0],[-9,7],[-2,-1],[-4,13],[-3,1],[-20,-2],[-29,2],[-1,3],[4,6],[-1,25],[3,2],[-2,3],[2,4],[-11,5],[-6,0],[-8,-7],[1,8],[-9,10],[-17,4],[-9,-4],[-4,1],[1,6],[-7,0],[-7,5],[0,6],[-6,-1],[-2,-8],[-4,2],[-7,-5],[-5,-1],[-2,-4],[1,-8],[-6,4],[-6,0],[-7,7],[1,10],[-1,6],[-4,2],[9,10],[-3,3],[3,5],[0,4],[2,0],[3,-6],[4,-1],[0,-2],[3,3],[7,-1],[3,10],[0,10],[-4,-3],[-14,1],[-6,-4],[1,10],[-10,1],[2,5],[-13,3],[-1,4],[0,7],[1,3],[5,-1],[1,3],[3,-2],[9,1],[2,4],[3,-1],[-1,9],[13,2],[3,-3],[2,2],[1,10],[11,-1],[0,10],[-13,-1],[1,10],[-2,3],[5,5],[-10,13],[-3,0],[-1,7],[-7,4],[-6,-3],[4,19],[11,-4],[1,7],[4,4],[-1,8],[4,0],[2,4],[5,-3],[1,5],[-4,2],[3,6],[-3,1],[-4,-3],[-10,8],[2,5],[6,2],[2,6],[-9,2],[0,2],[-2,1],[-10,-7],[3,6],[-8,7],[-4,-5],[-5,1],[-6,5],[-6,2],[0,7],[3,3],[5,-1],[0,6],[2,0],[7,16],[-3,0],[-6,12],[-3,3],[-7,1],[-5,7],[-6,-1],[-3,9],[-11,3],[-3,7],[-8,5],[-2,13],[-5,4],[-4,-4],[-13,-6],[-13,9],[8,11],[2,12],[3,1],[3,8],[7,-4],[11,3],[0,5],[-19,24],[-6,-1],[-3,3],[6,12],[-5,13],[1,4],[0,10],[1,4],[6,1],[7,7],[-8,3],[-3,4],[-30,-3],[-2,13],[7,7],[2,8],[4,-2],[8,3],[3,-4],[9,8],[3,-4],[4,3],[1,17],[9,-3],[9,0],[7,-4],[0,4],[4,-5],[1,4],[4,0],[9,4],[6,1],[6,-3],[11,3],[5,8],[-1,7],[8,4],[7,-3],[0,3],[3,0],[24,-2],[-4,-8],[3,-2],[3,1],[1,-7],[8,-14],[2,2],[7,-1],[6,3],[6,11],[2,-1],[3,2],[2,-2],[5,2],[5,-3],[2,5],[5,-3],[-6,-9],[6,-1],[5,9],[-2,2],[2,3],[-5,3],[6,6],[3,10],[5,6],[-4,19],[-3,1],[0,3],[6,7],[10,3],[1,5],[-3,2],[9,15],[-10,1],[-2,6],[-1,0],[0,13],[-5,0],[-3,-2],[-1,3],[-4,9],[8,3],[4,8],[-3,-1],[-4,7],[-6,-3],[3,11],[-3,2],[7,5],[9,-5],[11,3],[5,-3],[2,3],[3,-1],[1,4],[-2,3],[6,9],[-1,1],[3,3],[0,3],[-4,0],[-1,12],[-9,-4],[3,11]],[[3427,4734],[19,11],[2,-2],[0,2],[6,1],[1,-1],[2,7],[10,3],[-1,5],[5,-2],[-2,6],[-11,0],[6,6],[-1,5],[3,5],[0,7],[10,1],[3,7],[3,0],[-11,16],[-1,9],[11,4],[3,-2],[4,2],[8,-2],[4,5],[10,-7],[6,5],[3,9],[3,0],[0,3],[4,-2],[13,5],[-8,7],[11,12],[8,3],[13,-5],[2,4],[-5,9],[3,4],[7,-9],[4,1],[1,-2],[14,8],[7,-8],[2,1],[10,-8],[4,-8],[6,2],[3,5],[3,-1],[1,5],[3,0],[-1,3],[4,1]],[[7109,5225],[3,-2],[2,-14],[4,-3],[-7,-2],[-1,-4],[-2,2],[-2,-3],[1,-5],[5,-1],[-6,-1],[-3,2],[-2,-1],[0,-3],[11,-4],[7,-7],[2,1],[4,-6],[2,4],[3,1],[8,-5],[-1,-4],[5,-2],[3,3],[0,-5],[5,-3],[0,-4],[5,0],[-10,-14],[4,0],[0,-3],[5,-2],[-2,-12],[4,-7],[9,-5],[6,-1],[0,-7],[2,0],[0,-23],[4,-2],[2,9],[2,28],[5,3],[3,-6],[-2,-1],[4,-8],[4,-19],[5,4],[8,-2],[2,7],[5,0],[1,-7],[5,-1],[-7,-25],[-2,-2],[-2,1],[-2,-16],[4,-1],[0,-2],[5,-1],[-1,-2],[4,-5],[13,5],[4,-1],[2,3],[4,-7],[9,0],[13,5],[12,14],[6,12],[17,-1],[4,4],[3,12],[4,2],[-1,3],[5,14],[11,3],[9,15],[4,-4],[1,-7],[-4,-10],[6,-1],[10,1],[5,-5],[6,-3],[0,-6],[21,-2],[3,-16],[-3,-13],[4,-12],[-1,-5],[4,-4],[13,7],[15,1],[41,-6],[18,-1],[7,10],[4,-6],[6,4],[11,18],[10,-3],[5,10],[-1,1],[3,13],[-2,1],[4,4],[2,2],[11,-5],[17,35],[8,10],[4,11],[21,13],[2,5],[12,11],[14,25],[3,2],[2,-2]],[[7621,5193],[3,-1],[13,-4],[8,-2],[1,-4],[3,-6],[3,0],[3,1],[13,-11],[2,-1],[0,-1],[10,-11],[2,0],[2,1],[3,-1],[3,-5],[4,-5],[-1,-1],[-6,-7],[0,-1],[-1,-1],[0,-1],[-1,-2],[-3,-7],[-1,-2],[-5,-5],[-3,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[-1,-3],[-2,-6],[-4,-5],[-1,-3],[-1,-1],[-3,-5],[0,-5],[0,-6],[2,-2],[-1,-3],[-1,-2],[-4,-1],[-4,-5],[-2,-6],[0,-6],[4,-4],[0,-2],[0,-2],[4,-4],[1,-3],[3,-5],[1,-6],[-2,-4],[-7,-9],[-1,0],[-5,-2],[-4,3],[-2,3],[-3,3],[-2,-1],[-2,0],[-2,0],[-4,-2],[-4,0],[-3,2],[-2,0],[0,-1],[-5,-5],[-1,-2],[0,-1],[-1,-2],[-3,-4],[-2,2],[-6,6],[-6,-6],[-4,-1],[-3,-1],[-2,-2],[-4,-3],[0,-3],[-3,-3],[-6,-4],[-6,0],[-4,0],[-3,-2],[-3,-8],[0,-1],[2,-3],[0,-1],[-3,-2],[-2,-1],[-1,-1],[0,-1],[6,-3],[3,-1],[4,-2],[5,-4],[2,-2],[1,-3],[-2,-5],[-5,-4],[-3,-7],[-2,-7],[-2,-4],[-3,-4],[-3,-8],[0,-3],[1,-2],[0,-1],[0,-2],[-7,-5]],[[6748,4947],[0,13],[9,13],[1,19],[9,17],[2,13],[0,11],[11,17],[4,23],[14,32],[-1,27],[25,48],[3,40],[14,21],[1,27],[7,8],[7,18],[4,-2],[-1,7],[2,0],[0,-4],[8,-2],[-7,-3],[0,-5],[5,-5],[1,4],[5,4],[5,-3],[2,1],[-6,6],[15,3],[14,-5],[4,1],[-1,-4],[3,-7],[8,-4],[2,-5],[8,0],[11,-8],[14,2],[-1,3],[7,2],[2,5],[2,0],[4,5],[7,-9],[4,1],[2,4],[9,4],[0,3],[1,-2],[4,1],[-2,7],[15,-2],[7,-4],[1,16],[4,-6],[5,-3],[14,-2],[1,-4],[-3,-1],[3,-4],[1,-5],[4,-2],[-4,-5],[6,-4],[-2,-5],[4,-5],[-1,-6],[7,0],[6,-11],[2,0],[3,4],[9,-6],[1,-6],[6,1],[12,-5],[5,4],[11,-5],[3,2]],[[2540,4815],[3,-2],[4,-2],[4,-2],[1,-1],[1,0],[5,-1],[3,0],[2,-3],[1,-4],[6,-8],[6,-6],[2,-2],[4,-3],[1,0],[8,-6],[2,-3],[5,-8],[0,-1],[0,-1],[2,-1],[2,-2],[6,-3],[8,-2],[6,-1],[3,0],[9,2],[6,1],[2,0],[6,0],[1,-1],[1,-1],[3,-3],[2,-2],[1,-3],[0,-1],[2,-10],[0,-3],[0,-3],[0,-3],[-1,-1],[0,3],[0,4],[0,1],[-1,0],[-3,-6],[0,-2],[-1,-4],[1,-4],[1,-2],[2,-2],[1,-1],[3,-4],[3,-3],[0,-1],[1,-1],[0,-1],[-1,0],[-3,-4],[-2,-4],[0,-1],[0,-3],[3,-7],[4,-7],[2,-3],[3,-4],[3,-2],[6,-7],[6,-8],[1,-4],[0,-3],[-1,-7],[-1,-5],[-4,-9],[-2,-6],[-1,-5],[-2,-2],[1,-1],[0,-2],[3,-7],[2,-5],[0,-5],[-2,-4],[-2,-2],[-4,-6],[-4,-6],[-6,-8],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-3,2],[-1,2],[-1,1],[0,2],[-1,2],[-1,3],[-1,6],[-1,4],[-2,24],[-2,10],[-2,8],[-1,5],[-3,6],[-4,8],[-4,4],[-4,4],[-2,3],[-4,7],[-2,1],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[-3,1],[0,1],[-4,4],[-3,4],[-3,2],[-1,0],[-3,2],[-2,0],[-2,2],[-5,3],[-8,7],[-1,1],[-1,1],[-1,2],[-1,1],[-4,5],[-6,7],[-3,4],[-5,6],[-1,5],[-1,5],[0,1],[0,1],[-1,3],[-2,7],[-1,2],[0,5],[0,4],[2,6],[1,5],[0,3],[0,3],[-1,3],[-3,7],[-3,5],[-4,10],[-2,6],[-1,2],[0,4],[-1,4],[-1,4],[-1,3],[0,2],[1,0],[3,0]],[[4298,5160],[3,-8],[2,2],[4,-1],[0,3],[13,10],[3,-3],[1,-4],[-3,-4],[1,-9],[4,-4],[2,3],[2,-2],[9,-1],[9,11],[6,2],[6,-3],[7,1],[2,-5],[6,3],[8,-4],[9,3],[-6,6],[3,4],[6,-2],[1,3],[0,5],[-2,3],[-4,0],[0,3],[9,0],[12,6],[3,-3],[5,2],[19,-26],[5,-4],[4,1],[-2,-5],[4,0],[6,-6],[1,-11],[3,-4]],[[4459,5122],[-3,-5],[7,-2],[2,-5],[5,-2],[8,2],[3,-3],[-1,-6],[-4,0],[-2,-5],[2,-3],[-2,-7],[5,-7],[-3,-5],[-3,-1],[-1,2],[-1,-3],[-1,2],[-4,-2],[-2,-14],[-5,-4],[4,-3],[7,1],[5,-7],[-5,-1],[0,-3],[-3,-2],[-8,5],[-3,-8],[-3,0],[-1,-3],[1,0],[1,-8],[1,-1],[4,4],[0,-6],[4,-1],[-2,-8],[-4,-1],[-4,3],[-6,-2],[-3,-5],[1,-3],[-1,1],[-4,-4],[2,-3],[-3,1],[-4,-4],[-1,1],[1,-6],[-5,-3],[5,-6],[3,1],[-2,-4],[4,-2],[-1,-7],[1,-1],[6,1],[-1,-9],[2,1],[0,-6],[4,-3],[7,0],[-1,-4],[3,-2],[12,5],[0,-7],[2,-1],[4,5],[7,1],[0,2],[6,-4],[-3,-1],[-1,-3],[3,-6],[4,-1],[-1,-7],[-3,0],[-6,-8],[4,1],[2,-4],[5,2],[4,-2],[3,-8],[5,-7],[4,7],[4,1],[-2,-11],[2,-2],[4,2],[1,-7],[2,0],[0,-3],[-6,-6],[-3,0],[0,1],[2,1],[-4,1],[0,-6],[-5,-9],[10,2],[2,-5],[-2,-5],[4,-9],[6,2],[-2,1],[2,3],[9,-5],[0,2],[2,0],[0,-3],[-1,1],[-2,-3],[0,-8],[3,-1],[2,2],[4,-1],[0,3],[3,-4],[-1,-11],[-5,-2],[1,-3],[-2,-4],[3,-5],[0,-9],[9,-9],[-1,-3],[-4,1],[-4,-8],[-1,-13],[-2,-2],[1,-8],[3,-6],[4,1],[1,-3],[4,0],[0,3],[5,1],[7,-3],[-1,-4],[7,-16],[-5,-4],[-3,-10],[-8,1],[-4,-4],[-4,0],[-1,-6],[-9,-5],[-5,2],[-3,-7],[4,-2],[-3,-3],[-6,0],[2,-6],[-1,-2],[5,-2],[9,1],[4,-8],[7,-7],[5,1],[3,4],[2,-7],[4,-1],[9,4],[-3,3],[2,11],[5,-2],[1,2],[10,0],[4,2],[7,-5],[1,6],[6,-3],[-2,-6],[9,-1],[-5,-2],[-2,1],[0,-3],[-3,-1],[2,-2],[-2,-2],[2,-4],[-1,-2],[4,-1],[2,-4],[-2,1],[-3,-4],[6,0],[2,2],[0,-4],[-1,-2],[2,-1],[0,-6],[-3,-3],[-3,1],[-4,4],[1,7],[-4,-1],[-2,-19],[-4,2],[4,6],[-2,4],[-3,-3],[-5,1],[-3,-1],[0,2],[-6,-9],[6,-4],[0,3],[3,-2],[0,-6],[3,-7],[-4,-10],[12,-8],[6,-1],[2,-3],[6,1],[3,-3],[6,2],[4,-13],[6,8],[4,-6],[3,1],[1,4],[5,1],[3,4],[10,-2],[5,-3],[8,3],[3,-1],[4,9],[2,-2],[-1,2],[12,5],[1,12],[4,2],[5,-1],[5,-8],[-1,-5],[4,-3],[-6,-7],[2,-14],[4,0],[0,-2],[4,-3],[2,4],[4,0],[0,-6],[8,-3],[5,-10],[8,-3],[1,11],[2,5],[3,0],[3,-4],[2,-6],[-2,-1],[4,-5],[5,3],[2,-8],[3,2],[7,-9],[6,-1],[5,-7],[-2,-4],[5,-19],[1,-1],[6,2],[0,-2],[-5,-8],[-11,0],[-3,-4],[8,-11],[-8,-13],[-1,-7],[2,-1],[8,2],[3,-8],[-9,-6],[1,-4],[4,0],[3,-6],[4,-2],[1,-3]],[[4057,4898],[7,-1],[1,3],[6,3],[2,4],[-2,4],[-3,0],[-1,4],[-2,-2],[-1,2],[1,4],[-2,0],[-1,4],[0,2],[2,1],[-2,3],[0,4],[4,-1],[0,3],[2,-2],[0,1],[-2,3],[-4,0],[1,2],[-3,6],[6,2],[0,3],[-5,4],[0,2],[-4,-3],[-3,2],[1,6],[-5,5],[2,2],[-3,2],[-3,-1],[-4,2],[0,12],[-6,1],[5,3],[5,10],[-1,2],[3,0],[0,2],[26,0],[2,7],[-7,4],[5,5],[0,5],[6,-1],[4,11],[-1,3],[20,7],[7,16],[-1,5],[10,-7],[4,1],[7,-3],[2,1],[-1,7],[3,5],[7,-4],[3,-5],[7,2],[9,-1],[9,-5],[2,4],[10,-4],[1,5],[-4,7],[3,4],[3,-1],[2,4],[-5,4],[2,5],[2,3],[7,-1],[-1,6],[5,7],[-2,5],[4,8],[-4,3],[1,6],[16,13],[0,6],[12,0],[7,-4],[16,6],[4,-10],[15,-8],[-1,17],[6,3],[3,-2],[7,6],[-3,6],[8,15],[13,-7]],[[4971,5201],[3,-1],[9,1],[9,5],[11,-5],[3,1],[3,-2],[3,2],[4,-2],[11,4],[3,-1],[1,-3],[9,0],[8,-2]],[[5048,5198],[-1,-2],[0,-5],[2,-3],[-3,-1],[4,-10],[-1,-9],[3,-9],[8,1],[4,-5],[8,-4],[11,4],[4,-15],[-10,3],[-4,-9],[-2,-1],[-2,3],[0,-5],[-6,-1],[2,-4],[4,2],[-3,-5],[1,-3],[-3,0],[-2,-3],[7,0],[0,-7],[5,-1],[2,-5],[6,-1],[0,-3],[2,1],[2,-3],[8,4],[3,-4],[2,2],[4,-6],[2,-9],[8,6],[-1,3],[3,8],[6,4],[6,-5],[7,-12],[9,-5],[1,-9],[-4,-1],[-1,-3],[5,-14],[4,0],[3,12],[3,-3],[4,3],[13,-7],[6,0],[3,-7],[4,-1],[-2,-11],[2,-4],[-1,-3],[6,-10],[1,-6],[9,0],[5,-9],[4,1],[-1,-6],[2,-4],[-2,-5],[4,-8],[0,-4],[2,-2],[-3,-3],[5,-1],[-3,-5],[4,-8],[-1,-8],[5,-7],[7,-5],[5,1],[2,-3],[3,1],[2,-11],[-1,-4],[1,-7],[1,3],[2,-1],[-2,-6],[2,-7]],[[4459,5122],[9,8],[9,2],[-4,8],[5,1],[-1,4],[4,6],[2,-1],[2,2],[9,-1],[1,4],[-1,3],[2,2],[2,0],[4,10],[10,5],[4,-3],[1,11],[6,6],[1,9],[6,3],[2,3],[8,0],[2,-2],[-2,-2],[1,-2],[6,-2],[2,-26],[5,1],[4,4],[0,3],[10,5],[3,4],[6,-3],[5,2],[2,10],[7,5],[3,-3],[4,1],[2,-4],[-5,-11],[0,-8],[4,-1],[1,-4],[3,0],[0,-6],[5,0],[6,-4],[9,11],[5,11],[14,12],[6,-9],[5,-4],[-1,-4],[3,-1],[0,-3],[3,0],[3,-5],[11,-4],[1,5],[4,3],[3,5],[7,4],[-1,8],[8,15],[-4,11],[3,2],[-8,10],[5,2],[11,1],[10,3],[3,-3],[6,2],[3,-8],[10,-7],[1,-5],[-1,-3],[1,-2],[6,-2],[4,1],[4,-4],[5,3],[-1,3],[6,3],[20,-2],[2,2],[-2,5],[1,2],[5,0],[3,-5],[8,7],[8,-3],[0,-6],[3,-1],[0,-1],[7,0],[13,6],[16,2],[1,1],[6,-7],[2,1],[2,-5],[18,-1],[6,-5],[12,-4],[19,-1],[3,-7],[7,-4],[9,0],[9,13],[8,-3],[9,2],[3,4],[9,-2],[6,1]],[[2470,5031],[5,0],[5,-3],[4,-4],[5,-7],[4,-9],[1,-2],[0,-1],[-1,-1],[-1,-1],[-3,-2],[0,-1],[-2,0],[-2,0],[-3,1],[-1,1],[-1,3],[0,3],[1,1],[1,1],[2,1],[1,1],[0,1],[2,3],[-3,-4],[-1,-1],[-3,-2],[-1,-2],[-1,0],[-1,0],[0,5],[1,2],[-1,-1],[-1,-1],[0,-1],[0,-3],[0,-1],[2,-5],[0,-2],[0,-1],[-1,-2],[-3,-2],[-2,1],[0,1],[-4,6],[-2,4],[0,-4],[0,-1],[1,-5],[1,-3],[1,-2],[3,-5],[4,1],[1,0],[2,-1],[2,-2],[0,-1],[0,-2],[-1,-3],[0,-3],[1,0],[3,3],[3,5],[3,2],[3,0],[4,3],[3,3],[2,4],[9,4],[10,1],[7,1],[3,0],[3,0],[2,0],[1,-1],[1,-1],[0,-1],[-1,0],[-5,-8],[-2,-1],[-7,-2],[-4,1],[-1,-1],[0,-2],[0,-2],[2,-2],[5,-5],[2,-1],[5,0],[7,-1],[2,-1],[7,1],[6,0],[7,2],[4,0],[5,1],[3,0],[2,-1],[7,-4],[2,-2],[3,-3],[2,-2],[3,-4],[3,-2],[3,-2],[2,-1],[1,1],[1,0],[4,2],[1,1],[2,0],[6,-2],[3,-1],[1,-1],[2,-6],[2,-6],[1,-6],[0,-2],[1,-2],[1,-2],[2,-1],[2,-2],[1,0],[3,0],[1,0],[2,1],[4,3],[1,0],[1,0],[0,-3],[-8,-5],[-4,-4],[-1,-3],[-2,-5],[-1,-1],[-3,2],[-1,0],[-1,0],[-8,-1],[-5,-2],[-2,0],[-2,1],[-7,2],[-3,1],[-1,1],[-7,3],[-7,3],[-6,4],[-3,3],[-1,1],[-1,1],[0,1],[-5,5],[-7,5],[-3,2],[-4,3],[-6,2],[-7,5],[-6,3],[-8,3],[-6,4],[-4,3],[-10,5],[-4,1],[-3,0],[-2,0],[-6,-2],[-4,-1],[-1,-1],[-3,-3],[-4,-2],[-2,0],[-1,0],[-3,2],[-5,3],[-4,2],[-4,1],[-3,2],[-2,2],[-2,5],[-2,7],[-1,2],[-3,6],[-3,4],[-1,2],[-1,0],[-1,0],[-2,4],[-1,1],[0,1],[-1,5],[0,2],[0,1],[0,1],[2,0],[2,0],[0,-1],[5,-2],[1,0],[4,1],[1,0],[5,3],[4,2],[3,3],[1,2],[2,2],[3,2],[1,1],[2,0]],[[2986,5078],[-3,-2],[5,-19],[9,-16],[-10,-14],[-4,-1],[3,-9],[41,-26],[4,-11],[-1,-1],[1,-7],[3,-4],[-4,-2],[-5,2],[-3,-5],[8,-2],[-7,-4],[5,-4],[-1,-3],[2,-1],[5,6],[1,-2],[8,2],[8,-15],[7,-5],[8,1],[4,-1],[-1,-4],[13,0],[6,-5],[-4,-3],[-11,0],[-6,-3],[-1,-2],[4,-2],[0,-5],[5,-4],[3,-1],[2,5],[9,2],[11,-4],[3,9],[10,-7],[8,3],[4,0],[9,-5],[2,-5],[2,2],[-1,-7],[8,-3],[4,4],[0,-3],[-5,-4],[6,-7],[-4,-5],[7,-6],[10,2],[12,-4],[2,-2],[12,0],[8,-8],[3,3],[-3,7],[13,9],[-1,-20],[15,-10],[7,11],[5,3],[1,-5],[7,0],[5,-8],[4,-2],[-4,-4],[1,-4],[22,7],[18,-5],[8,10],[5,-7],[3,-1],[1,-9],[4,-2],[0,-12],[41,-13],[9,4],[5,6],[0,-5],[-3,-5],[4,-1],[1,-18],[16,12],[4,-1],[-8,-14],[6,-1],[-1,-12],[5,-2],[-1,-3],[4,-2],[5,1],[0,-2],[4,-3],[2,-13],[3,1],[-2,-10],[13,-1],[4,-5],[5,-3]],[[3010,4072],[0,1],[0,2],[-3,12],[-1,4],[-1,7],[-2,8],[-2,8],[-2,6],[-1,5],[0,1],[-1,4],[-1,6],[-3,10],[-3,9],[-3,10],[-4,9],[-3,5],[-4,9],[-2,5],[-1,3],[-1,1],[-1,2],[-1,1],[-7,6],[-4,5],[-2,5],[-3,7],[-7,0],[-6,8],[-1,2],[-5,6],[-4,10],[-3,2],[-5,5],[-1,2],[-3,5],[-4,3],[-1,1],[-1,0],[-3,1],[-1,-1],[-2,0],[-2,1],[-3,3],[-2,2],[0,2],[-1,2],[-2,2],[-3,2],[-1,1],[-2,1],[-1,0],[-1,0],[0,-1],[-2,-1],[-3,1],[-2,2],[-1,3],[-1,2],[0,3],[-5,8],[-1,2],[-1,2],[-1,0],[-8,5],[-1,1],[-5,0],[-3,-4],[0,-1],[-1,-1],[-4,2],[-1,0],[-3,2],[-2,0],[-2,2],[-5,6],[-4,8],[-6,6],[-3,5],[0,2],[0,2],[0,2],[-1,3],[0,3],[-1,3],[-1,2],[-1,0],[0,1],[-1,1],[-1,1],[-1,0],[-3,3],[-3,4],[-1,4],[-1,1],[-2,4],[-4,5],[-1,1],[-3,1],[-2,0],[1,-3],[-4,-3],[-2,0],[-5,2],[-6,4],[-4,3],[-2,1],[-1,0],[-4,5],[-5,5],[-3,1],[-7,1],[-4,3],[-8,3],[-3,2],[-5,3],[-3,4],[-5,4],[-3,2],[-8,7],[-9,8],[-1,1],[-1,0],[-4,2],[-3,2],[-3,2],[-2,2],[-3,3],[-4,3],[-3,3],[-7,5],[-2,0],[0,1],[-2,0],[-1,0],[-3,-1],[-8,-3],[-1,-1],[0,-1],[0,-1],[4,-7],[1,-3],[0,-1],[2,-2],[3,-4],[1,-1],[2,0],[3,0],[-1,-1],[-2,-1],[-2,0],[-4,2],[-2,1],[-2,2],[-2,5],[-3,9],[-1,9],[-1,10],[-1,7],[0,5],[-1,7],[0,12],[-1,8],[0,13],[0,5],[0,4],[0,7],[0,11],[0,1],[1,2],[1,0],[1,1],[1,0],[3,2],[9,1],[3,1],[3,0],[4,0],[1,-1],[2,-1],[2,-1],[1,0],[2,0],[1,0],[2,0],[2,1],[7,3],[1,1],[1,1],[3,3],[1,1],[1,1],[4,1],[2,1],[2,-3],[3,-1],[0,-1],[2,0],[1,0],[3,2],[2,2],[2,2],[1,2],[0,2],[-2,9],[-2,4],[-1,4],[-2,2],[-6,9],[0,3],[-2,3],[-4,3],[-3,0],[-3,2],[1,3],[1,5],[7,9],[0,1],[1,0],[1,0],[5,-1],[2,0],[3,-1],[3,-2],[5,-1],[3,-1],[7,6],[4,5],[3,5],[1,3],[0,5],[0,1],[1,1],[7,11],[4,6],[2,3],[2,6],[2,7],[0,3],[-1,3],[0,7],[-1,5],[-1,5],[-1,1],[-1,1],[-6,2],[-5,2],[-1,1],[-1,1],[0,1],[2,3],[1,1],[6,0],[11,1],[4,0],[0,1],[0,2],[0,1],[-1,2],[-1,0],[-5,3],[-1,1],[-3,4],[-1,1],[0,1],[-1,6],[0,4],[-2,4],[-1,3],[-7,6],[-4,6],[-3,4],[-7,4],[-2,1],[0,1],[2,0],[3,-1],[2,-1],[1,0],[0,-1],[4,-4],[6,-5],[1,0],[2,1],[1,0],[2,2],[2,1],[7,0],[5,-2],[2,1],[3,2],[1,1],[1,3],[2,3],[0,8],[0,1],[-1,2],[-2,3],[-1,2],[-2,6],[0,2],[0,2],[3,1],[1,3],[0,2],[-1,1],[-3,10],[-2,4],[-1,1],[-1,0],[-5,2],[-4,1],[-4,2],[-2,2],[-2,4],[0,5],[0,2],[-1,6],[0,4],[-2,6],[-2,6],[-1,5],[-7,7],[-3,2],[-2,0],[-6,0],[-5,1],[-3,4],[3,1],[2,0],[4,2],[1,2],[1,1],[0,2],[-1,6],[-1,3],[-2,3],[-1,0],[-3,0],[-4,-1],[-3,1],[-2,1],[0,1],[-1,1],[-1,4],[-1,3],[-2,1],[-3,0],[-2,0],[-5,1],[-2,1],[0,5],[1,2],[1,0],[5,2],[1,0],[1,6],[-1,1],[-3,0],[-9,-2],[-8,-3],[-5,-3],[-1,0],[-3,-1],[-3,0],[-4,1],[-3,1],[-9,4],[-7,5],[0,6],[2,2],[1,1],[1,0],[8,0],[2,1],[2,3],[-1,3],[0,2],[0,2],[1,4],[2,2],[1,1],[3,1],[2,0],[2,4],[2,3],[1,2],[0,1],[0,5],[-1,2],[-1,1],[-2,0],[-1,1],[0,1],[1,2],[4,7],[0,1],[4,2],[5,3],[4,4],[6,2],[4,4],[4,5],[5,4],[4,3],[2,4],[1,0],[0,4],[3,4],[3,3],[4,1],[6,6],[4,-1],[1,1],[-1,5],[-1,8],[-4,12],[-1,4],[0,8],[0,3],[-1,2],[-3,6],[-1,1],[0,1]],[[2729,5084],[4,6],[-1,5],[3,3],[3,-2],[0,-5],[7,-2],[3,2],[3,-5],[4,6],[11,0],[-5,5],[6,5],[-1,1],[7,7],[7,15],[1,-7],[15,9],[1,-3],[10,7],[1,-7],[9,6],[3,-4],[14,0],[7,15],[9,-5],[6,8],[4,-2],[5,5],[1,0],[-7,-19],[-4,-16],[-13,-15],[11,-5],[2,1],[9,-9],[2,6],[5,-3],[3,3],[3,-3],[12,5],[0,5],[3,1],[2,3],[2,-3],[8,-1],[3,5],[3,0],[2,-3],[-2,-5],[9,-2],[3,8],[-2,7],[6,8],[5,2],[5,-6],[4,0],[7,3],[3,4],[3,-1],[2,-3],[-7,-7],[3,-7],[6,-1],[6,-6],[6,0],[5,-6],[6,-1],[6,-8]],[[5559,5583],[3,-8],[1,-15],[8,-15],[12,-13],[11,-8],[32,-11],[24,-36],[9,-4],[12,-8],[5,-2],[2,4],[10,3],[-1,1],[5,4],[1,6],[21,12],[7,9],[12,-2],[9,2],[1,-13],[6,-8],[2,-7],[22,-5],[8,5],[5,1],[7,10],[2,7],[0,6],[6,2],[7,0],[13,-4],[2,3],[10,-1],[-4,-12],[3,-8],[9,0],[4,-3],[2,-8],[-2,0],[1,-2],[-1,-1],[2,-4],[-7,-5],[2,-2],[0,-5],[-4,-2],[7,-3],[3,-7],[12,2],[5,-4],[3,2],[0,9],[5,1],[7,11],[5,3],[1,2],[-1,3],[4,1],[-2,2],[11,6],[4,-2],[2,-7],[5,-2],[10,11],[-9,18],[2,9],[-2,7],[6,-1],[2,-5],[6,-1],[4,1],[-2,5],[4,2],[0,-9],[14,10],[0,4],[-9,12],[0,5],[-6,5],[5,4],[4,8],[2,2],[4,-1],[0,-7],[3,-4],[13,3],[5,-5]],[[5965,5536],[-4,-10],[10,-16],[0,-17],[9,-3],[3,-17],[2,-3],[10,-2],[-2,-11],[17,-10],[10,-28],[10,-10],[-8,-16],[5,-5],[8,-1],[4,-4],[-3,-6],[7,-29],[-3,-9],[-5,-9],[7,-10],[9,-3],[11,3],[4,-3],[2,-8],[9,-1],[6,-8],[6,1],[4,4],[14,7],[6,-7],[-4,-6],[0,-4],[6,-2],[5,3],[5,-3],[-3,-18],[4,-6],[19,-9],[2,1],[3,8],[6,5],[8,1],[11,-5],[12,1],[2,-1],[-4,-13],[2,-1],[15,2],[1,-5],[8,-4],[7,-8],[-2,-13],[5,-8],[-3,-3],[-4,1],[-5,-4],[6,-10],[-8,-7],[3,-11],[-8,-10],[4,-21],[6,-8],[-3,-21],[1,-7],[-3,-15],[2,-2],[12,0],[-7,-5],[-4,0],[0,-8],[-10,7],[-4,0],[-7,-3],[-8,3],[2,-8],[-3,-14],[-9,-4],[-12,0],[-11,-4],[1,-4],[-6,-3],[2,-6],[4,-4]],[[5048,5198],[-3,4],[6,16],[-1,9],[9,15],[3,9],[3,3],[8,-7],[3,0],[6,11],[-4,12],[3,1],[4,10],[17,15],[6,3],[33,2],[3,5],[6,1],[8,-2],[2,-5],[8,5],[9,1],[9,7],[9,1],[0,-12],[5,1],[2,-1],[5,3],[-1,3],[5,3],[5,-2],[2,1],[-1,-7],[5,-3],[11,10],[14,4],[0,4],[7,6],[21,10],[0,3],[-4,2],[1,5],[-3,-1],[-2,3],[5,6],[-3,9],[-2,2],[0,7],[-4,6],[5,0],[0,2],[-7,1],[-1,-3],[-7,-1],[-3,15],[-6,2],[13,6],[-2,11],[5,4],[3,8],[-2,9],[-17,5],[-1,3],[5,7],[13,6],[3,-2],[6,7],[0,-11],[7,0],[4,-4],[4,2],[3,17],[-6,-2],[-3,6],[2,11],[11,2],[4,-2],[0,-3],[7,10],[13,5],[2,3],[-4,4],[10,6],[-1,8],[5,-3],[0,3],[3,1],[4,-5],[3,7],[-4,3],[3,5],[0,6],[6,6],[3,-3],[7,7],[4,-2],[3,-5],[-2,-4],[5,-9],[9,-4],[-1,-6],[2,-2],[8,6],[2,-5],[3,3],[6,1],[-1,5],[4,7],[3,1],[8,-2],[5,3],[9,0],[5,-8],[7,-1],[0,16],[12,13],[9,6],[0,8],[23,11],[-1,8],[3,4],[13,5],[4,0],[1,-3],[2,2],[3,-5],[4,1],[1,6],[3,2],[1,5],[13,0],[9,-7],[17,3],[5,-6],[5,1]],[[6341,5948],[6,-5],[-3,-2],[2,-1],[-1,-9],[-5,-6],[0,-3],[-5,-2],[-3,1],[2,-4],[6,-5],[-2,-2],[-12,9],[-4,-7],[-4,-2],[-10,9],[1,3],[-5,6],[-6,-4],[-2,-3]],[[6296,5921],[-6,6],[2,3],[5,-1],[-2,3],[4,2],[-7,7],[4,3],[7,-3],[5,1],[8,-1],[11,5],[1,-2],[4,3],[4,-2],[3,5],[2,-2]],[[7071,5773],[0,-9],[3,-3],[-1,-2],[3,-2],[2,-6],[-3,-12],[-4,1],[-2,-4],[8,-7],[-1,-10],[5,0],[4,9],[5,4],[6,1],[5,-5],[2,3],[4,-1],[-1,-5],[2,-6],[-2,-3],[4,-15],[3,-6],[8,-6],[0,-11],[5,-3],[2,5],[8,4],[8,-11],[4,1],[2,5],[5,0],[0,2],[8,4],[3,-3],[3,1],[3,-3],[-2,-8],[3,-2],[-2,-4],[2,-4],[-2,-4],[4,0],[-3,-1],[9,-5],[-1,-2],[11,0],[1,-6],[3,2],[2,-3],[2,2],[1,-4],[4,5],[-6,1],[-2,-2],[-4,6],[9,-1],[0,-2],[9,-3],[0,-6],[-2,-4],[6,-5],[-6,-10],[4,-4],[-5,3],[-5,-5],[-2,4],[-10,-3],[-7,3],[-2,-2],[-6,6],[-4,-1],[0,-2],[-8,0],[-1,-4],[-7,1],[-3,-3],[-2,2],[-4,-2],[-2,-6],[-7,-5],[-5,2],[2,4],[-6,7],[2,-7],[-2,3],[-2,-4],[-2,0],[-4,-3],[5,-11],[-1,-9],[3,-1],[2,-4],[5,-1],[1,4],[3,-1],[7,-10],[4,0],[1,3],[1,-3],[-2,-5],[1,-2],[8,-1],[5,-5],[-1,-5],[-10,-12],[-1,-4],[-4,2],[-4,-22],[18,0],[0,-2],[4,0],[-2,-6],[4,-1],[-1,-14],[8,-5],[1,-5],[-9,-14],[6,-6],[5,-1],[8,-6],[-3,-5],[6,-4],[-1,-3],[1,-1],[-9,-6],[19,-17],[-3,-9],[-13,-13],[-12,-2],[-3,-3],[1,-3],[4,2],[0,-2],[4,-3],[-1,-4],[4,-1],[-5,-10],[0,-9],[-10,-3],[-6,3],[-13,-4],[3,-12],[-2,0],[-1,-4],[-5,-1],[4,-10],[-2,-16],[2,-4],[-3,-13],[7,-4],[11,0],[5,-5],[1,-5],[6,-1],[4,-5],[5,2],[4,-1],[-2,-12],[2,-2],[-1,-8],[-3,-7],[-12,-7],[-9,5],[-7,-11],[-9,1],[-1,3],[-8,-4],[-17,2],[-1,-10],[-5,1],[-2,-7]],[[5965,5536],[2,1],[0,-5],[4,-2],[1,-4],[6,3],[8,-5],[12,1],[16,8],[26,6],[19,-13],[3,0],[8,-4],[-1,-6],[-3,-1],[8,-8],[4,-20],[2,0],[7,4],[14,-1],[3,5],[2,-1],[2,1],[1,9],[3,-1],[0,5],[13,5],[6,-2],[1,4],[3,1],[-3,1],[1,1],[3,-1],[-1,-2],[4,1],[2,-3],[2,4],[6,4],[1,-1],[5,2],[3,-2],[-1,9],[6,-4],[9,3],[-3,10],[4,2],[6,-2],[4,1],[7,6],[2,8],[3,0],[0,3],[4,-2],[3,4],[7,3],[4,5],[12,-2],[2,2],[4,-3],[9,12],[4,0],[5,-9],[5,0],[1,-2],[5,13],[-2,11],[-1,22],[-11,13],[10,10],[13,6],[11,9],[6,1],[-1,7],[-9,16],[-6,4],[1,3],[-6,8],[-9,5],[-8,-1],[-2,10],[-2,0],[-2,18],[4,3],[0,3],[4,-1],[-6,9],[0,7],[1,3],[5,0],[5,6],[-6,15],[-4,4],[-1,10],[-5,0],[-9,-7],[-1,-5],[-5,-2],[-4,3],[-5,0],[-2,5],[2,8],[4,0],[11,9],[9,3],[8,11],[8,4],[4,11],[-4,13],[12,20],[-13,14],[-3,7],[-4,0],[-3,4],[0,6],[10,9],[-2,2],[2,8],[-4,5],[2,4],[5,4],[1,4],[21,-5],[3,6],[-2,3],[2,4],[2,-4],[5,-2],[3,-5],[3,1],[1,5]],[[6341,5948],[4,2],[6,-4],[3,6],[6,2]],[[6360,5954],[4,-2],[0,-6],[-2,-4],[9,3],[4,-5],[3,4],[4,2],[2,-1],[-6,-4],[2,-3],[4,1],[-3,-9],[4,1],[4,-2],[0,-4],[3,-2],[-3,-3],[3,-1],[-2,-5],[14,-10],[8,1],[0,2],[6,1],[2,2],[6,-10],[6,1],[21,-3],[2,-5],[-3,-25],[2,0],[3,-7],[5,-4],[4,5],[-1,4],[4,4],[0,6],[10,3],[2,-2],[8,2],[4,-1],[1,-3],[3,0],[4,-3],[-4,-2],[-1,-4],[-3,-1],[2,-4],[-3,2],[3,-3],[-4,-5],[3,-2],[-4,-2],[0,-3],[6,1],[-2,-4],[5,-3],[4,-1],[1,2],[4,-11],[4,4],[4,-3],[2,2],[2,-1],[0,2],[7,1],[3,-1],[-1,-4],[7,-2],[2,-5],[3,1],[4,-2],[6,4],[0,-4],[6,-4],[0,-6],[7,-8],[9,1],[4,-1],[18,8],[2,-3],[0,-9],[-2,-9],[-5,-2],[0,-5],[2,2],[3,-5],[8,3],[2,-7],[-3,0],[6,-13],[13,-6],[-3,-12],[8,-6],[11,-2],[0,-5],[-2,-1],[9,-1],[1,-3],[4,4],[3,-2],[7,1],[8,-7],[12,-4],[0,-3],[-6,-7],[-4,-7],[3,-1],[2,-6],[5,-3],[2,1],[4,-5],[1,2],[3,-1],[16,7],[-1,4],[4,1],[-2,7],[5,4],[2,-4],[6,4],[2,-3],[3,4],[7,-8],[6,2],[7,-2],[12,9],[-2,7],[12,1],[1,-3],[6,3],[0,3],[3,2],[9,1],[13,7],[6,-1],[9,7],[6,-2],[6,1],[-2,7],[3,9],[24,2],[20,-5],[5,2],[-1,-4],[6,1],[9,-4],[1,2],[11,-2],[0,1],[-7,2],[1,5],[5,6],[2,-2],[2,4],[5,-6],[1,5],[8,8],[13,1],[7,-9],[5,-2],[-1,-4],[2,1],[4,-1],[0,-8],[5,1],[2,-3],[5,3],[2,-6],[5,4],[-3,-14],[7,8],[-1,6],[9,2],[0,3],[14,-1],[4,3],[5,2],[1,-3],[8,0],[2,2],[-2,3],[7,0],[3,6],[10,-5],[1,5],[-2,2],[7,9],[5,-6],[7,9],[12,-5],[0,-2],[10,0],[0,-2]],[[7373,6066],[9,-16],[0,-4],[5,-4],[-4,-6],[5,-4],[1,-6],[-1,-6],[4,-2],[7,-9],[0,-8],[5,0],[7,5],[4,-4],[-2,-6],[3,-3],[13,-1],[-2,-2],[5,-3],[1,-3],[-2,-3],[2,-2],[-1,-2],[2,-4],[-3,-2],[1,-2],[5,4],[12,-5],[1,-6],[-2,-3],[5,-9],[-2,-2],[7,-8],[3,-1],[-8,-7],[-8,-16],[0,-6],[-9,-8],[-3,-10],[-6,2],[-5,-3],[-2,-5],[7,-15],[1,-12],[3,-9],[-14,-10],[-12,13],[-6,-2],[0,-6],[11,-10],[-4,-10],[-5,1],[2,-9],[4,-6],[8,-1],[0,-3],[2,-2],[5,7],[14,5],[5,8],[-1,13],[9,4],[3,-1],[2,-6],[-3,-6],[2,-12],[-2,-5],[7,-3],[3,-3],[8,4],[-1,-7],[6,0],[0,-6],[6,6],[17,-4],[2,-8],[9,-2],[1,4],[8,0],[4,16],[3,0],[-4,-10],[-1,-16],[5,-4],[0,-4],[-2,-2],[4,-1],[2,5],[2,-2],[3,2],[4,-2],[1,5],[5,3],[-3,-10],[16,1],[0,-5],[5,0],[1,-4],[-3,-3],[5,-6],[-16,-15],[3,-2],[2,1],[12,-9],[11,-6],[-11,-15],[0,-11],[13,-12],[5,-1],[3,-5],[0,-8],[-4,-10],[7,-1],[0,-3],[3,-1],[2,4],[-1,4],[5,-2],[0,1],[2,-4],[-4,-7],[2,-2],[-5,-10],[7,-3],[10,-1],[0,-3],[6,5],[6,10],[15,-11],[0,-7],[3,-1],[10,4],[5,-10],[15,-11],[11,-5],[-2,-5],[4,0],[2,-7],[4,-3],[-1,-3],[10,-1],[1,-5],[-2,-1],[5,-1],[14,-23],[3,-8],[-16,-10],[-3,-14],[-27,-17],[-18,-18],[-30,-19],[24,-40],[-5,-4],[1,-3],[-27,-18],[1,-3],[-2,-4],[5,-6],[-8,0],[-3,-6],[56,-55],[5,4]],[[7672,5339],[8,-8],[1,-1],[3,-3],[0,-1],[-5,-6],[3,-3],[-6,-9],[-1,0],[0,1],[-3,2],[-1,0],[-11,-14],[-3,-3],[-4,-8],[-5,-14],[-4,-10],[0,-1],[-1,-1],[-13,-14],[-2,-4],[0,-4],[1,-6],[0,-1],[3,-2],[1,-2],[2,-2],[1,-4],[0,-3],[-1,-1],[-6,-8],[-3,-7],[-5,-9]],[[7071,5773],[2,1],[0,3],[11,8],[-1,1],[2,3],[-1,3],[20,5],[0,9],[5,-1],[5,2],[0,3],[-2,1],[-27,10],[2,11],[3,3],[1,8],[8,6],[0,4],[7,6],[3,-6],[2,8],[9,10],[6,3],[7,-1],[8,1],[1,3],[7,-4],[11,5],[4,10],[5,4],[-1,10],[8,8],[2,7],[-2,0],[-1,7],[5,3],[0,3],[16,9],[-1,12],[9,10],[6,21],[-3,10],[-7,7],[3,4],[10,3],[7,7],[-1,2],[4,1],[1,2],[-4,13],[7,8],[-1,1],[2,4],[-2,3],[2,5],[-5,5],[7,12],[0,22],[11,-6],[2,10],[7,12]],[[7250,6107],[3,1],[0,-5],[4,-1],[0,-7],[2,0],[0,-3],[2,0],[-2,-6],[2,-1],[5,3],[1,-6],[3,1],[8,-3],[-3,-10],[2,2],[6,1],[4,-3],[-2,-6],[3,-1],[-1,-4],[3,-6],[10,7],[6,0],[1,3],[2,-4],[2,2],[4,-3],[1,2],[5,-6],[5,3],[8,0],[5,6],[4,-1],[-2,1],[1,3],[8,1],[5,6],[-3,1],[1,2],[5,1],[4,-1],[1,-3],[3,-1],[2,2],[1,-4],[4,0],[0,-4]],[[1883,5519],[1,0],[1,-1],[7,-2],[6,-1],[5,-4],[3,-3],[5,-3],[4,1],[2,-1],[3,0],[3,-3],[1,-2],[3,-3],[1,0],[2,-2],[2,-3],[5,-5],[3,-4],[2,-2],[3,-5],[-1,-3],[-2,0],[-7,5],[-10,3],[-3,-1],[-4,-5],[-4,-3],[-1,-1],[-2,0],[-1,-1],[0,1],[-3,3],[-2,2],[-6,1],[-8,2],[-5,5],[-9,6],[-6,4],[-4,5],[-1,7],[-2,5],[0,1],[6,0],[4,4],[2,1],[2,2],[5,0]],[[3427,5860],[7,-20],[3,-22],[2,0],[-1,-4],[7,-12],[-2,-1],[-4,5],[-6,1],[6,-25],[-1,-3],[11,7],[10,2],[3,-4],[3,2],[6,-2],[3,-6],[0,-8],[-9,-11],[1,-7],[9,-9],[1,-9],[6,-3],[9,-32],[-3,-7],[-7,-5],[-2,-16],[-6,-6],[3,-4],[3,5],[15,-5],[1,-6],[9,-7],[10,-6],[6,2],[-12,-20],[-3,5],[-4,2],[0,3],[-4,1],[-2,-1],[-6,3],[-4,-6],[-4,1],[-4,-4],[-4,-7],[-7,0],[1,-8],[-4,-1],[0,-3],[3,2],[4,-4],[6,2],[7,-8],[9,10],[5,-7],[5,-1],[-1,-6],[-10,-6],[0,-3],[-7,-10],[-5,-2],[6,-8],[0,-3],[-3,-1],[3,-5],[-4,-3],[4,-11],[3,-4],[8,8],[19,-24],[4,0],[4,-7],[-1,-3],[-3,-2],[-4,2],[-20,-13],[4,-6],[-2,-3],[2,-2],[0,-6],[-2,-2],[-11,-1],[-4,-4],[3,-4],[7,-6],[-6,-6],[-9,-5],[-8,-9],[6,-2],[-3,-3],[3,-8],[-6,-2],[-10,-7],[-8,-12],[0,-5],[1,-3],[5,0],[8,1],[8,5],[4,-2],[3,2],[4,10],[10,6],[3,-1],[-1,-14],[-4,-4],[0,-4],[-3,-2],[-1,-5],[6,0],[5,-5],[13,4],[-1,-4],[4,-6],[-3,-9],[14,-5],[-8,-6],[-8,0],[-19,-18],[-2,-15],[2,1],[3,-4],[8,-2],[-1,-7],[-6,-8],[-3,-11],[-7,4],[0,-2],[-3,1],[-2,-4],[-1,3],[-3,0],[1,-7],[-3,-2],[2,-6],[-3,-9],[-2,-1],[1,-2],[-3,-5],[7,-4],[1,-4],[-4,2],[-8,-5],[6,-1],[-3,-1],[0,-11],[18,6],[4,-9],[-6,-15],[6,-3],[-3,-14],[2,-13],[-2,0],[-3,-4],[2,-7],[-5,-13],[4,0],[2,4],[4,0],[-3,-6],[1,-3],[4,0],[-2,-7],[6,4],[4,-2],[6,1],[4,-4],[-1,-3],[3,-5],[-1,-3],[8,-4],[-14,-16],[0,-4],[16,-9],[-9,1],[-3,-8],[1,-3],[-4,-9],[5,0],[1,2],[5,1],[5,-6],[8,-1],[3,-7],[16,-11],[5,4],[0,5],[9,8],[-4,3],[3,7],[16,11],[2,7],[9,1],[12,-5],[15,-15],[0,-2],[-8,-10],[3,-14],[-4,0],[-5,3],[-3,-5],[3,-1],[0,-5],[10,-13],[-2,-3],[3,-3],[-3,-9],[-6,-3],[-21,0],[11,-39],[-3,-1],[-2,-3],[-5,2],[-2,-7],[-5,-3],[-1,-6],[-3,1],[-2,-9],[2,-9],[-4,-9],[21,-5],[3,-5],[0,-4],[4,0],[-1,-6],[5,-2],[0,-8],[12,-1],[1,-6],[10,-2],[3,4],[1,8],[18,-2],[0,-3],[-3,0],[0,-17],[-7,-3],[-1,-7],[-5,0],[0,-2],[5,-3],[-1,-5],[-10,-8],[3,-13],[3,-3]],[[2986,5078],[2,-2],[5,3],[14,-2],[3,4],[-6,3],[3,5],[9,3],[7,8],[17,-9],[7,0],[3,-2],[3,3],[3,-1],[8,9],[1,3],[-3,1],[2,9],[6,-2],[3,2],[12,9],[2,8],[-3,1],[3,6],[17,-6],[3,3],[8,1],[16,28],[-9,7],[-10,0],[-4,2],[0,5],[-7,2],[-14,11],[-5,1],[-7,-24],[-14,7],[8,7],[-7,6],[-1,7],[4,13],[-1,3],[12,7],[2,6],[-2,11],[3,-7],[5,6],[-6,7],[-2,15],[-8,3],[4,7],[0,12],[-9,10],[-6,3],[1,2],[5,1],[-2,2],[2,6],[-4,1],[1,3],[14,5],[4,-4],[2,4],[3,-4],[4,8],[-1,13],[1,2],[-4,3],[1,13],[-3,1],[-3,-4],[-1,1],[-1,11],[-4,3],[0,3],[6,4],[3,6],[-7,5],[5,3],[0,3],[-3,0],[-1,4],[-5,3],[3,2],[0,4],[6,9],[0,3],[-7,7],[1,3],[-7,5],[-8,0],[-8,-4],[-1,2],[-1,4],[7,6],[1,11],[8,8],[-4,0],[-3,7],[-8,6],[-15,11],[17,14],[-6,5],[2,3],[-11,18],[-5,1],[1,1],[-1,2],[-3,-4],[2,4],[-5,4],[1,-3],[-3,-1],[0,5],[2,1],[-2,1],[-2,-3],[-2,1],[6,8],[-3,9],[-4,-2],[-8,3],[-3,4],[0,8],[-4,1],[-1,3],[2,9],[-2,6],[7,10],[-1,7],[4,6],[9,4],[1,2],[-7,5],[1,3],[-2,3],[-9,2],[-1,-2],[-6,0],[-3,8],[-6,2],[-3,-1],[-11,4],[-4,7],[-6,2],[-3,12],[-5,4],[-1,3],[-3,1],[-1,3],[-5,4],[-5,12],[-11,4],[3,4],[7,16],[-3,7],[10,9],[-10,-1],[-4,8],[-1,7],[-6,-1],[-2,-4],[-4,4],[4,1],[0,3],[-5,5],[-7,-7],[-1,3],[4,1],[1,3],[3,3],[-1,2],[-7,2],[-1,-3],[-7,1],[-2,-2],[-3,1],[-3,6],[6,4],[5,-4],[0,-3],[5,2],[-4,3],[2,4],[-4,0],[3,6],[-2,0],[-6,-7],[-5,4],[0,3],[3,4],[2,0],[-2,1],[1,2],[-7,1],[-1,2],[-3,-3],[3,-2],[-2,-1],[-1,3],[-5,-2],[-2,4],[4,0],[1,4],[3,1]],[[2890,5769],[7,1],[3,-3],[10,-2],[0,-2],[3,-1],[6,5],[-5,4],[6,4],[0,4],[3,4],[3,-4],[8,7],[11,2],[0,-3],[-3,-2],[2,1],[3,-4],[2,3],[-3,3],[9,4],[6,9],[3,-3],[3,2],[7,-1],[0,-9],[5,-2],[13,-1],[-1,9],[10,-5],[9,-12],[12,11],[6,-2],[2,-5],[4,0],[2,2],[-2,4],[3,3],[0,6],[3,1],[6,-6],[4,2],[4,-2],[4,-5],[3,4],[5,1],[4,0],[2,-5],[2,1],[2,-1],[11,5],[5,1],[1,1],[-2,1],[6,6],[5,9],[11,5],[1,11],[11,-2],[3,4],[-1,5],[-8,6],[-2,13],[3,2],[-4,4],[2,3],[43,19],[4,-2],[8,2],[2,-1],[3,2],[6,-2],[-3,-8],[-10,-3],[-4,-6],[3,-12],[6,4],[7,12],[14,-2],[10,6],[2,-3],[4,2],[6,-6],[5,4],[4,22],[6,1],[0,-5],[22,8],[3,-4],[6,0],[1,-5],[17,5],[7,6],[14,6],[1,-4],[10,2],[3,4],[0,-6],[15,6],[8,-6],[9,-1],[7,-5],[13,8],[1,7],[22,-8],[8,3],[0,-6],[-3,-6],[-15,-12],[-8,-10],[3,-3],[6,-3],[6,6],[6,0],[8,-7],[0,-7],[5,-3],[4,2],[3,5],[11,4]],[[4748,6019],[1,-12],[-2,-9],[3,-22],[-13,-3],[-9,-10],[-1,-12],[-17,-14],[-6,-9],[11,-5],[2,-5],[7,-2],[4,3],[12,0],[8,-5],[6,-8],[9,-1],[15,-8],[3,4],[4,-1],[7,6],[8,-3],[5,-4],[2,4],[27,20],[2,-1],[1,-4],[2,0],[10,6],[3,-1],[3,1],[2,-3],[-1,-1],[2,-4],[-1,-5],[9,-3],[-5,-6],[-2,-11],[7,1],[5,-2],[2,3],[4,-1],[1,1],[-4,8],[16,3],[0,-2],[3,-2],[0,-5],[-4,-5],[5,-7],[1,-16],[-10,-5],[-5,-18],[-3,-3],[2,-4],[13,0],[0,-2],[6,-5],[3,-8],[7,-2],[8,-10],[5,0],[6,-9],[4,-10],[-11,-9],[3,-3],[-2,-7],[-5,-5],[3,-6],[-2,-8],[-5,-5],[-7,-1],[0,-21],[27,-22],[8,4],[17,1],[6,-6],[-11,-24],[-9,-9],[-8,1],[-5,-9],[-16,-3],[9,-14],[-11,-14],[-3,-7],[-2,3],[-3,-3],[-7,-1],[-11,6],[4,-11],[16,-21],[6,-1],[8,-8],[2,1],[14,-22],[-1,-6],[-4,3],[1,-6],[-2,-6],[-6,-4],[-2,-6],[-19,-4],[-1,-9],[4,-8],[5,-1],[2,-4],[2,2],[4,-5],[1,-3],[-4,-12],[10,-5],[4,1],[0,3],[7,-1],[9,-5],[7,-10],[10,-4],[-5,-10],[-3,0],[3,-5],[-7,1],[-2,-3],[3,-12],[5,-1],[11,-9],[0,-8],[9,5],[2,-9],[7,0],[-2,-9],[-5,-6],[5,-11],[-2,-5],[2,-9],[-4,-3],[-1,2],[-2,-1],[-5,-7],[-1,-6],[3,-22],[2,-3],[-11,-7],[7,-19],[8,-11],[2,-20],[2,-3],[6,0],[2,-4],[1,-4],[-4,-2],[7,-6],[0,-7],[-9,-15],[-23,-8],[-4,-4],[2,-2],[-2,-8],[5,-8],[-3,-6],[9,-11]],[[4298,5160],[13,18],[-3,4],[0,5],[9,12],[5,12],[-6,1],[-3,-3],[-9,-3],[-2,1],[2,12],[-24,8],[-11,23],[15,-2],[-11,15],[-5,14],[4,0],[6,5],[-2,4],[-26,27],[-8,4],[-5,2],[-7,-3],[-8,3],[0,2],[-11,-5],[-8,2],[-11,-1],[-1,5],[3,8],[-4,16],[-3,3],[-19,-2],[-2,1],[1,4],[-2,3],[-6,1],[-7,-3],[-4,7],[-11,3],[-4,5],[2,9],[-10,0],[-5,2],[0,3],[-4,2],[-2,6],[1,7],[-3,0],[1,5],[-3,0],[-1,5],[-4,4],[3,9],[7,8],[-2,4],[8,2],[-7,16],[3,9],[-2,3],[-4,0],[-1,2],[4,4],[1,-1],[5,8],[8,3],[0,2],[-10,16],[1,5],[-5,4],[4,7],[-7,4],[-1,6],[-3,-1],[-8,5],[-5,-2],[0,5],[-7,6]],[[4087,5535],[12,7],[8,1],[5,-2],[1,5],[8,-4],[6,2],[5,-5],[7,-16],[8,0],[4,3],[2,9],[10,6],[3,10],[19,-6],[0,9],[-9,15],[4,5],[0,7],[-6,1],[-6,4],[-2,6],[6,2],[2,5],[5,4],[3,-4],[2,4],[-2,9],[2,14],[4,7],[4,2],[-3,6],[-1,5],[4,8],[8,45],[0,6],[3,15],[-1,13],[16,9],[-1,3],[4,3],[-4,19],[-6,7],[4,2],[0,14],[12,6],[-4,4],[5,3],[2,7],[4,5],[2,-1],[7,6],[9,4],[4,-5],[11,3],[20,12],[9,2],[5,-1],[12,-13],[5,1],[11,-4],[6,-11],[14,8],[10,15],[6,3],[0,5],[-5,5],[9,6],[8,18],[5,1],[5,-3],[2,2],[3,13],[-4,10],[6,11],[6,0],[3,-6],[8,1],[8,8],[7,15],[-2,13],[-8,17],[-3,17],[-5,8],[-9,10]],[[4399,5985],[8,10],[9,-2],[14,6],[20,13],[13,17],[26,11],[16,0],[9,-4],[-1,-4],[4,1],[2,3],[15,-10],[4,-8],[3,8],[-7,16],[4,8],[-5,6],[11,2],[14,5],[22,-4],[0,19],[8,-2],[6,3],[4,-5],[6,3],[11,-4],[5,1],[1,-4],[-6,-5],[16,-7],[2,4],[5,-1],[4,3],[14,2],[1,7],[7,5],[16,-22],[25,-24],[10,0],[3,6],[9,-4],[12,-11],[9,-4]],[[8127,6372],[6,-15],[10,-1],[4,2],[16,-1],[16,8],[4,-6],[8,0],[3,-2],[1,-6],[6,-11],[-6,-6],[6,-1],[2,-4],[6,-2],[3,1],[8,-6],[4,-5],[-3,-4],[-1,-7],[3,-13],[-2,2],[-2,-3],[-2,2],[-3,-1],[-4,15],[-5,0],[1,-2],[-5,0],[-6,-4],[6,-17],[-6,-5],[11,-6],[-1,-5],[7,-7],[2,-12],[-2,-3],[5,-7]],[[8217,6240],[0,-1],[0,-3],[1,-7],[0,-7],[0,-5],[-2,-5],[0,-1],[-9,0],[-3,-1],[-2,-2],[-2,-6],[-4,-1],[2,-6],[1,-1],[-1,-3],[-5,-3],[0,-1],[-7,-3],[-6,-6],[-1,-1],[0,-1],[1,-5],[-2,-5],[-2,-5],[0,-5],[3,1],[7,3],[2,2],[3,1],[3,0],[5,-1],[3,-3],[2,0],[3,0],[8,2],[1,0],[1,0],[1,0],[7,3],[4,-1],[2,0],[3,1],[3,0],[2,0],[7,4],[5,0],[4,-1],[7,5],[2,2],[3,1],[3,1],[7,-3],[2,-1],[2,-2],[3,-1],[3,-1],[4,-2],[1,-1],[2,-10],[2,-5],[2,-3],[0,-4],[-2,-5],[-4,-5],[-3,-3],[-2,-1],[0,1],[-6,1],[-5,-2],[-10,-1],[0,-3],[1,-2],[2,-6],[-1,-3],[-3,-4],[-1,-3],[-2,-3],[-1,0],[-1,0],[-4,-6],[-4,1],[-5,-1],[-7,-4],[0,-1],[-8,1],[-6,0],[-4,-1],[-4,-5],[0,-1],[3,-7],[0,-1],[3,-5],[0,-6],[1,-4],[0,-3],[-2,-4],[-1,-2],[-1,-1],[1,0],[0,-3],[3,-3],[3,-3],[-1,-1],[-3,-3],[-5,-6],[-7,-4],[-3,-2],[-1,-4],[-1,-1],[-1,-2],[-6,-3],[-6,-5],[-9,-7],[-4,-3],[-5,-5],[-1,-4],[-3,-6],[-2,-3],[-2,-2],[-1,0],[-3,-6],[-14,-8],[1,-3],[2,-2],[2,-1],[4,1],[3,-1],[0,-1],[-3,-3],[-3,-5],[-1,-1],[-5,-2],[-1,-1],[0,-1],[0,-2],[-6,-4],[-5,-4],[-4,-5],[-3,-3],[-6,-4],[-3,-2],[-7,-3],[-8,-2],[-5,-3],[-4,-1],[-9,-5],[-3,-5],[-2,-1],[-2,1],[-1,-2],[1,-4],[2,-3],[1,-2],[0,-3],[-2,-4],[-3,-2],[-5,-1],[-3,0],[-3,0],[-4,-1],[-2,-2],[-2,-3],[-3,-2],[1,-3],[-1,-4],[-4,-6],[-5,-1],[-1,-2],[2,-3],[4,-3],[3,-2],[4,-3],[4,-4],[0,-2],[-5,-4],[-5,-6],[-2,-1],[-1,-2],[-7,0],[-6,-2],[-13,-9],[-4,-5],[-4,-10],[-2,-6],[-3,-3],[0,-1],[-4,-4],[-11,-7],[-1,0],[-5,-1],[-9,2],[-3,-2],[-5,-3],[-8,-5],[-7,-4],[-6,-1],[-11,-4],[-13,-3],[-8,-5],[-1,0],[-2,3],[-2,3],[-2,0],[-3,-1],[-4,-4],[-3,-3],[-6,-8],[0,-1],[-1,-2],[-3,-3],[-3,-4],[-2,-4],[-10,-10],[-8,-5],[2,-7],[4,-4],[2,-4],[2,-3],[1,-1],[2,-3],[2,-3],[2,-4],[1,-1],[1,-4],[3,-5],[-1,-3],[0,-4],[-1,-8],[0,-7],[0,-6],[-1,-1],[0,-11],[-4,-5],[-1,-3],[-3,-5],[-2,-3],[-2,-4],[-2,-8],[0,-2],[0,-6],[-4,-3],[-2,-1],[2,-11],[5,-4],[12,-10],[-3,-6],[-2,-4],[-2,-6],[-7,-6],[0,-3],[1,-1],[-6,-6],[-1,-1],[-4,-2],[-1,0],[-5,-2],[-6,-2],[-1,0],[-3,0],[-4,-3],[-4,-4],[2,-3],[0,-3],[-1,-3],[-3,-3],[-1,-1],[-4,0],[-1,0],[-3,-1],[-1,-1],[0,-3],[1,-2],[-5,-2],[-3,-1],[-2,-1],[-3,-5],[-4,-2],[-4,-3],[-6,-3],[-3,-1],[-3,-1],[-11,-7],[-6,-4],[-2,-1],[-9,-4],[-3,-4],[-5,-3],[-1,-3],[0,-2],[-1,-2],[-7,-7],[-16,-15],[-4,-7],[-6,-3],[-5,-5],[-3,-5],[-1,0],[-4,-2],[-3,-4],[-5,-5],[-6,-5],[0,-4],[-3,-2],[-6,-4],[-4,0],[-5,-7],[-3,-1],[-2,-2],[-3,-2],[-2,-2],[-9,-7],[-2,-6],[-8,-8],[19,-19]],[[7373,6066],[10,6],[6,-4],[7,1],[-2,-3],[2,-1],[5,2],[0,-3],[3,2],[2,6],[3,1],[-1,2],[3,-1],[2,4],[3,-1],[1,-2],[2,3],[4,1],[8,14],[9,-2],[10,8],[1,-4],[4,4],[17,3],[3,6],[3,1],[0,4],[4,1],[2,5],[4,0],[4,-3],[1,5],[5,3],[4,-2],[1,-5],[3,0],[-1,-4],[3,0],[3,6],[-4,13],[3,1],[2,4],[3,-3],[3,2],[0,-3],[2,1],[4,-3],[6,0],[0,6],[-3,4],[1,7],[9,-3],[1,3],[1,-3],[10,-3],[2,3],[0,-3],[7,-5],[1,-5],[1,3],[3,-2],[-3,-1],[4,-3],[4,5],[2,-3],[3,1],[0,6],[2,5],[2,1],[8,-8],[1,2],[4,-3],[9,5],[1,4],[3,1],[0,3],[9,4],[1,4],[2,0],[-1,-3],[15,2],[4,6],[0,14],[4,3],[7,-3],[2,1],[2,-4],[-1,-7],[8,0],[1,5],[-2,0],[0,2],[3,-3],[2,4],[-4,6],[-5,2],[3,3],[-2,2],[-2,-4],[-1,2],[1,5],[6,3],[2,6],[2,-1],[-1,5],[6,-3],[2,-6],[9,0],[3,-2],[3,0],[3,4],[2,-3],[3,2],[3,-1],[-6,3],[5,2],[2,-4],[3,10],[3,3],[8,0],[0,2],[-1,2],[-10,1],[-2,6],[3,0],[1,5],[11,-4],[2,3],[-2,-1],[1,2],[4,1],[0,10],[4,3],[7,-9],[7,-1],[4,-8],[5,0],[1,-3],[2,3],[-2,6],[-5,6],[1,6],[2,1],[5,-6],[7,-2],[4,6],[-1,5],[3,13],[10,-4],[6,4],[-4,4],[3,9],[10,9],[-2,15],[3,3],[-1,5],[13,-6],[0,5],[4,2],[3,11],[3,4],[9,-1],[0,1],[6,1],[7,6],[8,-3],[2,-3],[4,0],[1,-2],[2,2],[0,9],[12,6],[3,-3],[1,2],[12,-6],[5,-1],[7,2],[8,-4],[1,-11],[2,-1],[2,-14],[3,1],[0,8],[5,1],[9,9],[2,5],[5,-3],[0,-7],[6,-1],[1,-4],[9,5],[3,5],[15,-16],[0,6],[1,1],[11,-2],[3,4],[1,9],[3,3],[-3,12],[1,7],[-4,1],[-2,-3],[-3,4],[3,5],[6,4],[0,4],[11,-2],[7,-6],[-2,-2],[4,-4],[6,1],[4,-2],[16,7],[15,22],[-13,15],[5,8],[3,-3],[-3,-5],[9,1],[11,-2],[-2,-8],[3,-3],[12,-2],[4,-5],[4,-1],[2,7],[3,1],[10,-4],[8,-13],[14,-7],[-1,-2],[7,2],[2,7],[8,6],[3,13],[4,0]],[[3533,5962],[0,-3],[6,-6],[2,-12],[9,3],[3,-10],[-4,-13],[2,-1],[1,-4],[6,4],[10,-2],[0,4],[2,0],[0,4],[2,2],[0,-2],[9,0],[2,-9],[10,5],[-5,-10],[0,-7],[16,-5],[3,-3],[3,7],[5,5],[5,3],[2,-1],[1,-13],[11,-10],[-19,-21],[1,-11],[3,-1],[6,1],[3,5],[10,-13],[14,8],[3,4],[2,5],[3,-2],[3,4],[11,-1],[5,-3],[-5,-12],[3,-1],[1,-6],[-1,-3],[2,-3],[3,3],[9,2],[5,5],[9,0],[2,-9],[-2,-6],[3,-13],[-8,-6],[6,-9],[-2,-9],[6,-4],[-6,-4],[0,-4],[-9,0],[5,-7],[5,2],[-2,-4],[4,-4],[-7,-7],[6,-9],[-4,-7],[3,-2],[4,-16],[9,-8],[10,7],[6,-1],[8,12],[1,-1],[3,3],[27,-14],[9,1],[13,-8],[4,12],[29,14],[9,2],[3,3],[6,-4],[6,3],[4,-3],[8,5],[20,-5],[21,1],[1,17],[-5,5],[-11,2],[-3,4],[1,9],[-5,8],[0,6],[5,-2],[30,3],[3,-3],[-1,-8],[10,-11],[7,3],[6,-3],[4,-8],[12,0],[9,-4],[3,-19],[6,-19],[-2,-12],[4,-7],[-4,-9],[1,-7],[15,-17],[5,-11],[9,-7],[4,-10],[9,7],[3,-1],[1,-4],[-4,-6],[1,-5],[15,2],[4,-2],[1,-3],[-6,-3],[-1,-4],[6,-8],[7,-2],[2,-3],[1,-20],[5,-5],[-4,-6],[2,-10],[9,-2],[0,-10],[4,-3],[10,-13],[7,-1],[1,-4],[5,-8]],[[3427,5860],[-2,7],[2,1],[0,5],[2,1],[-1,8],[4,9],[6,7],[2,-2],[11,0],[0,-6],[5,2],[13,-2],[0,-7],[4,-1],[4,10],[2,11],[-9,2],[-1,5],[4,8],[-1,4],[18,34],[8,8],[12,10],[12,-15],[8,8],[3,-5]],[[2716,5824],[3,-5],[17,-4],[5,-5],[10,-2],[2,2],[6,-4],[2,1],[5,-5],[5,5],[2,-5],[3,1],[3,-5],[5,3],[3,-3],[3,2],[2,-2],[12,1],[2,-2],[6,10],[-1,4],[4,5],[14,-11],[1,4],[-2,2],[3,2],[4,-3],[-1,-7],[5,-2],[4,-13],[4,2],[1,6],[3,2],[3,-5],[2,4],[3,0],[3,6],[1,-3],[2,2],[0,-4],[-3,0],[-1,-2],[4,0],[3,-3],[0,4],[6,-2],[-1,-3],[-3,0],[5,-4],[-1,-2],[3,0],[0,4],[2,-3],[3,1],[7,-10],[-2,-4],[3,-5]],[[2729,5084],[-1,1],[-3,0],[-3,0],[-6,6],[-2,2],[-8,5],[-1,0],[0,-2],[-2,-2],[-8,0],[-5,-1],[-10,-2],[-1,-1],[0,-3],[1,-4],[2,-5],[2,-4],[-8,-12],[-3,-6],[-1,-4],[2,-5],[2,-3],[-1,7],[0,4],[2,-11],[-1,-2],[-2,-1],[-8,5],[-5,5],[-6,4],[-2,2],[-3,5],[-2,2],[-1,1],[-9,7],[-8,8],[-5,5],[-4,5],[-4,7],[-2,1],[-3,-2],[-2,-1],[-1,-1],[0,-3],[5,-10],[2,-6],[-3,-3],[2,-4],[2,-2],[3,-3],[2,-1],[5,0],[3,1],[1,1],[1,0],[0,-1],[-1,0],[0,-1],[-2,-1],[-1,0],[-1,0],[-7,1],[-2,0],[-1,0],[-1,1],[-1,0],[-1,2],[-2,1],[-1,4],[-5,9],[-3,8],[0,1],[-2,3],[-1,1],[-3,6],[-1,1],[-3,4],[-2,1],[1,1],[4,-4],[1,-2],[1,-2],[1,-1],[1,-1],[-2,5],[0,1],[-3,3],[-1,2],[-3,2],[-5,5],[-4,5],[-9,5],[-5,1],[-3,0],[-3,0],[-1,-1],[-1,-1],[1,-2],[1,0],[3,0],[3,0],[4,-2],[4,-2],[3,-2],[1,-1],[-1,-1],[-2,2],[-4,2],[-1,1],[-4,1],[-2,1],[-2,0],[-1,0],[-1,0],[-1,-1],[-2,-1],[-2,-1],[-1,0],[-11,-1],[-1,1],[-1,0],[-2,1],[-2,1],[-2,2],[-4,1],[-2,1],[-3,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-4,-4],[-5,-1],[-3,0],[-2,0],[-10,1],[-2,1],[-1,1],[0,1],[-4,13],[-1,6],[-1,3],[-2,6],[-3,7],[-1,3],[-4,6],[0,1],[-3,5],[-3,4],[-2,3],[-7,4],[-3,1],[-9,4],[-5,1],[0,-1],[-2,0],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-7,1],[-2,1],[-7,2],[-6,1],[-9,1],[-10,3],[-5,-1],[-4,0],[-1,1],[-1,0],[-8,5],[-2,0],[-4,2],[-4,1],[0,2],[-1,6],[-5,5],[-3,3],[0,1],[-5,2],[-6,2],[-5,1],[-9,6],[-5,6],[-7,4],[-8,7],[-3,2],[-5,4],[-7,3],[-1,1],[-1,1],[-1,2],[-3,6],[-2,3],[-3,3],[-4,3],[-3,2],[-2,0],[-4,0],[-2,-2],[0,-2],[-2,-1],[-2,-1],[-1,0],[-2,0],[-4,3],[-2,2],[-1,2],[-1,3],[-1,9],[-1,5],[-1,7],[-1,5],[-1,6],[-2,8],[-2,8],[-4,10],[-3,8],[-1,6],[0,2],[-2,6],[-1,4],[-2,5],[-1,6],[-2,10],[-3,8],[0,2],[-2,2],[-2,1],[-3,3],[-5,7],[-1,4],[0,1],[0,1],[-1,0],[-3,2],[-2,1],[-4,3],[-6,8],[-1,3],[-3,3],[-2,7],[-2,6],[-4,5],[-4,6],[-6,11],[-6,9],[-3,3],[-1,1],[-3,1],[-4,-2],[-3,-1],[-3,1],[-4,2],[-4,7],[-1,1],[0,1],[-1,4],[0,1],[0,1],[1,3],[0,1],[0,2],[-1,1],[0,1],[-2,2],[-2,3],[-1,1],[-7,9],[-2,1],[-2,2],[-4,5],[-4,5],[-6,6],[-6,5],[-1,1],[-7,8],[-1,1],[-5,5],[-2,3],[-1,1],[-5,4],[-6,5],[-10,7],[-7,5],[-6,4],[-6,5],[-4,2],[-2,2],[-3,3],[-7,7],[-1,2],[-1,2],[-1,5],[-1,8],[0,4],[1,10],[-1,10],[0,6],[-2,7],[-2,7],[-2,7],[0,3],[0,3],[1,1],[1,0],[6,0],[10,1],[3,0],[3,2],[5,3],[0,1],[2,2],[-1,1],[-1,0],[-3,0],[-2,1],[1,5],[0,1],[0,1],[1,1],[4,6],[6,8],[6,6],[3,3],[5,6],[5,3],[11,11],[9,18],[0,1],[-1,4],[0,5],[6,14],[2,7],[3,7],[7,6],[7,6],[8,2],[12,9],[0,1]],[[2150,5823],[8,-2],[17,-33],[3,-1],[3,3],[4,-4],[8,0],[2,-4],[-3,-1],[2,-5],[-2,-3],[4,0],[-3,-5],[3,-1],[-2,-2],[3,-1],[0,-2],[3,2],[2,-2],[-1,-2],[3,-1],[1,-6],[2,2],[4,-6],[6,0],[2,-2],[7,-2],[3,2],[25,-2],[1,-15],[-4,-6],[13,-3],[9,1],[0,-3],[9,2],[5,-4],[19,5],[4,-2],[-2,-5],[4,-2],[-2,-5],[4,-2],[3,-4],[-3,-6],[2,-4],[-1,-5],[4,-8],[4,-1],[2,-4],[25,7],[3,-7],[11,-9],[5,4],[18,0],[3,-4],[6,0],[6,-4],[4,5],[3,-5],[9,-3],[6,-4],[17,-1],[3,-3],[2,4],[-3,3],[2,8],[5,1],[8,-3],[9,7],[9,1],[0,3],[-3,7],[1,0],[1,3],[-7,2],[-1,6],[-10,6],[-1,5],[-6,5],[2,2],[-1,2],[-6,5],[3,1],[1,-4],[4,2],[4,-2],[7,13],[-1,6],[-3,1],[0,4],[-7,0],[0,5],[-7,7],[2,8],[-4,4],[0,5],[-3,1],[-2,4],[3,13],[6,12],[-9,12],[3,4],[7,-1],[1,6],[9,-1],[6,4],[8,13],[9,3],[5,-2],[9,-9],[-3,-2],[5,-28],[6,-10],[-3,-4],[-7,0],[-2,-7],[3,-4],[1,-10],[7,-6],[3,-8],[-7,-10],[1,-3],[-4,-9],[9,-8],[7,2],[3,6],[21,13],[14,1],[10,8],[4,-2],[2,4],[2,0],[1,4],[-3,4],[3,6],[4,2],[-2,3],[1,6],[-1,3],[-4,0],[-5,3],[-2,5],[5,4],[1,6],[4,4],[-3,15],[-8,12],[8,4],[1,7],[5,-3],[4,1],[4,-2],[3,2],[-2,6],[7,-2],[2,-5],[8,-5],[15,0],[2,5],[-1,1],[0,3],[-6,-3],[1,3],[4,2],[0,7],[4,1],[3,6],[1,5],[-3,2],[2,11],[5,0],[7,9],[7,-6],[0,-4],[5,-1],[4,-8],[5,2],[6,-3],[7,-11],[7,-4],[2,-5],[3,0],[1,-6],[22,-6],[4,-3],[4,2],[2,-3],[4,-1]],[[1932,5820],[4,-1],[3,0],[2,0],[1,0],[1,1],[2,2],[6,0],[9,1],[5,-1],[1,0],[1,-3],[1,-1],[0,-2],[1,-2],[1,0],[3,-2],[3,-1],[3,0],[4,0],[4,-5],[0,-1],[1,-3],[-1,-10],[-1,-4],[-2,-3],[-1,1],[-10,6],[-1,0],[1,-2],[2,0],[2,-4],[2,-3],[0,-1],[-1,-1],[-2,-3],[0,-3],[2,-7],[1,-1],[1,-1],[1,0],[2,3],[9,-6],[17,-9],[4,-2],[3,-1],[5,-3],[9,-6],[4,-10],[0,-9],[1,-11],[-1,-5],[-1,-11],[1,-3],[2,-5],[0,-3],[0,-1],[-3,1],[-1,2],[-3,5],[-4,6],[-3,4],[-1,3],[0,1],[0,2],[-2,9],[-3,7],[-3,5],[-2,4],[-4,5],[-5,6],[-5,5],[-4,3],[-5,4],[-3,2],[-5,1],[-7,-1],[-6,-5],[-2,-2],[-1,0],[-3,0],[-2,1],[-2,1],[-2,4],[-2,3],[-2,4],[-4,5],[-2,4],[-3,4],[-3,1],[-2,1],[-5,3],[-1,1],[0,1],[0,2],[0,3],[0,2],[4,6],[1,2],[2,4],[0,2],[0,2],[-3,3],[-3,3],[-1,1],[-1,3],[0,3],[2,0]],[[6290,6143],[-2,-1],[2,-4],[4,-1],[7,9],[5,12],[3,3],[5,-1],[1,-2],[-5,-4],[1,-6],[-9,-9],[2,-4],[-2,-4],[4,-8],[-2,-5],[-9,-8],[7,-5],[6,5],[0,-1],[-13,-14],[2,-17],[1,-2],[5,-1],[-4,-5],[4,-10],[0,-12],[5,-5],[1,-5],[22,13],[4,0],[4,5],[1,-7],[5,-4],[3,-10],[20,-15],[-1,-6],[6,-6],[-2,-1],[3,-6],[1,-6],[-14,-16],[2,-5],[-4,-3],[3,2],[-3,-11],[1,-8]],[[5559,5583],[0,5],[7,14],[11,13],[-3,13],[3,4],[6,5],[2,5],[-3,11],[1,20],[-4,16],[-7,8],[-1,3],[11,30],[9,17],[0,6],[-5,5],[-6,14],[2,24],[7,17],[-1,11],[-7,17],[-24,13],[-6,9],[0,9],[8,16],[-2,38],[-8,13],[2,12],[-7,27],[-21,52],[3,32],[-7,9],[-22,17],[-8,11],[-13,14],[-17,6],[-6,6],[-3,10],[2,3],[-3,6],[2,8],[15,24],[8,22],[8,13],[1,17],[7,10],[1,9],[-12,31],[-11,11],[-6,27],[-10,13]],[[5452,6329],[-18,19],[-2,6],[8,8],[2,1],[1,-7],[8,-2],[1,8],[12,0],[9,4],[6,10],[30,-9],[3,7],[9,5]],[[5521,6379],[10,0],[21,-13],[9,8],[18,5],[13,17],[14,2],[16,-12],[-6,-7],[5,-31],[3,0],[5,4],[4,-8],[5,-2],[2,-5],[7,-4],[3,-7],[7,3],[4,-2],[2,7],[4,-5],[9,3],[5,-8],[0,-4],[3,1],[7,-9],[7,-16],[5,1],[3,-2],[6,5],[13,-2],[6,14],[8,-13],[7,3],[13,-11],[10,-3],[-2,-11],[6,0],[-1,9],[7,0],[4,7],[6,3],[3,-3],[4,1],[7,11],[0,12],[26,-3],[9,2],[3,4],[2,-12],[4,3],[16,-9],[6,0],[3,5],[-1,17],[3,6],[-2,15],[1,2],[1,12],[-2,1],[-1,5],[1,5],[4,0],[9,-10],[-1,-5],[2,-4],[1,-15],[5,-5],[12,-6],[8,-10],[1,-5],[19,-4],[-4,-12],[4,-8],[-1,-13],[3,-5],[3,1],[0,-6],[5,1],[0,3],[4,2],[0,3],[10,2],[2,-2],[-2,-8],[4,-2],[9,1],[3,-4],[9,-4],[5,-1],[1,3],[4,-5],[5,5],[3,-3],[-3,-14],[6,0],[13,-7],[7,-13],[1,-8],[3,-1],[-1,-3],[6,-5],[10,-2],[14,6],[4,1],[1,-2],[4,5],[7,-1],[1,0],[-4,-8],[4,-7],[11,-1],[2,-5],[4,-1],[4,-5],[1,3],[6,1],[0,7],[3,4],[-7,5],[-1,4],[4,4],[1,-1],[2,4],[4,-2],[-1,-6],[5,10],[4,2],[-2,2],[1,7],[4,2],[-1,13],[2,-2],[9,1],[6,-7],[3,2],[1,-7],[7,-4],[1,-5],[0,-4],[-11,-14],[-4,2],[-3,-3],[-1,2],[-4,-5],[0,-6],[7,-7],[-1,-7],[2,-8],[10,-1],[8,12],[5,1],[2,5],[10,-2],[2,1],[5,-2],[8,1],[-1,5],[4,9],[7,-6],[1,-7],[6,-3],[2,-3],[0,-3],[-7,-4],[-1,-2],[4,-4],[-1,-3],[2,-9],[-1,-4],[3,-7],[1,-9],[4,-2],[3,-8],[3,1],[3,-3],[-1,-3],[8,-7],[4,5],[9,-4],[4,2],[1,12],[5,5],[3,-3],[1,2],[2,12],[6,-1],[4,2],[5,-2],[-1,-3],[11,5],[9,-5],[8,3]],[[8153,6640],[-3,-4],[1,-7],[3,-2],[2,-11],[7,-5],[3,-10],[4,-4],[8,1],[7,-5],[12,1],[10,-9],[10,2],[2,-5],[7,-3],[13,-13],[6,1],[4,-4],[18,-7],[2,2],[4,-11],[9,-8],[2,-7],[-3,-3],[-5,-14],[5,-2],[-1,-4],[3,-1],[2,-9],[6,-2],[0,-2],[-8,-6],[6,-5],[-8,-10],[4,-11],[-15,-2],[1,-8],[-5,-2],[3,-3],[-1,-4],[-2,1],[3,-6],[-1,-2],[-2,5],[-4,-2],[1,-8],[-2,-1],[1,-7],[1,-7],[2,0],[-3,-4],[11,-9],[-4,-2],[2,-3],[4,1],[0,3],[6,2],[4,7],[5,0],[0,-3],[3,2],[3,-2],[7,3],[0,-2],[3,1],[0,-4],[2,3],[9,-7],[-1,-6],[6,-14],[7,-4],[3,-6],[-2,-12],[10,-5],[2,-3],[7,-5],[4,-13],[2,-2],[-4,-15],[-4,-7]],[[8347,6311],[-6,-3],[-4,-3],[-3,-2],[-8,-1],[-2,1],[-4,0],[-6,-5],[-2,-1],[-3,-1],[-2,2],[-5,4],[-3,1],[-6,0],[-8,3],[-9,3],[-2,3],[-5,0],[-2,-1],[-2,-1],[-7,-3],[-7,-4],[-3,-1],[0,-2],[2,-5],[0,-6],[0,-2],[0,-7],[2,-5],[6,-1],[0,-4],[0,-4],[1,-3],[0,-3],[-4,-4],[-1,-1],[-3,-1],[-1,0],[-2,0],[-3,1],[-6,-2],[-2,-4],[-2,-5],[-2,-2],[-4,-2],[-4,1],[-8,-1]],[[8127,6372],[2,7],[8,4],[-3,5],[-11,6],[0,7],[-7,6],[1,3],[-4,12],[-6,5],[2,10],[6,0],[8,11],[-2,8],[-13,13],[1,6],[-3,6],[4,20],[-3,10],[-5,4],[1,11],[-4,7],[-7,6],[3,6],[-2,18],[5,6],[0,5],[9,12],[4,11],[8,4],[11,10],[0,3],[9,12],[-1,4]],[[8138,6630],[7,5],[4,7],[4,-2]],[[4748,6019],[7,-1],[2,4],[11,-10],[3,-7],[14,8],[0,2],[7,0],[8,21],[-4,8],[-12,6],[2,6],[20,10],[-3,6],[2,4],[13,17],[4,-5],[23,-13],[11,-10],[6,5],[6,0],[6,-4],[3,5],[33,17],[3,-2],[2,2],[7,-1],[7,1],[3,-2],[1,-5],[7,0],[3,3],[2,-3],[7,6],[-1,8],[7,5],[7,1],[-6,21],[-3,-4],[-4,2],[1,3],[-6,1],[0,6],[-4,4],[2,2],[-7,1],[6,11],[-3,3],[-6,23],[-12,-3],[4,26],[10,18],[-2,12],[16,-16],[35,33],[11,-34],[17,3],[9,7],[3,28],[-5,9],[-4,1],[7,7],[0,4],[-6,9],[4,6],[0,8],[4,7],[-7,5],[-7,1],[-7,-2],[-13,-8],[-2,0],[12,26],[2,10],[-6,8],[-8,19],[-45,3],[-4,8],[3,9],[-6,15],[4,0],[11,7],[8,12],[8,0],[22,6],[11,5],[11,9],[7,0]],[[5020,6432],[5,0],[9,4],[20,5],[1,-6],[8,-4],[15,-12],[12,-3],[12,-13],[0,-3],[4,1],[5,-5],[6,6],[9,1],[0,3],[4,4],[25,11],[8,-4],[0,-3],[3,-4],[-1,-3],[15,-17],[9,-6],[2,-6],[12,0],[9,5],[1,-2],[16,4],[11,-3],[4,-4],[3,-9],[7,-2],[7,1],[16,-18],[-4,-14],[3,-4],[8,-3],[2,2],[4,-7],[7,1],[2,-4],[3,0],[2,-26],[8,-3],[12,-1],[12,6],[8,-1],[2,7],[4,-1],[2,5],[-5,6],[5,2],[-3,9],[4,5],[-5,1],[5,10],[-1,5],[3,2],[4,-10],[6,-4],[14,1],[5,-7],[2,1],[3,-4],[2,0],[-1,-6],[9,-4],[-2,-8],[7,0],[2,-4],[13,3],[5,10],[4,4],[18,6],[6,4]],[[7250,6107],[-4,4],[-5,0],[0,5],[-3,0],[-2,3],[-6,-2],[-6,3],[0,-4],[-7,4],[3,4],[2,0],[0,3],[-2,0],[2,3],[1,3],[-2,0],[2,2],[6,-6],[4,6],[1,12],[-4,13],[0,13],[4,8],[-1,7],[3,7],[-7,1],[-7,4],[-17,-12],[-9,9],[-4,1],[2,10],[3,2],[3,-1],[-3,7],[-3,3],[-4,8],[2,10],[-1,5],[7,11],[-2,4],[-4,-3],[-3,2],[-7,-1],[1,3],[-4,4],[1,3],[-6,4],[-18,-12],[4,9],[-5,-1],[-8,7],[1,2],[6,-2],[4,1],[17,11],[-5,0],[-6,5],[-3,-1],[1,5],[7,14],[19,-4],[3,3],[2,-4],[-4,-2],[5,-2],[8,6],[4,11],[2,-1],[1,5],[3,1],[6,16],[10,0],[8,17],[0,11],[-4,9],[-8,1],[5,5],[1,8],[-3,5],[-5,28],[-4,-1],[-13,14],[-3,2],[-4,7],[-11,2],[-5,-7],[-3,-12],[-5,-5],[-5,-13],[-6,-2],[-2,6],[-9,4]],[[7152,6415],[-1,15],[9,17],[14,12],[-1,2],[-5,0],[6,25],[9,5],[10,-7],[9,0],[16,4],[2,6],[6,4],[20,-12],[12,0],[25,35],[10,-4],[3,-3],[-1,-10],[5,-8],[3,-12],[3,4],[7,-2],[14,4],[11,-2],[8,6],[1,4],[5,1],[3,-4],[5,4],[4,-3],[1,3],[3,-1],[2,10],[-1,11],[-6,7],[1,3],[-2,2],[4,2],[-2,4],[7,2],[-5,6],[1,4],[13,11],[-2,7],[2,13],[-3,5],[-17,1],[2,5],[-4,4],[3,31],[7,12],[6,3],[3,-2],[11,0],[7,-4],[7,1],[2,8],[4,2],[-4,1],[1,7],[1,2],[-3,4],[1,7],[3,3],[5,1],[3,6],[4,-3],[6,2],[6,-3],[10,1],[-2,-10],[22,6],[0,5],[-1,-3],[-6,-2],[4,4],[-1,2],[4,0],[-3,1],[-1,6],[1,0],[-2,4],[7,12],[5,5],[-1,6],[4,3],[5,12],[13,-5],[8,1],[1,-2],[3,3],[2,7],[-3,6],[3,5],[-5,1],[1,5]],[[7499,6746],[9,5],[-3,6],[5,8],[12,3],[2,9],[-2,10],[10,12],[10,2],[1,-7],[7,-2],[1,-3],[-10,-13],[-6,-4],[-6,-14],[14,-2],[14,12],[1,10],[7,1],[2,-2],[2,2],[1,-2],[5,2],[4,-2],[5,5],[-2,3],[4,8],[5,-2],[-2,3],[6,9],[-5,3],[1,3],[4,0],[0,4],[5,-1],[0,9],[6,6],[22,11],[5,-3],[11,3],[8,-3],[6,8],[9,4],[2,-3],[-2,-1],[11,-5],[6,-9],[-2,-13],[4,-2],[-1,-9],[5,-6],[0,-5],[-10,-3],[0,-4],[3,-2],[1,4],[3,-3],[1,-8],[4,-5],[4,0],[6,5],[3,-4],[7,-2],[0,-4],[7,-1],[-2,-15],[7,-2],[3,6],[13,-3],[0,4],[3,3],[5,-1],[18,16],[8,2],[4,0],[9,-6],[11,-2],[7,8],[7,-2],[7,5],[4,-1],[3,5],[9,-5],[7,3],[4,-6],[7,-2],[2,-10],[18,-1],[1,-6],[8,-11],[0,-3],[10,-6],[1,-3],[-2,-1],[-3,-7],[6,-10],[5,-3],[3,0],[1,-3],[-3,0],[3,-6],[17,11],[28,7],[0,6],[5,3],[0,4],[7,16],[19,12],[10,2],[9,-13],[7,-2],[3,-9],[6,-3],[-1,-8],[4,-7],[11,-6],[3,-4],[7,-4],[4,1],[10,-9],[4,-1],[5,-6],[13,-7],[1,-3],[4,0],[0,-5],[3,1],[13,-4],[2,-1],[1,-4],[12,-2],[6,-7],[-2,-11],[3,-4],[16,-12],[5,-5]],[[3533,5962],[7,12],[2,15],[-8,5],[-1,4],[5,10],[4,2],[1,6],[5,-2],[3,3],[-2,3],[-3,0],[1,17],[-4,11],[5,1],[1,6],[-1,8],[4,3],[-1,7],[2,3],[4,1],[1,8],[-8,1],[12,20],[2,-1],[1,7],[9,9],[3,8],[0,6],[14,4],[6,10],[0,7],[-5,10],[9,2],[21,18],[-3,3],[-8,1],[1,11],[-11,3],[5,5],[4,0],[6,11],[4,2],[3,10],[-3,28],[6,8],[7,23],[14,19],[0,18],[4,7],[-6,3],[-2,-6],[-6,3],[-2,2],[2,7],[-9,3],[5,4],[0,3],[2,2],[4,11],[-2,4],[6,12],[7,1],[4,4],[2,0],[-3,7],[3,5],[-3,19]],[[3653,6419],[3,4],[17,0],[2,-3],[4,0],[1,-4],[-1,-3],[7,-5],[30,-2],[2,-4],[9,-7],[0,-5],[16,-5],[11,-7],[10,9],[7,2],[-5,8],[1,7],[-7,10],[-2,7],[-7,3],[-6,8],[0,6],[10,11],[2,6],[9,-2],[8,-8],[1,-7],[6,-3],[4,-6],[18,2],[5,9],[-3,5],[7,13],[2,-2],[7,4],[2,-5],[9,1],[3,3],[1,-2],[12,12],[5,-4],[20,7],[4,7],[0,5],[8,-3],[5,1],[1,-2],[5,2],[7,4],[7,9],[5,1],[3,8],[0,3],[-3,1]],[[3915,6508],[8,13],[9,3],[2,-10],[8,-2],[-7,-11],[-1,-2],[4,-2],[4,0],[14,16],[7,-5],[6,-8],[12,-5],[5,9],[5,0],[8,6],[9,-7],[6,1],[7,-7],[4,1],[8,-5],[12,-1],[4,3],[11,-5],[5,0],[1,3],[21,11],[0,-4],[-4,-2],[-2,-7],[2,-1],[-1,-12],[-5,-3],[-6,-18],[3,-4],[7,-4],[3,-5],[-3,-7],[-6,-1],[2,-12],[4,-1],[1,-13],[26,5],[1,5],[-5,0],[0,3],[3,3],[3,0],[1,1],[1,-1],[1,3],[-1,1],[8,7],[-1,3],[3,4],[24,-8],[7,5],[4,-8],[14,-2],[-4,-7],[1,-7],[-2,-1],[3,-6],[-1,-9],[7,-4],[0,-3],[5,1],[0,6],[3,4],[2,10],[8,5],[6,-1],[18,-31],[3,-12],[4,4],[5,2],[-1,-4],[2,-6],[-10,-11],[-8,-12],[-3,0],[1,-6],[-2,-3],[6,-3],[1,-5],[4,1],[2,-3],[4,1],[-2,-7],[4,-4],[-5,-7],[9,-11],[7,-21],[3,-4],[-6,-6],[1,-2],[18,4],[9,-15],[5,-3],[-14,-21],[-6,4],[-7,-3],[-6,1],[8,-9],[1,-4],[3,1],[1,-5],[5,-4],[2,-14],[6,-4],[-3,-5],[2,-5],[-6,-3],[-6,-10],[4,-6],[4,-1],[5,-10],[-7,-6],[2,-1],[-6,-10],[-1,-6],[-7,-2],[2,-18],[7,-13],[9,-6],[4,5],[0,-4],[2,1],[8,-10],[13,-13],[8,17],[7,-5],[5,2],[2,-3],[7,6],[8,0],[0,3],[5,2],[12,-6],[1,-15],[12,-9],[-1,-3],[5,-6],[7,1],[3,-9],[9,-11],[6,-18],[13,-24],[1,-9],[2,-2]],[[6696,6843],[8,-9],[5,-2],[-2,-1],[11,-3],[25,-1],[11,3],[3,-2],[0,-9],[11,-9],[-5,-3],[-3,1],[-2,-2],[-6,-13],[0,-8],[4,1],[1,-3],[11,-1],[1,-2],[6,1],[0,5],[5,-4],[12,0],[8,-8],[6,-13],[-13,-13],[0,-7],[-5,1],[-5,-4],[-1,-6],[3,-6],[15,-11],[3,0],[-1,6],[8,13],[-1,3],[17,6],[6,-2],[7,-16],[1,-8],[7,-7],[2,-5],[-1,-8],[2,-4],[-2,-3],[9,-5],[9,0],[7,-15],[-2,-13],[4,0],[1,-8],[11,-3],[1,-6],[6,-3],[-4,-1],[3,-6],[-3,-4],[2,-1],[-2,-4],[-4,-2],[0,-3],[-3,1],[-16,-11],[-25,-13],[4,-2],[0,-2],[-2,-1],[0,-5],[-3,-1],[7,-2],[-3,-6],[13,4],[4,4],[2,-4],[6,-1],[0,-10],[5,-12],[-7,-8],[9,3],[1,-4],[-5,-10],[1,-7],[-8,-9],[0,-5],[13,-11],[-2,-5],[17,3],[6,5],[1,8],[4,0],[2,5],[2,1],[1,-3],[7,6],[3,-2],[1,-7],[-4,-4],[0,-4],[17,0],[1,4],[4,-3],[-6,-6],[-1,-9],[-5,-4],[7,-8],[8,-1],[1,2],[1,-5],[1,4],[2,-4],[4,4],[-1,-5],[1,1],[0,-5],[3,1],[0,-3],[3,1],[-1,-2],[6,1],[0,2],[0,-2],[5,2],[3,-6],[-3,1],[5,-5],[5,2],[0,-2],[2,1],[4,-4],[2,1],[0,2],[7,1],[-2,3],[5,2],[9,13],[4,13],[11,0],[-4,-15],[1,-15],[10,-2],[6,-6],[9,-2],[7,-10],[6,-3],[-1,-4],[6,-5],[0,-4],[9,6],[5,0],[-14,-27],[7,-7],[4,-13],[10,5],[7,0],[0,8],[11,9],[3,4],[-1,2],[6,3],[6,-1],[5,7],[11,-3],[1,-3],[4,-2],[-3,-10],[9,-4],[7,8],[1,6],[5,-1]],[[6290,6143],[1,1],[-1,12],[-6,3],[0,4],[0,3],[6,1],[0,14],[-4,-2],[-1,-4],[-4,7],[0,-5],[-4,0],[-6,4],[-2,7],[4,5],[2,0],[1,3],[2,0],[1,4],[-2,1],[-4,-2],[-5,6],[-5,-1],[-1,9],[4,-1],[1,9],[4,0],[4,5],[-1,6],[2,4],[-5,8],[1,3],[5,-1],[8,-10],[6,8],[-5,6],[5,3],[3,-3],[0,-3],[5,3],[3,6],[0,7],[4,6],[-3,6],[3,3],[0,4],[-3,-1],[0,4],[-5,1],[-2,3],[1,4],[4,5],[-7,13],[3,3],[-2,9],[17,5],[1,6],[7,7],[-3,8],[5,3],[2,9],[5,2],[5,-3],[2,1],[9,22],[-1,8],[9,15],[-2,10],[5,-5],[8,1],[-2,4],[2,19],[-2,5],[2,2],[5,1],[4,13],[3,3],[3,0],[9,13],[-17,11],[1,8],[2,1],[14,-2],[1,7],[14,-4],[8,3],[-6,5],[1,2],[-3,-3],[-7,6],[3,13],[-7,1],[-3,10],[-5,-1],[-4,3],[0,7],[10,2],[3,-1],[2,17],[12,-3],[10,-7],[11,20],[3,-3],[13,8],[0,4],[-3,10],[1,3],[4,1],[-1,4],[-5,8],[9,14],[-14,12],[4,10],[-3,5],[2,5],[-3,1],[0,6],[7,0],[-2,5],[2,4],[-8,0],[-2,3],[-3,-2],[-7,2],[-2,-3],[-6,0],[-12,-8],[-8,8],[3,2],[-2,17],[4,4],[-2,5],[-2,2],[-5,-2],[-5,0],[0,4],[15,11],[1,5],[5,7],[13,0],[11,5],[-4,4],[-1,13],[-8,5]],[[6417,6746],[6,12],[-3,12],[3,1],[5,11],[2,2],[5,-4],[12,-1],[4,-2],[16,2],[2,2],[-1,2],[10,-2],[3,2],[7,0],[3,4],[11,3],[7,-3],[4,-6],[8,-4],[6,3],[10,1],[2,2],[7,1],[7,6],[15,-3],[11,4],[15,-2],[4,4],[-3,14],[-6,3],[-4,4],[-3,15],[9,-2],[4,9],[6,2],[5,9],[5,5],[15,1],[5,-2],[6,3],[3,-7],[18,1],[4,-3],[1,-5],[7,3],[3,-6],[20,9],[3,-3]],[[1290,6192],[1,0],[0,-1],[1,-1],[3,-4],[6,-3],[4,0],[1,1],[2,0],[0,-2],[0,-4],[-1,-2],[0,-3],[0,2],[1,1],[1,1],[1,1],[1,0],[2,0],[7,-2],[2,-2],[7,-5],[9,-3],[2,0],[0,-1],[5,1],[2,2],[4,-3],[0,-6],[1,-8],[3,-4],[1,-3],[1,-4],[0,-2],[0,-1],[5,-5],[1,0],[1,-1],[2,0],[8,-3],[6,-5],[1,-1],[4,-3],[3,-1],[3,0],[3,0],[6,1],[4,1],[6,0],[1,-1],[2,-1],[1,-2],[3,-2],[1,-3],[-1,-2],[-3,-2],[-3,-4],[-3,-6],[-3,-7],[-2,-3],[-2,-1],[-5,-4],[-5,0],[-5,5],[-6,3],[-5,2],[-5,-1],[-4,-1],[-3,-1],[-2,2],[-2,2],[-3,2],[-2,1],[-2,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-3,5],[-3,4],[-3,1],[-2,-2],[-3,-1],[-3,-4],[-6,-1],[-2,0],[-8,0],[-7,-1],[-2,1],[-4,6],[-4,2],[-5,4],[-5,8],[-1,1],[0,2],[4,5],[0,4],[-2,4],[-2,3],[-3,6],[-1,5],[-2,9],[-2,6],[0,6],[0,3],[0,5],[4,2],[2,3],[1,3],[0,5],[1,3],[1,1],[2,0]],[[8651,6947],[0,-1],[-1,-2],[1,-3],[0,-1],[1,-8],[0,-7],[-2,-6],[-2,-3],[-1,-3],[-1,-4],[-1,-5],[1,-5],[2,-16],[0,-9],[-3,-12],[0,-4],[1,-3],[1,-2],[4,-5],[4,-4],[4,-6],[9,-11],[3,-3],[2,-3],[2,-4],[2,-5],[2,-5],[2,-9],[0,-2],[0,-2],[0,-2],[-1,-2],[-2,-6],[-3,-5],[-1,-2],[-2,-2],[-1,-2],[-2,-2],[-1,-2],[-8,-9],[-2,-3],[-2,-2],[-1,-3],[-1,-2],[-1,-3],[0,-3],[0,-3],[0,-2],[1,-12],[0,-4],[0,-2],[0,-2],[-1,-2],[0,-1],[-1,-2],[-1,-2],[-2,-2],[-2,-2],[-2,-1],[-2,-1],[-1,-1],[-2,-1],[-1,-2],[-1,-1],[-1,-2],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-4],[0,-2],[0,-2],[0,-2],[1,-2],[3,-6],[0,-2],[1,-1],[0,-2],[0,-1],[0,-2],[0,-2],[0,-3],[0,-2],[-1,-2],[-1,-3],[0,-1],[-1,-2],[-1,-1],[-3,-7],[-1,-1],[-1,-3],[-1,-2],[-1,-3],[0,-3],[0,-1],[-1,-3],[-3,-8],[-6,-16],[-2,-5],[0,-2],[0,-3],[0,-3],[0,-2],[1,-2],[0,-1],[2,-5],[3,-8],[1,-4],[4,-11],[2,-4],[0,-4],[-1,-6],[-1,-4],[-1,-3],[-3,-4],[-1,-2],[-2,-2],[-2,-2],[-3,-2],[-10,-9],[-1,-2],[0,-2],[0,-2],[0,-2],[3,-5],[2,-5],[0,-5],[0,-8],[0,-4],[1,-5],[3,-3],[1,-2],[3,-4],[5,-6],[6,-5],[9,-7],[3,-2],[1,-3],[1,-1],[2,-5],[1,-7],[1,-4],[10,-8],[2,-4],[1,-3],[0,-3],[0,-3],[-3,-6],[-1,-3],[-1,-4],[-1,-7],[-5,0],[-6,1],[-3,-2],[-2,-3],[-1,-2],[-2,-4],[-1,-1],[-2,-2],[-3,-2],[-4,-4],[-3,-2],[-4,-1],[-4,-3],[-2,-3],[-2,-3],[-6,-1],[-2,0],[-2,-2],[-4,-3],[0,-3],[2,-8],[1,-1],[4,0],[4,4],[4,2],[5,-2],[2,-3],[0,-2],[-2,-5],[-3,-6],[-5,0],[-3,0],[-5,-2],[3,-5],[1,-5],[-1,-2],[0,-1],[1,-5],[-6,-4],[-2,-2],[0,-1],[-2,-1],[-3,-5],[-2,-2],[-8,-3],[-4,1],[-3,4],[-4,4],[-4,1],[-2,1],[-6,4],[-5,4],[-2,-2],[-3,-4],[-2,-4],[-2,-5],[-1,-3],[4,0],[3,1],[4,-1],[5,-2],[5,-4],[2,-1],[1,-1],[0,-1],[-1,-2],[-3,-3],[-3,-5],[-2,-1],[-6,-2],[-5,-6],[-2,-5],[-2,-2],[0,-1],[-5,-4],[-7,-4],[-7,-3],[-5,-3],[-3,0],[-8,2],[-9,0],[-4,1],[-4,3],[-4,3],[-6,1],[-2,-2],[-1,-1],[-9,-1],[-6,1],[-4,-3],[-3,-2],[-4,1],[-3,0],[-8,-8],[-11,-3],[-7,0],[-4,10],[-2,3],[-2,2],[-5,1],[-13,-5],[-6,0],[-1,0],[-5,5],[-4,1],[-2,1],[-3,2],[-2,3],[2,4],[2,8],[1,3],[0,2],[-1,1],[0,4],[2,5],[2,4],[1,1],[1,5],[3,5],[6,4],[1,0],[0,3],[-1,-1],[-3,0],[-7,-2],[-3,-1],[-7,-1],[-1,0],[-5,1],[-1,0],[-1,0],[-1,1],[-6,6],[-7,5],[-5,1]],[[8153,6640],[4,2],[4,-2],[7,7],[5,-1],[9,5],[5,-1],[1,7],[7,7],[5,0],[3,4],[-1,5],[1,3],[-8,6],[1,8],[-3,8],[3,2],[-1,3],[-7,0],[0,7],[14,8],[-1,3],[8,8],[-2,8],[-5,-1],[-4,2],[9,12],[-4,15],[4,7],[-1,3],[5,18],[5,4],[0,2],[4,3],[-2,4],[3,3],[-1,13],[6,3],[6,-3],[9,9],[5,1],[5,10],[8,2],[7,11],[-2,1],[1,2],[4,2],[-5,6],[7,13],[3,1],[-1,7],[5,3],[0,6],[5,6],[10,5],[13,25],[4,2],[5,14],[0,7],[-10,0],[-8,9],[2,7],[3,1],[5,12],[5,8],[-1,6],[3,1],[-1,3],[3,9],[4,1],[6,5],[6,8],[-2,3],[8,8],[-2,4],[6,5],[4,12],[1,8],[2,2],[-1,10],[4,2],[2,8],[3,2],[1,5],[7,3],[4,14],[9,8],[-3,5],[0,4],[15,5],[3,8]],[[8393,7141],[25,-1],[4,-7],[10,4],[6,-3],[7,2],[5,-9],[6,-3],[-1,-3],[8,-8],[-8,-9],[2,-3],[3,-3],[5,0],[20,4],[-9,-11],[-4,2],[-3,-10],[11,-10],[18,5],[6,-6],[28,-12],[1,-5],[3,-2],[4,0],[5,-4],[15,-3],[5,-7],[17,-8],[-2,-6],[-1,-25],[-3,-4],[3,-1],[-1,-8],[3,0],[2,-4],[23,-4],[-1,-3],[7,0],[-4,-10],[3,-14],[28,-5],[12,0]],[[3237,6576],[5,-1],[-4,-10],[5,-6],[-1,-5],[8,-3],[4,-6],[-3,-5],[1,-3],[-4,-5],[2,-4],[10,1],[1,3],[7,1],[2,3],[19,-5],[13,3],[5,-6],[7,1],[8,-8],[9,0],[6,-4],[3,6],[19,17],[6,-1],[6,-10],[7,1],[1,-3],[-7,0],[1,-7],[-16,-14],[-7,3],[-3,-8],[3,-7],[7,-6],[-2,-4],[9,-10],[-1,-12],[10,-5],[16,2],[7,-11],[4,0],[5,-4],[1,3],[5,2],[6,-4],[4,2],[-2,6],[0,7],[6,5],[-2,2],[5,7],[5,1],[1,-12],[2,0],[2,5],[6,-2],[3,7],[1,-5],[4,-1],[8,-6],[20,-2],[3,-10],[11,11],[2,-1],[8,-12],[-3,-5],[5,-2],[-3,-2],[1,-3],[7,-2],[0,-3],[4,2],[6,-2],[3,-6],[9,-7],[8,-2],[4,4],[17,-5],[14,3],[4,-8],[-2,-3],[9,1],[5,-5],[0,-8],[3,1],[1,-3],[4,0],[1,6],[6,7],[8,-1],[6,3],[2,21],[11,-1],[0,-8],[3,-5],[2,2],[2,7],[8,0],[4,-4]],[[2716,5824],[21,11],[-3,16],[4,7],[-9,2],[-18,8],[-9,22],[-7,2],[-11,-1],[-5,3],[-4,-1],[-14,4],[-8,-7],[-6,4],[13,13],[3,5],[-2,1],[3,3],[-6,4],[2,9],[-4,0],[-2,6],[4,0],[-1,3],[4,-2],[0,4],[4,-2],[3,3],[-1,2],[3,-2],[2,2],[2,-2],[4,2],[-2,3],[1,2],[5,-1],[0,5],[6,1],[1,3],[4,1],[0,7],[5,-2],[6,10],[-1,4],[4,0],[-2,4],[2,2],[-1,2],[1,3],[-4,1],[-2,-2],[-6,7],[1,5],[3,1],[-5,8],[4,7],[-9,6],[1,8],[3,5],[1,8],[-5,3],[-5,5],[1,4],[-3,1],[-6,0],[-4,-3],[-1,-5],[-10,-6],[-9,4],[-1,4],[-7,0],[0,6],[-5,6],[-5,1],[-6,11],[-1,4],[2,3],[-2,4],[3,10],[-4,1],[0,4],[-3,-1],[-1,3],[-5,2],[-2,7],[-2,-4],[-6,2],[-7,-3],[1,2],[-3,2],[-1,-2],[-6,-1],[-4,-2],[-11,3],[12,16],[11,2],[7,11],[9,7],[11,3],[16,0],[19,9],[8,-2],[3,3],[3,-2],[14,3],[7,7],[-2,2],[9,5],[8,0],[8,3],[3,-2],[2,2],[19,-3],[20,5],[10,-1],[18,-5],[15,0],[7,4],[7,1],[2,3],[3,-2],[8,0],[21,17],[4,1],[-2,-6],[3,2],[10,15],[-5,10],[-12,12],[1,9],[-4,5],[-1,9],[1,10],[-10,16],[0,7],[6,7],[-6,11],[-10,-3],[-10,1],[-6,-2],[-5,1],[-8,11],[-10,5],[-23,-4],[1,2],[-24,-2],[-23,4],[-11,5],[-2,12],[-5,1],[0,6],[-2,1],[2,4],[11,7],[-1,3],[-18,5],[4,26],[4,-2],[30,-2],[9,-4],[30,2],[16,-5],[0,7],[16,8],[1,5],[7,7],[-2,5],[-7,2],[-4,4],[-5,0],[-2,3],[-15,-1],[-14,6],[-9,5],[0,5],[-6,4],[-25,-2],[-1,5],[-12,12],[1,11],[-4,10],[1,5],[-11,-1],[4,3],[-3,2],[-5,0],[1,13],[5,5],[-3,2],[-1,5],[3,6],[-10,5],[1,2],[4,0],[0,2],[-10,6],[1,13],[-14,-3],[-15,5],[-7,9],[-5,-1],[1,5],[-1,6],[9,1],[-1,5],[6,9],[-6,2],[-4,6],[2,12]],[[2649,6592],[7,22],[-4,10],[3,3]],[[2655,6627],[16,-7],[3,-5],[-1,-2],[10,-2],[2,-9],[15,-3],[0,-4],[11,-1],[8,-4],[5,1],[-2,7],[10,2],[21,-2],[5,-6],[4,-2],[13,-2],[9,1],[4,-3],[8,0],[2,4],[2,0],[-2,2],[4,2],[2,-3],[-3,-3],[6,-3],[1,-3],[4,2],[0,-2],[5,-2],[13,-3],[3,4],[17,1],[0,2],[-3,11],[-8,0],[-3,4],[7,13],[7,0],[6,-7],[4,-1],[1,-2],[3,2],[-1,6],[9,-11],[7,-1],[9,-8],[1,-11],[8,0],[29,-12],[0,17],[6,2],[10,1],[3,-7],[7,1],[0,-2],[7,-3],[2,-3],[-1,-4],[4,-4],[7,3],[3,-1],[2,3],[4,-1],[4,-5],[-2,-3],[2,0],[-3,-1],[5,-2],[2,-4],[2,3],[2,-4],[4,3],[0,-4],[1,4],[5,2],[8,-3],[4,4],[17,-6],[11,3],[4,-5],[4,-1],[2,-2],[5,4],[7,-2],[6,3],[11,-3],[5,8],[5,2],[8,14],[8,-6],[2,3],[5,2],[20,-7],[10,14],[1,5],[-4,13],[3,5],[2,-2],[5,1],[10,-5],[1,-3],[6,1],[9,-10],[4,-1],[7,-12],[9,8],[2,-1],[6,4],[7,-3],[6,1],[-4,16],[14,-11],[6,-1],[3,-4],[0,-5]],[[2150,5823],[-3,6],[-2,4],[-4,7],[-4,11],[-2,4],[-2,2],[-1,2],[-7,4],[-7,4],[-4,2],[-5,7],[-3,5],[-4,6],[-7,5],[-7,4],[-4,2],[-4,1],[-8,3],[-9,4],[-4,1],[-3,0],[-9,1],[-7,1],[-11,1],[-3,2],[-6,5],[-11,2],[-6,1],[-5,2],[-2,0],[-4,0],[-4,0],[-1,1],[-1,2],[-1,1],[-3,2],[-2,1],[-6,1],[-1,3],[2,4],[4,3],[2,3],[1,3],[2,3],[2,3],[7,1],[7,4],[7,-1],[2,-1],[5,-1],[1,0],[1,1],[5,7],[2,3],[1,2],[0,4],[2,8],[0,4],[2,11],[0,7],[1,4],[0,3],[0,1],[-6,11],[-2,2],[-4,7],[0,4],[1,4],[3,3],[0,9],[0,2],[0,3],[0,4],[-1,6],[0,1],[1,5],[1,0],[7,1],[5,0],[10,4],[3,1],[2,1],[9,0],[6,1],[4,2],[2,0],[4,1],[1,0],[9,2],[7,0],[3,1],[3,0],[2,1],[3,1],[2,1],[0,1],[1,2],[0,1],[1,2],[2,1],[10,-2],[3,-1],[4,-2],[4,0],[0,4],[1,5],[0,2],[-1,7],[0,8],[1,1],[-2,1],[-2,1],[-3,1],[-2,-6],[-1,-2],[-5,-9],[-2,1],[-1,4],[0,2],[0,1],[1,3],[1,5],[-1,0],[-3,0],[-7,-2],[-5,-4],[-5,-3],[-1,-1],[-3,-1],[-4,1],[-11,1],[-7,0],[-4,-1],[-7,-1],[-6,-1],[-11,-4],[-5,-2],[-4,-2],[-5,-3],[-4,-1],[-4,1],[-4,2],[-2,-6],[0,-1],[-2,-7],[-5,-6],[-3,-3],[-4,-1],[-2,-1],[-2,0],[-6,-3],[-1,-1],[-2,-1],[0,-1],[0,-2],[1,-2],[-1,-3],[-3,-2],[-2,0],[-2,0],[-2,0],[-3,0],[-4,-1],[-5,-4],[-4,-5],[0,-1],[-2,-3],[-2,-2],[-1,-1],[-5,0],[-7,-2],[-3,-2],[-3,-1],[-2,0],[-3,2],[-2,2],[-3,3],[-4,2],[-5,3],[-6,4],[-3,2],[0,1],[-4,3],[0,1],[-1,1],[1,0],[0,1],[0,2],[0,1],[-3,3],[-1,3],[-1,1],[-3,3],[-3,1],[-8,5],[-8,3],[-6,1],[-1,0],[-6,0],[-7,-2],[-2,-1],[-4,-2],[-2,-1],[-1,-1],[0,-1],[-1,-3],[2,-3],[1,-1],[1,-2],[2,-3],[0,-1],[0,-2],[0,-1],[-2,0],[-9,2],[-10,2],[-1,0],[-1,1],[-2,3],[0,1],[-1,1],[-2,1],[-3,1],[-2,0],[-2,0],[-2,0],[-2,1],[-9,4],[-5,4],[-8,4],[-4,2],[-3,1],[-3,1],[-4,1],[-5,1],[-7,2],[-1,0],[-1,2],[1,2],[1,4],[1,1],[1,0],[6,1],[9,1],[7,5],[5,9],[1,6],[0,2],[0,2],[-1,5],[-1,3],[-1,4],[-1,6],[-1,3],[-2,3],[-2,2],[-4,6],[-1,4],[-4,4],[-3,2],[-1,1],[-1,1],[-1,-1],[-1,0],[-2,0],[-2,0],[-7,4],[-3,3],[-1,2],[1,1],[2,2],[3,2],[4,2],[0,-1],[2,1],[3,1],[3,1],[2,2],[1,1],[1,2],[5,5],[7,7],[4,3],[2,1],[2,0],[8,6],[8,7],[5,-1],[3,-3],[2,-1],[11,1],[7,0],[0,1],[1,2],[-1,2],[-4,3],[-7,4],[-5,-1],[-1,0],[0,2],[1,3],[2,3],[4,4],[2,1],[-1,2],[0,1],[-1,3],[-2,2],[-3,3],[-2,2]],[[1825,6255],[3,7],[0,7],[11,4],[2,6],[4,1],[-1,3],[5,1],[3,-4],[-3,-5],[3,-1],[1,-6],[9,-5],[10,1],[4,3],[-1,2],[11,2],[10,-10],[3,3],[11,3],[4,-1],[7,2],[3,4],[0,21],[6,6],[2,5],[3,20],[4,-2],[2,2],[5,-6],[3,3],[6,-2],[4,3],[4,-2],[0,-6],[-7,-4],[14,-9],[10,5],[10,11],[21,4],[-1,-6],[2,-5],[-3,-3],[-3,1],[0,-4],[7,-6],[6,2],[6,-3],[7,7],[1,14],[-3,13],[17,5],[0,4],[10,-3],[12,5],[2,8],[-6,8],[6,22],[-2,7],[-4,-2],[0,3],[4,2],[-3,10],[1,6],[10,8],[3,8],[-1,11],[-8,10]],[[2071,6443],[4,11],[6,8],[5,2],[16,-2],[1,12],[7,8],[18,-3],[3,6],[14,9],[10,14],[3,-5],[-1,-17],[3,-2],[6,0],[14,16],[25,9],[15,0],[7,7],[2,5],[4,1],[12,-3],[9,5],[4,-5],[4,0],[9,-4],[9,1],[3,-3],[9,-1],[13,9],[10,-2],[6,-6],[4,-1],[8,2],[0,8],[15,5],[4,-1],[11,0],[7,-3],[1,6],[4,3],[1,3],[7,1],[-2,4],[3,17],[2,1],[5,14],[-1,3],[3,4],[2,1],[2,-3],[5,3],[3,-2],[7,4],[-2,3],[3,7],[2,0],[3,4],[6,-2],[8,1],[8,6],[3,-2],[14,2],[6,9],[12,9],[1,-4],[7,0],[14,5],[2,6],[-5,16],[-5,5],[2,6],[5,-3],[7,3],[3,-5],[7,3],[5,-3],[10,2],[5,-5],[4,1],[4,-5],[5,5],[3,1],[8,-7],[4,-9],[-1,-5],[9,-3],[2,-3],[-3,-5],[37,-8],[44,-15]],[[1118,6466],[1,0],[10,-4],[6,-1],[9,-3],[3,-1],[4,-1],[4,0],[4,0],[1,0],[2,-1],[3,-2],[2,-1],[6,-6],[1,-2],[0,-1],[-3,-7],[-4,-3],[-3,2],[-3,2],[-5,0],[-3,-2],[-1,0],[-9,-3],[-3,2],[-7,5],[-3,0],[-3,1],[-5,4],[-9,7],[-4,5],[-3,3],[0,1],[1,1],[0,2],[3,1],[6,2],[2,0]],[[4531,6804],[5,-1],[8,8],[5,-4],[3,7],[4,-6],[5,4],[1,-16],[-4,-7],[-4,-1],[-1,2],[-3,-3],[-1,-11],[6,0],[-1,-2],[-13,-3],[-6,-5],[0,-9],[-3,-5],[2,-3],[9,-2],[11,-7],[18,-19],[-4,-3],[6,-6],[-3,-4],[5,-4],[-2,-3],[5,-3],[-5,-7],[0,-4],[-2,1],[-16,-23],[-3,1],[-2,-3],[1,-2],[-4,-4],[-5,3],[-2,-2],[-1,-2],[2,0],[-2,-3],[2,-3],[-4,-4],[2,-1],[-5,-8],[2,-2],[3,3],[5,-4],[13,-12],[-1,-4],[2,-2],[3,1],[3,-4],[-1,-3],[-5,-3],[7,-4],[-16,-18],[35,-29],[-12,-13],[0,-2],[22,11],[5,7],[1,11],[2,6],[31,-22],[16,-1],[8,-5],[4,0],[0,-12],[10,-23],[-6,-4],[8,-12],[1,-3],[-1,-3],[7,-11],[-1,-6],[6,-6],[23,-3],[-3,-10],[11,-7],[6,3],[0,9],[5,5],[8,-1],[16,5],[0,12],[-3,2],[3,4],[-1,13],[10,6],[5,-5],[-2,-2],[-2,-8],[4,-4],[3,0],[2,3],[3,-2],[1,2],[3,-1],[5,3],[8,-8],[1,4],[8,0],[0,2],[4,-1],[0,2],[10,2],[1,-4],[4,-1],[-3,-3],[0,-4],[-3,-1],[1,-1],[5,2],[-3,-10],[11,3],[6,-4],[4,6],[11,3],[1,-5],[6,3],[1,5],[3,-1],[-3,7],[6,1],[1,3],[11,-4],[12,3],[16,-4],[3,8],[3,0],[10,-4],[7,1],[5,-3],[-1,-5],[4,-2],[3,6],[4,0],[4,4],[5,0],[1,-3],[2,1],[2,-5],[4,-2],[7,2],[8,-2],[11,6],[12,3],[1,-3],[0,-15],[5,0],[1,4],[4,3],[14,-28],[-1,-21]],[[3915,6508],[-7,-9],[-6,2],[-3,10],[2,3],[-1,3],[-8,10],[9,10],[5,3],[5,0],[2,4],[-1,3],[7,7],[-1,6],[4,6],[14,2],[20,16],[2,1],[4,-4],[5,-2],[8,4],[-3,8],[-6,5],[1,3],[7,7],[7,-3],[2,7],[3,-1],[8,14],[6,6],[-1,4],[5,8],[0,4],[8,3],[1,3],[3,0],[3,-3],[5,9],[-2,6],[1,6],[-10,8],[4,8],[-5,20],[2,14],[6,1],[4,8],[10,4],[4,-7],[-1,-6],[12,-12],[4,5],[-3,8],[1,3],[-5,4],[1,3],[5,3],[-5,3],[3,4],[1,12],[3,3],[12,3],[8,4],[1,6],[-3,0],[0,7],[-5,9],[0,6],[-7,4],[-6,17],[5,2],[4,6],[-1,10],[1,2],[3,0],[0,7],[4,4],[-3,4],[2,7],[-4,4],[-7,-4],[-11,2],[0,5],[-3,2],[-5,-2],[1,6],[-3,6],[2,3],[1,13],[-3,5],[6,3],[21,-3],[6,4],[2,12],[-1,4],[3,1],[0,5],[-7,0],[2,-4],[-2,-2],[-3,4],[-4,-3],[-3,2],[0,2],[-8,2],[2,4],[12,-1],[6,5]],[[4069,6928],[24,7],[3,-2],[-1,-4],[21,-1],[5,2],[8,7],[10,1],[2,-7],[0,-9],[5,2],[2,5],[4,1],[7,10],[13,8],[2,5],[12,5],[19,0],[-1,-2],[6,-7],[-2,-6],[-7,-4],[-5,0],[-17,-9],[-8,-8],[3,-10],[2,-2],[5,1],[2,-4],[12,6],[10,-3],[15,1],[4,-1],[-1,-8],[2,-2],[24,6],[4,-1],[2,-4],[-3,-3],[1,-6],[-4,-8],[7,-10],[0,-6],[5,-9],[10,-3],[0,-2],[3,0],[1,-2],[14,-1],[2,-8],[-4,0],[-2,-3],[2,0],[0,-3],[5,-3],[0,-5],[12,-4],[3,-19],[5,-2],[3,-5],[-8,-6],[4,-4],[2,2],[7,-1],[9,8],[9,2],[5,-1],[2,2],[7,-6],[2,-8],[3,-1],[-1,-2],[1,-1],[4,1],[1,2],[9,0],[10,3],[2,-5],[0,-3],[4,-6],[15,4],[9,-1],[1,8],[12,-6],[2,-4],[3,-1],[5,18],[6,10],[15,-12],[19,7],[2,7],[-3,5],[2,3],[-3,3],[0,5],[2,8],[-3,2],[5,3],[12,-4],[5,-5],[11,-6],[12,-12],[3,3],[4,-4],[4,-2],[0,3],[4,-3]],[[8342,7350],[3,-4],[-5,-4],[8,-4],[-2,-2],[4,-2],[-9,3],[-5,-2],[-8,1],[-2,5],[-1,-4],[-2,1],[-1,5],[-3,-3],[1,-6],[2,-2],[0,-7],[17,-6],[0,-9],[-6,-8],[0,-4],[-6,-12],[4,-3],[-2,-4],[4,-5],[-7,-5],[-3,-8],[1,-10],[-3,-7],[3,-5],[-6,-3],[-2,-5],[13,-10],[3,-9],[-9,-8],[-9,-16],[-4,-3],[21,-9],[4,-8],[5,-3],[11,-2],[11,2],[7,4],[4,5],[10,-3],[1,-3],[-3,-1],[-3,-10],[10,-1],[-1,-6],[5,-3],[1,-6]],[[7499,6746],[-2,7],[-4,5],[-4,1],[-1,6],[-7,1],[-1,4],[-2,1],[0,5],[-3,9],[4,2],[-1,4],[-5,0],[0,6],[-2,0],[-2,-11],[-6,-7],[-11,-1],[-5,-4],[1,-5],[-3,-1],[-1,3],[-6,-1],[0,3],[-5,0],[0,7],[-3,3],[2,3],[-4,5],[-1,8],[10,10],[1,11],[-5,4],[-1,11],[-3,9],[-3,1],[0,12],[-1,-3],[-7,-1],[-1,5],[-10,8],[-6,8],[-13,-6],[0,8],[-3,3],[-1,6],[-2,0],[-2,4],[-7,2],[-2,11],[-4,-3],[-6,6],[-4,1],[-1,-3],[-5,5],[-6,3],[-3,-2],[0,-5],[5,-8],[-1,-3],[-2,0],[-6,3],[-2,8],[-5,2],[-2,-1],[-4,4],[4,6],[3,-2],[-1,9],[8,8],[3,2],[10,0],[3,3],[-3,6],[-4,0],[-4,5],[4,3],[0,6],[10,7],[0,9],[5,0],[1,6],[-3,0],[2,4],[2,12],[-5,13],[5,1],[6,8],[4,3],[20,-1],[-1,9],[-6,9],[-2,8],[-21,20],[-7,-5],[-25,13],[3,9],[4,6],[2,12],[-7,7],[-21,17],[-9,-8],[-7,-10],[-1,5],[-23,26],[-6,11],[-5,3],[-5,12],[-4,5],[1,4],[-2,3],[3,6],[-14,3],[-6,6],[-12,0],[-4,-1],[-3,-6],[-5,3],[-11,-15],[-14,-6],[-6,11],[0,5],[4,5],[-3,5],[0,4],[4,6],[2,0],[4,4],[2,6],[5,3],[-10,3],[-14,1],[-10,9],[6,2],[3,-2],[7,5],[2,-2],[1,4],[15,12],[2,5],[9,1],[7,5]],[[7217,7255],[11,-7],[4,3],[3,-1],[6,-7],[6,2],[-3,5],[5,15],[19,4],[4,5],[7,1],[0,1],[5,-2],[0,-7],[6,-1],[2,7],[9,4],[11,0],[4,-2],[0,-8],[4,-7],[-2,17],[11,11],[10,2],[3,3],[-11,12],[3,3],[9,-4],[1,4],[16,-1],[1,-3],[6,-2],[3,-3],[17,-4],[7,5],[7,1],[1,9],[5,2],[4,16],[7,5]],[[7418,7333],[7,-10],[8,-4],[2,5],[11,5],[3,5],[11,-1],[2,3],[4,1],[1,4],[6,2],[2,-2],[2,2],[7,0],[5,-7],[13,-6],[12,1],[-5,-10],[4,-2],[-1,-3],[-12,-11],[5,-6],[-4,-4],[0,-6],[8,-8],[-9,-7],[-6,-11],[-12,-13],[-3,-7],[10,-3],[3,-6],[3,5],[3,-2],[8,2],[10,24],[-8,7],[17,1],[6,-3],[-4,-12],[-5,3],[2,3],[-4,0],[-5,-9],[2,-3],[-1,-4],[2,0],[-2,-5],[2,-2],[-5,-5],[9,5],[7,-12],[4,2],[-2,3],[1,5],[8,-3],[7,-14],[-7,-11],[6,-3],[0,-2],[-3,0],[2,-6],[3,2],[3,-3],[-4,-1],[-1,-6],[4,-8],[5,0],[4,3],[5,-4],[5,6],[5,-1],[5,7],[2,-3],[-1,5],[7,-3],[5,2],[1,-5],[11,6],[0,-3],[3,1],[4,2],[-2,3],[2,0],[4,0],[4,-6],[7,0],[6,4],[0,5],[-2,7],[-1,1],[-4,-3],[0,2],[12,9],[3,-2],[-2,-1],[2,-6],[3,-2],[2,-4],[0,-6],[-4,0],[0,-3],[3,1],[0,-4],[4,-3],[9,-1],[6,14],[5,-5],[6,8],[-1,2],[8,9],[-1,2],[2,4],[-4,8],[3,2],[-1,7],[-2,1],[2,5],[7,-3],[9,-1],[3,1],[-1,2],[4,4],[1,-4],[-3,-4],[-1,-7],[7,0],[2,-2],[8,5],[3,-3],[7,4],[2,-2],[8,1],[0,-4],[8,9],[6,2],[5,-1],[7,20],[3,-3],[3,0],[2,7],[6,-2],[3,7],[3,-1],[3,-8],[-2,-1],[3,-7],[0,-6],[6,-3],[4,0],[7,-5],[19,0],[16,11],[-3,-3],[2,0],[-1,-3],[1,3],[2,-2],[-2,-4],[5,3],[3,-1],[-1,-5],[-5,-4],[4,1],[-4,-6],[3,-4],[6,5],[5,-5],[5,1],[7,16],[9,6],[4,-1],[11,5],[2,-4],[7,-4],[14,8],[7,-3],[14,12],[0,2],[8,4],[15,-9],[7,-1],[1,-4],[3,-2],[-1,2],[4,-4],[0,3],[1,-2],[4,2],[-7,17],[-4,-1],[0,8],[5,3],[7,18],[6,2],[2,4],[6,0],[11,7],[9,-3],[2,-7],[-2,-15],[5,-4],[4,-12],[-3,-6],[7,1],[3,-4],[7,1],[8,-5],[1,4],[1,-6],[10,-6],[10,10],[6,-7],[9,1],[2,-2],[0,-4],[18,1],[-3,-6],[3,-2],[1,-6],[15,4],[-3,-6],[-1,-8],[2,7],[6,8],[9,-4],[2,-4],[3,-1],[9,22],[14,8],[4,9],[7,4],[4,-17],[5,0],[0,-3],[9,1],[8,9],[7,4],[6,9],[2,-1],[3,3],[5,10],[6,3],[4,8],[6,4],[-1,3],[3,0],[1,3],[6,2],[4,5],[10,4],[10,-1],[9,10],[29,8],[8,8],[12,7],[15,-2],[5,2]],[[5819,7223],[-1,-14],[6,-5],[4,-14],[8,8],[6,3],[-1,4],[4,2],[10,-1],[0,2],[5,-6],[16,0],[5,-4],[11,-14],[-1,-3],[10,-11],[7,-4],[-1,-15],[7,-1],[6,3],[2,-9],[-3,-2],[7,-5],[6,0],[2,-5],[3,-1],[-1,-10],[-6,-4],[0,-2],[4,-1],[3,-4],[9,-1],[1,-3],[5,-1],[6,-6],[4,-15],[-6,-4],[-11,-14],[4,-8],[2,3],[4,0],[5,-7],[-5,-5],[1,-3],[-3,-6],[-8,-10],[-17,-14],[4,-4],[9,-6],[19,13],[8,-3],[5,-4],[7,-17],[7,-10],[5,-20],[16,7],[1,9],[5,-10],[2,-1],[11,10],[1,6],[-5,15],[3,1],[20,-9],[3,-5],[2,-11],[-8,-8],[-2,-11],[7,-6],[4,-1],[4,7],[4,2],[6,-6],[-1,-4],[3,-4],[8,-3],[0,-4],[9,-14],[-4,-3],[-1,-11],[6,-3],[-1,-2],[14,-19],[-2,-1],[4,-5],[-3,-4],[4,-7],[-6,-3],[7,-8],[2,2],[1,-2],[4,0],[3,-7],[16,-13],[1,-14],[-5,4],[-6,-3],[-11,0],[0,-5],[2,-3],[3,-2],[2,-11],[11,1],[-3,-8],[13,3],[2,6],[-4,2],[5,4],[-2,10],[8,1],[5,-4],[7,-17],[2,-7],[-6,-17],[-2,-16],[-2,-2],[3,-2],[-7,-10],[7,-4],[6,5],[4,-2],[5,7],[6,-3],[7,3],[2,-4],[10,5],[9,-5],[7,0],[13,12],[6,-6],[-1,-4],[3,-4],[6,-1],[4,5],[9,-8],[9,7],[-1,10],[3,4],[10,-3],[9,3],[3,-3],[-2,-7],[2,-2],[-1,-4],[1,-3],[3,3],[6,0],[2,-4],[16,12],[6,-1],[-1,6],[4,6],[2,0],[5,7],[7,5],[2,-3],[2,2],[8,-4],[1,-15],[11,1],[4,5],[-3,13],[6,4],[-7,-3],[-3,4],[-3,1],[7,9],[4,-2],[11,0],[2,-11],[-4,-12],[10,-9],[5,-11],[7,-1],[8,-5],[6,-1],[9,4],[3,-1]],[[5521,6379],[-1,5],[-6,0],[-2,2],[1,6],[-1,4],[-5,5],[-4,-2],[-4,5],[-1,5],[-4,1],[6,9],[-7,13],[0,6],[-2,1],[3,9],[12,10],[-8,8],[0,4],[-11,1],[-5,12],[5,12],[-6,3],[-2,6],[-5,0],[-2,6],[-3,0],[-14,8],[3,3],[1,6],[-4,7],[-13,-10],[-3,5],[-4,2],[2,5],[-2,1],[-1,3],[3,1],[0,3],[-2,3],[3,3],[3,15],[-4,8],[3,4],[4,-1],[5,4],[14,1],[5,-3],[1,4],[6,0],[1,3],[3,0],[11,-7],[3,1],[2,3],[8,-1],[4,10],[4,0],[12,5],[6,6],[24,0],[4,16],[-3,12],[-6,0],[4,5],[-5,4],[-1,13],[11,0],[3,10],[-2,0],[1,6],[-5,7],[3,0],[-4,4],[-8,1],[-11,6],[12,7],[-1,6],[-3,4],[2,5],[-2,6],[4,1],[3,3],[-4,2],[-1,5],[6,1],[-1,1],[5,-2],[8,6],[1,-5],[9,4],[0,14],[7,2],[3,5],[9,1],[3,11],[8,5],[2,-1],[0,2],[5,-1],[4,11],[-1,4],[11,6],[2,16],[-4,0],[-2,3],[4,5],[-3,0],[0,5],[1,4],[-2,3],[3,4],[-6,6],[-3,-2],[-4,2],[-4,8],[1,3],[10,5],[3,-2],[0,3],[3,2],[-20,10],[0,4],[-2,0],[0,3],[-2,2],[4,5],[-5,0],[-5,6],[-13,4],[-7,8],[0,20],[-1,2],[-5,0],[-3,6],[-2,17],[-1,-2],[-12,2],[9,18],[-5,2],[-8,11],[-4,-1],[-4,-5],[-5,7],[0,6],[-7,1],[1,-4],[-12,3],[-7,7],[0,6],[-12,-2]],[[5494,6990],[-2,13],[2,7],[3,0],[10,10],[2,-1],[9,3],[1,2],[0,9],[5,0],[6,4],[2,-5],[3,3],[5,0],[5,14],[8,10],[-3,1],[0,4],[6,6],[3,8],[3,2],[8,-1],[-4,12],[2,9],[-14,6],[4,10],[-8,9],[6,9],[-6,0],[-3,3],[9,11],[0,5],[5,2],[2,4],[4,3],[-5,5],[0,5],[2,1],[-1,1],[8,18],[12,-2],[8,3],[6,-4],[8,1],[0,-6],[3,-3],[9,18],[4,2],[4,-1],[-1,2],[8,3],[1,-4],[4,-3],[1,4],[3,2],[10,-1],[3,7],[6,-2],[3,-7],[4,3],[7,-8],[15,7],[7,0],[14,-6],[2,3],[3,1],[0,5],[4,0],[1,5],[9,-1],[1,4],[5,-1],[-1,-4],[7,3],[0,-4],[4,-2],[4,0],[-1,4],[2,0],[7,-4],[6,0],[2,-3],[1,3],[8,0],[2,5],[4,0],[0,-7],[6,1],[-2,10],[3,13],[4,-1],[2,5],[5,1],[8,-4],[0,-3],[5,-3],[8,0]],[[5131,7152],[4,-12],[10,-15],[0,-6],[-4,-10],[4,-19],[6,-6],[6,-2],[4,2],[2,-5],[12,5],[0,-2],[1,3],[7,-6],[-2,-6],[5,-5],[15,-1],[1,-13],[8,3],[-4,-4],[1,-10],[2,0],[0,-5],[3,-3],[-2,-6],[3,-1],[0,-6],[-7,-1],[1,-3],[3,-1],[-8,-10],[6,-5],[-2,-4],[3,-5],[-7,-10],[-16,8],[-3,-9],[-5,-1],[2,-6],[-5,-1],[-5,-11],[-5,-3],[-1,-2],[-5,-1],[-1,-7],[5,1],[3,-3],[7,7],[2,-2],[1,2],[5,0],[10,-3],[21,-1],[-1,2],[12,14],[14,1],[8,-1],[3,-10],[19,0],[25,8],[4,-2],[13,-17],[5,2],[2,3],[12,-2],[3,2],[6,-2],[8,9],[2,5],[24,9],[-1,8],[-9,6],[-3,7],[11,-4],[2,-2],[3,1],[-1,2],[6,2],[3,-4],[5,6],[9,-3],[2,5],[2,-2],[1,1],[1,-4],[5,2],[2,-3],[-2,-5],[-7,-7],[2,-2],[-3,-8],[3,-11],[13,-2],[3,5],[8,0],[9,7],[12,16],[47,7]],[[4531,6804],[1,1],[-2,4],[0,3],[4,3],[-5,4],[6,11],[-2,4],[-4,0],[0,9],[-3,9],[5,1],[1,5],[17,-6],[3,6],[-8,4],[4,6],[14,-9],[14,-3],[0,-3],[5,1],[2,12],[8,0],[2,3],[5,-3],[-1,4],[3,2],[-2,3],[4,7],[-2,6],[2,1],[-1,5],[7,-2],[6,4],[3,-2],[4,5],[5,2],[3,-2],[-1,-2],[4,-3],[-2,-5],[3,-3],[3,5],[3,-1],[7,12],[13,-11],[4,2],[3,-3],[4,5],[8,-4],[1,3],[5,-6],[3,4],[4,-3],[3,7],[3,-2],[2,3],[3,-3],[5,8],[3,-5],[3,5],[7,-1],[2,13],[17,-8],[2,-3],[1,3],[5,-1],[0,7],[4,2],[4,-5],[11,-1],[-1,12],[4,-1],[2,5],[8,-2],[11,35],[8,-2],[5,18],[-10,0],[1,3],[-3,3],[8,15],[1,-1],[6,9],[11,-7],[3,7],[3,-2],[1,3],[13,-5],[0,12],[-3,1],[-1,4],[-9,2],[1,5],[-1,1],[4,8],[6,-1],[-2,-8],[5,-5],[6,15],[-5,4],[-3,12],[-3,3],[2,13],[0,4],[-3,0],[3,2],[-3,1],[0,5],[3,9],[4,3],[2,0],[6,6],[5,11],[-1,3],[2,1],[1,8]],[[4853,7117],[12,-2],[6,1],[3,3],[9,-1],[2,-4],[7,6],[1,6],[25,-1],[1,5],[10,8],[5,0],[-2,-11],[18,3],[19,-1],[-2,6],[-4,0],[-2,12],[11,-3],[2,3],[6,-4],[3,10],[-2,0],[0,3],[4,3],[0,5],[10,7],[2,3],[-2,2],[3,1],[0,-3],[4,-2],[2,-6],[5,2],[4,-4],[-1,-3],[3,-2],[4,5],[4,-3],[0,3],[2,-1],[-6,-16],[10,1],[-4,-8],[-1,-11],[6,2],[3,7],[4,1],[-1,2],[3,5],[3,-1],[0,-2],[7,1],[9,-5],[12,23],[3,1],[1,-1],[3,2],[2,-3],[2,3],[-1,-6],[5,1],[5,-12],[4,1],[5,-4],[2,-5],[6,4],[2,-4],[17,7],[1,-1],[2,2],[-1,3],[3,2]],[[6890,7526],[7,-3],[3,1],[4,-5],[-1,-8],[2,-2],[-12,-10],[1,-12],[6,-8],[0,-3],[2,-2],[-6,-6],[2,-1],[-3,-2],[2,-2],[-3,-2],[5,-9],[8,-2],[13,3],[4,9],[10,12],[2,-2],[2,-20],[3,-2],[4,-15],[7,1],[6,-4],[5,0],[16,3],[1,-3],[-2,-8],[4,-4],[1,1],[0,-5],[14,-18],[15,5],[4,-9],[16,-10],[-2,-9],[9,1],[-1,-3],[4,-4],[0,-3],[7,-3],[3,6],[7,-6],[19,-7],[4,-6],[10,2],[2,-5],[5,-2],[6,8],[8,-8],[8,1],[0,-7],[11,-12],[3,-9],[6,-5],[8,-1],[6,-5],[13,2],[6,-9],[-2,-11],[4,-10],[16,-13],[2,4],[2,0],[4,-11],[4,-2],[6,-1],[4,3],[3,-4]],[[6696,6843],[2,1],[6,-1],[-7,8],[4,8],[7,5],[1,5],[-8,4],[-8,17],[-6,7],[-20,4],[-2,3],[8,4],[5,-2],[11,6],[8,1],[1,7],[-2,5],[8,1],[6,5],[5,14],[8,-5],[14,1],[10,-3],[17,-8],[10,-2],[11,2],[0,10],[-4,15],[8,5],[4,8],[4,1],[-10,9],[2,6],[-3,5],[1,7],[9,7],[-2,4],[8,17],[4,3],[-3,12],[-14,4],[-3,7],[2,3],[6,1],[4,3],[-4,11],[-6,-2],[5,6],[0,4],[-2,0],[3,4],[-2,7],[8,2],[3,7],[-5,4],[-7,13],[5,14],[-7,2],[-2,6],[-8,-2],[0,10],[-8,11],[6,9],[13,8],[-1,3],[-6,4],[-6,-3],[-5,2],[-1,2],[-4,1],[0,4],[-4,0],[-5,5],[-5,-2],[-1,4],[-5,-3],[-3,2],[-5,5],[-8,4],[3,22],[-8,5],[-5,-2],[-6,3],[-1,-2],[-9,4],[-2,-3],[-6,-2],[-3,5],[2,4],[3,2],[-10,14],[-4,2],[-5,0],[7,8],[-5,3],[-1,4],[-3,1],[1,8],[-4,5],[-6,2],[-3,-1],[-3,5],[-13,6],[0,3],[-5,1],[2,5],[-3,2],[5,-1],[6,4],[7,0],[-2,6],[6,17],[-1,12],[2,5],[6,1],[5,8],[-5,14]],[[6673,7369],[3,6],[7,-3],[15,2],[8,5],[12,-4],[8,1],[-1,-2],[12,-4],[12,0],[6,-5],[6,2],[-3,2],[0,8],[-8,15],[9,14],[-2,3],[-3,-1],[-6,-4],[-3,0],[-3,7],[-1,16],[-4,6],[3,2],[2,-3],[5,1],[0,3],[4,2],[5,-3],[3,-1],[4,3],[1,-1],[4,6],[5,4],[3,-1],[6,7],[6,-1],[5,3],[7,-3],[1,4],[-5,0],[1,6],[-2,1],[1,5],[-2,1],[4,7],[-5,9],[-2,-2],[-3,4],[2,4],[-23,5],[-25,-3],[7,19],[9,-1],[2,9],[13,3],[6,-8],[12,1],[4,-2],[0,-4],[13,-1],[6,8],[12,3],[11,11],[19,-14],[8,15],[3,-5],[8,4],[4,-2],[2,3],[9,-5]],[[5819,7223],[5,27],[-5,-2],[-8,1],[0,3],[3,-3],[3,2],[0,4],[-9,4],[-4,-2],[3,10],[-1,4],[4,-1],[4,14],[-4,11],[-4,3],[3,6],[-6,2],[-1,7],[-4,3],[7,1],[0,3],[4,-1],[0,4],[3,-1],[3,2],[1,-3],[3,2],[5,5],[1,-2],[4,2],[4,-2],[0,6],[-7,19],[-13,14],[6,6],[6,0],[2,-3],[9,-3],[7,3],[1,-2],[4,1],[13,12],[4,0],[-2,4],[5,0],[0,2],[-2,3],[-5,2],[-1,13],[-2,-1],[-4,7],[5,6],[8,4],[6,10],[15,0],[-8,15],[21,5],[4,3],[0,4],[11,-1],[1,3],[-2,2]],[[5915,7460],[3,-2],[0,-3],[3,-3],[-1,-11],[12,3],[2,-20],[6,2],[7,-8],[1,-7],[12,8],[3,-3],[5,-9],[-3,-7],[4,-14],[-1,-4],[4,-7],[3,3],[0,-4],[5,3],[1,-4],[3,2],[3,-3],[10,4],[4,-2],[4,3],[11,-6],[4,3],[15,0],[1,2],[1,-1],[2,1],[0,-3],[2,2],[1,-4],[11,-1],[6,-4],[0,-2],[5,3],[7,-3],[7,2],[1,-3],[1,3],[3,-6],[3,0],[13,-8],[4,3],[5,2],[1,2],[1,-1],[1,2],[5,0],[10,15],[1,5],[-5,1],[-1,17],[3,2],[0,7],[2,-1],[-1,4],[-6,1],[-1,8],[6,-2],[6,3],[1,-2],[5,0],[1,-3],[4,2],[3,-3],[5,-1],[1,5],[-3,0],[6,8],[2,15],[5,1],[0,4],[23,-3],[6,20],[7,9],[1,-5],[5,-1],[2,3],[-2,0],[0,2],[5,23],[9,6],[3,5],[14,-2],[5,-3],[5,3],[6,0],[5,7],[3,-3],[7,13],[1,3],[-5,1],[2,5],[10,14],[35,-15],[12,15],[11,7],[3,-2],[6,3],[13,-5],[7,1],[5,-2],[2,2],[10,-3],[7,15],[4,-2],[-2,-2],[4,-4],[8,-3],[7,5],[6,1],[2,-2],[9,5],[6,-6],[3,2],[8,-10],[3,-5],[-2,-6],[-3,0],[2,-1],[-1,-6],[1,-4],[4,2],[3,-7],[-1,-4],[-7,-7],[4,-8],[-8,-5],[8,-16],[4,-4],[-13,-16],[10,-15],[13,-4],[-1,-2],[23,-21],[11,-12],[29,-15],[20,-2],[3,-3],[2,1],[12,-7],[11,9],[2,-3],[5,1],[0,-6],[5,1],[-2,-13],[6,1],[7,-4],[2,10],[2,2],[1,-1],[2,5],[13,9],[11,-2],[1,6],[2,-1],[13,2],[5,-2],[3,2],[12,0],[-6,-3],[0,-7],[2,-3],[6,1],[0,-2],[2,0],[1,-4],[5,2],[6,-1],[2,-6]],[[4039,7022],[-1,-7],[3,1],[4,-3],[3,0],[2,-5],[7,-2],[9,-12],[5,-3],[4,3],[3,-2],[4,2],[8,-5],[10,0],[17,-14],[-1,-5],[4,-5],[-2,-4],[-13,1],[-8,-2],[-3,2],[-5,-4],[-4,2],[-10,-1],[4,-11],[-10,-20]],[[3237,6576],[5,7],[-4,26],[-4,12],[-7,1],[-14,-3],[-8,4],[-3,3],[0,5],[-3,4],[-1,8],[-6,6],[6,7],[6,3],[0,6],[3,1],[-1,2],[11,-4],[0,12],[4,1],[6,-2],[5,3],[9,-6],[0,4],[4,2],[-7,6],[1,3],[7,2],[-2,2],[1,6],[-2,6],[-5,5],[-7,0],[-2,5],[-6,-1],[-6,2],[5,5],[0,3],[-3,4],[2,4],[-5,6],[6,5],[1,-2],[-2,-1],[0,-3],[2,-2],[3,2],[2,6],[-1,5],[14,7],[10,-3],[4,4],[9,-1],[2,-2],[4,3],[0,5],[9,-3],[6,5],[11,3],[3,8],[7,3],[3,3],[-18,9],[4,6],[-3,4],[2,4],[-4,0],[2,4],[-3,2],[1,5],[-6,4],[0,5],[3,7],[-5,0],[-17,6],[5,17],[-6,15],[8,8],[9,-6],[8,4],[1,3],[17,5],[-4,2],[-1,-1],[10,8],[7,-2],[15,-1],[6,-3],[6,20],[-1,2],[-5,0],[-1,2],[-4,0],[0,3],[3,6],[-3,6],[13,7],[-1,2],[3,2],[0,5],[-5,5],[0,5],[-16,5],[1,5],[4,4],[-1,2],[-7,-4],[-2,2],[4,4],[0,5],[7,3],[0,6],[-6,-2],[-1,5],[-3,1],[20,15],[22,9],[18,20],[12,5],[-4,10],[5,9],[-3,7],[-3,0],[-3,9],[-2,0],[-3,14],[2,1],[0,3],[-3,7],[4,-1],[5,6],[4,12],[-1,6],[4,3],[1,5],[3,0],[-3,16],[-4,5],[-4,0],[-3,8],[0,13],[3,1],[-2,6],[6,3],[18,-6],[0,2],[-7,3],[-4,14],[1,8],[12,3],[5,7],[10,-1],[4,2],[5,-6],[4,0],[5,10],[5,-4],[3,6],[3,1]],[[3460,7215],[0,-4],[3,-3],[-1,5],[10,0],[1,6],[10,0],[-1,6],[1,2],[6,0],[1,2],[2,-1],[3,3],[4,-2],[0,-7],[5,1],[3,-8],[30,-3],[2,4],[-5,9],[11,18],[4,-1],[5,3],[11,-1],[7,13],[-3,4],[8,9],[5,-1],[6,2],[10,1],[6,3],[0,4],[-8,8],[0,5],[5,0],[8,-7],[4,-1],[2,2],[-3,8],[2,6],[7,0],[5,-3],[16,12],[12,-1],[7,3],[5,-2],[7,3],[4,9],[4,-1],[3,-5],[3,2],[6,-3],[8,2],[6,-8],[4,1],[1,-2],[4,2],[11,-8],[-2,-2],[4,-3],[10,-3],[2,-5],[4,-1],[2,-15],[10,-13],[-1,-9],[-6,-5],[3,-20],[-2,-5],[4,-7],[0,-14],[3,-4],[0,-10],[3,-4],[-2,-6],[-3,0],[1,-10],[6,-7],[1,-4],[8,-8],[6,2],[-1,4],[3,1],[7,-4],[3,-12],[8,-2],[17,2],[9,-8],[6,11],[12,-15],[-4,-1],[-5,-7],[0,-5],[6,-4],[0,-4],[7,-3],[0,-4],[2,2],[3,-3],[8,-2],[4,-6],[-1,-10],[7,1],[13,-5],[28,0],[3,-3],[9,3],[4,-4],[-2,-4],[4,-3],[3,1],[-5,17],[2,6],[4,3],[8,4],[9,-4],[5,-6],[7,0],[0,-6],[3,-1],[1,-2],[-1,-5],[5,-4],[4,-6],[5,-9],[-2,-4],[8,-4],[5,-17],[4,2],[6,-12],[13,-9],[27,15]],[[1941,6960],[23,-29],[-1,-9],[2,-3],[-1,-5],[4,-4],[-7,-13],[1,-10],[15,0],[1,6],[-3,7],[11,3],[1,2],[22,0],[5,3],[8,-8],[-3,-3],[2,-10],[-8,-6],[-4,-1],[-1,-4],[-8,-1],[-5,2],[-12,-3],[-11,2],[-14,-12],[-12,-15],[-2,-10],[6,-6],[-6,-8],[-4,-2],[1,-10],[4,0],[15,6],[8,0],[6,3],[4,-1],[5,-5],[1,2],[4,-1],[1,-2],[4,2],[9,-5],[5,1],[2,-3],[1,-6],[6,-3],[22,5],[5,-5],[8,-16],[2,1],[3,-5],[5,0],[1,-7],[6,-5],[2,-7],[-3,-3],[3,-2],[0,-3],[3,-1],[10,-14],[-1,-5],[-4,-1],[3,-5],[-3,-5],[-10,-3],[-3,2],[3,-7],[-4,-3],[-4,2],[-2,-5],[1,-3],[-1,-8],[14,-18],[-7,-3],[1,-7],[-4,-3],[5,-5],[8,-1],[9,7],[6,2],[3,9],[6,8],[3,-12],[-2,-3],[1,-14],[3,-4],[8,-3],[-9,-17],[-14,-6],[0,-9],[-3,-14],[-4,0],[-1,-4],[-10,-7],[-9,0],[-1,-7],[-8,0],[-4,-3],[0,-7],[2,-1],[28,2],[0,-13],[15,1],[3,-9],[0,-4],[-33,-1],[-2,-2],[2,-3],[-4,-4],[-13,-7],[9,-13],[-5,-19],[3,-3],[-1,-5],[13,-7],[1,-9],[-8,-20],[8,-4],[4,3],[2,-8],[-3,-2],[-4,2],[0,-4],[5,-4]],[[1825,6255],[-5,1],[-2,0],[-1,0],[0,-1],[-5,-3],[-2,-3],[-2,1],[-2,0],[-2,2],[-2,2],[-2,2],[-3,8],[2,3],[2,2],[3,5],[0,4],[0,3],[-1,2],[-2,4],[0,1],[-2,2],[-2,3],[-1,3],[0,2],[0,2],[0,1],[1,1],[1,1],[1,1],[2,1],[7,-1],[1,-1],[5,-4],[1,-1],[1,-5],[3,-3],[1,0],[1,0],[1,1],[4,3],[0,1],[-1,1],[-4,-2],[-1,-1],[-1,0],[-2,1],[0,1],[1,0],[1,-1],[1,0],[2,1],[3,2],[5,2],[7,3],[5,0],[5,0],[2,-1],[-3,2],[-4,2],[-4,1],[-4,2],[-2,3],[-4,4],[-8,4],[-2,1],[-3,1],[-8,3],[-3,1],[-8,4],[-2,2],[-1,1],[-1,0],[-1,1],[-5,1],[-5,1],[-8,0],[-2,0],[-3,-3],[-2,-2],[-2,-5],[-3,-4],[-4,1],[-4,2],[-3,0],[-3,1],[-8,1],[-2,0],[-3,0],[-2,0],[-2,0],[-4,-1],[-1,-1],[-1,-1],[-1,-3],[-1,-1],[-3,-3],[-4,-3],[-1,0],[-2,0],[-5,0],[-1,2],[1,2],[-1,2],[-4,6],[-5,1],[-10,2],[-1,0],[-1,-1],[-2,-2],[-1,-5],[-4,-10],[-5,-6],[-3,1],[-5,3],[-1,0],[-1,1],[-3,1],[-7,3],[-3,1],[-3,0],[-1,0],[-2,0],[-3,0],[-3,0],[-2,-1],[-2,-1],[0,-1],[-1,0],[0,-1],[-2,-2],[-3,-1],[-5,-2],[-5,0],[-4,0],[-6,-1],[-1,0],[-2,-1],[-2,-1],[0,-1],[-4,-4],[-3,-2],[-3,-1],[-8,1],[-7,1],[-9,5],[-2,1],[-3,1],[-2,1],[-3,3],[-1,1],[0,2],[1,1],[0,2],[1,5],[0,2],[-2,5],[-7,8],[-2,3],[-4,3],[-4,4],[-5,3],[-3,1],[-1,0],[-2,0],[-3,0],[-4,-1],[-2,1],[-3,2],[-5,6],[-2,2],[4,10],[4,4],[5,1],[3,-2],[4,-1],[5,3],[4,-1],[4,-5],[3,-5],[6,-5],[2,-3],[4,1],[2,1],[9,0],[4,-7],[2,-1],[1,3],[0,3],[0,3],[-1,5],[-1,3],[1,2],[1,0],[1,0],[2,-1],[8,-3],[1,-3],[-1,-3],[-1,-1],[0,-2],[1,-3],[1,0],[2,-1],[3,0],[0,2],[0,2],[-1,3],[1,1],[3,2],[3,1],[7,-4],[0,-3],[4,-5],[7,-3],[5,1],[3,1],[8,3],[4,3],[3,3],[2,8],[0,7],[0,4],[3,4],[3,2],[1,7],[0,4],[-2,11],[0,2],[0,3],[-1,3],[-1,3],[-1,0],[-4,0],[-3,-1],[-6,3],[-6,5],[-5,4],[-3,1],[-6,2],[-4,2],[-1,0],[0,2],[-1,2],[1,2],[2,1],[7,-3],[2,-1],[3,-1],[5,-4],[5,-3],[2,0],[2,0],[2,1],[-4,4],[-4,3],[-4,2],[-3,6],[1,5],[0,1],[0,3],[-3,2],[-1,1],[-1,-2],[0,-6],[0,-1],[-1,-1],[-2,-1],[-2,0],[-4,-3],[-4,-4],[-7,-3],[-9,0],[-10,-1],[-8,-2],[-8,0],[-6,1],[-3,3],[-1,1],[-4,-1],[-1,-1],[-1,-3],[0,-5],[1,-4],[1,-3],[2,-3],[1,-1],[0,-1],[-2,-3],[-3,0],[-2,0],[-6,3],[-4,3],[-3,0],[0,-1],[-1,-1],[-1,-2],[0,-2],[1,-10],[2,-6],[-2,-5],[-1,1],[-2,4],[-7,8],[-1,0],[-3,2],[-2,-1],[-1,0],[-1,-5],[0,-3],[-1,-1],[-2,0],[-3,4],[-1,3],[0,1],[0,1],[1,0],[0,1],[1,-1],[2,1],[2,2],[1,2],[0,4],[-1,2],[-8,4],[-1,1],[-2,-1],[-1,-1],[-1,-9],[2,-8],[0,-2],[0,-1],[-2,0],[-1,2],[-1,2],[0,7],[-2,6],[-1,2],[-3,7],[0,11],[1,1],[0,1],[3,2],[-7,3],[-4,1],[-2,10],[-3,10],[-6,9],[-1,1],[-1,0],[-1,-4],[2,-5],[3,-10],[3,-8],[3,-1],[2,-3],[1,-5],[2,-6],[1,-3],[-1,-1],[-5,-3],[-2,-5],[3,-5],[1,-4],[0,-5],[-2,-3],[0,-2],[1,-4],[2,-3],[2,-1],[3,-1],[5,-6],[3,-6],[2,-3],[6,-5],[1,-2],[-1,-2],[0,-1],[-1,0],[-1,0],[-4,0],[-7,2],[-7,0],[-4,3],[-4,2],[0,6],[-1,3],[-1,2],[-3,4],[-5,1],[-2,1],[-3,3],[-1,6],[-1,4],[-3,0],[1,-4],[1,-4],[2,-7],[3,-6],[1,-3],[0,-1],[-7,0],[-5,1],[-1,1],[-3,5],[-1,7],[0,1],[-4,7],[-1,1],[-2,3],[-1,1],[-2,-1],[-1,-1],[0,-1],[1,-6],[2,-6],[3,-8],[1,-2],[-1,-1],[-2,0],[-2,1],[0,1],[-1,1],[-4,6],[-4,7],[-4,2],[-3,-6],[-3,-4],[-5,-3],[-1,0],[-2,0],[-4,0],[-2,-1],[-3,-2],[0,-1],[-3,-1],[-3,-1],[-3,-1],[-2,-1],[-7,9],[-1,1],[0,1],[0,3],[1,0],[1,0],[1,0],[-4,7],[-5,5],[-4,6],[-2,3],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-1],[1,-10],[0,-5],[3,-8],[-1,-9],[-1,-3],[0,-1],[-1,-5],[-1,-11],[-1,-13],[1,-4],[0,-1],[3,-5],[0,-7],[4,-5],[2,-4],[-1,-4],[1,-4],[0,-3],[5,-5],[7,-5],[1,-1],[3,-3],[1,-2],[1,-4],[1,-3],[0,-1],[1,0],[2,-2],[3,-1],[1,-1],[1,0],[-1,-1],[-3,1],[-2,1],[-1,1],[0,1],[-1,1],[-2,1],[-5,-1],[-4,1],[-4,2],[-4,1],[-5,1],[-3,0],[-4,1],[-3,4],[-3,6],[-2,7],[-2,11],[0,4],[0,3],[-1,3],[-1,5],[0,3],[5,7],[3,4],[1,1],[4,10],[0,1],[0,3],[-3,11],[0,2],[0,7],[0,8],[-1,4],[-2,6],[-2,7],[-1,2],[-1,2],[-3,5],[-3,5],[-1,1],[-2,2],[-6,5],[-3,1],[-7,3],[-5,4],[-3,7],[-2,2],[-2,4],[-3,5],[1,8],[1,7],[-2,5],[0,8],[2,3],[4,5],[3,5],[3,4],[1,1],[2,1],[8,-2],[5,-3],[2,0],[1,0],[4,6],[5,9],[8,3],[2,1],[1,2],[-1,1],[-4,-1],[-5,-2],[-4,-3],[0,-1],[-1,-1],[-2,0],[-1,0],[-3,1],[-2,1],[-1,1],[-1,1],[1,1],[2,2],[1,-1],[4,1],[3,0],[2,3],[0,4],[0,4],[1,4],[4,2],[1,-1],[-1,-3],[-1,-2],[1,-2],[2,-3],[6,-2],[1,0],[1,1],[0,1],[1,3],[0,7],[1,8],[0,1],[1,1],[2,0],[2,-1],[4,-1],[3,-2],[3,-3],[-1,4],[-1,1],[0,1],[-2,1],[-1,0],[-2,1],[-5,0],[-5,0],[-8,-6],[-6,4],[7,7],[-1,-1],[0,-1],[0,-1],[1,-1],[2,1],[1,3],[-1,3],[-2,1],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-2,0],[-1,2],[-1,1],[1,1],[1,2],[5,4],[6,7],[-10,-2],[-2,-1],[-3,-4],[0,-4],[0,-5],[-2,-2],[-2,-1],[-4,1],[-2,0],[-1,0],[0,1],[-1,4],[-7,2],[-2,1],[-1,1],[0,1],[-2,1],[-2,-4],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[3,1],[1,1],[5,0],[4,-5],[-2,-6],[-1,-3],[0,-4],[2,-4],[2,-5],[-1,-3],[-3,-3],[-2,2],[-3,2],[-5,-1],[-4,-3],[-4,-4],[2,-2],[3,-1],[3,-2],[-1,-2],[-3,-2],[-3,-1],[-5,1],[-2,2],[-1,2],[0,3],[0,1],[0,1],[0,1],[1,1],[-2,-1],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-2],[6,-4],[5,-4],[-2,-4],[-2,-3],[-4,-4],[-3,-2],[-1,-3],[1,-4],[2,-1],[0,-1],[1,-2],[0,-6],[0,-2],[-1,-6],[-1,-1],[-6,5],[-4,3],[-4,5],[-4,4],[-2,1],[-2,1],[-4,4],[-4,4],[-3,2],[-8,7],[-4,3],[-2,1],[-8,4],[-2,1],[-4,1],[-6,3],[-4,1],[-3,1],[-3,0],[-8,1],[-2,0],[-2,0],[-2,-1],[-2,-1],[-1,0],[-1,-1],[-1,2],[0,2],[5,1],[4,-1],[4,2],[5,2],[3,0],[2,-2],[6,-4],[8,-4],[1,-1],[1,0],[2,-1],[6,-3],[1,0],[1,0],[1,0],[0,1],[1,2],[0,1],[-4,8],[-1,2],[-2,3],[-3,1],[-5,-1],[-6,-1],[-3,1],[-1,0],[-1,2],[5,3],[4,2],[-6,-1],[-7,-2],[-4,1],[-5,1],[-4,-1],[-3,-1],[-2,-3],[-1,0],[-1,0],[-1,0],[-5,5],[0,2],[3,1],[3,-3],[2,2],[4,4],[1,2],[1,2],[-1,2],[0,1],[-2,7],[2,6],[5,-2],[4,0],[3,4],[3,2],[4,3],[6,9],[1,3],[2,8],[2,6],[1,3],[5,0],[2,2],[2,2],[2,4],[0,2],[-1,1],[-1,1],[-3,2],[-3,2],[0,1],[0,2],[2,4],[0,1],[4,0],[5,1],[0,1],[1,0],[0,1],[0,1],[-1,3],[-6,-5],[-5,-3],[-2,-4],[0,-3],[1,-1],[0,-1],[1,0],[3,-2],[1,-2],[0,-1],[1,-3],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-4,-1],[-4,-2],[-5,-6],[-6,-7],[-2,-6],[-1,-2],[-6,-5],[-2,0],[-4,-2],[-2,0],[0,1],[-2,5],[-1,6],[-1,5],[-2,3],[-3,2],[-3,5],[-4,8],[-3,7],[-4,9],[-2,6],[-4,7],[-1,6],[1,3],[0,1],[1,4],[-1,9],[-1,-2],[-1,-4],[2,-4],[0,-1],[-1,-3],[0,-1],[-1,-1],[-1,-1],[-1,-1],[1,-5],[4,-7],[3,-9],[5,-7],[1,-3],[2,-3],[0,-1],[-1,-1],[1,-6],[2,-5],[1,-1],[2,-2],[2,-1],[4,-5],[1,-4],[1,-3],[-2,-7],[-2,-8],[-2,-3],[-3,-3],[-1,-4],[-2,-5],[-1,-3],[-6,-7],[-4,-6],[-2,0],[-3,-1],[-3,1],[-3,0],[-3,1],[-2,0],[-10,-1],[-3,0],[-5,-1],[-4,-3],[-4,-2],[-2,-1],[-3,0],[-3,3],[-1,3],[-7,7],[-3,1],[-2,2],[-4,7],[-5,7],[-4,3],[-3,5],[0,2],[-2,7],[0,3],[-1,2],[-1,2],[-4,5],[-2,2],[-1,1],[-1,1],[-3,4],[-1,3],[-2,4],[-2,7],[0,5],[0,3],[3,8],[4,8],[0,1],[1,1],[0,4],[0,2],[-3,3],[-3,3],[-1,1],[-3,2],[-1,0],[-1,2],[-2,8],[-1,4],[0,4],[1,2],[0,2],[2,3],[3,2],[4,3],[1,2],[0,1],[1,3]],[[1101,6667],[3,-1],[-2,-9],[4,-1],[2,-7],[11,-4],[3,-4],[2,0],[3,1],[6,11],[12,1],[3,8],[3,2],[-2,12],[2,5],[6,0],[6,5],[8,1],[5,-1],[1,-4],[2,-1],[6,0],[-3,4],[1,7],[0,12],[-4,11],[2,3],[0,3],[-10,3],[2,2],[7,-1],[2,2],[-4,3],[0,6],[7,3],[3,-2],[5,9],[-2,6],[-5,3],[-3,9],[6,8],[1,6],[-3,1],[-2,3],[-2,-1],[-1,7],[-3,0],[-5,8],[-4,-7],[-7,-4],[-2,1],[-7,-6],[-5,0],[-3,-3],[-3,4],[-1,-11],[-3,-4],[0,2],[-7,1],[-3,4],[0,6],[-3,1],[1,8],[-5,8],[-4,2],[-10,-2],[-5,2],[-4,3],[-4,10],[-10,-3],[-3,5],[-6,3],[-1,-3],[-7,1],[-1,-3],[-3,1],[-5,-6],[-4,5],[-5,1],[-8,-1],[-7,-8],[-6,2],[-2,3],[-1,-3],[-2,2],[-3,0],[-6,22],[-7,8],[-4,9],[3,0],[-2,14],[-5,0],[1,6],[-4,5],[1,11],[-9,0],[-3,5],[-5,-1],[-2,4],[-5,1],[1,2],[6,0],[-4,18],[7,7],[-6,5],[-7,1],[-8,-4],[-5,1],[3,8],[-4,9],[10,7],[2,2],[-5,3],[1,5],[10,7],[-3,1],[-2,5],[12,4],[1,6],[20,1],[10,4],[14,12],[14,6],[13,3],[7,6],[11,3]],[[1072,7013],[7,-6],[6,1],[6,-3],[24,3],[17,5],[4,-9],[5,5],[6,-1],[1,-4],[2,1],[4,4],[0,5],[17,-13],[-3,-4],[-4,0],[-6,-9],[2,-7],[6,-2],[6,-7],[7,3],[4,8],[3,0],[3,-5],[12,9],[1,4],[3,1],[3,-2],[4,3],[7,-1],[4,6],[4,0],[3,-6],[6,-5],[-1,-11],[5,-1],[1,7],[12,-2],[1,2],[0,-4],[6,3],[0,-2],[-3,-3],[3,0],[1,-5],[3,-3],[5,2],[2,-4],[3,6],[6,-3],[2,5],[10,4],[5,-1],[1,-4],[3,3],[3,0],[-1,-3],[10,-4],[-3,11],[5,0],[2,7],[8,5],[12,-7],[7,3],[4,7],[3,-10],[11,5],[-1,4],[4,1],[3,9],[-5,5],[0,9],[4,4],[1,6],[7,0],[3,7],[3,-2],[2,3],[1,-3],[6,1],[3,-4],[5,2],[2,5],[3,2],[5,-6],[11,2],[5,-5],[8,2],[5,-9],[10,2],[-4,-6],[6,-9],[-1,-11],[4,-2],[7,1],[-3,-7],[1,-4],[12,0],[8,8],[19,4],[6,-4],[15,-3],[5,-2],[8,1],[6,-7],[1,-5],[4,-1],[2,-3],[13,-7],[7,-1],[18,6],[9,-2],[-2,-5],[11,-9],[1,-7],[5,-4],[-1,-9],[4,-7],[-1,-6],[3,-3],[-2,-2],[0,-4],[3,-4],[9,12],[3,18],[2,1],[5,-4],[14,5],[0,-4],[14,-1],[2,7],[2,2],[2,-1],[13,12],[6,1],[4,-3],[-1,-3],[3,-5],[4,-3],[-4,-4],[4,-2],[0,-7],[-3,0],[4,-9],[-4,-5],[2,-6],[-6,-5],[-2,-14],[-1,-3],[-4,-2],[5,-8],[-1,-5],[-3,-1],[1,-3],[8,-5],[-2,-4],[4,-6],[1,5],[3,0],[3,4],[0,-6],[3,-1],[3,3],[5,-4],[2,1],[6,8],[18,13],[8,17],[9,-5],[3,2],[-2,3],[2,3],[9,2],[-3,5],[2,6],[-2,5],[3,2],[-4,1],[-1,4],[3,-1],[11,9],[-1,2],[3,1],[12,23],[-2,11],[-4,1],[-6,7],[-2,5],[2,2],[15,3],[15,-5],[2,1],[-3,4],[1,7],[5,1],[6,-8],[1,2],[11,1],[0,6],[3,4],[21,0],[9,-6],[4,-13],[17,-15],[0,-15],[5,-10],[6,-4],[6,15],[8,-1],[1,-6],[10,3],[-2,3],[3,3],[-1,5],[4,2],[3,-1],[2,3],[5,-3],[3,1],[0,-3],[6,2]],[[5011,7620],[3,-2],[2,-8],[3,0],[6,-6],[10,-1],[5,3],[0,-5],[5,-1],[-1,-1],[7,-8],[-7,-7],[3,-8],[16,8],[1,-12],[7,1],[3,7],[-4,1],[3,3],[-2,2],[4,6]],[[5075,7592],[3,2],[-1,2],[10,-11],[7,0],[6,-4],[4,8],[4,0],[1,-26],[4,-1],[1,1],[5,-1],[5,3],[4,-1],[3,5],[6,0],[0,-4],[3,-2],[-1,-3],[8,5],[9,3],[3,-1],[-1,-4],[6,-6],[-2,9],[4,-3],[2,2],[-3,1],[5,0],[4,6],[1,-3],[8,1],[18,9],[7,-7],[1,-14],[2,-3],[-1,0],[7,-5],[-2,-3],[3,-5],[4,1],[0,-4],[3,3],[2,-2],[-1,-1],[6,-7],[-1,-2],[4,-1],[4,3],[7,2]],[[5246,7534],[7,-3],[-1,-3],[4,-8],[-10,-3],[0,-7],[-2,-2],[-3,1],[-5,8],[-3,-2],[-2,-5],[-1,3],[-2,-1],[-4,-7],[-3,-2],[2,-3],[-3,-2],[5,-6],[4,0],[-4,-9],[1,-10],[-3,0],[-1,-2],[-6,2],[-8,-4],[7,-8],[0,-8],[10,-2],[2,-8],[-2,-10],[-4,-2],[-1,-3],[-10,-5],[2,-11],[7,0],[-1,-3],[-8,-1],[1,-7],[-3,-2],[-9,-15],[-2,0],[0,-4],[8,1],[-10,-19],[2,0],[-1,-8],[7,-1],[0,-8],[4,1],[1,-4],[-3,-7],[1,-1],[-2,-10],[-6,-3],[2,-6],[-2,-1],[3,-4],[-2,-3],[3,-2],[-4,-3],[3,-6],[-5,-4],[6,-6],[-2,-3],[2,-2],[-5,-6],[5,-2],[-1,-9],[8,-2],[7,-12],[13,-15],[-17,3],[-1,-3],[-12,-9],[-3,4],[-4,-1],[-6,2],[-1,-3],[-6,-4],[8,-7],[-11,-8],[-12,-1],[-2,-3],[2,-5],[-3,-1],[-3,3],[-9,-8],[3,-2],[3,1],[2,-3],[2,0],[-2,-6],[-4,2],[-4,-7],[3,-13],[-3,3],[-12,-1],[-7,-4],[-6,3],[1,-9],[6,-6]],[[4853,7117],[-14,1],[1,5],[4,0],[1,3],[-5,1],[-2,-3],[1,3],[-6,-1],[-2,10],[-2,1],[10,10],[1,-3],[3,0],[1,6],[-4,5],[5,5],[-9,13],[4,4],[-1,11],[11,8],[-3,2],[-1,3],[-4,0],[3,7],[-1,3],[-10,3],[6,9],[-1,5],[3,7],[-21,5],[-11,-3],[-2,3],[3,4],[-4,3],[1,3],[3,0],[0,4],[5,0],[1,6],[-2,1],[-1,3],[2,5],[-2,0],[4,7],[-6,1],[-1,7],[-2,2],[0,6],[-5,1]],[[4804,7293],[1,2],[-4,1],[0,2],[-2,-1],[2,7],[-2,1],[2,4],[-2,0],[7,8],[5,-1],[1,16],[5,11],[4,4],[-2,3],[3,1],[-2,4],[12,10],[4,0],[-1,-2],[8,0],[-2,10],[-5,2],[0,-5],[-13,8],[0,7],[-2,-5],[-2,0],[-6,5],[1,14],[1,2],[9,-4],[10,2],[9,-8],[3,5],[10,-3],[13,2],[-1,12],[5,8],[0,3],[8,10],[0,4],[-2,1],[1,12],[14,2],[0,5],[2,-1],[3,5],[0,2],[-5,-1],[0,4],[-5,0],[-4,10],[-5,1],[2,1],[-1,5],[2,3],[-5,2],[-10,-2],[2,4],[-6,4],[1,12],[11,-3],[4,23],[6,0],[2,8],[13,-1],[0,3],[3,1],[8,-6],[5,9],[-2,1],[2,4],[7,-4],[-1,9],[3,0],[6,12],[-3,5],[5,3],[-7,9],[1,2],[-4,1],[3,4],[9,2],[2,2],[5,-4],[6,-1],[3,5],[-2,4],[4,0],[6,9],[7,-5],[4,7],[4,1],[5,1],[4,-5],[2,1],[3,10],[-2,7],[-3,2],[3,2],[7,1],[0,-4],[6,-3],[2,3],[11,-2],[-2,6]],[[2912,7338],[7,-4],[2,2],[4,-6],[2,-10],[4,0],[0,-5],[4,-1],[-1,-2],[5,0],[4,-5],[-3,-3],[3,-4],[-1,-7],[2,-3],[9,4],[2,8],[8,-3],[2,2],[3,0],[-2,-20],[10,-6],[1,-4],[8,1],[4,5],[4,0],[4,3],[5,-1],[8,5],[1,5],[-8,1],[1,2],[-8,4],[-1,4],[5,8],[4,1],[2,-3],[6,-1],[5,6],[4,-2],[-3,-3],[1,-3],[7,0],[7,3],[-2,7],[5,2],[2,6],[4,-2],[0,3],[5,-3],[1,-4],[-2,-3],[5,-1],[-3,-7],[4,-9],[-1,-13],[3,-3],[10,8],[10,7],[4,0],[14,14],[1,-2],[6,2],[8,-4],[6,9],[3,-5],[6,1],[1,7],[7,4],[1,6],[7,7],[4,-2],[4,3],[-1,6],[5,5],[3,-3],[4,2],[0,-3],[7,-3],[1,3],[7,-3],[2,1],[2,5],[2,1],[-1,4],[5,1],[4,-2],[7,4],[6,-4],[3,2],[7,-7],[5,1],[5,-2],[9,5],[3,-2],[-2,-8],[7,-4],[11,-3],[-1,-6],[11,-4],[2,5],[-4,4],[0,3],[4,5],[9,1],[0,8],[11,14],[19,-8],[3,4],[2,-3],[0,-10],[9,1],[3,6],[-1,4],[-4,1],[7,4],[2,5],[7,0],[7,10],[-4,6],[-11,6],[11,10],[-1,5],[1,3],[3,2],[6,-6],[9,-2],[2,-2],[6,6],[10,-9],[3,-7],[6,-4],[1,-4],[4,1],[2,-4],[18,-10],[-1,-8],[-3,-2],[-4,2],[-5,-3],[-7,-8],[1,-8],[3,2],[8,-8],[0,-10],[4,-6],[-3,-3],[5,-5],[-3,-8],[2,-7],[7,-5],[22,-6],[22,3],[2,8],[13,-5],[1,-9],[-5,-16],[3,-5],[-3,-3],[3,-8],[-3,-5],[1,-1],[0,-12],[2,-3],[-4,-5],[3,-6]],[[2655,6627],[3,10],[7,-1],[2,2],[-1,5],[4,5],[1,14],[-6,8],[4,5],[6,0],[2,2],[2,-2],[3,7],[6,3],[-1,7],[-5,7],[1,9],[3,3],[7,0],[4,6],[0,14],[5,5],[4,12],[-3,8],[5,4],[-1,5],[0,14],[4,8],[5,2],[5,0],[1,3],[3,-3],[1,3],[5,1],[-1,4],[2,4],[-2,2],[2,6],[16,2],[2,-2],[9,0],[9,-6],[5,4],[11,0],[4,5],[14,5],[1,5],[3,3],[-2,1],[0,9],[-11,22],[5,6],[-2,4],[3,2],[-5,7],[4,13],[4,3],[-13,10],[-6,12],[-3,28],[-4,9],[0,25],[-3,11],[-7,-1],[1,7],[-3,2],[2,4],[-4,3],[5,27],[-9,8],[4,11],[-3,1],[-1,10],[-4,2],[2,7],[-3,2],[0,5],[-4,4],[-2,13],[2,6],[4,5],[2,16],[4,4],[2,6],[15,14],[4,9],[6,7],[-10,22],[1,10],[2,5],[-2,4],[-4,0],[8,14],[-7,13],[0,6],[-12,15],[2,7],[-4,13],[3,10],[9,8],[-1,11],[2,6],[-1,2],[-4,0],[1,3],[-4,5],[2,5],[-4,0],[6,3],[-6,5],[2,5],[-1,7],[7,3],[-2,4]],[[2769,7345],[6,2],[0,5],[5,-6],[3,0],[3,-4],[5,0],[1,-4],[7,-2],[0,-2],[3,1],[3,-7],[4,1],[6,-4],[9,5],[11,0],[1,7],[4,0],[2,3],[0,10],[5,4],[6,-3],[16,-1],[2,-3],[-2,-5],[1,-3],[8,-4],[1,-2],[6,1],[4,-3],[8,4],[6,1],[2,-2],[7,4]],[[5260,7652],[3,-1],[-4,-9],[6,-2],[-4,-7],[1,-4],[-5,-2],[0,-5],[-2,1],[1,-5],[4,-3],[10,3],[6,-12],[-9,-3],[-3,1],[3,-7],[-4,-6],[-3,0],[-5,-6],[7,-6],[0,-4],[-3,-1],[-7,-10],[-1,1],[-3,-10],[-2,1],[-2,-5],[1,-6],[8,-6],[-8,-2],[1,-3]],[[5075,7592],[-7,4],[1,2],[-2,1],[12,24],[-1,8],[-4,1],[5,21],[-1,-3],[-4,1],[-1,2],[6,2],[4,7]],[[5083,7662],[8,-1],[6,3],[3,-3],[5,1],[26,13],[5,-4],[14,-2],[5,-6],[15,-1],[2,2],[1,12],[4,6],[-4,5],[-12,5],[-6,-1],[-1,-4],[-8,1],[-2,2],[-2,-2],[2,-6],[-7,-2],[3,15]],[[5140,7695],[9,0],[4,5],[8,-3],[5,5],[9,1],[1,4],[18,0],[1,-5],[6,2],[6,-8],[1,2],[2,-4],[4,1],[3,-5],[4,1],[4,-6],[-3,-1],[1,-1],[4,-2],[2,1],[10,-10],[7,-3],[-2,-5],[1,-4],[15,-8]],[[8690,7906],[9,-3],[7,-2],[2,-1],[3,-1],[5,-2],[1,0],[1,0],[1,1],[2,3],[2,0],[1,0],[5,0],[3,0],[0,3],[-3,2],[1,3],[1,1],[4,-1],[3,-2],[7,-2],[5,0],[1,1],[1,1],[3,1],[1,-4],[0,-1],[-1,-1],[0,-2],[0,-1],[1,-3],[2,0],[1,1],[6,2],[7,-2],[1,0],[3,0],[2,1],[3,1],[1,2],[0,1],[3,5],[1,2],[2,1],[3,0],[3,0],[1,1],[1,2],[2,5],[2,-1],[7,-3],[2,-1],[1,0],[4,-6],[6,-4],[3,-4],[4,0],[4,-2],[4,-2],[2,-6],[2,-2],[8,-3],[1,0],[3,4],[1,2],[0,1],[1,1],[2,2],[4,4],[3,2],[3,-1],[6,-2],[5,-2],[2,-1],[1,-1],[1,-1],[1,1],[2,1],[3,1],[0,1],[1,3],[2,4],[2,6],[1,1],[2,0],[7,-3],[0,-3],[1,-3],[2,-1],[5,-4],[3,-1],[4,-4],[1,-4],[4,-7],[1,-2],[3,-1],[1,0],[1,0],[1,1],[1,1],[1,0],[1,1],[3,0],[2,0],[3,-1],[2,-1],[3,-2],[3,-3],[3,-2],[2,-1],[2,-1],[8,-2],[8,-2],[5,-4],[5,-4],[2,-4],[1,-3],[1,-1],[2,-2],[0,-1],[4,-1],[7,-3],[8,-2],[4,-1],[8,-3],[4,-1],[2,-1],[5,-2],[2,-2],[5,-2],[3,-1],[1,0],[3,0],[7,0],[5,2],[1,0],[3,0],[4,-1],[8,-1],[1,-1],[1,-3],[-1,-3],[0,-1],[1,-1],[2,-1],[4,3],[4,3],[1,1],[1,1],[1,0],[1,0],[2,1],[1,0],[1,-1],[1,0],[1,-1],[0,-1],[1,-1],[3,-6],[-3,-1],[-17,-6],[-3,-2],[-1,-1],[-2,-3],[-2,-2],[-3,-7],[-1,-3],[-4,-8],[-1,-2],[-6,-7],[-2,-4],[-2,-2],[-2,-4],[-3,-4],[-2,-2],[-4,-8],[-4,-6],[0,-2],[-4,-7],[-3,-7],[-2,-5],[-4,-11],[-1,-4],[-3,-9],[-2,-5],[-2,-6],[0,-1],[-2,-8],[-1,-5],[0,-2],[-1,-4],[0,-3],[-2,-4],[-5,-8],[-5,-6],[-2,-2],[-5,-6],[-3,-2],[-2,-2],[-3,-1],[-2,0],[-2,-1],[-2,0],[-1,1],[-2,0],[-2,1],[-1,0],[-2,0],[-2,0],[-4,-1],[-2,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[0,-2],[-2,-12],[-1,-3],[-2,-3],[-1,-2],[-2,-1],[-2,-2],[-3,0],[-2,0],[-2,-1],[-2,1],[-2,0],[-6,2],[-1,0],[-2,0],[-1,0],[-2,-1],[-2,-1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[0,-2],[-1,-7],[0,-1],[0,-6],[0,-10],[0,-4],[-2,-4],[-1,-1],[-2,-3],[-9,-11],[-4,-4],[-11,-14],[-1,-1],[-4,-5],[-2,-2],[-3,-4],[-9,-11],[-1,-1],[-4,-5],[-6,-4],[-13,-8],[-9,-4],[-3,-1],[-1,-2],[-2,-2],[-1,-3],[-1,-5],[-2,-9],[-2,-5],[-4,-7],[-11,-17],[-3,-5],[-2,-3],[-1,-5],[0,-6],[1,-5],[3,-13],[0,-2],[0,-9],[-1,-4],[-1,-10],[2,-14],[1,-3],[-1,-4],[-1,-5],[-3,-5],[-2,-3],[-1,-2],[-3,-2],[-6,-3],[-7,-5],[-3,-2],[0,-3],[0,-9],[0,-4],[-1,-10],[0,-4],[-1,-4],[-1,-6],[-1,-3],[-6,-14],[0,-2],[-6,-13],[0,-3],[-2,-5],[-4,-9],[-1,-4],[0,-1],[0,-1],[-2,-6],[0,-8],[0,-2],[1,-6],[1,-9],[1,-1],[1,-4],[1,-8],[1,-2],[3,-13],[1,-5],[0,-3],[0,-3],[-1,-2],[0,-2],[-2,-2],[-1,-2],[-2,-2],[-2,-2],[-2,-1],[-12,-5],[-2,0],[-3,-2],[-2,-1],[-3,-3],[-2,-3],[-1,-2],[-2,-2],[-1,-5],[0,-2],[0,-12],[-1,-3],[-1,-2],[-3,-14],[-1,-5],[-1,-3],[0,-1],[0,-1],[-5,-19],[-2,-5],[0,-4],[-2,-5],[-1,-2],[-2,-2],[-2,-1],[-6,-4],[-2,-2],[-2,-3],[-2,-3],[-3,-9],[-5,-12],[-10,-13],[-2,-3],[-3,-4],[-1,-1],[-3,-4],[-1,-2],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-3],[1,-2],[0,-4],[0,-1],[0,-2],[0,-2],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-2],[-2,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1]],[[8342,7350],[-2,2],[-2,-2],[0,2],[-5,-1],[-5,5],[-4,-4],[-10,2],[-1,-5],[-7,10],[-4,1],[10,14]],[[8312,7374],[8,-8],[16,9],[6,-1],[3,-6],[5,-3],[8,-1],[2,6],[12,-5],[3,5],[10,5],[4,11],[6,4],[11,0],[17,27],[9,10],[6,4],[-6,4],[0,5],[8,8],[2,10],[4,2],[2,8],[-12,4],[10,1],[4,5],[0,5],[8,5],[0,4],[7,9],[-27,3],[-2,9],[-5,1],[2,0],[-10,20],[3,3],[9,-1],[3,8],[1,13],[5,2],[9,15],[4,22],[11,9],[3,6],[-5,2],[-6,14],[-3,1],[-1,11],[-3,3],[-6,1],[-5,4],[-7,-5],[-1,7],[-5,1],[-4,5],[4,6],[8,3],[-4,4],[-8,-6],[-12,12],[-4,1],[-3,-1],[4,-6],[-3,-4],[-2,2],[-1,4],[-4,3],[-8,1],[-8,6],[7,6],[-7,10],[-8,-3],[2,-5],[-19,3],[-4,-4],[2,-2],[-3,-5],[4,-13],[-16,-10],[-1,-6],[3,-5],[-28,-9],[-5,-7],[-7,8],[0,6],[14,7],[0,5],[-12,5],[-12,-1],[-4,6],[5,12],[-2,14],[10,3],[4,-3],[4,-1],[0,3],[5,0],[9,3],[1,4],[-3,3],[0,5],[-10,2],[-21,-6],[2,3],[-1,5],[2,-2],[-6,3],[2,6],[-5,-1],[-2,3],[-4,0],[-4,5],[-26,12],[-9,-2],[-14,4],[7,11],[-4,14],[-4,1],[2,4],[-11,1],[3,11],[2,1],[2,-5],[3,-1],[4,-5],[7,3],[6,5],[-2,6],[7,10],[0,7],[3,6],[3,-2],[25,-3],[-4,14],[3,4],[4,-1],[2,1],[-3,0],[0,2],[2,0],[-2,1],[4,1],[-3,2],[-1,-1],[2,3],[-4,2],[-1,4],[1,4],[2,-1],[-1,4],[2,-2],[0,4],[2,3],[3,-1],[2,7],[5,6],[-5,4],[5,10],[-2,5],[18,22],[-6,10],[-1,7],[5,8],[6,-6],[5,2],[5,7],[3,-1],[1,-5],[5,1],[5,-4],[-4,-4],[-8,-1],[0,-6],[3,-2],[0,-11],[3,-5],[4,0],[2,-3],[-4,-5],[1,-3],[4,1],[1,-12],[4,-5],[-1,-9],[24,1],[0,-4],[8,4],[7,-6],[0,-6],[7,0],[10,-15],[21,8],[8,-3],[3,-4],[7,-1],[6,-4],[11,-2],[2,-3],[-3,-4],[2,-3],[-2,-8],[11,0],[0,-3],[14,-11],[5,5],[7,0],[10,10],[7,-6],[11,0],[16,8],[14,1],[15,7],[3,-5],[16,-1],[4,-11],[10,-7],[10,-1],[3,-3],[5,4],[7,-12],[14,4],[-3,0],[1,3],[-2,3],[11,13],[7,2],[4,10],[-3,3],[9,16],[0,2],[-4,3],[1,2],[16,21],[-4,4],[0,4],[3,1],[6,11],[6,3],[8,15],[-3,5]],[[5083,7662],[-27,11],[-9,5],[-4,-5],[-4,0],[2,6],[-10,2],[-3,4],[1,7],[-19,8],[5,16],[9,7],[6,-2],[3,6],[15,-1],[3,7],[24,15]],[[5075,7748],[44,2],[7,-4],[3,-15],[7,-4],[2,-7],[2,-25]],[[5011,7620],[-2,10],[-8,3],[-3,-4],[3,7],[-6,7],[-13,-1],[2,3],[-3,0],[-1,5],[2,0],[-6,10],[-4,1],[-2,-4],[-10,5],[-4,21],[0,5],[4,7],[6,-1],[-7,9],[5,13],[-6,0],[10,14],[0,6],[4,7],[22,13]],[[4994,7756],[41,36],[20,8]],[[5055,7800],[26,-7],[4,-4],[1,-7],[-2,-6],[-9,-12],[-4,-2],[4,-10],[0,-4]],[[5055,7800],[-2,8],[7,8],[5,-4],[2,1],[9,-6],[4,2],[4,-4],[7,13],[7,-3],[3,8],[5,1],[13,-3],[9,-12],[6,-4],[7,4],[1,-2],[5,2],[7,-5],[6,2],[10,-2],[5,10],[1,-2],[8,7],[4,-2],[4,7],[2,-2],[2,2],[-2,1],[4,0],[2,4],[7,3],[-1,4],[4,2],[0,3],[3,1],[6,14],[6,1],[6,-3],[-1,3],[3,0],[0,4]],[[5233,7861],[4,2],[7,-1],[1,-4],[-4,0],[0,-2],[3,0],[3,-4],[-1,-2],[3,1],[4,-15],[-4,-2],[2,-5],[-10,1],[-1,-1],[18,-26],[4,-16],[5,-1],[0,-8],[-7,-5],[-2,-4],[0,-12],[2,-2],[-6,-4],[4,-5],[-2,-5],[-10,-1],[-1,-2],[-5,-1],[-2,-3],[3,-6],[5,-1],[-3,-6],[2,-5],[-2,-4],[3,3],[3,-3],[8,-2],[-1,-4],[-3,-1],[1,-3],[-7,-2],[9,-20],[1,-9],[2,2],[3,-6],[1,-12],[-3,-3]],[[4518,7790],[7,-7],[-3,-7],[5,-6],[3,4],[13,-3],[5,-10],[0,-2],[-5,-3],[1,-3],[7,-7],[2,-5],[7,-3],[-2,-9],[-3,0],[-3,-7],[-2,1],[-2,-6],[1,1],[6,-6],[2,-1],[1,3],[12,-7],[4,0],[-4,-17],[14,-5],[-3,-6],[-7,-1],[-3,-3],[3,-3],[5,-12],[-7,-4],[1,-6],[-3,0],[1,-5],[-1,-5],[2,-2],[-4,-2],[1,-9],[3,-3],[0,-2],[2,-1],[0,-1],[3,-2],[-5,-9],[3,-2],[-2,-2],[18,-1],[1,-3],[11,-10],[-4,-12],[-3,0],[-19,-27],[4,-1],[-12,-6],[6,-4],[-2,-3],[6,-4],[2,3],[8,-6],[4,0],[-5,-15],[3,-3],[-5,-4],[1,-5],[13,-14],[0,2],[7,-3],[7,3],[1,-4],[-4,-3],[9,-7],[-1,-6],[6,-4],[-2,-6],[7,-9],[1,4],[4,-4],[3,5],[5,2],[4,-3],[-6,-2],[3,-4],[4,3],[7,-3],[8,3],[3,-9],[-12,-21],[6,-4],[-1,-4],[13,-5],[3,3],[3,-3],[5,0],[1,4],[8,-2],[6,-5],[-2,-5],[3,-6],[6,-4],[1,-3],[6,2],[-7,-27],[1,-10],[-1,-9],[3,0],[2,-10],[4,0],[1,-2],[-4,-8],[8,-6],[-4,-3],[2,-2],[-1,-1],[7,-6],[-1,-7],[24,1],[2,-15],[3,0],[1,-6],[8,1],[9,-8],[23,-1],[2,7],[9,3],[1,10]],[[4039,7022],[8,3],[-2,8],[6,1],[5,4],[6,1],[0,3],[-20,32],[0,6],[-7,10],[-3,1],[3,4],[-4,6],[5,7],[0,6],[3,3],[7,3],[-9,3],[-11,11],[-2,-2],[0,2],[-4,-1],[-4,-4],[-5,2],[5,7],[-1,3],[6,4],[-1,9],[10,11],[1,7],[4,3],[11,1],[3,5],[4,0],[7,-7],[2,3],[8,1],[1,5],[-2,-1],[-1,3],[9,-4],[6,2],[7,9],[2,-5],[6,2],[12,18],[5,-4],[5,4],[-1,5],[2,-2],[4,7],[2,0],[2,7],[8,8],[6,1],[-4,11],[1,8],[3,1],[5,9],[7,4],[6,7],[-2,5],[-3,-2],[-8,1],[-7,14],[-4,1],[-4,19],[14,7],[0,11],[-10,6],[9,5],[9,21],[-11,2],[-4,5],[-8,1],[-8,6],[6,6],[1,3],[2,0],[3,3],[-10,11],[-1,-2],[-20,14],[-10,2],[-8,-1],[-12,10],[-2,28],[-6,-2],[-4,3],[-9,-1],[-1,6],[5,14],[5,4],[-7,3],[0,9],[2,4],[-5,6],[0,5],[-5,3],[3,8]],[[4051,7511],[9,11],[4,0],[5,-2],[9,7],[7,2],[-3,6],[6,6],[-2,5],[4,10],[13,7],[6,-10],[5,1],[1,-2],[8,3],[0,-4],[11,5],[7,0],[6,4],[4,8],[11,6],[3,-4],[6,-2],[5,3],[12,0],[3,7],[5,-3],[1,-4],[3,0],[3,4],[-3,2],[1,7],[7,3],[1,5],[12,11],[2,-2],[2,-9],[6,4],[2,-2],[3,7],[0,-4],[2,1],[4,-6],[4,5],[1,-5],[4,2],[3,-4],[0,5],[4,4],[-1,11],[7,0],[-5,4],[1,1],[-3,13],[3,6],[9,-4],[11,0],[-2,-6],[3,-7],[5,-2],[-2,-2],[20,4],[14,-7],[11,-8],[6,5],[-5,0],[-2,4],[16,3],[8,-5],[-2,-7],[11,-1],[0,5],[12,2],[6,4],[15,-7],[7,0],[8,10],[8,8],[6,1],[2,4],[7,-3],[2,10],[-2,5],[-13,22],[2,4],[0,8],[2,6],[19,12],[4,5],[1,5],[6,5],[12,1],[7,5],[4,-2],[16,10],[2,16],[4,8],[-7,2],[-1,10],[-3,4],[2,2],[-7,10],[8,3],[1,10],[13,3],[8,-4],[6,5]],[[2134,7406],[-9,-6],[-3,-9],[-6,2],[-4,-5],[-2,-9],[-4,0],[-6,13],[6,3],[-2,4],[2,3],[-8,3],[-2,4],[-11,-3],[-7,3],[-6,0],[-2,6],[-3,-1],[-5,8],[-3,0],[-7,6],[-2,10],[2,6]],[[2052,7444],[1,0],[0,2],[-5,3],[-3,2],[-1,1],[-1,1],[0,1],[0,5],[0,5],[-1,1],[-1,0],[-2,1],[-3,0],[-1,1],[-1,0],[0,1],[0,2],[0,3],[1,1],[6,0],[9,1],[7,4],[7,-2],[8,-3],[4,0],[2,1],[3,1],[7,3],[6,2],[4,-3],[4,-5],[-2,-4],[-1,-2],[1,-2],[2,-1],[2,0],[1,0],[2,1],[2,0],[3,1],[1,0],[1,-1],[2,-1],[0,-6],[-1,-5],[-1,-4],[2,-5],[3,-3],[4,-4],[1,-3],[1,-3],[4,-6],[5,1],[5,-3],[0,-2],[1,-4],[-5,-1],[-1,-1],[-3,-4],[2,-4],[1,-1]],[[2428,7466],[4,-6],[0,-6],[14,-9],[-2,-4],[7,-3],[-4,-12],[1,-8],[7,2],[3,-2],[0,-5],[6,-8],[-3,-3],[-3,2],[3,-3],[-4,-3],[2,-4],[-6,-6],[3,-6],[10,-7],[-2,-3],[1,-5],[4,-3],[-1,-3],[6,-5],[-1,-3],[1,0],[6,-8],[3,-20],[4,2],[2,-4],[5,-2],[5,3],[5,-3],[6,2],[11,-10],[-4,-6],[9,-10],[5,-2],[3,3],[5,-3],[8,2],[11,-6],[7,5],[3,6],[8,1],[6,5],[-3,9],[7,10],[7,-5],[-2,7],[2,0],[1,5],[5,2],[2,-4],[3,3],[8,0],[9,11],[6,0],[1,6],[5,9],[1,6],[-3,4],[13,10],[3,0],[2,-3],[5,-3],[10,0],[2,1],[3,-2],[2,3],[5,-1],[0,4],[5,-7],[1,-4],[4,-3],[17,1],[8,-11],[6,-2],[5,1],[4,4],[11,-1],[1,-3],[9,-6],[22,-4]],[[1941,6960],[3,11],[3,1],[1,3],[2,-2],[2,5],[8,0],[5,-8],[11,1],[0,5],[-8,3],[0,7],[5,3],[6,1],[6,10],[-1,12],[3,9],[-1,7],[2,4],[-4,0],[0,4],[-2,3],[10,3],[8,-7],[11,3],[-1,10],[-3,2],[0,4],[3,11],[0,12],[2,2],[2,-1],[5,5],[4,0],[10,8],[1,-3],[18,1],[12,-8],[-3,6],[5,0],[6,9],[-10,1],[-3,3],[2,5],[7,-1],[14,3],[4,8],[-4,9],[9,0],[9,5],[4,-4],[-2,-4],[16,-6],[2,-4],[7,1],[0,-2],[4,1],[4,0],[-2,11],[5,-2],[0,7],[3,2],[3,-1],[10,4],[1,-7],[5,-4],[5,2],[0,5],[-7,6],[8,4],[-2,7],[4,2],[-9,28],[13,-1],[13,5],[-3,14],[-7,0],[-3,8],[2,5],[-1,7],[6,3],[-2,3],[2,4],[-2,3],[7,2],[-9,6],[5,6],[-3,4],[2,1],[1,9],[-5,2],[-6,8],[3,7],[-3,3],[3,7],[4,2],[2,-1],[7,6],[3,8],[-1,7],[-5,3],[2,1],[1,5],[13,5],[-4,10],[-1,2],[-3,-1],[-1,9],[0,4],[8,2],[0,10],[-3,5],[-2,15],[-3,-1],[-3,4],[3,6],[-6,6],[-12,-15]],[[2171,7373],[-4,2],[-4,-2],[-5,0],[-1,1],[0,2],[4,6],[2,5],[0,1],[-1,6],[-7,8],[-4,8],[-3,7],[-2,5],[-1,1],[1,1],[3,1],[2,-1],[5,-3],[7,-6],[1,0],[3,0],[1,0],[0,1],[0,1],[-1,1],[-3,4],[-4,6],[-5,3],[-9,2],[-2,0],[-2,-1],[-4,2],[-4,2],[-3,2],[-2,2],[0,4],[-1,9],[0,10],[0,2],[-1,2],[-5,6],[-4,1],[-1,5],[0,8],[0,1],[0,2],[1,1],[1,1],[3,0],[4,1],[1,0],[3,2],[2,1],[8,5],[4,4],[4,8],[1,1],[0,1],[0,1],[0,1],[-1,1],[0,5],[2,1],[3,1],[8,-1],[1,-1],[1,-1],[1,0],[2,0],[6,2],[1,0],[1,2],[0,2],[-1,3],[-1,0],[-2,1],[-1,0],[-1,-1],[-2,1],[2,2],[3,-1],[2,0],[1,1],[2,0],[7,2],[7,-2],[6,-1],[5,-1],[4,1],[1,1],[2,2],[2,2],[4,2],[2,0],[2,-3],[1,0],[3,0],[5,4],[5,3],[4,4],[6,5],[1,0],[0,-1],[0,-2],[-1,-4],[-2,-2],[-1,-4],[1,-3],[1,-4],[3,-6],[4,-4],[-6,-6],[-8,-6],[-3,-2],[-1,-1],[-1,-2],[0,-2],[1,-4],[0,-1],[-1,-2],[-1,-2],[-3,-5],[0,-7],[1,-5],[0,-1],[4,-8],[4,-5],[4,-4],[2,-3],[2,-1],[2,-2],[1,0],[2,-1],[11,-4],[14,-3],[7,-1],[3,0],[4,-2],[5,0],[5,-1],[5,1],[6,1],[14,1],[4,0],[6,1],[8,1],[8,1],[4,2],[7,1],[3,0],[1,-1],[2,-1],[1,0],[18,5],[45,12]],[[5586,7971],[6,-6],[10,0],[8,-4],[10,2],[3,-4],[8,2],[5,-6],[14,-2],[-8,-17],[9,-6],[6,-8],[4,-8],[0,-10],[5,0],[1,-1],[0,-5],[-7,-2],[2,-3],[-3,-4],[1,-4],[-3,-1],[1,-2],[-11,-7],[5,-7],[-1,-5],[9,1],[5,-4],[7,-1],[-1,-4],[2,1],[2,-5],[3,0],[2,-7],[10,-3],[0,-4],[3,1],[-1,-6],[2,-1],[1,-4],[8,0],[4,-3],[7,-22],[-2,0],[4,-4],[-2,-4],[4,-6],[4,-2],[9,3],[14,9],[5,-15],[0,-14],[12,-12],[3,2],[1,-2],[7,8],[2,-1],[1,2],[2,-3],[5,3],[4,5],[0,6],[3,-5],[0,-6],[3,-8],[-3,-5],[-2,-12],[10,-5],[-2,-2],[2,-2],[-2,-1],[1,-13],[7,0],[1,4],[8,1],[0,-5],[-2,-1],[-2,-4],[3,-2],[3,-1],[10,4],[7,-8],[8,1],[5,-4],[-3,-4],[2,-4],[-3,-1],[-1,-5],[10,-2],[2,-4],[5,14],[10,1]],[[5867,7698],[4,-18],[-4,-10],[2,-10],[-5,-3],[-7,9],[-7,-3],[1,-3],[-9,-4],[-5,2],[-6,-1],[-10,6],[-9,-9],[4,-5],[6,1],[-1,-2],[4,-2],[13,2],[-1,-5],[2,-8],[-1,-9],[-3,3],[-6,-5],[-3,5],[-8,-2],[-3,2],[0,-6],[-8,-20],[2,-5],[7,-2],[3,2],[8,0],[2,4],[5,-5],[0,-10],[5,-7],[18,1],[-3,-27],[1,-3],[-2,-2],[9,-9],[-3,0],[-2,-4],[2,-6],[-1,-3],[-4,1],[-12,-9],[1,-2],[-5,-3],[3,-6],[-4,-3],[13,-11],[-6,-19],[5,-1],[2,2],[10,1],[12,11],[13,-4],[14,3],[-3,-2],[1,-2],[-2,1],[-6,-6],[0,-5],[13,-2],[12,-11]],[[5233,7861],[-2,5],[-3,-1],[0,-2],[-4,1],[-1,5],[-2,1],[0,5],[7,-2],[13,6],[4,8],[-2,3],[7,8],[11,1],[-6,5],[1,6],[-8,-4],[-3,7],[9,10],[5,9]],[[5259,7932],[4,2],[6,6],[3,8],[4,-1],[5,2],[1,5],[4,2],[2,6],[2,-1],[0,-6],[3,-3],[6,2],[19,-13],[12,-13],[-4,-8],[5,-3],[6,1],[10,10],[0,4],[3,1],[0,-5],[3,-1],[2,-4],[2,-10],[13,0],[8,4],[6,6],[2,0],[6,5],[-12,8],[14,0],[-4,6],[18,9],[7,-11],[5,-3],[5,-1],[7,2],[7,-12],[-1,-3],[11,0],[12,9],[5,-2],[4,8],[15,-8],[7,4],[5,-4],[3,11],[8,-3],[8,6],[4,-17],[8,-4],[3,14],[7,5],[3,-3],[2,6],[5,-1],[11,-6],[1,4],[12,-4],[5,3],[5,-3],[-7,12],[1,5],[2,1],[6,15],[2,0]],[[3778,7800],[-1,-5],[-3,-2],[-8,-16],[-3,0],[-4,-19],[9,-3],[5,-7],[6,1],[1,-3],[4,0],[-3,-7],[2,-1],[0,-4],[14,-1],[1,1],[-3,2],[8,2],[-5,-10],[7,-2],[3,1],[-1,4],[5,5],[9,-2],[13,-8],[8,-2],[2,3],[7,1],[21,-7],[10,13],[8,7],[12,-6],[0,-5],[-6,-2],[-1,-4],[3,-5],[4,3],[6,-1],[3,5],[4,-1],[-6,-8],[-2,-8],[4,-1],[2,-4],[-2,-4],[9,-1],[8,3],[2,-1],[-11,-8],[-4,-11],[-5,-4],[10,-3],[10,-8],[4,-5],[18,-9],[14,-15],[4,2],[10,-6],[4,-4],[3,2],[8,-2],[5,-9],[9,-4],[4,-6],[-6,-7],[8,-8],[9,-16],[-4,-2],[-6,-7],[-1,-8],[-10,-4],[-10,-10],[2,-4],[12,2],[12,-9],[0,-3],[-5,-7],[2,0],[-1,-7],[5,-1],[-3,-3],[3,-6],[9,-4],[9,9],[13,-5]],[[2912,7338],[4,7],[-2,3],[6,10],[14,9],[1,5],[3,2],[11,14],[10,1],[11,12],[1,8],[-2,3],[4,8],[0,8],[8,6],[5,6],[0,11],[-2,9],[10,2],[-2,5],[-14,4],[0,6],[-5,8],[-2,13],[9,7],[0,6],[3,5],[7,2],[1,4],[5,-1],[1,6],[-4,2],[-2,3],[-13,2],[-11,10],[-8,2],[-5,9],[-4,1],[1,4],[-4,8],[-7,6],[-7,2],[-3,-6],[-11,4],[-2,15],[8,7]],[[2925,7596],[13,0],[9,8],[9,11],[1,6],[8,6],[1,4],[16,2],[12,4],[8,7],[10,1],[6,11],[15,11],[-6,2],[-10,14],[8,10],[5,0],[2,-6],[8,3],[1,-5],[7,2],[3,-4],[8,4],[1,-10],[-2,-4],[14,0],[12,7],[18,4],[4,-8],[3,0],[7,4],[7,14],[22,2],[5,-4],[5,1],[6,2],[0,4],[-4,2],[2,4],[14,0],[3,8],[5,5],[11,-2],[0,2],[6,2],[1,-4],[3,0],[1,2],[-3,1],[3,3],[5,-3],[1,-4],[-3,-2],[1,-1],[1,3],[10,3],[3,-2],[1,-9],[7,-6],[5,-10],[4,5],[4,-5],[6,4],[3,-1],[2,-5],[-10,-2],[4,-1],[-4,-5],[6,0],[1,-4],[12,-10],[13,19],[-7,6],[5,12],[16,1],[5,-10],[2,4],[2,-2],[8,3],[5,-1],[3,1],[1,-2],[4,2],[1,-4],[12,-1],[7,-2],[1,-4],[4,1],[8,-4],[6,7],[6,-9],[3,2],[8,-5],[2,-3],[-2,-3],[7,-2],[-1,-3],[13,-4],[3,2],[13,-7],[-10,13],[-3,6],[5,2],[4,-2],[7,5],[-3,7],[2,2],[7,-9],[4,3],[1,-3],[4,4],[12,2],[6,-4],[4,2],[1,-3],[6,14],[14,10],[8,13],[2,2],[3,-4],[4,4],[4,-6],[-2,12],[2,2],[22,10],[3,1],[1,-2],[17,7],[6,24],[4,8],[7,6],[13,-4],[3,6],[16,12],[10,-6],[3,-18],[5,-4],[17,5],[3,9],[8,6],[15,2],[5,-6],[5,-1],[7,5],[-2,8],[3,7],[14,6],[9,1],[1,-2],[-2,-4],[3,-1],[-2,-2],[2,-4],[-2,-3],[8,-1],[3,3],[10,2],[10,-10],[5,1],[1,-2],[17,8],[9,11],[5,11],[5,-6],[6,0],[8,-3],[-4,-11],[9,-2]],[[4591,7931],[4,-7],[11,7],[7,1],[0,1],[8,2],[13,-4],[17,-13],[-2,-9],[20,-12],[6,5],[13,-2],[-1,6],[5,4],[-3,2],[5,4],[6,-6],[17,0],[-1,3],[5,4],[-2,8],[9,0],[4,4],[9,0],[8,-7],[0,-5],[4,-4],[4,2],[9,-5],[-7,-24],[-3,1],[0,-2],[5,-1],[1,-9],[3,-2],[-4,-8],[8,5],[3,-2],[2,3],[3,0],[1,14],[7,4],[-2,2],[7,3],[5,6],[4,-2],[-1,-5],[7,-7],[10,-13],[7,5],[6,-5],[5,4],[7,-7],[12,2],[13,-17],[1,-3],[7,-4],[3,4],[10,-1],[15,8],[5,-7],[2,1],[0,4],[5,3],[2,5],[17,-6],[8,10],[4,-9],[-5,-16],[2,0],[3,-5],[19,-3],[7,-5],[9,-16],[-4,-13],[2,-1],[1,2],[8,-2],[0,-2],[11,0],[0,-10],[-5,-5],[5,-14],[-4,-3],[3,-4],[-4,-3],[2,-4]],[[4518,7790],[7,13],[-5,1],[1,-3],[-4,0],[-3,5],[2,0],[1,4],[-5,4],[3,5],[15,9],[-4,0],[-4,6],[-6,-5],[-12,-1],[-2,2],[-2,-1],[2,-3],[-5,-1],[-3,9],[-4,2],[1,3],[7,1],[-2,4],[7,5],[0,9],[-4,2],[2,8],[-13,9],[0,9],[-7,12],[4,4],[-4,3],[7,5],[3,6],[12,-12],[5,-1],[5,6],[6,2],[5,8],[3,13],[-5,6],[7,-6],[3,-11],[13,5],[12,-4],[7,4],[3,5],[22,7],[1,-1],[-3,-1],[4,-5]],[[47,7318],[1,0],[4,-2],[6,-4],[0,-5],[-1,-3],[-1,-1],[3,-3],[4,-1],[2,1],[2,0],[2,0],[4,-1],[0,-1],[-1,-2],[-1,-2],[0,-1],[-3,0],[-3,1],[-7,-7],[-4,-1],[-4,-1],[-3,1],[-6,-2],[-3,-3],[-1,-3],[-5,-4],[-5,-2],[-3,-1],[-4,-1],[-1,1],[1,6],[2,1],[1,0],[2,1],[1,0],[1,0],[1,1],[1,1],[3,2],[1,1],[1,1],[-1,1],[0,1],[-4,4],[-5,-1],[-9,-3],[-5,-2],[-4,-2],[-5,0],[-1,1],[1,2],[4,6],[5,3],[3,2],[1,1],[2,1],[7,8],[1,0],[1,1],[5,1],[5,0],[1,0],[2,0],[3,0],[3,1],[1,1],[2,1],[1,3],[-1,1],[-2,-1],[-1,1],[1,3],[2,-1]],[[4591,7931],[10,8],[-3,3],[3,4],[-4,2],[3,6],[4,2],[1,8],[10,8],[2,6],[7,8],[0,6],[-3,-3],[-1,4],[3,10],[6,5],[-3,4],[3,9],[4,4],[-3,7],[1,3],[3,1],[-2,6],[5,17],[-3,4],[1,5],[11,7],[1,5],[5,1],[4,8]],[[4656,8089],[3,4],[0,6],[3,-1],[-1,-8],[12,-4],[8,-5],[-5,-3],[0,-11],[-8,-1],[-1,-3],[-4,1],[1,-5],[6,-2],[1,-7],[8,1],[4,-12],[-2,-3],[10,-6],[14,11],[6,1],[4,-7],[2,1],[1,5],[5,0],[0,-4],[-2,1],[0,-2],[10,-3],[-2,-4],[10,6],[4,-4],[2,1],[2,-4],[-3,-8],[2,0],[5,6],[9,2],[1,-3],[12,6],[1,-4],[4,-6],[-1,-3],[34,12],[2,-5],[10,1],[9,4],[7,10],[12,-8],[6,-1],[15,13],[8,0],[4,5],[5,3],[0,3],[17,5],[2,5],[4,2],[-1,-5],[8,3],[-1,-11],[2,-2],[-2,0],[0,-2],[2,0],[4,-5],[8,2],[1,-4],[2,-1],[5,2],[4,5],[3,-3],[2,1],[1,-12],[3,-1],[0,7],[4,3],[1,-3],[11,-6],[-5,-7],[8,-9],[2,4],[7,3],[-4,5],[4,-2],[9,-1],[3,3],[9,0],[4,5],[3,-7],[8,-7],[-7,-5],[-6,-8],[6,-3],[20,1],[5,6],[4,-2],[13,4],[-1,6],[3,2],[0,3],[3,1],[2,5],[2,-1],[1,9],[3,-1],[4,3],[7,-2],[-1,-2],[18,-21],[6,-9],[-1,-3],[4,-3],[2,5],[1,0],[6,7],[5,-1],[7,-9],[15,3],[2,-3],[17,-4],[-4,-12],[8,2],[8,6],[3,-3],[-1,-3],[7,0],[4,-5],[-1,-3],[16,-6],[2,-5],[-8,-6],[-1,-5],[28,-7],[2,20],[6,3],[1,-2],[-4,-3],[6,-1],[2,6],[2,3],[3,-1],[-4,-12],[3,-3],[2,-11],[6,-5],[3,1],[5,-3],[0,-8],[3,-5],[5,0]],[[6250,8268],[17,-2],[3,-3],[37,1],[8,2],[8,-3],[25,0],[-2,-3],[8,-15],[9,4],[4,-4],[6,0],[6,-3],[2,2],[2,-2],[3,1],[0,-4],[8,-8],[-3,-4],[2,-3],[7,-4],[6,-8],[4,3],[2,-4],[4,3],[1,-1],[-4,-4],[14,-23],[6,2],[14,-2],[1,-3],[5,-1],[-3,-7],[1,-2],[2,4],[5,-1],[15,7],[1,-2],[-2,-1],[15,-29],[5,1],[1,-3],[2,1],[1,-5],[5,1],[4,-7],[11,-1],[6,-7],[11,6],[14,2],[15,1],[6,-1],[0,1],[19,5],[3,5],[6,4],[8,1],[3,-3],[2,3],[6,-3],[-1,-2],[10,0],[3,-1],[-8,-10],[3,-2],[-2,-1],[0,-5],[5,-3],[6,-1],[1,-5],[-1,-1],[3,-5],[-2,0],[7,-10],[0,-10],[-2,-1],[11,-3],[1,-3],[8,1],[9,8],[7,0],[7,13],[7,4],[9,-2],[0,-5],[8,0],[8,3],[12,-10],[0,-2],[3,2],[3,-3],[4,3],[9,1],[3,-2],[9,-2],[7,4],[1,3],[9,2],[1,-9],[9,2],[0,-2],[-3,-4],[4,-4],[4,3],[3,-4],[14,-2],[3,-4],[0,10],[-4,1],[1,5],[11,8],[0,6],[3,1],[-5,7],[12,-5],[5,4],[16,5],[-5,-7],[7,2],[5,-1],[0,-2],[-9,-8],[17,-8],[3,-2],[0,-5]],[[6864,8094],[14,-1],[5,-17],[10,-10],[-10,-10],[-11,-2],[-8,-5],[-7,-8],[7,-9],[10,-23],[4,-18],[14,-22],[3,-9],[0,-19],[7,-30],[-4,-4],[2,-2],[-26,-33],[19,8],[11,7],[18,-12],[-2,-3],[5,-2],[-1,-2],[-2,0],[2,-7],[-5,-4],[0,-7],[1,-2],[4,0],[-3,-1],[0,-3],[-11,2],[-9,-3],[-2,-3],[0,-3],[-6,-3],[1,-2],[7,2],[2,-5],[6,2],[0,-4],[8,2],[7,-5],[-5,-12],[0,-9],[-6,-3],[-1,-4],[-5,-2],[2,-3],[-2,-5],[-9,1],[-11,-8],[-10,-3],[-2,2],[-5,-4],[-4,5],[-2,0],[-10,-9],[1,-4],[-3,-3],[1,-2],[-11,-8],[-4,-7],[8,-7],[-3,-6],[0,-9],[-5,-4],[-1,-5],[9,-4],[-2,-4],[2,-4],[4,-1],[-2,-6],[7,-2],[0,-6],[-1,-2],[-14,-5],[-18,-19],[5,-8],[-5,-9],[4,-4],[18,-4],[0,-3],[2,3],[1,-2],[7,-1],[1,-3],[-2,-3],[21,-26],[5,-1],[4,-5],[2,-7],[6,-4],[13,-1],[-3,-6],[3,-6],[-3,-11],[4,-1],[3,-8],[-2,-3],[-7,5],[-3,-2],[6,-11],[-8,-8],[-4,1],[2,-6],[-2,-2]],[[5867,7698],[1,6],[-3,9],[14,5],[4,14],[0,6],[14,22],[1,1],[2,-3],[10,6],[1,-3],[7,4],[3,-6],[4,4],[4,8],[-2,2],[1,15],[10,5],[9,0],[-2,6],[1,4],[-6,7],[6,6],[3,-3],[3,3],[5,-2],[3,1],[4,16],[-3,2],[11,22],[18,1],[8,9],[1,4],[-10,20],[-4,0],[-6,5],[-5,-6],[-7,3],[-10,-3],[-1,-3],[-19,0],[-2,5],[2,21],[10,4],[1,7],[5,4],[7,-3],[7,2],[5,5],[0,4],[-5,5],[-6,20],[-8,13],[-6,-4],[-2,7],[8,8],[-1,6],[3,4],[4,1],[-1,4],[3,8],[23,-3],[21,6],[7,-5],[3,-8],[4,2],[-1,2],[7,2],[15,10],[7,0],[1,21],[-14,1],[-3,-5],[-10,5],[-5,3],[2,4],[-7,3],[0,7],[4,-1],[2,5],[-5,8],[-11,-10],[-4,4],[4,5],[-11,5],[-2,-2],[-7,7],[3,3],[-4,3],[10,2],[3,5],[0,5],[6,2],[-3,5],[-4,1],[1,3],[-3,3],[-3,14],[-2,0],[-1,-5],[-3,-1],[5,14],[4,1],[-10,10],[1,4],[4,4],[-1,5],[-10,5],[-3,5],[4,2],[0,10],[3,3],[12,4],[2,5],[14,3],[7,5],[15,4],[14,0],[-1,12],[12,0],[13,8],[2,-4],[14,8],[16,-2],[0,-4],[19,-9],[3,4],[-1,1],[3,5],[-8,10],[5,0],[-2,2],[5,7],[-2,8],[13,4],[14,8],[9,2],[4,4],[-1,5],[7,5],[6,-6],[-1,-1],[9,-12],[-2,-1],[8,-4],[5,-8],[9,3],[14,-2],[1,-6],[2,0],[1,-3],[5,-1],[3,-10],[3,0],[1,2],[12,0],[1,20],[-1,3],[3,15],[5,9]],[[8312,7374],[-12,0],[-4,2],[19,3],[0,4],[-8,1],[-12,6],[-1,6],[-5,2],[-2,12],[-5,3],[-1,6],[-9,-1],[-7,9],[-12,5],[2,1],[-2,2],[16,8],[-1,6],[-4,2],[-3,-3],[-4,-1],[-9,5],[-17,-4],[-7,2],[-7,5],[3,3],[-6,7],[-1,8],[-3,3],[-7,-2],[-1,-9],[-4,-5],[-11,2],[-2,3],[-8,0],[-10,-5],[-9,1],[-6,5],[-5,17],[-17,5],[-20,-5],[-6,5],[3,6],[-4,-2],[-6,1],[-3,10],[-2,2],[3,2],[0,4],[-4,0],[-4,-4],[-6,3],[-4,-6],[-5,1],[-4,6],[-4,-2],[-2,5],[-2,-2],[-3,4],[-3,-4],[-5,2],[-2,3],[3,1],[0,3],[-6,6],[-1,-2],[1,-2],[-5,-4],[0,-4],[-4,-1],[-2,-6],[-2,4],[3,3],[-1,13],[5,3],[-10,17],[-2,2],[-3,-2],[-4,1],[-7,-6],[-7,11],[-3,2],[-3,-2],[-6,5],[-8,-1],[-3,14],[-10,6],[-4,4],[-6,11],[-2,7],[-8,-3],[-2,2],[-5,-2],[-4,-5],[-13,5],[0,-2],[-2,-3],[-5,-1],[0,5],[5,2],[-16,12],[-11,-1],[-4,1],[0,4],[-5,-5],[-4,1],[1,4],[-2,2],[2,6],[-2,2],[-5,-1],[-8,11],[-4,-3],[-1,-3],[-8,-2],[-12,-7],[-5,6],[-4,-1],[-8,5],[-4,-5],[-5,0],[-3,20],[-5,5],[2,4],[4,0],[-1,3],[3,0],[-3,2],[-9,-2],[-5,3],[-1,10],[-4,-3],[-4,2],[-9,-1],[-3,3],[1,3],[6,-2],[3,5],[7,-5],[7,1],[2,7],[-13,5],[-8,-5],[-3,0],[-3,8],[-6,1],[-5,4],[1,4],[10,3],[-1,6],[-2,0],[1,8],[3,0],[4,-4],[3,1],[-1,10],[-2,4],[1,1],[-6,1],[-2,4],[3,1],[5,9],[11,3],[2,5],[-2,2],[2,1],[-1,4],[-6,1],[-6,4],[3,7],[-2,2],[-15,-5],[-1,12],[-5,2],[-2,-2],[-4,6],[-11,-2],[-2,-5],[-7,-3],[-1,2],[-2,-1],[-1,5],[-8,-2],[1,8],[-2,4],[-11,0],[0,-2],[-20,-3],[-5,4],[3,5],[-2,1],[-4,-3],[-4,3],[-3,-2],[-4,-4],[1,-5],[-12,1],[-5,5],[3,7],[0,3],[-4,0],[1,8],[-5,2],[1,2],[-4,2],[-1,2],[3,3],[-8,2],[-16,-7],[-2,5],[-6,5],[3,9],[-6,0],[-2,-3],[-11,-2],[-4,5],[-6,4],[-1,6],[7,-8],[3,0],[0,6],[-2,4],[4,3],[-3,8],[1,10],[-5,3],[-3,-1],[-7,7],[-3,3],[-2,12],[-7,-2],[-7,4],[-5,5],[-11,-2],[-2,6],[-7,0],[-5,18],[-10,5],[-1,6],[6,4],[-3,6],[1,1],[-1,2],[-4,-2],[-5,6],[4,18],[45,-2],[5,4],[0,3],[-12,14],[4,0],[3,7],[-3,-2],[-2,3],[-3,0],[1,3],[-4,6],[11,4],[-6,7],[7,1],[3,-4],[4,1],[4,2],[1,6],[6,4],[5,0],[-11,7],[-2,6],[-4,0],[-1,6],[-14,1],[-4,4],[1,5],[-2,2],[3,0],[-2,7],[6,0],[-2,2],[2,1],[-3,3],[2,2],[1,-2],[2,2],[3,-3],[5,2],[-4,3],[6,6],[1,4],[10,2],[-2,7],[3,-2],[4,2],[1,3],[-2,0],[-2,10],[5,8],[-4,1],[-5,6],[-5,0],[-1,4],[-4,-4],[3,6],[-1,2],[2,1],[-3,3],[2,4],[-6,3],[1,22],[3,5],[-2,10],[-4,3],[-8,-10],[-11,15],[-4,0],[-2,4],[-6,4],[-3,-2],[2,4],[-1,5],[-6,2],[2,0],[1,6],[11,3],[12,0],[-10,2],[-3,5],[2,4],[-4,6],[-7,-1],[-1,2],[-3,-2],[-3,9],[-7,4],[7,6],[-3,9],[2,7],[-3,3],[-2,7],[-10,3],[5,6],[-2,3],[8,12],[9,3],[-7,17],[6,2],[2,3],[-4,7],[1,9],[-5,4],[7,5],[-9,7],[1,3],[-12,-4],[-4,4],[-6,-5],[1,3],[-5,12],[1,1]],[[7505,8361],[3,0],[4,2],[2,2],[1,1],[3,1],[5,-2],[7,-1],[4,1],[4,0],[2,-1],[1,-1],[2,-2],[2,-3],[2,0],[7,-1],[5,-2],[1,-1],[0,-8],[-1,-8],[0,-5],[1,-5],[1,-1],[2,-2],[1,0],[1,0],[1,2],[3,-1],[1,-1],[-2,-5],[-2,0],[-3,-2],[0,-2],[2,-2],[11,6],[5,-2],[3,-2],[3,0],[1,0],[1,1],[1,0],[4,1],[3,1],[0,-2],[1,-3],[2,-1],[6,-2],[6,12],[2,5],[4,2],[4,-2],[5,0],[4,-1],[1,-1],[4,-6],[5,-4],[4,0],[1,0],[1,2],[0,3],[-2,3],[-1,4],[1,3],[3,3],[3,2],[1,0],[1,0],[1,0],[3,1],[4,2],[3,7],[0,3],[0,6],[0,2],[1,1],[5,-4],[4,-3],[2,1],[5,4],[4,0],[3,2],[-3,4],[-3,4],[2,3],[3,1],[1,-1],[9,6],[4,-3],[7,-1],[3,-1],[9,1],[5,1],[2,2],[5,1],[4,0],[2,0],[7,0],[2,0],[5,0],[2,-2],[3,-4],[5,0],[5,-1],[1,0],[0,-1],[0,-2],[0,-1],[-1,-3],[2,-2],[3,-6],[2,-2],[5,-7],[4,-1],[5,0],[2,1],[4,-2],[5,-3],[3,-5],[3,-3],[1,0],[5,2],[5,-3],[3,-1],[2,-2],[5,-4],[3,0],[-2,7],[0,3],[1,0],[3,-2],[5,-2],[6,-1],[2,0],[1,0],[2,0],[5,2],[2,1],[2,0],[3,3],[3,4],[2,2],[4,0],[2,0],[3,-4],[-1,0],[2,-3],[2,-1],[1,-2],[4,0],[3,-1],[2,0],[2,-1],[4,1],[2,0],[2,-1],[5,-5],[4,-5],[3,-3],[6,-1],[3,0],[6,-5],[1,-1],[3,-4],[3,-2],[3,-2],[5,-2],[5,-1],[3,-3],[4,-4],[3,-3],[3,-4],[1,-1],[-1,-1],[-2,-1],[-3,0],[-3,-2],[-4,-4],[-1,-3],[0,-1],[1,-3],[0,-1],[2,-3],[7,-5],[4,-4],[4,-4],[2,0],[6,1],[7,-4],[1,-1],[0,-1],[0,-1],[-1,-3],[0,-3],[-1,-3],[-1,-6],[8,4],[2,-2],[1,-1],[1,-2],[0,-2],[-2,-5],[-5,-6],[-2,0],[-3,1],[-6,3],[-3,-1],[-2,0],[-2,-2],[1,-6],[0,-2],[1,-2],[3,-3],[4,-5],[4,-3],[3,1],[2,-1],[2,-3],[2,-2],[-1,-2],[-2,-2],[-1,-3],[-1,-1],[3,-4],[1,-1],[4,-3],[1,-1],[2,-1],[1,-2],[2,-4],[3,-3],[3,-1],[5,-2],[3,-2],[3,-4],[6,-4],[3,-3],[3,-5],[8,-2],[3,-1],[0,-3],[0,-6],[-1,-4],[-2,-3],[-2,-4],[0,-2],[1,-2],[2,-3],[2,0],[1,1],[5,1],[3,-2],[3,-3],[1,-3],[1,-3],[0,-8],[1,-3],[0,-3],[0,-4],[-1,-4],[0,-1],[0,-1],[1,-2],[4,-5],[1,0],[7,1],[4,2],[1,1],[3,2],[3,-2],[1,-5],[4,-9],[-2,-3],[-3,-4],[-9,-11],[6,-12],[1,-1],[3,-3],[1,0],[2,-3],[0,-1],[4,-4],[2,-1],[5,1],[1,1],[2,1],[2,0],[5,-2],[2,0],[6,2],[2,1],[3,1],[3,-1],[3,-1],[8,-5],[7,-4],[4,0],[3,-2],[2,-2],[3,-1],[4,-2],[2,1],[5,3],[0,1],[2,1],[-1,3],[-1,4],[0,4],[0,5],[6,2],[3,0],[1,2],[1,1],[1,2],[0,2],[-2,5],[-3,3],[-2,4],[-1,1],[0,2],[0,1],[1,1],[1,1],[-1,1],[0,1],[-1,1],[-2,2],[-3,4],[-3,3],[5,6],[2,1],[3,2],[3,3],[1,0],[3,0],[2,-3],[4,-4],[1,-1],[1,0],[7,-3],[6,-2],[1,2],[3,2],[4,1],[2,0],[2,1],[3,3],[2,2],[2,1],[4,1],[7,0],[1,-4],[3,-4],[3,-5],[2,-2],[1,-2],[2,-1],[1,-1],[1,-1],[8,6],[1,1],[2,0],[12,-9],[3,-3],[2,-4],[6,0],[1,-5],[6,2],[6,0],[3,-2],[1,-3],[0,-4],[0,-1],[-1,0],[0,-2],[-2,-3],[-1,-1],[0,-5],[0,-3],[1,-1],[1,-8],[0,-1],[1,-1],[0,-2],[1,-1],[3,-5],[3,-6],[2,-4],[0,-2],[1,-1],[0,-1],[-1,-6],[-1,-6],[0,-3],[0,-1],[0,-1],[1,-2],[1,-1],[1,-1],[1,-2],[1,0],[1,-1],[1,0],[1,0],[1,0],[2,0],[4,2],[1,1],[0,1],[0,1],[0,2],[1,1],[0,1],[1,3],[1,0],[1,1],[1,1],[1,1],[4,1],[2,1],[1,0],[2,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-3,4],[-1,3],[-1,7],[0,1],[1,3],[1,1],[1,0],[4,0],[4,1],[1,1],[2,1],[2,0],[1,-1],[5,-3],[0,-1],[-1,-1],[-1,0],[-3,-3],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[1,0],[8,2],[1,0],[2,1],[1,0],[2,0],[2,-2],[1,-4],[2,-4],[2,-2],[5,-4],[8,-3],[4,2],[4,2],[8,3],[4,0],[2,-1],[3,-3],[3,-4],[1,-2],[0,-1],[0,-1],[0,-1],[1,-2],[1,0],[2,5],[0,1],[0,2],[2,1],[3,0],[3,1],[4,0],[6,1],[3,2],[3,1],[5,0],[2,-2],[12,-4],[4,0],[4,1],[3,-3],[0,-3],[0,-1],[6,-2],[3,2],[3,2],[1,2],[4,7],[4,8],[0,1],[1,2],[4,3],[6,3],[8,1],[3,-2],[7,0],[3,2],[1,3],[1,9],[1,5],[1,3],[-1,2],[0,5],[1,1],[9,2],[1,0],[1,1],[19,4],[23,5],[1,0],[0,-1],[-1,-1],[-1,0],[-1,-4],[-1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-2],[-2,0],[-1,-3],[1,-1],[2,-1],[1,0],[1,1],[1,0],[2,2],[3,2],[4,-2],[1,-2],[8,2],[2,1],[1,1],[7,1],[6,0],[1,-2],[0,-4],[0,-3],[2,-6],[1,1],[6,-2],[0,-2],[-2,-2],[-4,-5],[-5,-3],[0,-4],[0,-2],[4,-1],[1,0],[0,-1],[1,-2],[1,-2],[1,-2],[1,-3],[3,-2],[3,-2],[2,-1],[3,-5],[1,-2],[0,-3],[0,-1],[1,-3],[2,-3],[3,-5],[3,-4],[4,-5],[3,-3],[4,-2],[6,-4],[3,-2],[3,-1],[1,0],[21,4],[1,0],[3,-2],[3,-3],[3,-2],[4,-2],[6,-1],[1,-1],[0,-3],[1,-6],[0,-5],[-1,-4],[3,-1]],[[1008,7500],[0,-3],[-4,-5],[3,-5],[1,-12],[5,-22],[2,-3],[7,1],[-1,-16],[7,-8],[8,2],[12,-7],[4,2],[4,-3],[3,-9],[-4,-10],[-3,0],[-3,-3],[0,-4],[2,-2],[8,0],[3,-2],[6,5],[1,-4],[8,-6],[3,-8],[10,-2],[-13,-10],[-17,-24],[-15,-10],[2,-11],[-4,-7],[2,-2],[3,2],[2,-6],[-1,-2],[3,0],[1,-7],[8,1],[1,-5],[8,-7],[10,1],[2,-6],[-9,-9],[-15,-7],[-10,-11],[1,-17],[-4,-10],[2,-2],[-4,-6],[2,-1],[7,-1],[5,-5],[9,0],[4,-5],[2,3],[7,0],[2,-8],[-5,-6],[2,-2],[-2,-5],[3,-3],[-3,-1],[0,-3],[-3,-4],[6,-3],[-2,-9],[3,-4],[1,-10],[2,-1],[-2,-5],[2,-5],[5,2],[0,-2],[11,12],[5,-5],[-8,-3],[-7,-17],[-8,0],[-2,-6],[6,-1],[5,-6],[8,-1],[1,-5],[5,1],[-2,-8],[-3,1],[-1,-3],[2,-6],[-2,-5],[3,-6],[-1,1],[-3,-5],[-2,4],[-3,0],[-3,-3],[-1,-10],[-10,-1],[2,-8],[-3,-6],[2,-1],[-2,-2],[3,0],[0,-5],[6,-7],[3,-8],[13,-3],[1,-14],[-17,4],[-15,-4],[1,-4]],[[1101,6667],[0,1],[-2,3],[-1,1],[-2,2],[-1,0],[-1,1],[-5,1],[2,-2],[3,-3],[1,-3],[2,-4],[-1,-3],[-2,-1],[-4,-6],[-1,-1],[0,-2],[-1,-2],[1,-7],[2,-8],[0,-1],[1,-2],[1,-2],[1,-1],[3,-2],[1,-3],[2,-6],[1,-3],[-3,-3],[-3,-4],[-1,-9],[0,-10],[-1,-6],[-2,-4],[-1,0],[-2,0],[-6,2],[-6,2],[-2,1],[-2,1],[-1,0],[-4,1],[-1,0],[-2,0],[-4,-1],[-7,0],[-7,1],[-6,0],[-3,0],[-8,2],[-10,3],[-2,2],[-1,3],[0,3],[2,4],[3,6],[-2,-2],[-1,-3],[-3,-4],[-1,-3],[-1,-1],[-3,0],[-2,0],[-10,-3],[-2,0],[-3,1],[-1,1],[-5,3],[-7,6],[-4,3],[-1,1],[-4,3],[-2,2],[-4,2],[0,1],[0,4],[0,1],[3,3],[4,4],[3,3],[6,5],[7,1],[4,2],[4,2],[3,1],[3,0],[3,0],[4,-2],[5,-2],[0,1],[1,0],[2,2],[1,1],[-1,1],[-6,-1],[-6,1],[-4,1],[-2,0],[-5,-2],[-8,-4],[-9,-3],[-8,-7],[-3,-3],[-6,-4],[-1,-1],[-1,1],[-1,1],[-1,1],[-4,7],[-1,4],[-1,1],[0,3],[0,1],[1,3],[0,4],[-1,1],[0,1],[-2,2],[1,5],[1,5],[-2,0],[-3,-3],[-3,-4],[3,-4],[3,-3],[1,-1],[0,-3],[0,-3],[-1,-3],[2,-6],[2,-3],[1,-3],[1,-7],[-2,-2],[-2,-2],[-1,0],[-2,-2],[-5,-2],[-2,-1],[-1,0],[-7,-1],[-4,0],[-2,1],[-3,0],[-3,0],[-2,0],[-2,-1],[-4,-2],[-3,1],[-2,2],[-3,3],[-4,3],[-2,0],[-2,0],[-9,1],[-2,-1],[-4,-2],[-4,1],[0,4],[-1,3],[0,1],[-1,1],[-3,3],[-2,1],[-1,1],[-1,0],[-1,1],[-1,1],[-6,8],[-6,7],[-8,7],[-3,6],[2,7],[1,4],[-3,1],[-3,1],[-3,2],[1,4],[2,1],[2,3],[-4,3],[-6,5],[-8,6],[-6,9],[-2,1],[-4,3],[0,1],[0,2],[2,3],[1,1],[1,0],[1,0],[-1,1],[-2,-2],[-1,-2],[-1,0],[-1,-1],[-1,1],[0,2],[2,5],[1,4],[-2,-1],[-7,-4],[-6,-1],[-4,3],[-4,2],[-7,-4],[1,-10],[2,-10],[0,-4],[0,-3],[0,-2],[0,-3],[1,-4],[0,-1],[1,0],[2,-3],[-4,-4],[-8,-1],[-9,-2],[-6,0],[-4,-1],[-3,-1],[-2,0],[-1,-1],[-1,0],[-4,1],[-4,2],[-6,4],[-6,7],[-5,7],[-4,0],[-2,-1],[-4,-5],[-6,1],[-4,2],[-7,7],[-3,4],[-1,0],[0,2],[0,1],[0,3],[-2,3],[-3,4],[-4,5],[-4,5],[-3,4],[-1,6],[-1,4],[0,2],[1,1],[3,6],[5,9],[1,0],[0,1],[2,0],[6,-1],[1,1],[2,1],[0,1],[2,3],[1,1],[-1,3],[0,2],[1,0],[1,1],[1,-1],[1,-1],[1,1],[0,1],[1,0],[0,1],[1,0],[1,-1],[2,-1],[5,-4],[10,-4],[-3,2],[-4,2],[-5,2],[-1,0],[0,1],[-1,1],[-1,2],[-2,0],[-1,1],[-1,0],[-1,-2],[-2,0],[-1,0],[-1,1],[1,2],[1,5],[1,0],[2,0],[1,1],[2,1],[0,1],[1,7],[0,6],[0,5],[-2,1],[-2,2],[-4,1],[-3,1],[-2,1],[-1,1],[1,3],[0,3],[-1,0],[-1,-4],[0,-2],[0,-1],[1,-1],[3,-4],[1,-4],[0,-4],[-1,-3],[0,-6],[0,-6],[1,-10],[0,-3],[-3,-4],[-1,-1],[-1,0],[-1,-1],[-4,1],[-3,0],[-1,0],[-4,-6],[-2,-4],[-4,-7],[-1,-2],[-1,-4],[0,-2],[2,-3],[0,-3],[1,-3],[-1,-1],[-10,-2],[-2,1],[-3,1],[-2,2],[-1,6],[-1,2],[-1,0],[-1,0],[1,-6],[2,-3],[2,-4],[2,-1],[4,-1],[6,0],[2,1],[4,0],[5,0],[2,-4],[6,-5],[1,-5],[1,-4],[2,-2],[2,-4],[1,-1],[0,-4],[0,-2],[0,-1],[0,-1],[-1,1],[-2,1],[-2,1],[-1,0],[-7,-2],[-4,-3],[-6,-3],[-3,-2],[-8,-6],[0,-1],[-3,-4],[0,6],[0,10],[-1,6],[-4,11],[-2,2],[-2,1],[-1,0],[-5,-3],[-2,-3],[0,-8],[-2,-7],[0,-1],[-1,1],[-3,3],[-2,3],[-3,2],[-2,1],[-4,0],[-3,0],[1,0],[3,-1],[6,-2],[5,-6],[6,-6],[2,-5],[4,-6],[-1,-4],[6,-2],[5,-1],[2,-1],[2,-1],[2,-2],[0,-1],[-4,-10],[-3,-7],[-4,-6],[-2,-4],[-3,-3],[-7,-4],[-10,3],[-2,4],[-2,4],[-4,6],[2,-5],[1,-4],[1,-3],[1,-3],[-1,-2],[-2,-3],[-4,-2],[-3,1],[-4,0],[-4,-1],[-4,0],[-7,-1],[-2,0],[-3,0],[-5,-1],[-10,2],[-6,1],[0,2],[-1,2],[-1,2],[-2,1],[-1,0],[-4,0],[-4,0],[-4,-1],[-3,-1],[-6,0],[-4,0],[-9,-1],[-1,0],[-3,-1],[-6,-1],[-2,1],[-3,1],[-1,2],[0,2],[1,4],[0,6],[-2,4],[-2,2],[-2,1],[2,4],[2,2],[1,1],[1,0],[5,1],[4,0],[1,0],[3,3],[2,2],[2,2],[1,7],[0,1],[-1,9],[-2,8],[-3,10],[-3,11],[-1,5],[3,10],[1,2],[-3,1],[-5,-1],[-1,2],[-4,10],[-2,4],[-3,8],[-5,10],[-1,2],[-1,3],[-3,3],[-2,3],[-2,2],[-5,7],[-1,2],[-3,7],[-2,4],[-3,3],[-6,6],[-2,2],[-2,1],[-2,1],[-5,5],[-4,5],[-5,3],[-6,0],[-4,1],[0,1],[-1,0],[-1,2],[0,1],[-5,6],[-6,5],[-2,1],[-2,1],[-6,3],[-6,1],[-6,1],[-5,3],[-1,0],[-1,2],[4,13],[-2,8],[2,3],[1,1],[3,1],[6,0],[10,-1],[10,2],[0,1],[-4,1],[-3,0],[-3,-1],[-4,-1],[-3,1],[-6,1],[-2,0],[-5,-3],[-2,-3],[-1,-4],[-1,-5],[1,-6],[-1,-3],[-2,-4],[-4,-1],[-4,-3],[-4,-3],[-1,-2],[-4,-4],[-1,0],[-2,0],[-1,2],[-2,1],[-1,1],[-7,2],[-4,5],[-1,1],[-3,3],[-1,1],[-5,0],[-7,1],[-3,2],[-3,3],[-2,3],[-4,2],[-3,1],[-5,-3],[-4,-2],[-2,0],[-1,0],[-2,2],[-3,1],[-2,1],[-6,1],[-2,0],[-10,1],[-5,0],[-4,3],[-3,2],[-1,1],[-1,0],[-3,0],[-4,-1],[-3,2],[-4,3],[0,3],[1,0],[3,0],[4,1],[4,0],[2,0],[4,2],[1,1],[0,2],[0,2],[0,1],[-4,5],[-2,7],[2,2],[2,0],[3,0],[9,-2],[7,0],[4,2],[3,3],[3,3],[2,3],[5,-3],[11,-1],[5,0],[9,2],[7,3],[8,3],[7,4],[0,1],[4,1],[3,0],[1,0],[1,0],[3,1],[2,-1],[6,-3],[3,-2],[5,3],[4,7],[5,2],[8,-2],[3,3],[3,0],[4,0],[5,-1],[1,0],[4,-2],[1,0],[2,0],[5,5],[1,3],[3,2],[5,1],[10,1],[4,-1],[3,0],[1,0],[3,0],[6,3],[2,3],[0,1],[2,1],[3,2],[2,0],[6,-2],[7,-1],[3,1],[3,1],[1,0],[3,2],[3,2],[1,0],[2,0],[2,0],[3,-1],[2,-1],[1,-2],[3,-3],[2,-1],[4,-1],[3,-1],[7,-1],[5,-3],[4,-4],[7,-3],[1,0],[1,0],[3,1],[2,2],[0,1],[0,3],[2,2],[2,3],[3,2],[2,5],[1,3],[0,4],[1,5],[-2,4],[0,4],[5,4],[2,3],[2,4],[-1,8],[0,3],[0,2],[0,4],[-2,1],[-7,2],[-5,0],[-2,4],[0,4],[1,3],[1,0],[1,1],[0,2],[0,4],[-2,5],[-2,6],[-4,8],[-1,3],[-7,4],[-7,3],[-8,3],[-5,0],[-6,-1],[-5,1],[-4,1],[-3,1],[1,1],[0,1],[0,1],[-3,4],[-3,4],[-3,0],[-6,0],[-4,2],[-8,2],[-3,2],[-4,3],[-6,1],[-7,3],[-3,2],[-4,2],[-10,3],[-7,-2],[-10,0],[-2,-1],[-3,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-3],[-1,-2],[1,-1],[1,0],[0,-1],[0,-4],[-1,-5],[-3,-1],[-1,-1],[-1,-1],[-2,-6],[-1,-3],[-1,-5],[-2,-5],[-2,-2],[-3,-5],[-1,-1],[-2,-2],[-2,0],[-4,-5],[0,-4],[0,-3],[-3,-4],[-4,0],[-1,0],[-1,0],[-2,1],[-1,2],[-1,4],[1,3],[4,7],[1,7],[-1,7],[-1,8],[-2,9],[-2,11],[-1,5],[-2,1],[0,1],[0,3],[4,2],[8,3],[1,1],[0,1],[0,4],[0,2],[0,2],[-3,4],[-1,1],[-4,3],[-1,1],[-2,1],[0,-1],[-12,-6],[-9,0],[-5,2],[-2,5],[-2,1],[-2,1],[-3,0],[-2,4],[-1,4],[-4,10],[2,2],[8,5],[3,-1],[2,-3],[3,-5],[1,-2],[1,0],[5,1],[3,1],[2,0],[6,6],[1,2],[1,1],[0,2],[0,1],[-2,5],[-1,4],[0,4],[-1,4],[-2,7],[-2,6],[-1,3],[1,3],[7,8],[6,4],[7,3],[10,4],[1,0],[0,-1],[0,-2],[-4,-8],[-4,-5],[0,-2],[-1,0],[0,-1],[1,-5],[-1,-5],[-1,-3],[-1,-2],[-2,-3],[-2,-1],[-1,-1],[0,-4],[0,-1],[1,-3],[1,-2],[3,-3],[5,-4],[2,-3],[1,-1],[1,0],[5,3],[3,2],[1,8],[6,7],[4,8],[6,0],[2,-1],[-4,-4],[-5,-5],[-5,-4],[-1,-3],[0,-1],[2,-3],[4,-7],[2,-2],[2,-1],[7,1],[2,1],[5,2],[7,2],[2,0],[1,1],[2,1],[1,2],[8,1],[9,0],[5,0],[5,-1],[2,-3],[4,-7],[2,-3],[1,-2],[3,-1],[7,0],[8,0],[2,0],[10,3],[5,4],[2,2],[7,2],[3,0],[4,2],[6,3],[9,5],[4,2],[8,0],[6,0],[10,-2],[2,0],[0,-1],[4,-2],[0,-4],[0,-1],[-1,-3],[-1,-1],[-1,0],[-1,0],[0,1],[-1,0],[-1,2],[0,2],[-1,0],[-2,1],[-2,0],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-4],[0,-3],[1,-3],[2,-2],[2,-2],[8,-5],[7,-6],[0,-4],[2,-2],[7,-6],[4,-1],[2,0],[1,0],[1,0],[1,1],[1,1],[2,1],[4,-1],[3,-2],[1,-2],[1,-3],[1,-2],[2,-3],[1,-1],[0,1],[-1,2],[2,2],[3,2],[5,0],[4,1],[2,0],[10,-2],[5,0],[4,-1],[1,0],[4,-3],[4,-3],[1,-1],[2,-1],[2,0],[3,1],[1,1],[1,0],[3,3],[2,1],[3,2],[2,1],[1,0],[0,-1],[1,-1],[-1,-2],[-1,-3],[-2,-9],[-1,-9],[0,-1],[0,-1],[1,0],[1,5],[1,4],[-1,3],[2,6],[0,2],[1,2],[3,7],[2,6],[-3,-3],[-7,-3],[-9,-5],[-1,0],[-1,-1],[-4,1],[-2,1],[-4,3],[-1,1],[-3,1],[-7,0],[-4,1],[-6,0],[-5,1],[-9,0],[-5,4],[0,1],[-2,3],[-2,2],[-1,1],[-1,0],[-1,0],[-1,0],[-3,0],[-2,-1],[-3,-3],[-4,-3],[-1,0],[-1,0],[0,1],[-1,0],[-1,2],[-1,1],[0,1],[-1,2],[-2,4],[-1,1],[0,1],[-2,2],[-1,0],[-2,1],[-6,3],[-5,3],[-3,2],[-1,1],[0,1],[1,2],[4,-1],[2,-1],[2,0],[1,0],[2,0],[2,1],[1,1],[3,2],[4,2],[7,6],[2,1],[1,0],[1,0],[2,-1],[1,0],[5,-1],[4,0],[2,0],[7,4],[5,1],[6,1],[-2,1],[-3,1],[-1,0],[-9,0],[-10,-1],[-5,0],[-4,2],[-5,7],[0,2],[5,3],[3,1],[2,1],[-4,0],[-5,-1],[-4,-5],[-3,-1],[-4,0],[-11,3],[-1,1],[-5,3],[0,2],[0,1],[3,2],[10,4],[5,2],[2,2],[-2,1],[-7,-2],[-4,-3],[-1,-1],[-4,-1],[-2,0],[-1,1],[0,1],[-1,1],[0,-1],[1,-1],[0,-1],[0,-2],[-1,0],[-2,-1],[0,-2],[-2,-2],[-2,-1],[-1,0],[-5,2],[-1,1],[-4,1],[-4,0],[-4,0],[-1,0],[-1,0],[-4,0],[1,3],[1,3],[4,6],[2,6],[0,2],[1,1],[1,1],[5,1],[9,2],[4,3],[4,2],[-1,3],[-1,2],[3,2],[5,2],[2,0],[5,5],[1,0],[0,1],[1,1],[-1,1],[-5,-4],[-4,-1],[-8,-2],[-5,1],[-1,1],[-1,0],[-3,0],[-2,-1],[-1,-5],[1,-2],[-1,-3],[-3,-2],[-9,-2],[-3,-1],[-1,1],[-1,2],[0,1],[0,2],[1,1],[0,1],[3,6],[0,1],[-3,-1],[-4,-4],[-4,-3],[-6,-4],[-1,5],[-3,0],[-4,-2],[-4,-7],[-1,-7],[-1,-4],[-1,0],[0,-1],[-1,-1],[-1,0],[-2,-1],[-6,-1],[-9,0],[-7,-1],[-4,1],[2,3],[4,7],[4,4],[1,1],[3,2],[-5,-1],[-4,-2],[-6,-3],[-9,-5],[-9,-4],[-2,-1],[-5,0],[-2,1],[0,1],[1,1],[6,5],[4,7],[1,4],[-1,4],[0,4],[4,9],[1,2],[3,3],[2,1],[2,0],[3,2],[1,0],[1,2],[4,5],[2,5],[1,2],[1,0],[5,3],[3,2],[5,3],[8,4],[6,6],[11,3],[7,3],[2,2],[8,6],[5,2],[2,1],[1,1],[7,7],[5,4],[4,4],[4,3],[3,1],[5,8],[-2,-1],[-4,-1],[-6,-5],[-7,-8],[-5,-4],[-4,-2],[-5,-4],[-4,-2],[-7,-2],[-6,-5],[-8,-1],[-3,1],[-3,-2],[-2,-2],[-1,0],[0,-1],[0,-2],[-4,-3],[-3,-3],[-5,0],[-3,0],[-1,0],[-1,-1],[-2,-4],[-3,-3],[-1,0],[-4,1],[-2,1],[-4,4],[-4,2],[-1,0],[-1,0],[-3,0],[-2,-1],[0,-1],[1,-3],[0,-3],[-2,-7],[-1,-1],[-4,0],[-5,3],[-5,1],[-4,-1],[-3,-4],[-2,0],[-2,0],[-2,2],[-3,-1],[-4,-2],[-5,-2],[-2,-1],[-4,-1],[-3,-1],[-9,-9],[-4,-2],[-2,-1],[-2,-3],[0,-3],[-1,0],[-1,0],[-2,0],[-1,0],[-4,2],[-4,0],[-2,-1],[-4,-3],[-4,-4],[-1,0],[-3,-2],[-4,-1],[-5,-1],[0,-1],[-7,-4],[-4,-3],[-4,-2],[-1,0],[-9,0],[-7,2],[-8,5],[-10,5],[-3,2],[-10,4],[-2,0],[-6,-1],[-5,-3],[-2,-2],[-2,-3],[0,-1],[0,-1],[3,-9],[-6,-5],[-1,0],[-1,-1],[-3,0],[-5,-1],[-3,0],[-2,1],[-8,0],[-5,-1],[-5,-1],[-4,-1],[-5,1],[-2,1],[-1,1],[-1,7],[1,1],[1,5],[-3,9],[-2,3],[-1,4],[1,0],[1,2],[1,0],[1,1],[1,0],[6,0],[5,-2],[1,-1],[2,1],[2,0],[0,1],[0,4],[-4,-1],[-8,0],[-4,1],[3,0],[2,2],[1,2],[3,4],[0,2],[-2,6],[-4,4],[-1,1],[-2,4],[-1,4],[1,5],[0,6],[0,2],[-1,1],[-1,1],[-1,0],[-4,0],[-4,4],[-1,4],[0,4],[2,3],[1,4],[1,6],[3,7],[1,8],[3,7],[5,9],[1,3],[1,1],[2,2],[2,1],[6,2],[5,2],[7,0],[4,2],[-4,0],[-6,-2],[-11,-2],[-1,0],[-1,0],[-1,2],[-1,0],[-2,4],[-3,9],[-2,5],[-2,5],[-1,5],[0,4],[0,1],[2,2],[1,0],[2,1],[1,1],[2,0],[0,2],[0,1],[-2,4],[0,1],[-1,0],[-2,-1],[0,2],[3,0],[1,-2],[1,0],[0,1],[1,0],[2,4],[2,3],[-1,2],[-1,4],[2,6],[1,0],[2,-2],[2,-1],[0,-1],[1,-2],[0,-1],[1,0],[1,0],[1,1],[-2,0],[-1,2],[0,2],[-1,10],[4,3],[3,2],[3,1],[1,2],[1,2],[1,1],[1,2],[1,2],[2,0],[2,1],[3,1],[1,0],[5,-4],[4,-2],[2,2],[-1,6],[0,7],[3,3],[6,0],[3,-2],[4,0],[5,1],[10,1],[3,0],[8,3],[1,0],[3,2],[6,1],[5,-2],[10,-2],[3,-2],[3,-2],[2,-5],[0,-7],[2,-3],[4,2],[0,2],[-1,1],[5,1],[9,-1],[4,0],[11,-2],[10,-2],[10,-6],[3,-2],[1,1],[0,2],[-7,3],[-9,3],[-5,3],[-10,2],[-10,0],[-5,1],[-4,0],[-5,3],[0,3],[-1,3],[-2,4],[-1,0],[-6,1],[-3,1],[0,3],[2,2],[1,2],[0,1],[0,1],[0,1],[0,1],[-1,4],[-2,5],[0,2],[2,4],[2,3],[1,2],[1,1],[1,1],[5,-6],[-3,-6],[-1,-3],[0,-1],[2,0],[9,2],[6,1],[4,1],[6,-1],[7,2],[3,-1],[5,-1],[4,-1],[2,-2],[1,-1],[9,-5],[8,-5],[7,-9],[5,-1],[-1,1],[-5,6],[-6,7],[-7,2],[-8,5],[-3,2],[-2,1],[-8,5],[-7,3],[-8,5],[-2,2],[-1,2],[0,4],[0,2],[3,4],[2,1],[9,6],[4,2],[4,-2],[3,0],[2,0],[2,2],[0,2],[1,1],[2,1],[1,0],[2,-1],[1,0],[2,-1],[1,-2],[-2,-2],[-1,-2],[1,-2],[2,-2],[1,-1],[3,-1],[4,1],[8,2],[4,-1],[3,1],[7,2],[3,2],[2,2],[2,3],[1,2],[1,1],[3,2],[5,0],[3,-1],[3,0],[6,1],[6,0],[1,2],[-4,3],[-10,5],[-2,5],[3,1],[7,0],[8,1],[3,0],[2,1],[3,0],[9,5],[6,5],[6,3],[1,1],[3,2],[3,3],[2,1],[1,1],[1,1],[3,0],[4,0],[7,-2],[2,0],[0,-1],[-1,-2],[5,-4],[6,1],[7,-4],[4,-5],[-3,-5],[-3,-4],[-5,-4],[-3,-2],[0,-7],[0,-1],[2,-2],[1,-1],[6,-2],[4,-1],[1,1],[1,3],[5,6],[7,7],[1,1],[6,0],[6,0],[5,0],[4,0],[4,1],[2,1],[2,1],[4,2],[2,1],[0,1],[0,-2],[0,-1],[-1,0],[-1,1],[-1,-1],[-2,-1],[-2,-2],[0,-1],[6,-1],[3,0],[4,0],[4,1],[10,3],[-1,1],[-2,2],[0,1],[-3,0],[-5,1],[-3,2],[-1,2],[2,5],[3,4],[3,3],[4,3],[5,8],[2,2],[4,0],[9,2],[6,2],[5,2],[2,1],[10,1],[6,1],[8,0],[4,0],[4,0],[4,-1],[2,0],[6,-2],[6,-4],[5,-4],[4,-6],[4,-8],[1,1],[0,1],[0,1],[0,2],[-3,4],[-2,2],[-2,2],[0,1],[0,2],[1,1],[1,0],[3,0],[6,0],[8,1],[-2,1],[-3,0],[-2,-1],[-3,-1],[-2,1],[-1,2],[0,3],[1,9],[3,5],[3,-1],[7,2],[8,4],[4,1],[1,0],[2,1],[1,1],[1,1],[0,1],[1,1],[1,5],[2,5],[2,-1],[1,0],[-1,-2],[-2,-4],[1,-5],[3,-3],[2,1],[3,2],[1,3],[0,1],[0,1],[-1,0],[0,1],[0,2],[1,1],[1,2],[1,2],[1,0],[1,0],[9,-3],[3,-6],[-3,-7],[-1,-10],[1,-7],[2,-9],[-1,-1],[0,-3],[1,-5],[5,-4],[6,-2],[1,-11],[0,-3],[-2,-4],[-1,-3],[0,-1],[1,-4],[2,-3],[0,-8],[0,-3],[-1,-5],[0,-4],[0,-6],[1,-1],[3,-2],[3,-5],[1,-3],[0,-2],[1,0],[0,4],[-1,4],[-1,2],[-1,2],[-2,2],[-1,2],[-1,2],[0,2],[0,3],[0,3],[1,2],[0,3],[1,4],[-1,3],[-1,1],[0,1],[-1,3],[1,2],[0,2],[1,1],[4,3],[5,2],[3,2],[2,3],[2,6],[2,4],[1,3],[3,-2],[3,-2],[9,1],[2,0],[2,-1],[2,-2],[0,-1],[-1,-1],[-1,-1],[-3,-1],[-2,0],[-2,-1],[-1,0],[0,-1],[-1,-2],[1,-3],[0,-1],[4,-10],[1,-1],[3,-3],[0,-1],[2,-1],[6,-3],[4,-1],[6,-3],[3,-1],[1,-1],[0,-1],[2,-3],[1,-3],[0,-6],[0,-1],[-1,-1],[-2,-7],[0,-3],[1,-1],[1,3],[0,5],[4,8],[4,4],[2,2],[-1,3],[-3,6],[-4,10],[-1,3],[0,4],[0,2],[-1,4],[-2,7],[-1,2],[-2,1],[0,1],[2,2],[4,1],[2,-5],[-1,-3],[1,-4],[3,-2],[2,0],[0,2],[0,10],[-2,8],[-2,4],[-2,2],[1,2],[1,2],[2,3],[4,3],[2,7],[2,6],[4,4],[1,-1],[5,0],[4,1],[2,2],[6,-3],[7,-5],[1,-2],[1,-1],[3,-1],[1,-1],[2,0],[2,1],[2,0],[1,1],[0,1],[3,3],[4,2],[1,0],[6,0],[2,0],[8,-1],[5,-1],[7,-1],[4,-1],[0,-1],[3,-7],[5,-4],[4,-2],[10,-4],[3,-1],[2,0],[1,1],[7,5],[4,3],[3,1],[5,-3],[0,-3],[-2,-2],[-1,-2],[-1,-3],[-1,-1],[0,-1],[1,-1],[1,-1],[4,-3],[2,-2],[-1,-3],[-2,-2],[-4,-4],[-1,-1],[-2,-3],[0,-1],[-1,-2]],[[1466,7711],[1,-1],[0,-1],[-1,-3],[-1,0],[-3,-3],[-2,-4],[-1,-6],[0,-7],[-3,-3],[-6,-1],[-1,1],[-1,1],[0,10],[1,8],[3,4],[7,4],[3,1],[3,0],[1,0]],[[763,7596],[1,-1],[1,0],[1,1],[7,-2],[7,-6],[2,-2],[2,-2],[0,-2],[-1,-1],[-1,-2],[-2,1],[-2,2],[-3,2],[-5,2],[-5,-2],[-6,-2],[-7,3],[-2,3],[0,2],[1,1],[10,5],[2,1],[0,-1]],[[7418,7333],[1,8],[-4,17],[4,15],[5,-1],[2,6],[-14,6],[-8,6],[-11,1],[-9,9],[-1,15],[1,12],[2,3],[18,7],[5,9],[8,3],[0,-2],[18,-1],[5,7],[4,12],[-7,4],[-14,-9],[-5,-2],[-5,3],[2,11],[-8,13],[-1,7],[-3,1],[4,15],[-3,4],[2,6],[4,7],[3,12],[5,6],[-8,7],[1,7],[-11,1],[5,1],[-18,17],[4,4],[-8,8],[8,8],[5,-4],[4,3],[0,3],[2,-2],[3,7],[-8,2],[1,9],[22,21],[6,0],[1,10],[-11,-7],[-3,7],[8,4],[4,11],[-2,7],[5,3],[2,8],[-3,5],[0,7],[-3,8],[2,3],[-5,5],[-1,10],[-3,3],[16,6],[3,9],[-5,1],[1,3],[-2,-2],[-5,6],[-3,0],[-3,2],[-1,5],[-6,8],[1,4],[-7,3],[5,7],[7,0],[9,2],[4,4],[-5,3],[2,3],[5,-2],[1,7],[8,8],[11,-5],[9,2],[4,2],[0,6],[9,1],[0,9],[-11,8],[1,6],[-10,2],[-2,1],[1,2],[-8,3],[-4,3],[9,10],[2,6],[4,2],[-1,2],[5,1],[-8,2],[-2,-4],[2,6],[4,4],[-1,8],[5,3],[1,8],[14,5],[3,5],[-2,2],[-3,0],[-1,5],[-3,0],[-4,6],[-1,5],[1,6],[-8,-3],[0,2],[-2,0],[-10,-4],[1,13],[2,4],[-1,1],[4,8],[8,4],[-6,5],[2,1],[-3,7],[4,6],[-3,3],[-23,1],[-5,-1],[1,-3],[-4,-3],[-5,1],[-6,6],[-1,6],[-2,0],[-2,3],[-1,4],[5,3],[-1,6],[5,0],[8,5],[-11,4],[3,11],[-7,0],[-4,3],[3,11],[5,4],[-1,9],[7,19],[-4,4],[-19,-8],[-4,2],[-2,3],[3,3],[-5,15],[6,9],[7,2],[1,3],[-13,18],[6,10],[-5,7],[3,4],[-2,2],[3,-1],[10,6],[3,0],[0,3],[3,2],[4,-2],[2,1],[2,10],[3,2],[-4,5],[4,1],[-1,5],[2,2],[-5,14],[-9,-7],[-6,0],[-2,2],[-3,-2],[-3,7],[0,5],[-3,0],[-3,9],[12,9],[1,16],[-5,7],[-5,0],[-2,4],[-6,-2],[-1,3],[4,5],[-6,5],[0,8],[-3,5],[-10,3],[-1,2],[5,6],[-2,3],[0,14],[-8,-1],[-3,7],[-18,7],[-2,2],[0,3],[-6,0],[-3,5],[-2,-4],[-5,-1],[0,-2],[-5,0],[1,-11],[-2,5],[-5,-3],[1,-5],[-5,6],[-11,-6],[-3,2],[0,2],[-6,2],[-2,-4],[-10,-1],[-8,-7],[-5,-1],[-3,-5],[-2,2],[-15,-2],[-3,3],[-5,-4],[4,-4],[-2,-9],[-6,-5],[-2,-4],[-3,-1],[-4,7],[3,4],[-2,4],[-7,-2],[-13,9],[6,2],[2,-2],[10,7],[3,-8],[6,1],[8,4],[3,11],[4,3],[-4,3],[-7,-3],[-2,6],[-6,-2],[-2,2],[-4,1],[6,4],[-1,5],[2,7],[4,4],[-14,2],[-4,3],[7,8],[-4,3],[3,2],[-4,6],[4,9],[-4,2],[7,1],[6,12],[-8,3]],[[7218,8362],[2,0],[3,3],[1,1],[0,1],[1,3],[2,2],[3,0],[3,0],[6,0],[1,0],[9,2],[10,3],[6,4],[3,4],[1,4],[2,3],[3,2],[2,1],[4,-2],[8,-2],[10,-4],[1,1],[2,-1],[6,-6],[0,-3],[1,-5],[2,-1],[3,-1],[1,2],[0,2],[3,3],[0,1],[3,6],[-1,5],[-2,2],[-1,1],[1,0],[2,5],[3,4],[2,1],[5,6],[6,4],[6,3],[6,3],[4,-2],[4,-2],[6,-2],[6,-1],[4,-3],[2,-3],[2,-1],[1,0],[3,0],[5,1],[6,1],[2,3],[5,2],[1,-4],[2,-4],[6,1],[6,4],[1,5],[0,4],[-1,1],[0,2],[0,2],[3,3],[5,3],[3,-1],[3,-1],[2,-2],[5,-4],[1,-1],[3,-2],[1,-1],[4,-1],[4,1],[6,-3],[2,-2],[-2,-1],[-1,-2],[0,-3],[2,-3],[4,1],[4,2],[5,2],[1,0],[1,-5],[1,-2],[2,-2],[1,-3],[1,0],[0,-1],[-3,-1],[-4,-1],[-1,-1],[1,-7],[3,-3],[6,-3],[1,-6],[6,-2],[2,-5],[1,0],[2,-1],[1,-1],[1,-1],[4,0],[4,1],[1,0],[3,-1],[4,-2]],[[2134,7406],[2,-4],[4,-4],[3,-6],[2,-6],[2,-3],[5,-1],[2,-4],[1,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,0],[-3,-4],[-3,-4],[-1,-7],[0,-7],[2,-6],[0,-3],[1,-1],[-1,-1],[0,-1],[-2,0],[-2,0],[-3,-1],[-1,0],[-3,-4],[0,-2],[3,0],[2,2],[8,5],[0,1],[0,2],[0,4],[-1,3],[0,1],[1,1],[1,1],[1,1],[2,0],[3,10],[0,1],[3,3],[1,0],[1,1],[1,0],[2,-2],[1,0],[0,-1],[1,-3],[2,-3],[2,-1],[1,0],[1,1],[2,0],[1,1],[0,1],[-6,8],[1,8]],[[1008,7500],[1,0],[1,2],[1,1],[0,2],[1,1],[5,3],[2,1],[3,3],[1,2],[2,8],[5,4],[2,1],[3,-2],[3,-3],[0,-3],[1,-7],[1,-1],[1,-1],[5,-1],[5,0],[10,1],[1,1],[5,4],[2,3],[2,5],[-1,3],[0,1],[-1,0],[-1,1],[-5,1],[-3,0],[-1,2],[2,5],[1,3],[-1,11],[-2,7],[4,8],[8,2],[8,2],[0,1],[1,1],[1,5],[1,4],[1,5],[0,3],[0,1],[-1,2],[-2,2],[-5,7],[-4,1],[-5,1],[-3,3],[-4,9],[0,4],[4,10],[5,7],[8,3],[3,-1],[5,2],[4,2],[4,4],[1,5],[-1,1],[-1,3],[-2,7],[-1,6],[1,2],[1,0],[3,0],[4,0],[3,2],[3,4],[2,2],[4,3],[3,1],[-1,-1],[-1,0],[-1,-1],[0,-1],[0,-5],[1,-2],[1,-1],[3,-1],[1,0],[5,3],[3,5],[2,3],[1,1],[3,1],[1,0],[2,0],[1,-3],[2,-4],[1,-4],[2,-3],[5,-7],[1,-1],[4,0],[1,0],[4,2],[6,3],[6,0],[-1,-5],[-5,-5],[-3,-6],[-1,-2],[2,-5],[4,-1],[2,0],[1,0],[1,1],[-1,0],[-2,2],[-1,0],[0,-1],[-2,0],[2,1],[1,0],[1,0],[2,-2],[2,0],[7,1],[11,1],[4,2],[3,1],[1,2],[0,6],[3,3],[3,3],[7,2],[5,2],[7,2],[3,4],[7,2],[3,2],[1,3],[2,2],[3,3],[2,0],[7,-2],[8,-3],[4,0],[3,3],[1,2],[5,1],[2,-1],[4,-4],[4,0],[1,1],[3,5],[2,3],[0,1],[2,6],[3,6],[1,2],[8,8],[2,2],[3,1],[2,0],[3,-2],[1,-1],[1,-3],[3,-5],[1,-7],[0,-4],[-1,-1],[-1,-2],[0,-1],[-1,-5],[2,-2],[3,1],[1,0],[2,-2],[0,-1],[-1,-9],[-1,-10],[0,-2],[-5,-7],[-3,-5],[-2,-1],[-4,-4],[-1,-4],[0,-2],[3,-3],[1,3],[4,10],[4,4],[4,6],[3,10],[1,5],[5,9],[4,7],[9,4],[9,7],[1,0],[3,0],[4,2],[2,1],[5,3],[3,4],[1,1],[1,2],[3,1],[5,0],[6,0],[5,2],[5,2],[3,2],[6,5],[3,2],[3,6],[-1,-3],[-1,-2],[-5,-4],[-6,-5],[1,-4],[2,0],[2,-1],[3,-3],[2,-3],[1,-2],[-1,-1],[-1,0],[-1,1],[-1,3],[-2,2],[-1,1],[-1,0],[-3,-2],[0,-4],[2,-3],[4,-7],[-1,-2],[-2,-4],[-4,-6],[0,-4],[8,-2],[4,2],[-1,-4],[-6,-8],[-2,-9],[-1,-2],[-2,-2],[-3,-4],[-1,-4],[0,-1],[-1,-6],[0,-7],[-1,-3],[-4,-3],[-3,-3],[-4,-3],[-2,-2],[-1,-2],[1,-6],[2,-4],[6,5],[4,2],[3,3],[3,10],[1,11],[1,6],[2,9],[2,4],[1,2],[3,3],[5,6],[4,2],[3,0],[4,-1],[1,-2],[3,-2],[4,0],[8,2],[11,2],[2,1],[1,-1],[3,-2],[0,-1],[0,-1],[-1,-1],[-2,-2],[-3,-2],[0,-1],[0,-1],[0,-1],[3,-4],[1,-1],[1,-1],[-3,-5],[-7,-5],[-6,-4],[-5,-1],[-3,-2],[-1,-2],[2,-2],[3,-1],[8,0],[6,0],[5,-1],[-1,-2],[-3,-1],[-2,0],[-2,1],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-2],[5,-5],[8,-4],[3,-1],[5,-1],[6,-3],[6,-1],[1,1],[10,0],[1,0],[2,1],[4,0],[3,-1],[8,-5],[3,-3],[-1,-4],[-3,-3],[-1,-2],[-1,-1],[0,-1],[0,-2],[2,-2],[2,0],[0,-1],[1,-1],[0,-1],[-2,-5],[-2,-2],[-2,-2],[-3,-1],[0,-1],[0,-3],[2,-3],[2,-1],[1,0],[3,-1],[4,-1],[2,-7],[9,-6],[5,-3],[7,-2],[1,0],[2,-1],[1,-1],[2,-6],[2,-4],[-1,-3],[0,-2],[1,-6],[6,-3],[5,-3],[5,2],[5,-4],[4,-4],[6,-7],[5,-4],[3,-9],[2,-7],[1,-6],[0,-7],[1,-6],[2,-3],[1,-3],[1,-4],[-1,-2],[-1,-4],[-4,-5],[-1,0],[1,-1],[0,-3],[1,-1],[1,-1],[1,-2],[2,0],[4,0],[3,-2],[2,-1],[2,-2],[10,-4],[5,-1],[2,-5],[0,-6],[0,-1],[2,-1],[7,-5],[9,-4],[6,-2],[6,-1],[8,-4],[2,-2],[-1,-3],[-2,-4],[-1,-4],[2,-8],[2,-8],[3,-5],[2,-2],[2,-4],[4,-8],[5,-7],[6,-4],[4,7],[1,3],[1,3],[-1,11],[-2,5],[-1,5],[3,3],[4,1],[2,0],[3,-1],[2,-3],[1,-3],[0,-1],[1,0],[0,-1],[2,-1],[4,-1],[4,0],[2,-1],[2,1],[2,1],[3,1],[0,1],[-2,2],[0,3],[1,4],[1,4],[4,3],[3,2],[4,3],[6,5],[3,4],[5,4],[6,8],[5,6],[2,3],[2,2],[2,-1],[1,-1],[2,1],[0,1],[-1,-1],[-1,0],[-1,1],[-1,1],[0,2],[0,2],[3,0],[2,1],[2,2],[1,2],[1,1],[2,2],[0,1],[1,1],[10,4],[4,0],[3,1],[10,5],[5,3],[4,2],[4,2],[6,6],[3,2],[4,4],[1,1],[0,1],[4,8],[0,1],[0,1],[0,1],[-1,1],[-1,1],[-2,0],[-2,0],[-1,1],[-2,1],[-3,1],[-3,5],[0,1],[1,0],[1,1],[1,0],[9,1],[8,2],[4,-1],[2,1],[3,1],[2,1],[1,1],[6,-1],[5,-2],[2,-3],[1,-4],[1,-3],[2,-3],[2,0],[2,1],[1,0],[4,5],[7,4],[7,8],[6,1],[6,0],[1,0],[2,1],[1,1],[2,1],[6,6],[4,4],[0,1],[1,1],[3,1],[2,1],[4,6],[3,7],[3,4],[2,-3],[1,-3],[0,-4],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[3,-2],[2,-1],[2,-1],[1,0],[2,0],[5,0],[2,-1],[-1,-4],[-5,-6],[-4,-8],[-5,-9],[1,-2],[-1,-1],[-1,-4],[-3,-2],[-8,-6],[-2,-4],[0,-3],[7,-3],[6,-3],[5,7],[7,5],[6,7],[1,2],[6,4],[3,3],[4,2],[5,2],[6,1],[1,0],[2,-1],[-1,-3],[-1,-1],[-2,-1],[-3,-2],[-2,-2],[0,-1],[1,-2],[1,-2],[1,-2],[1,-2],[1,0],[2,-10],[0,-1],[0,-1],[1,-1],[3,-2],[3,-2],[2,0],[1,-1],[3,-4],[1,-2],[2,-2],[5,-9],[2,-2],[1,-2],[1,-2],[0,-2],[-2,-6],[2,-3],[3,1],[2,5],[4,6],[3,4],[0,2],[0,8],[-1,4],[0,3],[5,-2],[1,-1],[1,-3],[0,-1],[0,-2],[-1,-5],[-2,-7],[0,-1],[0,-4],[1,-3],[2,-3],[1,-1],[1,0],[2,0],[1,0],[6,2],[2,3],[2,4],[-2,8],[-4,3],[2,8],[2,2],[2,1],[3,3],[3,4],[0,2],[1,2],[1,1],[3,1],[2,-2],[0,-2],[0,-2],[3,-4],[4,-4],[1,-1],[1,-1],[2,0],[1,1]],[[6864,8094],[7,3],[5,10],[21,10],[-2,5],[21,11],[4,-4],[12,3],[-1,12],[7,4],[-4,6],[0,-2],[-9,2],[-2,2],[4,1],[-5,10],[-7,3],[9,6],[-8,11],[-1,9],[6,4],[14,19],[-1,8],[5,5],[9,-2],[6,3],[4,-2],[3,5],[5,3],[-1,7],[3,5],[-12,9],[3,2],[-1,2],[-8,1],[10,4],[4,8],[8,1],[4,3],[0,3],[-7,4],[1,6],[-4,9],[0,4],[4,1],[1,10],[2,3],[-4,4],[-7,-2],[-8,11],[0,14],[-6,3],[-5,10],[-5,4],[0,6],[4,2],[9,1],[5,11],[3,1],[0,5],[6,5],[1,7],[-6,-3],[-3,2],[2,4],[-2,5],[2,4],[3,1],[1,8],[8,-3],[4,6],[-2,2],[-2,-1],[3,7],[-2,6],[-3,2],[5,16],[2,-1],[2,2],[18,-2],[4,-5],[2,-10],[4,-5],[2,-9],[14,7],[4,1],[6,-4],[7,8],[12,-3],[0,-2],[7,0],[-1,-7],[13,-7],[4,-12],[2,-2],[4,3],[6,-1],[-1,-2],[6,11],[19,7],[-3,3],[6,5],[1,7],[7,6],[8,15],[8,-7],[10,5],[3,-1],[5,1],[3,14],[7,11]],[[7165,8485],[1,-1],[1,0],[1,-1],[3,-5],[4,-1],[2,-1],[4,-6],[7,-5],[3,-5],[-1,-7],[2,-5],[3,-9],[0,-3],[6,-2],[7,-1],[-5,-8],[-4,-6],[3,-4],[5,-5],[7,-5],[0,-3],[1,-8],[-2,-2],[-4,-4],[-5,-4],[-2,-1],[0,-1],[1,-1],[3,-3],[3,-1],[5,-3],[0,-3],[-1,-4],[1,-3],[4,-2]],[[4663,8271],[2,-6],[2,3],[10,1],[4,-1],[-14,-11],[7,-5],[4,-8],[5,-2],[3,-9],[6,-2],[3,-4],[0,-6],[-3,-3],[7,-18],[5,-3],[-5,-17],[0,-4],[4,-5],[-2,-1],[2,0],[1,-5],[-2,-15],[4,-2],[0,3],[5,1],[4,-5],[4,0],[-2,-6],[2,-3],[-2,-5],[6,-1],[0,-2],[-9,-19],[1,-7],[-1,3],[-7,-1],[-8,4],[0,9],[-2,2],[-2,-2],[-2,2],[-1,4],[1,5],[-6,-5],[-9,3],[-7,-5],[-12,-1],[-1,-9],[-4,-3],[-2,-6],[3,-6],[-3,-6],[4,-3]],[[3778,7800],[9,14],[3,2],[1,13],[-4,1],[-1,5],[3,2],[3,19],[8,9],[0,5],[-3,0],[1,6],[-8,-1],[3,2],[-4,1],[-1,6],[-25,1],[-2,3],[-2,0],[-3,5],[1,3],[-3,5],[1,2],[-3,1],[-3,-2],[-3,2],[2,3],[8,5],[-2,11],[6,2],[3,5],[9,-2],[2,2],[7,-4],[-1,15],[-8,-2],[-4,1],[1,3],[-2,0],[12,5],[-3,3],[-7,-1],[1,14],[3,1],[2,18],[6,2],[5,-1],[1,6],[2,1],[-1,3],[4,1],[-5,2],[0,4],[-2,1],[-8,-1],[-4,3],[-10,1],[-4,4],[4,6],[1,18],[-4,8],[3,4],[-2,1],[0,8],[4,12],[-4,2],[0,5],[-15,-1],[-7,9],[-13,7],[-2,7],[-9,11],[-1,4],[13,0],[18,11],[2,-4],[6,5],[4,0],[-1,17],[2,5],[-15,12],[-5,-3],[-8,1],[-5,-9],[-5,-3],[-1,-6],[-9,2],[-3,4],[1,4],[9,9],[-3,6],[-3,2],[1,8],[-12,3],[10,9],[2,8],[7,9],[-4,2],[0,3],[-6,9],[-7,18],[5,16],[-3,8],[0,5],[-2,7],[-3,4],[0,20]],[[3699,8292],[9,1],[4,1],[17,3],[-2,7]],[[3727,8304],[21,3],[24,7],[21,10],[37,24],[9,1],[14,-6],[32,-40],[15,-10],[15,0],[19,14],[4,-6],[-4,2],[-4,-3],[-5,-15],[8,5],[3,-1],[-3,-2],[2,-3],[-3,-4],[4,-2],[4,6],[6,-6],[-7,-7],[10,-8],[17,5],[6,-4],[4,0],[4,6],[-2,3],[18,-1],[3,-2],[3,2],[0,3],[10,1],[6,6],[6,-2],[3,-6],[4,-1],[9,7],[1,-5],[3,-1],[-3,15],[2,1],[5,-24],[6,-6],[9,-5],[10,-1],[9,3],[1,-3],[11,4],[-3,-5],[8,-4],[-3,-1],[3,-3],[-1,-7],[-2,0],[-1,-4],[4,2],[5,-3],[2,8],[6,1],[3,3],[6,2],[1,-19],[4,-9],[-3,-2],[2,-4],[-2,1],[8,-9],[-8,-7],[-9,2],[-6,5],[-11,3],[-1,-3],[-6,-3],[-4,1],[-1,3],[-3,1],[-3,-4],[2,-4],[-8,-3],[4,-5],[-8,-2],[2,-5],[5,0],[1,2],[5,-1],[2,3],[1,-6],[3,1],[7,-4],[6,1],[-2,-1],[4,-5],[6,4],[-5,-12],[2,-3],[-2,-2],[5,-5],[7,1],[-2,10],[15,6],[7,9],[3,-14],[4,-4],[0,-8],[2,-3],[7,0],[-4,-6],[4,1],[6,-5],[-4,2],[-4,-2],[-1,2],[-2,-7],[-4,0],[4,-5],[0,-4],[12,10],[1,-8],[3,-1],[1,-3],[3,1],[2,-1],[-2,-8],[2,3],[6,-3],[6,4],[1,-3],[-10,-4],[1,-1],[-1,-4],[9,-3],[6,3],[-7,3],[8,-3],[2,3],[-2,2],[4,-1],[10,4],[1,-3],[8,5],[1,-5],[1,4],[7,-3],[1,4],[-6,3],[-3,7],[6,4],[6,0],[-3,7],[-2,0],[-5,8],[-3,0],[1,3],[-2,4],[22,11],[36,1],[1,15],[2,5],[5,0],[0,6],[6,0],[4,7],[4,0],[0,-5],[2,-1],[2,6],[7,2],[4,-2],[-3,-1],[1,-3],[11,1],[1,-3],[-3,15],[8,2],[-1,-3],[7,-1],[36,-2],[0,11],[7,-1],[0,7],[3,0],[-1,10],[3,3],[-3,7],[2,3],[-2,3],[4,0],[1,7],[11,0],[-1,7],[2,1],[0,8],[2,4],[1,-7],[-3,21],[12,3],[6,-4],[2,2],[-3,1],[2,9],[6,-5],[3,4],[-7,4],[3,6],[10,0],[8,4],[4,6],[4,0],[2,6],[3,-2],[-5,-5],[-2,-7],[2,-1],[7,0],[1,5],[3,-1],[-3,2],[3,2],[2,-2],[3,2],[20,-2],[8,-5],[19,2],[13,-6],[5,-8],[18,4],[5,-12],[2,4],[5,2],[0,5],[20,-1],[-1,-3],[11,-10],[1,-4],[4,-3],[-3,-3],[7,-3],[0,-3],[7,-2],[5,4],[0,2],[4,-1],[0,-4],[2,1],[1,-4],[4,0],[12,-9],[2,0],[6,8],[9,-1],[9,-12],[3,4],[-3,3],[7,10],[2,-5],[5,3]],[[2925,7596],[4,8],[8,5],[2,5],[-1,2],[-7,-7],[-15,-1],[-8,-4],[-3,-5],[-8,1],[-2,5],[-6,6],[-12,1],[-4,5],[1,-3],[-2,0],[-12,5],[-10,15],[-7,-5],[-4,1],[-3,-6],[0,-7],[-13,5],[-3,-2],[-8,1],[-5,-5],[-16,11],[-5,0],[-9,-10],[-11,5],[-5,0],[-13,12],[2,4],[5,0],[-1,7],[-7,14],[-4,2],[-3,-1],[-2,4],[-5,-3],[-4,1],[-1,3],[-7,0],[-2,4],[-7,-1],[-4,4],[2,10],[5,-2],[5,3],[1,5],[6,8],[7,-2],[0,8],[5,6],[4,0],[6,7],[0,7],[6,5],[3,-8],[6,-5],[2,3],[3,0],[4,6],[3,1],[7,17],[18,10],[6,11],[0,8],[-4,2],[2,3],[-3,1],[-12,-6],[-7,2],[-12,-4],[-6,2],[2,7],[6,2],[0,3],[-3,0],[3,4],[0,8],[-5,0],[11,3],[-2,4],[1,7],[5,-1],[1,5],[5,-4],[9,4],[5,-10],[9,2],[5,-5],[6,1],[13,6],[11,10],[8,0],[22,28],[4,18],[3,2],[2,-4],[8,13],[11,5],[5,0],[1,4],[-1,4],[-4,-1],[-1,6],[-10,-1],[-5,6],[1,4],[10,7],[5,13],[-1,13],[-7,11],[3,5],[-2,22],[-5,-2],[-3,4],[-23,-18],[8,14],[3,-2],[12,9],[3,7],[-13,4],[1,3],[-3,3],[-10,3],[-1,3],[-6,2],[-5,6],[6,6],[-18,3],[2,5],[4,2],[3,-5],[6,-2],[7,3],[2,13],[6,3],[-1,5],[8,0],[-5,2],[3,2],[-6,1],[1,2],[18,11],[-1,3],[-6,-3],[-2,1],[-4,9],[-7,6],[1,1],[-2,3],[-2,0],[-3,7],[4,3],[-4,1],[1,-2],[-4,-1],[-1,-3],[2,-2],[-2,-8],[-4,0],[0,2],[-2,0],[-4,-3],[3,-4],[-7,-4],[-1,-7],[-9,-4],[-4,-6],[-10,3],[0,4],[-6,3],[-7,0],[-2,4],[-9,-1],[-1,7],[-5,4],[-1,2],[2,0],[-4,1],[1,3],[-2,2],[-7,-2],[-2,8],[-7,-3],[0,4],[-10,3],[-3,7],[-5,3],[0,5],[-3,-3],[-2,3],[1,4],[-3,5],[-2,-4],[-3,1],[-5,9],[1,1],[-2,2],[-5,-1],[-2,3],[-1,6],[-2,-1],[1,-4],[-6,3],[3,5],[-2,4],[7,-4],[3,6],[-10,5],[-4,21],[1,4],[18,17],[-5,30]],[[2735,8216],[5,9],[7,7],[4,5],[3,4],[2,3],[1,1],[7,5],[3,1],[1,1],[1,0],[8,0],[5,-1],[3,0],[3,0],[9,0],[1,1],[5,3],[8,3],[1,0],[2,0],[8,-1],[7,0],[6,0],[8,1],[10,-1],[5,0],[9,-3],[5,-4],[4,-4],[4,-3],[2,-2],[6,-3],[9,-5],[4,-3],[10,-4],[7,-3],[5,-2],[11,-3],[4,0],[6,-2],[2,0],[11,-2],[9,-1],[6,-1],[8,-1],[6,-1],[4,-1],[8,-1],[8,-1],[2,0],[9,1],[6,-1],[6,0],[7,-1],[6,0],[7,0],[4,1],[2,0],[5,-2],[4,-2],[2,-1],[4,-1],[2,0],[9,-1],[9,0],[3,1],[5,1],[3,0],[6,2],[4,0],[2,1],[4,1],[4,0],[6,0],[3,0],[7,0],[9,-1],[7,-1],[8,-2],[5,-1],[4,-1],[5,-2],[4,-1],[7,-1],[3,-1],[5,0],[8,0],[6,0],[3,1],[4,0],[2,-1],[5,-1],[4,-1],[4,-2],[7,-2],[4,-2],[8,-3],[3,-2],[7,-4],[2,-2],[4,-2],[1,-1],[9,-5],[1,-1],[4,-3],[2,-2],[5,-2],[4,-3],[4,-1],[6,-3],[6,-1],[10,-2],[7,-1],[6,-3],[13,-6],[2,2],[2,1],[1,0],[6,2],[4,0],[5,0],[3,-1],[5,0],[6,0],[4,1],[9,1],[6,1],[6,1],[5,1],[6,2],[1,1],[14,4],[8,1],[5,4],[3,2],[3,2],[5,1],[8,3],[4,1],[3,2],[3,2],[8,4],[4,0],[6,3],[5,2],[4,2],[2,2],[5,3],[3,2],[11,10],[6,4],[2,1],[7,6],[4,4],[6,6],[0,2],[3,3],[5,3],[2,3],[3,4],[3,3],[7,8],[4,5],[5,3],[7,5],[3,3],[6,2],[4,1],[5,2],[5,2],[5,1],[5,1],[2,1],[5,3],[8,4],[5,2],[5,2],[6,3],[7,2],[2,0],[14,-1],[15,1],[7,1],[8,0]],[[4710,8630],[5,-1],[2,-7],[3,1],[-1,1],[2,-2],[6,4],[8,-16],[13,1],[0,-8],[-13,-10],[2,-5],[4,3],[6,-2],[2,-6],[-2,0],[0,-4],[7,-7],[13,2],[9,-6],[9,1],[16,17],[4,0],[7,5],[11,-20],[7,7],[3,10],[5,3],[0,-5],[4,-6],[8,2],[-1,-3],[9,5],[4,-1],[0,-4],[19,2],[2,-4],[-3,-2],[9,-2],[-2,-3],[2,-3],[6,2],[3,-1],[-1,-7],[4,-3],[-2,-2],[-3,3],[-6,-1],[5,-4],[5,2],[2,-3],[6,4],[4,7],[5,-4],[11,5],[5,-1],[9,-6],[11,3],[7,11],[10,1],[5,-2],[6,3],[3,-1],[2,1],[10,-6],[9,5],[20,-1],[2,-5],[24,-8],[4,-5],[8,-3],[9,6],[0,3],[13,-11],[-1,-9],[4,0],[1,-3],[7,-4],[0,-3],[7,6],[6,-11],[12,0],[17,7],[0,-3],[6,-3],[1,2],[3,-3],[6,0],[6,-3],[5,-12],[2,0],[-1,-6],[3,-1],[5,3],[5,-2],[0,-4],[-7,-4],[10,-7],[6,5],[1,6],[12,8],[0,-4],[6,-3],[1,-4],[4,-2],[3,3],[2,-4],[8,-1],[-3,-4],[5,-3],[-2,-3],[4,0],[13,4],[0,-7],[-3,-1],[-1,-6],[5,-2],[0,-3],[1,0],[2,-4],[3,3],[1,-3],[4,5],[-1,2],[3,0],[-3,4],[4,-1],[5,3],[0,2],[-2,1],[3,-1],[2,-3],[2,1],[2,-1],[5,1],[2,3],[7,-1],[-2,-6],[7,-7],[-5,-7],[2,-3],[-2,-2],[3,-8],[2,1],[11,-9],[14,10],[-1,2],[3,2],[-2,7],[2,3],[-1,4],[-3,0],[5,1],[0,7],[5,2],[0,2],[4,4],[-1,3],[2,2],[0,7],[6,0],[3,-3],[6,3],[6,-5],[5,5],[7,-2],[1,3],[12,-6],[0,-3],[6,-3],[14,-3],[9,9],[-7,20],[3,4],[-2,4],[3,2],[-1,6],[6,3],[-4,2],[3,1],[3,-2],[11,-1],[5,3],[3,-3],[3,3],[4,-3],[2,1],[2,2],[-3,9],[12,9],[-4,4],[3,2],[8,-2],[1,3],[2,-9],[8,-7],[2,2],[-3,16],[-6,2],[-1,6],[-5,2],[-3,5],[13,7],[-2,4],[3,-3],[-1,-4],[5,-8],[9,1],[5,5],[-2,3],[2,2],[1,-6],[11,-15],[-3,-6],[2,-3],[6,1],[-5,-5],[3,0],[3,4],[2,-6],[4,1],[5,-10],[-2,13],[2,0],[-5,4],[1,2],[-1,10],[10,-1],[7,5],[3,8],[9,-2],[-1,4],[11,-5],[0,-10],[7,0],[1,-2],[-1,-6],[9,-5],[8,13],[0,4],[3,-3],[7,0],[3,8],[-5,12],[4,-2],[5,3],[6,-1],[2,-3],[4,2],[1,-6],[-5,-12],[1,-3],[3,-2],[1,5],[5,2],[3,9],[15,0]],[[5618,8576],[5,-9],[-3,-9],[-5,-5],[7,-7],[2,-15],[-4,-2],[-3,7],[-6,-2],[0,-7],[-7,-1],[-1,-7],[6,0],[3,-8],[2,-1],[0,-3],[-3,-2],[3,-5],[-4,-5],[-9,-4],[6,-7],[4,-1],[1,-2],[-2,1],[3,-5],[7,-6],[1,-5],[2,0],[-1,-2],[6,-7],[-2,-1],[7,-13],[-9,-3],[-1,-9],[5,-5],[-3,-4],[2,-13],[-4,-1],[2,-8],[-4,-15],[-3,2],[-15,-4],[-1,-5],[4,-8],[4,-2],[6,-8],[4,-2],[0,-6],[2,-1],[0,-7],[-9,-2],[-4,-4],[1,-6],[36,-17],[4,-5],[-3,-4],[3,-2],[-23,-10],[-8,1],[-6,6],[-8,1],[-4,-6],[3,-24],[-2,-12],[-3,0],[0,-5],[3,-17],[-2,-2],[-2,3],[-2,-1],[-5,-3],[-3,-26],[-9,-3],[0,-6],[-7,-1],[-6,-6],[1,-5],[-5,-3],[-2,6],[-8,2],[0,3],[-13,4],[-6,-7],[-14,-7],[-3,0],[-3,-5],[6,-10],[5,0],[-2,-3],[1,-3],[-7,-1],[-1,-2],[5,-1],[2,-3],[5,1],[-3,-2],[2,-1],[2,2],[2,-4],[3,3],[1,-2],[-6,-5],[1,-3],[6,-2],[6,7],[5,-1],[1,-3],[4,1],[-4,-8],[4,-3],[0,3],[5,7],[1,-2],[6,-1],[-1,-8],[-6,-3],[0,-8],[2,-1],[-3,-7],[4,-6],[0,-16],[7,-9],[-4,-8],[-3,5],[-2,-3],[3,-4],[-5,1],[-3,-5],[-2,3],[-2,-1],[0,5],[-8,-2],[0,3],[9,6],[-10,6],[-20,-4],[-6,1],[-4,-7],[4,-6],[-2,-2],[6,-4],[1,-7],[-4,-3],[5,-7],[-4,-6],[3,-5],[8,-3],[6,12],[3,-9],[6,-5],[7,0],[5,-13],[10,-1],[-2,15],[-3,0],[-3,3],[0,4],[2,0],[-2,3],[-7,-4],[-2,-5],[-3,0],[-4,4],[1,5],[-3,2],[0,4],[-2,1],[4,2],[0,4],[-5,4],[5,5],[11,2],[8,-4],[3,-8],[4,1],[1,4],[2,0],[7,-5],[6,0],[-5,-5],[0,-3],[5,-4],[6,4],[7,-5],[-1,1],[2,-3],[-3,-1],[1,-2],[4,0],[-4,-10],[0,-13],[8,-11],[5,0],[-6,8],[-2,0],[-2,9],[-2,2],[4,5],[2,12],[6,3],[-3,3],[3,3],[11,-9],[-1,-8],[-2,0],[3,-5],[-3,-1],[-4,-9],[6,3],[4,-8],[17,0],[1,-1],[-6,-6],[1,-2],[-2,-2],[-9,-3],[2,-3],[-12,0],[-3,3],[8,-10],[-2,0],[-2,-7],[-12,11],[-1,-7],[4,-5],[-2,0],[-7,-10],[-5,1],[-4,-5]],[[4663,8271],[1,8],[5,5],[-2,2],[2,11],[4,2],[-3,5],[5,-1],[3,8],[10,5],[-3,7],[6,2],[14,10],[-2,7],[2,5],[-3,2],[5,6],[6,-1],[2,8],[-4,1],[3,6],[-6,6],[-2,-1],[-6,4],[-1,-4],[-6,2],[-1,-6],[-6,-1],[3,-7],[-5,-9],[-1,6],[-5,7],[-2,-2],[-6,0],[0,4],[-4,0],[-2,2],[15,15],[2,-1],[-4,6],[6,4],[1,3],[-2,1],[4,6],[-6,5],[-5,-2],[-6,3],[5,12],[-2,2],[1,4],[-10,16],[-8,0],[-3,-5],[-3,3],[5,5],[-7,0],[4,2],[8,-3],[8,2],[1,8],[-9,-2],[-2,4],[2,4],[-3,1],[-1,2],[-6,4],[4,1],[7,10],[5,3],[3,9],[-3,9],[-13,12],[7,2],[3,9],[6,4],[1,14],[7,1],[13,8],[-3,11],[2,3],[-5,4],[0,3],[-15,-10],[-3,-8],[-4,-3],[-5,0],[-2,4],[-9,9],[6,4],[6,9],[5,-1],[2,3],[-2,26],[7,-4],[8,5],[0,3],[1,-2],[6,3],[-2,9],[-2,2],[7,15],[9,-7],[14,1]],[[6313,8857],[4,-3],[4,-2],[6,2],[5,1],[1,0],[2,0],[0,-1],[2,-2],[2,-2],[4,-1],[4,-1],[4,-3],[1,-2],[-1,-1],[0,-1],[0,-4],[2,-4],[8,2],[8,0],[7,0]],[[6376,8835],[-2,-11],[-6,-10],[-3,-24],[4,-3],[7,-2],[0,-5],[9,-2],[6,2],[-3,-15],[2,-2],[0,-18],[-3,-13],[-4,-6],[-7,-3],[-2,-13],[-5,-2],[-2,-20],[-3,-9],[5,-1],[-2,-5],[5,-7],[-3,-6],[-11,-7],[-1,-3],[6,-7],[10,2],[4,-4],[6,-2],[-1,-5],[6,-5],[-15,-11],[-2,-14],[4,-2],[-12,-8],[-5,0],[-10,-6],[1,-6],[-4,-3],[-2,-6],[0,-4],[-13,-3],[-15,-8],[3,-10],[-3,-2],[-4,2],[0,-3],[-7,3],[-3,-20],[2,-9],[-6,-9],[2,-3],[-3,-3],[0,-2],[-2,0],[-1,-2],[-2,2],[-4,-1],[-2,-4],[-8,2],[-1,-1],[-4,5],[-6,1],[-2,2],[-4,-2],[-6,2],[1,-3],[-10,4],[0,-5],[2,-2],[-3,-3],[-1,-6],[-9,-2],[16,-22],[3,0],[1,-4],[4,-1],[1,2],[4,-2],[-1,-3],[-5,0],[0,-3],[3,0],[0,-3],[-2,-10],[3,-4],[1,2],[-1,-3],[4,2],[5,-3],[-1,-5],[-6,-2],[-2,-4],[-1,1],[-2,-2],[3,-2],[-4,-4],[-5,-1],[-1,-7],[18,-4],[1,-17],[-2,-1],[1,-6],[-3,-2],[-4,8],[-6,-3],[4,-8],[-4,-3],[1,-2],[-12,0],[1,-41],[3,-2],[6,-7],[2,-9],[2,1],[5,-7],[-6,2],[-5,-3],[-2,4],[-8,-10],[4,-10],[-1,-12],[3,1],[2,-2],[-1,-10]],[[5618,8576],[2,3],[-3,5],[1,5],[-4,3],[1,7],[-9,3],[-3,18],[-2,1],[2,6],[-2,2],[4,10],[-5,-2],[-15,2],[1,2],[-4,2],[2,4],[-2,5],[-3,2],[4,3],[4,0],[0,4],[3,0],[6,4],[-2,5],[3,6],[-7,10],[5,5],[-4,5],[-12,-2],[-4,12],[7,1],[0,3],[14,6],[-5,25],[-6,7],[4,6],[6,0],[-1,-13],[3,0],[-1,2],[3,-2],[1,4],[11,6],[7,7],[1,5],[-3,9],[6,5],[-4,1],[2,3],[-5,4],[5,0],[-3,5],[5,6],[-1,5],[3,0],[4,7],[3,1],[-1,3],[5,1],[4,6],[10,6],[2,3],[-5,2],[5,9],[-3,0],[0,4],[13,8],[1,3],[5,0],[8,8],[0,2],[-5,0],[1,1],[-3,2],[-13,-3],[0,4],[-4,-3],[-2,3],[4,2],[-1,4],[-3,-5],[-6,1],[7,8],[0,6],[3,2],[-1,3],[3,2]],[[5655,8891],[6,0],[10,5],[1,-2],[17,12],[3,6],[2,0],[3,-5],[6,4],[1,-3],[9,-4],[0,7],[8,-2],[6,-8],[-4,-1],[3,-6],[4,1],[2,-2],[18,6],[10,-4],[7,2],[3,9],[6,1],[0,7],[9,3],[9,-1],[4,-5],[4,-1],[7,4],[9,-9],[6,4],[2,-2],[3,-3],[-1,-3],[19,1],[7,-3],[3,2],[14,-3],[4,7],[5,4],[2,7],[12,0],[3,1],[2,9],[8,0],[-1,9],[17,-2],[8,-6],[11,-3],[8,-9],[5,-10],[11,6],[1,4],[6,4],[10,-6],[2,-4],[3,10],[-3,2],[-4,-1],[-3,3],[6,0],[2,8],[5,4],[23,8],[10,7],[4,-6],[10,-4],[7,-7],[19,-2],[2,-5],[5,2],[10,0],[6,-7],[5,-2],[14,9],[9,-9],[17,-3],[9,-6],[-6,-3],[7,-5],[-2,-3],[1,-10],[3,0],[2,6],[13,5],[6,6],[5,-1],[10,5],[3,-4],[13,11],[3,0],[6,7],[5,-3],[4,-15],[-11,-24],[1,-10],[17,3],[4,-11],[7,0],[0,-1],[7,-3],[2,4],[15,0],[18,-7],[-1,-8],[2,-2],[13,4],[1,-1],[7,4],[4,-2],[13,5]],[[6376,8835],[4,1],[8,4],[9,2],[6,1],[5,-1],[7,-1],[4,1],[7,4],[2,0],[3,-2],[2,-1],[4,-2],[3,-1],[8,-2],[4,-4],[3,-4],[9,0],[1,0],[1,0],[1,-1],[4,0],[7,-1],[4,-2],[4,0],[6,0],[7,-2],[2,0],[11,-5],[0,-1],[1,0],[4,1],[4,-5],[23,11],[4,-2],[5,2],[4,0],[4,0],[4,-1],[3,4],[2,1],[2,1],[3,2],[4,5],[2,4],[3,3],[3,2],[3,0],[3,0],[3,1],[5,1],[6,5],[1,2],[1,4],[4,3],[5,0],[8,2],[5,0],[10,1],[6,1],[4,2],[3,1],[3,0],[4,2],[1,0],[3,1],[6,3],[7,-1],[8,0],[3,0],[1,1],[-5,6],[0,6],[-1,6],[0,7],[1,8],[2,6],[1,3],[1,3],[2,2],[-1,5],[1,2],[2,4],[-1,3],[-4,2],[-4,0],[-2,7],[0,3],[2,2],[2,7],[2,7],[1,3],[2,2],[3,6],[1,2],[1,1],[7,1],[4,5],[13,6],[2,1],[6,3],[1,2],[3,8],[4,13],[0,2],[2,1],[4,2],[6,2],[4,3],[7,5],[6,3],[12,17],[1,-7],[4,-6],[3,-1],[4,-1],[7,-2],[2,0],[4,0],[2,0],[5,2],[4,0],[1,0],[1,-1],[1,-1],[1,-7],[0,-4],[9,-1],[0,-1],[1,-2],[-1,-2],[-5,-4],[-5,-2],[-6,-5],[-2,-4],[-1,-2],[3,-8],[1,-2],[1,-2],[-3,-5],[-1,-5],[0,-1],[4,-1],[1,-1],[-2,-5],[0,-2],[-4,1],[-4,5],[0,4],[-1,2],[-5,2],[-1,0],[0,-1],[-3,-4],[-3,-5],[3,-7],[0,-2],[-3,-6],[-1,-5],[-1,-1],[-1,-4],[-2,0],[-7,-1],[-2,-1],[-2,-4],[1,-1],[1,-1],[4,0],[1,-2],[0,-1],[-1,-5],[1,-4],[2,-1],[5,0],[1,-1],[1,-2],[0,-5],[-1,-1],[-4,-3],[-4,-3],[-4,-4],[-2,-3],[-1,-6],[2,-8],[0,-1],[-4,-8],[0,-3],[0,-2],[1,-1],[1,-3],[-4,-6],[-4,-5],[-1,-1],[-1,0],[-3,-3],[-3,-3],[-3,-7],[0,-12],[1,0],[3,0],[7,-4],[5,0],[5,-3],[5,-2],[7,1],[1,0],[4,-2],[1,0],[2,-2],[2,-8],[3,-7],[1,-1],[6,-3],[1,-1],[4,-3],[4,-2],[-1,-6],[7,-8],[-3,-3],[-4,0],[-1,-1],[-1,-1],[-1,-2],[1,-1],[5,1],[1,-1],[1,-1],[0,-1],[-1,-2],[-1,0],[-5,-3],[-3,-7],[-2,-4],[-3,-6],[-2,-6],[-1,-1],[1,-4],[-3,-2],[-2,0],[-2,0],[-1,-1],[1,-11],[2,-4],[1,-7],[7,0],[0,-1],[1,-7],[0,-4],[0,-4],[1,-8],[-3,-9],[-2,-9],[-2,-5],[-3,-3],[2,-2],[3,-3],[6,0],[-1,4],[4,0],[3,-1],[6,-4],[8,-2],[3,-1],[8,2],[2,1],[4,-1],[4,0],[1,3],[4,3],[1,-1],[1,0],[4,7],[6,3],[1,-2],[3,-2],[4,1],[0,1],[1,2],[5,0],[2,-2],[2,0],[1,0],[7,1],[1,0],[1,-1],[1,-1],[3,-8],[2,-7],[1,-2],[5,-3],[11,-5],[3,-3],[5,-1],[2,-1],[10,-3],[1,-1],[0,-3],[0,-1],[7,-1],[4,2],[3,1],[3,2],[4,-2],[2,-4],[14,-21],[1,-4],[4,-9],[-1,-10],[3,-3],[4,-1],[7,-3],[0,-1],[4,5],[2,4],[1,0],[2,-1],[3,-2],[3,-4],[0,-5],[-1,-7],[0,-4],[0,-2],[2,-1],[9,1],[5,0],[9,1],[3,1],[1,0],[6,-7],[2,-2],[7,4],[2,0],[3,-2],[3,-1],[2,-2],[1,0],[4,2],[4,6],[7,3],[3,-2],[6,-6],[1,-4],[3,-3],[6,-6],[9,-5],[4,-4],[4,-4],[6,-6],[3,-4],[0,-1],[-10,-7],[0,-1],[-3,-5],[-1,-2],[-3,-3],[-2,-6],[0,-5],[2,-5],[3,-8],[0,-1],[2,1],[2,3],[4,0],[4,2],[2,-1],[5,0],[2,6],[0,1],[0,4],[0,2],[2,2],[1,1],[1,-1],[2,0],[6,-6],[7,-2],[6,-3],[1,0],[8,-3]],[[2428,7466],[15,4],[4,1],[1,0],[10,-2],[6,-2],[2,-9],[2,-1],[7,2],[7,0],[8,0],[5,1],[7,2],[6,2],[6,3],[6,4],[2,2],[3,2],[2,2],[0,1],[4,4],[8,1],[1,1],[2,0],[6,0],[5,0],[8,-1],[1,0],[4,-2],[1,0],[3,-7],[5,-2],[2,-1],[1,0],[2,0],[1,1],[1,1],[-5,0],[-3,3],[-1,0],[-2,5],[-5,6],[-6,4],[-2,1],[-3,0],[-1,0],[-1,0],[-2,-1],[-2,0],[0,1],[-2,1],[-1,2],[-1,1],[-1,3],[0,1],[1,3],[1,2],[2,3],[6,8],[1,4],[1,1],[1,2],[1,2],[3,1],[0,1],[1,3],[2,5],[-1,0],[-2,-2],[-2,-1],[0,-1],[-1,-3],[-1,-2],[-5,-5],[-1,0],[-6,-4],[-5,-3],[-4,-2],[-6,-2],[-7,-2],[-3,-4],[-1,-2],[0,-2],[-1,-2],[-2,-1],[-2,-2],[-1,3],[0,6],[0,1],[-1,2],[0,3],[-1,1],[0,1],[-3,1],[-5,2],[-5,5],[-2,2],[-5,2],[-5,4],[-2,-1],[-5,-2],[-1,1],[-5,3],[-1,2],[-1,2],[-1,2],[0,3],[-3,9],[-2,8],[0,2],[-1,2],[-2,4],[-3,7],[-2,3],[-1,1],[-2,0],[-7,1],[-4,1],[-5,2],[-2,0],[-1,1],[-2,2],[-4,5],[-1,1],[-2,8],[0,2],[0,2],[1,2],[2,12],[0,1],[0,9],[0,1],[0,9],[0,10],[0,2],[0,8],[-2,8],[-1,5],[0,1],[-1,1],[-5,7],[-3,2],[-6,4],[-4,2],[2,2],[8,8],[2,2],[2,6],[3,8],[1,4],[3,19],[0,6],[2,13],[1,7],[2,12],[1,4],[0,1],[2,2],[2,4],[2,1],[0,1],[1,0],[1,-2],[0,-1],[-1,-1],[-3,-3],[-1,-3],[-2,-7],[0,-4],[0,-1],[2,-5],[3,-2],[2,3],[2,10],[0,8],[2,3],[1,2],[-1,5],[-1,2],[-2,2],[-3,1],[-1,0],[-2,-2],[0,-1],[-2,1],[-1,2],[0,2],[0,2],[0,2],[1,4],[0,14],[-1,6],[0,1],[0,5],[0,5],[1,2],[0,2],[1,1],[0,1],[1,5],[-1,5],[-1,5],[0,1],[1,1],[1,0],[2,-4],[1,-2],[2,-6],[0,-3],[1,4],[-1,9],[-3,6],[0,7],[0,8],[0,3],[1,2],[2,2],[7,5],[7,-2],[6,-5],[5,-3],[3,-3],[1,-2],[1,-1],[1,1],[0,1],[-1,5],[-1,2],[-5,4],[-2,1],[-8,5],[-5,3],[-4,0],[-10,-3],[-2,-1],[-1,0],[-1,-1],[-4,-3],[0,-1],[-1,-1],[1,-2],[0,-2],[-2,-3],[-3,-6],[1,-6],[1,-4],[0,-6],[-1,0],[-1,0],[-3,1],[-2,4],[-1,1],[-2,8],[-3,8],[-1,3],[-3,16],[-1,7],[-2,9],[0,3],[-1,3],[-1,4],[1,-2],[1,-5],[1,-7],[1,0],[2,7],[0,4],[-1,8],[-3,6],[-3,4],[0,-6],[0,-1],[-1,-1],[0,10],[0,10],[0,6],[0,1],[1,6],[0,2],[1,3],[1,1],[4,7],[0,2],[2,8],[2,11],[-2,4],[0,2],[0,2],[0,7],[-1,8],[0,4],[-1,5],[-1,3],[-1,11],[-1,4],[-1,5],[-1,5],[0,2],[0,11],[0,5],[1,3],[11,2],[10,4],[-1,3],[-3,3],[-3,3],[-2,1],[-2,0],[-1,0],[-2,0],[-4,-1],[-1,0],[-3,0],[-2,1],[-5,-1],[-4,-6],[-1,-1],[-1,-1],[0,-1],[0,-4],[1,-6],[0,-1],[1,-1],[-1,-2],[-1,0],[-3,3],[-2,3],[-3,4],[-3,5],[-4,6],[-2,6],[-2,6],[-2,5],[-2,10],[-1,3],[-3,7],[-1,3],[-7,10],[-1,1],[0,2],[2,5],[0,-1],[0,-3],[0,-1],[1,-2],[3,0],[7,-1],[2,0],[0,3],[-5,4],[-3,0],[-3,1],[-2,1],[-5,0],[-1,1],[-2,2],[-2,4],[-3,7],[-3,8],[-2,4],[-2,3],[-1,2],[-1,3],[-2,5],[0,1],[1,0],[1,1],[1,-1],[4,0],[5,1],[1,1],[1,1],[-3,2],[-8,-1],[-7,-4],[-1,-1],[-4,2],[-2,2],[-4,6],[-2,4],[-3,4],[-3,5],[-5,5],[-3,3],[-1,2],[-1,3],[-3,3],[-3,3],[-5,4],[-1,1],[-2,1],[-2,4],[5,-1],[2,-1],[11,-6],[1,1],[-1,1],[0,2],[-3,1],[-3,3],[-3,3],[-1,1],[-4,-1],[-2,0],[-3,-2],[-2,-1],[0,-1],[-1,0],[0,-1],[-3,-3],[-5,1],[-6,2],[-2,7],[-3,7],[-2,3],[-2,8],[0,3],[-1,2],[1,7],[0,6],[0,8],[0,4],[0,11],[-1,9],[-2,6],[-2,8],[-3,6],[-1,2],[-2,3],[-2,3],[-2,4],[0,9],[0,3],[0,5],[-1,4],[-1,5],[-2,6],[-1,1],[-1,1],[-2,0],[-3,1],[-2,0],[-2,0],[-1,0],[-2,1],[-3,2],[-3,4],[-4,6],[0,2],[-1,9],[2,6],[9,6],[7,4],[4,4],[5,9],[4,8],[1,3],[-1,11],[0,10],[0,3],[0,6],[-1,10],[-1,6],[-2,8],[-1,6],[-4,10],[-3,8],[-7,6],[-2,2],[-2,1],[-2,0],[-4,0],[-3,2],[-1,1],[-2,2],[-3,2],[-4,1],[-1,0],[-10,0],[-5,2],[-1,3],[-3,1],[-5,2],[-3,0],[1,4],[2,3],[3,7],[0,2],[0,4],[-1,2],[-1,1],[-1,0],[-2,2],[-1,3],[-2,3],[0,5],[1,8],[1,4],[2,5],[2,1],[3,0],[5,-1],[4,0],[3,-1],[2,-1],[8,-5],[2,-2],[2,-3],[2,-5],[3,-3],[1,0],[2,-1],[1,0],[2,0],[3,1],[3,2],[2,2],[2,3],[2,1],[2,1],[3,1],[1,0],[8,-4],[3,-5],[4,-7],[3,-8],[2,-2],[1,-1],[9,-1],[7,0],[1,-1],[5,-1],[4,-2],[10,-5],[15,-2],[9,-1],[1,0],[3,0],[3,1],[5,-1],[4,-2],[1,-2],[2,-2],[2,-1],[2,-1],[3,0],[8,-3],[1,-2],[2,-3],[4,-3],[1,-1],[4,0],[8,-1],[9,2],[2,1],[1,0],[3,1],[12,-3],[-1,0],[-8,2],[-1,-3],[-1,-3],[1,-1],[0,-1],[4,-8],[1,-1],[2,0],[3,0],[2,0],[5,3],[1,6],[1,3],[4,0],[6,-3],[7,3],[11,0],[3,-1],[2,0],[9,0],[5,1],[1,0],[5,2],[9,4],[3,1],[5,4],[3,3],[6,4],[6,8],[1,1],[1,2],[1,2],[-1,3],[-1,3],[0,3],[1,2],[1,1],[2,0],[4,-3],[3,-1],[3,-2],[2,0],[1,1],[3,1],[5,5],[5,3],[3,1],[4,2],[2,-1],[1,-1],[1,0],[2,0],[5,1],[4,1],[4,3],[1,0],[2,0],[10,0],[4,0],[4,-1],[9,-4],[2,0],[2,-1],[2,0],[3,1],[5,-2],[7,-2],[4,-1],[5,-2],[4,-1],[7,-2],[1,0],[7,3],[4,0],[2,0],[1,0],[1,-3],[0,-1],[-1,-4],[-1,-4],[0,-5],[3,-4],[3,-5],[3,-5],[6,-6],[3,-4],[2,-3],[0,-5],[0,-5],[1,-1],[2,-6],[3,-8],[1,-5],[0,-6],[0,-10],[-8,2],[-5,3],[-3,0],[-1,-1],[-2,-4],[-1,-4],[-1,-2],[-1,-1],[-2,-4],[-1,-4],[0,-3],[-1,-8],[-4,-6],[0,-3],[0,-1],[0,-1],[1,-1],[-1,0],[-1,1],[-1,1],[0,4],[1,2],[1,0],[1,0],[2,4],[-1,2],[-1,1],[-1,0],[-3,2],[-4,0],[-2,0],[-2,-1],[-5,-3],[-5,-9],[-1,-4],[-1,-4],[-1,-7],[0,-5],[-1,-8],[2,-5],[0,-3],[3,-4],[4,-8],[2,-3],[2,-4],[4,-6],[4,-7],[4,-5],[1,-2],[1,-1],[6,-11],[5,-8],[1,-1],[7,-8],[8,-11],[6,-8],[6,-8],[11,-12],[5,-6],[5,-6],[5,-7],[2,-4],[3,-6],[2,-10],[2,-6],[0,-1],[-1,-2],[-1,-2],[-1,-4],[-6,-5],[-2,2],[-1,-2],[0,-1],[0,-3],[1,-9],[9,1],[7,-4],[10,-4],[1,-1],[1,-3],[0,-1],[11,2]],[[5600,9054],[-1,-3],[2,-1],[-2,-2],[3,-2],[-7,-9],[-6,-1],[0,-4],[-6,-2],[3,-7],[-1,-5],[2,-1],[0,-4],[-4,-2],[-9,4],[-5,0],[-1,-4],[-6,2],[-8,-15],[-4,0],[-5,-3],[-1,2],[-7,4],[2,6],[0,9],[-3,-1],[-3,5],[7,13],[3,-3],[3,6],[4,1],[5,-3],[10,1],[-2,8],[8,6],[4,-1],[4,2],[-1,8],[22,-4]],[[3727,8304],[-2,-1],[-10,-1],[-9,-1],[-7,0],[-5,2],[-5,5],[0,2],[1,2],[1,0],[1,1],[1,0],[2,0],[3,0],[8,-1],[3,1],[-6,1],[-4,0],[-8,1],[-1,0],[-2,-2],[-10,-3],[-11,2],[-11,2],[-11,2],[-16,-1],[-1,0],[-14,1],[1,4],[-14,3],[0,-1],[-22,5],[-5,7],[-7,7],[-9,5],[0,3],[0,2],[3,6],[0,2],[-1,3],[-1,0],[-1,2],[-2,2],[-1,0],[-2,1],[-4,2],[-5,2],[0,1],[-1,2],[-1,1],[0,2],[-1,1],[1,6],[1,4],[1,3],[3,8],[3,7],[2,6],[3,6],[3,6],[3,5],[2,6],[2,3],[2,4],[1,4],[0,2],[1,2],[2,4],[5,10],[3,4],[3,5],[2,5],[3,5],[3,5],[2,5],[1,3],[2,4],[2,4],[2,4],[3,9],[0,1],[-2,3],[0,5],[1,5],[5,10],[0,2],[1,3],[1,10],[1,0],[3,6],[3,2],[7,7],[6,7],[8,4],[2,2],[6,2],[9,3],[5,1],[8,4],[9,5],[10,6],[4,3],[6,2],[5,1],[6,0],[1,0],[2,0],[6,2],[2,1],[9,4],[7,5],[6,4],[1,2],[3,4],[1,2],[4,3],[3,3],[1,0],[2,0],[2,1],[10,5],[7,3],[7,4],[5,3],[6,3],[8,5],[6,4],[4,3],[3,1],[9,6],[6,3],[1,0],[6,7],[6,4],[2,1],[6,2],[4,2],[1,1],[2,2],[1,2],[4,5],[7,4],[7,5],[7,3],[6,4],[7,3],[3,1],[4,0],[9,3],[2,1],[2,1],[10,2],[7,3],[5,1],[2,0],[5,2],[5,1],[4,0],[4,0],[11,4],[5,0],[10,0],[1,0],[2,-1],[6,0],[12,2],[10,0],[9,1],[7,1],[6,2],[4,2],[3,1],[9,4],[4,2],[6,5],[2,0],[2,0],[3,0],[3,0],[9,4],[4,0],[9,2],[8,2],[7,3],[3,1],[8,3],[5,1],[5,2],[2,1],[6,4],[1,1],[4,3],[4,3],[3,1],[2,0],[7,0],[7,-1],[6,-1],[9,0],[5,-1],[6,-1],[3,1],[5,1],[5,3],[3,1],[8,3],[7,1],[4,2],[3,2],[4,4],[5,2],[4,0],[3,1],[4,1],[1,0],[5,3],[3,3],[5,2],[4,1],[5,3],[5,3],[9,5],[6,3],[1,2],[1,0],[9,5],[4,1],[2,1],[5,3],[3,2],[0,3],[0,2],[2,2],[8,6],[2,0],[5,2],[8,6],[3,2],[3,3],[5,6],[3,3],[6,6],[7,6],[4,4],[7,6],[1,1],[3,2],[4,2],[2,1],[3,2],[3,3],[2,3],[5,5],[4,3],[4,2],[2,2],[5,3],[7,4],[6,3],[4,2]],[[4435,8946],[9,-5],[0,3],[3,1],[1,-7],[7,-1],[10,15],[6,1],[2,-2],[10,0],[2,-6],[4,-2],[-3,-7],[1,-12],[-5,3],[3,-8],[7,-4],[1,1],[4,-1],[5,-8],[9,-6],[1,-4],[4,2],[12,-8],[0,-6],[5,-2],[3,-10],[13,-7],[8,-9],[12,-6],[-1,-4],[2,-5],[6,-4],[5,-12],[6,-6],[7,-2],[0,-2],[2,1],[5,-5],[11,-3],[14,-7],[2,-3],[5,-1],[5,-3],[1,-5],[4,-3],[0,-8],[4,-1],[1,-6],[4,-4],[3,1],[7,-6],[-1,-7],[2,-5],[-2,-2],[2,-8],[3,0],[1,-5],[0,-11],[-2,-2],[6,-3],[-1,-13],[6,-20],[3,-7],[6,-4],[-1,-4],[6,-9],[2,-9],[11,-5],[5,-7],[-1,-1],[5,-7],[-2,-4]],[[4613,9241],[4,-4],[-3,-3],[3,-2],[-1,-4],[4,0],[3,-4],[5,2],[2,-4],[-3,-2],[3,-2],[15,9],[3,-1],[-2,6],[4,-5],[6,5],[16,2],[8,6],[-3,2],[10,5],[1,-2],[5,2],[2,4],[29,-2],[19,-16],[6,2],[3,-3],[4,-1],[1,-3],[4,-1],[0,-4],[4,3],[3,-4],[2,1],[2,-8],[-2,-2],[6,-7],[12,0],[0,-5],[7,-2],[7,0],[3,6],[0,3],[7,4],[3,6],[6,2],[12,-10],[-3,-7],[2,-4],[-4,1],[-17,-14],[8,-6],[1,-5],[4,-3],[2,4],[4,1],[6,-9],[6,1],[23,-15],[10,2],[3,-4],[5,1],[6,-10],[5,-3],[7,2],[4,-5],[4,0],[-1,-8],[-7,-3],[0,-6],[2,-1],[2,-3],[-1,-4],[4,0],[-1,-8],[4,2],[4,-5],[-1,-12],[1,-4],[6,1],[1,7],[5,-4],[0,4],[8,-6],[1,6],[2,-1],[1,4],[6,-1],[4,-3],[7,-8],[3,-9],[2,4],[2,-2],[3,2],[10,15],[3,-2],[0,3],[9,-1],[6,4],[-1,2],[7,0],[2,3],[8,-1],[1,-6],[-3,-2],[3,-1],[12,6],[2,-3],[16,18],[11,-7],[8,-10],[15,8],[3,-1],[2,-6],[4,5],[-1,4],[-7,11],[-4,-1],[-1,3],[13,5],[13,-23],[5,-3],[-4,-7],[4,-1],[7,3],[2,9],[2,1],[2,-1],[0,7],[9,0],[-1,2],[4,1],[4,6],[5,2],[5,-8],[13,-1],[10,4],[7,-14],[9,-9],[7,-1],[7,-8],[0,-5],[-19,-8],[-11,-9],[-1,2],[-2,-2],[-3,3],[-4,0],[-11,-5],[-4,-3],[2,-7],[-3,-4],[-7,2],[-2,-8],[-7,-1],[0,-7],[3,-2],[-3,-7],[-5,-1],[3,-5],[-5,-11],[-2,-15],[7,0],[2,-3],[3,2],[-3,2],[2,2],[3,-6],[4,-1],[-2,-3],[10,-2],[3,-13],[7,0],[18,45],[2,-2],[1,2],[6,1],[9,6],[22,3],[3,-13],[10,-15],[9,8],[-1,14],[5,8],[3,0],[0,-3],[8,-4],[6,4],[6,-3],[-3,-2],[2,-3],[-5,-3],[1,-3],[-6,-4],[4,-10],[1,2],[4,-3],[5,0],[-1,-2],[2,-4],[4,2],[3,-1],[7,4],[10,-2],[8,-13],[3,1],[3,-3],[5,6],[9,-3],[2,-4],[7,2],[6,-3],[9,-12],[2,3],[5,-1],[3,5],[-11,8],[-5,7],[2,4],[11,4],[-4,5],[3,4],[-3,4],[0,6],[15,-3],[5,-4],[9,-10],[5,0],[3,-3],[8,4],[2,3],[3,-8],[-3,-1],[2,-3],[-2,-11],[3,-3],[-4,-6],[1,-2],[-3,3],[1,-7],[-2,1],[0,-2],[-9,-10],[4,-8],[-15,-13],[3,-1],[4,-8],[6,1],[1,-2],[9,5],[2,2],[-2,2],[6,4],[3,-6],[12,18],[3,-4],[3,4],[4,0],[0,5],[8,-4],[2,5],[-2,3],[6,2],[4,5],[5,0],[2,-1],[-2,-9],[1,-8],[3,1],[2,-2],[3,-4],[-1,-3],[5,-4],[2,-7],[-5,-7],[-4,-3],[-4,3],[-6,-6],[6,-3],[-1,-3],[2,1],[3,-5],[3,3],[4,-3],[2,1],[1,4],[-3,3],[15,10],[11,1],[1,-3],[2,0],[0,5],[3,2],[-3,2],[2,5],[3,-1],[0,-3],[6,-2],[8,11],[16,-5],[0,-6],[2,-2],[4,6],[10,4],[2,-1],[13,10],[7,-6],[1,3],[6,1],[-1,-3],[9,0],[17,-7],[2,-3],[8,3],[3,6]],[[5599,8934],[3,-1],[-3,-6],[5,-1],[0,-2],[12,-6],[-1,-4],[3,-8],[4,1],[-1,-3],[8,0],[10,3],[-2,-10],[3,3],[5,-2],[6,2],[4,-9]],[[4435,8946],[3,1],[0,1],[3,5],[3,3],[6,5],[9,6],[8,5],[6,5],[7,7],[4,5],[2,3],[2,7],[4,13],[2,6],[1,4],[2,7],[3,10],[3,9],[1,5],[1,3],[5,9],[1,3],[4,5],[5,7],[2,2],[2,2],[1,1],[1,1],[3,2],[4,3],[6,3],[2,1],[3,2],[4,2],[2,1],[2,1],[2,0],[7,1],[1,0],[1,-1],[-1,-2],[-2,-1],[-2,-1],[-1,-1],[11,-15],[5,-5],[6,-4],[3,-2],[3,1],[5,3],[3,1],[1,1],[1,-1],[9,-1],[11,-5],[1,-2],[10,-3],[4,-3],[5,-3],[2,2],[4,5],[1,2],[-7,10],[-2,2],[0,5],[1,5],[-6,9],[-7,3],[-9,1],[-7,-1],[-5,0],[-4,4],[-2,3],[-2,4],[-1,3],[-2,3],[-2,4],[-3,4],[-4,10],[-3,3],[-2,2],[-6,1],[-10,0],[-7,3],[-1,1],[0,1],[-1,3],[-1,5],[0,1],[-2,2],[-1,1],[-1,1],[-1,1],[-1,7],[2,15],[1,9],[1,10],[1,11],[1,3],[2,14],[0,4],[1,5],[1,5],[0,2],[2,4],[3,2],[2,1],[3,0],[4,-1],[-1,-1],[0,-2],[-1,-1],[22,1],[7,0],[8,6],[1,0],[0,-5],[4,-4],[1,-2],[3,-2],[2,-2],[0,1]],[[4613,9241],[-4,4],[-2,4],[1,4],[-1,2],[-2,4],[-2,2],[-1,0],[-4,0],[-4,-1],[-1,-1],[-1,0],[-1,1],[-3,3],[-3,4],[-5,1],[-2,0],[-3,-1],[-1,-1],[-1,1],[-3,4],[-2,3],[-2,6],[-2,3],[-1,2],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,1],[-1,1],[-1,1],[0,1],[0,2],[0,3],[1,1],[2,5],[3,12],[2,11],[1,9],[0,2],[1,12],[3,18],[1,17],[1,12],[0,18],[0,3],[1,5],[1,7],[2,3],[0,2],[1,1],[2,2],[1,1],[3,-2],[1,-1],[0,-2],[5,-6],[4,-2],[15,-14],[4,-4],[1,-1],[2,0],[2,0],[10,-1],[-7,3],[-2,0],[-1,0],[-1,0],[-1,0],[-4,2],[-2,3],[-4,6],[-3,8],[-2,6],[-4,3],[-4,1],[-2,6],[0,2],[-1,1],[-5,5],[-6,6],[-3,3],[-1,1],[-2,7],[-1,3],[0,1],[0,5],[1,4],[0,4],[0,2],[0,7],[0,2],[0,3],[0,7],[0,8],[0,5],[0,8],[-1,5],[0,8],[0,4],[-1,3],[-1,10],[-1,8],[-1,7],[-1,3],[-3,8],[-1,9],[-2,8],[0,2],[5,6],[2,5],[2,5],[0,1],[-6,6],[-1,1],[0,1],[0,1],[6,1],[4,2],[4,1],[3,2],[4,5],[1,6],[0,8],[1,3],[2,2],[1,2],[0,1],[2,6],[0,2],[1,3],[0,7],[-1,4],[-1,6],[1,3],[0,3],[1,3],[-1,4],[-1,4],[0,2],[0,1],[1,1],[1,0],[3,-1],[-2,2],[-3,-1],[-1,0],[-1,1],[-2,6],[-2,7],[-2,5],[-2,9],[-1,8],[-2,6],[-1,3],[-2,3],[-1,2],[0,5],[2,10],[0,2],[1,1],[1,1],[2,0],[1,0],[4,0],[6,0],[5,1],[2,0],[10,3],[6,2],[5,2],[1,1],[7,5],[2,2],[4,4],[2,1],[6,8],[2,2],[2,4],[4,6],[2,3],[1,1],[5,5],[4,4],[6,6],[8,7],[5,3],[2,2],[4,2],[3,1],[9,4],[1,1],[3,1],[4,2],[6,3],[10,2],[6,1],[3,1],[13,3],[10,3],[8,2],[1,1],[-1,1],[-1,2],[13,4],[4,0],[5,-2],[1,-1],[2,1],[2,0],[2,2],[4,3],[6,4],[2,1],[7,2],[11,4],[1,0],[3,0],[2,0],[2,0],[1,0],[4,-1],[4,1],[3,0],[3,1],[2,2],[11,3],[7,0],[4,1],[0,-1],[9,1],[5,2],[9,0],[2,1],[0,1],[1,2],[1,2],[0,1],[2,1],[4,1],[7,1]],[[4903,9914],[9,-1],[8,-3],[1,-3],[2,0],[9,-12],[-1,-4],[6,-4],[4,1],[0,-10],[8,-8],[2,-13],[8,-11],[1,-12],[9,-13],[4,-14],[13,-29],[1,-13],[9,-13],[-1,-6],[4,-5],[-2,-6],[5,-11],[0,-12],[5,1],[10,-7],[12,-17],[12,-5],[7,4],[5,0],[0,-10],[17,10],[1,-4],[19,-2],[19,-10],[-4,9],[5,4],[8,-4],[-2,-2],[11,-4],[2,1],[4,-5],[-2,-3],[6,-1],[-3,-4],[-4,2],[-6,-7],[-5,0],[-5,-6],[-4,4],[-17,-14],[-5,-2],[2,-13],[3,1],[4,-3],[-3,-3],[2,-3],[10,-11],[11,-8],[4,-1],[0,-2],[-17,-14],[3,-2],[-2,-2],[5,-2],[2,-7],[4,-1],[15,11],[6,-13],[2,1],[1,-5],[4,0],[5,-9],[12,-2],[13,-9],[5,-8],[4,0],[5,-6],[1,1],[6,-3],[8,5],[6,0],[4,7],[7,1],[0,-2],[4,-1],[-3,-1],[2,-2],[-2,-1],[1,-6],[4,-1],[2,-4],[7,0],[0,4],[3,0],[3,-5],[2,2],[-3,4],[2,3],[6,-1],[2,-2],[6,8],[3,0],[1,-6],[6,-2],[4,4],[5,1],[0,-8],[7,-2],[-1,-1],[5,-7],[9,5],[10,0],[11,3],[0,13],[5,-2],[2,-4],[6,1],[1,-5],[6,0],[6,4],[7,-6],[-3,-4],[4,-9],[8,-6],[2,1],[4,-5],[4,3],[-2,6],[6,6],[-3,9],[2,0],[1,-3],[2,1],[0,10],[18,-7],[4,5],[-17,16],[-6,2],[3,8],[8,7],[17,-2],[7,6],[8,-8],[2,1],[10,-5],[21,-27],[-10,-5],[-3,1],[-2,-2],[-3,4],[-8,-10],[-17,-13],[-12,-25],[13,-4],[0,-5],[2,0],[4,-9],[-4,-8],[4,-3],[-3,-3],[2,-1],[-9,1],[-6,-2],[5,-9],[-1,-14],[5,-1],[4,3],[9,-4],[24,5],[17,8],[0,-6],[3,-3],[-7,-14],[2,-2],[-1,-6],[5,0],[2,-3],[-4,-2],[3,-2],[3,2],[4,-3],[3,3],[3,-3],[12,8],[8,1],[7,3],[6,-2],[4,0],[0,3],[11,-10],[19,-11],[5,-7],[8,-2],[2,-4],[-2,-1],[-2,4],[-3,-1],[1,-7],[-4,-6],[2,-2],[-3,-7],[-2,0],[-3,-3],[3,-5],[5,0],[-3,-4],[1,-7],[10,4],[5,-4],[4,7],[7,7],[10,2],[-2,-10],[11,-4],[-6,-6],[-3,-13],[-13,1],[-4,-4],[-3,1],[-1,-4],[-5,-4],[-2,-7],[-18,-9],[-6,0],[-1,3],[-2,-2],[-6,3],[8,-8],[1,-8],[2,-1],[-1,-8],[3,0],[5,-13],[2,-1],[0,-8],[3,1],[11,-6],[7,-9],[5,1],[2,-2],[9,-12],[-2,-3],[3,-5],[1,1],[0,-3],[5,-2],[0,-3],[3,-1],[5,-5],[-11,-6],[-2,4],[-2,0],[0,-6],[-6,-2],[1,-1],[-5,-7],[5,-4],[-3,-5],[3,-3],[-8,0],[-2,5],[-6,1],[-11,-4],[-2,-3],[3,-7],[-4,-6],[8,-5],[2,5],[5,-3],[10,12],[10,-6],[11,3],[14,-5],[26,-4],[8,-3],[-3,-2],[3,-1],[-2,-9],[3,-1],[-3,-4],[8,-4],[3,2],[-1,-3],[5,2],[5,-2],[2,-9],[1,-1],[4,3],[-1,-4],[2,-2],[-8,-6],[2,-4],[-25,0],[-2,-2],[0,-8],[-5,-10],[10,-4],[-3,-5],[7,-6],[3,0],[0,-4],[-8,-2],[-5,-13],[-6,-1],[-4,2],[-3,-2],[-2,2],[-2,0],[0,-2],[-3,0],[-5,-4],[5,-3],[6,-12],[13,-4],[-5,-7],[-3,1],[-7,-7],[-4,0],[-11,-10],[3,-1],[0,-4],[6,-1],[-1,-11],[6,0],[-1,-7],[2,-5],[-7,-15],[-2,3],[-2,-2],[0,4],[-7,0],[2,-5],[-2,0],[0,-3],[7,-7],[-8,-2],[1,-6],[-3,-4],[5,-3]],[[4903,9914],[4,1],[10,0],[10,-2],[3,-3],[3,-4],[6,-7],[1,-2],[0,-2],[-1,-1],[-1,-2],[1,0],[1,2],[1,2],[0,2],[-8,9],[-2,4],[3,4],[1,1],[6,5],[6,2],[0,-1],[8,7],[1,1],[0,5],[2,7],[1,0],[0,1],[1,-13],[0,-1],[1,-1],[1,-1],[2,0],[8,2],[3,-4],[1,-3],[-2,-3],[3,-4],[1,-1],[1,0],[0,1],[1,0],[0,3],[-1,6],[-1,5],[1,2],[2,2],[1,0],[2,1],[2,1],[2,4],[0,3],[0,1],[0,1],[0,1],[0,-1],[0,-1],[1,0],[1,1],[0,1],[-2,3],[-1,0],[-3,0],[-2,0],[-1,0],[-7,4],[-4,0],[0,1],[4,0],[4,-3],[4,-2],[5,2],[1,-1],[1,0],[1,0],[2,-3],[1,-1],[0,-1],[5,-3],[5,-1],[3,0],[4,2],[2,1],[3,2],[6,2],[7,2],[2,1],[2,1],[1,1],[4,1],[9,2],[14,4],[3,1],[12,3],[9,2],[6,1],[5,3],[3,-1],[4,-3],[5,-5],[1,-1],[7,-1],[9,0],[5,1],[13,4],[4,1],[5,2],[7,3],[4,2],[13,4],[7,3],[10,4],[6,2],[10,5],[10,5],[8,4],[3,1],[3,-7],[2,-5],[1,-3],[2,-5],[3,-5],[0,-6],[0,-1],[0,-1],[2,-11],[2,-11],[5,-22],[-3,-1],[0,-4],[2,-6],[2,-4],[1,-1],[2,-2],[1,0],[6,-4],[2,-1],[1,-1],[3,0],[3,0],[1,0],[0,-1],[2,-5],[-1,-7],[2,-5],[5,-6],[2,-8],[3,-4],[3,-7],[1,-3],[-2,-3],[-8,-2],[0,-1],[1,-3],[-1,-4],[-2,-1],[-4,-2],[-4,-3],[-2,-3],[-3,-4],[-4,-2],[2,-4],[1,-1],[3,1],[4,1],[2,-4],[1,-2],[-1,-2],[-2,-2],[0,-2],[1,-4],[2,-3],[1,0],[0,-3],[-3,-6],[0,-5],[3,-3],[0,-2],[-2,-4],[-1,-1],[1,-2],[3,-5],[1,0],[-1,-5],[-2,-2],[-6,-8],[-1,-3],[1,-2],[3,0],[4,2],[4,-2],[0,-1],[0,-2],[0,-2],[0,-4],[1,-1],[3,0],[1,-1],[2,-1],[2,-15],[4,-9],[15,0],[4,3],[3,4],[1,2],[4,-3],[1,-2],[2,-4],[9,1],[3,-1],[9,0],[2,2],[3,-2],[6,-5],[-3,-7],[2,-5],[2,-5],[1,-3],[6,-7],[1,-1],[3,-1],[4,-2],[2,-1],[6,-7],[-2,-5],[1,-3],[1,-4],[2,-3],[1,-1],[7,-3],[5,-1],[0,-6],[-1,-3],[3,-9],[3,-2],[0,-3],[0,-4],[4,0],[4,-3],[4,-2],[3,-3],[3,-1],[2,0],[2,2],[5,2],[7,1],[5,2],[4,-7],[4,-5],[2,-3],[4,-4],[4,-1],[5,1],[5,-1],[6,-9],[2,-1],[3,-1],[3,1],[1,1],[0,1],[-1,2],[-1,5],[2,2],[7,-2],[2,2],[3,5],[1,1],[0,3],[0,5],[0,8],[1,3],[4,1],[2,1],[2,0],[1,1],[-2,5],[-2,1],[0,1],[-1,0],[0,1],[0,3],[0,2],[2,1],[1,1],[3,2],[1,1],[1,1],[1,1],[0,1],[3,1],[2,0],[2,0],[0,-2],[1,-1],[4,0],[3,0],[4,3],[1,4],[2,0],[6,3],[1,0],[0,1],[1,1],[7,5],[5,3],[4,1],[4,0],[5,-1],[2,1],[2,3],[6,4],[4,3],[4,1],[6,-3],[5,-3],[2,-1],[3,-2],[3,1],[3,1],[5,5],[1,0],[1,1],[3,2],[1,2],[0,1],[0,2],[1,3],[2,4],[1,0],[2,0],[5,-3],[1,-5],[2,1],[8,2],[2,1],[3,0],[2,1],[1,-1],[1,-4],[0,-1],[-1,-1],[2,-5],[5,-7],[1,-3],[1,-2],[3,-3],[2,-6],[4,-3],[3,-4],[2,-3],[1,-5],[1,-4],[4,-2],[2,-2],[2,-1],[0,-2],[-2,-3],[-3,-3],[-1,-3],[3,-3],[2,-1],[7,-6],[4,-2],[3,-2],[6,1],[2,1],[3,0],[7,0],[1,0],[0,-1],[1,-2],[1,-1],[1,-2],[7,-6],[-2,-6],[-1,-2],[-2,-2],[0,-2],[1,-3],[3,-7],[1,-3],[-3,-3],[-3,0],[-7,-5],[0,-7],[0,-5],[3,-5],[2,-3],[0,-2],[0,-1],[-4,-6],[5,-5],[5,-7],[0,-1],[0,-1],[-2,-5],[2,-2],[3,-3],[3,-3],[2,-4],[0,-2],[1,-4],[3,-6],[1,-8],[-1,-2],[0,-4],[0,-4],[2,-2],[2,-5],[0,-2],[-2,0],[0,-1],[-1,-6],[0,-1],[0,-1],[1,0],[3,-1],[1,-2],[-5,-3],[-1,0],[2,-7],[2,-8],[-2,-6],[4,-3],[1,-4],[0,-4],[4,-4],[5,-2],[4,-2],[5,-1],[5,0],[4,-5],[1,-4],[1,-2],[4,0],[2,1],[15,-5],[3,-3],[4,-7],[1,-1],[2,-2],[2,0],[4,2],[5,4],[4,0],[4,1],[4,2],[7,2],[7,3],[3,3],[1,2],[2,0],[2,-3],[4,-1],[2,1],[1,3],[1,4],[1,5],[3,4],[3,2],[3,3],[1,2],[1,3],[3,1],[6,-2],[8,-2],[1,1],[3,0],[2,-1],[2,-1],[4,-3],[2,-2],[2,-2],[-2,-9],[-2,-2],[-3,-2],[-3,-3],[-3,-5],[-1,-4],[0,-4],[1,-4],[1,-2],[7,4],[6,3],[1,1],[1,0],[7,0],[7,1],[3,1],[8,1],[6,3],[1,0],[2,-2],[4,-4],[0,-3],[3,-1],[2,-1],[1,0],[3,1],[3,2],[8,3],[5,-6],[2,-4],[4,-2],[2,-2],[3,-3],[0,-3],[0,-2],[1,-1],[3,-6],[2,-2],[3,-2],[3,0],[2,-1],[2,-1],[4,-5],[1,-2],[1,-3],[-2,-2],[-1,-4],[0,-2],[3,-4],[2,-2],[1,-2],[0,-14],[1,-7],[2,-6],[0,-3],[0,-4],[0,-6],[0,-4],[-2,-7],[-3,-8],[0,-1],[-2,-3],[-3,-2],[0,-3],[0,-3],[2,-2],[2,0],[2,-4],[0,-2],[0,-10],[2,-3],[1,-4],[4,-3],[-3,-6],[2,-2],[3,-4],[4,-4],[2,-1],[4,-8],[4,-5],[5,-6],[1,-2],[7,1],[-2,4],[-4,5],[0,1],[-1,5],[2,0],[4,-2],[2,-2],[-1,-3],[1,-1],[5,-2],[1,1],[1,1],[0,7],[-1,6],[-1,1],[1,2],[0,3],[1,2],[1,1],[1,2],[1,8],[2,5],[4,3],[2,1],[5,-2],[4,1],[4,3],[6,0],[9,-1],[6,-1],[4,1],[1,4],[6,-3],[1,-4],[-3,-5],[7,1],[2,4],[3,4],[7,1],[3,-1],[2,0],[5,-2],[3,-4],[0,-2],[1,-3],[2,-1],[6,-4],[2,0],[1,0],[3,1],[3,1],[2,1],[1,-5],[0,-5],[-1,-3],[2,0],[7,0],[3,0],[3,1],[2,1],[3,1],[2,1],[13,8],[3,1],[2,2],[3,2],[3,1],[8,5],[1,-3],[2,-2],[4,0],[7,1],[3,2],[1,0],[6,1],[5,1],[5,2],[2,5],[3,2],[1,-1],[1,0],[4,-6],[1,-2],[0,-2],[-1,-1],[3,-5],[3,-3],[9,-1],[-1,-3],[2,-4],[7,-5],[2,-3],[1,0],[3,-2],[2,-2],[0,-8],[3,-2],[2,1],[5,1],[2,0],[2,0],[3,-2],[1,-4],[2,-3],[4,-2],[3,0],[3,-4],[2,-12],[-1,-6],[1,-3],[1,-3],[6,0],[0,-6],[1,-3],[0,-6],[8,-2],[2,-1],[8,0],[2,3],[1,6],[-3,5],[-4,2],[-5,1],[-1,2],[0,1],[1,1],[3,5],[5,7],[1,0],[4,-1],[1,-2],[1,-4],[4,-6],[2,-2],[6,0],[2,0],[5,0],[2,0],[3,-2],[1,-1],[3,-5],[4,-7],[0,-1],[1,-2],[0,-1],[0,-1],[-1,-4],[-5,-4],[-5,-5],[-5,-2],[-6,-5],[-5,-4],[-1,-2],[0,-2],[-5,-7],[-3,-4],[-7,-3],[-3,-1],[-1,-3],[0,-3],[1,-2],[4,-3],[0,-2],[0,-8],[-1,-3],[-1,-2],[0,-2],[0,-2],[-4,-4],[-2,-6],[0,-1],[5,-1],[0,-8],[-1,-3],[-2,-3],[-3,-1],[-6,-6],[-1,-6],[0,-1],[-3,-5],[-3,-6],[4,-3],[1,0],[2,-1],[4,-1],[1,-1],[6,0],[1,1],[1,6],[1,0],[14,-2],[11,2],[1,-4],[3,-7],[1,-6],[1,-4],[-4,-6],[-1,-1],[1,-1],[2,-7],[1,-1],[3,-4],[3,1],[2,-2],[2,-6],[1,-1],[2,-2],[3,-3],[1,-3],[2,-5],[1,-3],[-3,-7],[-4,-2],[-3,-3],[-6,-3],[-1,0],[-3,-1],[-5,-4],[-2,-3],[-6,-2],[-5,-2],[-6,2],[-2,1],[-1,0],[-1,-1],[-5,-8],[-3,-8],[-3,-2],[-4,-7],[-1,-2],[-1,-2],[0,-2],[0,-3],[0,-2],[2,-3],[5,-6],[5,-4],[2,1],[1,1],[2,-1],[1,-1],[0,-5],[0,-1],[-4,-7],[-2,-3],[-5,-3],[-4,-3]],[[8557,2451],[0,-2],[0,-1],[-6,-7],[-2,-3],[0,-3],[-2,-4],[-2,-3],[-3,-3],[-1,2]],[[8169,4600],[1,-2],[0,-9],[-1,-3],[-1,-1],[-1,0],[0,1],[-2,3],[-1,4],[-1,1]]],"transform":{"scale":[0.0014702754775477531,0.000972439943994398],"translate":[-5.141328000000186,41.36595499999984]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/GB.json b/dist-amd/map/TopoJSON/GB.json new file mode 100644 index 0000000000..3b9874fccb --- /dev/null +++ b/dist-amd/map/TopoJSON/GB.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0]]},{"type":"Polygon","arcs":[[1]]},{"type":"Polygon","arcs":[[2]]},{"type":"Polygon","arcs":[[3,4,5]]},{"type":"Polygon","arcs":[[6,7]]},{"type":"Polygon","arcs":[[8]]},{"type":"Polygon","arcs":[[9,10,11]]},{"type":"Polygon","arcs":[[12,13,14]]},{"type":"Polygon","arcs":[[15,16]]},{"type":"Polygon","arcs":[[-14,17,18]]},{"type":"Polygon","arcs":[[19]]},{"type":"Polygon","arcs":[[20,-10,21,22,23]]},{"type":"Polygon","arcs":[[-22,-12,24,25,26]]},{"type":"Polygon","arcs":[[27,28,-15,-19,29,30,31,32]]},{"type":"Polygon","arcs":[[33,34,35,36]]},{"type":"Polygon","arcs":[[-5,37,38]]},{"type":"Polygon","arcs":[[39,40,-34,41,42]]},{"type":"Polygon","arcs":[[43,44,45,-40,46,47,48,49]]},{"type":"Polygon","arcs":[[50,51,52,53]]},{"type":"Polygon","arcs":[[54,-42,-37,55,56]]},{"type":"Polygon","arcs":[[57,-56,-36,58,59]]},{"type":"Polygon","arcs":[[-53,60,-24,61,-45,62,63]]},{"type":"Polygon","arcs":[[64,65,-49,66]]},{"type":"Polygon","arcs":[[67,-57,-58,68,69,70,71]]},{"type":"Polygon","arcs":[[72,73,74,-26,75,-17,76,-28,77,78],[-20]]},{"type":"Polygon","arcs":[[79,80,-63,-44,81,82]]},{"type":"Polygon","arcs":[[83,84,-82,-50,-66,85]]},{"type":"Polygon","arcs":[[86,-69,-60,87,88]]},{"type":"Polygon","arcs":[[89,90,-88,-59,-35,-41,-46,-62,-23,-27,-75,91,92,93]]},{"type":"Polygon","arcs":[[94,-67,-48,95,96]]},{"type":"Polygon","arcs":[[-96,-47,-43,-55,-68,97,98]]},{"type":"Polygon","arcs":[[99,100]]},{"type":"Polygon","arcs":[[101,102,-97,-99,103,104,105]]},{"type":"Polygon","arcs":[[106,-89,-91,107,108]]},{"type":"Polygon","arcs":[[-92,-74,109,110]]},{"type":"Polygon","arcs":[[-54,-64,-81,111,112]]},{"type":"Polygon","arcs":[[113,-86,-65,-95,-103,114]]},{"type":"Polygon","arcs":[[115,-71,116,117]]},{"type":"Polygon","arcs":[[-117,-70,-87,-107,118,119]]},{"type":"Polygon","arcs":[[-104,-98,-72,-116,120,121]]},{"type":"Polygon","arcs":[[122,-84,-114,123,124,125]]},{"type":"Polygon","arcs":[[126,127,128]]},{"type":"Polygon","arcs":[[-124,-115,-102,129,130,131]]},{"type":"Polygon","arcs":[[-130,-106,132,133]]},{"type":"Polygon","arcs":[[-83,-85,-123,134,135]]},{"type":"Polygon","arcs":[[-133,-105,-122,136,137,138]]},{"type":"Polygon","arcs":[[139,-119,-109,140,141]]},{"type":"Polygon","arcs":[[142,-94,143,144]]},{"type":"Polygon","arcs":[[-112,-80,-136,145,146]]},{"type":"Polygon","arcs":[[147,-131,-134,-139,148,149]]},{"type":"Polygon","arcs":[[-137,-121,-118,-120,-140,150,151]]},{"type":"Polygon","arcs":[[-146,-135,-126,152,153]]},{"type":"Polygon","arcs":[[154,155,-32,156,157,158]]},{"type":"Polygon","arcs":[[159,-110,-73,160,-127,161,162]]},{"type":"Polygon","arcs":[[-144,-93,-111,-160,163]]},{"type":"Polygon","arcs":[[-157,-31,164,-8,165,-6,-39,166]]},{"type":"Polygon","arcs":[[-153,-125,-132,-148,167,168]]},{"type":"Polygon","arcs":[[169,-151,-142,170,171]]},{"type":"Polygon","arcs":[[-171,-141,-108,-90,-143,172,173]]},{"type":"Polygon","arcs":[[174,175,-155,176,177]]},{"type":"Polygon","arcs":[[178,-149,-138,-152,-170,179]]},{"type":"Polygon","arcs":[[-128,-161,-79,180,181]]},{"type":"Polygon","arcs":[[182]]},{"type":"Polygon","arcs":[[183,-168,-150,-179,184]]},{"type":"Polygon","arcs":[[-177,-159,185,186]]},{"type":"Polygon","arcs":[[-178,-187,187,188]]},{"type":"Polygon","arcs":[[189,190,191]]},{"type":"Polygon","arcs":[[192,193,194,195]]},{"type":"Polygon","arcs":[[-191,196,-181,-78,-33,-156,-176,197,198]]},{"type":"Polygon","arcs":[[199,200,201,-193,202]]},{"type":"Polygon","arcs":[[203,-201,204,205,206]]},{"type":"Polygon","arcs":[[-198,-175,-189,207,208,209]]},{"type":"Polygon","arcs":[[210,211]]},{"type":"Polygon","arcs":[[212,-195,213,214]]},{"type":"Polygon","arcs":[[215,216,-101,217,-51,-113,-147,-154,-169,-184,218,219]]},{"type":"Polygon","arcs":[[-219,-185,-180,-172,-174,220,221,-211,222,223]]},{"type":"Polygon","arcs":[[-206,224,225,226]]},{"type":"Polygon","arcs":[[-225,-205,-200,227,228,229,230]]},{"type":"Polygon","arcs":[[231,-226,-231,232]]},{"type":"Polygon","arcs":[[233,234,-221,-173,-145,-164,-163,235,236]]},{"type":"Polygon","arcs":[[237,-228,-203,-196,-213,238,239]]},{"type":"Polygon","arcs":[[-229,-238,240]]},{"type":"Polygon","arcs":[[241,242,243]]},{"type":"Polygon","arcs":[[244,-239,-215,245,-242,246]]},{"type":"Polygon","arcs":[[247,-223,-212,-222,-235,248,249]]},{"type":"Polygon","arcs":[[250,-249,-234,251]]},{"type":"Polygon","arcs":[[252,-192,-199,-210,253,254,255,256]]},{"type":"Polygon","arcs":[[-254,-209,257,-207,-227,-232,258,259]]},{"type":"Polygon","arcs":[[-236,-162,-129,-182,-197,-190,-253,260,261]]},{"type":"Polygon","arcs":[[262,-250,-251,263]]},{"type":"Polygon","arcs":[[264,-216,265,266]]},{"type":"Polygon","arcs":[[267,-247,-244,268,269,270]]},{"type":"Polygon","arcs":[[271,272]]},{"type":"Polygon","arcs":[[273,-270,274]]},{"type":"Polygon","arcs":[[275,276,277,278,-256,279,280,281]]},{"type":"Polygon","arcs":[[-280,-255,-260,282,283]]},{"type":"Polygon","arcs":[[284,-272,285,-278,286]]},{"type":"Polygon","arcs":[[287,288,289,-264,-252,-237,-262,290,291,292]]},{"type":"Polygon","arcs":[[293,-289,294]]},{"type":"Polygon","arcs":[[295,-266,-220,-224,-248,-263,-290,-294,296]]},{"type":"Polygon","arcs":[[297,298,299,300]]},{"type":"Polygon","arcs":[[-299,301,-276,302,303]]},{"type":"Polygon","arcs":[[304,-287,-277,-302,-298,305,306]]},{"type":"Polygon","arcs":[[307]]},{"type":"Polygon","arcs":[[308,-293,309]]},{"type":"Polygon","arcs":[[-291,-261,-257,-279,-286,-273,-285,-305,310,311]]},{"type":"Polygon","arcs":[[312,-300,-304,313]]},{"type":"Polygon","arcs":[[-306,-301,-313,314]]},{"type":"Polygon","arcs":[[-267,-296,315,316]]},{"type":"Polygon","arcs":[[317,-271,-274,318,319]]},{"type":"Polygon","arcs":[[320,-310,-292,-312,321,322,323],[-308]]},{"type":"Polygon","arcs":[[324,325]]},{"type":"Polygon","arcs":[[326]]},{"type":"Polygon","arcs":[[327]]},{"type":"Polygon","arcs":[[328,-283,-259,-233,-230,-241,-240,-245,-268,-318,329,330,331]]},{"type":"Polygon","arcs":[[332,333,334,-326,335,-281,-284,-329,336]]},{"type":"Polygon","arcs":[[337]]},{"type":"Polygon","arcs":[[-322,-311,-307,-315,-314,-303,-282,-336,-325,-335,338,339],[-338]]},{"type":"Polygon","arcs":[[340,-337,-332,341,342]]},{"type":"Polygon","arcs":[[343,-324,344,345,346,347],[-328]]},{"type":"Polygon","arcs":[[348,349,350,351,-333,-341,352,353]]},{"type":"Polygon","arcs":[[354,355,356,-339,-334,-352,357,358]]},{"type":"Polygon","arcs":[[359,-346,360,361,362]]},{"type":"Polygon","arcs":[[363,364,-316,-297,-295,-288,-309,-321,-344,365]]},{"type":"Polygon","arcs":[[366,-356,367,368]]},{"type":"Polygon","arcs":[[-364,369,370]]},{"type":"Polygon","arcs":[[-362,371,372]]},{"type":"Polygon","arcs":[[373,-350,374,375,376]]},{"type":"Polygon","arcs":[[-342,-331,377,378,379,380]]},{"type":"Polygon","arcs":[[381,-353,-343,-381,382]]},{"type":"Polygon","arcs":[[383,-378,-330,-320,384]]},{"type":"Polygon","arcs":[[385,-359,386,387]]},{"type":"Polygon","arcs":[[388,-372,-361,-345,-323,-340,-357,-367,389,390,391],[-327]]},{"type":"Polygon","arcs":[[392,-387,-358,-351,-374,393,394]]},{"type":"Polygon","arcs":[[-390,-369,395,396]]},{"type":"Polygon","arcs":[[-379,-384,397]]},{"type":"Polygon","arcs":[[398,399,-363,-373,-389,400]]},{"type":"Polygon","arcs":[[401,402,-347,-360,-400,403,404]]},{"type":"Polygon","arcs":[[405,406,-396,-368,-355,-386,407,408]]},{"type":"Polygon","arcs":[[409,-375,-349,410,411]]},{"type":"Polygon","arcs":[[412,-411,-354,-382,413]]},{"type":"Polygon","arcs":[[414,-408,-388,-393,415,416]]},{"type":"Polygon","arcs":[[417,-370,-366,-348,-403,418]]},{"type":"Polygon","arcs":[[419,-376,-410,420,421]]},{"type":"Polygon","arcs":[[422,-394,-377,-420,423]]},{"type":"Polygon","arcs":[[424,-391,-397,-407,425,426]]},{"type":"Polygon","arcs":[[427,428]]},{"type":"Polygon","arcs":[[429,-416,-395,-423,430]]},{"type":"Polygon","arcs":[[431,-404,-399,432,433]]},{"type":"Polygon","arcs":[[434,-417,-430,435,436]]},{"type":"Polygon","arcs":[[437]]},{"type":"Polygon","arcs":[[-426,-406,438,439,440]]},{"type":"Polygon","arcs":[[-439,-409,-415,-435,441,442]]},{"type":"Polygon","arcs":[[443,-433,-401,-392,-425,444,445]]},{"type":"Polygon","arcs":[[-421,-412,-413,446,447]]},{"type":"Polygon","arcs":[[-442,-437,448]]},{"type":"Polygon","arcs":[[-445,-427,-441,449,450]]},{"type":"Polygon","arcs":[[-434,-444,451,452]]},{"type":"Polygon","arcs":[[-452,-446,-451,453,454]]},{"type":"Polygon","arcs":[[455,456]]},{"type":"Polygon","arcs":[[457,458]]},{"type":"Polygon","arcs":[[459,-429,460,-419,-402,461,-456,462]]},{"type":"Polygon","arcs":[[463,-454,-450,-440,-443,-449,-436,-431,-424,-422,-448,464,-459,465,466]]},{"type":"Polygon","arcs":[[467,468,469,470,471,-463,-457,-462,-405,-432,-453,-455,-464,472,473]]},{"type":"Polygon","arcs":[[474,-470,475]]},{"type":"Polygon","arcs":[[-471,-475,476,477,478]]},{"type":"Polygon","arcs":[[-477,-476,-469,479,480,481]]},{"type":"Polygon","arcs":[[-480,-468,482]]},{"type":"Polygon","arcs":[[483,-478,-482,484]]},{"type":"Polygon","arcs":[[485,486,487,488]]},{"type":"Polygon","arcs":[[-488,489,-485,-481,-483,-474,490,491,492]]},{"type":"Polygon","arcs":[[-486,493,494,495,496]]},{"type":"Polygon","arcs":[[497,-494,-489,-493,498]]},{"type":"Polygon","arcs":[[499,-496,500,501]]},{"type":"Polygon","arcs":[[-501,-495,-498,502]]},{"type":"Polygon","arcs":[[-491,-473,-467,503,504,505,506]]},{"type":"Polygon","arcs":[[507,-505,508,509,510,511]]},{"type":"Polygon","arcs":[[-502,-503,-499,-492,-507,512,513]]},{"type":"Polygon","arcs":[[-510,514,515,516]]},{"type":"Polygon","arcs":[[-513,-506,-508,517,518,519,520,521,522]]},{"type":"Polygon","arcs":[[523,-511,-517,524,525]]},{"type":"Polygon","arcs":[[526,-521,527]]},{"type":"Polygon","arcs":[[528,-526,529,530,531]]},{"type":"Polygon","arcs":[[532,533,-518,-512,-524,-529,534]]},{"type":"Polygon","arcs":[[535]]},{"type":"Polygon","arcs":[[536]]},{"type":"Polygon","arcs":[[537]]},{"type":"Polygon","arcs":[[538,-528,-520,539,540]]},{"type":"Polygon","arcs":[[-522,-527,-539,541]]},{"type":"Polygon","arcs":[[542,-540,-519,-534,543,544]]},{"type":"Polygon","arcs":[[545,-535,-532,546,547,548]]},{"type":"Polygon","arcs":[[549,-530,-525,-516,550,551]]},{"type":"Polygon","arcs":[[-547,-531,-550,552,553]]},{"type":"Polygon","arcs":[[554,-544,-533,-546,555,556]]},{"type":"Polygon","arcs":[[-556,-549,557,558]]},{"type":"Polygon","arcs":[[559,560,-553,-552,561]]},{"type":"Polygon","arcs":[[562]]},{"type":"Polygon","arcs":[[563,-545,-555,564,565]]},{"type":"Polygon","arcs":[[-558,-548,-554,-561,566,567]]},{"type":"Polygon","arcs":[[568]]},{"type":"Polygon","arcs":[[569,570,-566,571,572]]},{"type":"Polygon","arcs":[[-570,573,574]]},{"type":"Polygon","arcs":[[575]]},{"type":"Polygon","arcs":[[576]]},{"type":"Polygon","arcs":[[577]]},{"type":"Polygon","arcs":[[578,579,580]]},{"type":"Polygon","arcs":[[581]]},{"type":"Polygon","arcs":[[582]]},{"type":"Polygon","arcs":[[583]]},{"type":"Polygon","arcs":[[584]]},{"type":"Polygon","arcs":[[-572,-565,-557,-559,-568,585,586]]},{"type":"Polygon","arcs":[[587]]},{"type":"Polygon","arcs":[[588]]},{"type":"Polygon","arcs":[[589,-586,-567,-560,590,591]]},{"type":"Polygon","arcs":[[592]]},{"type":"Polygon","arcs":[[593]]},{"type":"Polygon","arcs":[[594,595]]},{"type":"Polygon","arcs":[[596,-581,597,598]]},{"type":"Polygon","arcs":[[599]]},{"type":"Polygon","arcs":[[600]]},{"type":"Polygon","arcs":[[601,-598,-580,602,-574,-573,-587,-590,603]]},{"type":"Polygon","arcs":[[604]]},{"type":"Polygon","arcs":[[605,606]]},{"type":"Polygon","arcs":[[607]]},{"type":"Polygon","arcs":[[608]]},{"type":"Polygon","arcs":[[609]]},{"type":"Polygon","arcs":[[610]]},{"type":"Polygon","arcs":[[611]]},{"type":"Polygon","arcs":[[612]]},{"type":"Polygon","arcs":[[613]]},{"type":"Polygon","arcs":[[614]]},{"type":"Polygon","arcs":[[615]]},{"type":"Polygon","arcs":[[616]]},{"type":"Polygon","arcs":[[617]]},{"type":"Polygon","arcs":[[-607,618,-599,-602,619,620,621]]},{"type":"Polygon","arcs":[[-621,622,623]]},{"type":"Polygon","arcs":[[624]]},{"type":"Polygon","arcs":[[625]]},{"type":"Polygon","arcs":[[626]]},{"type":"Polygon","arcs":[[627]]},{"type":"Polygon","arcs":[[628]]},{"type":"Polygon","arcs":[[629]]},{"type":"Polygon","arcs":[[630]]},{"type":"Polygon","arcs":[[631]]},{"type":"Polygon","arcs":[[632]]},{"type":"Polygon","arcs":[[633]]},{"type":"Polygon","arcs":[[634]]},{"type":"Polygon","arcs":[[635]]},{"type":"Polygon","arcs":[[636]]},{"type":"Polygon","arcs":[[637]]},{"type":"Polygon","arcs":[[638]]},{"type":"Polygon","arcs":[[639]]},{"type":"Polygon","arcs":[[640]]},{"type":"Polygon","arcs":[[641]]},{"type":"Polygon","arcs":[[642]]},{"type":"Polygon","arcs":[[-623,-620,-604,-592,643,-596,644]]},{"type":"Polygon","arcs":[[645]]},{"type":"Polygon","arcs":[[646]]},{"type":"Polygon","arcs":[[647]]},{"type":"Polygon","arcs":[[648]]},{"type":"Polygon","arcs":[[649]]},{"type":"Polygon","arcs":[[650]]},{"type":"Polygon","arcs":[[651]]},{"type":"Polygon","arcs":[[652]]},{"type":"Polygon","arcs":[[653]]},{"type":"Polygon","arcs":[[654]]},{"type":"Polygon","arcs":[[655]]},{"type":"Polygon","arcs":[[656]]},{"type":"Polygon","arcs":[[657]]},{"type":"Polygon","arcs":[[658]]},{"type":"Polygon","arcs":[[659]]},{"type":"Polygon","arcs":[[660]]},{"type":"Polygon","arcs":[[661]]},{"type":"Polygon","arcs":[[662]]},{"type":"Polygon","arcs":[[663]]},{"type":"Polygon","arcs":[[664]]},{"type":"Polygon","arcs":[[665]]},{"type":"Polygon","arcs":[[666]]},{"type":"Polygon","arcs":[[667]]},{"type":"Polygon","arcs":[[668]]},{"type":"Polygon","arcs":[[669]]},{"type":"Polygon","arcs":[[670]]},{"type":"Polygon","arcs":[[671]]},{"type":"Polygon","arcs":[[672]]},{"type":"Polygon","arcs":[[673]]},{"type":"Polygon","arcs":[[674]]},{"type":"Polygon","arcs":[[675]]},{"type":"Polygon","arcs":[[676]]}]}},"arcs":[[[2232,32],[3,-1],[4,-1],[1,0],[9,-5],[5,-7],[0,-2],[-1,-2],[-2,-2],[-4,-4],[-1,-1],[-3,-1],[-12,-3],[-2,-2],[-1,-1],[-1,0],[-2,1],[0,1],[-1,1],[-5,5],[-5,-1],[0,-1],[-2,-1],[-4,0],[-2,2],[-1,0],[-1,2],[4,4],[1,0],[2,0],[2,0],[2,-1],[3,0],[1,0],[2,1],[1,1],[0,1],[0,2],[-1,2],[-2,2],[-1,1],[5,5],[6,4],[1,1],[2,0]],[[2190,60],[3,-2],[2,-2],[5,-2],[6,-2],[4,-2],[3,-4],[0,-9],[-9,-1],[-6,0],[-5,3],[-1,1],[0,1],[-1,5],[-1,3],[-4,3],[-3,2],[-1,2],[1,3],[0,1],[7,0]],[[2236,71],[3,-1],[3,-2],[0,-1],[-1,-2],[-2,-1],[0,-1],[2,-3],[0,-1],[3,-2],[8,-1],[3,1],[3,0],[3,1],[1,1],[2,0],[1,0],[3,-2],[1,-1],[0,-1],[-5,-2],[-3,-2],[-12,-2],[-7,2],[-7,2],[-5,2],[-3,0],[-1,3],[2,3],[3,5],[4,5],[1,0]],[[4327,406],[1,3],[-6,5],[-3,4],[-1,1],[-1,2],[-7,0],[-7,-1],[-5,0],[-3,-1],[-6,1],[-8,2],[-8,0],[-2,1],[-3,1],[-1,2],[1,2],[0,3],[0,2],[0,1],[-2,3],[-4,7],[-4,3],[-3,1],[-4,3],[-3,3],[2,2],[1,3],[0,3],[-1,2]],[[4250,464],[-1,7],[6,10]],[[4255,481],[7,-1],[5,-4],[2,1],[6,-2],[7,0],[6,4],[-2,3],[9,3],[0,3],[5,0],[0,-4],[4,-1],[11,1],[10,3],[2,5],[9,3],[7,-6],[-3,-5],[26,-7],[3,-5],[-1,-4],[3,-1],[-2,-4],[7,-2],[0,-5],[31,0],[-2,-4],[11,0],[2,-5],[7,0],[1,-4],[-5,-4],[-2,-4],[-22,-1],[-5,-9],[5,-4],[-3,-6],[-4,1],[-1,-2],[-13,-2],[-18,-12],[-2,3],[-11,2],[-10,-2],[-8,3]],[[4919,562],[12,-1],[27,-48],[11,-59],[-39,-17],[-5,-1],[-3,0],[-2,-1]],[[4920,435],[-22,-1],[-14,-4],[-10,4],[-10,13],[-4,0],[-3,3],[-2,-1],[-2,6],[3,1],[-5,2],[-1,6],[-19,-1],[-12,4],[-2,8],[-10,0],[-4,3],[0,8],[3,6],[12,5],[23,4],[2,5],[-4,3],[8,8],[-2,10],[8,3],[6,7],[5,-3],[4,7],[17,2],[4,7],[2,1],[7,-1],[9,6],[0,6],[11,-1],[1,1]],[[7042,789],[6,-4],[7,2],[7,2],[7,0],[3,-1],[4,-2],[7,-3],[3,-4],[3,-1],[8,-3],[6,-3],[6,-3],[10,-3],[10,-3],[7,-1],[9,-1],[4,0],[8,0],[9,-1],[7,1],[3,1],[6,1],[9,0],[1,0],[2,0],[0,-1],[0,-1],[0,-2],[0,-1],[1,2],[-1,2],[0,1],[1,0],[0,1],[3,2],[4,1],[4,1],[9,-1],[-9,-1],[-2,0],[0,-2],[0,-1],[1,-2],[9,-7],[4,-2],[8,-3],[3,-1],[2,-2],[2,-5],[3,-5],[1,-1],[4,-2],[1,1],[-1,1],[-2,1],[-3,3],[0,1],[5,-3],[5,-4],[1,-2],[0,-3],[3,-3],[2,-1],[10,-3],[5,-2],[6,-5],[0,-1],[-3,-1],[-8,-4],[-7,-3],[-6,0],[-4,-2],[-4,-2],[0,-2],[-5,-1],[-7,-1],[-5,0],[-12,-2],[-5,-1],[-9,-3],[-10,-5],[-8,-4],[-6,-5],[-2,-5],[-3,-6],[-3,-8],[0,-9],[-1,-7],[-4,-5],[-1,-1],[-2,0],[-3,-2],[-1,0],[-12,-3],[-6,-1],[-10,-2],[-13,-3],[-12,-4],[-3,0],[-3,-1],[-2,0],[-5,-1],[-5,-1],[-3,1],[-2,0],[-4,-1],[-11,-1],[-11,-3],[-4,0],[-3,0],[-4,1],[-4,1],[-1,1],[0,2],[-3,3],[-5,4],[-2,1],[-10,6],[-6,3],[-3,2],[-13,6],[-6,1],[-8,5],[-4,2],[-17,10],[-1,0],[-8,1],[-12,5],[-9,2],[-8,2],[-13,3],[-5,1],[-6,3],[-10,5],[-4,3],[-3,2],[-3,2],[-2,2],[-2,1],[-5,3],[-3,1],[-3,1],[-2,0],[-2,0],[-4,0],[-9,1],[-10,-1],[-8,0],[-12,-2],[-2,0],[-9,-2],[-11,0],[-7,-2],[-5,-1],[-5,0],[-4,2],[7,2],[3,2],[2,4],[0,1],[1,1],[0,1],[6,1],[2,1],[2,0],[4,1],[10,4],[6,7],[4,9],[0,1],[2,2],[7,3],[3,1],[6,0],[9,-1],[8,1],[12,0],[11,2],[2,1],[8,2],[4,2],[8,3],[10,5],[10,2],[10,0],[10,1],[15,4],[12,3],[5,1],[5,1],[15,3],[5,3],[4,4],[1,3],[2,2],[5,2],[5,1],[9,7],[2,1],[2,1],[6,1],[10,-1]],[[8166,899],[0,-8],[11,0],[2,-4],[16,-1],[7,5],[12,-4],[6,-18],[8,-7],[-3,-5],[27,4],[9,-4],[-3,-11],[-6,-6],[6,-1],[8,-3],[10,4],[5,-7],[-12,-6],[-11,-9]],[[8258,818],[-10,2],[-6,1],[-5,0],[-12,4],[-6,2],[-12,2],[-1,-1],[4,0],[-1,-10],[-20,3],[0,9],[2,0],[1,1],[-5,2],[-14,3],[-9,1],[-5,0],[-14,3],[-10,1],[-14,1],[-9,1],[-17,1],[-7,0]],[[8088,844],[0,6],[-19,18],[-4,8],[-5,2],[4,1],[7,9],[8,3],[1,-2],[10,-1],[0,-4],[8,0],[3,5],[4,-5],[10,-2],[-2,6],[5,2],[3,4],[-1,6],[5,2],[8,0],[3,2],[-2,-10],[15,-1],[0,5],[8,1],[2,-2],[5,0],[2,2]],[[6620,748],[-1,-2],[-2,-4],[-3,-2],[-1,-1],[-7,2],[-14,2],[-27,3],[-11,1],[-6,0],[-13,0],[-14,-1],[-20,-2],[-11,-2],[-13,-2],[-11,-3]],[[6466,737],[-6,6],[1,8],[9,13],[6,3],[-27,5],[-18,7],[10,8],[0,4],[7,6]],[[6448,797],[5,-2],[2,2],[18,5],[7,-4],[-1,-2],[9,-4],[3,-5],[6,-1],[11,6],[1,3],[5,1],[7,-5],[2,-6],[9,-4],[13,1],[3,-2],[0,-12],[11,-2],[0,-2],[8,0],[4,-6],[-1,-2],[19,0],[9,-7],[22,-1]],[[7308,807],[-10,-1],[-14,-1],[-23,-5],[-6,0],[-7,-1],[-3,1],[-9,6],[-23,-3]],[[7213,803],[13,7],[-10,16],[-17,9],[-11,18],[-5,2],[-14,0],[-4,1],[11,2],[3,3],[6,0],[2,-4],[3,1],[5,-3],[30,-2],[-5,7],[2,13],[15,-1],[6,2],[18,-3],[9,2],[4,-3],[9,1],[5,-2],[23,-1],[-2,-6],[5,-7],[-4,-5],[6,0],[-4,-15],[-7,-9],[3,-19]],[[6466,737],[-14,-6],[-3,-2],[-7,-3],[-14,-11],[-6,-2],[-2,-2]],[[6420,711],[-6,5],[5,9],[-5,4],[-23,3],[-21,-4],[-40,17],[3,7],[14,3],[2,7],[9,0],[4,42],[8,2],[2,3],[-7,2],[8,2],[9,-2],[18,2],[11,-3],[8,1],[9,8],[5,-5],[-4,-7],[2,-3],[5,-3],[12,4],[-2,-7],[2,-1]],[[6946,962],[1,-5],[8,-1],[3,-3],[22,1],[12,-5],[-4,-3],[6,-3],[-5,-4],[4,-4],[9,-3],[5,1],[5,-4],[9,-10],[-3,-3],[3,-1],[2,-3],[-12,-3],[-16,-10],[-7,-2],[-17,-12],[-22,10],[-8,9],[-11,5],[-19,7],[-12,-2],[-11,3],[-5,4],[-11,13],[2,4],[12,5],[0,4],[8,6],[5,-1],[-1,4],[28,-2],[2,4],[11,-1],[3,5],[4,0]],[[9117,931],[-18,2],[-11,2],[-11,1],[-9,1],[-8,-1],[-3,0],[-14,-1],[-14,-4],[-10,-3],[-8,-2],[-5,-3],[-7,-3],[-5,-2],[-6,-3],[-7,-3],[-20,-11],[-9,-7],[-11,-8],[-1,-1],[-9,-2],[-6,-1],[-5,-1],[-3,0],[-4,-1],[-8,-1],[-4,-3],[-5,-1],[-10,-1],[-4,0],[-8,-3],[-4,-1],[-12,-1],[-4,0],[-7,-1],[-8,-2],[-3,-1],[-16,0],[-7,0],[-7,-1],[-7,-2],[-3,0],[-3,-1],[-4,-2],[-14,-3],[-14,-3],[-4,0],[-2,-1],[-13,0],[-11,-2],[-9,-1],[-15,-1],[-5,0],[-7,-1],[-6,-2],[-7,-3],[-2,0],[-7,-1],[-13,-4],[-11,-3],[-10,-4],[-4,-1],[-9,-7],[-3,-3],[-6,-9],[-1,-2],[-3,-2],[-13,-4],[-3,-1],[-9,-4],[-6,-4],[-1,-3],[-3,-2],[-5,-4],[-7,-5],[-10,-7],[-5,-5],[-9,-6],[-11,-1],[-3,0],[-4,0],[-6,0],[-11,1],[-3,0],[-6,1],[-5,1],[-2,1],[-4,4],[-11,4],[-16,3],[-13,4],[-12,1],[-9,-2],[-11,2],[-5,2],[-2,1],[-12,6],[-12,6],[-14,6],[-7,2],[-3,0],[-2,1],[-4,-1],[-3,0],[-3,-1],[-6,0],[-4,0],[-14,1],[-8,3],[-8,0],[-19,4],[-19,5],[-12,3]],[[8166,899],[7,29],[7,10],[1,10],[3,1],[-3,0],[1,3],[13,-1],[1,3],[-4,11],[3,5],[-4,1],[-1,2],[-6,0],[1,7],[6,4],[16,0],[6,8],[9,3],[6,0],[3,-3],[1,-5],[5,-4],[14,2],[10,-1],[-1,-2],[3,0],[2,2],[7,0],[5,5],[4,16],[-4,1],[0,5],[4,5],[-6,2],[2,2],[-1,7],[8,2],[4,5],[6,1],[1,1],[-6,2],[5,4],[-1,4],[11,3],[5,6],[-21,-1],[-2,8],[-4,4],[1,4],[-13,1],[-4,16],[-5,1],[5,1],[5,-3],[5,5],[10,0],[13,5],[7,0],[-5,3],[4,4],[9,-6],[7,5],[6,-1],[5,2],[7,1],[-7,1],[-1,3],[-8,2],[-3,5],[2,15]],[[8322,1130],[22,3]],[[8344,1133],[28,-3],[24,3],[14,4],[20,0],[5,-4],[17,-3],[-10,-5],[0,-10],[9,-6],[10,-1],[27,1],[11,4],[8,0],[6,3],[17,-8],[16,-2],[7,2],[8,-3],[4,2],[-7,4],[2,1],[5,-2],[19,0],[25,5],[5,-5],[-5,-5],[10,-6],[23,-1],[-8,-5],[3,-5],[-3,-9],[6,-1],[7,5],[7,-1],[2,1],[17,-2],[-1,-4],[7,2],[6,-2],[3,-2],[-2,-4],[-4,-3],[8,-2],[2,-3],[6,2],[1,-5],[7,1],[14,-6],[22,-2],[1,-3],[7,-3],[0,-3],[-5,-2],[0,-8],[6,-4],[6,-1],[13,2],[12,-3],[5,-4],[26,-2],[5,-10],[20,-3],[9,-3],[13,2],[2,2],[23,3],[15,6],[9,-6],[10,5],[8,-2],[6,3],[9,-6],[6,-7],[5,-3],[16,-2],[8,-4],[4,4],[25,2],[37,-8],[5,-5],[-4,-1],[2,-3],[3,1],[-5,-7],[7,2],[28,-26],[0,-7],[5,1],[1,3],[10,0],[11,11],[5,-3],[0,-3],[9,2],[4,-13],[8,-5],[-15,-11]],[[8088,844],[-14,1],[-7,0],[-7,-1],[-4,0],[-13,0],[-13,0],[-14,-2],[-8,-1],[-23,-5],[-7,-2],[-4,-1],[-1,0],[-1,-1],[-9,-1],[-13,-2],[-12,-2],[-6,-1],[-10,-1],[-16,-2],[-29,-2],[-10,0],[-7,0],[-10,0],[-12,1],[-19,-1],[-10,0],[-7,0],[-9,0],[-8,0],[-9,-2],[-12,0],[-7,0],[-10,-1],[-13,-3],[-12,-4],[-2,0],[-1,0],[-18,-1],[-9,-2],[-14,0],[-11,-2],[-2,-1],[-4,-1],[-12,-2],[-10,-1],[-5,-1],[-6,0],[-6,-1],[-16,-3],[-11,-3],[-10,-4],[-5,-3],[-2,-3],[-1,-2],[-3,-3],[-7,-4],[-4,-3],[-6,-8],[-7,-7],[-10,-7],[-5,-1],[-2,1],[-7,3],[-6,4],[-10,7],[-3,1],[-10,6],[-8,4],[-7,3],[-21,8],[-9,2],[-7,2],[-10,1],[-10,3],[-7,2],[-5,2],[-10,2],[-4,0]],[[7399,799],[-15,37],[1,8],[9,14],[5,1],[-2,11],[7,8],[-10,6],[-10,13],[-10,6],[7,7],[1,6],[10,12],[15,5],[-11,16],[-7,1],[10,3],[5,6],[-3,5],[14,12],[-2,7],[9,11],[0,3],[6,6],[8,2],[-4,7],[1,11],[13,4],[15,11],[14,5],[3,14],[12,9],[8,-2],[-1,-3],[4,-2],[8,-1],[3,5],[3,-3],[14,1],[15,14],[14,5],[13,1]],[[7571,1081],[17,-1],[11,-6],[2,1],[5,-2],[10,1],[9,-6],[9,4],[18,1],[5,4],[25,3],[8,4],[8,-1],[20,-8],[22,7],[37,-5],[6,4],[-3,3],[1,4],[8,-2],[0,-2],[3,2],[20,-3],[14,8],[13,0],[17,3],[12,-1],[3,4],[3,-3],[-4,-2],[4,0],[19,7],[16,2],[10,8],[1,-2],[6,0],[1,2],[15,1],[9,3],[6,-2],[8,0],[17,6],[25,-1],[13,6],[11,0],[20,8],[-1,4],[40,4],[2,7],[8,0],[7,6],[9,-1],[2,3],[7,2],[16,-6],[27,-1],[-4,-16],[5,0],[1,-2],[13,2],[23,-3],[8,4],[21,-1],[7,-5],[11,3],[19,-1],[7,3],[8,-3],[3,1],[0,-2],[7,2],[25,0]],[[6412,993],[2,-10],[10,-3],[5,-5],[9,-2],[3,-4],[6,-2],[11,-14],[12,-10],[17,-10],[5,-6],[11,2],[7,7],[13,4],[15,-4],[14,0],[-8,-14],[3,-7],[-8,-8],[-14,2],[-8,-7],[4,-3],[-4,-4],[3,-4],[-3,-8],[-5,-2],[2,-8],[21,-3],[14,3],[2,6],[5,0],[4,-10],[-2,-2],[5,-3],[-3,-4],[6,-3],[-3,-1],[9,-3],[-1,-3],[-4,0],[0,-3],[-4,2],[-3,-2],[-2,-6],[3,-2],[-5,-4],[4,-3],[-8,-4],[0,-2],[7,-3],[0,-3],[3,0],[-3,-4],[3,-2],[-4,-1],[4,-1],[1,-4],[4,-1],[-1,-2],[9,-5],[-3,-2],[3,-2],[-3,-2],[4,-1],[-2,-3],[5,-3],[4,3],[3,-1],[7,3],[-1,3],[20,6],[10,-15],[-5,-6],[0,-8],[25,4],[35,0],[-3,-8],[-6,-3],[-1,-3]],[[6667,762],[-15,0],[-14,-2],[-3,-1],[-2,-1],[-2,-1],[-2,0],[-6,-5],[-2,-2],[-1,-2]],[[6420,711],[-1,-1],[3,-4],[1,-1],[1,-3],[-1,-4],[-5,-8],[-1,-1],[-1,-3],[0,-1],[1,-2],[2,-2],[2,-2],[5,-3],[2,-1],[10,1],[5,-1],[0,-1],[-1,-1],[-6,-7],[-5,-1],[-6,-1],[-1,-1],[-3,-1],[-3,-3],[-4,-5],[-2,-2],[0,-2],[0,-2],[1,-2],[1,-2],[2,0],[2,-4],[-1,-6],[-2,-2],[-6,-3],[-8,0],[-15,-1],[-7,1],[-11,0],[-4,0],[-5,-1],[-13,-1],[-7,-5],[-6,-3],[-3,-1],[-12,-2],[-1,0],[-1,0],[-2,1],[-2,2],[-2,5],[-2,5],[-3,2],[-8,0],[-14,3],[-4,1],[-2,0],[-2,0],[-1,0],[-2,-1],[-1,0],[-6,1],[-3,1],[-13,5],[-2,1],[-2,1],[-1,1],[-8,3],[-15,3],[-16,0],[-6,0],[-4,1],[-2,1],[0,2],[-3,1],[-5,2],[-6,1],[-10,-2],[-13,-3],[-3,-1],[-2,0],[-11,0],[-6,0],[-10,1],[-3,1],[-2,0],[-6,2],[-10,1],[-6,1],[-6,0],[-13,2],[-7,0],[-6,0],[-5,0],[-1,0],[-6,2],[-4,2],[-1,1],[-2,1],[-6,0],[-11,0],[-10,-1],[-5,2],[-5,1],[-8,1],[-9,1],[-2,0],[-4,0],[-7,-2],[-5,0],[-3,1],[-5,1],[-1,0],[-2,0],[-3,-1],[-5,-3],[-4,-2],[-5,-3],[-2,-2],[-4,-3],[-3,-5],[0,-3],[2,-2],[1,-3],[1,-3],[0,-3],[-5,0],[-7,-2],[-5,-4],[-2,-1],[-4,-7],[0,-1],[2,-3],[5,-6],[2,-2],[13,-3],[2,0],[3,0],[1,0],[0,1],[0,1],[1,2],[1,0],[-1,0],[-1,-2],[1,-1],[4,-1],[3,0],[4,-1],[5,-5],[2,-2],[3,-5],[2,-5],[-2,-5],[-7,-4],[-4,-3],[-5,-3],[-3,-5],[-4,-5],[-12,-6],[-3,2],[-1,4],[2,9],[2,4],[0,7],[3,6],[3,7],[0,1],[0,1],[-1,0],[0,1],[-1,1],[-13,9],[-12,7],[-14,9],[-7,4],[-5,3],[-13,7],[-4,2],[-20,10],[-57,27],[-24,11],[-26,10],[-25,10],[-51,16],[-8,4],[-20,5],[-7,3],[-12,3],[-12,3],[-12,0],[-2,0],[-10,2],[-6,1],[-7,1],[-5,1],[-14,1],[-11,2],[-11,2],[-8,2],[-6,0],[-6,1],[-13,1],[-4,-1],[-3,0],[-6,-2],[-2,0],[-3,-1],[-1,-1],[-5,-4],[-5,-2],[-4,-2],[-3,-2]],[[5460,744],[-7,10],[15,15],[-3,5],[6,4],[-21,9],[2,3],[22,13],[33,4],[10,8],[-6,9],[-25,1],[-19,4],[-9,5],[-13,0],[7,5]],[[5452,839],[7,2],[5,12],[7,0],[4,4],[5,-1],[14,5],[9,-1],[2,3],[6,-1],[7,4],[6,-4],[2,3],[12,-1],[19,3],[2,-4],[12,2],[1,-1],[1,3],[2,-1],[7,4],[8,8],[5,-2],[-2,-3],[15,-5],[6,2],[6,5],[17,0],[4,6],[7,-3],[27,2],[8,-2],[0,7],[7,-1],[11,5],[16,2],[18,8],[10,-3],[3,1],[0,3],[18,-1],[1,-6],[3,-1],[8,2],[4,3],[2,6],[-5,2],[-2,6],[-7,7],[7,5],[2,9],[10,4],[-2,7],[-8,3],[-1,3],[4,-1],[4,5],[9,3],[-1,9],[4,3],[-5,5],[2,5],[-5,3],[7,4],[10,-4],[10,6],[1,3],[5,-1],[6,-7],[6,2],[3,3],[8,2],[0,6],[-7,2],[1,2],[4,0],[0,3],[12,0],[-1,-5],[9,-2],[8,2],[15,0],[14,-17],[-2,-2],[2,0],[13,-10],[0,-4],[7,2],[3,-4],[5,-1],[-2,-3],[5,-2],[13,11],[-5,6],[19,3],[12,-10],[30,11],[38,6],[1,6],[-11,5],[-21,0],[-4,5],[0,8],[5,4],[-2,2],[8,3],[8,10],[16,6],[8,7],[6,1],[-3,9],[-7,5],[-4,-1],[-5,6],[0,6],[6,6],[9,0],[8,4]],[[6057,1075],[14,1],[19,-3],[22,-8],[20,3],[8,-2],[13,-11],[8,-2],[12,-11],[4,0],[8,-5],[4,-18],[12,-5],[-2,-4],[6,-7],[23,-13],[16,-6],[11,-1],[-3,-8],[3,0],[0,-8],[9,-5],[9,-10],[7,4],[8,0],[3,2],[14,0],[10,11],[16,4],[3,3],[42,4],[9,9],[7,0],[12,6],[8,-2]],[[8167,1360],[5,-5],[1,-10],[3,-1],[1,-8],[2,0],[0,-5],[-3,-1],[3,-1],[5,-10],[-10,-1],[-1,2],[-5,-3],[-11,-2],[-3,-3],[3,-7],[-5,-2],[5,-2],[-1,-3],[-11,-2]],[[8145,1296],[-7,4],[1,4],[-9,0],[-9,7],[-15,5],[-15,-7],[-1,-5],[-7,0],[-8,6],[12,6],[-6,14],[-9,7],[-12,1],[0,12]],[[8060,1350],[1,3],[5,2],[-1,3]],[[8065,1358],[5,1],[1,-2],[15,-7],[8,7],[9,-3],[6,3],[6,-2],[13,7],[9,-5],[30,3]],[[4250,464],[-4,0],[1,-1],[-2,-5],[-3,-4],[-12,-4],[-7,-2],[0,-2],[1,-1],[2,0],[2,1],[3,0],[0,1],[1,0],[1,1],[2,1],[1,0],[4,-1],[4,-2],[5,-2],[4,-4],[4,-4],[3,-4],[0,-1],[-1,-3],[-3,-2],[-1,-1],[3,-4],[8,-6],[3,1],[1,1],[1,0],[5,0],[5,-1],[4,-6],[0,-1],[1,-2],[-2,-3],[-2,-2],[-7,0],[-11,-2],[-3,-2],[-8,-4],[-1,-1],[0,-3],[2,-1],[2,-1],[3,-2],[2,0],[1,-1],[2,-2],[1,-4],[-2,0],[-3,0],[-4,0],[-5,0],[-7,0],[-3,0],[-2,-1],[-4,-1],[-1,-3],[-1,0],[-2,-1],[-1,0],[-3,2],[-1,1],[1,3],[5,4],[0,2],[-1,2],[-5,4],[-6,4],[-9,4],[-22,9],[-13,4],[-11,3],[-15,3],[-6,0],[-11,1],[-11,-2],[-12,1],[-10,0],[-10,-1],[-6,1],[-6,1],[-10,1],[-8,0],[-15,0],[-13,-1],[-5,-2],[-3,0],[-2,-1],[-4,-2],[-4,-3],[-2,-3],[1,-2],[-6,-5],[-8,-1],[-4,-1],[-3,-1],[-5,-3],[-6,-1],[-10,1],[-6,-2],[-10,-3],[-12,-2],[-6,-2],[-6,-1],[-4,0],[-5,0],[-5,0],[-15,3],[-7,2],[-9,1],[-6,1],[-6,-4],[-2,-1],[-6,0],[-15,-2],[-1,0],[-10,0],[-5,1],[-4,0],[-1,1],[-1,1],[1,0],[0,1],[1,1],[1,0],[9,2],[3,3],[-5,0],[-8,-2],[-4,-2],[-6,-4],[-9,-4],[-10,-5],[-2,-1],[0,-1],[-2,0],[-3,0],[-4,3],[-4,4],[1,7],[0,7],[-1,1],[-3,1],[-3,1],[-5,1],[-7,-1],[-15,-2],[-6,-1],[-4,-1],[-6,0],[-5,-2],[-12,-2],[-3,-1],[-4,-2],[-3,-2],[-3,-3],[0,-2],[0,-2],[2,-5],[1,-3],[1,-1],[4,-1],[4,-6],[-9,-1],[-2,0],[-2,-1],[-7,-6],[-5,-5],[-3,-8],[-1,-7],[0,-6],[0,-2],[3,-2],[2,-1],[6,0],[7,-1],[-1,-1],[-1,-2],[-2,-2],[-1,0],[-2,-1],[-2,0],[-2,0],[-4,-2],[-5,-4],[-1,-1],[-1,-2],[-2,-3],[-2,-4],[-6,-7],[-8,-4],[-2,2],[-4,3],[-3,3],[-4,1],[-14,1],[-5,1],[-7,1],[-14,0],[-1,0],[-2,0],[-2,-1],[-6,-3],[-2,-3],[-5,-3],[-9,-5],[-8,-4],[-5,-4],[-2,-4],[-6,-5],[-4,-2],[-3,-1],[-3,-1],[-1,1],[0,3],[-1,2],[-9,4],[-5,0],[-10,-1],[-7,-3],[-3,-2],[-4,-4],[-7,-9],[-2,-9],[0,-7],[-1,-4],[-4,-3],[-7,-8],[-14,-5],[-4,-3],[-4,-3],[-1,0],[-1,0],[-1,0],[-5,2],[-2,7],[1,1],[6,3],[3,1],[7,4],[3,3],[-6,-2],[-10,-2],[-5,-1],[-1,0],[-2,-2],[-1,0],[-4,2],[-1,1],[0,3],[4,3],[1,4],[1,6],[-1,3],[-1,3],[-4,9],[-2,7],[-1,3],[2,3],[4,8],[0,3],[1,3],[1,1],[6,4],[4,2],[-1,3],[-1,4],[-5,5],[0,-6],[1,-3],[-2,-4],[-3,-3],[-3,-7],[-5,-7],[-5,-3],[-11,-3],[-3,-2],[-2,-3],[-3,-3],[3,-8],[3,-4],[3,-3],[3,-1],[1,-1],[1,0],[0,-1],[-2,-3],[-2,-3],[-3,-3],[-2,-2],[-2,0],[-1,-1],[-1,0],[-1,0],[-5,0],[-7,2],[-1,1],[-4,2],[-1,0],[-1,0],[0,-3],[7,-6],[4,-3],[3,-2],[1,0],[3,0],[3,2],[6,0],[4,-2],[4,-6],[-1,-1],[-1,0],[-1,0],[-3,1],[-3,1],[-5,0],[-6,0],[-10,-3],[-3,-6],[-2,-3],[-3,-2],[-3,-2],[-4,-1],[-3,-2],[1,-8],[3,-4],[2,-3],[-2,-4],[-11,-4],[-1,0],[-2,0],[-1,0],[-1,0],[-3,2],[-4,1],[-5,0],[-9,-3],[-8,-1],[-10,0],[-11,-2],[-7,-1],[-2,1],[-3,-3],[1,-1],[6,0],[10,2],[6,1],[6,1],[12,0],[8,0],[2,0],[12,-3],[4,-2],[-2,-2],[2,-1],[6,-1],[2,-1],[12,-1],[0,-5],[-1,-4],[0,-4],[0,-1],[1,-1],[3,0],[2,0],[6,-2],[2,-3],[5,-8],[-5,-4],[-1,-1],[-1,-2],[-1,-3],[0,-6],[-1,-1],[-1,-2],[-3,0],[-6,0],[-7,-1],[-4,-1],[-5,-4],[-1,-1],[0,-1],[1,-3],[1,-3],[-1,-3],[-2,-3],[-1,-3],[-3,-4],[-8,-1],[-3,1],[-6,3],[-4,2],[-4,-1],[-7,0],[-11,-1],[-8,0],[-2,0],[-9,-4],[-5,-4],[0,-3],[-2,-3],[-2,-3],[-4,-4],[-5,-5],[-2,-4],[1,-4],[-2,-4],[-3,-2],[-11,-4],[-4,-1],[-5,1],[-5,6],[-2,5],[-4,1],[-3,1],[-4,1],[-6,2],[-6,1],[-4,3],[-4,7],[-9,8],[-4,1],[-1,1],[-1,1],[0,1],[-1,1],[0,1],[-1,2],[4,2],[3,3],[0,1],[1,5],[-1,7],[-5,9],[-6,3],[-7,2],[3,8],[-2,5],[-4,3],[-11,9],[-3,2],[-12,7],[-6,3],[-12,5],[-3,3],[-1,0],[-7,1],[-5,1],[-5,-1],[-3,-1],[-4,-1],[-3,0],[-2,0],[-7,4],[-7,5],[-9,3],[-5,0],[-12,1],[-10,-2],[-12,0],[1,0],[-2,2],[-2,2],[-7,3],[-9,2],[-10,7],[-12,3],[-9,4],[-4,1],[-12,1],[-2,-1],[-9,-2],[-14,0],[-6,-1],[-1,-2],[-10,-8],[-3,-2],[-2,-2],[-2,-1],[-1,-2],[-1,-2],[3,-1],[8,-6],[4,-6],[-1,-3],[-6,-10],[-3,-5],[-6,-5],[-4,-1],[-13,-6],[-3,-1],[-3,-1],[-4,-1],[-7,0],[-10,0],[-4,-1],[-13,-2],[-13,-2],[-14,-3],[-13,-4],[-5,-1],[-12,-3],[-10,3],[-6,4],[-1,2],[-2,6],[-8,3],[-5,1],[-7,5],[-2,2],[-1,3],[0,1],[7,6],[10,5],[4,2],[2,3],[2,3],[-1,4],[-7,7],[-1,5],[-2,8],[-2,6],[-2,3],[1,6],[7,5],[3,8],[0,1],[3,3],[2,2],[5,2],[3,2],[4,4],[9,5],[14,1],[15,0],[7,0],[2,1],[1,1],[4,5],[5,3],[2,2],[7,4],[11,4],[14,5],[14,4],[2,1],[8,3],[2,4],[2,1],[5,3],[7,2],[5,1],[8,-2],[6,1],[6,1],[9,2],[12,-1],[12,1],[4,-3],[2,-6],[7,-7],[3,-1],[5,-1],[6,0],[6,0],[10,1],[10,3],[6,4],[7,4],[7,5],[6,8],[2,2],[2,4],[0,3],[-1,2],[9,4],[11,-2],[7,-1],[7,0],[16,0],[2,0],[10,4],[4,1],[9,5],[5,5],[3,3],[7,2],[3,1],[4,1],[1,0],[1,0],[3,2],[6,4],[4,3],[12,4],[14,5],[3,2],[4,6],[4,4],[3,4],[3,7],[0,1],[0,2],[-1,3],[2,4],[9,2],[5,0],[9,0],[6,0],[3,1],[6,5],[10,5],[2,1],[0,2],[2,2],[4,2],[6,2],[6,2],[2,3],[3,7],[2,4],[5,14],[0,1],[-4,6],[2,6],[6,8],[0,3],[0,3],[8,1],[6,1],[7,3],[9,2],[11,4],[10,3],[6,-2],[2,-1],[3,0],[5,2],[7,3],[8,4],[2,1],[6,6],[4,7],[3,5],[3,7],[1,5],[2,5],[1,4],[1,6],[0,3],[1,8],[-1,3],[-2,3],[-1,3],[-1,4],[5,2],[6,4],[0,1],[1,2],[0,4],[0,8],[1,3],[0,5],[0,3],[0,1],[-6,3],[-4,1],[-2,1],[0,1],[1,0],[2,3],[4,0],[6,1],[2,1],[3,-1],[0,-3],[1,-1],[3,-1],[3,-1],[10,1],[8,-2],[10,1],[1,0],[2,1],[1,1],[3,4],[12,7],[8,7],[2,1],[3,2],[2,0],[4,0],[1,-1],[-3,-5],[-2,-6],[1,-1],[5,0],[3,-1],[1,0],[1,-1],[3,-3],[0,-1],[1,-1],[1,3],[1,4],[-1,7],[0,3],[2,1],[1,2],[1,0],[2,1],[3,4],[1,1],[0,3],[-3,3],[-4,2],[-1,2],[3,3],[4,3],[5,0],[0,-2],[2,-2],[7,-3],[8,-1],[12,-1],[2,0],[2,0],[1,1],[7,2],[3,3],[5,4],[9,0],[11,3],[12,-2],[9,0],[8,0],[14,2],[4,1],[4,2],[5,3],[4,4],[4,5],[2,2],[3,3],[3,5],[0,2],[2,7],[4,8],[3,2],[3,6],[-1,1],[-3,1],[-1,3],[0,3],[1,6],[12,4],[10,2],[6,1],[6,2],[4,4],[4,2],[5,0],[6,2],[5,2],[7,5],[12,6],[3,4],[5,2],[12,5],[6,6],[2,5],[2,6],[3,4],[5,3],[5,6],[10,5],[11,7],[2,2],[1,1],[2,1],[5,2],[4,0],[4,1],[4,0],[3,1],[11,6],[10,5],[5,4],[1,5],[2,6],[0,4],[0,4],[1,4],[2,7],[-1,3],[0,2],[-1,2],[2,8],[0,2],[-1,7],[0,5],[-1,11],[1,0],[0,5],[-1,8],[-1,3],[-4,9],[0,7],[-1,2],[-2,5],[0,3],[1,4],[1,2],[1,3],[8,6],[6,5],[0,1]],[[3915,938],[19,-3],[30,1],[27,4],[15,-2],[-6,-15],[4,-5],[8,-2],[4,-14],[6,-2],[2,-5],[5,-2],[11,-13],[-12,0],[-10,-28],[0,-7],[5,-4],[-3,-2],[-5,-12],[-16,-6],[-11,0],[0,-4],[-14,-1],[-4,-3],[17,-3],[3,-4],[16,-1],[5,2],[5,-9],[8,-2],[3,-4],[7,-1],[5,-4],[4,1],[9,-3],[-1,6],[-5,5],[21,4],[11,-7],[-6,-5],[0,-7],[7,-2],[-4,-7],[10,-9],[5,-13],[7,-4],[-7,-9],[0,-6],[2,-4],[13,-4],[4,-4],[5,-12],[-3,-3],[3,-2],[-1,-7],[6,-2],[-1,-2],[4,-3],[2,-13],[8,-1],[0,-2],[6,-2],[7,1],[11,-3],[-2,-8],[-5,-5],[4,-7],[-5,-9],[2,-7],[-5,-5],[4,-9],[14,5],[8,-9],[3,2],[-4,7],[14,-2],[2,-3],[-8,-4],[-2,-5],[7,-7],[9,-4],[4,-11],[-8,-3],[-4,-5],[8,0],[9,6],[5,1],[7,-2],[9,-10],[6,-1],[11,4],[7,-1],[-5,-4],[6,-8],[-4,-5],[8,-1],[-1,-9],[9,-1],[3,4],[4,1],[6,-4],[-2,-3],[-12,-2],[0,-4],[-6,-1],[-7,3],[-12,2],[-3,-8],[5,-5],[0,-8],[-14,-6],[-5,-4],[2,-6],[7,-2],[5,10],[4,2],[4,-2],[8,-10],[2,-8],[8,-9],[-1,-7]],[[8220,1386],[-1,-4],[7,-2],[4,-9],[8,-4],[7,2],[2,-1],[-2,-5],[16,-6],[0,-10],[9,2],[3,-13],[18,-11],[7,-22]],[[8298,1303],[-2,0],[-7,4],[-3,0],[-4,-3],[-7,7],[-15,1],[-4,-4],[-8,-2],[2,-6],[-3,-3],[-13,-3],[-5,0],[-1,2],[-8,-1],[-5,-4],[2,-5],[-6,-2],[-3,-6],[-6,0],[3,-2],[-19,-6],[-3,-5],[-7,0],[-12,12],[-17,1],[-3,3],[4,5],[-4,1],[-4,8],[5,1]],[[8167,1360],[10,6],[-8,8],[4,5]],[[8173,1379],[15,10],[32,-3]],[[8369,1397],[7,-2],[12,-9],[13,-5],[20,1],[18,-6]],[[8439,1376],[8,-6],[5,-9],[-14,0],[2,-11],[4,-2],[-4,-4],[2,-4],[-4,-2],[-1,-8],[-9,-13],[-11,2],[-7,-2],[-2,-3],[5,-7],[-3,-3],[-8,-3],[-5,1],[-19,-11],[-2,-9],[8,-8],[-5,-4],[-27,-3],[-7,4],[-8,-1]],[[8337,1270],[0,7],[-9,6],[-8,-4],[-6,-10],[-3,0],[-7,17],[2,5],[-4,0],[-4,12]],[[8220,1386],[1,1]],[[8221,1387],[4,5]],[[8225,1392],[27,-4],[15,3],[9,-4],[-1,-4],[11,-3],[4,3],[5,0],[3,2],[1,-1],[11,8],[11,2],[10,-6],[3,4],[-2,6],[-6,-1],[-2,4],[-3,0],[3,5]],[[8324,1406],[1,3],[9,-4],[22,-15],[13,7]],[[8826,1461],[73,-1],[31,3],[19,0]],[[8949,1463],[0,-15],[12,-2],[13,-3],[19,-5],[7,-2],[5,-3],[2,-4],[0,-3],[-2,-5],[-3,-6],[6,-2]],[[9008,1413],[-6,-11],[-10,-4],[-16,-4],[-41,0],[-10,-5],[-7,-9],[-1,-8],[-9,-7],[4,-4],[-3,-6],[-10,-6],[-3,-9],[11,-3],[-12,-15],[-4,-1],[-7,-11],[-3,-2],[-4,2],[-3,-4],[-24,5],[-3,-2],[-8,3],[-7,-2],[-3,-4],[-9,-4],[-11,9],[-7,-3],[-6,5],[-13,3],[-3,5],[0,6],[-8,-2],[-37,14],[-6,-4],[0,-3],[7,-8],[-8,-4],[5,-6],[-34,6],[-11,0],[-7,-3],[-2,1],[21,28],[5,1],[6,10],[16,1],[6,2],[3,3],[-5,3],[15,1],[1,4],[9,4],[-2,5],[5,2],[3,-2],[5,2],[2,9],[-5,10],[5,2],[-3,5],[-12,3],[-8,7],[-8,2],[0,-2],[-2,5],[-9,3]],[[8727,1426],[7,17],[17,12],[49,6],[26,0]],[[8161,1386],[-7,-6],[13,-2],[0,1],[6,0]],[[8065,1358],[-7,8],[3,6],[-10,23],[3,3]],[[8054,1398],[19,5],[15,-1],[25,4],[-1,-8],[1,-1],[4,1],[4,-7],[16,-5],[3,0],[2,3],[15,-5],[4,2]],[[8052,1402],[2,-4]],[[8060,1350],[-15,-1],[-22,-13],[-9,-12],[-11,-8],[-2,-7],[-12,-7],[-9,-1],[-2,20],[10,10],[3,12],[8,3],[1,2],[-5,10],[-4,0],[3,1],[-4,3]],[[7990,1362],[9,8],[3,17],[-9,7],[4,3],[4,-1],[5,1],[6,-5],[4,2],[4,-8],[32,16]],[[9008,1413],[5,-2],[6,-2],[6,-1],[12,-3],[12,0],[4,0],[10,-1],[11,-2],[6,-1],[11,-6],[3,0],[3,-1],[21,-2],[9,-2],[9,-1],[13,-1],[10,-2],[5,-1],[7,-2],[11,-6],[22,-11],[4,0],[5,-6],[2,-3],[4,-6],[2,-3],[4,-3],[6,-5],[0,-2],[-1,-3],[-1,-2],[0,-2],[2,-3],[16,-1],[10,1],[5,1],[13,4],[9,4],[2,0],[1,1],[4,0],[3,0],[17,1],[7,0],[6,2],[7,3],[1,1],[3,0],[6,-1],[6,0],[6,0],[1,0],[2,1],[4,0],[7,1],[7,-1],[10,-1],[9,0],[10,0],[5,1],[4,0],[13,3],[11,2],[3,0],[6,0],[12,0],[8,1],[1,0],[9,0],[4,0],[9,-1],[16,-2],[14,2],[9,1],[4,1],[6,2],[5,1],[8,-1],[3,-1],[1,-1],[7,0],[1,0],[7,1],[4,0],[5,2],[9,2],[7,0],[8,0],[13,3],[5,1],[6,2],[6,1],[13,-1],[9,-1],[8,0],[3,1],[10,2],[9,-7],[2,-2],[4,-4],[3,-3],[1,-3],[-2,-3],[-2,-5],[-1,-6],[-1,-6],[-1,-3],[-1,-2],[-3,-8],[-2,-3],[-7,-8],[-12,-4],[-17,-1],[-8,0],[-2,-2],[-1,-3],[0,-1],[-6,-10],[1,-10],[-1,-4],[2,-9],[2,-7],[6,-14],[5,-9],[4,-7],[2,-9],[0,-10],[-1,-6],[2,-20],[0,-16],[-4,-7],[-5,-6],[-5,-4],[-6,-7],[-6,-5],[-12,-5],[-7,-1],[-4,-1],[-12,-2],[-15,-5],[-6,-1],[-4,-1],[-1,-1],[-2,-3],[0,-3],[0,-1],[-1,0],[-14,-2],[-1,0],[-8,-4],[-7,-2],[-13,-4],[-10,-1],[-13,0],[-4,0],[-2,0],[-10,-1],[-6,-1],[-9,-3],[-4,-2],[-3,-2],[-4,-5],[-3,-2],[-3,-2],[-5,-3],[-3,-1],[-13,-1],[-14,-2],[-9,0],[-23,-2],[-20,-2],[-10,-1],[-17,-4],[-14,-3],[-10,-4],[-7,-4],[-8,-4],[-17,-10],[-12,-8],[-17,-13],[-7,-9],[-3,-5],[-4,-10],[1,-8],[1,-9],[3,-14],[1,-4],[3,-4],[2,-7],[0,-6],[-3,-9],[0,-4],[-1,-2],[-4,-1],[-5,-1],[-11,0],[-11,0],[-19,2],[-22,2],[-14,2],[-7,0],[-21,3],[-9,1]],[[8344,1133],[5,7],[-4,1],[-4,19],[6,7],[-7,8],[2,3],[-5,1],[-4,5],[-5,14],[8,2],[3,14],[8,5],[5,11],[-12,25],[2,9],[-5,6]],[[8439,1376],[4,0],[1,2],[-4,1],[2,5],[3,1],[-3,2],[4,9],[8,-2],[8,13],[4,-1],[8,3],[8,6],[9,2],[0,4],[8,4],[-2,8],[3,4],[11,6]],[[8511,1443],[47,-21],[12,-1],[17,10],[10,1],[10,-3],[11,-14],[21,-3],[54,1],[27,6],[7,7]],[[8267,1453],[6,-6]],[[8273,1447],[-2,-5],[3,-1],[6,0],[-6,-5],[8,-6],[1,4],[12,0],[19,2],[-4,-1],[2,-4],[-4,1],[1,-3],[-4,-1],[1,-6],[9,-7],[-4,-1],[6,-1],[0,-6],[7,-1]],[[8225,1392],[1,5],[9,5],[1,9],[5,3],[3,-2],[8,2],[4,4],[-4,2],[0,5],[-6,6],[-2,17],[11,2],[2,3],[10,0]],[[8171,1446],[4,-1],[-9,-10],[-15,-7],[3,-12],[5,-1],[-3,-5],[2,-4],[7,0],[-4,-5],[5,-5],[-3,0],[0,-9],[-2,-1]],[[8052,1402],[11,5],[-5,6],[-11,5],[3,8],[3,2],[19,-2],[0,8],[9,-1],[2,1]],[[8083,1434],[17,-7],[13,0],[8,4],[4,8]],[[8125,1439],[4,3],[23,3]],[[8152,1445],[11,0],[8,1]],[[7347,1334],[-1,-3],[14,0],[32,3],[3,3],[5,-1],[7,1],[6,-1],[2,-4],[31,-5],[5,-2],[9,2],[30,-2]],[[7490,1325],[6,0],[11,-3],[5,-4],[0,-3],[20,-1],[9,-2],[9,-6]],[[7550,1306],[10,-7],[2,-6],[18,-8],[5,-9],[3,-12],[4,-4],[-2,-4],[3,-7],[-3,-9],[4,-3],[-1,-4],[-5,-3],[-3,-8],[3,-2],[-10,-7],[-23,6],[-6,5],[-14,0],[-11,-3],[-4,5],[-10,-5],[-4,0],[0,-4],[-7,-2],[-1,-6],[-19,-14],[5,-8],[-2,-2],[15,-10],[4,-7],[-8,-31],[6,-2],[3,2],[7,1],[12,6],[2,-2],[4,0],[4,-3],[3,-9],[10,-4],[-2,-5],[12,-8],[1,-3],[23,-5],[-2,-4],[3,-1],[-4,-3],[-10,1],[-9,-1],[9,0],[5,-7],[-4,-4],[5,-5]],[[7399,799],[-5,0],[-6,-1],[-6,0],[-20,4],[-8,1],[-21,2],[-18,0],[4,-2],[4,-1],[2,-2],[3,-3],[-1,-2],[-2,-1],[-2,-1],[-4,3],[-6,5],[-1,2],[-1,4],[-3,0]],[[7213,803],[-2,-1],[-7,-5],[-4,-1],[-1,0],[-2,-1],[-2,1],[-6,4],[-5,3],[-6,2],[-6,1],[-8,1],[-8,1],[-5,2],[-4,2],[-4,2],[-7,8],[-4,3],[-5,3],[-13,4],[-9,1],[-2,0],[-8,2],[-4,1],[-6,3],[-10,4],[-14,3],[-3,1],[-5,1],[-7,2],[-5,2],[-2,2],[-7,4],[-2,3],[0,1],[-3,2],[-8,4],[-6,-4],[-6,-3],[6,-6],[5,-4],[7,-6],[5,-4],[2,-1],[4,-1],[4,-3],[3,-3],[-1,-3],[-3,-2],[-3,-1],[-8,-1],[-7,-3],[-5,-3],[-6,-6],[-4,-5],[-2,-2],[-10,-2],[-9,1],[-4,0],[-9,0],[-1,-1],[3,-1],[-5,-2],[-3,-1],[-9,-2],[-5,-1],[-2,-1],[-1,-2],[-7,-3],[-5,-1],[-3,-1],[-1,0],[-3,-1],[-5,0],[-3,-1],[-12,-1],[-12,-2],[-3,-1],[-10,-2],[-12,-4],[-11,-4],[-7,-2],[-12,-3],[-4,-1],[-6,-5],[-7,-3],[-5,-3],[-8,-4],[-10,-8],[-3,-5],[4,-3],[1,-1],[0,-1],[-1,-1],[-1,0],[-3,0],[-4,0],[-5,2],[-3,1],[-3,1],[-6,4],[-4,2],[-2,1],[-2,1],[-8,2],[-9,1],[-28,6],[-12,2],[-14,3],[-17,1],[-16,1]],[[6412,993],[7,-7],[21,14],[40,2],[12,6],[0,-20],[20,19],[17,4],[19,-21],[8,5],[7,0],[44,-10],[0,-3],[34,-1],[29,-20],[26,-9],[15,4],[11,9],[11,-4],[11,15],[9,7],[-11,1],[-5,3],[0,4],[-6,3],[-3,8],[11,4],[6,-2],[6,1],[-5,3],[-5,1],[5,0],[1,2],[4,-2],[7,1],[-7,8],[-1,3],[6,3],[-12,4],[-7,5],[-12,-1],[-3,8],[7,34],[-9,13],[10,9],[-4,8],[5,6],[-14,7],[-22,2],[9,26],[-18,21],[4,11],[-25,12],[4,10],[16,1],[19,4],[20,-3],[13,22],[9,2],[3,8],[6,-1],[1,2],[11,0],[10,2],[27,-6],[5,-4],[8,4],[6,10],[0,2],[-10,-1],[4,15],[-6,3],[8,6],[11,0],[-1,5],[4,3],[-8,3],[3,7],[-3,6],[-5,2],[1,11],[5,3],[0,7],[10,1],[18,-10]],[[6854,1303],[45,3],[21,4],[-15,11],[1,6],[15,1],[10,13],[7,2],[32,-4],[26,-1],[30,5],[25,-1],[6,-3],[8,0],[3,-1],[6,3],[4,0],[3,-2],[4,3],[7,0],[9,-5],[18,3],[4,-3],[16,0],[13,-3],[11,-5],[7,3],[30,-3],[13,1],[1,3],[8,-1],[0,12],[28,9],[11,-4],[-5,-4],[8,0],[6,-2],[4,-5],[10,-4],[1,-4],[38,1],[8,1],[2,2],[14,0]],[[8448,1467],[15,-5],[10,-15],[13,-2],[13,1]],[[8499,1446],[12,-3]],[[8369,1397],[-1,4],[9,5],[-1,2],[4,0],[-1,12],[-7,2],[4,1],[-1,6],[16,8],[9,1],[4,-3],[6,5],[6,-2],[-6,34]],[[8410,1472],[10,2],[28,-7]],[[8303,1464],[11,-7],[6,-1],[40,0],[10,3],[13,10],[9,1]],[[8392,1470],[18,2]],[[8273,1447],[11,-2],[7,1],[5,5],[-4,11],[5,3],[6,-1]],[[8062,1448],[8,2],[6,-3],[7,-13]],[[7990,1362],[-10,-1],[-12,10],[-19,8],[-18,-4],[-10,2],[3,9],[-5,2]],[[7919,1388],[-1,1],[7,-2],[-2,7],[20,12],[-6,2],[-5,-1],[-9,6],[4,0],[10,7],[16,1],[7,-1],[9,2],[3,-4],[6,3],[3,-1],[0,4],[6,4],[2,5],[12,4],[14,11],[8,-1],[13,-12],[10,-2],[7,3],[3,8],[6,4]],[[7805,1431],[1,-2],[9,0],[10,-5],[12,0],[3,-2],[15,-3]],[[7855,1419],[-3,-6],[4,0],[1,-10],[9,2],[-1,-5],[8,0],[0,-4],[10,-2],[2,2],[9,1],[12,-8],[13,-1]],[[7550,1306],[16,8],[-1,2],[15,10],[8,10],[38,9],[27,9]],[[7653,1354],[12,2],[9,-1],[6,1],[14,-4],[4,2],[5,-1],[-7,5],[5,3],[4,5],[-4,1],[13,17],[0,13],[10,9],[14,3],[8,6],[15,-9],[5,2],[27,-8],[-2,4],[-7,2],[5,5],[-13,10],[5,2],[5,9],[5,1]],[[7791,1433],[9,-3],[5,1]],[[8219,1466],[20,-5],[20,6],[8,-2],[0,-12]],[[8221,1387],[-10,8],[-7,15],[-6,6],[11,12],[-2,6],[-3,-2],[-4,6],[-8,3],[4,1],[-4,4],[5,6],[-8,4],[5,5],[-3,7]],[[8191,1468],[28,-2]],[[8171,1446],[6,5],[3,14],[9,3]],[[8189,1468],[2,0]],[[9111,1478],[-5,2],[-2,0],[-2,-1],[4,0],[3,-1],[3,-2],[1,-2],[0,-3],[-7,-4],[-17,-2],[-3,-1],[-1,0],[-15,0],[-1,2],[0,2],[-3,1],[2,-1],[1,-1],[-2,-3],[-14,0],[-6,1],[-3,2],[-1,1],[1,2],[3,1],[5,-2],[2,1],[2,-1],[1,0],[1,1],[3,0],[-3,0],[-2,-1],[-4,1],[-3,1],[-2,5],[6,1],[-9,1],[2,-3],[-2,-3],[-3,-4],[-4,-2],[-1,0],[-12,1],[-7,4],[-5,1],[-15,4],[-8,1],[-7,1],[-9,2],[-7,0]],[[8966,1480],[-18,5],[-36,-2],[-2,3],[-12,1],[3,3],[-4,3],[3,1],[-4,2],[2,12],[10,7],[-2,4],[2,2],[-4,2],[7,7],[12,-3],[23,-1],[0,-3],[7,-1],[22,-1],[3,-3],[10,-1],[0,-2],[29,-1],[4,-2],[0,-3],[8,-1],[24,0],[3,-10],[21,-2],[4,3],[4,-1],[26,-20]],[[8214,1478],[7,1]],[[8221,1479],[-1,-2],[6,-8],[-5,-1],[-2,-2]],[[8189,1468],[0,5]],[[8189,1473],[-2,3],[8,0]],[[8195,1476],[7,2],[1,3],[10,-5],[1,2]],[[8052,1461],[4,-4],[4,0],[2,-9]],[[7855,1419],[14,-2],[2,3],[6,0],[2,4],[21,8],[-4,4],[-1,7],[6,15],[3,1]],[[7904,1459],[19,-4],[10,1],[5,-5],[9,5],[12,3],[8,-3],[22,-2],[3,2],[4,-4],[6,4],[8,-1],[-3,4],[6,2],[7,-1],[6,2],[11,-8],[13,1],[2,6]],[[7490,1325],[10,10],[13,6],[24,1],[-13,33],[0,1],[9,0],[-6,10],[-1,20]],[[7526,1406],[1,4],[13,11],[3,10],[12,-1],[0,-4],[5,-3],[7,-1],[4,3],[7,-3],[21,-3],[9,10],[25,0],[15,-8],[8,4],[8,-1],[-2,-11],[-3,-5],[8,-2],[22,1],[-6,-13],[5,-5],[0,-8],[-6,0],[-15,9],[-9,2],[-5,4],[-8,1],[-19,-19],[27,-24]],[[8499,1446],[4,10],[14,3],[-3,6],[15,2],[-5,10],[8,0],[-4,3],[2,2],[3,-1],[3,5],[4,-10],[10,0],[3,4],[-1,9],[31,3],[-1,2],[4,1],[32,1],[-6,10],[-12,6],[-3,8]],[[8597,1520],[30,1],[41,-2],[5,2],[2,-9],[23,0],[3,-4],[-2,-2],[8,1],[-2,-4],[3,-2],[3,4],[4,0],[5,-4],[3,1],[2,4],[16,2],[4,-6],[18,1],[2,-4],[4,0],[0,-3],[13,-1],[12,-8],[3,-11],[4,-2],[14,3],[9,-3],[2,-13]],[[8280,1499],[-4,-6],[3,-5],[10,-5],[-1,-5],[3,-3],[3,1],[5,-2],[-1,-5],[5,3],[-1,-4],[3,-1],[-2,-3]],[[8221,1479],[3,8],[8,1],[4,4],[2,-1],[15,1],[11,8],[4,-2],[12,1]],[[8088,1485],[14,-5],[1,-2],[-3,0],[4,-5],[4,0],[3,-5],[4,1],[8,-12],[14,1],[7,3],[2,-11],[6,-5]],[[8125,1439],[-5,0],[-30,21],[-4,5],[2,3],[-3,0],[-9,11],[0,8]],[[8076,1487],[12,-2]],[[8052,1461],[-1,2],[9,1],[0,2],[-7,16],[6,7]],[[8059,1489],[11,0],[6,-2]],[[8088,1485],[1,3],[12,1],[6,-4],[5,8]],[[8112,1493],[2,-2],[10,5],[13,-4],[12,2],[5,-12],[16,-7],[2,-3],[17,1]],[[8362,1500],[-2,-3],[6,-11],[19,-3],[7,-13]],[[8280,1499],[0,8]],[[8280,1507],[6,0],[2,-2],[11,2],[2,-1],[4,0],[2,3],[5,-1],[5,2],[-1,1]],[[8316,1511],[3,0],[2,-2],[20,0],[-5,7],[9,2],[6,-6],[9,-3],[2,-9]],[[7382,1422],[0,-1],[11,-4],[9,-8],[-4,-4],[-12,5],[-3,-6],[5,-1],[0,-8],[-13,-9],[-5,-7],[-11,-2],[0,2],[-6,1],[-4,5],[2,2],[-3,1],[-11,-2],[-3,5]],[[7334,1391],[-4,8],[-17,2],[-2,7],[-3,0],[-7,8],[-13,-2],[-2,1],[2,4],[-6,4],[9,5],[7,9]],[[7298,1437],[22,-8],[6,1],[0,3],[3,1],[-2,1],[6,1],[2,3],[-2,3],[2,3],[5,2],[14,-1],[1,3],[3,-2],[5,4],[11,2],[4,-4],[6,-2],[6,-10],[-6,-2],[-2,-8],[-5,1],[-1,-4],[6,-2]],[[8214,1478],[0,5],[-10,3],[-1,4],[10,4],[2,8],[7,-1],[0,2],[-2,4],[-11,2],[-1,5],[-7,1],[-5,3]],[[8196,1518],[8,6],[-2,3],[35,3]],[[8237,1530],[14,-13],[20,-3],[9,-7]],[[8195,1476],[-11,11],[-6,0],[-4,16],[-14,12],[-1,8]],[[8159,1523],[22,5],[15,-10]],[[8362,1500],[9,0],[14,5],[1,-4],[18,7],[1,4],[6,0],[0,5],[10,3],[2,5],[-2,4],[4,3],[-6,2],[-1,5],[21,11]],[[8439,1550],[3,-9],[-4,-12],[2,-6],[-3,-1],[15,-6],[11,3],[11,0],[-2,-4],[7,-8],[-23,-21],[-8,-19]],[[8112,1493],[-21,17]],[[8091,1510],[3,1],[10,0],[10,8],[8,4],[6,0],[3,3]],[[8131,1526],[11,0],[17,-3]],[[7973,1511],[8,-1],[19,-9],[-1,-2],[4,-3],[-3,-6],[5,-1],[19,6],[5,-4],[-11,-3],[3,-2],[16,1],[11,5],[11,-3]],[[7904,1459],[13,7],[4,7],[13,9],[0,4],[-34,5],[-8,5],[24,2],[-4,5],[4,0],[16,7]],[[7932,1510],[2,-2],[28,6],[11,-3]],[[7824,1455],[-8,-6],[-11,-18]],[[7791,1433],[0,8],[-13,8],[-15,2],[1,4],[-7,2],[-5,-5],[-23,7],[-2,-2],[-9,4],[-4,-4],[-3,0],[-19,6],[-7,-3],[-7,0]],[[7678,1460],[-1,2],[-10,-2],[0,3],[-6,1],[6,5],[-1,8],[-5,1],[0,7],[7,2],[9,6],[12,2],[11,-1],[0,-2],[22,-7],[1,-3],[5,-2],[9,0],[5,10],[8,0],[-1,-3],[-7,-1],[4,-5],[6,-3],[-4,-2],[3,-3],[-2,-3],[14,-2],[24,1],[3,-2],[-2,-9],[-4,-5],[40,2]],[[8439,1550],[-1,12],[-9,10]],[[8429,1572],[30,-2],[12,4],[21,0],[20,6],[27,-13],[12,-9],[-6,-1],[-4,-5],[15,-2],[2,-10],[14,-14],[3,-8],[22,2]],[[8256,1556],[-8,-8],[-2,-8],[-10,-8],[1,-2]],[[8131,1526],[6,9],[8,3],[-3,2],[1,3],[-3,5],[6,8],[4,-8],[7,3],[1,8],[5,1]],[[8163,1560],[20,-2],[61,1],[12,-3]],[[7973,1511],[7,5],[-1,5],[7,2],[-4,8],[23,8],[19,-2],[-2,6],[-5,2],[22,6]],[[8039,1551],[18,-15],[-6,-4],[5,-10],[3,0],[0,3],[12,0],[20,-15]],[[8316,1511],[-6,3],[0,5],[4,1],[0,5],[-2,1],[-4,18],[1,6],[8,12],[-5,4],[-7,2],[5,0],[7,9]],[[8317,1577],[18,-12],[13,2],[-6,-4],[24,-8],[7,2],[7,-2],[5,1],[2,5],[-2,2],[6,2],[5,-3],[12,4],[3,-1],[9,5],[9,2]],[[5702,1293],[9,-2],[9,-4],[5,0],[8,-4],[-4,-4],[6,0],[21,-7],[0,-6],[13,-5],[0,2],[4,-1],[2,2],[6,-2],[15,6],[1,5],[4,0],[9,-4],[19,7],[5,3],[5,-1],[-2,-3],[4,2],[21,-7],[31,-2],[-1,-4],[-9,-7],[28,-5],[4,4],[11,-3],[10,0],[-1,3],[8,0],[-2,3],[7,4],[9,0],[0,2],[7,0],[1,3],[4,1],[-3,5],[19,7],[8,-9],[5,0],[7,5],[11,1],[26,7],[7,-1],[9,5],[34,11]],[[6092,1300],[8,-1],[3,1],[5,-2],[-2,-1],[3,-3],[-4,0],[4,-4],[-5,-4],[-8,-1],[8,-5],[-4,-5],[0,-4],[1,-1],[14,3],[3,-1],[-3,-2],[12,-3],[8,-15],[0,-9],[-5,-4],[5,-5],[-15,-13],[-9,-18],[3,-4],[-14,-16],[-3,0],[0,-4],[-4,-1],[0,-4],[-2,1],[-7,-8],[-1,-4],[-11,-7],[-21,-21],[0,-6],[-13,-5],[1,-8],[-19,-5],[3,-18],[7,-2],[7,-8],[17,-3],[3,-5]],[[5452,839],[-8,6],[1,2],[-8,4],[1,6],[-3,5],[4,5],[-7,1],[1,3],[-19,-1],[-5,-4],[-12,6],[-3,-2],[-6,0],[-15,-4],[0,7],[4,3],[-6,6],[-5,0],[-11,6],[3,7],[-4,8],[6,12],[-3,4],[-49,-4],[-18,-6],[-4,4],[-12,-10],[-8,1],[-5,1],[-3,6],[-14,0],[0,7],[-17,3],[9,8],[-2,3],[8,3],[0,9],[8,9],[-2,2],[-21,1],[-29,-5],[-14,0],[-21,-2],[-29,11],[-9,2],[-11,8],[-12,6],[-2,0],[-3,6],[-9,4],[-45,-4],[-4,16],[3,21],[-33,2],[-1,6],[-6,4],[-14,-1],[-9,-2],[-1,-2],[-13,0],[-22,7],[-21,-3],[-8,-4],[-7,0],[-1,-7],[3,-3],[-4,-2],[-1,-3],[-3,0],[-1,-3],[-7,-2],[-72,4],[-5,7],[4,8],[8,5],[4,6],[-2,13],[6,4],[-16,2],[-2,-1],[-11,4],[-11,-4],[-13,2],[-3,1],[2,4],[-14,3],[-1,3],[-16,3],[-10,6],[-26,0],[-10,6],[-11,3],[-25,14],[-12,2],[-23,7],[-17,10],[-12,11],[2,12],[-3,2],[-4,21],[32,1],[19,-5],[28,5],[11,-2],[20,3],[1,5],[-8,6],[6,8],[-5,14],[2,3],[-4,4],[6,3],[0,3],[7,5]],[[4715,1217],[11,-2],[8,0],[3,-1],[5,-2],[5,-1],[6,0],[15,-2],[10,-1],[9,0],[9,0],[4,-1],[5,-3],[10,-2],[14,4],[11,1],[7,4],[8,4],[4,0],[4,1],[13,0],[8,0],[11,-2],[5,-2],[9,-2],[8,-1],[5,-1],[7,1],[6,-2],[7,-3],[5,-2],[5,-4],[5,-2],[2,0],[5,1],[1,0],[1,2],[2,1],[1,0],[3,0],[5,-2],[5,-4],[2,0],[5,-3],[3,-2],[10,-4],[4,-4],[2,-2],[3,-2],[5,-2],[4,-2],[12,1],[11,-1],[7,0],[8,0],[10,-1],[5,0],[12,0],[9,0],[12,-1],[8,0],[5,2],[5,1],[2,-1],[2,0],[5,-2],[6,-1],[3,1],[8,2],[7,2],[4,1],[8,1],[9,2],[9,2],[13,2],[4,2],[6,3],[8,2],[3,0],[4,-1],[3,-1],[3,0],[9,2],[4,1],[5,3],[2,0],[3,1],[10,0],[9,3],[2,0],[3,0],[3,1],[10,1],[3,-1],[8,0],[6,1],[3,0],[3,1],[6,1],[11,5],[7,5],[2,3],[-10,0],[-16,-2],[-15,0],[2,1],[4,1],[12,1],[10,1],[23,3],[4,1],[13,5],[5,2],[5,0],[4,0],[9,-4],[5,-3],[2,1],[-3,3],[-18,4],[-7,2],[2,2],[7,0],[5,-1],[12,-4],[4,-3],[2,-2],[2,1],[-2,2],[-9,5],[-6,2],[-5,1],[-5,0],[-6,0],[-5,-1],[-10,-1],[-8,2],[-3,1],[-5,2],[-9,1],[15,2],[5,0],[-3,2],[-2,0],[-14,1],[22,12],[7,6],[5,6],[5,12],[4,6],[0,7],[1,9],[10,1],[2,1],[2,4]],[[5389,1307],[23,-10],[9,-7],[0,-4],[-8,-3],[0,-4],[5,-3],[17,-3],[7,2],[3,6],[24,-2],[5,-3],[7,-1],[6,-3],[20,-4],[12,15],[7,-6],[9,2],[4,-2],[10,-1],[42,2],[-2,8],[4,1],[0,3],[-10,4],[0,7],[19,0],[3,-2],[33,-2],[6,2],[1,-4],[17,0],[8,-3],[7,4],[4,-4],[19,-1],[-1,2],[3,0]],[[7485,1500],[-4,-10],[-7,-7],[17,-12],[12,0],[6,-5],[1,-10],[-4,-1],[0,2],[-8,-9],[7,-14],[-3,-6],[-9,-1],[6,-2],[10,-18],[17,-1]],[[7347,1334],[-6,4],[2,2],[6,2],[2,4],[-19,12],[-10,3],[12,18],[0,12]],[[7382,1422],[7,1],[11,7],[9,0],[2,4],[8,4],[3,7],[10,3],[3,8],[24,7],[-2,4],[-8,3],[2,10],[-21,13],[3,7]],[[7433,1500],[9,14],[7,2],[7,-2],[10,-10],[19,-4]],[[7485,1500],[5,2],[8,-1],[4,4],[14,3],[17,-2],[10,5],[9,10],[15,-2],[28,11],[9,0],[6,-5],[1,-7],[6,-2],[4,3],[5,0],[5,-8],[-2,-11],[-9,-19],[-1,-11],[10,-1],[6,-3],[8,-12],[10,-5],[16,-3],[5,4],[12,3],[-4,3],[-6,0],[2,4]],[[5460,744],[-6,-2],[-11,-2],[-10,-5],[-11,-2],[-15,-3],[-4,-2],[-12,-1],[-4,-1],[-4,1],[-6,0],[-9,2],[-16,2],[-3,0],[-8,0],[-10,-1],[-4,-1],[-6,-4],[-2,-5],[-3,-5],[-2,0],[-7,0],[-8,1],[-5,0],[-7,0],[-6,0],[-8,-1],[-1,0],[-4,-1],[-4,0],[-11,1],[-12,-1],[-6,1],[-4,0],[-1,0],[-7,-1],[-2,-1],[-15,-1],[-7,-1],[-14,-2],[-2,0],[-1,0],[-6,-2],[-11,-2],[-9,-3],[-4,-2],[-9,-7],[-5,-3],[-2,-5],[-3,-5],[-3,-5],[-1,-2],[-3,-2],[-3,-2],[-10,-5],[-2,0],[-2,0],[-5,0],[-2,0],[-1,0],[-3,-1],[-21,-6],[-4,-1],[-3,-1],[-5,-3],[-3,-2],[-4,-6],[-12,-1],[-6,0],[-15,2],[-14,4],[-4,2],[-9,2],[-5,-4],[-1,0],[-2,0],[-1,1],[-1,1],[-1,4],[0,1],[3,6],[1,2],[-3,1],[-1,2],[1,1],[2,1],[0,1],[2,1],[1,0],[-2,0],[-1,0],[0,1],[2,0],[1,1],[-4,-1],[0,1],[-1,2],[0,2],[-1,0],[2,-7],[-3,-2],[-7,5],[-1,3],[1,2],[1,3],[2,1],[2,2],[-2,5],[-2,1],[-2,0],[-2,-1],[-1,-1],[0,-5],[0,-9],[3,-9],[2,-7],[0,-2],[0,-3],[1,-1],[1,-2],[4,-2],[2,-1],[4,0],[2,1],[3,2],[1,0],[1,0],[1,-1],[1,-2],[-1,-2],[-5,-4],[-7,-5],[-4,-4],[-6,-3],[-5,-3],[-4,-1],[-2,-2],[-4,-2],[-4,-4],[-1,-1],[-1,-3],[0,-3],[0,-1],[-4,-7],[-7,-3],[-7,-6],[-7,-8],[-5,-9],[-2,-4],[-6,-10]],[[4920,435],[-7,-5],[-1,-2],[-3,-7],[1,-4],[1,-3],[1,-1],[0,-3],[0,-1],[-4,-4],[-1,-1],[-2,0],[-11,-5],[-5,-3],[-5,-1],[-5,2],[-3,1],[-10,4],[-4,4],[-4,2],[-1,9],[-4,9],[-2,6],[-1,1],[-7,4],[-6,1],[-2,0],[1,-1],[1,-1],[1,0],[4,-1],[5,-4],[2,-1],[1,-1],[0,-1],[0,-10],[3,-7],[-1,-4],[1,-2],[2,-2],[2,-1],[7,-2],[0,-4],[-1,-2],[-4,-6],[-1,-1],[-3,-1],[-5,0],[-13,-2],[-12,-3],[-9,-5],[-2,-1],[-5,-4],[-5,-3],[-7,-5],[-7,-9],[-4,-7],[-2,-6],[-2,-6],[-2,-5],[-2,-6],[-3,-8],[-1,-7],[0,-3],[0,-2],[1,-2],[1,-2],[0,-1],[3,-2],[3,-3],[2,0],[4,-2],[-11,-4],[-2,1],[-6,1],[-8,0],[-5,0],[-5,0],[-3,-1],[-3,-1],[-6,-4],[-8,-6],[-3,-2],[-3,0],[-9,-2],[-4,0],[-5,3],[-6,4],[-8,5],[-11,3],[-2,0],[-3,0],[-8,2],[-4,0],[-1,3],[0,1],[2,2],[7,6],[2,2],[5,4],[0,7],[-1,4],[-3,1],[-1,-1],[2,-6],[0,-5],[-8,-6],[-9,-5],[-3,-3],[-2,-3],[0,-6],[-3,-5],[-1,-1],[-2,0],[-6,2],[-13,3],[-4,0],[-3,0],[-5,2],[-4,3],[-2,1],[-3,2],[-5,3],[-6,2],[-2,1],[-7,2],[-10,3],[-7,3],[-2,2],[-1,1],[3,1],[4,3],[3,4],[3,7],[-2,3],[-2,2],[-1,0],[-3,-1],[-5,3],[-8,5],[-8,6],[-10,5],[0,3],[-2,0],[-12,5],[-10,4],[-3,0],[-4,-1],[-5,0],[-4,1],[-5,1],[-3,4],[-6,2],[-7,1],[-13,1],[-4,0],[-7,0],[-9,-3],[-10,-2],[-5,-1],[-5,-2],[-9,-3],[-7,-1],[-2,-1],[-4,0],[-5,1],[-2,0],[-11,4],[-14,5],[-3,0],[2,4],[1,1],[8,1],[7,0],[2,0],[2,0],[1,0],[-1,1],[-1,0],[-6,2],[-1,0],[-11,1],[-11,1],[-8,1],[-5,-1],[-4,-1],[-5,1],[-5,1],[-8,5],[-2,3],[3,4],[0,1],[-1,1],[-1,2],[-4,1],[-3,2],[0,4],[1,2],[2,1],[1,0],[1,1],[1,1]],[[3915,938],[2,4],[0,7],[5,7],[1,7],[3,5],[2,2],[1,9],[1,7],[0,6],[1,10],[2,6],[1,5],[1,5],[5,3],[7,2],[12,-1],[12,0],[9,1],[13,0],[7,-1],[9,-4],[5,-2],[14,-1],[12,-2],[10,-5],[7,-2],[4,-2],[4,-4],[4,-2],[9,-2],[7,-2],[6,0],[11,0],[3,0],[4,-1],[3,0],[8,1],[13,2],[13,2],[2,1],[2,1],[3,2],[7,6],[9,7],[6,5],[3,2],[6,7],[6,6],[1,1],[6,3],[3,1],[3,0],[3,0],[6,0],[2,6],[3,9],[2,8],[-1,5],[-1,2],[-3,4],[2,1],[5,-2],[12,-5],[6,-4],[6,-5],[0,-1],[1,-1],[3,-1],[3,-1],[4,1],[0,1],[-2,3],[-6,6],[-2,1],[-4,2],[-8,3],[-3,1],[-9,5],[-1,3],[0,3],[1,3],[1,12],[2,4],[0,5],[-2,2],[-8,2],[-3,2],[-2,3],[0,2],[1,3],[-1,3],[-4,2],[-5,2],[-4,2],[-2,1],[-1,1],[1,1],[2,2],[4,1],[13,-1],[8,-1],[3,0],[1,1],[7,6],[2,4],[3,13],[-1,10],[-3,1],[-3,2],[-5,1],[-3,1],[-2,0],[4,2],[7,0],[3,0],[3,0],[3,1],[2,2],[3,3],[3,4],[3,0],[9,-1],[9,0],[4,0],[3,0],[1,0],[4,2],[3,1],[7,1],[6,0],[9,1],[3,2],[3,1],[1,1],[6,2],[6,0],[6,0],[3,0],[8,0],[9,0],[1,1],[4,2],[6,2],[5,1],[9,-1],[3,-1],[8,-3],[5,-2],[2,-1],[3,-1],[4,0],[9,3],[10,5],[7,0],[8,0],[13,1],[10,1],[15,1],[3,0],[6,0],[3,0],[2,0],[8,2],[4,2],[2,2],[7,2],[10,2],[9,-1],[5,-1],[8,-3],[5,-1],[0,-1],[3,0],[6,1],[10,2],[2,2],[7,2],[13,3],[2,0],[1,1],[5,0],[3,0],[10,-1],[10,-2],[1,0],[3,-1],[2,0],[4,1],[4,1],[3,2],[1,1],[1,0],[1,0],[3,2],[1,2],[-1,0],[1,1],[1,1],[6,2],[3,1],[3,-2],[6,-3],[8,-3],[13,0],[14,-1],[11,-1],[6,-1],[2,0]],[[8256,1556],[7,3],[-1,4],[18,18],[4,12]],[[8284,1593],[5,0],[-1,-2],[8,0],[1,-2],[21,-1],[3,-6],[-4,-5]],[[8003,1584],[1,-5],[35,-28]],[[7932,1510],[-13,24],[0,6],[-10,13],[-2,10]],[[7907,1563],[28,4],[15,7],[19,5],[1,-1],[21,10],[12,-4]],[[7824,1455],[7,10],[-9,10],[3,11],[-6,8],[4,8],[13,7],[1,3],[-6,5],[-1,11],[-10,9],[-6,13]],[[7814,1550],[4,3],[-2,6],[3,9],[-4,3],[2,4],[-3,2],[3,3],[6,-1],[3,-4],[30,-13],[8,3],[3,4],[5,0],[35,-6]],[[5879,1394],[3,-3],[9,3],[7,0],[3,-2],[-5,-7],[12,3],[11,-5],[25,2],[-1,4],[32,3],[8,5],[16,0],[6,2],[3,-1],[9,4],[9,-1],[14,3],[18,-2],[3,-4],[8,-4],[1,-5],[17,5]],[[6087,1394],[-1,-2],[11,-3],[6,-6],[-4,-6],[-8,-4],[8,-8],[-14,-2],[-1,-9],[7,-11],[-9,-10],[-7,3],[-3,-7],[-11,0],[-15,-5],[-7,-6],[4,-1],[16,3],[15,-7],[11,3],[2,-5],[-6,-4],[12,-3],[-1,-4]],[[5702,1293],[7,11],[-20,7],[4,5],[9,1],[4,5],[-1,8],[-5,4],[3,2],[-3,2],[2,12],[5,0],[10,-18],[4,1],[5,0],[1,-2],[-1,-2],[-5,-1],[2,-2],[-5,0],[1,-6],[6,-1],[-3,-3],[-3,2],[0,-3],[3,1],[3,-2],[1,2],[9,0],[1,-1],[8,3],[0,19],[6,8],[5,1],[1,-2],[8,2],[-4,2],[7,2],[-5,3],[3,-1],[2,4],[8,-3],[0,-2],[5,0],[-2,2],[3,0],[-9,3],[-1,2],[7,2],[1,-2],[7,0],[0,2],[4,-2],[0,4],[6,-1],[5,1],[-1,2],[2,-1],[3,1],[-2,2]],[[5803,1366],[7,3],[11,-2],[10,12],[4,-1],[0,-2],[13,-1],[7,3],[1,6],[5,3],[-2,2],[8,3],[0,3],[-4,2],[1,3],[2,-2],[2,-1],[11,-3]],[[8121,1613],[-4,-5],[30,-7],[5,-6],[-2,-2],[22,-13],[-6,-9],[-9,-6],[6,-5]],[[8003,1584],[8,-1],[22,3],[0,3],[10,3],[5,-3],[6,6],[1,7],[21,4],[2,-3],[7,3],[7,1],[4,1],[-3,4],[8,1],[-1,2],[9,-2],[-2,-2],[5,-2],[3,4],[6,0]],[[6854,1303],[12,17],[-15,8],[5,12],[-6,0],[-11,2],[-2,6],[-12,1],[-10,6],[1,2],[-9,2],[-2,4],[-6,1],[2,13],[-9,-1],[-1,4],[-7,2],[5,6],[12,-1],[13,5],[12,-2],[-5,5],[8,11],[0,5],[-5,8],[-19,4],[-2,5],[-8,4],[-2,6],[-5,0],[-4,9],[-11,7],[-6,18],[4,10]],[[6771,1482],[3,11],[11,6],[0,4],[3,-2],[11,7],[13,-1],[10,-6],[0,2],[10,3],[7,0],[23,-8],[4,-2],[0,-5],[8,-2],[6,-3],[8,1],[-2,8],[8,-3],[8,1],[21,8],[3,-9],[18,11],[8,-7],[12,0],[7,5],[-1,4],[10,2],[8,-5],[8,0],[8,-3],[4,2],[5,14],[4,3],[2,-4],[22,-3],[6,-3],[10,0],[2,-4],[14,-4],[9,-6],[18,0],[12,-3],[24,3],[0,-9],[43,6],[0,2],[19,6],[6,-9],[-9,-9],[2,-7],[7,-4],[15,0],[5,-2],[10,-18],[14,-4],[36,6],[11,-5],[3,-10]],[[3800,1186],[1,-2],[3,-7],[4,-6],[0,-5],[0,-7],[1,-2],[0,-2],[1,-1],[4,-3],[2,0],[0,-1],[-2,-1],[-13,-1],[-5,3],[-3,4],[-1,2],[-1,5],[1,2],[3,3],[1,2],[-1,5],[-4,5],[0,2],[1,1],[1,3],[3,2],[4,-1]],[[8285,1625],[3,-19],[-4,-13]],[[8121,1613],[5,4],[4,1],[9,8],[0,5],[13,-2],[42,6],[20,-2],[22,-6],[13,1],[36,-3]],[[5389,1307],[0,1],[0,1],[4,4],[11,10],[3,3],[-1,1],[0,3],[4,4],[7,5],[6,7],[3,4],[1,2],[-1,5],[4,1],[9,3],[13,2],[13,4],[3,0],[3,-1],[6,0],[5,0],[8,3],[4,2],[5,4],[5,5],[7,7],[2,2],[2,3],[1,1]],[[5516,1393],[22,13],[-1,3],[5,0],[9,9],[27,13],[21,16],[27,7],[14,1],[6,-3],[18,2],[7,4],[-3,3],[2,-2],[8,1],[17,-6],[21,-13],[11,1],[4,5],[3,0],[8,-7],[2,-5],[16,-6],[8,-16],[-1,-2],[-6,0],[-6,-5],[9,-2],[1,-2],[-4,-1],[-3,-12],[7,-6],[-5,-10],[4,-3],[10,2],[1,-2],[12,-1],[3,-2],[6,1],[1,-2],[6,0]],[[5516,1393],[-46,-16],[-165,-62],[-10,30],[0,1],[105,44],[217,92],[2,0],[8,0],[68,-2]],[[5695,1480],[6,0],[21,20],[10,-7],[-2,-5],[14,-10],[-3,-6],[7,-2],[20,3],[16,-1],[27,3],[-2,-4],[-7,-3],[3,-8],[3,2],[15,-3],[4,-4],[10,1],[-1,-3],[4,-1],[9,1],[4,4],[7,-1],[3,-3],[11,1],[5,-4],[-6,-4],[6,-11],[-1,-10],[-6,-3],[-4,-8],[-16,-4],[10,-1],[2,-1],[-1,-7],[4,-3],[2,-1],[10,-2],[0,-1]],[[6676,1633],[-8,-2],[-5,-5],[1,-3],[-3,-2],[-1,-6],[5,-1],[4,-5],[2,-6],[-4,-5],[6,1],[10,-10],[12,-2],[3,-4],[-13,-12],[6,-5],[-7,-5],[-7,2],[-1,-4],[-7,-3],[5,-14],[-6,-6],[7,-10],[7,-3],[21,6],[8,-5],[12,-16],[20,-15],[10,-17]],[[6753,1476],[-16,-1],[-4,-3],[-5,3],[-5,-4],[-33,-7],[-49,-4],[3,-11],[-49,-2],[-7,-2],[0,-2],[-18,4],[-5,-2],[-14,11],[-1,10],[-10,-3],[-4,1],[-3,-3],[-6,-1],[-9,22],[5,1],[1,-2],[-3,-2],[7,-10],[6,1],[0,3],[-5,4],[-8,22],[-10,3],[4,0],[-4,4],[5,2],[-15,6],[2,0],[2,5],[4,-2],[10,-1],[-4,6],[6,2],[1,7],[12,3],[4,-2],[3,4],[-14,3],[6,9],[-9,4],[-2,10],[14,12],[8,2],[5,-3],[8,8],[17,0],[-10,27],[7,0],[3,4]],[[6574,1612],[11,2],[7,-1],[4,-5],[12,0],[14,4],[11,0],[16,4],[1,9],[11,6],[2,4],[13,-2]],[[5085,1467],[23,-1],[13,-7],[26,-31],[22,-1],[7,6],[22,3],[14,-10],[1,-4],[5,-3],[1,2],[3,0],[-1,-3],[7,-6],[18,0],[8,-4]],[[5254,1408],[-2,-2],[-4,-7],[-2,-7],[-1,-6],[-1,-6],[0,-8],[-11,-4],[-5,-2],[-9,0],[-6,0],[-10,2],[-3,1],[-5,0],[-3,0],[-3,0],[-4,-1],[-3,-2],[-3,-1],[-13,-2],[-8,-3],[-4,-2],[-6,-1],[-8,-1],[-2,-1],[-8,1],[-4,0],[-6,3],[-5,1],[-3,0],[-4,0],[-10,-4],[-13,-5],[-6,-1],[-3,0],[-12,3],[-3,-1],[-6,0],[-13,-2],[-17,-1],[-8,0],[-3,0],[-6,4],[-2,1],[-3,0],[-10,2],[-4,1],[-12,-1],[-9,2],[-10,2],[-11,1],[-13,2],[-6,0],[-9,1],[-9,2],[-6,1],[-6,0],[-5,-2],[-3,-1],[-8,1],[-13,3],[-5,3],[-1,2],[-3,4],[-2,3],[-8,4],[-5,7],[-8,8],[-10,6],[-8,6],[-6,4],[-4,1],[-7,2],[-3,0],[-9,6],[-3,3],[-1,2],[-3,3],[-2,2]],[[4781,1434],[13,-2],[22,9],[18,4],[3,-2],[9,1],[28,9],[21,-10],[-1,6],[-5,2],[11,3],[-1,1],[4,2],[-5,4],[14,1],[8,6],[9,3]],[[4929,1471],[29,2],[23,-4],[6,-4],[8,1],[1,-2],[5,2],[3,-2],[8,2],[7,-7],[4,1],[4,7],[12,1],[5,3],[6,-3],[13,3],[10,-3],[12,-1]],[[6753,1476],[9,1],[4,5],[5,0]],[[6087,1394],[9,27],[-10,1],[7,17],[-3,9],[-12,-2],[-7,2],[-13,9],[26,8],[1,3],[16,6],[16,2],[7,4],[4,4],[-14,9],[5,7],[-7,5],[0,9],[8,9],[-13,3],[1,4]],[[6108,1530],[5,5],[16,1],[6,-2],[3,10],[18,3],[15,7],[1,-7],[13,0],[3,-3],[8,4],[-1,2],[3,1],[5,-4],[16,-2],[5,-3],[30,28],[62,47],[15,-10],[16,-7],[3,1],[6,-4],[13,-1],[6,2],[10,-8],[8,0],[0,-4],[7,1],[18,-2],[-12,19],[5,1],[6,8],[7,2],[5,-1],[18,-11],[16,-1],[15,-7],[8,4],[3,-1],[-9,7],[-1,5],[-9,7],[-2,7],[5,-3],[19,5],[23,-24],[10,0],[23,6],[-2,8],[-5,3],[10,10],[-6,8],[0,7],[7,1],[4,-4],[-4,-1],[17,-19],[-1,-4],[6,-5]],[[5179,1507],[10,-2],[12,3],[-1,-2],[12,2],[4,3],[15,0],[19,4],[7,-3],[4,-5],[3,-1],[5,4],[18,-5],[-2,-2],[9,-2]],[[5294,1501],[1,-1],[6,2],[2,-3],[18,-9],[9,-2],[4,-7],[8,-3],[-13,-5],[4,-2],[-12,-3],[13,-14]],[[5334,1454],[-19,-8],[-2,0],[-17,-9],[-3,-2],[-12,-7],[-4,-2],[-3,-3],[-5,-7],[-8,-4],[-7,-4]],[[5085,1467],[-3,6],[3,4],[-8,10],[2,4],[6,2],[11,-1],[3,7],[10,1],[1,4],[11,-1],[20,4],[3,-1],[0,-5],[12,-7],[11,4],[5,6],[7,3]],[[5592,1492],[-3,-1],[-6,-1],[-9,-5],[-8,-2],[-5,-1],[-7,-2],[-9,-2],[-3,-3],[4,0],[3,-1],[0,-3],[-1,-1],[-17,-1],[-20,3],[-1,1],[0,1],[6,4],[1,0],[4,0],[4,0],[7,2],[7,2],[3,3],[15,3],[9,4],[3,2],[4,5],[-9,-1],[-3,-1],[-3,-1],[1,-3],[-19,-4],[-4,-2],[-3,-1],[-5,-1],[-1,1],[-3,1],[0,1],[1,3],[4,1],[16,3],[11,3],[-4,0],[-23,-4],[-3,-2],[-7,-6],[-5,-2],[-2,0],[-2,1],[0,2],[0,2],[3,-1],[2,-1],[2,1],[-1,2],[-1,0],[-5,-1],[-3,-1],[-5,-1],[-5,0],[-4,1],[-10,0],[-9,1],[-12,-1],[-4,0],[-12,-2],[-14,-3],[-8,-2],[-27,-8],[-16,-3],[-6,-1],[-26,-9],[-10,-4],[-5,-2]],[[5294,1501],[8,5],[1,6],[9,2],[-4,4],[4,1],[5,-2],[4,5],[-9,7],[-5,-1],[-10,5],[-6,-1],[-2,9],[4,3],[14,4],[11,-5],[1,5],[10,-1],[4,4],[5,0],[2,3],[2,-1],[4,1],[1,2],[-8,1],[-9,6],[-1,5]],[[5329,1568],[12,-1],[9,-7],[15,-3],[-3,2],[3,5],[-6,2],[4,5],[10,0],[9,-5],[7,0],[8,4],[11,-1],[0,2],[8,3],[1,3],[26,-3],[5,3]],[[5448,1577],[4,1],[6,-1],[6,-11],[10,2],[10,7],[11,-3],[2,6],[6,-2],[5,3],[-4,1],[3,2],[5,-1],[-3,3],[6,1],[5,4],[9,-3],[6,3],[24,4],[6,3],[2,-1],[14,-14],[14,-9],[-1,-3],[3,-4],[-26,-1],[3,-4],[-5,-1],[-3,-5],[-5,0],[0,-2],[-6,-1],[0,-4],[-4,-2],[5,-6],[-5,-2],[0,-3],[-7,-2],[6,-8],[6,2],[3,-5],[9,3],[2,-7],[9,-7],[13,-18]],[[5695,1480],[3,2],[0,2],[0,3],[3,9],[1,5],[1,2],[1,2],[5,3],[1,0],[4,5],[-2,1],[-5,1],[-5,0],[-7,-2],[-1,2],[2,3],[3,3],[3,2],[0,1],[-15,-1]],[[5687,1523],[9,12],[33,10]],[[5729,1545],[20,7],[8,8],[-2,4],[-7,4],[1,7],[13,10],[14,16],[6,3],[28,3],[40,19],[8,-6],[23,-9],[18,-2],[-3,-11],[1,-2],[7,-1],[-6,-3],[18,2],[11,5],[15,-3],[3,2],[3,-2],[7,0],[1,-3],[3,1],[11,-4],[1,2],[8,-4],[8,5],[4,-4],[-3,-2],[11,0],[0,-2],[-14,-3],[7,-2],[5,-7],[-2,-11],[-5,-5],[1,-9],[23,1],[5,5],[2,-2],[6,0],[4,-4],[9,0],[-1,-3],[9,0],[1,3],[3,-5],[11,2],[3,-4],[8,3],[8,-1],[5,3],[5,-2],[-4,-4],[10,-3],[-4,-2],[6,-1],[-1,-3],[3,-1],[2,2],[4,-2]],[[7925,1839],[8,-16],[3,-2],[9,-1],[10,-9],[1,-5],[3,-1],[-4,-4]],[[7955,1801],[-13,-1],[2,-2],[-4,-2],[-7,2],[-18,0],[-13,-8],[-6,0],[1,-3],[-8,-4],[-31,26],[-11,5],[-17,0],[-1,3],[-20,8],[11,5],[12,2],[3,9],[-6,5],[45,3],[1,1],[15,-2],[3,-12],[16,-2],[1,3],[15,2]],[[4866,1592],[25,-1],[1,-3],[12,-6],[13,-15],[13,-7],[10,0],[12,-7],[2,-6],[-6,-8],[1,-5],[-11,-7],[4,-1],[-1,-3],[8,-3],[-3,-7],[9,-4],[1,-5],[6,-5],[-13,-4],[-9,-19],[-11,-5]],[[4781,1434],[-3,2],[-3,1],[-5,1],[-3,0],[-2,0],[-4,-1],[-15,-2],[-15,-1],[-2,1],[-6,1],[-7,4],[-3,2],[-5,3],[-5,5],[-6,6],[-7,4],[-4,3],[-4,6],[-10,15],[-4,8]],[[4668,1492],[7,1],[7,-3],[10,3],[12,-5],[13,0],[14,-4],[7,4],[0,3],[6,0],[2,3],[30,1],[6,11],[-8,10],[3,2],[-12,8],[-9,3],[-12,9],[-4,7],[3,9],[14,-2],[-1,5],[-5,2],[4,9],[-2,3],[18,21],[63,-7],[1,3],[14,4],[15,-3],[2,3]],[[8686,1976],[13,0],[16,3],[3,3],[8,0],[-2,-3],[9,-1],[0,3],[8,1],[-4,4],[7,0],[1,2],[4,-5],[4,2],[12,-5],[3,-2],[-2,-6],[12,-4],[0,-3],[10,6],[12,-3],[7,3],[12,-2],[4,4],[4,0],[0,6],[10,2],[10,-2],[10,7],[12,-2],[0,2],[5,-1],[7,5],[11,-4],[1,2],[11,3],[3,4],[17,-3],[16,3],[10,-2],[4,3],[4,-2],[5,-6],[9,1],[10,-8],[-2,-4],[-7,-1],[13,-15],[-17,-1],[-2,-8],[2,-2],[4,1],[9,-3],[-6,-5],[8,-2],[20,4],[5,0],[2,-14],[-4,-5],[10,-5],[1,-5],[11,-2],[-2,-3],[4,-3],[-4,-5],[15,-3],[-2,-11],[3,-2],[9,0],[2,-4],[24,-2],[3,5],[6,2],[26,-8],[9,2],[1,3],[8,3],[13,-2],[6,1],[3,5],[17,0],[17,2],[5,-4],[6,1],[6,-2],[12,6],[8,0],[1,-4],[7,-4],[-4,-4],[3,-1],[17,-1],[12,2],[7,-7],[10,-3],[10,4],[10,-1],[3,3],[5,0],[5,-2],[5,-7],[8,-2],[7,5],[7,-8],[16,0],[2,6],[21,-2],[10,3],[21,-3],[24,3],[40,-2]],[[9471,1870],[0,-3],[15,0],[9,2],[15,-1],[2,0],[8,0],[8,0],[10,1],[2,-2],[3,-4],[-3,-3],[-3,-2],[-8,-2],[-2,-2],[-5,-4],[-4,-4],[-6,-6],[-2,-4],[-1,-4],[-3,-9],[0,-4],[1,-2],[11,-6],[9,-4],[8,-2],[3,-2],[3,-3],[0,-5],[-4,-7],[-5,-3],[-6,-6],[-6,-4],[-6,-4],[-10,-7],[-10,-9],[-5,-3],[-6,-3],[-8,-4],[-6,-3],[-13,-5],[-8,-3],[-17,-5],[-17,-5],[-12,-5],[-13,-6],[-5,-1],[-5,-1],[-10,-2],[-19,-1],[-11,-1],[-13,-1],[-12,0],[-9,-2],[-8,0],[-5,1],[-1,2],[-2,4],[0,5],[-1,3],[-4,5],[-2,3],[-3,2],[4,-1],[3,-2],[4,-2],[-1,1],[-3,3],[-1,0],[-2,0],[-4,1],[-2,0],[-1,2],[-1,2],[-3,2],[-8,-1],[3,-5],[-2,-5],[-2,-9],[-1,-1],[-10,-1],[-4,0],[-8,1],[-2,0],[-3,-1],[-5,-2],[-1,-2],[-1,-2],[-2,-1],[-6,0],[-9,0],[-7,1],[-15,1],[-17,-1],[-5,-5],[-6,-4],[-12,-5],[-7,-3],[-10,-5],[5,-4],[6,-5],[8,4],[10,5],[5,1],[5,0],[8,0],[7,1],[9,0],[14,-4],[9,0],[4,-2],[9,-7],[2,-2],[1,-4],[0,-8],[2,-5],[6,-17],[-1,-3],[-5,-9],[-2,-10],[-2,-8],[-2,-6],[0,-3],[2,-2],[-3,-3],[-8,-3],[-1,-1],[-1,1],[-3,-1],[-12,-6],[-3,-2],[-2,-1],[-3,-2],[-2,-1],[-1,0],[-7,-3],[-7,-2],[-6,-1],[-6,-1],[-2,0],[-2,-2],[-1,-3],[9,0],[10,0],[13,2],[6,1],[7,2],[14,5],[13,6],[10,5],[11,6],[3,0],[8,1],[10,2],[23,6],[4,0],[4,1],[3,0],[1,-1],[8,0],[8,2],[4,-1],[4,-1],[2,-3],[3,-3],[-1,-2],[-2,-3],[-5,-2],[-12,-4],[-8,0],[-6,0],[-2,2],[-4,1],[-3,1],[-8,-1],[-3,0],[4,-1],[6,1],[1,0],[2,-1],[1,-1],[0,-1],[-2,-3],[-1,-1],[-4,-1],[-4,0],[-3,0],[0,2],[-3,2],[-3,0],[3,-1],[2,-1],[0,-1],[-1,-3],[-9,0],[-10,-1],[5,-1],[4,0],[16,1],[3,-1],[3,-3],[-1,-1],[-4,0],[-5,2],[-4,1],[-3,-2],[-3,-1],[-1,-2],[2,-1],[2,-3],[-4,-2],[-6,-2],[-3,-2],[-4,-4],[-1,-1],[0,-2],[-3,-3],[-6,-2],[-4,-2],[-3,-1],[-5,0],[-9,-4],[-4,-1],[-6,-4],[8,3],[1,1],[11,3],[4,1],[0,-1],[-2,-3],[-6,-6],[-8,-3],[-6,0],[-5,0],[-1,-1],[8,0],[4,1],[4,1],[5,2],[6,3],[2,1],[1,-1],[0,-4],[-5,-2],[-11,-3],[-14,-4],[-3,-2],[-8,0],[-3,0],[-5,0],[-8,1],[9,-2],[19,0],[14,1],[12,3],[5,0],[3,0],[-1,-1],[-3,-4],[-3,-3],[-3,-5],[-1,0],[-4,-1],[-7,-2],[-16,-2],[-9,1],[-5,2],[-7,3],[-5,0],[-10,0],[10,-1],[5,0],[3,-2],[1,-1],[-1,-4],[-3,1],[-8,1],[-6,-1],[7,-1],[7,-1],[7,-1],[5,-1],[4,-2],[4,-4],[0,-2],[-3,1],[-14,3],[-14,0],[-16,-1],[-6,0],[-7,-1],[6,-1],[12,-3],[7,-1],[6,0],[4,1],[9,-2],[9,-4],[-6,-4],[-10,-2],[-8,0],[-9,-2],[-7,1],[-4,1],[-5,1],[1,4],[-1,2],[-8,3],[-13,2],[-2,-1],[11,-1],[5,-1],[2,-1],[1,-1],[-1,-3],[-1,-1],[-5,-1],[-2,-1],[-3,1],[0,1],[-1,2],[-5,0],[5,0],[1,-2],[-16,-2],[6,-2],[10,-1],[1,-6],[-9,-1],[-8,-2],[-5,-1],[-8,0],[4,6],[-5,4]],[[8966,1480],[-8,0],[-9,-1],[0,-16]],[[8285,1625],[1,4],[-6,4],[-3,12],[5,13],[2,23],[6,-1],[8,4],[0,8],[11,3],[-1,3],[6,8],[8,4],[24,2],[11,7],[35,-1],[7,4],[13,3],[5,4],[24,2],[0,5],[3,1],[5,9],[8,0],[6,4],[-8,1],[1,3],[-5,3],[5,5],[-5,3],[4,14],[8,0],[0,4],[-4,2],[3,1],[-2,4],[12,2],[0,1],[4,-1],[8,4],[-4,3],[2,1],[-17,9],[2,3],[-1,1],[7,6],[-4,2],[-11,-2],[1,-2],[-7,1],[-14,-5],[-6,1],[-2,-2],[-14,-1],[-3,24],[3,11],[-4,3],[-3,23],[-11,10],[1,8],[-9,6],[-1,6],[-18,-3],[-8,2],[5,16],[-6,5]],[[8362,1922],[3,2],[9,0],[11,12],[2,10],[6,6],[1,5],[4,5],[0,9],[13,0],[8,-7],[0,-5],[23,6],[1,-3],[8,2],[0,-4],[5,0],[1,6],[10,3],[9,-1],[3,3],[-7,12],[11,2],[9,16],[31,-3],[15,-12],[24,15],[9,-2],[22,-9],[3,-3],[13,-4],[7,-10],[9,-5],[2,-5],[19,-6],[4,-4],[10,-4],[11,1],[-1,6],[-8,6],[10,9],[5,1],[9,4]],[[7814,1550],[-19,2],[-9,15],[-4,18],[-5,0],[8,11],[-6,3],[3,0],[-3,7],[4,2],[10,-4],[2,9],[6,-2],[9,7],[-6,6],[-13,-1],[0,3],[-14,-2],[-7,0],[-2,2],[4,13],[-3,6],[-8,2],[-7,6],[2,6],[10,4],[-3,5],[4,2],[-4,3],[-7,0],[2,3],[-6,0],[1,2],[-6,-3],[-6,2],[-9,13],[-14,-1],[-12,-4],[-4,5],[-6,2],[-20,0],[-7,5],[-17,5],[-7,5],[-5,16],[-8,3],[7,3],[0,2],[-26,21],[-9,-4],[-4,2],[-14,12],[0,3],[-7,3],[-1,4],[9,0],[5,6],[8,1],[3,6],[9,1],[3,-3],[11,4],[4,-1],[5,-8],[-8,-7],[8,-2],[10,-14],[9,-7],[18,-2],[15,6],[20,-8],[16,2],[4,-5],[9,-1],[6,11],[8,1],[6,6],[3,-2],[-2,5],[3,1],[3,-4]],[[7763,1758],[12,-8],[-2,-2],[6,-2],[4,-4],[13,-4],[2,3],[15,7],[-2,2],[2,3],[-9,4],[5,1],[4,9],[10,-1],[0,7],[11,-1],[8,3],[-6,7],[8,3],[4,-5],[4,2],[3,-2],[4,2],[6,-5],[8,4],[14,-5],[3,3],[23,-12],[23,-7],[5,2],[5,10],[7,-1],[16,8],[-9,7],[-6,9],[1,6]],[[7925,1839],[2,3],[-6,6],[-15,7],[3,0],[-4,8],[4,7],[-2,6],[5,11],[5,1],[2,7],[11,2],[1,-19],[-4,-6],[9,-3],[23,8],[1,13],[-3,2],[-11,2],[-4,4],[1,3],[8,2],[17,-3],[9,2],[19,-2],[5,6],[11,6],[-5,5],[4,1],[13,0],[-1,-5],[11,-8],[-3,-4],[5,-3],[10,0],[2,5],[9,0],[4,12],[7,-1],[22,10],[12,1],[-17,25],[23,23],[22,-2],[8,16],[7,3]],[[8145,1990],[9,-10],[-7,-15],[10,-6],[10,-1],[11,-15],[-4,-8],[6,-1],[12,8],[52,17],[23,14],[11,1],[6,-1],[14,-11],[37,3],[11,-26],[8,-6],[-1,-3],[9,-8]],[[5329,1568],[-3,2],[-2,6],[-14,3],[-1,3],[27,16],[-3,8],[2,-1],[3,3],[1,11],[-12,12],[-17,-5],[-13,3],[-1,5]],[[5296,1634],[-1,3],[8,7],[-1,15],[4,2],[-4,2],[-2,11],[6,6],[-5,3],[1,6],[-5,7],[9,2],[-36,23],[9,6]],[[5279,1727],[25,3],[11,-4],[19,-3],[17,-4],[15,-13],[-4,0],[0,-4],[-4,-1],[2,-4],[5,-4],[10,-2],[6,-7],[-6,-18],[3,-3],[6,-4],[19,3],[7,-4],[6,1],[7,-2],[2,-2],[-3,-5],[-11,-8],[-5,-8],[30,3],[2,-2],[-11,-15],[1,-2],[-10,2],[0,4],[-12,-2],[-1,-8],[4,0],[-1,-2],[8,-3],[2,-5],[12,-5],[1,-5],[-3,-5],[5,-6],[5,-3],[9,0],[1,-3]],[[5179,1507],[1,5],[-5,7],[-7,4],[-13,-3],[-7,8],[4,3],[-4,5],[-7,3],[-4,-3],[-10,8],[-1,7],[-9,13],[2,3],[-5,3],[3,2],[-1,12],[-10,8]],[[5106,1592],[13,6],[4,11],[3,-4],[7,-1],[1,17],[10,5],[-4,11],[-8,7],[-2,10],[-8,9],[0,5],[-5,3],[2,4],[-15,-4],[5,7],[-7,3],[-11,15],[-5,29]],[[5086,1725],[24,3]],[[5110,1728],[3,4],[5,1],[14,-16],[4,1],[1,-3],[9,-2],[4,-6],[-2,-1],[3,-10],[9,-1],[0,-5],[4,-5],[6,-1],[-1,-2],[21,-11],[4,-8],[-2,6],[4,-2],[9,3],[-8,14],[9,4],[15,-10],[12,-16],[14,-11],[10,4],[10,-4],[1,-7],[15,-5],[1,-3],[-10,-8],[1,-2],[12,0],[9,8]],[[5257,1748],[6,-3],[0,-5],[5,-2],[-7,-1],[3,-5],[-7,-2],[22,-3]],[[5110,1728],[1,11],[24,18],[43,-12],[79,3]],[[7457,1953],[5,0],[21,-16],[24,-10],[0,-4],[7,-1],[5,-6],[4,-13],[26,3],[5,-5],[9,2],[17,-9],[-4,-2],[7,-3],[26,7],[-4,4],[5,7],[9,-2],[7,-5],[18,-5],[6,0],[2,2],[15,-9]],[[7667,1888],[-2,-8],[-4,-1],[-2,-3],[-10,0],[2,-11],[-4,-1],[-1,2],[-7,-2],[2,-7],[-2,1],[-9,-8],[0,-5],[-10,-12],[8,-7],[20,1],[6,-5],[7,-2],[0,-4],[5,-2],[17,-5],[8,0],[8,3],[11,-9],[24,-5],[14,-11],[-2,-3],[2,-3],[5,-1],[-3,0],[3,-3],[8,-3],[7,-8],[11,-4],[-6,-6],[-5,3],[-5,-1]],[[7433,1500],[-6,1],[1,10],[-8,1],[-11,6],[-3,-1],[-3,5],[-10,3],[-3,12],[16,5],[7,8],[-3,4],[-8,1],[-5,-3],[-9,3],[-1,6],[6,6],[-11,3],[0,7],[1,2],[5,0],[8,5],[-10,11],[-5,2],[5,-1],[1,2],[-4,0],[2,2],[13,-1],[3,3],[2,-4],[0,3],[4,2],[-8,7],[7,1],[7,6],[7,1],[15,-5],[16,0],[-6,5],[-13,3],[10,4],[7,0],[-14,10],[8,12],[-3,3],[2,9],[-9,4],[-12,13],[-9,1],[-5,9],[-5,-2],[-4,6],[-12,1],[-8,4],[-19,0],[-6,3],[-1,-7],[-6,-1],[-6,2],[-4,-1],[-10,2],[-15,0],[-6,2],[-3,-2],[3,-9],[-2,-1],[-13,0],[-10,7],[-10,1],[-7,4],[-7,-1],[-2,7],[4,6],[-4,2],[2,4],[-3,3],[-22,1],[-16,6],[3,3],[-4,2],[6,5],[-7,7],[14,9],[-8,3],[-11,10],[-10,3],[11,4],[8,6],[8,-4],[10,-1],[23,-10],[5,1],[1,4],[10,-2],[14,7],[-14,4],[0,4],[-4,4],[3,1],[-2,13],[-4,6],[-8,2],[7,4],[1,5],[-1,2],[-7,-1],[-1,2],[-15,3],[3,4],[6,1],[-2,6],[4,9],[3,2],[-7,5],[4,0],[0,4],[4,0],[3,2],[-2,2],[15,3],[7,12],[-5,1],[-19,-6],[-2,7],[-13,6],[16,22],[24,19],[-4,1],[-3,5],[-13,-2],[-3,2],[-11,-2],[-7,8],[-7,-3],[-8,4],[-6,-1]],[[7220,1930],[-18,5],[0,2],[14,20],[7,3],[11,0],[7,3],[12,1],[7,6],[4,-1],[10,5],[8,-3],[15,6],[7,-3],[4,2],[-3,4],[-12,4],[15,1],[13,-3],[6,0],[1,1],[10,0],[12,-3],[9,3],[5,-2],[7,7],[9,3],[11,-5],[-4,-3],[0,-3],[5,-2],[-3,-1],[3,-4],[5,0],[-4,-1],[6,-6],[1,-10],[24,-20],[15,9],[7,-3],[5,2],[6,9]],[[4980,1749],[-1,-10],[4,-9],[5,-4],[3,1],[-1,-3],[7,-4],[-1,-5],[8,-4],[3,-8],[-4,0],[2,-2],[-7,-2],[3,-1],[-5,-2],[-5,0],[-5,3],[-14,-1],[37,-23],[14,-17],[11,-1],[8,-4],[16,-16],[7,-12],[26,-24],[7,-3],[2,3],[6,1],[0,-10]],[[4866,1592],[-1,9],[-12,8],[-5,9],[-8,5],[5,7],[-1,3],[5,5],[-4,7],[6,13],[-3,16],[-12,17],[3,1]],[[4839,1692],[5,3],[19,6],[6,12],[22,-1],[2,3],[-6,4],[10,2],[27,13],[25,8],[8,13],[-2,5],[10,1],[12,-6],[3,-6]],[[4980,1749],[12,4],[14,13],[15,-8],[-4,-5],[4,-7],[15,1],[8,-4],[5,2],[7,-7],[9,1],[2,-6],[-3,-8],[22,0]],[[4507,1707],[6,-1],[9,-7],[-2,-2],[6,-1],[-1,-3],[4,0],[24,-15],[2,-11],[2,0],[0,-4],[-2,0],[7,-7],[-1,-3],[7,-5],[-3,-2],[3,-2],[8,3],[8,-5],[0,-2],[7,2],[5,-2],[-7,-20],[-13,-6],[-5,-10],[-6,-1],[1,-7],[-12,-15],[-3,-11],[4,-1],[0,-6]],[[4555,1563],[-2,0],[-1,0],[-1,-2],[-5,0],[-4,1],[-8,-1],[-11,-2],[-4,0],[-7,0],[-6,1],[-7,0],[-4,-1],[-2,0],[-5,-1],[-10,-6],[-5,-4],[-5,-4],[-4,-4],[-4,-6],[-1,-4],[0,-4],[1,-1],[4,-1],[7,-2],[-1,-2],[-6,-2],[-2,0],[-11,-1],[-7,1],[-11,1],[-15,0],[-3,1],[-2,1],[-2,0],[-2,0],[-11,-3],[-9,-4],[-9,-1],[-9,3],[-14,1],[-4,2],[-10,2],[-4,0],[-9,1],[-3,0],[-3,0],[-7,-2],[-10,-2],[-3,-1],[-6,-3],[-2,-2],[0,-3],[1,-1],[3,-2],[4,-3],[2,-3],[-2,-1],[-1,-1],[-5,-2],[-2,0],[-2,0],[-6,2],[-7,2],[-4,1],[-11,1],[-8,0],[-5,-1],[-5,-2],[0,-2],[1,-2],[0,-2],[0,-1],[-1,-1],[-2,1],[-4,0],[-5,2],[-6,2],[-4,0],[-11,2],[-7,3],[-9,3],[-11,5],[-11,4],[-2,1],[-7,1],[-5,1],[-9,-2],[-5,0],[-7,0],[-7,2],[-5,2],[-4,0],[1,1],[5,1],[6,-1],[6,-3],[4,2],[4,1],[4,4],[3,3],[1,3],[-1,7],[-2,6],[-5,6],[-9,10],[4,3],[4,1],[6,3],[6,3],[8,3],[11,4],[6,3],[5,4],[5,8],[0,2],[-1,4],[0,2],[1,2],[8,3],[9,3],[1,2],[-3,2],[-4,1],[3,4],[5,2]],[[4218,1617],[19,-4],[24,-17],[17,-4],[16,3],[15,-1],[13,7],[23,2],[2,3],[9,2],[10,-1],[13,7],[-7,12],[9,4],[4,6],[-2,3],[5,3],[7,0],[-1,9],[9,-3],[-5,5],[3,1],[1,7],[-5,5],[3,0],[-2,3],[5,6],[9,0],[0,1],[5,1],[-2,3],[5,1],[-2,2],[3,4],[3,-1],[2,4],[8,2],[2,5],[8,2],[-4,6],[6,5],[14,-4],[5,-5],[14,-1],[13,1],[3,4],[12,2]],[[4631,1722],[5,-5],[6,0],[13,-8],[5,-9],[-3,-3],[9,-5],[24,-1],[3,3],[5,1],[6,8],[-5,3],[8,6],[34,5],[7,-2],[15,7],[6,-2],[10,0],[4,-3],[8,-1],[3,-3],[4,0],[8,-3],[5,1],[10,-3],[6,2],[6,-4],[-1,-5],[7,-9]],[[4668,1492],[0,1],[-7,9],[-3,5],[-7,8],[-5,5],[-4,2],[-4,0],[-8,1],[-3,1],[-6,3],[0,5],[1,1],[3,1],[1,0],[3,0],[-1,0],[-1,3],[-2,1],[-8,4],[-14,9],[-6,2],[-2,2],[-9,2],[-3,0],[-3,0],[-5,-2],[-5,0],[-5,0],[-6,3],[-7,2],[0,2],[1,1],[3,0],[-1,0]],[[4507,1707],[17,4],[11,-6],[6,2],[13,-2],[5,17],[-10,8],[0,4],[-7,3],[12,0],[9,4],[6,-1],[6,3],[22,-1],[18,-5],[6,-2],[3,-3],[-3,-1],[6,-2],[4,-7]],[[8056,2085],[-11,-8],[6,-3],[25,-6],[12,-7],[-8,-8],[-10,-5],[28,0],[33,-4],[7,0],[2,3],[8,1],[3,-1],[1,-4],[5,0],[1,-19],[-4,-3],[2,-4],[-5,-12],[2,-3],[-8,-12]],[[7667,1888],[8,3],[-11,9],[1,5],[-5,3],[-1,8],[11,9],[7,1],[-8,7],[11,5],[-5,7],[2,5],[-25,11],[17,14],[9,3],[10,12],[25,10],[2,7],[7,2],[-5,3],[9,5]],[[7726,2017],[9,-5],[-6,-7],[7,1],[3,-4],[11,1],[17,-13],[8,1],[23,-13],[0,-7],[6,0],[3,-5],[3,2],[5,10],[-5,2],[5,5],[13,8],[14,4],[12,-10],[1,-4],[17,-9],[10,4],[24,1],[20,6],[-5,5],[6,5],[1,-2],[5,3],[-4,5],[6,4],[4,-2],[5,2],[-2,2],[11,8],[3,-2],[8,9],[-15,26],[3,2],[11,0],[12,10],[3,7],[9,4],[16,-3],[3,11],[7,4],[5,8],[38,-6]],[[7653,2094],[10,-4],[14,-1],[4,-2],[-1,-3],[12,-2],[-1,-8],[-6,-4],[4,-6],[0,-6],[-10,-2],[5,-5],[1,-9],[15,-4],[12,0],[8,-7],[1,-9],[5,-5]],[[7457,1953],[4,5],[8,-1],[6,6],[-8,4],[-2,4],[4,3],[19,1],[8,7],[-15,18],[-8,1],[-3,4],[-11,3],[4,2],[-4,2],[0,5],[-3,2],[-14,2],[6,5],[0,6],[12,4],[14,1],[3,-3],[4,0],[11,4],[3,-2],[4,1],[-4,11],[17,-2],[7,9],[0,5],[5,1],[10,-6],[11,10],[-3,3],[4,0],[1,2],[12,3],[3,-7],[6,3],[6,0],[11,4],[9,7],[10,3],[17,10],[16,3],[16,-2]],[[6692,1905],[2,-3],[-5,-8],[7,-11],[9,-2],[-3,-4],[7,2],[16,-3],[16,-17],[-8,-1],[-21,-13],[4,0],[-4,-4],[2,-4],[9,-2],[0,-12],[-10,-3],[-13,2],[-11,-14],[2,-4],[-19,-11],[10,-14],[-9,-14],[5,-17],[4,1],[-7,-14],[-9,-7],[-25,-10],[18,-11],[7,-16],[-2,-5],[8,-7],[1,-9],[-9,-6],[6,-6],[1,-5],[23,-14],[6,0],[7,-7],[-2,-2],[4,-2],[-4,-3],[-15,-1],[-7,2],[0,6],[-7,1]],[[5729,1545],[4,20],[6,6],[-12,11],[2,8],[-3,3],[-6,-2],[-4,3],[14,16],[-3,0],[-9,-5],[-8,3],[2,5],[23,3],[3,3],[-15,6],[4,11],[-15,7],[2,2],[6,-3],[5,1],[2,4],[-10,8],[-1,10],[-7,5],[15,5],[9,16],[-10,6],[-7,8],[5,8],[1,7],[-2,3],[6,5],[-7,4],[-1,4],[5,6],[13,1],[-1,11],[10,2],[0,1]],[[5745,1757],[13,13],[0,3],[6,-4],[5,0],[3,4],[12,3],[8,9],[8,-1],[6,-5],[4,0],[4,3],[-7,6],[5,2],[18,2],[17,-3],[12,0],[0,2],[9,2],[13,18],[6,1],[1,-4],[7,2],[0,-3],[6,0],[1,4],[13,1],[8,6],[18,1],[7,3],[0,2],[-4,-1],[-2,2],[5,2],[-8,15],[-6,1],[-11,7],[-2,9],[5,1],[-2,12],[-8,5],[-9,-1],[-3,1],[-4,-2],[-7,4],[1,1],[-4,0],[1,3],[7,0],[-4,11],[1,5],[4,1],[2,5],[6,0],[11,7],[-6,4],[-8,1],[-6,7],[11,7],[2,6],[14,0],[0,-8],[27,1],[2,-7],[-3,-9],[23,-3],[14,2],[5,15],[6,-1],[34,9]],[[6032,1936],[2,-3],[-3,-4],[12,-6],[11,-1],[4,-3],[-1,-3],[5,-7],[-6,-15],[14,1],[3,-2],[0,-4],[3,1],[5,-4],[12,3],[36,-3],[16,17],[6,3],[-1,2],[8,4],[4,-1],[3,2],[10,0],[18,-5],[5,4],[-2,4],[11,-5],[6,2],[-1,7],[-18,9],[-4,5],[10,3],[-3,17],[5,5],[12,3],[43,-7],[2,-6],[-2,-3],[-21,-4],[-10,-20],[11,-2],[-3,-4],[3,0],[4,0],[3,5],[13,8],[6,1],[26,-4],[23,4],[2,-5],[10,-2],[-1,-3],[11,0],[0,5],[11,1],[-2,2],[7,3],[-2,1],[24,11],[3,-2],[11,8],[31,2],[4,-6],[15,-1],[5,6],[5,-1],[8,8],[38,-18],[6,-6],[5,-1],[1,-4],[10,-4],[12,-2],[3,3],[0,12],[10,8],[-5,1],[1,6],[-5,4],[-28,9],[1,9],[-2,3],[-7,-1],[-2,4],[4,1],[-2,1],[3,2],[13,0],[2,-2],[6,7],[15,-6],[12,11],[3,-5],[3,-1],[0,4],[10,13],[7,3],[5,0],[0,5],[21,6]],[[6594,2019],[21,-18],[7,-1],[10,8],[-2,-25],[17,-6],[3,6],[8,0],[-3,-12],[5,-5],[9,0],[1,-2],[-5,-9],[0,-3],[24,-2],[5,-5],[7,1],[3,3],[8,-1],[6,2],[7,-1],[7,3],[0,-3],[7,-2],[-3,-5],[-8,-1],[-9,-6],[-4,-10],[-22,-11],[-4,-4],[3,-5]],[[5687,1523],[-12,-1],[-1,0],[0,-3],[-1,-3],[-4,-6],[-4,2],[-2,2],[-1,1],[0,1],[0,1],[-1,-2],[1,-1],[3,-2],[3,-2],[-2,-3],[-1,-2],[-6,-6],[-5,-4],[-6,-4],[-2,-2],[2,0],[3,-1],[2,1],[1,1],[3,5],[3,-4],[0,-1],[-1,-1],[-2,-3],[-5,-1],[-12,0],[0,5],[2,3],[3,1],[1,2],[-3,0],[-4,-2],[-2,-1],[-1,-2],[-2,-3],[1,-3],[-3,-2],[-4,0],[-9,0],[-4,1],[0,1],[-3,5],[3,4],[3,3],[10,6],[2,1],[0,1],[-4,-1],[-12,-5],[-11,-4],[-3,-2],[1,-1],[1,2],[7,2],[5,2],[2,0],[1,-1],[-6,-4],[-16,-7],[0,-2],[0,-3],[-2,-3],[-4,0],[-3,1],[-6,2],[-1,1],[1,2],[0,2],[8,2],[10,5],[2,2],[-8,-3]],[[5257,1748],[13,4],[3,3],[-3,2],[7,1],[4,6],[4,0],[1,2],[4,0],[2,3],[18,-6],[-1,7],[8,-1],[-4,4],[2,3],[12,3],[7,5],[0,2],[13,5],[-9,8],[1,3],[14,5],[13,0],[4,4],[-3,6],[4,2],[-4,7],[-7,4],[0,5],[-10,2],[-2,5],[-16,5],[-5,8],[4,3],[-10,13],[8,4],[-11,9],[10,8],[5,-1],[10,10]],[[5343,1901],[27,-15],[4,-7],[9,-2],[17,-17],[0,-10],[9,-4],[21,4],[6,-13],[-4,-3],[3,-5],[19,2],[18,8],[6,-1],[11,3],[11,7],[12,0],[5,3],[-2,5],[11,0],[8,-7],[10,1],[4,-3],[9,-2],[-1,-2],[-16,-2],[1,-3],[7,-1],[1,2],[6,1],[2,-1],[3,2],[5,-3],[1,-8],[14,0],[7,-7],[11,-4],[1,-3],[32,-9],[-8,-7],[-2,-6],[9,-4],[12,-14],[15,-4],[2,-5],[7,4],[4,-1],[8,8],[3,-7],[9,-1],[2,5],[5,-2],[2,1],[4,-10],[6,0],[4,5],[16,-3],[8,-3],[1,-5],[7,-1]],[[6692,1905],[29,-13],[23,-17],[15,9],[5,5],[-8,6],[18,-3],[30,7],[-7,10],[13,4],[15,-4],[3,1],[27,60],[-5,12],[11,5],[-4,4],[9,5],[-2,6],[7,0],[3,7],[9,-4],[20,0],[-2,10],[-4,4],[5,3],[21,2],[6,0],[16,-7],[3,-5],[14,-10],[8,2],[3,3],[16,2],[-7,9],[-5,1],[-1,5],[-19,-1],[-2,2],[7,9],[3,-1],[18,8],[1,-2],[14,1],[-1,6],[8,3],[-2,7],[5,5],[4,1],[2,8]],[[7014,2070],[14,-14],[5,-2],[0,-3],[5,-2],[-2,-2],[9,-4],[22,-20],[16,-7],[11,-9],[1,-3],[-24,2],[-14,-5],[-20,0],[-12,-5],[2,-7],[18,0],[2,-1],[-9,-8],[7,0],[-4,-5],[-4,0],[1,-6],[-6,-6],[15,-8],[5,-9],[-2,-4],[9,-2],[1,-5],[6,-6],[-1,-2],[-6,-1],[8,-5],[-6,-5],[0,-8],[-6,-1],[6,-10],[2,3],[19,-1],[19,5],[11,-5],[32,-3],[6,3],[14,1],[12,10],[7,-1],[12,5],[9,0],[3,7],[6,2],[7,7]],[[7848,2211],[21,-8],[7,1],[3,-6],[-2,-11],[3,0],[1,-4],[8,-2],[1,-4],[11,-1],[3,3],[8,-8],[6,3],[12,1],[5,-2],[3,-6],[-9,-1],[-1,-2],[1,-5],[3,0],[4,-30],[14,2],[9,-4],[9,0],[-3,10],[8,1],[15,0],[6,-3],[20,1],[7,-3],[-13,-15],[3,-9],[7,-3],[26,2],[-3,-4],[4,0],[9,-9],[10,-5],[-3,-7],[-5,2]],[[7653,2094],[6,12],[13,12],[11,6],[-6,6],[-10,31],[13,4],[8,-2],[5,4],[15,5],[24,-6],[-2,-2],[7,-5],[1,1],[14,-12],[10,4],[13,-2],[4,5],[-2,4],[8,4],[-3,10],[-8,8],[27,23],[-5,3],[31,3],[11,-3],[10,4]],[[9972,2402],[8,-13],[7,-6],[10,-18],[2,-4],[0,-4],[-7,-9],[-2,-2],[-7,-2],[-3,-4],[-3,-4],[-7,-10],[-4,0],[-1,-3],[-4,-19],[0,-3],[2,-3],[1,-4],[-4,-12],[-3,-7],[-12,-13],[-7,-10],[-4,-5],[-4,-5],[-5,-7],[-5,-15],[-1,-1],[-8,-13],[-6,-4],[-3,-1],[-6,-4],[-8,-5],[-5,-4],[-3,-2],[-4,-5],[-4,-5],[-2,-4],[-3,-8],[-1,-4],[-1,-7],[0,-10],[0,-3],[-1,-7],[-2,-7],[-1,-4],[-1,-10],[-1,-9],[-1,-10],[1,-4],[-1,-3],[-1,-2],[-9,-11],[-3,-6],[-4,-8],[-7,-19],[0,-1],[-1,-1],[-3,-9],[-2,-3],[0,-2],[-1,-2],[0,-3],[-1,-3],[0,-1],[-2,-5],[-2,-6],[-1,-5],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-4,-1],[-2,-1],[-2,-1],[-5,-1],[-7,-2],[-11,-3],[-11,-3],[-8,-2],[-7,-2],[-10,-3],[-7,-2],[-3,-1],[-8,-2],[-1,-1],[-6,-2],[-3,-2],[-3,-1],[-2,-2],[-3,-2],[-2,-2],[-1,-1],[0,-1],[-5,-4],[-3,-2],[-6,-3],[-2,-2],[-3,-3],[-5,-7],[-5,-9],[-3,-3],[-6,-4],[-13,-7],[-8,-3],[-8,-4],[-1,-3],[-5,-3],[-6,-3],[-6,-6],[-7,-5],[-16,-4],[-4,-1],[-2,-1],[-2,-1],[-3,-2],[-7,-7],[-7,-6],[-6,0],[0,1],[-2,5],[-2,5],[-19,8],[-2,1],[-5,-2],[-11,-3],[-6,-2],[-6,0],[-7,1],[-11,1],[-4,0],[-6,-1],[-12,-2],[-3,-3]],[[8686,1976],[2,5],[-6,2],[3,2],[-2,7],[-7,1],[-1,4],[-3,0],[4,7],[-7,1],[1,2],[-6,3],[7,14],[9,1],[-3,1],[1,2],[11,1],[-3,5],[5,5],[7,-1],[3,21],[-3,3],[18,0],[2,5],[6,0],[0,6],[8,2],[10,-3],[7,-7],[7,4],[13,-2],[1,2],[-5,2],[6,6],[2,12],[7,6],[0,10],[6,7],[4,-1],[1,13],[-18,11],[-6,-1],[-5,-5],[-3,0],[-5,1],[-4,6],[-6,0],[-9,6],[-5,-3],[-7,-1],[-16,10],[-12,-5],[7,-8],[-6,-1],[-4,2],[-16,-9],[-10,3],[-12,-7],[-28,15],[18,6],[-21,17],[15,10],[-4,4],[8,5],[0,8],[9,-1],[9,-5],[1,2],[4,0],[3,-3],[-1,-6],[10,-3],[27,-22],[35,9],[37,7],[-3,2],[3,2],[-3,2],[4,4],[5,0],[-3,5],[-13,6],[-2,-1],[-7,6],[-16,6],[-4,7],[-11,1],[-15,-1],[-6,12],[11,4],[6,14],[-14,4],[-7,-1],[-1,5],[-11,4],[-32,44],[49,18],[-2,4],[5,2]],[[8709,2315],[10,4],[0,2],[6,4],[4,-1],[2,1],[5,-2],[2,2],[18,-2],[29,5],[15,-2],[7,5],[11,-3],[12,5],[17,-4],[24,2],[12,-1],[0,-2],[5,-1],[7,2],[-2,2],[9,0],[0,-4],[12,1],[24,11],[17,-9],[10,-2],[10,2],[13,-3],[-43,-31],[-5,-6],[3,-4],[22,-7],[26,-3],[15,1],[9,-10],[13,3],[6,3],[7,-4],[11,0],[11,5],[11,-2],[7,4],[12,1],[7,5],[6,0],[14,-1],[1,-4],[9,-4],[24,0],[13,-4],[18,4],[7,-1],[6,-2],[10,-10],[19,-6],[30,2],[8,4],[20,2],[40,0],[10,-6],[35,0],[7,-4],[16,0],[15,-5],[22,-1],[4,-2],[13,2],[18,-5],[6,3],[10,1],[2,5],[13,0],[7,5],[5,0],[9,8],[19,10],[5,-1],[8,2],[14,-4],[6,2],[8,4],[5,7],[11,3],[-1,4],[15,4],[-5,7],[7,6],[27,6],[1,4],[14,3],[1,2],[15,2],[8,-1],[3,3],[-2,7],[-21,5],[8,9],[6,-1],[8,-5],[4,-6],[8,-2],[11,2],[6,6],[15,6],[16,-3],[-2,-2],[13,-4],[8,2],[5,-2],[2,5],[6,1],[11,-6],[3,1],[4,-3],[9,-2],[4,4],[0,4],[6,8],[17,4],[17,-7],[3,-4],[10,-3],[17,-1],[1,4],[10,4],[8,-3],[4,0],[4,6],[8,2],[0,5],[10,7],[1,5],[-7,2],[-4,6],[-16,-3],[-9,7],[1,6],[-15,5],[-2,5],[8,2],[-5,4],[6,1],[-1,3],[21,5],[7,6],[14,-1],[4,2],[5,-5],[12,0],[3,-4],[18,-6],[2,-3],[14,1]],[[4678,2033],[9,0],[5,-5],[18,-4],[2,-3],[3,3],[6,-12],[-15,-10],[6,0],[0,-8],[20,-2],[20,-8],[14,0],[-2,-4],[-6,-3],[-4,-5],[3,-4],[8,-1],[6,-3],[2,-5],[12,-7],[-4,-4],[-9,-2],[-1,-4],[-6,-3],[-5,-7],[7,-2],[-4,-10],[-14,-7],[0,-4],[-13,-8],[4,-6],[-17,-14],[9,-7],[-3,-5],[5,-2],[-10,1],[-10,-5],[-1,-6],[4,-2],[0,-4],[-5,-3],[-4,-14],[13,-4],[-4,-4],[4,-13],[-24,-21],[-9,-2],[-2,-4],[-14,-4],[-8,-6],[-11,-17],[2,-5],[-6,-9],[-7,-3],[-9,-10],[-3,-6],[1,-4]],[[4218,1617],[6,3],[4,0],[14,1],[3,0],[0,1],[-4,2],[-8,0],[-6,-1],[-7,-1],[-7,0],[-4,0],[-5,-3],[-11,-7],[-7,-3],[-14,-3],[-6,2],[-6,2],[-10,2],[-8,-1],[-6,1],[-3,1],[-1,0],[-2,3],[-1,1],[-11,2],[-2,0],[-1,2],[-3,3],[-7,4],[-9,5],[-9,7],[-4,0],[-1,0],[-3,3],[0,2],[0,4],[1,2],[-1,2],[-1,3],[-4,2],[0,-1],[3,-2],[2,-2],[0,-2],[-3,-5],[-3,-3],[-3,-2],[-1,1],[0,4],[2,2],[-1,12],[-1,6],[-1,3],[0,-3],[0,-9],[-1,-7],[0,-9],[-3,3],[-2,7],[-2,2],[-3,2],[-1,4],[5,6],[-1,2],[-1,1],[-6,-8],[-1,-2],[0,-5],[1,-1],[9,-2],[0,-5],[-9,2],[-7,4],[-9,1],[-4,0],[-4,-1],[-3,-2],[-2,0],[-2,0],[0,2],[2,6],[0,4],[1,1],[1,0],[5,2],[15,3],[8,2],[9,3],[-6,3],[-11,-4],[-7,-2],[-4,0],[-1,1],[1,2],[2,1],[8,1],[4,2],[1,3],[1,3],[1,2],[-1,1],[-2,-3],[-4,-3],[-4,-2],[-21,-5],[-4,-1],[-4,-2],[-6,-4],[-10,2],[-12,-3],[-12,3],[-10,1],[-19,4],[-14,2],[-25,2],[-12,-1],[-4,-2],[-14,1],[-18,1],[-5,-1],[-15,-2]],[[3836,1672],[-1,12],[7,5],[-4,5],[7,6],[1,4],[-3,3],[-9,0],[-10,7],[11,6],[-10,11],[18,5],[6,4],[2,4],[-4,4],[-6,0],[-6,6],[-9,2],[1,4],[-3,2],[-11,0],[-12,5],[-9,0],[-5,3],[-20,-1],[-4,8],[4,4],[4,-1],[-1,3],[6,3],[1,2],[-12,27],[-11,-1],[3,3],[-8,4],[2,2],[7,1],[1,9],[-5,3],[5,3],[17,7],[9,1],[12,4],[5,5],[8,-7],[23,-7],[7,3],[2,6],[13,3],[7,6],[7,2],[11,-8],[9,0],[11,5],[6,9],[18,9],[8,-2],[38,6],[8,13],[-1,11],[-7,4],[-18,3],[-10,14],[-12,6],[-10,1],[-5,18],[-9,5]],[[3906,1956],[15,1],[2,2],[-3,3],[4,2],[2,-5],[4,-2],[19,2],[13,-4],[2,2],[5,0],[7,4],[6,-2],[0,-3],[6,-4],[5,2],[10,-1],[-7,-2],[3,-1],[7,1],[6,5],[6,-2],[8,2],[16,-5],[8,3],[0,-3],[8,1],[0,-4],[4,0],[13,5],[3,-3],[16,-2],[-1,-6],[14,-1],[5,4],[8,1],[3,8],[5,-3],[13,-1],[11,2],[-1,5],[5,7],[13,0],[-4,-8],[15,-5],[3,2],[8,-2],[4,1],[14,-1],[4,3],[6,-3],[5,2],[0,7],[4,2],[3,-1],[3,2],[5,0],[1,6],[6,0],[2,5],[8,2],[4,-6],[9,4],[3,-1],[-1,2],[7,0],[2,3],[7,1],[3,3],[-5,3],[5,0],[2,5],[6,-1],[6,2],[-9,2],[-3,3],[5,-1],[9,7],[10,2],[8,-4],[2,2],[5,-1],[1,4],[12,-1],[2,2],[3,-2],[3,3],[5,0],[-1,3],[5,2],[3,0],[2,-2],[0,2],[7,2],[-3,2],[8,-2],[12,6],[10,-2],[20,-12],[7,-1],[18,7],[4,7],[17,2],[2,4],[3,-1],[4,5],[28,14],[8,-6],[1,-4],[4,1],[11,-2],[8,-6],[1,2],[7,0],[0,2],[8,3],[4,5],[10,3],[4,4],[11,1],[22,-9],[6,0],[8,-7],[10,-4],[6,1],[6,-5],[5,1],[-3,-2],[1,-3],[9,-3],[1,-3],[3,3],[7,-1],[2,9],[8,1],[1,6],[6,3]],[[6755,2272],[-3,10],[2,4],[-4,2],[3,1],[-2,7],[3,0],[-9,6],[5,3],[-8,2],[3,4],[4,-1],[-3,2],[2,5],[11,0],[1,1],[3,5],[-3,10]],[[6760,2333],[1,4],[5,1],[27,-6],[10,2],[11,7],[10,-7],[11,0],[-2,-4],[14,-3],[10,2],[3,3],[-1,3],[19,-2],[9,2],[5,-3],[-2,-1],[16,-6],[-3,-4],[21,-7],[1,-4],[-13,-19],[7,-9],[-2,-4],[-14,-10],[-15,-5],[2,-4],[-3,-2],[-3,4],[-13,-3],[-2,3],[-21,0],[-9,-8],[-11,10],[-7,-3],[-3,1],[-10,-7],[4,-3],[-7,0],[-3,-2],[-5,1],[-1,3],[3,5],[-7,3],[-5,7],[-2,-2],[-7,0],[1,2],[-24,4]],[[3780,2016],[1,-4],[9,-4],[-1,-14],[12,-4],[-3,-2],[2,-4],[-12,-4],[2,-6],[15,-5],[8,4],[6,9],[-1,3],[4,3],[11,-9],[-6,-3],[11,-9],[6,-1],[13,2],[3,5],[22,-1],[1,-2],[8,-1],[5,1],[4,-1],[6,-13]],[[3836,1672],[-18,-1],[-16,-4],[-5,-1],[-7,-3],[-7,-4],[-3,-4],[-2,-4],[0,-2],[1,-2],[4,-4],[3,-4],[1,-2],[-4,-2],[-6,-5],[-1,-1],[-2,-2],[-2,-6],[0,-2],[2,-1],[0,-3],[-2,-3],[-4,-2],[-7,-5],[-1,-3],[-1,-1],[1,-1],[-3,-1],[-4,-1],[-2,0],[-6,0],[-4,0],[-5,1],[-7,1],[-7,0],[-4,-1],[-3,-2],[-1,-1],[-11,-6],[-10,-5],[-5,-1],[-8,1],[-12,2],[-4,2],[-4,2],[-15,1],[-14,0],[-4,1],[-6,0],[-3,0],[-4,-2],[-12,-8],[-13,-4],[-4,-2],[-3,-2],[-2,-1],[-1,-1],[-3,-6],[-5,-5],[-4,-1],[-7,-4],[-2,-1],[-1,-1],[-1,-3],[-2,-2],[-3,-1],[-10,0],[-6,1],[-6,1],[-13,5],[-12,4],[-9,1],[-10,0],[-3,-1],[-3,0],[-12,1],[-10,3],[-11,3],[-6,1],[-8,1],[-3,0],[-1,0],[-1,0],[-2,1],[-2,1],[-1,1],[0,1],[0,2],[1,2],[1,1],[1,2],[2,1],[3,0],[1,1],[0,1],[0,4],[-2,4],[-6,7],[-2,4],[-10,7],[-15,2],[-8,1],[-12,4],[-4,2],[-4,2],[-4,4],[9,8],[6,2],[7,0],[13,0],[6,-1],[3,-1],[1,-3],[-1,-1],[1,-2],[1,0],[1,-1],[5,-2],[2,0],[8,1],[3,1],[1,1],[0,1],[0,2],[1,4],[2,4],[1,0],[5,0],[9,1],[4,0],[5,-1],[7,-1],[7,0],[5,0],[4,-1],[9,-2],[13,-1],[2,5],[10,5],[7,2],[6,0],[3,-1],[3,0],[5,1],[2,1],[3,3],[3,0],[2,1],[2,-1],[6,-3],[4,-2],[1,0],[4,0],[4,2],[2,2],[6,1],[8,1],[2,1],[3,2],[3,6],[0,2],[0,7],[2,6],[-4,2],[-6,2],[-4,2],[1,2],[2,7],[3,7],[1,2],[-1,6],[-1,2],[-7,1],[-5,0],[0,-1],[8,-8],[-3,-8],[-2,-6],[0,-3],[1,-2],[1,-2],[1,0],[2,-1],[3,-1],[4,-1],[1,-1],[1,0],[0,-1],[1,-1],[-1,-5],[0,-1],[-5,-9],[-4,-2],[-5,-1],[-12,-3],[-13,0],[-14,-1],[-12,-1],[-15,-1],[-6,-3],[-7,-2],[-13,2],[-3,0],[-8,2],[-13,4],[-4,1],[-5,1],[-7,-1],[-3,-1],[-9,0],[-9,1],[-8,-1],[-7,-1],[-5,0],[-3,0],[-1,0],[-2,1],[0,1],[-1,1],[-2,4],[-5,5],[-1,1],[-1,0],[-4,0],[-2,0],[-6,-4],[-5,-1],[-5,0],[-6,0],[-7,-1],[-9,-1],[-15,1],[-1,1],[-1,0],[-1,0],[-2,-1],[-2,-1],[-1,-1],[0,-3],[0,-1],[6,-2],[4,-5],[1,-6],[-1,-5],[-11,-6],[-11,3],[-5,4],[-3,6],[0,6],[-3,6],[-11,8],[-3,1],[-5,2],[-2,0],[-8,1],[-9,2],[-6,2],[-5,3],[-9,3],[-1,1],[1,3],[1,1],[5,0],[13,-1],[10,-1],[4,-1],[3,-1],[4,0],[1,1],[4,4],[1,3],[1,5],[1,3],[5,2],[6,2],[3,0],[1,0],[2,1],[4,3],[3,4],[3,1],[3,2],[8,3],[7,1],[10,-1],[7,0],[9,-2],[8,0],[3,0],[5,4],[1,2],[3,5],[2,6],[1,3],[-1,1],[-1,9],[1,4],[0,1],[-2,5],[-1,5],[-1,1],[-2,3],[-3,2],[-1,10],[-9,13],[-7,8],[-4,4],[-3,1],[-9,-2],[-5,0],[-6,0],[-9,2],[-8,2],[-1,1],[-2,1],[-10,0],[-5,-1],[-5,0],[-6,0],[-3,2],[-1,1],[-2,1],[-1,0],[-3,1],[-4,0],[-6,0],[-6,-1],[-11,-1],[-11,0],[-6,0],[-7,-1],[-3,-1],[-11,-3],[-14,-3],[-9,-1],[-2,-1],[-1,0],[-1,0],[-5,1],[-1,1],[0,2],[1,1],[1,1],[3,2],[5,2],[1,1],[1,3],[1,1],[-1,1],[-1,1],[-2,1],[-2,1],[-1,1],[-2,2],[1,1],[2,1],[5,1],[2,0],[5,3],[2,3],[0,2],[0,3],[-1,1],[-4,2],[-5,0],[-4,0],[10,6],[8,3],[11,1],[11,1],[7,0],[11,4],[9,3],[3,2],[2,1],[1,0],[1,2],[1,1],[2,1],[3,1],[12,1],[8,1],[3,2],[5,7],[7,6],[4,1],[7,0],[10,-1],[5,-1],[14,4],[8,6],[4,1],[6,2],[13,-1],[8,0],[8,2],[14,4],[1,0],[2,1],[2,1],[1,3],[-1,9],[0,4],[-5,3],[-1,1],[-1,0],[3,4],[8,4],[7,3],[0,1],[-1,1],[-6,1],[-8,6],[-1,1],[-1,0],[5,5],[3,2],[10,4],[6,2],[6,0],[3,-1],[4,-1],[5,0],[2,0],[2,0],[10,-1],[8,-2],[9,0],[7,0],[3,1],[12,0],[8,-8],[-1,-2],[-5,-6],[3,-4],[4,-2],[6,0],[8,0],[6,0],[6,1],[6,2],[6,1],[6,2],[6,2],[5,1],[4,3],[5,4],[1,6],[-3,2],[1,2],[5,4],[1,1],[4,0],[3,0],[9,-3],[1,-1],[0,-2],[-1,-2],[2,-2],[4,-1],[4,-1],[3,-1],[10,1],[16,1],[2,0],[1,0],[1,1],[1,0],[2,1],[2,1],[1,2],[2,1],[1,1],[1,2],[0,1],[-1,0],[-1,1],[-1,0],[-3,1],[-2,1],[0,2],[1,1],[1,2],[1,1],[2,2],[5,4],[6,2],[4,2],[8,1],[5,1],[6,0],[5,0],[9,2],[6,3],[6,5],[8,5],[7,5],[5,3],[3,4],[6,7],[4,8],[5,5],[7,8],[14,-4],[8,-4],[3,0],[4,0],[11,1]],[[6212,2309],[28,-3],[6,3],[0,2],[12,2],[11,9],[7,1],[5,0],[3,-2],[5,-10],[16,3],[1,-3],[5,0],[-4,-3],[4,-1],[3,3],[0,8],[3,1],[6,-1],[11,2],[1,-13],[7,0],[6,5],[-1,2],[7,-2]],[[6354,2312],[2,-4],[3,1],[2,-3],[5,2],[3,-7],[5,-3],[5,-2],[5,1],[-11,-6],[-6,1],[-4,-2],[-1,1],[-8,-4],[-10,2],[-6,-5],[12,-2],[3,-5],[4,-1],[3,-7],[3,1],[10,-6],[8,2],[6,4],[16,2],[1,3],[6,-4],[5,5],[19,-6],[10,9],[5,1],[5,9],[9,-4],[18,1],[3,-4],[13,4]],[[6497,2286],[22,-4],[-25,-30]],[[6494,2252],[-4,-4],[-12,-2],[15,-22],[5,-3],[3,0],[-3,-2],[1,-12],[-3,-5],[-11,-2],[6,-6],[-11,-12],[0,-4],[-8,-3],[-6,0],[-2,-3],[-12,-4],[-21,1],[3,-22],[10,-11],[6,-20],[-2,-8],[-10,-2],[-5,-3],[0,-11],[-6,-13],[-8,-5],[-10,1],[-2,-3],[2,-2],[13,0],[3,2],[8,-1],[1,-4],[-10,-9],[4,-2],[18,0],[5,-6],[11,-3],[2,-9],[10,5],[7,7],[-9,3],[5,6],[22,-3],[3,-5],[-3,-3],[12,-5],[8,4],[-1,4],[-5,0],[12,5],[8,-4],[0,-3],[8,1],[-5,-5],[5,-4],[14,3],[22,-7],[-10,-7],[5,-4],[10,0],[10,-4],[12,0],[-10,-3]],[[6032,1936],[5,26],[-5,6],[4,5],[3,-1],[3,3],[2,4],[1,24],[-10,1],[-3,7],[2,2],[-6,19],[11,5],[-7,11],[-7,7],[-6,-1],[-13,4],[-9,-3],[-6,-5],[-6,2],[-14,-3],[-10,8],[2,1],[-4,8],[-7,4],[2,3],[10,1],[-3,4],[10,6],[-4,4],[10,8],[1,5],[7,0],[-2,5],[6,-2],[4,3],[-9,6],[-2,5],[6,1],[1,3],[10,-3],[0,4],[-7,4],[-20,1],[-9,5],[-26,0],[-14,-3],[-1,3],[-8,4],[2,10],[6,4],[11,5],[26,8],[-6,4],[-14,5],[-3,4],[-12,0],[-3,-2],[-8,2],[-8,-1],[-8,-6],[-11,0],[-1,-5],[11,-8],[-3,-6],[-19,-1],[-10,-7],[-5,5],[-4,-3],[-5,2],[-7,-3],[-5,3],[-13,-2],[-3,2],[-4,0],[-2,-4],[-9,0],[-10,-4],[-18,-2],[-2,2],[-12,-3],[-5,9],[6,10],[13,4],[8,9],[10,1],[-2,5],[-2,0],[0,3],[-5,1],[-8,0],[-4,-4],[-8,6],[-13,-2],[-4,7],[-8,1],[-11,8],[15,1],[11,4],[4,-3],[14,1]],[[5776,2197],[7,-1],[15,7],[10,-1],[9,4],[12,-5],[-2,7],[3,6],[-1,7],[8,1],[15,9],[16,-2],[9,-5],[4,-4],[-4,0],[0,-3],[6,-1],[24,3],[3,6],[-6,6],[3,6],[-6,3],[1,4],[12,2],[0,6],[6,-3],[10,3],[30,-1],[11,2],[5,4],[-5,5],[5,8],[5,-4],[11,1],[3,-2],[3,3],[9,-2],[10,5],[8,-1],[6,2],[3,-3],[14,-1],[2,3],[-9,4],[-29,9],[7,5],[-2,6],[3,3],[-2,5],[3,2],[0,13],[17,0],[12,-4],[7,3],[4,-2],[10,1],[5,8],[18,8]],[[6094,2332],[-7,-6],[24,-9],[7,2],[1,-4],[42,-1],[7,-5],[13,-2],[4,-4],[7,3],[21,-3],[-1,6]],[[5343,1901],[-2,6],[-14,13],[-3,9],[-11,8],[11,15],[-5,8],[2,3],[-20,13],[-5,0],[-5,10],[-4,2],[7,9],[-4,14],[16,2],[-2,7],[3,3],[-22,7],[-9,-1],[-5,4],[8,5],[-2,4],[20,1],[21,5],[20,10],[1,3],[-10,4],[-16,-7],[-3,2],[-20,6],[1,3],[9,3],[0,3],[10,3],[7,6],[-3,1],[1,9],[-5,7],[7,1],[17,9],[4,0],[1,2],[-6,1],[7,12],[-2,6],[28,2],[0,7],[-6,-1],[4,2],[-3,3],[12,6],[30,7],[6,0],[3,-3],[6,-1],[11,2],[1,-2],[12,2],[0,5],[8,3],[7,-1],[-15,4],[-27,-1],[-3,2],[-5,-1],[-11,4],[3,4],[-3,4],[7,3],[4,8],[-3,11],[3,9],[4,3],[10,-1],[5,3],[14,2],[12,18]],[[5452,2235],[20,1],[-3,3],[6,2],[-8,5],[8,2],[4,4],[11,1],[14,-1],[-3,2],[-18,5],[8,6],[-6,3],[2,1],[12,0],[7,-6],[5,0],[-2,-5],[2,0],[6,4],[-2,6],[24,3],[8,6],[36,-3],[12,-3],[-3,-4],[1,-7],[9,-3],[6,2],[0,-9],[-3,-4],[3,-4],[24,3],[24,0],[1,-3],[8,-1],[-8,-5],[3,-6],[-10,-8],[-18,1],[8,-6],[13,-2],[8,-7],[12,1],[10,-11],[33,3],[0,3],[-9,1],[4,8],[15,15],[4,1],[9,-4],[-3,-3],[11,-3],[4,2],[3,-4],[4,-1],[0,-3],[5,-1],[2,-3],[5,1],[-4,-7],[10,-6]],[[6608,2385],[10,-6],[10,-13],[17,-12],[6,-13],[31,-26],[10,-1],[4,8],[7,-3],[13,2],[16,13],[-2,5],[2,1],[10,-1],[3,-4],[12,-4],[3,2]],[[6755,2272],[-4,-5],[-5,-1],[3,-2],[-1,-4],[-7,-2],[-3,2],[-1,-5],[-4,1],[-3,-2],[6,-2],[-3,-2],[-12,0],[-15,-8],[-9,8],[-3,-1],[-19,-1],[-1,-6],[-9,-5],[-4,4],[-11,0],[-8,3],[0,-3],[-2,16],[-7,-3],[-7,0],[-8,-13],[-8,0],[-8,3],[-3,5],[-12,2],[-4,-2],[1,-7],[6,-1],[-3,-7],[-9,2],[-1,4],[-13,4],[-8,7],[-16,-1],[-10,2],[-8,-2],[-28,2]],[[6497,2286],[2,6],[12,-2],[10,2],[9,6],[7,9],[10,5],[11,19],[5,4],[9,-5],[11,-2],[17,0],[7,5],[-9,9],[5,1],[3,4],[-3,4],[0,7],[-5,3],[8,12],[-41,3],[-1,2],[4,3],[21,4],[19,0]],[[7820,2501],[0,0]],[[7820,2501],[6,-7],[2,2],[9,-4],[6,-6],[-3,-8],[-6,0],[-1,-11],[-4,-1],[-5,-10],[-7,-4],[6,-5],[12,-3],[-2,-1],[2,-3],[52,8],[9,-3]],[[7896,2445],[0,-8],[8,-5],[-2,-3],[-7,1],[-3,-3],[4,-7],[13,-3],[1,-9],[-3,-5],[-9,-4],[0,-3],[5,-2],[17,-3],[12,-8],[23,-4],[2,-3],[-7,-6],[0,-6],[9,-7],[3,-4],[-3,-5],[8,-5],[-11,-6],[-16,-19],[1,-4],[6,-2],[-16,-5],[-21,-11],[-15,-4],[-3,-6],[3,-1],[-16,-7],[-6,-9],[-6,-3],[-9,3],[-2,-3],[-11,0],[-1,-3],[-15,2],[-1,-2],[-8,2],[-1,-2],[7,-5],[-11,-6],[1,-7],[21,-10],[-6,-7],[16,-2],[1,-15]],[[7014,2070],[0,5],[9,7],[4,0],[5,8],[28,1],[3,4],[25,2],[-6,17],[-15,6],[4,4],[-6,1],[-6,9],[17,-3],[2,6],[13,6],[16,1],[3,5],[16,8],[-8,21],[-10,4],[7,9],[17,13],[-37,6],[-17,6],[7,8],[24,9],[8,0],[4,3],[11,-1],[7,3],[6,1],[4,-2],[5,3],[11,2],[3,4],[-29,33]],[[7139,2279],[12,-1],[5,-3],[21,6],[10,0],[2,-2],[11,5],[4,9],[5,3],[8,1],[5,4],[17,4],[5,2],[1,5],[7,3],[15,-3],[1,-4],[6,-1],[2,-4],[9,-1],[2,4],[13,8],[0,7],[-8,1],[-1,2],[17,12],[20,5],[5,6],[9,-2],[7,2],[4,-1],[7,2],[4,4],[9,-1],[6,2],[8,-5],[2,-4],[27,-5],[3,1],[1,-2],[5,1],[3,-3],[12,10],[3,-1],[4,2],[-2,9],[-13,5],[3,2],[-1,3],[13,1],[3,4],[-4,5],[3,2],[0,6],[-3,2],[10,4],[4,8],[7,1],[3,-4],[6,0],[4,-3],[2,1],[0,-2],[4,1],[6,-3],[4,2],[11,-4],[8,1],[1,3],[22,-5],[12,4],[9,-5],[4,1],[4,-3],[6,1],[4,5],[7,0],[12,5],[11,0],[2,2]],[[7609,2396],[12,8],[0,4],[5,0],[-2,7],[9,0],[11,11],[5,1],[1,5],[10,4],[11,2],[2,3],[9,-2],[5,4],[12,3],[3,3],[8,2],[6,3],[15,-1],[5,8],[4,-2],[-1,-5],[5,-2],[10,0],[4,7],[14,-1],[1,3],[-9,5],[5,5],[-2,5],[10,5],[-2,6],[3,3],[1,-2],[4,5],[9,4],[6,6],[5,1],[8,-3],[9,0]],[[8266,2521],[14,-58],[4,-4],[-148,-22],[-20,-1],[5,-2],[-8,-1],[2,-5],[-9,-8],[6,-1],[5,-5],[-2,-3],[-12,3],[-2,-2],[-11,-1],[-3,-3],[-6,4],[-11,1],[-2,-5],[5,-3],[-6,-5],[-4,0],[0,-4],[-31,-6],[2,-4],[-12,-7],[-3,2],[-5,-2],[-3,7],[-35,30],[6,2],[1,3],[-12,1],[-10,10],[-19,-2],[-5,4],[-12,0],[-4,4],[2,4],[-9,7],[-12,0],[-6,-4]],[[7820,2501],[10,6],[9,-1],[-1,3],[22,0],[0,5],[20,-5],[14,-2],[12,1],[12,6],[41,7],[13,6],[2,6],[13,-1],[2,1],[24,-5],[4,1],[10,-4],[18,-13],[40,14],[13,1],[12,-15],[13,8],[37,-8],[2,3],[36,15],[14,-5],[12,5],[9,0],[2,3],[30,-9],[1,-3]],[[8461,2591],[-3,-11],[-11,-17],[-3,-23],[3,-3],[9,1],[4,-2],[14,0],[-4,-5],[4,-1],[-1,-15],[-7,0],[2,-2],[-9,0],[1,-2],[21,-15],[26,-12],[-8,-3],[6,-3],[-11,-3],[-4,-8],[-9,-1],[2,-9],[5,0],[0,-8],[3,-3],[13,0],[-1,-4],[3,-3],[-12,-6],[11,-5],[-3,-4],[-9,-1],[1,-6],[3,-1],[6,2],[-4,-4],[-7,1],[9,-7],[-7,-4],[2,-3],[7,1],[5,-2],[5,3],[5,-4],[-8,-4],[1,-2],[-3,1],[-3,-2],[-2,2],[-8,-3],[7,-1],[22,-10],[2,1],[7,-8],[10,7],[21,1],[30,5],[8,-1],[1,-5],[12,1],[13,-6],[14,-1],[3,-2],[4,2],[1,-5],[13,-15],[10,-3],[10,-10],[26,-9],[-5,-1],[0,-3],[5,-13]],[[8266,2521],[51,3],[25,15],[-3,30],[19,12],[24,-4],[9,7],[15,-1],[18,9],[19,-1],[17,1],[1,-1]],[[6450,2416],[-15,-1],[4,-3],[0,-10],[-14,2],[-7,-4],[-9,2],[-2,-3],[4,-8],[-4,-3],[3,-6],[-3,0],[-1,-4],[24,-6],[-6,-3],[-1,-2],[3,-2],[-7,-4],[-1,-3],[-13,-2],[-4,-4],[3,-3],[-11,-6],[-35,-4]],[[6358,2339],[-1,7],[-8,9],[-18,-6],[-9,-9],[-8,-2],[-13,-1],[-3,4],[-5,-2],[-8,5],[-8,0],[3,5],[10,1],[6,3],[4,-1],[4,8],[5,1],[-5,4],[0,3],[6,5],[1,7],[5,4],[-7,2],[-7,7],[-8,2],[0,10],[4,-1],[3,6],[-1,9]],[[6300,2419],[3,0],[1,-3],[6,2],[2,-2],[10,3],[0,2]],[[6322,2421],[10,2],[3,3],[11,4],[-1,2],[9,4],[6,0],[21,-5],[13,-7],[1,3],[7,0],[3,4],[12,-2],[-1,-4],[4,0],[6,4],[6,-1],[4,-1],[-1,-5],[8,-1],[7,-5]],[[6358,2339],[2,-6],[-6,-12],[0,-9]],[[6212,2309],[-11,23],[2,8],[6,7],[-10,7],[-4,13],[-6,1],[4,5],[-7,3],[5,1],[-1,4],[9,3],[13,2],[14,0],[6,3],[-2,5],[-6,3],[16,8],[0,8],[-3,4],[5,6]],[[6242,2423],[5,-1],[1,4],[6,-1],[6,-9],[3,1],[4,-4],[17,5],[1,2],[7,1],[2,4],[6,-6]],[[6575,2453],[0,-3],[9,-8],[8,0],[3,-4],[3,0],[-10,-6],[7,-3],[2,-4],[9,-1],[2,-9],[6,-4],[-3,-5],[1,-4],[10,0],[-1,-2],[8,-2],[3,-3],[-17,-4],[-7,1],[-3,-3],[3,-4]],[[6450,2416],[6,5],[11,2],[21,14],[5,14]],[[6493,2451],[18,15],[25,6],[31,-8],[8,-11]],[[7187,2545],[4,2],[11,-10],[-1,-4],[4,-2],[0,-3],[4,0],[1,-4],[9,7],[27,-4],[1,2],[14,-1],[13,-5],[5,0],[-2,-7],[10,-1],[0,-6],[-3,-1],[0,-3],[5,-6],[-1,-3],[-9,-2],[3,-4],[-2,-3],[-8,-5],[-7,-1],[-3,-4],[-22,2],[-1,-4],[4,-1],[0,-2],[-7,-5],[-2,-6],[-16,1],[-1,-2],[-5,1],[-1,-5],[-14,-1],[1,-2],[-3,1],[-5,-7],[-12,2],[5,3],[-2,4],[-15,2],[3,1],[-2,3],[7,5],[-5,3],[6,3],[-2,3],[-47,20],[6,7],[8,-2],[3,2],[7,-2],[7,12],[-2,7],[8,3],[-3,5],[1,6],[14,12],[7,2],[5,-3]],[[7657,2608],[53,2],[3,-8],[16,3],[16,-1],[1,-4],[5,-3],[6,0],[19,-6],[-2,-14],[29,-3],[2,-4],[3,0],[12,-5],[14,1],[14,-1],[4,-2],[10,2],[7,-2],[-1,-2],[14,0],[2,-4],[-6,-16],[-12,-5],[-9,-7],[-37,-5],[1,-4],[-13,-1],[-12,6],[-4,-1],[28,-23]],[[7609,2396],[-7,1],[-9,6],[2,3],[-13,3],[-2,3],[5,6],[-13,12],[-7,2],[-6,17],[-8,1],[-3,5],[-15,7],[-23,-3],[-4,2],[1,12],[13,10],[-5,5],[9,12],[-8,1],[1,4],[10,12],[4,0],[4,9],[6,0],[2,3],[-4,22],[-9,2],[-1,6],[-6,1],[3,3],[-15,7],[-6,0],[9,13],[20,10],[11,0],[6,3],[6,0],[5,-5],[7,0],[2,-2],[23,3],[11,2],[0,3],[21,1],[-1,3],[12,3],[0,3],[10,2],[10,-1]],[[6575,2453],[11,4],[8,-2],[25,4],[3,0],[0,-4],[9,-2],[12,2],[12,-2],[1,3],[6,0],[8,-2],[3,1],[0,3],[20,-1],[0,4],[4,-2],[12,4],[9,9],[3,10],[-8,1],[6,5],[-4,5],[4,6],[-4,3],[9,2],[-6,4],[-5,9],[28,10],[0,3],[11,2],[0,5],[14,7]],[[6766,2544],[11,-8],[9,1],[2,-2],[-4,-1],[16,-6],[8,-10],[-1,-2],[4,-3],[-4,-10],[-12,-4],[-11,-2],[6,-4],[-2,-10],[5,0],[1,-3],[6,-2],[-6,-17],[16,-6],[6,0],[6,-4],[6,-4],[-2,-5],[4,-4],[95,-29],[7,-4],[105,-37],[65,-50],[37,-39]],[[6322,2483],[-2,-3],[4,-1],[-6,-14],[-2,-2],[-9,-1],[0,-3],[-5,0],[-6,-7],[20,-8],[0,-3],[7,-2],[-8,-7],[2,-3],[-6,-3],[11,-5]],[[6242,2423],[-7,4],[-4,-4],[-8,-1],[-11,2],[0,-2],[-5,2],[-5,-1],[0,9],[-4,0],[-1,2],[3,0],[-3,7],[-2,0],[0,2],[-6,-2],[-1,3],[-12,1],[-2,5],[4,0],[-6,1],[8,4],[8,-1],[0,10],[-6,7],[8,2],[1,-3],[6,-1],[8,5],[3,-1],[1,2],[-3,3],[6,2],[-4,1],[1,2],[6,-1],[-1,2],[11,3],[-2,5],[16,0],[5,7],[17,0],[4,-3],[8,1],[6,-14],[7,0],[7,-8],[13,1],[-1,5],[4,2],[11,2],[2,-2]],[[6322,2483],[3,1],[17,-4],[-5,4],[5,4],[6,0],[9,7],[10,3],[8,1],[5,-1],[7,4],[2,-1],[16,1],[4,3],[0,9],[5,0],[-5,7],[6,1],[8,-6],[5,0],[7,5],[9,-6],[11,3],[4,-4],[-8,-2],[-1,-2],[12,-6],[-10,-7],[29,-19],[0,-4],[-7,-10],[19,-13]],[[8461,2591],[15,-3],[45,23],[37,11],[-26,11],[7,7],[8,4],[-7,1],[9,6],[10,18],[-54,4],[-3,17],[10,8]],[[8512,2698],[4,-1],[8,0],[3,6],[4,4],[2,0],[5,-5],[7,-4],[5,-4],[8,-4],[9,-7],[8,3],[-2,2],[-5,4],[-6,7],[6,-1],[16,-8],[10,-6],[12,-3],[10,-3],[5,-1],[4,-3],[-5,-5],[-1,-3],[1,-3],[3,-4],[-3,5],[-1,2],[2,2],[5,4],[3,4],[2,3],[1,1],[3,-7],[0,-16],[1,-2],[15,-17],[1,0],[1,0],[-1,1],[-8,11],[-4,5],[-3,3],[1,4],[2,-3],[0,5],[-2,11],[-2,6],[0,1],[1,3],[1,1],[1,1],[2,0],[-1,-6],[-1,-6],[2,-2],[4,2],[-3,-1],[-2,0],[1,3],[3,4],[4,2],[7,3],[3,2],[0,3],[-2,2],[0,1],[5,9],[1,2],[2,0],[0,-1],[-1,-2],[0,-2],[-4,-5],[1,0],[1,1],[2,0],[5,6],[7,14],[10,7],[5,1],[3,1],[15,-1],[2,-1],[2,-6],[1,0],[0,1],[2,14],[-3,7],[6,5],[2,-1],[5,-1],[2,1],[5,4],[5,6],[9,3],[4,3],[3,4],[0,4],[0,3],[4,6],[8,6],[4,6],[5,4],[9,4],[13,8],[11,5],[4,1],[5,1],[15,0],[6,1],[2,1],[3,1],[6,1],[13,-4],[14,-2],[5,0],[17,-1],[3,1],[3,0],[5,2],[1,2],[-3,-1],[0,1],[3,1],[6,2],[3,1],[7,2],[9,1],[10,1],[9,0],[13,-1],[10,-2],[5,0],[21,-2],[17,-3],[8,0],[5,1],[6,0],[4,0],[2,0],[16,-3],[19,0],[18,2],[2,1],[2,1],[3,2],[0,1],[0,1],[3,3],[1,1],[4,0],[12,-1],[4,-2],[7,-1],[7,0],[1,0],[10,-2],[5,-1],[10,-2],[4,-1],[4,-1],[15,-1],[8,0],[13,1],[6,1],[3,1],[8,0],[12,-1],[10,-2],[35,-7],[27,-6],[41,-8],[24,-4],[17,-2],[23,-1],[15,-1],[5,-1],[10,1],[6,-1],[6,0],[13,-1],[7,0],[12,-2],[14,-1],[11,-2],[10,-2],[5,-1],[7,-1],[6,-1],[9,-2],[14,-4],[7,-3],[16,-4],[8,-4],[12,-4],[28,-12],[6,-1],[5,-2],[7,-3],[19,-8],[3,-2],[1,-1],[11,-6],[11,-7],[11,-6],[25,-13],[20,-8],[7,-4],[18,-9],[5,-3],[14,-6],[10,-5],[9,-4],[7,-3],[4,-3],[11,-6],[4,-2],[5,-3],[3,-2],[15,-9],[5,-3],[7,-4],[11,-7],[10,-8],[4,-2],[2,-2],[8,-7],[15,-15],[4,-7],[4,-10],[7,-11],[2,-2],[5,-9],[6,-8],[1,-2],[1,-3],[0,-3],[1,-4],[5,-6],[5,-12],[2,0],[0,-3],[0,-4],[0,-3],[-1,-5],[1,-5],[-1,-4],[-1,-3],[0,-7],[-1,-7],[1,-5],[1,-8],[-2,-3],[-3,-3],[-2,0],[0,-1],[3,-10],[-6,0],[3,-10],[3,-8],[0,-2],[2,-3]],[[4516,2429],[12,1],[15,-2],[35,1],[21,-9],[4,-23],[-8,-8],[1,-5],[3,-2],[2,-11],[6,-2],[6,-11],[10,0],[3,-4],[14,5],[0,3],[9,-1],[16,2],[3,8],[11,3],[12,6],[11,-1],[3,-7],[-10,-3],[2,-8],[-6,-11],[-21,-5],[2,-10],[-7,-15],[33,-11],[6,-4],[-1,-5],[6,-3],[14,-3],[-2,-11],[6,-1],[-3,-6],[6,-4],[3,-11],[5,-6],[-1,-3],[11,1],[8,-6],[9,-2],[9,-11],[-28,-7],[-17,1],[-38,-22],[4,-5],[11,-3],[1,-2],[2,-6],[-7,-8],[9,-3],[18,-12],[-11,-1],[-6,-3],[-8,1],[-6,-5],[-7,-1],[-1,-6],[-7,-6],[9,-5],[-5,-5],[-1,-6],[5,-1],[2,-4],[-8,-10],[5,-6],[-6,-12],[6,-5],[-5,-10],[2,-8],[-2,-7],[9,-23],[-16,-11]],[[3780,2016],[1,0],[1,1],[1,2],[1,1],[-1,2],[-1,7],[1,5],[5,0],[3,0],[2,0],[4,0],[7,3],[7,2],[14,3],[15,1],[17,1],[3,0],[4,0],[7,-1],[5,-1],[4,0],[1,0],[2,0],[1,1],[3,1],[3,2],[1,1],[2,0],[4,1],[7,0],[2,0],[3,-1],[6,-4],[2,-1],[13,-2],[3,0],[2,0],[1,0],[1,0],[8,0],[14,5],[10,5],[4,5],[8,4],[4,2],[5,2],[4,4],[8,2],[4,1],[9,1],[14,6],[3,2],[6,4],[4,4],[7,3],[3,2],[3,2],[3,2],[3,2],[10,7],[6,4],[3,3],[2,1],[12,3],[3,0],[1,0],[4,-2],[1,-2],[3,-2],[5,-1],[5,1],[15,2],[13,4],[6,3],[9,5],[7,3],[5,3],[10,4],[9,7],[10,3],[6,1],[2,0],[7,1],[4,1],[3,1],[3,2],[3,2],[9,3],[8,3],[4,2],[2,3],[6,7],[6,7],[4,6],[3,2],[4,1],[12,6],[8,7],[3,2],[10,8],[2,2],[3,4],[2,3],[1,2],[1,2],[0,1],[3,2],[3,2],[2,3],[1,1],[3,7],[0,5],[0,2],[2,5],[3,2],[4,5],[6,7],[3,3],[6,9],[3,3],[1,-1],[2,1],[1,2],[0,4],[-1,3],[0,5],[5,7],[1,8],[1,7],[2,10],[2,3],[5,8],[3,5],[4,5],[10,8],[3,2],[0,3],[-2,13],[-4,17],[-3,4],[0,3],[0,4],[3,3],[-2,4]],[[4386,2407],[19,5],[8,0],[15,-7],[13,4],[4,9],[16,5],[6,0],[9,-3],[8,5],[14,3],[11,-6],[6,2],[1,5]],[[7547,2809],[0,-16],[22,-7],[-10,-22],[3,-4],[-5,-1],[-9,-16],[3,-2],[10,0],[0,-1],[5,-1],[-8,-12],[5,-3],[4,2],[14,-3],[9,-15],[22,-19],[12,-18],[16,-13],[-2,-15],[2,-4],[7,-3],[-3,-2],[2,-7],[11,-19]],[[6766,2544],[3,7],[-11,5]],[[6758,2556],[6,5],[6,1],[8,5],[8,-2],[5,1],[13,8],[4,12],[-10,6],[-6,10],[10,12],[4,0],[9,-3],[5,2],[4,-1],[4,4],[19,2],[11,-8],[5,3],[10,1],[1,2],[8,1],[7,4],[1,5],[5,0],[-4,0],[2,2],[-4,2],[4,3],[-5,2],[20,6],[1,7],[-3,2],[17,-2],[8,1],[13,13],[-1,2],[17,13],[-5,1],[-1,3],[6,2],[6,6],[12,3],[8,6],[6,0],[3,-2],[0,4],[8,5],[-2,4],[6,-3],[6,3],[7,-1],[6,3],[0,3],[10,0],[3,4],[16,-5],[10,3],[11,-2]],[[7076,2714],[-8,-12],[11,-2],[-8,-8],[6,-6],[-4,-3],[4,-1],[-8,-2],[4,-11],[10,-4],[-3,-4],[3,-7],[5,-3],[13,1],[9,-4],[0,-4],[6,-4],[14,3],[12,-2],[1,-3],[22,12],[11,3],[19,-2],[12,2],[10,6],[1,5],[25,3],[2,-1],[13,3],[4,1],[5,-3],[-3,-7],[12,3],[9,-3],[8,1],[20,6],[25,0],[6,-3],[7,3],[6,7],[-1,10],[6,4],[10,-1],[7,6],[11,4],[0,6],[13,5],[-12,9],[22,2],[5,5],[50,18],[2,2],[-5,5],[6,7],[15,9],[6,10],[12,4],[-11,2],[1,3],[13,10],[7,-3],[3,8],[13,10],[17,0]],[[5970,2672],[37,-14],[1,-7],[5,-3],[0,-5],[-4,-2],[-5,1],[0,-3],[-4,-1],[5,-2],[1,-3],[13,-1],[-3,-6],[14,-5],[11,-8],[12,-4],[0,-6],[8,-2],[9,-8],[-1,-2],[-3,0],[1,-5]],[[6067,2586],[-14,-3],[-6,1],[0,2],[-21,-2],[-5,3],[-4,-1],[-4,5],[3,2],[-8,-1],[-6,-16],[-19,-17],[1,-8],[-3,0],[3,-5],[0,-6],[-5,-1],[-3,-9],[-9,-8],[1,-27],[-18,-6],[0,-7],[3,-1],[-4,-3],[-12,2],[-14,6],[-7,-1],[0,1],[-13,0],[-6,4],[-9,1],[-11,11],[-17,8],[-17,4],[3,4],[-9,1],[1,4],[4,2],[-6,4],[-32,12],[-8,6],[-6,-1],[-9,7],[-10,2],[-1,4],[18,3],[3,6],[5,1],[0,4],[-10,1],[-7,-1],[-4,3],[-5,-2],[-6,6],[-29,5],[-4,6],[5,5],[-4,0],[-4,6],[6,0],[-2,9],[20,6],[5,-2],[2,-5],[3,0],[11,16],[6,-1],[15,3],[7,-2],[2,2],[-4,5],[1,8],[-5,4],[6,1],[9,6],[13,0],[-2,-2],[9,-4],[10,3],[11,-7],[6,0],[-4,-8],[8,1],[7,11],[6,-3],[4,3],[9,-2],[3,4],[9,1],[3,3],[-1,-4],[9,1],[1,-2],[-12,-15],[3,-3],[7,2],[6,-2],[2,4],[14,0],[-1,5],[-5,3],[5,5],[-3,1],[-12,19],[4,2],[28,-2],[1,3],[9,4],[2,0],[1,-5],[0,3],[1,-3],[9,4]],[[6874,2797],[3,2],[6,-1],[2,-10],[-3,-3],[16,-3],[18,3],[23,0],[-13,-11],[3,-6],[16,0],[20,-6],[-7,-3],[2,-10],[-4,-4],[4,-5],[-14,-1],[-9,-15],[-7,0],[-1,-5],[3,-3],[-8,-1],[-4,-4],[4,-1],[2,-3],[-22,-4],[1,2],[-5,3],[-13,5],[-3,1],[-1,-2],[-26,0],[1,3],[-6,3],[1,5],[-3,-1],[-1,3],[-11,0],[-8,2],[-3,3],[-8,-2],[-7,1],[2,4],[-5,6],[-3,-1],[-7,6],[-2,8],[6,2],[-2,5],[15,2],[10,7],[6,0],[9,3],[1,2],[2,0],[-2,8],[4,2],[-1,5],[9,2],[3,4],[0,5],[14,2],[3,-4]],[[7146,2844],[6,2],[4,-1],[2,2],[-2,-4],[16,0],[1,-4],[4,2],[11,-4],[4,1],[3,-2],[-9,-8],[7,0],[7,-3],[-4,-8],[10,1],[9,-3],[-3,-3],[5,-5],[1,-6],[5,-3],[10,-1],[3,-5],[6,-2],[-2,-1],[5,0],[6,-6],[-14,-6],[-11,2],[-19,-1],[-10,-10],[-4,0],[-6,4],[-8,-25],[2,-8],[-8,-1],[-10,-9],[-1,2],[-13,3],[1,1],[-20,6],[-6,-2],[7,11],[11,-3],[16,7],[-16,13],[-16,3],[-3,6],[-15,1],[-12,10],[8,12],[6,1],[-14,16],[20,-3],[3,1],[0,3],[7,-2],[11,3],[-14,4],[4,6],[-6,5],[2,3],[-6,1],[11,5],[6,5],[12,-3]],[[5266,2730],[11,-5],[-10,0],[-5,-6],[23,-10],[-34,-18],[11,-5],[-5,-5],[3,-4],[-5,-2],[-9,-10],[3,-7],[-3,-4],[7,-3],[5,4],[2,-2],[0,-3],[-8,-3],[3,-6],[11,-1],[3,-3],[2,1],[23,-2],[1,-4],[7,3],[4,6],[8,-2],[6,5],[5,-1],[0,-5],[-5,-3],[2,-8],[8,0],[1,-6],[8,-1],[3,4],[6,-5],[4,4],[10,-1],[-5,-3],[3,0],[3,-2],[7,3],[7,-3],[-5,-2],[2,-1],[9,3],[3,-2],[6,3],[6,-9],[-4,-5],[-7,-1],[6,-3],[6,2],[1,-3],[15,-3],[0,-5],[-4,0],[6,-4],[19,1],[2,-3],[4,0],[-2,-6],[5,0],[1,-4],[-1,-5],[-5,-1],[-11,1],[3,6],[-2,4],[-8,-4],[-15,-2],[-17,1],[-1,4],[-2,-1],[1,-3],[-4,-4],[2,-9],[-9,-6],[-2,-6],[-12,-2],[5,-9],[-4,-6],[7,0],[-10,-12],[0,-4],[4,-1],[-6,-3],[0,-5],[-18,-2],[-13,-4],[13,-3],[9,-6],[-12,-2],[-2,-2],[3,-1],[-9,-3],[-2,-6],[-10,-6],[4,-9],[-16,-4],[-11,-9],[-4,2],[-13,-2],[-4,1],[4,-2],[-3,-1],[0,-8],[10,-8],[16,-22],[-6,-3],[-17,-3],[-1,-3],[5,-4],[21,2],[23,5],[4,4],[-12,5],[1,3],[6,1],[-1,2],[21,5],[5,-1],[23,15],[15,2],[14,-1],[8,-8],[-2,-9],[6,-2],[-11,-21],[4,-4],[-3,-5],[-27,4],[1,-4],[-5,-7],[4,-2],[-2,-4],[5,-4],[-17,-2],[-59,1],[-18,-7],[-13,0],[-39,-17],[-16,2],[-33,-21],[-4,-9],[2,-3],[5,0],[-2,-8],[8,-4],[2,-5],[20,-4],[20,-7],[8,-6],[9,-2],[0,-8],[6,-4],[25,-3],[8,-6],[10,0],[18,-13],[20,-6],[10,-8],[18,-3],[35,4],[7,3],[11,-1],[3,2],[3,-1],[6,2],[3,-3],[16,-2]],[[4516,2429],[-2,9],[5,0],[8,3],[0,4],[30,-1],[3,6],[3,-2],[2,1],[3,5],[-3,4],[9,-1],[7,8],[10,1],[6,-2],[-1,5],[-5,2],[4,4],[-6,8],[7,2],[-3,6],[12,3],[0,4],[-7,1],[-2,3],[3,9],[23,17],[-2,3],[9,1],[1,4],[7,0],[6,-5],[6,-2],[19,0],[3,3],[7,-4],[13,11],[8,-3],[19,0],[5,-4],[-3,-2],[5,-1],[3,5],[5,2],[-2,4],[18,10],[27,-2],[8,4],[27,2],[5,4],[13,3],[-3,3],[5,15],[7,9],[8,3],[-8,4],[4,4],[-5,3],[-2,6],[4,9],[-8,11],[2,4],[-9,3],[-2,7],[11,10],[0,8],[10,13],[18,-5],[4,3],[-2,4],[31,7],[15,-1],[12,5],[22,21]],[[4943,2707],[15,-3],[40,5],[36,8],[13,15]],[[5047,2732],[9,1],[11,-3],[8,2],[23,-10],[8,2],[16,-3],[-1,-3],[7,-6],[28,-4],[21,2],[7,-2],[4,8],[12,1],[1,10],[9,5],[8,-2],[4,3],[9,2],[0,2],[5,0],[4,3],[19,-3],[7,-7]],[[5671,2815],[14,2],[13,9]],[[5698,2826],[11,-8],[12,-1],[22,8],[9,-1],[10,3],[4,-1],[1,-4],[5,-4],[14,1],[3,-4],[-1,-4],[10,0],[-5,-3],[7,-2],[-5,-2],[0,-8],[12,-7],[7,1],[8,3],[-3,3],[4,-1],[7,3],[8,-7],[7,0],[11,-8],[5,-1],[6,6],[2,18],[8,-2],[6,-6],[7,3],[7,-1],[11,-8],[6,4],[4,-1],[19,4],[7,4],[8,-1],[1,9],[-4,5],[2,2],[24,1],[6,3],[-2,4],[17,0],[8,3]],[[6004,2829],[4,-1],[-3,-6],[11,-11],[-8,-4],[-3,1],[-3,-5],[6,-5],[-8,-5],[-1,-6],[-7,-2],[-6,9],[-13,1],[6,-4],[1,-9],[-8,-1],[-2,2],[-9,1],[-11,-6],[-13,-16],[-5,0],[0,-9],[-5,-6],[-10,-3],[6,-13],[8,-6],[-1,-5],[6,-1],[6,-4],[3,6],[16,1],[6,4],[4,-1],[3,3],[15,1],[11,-1],[2,2],[7,1],[-7,-14],[2,-8],[-7,-5],[-5,-23],[-4,-3],[-10,1],[-8,-7]],[[6067,2586],[1,-8],[6,-3],[-16,-14],[5,-9],[11,-2],[5,-10],[28,-3],[10,3],[15,0],[4,-2],[5,-15],[-9,-7],[13,0],[-3,-5],[5,-3],[-4,-11],[-10,-7],[-9,-16],[-11,0],[-11,-4],[-11,2],[-18,-1],[-4,6],[-10,-1],[-2,-11],[4,-6],[13,-3],[7,2],[1,-4],[6,-1],[-1,-3],[5,1],[10,-2],[16,-13],[2,-5],[-9,-3],[-9,-6],[-3,0],[16,-4],[9,-7],[-12,-10],[7,-3],[1,-3],[-30,-11],[-7,-8],[-7,-3],[-6,-10],[3,-5],[13,-9],[7,-11],[-2,-4],[3,-2]],[[5266,2730],[10,4],[22,-1],[-2,6],[3,10],[5,8],[12,9],[18,-4],[13,1],[2,2],[19,-1],[7,2],[6,6],[4,0],[0,5],[7,6],[3,0],[4,7],[18,3],[8,0],[7,9],[6,-5],[-3,-4],[10,-4],[2,-4],[30,-11],[1,3],[7,1],[11,-1],[10,8],[8,0],[2,2],[4,-6],[28,-2],[5,1],[8,-3],[3,-9],[24,-16],[0,-5],[6,-2],[6,-11],[6,2],[1,4],[37,21],[25,1],[3,14],[-2,12],[4,3],[-3,2],[-1,6],[-7,3],[8,13]],[[6189,2912],[7,0],[2,2],[7,-2],[11,-18],[12,0],[8,-1],[1,-3],[13,-1],[-2,-10],[10,-5],[-14,-1],[5,-6],[-3,-4],[6,-8],[4,-1],[-4,-4],[1,-3],[7,-2],[1,-3],[10,-2],[-4,-8],[3,-4],[3,-2],[6,3],[6,-2],[1,-6],[-4,-4],[12,-10],[-8,-1],[6,-5],[-3,-3],[-15,-4],[-2,3],[-7,-1],[0,-5],[-11,-1],[-9,14],[-15,4],[-5,-4],[0,-7],[-8,0],[-3,-10],[-8,-1],[-1,3],[-5,-1],[3,-6],[-4,1],[-3,-2],[-4,4],[-5,-1],[-4,13],[-12,7],[-5,8],[8,1],[-6,3],[-6,16],[-1,2],[6,2],[-4,8],[13,4],[-6,13],[-10,9],[-9,18],[-6,1],[-4,6],[4,4],[17,7],[1,2],[14,1],[3,6],[9,-3]],[[6004,2829],[-2,8],[12,6],[-13,11],[4,1],[-6,6],[4,11],[-3,2],[4,1],[0,3],[22,2],[3,4],[6,-3],[18,14],[1,5],[10,4],[15,2],[8,-4],[16,2],[3,3],[-2,1],[19,4],[4,4],[6,-4],[9,10],[14,3],[1,3],[40,32],[20,10],[4,6],[14,-3],[-4,16],[4,9],[7,-1],[4,-7],[5,-2],[4,2],[8,-6],[10,0],[8,4],[6,-3],[16,2],[2,3],[10,1],[-1,4],[6,3],[-2,2],[8,6],[17,1],[10,-4],[8,3],[10,1],[12,18]],[[6383,3025],[24,12],[5,-12],[18,-1],[15,-8],[7,-1],[7,-4],[12,2],[21,-4],[27,-16],[13,-5],[2,-5],[17,-12],[-5,-10],[-3,-2],[0,-5],[9,-4],[2,-7],[8,-8],[15,-6],[-2,-2],[4,-3],[-3,-3],[4,-6],[-9,-1],[-2,-3],[5,-7],[-2,-3],[6,-10],[-1,-3],[10,-4],[-8,-4],[-1,-4],[6,-7],[10,1],[8,-4],[-2,-6],[5,-1],[-1,-3],[-6,-6],[6,-4],[-8,-8],[3,-8],[-5,-1],[-3,-3],[-6,1],[-11,-4],[1,-3],[-5,1],[-4,-5],[-7,1],[3,-2],[-2,-2],[-19,-2],[-5,-4],[-2,-3],[5,-9],[-9,-6],[6,-7],[-2,-2],[-5,0],[2,-4],[-6,0],[-9,-5],[0,-4],[-4,1],[0,-4],[-2,-1],[0,-6],[7,0],[0,-7],[5,0],[-5,-3],[14,-6],[3,-6],[-4,0],[-1,-4],[3,-4],[4,0],[0,-2],[6,1],[-1,-3],[10,0],[2,-2],[9,5],[13,-6],[4,4],[3,-1],[3,1],[3,-4],[15,-2],[7,-3],[-1,-5],[6,1],[-3,-3],[9,1],[1,-3],[12,-1],[1,-3],[3,3],[5,-2],[3,2],[-2,2],[10,1],[5,-2],[-3,-1],[3,-2],[10,3],[19,-3],[11,-4],[16,0],[7,-3],[8,1],[-1,-2],[10,-7],[11,-2],[4,-5],[10,-1],[-1,-3],[7,-1],[-3,-2],[-14,-3],[-7,-8],[18,-7],[2,-9],[-4,-3],[-4,2],[-6,-3],[3,-1],[-2,-2],[-11,-3],[5,-4],[-2,-3],[-8,4],[-7,-5],[-11,6],[-11,-7],[-15,6],[-5,-4],[0,-7],[-11,-3],[-4,-10],[-10,-6],[4,-8],[-5,0],[0,-8],[-7,-4],[7,-3],[19,0],[2,-2],[18,-3],[1,-6],[-3,-1],[5,-6],[-2,-8],[18,1],[2,2],[8,-2],[1,-2],[10,3],[10,-4],[7,3]],[[5443,2951],[16,-5],[3,-5],[22,-3],[11,-5],[6,-1],[16,9],[5,0],[-2,-9],[-8,-2],[-1,-5],[6,1],[-4,-5],[-5,-4],[2,3],[-5,-1],[-3,-4],[1,-2],[8,1],[2,-4],[15,-5],[-6,-7],[6,-1],[-2,-4],[8,1],[4,-4],[-5,-1],[8,-3],[-7,-1],[-2,-3],[8,1],[0,-1],[-4,-1],[8,-2],[-2,-2],[-5,1],[-2,-2],[5,2],[0,-4],[-7,-3],[8,-1],[-5,-3],[11,-3],[-5,-13],[9,-6],[4,2],[3,-1],[6,-6],[-3,-2],[5,-11],[9,-3],[22,-2],[0,-2],[11,2],[-2,1],[4,3],[5,-2],[4,3],[1,-3],[13,1],[5,-3],[1,-4],[16,0],[16,-3]],[[5047,2732],[2,8],[13,4],[5,7],[5,3],[-4,5],[28,9],[9,13],[17,-3],[45,2],[12,4],[0,1],[38,-6],[25,4],[10,-1],[24,6],[26,1],[1,2],[12,2],[1,1],[-14,1],[17,2],[-1,5],[3,2],[-7,1],[-13,-3],[6,4],[-17,3],[2,8],[-22,7],[-5,5],[3,5],[-1,4],[12,9],[3,5],[-7,14],[-9,4],[18,16],[-1,10]],[[5283,2896],[6,2],[6,-2],[7,1],[37,15],[5,-4],[8,0],[19,6],[3,4],[3,1],[4,-4],[-1,10],[17,7],[8,8],[-2,3],[8,5],[23,5],[9,-2]],[[7528,3246],[-11,-11],[-10,-2],[3,-8],[-1,-5],[13,-9],[15,-2],[-3,-4],[3,-6],[11,-6],[0,-7],[-13,-3],[15,-8],[-11,-3],[-4,-10],[9,-2],[6,3],[9,-8],[7,-2],[-6,-7],[8,-6],[-10,-8],[6,-5],[10,-1],[-4,-9],[7,-9],[-5,-10],[-5,0],[-2,5],[-3,1],[-3,-6],[-12,-9],[13,-10],[-8,-11],[3,-7],[-8,-1],[1,-4],[40,-3],[1,9],[21,4],[24,0],[20,-17],[1,-5],[-10,-15],[-20,2],[-17,-11],[-15,3],[-22,-21],[-9,0],[-1,-6],[32,-1],[1,-2],[11,-1],[2,-6],[-7,-14],[2,-10],[5,-7],[-16,-8],[1,-4],[14,-4],[0,-3],[-4,-11],[-8,-6],[13,-10],[9,-3],[-4,-3],[12,-4],[-1,-7],[2,-2],[2,1],[-6,-3],[-12,2],[-2,-1],[3,-3],[-3,-2],[-7,1],[-8,-5],[-18,0],[-10,-23],[-16,-4],[-11,1],[-7,-14],[-8,2],[0,-6],[26,-21],[-1,-6]],[[7076,2714],[13,6],[13,0],[1,4],[-7,5],[7,4],[-8,4],[1,4],[-9,-1],[-9,3],[-9,1],[-7,5],[-4,13],[8,9],[-5,9],[1,5],[-10,4],[4,13],[-9,14],[2,3],[-6,3],[-1,8],[-10,4],[-6,5],[1,6],[-6,9],[-7,4],[-2,17],[-10,15],[1,5],[7,3],[4,6],[9,4],[19,3],[-6,7],[8,5],[-1,2],[-2,-1],[-8,5],[1,9],[-4,7],[-6,4],[6,5],[-6,8],[-4,12],[2,4],[7,3],[7,-2],[4,2],[4,-1],[5,6],[6,1],[7,-4],[13,1],[8,-4],[6,1],[12,12],[18,2],[4,-2],[19,4],[3,4],[-6,18],[-9,8],[9,18],[-8,5],[-3,6],[10,9],[1,4],[26,3],[-6,5],[14,7],[-9,3],[-4,5],[8,7],[-5,10],[-4,1],[-6,-2],[-12,7]],[[7141,3115],[7,6],[17,3],[3,1],[-3,3],[11,3],[17,10],[7,1],[-2,5],[-16,-2],[-5,11],[13,-2],[10,1],[-2,8],[-5,0],[0,4],[1,2],[3,0],[11,4],[-1,13],[-3,0],[11,8],[7,-1],[0,9]],[[7222,3202],[7,-1],[9,12],[12,6],[7,-3],[-1,4],[7,1],[16,-2],[25,5],[0,-6],[16,2],[2,5],[15,4],[-1,7],[13,21],[-2,4],[31,12],[17,16]],[[7395,3289],[34,-25],[-19,-9],[4,-4],[41,1],[2,4],[71,-10]],[[5495,3126],[32,-11],[15,0],[32,7],[9,-1]],[[5583,3121],[28,-9],[20,10],[-3,6],[33,-18],[6,5],[7,1],[22,-7],[15,9],[36,-6],[7,-4],[-4,5],[12,-2],[8,2],[-1,2],[7,4],[-2,4],[10,-3],[0,-5],[6,6],[8,2],[0,2]],[[5798,3125],[8,6],[24,-6],[10,9],[7,-2],[4,5],[21,6]],[[5872,3143],[14,0],[6,2],[3,-1],[-10,-15],[-7,-5],[8,-7],[-2,-3],[4,-6],[0,-5],[3,1],[1,-2],[-1,-7],[10,1],[17,-5],[6,1],[11,-2],[6,-4],[-4,-2],[5,-5],[12,-4],[9,-7],[8,4],[1,3],[14,-3],[5,2],[6,-2],[0,-3],[1,2],[8,0],[-2,-6],[10,-3],[6,-5],[15,0],[-1,-4],[3,-3],[-12,-7],[-5,-9],[-4,0],[-27,10],[-2,-5],[-4,1],[5,-4],[-3,-3],[-12,-1],[-1,-2],[2,-6],[3,-1],[-1,-5],[9,-2],[6,2],[4,-9],[17,0],[1,-5],[-5,-3],[8,-4],[-9,-10],[-14,7],[-5,-2],[0,-5],[-9,2],[-9,13],[-10,4],[-4,5],[-4,-1],[-8,4],[-8,-2],[-5,3],[-3,-1],[-1,-8],[4,-3],[-1,-12],[14,-5],[0,-10],[-11,1],[-2,-4],[-5,0],[-2,-3],[-5,0],[-16,6],[1,3],[-11,1],[-5,-1],[-1,-3],[-10,-2],[-7,3],[-6,-7],[-16,-3],[-7,3],[-10,8],[-11,1],[-11,-7],[-13,3],[0,-3],[8,-8],[-4,-2],[-7,2],[-4,-1],[-6,4],[-12,1],[-4,-1],[-13,-8],[-3,-5],[4,-2],[-1,-4],[-18,1],[-3,-8],[-8,-5],[-11,0],[-15,4],[-6,-3],[-2,1],[-4,-4],[4,-7],[-5,-11],[-20,-2],[-3,-5],[-6,-4],[-4,0],[-7,-12],[11,-4],[1,-3],[8,-3],[-3,-3],[13,-5],[3,-5],[2,4],[6,0],[1,4],[7,2],[32,-15],[-4,-4],[-6,-1],[0,-6],[-6,-4],[7,-6],[-10,-3],[-10,-15]],[[5443,2951],[-15,17],[-5,-3],[-3,4],[-7,2],[10,4],[3,-2],[6,1],[4,3],[5,-1],[18,7],[3,-2],[16,6],[6,5],[-1,11],[-15,8],[-11,12],[-42,20],[-42,17],[-35,1],[-11,3],[-42,28]],[[5285,3092],[52,27],[14,-7],[10,2],[3,-3],[7,-2],[2,-4],[10,-3],[7,2],[6,-1],[19,8],[24,-6],[6,3],[12,-1],[9,7],[8,-4],[21,16]],[[6068,3157],[13,-8],[4,0],[0,-4],[-4,-4],[5,2],[5,0],[17,7],[6,0],[10,10],[15,-1]],[[6139,3159],[17,0],[8,-3],[7,0],[-1,-2],[22,-2],[-2,-3],[7,-5],[-10,-1],[-3,-4],[14,-7],[9,1],[9,-4],[8,1],[2,9],[6,4],[-7,5],[13,8],[-1,10],[15,-5],[7,2],[20,1],[11,-5],[15,-2],[8,1],[4,7],[11,4],[4,3],[9,-4]],[[6341,3168],[-3,-2],[7,-4],[5,3],[6,-3],[6,-1],[-2,-6],[4,-1],[-1,-6],[3,-2],[-9,-5],[1,-7],[4,-1],[-2,-7],[9,-5],[-7,-15],[0,-20],[4,-10],[-4,-8],[8,-5],[1,-9],[17,-6],[7,-7],[-1,-3],[-14,-4],[3,-9]],[[5872,3143],[-3,5],[17,7],[16,11],[21,-4],[4,1],[2,4],[11,-3],[7,1],[0,4],[12,4],[1,11]],[[5960,3184],[18,-4],[1,-3],[7,-2],[-1,-2],[10,-4],[9,-1],[5,-4],[10,-2],[6,1],[-1,2],[3,2],[8,-3],[1,2],[7,0],[10,-3],[1,-3],[4,0],[1,-3],[8,1],[1,-1]],[[7033,3299],[-1,-9],[3,-5],[20,-6],[-3,-2],[-1,-3],[-8,-2],[5,-3],[-2,-4],[17,2],[11,7],[14,-4],[5,-4],[-9,-12],[0,-4],[7,-5],[-6,1],[6,-6],[0,-7],[14,0],[-3,-6],[2,-2],[21,3],[9,-4],[9,0],[3,5],[9,-3],[15,2],[9,-10],[14,2],[10,-3],[-8,-5],[-2,-5],[12,-4],[15,2],[2,-3]],[[7141,3115],[-3,-7],[-7,1],[-9,-1],[-11,4],[-12,-6],[-10,0],[-13,3],[-6,5],[-8,-1],[-13,5],[0,6],[7,4],[-10,6],[-13,1],[3,-2],[-6,-5],[-6,0],[-3,2]],[[7021,3130],[-1,12],[-6,10],[-6,1],[-2,5],[-11,7],[-9,0],[-18,13],[-11,2],[2,4],[13,6],[-4,3],[2,2],[-4,1],[0,4],[-9,7],[1,5],[-3,2],[10,1],[3,1],[-2,3],[-15,-1],[-11,-4],[-9,9],[-21,13],[-4,10],[-11,15]],[[6895,3261],[-1,2],[6,3],[-2,7],[11,6],[13,-5],[3,3],[9,3],[-1,2],[5,2],[2,6],[12,2],[16,8],[10,1],[9,-2],[28,1],[5,-2],[13,1]],[[8015,3390],[2,-2],[3,1],[5,-5],[-1,-2],[12,-5],[8,-3],[2,1],[5,-4],[6,1],[-3,-8],[12,3],[4,-1],[12,-17],[26,3],[8,-7],[-31,-28],[8,-1],[-3,-5],[10,-13],[-4,-8],[3,-6],[-6,-10],[22,-1],[5,-8],[1,-7],[15,-1],[7,1],[1,-3],[4,1],[-4,-4],[8,-14],[5,-5],[10,0],[2,-5],[9,2],[2,-4],[10,6],[27,10],[-25,17],[18,7],[-6,8],[6,-1],[14,4],[10,27],[17,1],[7,-6],[11,4],[8,0],[2,-2],[3,0],[23,5],[20,13]],[[8325,3319],[6,-4],[3,-2],[5,-1],[13,-5],[5,-1],[16,0],[10,0],[11,-4],[4,-2],[1,-3],[4,-2],[10,-4],[7,-2],[6,-1],[10,-2],[1,0],[13,-7],[5,-5],[5,-4],[8,-9],[9,-9],[7,-9],[2,-2],[9,-13],[3,-3],[6,-4],[6,-8],[4,-4],[4,-2],[4,-4],[2,-4],[2,-7],[2,-5],[4,-8],[0,-1],[4,-6],[2,-4],[3,-4],[4,-5],[2,-3],[1,-2],[4,-6],[5,-7],[4,-6],[2,-3],[4,-4],[3,-6],[3,-6],[5,-7],[9,-10],[9,-7],[6,-6],[3,-4],[2,-3],[3,-5],[5,-9],[1,-3],[7,-11],[3,-8],[0,-3],[0,-5],[1,-3],[6,-11],[3,-6],[4,-11],[1,-8],[-1,-9],[0,-1],[-2,-6],[0,-11],[-1,-7],[-1,-7],[-1,-10],[-2,-5],[-3,-6],[-2,-14],[-1,-3],[-2,-2],[-6,-5],[-3,-5],[-5,-6],[1,-6],[-3,-8],[-5,-9],[0,-6],[-3,-4],[-2,-1],[-3,-1],[-17,-3],[-2,-1],[-1,-1],[-3,-2],[-5,-2],[-7,-3],[-5,-2],[-5,-3],[-4,-1],[-7,-2],[-7,-1],[-12,-6],[-4,-3],[-1,-2],[-1,-2],[-10,-2],[-12,-1],[-9,0],[-1,-1],[-6,-3],[-10,-4],[-14,-6],[-8,-7],[-3,-2],[-7,-5],[-14,-9],[-17,-5],[-2,0],[-11,-5],[-3,-2],[-6,-5],[-10,-7],[-15,-8],[0,-1],[1,1],[-11,-7],[-1,0],[0,2],[-2,0],[0,2],[-2,2],[-3,5],[-2,2],[2,-5],[3,-2],[1,-2],[1,-2],[2,0],[0,-2],[1,0],[-15,-9],[-10,-5],[5,2],[6,3],[46,28],[6,2],[-1,-2],[3,0],[13,4],[9,0],[9,1],[3,-1],[-4,-7],[-5,-5],[-7,-7],[-2,-2],[-5,-4],[-3,0],[3,0],[2,0],[7,3],[2,3],[8,6],[10,10],[9,8],[4,3],[3,1],[11,5],[14,3],[6,2],[-1,2],[-1,2],[7,6],[3,1],[6,1],[10,0],[7,-2],[11,-6],[0,-2],[-1,-7],[0,-6],[0,-2],[-2,-5],[-13,6],[1,2],[3,1],[2,1],[1,0],[-12,-1],[-11,-3],[-4,-1],[-10,-5],[-10,-2],[-6,-3],[-9,-2],[-6,-1],[-3,-1],[-7,-3],[-5,-4],[-4,-6],[3,0],[5,1],[8,6],[11,3],[0,-6],[2,-6],[0,2],[5,2],[8,2],[11,0],[7,-1],[1,-1],[2,-8],[12,-3],[2,-2],[0,-1],[-2,-2],[2,-3],[6,-5],[3,-2],[1,-3],[0,-5],[-2,-6],[-1,-5],[1,-2],[2,-9],[1,0],[4,-1]],[[7528,3246],[13,7],[0,12],[12,3],[-3,9],[6,4],[1,5],[15,1],[9,10],[3,8],[37,-5],[3,2],[10,0],[12,-4],[49,1],[-4,-6],[3,-10],[-4,-9],[-4,0],[-1,-15],[8,-7],[-3,-3],[29,-2],[46,3],[77,14],[-14,5],[-1,7],[6,7],[-7,8],[10,4],[28,0],[32,5],[10,3],[-1,6],[-2,7],[-6,4],[-7,-2],[-8,11],[-12,0],[-30,-6],[-26,-2],[10,8],[13,0],[4,2],[6,1],[0,6],[9,3],[6,-1],[11,11],[10,4],[9,-10],[55,-5],[6,-2],[8,0],[2,2],[-3,1],[13,-1],[24,29],[7,1],[-1,3],[4,1],[-8,17],[7,2],[3,-3],[6,0]],[[6345,3223],[7,-5],[-4,-4],[7,-1],[3,-3],[20,-1],[-12,-19],[0,-7],[-8,-2],[-2,-3],[-4,0],[2,-3],[-3,0],[-1,-2],[-4,-2],[-8,2],[5,-4],[-2,-1]],[[6139,3159],[4,9],[-5,5],[-5,19],[8,4],[15,1],[3,3],[7,2],[-3,3],[2,8],[7,0],[7,7],[6,1],[4,8],[12,-3],[3,13],[5,2],[2,4],[4,-2],[3,3]],[[6218,3246],[15,-10],[1,-5],[6,0],[1,-1],[5,2],[6,-2],[0,3],[4,-2],[-1,-2],[5,2],[-1,2],[13,-8],[6,1],[-1,3],[8,1],[5,-3],[-2,-4],[3,-3],[8,-1],[18,5],[16,-4],[12,3]],[[8015,3390],[40,9],[17,1],[29,13]],[[8101,3413],[4,-2],[8,-4],[12,-4],[12,-4],[4,-2],[8,-5],[11,-5],[5,-3],[9,-3],[22,-8],[13,-5],[7,-1],[11,-2],[9,-1],[8,-2],[7,-2],[13,-5],[11,-2],[7,-3],[4,-4],[2,-3],[1,-2],[3,-2],[14,-5],[2,0],[4,-4],[4,-4],[9,-7]],[[7021,3130],[-4,1],[-9,-12],[-9,2],[-14,0],[-1,-3],[-23,2],[-5,5],[1,8],[4,3],[-23,6],[-10,-6],[-20,2],[-9,-5],[-8,-1],[3,-1],[-5,-1],[7,-4],[-1,-2],[-12,-4],[-11,2],[-20,-3],[-2,1],[-15,-5],[-13,-1],[-5,-5],[-12,1],[-12,0],[5,5],[-5,4],[-2,-2],[-16,-2],[-3,3],[4,1],[-6,5],[-13,-9],[-3,6],[-7,4],[-18,-6],[-5,4],[20,21],[10,-1],[11,3],[-34,6],[-5,3],[-32,10],[1,7],[9,10],[-1,7],[-13,0],[-13,8],[-12,0],[-10,3],[1,9],[-5,2],[-14,2],[-6,-3],[-10,5],[-6,4],[2,5],[-5,7],[5,6],[-4,11],[3,4],[-7,3],[-15,0],[-8,3],[-4,6],[-10,1],[-10,4]],[[6562,3269],[18,4],[42,-7],[7,12],[11,2],[9,8],[10,2],[11,-4],[19,1],[35,-7],[17,-2],[1,3],[7,-1],[30,-6],[9,0],[8,-2],[1,-3],[7,-2],[6,-5],[-4,-1],[8,-9],[-1,-5],[-10,-1],[-1,-2],[4,-3],[-3,-3],[5,-4],[13,-4],[7,2],[6,8],[5,3],[-4,5],[3,6],[7,2],[12,14],[0,4],[10,-1],[6,-4],[14,-2],[8,-6]],[[5706,3182],[-5,-2],[-2,-3],[1,-10],[6,-10],[15,-4],[43,10],[3,-9],[-4,-8],[16,1],[8,-4],[-13,-10],[4,-2],[5,1],[15,-7]],[[5583,3121],[0,7],[-14,10],[9,0],[1,3],[3,-1],[1,8]],[[5583,3148],[9,6],[21,2],[10,22],[7,3],[11,-3],[-2,3],[12,4],[0,4],[-3,1],[7,1],[-2,6]],[[5653,3197],[29,-2],[3,-8],[7,-4],[14,-1]],[[4943,2707],[9,5],[-16,23],[8,4],[2,8],[13,3],[-2,4],[3,3],[-1,3],[-6,-1],[-10,4],[0,3],[-4,-1],[-4,4],[9,6],[-2,3],[3,2],[33,16],[-2,10],[12,6],[-7,0],[-6,4],[-8,0]],[[4967,2816],[3,3],[-2,6],[2,3],[-9,5],[3,1],[-4,3],[2,2],[-8,3],[-3,4],[-6,1],[5,7],[-9,1],[2,4],[-6,6],[4,5],[21,2],[-2,6],[-21,12],[4,8],[-4,9],[-13,-2],[-9,-5],[-6,12],[-34,0],[-3,3],[-10,1],[-1,-2],[-26,-12],[-8,6],[2,6],[8,1],[6,4],[28,8],[-10,5],[6,3],[-3,4],[11,3],[5,9],[12,7],[7,1],[20,8],[3,3],[11,2],[4,4],[11,-1],[3,4],[11,2],[-9,5],[-4,5],[5,6],[-3,3],[4,10],[-2,5],[5,12],[-1,5],[-14,5],[-3,3],[-24,11],[-4,-3],[-13,2],[-6,7],[0,3],[5,1],[-2,2],[5,2],[6,-1],[0,6],[-8,4],[5,15],[10,2],[-1,4],[7,1],[-2,7],[8,0],[2,3],[-14,10],[7,5],[-5,4],[-6,1]],[[4912,3126],[1,2],[1,1],[11,4],[8,3],[38,7],[4,-5],[16,3],[10,3],[7,2],[17,5],[2,0],[1,0],[13,2],[15,4]],[[5056,3157],[5,-10],[-8,-1],[1,-10],[-9,-2],[1,-5],[-14,-4],[-3,4],[-7,-12],[3,-4],[5,1],[-1,2],[12,3],[1,-2],[-10,-5],[1,-2],[-4,-1],[-1,-3],[12,-1],[7,-9],[12,3],[1,3],[6,-1],[-2,-12],[27,-9],[-31,-19],[11,-1],[16,-11],[0,-3],[21,-1],[0,-2],[7,0],[-12,-11],[-5,-1],[5,-10],[7,-2],[5,1],[-6,-7],[14,-7],[5,-1],[15,-11],[-4,-3],[-1,-7],[8,-5],[1,-5],[24,-5],[28,2],[9,5],[11,-1],[2,-3],[11,-1],[-1,-5],[2,-2],[-4,-4],[10,-17],[-1,-7],[6,-7],[24,-4],[-6,-10],[11,-12],[-1,-3],[11,-4]],[[5199,3139],[49,-24],[37,-23]],[[5056,3157],[8,1],[9,1],[17,1],[10,1],[5,-1],[6,-1],[4,-1],[2,-1],[9,-4],[4,-2],[2,-1],[5,-4],[-1,-4],[-1,-4],[0,-3],[1,-1],[1,-1],[16,-5],[2,-1],[-1,-1],[2,-3],[1,-2],[1,0],[5,2],[-1,5],[-5,6],[-1,1],[2,2],[3,3],[3,3],[7,0],[2,0],[15,-5],[11,1]],[[4417,3080],[21,-24],[3,-2],[6,3],[18,-15],[38,-12],[5,-4],[-4,-13],[-12,-4],[-13,-11],[2,-9],[-7,-13],[-20,-5],[-16,-10],[-12,-17],[11,0],[10,2],[3,-2],[-11,-3],[-14,3],[2,-2],[-12,-15],[2,-4],[12,3],[3,-1],[0,-13],[17,-6],[9,1],[-4,-7],[4,-1],[9,-6],[-1,-7],[-14,-10],[-4,-12],[7,-9],[-3,-10],[7,-5],[22,0],[22,7],[8,-1],[7,2],[7,0],[2,3],[16,-2],[2,-7],[8,-1],[-8,-16],[12,-2],[33,-14],[8,-13],[7,-1],[5,-7],[15,-4],[11,2],[4,3],[27,4],[19,13],[14,6],[30,6],[20,0],[10,9],[16,1],[21,9],[5,0],[14,3],[15,1],[-4,-9],[-7,-6],[3,1],[5,-3],[-1,-3],[4,-1],[4,-12],[4,-5],[8,-3],[12,2],[11,-1],[14,0],[10,5],[19,-5],[6,1],[0,-3],[5,0],[12,5],[7,-2],[11,8],[13,6]],[[4386,2407],[-2,1],[-12,2],[-2,4],[-3,9],[-2,2],[-2,3],[-6,9],[-1,0],[-2,3],[-2,2],[-9,12],[-4,3],[-9,9],[-5,3],[-2,1],[-2,2],[-2,3],[3,9],[4,6],[2,3],[2,3],[1,6],[2,3],[7,8],[7,8],[4,6],[14,4],[5,4],[2,2],[11,4],[5,4],[1,2],[0,3],[-3,10],[-3,4],[2,9],[-5,7],[-12,15],[-8,7],[-15,13],[-12,8],[-1,1],[-5,5],[-13,9],[-12,10],[-3,2],[-2,3],[-1,6],[1,2],[6,4],[10,5],[8,2],[1,1],[1,2],[0,5],[2,4],[4,7],[-4,6],[-4,6],[-17,14],[-7,9],[-4,-1],[-3,3],[-4,5],[0,1],[-6,6],[-6,3],[-20,8],[-11,2],[-8,2],[-9,0],[-1,0],[-7,-3],[-18,-2],[-1,0],[-2,-2],[-2,-1],[-1,-1],[-6,0],[-4,1],[-7,1],[-4,0],[-12,0],[-16,-2],[-7,-2],[-2,-1],[-2,-1],[-2,-5],[0,-5],[-2,-1],[-3,1],[-24,2],[-21,1],[-7,0],[-7,-2],[-5,-1],[-1,-1],[-1,-1],[1,-2],[2,-1],[1,0],[0,-2],[0,-1],[-1,-1],[-2,-1],[-2,-1],[-10,0],[-15,-2],[-16,-3],[-13,-4],[-3,-1],[-3,-2],[-9,-7],[-3,-4],[0,-3],[2,-1],[-2,-3],[-4,-4],[-6,-2],[-5,-2],[-3,-2],[-1,-2],[-2,-2],[0,-2],[-1,-6],[-2,-4],[1,-2],[2,-3],[4,-2],[5,-1],[2,-2],[2,-3],[0,-3],[-3,-6],[-9,-2],[-10,1],[-4,-1],[-5,-1],[-1,-2],[-3,-4],[0,-4],[-4,-2],[-2,0],[-2,-1],[-3,0],[-6,6],[-3,6],[1,5],[-3,5],[-18,9],[-12,5],[-11,3],[-8,2],[-4,0],[-2,0],[-4,1],[-4,0],[-3,-1],[-1,0],[-1,-1],[-2,-2],[-2,-2],[-2,-2],[-3,-4],[-2,-1],[-7,-4],[-9,-4],[-6,1],[-5,1],[-7,2],[-4,0],[-2,0],[-2,-1],[-1,0],[-6,-3],[-6,-2],[-5,0],[-5,-1],[-4,2],[-3,1],[-6,1],[-7,1],[-5,0],[-3,-1],[-3,-6],[-2,-5],[-4,-5],[-7,-1],[-7,2],[-13,3],[-8,5],[-1,1],[0,1],[0,1],[5,3],[5,1],[6,3],[0,1],[0,1],[0,3],[0,3],[3,4],[6,3],[1,1],[1,1],[1,3],[4,3],[5,3],[3,4],[2,5],[-1,4],[0,4],[0,1],[1,1],[2,1],[2,0],[9,1],[12,3],[3,1],[3,3],[0,3],[0,2],[1,2],[1,2],[3,2],[2,0],[4,-1],[1,0],[5,1],[5,3],[3,4],[1,2],[-1,0],[2,5],[8,5],[6,6],[4,1],[4,1],[7,0],[1,1],[3,1],[2,3],[4,5],[2,2],[4,4],[5,1],[11,2],[3,0],[3,0],[2,2],[7,4],[11,6],[4,2],[3,1],[1,-2],[1,-1],[5,-1],[7,-1],[6,1],[13,0],[2,0],[5,1],[4,1],[12,6],[9,3],[2,2],[9,6],[2,3],[2,2],[1,1],[3,1],[5,-1],[4,2],[6,7],[2,5],[3,2],[5,2],[8,4],[2,1],[3,5],[3,2],[5,0],[9,0],[8,0],[2,0],[5,3],[8,6],[7,5],[6,2],[5,3],[5,3],[6,4],[8,4],[9,8],[6,7],[3,6],[0,3],[0,9],[3,9],[-1,7],[0,2],[-5,7],[-4,5],[-3,4],[1,4],[1,6],[2,2],[3,1],[4,2],[2,1],[3,1],[5,0],[1,0],[0,-1],[0,-1],[3,0],[1,0],[2,1],[5,2],[9,6],[13,5],[7,3],[8,2],[4,2],[4,4],[5,4],[4,4],[2,3],[10,6],[4,3],[3,1],[7,2],[10,3],[2,1],[6,3],[3,2],[2,1],[1,2],[0,5],[-1,7],[1,2],[0,1],[2,2],[1,1],[6,3],[4,2],[2,1],[13,3],[10,2],[13,4],[9,5],[6,4],[2,1],[6,2],[3,0],[7,1],[2,1],[2,1],[2,1],[4,2],[8,1],[6,0],[7,-1],[2,0],[1,2],[-1,1],[-11,2],[-1,2],[7,6],[3,1],[1,1],[-2,-2],[0,-1],[2,-1],[1,0],[3,1],[9,7],[1,4],[1,3],[7,-2],[2,-2],[2,-3],[1,0],[-1,3],[-4,3],[-3,1],[-1,1],[-1,3],[2,2],[2,1],[2,1],[6,1],[3,-1],[10,-2],[7,-3],[8,-1]],[[6115,3262],[-2,-3],[10,-6],[4,0],[0,-3],[-18,-8],[-14,-2],[-7,-4],[4,-3],[-6,-2],[1,-3],[-5,1],[0,-3],[10,-1],[6,-7],[9,-2],[-4,-6],[-6,0],[-9,-2],[-4,-5],[-21,3],[19,-18],[0,-7],[14,-7],[-13,-14],[-15,-3]],[[5960,3184],[-10,2],[-11,5],[-10,-2],[-7,2],[-5,-3],[-7,4],[12,4],[16,14]],[[5938,3210],[26,10],[15,20],[11,9],[42,15],[27,5],[40,-14],[16,7]],[[6542,3306],[2,-7],[19,-2],[-10,-4],[14,-3],[1,-7],[-5,-2],[-1,-12]],[[6345,3223],[-1,2],[13,7],[10,-4],[-4,5],[11,4],[2,5],[9,4],[-3,5],[7,2],[-7,6],[1,11],[12,5],[4,7],[-2,7],[9,7]],[[6406,3296],[4,-4],[8,-1],[8,2],[7,-1],[13,4],[5,4],[-10,6],[3,2],[1,7],[13,7]],[[6458,3322],[10,0],[5,-4],[11,5],[9,1],[26,-15],[4,-4],[14,3],[5,-2]],[[5899,3250],[14,-10],[-3,-5],[4,-4],[12,-2],[10,-9],[2,-10]],[[5706,3182],[14,2],[-1,6],[5,6],[0,13],[5,1],[-6,6],[9,6],[-1,2],[-10,2],[-1,2],[4,0],[3,5],[-13,-2],[5,13],[42,-10],[3,-6],[4,-1],[16,7],[13,1],[-3,7],[13,-10],[9,6]],[[5816,3238],[6,11],[20,3],[-3,5],[54,12],[7,-4],[-3,-10],[2,-5]],[[6218,3246],[8,2],[1,3],[-3,2],[5,4],[-3,5],[-5,2],[-6,0],[-6,5],[-1,7],[6,4]],[[6214,3280],[5,2],[21,-3],[4,6],[11,3],[1,4],[19,6],[6,8],[38,1],[0,4],[-3,3],[2,2],[27,-2],[8,-5],[0,-3],[9,-2],[12,3],[9,-5],[23,-6]],[[4417,3080],[5,-1],[6,0],[3,0],[3,0],[6,-1],[5,-2],[4,-3],[5,-1],[15,-2],[2,0],[2,0],[7,2],[11,3],[16,2],[14,4],[7,3],[10,4],[7,4],[11,4],[6,1],[9,-1],[7,3],[-3,1],[-2,1],[-1,1],[-1,1],[5,1],[6,1],[6,-1],[5,0],[8,-6],[8,-8],[1,-1],[2,-1],[2,0],[0,2],[0,1],[-5,5],[-2,2],[-7,4],[-8,4],[-16,-1],[-6,-1],[-6,-1],[-2,0],[-2,1],[-1,2],[1,3],[13,5],[6,1],[6,0],[3,-4],[0,2],[-1,3],[-3,2],[-4,0],[-3,1],[-2,3],[-2,5],[-11,7],[-1,1],[0,3],[0,2],[4,1],[5,1],[5,1],[8,-1],[10,-2],[10,-2],[5,-1],[2,-3],[3,-5],[1,-1],[2,-1],[5,-1],[4,0],[6,0],[10,1],[8,1],[6,2],[3,0],[1,0],[2,0],[2,-1],[5,-3],[5,-3],[1,0],[3,-1],[8,-2],[8,0],[7,-2],[1,-1],[0,-5],[1,-2],[0,-1],[4,-3],[4,-2],[3,-1],[14,-3],[13,-1],[5,0],[16,-1],[17,0],[19,2],[5,-1],[4,-1],[4,-1],[2,0],[11,0],[2,0],[3,1],[14,4],[3,0],[10,2],[8,3],[4,1],[7,1],[12,4],[20,8],[6,5]],[[6769,3385],[4,-1],[10,2],[5,-2],[6,1],[12,-4],[11,-9],[5,0],[3,3],[9,3],[6,-3],[11,3],[4,-2],[2,5],[3,0],[0,-6],[6,0],[2,-1],[35,16],[8,-5],[6,1],[4,-3],[27,-6],[21,7],[17,-7],[5,-3],[-1,-6],[5,-7],[3,2]],[[6998,3363],[3,-6],[18,-17],[22,-3],[6,-3],[9,-7],[1,-6],[-6,-1],[9,-5],[8,-1],[0,-1],[-5,0],[-5,-2],[9,-5],[-6,-5],[-28,-2]],[[6542,3306],[17,15],[7,-3],[8,1],[16,-1],[30,6],[16,11],[-2,2],[3,5],[19,0],[4,-6],[29,-1],[7,1],[-2,3],[13,4],[34,1],[6,9],[12,4],[-3,1],[2,2],[-4,3],[0,4],[13,5],[3,6],[-6,6],[5,1]],[[7287,3429],[18,-1],[38,6],[0,-2],[42,0],[78,-19]],[[7463,3413],[-21,-26],[0,-8],[-10,-16],[-3,-13],[9,-2],[-9,-10],[-1,-7],[9,-10],[-5,-4],[-10,1],[-25,-4],[-9,1],[-6,-16],[17,-2],[-4,-8]],[[6998,3363],[14,-3],[11,0],[14,-4],[16,4],[13,5],[1,4],[10,0],[9,3],[-1,2],[5,2],[-5,2],[10,1],[-4,6],[7,1],[-3,7],[18,1],[-4,4]],[[7109,3398],[15,2],[-2,12],[4,5],[4,-1],[1,2],[19,-7],[16,2],[15,5],[6,-1],[2,-3],[14,-6],[6,2],[0,8],[7,3],[6,-1],[30,5],[18,-2],[12,2],[5,4]],[[6142,3322],[18,5],[11,-5],[2,-5],[19,-4]],[[6192,3313],[15,-1],[0,-3],[5,-4],[6,2],[4,-4],[-6,-4],[-12,-1],[-5,-6],[3,-3],[4,1],[9,-5],[-1,-5]],[[6115,3262],[3,4],[17,9],[-8,6],[-2,5],[4,4],[4,-1],[1,4],[-4,1],[5,4],[-12,5]],[[6123,3303],[10,11],[-17,-5],[-4,12],[16,7],[14,-6]],[[5483,3264],[7,-9],[10,0],[-1,5],[4,-1],[32,-18],[-5,-12],[7,-8],[-4,-3],[4,-6],[-5,-5],[-13,4],[-7,-5],[1,-4],[9,1],[6,-7],[18,-5],[19,4],[4,-5],[-1,-5],[11,-7],[-22,1],[-11,-3],[4,-6],[-1,-8],[13,-15],[21,1]],[[5495,3126],[6,13],[-38,13],[-13,8],[-21,8],[-17,12],[-22,49]],[[5390,3229],[42,6],[3,8],[-2,10],[6,4],[8,0],[3,5],[9,-1],[24,3]],[[5381,3238],[9,-9]],[[5199,3139],[6,3],[6,2],[3,2],[2,1],[-26,19],[-4,3],[-1,2],[-31,70],[84,-20],[11,0],[9,0],[16,-1],[13,0],[11,2],[10,3],[-11,1],[-1,-1],[-1,0],[-5,2],[0,1],[3,2],[7,3],[5,2],[-5,2],[-2,1],[3,1],[13,-1],[3,-1],[2,-3],[-2,-4],[-1,-1],[1,0],[7,2],[4,2],[7,4],[1,1],[-1,2],[-3,2],[-3,1],[-4,0],[-7,0],[-1,0],[9,2],[9,0],[17,2],[5,-7],[-8,-1],[-1,-1],[5,-1],[13,-1],[3,0],[12,2]],[[6045,3318],[13,-6],[14,0],[7,-5],[1,-5],[7,-1],[4,-3],[18,5],[14,0]],[[5899,3250],[53,5],[-3,25],[6,5],[1,6],[10,2],[-2,2],[3,3],[4,0],[1,2],[-8,6],[-30,5],[2,2]],[[5936,3313],[6,2],[8,10],[36,-3],[14,-6],[30,-5],[3,3],[-3,1],[0,4],[7,2],[8,-3]],[[7872,3477],[-1,-6],[14,-1],[12,0],[6,1],[5,1],[18,0],[9,2],[15,2],[16,4],[10,1],[19,3],[14,1],[4,0],[12,-4],[5,-3],[7,-5],[12,-17],[8,-9],[5,-3],[11,-7],[9,-10],[10,-5],[7,-5],[2,-4]],[[7463,3413],[17,-5],[18,10],[9,1],[5,-1],[8,3],[5,5],[12,6],[16,5],[2,-2],[-4,-5],[20,6],[-6,1],[12,5],[23,4],[1,5],[19,-2],[-2,3],[10,5],[-5,7],[3,6],[7,1],[26,12],[34,8],[8,1],[16,-3],[23,-15],[35,-11],[36,1],[33,11],[28,2]],[[5577,3273],[7,-6],[-1,-10],[13,0],[-2,-10],[11,-12],[-1,-2],[-8,0],[0,-2],[8,-3],[-1,-2],[3,0],[1,-2],[16,-4],[-6,-7],[5,-3],[-8,-1],[-1,-12],[18,-2],[22,2]],[[5483,3264],[5,4],[-3,2],[8,2],[6,8],[6,-1],[1,9],[10,2]],[[5516,3290],[14,-3],[2,-5],[9,-3],[11,2],[6,-3],[0,-6],[18,-1],[1,2]],[[5667,3306],[8,-10],[3,2],[4,-1],[5,3],[4,-8],[7,-3],[20,-3],[11,1],[4,-7],[5,0],[3,-6],[8,-5],[32,1],[5,-10],[-7,0],[-1,-6],[3,-2],[13,-1],[3,-4],[7,0],[5,-3],[0,-4],[7,-2]],[[5577,3273],[4,11],[-2,8],[5,6],[7,2],[1,3],[14,3],[11,10],[14,-17],[8,-1],[7,4],[21,4]],[[6362,3394],[30,-28],[30,-14],[4,-9],[17,-8],[12,-1],[3,-12]],[[6192,3313],[16,16],[-3,11],[20,8],[-1,11],[-4,3],[19,1],[11,3],[7,6],[5,0],[2,6],[13,-3],[6,1],[7,-3],[13,1],[3,-3],[7,0],[5,2],[-2,3],[20,5],[9,19]],[[6345,3400],[4,-7],[13,1]],[[8051,3496],[-2,0],[-13,5],[-10,1],[-7,1],[-8,-1],[-11,-1],[-24,-6],[-21,-7],[-19,-4],[-17,-3],[-6,-1],[-5,9],[-15,-2]],[[7893,3487],[-4,10],[12,15],[8,2],[0,1],[-19,1],[4,9],[9,0],[10,6],[10,2],[-4,20],[31,2],[-5,4],[-1,5],[4,2],[15,5],[29,2],[12,-13],[24,-15],[10,2],[2,-2],[8,1],[0,-2],[5,0],[-2,-16],[13,-8],[-6,-12],[4,-3],[-11,-9]],[[5768,3372],[-1,-3],[9,1],[11,-2],[10,0],[18,-7],[-2,-3],[13,-7],[-3,-5],[9,-3],[-4,-2],[3,-5],[-8,-6],[9,-1],[-2,-6],[17,-6],[10,-9],[5,0],[1,2],[11,4],[0,5],[3,1],[3,-2],[4,4],[52,-9]],[[5667,3306],[13,6],[3,10],[-4,5],[13,14],[1,3],[-7,2],[-6,7],[2,2],[-4,2],[10,8],[6,2],[1,3],[8,-2],[4,14],[17,1],[10,-2],[26,5],[8,-14]],[[7043,3508],[9,-3],[14,-11],[6,-2],[2,-9],[13,-3],[16,1],[9,2],[4,-4],[6,4],[1,-7],[19,-6],[0,-5],[-44,-2],[1,-18],[-8,-6],[5,-10],[-4,-4],[2,-1],[-6,-1],[0,-4],[12,-9],[9,-12]],[[6769,3385],[-5,7],[-15,4],[-6,5],[3,3],[-5,2],[3,2],[-5,5],[-6,0],[4,8],[-5,6],[33,6],[-9,7],[-14,6],[-1,3],[10,2],[3,4],[3,0],[7,5],[-1,2],[-10,0],[4,7],[27,6]],[[6784,3475],[11,-6],[12,10],[12,4],[23,14],[5,-1],[3,-3],[-2,-1],[8,-2],[6,1],[2,4],[43,0],[14,-6],[5,2],[11,0],[12,-4],[5,4],[17,6],[19,1],[16,5],[16,-2],[9,6],[6,-2],[6,3]],[[6006,3406],[0,-3],[-4,-1],[6,-4],[-2,-1],[15,-9],[-5,-13],[-8,-3],[3,-20],[12,-3],[5,-7],[-2,-7],[-4,3],[-4,-2],[-7,0],[31,-7],[3,-11]],[[5768,3372],[8,2],[2,7],[19,7],[13,-6],[8,-9],[5,1],[9,3],[8,8],[13,4],[25,14]],[[5878,3403],[31,-9],[6,-1],[10,5],[3,-1],[6,1],[-4,3],[7,3],[2,3],[-2,9],[7,1],[4,3],[12,-10],[0,-8],[5,-2],[19,1],[4,7],[11,0],[7,-2]],[[4045,3220],[11,-1],[11,-1],[12,0],[5,0],[4,0],[3,0],[1,-1],[1,-4],[1,-1],[2,-1],[1,-1],[5,-1],[2,0],[1,1],[6,1],[6,2],[4,0],[11,-2],[15,-2],[3,0],[7,0],[9,0],[5,-2],[7,-7],[2,-2],[1,-1],[5,-6],[1,-3],[0,-2],[0,-2],[-2,-2],[-3,-4],[0,-1],[1,-1],[2,-3],[2,-3],[4,-4],[8,-6],[3,0],[12,-2],[6,-1],[1,-4],[3,-7],[6,-9],[2,-4],[1,-4],[0,-3],[1,-1],[9,-4],[5,-2],[13,-4],[8,-1],[5,-1],[4,-1],[9,-1],[10,0],[3,0],[7,1],[5,3],[3,3],[2,0],[13,4],[15,-1],[12,-2],[8,-2],[3,-1],[8,0],[3,0],[2,0],[3,1],[10,-1],[12,0],[1,-2],[-1,-2],[-4,-3],[-4,-2],[-4,-3],[-4,-5],[-7,-4],[-8,-8],[-7,-5],[-3,-4],[-1,-1],[1,-2],[0,-4],[-1,-1],[-12,-4],[-10,-5],[-9,-3],[-12,-5],[-8,-3],[-9,-5],[-4,-2],[-2,-2],[-3,-3],[-5,-5],[-2,-1],[-2,0],[-5,0],[-6,-1],[-7,-2],[-12,-2],[-8,-2],[-3,-2],[-5,-5],[-2,-4],[2,-6],[0,-2],[-5,-7],[-6,-3],[-3,-1],[-3,0],[-4,1],[-1,0],[-8,-3],[-10,-5],[-3,-1],[-11,-6],[-4,-2],[-5,-5],[0,-4],[1,-2],[-4,-4],[-2,0],[-2,0],[-10,2],[-13,-5],[0,-1],[-4,-2],[-4,-3],[-6,-1],[-4,-1],[1,1],[2,1],[3,1],[-1,0],[-2,0],[-2,-1],[-2,-2],[0,-3],[0,-1],[-3,-2],[-6,0],[-5,1],[-4,0],[-8,0],[-10,1],[-5,0],[-6,2],[-2,0],[-7,4],[1,0],[2,1],[-4,3],[-6,2],[-3,0],[-6,0],[-6,-6],[-1,-1],[-1,-1],[-1,-1],[-2,0],[0,2],[0,1],[2,1],[0,1],[1,2],[2,2],[-1,1],[-4,6],[-5,5],[-2,1],[-5,1],[-5,0],[-8,1],[-7,2],[-3,2],[-3,6],[-4,5],[-1,1],[-3,1],[-6,3],[-10,-1],[-6,1],[-5,1],[-13,3],[-1,1],[0,5],[2,6],[1,2],[2,2],[0,2],[-4,8],[-2,1],[-8,4],[-3,1],[-8,6],[-4,6],[-13,6],[-2,1],[-6,2],[-3,1],[-3,1],[-3,0],[-12,-3],[-16,-2],[-7,1],[-8,2],[-3,3],[-1,3],[1,0],[0,4],[-1,2],[-4,4],[-3,1],[-3,3],[-2,5],[2,2],[-3,3],[-5,2],[-4,1],[-4,1],[-10,3],[-11,0],[-9,-2],[-13,-1],[-1,1],[-2,1],[-1,4],[0,1],[3,2],[4,2],[1,1],[0,3],[-1,1],[-1,1],[-1,0],[-9,2],[-5,4],[0,1],[2,2],[2,1],[2,0],[2,1],[2,0],[2,1],[2,2],[1,2],[0,4],[3,1],[6,-2],[4,-1],[1,-1],[4,1],[4,1],[9,2],[6,2],[13,1],[9,5],[-9,-6],[-13,0],[-2,-1],[-1,-1],[-2,-2],[0,-2],[1,0],[10,-1],[9,-3],[7,-2],[9,-5],[1,-1],[5,0],[14,-1],[8,-1],[5,-1],[1,0],[7,4],[1,1],[-1,5],[-3,4],[-4,3],[-4,2],[-4,1],[-1,2],[-2,4],[4,3],[2,0],[5,4],[3,3],[0,5],[2,5],[3,3],[3,3],[5,9],[1,5],[-1,2],[-9,8],[-2,7],[-4,6],[-2,2],[2,2],[3,1],[4,1],[6,0],[10,0],[15,1],[5,1],[5,5],[7,2],[3,-2],[4,-2],[5,-2],[10,4],[6,2],[4,3],[3,2],[2,1],[3,0],[3,-1],[0,-1],[-1,-1],[-2,0],[1,-1],[1,0],[8,-2],[10,-1],[5,1],[-3,3],[1,3],[8,2],[7,2],[6,2],[4,1],[9,-3]],[[6142,3322],[3,4],[-3,10],[-4,3],[5,2],[-11,4],[5,7],[-16,13],[-6,0],[-3,-4],[-5,-2],[-8,5],[0,2],[4,-1],[1,5],[7,-2],[0,3],[10,0],[4,5],[9,1],[-5,8],[-8,-1],[-5,1],[-7,6]],[[6109,3391],[13,2],[2,4],[-6,4],[-7,19],[23,16],[19,7],[8,-2],[10,-7],[2,-6],[15,-6],[7,0],[2,-7],[-5,-2],[23,3],[-2,12],[8,9],[9,16]],[[6230,3453],[4,-3],[8,7],[6,-4],[2,-6],[7,-4],[20,2],[4,-3],[8,3],[2,5],[9,-1],[11,5],[10,1],[3,-3],[-6,-4],[1,-5],[16,-8],[-4,-19],[11,-5],[-1,-6],[4,-5]],[[6006,3406],[8,1],[2,6],[-4,4],[5,2],[5,10],[-9,11]],[[6013,3440],[15,-3],[3,-5],[19,-3],[17,0],[16,10],[5,-8],[-4,-5],[3,-11],[11,-12],[0,-6],[10,-2],[1,-4]],[[6677,3521],[5,-4],[18,-6],[19,2],[6,-17],[8,-9],[17,2],[16,-3],[6,-2],[5,-5],[7,-4]],[[6362,3394],[5,2],[-1,3],[24,0],[7,3],[9,6],[21,8],[7,6],[38,-2],[19,11],[23,7],[7,1],[-9,6],[11,-1],[6,-3],[9,1],[14,7],[31,6],[17,5],[2,3],[11,2],[16,-13],[4,2],[-4,2],[-4,4],[3,5],[-6,4],[3,9],[-3,3],[3,1],[-19,7],[2,4],[-16,1]],[[6592,3494],[9,7],[14,0],[-1,11],[13,0],[8,9],[11,6],[9,2],[22,-8]],[[5381,3238],[0,8],[-8,6],[-5,4],[-9,6],[-6,4],[-9,8],[-7,6],[-4,5],[-6,8],[-5,8],[-10,5],[-9,4],[-3,2],[-17,5],[-5,1],[-5,0],[-12,2],[-1,0],[2,2],[3,0],[9,0],[11,0],[7,1],[3,0],[-3,5],[0,3],[1,6],[4,4],[0,-4],[-1,-2],[-1,-2],[1,-2],[0,3],[2,7],[2,5],[15,21],[9,10],[7,10],[6,12],[6,16],[2,7],[5,7],[1,3],[3,2],[2,1],[1,0],[2,0],[2,-1],[1,-1],[3,-1],[1,1],[4,1],[-4,-1],[-2,0],[-6,2],[-1,0],[-2,0],[-2,-1],[-2,-1],[-5,-5],[-4,-3],[-1,1],[0,1],[0,3],[1,2],[2,8],[9,6],[-15,11],[11,4]],[[5349,3461],[28,7],[11,-9],[9,1],[9,5],[0,4],[4,2],[34,3],[15,-15],[-5,-6],[8,-4],[-3,-9],[7,-8],[-10,-6],[-17,-19],[-13,-8],[-12,5],[-3,-1],[-14,-13],[-16,-9],[-4,-4],[0,-9],[-4,-1],[3,-2],[12,-2],[-2,-13],[-9,0],[-7,-3],[0,-13],[-7,-8],[2,-2],[4,1],[1,-3],[7,-1],[7,2],[10,-5],[6,-4],[7,-1],[27,-12],[9,3],[1,5],[-15,17],[1,3],[11,1],[17,-3],[12,-5],[2,-5],[10,-7],[17,-3],[23,-1],[-10,-9],[4,-7]],[[5878,3403],[-8,3],[-4,10],[2,6],[-10,16],[7,8],[6,2],[4,14],[-6,3],[-10,1],[-8,6],[-3,7],[4,3],[-2,6],[-6,2],[1,2],[-4,2],[-5,-1],[-2,8],[-6,4],[-1,4],[10,6],[6,8],[24,2],[13,8],[10,-1],[18,5],[3,7],[10,0],[20,-14],[-6,-5],[1,-4],[6,-2],[6,-6],[-3,-5],[2,-8],[6,-5],[1,-8],[14,-7],[-2,-3],[9,-3],[11,-11],[8,-4],[16,-1],[-1,-11],[4,-7]],[[6230,3453],[1,10],[-17,6],[0,7],[-9,9],[2,2],[-3,4],[16,11],[7,-1],[4,2],[3,8],[10,6],[1,17],[-6,9],[12,7],[-5,3],[1,7],[42,18],[23,6]],[[6312,3584],[23,-10],[5,-5],[21,-2],[22,-10],[6,-8],[21,-2],[31,3],[12,-6],[40,-3],[3,-17],[-3,-4],[3,0],[5,-3],[8,-1],[1,-2],[2,4],[13,2],[11,8],[19,0],[6,-4],[1,-4],[6,-2],[1,-7],[14,-7],[0,-7],[6,-5],[3,2]],[[6677,3521],[18,10],[13,1],[9,5],[0,6],[-33,0],[-7,6],[-29,-3],[4,4],[-3,3],[9,10],[-5,2],[-1,5],[1,17],[3,13],[10,9],[-2,5],[-6,0],[-1,2],[-12,6],[-4,-2],[-9,1],[-17,-2],[2,2],[-9,2],[-7,-4],[-17,8],[0,6],[-16,2],[-5,4],[5,8],[7,3],[11,-3],[-3,-3],[6,-2],[6,1],[10,-5],[21,2],[9,-1],[-1,3],[9,3],[-14,4],[4,13]],[[6633,3662],[5,1],[4,-3],[2,8],[10,0],[-1,2],[19,-3],[-2,-3],[4,-2],[29,2],[3,-6],[9,1],[21,-4],[20,6],[1,-5],[11,-3],[4,8],[15,1],[5,-6],[5,1],[6,-2],[2,7],[20,-2],[6,3],[14,0],[8,3],[5,0],[8,-4],[17,0],[5,-4],[11,1],[10,6],[6,-3],[2,1],[2,2],[-3,11],[5,3],[21,-1],[-4,2],[2,5],[8,2],[3,4],[10,1],[5,-3],[11,3],[8,-2],[21,4],[-4,-6],[5,2],[31,-6],[-2,-10],[8,5],[6,-2],[-9,-2],[-3,-3],[9,0],[-3,-13],[-20,-4],[4,-10],[-3,-7],[5,-2],[-1,-2],[-3,-1],[7,-12],[-7,-3],[-32,-5],[9,-5],[5,0],[-4,-6],[15,-4],[1,-5],[-10,-1],[25,-10],[0,-3],[6,-3],[-4,-3],[-4,1],[-3,-4],[4,-20],[-3,-6],[10,-6],[-3,-2],[11,-1],[5,-8],[-6,-4],[2,-3],[-17,1],[-3,-11],[5,0],[8,-2]],[[6312,3584],[14,4],[0,19]],[[6326,3607],[14,8],[10,11],[8,-1],[13,2],[4,-3],[13,0],[6,9],[-5,14],[2,6],[10,3],[15,0],[0,7],[-23,13],[5,4],[6,-2],[-2,3],[4,2],[-7,9],[8,0],[-4,7],[8,3],[8,-1],[-1,3],[7,0],[2,-4],[13,-2],[5,5],[16,3],[13,-3],[7,7],[3,0],[3,-1],[-1,-6],[6,-9],[11,-5],[2,-7],[8,-1],[9,1],[6,-1],[-12,4],[1,5],[17,-1],[0,-2],[24,1],[3,-3],[5,1],[-1,-6],[15,-1],[6,-7],[7,0],[4,3],[9,-3],[10,1],[3,-7],[14,-4]],[[7405,3736],[5,-1],[-7,-6],[-6,-14],[12,-7],[-6,-8],[3,-3],[-4,-5],[5,-8],[-5,-4],[7,-8],[-6,-1],[0,-2],[-4,-1],[1,-3],[-4,0],[3,-5],[-6,0],[-2,-9],[-9,-4],[15,-4],[13,1],[-3,-9]],[[7407,3635],[-3,1],[-4,-2],[-3,0],[-4,7],[-6,0],[-4,-2],[-18,-2],[-25,-7],[-14,13],[-13,-1],[-42,-13],[-12,8],[-8,-1],[-5,3],[-9,-5],[0,-3],[-5,-1],[-19,7],[-11,12],[-5,-3],[-8,1],[-10,6],[-4,9],[-6,-2],[-8,8],[-6,-1],[-6,6],[-6,1],[-6,18],[-15,18],[2,3],[-6,8],[7,10],[13,1],[3,2],[7,-4],[7,-1],[3,2],[-1,9],[-8,4],[3,2],[9,-3],[3,3],[23,-12],[15,2],[-4,5],[-8,5],[6,8],[-5,4],[5,3],[-2,5],[4,5],[13,1],[7,-2],[5,6],[14,2],[-1,3],[5,0],[2,5],[5,2],[26,2],[3,-3],[-1,8],[44,-6],[11,5],[8,-7],[1,-5],[11,-2],[-1,-8],[9,-1],[3,-6],[3,0],[-12,-5],[3,-2],[-6,-5],[3,-4],[-5,-3],[9,2],[3,-7],[-6,-1],[-4,-2],[1,-2],[-13,-6],[0,-2],[18,-1],[9,4],[9,-2],[13,5],[18,2]],[[5343,3538],[-9,-1],[2,9],[3,13],[2,12],[2,8],[1,8],[3,12],[1,8],[2,6],[2,4],[2,4],[1,4],[0,5]],[[5355,3630],[23,-1],[4,-5],[7,0],[-3,-7],[8,-10],[-4,-3],[3,-4],[-5,-2],[2,-3],[3,3],[8,-6],[-2,-3],[-4,-1],[2,-4],[16,-7],[2,-9],[6,-5],[-3,-2],[6,-6],[-15,1],[-5,-3],[-2,-3],[9,-12],[-18,0],[-13,-2],[-3,7],[-34,-5]],[[8092,3888],[22,-2],[16,-4],[2,0],[4,-2],[1,0],[9,-4],[15,-4],[9,-4],[11,-2],[9,-1],[2,0],[1,-1],[9,-2],[12,-5],[4,-2],[5,-4],[0,-1],[1,-1],[-1,-3],[-1,-1],[-2,-1],[-12,-3],[-10,-3],[-4,0],[-8,-1],[-6,1],[-8,0],[-11,0],[-5,-2],[-17,-2],[-4,-1],[-4,-2],[-11,-10],[-6,-3],[-4,-2],[-10,-11],[-2,-3],[-3,-6],[-1,-5],[-3,-12],[-1,-9],[1,-8],[3,-13],[5,-14],[2,-3],[15,-25],[6,-11],[6,-9],[4,-7],[8,-10],[9,-16],[6,-7],[6,-8],[6,-6],[11,-10],[3,-3],[5,-5],[14,-11],[16,-12],[7,-7],[3,-3],[12,-9],[7,-6],[7,-7],[1,-1],[16,-13],[9,-6],[5,-3],[16,-14],[10,-7],[10,-7],[8,-8],[9,-6],[5,-5],[13,-9],[6,-4],[6,-6],[6,-5],[8,-6],[11,-7],[5,-4],[2,-2],[-2,0],[1,-1],[12,-9],[3,-2],[2,-3],[6,-8],[5,-9],[1,-3],[6,-8],[2,-4],[5,-9],[1,-8],[0,-4],[-1,-2],[-5,-4],[-5,-5],[-11,-6],[-12,-7],[0,3],[1,4],[2,4],[2,3],[0,2],[-3,3],[-5,2],[-11,-1],[-11,4],[-11,5],[-3,1],[-7,2],[-5,1],[-6,1],[-8,2],[-3,0],[-6,2],[-14,5],[-13,3],[-15,2],[-58,1],[-14,1],[-13,1],[-7,0],[-13,2],[1,1],[5,-1],[2,0],[-1,2],[-7,3],[-9,6],[-2,0],[11,-7],[3,-1],[-2,-2],[-2,0],[-6,2],[-10,4],[-30,17],[-8,5],[-7,5],[0,1],[-21,13],[-8,4],[-6,4],[-9,10],[-7,9],[-1,2],[-4,3],[-7,5],[-9,3]],[[7893,3487],[-22,-4],[1,-6]],[[7287,3429],[-12,3],[-2,-1],[-8,0],[0,2],[-14,2],[-6,6],[-11,1],[1,4],[14,8],[6,2],[-3,2],[8,9],[1,6],[5,-1],[7,4],[8,-5],[1,-4],[7,1],[7,-4],[16,4],[15,-3],[6,4],[20,-2],[-4,5],[3,2],[12,2],[2,-2],[-4,-2],[7,-2],[1,3],[4,1],[-3,3],[4,6],[12,-2],[20,6],[19,-1],[-3,8],[-5,2],[1,3],[-24,0],[-24,4],[-2,9],[-10,3],[21,4],[22,10],[-1,8],[-7,5],[9,16],[-6,5],[13,13],[-19,6],[0,9],[-7,10],[1,7],[4,3],[-6,7],[9,5],[-2,6],[16,3],[1,3]],[[7405,3736],[12,0],[6,5],[13,3],[5,8],[10,4],[2,4],[15,-1],[16,5],[22,-1],[21,3],[0,-5],[62,10],[4,-16],[10,0],[2,-2],[7,1],[6,-5],[20,3],[5,8],[-10,5],[2,7],[10,6],[16,0],[3,3],[-1,3],[13,10],[-16,7],[32,7],[12,0],[23,15],[24,3],[3,4],[21,-3],[7,-4],[6,2],[3,-3],[34,14],[23,6],[-3,3],[14,5],[0,4],[-4,5],[30,10],[-6,25],[10,2],[-2,3],[7,1],[0,3],[26,2],[10,-6],[6,-7],[-1,-7],[15,-1],[13,-6],[21,3],[2,-5],[8,2],[9,-10],[13,3],[21,-1],[4,2],[27,-3],[7,-4],[1,3],[7,2],[9,18]],[[5927,3951],[-12,-11],[-6,-11],[-31,-22],[-16,-8],[-5,-11],[-3,-1],[-7,1],[-3,-4],[-13,0],[3,-9],[-6,-3],[0,-16],[18,-5],[-1,-3],[10,-5],[-1,-4],[12,-2],[-2,-3],[2,-4],[14,1],[3,-4],[14,-1],[6,-5],[5,1],[10,-8],[6,-1],[0,-13],[-6,-10],[1,-4],[10,-5],[25,1],[7,-3],[6,3],[24,1],[20,6],[11,-8],[0,-6],[3,-2],[-2,-4],[4,-8],[13,-1],[4,-8],[-1,-1],[-9,4],[-2,-2],[0,-14],[11,-5],[13,4],[7,0],[5,-5],[17,-7],[-2,-4],[4,-2],[10,0],[35,4],[3,2],[14,1],[3,-3],[6,0],[-11,-7],[3,-3],[3,0],[0,-6],[11,4],[5,-2],[9,6],[4,0],[2,-8],[14,-14],[-4,0],[-2,-3],[3,-6],[6,-1],[4,3],[10,-5],[-1,-5],[3,2],[3,-2],[5,2],[3,-1],[-1,-2],[7,0],[2,2],[7,-1],[2,-3],[6,0],[3,-6],[8,-2],[-2,-1],[7,-5],[-5,-3],[10,-13],[19,-12],[0,-4],[-7,-5],[9,2],[6,-7],[12,-3],[15,-8]],[[5349,3461],[-2,5],[-2,0],[-10,-1],[-8,1],[0,3],[2,2],[1,0],[1,0],[2,2],[-3,10],[1,6],[3,2],[1,3],[0,4],[0,4],[1,6],[3,6],[1,5],[1,8],[2,9],[0,2]],[[5355,3630],[1,6],[-2,4],[-3,4],[-6,28],[-1,3],[-3,7],[1,12],[12,2],[4,2],[5,2],[5,1],[7,1],[6,-1],[6,1],[4,0],[2,2],[7,8],[2,1],[4,1],[13,2],[7,2],[5,2],[0,7],[-4,4],[4,4],[5,2],[10,6],[11,6],[8,5],[2,2],[1,3],[9,13],[2,3],[2,3],[4,4],[8,9],[-3,4],[-2,4],[13,8],[5,2],[5,0],[14,3],[13,2],[6,1],[2,1],[3,2],[-1,0],[-2,0],[-2,0],[-1,-2],[-2,0],[-22,-3],[-2,1],[2,1],[-13,4]],[[5506,3819],[18,20],[4,14],[-4,18],[-7,9],[-9,10],[-12,5],[-5,5],[35,-6],[-1,12],[40,-3],[8,4],[13,3],[2,2],[-3,5],[16,7],[30,-10],[18,2],[1,-1],[14,-3],[-2,-14],[26,-5],[20,1],[8,-3],[4,2],[-1,5],[4,2],[2,5],[22,10],[8,13],[14,-6],[47,0],[25,5],[29,15],[20,2],[38,19],[-1,-12]],[[6663,4234],[14,-3],[8,2],[15,-1],[3,-9],[17,1],[5,-1],[-1,-5],[-7,-2],[7,-2],[9,0],[11,5],[11,-3],[-2,-6],[21,2],[0,-3],[-10,-4],[12,0],[-4,-7],[10,-6],[17,-5],[4,-10],[5,-3],[13,-2],[12,2],[-1,2],[-9,2],[1,9],[15,-1],[-1,-7],[3,-1],[6,6],[13,4],[-7,-10],[12,-2],[7,2],[4,-1],[1,-6],[6,-5],[-4,-6],[10,-4],[7,2],[-7,9],[8,3],[-10,6],[6,8],[-4,4],[3,6],[-4,3],[-11,0],[-1,4],[16,3],[15,-12],[8,-3]],[[6915,4189],[8,-2],[-6,-5],[19,-2],[4,4],[-1,7],[3,4],[7,-1],[4,-6],[12,1],[2,6],[10,-7],[-4,-2],[0,-9],[10,-8],[7,7],[6,0],[6,-2],[0,-6],[25,7],[5,5],[10,1],[2,-2],[9,6],[4,0],[-2,5],[8,2],[6,0],[5,-2],[12,-1],[4,10],[-4,3],[14,0],[4,4],[4,0],[-1,4]],[[7107,4210],[7,2],[23,-5],[18,0],[14,-4],[7,1],[15,-2],[2,1]],[[7193,4203],[26,-4],[6,2],[1,4],[16,2],[7,-3],[9,0],[13,-5],[5,2],[22,-6],[13,7],[19,1],[34,-5],[15,-8],[49,5],[7,3],[13,0],[5,-2],[0,-3],[26,-3],[5,3],[-9,10],[4,25],[21,17],[11,3],[15,-1],[1,4],[3,0],[6,6]],[[7536,4257],[1,0],[8,-2],[2,-1],[6,-2],[3,-2],[4,-5],[4,-2],[5,-1],[5,-2],[6,-5],[-2,-3],[-2,-1],[0,-1],[3,-3],[3,0],[5,0],[5,1],[10,3],[8,1],[4,0],[2,0],[3,-2],[0,-3],[4,-3],[4,-3],[6,0],[5,-1],[5,-1],[3,-5],[2,-5],[1,-3],[8,-5],[6,-1],[4,-1],[7,-1],[7,0],[12,-3],[4,-1],[8,0],[7,-1],[14,-2],[9,-2],[11,-4],[4,-3],[3,-3],[5,-5],[3,-4],[3,-3],[3,-1],[13,-6],[12,-6],[3,-1],[1,-2],[0,-2],[-1,-2],[-4,-3],[-4,-6],[2,-7],[3,-5],[11,-5],[8,-3],[4,-1],[11,-2],[5,-3],[6,-3],[8,-5],[5,-5],[6,-8],[7,-6],[2,-1],[3,-7],[0,-4],[3,-2],[5,-4],[4,-3],[2,-5],[3,-4],[2,0],[2,-1],[2,-2],[5,-5],[0,-1],[-1,-1],[0,-9],[0,-4],[7,-7],[2,-3],[0,-4],[-1,-1],[0,-2],[3,-3],[2,-2],[3,-1],[6,-1],[2,1],[3,1],[2,0],[2,-3],[1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-2,0],[-2,-2],[0,-3],[5,-5],[3,-3],[2,-1],[9,-3],[7,-5],[1,-3],[-1,-3],[1,-3],[4,-2],[10,-3],[2,0],[4,0],[7,-1],[2,0],[11,-3],[8,-4],[4,-3],[9,-2],[4,-1],[5,-1],[7,-2],[10,-4],[-1,-4],[-2,-2],[-2,-2],[-1,-5],[0,-3],[3,-5],[3,-6],[4,-4],[4,-4],[7,-4],[8,-5],[6,-2],[6,-3],[3,-1],[5,-2],[6,-2],[6,-1],[6,-1]],[[5927,3951],[19,-1],[6,-3],[22,4],[6,-2],[9,13],[23,1],[0,8],[10,1],[14,-11],[10,0],[11,3],[10,27],[-10,8],[8,7],[-6,6],[3,5],[-4,2],[4,5],[-2,4],[8,2],[4,10],[-10,7],[-14,3],[0,5],[-24,9],[-7,5],[6,-1],[16,4],[18,8],[9,8],[18,0],[6,7],[-4,2],[4,4],[-13,6],[-3,21],[5,5],[11,5],[-1,7],[8,-1],[13,3],[5,1],[-2,4],[18,5],[13,-4],[44,1],[12,12],[7,-1],[0,-3]],[[6207,4162],[10,-2],[9,4],[33,2],[2,2],[27,4],[24,11],[17,3],[-1,-8],[29,-3],[17,-5],[11,-6],[9,0],[6,-8],[26,2],[8,4],[6,-1],[33,9],[16,11],[10,3],[7,0],[2,20],[9,0],[8,4],[8,-5],[4,0],[5,-7],[28,-10],[6,16],[4,5],[6,0],[0,17],[-5,1],[2,5],[9,1],[9,-4],[9,1],[18,-2],[1,3],[4,-1],[5,11],[25,-5]],[[7142,4276],[4,-2],[-7,-3],[23,-8],[2,-7],[9,-6],[-31,-9],[36,-17],[-3,-3],[5,-6],[21,-1],[-8,-11]],[[7107,4210],[-16,3],[-4,-2],[-7,1],[-18,5],[-3,17],[14,18],[-12,8],[19,4],[5,17],[6,3],[36,-9],[15,1]],[[7142,4276],[41,25],[3,8],[-5,10]],[[7181,4319],[6,9],[-1,5],[5,3]],[[7191,4336],[10,-1],[1,-1],[0,-2],[9,-6],[11,-6],[9,-3],[8,-2],[11,-2],[2,0],[6,0],[10,0],[13,-3],[10,-5],[8,-5],[14,-6],[10,-3],[11,-4],[14,-3],[14,-2],[8,0],[8,0],[1,1],[2,0],[9,0],[3,0],[14,-2],[7,-2],[1,0],[1,-1],[2,0],[1,-2],[1,-3],[6,-3],[7,-2],[6,-1],[13,0],[14,0],[5,0],[3,0],[8,-2],[11,-2],[5,-1],[12,-4],[7,-1],[5,-1],[2,0],[6,1],[6,0]],[[6915,4189],[-1,5],[10,7],[-3,12],[5,0],[2,6],[-14,7],[-9,-1],[-4,6],[5,1],[-3,3],[4,5],[-4,11],[19,7],[15,2],[-5,10],[4,11],[5,5],[-15,9],[-6,-3],[-2,-4],[-7,-1]],[[6911,4287],[-13,11],[1,4],[8,-1],[13,5],[3,-4],[8,3],[13,9],[2,-2],[3,2],[-2,2],[7,2],[-1,2],[7,1],[-2,7],[9,4]],[[6967,4332],[12,0],[11,-5],[16,-2],[5,-4],[5,4],[1,7],[12,1],[9,-7],[8,-2],[0,-6],[19,0],[7,-3],[4,1],[1,-2],[6,0],[1,2],[2,-3],[11,3],[5,-1],[1,3],[5,0],[2,-3],[8,1],[0,-2],[3,1],[1,-2],[11,-1],[13,3],[7,6],[28,-2]],[[6663,4234],[-2,7],[-5,1],[-2,4],[4,0],[4,6],[6,0],[-12,2],[-5,4],[4,9],[-4,1],[9,10],[5,0],[0,2],[14,-1],[-3,29],[25,-2],[15,4],[1,-2],[9,-1],[0,2],[23,-1],[1,-13],[8,4],[13,3],[0,-3],[-8,-3],[3,-6],[-1,-3],[-3,0],[3,-4],[7,-1],[0,-7],[4,1],[3,-2],[23,2],[-5,3],[-5,0],[4,6],[10,-1],[21,5],[28,-1],[8,3],[16,0],[3,1],[8,-3],[4,2],[5,-7],[8,-1],[4,4]],[[7103,4405],[9,-5],[9,-3],[12,-5],[9,-3],[7,-2],[7,-1],[4,0],[5,-4],[0,-2],[-1,-2],[-2,-1],[-3,-1],[-2,1],[-1,0],[-3,1],[-3,-1],[-4,-2],[-3,-5],[0,-3],[1,-2],[2,-3],[8,-8],[1,-2],[5,-5],[3,-3],[3,-2],[10,-5],[2,-1],[2,0],[2,0],[9,0]],[[6967,4332],[-3,2],[41,4],[-6,11],[5,3],[-1,3],[10,3],[2,9],[-4,6],[-9,2],[11,1],[3,-2],[2,1],[8,0],[6,5],[-1,4],[10,3],[2,4],[-4,8],[15,1],[19,8],[12,-1],[6,-6],[12,4]],[[6841,4595],[22,-1],[5,-2],[22,2],[0,1],[11,2],[16,-1],[1,-3],[12,0],[6,6],[14,3],[22,-2],[1,6],[13,0]],[[6986,4606],[-1,-1],[-3,-3],[-1,-1],[0,-3],[0,-2],[3,-6],[1,-6],[0,-2],[2,-3],[3,0],[2,1],[0,-5],[-3,-7],[-2,-1],[-1,-1],[0,-1],[3,-12],[3,-7],[0,-3],[6,-8],[1,0],[1,-5]],[[7000,4530],[-22,-3],[-12,-9],[-31,-2],[2,-3],[-9,-2],[8,-15],[-9,-9],[0,-9],[-18,-4],[-3,3],[-10,-2],[-6,1],[-29,-2],[-3,2],[12,8],[-12,5],[3,4],[-3,3],[-3,-1],[-7,8],[-6,27],[4,10],[-7,3],[-17,3],[-10,-4],[-19,2],[2,6]],[[6795,4550],[3,2],[-2,17],[-4,2],[5,4],[-11,14],[12,5],[3,-3],[5,3],[20,2],[10,-2],[5,1]],[[7000,4530],[2,-6],[3,-3],[4,-4],[5,-3],[2,-2],[8,-4],[-1,-5],[4,-8],[3,-7],[3,-7],[1,-5],[0,-5],[1,-5],[1,-8],[8,-8],[2,-5],[6,-6],[1,-1],[9,-5],[10,-6],[6,-5],[5,-4],[7,-5],[4,-4],[9,-4]],[[6207,4162],[8,6],[3,7],[-8,16],[4,13],[-6,15],[-5,1],[2,10],[-10,3],[-14,-3],[-13,11],[1,7],[-35,12],[-24,16],[-32,13],[-4,14],[-16,18],[13,5],[17,11],[6,1],[-5,13],[-9,2],[-4,3],[-10,-1],[-10,2],[0,2],[-8,2],[-16,9],[1,4],[-3,2],[2,2],[-4,3],[11,4],[3,14],[3,0],[1,2],[11,7],[-6,5],[5,5],[0,9],[6,7],[-2,8],[14,9],[-5,6],[1,10]],[[6070,4467],[19,1],[10,5],[30,-7],[2,-2],[13,-1],[1,-3],[15,-1],[17,16],[3,6],[20,0],[8,-3],[3,9],[22,12],[3,14],[35,-1],[6,-4],[14,2],[14,6],[27,3],[14,10],[24,9],[20,-1],[9,-4],[-4,-2],[2,-1],[8,-1],[15,-6],[9,-1],[7,2],[0,-3],[11,-2],[0,-5],[-6,-2],[9,0],[-3,-3],[7,-3],[2,2],[-2,3],[14,3],[2,3],[9,-2],[17,6],[3,4],[-3,6],[8,5],[1,10],[7,2],[2,4],[-3,6],[7,-1],[2,6],[10,2],[7,6],[6,0]],[[6543,4571],[13,2],[3,-3],[4,2],[5,-3],[4,5],[9,3],[13,-5],[1,3],[6,-1],[10,8],[10,0],[2,1],[7,-2],[5,-7],[26,0],[8,-5],[2,4],[13,2],[-3,-9],[2,-2],[12,-2],[3,-4],[10,2],[3,-11],[-4,-2],[7,0],[15,7],[9,0],[11,11],[12,3],[10,-8],[4,-14],[20,4]],[[6841,4595],[-6,14],[2,10],[-3,1],[-1,-1],[-10,0],[1,5],[-6,2]],[[6818,4626],[6,16]],[[6824,4642],[8,3],[14,1],[49,0],[9,6],[5,10],[15,4]],[[6924,4666],[3,-3],[13,-5],[6,-6],[2,-1],[9,-4],[5,-1],[4,0],[3,-3],[1,-1],[1,-4],[3,-2],[4,-2],[2,-1],[7,-3],[5,-5],[2,-4],[0,-5],[-2,-6],[-2,-2],[-4,-2]],[[6592,4640],[23,1],[18,-6],[1,-5],[8,-2],[7,-1],[9,4],[18,-6],[37,-4],[18,0],[29,10],[7,-1],[10,-5],[12,-1],[10,-4],[15,2],[4,4]],[[6543,4571],[-6,4],[-21,4],[-3,3],[11,11],[13,1],[2,9],[-6,4],[-2,8],[10,2],[-1,6],[11,8],[0,5],[26,7],[15,-3]],[[6892,4726],[10,-4],[0,-2],[-1,-3],[-2,-5],[4,-6],[2,-4],[2,-2],[2,-1],[3,-1],[5,-2],[6,-2],[1,-1],[0,-1],[-1,-1],[0,-3],[-1,-1],[-1,-2],[3,-2],[4,-4],[4,-2],[3,-4],[-6,-2],[-4,-1],[-1,-4]],[[6824,4642],[-4,2],[-6,-2],[-1,6],[-5,-1],[-2,4],[-4,-3],[-4,3],[-6,-1],[4,13],[-13,-2],[-1,3],[-4,-2],[-2,4],[-20,0],[3,10],[9,5],[-5,12],[-23,2],[-6,-2],[-3,2],[-12,0],[0,4],[6,3],[-6,15]],[[6719,4717],[16,1],[9,-2],[33,-1],[2,-6],[19,-2],[13,4],[3,3],[7,-7],[21,1],[2,-7],[15,6],[5,-1],[-4,12],[12,1],[8,7],[12,0]],[[6592,4640],[-5,8],[1,13],[17,-1],[0,12],[5,0],[1,7],[10,1],[1,5],[6,0],[6,3],[12,1],[-3,4],[8,3],[13,1],[-2,8],[-13,1],[-3,11],[10,1],[-1,4],[13,-1],[0,3],[42,6],[9,-13]],[[5506,3819],[-3,0],[-5,-4],[-4,-2],[-18,-9],[-1,1],[0,1],[-8,-4],[-4,-3],[-9,-6],[-8,-6],[-8,3],[-2,3],[-14,7],[-8,2],[-17,9],[-2,2],[-3,5],[0,9],[-1,3],[-8,7],[-4,-1],[-4,-1],[3,-3],[1,-1],[2,0],[2,-4],[1,-8],[-3,-20],[-3,-11],[-2,-1],[-1,1],[-1,0],[0,5],[2,13],[1,10],[-8,-10],[-7,-6],[-1,-3],[-6,1],[-2,2],[3,9],[0,4],[-1,1],[-2,-1],[-1,-2],[-4,-11],[0,-4],[-6,0],[-1,2],[0,1],[3,5],[3,9],[0,5],[-1,3],[3,8],[2,6],[4,6],[-2,-1],[-8,-6],[-3,-2],[-1,-4],[-7,-11],[-4,-5],[-4,-8],[-1,-3],[-7,-11],[-2,3],[0,5],[-2,9],[-5,6],[-3,2],[-1,3],[4,9],[1,8],[5,6],[1,2],[-2,-1],[-5,-4],[-11,-13],[-2,-5],[-1,-3],[1,-5],[-3,-7],[-1,0],[-3,0],[1,2],[0,4],[-2,0],[-2,-1],[-1,-1],[-2,-3],[-7,-2],[-1,1],[-2,0],[-2,2],[2,-2],[2,0],[0,-2],[-3,-1],[-1,-2],[-1,-3],[-2,-3],[-2,-1],[-2,2],[-3,2],[-2,-1],[-5,-2],[-4,-2],[-5,-5],[-4,-2],[-7,-3],[-9,-1],[-16,0],[-5,0],[-3,2],[-7,5],[-5,6],[-6,6],[-6,7],[-6,3],[-7,7],[-7,8],[-5,4],[-5,8],[-5,6],[0,3],[-3,5],[-3,4],[-5,4],[-8,8],[-2,3],[0,2],[-1,6],[3,3],[0,2],[-11,7],[-8,5],[-4,2],[-8,1],[-5,1],[-1,1],[-2,1],[2,5],[1,5],[-1,4],[-3,6],[-1,1],[-5,8],[-4,5],[-9,8],[-7,8],[-4,3],[-9,8],[-11,7],[-9,5],[-3,4],[-3,5],[-1,1],[-4,5],[-7,6],[-6,6],[-4,6],[1,7],[3,8],[-2,6],[-5,11],[-10,8],[-1,4],[0,1],[0,1],[0,2],[-1,2],[-11,9],[-6,4],[-7,5],[-7,6],[-2,5],[0,1],[-2,5],[-15,15],[-8,5],[-11,7],[-8,6],[-6,5],[-6,5],[-8,7],[-7,5],[-7,5],[-7,4],[-4,2],[-7,6],[-4,3],[-3,2],[-5,6],[-5,6],[-1,1],[-2,1],[-12,7],[-2,1],[-3,0],[-3,0],[-3,2],[-5,9],[-3,2],[-3,1],[-3,2],[-3,5],[-1,3],[1,1],[1,1],[12,4],[11,3],[8,6],[2,10],[3,5],[3,2],[6,7],[6,6],[1,1],[0,5],[1,7],[-1,7],[1,4],[3,4],[5,5],[1,2],[2,5],[0,1],[-1,6],[0,8],[-4,8],[0,5],[0,4],[0,2],[-2,6],[3,2],[6,2],[5,2],[2,1],[1,3],[4,7],[5,4],[8,5],[4,2],[2,1],[5,3],[2,2],[10,7],[4,7],[1,4],[2,3],[2,4],[9,7],[10,7],[11,5],[8,4],[7,4],[6,3],[7,5],[5,5],[1,6],[0,9],[-2,3],[-4,1],[-5,1],[-7,-2],[-2,1],[-2,3],[1,5],[12,4],[4,2],[1,1],[-4,2],[-9,8],[-6,3],[-5,1],[-1,0],[3,5],[5,5],[9,5],[7,3],[3,2],[5,0],[4,-1],[2,-2],[0,1],[-2,1],[-4,1],[-4,0],[3,3],[6,3],[3,2],[7,6],[3,3],[3,2],[5,4],[2,2],[2,2],[8,3],[3,1],[1,0],[4,2],[6,4],[3,2],[6,7],[6,4],[7,4],[8,7],[4,5],[2,4],[10,6],[7,5],[4,4],[9,7],[7,7],[2,3],[-7,4],[-5,-2],[-6,-4],[-3,-1],[-4,-1],[-3,2],[0,2],[17,6],[-4,2]],[[5095,4617],[9,4],[22,3],[35,-3],[61,4],[20,-1],[19,-9],[13,-2],[6,1],[4,12],[9,8],[16,3],[10,-4],[5,5],[12,0],[6,4],[10,2],[0,6],[14,6],[-1,8],[-4,0],[-1,2],[10,7],[-3,2],[2,3],[10,2],[-4,5],[8,6],[-14,4],[2,2],[-6,2],[1,2],[-7,1],[-2,-1],[2,5],[7,2],[9,0],[73,-5],[3,4],[18,5],[-6,4],[2,5],[6,1],[8,0],[11,8],[4,-2],[13,1],[4,9],[9,0],[-2,1],[3,3],[-3,2],[8,0],[6,5],[0,6],[12,1]],[[5544,4756],[13,3],[-1,3],[4,3],[4,0],[-3,4],[8,-1],[5,4],[-5,7],[7,5],[12,-2],[27,5],[10,7],[27,8],[14,8],[28,6],[13,14]],[[5707,4830],[14,-12],[-8,-8],[7,-8],[-1,-2],[8,-8],[7,-1],[4,-9],[10,-5],[14,-3],[11,2],[21,-5],[-1,-6],[6,-4],[2,-8],[8,-3],[0,-4],[15,-1],[1,-3],[8,-3],[-3,-5],[10,-3],[5,3],[13,-1],[2,2],[12,0],[2,4],[12,1],[17,-7],[-1,-1],[-7,0],[-7,-6],[9,-6],[-11,-5],[3,-1],[-2,-1],[3,-4],[4,-3],[4,1],[-3,-3],[11,-6],[-1,-4],[-21,-3],[1,-3],[-5,3],[-2,-3],[-15,0],[0,-4],[-4,1],[-2,-2],[-6,1],[-12,-7],[-13,-1],[-7,-4],[-1,-8],[4,-1],[-4,-2],[6,-1],[-6,-15],[-6,-4],[-6,0],[-5,-7],[-8,-1],[-1,-2],[5,-7],[27,-5],[-3,-9],[3,-7],[7,-6],[6,0],[3,-4],[5,1],[1,-2],[-2,-2],[-12,-2],[2,-2],[-8,-2],[-2,-10],[-8,-11],[-28,-11],[15,-10],[16,-18],[-9,-7],[14,-21],[9,-6],[27,-10],[33,4],[14,6],[20,16],[5,-3],[32,11],[10,12],[10,-4],[12,-18],[16,-4],[3,-6],[9,-4],[11,-9],[21,-1],[4,-10],[10,-3]],[[4920,5034],[5,-4],[11,2],[2,-5],[9,3],[7,-4],[22,6],[8,-1],[10,2],[2,3],[7,2],[15,-3],[4,-5],[11,4],[11,-1],[15,6],[5,-5],[3,0],[7,12],[8,0],[0,5],[4,2],[3,8],[20,3],[4,-9],[13,-4],[13,4],[35,-7],[-13,-9],[-11,-5],[-10,-2],[-23,-15],[-9,-13],[8,-9],[-12,-3],[2,-10],[-6,-5],[16,-7],[14,1],[7,6],[16,6],[-2,2],[1,3],[12,1],[6,4],[12,-1],[3,4],[7,2],[-1,2],[8,1],[12,-9],[10,0],[5,-3],[9,-2],[-2,-4],[7,-9],[17,4],[5,4],[24,4],[9,-3],[5,1],[2,-8],[8,3],[3,-7],[-2,-3],[2,-8],[12,-4],[4,-11],[12,1],[8,-9],[-2,-2],[16,-8],[-7,-6],[-1,-8],[12,-8],[22,7],[6,-4],[3,-7],[13,1],[8,9],[20,5],[6,6],[19,-3],[24,-9],[0,3],[10,4],[8,-1],[12,-12],[1,-7],[-6,0],[-14,-5],[-15,-19],[6,-2],[17,1],[5,-2],[17,3],[10,-1],[-2,-8],[4,-3],[-25,-15],[2,-4],[-10,-9],[1,-3],[-9,-15],[5,-3],[-1,-14],[3,-7],[7,-1],[0,-5],[14,1],[10,-6],[6,-25]],[[5095,4617],[-3,2],[-7,-3],[-9,-2],[-21,-1],[-8,-1],[-6,-1],[9,4],[10,5],[7,1],[11,2],[7,2],[-2,0],[-7,0],[-8,-1],[-11,-3],[-15,-5],[-10,-5],[-10,-8],[-1,-2],[-1,-2],[2,-5],[-3,-4],[-1,0],[-3,-1],[-14,-4],[-6,0],[-14,0],[-4,0],[-5,-1],[-4,-1],[-2,-1],[9,5],[4,3],[-6,-2],[-8,-2],[-9,-4],[2,5],[2,2],[5,3],[12,5],[6,0],[4,-1],[16,1],[-14,2],[-4,0],[-2,0],[-4,0],[-7,-2],[-8,-4],[-9,-4],[-7,-1],[3,8],[2,4],[2,2],[2,2],[-3,-1],[-2,-2],[-10,-16],[-4,-4],[-5,-1],[-5,0],[-8,2],[-4,3],[-2,0],[-1,0],[-4,-3],[-3,-5],[-9,-9],[-2,0],[-9,0],[-7,0],[-4,-7],[-7,-5],[-2,-1],[-20,-11],[-7,-5],[-9,-6],[-30,-18],[-8,0],[-9,1],[-14,5],[-7,2],[-20,1],[-12,-1],[-16,-2],[-16,-3],[-11,-4],[-3,1],[-2,2],[-1,2],[1,1],[10,5],[6,2],[0,1],[-1,2],[-16,-3],[-7,-1],[-5,-1],[-8,-3],[-13,-3],[-2,-1],[-4,-2],[-5,-3],[-13,-4],[-4,-2],[-3,-2],[-4,-5],[-2,-5],[-7,-5],[-8,-2],[-6,0],[-6,0],[-2,0],[-4,-2],[-3,-2],[-4,-5],[-5,-3],[-11,-1],[-6,-2],[-13,-4],[-15,-3],[-16,-3],[-9,-4],[-11,-8],[-3,-2],[-5,-1],[-16,-2],[-7,0],[-6,2],[-10,0],[-14,0],[-17,-1],[-4,0],[-3,0],[-7,5],[-9,4],[-2,2],[-4,8],[-11,7],[-1,2],[-4,-1],[-4,-5],[0,-6],[-1,-2],[1,-4],[1,-5],[-2,-6],[-6,-2],[-8,1],[-2,0],[-1,1],[-2,2],[-9,6],[-12,0],[-5,-1],[-10,1],[-5,1],[-7,3],[-11,6],[-6,3],[-1,2],[-3,3],[-3,3],[-10,7],[-7,1],[-3,1],[-5,4],[-5,5],[-11,6],[-4,1],[-3,0],[-2,-2],[-1,-2],[2,-2],[-1,0],[-3,0],[-1,3],[2,2],[-1,2],[-1,2],[-9,4],[-13,0],[-4,1],[-7,2],[-9,2],[-16,2],[-9,0],[0,-2],[0,-2],[-2,0],[-20,11],[-12,5],[-16,5],[-17,8],[-5,2],[-3,0],[-2,-1],[-2,-2],[0,-1],[3,-6],[3,-4],[3,-2],[9,-3],[3,0],[1,0],[-1,1],[1,0],[3,0],[6,-3],[2,-2],[0,-3],[-3,0],[0,-2],[1,-3],[3,-3],[2,-2],[2,-4],[0,-4],[-11,8],[-5,4],[-2,3],[3,-7],[3,-4],[3,-6],[5,-5],[3,-2],[3,-2],[3,-2],[2,-1],[4,-4],[1,-3],[2,-2],[-2,-7],[-1,-2],[-2,0],[-5,0],[-4,-3],[-2,-4],[-3,-6],[3,-5],[2,-2],[0,-2],[-2,-8],[-2,-4],[-3,-6],[-2,-6],[-1,-6],[1,-5],[1,-4],[1,-3],[1,-1],[3,0],[2,0],[5,-1],[1,-4],[0,-2],[0,-2],[-3,-2],[-6,-8],[-2,-2],[-3,-4],[-7,-3],[-9,-5],[-1,-1],[-6,-2],[-4,-1],[-2,0],[-11,0],[-3,0],[-10,4],[-7,2],[-3,1],[-4,2],[-3,1],[-8,3],[-4,1],[-6,1],[-6,0],[-4,0],[-3,1],[-10,2],[-2,0],[-11,3],[-9,4],[-2,1],[-3,1],[-5,1],[-12,6],[-6,3],[-6,2],[-7,5],[1,2],[-1,1],[-4,3],[-2,0],[-4,2],[-6,1],[-5,0],[-4,-1],[-4,2],[-5,5],[-2,6],[-4,5],[-1,4],[0,2],[-1,2],[-1,1],[-7,5],[-8,4],[-8,4],[-6,2],[-6,0],[-23,10],[-21,6],[-7,3],[-14,9],[-7,5],[-6,3],[-7,3],[-9,1],[-5,1],[-11,1],[-13,0],[-9,0],[-3,1],[-15,4],[-6,4],[-5,7],[-2,1],[-9,4],[-16,2],[-7,1],[-6,1],[-3,0],[-14,-3],[-16,-3],[-3,-1],[-22,-8],[-19,-8],[-23,-12],[-9,-8],[-4,-5],[2,-1],[2,-1],[3,-4],[0,-4],[0,-2],[1,-2],[3,-3],[2,-2],[2,-6],[0,-2],[1,-5],[4,-4],[2,-3],[2,-3],[7,-9],[3,-9],[2,-3],[5,-9],[3,-7],[3,-5],[-1,-1],[-1,-4],[3,-3],[5,-3],[6,-3],[13,-5],[7,-3],[2,-3],[1,-3],[-7,-8],[-2,-5],[-3,-6],[-1,-3],[0,-3],[2,-10],[0,-1],[1,0],[5,-1],[6,0],[5,0],[6,0],[1,-1],[-2,-3],[-1,0],[-14,0],[-5,0],[-2,0],[-14,4],[-12,2],[-12,2],[-1,0],[-5,1],[-9,4],[-7,4],[-4,2],[-9,5],[-9,4],[-3,6],[-3,6],[-3,5],[-1,2],[2,4],[3,2],[7,3],[7,3],[1,4],[-7,7],[-6,6],[0,1],[0,2],[2,1],[3,2],[1,0],[1,2],[-1,2],[-1,1],[-10,2],[-12,1],[-4,2],[-4,2],[1,3],[1,3],[1,4],[1,1],[0,1],[-4,1],[-5,1],[-5,2],[-1,0],[-3,4],[0,1],[1,3],[5,3],[-1,5],[-2,1],[-5,4],[-4,4],[-2,0],[-9,3],[-10,5],[-7,6],[-5,6],[-6,5],[-6,1],[-3,1],[-7,2],[-6,2],[-2,1],[-5,4],[0,1],[-11,6],[-13,4],[-8,5],[-10,6],[-9,5],[-3,2],[-6,5],[-1,7],[-3,7],[-6,7],[-3,3],[-5,8],[-7,7],[-8,6],[-2,3],[-2,3],[-1,2],[-1,4],[-1,9],[1,7],[0,6],[0,5],[2,5],[3,4],[0,2],[1,0],[1,3],[0,5],[0,1],[-4,2],[-1,0],[2,6],[3,5],[6,9],[4,3],[8,6],[4,2],[8,1],[5,-2],[3,0],[2,1],[9,2],[8,4],[6,2],[5,1],[7,0],[2,0],[2,0],[2,-1],[4,-3],[2,-5],[6,-7],[8,-5],[4,-6],[0,-4],[2,-4],[2,-4],[2,-1],[2,-3],[-2,-4],[-8,-3],[-1,-1],[0,-2],[3,-9],[3,-7],[3,-9],[9,-8],[4,-3],[4,-2],[9,-6],[7,-5],[1,0],[1,0],[6,1],[3,1],[8,3],[2,1],[6,4],[4,3],[1,0],[3,5],[1,2],[0,1],[-3,5],[-3,4],[-1,0],[-3,2],[-3,2],[-2,1],[1,5],[-3,6],[-3,4],[-4,5],[-8,6],[-5,4],[-3,4],[-2,4],[0,1],[0,1],[-3,7],[-1,1]],[[3444,4655],[24,8],[27,5],[8,-2],[5,2],[-7,6],[3,4],[4,1],[11,-3],[4,7],[8,3],[6,11],[12,7],[1,8],[-3,4],[10,2],[9,0],[4,-4],[8,2],[6,-3],[-1,-7],[7,-1],[6,-4],[-2,-8],[11,-1],[31,6],[9,-9],[4,1],[1,5],[23,3],[4,0],[-1,-2],[8,-5],[-3,-3],[5,-2],[12,10],[15,-4],[19,9],[6,-6],[10,4],[9,-7],[21,6],[12,0],[3,4],[16,4],[4,-1],[10,4],[1,-7],[11,2],[-1,3],[5,6],[3,0],[-2,3],[3,4],[-5,3],[1,5],[-17,1],[-2,6],[-12,5],[5,4],[-7,18],[5,5],[8,1],[5,6],[18,6],[3,6],[7,-1],[6,2],[11,-3],[5,3],[1,-2],[5,4],[3,-2],[7,5],[-2,2],[4,0],[-1,3],[10,5],[32,0],[18,-6],[34,1],[14,9],[2,7]],[[4001,4813],[6,1],[10,-4],[2,2],[-5,-7],[5,-7],[2,-13],[2,-2],[0,3],[3,-2],[5,1],[20,11],[3,7],[-6,8],[3,10],[7,7],[5,0],[5,15],[14,-1],[-3,3],[3,0],[-4,2],[19,28],[6,13],[-4,5],[5,3],[-2,1],[8,2],[1,-2],[2,8],[9,3],[-3,3],[7,-1],[4,2],[16,14],[0,7],[10,8],[15,-2],[15,3],[11,-3],[1,-2],[8,1],[8,13],[7,1],[6,-4],[9,0],[1,-2],[13,2],[24,-14],[7,-8],[24,-9],[6,1],[9,10],[6,0],[10,6],[1,3],[-10,7],[4,8],[11,8],[8,11],[13,7],[-13,7],[-8,10],[10,15],[-2,9],[8,15],[19,3],[19,8],[5,-2],[13,2],[29,11],[-3,6],[-11,4],[11,7],[9,1],[10,8]],[[4459,5082],[9,-3],[6,-6],[19,7],[9,-4],[13,2],[3,-4],[30,3],[4,-3],[19,1],[8,-4],[34,-7],[0,-5],[8,-6],[1,-5],[6,0],[3,-4],[11,-4],[3,-7],[13,-2],[2,-4],[12,-3],[-1,-7],[11,-17],[19,-9],[13,0],[9,-2],[-8,-11],[9,-6],[-4,-4],[4,-4],[-1,-11],[12,-5],[0,-4],[5,-2],[15,-2],[9,-10],[-1,-2],[6,-4],[15,1],[5,-2],[9,4],[14,1],[2,9],[-4,10],[14,8],[6,1],[13,-3],[12,5],[-13,16],[10,3],[5,5],[-5,5],[6,7],[-6,3],[4,4],[-6,5],[1,3],[20,3],[3,8],[5,2],[17,-2],[2,2],[8,3],[0,4],[14,5]],[[5707,4830],[8,9],[-3,3],[17,18],[18,-2],[16,4],[-4,5],[5,14],[18,2],[-15,3],[-19,9],[19,2],[-1,5],[18,14],[35,13],[-1,3],[8,3],[8,7],[-1,6],[8,-2],[19,6],[10,1],[17,12],[6,9],[7,5],[13,3],[8,-2],[22,6],[15,-3],[13,2],[14,-5],[1,-4],[20,1],[5,4],[9,4],[26,8],[-9,5],[16,8],[-5,2],[0,8],[-9,6],[11,3],[-2,5],[3,2],[18,-3],[1,3],[16,5],[1,5],[15,5],[5,0],[3,3],[8,-1],[2,4],[17,-1],[11,-3],[1,2],[24,6],[11,7],[5,11],[-1,4],[23,6],[-7,4],[-27,3],[-5,6],[4,7],[-17,15],[-9,3],[5,12],[-3,5],[-6,1],[1,14],[-8,8],[0,2],[-7,1],[-27,18],[-12,4],[-4,5],[6,10],[-3,6],[-4,1],[-1,4],[-12,2],[-9,8],[7,2],[1,6],[-15,-2],[-12,5],[1,2],[8,2],[2,6],[9,0],[11,4],[27,-4],[20,1],[10,-4],[10,1],[3,4],[-11,2],[-5,5],[11,3],[6,6],[11,1],[0,11],[10,4],[2,5],[8,3],[14,12],[16,4],[-10,11],[8,3],[18,1],[3,4],[-3,7],[6,4],[5,1],[13,-3],[6,1],[3,9],[9,0],[-1,11],[10,2],[11,0],[-2,22],[2,6],[9,1],[14,8],[12,1],[16,7]],[[6339,5399],[4,-3],[6,-5],[10,-7],[9,-5],[10,-7],[2,-7],[4,-9],[-1,-3],[0,-2],[1,-2],[7,-6],[5,-3],[8,-6],[6,-6],[3,-2],[6,-3],[9,-5],[9,-4],[7,-3],[10,-3],[10,-3],[17,-4],[9,-1],[10,-3],[13,-1],[12,-3],[15,-5],[5,-4],[7,1],[14,2],[16,-1],[3,-1],[1,-1],[-2,-6],[-1,-3],[2,-2],[0,-2],[-2,-4],[-17,0],[-6,0],[-3,0],[-2,4],[-1,3],[-3,0],[-4,0],[-5,-2],[-4,-4],[7,4],[7,1],[1,0],[-1,-3],[-1,-4],[1,-3],[10,0],[7,0],[3,0],[3,-3],[2,-1],[1,-1],[1,-5],[6,-9],[4,-3],[5,-4],[5,-3],[4,-2],[14,-6],[12,-3],[15,-4],[14,-3],[2,0],[7,-3],[4,-2],[4,-4],[2,-1],[6,-3],[6,-3],[2,-2],[2,-2],[3,-2],[8,-2],[10,-2],[1,-2],[2,-5],[5,-8],[5,-6],[7,-5],[-4,-4],[-2,0],[-2,-1],[-1,-3],[-1,-4],[0,-1],[1,-3],[1,-1],[2,-2],[5,-4],[7,-6],[4,-4],[-1,-6],[-1,-8],[2,-4],[2,-2],[3,-1],[10,-3],[2,0],[2,0],[1,-1],[1,-1],[0,-2],[0,-3],[-1,-6],[0,-4],[0,-2],[1,-4],[1,-5],[1,-7],[2,-3],[1,-3],[-1,-3],[-1,-1],[-2,-3],[3,-4],[4,0],[2,0],[2,0],[5,-1],[3,-4],[0,-2],[1,-1],[-1,0],[-5,-4],[-3,-3],[-2,-1],[2,-4],[2,-2],[1,1],[1,0],[0,1],[0,2],[2,0],[1,-1],[1,-1],[0,-1],[1,-1],[-5,-4],[-7,-2],[-5,-3],[-4,-3],[-8,-7],[-5,-6],[0,-6],[1,-3],[1,-6],[2,-4],[3,-4],[1,-2],[8,-9],[5,-3],[4,-3],[1,0],[10,-4],[7,-4],[4,-3],[3,-1],[1,-1],[2,-1],[2,-1],[2,-1],[2,1],[2,-1],[-3,-1],[-2,0],[-1,0],[0,-1],[3,0],[2,1],[1,-1],[-6,0],[-1,-1],[-1,-3],[0,-1],[3,-5],[-11,-4],[-7,-9],[-3,-4],[0,-2],[0,-8],[1,-4],[2,-8],[4,-6],[4,-7],[5,-5],[4,-4],[4,-3],[9,-4],[5,-4],[4,-4],[-1,-3],[-1,-2],[0,-3],[2,-4],[9,-9],[5,-3],[0,-1],[3,0],[3,0],[3,-3],[1,-1],[2,-6],[-4,-2],[-5,-2],[-7,-4],[-6,-8],[-2,-3],[0,-7],[1,-4],[3,-6],[5,-5],[5,-6],[2,-2],[2,-1],[7,-4],[4,-4],[2,-3],[0,-1],[0,-1],[-3,-1],[-2,-1],[-1,-4],[2,-6],[2,-3],[8,-8],[2,-3],[7,-4],[6,-3],[4,-2],[5,-5]],[[3444,4655],[-3,4],[-5,4],[-5,4],[-2,5],[-3,6],[-2,3],[0,2],[0,2],[1,2],[5,6],[3,3],[-1,2],[-1,2],[0,2],[1,3],[3,4],[1,1],[4,3],[4,5],[5,5],[4,5],[1,1],[2,3],[3,2],[2,0],[2,1],[1,0],[3,1],[1,2],[1,1],[1,1],[0,1],[2,6],[6,8],[2,2],[1,1],[1,4],[3,6],[1,7],[0,6],[1,4],[3,3],[4,2],[5,3],[9,3],[12,6],[7,5],[10,0],[1,1],[4,3],[5,4],[2,3],[0,2],[0,1],[2,2],[1,1],[12,10],[7,6],[6,4],[12,7],[8,5],[2,1],[7,1],[6,4],[4,3],[0,7],[-2,7],[3,5],[5,7],[4,6],[1,4],[2,3],[1,2],[1,2],[5,2],[2,1],[0,5],[0,7],[0,6],[-3,6],[1,7],[0,4],[-2,3],[-1,2],[0,6],[4,2],[9,3],[2,1],[8,2],[5,1],[3,1],[1,5],[0,1],[2,3],[3,2],[7,2],[9,3],[12,5],[3,5],[1,4],[1,2],[-2,5],[0,8],[1,7],[1,4],[3,3],[1,1],[9,7],[4,4],[3,2],[3,2],[9,3],[14,3],[3,1],[3,2],[1,1],[14,2],[11,2],[8,2],[7,2],[8,1],[2,1],[1,0],[3,2],[5,2],[4,4],[3,4],[1,4],[2,7],[4,2],[5,3],[2,0],[2,3],[1,2],[1,3],[0,4],[2,5],[4,3],[-1,4],[-3,8],[-5,6],[-1,1],[-5,4],[-3,1],[-7,2],[-1,1],[-4,1],[-3,5],[-3,5],[-3,2],[-2,1],[-2,0],[-3,0],[-3,0],[-2,1],[-7,2],[-3,2],[-1,1],[0,2],[1,1],[1,0],[2,0],[2,0],[1,-1],[2,-1],[4,0],[4,2],[4,4],[1,5],[2,6],[0,2],[0,2]],[[3808,5179],[7,0],[3,-7],[4,0],[40,28],[13,4]],[[3875,5204],[15,0],[8,3],[-1,-8],[20,-1],[6,2],[6,-2],[-8,-5],[3,-6],[7,-3],[-4,-1],[4,-2],[4,1],[6,-3],[7,1],[-2,-6],[5,1],[0,3],[13,-6],[12,3],[5,-2],[11,1],[0,-2],[8,2],[8,-3],[5,3],[7,-1],[4,3],[1,-6],[5,-1],[2,2],[4,-5],[7,1],[8,-4],[-2,-5],[3,-3],[-4,-7],[6,-7],[-1,-5],[5,0],[-1,-6],[4,-6],[-10,0],[-9,-4],[6,-2],[0,-2],[-3,-1],[-12,4],[-11,-1],[-2,-1],[8,-3],[-7,-2],[0,-3],[-18,-10],[-9,3],[-4,-1],[-1,-5],[-11,-2],[3,-5],[-11,-3],[5,-7],[-5,-4],[12,1],[6,-6],[0,-3],[-7,-1],[-3,-4],[-5,1],[-3,-1],[0,-4],[16,-3],[-4,-3],[10,-3],[16,2],[2,-8],[-3,-1],[5,-8],[-4,-3],[-9,-1],[-4,-4],[-33,-4],[0,3],[-14,6],[-5,-1],[-6,1],[5,2],[-12,12],[-6,0],[-4,-3],[-6,2],[-2,4],[-11,-1],[-5,-4],[8,-4],[-9,-12],[-7,-4],[-14,0],[-10,-4],[0,-4],[8,4],[8,1],[2,-5],[5,1],[0,2],[4,-2],[2,1],[10,-6],[7,6],[5,0],[5,2],[10,-1],[7,-2],[8,-8],[-17,-10],[0,-3],[-11,-6],[-8,1],[-7,-6],[16,-2],[18,-5],[3,-6],[15,-8],[16,-6],[-2,-3],[9,-2],[12,3],[8,-9],[9,0],[18,-7],[0,-3],[-12,-4],[-2,-3],[2,-6],[-8,-5],[19,-12],[-3,-4],[3,-10],[8,-1],[1,-1],[-14,-8],[-6,-8],[2,-5],[-5,-5],[1,-13],[-3,-4],[-5,1],[-6,-3],[-5,-7],[-4,1],[9,-6],[-1,-10],[6,-10]],[[4920,5034],[-3,5],[-13,9],[-2,5],[-11,2],[-2,7],[4,8],[5,3],[-2,6],[7,2],[6,9],[2,7],[-7,5],[1,3],[10,4],[1,8],[6,9],[18,4],[-3,4],[-5,2],[-9,22],[8,11],[7,3],[-11,6],[-4,5],[-4,1],[-5,12],[-13,7],[-5,8],[2,5],[5,2],[41,3],[-2,3],[6,12],[-9,0],[-2,2],[5,7],[-2,6],[12,9],[15,3],[2,7],[46,28],[7,1],[4,13],[-12,-5],[-10,0],[-2,4],[-17,8],[3,8],[-10,5],[1,8],[-7,2],[-3,13],[-15,7]],[[4954,5362],[2,3],[29,9],[2,4],[-7,4],[9,12],[9,4],[10,-1],[5,4],[15,6]],[[5028,5407],[16,0],[9,4]],[[5053,5411],[8,-10],[10,-4],[5,-15],[8,-1],[5,3],[6,-2],[17,4],[4,0],[-1,-3],[5,-1],[5,3],[4,-3],[-3,-11],[18,-5],[9,3],[2,-2],[12,5],[14,-3],[10,8],[11,-3],[2,5],[16,11],[10,0],[-4,-5],[5,-3],[-2,-4],[9,-4],[-4,-3],[13,-1],[-7,-7],[20,-10],[-8,-6],[1,-5],[16,-8],[-6,-14],[5,-4],[8,-1],[-1,-3],[4,-4],[6,-1],[7,4],[28,6],[-11,7],[0,7],[27,21],[9,3],[4,0],[1,4],[75,29],[6,5],[9,3],[0,4],[15,6],[12,-13],[-2,-9],[13,-2],[4,1],[5,7],[15,7],[5,0],[10,-3],[3,1],[7,5],[6,11],[14,1],[9,-6]],[[5556,5406],[6,-1],[21,11],[31,5],[9,8],[3,-6],[15,1],[3,-6],[15,-3],[15,5],[27,2],[1,4],[3,1],[4,-2],[17,6],[9,-4],[11,2],[6,-3],[-5,-7],[14,2],[7,-2],[3,1],[13,-1],[4,-4],[10,0],[11,5],[3,10],[11,0],[14,-6],[11,8],[-1,3],[9,9],[-3,2],[5,6],[-10,6],[-7,2],[4,2],[-2,2],[-12,3],[-9,6],[3,4],[12,3],[-8,6],[8,4],[18,3],[2,-3],[11,-2],[17,3],[10,-6],[9,-14],[17,-5],[1,4],[17,4],[13,10],[1,-2],[11,4],[-2,2],[17,5],[14,17],[11,1],[17,11]],[[6021,5522],[7,-2],[15,-4],[5,-4],[12,-3],[7,0],[14,0],[9,-1],[5,-1],[8,-1],[7,-2],[5,-1],[6,-1],[11,3],[2,0],[2,2],[4,1],[4,1],[5,0],[3,1],[1,0],[10,-1],[2,0],[3,-1],[7,-4],[6,-2],[16,-5],[4,-1],[11,-2],[7,-1],[2,0],[6,1],[0,1],[3,2],[7,-1],[1,0],[1,-1],[4,-7],[4,-9],[1,-3],[-3,-5],[6,-5],[1,0],[2,-1],[15,-5],[3,-1],[9,0],[10,-1],[1,-1],[3,-2],[3,-2],[1,-1],[1,-1],[0,-3],[0,-3],[2,-7],[5,-8],[3,-4],[3,-1],[6,-8],[3,-3],[3,-5],[10,-7],[4,-3]],[[4208,5278],[0,-4],[28,-25],[2,-3],[-6,-8],[19,-8],[-3,-11],[16,-4],[6,-4],[7,-1],[-2,-2],[-17,-2],[-8,-8],[0,-8],[-38,-19],[14,-2],[0,-7],[4,-2],[13,3],[28,12],[13,-1],[19,7],[2,-3],[19,-4],[15,1],[17,3],[11,-2],[15,8],[0,3],[16,5],[8,4],[1,3],[6,-8],[26,-8],[-3,-5],[12,-6],[13,0],[7,1],[5,-7],[14,-1],[-4,-10],[2,-3],[-6,-6],[-7,0],[-2,-4],[-13,-3],[0,-6],[-6,-6],[-13,-7],[-5,-1],[-6,-6],[1,-2],[-7,-4],[13,-8],[-5,-9],[9,-2],[7,-7],[14,1]],[[3875,5204],[0,3],[13,2],[-10,4],[6,5],[-5,4],[14,5],[10,-1],[4,3],[-10,7],[8,2],[4,10],[21,1],[23,8],[15,0],[3,8],[-9,1],[-6,-4],[-22,-2],[-3,6],[-12,1],[-13,-6],[-4,1],[2,-3],[-9,-4],[0,-5],[-5,1],[-5,-3],[-2,2],[-2,-2],[-4,1],[-3,-3],[-10,3],[6,8],[-12,3],[-2,2],[-10,1],[1,4],[-16,2],[0,3],[6,0],[11,4],[9,0],[2,5],[11,4],[6,6],[0,5],[12,7],[0,5],[12,5],[24,20],[11,5]],[[3935,5338],[10,10],[7,2],[5,5],[11,0],[4,-1],[-1,-5],[7,-6],[8,0],[0,-2],[18,3],[1,-5],[-15,-9],[4,-3],[6,1],[4,3],[17,-3],[2,1],[18,-7],[19,-12],[15,8],[10,-6],[0,-6],[14,-3],[6,-8],[19,2],[1,-5],[8,-6],[27,-3],[14,-5],[14,6],[10,-9],[10,3]],[[5323,5509],[8,-6],[2,-5],[6,0],[18,-9],[18,-1],[16,-7],[8,0],[6,7],[14,4],[21,-1],[0,-9],[11,-3],[-7,-3],[12,-4],[2,-10],[10,-5],[1,-10],[8,-3],[9,1],[5,-5],[10,4],[9,-1],[-6,-1],[1,-7],[8,-3],[10,0],[11,-8],[7,1],[-2,-2],[8,-4],[-4,-3],[9,-4],[4,-6]],[[5053,5411],[12,0],[5,2],[2,3],[52,33],[11,0],[14,9],[4,0],[11,-7],[4,6],[9,3],[2,4],[28,1],[-5,2],[13,4],[-1,4],[38,-5],[14,1],[29,7],[24,2],[-24,12],[6,15],[22,2]],[[4204,5375],[-1,-5],[3,-2],[-5,-1],[0,-3],[-15,1],[-13,-5],[3,-7],[5,-2],[0,-4],[3,-2],[5,3],[3,-5],[5,0],[3,-6],[9,-6],[-2,0],[23,-7],[2,-6],[2,-11],[-6,-10],[4,-8],[-24,-11]],[[3935,5338],[-4,5],[-6,1],[3,4],[-4,2],[0,6],[-9,2]],[[3915,5358],[9,11],[19,-4],[7,9],[19,7],[-7,2],[7,7],[9,-4],[12,0],[7,7],[7,-3],[13,1],[8,4],[8,-5],[8,6],[12,3],[0,1],[7,-1],[11,8],[3,-2],[4,5]],[[4078,5410],[14,-5],[-9,-7],[8,-6],[-4,-1],[2,-1],[-4,-2],[-4,0],[6,-4],[27,0],[10,-2],[11,7],[-4,7],[11,0],[3,3],[6,-2],[7,0],[6,4],[20,-5],[10,3],[-8,-8],[4,1],[-1,-3],[6,-2],[-8,-6],[5,-5],[7,1],[5,-2]],[[4342,5420],[37,-11],[27,-12],[-12,-7],[5,-4],[5,-1],[17,-10],[7,0],[4,-4],[14,-2],[-2,-3],[3,-1],[-4,-3],[28,-4],[-1,-3],[11,-3],[10,-7],[11,-3],[11,-1],[11,-12],[9,13],[20,9],[10,-1],[8,3],[1,3],[54,3],[16,4],[13,-2],[10,2],[5,-2],[22,11]],[[4692,5372],[11,-4],[12,9],[14,3],[6,4],[13,2],[6,-3],[23,8],[38,0],[24,7],[7,-11],[28,-12],[7,5],[14,-6],[59,-12]],[[4204,5375],[7,2],[7,-4],[9,-2],[2,3],[-5,2],[6,5],[19,8],[-7,0],[-3,13],[-11,-2],[-2,5],[-6,1],[-1,4],[6,1],[-5,8],[6,7],[8,-7],[16,5],[-3,3],[2,2],[9,-5],[-4,-4],[4,-2],[7,4],[7,-1],[4,-10],[3,-2],[41,10],[19,-7],[-2,3],[5,5]],[[3228,5317],[2,0],[5,-1],[1,0],[2,0],[2,-1],[10,-3],[12,-4],[4,-1],[9,-3],[15,-5],[3,-2],[3,-3],[3,-2],[11,-5],[4,-2],[7,-3],[4,-2],[3,-2],[1,-1],[2,-4],[6,-9],[3,-6],[6,-7],[3,-5],[1,-2],[0,-4],[1,-3],[2,-7],[2,-4],[4,-6],[1,-6],[-4,-7],[-1,0],[-2,-1],[-8,-4],[-9,-5],[-1,-1],[0,-2],[0,-4],[4,-5],[8,-1],[6,1],[6,-1],[12,-2],[7,-2],[2,-1],[2,-4],[6,-5],[6,-2],[9,-5],[1,-2],[0,-1],[-2,0],[-11,-3],[-16,-5],[-2,0],[-9,-6],[-1,-1],[-1,-2],[0,-1],[2,-4],[5,-3],[10,-3],[16,-7],[3,0],[4,-1],[1,-3],[-1,-4],[-3,-1],[-4,-3],[-2,-8],[1,-5],[3,-2],[1,-2],[4,-8],[4,-5],[1,-1],[-4,-9],[-2,-2],[-3,-1],[-9,-4],[-2,-2],[-3,-3],[-10,-2],[-8,1],[-10,2],[-4,0],[-16,-1],[-11,-3],[-8,-3],[-7,-1],[-15,-1],[-6,0],[-5,0],[-5,0],[-9,1],[-8,2],[-6,1],[-9,1],[-10,2],[-5,2],[-6,4],[-3,1],[-6,1],[-15,4],[-5,3],[-7,4],[-3,1],[-10,6],[-6,9],[-4,4],[0,5],[1,4],[0,2],[-1,2],[-7,3],[-8,3],[-7,2],[-2,4],[2,2],[-1,2],[0,1],[-1,3],[-1,4],[-1,2],[0,1],[0,3],[1,2],[2,3],[2,3],[3,2],[2,7],[0,4],[-3,7],[-1,7],[-1,2],[-5,3],[-6,4],[-4,2],[-7,4],[-5,6],[-3,4],[-4,5],[-4,4],[-4,3],[-2,2],[-2,3],[0,3],[1,9],[3,3],[2,2],[2,0],[1,1],[1,2],[2,3],[1,2],[1,6],[1,5],[5,9],[4,7],[2,2],[7,5],[9,4],[5,1],[3,1],[14,3],[3,3],[0,2],[1,3],[1,2],[3,2],[2,2],[3,1],[1,1],[3,0],[9,1],[7,3],[1,2],[1,1],[5,4],[4,1],[1,0],[3,1],[16,1]],[[3580,5381],[1,-1],[0,-8],[-2,-4],[1,-4],[0,-1],[1,-2],[1,-1],[1,-1],[2,-2],[-1,-2],[-4,-6],[-3,-4],[-9,-6],[-2,-1],[-2,3],[0,2],[1,2],[-4,1],[-3,0],[-9,-2],[-5,-3],[-2,-1],[0,-1],[-9,-1],[-3,5],[0,1],[0,2],[2,4],[5,7],[3,3],[4,4],[4,6],[3,4],[3,4],[4,2],[7,1],[12,1],[3,-1]],[[2796,5320],[1,-1],[1,-2],[-2,-2],[-2,-1],[-3,-2],[-2,-1],[-3,-1],[-4,-1],[-3,-2],[-1,-3],[3,-2],[3,-2],[-1,-5],[-3,-5],[-2,-4],[1,-1],[2,-1],[3,0],[1,0],[1,0],[2,2],[3,0],[0,-3],[-1,0],[-4,-2],[-4,-2],[-2,-1],[-5,-1],[-1,-1],[0,-1],[0,-2],[1,-2],[2,-2],[1,-1],[3,-1],[-1,-2],[-2,-2],[-3,-3],[-2,-1],[-1,1],[-2,0],[-1,-1],[-1,0],[-2,-1],[-7,-4],[-1,-2],[-2,-2],[-1,-1],[-2,-1],[-3,-1],[-3,1],[-4,8],[1,3],[0,1],[1,1],[-1,4],[-4,4],[-2,2],[-1,2],[0,2],[1,2],[1,1],[6,5],[7,6],[6,5],[4,4],[10,6],[0,1],[0,5],[-4,4],[5,7],[15,3],[8,-4]],[[5336,5525],[-7,-4],[-2,-6],[4,-4],[-8,-2]],[[5028,5407],[4,4],[-5,7],[-8,2],[-7,5],[2,1],[-10,4],[5,5],[-2,3],[4,1],[-5,3],[1,2],[7,4],[12,3],[-3,2],[-5,-1],[-8,8],[11,3],[-1,5],[12,5],[3,5],[-3,3],[3,2],[-33,-1],[-12,3],[-8,-1],[-2,3],[16,16],[-3,6],[9,0],[4,2],[-19,5],[-12,10],[15,0],[9,3],[-1,5],[-17,2],[1,7],[-6,8],[18,4],[-2,6],[6,2],[1,5]],[[4999,5568],[7,-1],[12,-1],[8,-1],[14,-1],[2,0],[2,0],[3,1],[3,3],[4,2],[14,4],[4,1],[4,0],[2,-1],[2,0],[10,-3],[5,1],[5,0],[7,0],[3,0],[8,0],[4,-4],[12,-5],[3,-2],[2,-2],[7,-3],[7,-2],[1,0],[16,3],[16,2],[3,1],[6,0],[2,0],[3,-2],[2,-3],[12,-1],[4,0],[1,1],[0,2],[0,1],[11,4],[5,0],[9,-2],[11,-4],[11,-6],[7,-4],[8,-3],[7,-5],[10,-4],[7,-3],[5,-3],[9,-3],[9,0],[2,0],[6,0]],[[5336,5525],[6,0],[5,2],[3,2],[3,2],[5,1],[2,1],[9,-2],[6,-2],[14,-2],[8,1],[2,1],[7,2],[10,3],[6,1],[5,2],[2,2],[0,2],[2,1],[5,2],[8,1],[5,1],[4,2],[3,1],[8,1],[6,-1],[3,0],[3,0],[11,1],[10,4],[2,2],[3,4],[1,2],[1,9],[-1,1],[-1,1],[0,3],[0,3],[2,5],[17,12],[11,7],[5,3],[5,1],[6,0],[4,1],[5,1],[3,1],[6,5],[6,5],[5,2],[6,6],[5,4],[1,-1],[4,-2],[4,1],[8,2],[7,0],[11,0],[7,0],[1,-1],[11,-3],[4,-1],[2,0],[3,1],[9,1],[10,0],[9,-1],[7,-2],[2,0],[9,-1],[2,0],[3,2],[6,1],[7,1],[6,-2],[14,-1],[11,-2],[4,-2],[8,-2],[2,0],[4,1],[1,0],[4,2],[5,-5],[7,-6],[6,-7],[1,-2],[2,-2],[5,-3],[3,-2],[7,-2],[4,0],[1,0],[2,-1],[2,-1],[2,-1],[2,-1],[1,0],[0,-1],[4,-4],[7,-6],[8,-3],[5,-1],[3,2],[3,1],[5,0],[5,0],[6,0],[9,-1],[4,-1],[2,-3],[11,-1],[3,-1],[8,0],[6,-1],[9,-1],[1,0],[2,-2],[2,-1],[8,-2],[8,0],[4,-1],[2,-1],[3,-2],[3,-5],[3,-2],[6,-2],[13,-3],[12,-3],[2,-1],[3,-1],[4,-2],[-2,-3],[0,-1],[1,-3],[1,-1],[6,-4],[4,-1],[2,-1],[7,-1],[0,-1],[9,-3]],[[4925,5576],[9,-1],[7,-1],[2,0],[5,0],[13,-2],[10,-1],[20,-3],[8,0]],[[4692,5372],[10,10],[-8,6],[26,13],[-17,9],[-7,6],[-10,26],[4,2],[-1,4],[34,8],[0,7],[-6,4],[-12,-2],[-27,-6],[-4,-4],[-7,4],[-1,3],[-3,1],[-4,-5],[-6,1],[-11,-3],[-7,1],[-9,8],[-10,0],[-8,9],[8,3]],[[4616,5477],[37,4],[7,5],[9,1],[7,7],[-2,2],[8,2],[4,5],[7,1],[3,6],[10,3],[25,-2],[4,5],[8,-1],[7,4],[16,3],[-7,7],[5,1],[5,5],[10,-1],[-3,5],[4,0],[4,4],[16,4],[-1,8],[5,0],[1,3],[8,-1],[4,6],[12,1],[1,4],[19,-2],[-1,-4],[44,-4],[-3,3],[9,-2],[1,6],[17,1],[-6,5],[15,5]],[[4273,5482],[5,-5],[12,1],[0,-9],[-8,-2],[5,-2],[6,2],[2,-2],[3,1],[2,2],[3,-3],[18,0],[-1,4],[2,0],[13,-2],[7,1],[1,-2],[11,0],[5,-3],[7,2],[3,-2],[0,-12],[7,-7],[-13,-2],[-3,-5],[13,-8],[-9,1],[-17,-3],[-4,-3],[3,-1],[-5,0],[1,-3]],[[4078,5410],[13,20],[-8,5],[-3,0],[-1,5],[15,-1],[4,5],[7,3],[-1,9],[-37,14]],[[4067,5470],[7,1],[-1,1],[3,1],[5,7],[3,0],[-14,9],[3,1],[-1,5],[8,2],[0,2]],[[4080,5499],[21,0],[11,-4],[-2,-10],[13,-2],[7,-3],[8,1],[5,5],[13,-1],[0,3],[10,3],[-2,2],[-9,2],[3,12],[15,-2],[6,2],[8,-1],[0,-8],[5,-1],[3,-5],[4,1],[5,-3],[-2,-1],[3,-1],[3,-5],[8,1],[2,-7],[35,1],[20,4]],[[3722,5434],[-10,-4],[-19,-1],[-2,-4],[37,-14],[22,-4],[-8,-8],[10,-6],[33,-1],[13,-14],[-5,-9],[6,0],[6,-9],[8,-4],[-4,-4],[10,1],[11,12],[5,2],[0,-7],[3,-4],[12,0],[2,-3],[16,10],[3,0],[7,4],[9,0],[1,5],[4,1],[2,-4],[7,-1],[3,-5],[5,-2],[-1,-3],[7,0]],[[3808,5179],[-1,1],[-1,2],[-5,7],[-2,3],[-3,3],[-2,2],[-5,4],[-6,4],[-11,6],[-11,5],[-5,2],[-4,1],[-18,6],[-4,2],[-17,5],[-11,2],[-7,2],[-1,-1],[-9,-4],[-7,2],[-1,1],[-15,5],[-6,2],[-2,3],[-6,7],[-5,7],[-1,1],[-1,1],[-6,5],[-1,1],[-1,0],[-10,5],[-6,5],[-1,1],[-1,2],[-1,2],[-9,4],[-10,5],[-14,3],[-5,1],[-2,2],[0,2],[0,6],[1,6],[1,6],[-2,9],[3,1],[2,1],[5,3],[6,3],[5,6],[1,5],[5,4],[1,0],[-4,-4],[6,-2],[2,-1],[2,2],[9,4],[3,2],[0,3],[0,7],[0,3],[0,3],[-4,5],[-6,8],[-3,7],[-4,5],[-4,3],[-5,6],[-3,4],[-2,9],[-2,6],[0,2],[-1,5],[2,3],[1,2],[-1,6],[-1,9],[0,5],[1,5],[0,2]],[[3588,5457],[31,-1],[8,3],[6,-2],[23,11],[4,0],[3,3],[12,2],[0,-12],[6,-6],[12,-3],[12,-4],[7,-9],[10,-5]],[[3722,5434],[8,0],[13,3],[25,-6],[2,-5],[14,0],[8,-3],[23,2],[11,-1],[10,2],[4,6],[6,2],[-3,8],[3,3],[24,1],[-12,6],[10,2],[-5,3],[6,4],[-6,2],[1,3],[-15,4],[6,4],[0,11],[-17,2],[-4,5],[16,9],[1,5],[6,3],[1,4]],[[3858,5513],[25,-4],[16,1],[45,-4],[36,0],[16,-5],[21,-14],[24,-5],[16,-9],[10,-3]],[[4426,5597],[-10,-17],[8,0],[4,-3],[26,0],[2,1],[9,-7],[-3,-4],[8,-4],[-14,-3],[4,-4],[19,3],[19,-4],[2,-2],[-6,-8],[9,-2],[-1,-4],[5,-2],[11,2],[13,-5],[8,3],[34,0],[7,-3],[-8,-3],[0,-2],[-20,-4],[-14,-10],[2,-2],[9,1],[15,-13],[32,-9],[8,-1],[2,-4],[14,-3],[1,1],[8,-1],[-13,-7]],[[4273,5482],[-2,3],[-12,2],[-1,5],[22,3],[15,-1],[1,-2],[21,1],[4,-3],[4,0],[9,3],[-2,4],[8,-1],[-2,5],[41,2],[11,-2],[-13,19],[23,8],[-1,2],[-5,-1],[-2,4],[4,5],[-5,4],[-7,0],[-38,-9],[-6,-5],[-13,0],[-2,3],[13,5],[-5,6],[4,8],[-32,18],[-6,11]],[[4299,5579],[15,-2],[12,3],[4,4],[19,5],[6,8],[12,-1],[0,-2],[4,3],[31,3],[3,-2],[21,-1]],[[4080,5499],[-4,7],[3,3],[-8,2],[-1,2],[3,3],[-3,5],[4,1],[-1,6],[-11,2],[-4,16]],[[4058,5546],[9,6],[26,1],[2,-4],[12,-4],[8,-8],[8,-3],[14,-1],[5,2],[11,-3],[17,1],[-7,4],[4,4],[16,-1],[-8,9],[6,1],[0,15],[-2,3],[-6,2],[-11,9],[-5,8],[3,8],[14,2],[6,0],[2,-5],[11,-1],[5,-4],[15,-1],[18,4],[15,-3],[9,-7],[22,8],[6,10],[6,1],[5,-5],[0,-11],[5,-4]],[[3797,5515],[11,-1],[33,2],[12,-2]],[[3853,5514],[5,-1]],[[3588,5457],[-1,7],[-4,4],[-2,1],[-1,3],[2,4],[11,5],[4,3],[2,2],[0,1],[-2,1],[-3,4],[3,5],[1,3],[-1,9],[0,4],[2,5],[2,2],[1,1],[11,3],[14,3],[5,1],[13,3],[6,3],[6,1],[4,0],[1,-1],[1,-1],[1,-1],[5,1],[2,1],[8,12],[58,-11],[37,-7],[-7,-11],[5,-1],[4,-2],[11,-2],[3,0],[2,0],[1,0],[4,3]],[[3312,5501],[9,0],[7,-1],[3,-1],[9,-7],[9,-6],[20,-10],[5,-3],[16,-4],[16,-5],[2,-1],[3,-4],[0,-2],[-2,-3],[-6,-2],[-5,-3],[0,-2],[2,-3],[4,-1],[11,1],[8,-2],[-1,-11],[1,-5],[3,-2],[1,0],[2,0],[1,0],[3,0],[5,2],[6,2],[2,1],[1,0],[6,1],[3,0],[3,-2],[1,-2],[-2,-6],[1,-2],[1,-5],[0,-7],[0,-1],[2,-6],[4,-5],[4,-6],[0,-4],[1,-4],[1,-4],[2,-2],[0,-1],[4,-3],[4,-5],[0,-4],[-1,-3],[-3,-2],[-3,-1],[-7,-1],[-5,-1],[-1,0],[-2,-1],[-1,-3],[0,-3],[0,-1],[1,-1],[1,-2],[6,-2],[3,-1],[2,-2],[3,-2],[2,-2],[1,-7],[0,-1],[-4,-2],[-15,-4],[-7,1],[-8,2],[-7,3],[-9,9],[-1,1],[1,1],[0,1],[-6,8],[1,3],[-1,2],[-3,2],[-2,1],[-8,3],[-6,2],[-2,1],[-4,1],[-3,1],[-3,3],[0,1],[0,2],[-4,1],[-4,1],[-2,-2],[-7,-3],[-4,0],[-5,2],[-4,8],[-2,3],[0,2],[1,3],[1,2],[2,4],[-2,4],[-3,1],[-2,0],[-2,0],[-1,0],[-4,0],[-3,4],[-1,2],[-1,2],[2,4],[1,7],[2,9],[1,3],[2,1],[1,0],[1,0],[1,1],[-1,2],[-2,2],[-6,3],[-3,1],[-3,0],[-5,-3],[-2,0],[-1,0],[-10,4],[-2,1],[-3,2],[-5,5],[-3,3],[-3,1],[-4,1],[-4,2],[-5,5],[-4,4],[-7,5],[-5,5],[0,1],[0,4],[0,2],[0,1],[-1,0],[-1,2],[-1,0],[-1,1],[-2,-1],[2,5],[8,6],[6,2],[9,4],[4,5],[3,3],[9,-3]],[[4691,5637],[-1,-1],[8,-2],[5,-3],[3,-3],[8,-10],[6,-5],[4,-3],[6,-2],[6,-1],[5,-1],[14,-1],[37,-5],[4,-5],[0,-4],[4,0],[12,8],[21,-3],[3,-3],[3,-2],[12,-2],[20,-4],[15,-3],[14,-1],[12,-2],[13,-3]],[[4426,5597],[25,10],[15,0],[-1,4],[6,5],[25,0],[4,2],[28,-2],[17,-3],[5,3],[15,-1],[3,2],[37,2],[1,-2],[8,1],[4,3],[6,-2],[4,3],[-5,5],[15,2],[2,2],[-9,4],[2,3],[-12,2],[-18,9],[13,5],[1,9]],[[4617,5663],[9,2],[8,5],[6,-1],[25,-21],[15,-9],[11,-2]],[[3853,5514],[13,19],[-22,13],[10,8],[-4,4],[2,2],[-1,1],[-7,-2],[-17,7],[4,5],[-15,-1],[-1,2],[-5,2],[7,5],[22,-5],[7,3],[-7,3],[19,4],[8,6],[-15,14],[-4,8],[4,10],[14,13],[4,13]],[[3869,5648],[6,-8],[5,-2],[14,1],[15,-3],[24,2],[17,-6],[8,-7],[6,2],[-5,1],[0,5],[13,-5],[5,2],[-2,-4],[9,-1],[3,2],[-2,-3],[3,-1],[-7,-5],[-16,-3],[11,-8],[-4,-7],[4,-2],[-1,-4],[9,-5],[-3,-7],[5,-1],[7,-8],[21,2],[9,-13],[11,-8],[-3,-2],[16,-7],[11,1]],[[2400,5515],[2,0],[2,-3],[1,-2],[-1,-8],[-2,-9],[-3,-8],[-3,-6],[-3,-4],[0,-2],[0,-2],[0,-1],[3,-2],[5,-4],[4,-2],[2,-3],[5,-9],[2,-6],[4,-9],[2,-3],[1,-3],[2,-4],[-3,-9],[-1,-7],[0,-1],[0,-3],[3,-5],[2,-5],[2,-3],[5,-7],[1,-4],[2,-3],[5,-4],[9,-4],[7,-3],[7,-4],[7,-4],[4,-3],[1,-2],[1,-4],[0,-3],[-1,-2],[-3,-6],[-1,-4],[2,-4],[1,-1],[3,-2],[4,-3],[5,0],[2,0],[2,-1],[1,-1],[1,-3],[0,-2],[-2,-3],[-4,-4],[-2,-3],[-2,-3],[1,-4],[5,-6],[7,-2],[2,-2],[5,-8],[-1,-2],[-4,-3],[-3,-2],[-5,-2],[-9,-3],[-4,-3],[-3,-3],[0,-2],[-3,-2],[-5,-3],[-5,2],[-4,2],[0,1],[-4,1],[-2,0],[-3,-3],[0,-4],[3,-3],[1,-4],[-1,-3],[0,-1],[0,-1],[-6,-2],[-10,-3],[-1,0],[0,1],[0,2],[1,1],[2,1],[1,0],[2,0],[1,0],[-2,2],[-2,2],[-3,-1],[-5,-2],[-7,-3],[-9,-4],[-4,-1],[-3,-1],[-3,0],[-9,-2],[-6,-3],[-1,-1],[-4,-1],[-5,-1],[-2,1],[-4,2],[-5,1],[-2,0],[-2,1],[-2,-1],[-6,-3],[-8,-1],[-6,0],[1,3],[-5,3],[-2,1],[-5,0],[-2,0],[-3,0],[-10,-3],[-2,-1],[-2,-2],[0,-2],[3,-2],[-2,-5],[-4,-6],[-3,-2],[-5,-2],[-2,-1],[-3,-3],[0,-1],[2,-2],[-1,-1],[-1,-1],[-4,-3],[-1,-1],[-2,0],[-4,0],[-4,0],[-6,-2],[-2,-1],[-3,-3],[-2,-2],[-1,-2],[-8,0],[-16,0],[-10,1],[-11,4],[-7,2],[-7,0],[-10,2],[-2,1],[5,6],[2,5],[1,10],[3,8],[6,7],[2,3],[5,4],[4,4],[3,3],[5,3],[3,1],[6,0],[7,1],[4,0],[3,0],[4,-2],[3,1],[1,1],[3,2],[-1,0],[1,1],[2,0],[1,1],[0,5],[0,4],[-2,4],[-1,4],[-3,7],[-2,2],[-7,8],[-11,9],[-9,6],[-7,4],[-6,1],[-3,1],[-6,0],[-2,-1],[-2,-1],[-3,0],[-2,0],[-8,2],[-1,0],[0,1],[3,9],[2,4],[4,9],[0,2],[2,1],[1,0],[3,1],[10,3],[11,1],[3,1],[3,2],[2,2],[11,3],[9,2],[4,1],[2,2],[0,3],[-1,3],[-3,3],[-5,3],[-8,4],[-5,1],[-3,1],[-6,-1],[-14,2],[-8,1],[-5,0],[-14,-3],[-4,-1],[-2,0],[-1,-1],[-1,-2],[-2,-5],[-2,-3],[-5,-6],[-5,-5],[-2,-3],[-2,-3],[-1,-4],[-2,-3],[-3,-4],[-1,-2],[-8,-6],[-4,-4],[-8,-6],[-10,-6],[-8,-8],[-8,-4],[-2,-1],[-7,-4],[-2,-1],[-3,-1],[-12,-4],[-11,-4],[-10,-5],[-2,-2],[-3,-1],[-4,-2],[-4,-1],[-5,1],[-13,2],[-3,2],[-7,8],[-3,3],[-1,3],[1,3],[7,4],[4,3],[4,1],[4,3],[3,4],[-4,4],[-3,0],[-1,1],[-2,2],[1,1],[3,4],[2,3],[3,4],[6,5],[7,6],[3,2],[5,2],[5,6],[1,4],[2,3],[8,5],[1,4],[0,7],[-1,1],[-1,1],[-3,2],[-1,1],[-3,0],[-7,0],[-7,1],[-2,1],[-2,3],[0,1],[3,4],[5,4],[6,2],[10,4],[1,1],[1,1],[2,6],[-2,9],[2,7],[3,6],[-1,7],[0,4],[8,1],[14,5],[3,1],[2,0],[2,0],[2,0],[1,-1],[5,-3],[11,-1],[9,4],[6,3],[10,6],[6,3],[13,6],[10,5],[4,1],[10,5],[2,1],[2,0],[6,-1],[4,-4],[-5,-9],[-5,-4],[-4,-4],[11,0],[6,0],[2,-1],[2,-1],[-1,-7],[-2,-1],[-3,-3],[-4,-1],[-4,-2],[-2,-3],[0,-1],[3,-3],[6,8],[2,1],[4,4],[3,4],[0,2],[-2,4],[-3,0],[-6,2],[-2,1],[0,4],[4,5],[1,1],[2,1],[2,-1],[4,-4],[6,-2],[8,1],[10,1],[7,2],[7,4],[1,2],[9,5],[11,3],[7,2],[3,1],[4,2],[2,1],[1,1],[2,2],[2,1],[13,6],[8,5],[1,2],[2,2],[0,1],[5,2],[5,1],[4,-1],[8,0],[6,0],[1,0],[2,1],[3,3],[5,2],[5,1],[12,0],[6,1],[6,2],[5,1],[3,0]],[[4803,5693],[-8,-3],[-13,-1],[-4,-4],[-9,-1],[6,-4],[28,-8],[-24,-3],[-3,2],[-15,-1],[-2,-7],[-6,2],[-32,2],[-4,-2],[-3,-14],[-2,2],[-11,-4],[-5,-8]],[[4696,5641],[-5,-4]],[[4617,5663],[-16,3],[-2,5],[6,6],[-14,4],[-8,-1],[2,-6],[-4,-4],[-5,-1],[-6,1],[-1,3],[8,4],[-1,3],[-5,2],[-8,-1],[-7,8],[3,0],[4,6],[19,0],[-2,5],[-17,8],[23,3],[-4,11],[13,16],[2,7],[10,1],[3,5]],[[4610,5751],[44,14],[2,5],[17,-5],[8,-2],[3,2],[15,-21],[10,4],[8,-2],[30,4],[19,-6],[15,13],[13,-6],[18,8],[16,-1],[6,-5],[20,-3],[4,-2],[-13,-2],[2,-6],[-5,-1],[0,-2],[-10,0],[7,-7],[-2,-1],[-24,-4],[-7,1],[-8,-5],[-14,-4],[11,-8],[-8,-4],[6,-5],[-6,-3],[5,-4],[11,0]],[[4803,5693],[46,6],[2,1],[-5,3],[1,6],[18,8],[7,-2],[10,1],[6,-11],[10,2],[4,-2],[26,3],[19,-2],[11,2],[7,-3],[6,4],[2,-3],[17,-2],[1,-3],[16,-3],[45,7],[3,8],[-5,9],[13,2],[12,5],[6,1],[15,-2],[7,-5],[20,4],[3,3],[-7,4],[-6,1],[-3,6],[47,9],[-6,7],[-3,-1],[-5,11],[7,0],[3,5],[-10,4],[-14,1],[-1,4],[10,4],[-8,1],[-27,4],[-12,-2],[-27,3],[-10,-1],[10,8],[3,8],[-22,5],[-6,6],[31,10],[0,5],[10,1],[5,3],[10,-6],[23,6],[7,-1],[0,11],[-6,8],[6,2],[-6,2],[17,9],[15,4],[-1,4],[-5,1],[5,1],[0,4],[12,1],[-3,2],[3,4],[-6,2],[-11,-1],[-3,3]],[[5142,5892],[10,0],[11,1],[10,1],[12,2],[2,1],[16,3],[15,5],[5,3],[8,4],[7,2],[-3,-1],[9,1],[7,2],[12,4],[15,4],[9,3],[14,3],[13,1],[8,3],[1,1],[12,3],[8,1],[7,2],[8,3],[5,3],[2,3],[4,1],[18,6],[2,0],[3,0],[2,-1],[-1,-1],[-5,-1],[-7,0],[-1,-1],[8,0],[6,1],[13,2],[6,1],[1,0],[7,2],[8,2],[10,4],[11,3],[7,1],[5,3],[1,2],[2,2],[5,4],[12,4],[8,1],[23,1],[9,-1],[16,-1],[12,-1],[12,-2],[6,0],[6,1],[3,0],[7,0],[8,-1],[8,-2],[9,0],[29,1],[26,-1],[3,1],[12,1],[14,-2],[-1,-2],[-8,1],[-16,-1],[-13,-1],[-10,0],[-18,-1],[-5,-2],[3,-5],[1,-2],[0,-1],[-1,-1],[-3,-5],[-8,-3],[-7,-3],[-1,-1],[-3,-2],[-3,-1],[-1,1],[1,2],[5,6],[3,2],[8,1],[4,1],[0,2],[-4,3],[-7,5],[-7,4],[-8,3],[6,-7],[-1,-5],[1,-6],[-1,-3],[-1,-2],[-3,-7],[0,-3],[1,-1],[1,-1],[0,-2],[0,-2],[0,-2],[-2,-2],[-1,-3],[0,-5],[2,-5],[1,1],[4,-3],[0,-1],[-3,-5],[-3,-4],[-2,6],[-1,-1],[1,-7],[2,-5],[5,-13],[2,-4],[4,-1],[8,-1],[6,-2],[1,-1],[2,-1],[7,-4],[7,-2],[7,0],[18,-4],[9,0],[6,-1],[15,-1],[4,0],[5,0],[16,-2],[9,-2],[14,-5],[1,-2],[3,-4],[2,-2],[9,-4],[9,-6],[2,-1],[12,-4],[7,-2],[9,-2],[11,-3],[3,-2],[1,-2],[-6,-6],[-5,-4],[-5,-3],[-5,-2],[-4,-2],[-3,0],[-4,1],[-1,0],[-2,-1],[-3,-2],[-8,-7],[-13,-7],[-6,-3],[-4,-2],[-4,-1],[-3,-1],[-4,0],[-2,-1],[-7,-4],[-5,-4],[-4,-2],[-8,-2],[-9,-3],[-3,-2],[-7,-1],[-14,-3],[-5,-1],[-7,0],[-7,-2],[-8,-3],[-5,-1],[-9,-2],[-6,-1],[-6,-1],[-11,-5],[-5,-5],[-1,0],[-1,-1],[-6,-2],[-1,-1],[-4,0],[-5,2],[-4,1],[-2,1],[-3,0],[-1,0],[-1,-1],[-4,-2],[-2,-1],[-4,-1],[-2,0],[-4,1],[-2,1],[-5,1],[-6,2],[-12,1],[-10,5],[0,1],[0,2],[-2,1],[-3,4],[-5,1],[-4,1],[-17,3],[-14,2],[-5,0],[-7,0],[-13,-2],[-8,-2],[-5,-2],[-6,-4],[-9,-3],[-5,-4],[-2,-2],[-8,-4],[-5,-2],[-12,-7],[-7,-4],[-17,-4],[-5,-1],[-6,-3],[-8,-4],[-3,-3],[-9,-6],[-9,-8],[-5,0],[-12,-4],[-9,-4],[-8,-7],[-3,-2],[-2,0],[-6,-2],[-5,-1],[-3,0],[-4,0],[-8,-6],[-2,-2],[-3,-9],[-1,-2],[1,-1],[-1,-6],[0,-6],[-4,-3],[-4,-7],[-5,-4],[-4,-3],[-4,-3],[-4,1],[-8,-1],[-8,-5],[-2,-1],[-4,-1],[-1,0],[-8,0],[-1,2],[-2,1],[-5,0],[-11,-3],[-8,3],[-6,2],[-3,1],[-9,-1],[-2,0],[-12,-2],[-3,-1],[-12,-4],[-4,-2],[-4,-2],[-3,-3],[-2,-3],[-3,-2],[-9,-3],[-4,-1],[-9,1],[-7,-1],[-2,-1],[-4,-2],[-3,-2],[-6,-2],[-3,-1],[-7,0],[-4,2],[-2,1],[-7,-1],[-3,-1],[-3,-2],[-3,-7],[1,-4],[-1,-4],[-3,-1],[-1,0],[-5,1],[-7,2],[-5,6],[-2,0],[-8,-4],[-42,0],[0,14],[-4,1],[-16,3],[-6,1],[-11,1],[-10,1],[-2,0],[-4,1],[-9,1],[-16,1],[-9,1],[-6,2],[-5,1],[-14,0],[-11,1],[-14,2],[-5,1],[-8,1],[-6,1],[-7,0],[-10,-1],[-9,-1],[-5,-1],[-15,0],[-8,1],[-7,1],[-4,1],[-9,3],[-7,4],[-12,8],[-7,6],[-9,4]],[[2798,5708],[2,0],[4,-1],[2,0],[4,-4],[2,-1],[3,-4],[4,-8],[1,-5],[1,-10],[0,-2],[-3,-3],[-1,-1],[-6,-5],[-5,-3],[-8,-6],[-2,-3],[-5,-6],[-2,-1],[-5,-4],[-6,-5],[-8,-7],[-9,-11],[-4,-5],[-2,-2],[0,-2],[-3,-4],[-4,-4],[-3,-3],[-2,-2],[-5,-6],[-6,-5],[-4,-2],[-2,2],[-5,-1],[-2,-1],[-2,-3],[-6,-8],[-5,-5],[-2,-3],[0,-1],[-1,-3],[-2,-4],[-3,-3],[-1,-2],[-4,-4],[-1,-1],[-1,-1],[-3,-1],[-10,-6],[-1,-6],[-1,-2],[-4,-4],[-5,-4],[-1,-1],[-1,-2],[-1,-1],[1,-3],[0,-2],[-1,-4],[-3,-4],[-2,-2],[-5,-3],[-5,-4],[-6,-7],[-3,-7],[-2,-6],[3,-5],[-8,-4],[0,3],[-1,1],[-3,1],[-2,0],[-1,0],[-2,0],[-2,-1],[-2,-1],[-1,-1],[-3,-4],[0,-1],[1,-2],[2,-1],[1,-4],[0,-4],[-3,-2],[-4,-1],[-3,2],[-1,1],[-5,1],[-8,0],[-2,0],[-1,-1],[-2,0],[-3,-1],[-4,-1],[-2,-1],[-1,-1],[-2,-2],[-2,-5],[-2,-5],[-3,-8],[-2,-3],[-1,-7],[5,-4],[4,-3],[0,-1],[-3,-2],[-4,-1],[-1,-2],[-4,-2],[-1,-2],[1,-1],[-2,-4],[-6,-9],[-1,-3],[-1,-1],[-5,-3],[-6,1],[-16,1],[-14,3],[-4,1],[-5,0],[-3,-1],[-16,-1],[-2,-1],[-1,1],[2,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,0],[-2,1],[-5,1],[-3,0],[-2,0],[-4,0],[-4,2],[-4,1],[-5,4],[-7,8],[-7,10],[-2,3],[0,2],[1,4],[-5,6],[2,5],[1,3],[1,7],[-1,2],[-2,0],[-5,4],[-1,2],[2,5],[1,4],[-1,2],[0,7],[1,2],[5,5],[4,3],[10,5],[5,7],[2,3],[4,5],[7,5],[4,4],[10,6],[10,4],[8,2],[8,2],[6,2],[8,1],[1,-1],[0,-1],[3,0],[3,0],[13,1],[16,3],[5,0],[6,0],[15,3],[7,0],[8,0],[4,0],[10,3],[2,1],[2,1],[7,3],[10,2],[8,3],[5,3],[-8,0],[-5,-1],[-6,0],[-15,0],[-9,-1],[-5,-7],[-10,-3],[-11,-1],[-7,1],[-14,5],[-9,1],[-8,1],[-7,1],[-15,3],[0,10],[1,3],[3,2],[5,5],[5,5],[6,4],[9,7],[7,8],[1,4],[1,1],[2,2],[8,5],[6,3],[3,1],[15,6],[7,2],[3,1],[6,3],[4,2],[1,3],[1,2],[10,4],[6,2],[10,3],[2,2],[4,2],[3,1],[5,2],[2,1],[9,2],[8,3],[14,4],[6,4],[0,1],[0,1],[1,0],[1,1],[2,3],[1,0],[1,1],[12,6],[7,2],[6,1],[5,1],[5,2],[5,4],[6,3],[3,1],[3,0],[7,3],[5,2],[2,5],[4,4],[8,3],[13,5],[1,1],[1,0],[9,1]],[[2378,5691],[7,-2],[7,-6],[0,-1],[-1,-1],[-8,-7],[-1,-2],[-2,-3],[-4,-4],[-4,-3],[-2,-2],[-2,-1],[-1,-1],[-2,-3],[-2,-5],[-1,-1],[-2,-4],[-2,-3],[-5,-2],[-10,-6],[-11,-7],[6,-3],[5,-3],[3,-2],[-2,-7],[-3,-3],[-5,-3],[-6,-3],[-10,-5],[-4,-2],[2,-2],[3,-3],[0,-3],[-2,-2],[-1,-1],[-4,0],[-1,0],[-1,1],[2,2],[-4,0],[-4,1],[-5,0],[-2,-1],[-2,-4],[-2,-4],[-1,-2],[-3,-2],[-1,-1],[-11,-4],[-2,0],[-3,0],[-2,1],[-1,1],[0,3],[-3,8],[-2,-1],[-5,0],[-4,0],[-7,2],[-1,1],[8,5],[7,3],[11,2],[13,0],[6,2],[-6,-1],[-8,-1],[-9,0],[-5,0],[-1,1],[7,2],[2,3],[-4,2],[-8,0],[-5,-1],[-3,0],[-6,2],[3,2],[3,2],[5,4],[10,4],[2,3],[0,7],[7,7],[-2,4],[0,2],[3,6],[4,3],[5,3],[4,1],[5,3],[10,5],[8,5],[-1,2],[1,0],[7,2],[2,0],[4,0],[6,-1],[2,-1],[5,3],[4,3],[7,8],[7,2],[6,2],[5,2],[2,3],[6,0]],[[2821,5754],[4,-3],[4,-8],[-1,-2],[1,-2],[4,-4],[3,-3],[1,-1],[0,-1],[0,-3],[0,-1],[-2,-1],[-5,-1],[-15,-4],[-3,-2],[-4,-1],[-17,0],[-5,0],[-6,-1],[-7,1],[-2,0],[-1,1],[-4,0],[-1,1],[-2,1],[-1,1],[-3,5],[1,2],[3,3],[2,2],[2,1],[1,1],[10,7],[2,1],[2,2],[9,2],[14,2],[14,5],[2,0]],[[5570,5999],[-4,0],[-6,-1],[-13,-3],[-5,-1],[-9,0],[-1,0],[-7,2],[-6,1],[-13,1],[-11,0],[-7,-1],[-10,0],[-2,0],[-3,-1],[-8,0],[-10,-2],[-1,0],[-8,-3],[-5,-2],[-13,-4],[-15,-3],[-12,0],[-13,-1],[-4,-2],[-7,-2],[-2,0]],[[5375,5977],[-21,16],[-6,3],[-8,-2],[-16,-1],[-2,5]],[[5322,5998],[-8,11],[8,3],[5,-3],[2,4],[8,1],[22,-2],[0,9],[4,0],[-4,1],[-1,3],[19,3],[1,2],[21,0],[8,-4],[6,1],[13,-4],[11,0],[1,5],[19,0],[2,4],[4,-3],[20,1],[4,-5],[9,1],[12,-4],[7,2],[7,-1],[18,2],[2,-4],[22,0],[2,-3],[-9,-10],[13,-9]],[[2896,5781],[0,-1],[2,-1],[5,1],[6,-1],[1,-1],[3,-4],[1,-4],[0,-7],[-1,-6],[-10,-4],[-6,-1],[-4,0],[-5,9],[-1,1],[2,8],[3,9],[1,0],[2,2],[1,0]],[[2817,5782],[0,-7],[-1,-6],[1,-7],[1,0],[3,-2],[1,-2],[1,-1],[-4,-1],[-7,0],[-1,0],[-14,6],[-2,1],[-1,1],[0,1],[3,6],[1,0],[1,0],[5,2],[3,3],[1,2],[2,3],[1,1],[4,4],[2,-4]],[[2869,5818],[6,-4],[1,-2],[-2,-4],[0,-3],[0,-1],[5,-2],[4,-2],[5,-5],[0,-1],[-1,-3],[-3,-4],[-4,-8],[-4,-6],[0,-7],[0,-8],[2,-5],[-1,-4],[-1,-2],[-1,-3],[-1,0],[0,-1],[-1,0],[-5,2],[-2,0],[-3,1],[-1,0],[-3,3],[-2,1],[-1,3],[0,1],[0,3],[-4,6],[-4,2],[-2,5],[-2,5],[1,7],[1,2],[2,6],[1,7],[4,8],[2,5],[3,3],[5,4],[2,1],[2,1],[2,-1]],[[2923,5869],[0,-3],[-2,-6],[-3,-4],[-3,-8],[-4,-3],[-6,-2],[-5,-1],[-2,-1],[-1,-1],[1,-1],[6,-6],[2,-5],[0,-1],[-1,-1],[-1,0],[-7,-1],[-3,-2],[-1,-2],[0,-2],[-7,-4],[-2,-1],[-2,-1],[-3,1],[-2,1],[-3,2],[-1,1],[-2,2],[-1,8],[0,5],[-9,6],[-4,2],[-3,3],[8,7],[2,3],[2,1],[2,2],[5,2],[2,2],[4,1],[9,2],[8,-2],[6,0],[7,3],[2,2],[3,2],[4,0],[5,0]],[[3869,5648],[-6,4],[14,14],[0,7],[-9,4],[-32,3],[-8,4],[-1,9],[-9,10],[1,6],[-6,6],[1,7],[-19,11],[-19,20],[10,16],[-16,35],[4,6],[0,12],[4,4],[12,-2],[8,5],[5,-2],[7,1],[-3,6],[-15,1],[-3,8],[11,5],[-7,5],[1,4],[5,1],[3,5],[7,-3],[4,1],[-2,4],[-8,4],[-10,1],[-17,-4],[-7,4],[-13,3],[-3,-1],[2,-6],[-5,-1],[2,5],[-16,4],[-7,0],[-9,-6],[-31,-1],[-7,9],[14,5],[-5,4],[-11,4],[-6,7],[-9,0],[-20,10],[-22,4],[19,7],[-1,11],[22,7],[-4,6],[5,3],[-3,2],[3,7],[13,-1],[3,6],[5,1],[0,3],[8,-1],[16,5],[-3,4],[15,1],[18,-3],[10,11],[-1,3],[-9,5],[7,4],[5,-1],[16,3],[4,5],[11,-4],[23,-2],[9,11],[12,1],[4,2]],[[3830,6006],[5,-3],[4,1],[9,6],[-5,3],[3,4],[8,1],[13,8],[18,2],[5,5],[7,-2],[10,3],[3,-2],[17,3],[10,-2],[-5,8],[4,4],[21,4],[0,-2],[12,-7],[17,0],[25,5],[9,7],[18,-1],[14,3],[6,-1],[12,6],[11,0],[4,2],[3,8],[6,2],[32,-7],[-3,-5],[2,-4],[5,-3],[6,-8],[11,-2],[2,-14],[3,-5],[7,-3],[-5,-8],[6,-7],[21,4],[31,8],[46,7],[39,14],[27,-9],[17,-11],[9,-22],[-5,2],[-11,-4],[-18,1],[-14,-6],[1,-3],[-15,-8],[-3,3],[-10,2],[-17,7],[-4,1],[-3,-1],[5,-65],[-42,-3],[2,-15],[-4,-13],[19,-10],[-14,-8],[0,-4],[16,-9],[9,-1],[2,-3],[11,0],[9,-10],[26,-1],[11,-4],[10,-1],[20,-9],[3,-6],[14,-2],[16,2],[4,2],[2,6],[25,-15],[13,6],[4,-4],[-5,-4],[2,-2],[31,5],[37,-27],[10,2],[16,-17],[11,2],[6,-1],[6,-4],[15,8],[2,-6],[19,-7],[5,-5],[9,6],[16,5],[-1,-3],[6,-4],[2,-6],[-3,-9],[7,-6],[7,1]],[[3004,5959],[6,-1],[2,-1],[0,-1],[-8,-8],[-2,-1],[-13,-6],[-7,-5],[-8,-7],[-6,-6],[-1,0],[-2,-1],[-1,0],[-3,-4],[-4,-3],[-6,-3],[-7,-2],[-1,0],[1,2],[0,1],[2,1],[-2,4],[-10,2],[-7,-1],[-9,0],[-1,3],[2,3],[1,2],[1,1],[5,2],[4,2],[6,8],[4,4],[1,1],[4,0],[1,0],[4,1],[14,1],[8,1],[2,-1],[1,0],[4,0],[6,2],[9,4],[5,5],[5,1]],[[2149,5892],[4,-1],[1,-1],[-4,-8],[-3,-6],[-8,-8],[-4,-4],[-2,-1],[-2,-1],[-1,-1],[-2,-1],[-3,-2],[-9,-5],[-2,-1],[-1,-1],[-2,1],[-14,2],[-3,2],[-2,2],[1,1],[1,1],[2,1],[6,1],[4,2],[4,3],[1,4],[-1,1],[-1,1],[-2,2],[-2,2],[-1,0],[0,1],[2,1],[4,2],[11,4],[13,4],[12,3],[3,0]],[[3842,6134],[16,-1],[12,-10],[11,-4],[10,-10],[5,-11],[10,-3],[-1,-3],[-6,2],[-9,-1],[-22,5],[-13,-6],[-27,-2],[-7,-6],[-12,1],[-20,-8],[-10,0],[-5,-3],[0,-8],[16,-2],[13,-6],[7,2],[6,-8],[1,-7],[-6,-7],[-26,-18],[15,-10],[21,-1],[9,-3]],[[3797,5515],[4,3],[-7,1],[-5,2],[-9,4],[1,0],[8,4],[14,1],[5,0],[2,0],[-13,3],[-8,1],[-4,1],[-3,1],[-7,5],[-3,3],[-3,4],[-1,4],[-2,5],[-4,7],[-7,4],[-4,2],[-4,1],[-13,2],[-16,2],[-5,2],[-2,1],[0,2],[-3,2],[-3,0],[-3,1],[-7,1],[-6,5],[-2,5],[-2,1],[-6,4],[-8,7],[-3,4],[-6,6],[-5,3],[0,1],[-1,2],[1,5],[-4,6],[-6,9],[-3,1],[-4,-1],[-1,0],[-2,-8],[-2,-8],[3,-6],[6,-8],[2,-3],[4,-7],[5,-5],[1,-1],[8,-9],[7,-3],[10,-5],[3,-5],[1,-1],[5,-1],[6,1],[3,2],[4,-2],[2,-1],[2,-4],[2,-6],[-1,-2],[-2,0],[-6,-1],[-11,-1],[-12,-1],[-5,-2],[-4,0],[-11,2],[-8,-1],[-7,0],[-4,0],[-9,3],[-3,1],[-3,2],[-1,2],[0,2],[2,5],[0,1],[-1,2],[-12,9],[-1,2],[-1,1],[0,2],[0,1],[1,1],[0,1],[1,6],[-1,8],[-1,1],[-2,4],[-5,2],[-3,2],[-1,2],[-1,1],[0,3],[1,4],[10,11],[3,4],[5,7],[5,6],[2,2],[1,2],[4,6],[4,4],[3,3],[1,2],[1,3],[1,1],[3,3],[2,0],[5,2],[3,1],[5,4],[0,2],[2,3],[1,3],[2,4],[4,5],[3,4],[8,7],[5,5],[4,2],[2,3],[3,3],[4,7],[1,1],[7,5],[10,5],[3,1],[5,3],[3,1],[1,2],[3,4],[0,1],[-2,1],[-2,1],[-2,-1],[-2,-1],[-13,-6],[-7,-3],[-4,-2],[-6,-5],[-3,-2],[-1,-2],[-4,-5],[-3,-4],[-3,-3],[-6,-6],[-5,-4],[-5,-4],[-8,-9],[-3,-9],[-7,-8],[-10,-5],[-6,-4],[-2,-2],[-2,-3],[-2,-4],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-12,4],[-8,2],[-3,4],[-2,6],[-1,4],[0,2],[0,1],[1,0],[1,1],[0,1],[1,1],[1,0],[1,1],[2,2],[0,1],[1,3],[0,4],[0,1],[0,2],[-1,1],[-3,5],[-8,6],[-3,5],[-3,4],[-3,1],[-7,0],[-2,-1],[-2,-2],[0,-2],[7,-6],[7,-6],[1,-2],[1,-7],[0,-1],[0,-1],[-1,-2],[-3,-3],[-3,-2],[-1,-2],[0,-1],[-2,-5],[-1,-2],[1,-1],[2,-5],[2,-3],[5,-4],[1,-1],[8,-4],[11,-4],[5,-3],[0,-1],[1,-2],[0,-2],[-1,-1],[-1,-1],[-2,-2],[-4,-4],[-3,-3],[-2,-2],[-2,-3],[-3,-4],[-1,-2],[-4,-3],[-4,-2],[-3,-1],[-1,-1],[-5,-4],[2,-3],[2,-9],[4,-10],[0,-8],[3,-7],[1,-2],[1,-3],[2,-5],[1,-2],[0,-4],[-1,-6],[-2,-2],[-1,0],[-2,0],[-3,0],[-8,2],[-14,3],[-2,1],[-6,3],[-4,1],[-11,-2],[-2,-3],[1,-3],[4,-2],[6,-1],[4,-1],[3,0],[9,-2],[9,-2],[3,-2],[4,-4],[1,-1],[0,-2],[-3,-6],[0,-1],[-9,-8],[-10,-6],[-2,-1],[-1,-2],[-1,-3],[-2,-4],[0,-3],[-3,-4],[-2,-3],[-2,-3],[-2,-4],[-1,-5],[-1,-2],[0,-3],[-3,-5],[-2,-2],[-2,-2],[-2,-2],[-2,-2],[-10,-6],[-5,-9],[-2,-3],[-1,-6],[-1,-1],[-1,-1],[-1,0],[-3,0],[-6,2],[-9,1],[-2,0],[-7,1],[-4,0],[-9,3],[-2,0],[-2,0],[-5,0],[-1,-1],[-7,1],[-3,5],[0,1],[1,4],[0,2],[-1,2],[-1,1],[-2,2],[-2,4],[0,5],[0,3],[-2,5],[-1,4],[-1,3],[-4,8],[-1,8],[-5,7],[-4,7],[-4,7],[-6,4],[-6,3],[-2,1],[-4,1],[-9,3],[-4,2],[-2,2],[-1,5],[-1,2],[-1,2],[-2,4],[-2,3],[-2,3],[-5,8],[0,1],[0,1],[-1,1],[-1,3],[-2,-1],[-2,-3],[-2,-3],[-1,-1],[1,-2],[1,-3],[3,-4],[3,-2],[1,-3],[1,-2],[1,-4],[0,-3],[1,-1],[6,-7],[1,-1],[6,-4],[8,-4],[1,0],[1,-1],[1,-1],[2,-4],[6,-7],[3,-6],[1,-4],[1,-3],[1,-4],[2,-4],[1,-6],[1,-5],[0,-4],[-1,-1],[-2,-2],[-1,0],[-1,-1],[-1,0],[-5,1],[-16,1],[-3,0],[-6,2],[-2,1],[-9,5],[-4,2],[-8,5],[-7,3],[-13,6],[-11,6],[-10,3],[-6,4],[-2,2],[-3,4],[-1,2],[0,1],[2,4],[2,2],[0,2],[-1,1],[-1,0],[-4,-1],[-3,-1],[-5,-3],[-2,-8],[1,-3],[2,-2],[3,-1],[1,-2],[0,-1],[-2,-3],[-3,-2],[-2,-3],[-3,-5],[-6,-4],[-12,-6],[-12,-5],[-3,-2],[-1,-7],[1,-3],[3,-4],[3,-2],[8,-8],[5,-7],[5,-6],[3,-3],[4,-9],[6,-8],[1,-5],[-1,-5],[-3,-2],[-1,-1],[-3,0],[-7,0],[-1,1],[-2,2],[-1,1],[-1,1],[-1,2],[-4,3],[-1,1],[-3,1],[-2,0],[-7,0],[-8,1],[-1,0],[-1,1],[-1,1],[0,1],[-1,1],[0,2],[-3,1],[-3,1],[-3,0],[-1,0],[-2,0],[-4,0],[-5,-1],[-4,0],[-2,1],[-4,0],[-1,0],[-2,0],[-1,0],[1,0],[0,-1],[0,-1],[-1,0],[-1,1],[-1,0],[1,1],[0,2],[1,4],[-2,1],[-4,0],[-4,-1],[0,-1],[0,-1],[-3,-1],[-1,0],[-4,0],[-6,3],[-3,3],[1,4],[1,1],[2,1],[2,4],[-2,4],[-13,7],[-8,4],[-9,2],[-5,5],[-1,8],[1,9],[2,9],[0,7],[2,7],[6,7],[1,0],[0,1],[2,2],[2,3],[2,4],[0,1],[0,1],[0,1],[-1,1],[-2,1],[-1,1],[-1,0],[-3,0],[-2,0],[-3,3],[-2,2],[-1,4],[0,2],[4,4],[4,2],[0,2],[0,1],[-4,5],[1,4],[1,2],[4,2],[2,1],[2,2],[-1,2],[-2,3],[-2,2],[-3,0],[-2,0],[1,-1],[2,-1],[-2,-1],[-1,1],[-2,2],[3,1],[4,-1],[12,-1],[5,1],[5,2],[2,2],[3,4],[8,6],[3,7],[5,9],[2,5],[7,7],[5,2],[9,4],[1,1],[0,3],[3,3],[1,2],[9,4],[4,2],[9,6],[6,4],[5,2],[5,3],[8,5],[4,3],[2,3],[1,5],[0,2],[0,4],[1,4],[5,4],[5,3],[8,2],[4,1],[3,1],[1,1],[11,1],[15,0],[3,1],[14,4],[9,3],[3,2],[12,4],[11,4],[16,8],[1,1],[-3,4],[1,4],[13,19],[4,3],[5,6],[1,1],[5,3],[5,2],[2,1],[3,1],[6,4],[4,3],[4,1],[13,3],[17,4],[3,1],[11,2],[10,4],[4,3],[6,4],[5,0],[5,2],[4,1],[1,1],[8,4],[8,4],[10,7],[3,2],[2,2],[-15,-3],[-3,-1],[-6,-5],[-7,-3],[-18,-4],[-8,-3],[-3,-2],[-10,-4],[-6,-1],[-7,-1],[-6,0],[-13,-3],[-5,-1],[-6,-2],[-5,-2],[-6,0],[-2,0],[0,2],[0,7],[0,1],[-2,1],[-3,0],[-4,-2],[-7,-4],[-4,-4],[-3,-3],[-5,-5],[-4,-4],[-6,-2],[-3,-2],[-5,-8],[-3,-3],[-5,-5],[-2,-5],[0,-1],[0,-6],[-1,-4],[-1,-2],[-9,-7],[-7,-5],[-8,-5],[-11,-4],[-3,0],[-1,0],[-4,0],[-11,-1],[-6,-2],[-1,-1],[-15,-2],[-5,-1],[-2,0],[-3,-2],[-8,-3],[-8,-5],[-9,-4],[-7,-4],[-10,-6],[-5,-3],[-8,-6],[-1,-2],[0,-1],[1,-5],[-2,-6],[-1,-2],[-7,-2],[-12,-3],[-11,-6],[-3,-4],[-2,-5],[0,-2],[-3,-4],[-5,-5],[-8,-2],[-6,-2],[-5,1],[-5,0],[-4,-1],[-7,-6],[-1,-2],[0,-2],[2,-6],[-1,-6],[0,-2],[-6,-7],[-9,-2],[-6,0],[-4,-2],[-9,-7],[-7,-6],[-2,-1],[-14,-3],[-9,3],[-15,4],[-4,2],[-1,1],[-2,2],[-2,4],[-1,3],[-7,0],[-5,0],[-1,-1],[-1,-4],[-3,-7],[0,-2],[4,-7],[1,-6],[1,-2],[-1,-5],[-2,-5],[-1,-4],[1,-5],[1,-4],[2,-4],[1,-1],[1,-2],[4,-1],[4,-1],[1,-2],[4,-5],[-1,-5],[2,-6],[4,-9],[1,-7],[1,-3],[2,-5],[-1,-6],[1,-5],[2,-4],[8,-7],[5,-6],[1,-3],[1,-5],[2,-2],[5,-2],[11,-6],[6,-6],[2,-1],[5,-1],[3,-3],[4,-3],[4,-4],[10,-7],[3,-1],[4,-2],[2,-1],[1,-2],[3,-4],[2,-5],[6,-6],[4,-6],[3,-5],[3,-8],[1,-3],[-2,-8],[-3,-5],[-3,-2],[-2,-1],[-2,-1],[-2,-1],[-2,0],[-2,1],[-6,1],[-7,0],[-4,-1],[-1,-1],[-2,-2],[-1,0],[-10,-5],[-4,-1],[-12,-3],[-10,-2],[-8,-3],[-2,-1],[-4,-4],[-2,-2],[-5,-5],[-5,0],[-2,-1],[-3,-2],[-1,-2],[-4,-4],[-8,-6],[-9,-7],[-2,-2],[0,-2],[2,-3],[1,-3],[0,-1],[-1,-5],[-3,-5],[-6,-7],[-2,-4],[-2,-3],[-1,-4],[-2,-4],[-4,-8],[-7,-6],[-2,-4],[-1,-4],[2,-4],[0,-6],[0,-6],[1,-8],[0,-3],[0,-3],[1,-2],[4,-5],[6,-5],[4,-6],[1,-8],[-6,-1],[-4,2],[-1,1],[-2,0],[-4,0],[-4,0],[-5,-1],[-1,-1],[-3,-5],[-1,-3],[-1,-2],[1,-9],[-1,-9],[1,-7],[2,-3],[0,-3],[-1,-3],[-1,0],[-4,0],[-6,-1],[-2,-1],[0,-5],[-2,-7],[-3,-10],[-3,-4],[-2,-6],[0,-3],[-3,-3],[-10,-7],[-12,-7],[-2,-5],[-1,-5],[-1,-5],[0,-4],[-1,-1],[-1,-1],[-2,-2],[-3,-2],[-3,-3],[-4,-4],[-9,-6],[-3,-2],[-6,0],[-6,0],[-4,1],[-11,1],[-3,-1],[-2,-2],[1,0],[9,-6],[9,-4],[5,0],[10,1],[2,0],[2,3],[0,2],[9,4],[10,3],[2,0],[3,1],[1,-1],[3,-3],[0,-2],[-2,-1],[-6,-1],[-4,0],[-1,-4],[4,-7],[0,-1],[3,-3],[4,-2],[3,-2],[7,-5],[3,-3],[2,-4],[0,-2],[5,-10],[0,-1],[2,-4],[-3,-4],[-4,-4],[-6,-7],[-5,-4],[-5,-3],[-8,-6],[-9,-7],[-4,-4],[-1,-2],[-9,-3],[-11,-3],[-10,-5],[-4,-2],[-8,-2],[-11,0],[-12,1],[-16,1],[-13,0],[-18,-1],[-14,-3],[-14,-5],[-8,-4],[-4,-2],[-4,-1],[-4,0],[-3,-1],[-16,-1],[-4,0],[-3,0],[-7,0],[-1,0],[-11,3],[-6,1],[-5,2],[-2,1],[-3,1],[-4,1],[-4,0],[-2,3],[-2,3],[-1,1],[0,2],[1,3],[1,4],[0,9],[2,3],[2,6],[0,4],[-3,3],[-1,6],[0,9],[3,6],[2,9],[2,8],[-1,2],[-1,2],[1,1],[4,4],[4,2],[3,1],[4,2],[3,2],[2,1],[2,3],[3,1],[4,2],[10,3],[3,2],[0,2],[3,3],[5,1],[8,0],[3,1],[1,0],[4,2],[2,1],[1,1],[2,2],[1,1],[1,3],[4,8],[2,9],[0,5],[0,1],[0,2],[0,2],[0,4],[1,6],[-1,4],[0,4],[0,2],[1,3],[1,4],[0,3],[-1,3],[-1,7],[-1,8],[1,2],[1,3],[1,3],[1,2],[4,2],[2,2],[1,4],[-2,8],[-3,9],[-3,5],[-2,4],[-2,5],[0,6],[1,2],[1,0],[5,2],[4,1],[7,3],[5,5],[5,6],[3,8],[1,7],[4,9],[6,9],[-1,5],[-1,5],[3,6],[1,3],[2,5],[3,6],[0,2],[-2,3],[-1,2],[-2,2],[-2,1],[-1,3],[2,3],[10,3],[17,6],[5,2],[3,2],[5,4],[6,5],[7,6],[6,6],[5,7],[5,7],[5,4],[3,2],[5,4],[5,8],[8,8],[13,2],[3,0],[4,1],[3,1],[14,6],[4,3],[11,4],[4,5],[1,1],[4,4],[2,0],[11,4],[7,3],[6,4],[9,5],[3,5],[1,4],[3,3],[5,5],[5,3],[4,3],[1,4],[0,4],[-1,3],[-5,-6],[-9,-8],[-11,-6],[-5,-5],[-2,-2],[-6,-3],[-5,0],[-10,-7],[-5,-4],[-6,-6],[-6,-3],[-8,-4],[-16,-7],[-16,-5],[-10,-2],[-2,-1],[-4,-2],[-6,-4],[-2,-5],[-1,-1],[-1,0],[-2,-2],[-2,0],[-1,0],[-13,3],[-4,5],[-1,1],[-2,10],[2,5],[-2,3],[-8,0],[-9,0],[-8,1],[-10,5],[-7,3],[-3,5],[-6,9],[0,1],[2,4],[4,6],[2,4],[1,6],[0,7],[4,7],[4,7],[4,7],[2,1],[4,1],[1,0],[6,5],[5,4],[5,4],[5,7],[-1,5],[0,1],[2,2],[7,5],[4,5],[4,3],[8,5],[9,4],[2,2],[1,2],[0,2],[-4,2],[-2,0],[-1,0],[-11,-3],[-10,-3],[-5,-2],[-3,-2],[-8,-6],[-9,-4],[-5,-5],[-3,-1],[-7,-2],[-5,-1],[-5,-3],[-8,-7],[-5,-2],[-5,0],[-4,6],[0,3],[1,1],[1,1],[2,1],[2,2],[0,1],[0,3],[-1,1],[-2,1],[-1,0],[-2,3],[1,3],[4,8],[7,8],[1,1],[1,2],[2,4],[4,6],[3,3],[4,2],[6,3],[13,8],[2,2],[2,3],[7,5],[4,3],[4,4],[1,1],[0,1],[1,1],[1,2],[0,2],[1,0],[4,4],[10,8],[5,4],[2,1],[2,-1],[1,0],[6,1],[7,2],[8,9],[-1,2],[-9,-3],[-6,-3],[-9,-2],[2,5],[2,1],[1,1],[3,2],[13,7],[2,2],[5,5],[-1,0],[-9,-4],[-10,-3],[-9,-7],[-4,-1],[-8,-1],[1,3],[10,7],[10,7],[5,6],[-8,-4],[-6,-7],[-6,-5],[-10,-7],[1,-4],[-1,-3],[-4,-3],[-9,-7],[-6,-8],[-2,-3],[-1,-1],[-4,-3],[-7,-5],[-2,0],[-4,0],[0,3],[3,6],[5,6],[2,3],[2,3],[1,2],[-2,0],[-5,-7],[-7,-5],[-7,-8],[-1,-2],[-1,-5],[1,0],[6,2],[0,1],[-1,1],[2,-1],[3,-1],[2,0],[0,-1],[-6,-4],[-6,-5],[-6,-6],[-6,-8],[-1,-5],[-2,-3],[-8,-8],[-1,-1],[-2,-1],[-4,-3],[-1,0],[-4,0],[-2,2],[-1,1],[-2,3],[-1,2],[-1,2],[1,1],[4,5],[4,5],[7,4],[3,2],[1,1],[-1,0],[-12,-2],[-4,-2],[-3,2],[-2,2],[0,1],[1,2],[1,1],[4,4],[6,5],[5,4],[6,6],[4,7],[3,3],[5,5],[6,7],[3,2],[4,3],[3,3],[1,5],[-1,0],[-4,-4],[-1,0],[2,3],[2,2],[1,0],[3,3],[2,0],[10,3],[1,6],[2,5],[4,6],[2,2],[7,4],[6,2],[1,0],[2,2],[2,1],[2,3],[2,3],[2,3],[5,5],[6,5],[6,4],[3,3],[2,0],[6,-1],[3,-1],[0,-1],[2,-1],[3,0],[4,1],[3,2],[2,0],[4,0],[3,-1],[2,0],[4,2],[1,1],[2,3],[-1,2],[-2,1],[-9,4],[-7,4],[-4,1],[-2,1],[-1,2],[5,5],[3,6],[3,4],[5,5],[2,2],[4,6],[7,6],[6,4],[9,7],[6,6],[0,1],[-1,5],[2,2],[6,3],[4,2],[2,1],[-3,2],[-6,2],[-5,0],[-4,-1],[-4,0],[-2,-3],[-2,-3],[-5,-7],[-8,-6],[-2,-2],[-3,0],[3,4],[5,5],[4,3],[3,1],[-9,-4],[-3,-2],[-3,-2],[-7,-4],[-6,-2],[-5,-3],[-4,-2],[-4,-3],[-2,-5],[-6,-5],[-8,-7],[-3,-2],[-2,-2],[-6,-1],[-8,0],[2,5],[2,3],[7,10],[-4,6],[-1,1],[2,2],[2,1],[5,4],[4,2],[4,6],[7,7],[5,3],[4,3],[1,1],[0,1],[0,1],[4,5],[8,8],[6,5],[3,2],[1,0],[2,3],[-1,4],[-1,4],[-1,3],[0,1],[-1,1],[-3,1],[-3,0],[-3,0],[-3,-1],[-4,3],[0,1],[1,1],[2,1],[1,0],[4,1],[5,-1],[1,0],[3,0],[5,1],[1,0],[2,1],[10,5],[9,2],[9,3],[16,5],[3,3],[-4,6],[-2,2],[-1,0],[-1,0],[-4,1],[-1,-1],[-2,-1],[-1,0],[-9,-6],[-16,-3],[-5,0],[-9,1],[-8,1],[-1,0],[-3,0],[-12,-5],[-1,-1],[-2,-1],[-6,-4],[-11,1],[-2,0],[-2,2],[0,3],[3,5],[1,4],[2,4],[5,5],[-1,4],[-2,2],[-1,1],[0,2],[1,4],[2,9],[0,4],[3,6],[3,6],[0,1],[1,4],[2,6],[1,3],[6,4],[9,7],[6,3],[2,1],[4,1],[10,0],[14,-3],[11,-2],[2,0],[3,2],[5,5],[4,1],[11,1],[6,0],[5,0],[2,0],[9,3],[15,5],[0,1],[-1,4],[-4,0],[-4,-1],[-8,-4],[-4,-3],[-5,-3],[-3,0],[-5,0],[-5,2],[-6,1],[-2,0],[-10,-4],[-3,-1],[0,-1],[-2,-2],[-6,-2],[-5,0],[-9,6],[-2,8],[4,6],[3,5],[3,5],[2,5],[4,3],[5,3],[6,5],[4,4],[10,4],[5,1],[9,3],[1,3],[0,4],[-4,1],[-2,2],[0,3],[0,3],[1,4],[2,3],[4,-1],[6,2],[2,1],[0,1],[1,2],[0,1],[2,3],[10,3],[5,1],[5,3],[9,0],[7,-1],[14,2],[9,-3],[10,3],[5,0],[1,0],[2,0],[11,-1],[9,1],[6,1],[3,1],[2,1],[-2,0],[0,1],[1,1],[3,0],[2,0],[2,-1],[5,-1],[3,-3],[1,-1],[5,-2],[8,0],[4,3],[13,1],[13,-2],[7,-2],[3,-1],[1,0],[3,0],[5,2],[3,3],[2,1],[2,1],[9,-9],[2,-2],[3,-4],[3,-2],[4,-1],[2,-1],[5,1],[3,1],[1,1],[2,1],[5,3],[13,1],[13,1],[3,0],[6,1],[11,5],[5,3],[4,3],[3,4],[5,4],[6,3],[11,6],[-1,3],[1,1],[1,0],[4,3],[6,3],[2,1],[2,1],[3,1],[4,4],[1,1],[0,1],[7,6],[5,3],[7,7],[0,1],[1,4],[1,3],[1,2]],[[3390,6054],[33,-1],[10,8],[11,2],[17,-2],[16,6],[11,-1],[6,4],[-1,8],[4,2],[13,-2],[1,4],[18,4],[-1,4],[5,7],[5,-1],[12,1],[20,-5],[7,2],[5,-3],[12,0],[6,-3],[7,2],[4,4],[27,2],[8,-5],[12,5],[9,-2],[7,1],[18,9],[3,4],[24,-2],[27,2],[13,9],[9,1],[1,6],[15,-4],[23,10],[19,3],[10,-1],[6,2]],[[3071,6084],[2,-2],[-7,-6],[-10,-5],[-5,-4],[-6,-5],[-11,-7],[-7,-4],[-6,-3],[-6,-3],[-2,-2],[-4,-5],[-6,-5],[-4,-3],[-2,-2],[-5,-2],[-6,-2],[-11,-4],[-8,-3],[-1,0],[-4,-4],[-2,-2],[-3,-3],[-3,-1],[-6,-1],[-3,-2],[-8,-3],[-9,-3],[-10,-5],[-2,0],[-9,-1],[-1,0],[0,1],[2,2],[6,4],[10,5],[4,8],[2,6],[1,4],[0,1],[-1,2],[-4,-1],[-4,-2],[-5,-2],[-7,-1],[-1,0],[1,1],[1,1],[1,0],[9,4],[2,1],[2,0],[1,0],[16,1],[13,4],[13,4],[2,0],[3,3],[11,7],[9,4],[6,3],[1,2],[6,6],[5,4],[7,4],[9,5],[12,4],[4,0],[4,0],[6,1],[3,1],[3,2],[4,2],[7,2],[1,-1]],[[2243,6026],[11,-3],[7,-1],[6,2],[19,0],[13,2],[2,2],[5,0],[1,0],[4,0],[6,-2],[11,-4],[8,-6],[10,-1],[4,-1],[4,2],[5,-1],[11,-3],[10,-5],[-2,-6],[-9,-5],[-10,-1],[-4,0],[-7,0],[-7,-1],[-8,-1],[0,-1],[-3,0],[-1,0],[-1,0],[-7,3],[-4,4],[-2,1],[-7,-1],[-9,-1],[-8,-1],[-6,1],[-4,4],[-7,2],[-11,3],[-15,2],[-13,1],[-7,1],[-4,3],[-1,9],[2,2],[18,1]],[[3389,6061],[-1,-1],[-4,-4],[-2,-2],[-4,-6],[-3,-3],[-7,-5],[-11,-5],[-12,-4],[-7,-2],[-6,-3],[-2,-3],[-3,-4],[-5,-5],[-6,-6],[-6,-7],[-4,-7],[-13,-6],[-12,-2],[-13,-5],[-8,0],[-9,5],[-9,5],[-4,2],[-6,1],[-12,1],[-8,-1],[-10,-1],[-19,1],[-6,1],[-11,2],[-3,0],[-7,5],[-3,0],[-3,0],[-10,0],[-4,-1],[-2,0],[-1,-1],[-1,-1],[1,-2],[1,-2],[-1,-2],[-2,-2],[-1,0],[-8,-1],[-4,0],[-11,0],[-5,-1],[-5,0],[-9,1],[-4,1],[-3,1],[0,1],[2,1],[5,1],[4,2],[2,1],[3,3],[-1,2],[-2,7],[-2,4],[-5,5],[-5,2],[-3,1],[-2,1],[-2,0],[-2,0],[-6,-1],[-2,0],[-3,-2],[-1,-1],[-1,-2],[-3,-3],[-3,-3],[-3,-2],[-5,-3],[-3,-1],[-1,0],[-1,0],[-1,0],[2,4],[4,3],[2,2],[0,1],[-1,1],[-3,1],[-4,-2],[-7,-4],[-2,-1],[-1,0],[-3,1],[-1,0],[1,1],[3,4],[3,3],[4,3],[6,4],[4,5],[4,5],[5,6],[2,2],[5,4],[5,4],[4,4],[6,3],[11,3],[7,0],[1,-1],[-2,-3],[-1,-4],[1,-5],[1,-4],[2,-2],[15,-5],[2,0],[7,2],[11,3],[8,2],[9,1],[14,3],[14,5],[10,8],[3,4],[6,5],[3,0],[3,0],[6,0],[4,-1],[3,-1],[11,1],[12,2],[4,1],[2,2],[-2,2],[-2,0],[-11,0],[-7,-1],[-5,-2],[-9,-1],[-8,-1],[-3,0],[-4,1],[-7,1],[-4,0],[-10,-3],[-4,-2],[-6,-5],[-9,-4],[-7,-4],[-9,-3],[-6,-2],[-5,-1],[-12,0],[-6,4],[-6,6],[-1,2],[-1,2],[3,2],[-1,1],[-1,0],[-2,1],[-3,-1],[-10,-3],[-6,-1],[-4,8],[0,1],[4,4],[5,6],[7,4],[5,3],[9,8],[9,5],[5,5],[10,10],[11,9],[10,5],[11,5],[7,2]],[[3170,6138],[9,-10],[16,-7],[1,-3],[9,-2],[14,4],[23,-8],[19,3],[13,6],[0,4],[6,4],[-6,12],[3,8],[33,-5],[25,0],[0,-13],[12,3],[21,1],[27,-8],[11,1],[-8,-8],[1,-4],[-7,-1],[-6,-6],[-8,-1],[4,-9],[8,-1],[-5,-9],[4,-7],[-7,-7],[-10,-3],[7,-8],[10,-3]],[[5968,6261],[-7,-6],[-5,-7],[-6,-10],[-4,-7],[-2,-7],[3,-11],[1,-10],[-3,-6],[-3,-4],[-2,-1],[-4,-1],[-12,-3],[-14,-3],[-4,-1],[-8,-4],[-4,-3],[-3,-5],[-2,-4],[-3,-7],[0,-4],[2,-7],[3,-2],[4,-1],[4,1],[3,-1],[4,-1],[1,-1],[2,-2],[0,-2],[-1,-2],[-5,-6],[-7,-6],[-10,-7],[-5,-3],[-4,-2],[-2,-1],[-1,-5],[0,-2],[-4,-4],[-4,-2],[-2,-1],[-5,0],[-1,-1],[-5,-5],[-1,-2],[-2,-4],[-8,-4],[-6,-1],[-8,-1],[-5,-1],[-12,-5],[-15,-3],[-14,-3],[-10,-8],[-8,-8],[-12,-6],[-12,-4],[-7,-3],[-2,-2],[-2,-2],[-2,-1],[-3,-1],[-6,-2],[-14,-4],[-8,-2],[-2,-1],[-3,-2],[-4,-3],[-1,-1],[-5,-14],[-3,-4],[-8,-9],[-9,0],[-5,1],[-34,9],[-5,1],[-8,1],[-11,1],[-7,0],[-6,0],[-9,-1],[-2,-1],[0,-1],[0,-1],[11,0],[3,-4],[-5,0],[-5,0],[-2,0],[-1,0],[0,1],[4,0],[-5,1],[-4,-1]],[[5322,5998],[-29,1],[-4,6],[7,-1],[-2,3],[-24,3],[1,7],[-19,2],[-28,12],[-2,2],[8,2],[-22,10],[-4,5],[11,2],[15,-3],[11,3],[0,4],[9,7],[-12,5],[-7,9],[-6,2],[0,5],[6,4],[49,12],[20,14],[14,4],[-7,8],[16,6],[-3,3],[-9,-1],[0,-1],[-9,-1],[2,-1],[-5,0],[0,-3],[-14,-4],[-2,-4],[-5,1],[-2,-3],[-8,-1],[2,-1],[-9,3],[-13,-1],[5,7],[11,2],[-3,5],[-8,5],[-19,-3],[-10,6],[19,3],[-6,4],[0,5],[23,2],[5,5],[-2,9],[-6,3],[-12,-1],[-6,-3],[-5,0],[-6,2],[-25,1],[-28,5],[-22,9],[-7,-4],[-12,0],[-2,9],[3,2],[-15,5],[-9,6],[6,4],[-4,7],[-7,4],[-1,3],[-16,0],[-7,9],[-14,6],[4,3],[-14,8],[6,4],[0,4],[-9,5],[-11,1],[-11,14],[10,7],[5,11],[7,4],[9,10],[-9,9],[15,6],[-18,10],[-7,-2],[-4,7],[-11,5],[-14,1],[28,16],[-1,7],[7,5]],[[5050,6370],[5,3],[-1,4],[14,2],[4,5],[12,6],[25,1],[8,3],[4,4],[13,2],[1,6],[-7,11],[6,3],[6,-1],[8,-7],[8,1],[28,-3],[33,-11],[12,-2],[6,2],[6,-5],[1,5],[5,2],[7,-1],[12,-4],[8,-5],[4,-6],[14,-2],[5,4],[8,2],[-5,8],[3,4],[-2,10],[16,12],[-4,12],[5,4],[10,1],[0,7],[13,3],[3,-1],[8,3],[10,0],[19,6],[2,2],[18,-5],[8,3],[5,-2],[25,1],[13,-2],[7,1],[2,5],[20,-1],[13,3],[-2,5],[20,5],[8,-1],[9,-5],[13,-1],[3,-4],[6,-2],[18,4],[-1,-4],[9,-10],[40,-4],[17,2],[18,-10],[6,0],[15,-21],[6,-2],[8,1],[23,-9],[6,-5],[0,-20],[10,3],[7,-2],[1,-3],[-4,-24],[-6,0],[4,-8],[-4,-2],[4,-3],[-3,-2],[4,-7],[15,-11],[-2,-11],[9,1],[11,-2],[6,-10],[9,-5],[0,-9],[16,0],[9,5],[19,-3],[14,1],[12,-5],[14,4],[8,-3],[6,-7],[33,-10],[6,-8],[11,-7],[4,0],[9,4],[13,0],[10,3],[7,0]],[[1792,6078],[5,-1],[3,-3],[6,-6],[3,-1],[2,0],[3,1],[8,-2],[2,-5],[0,-1],[-1,-6],[-2,-1],[-8,-4],[-8,2],[-8,0],[-7,0],[-3,-1],[-1,-3],[0,-1],[6,-2],[3,-2],[0,-1],[-11,0],[-4,2],[0,1],[0,1],[-2,4],[-3,2],[-2,0],[-4,1],[-7,-1],[-4,-1],[-9,-2],[-4,-2],[-2,-2],[-1,-2],[0,-2],[3,-2],[3,-1],[4,0],[2,-1],[0,-2],[-1,-2],[-4,-2],[-5,-3],[-1,-2],[-2,-5],[-2,-4],[-2,0],[-4,1],[-16,1],[-16,2],[-6,0],[-10,-2],[-7,-2],[-2,-1],[-3,-3],[-6,-4],[-6,-3],[-3,-2],[2,-8],[0,-8],[3,-6],[-9,-4],[-8,-3],[-2,0],[-2,-1],[-10,2],[-2,0],[-1,1],[-2,0],[-2,0],[-5,1],[-3,3],[-2,3],[-1,1],[-2,4],[-5,1],[-8,1],[-4,0],[-5,-1],[-2,-1],[0,-2],[-2,-1],[-3,-1],[-5,0],[-2,0],[0,1],[0,3],[2,5],[3,8],[-5,3],[0,2],[0,2],[1,5],[1,7],[-4,6],[-5,5],[-4,0],[-3,-1],[-2,0],[-3,-1],[-4,-1],[-2,0],[-1,1],[0,1],[0,1],[2,1],[8,2],[9,0],[8,7],[11,7],[14,5],[12,2],[6,0],[17,-1],[17,0],[13,-6],[0,-1],[2,-1],[4,0],[7,1],[3,1],[8,4],[1,2],[0,1],[-1,1],[2,2],[2,0],[2,1],[4,0],[8,2],[10,4],[2,1],[11,2],[2,0],[5,0],[4,-1],[4,-2],[2,-1],[8,-2],[8,3],[5,5],[5,2],[11,6],[6,0]],[[2405,6170],[2,-1],[1,-2],[-1,-3],[1,-2],[0,-1],[3,-1],[7,-1],[14,-2],[11,-1],[7,-1],[4,0],[3,-1],[3,-2],[2,-1],[2,-5],[-3,-3],[-5,-3],[-2,0],[0,-1],[0,-1],[2,-1],[6,-4],[5,-1],[4,1],[6,0],[11,-3],[2,-2],[4,-3],[9,-7],[0,-1],[1,-2],[1,-2],[1,-2],[1,-1],[4,-3],[3,-1],[1,0],[5,-3],[3,-1],[3,0],[2,0],[1,-1],[2,0],[1,-2],[2,-3],[0,-2],[-2,-1],[0,-5],[3,-2],[5,-2],[1,0],[5,-3],[1,-3],[-1,-4],[1,-3],[5,-4],[3,-7],[3,-6],[4,-5],[2,-1],[3,-1],[4,0],[3,1],[1,1],[1,1],[8,0],[4,-2],[7,-3],[1,-1],[3,0],[5,1],[3,1],[9,2],[12,0],[8,-1],[11,0],[5,0],[5,0],[3,0],[5,-1],[6,-4],[6,-4],[3,-2],[3,0],[4,1],[13,6],[19,-5],[6,-4],[10,-2],[3,-3],[2,-4],[3,-5],[2,-1],[5,-1],[14,-5],[5,-1],[3,0],[2,0],[7,3],[2,2],[2,0],[2,0],[4,-2],[4,-2],[2,-3],[1,-4],[10,-6],[11,-3],[6,-4],[1,-7],[13,-3],[5,0],[4,2],[1,3],[1,1],[2,0],[2,0],[2,-2],[4,-5],[1,-2],[-1,-4],[-1,-3],[0,-8],[-3,-4],[-4,-3],[-5,0],[-12,4],[-1,0],[1,-2],[4,-3],[8,-3],[5,0],[1,-4],[-1,-3],[0,-2],[-3,-1],[0,-1],[-3,-2],[-2,-4],[-1,-2],[1,-1],[-1,-2],[-2,-2],[-1,-3],[-2,0],[-7,-4],[-4,0],[-6,2],[-8,1],[-5,0],[-3,0],[-4,-1],[-1,0],[-3,1],[-1,0],[-4,3],[-1,2],[0,2],[2,1],[0,1],[1,2],[1,6],[4,5],[-1,1],[-4,1],[-6,0],[-5,-1],[-5,-1],[-5,-2],[-2,-2],[3,-1],[2,-1],[2,-1],[0,-1],[2,-3],[-1,-4],[-3,-1],[-7,-2],[-6,0],[-4,0],[-2,0],[-1,-2],[-1,-2],[-2,-4],[0,-1],[-1,-1],[-1,-1],[-8,-5],[-9,-3],[-10,-3],[-4,0],[-1,-1],[1,-1],[2,-1],[4,0],[7,1],[8,1],[14,3],[2,0],[4,2],[8,4],[6,3],[6,2],[6,0],[2,0],[9,0],[7,1],[5,0],[4,0],[3,-1],[2,-4],[-2,-2],[-6,-7],[-3,-2],[-4,-3],[-11,-6],[-7,-2],[-7,-3],[-5,-3],[-8,-5],[-2,-1],[-4,-1],[-10,-3],[-8,-2],[-9,-4],[-13,-4],[-13,-4],[-11,-3],[-6,-2],[-4,-2],[0,-1],[-6,-2],[-1,0],[-5,0],[-6,1],[-10,1],[-8,1],[-10,1],[-7,3],[-7,3],[1,1],[3,1],[1,0],[9,3],[8,4],[2,1],[1,1],[10,8],[3,1],[1,2],[0,1],[0,3],[-1,1],[-3,2],[-2,0],[-8,0],[-7,0],[-7,0],[-7,0],[-4,-2],[-7,-2],[-5,-2],[-6,-5],[-10,-7],[-6,-5],[-3,-3],[-3,-2],[-6,-2],[-8,-1],[-4,-1],[-6,0],[-6,0],[-4,1],[-7,2],[-7,0],[-2,1],[-4,-1],[-2,-3],[-6,-4],[-8,-3],[-10,-5],[-6,-3],[-6,-2],[-13,-5],[-4,-1],[-4,-1],[-7,0],[-2,0],[-4,2],[-6,2],[-13,4],[-18,-3],[-16,0],[-9,-1],[-4,-2],[-5,-3],[-14,-5],[-10,1],[-7,1],[-7,0],[-16,2],[-3,0],[-4,1],[-5,0],[-12,-4],[-16,-1],[-4,1],[-1,0],[-1,0],[-3,0],[-2,0],[-1,0],[-1,0],[-3,-1],[-1,0],[-2,-2],[0,-2],[0,-1],[-3,-6],[-7,-7],[-5,1],[-4,1],[-3,2],[-6,1],[-10,0],[-7,-1],[-2,-2],[-2,-1],[-1,0],[-1,0],[-17,2],[-5,3],[-2,2],[-4,3],[-7,3],[-11,3],[-14,1],[-10,1],[-3,0],[-2,1],[-1,1],[0,1],[7,7],[3,4],[2,4],[-1,2],[0,4],[2,10],[3,5],[6,8],[5,5],[3,3],[3,1],[11,0],[5,0],[5,-1],[8,-2],[11,0],[13,0],[1,0],[8,-3],[15,-5],[2,-8],[-1,-3],[-7,1],[-6,0],[4,-1],[6,-2],[10,-2],[4,1],[2,0],[11,-1],[1,0],[5,-1],[0,2],[-2,2],[-4,5],[-4,3],[-4,6],[0,2],[0,1],[1,1],[1,0],[2,1],[8,0],[3,1],[2,0],[2,-1],[7,-1],[5,-3],[12,-4],[18,-2],[8,1],[0,2],[-1,1],[-3,0],[0,1],[7,3],[1,0],[2,0],[2,0],[3,-1],[4,-1],[2,0],[4,-1],[3,-1],[3,0],[6,1],[5,1],[6,2],[7,2],[2,1],[6,0],[1,0],[6,0],[6,-1],[6,1],[4,1],[7,3],[6,3],[9,3],[11,2],[17,3],[7,2],[9,1],[3,1],[2,0],[4,1],[6,6],[3,2],[-3,4],[1,4],[4,3],[3,0],[1,0],[1,0],[0,1],[0,1],[0,1],[-1,1],[-1,1],[-13,-1],[-10,1],[-10,-2],[-1,-1],[-4,-2],[-6,-5],[-14,-4],[-5,-1],[-7,-1],[-15,-4],[-9,-3],[-9,-2],[-2,0],[-5,0],[-9,1],[-14,0],[-5,0],[-8,-2],[-8,-3],[-3,-2],[-8,-2],[-16,1],[-5,2],[-4,2],[-4,5],[-2,2],[-2,7],[3,7],[1,2],[4,2],[10,6],[2,1],[4,2],[3,1],[3,1],[1,0],[8,3],[7,3],[4,2],[3,2],[3,2],[1,2],[2,5],[5,6],[2,4],[2,4],[3,3],[6,7],[4,2],[7,1],[15,-1],[18,-2],[4,0],[13,1],[9,2],[2,1],[2,0],[1,2],[3,3],[5,4],[1,1],[6,1],[8,2],[14,5],[2,2],[7,5],[5,2],[2,2],[0,2],[-1,3],[-2,3],[-1,0],[-8,2],[-5,1],[-3,0],[-1,-1],[-9,-4],[-6,-2],[-7,-1],[-4,-1],[-15,-2],[-8,-2],[-10,-2],[-5,-1],[-7,0],[-9,0],[-2,-1],[-1,0],[-5,-3],[-5,-1],[-9,0],[-15,6],[-2,0],[-4,0],[-3,1],[-1,1],[0,1],[1,2],[3,2],[2,3],[0,3],[-6,5],[-2,1],[-12,3],[-4,0],[-6,3],[-6,2],[-8,2],[-8,4],[-6,3],[-3,1],[-4,1],[-14,5],[-13,-1],[-8,-1],[-15,-2],[-5,0],[-5,0],[-9,1],[-7,1],[-11,3],[-13,3],[-7,0],[-6,0],[-4,1],[-5,3],[-2,1],[1,3],[1,9],[0,3],[6,1],[8,2],[6,1],[4,1],[9,3],[7,5],[1,2],[2,2],[4,2],[3,2],[1,0],[2,2],[0,1],[-1,1],[-7,0],[-6,-2],[-4,-2],[-4,-1],[-3,0],[-4,1],[-2,1],[-1,1],[-1,1],[0,1],[0,5],[-4,9],[-1,5],[5,2],[6,0],[7,0],[7,2],[2,0],[3,1],[7,0],[2,0],[2,0],[1,-1],[2,-1],[0,-1],[2,0],[2,0],[1,0],[3,2],[5,2],[1,1],[4,2],[5,1],[16,-4],[14,-6],[4,-2],[3,-2],[5,-3],[5,-3],[4,-3],[3,-1],[4,0],[3,-1],[3,2],[-12,3],[-10,4],[-4,2],[-1,1],[-9,6],[-1,1],[-1,4],[-2,6],[-1,3],[0,10],[4,2],[6,2],[4,-1],[5,-3],[3,2],[3,2],[3,4],[2,2],[5,1],[3,0],[2,0],[5,-1],[7,0],[9,0],[7,4],[7,4],[8,2],[17,3],[6,-1]],[[4636,6426],[11,-9],[7,-2],[19,7],[22,2],[8,-2],[7,-12],[15,-1],[-1,-3],[14,3],[12,-1],[1,5],[6,4],[1,6],[11,-1],[9,2],[4,-9],[4,0],[8,2],[19,1],[15,4],[18,0],[5,-1],[6,-17],[13,-10],[-3,-4],[-6,-1],[7,-10],[15,3],[7,5],[9,-8],[7,3],[6,-1],[5,2],[7,-1],[4,-5],[7,0],[1,-5],[24,-3],[12,3],[6,-1],[0,5],[8,4],[8,1],[8,-6],[11,1],[5,3],[10,-4],[11,0],[11,-5]],[[5375,5977],[-4,-1],[-6,-2],[-5,-2],[-10,-4],[-5,-1],[-5,2],[-7,2],[5,-1],[4,-2],[2,-2],[-6,-2],[-4,-3],[3,-6],[-1,-2],[-7,-6],[-8,-3],[-6,-1],[-2,2],[0,2],[0,1],[-1,-2],[0,-1],[3,-2],[1,0],[3,0],[11,2],[-7,-3],[-1,0],[-3,0],[-11,1],[-1,0],[-1,3],[-1,1],[-1,-2],[4,-2],[4,-1],[5,-1],[4,0],[-5,-2],[-10,-2],[-5,0],[-13,-1],[-10,0],[-5,0],[-8,-2],[1,-5],[-3,-1],[-7,-3],[-15,-4],[-9,-2],[-9,-1],[-10,0],[-4,-1],[-5,-2],[-7,-2],[-10,-4],[-1,-1],[-1,0],[-6,-1],[-9,-1],[-9,0],[-3,0],[-6,-3],[-2,-3],[0,-1],[7,-1],[5,0],[4,1],[4,1],[0,1],[1,2],[1,1],[2,0],[4,1],[6,-1],[4,-1],[-11,-4],[-10,-4],[-16,-1],[-6,0],[-2,0],[-1,-2]],[[3842,6134],[-10,8],[18,12],[-12,9],[1,7],[-3,1],[-30,-15],[-31,3],[-18,-1],[-5,13],[3,18],[22,-1],[17,2],[18,-2],[39,14],[24,3],[1,10],[-14,3],[14,15],[15,10],[-10,21],[-4,2],[11,4],[31,7],[-4,4],[1,5],[11,5],[10,12],[7,4],[35,-13],[15,-12],[11,0],[15,-4],[65,54],[21,-5],[9,-5],[12,2],[1,12],[5,4],[12,2],[8,7],[8,2],[16,-3],[12,4],[3,3],[4,-4],[5,0],[25,4],[10,10],[17,2],[1,4],[7,2],[-14,6],[6,5],[0,4],[13,9],[0,3],[11,4],[6,-6],[7,1],[24,-8],[9,2],[11,-4],[26,-1],[10,2],[8,-1],[14,1],[1,1],[13,-1],[6,5],[10,-8],[0,-3],[9,2],[2,6],[4,0],[8,-2],[1,-5],[11,1],[19,7],[6,10],[-8,7],[3,6],[-2,4],[4,6],[11,3],[2,8],[6,-1],[6,2],[3,-12],[10,-2],[7,1],[6,-3],[11,1],[0,-6],[6,-3],[7,4],[14,-3],[6,2],[11,-3],[12,4],[10,9],[8,2],[6,-4],[15,1]],[[2053,6200],[9,2],[12,0],[9,-2],[2,-2],[1,-1],[0,-1],[0,-2],[-4,-8],[-4,-6],[-8,-8],[-4,-6],[-8,-6],[-5,-6],[-6,-7],[-3,-3],[-5,-5],[-6,-4],[-3,0],[-5,3],[-5,2],[-3,0],[-1,-1],[0,-4],[3,-5],[0,-3],[-1,-2],[-3,-2],[-1,-1],[-1,1],[-4,4],[-9,-5],[-6,-4],[-14,-5],[-11,-3],[-17,-4],[-6,-1],[-9,-4],[-10,0],[-9,-1],[-7,-1],[-4,-4],[-3,-1],[-8,0],[-1,0],[0,1],[1,2],[2,2],[-1,3],[-2,0],[-5,2],[-7,0],[-8,-1],[-8,-1],[-1,-3],[-4,-8],[2,-2],[-1,-2],[-9,-3],[-5,-1],[-1,1],[1,2],[0,3],[-3,5],[-7,2],[-2,0],[-1,1],[0,2],[0,1],[0,1],[5,4],[4,2],[0,-3],[2,-1],[2,1],[2,1],[3,1],[4,4],[3,2],[5,1],[3,-1],[3,-1],[6,0],[5,1],[5,1],[1,2],[6,7],[6,6],[3,3],[3,3],[4,2],[3,1],[6,0],[1,0],[0,1],[2,0],[3,2],[1,2],[2,1],[0,1],[-2,2],[-1,1],[-1,1],[1,1],[1,1],[3,2],[3,2],[4,1],[8,3],[4,3],[7,3],[7,2],[7,2],[-1,3],[4,2],[4,2],[6,1],[9,1],[8,5],[6,6],[14,3],[9,2],[4,2],[3,3],[7,3],[10,-1]],[[6314,6679],[-1,-3],[-6,-9],[-2,-4],[-2,-5],[-2,-6],[-1,-3],[1,-1],[27,0],[-2,-6],[-1,-9],[5,-3],[6,-3],[7,-2],[6,-4],[4,-3],[2,-5],[-1,-9],[-1,-5],[-15,-14],[-5,-5],[-33,0],[0,-2],[-4,-8],[-7,-7]],[[6289,6563],[-32,5],[-3,21],[-3,0],[-2,4],[-17,-1],[-15,-4],[-12,1],[-6,-6],[-10,1],[-3,-3],[-10,0],[-13,-4],[-6,1],[-13,-7],[-13,2],[-11,-1],[0,-9],[-9,-5],[-21,0],[-15,-3],[-9,3],[25,8],[2,5],[8,3],[-4,5],[-5,-1],[-13,3],[-7,-2],[-20,-1],[-13,4],[-16,3],[0,2],[9,8],[1,10],[-3,1],[3,3],[14,-3],[11,-6],[20,-2],[0,2],[9,2],[11,3],[6,-2],[3,3],[-4,5],[5,6],[6,1],[12,12],[-7,10],[-9,3],[-2,7],[-12,7],[-9,9],[5,3],[10,0],[-2,5],[3,6],[-5,1],[4,5],[0,8],[5,1],[-1,4],[9,-2],[4,-3],[9,4],[11,2],[4,-5],[6,1],[3,-2],[3,1],[13,-1],[5,3],[3,-8],[22,-7],[5,-5],[13,3],[17,-2],[6,3],[-1,2],[6,1],[3,9],[51,-9],[16,-5]],[[2299,6344],[4,0],[3,0],[4,-3],[1,-2],[2,-4],[-5,-5],[-12,-6],[-3,-1],[-2,1],[-1,1],[-1,1],[-2,2],[-2,2],[-2,1],[-2,1],[-2,0],[-2,-1],[-4,-2],[0,-1],[-8,-1],[-5,1],[-2,1],[-2,1],[-2,2],[-2,2],[0,1],[7,4],[4,0],[7,1],[17,3],[7,1],[5,0]],[[2395,6432],[10,-5],[1,0],[3,-4],[2,-4],[1,-4],[-2,-7],[1,-5],[-5,-13],[2,-7],[0,-1],[-1,0],[-1,-1],[-8,-5],[-4,-4],[-4,-3],[-1,-1],[-4,-1],[-2,1],[-8,0],[-10,-1],[-9,3],[-9,2],[-16,5],[-6,3],[-7,5],[2,5],[-1,3],[-1,3],[0,1],[1,3],[6,3],[11,4],[4,1],[2,1],[6,0],[4,-1],[9,-1],[2,0],[4,3],[1,2],[-3,7],[-2,3],[-5,4],[2,1],[3,1],[2,1],[7,2],[8,3],[4,1],[11,-3]],[[955,6330],[1,0],[1,-1],[2,-3],[3,-7],[-1,-1],[-1,-2],[0,-9],[-2,-2],[-2,-1],[-2,-1],[-10,-3],[-2,-1],[-3,0],[-6,0],[-5,0],[-11,3],[-2,0],[2,2],[5,2],[1,0],[0,1],[-1,0],[0,1],[0,2],[2,1],[2,1],[1,2],[-2,2],[1,2],[-1,1],[-2,1],[0,1],[0,2],[3,1],[1,0],[3,0],[3,-2],[7,1],[9,4],[1,2],[3,2],[2,-1]],[[1050,6396],[6,0],[2,0],[1,-1],[1,0],[4,1],[3,-1],[8,-2],[2,-4],[1,-4],[-2,-7],[-5,-2],[-9,0],[-7,3],[-10,4],[-1,0],[-3,4],[-2,3],[-1,3],[6,2],[2,0],[1,1],[3,0]],[[2202,6540],[3,0],[1,-1],[9,-4],[9,-3],[8,-3],[7,-3],[16,-4],[2,0],[2,0],[1,0],[5,-2],[6,-3],[4,-2],[3,-3],[5,-7],[-1,-1],[0,-1],[-6,-1],[-6,-2],[-4,0],[-5,-2],[2,-3],[8,-1],[14,0],[5,-3],[1,-3],[-2,-2],[-2,-3],[-4,-2],[-3,-2],[0,-3],[-1,-2],[0,-5],[1,-2],[0,-7],[-1,-1],[-2,-1],[-2,-1],[-4,-3],[-2,-1],[-2,-5],[-3,-2],[-12,-4],[-1,0],[-9,-5],[-8,-7],[-16,-4],[-3,0],[-2,0],[-9,0],[-4,3],[-4,3],[-6,3],[-5,2],[-8,1],[-9,3],[-5,5],[-3,7],[-3,7],[-3,1],[-5,0],[-8,1],[-1,0],[-1,1],[-9,5],[-6,3],[-4,2],[-10,5],[-3,1],[-5,1],[-9,4],[-7,3],[-4,1],[-3,4],[0,1],[1,1],[4,1],[3,-1],[3,1],[6,3],[3,3],[0,2],[4,2],[6,3],[3,0],[7,2],[5,2],[3,1],[2,2],[1,2],[1,2],[3,2],[5,3],[6,3],[14,5],[5,2],[6,0],[4,0],[15,2],[8,4],[5,0]],[[2006,6548],[17,1],[6,1],[3,0],[18,-3],[3,-1],[-1,-4],[-2,-3],[-4,-2],[3,-4],[9,-2],[10,0],[2,-1],[2,-1],[-1,-3],[-1,-2],[-2,1],[-6,1],[-6,0],[0,-1],[-3,1],[-16,2],[-7,2],[-4,3],[-7,2],[-8,1],[-12,1],[-10,-1],[-4,-2],[-3,-3],[-6,-2],[-9,-3],[-18,-2],[-4,0],[-4,1],[-12,5],[-3,1],[1,1],[4,1],[2,0],[4,2],[5,4],[5,1],[5,1],[8,0],[8,1],[10,1],[6,2],[7,2],[7,1],[8,0]],[[1022,6437],[18,-1],[2,-3],[-4,-3],[-1,0],[8,-2],[12,-1],[12,0],[10,-1],[2,0],[3,0],[8,-2],[1,-2],[-2,-1],[-5,-1],[-11,1],[-11,2],[-5,0],[-5,-2],[-9,-3],[-2,0],[0,-2],[0,-2],[1,-1],[11,0],[5,0],[10,1],[3,-1],[1,0],[-2,-4],[-2,-1],[-8,-2],[-10,-1],[-11,-1],[-10,-2],[-2,0],[-5,2],[-2,1],[-6,8],[0,1],[3,0],[2,0],[2,0],[4,-1],[4,0],[2,3],[0,2],[-3,2],[-4,1],[-16,1],[-8,1],[0,3],[6,3],[4,2],[2,2],[0,4],[8,0]],[[2314,6636],[6,1],[17,-2],[5,0],[1,-1],[2,-1],[3,-3],[0,-1],[-3,-4],[-2,-2],[-2,-1],[-2,-2],[-8,-1],[-4,1],[-2,-8],[1,-3],[-2,-1],[-12,-4],[-3,-1],[-2,0],[-6,0],[-1,0],[-5,1],[-8,3],[-8,5],[-2,2],[-3,4],[-1,4],[16,5],[14,2],[6,4],[1,1],[2,2],[2,0]],[[1124,6539],[5,0],[4,-2],[6,-3],[12,-4],[2,-7],[3,-6],[2,-1],[2,-3],[0,-3],[-7,-2],[-5,-3],[-1,-1],[-1,-2],[1,-1],[8,-3],[6,-1],[8,-4],[10,-4],[2,-2],[-3,0],[-8,0],[-5,2],[-7,3],[-12,2],[2,-1],[1,-1],[9,-1],[3,-1],[4,-1],[2,-2],[5,-4],[12,-4],[6,-2],[2,-3],[1,-3],[0,-2],[-1,-2],[-1,0],[-2,0],[-9,0],[-3,1],[-6,-1],[-5,-1],[-13,-3],[-7,-8],[2,-3],[1,-2],[-2,-1],[-4,0],[-1,0],[-1,0],[-4,2],[-2,0],[-2,0],[-1,-1],[0,-1],[1,-1],[0,-1],[2,-1],[2,0],[2,0],[1,-1],[1,-1],[1,0],[1,-1],[0,-1],[0,-1],[-5,-3],[-3,0],[-16,-3],[-8,0],[-12,1],[-5,3],[-3,4],[-7,1],[-10,1],[-1,-4],[1,-1],[0,-1],[-1,-2],[-2,-1],[-5,-1],[-14,2],[-17,3],[-14,1],[-4,2],[-1,1],[-1,1],[2,2],[3,6],[1,2],[1,1],[6,2],[7,2],[5,1],[8,-1],[2,0],[3,1],[3,0],[7,5],[0,1],[0,1],[-1,3],[0,4],[3,2],[1,2],[0,1],[-2,1],[-1,0],[-2,0],[-1,0],[-1,0],[-1,1],[2,1],[1,0],[-1,0],[-1,0],[-2,1],[2,2],[3,1],[2,-1],[2,0],[2,3],[1,1],[-7,2],[-12,3],[-2,1],[0,1],[2,0],[3,1],[5,0],[7,0],[5,0],[3,-1],[7,0],[10,1],[5,1],[14,5],[5,3],[3,3],[1,3],[5,9],[1,2],[-2,4],[-4,4],[0,2],[0,3],[0,1],[1,0],[2,1],[3,0]],[[1267,6570],[1,0],[1,-1],[1,0],[-1,-1],[9,0],[10,1],[2,0],[4,-1],[3,-2],[0,-2],[-2,-6],[-3,-4],[-2,-8],[-7,-9],[-1,-2],[-2,-1],[-5,-1],[-2,1],[-6,2],[-3,1],[-4,2],[-1,4],[-1,4],[1,1],[1,1],[1,1],[2,2],[-1,1],[-2,3],[-4,2],[-3,1],[-1,3],[2,5],[3,1],[7,2],[3,0]],[[2523,6783],[17,-2],[12,-3],[9,-1],[4,-1],[6,-2],[9,-2],[5,-3],[7,-3],[4,-4],[1,-3],[0,-4],[-2,-2],[-4,-6],[-1,-4],[-3,-3],[-13,-5],[-19,0],[-12,1],[-7,-1],[-5,4],[-3,3],[-12,6],[-3,3],[-6,4],[-6,4],[-4,4],[0,3],[4,7],[5,5],[13,5],[4,0]],[[6289,6563],[-3,-1],[-2,-3],[-1,-1],[-1,-3],[-1,-3],[-5,-7],[-7,-5],[-3,-4],[-5,-3],[-7,-4],[-1,-1],[0,-4],[-8,-4],[-8,-6],[-7,-5],[-7,-5],[-4,-2],[-4,-4],[-2,-4],[-2,-5],[-7,-7],[-1,-1],[-3,-5],[-1,-3],[-1,-2],[-6,-7],[-9,-4],[-9,-4],[0,-4],[1,-1],[4,-2],[3,-1],[0,-3],[0,-3],[0,-5],[-2,-7],[0,-8],[-2,-7],[0,-2],[0,-2],[3,-3],[0,-3],[0,-3],[-1,-2],[-6,-5],[-6,-5],[-4,-2],[0,-4],[0,-4],[-4,-6],[-7,-7],[-4,-5],[-2,-2],[-4,-3],[-2,0],[-5,-2],[-5,-3],[-1,-1],[-1,0],[-2,-3],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-3,-1],[-7,-1],[-1,-3],[-2,-6],[-3,-3],[-3,-3],[-6,-1],[-4,-2],[-3,-5],[-5,-4],[-5,-5],[-7,-6],[-2,-1],[-3,-2],[-1,0],[-3,-2],[-3,-1],[-3,0],[-3,-1],[-7,-1],[-7,-2],[-9,-3],[-9,-5],[-9,-6],[-5,0],[-7,0],[-4,0],[-5,0],[-9,-4],[-6,-6],[-7,-7],[-1,-1]],[[4636,6426],[2,8],[8,6],[4,11],[26,11],[2,11],[10,6],[0,16],[3,5],[-5,4],[-7,16],[24,17],[-14,1],[-11,10],[8,7],[14,-1],[9,4],[11,-1],[8,10],[22,5]],[[4750,6572],[0,-3],[9,-6],[-2,-5],[10,-4],[-3,-5],[4,-1],[8,0],[4,6],[-1,5],[7,7],[12,-3],[13,4],[9,-4],[6,1],[11,-2],[16,9],[18,2],[-2,-12],[7,0],[10,2],[4,5],[21,-4],[9,2],[13,-1],[7,6],[12,-3],[24,1],[15,7],[1,3],[9,2],[6,0],[1,-5],[5,-1],[13,2],[18,-3],[16,6],[-1,1],[6,5],[19,0],[12,13],[1,6],[-12,5],[2,5],[-15,5],[0,4],[7,4],[-11,3],[-3,6],[-2,5],[5,6],[38,13],[23,1],[10,-3],[4,9],[9,3],[8,-4],[15,3],[2,3],[-8,7],[3,6],[9,3],[-3,4],[3,4],[11,6],[-1,4],[16,12],[12,-1],[11,8],[19,-1],[18,9],[3,5],[14,-2],[9,5],[9,-4],[17,7],[4,-3],[17,0],[6,-4],[10,-2],[10,4],[11,-6],[5,-8],[8,-2],[0,4],[28,7],[1,4],[4,0],[11,10],[-3,9],[13,13],[10,5],[-10,1],[-9,8],[2,21],[-13,11],[8,6],[20,7],[-26,11],[-8,8],[-8,0],[-4,5],[-9,-1],[-12,2],[17,14],[23,6],[20,10],[6,1],[-19,3],[-16,-2],[-6,4],[-12,-1],[-9,6],[8,4],[0,7],[21,9],[3,11],[14,7],[-1,5],[10,-3],[44,1],[-4,7],[1,4],[10,2],[22,12],[-3,4],[5,6],[18,-3],[39,9],[4,-4],[4,-14],[7,0],[21,-11],[6,2],[2,5],[14,5],[6,1],[-2,-7],[16,-6],[3,-3],[17,0],[6,-3],[9,9],[13,-3],[2,8],[11,0],[0,4],[30,8],[-3,4],[-15,0],[0,1],[5,0],[-2,2],[-19,2],[-10,-2],[-1,-6],[-12,0],[-6,8],[4,4],[-5,3],[-3,16],[-9,1],[-10,-1],[-10,3],[-2,1],[4,2],[0,8],[-12,-1],[-15,5],[-5,3],[-2,9],[-9,7],[-18,4],[22,14],[8,16],[7,7],[-13,5],[-5,5],[-6,1],[-5,3],[3,3],[-3,1],[1,24]],[[5599,7121],[16,-1],[17,-2],[6,0],[10,-1],[3,-4],[7,-1],[7,-1],[8,3],[7,1],[7,0],[3,-1],[8,-2],[13,1],[12,1],[14,0],[15,-5],[6,-2],[2,0],[6,0],[18,0],[13,0],[9,0],[8,1],[2,1],[2,1],[2,-1],[1,0],[1,-1],[4,-3],[2,-2],[4,-2],[9,-2],[9,-1],[6,0],[7,1],[6,-2],[3,-2],[6,-1],[3,0],[2,2],[2,1],[2,0],[2,0],[1,0],[1,0],[1,2],[1,1],[-2,0],[-1,-1],[1,-1],[-2,0],[3,3],[2,0],[0,-1],[8,-1],[12,1],[13,-1],[14,-2],[10,2],[8,2],[2,-1],[8,-2],[15,-2],[5,0],[14,1],[2,0],[3,2],[2,0],[5,2],[4,2],[6,0],[5,-2],[1,-1],[3,-2],[2,0],[6,1],[11,4],[3,7],[0,2],[1,1],[6,2],[9,3],[10,2],[3,1],[6,-1],[1,-1],[0,-1],[-1,-1],[9,-3],[9,-3],[7,-2],[8,-1],[5,1],[4,0],[5,-1],[12,-1],[9,-1],[10,-1],[4,-2],[6,-1],[6,-2],[3,-1],[4,1],[13,3],[4,2],[2,1],[10,4],[8,2],[7,3],[2,2],[6,4],[9,3],[3,0],[4,1],[6,0],[5,0],[19,1],[6,0],[7,-1],[7,-1],[8,-2],[4,-2],[9,-2],[5,1],[4,1],[5,2],[6,1],[4,1],[11,0],[1,0],[1,-1],[3,-3],[1,-4],[-1,-3],[2,-3],[6,-3],[5,-1],[9,-2],[4,0],[3,-1],[12,1],[11,3],[8,0],[9,-2],[7,-2],[5,-4],[-1,-2],[2,-3],[4,-3],[7,-4],[7,-3],[2,-4],[2,-3],[4,-4],[2,-2],[5,-4],[9,-7],[7,-3],[8,-2],[15,-4],[15,-3],[2,-1],[1,-2],[1,-3],[1,-2],[-2,-1],[-4,-7],[-1,-5],[0,-4],[1,-6],[1,-5],[5,-8],[6,-5],[3,-3],[6,-6],[3,-5],[-3,-8],[-2,-2],[1,-4],[1,-3],[1,-3],[4,-4],[9,-3],[12,-5],[4,-2],[5,-4],[3,-2],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-3,1],[-3,1],[-6,1],[-4,0],[-3,0],[-2,-1],[0,-4],[0,-3],[7,-3],[1,0],[2,2],[3,1],[-5,-3],[-4,-3],[-5,-2],[3,-3],[4,-3],[5,-2],[4,-3],[1,-2],[-6,-8],[-3,-2],[-4,-2],[-8,-4],[-2,-2],[-1,-5],[-11,-7],[-4,-7],[-6,-6],[-6,-3],[-2,-2],[-3,-4],[-2,-3],[-1,0],[-2,-1],[-1,0],[-1,-1],[-2,0],[-2,1],[-2,1],[-4,0],[-2,-1],[-5,-3],[-2,-3],[-1,-2],[0,-6],[0,-1],[1,-6],[-9,-3],[-8,-4],[-11,-5],[-14,-7],[-8,-4],[-6,-4],[-3,-2],[-1,-1],[-5,-5],[-9,-5],[-6,-3],[-4,-2],[-5,-3],[-11,-7],[-6,-3],[-4,-3],[-3,-4],[-3,-5],[-3,-6],[-4,0],[-2,-1],[-6,-6],[-6,-6],[-5,-6],[-8,-7],[-7,-8],[-1,-3],[-2,-2],[-2,-3],[-3,-4],[-6,-7],[-4,-5],[-3,-5],[-3,-5],[-7,-8],[-4,-8]],[[4750,6572],[6,7],[20,4],[2,8],[12,0],[16,-5],[7,1],[8,4],[1,3],[8,1],[4,8],[13,2],[0,5],[4,-2],[18,6],[3,4],[-3,3],[23,17],[19,-2],[7,4],[21,7],[9,-3],[25,3],[-2,4],[3,5],[10,4],[1,6],[7,5],[-14,8],[9,4],[7,6],[-8,8],[-12,0],[-12,5],[0,3],[9,5],[6,9],[-2,8],[-11,9],[12,6],[-11,2],[-3,5],[-8,1],[-21,6],[2,4],[-2,4],[16,15],[24,5],[16,14],[4,8],[5,0],[9,7],[21,11],[3,4],[-5,1],[-2,6],[13,5],[-12,7],[-6,19],[-8,6],[-20,-2],[-4,4],[-17,2],[-15,5],[-5,3],[-5,1],[-9,14],[-12,7],[-10,-1],[-23,-7],[-28,-5],[-42,1],[-8,-11],[-17,-4],[-19,-1],[-4,-2],[0,2],[-6,0],[-33,6],[-3,4],[11,2],[-3,11],[12,32],[-2,6],[-20,13],[14,8],[-15,7],[-15,1],[10,5],[-9,21],[-8,4],[16,5],[-1,3],[-4,1],[2,2],[-6,1],[-3,6],[-16,4],[-7,5],[0,2],[10,5],[-8,6],[-17,26]],[[4672,7064],[3,2],[11,6],[6,3],[10,2],[11,2],[6,1],[4,-1],[-1,-2],[-7,-4],[-2,-1],[-1,1],[1,0],[-4,0],[4,-1],[2,1],[6,2],[2,1],[1,2],[0,1],[-6,1],[-4,0],[-14,-2],[-8,0],[10,3],[15,3],[12,3],[4,0],[14,1],[11,2],[23,1],[4,1],[-1,1],[-4,0],[8,1],[7,1],[10,-1],[8,0],[10,-2],[25,-2],[17,0],[13,0],[13,1],[8,2],[12,4],[5,2],[3,1],[10,9],[2,2],[0,4],[-2,6],[1,5],[4,3],[15,-1],[18,1],[8,2],[3,1],[13,3],[9,2],[13,2],[15,1],[6,1],[9,2],[11,2],[12,2],[13,2],[12,0],[5,-1],[7,-2],[4,-1],[7,0],[2,0],[3,1],[4,1],[3,1],[4,0],[11,0],[0,-2],[-1,-1],[1,-2],[11,-5],[4,-1],[4,-1],[18,-7],[7,-2],[11,-2],[5,-1],[14,-4],[13,-3],[11,-3],[12,-2],[38,-8],[6,-1],[4,0],[14,-1],[11,-1],[18,-3],[13,-2],[5,0],[5,-2],[4,0],[3,-1],[12,0],[6,0],[10,1],[4,1],[1,0],[2,1],[0,1],[8,4],[8,2],[2,1],[4,1],[4,0],[12,1],[9,2],[14,4],[11,8],[4,2],[2,1],[16,2],[6,1],[13,1],[13,2],[12,1],[6,1],[4,-1],[1,-1],[1,-1],[0,-1],[0,-1],[0,-2],[1,-1],[3,-1],[6,-2],[4,0],[7,-1],[6,1],[13,1],[2,0]],[[2513,6957],[2,0],[3,0],[7,-5],[7,-7],[6,-7],[0,-5],[-1,-4],[-1,-5],[-1,-1],[-3,-4],[-3,-6],[0,-1],[-6,-8],[-2,-2],[-5,-3],[-7,-5],[-3,-3],[-4,0],[-5,-2],[-1,0],[-6,-7],[0,-5],[4,-3],[3,-5],[2,-4],[1,-2],[2,-7],[0,-6],[0,-4],[1,-5],[4,-5],[5,-6],[5,-4],[8,-2],[2,1],[1,-3],[0,-9],[-3,-4],[-5,-4],[-11,-6],[-4,-4],[-1,-2],[-4,-4],[-3,0],[-16,-3],[-9,-1],[-14,3],[-4,2],[0,1],[-3,5],[0,2],[-6,7],[-3,3],[-1,4],[-3,8],[5,5],[2,1],[1,2],[2,4],[0,2],[-2,5],[-1,4],[-3,5],[0,1],[-1,1],[0,4],[1,4],[-1,3],[-2,2],[0,2],[-1,1],[0,3],[3,6],[1,2],[3,7],[3,6],[1,2],[2,1],[1,1],[9,8],[10,5],[14,-2],[8,-2],[5,-1],[4,2],[3,2],[2,1],[1,1],[1,1],[-1,1],[-7,7],[-11,7],[-3,7],[0,2],[1,2],[5,4],[2,0],[1,0],[1,0],[5,-5],[5,-4],[14,3],[3,1],[2,1],[1,1],[-1,8],[-2,1],[-4,3],[-6,3],[-7,3],[-1,1],[1,1],[6,1]],[[1366,6860],[6,0],[1,-2],[-2,-3],[-3,-3],[1,-1],[4,-1],[2,0],[-2,2],[2,3],[2,-1],[1,0],[-1,-5],[0,-2],[-3,-2],[-4,-1],[-3,-1],[-4,-3],[-3,0],[-2,0],[-2,0],[-1,1],[1,1],[-3,0],[-3,-1],[-2,0],[-1,1],[-1,-1],[4,-1],[1,1],[3,1],[1,-1],[0,-1],[2,0],[2,0],[2,-1],[1,-1],[-1,0],[-5,-1],[-5,0],[-7,1],[-2,1],[-1,0],[-7,5],[8,8],[6,3],[1,1],[4,1],[4,1],[7,2],[2,0]],[[2555,7018],[2,0],[2,-1],[2,-1],[1,-3],[0,-1],[1,-7],[-3,-6],[-2,-4],[-3,-6],[-1,-4],[-3,-8],[-1,-4],[-1,-4],[-1,-5],[-2,-5],[-3,-6],[0,-1],[-4,0],[-4,2],[-9,6],[-1,1],[-1,1],[-2,5],[-1,3],[1,3],[-1,2],[-1,0],[-1,3],[2,3],[3,2],[6,-1],[7,2],[1,0],[1,2],[0,1],[0,1],[-6,6],[-3,10],[8,7],[9,7],[1,0],[7,0]],[[1381,6945],[9,-1],[1,0],[3,0],[2,-1],[1,0],[1,-1],[1,-4],[4,-9],[1,-1],[0,-2],[-3,-5],[-1,0],[-5,-2],[-3,-1],[-1,-2],[-1,-1],[-1,0],[-2,-1],[-2,0],[-1,-1],[-2,0],[-9,3],[-2,0],[0,1],[-1,0],[1,1],[2,3],[2,1],[1,0],[0,1],[0,1],[-1,3],[-5,1],[-5,1],[-1,0],[-1,0],[-3,1],[-2,2],[1,3],[2,4],[6,3],[2,2],[12,1]],[[1257,6930],[17,0],[4,1],[7,0],[2,-1],[6,-1],[3,-2],[-2,0],[-4,1],[-5,-3],[0,-1],[1,-1],[1,1],[0,1],[2,1],[4,0],[6,-1],[7,-2],[2,-2],[2,-3],[-4,-2],[-2,0],[-1,-1],[3,-3],[1,-1],[1,0],[1,0],[2,1],[1,0],[0,3],[-1,3],[1,2],[2,1],[10,-1],[2,-1],[11,-4],[6,-1],[6,-3],[2,-1],[8,-4],[3,-2],[-4,-3],[-15,2],[-1,0],[-3,1],[-4,2],[-4,1],[-2,-2],[0,-1],[0,-2],[0,-3],[2,0],[5,-1],[3,0],[3,-1],[3,0],[0,-1],[1,-1],[-1,-1],[-5,-3],[-2,0],[-18,-1],[-12,0],[-4,2],[-3,-2],[4,-6],[4,-2],[6,-3],[3,0],[3,1],[2,1],[-3,3],[3,1],[16,1],[7,0],[1,-1],[5,-2],[7,-5],[6,-5],[-2,-3],[0,-4],[4,-3],[-2,-1],[-2,-1],[-4,-1],[-11,-2],[-14,-2],[-3,-3],[-3,-1],[-2,0],[-1,0],[-11,2],[-11,3],[-9,2],[-17,3],[-7,1],[-1,0],[3,-1],[8,-1],[11,-3],[8,-3],[3,-3],[2,-3],[-1,-1],[-3,0],[-1,0],[-7,2],[-4,1],[-7,-1],[-9,-2],[-6,-1],[-3,0],[-2,1],[0,2],[-1,0],[-2,0],[-6,1],[3,-1],[5,-2],[1,-1],[2,0],[2,0],[2,0],[2,0],[1,1],[1,0],[4,-1],[2,0],[4,-2],[0,-2],[0,-1],[-2,0],[-1,-1],[-1,1],[-3,-1],[-3,0],[-1,0],[-1,1],[-1,0],[-3,0],[1,0],[0,-1],[0,1],[-1,0],[-2,0],[-1,0],[-3,0],[-2,-1],[3,1],[4,0],[3,-2],[-2,0],[9,-4],[3,1],[3,1],[1,0],[4,-2],[12,-5],[5,-4],[-1,-2],[-4,0],[-2,0],[-9,1],[-4,0],[-11,-1],[10,-1],[9,-3],[11,-2],[3,-2],[1,-1],[0,-1],[0,-2],[11,-3],[10,-2],[1,-3],[-2,-2],[-6,0],[-5,0],[-2,1],[-4,0],[-5,1],[-6,-1],[2,-1],[3,-1],[7,-3],[4,0],[4,0],[10,2],[11,4],[5,0],[2,-2],[0,-1],[-1,-3],[-1,-1],[-1,-2],[-2,-1],[-6,-1],[-9,-3],[-10,-4],[-1,-1],[-1,0],[-3,0],[-3,2],[-2,0],[0,1],[5,0],[-2,1],[-4,-1],[-1,-1],[3,-2],[0,-1],[-6,0],[-5,0],[-1,2],[-3,2],[-11,3],[2,-2],[11,-5],[4,-2],[7,-1],[14,-2],[6,0],[6,2],[1,0],[5,0],[3,-1],[4,-2],[0,-1],[1,-8],[0,-5],[2,-3],[3,0],[3,1],[5,1],[1,1],[2,0],[7,0],[1,0],[2,-5],[-2,-4],[-4,-9],[0,-2],[-3,-3],[-8,-1],[-7,-1],[-8,-1],[-6,-4],[-6,-4],[-8,-5],[-3,-3],[-1,0],[0,-1],[3,-2],[3,-3],[0,-3],[-2,-3],[-4,-1],[-2,-1],[-2,-2],[-3,-5],[1,-7],[-2,-2],[-2,-1],[-4,-2],[-13,-1],[-9,0],[-11,1],[-3,1],[-1,1],[0,1],[1,2],[1,3],[7,-1],[2,-1],[3,-1],[2,-1],[1,1],[1,0],[-7,4],[-4,1],[-4,0],[-10,-1],[-6,-1],[-4,-1],[-5,-2],[-8,1],[-16,3],[-4,4],[-1,1],[3,-6],[6,-4],[7,-2],[3,-1],[9,0],[4,0],[0,1],[5,2],[6,1],[2,0],[3,0],[2,-2],[2,-4],[1,-3],[5,-4],[7,-2],[5,0],[1,1],[2,0],[7,1],[2,0],[2,-2],[4,-4],[4,-5],[-1,-3],[-1,-3],[0,-1],[1,-1],[2,-2],[6,-4],[5,-4],[1,-1],[0,-8],[2,-5],[0,-2],[-3,-5],[-5,-6],[-1,-1],[-1,0],[-8,-3],[-2,0],[-3,0],[-7,0],[-3,0],[-3,0],[-2,1],[-1,0],[-1,0],[-2,1],[-9,4],[-4,1],[0,-2],[1,-2],[4,-4],[-1,0],[-2,-1],[-2,0],[-4,1],[-17,3],[-17,-2],[8,-1],[6,-2],[4,-2],[0,-1],[0,-1],[2,-3],[7,-1],[6,1],[9,1],[6,1],[5,1],[3,0],[4,1],[2,0],[9,-2],[11,-2],[10,-3],[3,-4],[0,-3],[3,-2],[5,-3],[7,2],[11,-5],[4,-1],[2,-1],[0,-2],[-3,-2],[-2,-2],[-8,-4],[-3,-7],[-5,-1],[-8,-1],[-9,2],[-10,3],[-4,2],[-6,2],[-6,2],[-6,-1],[-11,-1],[-4,-1],[-2,-1],[-18,-2],[-14,0],[-7,0],[-9,0],[-11,1],[-12,1],[-1,0],[-13,6],[-5,5],[1,5],[-4,5],[-5,10],[-3,5],[-3,1],[-4,1],[-3,2],[0,2],[1,2],[3,2],[1,1],[2,1],[1,3],[0,2],[-5,7],[-8,9],[-1,6],[-1,9],[0,5],[0,8],[0,5],[-1,2],[-7,6],[0,4],[-1,3],[-3,3],[-4,2],[-5,1],[-7,-1],[-3,2],[-2,1],[0,1],[5,2],[6,-1],[7,0],[2,0],[6,3],[3,3],[2,4],[0,5],[0,3],[0,9],[6,6],[0,1],[-1,3],[-1,1],[-1,3],[2,2],[10,3],[3,0],[3,2],[1,2],[1,4],[2,5],[0,6],[1,7],[2,8],[-1,4],[-2,5],[-2,7],[-2,4],[-4,9],[-5,5],[-4,5],[-3,2],[-5,4],[-4,3],[-1,1],[1,2],[0,1],[4,4],[3,-1],[2,0],[6,-1],[2,1],[3,1],[2,1],[5,2],[1,1],[14,4],[8,1],[1,1],[2,1],[1,2],[1,2],[0,2],[-1,2],[-2,2],[0,2],[5,2],[0,1],[2,0],[3,0],[2,-1],[1,0],[1,-1],[1,-1],[-2,-1],[0,-3],[0,-1],[2,0],[1,-1],[7,-1],[-1,1],[-3,1],[-1,0],[-4,0],[1,3],[1,1],[2,0],[9,1],[1,0],[2,0],[2,-1],[5,-3],[5,-3],[-7,4],[-2,2],[-1,0],[-2,1],[-3,0],[-13,2],[-1,1],[-3,1],[-2,0],[-2,0],[-2,0],[-9,-1],[-8,1],[-3,2],[-1,3],[1,0],[0,6],[-2,5],[-1,3],[-3,2],[-3,0],[-3,0],[-1,1],[-3,4],[-2,3],[1,2],[1,4],[1,2],[-1,4],[-1,2],[2,3],[7,3],[1,1],[2,-1],[3,0],[5,0],[7,0],[3,1],[5,5],[0,1],[-3,3],[2,4],[6,2],[10,2],[15,2],[6,-1],[4,-2],[1,-2],[7,-2],[13,-2]],[[2222,7132],[8,0],[2,0],[2,0],[2,-2],[3,-5],[-2,-2],[-2,-2],[-1,-4],[12,-2],[5,-3],[13,-4],[6,-2],[3,-1],[4,-4],[3,-3],[2,-4],[5,-5],[1,-1],[5,-8],[0,-2],[0,-3],[0,-4],[1,-2],[6,-2],[5,-1],[8,0],[4,0],[7,0],[12,-2],[5,-4],[6,-5],[5,-7],[1,-2],[3,-5],[4,-4],[4,-3],[6,-5],[7,-8],[4,-3],[1,-4],[-1,-8],[1,-6],[0,-8],[3,-5],[-1,-7],[0,-5],[0,-3],[1,-5],[0,-2],[0,-8],[-2,-9],[-2,-3],[-1,-5],[4,-6],[1,-3],[1,-5],[3,-10],[-1,-6],[-2,-8],[0,-1],[-3,-9],[-2,-6],[-1,-8],[-1,-2],[-4,-3],[-3,-2],[-3,-1],[-4,0],[-6,-2],[-16,-6],[-15,-3],[1,-2],[2,-2],[2,0],[4,-1],[9,0],[13,1],[13,1],[12,0],[6,-2],[8,-7],[2,-2],[1,-3],[0,-2],[-7,-9],[-6,-6],[-2,-6],[5,-5],[5,-4],[7,-6],[7,-7],[7,-7],[7,-8],[-3,-4],[-5,-1],[-5,0],[-6,-1],[-2,-1],[-6,-1],[-8,-2],[-5,-2],[-6,-4],[-3,-2],[-2,-1],[-1,-4],[0,-1],[4,1],[2,1],[1,0],[11,7],[15,4],[2,1],[12,1],[9,0],[14,-2],[7,1],[6,0],[11,0],[5,-2],[3,-2],[1,-1],[-3,-3],[2,-4],[6,-4],[1,-1],[-1,-2],[-4,-3],[-9,-4],[-9,-3],[-9,-4],[-2,-4],[2,-4],[3,-1],[1,1],[9,5],[5,1],[9,2],[8,4],[6,3],[7,2],[3,0],[3,-1],[10,-5],[6,-5],[3,-3],[2,0],[5,0],[10,-1],[5,-1],[10,-2],[10,-3],[9,-3],[9,2],[6,1],[5,-1],[7,-3],[11,-5],[1,-2],[0,-2],[-2,-3],[-2,-1],[1,-2],[2,-1],[8,-2],[3,0],[5,0],[7,2],[4,2],[7,3],[9,5],[2,2],[2,0],[7,1],[9,0],[16,1],[16,1],[9,3],[2,1],[6,3],[6,2],[6,2],[6,1],[16,1],[16,1],[16,-1],[3,-1],[4,-3],[-4,-2],[-6,-2],[-3,-2],[4,-1],[10,1],[15,1],[12,0],[16,1],[1,0],[5,0],[12,-6],[2,-3],[-1,-2],[-2,-2],[-3,-3],[-4,-3],[-6,-4],[-1,-1],[-3,-5],[0,-1],[3,-3],[2,-3],[0,-1],[0,-1],[-1,-2],[-4,-7],[-1,-4],[-4,-2],[-9,-5],[-6,-2],[-8,-5],[-13,-6],[-8,-3],[-13,-4],[-9,-1],[-9,-3],[-3,-2],[-6,-2],[-4,-1],[-15,-3],[-8,2],[-4,3],[-3,1],[-5,1],[0,-2],[0,-3],[1,-2],[2,-2],[2,-4],[-4,-5],[-4,-5],[0,-1],[0,-1],[5,-3],[5,2],[1,2],[1,2],[1,1],[2,0],[4,-1],[1,-1],[1,-3],[-5,-4],[-8,-4],[-2,-4],[-2,-3],[-3,-4],[-6,-5],[-7,-5],[-3,-2],[-7,-4],[-5,0],[-6,1],[-8,-1],[-7,0],[-3,-5],[-5,-5],[-5,-6],[-3,-3],[-2,-2],[-2,-1],[-1,0],[-3,0],[-4,-2],[-3,-3],[-8,-6],[0,-6],[2,-2],[-2,-2],[-6,-2],[-7,-2],[-7,-2],[-2,-2],[-2,-2],[0,-2],[-5,-4],[-5,-1],[-7,-2],[-3,-1],[-7,-1],[-7,-2],[-1,-1],[-2,-2],[-5,-1],[-6,-1],[-5,0],[-15,-4],[-15,-2],[-5,-1],[-6,-1],[1,-1],[0,-1],[-1,-1],[-1,0],[-1,1],[-2,3],[-2,3],[0,5],[-1,1],[-1,2],[-8,4],[-2,6],[-3,4],[0,5],[3,4],[3,3],[2,3],[4,4],[2,1],[2,1],[3,-1],[5,0],[3,1],[3,2],[-1,3],[-2,4],[1,5],[3,6],[5,8],[4,2],[4,0],[1,0],[3,3],[-3,3],[-2,2],[-6,0],[-3,-1],[-1,0],[-2,1],[-1,1],[1,1],[6,7],[3,2],[4,2],[8,2],[4,2],[2,3],[1,1],[7,4],[4,1],[5,2],[2,0],[5,1],[4,0],[3,1],[2,1],[4,5],[6,4],[6,0],[5,2],[5,4],[2,1],[4,1],[14,0],[9,1],[1,0],[8,1],[1,0],[13,5],[9,6],[0,1],[-15,-3],[-14,-2],[-10,-4],[-7,-1],[-2,0],[-13,0],[-4,0],[-2,0],[-3,2],[-2,1],[-8,1],[-3,0],[-7,-2],[-14,-2],[-11,-3],[-4,-1],[-13,1],[-3,0],[-3,3],[1,4],[0,9],[-2,6],[-7,8],[-11,5],[-4,3],[-3,7],[-4,3],[-3,1],[-2,0],[-3,-1],[-1,-3],[1,-2],[2,-3],[3,-2],[4,-4],[1,-6],[0,-1],[-1,-7],[-2,-5],[-2,-2],[-3,-2],[-5,-1],[-4,-3],[-4,-3],[-3,-6],[-4,-5],[-4,-6],[-6,-5],[-4,-8],[-8,-6],[-4,-6],[-1,-1],[-3,1],[-8,4],[-12,3],[-2,1],[-3,2],[-1,0],[0,1],[0,2],[2,3],[2,2],[1,3],[-1,2],[0,2],[0,2],[1,2],[0,1],[2,4],[2,3],[-1,5],[-6,9],[1,1],[0,3],[-2,1],[-1,1],[-3,1],[-3,0],[-3,1],[0,-2],[-1,-1],[-4,-2],[-2,-1],[-11,4],[-6,3],[-6,3],[-10,3],[-1,1],[-1,-1],[-2,0],[0,-1],[0,-2],[2,-1],[1,-2],[0,-2],[0,-7],[0,-2],[-1,-1],[0,-1],[-2,-1],[-1,-1],[-1,0],[-4,-1],[-1,0],[-5,0],[-4,-1],[-6,1],[-7,1],[-16,1],[-3,-1],[-15,-3],[-5,0],[-10,-1],[-7,-1],[-23,-4],[-15,-2],[-12,-3],[-4,0],[-10,1],[-1,0],[0,2],[8,5],[8,4],[3,1],[3,1],[4,3],[9,8],[2,2],[2,5],[0,2],[-1,1],[-4,1],[-7,1],[-2,0],[-2,-1],[-6,-2],[-4,-2],[-6,-3],[-9,-3],[-2,-1],[-7,-1],[-3,-1],[-2,0],[-3,0],[-4,1],[-2,1],[-3,1],[-5,3],[-4,3],[-7,4],[-9,6],[-6,8],[-2,2],[2,8],[1,1],[2,1],[4,0],[11,0],[9,0],[3,0],[1,1],[3,2],[1,0],[2,3],[0,4],[0,5],[-5,-2],[-2,-3],[-1,-1],[-4,-2],[-3,0],[-1,-1],[-5,0],[-7,1],[-17,-3],[-1,0],[-7,-1],[-3,1],[-14,6],[-6,3],[-1,1],[-1,6],[-9,5],[-12,5],[-2,2],[-1,2],[-1,1],[-2,4],[-3,5],[0,6],[0,1],[-1,2],[-5,2],[-4,0],[-6,0],[-4,1],[-1,0],[-1,1],[0,2],[1,5],[-1,7],[-1,2],[-1,1],[0,1],[1,1],[2,1],[4,2],[4,1],[14,4],[8,2],[6,1],[5,2],[5,0],[4,2],[-1,4],[-2,4],[6,2],[7,-2],[10,-3],[13,-3],[5,-2],[14,-6],[3,-2],[3,-3],[7,-5],[0,-1],[3,-4],[2,-1],[4,-1],[7,-2],[5,-1],[5,0],[3,0],[2,2],[-1,1],[-7,2],[-5,2],[-2,1],[-4,2],[-6,6],[-5,4],[-1,2],[-9,4],[-10,5],[-4,3],[-12,4],[-9,4],[-1,1],[0,1],[-5,2],[-8,0],[-5,0],[-18,-2],[-6,-3],[-2,-2],[-1,-2],[-2,-2],[-5,-2],[-3,0],[-1,2],[1,0],[1,1],[3,1],[1,4],[-2,3],[1,2],[3,4],[-3,4],[-5,2],[-6,2],[-8,3],[-2,2],[2,3],[3,2],[5,2],[2,1],[1,1],[-7,2],[-8,2],[-3,3],[0,1],[0,2],[2,3],[1,2],[-1,2],[-3,4],[-2,3],[-1,0],[-2,-6],[0,-4],[-4,-5],[-11,-7],[-6,-5],[-6,-3],[-3,1],[0,2],[-2,8],[2,2],[3,3],[3,2],[2,2],[-1,1],[-8,3],[-9,-3],[-11,-3],[-6,-1],[-7,1],[-4,0],[-3,-1],[-4,-1],[0,-1],[3,-9],[3,-8],[2,-7],[0,-6],[-1,-7],[0,-3],[1,-3],[0,-2],[-1,-2],[-5,-2],[-4,-1],[-7,0],[-1,0],[-15,5],[-10,4],[-9,4],[-8,3],[-8,1],[-7,2],[-10,2],[-16,1],[-9,2],[-6,3],[-3,1],[-2,1],[-2,1],[-8,2],[-8,1],[-3,1],[-7,1],[-7,4],[0,1],[-6,7],[0,4],[1,5],[-5,9],[-1,5],[-2,4],[-4,4],[-6,3],[-1,0],[-3,0],[-12,7],[-5,-1],[-7,-2],[-6,1],[-2,7],[1,4],[3,2],[3,1],[1,1],[1,2],[-2,2],[0,1],[-1,1],[-3,1],[-1,1],[-1,1],[1,2],[1,0],[2,2],[1,1],[4,1],[6,0],[4,0],[3,-1],[4,0],[6,-1],[3,-1],[3,-2],[7,-2],[10,-1],[6,-1],[1,1],[-1,1],[-3,3],[-1,1],[-6,3],[-4,1],[-1,1],[-3,1],[-2,1],[-2,4],[-1,1],[-1,6],[-2,4],[0,3],[1,6],[1,9],[4,2],[6,3],[4,3],[5,2],[11,2],[3,0],[7,-6],[2,-4],[5,-6],[4,-4],[11,-8],[9,-8],[6,-7],[6,-6],[11,-7],[2,-2],[8,-6],[14,-7],[1,-1],[3,0],[7,5],[1,4],[2,3],[8,-1],[3,-1],[2,-1],[1,-1],[5,-6],[2,-3],[0,-2],[-1,-2],[9,0],[-2,7],[-8,8],[-1,2],[-1,2],[-5,5],[-4,2],[-2,-1],[-3,-2],[-5,1],[-7,1],[-1,0],[-3,2],[-2,3],[0,1],[4,0],[4,-2],[2,1],[1,5],[1,0],[-2,2],[-8,8],[-4,4],[-2,4],[0,1],[-1,2],[-4,7],[-3,2],[-1,0],[-2,-2],[-1,-1],[-1,-1],[-1,1],[0,2],[2,3],[4,1],[2,1],[7,-1],[11,-1],[2,1],[1,2],[3,2],[8,1],[5,1],[4,-2],[13,-8],[5,-3],[6,1],[5,2],[4,7],[-1,1],[-1,1],[-11,6],[-11,1],[-3,2],[-3,6],[-5,5],[-7,3],[-15,6],[-10,4],[-9,4],[-6,1],[-1,-3],[-1,-1],[-2,-4],[-3,1],[-1,0],[-2,2],[0,1],[1,4],[3,4],[4,1],[4,2],[2,4],[-1,6],[3,8],[3,5],[2,9],[0,1],[-2,3],[-2,5],[2,5],[2,0],[4,-1],[6,-1],[10,-3],[8,-3],[15,-5],[6,-5],[8,-8],[4,-4],[2,-3],[-1,-7],[1,-8],[1,-4],[2,-2],[8,-3],[14,2],[3,0],[7,-3],[5,-4],[7,-2],[6,-1],[7,-3],[6,-3],[3,-5],[10,-2],[6,-4],[5,-4],[7,-6],[6,-2],[6,-2],[11,7],[5,5],[2,1],[3,1],[3,1],[1,0],[3,-3],[0,-1],[0,-2],[-5,-8],[-5,-6],[-9,-8],[-2,-2],[-1,-1],[3,-2],[6,-4],[3,3],[0,1],[-1,0],[0,3],[1,4],[1,1],[8,4],[5,5],[9,5],[2,-1],[3,1],[6,2],[0,4],[-4,4],[-2,4],[1,1],[2,3],[1,0],[2,1],[1,0],[8,-3],[7,-4],[2,-2],[3,-7],[1,-1],[7,-5],[11,-4],[9,-4],[1,0],[2,-8],[3,-1],[3,1],[2,1],[6,-3],[4,-9],[2,-3],[1,-4],[0,-2],[1,-2],[5,-5],[5,-2],[-6,3],[-2,4],[-1,2],[3,4],[0,3],[-7,8],[1,4],[1,0],[-2,6],[-5,5],[-7,4],[-8,4],[-7,2],[-7,3],[-3,3],[-3,3],[-5,8],[0,6],[0,1],[-3,1],[-2,1],[-7,3],[-3,5],[-5,7],[-4,8],[0,1],[1,1],[2,4],[2,1],[3,-1],[5,-4],[1,0],[2,0],[1,1],[4,5],[8,7],[4,3],[3,5],[-6,1],[-6,-1],[-7,-3],[-8,0],[-4,3],[-2,7],[-2,9],[0,8],[-4,4],[-5,5],[-5,5],[-5,3],[-3,1],[-4,4],[-3,4],[4,5],[2,0],[1,1],[9,0],[3,0],[2,1],[0,1],[-1,3],[-1,1],[3,3],[9,1],[8,1],[13,2],[12,5],[7,4],[5,4],[5,7],[0,2],[-1,1],[-2,4],[-5,8],[10,0],[2,0],[2,-1],[6,0],[6,0],[3,1],[1,1],[3,2],[6,2],[2,1]],[[937,6975],[3,-3],[-4,0],[-2,-1],[0,-1],[3,-3],[5,-1],[7,-2],[6,1],[7,3],[11,4],[1,0],[2,0],[2,-1],[1,-1],[0,-2],[0,-1],[-6,-9],[-6,-5],[-2,-1],[-5,-1],[-5,-1],[-5,0],[6,5],[-2,3],[-3,3],[-13,2],[-11,0],[-7,-2],[-8,-2],[-5,0],[-4,1],[-2,4],[1,1],[3,2],[1,0],[2,0],[-1,-1],[0,-1],[1,0],[5,-1],[1,1],[9,2],[2,3],[-1,2],[1,1],[9,2],[3,0]],[[2873,7257],[5,-3],[6,-3],[4,-1],[8,-2],[5,-2],[3,-1],[2,-5],[-1,-2],[-1,-2],[-1,-1],[-2,0],[-1,0],[-11,1],[-1,0],[-6,3],[-4,2],[-5,3],[-4,1],[-2,2],[-3,3],[-2,3],[5,4],[6,0]],[[1257,6930],[-6,2],[-4,1],[-11,5],[-5,5],[6,3],[11,2],[3,0],[2,0],[4,-1],[10,-1],[5,1],[6,0],[-8,1],[-4,0],[-13,1],[-4,1],[-10,0],[-4,-2],[-1,0],[-4,-2],[0,2],[1,2],[1,2],[1,1],[1,1],[4,1],[-1,3],[-1,2],[0,1],[1,0],[1,1],[1,0],[1,-1],[0,-1],[1,-1],[-1,1],[1,1],[1,0],[-1,0],[-1,0],[-1,1],[0,2],[1,0],[3,2],[0,1],[5,-2],[-3,2],[-1,0],[-2,0],[-2,0],[-1,0],[1,1],[2,0],[-2,0],[-1,0],[-3,2],[-1,2],[-1,1],[-2,2],[-2,1],[-5,4],[-1,0],[-6,-1],[0,-1],[4,-2],[1,-1],[3,1],[3,0],[1,0],[1,-1],[-1,0],[-1,-1],[2,1],[2,-1],[1,-1],[0,-1],[0,-1],[1,-1],[2,-2],[0,-6],[-2,-2],[-3,-4],[-3,-7],[-1,-2],[-1,0],[-1,-1],[-1,-1],[-1,1],[1,1],[-6,-3],[-8,-5],[-11,-2],[-5,1],[-1,3],[2,9],[0,5],[-2,5],[-6,5],[-12,7],[-14,9],[-3,0],[-3,0],[1,2],[5,3],[4,2],[4,1],[0,4],[1,1],[2,1],[2,1],[-3,0],[-2,-2],[0,-2],[-5,-4],[-6,-2],[-5,-1],[-5,2],[-7,4],[-10,6],[-2,1],[-2,0],[-8,-1],[2,6],[1,0],[2,1],[9,1],[8,0],[11,1],[8,-1],[10,-3],[8,-4],[3,-1],[3,-3],[3,0],[2,-1],[9,0],[-1,2],[-1,0],[-17,4],[-5,2],[-14,7],[-11,1],[-14,-2],[-11,-2],[-7,-3],[-13,-1],[-10,2],[-5,4],[-4,4],[-3,2],[-5,4],[-10,4],[-12,3],[-11,5],[-13,3],[-1,1],[-1,1],[-1,2],[1,1],[1,1],[1,1],[6,3],[7,-2],[8,1],[6,3],[1,0],[0,2],[0,4],[0,1],[-3,1],[-2,3],[7,2],[6,1],[3,4],[3,4],[1,3],[5,4],[8,6],[-4,6],[0,4],[8,2],[1,0],[6,0],[1,0],[19,-3],[6,-1],[7,-2],[4,-2],[4,-1],[4,-1],[13,0],[0,1],[-1,2],[-10,1],[-9,-1],[-6,4],[-1,1],[3,2],[2,0],[4,-1],[4,-1],[6,1],[5,1],[8,3],[11,1],[8,2],[13,0],[4,0],[0,-1],[-1,-1],[-2,-1],[-4,-2],[-3,-1],[-3,-1],[-2,-1],[-3,-1],[0,-1],[0,-1],[1,-1],[12,-3],[1,2],[-4,1],[-8,1],[-1,0],[0,1],[5,2],[6,2],[8,1],[9,-1],[5,0],[10,4],[6,3],[1,3],[0,1],[-3,2],[4,6],[10,2],[3,1],[2,1],[1,3],[1,2],[0,2],[2,1],[2,0],[5,1],[1,0],[1,-1],[1,0],[1,-1],[-4,-4],[-3,-6],[1,-3],[2,-3],[5,-4],[3,-3],[-4,-4],[-5,-2],[-3,-2],[1,-2],[1,-1],[1,-1],[2,0],[2,0],[4,1],[7,-3],[3,-1],[2,-1],[1,0],[0,-1],[1,-2],[0,-1],[0,-1],[1,1],[1,1],[-4,3],[-4,2],[-5,2],[-1,0],[-1,1],[-1,1],[-2,0],[-2,-1],[-1,0],[-2,1],[-1,1],[0,1],[6,2],[2,0],[10,2],[4,1],[6,-3],[5,-4],[-4,6],[0,1],[-4,2],[1,3],[7,-1],[8,-3],[4,-1],[4,0],[5,1],[4,2],[4,3],[3,2],[1,7],[-2,1],[-2,0],[-1,-1],[-4,-1],[-3,0],[-3,2],[-1,2],[1,2],[6,1],[7,-3],[14,-1],[6,1],[12,1],[9,7],[3,2],[6,0],[2,0],[4,-2],[2,-2],[-3,-1],[-1,-2],[4,-1],[9,-4],[10,-3],[4,-2],[6,-4],[-5,-6],[-4,-7],[-4,-2],[-6,-2],[-3,0],[-3,0],[-1,0],[0,-3],[1,0],[8,-1],[4,1],[1,0],[1,0],[2,1],[3,0],[1,0],[4,0],[11,-4],[5,-2],[15,0],[12,0],[9,2],[-3,1],[-4,3],[-14,4],[-8,-2],[-5,-2],[7,-1],[-2,-1],[-5,-1],[-6,0],[-6,6],[5,2],[12,4],[5,0],[9,0],[4,-1],[5,-2],[6,-3],[5,-3],[5,-3],[8,-1],[10,-2],[7,-4],[3,-1],[0,-1],[0,-1],[-11,-8],[-2,-2],[-8,-5],[-6,-6],[0,-2],[-2,-1],[-4,-4],[-3,-2],[-2,1],[-5,2],[-8,4],[-9,5],[-2,4],[1,2],[7,2],[4,1],[1,1],[0,1],[-2,0],[-5,0],[-2,-1],[-2,0],[-10,-3],[-8,-3],[-9,3],[-10,1],[3,-2],[1,-3],[0,-1],[-1,0],[-3,0],[-1,0],[-1,0],[-2,1],[-1,0],[-5,2],[-3,1],[-3,1],[-7,7],[7,2],[2,0],[7,-1],[4,0],[4,2],[0,1],[-2,3],[-2,1],[-2,0],[-1,-2],[-8,-1],[-3,0],[-1,1],[-1,1],[0,1],[9,-1],[-2,1],[-7,1],[-2,0],[-2,-1],[-1,-2],[0,-2],[-1,-1],[-3,0],[-4,0],[-1,1],[1,1],[1,0],[2,0],[1,0],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-2,0],[-2,1],[-2,0],[-4,0],[-6,0],[0,-2],[0,-1],[5,-1],[6,-2],[3,0],[2,0],[4,-1],[3,0],[1,-1],[2,-1],[-1,-2],[-4,-2],[-4,-2],[-6,-2],[0,-1],[1,-1],[3,-1],[14,-2],[9,-1],[10,0],[9,-1],[4,-1],[0,-1],[-2,-2],[-1,-1],[-3,-5],[1,-4],[-6,-4],[-4,-1],[-6,-1],[-8,0],[7,-1],[2,0],[11,1],[17,-1],[19,1],[3,1],[8,2],[4,0],[5,-3],[0,-2],[0,-4],[-4,-2],[-4,-5],[-1,-2],[-1,-4],[-4,-5],[0,-1],[-1,0],[-2,-1],[-13,-5],[-3,0],[-2,-1],[-6,0],[-10,-1],[-11,3],[-7,1],[-18,-2],[-6,1],[-12,-3],[-18,-3],[-6,0],[-19,0],[-8,2],[-3,1],[-1,0],[0,4],[10,1],[1,-2],[-1,-2],[3,-1],[4,1],[3,1],[0,1],[0,8],[-2,0],[-3,1],[-2,0],[-2,0],[-9,-5],[-4,-5],[-4,-2],[-6,-2],[-4,0],[-4,0],[-3,0],[-5,-1],[7,-1],[13,0],[16,0],[13,-1],[14,0],[9,1],[3,0],[9,0],[8,-1],[14,1],[10,-1],[10,0],[1,1],[2,2],[8,1],[7,0],[4,0],[5,-1],[5,-1],[0,-1],[0,-3],[-2,-4],[0,-5],[3,-1],[1,-2],[-1,-2],[-5,-5],[-3,-3],[-6,-7],[-1,-3],[2,-1],[-1,-1],[0,-2],[-2,0],[-6,-1],[-2,0],[-5,0],[-4,0],[-6,0],[-8,1],[-8,3],[-5,0],[-6,0],[-5,0],[-5,1],[-3,1],[-3,1],[-1,-1],[-2,1],[0,2],[-3,0],[0,-1],[1,-1],[2,0],[2,-1],[1,0],[3,0],[1,0],[5,-1],[8,-2],[2,-1],[1,-1],[1,0],[-2,-2],[-14,0],[-5,0],[-4,0],[-2,2],[-1,0],[-1,0],[-7,3],[-1,-1],[1,0],[7,-2],[-1,-1],[-2,-1],[-2,0],[-2,-1],[-3,1],[-4,-1],[-6,0],[-10,2],[-1,-1],[0,-1],[1,-1],[4,0],[3,0],[4,1],[5,0],[3,1],[1,0],[2,-1],[2,0],[2,0],[6,0],[-2,-1],[-2,-1],[-2,0],[-1,1],[-1,-1],[3,0],[3,0],[3,2],[2,0],[5,0],[2,-1],[0,-1],[-1,0],[-1,0],[-2,0],[-3,0],[4,-1],[0,1],[1,0],[1,0],[1,-1],[-1,-1],[-2,-1],[0,-1],[2,-2],[-1,-2],[-1,-2],[-1,0],[0,-2],[3,-2],[1,-1],[2,-1],[9,-4],[3,-7],[-3,-1],[-1,-1],[-3,0],[-5,1],[-3,1],[-1,0],[-2,1],[-7,3],[-5,1],[-6,0],[-11,-1],[-10,3],[-12,3],[-6,2],[-6,0],[-5,1],[-19,-2],[-3,0]],[[1399,7161],[4,-1],[4,-1],[10,-3],[3,-3],[1,-1],[-1,-2],[-7,-4],[0,-5],[6,-3],[21,-6],[-2,0],[-7,1],[-10,3],[-6,2],[-12,4],[-5,-1],[-3,-3],[0,-1],[2,-1],[3,-2],[0,-1],[0,-1],[-17,-3],[-13,-2],[-9,0],[-6,0],[-5,0],[-7,1],[-3,4],[9,6],[8,8],[4,5],[2,3],[0,2],[0,1],[20,3],[16,1]],[[1340,7202],[9,1],[2,-1],[2,-2],[11,-7],[0,-2],[1,0],[1,-1],[-10,-6],[-5,-2],[-7,-3],[-5,0],[-9,0],[-14,3],[-13,4],[-4,4],[2,2],[7,6],[3,1],[15,3],[14,0]],[[3089,7421],[2,-2],[4,-2],[3,-3],[-2,-1],[-1,-2],[0,-3],[1,0],[6,-2],[2,0],[2,1],[4,1],[1,-1],[3,-1],[0,-1],[0,-1],[-1,-1],[-16,-4],[-10,0],[-4,1],[-6,4],[1,3],[0,7],[0,3],[1,1],[7,2],[3,1]],[[1844,7288],[8,0],[8,-2],[11,-2],[10,-1],[4,0],[4,-1],[5,-1],[7,-9],[1,-2],[1,-1],[0,-1],[-1,0],[-17,-6],[-2,0],[-2,0],[-5,0],[-3,2],[1,3],[-2,2],[-7,0],[7,-2],[0,-1],[-5,-1],[-2,0],[-3,1],[-2,1],[-2,0],[-3,-1],[-3,0],[-2,0],[-2,1],[6,3],[5,2],[-4,4],[-6,1],[-5,-3],[-5,2],[-5,8],[1,2],[5,2],[2,1],[2,-1]],[[1555,7327],[4,0],[3,-1],[2,-2],[4,-9],[1,-4],[0,-2],[-5,-4],[-5,-4],[-4,-6],[-5,-4],[-1,-1],[-3,0],[-2,-1],[-2,1],[-12,6],[-9,4],[-5,3],[-4,-1],[-3,-1],[-1,-2],[1,-2],[0,-2],[-1,-3],[-1,0],[-3,-1],[-9,-2],[-8,0],[-8,2],[-1,1],[-7,5],[0,1],[3,4],[2,1],[2,0],[2,0],[19,1],[8,2],[5,3],[3,6],[6,5],[6,4],[9,0],[11,2],[3,1],[5,0]],[[6,7241],[2,0],[7,-3],[6,-2],[3,2],[4,1],[14,-2],[8,-2],[11,-4],[4,-3],[-1,-2],[-6,-2],[-3,0],[-2,1],[-6,1],[-2,-1],[-2,-2],[-1,-4],[1,-2],[1,0],[2,-1],[7,-1],[7,-3],[2,-1],[-5,0],[-9,2],[-5,1],[-5,2],[-3,2],[-9,3],[-7,2],[-3,1],[-9,8],[-7,6],[1,3],[1,1],[4,-1]],[[1424,7432],[12,0],[15,-5],[4,-3],[3,-6],[4,-8],[0,-3],[0,-3],[-1,-1],[-3,0],[-11,-2],[-1,0],[-2,1],[-3,1],[0,1],[-1,1],[-1,0],[-2,2],[-9,1],[-13,0],[-5,1],[-5,2],[-10,8],[-3,6],[0,1],[2,0],[6,2],[10,3],[3,1],[11,0]],[[3310,7755],[6,-2],[2,-1],[4,-3],[2,-1],[-4,-5],[-3,-3],[-3,0],[-13,-1],[-5,0],[-5,0],[-7,2],[-3,2],[-1,0],[1,2],[0,2],[1,1],[1,2],[7,2],[8,1],[7,1],[5,1]],[[1673,7636],[10,-1],[6,-1],[5,0],[3,0],[1,1],[1,-1],[4,-1],[2,-1],[2,-1],[2,-3],[0,-1],[0,-3],[3,-4],[5,-6],[10,-3],[3,0],[8,1],[6,-3],[4,-2],[3,-2],[2,-1],[1,0],[0,-1],[-1,0],[-2,-1],[1,0],[1,-1],[2,-1],[2,1],[2,1],[2,0],[3,-1],[1,-1],[1,-3],[0,-3],[1,-9],[0,-1],[-1,-2],[-3,0],[-4,0],[-2,1],[-3,1],[-2,0],[-2,1],[0,1],[-1,1],[-1,0],[-2,1],[-5,0],[-11,-1],[-5,0],[-3,-1],[-2,0],[-5,0],[-3,0],[-16,1],[-11,2],[-5,5],[-2,2],[0,1],[-1,3],[1,0],[8,1],[5,3],[-3,7],[0,4],[-1,1],[-1,1],[-5,3],[0,-3],[3,-4],[3,-3],[2,-3],[-3,-2],[-7,2],[-2,1],[-2,2],[-1,5],[3,0],[3,-3],[-1,-1],[1,0],[0,1],[-1,2],[-2,2],[-2,1],[-3,1],[-8,6],[-5,8],[1,2],[5,2],[8,0]],[[5298,8036],[1,-1],[2,-2],[8,-8],[-1,-6],[-2,-5],[-5,-2],[-7,-1],[-2,0],[-6,-2],[-5,-2],[-4,1],[-2,4],[6,7],[3,4],[4,6],[0,4],[1,1],[6,2],[3,0]],[[3390,6054],[0,2],[2,1],[2,1],[4,2],[3,2],[4,8],[5,5],[4,4],[2,2],[0,3],[-6,0],[-1,0],[-2,-1],[-3,-4],[-1,-3],[-6,-6],[-5,-6],[-3,-3]],[[3170,6138],[6,3],[1,2],[1,0],[3,4],[4,3],[3,1],[4,2],[2,1],[2,6],[-4,2],[-10,1],[-8,1],[-2,1],[6,4],[6,4],[3,1],[3,1],[4,1],[5,1],[2,1],[4,1],[5,2],[14,3],[8,1],[8,0],[6,2],[6,4],[13,7],[4,1],[9,0],[2,0],[16,1],[3,1],[9,-1],[12,-2],[1,-1],[7,-3],[6,-3],[5,-1],[6,1],[17,2],[3,0],[6,0],[1,1],[4,6],[4,3],[7,2],[15,3],[8,2],[3,0],[3,0],[6,1],[9,2],[9,3],[8,1],[6,0],[16,2],[15,2],[8,1],[-4,1],[-19,1],[-11,-3],[-10,-3],[-8,-1],[-17,-3],[-10,-1],[-10,-1],[-7,-1],[-4,0],[-3,0],[-7,-1],[-1,-1],[-2,-1],[-1,0],[-10,-2],[-8,-1],[-5,-1],[-5,-2],[-3,-1],[-8,-2],[-15,2],[-13,0],[-6,2],[-4,2],[-1,4],[-4,2],[-13,1],[-7,1],[-5,-1],[-15,0],[-10,1],[-3,1],[0,2],[8,7],[0,2],[0,1],[7,8],[9,6],[9,6],[9,7],[5,3],[7,5],[11,8],[4,3],[5,5],[5,7],[3,2],[5,2],[14,9],[7,7],[9,7],[7,4],[4,3],[2,2],[-2,4],[-10,0],[-6,-4],[-7,-5],[-12,-8],[-7,-5],[-10,-5],[-5,-3],[-6,-4],[-13,-5],[-11,-7],[-4,-2],[-5,-3],[-13,-7],[-2,-7],[-9,-6],[-5,-3],[-7,-6],[-1,-1],[-3,-3],[0,-1],[1,-1],[2,-2],[7,-3],[3,-2],[1,-1],[-1,-1],[-2,-1],[-4,-1],[-4,0],[-9,-1],[-3,-1],[-8,-3],[-2,-1],[-2,-4],[-5,-6],[-1,-1],[-3,0],[-4,2],[0,2],[1,1],[1,1],[-1,1],[-3,2],[-2,0],[-6,1],[-6,-2],[-4,-2],[-3,-3],[-14,-8],[-17,-7],[-3,-3],[0,-2],[-1,-2],[-5,-4],[-1,-1],[-3,-1],[-10,-6],[-5,-3],[-8,-4],[-4,-2],[-4,-2],[-2,-3],[-4,-3],[-1,-1],[-6,-3],[-4,0],[-1,0],[-1,1],[-2,1],[-1,1],[-2,0],[-2,1],[-3,-1],[-7,-2],[-5,-3],[-8,-5],[-6,-6],[-11,-7],[-6,-4],[-15,-2],[-15,2],[-4,0],[-9,1],[-5,0],[-1,0],[-1,-4],[1,0],[3,-1],[3,0],[4,-1],[11,-2],[4,-2],[-1,-2],[-3,-3],[-6,-6],[-5,-3],[-8,-5],[-2,-2],[0,-3],[-4,-5],[-8,-5],[-3,-1],[-3,-2],[-3,-2],[-3,-3],[-2,-1],[-4,-6],[-9,-5],[-10,-6],[-8,-3],[-11,-6],[-5,-3],[-4,-2],[-10,-3],[-9,-2],[-10,-4],[-13,-4],[-11,-3],[-9,-2],[-12,-3],[-7,-4],[-4,2],[-4,2],[-1,3],[0,2],[-1,3],[-1,1],[-5,1],[-4,1],[-6,1],[-4,0],[-9,0],[-9,2],[-1,1],[-2,2],[-2,1],[-5,2],[-2,1],[-2,-1],[-3,-1],[-4,-2],[-7,3],[-7,7],[1,3],[4,3],[4,3],[2,2],[6,8],[2,1],[1,1],[1,1],[-3,5],[-4,-1],[-8,-5],[-1,-1],[-6,-7],[-2,-3],[-1,-2],[-2,-4],[-6,-1],[-6,-2],[-14,1],[-5,1],[-4,2],[-14,1],[-14,4],[-4,0],[-4,1],[-2,1],[-14,0],[-5,2],[-6,2],[-5,1],[-8,0],[-15,3],[-1,1],[-1,1],[-3,1],[-6,3],[-9,3],[-10,5],[-1,1],[-4,3],[-9,6],[-7,6],[-4,3],[-3,2],[-6,3],[-2,4],[-1,4],[-2,5],[-3,3],[-1,1],[-2,0],[-2,0],[-4,1],[-5,3],[-3,1],[-1,1],[-2,3],[-2,5],[-2,7],[-1,4],[0,4],[1,0],[2,2],[2,2],[6,0],[1,0],[7,-1],[8,1],[10,1],[7,1],[8,2],[10,0],[1,-1],[1,0],[3,-1],[8,0],[2,0],[4,0],[5,3],[2,1],[0,1],[-4,0],[-3,0],[-7,0],[-6,0],[-2,-1],[-2,0],[-8,1],[-2,1],[0,1],[2,2],[5,4],[5,1],[6,-1],[9,-1],[7,-2],[6,-1],[3,-2],[2,-2],[2,-3],[3,-2],[3,0],[3,-2],[1,-5],[8,-3],[12,-2],[14,-5],[6,-2],[10,-5],[3,-1],[6,-3],[3,1],[1,0],[0,3],[-5,3],[-11,6],[-5,2],[-4,0],[-2,0],[-3,-1],[-2,1],[-5,1],[-7,3],[-5,4],[-3,5],[1,1],[2,1],[3,2],[11,4],[3,0],[6,1],[4,-1],[11,0],[4,2],[3,2],[15,6],[7,3],[4,1],[5,1],[4,1],[2,1],[3,1],[3,1],[0,1],[1,0],[0,1],[0,1],[6,4],[10,4],[8,2],[5,1],[3,1],[4,2],[4,0],[7,0],[12,-2],[1,-1],[3,-2],[6,-5],[4,-3],[7,-3],[3,1],[1,0],[11,-1],[7,-3],[10,-2],[8,0],[10,0],[4,0],[6,1],[6,0],[8,-1],[10,0],[5,0],[2,1],[6,2],[7,1],[5,0],[11,1],[6,0],[3,0],[11,1],[4,2],[-4,2],[-14,0],[-9,1],[-14,0],[-12,0],[-17,-3],[-5,-1],[-5,0],[-9,-1],[-12,-3],[-5,2],[-13,6],[-7,3],[-4,3],[-3,2],[-4,1],[-4,1],[-8,2],[-6,4],[-6,3],[-11,1],[-2,0],[-6,0],[-9,-2],[-11,0],[-16,1],[-7,-4],[-7,-4],[-6,-6],[-10,-5],[-7,-3],[-1,-1],[-1,0],[-4,-1],[-2,-1],[-3,-1],[-4,-3],[-3,-1],[-2,-3],[-4,-1],[-3,0],[-5,1],[-4,2],[-6,4],[-2,0],[-5,-1],[-10,-2],[-6,-2],[-6,-1],[-11,0],[-16,3],[-16,3],[-17,3],[-7,1],[-3,-2],[-6,-2],[-3,-6],[0,-1],[-3,-1],[-6,2],[-6,4],[-1,1],[0,1],[-6,2],[-7,0],[-4,0],[-9,0],[-9,-1],[-6,-1],[-1,0],[-5,3],[-6,4],[-1,2],[-3,1],[-4,1],[-5,0],[-8,1],[-3,0],[-12,-1],[-7,-1],[-10,-2],[-12,-1],[-1,0],[-2,1],[-2,2],[1,1],[0,2],[-1,0],[-2,1],[-4,-2],[-7,-4],[-4,-3],[-7,-3],[-3,0],[-6,0],[-12,3],[-6,1],[-11,0],[-5,0],[-3,1],[-2,0],[-13,5],[-3,2],[-2,1],[-8,6],[-7,6],[-3,6],[1,4],[3,5],[10,8],[2,0],[4,2],[3,1],[1,0],[7,0],[2,0],[3,-1],[0,-1],[3,0],[2,1],[1,2],[0,1],[-2,3],[-6,3],[-4,1],[5,5],[3,1],[2,0],[1,0],[6,0],[5,-1],[3,-1],[3,0],[2,0],[2,1],[3,0],[4,1],[1,1],[0,1],[2,2],[6,3],[1,0],[14,1],[6,1],[3,0],[10,1],[11,-1],[17,-1],[9,-1],[11,2],[16,0],[5,-1],[2,0],[5,0],[9,1],[7,2],[15,2],[8,0],[6,0],[4,0],[4,1],[6,5],[4,3],[0,1],[0,2],[-2,2],[3,0],[4,0],[2,0],[4,-2],[1,0],[5,-3],[5,-3],[0,-1],[2,-1],[3,-2],[1,-1],[3,-2],[4,-2],[2,-1],[1,0],[4,-2],[3,0],[1,-1],[1,-1],[2,-2],[1,-3],[0,-1],[0,-1],[2,0],[5,0],[3,0],[2,0],[5,3],[3,2],[4,3],[9,0],[4,-2],[3,-1],[2,-1],[-2,3],[-3,2],[-9,4],[-7,5],[0,1],[-1,1],[0,3],[1,1],[4,4],[6,1],[4,0],[6,-1],[4,-2],[5,-2],[1,0],[11,2],[5,2],[2,1],[5,1],[10,0],[18,-1],[2,0],[3,1],[2,0],[7,6],[-4,-1],[-5,-2],[-3,-2],[-3,0],[-1,0],[-1,0],[-10,3],[-6,1],[-8,-1],[-7,-2],[-7,-2],[-2,0],[-1,0],[-3,1],[-6,1],[-3,2],[-5,1],[-3,1],[-3,0],[-4,0],[-1,-1],[-4,1],[0,1],[1,3],[1,1],[3,3],[6,7],[5,0],[18,-2],[7,-3],[8,-3],[2,0],[3,1],[1,1],[-1,1],[-3,1],[-10,2],[-14,2],[-4,3],[-1,4],[2,6],[2,6],[5,3],[2,1],[4,1],[14,1],[11,-2],[9,1],[16,2],[5,0],[4,0],[1,0],[2,0],[6,2],[4,2],[3,3],[7,2],[4,1],[4,1],[4,0],[10,-2],[7,-2],[3,-1],[2,0],[10,0],[2,1],[4,3],[1,0],[3,7],[1,4],[4,2],[7,4],[11,1],[7,2],[1,1],[-1,2],[-5,5],[-4,1],[-4,-1],[-5,-2],[-4,-3],[-11,-7],[-3,-2],[-1,-2],[-1,-3],[-1,-5],[-3,-1],[-5,-2],[-2,1],[-11,2],[-12,2],[-6,2],[-6,2],[-11,2],[-2,0],[-5,0],[-4,-2],[-2,1],[1,1],[2,4],[3,2],[3,1],[6,3],[9,4],[12,5],[8,2],[3,0],[2,0],[3,0],[8,1],[1,0],[1,1],[0,1],[0,1],[-6,4],[-4,2],[-5,1],[-5,-1],[-5,0],[-15,-1],[-15,-1],[-17,-2],[-1,0],[-4,-1],[-10,-3],[-9,-2],[-16,-1],[-15,0],[-5,1],[-2,0],[-4,-1],[-7,-2],[-4,-2],[-5,-3],[-8,1],[-8,1],[-14,3],[-2,1],[-2,2],[-4,6],[0,1],[1,1],[4,1],[5,-1],[1,0],[7,2],[4,1],[3,0],[2,1],[0,2],[-1,3],[3,2],[3,1],[3,0],[6,-2],[8,-4],[17,-1],[3,1],[1,1],[2,4],[-1,2],[-1,2],[-2,0],[-3,1],[-1,0],[-4,-2],[-3,0],[-1,0],[-6,1],[-4,1],[-1,1],[-1,1],[-3,3],[-9,1],[-6,1],[-3,0],[-2,2],[0,1],[2,2],[9,3],[8,0],[7,0],[6,5],[4,4],[2,6],[6,5],[2,4],[4,6],[5,7],[1,2],[-2,7],[1,8],[5,5],[5,7],[1,5],[2,2],[11,5],[6,1],[4,1],[8,0],[7,0],[7,-1],[14,2],[11,0],[12,1],[14,2],[5,-2],[5,-2],[5,-8],[6,-8],[2,-3],[1,-1],[1,-1],[2,-1],[5,-1],[9,-3],[8,-3],[4,-2],[6,-2],[6,-2],[4,0],[3,0],[2,1],[6,-1],[6,-1],[3,0],[2,-2],[6,0],[8,3],[7,2],[2,2],[2,1],[3,1],[2,1],[7,0],[5,-1],[6,0],[6,0],[7,1],[15,4],[15,3],[10,1],[3,1],[4,2],[-6,3],[-9,0],[-6,-1],[-7,-1],[-9,-2],[-6,-1],[-8,-1],[-5,0],[-5,0],[-6,-2],[-11,-5],[-7,0],[-6,1],[-6,1],[-9,3],[-16,2],[-2,0],[-5,1],[-1,1],[-5,5],[-6,4],[-1,2],[-4,3],[-5,7],[-1,4],[2,3],[3,2],[2,3],[-2,4],[-4,2],[-6,2],[-15,1],[-3,0],[-4,-1],[-14,-2],[-5,-1],[-1,-1],[2,-3],[-3,-2],[-7,0],[-7,0],[-3,3],[-2,3],[-3,3],[-1,2],[-6,3],[-6,1],[-3,0],[-5,0],[-6,2],[-7,7],[-4,5],[0,1],[2,3],[1,1],[5,3],[7,5],[10,7],[6,3],[7,3],[1,1],[3,0],[2,1],[3,0],[4,0],[4,3],[6,3],[5,6],[3,6],[3,6],[1,0],[3,1],[8,0],[10,1],[8,0],[7,-1],[5,1],[3,0],[10,3],[7,2],[5,1],[4,1],[3,0],[1,0],[3,-1],[1,-1],[10,-3],[7,-1],[10,-1],[5,0],[3,-1],[8,0],[4,0],[3,-4],[3,-3],[9,-6],[5,-4],[13,-6],[13,-3],[15,-1],[10,8],[3,0],[3,0],[2,-1],[5,-1],[9,1],[8,2],[11,1],[9,1],[10,2],[13,2],[17,3],[17,0],[1,0],[-2,1],[-7,1],[-7,1],[-8,1],[-14,-3],[-10,-1],[-7,-2],[-4,-1],[-10,-1],[-7,0],[-6,0],[-4,0],[-8,0],[-11,-3],[-6,0],[-9,1],[-4,2],[-7,2],[-6,4],[-3,3],[-6,7],[-2,1],[-1,2],[-3,4],[-5,3],[-16,3],[-15,5],[-10,3],[-6,0],[-14,-1],[-12,-1],[-5,-1],[-7,0],[-4,1],[-10,3],[-6,2],[-4,2],[-8,7],[-8,7],[10,7],[8,7],[2,2],[2,1],[2,0],[7,2],[5,2],[10,6],[12,7],[8,5],[1,1],[1,2],[-1,2],[-1,4],[-2,2],[-1,1],[-1,1],[-2,0],[-6,1],[-2,1],[-4,0],[-3,0],[-3,1],[-1,1],[0,5],[0,1],[1,2],[2,2],[3,2],[4,3],[6,4],[3,2],[11,2],[6,0],[10,1],[2,1],[1,2],[1,1],[6,1],[3,0],[7,-2],[9,1],[9,3],[9,1],[6,1],[3,1],[4,2],[7,2],[9,1],[4,-1],[4,-2],[9,-7],[2,-3],[5,-4],[5,-3],[3,-1],[11,-8],[4,-2],[4,-2],[3,-2],[4,-1],[14,-4],[10,-6],[9,-2],[9,1],[14,6],[-3,4],[-17,4],[-15,3],[-6,1],[-9,3],[-1,0],[-4,4],[-7,6],[-4,2],[-3,1],[-1,1],[-7,1],[-5,3],[-7,4],[-3,2],[-10,6],[0,3],[1,3],[1,1],[14,7],[11,5],[2,1],[1,3],[-2,4],[2,2],[10,2],[9,1],[2,2],[-10,1],[-6,-1],[-4,-2],[-3,-2],[-2,-1],[0,-1],[0,-2],[1,-5],[-10,-5],[-7,-1],[-4,-1],[-8,-6],[0,-5],[0,-1],[-1,-1],[-2,-2],[-3,0],[-2,0],[-4,1],[-1,1],[0,1],[6,0],[2,0],[1,0],[0,2],[0,1],[-1,0],[-2,0],[-2,0],[-11,-1],[-8,-2],[-6,0],[-5,0],[-12,-3],[-2,-1],[-3,0],[-9,0],[-10,4],[-4,1],[-4,-1],[-13,-3],[-4,3],[-7,3],[-7,2],[-3,1],[-4,1],[-7,1],[-3,-1],[-3,-1],[0,-1],[-4,-1],[-13,-1],[-2,0],[-7,1],[-9,0],[-9,-1],[-8,0],[-4,0],[-3,0],[-6,1],[-4,0],[-4,2],[3,1],[3,1],[2,0],[2,2],[0,4],[-2,6],[0,8],[2,2],[7,6],[5,2],[8,4],[6,4],[10,6],[1,4],[5,3],[8,-1],[8,1],[4,0],[0,2],[-2,1],[1,1],[1,0],[5,0],[3,0],[4,-1],[2,-1],[-1,-2],[-4,-2],[2,-3],[9,0],[17,2],[14,3],[13,3],[4,3],[3,3],[5,2],[4,1],[10,0],[9,-1],[6,-1],[3,0],[8,0],[5,1],[9,4],[13,6],[9,6],[3,2],[4,2],[14,5],[9,4],[3,2],[3,3],[6,8],[1,5],[-1,1],[-4,1],[-10,2],[-2,-1],[-8,-6],[-12,-8],[-5,-3],[-7,-3],[-4,-1],[-3,-1],[-3,-2],[-7,-5],[-9,-6],[-1,-1],[-2,-1],[-4,-2],[-8,-5],[-6,-1],[-6,-1],[-6,0],[-3,0],[-5,1],[-5,0],[-7,-2],[-9,-2],[-1,0],[-4,0],[-2,1],[-5,2],[-2,1],[0,1],[3,1],[-5,2],[-9,2],[-10,1],[-4,5],[0,4],[3,2],[3,2],[13,2],[9,1],[7,3],[0,2],[0,3],[-1,2],[-4,3],[-1,0],[-8,3],[-2,0],[-1,0],[-1,-1],[-8,-3],[-7,-3],[-2,-2],[-3,-1],[-6,-1],[-9,-1],[-4,-1],[-6,-5],[-9,-2],[-14,-5],[-6,-4],[-10,-4],[-8,-3],[-3,-3],[-2,-1],[-5,-2],[-15,-4],[-3,-1],[-8,-1],[-8,0],[-6,-1],[-4,-1],[-4,0],[-10,-1],[-1,0],[-1,1],[-8,7],[-7,7],[-3,2],[-4,1],[0,-1],[0,-1],[0,-1],[-1,0],[-3,-1],[-3,0],[-2,2],[-1,4],[-3,9],[-1,4],[1,3],[4,7],[3,3],[5,3],[3,-1],[1,3],[-1,3],[0,1],[-7,3],[-4,1],[-1,0],[-2,0],[0,3],[0,5],[5,9],[1,5],[-6,5],[-3,1],[-16,-1],[-5,1],[-4,1],[-6,6],[-2,7],[0,5],[-2,2],[-4,3],[-3,3],[-1,1],[-1,2],[1,2],[1,1],[2,6],[0,7],[0,9],[4,7],[4,5],[4,8],[3,4],[0,10],[-1,9],[2,3],[3,6],[3,3],[6,-1],[4,2],[0,3],[-1,4],[-3,3],[-1,2],[1,0],[0,1],[5,2],[3,1],[15,5],[2,1],[2,0],[2,-1],[1,-1],[5,-4],[15,-6],[6,-3],[9,-5],[9,-3],[10,-4],[7,-5],[-1,0],[-1,-1],[1,-2],[2,-2],[3,-2],[4,0],[2,1],[12,1],[9,-2],[5,-3],[2,0],[-1,1],[0,1],[-3,3],[-4,4],[-1,2],[2,3],[1,1],[3,0],[1,-1],[7,-3],[1,-1],[3,-4],[-1,-3],[-1,-5],[0,-4],[1,-2],[11,-5],[1,0],[2,0],[6,0],[5,-1],[5,-3],[8,-5],[8,-4],[2,0],[1,1],[1,0],[0,1],[-1,1],[-3,8],[1,1],[0,1],[-2,4],[-4,6],[2,4],[4,1],[13,-5],[7,-4],[-1,-4],[-2,-2],[0,-3],[10,-2],[2,1],[1,3],[0,4],[9,4],[6,0],[6,-1],[18,2],[8,1],[15,0],[11,-3],[0,-1],[2,-1],[1,0],[5,0],[3,1],[1,1],[1,1],[3,4],[2,7],[0,1],[-1,2],[-1,1],[-8,2],[-3,0],[-3,1],[-8,0],[-1,0],[-4,-1],[-3,-1],[-2,-1],[-10,1],[-5,1],[-8,1],[-18,2],[-7,-2],[-8,-1],[-6,1],[-6,1],[-10,-3],[-10,-1],[-10,-3],[-4,-1],[-2,0],[-1,1],[0,3],[-5,3],[-14,4],[-13,4],[-2,1],[0,3],[1,3],[1,2],[1,0],[4,-3],[7,-2],[1,-1],[4,1],[3,1],[0,1],[0,2],[-5,5],[-1,0],[-1,1],[-6,0],[-13,1],[-13,4],[-3,1],[-3,2],[-3,2],[-5,7],[1,5],[-1,3],[-1,3],[-1,1],[-5,3],[-6,5],[-5,4],[-1,1],[-4,2],[-6,3],[-5,3],[-8,2],[-10,2],[-12,3],[-2,-1],[-3,0],[-3,-2],[-3,0],[-1,0],[-4,3],[0,2],[0,1],[0,3],[1,2],[1,1],[6,8],[-1,2],[1,1],[1,1],[6,6],[9,8],[3,8],[0,1],[-1,1],[2,5],[2,2],[6,0],[3,0],[10,5],[9,4],[3,0],[18,1],[3,-1],[5,-1],[2,-1],[2,-1],[1,-2],[7,-1],[7,-1],[2,0],[8,-3],[5,-2],[9,2],[8,7],[-5,6],[-3,2],[-2,4],[-1,4],[-1,1],[-3,4],[-5,3],[-7,1],[-10,0],[-7,-1],[-4,0],[-5,0],[-9,1],[-8,1],[-7,0],[-4,-1],[-2,1],[-14,6],[-1,2],[-4,2],[-3,1],[-6,1],[-7,-1],[-7,1],[-2,1],[-2,1],[-3,3],[-1,1],[2,3],[2,1],[2,3],[1,2],[0,2],[-3,6],[2,5],[5,10],[-1,8],[-2,4],[-4,9],[-2,4],[-1,6],[-1,7],[2,8],[1,8],[-1,3],[-2,6],[0,3],[2,1],[4,1],[4,0],[2,0],[4,-1],[8,0],[4,0],[5,0],[3,1],[7,4],[6,3],[2,1],[8,-1],[4,0],[3,-2],[2,0],[4,-1],[4,2],[6,1],[8,1],[17,1],[4,-1],[11,-3],[2,-3],[0,-2],[-3,-3],[-2,-2],[0,-1],[0,-7],[3,-4],[5,-5],[5,-2],[6,-2],[4,-3],[4,-4],[3,-3],[-1,-2],[-2,-2],[-2,-7],[0,-5],[2,-8],[3,-2],[11,-7],[8,-5],[7,-5],[9,-6],[3,-1],[1,0],[14,1],[2,6],[-10,7],[-6,4],[-3,1],[0,1],[0,1],[3,2],[2,1],[3,1],[2,1],[2,1],[4,0],[3,-1],[2,-1],[1,-2],[-1,-2],[-2,-1],[5,0],[11,0],[3,1],[2,1],[1,1],[-2,5],[-2,1],[-5,0],[-5,0],[-3,1],[-1,2],[1,1],[1,1],[1,1],[3,2],[3,3],[4,4],[0,5],[3,8],[-1,6],[-3,2],[-1,1],[-3,0],[-11,7],[-2,2],[-2,1],[-3,1],[-13,2],[-9,1],[-7,2],[-4,3],[-2,6],[-5,5],[-5,9],[3,3],[2,7],[3,8],[1,1],[7,8],[1,1],[2,1],[2,1],[10,7],[1,1],[2,0],[2,1],[3,0],[1,0],[10,0],[3,-1],[10,-3],[8,-3],[8,-2],[5,2],[6,0],[9,-4],[1,-2],[-2,-4],[0,-6],[0,-8],[3,-7],[2,-1],[4,-3],[5,-5],[0,-2],[3,-2],[4,-1],[11,-2],[11,-3],[3,0],[8,-1],[9,-1],[6,-3],[10,-3],[3,0],[3,0],[9,2],[0,5],[-1,2],[1,2],[1,2],[8,4],[9,9],[2,1],[0,1],[-3,4],[0,5],[6,6],[7,7],[2,1],[15,-4],[10,-2],[8,-4],[14,-4],[9,-2],[8,-3],[6,-2],[5,-2],[7,-6],[4,-5],[3,-3],[2,-1],[2,-2],[10,-2],[11,-3],[9,-3],[2,-1],[5,-1],[4,1],[5,0],[11,-2],[3,0],[3,-1],[1,-2],[3,-1],[12,-3],[5,0],[3,-1],[2,1],[2,1],[2,3],[1,1],[-1,0],[-3,1],[-4,1],[-2,1],[-3,2],[-1,1],[1,5],[-4,3],[-2,0],[-7,2],[-11,1],[-15,3],[-13,1],[-11,3],[-4,1],[-3,3],[1,5],[-6,6],[-4,3],[-11,5],[-4,3],[-2,1],[-11,1],[-7,-1],[-17,3],[-8,0],[-5,1],[-3,2],[-2,3],[-6,7],[-4,3],[1,2],[1,1],[4,1],[1,1],[2,0],[13,-2],[7,1],[6,2],[-2,2],[0,1],[3,0],[5,1],[4,0],[1,0],[6,-3],[1,-1],[0,-2],[-1,-2],[0,-3],[11,-7],[11,-4],[2,-1],[7,-1],[12,-2],[9,0],[13,1],[11,2],[3,1],[11,2],[14,0],[6,0],[15,-5],[5,-2],[2,-1],[2,-1],[1,-2],[10,-6],[12,-6],[2,-2],[7,-2],[2,-1],[15,-3],[10,-6],[2,-1],[3,-1],[2,0],[10,1],[4,0],[3,-1],[5,-4],[4,-4],[6,-6],[2,-2],[3,-3],[1,-1],[4,-5],[6,-7],[6,-6],[3,-3],[2,0],[9,-1],[1,6],[-1,2],[-6,9],[-8,9],[-5,4],[-4,5],[-2,2],[-3,3],[-6,3],[-5,1],[-4,2],[-1,0],[-4,0],[-3,0],[-4,1],[-3,1],[-1,1],[-1,4],[-1,2],[-7,4],[-7,3],[-6,-1],[-7,-2],[-1,1],[-7,7],[-6,5],[-8,2],[-5,1],[-4,3],[-4,2],[-8,3],[-7,3],[-6,2],[1,1],[2,2],[4,1],[2,0],[8,0],[7,2],[12,5],[3,3],[1,2],[0,2],[0,2],[0,2],[1,0],[2,-1],[1,1],[2,4],[2,3],[-3,-1],[-3,-1],[2,-1],[1,-1],[-2,-3],[-2,0],[-1,0],[-1,-5],[-1,-1],[-6,3],[-2,3],[1,2],[0,4],[-2,2],[-3,0],[-2,0],[-4,0],[-5,0],[-5,0],[-8,0],[-3,0],[-15,4],[-3,3],[-2,1],[-2,2],[-4,2],[-9,3],[-9,0],[-15,3],[-7,0],[-6,1],[-7,2],[-6,3],[1,3],[-2,4],[-9,7],[-5,4],[-10,2],[-2,0],[-1,0],[-7,0],[-2,0],[-2,0],[-2,0],[-1,1],[1,0],[3,3],[4,3],[0,1],[-3,5],[-7,5],[-8,5],[-4,0],[-18,-1],[-10,3],[-10,0],[-7,1],[-5,2],[0,1],[-1,0],[0,3],[2,2],[4,3],[5,4],[1,1],[-1,1],[-11,5],[-16,4],[-13,6],[-4,4],[0,3],[6,9],[4,4],[6,6],[2,3],[1,2],[1,1],[2,2],[7,0],[4,0],[1,0],[2,-1],[8,-3],[10,-4],[4,-4],[8,-5],[11,-5],[3,-4],[7,-2],[12,-2],[2,2],[6,3],[10,1],[5,-2],[4,-4],[5,-2],[14,-4],[8,1],[2,2],[3,2],[8,5],[4,6],[1,4],[5,7],[1,5],[-1,4],[-9,3],[-11,4],[-3,2],[-3,2],[0,1],[2,1],[8,1],[4,0],[10,1],[2,1],[-2,1],[-10,4],[-3,4],[-1,3],[7,2],[16,0],[12,3],[9,3],[5,5],[-9,0],[-9,-2],[-9,0],[-7,0],[-5,2],[-7,0],[-9,0],[-10,3],[-2,9],[1,3],[3,4],[3,1],[-1,2],[-1,1],[-1,1],[-7,2],[-5,1],[-4,1],[-2,-1],[-5,1],[-5,2],[-2,1],[-1,0],[-4,5],[-1,1],[-1,2],[-10,7],[-1,0],[-1,1],[-1,1],[-1,1],[-1,5],[-1,3],[-6,6],[-11,7],[-2,2],[-5,1],[-7,1],[-9,2],[-1,1],[0,4],[0,1],[2,1],[8,9],[11,9],[6,3],[1,0],[1,0],[3,-5],[0,-4],[0,-1],[1,-1],[2,-2],[1,0],[14,0],[13,-4],[14,-4],[9,-8],[5,-6],[7,0],[5,2],[3,2],[7,5],[13,4],[11,5],[6,3],[0,1],[-4,0],[-7,2],[-1,0],[-5,4],[-3,3],[8,4],[1,1],[3,1],[3,0],[3,-1],[5,-3],[6,-3],[6,-2],[9,-4],[3,-1],[0,-1],[-2,-1],[1,0],[1,0],[2,1],[1,2],[-2,1],[-1,0],[-4,1],[-1,2],[1,0],[1,1],[2,0],[2,-1],[-1,0],[1,-1],[2,-1],[3,0],[2,0],[3,1],[4,-2],[1,-2],[-1,-2],[3,-1],[3,-1],[4,-1],[7,2],[8,3],[1,0],[1,0],[3,-1],[1,0],[3,-4],[2,-3],[0,-2],[2,-2],[3,-2],[3,-1],[4,-1],[-6,5],[-2,3],[-2,4],[2,4],[0,1],[9,3],[19,3],[5,1],[2,0],[4,-3],[3,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[0,-1],[2,-1],[2,0],[2,1],[2,0],[1,1],[0,4],[-1,1],[-2,2],[-1,0],[-1,0],[-1,0],[-6,2],[0,3],[12,4],[4,1],[6,0],[3,-1],[3,-3],[10,-6],[13,-5],[7,-3],[9,-3],[6,-1],[3,-1],[17,5],[10,4],[3,1],[2,1],[1,0],[2,0],[8,-2],[5,-5],[5,-9],[14,-6],[8,-4],[13,-2],[12,-4],[5,-1],[2,2],[-9,9],[-11,4],[-5,2],[-7,2],[-3,1],[-5,1],[-4,1],[-3,2],[-3,3],[0,1],[1,0],[8,2],[4,0],[6,0],[7,0],[14,-1],[18,2],[5,0],[3,0],[1,1],[0,1],[-2,0],[-2,1],[-11,1],[-2,0],[-2,0],[-7,-1],[-7,-1],[-5,0],[-7,0],[-17,2],[-5,0],[-6,2],[-6,2],[-3,0],[-6,0],[-4,-1],[-7,-1],[-3,-1],[2,0],[3,-1],[3,-1],[-5,-2],[-5,0],[-4,1],[-8,2],[-11,0],[-17,2],[-8,2],[-5,3],[-3,2],[-14,6],[-21,3],[-5,-1],[-2,0],[-4,2],[-1,1],[0,1],[1,1],[2,3],[1,0],[3,1],[1,0],[3,-2],[0,-2],[3,0],[2,-1],[1,0],[2,1],[0,1],[-1,1],[-1,2],[-4,3],[-10,2],[-8,5],[-3,1],[1,3],[3,7],[6,6],[5,3],[-1,1],[-3,2],[-3,2],[-5,0],[-1,-1],[-2,-1],[0,-2],[0,-1],[-3,-1],[-5,0],[-2,-1],[-3,1],[-8,2],[0,1],[1,5],[-1,10],[-9,8],[-3,3],[-2,3],[9,-1],[9,0],[4,0],[1,1],[-6,5],[-5,3],[3,5],[2,4],[10,6],[8,5],[3,2],[0,2],[-4,4],[-4,5],[0,1],[1,1],[5,8],[8,1],[8,-2],[4,-2],[9,-7],[7,-1],[16,-3],[14,-1],[8,-2],[-3,-1],[2,-3],[9,-3],[6,-2],[4,0],[6,0],[3,1],[8,8],[0,1],[-7,1],[-9,0],[-12,3],[-8,4],[1,2],[1,1],[8,3],[4,2],[5,1],[2,0],[4,-1],[7,0],[-1,1],[-7,2],[-5,0],[-7,0],[-4,0],[-2,0],[0,-4],[-3,-1],[-5,-1],[-9,0],[-7,-1],[-5,1],[-13,3],[-3,1],[-2,1],[0,1],[1,1],[1,1],[2,0],[7,0],[4,1],[9,0],[5,0],[4,-1],[2,0],[1,-1],[4,0],[-2,2],[-5,2],[-3,1],[-9,1],[-7,1],[-6,-1],[-5,1],[-2,0],[-1,1],[-1,4],[0,1],[1,1],[6,5],[5,3],[13,5],[11,6],[3,1],[1,0],[8,0],[16,-1],[10,-1],[7,-2],[8,-4],[7,-4],[5,-3],[13,-9],[4,-2],[1,3],[1,1],[-1,2],[-8,6],[-7,6],[-12,7],[-8,2],[-6,0],[-14,0],[-10,1],[-13,2],[4,2],[5,4],[-9,2],[-10,2],[-3,3],[-3,4],[0,1],[-3,1],[-13,2],[-6,0],[-4,2],[-3,3],[-3,4],[-2,4],[3,5],[2,4],[1,5],[0,5],[1,2],[4,2],[5,5],[8,4],[9,8],[9,0],[5,0],[3,-1],[7,2],[5,2],[11,5],[4,3],[3,3],[7,7],[2,6],[2,2],[2,3],[6,7],[7,9],[0,3],[0,3],[0,8],[0,7],[0,4],[5,6],[2,2],[7,0],[4,0],[3,-1],[9,-4],[7,-3],[5,-2],[13,-4],[3,-1],[6,0],[2,0],[2,1],[4,3],[15,1],[13,-1],[10,-1],[14,1],[10,0],[9,-7],[10,-3],[13,-3],[7,-1],[7,-3],[8,-5],[1,-5],[-1,-9],[0,-10],[3,-3],[2,-3],[5,-3],[8,-3],[8,-3],[5,-2],[-6,-5],[-3,0],[-1,0],[-4,-1],[-1,-1],[-2,-3],[2,1],[1,2],[1,1],[3,1],[1,0],[4,-1],[0,-1],[-1,-3],[0,-1],[-2,-2],[-3,-1],[-3,1],[-1,-1],[-1,0],[0,-1],[-3,-3],[-4,-4],[-2,-9],[3,1],[1,2],[-1,5],[0,1],[1,3],[3,2],[2,1],[1,0],[-1,-1],[3,1],[1,0],[4,3],[3,2],[6,5],[3,2],[2,4],[1,1],[-1,3],[-3,1],[-13,5],[-9,4],[-1,4],[5,3],[2,2],[1,2],[2,4],[4,0],[8,1],[11,-1],[2,1],[2,3],[0,1],[-1,2],[-2,1],[-7,5],[-5,2],[-3,2],[-4,3],[7,2],[7,1],[7,0],[2,-5],[3,-5],[3,-3],[7,-2],[8,-2],[3,-3],[1,-4],[0,-1],[1,-2],[3,-2],[0,-1],[2,-1],[1,0],[2,-1],[5,3],[4,0],[5,0],[9,-3],[0,-4],[0,-1],[0,-1],[3,-2],[9,-2],[17,-2],[8,-2],[12,-3],[6,-9],[0,-3],[0,-1],[-2,-2],[-3,-2],[-4,-2],[-6,-1],[-7,-4],[-4,-4],[-1,-3],[-1,-1],[-2,-3],[-3,-1],[-7,-4],[-7,-3],[-5,-2],[-7,-5],[-9,-11],[-12,-9],[-6,-5],[-3,-4],[-3,-4],[-3,-3],[-3,-3],[5,-1],[7,-2],[5,1],[4,2],[5,4],[1,6],[3,2],[10,0],[12,4],[3,4],[1,2],[7,3],[8,2],[10,2],[3,0],[1,0],[2,1],[0,1],[1,3],[0,6],[0,1],[1,5],[1,4],[0,1],[2,1],[7,7],[2,1],[3,2],[5,2],[15,3],[5,0],[2,-1],[1,-2],[1,-2],[0,-3],[-3,-2],[-2,0],[-1,-1],[0,-3],[1,1],[6,4],[0,1],[0,3],[2,3],[7,6],[10,5],[0,3],[0,5],[-1,3],[-6,4],[-2,2],[-1,2],[1,0],[2,3],[3,9],[3,4],[5,3],[4,2],[4,1],[6,0],[6,-3],[13,1],[6,1],[10,2],[12,-1],[14,-1],[11,-1],[5,-3],[1,-1],[2,-3],[4,-1],[5,-2],[6,-1],[6,-1],[4,0],[7,-2],[4,-3],[7,-1],[7,-1],[2,0],[6,-2],[5,-2],[1,-3],[-1,-7],[-1,-7],[-2,-1],[-1,-1],[1,-1],[1,-1],[6,-3],[5,-1],[7,0],[1,1],[1,0],[2,2],[3,3],[4,5],[6,4],[4,0],[1,1],[1,-2],[-1,-2],[-1,-2],[-3,-2],[-5,-1],[-3,-2],[-5,-4],[-1,-6],[0,-2],[0,-2],[-2,-3],[-4,1],[-1,0],[0,2],[0,1],[-1,-1],[0,-1],[1,-2],[2,-1],[3,-2],[-4,-1],[-8,0],[-9,0],[-3,0],[-4,-1],[-5,-3],[-12,-8],[4,-4],[0,-1],[0,-3],[-2,-2],[-2,-2],[1,-2],[2,-2],[3,-1],[-1,-3],[-2,-4],[-6,-5],[-3,-5],[-4,-4],[-4,-3],[-4,-2],[5,1],[2,2],[3,2],[3,4],[2,3],[5,3],[4,1],[3,0],[1,4],[3,3],[1,1],[1,3],[4,1],[2,1],[5,-2],[-4,2],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-3,0],[-1,0],[-1,0],[-3,3],[-2,3],[4,3],[2,3],[1,2],[1,6],[7,4],[3,1],[5,1],[5,0],[5,-5],[0,-1],[-4,-3],[-8,0],[-2,-1],[6,0],[5,1],[9,6],[8,5],[10,7],[1,-2],[-2,0],[-3,-2],[4,0],[5,1],[3,1],[7,6],[5,5],[2,3],[2,1],[2,3],[2,1],[8,4],[10,3],[10,1],[9,-1],[4,0],[8,1],[15,0],[17,-2],[9,-3],[2,0],[3,-3],[1,-4],[2,-1],[10,-1],[5,1],[4,3],[5,2],[7,0],[5,-1],[7,0],[2,1],[0,2],[0,7],[0,4],[5,2],[8,1],[2,-2],[6,-2],[10,-2],[6,0],[8,1],[9,2],[2,9],[2,5],[0,1],[4,2],[1,0],[1,0],[3,1],[17,1],[7,-1],[6,-3],[7,-1],[10,-2],[5,-1],[6,-3],[8,1],[4,3],[3,2],[4,3],[7,2],[3,2],[3,3],[1,2],[0,4],[5,7],[4,2],[6,1],[5,0],[4,2],[3,1],[2,1],[0,1],[-1,2],[1,2],[0,1],[3,-2],[1,-2],[1,-6],[3,-5],[3,-7],[1,-6],[1,-3],[0,-1],[9,1],[7,1],[14,0],[13,3],[3,1],[1,0],[4,0],[17,0],[2,0],[3,-1],[5,-3],[2,-2],[1,-4],[0,-1],[2,-1],[3,0],[3,-1],[4,1],[0,2],[0,1],[1,1],[3,1],[2,1],[7,0],[6,1],[6,-2],[8,-1],[14,-1],[7,1],[9,2],[7,1],[7,0],[17,2],[17,2],[15,-1],[12,5],[7,1],[11,3],[10,5],[2,2],[3,1],[12,6],[7,4],[5,2],[5,1],[15,4],[13,5],[4,3],[1,1],[6,2],[6,0],[5,0],[4,-3],[7,-1],[4,-1],[5,0],[13,1],[17,1],[13,2],[12,0],[3,1],[5,1],[9,1],[10,0],[4,0],[3,-2],[-1,-4],[-2,-2],[-6,-1],[-2,-1],[-2,0],[-1,-1],[0,-2],[1,-1],[1,-2],[7,-2],[1,-1],[15,-4],[8,1],[1,0],[4,3],[4,2],[7,2],[12,3],[6,1],[13,1],[7,1],[1,0],[2,0],[2,-1],[19,-2],[18,-5],[15,-1],[5,0],[5,-1],[6,-2],[5,-3],[2,0],[6,0],[5,2],[6,5],[6,5],[2,3],[0,2],[-1,1],[-4,2],[-7,1],[-6,2],[-12,6],[-14,5],[-10,3],[-3,1],[-2,1],[-1,1],[0,3],[2,5],[4,8],[5,5],[3,1],[10,3],[12,4],[4,-1],[6,-1],[2,0],[2,-1],[2,-1],[5,-4],[2,-3],[3,-6],[2,-4],[2,-2],[1,-1],[1,1],[9,0],[12,1],[4,0],[4,-1],[5,-2],[3,1],[3,0],[5,1],[8,2],[15,4],[15,0],[17,0],[9,0],[7,1],[17,1],[5,0],[2,1],[3,0],[10,1],[8,-4],[5,-3],[1,-4],[4,-4],[2,-2],[2,0],[19,0],[6,1],[15,2],[10,2],[13,2],[13,-1],[6,-1],[4,0],[5,0],[15,2],[7,0],[6,-1],[7,0],[5,-2],[1,-2],[-1,-2],[-7,-4],[-5,-7],[-1,-6],[0,-4],[0,-3],[0,-6],[-4,-8],[-1,-1],[-6,-1],[-11,-1],[-8,-1],[-2,-1],[0,-2],[4,-3],[2,-5],[1,-4],[-2,-9],[-1,-3],[-6,-3],[-9,-6],[-2,-4],[-2,-3],[-4,-2],[-8,-3],[-4,-3],[-1,-3],[-2,-1],[-1,-1],[-2,0],[-4,-1],[-5,0],[-3,-3],[-6,-7],[-2,-6],[0,-2],[0,-7],[0,-5],[1,-2],[4,-9],[4,-4],[2,-2],[10,-4],[3,-1],[2,0],[4,1],[6,0],[9,0],[5,0],[1,0],[5,1],[1,1],[2,1],[3,0],[2,1],[7,0],[2,0],[5,0],[1,-1],[1,-1],[0,-5],[-2,-5],[-1,-9],[-1,-8],[-5,-5],[-5,-5],[-6,-6],[-3,-3],[-4,-1],[-4,-3],[-2,-2],[-3,-3],[-3,-5],[-1,-7],[-5,-5],[-6,-6],[-2,-6],[-4,-10],[-8,-6],[-11,-7],[-7,-3],[-5,-1],[-9,-3],[-8,-5],[-6,-5],[-2,-1],[-2,-1],[-6,-3],[-7,-3],[-3,-2],[-3,-2],[-6,-5],[-8,-7],[-6,-3],[-6,-3],[-6,-3],[-6,-1],[-9,-2],[-11,-3],[-3,-1],[-5,0],[-1,0],[0,1],[-2,1],[-2,0],[-10,-1],[-1,0],[-3,-1],[-3,-1],[-9,-2],[-6,-4],[-3,-1],[-17,-2],[-16,-4],[-13,-4],[-11,-1],[-8,-2],[-6,-2],[-5,-1],[-2,-1],[-5,-2],[-3,-1],[-4,-2],[-2,-2],[-6,-4],[-6,-5],[-6,-5],[-3,-2],[-4,-1],[-10,-2],[-4,-6],[-2,-2],[-2,-3],[-3,-2],[-5,-3],[-6,-4],[-5,-3],[-4,-2],[-2,-1],[-5,-6],[-6,-8],[-5,-4],[-4,-1],[-2,-2],[-6,-4],[-1,-2],[-2,-3],[-1,-1],[-10,-6],[-8,-3],[-4,-2],[-5,-2],[-2,1],[-16,-6],[-9,-5],[-9,-4],[-9,-5],[-2,-1],[-12,-4],[-13,-5],[-4,0],[-11,-5],[-7,-5],[-7,-3],[-5,-2],[-14,-3],[-14,-5],[-5,-4],[-6,-4],[-5,-2],[-5,-2],[-4,-2],[-4,-1],[-7,-4],[-9,-4],[-7,-2],[-4,-1],[-6,-1],[-6,-2],[-3,-4],[-5,-3],[-2,-1],[-1,-1],[-15,-3],[-8,0],[-4,0],[-3,0],[-12,-3],[-11,-3],[-7,-6],[-6,-5],[-1,-1],[-5,-1],[-3,-1],[-2,0],[-2,-1],[-3,-1],[-2,-2],[-3,-10],[-2,-5],[-2,-7],[-2,-8],[-1,-1],[-3,0],[-9,0],[-12,-2],[-2,-1],[-3,-1],[-6,-3],[-5,-4],[-8,-4],[-16,-3],[-9,-1],[-9,0],[-14,-3],[-9,-3],[-5,-1],[-11,-2],[-11,-3],[-3,-2],[-2,-2],[-4,-7],[-1,-6],[-3,-5],[-1,-5],[-1,-1],[-1,-4],[1,-7],[-1,-3],[0,-3],[1,-6],[4,-8],[-4,-3],[-6,-4],[-8,-7],[-1,-3],[0,-6],[6,-6],[2,-3],[0,-2],[-2,-1],[-2,-3],[1,-3],[0,3],[1,2],[3,2],[5,-1],[3,0],[16,-2],[3,0],[5,1],[2,-1],[7,-2],[-3,-1],[-7,-1],[-2,0],[-6,0],[-7,0],[-5,0],[-14,-3],[2,3],[3,0],[0,1],[-1,2],[-3,2],[2,-2],[0,-2],[-3,-2],[-3,-1],[-6,-1],[-6,0],[-15,1],[-12,-1],[-10,-2],[-7,-1],[-23,-4],[-10,-1],[-8,0],[-4,0],[-16,3],[-17,2],[-8,1],[-4,1],[-8,3],[-6,4],[-11,3],[-12,3],[-6,2],[-8,1],[-8,-1],[9,0],[5,-1],[0,-1],[-7,0],[-9,0],[-2,0],[-4,1],[-2,1],[-13,-1],[-5,-1],[-6,-2],[-6,-2],[-2,-1],[-6,-2],[-5,-1],[-14,1],[-7,5],[-6,2],[-6,1],[-4,1],[-7,2],[-11,6],[-3,-1],[-1,-1],[14,-6],[17,-4],[6,-3],[4,-5],[1,0],[4,-1],[16,-2],[6,-1],[7,0],[8,2],[14,2],[5,1],[13,0],[9,1],[9,1],[5,1],[6,0],[7,-7],[6,-6],[9,-7],[3,-2],[4,-2],[3,0],[4,0],[4,1],[6,1],[1,3],[3,2],[7,-1],[11,-1],[7,-1],[7,-1],[5,-1],[10,-2],[8,-3],[6,-1],[4,0],[0,1],[1,0],[3,0],[10,0],[10,-1],[11,1],[2,0],[0,-2],[-2,0],[-2,0],[-3,-1],[-3,-1],[3,1],[2,0],[3,0],[2,1],[1,0],[0,2],[4,1],[7,2],[9,3],[13,5],[10,4],[9,2],[5,1],[5,1],[12,0],[3,0],[5,1],[3,0],[2,0],[4,-2],[1,0],[1,-2],[1,-2],[6,-5],[21,-9],[11,-3],[13,-4],[6,0],[12,1],[4,1],[4,3],[6,2],[3,0],[6,1],[6,2],[6,7],[4,4],[2,3],[1,2],[1,3],[0,1],[3,1],[5,2],[3,1],[1,0],[5,1],[13,2],[8,1],[3,0],[1,-1],[-3,-2],[-2,-3],[-2,-2],[0,-1],[1,-1],[0,-1],[1,-2],[-2,-2],[-2,-3],[-5,-5],[-3,-4],[-21,-13],[-7,-7],[-6,-4],[-10,-9],[-11,-7],[-4,-5],[-11,-6],[-3,-3],[-4,-3],[-6,-3],[-10,-3],[-4,-2],[-4,-3],[-1,-1],[0,-1],[-2,-2],[-7,-3],[-2,-1],[-2,-1],[-2,-1],[-5,-6],[-2,-4],[-5,-4],[-4,-4],[-4,-6],[-5,-3],[-10,-9],[-14,-8],[-6,-5],[-5,-4],[-5,-2],[-4,-1],[-4,0],[-8,0],[-15,1],[-13,1],[-11,1],[-1,0],[-1,1],[-1,1],[0,1],[1,2],[-2,4],[-2,3],[-6,2],[-2,1],[-13,5],[-12,2],[-3,-1],[-5,0],[-7,-3],[-8,-1],[-6,0],[-7,-2],[-8,-3],[-7,-3],[-13,-7],[-8,-3],[-2,-1],[-6,-4],[-2,-2],[-6,-1],[-3,0],[-5,0],[-3,1],[-13,4],[-12,1],[-9,-1],[-11,-2],[-5,-3],[-1,-2],[-2,-1],[-4,-2],[-1,0],[-3,-1],[-8,-1],[-1,0],[-7,0],[-4,0],[-6,2],[-2,-1],[-3,-1],[-3,-5],[-1,-2],[-1,-2],[-2,-3],[-6,-5],[-7,-2],[-5,-1],[-10,-3],[-5,-1],[-4,0],[-6,1],[-7,-2],[-11,-9],[-9,-5],[-7,-4],[-10,-5],[-11,-6],[-7,-7],[-2,-1],[-3,-5],[0,-2],[4,4],[-1,-3],[-5,-4],[-3,-2],[-2,-3],[1,0],[3,0],[2,2],[4,3],[6,7],[4,6],[3,0],[5,0],[5,1],[8,0],[8,1],[2,2],[7,3],[4,4],[10,5],[12,5],[10,4],[13,5],[6,2],[7,2],[10,5],[9,4],[12,6],[12,3],[11,2],[14,1],[16,1],[10,1],[6,0],[6,1],[9,0],[4,0],[6,-1],[5,-5],[6,-4],[6,-1],[11,-2],[2,0],[4,0],[14,2],[9,1],[9,2],[8,2],[8,4],[4,1],[2,1],[2,0],[4,0],[3,0],[1,0],[2,1],[2,1],[3,1],[1,3],[11,0],[8,-2],[6,-1],[2,0],[6,1],[3,0],[2,-1],[5,-1],[1,-1],[0,-1],[-3,-3],[-5,-4],[-8,-6],[-8,-2],[-6,-2],[-13,-7],[-3,-1],[-4,-2],[-10,-7],[-8,-6],[-5,-5],[-4,-3],[-10,-4],[-9,-7],[-5,-3],[-4,-5],[-2,-4],[-7,-4],[0,-4],[2,-4],[4,-3],[6,-5],[1,-1],[-7,0],[-10,2],[-16,0],[-8,-1],[-5,-1],[-11,-4],[-5,-3],[-2,-1],[-8,-6],[-1,-1],[-2,-7],[-6,-5],[-6,-1],[-5,-5],[1,-2],[-1,-2],[-3,-3],[-8,-8],[-5,-3],[-3,-2],[-7,-3],[-5,-4],[-5,-3],[0,-3],[-3,-3],[-9,0],[-6,1],[-7,0],[-8,1],[-18,1],[-6,0],[-17,-2],[-13,2],[-6,1],[-16,0],[7,-1],[-8,-1],[-11,0],[-15,-2],[-5,0],[-7,1],[-2,2],[-4,-1],[-5,-3],[11,-3],[9,-2],[3,-1],[19,2],[15,3],[9,-1],[13,0],[6,0],[2,0],[0,-1],[-2,-1],[-7,-1],[-9,1],[-8,0],[-7,-1],[-14,-3],[-13,-3],[-4,-1],[7,0],[1,0],[10,2],[11,2],[10,1],[-5,-2],[-4,-2],[8,-1],[24,0],[12,-1],[5,0],[7,-1],[19,5],[2,2],[3,2],[2,1],[2,0],[4,1],[15,0],[12,3],[5,0],[7,-2],[6,-2],[5,-1],[6,-1],[5,-1],[1,0],[5,0],[2,0],[2,1],[9,5],[7,6],[4,2],[1,2],[3,2],[5,7],[9,2],[5,1],[3,1],[15,5],[4,2],[5,5],[15,6],[5,2],[10,3],[17,6],[5,3],[3,2],[1,5],[-1,2],[-5,4],[-3,2],[-3,2],[-4,1],[-4,2],[-5,1],[-2,2],[4,3],[5,2],[8,4],[15,5],[2,1],[6,2],[4,2],[1,0],[7,0],[3,-1],[4,-1],[3,-1],[9,-2],[13,-4],[3,0],[-3,2],[-9,2],[-13,3],[-1,1],[1,0],[6,0],[26,-7],[17,-4],[10,-1],[11,-2],[5,-1],[15,0],[16,2],[10,1],[6,0],[7,2],[6,2],[1,1],[3,2],[4,1],[7,0],[4,0],[8,0],[4,0],[4,2],[8,5],[7,4],[-6,-3],[-7,-4],[-4,-3],[-5,-1],[-4,1],[-1,0],[0,1],[10,4],[5,4],[6,5],[13,6],[13,3],[14,2],[7,1],[9,5]],[[5341,8175],[2,0],[2,-1],[1,-2],[0,-1],[-3,-2],[-8,0],[-6,-1],[-10,-2],[-15,-4],[-3,-2],[3,-2],[7,-2],[6,1],[2,0],[4,2],[10,1],[1,0],[1,-2],[-1,-2],[-4,-7],[-2,-4],[-5,-1],[-1,0],[-1,0],[-18,0],[-18,-3],[-6,2],[-5,2],[-4,5],[-5,5],[0,2],[2,2],[3,2],[14,6],[7,2],[2,1],[15,1],[10,1],[15,3],[8,0]],[[5490,8196],[1,-2],[1,-1],[4,0],[2,1],[9,3],[8,1],[6,-1],[0,-1],[-2,-2],[-1,-1],[-2,-3],[-2,-4],[0,-2],[1,-3],[1,-1],[4,-1],[1,0],[5,0],[5,0],[5,0],[5,0],[6,0],[-1,-1],[-11,-4],[-5,-3],[-14,-3],[-11,1],[-3,-1],[-2,0],[0,-1],[-1,-1],[1,-1],[6,-2],[2,-1],[5,-2],[5,-2],[7,-9],[1,-2],[-3,-2],[-1,0],[-3,0],[-2,0],[0,1],[-2,2],[-1,0],[-4,-1],[-2,-1],[-9,-4],[-4,-3],[-1,-1],[1,-1],[-1,-3],[-4,-5],[-2,0],[-2,1],[-6,-3],[0,-5],[3,-1],[3,-4],[-6,-7],[-3,-4],[-7,-3],[-2,-1],[-1,0],[0,-2],[8,-5],[8,-3],[6,-3],[4,-4],[-1,-1],[-2,-3],[-1,-3],[0,-4],[-5,-3],[-8,-2],[-18,-3],[-2,0],[-2,0],[-8,-1],[-2,1],[-1,0],[-2,2],[-4,3],[-6,5],[-6,5],[-4,3],[-4,3],[-1,2],[0,2],[0,1],[2,2],[4,0],[4,7],[1,8],[-1,7],[-7,1],[-8,3],[-2,2],[-1,1],[-5,4],[-2,0],[-2,0],[-2,0],[-2,1],[-2,0],[-2,2],[-4,4],[0,3],[1,1],[5,3],[1,1],[1,1],[3,0],[4,-2],[3,-1],[5,-4],[-2,-2],[5,-2],[7,2],[3,1],[0,5],[-6,3],[-8,8],[-3,1],[-3,1],[-4,-1],[-7,-3],[-2,-1],[-2,-1],[-3,-1],[-5,-1],[-3,-1],[-2,0],[-2,3],[1,2],[1,1],[1,2],[13,6],[9,0],[8,0],[7,-1],[5,1],[12,3],[9,2],[5,0],[5,-1],[-4,-1],[-1,-1],[0,-1],[1,-4],[2,-1],[3,0],[2,1],[4,6],[3,1],[2,1],[2,0],[14,0],[17,2],[4,1],[2,2],[2,1],[-3,2],[-2,0],[-7,-1],[-10,-2],[-4,0],[-5,0],[-14,3],[-16,4],[-5,1],[-7,0],[-6,-1],[-5,3],[0,1],[3,2],[4,1],[8,2],[7,1],[4,0],[4,-1],[-9,-3],[-1,-1],[0,-1],[1,-1],[2,0],[5,0],[1,0],[7,3],[10,4],[4,1],[8,-2],[9,-3],[3,2],[2,2],[1,8],[-1,3]],[[2271,7871],[4,-2],[5,-3],[6,-4],[6,-2],[12,-3],[-1,-8],[2,-4],[6,-3],[10,-4],[12,-5],[8,-5],[1,-3],[0,-3],[-5,-3],[-4,-2],[0,-1],[2,-8],[2,-3],[2,-3],[4,-2],[4,-2],[7,-5],[3,-5],[0,-5],[-4,-4],[-7,-3],[-4,-1],[-4,-2],[-1,-1],[0,-1],[1,-2],[-1,-1],[-2,-4],[-2,-3],[-7,-7],[-4,-5],[-2,-6],[-5,-5],[0,-1],[1,-3],[2,-2],[5,-4],[7,-4],[3,-2],[13,-6],[2,0],[2,-1],[2,0],[6,1],[2,0],[2,-2],[1,-2],[-10,-1],[-7,-1],[-7,-1],[-4,0],[-5,-1],[-4,-4],[-4,-3],[-2,-2],[-8,-5],[-16,-7],[-3,-2],[-4,-4],[1,-3],[0,-1],[1,-4],[-4,-4],[-4,-1],[-3,0],[-2,0],[-7,-1],[-8,-1],[-5,-5],[-6,-4],[-2,-2],[-1,-2],[1,-2],[1,0],[0,-3],[0,-2],[-2,-1],[-3,-1],[-6,-1],[-10,-1],[-11,1],[-2,0],[-2,0],[-2,-2],[-5,-6],[-1,-3],[2,-3],[1,-1],[3,0],[2,0],[1,-4],[-1,-2],[-9,-5],[-8,-5],[0,-1],[1,-2],[1,-1],[2,-2],[1,-1],[4,-2],[9,-5],[12,-6],[9,-2],[4,-1],[5,0],[12,4],[10,4],[8,5],[8,2],[6,-1],[11,3],[6,3],[2,1],[7,6],[5,7],[2,2],[6,2],[13,2],[14,3],[4,1],[0,3],[4,1],[6,2],[14,0],[2,-1],[4,-2],[-1,-4],[0,-1],[-4,-4],[-3,0],[-4,-3],[-3,-3],[-6,-8],[-5,-8],[5,-4],[-4,-7],[-13,-6],[-18,-5],[-7,-2],[-5,-3],[-4,-4],[0,-2],[-4,-2],[-4,-2],[-10,-2],[-4,-1],[-4,-1],[-6,0],[-7,-1],[-3,0],[-4,3],[-13,5],[-2,1],[-2,1],[-3,3],[-4,6],[-4,4],[-2,0],[-6,1],[-10,-1],[-3,0],[-8,-3],[-9,-4],[-3,-5],[-10,-5],[-3,1],[-10,1],[-2,1],[-2,2],[-2,7],[-8,3],[-7,-2],[-10,3],[-5,2],[-2,1],[2,2],[1,2],[-4,-2],[-2,-1],[-1,-1],[0,-1],[4,-5],[5,-5],[6,-2],[5,2],[1,0],[5,-3],[-1,-3],[-3,-1],[-6,-2],[-1,-2],[0,-3],[4,-5],[1,-5],[2,-3],[4,-3],[1,-2],[2,-5],[-1,-2],[-2,-2],[-6,-2],[-1,0],[-3,-1],[-5,-1],[-12,-2],[-12,-2],[13,2],[6,0],[11,0],[9,-1],[1,0],[2,-3],[-1,-2],[-4,-3],[-4,-3],[-5,-2],[-2,0],[-2,0],[-4,1],[-17,1],[-11,-2],[-4,0],[-5,1],[-4,2],[-2,1],[-13,0],[-8,1],[-4,1],[-7,3],[-7,1],[-10,1],[-3,-1],[2,-1],[1,-1],[4,0],[6,-1],[6,-2],[11,-3],[5,-1],[3,2],[10,-2],[11,-5],[-2,-2],[-5,-2],[-6,-1],[-10,-4],[-3,-5],[-1,-2],[-2,-1],[-1,0],[-6,-1],[-2,-1],[-18,-2],[-16,-1],[-8,-2],[-4,0],[-9,-2],[-13,-2],[-13,-1],[-18,-1],[-13,-1],[-17,-2],[-3,0],[-7,0],[-6,-1],[-2,-1],[-3,-1],[4,0],[9,1],[5,1],[5,0],[6,1],[10,0],[5,0],[12,0],[5,0],[8,0],[5,0],[3,0],[2,0],[3,-1],[3,1],[7,0],[4,1],[5,1],[13,3],[12,0],[16,2],[13,0],[13,1],[3,-1],[1,0],[7,-2],[7,1],[4,2],[-1,1],[-4,1],[-3,0],[-1,0],[-2,1],[1,0],[1,1],[5,3],[2,1],[11,3],[5,2],[1,0],[7,-1],[2,0],[1,-2],[0,-1],[1,-1],[0,-1],[1,-1],[1,1],[1,1],[-1,0],[0,1],[1,2],[1,0],[2,0],[2,-1],[4,-3],[0,-1],[-6,-1],[-3,0],[-3,-2],[-2,-2],[1,0],[2,-1],[3,-8],[14,-5],[6,-9],[4,-7],[1,-5],[-1,-3],[-4,-5],[-7,-3],[-17,-1],[-5,0],[-13,1],[-7,0],[17,-4],[14,-1],[19,-1],[6,0],[3,0],[1,0],[3,-1],[1,-3],[-2,-4],[-2,-2],[-4,-7],[-6,-5],[-8,-3],[-6,-4],[-2,-5],[1,-1],[1,-2],[-2,-1],[-5,1],[-5,0],[-2,1],[-3,2],[0,2],[-2,1],[-3,3],[-7,2],[-15,0],[-12,-4],[-6,1],[-8,2],[-7,0],[-7,-1],[-15,-1],[-8,-2],[-5,0],[-8,1],[-14,-1],[-18,-1],[-13,0],[-13,-1],[-2,0],[0,-1],[4,-1],[4,-1],[2,0],[16,1],[6,-2],[18,-1],[6,0],[6,0],[4,0],[7,2],[9,0],[13,0],[3,-1],[13,-5],[3,-2],[2,-3],[-1,-2],[5,-8],[-2,-3],[0,-6],[2,-3],[-3,-1],[-6,-2],[-6,-1],[-2,-1],[-1,-3],[0,-6],[1,-8],[-3,-2],[-2,-1],[-12,0],[-8,0],[-2,1],[-5,-1],[-4,-2],[-4,-3],[-1,-1],[-2,-1],[-2,-1],[-3,-1],[-3,-1],[-2,0],[-2,4],[-2,3],[-9,5],[-6,3],[-1,4],[-3,3],[-2,1],[-1,-3],[0,-6],[4,-6],[3,-4],[2,-4],[2,-4],[0,-2],[-1,-1],[-1,-1],[-1,-2],[-4,0],[-13,-1],[-7,-1],[-6,-3],[-2,0],[-3,0],[-8,4],[-2,1],[-6,5],[-4,6],[-9,8],[-7,7],[-4,3],[-3,1],[-7,4],[-2,1],[-7,4],[-4,3],[-3,-1],[1,-2],[1,-2],[5,-4],[2,-1],[3,-2],[4,-3],[4,-6],[1,-2],[4,-6],[6,-7],[4,-4],[1,-2],[-3,-1],[-8,1],[-4,1],[-1,0],[-3,2],[-1,3],[-1,1],[-2,2],[-2,1],[-7,-4],[-5,-3],[-1,-2],[-2,0],[-3,1],[-2,1],[-3,2],[-4,3],[-2,1],[-11,9],[-3,5],[-3,3],[-9,8],[-4,4],[-4,3],[-6,4],[-4,6],[-1,7],[2,9],[3,4],[-4,8],[-3,1],[-2,2],[2,7],[2,3],[9,5],[4,3],[3,2],[2,1],[3,5],[5,3],[3,0],[4,-1],[3,0],[3,2],[1,2],[3,2],[-1,2],[0,2],[-1,2],[3,3],[3,1],[9,1],[17,0],[8,-3],[5,-2],[5,0],[11,2],[1,1],[-4,1],[-9,1],[-14,2],[-10,0],[-14,1],[-12,-1],[-8,0],[-3,-1],[1,-1],[3,0],[4,-1],[2,-2],[0,-4],[0,-1],[-1,-1],[-1,-1],[-7,-3],[-7,-2],[-2,-1],[-2,-1],[-7,-4],[-4,-3],[-10,-7],[-5,-4],[-6,-3],[-2,-1],[-11,-3],[-11,-2],[-3,-1],[-2,-2],[2,-6],[8,-3],[4,-2],[3,-3],[5,-6],[5,-8],[4,-9],[-2,-4],[-4,-3],[-5,-1],[-4,0],[-3,0],[0,-2],[10,-1],[4,0],[5,0],[1,0],[3,1],[12,-2],[9,-7],[8,-8],[5,-4],[4,-5],[2,-2],[0,-2],[-1,-2],[-6,-1],[-7,1],[-10,0],[-9,-1],[7,-4],[8,-2],[10,-3],[10,-4],[3,-1],[0,-1],[0,-1],[4,-9],[2,-3],[-4,-5],[-7,0],[-14,1],[-18,3],[-14,1],[-10,0],[-13,1],[-7,3],[-1,0],[-1,1],[-11,4],[-10,3],[-13,-2],[0,-3],[7,-6],[6,-2],[1,-1],[-1,-1],[-3,-1],[-2,2],[-3,2],[-3,1],[1,-1],[0,-1],[1,-2],[0,-1],[-1,-1],[-1,0],[-4,0],[-3,1],[-3,1],[-4,1],[-4,-1],[-4,-2],[6,-7],[6,-2],[9,0],[2,1],[4,0],[3,-1],[7,-2],[3,-2],[4,-6],[2,-3],[3,-5],[6,-5],[9,0],[5,-4],[0,-4],[3,-9],[-5,-2],[-2,-1],[-6,-1],[-7,0],[-8,1],[-8,3],[-12,2],[-4,-2],[3,-4],[2,-6],[0,-3],[-1,-6],[-1,0],[-3,-1],[-3,1],[-1,0],[-2,1],[-3,3],[-2,3],[-1,1],[-3,1],[-2,0],[-1,-1],[2,-2],[-1,-1],[-3,-1],[-2,1],[-7,2],[-3,0],[-6,4],[-1,1],[-2,1],[-2,2],[-4,5],[-3,4],[-12,0],[5,-4],[10,-7],[4,-5],[-5,-5],[-5,-2],[-5,2],[-6,2],[-5,2],[-1,-3],[1,-1],[3,-4],[4,-4],[0,-5],[-1,-3],[-5,1],[-8,2],[0,1],[-1,1],[-4,-1],[-5,-1],[-3,-2],[0,-3],[2,-3],[3,-2],[5,-5],[1,-1],[0,-2],[0,-1],[-5,0],[-2,0],[-3,-1],[-10,1],[-4,0],[-1,1],[-1,1],[-1,1],[-2,2],[-2,1],[-4,1],[-9,0],[-5,0],[2,0],[14,-6],[7,-7],[0,-3],[-1,0],[-7,-2],[-12,-2],[-6,-1],[-7,0],[-3,0],[-3,-3],[-1,-1],[0,-1],[2,-4],[-2,-5],[-5,-3],[-10,-2],[-11,-4],[-6,1],[-6,1],[-11,8],[-10,8],[-4,1],[0,-1],[-6,1],[-3,1],[-4,3],[0,5],[-6,4],[-5,2],[-7,2],[-14,5],[-3,2],[-11,7],[-4,3],[-1,1],[-3,5],[-3,3],[-4,4],[-3,2],[-2,0],[-3,0],[-10,1],[-4,1],[-8,4],[-4,1],[-4,4],[-2,1],[-1,1],[-2,2],[-1,9],[8,5],[7,1],[8,-1],[8,-1],[13,-4],[2,-1],[2,-3],[1,-3],[2,-3],[9,1],[4,0],[7,2],[9,3],[4,3],[8,2],[14,3],[11,7],[5,7],[4,5],[1,5],[8,2],[6,0],[2,-1],[1,0],[2,-1],[2,1],[2,0],[8,2],[3,1],[2,1],[2,5],[-1,3],[-1,2],[-4,2],[0,1],[-1,1],[0,4],[4,2],[10,4],[11,6],[14,7],[6,0],[6,-1],[14,-2],[18,-3],[15,-1],[10,1],[0,1],[5,0],[3,0],[6,-1],[10,-2],[8,-1],[3,0],[1,1],[-1,1],[-11,2],[-14,4],[-3,1],[-7,4],[-7,2],[-7,6],[5,3],[0,2],[-16,3],[-17,2],[-15,1],[-2,1],[-10,3],[-10,5],[-2,1],[-16,3],[-14,2],[-12,3],[-15,-1],[-3,-1],[-7,0],[-17,0],[-8,1],[-9,4],[-12,3],[-12,3],[-2,0],[-4,0],[-2,0],[-2,1],[-2,1],[-1,1],[-3,4],[0,2],[2,2],[1,2],[0,1],[-5,8],[-2,3],[-3,1],[-4,1],[-3,-2],[-1,-1],[0,-2],[0,-1],[-3,-1],[-3,-1],[-4,0],[-5,2],[0,2],[4,5],[1,1],[4,1],[2,0],[3,1],[1,0],[4,3],[4,4],[-1,5],[1,3],[6,5],[6,-1],[6,-2],[2,0],[7,-4],[5,-1],[4,2],[0,2],[4,5],[5,3],[7,1],[2,1],[10,4],[9,1],[12,3],[8,4],[6,1],[9,0],[7,1],[7,0],[13,3],[11,3],[16,2],[4,0],[4,0],[2,-1],[1,-1],[3,0],[1,0],[-1,1],[-4,2],[-5,0],[-9,0],[-14,-2],[-2,-1],[-8,0],[-18,-1],[-14,-2],[-15,-3],[-13,-3],[-12,-3],[-1,0],[-2,-1],[-8,-1],[-7,1],[-6,1],[-10,5],[-2,1],[-1,1],[2,2],[14,3],[10,1],[6,1],[7,0],[3,2],[-5,2],[-2,0],[-4,0],[-1,0],[-3,0],[-7,-1],[-8,-2],[-5,1],[-2,1],[1,3],[1,2],[3,3],[2,0],[15,3],[10,3],[-1,2],[-2,5],[-3,0],[-13,-5],[-7,-3],[-5,-1],[-4,-3],[1,-1],[0,-1],[-1,-1],[0,-1],[-4,-1],[-1,1],[-3,0],[-1,0],[-8,3],[-15,5],[-7,7],[0,11],[-6,9],[-2,7],[-5,3],[-6,4],[-2,0],[-7,5],[-3,3],[-1,4],[4,9],[10,2],[11,7],[9,7],[6,6],[0,5],[-6,5],[-7,5],[1,1],[3,4],[1,2],[2,1],[1,0],[2,1],[3,0],[7,0],[5,0],[0,-1],[1,-2],[1,0],[6,-1],[10,1],[14,-1],[4,0],[2,1],[2,1],[1,1],[-1,1],[-10,6],[-2,0],[-2,1],[-5,2],[-2,4],[5,8],[5,8],[0,6],[5,5],[11,9],[2,1],[6,2],[2,0],[1,0],[0,-1],[-1,-5],[-1,-4],[0,-1],[4,1],[4,1],[9,0],[7,0],[2,0],[4,-1],[0,-1],[-1,-1],[1,-1],[3,-1],[3,-2],[2,-1],[10,-5],[4,0],[6,2],[0,4],[0,4],[5,4],[3,0],[3,-1],[1,-2],[1,-2],[7,-6],[7,-4],[3,-1],[2,-1],[6,-1],[5,0],[4,1],[3,-1],[3,-1],[2,-1],[1,-1],[-2,-6],[-4,-3],[-13,0],[-9,0],[-5,1],[-2,0],[-8,-1],[0,-2],[11,-6],[7,-4],[2,0],[15,-3],[6,0],[8,1],[9,-2],[5,-7],[0,-1],[0,-7],[0,-4],[-2,-2],[-1,-7],[1,-3],[4,-6],[4,-4],[1,-2],[1,-3],[2,-4],[8,-8],[0,3],[-1,4],[0,4],[-2,3],[-4,5],[-4,3],[-2,3],[-3,7],[-1,5],[0,2],[0,3],[3,4],[8,-1],[-1,4],[-3,4],[0,4],[0,3],[0,1],[2,1],[14,3],[12,5],[10,5],[4,0],[6,0],[18,-3],[10,-2],[4,0],[6,-2],[10,-3],[9,-2],[7,-2],[5,2],[9,0],[6,-8],[8,-9],[6,2],[3,4],[4,6],[0,1],[-5,4],[-3,1],[-3,2],[-2,0],[-8,0],[-7,1],[-10,3],[-3,4],[3,5],[3,1],[5,0],[5,0],[3,-1],[0,1],[-1,2],[-5,4],[-2,1],[-4,0],[-9,7],[-1,2],[-1,2],[-3,2],[-5,5],[-2,-1],[-1,-1],[-4,0],[-8,3],[-3,3],[-5,4],[-7,6],[-3,8],[-1,2],[-2,1],[-1,2],[4,4],[6,3],[7,2],[6,2],[0,1],[3,1],[5,-2],[4,2],[-2,0],[-4,0],[-4,0],[-3,-1],[-8,0],[-11,-1],[-2,0],[-2,0],[-5,0],[-1,1],[-3,0],[-1,1],[-1,0],[-3,3],[1,1],[10,4],[12,5],[3,3],[-2,3],[0,1],[-1,0],[0,1],[1,1],[5,1],[16,3],[15,-1],[12,2],[13,6],[12,7],[11,5],[5,2],[11,5],[13,1],[9,1],[5,2],[2,0],[0,1],[0,1],[11,8],[15,-3],[5,-3],[13,0],[4,0],[5,2],[10,4],[7,4],[4,2],[2,1],[13,3],[8,1],[7,0],[9,2],[6,2],[4,5],[9,9],[7,6],[4,4],[9,2],[11,1],[3,1],[5,4],[2,2],[12,6],[13,3],[7,2],[3,1],[6,4],[3,5],[4,3],[4,2],[2,1],[12,4],[4,2],[13,4],[4,2],[3,0],[7,0],[12,4],[12,4],[7,2],[6,3],[7,4],[4,5],[4,3],[11,2],[5,0],[11,1],[6,3],[7,4],[8,3],[3,1],[4,2],[2,2],[2,3],[1,1],[-1,2],[-2,3],[-5,2],[1,3],[10,3],[8,2],[3,0]],[[5246,8182],[9,-2],[0,-1],[-2,-1],[-1,-3],[3,-2],[7,-3],[1,-1],[2,-1],[0,-1],[0,-2],[-1,-2],[-3,-2],[-7,-1],[-7,0],[-3,0],[-1,1],[-3,2],[-5,6],[-2,3],[0,2],[6,6],[4,2],[3,0]],[[5067,8251],[1,0],[12,-1],[9,-1],[4,-1],[4,-3],[7,-7],[2,-8],[1,-1],[2,0],[8,-1],[9,-1],[13,-3],[5,-2],[8,-3],[10,-2],[11,-5],[11,-3],[10,-4],[8,-3],[3,-2],[1,-1],[0,-1],[-1,-1],[-4,-2],[-1,-2],[0,-8],[1,-1],[2,-1],[3,-1],[3,-1],[5,0],[3,-2],[2,-2],[-2,-2],[-4,-4],[3,-5],[4,-8],[16,-4],[5,-1],[4,-3],[2,-1],[-3,-1],[-8,-3],[-15,-4],[-6,-2],[-17,-5],[-14,-2],[-5,-1],[-3,0],[-1,0],[-4,-2],[-3,-1],[-4,-8],[4,-3],[11,-2],[1,0],[9,2],[1,0],[9,8],[12,5],[13,1],[18,2],[14,2],[4,1],[4,0],[3,-1],[5,-1],[3,-2],[0,-3],[0,-1],[-3,-2],[-3,-2],[-3,-3],[4,-1],[13,1],[0,-2],[-1,-1],[-7,-3],[-15,-2],[-8,-1],[-16,-2],[-7,-1],[-10,0],[-6,1],[-10,2],[-4,1],[-6,-1],[-2,-1],[-1,-5],[0,-1],[-4,-1],[-4,0],[-2,1],[-4,1],[-4,4],[-4,2],[-1,1],[-6,-1],[-6,-1],[-14,0],[-11,-3],[-3,-1],[-4,1],[-1,1],[-1,1],[-2,1],[-1,2],[-4,3],[-5,4],[-4,3],[-9,7],[-6,9],[-4,9],[-13,5],[-6,4],[-9,4],[-5,2],[-2,1],[-5,6],[-1,10],[-1,7],[-3,2],[-3,3],[-3,1],[-5,1],[-3,0],[-15,0],[-17,1],[-4,-1],[-1,1],[-1,0],[0,1],[-1,2],[0,2],[0,1],[2,2],[5,4],[4,5],[0,1],[1,4],[0,1],[0,2],[0,1],[0,1],[1,1],[6,8],[1,1],[2,2],[3,2],[8,6],[5,1],[2,0],[3,-1],[3,-1],[3,0],[4,1],[4,1],[4,3],[5,2],[10,3],[3,0]],[[5116,8258],[12,-2],[7,-1],[7,-1],[5,-2],[5,-5],[0,-3],[-4,-2],[-1,0],[-7,-3],[-5,0],[-14,2],[-6,2],[-3,1],[-2,1],[-3,8],[-2,3],[-1,2],[3,1],[9,-1]],[[5597,8393],[3,0],[2,-5],[-1,-1],[0,-4],[-1,-3],[0,-4],[-10,-6],[-4,-3],[-1,-2],[-6,-8],[2,-3],[5,-4],[5,-3],[2,-3],[1,-2],[1,-3],[-1,-1],[-3,-2],[-11,-4],[-8,-1],[-7,-1],[-3,3],[-5,3],[-3,1],[-7,1],[-14,3],[-19,0],[-4,-1],[-2,-1],[0,-2],[-1,-2],[0,-4],[-2,-1],[-1,-1],[-4,2],[-3,4],[0,1],[3,1],[2,0],[2,0],[3,2],[1,1],[0,1],[-3,3],[-2,1],[-1,0],[-4,-2],[-2,-2],[-2,-2],[-4,-1],[-4,0],[-10,1],[-4,1],[-1,1],[0,1],[0,1],[5,7],[1,2],[4,3],[7,5],[2,5],[7,10],[12,-3],[3,-2],[3,-1],[5,-1],[4,-1],[16,-3],[6,1],[10,3],[7,4],[1,2],[-3,2],[-3,2],[4,5],[2,0],[6,1],[9,2],[5,2],[3,2],[1,2],[5,1],[4,0]],[[5448,8429],[4,-1],[1,-1],[3,-7],[-1,-1],[-3,-2],[-11,-4],[-4,0],[-16,2],[-17,-1],[-6,0],[-4,2],[8,1],[10,2],[12,5],[12,4],[8,1],[4,0]],[[5764,8458],[8,-1],[10,-4],[-6,-1],[-5,0],[-3,1],[-3,2],[-2,0],[-2,0],[-2,0],[3,-2],[7,-4],[12,-4],[6,-2],[5,-1],[9,-1],[6,1],[1,1],[1,1],[6,-1],[4,-1],[1,-1],[-4,-2],[-6,-1],[-6,1],[-10,0],[-4,0],[-2,-1],[-2,-8],[1,-5],[5,-4],[6,-3],[5,-1],[3,0],[4,0],[7,3],[4,1],[8,1],[17,4],[3,1],[3,-3],[0,-2],[-5,-4],[-7,-3],[-1,-1],[1,-2],[4,-9],[1,-1],[2,-1],[6,-2],[6,-1],[-2,-4],[-5,-6],[-8,-2],[-2,2],[-2,0],[-1,0],[-8,-1],[-7,-1],[-13,-3],[-8,-2],[-6,-2],[-2,-3],[-2,0],[-3,1],[-3,1],[-2,1],[-1,2],[1,2],[5,7],[-1,7],[0,4],[-2,1],[-9,2],[-7,3],[-9,3],[-8,0],[-9,-3],[-5,-2],[-1,-2],[3,-2],[5,-4],[4,-3],[1,-3],[-1,-1],[-12,-7],[-18,-1],[-2,-1],[-2,-1],[-1,0],[-6,2],[-1,0],[-3,3],[1,4],[5,6],[11,6],[1,1],[1,1],[1,2],[-1,1],[-2,2],[0,1],[0,1],[2,2],[4,2],[1,0],[14,2],[2,-1],[5,0],[2,0],[7,-2],[4,0],[2,1],[3,3],[1,1],[1,2],[0,2],[0,2],[-1,2],[0,1],[-2,1],[-3,1],[-3,2],[-1,0],[-3,0],[-2,1],[-6,2],[-2,2],[-1,2],[-2,3],[-4,2],[-6,2],[-11,3],[0,3],[5,2],[1,-1],[1,0],[3,-1],[4,1],[3,0],[14,5],[9,1]],[[5474,8468],[5,0],[3,0],[13,-4],[1,0],[2,-3],[0,-3],[-2,-2],[-3,-3],[-1,-7],[-2,-6],[-1,-6],[-2,-4],[-2,-4],[0,-2],[0,2],[-6,5],[-7,5],[-4,4],[-2,3],[-2,5],[0,3],[-1,3],[0,5],[0,2],[1,2],[7,5],[3,0]],[[5490,8196],[-3,3],[2,3],[4,0],[6,1],[2,2],[3,2],[4,6],[-1,4],[-13,0],[-7,-1],[-1,0],[3,-3],[0,-1],[-2,-1],[-4,1],[-9,1],[-3,4],[-1,3],[-2,5],[-3,4],[-2,2],[-9,9],[-7,6],[-7,7],[-6,5],[-1,2],[0,3],[2,4],[1,4],[1,4],[-1,1],[-6,1],[-3,1],[-5,-1],[0,-1],[-4,-3],[-3,-3],[-4,-2],[-9,-5],[-8,-3],[-14,-2],[-6,-1],[-12,-1],[-2,0],[-12,-2],[-7,-1],[-7,-2],[-1,-2],[-1,-2],[-1,-1],[-1,0],[-1,0],[-3,0],[-3,1],[-2,0],[-3,2],[-3,1],[-2,0],[-9,0],[-6,-1],[-5,-3],[-3,-3],[1,0],[2,-1],[4,-1],[0,-1],[-3,-1],[-11,-2],[-8,-1],[-9,1],[-16,0],[-10,-1],[-6,-3],[-2,-2],[-3,-2],[-3,0],[-3,0],[-10,3],[-8,5],[-11,6],[-6,5],[-3,4],[-4,6],[0,4],[0,3],[2,4],[1,1],[0,9],[-6,3],[-6,3],[-8,6],[-3,-1],[-4,-2],[-2,-2],[-2,-3],[-7,-4],[-11,-5],[-9,-6],[-5,-2],[-8,0],[-7,1],[-9,1],[-4,1],[-4,2],[-3,1],[1,2],[-3,2],[-4,1],[-8,1],[-4,2],[-3,2],[-2,10],[-2,1],[0,2],[-1,6],[-1,5],[-1,1],[0,10],[-1,10],[1,3],[3,6],[4,5],[2,0],[3,2],[1,1],[0,1],[-1,3],[-2,2],[-3,2],[-1,2],[0,3],[6,2],[6,-1],[4,0],[2,1],[2,2],[1,2],[-1,1],[-2,0],[-2,0],[-1,0],[-3,1],[-1,1],[-4,3],[0,2],[0,2],[1,3],[1,3],[0,5],[-3,9],[0,7],[-3,4],[-1,5],[5,3],[6,5],[2,1],[5,2],[2,0],[9,7],[2,6],[-3,1],[-8,1],[-2,3],[6,1],[17,0],[3,1],[6,0],[3,0],[14,1],[10,2],[11,3],[12,2],[18,3],[8,1],[18,1],[6,-1],[6,-1],[1,-1],[3,-1],[7,-4],[7,-3],[5,0],[2,0],[2,1],[3,0],[8,-3],[15,-6],[14,-4],[13,-5],[13,-3],[2,0],[2,0],[5,2],[1,1],[0,1],[2,0],[6,0],[3,0],[2,0],[1,-1],[1,-3],[0,-3],[1,-1],[0,-1],[2,-1],[2,0],[5,-2],[2,0],[5,1],[3,-2],[5,-4],[0,-3],[0,-1],[-10,-3],[11,-8],[11,-4],[7,-2],[6,-1],[3,0],[2,-1],[6,-2],[2,-4],[5,-8],[0,-1],[-2,-8],[-9,-4],[-1,-3],[1,-6],[2,-2],[0,-1],[-3,-1],[-6,0],[-2,0],[-2,1],[-4,3],[-2,1],[-7,5],[-2,0],[-12,1],[-5,0],[-1,-1],[-3,-2],[0,-1],[3,-2],[1,-4],[1,-4],[-5,-7],[-14,-1],[-3,0],[-2,-1],[-5,-2],[-5,-4],[-8,-7],[-3,0],[-4,0],[-6,1],[-4,1],[3,-5],[8,-2],[6,-2],[13,-3],[11,-1],[2,0],[10,1],[8,1],[6,2],[5,3],[1,1],[3,2],[4,2],[18,0],[8,-2],[5,-2],[3,-2],[5,-2],[6,0],[6,-1],[1,0],[9,-4],[2,-1],[0,-1],[-1,-4],[0,-3],[1,-1],[1,0],[2,0],[4,0],[0,1],[-1,2],[2,0],[-2,0],[0,-1],[2,-1],[1,0],[2,1],[5,2],[3,4],[4,7],[1,5],[5,4],[5,3],[2,1],[3,0],[1,-1],[1,-1],[4,-2],[5,-1],[9,0],[6,-1],[2,0],[1,-2],[-5,-4],[-8,-5],[-1,-1],[-2,-2],[1,-2],[4,-1],[7,-1],[6,1],[1,2],[0,1],[3,2],[1,0],[2,-4],[-1,-2],[-9,-4],[-8,-1],[-5,-1],[-6,-6],[0,-9],[0,-1],[1,-1],[3,-1],[3,-1],[1,0],[12,1],[7,2],[5,1],[7,3],[10,4],[2,1],[1,3],[2,3],[4,4],[2,0],[4,0],[2,0],[1,-1],[8,-3],[7,0],[7,1],[12,2],[2,0],[2,2],[2,3],[0,2],[1,0],[3,1],[3,-1],[1,-1],[1,-1],[2,-4],[0,-4],[1,-5],[3,-5],[0,-2],[1,-3],[-1,-1],[-1,-1],[-2,0],[0,2],[-3,2],[-6,1],[-17,-3],[-3,-1],[-6,-3],[-6,-4],[-2,-3],[11,-4],[1,-4],[-1,-3],[0,-4],[0,-6],[4,-2],[6,1],[15,-2],[-2,-2],[0,-1],[6,-3],[1,-1],[2,0],[4,1],[5,3],[0,2],[-5,0],[-2,1],[-1,3],[2,6],[0,4],[-8,2],[-8,-1],[-1,0],[-1,-2],[-2,3],[1,1],[10,5],[4,1],[2,0],[4,1],[12,0],[14,6],[7,2],[16,3],[14,4],[7,3],[4,1],[5,0],[1,-1],[1,-8],[1,-5],[-2,-7],[-4,-3],[-3,-3],[-2,-4],[4,-6],[1,-7],[1,-3],[-2,-1],[-1,-2],[-2,0],[-15,0],[-6,1],[-15,-2],[-9,-2],[-9,-1],[-5,1],[-6,0],[-2,0],[-10,-7],[-2,-2],[-2,-4],[-2,-4],[-4,-3],[-6,-2],[-5,-2],[-3,-2],[1,-3],[0,-2],[-1,-4],[-1,-1],[-6,-2],[-3,-1],[-2,-1],[-4,1],[-3,2],[0,4],[-1,3],[-6,4],[-13,4],[-7,3],[-7,2],[-5,2],[-6,1],[-2,-1],[-8,-3],[2,-4],[2,-1],[3,1],[4,0],[3,0],[-1,-2],[-6,-3],[-2,-1],[-5,-1],[-3,0],[-5,-3],[-9,-7]],[[5345,8493],[8,-1],[5,-3],[4,-4],[1,-3],[1,-2],[8,-4],[8,-1],[5,0],[5,0],[9,0],[8,1],[16,5],[3,1],[6,2],[7,0],[2,0],[13,-7],[0,-2],[-2,-5],[-4,-1],[-2,1],[-3,1],[-6,-3],[-3,-4],[-2,-7],[4,-6],[7,-9],[1,-1],[0,-2],[0,-1],[-1,-2],[-3,-1],[-13,-2],[-6,-1],[-3,-1],[-15,-3],[-8,0],[-11,1],[-10,-1],[-10,1],[-2,1],[-4,1],[-10,4],[-10,2],[-3,1],[-5,3],[-8,3],[-5,2],[-6,4],[-8,7],[-4,3],[-1,1],[-5,8],[7,4],[3,2],[2,3],[2,1],[1,3],[3,2],[8,3],[9,6],[6,1],[11,-1]],[[5644,8542],[0,-5],[-4,-4],[-4,-3],[-1,-2],[2,-4],[2,0],[3,-1],[2,0],[2,1],[2,0],[5,-2],[5,-2],[4,-2],[3,-2],[-1,-4],[0,-1],[-2,-2],[-5,-4],[-2,-1],[-2,-1],[-1,0],[-2,-2],[0,-1],[0,-2],[-3,-5],[-1,-2],[-1,-1],[-4,-9],[1,-5],[1,-1],[1,-5],[0,-1],[-1,-3],[-1,-2],[-1,-2],[0,-1],[1,-3],[0,-1],[1,-1],[5,-1],[3,0],[4,-1],[3,-1],[2,-2],[1,-2],[-2,-4],[-2,-2],[-5,0],[-4,0],[-8,1],[-12,0],[-3,0],[-5,-3],[-4,-2],[-3,-1],[-3,0],[-1,2],[-2,8],[-3,8],[1,2],[-2,2],[-3,2],[-4,2],[-7,1],[-10,3],[-2,2],[-3,2],[0,2],[0,2],[0,9],[0,1],[0,1],[1,2],[1,1],[1,1],[1,0],[2,-1],[1,-1],[6,-5],[11,-3],[2,0],[10,2],[6,2],[3,1],[2,2],[2,10],[-2,5],[-6,2],[-7,3],[0,1],[3,4],[3,4],[0,5],[-5,2],[-1,3],[2,3],[8,3],[8,3],[12,5],[2,0],[4,1]],[[5829,8605],[0,-3],[3,-3],[1,-2],[2,-4],[10,-3],[5,-1],[7,1],[2,1],[3,1],[1,1],[2,0],[1,0],[1,-1],[0,-2],[-2,-3],[-1,-2],[-7,-3],[-5,-2],[-6,-2],[-3,0],[-3,-1],[-2,-1],[0,-1],[0,-5],[2,-7],[7,-5],[5,-2],[4,0],[3,1],[14,6],[3,0],[12,6],[5,2],[3,2],[4,4],[4,2],[9,1],[3,0],[1,-1],[1,-1],[2,-1],[2,-1],[5,0],[6,1],[6,3],[1,4],[0,2],[-1,1],[2,5],[15,6],[4,1],[2,0],[7,-1],[2,-1],[0,-1],[-1,-3],[1,-8],[0,-6],[-1,-3],[1,-1],[5,-3],[1,-1],[5,-1],[10,-1],[5,0],[4,0],[3,1],[4,1],[6,-1],[-1,-5],[-2,0],[-9,-1],[-13,1],[-9,1],[-9,-1],[-6,1],[-6,3],[-4,1],[-15,0],[-17,-1],[-1,-1],[-6,-1],[-7,-2],[-4,-3],[-1,-3],[-5,-6],[-8,-4],[-2,-1],[-5,-5],[0,-2],[-2,-1],[-8,-7],[-2,-3],[1,-3],[3,-2],[4,0],[4,-3],[1,-1],[1,-1],[0,-2],[0,-2],[-6,-1],[-2,1],[-1,1],[-9,7],[1,6],[-1,1],[-7,3],[-2,-2],[1,-1],[2,0],[3,0],[2,0],[1,-1],[-5,-4],[-7,0],[-4,0],[-3,0],[-2,1],[0,1],[-4,1],[-6,0],[-9,0],[-3,-2],[-1,-1],[1,-2],[1,-3],[-2,-6],[0,-1],[-4,-1],[-2,1],[-8,4],[-1,0],[0,9],[1,2],[1,1],[2,1],[1,0],[2,1],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-4,-1],[-2,0],[-3,0],[-4,-1],[-1,-1],[-5,0],[-6,1],[-2,1],[-4,1],[-7,0],[-9,-1],[-6,-2],[-4,-6],[-8,-10],[-10,-5],[-7,-3],[-4,-4],[-11,-7],[-1,-2],[-2,-5],[0,-1],[0,-1],[-3,-1],[-4,0],[-1,0],[0,1],[-2,3],[-3,4],[-2,5],[0,8],[3,9],[3,5],[4,0],[10,1],[12,3],[3,1],[1,2],[3,4],[1,4],[1,2],[4,1],[8,2],[7,2],[0,1],[4,2],[2,1],[4,3],[2,1],[6,2],[5,0],[6,1],[6,2],[9,7],[0,2],[-5,4],[-2,1],[-3,2],[-4,1],[-4,1],[-2,4],[-2,7],[-2,6],[-4,3],[-1,2],[1,3],[2,2],[2,-1],[2,-1],[1,-2],[3,-6],[-1,-4],[1,-1],[4,-4],[2,0],[4,1],[3,4],[7,1],[9,-3],[6,2],[10,4],[2,2],[2,2],[2,6],[0,2],[-3,3],[-1,2],[-2,0],[-2,1],[-1,0],[0,1],[1,1],[3,0],[2,-1]],[[6005,8672],[8,-6],[3,-2],[0,-1],[-1,-2],[-3,-1],[-3,1],[-8,2],[-13,-1],[-6,-2],[-4,-2],[-1,-1],[0,-2],[-1,-7],[2,-3],[1,-2],[2,-1],[4,-4],[-8,-4],[-9,0],[-8,1],[-7,2],[-8,0],[-2,0],[-6,1],[-2,1],[1,1],[1,1],[8,9],[2,3],[5,8],[-1,1],[0,2],[1,1],[1,1],[4,1],[14,0],[7,0],[9,1],[8,2],[3,2],[4,0],[3,0]],[[5457,8639],[15,-1],[2,-2],[1,-4],[-1,-1],[-2,-1],[-10,0],[-9,-1],[-4,-2],[0,-2],[1,-1],[2,-3],[1,-4],[0,-5],[-2,-1],[-4,-1],[-10,-1],[-8,0],[-2,0],[-1,-1],[-5,-3],[-2,-2],[4,-2],[2,0],[4,1],[7,1],[10,-1],[2,0],[0,-1],[-1,-2],[3,-2],[5,-2],[16,-3],[20,-4],[16,-3],[2,-2],[5,-4],[5,-3],[2,-1],[1,-2],[-1,-2],[0,-2],[0,-1],[-1,-3],[0,-2],[3,-5],[1,-2],[2,-1],[1,1],[2,2],[1,1],[3,0],[5,0],[5,0],[6,-2],[2,-1],[3,-5],[4,-5],[3,-4],[-1,-3],[-4,1],[-7,1],[-5,-1],[-6,-5],[-7,-5],[-3,-3],[1,-1],[0,-2],[-3,-2],[-2,-1],[-4,0],[-1,-1],[-3,1],[-1,3],[0,4],[1,1],[8,6],[2,6],[-4,7],[-15,5],[-9,5],[-12,7],[-9,7],[-2,1],[-4,0],[-7,0],[-11,-4],[-3,-1],[1,-2],[7,-1],[4,-3],[0,-1],[-16,-3],[-5,0],[-8,0],[-2,-1],[-5,-2],[0,-3],[-9,1],[-3,1],[-12,5],[-9,5],[-7,6],[4,6],[-1,10],[-1,1],[-2,3],[-2,1],[-7,6],[-2,1],[-14,2],[-7,3],[-2,1],[-2,1],[-3,2],[-2,1],[-5,6],[0,1],[0,2],[3,0],[18,-4],[8,-2],[7,0],[6,0],[19,1],[4,1],[9,4],[5,2],[2,2],[4,2],[-1,4],[1,2],[5,5],[13,5],[14,0]],[[5525,8665],[4,-2],[6,-6],[0,-1],[0,-1],[1,-2],[-1,-2],[-3,-5],[-2,0],[-5,-1],[-4,-2],[-5,-7],[1,-2],[4,-4],[5,-2],[1,-1],[1,-3],[-3,-8],[-1,-3],[-3,-2],[-1,-1],[-1,0],[-3,-1],[-1,0],[-3,2],[1,1],[-3,2],[-4,0],[-3,-3],[-2,-3],[-2,-1],[-3,3],[-2,4],[2,6],[-1,3],[-3,3],[1,6],[2,4],[4,3],[5,3],[1,3],[2,5],[4,5],[2,5],[0,2],[1,1],[1,1],[2,1],[7,1],[1,-1]],[[6749,8818],[-1,-1],[1,0],[4,-2],[-4,-6],[-1,-6],[-7,-8],[-7,-6],[-5,-5],[-3,-2],[-4,-1],[-3,-1],[-9,2],[-6,1],[-2,4],[2,3],[4,0],[4,2],[0,2],[-2,5],[2,4],[3,5],[3,6],[4,2],[7,0],[19,2],[1,0]],[[7046,9315],[0,-1],[1,-1],[1,-1],[1,-1],[-1,-1],[-2,-6],[-3,-3],[-6,-6],[-4,-5],[-7,-8],[-6,-9],[-5,-8],[-1,0],[-5,-2],[-3,2],[-1,3],[2,3],[2,2],[1,1],[2,1],[1,-1],[1,2],[3,4],[0,7],[-2,8],[-2,1],[0,2],[2,2],[3,1],[6,4],[4,4],[5,4],[1,0],[9,2],[3,0]],[[7032,9333],[1,-2],[2,-6],[0,-3],[-1,0],[-7,-9],[-5,-5],[-3,-4],[-2,-1],[-4,-2],[-1,-1],[0,-4],[-2,-4],[-1,-4],[0,-2],[-2,-4],[-5,-3],[-4,-5],[-3,-4],[-6,-4],[-7,-2],[-2,0],[-3,0],[-4,1],[-2,1],[0,1],[0,1],[2,2],[1,0],[3,1],[5,1],[5,2],[10,6],[-3,5],[-1,6],[0,4],[0,5],[8,5],[11,3],[4,1],[1,1],[2,4],[0,2],[-1,2],[-2,1],[-4,0],[-1,0],[-1,0],[-2,-1],[-4,0],[-2,0],[-1,0],[-3,4],[9,1],[7,0],[6,2],[4,3],[7,5],[1,0]],[[7301,9367],[-1,-1],[0,-1],[5,0],[4,0],[7,0],[6,0],[3,0],[3,-1],[3,-4],[-2,-6],[-3,-5],[-2,-2],[-4,-1],[-5,1],[-4,2],[-9,6],[-5,2],[-5,1],[-1,1],[-3,3],[1,1],[1,1],[1,1],[3,1],[3,1],[2,1],[2,-1]],[[7269,9402],[0,-1],[-1,-1],[-6,-6],[1,-2],[4,-6],[0,-2],[-1,-3],[-1,-2],[-1,-1],[-5,-1],[0,-1],[1,-2],[3,-2],[1,-1],[1,0],[4,0],[11,4],[7,1],[-1,-9],[0,-4],[-2,-5],[-1,-1],[-1,-2],[-3,-1],[-3,-1],[-1,0],[-1,0],[-2,-2],[-2,-3],[-2,-4],[1,-4],[-1,-2],[0,-2],[-1,-4],[-5,-7],[-1,-2],[-6,1],[-19,4],[-5,1],[-7,3],[-7,4],[-1,3],[-1,3],[-2,5],[-1,2],[0,3],[0,1],[1,1],[1,0],[7,4],[3,4],[-1,3],[-2,1],[-5,3],[-5,4],[-13,5],[-7,6],[0,2],[1,2],[1,2],[1,1],[10,2],[7,0],[18,-3],[15,-3],[7,1],[-3,3],[0,5],[6,3],[7,2],[3,1],[2,1],[2,0],[1,-1]],[[6302,9370],[2,-2],[8,-1],[1,0],[6,-2],[5,-3],[6,-6],[2,-2],[-1,-2],[0,-1],[-5,-8],[-4,-9],[-4,-3],[-6,-3],[-6,1],[-14,5],[-9,8],[-15,4],[-9,3],[3,7],[1,3],[4,2],[10,3],[9,4],[4,1],[10,1],[2,0]],[[6879,9538],[2,-1],[0,-1],[1,0],[-3,-2],[0,-3],[9,-1],[7,0],[7,0],[5,-1],[1,0],[2,-1],[1,-3],[0,-1],[-16,-5],[-13,-8],[-4,-1],[-3,1],[-1,0],[-2,2],[-3,6],[0,1],[1,0],[1,1],[2,2],[1,0],[2,1],[2,-1],[0,-2],[2,0],[3,1],[1,2],[0,1],[-4,1],[-7,-1],[-4,-1],[-6,1],[0,1],[1,3],[1,3],[5,4],[1,1],[3,1],[3,0],[2,0]],[[7375,9576],[0,-1],[-1,-1],[1,-1],[4,-1],[5,0],[12,1],[13,2],[3,0],[8,-1],[-2,-2],[-5,-2],[-4,-1],[-3,-1],[-10,-6],[-5,-6],[-5,-4],[-9,-6],[-7,-5],[-10,-3],[-3,-3],[-2,-4],[-1,-2],[-7,-1],[-16,-3],[-7,1],[-5,2],[-14,3],[-3,0],[-2,0],[-1,1],[-3,3],[0,2],[2,1],[4,1],[6,3],[5,3],[-1,2],[0,2],[1,2],[3,2],[2,3],[3,1],[8,3],[12,3],[4,0],[3,0],[1,0],[8,2],[2,1],[3,3],[0,4],[2,1],[1,0],[3,2],[3,0],[4,0]],[[6642,9543],[1,0],[14,-3],[9,-2],[11,0],[3,1],[9,1],[1,-1],[3,-2],[1,-1],[-2,-10],[-1,-3],[-5,-3],[-15,-6],[-2,0],[-7,0],[-4,1],[-7,1],[-1,1],[0,1],[3,1],[0,4],[-2,-1],[-5,-2],[-6,1],[-2,1],[-4,4],[-5,3],[-3,3],[-2,3],[5,7],[3,0],[10,1]],[[6915,9583],[4,0],[3,-1],[2,-1],[-1,-1],[2,-1],[6,-1],[7,-1],[7,-2],[12,-5],[6,0],[3,0],[2,-4],[1,-4],[-2,-4],[-5,-7],[-13,-4],[-3,-1],[-4,-2],[-9,0],[-12,0],[-14,-1],[-2,0],[-2,1],[-11,5],[-1,1],[-2,2],[-1,3],[-1,3],[-4,4],[-4,3],[-2,3],[1,2],[4,1],[2,1],[0,-1],[8,-2],[4,2],[2,3],[0,3],[4,2],[4,3],[3,1],[3,0],[3,0]],[[7337,9792],[6,0],[3,0],[10,-1],[2,0],[4,-2],[2,-3],[0,-1],[-2,-2],[-9,-5],[-1,-1],[-2,0],[-6,0],[-11,-4],[-1,-1],[-1,-1],[-9,2],[-3,3],[0,1],[1,1],[1,0],[2,2],[5,2],[5,3],[1,0],[0,1],[0,2],[-2,2],[2,2],[2,0],[1,0]],[[7463,9804],[1,0],[2,0],[5,-2],[6,-1],[5,-1],[4,0],[3,0],[2,1],[5,-2],[6,-4],[3,-5],[0,-5],[-1,-2],[-1,-2],[2,-3],[1,0],[1,-1],[1,-1],[7,-2],[4,0],[1,0],[1,0],[4,0],[3,2],[1,1],[1,3],[1,1],[6,4],[8,2],[4,-1],[2,-3],[4,-4],[3,-2],[-2,-3],[-5,-7],[-2,-1],[-4,-3],[-8,-8],[0,-2],[-5,-5],[-1,-1],[-6,-2],[-2,1],[-1,1],[-3,4],[-4,2],[-8,1],[-5,2],[-4,3],[-6,2],[-7,0],[-13,5],[-5,2],[-6,1],[-2,-2],[-4,-1],[-5,0],[-7,1],[-3,1],[-1,0],[-3,0],[-2,-2],[-2,-2],[1,-1],[1,-1],[4,-2],[4,-1],[13,-3],[10,-8],[-5,-3],[-6,-3],[-12,-2],[-4,1],[-3,1],[-13,7],[-2,0],[0,2],[-1,1],[-1,3],[-5,6],[-4,5],[-3,4],[-3,3],[-2,1],[-3,1],[-8,7],[-4,8],[3,5],[6,5],[9,0],[8,-1],[7,-2],[12,-4],[3,1],[8,1],[1,0],[3,3],[2,1],[1,1],[2,1],[2,1],[4,2],[3,1],[3,-1]],[[7241,9893],[3,1],[15,-1],[9,1],[11,-3],[5,-1],[8,0],[8,1],[7,1],[15,-3],[11,-4],[1,-1],[-1,-3],[-1,-1],[-2,0],[0,-9],[3,-6],[3,-10],[2,-5],[1,-6],[-2,-3],[0,-4],[2,-3],[3,-4],[2,-5],[0,-2],[-1,0],[-2,-1],[-4,-1],[-2,-1],[2,-4],[7,-5],[1,1],[1,0],[4,0],[2,-1],[-1,-3],[-1,0],[-8,-2],[-7,1],[-20,3],[-3,1],[-8,2],[-4,2],[-4,1],[-1,1],[-3,2],[-1,2],[-7,8],[-12,6],[-1,-3],[0,-3],[3,-1],[3,-2],[3,-2],[3,-6],[4,-6],[5,-5],[4,-3],[1,-1],[3,-1],[5,-1],[4,0],[4,-5],[2,-6],[-1,-3],[-7,-7],[-3,-1],[-5,-1],[-2,1],[-4,-2],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,1],[-2,1],[-7,1],[-7,0],[-5,-2],[3,-2],[13,-6],[17,-1],[8,-2],[5,-2],[15,-5],[9,-5],[-1,-9],[-6,-8],[-2,-9],[1,-1],[-1,-4],[-4,-1],[-3,0],[-13,1],[-6,1],[-3,-2],[2,-7],[11,-4],[5,-2],[1,-5],[-1,-5],[-3,-9],[-5,-4],[0,-2],[-1,-2],[0,-2],[1,-2],[0,-4],[-5,-3],[-5,-1],[-21,0],[-2,-1],[-8,4],[-10,4],[-5,2],[-2,-1],[-2,-1],[-4,-2],[-1,0],[-4,1],[-4,1],[0,1],[-1,1],[-1,2],[-2,1],[-3,0],[-4,-2],[-1,-2],[3,-3],[9,-3],[9,0],[3,-2],[0,-4],[-4,-7],[-9,-4],[-29,-11],[-6,0],[-34,1],[4,-9],[4,-6],[7,-8],[-6,-3],[0,-3],[6,-8],[0,-1],[-1,-1],[-9,0],[-3,1],[-4,1],[-4,1],[-1,0],[-4,3],[-4,2],[-8,-2],[-14,-6],[-7,-4],[-7,-3],[-2,0],[-10,-4],[-3,-1],[-3,-2],[-2,-1],[-1,0],[1,-1],[2,-1],[3,1],[9,3],[9,3],[7,2],[9,3],[5,2],[6,1],[2,1],[7,1],[1,0],[1,-1],[3,-3],[0,-1],[-2,-1],[-21,-7],[-7,-1],[-1,-2],[5,-1],[13,3],[10,3],[10,3],[5,2],[5,1],[3,-2],[1,-4],[1,-8],[0,-6],[0,-2],[-1,-6],[1,-2],[1,-3],[1,0],[1,-1],[0,1],[1,1],[0,2],[2,7],[6,9],[5,2],[5,0],[8,0],[8,1],[3,0],[1,1],[1,1],[0,1],[-4,2],[-4,-2],[-4,2],[-2,3],[3,2],[4,2],[4,2],[5,8],[4,0],[6,-3],[-3,-3],[-2,-2],[0,-1],[1,-1],[1,0],[2,0],[10,2],[0,2],[0,1],[5,8],[11,8],[10,4],[7,3],[2,1],[10,2],[4,0],[-1,-8],[0,-3],[-2,-2],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-16,-8],[-11,-8],[-2,-2],[-3,-2],[-11,-3],[-7,-3],[-4,-1],[-8,-1],[-6,-5],[-7,-5],[-3,-3],[4,-3],[3,-3],[-2,-4],[0,-4],[1,-1],[2,0],[4,2],[1,2],[1,2],[0,2],[3,3],[8,9],[2,1],[3,0],[9,0],[12,-5],[9,-3],[-3,-8],[3,-3],[1,-2],[0,-5],[-2,-7],[-7,-1],[-6,-1],[-15,-4],[-4,-3],[-6,-1],[-2,0],[-5,0],[-18,3],[-18,2],[-9,1],[-8,0],[0,-4],[3,-1],[2,-3],[0,-1],[1,-3],[-2,-7],[1,-1],[3,-2],[5,1],[6,4],[5,3],[6,-3],[11,-5],[9,-3],[7,0],[9,0],[7,0],[8,-1],[6,2],[3,0],[1,0],[1,-1],[3,-2],[-1,-1],[-5,-3],[-3,-3],[-2,-1],[-1,-2],[0,-1],[2,-2],[5,-2],[2,0],[1,0],[0,-1],[0,-1],[-2,-3],[-3,-1],[-1,0],[-7,1],[-6,2],[-8,1],[-2,-1],[-2,0],[-3,-1],[-3,-1],[-3,-1],[-4,-3],[-11,-5],[-4,-1],[-10,-5],[0,-6],[0,-4],[2,-1],[3,-2],[2,0],[19,2],[11,-5],[3,-1],[2,0],[6,3],[6,2],[1,-1],[0,-1],[0,-2],[-1,-4],[-1,-1],[-2,-1],[-2,-1],[-3,-1],[-2,0],[-4,1],[-4,1],[-16,0],[-10,-3],[-2,-4],[3,-3],[-7,-5],[-17,-4],[-1,0],[-2,-1],[-6,1],[-2,1],[-1,1],[0,1],[1,6],[1,2],[2,1],[7,7],[-14,-1],[-7,1],[-3,2],[-1,4],[-1,1],[-2,1],[-4,-1],[-5,0],[0,-1],[0,-1],[2,-7],[7,-4],[2,-2],[1,-1],[1,-4],[-2,-1],[-11,-5],[-2,-1],[-2,-1],[-7,0],[-5,-1],[-1,0],[-5,-4],[-1,-1],[0,-1],[1,0],[5,-1],[4,0],[8,0],[1,0],[1,0],[1,0],[6,3],[4,2],[2,1],[3,0],[8,-2],[0,-1],[-1,0],[-2,-1],[-9,-9],[-2,-3],[-6,-6],[-9,-5],[-1,-2],[0,-1],[9,1],[4,2],[5,4],[9,6],[7,5],[6,2],[5,-1],[-1,-4],[-3,-7],[-2,-2],[-4,-2],[-8,-7],[-1,-3],[-4,-3],[-8,-6],[-5,-4],[-2,-3],[4,0],[8,4],[9,4],[7,4],[5,2],[6,3],[6,3],[5,2],[2,1],[2,-1],[-6,-3],[0,-2],[0,-3],[0,-1],[0,-2],[0,-1],[5,-4],[-2,-5],[-4,-7],[-3,-1],[-1,0],[-1,-1],[1,-2],[7,-5],[2,-2],[3,-1],[1,0],[10,-4],[5,-2],[1,0],[2,-3],[-1,-1],[-4,-2],[-1,0],[-5,2],[-1,1],[-1,1],[-3,1],[-2,0],[-6,-2],[-3,-2],[0,-2],[0,-2],[4,-4],[3,-3],[0,-1],[-2,-2],[-1,-2],[-1,0],[-2,0],[-1,1],[-3,2],[0,4],[-1,2],[-1,1],[-2,1],[-6,0],[-3,-9],[-7,-1],[-7,-2],[-9,2],[-2,0],[-1,-1],[-1,0],[-1,-1],[-1,-3],[0,-1],[3,-1],[4,-1],[4,-1],[1,-2],[0,-1],[-3,-5],[-2,-3],[-2,-1],[-8,-4],[-7,-1],[-1,-3],[4,-4],[3,-2],[2,-1],[1,-2],[0,-2],[-3,-5],[-3,-6],[2,-7],[1,-2],[3,-4],[3,-9],[1,-1],[1,-2],[3,-1],[3,-1],[9,-2],[10,0],[-3,-3],[-6,-2],[-10,1],[-8,1],[-7,2],[-17,-7],[-3,0],[-1,-1],[-1,-2],[1,-2],[2,-5],[1,-2],[3,-2],[6,-8],[7,-7],[7,-6],[3,-3],[-1,-2],[-3,-8],[-2,-1],[-4,4],[-4,5],[-3,4],[-3,1],[-4,-1],[-4,-6],[-3,-3],[-6,3],[-1,2],[-4,2],[-6,3],[-17,-7],[1,-7],[1,-2],[4,-2],[2,-1],[1,0],[2,-4],[1,-7],[3,-8],[-4,-9],[-4,-9],[-6,-8],[-5,-2],[-8,-2],[-4,1],[-2,-1],[1,-2],[3,-2],[1,-2],[2,0],[4,-3],[1,0],[2,-1],[2,-3],[1,-3],[-2,-3],[-2,-4],[-1,-2],[1,-1],[3,-1],[1,-2],[0,-3],[-4,-1],[-15,-1],[3,-1],[3,0],[2,0],[10,-7],[1,-4],[0,-10],[-6,-5],[-6,8],[-5,8],[-1,1],[-2,1],[-2,1],[-2,1],[-2,0],[-1,-1],[-1,0],[-2,-2],[-2,-4],[-1,-4],[-1,-2],[-3,-4],[-2,-1],[-2,10],[3,7],[3,7],[-6,3],[-3,4],[-1,5],[-1,1],[-2,0],[-4,1],[-6,0],[-4,0],[-4,0],[-3,-1],[-1,0],[-2,-2],[0,-1],[1,-2],[-4,-3],[-6,-1],[-19,2],[-6,3],[-2,4],[-6,9],[-1,4],[3,3],[3,0],[3,0],[6,2],[6,1],[4,2],[1,1],[-2,7],[0,3],[0,3],[1,4],[4,5],[15,0],[12,0],[1,1],[2,0],[0,2],[0,4],[-4,7],[2,4],[0,2],[0,2],[-1,0],[-1,0],[-4,1],[-2,-1],[-10,-1],[-5,0],[-2,0],[-2,1],[-1,0],[6,8],[7,-1],[4,-2],[3,-2],[5,2],[2,3],[-5,7],[-6,5],[0,1],[-1,0],[-1,4],[0,2],[7,4],[9,3],[5,3],[4,3],[-2,3],[1,2],[0,1],[4,5],[6,5],[3,5],[2,2],[-2,2],[0,2],[2,7],[0,3],[1,1],[1,4],[1,1],[5,6],[3,6],[3,5],[3,6],[6,6],[4,5],[1,7],[1,4],[3,7],[1,7],[2,7],[0,7],[-6,-4],[-12,-3],[-6,0],[-4,0],[-4,1],[-2,1],[1,3],[1,1],[4,2],[0,4],[0,3],[0,2],[-1,3],[2,7],[1,4],[1,3],[2,2],[2,3],[4,6],[1,2],[1,9],[-5,-1],[-7,-2],[-5,-10],[-4,-5],[-2,-4],[-1,-1],[-3,-4],[-2,-4],[-2,3],[-1,7],[1,2],[5,8],[2,5],[6,7],[1,6],[2,2],[4,2],[1,0],[4,0],[3,1],[7,4],[1,3],[6,6],[4,6],[3,5],[-3,3],[-1,-1],[-8,-11],[-7,-9],[-10,-6],[-3,-1],[-7,-5],[-1,-3],[0,-2],[-5,-9],[-5,-5],[-1,-3],[0,-4],[-7,-5],[1,8],[1,2],[1,2],[0,1],[3,4],[5,7],[3,6],[1,5],[0,1],[1,2],[3,5],[3,4],[-1,9],[5,8],[5,8],[1,3],[-2,0],[-4,-5],[-5,-7],[-3,-2],[-3,-1],[-4,-3],[-2,-5],[-6,-5],[-8,-5],[-7,-6],[-7,-1],[-3,3],[-8,8],[-5,8],[-5,8],[10,3],[4,3],[-2,3],[0,1],[-2,1],[-3,0],[-11,1],[-11,0],[0,-1],[-3,-1],[-2,-1],[-3,0],[-2,0],[-6,2],[-2,1],[-1,1],[-2,3],[-5,3],[-1,1],[-4,0],[-2,0],[-9,-1],[7,-2],[11,-4],[6,-5],[7,-4],[9,-3],[5,-2],[4,-3],[1,-4],[2,-3],[1,-1],[4,-3],[3,-2],[4,-3],[1,-4],[-2,-7],[-5,-4],[-2,-1],[1,3],[0,2],[1,4],[-1,4],[-1,1],[-2,0],[-2,-1],[-2,0],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-11,-2],[-2,1],[-2,2],[-1,1],[1,1],[1,5],[0,3],[0,1],[-1,1],[-1,0],[-2,-2],[-1,-3],[-2,-4],[-1,-10],[-1,-5],[3,-6],[-1,-2],[0,-1],[-2,-2],[-9,-8],[-3,-3],[-1,-1],[-3,-1],[-1,0],[-12,4],[-4,3],[-1,6],[-8,-3],[-3,-3],[0,-5],[0,-6],[0,-4],[0,-3],[-1,-1],[-5,-4],[-3,-1],[-1,0],[-1,0],[-1,0],[0,1],[0,2],[0,2],[-1,2],[-5,4],[-3,2],[-11,0],[-14,2],[-8,0],[-2,2],[-1,3],[1,4],[-1,7],[-2,1],[-1,0],[-3,0],[-10,-1],[-6,-1],[-5,1],[-2,1],[-5,5],[-2,3],[1,5],[8,7],[10,4],[3,0],[10,1],[3,0],[6,-2],[7,-1],[6,-1],[5,0],[2,1],[1,1],[-1,2],[-3,-2],[-7,0],[-4,0],[-3,0],[-2,1],[0,1],[5,4],[4,1],[7,1],[7,0],[4,1],[4,1],[2,3],[-3,0],[-4,-2],[-17,-2],[-8,-1],[-3,0],[-1,6],[0,2],[-8,8],[-1,3],[1,4],[2,1],[-4,0],[-6,1],[-3,-1],[-4,-5],[1,-2],[2,-1],[6,-2],[2,-5],[-1,-4],[-9,-3],[-9,-3],[-8,-5],[-3,-2],[-1,-2],[-2,-3],[-2,-2],[-1,0],[-3,1],[-3,2],[0,2],[4,5],[4,5],[-3,4],[-4,4],[-8,-1],[-17,-3],[-13,-6],[-5,-3],[-9,-3],[-2,0],[-5,0],[-2,0],[-2,1],[-12,6],[-7,2],[-4,3],[-1,1],[1,0],[3,2],[-1,3],[-6,2],[-14,3],[-16,2],[-2,3],[-2,3],[2,9],[0,4],[0,9],[1,2],[7,9],[0,2],[-2,1],[-4,2],[-5,0],[-5,1],[-2,0],[-1,1],[-3,3],[0,1],[1,1],[9,7],[12,4],[13,2],[8,0],[12,0],[19,1],[10,1],[7,1],[3,1],[3,-1],[5,-3],[2,-2],[3,-1],[3,-5],[11,-5],[2,-1],[2,-1],[1,0],[3,0],[0,1],[-1,3],[-1,2],[-2,4],[3,1],[12,-2],[11,-1],[4,0],[0,3],[-9,1],[0,3],[4,3],[6,1],[9,3],[5,2],[16,5],[5,0],[1,0],[8,-2],[4,-8],[4,-10],[4,-9],[3,-3],[3,-1],[7,4],[-1,1],[-9,5],[-7,9],[3,3],[8,1],[4,-1],[1,-2],[2,-2],[1,-2],[4,-1],[12,-1],[-6,2],[-7,4],[0,5],[1,2],[6,3],[10,4],[14,5],[5,0],[5,-2],[5,-2],[14,-3],[12,-3],[1,0],[3,-4],[2,-5],[2,-7],[1,-6],[0,-3],[1,0],[5,-2],[2,0],[3,0],[0,1],[2,2],[0,9],[1,7],[-2,4],[0,9],[-1,7],[0,8],[2,2],[5,2],[6,4],[5,0],[2,-1],[1,0],[1,-1],[0,-4],[1,-1],[2,-1],[2,-1],[3,-1],[1,0],[4,2],[-2,2],[-4,8],[-1,7],[7,2],[8,0],[7,1],[5,0],[8,1],[3,1],[3,-1],[6,-1],[10,-5],[9,-3],[2,0],[6,1],[1,1],[-2,0],[-6,2],[-5,1],[-4,0],[-3,1],[-1,0],[-1,1],[-1,1],[-2,5],[-4,2],[-1,1],[-3,1],[-5,1],[-5,0],[-16,-1],[-6,-1],[-6,-1],[-7,-1],[-4,1],[-12,2],[2,4],[6,4],[2,3],[1,2],[-3,8],[-1,1],[-2,1],[-1,1],[-3,-1],[-5,-1],[-3,-2],[-4,-5],[-3,-4],[-1,-3],[-4,-1],[-3,1],[-13,4],[-5,1],[-3,1],[-6,3],[-1,2],[-1,1],[1,1],[3,8],[-6,3],[-1,1],[1,1],[1,4],[0,1],[5,2],[2,1],[6,-1],[2,-1],[3,0],[1,2],[-1,2],[-2,1],[-2,1],[-13,-2],[-11,-2],[-10,0],[-11,0],[-2,0],[-3,2],[-3,2],[1,7],[-4,3],[0,1],[-1,1],[2,2],[1,1],[5,4],[14,6],[4,2],[3,2],[-2,0],[-3,0],[-14,0],[-10,-1],[-2,0],[-4,2],[-1,1],[-2,8],[3,3],[2,0],[7,1],[17,2],[-10,1],[-4,-2],[-3,0],[-7,0],[-2,0],[-1,1],[-1,2],[2,5],[3,4],[4,3],[3,4],[-1,2],[-2,0],[-5,0],[-1,-1],[-2,-3],[-10,-6],[-11,-3],[-1,-1],[0,-1],[4,-1],[4,-1],[0,-1],[-2,-3],[-3,-3],[-5,-4],[-5,-5],[-1,-1],[-2,1],[-2,0],[-1,1],[-1,1],[-6,8],[2,6],[7,4],[5,2],[-1,5],[-1,0],[-4,1],[-5,-2],[-5,-2],[-5,-1],[-2,0],[-4,0],[-12,2],[-7,3],[-1,2],[-5,3],[-2,0],[-5,0],[-2,-1],[-2,-1],[-5,-4],[-4,-4],[-7,0],[-20,0],[-9,-1],[-8,0],[-13,3],[-3,2],[0,3],[3,3],[5,2],[3,3],[2,2],[1,1],[1,2],[1,2],[1,3],[-1,1],[4,1],[10,1],[15,-3],[10,-5],[3,0],[2,0],[2,1],[2,1],[1,1],[1,1],[0,1],[-3,0],[-5,3],[2,3],[3,3],[-1,7],[0,5],[2,5],[1,3],[4,4],[7,5],[12,5],[6,2],[3,0],[4,-1],[2,-1],[4,-3],[1,-4],[-1,-2],[0,-4],[0,-3],[2,-4],[4,-1],[9,-3],[12,-4],[6,-2],[2,-1],[2,-2],[1,-1],[5,-2],[7,-3],[15,-3],[7,-1],[9,-1],[19,3],[2,0],[3,0],[4,1],[10,2],[2,1],[-2,1],[-1,1],[-2,-1],[-2,-1],[-3,-1],[-4,0],[-6,0],[-8,0],[-14,-1],[-6,-1],[-2,0],[-8,1],[-8,4],[-9,7],[-5,5],[-4,2],[-5,1],[-2,1],[-3,0],[-1,1],[-2,4],[-1,2],[0,1],[3,4],[8,3],[14,6],[9,7],[7,5],[4,2],[3,1],[5,0],[3,1],[3,2],[2,6],[-2,2],[-4,1],[-1,0],[-3,1],[-1,1],[1,2],[3,4],[4,2],[9,5],[3,7],[0,4],[-4,3],[-3,-1],[-1,-1],[-2,1],[-2,1],[0,1],[0,1],[3,2],[4,0],[6,-1],[2,0],[2,-2],[6,-2],[7,-2],[8,-2],[12,-2],[1,-1],[10,-2],[3,0],[6,2],[3,0],[2,1],[4,0],[6,-2],[5,-1],[6,-3],[3,1],[-4,4],[-7,4],[-2,0],[-2,1],[-1,0],[-1,1],[2,4],[4,5],[5,2],[5,-1],[3,-2],[10,4],[9,8],[3,1],[58,-1],[60,0],[5,2],[6,4],[4,3],[3,2],[9,5],[4,0],[1,-3],[1,-2],[-2,-8],[0,-2],[0,-11],[1,-4],[2,-1],[2,1],[2,1],[3,0],[5,0],[2,0],[4,-2],[6,-6],[2,-3],[5,-3],[3,1],[-3,5],[-2,4],[-7,4],[-13,2],[-4,3],[0,2],[0,8],[-1,6],[3,5],[3,2],[2,3],[1,2],[0,4],[4,6],[2,3],[2,9],[0,6],[-3,8],[-1,4],[4,7],[5,6],[2,3],[-4,2],[-1,2],[-1,1],[1,1],[16,2],[14,1]],[[7446,9999],[5,0],[3,0],[1,-1],[0,-1],[2,-1],[2,-1],[1,-1],[2,-5],[0,-1],[-2,-6],[-1,-4],[-2,-4],[-1,-3],[-3,-4],[3,-3],[6,-1],[6,8],[5,8],[1,2],[1,3],[1,1],[1,2],[4,3],[4,3],[5,1],[3,-3],[10,-5],[15,1],[11,-1],[13,0],[6,-2],[-1,-1],[-1,-1],[-4,0],[4,-4],[5,-3],[5,1],[1,-1],[8,-2],[-3,-2],[-1,0],[-12,0],[-15,-1],[-6,-1],[-6,-3],[1,-2],[3,-2],[1,0],[12,-2],[7,-4],[1,-1],[-1,-9],[-5,-3],[-6,-2],[-16,2],[-12,2],[-6,0],[-2,-2],[2,-2],[5,-2],[2,-1],[1,-3],[0,-1],[3,-4],[5,-5],[-3,-3],[-7,-1],[-7,0],[-3,0],[-14,-1],[-13,-1],[-2,-1],[2,-3],[2,0],[14,-1],[12,1],[3,0],[5,1],[4,-2],[1,0],[3,-3],[-3,-7],[-2,-4],[-4,-2],[-6,-2],[-9,-4],[-1,-1],[-12,-5],[-3,-1],[-3,-1],[-3,-4],[-2,-5],[-2,-4],[-6,-3],[2,-3],[3,-2],[10,-1],[13,1],[5,0],[3,0],[0,-2],[0,-4],[-3,-4],[-4,-3],[-10,-4],[-12,-1],[-17,3],[-14,1],[-9,3],[0,2],[0,1],[0,1],[-1,1],[-1,0],[-2,0],[-3,0],[-2,0],[-2,-1],[-5,-2],[-3,-2],[0,-1],[-2,-3],[-1,0],[-1,-1],[-2,-1],[-7,-4],[-5,0],[-11,1],[-9,4],[-6,2],[-7,2],[-3,0],[-1,1],[0,1],[1,2],[2,2],[3,3],[4,2],[3,2],[-3,5],[-3,6],[-6,7],[3,3],[8,-1],[7,-4],[5,0],[2,0],[2,2],[-2,5],[-5,4],[-2,7],[0,2],[2,4],[1,1],[4,2],[2,0],[1,0],[6,2],[3,5],[-2,8],[5,5],[3,4],[1,3],[0,6],[-3,3],[-5,2],[-2,1],[-1,0],[-7,4],[5,4],[7,4],[5,2],[3,1],[2,1],[3,2],[2,2],[0,1],[-4,0],[0,3],[6,2],[7,2],[6,3],[8,5],[4,8],[0,4],[4,3],[7,2],[3,0]],[[4095,4126],[2,-1],[0,-1],[1,-2],[-1,-10],[0,-5],[-1,-7],[-1,-2],[-4,-9],[-1,-2],[-2,-3],[-2,-3],[-5,-8],[-2,-4],[-2,-5],[-1,-5],[0,-2],[-1,-3],[1,-5],[1,-2],[1,-4],[2,-3],[5,-6],[1,-1],[4,-3],[9,-2],[10,-2],[8,-1],[10,-2],[13,-2],[1,0],[1,0],[1,-1],[1,-1],[3,-2],[0,-2],[-2,-2],[-4,-3],[-8,1],[-1,0],[-1,-1],[0,-1],[1,-3],[1,-2],[1,-3],[-4,-3],[-4,-2],[-3,-2],[-4,-2],[-3,-3],[-8,-8],[-5,-5],[-6,-4],[-2,-2],[-2,-3],[-1,-3],[-1,-3],[-1,-2],[-3,-4],[-8,-3],[-9,-3],[-2,0],[-2,-1],[-3,-2],[-1,-1],[-2,-3],[-1,-1],[-1,-2],[0,-1],[0,-6],[6,-3],[2,0],[2,-1],[2,-1],[3,-3],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-10,-8],[-4,-2],[-4,-2],[-10,-3],[-8,-5],[-9,-1],[-8,0],[-13,-1],[-2,0],[-2,-1],[-6,-3],[-1,-1],[-3,-2],[-1,-1],[-1,-2],[0,-2],[0,-2],[1,-4],[4,-1],[3,-1],[3,0],[-2,-3],[-2,-1],[-3,-2],[-5,-1],[-1,0],[-5,-2],[-2,0],[-7,-4],[-5,-2],[-6,-2],[-10,1],[-7,0],[-1,-1],[-6,-2],[-3,-8],[-3,-2],[-3,-1],[-2,-1],[-1,-3],[-1,-2],[-2,-2],[-2,-1],[-2,-1],[-4,0],[-8,0],[-11,0],[-4,0],[-6,-2],[-9,-4],[-12,-6],[-13,-7],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[1,0],[0,-1],[2,-2],[1,0],[1,-1],[2,-1],[2,0],[3,-2],[-4,-4],[-1,-2],[-4,-4],[-2,-2],[-1,-1],[-1,0],[-3,2],[1,2],[0,1],[2,1],[1,2],[2,3],[0,1],[0,1],[-1,2],[-1,2],[-1,1],[-3,1],[-6,2],[-1,0],[-3,0],[-4,0],[-4,-1],[-2,0],[-9,-4],[-4,-5],[0,-2],[-1,-1],[-2,-1],[-2,0],[-4,1],[-3,0],[-2,1],[-3,2],[-1,1],[-2,3],[1,1],[-2,3],[-1,2],[-7,5],[-1,1],[-3,1],[-2,0],[-1,0],[-10,-1],[-6,1],[-4,0],[-4,0],[-2,0],[-2,-1],[-1,-4],[-8,-8],[-9,-2],[-4,-2],[-4,-3],[-4,-2],[-12,-2],[-4,0],[-16,4],[2,5],[6,5],[9,6],[6,2],[1,3],[-1,4],[-2,0],[-5,1],[-2,0],[-1,1],[0,1],[1,2],[4,4],[2,2],[3,3],[2,2],[2,0],[5,1],[2,0],[5,2],[4,3],[6,8],[3,3],[1,0],[1,1],[3,7],[3,8],[-1,9],[-7,8],[-1,1],[-1,1],[-1,2],[0,2],[0,2],[2,2],[0,1],[3,1],[2,1],[2,1],[4,2],[4,2],[1,2],[2,1],[1,2],[2,3],[2,8],[-2,7],[2,5],[5,6],[12,5],[14,3],[11,4],[13,5],[7,6],[6,4],[2,1],[1,0],[5,2],[4,3],[4,3],[9,5],[8,5],[3,3],[8,7],[3,4],[4,5],[4,6],[1,2],[0,2],[2,4],[5,6],[2,2],[6,7],[7,6],[2,2],[1,1],[4,4],[2,6],[2,3],[2,5],[2,4],[1,1],[4,4],[4,3],[4,3],[6,3],[1,1],[4,1],[6,2],[17,7],[8,4],[4,1],[11,4],[19,6],[1,1],[4,0],[5,0],[6,1],[16,2],[9,2],[10,2],[5,2],[9,2],[9,2],[11,2],[2,1],[2,0]]],"transform":{"scale":[0.0010387621262126217,0.0010944133413341333],"translate":[-8.6176375000002,49.902854999999846]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/GB_idx.json b/dist-amd/map/TopoJSON/GB_idx.json new file mode 100644 index 0000000000..27a865662b --- /dev/null +++ b/dist-amd/map/TopoJSON/GB_idx.json @@ -0,0 +1 @@ +{"street_number":{"1":[3,59,93,112,149,174,179,181,188,190,232,261,286],"2":[54,62,95,194,212],"3":[56,77,115,134,143],"4":[50,111,125,206,275],"5":[0,73,151,253],"6":[6,60,75,126,132,239],"8":[85,103,131,133,225,226,245],"9":[38],"10":[33,34,152,160,197],"11":[259],"12":[53],"13":[66,108],"14":[249],"15":[98],"16":[222],"17":[49,83,266],"18":[166],"20":[15,84,103,105],"21":[20,200],"22":[155],"24":[48],"25":[121],"26":[8],"28":[10],"29":[63],"30":[138],"31":[14,16],"32":[26,124],"33":[44],"34":[9],"35":[57,137],"37":[157],"42":[167],"46":[51,82],"47":[78],"48":[171],"49":[25],"51":[19],"53":[23],"55":[7],"56":[46],"61":[172],"63":[102],"67":[41],"72":[173],"73":[148],"74":[58],"81":[42,159],"88":[40],"92":[190],"98":[37],"100":[47,158,205],"103":[18],"104":[92],"108":[79],"109":[29],"115":[153],"124":[24],"136":[39],"151":[100],"174":[140],"203":[11],"220":[113],"268":[168],"276":[107],"410":[146],"429":[147],"12-16":[17],"40A":[22],"20-22":[30],"64A":[31],"29-30":[32],"230-236":[33],"8-10":[37],"503A":[43],"65-67":[45],"10-44":[69],"58-60":[72],"2-4":[116],"34-38":[192]},"route":{"Telegraph Rd":[0],"Telegraph Road":[0],"Longstone Terrace":[0],"Racket Town Rd":[1],"Racket Town Road":[1],"Vane Hill":[1],"Unnamed Road":[2,61,67,68,88,89,104,114,118,129,128,130,150,177,178,180,183,185,186,191,195,196,198,199,201,204,207,210,208,211,213,215,217,216,218,220,223,224,228,227,229,231,233,237,238,236,241,246,247,250,252,254,255,257,258,260,263,265,267,269,270,272,276,278,274,280,281,279],"Churchtown":[2],"Ingra Rd":[3],"Ingra Road":[3],"Eggbuckland Rd":[3],"Eggbuckland Road":[3],"Public Bridleway N110":[5],"S W Coast Path":[4],"South West Coast Path":[4],"Howard Rd":[7],"Howard Road":[7],"Hollingbury Cres":[6],"Hollingbury Crescent":[6],"Scarf Rd":[9],"Scarf Road":[9],"Tait Cl":[9],"Tait Close":[9],"North End Ave":[8],"North End Avenue":[8],"Nettlesworth Ln":[11],"Nettlesworth Lane":[11],"Castle St":[10],"Castle Street":[10],"Old Mill Pl":[12],"Old Mill Place":[12],"Streetway Ln":[13],"Streetway Lane":[13],"Weihurst Gardens":[14],"Primrose Cl":[15],"Primrose Close":[15],"Hurst View Rd":[16],"Hurst View Road":[16],"Hurst Way":[16],"Park Ave":[17,85],"Park Avenue":[17,85],"Hastings Rd":[17],"Hastings Road":[17],"Stoke Rd":[18],"Stoke Road":[18],"Dorset Rd":[19],"Dorset Road":[19],"Alexandra Dr":[20],"Alexandra Drive":[20],"Mount Castle Ln":[21],"Mount Castle Lane":[21],"Wildfell Rd":[22],"Wildfell Road":[22],"Scrooby St":[22],"Scrooby Street":[22],"Alresford Rd":[24],"Alresford Road":[24],"Nursery Ave":[25],"Nursery Avenue":[25],"Allfarthing Ln":[23],"Allfarthing Lane":[23],"Academy Rd":[26],"Academy Road":[26],"Ham St":[27],"Ham Street":[27],"Ham Avenues":[27],"The Orangery":[27],"Crocknorth Rd":[28],"Crocknorth Road":[28],"Peckham Rd":[29],"Peckham Road":[29],"Arodene Rd":[30],"Arodene Road":[30],"Helix Gardens":[30],"Park Ln":[31],"Park Lane":[31],"Ambleside Dr":[31],"Ambleside Drive":[31],"Lawrence Ln":[32],"Lawrence Lane":[32],"Russia Row":[32],"Cheapside":[32],"Montague Rd":[33],"Montague Road":[33],"Lampton Rd":[33],"Lampton Road":[33],"High St":[33],"High Street":[33],"Typhoon Cl":[34],"Typhoon Close":[34],"Rectory Rd":[35],"Rectory Road":[35],"Kensington High St":[37],"Kensington High Street":[37],"Hornton St":[37],"Hornton Street":[37],"Hornton Pl":[37],"Hornton Place":[37],"Luxemburg Gardens":[38],"Frank Whipple Pl":[36],"Frank Whipple Place":[36],"Parnham St":[36],"Parnham Street":[36],"Repton St":[36],"Repton Street":[36],"Bayswater Rd":[39],"Bayswater Road":[39],"Marble Arch":[39],"Olive Rd":[40],"Olive Road":[40],"Baker St":[41],"Baker Street":[41],"Ivy Walk":[44],"Downs Park Rd":[42],"Downs Park Road":[42],"Liverpool Rd":[43,147],"Liverpool Road":[43,147],"Haverstock Hill":[45],"A502":[45],"Hathaway Gardens":[46],"Chelsea Gardens":[46],"Wellington St":[47,152],"Wellington Street":[47,152],"North St":[48],"North Street":[48],"Burghley Rd":[49],"Burghley Road":[49],"Hannah Cl":[50],"Hannah Close":[50],"Brandville Gardens":[51],"Bull Horn Drove":[52],"Lake Wall":[52],"Dunstans Dr":[53],"Dunstans Drive":[53],"Coningsby Ln":[54],"Coningsby Lane":[54],"Warburton Terrace":[56],"Spreyton Wood":[55],"Whitefriars Ave":[57],"Whitefriars Avenue":[57],"Woodcroft Cres":[58],"Woodcroft Crescent":[58],"New Cottages":[59],"Paradise Row":[62],"Partingdale Ln":[60],"Partingdale Lane":[60],"Woodlands Cl":[61],"Woodlands Close":[61],"Hunt's Ln":[64],"Hunt's Lane":[64],"Streamcross":[64],"Cecil Rd":[63],"Cecil Road":[63],"Weedon Rd":[66],"Weedon Road":[66],"Cadbury Camp Ln":[65],"Cadbury Camp Lane":[65],"Caerphilly Rd":[69],"Caerphilly Road":[69],"A469":[69],"Langland Way":[70],"Frome Valley Walkway":[71],"A4063":[73],"Hatfield Rd":[74],"Hatfield Road":[74],"Fardings Cottages":[74],"Blenheim Cres":[72],"Blenheim Crescent":[72],"Shannon Cl":[77],"Shannon Close":[77],"The Green":[75],"Parke's Ln":[76],"Parke's Lane":[76],"Bishopstone":[79],"Eastville Rd":[78],"Eastville Road":[78],"Parfitt Cl":[80],"Parfitt Close":[80],"Arfryn Terrace":[80],"Cefn Stylle Rd":[82],"Cefn Stylle Road":[82],"B4434":[83],"A4060":[81],"Oak Tree Rise":[81],"W End Rd":[84],"West End Road":[84],"Cotswold Way":[86],"Usk Rd":[87],"Usk Road":[87],"Whitehouse Ln":[90],"Whitehouse Lane":[90],"B4310":[91],"Market Pl":[93],"Market Place":[93],"Bridgeman Rd":[92],"Bridgeman Road":[92],"A4110":[95],"M42":[96],"Hindlip Ln":[94],"Hindlip Lane":[94],"Holcot Rd":[97],"Holcot Road":[97],"Avon Ct":[98],"Avon Court":[98],"Derwent Dr":[98],"Derwent Drive":[98],"Long Holme Drove":[99],"Clifford Rd":[100],"Clifford Road":[100],"Oak Rd":[100],"Oak Road":[100],"Central Way":[101],"Madison Ave":[101],"Madison Avenue":[101],"Wardlow Rd":[102],"Wardlow Road":[102],"Lee St":[103],"Lee Street":[103],"Eldon St":[103],"Eldon Street":[103],"Old Milverton Rd":[105],"Old Milverton Road":[105],"Range Meadow Cl":[105],"Range Meadow Close":[105],"Yaxham Rd":[108],"Yaxham Road":[108],"Lynn Ct":[108],"Lynn Court":[108],"Lichfield Rd":[107],"Lichfield Road":[107],"Harpur Cl":[107],"Harpur Close":[107],"B4576":[109],"A563":[110],"Watermead Way":[110],"Oakland Ave":[110],"Oakland Avenue":[110],"A4124":[106],"Wednesfield Way":[106],"Radford Blvd":[113],"Radford Boulevard":[113],"Hartley Rd":[113],"Hartley Road":[113],"Sidney St":[112],"Sidney Street":[112],"Berriewood Ln":[115],"Berriewood Lane":[115],"Stuart Rd":[116],"Stuart Road":[116],"Douglas Pl":[116],"Douglas Place":[116],"Church Ln":[117,125],"Church Lane":[117,125],"Kinley":[111],"Tarvin FP11":[120],"Shay Ln":[120],"Shay Lane":[120],"Bungalow Ln":[119],"Bungalow Lane":[119],"Pinch Mill Ln":[122],"Pinch Mill Lane":[122],"Back Ln":[121,162],"Back Lane":[121,162],"Thorpe Tilney Drove":[123],"Leyburne Rd":[124],"Leyburne Road":[124],"Cottagers Plot":[125],"Rowell Ln":[126],"Rowell Lane":[126],"Astmoor Rd":[127],"Astmoor Road":[127],"Beenham Cl":[131],"Beenham Close":[131],"Derby Dr":[133],"Derby Drive":[133],"Egerton Ave":[133],"Egerton Avenue":[133],"B5057":[132],"Maple Ave":[134,160],"Maple Avenue":[134,160],"Cliff Dale":[134],"B5113":[135],"B6449":[136],"Dodworth Green Road":[136],"Truro Ave":[137],"Truro Avenue":[137],"Arrowe Park Rd":[140],"Arrowe Park Road":[140],"Belvidere Ct":[140],"Belvidere Court":[140],"Yew Tree Rd":[138],"Yew Tree Road":[138],"Carlton Ave":[138],"Carlton Avenue":[138],"M602":[141],"King William St":[141],"King William Street":[141],"Dawes Ln":[142],"Dawes Lane":[142],"Barford Rd":[143],"Barford Road":[143],"Lock St":[144],"Lock Street":[144],"Fir Ln":[139],"Fir Lane":[139],"Wincolmlee":[146],"Foster St":[146],"Foster Street":[146],"Higher Turf Ln":[145],"Higher Turf Lane":[145],"West Ln":[148],"West Lane":[148],"Heaton Mount":[149],"A58":[147],"Low Hall Gardens":[147],"S Parade":[151],"South Parade":[151],"Kaye Ln":[153],"Kaye Lane":[153],"Cheshire Lines Path":[154],"Springfield St":[155],"Springfield Street":[155],"Stannery End Ln":[156],"Stannery End Lane":[156],"Harden Rd":[158],"Harden Road":[158],"St Ives Grove":[158],"Saint Ives Grove":[158],"Rawdon Ave":[159],"Rawdon Avenue":[159],"Oakwood Ave":[157],"Oakwood Avenue":[157],"Oakwood Dr":[157],"Oakwood Drive":[157],"B1248":[161],"Ravenhall":[161],"Catton Ln":[163],"Catton Lane":[163],"Saltersgill Ave":[164],"Saltersgill Avenue":[164],"Eccleston Walk":[164],"A173":[165],"Skelton Ellers":[165],"Harrow Rd":[166],"Harrow Road":[166],"Longfield Rd":[167],"Longfield Road":[167],"Sutcliffe Ct":[167],"Sutcliffe Court":[167],"Brierton Ln":[168],"Brierton Lane":[168],"Doyle Walk":[168],"Foxcover Rd":[169],"Foxcover Road":[169],"Chesterton Rd":[171],"Chesterton Road":[171],"Howlea Ln":[170],"Howlea Lane":[170],"Grange Ln":[172],"Grange Lane":[172],"Benton Rd":[173],"Benton Road":[173],"Holyfields":[173],"Dugdale Rd":[174],"Dugdale Road":[174],"Rosslyn Ave":[174],"Rosslyn Avenue":[174],"A592":[175],"A712":[176],"Faldonside":[179],"Stonefieldhill Cottages":[181],"A77":[182],"B880":[184],"The String":[184],"Bankhead Dr":[187],"Bankhead Drive":[187],"A705":[189],"Morham Mains":[188],"Argyle St":[190],"Argyle Street":[190],"Argyll Arcade":[190],"Sandholes Rd":[192],"Sandholes Road":[192],"B8058":[193],"Burnhead Road":[193],"Church Cres":[193],"Church Crescent":[193],"Majors Loan":[197],"Barraston Rd":[194],"Barraston Road":[194],"Spinners Wynd":[200],"B8085":[203],"A846":[202],"Clepington Rd":[205],"Clepington Road":[205],"Kilchattan Cottages":[206],"B844":[209],"Cnoc Beag":[209],"Sandbank":[212],"B8045":[214],"Mains of Coul Cottages":[217],"B8035":[219],"B8070":[221],"New Houses":[224],"Wardhead Pl":[222],"Wardhead Place":[222],"Am Meall":[225,226],"Cuithir":[231],"Bealach Coire na banachdich":[230],"B9102":[235],"B992":[234],"Craigstrome":[237],"Parks":[232],"Balachuirn":[236],"B890":[240],"Island Flodda":[239],"A865":[242],"Isle of Ewe":[243],"Church Rd":[245],"Church Road":[245],"A867":[244],"Sraid Falkland":[248],"Island View":[247],"A859":[249],"Cliasmol":[249],"B887":[251],"Harbour Rd":[252],"Harbour Road":[252],"Breaclete":[253],"Lochganvich":[258],"B9045":[256],"Burnside":[256],"Artillery Rd":[259],"Artillery Road":[259],"B9058":[262],"Hoy High":[261],"B9061":[264],"A966":[266],"B9063":[268],"Marston Rd":[269],"Marston Road":[269],"B9066":[271],"Fair Isle - Sumburgh Airport":[273],"Easter Houll":[273],"Sunnybank":[275],"Uphouse Rd":[277],"Uphouse Road":[277],"Tripwell":[280],"Ham Track":[282],"B9088":[284,283],"Stakkafletts":[284],"A970":[285],"Hillsgarth":[286]},"locality":{"Telegraph":[0],"Tresco":[1],"Higher Town":[2],"Plymouth":[3],"Torquay":[4],"Bournemouth":[7],"Brighton":[6],"Poole":[9],"Portsmouth":[8],"Horam":[11],"Vines Cross":[11],"Southampton":[10],"Pulborough":[12],"Bramblecombe":[13],"Sutton":[14],"Roche":[15],"South Croydon":[16],"Orpington":[17],"Hoo":[18],"London":[19,22,23,26,29,30,32,37,38,36,39,40,42,43,45,46,49,50,56,60],"Surbiton":[20],"Lenham Heath":[21],"Winchester":[24],"Bexleyheath":[25],"Richmond":[27],"East Horsley":[28],"Southend-on-Sea":[31],"Hounslow":[33],"Bracknell":[34],"Orsett":[35],"Reading":[41],"Dagenham":[44],"Slough":[47],"Hornchurch":[48],"Ilford":[51],"Andersea":[52],"Westonzoyland":[52],"Winnersh":[53],"Spreyton":[55],"Harrow":[57],"Uxbridge":[58],"Marksbury":[59],"Lundy Island":[62],"Curridge":[61],"Claverham":[64],"Enfield":[63],"Swindon":[66],"Llantrithyd":[67],"Cardiff":[69],"Newport":[70],"Frampton Cotterell":[71],"Coytrahen":[73],"Terling":[74],"Luton":[72],"Pontllanfraith":[77],"Welwyn":[75],"Pontypool":[76],"Stoke Mandeville":[79],"Bishopstone":[79],"Ebbw Vale":[78],"Tylorstown":[80],"Gowerton":[82],"Tonna":[83],"Clyne":[83],"Merthyr Tydfil":[81],"Newport Pagnell":[85],"Silsoe":[84],"Witcombe":[86],"Middlewood Green":[90],"Coventry":[92],"Burghill":[95],"Barston":[96],"Hindlip":[94],"Moulton":[97],"Pitsford":[97],"Peterborough":[98],"Over":[99],"Earith":[99],"West Bromwich":[100],"Brierley Hill":[101],"Birmingham":[102],"Leicester":[103,110],"Dereham":[108],"Walsall":[107],"Bethania":[109],"Wolverhampton":[106],"Nottingham":[113],"Derby":[112],"Condover":[115],"Abbeycwmhir":[114],"Stoke-on-Trent":[116],"Gayton":[117],"Telford":[111],"Ruabon":[118],"Tarvin":[120],"Bilsthorpe":[119],"Wickersley":[122],"Brereton":[121],"Stockport":[124],"Bradley":[125],"Laceby":[125],"Loxley":[126],"Runcorn":[127],"Northop":[129],"Llanfwrog":[128],"Sale":[131],"Warrington":[133],"Wensley":[132],"Stalybridge":[134],"Dodworth":[136],"Doncaster":[137],"Birkenhead":[140],"Manchester":[138],"Eccles":[141],"Scunthorpe":[142],"Huyton":[143],"Liverpool":[143,139],"St Helens":[144],"Saint Helens":[144],"Hull":[146],"Oldham":[145],"Scouthead":[145],"Sharlston Common":[148],"Bolton":[149],"Platt Bridge":[147],"Rochdale":[151],"Bury":[152],"Huddersfield":[153],"Moss Side":[154],"Darwen":[155],"Cragg Vale":[156],"Harden":[158],"York":[159],"Leeds":[157],"Blackpool":[160],"Cherry Burton":[161],"Topcliffe":[163],"Goosnargh":[162],"Middlesbrough":[164],"Stockton-on-Tees":[166],"Darlington":[167],"Hartlepool":[168],"Sunderland":[169],"South Shields":[171],"Hamsterley":[170],"Whickham":[172],"West Allotment":[173],"North Terrace":[173],"Newcastle upon Tyne":[174],"Watermillock":[175],"Dailly":[178],"Auchinleck":[180],"Newton Mearns":[182],"Douglas":[183],"Millport":[185],"Edinburgh":[187],"Livingston":[189],"Glasgow":[190],"Brookfield":[192],"Airdrie":[193],"Plains":[193],"Rothesay":[196],"Falkirk":[197],"Bowmore":[199],"Torrance":[194],"Tillicoultry":[200],"Markinch":[201],"Scalasaig":[203],"Toberonochy":[204,206,208],"Dundee":[205],"Balvicar":[209],"Achnacroish":[214],"Forfar":[217],"Aberdeen":[222],"Vatersay":[225,226],"Castlebay":[231],"Broadford":[233],"Archiestown":[235],"Keig":[234],"Eriskay":[232],"Isle of Raasay":[236],"Grimsay":[239],"Glenmore":[241],"Aultbea":[243],"Berneray":[245,246],"Achiltibuie":[247],"Scourie":[252],"Bernera":[253],"Breaclete":[253],"Canisbay":[254],"Tarvie":[255],"St Margaret's Hope":[257],"Saint Margaret's Hope":[257],"Lyness":[259,260],"Balfour":[262],"Graemsay":[261],"Finstown":[266],"Fair Isle":[273],"Bridge End":[275,274],"Bressay":[277],"Whalsay":[280],"Bixter":[279],"Brae":[282,285],"Fetlar":[284],"Mid Yell":[283],"Baltasound":[286]},"political":{"Telegraph":[0],"Isles of Scilly":[0,1,2],"GB":[0,1,2,3,5,4,7,6,9,8,11,10,12,13,14,15,16,17,18,19,20,21,22,24,25,23,26,27,28,29,30,31,32,33,34,35,37,38,36,39,40,41,44,42,43,45,46,47,48,49,50,51,52,53,54,56,55,57,58,59,62,60,61,64,63,66,65,67,69,70,71,73,68,74,72,77,75,76,79,78,80,82,83,81,85,84,88,86,87,90,91,89,93,92,95,96,94,97,98,99,100,101,102,103,105,104,108,107,109,110,106,113,112,115,114,116,117,111,118,120,119,122,121,123,124,125,126,127,129,128,130,131,133,132,134,135,136,137,140,138,141,142,143,144,139,146,145,148,149,147,150,151,152,153,154,155,156,158,159,157,160,161,163,162,164,165,166,167,168,169,171,170,172,173,174,175,177,176,178,179,181,180,182,184,183,185,186,187,189,188,190,191,192,193,195,196,197,198,199,194,200,201,203,202,204,205,206,207,209,210,208,211,212,213,215,214,217,216,219,218,220,223,221,224,222,225,226,228,227,229,231,230,233,235,234,237,232,238,236,240,239,241,242,243,245,244,246,248,247,250,249,251,252,253,254,255,257,258,256,259,260,262,261,263,264,265,266,267,268,269,270,271,272,273,275,276,277,278,274,280,281,279,282,284,283,285,286],"United Kingdom":[0,1,2,3,5,4,7,6,9,8,11,10,12,13,14,15,16,17,18,19,20,21,22,24,25,23,26,27,28,29,30,31,32,33,34,35,37,38,36,39,40,41,44,42,43,45,46,47,48,49,50,51,52,53,54,56,55,57,58,59,62,60,61,64,63,66,65,67,69,70,71,73,68,74,72,77,75,76,79,78,80,82,83,81,85,84,88,86,87,90,91,89,93,92,95,96,94,97,98,99,100,101,102,103,105,104,108,107,109,110,106,113,112,115,114,116,117,111,118,120,119,122,121,123,124,125,126,127,129,128,130,131,133,132,134,135,136,137,140,138,141,142,143,144,139,146,145,148,149,147,150,151,152,153,154,155,156,158,159,157,160,161,163,162,164,165,166,167,168,169,171,170,172,173,174,175,177,176,178,179,181,180,182,184,183,185,186,187,189,188,190,191,192,193,195,196,197,198,199,194,200,201,203,202,204,205,206,207,209,210,208,211,212,213,215,214,217,216,219,218,220,223,221,224,222,225,226,228,227,229,231,230,233,235,234,237,232,238,236,240,239,241,242,243,245,244,246,248,247,250,249,251,252,253,254,255,257,258,256,259,260,262,261,263,264,265,266,267,268,269,270,271,272,273,275,276,277,278,274,280,281,279,282,284,283,285,286],"Saint Mary's":[0],"England":[0,1,3,5,4,7,6,9,8,11,10,12,13,14,15,16,17,18,19,20,21,22,24,25,23,26,27,28,29,30,31,32,33,34,35,37,38,36,39,40,41,44,42,43,45,46,47,48,49,50,51,52,53,54,56,55,57,58,59,62,60,61,64,63,66,65,71,68,74,72,75,79,85,84,88,86,90,89,92,95,96,94,97,98,99,100,101,102,103,105,104,108,107,110,106,113,112,115,116,117,111,120,119,122,121,123,124,125,126,127,131,133,132,134,136,137,140,138,141,142,143,144,139,146,145,148,149,147,151,152,153,154,155,156,158,159,157,160,161,163,162,164,165,166,167,168,169,171,170,172,173,174,175,177],"Tresco":[1],"Higher Town":[2],"Plymouth":[3],"Isle of Wight":[5],"Newport":[5,70],"Torquay":[4],"Torbay":[4],"Bournemouth":[7],"Brighton":[6],"The City of Brighton and Hove":[6],"Poole":[9],"Portsmouth":[8],"Horam":[11],"Vines Cross":[11],"East Sussex":[11],"Warbleton":[11],"Wealden District":[11],"Southampton":[10],"Inner Avenue":[10],"Pulborough":[12],"West Sussex":[12],"Horsham District":[12],"Bramblecombe":[13],"Dorset":[13],"Cheselbourne":[13],"West Dorset District":[13],"Sutton":[14],"Greater London":[14,16,17,19,20,22,25,23,26,27,29,30,32,33,37,38,36,39,40,44,42,43,45,46,48,49,50,51,56,57,58,60,63],"London Borough of Sutton":[14],"Roche":[15],"Cornwall":[15],"South Croydon":[16],"London Borough of Croydon":[16],"Orpington":[17],"London Borough of Bromley":[17],"Hoo":[18],"Medway":[18],"Hoo St. Werburgh":[18],"London":[19,22,23,26,29,30,32,37,38,36,39,40,42,43,45,46,49,50,56,60],"London Borough of Merton":[19],"Surbiton":[20],"Royal Borough of Kingston upon Thames":[20],"Kent":[21],"Lenham Heath":[21],"Lenham":[21],"Maidstone District":[21],"London Borough of Lewisham":[22],"Winchester":[24],"Hampshire":[24],"Chilcomb":[24],"City of Winchester":[24],"Bexleyheath":[25],"London Borough of Bexley":[25],"London Borough of Wandsworth":[23],"Woolwich":[26],"Royal Borough of Greenwich":[26],"Richmond":[27],"London Borough of Richmond upon Thames":[27],"East Horsley":[28],"Surrey":[28],"Borough of Guildford":[28],"London Borough of Southwark":[29],"Brixton":[30],"London Borough of Lambeth":[30],"Southend-on-Sea":[31],"City of London":[32],"Hounslow":[33],"London Borough of Hounslow":[33],"Bracknell":[34],"Bracknell Forest":[34],"Orsett":[35],"Essex":[35,74],"Thurrock":[35],"Kensington":[37],"Royal Borough of Kensington and Chelsea":[37],"London Borough of Hammersmith and Fulham":[38],"London Borough of Tower Hamlets":[36],"City of Westminster":[39],"London Borough of Newham":[40],"Reading":[41],"Dagenham":[44],"London Borough of Barking and Dagenham":[44],"London Borough of Hackney":[42],"London Borough of Islington":[43],"Belsize Park":[45],"London Borough of Camden":[45],"London Borough of Ealing":[46],"Slough":[47],"Hornchurch":[48],"London Borough of Havering":[48],"Wood Green":[49],"London Borough of Haringey":[49],"London Borough of Brent":[50],"Ilford":[51],"London Borough of Redbridge":[51],"Andersea":[52],"Somerset":[52],"Westonzoyland":[52],"Sedgemoor":[52],"Winnersh":[53],"Wokingham":[53],"Windsor and Maidenhead":[54],"Bray":[54],"Walthamstow":[56],"London Borough of Waltham Forest":[56],"Devon":[55,62],"Spreyton":[55],"Bow":[55],"Mid Devon District":[55],"Harrow":[57],"London Borough of Harrow":[57],"Uxbridge":[58],"London Borough of Hillingdon":[58],"Marksbury":[59],"Bath and North East Somerset":[59],"Lundy Island":[62],"Torridge District":[62],"London Borough of Barnet":[60],"West Berkshire":[61],"Curridge":[61],"Chieveley":[61],"North Somerset":[64,65],"Claverham":[64],"Yatton":[64],"Enfield":[63],"London Borough of Enfield":[63],"Swindon":[66],"Stratton St. Margaret":[66],"Clapton-in-Gordano":[65],"Vale of Glamorgan":[67],"Llantrithyd":[67],"Llancarfan":[67],"Wales":[67,69,70,73,77,76,78,80,82,83,81,87,91,93,109,114,118,129,128,130,135,150],"Cardiff":[69],"Heath":[69],"Liswerry":[70],"Frampton Cotterell":[71],"South Gloucestershire":[71],"Iron Acton":[71],"Coytrahen":[73],"Bridgend":[73],"Llangynwyd Lower":[73],"Wiltshire":[68],"Urchfont":[68],"Terling":[74],"Braintree District":[74],"Luton":[72],"Pontllanfraith":[77],"Caerphilly":[77],"Welwyn":[75],"Hertfordshire":[75],"Welwyn Hatfield":[75],"Torfaen":[76],"Pontypool":[76],"Pen Tranch":[76],"Buckinghamshire":[79],"Stoke Mandeville":[79],"Aylesbury Vale District":[79],"Bishopstone":[79],"Ebbw Vale":[78],"Blaenau Gwent":[78],"Tylorstown":[80],"Rhondda Cynon Taff":[80],"Gowerton":[82],"Swansea":[82],"Tonna":[83],"Neath Port Talbot":[83],"Clyne":[83],"Merthyr Tydfil":[81],"Town":[81],"Newport Pagnell":[85],"Milton Keynes":[85],"Silsoe":[84],"Central Bedfordshire":[84],"Oxfordshire":[88],"Farmoor":[88],"Wytham":[88],"Vale of White Horse District":[88],"Gloucestershire":[86],"Witcombe":[86],"Great Witcombe":[86],"Tewkesbury District":[86],"Monmouthshire":[87],"Raglan":[87],"Suffolk":[90],"Middlewood Green":[90],"Stonham Earl":[90],"Mid Suffolk District":[90],"Carmarthenshire":[91],"Llanegwad":[91],"Bedford":[89],"Thurleigh":[89],"Pembrokeshire":[93],"Wiston":[93],"Coventry":[92],"West Midlands":[92,96,100,101,102,107,106],"Burghill":[95],"Herefordshire":[95],"Barston":[96],"Solihull District":[96],"Worcestershire":[94],"Hindlip":[94],"Wychavon District":[94],"Northamptonshire":[97],"Moulton":[97],"Daventry District":[97],"Pitsford":[97],"Peterborough":[98],"Over":[99],"Cambridgeshire":[99],"South Cambridgeshire District":[99],"Earith":[99],"West Bromwich":[100],"Sandwell District":[100],"Brierley Hill":[101],"Dudley District":[101],"Birmingham":[102],"Leicester":[103,110],"Warwickshire":[105],"Old Milverton":[105],"Warwick":[105],"Rutland":[104],"Dereham":[108],"Norfolk":[108],"Breckland District":[108],"Rushall":[107],"Walsall":[107],"Walsall District":[107],"Ceredigion":[109],"Bethania":[109],"Dyffryn Arth":[109],"Wolverhampton":[106],"City of Wolverhampton District":[106],"Nottingham":[113],"Nottinghamshire":[113,119],"Derby":[112],"Condover":[115],"Shropshire":[115],"Powys":[114],"Abbeycwmhir":[114],"Abbey Cwmhir":[114],"Stoke-on-Trent":[116],"Staffordshire":[117],"Gayton":[117],"Stafford District":[117],"Telford and Wrekin":[111],"Telford":[111],"Preston upon the Weald Moors":[111],"Ruabon":[118],"Wrexham":[118],"Cheshire West and Chester":[120],"Tarvin":[120],"Bilsthorpe":[119],"Newark and Sherwood District":[119],"South Yorkshire":[122,126,136,137],"Wickersley":[122],"Rotherham District":[122],"Cheshire East":[121],"Brereton":[121],"Lincolnshire":[123],"Timberland":[123],"North Kesteven District":[123],"Stockport":[124],"Greater Manchester":[124,131,134,138,141,145,149,147,151,152],"Stockport District":[124],"Bradley":[125],"North East Lincolnshire":[125],"Laceby":[125],"Loxley":[126],"Bradfield":[126],"Sheffield District":[126],"Halton":[127],"Runcorn":[127],"Flintshire":[129],"Northop":[129],"Halkyn":[129],"Denbighshire":[128],"Llanfwrog":[128],"Clocaenog":[128],"Gwynedd":[130],"Talsarnau":[130],"Sale":[131],"Trafford":[131],"Warrington":[133],"Wensley":[132],"Derbyshire":[132],"South Darley":[132],"Derbyshire Dales District":[132],"Stalybridge":[134],"Tameside District":[134],"Conwy":[135],"Bro Garmon":[135],"Dodworth":[136],"Barnsley District":[136],"Doncaster":[137],"Doncaster District":[137],"Birkenhead":[140],"Merseyside":[140,143,144,139],"Wirral":[140],"Manchester":[138],"Rusholme":[138],"Eccles":[141],"Salford District":[141],"Scunthorpe":[142],"North Lincolnshire":[142],"Appleby":[142],"Huyton":[143],"Liverpool":[143,139],"Knowsley District":[143],"St Helens":[144],"Saint Helens":[144],"Saint Helens District":[144],"Hull":[146],"Kingston upon Hull":[146],"Oldham":[145],"Oldham District":[145],"Scouthead":[145],"Saddleworth":[145],"Sharlston Common":[148],"West Yorkshire":[148,153,156,158,157],"Sharlston":[148],"Wakefield District":[148],"Bolton":[149],"Bolton District":[149],"Platt Bridge":[147],"Wigan District":[147],"Isle of Anglesey":[150],"Bodffordd":[150],"Rochdale":[151],"Rochdale District":[151],"Bury":[152],"Bury District":[152],"Huddersfield":[153],"Metropolitan Borough of Kirklees":[153],"Lancashire":[154,162],"Moss Side":[154],"Downholland":[154],"West Lancashire District":[154],"Darwen":[155],"Blackburn with Darwen":[155],"Cragg Vale":[156],"Hebden Royd":[156],"Calderdale District":[156],"Harden":[158],"Bradford District":[158],"York":[159],"Layerthorpe":[159],"Leeds":[157],"Roundhay":[157],"City of Leeds":[157],"Blackpool":[160],"Cherry Burton":[161],"East Riding of Yorkshire":[161],"North Yorkshire":[163],"Topcliffe":[163],"Hambleton District":[163],"Goosnargh":[162],"City of Preston":[162],"Middlesbrough":[164],"Redcar and Cleveland":[165],"Guisborough":[165],"Stockton-on-Tees":[166],"Darlington":[167],"Hartlepool":[168],"Brierton":[168],"Sunderland":[169],"Tyne and Wear":[169,171,172,173,174],"Sunderland District":[169],"South Shields":[171],"South Tyneside":[171],"County Durham":[170],"Hamsterley":[170],"South Bedburn":[170],"Whickham":[172],"Gateshead District":[172],"West Allotment":[173],"North Terrace":[173],"North Tyneside District":[173],"Newcastle upon Tyne":[174],"Cumbria":[175],"Watermillock":[175],"Matterdale":[175],"Eden District":[175],"Northumberland":[177],"Elsdon":[177],"Dumfries and Galloway":[176],"Scotland":[176,178,179,181,180,182,184,183,185,186,187,189,188,190,191,192,193,195,196,197,198,199,194,200,201,203,204,205,206,207,209,210,208,211,212,213,215,214,217,216,219,218,220,223,221,224,222,225,226,228,227,229,231,230,233,235,234,237,232,238,236,240,239,241,242,243,245,244,246,248,247,250,249,251,252,253,254,255,257,258,256,259,260,262,261,263,264,265,266,267,268,269,270,271,272,273,275,276,277,278,274,280,281,282,284,283,285,286],"South Ayrshire":[178],"Dailly":[178],"Scottish Borders":[179],"Midlothian":[181],"East Ayrshire":[180],"Auchinleck":[180],"East Renfrewshire":[182],"Newton Mearns":[182],"North Ayrshire":[184,185,191],"South Lanarkshire":[183],"Douglas":[183],"Millport":[185],"Argyll and Bute":[186,196,199,203,202,204,206,207,209,208,211,212,213,215,214,216,219,218,221],"Edinburgh":[187],"Livingston":[189],"West Lothian":[189],"East Lothian":[188],"Glasgow":[190],"Glasgow City":[190],"Renfrewshire":[192],"Brookfield":[192],"Airdrie":[193],"North Lanarkshire":[193],"Plains":[193],"Inverclyde":[195],"Rothesay":[196],"Falkirk":[197],"West Dunbartonshire":[198],"Bowmore":[199],"East Dunbartonshire":[194],"Torrance":[194],"Tillicoultry":[200],"Clackmannanshire":[200],"Fife":[201],"Markinch":[201],"Scalasaig":[203],"Toberonochy":[204,206,208],"Dundee":[205],"Dundee City":[205],"Balvicar":[209],"Stirling":[210],"Achnacroish":[214],"Angus":[217],"Forfar":[217],"Perth and Kinross":[220],"Highland":[223,224,228,227,230,233,238,236,241,243,247,252,254,255],"Aberdeen":[222],"Aberdeen City":[222],"Sheddocksley":[222],"Vatersay":[225,226],"Na h-Eileanan an Iar":[225,226,229,231,237,232,240,239,242,245,244,246,248,250,249,251,253,258],"Castlebay":[231],"Broadford":[233],"Moray":[235],"Archiestown":[235],"Aberdeenshire":[234],"Keig":[234],"Eriskay":[232],"Isle of Raasay":[236],"Grimsay":[239],"Glenmore":[241],"Aultbea":[243],"Berneray":[245,246],"Achiltibuie":[247],"Outer Hebrides":[250],"Scourie":[252],"Bernera":[253],"Breaclete":[253],"Canisbay":[254],"Tarvie":[255],"Orkney":[257,256,259,260,262,261,263,264,265,266,267,268,269,270,271,272],"St Margaret's Hope":[257],"Saint Margaret's Hope":[257],"Lyness":[259,260],"Balfour":[262],"Graemsay":[261],"Finstown":[266],"Shetland Islands":[273,275,276,277,278,274,280,281,279,282,284,283,285,286],"Fair Isle":[273],"Bridge End":[275,274],"Bressay":[277],"Whalsay":[280],"Bixter":[279],"Brae":[282,285],"Fetlar":[284],"Mid Yell":[283],"Baltasound":[286]},"postal_town":{"Isles of Scilly":[0,1,2],"Plymouth":[3],"Newport":[5,70],"Torquay":[4],"Bournemouth":[7],"Brighton":[6],"Poole":[9],"Portsmouth":[8],"Heathfield":[11],"Southampton":[10],"Pulborough":[12],"Dorchester":[13],"Sutton":[14],"Saint Austell":[15],"South Croydon":[16],"Orpington":[17],"Bromley":[17],"Rochester":[18],"London":[19,22,23,26,29,30,32,37,38,36,39,40,42,43,45,46,49,50,56,60],"Surbiton":[20],"Maidstone":[21],"Winchester":[24],"Bexleyheath":[25],"Richmond":[27],"Leatherhead":[28],"Southend-on-Sea":[31],"Hounslow":[33],"Bracknell":[34],"Grays":[35],"Reading":[41],"Dagenham":[44],"Slough":[47],"Hornchurch":[48],"Wembley":[50],"Ilford":[51],"Bridgwater":[52],"Wokingham":[53],"Maidenhead":[54],"Crediton":[55],"Harrow":[57],"Uxbridge":[58],"Bath":[59],"Bideford":[62],"Thatcham":[61],"Bristol":[64,65,71],"Enfield":[63],"Swindon":[66],"Cowbridge":[67],"Cardiff":[69],"Bridgend":[73],"Devizes":[68],"Chelmsford":[74],"Luton":[72],"Blackwood":[77],"Welwyn":[75],"Pontypool":[76],"Aylesbury":[79],"Ebbw Vale":[78],"Ferndale":[80],"Swansea":[82],"Neath":[83],"Merthyr Tydfil":[81],"Newport Pagnell":[85],"Bedford":[84,89],"Oxford":[88],"Gloucester":[86],"Usk":[87],"Stowmarket":[90],"Carmarthen":[91],"Clarbeston Road":[93],"Coventry":[92],"Hereford":[95],"Solihull":[96],"Worcester":[94],"Northampton":[97],"Peterborough":[98],"Huntingdon":[99],"West Bromwich":[100],"Brierley Hill":[101],"Birmingham":[102],"Leicester":[103,110],"Leamington Spa":[105],"Oakham":[104],"Dereham":[108],"Walsall":[107],"Llanon":[109],"Wolverhampton":[106],"Nottingham":[113],"Derby":[112],"Shrewsbury":[115],"Llandrindod Wells":[114],"Stoke-on-Trent":[116],"Stafford":[117],"Telford":[111],"Wrexham":[118],"Chester":[120],"Newark":[119],"Rotherham":[122],"Sandbach":[121],"Lincoln":[123],"Stockport":[124],"Grimsby":[125],"Sheffield":[126],"Runcorn":[127],"Mold":[129],"Ruthin":[128],"Talsarnau":[130],"Sale":[131],"Warrington":[133],"Matlock":[132],"Stalybridge":[134],"Llanrwst":[135],"Barnsley":[136],"Doncaster":[137],"Wirral":[140],"Manchester":[138,141],"Scunthorpe":[142],"Liverpool":[143,139,154],"Saint Helens":[144],"Hull":[146],"Oldham":[145],"Wakefield":[148],"Bolton":[149],"Wigan":[147],"Holyhead":[150],"Rochdale":[151],"Bury":[152],"Huddersfield":[153],"Darwen":[155],"Hebden Bridge":[156],"Bingley":[158],"York":[159],"Leeds":[157],"Blackpool":[160],"Beverley":[161],"Thirsk":[163],"Preston":[162],"Middlesbrough":[164],"Saltburn-by-the-Sea":[165],"Guisborough":[165],"Stockton-on-Tees":[166],"Darlington":[167],"Hartlepool":[168],"Sunderland":[169],"South Shields":[171],"Bishop Auckland":[170],"Newcastle upon Tyne":[172,173,174,177],"Penrith":[175],"Castle Douglas":[176],"Girvan":[178],"Melrose":[179],"Selkirk":[179],"Rosewell":[181],"Cumnock":[180],"Glasgow":[182,190,194],"Isle of Arran":[184],"Lanark":[183],"Isle of Cumbrae":[185],"Isle of Gigha":[186],"Edinburgh":[187],"Bathgate":[189],"Haddington":[188],"Dalry":[191],"Johnstone":[192],"Airdrie":[193],"Greenock":[195],"Isle of Bute":[196],"Falkirk":[197],"Dumbarton":[198],"Isle of Islay":[199],"Tillicoultry":[200],"Glenrothes":[201],"Isle of Colonsay":[203],"Isle of Jura":[202],"Oban":[204,206,207,209,208,211,214],"Dundee":[205],"Callander":[210],"Isle of Iona":[212],"Cairndow":[213],"Isle of Mull":[215,219],"Forfar":[217],"Taynuilt":[216],"Isle of Tiree":[218],"Dunkeld":[220],"Mallaig":[223,230],"Isle of Coll":[221],"Isle of Eigg":[224],"Aberdeen":[222],"Isle of Barra":[225,226,229,231],"Isle of Canna":[228],"Isle Of Rum":[227],"Isle of Skye":[230,233],"Aberlour":[235],"Alford":[234],"Isle of Benbecula":[237,239],"Isle of South Uist":[232,240],"Portree":[238,241],"Kyle":[236],"Isle of North Uist":[239,242,245,244,246],"Achnasheen":[243],"Isle of Scalpay":[248],"Ullapool":[247],"Isle of Harris":[249,251],"Lairg":[252],"Isle of Lewis":[253,258],"Wick":[254],"Strathpeffer":[255],"Orkney":[257,262,263,264,265,266,267,268,269,270,271,272],"Stromness":[256,259,260,261],"Shetland":[273,275,276,277,278,274,280,281,279,282,284,283,285,286]},"administrative_area_level_2":{"Isles of Scilly":[0,1,2],"Plymouth":[3],"Isle of Wight":[5],"Torbay":[4],"Bournemouth":[7],"The City of Brighton and Hove":[6],"Poole":[9],"Portsmouth":[8],"East Sussex":[11],"Southampton":[10],"West Sussex":[12],"Dorset":[13],"Greater London":[14,16,17,19,20,22,25,23,26,27,29,30,32,33,37,38,36,39,40,44,42,43,45,46,48,49,50,51,56,57,58,60,63],"Cornwall":[15],"Medway":[18],"Kent":[21],"Hampshire":[24],"Surrey":[28],"Southend-on-Sea":[31],"Bracknell Forest":[34],"Essex":[35,74],"Reading":[41],"Slough":[47],"Somerset":[52],"Wokingham":[53],"Windsor and Maidenhead":[54],"Devon":[55,62],"Bath and North East Somerset":[59],"West Berkshire":[61],"North Somerset":[64,65],"Swindon":[66],"Vale of Glamorgan":[67],"Cardiff":[69],"Newport":[70],"South Gloucestershire":[71],"Bridgend":[73],"Wiltshire":[68],"Luton":[72],"Caerphilly":[77],"Hertfordshire":[75],"Torfaen":[76],"Buckinghamshire":[79],"Blaenau Gwent":[78],"Rhondda Cynon Taff":[80],"Swansea":[82],"Neath Port Talbot":[83],"Merthyr Tydfil":[81],"Milton Keynes":[85],"Central Bedfordshire":[84],"Oxfordshire":[88],"Gloucestershire":[86],"Monmouthshire":[87],"Suffolk":[90],"Carmarthenshire":[91],"Bedford":[89],"Pembrokeshire":[93],"West Midlands":[92,96,100,101,102,107,106],"Herefordshire":[95],"Worcestershire":[94],"Northamptonshire":[97],"Peterborough":[98],"Cambridgeshire":[99],"Leicester":[103,110],"Warwickshire":[105],"Rutland":[104],"Norfolk":[108],"Ceredigion":[109],"Nottinghamshire":[113,119],"Derby":[112],"Shropshire":[115],"Powys":[114],"Stoke-on-Trent":[116],"Staffordshire":[117],"Telford and Wrekin":[111],"Wrexham":[118],"Cheshire West and Chester":[120],"South Yorkshire":[122,126,136,137],"Cheshire East":[121],"Lincolnshire":[123],"Greater Manchester":[124,131,134,138,141,145,149,147,151,152],"North East Lincolnshire":[125],"Halton":[127],"Flintshire":[129],"Denbighshire":[128],"Gwynedd":[130],"Warrington":[133],"Derbyshire":[132],"Conwy":[135],"Merseyside":[140,143,144,139],"North Lincolnshire":[142],"Kingston upon Hull":[146],"West Yorkshire":[148,153,156,158,157],"Isle of Anglesey":[150],"Lancashire":[154,162],"Blackburn with Darwen":[155],"York":[159],"Blackpool":[160],"East Riding of Yorkshire":[161],"North Yorkshire":[163],"Middlesbrough":[164],"Redcar and Cleveland":[165],"Stockton-on-Tees":[166],"Darlington":[167],"Hartlepool":[168],"Tyne and Wear":[169,171,172,173,174],"County Durham":[170],"Cumbria":[175],"Northumberland":[177],"Dumfries and Galloway":[176],"South Ayrshire":[178],"Scottish Borders":[179],"Midlothian":[181],"East Ayrshire":[180],"East Renfrewshire":[182],"North Ayrshire":[184,185,191],"South Lanarkshire":[183],"Argyll and Bute":[186,196,199,203,202,204,206,207,209,208,211,212,213,215,214,216,219,218,221],"Edinburgh":[187],"West Lothian":[189],"East Lothian":[188],"Glasgow City":[190],"Renfrewshire":[192],"North Lanarkshire":[193],"Inverclyde":[195],"Falkirk":[197],"West Dunbartonshire":[198],"East Dunbartonshire":[194],"Clackmannanshire":[200],"Fife":[201],"Dundee City":[205],"Stirling":[210],"Angus":[217],"Perth and Kinross":[220],"Highland":[223,224,228,227,230,233,238,236,241,243,247,252,254,255],"Aberdeen City":[222],"Na h-Eileanan an Iar":[225,226,229,231,237,232,240,239,242,245,244,246,248,250,249,251,253,258],"Moray":[235],"Aberdeenshire":[234],"Outer Hebrides":[250],"Orkney":[257,256,259,260,262,261,263,264,265,266,267,268,269,270,271,272],"Shetland Islands":[273,275,276,277,278,274,280,281,279,282,284,283,285,286]},"country":{"GB":[0,1,2,3,5,4,7,6,9,8,11,10,12,13,14,15,16,17,18,19,20,21,22,24,25,23,26,27,28,29,30,31,32,33,34,35,37,38,36,39,40,41,44,42,43,45,46,47,48,49,50,51,52,53,54,56,55,57,58,59,62,60,61,64,63,66,65,67,69,70,71,73,68,74,72,77,75,76,79,78,80,82,83,81,85,84,88,86,87,90,91,89,93,92,95,96,94,97,98,99,100,101,102,103,105,104,108,107,109,110,106,113,112,115,114,116,117,111,118,120,119,122,121,123,124,125,126,127,129,128,130,131,133,132,134,135,136,137,140,138,141,142,143,144,139,146,145,148,149,147,150,151,152,153,154,155,156,158,159,157,160,161,163,162,164,165,166,167,168,169,171,170,172,173,174,175,177,176,178,179,181,180,182,184,183,185,186,187,189,188,190,191,192,193,195,196,197,198,199,194,200,201,203,202,204,205,206,207,209,210,208,211,212,213,215,214,217,216,219,218,220,223,221,224,222,225,226,228,227,229,231,230,233,235,234,237,232,238,236,240,239,241,242,243,245,244,246,248,247,250,249,251,252,253,254,255,257,258,256,259,260,262,261,263,264,265,266,267,268,269,270,271,272,273,275,276,277,278,274,280,281,279,282,284,283,285,286],"United Kingdom":[0,1,2,3,5,4,7,6,9,8,11,10,12,13,14,15,16,17,18,19,20,21,22,24,25,23,26,27,28,29,30,31,32,33,34,35,37,38,36,39,40,41,44,42,43,45,46,47,48,49,50,51,52,53,54,56,55,57,58,59,62,60,61,64,63,66,65,67,69,70,71,73,68,74,72,77,75,76,79,78,80,82,83,81,85,84,88,86,87,90,91,89,93,92,95,96,94,97,98,99,100,101,102,103,105,104,108,107,109,110,106,113,112,115,114,116,117,111,118,120,119,122,121,123,124,125,126,127,129,128,130,131,133,132,134,135,136,137,140,138,141,142,143,144,139,146,145,148,149,147,150,151,152,153,154,155,156,158,159,157,160,161,163,162,164,165,166,167,168,169,171,170,172,173,174,175,177,176,178,179,181,180,182,184,183,185,186,187,189,188,190,191,192,193,195,196,197,198,199,194,200,201,203,202,204,205,206,207,209,210,208,211,212,213,215,214,217,216,219,218,220,223,221,224,222,225,226,228,227,229,231,230,233,235,234,237,232,238,236,240,239,241,242,243,245,244,246,248,247,250,249,251,252,253,254,255,257,258,256,259,260,262,261,263,264,265,266,267,268,269,270,271,272,273,275,276,277,278,274,280,281,279,282,284,283,285,286]},"postal_code":{"TR21 0NP":[0],"TR21 0NW":[0],"TR21":[0],"TR24 0AE":[1],"TR24":[1],"TR25 0QL":[2],"TR25":[2],"PL3 5LG":[3],"PL3":[3],"PL3 5JU":[3],"PO30 3EA":[5],"PO30 3NA":[5],"PO30":[5],"TQ1":[4],"BH8 9EA":[7],"BH8":[7],"BN1 7HD":[6],"BN1":[6],"BH17 8QH":[9],"BH17 8QF":[9],"BH17":[9],"PO2 9EB":[8],"PO2":[8],"TN21":[11],"TN21 9AX":[11],"SO14 6HF":[10],"SO14":[10],"RH20":[12],"RH20 2DR":[12],"DT2 7QA":[13],"DT2":[13],"SM1 4PQ":[14],"SM1":[14],"PL26 8JY":[15],"PL26":[15],"CR2 7AJ":[16],"CR2 7AP":[16],"CR2":[16],"BR6":[17],"BR2 8QR":[17],"BR2":[17],"ME3 9BH":[18],"ME3":[18],"SW19 3HE":[19],"SW19":[19],"KT5 9AB":[20],"KT5":[20],"ME17 2JE":[21],"ME17":[21],"SE6 4HU":[22],"SE6 4JB":[22],"SE6":[22],"SO21 1HB":[24],"SO21 1HA":[24],"SO21":[24],"DA7 4JX":[25],"DA6 7DA":[25],"DA6":[25],"SW18 2AP":[23],"SW18":[23],"SE18 4AA":[26],"SE18":[26],"SE18 4JN":[26],"TW10 7HA":[27],"TW10":[27],"TW10 7HJ":[27],"KT24 5TG":[28],"KT24":[28],"SE15":[29],"SE15 5DZ":[29],"SW2":[30],"SW2 2JL":[30],"SS1 2SL":[31],"SS1 2FY":[31],"SS1":[31],"EC2V 8DP":[32],"EC2V":[32],"EC2V 6DB":[32],"EC2V 8BL":[32],"EC2V 6DT":[32],"EC2V 8AF":[32],"TW3 1LL":[33],"TW3 1HA":[33],"TW3 1HB":[33],"TW3 1JB":[33],"TW3":[33],"RG12 9NF":[34],"RG12":[34],"RM16":[35],"RM16 3BB":[35],"W8":[37],"W8 4NW":[37],"W8 4LZ":[37],"W6 7EA":[38],"W6":[38],"E14 7FR":[36],"E14 7FN":[36],"E14 7GX":[36],"E14 7GP":[36],"E14 7RW":[36],"E14":[36],"W2 2ET":[39],"W1H 7EL":[39],"W1H":[39],"E13 9PU":[40],"E13":[40],"RG1 7XY":[41],"RG1 7YF":[41],"RG1":[41],"RM9 5RX":[44],"RM9":[44],"E5":[42],"E5 8JY":[42],"N7 8NS":[43],"N7 8NW":[43],"N7":[43],"NW3":[45],"NW3 2BE":[45],"W13 0DH":[46],"W13 0DS":[46],"W13":[46],"SL1 1YW":[47],"SL1":[47],"RM11 1QX":[48],"RM11 1QP":[48],"RM11":[48],"N8 0QG":[49],"N8 0QE":[49],"N8":[49],"NW10 0UX":[50],"HA9 0LH":[50],"HA9":[50],"IG6 1JG":[51],"IG6":[51],"TA7":[52],"TA7 0LP":[52],"RG41 5EB":[53],"RG41":[53],"SL6":[54],"SL6 2PF":[54],"E17 4LG":[56],"E17 4QD":[56],"E17":[56],"EX17":[55],"EX17 5AT":[55],"HA3 5RQ":[57],"HA3":[57],"UB10 9JD":[58],"UB10 9JE":[58],"UB10":[58],"BA2 9HH":[59],"BA2":[59],"EX39 2LY":[62],"EX39":[62],"NW7 1NT":[60],"NW7":[60],"RG18":[61],"RG18 9EQ":[61],"BS49":[64],"BS49 4LL":[64],"EN2 6TJ":[63],"EN2 6TH":[63],"EN2":[63],"SN3 4EE":[66],"SN3":[66],"BS20 7SB":[65],"BS20":[65],"CF71 7DR":[67],"CF71 7UE":[67],"CF71":[67],"CF14":[69],"CF14 4AF":[69],"NP19 4PT":[70],"NP19":[70],"BS37 9TF":[71],"BS37":[71],"CF32":[73],"CF32 8YR":[73],"SN10":[68],"SN10 4RQ":[68],"CM3":[74],"CM3 2AL":[74],"LU3 1HB":[72],"LU3":[72],"NP12 2FW":[77],"NP12":[77],"AL6 9EA":[75],"AL6":[75],"NP4":[76],"NP4 6UP":[76],"HP17 8SL":[79],"HP17 8SN":[79],"HP17":[79],"NP23 6AH":[78],"NP23":[78],"NP23 8XF":[78],"CF43":[80],"CF43 3DR":[80],"SA4 3QS":[82],"SA4 3QX":[82],"SA4":[82],"SA11":[83],"SA11 4ET":[83],"CF48":[81],"CF47 0SN":[81],"CF47":[81],"MK16 8JE":[85],"MK16":[85],"MK45 4DU":[84],"MK45 4GA":[84],"MK45":[84],"OX2":[88],"OX2 9TA":[88],"GL3 4SJ":[86],"GL3":[86],"NP15 2HJ":[87],"NP15 2HN":[87],"NP15":[87],"IP14 5HE":[90],"IP14":[90],"SA32 7PR":[91],"SA32":[91],"MK44":[89],"MK44 2SA":[89],"SA63 4UW":[93],"SA63 4QH":[93],"SA63":[93],"CV6 1NR":[92],"CV6":[92],"HR4":[95],"HR4 8NG":[95],"B92":[96],"B92 0HZ":[96],"WR3":[94],"WR3 8ST":[94],"NN3 7QN":[97],"NN6 9AW":[97],"NN6":[97],"PE4 7YU":[98],"PE4 7YT":[98],"PE4":[98],"PE28 3PS":[99],"PE28":[99],"B70 8JS":[100],"B70":[100],"B70 8HW":[100],"DY5 1TZ":[101],"DY5":[101],"B7 4JH":[102],"B7 4QR":[102],"B7":[102],"LE1 3RF":[103],"LE1 3QL":[103],"LE1 3AJ":[103],"LE1 3AH":[103],"LE1":[103],"CV32":[105],"CV32 6RU":[105],"LE15":[104],"LE15 8TH":[104],"NR19 1HB":[108],"NR19 1SU":[108],"NR19":[108],"WS4 1SA":[107],"WS4 2DR":[107],"WS4":[107],"SY23 5NN":[109],"SY23":[109],"LE4":[110],"LE4 7SG":[110],"WV1 1LJ":[106],"WV1 1JJ":[106],"WV1":[106],"NG7 5QG":[113],"NG7 5NU":[113],"NG7 5NB":[113],"NG7 3AJ":[113],"NG7":[113],"DE1 2TU":[112],"SY5 7BY":[115],"SY5":[115],"LD1":[114],"LD1 6PN":[114],"ST1":[116],"ST1 3HN":[116],"ST18":[117],"ST18 0HL":[117],"TF6 6DF":[111],"TF6":[111],"LL14 6HL":[118],"LL14":[118],"CH3 8NW":[120],"CH3":[120],"NG22 8TY":[119],"NG22":[119],"S60":[122],"S60 4NJ":[122],"CW11":[121],"CW11 1RL":[121],"LN4 3RQ":[123],"LN4":[123],"SK2 6BA":[124],"SK2":[124],"DN37 0BQ":[125],"DN37 7DX":[125],"DN37":[125],"S6 6SH":[126],"S6":[126],"WA7":[127],"WA7 1PJ":[127],"CH7 6AQ":[129],"CH7":[129],"LL15 2AP":[128],"LL15":[128],"LL47 6YB":[130],"LL47":[130],"M33 4BY":[131],"M33":[131],"WA1 3BZ":[133],"WA1 3BY":[133],"WA1":[133],"DE4 2LH":[132],"DE4":[132],"SK15":[134],"SK15 1UU":[134],"LL26":[135],"LL26 0NY":[135],"S75 3RT":[136],"S75 3SB":[136],"S75":[136],"DN2 4PP":[137],"DN2 4NL":[137],"DN2":[137],"CH49 5PF":[140],"CH49 5NR":[140],"CH49":[140],"M14 7PW":[138],"M14 7WL":[138],"M14":[138],"M30":[141],"M30 8HZ":[141],"DN16 1XH":[142],"DN15 0DQ":[142],"DN15":[142],"L36 8DE":[143],"L36":[143],"WA9":[144],"WA9 1HS":[144],"L15 6TQ":[139],"L15":[139],"HU2 0QL":[146],"HU8 8BT":[146],"HU8":[146],"OL4":[145],"OL4 3SB":[145],"WF4 1EP":[148],"WF4":[148],"BL1 5GU":[149],"BL1":[149],"WN2":[147],"WN2 3UA":[147],"LL65":[150],"LL65 3LJ":[150],"OL16 1LR":[151],"OL16 1YR":[151],"OL16 1EP":[151],"OL16 1AB":[151],"OL16":[151],"BL8":[152],"BL8 2BD":[152],"HD5 8XT":[153],"HD5":[153],"L37 9BE":[154],"L37":[154],"BB3 1DD":[155],"BB3":[155],"HX7 5TY":[156],"HX7":[156],"BD16 1AZ":[158],"BD16 1AU":[158],"BD16":[158],"YO10 3ST":[159],"YO10":[159],"LS8 2HZ":[157],"LS8 2JB":[157],"LS8":[157],"FY3 9BJ":[160],"FY3":[160],"HU17 7SR":[161],"HU17":[161],"YO7 3PQ":[163],"YO7 3SB":[163],"YO7":[163],"PR3 2WD":[162],"PR3":[162],"TS4":[164],"TS4 3PG":[164],"TS14 6QB":[165],"TS14":[165],"TS18 4AY":[166],"TS18":[166],"DL3":[167],"DL3 0JB":[167],"TS25 4AH":[168],"TS25 4AN":[168],"TS25":[168],"SR4":[169],"SR4 9LB":[169],"NE34 9HH":[171],"NE34":[171],"DL13":[170],"DL13 3PD":[170],"NE16 5AH":[172],"NE16":[172],"NE27 0DN":[173],"NE27":[173],"NE27 0EU":[173],"NE3 3RD":[174],"NE3 3RB":[174],"NE3":[174],"CA11 0JS":[175],"CA11":[175],"NE19":[177],"NE19 1BZ":[177],"DG7 3DW":[176],"DG7":[176],"KA26 9RP":[178],"KA26":[178],"TD6 9BG":[179],"TD7 4QW":[179],"TD7":[179],"EH24 9EB":[181],"EH24":[181],"KA18 2LX":[180],"KA18":[180],"G77 6RT":[182],"G77 6RS":[182],"G77":[182],"KA27 8DR":[184],"KA27":[184],"ML11 9TX":[183],"ML11 9PB":[183],"ML11":[183],"KA28 0HQ":[185],"KA28":[185],"PA41 7AA":[186],"PA41":[186],"EH11 4EA":[187],"EH11 4DE":[187],"EH11":[187],"EH47 7BN":[189],"EH47":[189],"EH41 4LH":[188],"EH41":[188],"G2 8BQ":[190],"G2 8BG":[190],"G1":[190],"G2":[190],"KA24":[191],"KA24 5LG":[191],"PA5 8UR":[192],"PA5 8UU":[192],"PA5":[192],"ML6":[193],"ML6 7DU":[193],"PA16 9LS":[195],"PA16":[195],"PA20 0QB":[196],"PA20":[196],"FK1 5QA":[197],"FK1":[197],"FK1 5AD":[197],"G82":[198],"PA43 7LW":[199],"PA43":[199],"G64 4DN":[194],"G64 4DL":[194],"G64":[194],"FK13 6RL":[200],"FK13":[200],"KY7 6LS":[201],"KY7":[201],"PA61 7YP":[203],"PA61":[203],"PA60 7XQ":[202],"PA34 4TZ":[204,207],"PA34":[204,209,208,211,214],"DD3 7SX":[205],"DD3":[205],"DD4 9AP":[205],"PA34 4UF":[206],"PA34 4TF":[209],"PA34 4TH":[209],"FK17":[210],"FK17 8HR":[210],"PA34 4TY":[208],"PA34 4SX":[211],"PA76 6SP":[212],"PA76":[212],"PA27 8BU":[213],"PA27":[213],"PA73 6NA":[215],"PA73 6LZ":[215],"PA73":[215],"PA34 5UG":[214],"DD8":[217],"DD8 3TX":[217],"PA35 1JT":[216],"PA35":[216],"PA68 6EJ":[219],"PA68":[219],"PA77":[218],"PA77 6UW":[218],"PH8 0DB":[220],"PH8":[220],"PH41 2RP":[223],"PH41":[223,230],"PA78 6TA":[221],"PA78 6SZ":[221],"PA78":[221],"PH42 4RL":[224],"PH42":[224],"AB16 6PS":[222],"AB16":[222],"HS9 5YU":[225,226],"PH44 4RS":[228],"PH43 4RR":[227],"PH43":[227],"HS9":[229,231],"HS9 5XS":[231],"HS9 5XZ":[231],"IV47 8TA":[230],"PH41 4PS":[230],"IV49 9BS":[233],"IV49":[233],"AB38 7RB":[235],"AB38":[235],"AB33 8DS":[234],"AB33":[234],"HS7 5QH":[237],"HS7":[237],"HS8 5JW":[232],"HS8":[232,240],"IV51 9RA":[238],"IV51":[238,241],"IV40 8PE":[236],"IV40":[236],"HS8 5SH":[240],"HS7 5QS":[239],"HS6 5HY":[239],"HS6":[239,245,244,246],"IV51 9LP":[241],"HS6 5DW":[242],"IV22 2JW":[243],"IV22":[243],"HS6 5BF":[245],"HS6 5HA":[244],"HS6 5BE":[246],"HS4 3YG":[248],"HS4":[248],"IV26 2YF":[247],"IV26":[247],"HS3 3HP":[249],"HS3 3AR":[249],"HS3":[249,251],"HS3 3AY":[251],"IV27 4SR":[252],"IV27":[252],"HS2 9LT":[253],"HS2":[253,258],"KW1 4YB":[254],"KW1":[254],"IV14 9EJ":[255],"IV14":[255],"KW17 2TJ":[257],"KW17":[257,262,263,264,265,266,267,268,269,270,271,272],"HS2 9PP":[258],"HS2 9DT":[258],"KW16 3NP":[256],"KW16":[256,259,260,261],"KW16 3NR":[259],"KW16 3NJ":[260],"KW16 3NU":[260],"KW17 2DZ":[262],"KW16 3NG":[261],"KW17 2QA":[263],"KW17 2AE":[264],"KW17 2QD":[265],"KW17 2EW":[266],"KW17 2ES":[266],"KW17 2PR":[267],"KW17 2PS":[267],"KW17 2AA":[268],"KW17 2BB":[269],"KW17 2BG":[270],"KW17 2DB":[271],"KW17 2BU":[272],"ZE2 9JU":[273],"ZE2":[273,275,277,278,274,280,281,279,282,284,283,285,286],"ZE2 9LD":[275],"ZE2 9ES":[276,277],"ZE2 9PN":[278],"ZE2 9LE":[274],"ZE2 9AP":[280],"ZE2 9PW":[281],"ZE2 9NT":[279],"ZE2 9ND":[279],"ZE2 9QW":[282],"ZE2 9DJ":[284,283],"ZE2 9BU":[283],"ZE2 9QS":[285],"ZE2 9DY":[286]},"postal_code_prefix":{"TR21":[0],"TR24":[1],"TR25":[2],"PL3":[3],"PO30":[5],"TQ1":[4],"BH8":[7],"BN1":[6],"BH17":[9],"PO2":[8],"TN21":[11],"SO14":[10],"RH20":[12],"DT2":[13],"SM1":[14],"PL26":[15],"CR2":[16],"BR6":[17],"BR2":[17],"ME3":[18],"SW19":[19],"KT5":[20],"ME17":[21],"SE6":[22],"SO21":[24],"DA6":[25],"SW18":[23],"SE18":[26],"TW10":[27],"KT24":[28],"SE15":[29],"SW2":[30],"SS1":[31],"EC2V":[32],"TW3":[33],"RG12":[34],"RM16":[35],"W8":[37],"W6":[38],"E14":[36],"W1H":[39],"E13":[40],"RG1":[41],"RM9":[44],"E5":[42],"N7":[43],"NW3":[45],"W13":[46],"SL1":[47],"RM11":[48],"N8":[49],"HA9":[50],"IG6":[51],"TA7":[52],"RG41":[53],"SL6":[54],"E17":[56],"EX17":[55],"HA3":[57],"UB10":[58],"BA2":[59],"EX39":[62],"NW7":[60],"RG18":[61],"BS49":[64],"EN2":[63],"SN3":[66],"BS20":[65],"CF71":[67],"CF14":[69],"NP19":[70],"BS37":[71],"CF32":[73],"SN10":[68],"CM3":[74],"LU3":[72],"NP12":[77],"AL6":[75],"NP4":[76],"HP17":[79],"NP23":[78],"CF43":[80],"SA4":[82],"SA11":[83],"CF48":[81],"CF47":[81],"MK16":[85],"MK45":[84],"OX2":[88],"GL3":[86],"NP15":[87],"IP14":[90],"SA32":[91],"MK44":[89],"SA63":[93],"CV6":[92],"HR4":[95],"B92":[96],"WR3":[94],"NN6":[97],"PE4":[98],"PE28":[99],"B70":[100],"DY5":[101],"B7":[102],"LE1":[103],"CV32":[105],"LE15":[104],"NR19":[108],"WS4":[107],"SY23":[109],"LE4":[110],"WV1":[106],"NG7":[113],"SY5":[115],"LD1":[114],"ST1":[116],"ST18":[117],"TF6":[111],"LL14":[118],"CH3":[120],"NG22":[119],"S60":[122],"CW11":[121],"LN4":[123],"SK2":[124],"DN37":[125],"S6":[126],"WA7":[127],"CH7":[129],"LL15":[128],"LL47":[130],"M33":[131],"WA1":[133],"DE4":[132],"SK15":[134],"LL26":[135],"S75":[136],"DN2":[137],"CH49":[140],"M14":[138],"M30":[141],"DN15":[142],"L36":[143],"WA9":[144],"L15":[139],"HU8":[146],"OL4":[145],"WF4":[148],"BL1":[149],"WN2":[147],"LL65":[150],"OL16":[151],"BL8":[152],"HD5":[153],"L37":[154],"BB3":[155],"HX7":[156],"BD16":[158],"YO10":[159],"LS8":[157],"FY3":[160],"HU17":[161],"YO7":[163],"PR3":[162],"TS4":[164],"TS14":[165],"TS18":[166],"DL3":[167],"TS25":[168],"SR4":[169],"NE34":[171],"DL13":[170],"NE16":[172],"NE27":[173],"NE3":[174],"CA11":[175],"NE19":[177],"DG7":[176],"KA26":[178],"TD7":[179],"EH24":[181],"KA18":[180],"G77":[182],"KA27":[184],"ML11":[183],"KA28":[185],"PA41":[186],"EH11":[187],"EH47":[189],"EH41":[188],"G1":[190],"G2":[190],"KA24":[191],"PA5":[192],"ML6":[193],"PA16":[195],"PA20":[196],"FK1":[197],"G82":[198],"PA43":[199],"G64":[194],"FK13":[200],"KY7":[201],"PA61":[203],"PA34":[204,209,208,211,214],"DD3":[205],"FK17":[210],"PA76":[212],"PA27":[213],"PA73":[215],"DD8":[217],"PA35":[216],"PA68":[219],"PA77":[218],"PH8":[220],"PH41":[223,230],"PA78":[221],"PH42":[224],"AB16":[222],"PH43":[227],"HS9":[229,231],"IV49":[233],"AB38":[235],"AB33":[234],"HS7":[237],"HS8":[232,240],"IV51":[238,241],"IV40":[236],"HS6":[239,245,244,246],"IV22":[243],"HS4":[248],"IV26":[247],"HS3":[249,251],"IV27":[252],"HS2":[253,258],"KW1":[254],"IV14":[255],"KW17":[257,262,263,264,265,266,267,268,269,270,271,272],"KW16":[256,259,260,261],"ZE2":[273,275,277,278,274,280,281,279,282,284,283,285,286]},"administrative_area_level_4":{"Saint Mary's":[0],"Tresco":[1],"Newport":[5],"Warbleton":[11],"Pulborough":[12],"Cheselbourne":[13],"Roche":[15],"Hoo St. Werburgh":[18],"Lenham":[21],"Chilcomb":[24],"East Horsley":[28],"Bracknell":[34],"Westonzoyland":[52],"Winnersh":[53],"Bray":[54],"Bow":[55],"Marksbury":[59],"Chieveley":[61],"Yatton":[64],"Stratton St. Margaret":[66],"Clapton-in-Gordano":[65],"Iron Acton":[71],"Urchfont":[68],"Terling":[74],"Welwyn":[75],"Stoke Mandeville":[79],"Newport Pagnell":[85],"Silsoe":[84],"Wytham":[88],"Great Witcombe":[86],"Stonham Earl":[90],"Thurleigh":[89],"Burghill":[95],"Barston":[96],"Hindlip":[94],"Moulton":[97],"Over":[99],"Old Milverton":[105],"Dereham":[108],"Condover":[115],"Gayton":[117],"Preston upon the Weald Moors":[111],"Tarvin":[120],"Bilsthorpe":[119],"Wickersley":[122],"Brereton":[121],"Timberland":[123],"Bradley":[125],"Bradfield":[126],"South Darley":[132],"Appleby":[142],"Saddleworth":[145],"Sharlston":[148],"Downholland":[154],"Hebden Royd":[156],"Harden":[158],"Cherry Burton":[161],"Topcliffe":[163],"Goosnargh":[162],"Guisborough":[165],"Brierton":[168],"South Bedburn":[170],"Matterdale":[175],"Elsdon":[177]},"administrative_area_level_1":{"England":[0,1,3,5,4,7,6,9,8,11,10,12,13,14,15,16,17,18,19,20,21,22,24,25,23,26,27,28,29,30,31,32,33,34,35,37,38,36,39,40,41,44,42,43,45,46,47,48,49,50,51,52,53,54,56,55,57,58,59,62,60,61,64,63,66,65,71,68,74,72,75,79,85,84,88,86,90,89,92,95,96,94,97,98,99,100,101,102,103,105,104,108,107,110,106,113,112,115,116,117,111,120,119,122,121,123,124,125,126,127,131,133,132,134,136,137,140,138,141,142,143,144,139,146,145,148,149,147,151,152,153,154,155,156,158,159,157,160,161,163,162,164,165,166,167,168,169,171,170,172,173,174,175,177],"Wales":[67,69,70,73,77,76,78,80,82,83,81,87,91,93,109,114,118,129,128,130,135,150],"Scotland":[176,178,179,181,180,182,184,183,185,186,187,189,188,190,191,192,193,195,196,197,198,199,194,200,201,203,204,205,206,207,209,210,208,211,212,213,215,214,217,216,219,218,220,223,221,224,222,225,226,228,227,229,231,230,233,235,234,237,232,238,236,240,239,241,242,243,245,244,246,248,247,250,249,251,252,253,254,255,257,258,256,259,260,262,261,263,264,265,266,267,268,269,270,271,272,273,275,276,277,278,274,280,281,282,284,283,285,286]},"point_of_interest":{"Bluebird Inn (E-bound)":[3],"Hollingbury Crescent (SE-bound)":[6],"Royal Garrison Church (Stop J)":[26],"The Academy At Peckham (Stop Q)":[29],"Rectory Road (Northbound)":[35],"High Street Kensington (Stop E)":[37],"Sorting Office (Stop J)":[47],"Cross Inn (N-bound)":[69],"opp Oak Rd":[100],"opp Homebase":[108],"Worsley Road/Winton Library (Brown Cow)":[141],"opp Woolton Road":[139],"by India Mill":[155],"o/s Baptist Church":[160],"Vaughan Street (O)":[167],"Chesterton Road (NW-Bound)":[171],"Argyll Arcade (stop 2)":[190],"at Community Hospital":[197],"at Graham Street":[205]},"establishment":{"Bluebird Inn (E-bound)":[3],"Hollingbury Crescent (SE-bound)":[6],"Royal Garrison Church (Stop J)":[26],"The Academy At Peckham (Stop Q)":[29],"Rectory Road (Northbound)":[35],"High Street Kensington (Stop E)":[37],"Sorting Office (Stop J)":[47],"Cross Inn (N-bound)":[69],"opp Oak Rd":[100],"opp Homebase":[108],"Worsley Road/Winton Library (Brown Cow)":[141],"opp Woolton Road":[139],"by India Mill":[155],"o/s Baptist Church":[160],"Vaughan Street (O)":[167],"Chesterton Road (NW-Bound)":[171],"Argyll Arcade (stop 2)":[190],"at Community Hospital":[197],"at Graham Street":[205]},"administrative_area_level_3":{"Wealden District":[11],"Horsham District":[12],"West Dorset District":[13],"London Borough of Sutton":[14],"London Borough of Croydon":[16],"London Borough of Bromley":[17],"London Borough of Merton":[19],"Royal Borough of Kingston upon Thames":[20],"Maidstone District":[21],"London Borough of Lewisham":[22],"City of Winchester":[24],"London Borough of Bexley":[25],"London Borough of Wandsworth":[23],"Royal Borough of Greenwich":[26],"London Borough of Richmond upon Thames":[27],"Borough of Guildford":[28],"London Borough of Southwark":[29],"London Borough of Lambeth":[30],"City of London":[32],"London Borough of Hounslow":[33],"Thurrock":[35],"Royal Borough of Kensington and Chelsea":[37],"London Borough of Hammersmith and Fulham":[38],"London Borough of Tower Hamlets":[36],"City of Westminster":[39],"London Borough of Newham":[40],"London Borough of Barking and Dagenham":[44],"London Borough of Hackney":[42],"London Borough of Islington":[43],"London Borough of Camden":[45],"London Borough of Ealing":[46],"London Borough of Havering":[48],"London Borough of Haringey":[49],"London Borough of Brent":[50],"London Borough of Redbridge":[51],"Sedgemoor":[52],"London Borough of Waltham Forest":[56],"Mid Devon District":[55],"London Borough of Harrow":[57],"London Borough of Hillingdon":[58],"Torridge District":[62],"London Borough of Barnet":[60],"London Borough of Enfield":[63],"Llancarfan":[67],"Heath":[69],"Liswerry":[70],"Llangynwyd Lower":[73],"Braintree District":[74],"Pontllanfraith":[77],"Welwyn Hatfield":[75],"Pen Tranch":[76],"Aylesbury Vale District":[79],"Ebbw Vale":[78],"Tylorstown":[80],"Gowerton":[82],"Tonna":[83],"Town":[81],"Vale of White Horse District":[88],"Tewkesbury District":[86],"Raglan":[87],"Mid Suffolk District":[90],"Llanegwad":[91],"Bedford":[89],"Wiston":[93],"Coventry":[92],"Solihull District":[96],"Wychavon District":[94],"Daventry District":[97],"South Cambridgeshire District":[99],"Sandwell District":[100],"Dudley District":[101],"Birmingham":[102],"Warwick":[105],"Breckland District":[108],"Walsall District":[107],"Dyffryn Arth":[109],"City of Wolverhampton District":[106],"Abbey Cwmhir":[114],"Stafford District":[117],"Ruabon":[118],"Newark and Sherwood District":[119],"Rotherham District":[122],"North Kesteven District":[123],"Stockport District":[124],"Sheffield District":[126],"Halkyn":[129],"Clocaenog":[128],"Talsarnau":[130],"Trafford":[131],"Derbyshire Dales District":[132],"Tameside District":[134],"Bro Garmon":[135],"Barnsley District":[136],"Doncaster District":[137],"Wirral":[140],"Manchester":[138],"Salford District":[141],"Knowsley District":[143],"Saint Helens District":[144],"Liverpool":[139],"Oldham District":[145],"Wakefield District":[148],"Bolton District":[149],"Wigan District":[147],"Bodffordd":[150],"Rochdale District":[151],"Bury District":[152],"Metropolitan Borough of Kirklees":[153],"West Lancashire District":[154],"Calderdale District":[156],"Bradford District":[158],"City of Leeds":[157],"Hambleton District":[163],"City of Preston":[162],"Sunderland District":[169],"South Tyneside":[171],"Gateshead District":[172],"North Tyneside District":[173],"Newcastle upon Tyne":[174],"Eden District":[175]},"neighborhood":{"Inner Avenue":[10],"Woolwich":[26],"Brixton":[30],"Kensington":[37],"Belsize Park":[45],"Wood Green":[49],"Walthamstow":[56],"Sheddocksley":[222]},"premise":{"Bramblecombe House":[13],"City Tavern":[32],"Queens House":[32],"Hounslow Centre":[33],"Cressys Corner":[33],"Sundial House":[37],"Evelyn House":[37],"Metropolitan Apartments":[103],"Bradley Manor":[125],"Municipal Offices":[151],"The Walk":[151],"The Register Offices Vicars Gate Enterance":[151],"Old Club Buildings":[173],"F C Manse":[253],"Heath House":[253]},"sublocality_level_1":{"City of London":[32],"Farmoor":[88],"Rushall":[107],"Halton":[127],"Rusholme":[138],"Layerthorpe":[159],"Roundhay":[157]},"sublocality":{"City of London":[32],"Farmoor":[88],"Rushall":[107],"Halton":[127],"Rusholme":[138],"Layerthorpe":[159],"Roundhay":[157]}} diff --git a/dist-amd/map/TopoJSON/GE.json b/dist-amd/map/TopoJSON/GE.json new file mode 100644 index 0000000000..ac355e670c --- /dev/null +++ b/dist-amd/map/TopoJSON/GE.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0]]}]}},"arcs":[[[8571,5635],[1,-10],[0,-17],[-4,-26],[0,-15],[4,-24],[5,-24],[2,-14],[-1,-9],[-5,-20],[-1,-25],[-3,-19],[-3,-16],[-4,-17],[-6,-16],[-4,-18],[-4,-6],[-5,-5],[-2,-11],[-3,-28],[-4,-18],[-7,-16],[-6,-22],[-10,-31],[0,-11],[5,-31],[2,-8],[1,-12],[2,-18],[2,-23],[0,-33],[-1,-31],[0,-10],[2,-8],[7,-11],[7,-7],[4,-5],[0,-7],[-3,-21],[-2,-35],[-2,-10],[-9,-20],[-6,-23],[-5,-10],[-12,-6],[-11,-10],[-5,1],[-2,8],[-5,6],[-16,12],[-3,-1],[-18,-41],[-3,-3],[-16,2],[-3,-3],[-5,-7],[-4,-1],[-10,18],[-7,18],[-5,2],[-5,-6],[-7,-26],[-5,-14],[-1,-7],[-7,-32],[-4,-14],[-9,-22],[-15,-34],[-2,-11],[2,-11],[6,-13],[-1,-8],[-20,-35],[-1,-26],[-1,-20],[0,-16],[3,-25],[2,-4],[8,-1],[10,-8],[12,-26],[4,-17],[16,-26],[3,-12],[3,-8],[3,-1],[5,5],[25,-1],[4,-3],[9,-14],[8,-15],[17,-9],[10,-11],[8,-22],[18,-16],[2,-5],[0,-15],[3,-12],[5,-9],[17,-5],[13,-14],[1,-4],[1,-7],[-3,-8],[-5,-7],[-5,-22],[-1,-17],[2,-3],[14,-18],[14,0],[14,2],[2,-5],[0,-36],[19,-49],[5,-10],[4,0],[3,5],[3,16],[3,9],[4,6],[9,21],[14,-20],[7,-10],[6,-9],[6,0],[8,14],[6,4],[6,-5],[5,-1],[11,9],[14,1],[14,-10],[12,-17],[10,-7],[7,10],[5,2],[7,-2],[3,-4],[9,-27],[7,-7],[5,-13],[2,-20],[10,-28],[-1,-9],[-3,-11],[-5,-8],[-3,-8],[0,-27],[1,-8],[15,-19],[7,-3],[3,-8],[5,-26],[2,-25],[-4,-23],[-6,-21],[12,13],[5,5],[4,0],[2,-5],[0,-14],[2,-6],[13,-21],[5,-1],[11,10],[4,15],[12,35],[11,17],[5,5],[5,-2],[6,-9],[12,-16],[3,-4],[4,-1],[3,3],[5,7],[10,10],[3,0],[3,-3],[1,-10],[2,-24],[-1,-23],[1,-4],[8,-7],[12,-14],[15,4],[3,4],[5,10],[6,9],[4,3],[3,5],[8,24],[7,20],[3,3],[3,-3],[3,-9],[4,-21],[4,-18],[1,-23],[1,-24],[-1,-24],[3,-18],[12,-25],[6,-24],[13,-26],[4,2],[6,10],[2,10],[0,15],[5,11],[11,19],[8,14],[6,5],[7,-3],[6,3],[6,10],[2,-3],[2,-9],[2,-18],[-1,-37],[3,-9],[7,-5],[7,2],[7,8],[10,21],[5,3],[17,0],[7,4],[8,17],[9,10],[11,7],[8,11],[7,14],[5,1],[21,-22],[15,-8],[5,-4],[4,-4],[3,-28],[-2,-5],[-8,-8],[-3,-5],[-6,-44],[2,-5],[3,-1],[15,7],[5,-1],[3,-18],[4,-25],[7,-17],[8,-11],[8,-42],[-1,-26],[1,-5],[6,-6],[12,-8],[10,-7],[9,-13],[8,-7],[6,-12],[5,-11],[2,0],[3,5],[11,24],[0,23],[2,3],[8,8],[2,0],[6,-8],[14,-11],[5,-5],[2,-6],[-1,-17],[3,-3],[10,2],[13,6],[7,10],[4,1],[11,-2],[6,1],[9,11],[2,-3],[1,-24],[2,-21],[3,-20],[2,-4],[9,-1],[4,-5],[16,-29],[-4,-26],[-4,-19],[-2,-7],[-2,-6],[-3,-6],[-2,-6],[-3,-8],[-3,-11],[-2,-8],[1,-7],[1,-4],[2,-4],[3,-8],[3,-7],[4,-21],[0,-7],[0,-6],[-2,-8],[-1,-7],[-8,-18],[-6,-13],[-2,-10],[-1,-7],[-1,-7],[-2,-29],[-2,-13],[-4,-8],[-9,-14],[-9,-12],[-5,-7],[-3,-5],[-4,-8],[-3,-6],[-13,-15],[-4,-2],[-13,-19],[-7,-12],[-7,-10],[-7,-11],[-2,-3],[-4,-9],[-2,-7],[-3,-10],[-3,-9],[-12,-25],[-13,-12],[-5,-4],[-9,-12],[-3,-9],[-2,-9],[-2,-12],[1,-14],[-2,-8],[-4,-4],[-27,-9],[-15,-4],[-15,-3],[-9,-2],[-4,-2],[-3,-7],[-5,-13],[-4,-17],[-3,-8],[-5,-3],[-5,2],[-10,12],[-9,10],[-7,9],[-11,13],[-6,8],[-4,-1],[-2,-5],[0,-11],[1,-15],[0,-17],[-4,-31],[-1,-5],[-2,-4],[-2,-5],[-10,-15],[-5,-10],[-4,-13],[-1,-11],[-1,-16],[-1,-11],[0,-11],[-3,-32],[-1,-18],[3,-13],[6,-28],[3,-13],[3,-12],[1,-18],[-1,-8],[-1,-9],[0,-12],[3,-10],[2,-11],[4,-12],[4,-10],[9,-28],[6,-5],[3,-7],[-2,-11],[-8,-43],[-1,-1],[-5,3],[-4,-3],[-2,-16],[0,-2],[0,-3],[9,-15],[2,-7],[1,-7],[-1,-4],[-6,-13],[-6,-17],[0,-6],[2,-4],[4,2],[5,10],[7,4],[7,-6],[-1,-5],[-9,-4],[1,-27],[4,-10],[4,-8],[8,-3],[6,-3],[4,-10],[5,-13],[5,-7],[9,-4],[5,-11],[0,-15],[2,-6],[3,-2],[4,1],[6,8],[4,9],[0,7],[-2,21],[0,32],[11,29],[9,-6],[5,-3],[2,3],[2,14],[-1,4],[-1,1],[-4,1],[-1,10],[-1,17],[5,-1],[4,-15],[7,-15],[4,-11],[2,-12],[2,-20],[-1,-25],[-6,-2],[-1,-14],[9,-15],[3,-2],[3,1],[8,4],[6,-5],[7,-11],[2,-1],[6,3],[0,5],[-1,8],[-3,13],[0,5],[5,13],[17,4],[10,-4],[3,-2],[0,-5],[-4,-18],[0,-5],[1,-6],[4,-13],[1,-4],[2,0],[1,3],[5,-1],[6,-5],[6,-8],[-1,-32],[-4,-29],[3,-11],[2,-3],[2,-3],[4,3],[2,-4],[0,-8],[-2,-6],[-5,-5],[-3,0],[-5,15],[-9,20],[-8,17],[-3,1],[-4,-6],[-11,-12],[-2,-5],[0,-9],[3,-4],[2,-6],[-1,-4],[-2,-4],[-5,-2],[-3,3],[-1,9],[2,8],[0,9],[-3,5],[-4,1],[-6,-4],[-1,-4],[1,-6],[1,-5],[2,-7],[3,-12],[2,-22],[1,-25],[2,-30],[2,-11],[5,-23],[-1,-6],[0,-5],[8,-10],[4,-3],[6,-8],[4,-15],[4,-16],[2,-17],[2,-27],[1,-6],[2,-5],[1,-30],[1,-6],[3,-1],[6,-6],[4,-6],[2,-6],[4,-6],[6,-4],[6,1],[2,7],[1,9],[0,7],[-2,8],[-2,8],[2,6],[3,1],[3,-5],[2,-20],[-3,-18],[0,-7],[0,-5],[1,-3],[1,-2],[2,-2],[1,0],[17,-5],[1,0],[7,6],[4,8],[-1,5],[1,2],[1,0],[2,-1],[2,-7],[3,-10],[0,-5],[-3,-6],[-5,-9],[-5,-4],[-4,-5],[-1,-3],[-1,-4],[2,-3],[3,-1],[5,2],[6,3],[3,6],[1,10],[6,-2],[7,-3],[5,-4],[-1,-7],[-6,-6],[0,-3],[-2,-14],[1,-6],[6,-6],[4,1],[3,1],[2,3],[6,14],[1,4],[1,4],[2,10],[5,-4],[8,-13],[10,-11],[6,-11],[-5,-23],[0,-9],[0,-21],[1,-4],[5,-5],[5,-3],[6,-1],[4,2],[6,8],[1,7],[-2,5],[0,7],[3,0],[6,-15],[0,-9],[-1,-5],[-3,-5],[-1,-1],[-7,-5],[-1,-3],[0,-4],[3,-2],[4,-2],[6,-3],[6,-10],[1,-9],[13,-25],[15,-1],[4,-4],[2,-18],[8,-14],[5,-9],[8,-8],[8,-7],[6,-2],[6,1],[3,-2],[2,-6],[3,-12],[5,-5],[15,-12],[5,-2],[5,0],[6,2],[3,-2],[8,-8],[7,-6],[4,-2],[10,1],[14,1],[5,-2],[2,-7],[-1,-7],[-1,-6],[1,-5],[3,-2],[15,-5],[10,0],[9,-2],[4,-4],[4,-7],[7,-5],[5,1],[1,4],[2,2],[4,-1],[4,-5],[2,-5],[0,-6],[-2,-10],[-5,-10],[-1,-8],[1,-7],[3,-6],[9,-9],[4,1],[2,4],[2,23],[2,19],[2,2],[4,0],[3,-4],[1,-5],[1,-5],[-1,-5],[-2,-6],[-3,-5],[-1,-13],[3,-9],[7,0],[6,-5],[8,-12],[-3,-5],[-6,-9],[-14,-18],[-3,-14],[3,-8],[16,-10],[9,1],[1,3],[2,6],[2,5],[0,11],[-1,12],[0,7],[1,6],[4,5],[5,0],[6,-4],[4,-10],[-1,-8],[-3,-10],[-2,-12],[0,-14],[1,-10],[0,-8],[-4,-5],[-4,0],[-4,4],[-2,0],[-1,-5],[2,-4],[4,-3],[9,1],[10,6],[5,-3],[2,-7],[0,-12],[-2,-8],[-5,-8],[0,-6],[3,-7],[4,-1],[7,6],[5,6],[4,3],[4,0],[4,-3],[3,-5],[1,-8],[1,-9],[-2,-6],[-4,-3],[-3,-1],[-1,-6],[1,-8],[3,-4],[2,-2],[7,5],[9,5],[3,0],[2,-2],[2,-4],[1,-6],[-1,-9],[-2,-6],[-7,-15],[-2,1],[-3,4],[-4,4],[-3,1],[-2,-4],[0,-6],[5,-13],[7,-17],[9,-16],[2,-4],[1,-10],[0,-6],[-4,-8],[-2,-9],[-1,-7],[2,-3],[3,-1],[3,2],[1,0],[2,0],[5,-2],[5,-3],[4,-10],[6,-5],[6,-3],[11,-4],[6,-10],[2,-5],[-1,-5],[-14,-19],[-13,2],[-3,-5],[-2,-5],[-3,-13],[-1,-6],[-2,-13],[-4,-9],[-12,-11],[-3,-5],[-1,-6],[0,-7],[3,-4],[10,-5],[3,-3],[0,-4],[-2,-5],[-3,-2],[-5,-9],[-3,-10],[0,-30],[-6,-17],[-7,-18],[-1,-3],[-8,1],[-9,-17],[-5,-11],[-3,-10],[-4,-9],[-6,-22],[-4,-15],[-7,-24],[-2,-5],[-1,-6],[1,-5],[2,-10],[1,-3],[1,-6],[9,-17],[4,-5],[1,-6],[-1,-8],[-2,-4],[-3,-6],[-1,-3],[-2,-3],[-1,-8],[-1,-8],[0,-7],[1,-7],[-2,-14],[-3,-14],[-4,-6],[-2,-5],[-1,-7],[-3,-22],[0,-11],[3,-5],[2,-3],[2,-7],[0,-28],[-2,-9],[-2,-8],[-1,-10],[1,-9],[1,-5],[3,-10],[-3,-16],[-8,-15],[-5,-10],[-1,-7],[1,-8],[0,-15],[-1,-10],[-3,-5],[-3,-7],[-2,-3],[-26,-24],[-6,-7],[-5,-4],[-2,-1],[-11,5],[-7,9],[-8,10],[-7,13],[-8,13],[-5,4],[-8,4],[-41,4],[-78,-225],[-3,-3],[-4,-2],[-5,3],[-5,5],[-4,7],[-4,5],[-3,2],[-6,4],[-5,7],[-3,6],[-2,7],[-1,16],[-3,28],[-2,6],[-1,8],[-3,28],[0,4],[2,11],[-1,7],[-2,10],[-2,6],[-2,4],[-3,1],[-8,2],[-13,3],[-8,9],[-6,5],[-6,4],[-2,1],[-17,-2],[-2,0],[-16,-12],[-3,-1],[-13,-4],[-5,1],[-19,10],[-9,7],[-2,6],[0,17],[0,33],[-36,66],[-56,105],[-19,34],[-5,11],[-10,36],[-5,21],[-4,6],[-3,2],[-3,0],[-4,-3],[-11,-13],[-13,-11],[-4,-3],[-2,0],[-2,1],[-10,7],[-10,2],[-2,2],[-3,3],[-4,7],[-10,11],[-12,5],[-16,7],[-6,3],[-15,7],[-5,0],[-2,-1],[-5,-3],[-5,2],[-4,11],[-4,10],[-1,1],[-1,0],[-1,-2],[-2,-6],[0,-3],[-3,-1],[-7,1],[-5,4],[-1,4],[-5,4],[-4,3],[-8,1],[-8,-8],[-8,5],[0,5],[-1,4],[-1,1],[-2,-3],[-8,-16],[-1,-2],[-6,-14],[-5,-16],[-3,-12],[-12,-35],[-6,-11],[-15,-20],[-4,-1],[-11,9],[-6,5],[-2,6],[2,6],[-1,7],[-1,6],[-4,6],[-14,16],[-7,9],[-4,2],[-3,0],[-2,-2],[-5,-9],[-2,-2],[-9,-1],[-15,3],[-5,-1],[-9,-4],[-12,-3],[-14,-4],[-14,-12],[-6,-6],[-9,-4],[-9,-1],[-13,6],[-8,-1],[-13,-6],[-7,-2],[-5,0],[-6,2],[-13,13],[-26,26],[-4,3],[-5,0],[-9,9],[-6,13],[-19,38],[-5,13],[-6,11],[-11,11],[-5,2],[-30,7],[-13,4],[-11,5],[-19,8],[-6,5],[-6,3],[-15,2],[-6,5],[-2,10],[-2,4],[-13,17],[-12,14],[-11,13],[-10,16],[-8,18],[-10,19],[-9,7],[-17,19],[-8,27],[-8,25],[-9,24],[-1,4],[-2,5],[-15,22],[-3,5],[-3,16],[-12,22],[-2,6],[1,5],[3,9],[38,125],[17,43],[2,3],[3,0],[18,-16],[2,0],[2,4],[5,26],[1,8],[-1,4],[-4,4],[-10,6],[-13,10],[-20,11],[-30,8],[-2,0],[-2,-1],[-2,-4],[-6,-6],[-15,-10],[-6,-2],[-4,-1],[-5,2],[-8,12],[-19,33],[-8,16],[-3,3],[-1,0],[-2,1],[-3,6],[-5,20],[-1,2],[-1,1],[-31,0],[-6,-3],[-10,-7],[-19,-10],[-2,-2],[-1,0],[-11,1],[-17,5],[-5,2],[-2,3],[0,8],[5,38],[0,6],[-2,11],[-18,51],[-7,12],[-4,4],[-8,2],[-16,17],[-15,15],[-11,9],[-4,1],[-6,-1],[-5,4],[-10,15],[-4,9],[-10,18],[-8,15],[-10,13],[-9,15],[-7,7],[-6,9],[-5,9],[-4,11],[-6,15],[-5,2],[-6,-1],[-4,-4],[-3,-6],[-6,-15],[-4,-6],[-6,-8],[-5,-11],[-3,-12],[-2,-9],[-1,-9],[-2,-10],[-2,-6],[-3,-5],[-5,-2],[-15,-6],[-7,-3],[-26,0],[-4,2],[-5,7],[-2,4],[-1,5],[-1,13],[-16,45],[-10,23],[-4,7],[-6,5],[-14,10],[-12,8],[-9,13],[-12,12],[-7,5],[-23,17],[-27,-34],[-4,-3],[-7,4],[-23,13],[-6,2],[-3,-1],[-3,-4],[-2,-9],[-3,-16],[-2,-12],[-1,-9],[-2,-13],[-2,-11],[-3,-8],[-23,-44],[-23,-31],[-16,-19],[-5,-6],[-9,-16],[-1,-2],[-2,1],[-5,5],[-11,13],[-8,9],[-1,1],[-4,-3],[-4,-13],[-1,-2],[0,-4],[1,-5],[1,-4],[0,-3],[-1,-11],[-1,-1],[-10,-25],[-6,-14],[-8,-21],[-31,-75],[-26,-63],[-12,-28],[-17,-44],[-9,-19],[-2,6],[-5,11],[-7,9],[-2,0],[-12,-27],[-1,-6],[0,-7],[2,-19],[-8,-10],[-10,0],[-1,-1],[-3,-4],[-2,-6],[-3,-6],[-3,-5],[-9,-11],[-2,-3],[0,-6],[0,-4],[2,-5],[0,-5],[0,-5],[-1,-5],[-2,-4],[-4,-4],[-21,-12],[-9,-4],[-2,-3],[-2,-13],[-1,-6],[-3,-6],[-2,-4],[-5,-4],[-8,-5],[-5,-4],[-4,-5],[-7,-18],[-2,-10],[-1,-2],[-2,-1],[-11,-4],[-10,-9],[-2,-3],[-5,-12],[-2,-6],[1,-5],[1,-8],[-2,-9],[-4,-6],[-8,-8],[-2,-5],[-3,-18],[-4,-9],[-5,-5],[-8,5],[-5,1],[-3,-3],[-4,-2],[-8,0],[-2,6],[-3,2],[-1,0],[-8,-2],[-8,-3],[-10,-6],[-3,2],[-6,11],[-2,5],[-6,20],[0,6],[-1,9],[-4,10],[-3,4],[-4,0],[-5,-5],[-2,-6],[1,-10],[-1,-6],[-2,-1],[-3,1],[-10,9],[-6,18],[-8,9],[-3,1],[-11,-5],[-11,-5],[-4,0],[-3,4],[-2,6],[-1,6],[0,8],[-1,13],[-3,12],[-7,16],[-11,20],[-10,13],[-10,8],[-1,0],[-2,-2],[-2,-3],[-2,-6],[-3,-9],[-8,-20],[-1,-4],[-1,-5],[0,-5],[1,-7],[1,-10],[1,-9],[0,-19],[0,-24],[-7,-28],[-2,-4],[0,-22],[1,-11],[2,-7],[2,-7],[8,-15],[5,-16],[7,-25],[5,-9],[7,-11],[9,-6],[7,-4],[2,0],[6,7],[3,1],[10,-6],[2,-5],[13,-13],[5,-18],[2,-7],[3,-1],[3,1],[10,9],[7,5],[7,3],[7,-2],[2,-4],[3,-16],[1,-10],[-1,-11],[-13,-23],[-4,-5],[-27,4],[-15,12],[-12,19],[-3,9],[-4,5],[-3,0],[-6,-6],[-9,-3],[-16,2],[-11,0],[-9,14],[-6,25],[-8,18],[-2,3],[-3,-2],[-2,-5],[0,-6],[4,-17],[0,-3],[-1,-3],[-4,0],[-15,2],[-17,0],[-15,-2],[-12,-1],[-5,-4],[-2,-7],[-4,-13],[-3,-4],[-2,-5],[-5,-5],[-5,-24],[-2,-3],[-7,-2],[-3,9],[-4,22],[-1,17],[2,10],[5,14],[2,5],[-1,7],[-3,3],[-2,-1],[-8,-9],[-7,-8],[-9,-4],[-6,-4],[-5,-5],[-5,-5],[-6,4],[-8,6],[-6,9],[-4,13],[-1,11],[2,23],[3,11],[-3,5],[-8,2],[-8,-5],[-11,6],[-7,-10],[-6,-5],[-7,-2],[-2,-1],[-3,0],[-14,6],[-7,7],[-9,8],[-6,4],[-11,5],[-2,0],[-5,0],[-3,-2],[-3,-6],[-3,-28],[0,-10],[1,-15],[1,-11],[-3,-25],[-3,-16],[-4,-16],[-3,-32],[-2,-17],[-4,-8],[-10,4],[-1,26],[-1,12],[0,6],[0,4],[13,18],[0,2],[-1,1],[-16,-4],[-10,-3],[-7,-13],[-5,-16],[-6,0],[-5,1],[-3,1],[-3,-4],[-3,-9],[-3,-12],[-6,-14],[-6,-4],[-12,16],[-2,6],[-3,13],[0,3],[5,5],[7,7],[1,4],[1,19],[-5,5],[1,14],[4,15],[4,13],[-3,6],[-10,6],[-4,-1],[-3,-4],[-3,-7],[0,-6],[1,-6],[0,-7],[-1,-10],[-1,-7],[-3,-4],[-7,-5],[-2,-3],[-9,-28],[-3,-18],[-2,-18],[-4,-7],[-7,-6],[-12,-9],[-7,-6],[-10,-5],[-11,-17],[-3,-3],[-10,-3],[-4,1],[-4,5],[-2,9],[-1,6],[-1,4],[-6,13],[-4,6],[-4,1],[-4,-3],[-3,0],[-9,3],[-3,3],[-16,20],[-21,10],[-1,5],[-6,24],[-9,11],[-2,6],[-4,8],[-5,7],[-3,5],[-10,17],[-14,7],[-16,9],[-7,12],[-6,5],[-5,4],[-11,-15],[-2,-4],[-1,-4],[0,-14],[1,-11],[0,-28],[2,-26],[1,-5],[-1,-4],[-2,-1],[-13,6],[-10,1],[-3,2],[-6,7],[-3,8],[-5,14],[-2,4],[-4,4],[-5,3],[-7,0],[-13,-1],[-4,-2],[-5,-5],[-4,-7],[-2,-4],[-4,0],[-6,1],[-11,8],[-4,4],[-5,11],[-20,50],[-3,10],[-3,6],[-8,13],[-9,10],[-11,-10],[-15,-9],[-8,-4],[-4,1],[-3,2],[-12,10],[-10,10],[-11,13],[-3,4],[-9,16],[-3,4],[0,-10],[2,-15],[4,-15],[1,-8],[0,-10],[0,-9],[-12,-78],[-6,-37],[-10,-41],[-1,-8],[-2,-4],[-8,-1],[-13,5],[-13,-5],[-11,-3],[-10,-6],[-31,14],[-5,0],[-9,-2],[-5,-1],[-2,5],[-1,5],[0,43],[-4,0],[-2,-2],[-5,-10],[-6,-9],[-3,-3],[-5,-2],[-9,-4],[-7,-6],[-10,-12],[-6,-2],[-9,-1],[-11,-2],[-6,-2],[-4,2],[-4,-1],[-5,-3],[-15,-7],[-11,-10],[-15,-10],[-4,-2],[-5,-6],[-7,-10],[-14,-18],[-6,-12],[-14,-16],[-2,-1],[-11,3],[-6,6],[-3,4],[0,4],[3,14],[0,4],[-1,3],[-9,6],[-7,1],[-7,-3],[-9,-6],[-9,-7],[-8,0],[-11,-6],[-7,-10],[-4,-3],[-8,0],[-4,-3],[-5,-4],[-17,-9],[-10,-1],[-21,0],[-7,-1],[-12,-9],[-10,1],[-5,-5],[-52,-63],[-10,-18],[-20,-33],[-25,-44],[-18,-41],[-49,51],[-15,8],[-27,24],[-13,16],[-23,6],[-21,-8],[-26,-18],[-7,0],[-17,4],[-21,-4],[-6,-1],[-4,1],[-2,7],[-2,24],[-1,5],[-3,3],[-31,21],[-5,2],[-4,1],[-11,-3],[-10,-6],[-17,-13],[-5,-6],[-3,-7],[-6,-9],[-3,-1],[-29,2],[-4,-9],[-5,-8],[-5,-7],[-8,-7],[-4,-1],[-9,1],[-6,-1],[-4,-3],[-6,-8],[-19,115],[-19,92],[-2,5],[-53,39],[-11,16],[-7,9],[-18,22],[-11,12],[-5,3],[-3,1],[-7,-3],[-19,-3],[-7,5],[-7,0],[-15,-6],[-10,0],[-3,-3],[-2,-6],[-3,-6],[-7,-9],[-3,-1],[-20,-19],[-21,-5],[-15,-8],[-7,-6],[-5,-4],[-13,-16],[-11,-4],[-12,-6],[-8,-8],[-4,-2],[-10,2],[-3,3],[2,7],[5,20],[1,5],[-1,5],[-8,24],[-43,160],[-2,15],[-2,38],[-2,10],[-5,20],[0,3],[-2,1],[-5,-2],[-3,0],[-9,4],[-9,0],[-2,-5],[-7,-10],[-3,-3],[-3,0],[-1,0],[-1,0],[-2,-1],[-3,-3],[-8,-10],[-2,-2],[-10,2],[-2,1],[-2,3],[-6,12],[-4,5],[-3,3],[-3,1],[-4,7],[5,11],[7,6],[13,10],[10,16],[13,21],[5,5],[2,1],[8,1],[5,1],[4,6],[4,10],[4,14],[1,3],[9,11],[8,8],[10,5],[7,5],[6,16],[4,29],[0,4],[-8,17],[-13,8],[-6,0],[-5,-3],[-5,-6],[-3,-1],[-8,1],[-14,10],[-2,1],[-7,4],[-3,2],[-2,3],[-2,4],[-2,10],[-3,8],[-2,2],[-3,1],[-6,0],[-18,5],[-5,4],[-3,4],[-3,3],[-3,10],[-7,23],[-5,16],[-4,11],[-6,13],[-2,7],[-3,10],[-2,16],[-2,4],[-3,8],[-13,20],[-5,8],[-3,1],[-6,3],[-9,6],[-6,6],[-7,10],[-7,3],[-2,0],[-2,0],[-9,7],[-2,1],[-2,8],[-5,15],[-9,8],[-7,6],[-4,3],[-2,0],[-1,-1],[-2,-3],[-3,-7],[-3,-6],[-4,-6],[-19,18],[-1,2],[4,10],[0,4],[-2,9],[-7,24],[-4,23],[-8,16],[-1,3],[-1,3],[-1,10],[-1,15],[-1,4],[-5,4],[-15,12],[-2,3],[-2,5],[1,5],[2,4],[1,4],[0,32],[-4,4],[-9,6],[-14,15],[-5,8],[-2,5],[0,6],[2,12],[2,27],[-2,15],[0,7],[-4,3],[-7,1],[-5,2],[-4,3],[-14,13],[-5,6],[-9,23],[-7,24],[-1,2],[-9,11],[-11,8],[-12,7],[-9,4],[-5,3],[-1,2],[-1,5],[-3,24],[0,4],[3,29],[2,14],[-4,9],[-7,6],[-13,2],[-10,1],[-3,-4],[-7,-11],[-7,-14],[-5,-23],[0,-9],[-3,-18],[-3,-30],[-5,-9],[-6,-6],[-10,11],[-8,7],[-9,9],[-8,16],[-5,12],[-3,7],[-1,3],[-4,5],[-2,3],[-10,9],[-6,4],[-2,1],[-2,2],[-3,4],[-1,4],[-1,4],[0,4],[1,11],[2,12],[2,4],[0,3],[1,6],[0,5],[-1,4],[-2,5],[-4,7],[-2,5],[-2,6],[0,6],[3,13],[7,28],[3,11],[1,5],[5,12],[6,9],[1,3],[2,5],[3,9],[2,13],[0,11],[-1,18],[1,6],[2,11],[2,2],[12,14],[5,32],[0,6],[1,28],[2,27],[1,4],[-3,3],[-3,3],[-18,6],[-7,5],[-32,-1],[-13,-16],[-3,-5],[-1,-11],[1,-6],[0,-4],[-1,-3],[-2,0],[-6,3],[-3,3],[-6,22],[-1,2],[-2,2],[-7,5],[-2,0],[-4,-2],[-9,-1],[-3,0],[-3,6],[-5,12],[-6,15],[-1,5],[-2,3],[-5,2],[-7,-1],[-14,-4],[-9,-1],[-5,1],[-3,1],[-8,10],[-8,8],[-3,2],[-2,0],[-17,-4],[-14,-6],[-20,-17],[-8,-6],[-16,-5],[-23,-7],[-45,-17],[-14,-42],[-14,-19],[-8,-12],[-1,-4],[-4,-27],[0,-5],[3,-9],[5,-33],[-1,-13],[-2,-13],[-2,-14],[-4,-10],[-6,-12],[-7,-19],[1,-6],[4,-24],[5,-21],[3,-12],[-2,-6],[-2,-4],[-9,1],[-6,-5],[-2,-5],[-10,-27],[-10,-21],[-11,-6],[-8,-1],[-3,-16],[-2,-12],[-5,-20],[-5,-8],[-9,-7],[-5,-11],[-1,-9],[1,-19],[6,-31],[4,-13],[3,-13],[3,-26],[0,-5],[-3,-21],[-2,-5],[-3,0],[-11,11],[-8,5],[-14,15],[-3,2],[-3,0],[-1,-4],[-12,-18],[-15,-13],[-5,-5],[-12,5],[-14,8],[-11,12],[-12,9],[-8,11],[-7,15],[-8,16],[-9,16],[-10,11],[-5,10],[-7,11],[-2,1],[-8,-4],[-16,-5],[-5,4],[-6,0],[-11,-3],[-13,9],[-14,14],[-6,2],[-7,0],[-6,-4],[-9,-8],[-3,2],[-3,5],[-6,17],[-8,16],[-6,8],[-12,8],[-6,5],[-9,15],[-6,8],[-9,11],[-5,4],[-9,1],[-12,-5],[-16,7],[-15,1],[-8,1],[-23,17],[-2,-1],[-8,-8],[-5,-1],[-6,-1],[-3,-3],[-3,-14],[-2,-3],[-4,2],[-3,5],[-2,19],[-6,29],[-3,10],[-3,3],[-10,6],[-5,7],[-3,10],[-4,1],[-10,-4],[-4,-5],[-12,-17],[-5,-6],[-12,-2],[-5,0],[-8,6],[-7,-1],[-5,-5],[-11,1],[-6,3],[-6,12],[-4,5],[-7,1],[-6,-12],[-4,-3],[-3,1],[-15,8],[-8,3],[-20,-18],[-14,-19],[-3,-7],[-4,-3],[-13,-8],[-4,-7],[-7,-2],[-5,0],[-8,5],[-2,1],[-1,8],[-2,5],[-3,5],[-5,2],[-9,0],[-9,7],[-13,7],[-10,2],[-4,3],[-4,27],[-2,20],[-4,13],[-2,4],[-4,4],[-4,0],[-7,-6],[-4,0],[-6,7],[-3,3],[-4,2],[-5,0],[-5,-2],[-4,-4],[-8,-17],[-8,-6],[-10,-26],[-5,-7],[-7,-1],[-6,-7],[-10,-20],[-6,-5],[-3,-5],[-2,-7],[-2,-17],[-4,-5],[-7,-7],[-4,-9],[-5,-27],[-2,-14],[-8,-20],[-7,-22],[-2,-13],[-3,-12],[-7,-8],[-9,-6],[-21,-20],[-13,-11],[-1,-5],[-1,-15],[0,-6],[-2,-6],[-11,-16],[-6,-6],[-13,-12],[-2,-2],[-8,6],[-5,6],[-2,6],[-6,24],[-5,14],[-4,6],[-3,3],[-9,-2],[-4,3],[-3,4],[-2,5],[-1,15],[-2,23],[-3,4],[-10,7],[-3,0],[-9,-1],[-8,5],[-12,15],[-10,10],[-11,3],[-9,5],[-6,2],[-5,-1],[-4,-1],[-15,7],[-7,5],[0,10],[4,9],[1,21],[0,25],[-3,8],[-4,6],[-7,2],[-5,-4],[-10,-17],[-5,-10],[-6,-3],[-6,0],[-11,-8],[-8,-6],[-9,-5],[-23,10],[-7,4],[-8,1],[-5,0],[-5,3],[-5,11],[-7,17],[-3,11],[-1,9],[-4,7],[-3,4],[-9,1],[-11,6],[-11,11],[-6,5],[-7,2],[-3,1],[-5,7],[-1,4],[0,10],[-3,9],[-3,6],[-8,7],[-7,0],[-15,-5],[-14,8],[-1,1],[1,32],[2,22],[4,19],[2,8],[3,6],[9,11],[1,9],[2,25],[3,40],[0,55],[1,19],[3,37],[3,39],[2,9],[7,14],[4,8],[5,9],[8,28],[17,42],[13,36],[11,22],[18,35],[12,16],[5,1],[8,-7],[0,-11],[0,-7],[2,-12],[4,-3],[10,-2],[3,1],[16,16],[6,16],[12,42],[12,24],[10,34],[7,23],[10,31],[3,6],[6,13],[7,26],[9,36],[1,11],[5,40],[12,67],[7,45],[19,67],[8,32],[15,81],[5,40],[1,18],[4,51],[2,47],[2,73],[-2,36],[-3,33],[-3,30],[-5,99],[0,10],[-4,37],[-3,94],[-4,72],[-2,48],[-2,31],[0,22],[-4,60],[-5,47],[-12,33],[-12,37],[-13,53],[-20,83],[-19,67],[-8,23],[-21,70],[-10,34],[-10,25],[-10,29],[-5,34],[-5,35],[-1,7],[-1,21],[0,14],[-4,14],[-6,30],[-9,37],[-4,13],[-4,11],[-1,21],[-1,21],[-2,23],[-5,31],[6,30],[4,17],[5,58],[0,19],[0,20],[-2,31],[-3,39],[-3,28],[-1,13],[-1,6],[-4,28],[-2,15],[-5,49],[-13,79],[-6,36],[-2,19],[-3,15],[-2,15],[-9,52],[-9,46],[-12,36],[-10,21],[-3,5],[-12,12],[-12,11],[-7,11],[-5,18],[-6,44],[-6,50],[0,23],[-6,78],[-1,22],[-3,33],[-2,33],[-1,14],[-1,17],[-5,100],[-4,60],[-1,24],[-7,102],[-6,64],[-6,41],[-2,30],[-2,31],[-2,11],[-3,15],[-9,51],[-4,35],[-2,21],[-5,44],[-6,29],[-6,37],[-6,30],[-6,44],[-7,47],[-13,65],[-7,37],[-5,22],[-5,18],[-7,32],[-10,33],[-7,18],[-5,9],[-3,4],[-4,1],[-7,-2],[-11,-2],[-8,21],[-5,15],[-3,8],[-5,10],[-6,10],[-4,7],[-12,13],[-8,6],[-9,5],[-4,0],[-4,-2],[-6,2],[-20,8],[-11,8],[-13,13],[-15,6],[-5,1],[-7,-2],[-7,2],[-6,3],[-4,4],[-9,8],[-17,28],[-14,15],[-12,8],[-16,7],[-14,4],[-4,3],[-19,15],[-6,4],[-10,9],[-10,5],[-11,3],[-14,-2],[-7,-4],[-7,-6],[-9,-13],[-6,-9],[-7,-7],[-5,-4],[-3,0],[-5,3],[-8,4],[-7,4],[-15,6],[-5,3],[-4,7],[-4,15],[-3,18],[-2,15],[-2,8],[-6,9],[-3,3],[-6,12],[-5,15],[-8,29],[-8,20],[-5,9],[-5,11],[-6,21],[-1,13],[-5,65],[-2,16],[-5,50],[-1,19],[-4,67],[-2,12],[-3,35],[-5,45],[-2,20],[0,5],[-7,50],[-2,12],[-3,12],[-7,28],[-3,13],[-2,10],[-3,13],[-2,7],[-2,6],[-2,2],[-9,39],[-3,15],[-5,15],[-5,11],[-8,11],[-12,15],[-9,1],[-7,-1],[-3,-4],[-19,-7],[-10,2],[-9,-2],[-7,-5],[-2,-2],[0,-3],[1,-2],[-1,-7],[-4,-9],[-4,-10],[-10,-15],[-4,-4],[-4,-2],[-7,5],[-5,9],[-2,9],[-3,16],[-6,18],[-13,29],[-5,8],[-6,7],[-7,9],[-15,53],[-7,16],[-18,28],[-11,19],[-8,20],[-8,27],[-8,24],[-7,20],[-6,17],[-9,17],[-7,10],[-5,5],[-8,6],[-5,3],[-9,1],[-6,4],[-14,10],[-12,6],[-14,5],[-14,3],[-8,-1],[-9,-6],[-5,0],[-8,4],[-18,8],[-15,6],[-18,1],[-11,0],[-11,-3],[-13,-4],[-9,-3],[-7,1],[-10,3],[-9,3],[-7,1],[-8,-1],[-9,-1],[-8,2],[-19,16],[-16,18],[-11,13],[-9,4],[-8,1],[-5,-3],[-8,-7],[-13,-12],[-13,-5],[-15,-5],[-15,-2],[-13,3],[-8,2],[-9,8],[-4,10],[-4,14],[-4,11],[-8,9],[-10,33],[-16,45],[-5,18],[-4,7],[-11,16],[-7,15],[-7,11],[-11,10],[-9,3],[-2,0],[-9,-3],[-7,-4],[-20,4],[-4,0],[-10,-12],[-4,-2],[-11,27],[-4,8],[-3,3],[-1,2],[-11,9],[-5,3],[-2,0],[-2,-4],[-2,-1],[-1,1],[-9,8],[-2,3],[-7,11],[-4,7],[-5,4],[-4,2],[-5,7],[-6,11],[-5,11],[-7,10],[-8,6],[-8,5],[-11,1],[-6,-2],[-3,-1],[-7,-4],[-13,-14],[-14,-24],[-15,-34],[-1,-4],[-1,-12],[0,-7],[-2,-7],[-3,-3],[-3,2],[-4,5],[-12,28],[-12,17],[-18,46],[-3,5],[-6,3],[-4,0],[-5,2],[-8,14],[-4,11],[-8,18],[-4,1],[-3,3],[-2,5],[-3,21],[-3,38],[-3,53],[-2,50],[-1,43],[-2,38],[-6,66],[-7,61],[-13,94],[-9,36],[-3,9],[-4,9],[-5,9],[-5,5],[-21,13],[-8,7],[-12,15],[-20,10],[-36,18],[-9,6],[-15,17],[-9,12],[-7,9],[-12,23],[-6,8],[-7,6],[-6,2],[-5,1],[-6,3],[-9,13],[-12,18],[-11,16],[-16,23],[-8,6],[-18,3],[-12,-3],[-8,2],[-33,19],[-15,7],[-6,2],[-7,-1],[-3,4],[-1,3],[0,5],[1,6],[1,15],[0,18],[2,19],[3,26],[4,36],[-3,13],[-3,3],[-1,5],[0,5],[1,3],[5,14],[10,17],[10,16],[8,16],[5,13],[1,16],[2,3],[5,12],[2,12],[0,33],[2,19],[1,26],[4,16],[3,10],[6,26],[5,26],[2,7],[5,19],[4,12],[6,11],[6,12],[4,9],[2,6],[11,18],[3,6],[5,9],[2,4],[6,20],[1,11],[-1,17],[-2,33],[-3,24],[4,30],[5,26],[1,3],[6,7],[2,3],[8,2],[10,1],[10,-5],[2,-4],[3,-3],[6,-3],[4,3],[5,6],[4,6],[5,4],[4,4],[15,12],[2,2],[2,0],[15,-2],[11,3],[10,-2],[6,-1],[17,0],[3,0],[14,5],[17,12],[14,16],[5,6],[8,5],[9,2],[11,0],[11,1],[2,0],[3,-5],[2,-6],[2,-6],[13,-13],[5,1],[3,1],[5,-2],[3,-3],[6,-9],[7,-13],[5,-3],[4,0],[4,6],[2,8],[1,7],[3,5],[5,3],[6,0],[9,-11],[1,-6],[2,-16],[3,-4],[8,-7],[9,-9],[5,-5],[8,-3],[6,2],[8,3],[5,-3],[10,-10],[9,-8],[5,-2],[14,-8],[5,-4],[8,1],[6,2],[20,-14],[5,-1],[4,1],[17,5],[4,3],[3,4],[2,5],[1,2],[2,0],[9,-7],[7,-14],[4,-7],[3,-4],[20,-12],[5,0],[15,9],[3,0],[5,-5],[7,-13],[9,-23],[1,-6],[0,-6],[0,-6],[2,-6],[4,-7],[7,-14],[6,-5],[6,-5],[14,-8],[12,-7],[10,-3],[4,-1],[4,-4],[31,3],[10,4],[10,11],[9,13],[10,14],[3,1],[5,0],[3,2],[1,3],[12,39],[7,22],[3,3],[11,4],[10,2],[11,-1],[6,4],[10,15],[12,10],[12,14],[6,1],[6,0],[13,-13],[2,-4],[0,-16],[2,-7],[3,-3],[7,1],[7,-2],[3,-2],[1,-6],[-4,-15],[0,-17],[4,-13],[4,-6],[9,-1],[19,-8],[7,-6],[14,-7],[15,-5],[3,-5],[8,-17],[4,-5],[8,-9],[3,-3],[4,-8],[8,-12],[8,-9],[10,-16],[14,-12],[10,-5],[13,-11],[21,-15],[5,-6],[7,-8],[6,-10],[6,-2],[25,-7],[23,-1],[8,3],[5,0],[7,-9],[3,2],[8,8],[7,0],[7,-5],[0,-12],[1,-3],[1,-9],[5,-19],[1,-28],[-3,-19],[-6,-16],[0,-4],[1,-4],[7,-7],[4,-1],[6,-6],[6,-10],[6,-6],[10,-6],[9,-8],[5,-9],[0,-7],[-4,-32],[0,-7],[6,-21],[3,-6],[5,-3],[4,0],[5,2],[4,-2],[6,-12],[5,-11],[6,0],[8,15],[19,9],[7,0],[3,3],[4,16],[2,4],[16,5],[8,2],[5,-2],[6,-11],[4,-11],[2,-9],[7,-22],[5,-7],[6,-13],[5,-15],[4,-4],[3,-1],[4,-1],[3,-6],[1,-10],[1,-11],[10,-20],[3,-3],[5,0],[5,2],[15,-16],[6,-10],[4,-5],[4,-1],[2,1],[1,1],[5,10],[3,1],[5,-6],[6,-9],[13,-4],[7,15],[2,9],[-1,15],[-3,10],[0,8],[6,12],[4,0],[13,-19],[10,-2],[9,1],[6,5],[9,10],[8,5],[8,1],[6,-5],[2,-7],[0,-12],[2,-32],[17,-24],[4,-3],[5,-1],[3,5],[3,5],[3,3],[9,-2],[12,-8],[15,-11],[9,0],[7,3],[6,2],[3,-3],[8,-25],[8,-21],[11,-23],[1,-8],[3,-8],[4,-4],[5,-2],[5,2],[2,4],[7,17],[4,2],[20,-12],[3,-4],[2,-6],[3,-19],[-1,-15],[1,-15],[4,-8],[7,-17],[2,-8],[3,-4],[4,0],[6,4],[9,12],[3,-1],[5,-4],[9,-2],[5,2],[4,7],[5,17],[1,5],[2,2],[2,0],[5,-3],[9,-3],[4,1],[2,3],[2,4],[2,10],[1,2],[2,8],[3,6],[4,5],[9,5],[3,5],[6,23],[0,10],[2,9],[2,4],[2,1],[3,-2],[4,-9],[3,-6],[11,-2],[5,5],[4,1],[11,-6],[4,-3],[3,-5],[2,-6],[4,-7],[3,-4],[6,-4],[5,-5],[3,-7],[3,-8],[2,-11],[-2,-8],[-7,-32],[1,-34],[3,-12],[2,-11],[2,-8],[3,-15],[6,-23],[3,-4],[4,-2],[4,-6],[12,-19],[6,-4],[5,2],[5,5],[4,3],[10,1],[5,-1],[9,-11],[2,-6],[11,-34],[17,-31],[3,-5],[6,-7],[10,-11],[8,-15],[3,-6],[7,-7],[15,-11],[7,-3],[9,1],[5,0],[5,-3],[4,-3],[5,-7],[9,-31],[1,-12],[1,-4],[10,-23],[2,-3],[4,0],[7,5],[7,8],[4,-1],[3,-5],[4,-28],[9,-33],[3,-3],[2,3],[4,1],[4,-4],[15,-19],[14,-20],[2,-6],[2,-5],[5,-1],[17,-3],[7,8],[6,10],[4,17],[20,27],[5,-1],[11,-19],[12,-16],[2,-5],[6,-28],[3,-5],[5,-2],[17,3],[4,3],[3,5],[6,20],[12,30],[14,36],[4,3],[3,0],[3,-2],[13,-17],[12,-20],[7,-16],[11,-17],[11,-11],[7,-4],[6,0],[5,3],[6,-1],[4,-5],[2,-15],[8,-17],[6,-18],[6,-17],[3,-3],[3,0],[6,3],[9,19],[8,16],[6,7],[6,3],[7,-1],[5,-6],[12,-7],[6,2],[9,29],[4,22],[3,13],[7,17],[1,9],[-1,8],[-4,13],[1,8],[3,5],[5,3],[12,6],[6,7],[2,9],[3,6],[4,1],[3,-1],[4,-1],[2,-7],[1,-10],[12,-30],[1,-9],[-1,-8],[-1,-10],[1,-6],[8,-10],[7,-4],[14,-3],[8,-1],[4,-4],[7,-2],[5,1],[4,4],[4,-2],[3,-6],[1,-22],[3,-15],[6,-27],[2,-8],[4,-2],[4,0],[6,10],[8,16],[3,5],[11,4],[6,5],[6,-1],[9,-7],[11,0],[11,8],[4,10],[5,2],[7,-1],[4,-4],[6,-12],[6,-23],[2,-12],[4,-8],[5,-8],[2,-8],[0,-10],[4,-30],[2,-4],[7,0],[5,2],[3,7],[3,16],[15,9],[7,3],[4,2],[2,4],[6,19],[12,19],[9,13],[8,9],[3,1],[2,-1],[3,-3],[3,-7],[2,-5],[4,-3],[5,-2],[12,6],[3,2],[10,-2],[4,0],[2,1],[1,2],[1,3],[6,10],[6,7],[3,0],[9,4],[3,2],[4,9],[3,4],[14,13],[2,2],[2,-2],[14,-25],[3,-4],[3,1],[17,7],[6,23],[2,8],[6,5],[11,2],[11,8],[4,0],[4,-6],[13,-5],[4,0],[7,6],[4,-1],[8,-3],[4,-4],[3,-4],[4,-18],[1,-11],[0,-19],[1,-4],[2,-2],[15,-5],[11,5],[9,0],[14,-4],[5,2],[6,3],[7,19],[7,11],[6,-1],[2,-3],[5,-2],[3,0],[12,5],[4,-1],[13,0],[9,9],[7,17],[6,24],[4,19],[2,17],[2,11],[3,6],[2,1],[6,-4],[5,-2],[4,2],[5,1],[6,-2],[6,-4],[10,0],[12,9],[8,3],[10,6],[3,4],[2,6],[0,8],[2,7],[1,4],[2,2],[2,0],[3,-1],[5,-4],[12,-7],[9,-1],[8,-2],[2,-2],[1,-5],[4,-26],[9,-25],[0,-5],[-6,-19],[-3,-7],[-2,-6],[1,-9],[3,-13],[6,-16],[11,-22],[7,-3],[5,-3],[3,-4],[3,-5],[4,-10],[5,-3],[14,-1],[2,-2],[9,-17],[3,-3],[4,-2],[10,-1],[6,2],[5,-4],[4,-14],[9,-13],[5,-8],[7,-6],[6,-12],[12,-23],[14,-16],[10,-8],[12,0],[10,5],[7,0],[8,-11],[21,-6],[1,-4],[2,-12],[3,-12],[2,-3],[4,-1],[5,3],[8,5],[4,-2],[3,-4],[5,-12],[2,-8],[20,-12],[5,-3],[4,-6],[4,-9],[3,-13],[3,-4],[11,-11],[13,-12],[2,-5],[2,-13],[11,-2],[4,2],[2,4],[1,4],[-2,3],[-8,12],[-1,7],[8,29],[5,29],[-1,38],[0,17],[4,7],[4,2],[8,-4],[14,-4],[6,5],[3,7],[4,9],[4,4],[5,-1],[18,14],[7,3],[10,-16],[4,1],[2,8],[4,12],[6,12],[11,3],[18,1],[11,-2],[5,-1],[14,-13],[2,-2],[10,-28],[16,-30],[4,-4],[3,-1],[3,2],[3,5],[15,15],[14,8],[16,10],[17,3],[4,-2],[9,-13],[8,-13],[4,-5],[1,-10],[-3,-11],[2,-9],[8,-26],[2,-1],[10,8],[12,6],[3,-3],[7,-17],[2,-3],[10,-2],[11,-9],[15,-4],[4,-3],[1,-7],[-10,-32],[-1,-17],[-1,-29],[1,-6],[4,-6],[7,-4],[9,0],[7,2],[9,6],[13,1],[19,-9],[16,-25],[5,0],[6,7],[4,-1],[19,-28],[9,-21],[12,-20],[12,-6],[3,-6],[3,-15],[5,-8],[10,-4],[3,-9],[-2,-11],[-2,-5],[-4,-7],[-14,-8],[-13,-30],[-5,-9],[1,-10],[3,-9],[5,-11],[7,-37],[-1,-23],[1,-5],[9,-7],[5,-9],[2,-8],[-3,-42],[1,-4],[17,-24],[10,-18],[25,-23],[13,-23],[12,-29],[5,-3],[24,0],[6,-3],[4,-11],[4,-17],[16,-16],[9,-15],[4,-22],[7,-26],[4,-7],[5,-5],[5,-2],[4,-2],[6,0],[4,1],[17,-14],[4,-7],[8,-34],[7,-24],[0,-35],[3,-4],[6,1],[16,-11],[14,-13],[16,-3],[13,4],[4,-2],[2,-7],[1,-7],[3,-7],[4,-9],[17,-5],[21,1],[7,0],[6,-4],[14,-9],[12,-7],[8,-23],[2,-13],[2,-3],[3,1],[9,13],[6,7],[4,4],[5,-2],[7,-12],[8,-12],[4,-20],[5,-14],[-3,-22],[3,-13],[7,-1],[9,3],[6,1],[8,0],[6,-5],[7,3],[18,17],[16,16],[9,2],[12,-10],[10,-10],[10,-9],[18,2],[19,5],[13,2],[5,-4],[9,-13],[7,-4],[8,-1],[7,3],[7,2],[3,0],[1,-1],[5,-24],[8,-13],[11,-24],[7,-11],[22,-15],[7,-5],[40,-4],[13,5],[12,-2],[6,-4],[9,-8],[12,-30],[10,-15],[2,-17],[2,-9],[12,-15],[16,-19],[4,-12],[0,-26],[-5,-31],[2,-22],[15,-6],[13,3],[8,-3],[6,-9],[7,-20],[4,-22],[14,-13],[26,14],[10,13],[4,2],[6,-4],[4,-5],[4,-9],[1,-10],[-1,-9],[-3,-15],[0,-8],[3,-7],[10,-16],[15,-20],[28,-27],[20,-7],[3,-2],[2,-7],[3,-1],[12,4],[9,-5],[3,-4],[1,-5],[15,-10],[6,-2],[3,-3],[2,-5],[4,-13],[6,-11],[11,-22],[5,-6],[10,-10],[6,-20],[-2,-37],[-1,-30],[-5,-27],[-12,-34],[-11,-39],[-4,-20],[-4,-22],[-6,-22],[-8,-21],[-7,-28],[-6,-21],[-6,-23],[-7,-15],[-13,-7],[-13,-7],[-12,-14],[-11,-16],[-8,-16],[-2,-12],[2,-9],[9,-7],[14,-10],[18,-23],[12,-18],[5,-25],[-3,-38],[11,-21],[10,-23],[10,-3],[13,3],[4,6],[2,8],[3,14],[18,10],[12,0],[4,-7],[3,-11],[4,-4],[12,-1],[7,4],[7,12],[5,2],[20,-20],[11,-5],[12,-10],[6,-7],[4,-12],[6,-17],[11,-10],[6,-2],[10,4],[11,-7],[8,-8],[6,-19],[4,-7],[6,-7],[5,-3],[14,-9],[17,-7],[4,-7],[1,-12],[-1,-2],[-3,-5],[0,-10],[2,-7],[4,2],[7,8],[2,0],[2,0],[4,-4],[3,-7],[2,-8],[2,-4],[3,3],[10,16],[3,16],[3,17],[8,15],[26,48],[3,16],[5,22],[11,24],[5,6],[11,17],[4,3],[27,17],[6,3],[13,1],[6,-5],[8,-3],[8,1],[11,4],[10,8],[10,16],[5,8],[12,14],[8,8],[12,4],[8,-6],[7,-6],[8,-7],[9,-8],[7,-10],[8,-9],[6,-2],[12,6],[10,13],[9,12],[6,13],[10,20],[3,23],[2,11],[4,7],[7,5],[5,-1],[10,-9],[16,2],[13,-1],[9,-5],[3,-11],[2,7],[1,29],[-3,8],[-1,10],[3,13],[7,13],[3,10],[1,26],[1,39],[6,24],[4,27],[3,8],[8,10],[11,18],[12,17],[8,18],[13,10],[13,13],[12,17],[4,11],[2,12],[3,15],[4,15],[7,9],[5,1],[3,-3],[8,-7],[10,-3],[10,-16],[13,-15],[3,-3],[4,2],[9,12],[5,6],[20,0],[11,-3],[7,-9],[8,-33],[7,14],[6,4],[9,-6],[5,9],[6,34],[1,4],[10,-5],[58,-35],[15,-9],[17,-10],[13,-8],[8,-4],[18,-16],[8,-4],[4,1],[4,11],[0,8],[0,7],[-8,32],[-1,5],[-3,17],[-1,9],[-1,9],[-4,19],[-4,11],[-6,13],[-3,8],[0,8],[4,10],[8,26],[3,24],[3,8],[5,2],[8,-1],[9,1],[11,5],[9,7],[7,11],[5,17],[3,7],[3,2],[3,-3],[8,-24],[8,-23],[7,-13],[9,-12],[10,-5],[11,2],[12,5],[16,0],[13,-1],[9,-3],[8,-3],[14,-1],[13,2],[20,5],[12,7],[10,23],[4,5],[10,-8],[37,-43],[5,-6],[21,-48],[8,-4],[13,-15],[6,-13],[10,-29],[0,-8],[-10,-25],[-2,-19],[4,-53],[8,-16],[6,-24],[2,-24],[-2,-14],[1,-14],[6,-12],[3,-11],[2,-15],[0,-26],[2,-16],[2,-10],[3,-3],[5,-1],[6,-7],[11,-24],[5,-11],[5,-21],[8,-24],[7,-14],[5,-3],[4,2],[15,4],[9,0],[5,8],[1,11],[-1,30],[-4,19],[0,20],[8,21],[3,15],[4,51],[2,15],[2,20],[0,6],[0,10],[3,6],[15,0],[10,4],[3,8],[1,10],[2,15],[8,21],[3,18],[2,21],[-5,20],[0,5],[7,18],[2,9],[0,17],[-2,17],[1,17],[1,9],[6,12],[8,22],[2,7],[3,11],[5,20],[4,6],[8,3],[17,3],[14,-1],[9,-1],[9,7],[11,-1],[29,-3],[7,-2],[3,0],[10,-1],[7,-4],[10,-11],[18,-51],[6,-26],[2,-9],[5,-9],[13,-29],[6,-5],[5,-3],[20,-30],[3,-7],[2,-26],[3,-9],[12,-3],[28,15],[6,2],[3,5],[2,7],[1,17],[2,7],[21,17],[5,0],[7,-10],[14,-11],[9,-2],[8,5],[3,5],[4,3],[19,6],[6,1],[17,-6],[16,0],[2,-2],[9,-61],[11,-23],[13,-26],[8,-19],[18,-33],[22,-20],[4,-4],[24,-68],[9,-27],[4,-19],[5,-15],[10,-30],[2,-12],[2,-20],[2,-21],[4,-4],[6,1],[17,3],[10,-1],[2,-13],[4,-24],[0,-11],[-3,-8],[4,-11],[5,-11],[4,-9],[2,-11],[7,-33],[5,-7],[8,-8],[4,-1],[3,3],[5,15],[16,-36],[1,-21],[0,-53],[7,-38],[3,-33],[3,-6],[11,-16],[17,-1],[4,3],[8,14],[9,9],[32,24],[8,11],[5,17],[2,12],[6,15],[3,5],[19,7],[7,-13],[9,-24],[4,-5],[6,1],[25,17],[10,-11],[14,-12],[27,-13],[9,-3],[18,4],[9,7],[12,18],[4,6],[6,0],[5,-6],[5,-11],[14,-8],[3,0],[8,11],[10,3],[3,-1],[7,5],[10,20],[3,1],[15,-9],[3,-7],[1,-13],[2,-6],[7,-12],[4,-6],[4,-8],[2,-10],[2,-23],[1,-11],[-1,-17],[3,-9],[8,-12],[6,-10],[5,-12],[3,-1],[27,20],[15,-26],[4,-11],[4,-6],[4,-4],[12,13],[6,8],[1,4],[2,2],[16,-1],[3,3],[3,2],[2,-1],[3,-1],[5,-6],[3,-28],[8,-35],[5,-18],[11,-13],[16,-13],[7,-7],[5,1],[13,13],[5,2],[10,-3],[4,4],[4,8],[15,14],[17,8],[9,2],[-1,-29]]],"transform":{"scale":[0.0006729846984698227,0.0002530977097709763],"translate":[40.00757,41.055172499999856]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/GR.json b/dist-amd/map/TopoJSON/GR.json new file mode 100644 index 0000000000..9c1f88132a --- /dev/null +++ b/dist-amd/map/TopoJSON/GR.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0]]},{"type":"Polygon","arcs":[[1],[-1]]},{"type":"Polygon","arcs":[[2]]},{"type":"Polygon","arcs":[[3]]},{"type":"Polygon","arcs":[[4]]},{"type":"Polygon","arcs":[[5]]},{"type":"Polygon","arcs":[[6]]},{"type":"Polygon","arcs":[[7]]},{"type":"Polygon","arcs":[[8],[-7],[-4],[-3],[-6],[-5]]},{"type":"Polygon","arcs":[[9]]},{"type":"Polygon","arcs":[[10]]},{"type":"Polygon","arcs":[[11]]},{"type":"Polygon","arcs":[[12]]},{"type":"Polygon","arcs":[[13]]},{"type":"Polygon","arcs":[[14]]},{"type":"Polygon","arcs":[[15]]},{"type":"Polygon","arcs":[[16],[-15],[-13],[-10]]},{"type":"Polygon","arcs":[[17]]},{"type":"Polygon","arcs":[[18]]},{"type":"Polygon","arcs":[[19]]},{"type":"Polygon","arcs":[[20]]},{"type":"Polygon","arcs":[[21]]},{"type":"Polygon","arcs":[[22]]},{"type":"Polygon","arcs":[[23]]},{"type":"Polygon","arcs":[[24]]},{"type":"Polygon","arcs":[[25]]},{"type":"Polygon","arcs":[[26]]},{"type":"Polygon","arcs":[[27]]},{"type":"Polygon","arcs":[[28]]},{"type":"Polygon","arcs":[[29]]},{"type":"Polygon","arcs":[[30]]},{"type":"Polygon","arcs":[[31]]},{"type":"Polygon","arcs":[[32]]},{"type":"Polygon","arcs":[[33]]},{"type":"Polygon","arcs":[[34]]},{"type":"Polygon","arcs":[[35]]},{"type":"Polygon","arcs":[[36]]},{"type":"Polygon","arcs":[[37]]},{"type":"Polygon","arcs":[[38],[-34],[-25]]},{"type":"Polygon","arcs":[[39]]},{"type":"Polygon","arcs":[[40]]},{"type":"Polygon","arcs":[[41]]},{"type":"Polygon","arcs":[[42]]},{"type":"Polygon","arcs":[[43]]},{"type":"Polygon","arcs":[[44]]},{"type":"Polygon","arcs":[[45],[-45]]},{"type":"Polygon","arcs":[[46]]},{"type":"Polygon","arcs":[[47]]},{"type":"Polygon","arcs":[[48]]},{"type":"Polygon","arcs":[[49]]},{"type":"Polygon","arcs":[[50]]},{"type":"Polygon","arcs":[[51]]},{"type":"Polygon","arcs":[[52]]},{"type":"Polygon","arcs":[[53]]},{"type":"Polygon","arcs":[[54]]},{"type":"Polygon","arcs":[[55]]},{"type":"Polygon","arcs":[[56]]},{"type":"Polygon","arcs":[[57]]},{"type":"Polygon","arcs":[[58]]},{"type":"Polygon","arcs":[[59]]},{"type":"Polygon","arcs":[[60]]},{"type":"Polygon","arcs":[[61]]},{"type":"Polygon","arcs":[[62]]},{"type":"Polygon","arcs":[[63]]},{"type":"Polygon","arcs":[[64]]},{"type":"Polygon","arcs":[[65]]},{"type":"Polygon","arcs":[[66]]},{"type":"Polygon","arcs":[[67]]},{"type":"Polygon","arcs":[[68,69]]},{"type":"Polygon","arcs":[[70]]},{"type":"Polygon","arcs":[[71]]},{"type":"Polygon","arcs":[[72]]},{"type":"Polygon","arcs":[[73]]},{"type":"Polygon","arcs":[[74]]},{"type":"Polygon","arcs":[[75]]},{"type":"Polygon","arcs":[[76]]},{"type":"Polygon","arcs":[[77]]},{"type":"Polygon","arcs":[[78]]},{"type":"Polygon","arcs":[[79]]},{"type":"Polygon","arcs":[[80]]},{"type":"Polygon","arcs":[[81]]},{"type":"Polygon","arcs":[[82]]},{"type":"Polygon","arcs":[[83]]},{"type":"Polygon","arcs":[[84]]},{"type":"Polygon","arcs":[[85]]},{"type":"Polygon","arcs":[[-69,86,87,88]]},{"type":"Polygon","arcs":[[89]]},{"type":"Polygon","arcs":[[90,91]]},{"type":"Polygon","arcs":[[92]]},{"type":"Polygon","arcs":[[93]]},{"type":"Polygon","arcs":[[94]]},{"type":"Polygon","arcs":[[95]]},{"type":"Polygon","arcs":[[96]]},{"type":"Polygon","arcs":[[-88,97]]},{"type":"Polygon","arcs":[[98]]},{"type":"Polygon","arcs":[[99]]},{"type":"Polygon","arcs":[[100]]},{"type":"Polygon","arcs":[[101]]},{"type":"Polygon","arcs":[[102]]},{"type":"Polygon","arcs":[[103]]},{"type":"Polygon","arcs":[[104]]},{"type":"Polygon","arcs":[[105]]},{"type":"Polygon","arcs":[[106]]},{"type":"Polygon","arcs":[[107]]},{"type":"Polygon","arcs":[[108]]},{"type":"Polygon","arcs":[[109]]},{"type":"Polygon","arcs":[[110]]},{"type":"Polygon","arcs":[[-92,111,112,113]]},{"type":"Polygon","arcs":[[114],[-111],[-103],[-101],[-94],[-95],[-86],[-84],[-83],[-81],[-76],[-71],[-65],[-62],[-48],[-66],[-41],[-35],[-47],[-28],[-31],[-54],[-56]]},{"type":"Polygon","arcs":[[115]]},{"type":"Polygon","arcs":[[116]]},{"type":"Polygon","arcs":[[117]]},{"type":"Polygon","arcs":[[118]]},{"type":"Polygon","arcs":[[119,120,121,122]]},{"type":"Polygon","arcs":[[123]]},{"type":"Polygon","arcs":[[124]]},{"type":"Polygon","arcs":[[125]]},{"type":"Polygon","arcs":[[126]]},{"type":"Polygon","arcs":[[127]]},{"type":"Polygon","arcs":[[128]]},{"type":"Polygon","arcs":[[129]]},{"type":"Polygon","arcs":[[130],[-129],[-126],[-119],[-124]]},{"type":"Polygon","arcs":[[131,-113,132,-120,133]]},{"type":"Polygon","arcs":[[134]]},{"type":"Polygon","arcs":[[135]]},{"type":"Polygon","arcs":[[136]]},{"type":"Polygon","arcs":[[137]]},{"type":"Polygon","arcs":[[138]]},{"type":"Polygon","arcs":[[139]]},{"type":"Polygon","arcs":[[140]]},{"type":"Polygon","arcs":[[141]]},{"type":"Polygon","arcs":[[142]]},{"type":"Polygon","arcs":[[143]]},{"type":"Polygon","arcs":[[144]]},{"type":"Polygon","arcs":[[145]]},{"type":"Polygon","arcs":[[146]]},{"type":"Polygon","arcs":[[147]]},{"type":"Polygon","arcs":[[148],[-148]]},{"type":"Polygon","arcs":[[149],[-147]]},{"type":"Polygon","arcs":[[150,-134,-123,151,152,153]]},{"type":"Polygon","arcs":[[-152,-122,154,155,156]]},{"type":"Polygon","arcs":[[157]]},{"type":"Polygon","arcs":[[158]]},{"type":"Polygon","arcs":[[159]]},{"type":"Polygon","arcs":[[160],[-159]]},{"type":"Polygon","arcs":[[161,162]]},{"type":"Polygon","arcs":[[163,-153,-157,164]]},{"type":"Polygon","arcs":[[165]]},{"type":"Polygon","arcs":[[166],[-166]]},{"type":"Polygon","arcs":[[167]]},{"type":"Polygon","arcs":[[168,-155,-121,-133,-112,-91,-114,-132,-151,169,-163,170,171],[-168],[-160],[-158],[-140],[-139],[-136],[-138],[-137],[-130],[-106],[-85],[-78],[-72],[-74],[-75],[-68],[-61],[-60],[-52],[-36],[-40],[-50],[-53],[-57],[-44],[-43],[-38],[-37],[-49],[-79],[-77],[-73],[-98,-87,-70,-89],[-64],[-55],[-51],[-42],[-12],[-14],[-16],[-18],[-23],[-67],[-97],[-102],[-105],[-99],[-93],[-82],[-80],[-100],[-104],[-90],[-96],[-107],[-116],[-110],[-109],[-108],[-117],[-118],[-141],[-142],[-143],[-11],[-8],[-63],[-33],[-30],[-27],[-24],[-26],[-29],[-32],[-22],[-21],[-19],[-20],[-58],[-59],[-125],[-135],[-128],[-127],[-144],[-145],[-146]]},{"type":"Polygon","arcs":[[172,-171,-162,-170,-154,-164,173]]},{"type":"Polygon","arcs":[[-172,-173,174]]}]}},"arcs":[[[4654,235],[5,-2],[1,-1],[0,-1],[5,-3],[4,-2],[4,0],[0,-3],[1,-4],[0,-6],[-4,-4],[-2,-2],[-3,-8],[-1,-5],[-1,-8],[0,-1],[0,-2],[2,-6],[2,-5],[3,-5],[6,-7],[5,-4],[2,-6],[-3,-2],[-2,-1],[-4,-3],[-3,1],[-4,2],[-4,4],[-3,2],[-6,3],[-7,4],[-4,4],[-2,2],[-6,4],[-3,2],[-9,7],[-6,7],[-2,1],[-3,1],[-8,7],[-1,4],[-3,4],[0,2],[-4,10],[-3,3],[0,3],[3,0],[6,1],[10,-1],[3,2],[3,3],[0,6],[-1,9],[2,2],[10,-4],[7,-3],[3,0],[8,0],[5,0],[2,-1]],[[4573,477],[8,-2],[6,-3],[4,-2],[7,-3],[7,-4],[3,-2],[5,-4],[6,-5],[9,-8],[7,-5],[6,-6],[5,-6],[6,-6],[5,-7],[1,-2],[4,-7],[4,-8],[7,-8],[7,-5],[6,-5],[6,-6],[7,-4],[7,-4],[7,-4],[9,-5],[6,-4],[7,-5],[6,-5],[6,-6],[6,-6],[3,-3],[3,-4],[5,-7],[5,-9],[5,-8],[3,-8],[4,-9],[3,-8],[2,-8],[2,-9],[2,-9],[2,-9],[1,-9],[0,-10],[0,-4],[0,-5],[0,-11],[3,-9],[2,-9],[1,-9],[1,-10],[0,-9],[0,-9],[0,-9],[-1,-10],[-2,-9],[-2,-9],[-2,-8],[-3,-9],[-2,-5],[-2,-3],[-1,-4],[-3,-5],[-1,-2],[-3,-6],[-5,-7],[-6,-8],[-3,-5],[-2,-2],[-6,-6],[-6,-6],[-6,-5],[-9,-6],[-6,-5],[-7,-4],[-7,-3],[-7,-3],[-4,-1],[-4,-1],[-7,-2],[-8,-1],[-7,-1],[-8,0],[-8,1],[-7,1],[-9,2],[-7,3],[-7,3],[-7,3],[-7,4],[-7,5],[-8,7],[-4,3],[-5,3],[-6,4],[-6,4],[-6,5],[-5,3],[-7,4],[-6,5],[-6,6],[-5,6],[-7,5],[-7,6],[-2,3],[-6,6],[-5,7],[-5,7],[-5,6],[-2,4],[-3,6],[-4,8],[-5,7],[-4,8],[-4,8],[-3,8],[-3,9],[-2,9],[-2,9],[-2,9],[-1,9],[0,9],[0,2],[-4,5],[-4,5],[-5,7],[-10,16],[-4,8],[-4,8],[-4,8],[-2,9],[-3,8],[0,1],[-2,10],[-2,8],[0,4],[-1,10],[-1,9],[0,9],[1,10],[1,9],[1,9],[2,9],[2,9],[3,8],[4,9],[3,8],[5,7],[4,8],[5,7],[6,7],[6,6],[6,6],[6,5],[7,5],[7,4],[7,4],[7,3],[7,2],[8,2],[7,1],[8,1],[8,0],[8,-1],[8,-1],[2,-1],[5,-1]],[[6215,254],[1,-3],[1,-6],[0,-3],[-1,0],[-1,1],[-4,1],[-3,-2],[-5,-4],[-8,-5],[-2,-1],[-6,1],[-8,2],[-6,1],[-4,1],[-2,3],[0,2],[0,2],[4,6],[3,3],[1,1],[7,-1],[4,-3],[0,-2],[3,-1],[2,-1],[3,0],[5,1],[10,3],[1,2],[1,1],[1,1],[2,0],[1,0]],[[6601,351],[3,-3],[6,-3],[8,-2],[4,-2],[1,-1],[0,-1],[-1,-3],[-1,-2],[-2,-3],[-2,-2],[-9,-5],[-5,-1],[-9,9],[-1,5],[-1,8],[0,1],[1,1],[5,5],[1,1],[1,0],[1,-2]],[[6230,840],[0,-1],[5,-3],[6,-6],[-2,-4],[-4,-12],[1,-14],[-1,-8],[-2,-4],[-4,-1],[-7,-1],[-2,0],[-1,2],[0,1],[3,6],[3,11],[-2,10],[-3,5],[-1,1],[1,3],[1,9],[1,6],[1,1],[2,1],[5,-2]],[[5723,1084],[2,1],[4,-5],[5,-6],[2,-3],[9,-6],[5,-1],[-1,-6],[-5,-13],[-1,-7],[0,-3],[0,-3],[-2,-1],[-3,0],[-6,1],[-1,1],[-5,6],[-10,5],[-10,2],[-12,2],[-3,2],[-1,3],[0,4],[1,1],[1,1],[0,1],[2,-1],[6,3],[6,6],[5,3],[4,8],[1,3],[1,0],[3,3],[2,1],[1,-2]],[[6772,872],[1,-1],[1,-13],[-8,-11],[-7,-9],[-4,-5],[-2,-9],[-3,-6],[-3,-3],[-7,-3],[-8,-3],[-3,-3],[-3,-12],[4,-13],[1,-4],[1,-9],[1,-7],[1,-6],[1,-7],[1,-10],[0,-6],[-5,-3],[-1,-2],[-1,-4],[1,-3],[1,-3],[2,-2],[5,-10],[1,-2],[1,-3],[1,-1],[2,-1],[7,-4],[11,-5],[2,0],[4,5],[2,3],[2,6],[1,1],[3,1],[2,-2],[0,-4],[-1,-9],[1,-7],[0,-2],[-1,-3],[-4,-4],[-1,-2],[-7,-5],[-5,-1],[-3,1],[-4,2],[-2,0],[-8,-7],[0,-1],[-1,-2],[0,-2],[0,-9],[-1,-7],[-2,-6],[1,-6],[1,-4],[2,-4],[1,-1],[1,-6],[0,-7],[-2,-5],[-1,-4],[0,-2],[1,-4],[1,-4],[0,-1],[-1,-5],[-2,-5],[-5,-6],[-7,-4],[1,-7],[1,-6],[3,-3],[0,-2],[0,-1],[-6,-8],[-5,-6],[-2,-2],[-2,-4],[-1,-4],[-3,-6],[-4,-4],[-2,-4],[-1,-1],[0,-5],[0,-3],[-3,-5],[-3,-7],[-3,-5],[-4,-8],[-4,-2],[-4,1],[-5,-2],[-4,-5],[-2,-5],[-3,-5],[-3,-1],[-5,-4],[-5,-4],[0,-4],[-1,-1],[-4,-1],[-2,-1],[-4,2],[-10,0],[-12,-2],[-9,-3],[-7,-4],[-1,-6],[-1,-2],[-2,-1],[-1,-1],[-5,-2],[-3,0],[-10,-4],[-6,-1],[-4,0],[-6,1],[-7,-1],[-1,2],[-1,3],[0,1],[1,3],[2,3],[0,2],[-1,4],[-5,8],[-3,5],[-3,1],[-2,-1],[-4,3],[-9,1],[-4,1],[-6,-1],[-4,-1],[-5,-2],[-7,-2],[-10,-2],[-5,1],[-5,3],[-9,3],[-10,6],[-2,4],[-3,4],[-7,8],[-2,2],[-4,1],[-4,1],[-3,-1],[-7,-5],[-6,-5],[-5,-1],[-5,0],[-4,3],[-13,2],[-8,-1],[-4,-1],[-1,-1],[-9,-4],[-3,0],[-3,-1],[-5,0],[-3,-4],[-7,-2],[-9,-3],[-11,-4],[-11,-4],[-9,-2],[-2,0],[-2,-2],[-1,-1],[-9,-6],[-9,-5],[-6,-4],[-4,-2],[-5,-2],[-10,-2],[-3,-1],[-2,1],[-4,1],[-12,1],[-10,6],[-3,2],[-2,2],[-8,4],[-5,0],[-2,-1],[-3,-1],[-1,-3],[-4,-3],[-7,4],[-6,3],[-9,3],[-4,1],[-7,2],[-6,1],[-5,0],[-4,0],[-10,-3],[-1,-1],[-2,-3],[-2,-3],[-5,-3],[-1,-1],[-8,2],[-7,0],[-7,0],[-10,-1],[-8,1],[-6,0],[-4,0],[-2,-1],[-8,3],[-4,0],[-2,-1],[-10,-4],[-6,-7],[-1,-1],[-3,-1],[-7,0],[-5,-1],[-2,-1],[-3,-1],[0,-3],[-4,-3],[-3,-2],[-4,-1],[-2,0],[-2,2],[-2,1],[-3,1],[-2,0],[-8,0],[-2,-1],[-3,-2],[-7,-5],[-5,-5],[-7,2],[-6,1],[-10,3],[-8,2],[-16,4],[-4,0],[-7,0],[-3,-1],[-5,-1],[-8,-2],[-10,-2],[-1,-1],[-6,4],[-4,2],[-4,3],[-7,5],[-5,2],[-6,1],[-6,1],[-5,-1],[-5,-3],[-7,-6],[-4,-2],[-3,-1],[-9,-2],[-3,0],[-2,-2],[-3,-3],[-3,-2],[-2,-2],[-4,1],[-3,1],[-2,1],[-1,0],[-2,-1],[-6,-2],[-1,1],[-1,1],[-10,4],[-9,0],[-2,0],[0,-1],[0,-1],[-1,0],[-1,0],[-5,-3],[-4,-7],[-1,-1],[-1,-3],[-1,-5],[1,-2],[-5,-3],[-2,-1],[-9,-4],[-4,-4],[-4,-3],[-3,0],[-7,-1],[-6,-4],[-3,-1],[-5,-3],[-2,0],[-3,-1],[-9,-1],[-10,-6],[-3,-2],[-2,0],[-5,1],[-1,4],[0,3],[-8,2],[-11,2],[-7,1],[-8,-1],[-8,-1],[-5,0],[-5,-2],[-5,-4],[-6,-2],[-6,-9],[-8,-7],[-2,-1],[-1,-1],[-2,-1],[-3,-1],[-3,1],[-9,3],[-8,1],[-2,1],[-2,0],[-7,3],[-5,1],[-12,1],[-2,1],[-2,0],[-4,-2],[-2,-2],[-1,-2],[-5,-3],[-4,-3],[-10,-3],[-9,0],[-9,1],[-6,1],[-9,2],[-11,-2],[-4,-2],[-1,-1],[0,-1],[1,-7],[-2,-1],[-5,1],[-2,1],[-2,3],[-1,4],[-5,2],[-5,1],[-8,-1],[-5,-2],[-7,-3],[-6,0],[-4,2],[-7,3],[-5,-1],[-2,-1],[-1,0],[-3,-1],[-5,2],[-4,3],[-2,1],[-8,3],[-2,1],[-10,2],[-9,2],[-10,2],[-1,0],[-1,-1],[-2,-1],[-11,-2],[-3,0],[-3,-1],[-6,-1],[-3,-1],[-3,-4],[-3,-4],[-2,-3],[-3,-4],[-4,-2],[-4,0],[-10,-1],[-6,6],[-8,-3],[-6,-3],[-3,-1],[-5,3],[-5,0],[-4,-2],[-3,-2],[-4,-1],[-1,1],[-1,1],[1,13],[1,2],[1,1],[6,3],[3,4],[4,4],[1,4],[2,5],[2,9],[-5,8],[-1,1],[-1,4],[0,1],[2,4],[2,8],[1,14],[-1,6],[-4,9],[1,10],[0,4],[0,1],[1,2],[4,1],[5,1],[3,2],[0,3],[0,11],[0,7],[-4,30],[-2,10],[-2,8],[-2,10],[-2,6],[-5,15],[-5,6],[-1,1],[-4,3],[-5,6],[-1,1],[-3,3],[-4,0],[-5,-1],[-5,1],[-2,1],[-6,4],[-5,1],[-6,-2],[-1,-1],[-1,-1],[-5,1],[-4,3],[-3,1],[-2,0],[-1,1],[-3,-1],[-4,-1],[-5,0],[-6,0],[-7,-1],[-12,1],[-8,2],[-12,2],[-3,1],[-3,0],[-9,-2],[-4,-2],[-2,-1],[-3,1],[-4,3],[-3,4],[-3,3],[-1,1],[-3,0],[-2,0],[-5,-5],[-3,-1],[-3,-1],[-1,2],[1,0],[1,0],[1,1],[-1,3],[-1,5],[-1,2],[-3,4],[-5,7],[-5,10],[-3,3],[-7,10],[-6,8],[-6,6],[-3,2],[-3,1],[-13,3],[-10,5],[-7,2],[-10,-2],[-5,-3],[-3,0],[-5,1],[-4,1],[-3,2],[-6,3],[-7,6],[-3,3],[-9,3],[-4,2],[-1,1],[0,2],[-1,2],[-4,3],[-5,3],[-1,0],[-4,0],[-6,2],[-6,4],[4,4],[4,3],[0,1],[0,3],[-2,5],[-2,3],[-2,2],[-6,4],[-6,2],[-2,-2],[-2,-1],[-4,-1],[-6,-1],[-8,-5],[-4,-4],[-3,-3],[-4,0],[-2,1],[-1,0],[-9,5],[-7,3],[-1,1],[-6,-2],[-12,-3],[-3,-2],[-9,-6],[-2,-2],[-3,-4],[-2,-1],[-2,-1],[-1,-1],[-2,2],[-1,0],[-8,4],[-6,2],[-7,1],[-7,2],[-10,0],[-3,-2],[-5,-1],[-3,1],[-2,5],[-4,3],[-6,5],[-5,4],[-8,7],[-8,4],[-9,0],[-1,-1],[-4,-1],[-5,-4],[-2,-1],[-2,1],[-5,0],[-3,0],[-1,0],[-1,-1],[-4,-3],[-4,-2],[-7,1],[-7,3],[-1,4],[0,3],[-1,2],[-2,2],[-10,0],[-10,-2],[-4,-1],[-4,-1],[-4,0],[-4,1],[-4,2],[-4,2],[-2,0],[-1,-1],[-4,-2],[-9,-2],[-11,-3],[-3,-3],[-4,-2],[-3,-1],[-6,2],[-8,1],[-8,2],[-6,4],[-3,3],[-4,4],[-4,11],[-5,10],[-2,2],[-3,4],[-4,5],[-4,2],[-10,4],[-2,-1],[-6,0],[-7,-3],[-8,1],[-3,0],[-1,-2],[-4,-3],[-1,-1],[-3,-1],[-4,-1],[-11,-3],[-2,0],[-2,-1],[-4,2],[-3,4],[-3,3],[-2,2],[-4,1],[-6,2],[-4,3],[-5,3],[-4,2],[-5,1],[-5,-1],[-4,-1],[-3,0],[-1,0],[-3,1],[-1,1],[-8,5],[-8,3],[-7,4],[-8,3],[-2,0],[-5,0],[-9,1],[-6,-1],[-3,-2],[-8,-9],[-9,-10],[-3,-2],[-12,0],[-5,0],[-3,2],[-1,4],[-1,2],[-3,2],[-6,2],[-3,0],[-10,-2],[-3,1],[-5,2],[-1,-1],[-3,-1],[-5,-3],[-2,0],[-5,3],[-5,1],[-3,0],[-7,-2],[-4,-2],[-8,-6],[-2,-3],[0,-5],[-1,-4],[-2,-1],[-5,1],[3,5],[1,1],[0,1],[-1,3],[-1,1],[-3,4],[-6,3],[-5,2],[-4,-1],[-9,-1],[-3,-1],[-3,-1],[-4,-2],[-11,-3],[-12,0],[-11,3],[-1,1],[-5,2],[-4,-1],[-1,-3],[0,-2],[0,-1],[-1,-1],[-2,1],[-5,4],[-7,8],[0,1],[-1,2],[-1,5],[0,2],[1,3],[3,2],[1,1],[1,3],[1,6],[-1,2],[-1,3],[-2,3],[-9,5],[-5,3],[-1,0],[-4,0],[-4,-1],[-3,0],[-1,0],[-4,2],[-1,2],[-1,0],[-1,0],[-3,5],[-3,4],[-1,5],[-5,11],[-6,7],[-4,10],[1,5],[2,8],[3,5],[9,3],[4,2],[6,2],[1,1],[1,2],[1,1],[1,2],[0,8],[0,1],[-2,3],[-2,-1],[-2,0],[-3,0],[-2,3],[-3,7],[2,8],[1,5],[1,4],[-2,5],[-1,1],[-4,6],[-1,3],[0,3],[0,2],[2,6],[3,7],[0,6],[-1,6],[3,5],[2,3],[4,5],[6,6],[-1,5],[-2,6],[-2,3],[0,5],[2,6],[7,4],[7,1],[2,4],[5,9],[0,2],[0,11],[1,4],[1,7],[0,5],[-2,4],[-1,0],[-2,-1],[-2,0],[-4,0],[-2,4],[-1,2],[0,2],[-1,11],[-1,6],[1,4],[1,2],[8,8],[5,6],[4,3],[2,2],[3,5],[1,8],[0,3],[0,5],[-3,9],[-1,2],[-4,5],[-1,13],[-2,14],[1,11],[1,2],[1,2],[2,7],[1,7],[5,11],[3,8],[0,5],[0,7],[0,4],[0,2],[0,3],[-2,10],[-2,2],[0,1],[-2,8],[1,2],[2,0],[3,-2],[2,-2],[1,-2],[1,-3],[1,-5],[0,-2],[0,-2],[1,0],[2,4],[1,5],[0,8],[1,11],[2,5],[4,11],[0,5],[-2,8],[-3,8],[0,1],[1,3],[1,-1],[3,-1],[1,-3],[1,-5],[5,-11],[1,-6],[0,-7],[0,-8],[-3,-7],[-2,-5],[1,-8],[0,-2],[1,-2],[1,-9],[0,-5],[1,-4],[5,-5],[1,-5],[0,-5],[-1,-5],[-1,-4],[0,-2],[1,-12],[0,-12],[0,-6],[-1,-6],[1,-6],[0,-1],[1,-1],[8,-4],[10,-4],[6,-8],[2,-4],[4,-5],[2,-2],[8,-2],[20,0],[8,2],[16,3],[10,4],[5,2],[1,1],[3,4],[1,4],[1,3],[0,9],[2,12],[2,13],[1,2],[1,7],[0,1],[-3,7],[-1,3],[-1,3],[0,3],[1,13],[-4,13],[-5,8],[-2,4],[-3,14],[0,6],[-2,11],[0,3],[1,3],[1,0],[3,3],[3,7],[0,1],[-1,3],[-6,12],[-2,11],[-2,5],[1,4],[3,14],[3,14],[5,10],[6,9],[1,1],[2,3],[3,8],[3,6],[0,1],[3,5],[1,2],[9,-10],[3,-2],[2,-1],[6,-6],[6,-8],[8,-8],[1,-2],[0,-1],[-3,-4],[-3,-5],[-3,-5],[-1,-3],[-1,-4],[0,-7],[1,-3],[2,-8],[3,-6],[3,-12],[1,-4],[0,-4],[0,-8],[1,-9],[2,-10],[1,-8],[1,-4],[0,-3],[0,-12],[0,-13],[-1,-12],[1,-9],[1,-6],[-1,-6],[0,-4],[0,-2],[2,-3],[8,-6],[16,-6],[8,-2],[3,-1],[2,1],[7,1],[4,0],[2,-1],[3,-3],[1,-2],[1,-3],[3,-3],[32,-7],[11,-1],[9,-2],[11,-1],[3,0],[1,0],[3,-1],[5,1],[5,0],[3,2],[4,-1],[4,-2],[2,-3],[7,-4],[8,-1],[1,0],[11,0],[11,3],[3,2],[6,2],[2,0],[2,-3],[0,-1],[-1,-2],[1,-3],[2,-1],[8,1],[3,2],[3,2],[9,3],[6,3],[-1,1],[-2,0],[-3,-1],[0,1],[4,0],[3,0],[0,-2],[0,-1],[2,-2],[1,-1],[2,1],[1,0],[4,2],[9,6],[4,8],[2,14],[1,13],[1,7],[6,1],[4,-1],[8,0],[8,1],[5,0],[1,1],[1,3],[0,1],[-1,8],[-6,7],[-4,7],[-3,14],[1,6],[6,6],[2,2],[3,1],[9,0],[4,3],[1,3],[2,2],[2,1],[6,2],[8,3],[3,0],[3,0],[8,-4],[4,-2],[10,-6],[11,-3],[6,-1],[4,-2],[5,-3],[1,-1],[2,-3],[2,-7],[2,-5],[3,-7],[5,-7],[3,-10],[2,-12],[3,-8],[3,-7],[0,-2],[-2,-4],[-1,-3],[-2,-4],[-2,-4],[-2,-3],[-7,-12],[-1,-11],[-4,-4],[-4,-2],[-1,0],[-4,-2],[-5,-4],[2,-4],[0,-1],[-1,-4],[-6,0],[-5,-1],[-3,4],[-4,1],[-3,0],[-3,-1],[-2,1],[-4,1],[-9,4],[-9,2],[-5,4],[-4,2],[-3,0],[-3,-1],[-4,-1],[-5,0],[-3,0],[-2,1],[-1,1],[-5,0],[-6,-2],[-10,-7],[-1,-1],[-1,-8],[1,-3],[2,-2],[2,-2],[2,0],[7,0],[1,0],[6,-2],[7,-3],[4,-2],[6,-4],[8,-4],[2,-2],[1,-1],[2,-4],[1,-1],[4,-2],[3,-1],[10,-1],[1,0],[3,0],[4,1],[4,1],[3,2],[2,-1],[2,-1],[1,-3],[2,-4],[2,-4],[5,-5],[7,-7],[4,-4],[11,-4],[1,0],[8,1],[5,2],[3,3],[1,4],[2,8],[3,1],[2,0],[2,1],[2,-2],[3,-3],[1,1],[4,3],[1,2],[2,3],[2,3],[2,2],[2,2],[2,1],[2,1],[3,1],[3,-5],[1,-4],[5,-7],[2,-1],[5,-9],[1,-6],[0,-6],[0,-7],[-2,-8],[-1,-1],[-2,-4],[0,-2],[2,-5],[2,-2],[2,-4],[2,-5],[1,-8],[0,-16],[-2,-12],[-2,-5],[-1,-4],[-1,-11],[0,-1],[1,-3],[3,-14],[1,-5],[1,-2],[2,-2],[13,-6],[6,-1],[10,-3],[6,0],[10,-1],[3,-1],[2,1],[2,-1],[4,0],[11,-2],[9,0],[7,0],[5,1],[4,0],[1,1],[4,5],[2,4],[2,2],[1,1],[3,2],[6,0],[3,-2],[9,1],[2,1],[2,1],[1,1],[2,0],[3,0],[1,-1],[1,-4],[4,0],[1,1],[3,3],[2,4],[4,2],[5,1],[5,0],[4,0],[7,2],[4,-1],[4,-2],[1,-2],[2,-2],[2,-1],[2,1],[3,0],[2,1],[4,2],[0,1],[4,2],[4,1],[11,-3],[7,1],[9,1],[17,3],[12,2],[14,4],[7,3],[7,3],[4,1],[3,2],[8,0],[3,1],[6,4],[3,2],[7,2],[7,3],[8,6],[8,9],[8,9],[3,3],[6,5],[2,1],[2,1],[1,0],[0,2],[0,2],[0,1],[1,2],[2,1],[2,0],[10,1],[4,0],[9,-1],[12,-1],[4,3],[4,5],[11,1],[5,-1],[7,0],[9,1],[3,0],[2,0],[1,-1],[1,-1],[0,-2],[2,-3],[6,-1],[8,2],[9,-4],[3,-1],[2,0],[6,0],[2,2],[2,1],[4,0],[1,0],[2,-2],[-1,-3],[-1,-4],[-1,-3],[0,-3],[1,-1],[1,-1],[2,-2],[4,2],[6,3],[4,1],[10,-2],[10,1],[4,2],[3,-3],[4,-4],[1,0],[7,2],[9,2],[7,1],[5,1],[4,0],[4,-1],[1,1],[2,7],[-1,3],[3,3],[3,3],[4,1],[6,-5],[3,-3],[3,-2],[2,0],[5,-3],[2,-1],[2,-2],[3,-3],[3,-4],[4,-1],[3,1],[3,4],[1,-1],[1,-1],[0,-1],[1,-1],[3,0],[4,1],[4,1],[6,-2],[6,-5],[3,1],[3,1],[0,1],[2,5],[2,8],[1,6],[3,9],[3,4],[7,-9],[9,-9],[4,-1],[2,0],[4,3],[9,4],[7,2],[2,0],[2,-2],[0,-5],[-2,-4],[1,-3],[0,-7],[0,-1],[1,-1],[3,-2],[6,-3],[7,0],[5,-1],[2,-4],[0,-2],[1,-8],[-2,-2],[-1,-1],[-3,-9],[-1,-4],[0,-6],[2,-8],[0,-9],[1,-4],[0,-4],[1,-2],[3,-6],[3,-10],[0,-1],[6,-3],[6,-2],[11,-2],[4,0],[20,-1],[4,1],[6,0],[3,1],[3,0],[3,2],[3,1],[2,0],[7,1],[5,2],[5,5],[2,1],[5,3],[-5,-3],[-4,-5],[-1,-2],[12,-1],[2,0],[3,1],[10,3],[12,1],[8,0],[1,-1],[3,-7],[2,-6],[0,-2],[1,-1],[1,-1],[5,-1],[13,1],[1,0],[5,2],[6,-1],[5,-3],[10,0],[9,1],[4,0],[6,0],[6,0],[4,1],[2,1],[12,0],[15,2],[3,2],[10,-2],[7,1],[6,0],[5,0],[10,2],[9,0],[6,1],[6,2],[5,0],[6,-1],[8,-1],[0,-3],[1,-6],[1,-7],[1,-4],[7,-12],[3,-4],[3,-2],[3,-4],[4,-2],[5,-2],[3,0],[3,-4],[2,-5],[0,-3],[2,-3],[3,-1],[9,-2],[7,-1],[6,0],[6,1],[7,2],[13,1],[9,2],[2,1],[1,1],[1,0],[3,2],[10,7],[5,4],[2,2],[5,1],[8,0],[2,1],[4,5],[2,4],[5,4],[3,3],[6,2],[3,0],[6,-2],[5,-1],[4,0],[4,1],[4,2],[2,1],[5,5],[1,2],[4,4],[4,2],[2,0],[4,0],[7,3],[6,2],[5,2],[8,1],[11,3],[7,2],[5,2],[2,3],[3,2],[4,2],[4,0],[4,-4],[5,-4],[1,-1],[8,-4],[7,-3],[8,0],[3,-1],[1,1],[6,3],[3,0],[6,0],[2,0],[9,0],[5,-3],[7,3],[2,1],[4,-2],[5,0],[5,1],[7,3],[3,1],[1,-5],[-2,-12],[-1,-4],[-1,-2],[-2,-5],[-2,-3],[-2,-2],[-2,-1],[-6,-6],[-2,-2],[-7,-4],[-4,-2],[-4,-2],[-5,-2],[-2,-2],[0,-2],[1,-7],[1,-4],[-1,-13],[-3,-10],[-3,-13],[0,-1],[0,-5],[2,-3],[7,-6],[0,-8],[0,-2],[0,-1],[0,-8],[0,-3],[1,-2],[2,-5],[4,-7],[1,0],[0,-1],[-2,-3],[-4,-5],[-2,-2],[-1,-1],[-6,-1],[-7,-3],[-2,-2],[-2,-10],[0,-4],[1,-1],[3,0],[1,-1],[1,-5],[1,-4],[0,-2],[-3,-4],[0,-4],[2,-7],[0,-5],[-4,-3],[-4,-11],[-1,-3],[1,-3],[2,-10],[4,-4],[4,-10],[4,-10],[3,-4],[1,-6],[0,-6],[-1,-3],[0,-2],[-2,-1],[0,-1],[0,-2],[0,-1],[2,-2],[2,-1],[2,-1],[2,-1],[2,0],[10,2],[9,-2],[6,-3],[4,-3],[3,-2],[3,-1],[1,-1],[3,0],[6,-1],[6,-8],[5,0],[4,0],[3,0],[2,-5],[8,-1],[9,9],[3,5],[1,2],[3,9],[3,6],[4,5],[3,5],[4,9],[0,4],[0,4],[3,4],[2,4],[4,4],[3,1],[1,0],[10,-4],[8,2],[1,1],[2,2],[1,2],[2,3],[8,11],[1,4],[-1,6],[0,1],[3,8],[2,4],[1,-1],[9,-6],[7,-4],[9,-1],[7,0],[10,1],[5,1],[2,1],[4,3],[1,6],[1,3],[5,12],[0,1],[3,2],[4,0],[3,0],[1,-2],[0,-3],[1,-2],[2,-1],[1,0],[5,2],[3,1],[12,2],[6,6],[1,4],[0,5],[4,9],[3,3],[5,5],[6,8],[6,5],[4,1],[4,-2],[1,-2],[1,-3],[2,-1],[1,0],[7,-1],[4,4],[1,5],[1,3],[4,3],[2,1],[3,0],[0,-1],[0,-2],[-6,-5],[1,-3],[3,-5],[4,-5],[1,-1],[1,0],[11,-1],[6,1],[6,1],[7,3],[1,1],[2,2],[2,4],[4,1],[7,-5],[0,-2],[-1,-3],[-3,-8],[-2,-5],[-2,-3],[-2,-2],[0,-1],[1,-2],[2,-3],[4,-3],[3,-2],[10,-3],[3,-2],[5,-2],[3,-1],[4,1],[7,1],[6,1],[6,3],[5,2],[3,2],[0,5],[2,2],[5,6],[5,11],[3,5],[3,3],[2,1],[4,2],[2,1],[1,2],[3,4],[3,4],[1,5],[2,2],[6,2],[5,8],[4,5],[1,2],[0,3],[-2,5],[-2,0],[-1,3],[1,2],[1,4],[3,3],[5,3],[2,3],[-3,5],[1,4],[2,3],[2,1],[7,2],[4,-6],[0,-3],[0,-1],[1,-1],[5,-2],[1,0],[1,1],[1,0],[0,3],[-1,3],[3,4],[1,1],[4,1],[2,0],[8,2],[6,4],[6,0],[2,2],[1,2],[-2,4],[-4,0],[-2,1],[-3,0],[-1,0],[-2,3],[-1,1],[0,2],[2,2],[1,0],[3,2],[6,1],[8,1],[4,0],[2,1],[0,1],[-3,5],[-1,0],[-6,-1],[-5,0],[-3,1],[0,6],[5,2],[9,3],[4,2],[3,2],[6,2],[2,0],[0,-1]],[[3859,1707],[0,-1],[3,-2],[6,-9],[6,-9],[4,-5],[4,1],[6,2],[6,1],[4,-4],[3,-5],[3,-6],[2,-9],[3,-11],[3,-12],[1,-9],[1,-8],[0,-5],[0,-2],[0,-8],[2,-9],[0,-1],[0,-2],[-3,-5],[-2,1],[-1,1],[-1,3],[-2,6],[-2,6],[-1,2],[0,1],[-8,4],[-5,4],[-2,2],[-9,10],[-2,3],[-1,3],[-3,10],[-1,5],[-3,9],[-3,9],[-4,13],[-1,4],[-3,8],[-1,7],[-1,4],[1,1],[0,2],[1,1],[0,-1]],[[6668,1106],[8,-3],[7,-3],[7,-4],[7,-4],[6,-5],[7,-5],[2,-2],[4,-5],[7,-8],[5,-6],[4,-7],[5,-7],[4,-8],[4,-8],[1,-3],[2,-7],[4,-4],[8,1],[11,0],[8,0],[8,0],[8,-1],[7,-1],[8,-2],[7,-3],[7,-3],[8,-4],[6,-4],[5,-3],[6,-5],[6,-6],[6,-6],[6,-6],[5,-7],[5,-7],[5,-7],[4,-8],[4,-9],[3,-8],[3,-9],[2,-9],[3,-11],[4,-7],[5,-8],[2,-6],[3,-6],[3,-9],[3,-8],[2,-9],[2,-9],[1,-9],[1,-5],[0,-5],[0,-9],[0,-10],[-1,-9],[-1,-9],[-2,-10],[0,-3],[-2,-6],[-3,-9],[-3,-8],[-3,-8],[-4,-8],[-5,-8],[-5,-7],[-4,-5],[1,-10],[0,-9],[-1,-9],[0,-9],[-1,-9],[-1,-9],[-1,-4],[-1,-5],[-2,-9],[-3,-9],[-3,-8],[-3,-9],[-2,-3],[-3,-5],[-4,-8],[-3,-4],[-3,-5],[-5,-11],[-1,-5],[-1,-9],[-3,-14],[-2,-9],[-3,-9],[-2,-7],[-1,-9],[-2,-9],[-3,-8],[-3,-9],[-4,-8],[-4,-8],[-4,-8],[-4,-6],[-4,-5],[-4,-12],[-2,-9],[-2,-9],[-2,-9],[-4,-8],[-3,-8],[-4,-8],[-5,-8],[-4,-7],[-6,-7],[-5,-6],[-3,-3],[-3,-3],[-6,-6],[-7,-5],[-8,-6],[-6,-3],[-4,-13],[-1,-9],[-1,-9],[-2,-9],[-2,-9],[0,-3],[-2,-6],[-3,-9],[-4,-8],[-4,-8],[-4,-8],[-5,-7],[-5,-7],[-6,-6],[-7,-8],[-8,-7],[-7,-5],[-5,-5],[-5,-6],[-4,-4],[-3,-2],[-6,-5],[-7,-4],[-7,-4],[-7,-4],[-7,-2],[-8,-3],[-7,-1],[-8,-1],[-7,-1],[-8,1],[-8,1],[-7,1],[-8,2],[-7,3],[-7,3],[-7,4],[-7,4],[-5,4],[-2,1],[-6,5],[-6,7],[-6,6],[-5,7],[-5,7],[-5,8],[-4,7],[-3,9],[-4,8],[-2,9],[-3,9],[-1,9],[-2,8],[-2,5],[-1,9],[-1,5],[-10,3],[-7,2],[-11,4],[-7,3],[-7,3],[-7,4],[-5,3],[-6,0],[-5,-4],[-7,-4],[-7,-4],[-4,-2],[-3,-1],[-7,-3],[-8,-2],[-7,-2],[-9,-2],[-7,-5],[-7,-4],[-4,-5],[2,-9],[1,-9],[1,-1],[0,-10],[1,-9],[0,-9],[-1,-9],[-1,-10],[-2,-9],[-2,-9],[-3,-8],[-2,-8],[-1,-2],[-4,-9],[-4,-8],[-4,-7],[-5,-8],[-4,-5],[-1,-2],[-6,-6],[-6,-6],[-6,-6],[-6,-5],[-7,-4],[-7,-4],[-7,-4],[-7,-2],[-8,-3],[-8,-3],[-10,-4],[-8,-3],[-3,-1],[-6,-2],[-7,-2],[-8,-1],[-8,0],[-5,0],[-11,0],[-8,1],[-5,1],[-3,1],[-8,2],[-6,2],[-6,1],[-7,3],[-7,3],[-7,4],[-2,1],[-7,4],[-6,5],[-6,5],[-3,2],[-4,4],[-6,7],[-5,6],[-5,8],[-5,8],[-3,6],[-2,4],[-4,8],[-3,8],[-3,9],[-2,9],[-2,9],[0,2],[-1,8],[-1,7],[0,3],[-1,9],[1,10],[0,9],[-2,4],[-12,-1],[-9,-3],[-7,-2],[-9,-2],[-7,-1],[-7,0],[-8,0],[-7,1],[-9,1],[-8,1],[-7,1],[-8,2],[-7,3],[-4,1],[-5,0],[-4,-1],[-8,-1],[-8,-1],[-7,0],[-8,1],[-7,2],[-8,2],[-8,2],[-7,-4],[-8,-2],[-4,-2],[-4,-1],[-8,-2],[-7,-1],[-11,-4],[-11,-8],[-6,-5],[-7,-4],[-7,-4],[-7,-3],[-7,-3],[-7,-3],[-8,-1],[-7,-1],[-1,0],[-8,-3],[-10,-4],[-10,-3],[-7,-2],[-7,-2],[-8,-1],[-8,0],[-9,0],[-3,0],[-6,1],[-7,1],[-11,-2],[-7,-4],[-7,-4],[-7,-4],[-7,-3],[-7,-2],[-8,-2],[-7,-1],[-8,0],[-8,0],[-7,1],[-8,1],[-8,2],[-7,0],[-7,-3],[-8,-2],[-7,-2],[-8,-1],[-10,0],[-8,0],[-9,-1],[-7,-2],[-8,-2],[-8,-1],[-8,-1],[-2,0],[-5,0],[-8,1],[-5,1],[-7,1],[-6,-1],[-8,0],[-5,0],[-5,0],[-7,0],[-9,1],[-8,1],[-8,1],[-8,2],[-7,2],[-8,2],[-6,-3],[-3,-1],[-4,-2],[-7,-3],[-7,-2],[-8,-2],[-8,-3],[-7,-1],[-8,-1],[-7,-1],[-8,0],[-8,1],[-7,1],[-6,2],[-7,0],[-8,1],[-5,0],[-8,0],[-7,0],[-3,1],[-6,1],[-7,2],[-8,2],[-7,3],[-4,3],[-4,2],[-7,4],[-7,5],[-6,5],[-6,6],[-6,6],[-5,6],[-5,7],[-5,8],[-3,6],[-1,2],[-4,8],[-3,8],[-3,9],[-2,9],[-2,9],[-6,3],[-4,-1],[-4,-1],[-8,0],[-7,0],[-7,0],[-7,1],[-8,1],[-6,2],[-8,1],[-7,3],[-7,3],[-7,4],[-8,4],[-7,5],[-4,4],[-3,2],[-6,6],[-5,6],[-6,6],[-5,8],[-5,7],[-4,8],[-4,8],[-3,9],[-3,8],[-1,4],[-1,5],[-2,9],[-2,9],[0,10],[-1,9],[0,9],[1,9],[1,10],[1,9],[2,9],[3,8],[0,4],[-4,8],[-3,1],[-8,1],[-7,2],[-5,1],[-6,2],[-7,2],[-8,2],[-7,3],[-7,4],[-7,4],[-6,5],[-3,2],[-4,3],[-3,3],[-2,1],[-3,2],[-8,3],[-7,3],[-7,3],[-1,1],[-6,1],[-6,-3],[-7,-2],[-8,-3],[-7,-2],[-8,-1],[-6,0],[-5,0],[-5,0],[-8,0],[-7,2],[-7,1],[-6,1],[-4,-1],[-4,0],[-11,0],[-8,1],[-7,1],[-8,2],[-7,2],[-7,3],[-7,4],[-7,4],[-10,3],[-8,-1],[-8,0],[-15,2],[-8,1],[-8,2],[-11,1],[-4,-1],[-8,-2],[-7,-1],[-8,-1],[-8,0],[-7,1],[-8,1],[-9,0],[-7,1],[-7,1],[-8,1],[-10,2],[-8,2],[-12,4],[-7,3],[-7,3],[-7,4],[-5,4],[-6,4],[-3,2],[-4,4],[-7,6],[-4,-1],[-3,0],[-7,0],[-8,-1],[-7,1],[-8,1],[-7,2],[-8,2],[-7,3],[-7,4],[-7,4],[-9,5],[-8,1],[-10,2],[-9,-1],[-8,-3],[-7,-2],[-8,-2],[-9,-2],[-8,-2],[-7,-1],[-8,-1],[-8,0],[-7,1],[-4,0],[-6,1],[-8,2],[-10,-1],[-7,-3],[-10,-4],[-4,-1],[-4,-1],[-7,-2],[-8,-1],[-7,-1],[-8,0],[-8,0],[-7,2],[-8,1],[-7,3],[-4,1],[-4,2],[-4,2],[-6,1],[-5,0],[-8,0],[-7,2],[-11,0],[-7,1],[-8,1],[-7,2],[-2,0],[-7,3],[-7,2],[-10,5],[-6,4],[-7,5],[-7,5],[-6,5],[-8,9],[-6,6],[-6,7],[-6,4],[-7,4],[-7,4],[-7,4],[-6,5],[-6,6],[-4,3],[-5,6],[-6,7],[-5,7],[-2,3],[-3,4],[-4,8],[-4,8],[-3,8],[-3,9],[-3,8],[-2,9],[-1,9],[-2,10],[-2,12],[-2,11],[-2,8],[-2,10],[-1,9],[0,9],[0,10],[0,9],[1,11],[1,9],[2,9],[2,6],[1,3],[3,9],[3,8],[4,9],[0,7],[1,10],[1,10],[0,8],[0,5],[0,6],[1,10],[1,9],[2,9],[3,9],[3,8],[3,9],[4,11],[2,9],[3,14],[-1,4],[0,9],[1,6],[0,11],[1,8],[-1,6],[-2,5],[-7,3],[-7,4],[-7,5],[-6,5],[-6,6],[-6,6],[-6,6],[-5,7],[-5,8],[-4,7],[-4,8],[-3,9],[-3,8],[-3,9],[-2,9],[-1,9],[-1,9],[-1,10],[0,9],[0,4],[0,6],[1,9],[2,9],[2,9],[2,9],[5,15],[2,5],[2,4],[3,8],[2,4],[4,7],[5,8],[5,7],[6,7],[5,6],[6,5],[7,6],[6,4],[7,5],[7,3],[8,3],[2,1],[5,2],[8,2],[7,1],[5,7],[3,8],[5,8],[4,7],[5,7],[6,7],[6,6],[6,6],[6,5],[7,5],[7,4],[7,4],[7,3],[7,2],[8,2],[4,1],[4,0],[8,1],[7,0],[6,0],[6,-1],[4,-1],[7,-1],[8,-3],[10,-4],[5,1],[4,8],[4,8],[5,8],[5,7],[5,6],[6,7],[6,5],[7,5],[6,5],[7,4],[7,4],[8,3],[7,2],[8,2],[7,2],[8,0],[8,0],[7,0],[8,-2],[8,-1],[7,-3],[4,-1],[4,-2],[7,-3],[7,-4],[6,-5],[7,-5],[6,-6],[6,-6],[11,-9],[6,-5],[6,-7],[5,-6],[5,-7],[2,-3],[5,-6],[4,-6],[5,-7],[5,-9],[4,-8],[3,-9],[3,-8],[3,-9],[2,-9],[1,-7],[0,-2],[1,-10],[1,-9],[0,-10],[0,-9],[-1,-9],[-1,-10],[2,-9],[7,3],[8,2],[8,1],[7,1],[8,0],[8,-1],[5,-1],[2,0],[8,-2],[6,1],[5,1],[7,13],[5,7],[5,7],[6,7],[5,6],[6,5],[7,5],[7,5],[10,6],[8,4],[7,3],[7,2],[9,2],[5,2],[5,2],[8,2],[13,4],[3,0],[5,1],[8,1],[6,1],[8,0],[7,-1],[9,-1],[8,-2],[8,-3],[7,-2],[7,-3],[7,-4],[11,-4],[7,-3],[6,-2],[5,-2],[7,-4],[6,-3],[7,-5],[6,-4],[6,-5],[6,-6],[4,-3],[3,-4],[4,-5],[2,-2],[5,-7],[4,-7],[3,-5],[2,-4],[1,-2],[4,-8],[6,-13],[2,-4],[4,-8],[4,-9],[3,-9],[2,-9],[2,-9],[3,-11],[3,-8],[1,-3],[2,-7],[2,-9],[1,-9],[4,-10],[6,-7],[5,-7],[4,-7],[4,-8],[4,-8],[6,-12],[2,-3],[3,-6],[4,-8],[3,-8],[3,-9],[2,-8],[2,-7],[0,-3],[2,-9],[2,-4],[4,-1],[7,2],[8,2],[7,1],[8,1],[8,0],[7,-1],[10,1],[8,2],[5,1],[4,0],[8,1],[8,0],[7,-1],[8,-1],[8,-2],[3,0],[6,1],[7,1],[3,2],[6,2],[11,4],[9,6],[6,5],[8,8],[3,4],[6,6],[6,5],[6,5],[2,2],[5,3],[7,4],[7,3],[7,3],[8,3],[7,1],[8,2],[8,0],[4,0],[3,1],[3,0],[7,3],[8,3],[7,1],[8,1],[7,1],[8,0],[8,-1],[3,0],[5,-1],[2,0],[3,0],[8,0],[10,-1],[7,-1],[11,-3],[9,-2],[8,1],[3,0],[5,0],[7,-1],[8,-1],[7,-2],[8,-3],[12,-1],[7,3],[7,2],[8,2],[8,1],[8,1],[10,0],[8,0],[7,-1],[8,-1],[9,0],[7,4],[7,3],[7,3],[8,2],[7,2],[8,1],[8,1],[8,0],[7,-1],[8,-1],[7,-2],[8,-3],[7,-3],[7,-4],[6,-3],[7,-2],[7,-1],[8,-3],[7,-3],[7,-4],[7,-4],[3,2],[3,3],[4,8],[4,8],[5,8],[5,7],[6,6],[6,6],[6,6],[6,5],[7,4],[7,4],[7,4],[7,3],[8,2],[7,2],[8,1],[10,1],[6,1],[2,1],[8,1],[7,0],[8,0],[8,-1],[7,-1],[8,-2],[5,-1],[5,-2],[7,-3],[7,-4],[7,-4],[6,-5],[7,-5],[8,-7],[6,-4],[7,-5],[6,-5],[6,-6],[8,-7],[7,-5],[6,-5],[6,-6],[6,-6],[5,-7],[5,-7],[5,-8],[4,-8],[4,-8],[3,-8],[3,-9],[2,-9],[2,-9],[1,-9],[1,-9],[1,-8],[10,-2],[7,-2],[4,-1],[4,-1],[7,-3],[7,-4],[7,-4],[7,-5],[6,-6],[6,-5],[6,-7],[8,-4],[7,4],[6,4],[3,2],[5,2],[9,4],[4,1],[7,2],[10,2],[6,4],[6,2],[2,2],[8,2],[7,3],[8,1],[5,1],[8,3],[7,2],[11,5],[8,3],[7,3],[7,2],[13,3],[8,1],[8,0],[7,0],[4,0],[8,-1],[7,-1],[8,-2],[7,-3],[7,-3],[10,-1],[7,1],[8,-1],[9,-1],[9,2],[8,1],[7,0],[8,0],[8,-1],[5,-1],[3,0],[7,-2],[8,-3],[7,-3],[7,-4],[7,-4],[6,-5],[6,-5],[6,-6],[6,-7],[5,-6],[5,-7],[2,-3],[3,-5],[4,-8],[4,-8],[3,-9],[3,-8],[2,-9],[2,-9],[1,-9],[1,-6],[0,-6],[1,-9],[0,-9],[-1,-10],[-1,-9],[-1,-3],[-1,-7],[-2,-9],[-2,-9],[2,-7],[4,0],[7,-2],[7,-3],[7,-1],[7,4],[7,3],[9,4],[3,5],[6,6],[4,3],[4,3],[6,5],[2,2],[7,4],[7,4],[7,3],[7,3],[8,2],[7,2],[9,3],[7,3],[4,4],[2,5],[2,9],[1,9],[2,9],[3,9],[3,9],[3,11],[0,10],[1,6],[1,8],[1,4],[2,7],[1,3],[3,12],[3,9],[3,9],[3,8],[4,8],[5,7],[5,8],[5,6],[6,8],[5,5],[7,6],[6,5],[7,4],[7,4],[7,3],[7,3],[8,2],[8,2],[7,1],[8,0],[8,0],[7,-1],[8,-1],[7,-2]],[[7445,1038],[-2,-7],[-2,-3],[-4,-1],[-1,2],[-1,1],[-1,-1],[-1,0],[-1,-2],[-1,-11],[-3,-14],[-7,-8],[-4,-4],[-4,-3],[1,-2],[-1,-1],[-8,-4],[-5,4],[-6,-1],[-1,0],[-2,-1],[-2,-2],[-1,-3],[-3,-6],[-2,-4],[-4,-3],[-1,0],[-3,-2],[-5,-5],[-1,-2],[-1,-1],[-1,-5],[-4,-4],[-3,-2],[-2,2],[-1,0],[-1,-1],[-10,-5],[-2,0],[-4,-4],[-4,-3],[-4,-5],[-6,-8],[-9,-9],[-11,2],[-10,5],[-5,4],[-4,4],[-3,9],[-1,5],[2,5],[2,4],[2,6],[7,5],[3,3],[1,2],[3,3],[0,6],[2,5],[2,3],[6,4],[9,7],[1,1],[1,1],[2,4],[2,5],[3,6],[6,12],[1,2],[5,1],[1,0],[2,0],[4,-1],[3,-3],[3,-3],[5,-1],[4,0],[3,0],[2,2],[3,1],[7,3],[5,2],[5,2],[5,2],[9,2],[9,4],[4,3],[4,1],[5,1],[4,-1],[3,-1],[9,2],[2,-1],[1,0]],[[3552,2389],[1,-3],[3,-10],[4,-10],[3,-8],[3,-7],[4,-7],[4,-5],[2,-3],[2,-4],[1,-5],[-1,-2],[0,-7],[1,-7],[1,-4],[6,-9],[0,-1],[3,-2],[4,-3],[4,-4],[1,-5],[2,-3],[2,-2],[3,0],[4,-1],[3,-1],[4,-3],[2,-2],[2,-3],[1,-2],[9,-3],[1,-2],[4,-3],[7,-6],[5,-5],[6,-8],[4,-6],[3,-6],[5,-6],[3,-3],[3,-2],[5,-4],[2,-3],[4,-6],[8,-5],[2,-1],[3,-4],[1,-4],[2,-9],[-5,-8],[-3,-10],[0,-2],[-2,-4],[-3,-3],[-1,0],[-1,1],[-4,3],[-5,3],[-5,3],[-3,0],[-8,-3],[-3,-2],[-3,-4],[-1,-2],[-1,-3],[0,-4],[-2,-8],[-2,-5],[-2,-7],[0,-3],[-1,-13],[-2,-14],[0,-2],[1,-6],[1,-2],[1,-2],[1,-4],[0,-1],[0,-6],[-1,-5],[4,-13],[-2,-18],[-2,-9],[-4,1],[-3,1],[-4,2],[-3,3],[-5,4],[-3,4],[-4,0],[-4,0],[-2,-2],[-1,-3],[-2,0],[-2,-1],[-2,0],[-1,0],[-2,5],[0,2],[-2,2],[-2,3],[-2,1],[-2,-3],[-5,-5],[-4,3],[-2,2],[-7,9],[-2,3],[-3,0],[-6,0],[-9,2],[-10,3],[-4,3],[-3,4],[0,4],[-1,3],[-4,10],[-2,0],[-1,2],[-2,6],[-1,3],[-1,3],[-7,8],[-3,5],[-4,9],[1,6],[2,5],[2,4],[1,2],[-1,3],[-6,9],[-6,10],[-2,5],[0,5],[1,2],[1,3],[4,3],[6,8],[4,-1],[1,-1],[1,0],[2,1],[1,3],[1,4],[1,3],[-3,7],[-2,4],[-1,2],[-3,4],[-1,3],[-1,5],[0,7],[3,5],[3,6],[2,8],[0,2],[0,3],[0,3],[-5,12],[0,4],[-1,1],[-3,4],[-7,7],[-7,6],[-3,5],[-3,5],[3,10],[5,9],[2,3],[2,4],[1,10],[2,9],[6,6],[7,8],[1,1],[2,5],[-1,4],[-2,2],[-1,1],[1,4],[1,1],[1,1],[9,1],[3,-1],[4,0],[4,3],[3,3],[2,5],[0,1],[2,-1]],[[3582,2558],[1,-4],[1,-9],[0,-4],[0,-8],[-2,-7],[1,-5],[1,-5],[6,-10],[-2,-4],[-2,-6],[0,-2],[1,-3],[0,-3],[-1,0],[-2,2],[-1,1],[-1,2],[-1,1],[0,9],[-6,9],[-1,2],[-3,3],[-3,1],[-4,-1],[-6,-1],[-8,-1],[-2,-2],[-3,-4],[-5,-9],[-4,-4],[-2,0],[-6,8],[0,5],[0,11],[1,5],[5,5],[6,4],[3,1],[1,1],[2,5],[1,3],[2,10],[9,5],[4,2],[7,3],[5,1],[4,1],[2,1],[2,-9]],[[7652,1600],[1,-5],[1,-1],[-1,-1],[-1,-6],[0,-5],[1,-7],[0,-9],[0,-2],[-1,-4],[0,-3],[-5,-9],[-8,-9],[-4,-5],[-3,-6],[-1,-11],[0,-7],[0,-8],[3,-8],[2,-10],[2,-12],[0,-10],[1,-4],[-1,-4],[0,-1],[-1,0],[-6,-2],[-6,-8],[-1,-2],[-1,-8],[-5,-10],[-5,-12],[1,-8],[0,-9],[-7,-12],[-8,-11],[-5,-4],[-5,-5],[-4,-9],[-2,-20],[-2,-13],[1,-4],[1,-5],[0,-7],[-7,-4],[-1,-7],[0,-5],[4,-4],[10,-8],[8,-2],[3,-6],[2,-6],[0,-3],[0,-3],[2,-5],[4,-5],[3,-4],[2,0],[4,-1],[6,-1],[3,-3],[0,-4],[0,-2],[0,-8],[0,-6],[2,-3],[5,-6],[5,-5],[1,-1],[1,-5],[0,-3],[0,-1],[-8,-12],[-2,-2],[-1,0],[-2,-1],[-3,0],[-1,0],[-1,-1],[-2,-8],[1,-8],[1,-4],[1,-4],[2,-3],[4,-5],[2,-1],[3,0],[2,0],[1,1],[0,2],[1,1],[4,1],[2,0],[7,-5],[4,-2],[2,-2],[3,-4],[2,-8],[1,-3],[-1,-2],[-5,-8],[-4,-10],[-1,-7],[0,-1],[-1,-1],[-2,-2],[-1,1],[-2,1],[-2,5],[0,2],[-1,2],[-4,2],[-5,0],[-7,-1],[-4,0],[-2,-3],[-1,-4],[-2,-4],[-4,-10],[-3,-4],[-3,1],[-7,-1],[-4,-3],[-2,-2],[-2,-4],[-2,-2],[-6,-13],[-3,-5],[-2,-12],[-2,-6],[-2,-6],[0,-2],[0,-2],[1,-1],[4,-1],[2,0],[9,5],[4,3],[-1,-3],[-1,-3],[-2,-2],[-4,-6],[-5,-5],[-5,-5],[-6,-9],[-3,-6],[-2,-2],[-1,-1],[-3,-1],[-3,1],[-1,3],[0,2],[4,3],[2,2],[2,1],[1,1],[1,2],[0,1],[0,3],[-3,10],[-7,8],[-3,4],[-2,3],[-2,1],[-1,0],[-1,0],[-4,-1],[-2,0],[-1,-1],[-4,1],[-3,2],[-7,8],[-3,4],[-5,3],[-7,3],[-4,2],[0,3],[2,5],[4,4],[7,8],[5,6],[6,7],[4,6],[4,7],[2,8],[1,4],[0,2],[0,3],[-1,2],[-4,14],[-1,6],[-3,6],[-4,4],[-1,2],[2,9],[2,8],[-2,11],[0,6],[3,1],[2,6],[1,6],[-2,5],[-4,10],[-3,5],[-2,1],[-5,1],[-8,4],[-9,5],[-2,2],[-2,5],[-1,1],[0,2],[0,1],[2,2],[2,3],[0,1],[1,2],[-1,2],[-1,1],[-3,2],[-4,3],[-1,3],[-5,11],[0,3],[2,8],[0,2],[3,3],[8,4],[7,3],[2,5],[-1,2],[-1,5],[4,5],[5,4],[5,5],[8,8],[3,2],[4,3],[1,1],[4,3],[1,3],[3,14],[-2,13],[-2,5],[0,7],[3,9],[0,6],[1,2],[2,5],[2,3],[3,3],[1,1],[3,4],[2,6],[3,12],[2,6],[1,2],[3,3],[9,9],[5,4],[3,11],[2,5],[0,1],[-1,3],[-2,2],[-1,2],[-1,7],[0,9],[0,13],[1,15],[2,13],[0,12],[0,12],[1,5],[5,5],[2,2],[2,1],[1,-1],[5,-5],[3,-1],[3,0],[2,1],[8,10],[5,10],[2,9],[0,3],[2,3],[3,3],[1,0],[2,0],[1,-1],[2,-2],[3,1],[4,0],[5,1],[2,-1]],[[2413,2918],[1,-1],[5,-8],[3,-4],[5,-3],[5,-1],[4,-3],[2,-4],[-2,-4],[-2,-2],[-2,-4],[-1,-4],[-1,-4],[-4,-12],[1,-2],[1,-4],[0,-3],[0,-14],[-1,-5],[-4,0],[-5,3],[-3,1],[-1,2],[-9,11],[-3,5],[-2,5],[0,8],[1,3],[1,0],[2,2],[1,5],[0,4],[1,6],[0,5],[1,9],[0,2],[2,8],[2,2],[1,1],[1,0]],[[7654,1706],[7,-3],[0,-1],[0,-5],[-1,-3],[-1,-1],[-3,-7],[-1,-4],[-1,-5],[-1,-7],[-1,-5],[0,-3],[2,-7],[1,-3],[2,-3],[1,-5],[2,-7],[0,-4],[0,-4],[-1,-6],[-1,-14],[-1,-4],[-5,2],[-5,2],[-5,1],[-4,0],[-5,1],[-2,1],[-5,3],[-3,2],[-2,7],[-1,3],[-3,6],[-2,4],[5,10],[5,6],[6,10],[3,5],[2,5],[0,8],[0,7],[1,6],[2,6],[2,1],[3,2],[3,1],[1,1],[0,2],[0,1],[6,-2]],[[2359,2968],[4,-8],[5,-1],[7,-2],[4,-2],[-1,-3],[-3,-2],[-6,-1],[-1,-2],[1,-5],[1,-7],[2,-4],[-4,-6],[-6,-3],[-5,-2],[-3,-1],[0,-10],[1,-3],[0,-1],[2,3],[1,-9],[-2,-7],[-1,-3],[-5,0],[-5,3],[1,13],[2,8],[2,2],[1,3],[-2,5],[-2,8],[-1,8],[0,3],[2,12],[1,1],[1,-1],[2,1],[3,7],[0,4],[0,3],[2,2],[2,0],[0,-3]],[[7679,1846],[6,-2],[3,-1],[8,-2],[7,-4],[7,-4],[7,-4],[4,-3],[6,-5],[7,-5],[6,-6],[5,-7],[6,-7],[4,-7],[5,-7],[4,-8],[4,-9],[3,-8],[2,-9],[3,-9],[1,-9],[2,-9],[0,-9],[1,-10],[-1,-9],[0,-5],[-1,-10],[-1,-9],[0,-9],[1,-10],[1,-9],[0,-9],[0,-9],[-2,-16],[0,-15],[-1,-10],[-1,-9],[-2,-9],[-2,-12],[-1,-9],[-1,-7],[-1,-9],[-2,-9],[-2,-9],[-3,-9],[-3,-8],[-1,-7],[1,-9],[0,-10],[0,-7],[0,-9],[-1,-9],[-1,-10],[-2,-9],[-2,-8],[-3,-9],[-2,-6],[-3,-9],[-4,-8],[-4,-8],[-1,-2],[-4,-8],[-2,-9],[-2,-9],[-3,-8],[-3,-9],[0,-5],[0,-5],[3,-4],[4,-8],[3,-8],[4,-9],[2,-9],[3,-8],[3,-6],[1,-3],[3,-9],[2,-4],[2,-8],[2,-5],[1,-5],[2,-9],[2,-12],[3,-5],[4,-9],[5,-15],[3,-9],[2,-9],[2,-9],[1,-6],[1,-6],[0,-10],[1,-5],[-1,-14],[0,-9],[-2,-9],[-1,-5],[0,-5],[-3,-9],[-2,-8],[-4,-9],[-3,-8],[-4,-10],[-3,-8],[-2,-6],[-4,-7],[-2,-5],[-5,-7],[-2,-4],[-3,-4],[-6,-7],[-5,-6],[-6,-6],[-6,-6],[-7,-4],[-9,-10],[-3,-8],[-4,-8],[-7,-11],[-3,-5],[-2,-3],[-4,-5],[-4,-7],[-5,-7],[-5,-7],[-6,-6],[-6,-7],[-7,-7],[-6,-6],[-3,-3],[-4,-3],[-7,-5],[-7,-4],[-3,-2],[-4,-3],[-7,-3],[-8,-2],[-6,-3],[-7,-2],[-8,-1],[-7,-1],[-8,0],[-8,0],[-7,1],[-8,1],[-7,3],[-8,2],[-7,4],[-7,3],[-7,5],[-6,5],[-5,2],[-5,0],[-9,-8],[-2,-1],[-7,-4],[-5,-3],[-3,-2],[-5,-7],[-5,-7],[-5,-6],[-6,-6],[-7,-5],[-6,-5],[-7,-5],[-7,-4],[-8,-3],[-5,-5],[-3,-4],[-3,-2],[-6,-6],[-7,-5],[-6,-4],[-7,-4],[-8,-3],[-7,-3],[-7,-2],[-8,-2],[-8,-1],[-4,0],[-12,0],[-8,1],[-6,1],[-8,1],[-8,2],[-7,1],[-7,3],[-7,3],[-7,4],[-5,3],[-8,3],[-7,4],[-6,4],[-7,5],[-6,5],[-4,3],[-7,5],[-6,5],[-6,5],[-6,6],[-6,6],[-5,7],[-5,7],[-5,8],[-4,8],[-4,9],[-2,6],[-2,4],[-2,8],[-2,9],[-2,9],[-1,9],[-1,9],[0,10],[0,9],[1,9],[1,9],[2,9],[1,4],[0,15],[-2,7],[-2,9],[-1,9],[-1,9],[0,10],[0,9],[1,9],[1,9],[2,9],[2,9],[1,4],[2,5],[3,9],[3,8],[4,8],[4,5],[1,3],[5,7],[5,7],[6,6],[6,6],[6,5],[4,4],[3,2],[6,4],[6,5],[7,4],[6,5],[7,4],[8,3],[5,2],[2,1],[8,2],[7,1],[6,2],[4,3],[7,5],[10,6],[7,4],[8,3],[7,3],[8,2],[7,2],[8,1],[7,0],[6,0],[2,0],[8,-1],[8,-2],[4,1],[0,7],[-2,9],[-2,9],[-1,9],[-1,9],[0,9],[0,10],[1,9],[1,9],[2,9],[2,9],[2,7],[1,2],[3,9],[4,8],[3,6],[1,2],[4,7],[1,1],[5,7],[5,7],[6,6],[5,7],[4,8],[5,7],[5,8],[5,6],[2,2],[2,7],[1,6],[2,9],[3,9],[3,9],[4,8],[2,4],[6,14],[3,8],[3,8],[4,8],[2,10],[1,6],[1,14],[0,7],[0,9],[-1,9],[1,10],[0,9],[2,9],[1,9],[3,9],[2,9],[4,8],[3,8],[4,8],[2,13],[1,9],[1,9],[2,9],[2,9],[3,9],[3,8],[3,8],[4,8],[2,3],[6,9],[5,7],[1,2],[6,12],[4,9],[3,8],[4,8],[5,7],[5,7],[5,7],[6,7],[6,5],[6,6],[10,7],[7,5],[6,5],[7,4],[8,3],[7,3],[8,2],[7,1],[8,1],[8,0],[7,0],[8,-1],[3,-1],[5,-1],[7,-2]],[[2318,3188],[2,-12],[2,-7],[5,-13],[1,-4],[1,-4],[1,-5],[0,-4],[-2,-3],[-2,-4],[-1,0],[-2,1],[-3,7],[-1,5],[-1,3],[0,1],[-1,13],[-3,13],[-3,7],[-2,3],[0,2],[1,1],[6,2],[2,-2]],[[5890,2431],[4,-3],[4,-2],[7,0],[1,-1],[2,-3],[-1,-6],[-4,-12],[-2,0],[-10,-2],[-3,1],[-1,1],[-2,3],[0,1],[0,2],[2,1],[-1,1],[-1,1],[0,3],[0,3],[1,7],[3,5],[0,1],[1,-1]],[[5844,2493],[0,-3],[3,-5],[3,-4],[2,-2],[3,-2],[1,-3],[0,-3],[-1,-3],[-1,-3],[-1,0],[-2,0],[-1,-1],[-2,-3],[-2,-4],[1,-4],[3,-5],[1,-6],[0,-2],[0,-5],[0,-10],[-3,1],[-4,3],[-6,5],[-7,3],[-3,0],[-2,2],[-1,4],[0,12],[1,3],[4,9],[2,7],[2,4],[1,4],[0,4],[2,4],[4,3],[1,1],[2,0],[0,-1]],[[6253,2411],[3,-5],[3,-4],[2,-3],[5,-4],[1,-1],[2,-1],[1,0],[2,0],[3,-2],[4,-2],[9,-9],[8,-6],[6,-4],[3,-3],[3,-6],[-1,-4],[2,-3],[2,-3],[1,-1],[2,0],[2,-1],[3,-1],[6,-1],[9,1],[2,-3],[1,-2],[-1,-1],[-4,-6],[-4,-2],[-6,-3],[-2,1],[-8,3],[-3,2],[-1,2],[-2,4],[-1,1],[-4,0],[-10,-2],[-9,-5],[-5,-3],[-9,-3],[-7,-1],[-6,0],[-2,0],[-12,4],[-3,2],[-11,5],[-5,1],[-6,6],[-3,4],[0,1],[-2,9],[7,13],[7,6],[7,11],[4,6],[5,5],[7,6],[0,3],[0,3],[0,1],[1,0],[4,-5]],[[5888,2524],[2,-1],[7,-2],[8,-2],[9,-3],[2,0],[3,-3],[3,-8],[3,-9],[2,-4],[7,-8],[8,-9],[3,-4],[3,-4],[2,-6],[3,-8],[4,-6],[3,-3],[5,-6],[10,-9],[2,-3],[3,-4],[1,-4],[0,-4],[0,-2],[-1,-10],[0,-8],[1,-12],[-1,-4],[-1,-4],[-2,-9],[1,-2],[2,-4],[1,-3],[-1,-2],[-2,-2],[-2,-2],[-1,-2],[-7,-4],[-4,-6],[-6,-8],[-5,-4],[-10,-9],[-4,-4],[-2,0],[-2,1],[-5,7],[-6,7],[-3,3],[-1,1],[-2,1],[-5,2],[-7,2],[-1,0],[-5,0],[-6,-1],[-7,0],[-6,3],[-2,2],[-5,5],[-3,1],[-2,-1],[-5,-1],[-3,0],[-4,2],[0,4],[8,7],[10,3],[2,2],[6,0],[7,-4],[7,-4],[5,-1],[7,1],[3,1],[1,3],[4,8],[3,10],[3,8],[1,2],[1,2],[4,5],[2,4],[0,3],[-1,2],[-1,4],[-1,3],[-2,2],[-2,9],[0,12],[-2,10],[-4,4],[-5,4],[1,5],[2,6],[3,5],[1,5],[0,3],[-6,12],[-2,5],[-3,3],[-2,0],[-3,-2],[-4,-1],[-6,-1],[-7,2],[-5,1],[-5,1],[-3,-1],[-3,-3],[-1,1],[-1,3],[-1,8],[0,6],[1,3],[2,3],[6,6],[3,2],[5,2],[3,-1]],[[2218,3354],[1,-2],[1,-2],[0,-8],[0,-5],[-4,-12],[-2,-13],[-1,-3],[-1,0],[-3,0],[-1,4],[1,6],[1,6],[-1,5],[-1,0],[-5,1],[-1,1],[-3,7],[0,2],[1,3],[6,2],[8,6],[2,2],[1,1],[1,0],[0,-1]],[[5387,2783],[3,-2],[4,-7],[10,-8],[7,-4],[7,-7],[8,-9],[9,-8],[1,-1],[1,0],[4,3],[2,2],[4,-3],[5,-4],[2,-3],[2,-1],[8,-5],[1,0],[4,-4],[-3,-4],[-2,-4],[0,-2],[1,-1],[3,-4],[5,-5],[0,-5],[-1,-5],[-7,-9],[-3,0],[-9,2],[-11,2],[-8,2],[-5,3],[-5,8],[-2,4],[-6,8],[-1,2],[-1,2],[-1,3],[-1,6],[0,4],[1,3],[-4,3],[-5,1],[-9,0],[-8,1],[-8,4],[-4,6],[-2,4],[-5,6],[-1,3],[-3,7],[-2,7],[1,3],[9,7],[5,4],[4,0],[1,0],[5,-5]],[[7126,2352],[5,-9],[1,-2],[5,-11],[0,-6],[0,-5],[-4,-9],[-4,-3],[-3,-1],[-12,4],[-2,1],[-6,7],[-1,1],[1,4],[1,5],[2,-1],[2,-5],[1,2],[0,2],[-2,3],[0,1],[-5,7],[-3,4],[-2,6],[4,3],[9,4],[2,1],[3,-1],[1,0],[3,-1],[4,-1]],[[4796,2980],[2,-1],[2,-4],[1,-7],[1,-3],[-1,-6],[-5,-13],[-3,-10],[-1,-2],[-4,-2],[-4,4],[-1,2],[-3,6],[-8,9],[-4,15],[0,2],[0,7],[1,2],[1,0],[7,3],[10,1],[9,-3]],[[5055,2927],[10,-5],[9,-5],[-2,-9],[-3,-3],[-2,-5],[-2,-8],[1,-1],[3,-3],[2,-11],[2,-9],[2,-9],[5,-11],[1,-3],[0,-6],[-2,-10],[-2,-6],[-2,-7],[-3,-6],[-3,-5],[-2,-2],[-5,-4],[-7,0],[-3,1],[-3,0],[0,-1],[-8,-5],[-9,-7],[-4,-1],[-5,0],[-6,-2],[-4,-3],[-2,-3],[-2,0],[-3,4],[-4,5],[-3,3],[-5,1],[-12,2],[-2,-1],[-1,-1],[-4,-4],[-11,-6],[-9,-3],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-1,0],[-3,2],[-2,2],[-1,0],[-3,0],[-6,-1],[-9,-4],[-13,-2],[-4,1],[-9,-1],[-8,-1],[-10,-1],[-5,-3],[-4,-4],[-1,-2],[-3,-2],[-2,0],[-3,2],[0,1],[-3,14],[-1,2],[0,5],[0,1],[2,5],[2,6],[5,7],[4,3],[1,2],[0,4],[-2,3],[-1,2],[-1,7],[-1,7],[3,4],[3,1],[1,1],[2,7],[0,3],[-1,6],[-1,5],[0,5],[1,1],[1,2],[2,4],[2,5],[-2,2],[-1,8],[2,8],[4,7],[4,4],[3,3],[3,2],[6,-10],[4,-8],[1,-2],[4,-6],[2,-1],[3,0],[1,0],[8,3],[9,3],[3,-12],[1,-2],[-1,-3],[-2,-3],[-2,-1],[-2,-2],[0,-8],[0,-2],[2,-5],[3,-5],[4,-4],[1,-1],[7,-1],[1,1],[6,2],[2,0],[3,-1],[3,-7],[5,-6],[7,-3],[8,-2],[3,1],[8,5],[5,5],[5,5],[2,3],[1,3],[0,3],[-1,3],[-5,8],[-4,8],[-4,6],[-2,2],[-2,0],[-8,-2],[-4,-5],[-3,-1],[-7,7],[-6,10],[-3,5],[-4,10],[-6,14],[1,14],[9,10],[7,6],[2,0],[0,-1],[1,-1],[0,-6],[0,-4],[-2,-4],[2,-4],[4,-4],[7,-3],[4,-8],[10,-5],[2,-2],[2,-1],[5,-1],[3,-1],[7,0],[1,0],[1,1],[2,4],[2,3],[7,5],[8,3],[5,2],[4,2],[1,2],[0,2],[0,4],[-1,3],[1,3],[3,3],[3,-1],[6,-4]],[[8004,2194],[0,-4],[1,1],[5,0],[5,-1],[7,-3],[4,-9],[1,-11],[-6,-6],[-1,-4],[0,-5],[-3,-2],[-4,-1],[-6,2],[-8,-1],[-4,-4],[-3,-4],[-4,-3],[-3,6],[-1,4],[-9,3],[-2,0],[-8,0],[-5,0],[-4,-2],[-6,-2],[-6,-1],[-6,-3],[-3,-2],[-2,-3],[-3,-2],[-2,-2],[0,2],[0,2],[1,7],[-2,9],[-2,9],[1,13],[1,2],[2,2],[5,1],[3,-2],[4,-1],[7,1],[7,3],[8,0],[8,2],[10,5],[11,2],[4,1],[8,1]],[[5153,2962],[1,0],[8,-4],[8,-3],[7,-5],[6,-3],[3,-1],[4,-8],[3,-6],[0,-5],[2,-13],[-1,-4],[-8,-7],[-6,-4],[-4,-2],[-3,-1],[-1,2],[-2,2],[-1,2],[-4,3],[-7,2],[-2,0],[-5,2],[-3,2],[-2,2],[-1,10],[-2,7],[-3,12],[-4,3],[0,5],[0,2],[1,1],[0,1],[7,4],[8,4],[1,0]],[[5688,2857],[2,-1],[0,-1],[1,-2],[-2,-2],[-4,-7],[1,-7],[0,-2],[-2,-2],[-7,-7],[-9,-8],[-2,-2],[-3,-7],[-1,-5],[-1,-3],[-3,-2],[-3,-1],[-3,1],[-3,-2],[-1,-2],[-3,-6],[-3,-7],[-6,-5],[-8,-5],[-8,-6],[-9,-6],[-5,-5],[-2,0],[-2,-2],[-4,-1],[-2,-2],[-2,-2],[-2,-3],[-3,-1],[-3,-2],[-3,0],[-2,0],[-9,3],[0,3],[1,4],[4,8],[4,10],[2,4],[3,5],[6,6],[3,6],[5,9],[-1,7],[0,2],[4,10],[1,5],[6,6],[4,2],[1,0],[7,2],[8,5],[4,2],[3,3],[4,6],[2,2],[1,2],[3,2],[1,1],[12,1],[7,0],[9,1],[9,-1],[3,-1]],[[8120,2245],[3,-2],[-1,-3],[1,-13],[-3,-9],[-6,-10],[-5,-10],[-4,-4],[-3,-3],[-1,3],[-1,2],[0,1],[1,6],[6,6],[3,13],[0,1],[-1,1],[-1,1],[-2,0],[-3,-1],[-5,-3],[-3,-4],[-4,-4],[-1,-1],[-3,-1],[-1,1],[0,2],[0,7],[1,2],[4,8],[4,7],[2,3],[3,2],[3,1],[8,3],[3,1],[1,0],[5,-3]],[[5094,3042],[1,1],[6,-5],[1,-2],[1,-3],[2,-2],[0,-6],[0,-4],[4,-1],[6,-1],[7,3],[4,3],[6,-5],[2,-5],[-2,-3],[-2,0],[-1,-1],[-3,-2],[0,-2],[-1,-5],[-3,-12],[1,-10],[0,-1],[0,-5],[-3,-7],[-4,-3],[-5,-10],[0,-3],[-1,-1],[-5,-6],[-3,0],[-3,0],[-5,2],[-5,-1],[-4,-1],[-2,-1],[-2,-2],[-4,-2],[-4,1],[-4,5],[-3,7],[0,4],[-2,13],[-4,2],[-5,5],[1,7],[-1,9],[0,13],[0,4],[3,2],[5,1],[5,2],[6,8],[5,6],[2,5],[2,2],[9,8],[1,0],[1,-1]],[[5811,2965],[2,-4],[1,-5],[2,-2],[1,-3],[6,-5],[3,-5],[3,-5],[1,-1],[1,-1],[1,-2],[1,0],[1,-2],[-4,-8],[-3,-7],[1,-2],[4,-3],[1,0],[6,2],[7,-3],[2,-3],[1,-1],[10,-8],[3,-5],[1,-3],[1,-1],[4,-5],[2,-1],[7,-2],[7,-4],[7,-6],[7,-9],[2,-5],[0,-1],[1,-1],[-1,-3],[-1,-1],[-4,0],[-3,0],[-3,-2],[-2,-3],[-2,-5],[-3,-8],[0,-5],[2,-14],[3,-14],[1,-18],[-1,-6],[-1,-3],[-2,-5],[-1,-1],[-4,3],[-5,3],[-2,4],[-6,0],[-2,-4],[-2,-8],[-4,-7],[-1,-3],[-1,0],[-1,0],[-1,1],[-3,7],[-2,5],[-4,6],[-3,5],[-2,4],[-2,3],[-2,4],[-7,8],[-3,6],[-3,5],[-7,8],[-7,5],[-5,8],[-8,10],[-2,4],[0,2],[2,3],[1,1],[1,0],[0,1],[0,1],[0,2],[-2,4],[-1,0],[-5,0],[-2,-1],[-5,-1],[-6,-3],[-6,4],[1,3],[2,6],[2,1],[1,0],[1,1],[-1,3],[0,1],[-1,2],[-2,1],[-2,-1],[-6,-8],[-4,1],[-5,2],[-1,2],[3,1],[2,2],[0,1],[1,9],[1,7],[1,9],[1,11],[-1,12],[-1,7],[3,8],[4,4],[2,5],[2,7],[4,4],[5,2],[3,-1],[1,0],[4,0],[2,1],[6,5],[10,3],[2,-2]],[[6849,2756],[2,-1],[5,-8],[9,-6],[7,-4],[5,-4],[8,-10],[6,-7],[2,-4],[2,-2],[4,-3],[5,-2],[1,-1],[2,-2],[8,-11],[1,-5],[5,-12],[2,-5],[-2,-4],[-8,0],[-5,-2],[-7,2],[-1,1],[0,2],[0,1],[1,-1],[4,-2],[3,0],[0,2],[-1,3],[0,2],[-5,7],[-2,0],[-3,-1],[-3,-2],[-3,-1],[-3,-1],[-5,-4],[-5,-5],[-4,-4],[-2,-5],[-3,-1],[-8,-2],[-3,1],[-1,2],[-2,2],[-2,1],[-2,0],[-7,1],[-3,-1],[-1,-2],[-1,-1],[-3,-1],[-4,1],[-7,3],[-3,-2],[-3,-12],[-5,-3],[-2,-4],[4,-12],[0,-14],[-1,0],[-3,-1],[-4,0],[-6,2],[-1,-1],[-3,-4],[0,-1],[3,-8],[2,-2],[2,-3],[5,-2],[3,-1],[2,-1],[4,-13],[1,-10],[-8,-3],[-4,-1],[-3,2],[-2,2],[-3,3],[-1,1],[-3,0],[-1,-1],[-4,-6],[-3,-4],[-4,0],[-4,1],[-3,2],[-2,2],[-1,1],[0,1],[-3,3],[-3,1],[-6,1],[-9,7],[-5,11],[-2,8],[-4,11],[-2,10],[-1,2],[-5,2],[-5,5],[5,5],[1,1],[0,5],[0,1],[-1,7],[-2,5],[-2,2],[-1,3],[-4,9],[0,12],[5,12],[2,1],[6,-1],[2,-4],[1,-3],[-1,-1],[-4,-2],[1,-5],[1,-1],[2,-1],[3,3],[4,5],[-3,3],[0,2],[1,3],[3,1],[5,1],[7,-4],[5,-1],[4,-3],[6,-8],[9,-6],[6,-2],[6,-2],[1,-2],[0,-3],[1,-6],[0,-2],[0,-1],[2,-1],[10,1],[3,0],[2,2],[2,4],[0,5],[1,4],[2,5],[2,1],[11,4],[4,3],[7,1],[2,0],[2,-3],[1,-2],[6,-5],[2,5],[-3,12],[-4,13],[-4,6],[0,1],[3,6],[4,4],[1,1],[3,-1],[8,1],[1,0],[1,3],[-3,2],[-5,0],[-5,-1],[-4,-2],[2,-2],[-2,-2],[-5,-3],[-6,-2],[-1,1],[0,2],[0,6],[-7,5],[0,4],[-1,14],[2,11],[4,4],[2,-1],[0,-2],[3,0],[2,1],[3,0],[3,-1]],[[7771,2525],[3,-3],[4,-7],[3,-5],[4,-13],[5,-8],[6,-9],[4,-8],[4,-10],[3,-4],[0,-6],[-2,-6],[0,-1],[-2,-2],[-3,-8],[0,-1],[1,-4],[2,-3],[3,-2],[3,-1],[3,-1],[2,2],[1,2],[2,4],[3,6],[1,0],[2,-2],[3,-4],[1,-1],[1,-5],[6,-8],[2,-3],[5,0],[3,3],[1,3],[0,6],[0,5],[0,1],[2,2],[2,0],[5,-2],[1,-1],[1,-2],[5,-9],[1,-2],[-3,-7],[-3,-3],[-6,-7],[-4,-4],[-5,-2],[-5,-3],[-3,-2],[-5,-4],[-5,-3],[-2,-1],[-1,0],[-1,2],[-3,1],[-4,-4],[-4,-3],[-2,4],[-4,8],[-6,1],[-3,9],[-4,5],[-2,3],[-8,5],[-4,9],[-2,6],[0,3],[-1,4],[0,3],[1,2],[1,3],[0,3],[-1,4],[-1,2],[-2,3],[-5,1],[-5,1],[-1,-1],[-4,-4],[0,-4],[-4,-4],[-3,-2],[-3,1],[-3,0],[-2,-2],[-3,-7],[0,-1],[-1,-6],[-3,2],[-3,4],[-1,8],[-7,1],[-7,-1],[-2,1],[-2,3],[-1,2],[1,8],[2,5],[1,5],[2,12],[1,9],[0,1],[-2,8],[-1,4],[0,4],[1,3],[2,4],[2,1],[4,2],[2,1],[0,-1],[-2,-2],[-1,-2],[-1,-2],[0,-2],[0,-1],[1,-1],[1,-1],[4,-5],[8,-3],[6,-3],[5,1],[4,1],[2,2],[3,13],[0,6],[1,4],[6,3],[0,1],[1,1],[0,2],[3,4],[1,0],[4,-4]],[[5969,3077],[-1,-6],[-1,-9],[4,-7],[3,-6],[2,-9],[-2,-15],[0,-5],[-2,-2],[-5,-6],[-4,0],[-1,2],[-1,1],[-2,0],[-2,-1],[-4,-4],[-2,-5],[-4,-1],[-7,1],[-6,2],[-12,2],[-3,1],[-5,6],[-1,1],[-1,2],[0,4],[3,4],[2,1],[6,2],[3,5],[2,7],[0,1],[1,1],[2,1],[8,7],[9,3],[2,2],[2,3],[1,4],[2,5],[3,3],[3,4],[7,2],[1,0],[0,-1]],[[5541,3214],[3,-7],[-9,-7],[-8,-3],[-5,-1],[-4,-2],[-5,-2],[-1,-2],[-5,-1],[-2,1],[-1,2],[-2,2],[-1,2],[0,4],[-3,2],[-1,-1],[-2,3],[1,6],[5,12],[3,1],[5,-3],[2,-2],[2,0],[3,-1],[3,0],[3,2],[5,3],[5,-1],[9,-7]],[[6019,3103],[3,-6],[1,-8],[2,-10],[1,-6],[4,-7],[4,-6],[1,-1],[0,-2],[-5,-6],[-2,1],[-1,1],[-7,9],[-10,6],[-11,5],[-4,3],[-1,2],[2,0],[0,2],[-1,1],[0,6],[3,8],[1,2],[5,5],[9,5],[6,-4]],[[6876,2895],[6,-2],[5,-2],[15,-6],[7,-4],[7,-4],[6,-5],[7,-6],[6,-5],[7,-6],[6,-6],[6,-6],[5,-5],[1,-1],[6,-8],[7,-7],[5,-5],[6,-6],[6,-6],[6,-7],[4,-5],[7,-10],[5,-7],[4,-8],[5,-8],[3,-8],[4,-9],[1,-5],[4,-8],[3,-8],[3,-9],[3,-10],[2,-9],[1,-9],[1,-10],[0,-10],[0,-8],[-1,-10],[0,-10],[2,-9],[1,-9],[1,-10],[0,-9],[0,-9],[2,-7],[8,1],[7,0],[8,0],[4,0],[6,-1],[8,-1],[7,-2],[8,-3],[7,-3],[7,-4],[7,-5],[7,-4],[6,-6],[6,-6],[6,-6],[5,-7],[5,-7],[4,-8],[5,-7],[5,-12],[3,-9],[3,-9],[2,-8],[6,-6],[6,-6],[6,-5],[6,-7],[4,-5],[1,-2],[5,-7],[5,-6],[6,-4],[2,-1],[6,-5],[6,-5],[7,-6],[5,-6],[6,-7],[4,-7],[5,-8],[2,-3],[6,-6],[6,-6],[2,-3],[4,-5],[5,-7],[4,-8],[4,-8],[4,-8],[3,-8],[3,-9],[2,-9],[2,-10],[2,-9],[0,-5],[0,-5],[1,-9],[-1,-10],[0,-9],[-2,-9],[-1,-9],[-3,-9],[-2,-9],[-3,-8],[-5,-9],[-1,-5],[-3,-9],[-4,-8],[-4,-8],[-5,-8],[-5,-8],[-5,-6],[-6,-6],[-6,-6],[-6,-5],[-6,-5],[-7,-5],[-7,-4],[-8,-3],[-7,-3],[-4,-1],[-6,-2],[-8,-1],[-7,-1],[-8,0],[-8,0],[-8,0],[-7,1],[-10,0],[-8,-1],[-4,-1],[-4,0],[-7,0],[-8,0],[-8,1],[-8,1],[-7,2],[-8,3],[-7,3],[-7,4],[-7,4],[-6,5],[-7,6],[-6,6],[-5,6],[-6,7],[-5,7],[-4,7],[-4,8],[-4,8],[-4,10],[-2,9],[-3,9],[-1,5],[-1,4],[-1,10],[-4,8],[-5,7],[-4,8],[-4,9],[-3,8],[-3,9],[-2,9],[-2,9],[0,4],[-2,6],[-4,2],[-7,5],[-7,5],[-6,5],[-6,6],[-6,6],[-5,7],[-3,4],[-2,3],[-5,8],[-4,8],[-3,8],[-4,8],[-2,9],[-3,9],[-2,9],[-1,9],[-1,9],[0,10],[0,9],[-2,4],[-4,3],[-10,1],[-9,-1],[-7,-5],[-6,-4],[-7,-4],[-8,-4],[-7,-2],[-4,-2],[-4,-1],[-8,-1],[-7,-1],[-8,-1],[-8,0],[-6,-1],[-8,-1],[-8,-1],[-7,0],[-8,0],[-3,0],[-8,1],[-11,2],[-7,2],[-3,1],[-6,2],[-7,3],[-7,4],[-5,3],[-8,3],[-9,5],[-6,2],[-8,2],[-8,0],[-7,1],[-8,1],[-8,2],[-7,3],[-5,0],[-7,-3],[-8,-2],[-8,-2],[-7,-1],[-8,0],[-8,0],[-8,1],[-3,0],[-5,1],[-5,1],[-3,1],[-7,3],[-8,3],[-7,4],[-7,4],[-6,5],[-5,4],[-2,2],[-6,5],[-6,7],[-5,6],[-5,8],[-5,7],[-4,8],[-3,8],[-4,8],[-3,9],[-1,4],[-1,7],[-3,10],[-3,9],[-2,9],[-3,9],[-2,9],[-1,9],[-1,9],[0,10],[0,9],[1,10],[1,9],[2,9],[2,9],[3,9],[3,8],[3,8],[4,8],[5,8],[5,7],[5,7],[2,2],[5,6],[3,3],[3,3],[7,6],[6,5],[6,4],[7,5],[6,4],[3,2],[5,3],[8,3],[2,1],[6,2],[7,2],[8,2],[8,1],[7,0],[8,0],[8,-1],[5,2],[4,4],[4,7],[5,7],[6,6],[6,6],[6,5],[5,4],[2,2],[7,4],[7,4],[7,3],[8,3],[7,2],[8,2],[8,1],[7,0],[8,0],[4,4],[5,7],[6,6],[6,6],[4,4],[7,5],[6,5],[7,5],[7,4],[8,3],[7,3],[8,2],[7,2],[4,0],[4,1],[8,0],[8,0],[14,-2],[8,-1],[10,-3]],[[5177,3317],[7,-3],[4,0],[1,0],[2,-2],[3,-4],[2,-6],[7,-4],[10,-4],[1,0],[2,0],[1,1],[3,2],[12,-6],[6,-11],[5,-9],[3,-6],[5,-9],[5,-7],[1,0],[4,-5],[3,-5],[5,-10],[6,-7],[2,-11],[1,-3],[4,-4],[3,0],[2,-3],[1,-2],[2,-9],[-1,-2],[-2,-4],[-6,-6],[-4,0],[-3,0],[-3,-3],[-1,-2],[-2,-5],[-5,-4],[-4,0],[-2,0],[-1,-1],[-4,-2],[0,-1],[0,-4],[1,-4],[-2,-5],[-4,-6],[-5,-7],[-3,-7],[-7,-5],[-2,-2],[-3,2],[-2,1],[-3,8],[-2,7],[-4,13],[2,6],[2,1],[0,2],[0,3],[-2,2],[-2,1],[-7,3],[-2,5],[-2,13],[1,8],[2,3],[-1,2],[-4,7],[-5,11],[-7,8],[-3,5],[0,6],[4,7],[0,1],[3,2],[2,0],[5,-1],[3,-1],[1,2],[1,2],[0,2],[-4,3],[-6,3],[-3,0],[-4,1],[-4,2],[-1,4],[-1,11],[-2,11],[-9,10],[-1,5],[-5,11],[0,1],[-1,5],[1,1],[2,1],[3,-2],[1,1],[2,0],[2,-2]],[[7613,2719],[5,-12],[4,-7],[4,-10],[1,-4],[7,-10],[1,-2],[0,-2],[0,-3],[-1,-6],[-6,-12],[-2,-3],[-3,-2],[-6,-9],[-4,-1],[-5,0],[-7,-1],[-2,-1],[-4,-1],[-1,1],[-12,3],[-5,2],[-12,4],[-4,1],[-3,3],[-6,5],[-2,7],[2,5],[2,11],[0,5],[-1,4],[-1,13],[0,8],[3,3],[1,1],[3,3],[3,1],[1,0],[5,0],[4,-2],[7,0],[5,4],[6,4],[1,4],[3,-1],[0,-2],[3,-1],[4,0],[4,3],[5,0],[3,-3]],[[3710,3661],[0,-1],[6,-1],[6,-2],[10,-4],[11,-9],[6,-4],[8,-3],[2,-2],[1,-2],[1,-5],[0,-5],[-1,0],[-4,-14],[-2,-5],[0,-2],[-6,-5],[0,-1],[-2,0],[-4,1],[-2,1],[-7,-2],[-5,-2],[-5,4],[-5,6],[-7,12],[-8,13],[-4,8],[-2,3],[-5,3],[-3,8],[0,3],[5,2],[1,-1],[2,-1],[3,-1],[2,0],[3,1],[0,2],[0,2],[-1,2],[3,2],[0,1],[3,-2]],[[6140,3130],[1,-1],[2,-2],[3,-3],[4,-2],[3,-1],[4,0],[1,-1],[3,-5],[0,-4],[0,-1],[1,-3],[2,-4],[5,-5],[-1,-9],[-4,-6],[-6,1],[-8,2],[-4,1],[-2,0],[-4,-2],[-4,0],[-4,2],[-3,3],[-5,4],[-4,1],[-4,0],[-6,-1],[-5,0],[-3,-4],[-4,-1],[-1,0],[-1,1],[-1,2],[0,9],[0,1],[2,4],[2,4],[2,0],[8,3],[5,-1],[5,3],[4,4],[2,5],[3,4],[4,4],[2,0],[6,-2]],[[6086,3155],[0,-3],[1,-1],[0,-5],[0,-2],[-2,-2],[-2,-3],[-2,-1],[-4,-3],[-4,2],[-3,-2],[-3,-8],[-4,-5],[-4,-4],[-11,-2],[-4,3],[0,1],[1,4],[4,4],[2,2],[1,0],[12,7],[10,7],[3,6],[7,5],[1,1],[1,-1]],[[9922,2074],[0,-1],[-1,-1],[-4,-5],[-3,-2],[-2,-4],[-1,-5],[7,-2],[9,-5],[-2,-5],[-1,-1],[-2,-2],[-2,-2],[-5,-3],[-4,-3],[-3,-3],[-1,-2],[-1,-2],[-2,-3],[-2,-2],[-5,-3],[-8,-1],[-4,4],[1,7],[5,10],[0,4],[1,4],[2,8],[7,12],[0,1],[2,1],[1,2],[3,5],[2,1],[1,1],[2,1],[2,0],[2,0],[3,-1],[3,-3]],[[9934,2079],[-2,-25],[-1,-3],[37,-33],[31,-64],[-49,-32],[23,-68],[-2,-1],[-7,-1],[-8,0],[-8,-1],[-5,1],[-3,0],[-7,1],[-4,1],[-6,1],[-7,3],[-8,3],[-7,3],[-7,4],[-7,4],[-7,0],[-8,1],[-8,1],[-7,1],[-8,3],[-5,2],[-2,1],[-7,3],[-7,4],[-7,5],[-7,5],[-3,3],[-3,3],[-6,6],[-7,6],[-8,1],[-7,3],[-4,1],[-4,2],[-7,3],[-5,3],[-3,2],[-7,4],[-6,6],[-6,5],[-6,6],[-6,7],[-5,7],[-5,7],[-4,8],[-4,8],[-3,8],[-3,9],[-3,8],[-2,9],[-1,4],[-1,6],[-1,9],[0,9],[0,5],[0,13],[99,7],[45,25],[22,-29],[28,-3],[24,22],[22,-12]],[[8600,2492],[0,-1],[4,-6],[0,-3],[2,-5],[1,-3],[6,-6],[1,0],[1,1],[2,4],[0,4],[-2,1],[1,1],[1,-2],[0,-6],[2,-10],[0,-5],[-2,-4],[-1,0],[-2,0],[-1,-1],[-1,-2],[0,-3],[-2,-7],[0,-1],[0,-2],[0,-1],[1,-2],[1,0],[0,1],[0,1],[0,2],[1,1],[0,-5],[-1,-2],[-4,-6],[0,-1],[-1,-6],[2,-7],[3,-4],[5,-7],[1,-1],[2,-2],[3,-5],[1,-2],[-5,-12],[-1,0],[0,-1],[-3,-3],[-4,-4],[-2,0],[-8,-8],[-6,-8],[-2,-3],[-3,-6],[-3,-8],[-1,-3],[-1,-4],[-1,-3],[0,-3],[1,-2],[1,-2],[2,-4],[1,-3],[2,-2],[1,-8],[-1,-4],[-7,-8],[-8,-8],[-2,-1],[-5,-9],[-2,-6],[-7,-14],[-5,-13],[-4,-13],[-2,-9],[-1,-5],[0,-3],[1,-3],[1,-3],[-1,-4],[-1,-5],[-5,-10],[-5,-13],[-3,0],[-1,0],[-1,-2],[-1,-1],[-3,-5],[0,-1],[0,-4],[-3,-10],[-3,-10],[-1,-3],[0,-3],[1,-2],[0,-5],[-1,-13],[0,-3],[-3,-5],[-2,0],[-4,0],[-3,2],[-7,-1],[-7,-5],[-5,-2],[-3,-2],[-4,-4],[-1,-3],[-4,-12],[-3,-2],[-2,-4],[-3,-7],[-4,-8],[-5,-10],[-2,-7],[-2,-8],[-1,-8],[-2,-10],[-2,-14],[-1,-2],[1,-2],[1,-4],[2,-1],[2,-1],[2,0],[2,3],[3,1],[3,0],[2,0],[9,-4],[0,-3],[-4,-6],[-2,-4],[1,-6],[1,-9],[0,-1],[0,-3],[-1,0],[-5,-1],[-3,-2],[-2,-2],[-2,-3],[-1,-2],[-1,-2],[4,-7],[4,-7],[2,-4],[1,-6],[1,-3],[-1,-1],[-1,0],[-2,0],[-8,7],[-11,4],[-9,10],[-2,3],[-3,4],[-3,3],[-4,2],[-2,1],[-3,0],[-9,-1],[-5,-1],[-6,-2],[-2,-1],[-1,-3],[-2,-3],[-2,-1],[-8,-3],[-7,-6],[-2,-2],[-6,-3],[-2,-1],[-2,-2],[-2,-1],[-5,-7],[-10,-5],[-5,-2],[-3,-2],[-4,-3],[-5,-7],[-7,-12],[-8,-16],[-8,-16],[-6,-13],[-7,-17],[-6,-16],[-5,-9],[-2,-7],[-3,-3],[-3,-3],[-1,0],[-3,-4],[-6,-10],[-6,-11],[-2,-4],[-1,-2],[-2,-6],[-2,-5],[-3,-2],[-1,0],[-2,1],[-1,0],[-1,-1],[-9,-9],[-5,-3],[-4,-3],[-2,-1],[-4,-2],[-4,-2],[-6,-6],[-2,-4],[-7,-11],[-3,-2],[-3,-5],[-5,-5],[-3,-2],[0,-1],[-1,0],[-6,0],[-8,1],[-1,0],[-3,-1],[-4,-3],[-2,-2],[0,-6],[-6,-4],[-2,-2],[-1,0],[-1,0],[-5,2],[-2,2],[-1,7],[2,2],[1,1],[2,1],[3,1],[4,-1],[5,-1],[0,-1],[1,1],[1,1],[0,2],[1,2],[0,2],[-1,1],[0,1],[-2,2],[-6,6],[-5,9],[-6,6],[-4,3],[-7,3],[-2,2],[-2,7],[-3,9],[-4,10],[-5,9],[-2,6],[5,7],[1,1],[6,16],[3,7],[4,15],[2,7],[5,16],[1,5],[7,25],[0,3],[0,6],[1,7],[3,21],[1,11],[0,1],[-1,12],[1,13],[0,13],[0,13],[0,5],[-2,12],[-2,5],[-6,9],[-3,0],[-1,0],[-3,-1],[-2,-1],[-2,1],[-2,1],[-4,2],[-6,4],[-3,2],[-2,1],[-5,1],[-5,3],[-3,7],[0,2],[2,2],[3,0],[2,7],[0,5],[0,3],[-1,2],[-1,2],[-7,12],[-4,3],[-3,-1],[-2,-1],[0,-1],[0,-1],[-1,0],[-5,2],[-1,1],[-3,3],[-2,4],[0,2],[1,4],[2,3],[10,7],[2,1],[4,2],[3,0],[5,-1],[5,2],[6,2],[10,5],[2,2],[3,2],[3,7],[2,3],[8,10],[10,3],[5,1],[4,7],[2,3],[3,8],[3,7],[5,11],[3,6],[0,3],[-1,10],[1,15],[1,4],[5,10],[5,11],[2,2],[1,3],[1,10],[2,5],[5,3],[4,2],[3,-1],[5,-2],[2,0],[3,3],[2,4],[1,2],[3,2],[5,1],[1,0],[3,5],[4,4],[1,2],[6,10],[4,5],[4,6],[4,8],[5,11],[4,9],[1,1],[5,2],[4,2],[3,2],[3,5],[1,3],[7,3],[5,4],[4,4],[3,2],[4,1],[7,1],[10,5],[15,6],[5,2],[9,7],[5,6],[1,1],[2,3],[4,2],[4,2],[7,3],[7,2],[6,4],[3,1],[4,4],[4,6],[3,2],[1,0],[3,0],[2,1],[16,11],[7,7],[6,3],[10,6],[7,3],[10,4],[5,2],[14,6],[5,4],[7,4],[4,1],[8,1],[8,1],[8,2],[5,2],[4,0],[2,0],[3,-2],[4,-2],[5,-1],[7,-1],[3,0],[3,0],[3,2],[3,2],[3,2],[2,3],[3,5],[3,6],[6,15],[2,1],[2,2],[1,3],[1,1],[1,2],[1,3],[2,5],[1,2],[1,0]],[[7562,2808],[1,-5],[2,-3],[3,-4],[1,-4],[-1,-2],[-1,0],[-2,-1],[-8,0],[-6,1],[-1,-1],[-5,-9],[-1,-2],[-3,-7],[-1,-4],[0,-1],[-3,-9],[-4,8],[-2,4],[-1,4],[0,2],[0,9],[1,4],[1,0],[2,0],[1,-1],[2,-1],[2,0],[2,0],[3,1],[2,2],[2,2],[3,9],[5,9],[3,1],[1,0],[2,-2]],[[6102,3193],[1,-1],[3,-3],[4,-2],[3,-4],[0,-8],[-4,-5],[-6,-2],[-10,-5],[-5,-2],[-1,-1],[-2,2],[-2,1],[-2,5],[-1,2],[-1,4],[1,3],[3,7],[0,1],[1,1],[3,5],[3,2],[10,2],[2,-2]],[[5602,3329],[0,-2],[0,-4],[-2,-3],[-4,-4],[-4,-6],[-1,-6],[1,-4],[-1,-2],[-3,-11],[-1,-9],[-1,-3],[0,-7],[1,-6],[-1,-7],[-1,-4],[0,-2],[0,-6],[0,-4],[0,-2],[-3,-3],[-4,-3],[-2,-2],[-5,-9],[0,-4],[3,-5],[4,-7],[4,-11],[3,-8],[0,-3],[-2,-8],[-1,0],[-2,9],[-8,9],[-8,8],[-6,11],[-3,6],[-3,3],[-4,2],[-3,1],[-5,2],[-5,7],[-3,6],[2,4],[2,9],[-1,9],[0,3],[0,3],[-1,1],[0,1],[0,2],[0,6],[1,2],[1,1],[9,9],[9,3],[5,2],[4,8],[1,2],[0,3],[8,9],[1,1],[1,3],[1,1],[2,1],[8,8],[2,2],[2,1],[6,-1],[2,0],[3,-1],[2,-1]],[[3936,3758],[6,-7],[3,-5],[1,-3],[-5,-10],[-1,-2],[-10,-6],[-6,-3],[-4,-2],[-6,-3],[-10,-1],[-8,0],[-3,-1],[-3,1],[-3,1],[-1,1],[-3,4],[-6,6],[-4,2],[-2,1],[-2,4],[0,2],[0,3],[1,3],[1,1],[4,1],[3,1],[2,-1],[5,-2],[3,0],[2,0],[5,2],[4,2],[3,4],[6,3],[1,0],[1,0],[2,-2],[3,-2],[1,-1],[0,-2],[-1,-4],[1,-5],[0,-2],[4,0],[2,1],[1,2],[3,5],[1,8],[0,3],[1,4],[6,-1],[2,0]],[[6481,3171],[1,-1],[3,0],[3,-2],[3,-2],[4,-7],[5,-7],[4,-1],[5,-5],[3,-4],[3,-4],[7,-3],[7,-3],[9,-5],[10,-6],[5,-3],[3,-3],[1,-1],[-1,-2],[-5,-3],[-6,-1],[-4,0],[-6,0],[-1,0],[-3,3],[-4,4],[-4,4],[-3,0],[-1,-2],[-8,-2],[-5,-1],[-6,1],[-6,-2],[-5,-3],[-4,-2],[-4,0],[-2,-1],[-3,-2],[-5,-4],[-4,-4],[-3,-2],[-6,-2],[-9,-4],[-3,-1],[-2,-2],[-2,-3],[-5,-8],[-7,-11],[-3,-2],[-3,-3],[-6,-2],[-6,-2],[-3,-4],[-1,-1],[0,-3],[-1,-2],[0,-3],[-4,-7],[-2,-2],[-4,-2],[-4,-3],[-4,-2],[-2,-3],[-4,-6],[0,-2],[0,-6],[-1,-6],[-1,-3],[-1,-1],[-4,-2],[-4,-2],[-2,-2],[-4,-6],[-6,-9],[-3,-4],[-8,-11],[-5,-3],[-4,-1],[-5,0],[-2,1],[-2,0],[-3,-1],[-8,-4],[-6,2],[-7,0],[-7,-5],[-2,-1],[0,-1],[-3,-5],[-2,-3],[-2,-4],[-5,-5],[-2,-2],[-4,0],[-8,0],[-7,1],[-9,1],[-3,2],[-8,7],[-5,0],[-4,3],[-6,8],[-5,10],[-1,4],[0,2],[0,2],[1,2],[9,-3],[3,-5],[2,-1],[1,1],[4,3],[2,5],[3,7],[1,3],[3,4],[11,6],[9,2],[1,1],[7,-1],[10,1],[6,-2],[12,-5],[2,1],[2,2],[10,4],[9,5],[0,1],[-2,4],[-2,5],[-1,6],[4,0],[1,0],[3,-1],[3,-1],[4,0],[1,1],[1,1],[0,3],[0,1],[-6,5],[-2,0],[-2,1],[-3,1],[-6,-2],[-5,3],[-1,4],[2,7],[3,10],[2,1],[5,1],[3,1],[5,4],[5,3],[5,1],[3,2],[4,1],[4,3],[13,3],[8,1],[3,1],[4,3],[2,2],[6,3],[9,7],[7,5],[8,3],[5,5],[7,8],[8,5],[9,7],[2,2],[0,3],[-2,5],[-4,1],[-5,0],[-6,0],[-4,2],[-1,1],[1,3],[3,8],[2,2],[3,1],[6,9],[4,2],[4,2],[7,0],[5,0],[4,0],[3,3],[2,5],[1,4],[5,1],[2,-3]],[[5030,3556],[2,0],[3,-3],[3,-1],[8,2],[2,0],[2,-1],[9,-9],[5,-5],[2,-2],[1,-1],[0,-1],[2,-11],[0,-1],[-1,-8],[0,-1],[-2,-3],[-4,-7],[-4,-6],[0,-1],[0,-7],[0,-2],[1,-1],[4,-1],[3,-4],[2,-5],[1,-8],[0,-8],[-1,-15],[-2,-3],[-1,0],[-5,5],[0,2],[0,9],[-3,9],[-2,1],[-2,0],[-1,-1],[-3,-3],[0,-2],[2,-13],[1,-7],[-1,-9],[-1,-3],[-3,-5],[-6,-6],[-3,-2],[-10,-1],[-7,0],[-1,1],[0,3],[4,4],[2,1],[2,2],[2,1],[0,5],[0,2],[-2,1],[-6,2],[-6,1],[-7,-1],[-1,0],[-5,-5],[-2,0],[-3,0],[-2,2],[-1,1],[-1,3],[1,2],[4,3],[1,7],[0,1],[0,2],[-2,2],[-7,-1],[-1,0],[-1,-2],[-3,-6],[-4,-3],[-5,1],[-8,-6],[-9,-5],[-4,-2],[-3,1],[-2,3],[0,2],[0,1],[1,6],[3,6],[2,2],[5,1],[1,0],[1,1],[2,1],[3,2],[0,1],[0,1],[-2,6],[-3,5],[-2,4],[-2,4],[-1,6],[1,2],[1,2],[4,2],[3,-2],[4,-1],[2,2],[1,3],[-4,4],[-3,3],[2,4],[3,5],[6,5],[3,13],[1,6],[1,0],[11,4],[10,3],[3,-2],[1,0],[1,0],[2,2],[0,1],[0,5],[-1,3],[3,2],[4,2],[9,4],[2,1],[1,-3]],[[8232,2752],[0,-1],[0,-2],[-2,-2],[-6,-1],[-6,-3],[-1,-1],[0,-2],[-5,-11],[-1,-2],[1,-2],[1,-1],[5,1],[6,1],[2,2],[1,0],[6,-2],[1,-1],[1,-2],[-2,-3],[-2,-3],[0,-1],[3,0],[1,1],[4,5],[2,2],[9,7],[8,4],[3,2],[3,1],[1,1],[1,0],[0,-1],[0,-12],[2,-4],[3,-4],[1,0],[1,-15],[0,-5],[0,-2],[-1,-14],[0,-2],[-3,-6],[-2,0],[-4,0],[-3,-1],[-3,-1],[-3,-2],[-1,-4],[2,-2],[1,0],[6,-2],[4,0],[5,-1],[1,-4],[0,-3],[-3,-3],[-2,-3],[-10,-3],[5,-6],[9,-8],[0,-1],[0,-3],[-4,-5],[-3,-2],[-8,-5],[-2,-4],[-3,-2],[-8,-4],[-1,-1],[-1,0],[-2,-1],[-2,0],[-4,1],[-6,4],[2,11],[2,3],[2,2],[3,0],[1,-1],[5,4],[3,6],[-1,4],[-4,3],[-2,1],[-3,1],[-3,1],[-5,2],[-5,5],[-4,2],[-6,-1],[-4,-3],[-11,-4],[-2,0],[-2,1],[-1,1],[0,4],[-1,2],[1,0],[2,2],[7,6],[8,5],[1,5],[0,7],[-1,2],[-2,1],[-6,0],[-3,-1],[-3,-5],[-3,-2],[-9,-1],[-3,3],[-3,3],[-4,1],[-3,-1],[-1,0],[-1,-2],[2,10],[1,9],[1,4],[-1,0],[-5,1],[0,4],[0,4],[2,2],[2,1],[1,0],[1,-5],[5,-3],[4,-1],[4,5],[4,4],[4,1],[1,0],[2,11],[0,2],[0,2],[-1,1],[-2,0],[-1,-1],[-1,0],[-3,1],[2,4],[3,4],[2,1],[7,2],[5,3],[3,4],[3,3],[4,3],[4,2],[6,2],[2,1],[2,0],[1,0],[0,-4]],[[4124,3787],[1,-1],[2,-2],[1,-1],[10,-2],[9,-1],[3,0],[3,-3],[-5,-7],[-8,-5],[-12,0],[-7,-3],[-5,-2],[-5,-3],[-4,-4],[-1,-1],[-6,-2],[-8,-1],[-3,1],[-6,-2],[-3,-1],[-1,-2],[0,-4],[0,-13],[0,-5],[1,-6],[-4,-5],[-7,0],[-4,0],[-5,1],[-2,0],[-3,0],[-10,-1],[-6,-1],[-9,0],[-2,0],[-1,-1],[-8,-6],[-1,-1],[-1,-2],[-2,-4],[-3,-3],[-4,-1],[-5,0],[-3,-2],[-6,-3],[-6,-6],[-6,-4],[-5,-1],[0,6],[-4,2],[-7,1],[-3,0],[-1,0],[-6,-5],[-6,0],[-4,4],[0,1],[0,1],[1,1],[5,3],[4,1],[5,7],[2,6],[4,3],[9,7],[9,5],[2,1],[4,2],[6,2],[5,3],[8,6],[7,4],[2,2],[2,3],[9,9],[9,6],[3,2],[4,3],[2,1],[5,0],[10,3],[9,6],[6,4],[12,4],[5,6],[2,0],[4,-2],[6,-5],[4,-1],[4,1],[1,1],[4,5],[3,2],[1,-1]],[[8255,2789],[-2,-7],[-2,-5],[2,-1],[3,-2],[4,-2],[1,-2],[-1,-1],[0,-1],[-7,-7],[-2,-1],[-5,-1],[-12,-1],[-2,-1],[-1,1],[-2,1],[-1,1],[-2,5],[-1,3],[-1,2],[1,0],[4,6],[4,2],[6,0],[5,5],[7,7],[1,-1],[2,1],[1,-1]],[[5786,3473],[9,-8],[-4,-9],[-5,-2],[-5,-5],[-1,-1],[1,-4],[2,-4],[0,-5],[-1,-4],[-5,-7],[-4,-7],[-5,-12],[0,-1],[0,-3],[0,-3],[2,-4],[1,0],[1,1],[0,-2],[-3,-7],[-4,-4],[-5,-6],[0,-1],[-1,-2],[2,-5],[4,-6],[4,-3],[2,0],[1,-1],[2,0],[1,-2],[3,-3],[3,-6],[-5,-3],[-1,0],[-2,-1],[-2,-4],[0,-6],[0,-5],[-1,-5],[-5,-6],[-7,-10],[-2,-6],[-1,-1],[0,-4],[0,-5],[1,-5],[-1,-3],[-3,-3],[-5,-3],[-4,-1],[-3,-2],[-7,-8],[-7,-8],[-6,-7],[-10,-6],[-6,-5],[-8,-7],[-1,-2],[-3,-3],[-4,-3],[-2,0],[-4,3],[-3,1],[-6,1],[-6,5],[-1,3],[-1,2],[-6,2],[-2,0],[-3,-1],[-1,-1],[-2,3],[-3,6],[-3,6],[-4,3],[-3,0],[-1,-4],[-3,-2],[-6,-2],[-1,0],[-2,3],[0,2],[0,1],[1,0],[0,2],[0,1],[-1,3],[-3,6],[-2,1],[-6,8],[-2,4],[-2,5],[0,5],[-2,10],[0,3],[0,3],[1,2],[2,4],[2,3],[2,1],[2,2],[1,3],[0,3],[-1,5],[0,5],[0,6],[0,8],[0,2],[1,1],[7,6],[2,2],[2,1],[9,8],[8,3],[8,5],[9,8],[1,2],[1,3],[-1,4],[-2,2],[-1,0],[-9,2],[-8,-6],[-3,0],[0,5],[1,3],[4,6],[6,7],[8,12],[7,9],[12,8],[12,4],[2,1],[9,6],[5,3],[3,3],[10,6],[4,2],[2,3],[1,5],[3,3],[2,1],[4,-5],[4,-6],[0,-3],[-1,-4],[-1,0],[-1,2],[0,2],[-3,4],[-1,1],[-1,-1],[-2,-3],[-1,-3],[0,-3],[0,-3],[-1,-7],[-1,-2],[-2,-3],[-2,-1],[-2,0],[-1,1],[-2,-2],[0,-1],[0,-2],[4,-5],[6,-4],[3,-1],[3,4],[3,2],[4,2],[4,1],[3,1],[5,1],[3,0],[6,-2],[4,1],[3,4],[5,11],[-1,3],[-1,1],[-1,1],[-3,1],[-4,-2],[-3,0],[0,2],[2,9],[0,3],[5,3],[4,-2],[5,-1],[5,2],[4,-2]],[[6766,3247],[2,-4],[1,-5],[0,-2],[-7,-5],[-8,-5],[-4,-4],[0,-1],[-1,-2],[-2,-1],[-5,0],[-1,1],[-10,5],[-1,1],[0,3],[0,4],[3,8],[3,0],[11,-1],[7,6],[1,1],[3,1],[1,0],[1,-1],[0,-2],[2,1],[0,2],[1,1],[2,0],[1,-1]],[[6938,3274],[3,-3],[5,-3],[3,-8],[0,-1],[-1,-1],[-1,-1],[-5,0],[-11,0],[-5,0],[-4,0],[-7,2],[0,1],[1,2],[4,1],[3,0],[0,2],[-2,0],[-7,0],[-3,-1],[-5,-3],[-2,-3],[-2,-5],[-3,-1],[-5,-1],[-8,-1],[-11,0],[-2,0],[1,5],[2,2],[2,0],[2,0],[2,-2],[5,-2],[2,1],[4,5],[-6,3],[-1,0],[-3,1],[-2,1],[-2,4],[1,2],[2,6],[3,1],[3,0],[1,0],[1,-1],[2,-4],[4,-2],[3,1],[5,4],[3,3],[5,1],[10,-2],[4,2],[3,0],[9,-5]],[[6310,3454],[2,-5],[-1,-4],[0,-2],[-3,-2],[-3,-2],[-2,-1],[0,2],[-2,0],[-2,-1],[0,-3],[4,-7],[7,-9],[1,-1],[3,-5],[1,-4],[0,-10],[0,-3],[-1,-4],[-4,-4],[-5,-3],[-4,6],[-11,1],[-3,4],[-1,1],[-2,0],[-6,-2],[-8,9],[-1,3],[-1,9],[-3,12],[-4,7],[8,-4],[3,-2],[5,-7],[7,3],[4,8],[3,6],[4,4],[3,2],[9,5],[0,1],[3,3],[0,-1]],[[6031,3548],[4,-4],[2,-2],[1,-3],[1,-4],[0,-6],[1,-7],[0,-2],[4,-4],[1,-1],[2,-1],[7,-3],[5,-10],[5,-5],[3,-3],[2,-4],[0,-2],[3,-10],[5,-13],[2,-7],[3,-8],[3,-11],[1,-4],[0,-9],[1,-7],[1,-3],[-2,-3],[-2,-5],[-2,-2],[-1,-9],[0,-8],[0,-2],[1,-1],[1,-1],[4,-2],[3,-1],[2,0],[2,1],[1,-1],[-3,-4],[-2,-2],[-5,-2],[-1,0],[-1,0],[-4,-1],[-3,-3],[-1,-2],[0,-2],[0,-9],[-1,-7],[-1,-6],[0,-5],[-1,-14],[-1,-10],[-2,-11],[0,-7],[-1,-3],[-2,-6],[-1,-1],[-1,-1],[-5,-10],[-2,-11],[-2,-10],[-4,-11],[-2,-8],[0,-3],[0,-2],[1,-1],[-1,-4],[0,-4],[-1,-3],[-2,-6],[-6,-10],[-6,-7],[-1,0],[-5,1],[0,2],[-4,1],[-6,-1],[-7,-1],[-7,-1],[-6,-4],[-6,-5],[-3,-3],[-4,-5],[-3,-5],[-3,-4],[-4,-1],[-6,1],[-3,1],[-1,-1],[-1,-1],[-6,-6],[-1,-1],[-1,-5],[-1,-4],[-3,-4],[-6,-3],[-5,-1],[-6,1],[-4,2],[-2,2],[0,4],[-3,5],[-4,5],[-2,3],[-1,4],[0,2],[3,8],[0,13],[1,4],[1,9],[-2,5],[-2,4],[-7,-1],[-5,3],[-5,4],[-1,3],[-3,2],[-4,3],[-2,0],[-2,0],[-3,-1],[-2,-1],[-2,-1],[-1,1],[0,1],[1,7],[5,10],[0,6],[-2,7],[-4,10],[-2,6],[-3,6],[-8,10],[-1,4],[0,5],[2,3],[5,9],[1,2],[0,3],[-5,11],[-4,5],[-7,6],[-8,12],[0,3],[1,0],[1,0],[0,2],[0,2],[-3,6],[-6,5],[-4,2],[-3,4],[1,9],[2,6],[1,2],[1,2],[1,-1],[2,-1],[7,-5],[7,-2],[5,-1],[5,7],[2,6],[1,3],[0,9],[2,4],[3,4],[7,6],[8,6],[8,8],[6,14],[2,1],[2,1],[2,1],[8,2],[7,-1],[6,1],[8,4],[6,5],[7,8],[4,6],[4,7],[4,7],[3,6],[2,3],[2,7],[3,7],[2,3],[3,4],[7,7],[3,1],[8,5],[6,2],[5,1],[9,7],[3,2],[1,1],[2,0],[3,0],[1,-1]],[[7700,3142],[1,-3],[2,-9],[1,-11],[1,-5],[3,-2],[2,0],[5,-4],[6,-5],[4,-3],[4,-1],[11,-1],[4,0],[6,5],[4,1],[4,-1],[4,-9],[5,-11],[2,-11],[0,-7],[-2,-6],[-9,-6],[-7,-5],[-4,-3],[-3,-2],[-3,-1],[-10,-2],[-4,-2],[-3,-2],[-3,-1],[-5,-1],[-5,-1],[-3,0],[-3,-2],[-7,-4],[-3,-3],[-3,0],[-6,-2],[-6,-1],[-3,0],[-2,0],[-7,-2],[-14,-4],[-11,-4],[-7,-2],[-10,-5],[-4,-2],[-5,-4],[-6,-4],[-3,0],[-2,0],[-12,-6],[-3,-3],[-4,-4],[-7,-12],[-4,-6],[-3,-5],[-6,-9],[-4,-5],[-8,-9],[-4,-5],[-7,-7],[-5,-4],[-4,-2],[-7,-2],[-4,1],[-4,2],[-4,3],[-6,2],[-4,1],[-9,4],[-9,3],[-8,1],[-7,0],[-15,-2],[-8,-3],[-4,-1],[-3,-1],[-7,-5],[-3,-4],[-3,-1],[-3,-2],[-3,0],[-1,-1],[-10,-5],[-5,-4],[-3,-4],[-2,-6],[-1,-4],[1,-3],[1,-3],[3,-2],[3,-3],[2,-2],[2,-7],[1,-4],[0,-6],[-1,-3],[-5,-1],[-5,-3],[-5,-8],[0,-8],[0,-8],[1,-7],[0,-1],[-1,-5],[0,-3],[0,-1],[0,-2],[2,-4],[3,-5],[1,-2],[1,-1],[-1,-1],[-1,0],[-2,0],[-5,2],[-3,1],[-4,3],[-4,6],[-5,6],[-1,0],[-5,1],[-1,2],[-3,6],[-1,5],[-2,5],[-5,5],[-2,2],[-3,3],[-2,4],[-3,12],[0,13],[2,8],[1,10],[-1,6],[-1,5],[-2,3],[0,1],[0,2],[4,13],[3,4],[4,5],[2,3],[2,0],[2,0],[2,-2],[8,4],[10,5],[7,2],[8,-2],[5,0],[5,-2],[5,-3],[2,0],[5,3],[4,4],[3,6],[5,8],[2,5],[5,8],[4,7],[3,5],[1,3],[6,12],[3,2],[5,4],[7,8],[4,7],[4,8],[6,7],[3,4],[2,1],[2,0],[3,3],[5,9],[7,3],[8,2],[4,2],[8,3],[13,9],[5,5],[7,6],[5,4],[6,6],[3,3],[8,5],[12,7],[7,2],[10,0],[7,-1],[7,1],[12,1],[10,2],[8,2],[3,0],[5,3],[14,8],[7,6],[9,8],[2,1],[3,2],[2,3],[4,2],[1,-1]],[[4466,3957],[4,-5],[3,-3],[2,0],[6,-1],[5,-1],[3,-2],[3,-4],[2,-3],[1,-4],[3,-9],[3,-6],[1,-3],[-1,-2],[-4,1],[-6,3],[-7,4],[-4,6],[-2,9],[-1,2],[-1,2],[-3,2],[-5,2],[-4,3],[-6,7],[0,1],[1,1],[3,0],[2,0],[2,0]],[[4063,4055],[-1,-5],[-3,-6],[0,-5],[4,-11],[3,-4],[4,-3],[9,-9],[3,-3],[4,-1],[8,-2],[5,-1],[2,-1],[0,-2],[0,-2],[-2,-5],[-8,-11],[-2,-2],[-6,-2],[-7,-5],[-6,-3],[-2,1],[-11,5],[-9,5],[-1,0],[-3,-1],[-5,-2],[-1,0],[0,-1],[0,-3],[2,-4],[2,-5],[-3,-2],[-4,2],[-3,5],[1,6],[-4,5],[-8,6],[-6,5],[-9,6],[0,8],[0,2],[3,0],[2,0],[1,-1],[3,-3],[1,-1],[9,1],[5,3],[1,1],[9,4],[4,2],[3,1],[4,3],[2,6],[-1,6],[-2,6],[1,7],[1,3],[2,4],[2,1],[5,3],[2,0],[0,-1]],[[7584,3202],[7,-7],[3,-3],[-1,-4],[-2,-5],[-3,-4],[-4,-3],[-3,-1],[-2,-1],[-4,-3],[0,-2],[1,-1],[1,-2],[2,-1],[7,-4],[5,-3],[5,-3],[3,-5],[-1,-2],[-4,1],[-3,2],[-2,4],[-7,1],[-2,-2],[-10,-4],[-10,-1],[-2,1],[-1,4],[-3,9],[-6,12],[-2,4],[-3,2],[-4,3],[-2,2],[-2,1],[0,1],[-1,7],[0,2],[1,0],[1,1],[7,2],[3,1],[10,3],[1,0],[1,-1],[7,-4],[4,-1],[3,2],[4,2],[1,0],[5,1],[2,-1]],[[7345,3284],[3,-1],[7,-7],[2,-3],[0,-2],[1,-4],[0,-2],[-1,-4],[-2,-7],[-1,-5],[-3,-1],[-1,0],[-1,0],[0,2],[0,2],[3,4],[0,2],[-2,3],[-6,1],[-8,4],[-5,3],[-11,8],[-1,2],[1,1],[4,4],[1,0],[2,0],[4,0],[6,1],[3,0],[3,1],[2,-2]],[[1401,4581],[5,-15],[-1,-8],[-1,-4],[1,-11],[3,-7],[3,-5],[1,-3],[0,-8],[5,-7],[2,-3],[4,-1],[3,-1],[1,-4],[3,-13],[4,-9],[2,-2],[6,-7],[1,-1],[12,-12],[7,-5],[6,-2],[2,0],[2,1],[2,1],[2,3],[3,3],[3,0],[1,0],[8,-4],[6,-3],[9,-4],[9,-1],[8,-6],[5,-4],[7,-4],[2,-2],[6,-1],[5,-2],[4,-4],[4,-4],[4,-3],[3,0],[3,0],[7,-2],[7,-6],[9,-8],[2,-3],[-3,-11],[-1,-5],[-2,-11],[-1,-4],[1,-2],[2,-4],[1,-2],[6,-4],[7,-4],[5,-5],[8,-4],[6,-3],[4,0],[2,-1],[2,-4],[2,-8],[2,-3],[3,-7],[2,-2],[10,-7],[4,-3],[9,-4],[10,-5],[4,-6],[0,-13],[0,-9],[1,-8],[2,-3],[-4,-5],[-1,-1],[-2,-2],[-1,0],[-1,1],[0,1],[1,1],[1,0],[1,1],[1,1],[1,4],[0,1],[-1,1],[-2,3],[-3,1],[-3,0],[-4,0],[-3,4],[-5,5],[-4,5],[-1,2],[-2,1],[-9,1],[-3,1],[-6,4],[-11,6],[-7,7],[-3,5],[-3,0],[-2,0],[-7,0],[-6,-1],[-9,-3],[-12,-6],[-7,-4],[-3,-3],[-4,-3],[-3,-5],[0,-1],[0,-3],[1,-1],[-5,-8],[-5,-6],[-2,-4],[-7,-6],[-1,-1],[-1,-6],[-3,-10],[-1,-3],[0,-2],[1,-1],[9,-9],[7,-9],[3,-4],[2,-4],[1,-2],[-1,-9],[-3,-3],[-7,-2],[-5,-7],[-7,-2],[-4,-1],[-3,1],[-3,3],[-11,5],[-8,7],[-4,6],[0,4],[0,4],[-3,6],[-4,2],[-5,2],[-6,6],[-5,5],[-4,5],[-2,5],[-6,8],[-6,12],[-2,8],[-7,7],[-8,2],[-7,4],[-9,4],[-8,5],[-4,3],[-3,4],[-5,8],[-9,12],[-1,10],[2,11],[-2,6],[-3,1],[-6,1],[-2,1],[-7,4],[-1,1],[-1,15],[3,4],[4,2],[1,1],[0,2],[-2,7],[0,1],[-1,0],[-11,2],[-6,1],[-3,1],[-5,2],[-3,2],[-1,2],[-5,10],[-4,5],[-7,8],[-1,1],[-2,6],[0,2],[0,7],[3,5],[-1,11],[-2,8],[-4,8],[0,14],[0,4],[2,13],[4,13],[1,4],[2,5],[2,2],[4,2],[2,2],[3,9],[2,4],[6,10],[9,8],[5,4],[5,4],[5,4],[1,2],[9,8],[8,7],[4,0],[5,-1]],[[4974,3946],[1,-1],[0,-9],[-1,-15],[-5,-8],[1,-7],[0,-5],[-2,-5],[-2,-4],[-1,-2],[-1,-2],[1,-1],[5,-3],[2,-1],[1,1],[-1,1],[0,3],[6,-2],[3,-5],[-1,-4],[0,-6],[4,-1],[11,-2],[5,0],[4,0],[1,0],[3,-5],[3,-7],[2,-9],[4,-5],[3,-6],[1,-4],[0,-5],[-1,-4],[-3,-4],[-1,-1],[-5,-4],[-3,3],[-2,6],[-3,0],[-10,-4],[-1,-7],[0,-5],[3,-5],[1,-3],[0,-2],[-2,-5],[-6,-10],[-5,-12],[-2,-11],[-2,-5],[-3,-2],[-5,1],[-1,-1],[-2,-11],[-2,-5],[-4,-5],[-5,-4],[-4,-5],[-6,-11],[-5,-3],[-4,-7],[-4,-7],[-1,0],[-6,-1],[-3,-1],[-3,-2],[-3,-2],[-5,-1],[-7,0],[-1,3],[0,9],[5,2],[3,0],[1,0],[1,1],[0,2],[-3,7],[-2,4],[0,8],[1,9],[0,2],[2,0],[5,7],[2,13],[-1,3],[0,1],[1,3],[7,8],[3,3],[6,3],[2,1],[1,1],[0,1],[1,3],[-4,10],[-1,1],[-2,2],[-1,7],[-1,3],[-1,8],[0,3],[4,-2],[1,4],[0,6],[-2,5],[-2,8],[-1,6],[0,1],[1,1],[2,3],[-3,2],[-6,1],[-3,-3],[-5,-2],[-4,-1],[-2,2],[-4,10],[0,3],[1,3],[5,12],[4,8],[5,9],[4,5],[3,4],[5,6],[3,6],[1,2],[3,4],[10,8],[8,7],[5,8],[4,2],[6,4],[1,-1]],[[4005,3845],[1,11],[22,30],[5,11],[1,21],[-30,8],[-13,-15],[-4,-2],[-20,3],[-19,7],[-11,-2],[-5,-5],[-4,4],[-3,15],[-13,-6],[-17,4],[2,26],[-9,11],[-5,-3],[-5,2],[-5,-5],[-12,1],[-3,3],[2,9],[-14,3],[-7,-3],[-13,12],[-12,5],[-1,6],[-4,6],[-27,-1],[-14,5],[-5,13],[-4,0],[-3,14],[7,25],[7,9],[6,-1],[2,3],[3,14],[-5,14],[8,2],[7,8]],[[3791,4107],[5,-2],[7,-5],[9,-5],[11,-5],[5,-1],[6,-3],[4,-5],[2,-1],[6,-3],[5,-3],[2,-5],[1,-4],[2,-5],[0,-2],[3,-8],[5,-5],[8,-5],[4,-1],[8,-1],[5,0],[1,-4],[4,-8],[2,-4],[6,-4],[7,-1],[6,0],[2,0],[7,2],[3,2],[10,8],[6,6],[6,7],[-2,7],[-2,7],[-2,5],[-2,9],[-1,6],[-2,5],[-6,10],[-8,9],[-2,4],[-2,3],[-4,8],[-4,7],[-4,3],[-3,2],[-4,2],[-3,-1],[-5,1],[-1,2],[1,5],[3,4],[1,-1],[1,-1],[4,2],[2,2],[3,4],[0,7],[0,2],[2,2],[1,0],[5,0],[4,1],[4,1],[9,5],[9,1],[5,0],[10,3],[5,1],[5,1],[2,-1],[12,-4],[1,-1],[2,-2],[2,-5],[2,-6],[4,-7],[3,-5],[1,-3],[1,-4],[0,-2],[-2,-8],[-6,-11],[0,-7],[-4,-7],[-8,-10],[-3,-3],[-1,-5],[-1,-5],[0,-7],[-3,-11],[-6,-5],[-3,0],[-4,0],[-3,2],[-1,-3],[4,-6],[1,-1],[5,-1],[4,-1],[2,-2],[3,-6],[7,-4],[9,-5],[8,-5],[3,-3],[2,-3],[0,-3],[0,-2],[-3,-5],[-2,-2],[-3,-2],[-3,-2],[-5,1],[-5,0],[-4,0],[-2,-1],[-1,-1],[2,-13],[1,-1],[3,0],[4,0],[5,2],[-4,2],[5,-2],[8,-4],[9,-3],[4,0],[3,-1],[3,0],[4,-1],[4,-3],[10,-8],[3,0],[0,-1],[2,-2],[10,-8],[3,-1],[5,-3],[1,-6],[-1,-2],[0,-1],[2,-4],[2,-1],[5,-2],[7,-1],[2,0],[2,-1],[4,-4],[6,-9],[7,-7],[4,-5],[1,-2],[1,-2],[-1,-2],[-1,-1],[-2,-4],[-1,-3],[-1,-4],[1,-5],[3,0],[2,-4],[-3,-5],[-5,-3],[-9,-6],[-4,-2],[-4,-1],[-11,-1],[-6,-3],[-7,-2],[-4,-2],[-4,-3],[-5,-2],[-7,-2],[-5,-1],[-4,1],[-6,1],[-2,0],[-2,0],[-2,-1],[-3,-2]],[[7327,3371],[7,-5],[6,-4],[4,0],[2,2],[3,0],[2,-1],[6,-4],[4,-3],[6,-2],[6,-2],[6,1],[0,1],[1,0],[2,0],[6,-3],[3,-3],[0,-3],[1,-2],[2,-1],[8,-4],[5,-4],[9,-7],[2,-2],[3,-3],[2,-3],[1,-3],[0,-2],[-2,0],[-7,0],[-3,1],[-4,2],[-3,-1],[4,-7],[2,-4],[1,-2],[9,-10],[10,-6],[3,-5],[4,-5],[4,0],[2,1],[4,3],[2,0],[3,1],[6,1],[2,0],[2,-1],[2,-2],[1,-3],[2,-4],[3,-6],[5,-5],[1,-9],[-5,-10],[-4,-14],[-4,-3],[-6,-2],[7,-3],[4,-1],[2,0],[3,-2],[0,-3],[-1,-1],[-2,-2],[-2,-2],[-2,-2],[-4,-1],[-3,-4],[-1,-1],[1,-2],[2,-1],[2,-1],[2,-1],[3,1],[6,-2],[5,-3],[2,-2],[1,-2],[1,-1],[-1,-1],[-2,-3],[-2,-2],[-3,1],[-2,1],[-5,3],[-5,3],[-2,1],[-4,-2],[-7,-3],[-4,-1],[-7,2],[-11,3],[-6,2],[-5,0],[-4,-3],[0,-2],[0,-2],[1,0],[1,-1],[2,-2],[0,-3],[0,-8],[0,-12],[0,-2],[-2,-2],[-2,0],[-10,1],[-12,-1],[-8,3],[-6,1],[-5,1],[-6,11],[-2,5],[-1,6],[0,1],[-1,2],[-1,1],[-4,2],[-2,1],[-3,0],[-6,0],[-4,3],[0,1],[1,2],[3,2],[8,9],[8,8],[1,5],[-2,6],[-2,2],[-1,2],[-1,5],[1,6],[5,10],[4,9],[4,6],[1,2],[0,5],[0,6],[-1,5],[-1,3],[1,3],[2,1],[2,0],[3,-1],[8,-3],[7,-4],[3,-1],[1,0],[1,2],[0,1],[-4,4],[-4,7],[-2,5],[-2,5],[0,3],[-2,3],[-6,8],[-5,3],[-2,1],[-8,2],[-4,-3],[-2,-3],[1,-2],[-2,-1],[-5,-2],[-5,-1],[-2,2],[-1,4],[1,4],[1,2],[2,2],[3,1],[0,7],[-2,4],[-3,2],[-7,5],[-7,6],[-6,2],[-2,0],[-7,7],[0,1],[-1,3],[0,1],[1,3],[2,2],[4,2],[1,1],[1,1],[2,-4]],[[5773,3845],[3,-3],[2,-3],[0,-6],[-1,-1],[1,-2],[0,-3],[3,-13],[-3,-11],[-2,-6],[-4,-6],[0,-1],[-2,0],[0,2],[-1,5],[1,7],[0,5],[0,4],[-1,13],[0,8],[1,8],[2,3],[1,0]],[[3950,4268],[-1,-1],[1,-1],[1,0],[0,1],[0,-1],[0,-1],[0,-1],[1,0],[2,-1],[1,-2],[1,-4],[0,-1],[-1,-2],[0,-1],[1,-2],[0,-2],[-3,-5],[-6,-5],[-1,-1],[-2,-1],[-3,-2],[-1,1],[-2,-1],[-2,0],[-4,-5],[-3,-5],[-3,-6],[0,-2],[-1,-1],[-10,2],[-1,0],[-2,1],[-2,1],[-2,8],[-1,3],[0,2],[4,8],[3,7],[6,11],[4,9],[2,3],[3,2],[2,0],[1,-2],[2,-1],[2,0],[1,0],[2,0],[2,0],[1,-1],[1,0],[1,0],[2,0],[2,0],[1,1],[1,-2]],[[5728,3884],[3,-4],[1,-6],[0,-3],[2,-3],[3,-4],[7,-10],[-2,-10],[-4,-12],[0,-5],[4,-5],[4,-4],[3,1],[2,3],[4,5],[2,2],[2,-2],[1,-2],[1,-5],[-2,-15],[-1,-7],[-2,-2],[-1,-1],[-6,1],[-1,2],[-2,4],[-3,1],[-3,-5],[-1,-5],[-1,-2],[-5,-2],[-8,-2],[1,11],[0,2],[6,9],[5,4],[1,4],[1,5],[-1,3],[-1,3],[-2,3],[-3,1],[-2,1],[-4,-1],[-4,3],[-3,4],[-6,10],[-7,8],[0,3],[-1,11],[0,3],[3,1],[4,0],[0,-3],[3,-4],[2,-2],[1,-1],[5,-1],[2,1],[1,2],[0,8],[0,10],[2,-1]],[[5405,3990],[2,-1],[6,-7],[7,-2],[10,-3],[8,-2],[7,-2],[3,-1],[2,-5],[2,-4],[1,-1],[6,-6],[2,-4],[3,-6],[2,-14],[1,-13],[-1,-11],[0,-6],[-3,-8],[-4,-6],[-5,-7],[0,-2],[-1,-1],[0,-3],[0,-1],[1,-3],[2,-1],[1,-1],[2,1],[1,1],[5,2],[4,0],[1,-4],[0,-2],[2,-6],[1,-3],[2,-1],[3,-2],[3,-3],[2,-2],[0,-3],[-3,-2],[0,-1],[0,-1],[2,-3],[2,-4],[3,-3],[1,-2],[1,-1],[-6,-4],[-6,-2],[-4,-4],[-3,-4],[-2,-5],[-3,-6],[-3,-1],[-1,0],[-1,1],[0,6],[0,4],[-9,-5],[-10,-6],[-3,-1],[-4,-2],[-4,-4],[-3,-2],[-3,-4],[-8,-3],[-7,-2],[-2,-1],[-2,-2],[-3,-4],[-5,-3],[-1,0],[0,1],[-1,2],[3,7],[2,7],[1,8],[2,11],[1,2],[0,1],[0,2],[-2,7],[-2,1],[-1,1],[-3,0],[-1,-2],[-3,-2],[-7,-1],[-2,0],[-6,5],[0,12],[1,2],[0,4],[0,2],[3,5],[6,3],[3,6],[1,5],[3,4],[4,3],[4,3],[4,7],[0,4],[2,6],[1,2],[1,0],[1,0],[2,-1],[2,4],[1,4],[2,8],[-1,4],[-3,7],[1,13],[-1,10],[1,3],[1,5],[4,3],[1,1],[-1,4],[-1,2],[0,1],[-6,2],[-6,2],[-3,2],[-2,2],[-1,4],[-3,11],[0,2],[3,3],[1,0],[0,1],[3,-1]],[[7249,3546],[1,-3],[4,-12],[4,1],[3,2],[6,1],[8,-3],[8,-3],[8,-4],[2,-7],[-1,-6],[-4,-8],[-3,-3],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-1,1],[-3,0],[-1,-3],[-1,-5],[0,-1],[2,-2],[4,-3],[3,0],[5,-1],[1,0],[10,3],[10,-3],[1,0],[1,-3],[-1,-3],[0,-2],[-3,-2],[-5,0],[-2,1],[-1,-1],[-1,-3],[-1,-3],[0,-2],[0,-1],[1,-3],[1,-1],[3,-3],[3,-2],[5,-5],[6,-7],[5,-9],[6,-11],[0,-2],[1,-3],[-1,-5],[-1,-2],[-2,-3],[-4,-3],[-3,3],[-8,7],[-2,0],[-2,-1],[0,-1],[3,-5],[3,-9],[-9,1],[-7,-3],[-7,0],[-2,0],[-3,1],[-3,3],[-2,7],[-6,5],[-2,4],[0,1],[6,2],[7,3],[2,0],[5,1],[4,7],[2,10],[0,4],[-4,0],[-4,0],[-3,-3],[-6,-5],[-6,-2],[-6,-6],[-1,0],[-1,-3],[-1,-1],[2,-4],[-3,-1],[-1,0],[-6,5],[-2,3],[-3,5],[-3,10],[0,5],[1,4],[9,8],[9,5],[0,6],[-1,5],[-10,5],[-1,0],[-10,-3],[-3,-3],[-2,0],[-1,1],[-1,0],[-2,2],[-1,3],[-4,11],[-6,2],[-10,3],[-2,2],[-4,7],[0,4],[0,4],[0,4],[3,0],[2,4],[1,4],[2,5],[1,3],[4,3],[3,-2],[4,-3],[4,-5],[2,-2],[6,1],[3,1],[5,3],[-1,1],[-1,4],[-2,1],[-1,-1],[-1,-3],[-1,0],[-1,0],[-4,5],[-2,2],[0,4],[0,2],[7,3],[7,0],[1,-3]],[[4139,4354],[0,-1],[1,-3],[0,-2],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-3,-4],[-2,-3],[-1,-4],[0,-4],[-4,-4],[-5,-1],[-3,0],[-1,-1],[-3,-1],[-2,-2],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[4,-7],[1,-9],[-2,-2],[-4,-4],[-2,-1],[-3,-3],[-1,-1],[-4,-9],[-1,-1],[0,-1],[-2,-4],[1,-8],[0,-9],[1,-2],[2,-3],[0,-1],[0,-1],[0,-1],[-7,-7],[-1,0],[-1,0],[-10,-5],[-10,-6],[-10,-6],[-1,-1],[-2,-1],[-3,-1],[-8,4],[-1,1],[-4,4],[-9,10],[-3,1],[-2,7],[4,3],[5,1],[4,1],[4,2],[0,1],[1,2],[-1,2],[-4,13],[-1,6],[0,2],[-4,7],[-1,0],[-3,3],[-4,2],[-3,1],[-3,1],[-4,2],[-4,1],[-1,1],[-1,1],[-2,10],[-1,5],[0,4],[0,1],[-1,1],[-2,1],[0,-1],[0,2],[0,-1],[2,0],[0,1],[0,1],[-1,0],[-1,1],[-2,1],[-1,2],[-1,3],[-4,10],[-1,3],[0,2],[0,3],[6,4],[8,0],[2,-1],[4,0],[1,-1],[2,1],[6,2],[6,4],[6,2],[10,2],[9,1],[4,2],[1,1],[1,-1],[0,-2],[0,-1],[1,0],[7,0],[7,1],[8,0],[11,-1],[11,0],[11,-1],[4,0],[3,0],[10,-2],[1,0]],[[5901,3964],[2,-3],[1,-2],[1,-1],[-1,-5],[0,-2],[3,-4],[4,-2],[5,0],[5,1],[5,-1],[1,0],[0,-4],[3,-12],[9,3],[6,0],[8,1],[2,1],[2,0],[0,-1],[-1,-12],[0,-13],[-1,-11],[0,-4],[-1,-1],[-2,-1],[-2,-1],[-6,0],[-10,0],[-10,-1],[-3,-3],[-4,-4],[0,-7],[-5,-3],[-6,4],[-2,0],[-2,-2],[-1,-2],[0,-8],[-2,-14],[-1,-1],[0,-1],[-1,0],[-2,1],[-2,5],[-2,5],[-5,1],[-1,0],[-3,-3],[-4,-3],[-5,-5],[-4,-6],[-4,-2],[-5,-2],[-6,3],[-9,5],[-5,3],[-2,0],[-1,-1],[0,-3],[0,-4],[-2,0],[-2,2],[-2,2],[-3,5],[-1,7],[-1,2],[-2,1],[-1,-1],[-1,-2],[-1,-8],[-3,-6],[-4,-5],[-5,-7],[-1,0],[-1,1],[2,6],[3,6],[1,3],[1,3],[0,4],[0,3],[-3,2],[-1,1],[-4,2],[-3,8],[1,5],[2,6],[2,2],[1,0],[5,-2],[4,-4],[4,-1],[3,2],[2,11],[1,5],[2,5],[0,6],[-1,13],[-1,2],[-2,2],[-6,2],[-4,4],[-2,3],[-3,8],[-1,2],[0,3],[0,2],[5,11],[3,2],[3,0],[1,0],[1,0],[6,3],[5,3],[4,2],[7,1],[0,1],[6,-1],[8,-3],[1,-2],[1,-8],[-1,-4],[0,-4],[0,-2],[1,-8],[4,-6],[2,-4],[6,-9],[5,-1],[4,6],[0,2],[1,5],[-1,5],[-1,8],[-3,11],[0,3],[5,4],[3,1],[6,2],[6,0],[1,0],[2,-1]],[[4907,4230],[0,-2],[2,-1],[7,-3],[11,-5],[5,-5],[6,-8],[2,-6],[4,-5],[3,-2],[1,-2],[2,-5],[0,-1],[-4,-9],[-4,-13],[-5,-12],[-3,-9],[-2,-7],[-1,-4],[-3,-7],[-4,-7],[-4,-5],[-6,-10],[-5,-8],[-3,-5],[-4,-6],[-2,-5],[-2,-2],[-3,-4],[-5,-7],[-9,-7],[-2,-2],[-3,-1],[-5,-4],[-8,-12],[-5,-10],[-6,-6],[-2,-5],[-4,-5],[-3,-4],[-5,-4],[-5,-1],[-2,-1],[-7,-1],[-3,0],[-3,13],[0,4],[1,6],[-1,6],[-1,3],[1,7],[3,13],[2,12],[1,8],[-1,5],[-2,4],[-2,-1],[-2,2],[-6,3],[-1,3],[0,1],[5,12],[0,13],[-1,1],[-1,4],[1,5],[2,7],[5,8],[4,10],[2,5],[3,10],[5,11],[2,9],[1,7],[1,2],[1,1],[1,1],[6,2],[9,0],[6,1],[9,5],[0,1],[0,2],[-1,1],[-5,2],[-2,0],[-1,0],[-2,-3],[-3,-2],[1,2],[4,6],[7,9],[5,3],[6,3],[12,3],[12,-1],[3,-1]],[[5269,4159],[0,-1],[0,-2],[-2,-6],[-1,-4],[0,-6],[-1,-8],[-1,-7],[-2,-5],[0,-5],[1,-3],[0,-1],[2,-3],[1,-1],[1,0],[2,-3],[2,-4],[-1,0],[-1,0],[-9,3],[-9,3],[-3,-1],[-2,0],[-5,-1],[-4,0],[-3,1],[-7,2],[-6,2],[-8,3],[-9,1],[-12,0],[-2,0],[-2,1],[-5,3],[-2,2],[-2,2],[1,1],[7,1],[4,-1],[9,1],[10,-1],[2,-1],[2,1],[4,5],[4,5],[4,4],[3,2],[3,5],[1,8],[3,4],[2,-1],[4,-1],[1,0],[8,5],[7,2],[2,0],[2,0],[6,0],[1,-1]],[[7166,3726],[3,-1],[4,0],[3,-2],[2,-2],[3,-3],[2,-3],[-1,-3],[0,-5],[2,-3],[5,-4],[8,-4],[4,-3],[4,-1],[2,-1],[6,1],[3,1],[2,4],[3,2],[1,0],[3,-1],[2,-1],[3,-8],[1,-2],[0,-2],[-2,-7],[-3,-10],[-2,-9],[-4,-4],[-3,3],[-4,2],[-5,-1],[-4,5],[-4,8],[3,3],[3,0],[2,3],[0,2],[-6,4],[-4,0],[-3,0],[-2,-3],[-3,-4],[-5,1],[-4,2],[-4,5],[-2,2],[-2,0],[-3,0],[-2,0],[-4,0],[-4,2],[-2,2],[-4,13],[2,12],[5,9],[2,2],[2,-1],[1,0]],[[4694,4334],[1,-3],[0,-5],[1,-3],[2,-6],[3,-6],[2,-5],[-3,-11],[2,-9],[-1,-3],[-5,-4],[-3,-1],[-3,-1],[-2,-5],[-2,-6],[-2,-8],[-4,-11],[-2,-14],[-1,-7],[-3,-7],[-3,-10],[-5,-13],[-5,-13],[-1,-3],[-2,-4],[-1,0],[-1,6],[-2,10],[1,12],[0,6],[1,6],[1,9],[3,9],[2,7],[3,9],[4,15],[3,11],[2,10],[2,12],[4,14],[2,5],[3,5],[3,8],[2,2],[3,3],[1,-1]],[[7016,3801],[0,-3],[3,-1],[4,-1],[1,-5],[-1,-8],[0,-1],[2,-2],[6,-1],[5,0],[5,-3],[1,-1],[3,-5],[1,-5],[0,-3],[1,-9],[7,-4],[6,-4],[1,-2],[-1,-3],[-1,-2],[-3,0],[-5,1],[-8,8],[-3,1],[-7,2],[-5,3],[-6,3],[-8,-1],[-3,-8],[-3,-14],[1,-7],[1,-1],[0,-1],[-1,-1],[-6,-4],[-2,1],[-3,3],[-2,4],[-3,-3],[1,-4],[4,-5],[3,-3],[9,-8],[4,-3],[3,-2],[2,-2],[1,-1],[1,-4],[1,-2],[-1,-1],[-4,0],[-3,-2],[-3,-5],[-2,-12],[1,-1],[3,-2],[4,-2],[2,-1],[2,-3],[0,-2],[-1,-10],[-3,-4],[-6,0],[-7,3],[-8,2],[-4,4],[1,5],[4,4],[2,1],[4,2],[2,2],[1,1],[0,2],[-2,3],[-9,3],[-3,1],[-2,-1],[-1,-2],[0,-4],[-4,-3],[-2,0],[-2,0],[-1,1],[-2,2],[-1,3],[0,4],[2,1],[2,0],[1,3],[0,14],[0,8],[0,4],[1,4],[0,5],[-1,6],[-1,3],[0,1],[4,6],[1,1],[3,0],[3,2],[-1,4],[-4,6],[-2,12],[-1,3],[0,2],[0,2],[3,0],[1,3],[-1,4],[-3,6],[-1,8],[-1,7],[0,1],[1,3],[1,1],[4,-3],[6,-4],[1,-2],[0,-4],[-1,-1],[0,-2],[2,-1],[4,-1],[2,1],[8,7],[3,5],[2,5],[0,3],[1,0]],[[7525,3690],[1,0],[0,-1],[-1,-2],[-2,-3],[-3,-1],[-2,-1],[-2,-3],[-2,-6],[0,-1],[10,-8],[5,-4],[0,-1],[1,-1],[-1,-1],[-1,-1],[-1,-1],[-3,-2],[-2,0],[-5,-2],[-2,0],[-2,0],[-1,1],[-3,2],[-1,4],[-1,3],[0,9],[1,9],[1,4],[1,3],[6,9],[0,2],[1,0],[8,-7]],[[5565,4220],[2,-3],[1,-5],[5,-10],[-6,-10],[2,-8],[9,-1],[9,-1],[10,-3],[8,1],[8,5],[9,3],[1,0],[4,-1],[5,-3],[1,-2],[3,-4],[9,-5],[3,-5],[2,-7],[3,-3],[5,0],[1,1],[1,1],[-1,3],[-2,4],[0,1],[0,2],[1,3],[1,-1],[3,-2],[3,-2],[2,-2],[2,0],[7,-2],[8,4],[2,2],[3,0],[3,0],[4,-2],[12,-8],[11,-7],[6,-6],[3,-4],[5,-4],[9,-6],[3,-3],[5,-2],[5,-1],[3,-4],[0,-2],[0,-7],[-1,-4],[0,-8],[0,-8],[-4,-14],[-2,-5],[-6,-10],[-3,-2],[-2,-2],[-1,-3],[-2,-5],[0,-2],[-2,-6],[-2,-8],[0,-3],[3,-3],[2,-4],[1,-1],[-1,-1],[-2,-4],[-3,-2],[-2,0],[-9,-2],[-6,-3],[-6,-3],[-8,-4],[-5,-2],[-1,0],[-3,1],[0,3],[-1,1],[-12,6],[-9,6],[-7,5],[-4,3],[-3,5],[-1,3],[-3,3],[-2,1],[-7,3],[-1,1],[-2,0],[-2,0],[-1,-1],[-2,-3],[-1,-3],[-6,2],[-3,1],[-9,5],[0,3],[0,2],[1,2],[2,7],[1,6],[-4,5],[-2,2],[-2,5],[0,3],[-1,1],[-6,3],[-4,1],[-3,0],[-4,2],[-6,6],[-7,7],[-5,2],[-3,2],[-4,3],[-3,5],[-9,11],[-7,8],[-9,5],[-8,8],[-7,8],[-2,3],[-7,6],[-4,3],[-2,2],[-5,4],[-1,2],[-3,7],[-2,4],[-8,10],[-3,6],[-1,7],[0,3],[0,2],[6,8],[1,1],[2,1],[1,0],[9,-4],[1,-11],[0,-1],[4,-2],[1,3],[1,4],[0,4],[1,3],[4,3],[1,0],[6,-2],[2,-3],[2,-1],[2,3],[3,4],[0,1],[5,-1],[2,-3],[2,-5],[2,-3],[2,2],[3,5],[4,3],[1,0],[4,0],[4,-2]],[[7162,3845],[1,-2],[0,-3],[1,-8],[5,-4],[7,-5],[3,-8],[2,-3],[3,-3],[1,-1],[1,1],[0,1],[5,-4],[3,-4],[4,-7],[-1,-5],[-10,-8],[-5,4],[-7,10],[-4,5],[-6,11],[-4,2],[-2,4],[-4,7],[-2,6],[0,2],[6,12],[1,1],[2,-1]],[[4005,3845],[-1,-2],[-6,-6],[-5,-3],[-2,0],[-1,0],[-5,3],[-7,4],[-7,3],[-9,1],[-2,0],[-6,1],[-11,1],[-13,2],[-7,-1],[-5,-2],[-2,-2],[-4,-6],[-5,-3],[-6,-1],[-2,0],[-2,-1],[-1,-2],[-1,-5],[-3,-3],[-4,-2],[-5,-1],[-2,0],[-2,1],[-5,2],[-4,3],[-1,3],[1,4],[-3,3],[-7,2],[-1,0],[-3,-1],[-7,-7],[-1,-1],[-1,-6],[-9,-7],[-3,-6],[0,-1],[2,-2],[5,-1],[1,0],[4,2],[1,0],[1,-1],[-2,-2],[-2,0],[-6,-1],[-3,1],[-4,0],[-10,0],[-3,-1],[-3,-2],[-2,-3],[-1,-2],[1,-3],[0,-6],[3,-7],[1,-2],[3,-2],[2,2],[5,3],[4,1],[4,-3],[3,-2],[-3,-5],[-3,-2],[1,-6],[2,-2],[2,-1],[1,0],[3,3],[1,1],[8,0],[2,0],[4,-3],[7,-7],[0,-1],[-1,-2],[-1,-2],[-3,-2],[-4,-2],[-6,0],[-7,2],[-4,1],[-7,1],[-7,-1],[-9,-1],[-11,-2],[-5,-2],[-7,0],[-2,1],[-6,-1],[-5,-5],[-5,-6],[-2,-3],[-1,-5],[-1,-7],[0,-1],[1,-2],[4,-3],[9,-10],[5,-8],[0,-3],[1,-5],[0,-3],[0,-9],[-1,-1],[0,-1],[-5,3],[-4,3],[-4,0],[-3,0],[-1,-3],[-1,-3],[-3,-4],[-2,-3],[-3,1],[-2,1],[-1,1],[-4,5],[-1,2],[-5,3],[-3,1],[-6,1],[-6,7],[0,4],[-1,4],[-4,6],[6,6],[9,0],[2,2],[1,3],[0,2],[-1,5],[-1,1],[-4,4],[-5,1],[-1,0],[-1,-4],[-1,-4],[0,-3],[-2,-3],[-4,-3],[-2,-1],[-5,0],[-6,7],[-2,2],[-5,11],[2,4],[5,0],[1,0],[2,4],[0,3],[0,4],[0,3],[-4,3],[-9,9],[-2,1],[-3,1],[-11,1],[-1,0],[-5,-1],[-11,-1],[-9,0],[-2,2],[1,2],[1,6],[5,3],[1,2],[1,3],[0,3],[-1,15],[-3,10],[-3,5],[-2,3],[-2,2],[0,1],[0,1],[2,1],[4,0],[6,-1],[2,-1],[10,-5],[11,3],[4,5],[7,7],[0,1],[1,5],[1,9],[0,3],[-3,3],[0,3],[0,7],[1,2],[1,1],[8,-6],[6,-8],[1,-1],[3,-3],[5,-1],[1,1],[3,3],[2,4],[0,2],[-3,2],[-4,2],[-4,3],[-1,4],[0,1],[1,1],[2,5],[-1,14],[-7,7],[-1,5],[-1,4],[-1,1],[-3,1],[-11,2],[-3,2],[-9,0],[-6,-1],[-9,-1],[-10,-2],[-4,-3],[-2,0],[-2,1],[-3,1],[-3,2],[-6,6],[-1,6],[5,4],[3,1],[0,1],[0,2],[-3,8],[-4,8],[-2,3],[-3,2],[-2,-2],[-5,-3],[-9,-6],[-10,-7],[-6,-11],[-2,-1],[-3,0],[-1,0],[0,2],[1,7],[1,5],[-4,10],[-1,1],[-2,2],[-2,1],[-3,6],[-1,10],[-2,5],[-2,13],[-4,11],[-2,4],[-2,3],[-2,2],[-8,1],[-6,0],[-10,2],[-8,0],[-4,1],[-2,0],[-1,1],[-1,2],[1,2],[2,2],[1,2],[0,1],[-4,6],[-3,4],[-3,1],[-3,1],[-7,1],[-6,1],[-7,2],[-1,1],[-4,-1],[0,-1],[2,-3],[4,-2],[5,-1],[4,0],[3,1],[1,-1],[7,-9],[3,-3],[0,-2],[-4,1],[-6,3],[-2,1],[-4,2],[-3,0],[-1,1],[-3,1],[-5,3],[-1,1],[-3,0],[-19,-8],[-3,1],[-1,0],[-2,-1],[-5,-3],[-3,-6],[-3,-8],[-5,0],[-5,1],[-7,5],[-8,10],[-5,4],[-1,-2],[-4,-1],[-1,1],[-4,6],[0,2],[2,3],[1,1],[2,-1],[1,1],[1,1],[0,4],[-2,7],[-3,3],[-2,0],[0,-2],[-2,-1],[-1,1],[-1,1],[-1,1],[-1,3],[-3,5],[-3,6],[-5,8],[1,4],[2,4],[0,5],[0,2],[-5,9],[-2,3],[-4,5],[-3,2],[-5,3],[-1,0],[0,1],[-2,0],[-6,1],[-6,-1],[-5,-1],[-13,-6],[-4,-2],[-9,-6],[-4,-4],[-5,-5],[-7,-12],[0,-5],[1,-7],[1,0],[2,-10],[2,-10],[5,-10],[3,-8],[3,-6],[1,-2],[1,-2],[1,-5],[1,-9],[-1,-3],[-1,-3],[-4,-6],[-1,-4],[-3,-7],[-2,-7],[1,-6],[4,-9],[4,-7],[5,-9],[3,-4],[2,-4],[1,-5],[-2,-3],[1,-5],[2,-11],[3,-12],[8,-9],[8,-10],[-2,-13],[-3,-2],[-5,-9],[-4,-13],[-1,-5],[0,-2],[3,-5],[1,-2],[3,-2],[4,0],[7,1],[2,0],[3,-9],[2,-7],[2,-3],[2,-3],[7,-10],[6,-6],[3,-10],[1,-6],[4,-7],[3,-6],[1,-5],[0,-4],[4,-8],[3,-4],[3,-5],[1,-5],[-1,-2],[1,-3],[0,-2],[2,-4],[7,-11],[5,-14],[2,-13],[-1,-2],[3,-6],[2,-2],[3,-2],[6,-2],[8,-4],[4,-6],[-1,-4],[-2,-1],[-2,0],[-2,-2],[-2,-1],[0,-1],[0,-4],[0,-4],[5,-9],[3,-3],[5,-3],[9,-6],[5,-11],[3,-5],[5,-11],[2,-7],[-1,-9],[2,-10],[1,-4],[1,0],[3,-2],[1,0],[1,0],[2,0],[2,-3],[3,-5],[-1,-5],[-2,-6],[-2,-8],[-3,-13],[-1,-8],[-2,-13],[-3,-10],[-1,-13],[0,-9],[0,-5],[1,-4],[1,-5],[3,-6],[3,-5],[9,-7],[2,-2],[2,-1],[4,0],[6,1],[1,1],[2,7],[3,5],[7,-3],[5,-3],[6,2],[2,4],[2,1],[1,0],[2,-4],[1,-4],[2,-5],[0,-2],[-1,-1],[-2,-4],[0,-4],[1,-6],[4,-10],[5,-7],[2,-1],[4,-1],[5,-1],[4,-5],[1,-8],[0,-3],[-4,-4],[-2,-1],[-2,1],[-4,4],[-4,-4],[0,-4],[7,-12],[4,-7],[3,-7],[0,-1],[0,-1],[1,-1],[1,1],[1,1],[2,-1],[2,-2],[3,-5],[2,-8],[4,-8],[3,-8],[-3,-9],[1,-9],[0,-11],[1,-4],[0,-5],[3,-6],[2,-10],[0,-5],[-1,-2],[-1,0],[-4,2],[-5,-2],[-2,-3],[-2,-5],[-1,-4],[1,-3],[7,-6],[2,-2],[4,-3],[2,-5],[4,-13],[6,-5],[0,-4],[-2,-4],[-1,-4],[0,-5],[2,-3],[3,-13],[7,-11],[1,-3],[5,-11],[1,-6],[1,-7],[1,-4],[2,-6],[1,-9],[3,-9],[5,-10],[3,-8],[0,-3],[0,-3],[-3,-13],[6,-9],[4,-7],[-2,-4],[5,-6],[3,-1],[4,-1],[8,-8],[3,-4],[3,-5],[4,1],[3,-3],[-1,-6],[-4,-6],[-1,-5],[1,-2],[2,-4],[3,-10],[0,-11],[0,-3],[-2,0],[-3,2],[-3,3],[-2,2],[-3,-1],[-1,-4],[3,-2],[9,-3],[3,0],[1,0],[7,-1],[9,-10],[2,-2],[0,-1],[0,-1],[-2,-4],[-5,-2],[-6,-4],[-10,-6],[-2,-1],[0,-2],[-1,-3],[1,-9],[3,-14],[2,-2],[2,-4],[-4,-9],[-1,-3],[-2,1],[-6,5],[-7,2],[-2,0],[-1,1],[-2,5],[-2,7],[-5,3],[-1,0],[-7,-4],[-2,-4],[0,-4],[1,-1],[1,-1],[0,-1],[-2,-4],[-2,-3],[-4,1],[-1,4],[-5,0],[-3,-1],[-2,-2],[-3,-4],[-2,-7],[-1,-6],[0,-10],[2,-4],[0,-1],[4,-1],[5,-5],[2,-3],[-3,-5],[-2,-5],[0,-3],[1,-2],[1,-2],[2,-2],[3,-3],[4,1],[1,2],[5,2],[8,1],[1,-1],[-1,-2],[-1,-2],[-3,-3],[-3,0],[-3,0],[-3,2],[-2,0],[-2,0],[-2,-1],[-1,-3],[1,-6],[0,-5],[0,-2],[-3,-3],[-4,-3],[-1,-2],[-3,-8],[-1,-7],[0,-3],[1,-7],[2,-7],[1,-3],[1,-3],[-1,-4],[0,-7],[1,-11],[2,-3],[6,-6],[8,-11],[8,-11],[2,-10],[7,-8],[1,-3],[1,-1],[0,-7],[5,-5],[6,-6],[5,-3],[1,-1],[5,-5],[8,-9],[2,-1],[6,-4],[7,-1],[1,1],[3,0],[4,-1],[4,-2],[1,-1],[4,-12],[3,-5],[3,-4],[2,-2],[3,-5],[2,-4],[0,-4],[-3,-2],[-2,-3],[-2,-5],[0,-4],[1,-5],[2,-4],[0,-3],[-1,-4],[-1,-1],[-4,-6],[-3,-3],[-3,-2],[-1,-2],[0,-2],[0,-4],[1,-2],[3,-2],[7,-7],[1,-4],[4,-2],[2,-1],[5,0],[6,1],[2,-2],[5,-8],[0,-7],[-1,-2],[-1,-3],[1,-3],[1,-2],[0,-1],[1,-1],[2,0],[8,1],[9,-6],[4,-2],[3,-2],[7,-13],[-1,-10],[-1,-4],[-1,-6],[-2,-1],[-3,1],[-4,3],[-8,1],[-7,-2],[-6,2],[-9,2],[-6,1],[-6,0],[-2,0],[-3,-4],[0,-2],[0,-3],[-2,-5],[-1,-1],[-2,-2],[-4,-1],[-2,0],[-4,2],[-7,5],[-6,6],[0,2],[-2,2],[-3,2],[-5,1],[-2,-1],[-6,-1],[-4,2],[-1,0],[-3,5],[-5,11],[-3,9],[-3,7],[-6,6],[-3,6],[-1,1],[2,2],[1,2],[3,6],[1,5],[-1,14],[0,6],[0,3],[-2,5],[-6,8],[-14,14],[-2,3],[-5,5],[-4,3],[-3,1],[-6,1],[-4,1],[-4,0],[-7,-3],[-9,-3],[-9,-6],[-1,-1],[-4,-2],[-3,1],[-1,1],[-1,1],[-6,0],[-4,4],[-3,4],[-3,7],[-4,7],[-1,5],[-1,9],[-3,7],[-1,3],[-5,4],[-6,4],[-1,4],[0,4],[3,4],[1,3],[1,3],[0,2],[-6,10],[-5,6],[-5,10],[-2,2],[-4,3],[-2,2],[-5,3],[-6,5],[-8,6],[-8,4],[-7,3],[-5,11],[-4,6],[-2,6],[-1,2],[6,-1],[1,0],[3,6],[1,6],[0,7],[0,6],[0,4],[-3,6],[-1,2],[-6,7],[-5,6],[-2,5],[-4,3],[-3,2],[-6,8],[-2,5],[-2,6],[-9,6],[-1,0],[-1,1],[-4,0],[-2,-1],[-2,-1],[0,-6],[1,-4],[0,-2],[0,-5],[-2,-9],[-4,-10],[-2,-3],[-2,3],[-8,11],[-3,3],[-1,2],[-1,6],[-1,6],[3,5],[4,9],[6,12],[3,5],[0,7],[0,3],[0,2],[0,3],[-3,12],[-4,15],[-4,9],[-7,8],[-2,4],[-2,3],[0,1],[1,3],[-1,10],[-3,16],[-1,7],[1,6],[-1,2],[-1,3],[-2,5],[-4,7],[0,1],[0,4],[-1,2],[-2,2],[-5,3],[-4,2],[-10,3],[-5,0],[-6,1],[-5,1],[-10,0],[-10,1],[-3,-1],[-16,0],[-7,-1],[-5,-1],[-4,0],[-8,-1],[-23,4],[-11,1],[-10,-1],[-4,1],[-9,-2],[-3,-1],[1,-1],[0,-2],[0,-2],[0,-2],[-1,-1],[-3,-2],[-6,-1],[-8,-3],[-8,-6],[-4,-1],[-5,-2],[-1,-1],[-1,-2],[0,-1],[0,-1],[-10,-8],[-4,-5],[-1,-2],[-2,-6],[1,-7],[3,-9],[1,-2],[2,-6],[1,-5],[-1,-12],[1,-7],[-1,-5],[-14,-6],[-9,-5],[-9,-6],[-3,-3],[-8,-11],[-2,-4],[-1,-3],[0,-5],[0,-2],[3,-3],[2,-2],[1,0],[1,1],[1,-3],[-2,-2],[-2,-4],[-2,-1],[-4,0],[0,-5],[0,-4],[2,-7],[3,-5],[3,2],[1,1],[6,0],[2,0],[1,0],[9,-9],[0,-2],[0,-2],[0,-3],[-3,-10],[5,-3],[1,-6],[0,-5],[-1,-1],[-2,-1],[-7,-2],[-2,1],[-1,4],[-1,3],[-1,3],[-1,5],[-1,3],[-1,2],[-2,2],[-12,6],[-6,1],[-4,-2],[-6,-7],[-2,-4],[1,-6],[0,-1],[2,-4],[7,-11],[5,-11],[3,-4],[7,-8],[4,-10],[0,-4],[0,-1],[-1,-2],[-6,-7],[-5,-7],[-5,-4],[-2,-1],[-1,1],[-2,1],[-1,3],[-2,4],[0,3],[0,3],[-4,4],[-5,5],[-12,-2],[-4,-3],[-1,-4],[0,-6],[-1,-12],[-2,-6],[0,-5],[1,-6],[1,-4],[3,-7],[-1,-2],[-1,-1],[0,-3],[1,-3],[2,-9],[2,-8],[0,-5],[1,-6],[-1,-2],[-2,-6],[-2,-8],[-3,-11],[-1,-5],[0,-5],[5,-13],[3,-6],[7,-13],[3,-8],[1,-2],[5,-2],[3,-2],[1,-1],[1,-9],[1,-3],[0,-12],[-1,-8],[0,-10],[-4,-10],[3,-12],[0,-2],[0,-3],[0,-5],[-2,-4],[-1,-1],[-4,-5],[-4,-1],[-2,2],[-3,-2],[-2,-3],[0,-4],[2,-2],[1,-1],[1,0],[3,-1],[3,-2],[2,-2],[1,-7],[-3,-6],[-2,-5],[0,-3],[1,-6],[2,-3],[-3,-6],[-3,-5],[-2,-6],[-2,-8],[-1,-1],[-1,2],[-1,5],[-1,8],[0,2],[-3,3],[-4,4],[-3,6],[-1,6],[0,5],[0,7],[1,4],[1,6],[1,6],[-5,2],[-2,1],[0,1],[-8,10],[0,1],[3,8],[-1,5],[0,2],[-4,3],[-8,4],[-4,2],[-7,3],[-5,2],[-8,2],[-1,1],[-4,4],[-3,8],[-6,5],[-5,8],[-1,0],[-1,-3],[-1,-2],[-1,-4],[-1,-5],[-2,-4],[-3,-2],[-5,6],[-7,4],[-7,3],[-2,1],[-3,6],[-1,1],[-2,12],[-7,10],[-3,11],[-3,4],[-1,3],[0,5],[-1,10],[0,5],[1,4],[1,1],[1,-1],[0,-1],[3,-4],[2,1],[2,1],[7,9],[5,3],[4,2],[5,1],[3,2],[3,1],[5,4],[0,1],[-2,4],[-1,1],[-1,1],[-3,6],[-1,7],[0,13],[1,5],[3,5],[1,2],[-1,4],[-1,1],[-3,1],[-2,0],[-3,1],[-3,2],[-1,4],[0,4],[1,4],[1,1],[3,2],[2,0],[3,-1],[2,2],[1,2],[0,3],[-2,4],[-4,2],[-4,3],[-4,0],[-4,0],[-3,1],[0,1],[-1,8],[1,5],[1,0],[2,1],[3,0],[2,2],[2,2],[2,4],[0,2],[-2,1],[-1,0],[-4,1],[-2,1],[-1,2],[-1,9],[-1,9],[-1,6],[0,1],[2,0],[8,-1],[5,0],[2,0],[2,3],[0,3],[0,4],[-3,2],[-1,0],[-2,-1],[-1,0],[-1,1],[-2,2],[-3,2],[-4,7],[-2,10],[-1,7],[1,11],[3,6],[1,1],[4,2],[8,6],[7,5],[1,1],[1,3],[0,2],[-1,2],[-5,3],[-3,0],[-4,-2],[-6,-4],[-6,0],[-8,2],[-4,4],[-2,3],[-1,1],[0,4],[-6,12],[-4,13],[-3,7],[-1,10],[0,5],[-2,4],[0,1],[-2,1],[-2,2],[-3,5],[-3,14],[-3,6],[-1,3],[-1,2],[-1,3],[-2,11],[-5,14],[-4,13],[-4,12],[-2,4],[0,7],[1,5],[-1,5],[-1,1],[-2,2],[-1,2],[-1,1],[-3,2],[-6,6],[-2,4],[-1,5],[-1,2],[-3,3],[-4,6],[-4,3],[-4,0],[-2,2],[-2,4],[0,4],[-1,7],[-1,5],[-1,4],[-5,2],[-4,3],[-3,10],[-2,11],[-3,6],[-5,9],[-2,4],[-4,5],[-1,2],[-4,1],[-3,0],[-5,-1],[-1,1],[-1,2],[-1,1],[-1,5],[-1,3],[-3,1],[-3,0],[-7,-2],[-6,-8],[-5,-8],[0,-2],[-2,-1],[-3,0],[-5,0],[-3,2],[-5,2],[-2,1],[-4,6],[-8,7],[-8,4],[-3,2],[-6,6],[-3,9],[2,8],[0,2],[2,5],[0,1],[2,1],[6,-1],[1,1],[2,2],[3,10],[0,2],[0,7],[0,2],[-2,11],[-1,6],[-2,5],[0,2],[-1,5],[3,8],[1,3],[2,1],[0,1],[3,12],[4,13],[1,3],[0,17],[-2,13],[-1,2],[-2,2],[-7,3],[-11,4],[-7,1],[-4,1],[-4,0],[-6,-2],[-8,2],[-11,3],[-7,2],[-8,0],[-7,0],[-15,-1],[-14,-4],[-8,-3],[-5,0],[-1,-1],[-1,-2],[-14,-5],[-9,-5],[-19,-10],[-14,-9],[-5,-4],[-9,-7],[-6,-4],[-5,-4],[-3,-4],[-2,-4],[-3,-13],[0,-6],[0,-6],[1,-5],[3,-3],[2,-1],[2,0],[0,-2],[0,-7],[-3,-7],[0,-1],[1,-11],[1,-11],[-1,-8],[-1,-3],[-1,-8],[-5,-13],[-1,-5],[0,-7],[0,-8],[-2,-7],[0,-4],[0,-3],[2,-6],[-1,-7],[-1,-4],[-1,-9],[0,-2],[2,-4],[1,-13],[1,-4],[2,-5],[2,-5],[1,-1],[1,-4],[0,-5],[0,-5],[0,-8],[0,-4],[2,-9],[4,-11],[1,-2],[1,-1],[4,-3],[7,-6],[9,-4],[5,-3],[1,-1],[-1,-2],[-1,0],[-3,0],[-2,1],[-2,-1],[-6,-4],[-7,-5],[-5,-5],[-5,-7],[-3,-8],[0,-3],[1,-4],[1,-4],[0,-1],[1,-2],[0,-3],[-2,-4],[-2,-2],[-4,-1],[-4,-3],[-3,-3],[-2,-4],[-4,-2],[-6,-3],[-4,-5],[-4,-7],[-5,-5],[-6,-8],[-7,-10],[-4,5],[-4,7],[-1,11],[1,2],[-3,8],[-2,5],[-3,5],[-4,3],[-5,2],[-3,1],[-2,1],[-1,1],[-1,2],[-1,3],[-2,7],[-3,5],[-6,6],[-1,2],[-2,5],[-4,11],[-3,8],[1,10],[0,2],[1,4],[-1,1],[-1,1],[-7,5],[-7,0],[-1,0],[-12,-4],[-12,-5],[-11,-2],[-7,-10],[-4,0],[-3,5],[-3,4],[-2,1],[-6,1],[-6,1],[-1,0],[-5,-2],[-2,0],[-2,1],[-2,5],[-3,8],[-2,6],[-4,4],[-2,1],[-3,1],[-3,-1],[-1,-1],[-2,-2],[-1,4],[-3,6],[-3,16],[-1,4],[-1,2],[-3,3],[-2,9],[1,7],[0,6],[-2,4],[-5,12],[-2,11],[-1,12],[-1,9],[2,7],[3,4],[3,5],[2,3],[-1,7],[2,5],[2,5],[7,5],[6,6],[1,4],[1,3],[1,12],[0,9],[0,3],[-3,4],[-5,5],[-4,0],[-4,2],[-7,6],[-3,1],[-5,0],[-3,0],[-5,-2],[-2,-3],[-4,-3],[-5,-1],[-1,1],[-1,4],[-2,7],[0,1],[1,2],[2,4],[1,2],[1,4],[0,7],[-2,5],[-2,6],[-2,4],[-2,2],[-1,3],[-2,7],[-1,4],[-3,9],[-5,9],[-2,2],[-5,3],[-5,3],[-5,2],[-2,2],[-7,12],[-1,1],[0,1],[0,4],[-1,2],[-1,4],[-4,8],[-4,6],[-3,5],[-4,2],[-9,9],[-2,4],[-4,7],[1,8],[1,4],[0,7],[0,10],[0,9],[-1,9],[-1,4],[-1,11],[0,5],[0,8],[-1,4],[0,3],[0,4],[-2,5],[-1,8],[-2,9],[-1,6],[0,7],[-1,7],[-1,12],[3,15],[3,13],[1,2],[1,6],[3,10],[1,3],[3,6],[6,10],[7,10],[1,1],[3,4],[7,6],[4,3],[3,3],[8,6],[4,3],[8,6],[4,4],[4,3],[3,7],[2,7],[1,2],[4,3],[4,2],[7,1],[1,0],[4,4],[5,12],[4,11],[3,13],[7,11],[2,2],[1,3],[1,4],[0,11],[2,4],[2,4],[0,9],[-1,4],[0,13],[-4,24],[-3,14],[-7,23],[-2,6]],[[2335,3796],[3,-1],[3,9],[16,17],[7,2],[11,-4],[7,3],[19,-3],[36,6],[5,-1],[1,-5],[3,3],[11,-6],[11,8],[4,-5],[23,-3],[20,7],[7,7],[15,4],[6,-3],[4,4],[-2,9],[-6,4],[-1,6],[0,10],[-6,19],[2,3],[-5,2],[3,18],[8,-11],[5,1],[12,32],[8,-6],[5,0],[-3,5],[1,5],[16,11],[10,6],[14,-2],[16,16],[16,6],[-5,13],[-29,23],[-7,15],[-6,6],[-2,9],[-6,-1],[-10,5],[-12,10],[-6,-2],[0,11],[-11,8],[2,8],[-1,6],[-9,5],[-1,13],[-12,21],[-15,-3],[-10,3],[-9,-6],[-8,4],[-9,-11],[-6,-2],[-12,-11],[-9,0],[0,15],[-5,8],[0,10],[5,19],[-4,13],[4,23],[8,21],[1,17],[5,22],[-3,14],[1,16],[-3,2],[-11,37],[1,51],[-2,18],[13,30],[3,15],[4,1],[5,8],[19,15],[5,9],[7,6],[1,6],[13,4],[2,5],[2,-3],[7,10],[11,4],[5,-12],[-4,-21],[11,-14],[8,0],[16,-10],[-1,-8],[9,-8],[10,12],[12,-11],[10,-4],[7,-12],[7,-6],[-2,-4],[9,4],[13,0],[5,-10],[14,-5],[15,0],[13,-11],[2,0],[0,7],[5,8],[8,7],[5,9],[1,8],[6,0],[10,9],[4,0],[6,11],[7,-1],[4,3],[9,1],[5,-3],[1,-3],[-4,-9],[10,-7],[4,-11],[10,5],[23,-13],[6,16],[8,6],[0,10],[8,13],[18,4],[1,4],[10,-3],[7,12],[27,0],[-1,7],[-9,10],[-7,20],[-8,11],[-10,4],[1,10],[-10,5],[7,5],[7,13],[11,7],[2,7],[0,21],[-3,22],[-3,9],[2,12],[24,-1],[5,2],[7,10],[12,2],[11,14],[-3,19],[12,5],[10,-6],[17,29],[18,15],[3,8],[-4,20],[2,6],[9,5],[1,38],[5,12],[-2,11],[3,19],[-6,32],[5,11],[-4,15]],[[2998,4881],[1,0],[2,0],[2,1],[2,0],[2,-1],[3,-2],[5,-7],[11,-2],[7,-4],[6,-1],[6,3],[4,4],[2,1],[4,0],[3,-1],[11,-5],[5,-2],[12,1],[3,1],[7,4],[2,1],[13,1],[1,0],[11,-7],[3,-2],[4,-3],[5,-7],[5,-6],[5,-5],[7,-5],[9,-7],[4,-3],[5,-1],[9,-3],[8,1],[1,0],[2,-1],[3,-3],[0,-3],[4,-3],[4,-2],[6,-2],[4,-1],[3,-2],[3,-2],[3,-3],[5,-4],[3,-2],[6,0],[4,-1],[8,-3],[9,-5],[10,-7],[7,-10],[5,-5],[5,-2],[8,-4],[7,-7],[5,-3],[5,-2],[5,-3],[1,-2],[3,-3],[3,-2],[6,-3],[5,-2],[5,-1],[2,-3],[6,-12],[4,-5],[3,-5],[6,-4],[3,-4],[4,-4],[5,-6],[6,-5],[4,-1],[3,-2],[2,-2],[3,-8],[0,-6],[1,-3],[5,-10],[2,-4],[5,-8],[3,-5],[4,-4],[5,-4],[9,-5],[12,-7],[2,-1],[11,-6],[5,-6],[2,-2],[6,-6],[4,-3],[3,-1],[9,-4],[4,-1],[4,0],[3,1],[4,2],[1,0],[6,-3],[2,-1],[1,-1],[2,0],[3,1],[6,2],[4,1],[7,6],[4,5],[3,1],[3,0],[4,-1],[1,-2],[3,-2],[2,0],[9,4],[1,1],[4,5],[4,5],[0,3],[3,-4],[3,-3],[13,-14],[20,-21],[5,-4],[5,-6],[4,-14],[2,-6],[0,-2],[0,-1],[-7,-12],[-4,-5],[-6,-3],[-5,-3],[-1,-3],[0,-5],[1,-5],[4,-14],[2,-8],[5,-13],[4,-5],[7,-4],[1,0],[1,1],[2,2],[3,2],[10,2],[3,0],[8,-1],[5,-2],[3,-2],[7,-5],[3,-2],[3,1],[8,2],[3,0],[8,4],[2,1],[3,1],[6,2],[9,1],[3,0],[1,0],[1,0],[1,-1],[1,-2],[4,-4],[5,-4],[8,-6],[7,-3],[4,-11],[7,-8],[3,-1],[1,-1],[1,0],[2,-2],[4,-7],[3,-6],[4,-2],[4,-1],[2,-2],[2,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[0,-3],[-2,-7],[1,-6],[0,-4],[2,-10],[-3,-2],[-3,-2],[-2,-1],[-3,-4],[-5,-6],[-7,-6],[-4,-3],[-3,-2],[-7,0],[-4,0],[-3,2],[-1,3],[1,3],[-3,3],[-2,0],[-2,-4],[-7,-12],[0,-5],[1,-8],[1,-2],[2,-4],[2,-3],[1,-1],[1,-1],[2,-2],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[-1,0],[-1,-1],[-4,1],[-3,1],[0,1],[-1,-2],[0,-1],[1,-2],[1,0],[1,-1],[12,-3],[2,-1],[4,-2],[2,-2],[2,-2],[1,-1],[3,-3],[5,-4],[6,-3],[6,0],[3,1],[6,0],[0,-6],[-2,-13],[-3,-5],[-3,-4],[-7,-13],[-7,-10],[0,-1],[-1,-1],[-1,-5],[2,-6],[1,-1],[7,-8],[2,-7],[1,-4],[4,-9],[2,-11],[0,-3],[-7,-7],[-4,-8],[-3,-7],[0,-2],[1,-3],[3,-6],[2,-2],[5,-4],[2,1],[4,-2],[4,-3],[9,-8],[13,-11]],[[4120,4672],[-5,-10],[-2,-5],[-2,-3],[-2,-5],[-1,-5],[-1,-4],[-2,-6],[-3,-6],[5,-10],[3,1],[7,0],[3,-1],[5,-3],[1,-2],[-1,-2],[-5,-2],[-4,0],[-2,0],[0,-3],[3,-3],[3,0],[4,0],[7,0],[10,1],[4,0],[5,-1],[-2,-1],[-5,-2],[-7,-1],[-10,-3],[-6,1],[-1,1],[-3,-2],[-2,-2],[-2,-9],[0,-2],[1,-1],[1,-6],[0,-5],[-5,-10],[-2,-4],[-5,-1],[-4,2],[-8,-1],[-1,-1],[0,-4],[1,-1],[2,-4],[0,-2],[2,-7],[0,-2],[-1,-3],[-3,-2],[-3,0],[-2,2],[-4,4],[-5,3],[-8,-1],[-3,-2],[-4,-5],[0,-1],[-2,-5],[-3,-4],[-11,-7],[-4,-6],[-5,-3],[-4,-2],[-7,-1],[-6,7],[-1,3],[-3,4],[-6,3],[-5,2],[-10,3],[-6,1],[-2,1],[-1,2],[-1,3],[1,3],[0,1],[1,0],[3,0],[1,4],[0,3],[-1,2],[-3,8],[-1,1],[1,2],[3,4],[2,3],[0,5],[-3,7],[1,5],[4,0],[1,-1],[2,-5],[4,2],[6,3],[2,0],[2,0],[5,-1],[2,-1],[6,-2],[9,-2],[10,-2],[4,0],[2,1],[3,6],[5,10],[2,8],[2,4],[2,2],[2,3],[1,1],[5,8],[5,9],[-2,4],[-4,-1],[-9,-1],[-5,0],[-2,-1],[-6,-7],[-8,-5],[-5,-1],[-4,0],[-7,3],[-5,3],[-4,0],[-3,-1],[-1,-2],[-1,-1],[-3,-2],[-2,0],[-5,6],[1,3],[3,3],[2,1],[4,2],[2,1],[1,0],[1,-1],[2,0],[8,2],[2,3],[5,4],[0,1],[1,5],[-2,1],[-6,2],[-5,-1],[-5,1],[-12,4],[-3,1],[-1,1],[1,3],[2,4],[2,1],[10,1],[5,0],[1,0],[8,-2],[2,-1],[2,-2],[1,-1],[1,-1],[2,-3],[3,-1],[5,1],[9,3],[3,1],[2,3],[0,2],[0,2],[-1,3],[-2,3],[-1,8],[9,8],[7,1],[5,0],[5,-2],[2,-1],[7,-4],[8,-3],[5,-4],[1,-2],[3,-3],[1,-1],[3,-2],[3,3],[0,1],[-1,2],[1,2],[1,3],[0,1],[2,1],[3,0],[2,0],[1,-2]],[[3771,4611],[-3,-2],[-5,1],[-1,-1],[-4,-2],[-7,-8],[-2,-3],[-4,-4],[-5,-8],[-3,-9],[-5,-6],[-5,-2],[-9,-2],[-5,-2],[-8,-1],[-8,-2],[-6,-1],[-2,0],[-11,1],[-5,-3],[-4,-1],[-2,-1],[-8,0],[-2,1],[-3,3],[-1,3],[-2,5],[-2,1],[-3,1],[-4,-2],[-7,-3],[-5,-1],[-3,0],[-3,1],[-6,4],[-4,0],[-4,-3],[-4,0],[-4,2],[-5,5],[-31,33],[-5,7],[7,12],[6,14],[2,9],[0,2],[-9,7],[-2,1],[-4,1],[-6,2],[0,1],[-2,4],[-5,6],[-5,5],[-1,1],[-4,3],[-6,3],[-4,6],[-8,9],[-4,4],[-3,2],[-3,1],[-3,1],[-1,0],[-1,0],[-4,0],[-3,0],[-2,1],[-10,4],[-11,3],[-5,2],[-11,2],[-5,1],[1,2],[2,2],[3,1],[3,2],[5,5],[4,3],[8,8],[9,8],[11,4],[10,3],[7,11],[0,2],[2,1],[3,2],[3,2],[5,-1],[4,-1],[6,1],[1,0],[0,1],[-1,6],[0,3],[2,2],[8,4],[8,1],[6,1],[4,-1],[2,0],[1,-1],[11,-6],[5,-2],[3,-5],[0,-1],[1,-1],[1,-1],[4,-4],[1,-1],[2,-1],[2,-2],[1,0],[1,0],[3,-1],[12,-6],[3,1],[3,4],[2,2],[8,3],[1,0],[3,0],[1,-2],[0,-1],[1,0],[-1,-2],[0,-2],[0,-2],[0,-1],[1,-1],[2,-1],[2,-1],[6,-2],[3,0],[1,0],[8,3],[7,5],[1,1],[2,0],[1,1],[2,0],[2,-1],[2,-1],[1,0],[4,0],[3,0],[1,0],[1,1],[11,2],[2,-1],[6,0],[1,0],[2,2]],[[3711,4766],[3,-9],[-4,-36],[15,-13],[-11,-4],[-6,-5],[-7,-26],[8,-15],[16,-7],[7,-6],[22,-4],[9,-6],[8,-24]],[[1790,5128],[1,-1],[1,1],[3,1],[1,-5],[2,-10],[-1,-1],[-3,-8],[-3,-4],[-3,2],[-1,-1],[-4,0],[-4,-6],[0,-1],[2,-8],[3,-3],[1,-2],[-1,-1],[-5,0],[-3,1],[-1,1],[-1,3],[-1,8],[0,4],[-1,6],[0,1],[3,3],[2,1],[2,0],[1,-4],[4,3],[1,1],[0,1],[0,3],[0,1],[-5,5],[3,10],[0,1],[2,2],[3,1],[1,0],[1,-5]],[[7404,3937],[2,-2],[5,-1],[3,-1],[4,-2],[10,-6],[8,-9],[0,-2],[1,-8],[-2,-1],[-2,0],[-4,1],[-2,1],[-2,2],[-4,3],[-4,-4],[-4,-6],[-2,-4],[1,-2],[-1,-3],[-2,-2],[-1,1],[-7,2],[0,7],[-2,6],[-1,2],[-5,-8],[-2,-3],[2,-3],[-3,-4],[-6,0],[-6,5],[-1,7],[3,8],[-1,2],[-3,5],[-7,9],[-1,1],[-4,2],[-4,3],[-1,2],[12,2],[5,0],[4,-1],[5,-2],[8,0],[4,-1],[5,-2],[3,-1],[3,0],[3,1],[-3,2],[-4,2],[-1,1],[-1,1],[0,1],[2,-1]],[[6903,4111],[1,-2],[1,-1],[2,-5],[0,-2],[4,-14],[-2,-10],[-4,-13],[-1,-2],[-1,-2],[-2,1],[-6,3],[-3,2],[1,4],[2,3],[-2,5],[-2,2],[-4,1],[-12,2],[-6,-3],[-3,-4],[-4,2],[-6,4],[2,4],[3,4],[3,3],[4,3],[6,3],[8,6],[9,6],[0,2],[-2,0],[2,3],[4,0],[2,-1],[6,-4]],[[2138,5162],[7,-13],[1,0],[3,-4],[0,-37],[-4,-2],[-1,0],[-3,2],[-8,13],[-6,5],[-6,3],[-7,8],[-12,5],[-9,-2],[-10,1],[0,3],[1,8],[2,1],[6,0],[4,-3],[0,-6],[3,1],[5,1],[6,4],[6,-5],[1,-2],[2,-3],[10,-6],[6,-7],[4,-5],[6,-6],[2,1],[1,5],[-3,16],[-3,15],[-1,2],[-1,2],[-3,2],[-3,1],[0,1],[-1,1],[1,2],[1,2],[3,-4]],[[1265,5354],[1,-1],[8,-7],[5,-2],[1,-2],[2,-3],[2,-4],[-1,-2],[1,-13],[2,-9],[2,-9],[1,-12],[2,-6],[5,-9],[2,-9],[-1,-10],[4,-3],[5,-2],[2,0],[2,-1],[1,-2],[1,-8],[-1,-5],[0,-4],[2,-5],[1,-3],[1,-3],[1,-7],[0,-5],[1,-6],[2,-12],[3,-11],[1,-3],[1,-8],[-1,-7],[1,-8],[3,-8],[0,-4],[0,-8],[-1,-2],[-3,-5],[-3,-3],[-3,-1],[-6,-3],[-4,-2],[-8,-7],[-1,-2],[1,-2],[2,-1],[3,-2],[1,-1],[4,-5],[1,-2],[2,-4],[1,-9],[1,-5],[1,-6],[3,-3],[2,-6],[3,-8],[2,-7],[5,-8],[2,-1],[5,-1],[5,0],[4,2],[4,3],[2,3],[8,12],[2,3],[0,2],[0,8],[1,1],[3,4],[4,3],[1,1],[1,1],[1,-1],[2,-2],[2,-3],[0,-3],[-2,-5],[-4,-4],[-1,-8],[0,-2],[0,-1],[2,-1],[5,1],[1,3],[4,1],[5,1],[4,-4],[2,-4],[3,-13],[3,-8],[2,-5],[3,-9],[0,-3],[1,-5],[1,-4],[1,-3],[2,-2],[3,-1],[3,-6],[4,-8],[5,-6],[5,-9],[4,-7],[4,-6],[7,-9],[4,-5],[1,-3],[4,-11],[6,-12],[1,-7],[2,-5],[8,-10],[4,-3],[3,-5],[2,-7],[5,-11],[1,-1],[2,-1],[4,-2],[3,-3],[9,-10],[1,-1],[2,-6],[0,-4],[-1,-4],[0,-1],[-3,-7],[-6,-13],[-2,-7],[-2,-6],[-1,-14],[-2,-8],[-2,-5],[-6,-7],[-5,0],[-2,2],[-4,4],[-6,4],[-4,3],[-2,0],[-3,0],[-10,-4],[-3,-3],[-4,-2],[-3,-1],[-13,3],[-9,2],[-8,3],[-7,2],[-5,4],[-2,5],[-6,8],[-4,4],[-10,9],[-5,5],[-3,0],[-7,3],[-9,8],[-6,10],[-2,2],[-7,5],[-3,1],[-5,2],[-6,2],[-5,1],[-5,0],[-3,0],[-5,-2],[-1,-4],[-4,-3],[-6,-5],[-9,-4],[-3,-1],[-5,-4],[-4,-3],[0,-2],[0,-6],[0,-6],[-2,0],[-12,5],[-5,4],[-6,7],[-5,4],[-2,1],[-3,0],[-6,-1],[-3,0],[-4,-2],[-3,0],[-2,6],[-3,5],[-8,6],[-6,6],[-3,3],[-1,3],[3,8],[3,8],[0,1],[-3,7],[-2,6],[-8,12],[-7,10],[5,9],[1,7],[-3,8],[-3,8],[-1,3],[-4,6],[-1,2],[1,3],[4,3],[1,0],[3,-2],[2,-2],[6,-9],[3,-8],[3,-9],[8,-11],[3,-1],[2,0],[1,1],[3,3],[0,2],[-4,8],[-2,2],[-2,1],[-3,5],[-2,5],[-1,8],[-1,5],[-4,7],[-2,4],[-3,3],[-2,0],[-3,3],[-2,9],[-3,12],[-2,8],[-2,6],[-1,3],[-6,10],[-3,9],[-1,9],[0,3],[-2,9],[-3,3],[-3,11],[0,9],[-1,4],[-1,1],[-5,2],[-6,2],[-4,-2],[-4,-2],[-1,-2],[-2,-2],[-2,-4],[-2,-4],[0,-5],[0,-4],[1,-1],[4,-4],[4,-6],[0,-4],[-1,-3],[-1,-3],[0,-5],[0,-5],[4,-8],[2,-4],[3,-7],[1,-5],[0,-3],[-1,-9],[0,-8],[1,-10],[0,-12],[1,-9],[0,-6],[0,-8],[-1,-5],[0,-4],[1,-6],[0,-4],[0,-5],[-2,-2],[-3,0],[-21,-2],[-4,-2],[-1,-1],[-8,-4],[-6,0],[-2,0],[-3,-3],[-1,-1],[0,-2],[2,-1],[0,-3],[-3,0],[-4,1],[-1,2],[-1,3],[-1,4],[-1,6],[-2,7],[-7,6],[-1,1],[-5,4],[-2,1],[-5,1],[-3,1],[-4,1],[-1,-2],[-1,0],[-3,2],[-2,5],[-2,10],[-1,5],[1,1],[5,11],[4,8],[3,8],[5,12],[2,8],[0,7],[1,3],[-1,10],[-2,11],[-1,6],[-1,2],[5,14],[2,2],[2,0],[4,-1],[5,2],[6,2],[7,12],[1,3],[1,4],[0,5],[-1,14],[0,4],[3,16],[5,16],[2,6],[1,6],[1,7],[0,7],[0,9],[-2,10],[0,2],[0,4],[1,4],[2,4],[2,-1],[4,-10],[1,-6],[0,-6],[0,-2],[0,-4],[1,-2],[2,0],[0,1],[3,7],[4,10],[2,4],[2,2],[2,1],[5,3],[6,3],[3,0],[2,-1],[0,-2],[-1,-3],[0,-2],[0,-4],[1,-4],[1,-5],[1,-2],[0,-5],[-1,-4],[1,-3],[1,-3],[1,-3],[3,-5],[8,-5],[1,1],[3,2],[6,4],[1,0],[2,-4],[0,-10],[4,-8],[2,-2],[5,0],[5,2],[2,1],[4,5],[0,2],[5,6],[7,5],[9,8],[6,7],[10,9],[6,8],[6,12],[2,4],[1,6],[-3,14],[-1,2],[-2,3],[-4,1],[-2,1],[-6,2],[-3,3],[1,10],[6,-1],[3,-1],[1,0],[-1,-3],[0,-6],[1,-2],[1,-2],[1,1],[6,4],[2,2],[0,1],[1,5],[-3,8],[-3,10],[-2,8],[-1,10],[0,1],[3,8],[1,10],[-2,1],[-5,6],[-1,4],[1,9],[2,3],[3,7],[1,15],[-2,10],[-1,1],[-1,3],[-2,2],[0,2],[3,5],[2,1],[3,1],[4,-1],[12,3],[2,-1]],[[2335,3796],[-4,13],[-4,15],[-3,9],[-2,5],[-3,6],[-3,9],[0,2],[-7,19],[-13,30],[-4,8],[-3,5],[-1,4],[-6,13],[-9,17],[-6,11],[-25,40],[-14,21],[-16,22],[-13,15],[-5,6],[-3,2],[-7,6],[-3,2],[-9,8],[-3,2],[-4,3],[-16,11],[-9,7],[-3,4],[-13,10],[-8,6],[-6,5],[-10,12],[-6,8],[-9,11],[-8,8],[-8,7],[-9,6],[-6,5],[-4,2],[-5,3],[-15,5],[-6,1],[-11,2],[-8,0],[-8,-3],[-4,-2],[-1,-2],[-3,-5],[-2,-4],[0,-4],[1,-3],[0,-8],[-2,-7],[-4,-6],[-3,5],[-4,8],[-1,4],[1,2],[2,4],[1,4],[2,9],[1,8],[-2,4],[-2,4],[-2,5],[3,7],[3,9],[2,3],[3,11],[3,13],[1,2],[-2,7],[-3,9],[-2,5],[-2,2],[-3,8],[0,4],[1,4],[0,2],[0,3],[0,5],[-2,7],[-1,5],[-2,9],[0,6],[-3,6],[-3,6],[-7,11],[-6,7],[-12,13],[-8,8],[-4,3],[-3,2],[-10,7],[-10,7],[-18,10],[-11,6],[-16,7],[-21,7],[-4,1],[-13,4],[-1,0],[-5,1],[-3,1],[-5,2],[-11,5],[-3,1],[-3,2],[-4,4],[-5,7],[0,5],[1,4],[0,1],[1,2],[0,10],[-2,7],[0,7],[1,6],[3,17],[3,9],[2,8],[2,6],[5,18],[2,10],[0,5],[1,2],[2,9],[3,3],[3,2],[3,2],[4,-1],[5,-7],[2,-5],[2,-1],[9,-5],[4,-1],[5,0],[5,1],[6,2],[6,2],[9,6],[8,6],[6,7],[15,18],[8,10],[9,6],[10,7],[8,11],[6,12],[1,3],[5,12],[8,12],[8,11],[6,7],[5,9],[6,13],[15,33],[2,6],[3,9],[2,7],[3,11],[2,15],[2,7],[1,2],[3,4],[2,1],[2,-2],[1,0],[2,0],[2,2],[1,2],[5,10],[5,13],[2,16],[0,11],[0,8],[-4,24],[0,3],[-1,5],[1,14],[3,10],[2,9],[2,5],[3,2],[0,1],[0,3],[-1,5],[-4,10],[1,6],[1,5],[1,0],[5,-6],[1,-2],[1,0],[2,0],[2,3],[2,2],[3,-2],[5,-11],[8,-15],[4,-5],[3,-2],[12,-2],[3,2],[3,4],[7,6],[3,1],[3,1],[9,0],[9,-7],[9,-11],[6,-6],[4,-3],[5,0],[2,-2],[21,-21],[4,-3],[10,-6],[5,-4],[3,-1],[2,0],[2,1],[3,1],[2,3],[2,0],[12,-6],[6,-2],[7,-1],[6,-2],[10,-5],[7,-4],[6,-2],[4,0],[6,4],[2,1],[6,4],[7,8],[4,2],[9,0],[2,1],[4,3],[7,6],[2,3],[3,1],[4,-1],[4,1],[3,3],[2,3],[2,3],[2,10],[2,5],[3,4],[4,1],[1,1],[1,2],[6,10],[5,8],[7,5],[2,2],[4,8],[4,6],[0,1],[4,13],[1,7],[1,8],[1,10],[1,2],[2,2],[1,1],[3,3],[1,2],[1,1],[1,5],[2,11],[0,12],[6,10],[2,4],[3,1],[3,-1],[2,1],[4,4],[4,6],[3,5],[2,4],[2,6],[2,5],[6,7],[9,4],[9,1],[3,2],[3,2],[3,2],[5,3],[4,1],[3,-1],[5,-2],[1,1],[1,1],[6,6],[6,10],[4,5],[4,6],[6,2],[4,0],[5,0],[4,-3],[3,-2],[3,-2],[8,-9],[2,0],[1,-1],[4,-2],[1,1],[4,0],[4,0],[5,-2],[1,0],[3,0],[7,1],[10,4],[7,0],[9,2],[4,-1],[7,-2],[7,-2],[4,-2],[10,-6],[8,-8],[5,-4],[6,1],[5,1],[5,1],[3,1],[8,-4],[1,-1],[3,-5],[4,-12],[0,-5],[0,-11],[1,-3],[3,-2],[9,-6],[5,-2],[6,1],[3,-1],[4,-2],[9,-7],[4,-9],[2,-8],[2,-5],[1,-2],[5,-1],[5,2],[3,1],[3,2],[5,5],[7,6],[5,-2],[3,-3],[9,-8],[2,-2],[6,-10],[3,-5],[2,-6],[5,-8],[4,-6],[0,-8],[0,-4],[1,-3],[1,-2],[4,-4],[10,-8],[3,-3],[2,-3],[5,-6],[1,-1],[2,0],[2,0],[5,4],[4,1],[6,-3],[5,-4],[6,-8],[1,-2],[2,-3],[2,-9],[1,-2],[3,-2],[4,-1],[3,-1],[7,-1],[5,3],[8,-3],[9,-3],[9,-5],[3,-2],[3,-1],[5,1],[4,0],[4,2],[4,2],[8,0],[2,0],[3,-1],[5,-2],[12,-1],[3,2],[2,2],[2,1],[4,2],[5,0],[4,-5],[1,-1],[0,-3],[0,-4],[2,-6],[4,-9],[4,-6],[2,-3],[2,-2],[3,0],[3,2],[3,-1],[4,-3],[2,-4],[2,-4]],[[1763,5298],[1,-1],[4,-6],[2,-5],[5,-6],[8,-5],[2,-5],[-2,1],[0,-1],[-1,-1],[-1,-4],[0,-2],[2,-8],[2,-5],[0,-4],[-3,-6],[-3,-3],[-1,1],[0,3],[-3,7],[-4,5],[-3,3],[-3,3],[-2,7],[-1,4],[-3,12],[0,5],[0,4],[2,6],[1,1],[1,0]],[[4804,4713],[1,-2],[0,-1],[4,-5],[7,-4],[3,-1],[4,-5],[4,-12],[2,-7],[0,-4],[0,-2],[-2,-5],[-3,-10],[-1,-5],[-1,-2],[-2,-1],[-3,0],[-3,0],[-2,1],[-2,0],[-5,3],[-4,0],[-4,-2],[-1,-3],[-1,-1],[-2,0],[-2,0],[-3,1],[-2,0],[-3,2],[-3,2],[-5,8],[0,2],[4,9],[5,12],[2,9],[3,7],[2,5],[1,3],[7,6],[3,3],[2,-1]],[[6971,4185],[2,-3],[3,-3],[4,-3],[2,-1],[2,-2],[0,-2],[1,-3],[-2,-4],[-2,-4],[-3,-11],[8,-2],[2,1],[0,-1],[0,-2],[-1,-8],[2,-5],[-1,-5],[-4,-11],[-1,-5],[-2,-5],[-8,-11],[-5,-5],[-5,-3],[-7,-3],[-5,-3],[-1,-4],[1,-3],[1,-12],[2,-8],[3,-3],[5,-7],[3,-6],[-1,-13],[0,-4],[-1,-7],[-2,-4],[-6,1],[-4,5],[-4,10],[-7,8],[0,8],[-1,7],[-6,4],[-1,11],[-4,14],[-1,11],[3,9],[1,8],[-1,3],[-4,6],[1,3],[2,1],[3,2],[2,0],[2,-1],[1,-2],[3,-7],[0,-7],[0,-5],[2,-5],[3,-5],[3,-2],[5,3],[2,3],[1,3],[4,5],[5,3],[2,4],[0,3],[-1,5],[-1,6],[-3,7],[0,2],[2,6],[1,1],[1,1],[1,1],[-1,4],[-1,2],[-2,2],[-5,4],[-2,0],[-7,3],[1,12],[1,10],[5,7],[2,4],[3,4],[2,0],[3,-1],[5,-6]],[[1361,5387],[4,-3],[7,-5],[0,-6],[-1,-4],[-2,-4],[-1,-2],[0,-2],[2,-9],[-3,-11],[0,-6],[1,-3],[8,-7],[2,-1],[5,1],[1,0],[1,3],[0,5],[5,-3],[3,-5],[0,-1],[0,-1],[-2,-6],[-2,0],[1,-3],[3,-3],[5,-4],[5,-8],[0,-2],[-2,-4],[-4,-6],[-3,-10],[0,-7],[-4,-8],[-5,-10],[-1,-5],[-2,-9],[-5,-9],[-2,-3],[-3,-7],[0,-14],[-1,-5],[1,-2],[4,-1],[2,-1],[2,1],[1,1],[1,4],[2,2],[5,3],[2,2],[6,2],[3,-1],[2,0],[1,-3],[4,-6],[4,-3],[3,-1],[1,1],[0,2],[-3,6],[-4,3],[-5,4],[-4,5],[-2,2],[1,6],[4,4],[6,-6],[2,-2],[3,-2],[5,5],[0,2],[-2,3],[-2,2],[-3,4],[7,-2],[3,-1],[8,-5],[3,-3],[4,-5],[3,-5],[6,-11],[0,-3],[-3,0],[-5,-3],[-2,-3],[4,-7],[3,-5],[0,-2],[-2,-4],[-5,-2],[-1,-8],[2,-6],[2,-14],[2,-2],[10,-6],[4,-2],[4,-3],[-1,-3],[-6,-4],[-5,-2],[-10,-7],[-4,-1],[-5,-1],[-6,-2],[-3,-4],[-3,-1],[-5,1],[-9,6],[-2,1],[-6,8],[-2,4],[-2,5],[-3,10],[-2,13],[0,5],[0,6],[-2,7],[-2,2],[-3,0],[-2,1],[-3,2],[-4,4],[-1,1],[-4,9],[0,4],[1,2],[1,4],[0,3],[-1,6],[-3,14],[-4,7],[-5,4],[-2,8],[-3,8],[-2,10],[-3,8],[-2,8],[0,9],[0,10],[-4,5],[0,-2],[-2,-1],[-2,2],[-2,0],[-3,5],[0,1],[-1,3],[-4,12],[-3,4],[0,1],[-2,3],[-1,2],[-2,6],[0,2],[0,4],[1,7],[1,1],[0,1],[1,3],[1,1],[5,1],[1,-1],[3,-1],[4,-5],[7,-7],[2,-2],[2,-1],[2,1],[3,6],[2,4],[1,4],[0,4],[1,6],[0,5],[-2,3],[-2,4],[-1,1],[0,6],[1,3],[2,2],[7,0],[5,-5]],[[6820,4239],[0,-4],[-2,-9],[-2,-5],[-3,-4],[-8,-2],[-3,-3],[-3,-9],[-2,-9],[-1,-6],[-2,-5],[-4,-7],[-3,-4],[-3,-3],[-2,-4],[-6,-9],[-4,-4],[-1,-2],[-4,-5],[-6,-7],[-6,-8],[-1,-3],[-2,-1],[-5,-4],[-6,-4],[-7,-4],[-10,-7],[-5,-4],[-7,-6],[-7,-7],[-7,-7],[-8,-7],[-4,-4],[-5,-4],[-7,-2],[-8,-4],[-11,-3],[-8,-1],[-11,0],[-5,0],[-4,-1],[-2,-3],[-2,0],[-3,0],[-4,0],[-10,1],[-12,0],[-7,-3],[-10,-5],[-4,-4],[-5,-7],[-6,-9],[-4,-5],[-3,-6],[-1,-5],[-1,0],[-4,-2],[-3,-2],[-1,-1],[0,-5],[-3,-2],[-7,-5],[-7,-3],[0,2],[-3,2],[-7,0],[-7,-1],[-10,0],[-5,0],[-6,0],[-3,-1],[-6,-1],[-12,-3],[-1,0],[-2,0],[-2,-1],[-1,-2],[0,-1],[1,-1],[-1,-2],[-3,1],[-3,2],[-4,1],[-2,3],[-3,5],[0,2],[-1,6],[4,14],[4,9],[5,12],[2,5],[2,4],[4,6],[4,9],[5,10],[3,5],[3,4],[3,4],[6,8],[3,5],[3,4],[4,7],[7,10],[6,9],[4,6],[6,8],[8,9],[1,0],[2,2],[10,7],[11,2],[12,-4],[8,1],[7,2],[4,2],[5,1],[3,1],[4,0],[9,1],[10,-1],[3,-3],[2,-3],[1,0],[7,0],[7,2],[4,0],[2,0],[2,-6],[6,-3],[6,-1],[6,2],[4,2],[4,3],[7,3],[2,2],[2,0],[3,3],[6,6],[9,9],[3,3],[10,9],[7,6],[8,5],[3,1],[3,3],[4,4],[4,5],[7,6],[3,2],[4,3],[8,1],[12,3],[2,-1],[5,-1],[5,-1],[4,1],[4,2],[7,7],[11,2],[4,-1]],[[4832,4732],[1,1],[2,-1],[4,-2],[1,-2],[0,-2],[0,-6],[0,-8],[-1,-8],[0,-8],[-1,-1],[-1,0],[-5,0],[-1,1],[-2,1],[-3,3],[-2,2],[0,1],[-1,3],[0,10],[0,2],[1,10],[1,2],[1,1],[5,2],[1,-1]],[[1512,5392],[1,-2],[1,-5],[0,-11],[-1,-12],[-1,-3],[-3,-2],[-2,0],[-8,-1],[-5,-1],[-5,3],[-1,0],[0,6],[0,3],[5,5],[3,3],[2,3],[5,8],[3,4],[1,3],[0,1],[4,-1],[1,-1]],[[5316,4677],[0,-2],[0,-3],[-1,-9],[-1,-14],[3,-10],[1,-3],[4,-1],[8,0],[9,-2],[4,-1],[2,-1],[3,-2],[4,-4],[2,-3],[0,-3],[0,-4],[-2,-4],[-3,-11],[-1,-7],[2,-9],[2,-3],[4,-3],[2,-2],[0,-3],[1,-3],[1,-6],[2,-7],[3,-3],[9,-2],[11,-2],[4,-3],[4,-5],[1,-1],[2,-1],[1,0],[4,-2],[3,1],[6,2],[8,2],[2,0],[5,-2],[10,-1],[3,1],[6,0],[7,0],[7,0],[7,-2],[4,-3],[2,-3],[2,-12],[1,-12],[-1,-10],[-3,-6],[-4,-9],[-4,-7],[-6,-8],[-4,-10],[0,-1],[1,-4],[2,-2],[4,-4],[4,0],[6,3],[6,-10],[6,-7],[8,-6],[6,-9],[1,-1],[0,-3],[0,-1],[-3,-4],[-1,-2],[-5,-5],[-4,-8],[-2,-4],[0,-2],[1,-1],[0,-4],[-3,-4],[-3,-5],[-6,-12],[-2,-2],[0,-3],[0,-3],[2,-3],[2,-3],[1,0],[6,3],[7,4],[6,3],[5,-1],[11,-1],[2,1],[2,-1],[3,-2],[0,-2],[-1,-4],[-5,-11],[-4,-12],[-3,-4],[-2,-4],[0,-10],[-3,-10],[-6,-10],[-2,-5],[-4,-8],[-5,-6],[-5,-5],[-2,-5],[0,-7],[3,-7],[4,-13],[0,-1],[-3,-2],[-2,0],[-3,0],[-3,0],[-1,1],[-2,3],[-5,6],[-4,3],[-6,6],[-5,6],[-4,10],[-1,2],[-6,7],[-4,8],[-1,4],[0,4],[-4,8],[-2,3],[-1,3],[-4,10],[-2,8],[-2,6],[-4,9],[-3,8],[0,3],[-2,2],[-5,2],[-1,0],[-1,-1],[-2,-2],[-1,-1],[-6,2],[-4,4],[-10,9],[-4,1],[-2,5],[-1,9],[-2,6],[-3,4],[-8,2],[-7,2],[-2,1],[0,1],[1,7],[1,11],[0,1],[-1,3],[-3,2],[-2,3],[-3,3],[-4,3],[-5,3],[-5,-1],[-4,2],[-1,4],[1,8],[-1,3],[-5,9],[-3,6],[-2,4],[-1,4],[-4,9],[-7,11],[-5,10],[-3,5],[-2,1],[-11,3],[-9,4],[-5,2],[-2,5],[-1,1],[-1,1],[-2,0],[-2,-1],[-1,-1],[-2,-9],[-3,-5],[-3,-4],[-9,-3],[-2,0],[0,2],[0,4],[-2,14],[0,5],[3,4],[-4,9],[-6,3],[-2,7],[-1,7],[1,5],[-4,10],[-6,0],[-1,1],[-1,0],[-1,1],[-4,4],[0,2],[1,1],[0,1],[2,0],[2,-3],[4,-1],[2,2],[1,12],[0,10],[-1,2],[-1,1],[-2,0],[-3,4],[0,4],[1,5],[2,9],[3,8],[1,2],[2,1],[4,2],[3,2],[8,4],[11,6],[5,4],[3,5],[0,2],[6,5],[3,2],[5,2],[6,3],[7,2],[6,1],[4,1],[3,0],[12,2],[3,1],[2,2],[3,-2]],[[1410,5484],[1,-1],[5,-6],[-1,-7],[0,-2],[-2,-7],[-1,-5],[0,-4],[0,-2],[0,-5],[-1,-1],[-1,0],[-2,0],[-6,4],[-5,4],[-2,2],[1,6],[1,8],[1,7],[2,7],[2,3],[3,1],[1,0],[4,-2]],[[1624,5537],[1,-1],[0,-1],[0,-4],[-3,-3],[-6,-12],[-2,-11],[-5,-6],[-6,-7],[-5,-7],[0,-3],[-1,-5],[-3,-6],[-5,-5],[1,-9],[2,-7],[-7,0],[-3,8],[1,14],[0,6],[2,7],[5,3],[4,5],[4,6],[2,4],[2,4],[3,6],[7,13],[6,10],[2,1],[3,1],[1,-1]],[[1640,5606],[1,-1],[2,0],[1,-1],[1,-1],[1,-8],[0,-2],[-6,-10],[-3,-6],[-2,-1],[-3,1],[-4,-2],[-3,-3],[-5,-4],[-3,-4],[0,-4],[-3,-8],[-5,1],[-5,-1],[-12,-4],[-5,-3],[-4,-2],[-6,-8],[1,-7],[2,-1],[-1,-4],[-3,-7],[-3,-5],[-3,-5],[-3,-4],[-6,-3],[-1,0],[-1,1],[-1,2],[-1,3],[1,1],[1,5],[0,4],[-1,4],[-1,6],[3,9],[3,6],[1,6],[0,3],[3,4],[5,5],[1,2],[1,4],[0,5],[1,2],[5,13],[3,4],[7,9],[6,2],[3,1],[3,1],[2,-1],[6,-1],[3,-1],[5,0],[3,1],[4,3],[4,3],[5,2],[4,0],[2,-1]],[[1482,5638],[3,-2],[0,-1],[-2,-5],[1,-3],[7,-2],[4,-1],[3,3],[2,0],[-1,-1],[-1,-7],[-4,-10],[-4,-7],[-9,-6],[-3,-3],[-4,-2],[-7,-3],[-1,1],[-1,1],[-2,4],[-1,2],[-3,0],[-5,-5],[-3,-7],[-1,-2],[-1,-8],[1,-4],[2,-4],[5,-8],[5,-8],[2,-2],[8,-6],[7,-4],[6,-3],[6,-8],[5,-4],[3,-3],[-1,-3],[-3,1],[-4,2],[-3,2],[-3,4],[-4,6],[-7,6],[-2,1],[-6,1],[-2,2],[-7,8],[-7,8],[-6,6],[-5,4],[-3,4],[-5,7],[-2,5],[-1,5],[1,2],[1,3],[3,11],[-1,10],[0,5],[2,7],[1,1],[2,-1],[3,-1],[8,-4],[6,2],[4,3],[6,2],[3,0],[4,6],[3,7],[1,-1],[1,1],[6,-4]],[[7423,4390],[0,-1],[-2,-1],[-2,-1],[-2,-4],[0,-2],[1,-6],[3,-4],[6,-5],[1,-2],[2,0],[1,1],[4,0],[6,1],[1,0],[4,-2],[8,-3],[5,-2],[1,0],[5,1],[3,2],[2,1],[2,1],[3,2],[2,0],[2,0],[8,2],[7,-1],[1,-2],[1,-1],[-1,-1],[-5,-2],[-1,-1],[-5,-5],[-5,-5],[-6,-4],[-5,-2],[-4,0],[-2,0],[-2,0],[-2,-1],[0,-1],[-2,-5],[0,-6],[2,-5],[3,-4],[5,-3],[2,-5],[2,-4],[0,-3],[-2,-2],[-2,-1],[0,-2],[-1,-5],[0,-2],[3,-1],[4,1],[5,1],[6,0],[4,0],[4,-1],[3,-2],[1,-1],[2,-10],[1,-4],[-3,-8],[-4,-2],[0,-1],[-2,0],[-6,0],[-8,0],[-5,0],[-6,-4],[-13,1],[-7,-3],[-10,2],[-7,2],[-7,0],[-6,-1],[-4,-1],[-2,-2],[-7,-9],[-5,-7],[-3,-3],[-1,-1],[-7,-2],[-5,2],[-3,0],[-8,-1],[-5,-2],[-7,-2],[-12,-7],[-12,-7],[-6,-5],[-5,-5],[-2,-6],[-2,-8],[-1,-8],[1,-5],[0,-5],[-2,-5],[-4,-6],[-2,-1],[-4,-3],[-2,0],[-10,0],[-3,-1],[-8,1],[-5,0],[-2,1],[-3,1],[-7,0],[-2,0],[-9,-2],[-4,1],[-8,3],[-5,1],[-5,3],[-5,8],[-5,7],[-2,5],[-1,3],[-1,4],[-1,3],[-3,6],[-2,3],[-6,12],[-3,4],[-2,1],[-1,0],[-3,4],[0,1],[-1,4],[0,5],[-2,3],[-2,2],[-5,4],[-6,1],[-6,3],[-4,3],[-1,1],[0,2],[0,1],[-2,2],[-5,3],[-5,0],[-10,0],[-5,0],[-13,-1],[-6,-1],[-10,-1],[-4,-2],[-10,-2],[-5,-1],[-4,-1],[-5,-2],[-3,-3],[-1,-2],[1,-2],[-1,-1],[-3,-3],[-3,-3],[-3,-3],[-7,-7],[-3,-2],[-6,-2],[-6,-1],[-7,-2],[-7,-6],[-4,9],[-2,4],[-4,8],[0,5],[2,6],[3,6],[0,3],[-2,3],[-2,2],[-3,7],[-4,9],[-2,7],[-2,7],[0,7],[6,8],[4,7],[2,3],[3,3],[1,1],[7,11],[1,3],[2,3],[1,1],[7,5],[4,4],[3,0],[3,-1],[4,-1],[4,0],[9,3],[10,5],[5,11],[3,3],[8,9],[7,4],[7,5],[7,0],[6,0],[1,0],[10,5],[8,3],[5,3],[8,5],[8,4],[2,2],[4,1],[2,0],[2,1],[11,-1],[5,0],[8,-2],[10,-2],[6,1],[5,0],[4,0],[5,-1],[5,-1],[6,0],[8,-1],[6,-2],[8,-2],[2,0],[6,0],[8,2],[1,-1],[6,-6],[6,-10],[6,-7],[5,-5],[2,-2],[4,-6],[2,-2],[2,0],[4,1],[5,0],[5,-3],[8,-4],[9,-4],[7,2],[4,-3],[3,-3],[5,-4],[3,-3],[2,-1],[5,-3],[3,0],[2,-1],[2,-3],[4,-3],[0,-2],[0,-1],[1,-2],[4,-5],[3,-2],[6,1],[3,4],[1,2],[0,2],[0,1],[-1,2],[-1,1],[-5,5],[-4,6],[-2,5],[-7,12],[-3,4],[-4,5],[-1,3],[4,3],[2,1],[6,-2],[5,-1],[1,0],[1,-1],[1,-1],[2,-2],[1,-1],[3,-2],[6,-2],[1,0],[0,1],[0,4],[-2,-1],[-1,1],[-2,4],[0,2],[3,8],[2,3],[2,2],[2,0],[4,0],[1,0],[1,-1]],[[3711,4766],[1,0],[3,2],[3,2],[6,2],[6,1],[3,-1],[1,0],[1,1],[5,2],[1,1],[5,5],[4,2],[2,1],[2,0],[3,0],[3,0],[1,0],[1,0],[0,1],[2,3],[1,2],[3,5],[2,7],[0,1],[4,2],[3,1],[2,0],[7,1],[3,2],[2,5],[1,1],[7,3],[4,1],[2,2],[1,2],[1,11],[0,6],[0,4],[-7,10],[-3,3],[-2,1],[-12,-1],[-11,1],[-2,4],[-1,8],[0,10],[11,2],[12,3],[12,0],[5,-1],[3,2],[1,0],[1,5],[0,4],[0,2],[-1,2],[-1,2],[-1,1],[-8,3],[-6,2],[-5,2],[-4,2],[-1,1],[-7,2],[-5,1],[-4,0],[-6,1],[-4,0],[-7,2],[-3,-2],[-3,-3],[-3,-2],[-2,0],[-8,1],[-11,-1],[-6,1],[0,3],[2,4]],[[3720,4919],[22,3],[19,7],[13,8],[15,-2],[13,3],[9,11],[17,-8],[20,1],[12,-4],[13,3],[6,14],[-2,40],[-2,11],[3,13],[15,6],[16,27],[19,-3],[8,3],[8,-4],[12,5],[10,8],[12,-3],[-2,-4],[1,-14],[-5,-13],[2,-12],[-14,-5],[-6,-6],[3,-12],[0,-10],[18,1],[15,-12],[11,6],[8,-3],[14,4],[0,-6],[4,-1],[12,5],[2,-2],[-4,-8],[7,-32],[-5,-9],[2,-12],[20,-11],[13,1],[11,-5],[2,-8],[6,-4],[0,-14],[40,4],[16,9],[5,10],[0,7],[19,3],[7,9],[24,13],[-4,2],[1,14],[-3,2],[2,8],[11,12],[-1,7],[-5,6],[2,15],[5,7],[-6,7],[4,3],[-2,2],[2,2],[0,6],[-6,0],[5,29],[-2,18],[3,8],[7,8],[3,17],[16,5],[-6,20],[5,10],[20,4],[4,10],[1,14]],[[4260,5163],[1,0],[1,-1],[2,-2],[5,-2],[11,-3],[2,0],[3,1],[5,3],[4,1],[4,-2],[10,-3],[10,0],[8,2],[7,2],[3,1],[4,-2],[3,-2],[1,-2],[1,-6],[3,-8],[1,-2],[4,-2],[7,0],[4,1],[2,1],[3,2],[4,1],[5,-2],[6,-4],[4,-4],[6,-6],[6,-2],[6,0],[7,-4],[4,-2],[1,-1],[10,1],[3,0],[3,-3],[4,-4],[7,-7],[7,-4],[3,-1],[2,0],[2,1],[3,3],[1,1],[3,0],[1,0],[6,-2],[7,-3],[5,-3],[8,-4],[2,-2],[1,0],[7,-1],[9,-4],[4,-3],[3,-4],[6,-8],[2,-5],[4,-6],[10,-10],[9,-10],[5,-8],[10,-10],[7,-6],[4,-4],[1,-3],[2,-3],[2,-2],[1,-2],[1,-3],[2,-2],[1,-1],[1,-1],[5,-3],[4,-3],[7,-6],[4,-8],[6,-4],[10,-5],[1,0],[1,0],[1,-1],[1,-5],[1,-3],[-1,-3],[0,-1],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,0],[-2,1],[-1,-1],[-2,-2],[-3,-8],[0,-3],[1,-3],[0,-1],[1,-4],[2,-3],[1,-1],[2,-3],[1,-1],[2,-1],[1,0],[1,0],[3,1],[1,0],[1,-1],[2,-4],[1,-3],[0,-2],[0,-2],[-3,0],[-2,1],[-5,1],[-7,-5],[-1,-2],[0,-1],[0,-3],[-3,-12],[-2,-7],[-3,1],[-1,0],[-1,0],[-4,1],[-6,-1],[-3,-1],[-3,-1],[-3,-1],[-6,-3],[-2,-2],[-6,-4],[-4,-3],[-2,-2],[-2,-1],[-3,-4],[-1,-1],[0,-1],[-2,-2],[-3,-3],[-2,-1],[-3,-4],[-2,-1],[0,-1],[0,-1],[0,-1],[0,2],[-1,0],[-1,-1],[-1,-2],[-1,0],[-2,-3],[-2,-4],[0,-1],[-1,-3],[-1,-2],[0,-3],[0,-5],[1,-7],[0,-4],[2,-5],[0,-1],[1,-4],[1,-1],[1,-3],[1,-2],[4,-5],[5,-12],[2,-4],[-1,-8],[-1,-11],[3,-12],[2,-3],[0,-3],[0,-1],[-1,-4],[3,-11],[4,-9],[6,-8],[6,-10],[2,-10],[1,-4],[0,-1],[6,-8],[0,-1],[0,-3],[-2,0],[-2,-1],[-8,-3],[-2,-1],[-2,-1],[-3,-5],[-1,-4],[-1,-4],[1,-2],[-2,-9],[-1,-4],[0,-3],[2,-7],[3,-9],[2,-7],[3,-11],[-6,-13],[-1,-2],[-1,-2],[-2,-3],[1,-3],[4,-2],[8,-1],[4,-1],[4,0],[3,-1],[4,-8],[8,-13],[0,-1],[1,-3],[0,-1],[0,-2],[-1,-5],[0,-1],[-1,-3],[-11,-4],[-7,-2],[-2,0],[-1,1],[-1,0],[-2,2],[-8,-8],[5,-9],[1,-5],[2,-3],[1,-2],[3,-3],[1,-1],[1,-1],[2,-1],[5,-1],[4,-1],[-1,3],[0,3],[1,2],[1,0],[1,1],[3,2],[1,0],[2,-1],[0,-1],[1,-1],[1,-5],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[1,-3],[2,-4],[10,-5],[1,-1],[1,0],[-1,-3],[-4,-13],[-1,-12],[-1,-14],[-2,-3],[-1,-3],[0,-2],[0,-1],[6,-5],[3,-2],[4,-5],[5,-7],[5,-4],[2,0],[7,-8],[4,-5],[0,-5],[0,-10],[-1,-10],[-2,-5],[-1,-4],[0,-8],[-2,-4],[-2,-3],[-2,-4],[-1,-2],[0,-1],[1,-2],[2,-5],[1,-6],[-1,-5],[-11,-1],[-9,-11],[-2,-4],[-1,-8],[2,-4],[3,-3],[3,-6],[2,-6],[1,-12],[0,-7],[-1,-4],[-3,-1],[-3,-2],[6,-7],[9,-3],[0,-2],[0,-1],[-1,-4],[-5,-8],[-5,-3],[-2,0],[-7,-3],[-9,-8],[-3,-4],[-3,-5],[-1,-5],[-3,-8],[-8,1],[-11,3],[-11,7],[-1,1],[-1,1],[-4,1],[-4,1],[-4,-1],[-11,3],[-4,1],[-4,1],[-2,0],[-4,2],[-7,2],[-5,1],[-4,4],[-4,5],[1,5],[0,5],[-2,14],[0,10],[-1,10],[1,4],[3,3],[2,3],[2,4],[1,3],[0,3],[-1,2],[-1,1],[-1,2],[-3,2],[-2,0],[-1,0],[-2,0],[-2,-1],[-3,-7],[-4,-4],[-3,-2],[-10,6],[-2,1],[-1,3],[-4,12],[-1,3],[0,3],[1,7],[-1,9],[0,7],[-1,12],[-1,12],[1,4],[-1,3],[0,1],[-4,5],[-1,1],[-7,6],[-3,6],[-2,2],[-1,1],[-8,5],[-4,4],[1,3],[-1,3],[-1,1],[-3,2],[-5,1],[-3,0],[-5,3],[-3,3],[-3,2],[0,2],[-2,4],[-1,3],[-7,2],[-1,-1],[-1,-4],[0,-2],[-3,-2],[-3,1],[-1,0],[-2,2],[-3,3],[-1,2],[-1,4],[-1,2],[-3,2],[-6,-1],[-4,-1],[-1,0],[-1,-2],[-1,-5],[0,-4],[0,-3],[-1,-4],[-2,-4],[-2,-5],[-7,-4],[-4,8],[-1,7],[-1,5],[-1,2],[-2,0],[-2,0],[-2,-1],[-1,-2],[0,-8],[-2,2],[1,2],[0,4],[0,1],[-2,2],[-1,1],[-4,0],[-5,0],[-4,0],[0,1],[2,3],[2,1],[1,0],[5,0],[2,3],[0,3],[1,5],[0,3],[0,6],[0,4],[-1,1],[-2,2],[-7,7],[-4,5],[-10,8],[-3,2],[2,3],[0,1],[-1,2],[2,1],[3,-1],[1,0],[1,4],[0,1],[-3,4],[-2,3],[-4,3],[-5,8],[-2,1],[-2,2],[-2,-1],[-2,1],[-2,3],[-1,2],[0,1],[2,7],[-1,5],[-3,5],[-4,2],[0,3],[-1,7],[2,2],[0,1],[-1,1],[1,1],[0,2],[-1,2],[-1,3],[-2,2],[-6,6],[-4,2],[-1,-3],[-3,3],[1,4],[-1,1],[-5,6],[-9,8],[-4,3],[-1,3],[-1,4],[1,0],[0,-1],[0,-2],[1,-4],[3,-2],[1,3],[0,2],[0,1],[3,4],[1,0],[-1,1],[-6,9],[-7,2],[-2,-3],[-2,-4],[-1,-2],[-12,-3],[-4,0],[-2,4],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[1,-6],[-1,-1],[1,-1],[2,0],[1,1],[1,0],[1,1],[-1,-1],[-2,-2],[-1,0],[-2,-1],[-1,0],[0,-1],[-2,-2],[-1,0],[-3,-1],[-3,-1],[-3,0],[-2,2],[-2,1],[-6,8],[-1,4],[5,2],[3,2],[3,-1],[3,0],[4,2],[1,1],[1,2],[1,2],[0,1],[-1,6],[-5,0],[0,-2],[0,-3],[-4,-5],[-2,-1],[0,1],[-4,0],[-3,0],[-8,3],[-7,5],[-2,3],[3,5],[3,5],[-3,2],[-4,1],[-1,0],[1,2],[1,1],[-2,1],[-6,-5],[-1,-9],[-6,0],[-6,8],[-4,4],[-2,2],[-6,1],[-2,0],[-4,-1],[-3,0],[-6,4],[-2,5],[0,12],[0,5],[4,4],[2,3],[2,1],[9,11],[-5,7],[-2,1],[6,0],[5,0],[5,-3],[1,0],[3,0],[2,2],[1,1],[1,1],[0,1],[0,1],[0,-1],[1,0],[0,1],[1,2],[1,0],[2,3],[1,2],[2,5],[-5,4],[3,6],[2,-1],[0,-1],[0,1],[1,2],[0,5],[0,3],[0,6],[-1,3],[-1,2],[-4,4],[-4,4],[-5,5],[-2,4],[-4,3],[-2,1],[-3,1],[-2,0],[-1,0],[-1,0],[-1,-7],[0,-3],[-1,-3],[0,2],[-2,0],[-1,0],[0,-1],[1,0],[-2,0],[1,1],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,0],[0,-1],[-6,-6],[-1,-1],[-2,-1],[-2,-1],[-5,2],[-3,2],[-2,2],[-1,1],[-1,2],[-1,1],[-4,4],[-1,1],[-6,0],[-1,0],[-1,-1],[-3,-2],[-2,-5],[-9,-1],[-5,0],[-2,-3],[-1,-5],[-1,-7],[-2,-1],[-3,-1],[-5,0],[-1,1],[-1,-1],[-7,-1],[-11,0],[-9,-1],[-3,-1],[-2,-3],[-3,-4],[-2,-6],[-4,-5],[-3,-1],[-7,-5],[-3,-3],[-6,-5],[-1,-1],[-1,-2],[-1,-2],[0,-1],[1,-4],[0,-4],[-2,-3],[-2,-2],[-6,-3],[-3,-1],[-2,1],[-2,1],[-2,0],[-5,-2],[-3,-2],[-2,-4],[0,-2],[1,-1],[1,-1],[2,-1],[3,-1],[1,0],[2,0],[10,-1],[7,-2],[1,0],[1,-1],[2,-2],[1,-1],[0,-2],[0,-1],[-1,0],[-3,0],[-12,2],[-8,4],[-6,1],[-3,0],[-5,-3],[-7,0],[-4,1],[-4,0],[-3,2],[-1,1],[-2,3],[-1,0],[0,1],[-2,0],[-1,0],[-1,0],[-1,0],[-3,0],[-9,0],[-7,0],[-7,0],[-1,-1],[-2,0],[-2,-1],[-1,-3],[-6,-4],[-6,-1],[-4,0],[-7,2],[-6,2],[-5,3],[-4,2],[-1,1],[-1,0],[-3,0],[-3,0],[-6,0],[-7,-2],[-6,0],[-6,0],[-3,-1],[-4,-2],[-8,-3],[-8,-4],[-7,-5],[-8,-8],[-2,-3],[-7,-5],[-8,-2],[-5,-1],[-3,-1]],[[7462,4533],[8,-3],[7,-4],[7,-3],[3,-2],[5,-3],[6,-5],[7,-5],[7,-1],[6,-1],[7,-3],[8,-2],[8,-4],[3,-7],[10,-26],[19,-49],[7,-20],[8,-26],[-1,-2],[-11,-18],[-14,-16],[-7,-7],[-7,-21],[0,-1],[-1,-2],[-12,-21],[-4,-7],[-3,-6],[-7,-8],[-1,-1],[-12,-5],[-2,-1],[-2,-1],[-6,-1],[-10,-1],[-5,-3],[-1,-1],[-11,2],[-2,0],[-3,1],[-6,1],[-7,1],[-9,0],[-10,-3],[-8,-8],[-3,-2],[-4,-6],[-1,-5],[-11,-15],[0,-1],[-2,-3],[-6,-10],[-16,-19],[-4,-5],[3,-35],[2,-34],[4,-34],[18,-3],[1,-3],[76,-16],[34,-133],[55,-206],[22,-75],[-86,-172],[72,-102],[18,-30],[-56,-70],[66,-40],[34,-41],[60,-8],[37,-23],[38,27],[47,-23],[25,-39],[1,-84],[-29,-29],[-88,-65],[-53,-25],[-22,-28],[48,-138],[49,-71],[2,-4],[10,-15],[35,-10],[53,-15],[5,-6],[5,-7],[5,-7],[5,-8],[7,-11],[4,-8],[7,-8],[5,-6],[6,-7],[3,-3],[7,-5],[6,-5],[3,-2],[4,-3],[6,-6],[6,-7],[1,-2],[4,-5],[5,-7],[4,-7],[4,-6],[4,-7],[4,-8],[2,-4],[3,-7],[2,-6],[4,-9],[4,-8],[4,-8],[4,-8],[1,-5],[2,-4],[3,-9],[2,-9],[2,-9],[1,-9],[1,-9],[0,-6],[0,-4],[0,-9],[-1,-10],[-2,-9],[-1,-7],[5,-2],[7,4],[9,6],[3,2],[3,4],[6,5],[8,5],[7,5],[7,3],[5,3],[7,3],[9,4],[8,2],[11,3],[7,2],[8,0],[7,1],[9,-1],[8,-1],[9,-2],[8,-2],[7,-2],[4,-2],[7,-3],[5,0],[3,2],[5,8],[5,7],[2,3],[4,4],[5,6],[6,6],[7,6],[6,4],[5,5],[6,5],[-3,4],[-3,2],[-8,3],[-7,3],[-7,4],[-7,5],[-6,4],[-7,6],[-6,6],[-5,6],[-6,6],[-5,7],[-8,4],[-8,1],[-8,1],[-7,1],[-8,2],[-7,3],[-8,3],[-7,4],[-4,3],[-3,2],[-5,4],[-3,2],[-6,6],[-6,6],[-6,6],[-5,7],[-5,7],[-1,2],[-4,7],[-4,8],[-4,8],[-3,8],[-3,9],[-2,9],[-2,9],[-1,9],[-1,10],[0,9],[0,9],[100,94],[32,70],[87,33],[25,-3],[35,-48],[5,-88],[28,-228],[111,48],[108,64],[38,46],[7,0],[8,-1],[8,-1],[7,-1],[8,-3],[5,-2],[3,-1],[7,-3],[7,-4],[7,-4],[6,-5],[6,-6],[4,-4],[3,-2],[4,-5],[6,-5],[6,-6],[6,-7],[5,-7],[5,-7],[4,-8],[4,-8],[4,-8],[3,-8],[3,-9],[2,-9],[2,-9],[1,-9],[0,-10],[1,-8],[-1,-12],[0,-6],[0,-13],[3,-9],[2,-10],[2,-8],[1,-10],[1,-9],[0,-9],[-1,-9],[-1,-10],[-1,-9],[-2,-9],[-1,-5],[-1,-5],[-3,-8],[-3,-9],[-4,-8],[-7,-12],[-4,-8],[-3,-11],[-2,-9],[-1,-6],[-1,-3],[-2,-9],[-3,-10],[-2,-8],[-4,-9],[-4,-8],[-2,-5],[-2,-3],[-5,-8],[-1,-2],[-4,-6],[-5,-12],[-1,-9],[-1,-9],[-3,-14],[-3,-9],[-3,-9],[-1,-5],[-2,-4],[-4,-8],[-4,-8],[-1,-2],[-4,-5],[-2,-11],[-2,-7],[0,-3],[-3,-9],[-3,-8],[-3,-9],[-4,-8],[-4,-8],[-3,-5],[-3,-8],[-5,-8],[-4,-7],[-5,-8],[-5,-11],[0,-9],[0,-10],[-1,-9],[-1,-9],[-1,-8],[0,-9],[0,-10],[-1,-9],[-2,-9],[-1,-9],[0,-8],[1,-10],[1,-9],[0,-5],[-1,-14],[0,-9],[-2,-9],[0,-2],[-2,-7],[-2,-9],[-3,-9],[-3,-8],[-4,-8],[-4,-8],[-2,-4],[-3,-4],[-4,-7],[-4,-4],[-2,-3],[-6,-6],[-6,-6],[-6,-5],[-7,-5],[-6,-4],[-7,-4],[-8,-3],[-7,-3],[-8,-2],[-7,-1],[-8,-1],[-8,0],[-8,0],[-7,1],[-8,2],[-7,2],[-4,1],[-4,2],[-7,3],[-7,4],[-8,6],[-6,4],[-6,6],[-4,-10],[-4,-12],[-3,-9],[-3,-8],[-1,-8],[1,-3],[4,-8],[3,-9],[3,-9],[2,-9],[1,-5],[1,-4],[1,-9],[0,-9],[1,-10],[-1,-9],[-1,-9],[0,-6],[-1,-4],[-2,-9],[-2,-9],[-3,-8],[-3,-9],[-4,-8],[-4,-8],[-4,-7],[-5,-7],[-6,-7],[-5,-6],[-7,-6],[-6,-6],[-6,-5],[-7,-4],[-5,-3],[-3,-1],[-5,-2],[-3,-2],[-7,-2],[-8,-2],[-7,-2],[-8,0],[-5,-1],[-11,1],[-7,1],[-8,1],[-7,3],[-4,1],[-4,1],[-6,3],[-1,1],[-7,4],[-7,4],[-6,5],[-7,6],[-6,6],[-4,3],[-7,-3],[-8,-3],[-1,-1],[-6,-1],[-8,-2],[-2,0],[-8,-1],[-8,0],[-12,1],[-12,1],[-4,1],[-4,1],[-8,2],[-7,3],[-7,3],[-7,4],[-7,4],[-6,5],[-7,6],[-6,6],[-5,6],[-5,7],[-5,7],[-5,8],[-4,8],[-3,8],[-3,9],[-3,8],[-2,9],[-4,5],[-6,6],[-6,6],[-1,2],[-5,6],[-5,7],[-4,8],[-4,8],[-4,8],[-3,8],[-3,9],[-2,9],[-1,9],[-1,5],[-1,5],[-1,9],[0,10],[1,9],[0,9],[2,9],[1,9],[1,10],[-1,9],[-1,9],[0,9],[0,10],[1,9],[1,9],[2,9],[2,9],[1,3],[2,6],[3,8],[4,9],[4,7],[1,5],[0,4],[-4,8],[-4,8],[-4,8],[-3,9],[-3,8],[-2,9],[-1,9],[-2,9],[-4,11],[-2,0],[-8,1],[-7,1],[-12,1],[-8,-1],[-7,-1],[-7,-1],[-9,1],[-8,1],[-7,1],[-8,2],[-7,3],[-7,4],[-8,3],[-6,5],[-7,5],[-6,5],[-6,6],[-6,7],[-5,6],[-3,5],[-2,3],[-5,8],[-4,8],[-3,8],[-3,8],[-3,9],[-2,9],[-3,11],[-1,9],[-1,13],[-1,9],[-1,9],[0,10],[0,2],[0,9],[0,15],[1,9],[2,9],[1,9],[0,6],[-2,4],[-6,4],[-11,6],[-8,1],[-6,2],[-8,2],[-7,2],[-8,3],[-7,3],[-7,4],[-7,5],[-7,5],[-6,5],[-6,6],[-5,6],[-5,4],[-8,3],[-7,3],[-7,4],[-7,4],[-6,5],[-7,6],[-6,6],[-5,6],[-5,6],[-6,5],[-6,6],[-6,6],[-5,7],[-8,11],[-3,6],[-4,7],[-2,3],[-3,8],[-4,9],[-2,8],[-2,9],[-1,2],[-2,9],[-1,9],[-1,9],[0,10],[0,9],[-1,13],[-2,9],[-3,9],[-4,4],[-7,1],[-8,2],[-7,2],[-9,3],[-6,0],[-7,2],[-6,1],[-3,1],[-5,-3],[-4,-4],[-4,-8],[-3,-7],[-2,-4],[-5,-7],[-5,-8],[-5,-6],[-4,-5],[-6,-7],[-6,-6],[-8,-7],[-3,-2],[-2,-2],[-6,-4],[-7,-4],[-7,-4],[-7,-3],[-7,-3],[-5,-2],[-4,0],[-5,-1],[-4,-1],[-7,-1],[-9,0],[-4,0],[-6,0],[-7,1],[-6,1],[-5,1],[-4,1],[-4,1],[-8,3],[-7,3],[-7,4],[-7,4],[-7,5],[-4,4],[-2,2],[-6,6],[-6,6],[-5,7],[-5,7],[-5,8],[-4,8],[-3,8],[-2,5],[-2,3],[-2,9],[-3,9],[-2,9],[-1,9],[-1,10],[0,9],[0,11],[1,8],[1,9],[2,9],[2,9],[3,9],[3,8],[3,7],[3,6],[1,3],[3,6],[5,7],[5,7],[4,7],[6,7],[5,7],[6,5],[2,5],[-6,4],[-6,6],[-2,1],[-6,6],[-6,6],[-5,7],[-7,8],[-5,7],[-6,8],[-4,7],[-6,10],[-5,7],[-5,7],[-2,5],[-2,4],[-4,8],[-2,5],[-2,6],[-1,3],[-3,8],[-2,6],[-2,9],[-2,4],[-1,5],[-1,9],[-2,9],[-1,9],[0,10],[0,7],[1,6],[0,10],[0,11],[0,9],[0,4],[0,7],[1,9],[1,10],[2,9],[2,9],[1,9],[3,11],[2,7],[4,9],[3,8],[4,8],[0,6],[-1,6],[-5,8],[-3,9],[-4,8],[-2,9],[-2,7],[-2,6],[-1,10],[-2,9],[0,9],[-1,8],[0,11],[1,9],[1,9],[-2,9],[-3,9],[-2,9],[0,2],[-2,7],[-1,9],[-3,7],[-5,8],[-4,8],[-3,8],[-4,8],[-2,9],[-3,9],[-2,9],[-1,9],[-1,9],[0,10],[0,9],[1,9],[1,10],[-6,8],[-7,4],[-6,5],[-7,5],[-6,6],[-5,6],[-6,7],[-5,7],[-3,5],[-1,3],[-5,8],[-3,8],[-4,9],[-2,8],[-3,10],[-6,6],[-4,5],[-5,7],[-5,7],[-4,8],[-5,7],[-6,10],[-8,4],[-6,4],[-8,6],[-6,5],[-2,1],[-4,5],[-6,6],[-5,7],[-5,7],[-5,7],[-8,1],[-7,-1],[-7,-1],[-2,0],[-7,0],[-8,0],[-8,1],[-8,1],[-7,2],[-8,3],[-8,3],[-7,4],[-7,4],[-6,5],[-10,8],[-7,5],[-6,5],[-6,6],[-7,7],[-5,7],[-9,10],[-5,7],[-5,7],[-5,7],[-4,8],[-4,8],[-3,9],[-3,9],[-2,8],[-2,10],[-1,9],[-1,10],[-1,9],[0,9],[0,10],[0,9],[2,9],[-2,4],[-3,3],[-8,4],[-7,4],[-4,3],[-3,3],[-6,5],[-4,3],[-2,3],[-6,6],[-6,7],[-5,7],[-4,7],[-5,8],[-3,8],[-4,9],[-2,8],[-2,8],[-3,10],[-1,10],[-1,9],[0,9],[0,9],[1,10],[1,9],[2,9],[2,9],[2,7],[1,2],[-4,8],[-6,6],[-6,7],[-5,7],[-4,7],[-5,8],[-2,6],[-2,3],[-5,-1],[-7,-5],[-8,-5],[-7,-4],[-8,-3],[-8,-3],[-7,-3],[-7,-3],[-10,-3],[-7,-2],[-13,-1],[-7,-1],[-8,-1],[-11,-4],[-6,-7],[-2,-3],[-6,-6],[-8,-7],[-6,-6],[-7,-5],[-3,-2],[-5,-3],[-9,-6],[-7,-3],[-4,-3],[-6,-2],[-8,-3],[-9,-3],[-8,-1],[-8,-1],[-8,-1],[-8,0],[-6,1],[-11,-2],[-8,-3],[-8,-2],[-2,-1],[-6,-1],[-7,-1],[-8,0],[-8,0],[-8,1],[-3,0],[-8,2],[-8,2],[-8,2],[-7,3],[-8,3],[-7,4],[-7,4],[-7,5],[-6,5],[-6,6],[-3,2],[-4,5],[-5,6],[-2,3],[-5,7],[-4,7],[-5,8],[-4,8],[-3,9],[-3,8],[-2,9],[-2,7],[-1,8],[-1,2],[-1,9],[-2,16],[0,9],[0,9],[1,10],[1,10],[1,9],[2,9],[2,9],[3,9],[3,9],[3,8],[3,8],[5,9],[3,8],[3,6],[4,8],[5,7],[4,8],[3,7],[7,12],[4,7],[5,8],[5,5],[2,3],[1,2],[5,8],[5,8],[3,5],[10,14],[3,4],[7,10],[3,4],[3,4],[7,8],[6,7],[6,6],[8,7],[3,2],[7,6],[6,6],[7,5],[12,7],[7,4],[7,4],[8,2],[8,3],[8,1],[8,1],[8,1],[8,0],[8,-1],[6,-1],[9,1],[8,0],[7,1],[8,1],[8,1],[3,0],[7,0],[8,-1],[7,-2],[3,0],[4,4],[4,4],[7,5],[6,5],[6,5],[5,3],[6,5],[8,6],[5,4],[3,2],[7,4],[7,4],[8,4],[8,3],[6,2],[4,1],[5,2],[7,1],[8,1],[6,1],[7,3],[8,2],[8,2],[9,2],[8,1],[8,1],[8,1],[8,0],[5,-1],[4,0],[8,-2],[7,-2],[8,-3],[5,-2],[4,-2],[8,-4],[7,-4],[7,-5],[7,-6],[4,-2],[4,2],[3,8],[4,10],[4,7],[1,1],[4,7],[5,9],[5,7],[5,7],[3,5],[7,10],[8,12],[5,6],[5,6],[1,1],[6,6],[7,6],[4,3],[7,5],[7,5],[7,5],[7,4],[7,3],[7,2],[6,7],[7,5],[6,5],[11,7],[7,4],[7,4],[3,2],[6,3],[8,3],[7,3],[8,2],[5,1],[6,1],[11,6],[7,3],[8,4],[7,2],[8,3],[8,1],[15,2],[8,0],[10,0],[9,0],[8,-1],[12,-2],[5,0],[9,-1],[8,-1],[11,-1],[6,0],[8,-1],[8,-1],[6,-2],[9,0],[8,-1],[6,-1],[2,-1],[8,-2],[5,-2],[5,-1],[6,-3],[8,-4],[7,-4],[8,-1],[8,3],[7,2],[8,1],[8,1],[5,1],[10,-1],[4,2],[8,1],[8,1],[3,0],[6,1],[4,-1],[6,0],[8,-1],[7,-1],[8,-2]],[[1390,5888],[2,-2],[-1,-1],[-5,-4],[-7,-8],[-1,-2],[0,-3],[0,-1],[1,-2],[1,-1],[4,-1],[2,1],[11,1],[8,1],[6,-13],[3,-9],[-1,-2],[1,-7],[2,-6],[4,-4],[1,-1],[0,-6],[-3,-2],[-3,-10],[0,-14],[2,-8],[0,-1],[1,-5],[0,-5],[-4,-7],[-1,-2],[0,-3],[2,-11],[2,-5],[1,-2],[3,-3],[3,-6],[2,-4],[1,-3],[-1,-11],[0,-3],[-2,-6],[-1,-1],[0,-1],[-5,-4],[-4,-5],[-4,-5],[-5,-8],[-1,-4],[-1,-5],[-1,-6],[0,-1],[-2,-2],[-5,-5],[-1,-4],[0,-2],[0,-8],[4,-5],[5,2],[4,11],[0,2],[-3,6],[0,5],[0,4],[4,7],[1,2],[2,-2],[3,-4],[4,-7],[-1,-7],[1,-10],[1,-4],[0,-2],[-2,-7],[-3,-3],[-4,1],[0,1],[-3,-2],[-1,-1],[1,-3],[0,-5],[1,-2],[2,-3],[2,-4],[2,-7],[2,-8],[2,-10],[1,-10],[0,-5],[-3,-8],[-1,-2],[-4,-4],[-2,0],[-1,1],[-6,3],[-1,3],[-2,6],[-3,10],[-2,2],[-2,0],[-1,0],[-1,-3],[1,-12],[-1,-12],[-6,-3],[-1,-9],[-1,-6],[-1,-2],[-12,-5],[-4,0],[-9,5],[-2,3],[-4,-1],[-7,-10],[-2,-3],[-1,-2],[-1,-7],[1,-3],[2,-3],[1,-2],[2,-3],[1,-4],[-2,-2],[-4,-1],[-2,-1],[-1,1],[0,1],[-4,7],[-1,2],[-1,2],[-2,7],[0,4],[1,1],[1,1],[1,1],[0,5],[-1,1],[-7,-1],[-3,0],[-2,-2],[-3,3],[-4,5],[-5,11],[-1,4],[0,4],[1,6],[1,5],[-1,2],[-2,2],[-3,2],[-5,2],[-2,-1],[-4,-4],[-2,-7],[-4,-10],[-2,-7],[-1,-5],[-2,-8],[-1,-4],[-3,-4],[-4,-12],[-5,-5],[-6,-9],[-2,-5],[-4,-6],[-3,-6],[-2,-3],[-5,-4],[-1,-1],[0,3],[1,2],[6,10],[-4,14],[-2,8],[3,2],[3,6],[1,4],[3,15],[2,13],[2,10],[1,8],[0,9],[0,7],[1,14],[0,11],[-1,15],[-1,5],[-1,7],[0,7],[4,7],[5,9],[5,14],[3,5],[3,12],[1,7],[4,12],[2,11],[1,7],[1,10],[5,15],[6,25],[7,16],[6,5],[1,0],[3,0],[2,1],[5,3],[5,12],[2,5],[1,7],[0,7],[2,3],[4,5],[2,4],[3,6],[1,4],[2,2],[2,2],[5,2],[2,1],[1,0],[5,-2],[4,-2],[5,-1],[2,0],[1,1],[3,5],[4,8],[4,14],[5,2],[3,-2]],[[938,6328],[4,-2],[3,-3],[5,-5],[5,-6],[5,-8],[6,-6],[0,-1],[-2,-1],[-8,-3],[-5,1],[-1,1],[-2,6],[-2,2],[-7,3],[-7,4],[-3,7],[3,4],[5,8],[1,0],[0,-1]],[[859,6437],[1,0],[2,-1],[2,-2],[4,-2],[9,-8],[5,-2],[5,-6],[1,-3],[1,-5],[2,-5],[4,-4],[6,-6],[3,-2],[2,-4],[-4,-4],[2,-6],[2,0],[2,-1],[2,-1],[7,-5],[1,-1],[0,-5],[2,-6],[0,-3],[2,-3],[-4,0],[-3,-1],[-3,1],[-11,0],[-10,5],[-11,7],[-1,4],[-4,4],[-7,7],[-6,3],[-3,11],[-4,10],[-5,8],[-3,10],[-2,12],[1,3],[2,2],[2,2],[6,-1],[3,-2]],[[6019,5462],[1,0],[0,-2],[-1,-5],[-2,-3],[-1,0],[-1,-1],[-2,-2],[0,-1],[0,-1],[2,-6],[1,-3],[-4,-3],[-5,-2],[-8,2],[-1,-1],[1,-4],[-2,1],[-5,4],[-1,3],[1,6],[1,3],[4,5],[4,7],[1,3],[2,2],[7,2],[8,-4]],[[2063,6332],[-2,-19],[4,-11],[-3,-8],[9,-13],[3,-11],[13,-15],[14,-6],[-5,-18],[-6,-3],[-2,-14],[-9,-8],[3,-5],[-4,-7],[3,-7],[-3,0],[-1,-3],[9,-11],[-9,2],[-16,-6],[-2,-9],[-15,-16],[-2,-21],[19,-13],[3,0],[-1,6],[4,1],[19,-14],[8,-15],[10,-3],[12,-9],[9,-1],[3,4],[25,-23],[8,2],[12,-7],[0,-4],[-10,-11],[2,-7],[-2,-10],[-8,-6],[7,-29],[-2,-9],[4,-6],[-3,-10],[10,-9],[-2,-9],[14,1],[8,-2],[22,4],[8,-9],[13,5],[15,-8],[18,0],[12,-15],[8,5],[7,-7],[-2,-14],[-14,-28],[-1,14],[-16,-4],[-7,3],[-5,-4],[-16,2],[-4,-19],[-4,-5],[5,-11],[0,-9],[-11,-17],[-11,-4],[5,-14],[5,-4],[5,-11],[-2,-24],[8,-19],[1,-22],[23,-16],[13,0],[22,-9],[10,-8],[25,3],[15,-8],[2,-10],[42,3],[31,14],[11,-16],[-5,-12],[4,-8],[-5,-9],[2,-12],[7,1],[5,9],[11,1],[8,6],[4,-5],[13,16],[0,12],[8,10],[4,26],[-3,5],[2,8],[10,0],[15,-7],[10,6],[8,0],[3,-8],[19,-10],[9,7],[8,1],[9,11],[18,7],[2,28],[-3,17],[2,13],[25,-20],[14,5],[2,3],[6,-1],[28,-49],[1,-19],[-16,-7],[-16,-16],[3,-20],[-12,-5],[7,-7],[0,-5],[5,-1],[4,-4],[-6,-1],[-2,-7],[-5,-1],[-3,-6],[6,-12],[-2,-22],[6,-8],[7,-4],[4,-17],[-10,0],[-7,-6],[-8,-1],[-11,-19],[1,-7],[10,-3],[7,2],[20,-17],[9,-3],[-11,-20],[-1,-20],[-9,-5],[-1,-27],[-3,-6],[6,-19],[5,-7],[-1,-8],[-8,1],[-7,-3],[-11,-7],[-5,-9],[-14,1],[-17,-8],[-15,-17],[-2,2],[-6,-6],[-2,2],[-5,-6],[-9,1],[-7,-7],[0,-6],[-7,0],[3,-7],[-1,-13],[4,-11],[-6,-8],[-1,-14],[4,-17],[-6,-17],[-9,-8],[-15,-33]],[[2499,5211],[-1,0],[-1,1],[0,5],[0,4],[-2,4],[-1,2],[-4,4],[-3,2],[-5,3],[-2,1],[-4,-3],[-4,-2],[-3,-5],[-9,-10],[-6,-4],[-2,-1],[-4,-1],[-6,0],[-8,-7],[-3,-6],[-3,-8],[-3,-13],[-2,-9],[-1,-9],[-2,-9],[-1,-2],[-2,-3],[-3,1],[-3,3],[-3,1],[-7,1],[-7,2],[-8,2],[-4,1],[-2,3],[-3,5],[-2,2],[-6,5],[-2,2],[-11,4],[-2,0],[-1,0],[-8,-5],[-5,-1],[-5,-1],[-7,1],[-3,3],[-10,5],[-1,-1],[-5,0],[-4,2],[-3,2],[-5,1],[-5,1],[-10,-6],[-1,-1],[-3,-5],[-1,-2],[-4,-4],[-1,-2],[-9,-1],[-4,1],[-4,4],[-3,1],[-3,-1],[-2,-1],[-4,-5],[-2,-3],[-1,-2],[-4,-11],[-11,-6],[-2,-1],[-2,-1],[-5,-1],[-3,1],[-5,-1],[-2,-2],[-3,-6],[-2,-2],[-4,-1],[-3,0],[-2,-1],[-3,-5],[-5,-11],[-2,-3],[-2,-8],[-1,5],[-1,1],[-3,0],[-1,-1],[-2,-3],[0,-4],[-1,-1],[-1,3],[-1,1],[-1,6],[0,1],[2,1],[0,1],[-16,-1],[-1,0],[-1,-3],[-2,0],[-1,41],[-2,5],[-7,13],[0,2],[1,4],[8,14],[0,2],[-18,-5],[-1,0],[-1,2],[-3,13],[2,2],[7,3],[0,1],[-4,2],[-2,0],[-14,-4],[-3,-1],[-4,0],[-5,3],[-2,1],[-3,0],[-11,-6],[-1,-6],[0,-7],[-5,-37],[-3,0],[-1,2],[4,33],[-2,4],[-1,2],[0,3],[0,4],[2,4],[1,1],[3,2],[3,1],[0,3],[3,9],[-2,7],[-2,1],[-5,4],[-2,9],[-2,4],[-7,-5],[-1,-1],[-3,-3],[-3,-2],[-4,2],[-8,4],[-8,4],[-6,8],[-5,11],[-1,4],[-1,3],[-1,5],[0,4],[0,3],[1,2],[3,7],[0,2],[-1,9],[0,4],[-1,13],[-1,6],[-4,11],[-1,4],[-1,2],[-3,3],[-6,7],[-2,7],[-2,5],[-6,7],[-4,5],[-6,12],[-3,5],[-2,1],[-2,1],[-2,-1],[-2,-1],[-5,-4],[-2,-3],[-4,-6],[-2,-4],[-1,-3],[0,-3],[1,-4],[7,-10],[6,-9],[5,-5],[7,-6],[2,0],[5,-3],[4,-11],[3,-9],[2,-6],[4,-2],[2,1],[2,3],[2,1],[2,-1],[1,-3],[0,-5],[-8,-2],[-6,0],[-2,-5],[0,-7],[2,-6],[0,-3],[-1,-4],[-1,-5],[-4,-13],[-1,-9],[0,-10],[1,-2],[2,-2],[2,0],[-2,2],[1,0],[2,-2],[1,-1],[-11,1],[-5,-1],[-3,-4],[-1,-2],[-11,-6],[-1,0],[-1,1],[-8,-2],[-6,-4],[-2,-4],[1,-7],[0,-2],[-1,-2],[-2,-3],[-3,-1],[-4,2],[-6,1],[-7,1],[-8,-8],[3,-5],[3,-3],[1,-2],[0,-2],[0,-11],[-1,-1],[-1,-1],[-3,-2],[-2,-2],[-5,-2],[-5,-2],[-10,-5],[-4,-2],[0,-7],[-3,-6],[-2,-1],[-1,2],[0,3],[-1,4],[-2,2],[-5,-3],[-5,-10],[-3,-5],[14,-8],[2,-1],[4,-2],[17,-3],[-9,-5],[-4,-2],[-4,1],[-5,3],[-6,2],[-6,2],[-9,2],[-5,-1],[-4,-1],[-1,-2],[-8,-4],[-7,-2],[-7,0],[-11,0],[-5,2],[-11,5],[-1,0],[-2,3],[-1,3],[0,4],[1,1],[1,0],[-1,-4],[0,-1],[3,-5],[7,-3],[2,-1],[2,-1],[0,1],[3,5],[1,4],[-2,2],[-2,1],[-4,-2],[-4,3],[-7,6],[-4,5],[-3,4],[0,6],[0,2],[2,6],[1,2],[-1,2],[-6,5],[-1,1],[-12,1],[-5,0],[-5,-2],[-1,-1],[-2,-3],[-1,-2],[-2,1],[-2,5],[-1,3],[0,8],[1,4],[1,2],[1,0],[0,-1],[-1,-1],[-1,-3],[0,-1],[2,1],[5,4],[2,4],[1,2],[1,4],[1,4],[0,1],[-3,6],[0,1],[-3,4],[-3,3],[-2,0],[-2,-1],[0,-1],[-2,-5],[-1,-1],[-1,0],[0,1],[-1,3],[1,4],[3,8],[3,11],[1,1],[1,1],[4,2],[0,-6],[-1,-7],[1,-5],[2,-3],[9,1],[-1,5],[-2,5],[4,4],[1,2],[9,5],[2,12],[1,2],[0,6],[-2,2],[-4,2],[-2,13],[2,4],[1,1],[2,0],[6,-1],[2,-1],[2,-4],[3,-1],[7,-1],[6,0],[-1,5],[-9,3],[-4,3],[-3,1],[-6,3],[-2,0],[-2,-1],[-3,-1],[-4,-1],[-1,0],[-3,2],[0,1],[-1,3],[0,2],[1,0],[5,1],[0,4],[-2,8],[-3,4],[-2,1],[-1,-2],[-1,3],[1,10],[1,7],[-2,3],[-1,2],[-6,4],[-8,7],[-1,0],[-1,4],[-1,4],[1,2],[2,3],[1,1],[1,0],[1,-4],[2,3],[4,5],[0,7],[0,2],[-1,1],[-2,1],[-3,-3],[-6,-5],[-7,-4],[0,1],[1,2],[3,2],[1,3],[-2,1],[-3,4],[-3,1],[-3,1],[1,5],[1,3],[4,-1],[7,-2],[4,-1],[4,1],[-1,3],[-2,2],[-6,1],[-3,1],[-1,5],[0,9],[0,2],[0,5],[1,6],[2,5],[0,2],[3,6],[5,12],[0,2],[-1,2],[-3,2],[-5,3],[-4,1],[-6,-5],[-2,-2],[-3,-5],[-4,-7],[-7,-6],[-9,-10],[-1,-1],[-3,-6],[-3,-5],[-5,2],[-5,2],[-4,2],[-4,2],[-3,11],[-4,15],[-5,13],[1,10],[1,8],[1,5],[1,7],[-1,6],[2,8],[3,12],[-1,4],[-1,4],[2,8],[0,9],[0,10],[0,3],[2,2],[0,2],[-3,9],[-6,6],[-3,4],[-3,5],[-2,5],[0,1],[0,3],[-6,10],[-8,9],[-3,10],[1,6],[1,4],[1,4],[0,3],[-1,5],[-1,6],[-1,2],[-8,4],[-6,1],[-6,0],[-6,-1],[-8,-3],[-6,-2],[-3,3],[-2,4],[-3,3],[-3,1],[-1,1],[-3,-1],[-1,-1],[0,-2],[-3,-3],[-4,-4],[-4,3],[-2,4],[-1,6],[-7,12],[-4,9],[-2,5],[-2,3],[-2,7],[-2,5],[0,1],[-1,1],[0,8],[0,3],[1,8],[-1,13],[0,4],[-2,4],[-1,1],[-2,3],[-2,6],[-1,6],[-2,7],[-1,7],[-3,15],[2,10],[0,2],[-2,10],[-2,6],[-1,4],[-4,5],[-3,1],[-5,1],[-12,-1],[-2,-1],[-10,-7],[-7,-11],[-4,-5],[-1,-1],[-5,-7],[-4,-6],[-1,-2],[-3,-3],[-4,-4],[0,3],[0,1],[-1,1],[-1,1],[-3,1],[-2,0],[-7,-3],[-6,-3],[-1,-4],[-3,-5],[-2,-4],[-8,1],[-3,1],[-3,3],[-3,4],[-2,7],[-1,8],[-2,7],[-1,8],[-3,8],[-2,3],[-2,1],[-8,3],[-7,-1],[-3,2],[-1,1],[-1,2],[1,2],[2,3],[0,2],[-1,9],[-1,13],[4,14],[5,9],[3,6],[0,1],[-1,2],[-3,4],[-2,4],[-3,-2],[-2,0],[0,1],[1,2],[1,2],[4,7],[1,2],[3,2],[5,-1],[0,-1],[-2,1],[-2,-3],[0,-1],[1,0],[1,1],[1,1],[2,2],[3,6],[5,5],[7,3],[7,2],[4,0],[2,0],[3,0],[8,0],[10,2],[1,0],[1,3],[1,5],[-4,3],[-4,2],[-8,5],[-1,0],[0,-3],[0,-1],[2,-4],[2,-3],[-4,4],[-3,4],[0,2],[-1,5],[-2,4],[-3,6],[-4,2],[-8,10],[-6,11],[-4,9],[-3,11],[-2,5],[0,3],[1,1],[2,2],[2,1],[3,1],[2,2],[3,5],[1,3],[1,7],[3,13],[-1,12],[2,0],[1,0],[4,-5],[1,-4],[4,-15],[3,-10],[5,-10],[4,-4],[3,-4],[3,-1],[4,-1],[10,-2],[3,1],[3,2],[7,0],[9,0],[5,0],[2,2],[5,9],[1,11],[6,6],[5,9],[1,6],[3,9],[1,0],[2,-1],[2,-5],[0,-4],[3,-13],[0,-10],[3,-5],[7,-7],[-7,-3],[-6,-2],[-4,-1],[-4,-2],[1,-1],[1,-1],[9,0],[3,2],[12,2],[3,0],[12,0],[3,3],[2,3],[1,4],[0,1],[2,6],[2,1],[3,1],[3,5],[3,6],[-1,5],[3,0],[8,-10],[5,-5],[2,-3],[4,0],[3,1],[10,6],[7,5],[5,4],[3,2],[7,-2],[5,-5],[3,-7],[1,-4],[3,-8],[4,-5],[4,-2],[2,3],[4,2],[10,1],[6,-1],[5,-9],[1,-4],[0,-4],[0,-4],[-1,-3],[-2,-3],[-1,-1],[-2,0],[-2,0],[-2,-1],[0,-2],[-1,-4],[0,-4],[1,-2],[1,0],[5,-2],[8,-3],[9,-9],[3,-3],[9,-5],[3,-1],[6,-5],[4,-4],[3,-6],[4,-7],[2,-2],[2,-1],[1,0],[1,3],[-1,2],[0,2],[-1,4],[2,5],[5,2],[1,1],[2,3],[-1,7],[-1,12],[-1,11],[1,8],[4,9],[1,0],[2,3],[3,-1],[6,-2],[6,-4],[9,-7],[3,-3],[4,-7],[4,-3],[5,-1],[4,0],[2,1],[1,0],[4,-3],[1,-2],[3,-11],[4,-12],[1,-4],[3,-8],[3,-4],[1,0],[7,5],[1,1],[0,1],[0,11],[0,3],[-3,4],[-2,7],[-1,6],[-2,12],[-1,7],[-1,4],[-9,4],[-9,7],[-3,4],[-1,2],[-2,6],[0,6],[2,9],[1,4],[0,3],[-1,9],[0,6],[0,3],[0,10],[1,5],[3,4],[2,2],[3,10],[2,7],[3,3],[5,-4],[2,1],[-1,3],[-2,8],[-5,6],[-3,7],[-2,6],[-4,6],[-5,10],[-3,6],[-4,7],[-7,10],[-5,9],[-3,10],[0,1],[-7,7],[-2,1]],[[1787,6164],[-2,10],[-10,13],[2,4],[-10,22],[2,4],[19,4],[-15,20],[23,24],[0,5],[13,6],[3,-3],[10,-1],[15,8],[16,-3],[7,13],[6,1],[4,-9],[7,-8],[3,1],[4,-3],[12,12],[11,1],[36,-20],[18,13],[6,10],[27,17],[-1,21],[10,2],[20,14],[18,4]],[[2041,6346],[0,-4],[6,-7],[16,-3]],[[6091,5530],[3,-5],[9,-5],[5,-3],[1,-2],[0,-3],[-1,-12],[-1,-5],[-1,-5],[-2,-8],[-2,-8],[-2,-13],[0,-6],[0,-15],[-1,-3],[-4,-1],[-3,0],[-4,-1],[-4,3],[-9,3],[-9,6],[-4,5],[-1,0],[-2,0],[-3,-3],[-1,-4],[-2,-2],[-2,3],[-2,7],[4,11],[3,7],[1,2],[0,2],[0,1],[0,2],[-1,2],[0,1],[-3,2],[-8,8],[-5,10],[-6,11],[-8,7],[-1,6],[0,4],[1,2],[2,2],[1,1],[4,-1],[2,-1],[12,-5],[9,9],[2,3],[2,4],[1,2],[6,-6],[10,2],[5,0],[9,-11]],[[5139,5764],[3,-3],[4,-3],[5,-1],[4,0],[2,-3],[1,-1],[-1,-11],[0,-1],[-2,-1],[-2,-1],[-8,4],[-7,1],[-6,-1],[-3,2],[-2,3],[-1,1],[5,14],[3,2],[2,-1],[2,0],[1,0]],[[6669,5448],[6,-4],[8,-2],[5,1],[7,-4],[4,-6],[3,-6],[8,-2],[11,-2],[4,-1],[5,0],[3,-1],[1,-2],[0,-1],[-2,-7],[-7,-3],[-3,-4],[-3,-6],[-3,-1],[-4,-1],[-8,3],[-8,3],[-4,4],[-11,4],[-9,2],[-6,10],[-1,4],[-1,3],[-4,4],[-5,5],[-2,2],[-3,5],[-2,4],[-1,3],[1,1],[1,0],[1,-1],[1,-1],[4,-2],[3,-1],[7,2],[1,0],[3,-2]],[[4897,5885],[0,-3],[2,-2],[5,-3],[7,-3],[3,-2],[0,-1],[-1,-8],[-2,-2],[-10,-6],[-6,-1],[-6,3],[-3,2],[0,1],[-1,2],[-1,5],[2,4],[4,5],[2,4],[2,4],[1,2],[2,-1]],[[5043,5869],[0,-2],[0,-4],[-2,-14],[-1,-2],[-5,-5],[-3,-3],[-2,-11],[-1,-12],[-1,-3],[-1,-1],[-6,6],[-4,3],[-2,1],[0,1],[0,4],[1,4],[3,4],[5,9],[4,8],[7,13],[2,4],[3,1],[2,0],[1,-1]],[[6480,5537],[2,-2],[8,-5],[4,-1],[4,-2],[4,-3],[4,-3],[4,-4],[3,-1],[2,-1],[1,0],[3,1],[4,3],[7,3],[3,1],[1,-1],[1,-2],[2,-6],[3,-6],[1,-1],[1,-2],[2,-4],[1,-6],[2,-6],[5,-10],[2,-8],[1,-1],[1,-1],[2,-1],[2,1],[1,4],[4,0],[3,0],[2,-1],[3,-3],[2,-2],[1,-2],[1,-3],[0,-4],[-1,-5],[1,-1],[3,-3],[2,-2],[3,1],[1,0],[-1,10],[-1,1],[-1,2],[0,1],[1,3],[0,3],[4,0],[4,-8],[3,-2],[1,3],[2,11],[3,8],[3,2],[4,-6],[4,-4],[4,-4],[4,-4],[3,-1],[1,1],[3,-14],[1,-8],[-6,-13],[-2,-3],[-3,-4],[0,-3],[0,-2],[0,-7],[1,-8],[1,-4],[1,-6],[0,-3],[-1,-5],[-2,-2],[0,-1],[-5,-5],[-4,-2],[-3,-1],[-4,-1],[-3,1],[-3,-1],[-1,-3],[-2,-5],[-1,-6],[0,-1],[5,-2],[5,2],[5,1],[4,-1],[0,-2],[-1,-7],[-3,-6],[1,-4],[4,-2],[3,4],[2,2],[2,-1],[1,-3],[0,-7],[0,-7],[0,-4],[-2,-2],[-4,-4],[-2,-6],[-2,-8],[-1,-5],[-4,-12],[-3,-11],[0,-13],[0,-6],[1,-9],[1,-6],[1,-8],[0,-8],[0,-8],[0,-6],[1,-6],[3,-2],[2,-1],[0,-5],[0,-15],[-1,-10],[0,-6],[1,-3],[1,-2],[2,-2],[2,-1],[7,-5],[1,-9],[0,-6],[0,-7],[2,-3],[0,-2],[0,-4],[-2,-3],[-3,-5],[-3,-3],[-3,-1],[-8,-4],[-4,-4],[-3,-4],[-10,-10],[-6,-4],[-5,-6],[-6,-7],[-1,-2],[-1,-5],[0,-2],[1,-3],[0,-9],[0,-7],[0,-5],[1,-7],[1,-4],[2,-3],[3,-4],[3,-2],[2,-3],[1,-2],[-1,-2],[-3,-5],[-4,-3],[-3,-3],[-2,-7],[-2,-7],[-1,-5],[-2,-3],[-2,0],[-11,0],[-5,-2],[-4,0],[-4,0],[-4,0],[-7,-2],[-5,-2],[-10,-4],[-3,-2],[-3,-2],[-2,-6],[-2,-6],[-4,-6],[-5,-8],[-1,-1],[0,-3],[2,-8],[0,-7],[-1,-5],[-1,-5],[-1,-3],[0,-2],[-1,-2],[-5,-6],[-4,0],[-8,6],[-5,4],[-4,6],[-2,4],[-10,2],[-9,4],[-7,7],[-5,6],[-5,8],[-4,10],[-1,4],[-4,3],[-5,0],[-5,-2],[-5,2],[-5,3],[-5,11],[-4,5],[-4,9],[4,7],[1,1],[-1,2],[-6,1],[-7,-2],[-7,-3],[-3,1],[-2,3],[0,10],[0,10],[0,7],[-3,5],[-5,1],[-2,0],[-2,-2],[-2,-3],[-2,-2],[-5,1],[0,1],[-2,3],[1,10],[1,6],[2,2],[2,3],[2,3],[1,8],[2,4],[4,5],[2,1],[4,1],[4,4],[3,5],[4,4],[8,6],[1,1],[4,3],[0,1],[4,5],[3,7],[3,2],[3,1],[1,-4],[-1,-4],[-1,-1],[-1,-4],[1,-3],[4,-5],[1,-1],[2,2],[1,1],[-2,3],[0,7],[0,5],[1,2],[1,0],[2,0],[10,-3],[4,-1],[2,-1],[1,-3],[8,1],[4,5],[5,11],[2,8],[-2,6],[1,6],[1,8],[0,1],[3,5],[1,2],[7,5],[10,7],[2,1],[0,1],[0,5],[1,6],[-2,8],[0,4],[-1,14],[-2,11],[-1,10],[-1,12],[-6,3],[-5,4],[-2,4],[-2,2],[-2,1],[-4,1],[-2,0],[-2,5],[0,6],[0,9],[-4,2],[-4,1],[0,1],[-1,1],[1,5],[0,2],[2,4],[1,4],[0,6],[0,9],[-1,2],[-1,2],[-3,5],[-2,1],[-4,9],[-2,5],[-2,3],[-7,7],[-10,7],[-12,3],[-12,4],[-6,1],[-6,5],[-8,7],[-5,5],[-3,3],[-9,8],[-4,8],[-3,7],[-3,9],[-4,13],[0,4],[-1,6],[-1,3],[-7,9],[-2,2],[-2,1],[-2,2],[1,7],[0,4],[1,2],[1,2],[4,1],[1,1],[4,7],[1,4],[1,6],[0,5],[6,13],[2,2],[2,2],[2,1],[1,1],[9,2],[11,5],[11,4],[11,1],[5,0],[9,-2],[5,0],[12,-1],[5,1],[6,2],[6,3],[7,2],[7,3],[8,2],[10,2],[2,0],[5,4],[5,4],[2,2],[2,-1],[4,1],[1,-1]],[[3905,6151],[4,-3],[3,-7],[3,-9],[6,-9],[3,-3],[10,-6],[4,-2],[3,-1],[7,-1],[6,-1],[6,0],[0,-1],[2,-11],[-1,-6],[-2,-6],[-4,-8],[0,-3],[1,-6],[4,-10],[4,-10],[5,-5],[5,-2],[1,-1],[5,0],[8,-3],[7,-3],[7,-1],[3,1],[5,-1],[2,-15],[1,-8],[-4,-9],[-4,-13],[0,-3],[0,-6],[2,-14],[3,-12],[5,-9],[4,-7],[0,-5],[-1,-4],[0,-5],[1,-5],[2,-4],[6,-15],[5,-9],[6,-9],[6,-8],[10,-10],[15,-6],[1,-1],[9,-6],[6,-3],[5,-1],[3,-3],[2,-3],[-1,-7],[2,-5],[2,-2],[2,0],[11,-6],[7,-8],[6,1],[5,0],[1,-1],[9,-9],[6,-6],[4,-3],[4,0],[2,2],[2,1],[1,-1],[5,-3],[-1,-7],[-1,-2],[-2,-4],[4,-10],[4,-6],[6,3],[2,2],[1,2],[5,-1],[7,-6],[7,-8],[7,-6],[5,0],[7,0],[5,2],[3,1],[7,-1],[5,-1],[11,-3],[7,0],[3,0],[1,1],[2,4],[2,2],[7,10],[7,5],[7,-9],[6,-9],[3,-6],[2,-7],[2,-1],[7,-10],[6,-10],[2,-4],[4,-3],[3,0],[1,-1],[2,-5],[0,-7],[-1,-7],[4,-9],[2,-1],[7,-6],[7,-4],[7,1],[2,0],[6,0],[3,0],[3,-3],[4,-1],[5,-1],[1,1],[1,-1],[5,-2],[5,-3],[3,-3],[4,-6],[5,-3],[1,0],[3,0],[4,-1],[10,-6],[7,-8],[5,-3],[5,0],[2,0],[8,2],[6,2],[4,3],[2,1],[5,1],[2,-3],[3,-3],[2,0],[11,-3],[6,0],[11,-7],[1,-1],[5,-2],[4,-2],[5,-2],[5,-1],[10,3],[11,9],[8,11],[6,1],[8,0],[6,0],[8,4],[5,0],[8,1],[3,-3],[4,0],[3,1],[3,3],[3,4],[5,3],[2,1],[5,-6],[9,-5],[6,-2],[4,2],[3,0],[2,0],[2,-1],[3,-3],[3,-3],[2,-2],[3,-2],[11,-5],[10,-1],[2,0],[4,0],[5,-2],[3,-1],[9,-9],[8,-5],[8,-5],[1,-1],[0,-1],[0,-3],[-2,-3],[-1,0],[-2,0],[-8,-1],[-2,0],[-4,-5],[-3,-4],[-5,-8],[-4,-6],[-1,-1],[-1,-5],[0,-7],[1,-4],[-1,-8],[0,-6],[1,-8],[1,-8],[4,-8],[3,-5],[3,-4],[16,-15],[3,-3],[2,-4],[6,-5],[10,-7],[6,-5],[8,-7],[8,-6],[4,-4],[6,-6],[5,-8],[3,-3],[4,-4],[3,-2],[2,-2],[3,-1],[1,0],[3,-1],[0,-4],[-1,-2],[-3,-5],[-4,-6],[-4,-4],[-4,-3],[-3,-4],[-6,-6],[-4,-4],[-4,-6],[-5,-7],[-1,-2],[-2,-6],[0,-6],[1,-7],[2,-6],[-1,-3],[0,-6],[1,-13],[-3,-7],[-1,-11],[-1,-9],[-2,-6],[1,-5],[2,-2],[1,0],[4,0],[3,-2],[3,-3],[6,-8],[3,-9],[-1,-5],[-3,-2],[-2,-1],[-1,1],[-1,3],[-2,2],[-1,1],[-3,-1],[-1,-1],[-3,-2],[-3,-6],[-3,-10],[0,-3],[0,-2],[1,-1],[0,-1],[4,-1],[8,-8],[6,-3],[6,-2],[3,-2],[1,-2],[2,-10],[2,-8],[0,-7],[-2,-3],[-1,-2],[1,-5],[1,-7],[-8,-10],[-1,-3],[-1,-2],[0,-1],[2,-2],[4,-4],[3,-4],[2,-6],[7,-7],[6,-4],[5,-5],[3,-4],[-2,-4],[-1,-6],[3,-4],[2,-2],[9,-9],[1,-1],[1,-3],[3,-6],[1,-9],[-2,-13],[0,-12],[-1,-8],[2,-6],[1,-5],[-1,-5],[-3,-5],[-1,0],[-3,-3],[-1,-6],[1,-9],[6,-6],[2,-2],[3,-7],[1,-5],[5,-10],[3,-8],[1,-4],[2,-5],[1,0],[2,0],[7,1],[6,-3],[9,-7],[0,-4],[3,-4],[2,-2],[9,-3],[10,4],[3,3],[2,-1],[2,-4],[1,-1],[0,-5],[0,-7],[-1,-3],[-2,-5],[0,-1],[2,-2],[8,-7],[8,-8],[3,-2],[2,0],[4,1],[5,1],[1,2],[7,6],[11,2],[10,3],[4,-1],[2,-3],[7,-12],[9,-3],[8,-7],[4,-3],[6,-2],[1,0],[4,2],[5,0],[4,-2],[3,-2],[5,-2],[6,1],[3,0],[11,1],[7,5],[3,2],[3,1],[1,-1],[9,0],[6,-1],[11,-4],[4,1],[2,0],[4,0],[11,-2],[6,-3],[7,0],[2,0],[4,3],[3,4],[5,5],[6,7],[6,4],[5,2],[3,-2],[1,-2],[1,-5],[-1,-6],[0,-13],[-1,-4],[-7,-12],[-1,-5],[-1,-8],[-5,-8],[-1,-4],[0,-4],[1,-11],[1,-2],[3,-5],[2,-3],[0,-2],[-2,-3],[0,-1],[-3,-3],[0,-2],[0,-6],[1,-3],[1,-4],[0,-2],[2,-4],[3,-3],[4,-3],[0,-6],[0,-5],[-1,-4],[-2,-2],[-1,-1],[0,-4],[0,-10],[0,-6],[-1,-8],[-1,-8],[-1,-9],[-1,-3],[-7,-8],[-4,-5],[-2,-15],[-2,-10],[-3,-8],[-1,-10],[-3,-4],[-2,-1],[-7,-1],[-6,-2],[-4,-4],[-4,-6],[-6,-7],[-3,-7],[-7,-8],[-2,-3],[-3,-3],[-1,0],[-10,1],[-10,4],[-12,4],[-2,2],[-2,3],[0,2],[1,5],[2,1],[0,5],[-1,6],[-2,9],[-1,5],[-2,5],[-3,7],[-4,8],[-3,4],[-3,4],[-5,5],[-6,2],[-8,3],[-3,2],[-4,3],[-1,1],[-6,1],[-6,0],[-5,-2],[-6,-3],[-9,-5],[-1,0],[-1,-3],[-3,-11],[-2,-3],[-1,-8],[1,-5],[0,-2],[1,-2],[4,-7],[3,-1],[2,-1],[2,2],[2,2],[2,0],[0,-1],[-1,-4],[-4,-3],[-3,-2],[-4,0],[-2,-4],[-2,-5],[1,-5],[0,-1],[-1,-2],[-1,0],[-3,1],[-4,2],[-3,4],[-2,3],[-1,2],[-5,4],[-9,6],[-4,4],[-9,10],[-7,10],[-2,16],[-1,6],[0,2],[0,4],[-1,1],[-7,5],[-1,0],[-3,1],[-2,-1],[-3,-2],[-2,2],[-2,2],[-6,13],[0,3],[0,5],[3,4],[4,2],[4,3],[2,1],[2,3],[1,4],[0,3],[0,2],[-1,1],[-1,1],[-2,0],[-1,3],[-2,5],[-1,7],[0,3],[-2,4],[-2,4],[-2,2],[-3,2],[-3,1],[-3,1],[-2,-1],[-3,-3],[-2,-1],[-1,-1],[-3,0],[0,2],[0,7],[0,3],[0,4],[-1,5],[-2,3],[-3,2],[-2,1],[-4,1],[-12,4],[-12,7],[-2,1],[-3,0],[-2,-2],[-2,-2],[-1,-2],[0,-1],[-6,-3],[-6,-1],[-5,0],[-12,1],[-2,9],[0,14],[0,3],[0,4],[1,6],[5,6],[2,2],[-1,2],[-1,3],[-2,2],[-3,3],[-8,-2],[-12,-2],[-2,0],[-3,1],[-1,0],[0,2],[0,7],[1,4],[3,8],[3,4],[4,6],[5,4],[6,0],[3,7],[3,8],[-1,12],[0,6],[0,7],[-1,3],[-6,7],[-4,3],[-4,3],[-1,4],[0,6],[-1,4],[-2,8],[-1,7],[-1,8],[-1,2],[-1,1],[-5,1],[-5,2],[-5,6],[-2,3],[-5,3],[-5,-1],[-11,-3],[-3,-3],[-8,-9],[-7,-6],[-5,8],[-2,5],[5,6],[3,6],[6,6],[5,7],[1,2],[0,2],[-1,6],[1,6],[3,4],[5,11],[4,5],[2,2],[4,1],[0,1],[1,1],[0,2],[-5,3],[0,1],[1,5],[0,3],[-1,2],[-4,3],[-3,1],[-3,0],[-5,-1],[-7,-10],[0,-1],[-2,-4],[0,-1],[-2,-6],[0,-5],[-1,-3],[-1,-3],[-2,-2],[-5,-5],[-4,0],[-7,8],[1,5],[-2,9],[-6,10],[-3,6],[2,4],[1,1],[2,0],[3,1],[5,6],[3,5],[6,10],[3,5],[0,1],[-2,1],[-2,-1],[-2,-4],[-1,-1],[-2,0],[-3,2],[0,10],[0,2],[0,4],[-1,5],[-9,7],[-11,4],[-5,-2],[-6,-2],[-5,3],[-5,1],[-7,-1],[-5,0],[-10,1],[-7,1],[-5,1],[-4,2],[-3,3],[1,2],[2,9],[1,1],[1,0],[1,0],[7,-2],[9,0],[2,1],[10,5],[2,2],[0,3],[0,7],[0,2],[-3,4],[-1,1],[-2,5],[-3,9],[0,3],[-1,7],[0,1],[1,1],[7,10],[-3,9],[-2,9],[0,1],[-2,2],[-2,2],[-2,1],[-1,0],[-2,0],[-2,-3],[-2,-2],[-6,-4],[-2,0],[-13,1],[-1,1],[-3,5],[-2,4],[-2,2],[-11,6],[-6,-1],[-4,-3],[-4,-6],[-5,-4],[-3,-1],[-9,-4],[-4,-3],[-7,0],[-5,1],[-4,2],[-2,-1],[-4,-5],[-2,-1],[-9,0],[-6,1],[-8,1],[-6,0],[-6,-2],[-8,2],[-7,8],[-5,0],[-3,-1],[-3,-1],[-3,1],[-3,2],[-4,7],[-2,3],[-2,1],[-6,2],[-8,3],[-8,0],[-5,1],[-5,2],[-3,-2],[-3,-1],[-3,-3],[-7,-10],[-2,-2],[-6,-4],[-2,1],[-12,2],[-4,0],[-1,-1],[-12,2],[-3,2],[-9,7],[-4,3],[-1,0],[-4,-1],[-3,-2],[-5,0],[-5,5],[-5,6],[-1,2],[-1,2],[-6,-1],[-10,3],[-6,2],[-4,0],[-4,1],[-2,-1],[-1,0],[-1,-2],[-4,-2],[-5,0],[-2,2],[-4,-1],[-1,-2],[-3,-10],[-2,-2],[-4,-3],[-13,0],[-2,2],[-3,5],[-3,3],[0,6],[1,4],[-2,6],[-2,3],[-6,9],[-4,2],[-4,2],[-1,1],[0,3],[0,6],[0,7],[0,6],[-1,5],[-8,8],[-4,2],[-9,-5],[-2,-3],[-4,-1],[-4,2],[1,15],[0,2],[5,10],[8,7],[2,1],[2,-1],[5,-5],[3,-1],[2,1],[5,5],[1,2],[4,9],[-1,2],[0,1],[-1,6],[2,12],[1,4],[3,3],[2,5],[1,7],[1,2],[-1,3],[-2,1],[-3,11],[-2,12],[-1,12],[0,5],[-1,0],[-5,4],[-4,7],[-6,7],[-4,8],[-4,11],[-1,3],[-2,2],[-3,3],[-5,0],[-9,-2],[-9,0],[-1,0],[-3,4],[-3,4],[-3,4],[-3,3],[-9,-1],[-4,0],[-4,-2],[-3,-1],[-6,-4],[-2,0],[-2,1],[-7,6],[-5,5],[-2,2],[-3,4],[-2,7],[-3,8],[-3,7],[-3,12],[-1,3],[-1,5],[-1,10],[-1,5],[-6,8],[-4,2],[-3,2],[-3,2],[-5,5],[-5,5],[-2,1],[-4,2],[-6,-2],[-3,1],[-1,1],[-2,3],[-1,6],[-2,10],[-3,10],[-1,4],[-4,4],[-1,2],[-4,8],[-2,2],[-10,9],[-5,2],[-2,2],[-4,0],[-7,1],[-6,2],[-2,1],[-2,1],[-3,2],[-4,6],[-8,12],[-6,5],[-4,5],[-4,5],[-7,6],[-2,3],[-2,5],[-3,6],[-3,4],[-7,10],[-5,11],[-3,8],[-3,4],[-4,4],[-11,5],[-3,3],[-2,1],[-2,0],[-3,-1],[-6,-4],[-6,0],[-1,3],[-1,5],[-1,4],[-1,2],[-3,2],[-7,3],[-4,2],[-1,1],[-4,9],[-4,5],[-3,3],[-4,3],[-5,3],[-8,2],[-4,8],[-3,9],[-4,6],[-3,3],[-4,2],[-7,6],[-1,3],[-8,11],[-2,1],[-2,0],[-12,5],[-12,5],[-6,4],[-6,3],[-11,5],[-3,2],[-3,0],[-5,1],[-4,0],[-5,-5],[-3,-4],[-5,-2],[-5,-2],[-8,-1],[-9,-1],[-9,-5],[-1,0],[-2,2],[-6,3],[-6,6],[-4,3],[-7,4],[-7,4],[-4,3],[-4,4],[-3,14],[-2,10],[-2,8],[-1,1],[-3,1],[-4,0],[-3,0],[-8,-1],[-13,-2],[-10,1],[-5,3],[-7,4],[-12,6],[-1,0],[-2,-1],[-9,-9],[-3,-5],[-1,-4],[2,-3],[1,-1],[2,-1],[4,2],[4,1],[3,0],[4,-1],[13,-4],[3,-4],[3,-3],[3,-5],[1,-8],[-1,-5],[-2,-5],[-5,-5],[-10,-6],[-5,-3],[-7,-6],[-2,-1],[-1,0],[-8,-1],[-9,0],[-5,0],[-1,1],[-4,2],[-4,0],[-5,-2],[-8,0],[-11,5],[-4,0],[-5,-1],[-5,0],[-9,-6],[-5,-1],[-12,0],[-6,-3],[-10,-5],[-3,-3],[-3,0],[-5,0],[1,7],[1,8],[1,8],[-1,4],[1,4],[1,4],[4,7],[8,12],[4,4],[5,2],[5,0],[1,1],[5,2],[5,3],[1,2],[4,3],[6,2],[5,-1],[6,1],[4,1],[2,3],[0,1],[3,4],[2,1],[10,7],[11,3],[5,1],[2,4],[0,1],[4,2],[7,2],[11,3],[11,3],[4,1],[3,2],[4,2],[4,2],[5,2],[4,0],[2,0],[6,-1],[3,1],[0,5],[1,4],[3,3],[3,2],[4,0],[3,0],[3,2],[5,5],[3,2],[1,3],[0,2],[0,5],[3,7],[6,5],[4,4],[2,-1],[3,-1],[6,-2],[7,-3],[2,-1],[6,1],[5,3],[1,1],[3,6],[1,7],[1,10],[3,15],[2,13],[1,6],[3,5],[6,5],[8,5],[10,9],[2,5],[5,7],[2,1],[7,-1],[11,1],[8,1],[6,-1],[9,-2],[4,-4],[3,-1],[9,1],[6,0],[6,0],[2,1],[2,3],[2,3],[1,5],[1,2],[8,6],[10,6],[3,2],[2,0],[7,0],[6,0],[10,4],[6,5],[8,7],[10,3],[11,3],[10,-1],[7,0],[5,-2]],[[6531,5675],[6,-2],[9,-3],[7,-4],[8,-4],[10,-5],[7,-3],[8,-4],[7,-4],[7,-5],[6,-6],[7,-5],[8,-4],[8,0],[8,-2],[7,-2],[8,-3],[5,-2],[3,-1],[7,-4],[7,-4],[7,-5],[6,-5],[2,-2],[6,-16],[13,-17],[12,-18],[8,-13],[8,-12],[5,-7],[3,-7],[8,-11],[3,-6],[3,-5],[2,-5],[16,-25],[2,-3],[3,-4],[1,-2],[3,-15],[1,-1],[1,-5],[10,-22],[3,-12],[1,-4],[1,-7],[-5,-6],[-8,-10],[-3,-5],[-5,-9],[-7,-6],[-12,-10],[-10,-7],[-6,-5],[-17,-5],[-8,-3],[-7,-2],[-7,-3],[-9,-5],[-6,-1],[-14,-23],[-1,-3],[-4,-8],[-3,-10],[0,-1],[0,-23],[5,-37],[3,-5],[0,-28],[-18,-26],[-5,-6],[0,-2],[-11,-19],[-3,-5],[-3,-7],[-5,-17],[-4,-21],[0,-12],[0,-6],[13,-16],[1,-3],[9,-29],[5,-18],[4,-13],[5,-18],[6,-20],[5,-13],[-3,-5],[-2,-3],[-2,-5],[-5,-8],[-1,-2],[-3,-4],[-2,-3],[-6,-7],[-5,-6],[-6,-6],[-7,-6],[-7,-5],[-7,-5],[-3,-2],[-4,-2],[-5,-3],[-1,-9],[-1,-4],[-1,-6],[-3,-9],[-2,-8],[-3,-7],[-1,-2],[-3,-8],[-4,-8],[-5,-8],[-5,-7],[-5,-7],[-6,-6],[-3,-4],[-3,-2],[-7,-6],[-6,-5],[-7,-4],[-7,-4],[-8,-4],[-8,-3],[-8,-2],[-8,-1],[-8,-1],[-8,-1],[-8,0],[-7,1],[-9,2],[-7,2],[-8,2],[-7,3],[-5,3],[-5,2],[-5,4],[-7,4],[-3,3],[-5,4],[-5,5],[-6,6],[-5,7],[-5,7],[-5,7],[-4,8],[-2,4],[-3,6],[-8,9],[-4,4],[-2,2],[-6,6],[-6,7],[-8,6],[-7,5],[-6,5],[-2,2],[-5,4],[-5,6],[-6,3],[-7,4],[-7,5],[-6,5],[-2,2],[-4,4],[-6,6],[-5,7],[-6,7],[-5,8],[-2,4],[-2,4],[-4,8],[-3,6],[-5,7],[-5,8],[-4,8],[-4,8],[-3,8],[-2,5],[-3,9],[-2,9],[-2,9],[-2,9],[0,7],[-1,9],[-1,10],[0,9],[1,9],[1,9],[2,9],[2,9],[3,9],[4,13],[1,9],[3,9],[2,9],[4,8],[3,9],[4,7],[5,8],[5,7],[5,7],[6,7],[6,6],[6,5],[6,6],[6,6],[7,5],[7,4],[6,4],[1,1],[1,1],[-2,9],[0,2],[-5,3],[-4,2],[-3,3],[-9,7],[-2,2],[-4,4],[-2,2],[-5,5],[-6,4],[-6,6],[-7,6],[-5,6],[-6,7],[-5,7],[-11,16],[-4,8],[-2,4],[-2,4],[-3,9],[-5,11],[-3,9],[-1,5],[-1,2],[-2,6],[-6,5],[-4,-8],[-5,-8],[-5,-7],[-5,-7],[-6,-6],[-6,-6],[-6,-6],[-7,-5],[-10,-7],[-8,-4],[-7,-3],[-8,-3],[-7,-2],[-8,-2],[-4,0],[-8,-1],[-8,-1],[-8,0],[-7,1],[-7,-1],[-6,-4],[-8,-3],[-6,-3],[-8,-3],[-8,-2],[-8,-2],[-7,-1],[-8,0],[-8,0],[-8,1],[-8,1],[-8,2],[-8,3],[-7,3],[-8,3],[-7,5],[-7,4],[-11,8],[-7,4],[-7,5],[-6,5],[-6,6],[-6,6],[-6,7],[-5,7],[-5,8],[-4,7],[-4,8],[-4,9],[-2,8],[-3,9],[-2,9],[-1,9],[-1,3],[0,7],[-1,9],[0,10],[1,9],[1,9],[2,9],[2,9],[3,9],[3,8],[4,9],[4,8],[4,7],[6,8],[5,11],[0,5],[1,9],[2,9],[2,9],[3,9],[3,8],[1,3],[3,6],[4,8],[5,7],[4,8],[8,10],[6,8],[5,5],[6,6],[6,6],[3,1],[4,4],[7,4],[8,4],[7,4],[8,3],[7,2],[8,1],[12,3],[7,3],[8,2],[8,2],[8,1],[8,0],[8,0],[5,0],[3,0],[11,-2],[8,-1],[3,0],[6,-1],[8,-2],[7,-3],[8,-3],[7,-4],[3,-1],[5,-4],[7,-4],[7,-6],[6,-5],[6,-7],[7,-7],[7,-5],[7,-7],[6,-7],[5,-6],[5,-7],[5,-8],[3,-5],[2,-4],[4,-8],[3,-8],[3,0],[3,3],[5,8],[4,6],[4,6],[5,6],[6,7],[6,6],[2,2],[5,3],[6,5],[3,2],[7,5],[7,4],[8,3],[8,3],[10,4],[7,3],[8,2],[12,4],[4,1],[6,1],[13,2],[4,0],[8,0],[8,0],[5,0],[5,0],[7,1],[4,2],[8,2],[8,3],[5,2],[8,3],[4,2],[4,1],[7,2],[8,2],[8,1],[8,0],[6,1],[8,-1],[5,1],[8,0],[8,0],[8,-1],[8,-2],[8,-2]],[[3616,6102],[-1,-2],[-1,-7],[0,-3],[-1,-6],[-1,-5],[-3,-14],[-4,-4],[-2,-2],[-5,-3],[-2,-1],[-1,-3],[-1,-3],[1,-4],[0,-2],[0,-6],[-1,-7],[-2,-5],[-1,-4],[-1,-2],[-2,1],[-3,1],[-5,4],[-7,6],[-4,0],[-2,0],[-3,-1],[-7,-6],[-3,-3],[0,-1],[-5,-3],[-5,0],[-4,3],[-2,0],[-3,-5],[-1,-4],[2,-3],[4,-3],[2,-4],[0,-1],[0,-1],[-1,-2],[-5,-3],[-5,-3],[-8,-3],[-8,-2],[-11,-1],[-2,0],[-6,1],[-7,4],[-10,-1],[-10,3],[-2,2],[-2,1],[-4,0],[-1,-1],[-2,-3],[-6,-6],[-3,-5],[-3,-6],[-2,-2],[-1,-4],[0,-8],[1,-6],[2,-3],[-1,-3],[-1,-2],[-7,-5],[-2,0],[-2,-1],[-12,-1],[-10,-4],[-10,-6],[-6,-5],[-1,0],[-2,0],[-4,3],[0,2],[-2,0],[-2,1],[-2,-1],[-7,-6],[-7,-7],[-4,-2],[-5,0],[-4,2],[-12,3],[-6,2],[-2,1],[-3,3],[-3,4],[-5,8],[-2,2],[-1,1],[-3,-1],[-5,-2],[-2,-4],[-5,-8],[-2,1],[-4,3],[-8,2],[-6,1],[-1,-1],[-5,3],[-3,2],[-3,3],[-4,7],[-5,10],[-3,4],[-1,2],[-2,1],[-2,0],[-9,2],[-4,2],[-6,3],[-1,2],[-2,1],[-3,0],[-7,-1],[-3,-1],[-3,-2],[-3,-4],[-8,-7],[-5,-6],[-4,-5],[-7,-5],[-3,-2],[-3,-2],[-3,0],[-4,-1],[-3,-1],[-3,0],[-5,-2],[-3,-3],[0,-5],[2,-3],[1,1],[4,-1],[2,0],[2,-4],[-2,-2],[-3,-5],[-9,-7],[-3,-3],[-4,-3],[-3,-1],[-2,2],[-1,1],[-3,-1],[0,-2],[2,-2],[4,-2],[5,0],[3,1],[4,4],[10,7],[7,4],[3,1],[12,-1],[-3,-3],[-4,-3],[-6,-5],[-4,-8],[-3,-6],[-3,-5],[-3,-4],[0,-7],[2,-7],[1,0],[2,0],[6,3],[6,4],[5,-4],[0,-9],[1,-7],[2,0],[9,2],[5,10],[3,6],[0,2],[0,2],[-4,5],[3,0],[4,-2],[1,-2],[-1,-4],[-1,-4],[-1,-1],[1,-6],[2,-7],[1,-1],[2,-4],[2,0],[4,1],[2,1],[7,8],[3,5],[1,2],[5,5],[2,1],[1,0],[2,0],[3,-6],[1,-2],[2,-1],[5,0],[1,0],[12,2],[9,7],[9,2],[6,2],[3,2],[4,8],[5,6],[1,1],[1,-1],[0,-5],[0,-8],[7,-14],[3,-4],[5,-6],[1,-1],[3,-1],[7,-3],[8,-11],[7,-8],[3,-4],[4,-7],[1,-6],[10,-17],[6,-6],[4,-3],[3,-1],[3,-1],[3,1],[2,1],[2,1],[0,1],[1,3],[2,2],[3,1],[7,0],[3,-1],[2,0],[2,-3],[2,0],[2,0],[4,3],[5,3],[2,3],[4,1],[3,-4],[2,-5],[3,-4],[4,-6],[7,-6],[5,-4],[7,-7],[4,-9],[1,-1],[1,-1],[3,-1],[1,0],[4,2],[4,4],[4,7],[0,3],[0,2],[3,3],[8,7],[5,3],[5,0],[5,-2],[7,-3],[6,-4],[4,-4],[2,-5],[3,-6],[5,-6],[5,-3],[8,-2],[7,-5],[7,-3],[4,-1],[4,0],[6,0],[11,3],[12,1],[5,1],[5,0],[4,0],[6,3],[8,7],[2,1],[1,0],[1,-1],[2,-7],[1,-4],[4,-4],[5,-9],[1,-4],[2,-3],[5,-7],[5,-6],[2,-1],[1,-2],[2,-10],[0,-4],[-1,-3],[-4,-10],[-1,-8],[0,-6],[2,-11],[1,-4],[2,-6],[2,-4],[2,-2],[5,-6],[4,-10],[5,-8],[4,-10],[5,-7],[1,0],[2,-2],[-2,0],[-1,1],[-4,6],[-3,5],[-1,1],[-1,-6],[0,-4],[1,-7],[2,-3],[11,-7],[2,0],[4,2],[2,2],[0,3],[-2,0],[-3,2],[-2,4],[0,3],[0,2],[1,1],[2,0],[6,-1],[11,-2],[1,0],[1,-1],[-1,-2],[-2,-3],[-7,-6],[-10,-6],[-1,-4],[0,-2],[0,-2],[3,-2],[3,-2],[3,0],[4,3],[2,3],[10,6],[3,0],[1,1],[1,4],[2,6],[1,4],[1,1],[6,3],[4,0],[3,1],[9,-2],[5,1],[6,1],[4,2],[3,1],[6,-1],[4,0],[1,1],[1,1],[1,5],[0,4],[0,1],[-4,4],[-4,3],[-7,5],[-2,1],[-3,2],[-2,1],[-1,1],[-2,6],[3,4],[9,2],[10,2],[6,0],[5,-1],[10,-10],[5,-5],[5,-6],[1,-2],[3,-4],[6,-7],[7,-6],[6,-5],[3,-2],[6,-2],[2,-1],[4,2],[2,1],[2,1],[1,2],[1,2],[0,1],[3,0],[11,0],[3,0],[4,-2],[5,-3],[4,-2],[1,-1],[3,-1],[3,0],[5,-1],[9,-6],[4,-4],[6,-12],[6,-12],[1,-9],[2,-7],[0,-3],[-1,-1],[-3,-4],[-3,-5],[-10,-8],[-4,-2],[-6,0],[-3,-1],[-3,-2],[-1,-3],[-2,-5],[-1,-4],[-7,-7],[-6,-7],[-1,-3],[-1,-8],[7,4],[2,2],[1,1],[4,1],[7,0],[7,2],[1,-5],[0,-8],[1,-4],[6,-9],[8,-12],[-1,-8],[3,-5],[3,0],[3,2],[5,5],[8,-2],[2,0],[7,-5],[10,-6],[2,0],[2,-3],[0,-2],[-2,-2],[-4,-4],[-6,-2],[-13,-1],[-12,-1],[-10,-12],[-2,-7],[0,-2],[1,-4],[1,-2],[1,-1],[1,-2],[1,-1],[1,0],[6,1],[6,3],[11,8],[9,7],[2,0],[2,0],[5,-1],[6,-2],[4,-1],[7,2],[7,1],[3,0],[3,-5],[1,-1],[0,-4],[2,-6],[1,0],[7,-3],[9,0],[7,3],[10,3],[11,-2],[3,1],[3,0],[1,-1],[4,-5],[1,-2],[3,-6],[2,-3],[2,-3],[4,0],[6,1],[2,0],[8,-2],[10,-5],[4,-2],[2,0],[3,1],[1,2],[-1,0],[-1,0],[1,1],[1,0],[0,1],[1,1],[1,0],[1,1],[0,1],[1,1],[-1,1],[0,2],[0,4],[3,4],[2,1],[8,11],[4,11],[11,-4],[7,-10],[7,-10],[4,-4],[7,-12],[6,-6],[5,-3],[1,-6],[0,-6],[-1,-7],[-1,-1],[-2,-1],[-5,2],[-5,0],[-5,-7],[-1,-8],[0,-3],[1,-5],[1,-1],[1,0],[1,0],[3,1],[5,0],[4,-1],[9,-4],[3,-2],[1,-8],[2,-10],[-1,-5],[-2,-3],[-2,-6],[5,-2],[3,1],[8,-1],[2,0],[6,-5],[5,-3],[3,-4],[1,-4],[-2,-6],[-1,-4],[-1,-7],[1,-7],[3,-6],[0,-9],[0,-2],[2,-2],[2,-2],[2,0],[2,-5],[2,-9],[5,-8],[2,-2],[3,-2],[3,-5],[2,-2],[2,-2],[1,0],[10,-7],[6,-6],[1,-1],[4,-1],[1,0],[7,2]],[[3720,4919],[0,1],[9,9],[6,6],[1,2],[0,2],[-1,1],[-7,6],[-9,6],[-1,1],[-1,2],[0,3],[1,3],[-2,4],[-5,5],[-4,3],[-2,0],[-3,-1],[-1,-1],[-9,-14],[-8,-9],[-1,-5],[-6,-8],[-6,-9],[-1,-1],[-2,-3],[-5,-1],[-3,4],[-3,5],[-4,1],[-3,1],[-6,-1],[-12,3],[-4,4],[5,6],[5,6],[1,0],[2,0],[3,-2],[0,-1],[2,-1],[0,1],[2,3],[0,2],[0,3],[0,2],[-1,2],[-7,4],[-10,4],[-2,3],[-2,3],[0,2],[-1,4],[-2,3],[-1,1],[-11,-2],[-7,-2],[-5,0],[-12,0],[-6,0],[-11,1],[-9,-1],[-5,5],[-9,5],[-11,1],[-2,1],[-3,-1],[-3,-1],[-2,-2],[-2,-6],[-3,-11],[2,-6],[5,-2],[4,2],[3,4],[1,3],[3,3],[5,1],[2,0],[2,-2],[10,-6],[2,-2],[1,-4],[2,-7],[6,-6],[-1,-1],[-6,-2],[-1,1],[-5,1],[-3,-1],[-2,-2],[-2,-4],[-2,-1],[-6,1],[-1,0],[-2,6],[-1,2],[-6,2],[-5,0],[-5,1],[-3,1],[-3,-2],[-1,-2],[-4,-8],[-1,-1],[-2,6],[0,2],[0,7],[-1,5],[0,2],[-3,9],[-2,10],[-2,5],[-2,6],[0,3],[1,7],[1,7],[1,3],[0,2],[-1,1],[-4,2],[-3,0],[-3,-1],[0,-2],[2,-5],[-1,-2],[-3,-10],[-2,-1],[-1,1],[-1,1],[-6,9],[-1,1],[-1,1],[-4,1],[-6,1],[-10,-6],[-6,-4],[-2,-1],[-6,-1],[-3,1],[-11,4],[-7,2],[-1,0],[-5,0],[1,-4],[-1,-1],[-2,0],[-7,3],[-2,1],[-8,5],[-2,0],[-5,1],[-1,1],[-3,3],[-1,4],[-3,5],[-4,0],[-3,0],[-1,1],[-1,4],[2,5],[2,3],[7,8],[4,3],[6,9],[5,2],[4,2],[3,1],[1,-1],[1,6],[-1,4],[-1,1],[-9,6],[-5,3],[-4,1],[-5,1],[-10,5],[-4,3],[-4,4],[-9,9],[-12,4],[-11,5],[-6,2],[-4,3],[-10,7],[-2,1],[-5,6],[-3,4],[-4,7],[-2,7],[-6,14],[7,5],[1,0],[0,1],[2,2],[1,3],[0,9],[0,1],[-1,5],[-1,6],[-1,2],[-5,12],[-3,3],[-4,4],[-5,6],[-7,4],[-3,2],[-5,-1],[-5,-1],[-9,-7],[-6,-4],[-2,-1],[0,-1],[-1,-3],[2,-5],[7,-3],[3,1],[4,0],[2,0],[0,-1],[2,-1],[-2,-8],[-5,-10],[-5,-7],[-6,0],[-3,2],[-4,4],[-2,3],[1,3],[0,2],[1,3],[-1,3],[-1,0],[-2,1],[-3,-4],[-4,-6],[-2,-2],[-1,0],[-1,1],[0,1],[1,3],[-3,0],[-2,-1],[-6,-11],[-2,-4],[-2,-7],[-1,-13],[-3,-5],[-1,-3],[-1,-2],[1,-3],[3,-2],[7,-2],[5,-8],[1,-2],[-2,-4],[-2,-2],[-3,-4],[-4,-2],[-1,-4],[0,-6],[0,-4],[-4,-9],[-5,-8],[3,-7],[0,-1],[-2,0],[-1,0],[-8,3],[-6,0],[-4,-1],[-4,1],[-3,2],[-1,1],[-2,3],[-2,4],[1,5],[-1,6],[-3,8],[-3,6],[-6,10],[-1,4],[-4,4],[-1,2],[-2,1],[-5,2],[-1,1],[-3,6],[-1,1],[0,5],[3,5],[1,0],[6,0],[1,0],[2,0],[2,0],[4,1],[1,1],[0,3],[-1,6],[-1,3],[-3,3],[-5,4],[-9,10],[-5,3],[-2,3],[-1,5],[0,3],[-4,13],[-3,8],[-1,3],[-4,3],[-5,5],[-9,7],[-3,3],[-2,3],[-5,8],[-4,5],[-2,3],[-5,10],[-1,3],[-2,6],[-3,6],[-1,0],[-2,2],[-3,0],[-2,0],[-7,-2],[-8,0],[-7,4],[-5,2],[0,4],[0,8],[-2,5],[-4,0],[-8,1],[-3,2],[-2,-4],[1,-10],[3,-8],[2,-1],[2,-8],[1,-6],[6,-9],[1,0],[0,-2],[-1,0],[-5,-4],[-6,0],[-6,0],[-5,1],[-6,-5],[-2,-3],[-6,-11],[-3,-4],[-1,-4],[0,-2],[0,-2],[3,-3],[5,-4],[3,-1],[5,-1],[4,-1],[3,-2],[1,-8],[3,-12],[1,-2],[-3,-2],[-2,-1],[-6,1],[-5,2],[-2,-3],[-1,-10],[1,-3],[2,0],[6,-2],[3,-3],[0,-1],[-1,-2],[-4,-2],[-4,-1],[-2,-2],[-5,-6],[0,-4],[0,-4],[-1,-1],[0,-1],[-5,0],[-3,1],[-10,6],[-3,3],[0,7],[1,2],[1,2],[1,0],[0,2],[-2,1],[-4,1],[-3,0],[-10,-3],[-7,-4],[-6,-1],[-2,0],[-9,3],[-3,3],[-6,4],[-5,6],[-3,-6],[-2,-7],[-1,-8],[0,-2],[0,-1],[-2,0],[-5,0],[-6,3],[-3,1],[-8,8],[-2,3],[-5,6],[-5,11],[-2,1],[-2,1],[-2,0],[-3,-1],[-4,-3],[-11,-3],[-4,0],[-5,-5],[-7,-9],[-4,-5],[-2,-2],[-5,-1],[-1,0],[-2,0],[-5,-5],[-3,-5],[0,-9],[-3,-9],[-2,-2],[-2,0],[-1,1],[-2,4],[-7,7],[-4,13],[-4,8],[-7,6],[-3,3],[-2,-2],[0,-1],[0,-4],[-4,-3],[-3,0],[-3,2],[-4,3],[-2,2],[1,1],[4,1],[-1,4],[-3,9],[-9,9],[-8,3],[-8,0],[-11,4],[-11,4],[-4,3],[-12,7],[-6,5],[-6,8],[-7,8],[-6,-1],[-2,0],[-3,-2],[-2,0],[-6,0],[-6,1],[-4,0],[-3,-1],[-3,-3],[-2,-1],[-6,-1],[-2,0],[-2,0],[-3,5],[-2,3],[-3,5],[-4,1],[-8,0],[-3,1],[-3,2],[-7,3],[-7,2],[-6,0],[-12,1],[-5,-1],[-4,-2],[-8,-10],[-6,-10],[-8,-11],[-2,-1],[-2,-2],[-2,-2],[-5,-8],[-2,-1],[-8,-2],[-7,-2],[-2,-1],[-2,1],[-6,3],[-8,4],[-6,3],[-3,-2]],[[2063,6332],[2,4],[11,5],[8,8],[7,1],[21,18],[-2,21],[5,2],[10,-6],[7,16],[31,19],[5,13],[14,-15],[6,-1],[11,-11],[8,-1],[13,4],[4,18],[12,11],[13,6],[7,-4],[10,0],[17,18],[8,5],[10,-17],[21,8],[5,-4],[13,6],[7,-28],[9,-1],[3,-4],[-3,-6],[-11,-3],[-2,-5],[0,-14],[7,-14],[3,-25],[27,2],[16,-6],[-10,-17],[0,-20],[-10,-5],[4,-32],[4,-3],[-4,-7],[2,-7],[25,-3],[11,1],[-1,-6],[3,0],[2,-10],[21,15],[4,6],[11,3],[9,12],[-5,8],[0,7],[12,6],[4,11],[5,6],[21,-2],[7,-17],[8,-8],[1,-17],[21,0],[4,-6],[1,-17],[11,0],[18,-7],[1,-9],[8,-17],[-2,-32],[8,-43],[4,-8],[3,-1],[8,8],[17,3],[9,8],[18,-12],[11,22],[4,1],[5,-4],[20,11],[12,2],[-12,11],[1,5],[-4,4],[-5,12],[1,11],[1,3],[7,-4],[15,6],[11,32],[15,-22],[12,10],[8,-3],[5,3],[14,19],[31,18],[-8,14],[-10,25],[1,5],[5,8],[11,1],[4,8],[12,6],[5,23],[11,15],[9,3],[22,53],[3,4],[6,1],[1,5],[5,2],[0,14],[7,-1],[0,6],[-3,2],[4,2],[2,12],[8,1],[12,-17],[8,-34],[28,-3],[16,-6],[42,-6],[11,4],[4,-2],[13,-14],[-2,-13],[4,-15],[26,-11],[6,-7],[3,-13],[7,-13],[-8,-28],[4,-13],[12,-4],[18,12],[14,-19],[11,1],[-14,-25],[7,-10],[0,-9],[-5,-7],[6,-5],[4,1],[-3,-9],[4,-38],[-7,-7],[-3,-11],[10,-2],[4,4],[5,0],[20,-7],[8,-7],[9,2],[22,-5],[9,5],[5,-3],[11,2],[9,11],[6,-1],[9,7],[20,-3],[17,9],[5,-3],[3,-6],[5,2],[8,-3],[-1,-19],[20,-23],[25,-8],[8,8],[5,-1],[5,-18],[8,-9],[18,3],[19,-2],[15,4],[39,-5],[12,8],[10,-16],[6,-18],[14,-9],[16,3],[14,-9],[10,0],[11,6],[14,2],[21,20],[7,3],[2,11],[19,4]],[[5023,6069],[0,-1],[1,-2],[4,-3],[2,-1],[4,-1],[3,-2],[3,-2],[3,-4],[3,-5],[9,-10],[2,-1],[6,-5],[8,-8],[1,-1],[2,-1],[10,-6],[10,-6],[4,-4],[2,-3],[1,-2],[5,-5],[3,-2],[2,-1],[2,-1],[0,-4],[-1,-5],[-1,-2],[-4,-3],[-2,-1],[-1,-5],[-1,-2],[0,-9],[1,-9],[2,-9],[1,-5],[2,-4],[-3,-7],[-3,-9],[8,-5],[5,1],[7,-1],[4,-2],[1,-1],[-1,-2],[2,-5],[3,-5],[4,-4],[4,-3],[5,-1],[8,-5],[6,-6],[9,-7],[7,-6],[9,-7],[5,-5],[5,-5],[2,-3],[1,-8],[3,-7],[1,-1],[2,0],[3,0],[2,-2],[1,-1],[0,-3],[2,-12],[0,-5],[-2,-5],[-2,-1],[-2,-1],[-1,-2],[0,-4],[1,-2],[5,-5],[0,-7],[-3,-1],[-3,0],[-4,0],[-2,-1],[-2,-1],[-5,-2],[-4,-3],[-4,-2],[-3,-2],[-7,1],[-5,7],[-2,3],[-3,-1],[0,-4],[0,-2],[-2,-2],[-3,-3],[-4,-3],[-1,-1],[-2,0],[-4,1],[-3,3],[-4,5],[-2,6],[-1,4],[-1,5],[-3,5],[-7,8],[-2,1],[-5,-1],[-7,-5],[-10,-4],[-1,-11],[3,-8],[0,-6],[-1,-7],[-3,1],[-3,1],[-8,9],[-2,4],[-2,5],[-4,10],[-11,2],[-3,1],[-1,1],[-1,2],[0,2],[-1,2],[1,10],[3,1],[6,2],[7,5],[6,2],[3,0],[6,2],[5,4],[0,3],[0,2],[-1,3],[0,3],[-1,2],[0,6],[1,12],[1,6],[0,2],[0,3],[-1,3],[-3,3],[-4,3],[-2,1],[-3,-1],[-2,-2],[-3,-5],[-4,-4],[-3,-1],[-2,1],[-3,5],[-1,2],[0,2],[0,4],[-1,6],[0,1],[-1,1],[-2,-1],[-1,0],[-5,-3],[-6,-1],[-4,0],[-4,-3],[-5,-3],[0,2],[0,10],[2,4],[3,2],[0,1],[-1,2],[-1,1],[-3,-1],[-6,-2],[-5,-3],[-7,1],[-3,7],[0,3],[-1,3],[0,3],[-3,9],[-2,3],[-2,0],[-2,-1],[-1,-4],[-1,-2],[-1,-1],[-2,-1],[-2,-1],[-1,1],[-1,3],[-1,6],[-2,7],[-2,2],[-1,0],[-1,-1],[-1,-1],[-2,-2],[-3,-3],[-9,-1],[-5,1],[-3,1],[-2,4],[0,3],[2,2],[5,5],[6,5],[5,5],[4,4],[0,1],[0,1],[-1,8],[0,4],[2,5],[1,0],[3,1],[3,0],[4,4],[2,3],[1,2],[-4,13],[-5,8],[-6,8],[-4,11],[0,6],[2,4],[6,11],[1,5],[3,2],[8,6],[9,9],[5,5],[1,3],[1,-2]],[[4668,6247],[3,-7],[0,-14],[0,-1],[0,-5],[-1,-3],[-3,-6],[4,-9],[4,-2],[3,-6],[0,-2],[-2,-4],[-1,-2],[-3,-3],[-5,-2],[-12,-3],[-1,0],[-1,2],[3,4],[2,4],[2,3],[0,6],[-2,6],[-2,8],[-3,13],[-1,4],[1,4],[1,2],[2,2],[3,4],[4,4],[1,1],[2,0],[1,2],[1,0]],[[4041,6397],[0,-3],[1,-1],[1,0],[4,-1],[6,0],[9,-4],[5,-4],[4,-5],[4,-4],[4,-4],[6,-4],[3,-11],[2,-3],[1,-4],[1,-3],[-1,-5],[-5,-13],[-5,-3],[-2,6],[-4,1],[-5,-1],[-11,-2],[-4,-2],[-3,-4],[-1,-2],[-4,-7],[-3,-9],[-5,-5],[0,-6],[3,-5],[2,-5],[0,-1],[-1,-1],[-3,-2],[-8,2],[-3,1],[-1,0],[0,1],[-1,5],[-3,11],[-4,0],[-4,-1],[-4,-3],[-2,-1],[-7,-1],[-5,3],[-3,2],[-4,6],[-3,4],[-1,1],[-2,-1],[-10,-2],[-5,13],[-1,1],[1,4],[2,2],[3,3],[5,3],[5,3],[8,4],[10,4],[5,2],[11,7],[3,1],[2,2],[1,2],[0,3],[-2,7],[-1,8],[6,4],[4,1],[1,2],[4,6],[2,6],[0,2],[2,1],[0,-1]],[[4185,6393],[1,-5],[0,-4],[0,-2],[1,-3],[2,-2],[6,-2],[5,-2],[5,-2],[2,-1],[0,-3],[0,-5],[2,-5],[1,-2],[1,-3],[3,-3],[7,-7],[1,-1],[6,-3],[4,-3],[6,-3],[7,-5],[5,-2],[5,-2],[3,1],[4,0],[1,-1],[6,-7],[6,-4],[4,-2],[3,-1],[5,-1],[1,0],[2,0],[2,-3],[0,-1],[0,-7],[0,-9],[1,-9],[4,-9],[1,-1],[2,-2],[3,0],[3,2],[1,2],[1,4],[0,5],[2,3],[10,1],[2,1],[1,-1],[11,-2],[5,-1],[2,1],[1,1],[2,1],[3,-1],[5,-3],[4,-4],[3,-2],[0,-2],[-1,-1],[-2,-3],[-5,-12],[-3,-7],[-3,-5],[-3,-5],[-3,-3],[-3,-6],[-3,-5],[-2,-1],[-2,1],[-3,1],[-1,-1],[-8,-4],[-6,-3],[-2,-2],[-2,-6],[-5,-5],[-8,-6],[-4,0],[-11,4],[-2,3],[-1,3],[1,6],[-1,3],[-2,1],[-6,4],[-10,-3],[-10,0],[-8,0],[-5,1],[-3,2],[-2,4],[-3,11],[0,6],[0,7],[1,12],[-2,9],[-3,4],[-3,5],[-2,3],[-1,3],[-1,4],[0,3],[-7,6],[-4,3],[-5,2],[-1,2],[-1,5],[-1,9],[-4,7],[-2,4],[-3,3],[-8,11],[-1,5],[-3,8],[-2,3],[-4,7],[-5,7],[-1,6],[-1,4],[3,6],[3,3],[4,1],[5,1],[3,0],[3,0],[1,-4]],[[4532,6435],[2,1],[1,-1],[3,-9],[-1,-11],[0,-3],[0,-5],[0,-6],[5,-3],[5,-3],[-3,-12],[-1,-5],[-2,-6],[0,-4],[1,0],[2,-4],[0,-3],[0,-4],[-1,-4],[-1,-4],[-2,-8],[-1,-6],[-3,-3],[-8,3],[-8,2],[-5,-4],[-6,3],[-6,7],[-1,2],[-3,7],[-1,3],[1,3],[2,3],[1,1],[4,-1],[5,2],[4,2],[3,2],[10,2],[4,1],[3,4],[1,1],[0,10],[-6,5],[-6,11],[-1,6],[1,6],[2,12],[1,5],[2,9],[1,0],[2,-4]],[[4516,6499],[0,-2],[0,-4],[0,-4],[13,-6],[10,-3],[1,-1],[0,-4],[-3,-9],[-7,-10],[-3,-6],[-4,-7],[-3,-4],[-7,-8],[-1,-2],[-4,-8],[-6,-10],[-4,-9],[-2,-4],[-4,-5],[-2,-6],[-2,-7],[-2,-9],[0,-4],[-1,-5],[-1,-4],[-3,-8],[-3,-3],[-1,-1],[-7,-4],[-6,-8],[-9,-6],[-8,-2],[-6,-4],[-7,-11],[-4,-11],[-9,-10],[-9,0],[-1,2],[-2,6],[-2,1],[-1,1],[-5,0],[-5,-1],[-2,2],[-1,5],[-1,4],[0,3],[1,1],[2,3],[2,3],[3,2],[5,3],[6,-3],[2,2],[3,5],[1,3],[1,1],[6,5],[6,1],[3,1],[5,4],[3,5],[1,2],[-1,4],[-1,1],[-2,1],[-3,15],[4,18],[0,1],[2,3],[2,3],[3,6],[1,3],[1,3],[3,3],[9,5],[10,7],[3,4],[2,3],[0,4],[2,14],[-1,4],[1,2],[9,10],[4,5],[0,2],[4,10],[6,13],[5,11],[3,4],[4,1],[4,-12]],[[581,7265],[3,-1],[7,-4],[4,-3],[4,-1],[2,0],[4,0],[1,-2],[3,-7],[1,-4],[0,-4],[2,-4],[5,-4],[2,-1],[4,-2],[5,-1],[5,-3],[5,-5],[5,0],[2,2],[1,3],[1,3],[1,0],[3,-1],[2,-6],[2,-7],[3,-2],[7,-5],[3,2],[1,3],[1,3],[4,-2],[7,-9],[3,-4],[-3,-9],[-2,-6],[-9,-14],[-2,-11],[-3,-4],[-6,-8],[-2,-5],[-3,-4],[-4,-2],[-4,-2],[-8,-5],[-9,-3],[-7,0],[-8,-1],[-4,-1],[-9,-6],[-4,-4],[-2,-3],[1,-2],[-5,-3],[-2,-1],[-3,-1],[-3,-1],[-5,0],[-1,-1],[-2,-3],[-3,-6],[-1,-3],[-1,-3],[0,-1],[0,-2],[2,-1],[3,-4],[0,-6],[-1,-15],[7,-7],[6,-2],[2,-9],[-11,-1],[-1,0],[-1,-1],[-2,-3],[-1,-1],[0,-1],[7,-13],[1,-2],[1,-2],[2,0],[2,3],[7,-10],[1,-1],[3,-2],[3,-1],[3,-2],[3,0],[2,0],[11,-7],[6,-3],[6,-4],[5,-1],[3,0],[2,0],[3,1],[5,0],[2,0],[3,0],[2,-6],[-3,-5],[-3,-11],[3,-4],[2,-3],[1,-11],[0,-4],[-3,-4],[-5,-4],[-2,-1],[-1,1],[-2,0],[-1,3],[0,3],[-2,9],[-1,5],[-3,3],[-2,1],[-1,-1],[-2,-2],[-1,-9],[1,-5],[1,-1],[4,-2],[3,-1],[3,-6],[1,-4],[0,-2],[0,-8],[0,-3],[-3,-5],[-2,-7],[0,-1],[1,-7],[1,-6],[2,-7],[0,-9],[1,-3],[3,-8],[3,-11],[3,-5],[0,-3],[0,-11],[0,-12],[0,-7],[1,-6],[1,-1],[1,-1],[1,-7],[0,-6],[2,-8],[6,-13],[8,-7],[6,-3],[4,-1],[4,-2],[3,-2],[4,-4],[3,-2],[3,-1],[2,0],[2,0],[5,1],[4,0],[3,0],[6,-1],[6,-4],[1,-3],[0,-2],[2,-10],[5,-13],[3,-3],[4,-3],[9,3],[6,1],[9,4],[12,7],[5,5],[2,1],[3,6],[3,5],[6,-9],[2,-8],[8,-9],[1,-4],[4,-8],[4,-7],[1,-2],[1,-9],[0,-8],[2,-8],[2,-4],[5,-13],[5,-6],[2,-2],[4,-5],[4,-5],[0,-1],[0,-2],[-3,-4],[-1,-3],[-2,-5],[0,-8],[-4,-5],[-2,1],[-2,2],[-5,4],[-3,2],[-8,2],[-3,-1],[-1,-2],[-1,-1],[-1,1],[-3,2],[-2,1],[-5,6],[-9,7],[-10,5],[-4,3],[-2,1],[-2,1],[-4,3],[-4,3],[-2,2],[-3,1],[-10,5],[-1,1],[-2,0],[-3,-1],[-6,2],[-8,4],[-2,4],[-1,3],[-2,3],[-7,8],[-6,5],[-4,3],[-10,6],[-8,4],[-3,1],[-4,1],[-3,0],[-9,6],[-5,3],[-3,0],[-6,0],[-8,0],[-10,8],[-3,3],[-4,4],[-4,3],[-15,8],[-6,5],[-3,5],[-3,9],[-1,3],[0,4],[0,3],[0,3],[-1,3],[-5,10],[-6,12],[-1,4],[-1,5],[1,7],[-2,12],[0,9],[-1,6],[-2,5],[-3,6],[-1,2],[1,4],[3,8],[1,2],[2,4],[1,1],[-1,3],[-2,6],[-5,11],[-4,6],[-1,1],[-3,7],[-2,6],[-3,5],[-3,3],[-3,5],[-3,5],[-1,2],[-6,6],[-6,5],[-6,3],[-5,2],[-9,3],[-6,2],[-3,2],[-2,2],[-1,3],[1,2],[1,4],[-2,4],[-8,6],[-4,3],[-3,2],[-8,5],[-2,1],[-5,7],[-1,9],[-2,6],[-3,9],[-1,2],[-3,5],[-1,2],[-3,8],[-1,8],[1,10],[-4,4],[-7,1],[-6,-2],[0,-2],[0,-1],[-2,-2],[-1,0],[-4,-1],[-1,0],[-2,1],[-8,7],[-3,2],[-8,5],[-3,4],[-1,4],[1,4],[0,4],[0,8],[2,8],[1,3],[3,4],[2,4],[0,2],[-1,4],[-2,3],[-3,4],[-3,2],[-4,3],[-2,0],[-4,1],[-3,-5],[-1,-4],[-2,-3],[-1,-5],[-2,-1],[-1,1],[-1,3],[0,2],[0,1],[2,4],[2,4],[-1,9],[0,9],[-2,4],[-4,8],[-4,6],[-2,4],[-2,1],[-1,2],[-2,-1],[-3,0],[-4,1],[-2,2],[0,1],[4,1],[7,1],[1,0],[1,2],[1,1],[1,4],[0,5],[2,4],[5,10],[6,11],[2,4],[9,11],[4,4],[4,2],[6,1],[6,1],[4,3],[5,-2],[2,-1],[2,-2],[2,-2],[4,-4],[0,-1],[2,-1],[3,0],[6,1],[10,5],[6,2],[5,2],[6,4],[1,0],[2,-1],[3,-3],[2,-2],[11,2],[6,0],[6,-1],[2,-3],[3,-2],[2,-2],[4,-1],[2,0],[2,1],[6,3],[9,5],[8,7],[5,5],[5,6],[9,11],[4,6],[1,1],[1,1],[2,-1]],[[180,7326],[1,-2],[-1,-2],[-6,-4],[-4,-6],[-2,-3],[-3,-5],[-1,-5],[0,-4],[-2,-4],[-2,-2],[-10,-3],[-5,-1],[-3,-1],[-2,1],[-6,6],[-2,2],[-2,4],[-2,4],[-2,6],[0,1],[-1,8],[1,3],[1,2],[4,9],[2,1],[5,-2],[1,-1],[1,-2],[5,-4],[1,-2],[2,-1],[4,0],[2,0],[2,1],[4,3],[4,2],[7,4],[2,0],[3,0],[2,-1],[2,-2]],[[330,7368],[7,-5],[2,-7],[0,-2],[-4,-6],[-5,-3],[-9,-3],[-1,-1],[-1,0],[-2,11],[-1,4],[-2,5],[1,8],[2,5],[4,0],[9,-6]],[[4626,6621],[2,-1],[1,-4],[1,-5],[0,-3],[0,-2],[-2,-8],[-1,-1],[-3,-2],[-3,-3],[-1,-1],[-2,-4],[1,-2],[2,0],[1,-1],[1,1],[4,4],[2,5],[0,4],[2,3],[2,1],[2,1],[9,0],[7,-9],[0,-1],[0,-4],[-1,-8],[-3,-11],[0,-2],[0,-9],[0,-5],[1,-6],[0,-4],[0,-3],[0,-2],[-1,-2],[-2,-2],[-7,-7],[-9,-8],[-5,-5],[-2,0],[-1,1],[-3,4],[-2,3],[-1,2],[-2,1],[-2,1],[-5,-1],[-2,1],[-1,3],[3,8],[3,4],[1,2],[1,0],[2,-1],[3,-1],[4,0],[1,1],[-1,4],[-2,1],[-6,8],[-6,-1],[-4,-5],[-2,1],[-3,1],[-1,4],[3,7],[1,4],[1,3],[-1,5],[0,8],[0,1],[4,7],[5,11],[7,13],[2,2],[6,5],[2,0],[0,-1]],[[4875,6622],[-1,-13],[0,-13],[-1,-5],[-3,-12],[-1,-5],[-3,-5],[-6,2],[-1,0],[-1,1],[-2,6],[0,1],[1,2],[2,6],[3,7],[1,9],[0,6],[1,7],[1,2],[1,3],[1,1],[2,0],[1,-1],[1,-2],[1,4],[2,0],[1,-1]],[[4725,6707],[0,-2],[1,-1],[2,-13],[-1,-4],[0,-9],[0,-2],[0,-1],[1,-3],[3,-4],[3,-5],[-3,-12],[-5,-13],[-4,-3],[-3,-1],[-2,-3],[-3,-7],[-3,-7],[-3,-3],[-4,1],[-8,6],[-5,1],[-1,0],[-3,2],[1,2],[8,5],[5,4],[5,6],[1,3],[1,4],[1,11],[0,8],[0,3],[3,5],[3,4],[2,2],[3,10],[1,2],[1,6],[1,5],[1,4],[1,2],[0,-3]],[[5520,6896],[1,0],[3,-5],[2,-3],[4,-4],[3,-1],[9,-4],[3,-3],[4,-5],[4,-5],[7,-8],[3,-3],[2,-1],[2,-1],[2,-1],[1,-1],[-1,-2],[-1,-3],[-2,-5],[-3,-4],[-5,-6],[-5,-5],[-8,-10],[-2,-5],[-5,-11],[-3,-1],[-7,-1],[-5,-3],[-2,-1],[-6,-11],[-6,-9],[-4,-13],[-2,-4],[-1,-3],[-2,2],[-3,7],[-1,2],[-2,6],[-1,4],[-3,8],[-1,2],[-1,8],[0,8],[0,9],[-1,8],[0,4],[0,2],[2,7],[2,7],[1,9],[1,7],[4,6],[6,5],[4,5],[0,1],[2,11],[1,7],[3,6],[3,2],[1,0],[3,-1]],[[6801,6650],[1,-3],[7,-10],[11,0],[1,0],[1,0],[2,-2],[0,-3],[-1,-4],[0,-1],[-4,-3],[-5,-10],[-6,-10],[0,-1],[0,-3],[1,-2],[1,-1],[2,-3],[4,-3],[12,-5],[5,-3],[6,2],[7,1],[7,-1],[10,-2],[1,-1],[11,-5],[2,-1],[2,-4],[1,-5],[-5,-4],[-6,-5],[-3,-9],[-5,-9],[-7,-10],[-5,-9],[-5,-11],[-3,-7],[-5,-3],[-2,-5],[1,-5],[2,-8],[1,-2],[2,0],[7,-4],[11,-3],[3,-2],[5,-8],[3,-2],[5,-3],[6,-2],[7,-7],[0,-4],[4,-3],[6,-3],[4,-2],[4,-3],[4,-5],[5,-6],[2,-3],[4,0],[2,-1],[6,-2],[2,-4],[1,-3],[-1,-2],[0,-5],[2,-6],[4,-5],[3,-5],[2,-8],[1,-3],[1,-4],[5,-10],[3,-6],[9,-10],[2,-2],[3,-1],[2,-1],[2,0],[4,0],[6,-1],[7,-1],[2,-1],[3,-7],[-1,-2],[-7,-1],[-2,-2],[0,-4],[1,-3],[1,-4],[-1,-5],[-2,-7],[0,-3],[0,-2],[2,-3],[4,-4],[2,0],[3,0],[4,-4],[2,-5],[0,-8],[2,-5],[1,-4],[3,-6],[1,-1],[1,-1],[2,0],[1,2],[2,0],[3,-1],[1,-1],[2,-1],[0,-3],[-4,-3],[-5,-1],[-1,0],[-1,-2],[0,-8],[0,-2],[1,-3],[3,-4],[7,-7],[10,-10],[3,-6],[1,-1],[6,-4],[1,-2],[4,-4],[4,-5],[4,-12],[4,-7],[4,-8],[2,-7],[1,-11],[1,-4],[1,-3],[0,-7],[-2,-11],[-1,-2],[-3,-7],[-2,-2],[-12,0],[-2,-1],[-4,2],[-6,6],[-5,2],[-6,3],[-6,2],[-2,0],[-3,0],[-8,-5],[-9,-5],[-1,-1],[0,1],[-2,2],[-1,2],[-1,8],[-1,4],[-7,8],[-1,1],[-2,3],[-1,7],[1,2],[4,4],[3,5],[0,1],[-1,2],[-1,1],[-2,1],[-5,-3],[-3,0],[-5,2],[-2,2],[0,2],[1,10],[0,1],[2,3],[3,3],[2,1],[7,0],[3,7],[-1,7],[-1,13],[0,1],[-3,4],[-6,5],[-4,5],[-4,11],[-6,8],[-6,9],[-8,9],[-3,2],[-2,0],[-5,0],[-6,-1],[-5,-1],[-5,-2],[-2,-1],[-6,-4],[-8,-6],[-2,-3],[-2,-3],[0,-3],[1,-6],[1,-5],[4,-5],[1,-6],[0,-6],[1,-1],[4,-4],[2,-1],[3,-3],[2,-3],[2,-5],[2,-4],[4,-2],[10,-3],[5,-2],[5,-4],[2,-7],[5,-6],[6,-10],[6,-11],[7,-11],[5,-4],[6,-4],[1,-3],[1,-1],[1,-6],[3,-14],[3,-12],[2,-12],[-2,-5],[-5,-5],[-4,-4],[-9,-9],[-3,-2],[-1,-1],[-3,5],[-6,4],[-11,0],[-5,0],[-1,-1],[-4,-3],[-6,-3],[-6,-1],[-2,1],[-3,-1],[-9,-3],[-13,-4],[-3,0],[-9,-2],[-6,-3],[-5,-1],[-6,3],[-10,0],[-10,4],[-9,5],[-4,2],[-7,3],[-7,2],[-11,1],[-8,0],[-12,0],[-5,0],[-2,2],[-1,1],[-2,2],[-3,5],[-8,7],[-6,5],[-6,4],[-4,2],[-3,3],[-4,4],[-18,8],[-4,3],[-4,2],[-12,4],[-10,3],[-8,2],[-4,1],[-9,2],[-13,1],[-4,0],[-7,-1],[-8,-3],[-7,-6],[-3,-5],[-6,6],[-7,7],[-9,9],[-6,8],[0,3],[0,3],[-4,9],[-4,7],[-5,6],[-2,2],[-2,4],[-2,7],[-1,3],[-8,9],[-4,4],[-4,3],[-3,0],[-3,0],[-3,-2],[-4,0],[-6,3],[0,2],[0,7],[1,0],[4,2],[4,1],[7,8],[9,8],[4,2],[4,-1],[4,-2],[4,-5],[5,-3],[2,0],[6,5],[2,4],[3,4],[7,-2],[2,0],[7,4],[6,5],[1,2],[0,3],[1,8],[3,6],[9,11],[5,7],[8,0],[7,3],[3,6],[1,0],[3,0],[6,-3],[4,0],[1,1],[4,4],[2,4],[2,1],[6,4],[3,1],[4,0],[3,2],[1,0],[1,3],[0,7],[1,1],[3,1],[6,-1],[6,1],[1,1],[9,5],[4,2],[4,5],[1,2],[-1,3],[3,9],[5,10],[2,2],[0,1],[0,4],[-1,3],[-3,6],[-4,6],[-4,4],[-6,4],[-4,1],[-8,4],[-6,3],[-9,3],[-3,0],[-5,1],[-7,-1],[-5,-2],[-11,-1],[-3,1],[-1,1],[-6,2],[-5,-1],[-2,0],[-3,-4],[-6,-5],[-4,-4],[-3,1],[-7,1],[-1,-1],[-3,-1],[-3,-2],[-3,-3],[-6,-12],[-1,-2],[-1,-1],[-1,-9],[0,-11],[1,-3],[1,-3],[0,-2],[-1,-5],[-2,-4],[-2,-1],[-6,-2],[-4,-3],[-3,-6],[-8,-11],[-3,0],[-3,-3],[-2,-6],[-2,-11],[-3,-4],[-1,-5],[-1,-5],[1,-6],[-1,-6],[0,-1],[-2,-4],[-1,0],[-1,1],[-3,4],[-3,4],[-5,2],[-1,-1],[-2,-1],[-5,-8],[-3,-5],[-1,-7],[-2,-9],[0,-2],[-7,-2],[-8,0],[-1,0],[-5,2],[-3,2],[-11,4],[-6,3],[-7,4],[-7,1],[-9,5],[-9,4],[-10,4],[-4,1],[-1,0],[-9,-1],[-4,-2],[-11,-1],[-9,-3],[-4,2],[0,2],[-3,8],[-4,9],[-4,10],[-7,9],[-5,4],[-13,6],[-4,1],[-3,1],[-4,-2],[-2,-1],[-3,1],[-6,3],[-2,3],[0,1],[0,2],[-3,5],[-2,1],[-5,1],[-6,2],[-3,5],[-2,4],[-1,3],[-1,6],[1,1],[1,0],[-1,1],[-1,2],[-3,3],[-4,3],[-1,1],[-7,2],[-5,1],[-2,1],[-4,5],[-4,6],[-2,2],[-1,3],[-1,3],[0,1],[1,2],[6,-3],[4,-4],[1,-2],[5,-3],[4,0],[-3,10],[1,11],[0,10],[1,8],[1,6],[2,2],[1,6],[0,1],[0,2],[-3,5],[-4,-1],[-2,2],[-1,4],[-1,1],[1,2],[1,7],[2,2],[1,-1],[2,-2],[4,1],[4,6],[1,2],[0,2],[0,3],[-2,6],[-1,6],[3,4],[7,12],[1,5],[3,3],[6,9],[6,5],[5,0],[6,2],[7,4],[2,8],[5,4],[6,2],[3,0],[0,-4],[-1,-4],[-1,-6],[0,-1],[0,-1],[4,-4],[3,0],[2,-1],[5,1],[3,1],[3,0],[3,-1],[6,-6],[1,-1],[2,0],[2,0],[3,2],[1,3],[1,2],[3,5],[2,2],[5,1],[2,-1],[1,-3],[0,-1],[0,-1],[1,-2],[1,-1],[2,-1],[10,-1],[6,1],[5,1],[3,2],[1,2],[6,9],[7,2],[3,-1],[4,-4],[7,1],[2,0],[4,2],[9,4],[12,3],[8,2],[5,2],[2,2],[2,2],[11,5],[6,3],[0,1],[3,4],[1,7],[4,1],[3,-3],[6,-9],[2,0],[9,3],[3,3],[2,3],[6,7],[8,1],[3,2],[2,3],[1,2],[3,1],[4,1],[6,-1],[6,3],[2,2],[3,4],[2,3],[3,4],[0,4],[0,1],[-1,1],[-3,1],[-4,3],[-2,5],[-1,3],[0,2],[1,4],[1,2],[2,1],[1,5],[0,6],[0,6],[-1,3],[-1,1],[-3,1],[-1,0],[2,4],[5,3],[6,4],[9,-1],[7,-2],[3,1],[6,2],[7,3],[4,3],[5,4],[2,0],[8,0],[5,-3],[5,-3],[6,-2],[7,-1],[11,0],[13,-2],[9,-2],[6,0],[6,0],[8,0],[14,5],[3,3],[2,5],[5,7],[1,1],[1,0],[1,-1]],[[6898,6704],[20,-7],[1,-13],[14,-37],[-2,-30],[0,-11],[2,-9],[0,-9],[3,-35],[7,-48],[5,-15],[14,-11],[16,-26],[7,-12],[7,-8],[19,-16],[7,-6],[14,-5],[21,-13],[4,-4],[23,-21],[4,-13],[2,-8],[3,-11],[2,-6],[17,-28],[2,-3],[7,-22],[9,-15],[17,-25],[7,-9],[-3,-16],[-8,-45],[-1,-35],[-1,-20],[0,-4],[1,-31],[0,-2],[0,-6],[-2,-23],[-8,-28],[-2,-9],[-6,-18],[-5,-3],[-7,-5],[-7,-3],[-8,-4],[-3,-5],[-5,-8],[-6,-6],[-6,-8],[-6,-5],[-7,-6],[-7,-5],[-7,-4],[-7,-4],[-8,-3],[-7,-3],[-8,-2],[-8,-2],[-4,-1],[-8,-3],[-8,-2],[-8,-2],[-8,-1],[-10,0],[-7,0],[-8,1],[-8,1],[-7,2],[-6,2],[-5,-1],[-5,-2],[-8,-2],[-10,-2],[-8,-2],[-8,-1],[-8,0],[-4,0],[-5,0],[-10,1],[-9,0],[-8,1],[-7,2],[-8,2],[-8,2],[-7,3],[-8,4],[-7,5],[-6,0],[-7,1],[-8,0],[-6,1],[-2,1],[-8,2],[-8,3],[-8,3],[-7,4],[-7,4],[-4,3],[-6,4],[-7,5],[-9,9],[-4,3],[-10,7],[-12,-1],[-7,-3],[-8,-2],[-8,-1],[-8,-1],[-8,-1],[-4,0],[-4,0],[-5,1],[-3,0],[-8,2],[-8,2],[-8,2],[-7,3],[-8,4],[-4,2],[-3,3],[-7,4],[-6,6],[-7,6],[-3,3],[-3,3],[-5,7],[-2,2],[-3,5],[-7,9],[-2,3],[-3,4],[-9,12],[-9,14],[-5,8],[-8,8],[-7,4],[-3,2],[-5,4],[-7,6],[-6,5],[-7,5],[-8,-1],[-8,-1],[-8,1],[-5,0],[-13,1],[-8,2],[-8,2],[-7,2],[-8,4],[-7,3],[-7,5],[-7,4],[-7,6],[-6,6],[-6,6],[-4,4],[-5,7],[-3,3],[-3,4],[-7,6],[-13,8],[-4,3],[-4,3],[-11,7],[-6,5],[-7,5],[-7,6],[-6,6],[-5,7],[-5,7],[-8,9],[-6,6],[-6,6],[-3,3],[-3,4],[-6,8],[-6,10],[-5,7],[-2,4],[-8,12],[-5,7],[-2,5],[-2,3],[-4,8],[-4,9],[-3,8],[-2,9],[-2,9],[-1,9],[-1,10],[-1,9],[0,9],[1,7],[1,9],[1,9],[1,9],[1,3],[2,6],[2,9],[4,8],[3,9],[4,8],[5,7],[5,7],[3,7],[4,8],[4,11],[3,9],[3,9],[4,8],[4,8],[5,8],[5,7],[3,4],[2,3],[6,7],[7,10],[6,9],[4,5],[2,2],[5,6],[7,6],[9,11],[6,6],[6,6],[7,6],[6,5],[8,4],[4,3],[8,4],[7,3],[3,1],[5,2],[8,2],[8,2],[8,1],[8,0],[8,0],[8,-1],[12,-1],[8,-2],[8,-2],[9,-1],[7,4],[7,3],[7,2],[29,-7],[23,-8],[18,2],[11,-1],[27,14],[15,8],[21,8],[17,6],[9,5],[10,2],[19,2],[5,-1],[9,3],[20,5],[4,-1],[3,0],[21,-1],[7,0],[7,1],[10,3],[11,5],[10,4],[6,1],[12,2],[24,3],[8,-2],[29,-8],[35,-2],[15,0],[5,-2]],[[5547,7040],[8,-2],[7,-4],[8,-3],[7,-4],[7,-5],[7,-5],[6,-6],[8,-7],[7,-3],[8,-3],[7,-3],[8,-5],[7,-4],[4,-4],[2,-2],[7,-5],[6,-6],[5,-7],[6,-7],[5,-8],[4,-7],[4,-9],[3,-8],[3,-9],[3,-8],[2,-9],[1,-8],[1,-3],[1,-9],[0,-9],[0,-9],[-1,-10],[-1,-9],[-2,-9],[-2,-9],[-2,-7],[-3,-12],[-3,-10],[-2,-5],[-1,-3],[-3,-9],[-4,-8],[-4,-8],[-4,-8],[-5,-7],[-6,-7],[-6,-7],[-6,-6],[-6,-8],[-5,-7],[-6,-8],[-6,-6],[-6,-6],[-7,-9],[-4,-5],[-3,-5],[-5,-8],[-5,-7],[-6,-6],[-6,-6],[-7,-6],[-7,-5],[-7,-5],[-7,-4],[-9,-4],[-6,-2],[-8,-2],[-8,-2],[-8,-1],[-8,-1],[-8,0],[-8,1],[-8,1],[-8,2],[-8,3],[-8,3],[-7,4],[-7,4],[-7,4],[-7,6],[-6,5],[-6,7],[-6,6],[-5,7],[-5,7],[-5,8],[-5,8],[-4,8],[-3,7],[-1,3],[-2,7],[-3,9],[-3,13],[-3,9],[-2,9],[-1,5],[-1,5],[-1,6],[-1,9],[-1,10],[-1,21],[0,17],[0,10],[1,9],[1,9],[2,9],[3,13],[1,7],[2,8],[2,9],[3,9],[3,9],[3,8],[5,8],[4,8],[3,7],[4,9],[4,8],[4,7],[5,8],[4,5],[5,7],[6,7],[5,7],[7,6],[1,1],[5,4],[7,5],[7,5],[7,4],[8,4],[8,2],[8,3],[7,1],[9,2],[8,0],[8,0],[8,-1],[8,-1],[8,-2]],[[3275,7483],[13,-7],[14,-12],[8,-6],[1,0],[5,-4],[3,-2],[2,-3],[1,-4],[1,-4],[2,-7],[2,-4],[0,-4],[0,-5],[-1,-3],[-1,-2],[0,-1],[-1,-3],[-1,-6],[0,-4],[0,-5],[2,-8],[3,-10],[5,-11],[4,-11],[2,-7],[3,-8],[2,-7],[2,-4],[3,-3],[1,-1],[4,-1],[4,-2],[4,-2],[3,-1],[11,-8],[3,-3],[3,-3],[2,-2],[1,-2],[2,-4],[2,-4],[1,-2],[3,-2],[4,-2],[4,-4],[4,-3],[1,-2],[2,-4],[2,-5],[2,-5],[3,-4],[5,-6],[3,-1],[5,-3],[7,-5],[5,-4],[7,-4],[5,-1],[2,-2],[3,-5],[2,-5],[4,-24],[2,-11],[1,-14],[1,-9],[1,-12],[2,-9],[1,-9],[3,-15],[5,-18],[6,-19],[5,-18],[2,-7],[1,-6],[1,-8],[1,-4],[2,-10],[1,-5],[0,-2],[3,-12],[1,-5],[1,-5],[3,-10],[1,-5],[0,-3],[3,-10],[1,-5],[1,-2],[5,-13],[1,-2],[1,-1],[3,-6],[2,-4],[1,-5],[5,-10],[6,-9],[8,-8],[2,-1],[6,-4],[6,-3],[2,-3],[3,-2],[3,-3],[4,-1],[7,-8],[4,-4],[8,-3],[11,1],[2,0],[2,-1],[0,-2],[3,-10],[3,-8],[3,-5],[4,-5],[1,-1],[5,-1],[3,0],[4,0],[2,0],[0,-1],[1,0],[2,1],[4,0],[5,0],[1,0],[3,-2],[2,-3],[7,-8],[7,-4],[8,-7],[1,-2],[5,-5],[3,-3],[3,-2],[3,-1],[3,-3],[3,-5],[4,-13],[5,-10],[3,-11],[1,-5],[3,-9],[5,-7],[7,-9],[7,-11],[2,-2],[2,-3],[3,-4],[7,-6],[2,-2],[3,-9],[5,-8],[7,-10],[9,-8],[8,-7],[7,-9],[1,0],[0,-6],[4,-13],[4,-6],[1,-2],[2,-7],[0,-5],[2,-4],[1,-1],[1,0],[4,-2],[4,-5],[4,-8],[5,-7],[6,-5],[7,-8],[6,-2],[8,-3],[2,-4],[3,-3],[6,-11],[4,-6],[3,-6],[2,-8],[-1,-14],[0,-5],[3,-3],[5,-4],[1,-2],[0,-1],[0,-1],[0,-8],[-2,-6],[1,-4],[2,-6],[8,-11],[3,-3],[2,-3],[4,-2],[4,-3],[5,-6],[5,-8],[1,-4],[0,-1],[0,-2],[-1,-6],[3,-7],[2,-2],[1,-2],[3,-2],[3,-1],[2,-2],[1,-2],[0,-6],[-1,-5],[0,-3],[1,-5],[5,-10],[6,-10],[5,-8],[1,-4],[0,-2],[-2,-6],[-3,-11],[-5,-8],[-5,-8],[-4,-6],[-7,-10],[-7,-5],[-5,-4],[-7,-5],[-3,-3],[-3,0],[-12,-1],[-9,2],[-3,1],[-1,-1],[-4,-3],[-2,-1],[-3,-4],[-7,-7],[-4,-4],[-3,-1],[-11,0],[-12,4],[-7,-2],[-4,-2],[-2,-3],[-2,-3],[-1,-3],[-1,-4],[2,-1],[5,-1],[5,-2],[2,-1],[5,-3],[0,-1],[-3,-2],[-4,-3],[-9,-4],[-6,-3],[-7,2],[-6,0],[-10,-3],[-5,1],[-7,-2],[0,-1],[-3,-2],[-1,-5],[-3,-3],[-5,-1],[-4,4],[-3,0],[-5,0],[-5,-1],[-2,0],[-2,-1],[-2,-1],[0,-3],[-2,-5],[-5,-5],[-9,3],[-8,3],[-7,0],[-9,-1],[-7,-3],[-4,0],[-3,-1],[-1,0],[-1,2],[0,3],[0,3],[-1,2],[-1,1],[-8,1],[-6,2],[-2,0],[-2,2],[1,3],[2,9],[3,3],[4,4],[1,2],[1,3],[2,4],[0,5],[2,11],[0,4],[0,4],[0,3],[1,4],[1,3],[8,7],[4,2],[4,0],[6,-1],[4,3],[4,6],[4,3],[2,-1],[0,-4],[2,-8],[4,-8],[4,-5],[0,-5],[0,-3],[-1,-1],[0,-1],[-7,-12],[-3,-5],[-7,-8],[-3,-11],[1,-8],[11,3],[3,3],[6,7],[6,5],[4,3],[5,4],[2,2],[5,5],[1,2],[1,0],[2,-1],[5,-1],[5,-2],[1,1],[1,1],[0,1],[0,1],[-2,3],[-3,3],[-4,4],[0,1],[0,1],[2,2],[1,1],[4,-2],[7,-5],[7,-3],[3,0],[1,0],[2,2],[2,2],[0,1],[0,1],[-1,6],[-1,8],[-1,14],[0,5],[1,2],[2,3],[3,1],[9,2],[2,-3],[1,-9],[7,-6],[5,-2],[6,5],[1,5],[-1,5],[-1,1],[0,4],[1,3],[3,5],[3,3],[1,2],[1,7],[1,5],[-1,8],[-1,6],[-2,4],[-1,2],[-1,1],[-4,1],[-4,3],[-2,2],[-6,7],[-7,9],[-3,10],[-2,8],[-3,10],[-5,11],[3,13],[1,5],[0,4],[-2,3],[-5,8],[-4,5],[-2,2],[-1,6],[-2,4],[-1,4],[-1,2],[-5,5],[-6,4],[-4,9],[-4,6],[-2,1],[-1,1],[-6,1],[-6,5],[-4,4],[-1,7],[-1,2],[-2,1],[-10,6],[-8,0],[-5,1],[-7,2],[-10,4],[-2,1],[-4,0],[-2,0],[-2,-2],[-2,-2],[-2,-1],[-5,-1],[-3,1],[-12,5],[-9,0],[-12,1],[-1,1],[-4,4],[-2,13],[0,9],[-3,4],[-3,3],[-8,10],[-4,5],[-2,1],[-5,0],[-5,-1],[-1,-1],[-2,-2],[-1,-1],[-2,0],[-3,0],[-2,0],[-9,4],[-5,7],[-4,3],[-11,5],[-8,-2],[-1,-1],[-2,-14],[4,-2],[5,0],[4,-2],[1,-1],[1,-2],[0,-2],[-2,-4],[-4,-5],[-5,-7],[-5,-10],[-1,-3],[-1,-3],[1,-3],[2,-3],[2,-1],[4,-2],[3,-3],[6,-11],[1,-3],[-1,-2],[-3,-5],[-2,-2],[-3,-1],[-8,0],[-11,-1],[-4,0],[-5,0],[-4,-4],[-2,-3],[-4,-3],[-2,1],[-6,2],[-3,1],[-2,1],[-5,1],[-4,-1],[-1,0],[-3,-3],[-6,-4],[-7,-1],[-11,-2],[-5,-3],[-5,-3],[-8,-2],[-4,-2],[-2,-4],[-2,-12],[-2,-17],[0,-8],[1,-12],[0,-1],[0,-4],[0,-2],[3,-9],[1,-9],[0,-6],[1,-6],[2,-8],[2,-5],[1,-3],[4,-11],[2,-8],[3,-6],[4,-10],[5,-8],[4,-11],[0,-9],[1,-4],[1,-1],[3,-1],[5,-1],[5,2],[0,4],[0,2],[3,5],[4,5],[5,5],[0,6],[-3,3],[-1,2],[-1,3],[-1,7],[2,2],[11,7],[1,1],[5,-2],[0,-1],[0,-6],[0,-4],[-1,-9],[-1,-7],[0,-1],[1,-2],[2,-2],[2,0],[3,1],[2,4],[8,-10],[5,-15],[1,-12],[-1,-8],[0,-5],[0,-3],[3,-14],[2,-4],[5,-10],[4,-4],[1,-1],[2,0],[2,1],[3,1],[4,2],[1,1],[1,2],[0,1],[-1,2],[-3,1],[-3,7],[-1,8],[3,1],[1,-2],[1,-3],[2,-2],[6,-3],[11,-2],[8,-10],[6,-9],[1,-1],[3,-3],[2,-4],[2,-5],[-2,-1],[-1,-4],[-1,-1],[0,-3],[-1,-4],[4,-10],[2,-3],[6,-8],[6,-8],[-1,-9],[-1,-2],[-1,-11],[-1,-9],[1,-8],[-1,-6],[-12,1],[-4,-4],[-5,-2],[-4,2],[-1,0],[-2,-1],[-2,-6],[0,-7],[1,-12],[-2,-7],[0,-1],[3,-4],[3,-1],[5,0],[1,2],[1,6],[1,2],[2,1],[7,3],[5,0],[4,1],[5,2],[4,2],[3,2],[2,2],[5,6],[5,0],[4,1],[2,4],[3,5],[0,1],[7,3],[3,1],[1,0],[9,2],[12,-1],[4,0],[2,-6],[0,-3],[-4,-11],[-1,-2],[-1,-2],[-3,-3],[-3,-1],[-5,1],[-12,-2],[-4,-1],[-5,-2],[0,-2],[-2,-5],[-3,-7],[-2,-4],[-1,-1]],[[2041,6346],[-2,8],[-6,0],[-2,9],[-9,5],[2,7],[-5,8],[1,19],[13,16],[2,13],[11,5],[4,11],[10,1],[3,11],[14,11],[15,32],[2,16],[-3,3],[-11,2],[-2,7],[3,19],[-5,10],[0,5],[-9,2],[2,6],[-5,2],[-2,6],[3,8],[-7,4],[-2,10],[-12,5],[-14,0],[-7,-3],[-10,3],[-15,-2],[-12,4],[-1,-4],[-9,1],[-2,6],[-9,3],[0,7],[-5,-2],[-16,14],[-1,6],[6,19],[-3,3],[-3,17],[-4,4],[0,6],[-15,10],[-9,13],[-8,1],[-5,6],[-26,36],[-3,12],[-4,5],[20,9],[0,25],[-18,-4],[-5,4],[-10,1],[9,24],[13,9],[-3,6],[3,8],[-9,32],[1,30],[-11,38],[1,9],[-4,10],[-14,-1],[-13,3],[0,11],[-4,8],[6,11],[0,14],[-11,6],[-3,7],[-11,9],[-6,8],[-2,14],[3,6],[17,5],[4,15],[13,3],[3,20],[5,5],[9,-3],[7,-6],[8,2],[4,6],[6,-1],[8,-11],[16,-1],[2,-11],[6,-6],[10,-1],[4,3],[4,15],[-8,7],[1,16],[-12,13],[-9,-2],[8,34],[-6,15],[-2,22],[3,7],[-2,24],[3,7],[8,-7],[13,5],[-4,7],[1,4],[2,7],[7,4],[7,19],[-1,12],[-2,3],[1,8],[12,5],[11,-2],[4,-3],[5,8]],[[1967,7316],[11,4],[10,12],[3,-4],[2,-28],[11,-21],[6,-2],[16,11],[8,1],[5,-3],[2,-7],[10,0],[3,4],[3,12],[11,-2],[18,13],[-5,9],[8,21],[-11,0],[-3,3],[6,11],[10,8],[2,10],[4,1],[10,-4],[5,6],[13,5],[11,0],[7,-6],[4,-10],[11,9],[16,-3],[11,10],[8,-8],[23,-11],[16,1],[10,9],[21,-28],[4,0],[10,-8],[10,1],[6,6],[10,-1],[5,8],[3,-17],[14,-5],[3,-9],[5,-2],[21,2],[18,24],[5,-6],[12,0],[6,-9],[1,-11],[9,-1],[10,2],[18,-7],[1,-4],[5,-3],[42,22],[38,-5],[15,-10],[20,0],[2,-7],[7,9],[0,13],[-5,16],[2,8],[-5,20],[-9,15],[8,14],[0,15],[-17,26],[-18,3],[-8,20],[9,-6],[10,2],[20,17],[5,22],[21,-2],[16,17],[2,8],[8,11],[2,31],[33,20],[1,6],[-4,12],[1,6],[8,3],[11,-1],[7,2],[1,20],[11,14],[6,3],[21,25],[11,9],[12,28],[16,18],[-14,24],[5,14],[9,9],[12,-17],[7,-3],[1,22],[-8,15]],[[2751,7787],[8,2],[23,-3],[34,10],[9,0],[17,-9],[12,-19],[-13,-4],[-8,-6],[-7,-12],[-3,-12],[3,-8],[11,5],[5,-2],[-3,-30],[10,-24],[-2,-13],[26,14],[3,14],[17,26],[4,26],[20,22],[12,-1],[16,13],[4,-1],[4,-11],[8,-7],[6,-1],[3,-8],[9,-8],[1,-8],[-9,-14],[2,-18],[4,3],[5,12],[6,-2],[8,2],[1,-6],[-6,-18],[2,-11],[-4,-25],[-5,-7],[-1,-12],[-8,-3],[-2,-19],[13,-4],[4,-8],[-2,-7],[7,-8],[5,1],[4,-15],[19,15],[11,-21],[20,8],[9,-16],[13,-5],[7,-10],[20,-11],[7,3],[6,-8],[-9,-12],[0,-4],[6,-7],[5,-1],[0,-30],[6,-7],[3,-10],[6,2],[2,-5],[9,-4],[6,-8],[12,8],[20,-2],[7,6],[9,-5],[18,6],[12,15],[12,8],[4,-4],[11,-2],[12,-6],[5,-18],[5,-7],[5,1],[4,9],[3,1],[2,7],[-8,17],[-8,7]],[[1787,6164],[-8,2],[-9,0],[0,1],[2,1],[12,-2],[2,-1],[-1,1],[-2,4],[-3,2],[-1,0],[-8,2],[-5,1],[-4,0],[-2,-1],[-5,-6],[-2,-5],[0,-1],[2,-10],[2,-10],[-1,-5],[-1,-4],[0,-1],[-1,0],[-1,1],[-1,3],[0,7],[-1,7],[-2,5],[-3,1],[-8,-2],[-2,-1],[-1,0],[0,-5],[1,-1],[2,3],[1,-2],[2,-2],[0,-1],[-3,-6],[-3,-2],[-6,-1],[-3,-2],[-2,-2],[1,-2],[2,-3],[8,-5],[6,-2],[2,-1],[2,0],[4,-3],[-2,-4],[-2,-2],[-2,0],[-3,0],[-8,4],[-4,4],[-2,3],[-1,1],[-3,1],[-5,1],[0,-3],[3,-2],[10,-6],[7,-5],[-2,-3],[-10,-2],[-3,-1],[-8,5],[-4,3],[-3,0],[-1,-1],[-1,-1],[-1,0],[-12,5],[-7,3],[-3,1],[-10,6],[-5,1],[-9,9],[-1,4],[-1,3],[1,4],[-1,1],[-3,4],[-2,1],[-2,1],[-2,1],[-2,-1],[-2,-1],[-3,0],[-1,-1],[-5,-7],[-6,0],[0,6],[-2,7],[-2,5],[-2,4],[-1,5],[1,8],[3,8],[1,3],[1,3],[1,0],[3,-1],[1,1],[0,4],[-1,0],[-3,-3],[-7,-6],[-5,-3],[-4,2],[-2,3],[-4,3],[-2,1],[-9,3],[-7,3],[-4,5],[-4,2],[-4,-1],[0,-8],[1,-5],[2,-4],[2,-6],[-1,-1],[-2,0],[-8,5],[-7,-3],[-6,-2],[-2,-2],[0,-1],[-1,-6],[0,-5],[0,-6],[2,-3],[4,-3],[1,-3],[1,-3],[-1,-4],[-6,-1],[-4,1],[-3,2],[-1,7],[0,2],[2,5],[-1,1],[-4,2],[2,1],[3,8],[2,7],[1,9],[-6,2],[-5,2],[-9,5],[-5,8],[-1,0],[-3,1],[-5,-1],[-3,-1],[-1,-2],[-4,2],[-7,2],[0,3],[2,1],[5,0],[5,-1],[8,6],[6,12],[2,2],[0,1],[0,1],[-2,4],[-5,4],[-2,2],[-4,5],[-2,3],[-4,5],[-5,1],[-7,0],[-3,8],[-1,1],[-2,1],[-1,0],[-2,0],[-5,-3],[-2,-1],[-2,-3],[0,-1],[1,-1],[1,-2],[5,1],[2,-2],[2,-2],[5,-1],[2,1],[3,-1],[1,-2],[-8,-3],[-4,3],[-5,6],[-1,1],[-2,-2],[0,-3],[0,-1],[-1,-1],[-1,-1],[-1,0],[-3,5],[-1,0],[4,-5],[0,-1],[2,0],[1,1],[2,5],[1,1],[3,-5],[1,-2],[1,-3],[-1,-4],[-2,-4],[-4,-1],[-1,1],[-7,4],[-3,5],[-1,3],[-1,1],[-7,-2],[0,-1],[-1,-6],[2,-3],[5,2],[4,0],[6,-3],[1,-7],[-1,-1],[-4,-3],[-6,-3],[-5,-2],[-1,-2],[3,-2],[8,0],[3,0],[3,-1],[11,-3],[0,-2],[-3,-1],[-3,0],[-5,-2],[-2,-1],[-1,-2],[-1,-14],[-1,-6],[4,0],[4,2],[7,3],[8,-1],[1,-1],[8,-3],[3,-4],[2,-4],[0,-3],[0,1],[0,1],[-2,4],[-3,4],[-4,2],[-6,2],[-6,0],[-2,0],[-6,-2],[-2,-2],[-4,-3],[-1,-1],[-1,-5],[-2,-5],[-3,-4],[-2,-4],[-1,-2],[-3,-1],[-4,-1],[-2,-1],[-3,-3],[-2,-4],[-1,-5],[-3,-9],[-3,-7],[-3,0],[-9,-3],[-2,0],[0,-6],[3,-8],[2,-3],[5,-2],[10,-8],[6,-2],[6,-2],[0,1],[2,0],[2,-2],[8,-6],[10,-9],[6,-6],[5,-8],[2,-3],[1,0],[1,-1],[5,2],[4,-1],[7,-6],[2,-13],[-1,-1],[-3,-3],[-5,-3],[-2,0],[-2,2],[-10,7],[-5,2],[-6,3],[-3,7],[-3,3],[-2,1],[-2,0],[-2,-1],[-4,-1],[-10,0],[-9,1],[-5,4],[4,3],[2,6],[-1,3],[0,2],[-3,-4],[0,-3],[-2,-6],[-1,-2],[0,-1],[4,-2],[1,-3],[-2,-8],[0,-3],[0,-7],[2,-9],[-5,-4],[-6,-2],[-6,-1],[-5,3],[-8,3],[-1,3],[-2,4],[-2,8],[-3,9],[-4,9],[-5,11],[-3,8],[-1,4],[-4,11],[0,1],[2,4],[2,1],[4,-1],[1,0],[1,3],[2,2],[1,6],[1,7],[0,14],[-1,10],[-2,10],[-3,8],[-3,5],[-6,12],[-2,4],[-5,7],[-7,10],[-8,9],[-14,16],[-4,5],[-7,5],[-3,1],[-3,0],[-8,2],[-7,9],[-6,8],[-5,4],[-7,3],[-9,11],[-4,4],[-4,5],[-6,8],[-3,4],[-3,6],[-5,8],[-5,7],[-6,10],[-7,13],[-2,4],[-2,5],[-3,3],[-7,10],[-8,10],[-2,2],[-7,5],[-7,6],[-8,7],[-5,4],[-12,7],[-6,2],[-5,5],[-2,7],[-1,8],[-1,4],[-1,14],[3,10],[-4,13],[-1,4],[0,5],[4,8],[3,6],[0,2],[0,2],[0,2],[-1,0],[-6,5],[-4,0],[-1,-1],[-1,-2],[1,-3],[-1,-3],[-1,0],[1,-2],[-1,-3],[-4,1],[-2,1],[-3,2],[-2,1],[-1,1],[-3,4],[-4,5],[-1,2],[-2,1],[-4,-1],[-2,-1],[-1,-2],[0,-1],[0,-3],[1,-2],[-1,-1],[0,-1],[-5,1],[-7,2],[-11,7],[-5,3],[-9,3],[-2,0],[-4,-2],[-1,-1],[0,-2],[-6,0],[-7,0],[-12,2],[-13,1],[-9,4],[-1,3],[-2,4],[-3,6],[-4,3],[-9,10],[-6,7],[-2,2],[-7,5],[-1,1],[-1,1],[-1,2],[-4,4],[-6,7],[-1,3],[-2,3],[0,3],[2,4],[0,2],[-1,4],[-1,3],[-2,3],[-1,2],[-1,7],[0,1],[1,2],[0,7],[-2,6],[-3,3],[-1,3],[0,5],[0,2],[1,5],[1,5],[0,6],[-7,10],[-2,4],[-6,6],[-2,2],[-3,1],[-4,0],[-5,1],[-11,5],[-3,3],[2,5],[0,5],[-3,5],[-3,6],[-2,6],[-1,7],[-3,8],[-5,7],[-2,3],[-3,7],[0,1],[1,1],[1,0],[6,-4],[4,-1],[3,1],[7,3],[5,0],[7,0],[8,0],[7,-2],[3,-1],[5,1],[1,0],[1,2],[3,9],[-1,1],[-3,3],[-2,1],[-4,2],[-5,3],[-5,3],[-5,4],[-5,7],[-7,5],[-4,3],[-4,4],[-2,3],[-4,4],[-4,4],[-4,4],[-4,5],[10,2],[8,1],[7,-2],[3,-2],[5,-5],[6,-4],[3,-2],[2,0],[1,1],[1,5],[4,14],[1,2],[0,3],[-1,9],[-1,4],[-1,2],[-10,4],[-11,6],[-5,2],[-3,0],[-2,0],[-8,-7],[-4,0],[-4,0],[-10,4],[-12,2],[-4,0],[-3,-2],[-1,-2],[-2,-2],[-3,-2],[-1,-1],[-3,1],[0,1],[-3,6],[0,2],[9,3],[6,0],[6,-2],[3,-1],[4,-2],[2,0],[1,2],[-6,8],[-1,0],[-2,1],[-3,-1],[-5,3],[-3,2],[-1,2],[-1,3],[2,-1],[0,1],[-2,1],[0,-2],[0,-1],[1,-2],[0,-1],[-1,0],[-4,6],[-5,4],[-1,1],[-1,-1],[-8,-2],[-4,-2],[-4,-3],[-2,-2],[2,0],[7,1],[-6,-3],[-9,-2],[-2,0],[-3,1],[0,1],[2,8],[8,14],[4,9],[5,4],[7,10],[3,11],[2,8],[1,2],[2,6],[-5,8],[-7,6],[0,2],[2,1],[8,2],[4,8],[6,4],[5,10],[-1,11],[0,9],[-3,5],[-4,3],[-3,4],[-7,7],[-5,4],[-1,0],[-4,1],[-8,0],[-7,3],[-7,6],[-9,9],[-9,10],[-1,1],[-5,2],[-2,-1],[-1,-2],[-2,-2],[-1,-2],[-1,-4],[0,-1],[-1,-1],[-6,4],[-2,3],[-4,8],[0,1],[2,1],[6,-1],[2,-1],[0,-1],[-1,-3],[1,-3],[1,0],[3,6],[0,1],[-10,7],[-4,3],[-4,2],[-7,1],[-9,2],[-2,1],[0,3],[-1,3],[0,2],[-2,4],[-1,1],[-3,1],[-4,-1],[-6,-2],[-10,-1],[-2,0],[-8,-2],[-7,3],[-4,3],[-1,6],[1,1],[3,0],[2,-1],[0,-4],[1,1],[0,3],[-2,4],[-2,-1],[-4,1],[-2,1],[-1,0]],[[734,7079],[0,2],[2,2],[4,1],[6,2],[5,3],[4,1],[3,-3],[0,-3],[0,-1],[0,-1],[4,-3],[2,0],[2,0],[6,1],[7,-1],[9,-3],[1,0],[6,-8],[2,-2],[5,-1],[2,1],[2,1],[2,0],[1,0],[2,-1],[1,0],[4,-7],[2,-4],[7,-7],[4,-3],[5,-4],[6,-5],[2,-3],[3,-2],[7,-3],[4,-1],[1,0],[11,1],[1,0],[8,-3],[7,-3],[7,-4],[4,1],[8,-2],[1,-1],[1,-1],[3,-1],[3,-1],[4,1],[8,0],[5,1],[8,1],[6,2],[1,1],[0,1],[1,1],[0,1],[0,1],[-2,3],[-5,10],[-3,6],[3,6],[3,4],[4,5],[3,3],[0,1],[0,1],[-2,2],[0,2],[0,1],[2,3],[1,1],[1,0],[1,0],[7,-2],[3,-1],[3,-3],[1,-1],[1,-1],[2,-4],[3,-3],[3,-2],[3,-2],[2,3],[0,6],[0,5],[0,3],[1,7],[1,8],[1,1],[2,1],[2,0],[2,2],[5,5],[-1,3],[3,6],[3,6],[1,1],[5,2],[3,1],[1,0],[2,-1],[2,0],[1,1],[6,6],[3,5],[2,5],[2,1],[7,3],[1,1],[1,5],[0,3],[-1,1],[-1,1],[-2,2],[-10,8],[-1,1],[-1,3],[0,4],[-6,8],[-1,1],[-2,2],[-3,6],[-1,3],[0,1],[0,4],[3,4],[4,3],[4,4],[2,4],[1,6],[-2,8],[-2,2],[-3,5],[-5,6],[-3,5],[-1,2],[-1,5],[4,4],[2,1],[7,7],[1,1],[1,1],[4,0],[4,-3],[3,-2],[3,-2],[6,1],[2,-2],[3,-2],[6,-2],[7,-2],[3,-1],[8,-6],[1,-1],[6,-9],[6,-6],[4,-4],[2,0],[6,-1],[1,0],[5,5],[4,6],[1,2],[7,9],[4,5],[2,1],[1,2],[3,7],[3,5],[0,3],[0,2],[-1,3],[0,1],[2,6],[-1,7],[-1,7],[2,2],[2,5],[0,2],[-1,1],[-1,1],[-2,1],[-1,1],[-3,4],[-3,5],[-1,3],[-4,6],[-9,14],[-2,3],[-1,5],[-1,3],[-1,4],[-3,6],[0,2],[2,8],[-8,6],[-5,5],[-6,10],[0,3],[-2,6],[-5,5],[-1,1],[-3,0],[-4,3],[-4,2],[-3,4],[-3,3],[-1,3],[1,10],[2,8],[1,3],[3,7],[0,2],[0,2],[-4,10],[-3,5],[-3,6],[-6,5],[-1,5],[-6,6],[-1,2],[-1,2],[-1,3],[-3,8],[-3,11],[17,1],[5,-1],[22,-2],[15,-1],[2,0],[3,5],[2,2],[7,1],[4,1],[1,0],[1,1],[1,2],[0,2],[3,10],[1,2],[0,1],[-2,2],[0,2],[0,3],[0,4],[2,2],[2,2],[2,1],[1,3],[3,4],[2,4],[1,4],[2,11],[-2,7],[0,1],[-1,2],[0,5],[0,1],[1,2],[4,5],[4,6],[5,6],[7,5],[1,1],[10,5],[5,4],[3,1],[3,1],[7,0],[2,0],[1,-1],[0,-1],[1,-2],[1,-2],[3,-3],[1,-1],[3,-2],[8,-3],[2,0],[4,0],[6,3],[1,1],[0,1],[7,9],[2,3],[1,3],[0,1],[1,2],[3,4],[7,-5],[4,-3],[2,-1],[7,-4],[5,-4],[6,-5],[5,-5],[2,0],[3,1],[5,1],[4,0],[2,0],[8,1],[9,4],[5,3],[3,0],[4,0],[7,3],[7,7],[5,6],[3,3],[2,5],[12,4],[10,1],[7,-1],[7,2],[3,2],[0,1],[4,3],[4,2],[3,0],[3,0],[2,2],[0,11],[1,2],[0,2],[-1,9],[-1,7],[-1,6],[2,8],[2,5],[2,5],[1,3],[0,1],[1,3],[4,3],[3,4],[1,1],[1,3],[0,2],[0,1],[-2,2],[-4,4],[-2,2],[-3,2],[-2,2],[-5,7],[1,9],[0,2],[1,7],[2,11],[2,3],[3,4],[6,6],[6,2],[1,0],[3,0],[1,1],[2,0],[2,2],[2,3],[2,7],[2,5],[5,7],[3,2],[0,1],[3,10],[0,1],[0,1],[-1,2],[-1,3],[-1,1],[0,4],[0,5],[0,5],[0,11],[0,8],[0,1],[-5,4],[-1,0],[-1,1],[-2,2],[-3,7],[-1,4],[0,2],[1,5],[2,6],[2,8],[1,2],[2,4],[5,4],[5,5],[1,2],[3,4],[1,3],[1,8],[0,2],[0,2],[0,1],[1,1],[3,3],[2,2],[5,2],[5,1],[2,0],[3,2],[1,1],[7,7],[1,1],[0,1],[-2,5],[-1,3],[-2,2],[0,1],[-1,2],[0,1],[2,5],[3,8],[2,3],[5,4],[3,4],[2,2]],[[1468,8014],[14,-12],[25,-8],[26,8],[4,27],[6,10],[2,11],[12,2],[6,-29],[1,-32],[20,-29],[22,-22],[7,-16],[10,-15],[3,-23],[16,-12],[11,-39],[13,-8],[8,-14],[1,-8],[-10,-13],[3,-3],[11,1],[2,-3],[0,-32],[5,-6],[1,-13],[-28,-14],[-6,-13],[-12,-2],[15,-18],[2,-13],[14,-15],[2,-11],[-2,-14],[9,-13],[0,-8],[8,-9],[3,-9],[23,3],[18,12],[19,-5],[13,-12],[-6,-30],[0,-18],[3,-7],[-4,-4],[-9,-22],[-5,-6],[-6,-2],[-6,3],[-9,10],[-7,1],[-11,-11],[5,-1],[0,-6],[7,-3],[9,-9],[3,-9],[3,-2],[-6,-7],[5,0],[1,-5],[9,-10],[10,-5],[6,-7],[7,-19],[-2,-18],[8,-20],[-4,-11],[9,-12],[2,-13],[-2,-7],[6,0],[26,-20],[6,4],[10,-2],[16,-11],[18,29],[15,-2],[9,5],[8,10],[9,-1],[7,3],[8,-6],[11,-3],[6,-9],[14,2],[23,-28]],[[3924,7786],[8,-9],[1,-3],[0,-12],[2,-9],[3,-10],[2,-6],[5,-9],[1,-3],[3,-3],[8,-5],[1,0],[7,-2],[9,1],[3,0],[2,-1],[9,-10],[6,-4],[3,-3],[2,-2],[1,-3],[2,-3],[7,-12],[3,-7],[5,-7],[5,-12],[1,-4],[1,-8],[1,-2],[4,-11],[2,-5],[3,-6],[2,0],[3,-6],[3,-5],[1,-3],[4,-8],[2,-3],[2,-3],[2,-2],[3,-2],[5,-7],[4,-4],[6,-7],[8,-6],[5,-4],[9,-5],[8,-5],[5,-4],[9,-4],[9,-4],[10,-5],[3,-2],[31,-15],[6,-3],[10,-3],[8,-4],[6,-3],[2,-1],[9,-3],[17,-2],[12,-3],[9,-9],[0,-6],[0,-6],[2,-6],[3,-6],[4,-12],[0,-8],[1,-3],[3,-7],[2,-4],[5,-4],[6,-2],[3,-1],[4,0],[3,1],[5,2],[6,1],[5,1],[12,0],[4,-7],[2,-14],[-2,-2],[-6,-2],[-3,0],[-4,0],[-2,-1],[-2,0],[-3,-2],[-3,-3],[-5,-1],[-4,-1],[-7,1],[-2,1],[-4,1],[-3,2],[-3,2],[-2,3],[-1,1],[-6,1],[-9,-1],[-6,-1],[-4,0],[-13,-1],[-13,2],[-12,3],[-8,1],[-9,1],[-10,1],[-4,0],[-4,5],[-5,6],[-4,4],[-8,2],[-8,0],[-9,3],[-8,6],[-2,2],[-8,6],[-6,3],[-3,2],[-7,3],[-6,4],[-9,5],[-9,7],[-10,4],[-6,3],[-11,4],[-8,0],[-6,1],[-7,0],[-10,-3],[-5,-3],[-6,-5],[-2,-3],[-2,-1],[-3,0],[-12,-1],[-5,1],[-7,2],[-6,2],[-4,0],[-5,-2],[-8,-4],[-8,-6],[-1,0],[0,1],[3,7],[4,8],[6,10],[3,6],[4,8],[1,2],[3,13],[1,3],[1,6],[-2,11],[-1,2],[-6,12],[-3,4],[-3,3],[-4,4],[-2,7],[-1,1],[0,6],[0,4],[-4,5],[-5,8],[-7,10],[-1,13],[-2,6],[-1,3],[-3,3],[-4,3],[-8,2],[-1,0],[-9,6],[-1,2],[-3,6],[0,7],[-1,14],[0,4],[2,8],[10,22],[2,7],[1,5],[-1,2],[-2,5],[-3,6],[0,2],[1,9],[2,10],[2,10],[3,13],[1,11],[0,6],[0,11],[-1,3],[-1,2],[-1,0],[-1,1],[2,1],[2,0],[6,1],[2,-1],[5,-10]],[[5942,7568],[1,-1],[0,-1],[-1,-9],[-1,-3],[-1,-2],[-1,-2],[-1,0],[-2,-2],[-3,-1],[-2,-5],[-1,-5],[3,-12],[2,-9],[3,-10],[2,-7],[0,-3],[0,-3],[-3,-5],[-4,-6],[-4,-1],[-3,0],[-6,-3],[-5,-3],[-3,-1],[0,-1],[-5,-10],[-4,-10],[-3,-3],[-2,-2],[-4,-3],[-5,-4],[-2,-2],[-3,-4],[-1,-2],[-2,-9],[0,-3],[-1,-6],[1,-6],[0,-5],[-1,-7],[-3,-4],[-2,2],[-2,1],[-1,0],[-2,0],[-5,-2],[-2,0],[-1,-1],[-2,-1],[-2,-3],[-2,-2],[-1,-3],[-1,-3],[0,-4],[0,-7],[2,-7],[2,-2],[2,-1],[0,1],[1,1],[3,0],[1,0],[2,-1],[1,-1],[-2,-3],[-4,-3],[-2,-1],[-2,0],[-2,0],[-1,0],[-3,0],[-4,0],[-1,-1],[-4,-4],[-2,-3],[-1,-4],[1,-5],[1,-5],[2,-6],[2,0],[2,0],[2,-1],[1,-1],[0,-1],[4,-6],[0,-2],[0,-1],[-3,-2],[-4,1],[-1,0],[-2,-1],[-1,-1],[-2,-4],[-1,-4],[2,-9],[2,-8],[2,-4],[6,-6],[4,-3],[2,-2],[2,-2],[2,-2],[7,-11],[0,-2],[1,-4],[0,-2],[-1,-2],[-3,-1],[-7,-2],[-7,-4],[-1,-1],[-2,-4],[-1,-3],[0,-4],[0,-3],[1,-3],[3,-2],[2,-4],[1,-3],[-2,-2],[-2,-1],[-3,0],[-6,1],[-7,3],[-9,3],[-4,3],[-6,2],[-6,2],[-6,2],[-2,2],[-3,4],[-6,12],[1,12],[2,7],[0,1],[0,2],[-1,2],[-6,6],[-3,3],[-3,1],[-2,1],[-6,0],[-3,1],[-5,3],[-2,7],[-2,4],[-3,4],[-7,7],[-5,3],[-4,-1],[-4,-1],[-1,0],[0,1],[3,7],[1,2],[3,4],[4,1],[2,0],[3,-1],[4,0],[3,2],[9,8],[0,1],[-1,2],[-1,3],[-2,3],[-2,2],[-1,2],[0,2],[5,9],[3,3],[2,1],[4,4],[2,6],[0,3],[-1,2],[-4,2],[-4,4],[-3,4],[1,1],[0,2],[0,2],[-2,2],[-2,2],[-7,3],[-3,1],[-3,0],[-9,-2],[-10,-6],[-6,-8],[-5,-6],[-4,-4],[-7,-3],[-3,-2],[-1,0],[-1,-4],[-2,-2],[-6,-4],[-2,0],[0,-4],[1,0],[3,2],[2,0],[3,3],[3,3],[3,0],[6,-1],[3,-1],[2,-2],[-1,-2],[2,-2],[2,-1],[1,-1],[5,-1],[4,0],[-1,-2],[-1,-3],[-5,1],[-3,1],[-2,2],[-3,1],[0,1],[-6,0],[-5,-3],[-1,-1],[-1,-1],[0,-1],[-2,-6],[-5,-8],[-3,-8],[-5,-8],[-4,-6],[-2,-2],[0,-1],[-1,-3],[1,-1],[1,-2],[3,-2],[3,-2],[2,2],[6,1],[6,-6],[2,-5],[2,-5],[0,-10],[3,-8],[5,-8],[2,-3],[4,-3],[3,-5],[4,-8],[1,-2],[0,-2],[-3,-1],[-2,0],[-3,1],[-6,3],[-3,1],[-8,0],[-11,-2],[-13,1],[-9,1],[-1,0],[-4,-2],[-3,1],[-2,2],[-2,7],[-9,6],[1,12],[0,6],[2,6],[6,5],[2,7],[1,8],[3,6],[2,0],[4,1],[4,3],[3,4],[0,1],[-1,1],[-1,1],[-1,1],[-3,2],[-3,0],[-2,0],[-5,-1],[-1,0],[-5,-7],[-1,-5],[-3,-5],[-9,-11],[-1,-1],[-1,0],[-2,0],[-3,0],[-2,0],[-1,0],[-1,0],[0,2],[0,3],[1,3],[1,6],[-3,6],[-2,3],[-3,1],[-4,1],[-2,0],[-5,-2],[-2,-1],[-1,-1],[-1,-1],[0,-2],[-2,-4],[-3,-3],[-11,-6],[-4,-1],[-5,1],[-8,5],[-8,-6],[-3,-3],[-3,-1],[-10,-2],[-1,4],[2,6],[0,2],[2,1],[7,6],[6,6],[3,5],[-1,3],[-1,2],[-2,2],[-3,2],[-2,0],[-2,-1],[-2,-2],[-1,-3],[0,7],[1,9],[8,13],[0,15],[-1,5],[1,5],[5,13],[0,3],[0,1],[2,5],[2,4],[2,4],[0,4],[0,2],[-2,4],[-5,8],[-1,1],[-2,2],[-1,0],[-3,1],[-4,-1],[-3,1],[-1,2],[-3,3],[1,1],[4,6],[-1,8],[-2,5],[-3,6],[0,11],[3,9],[0,10],[0,3],[-2,8],[-2,3],[-2,0],[-4,0],[-3,1],[0,1],[2,4],[0,1],[2,1],[4,2],[2,-1],[0,-1],[1,-2],[0,-2],[5,0],[6,1],[8,6],[9,1],[5,1],[2,-1],[1,-1],[9,-1],[8,3],[11,5],[6,3],[8,4],[6,5],[4,3],[1,1],[1,0],[1,-1],[1,0],[5,-6],[2,-8],[0,-2],[0,-4],[1,-1],[0,-2],[2,-1],[1,-1],[1,0],[3,0],[10,4],[9,3],[8,5],[7,3],[2,1],[2,0],[5,0],[4,-2],[6,-2],[1,0],[4,2],[3,2],[3,4],[2,2],[2,1],[2,0],[3,0],[1,-1],[1,-3],[3,-8],[4,-7],[4,-4],[1,0],[11,-2],[10,0],[2,-1],[-1,-4],[-1,-2],[-6,-4],[-2,-6],[-1,-1],[3,-9],[2,-8],[3,-4],[7,-4],[6,-3],[-1,-3],[-3,-4],[-4,-3],[0,-2],[1,-2],[2,-3],[1,-2],[2,-2],[1,0],[8,-1],[1,0],[7,7],[8,11],[4,10],[4,9],[7,2],[4,1],[2,0],[2,-4],[5,-2],[5,-1],[2,1],[2,2],[2,3],[0,2],[0,4],[-4,4],[-3,4],[1,4],[6,6],[3,5],[7,9],[6,4],[5,5],[1,1],[1,2],[1,3],[-2,7],[-4,6],[-1,0],[-1,2],[1,2],[4,3],[3,2],[1,0],[2,0],[2,-1],[3,-2],[6,-9],[3,-6],[1,-1],[1,-1],[7,-1],[2,0],[1,1],[3,5],[6,7],[2,7],[3,5],[5,4],[3,2],[7,6],[4,3],[2,1],[5,3],[1,0],[0,-1]],[[4477,8002],[0,-1],[2,-5],[3,-4],[2,-5],[-2,-10],[0,-5],[3,-4],[1,-1],[5,2],[4,-1],[11,-8],[1,-2],[1,-1],[-3,-2],[-3,0],[-2,0],[-6,1],[-7,3],[-10,7],[-8,7],[-4,1],[-6,1],[-3,1],[-4,2],[-6,4],[0,3],[1,1],[6,6],[4,2],[5,1],[6,3],[5,3],[3,2],[1,-1]],[[5972,7707],[8,-3],[5,-2],[2,-1],[8,-3],[2,-2],[5,-3],[7,-4],[7,-6],[6,-5],[7,-8],[39,-81],[0,-2],[1,-10],[0,-9],[0,-9],[0,-9],[-2,-10],[0,-10],[0,-2],[-1,-9],[-1,-10],[0,-11],[0,-9],[-1,-9],[-1,-10],[-1,-6],[-2,-9],[-2,-9],[-3,-9],[-3,-9],[-4,-8],[-4,-8],[-5,-8],[-5,-7],[-5,-7],[-6,-6],[-6,-6],[-7,-6],[-2,-7],[-2,-9],[-2,-9],[-3,-9],[-3,-8],[-2,-5],[-2,-4],[-4,-8],[-3,-10],[1,-3],[2,-8],[2,-8],[0,-2],[1,-7],[1,-6],[1,-7],[0,-3],[1,-9],[0,-9],[-1,-10],[-1,-9],[-2,-9],[-2,-9],[-3,-9],[-3,-8],[-2,-4],[-3,-7],[-4,-8],[-3,-8],[-1,-4],[-2,-5],[-4,-8],[-4,-8],[-4,-8],[-5,-7],[-6,-7],[-6,-7],[-4,-4],[-5,-4],[-4,-4],[-2,-2],[-7,-5],[-7,-4],[-8,-5],[-5,-2],[-3,-1],[-8,-3],[-7,-2],[-7,-2],[-5,-1],[-8,-1],[-8,0],[-8,0],[-8,1],[-8,1],[-8,2],[-8,2],[-10,3],[-7,3],[-5,2],[-5,2],[-5,2],[-2,1],[-2,-1],[-8,-2],[-8,-2],[-8,-1],[-8,0],[-7,0],[-9,0],[-9,2],[-8,2],[-3,1],[-5,2],[-5,2],[-6,0],[-5,-1],[-3,0],[-8,-1],[-3,0],[-6,0],[-8,1],[-8,2],[-8,1],[-8,3],[-7,3],[-12,5],[-7,2],[-8,3],[-8,4],[-7,4],[-7,5],[-6,5],[-4,3],[-3,3],[-3,3],[-13,-1],[-8,1],[-3,1],[-5,1],[-8,1],[-8,3],[-8,3],[-7,4],[-8,4],[-7,5],[-6,5],[-7,6],[-6,6],[-5,6],[-6,7],[-5,8],[-4,8],[-4,8],[-4,8],[-1,5],[-2,4],[-2,9],[-1,5],[-1,4],[-2,7],[0,3],[-1,9],[0,10],[0,9],[0,6],[-1,6],[-1,9],[0,10],[0,9],[1,9],[1,10],[2,9],[2,9],[2,8],[4,9],[-1,8],[-2,9],[-2,9],[-1,10],[0,9],[-2,13],[-1,5],[-3,9],[-2,7],[0,2],[-2,9],[-2,9],[-1,9],[0,9],[0,10],[0,9],[2,9],[1,9],[1,4],[1,5],[2,6],[3,8],[3,9],[4,9],[4,7],[4,8],[4,5],[1,2],[6,7],[7,8],[5,5],[7,6],[7,5],[7,5],[7,4],[8,3],[7,3],[8,2],[8,2],[9,1],[11,6],[6,6],[6,6],[6,6],[7,5],[3,2],[7,4],[7,4],[8,4],[7,2],[4,1],[4,2],[8,2],[12,1],[8,1],[5,0],[8,-1],[8,0],[8,-2],[8,-2],[8,-2],[8,-3],[7,-4],[8,-4],[7,-5],[7,-6],[5,-1],[6,0],[8,0],[6,0],[3,-1],[3,0],[5,-1],[6,-1],[3,-1],[10,-3],[7,-3],[6,0],[6,6],[7,5],[3,1],[5,3],[9,5],[8,4],[4,2],[4,1],[8,2],[8,2],[8,1],[10,0],[1,0],[11,7],[8,4],[7,4],[8,3],[6,1],[2,1],[8,2],[8,1],[8,0],[8,0],[9,-1],[8,-1],[8,-2]],[[4562,7964],[10,26],[-10,34],[3,11],[-2,19],[4,16]],[[4567,8070],[1,1],[0,4],[-3,6],[-4,12],[-5,10],[-1,3],[-1,6],[0,4],[0,11],[-3,12],[1,4],[1,4],[7,8],[4,-1],[4,-4],[0,-6],[0,-1],[3,-4],[4,-3],[2,-5],[1,-4],[1,-1],[-1,-2],[0,-7],[2,-9],[4,-6],[3,-7],[1,-7],[2,-6],[1,0],[5,1],[3,-2],[3,-7],[2,-4],[2,-5],[3,-5],[4,-5],[6,-12],[2,-4],[3,-1],[5,-3],[1,0],[5,1],[8,2],[6,-2],[5,-7],[9,-1],[6,0],[2,0],[0,1],[6,1],[4,-2],[3,-2],[4,-4],[0,-2],[3,-1],[5,-1],[1,1],[3,1],[1,2],[2,2],[11,-5],[4,-3],[4,-2],[3,-1],[4,0],[4,-1],[0,-1],[7,-6],[2,-5],[0,-4],[-1,0],[-1,0],[-1,-5],[-3,-7],[2,-5],[3,-4],[2,-3],[2,-2],[12,-4],[3,-1],[1,0],[1,3],[3,1],[3,0],[3,0],[4,0],[9,-4],[10,-9],[1,-1],[3,-10],[0,-6],[1,-2],[2,-2],[8,-5],[2,-4],[1,-5],[0,-3],[0,-4],[2,-5],[4,-7],[3,-3],[1,-1],[1,-5],[2,-13],[6,-13],[3,-3],[5,-4],[9,-7],[2,-1],[5,-5],[1,-2],[5,-5],[4,-4],[5,-3],[3,-1],[6,-8],[4,-6],[1,-3],[0,-2],[6,-7],[9,-4],[4,-2],[6,-4],[6,-5],[1,-4],[5,-5],[3,-3],[3,-6],[1,-3],[2,-10],[3,-7],[3,-7],[1,-10],[2,-10],[1,-7],[0,-3],[-2,-2],[-3,-3],[-2,0],[-10,-3],[-10,-3],[-11,-4],[-2,-3],[-3,-2],[-5,0],[-4,1],[-4,-1],[-4,-4],[-4,-3],[-1,-1],[-4,-2],[-2,0],[-6,-2],[-7,-5],[-6,-1],[-4,2],[-8,11],[-2,6],[0,7],[0,8],[-2,12],[-6,14],[-2,8],[-3,3],[-3,4],[-5,3],[-3,2],[-1,1],[-2,2],[-2,4],[-3,4],[-1,2],[-2,2],[-5,6],[-3,1],[-6,1],[-4,0],[-4,2],[-2,2],[-3,3],[-4,5],[-1,3],[-2,4],[-1,5],[1,4],[2,4],[1,3],[1,5],[0,2],[-1,3],[-3,5],[-4,5],[-6,7],[-4,5],[-5,7],[-7,6],[-6,7],[-3,6],[-4,9],[-7,13],[-3,6],[-5,12],[-4,3],[-3,3],[-2,1],[-10,2],[-5,0],[-11,3],[-3,2],[-2,0],[-9,0],[-8,0],[-6,-1],[-4,-2],[-5,0],[-7,3],[-9,5],[-3,1],[-9,2],[-2,0],[-4,-2],[-4,-2],[-8,2],[-4,3],[-6,4],[-7,5],[-8,9],[-2,4],[-4,3],[-2,2]],[[2437,8838],[10,-9],[9,-23],[3,3],[7,-5],[10,-2],[1,-11],[-21,-15],[-5,-11],[-14,-7],[-10,-9],[-20,-3],[-2,-3],[-10,-3],[-9,-11],[-4,6],[4,10],[-2,4],[-14,3],[-12,-8],[9,-25],[8,-11],[3,-9],[10,-8],[6,-14],[0,-6],[-6,-11],[6,-14],[-10,-14],[17,-16],[5,5],[7,-3],[10,5],[22,-9],[-15,-43],[30,-25],[4,-19],[-2,-11],[6,-9],[8,2],[6,-4],[5,14],[8,3],[10,-17],[11,-9],[35,-12],[-4,-44],[-16,-13],[2,-16],[-5,-9],[5,-7],[2,-10],[-4,-22],[3,-6],[8,-4],[16,-19],[1,-11],[-13,-7],[-8,-9],[3,-6],[0,-14],[13,-14],[8,-15],[7,-3],[6,-33],[-3,-12],[6,-6],[8,1],[19,-6],[6,2],[16,-6],[12,-20],[15,-2],[15,-21],[-10,-7],[4,-9],[9,-1],[19,6],[19,3],[18,-14],[14,-1],[-5,-21],[2,-12],[-9,-19],[0,-20],[5,-8],[12,-3],[15,-22],[23,4],[4,-8],[0,-3],[-22,-17],[-4,-14],[0,-9],[6,-8],[16,-9],[11,-16],[21,2],[11,-13],[0,-11],[-6,-3],[-7,-12],[0,-12],[-8,-21],[-5,-25],[-23,-13],[-10,-11],[-18,-8],[-9,-9],[-2,-9],[11,-12]],[[1468,8014],[1,2],[6,8],[2,2],[5,5],[0,1],[1,2],[-1,8],[0,8],[0,2],[1,5],[0,2],[0,7],[-3,9],[-1,8],[0,2],[0,1],[2,7],[2,7],[1,4],[0,1],[-3,6],[-2,4],[-1,2],[-1,2],[0,2],[1,2],[1,2],[7,7],[4,2],[3,1],[3,2],[8,5],[5,0],[1,1],[3,1],[5,10],[0,1],[3,9],[1,1],[0,5],[0,6],[3,8],[5,10],[3,4],[1,0],[1,0],[9,-1],[4,-3],[1,-2],[1,-2],[3,-2],[7,-3],[2,1],[5,4],[7,0],[10,1],[8,2],[1,0],[1,0],[2,-1],[5,-4],[3,-6],[1,-1],[6,-5],[2,-2],[2,0],[2,0],[5,2],[6,2],[5,1],[4,3],[1,5],[3,8],[3,8],[1,1],[1,1],[3,1],[1,1],[3,3],[0,10],[0,4],[-1,5],[-3,6],[0,2],[0,4],[3,10],[1,3],[0,1],[9,5],[12,10],[8,5],[0,4],[0,4],[2,6],[3,8],[3,3],[7,4],[3,2],[5,0],[3,-1],[4,-1],[2,0],[1,0],[5,4],[3,3],[0,2],[1,6],[0,1],[0,1],[2,3],[1,2],[1,3],[0,8],[-6,18],[-1,2],[2,2],[1,1],[3,4],[2,6],[0,3],[-1,7],[-1,5],[-1,1],[0,2],[0,1],[5,2],[2,1],[4,0],[0,1],[-1,14],[-2,7],[0,11],[1,7],[1,11],[0,8],[2,9],[0,4],[0,1],[-3,4],[-2,4],[-2,2],[-3,5],[-3,7],[-3,7],[-3,8],[-5,9],[-2,3],[-1,2],[-3,6],[-7,11],[-4,5],[-4,5],[-1,1],[-4,4],[-5,3],[-5,3],[-1,1],[-6,5],[-3,5],[0,1],[-1,3],[2,6],[0,4],[0,4],[0,4],[0,3],[0,2],[-2,7],[-1,1],[-7,0],[-2,0],[-2,3],[-7,7],[-1,3],[4,4],[9,8],[2,4],[5,10],[1,2],[0,2],[1,9],[-1,5],[-4,74],[134,-1],[3,0],[3,1],[7,0],[3,0],[5,0],[10,2],[7,7],[7,5],[3,4],[3,4],[4,6],[3,1],[6,0],[6,2],[4,2],[4,4],[2,2],[3,2],[1,0],[3,-1],[3,-1],[1,0],[5,-3],[5,-3],[3,0],[6,-2],[3,-2],[5,-2],[3,-3],[2,-6],[2,-4],[2,-5],[7,-3],[2,1],[6,5],[7,1],[11,0],[7,1],[8,1],[8,1],[5,2],[6,3],[3,1],[3,0],[3,0],[2,1],[10,3],[2,2],[10,4],[8,6],[22,22],[2,2],[13,14],[12,11],[8,1],[5,0],[9,-1],[1,0],[23,-14],[15,4],[10,4],[12,-3],[2,0],[6,-1],[4,-1],[3,-1],[2,1],[4,2],[2,-1],[5,-5],[2,-6],[2,-5],[2,-2],[2,-4],[1,-2],[3,-2],[4,-8],[1,-4],[1,-2],[2,-1],[5,-3],[3,-1],[2,-2],[1,-2],[1,-6],[0,-2],[0,-2],[1,-2],[4,-1],[2,1],[5,2],[5,1],[1,1],[3,-1],[3,-2],[1,-2],[1,0],[2,1],[2,3],[2,4],[1,3],[2,6],[1,3],[3,0],[2,-1],[6,6],[2,3],[1,2],[3,2],[2,1],[1,0],[1,-1],[2,-1],[1,0],[2,2],[2,2],[0,3],[1,3],[1,2],[1,1],[2,1],[7,4],[8,1],[6,-2],[3,-1],[7,-1],[1,5],[0,4],[0,4],[-2,6],[-2,5],[-1,3],[2,7],[2,5],[2,2],[5,5],[4,4],[1,2],[1,4],[3,2],[3,2],[10,3],[2,1],[3,0],[2,-1],[9,-5],[3,-2],[2,-1],[1,-2],[2,-2],[9,-5],[7,0],[4,0],[3,-3],[3,-2],[4,-1],[3,0],[10,3],[6,2],[2,-1],[4,-1],[1,0],[1,1],[2,2]],[[6108,8231],[6,-5],[3,-4],[8,-3],[6,-1],[3,0],[3,0],[6,0],[1,-1],[3,-5],[2,-2],[8,-7],[6,-5],[7,-6],[9,-10],[5,-4],[1,-1],[0,-1],[0,-12],[-1,-3],[-2,-8],[-1,-7],[-1,-3],[0,-4],[-1,-2],[0,-3],[1,-4],[1,-7],[1,-6],[-1,-1],[-1,-1],[-4,1],[-3,0],[-4,-3],[-2,-1],[-2,-2],[-6,-5],[-4,-3],[-7,0],[-6,-1],[-1,-1],[-9,-3],[-6,-1],[-5,-2],[-2,-2],[-1,-2],[-4,-2],[-8,-3],[-11,-5],[-1,-1],[-5,-3],[-2,0],[-8,0],[-11,1],[-6,2],[-8,1],[-3,2],[-4,3],[-4,6],[-5,9],[-1,2],[-2,2],[-3,3],[-7,4],[-7,4],[-5,2],[-9,3],[-3,2],[-12,16],[-5,5],[-4,4],[-6,6],[-4,4],[-4,2],[-7,4],[0,1],[-3,3],[-2,3],[-2,3],[-4,10],[7,4],[6,2],[5,3],[1,2],[2,4],[6,8],[9,9],[11,7],[9,5],[7,4],[7,2],[3,1],[6,1],[5,-2],[4,1],[5,2],[6,3],[5,2],[4,0],[3,0],[3,-1],[2,0],[4,0],[4,-1],[3,-3],[4,-3],[4,-2],[7,0],[4,1],[5,0],[5,0],[4,-1]],[[6349,8325],[8,-3],[7,-3],[8,-4],[7,-4],[7,-5],[7,-5],[6,-6],[6,-6],[6,-7],[5,-7],[5,-7],[5,-8],[4,-8],[3,-9],[3,-9],[3,-8],[2,-9],[1,-10],[1,-9],[0,-9],[0,-9],[-1,-10],[-1,-9],[-2,-9],[-2,-9],[-3,-9],[-3,-8],[-4,-8],[-4,-8],[-5,-8],[-5,-7],[-5,-7],[-6,-7],[-7,-6],[-6,-5],[-7,-5],[-7,-5],[-8,-3],[-7,-4],[-8,-3],[-8,-2],[-8,-2],[-8,-1],[-9,0],[-8,0],[-8,1],[-8,1],[-4,0],[-4,-8],[-5,-8],[-5,-7],[-5,-7],[-6,-6],[-7,-6],[-6,-6],[-2,-1],[-7,-5],[-7,-4],[-7,-4],[-8,-4],[-3,-1],[-15,-8],[-7,-3],[-4,-2],[-4,-1],[-3,-1],[-8,-2],[-6,-2],[-10,-4],[-6,-3],[-8,-4],[-7,-4],[-8,-3],[-8,-3],[-8,-2],[-8,-2],[-13,-2],[-8,-1],[-3,-1],[-9,0],[-8,0],[-8,1],[-9,1],[-8,1],[-8,2],[-7,2],[-8,2],[-8,2],[-8,4],[-7,3],[-8,5],[-7,4],[-6,6],[-7,5],[-6,7],[-5,6],[-4,4],[-5,5],[-7,4],[-4,3],[-4,2],[-6,5],[-3,3],[-5,4],[-6,6],[-6,7],[-3,4],[-5,7],[-2,2],[-12,8],[-6,6],[-7,5],[-6,7],[-6,6],[-5,7],[-3,5],[-2,3],[-5,8],[-5,10],[-5,7],[-4,8],[-4,8],[-4,9],[-3,8],[-2,6],[-1,4],[-2,9],[-1,9],[-1,9],[0,9],[0,10],[0,9],[1,4],[0,5],[2,9],[2,9],[3,9],[3,8],[4,9],[4,8],[5,7],[5,8],[4,5],[2,2],[6,6],[6,7],[7,5],[7,5],[7,5],[7,4],[8,3],[8,3],[6,2],[6,4],[7,5],[7,5],[3,2],[11,6],[9,4],[9,4],[7,4],[10,3],[3,1],[8,2],[6,2],[4,1],[10,1],[6,2],[8,2],[4,1],[5,1],[9,1],[5,1],[5,0],[3,0],[6,0],[8,-1],[7,-1],[11,-2],[6,-1],[7,-2],[3,-1],[7,-2],[7,-1],[9,-1],[8,-2],[3,-1],[6,-2],[8,-3],[6,-3],[7,-3],[8,-2],[5,-2],[4,-1],[8,-3],[8,-4],[7,-4],[4,-3],[4,-3],[7,-5],[6,-6],[8,-6],[6,-5],[7,-6],[6,1],[8,5],[7,4],[8,3],[8,3],[8,2],[8,2],[8,1],[8,0],[8,0],[8,-1],[9,-1],[8,-2]],[[5182,8654],[2,-3],[3,-7],[6,-11],[4,-4],[1,0],[4,0],[9,-3],[6,-4],[5,-3],[5,1],[6,3],[4,2],[4,4],[4,0],[4,-4],[4,-5],[1,-4],[0,-9],[3,-9],[1,-1],[6,-6],[2,-1],[9,-10],[4,-3],[5,-1],[4,0],[4,2],[6,-3],[2,-4],[8,-9],[1,0],[-2,-6],[-4,-1],[-6,4],[-9,-3],[-1,-1],[-3,-4],[-1,-3],[-1,-11],[0,-5],[1,-4],[1,-4],[1,-3],[1,0],[8,-1],[8,-3],[0,-3],[1,-13],[2,-5],[0,-7],[-10,-8],[-5,-3],[-2,-3],[0,-2],[0,-3],[0,-5],[1,-4],[1,-7],[3,-15],[2,-11],[1,-13],[1,-5],[2,-3],[2,-6],[2,-5],[-3,-13],[-1,-5],[-2,1],[-1,1],[-4,6],[-3,6],[-2,0],[-2,-1],[-4,-1],[-4,-5],[-3,-4],[-2,-6],[-3,-2],[-5,-2],[-4,1],[-7,0],[-8,-5],[-4,-2],[-5,-3],[-10,2],[-6,-3],[-3,-5],[-6,-4],[-7,-4],[-3,-5],[-3,-5],[-3,-3],[-5,-3],[-9,-2],[-8,0],[0,1],[0,3],[-1,5],[-2,5],[-1,1],[-3,0],[-4,0],[-4,0],[-7,1],[0,1],[-1,4],[0,1],[-1,6],[-2,5],[-7,11],[-1,5],[-1,2],[-4,6],[-1,2],[-5,4],[-2,2],[-4,3],[-3,2],[-3,2],[-7,4],[-7,-1],[-17,-2],[-9,-1],[-5,-2],[-5,1],[-3,3],[-1,4],[-1,5],[-1,5],[-1,2],[-1,1],[-1,0],[-4,5],[-4,5],[-2,12],[-1,9],[0,7],[3,11],[1,3],[3,3],[2,3],[1,2],[4,10],[0,2],[0,3],[-1,7],[1,4],[3,6],[4,7],[1,3],[0,8],[13,21],[7,9],[3,5],[1,4],[2,6],[0,4],[0,14],[0,2],[2,3],[1,1],[1,0],[6,-4],[7,-2],[3,1],[3,1],[3,5],[2,3],[1,4],[3,7],[1,2],[3,3],[2,1],[3,1],[10,5],[11,9],[3,5],[4,2],[5,1],[5,3],[5,4],[1,3],[3,0]],[[6504,8553],[-1,0],[-43,-35],[-58,-47],[-3,4],[-5,7],[-4,8],[-4,8],[-3,8],[-3,9],[-3,9],[-2,7],[0,3],[-2,9],[0,9],[-1,8],[-4,8],[-5,-1],[-9,0],[-8,1],[-13,2],[-8,1],[-10,2],[-8,2],[-8,3],[-9,1],[-13,1],[-8,0],[-7,-1],[-8,-1],[-13,-1],[-8,-2],[-8,-1],[-9,0],[-8,0],[-8,1],[-9,1],[-8,2],[-8,1],[-9,1],[-6,2],[-8,2],[-5,1],[-3,1],[-5,2],[-6,3],[-11,3],[-7,2],[-3,0],[-9,3],[-8,1],[-8,-3],[-8,-2],[-8,-2],[-8,-1],[-9,-1],[-8,1],[-8,0],[-9,2],[-8,2],[-10,2],[-8,3],[-8,3],[-8,4],[-5,2],[-7,4],[-5,2],[-7,4],[-7,4],[-8,4],[-7,4],[-7,5],[-7,5],[-6,5],[-4,2],[-8,4],[-12,5],[-8,3],[-3,1],[-3,0],[-8,2],[-13,2],[-4,1],[-5,1],[-6,2],[-8,3],[-8,3],[-4,2],[-4,2],[-9,5],[-5,-2],[-8,-2],[-8,-2],[-3,0],[-5,-1],[-9,-1],[-8,1],[-8,0],[-8,2],[-8,2],[-8,2],[-8,3],[-2,1],[-6,3],[-7,4],[-7,4],[-8,5],[-12,5],[-3,0],[-7,0],[-6,0],[-5,1],[-6,1],[-8,2],[-3,1],[-5,1],[-8,3],[-8,4],[-2,1],[-5,4],[-8,4],[-11,6],[-12,-5],[-6,-6],[-7,-5],[-7,-5],[-7,-5],[-7,-4],[-8,-3],[-8,-3],[-8,-3],[-10,-2],[-6,-1],[-14,-2],[-9,-1],[-8,0],[-3,1],[-9,-5],[-13,-16],[-5,-5],[-7,-7],[-6,-6],[-3,-7],[-2,-3],[-3,-5],[-6,-7],[-2,-7],[-1,-6],[3,-8],[3,-9],[2,-9],[1,-9],[1,-10],[1,-9],[0,-9],[-1,-9],[0,-7],[1,-2],[0,-7],[1,-10],[0,-9],[-1,-9],[-1,-10],[0,-12],[1,-8],[0,-2],[1,-9],[-1,-10],[0,-9],[-1,-9],[-1,-8],[1,-10],[0,-9],[0,-9],[0,-9],[-2,-10],[-1,-9],[-1,-4],[-2,-5],[-2,-9],[-4,-9],[-4,-10],[-2,-9],[-4,-8],[-3,-9],[-4,-8],[-5,-7],[-5,-8],[-6,-7],[-5,-6],[-7,-6],[-6,-6],[-7,-5],[-7,-4],[-8,-4],[-7,-4],[-8,-3],[-8,-2],[-8,-2],[-8,-1],[-10,-2],[-8,-2],[-5,-2],[-9,-4],[-7,-6],[-7,-5],[-7,-5],[-7,-4],[-6,-3],[-6,-6],[-6,-6],[-7,-5],[-8,-5],[-7,-4],[-8,-3],[-7,-3],[-8,-3],[-8,-1],[-9,-2],[-8,0],[-8,0],[-8,1],[-8,1],[-8,2],[-8,2],[-8,3],[-8,4],[-7,4],[-7,5],[-14,10],[-3,2],[-6,6],[-6,6],[-2,2],[-4,5],[-6,7],[-5,8],[-4,7],[-4,8],[-4,9],[-8,7],[-8,3],[-8,4],[-7,4],[-7,4],[-7,6],[-6,5],[-8,7],[-5,6],[-6,8],[-5,7],[-4,8],[-5,7],[-5,8],[-4,8],[-4,8],[-4,8],[-3,9],[-3,8],[-1,5],[-1,5],[-2,9],[-1,9],[0,4],[0,8],[0,9],[-1,10],[0,4],[-1,6],[0,14],[1,9],[1,9],[2,9],[2,9],[2,10],[1,4],[2,7],[4,9],[2,9],[2,9],[0,3],[3,7],[0,6],[-9,-5],[-8,-4],[-15,-7],[-8,-4],[-8,-3],[-8,-3],[-7,-4],[-4,-3],[-4,-2],[-6,-4],[-8,-4],[-5,-5],[-7,-6],[-7,-5],[-7,-4],[-4,-2],[-8,-6],[-8,-5],[-9,-6],[-7,-7],[-7,-7],[-10,-9],[-7,-5],[-8,-7],[-7,-4],[-9,-5],[-7,-4],[-8,-4],[-7,-3],[-5,-2],[-9,-2],[-7,-4],[-10,-6],[-5,-2],[-4,-2],[-7,-2],[-13,-5],[-8,-2],[-15,-3],[-8,-2],[-9,0],[-8,0],[-11,0],[-9,1],[-8,0],[-8,1],[-9,2],[-8,3],[-8,3],[-8,3],[-4,0],[9,-11],[8,-9],[3,-2],[7,-6],[6,-6],[6,-7],[5,-7],[5,-7],[5,-8],[4,-8],[4,-8],[3,-9],[2,-8],[2,-9],[4,-8],[5,-3],[3,-1],[7,-5],[7,-5],[3,-3],[4,-3],[6,-6],[5,-6],[6,-7],[3,-5],[2,-3],[4,-8],[5,-8],[3,-8],[3,-9],[3,-8],[5,-13],[3,-9],[2,-9],[8,-4],[5,-2],[8,0],[8,-2],[2,0],[6,-1],[8,-3],[4,-1],[4,-2],[9,-4],[9,-5],[10,-6],[8,-4],[7,-4],[7,-4],[6,-5],[1,-1],[7,-6],[6,-6],[7,-7],[6,-7],[6,-7],[7,-5],[8,-5],[7,-6],[7,-6],[7,-6],[8,-8],[6,-6],[2,-3],[4,-4],[5,-7],[5,-7],[5,-8],[3,-6],[5,-8],[5,-8],[4,-8],[4,-8],[3,-9],[2,-9],[2,-9],[10,-10],[6,-6],[6,-6],[6,-7],[7,-7],[7,-5],[6,-5],[6,-6],[6,-6],[7,-6],[5,-6],[6,-7],[5,-8],[6,-11],[5,-8],[3,-5],[3,-6],[1,-2],[6,-15],[3,-9],[4,-10],[3,-9],[6,-19],[2,-9],[1,-9],[2,-10],[0,-9],[1,-10],[0,-9],[0,-9],[0,-10],[-1,-4],[-1,-6],[-1,-6],[0,-4],[-2,-9],[-3,-8],[-3,-9],[-4,-8],[-4,-8],[-5,-8],[-5,-7],[-1,-2],[-4,-5],[-5,-6],[-6,-6],[-6,-6],[-2,-3],[-4,-3],[-7,-5],[-7,-5],[-8,-4],[-7,-4],[-8,-2],[-8,-3],[-1,0],[-9,-4],[-12,-5],[-7,-4],[-8,-5],[-1,0],[-7,-4],[-8,-3],[-8,-2],[-8,-2],[-9,-2],[-7,-2],[-8,-2],[-8,-1],[-6,-1],[-2,0],[-9,0],[-8,1],[-8,1],[-8,2],[-8,2],[-7,3],[-8,4],[-11,6],[-7,5],[-7,5],[-6,5],[-7,8],[-6,6],[-5,7],[-7,9],[-6,7],[-5,8],[-4,7],[-4,9],[-4,8],[-3,8],[-2,9],[-6,9],[-7,5],[-6,6],[-6,6],[-6,7],[-4,3],[-3,-3],[1,-5],[0,-5],[1,-5],[0,-6],[-1,-5],[3,-12],[2,-9],[3,-6],[3,-6],[2,-2],[3,-9],[3,-8],[4,-13],[2,-9],[2,-9],[1,-9],[0,-2],[0,-7],[0,-10],[0,-9],[-1,-11],[-1,-7],[0,-3],[-2,-9],[-2,-9],[-2,-7],[-2,-9],[-3,-9],[-3,-8],[-3,-9],[-4,-8],[-5,-9],[0,-9],[-1,-9],[-2,-10],[-2,-9],[-3,-8],[-3,-9],[-3,-8],[-5,-8],[-4,-8],[-5,-7],[-5,-7],[-6,-7],[-6,-6],[-8,-7],[-3,-3],[-4,-3],[-4,-3],[-4,-3],[-3,-2],[-4,-2],[-5,-3],[-7,-3],[-7,-3],[-7,-3],[-6,-2],[-4,-1],[-4,-1],[-6,-1],[-7,-3],[-7,-3],[-6,-2],[-7,-1],[-6,-2],[-9,-1],[-5,-1],[-8,-1],[-8,-1],[-9,0],[-7,1],[-9,1],[-7,2],[-3,1],[-4,1],[-6,2],[-4,1],[-3,2],[-7,3],[-6,3],[-6,4],[-4,3],[-5,-2],[-5,-7],[-6,-7],[-6,-6],[-7,-5],[-6,-6],[-7,-4],[-3,-2],[-5,-2],[-7,-4],[-8,-3],[-8,-2],[-3,-1],[-6,-1],[-4,-1],[-4,-2],[-8,-3],[-7,-3],[-8,-2],[-8,-1],[-9,0],[-8,0],[-8,0],[-8,1],[-2,1],[-6,1],[-5,2],[-11,2],[-12,1],[-4,0],[-18,1],[-4,0],[-8,1],[-8,2],[-8,3],[-6,1],[-3,0],[-8,2],[-4,0],[-10,3],[-8,1],[-8,3],[-4,1],[-4,2],[-8,3],[-7,4],[-5,3],[-9,5],[-16,8],[-8,4],[-6,4],[-7,5],[-9,5],[-7,5],[-10,5],[-5,-1],[-8,-2],[-4,-1],[-8,-1],[-11,-1],[-9,-1],[-8,0],[-11,-2],[-8,-2],[-8,-2],[-8,0],[-8,0],[-8,0],[-9,1],[-8,2],[-7,2],[-8,3],[-8,4],[-7,4],[-7,5],[-7,5],[-6,5],[-7,6],[-5,7],[-3,3],[-3,4],[-5,7],[-5,8],[-4,8],[-3,8],[-4,9],[-2,9],[-2,9],[-2,9],[-1,9],[-1,9],[0,10],[0,6],[1,4],[1,9],[1,9],[2,9],[3,9],[3,8],[-4,6],[-2,2],[-5,5],[-7,7],[-5,7],[-5,8],[-5,7],[-4,9],[-1,2],[-6,13],[-3,8],[-2,6],[-1,4],[-2,7],[0,2],[-2,9],[-1,8],[-1,4],[-2,9],[-1,9],[-1,10],[0,9],[1,9],[1,10],[0,1],[1,8],[2,9],[3,9],[3,9],[1,4],[1,18],[-5,2],[-3,1],[-4,0],[-8,2],[-7,2],[-7,3],[-4,2],[-4,2],[-4,1],[-4,3],[-3,2],[-3,2],[-4,3],[-11,4],[-4,1],[-4,2],[-8,3],[-7,3],[-3,2],[-6,3],[-5,3],[-6,4],[-4,4],[-5,4],[-4,4],[-4,4],[-11,8],[-12,5],[-10,5],[-3,2],[-11,5],[-6,2],[-4,2],[-5,3],[-4,3],[-9,6],[-4,1],[-6,4],[-5,3],[-4,2],[-4,3],[-3,3],[-4,3],[-3,3],[-3,3],[-3,3],[-4,3],[-2,3],[-3,4],[-3,3],[-2,4],[-3,3],[-2,4],[-3,4],[-7,4],[-5,-1],[-5,0],[-4,0],[-5,0],[-5,0],[-5,1],[-4,1],[-6,1],[-4,1],[-5,2],[-4,1],[-5,2],[-4,2],[-4,2],[-5,3],[-6,4],[-4,2],[-3,3],[-6,4],[-3,4],[-3,2],[-3,3],[-3,3],[-2,4],[-3,2],[-2,4],[-3,3],[-4,-2],[-5,-3],[-2,-5],[-3,-6],[-4,-6],[-2,-3],[-4,-7],[-3,-4],[-1,-2],[-8,-13],[-6,-9],[-2,-6],[-2,-4],[-1,-5],[-2,-4],[-2,-5],[-4,-9],[-3,-7],[-3,-10],[0,-3],[0,-5],[1,-4],[1,-4],[0,-5],[0,-5],[0,-4],[0,-4],[0,-5],[0,-4],[0,-5],[-1,-4],[0,-4],[-1,-4],[-1,-4],[0,-5],[-2,-4],[-1,-4],[-1,-4],[-1,-5],[-2,-4],[-1,-4],[-2,-4],[-2,-4],[-2,-4],[-2,-3],[-2,-4],[-2,-4],[-2,-3],[-3,-4],[-2,-3],[-3,-4],[-1,-7],[2,-5],[1,-3],[1,-5],[1,-4],[1,-4],[1,-5],[1,-4],[1,-4],[0,-5],[1,-4],[0,-4],[0,-8],[0,-12],[3,-5],[4,-12],[3,-6],[1,-5],[1,-1],[7,-4],[7,-4],[6,-3],[4,-2],[6,-4],[7,-5],[7,-5],[7,-7],[6,-4],[6,-4],[3,-3],[6,-4],[4,-4],[6,-6],[5,-5],[4,-5],[2,-3],[2,-3],[3,-4],[2,-3],[4,-6],[3,-7],[2,-5],[3,-4],[1,-5],[5,-10],[2,-5],[2,-5],[2,-5],[1,-4],[1,-3],[2,-7],[2,-7],[1,-6],[0,-4],[1,-4],[0,-7],[1,-7],[1,-7],[6,-6],[6,-6],[5,-7],[3,-5],[9,-9],[9,-11],[3,-3],[3,-4],[3,-4],[8,-7],[7,-4],[4,-3],[5,-3],[4,-3],[4,-4],[4,-4],[4,-4],[3,-4],[3,-3],[3,-4],[2,-4],[3,-3],[2,-4],[3,-5],[2,-4],[3,-5],[2,-6],[3,-5],[2,-6],[1,-4],[2,-6],[4,-16],[1,-9],[2,-13],[3,-14],[1,-7],[1,-9],[0,-10],[1,-8],[1,-12],[1,-5],[0,-4],[0,-2],[1,-3],[1,-4],[2,-7],[4,-13],[3,-6],[3,-8],[4,-9],[2,-9],[1,-1],[2,-8],[1,-9],[1,-9],[2,-10],[2,-9],[1,-6],[2,-4],[1,-4],[1,-4],[1,-5],[1,-5],[1,-4],[1,-6],[0,-1],[9,-6],[6,-2],[7,-3],[8,-4],[7,-5],[7,-5],[6,-6],[7,-6],[5,-6],[6,-3],[4,-2],[2,-1],[6,-4],[3,-2],[4,-2],[3,-3],[4,-3],[4,-4],[4,-4],[10,-9],[8,-8],[9,-7],[7,-6],[6,-6],[6,-7],[6,-7],[2,-3],[2,-4],[3,-3],[2,-4],[4,-6],[5,-11],[3,-6],[5,-13],[2,-6],[2,-4],[1,-5],[4,-8],[7,-11],[8,-10],[6,-7],[4,-6],[8,-9],[3,-3],[3,-4],[3,-4],[5,-5],[7,-10],[3,-3],[2,-4],[3,-3],[2,-4],[3,-4],[3,-5],[2,-5],[1,-3],[2,-4],[6,-12],[4,-9],[6,-9],[4,-3],[4,-3],[3,-3],[3,-3],[3,-3],[2,-3],[3,-3],[4,-5],[4,-5],[6,-9],[6,-9],[5,-7],[2,-3],[2,-3],[2,-5],[2,-4],[2,-3],[5,-9],[2,-7],[3,-7],[2,-7],[2,-4],[0,-3],[3,-11],[3,-10],[1,-4],[3,-9],[6,-7],[4,-2],[4,-2],[8,3],[8,2],[8,1],[8,1],[8,0],[8,-1],[8,-1],[8,-2],[8,-2],[8,-3],[4,-2],[3,-2],[8,-4],[7,-4],[10,0],[6,3],[3,1],[14,5],[8,3],[8,2],[8,1],[8,1],[8,0],[8,-1],[15,-2],[8,-2],[8,-2],[7,-3],[8,-4],[7,-4],[6,-3],[1,-1],[7,-5],[6,-6],[6,-6],[6,-7],[6,-7],[6,-7],[6,-6],[5,-6],[6,-7],[3,-3],[8,-4],[4,7],[5,7],[5,8],[5,7],[6,7],[6,6],[5,7],[5,7],[6,7],[5,6],[4,8],[4,8],[4,8],[5,7],[5,6],[4,9],[7,12],[5,8],[4,7],[6,7],[5,7],[5,7],[6,6],[7,5],[7,6],[11,7],[7,4],[8,4],[7,3],[8,2],[8,2],[5,9],[4,8],[5,8],[4,7],[6,9],[4,8],[7,8],[5,6],[6,6],[6,5],[2,2],[5,4],[6,5],[7,4],[9,6],[8,4],[8,3],[8,2],[5,3],[3,3],[-2,9],[-1,9],[0,3],[0,7],[0,10],[0,5],[0,9],[1,9],[2,11],[2,9],[3,9],[1,2],[3,9],[3,8],[4,8],[5,8],[1,2],[5,7],[7,9],[4,5],[6,6],[7,7],[6,6],[7,5],[7,5],[2,1],[5,3],[8,4],[4,1],[4,2],[8,2],[8,2],[8,1],[8,1],[8,0],[9,-1],[8,-1],[9,-2],[6,-2],[8,-3],[8,-4],[7,-4],[7,-4],[7,-6],[6,-5],[6,-6],[6,-7],[5,-7],[5,-7],[5,-8],[4,-8],[3,-9],[3,-8],[2,-5],[1,-6],[2,-9],[2,-9],[0,-3],[1,-6],[1,-20],[0,-4],[0,-6],[-1,-9],[-1,-9],[-1,-9],[2,-6],[5,-2],[14,0],[8,-1],[8,-1],[8,-2],[8,-3],[8,-3],[7,-3],[7,-4],[6,-4],[2,-1],[6,-5],[7,-6],[6,-6],[6,-7],[4,-5],[1,-2],[5,-8],[5,-7],[4,-9],[3,-8],[3,-8],[3,-9],[2,-9],[1,-9],[2,-19],[1,-2],[0,-9],[0,-14],[0,-8],[-1,-9],[-1,-9],[-1,-9],[-3,-9],[-1,-9],[-2,-10],[-2,-9],[-3,-8],[-1,-4],[-3,-9],[-4,-8],[-4,-8],[-4,-8],[-5,-7],[-6,-7],[-5,-6],[-6,-6],[-7,-6],[-6,-5],[-7,-5],[-4,-2],[-4,-2],[-7,-4],[-8,-3],[-8,-2],[-8,-2],[-8,-1],[-8,-1],[-8,0],[-8,1],[-8,1],[-4,1],[-4,1],[-4,1],[-4,2],[-17,6],[-7,4],[-8,4],[-6,5],[-8,6],[-7,5],[-8,5],[-6,-6],[-5,-3],[-4,-3],[-4,-9],[-4,-8],[-4,-8],[-5,-7],[-5,-7],[-6,-6],[-6,-7],[-7,-5],[-6,-5],[-7,-5],[-2,-3],[4,-2],[7,-3],[9,-4],[7,-4],[7,-5],[7,-5],[6,-6],[6,-6],[6,-6],[5,-7],[5,-8],[4,-7],[4,-9],[7,-14],[3,-9],[2,-9],[2,-9],[2,-9],[1,-9],[2,-11],[2,-9],[2,-9],[1,-9],[0,-9],[0,-10],[0,-10],[0,-9],[-1,-9],[-2,-9],[-1,-5],[-1,-5],[-3,-9],[-2,-6],[-1,-3],[-3,-7],[-2,-5],[-6,-11],[-3,-6],[-2,-3],[-5,-8],[-5,-7],[-6,-6],[-6,-6],[-6,-6],[-7,-5],[-7,-5],[-7,-4],[-8,-3],[-7,-3],[-11,-7],[-6,-6],[-6,-6],[-7,-5],[-7,-4],[-7,-5],[-8,-3],[-7,-3],[-8,-3],[-8,-1],[-8,-2],[-8,0],[-8,0],[-6,0],[-2,1],[-8,1],[-8,2],[-8,2],[-7,3],[-8,3],[-7,5],[-7,4],[-7,5],[-6,6],[-6,6],[-6,7],[-4,5],[-8,0],[-8,0],[-8,0],[-8,1],[-5,2],[-3,0],[-8,3],[-7,3],[-8,3],[-7,4],[-7,5],[-7,5],[-6,6],[-6,6],[-6,6],[-5,7],[-5,8],[-5,-2],[-6,-5],[-3,-2],[-5,-4],[-11,-7],[-7,-6],[-3,-2],[-4,-3],[-7,-5],[-7,-4],[-7,-3],[-11,-5],[-8,-3],[-8,-2],[-7,-2],[-8,-1],[-8,-1],[-8,0],[-9,0],[-7,2],[-8,1],[-8,3],[-8,3],[-7,3],[-6,3],[-7,3],[-7,4],[-7,1],[-3,1],[-4,0],[-4,1],[-8,3],[-7,3],[-5,2],[-6,3],[-8,4],[-7,5],[-7,5],[-6,6],[-6,6],[-3,1],[-1,-3],[5,-8],[3,-8],[3,-9],[3,-9],[2,-9],[2,-9],[1,-9],[0,-9],[0,-10],[0,-9],[-1,-9],[-2,-9],[-2,-10],[-3,-9],[-3,-8],[0,-4],[1,-2],[3,-2],[7,-4],[7,-5],[6,-6],[6,-6],[2,-2],[6,-7],[3,-4],[7,-4],[9,-6],[7,-4],[5,-2],[7,-4],[7,-5],[7,-5],[8,0],[3,1],[8,1],[7,2],[8,0],[9,0],[8,0],[7,-2],[8,-1],[8,-3],[8,-3],[7,-3],[7,-4],[7,-5],[7,-5],[6,-6],[4,-3],[3,-3],[5,-6],[6,-7],[5,-6],[6,-8],[2,-2],[5,-7],[4,-8],[4,-8],[5,-7],[6,-7],[6,-6],[6,-2],[7,-4],[7,-4],[11,-3],[8,1],[8,0],[8,-1],[8,-1],[8,-2],[8,-2],[4,-2],[4,0],[6,2],[7,2],[8,2],[8,1],[11,1],[11,0],[8,-1],[11,2],[3,1],[8,2],[8,1],[5,1],[5,0],[8,0],[8,-1],[8,-1],[8,-2],[7,-2],[8,-3],[6,-3],[8,-2],[8,-2],[8,-3],[6,-3],[4,-2],[8,0],[3,-1],[5,-1],[11,-2],[8,-3],[7,-3],[8,-3],[7,-4],[2,-1],[8,4],[7,3],[8,2],[8,2],[8,1],[8,1],[0,2],[-4,7],[-5,8],[-5,9],[-3,9],[-3,8],[-2,8],[-1,3],[-1,5],[-3,10],[-1,9],[-1,9],[-1,9],[0,9],[1,10],[1,9],[2,9],[2,9],[2,9],[3,8],[6,13],[2,6],[4,8],[5,7],[7,12],[6,7],[9,11],[6,6],[7,6],[7,5],[6,5],[8,4],[7,3],[8,3],[2,4],[2,6],[0,9],[1,9],[2,9],[2,9],[3,9],[3,9],[4,11],[3,8],[-1,8],[-1,10],[0,4],[0,8],[1,9],[1,9],[1,7],[0,3],[3,9],[2,8],[3,9],[4,8],[4,8],[4,8],[5,7],[6,7],[5,7],[6,6],[7,6],[7,5],[7,4],[7,4],[7,4],[8,3],[8,2],[7,2],[9,1],[5,1],[11,0],[8,-1],[8,-1],[8,-2],[8,-2],[7,-3],[8,-4],[7,-4],[7,-5],[6,-5],[2,-2],[7,-6],[6,-6],[6,-7],[9,-9],[6,-6],[5,-7],[6,-7],[5,-7],[4,-8],[1,-2],[3,-6],[3,-9],[2,-5],[2,-3],[2,-9],[6,-4],[6,-5],[3,-2],[8,-4],[7,-5],[10,-7],[6,-6],[9,-9],[6,-6],[3,-3],[3,-4],[5,-7],[5,-7],[4,-8],[4,-8],[4,-8],[3,-9],[2,-9],[2,-7],[1,-6],[1,-5],[1,-9],[0,-9],[0,-5],[0,-5],[2,-2],[6,-6],[6,-5],[6,-7],[5,-5],[7,-7],[5,-5],[5,-7],[5,-7],[3,-4],[3,-4],[5,-7],[5,-7],[5,-8],[4,-8],[4,-8],[3,-7],[4,-10],[2,-9],[2,-9],[2,-13],[2,-9],[1,-7],[1,-11],[0,-9],[0,-10],[0,-9],[-1,-10],[0,-9],[0,-9],[-1,-9],[-2,-9],[-2,-9],[-3,-9],[-3,-9],[-4,-8],[-4,-8],[-2,-4],[-2,-4],[-5,-7],[-5,-7],[-6,-7],[-6,-6],[-7,-5],[-6,-5],[-7,-5],[-8,-4],[-7,-3],[-8,-3],[-7,-3],[-6,-6],[-6,-5],[-2,-2],[-7,-5],[-7,-5],[-8,-4],[-8,-4],[-8,-3],[-7,-2],[-3,-1],[-6,-1],[-8,-1],[-8,-1],[-8,0],[-8,1],[-7,1],[-4,1],[-12,1],[-8,1],[-8,2],[-7,3],[-8,3],[-7,3],[-8,5],[-6,4],[-6,4],[-5,2],[-8,4],[-7,4],[-7,5],[-7,5],[-6,6],[-10,9],[-5,5],[-7,3],[-7,4],[-7,5],[-7,5],[-7,4],[-4,3],[-6,4],[-7,5],[-8,7],[-8,3],[-8,3],[-11,0],[-12,-1],[-6,-2],[-1,-3],[4,-8],[4,-8],[4,-9],[3,-8],[2,-9],[2,-7],[0,-2],[2,-10],[0,-4],[1,-5],[0,-10],[0,-9],[0,-7],[0,-3],[-1,-9],[-2,-9],[-2,-9],[-3,-9],[-3,-8],[-3,-9],[-4,-8],[-3,-5],[-2,-3],[-5,-7],[-1,-10],[-2,-9],[-2,-9],[-1,-12],[4,-8],[3,-9],[3,-11],[3,-9],[1,-4],[1,-5],[1,-9],[1,-9],[1,-10],[0,-9],[-1,-9],[-1,-9],[-1,-10],[-3,-9],[-2,-8],[-3,-9],[-4,-8],[-4,-8],[-4,-8],[-5,-7],[-6,-7],[0,-3],[3,-9],[2,-9],[2,-9],[1,-10],[0,-9],[0,-9],[3,-11],[3,-8],[2,-9],[2,-10],[0,-8],[2,-9],[4,-9],[3,-8],[3,-9],[3,-8],[4,-9],[2,-5],[3,-8],[3,-7],[3,-9],[3,-8],[2,-9],[1,-10],[1,-9],[1,-9],[0,-14],[4,-3],[5,-4],[7,-5],[7,-2],[8,-1],[8,-2],[7,-3],[8,-3],[7,-3],[7,-5],[7,-4],[7,-5],[8,-2],[7,1],[8,0],[9,-1],[7,0],[8,0],[5,2],[7,4],[8,3],[7,3],[6,2],[8,2],[3,1],[8,1],[7,0],[7,0],[8,1],[8,0],[2,0],[6,-1],[8,-1],[8,-2],[8,-2],[7,-4],[8,-3],[7,-4],[7,-5],[6,-5],[6,-6],[6,-6],[6,-7],[5,-7],[5,-7],[4,-8],[4,-8],[4,-8],[3,-9],[1,-4],[1,-5],[2,-9],[2,-9],[1,-9],[0,-10],[0,-9],[-1,-9],[-1,-9],[-1,-10],[-2,-8],[-3,-9],[-3,-9],[-5,-13],[-3,-12],[0,-2],[1,-4],[4,-10],[14,5],[7,1],[5,1],[9,3],[8,1],[4,1],[7,1],[8,1],[8,1],[8,0],[7,-1],[8,-1],[8,-2],[3,-1],[5,-2],[7,-3],[8,-3],[7,-5],[5,-3],[5,-3],[6,-6],[6,-5],[2,-2],[4,-5],[6,-6],[5,-7],[5,-8],[4,-8],[3,-6],[1,-2],[3,-4],[10,-10],[5,-7],[4,-6],[2,-2],[5,-7],[1,-3],[3,-5],[3,-7],[2,-4],[4,-2],[8,0],[8,-2],[11,-2],[7,-3],[8,-3],[8,-4],[12,-7],[7,-5],[7,-5],[6,-6],[5,-5],[5,-5],[5,-7],[6,-7],[4,-7],[4,-6],[3,-8],[2,-4],[4,-8],[3,-9],[2,-9],[2,-9],[2,-9],[0,-9],[1,-10],[0,-10],[1,-9],[0,-8],[-1,-6],[0,-5],[4,-7],[4,-8],[3,-8],[2,-5],[1,-4],[3,-9],[2,-9],[1,-9],[1,-5],[2,-6],[4,-8],[2,-7],[1,-3],[3,-8],[3,-9],[2,-9],[1,-9],[1,-10],[1,-9],[0,-9],[-1,-10],[1,-3],[6,-5],[6,-2],[8,-2],[7,-2],[8,-3],[6,-3],[8,-3],[12,-2],[8,-1],[4,-1],[8,-1],[8,-2],[7,-3],[8,-3],[7,-3],[9,-5],[8,-4],[7,-4],[7,-5],[7,-5],[8,-4],[7,-4],[2,-2],[5,-3],[7,-5],[6,-6],[10,-9],[6,-6],[6,-6],[5,-7],[5,-7],[5,-8],[4,-8],[4,-8],[4,-8],[3,-9],[2,-9],[2,-9],[1,-9],[1,-9],[1,-9],[0,-9],[0,-3],[0,-3],[0,-7],[3,0],[9,0],[9,0],[7,0],[7,0],[8,-2],[8,-2],[8,-2],[7,-3],[7,-4],[7,-4],[7,-5],[7,-6],[6,-5],[6,-2],[3,-1],[6,-2],[7,-3],[7,-3],[7,-5],[7,-4],[9,-6],[7,-3],[7,-5],[7,-4],[6,-6],[6,-5],[6,-7],[6,-7],[5,-7],[6,-3],[3,0],[8,-2],[7,-3],[8,-3],[7,-4],[7,-4],[7,-5],[6,-5],[3,-2],[4,-4],[5,-6],[6,-7],[2,-3],[3,-4],[5,-8],[4,-8],[2,-3],[2,-5],[3,-8],[3,-9],[3,-9],[1,-9],[2,-9],[1,-9],[0,-10],[0,-9],[-1,-9],[-1,-9],[-1,-7],[-1,-3],[-2,-9],[-3,-8],[-3,-9],[-2,-7],[-2,-5],[-2,-4],[-3,-9],[-4,-8],[-2,-3],[-4,-6],[-5,-7],[-3,-4],[-2,-3],[-6,-7],[-6,-6],[-6,-5],[-7,-5],[-4,-4],[-7,-4],[-7,-4],[-8,-3],[-7,-3],[-8,-3],[-7,-1],[-8,-1],[-8,-1],[-8,0],[-8,1],[-8,2],[-11,3],[-8,2],[-7,3],[-3,2],[-7,3],[-7,4],[-7,5],[-6,6],[-6,5],[-7,-1],[-7,-5],[-7,-5],[-7,-4],[-7,-3],[-8,-3],[-7,-2],[-8,-2],[-12,-4],[-7,-3],[-6,-2],[-8,-3],[-7,-2],[-8,-2],[-3,0],[-5,-3],[-4,-5],[-5,-7],[-6,-6],[-7,-5],[-6,-5],[-7,-5],[-7,-4],[-8,-3],[-7,-3],[-8,-3],[-8,-1],[-8,-1],[-7,-1],[-8,0],[-8,1],[-12,0],[-8,-1],[-8,0],[-8,0],[-7,1],[-8,1],[-8,2],[-7,3],[-8,3],[-7,3],[-7,5],[-7,4],[-8,7],[-4,0],[-7,-6],[-4,-6],[7,-5],[6,-6],[6,-6],[3,-4],[2,-3],[5,-7],[5,-7],[4,-8],[7,0],[5,3],[6,2],[4,2],[6,2],[10,2],[7,1],[8,0],[8,0],[4,1],[15,5],[5,1],[3,0],[8,1],[4,1],[8,0],[8,0],[8,-1],[7,-1],[8,-2],[8,-3],[7,-3],[7,-3],[7,-5],[7,-4],[2,-2],[7,-5],[7,-5],[6,-5],[3,1],[4,4],[10,16],[6,7],[1,2],[4,4],[7,7],[6,6],[6,5],[7,6],[4,2],[6,5],[6,3],[6,4],[2,1],[6,3],[5,2],[2,1],[10,5],[4,2],[8,4],[7,3],[9,2],[8,2],[8,1],[11,1],[8,-1],[7,0],[8,-2],[8,-2],[7,-2],[8,-3],[5,-3],[2,-1],[3,-2],[4,-2],[7,-5],[6,-6],[6,-5],[10,-11],[6,-7],[3,-4],[2,-3],[3,-4],[2,-3],[2,-5],[6,-8],[1,-2],[4,-6],[5,-7],[5,-7],[5,-7],[8,-17],[4,-8],[1,-3],[3,-5],[3,-3],[5,1],[6,5],[7,5],[7,5],[7,4],[4,2],[3,1],[8,3],[6,3],[7,4],[7,4],[7,4],[8,2],[7,3],[8,1],[3,5],[1,7],[1,9],[1,6],[0,4],[2,9],[1,3],[1,6],[3,8],[3,9],[1,3],[2,5],[5,9],[4,7],[6,8],[4,6],[6,7],[2,1],[4,5],[6,5],[3,2],[4,3],[7,5],[4,2],[3,2],[7,3],[6,2],[2,1],[8,2],[6,1],[9,2],[6,0],[6,0],[6,0],[4,-1],[4,0],[5,-1],[2,0],[8,-2],[3,-1],[5,-2],[10,-4],[7,-4],[7,-4],[7,-5],[6,-5],[6,-6],[6,-7],[5,-6],[5,-7],[5,-8],[4,-8],[4,-8],[3,-8],[3,-9],[3,-9],[1,-9],[2,-9],[0,-5],[1,-4],[0,-10],[0,-9],[-1,-9],[-1,-7],[0,-3],[-2,-9],[-1,-6],[-1,-4],[-2,-7],[-3,-7],[-1,-3],[-2,-4],[-2,-5],[-1,-2],[-3,-6],[-1,-2],[-4,-5],[-3,-6],[-2,-2],[-5,-7],[-2,-2],[-4,-4],[-6,-6],[-6,-6],[-5,-3],[-2,-2],[-6,-4],[-5,-2],[-3,-2],[-7,-3],[-3,-2],[-4,-1],[-2,-4],[2,-9],[1,-9],[1,-9],[1,-5],[-1,-14],[0,-9],[-1,-9],[-1,-4],[-1,-6],[-2,-8],[-3,-9],[-2,-7],[-2,-9],[-3,-9],[-3,-9],[-3,-8],[-4,-8],[-5,-7],[-1,-5],[4,-2],[7,2],[13,3],[7,3],[14,4],[7,2],[8,1],[8,0],[8,0],[8,-1],[7,-1],[8,-2],[8,-3],[7,-3],[7,-4],[10,-5],[7,-5],[6,-5],[7,-5],[4,-4],[5,-4],[5,-7],[5,0],[5,0],[7,3],[8,4],[8,2],[8,4],[2,9],[3,9],[3,8],[4,8],[4,8],[4,8],[5,7],[6,7],[5,6],[6,6],[7,6],[6,5],[7,4],[3,2],[4,2],[8,4],[7,2],[8,2],[7,2],[8,1],[8,0],[9,2],[7,1],[8,1],[8,1],[4,0],[5,0],[7,-1],[13,0],[10,4],[8,2],[8,2],[5,2],[10,7],[7,4],[6,5],[7,4],[7,4],[8,3],[5,2],[2,1],[8,2],[8,2],[7,1],[7,1],[8,0],[8,0],[9,-1],[7,-1],[8,-2],[7,-3],[7,-3],[8,-4],[6,-4],[7,-5],[7,-6],[2,-1],[4,-4],[5,-5],[7,-4],[6,-5],[7,-6],[6,-6],[6,-6],[5,-7],[5,-7],[3,-4],[3,-5],[4,-8],[4,-8],[3,-8],[3,-10],[3,-8],[2,-9],[2,-9],[2,-10],[0,-3],[0,-6],[1,-10],[0,-10],[-1,-9],[-1,-9],[-2,-6],[0,-4],[-3,-9],[-2,-8],[-1,-3],[-3,-6],[-3,-8],[-4,-8],[-5,-8],[-2,-3],[-3,-5],[-6,-6],[-5,-7],[-6,-6],[-7,-5],[-4,-4],[-2,-1],[-7,-5],[-7,-4],[-8,-3],[-7,-3],[-3,-1],[-5,-1],[-8,-2],[-8,0],[-8,-1],[-10,-3],[-8,-2],[-8,-1],[-7,-1],[-8,-1],[-8,1],[-8,0],[-8,2],[-3,1],[-12,0],[-10,0],[-7,-1],[-8,0],[-8,0],[-8,-2],[-6,-2],[-5,-3],[-7,-5],[-7,-4],[-7,-4],[-7,-4],[-9,-3],[-8,-2],[-8,-2],[-8,-1],[-7,-11],[-3,-8],[-4,-9],[-4,-8],[-5,-7],[-4,-7],[-6,-7],[-2,-3],[-4,-4],[-6,-6],[-6,-6],[-7,-4],[-7,-5],[-7,-4],[-7,-3],[-7,-3],[-8,-2],[-8,-2],[-7,-1],[-8,0],[-8,0],[-8,1],[-8,1],[-8,2],[-4,0],[-12,-5],[-7,-3],[-8,-2],[-13,-3],[-8,-1],[-5,-1],[-4,0],[-10,0],[-7,1],[-7,0],[-9,-6],[-6,-6],[-6,-6],[-5,-8],[-3,-8],[-4,-8],[-2,-3],[-3,-5],[-2,-3],[-3,-5],[-5,-6],[-3,-3],[-3,-4],[-6,-6],[-7,-6],[-7,-7],[-4,-5],[-1,-2],[-6,-6],[-6,-6],[-2,-2],[-4,-4],[-7,-6],[-7,-5],[-7,-4],[-14,-8],[-5,-3],[-7,-3],[-8,-3],[-7,-2],[-8,-2],[-6,-4],[-7,-5],[-3,-2],[-7,-4],[-7,-3],[-8,-3],[-4,-1],[-4,-2],[-8,-1],[-2,-1],[-7,0],[-1,-3],[0,-5],[3,-9],[2,-9],[2,-9],[2,-9],[1,-9],[0,-10],[0,-9],[-1,-9],[-1,-9],[-2,-9],[-2,-9],[-3,-9],[-3,-9],[-3,-8],[-4,-8],[-5,-8],[-5,-7],[-5,-7],[-5,-6],[-6,-6],[-7,-6],[-6,-5],[-7,-4],[-7,-4],[-8,-4],[-10,-4],[-7,-3],[-4,-1],[-4,-1],[-8,-2],[-7,-1],[-8,0],[-8,0],[-8,1],[-4,1],[-4,0],[-7,2],[-3,1],[-5,2],[-7,3],[-7,4],[-7,4],[-7,5],[-6,5],[-10,9],[-8,10],[-6,7],[-5,7],[-5,8],[-5,7],[-4,8],[-2,5],[-2,3],[-3,8],[-3,9],[-3,11],[-2,9],[-1,9],[-1,9],[0,9],[0,10],[0,8],[2,11],[1,9],[2,9],[3,8],[3,9],[4,8],[4,8],[4,8],[2,3],[3,4],[6,7],[5,7],[3,3],[3,3],[7,6],[6,5],[7,4],[7,4],[7,3],[8,3],[0,4],[-2,5],[-7,5],[-7,3],[-7,4],[-3,1],[-4,3],[-7,4],[-11,-2],[-7,-4],[-7,-4],[-7,-3],[-7,-3],[-4,-2],[-4,-1],[-8,-1],[-8,-1],[-8,-1],[0,-5],[1,-9],[1,-10],[-1,-10],[0,-9],[-1,-6],[-1,-4],[-1,-9],[-2,-9],[-3,-9],[0,-14],[-1,-9],[-1,-9],[-2,-14],[-2,-9],[-1,-9],[-2,-9],[-2,-9],[-2,-9],[-3,-8],[-3,-6],[-1,-3],[-4,-8],[-1,-1],[-4,-8],[-5,-7],[-6,-8],[-3,-3],[-2,-3],[-6,-6],[7,-5],[7,-4],[2,-2],[7,-5],[7,-6],[6,-5],[6,-7],[5,-6],[5,-7],[5,-8],[4,-8],[4,-8],[5,-7],[2,-3],[4,-5],[5,-7],[5,-8],[9,-10],[5,-7],[6,-6],[5,-7],[4,-8],[8,-15],[4,-8],[3,-8],[3,-9],[3,-9],[1,-9],[2,-9],[1,-9],[0,-9],[2,-3],[2,2],[3,8],[4,8],[3,6],[4,8],[4,7],[4,6],[2,3],[6,8],[6,6],[3,4],[3,6],[5,7],[5,8],[5,7],[5,6],[6,6],[7,5],[6,5],[7,5],[7,4],[7,3],[8,3],[7,2],[8,2],[3,1],[8,1],[8,0],[7,0],[8,-1],[8,-1],[8,-2],[7,-3],[7,-3],[8,-4],[7,-4],[6,-5],[7,-5],[7,-7],[7,-7],[7,-5],[7,-5],[3,-4],[3,-2],[7,-6],[6,-5],[7,-5],[5,-3],[7,-4],[7,-4],[7,-5],[7,-6],[5,-5],[6,-7],[6,-6],[5,-7],[4,-8],[4,-8],[4,-8],[3,-8],[3,-9],[2,-9],[1,-3],[1,-6],[2,-9],[1,-8],[0,-7],[1,-10],[5,-8],[6,-6],[4,-8],[5,-7],[4,-8],[4,-8],[3,-9],[3,-8],[2,-9],[1,-5],[1,-4],[2,-9],[0,-10],[1,-9],[0,-9],[-1,-9],[-1,-10],[-2,-9],[-2,-9],[-3,-8],[-3,-9],[-4,-8],[-4,-8],[-4,-8],[-5,-7],[-5,-7],[-6,-6],[-7,-9],[-6,-6],[-6,-6],[-6,-6],[-6,-5],[-7,-4],[-7,-4],[-7,-4],[-8,-2],[-7,-3],[-8,-1],[-13,-2],[-8,0],[-7,0],[-8,1],[-8,1],[-3,0],[-8,-2],[-7,-1],[-4,0],[-12,0],[-10,1],[-7,1],[-8,2],[-7,3],[-7,3],[-8,4],[-6,4],[-7,5],[-7,6],[-5,5],[-3,2],[-6,6],[-1,2],[-4,5],[-4,5],[-1,3],[-9,15],[-5,8],[-3,8],[-4,8],[-3,9],[-2,7],[-5,7],[-5,8],[-4,8],[-2,2],[-7,4],[-6,5],[-7,5],[-4,5],[-8,7],[-6,7],[-3,4],[-5,5],[-5,7],[-4,8],[-4,8],[-2,3],[-3,8],[-4,8],[-3,9],[-3,3],[-4,-1],[-2,-8],[-4,-9],[-1,-3],[-2,-6],[-4,-8],[-5,-7],[-4,-8],[-6,-6],[-5,-7],[-6,-6],[-4,-3],[-6,-6],[-7,-8],[-6,-6],[-6,-5],[-3,-3],[-8,-8],[-2,-2],[-5,-4],[-7,-5],[-6,-5],[-9,-4],[-6,-3],[-7,-3],[-8,-2],[-2,-1],[-8,-1],[-7,-1],[-8,-1],[-8,0],[-7,1],[-4,1],[-4,1],[-8,2],[-5,1],[-2,1],[-8,3],[-7,4],[-3,2],[-4,3],[-11,2],[-6,1],[-2,0],[-7,2],[-6,0],[2,-8],[2,-10],[0,-9],[1,-9],[0,-10],[-1,-9],[-1,-9],[-2,-9],[-2,-9],[-2,-9],[-3,-9],[-4,-8],[-4,-8],[-4,-7],[-5,-8],[-6,-7],[-5,-7],[-6,-6],[-6,-5],[-7,-5],[-7,-5],[-7,-4],[-7,-3],[-7,-3],[-8,-2],[-3,-1],[-4,-1],[-8,-1],[-8,-1],[-8,1],[-7,0],[-8,2],[-8,2],[-7,2],[-7,3],[-7,4],[-7,4],[-7,5],[-6,5],[-6,6],[-6,6],[-4,5],[-8,8],[-6,6],[-8,9],[-5,6],[-6,7],[-5,7],[-4,7],[-5,8],[-3,8],[-4,9],[-3,8],[-2,9],[-2,9],[0,3],[-1,6],[-1,10],[-1,9],[0,9],[1,9],[1,12],[2,8],[1,5],[2,9],[2,9],[7,18],[3,8],[4,8],[5,8],[7,11],[6,7],[1,2],[4,5],[3,2],[4,4],[6,6],[6,5],[7,5],[7,4],[7,3],[8,3],[7,2],[8,2],[8,1],[1,0],[15,0],[7,0],[4,1],[-4,7],[-4,9],[-3,8],[-3,9],[-2,8],[-2,10],[-2,9],[-1,9],[0,9],[0,6],[0,5],[0,8],[0,11],[1,10],[1,9],[2,9],[2,9],[1,3],[2,9],[5,13],[2,7],[3,9],[3,8],[1,4],[4,9],[2,4],[2,4],[5,8],[4,7],[6,7],[5,7],[6,6],[3,3],[4,2],[6,5],[7,5],[4,2],[6,3],[6,6],[-8,6],[-6,5],[-6,6],[-6,6],[-5,7],[-5,6],[-6,6],[-5,7],[-5,7],[-3,4],[-4,1],[-5,0],[-6,-5],[-3,-6],[-6,-6],[-6,-6],[-6,-6],[-7,-5],[-6,-4],[-8,-6],[-6,-4],[-7,-4],[-6,-3],[-2,-1],[-6,-6],[-6,-5],[-7,-4],[-7,-4],[-7,-4],[-6,-2],[-6,-2],[-11,-3],[-10,-3],[-7,-2],[-8,-2],[-7,-1],[-8,-3],[-7,-5],[-7,-5],[-6,-3],[-9,-8],[-8,-6],[-5,-4],[-7,-5],[-7,-4],[-3,-1],[-4,-2],[-8,-3],[-7,-3],[-8,-1],[-8,-1],[-8,-1],[-7,0],[-8,1],[-5,1],[-8,1],[-8,1],[-8,2],[-9,2],[-8,2],[-7,3],[-8,3],[-7,3],[-6,4],[-7,4],[-7,5],[-6,5],[-6,6],[-6,6],[-3,4],[-3,3],[-6,8],[-2,4],[-9,5],[-6,5],[-7,5],[-6,6],[-4,4],[-4,4],[-5,6],[-4,6],[-5,7],[-5,7],[-5,7],[-5,9],[-4,8],[-4,8],[-3,7],[-4,9],[-3,9],[-3,8],[-3,9],[-2,9],[-1,9],[-1,9],[-2,6],[-3,1],[-7,-4],[-1,-4],[-1,-5],[0,-10],[0,-9],[0,-9],[-2,-9],[-1,-10],[-2,-9],[-3,-8],[-3,-9],[-3,-8],[-4,-8],[-5,-8],[-4,-7],[-6,-7],[-5,-7],[-6,-6],[-6,-5],[-7,-6],[-7,-4],[-7,-4],[-7,-4],[-7,-3],[-8,-2],[-3,-1],[-4,-1],[-8,-1],[-8,0],[-4,0],[-4,0],[-8,0],[-7,2],[-8,2],[-7,2],[-8,3],[-7,4],[-7,4],[-7,5],[-6,5],[-10,4],[-8,-1],[-8,0],[-7,0],[-8,0],[-8,2],[-8,-1],[-10,-2],[-7,-2],[-8,0],[-8,0],[-4,-1],[-1,-1],[-6,-6],[-6,-6],[-7,-5],[-6,-4],[-7,-4],[-5,-3],[-3,-1],[-7,-3],[-8,-2],[-7,-2],[-8,-1],[-8,-1],[-8,0],[-8,1],[-8,1],[-7,2],[-8,2],[-7,3],[-3,-7],[-2,-9],[-3,-9],[-3,-9],[-3,-8],[-4,-8],[-2,-3],[-4,-8],[-3,-5],[-5,-7],[-5,-7],[-6,-6],[-6,-6],[-6,-6],[-6,-5],[-7,-5],[-7,-4],[-7,-3],[-7,-3],[-8,-3],[-8,-2],[-7,-1],[-8,0],[-4,0],[-4,0],[-8,0],[-8,2],[-7,1],[-8,3],[-7,3],[-7,3],[-7,5],[-7,4],[-6,5],[-7,6],[-5,6],[-6,7],[-5,7],[-5,7],[-4,8],[-4,8],[-3,8],[-3,9],[-3,9],[-2,9],[-1,9],[-1,9],[-1,14],[-1,9],[0,10],[1,9],[1,9],[2,9],[2,9],[1,5],[1,5],[3,8],[4,8],[4,8],[4,8],[5,8],[5,7],[5,6],[4,5],[2,2],[7,5],[6,5],[7,5],[7,4],[7,4],[8,3],[7,2],[8,2],[8,1],[7,1],[4,0],[4,0],[8,-1],[6,-1],[2,0],[8,-2],[7,-3],[8,-3],[4,-2],[1,7],[0,10],[0,9],[0,9],[-3,6],[-7,4],[-7,5],[-11,9],[-6,5],[-6,7],[-7,7],[-6,6],[-6,7],[-5,7],[-5,7],[-4,8],[-4,8],[-3,9],[-3,8],[-3,9],[-1,5],[-2,9],[-1,9],[-1,5],[-2,10],[-1,9],[0,9],[0,13],[0,4],[1,11],[1,10],[1,9],[2,9],[3,9],[3,8],[3,8],[4,8],[4,8],[5,8],[5,7],[6,6],[6,6],[6,6],[6,5],[7,5],[3,1],[6,4],[7,3],[6,3],[8,3],[7,3],[9,3],[7,2],[11,1],[8,1],[8,0],[8,-1],[7,-1],[8,-2],[7,-2],[12,-4],[8,-3],[7,-4],[7,-4],[7,-5],[6,-5],[4,-3],[3,-3],[6,-6],[11,1],[7,4],[8,3],[7,2],[8,2],[8,1],[7,1],[8,0],[8,-1],[5,-1],[5,2],[3,4],[3,3],[4,6],[5,6],[5,7],[6,6],[7,6],[7,5],[7,7],[6,6],[7,6],[6,5],[5,4],[2,1],[7,4],[7,4],[8,3],[7,2],[4,3],[1,3],[-2,9],[-1,10],[-3,11],[-4,8],[-3,9],[-2,4],[-2,9],[-3,8],[-2,9],[-3,4],[-5,1],[-8,0],[-8,0],[-8,0],[-10,2],[-8,1],[-8,2],[-9,3],[-6,3],[-7,3],[-7,5],[-6,-1],[-6,1],[-8,0],[-7,2],[-8,1],[-8,3],[-4,1],[-3,2],[-9,4],[-7,4],[-7,5],[-6,5],[-6,6],[-6,6],[-2,2],[-4,5],[-5,7],[-5,8],[-5,8],[-4,8],[-4,10],[-3,9],[-2,9],[-2,9],[-2,9],[-1,9],[0,3],[0,8],[0,6],[0,4],[1,9],[1,9],[0,3],[3,15],[2,9],[2,13],[1,8],[2,9],[2,9],[2,9],[3,8],[4,9],[-6,6],[-7,5],[-6,5],[-6,6],[-6,6],[-3,2],[-3,5],[-5,7],[-5,7],[-4,8],[-4,8],[-3,8],[-3,9],[-3,8],[-1,6],[-1,4],[-3,19],[-1,9],[-1,10],[0,14],[1,9],[1,10],[0,3],[2,6],[2,9],[1,5],[2,8],[2,9],[2,9],[0,12],[-3,8],[0,3],[-2,6],[-2,9],[-2,10],[-1,9],[0,9],[0,11],[0,8],[0,3],[-7,6],[-7,3],[-8,4],[-6,5],[-7,5],[-6,6],[-3,3],[-3,3],[-6,7],[-5,7],[-5,7],[-4,8],[-4,8],[-4,9],[-4,9],[-2,8],[-3,9],[-2,9],[-2,9],[-1,9],[0,10],[0,9],[0,13],[-2,7],[-2,4],[-8,-3],[-7,-2],[-8,-1],[-8,0],[-9,0],[-7,0],[-8,2],[-7,1],[-8,3],[-10,2],[-7,-1],[-8,-2],[-8,0],[-5,-2],[-1,-4],[8,-13],[1,-2],[4,-6],[4,-8],[3,-9],[3,-8],[2,-5],[4,-9],[3,-8],[2,-9],[2,-9],[2,-9],[1,-9],[1,-10],[0,-9],[-1,-10],[-1,-9],[-2,-9],[-2,-9],[-2,-9],[-3,-8],[-4,-9],[-4,-8],[-4,-7],[-5,-8],[-5,-7],[-5,-6],[-6,-7],[-7,-5],[-6,-5],[-7,-5],[-7,-4],[-7,-4],[-8,-3],[-7,-2],[-11,-2],[-8,-2],[-7,0],[-8,0],[-8,0],[-5,1],[-5,1],[-6,1],[-7,2],[-8,2],[-7,3],[-8,4],[-4,2],[-4,2],[-6,5],[-7,5],[-8,7],[-8,7],[-6,6],[-3,4],[-3,3],[-5,7],[-5,8],[-3,5],[-6,7],[-4,5],[-6,7],[-4,8],[-5,7],[-4,8],[-3,9],[-3,8],[-3,9],[-2,9],[0,3],[-2,6],[0,5],[-1,5],[0,9],[0,9],[0,10],[1,9],[2,9],[2,9],[2,9],[3,8],[4,9],[2,4],[2,4],[4,8],[5,8],[6,7],[5,7],[6,6],[6,5],[7,6],[7,4],[2,7],[-5,7],[-5,8],[-3,6],[-1,2],[-3,9],[-2,5],[-2,5],[-3,9],[-2,9],[-5,12],[-6,7],[-5,7],[-5,7],[-4,8],[-4,8],[-7,2],[-8,0],[-2,0],[-13,0],[-8,2],[-14,3],[-8,2],[-7,3],[-7,4],[-7,4],[-7,4],[-7,5],[-6,6],[-6,6],[-6,7],[-3,-5],[-4,-6],[-6,-12],[-3,-12],[-2,-9],[-2,-9],[-2,-4],[-2,-5],[-3,-8],[-4,-9],[-5,-8],[-5,-7],[0,-7],[0,-7],[3,-8],[3,-9],[2,-9],[0,-3],[2,-7],[1,-9],[0,-9],[4,-12],[4,-7],[4,-8],[4,-9],[3,-8],[2,-9],[2,-9],[2,-9],[1,-9],[1,-10],[0,-9],[-1,-9],[-1,-9],[-1,-9],[2,-10],[3,-9],[3,-9],[2,-9],[1,-9],[1,-9],[1,-9],[0,-10],[-1,-7],[5,-7],[5,-7],[5,-8],[4,-8],[3,-8],[3,-9],[3,-9],[2,-9],[1,-9],[1,-9],[1,-9],[0,-10],[-1,-9],[0,-7],[-1,-4],[-1,-9],[-2,-9],[-3,-9],[-3,-9],[-3,-8],[-5,-9],[-4,-7],[-5,-8],[-5,-7],[-6,-8],[-6,-7],[-6,-6],[-1,-1],[-5,-5],[-5,-4],[-5,-4],[-6,-4],[-5,-3],[-6,-4],[-7,-3],[-9,-9],[-5,-7],[-4,-5],[-2,-1],[-6,-6],[-5,-6],[-3,-9],[-3,-14],[-3,-9],[-3,-8],[-3,-9],[-4,-8],[-5,-7],[-4,-8],[-5,-7],[-6,-7],[-6,-6],[-6,-5],[-6,-6],[-7,-4],[-7,-4],[-7,-4],[-8,-3],[-7,-3],[-8,-2],[-8,-2],[-7,-1],[-8,-1],[-8,0],[-8,1],[-8,1],[-7,1],[-8,3],[-7,3],[-8,3],[-7,4],[-3,3],[-4,2],[-6,5],[-7,0],[-8,-1],[-8,-2],[-8,-2],[-8,-2],[-7,-1],[-8,-1],[-8,0],[-8,1],[-8,1],[-5,-7],[-6,-6],[-6,-7],[-6,-6],[-6,-7],[-7,-6],[-6,-5],[-7,-5],[-2,-1],[-5,-3],[-7,-3],[-8,-4],[-3,-1],[-4,-1],[-8,-2],[-8,-1],[-8,-1],[-16,0],[-8,0],[-7,1],[-8,2],[-4,1],[-4,1],[-7,3],[-8,4],[-7,4],[-6,4],[-7,6],[-5,2],[1,-4],[2,-4],[2,-4],[1,-3],[2,-5],[1,-3],[1,-5],[1,-5],[1,-6],[1,-5],[1,-5],[0,-4],[1,-5],[0,-5],[1,-9],[0,-5],[2,-5],[2,-6],[2,-4],[1,-4],[2,-4],[2,-5],[1,-4],[2,-6],[1,-5],[1,-5],[1,-5],[1,-6],[0,-6],[1,-6],[0,-5],[0,-4],[0,-4],[0,-9],[0,-5],[0,-6],[0,-7],[0,-3],[3,-10],[1,-9],[2,-8],[2,-5],[2,-6],[1,-6],[1,-6],[1,-6],[1,-6],[2,-11],[1,-5],[2,-4],[1,-5],[1,-5],[1,-4],[2,-6],[3,-13],[3,-10],[3,-9],[2,-7],[5,-8],[3,-3],[2,-3],[3,-3],[2,-4],[3,-3],[2,-3],[2,-3],[2,-4],[2,-3],[2,-4],[2,-3],[2,-4],[2,-4],[1,-4],[2,-3],[1,-6],[2,-4],[1,-6],[2,-5],[1,-5],[1,-6],[0,-5],[3,-9],[2,-3],[1,-4],[2,-3],[1,-4],[2,-4],[2,-7],[1,-4],[2,-4],[1,-7],[1,-4],[1,-4],[0,-4],[1,-3],[0,-5],[1,-4],[0,-5],[0,-4],[0,-5],[0,-3],[0,-5],[0,-4],[-1,-5],[0,-4],[-1,-4],[-1,-4],[-1,-5],[-1,-4],[-1,-4],[-1,-5],[-1,-4],[-2,-4],[-1,-4],[-2,-5],[-2,-5],[-2,-5],[-3,-4],[-3,-8],[-1,-5],[-1,-5],[-2,-4],[-2,-6],[-5,-14],[-2,-5],[-3,-5],[-2,-4],[-2,-4],[-2,-4],[-3,-4],[-3,-4],[-4,-9],[-2,-7],[7,-9],[4,-2],[3,-3],[4,-3],[5,-3],[4,-4],[4,-4],[4,-4],[5,-6],[4,-6],[6,-7],[4,-7],[5,-6],[3,-3],[3,-4],[3,-4],[2,-4],[3,-4],[3,-4],[2,-5],[3,-4],[1,-4],[2,-5],[2,-4],[2,-6],[2,-5],[1,-5],[1,-4],[2,-6],[0,-4],[1,-6],[1,-4],[1,-6],[0,-5],[0,-5],[4,-9],[5,-6],[5,-7],[4,-6],[2,-3],[2,-4],[6,-11],[2,-5],[4,-8],[2,-6],[2,-6],[2,-7],[2,-7],[1,-3],[1,-4],[1,-6],[1,-6],[1,-8],[0,-4],[0,-4],[0,-4],[0,-4],[0,-6],[-1,-13],[0,-5],[0,-4],[-1,-4],[-1,-7],[-1,-7],[-2,-7],[-1,-4],[-3,-8],[-2,-6],[-2,-8],[-2,-4],[-2,-3],[-2,-5],[-1,-3],[-2,-3],[-2,-4],[-2,-3],[-3,-3],[-2,-4],[-2,-3],[-3,-4],[-3,-2],[-5,-6],[-5,-5],[-3,-2],[-3,-3],[-6,-4],[-3,-3],[-3,-2],[-4,-2],[-3,-1],[-6,-3],[-7,-3],[-3,-1],[-4,-1],[-3,-1],[-4,-1],[-7,-1],[-7,-1],[-7,0],[-4,0],[-4,-4],[1,-5],[5,-7],[4,-8],[4,-8],[4,-8],[5,-10],[5,-7],[4,-8],[4,-8],[4,-8],[2,-5],[1,-4],[3,-9],[2,-9],[1,-9],[1,-9],[1,-4],[0,-6],[0,-9],[0,-8],[-1,-2],[0,-9],[-2,-8],[-1,-13],[-1,-9],[-2,-9],[-3,-9],[-3,-8],[-3,-9],[-4,-8],[-4,-8],[-5,-7],[2,-5],[3,-9],[2,-8],[2,-9],[2,-9],[1,-10],[0,-9],[1,-9],[-1,-10],[-1,-9],[-1,-9],[-2,-9],[-3,-9],[-1,-6],[8,1],[7,2],[15,1],[7,0],[8,0],[8,-1],[8,-2],[8,-3],[7,-3],[7,-3],[7,-4],[7,-5],[7,-5],[6,-6],[6,-6],[6,-7],[5,-7],[5,-7],[4,-8],[4,-8],[2,-5],[2,-4],[3,-8],[2,-9],[2,-9],[2,-9],[1,-9],[1,-10],[2,-9],[6,-6],[5,-8],[7,-6],[5,-6],[5,-7],[5,-8],[4,-7],[4,-8],[3,-7],[4,-9],[2,-6],[1,-3],[4,-14],[3,-9],[2,-9],[3,-12],[2,-9],[1,-9],[1,-9],[1,-15],[1,-14],[1,-8],[1,-10],[0,-9],[0,-9],[-1,-8],[-1,-3],[-1,-9],[-2,-9],[-2,-9],[-3,-8],[-4,-9],[-3,-8],[-3,-5],[-5,-8],[-4,-8],[-5,-7],[-6,-6],[-5,-6],[-6,-6],[-7,-5],[-6,-5],[-7,-4],[-7,-4],[-8,-3],[-7,-2],[-8,-2],[-7,-2],[-8,0],[-8,0],[-7,0],[-8,1],[-8,2],[-7,2],[-7,3],[-8,4],[-4,2],[-3,2],[-7,5],[-3,2],[-4,4],[-6,5],[-6,6],[-6,7],[-4,6],[-3,3],[-2,4],[-3,3],[-7,6],[-6,6],[-2,2],[-4,5],[-5,7],[-5,7],[-4,9],[-7,12],[-4,11],[-3,8],[-1,5],[-5,13],[-3,9],[-3,9],[-4,5],[-7,5],[-6,5],[-7,6],[-5,6],[-2,2],[-4,5],[-5,6],[-5,8],[-5,7],[-4,8],[-3,9],[-3,8],[-3,9],[-2,9],[-3,14],[-2,8],[-1,3],[-1,7],[-2,9],[-1,9],[-1,9],[0,10],[1,9],[0,9],[2,9],[2,9],[2,9],[3,9],[3,8],[4,8],[-3,1],[-8,1],[-7,1],[-7,1],[-4,-1],[-6,-4],[-6,-5],[-7,-4],[-7,-4],[-8,-3],[-7,-2],[-7,-2],[-8,-2],[-8,0],[-8,-1],[-8,1],[-8,1],[-8,2],[-7,2],[-8,3],[-7,3],[-7,4],[-6,5],[-7,5],[-7,6],[-5,6],[-6,7],[-5,6],[-5,8],[-4,7],[-4,8],[-1,3],[-3,6],[-3,7],[-3,9],[-2,9],[-1,4],[-4,3],[-5,2],[-7,4],[-7,5],[-6,5],[-6,6],[-2,1],[-4,5],[-6,6],[-5,7],[-5,7],[-7,13],[-4,8],[-4,8],[-4,10],[-4,8],[-1,3],[-3,9],[-4,8],[-2,9],[-2,9],[-3,13],[-1,9],[0,9],[0,9],[0,10],[1,9],[0,13],[0,10],[-1,8],[-1,9],[0,10],[-1,9],[1,9],[1,9],[1,10],[2,8],[-3,7],[-1,2],[-2,9],[-2,9],[-2,9],[-1,9],[-1,9],[0,10],[1,9],[1,9],[1,9],[2,9],[2,9],[2,6],[2,8],[3,9],[3,8],[2,4],[3,9],[4,13],[4,9],[4,8],[3,9],[5,14],[0,8],[-3,9],[-3,8],[-2,9],[-1,9],[-2,10],[0,6],[0,3],[0,7],[0,12],[1,9],[1,10],[1,2],[1,7],[1,8],[2,9],[2,9],[0,11],[-5,7],[-5,7],[-4,8],[-4,8],[-3,4],[-5,8],[-5,7],[-6,5],[-4,2],[-4,2],[-4,3],[-3,2],[-4,3],[-4,3],[-4,4],[-3,3],[-4,4],[-3,4],[-3,4],[-3,4],[-3,4],[-3,4],[-3,5],[-2,4],[-2,4],[-2,5],[-7,12],[-4,8],[-3,8],[-2,5],[-1,4],[-2,5],[-1,4],[-2,9],[-3,13],[-1,9],[-1,9],[-1,10],[-1,-1],[-4,-5],[1,-7],[0,-4],[1,-5],[0,-4],[0,-5],[0,-6],[-1,-5],[0,-5],[0,-4],[-1,-7],[-1,-4],[-1,-7],[-1,-5],[-1,-5],[-2,-5],[-1,-4],[-2,-5],[-2,-6],[-2,-5],[-3,-5],[-2,-4],[-2,-5],[-3,-4],[-4,-8],[-1,-5],[-1,-3],[-2,-4],[-1,-4],[-2,-4],[-3,-7],[-2,-4],[-2,-3],[-7,-12],[-2,-4],[-4,-6],[-3,-10],[1,-4],[2,-4],[1,-4],[1,-4],[1,-4],[1,-4],[1,-4],[1,-8],[1,-9],[1,-4],[0,-9],[1,-3],[0,-5],[0,-4],[0,-5],[0,-5],[0,-6],[0,-8],[0,-7],[0,-6],[-1,-11],[0,-12],[0,-6],[-1,-6],[-1,-10],[-1,-6],[0,-11],[1,-5],[0,-4],[0,-5],[0,-5],[0,-5],[0,-5],[0,-5],[0,-5],[-1,-6],[-1,-5],[-1,-6],[-1,-5],[-1,-6],[-1,-4],[-2,-6],[-2,-5],[-2,-5],[-2,-5],[-2,-4],[-2,-4],[-2,-5],[-3,-4],[-2,-4],[-3,-4],[-4,-5],[-3,-4],[-6,-8],[-3,-4],[-2,-4],[-3,-3],[-3,-4],[-4,-4],[-3,-3],[-4,-4],[-3,-3],[-4,-3],[-4,-3],[-4,-3],[-4,-2],[-5,-3],[-4,-2],[-4,-2],[-4,-2],[-5,-1],[-4,-1],[-5,-2],[-4,0],[-4,-1],[-4,-1],[-6,0],[-6,0],[-7,0],[-6,1],[-7,1],[-7,2],[-6,2],[-4,2],[-3,1],[-6,3],[-6,3],[-6,4],[-5,4],[-6,5],[-4,4],[-5,5],[-5,5],[-2,3],[-6,4],[-8,3],[-7,2],[-8,4],[-7,4],[-6,4],[-7,5],[-6,6],[-6,6],[-6,6],[-5,7],[-5,7],[-3,6],[-1,2],[-4,8],[-4,9],[-3,8],[-3,9],[-2,9],[-1,9],[-5,4],[-5,6],[-4,5],[-4,6],[-3,5],[-4,5],[-5,10],[-2,4],[-1,3],[-3,7],[-6,14],[-5,12],[-2,5],[-2,6],[-3,10],[-2,4],[-1,5],[-1,5],[-1,5],[-2,9],[-1,6],[-1,6],[0,5],[-1,4],[0,9],[-1,6],[0,9],[1,4],[0,6],[0,8],[1,5],[1,6],[1,6],[1,6],[2,6],[1,6],[2,6],[2,5],[2,5],[3,6],[1,12],[0,7],[-1,5],[0,12],[-1,6],[1,6],[0,8],[0,10],[-1,4],[0,4],[0,4],[0,6],[-1,6],[1,5],[0,5],[-1,7],[-3,6],[-3,6],[-3,6],[-3,7],[-2,7],[-2,3],[-1,4],[-1,6],[-1,4],[-1,4],[-1,5],[-3,6],[-5,10],[-4,5],[-3,4],[-3,5],[-3,6],[-2,5],[-3,6],[-2,5],[-2,6],[-2,5],[-1,6],[-2,6],[-1,7],[-1,6],[-1,7],[-4,10],[-4,5],[-3,4],[-4,5],[-3,4],[-3,5],[-3,6],[-7,7],[-3,1],[-4,1],[-4,1],[-8,3],[-9,5],[-6,3],[-6,4],[-6,4],[-4,2],[-1,-2],[0,-5],[1,-5],[0,-4],[0,-5],[0,-4],[0,-4],[-1,-5],[0,-5],[-1,-5],[0,-4],[-1,-5],[-1,-4],[-1,-4],[-1,-5],[-2,-5],[-1,-4],[-1,-4],[-2,-4],[-2,-4],[-2,-5],[-2,-5],[-2,-4],[-2,-3],[-3,-4],[-2,-4],[-2,-3],[-3,-4],[-3,-4],[-3,-3],[-3,-4],[-6,-9],[-2,-5],[-3,-5],[-3,-6],[-3,-5],[-3,-5],[-3,-3],[-5,-12],[0,-9],[0,-10],[-1,-9],[-1,-9],[-4,-17],[-2,-8],[0,-1],[-3,-9],[-3,-8],[-4,-8],[-4,-8],[-5,-8],[-5,-7],[-5,-7],[-6,-6],[-6,-6],[-6,-5],[-7,-5],[-7,-4],[-5,-3],[-2,-1],[-7,-3],[-8,-3],[-8,-2],[-7,-2],[-8,0],[-8,-1],[-8,1],[-7,1],[-8,1],[-8,3],[-7,2],[-7,4],[-7,4],[-7,4],[-7,5],[-6,6],[-6,5],[-6,7],[-4,0],[-7,-2],[-8,0],[-6,-1],[-10,1],[-8,1],[-8,1],[-7,3],[-8,2],[-7,4],[-10,5],[-7,4],[-3,2],[-5,3],[-7,5],[-8,7],[-6,6],[-5,5],[-2,3],[-4,0],[-8,3],[-7,2],[-8,4],[-7,4],[-7,4],[-6,5],[-6,6],[-6,5],[-6,7],[-5,7],[-5,7],[-3,5],[-2,3],[-4,8],[-4,8],[-3,8],[-3,9],[-2,10],[-3,8],[-1,10],[-1,6],[-1,3],[-1,12],[-1,10],[0,9],[0,9],[1,10],[1,9],[1,7],[0,8],[0,4],[1,9],[1,7],[1,7],[2,9],[-1,2],[-1,4],[-1,5],[-1,5],[-1,5],[-1,3],[0,4],[-1,5],[-1,8],[-2,9],[-2,14],[-1,5],[-1,7],[-1,7],[-5,12],[-3,8],[-3,9],[-2,9],[-2,9],[-1,9],[-2,5],[-1,3],[-2,9],[-3,8],[-1,7],[0,3],[-3,6],[-3,4],[-8,2],[-7,3],[-8,4],[-7,3],[-7,5],[-6,5],[-7,5],[-6,6],[-5,7],[-6,6],[-5,8],[-4,7],[-4,8],[-4,8],[-3,9],[-3,9],[-2,7],[-6,15],[-3,8],[-2,9],[-1,9],[-2,10],[0,9],[-1,9],[1,9],[0,10],[2,9],[0,3],[2,8],[2,9],[3,8],[4,10],[3,8],[5,8],[4,7],[5,7],[-1,3],[-1,7],[-1,5],[0,7],[-1,6],[0,4],[0,10],[-1,5],[0,4],[0,5],[0,4],[0,4],[1,5],[0,5],[1,4],[0,4],[1,4],[1,5],[2,9],[3,14],[3,11],[1,5],[3,10],[1,5],[2,6],[2,5],[3,7],[3,7],[6,12],[3,6],[3,4],[6,10],[2,4],[3,4],[6,9],[4,5],[2,3],[4,4],[2,3],[3,2],[4,4],[10,9],[2,3],[3,4],[4,3],[4,3],[5,4],[8,8],[4,6],[4,5],[5,5],[-1,4],[-2,5],[-2,7],[-2,4],[-2,7],[-2,10],[-4,10],[-3,8],[-6,17],[-5,15],[-6,13],[-4,10],[-3,7],[-4,8],[-5,10],[-5,9],[-2,5],[-2,3],[-5,10],[-3,4],[-5,9],[-7,10],[-6,9],[-5,9],[-8,10],[-4,7],[-4,4],[-4,5],[-1,1],[-9,8],[-8,5],[-11,7],[-5,4],[-3,2],[-9,7],[-6,6],[-7,5],[-6,4],[-3,2],[-3,3],[-4,3],[-4,4],[-3,3],[-8,7],[-7,-4],[-8,-2],[-8,-2],[-7,-2],[-8,-1],[-8,0],[-5,0],[-3,0],[-8,1],[-8,2],[-8,2],[-7,3],[-8,3],[-7,4],[-7,4],[-6,5],[-7,6],[-6,6],[-6,6],[-5,7],[-3,5],[-3,3],[-2,3],[-3,4],[-2,4],[-2,4],[-3,7],[-2,3],[-3,8],[-4,8],[-2,5],[-1,3],[-3,9],[-2,9],[-2,9],[-1,9],[-1,12],[-2,10],[0,9],[-1,9],[1,10],[0,7],[0,10],[0,9],[1,9],[1,9],[2,9],[2,9],[-1,7],[-5,4],[-2,1],[-8,5],[-3,2],[-12,5],[-4,1],[-4,2],[-5,1],[-7,1],[-7,1],[0,-6],[0,-6],[0,-9],[0,-9],[0,-12],[0,-9],[-1,-9],[-1,-9],[-2,-9],[-3,-9],[-2,-9],[-4,-8],[-3,-9],[-5,-8],[-4,-7],[-5,-7],[-4,-5],[-5,-7],[-4,-4],[-3,-3],[-6,-6],[-7,-6],[-7,-5],[-3,-2],[-5,-3],[-7,-4],[-7,-3],[-6,-2],[-2,-1],[-8,-2],[-8,-2],[-2,0],[-6,-1],[-8,0],[-8,0],[-8,1],[-9,-3],[-5,-7],[-3,-4],[-6,-7],[-6,-7],[-6,-5],[-6,-6],[-5,-5],[-7,-5],[-6,-5],[-7,-4],[-8,-4],[-7,-3],[-7,-3],[-6,-2],[-3,-1],[-8,-2],[-8,-2],[-8,-1],[-13,0],[-3,0],[-5,0],[-8,1],[-8,1],[-8,2],[-7,3],[-7,2],[-7,3],[-8,3],[-7,4],[-3,2],[-4,2],[-7,5],[-6,6],[-5,4],[-6,6],[-6,6],[-6,6],[-2,2],[-4,5],[-5,7],[-4,8],[-4,7],[-7,7],[-6,6],[-5,7],[-5,7],[-5,8],[-7,6],[-6,6],[-5,3],[-4,3],[-6,6],[-6,6],[-2,1],[-5,5],[-5,7],[-5,7],[-5,8],[-8,11],[-5,7],[-5,7],[-2,6],[-3,5],[-5,7],[-5,8],[-4,7],[-4,9],[-1,3],[-4,9],[-5,6],[-5,7],[-5,6],[-6,6],[-6,6],[-3,4],[-4,6],[-5,5],[-4,8],[-5,8],[-3,8],[-4,9],[-2,8],[-3,9],[-2,9],[-1,11],[-1,10],[0,9],[0,9],[1,10],[1,9],[0,3],[0,9],[-1,9],[0,5],[0,5],[0,10],[1,9],[1,9],[2,9],[2,9],[3,9],[4,10],[1,6],[3,9],[2,5],[1,4],[4,8],[4,8],[5,8],[4,6],[4,8],[4,8],[5,7],[11,13],[5,6],[1,5],[-3,3],[-8,0],[-7,2],[-8,2],[-8,3],[-7,2],[-9,2],[-7,2],[-8,4],[-7,3],[-7,5],[-7,5],[-9,6],[-7,4],[-7,5],[-8,7],[-6,6],[-10,10],[-7,4],[-8,1],[-8,1],[-8,2],[-8,3],[-4,2],[-4,1],[-10,6],[-7,4],[-7,5],[-6,5],[-8,4],[-8,4],[-7,4],[-6,5],[-7,5],[-6,6],[-6,6],[-5,7],[-6,6],[-6,5],[-7,5],[-6,6],[-6,6],[-3,4],[-5,5],[-1,2],[-5,7],[-7,12],[-5,7],[-3,9],[-4,8],[-1,5],[-2,4],[-2,9],[-1,6],[-1,3],[-3,19],[-1,9],[0,9],[0,12],[0,9],[0,9],[1,10],[1,9],[2,9],[2,9],[3,8],[3,9],[4,7],[0,10],[0,9],[3,19],[2,9],[4,16],[2,8],[4,9],[0,2],[3,6],[4,8],[5,8],[6,8],[5,6],[3,7],[1,11],[0,9],[0,9],[1,10],[1,9],[2,9],[2,9],[1,4],[3,9],[3,8],[2,5],[2,4],[4,6],[2,4],[5,9],[5,7],[3,3],[3,4],[5,6],[6,6],[7,6],[7,5],[7,4],[7,4],[7,3],[8,3],[6,2],[5,1],[7,2],[8,1],[8,0],[5,0],[1,8],[0,7],[0,10],[1,9],[1,9],[2,9],[3,9],[2,9],[4,9],[2,4],[-1,9],[-3,8],[-2,9],[-2,9],[-1,10],[-1,9],[-1,9],[1,9],[0,3],[0,9],[0,6],[0,10],[0,9],[1,9],[1,9],[2,9],[3,15],[2,9],[2,9],[1,13],[-4,8],[-3,9],[-3,9],[-2,8],[-2,10],[-1,9],[-1,9],[0,9],[0,10],[0,9],[2,9],[1,6],[1,4],[2,9],[3,8],[3,9],[4,8],[1,3],[3,5],[5,8],[5,7],[5,7],[6,6],[6,6],[5,5],[2,9],[3,9],[3,8],[3,13],[3,9],[2,8],[4,9],[3,8],[5,8],[4,8],[4,5],[4,8],[5,7],[6,7],[3,6],[4,8],[3,5],[5,9],[4,8],[6,9],[5,7],[5,7],[6,6],[7,6],[6,6],[4,3],[7,5],[7,4],[6,4],[0,1],[-1,3],[-3,5],[-1,4],[-6,16],[-4,8],[-4,9],[-3,8],[-1,6],[-1,4],[-2,9],[-1,9],[-1,9],[0,9],[-4,10],[-7,5],[-6,6],[-7,5],[-6,7],[-5,6],[-7,10],[-5,7],[-5,7],[-4,7],[-12,14],[-6,7],[-6,7],[-5,7],[-5,7],[-5,7],[-4,8],[-4,7],[-5,8],[-7,12],[-5,8],[-7,6],[-3,2],[-4,2],[-4,3],[-4,2],[-3,3],[-4,2],[-3,3],[-3,3],[-4,3],[-3,3],[-3,4],[-7,8],[-4,-1],[-1,-7],[0,-10],[0,-9],[-1,-9],[-1,-9],[-2,-10],[-2,-8],[-1,-3],[-2,-6],[-3,-9],[-4,-8],[-4,-8],[-5,-8],[-5,-7],[-5,-7],[-6,-6],[-6,-6],[-7,-5],[-7,-5],[-7,-5],[-7,-4],[-8,-3],[-7,-3],[-8,-2],[-8,-2],[-8,-1],[-8,0],[-8,0],[-8,1],[-9,1],[-7,2],[-8,2],[-8,2],[-8,4],[-7,4],[-7,4],[-7,5],[-7,5],[-6,6],[-9,8],[-7,5],[-7,6],[-6,6],[-6,6],[-2,2],[-4,5],[-5,7],[-5,7],[-1,2],[-2,3],[-7,5],[-7,4],[-7,6],[-6,6],[-6,6],[-6,7],[-8,8],[-6,6],[-6,7],[-5,7],[-2,3],[-5,8],[-4,8],[-4,8],[-3,8],[-4,7],[-4,8],[-3,8],[-2,5],[-3,9],[-1,2],[-1,7],[-2,9],[-2,9],[-1,9],[-2,9],[-1,10],[-1,9],[-1,9],[1,9],[0,10],[2,9],[1,9],[3,9],[2,9],[1,6],[-1,5],[-7,6],[-7,4],[-7,4],[-4,3],[-8,2],[-7,3],[-11,6],[-7,3],[-8,5],[-5,1],[-9,-1],[-8,-1],[-8,1],[-8,0],[-8,2],[-8,2],[-7,2],[-8,4],[-7,3],[-8,5],[-6,4],[-7,6],[-7,6],[-6,5],[-4,4],[-2,3],[-4,4],[-2,3],[-5,7],[-5,7],[-4,8],[-4,8],[-4,9],[-1,3],[-2,6],[-2,2],[-5,7],[-5,7],[-5,8],[-5,8],[-4,8],[-3,8],[-3,9],[-3,9],[-3,6],[-4,8],[-3,9],[-3,8],[-3,9],[-2,9],[-1,9],[-1,9],[0,5],[-2,10],[-2,9],[-1,10],[-2,9],[-6,10],[-7,5],[-6,6],[-6,6],[-6,7],[-3,4],[-7,8],[-7,6],[-6,5],[-6,7],[-6,6],[-3,4],[-6,6],[-6,7],[-5,7],[-5,7],[-4,8],[-1,2],[-3,6],[-4,4],[-6,5],[-10,10],[-2,1],[-6,6],[-5,7],[-6,7],[-2,4],[-4,6],[-3,6],[-4,8],[-3,8],[-3,9],[-4,1],[-5,0],[-5,-1],[-4,0],[-8,-1],[-8,-1],[-8,0],[-8,1],[-8,1],[-8,2],[-8,3],[-8,3],[-7,4],[-7,4],[-7,5],[-7,5],[-7,6],[-6,6],[-5,7],[-6,7],[-5,8],[-4,7],[-4,9],[-3,8],[-5,11],[-4,8],[-5,9],[-3,7],[-3,9],[-9,1],[-8,2],[-8,3],[-8,3],[-7,3],[-10,6],[-7,4],[-7,5],[-7,5],[-6,6],[-6,6],[-6,7],[-5,7],[-5,7],[-5,8],[-4,8],[-1,3],[-3,8],[-3,9],[-2,5],[-1,4],[-3,14],[-1,9],[-1,10],[-1,8],[-1,18],[0,10],[1,9],[1,9],[2,9],[1,5],[2,9],[3,8],[3,9],[3,8],[5,8],[6,11],[4,7],[5,7],[5,7],[6,6],[7,6],[6,6],[4,3],[4,3],[7,4],[7,4],[8,4],[8,2],[8,3],[8,1],[3,1],[5,1],[4,0],[5,0],[8,0],[8,-1],[12,1],[8,1],[8,1],[8,0],[7,-1],[7,-1],[8,-1],[8,-2],[8,-3],[6,4],[6,6],[6,6],[2,2],[7,5],[6,5],[8,5],[7,4],[7,3],[8,3],[8,2],[8,2],[7,1],[7,1],[5,0],[8,0],[8,-1],[8,-1],[8,-2],[5,-2],[9,-3],[8,-3],[7,-4],[8,-4],[7,-5],[6,-5],[10,-9],[4,-3],[3,-3],[6,-6],[5,-7],[6,-7],[5,-7],[4,-8],[4,-9],[4,-8],[3,-9],[2,-10],[1,-3],[1,-4],[2,-7],[1,-7],[5,-3],[6,-2],[2,0],[9,0],[8,0],[9,2],[6,6],[6,4],[65,-41],[8,-5],[15,-12],[7,-4],[16,-8],[12,-5],[7,-5],[11,-12],[8,-4],[8,-4],[11,-3],[11,-11],[4,-7],[5,-17],[5,-17],[0,-2],[0,-4],[0,-4],[0,-2],[-2,-5],[-4,-5],[-2,-14],[0,-4],[-1,-2],[-2,-4],[-3,-6],[-5,-7],[0,-1],[0,-7],[-2,-8],[1,-8],[4,-24],[-1,-4],[-1,-9],[-1,-8],[-1,-8],[1,-22],[0,-4],[1,-8],[4,-12],[5,-11],[8,-15],[12,-16],[2,10],[3,17],[8,28],[3,12],[0,4],[1,1]],[[3275,7483],[-16,7],[-7,5],[-3,2],[-4,4],[-6,6],[-3,2],[-6,4],[-3,3],[-5,6],[-8,8],[-4,5],[-1,2],[-2,8],[-2,11],[-1,14],[-4,8],[-3,5],[-1,1],[-4,4],[-3,5],[-2,4],[-1,10],[-1,14],[-1,8],[1,12],[0,9],[0,7],[-2,2],[-2,2],[-2,5],[-2,7],[-2,8],[-2,9],[-3,11],[-2,9],[-2,7],[-1,3],[0,4],[1,8],[1,6],[0,3],[2,8],[4,12],[7,14],[7,12],[10,15],[4,6],[3,4],[1,5],[-1,4],[-1,12],[-1,6],[1,8],[2,10],[2,12],[3,8],[4,14],[1,11],[1,4],[6,15],[6,14],[2,6],[3,9],[3,6],[5,12],[7,12],[6,11],[2,3],[2,3],[2,3],[7,11],[6,11],[2,9],[1,4],[-2,4],[-3,1],[-10,4],[-14,7],[-6,3],[-5,11],[-3,12],[-2,11],[-4,5],[-1,1],[0,3],[0,3],[0,4],[-3,13],[-2,7],[0,9],[0,2],[0,5],[1,4],[-3,5],[-5,8],[-2,2],[-1,2],[-3,1],[-3,2],[-1,2],[-2,3],[0,4],[5,10],[1,4],[3,2],[5,3],[10,-1],[11,1],[12,-5],[11,-4],[6,-2],[1,1],[0,1],[-2,5],[2,1],[0,5],[-1,5],[3,4],[6,4],[4,3],[0,2],[-2,3],[-1,0],[-1,2],[-2,2],[-2,4],[-3,10],[-2,12],[4,12],[2,4],[3,3],[12,2],[4,3],[4,-1],[0,-2],[6,-6],[8,-6],[9,-10],[1,-6],[7,-9],[2,0],[2,-1],[1,0],[4,2],[3,7],[0,2],[0,1],[-3,5],[-3,4],[-1,2],[-1,2],[2,2],[2,-3],[1,-2],[2,-4],[3,-6],[3,-3],[1,-1],[1,1],[1,1],[2,8],[0,6],[-1,2],[-2,3],[0,3],[3,1],[2,-1],[5,-3],[3,-2],[2,-4],[1,-4],[1,3],[-1,4],[-10,13],[-3,4],[-2,5],[6,6],[1,2],[0,3],[0,7],[-1,6],[-1,6],[0,3],[0,1],[3,2],[4,2],[5,2],[4,2],[9,4],[7,4],[2,0],[14,-9],[4,1],[4,3],[9,7],[9,5],[12,7],[7,2],[9,8],[5,4],[2,3],[2,4],[0,15],[0,8],[-3,3],[-4,2],[-5,1],[-4,0],[-4,2],[-2,2],[0,2],[1,2],[1,1],[7,9],[4,0],[5,-2],[3,0],[4,0],[6,6],[6,7],[3,3],[4,2],[2,1],[6,4],[2,1],[3,1],[2,0],[1,-1],[0,-1],[2,0],[1,0],[0,2],[0,-2],[5,-8],[8,-1],[11,0],[4,0],[3,-1],[10,-7],[4,-5],[3,-5],[2,-3],[-1,-8],[-1,-7],[0,-2],[-1,-15],[-1,-3],[-1,-4],[0,-1],[1,0],[-3,-4],[-2,-2],[-3,-2],[-2,-2],[-2,-5],[-1,-5],[2,-3],[1,1],[1,2],[3,-2],[5,-4],[3,-3],[3,-3],[1,-3],[2,-3],[6,-6],[4,-3],[1,-1],[1,1],[2,0],[4,-4],[4,-6],[1,-1],[1,-3],[-1,-3],[-1,-8],[0,-1],[-1,-2],[-1,-3],[-3,-5],[-3,-2],[-6,-7],[-6,-5],[-7,-6],[-8,-6],[-5,-3],[-2,-2],[-2,-1],[-6,-3],[-9,-4],[-6,-2],[-6,-2],[-10,-2],[-7,-2],[-7,0],[-12,-1],[-4,1],[-4,1],[-4,2],[-1,1],[-3,2],[-12,1],[-5,1],[-4,0],[-2,0],[-3,-2],[-1,-1],[-1,-2],[-1,0],[-3,-2],[-1,0],[0,-2],[1,-1],[0,-2],[-1,-2],[-2,-1],[0,-1],[0,-1],[0,1],[0,1],[1,0],[2,1],[0,-2],[0,-2],[0,-2],[-1,-2],[0,-2],[0,-6],[-2,-8],[0,-3],[1,0],[4,-3],[2,-1],[7,-1],[5,-1],[6,-2],[6,-2],[2,-2],[2,-1],[4,-4],[2,-4],[2,-5],[2,-6],[3,-9],[1,-5],[0,-4],[-2,-8],[2,-6],[1,-2],[2,-1],[7,-3],[4,-3],[2,-2],[2,-2],[2,-5],[0,-6],[2,-4],[2,-5],[5,-7],[7,-10],[0,-3],[-1,-2],[-1,-4],[-3,-5],[-2,-4],[-3,-10],[-3,-4],[6,1],[7,3],[7,2],[9,2],[9,1],[5,-1],[6,0],[4,-1],[4,-1],[2,-1],[2,-2],[2,-3],[2,-5],[13,-2],[8,-2],[6,-3],[5,-4],[1,-4],[1,-3],[1,-4],[2,-2],[3,-2],[2,-2],[2,-2],[1,-1],[1,0],[2,-1],[4,-4],[1,-1],[3,-6],[3,-8],[0,-2],[0,-4],[-1,-4],[0,-3],[0,-2],[2,-2],[7,-4],[12,-4],[2,-1],[8,-7],[7,-3],[5,-1],[8,-3],[5,-3],[7,-6],[2,0],[6,-2],[7,-1],[4,-1],[12,-7],[6,-5],[2,-1],[3,-3],[4,-5],[2,-4],[3,-6],[3,-2],[4,-3],[3,0],[7,-1],[9,0],[4,0],[5,-2],[4,-2],[5,-2],[7,-11],[10,-5],[4,0],[9,0],[6,-2],[5,-3],[2,-1],[3,-2],[6,-2],[5,0],[5,-1],[2,0],[3,-1],[5,-2],[12,-7],[4,-2],[9,-4],[2,0],[7,-2],[5,-4],[5,-5],[4,-6],[4,-4],[2,-5],[2,-6],[3,-14],[1,-12],[1,0],[9,0],[3,0],[0,1],[-2,1],[-1,1],[0,4],[0,3],[0,4],[1,8],[2,9],[3,7],[7,15],[4,7],[11,16],[4,4],[2,2],[4,7],[9,11],[7,8],[2,2],[11,7],[3,0],[5,-1],[13,-2],[6,-1],[1,-2],[5,-5],[3,-2],[3,-1],[6,-3],[5,-3],[5,-2],[8,-3],[7,-3],[4,0],[3,0],[6,0],[8,-1],[2,-2],[1,-2],[9,-10],[10,-9],[2,-3],[3,-3],[5,-2],[9,-3],[2,0],[2,1],[5,0],[8,-1],[7,-2],[4,-4],[6,-5],[10,-3],[11,3],[10,0],[8,2],[5,0],[7,-2],[8,-2],[14,-1],[2,-1],[2,-2],[10,-9],[3,-3],[7,-8],[2,-4],[1,-3],[1,-5],[3,-7],[4,-7],[3,0],[5,0],[4,-1],[2,-4],[3,-4],[9,-10],[7,-10],[3,-5],[1,-3],[3,-12],[2,-7],[5,-10],[7,-9],[3,-4],[4,-2],[3,-1],[4,-2],[4,-5],[7,-12],[2,-2],[2,-2],[1,-6],[1,-10],[-1,-7],[-1,-3],[3,-3],[4,-2],[4,-2],[4,-4],[2,-1],[0,-11],[-1,-8],[-1,-5],[-2,-7],[0,-5],[6,-9],[8,-12],[5,-4],[4,-4],[1,-2],[0,-1],[0,-3],[-2,-3],[0,-4],[1,-9],[1,-3],[3,-4],[3,-3],[3,-10],[1,-5],[0,-4],[0,-1],[0,-3],[3,1],[3,5],[-2,4],[-2,3],[1,7],[1,5],[8,2],[2,0],[1,-2],[4,-4],[3,-4],[1,-1],[8,-1],[4,-4],[7,-7],[0,-5],[0,-5],[0,-1],[1,-1],[4,-5],[3,-1],[8,-1],[5,-2],[3,-2],[8,-8],[2,-2],[1,-2],[1,-5],[-1,-3],[-2,-14],[0,-10],[5,-2],[2,0],[6,2],[4,3],[0,2],[-2,4],[-1,1],[0,3],[1,1],[1,0],[1,-2],[4,-5],[2,-3],[1,-4],[0,-2],[-1,-1],[-4,-4],[-2,-4],[-1,-7],[1,-1],[5,-1],[8,-7],[2,-3],[6,-3],[1,0],[5,0],[1,2],[1,2],[1,5],[6,4],[3,1],[8,-1],[7,-1],[5,1],[3,0],[4,4],[1,1],[5,5],[0,2],[-1,2],[-3,3],[-2,0],[-3,0],[-8,0],[-6,3],[-3,2],[-1,1],[0,2],[3,1],[6,0],[6,2],[4,1],[9,4],[1,4],[-1,5],[-4,4],[-4,5],[1,5],[1,4],[1,2],[6,9],[5,6],[4,-2],[2,-2],[5,5],[4,5],[3,4],[1,1],[1,9],[-1,9],[-1,11],[-1,3],[-1,3],[-1,5],[-1,1],[-2,1],[-1,0],[-6,-5],[-10,1],[-5,0],[-1,0],[-2,4],[-2,5],[0,3],[0,3],[1,2],[3,3],[2,2],[1,0],[5,0],[4,3],[3,3],[2,3],[0,2],[-1,2],[-5,7],[-4,7],[-2,2],[-3,2],[-4,3],[-2,0],[-1,1],[-2,3],[-3,8],[0,8],[2,15],[0,3],[2,2],[3,2],[4,2],[2,1],[2,1],[0,3],[-2,5],[-4,2],[-9,10],[-4,4],[-5,3],[-11,5],[-6,4],[-8,4],[-7,4],[-3,2],[-1,2],[-2,2],[0,3],[-2,4],[-2,1],[-4,3],[-4,4],[-2,4],[-4,3],[-6,2],[-5,1],[-7,3],[-5,4],[-5,4],[-10,2],[-12,4],[-8,3],[-2,1],[-4,2],[-6,1],[-8,2],[-6,3],[-2,1],[-2,4],[-5,9],[-7,4],[-5,2],[1,-2],[1,-2],[-1,-2],[-1,-2],[-1,0],[-2,-1],[-7,-2],[-9,3],[-2,1],[-4,2],[-1,2],[-4,10],[-4,9],[-7,8],[0,6],[1,10],[-1,6],[-11,-2],[-10,6],[-2,3],[-5,9],[-2,4],[-3,5],[-1,6],[-3,4],[-3,4],[-7,3],[-3,5],[-1,7],[-2,6],[-1,3],[-5,10],[-3,9],[0,4],[2,15],[0,2],[-2,3],[0,3],[2,7],[2,12],[2,6],[4,13],[1,1],[0,2],[2,2],[7,0],[7,-3],[1,0],[2,0],[2,2],[0,1],[1,6],[-1,2],[-1,3],[0,2],[2,7],[6,7],[1,1],[4,-1],[1,-1],[7,-3],[6,-3],[9,-4],[6,-3],[4,-4],[6,-4],[3,0],[9,10],[3,3],[12,13],[3,1],[2,0],[8,6],[6,5],[6,3],[5,1],[3,1],[5,2],[3,1],[9,0],[4,-1],[12,-5],[3,-1],[3,-3],[4,-3],[2,-1],[2,0],[4,3],[1,1],[5,3],[2,0],[10,-1],[7,-2],[10,-4],[9,-6],[7,-4],[1,-1],[3,-1],[6,-5],[1,-1],[3,-4],[2,-3],[3,-8],[2,-4],[8,-12],[7,-4],[7,-5],[6,-6],[4,-1]],[[4567,8070],[-5,-5],[-2,-2],[-7,-4],[-13,-3],[-5,-2],[-12,0],[-5,3],[-5,0],[-12,2],[-9,-1],[-2,0],[-5,3],[-8,5],[-5,3],[-4,4],[-8,2],[-6,1],[-3,2],[-8,8],[-5,5],[-6,7],[-8,12],[-4,5],[-3,4],[-2,4],[-2,5],[0,5],[-1,4],[-2,4],[-4,0],[-2,0],[-2,1],[-5,10],[-6,17],[-3,12],[-2,16],[-1,2],[0,10],[0,1],[0,4],[2,14],[1,10],[5,12],[1,1],[4,2],[3,1],[5,0],[9,1],[13,0],[4,-1],[10,-1],[10,1],[2,0],[6,3],[8,4],[5,5],[4,4],[2,4],[-1,2],[-3,2],[-3,0],[-4,1],[-4,3],[-8,9],[-2,2],[0,2],[1,4],[0,6],[-6,5],[-4,2],[-1,0],[0,-1],[0,-4],[-3,-3],[-4,0],[-7,3],[-9,4],[-3,1],[-2,0],[-7,-2],[-10,-3],[-2,1],[-4,5],[-5,11],[-2,9],[0,2],[-2,4],[-1,1],[-1,1],[-4,0],[-3,0],[-5,1],[-7,5],[-1,3],[-5,4],[-4,2],[-2,0],[-1,2],[-3,8],[0,4],[0,5],[0,8],[-4,12],[-3,3],[-3,5],[-2,7],[-6,6],[-2,2],[-2,-1],[-1,1],[-1,2],[-2,3],[-3,3],[-1,3],[-2,9],[-2,4],[-3,6],[-2,1],[-4,2],[-3,0],[-7,4],[-5,3],[-2,1],[-9,0],[-10,3],[-1,1],[-2,1],[0,2],[-1,4],[-1,4],[1,16],[2,8],[4,17],[5,13],[5,13],[7,15],[8,14],[5,11],[1,1],[8,10],[2,1],[6,0],[1,-1],[9,-1],[2,0],[3,2],[4,4],[8,9],[3,3],[2,2],[2,1],[6,0],[11,4],[9,6],[7,0],[3,0],[4,4],[7,4],[10,0],[2,-1],[7,-5],[3,-2],[2,0],[8,0]],[[4430,8622],[3,0],[2,-1],[7,-7],[10,-6],[9,-6],[7,-8],[6,-4],[8,-4],[16,-5],[11,-7],[4,-1],[10,-6],[10,-4],[5,-3],[11,-3],[8,-3],[8,-1],[3,0],[7,-4],[5,-3],[10,-4],[7,-2],[7,-3],[8,0],[9,-2],[7,2],[10,3],[12,6],[10,6],[2,1],[7,4],[7,2],[3,1],[9,2],[7,4],[2,1],[12,11],[1,3],[8,7],[7,6],[10,9],[10,8],[12,5],[2,1],[11,7],[9,9],[5,5],[4,3],[11,7],[8,4],[10,5],[5,5],[8,6],[7,3],[8,5],[6,2],[2,0],[8,2],[10,3],[4,2],[5,3],[2,4],[-7,4],[-1,0],[-2,-2],[-7,-5],[-6,-3],[-3,1],[-5,4],[-1,3],[-1,5],[1,12],[1,2],[2,6],[1,1],[2,2],[3,2],[1,1],[3,-1],[2,-2],[4,-4],[5,2],[4,11],[-3,8],[-3,3],[-4,2],[-2,1],[-2,0],[-3,1],[-2,3],[-1,3],[1,4],[1,7],[1,3],[3,4],[1,1],[1,0],[6,-3],[1,2],[1,2],[2,2],[0,6],[1,4],[2,4],[2,2],[4,3],[2,3],[6,2],[13,3],[9,4],[3,1],[2,2],[2,11],[5,7],[4,6],[2,6],[1,4],[3,1],[4,1],[8,0],[2,-1],[2,-4],[2,-1],[5,5],[4,10],[1,1],[3,3],[10,3],[4,0],[3,-1],[5,-2],[4,-2],[6,0],[5,2],[1,6],[0,1],[1,2],[3,2],[4,1],[5,2],[3,0],[15,1],[5,4],[2,1],[3,1],[10,-2],[19,-2],[6,-3],[3,-2],[3,-3],[2,-5],[1,-3],[0,-1],[7,-12],[0,-2],[0,-4],[1,-4],[1,-3],[7,-11],[5,-9],[4,-8],[4,-5],[6,-5],[4,-6],[7,-7],[4,-5],[3,-7],[3,-9],[4,-8],[4,-7],[2,-9],[1,-1],[1,0],[2,1],[2,2],[3,1],[2,2],[2,2],[3,2],[4,4],[10,4],[4,2],[4,1],[8,-1],[7,-3],[13,-6],[2,-3],[5,-9],[-1,-2],[-1,0],[-2,0],[-5,1],[-6,1],[-1,-2],[1,-1],[3,-2],[11,-3],[5,-1],[7,0],[13,3],[6,0],[2,0],[4,1],[9,4],[0,1],[0,1],[9,3],[6,-1],[2,-1],[2,-1],[2,-3],[5,-4],[5,-1],[8,-5],[5,-4],[3,-1],[4,2],[3,1],[3,8],[4,7],[6,9],[4,6],[4,4],[7,6],[10,10],[9,10],[16,22],[5,5],[16,10],[11,6],[11,4],[4,3],[17,5],[5,2],[7,2],[11,3],[3,0],[1,0],[2,-1],[1,0],[0,-1],[2,-2],[6,-1],[6,0],[4,1],[4,13],[2,4],[1,6],[0,9],[0,2],[1,3],[1,3],[4,5],[3,3],[5,2],[8,6],[9,9],[5,5],[1,4],[0,1],[9,11],[4,2],[4,4],[4,4],[2,2],[6,3],[5,2],[7,2],[6,1],[7,1],[4,0],[10,-1],[3,-1],[12,-5],[7,-2],[3,-2],[1,-2],[5,-5],[1,-4],[1,-3],[0,-9],[-2,-6],[-1,-2],[-8,-11],[-3,-5],[0,-5],[3,-7],[1,-2],[4,-1],[4,0],[14,-3],[7,-3],[3,-1],[3,-4],[1,-2],[1,-3],[1,-1],[4,-4],[2,1],[4,1],[4,0],[13,0],[8,0],[7,0],[5,-1],[10,-3],[11,-4],[9,0],[3,-2],[3,-3],[2,-2],[-2,-3],[1,-5],[7,-4],[1,0],[3,1],[1,2],[0,2],[-1,1],[0,2],[0,3],[2,3],[3,2],[4,1],[2,0],[6,0],[2,1],[2,8],[4,2],[4,1],[4,2],[8,1],[2,0],[1,-1],[12,-2],[12,-2],[2,-1],[7,-3],[7,-2],[4,-3],[2,-6],[2,-5],[2,-3],[6,-13],[4,-7],[2,-2],[5,-1],[6,-1],[7,-1],[10,-3],[9,-2],[6,-1],[4,-1],[6,-2],[9,-2],[10,-3],[7,-4],[2,-3],[4,-2],[9,-4],[5,-2],[7,-3],[5,-1],[3,-1],[3,-1],[6,-4],[0,-1],[1,-2],[0,-2],[0,-3],[-1,-1],[0,1],[-1,2],[0,1],[0,-3],[1,-2],[2,-1],[12,-3],[3,-1],[2,-2],[9,-7],[3,0],[5,-3],[7,-3],[5,-1],[7,2],[7,4],[9,5],[5,3],[1,1],[3,0],[11,-3],[11,-4],[10,1],[3,-1],[3,-1],[1,0],[1,0],[7,-2],[5,-1],[4,-2],[10,-2],[4,-1],[4,-2],[6,-2],[8,-2],[4,-1],[6,-2],[4,-2],[6,-2],[3,0],[1,0],[6,0],[6,-1],[4,-1],[10,0],[6,0],[8,1],[8,1],[10,2],[3,1],[4,1],[4,0],[6,0],[9,-1],[10,0],[5,1],[3,0],[4,-1],[11,-3],[8,-1],[2,0],[3,0],[4,-1],[4,-1],[3,-2],[2,-1],[4,-1],[2,-1],[4,-1],[12,-3],[5,1],[9,4],[12,5],[2,1],[2,0],[9,-1],[4,-1],[4,-1],[7,-2],[4,-1],[5,-2],[8,-3],[4,-3],[9,-6],[4,-2],[3,-2],[5,-7],[3,-3],[6,-6],[7,-10],[3,-13],[1,-6],[1,-4],[1,-2],[2,-2],[2,-2],[2,1],[1,2],[1,1],[2,1],[2,0],[4,0],[2,0],[2,-1],[2,-9],[6,-14],[2,-6],[3,-9],[-1,-2],[-1,-8],[-4,-12],[4,-9],[-6,-9],[-2,-4],[2,-5],[3,-5]],[[4197,9470],[3,-17],[-4,-14],[8,-13],[1,-10],[-2,-17],[2,-5],[20,-12],[12,3],[37,-4],[8,-6],[3,-9],[5,-21],[-3,-6],[-12,-7],[-6,-18],[1,-12],[-3,-9],[8,-18],[4,-1],[-5,-18],[10,-11],[13,0],[-7,-15],[1,-22],[13,-5],[13,7],[18,-23],[7,-18],[16,-13],[8,-17],[12,-1],[7,-9],[9,-2],[11,-9],[19,2],[13,-18],[15,-7],[3,-6],[16,-1],[11,-15],[3,-13],[9,0],[9,-4],[9,2],[7,7],[10,22],[9,9],[11,1],[3,-7],[-2,-3],[7,-10],[3,1],[2,-4],[4,3],[5,-10],[7,0],[5,-9],[5,5],[3,-19],[3,-1],[-1,-6],[-5,-3],[4,-28],[13,0],[0,-11],[8,0],[-1,-3],[5,-3],[-1,-4],[17,-8],[14,-19],[23,-13],[-4,-19],[-8,-12],[-4,-13],[12,-25],[-22,-31],[9,-21],[-3,-9],[-6,-1],[-14,13],[-19,-8],[10,-30],[-25,0],[-7,-6],[-7,-2],[-2,-3],[3,-9],[-14,-9],[-9,-13],[-9,-5],[-5,-18],[-13,-6],[-3,-6],[-7,-5],[-4,-9],[-13,-5],[-12,-14],[-4,1],[-4,-4],[-5,1],[-9,-4],[-18,2],[-6,-6],[-1,-6],[-23,-12],[-1,-5],[7,-3],[5,-12],[-5,-9]],[[2437,8838],[2,3],[0,2],[0,1],[0,2],[1,2],[3,3],[4,2],[1,1],[3,2],[2,2],[2,9],[0,2],[-3,3],[-2,3],[0,5],[-1,3],[1,1],[0,4],[0,5],[-1,4],[2,5],[4,5],[8,8],[0,1],[5,3],[2,1],[8,5],[9,4],[4,1],[3,3],[1,3],[1,4],[0,2],[1,6],[2,4],[3,4],[6,7],[8,5],[4,2],[3,2],[7,5],[0,3],[-1,5],[0,5],[1,4],[6,-1],[5,-1],[3,0],[3,2],[3,3],[2,2],[5,7],[-2,7],[-1,8],[0,3],[-1,4],[0,1],[-2,2],[-2,2],[-1,2],[0,1],[3,6],[3,8],[1,3],[1,7],[1,5],[3,3],[2,1],[4,1],[1,0],[5,7],[1,1],[1,1],[1,3],[1,1],[1,1],[1,1],[9,6],[5,3],[4,3],[6,6],[5,2],[3,5],[3,5],[4,2],[2,1],[5,-2],[6,1],[7,0],[8,2],[6,2],[1,1],[3,2],[3,0],[5,1],[10,5],[9,9],[3,5],[5,2],[2,0],[2,1],[2,2],[2,2],[1,1],[0,2],[1,3],[5,3],[7,-3],[2,-1],[1,-2],[3,-3],[0,-2],[0,-3],[0,-3],[2,-3],[4,-6],[7,-2],[8,-2],[9,-3],[1,-1],[3,-3],[3,-5],[2,-2],[5,-3],[5,1],[2,0],[6,0],[6,2],[4,6],[2,3],[1,6],[2,3],[3,2],[4,5],[3,9],[5,7],[1,2],[2,1],[3,1],[7,3],[2,1],[3,0],[3,1],[3,0],[4,-1],[3,1],[2,2],[4,5],[5,3],[0,-1],[3,0],[4,-3],[7,-2],[10,-1],[6,2],[9,0],[2,0],[10,-3],[4,-3],[1,-1],[0,-2],[3,-5],[3,0],[2,0],[3,0],[3,-1],[7,-4],[6,-6],[5,-1],[5,1],[3,1],[3,2],[5,1],[-2,-4],[-1,-6],[1,-1],[0,-1],[2,-1],[2,-5],[1,-3],[0,-4],[-1,-4],[0,-6],[1,-6],[5,-2],[2,0],[0,2],[0,1],[4,11],[8,7],[3,1],[2,-1],[5,-1],[5,-2],[1,-1],[3,3],[2,4],[1,0],[3,0],[1,1],[6,-5],[4,-3],[7,4],[1,2],[3,1],[6,0],[2,-1],[1,-1],[-1,-1],[-1,-3],[-1,-3],[0,-2],[1,-1],[3,-3],[3,-1],[1,-1],[4,-3],[0,-3],[2,-2],[4,-1],[11,0],[5,1],[9,-1],[3,1],[3,1],[3,0],[5,-2],[5,0],[5,1],[8,1],[2,-1],[6,2],[8,3],[10,4],[10,2],[16,3],[1,1],[1,0],[1,0],[13,1],[10,0],[1,-3],[7,-9],[4,-5],[2,-1],[8,-1],[3,0],[1,0],[16,13],[6,4],[6,6],[6,13],[3,3],[2,2],[7,10],[4,8],[1,2],[0,1],[1,6],[-1,3],[1,6],[2,8],[3,4],[2,1],[8,4],[4,2],[2,-1],[2,-3],[6,-4],[1,-4],[2,-7],[1,-2],[5,-6],[3,-5],[7,-9],[5,-6],[1,-3],[2,-3],[3,-5],[3,-4],[3,-3],[8,7],[4,0],[4,1],[2,1],[2,0],[0,1],[3,4],[7,14],[5,6],[1,14],[7,76],[2,27],[2,23],[1,8],[-1,0],[-2,5],[-2,5],[2,5],[3,6],[2,5],[3,9],[0,2],[-1,0],[-1,2],[-2,2],[-2,1],[-1,0],[0,1],[-2,7],[0,6],[1,5],[1,2],[2,8],[1,2],[0,2],[2,1],[2,4],[2,2],[8,2],[3,0],[6,1],[4,2],[3,2],[1,1],[2,5],[5,5],[3,3],[11,-3],[1,-2],[2,-2],[2,-1],[1,0],[5,0],[5,2],[7,2],[8,0],[6,1],[6,2],[2,1],[7,1],[11,-1],[3,0],[4,-1],[3,-2],[4,0],[4,0],[2,2],[2,1],[3,1],[2,0],[3,1],[2,-1],[2,-1],[4,-1],[3,-1],[2,0],[1,2],[3,0],[4,-1],[6,-3],[4,-1],[6,-2],[8,-2],[11,-2],[6,2],[10,0],[8,-3],[6,-1],[9,-1],[2,0],[4,0],[2,0],[1,0],[2,2],[5,3],[7,-3],[5,-2],[2,-1],[3,-2],[2,-2],[6,-2],[5,-2],[10,-4],[3,-1],[1,0],[1,-1],[3,0],[5,0],[6,-2],[4,-1],[4,-1],[6,-1],[5,2],[3,1],[1,1],[2,2],[1,0],[4,0],[1,0],[6,0],[5,0],[10,0],[3,0],[4,0],[6,1],[7,0],[5,0],[7,-3],[7,3],[5,2],[3,0],[3,0],[3,2],[2,1],[4,3],[5,3],[4,2],[2,3],[4,4],[3,6],[3,9],[2,9],[-2,7],[-2,9],[1,8],[4,9],[5,2],[6,4],[8,3],[6,4],[3,1],[3,4],[6,6],[8,7],[3,2],[7,2],[5,1],[10,0],[4,-2],[8,1],[4,-1],[1,-1],[2,-6],[1,-2],[4,-12],[3,-8],[0,-2],[5,-13],[3,-6],[7,2],[1,1],[2,2],[4,5],[1,1],[0,1],[2,5],[2,2],[5,4],[6,1],[3,0],[2,3],[3,4],[6,6],[3,3],[8,7],[2,3],[1,2],[2,1],[5,0],[6,-3],[2,-1],[1,-1],[1,1],[2,1],[8,5],[5,4],[2,0],[1,1],[5,-2],[8,-2],[3,-1],[6,-1],[4,0],[6,-2],[8,-3],[4,0],[3,0],[2,1],[1,0],[1,1],[7,2],[2,-1],[1,0],[2,0],[1,0],[3,1],[2,1],[4,2],[3,1],[5,1],[2,0],[1,0],[7,-4],[1,0],[1,-2],[-1,-2],[3,-8],[8,-7],[5,-1],[5,-1],[5,1],[9,2],[3,1],[3,0],[3,-1],[2,-1],[4,-2],[6,-6],[2,-4],[5,-3],[9,-2],[4,-1],[6,0],[4,0]],[[4197,9470],[2,1],[9,-2],[4,1],[1,2],[3,3],[2,1],[1,2],[1,4],[-1,5],[0,8],[3,4],[3,2],[2,1],[3,0],[3,2],[2,2],[0,1],[1,2],[1,2],[0,1],[3,3],[3,2],[2,2],[2,-2],[1,-1],[2,-1],[6,-2],[9,-3],[8,1],[4,0],[13,3],[14,-3],[9,-2],[7,0],[1,0],[1,0],[4,-1],[2,-3],[0,-3],[1,-1],[0,-1],[3,-1],[1,0],[1,0],[2,2],[3,5],[3,7],[5,9],[6,5],[2,3],[0,2],[0,4],[3,8],[5,10],[3,3],[1,0],[4,1],[1,0],[2,0],[1,0],[6,-2],[4,0],[5,1],[3,0],[4,1],[4,2],[4,2],[2,1],[5,2],[4,3],[3,6],[4,0],[4,0],[4,-1],[1,0],[1,1],[1,0],[1,1],[1,2],[1,1],[1,1],[3,1],[3,0],[3,0],[1,0],[2,-3],[1,-2],[3,1],[2,2],[2,2],[1,2],[2,2],[6,1],[1,2],[0,1],[1,2],[1,9],[0,3],[0,4],[-1,0],[0,1],[0,1],[0,3],[2,5],[3,4],[1,0],[1,0],[0,-2],[2,-2],[1,-1],[1,-1],[2,-2],[4,-2],[5,-8],[4,-5],[4,-4],[2,-2],[0,-1],[0,-3],[0,-3],[0,-2],[0,-2],[1,-5],[2,-1],[6,-1],[4,-3],[3,-3],[4,-3],[4,-4],[4,-2],[3,0],[3,1],[3,2],[2,3],[5,6],[6,6],[6,5],[2,-1],[1,1],[4,3],[4,7],[2,6],[1,1],[2,2],[2,-1],[1,-1],[1,-2],[0,-1],[0,-3],[-1,-3],[0,-1],[1,0],[2,-4],[1,-1],[1,-1],[2,0],[1,0],[8,-1],[3,-5],[5,0],[4,4],[2,2],[3,5],[4,3],[5,4],[3,1],[3,0],[1,0],[1,1],[1,2],[0,2],[0,2],[0,2],[-1,4],[-2,6],[-6,9],[-2,3],[0,4],[2,6],[1,8],[1,3],[-3,8],[-3,9],[0,8],[0,5],[4,7],[4,2],[2,0],[2,1],[1,2],[1,1],[2,3],[0,3],[1,3],[0,1],[0,2],[2,4],[6,3],[6,2],[4,3],[3,2],[1,1],[1,0],[1,0],[1,0],[1,-2],[1,-5],[7,-6],[12,-1],[4,-2],[3,-3],[1,-5],[5,1],[1,1],[1,0],[1,1],[1,1],[1,1],[1,1],[4,2],[4,0],[4,-2],[2,-2],[1,-4],[-1,-3],[4,-5],[3,-3],[4,-10],[1,-3],[1,0],[1,-1],[1,0],[0,-1],[5,0],[3,0],[3,1],[3,2],[1,1],[1,0],[1,4],[1,2],[-1,3],[-1,5],[0,6],[4,5],[7,8],[4,3],[1,8],[1,2],[2,1],[3,0],[6,-3],[6,-2],[4,3],[4,6],[4,8],[4,5],[7,7],[5,4],[3,3],[11,-4],[1,0],[2,-2],[0,-1],[1,-1],[-1,-2],[0,-1],[-2,-3],[-2,-4],[0,-1],[2,-3],[1,-1],[5,-3],[8,-4],[1,-1],[7,-8],[6,-9],[-1,-7],[-2,-6],[-3,-4],[0,-3],[0,-1],[2,-3],[2,-2],[1,-6],[1,-4],[1,-3],[1,-1],[8,3],[3,6],[3,2],[5,2],[4,1],[5,3],[1,2],[3,2],[1,1],[2,0],[1,0],[6,-2],[4,-2],[2,-1],[4,-4],[2,-2],[4,-3],[2,2],[2,5],[2,2],[4,3],[2,4],[1,5],[5,6],[4,2],[8,3],[8,1],[3,-3],[3,-3],[1,-3],[1,-4],[2,-2],[4,0],[4,-1],[5,-1],[9,1],[5,-2],[4,-6],[1,-1],[1,0],[1,0],[4,2],[8,8],[1,5],[0,2],[-1,2],[-1,2],[0,1],[0,1],[0,3],[1,4],[2,3],[8,7],[7,7],[10,3],[8,2],[8,0],[4,4],[4,3],[4,4],[3,2],[3,0],[6,-3],[1,-1],[1,-1],[5,-9],[1,0],[2,0],[1,-1],[6,-6],[2,-2],[1,-2],[0,-2],[-2,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-5],[-1,-3],[0,-1],[4,-7],[3,-4],[3,-7],[4,-9],[1,-3],[1,-3],[1,-2],[-1,-3],[-1,-5],[-1,-4],[1,-8],[2,-5],[4,-11],[2,-10],[3,-8],[3,-3],[7,-7],[10,-3],[3,-7],[1,-3],[1,-6],[-1,-2],[-2,-5],[-1,-4],[2,-10],[1,-1],[3,-6],[5,-10],[1,-1],[0,-1],[4,-4],[2,-1],[3,0],[1,0],[1,1],[5,5],[2,3],[3,1],[3,1],[2,0],[2,0],[4,0],[4,1],[1,1],[2,2],[1,0],[7,0],[5,-3],[-1,-5],[-2,-7],[-3,-8],[4,-3],[5,4],[9,2],[2,2],[1,2],[3,2],[2,0],[5,-2],[2,-3],[3,-4],[6,1],[5,1],[1,1],[3,0],[3,0],[4,-2],[9,-2],[4,-2],[4,-6],[2,-2],[0,-2],[0,-2],[0,-8],[0,-5],[3,-5],[2,-7],[2,-4],[2,-5],[5,-7],[6,-4],[3,-5],[0,-1],[2,-3],[4,-5],[6,-3],[4,-1],[7,-5],[6,-3],[3,-6],[6,-7],[2,-3],[7,2],[3,1],[1,2],[2,5],[0,4],[0,6],[0,10],[1,12],[1,4],[0,1],[1,1],[1,3],[2,7],[-2,7],[0,4],[-1,6],[0,2],[2,1],[6,-1],[3,-1],[1,-1],[2,-1],[1,-1],[2,0],[3,1],[1,0],[4,1],[5,0],[3,0],[2,-4],[3,-3],[6,-4],[2,-1],[3,0],[10,3],[3,4],[4,6],[6,6],[9,5],[9,0],[4,-2],[4,-6],[8,-8],[6,-7],[5,-6],[2,-1],[2,0],[4,1],[2,0],[2,0],[3,-2],[1,-1],[2,-2],[4,-2],[3,-1],[5,-4],[5,-5],[3,1],[4,1],[3,-1],[3,0],[8,-4],[4,0],[2,0],[5,-2],[8,-4],[10,-4],[11,2],[4,-1],[6,-3],[5,-2],[3,-3],[4,-4],[1,-5],[2,-4],[2,-5],[5,-7],[2,-3],[5,-2],[4,-3],[8,-4],[4,-2],[4,3],[2,2],[2,1],[2,3],[0,2],[1,1],[1,0],[1,1],[7,0],[2,0],[3,-1],[1,0],[-1,-5],[-1,-10],[5,-6],[3,-5],[3,-3],[1,0],[1,0],[2,1],[4,-1],[4,-2],[3,-2],[3,-2],[1,0],[4,-1],[4,-2],[2,-3],[2,-3],[5,1],[6,-3],[2,-1],[0,-3],[0,-1],[-1,-3],[1,-5],[2,-3],[2,-2],[2,-1],[10,-4],[7,-3],[4,-2],[1,-1],[2,-6],[5,-3],[1,0],[2,-2],[1,-2],[1,-1],[1,-3],[0,-2],[1,-7],[0,-6],[1,-5],[3,-2],[1,-3],[1,-2],[1,-2],[1,-1],[0,-2],[0,-2],[0,-2],[-1,-3],[0,-1],[0,-1],[0,-1],[1,-1],[5,-1],[6,0],[6,0],[2,-1],[8,-2],[8,-3],[6,-3],[5,-5],[5,1],[3,3],[1,2],[2,3],[2,2],[2,1],[1,-1],[1,0],[2,0],[3,-1],[6,0],[6,0],[4,-1],[1,-1],[1,-1],[5,0],[5,1],[5,2],[7,6],[8,3],[5,7],[1,1],[1,1],[5,5],[1,0],[2,0],[1,0],[5,-2],[5,-2],[3,0],[3,1],[4,1],[5,2],[8,3],[5,2],[5,2],[4,1],[4,-2],[2,1],[3,1],[1,2],[0,2],[-1,2],[1,2],[0,3],[0,1],[1,1],[1,1],[3,1],[4,0],[5,2],[2,1],[7,4],[9,2],[10,6],[7,0],[10,0],[6,0],[4,-1],[6,-2],[6,-1],[1,-1],[2,-1],[2,-3],[1,-2],[2,-2],[2,-2],[1,1],[5,1],[0,1],[2,7],[0,2],[1,5],[0,3],[2,4],[2,5],[1,4],[4,11],[3,6],[3,2],[9,7],[8,0],[9,-3],[4,-2],[3,-5],[3,-2],[3,-2],[6,0],[5,-2],[4,-2],[3,-1],[3,0],[8,0],[6,2],[3,4],[8,3],[9,3],[7,2],[4,-2],[1,-3],[3,-3],[2,-1],[1,0],[2,0],[4,-1],[7,-1],[3,-1],[6,-4],[2,-2],[3,-3],[0,-2],[1,-2],[5,-6],[4,-1],[2,0],[2,0],[2,0],[2,2],[-2,8],[1,7],[1,0],[0,1],[0,1],[1,4],[1,4],[0,2],[1,5],[1,2],[3,2],[2,1],[8,-1],[9,-1],[7,0],[5,2],[6,7],[2,1],[1,0],[2,-2],[4,-5],[7,1],[2,1],[2,2],[1,3],[1,4],[1,2],[0,1],[6,5],[3,1],[1,0],[2,0],[6,2],[9,2],[2,0],[2,1],[1,0],[1,3],[1,2],[0,4],[1,3],[3,2],[5,-3],[5,-6],[3,-2],[3,-1],[2,-1],[3,-1],[1,-2],[4,-5],[0,-3],[1,-2],[0,-1],[2,-1],[5,-1],[2,2],[3,1],[4,0],[1,0],[2,0],[1,-1],[0,-4],[0,-7],[-1,-3],[-1,-5],[1,-5],[5,-5],[4,-3],[5,0],[11,0],[4,1],[6,2],[6,5],[7,4],[2,-1],[2,1],[3,3],[3,3],[7,3],[8,1],[2,0],[4,-1],[6,-2],[7,-1],[6,0],[4,2],[1,1],[1,1],[1,1],[2,2],[3,2],[3,1],[2,1],[2,0],[1,0],[2,0],[2,0],[2,7],[2,4],[1,8],[4,5],[1,2],[8,2],[9,1],[6,4],[1,0],[4,1],[3,0],[1,0],[3,-2],[4,-2],[8,0],[9,2],[7,-2],[1,-1],[4,-2],[4,1],[4,0],[1,0],[2,0],[1,1],[0,2],[-1,4],[3,4],[2,3],[2,1],[1,0],[3,-2],[4,-2],[4,1],[2,1],[7,2],[4,-3],[4,2],[3,3],[3,8],[0,10],[0,6],[1,1],[2,1],[2,0],[2,-1],[1,0],[2,1],[0,1],[3,4],[1,2],[0,2],[3,9],[5,8],[2,10],[1,2],[1,3],[1,3],[0,4],[-1,2],[0,2],[-3,6],[-1,3],[0,1],[1,2],[2,1],[2,1],[4,3],[1,1],[1,3],[0,3],[2,4],[2,2],[1,0],[10,4],[6,1],[2,2],[1,3],[-2,7],[-2,3],[-2,2],[-1,2],[-1,1],[-3,4],[-3,3],[-1,2],[-1,2],[-1,2],[-1,1],[-3,4],[-3,2],[-1,1],[-6,4],[-4,3],[-4,7],[-1,8],[1,4],[1,4],[7,4],[6,2],[1,1],[1,2],[1,2],[0,2],[0,3],[-1,6],[7,18],[2,1],[3,2],[1,3],[-1,9],[-1,8],[-1,9],[0,4],[-3,8],[-1,8],[-2,3],[-10,-2],[-8,-1],[-5,2],[-4,1],[0,3],[0,4],[0,20],[2,32],[1,7],[3,2],[0,2],[0,2],[-2,3],[-7,3],[-5,5],[-2,6],[1,9],[0,12],[-1,1],[-1,0],[-5,-1],[-7,-5],[-7,-5],[-4,1],[-3,1],[-2,1],[-2,0],[-3,0],[-4,-1],[-2,0],[-1,1],[-2,5],[0,3],[1,3],[-1,6],[-1,3],[-1,2],[-4,1],[-1,-1],[-1,-1],[-2,-1],[-1,1],[-2,2],[-4,5],[-2,3],[-2,3],[0,3],[-1,5],[-3,6],[-2,2],[0,7],[2,3],[1,8],[-1,7],[-3,8],[-1,9],[1,6],[3,4],[2,8],[5,8],[7,7],[3,2],[2,0],[3,0],[5,-2],[3,-1],[3,-1],[8,-1],[5,4],[1,6],[2,7],[1,3],[5,6],[5,3],[3,1],[1,1],[3,0],[1,1],[1,0],[1,0],[2,1],[4,2],[1,1],[0,2],[2,1],[6,4],[6,3],[4,2],[3,2],[1,0],[3,1],[2,0],[0,-4],[1,-2],[-1,-1],[2,-3],[2,-2],[6,-3],[6,-3],[2,-1],[2,-1],[3,-1],[7,0],[1,-1],[2,0],[3,-1],[1,-1],[4,3],[6,5],[2,3],[0,2],[1,-1],[3,-1],[2,-1],[2,-1],[12,-18],[1,-1],[1,-2],[2,-1],[2,-1],[3,-2],[18,-9],[4,-2],[6,-2],[4,-1],[4,0],[6,-1],[7,-2],[2,0],[2,1],[3,1],[9,5],[1,1],[2,1],[3,0],[2,0],[2,0],[8,-4],[4,-1],[4,-1],[6,0],[0,-2],[1,0],[1,1],[4,0],[3,-1],[3,-3],[1,-2],[3,-5],[5,-10],[0,-1],[2,-2],[1,-1],[10,-5],[3,-1],[6,-2],[7,-4],[6,-2],[9,-2],[3,1],[4,1],[2,2],[3,2],[2,1],[3,0],[2,-1],[2,-1],[1,-1],[3,-4],[0,-1],[1,-3],[1,-1],[1,-2],[2,-2],[8,-5],[3,-2],[2,-1],[1,0],[5,1],[2,0],[2,2],[3,1],[1,0],[1,0],[3,-2],[1,-1],[1,-1],[3,-9],[1,-2],[0,-4],[-1,-1],[-1,-1],[-1,-1],[-4,-2],[1,-2],[0,-1],[39,-45],[37,-16],[22,0],[6,-8],[1,-2],[1,-1],[0,-2],[0,-3],[0,-4],[0,-1],[-2,-2],[-2,-2],[0,-1],[-1,-1],[0,-3],[0,-2],[0,-1],[2,-4],[2,-5],[0,-2],[-3,-10],[-2,-5],[-2,-5],[-1,-3],[0,-3],[1,-2],[1,-3],[1,-2],[3,-3],[3,-4],[1,-1],[2,-4],[0,-2],[-1,-2],[-1,-2],[-3,-4],[-2,-2],[-1,-2],[-1,-1],[0,-2],[-1,-2],[0,-2],[0,-5],[0,-3],[1,-3],[1,0],[1,-1],[1,-1],[0,-2],[1,-4],[0,-9],[1,-4],[2,-4],[4,-10],[1,-4],[-1,-3],[0,-1],[-1,-3],[-3,-5],[0,-2],[-1,-4],[1,-3],[0,-2],[1,-6],[0,-1],[1,-2],[2,-3],[3,-5],[3,-4],[1,-2],[1,-3],[1,-12],[0,-4],[-1,-4],[-1,-7],[0,-2],[0,-2],[0,-10],[0,-3],[0,-6],[0,-3],[1,-2],[1,-1],[1,0],[1,-1],[5,0],[2,0],[2,-2],[2,-2],[1,-2],[1,-3],[0,-1],[1,-6],[0,-5],[-1,-5],[0,-5],[2,-4],[1,-4],[1,-2],[0,-2],[1,-8],[0,-2],[0,-5],[-1,-5],[0,-4],[0,-4],[-1,-4],[-2,-4],[-1,-4],[1,-5],[-1,-6],[-1,-12],[-1,-4],[-3,-3],[-6,-7],[-5,-4],[-1,0],[-4,-3],[-2,-2],[-1,-1],[-1,-3],[-1,-2],[-3,-4],[-2,-3],[-1,0],[-5,0],[-4,1],[-6,-1],[-3,0],[-1,0],[-2,1],[-4,2],[-3,4],[-2,5],[-1,1],[-1,2],[-7,5],[-1,1],[-9,2],[-5,1],[-5,3],[-1,1],[-2,0],[-3,-2],[-2,-1],[-1,0],[-1,-1],[-3,-4],[0,-1],[0,-1],[-1,-3],[-1,-1],[-2,-1],[-2,-1],[-1,0],[-5,1],[-2,0],[-1,-1],[-5,-4],[-1,-2],[0,-2],[0,-1],[-1,-4],[0,-5],[-1,-2],[-1,-3],[-1,-2],[-5,-6],[-2,-2],[-4,-3],[-2,-1],[-7,0],[-5,-1],[-2,-1],[-1,-1],[-1,-7],[1,-6],[1,-2],[0,-3],[1,-3],[-1,-2],[-2,-2],[-2,-1],[-3,-1],[-4,0],[-3,0],[-2,0],[-3,0],[-3,-1],[-1,-1],[-2,-2],[-3,-3],[-4,-4],[-2,-2],[-3,-3],[-3,-4],[-7,-7],[0,-2],[-4,-5],[-3,-4],[-5,-3],[-2,-1],[-3,-1],[-9,0],[-2,-1],[-6,-3],[-4,-2],[-1,-1],[-2,1],[-3,0],[-2,1],[-8,2],[-6,2],[-2,1],[-4,2],[-2,1],[-1,1],[-4,2],[-3,1],[-2,1],[-3,-1],[-1,0],[-1,-1],[-3,-2],[-6,-9],[-3,-4],[-1,-2],[-1,-5],[0,-2],[1,-4],[0,-2],[1,-3],[1,-1],[2,-3],[1,-1],[1,0],[2,-1],[3,-1],[1,0],[1,-1],[0,-1],[-1,-2],[-1,-5],[-1,-4],[-1,-3],[-4,-7],[-2,-5],[-1,-3],[0,-2],[0,-5],[1,-5],[3,-8],[0,-2],[0,-2],[-1,-1],[-1,-3],[-1,-1],[-4,-2],[-2,-2],[-2,-2],[-1,-3],[-1,-2],[-1,-2],[-2,-10],[0,-3],[2,-7],[1,-2],[1,-2],[3,-2],[4,-4],[5,-3],[5,-2],[2,-5],[1,-2],[0,-2],[0,-1],[-2,-4],[-1,-3],[-3,-3],[-2,-3],[0,-2],[-1,-3],[0,-4],[1,-2],[-2,-6],[-9,-5],[-5,-3],[-1,-2],[-1,-1],[0,-9],[1,-2],[2,-1],[1,0],[1,0],[5,0],[7,3],[1,0],[6,0],[1,-1],[0,-1],[2,-3],[1,-3],[0,-2],[0,-4],[-2,-5],[-4,-4],[-2,-2],[-5,-5],[-7,-7],[-1,-2],[0,-1],[0,-5],[0,-4],[0,-2],[1,-2],[1,-5],[1,-2],[4,-6],[6,-9],[3,-6],[1,-1],[0,-2],[0,-3],[-1,-2],[0,-1],[-1,-3],[0,-1],[1,-3],[1,0],[1,-1],[5,-2],[2,0],[1,-1],[4,-6],[0,-1],[1,-2],[1,-3],[2,-1],[5,-3],[3,-1],[6,-4],[3,-3],[1,-1],[0,-1],[1,-2],[0,-2],[-1,-3],[-2,-4],[-1,-5],[-2,-4],[-5,-7],[-3,-8],[-1,-2],[-3,-4],[-3,-1],[-3,-1],[-6,0],[-1,-1],[-3,0],[-1,0],[-3,-2],[-1,-2],[0,-1],[-1,-6],[-1,-3],[1,-2],[1,-3],[2,-2],[8,-7],[8,-7],[2,-4],[3,-4],[4,-5],[3,-7],[0,-1],[1,-3],[-1,-3],[0,-1],[-1,-1],[-1,-1],[-8,-2],[-2,0],[-3,0],[-3,0],[-2,1],[-3,0],[-2,0],[-5,0],[-6,-4],[-3,-3],[-1,-1],[-2,-3],[-2,-5],[-2,-3],[-3,-2],[-2,-1],[-2,1],[-2,1],[-5,1],[-5,2],[-2,-1],[-1,-1],[-1,0],[0,-2],[0,-1],[-1,-4],[0,-2],[0,-1],[1,-2],[0,-1],[3,-5],[4,-6],[0,-1],[1,-2],[1,-2],[4,-7],[1,-2],[0,-2],[-1,-1],[-1,-3],[-1,-2],[-2,-2],[-2,-2],[-2,-2],[-2,-1],[-7,-1],[-6,1],[-1,0],[0,1],[-6,7],[-3,3],[-1,2],[-1,2],[-1,1],[0,2],[0,3],[0,2],[0,1],[2,3],[0,1],[-1,1],[0,1],[-1,0],[-2,-1],[-1,-2],[-3,-4],[-1,-2],[-1,-5],[-1,-3],[0,-4],[-1,-12],[0,-4],[-1,-6],[-1,-3],[0,-1],[-2,0],[-4,2],[-1,0],[-4,3],[-2,1],[-2,-1],[-1,0],[-1,-2],[-1,-2],[0,-1],[0,-1],[2,-2],[0,-1],[1,-2],[1,-4],[-1,0],[0,-1],[-1,-1],[-2,1],[0,2],[-1,2],[-2,8],[1,8],[1,3],[-1,1],[-1,1],[-1,0],[-2,0],[-1,-1],[-1,-1],[-1,-4],[0,-2],[0,-2],[1,-7],[1,-3],[0,-3],[0,-4],[0,-5],[-1,-4],[0,-1],[-1,-1],[-3,0],[-3,0],[-3,2],[-3,1],[-1,-1],[-1,0],[-1,-2],[0,-1],[0,-2],[0,-11],[-1,-1],[0,-5],[0,-1],[0,-2],[1,-2],[1,-1],[1,0],[2,1],[1,1],[3,0],[1,-1],[1,-1],[1,-1],[1,-3],[0,-1],[0,-9],[0,-1],[-1,-1],[-2,1],[-2,1],[-7,-8],[0,-1],[-3,-8],[-2,-3],[-4,0],[-10,-2],[-6,-3],[-4,-4],[-7,-6],[-9,-1],[-4,-4],[-3,-7],[-3,-6],[-2,-5],[-6,-5],[0,-2],[0,-3],[0,-1],[0,-1],[-2,-6],[-2,-3],[0,-1],[-1,-1],[-1,0],[-3,-2],[-3,-8],[-1,-4],[1,-5],[1,-7],[0,-8],[0,-5],[-4,-11],[-4,-3],[-6,-3],[-4,-2],[-2,0],[-7,-3],[-7,-2],[-6,-4],[-1,0],[0,-1],[-3,-2],[-5,-2],[-2,-1],[-3,-1],[-2,1],[-3,2],[-1,0],[-4,0],[-4,0],[-4,0],[-9,1],[-6,1],[-1,0],[-3,0],[-1,-1]]],"transform":{"scale":[0.0010439563956395623,0.0007048045804580448],"translate":[19.243026499999786,34.70173199999985]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/HR.json b/dist-amd/map/TopoJSON/HR.json new file mode 100644 index 0000000000..0622111e94 --- /dev/null +++ b/dist-amd/map/TopoJSON/HR.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0]]},{"type":"Polygon","arcs":[[1]]},{"type":"Polygon","arcs":[[2]]},{"type":"Polygon","arcs":[[3]]},{"type":"Polygon","arcs":[[4]]},{"type":"Polygon","arcs":[[5]]},{"type":"Polygon","arcs":[[6]]},{"type":"Polygon","arcs":[[7]]},{"type":"Polygon","arcs":[[8]]},{"type":"Polygon","arcs":[[9]]},{"type":"Polygon","arcs":[[10,11]]},{"type":"Polygon","arcs":[[12]]},{"type":"Polygon","arcs":[[13]]},{"type":"Polygon","arcs":[[14]]},{"type":"Polygon","arcs":[[15,16,17]]},{"type":"Polygon","arcs":[[18]]},{"type":"Polygon","arcs":[[19]]},{"type":"Polygon","arcs":[[20]]},{"type":"Polygon","arcs":[[21]]},{"type":"Polygon","arcs":[[22]]},{"type":"Polygon","arcs":[[23]]},{"type":"Polygon","arcs":[[24]]},{"type":"Polygon","arcs":[[25]]},{"type":"Polygon","arcs":[[26]]},{"type":"Polygon","arcs":[[27]]},{"type":"Polygon","arcs":[[28]]},{"type":"Polygon","arcs":[[29]]},{"type":"Polygon","arcs":[[30]]},{"type":"Polygon","arcs":[[31]]},{"type":"Polygon","arcs":[[32]]},{"type":"Polygon","arcs":[[-17,33,34,35]]},{"type":"Polygon","arcs":[[36]]},{"type":"Polygon","arcs":[[37]]},{"type":"Polygon","arcs":[[38]]},{"type":"Polygon","arcs":[[39]]},{"type":"Polygon","arcs":[[40]]},{"type":"Polygon","arcs":[[41]]},{"type":"Polygon","arcs":[[42]]},{"type":"Polygon","arcs":[[43]]},{"type":"Polygon","arcs":[[-35,44,45,46]]},{"type":"Polygon","arcs":[[47]]},{"type":"Polygon","arcs":[[48]]},{"type":"Polygon","arcs":[[49]]},{"type":"Polygon","arcs":[[50]]},{"type":"Polygon","arcs":[[51]]},{"type":"Polygon","arcs":[[52]]},{"type":"Polygon","arcs":[[53]]},{"type":"Polygon","arcs":[[54]]},{"type":"Polygon","arcs":[[55]]},{"type":"Polygon","arcs":[[56,57]]},{"type":"Polygon","arcs":[[58,-46,59,60]]},{"type":"Polygon","arcs":[[61]]},{"type":"Polygon","arcs":[[62]]},{"type":"Polygon","arcs":[[-57,63]]},{"type":"Polygon","arcs":[[64]]},{"type":"Polygon","arcs":[[65]]},{"type":"Polygon","arcs":[[66]]},{"type":"Polygon","arcs":[[67]]},{"type":"Polygon","arcs":[[68]]},{"type":"Polygon","arcs":[[69]]},{"type":"Polygon","arcs":[[70]]},{"type":"Polygon","arcs":[[71,-61,72,73,74]]},{"type":"Polygon","arcs":[[75]]},{"type":"Polygon","arcs":[[76]]},{"type":"Polygon","arcs":[[77,-73,-60,-45,-34,-16,78,-12,79,80,81],[-69],[-76],[-77],[-71],[-70],[-68],[-67],[-66],[-65],[-58,-64],[-49],[-50],[-51],[-52],[-54],[-53],[-56],[-55],[-63],[-62],[-48],[-43],[-42],[-39],[-38],[-32],[-40],[-31],[-29],[-30],[-41],[-37],[-33],[-44],[-28],[-24],[-27],[-25],[-26],[-22],[-21],[-20],[-19],[-15],[-14],[-13],[-10],[-9],[-7],[-8],[-6],[-5],[-2],[-4],[-3],[-1],[82],[-23]]},{"type":"Polygon","arcs":[[83,-82,84,85]]},{"type":"Polygon","arcs":[[86,87,88,89,90]]},{"type":"Polygon","arcs":[[91,-74,-78,-84,92]]},{"type":"Polygon","arcs":[[93,-91,94,95,96]]},{"type":"Polygon","arcs":[[97,98,99,100,101,-88,102]]},{"type":"Polygon","arcs":[[-95,-90,103,104,105,106]]},{"type":"Polygon","arcs":[[-105,107,-75,-92,108,109,110,111]]},{"type":"Polygon","arcs":[[112,113]]},{"type":"Polygon","arcs":[[114,-97,115,116,117]]},{"type":"Polygon","arcs":[[118,119,-106,-112,120,121,-114,122,123]]},{"type":"Polygon","arcs":[[124,125,126,127,128,129,130,131,132,133,134,135,136,-103,-87,-94,-115,137,138]]},{"type":"Polygon","arcs":[[-116,-96,-107,-120,139]]},{"type":"Polygon","arcs":[[-123,-113,-122,140,141]]},{"type":"Polygon","arcs":[[-117,-140,-119,142,143,144]]},{"type":"Polygon","arcs":[[145,-143,-124,-142,146]]},{"type":"Polygon","arcs":[[147,148,-144,-146,149]]},{"type":"Polygon","arcs":[[-101,150]]},{"type":"Polygon","arcs":[[-99,151]]},{"type":"Polygon","arcs":[[-136,152]]},{"type":"Polygon","arcs":[[153,-135]]},{"type":"Polygon","arcs":[[-134,154]]},{"type":"Polygon","arcs":[[155,-133]]},{"type":"Polygon","arcs":[[-132,156]]},{"type":"Polygon","arcs":[[-131,157]]},{"type":"Polygon","arcs":[[-130,158]]},{"type":"Polygon","arcs":[[-129,159]]},{"type":"Polygon","arcs":[[-128,160]]},{"type":"Polygon","arcs":[[-127,161]]},{"type":"Polygon","arcs":[[-126,162]]},{"type":"Polygon","arcs":[[-139,163]]},{"type":"Polygon","arcs":[[-85,-81,164]]},{"type":"Polygon","arcs":[[-110,165]]},{"type":"Polygon","arcs":[[-148,166]]},{"type":"Polygon","arcs":[[-83]]}]}},"arcs":[[[5313,1359],[16,-13],[1,-1],[1,-1],[0,-2],[0,-2],[-8,-8],[-3,-1],[-6,-2],[-8,2],[-24,0],[-18,-16],[-5,-6],[0,-1],[-1,-2],[-3,0],[-1,2],[1,5],[9,12],[13,23],[1,2],[6,10],[2,3],[5,0],[8,0],[14,-4]],[[7597,1189],[2,-1],[2,-4],[8,-10],[10,-11],[11,-9],[9,-8],[-3,-2],[-5,0],[-8,4],[-9,3],[-10,1],[-2,-2],[-1,-3],[3,-3],[4,-5],[-3,-1],[-2,-1],[-2,0],[-13,0],[-6,1],[-1,1],[-3,6],[-4,9],[4,9],[2,0],[3,3],[3,6],[0,2],[-1,6],[0,4],[1,4],[3,2],[2,0],[6,-1]],[[5856,1369],[11,-6],[8,-4],[9,-4],[3,0],[19,4],[15,3],[4,-2],[6,-3],[11,-3],[6,4],[8,3],[17,-6],[3,-2],[8,-6],[-6,-18],[-10,-20],[-9,-15],[-4,-11],[-6,-7],[-14,-12],[-3,-2],[-12,-6],[-22,-7],[-7,5],[7,9],[4,4],[0,5],[-5,6],[-1,2],[-2,0],[-15,-2],[-13,-1],[-16,-5],[-13,-4],[-10,-6],[-10,1],[-4,3],[0,2],[-3,2],[-8,-4],[-8,3],[-3,6],[-5,15],[7,9],[1,1],[2,2],[1,4],[-2,6],[-3,16],[-1,17],[2,3],[22,9],[7,0],[6,0],[5,4],[7,9],[2,3],[1,0],[2,0],[11,-4]],[[7347,1320],[6,-5],[2,-4],[8,-5],[4,-1],[7,-1],[5,-2],[12,-7],[7,-2],[5,1],[4,-1],[7,-4],[8,-5],[2,-3],[-2,-3],[-3,-12],[-10,-1],[-9,7],[-8,8],[-5,4],[-6,2],[-6,1],[-3,0],[-4,0],[-3,2],[-4,3],[-8,12],[-12,11],[-2,2],[0,1],[1,2],[2,0],[5,0]],[[7442,1321],[4,-2],[8,-5],[7,-7],[0,-2],[6,-9],[13,-7],[19,-12],[18,-10],[6,-4],[6,-7],[7,-8],[8,-6],[3,-5],[2,-4],[1,-4],[-1,-5],[-7,-13],[-12,-14],[-1,-2],[-13,6],[-2,1],[-8,11],[-7,9],[-4,3],[-5,3],[-13,9],[-8,2],[-12,6],[-12,12],[-2,7],[3,5],[-5,10],[-9,13],[-11,15],[-3,1],[-4,5],[-10,9],[0,1],[7,0],[4,-1],[21,-1],[1,1],[5,-1]],[[6694,1429],[9,-2],[8,-2],[-2,-2],[-8,-11],[-2,-3],[-10,-8],[-6,3],[-1,1],[-9,-1],[-3,-2],[10,-9],[13,3],[22,-3],[5,0],[12,-2],[11,-3],[17,0],[22,2],[20,-11],[13,-4],[19,-8],[5,0],[9,-2],[12,-4],[12,-4],[11,-3],[6,-3],[5,-3],[20,-6],[20,-5],[12,-4],[11,-4],[17,-4],[12,-2],[16,-5],[7,-2],[4,-1],[6,-3],[11,-5],[7,-7],[-2,-1],[-3,-2],[-1,-4],[1,-6],[2,-5],[2,-2],[1,0],[19,2],[22,4],[10,-1],[18,-4],[4,-3],[5,-9],[8,1],[8,4],[10,2],[7,-2],[4,-6],[-1,-11],[4,-1],[8,1],[13,1],[18,-8],[21,-10],[6,-4],[9,-6],[15,-6],[17,-8],[6,-4],[0,-5],[-4,-4],[1,-2],[4,-11],[6,-3],[4,0],[3,-3],[3,-6],[-7,-10],[-2,-1],[-14,1],[-3,11],[-5,5],[-6,4],[-7,2],[-7,2],[-10,1],[-3,0],[-5,0],[-9,-7],[-7,3],[-4,2],[-14,14],[-14,6],[-5,2],[-9,3],[-16,3],[-11,2],[-7,4],[-7,5],[-6,4],[-7,2],[-6,2],[-3,-1],[-23,4],[-19,3],[-11,1],[-10,-3],[-13,-1],[-19,5],[-14,1],[-5,1],[-8,3],[-6,2],[-16,8],[-12,6],[-8,6],[-5,1],[-9,-3],[-10,0],[-11,0],[-6,3],[-4,3],[-10,9],[-12,8],[-9,6],[-11,5],[-2,0],[-21,3],[-20,1],[-19,6],[-3,4],[-4,2],[-3,1],[-7,0],[-12,-1],[-9,-1],[-2,1],[-4,3],[-2,5],[-2,7],[-1,2],[-3,3],[-10,4],[-13,2],[-10,2],[-9,4],[-20,10],[-13,13],[-3,6],[-4,3],[-9,2],[-4,-1],[-4,-4],[3,-6],[1,-2],[6,-1],[7,-7],[6,-8],[1,-3],[-2,-1],[0,-2],[3,-3],[3,-1],[6,0],[15,1],[15,-2],[7,-4],[2,-10],[-1,-4],[-1,-6],[-7,1],[-7,3],[-9,6],[-7,5],[-8,4],[-12,3],[-18,8],[-12,7],[-14,15],[-9,18],[15,-2],[8,0],[17,10],[11,8],[16,14],[7,-1],[7,2],[7,6],[1,1],[2,0],[8,-2]],[[4485,1866],[13,-15],[8,-10],[6,-15],[0,-1],[-1,-2],[-3,-1],[2,-3],[0,-3],[-4,-19],[-1,-7],[-1,-1],[-3,-2],[-19,4],[-8,7],[-1,18],[-1,13],[1,9],[0,21],[1,2],[2,2],[5,4],[4,-1]],[[4093,1958],[4,-2],[5,-4],[0,-1],[-5,-14],[-9,-7],[-4,-2],[-10,-5],[-5,-1],[-8,-2],[-2,-1],[-2,-3],[-22,8],[-1,4],[-2,4],[3,6],[4,2],[3,2],[9,3],[10,3],[7,4],[4,5],[3,1],[4,1],[8,0],[6,-1]],[[6152,1835],[1,-1],[-2,-3],[-4,-1],[-3,-3],[1,-4],[2,-3],[2,-1],[8,-4],[2,0],[7,0],[8,-2],[23,-6],[18,-3],[23,-3],[16,-5],[18,-1],[12,1],[1,0],[7,-3],[17,-9],[2,-2],[4,-7],[6,-13],[0,-4],[5,-5],[10,-17],[7,-20],[13,-7],[17,-3],[18,-4],[1,0],[4,-5],[-1,-9],[-7,-6],[-6,-3],[-5,0],[-16,1],[-23,-1],[-4,1],[-4,0],[-12,-3],[-15,-3],[-12,-3],[-2,-2],[-2,1],[-15,0],[-11,0],[-20,2],[-14,3],[-18,6],[-15,4],[-13,3],[-9,2],[-13,4],[-10,4],[-5,2],[-10,2],[-5,1],[-48,2],[-14,1],[-10,2],[-7,2],[-11,2],[-8,-1],[-11,-4],[-14,-9],[-6,-6],[-6,-5],[-15,-12],[-3,-1],[-20,-3],[-3,-1],[-2,1],[-1,-2],[-2,-3],[-7,-3],[-10,-5],[-10,-5],[-15,-8],[-5,-1],[-6,1],[-8,-1],[-9,-2],[-8,-3],[-5,-1],[-6,-1],[-2,0],[-8,3],[-15,4],[-1,1],[0,2],[4,4],[3,1],[4,-1],[3,2],[3,5],[3,6],[0,2],[-6,6],[-12,-5],[-21,-11],[-2,2],[-5,2],[-4,1],[-6,1],[-17,0],[-11,0],[-3,0],[-12,5],[-12,0],[-17,-2],[-13,-2],[-16,3],[-15,2],[-4,2],[-4,1],[-12,7],[-20,10],[-11,9],[-8,0],[-2,-2],[-5,-2],[-13,2],[-15,8],[-12,1],[-17,3],[-3,1],[-2,8],[-11,-1],[0,-19],[-1,-3],[-1,-4],[-2,-3],[-1,0],[-6,2],[-8,5],[-16,11],[-9,14],[2,14],[12,11],[13,8],[5,6],[2,9],[-1,5],[1,3],[2,1],[3,1],[17,2],[18,4],[14,3],[18,3],[10,-1],[8,5],[0,2],[-6,13],[0,-2],[2,-6],[0,-2],[-2,-2],[-9,-2],[-7,2],[-12,8],[-13,5],[-8,3],[-17,9],[-13,19],[-9,1],[-7,-1],[-3,-4],[-9,-13],[-1,-1],[-1,0],[-2,2],[-6,8],[-7,6],[-9,1],[-4,4],[0,4],[1,2],[11,9],[4,1],[4,1],[7,-1],[3,-1],[22,5],[23,0],[16,-2],[10,3],[12,-3],[10,-4],[16,-3],[13,3],[13,-16],[6,-3],[18,-7],[1,1],[1,0],[22,-7],[17,-5],[19,-6],[12,-3],[15,-3],[18,-4],[20,-4],[12,-5],[5,-2],[19,-6],[6,-2],[13,-1],[17,2],[9,2],[7,3],[6,3],[5,4],[8,0],[6,0],[9,-1],[8,4],[4,3],[3,1],[16,11],[21,1],[12,4],[6,1],[15,2],[5,-1],[20,2],[6,0],[15,-2],[9,1],[15,2],[15,3],[17,-2],[12,4],[15,3],[16,3],[7,-1]],[[4765,2064],[-1,-6],[-4,1],[5,-6],[10,-2],[11,1],[3,-8],[-5,-9],[-1,-1],[-7,-5],[-8,-5],[-1,-3],[0,-2],[2,-1],[5,-3],[12,-3],[5,2],[6,11],[2,5],[0,6],[2,3],[7,3],[5,2],[20,7],[6,2],[18,2],[21,-10],[2,-8],[2,-20],[0,-7],[-4,-9],[-8,-11],[-6,-7],[-3,-3],[-3,-1],[-2,-1],[-8,-8],[-3,-4],[-3,-6],[-6,-14],[-7,-14],[-2,-1],[-15,-8],[-10,-3],[-15,2],[-17,-1],[-7,2],[-6,-1],[-12,-6],[-5,-2],[-15,-2],[-2,0],[-5,1],[-2,1],[0,-1],[-22,-6],[-17,-3],[-18,-4],[-11,-3],[-8,-1],[-19,-1],[-17,2],[-3,0],[-8,-1],[-11,-3],[-2,0],[-1,2],[6,15],[4,3],[10,6],[15,7],[5,6],[1,3],[1,14],[-2,20],[-4,14],[-3,3],[-5,4],[-7,-2],[-8,-4],[-11,-8],[-3,-3],[-4,0],[-2,3],[-2,2],[-2,5],[-1,6],[-2,4],[-3,3],[-4,3],[-7,2],[-1,2],[1,1],[5,4],[5,3],[6,4],[8,5],[6,3],[17,11],[9,8],[7,2],[9,3],[21,4],[13,2],[14,3],[9,-3],[4,-6],[1,7],[6,5],[19,3],[5,1],[6,0],[8,0],[9,-1],[21,3],[6,-1]],[[7116,1627],[14,20],[7,11],[7,11],[8,15],[7,11],[4,4],[10,3],[7,2],[33,-4],[23,-4],[34,-12],[17,-6],[15,-8],[21,-24],[5,-5],[7,-8],[3,0],[6,0],[1,7],[11,20],[11,22],[6,9],[17,-10],[15,-7],[16,-12],[8,-5],[9,-14],[7,-12],[5,-7],[2,-7],[-3,-8],[-2,-3],[-2,-2],[0,-5],[4,-19],[5,-13],[6,-13],[11,-24],[5,-8],[8,-13],[10,0],[9,-6],[16,-5],[-2,-7],[-4,-6],[-9,-11],[-6,-17],[6,-11],[18,-1],[12,3],[8,-6],[41,-17],[16,-4],[10,-12],[4,-6],[8,-10],[6,-5],[11,-9],[14,-5],[14,-2],[7,-3],[1,-7],[0,-18],[10,-17],[11,-12],[24,-1],[17,-6],[13,-8],[14,-10],[8,-5],[8,-7],[4,-5],[14,-14],[14,-12],[25,-13],[5,-4],[7,-7],[3,-8],[2,-10],[-4,-11],[-1,-6],[-1,-6],[-4,-10],[1,-7],[10,-2],[14,-4],[16,-4],[11,-3],[11,-2],[2,-1],[1,-2],[4,-17],[2,-4],[4,-5],[6,-10],[2,-8],[7,-7],[11,5],[15,5],[13,-11],[4,-2],[3,1],[5,-1],[1,-1],[4,-6],[10,-16],[6,-13],[10,-9],[10,-16],[8,-13],[8,-7],[12,-5],[11,-4],[3,-5],[1,-18],[1,-7],[9,0],[24,9],[10,9],[9,6],[8,9],[8,0],[8,-4],[6,0],[15,-1],[10,-1],[23,6],[11,4],[24,0],[13,-3],[18,-3],[6,-7],[3,-6],[2,-3],[11,-22],[5,-6],[12,-18],[19,-10],[21,-19],[26,-24],[2,-1],[2,-1],[2,-1],[2,-2],[2,-19],[1,-1],[2,-9],[1,-3],[-2,-25],[0,-26],[-1,-6],[3,-17],[3,-3],[3,-5],[2,-3],[2,-5],[-9,-19],[-1,-2],[0,-1],[0,-3],[-1,-6],[-3,-13],[-2,-11],[0,-5],[5,-4],[5,-3],[7,-7],[5,-8],[8,-5],[15,-6],[10,-8],[3,-1],[1,-2],[2,-2],[6,-12],[2,-4],[5,-9],[2,-4],[5,-4],[6,-7],[1,-5],[3,-5],[11,-14],[5,-6],[5,-5],[8,-5],[8,-5],[7,-9],[2,-3],[5,-2]],[[8521,557],[-4,-2],[-6,1],[-3,1],[-5,-5],[-3,-7],[-3,-7],[0,-7],[1,-5],[1,-2],[6,-7],[12,-11],[4,-3],[11,-6],[3,-4],[-5,-1],[-9,4],[-9,4],[-7,5],[-5,4],[-7,7],[-1,2],[1,5],[-11,14],[-9,11],[-15,11],[-2,3],[-8,12],[-5,7],[-5,9],[-8,11],[-12,12],[-8,7],[-9,6],[-10,-2],[-7,-1],[-21,-2],[-7,3],[-15,12],[-4,4],[-2,4],[3,2],[6,-1],[9,-7],[8,-4],[1,1],[1,4],[-3,9],[-4,5],[-3,4],[-20,13],[-10,9],[-8,5],[-10,3],[-17,14],[-4,4],[-12,10],[-8,6],[-9,4],[-3,2],[-11,7],[-13,8],[-5,3],[-5,4],[-4,4],[-5,5],[-3,3],[-12,6],[-10,6],[-12,4],[-3,2],[-6,2],[-20,11],[-3,2],[-6,4],[-11,10],[-4,6],[-11,15],[-17,12],[-13,10],[-18,16],[-9,10],[-10,13],[-1,8],[-8,8],[-8,8],[-3,2],[-2,1],[-4,4],[-2,4],[-1,1],[6,13],[8,-4],[1,-1],[4,-6],[3,-3],[5,8],[3,6],[-1,4],[6,21],[1,1],[0,6],[-2,5],[-8,14],[-10,5],[-6,4],[-2,4],[-3,5],[-3,6],[-3,2],[-11,5],[-3,0],[-2,-2],[-1,-2],[-4,-4],[-9,-7],[-11,-3],[-14,3],[-5,3],[-3,4],[-3,4],[-8,7],[-3,3],[-13,5],[-13,6],[-2,1],[-6,0],[-7,5],[-7,7],[-7,6],[-11,2],[-9,0],[-14,1],[-19,6],[-6,0],[-6,1],[-9,2],[-14,10],[-5,10],[-14,12],[-2,4],[0,3],[4,4],[2,1],[4,0],[15,0],[5,-1],[2,-1],[4,-4],[1,-3],[4,-7],[4,-8],[3,-1],[2,0],[-1,7],[-2,5],[-2,5],[-3,4],[-6,8],[0,2],[5,2],[5,2],[16,5],[16,3],[8,0],[13,-4],[9,-2],[13,2],[3,2],[2,2],[2,7],[0,2],[-1,-4],[-2,-3],[-2,-1],[-2,-1],[-3,-1],[-11,1],[-7,0],[-5,2],[-9,2],[-16,1],[-7,0],[-10,-2],[-7,-4],[-9,-5],[-3,0],[-7,-1],[-7,3],[-3,6],[-8,6],[-12,8],[-5,10],[-7,16],[-2,7],[-1,9],[0,5],[-1,5],[-2,-1],[-5,-4],[0,-6],[0,-11],[4,-7],[-3,-8],[-16,5],[-15,8],[-17,9],[-17,7],[-19,12],[-14,8],[-14,10],[-6,3],[-5,8],[-6,12],[-7,12],[-3,4],[-2,0],[-8,1],[-14,6],[-11,9],[-11,12],[-7,5],[-3,0],[-19,6],[-7,3],[-16,12],[-15,13],[-11,13],[-4,6],[-1,5],[0,11],[1,2],[4,2],[3,-1],[8,5],[6,11],[-2,8],[-5,3],[-6,-7],[-11,-16],[-1,0],[-4,-1],[-6,2],[-6,2],[-2,3],[-2,4],[-5,7],[-6,6],[-7,2],[-3,3],[-2,7],[-1,3],[0,11],[-3,7],[-3,4],[-8,0],[-13,-5],[-13,-2],[-3,1],[-3,1],[-7,4],[-7,6],[-6,2],[-7,-1],[-4,-4],[-2,-7],[-3,-8],[-9,-12],[-6,-9],[-3,-1],[-2,1],[-8,7],[-6,12],[-7,10],[-2,1],[-6,4],[-10,9],[-7,6],[0,2],[-1,1],[-5,3],[-3,1],[-3,1],[-20,11],[-10,8],[-13,6],[-4,0],[-3,1],[-12,9],[-4,4],[-5,5],[-4,8],[-1,0],[-1,-1],[0,-3],[3,-9],[4,-5],[8,-5],[7,-3],[11,-10],[9,-11],[7,-7],[8,-6],[14,-6],[8,-6],[4,-5],[0,-7],[8,-15],[9,-16],[7,-8],[4,-10],[1,-9],[-5,-21],[-1,-2],[-3,-4],[-13,8],[-1,2],[-8,15],[0,3],[1,2],[5,5],[2,11],[-3,22],[-11,12],[-3,1],[-8,-1],[-3,-8],[0,-2],[-2,-1],[-7,0],[-6,2],[-11,7],[-7,3],[-6,0],[-20,11],[-11,6],[-18,8],[-11,12],[-20,1],[-13,3],[-17,4],[-16,4],[-4,2],[-20,9],[-4,2],[-6,3],[-12,7],[-8,5],[-3,2],[-2,1],[-6,3],[-9,2],[-6,2],[-9,1],[-19,7],[-12,3],[-8,2],[-5,1],[-7,6],[-7,4],[-8,-2],[-12,2],[-14,4],[-13,5],[-4,1],[-9,6],[-18,10],[-16,5],[-10,4],[-18,7],[-12,4],[-10,3],[-7,2],[-11,9],[-4,9],[1,11],[1,7],[5,1],[6,-1],[7,1],[2,2],[1,2],[1,10],[-4,9],[-4,3],[-1,1],[-4,3],[-7,1],[-4,1],[-14,10],[-7,7],[-3,5],[-2,5],[-1,2],[-3,1],[-4,1],[-4,1],[-7,5],[-5,2],[-9,1],[-13,-6],[-12,-1],[-13,1],[-15,-1],[-8,3],[-18,13],[-11,17],[-5,5],[-9,6],[-15,6],[-15,6],[-8,2],[-14,10],[-8,4],[-7,1],[-9,1],[-3,2],[-6,2],[-21,10],[-5,2],[-8,6],[-12,7],[-7,6],[-5,4],[-14,12],[-16,16],[-5,7],[-9,9],[-4,1],[-9,2],[-4,0],[-4,0],[-5,-1],[-10,-4],[-8,-5],[-2,-3],[0,-1],[-2,-2],[-8,-3],[-9,0],[-16,1],[-21,0],[-22,0],[-11,0],[-6,1],[-2,1],[-2,5],[-5,2],[-17,5],[-2,-1],[-9,1],[-10,3],[-4,3],[-4,3],[-4,1],[-5,-1],[-6,-2],[-8,-1],[-7,0],[-14,1],[-5,2],[-9,13],[-11,8],[-9,6],[-12,7],[-11,5],[-10,4],[-7,2],[-6,0],[-6,0],[-7,1],[-5,4],[-2,2],[-3,6],[1,2],[15,-12],[2,0],[3,2],[2,4],[1,5],[1,8],[3,10],[5,11],[6,1],[4,7],[-5,7],[-3,2],[-6,1],[-2,0],[0,-2],[1,-3],[2,-6],[0,-1],[-3,-2],[-2,1],[-5,5],[-4,5],[-3,8],[-1,5],[2,1],[4,5],[-2,6],[-5,4],[-7,3],[-8,3],[-2,2],[0,2],[0,1],[5,2],[4,0],[18,-3],[12,-3],[6,-3],[10,-7],[2,-2],[19,-13],[7,-6],[18,-12],[7,-8],[5,-4],[11,-1],[12,-1],[22,2],[14,2],[12,1],[6,1],[4,-1],[0,1],[4,0],[17,2],[15,1],[10,1],[18,-4],[21,-4],[5,0],[10,-1],[16,-6],[8,-1],[20,-2],[22,-2],[12,-2],[22,-5],[19,-7],[18,2],[18,-7],[20,-8],[14,-4],[9,-5],[3,-3],[0,-3],[4,2],[2,0],[15,-7],[13,-7],[13,-7],[16,-8],[4,-2],[6,-2],[16,-9],[10,-6],[3,-2],[11,-7],[6,-4],[9,-7],[5,-3],[15,-8],[20,-10],[10,-2],[5,0],[7,-3],[11,-5],[5,-4],[5,-3],[4,-4],[8,-17],[2,-13],[-2,-9],[1,-8],[0,-2],[1,-3],[9,-9],[6,-4],[13,-12],[3,-5],[1,1],[2,1],[15,8],[10,-9],[8,-6],[9,-3],[13,-2],[9,-1],[10,-3],[9,-7],[7,-3],[3,-2],[4,0],[3,5],[0,2],[-4,3],[-6,7],[-1,12],[-3,7],[-2,3],[-4,3],[-2,7],[7,0],[4,-1],[4,-2],[11,-10],[10,-7],[18,-10],[18,-8],[14,-7],[5,-3],[9,-3],[10,-5],[12,-8],[9,-2],[9,-1],[4,-1],[6,-4],[4,-4],[6,-7],[8,-11],[5,-5],[5,-4],[5,-4],[2,-1],[15,-7],[10,-8],[9,-5],[7,-2],[12,-1],[-1,3],[-4,8],[0,1],[-9,6],[-6,2],[-7,6],[-3,5],[13,-7],[16,-10],[21,-9],[-1,-2],[5,-11],[4,-7],[6,-5],[13,-7],[10,-6],[2,-2],[0,-5],[-2,-2],[10,-13],[19,-12],[18,-9],[15,-3],[2,1],[2,4],[-2,3],[-5,5],[-4,3],[-4,3],[-17,12],[-6,4],[-4,2],[-17,10],[-6,7],[-3,6],[0,19],[1,2],[0,3],[3,3],[6,7],[9,3],[0,4],[-5,7],[-7,4],[-10,-5],[0,-8],[0,-6],[0,-4],[-2,-4],[-3,-4],[-3,-2],[-5,1],[-7,4],[-20,12],[-8,4],[-32,25],[-3,4]],[[5608,2101],[13,-2],[8,-1],[7,0],[7,-1],[5,-2],[7,-4],[2,-2],[2,-5],[1,-4],[-1,-4],[-1,-2],[-4,-2],[-5,0],[-7,1],[-11,-4],[-9,-4],[-17,1],[-13,1],[-12,1],[-10,1],[-7,1],[-17,4],[-7,7],[6,5],[-1,2],[-3,2],[0,2],[0,1],[6,2],[18,7],[4,2],[22,1],[17,-4]],[[5051,2263],[18,2],[3,0],[20,-4],[2,-1],[20,-8],[3,-5],[3,-7],[-1,-4],[-2,-1],[-9,1],[-15,1],[-6,-1],[-7,-1],[-2,-2],[-2,0],[-1,2],[-6,8],[-12,10],[-4,-1],[-7,-3],[-13,0],[-5,0],[-4,9],[-5,4],[-7,1],[-4,0],[0,5],[9,10],[5,1],[10,2],[19,-18]],[[5371,2417],[16,-3],[6,-4],[0,-12],[-2,-6],[-5,-3],[-3,-4],[0,-4],[4,-11],[4,-3],[14,1],[20,2],[9,4],[8,2],[7,-4],[13,-7],[19,0],[4,1],[3,4],[8,8],[3,1],[4,1],[1,0],[7,-4],[12,-6],[11,-2],[7,-2],[2,-3],[2,-3],[0,-6],[-8,-15],[-5,-2],[-1,-1],[2,-1],[9,-1],[2,0],[5,-5],[3,-4],[11,-14],[5,-6],[7,-3],[7,-2],[2,0],[3,-2],[4,-4],[2,-2],[1,-4],[-1,-2],[-2,0],[-23,3],[-4,-4],[17,-12],[7,-5],[2,-5],[1,-4],[10,-7],[11,-3],[14,-7],[3,-1],[6,0],[21,5],[7,0],[9,2],[4,1],[10,3],[1,0],[16,-3],[3,0],[17,-3],[14,-1],[21,-2],[11,-2],[5,0],[3,2],[7,5],[2,1],[6,0],[17,-2],[5,-1],[2,-1],[19,-5],[15,-1],[4,6],[1,2],[3,0],[3,1],[14,1],[5,0],[1,-3],[3,-7],[9,-13],[4,1],[16,5],[21,-3],[16,0],[7,0],[13,-1],[21,-1],[22,-1],[11,-1],[1,-1],[16,-2],[13,-4],[6,-2],[12,-2],[6,-1],[12,-2],[19,-3],[17,-4],[20,-3],[27,-4],[24,-3],[11,0],[10,0],[8,0],[13,-2],[14,-4],[21,2],[9,0],[5,1],[7,2],[8,3],[9,1],[7,-2],[12,-3],[10,-2],[16,-4],[9,-2],[13,-8],[9,-6],[3,-5],[-1,-1],[-23,-2],[-12,-3],[-16,-5],[-18,-5],[-21,-2],[-21,-2],[-16,-4],[-6,-1],[-14,1],[-20,1],[-19,-1],[-14,-1],[-16,-1],[-6,0],[-5,0],[-6,1],[-3,1],[-14,3],[-8,-2],[-11,-2],[-6,0],[-8,-1],[-20,0],[-5,1],[-8,1],[-18,0],[-7,4],[-5,6],[-1,0],[1,-6],[-1,-2],[-13,-2],[-12,-2],[-22,-1],[-10,0],[-14,2],[-22,4],[-17,-2],[-17,3],[-13,1],[-18,0],[-18,2],[-10,1],[-11,2],[-9,2],[-5,0],[-9,1],[-6,1],[-22,5],[-18,4],[-19,2],[-14,1],[-4,1],[-7,1],[-4,1],[-5,1],[-11,0],[-11,-1],[-16,1],[-11,0],[-16,-1],[-20,-1],[-16,-2],[-11,-1],[-5,-1],[-10,-1],[-6,-2],[-14,-3],[-14,-1],[-13,0],[-15,0],[-7,0],[-11,5],[-12,4],[-7,2],[-20,5],[-5,0],[-1,-1],[-5,0],[-17,8],[-19,6],[-21,7],[-21,5],[-8,3],[-10,2],[-2,0],[-7,-3],[-2,-1],[-5,-1],[-8,-1],[-4,1],[-8,3],[-16,10],[-7,5],[-17,7],[-6,4],[-7,7],[-11,6],[-6,3],[-16,7],[-7,-3],[-10,-5],[-13,-3],[-6,4],[-6,2],[-16,4],[-8,3],[-3,3],[0,2],[1,1],[-1,5],[-5,5],[-16,8],[-21,11],[-17,11],[-10,3],[-9,3],[-9,2],[-9,1],[-4,1],[-15,11],[2,9],[10,2],[8,1],[16,0],[7,-4],[7,-4],[9,-5],[8,-2],[10,8],[6,4],[6,-3],[9,-3],[5,2],[10,17],[15,7],[8,6],[3,1],[23,2],[14,-1],[20,-1],[12,-1],[7,-1],[7,-1],[15,-4],[9,-3],[7,-4],[7,-7],[4,-4],[4,-6],[8,-11],[13,-9],[4,-1],[6,-1],[2,-1],[5,-3],[11,-11],[0,-1],[0,-1],[1,-1],[14,8],[12,5],[10,3],[-1,3],[-9,5],[-9,4],[-7,3],[-6,13],[-11,10],[-8,15],[1,16],[-3,7],[-3,3],[-4,1],[-5,-1],[-6,-12],[-10,-6],[-1,-1],[-2,1],[-9,9],[-5,5],[-9,9],[-5,6],[-2,3],[0,1],[2,3],[11,7],[3,1],[2,-3],[8,-12],[15,4],[3,6],[1,8],[3,4],[15,5],[3,-1]],[[7008,1740],[-6,3],[-22,8],[-6,-1],[-11,-3],[-16,-5],[-9,4],[-8,8],[-11,6],[-2,1],[-13,11],[-8,7],[-6,8],[-4,6],[-3,5],[-15,12],[-8,18],[-3,4],[-6,6],[-9,4],[-7,10],[-2,4],[0,2],[1,11],[-3,7],[-5,6],[0,9],[2,5],[1,3],[-1,9],[-6,13],[-3,7],[-5,8],[-1,1],[-3,0],[-1,-1],[-1,-1],[-6,-4],[-7,-5],[-5,-3],[-1,2],[-1,2],[-7,10],[-17,3],[-5,1],[-2,2],[-1,1],[0,2],[-1,12],[-1,16],[0,1],[0,4],[2,12],[6,4],[3,3],[1,2],[-3,9],[-3,8],[-5,7],[-1,0],[-3,-3],[-1,-9],[1,-11],[-1,-13],[-3,-13],[-3,-4],[-2,-1],[-11,1],[-2,2],[-10,12],[-3,5],[-2,4],[2,4],[-4,8],[-4,3],[-3,3],[-6,4],[-9,6],[-6,5],[-8,12],[-4,8],[-3,6],[-2,5],[-5,6],[-3,4],[-5,4],[-2,-1],[-5,1],[-1,1]],[[6646,2073],[12,23],[11,8],[35,21],[24,-2],[-32,40],[-16,45],[-10,11],[-45,-5],[5,29],[18,-7],[21,3],[50,-23],[21,1],[37,15],[21,52]],[[6798,2284],[1,-1],[7,-4],[13,-12],[15,-12],[0,-3],[3,-3],[7,-4],[10,-3],[5,-3],[10,-7],[9,-5],[8,-5],[5,-6],[21,-8],[12,-7],[13,-9],[11,-5],[16,-8],[4,-3],[10,-11],[6,-3],[8,-4],[8,-4],[13,-7],[7,-4],[9,-7],[7,-7],[5,-3],[27,-21],[20,-11],[8,-3],[8,-7],[14,-35],[2,-10],[3,-9],[10,-22],[9,-27],[19,-42],[5,-7],[5,-8],[3,-20],[3,-5],[12,-18],[12,-31],[1,-5],[4,-12],[11,-14],[-19,-11],[-19,-6],[-13,-2],[-15,-4],[-19,-6],[-12,-4],[-6,-3],[-14,-10],[-6,-4],[-7,-7],[-2,-2],[-5,-3],[-13,-8],[-16,-3],[-10,-2],[-16,0],[-9,-3],[-8,-1]],[[5375,2758],[11,-3],[12,-3],[7,-2],[7,0],[13,2],[6,0],[17,-2],[11,-3],[1,-1],[1,-4],[2,2],[11,0],[18,-2],[1,-1],[10,-2],[7,-1],[10,0],[5,-2],[4,-1],[5,-2],[4,-3],[7,-1],[8,0],[8,0],[2,0],[2,-3],[0,-3],[0,-3],[-1,-3],[1,-1],[9,3],[9,2],[17,-3],[15,-4],[8,-4],[11,-2],[4,1],[14,-2],[1,0],[1,-7],[2,-15],[4,5],[12,15],[16,-4],[5,-1],[5,-1],[9,-1],[19,-3],[7,-5],[11,-4],[4,-1],[11,1],[11,-3],[11,-7],[5,-5],[0,-2],[-1,0],[-4,-3],[-10,-2],[-10,0],[-1,0],[-6,-2],[-3,-2],[-2,-3],[-1,-3],[6,-5],[1,8],[7,0],[1,-2],[2,2],[9,1],[18,-2],[9,1],[8,3],[11,4],[4,-3],[12,-10],[9,-5],[11,-9],[6,-9],[7,-4],[6,0],[4,-2],[18,-10],[12,-8],[6,-6],[-3,-9],[-7,-7],[-8,-14],[-9,-12],[-3,-8],[-1,-9],[1,-7],[-5,-5],[-8,-6],[-7,2],[-3,-1],[-6,-7],[-12,-14],[-1,-1],[-7,-2],[-8,0],[-18,-4],[-15,-4],[-9,0],[-3,2],[-9,-1],[-16,-2],[-2,-1],[-1,-2],[-2,-2],[-15,-4],[-7,-1],[-8,0],[-16,1],[-5,1],[-8,1],[-11,-1],[-8,-1],[-10,0],[-15,0],[-11,0],[-15,0],[-3,0],[-5,-1],[-11,-3],[-4,-2],[-10,-3],[-5,-1],[-10,1],[-8,0],[-13,3],[-14,2],[-8,1],[-10,-2],[-1,-1],[-11,-3],[-24,-1],[-12,3],[-14,5],[-8,2],[-5,1],[-1,0],[-3,0],[-7,-2],[-2,0],[-8,4],[-1,0],[-1,1],[-12,3],[-2,0],[-1,-1],[-3,-2],[-15,3],[-10,1],[-6,1],[-15,2],[-23,3],[-14,2],[-9,5],[-16,4],[-2,1],[-19,12],[-5,6],[-10,14],[-17,16],[-3,-5],[-1,2],[-3,1],[-11,4],[-13,4],[-15,2],[-1,3],[1,7],[3,6],[0,5],[-2,4],[-11,3],[-6,1],[-1,-3],[4,-3],[2,-3],[-1,-7],[0,-1],[-13,3],[-2,1],[-3,1],[-13,8],[-6,4],[-3,3],[-11,10],[-8,15],[-1,11],[-1,10],[1,2],[2,0],[6,-2],[10,-7],[21,-7],[10,2],[0,3],[-9,13],[-2,19],[2,5],[4,4],[17,11],[10,3],[5,0],[6,-1],[5,2],[-2,1],[-11,1],[-10,4],[-6,4],[-1,3],[0,3],[4,12],[-3,10],[-2,5],[-5,9],[-7,3],[-6,5],[-5,10],[0,7],[0,6],[5,5],[3,1],[11,0],[5,-1],[16,-4],[10,-1],[10,-1],[14,-4],[15,-3],[13,-1],[19,-1],[7,-2],[4,-2],[8,2],[9,1],[8,1],[21,4],[14,2],[22,-8]],[[4893,2822],[15,-4],[8,0],[10,-5],[17,-10],[4,-11],[-1,-3],[8,0],[8,4],[4,-1],[6,-1],[3,-2],[6,-4],[1,-1],[1,-2],[-4,-14],[5,-8],[7,-4],[1,0],[4,6],[0,1],[1,6],[-2,8],[-1,3],[2,2],[2,1],[3,-1],[1,-2],[8,-13],[5,-9],[1,-3],[2,-3],[14,-9],[13,-11],[7,-9],[5,-14],[7,-15],[8,-12],[10,-9],[16,-10],[2,-2],[6,-8],[3,-4],[4,-12],[-1,-4],[-2,-3],[-3,-1],[-19,-5],[-9,2],[-11,7],[-10,8],[-17,9],[-19,11],[-13,6],[-15,3],[-12,7],[-8,6],[-7,14],[-9,8],[-17,10],[-8,4],[-10,3],[-3,-3],[-2,0],[-2,1],[-5,2],[-12,9],[-10,7],[-10,3],[-16,4],[-19,7],[-12,2],[-8,0],[-15,3],[-6,5],[-1,1],[0,1],[0,3],[2,2],[6,7],[2,2],[3,1],[2,1],[2,0],[-2,1],[-6,0],[-3,-2],[0,-2],[-3,-2],[-3,3],[-5,5],[0,2],[0,7],[-1,20],[12,14],[14,-1],[19,0],[4,0],[16,1],[17,0],[15,-4]],[[4615,2919],[2,-2],[3,-11],[-1,-10],[-2,-3],[1,-2],[0,-3],[0,-7],[-4,-4],[-2,-2],[-2,0],[-3,0],[-3,3],[-4,6],[0,2],[1,5],[-3,7],[-4,1],[-19,0],[-12,-1],[2,8],[8,6],[22,8],[15,1],[2,0],[3,-2]],[[4731,2926],[6,-2],[3,-2],[2,-2],[8,-11],[1,-5],[0,-6],[-3,-11],[-4,-3],[0,-2],[1,-3],[0,-4],[-2,-7],[-2,-1],[-5,0],[-3,1],[-4,3],[-10,1],[-9,-2],[-23,-7],[-8,-2],[-15,-1],[-17,2],[-1,0],[0,4],[3,9],[6,5],[8,11],[5,10],[0,3],[2,4],[1,2],[2,2],[4,1],[4,-1],[9,-3],[9,-3],[7,-1],[0,5],[0,1],[-4,2],[-9,1],[-6,5],[-2,4],[1,4],[1,2],[4,1],[3,-1],[19,-2],[6,1],[4,1],[8,-3]],[[4912,3056],[4,-2],[4,-1],[5,-1],[6,1],[6,1],[8,0],[10,-1],[2,0],[8,-4],[4,-1],[2,-2],[19,-12],[13,-7],[14,-6],[3,-6],[12,-7],[5,-3],[10,-2],[16,-4],[8,-3],[6,-1],[16,4],[7,-1],[1,-1],[0,-1],[-3,-4],[-4,-3],[-11,-2],[-3,-1],[-7,0],[-9,-1],[-12,0],[-9,-1],[-8,-2],[-12,-1],[-6,0],[-17,2],[-9,0],[-5,0],[-6,-1],[-3,0],[-11,4],[-10,3],[-1,1],[-3,1],[-3,1],[-2,-1],[-8,0],[-15,4],[-10,3],[-7,0],[-15,-10],[-22,-6],[-6,-1],[-9,2],[-5,2],[-16,6],[-5,1],[-4,0],[-3,-1],[-5,1],[-8,3],[-4,3],[-7,15],[0,2],[2,2],[2,1],[15,0],[12,1],[15,-5],[17,-4],[22,-3],[7,5],[-1,8],[-2,7],[-5,7],[1,1],[4,1],[0,2],[-8,7],[-2,2],[-9,0],[-2,2],[2,3],[11,5],[4,1],[3,1],[7,1],[7,0],[12,-4]],[[3842,3427],[10,-8],[5,-3],[10,-1],[8,0],[5,0],[11,-1],[6,-6],[5,-3],[6,-3],[5,-2],[8,-3],[1,3],[4,2],[5,-2],[9,-6],[9,-14],[11,-14],[9,-11],[6,-2],[18,-4],[17,-8],[9,-5],[13,-8],[3,-1],[2,-3],[3,-4],[0,-2],[-2,-1],[-18,5],[-23,5],[-15,2],[-11,-6],[-7,1],[-8,4],[-16,10],[-12,3],[-10,7],[-12,11],[-14,13],[-11,12],[-11,7],[1,-4],[-1,-3],[-4,2],[-9,5],[-13,7],[-4,4],[-1,7],[-6,17],[-1,3],[1,1],[1,0],[8,-3]],[[3896,3503],[7,-6],[7,-9],[4,-6],[16,-13],[16,-9],[11,-3],[19,-11],[5,-15],[0,-2],[-3,0],[-7,1],[-7,1],[-4,0],[-3,-2],[-10,11],[-10,12],[-3,3],[-10,7],[-10,7],[-13,12],[-3,5],[-4,7],[-3,8],[4,2],[1,0]],[[4063,3498],[2,-3],[0,-2],[-2,-2],[0,-2],[3,-4],[2,-3],[5,-4],[3,-3],[11,-6],[17,-8],[3,-2],[3,-5],[2,-7],[0,-8],[-3,-5],[-2,-1],[-6,7],[-8,5],[-7,3],[-6,0],[-6,3],[-9,8],[-7,6],[-2,4],[-3,10],[0,5],[3,6],[1,1],[4,1],[-1,3],[1,3],[2,0]],[[3965,3519],[8,-3],[6,-5],[15,-19],[11,-13],[3,-8],[8,-13],[2,-3],[9,5],[7,2],[3,-3],[1,-6],[0,-2],[-8,-13],[-5,-8],[-3,-5],[-4,-1],[-7,3],[-11,6],[-10,1],[-2,1],[-1,1],[-3,6],[-1,8],[1,1],[2,1],[2,1],[4,-1],[3,1],[-5,7],[-13,9],[-10,9],[-6,7],[-2,3],[1,1],[-2,11],[-3,11],[-3,6],[6,3],[7,-1]],[[4213,3500],[11,-8],[10,-12],[6,-7],[2,-3],[5,-8],[8,-16],[3,-8],[2,-12],[-8,-7],[1,-2],[2,-6],[4,-4],[2,-2],[2,-3],[1,-3],[1,-5],[0,-2],[-2,-3],[-3,0],[-1,0],[-8,10],[-3,13],[-5,5],[-4,4],[-3,2],[-14,11],[-14,11],[-14,16],[-7,7],[-4,6],[-1,4],[1,3],[1,1],[4,0],[11,-4],[5,1],[3,8],[0,9],[1,3],[3,1],[2,0]],[[3827,3787],[0,-4],[2,-3],[0,-2],[-2,-10],[-2,-4],[1,-1],[1,-1],[7,-3],[5,-6],[1,-10],[1,-4],[6,-12],[4,-5],[6,1],[1,0],[4,-1],[2,-2],[4,-3],[6,-10],[2,-3],[6,-5],[6,4],[3,2],[3,1],[6,-2],[8,-15],[4,-8],[1,-5],[10,-17],[3,-3],[8,-11],[6,-13],[-1,-6],[-13,0],[-12,1],[-8,4],[-5,3],[-11,5],[-15,9],[-8,14],[-8,13],[-2,4],[-5,11],[-1,6],[-4,4],[-5,-2],[-2,-3],[-13,5],[-7,5],[-6,8],[-2,7],[-4,5],[-11,11],[-7,10],[0,11],[-1,5],[-7,6],[-3,0],[-2,1],[-3,3],[1,8],[2,3],[2,1],[6,2],[6,0],[1,-1],[7,-13],[3,-5],[4,-10],[3,-1],[3,1],[2,0],[7,4],[1,4],[-1,4],[-2,1],[-2,2],[1,6],[6,8],[2,1],[1,0]],[[3248,3883],[5,-4],[2,-3],[21,-7],[4,0],[9,-3],[8,-6],[2,-7],[-2,-1],[-11,-1],[-12,0],[-2,-1],[2,-4],[8,-9],[10,-9],[2,-2],[15,-11],[15,-12],[10,-8],[17,-12],[6,-5],[19,-18],[9,-8],[11,-6],[17,-18],[16,-18],[6,-7],[6,-11],[4,-9],[22,-20],[20,-12],[13,-12],[15,-13],[3,-5],[2,-1],[4,-2],[10,-6],[12,-5],[9,-5],[8,-8],[17,-9],[14,-8],[11,-7],[-1,-8],[-5,-1],[-15,8],[-10,9],[-7,7],[-9,6],[-13,8],[-5,2],[-5,2],[-10,6],[-3,3],[-8,8],[-11,9],[-5,2],[-4,0],[-6,2],[-3,2],[-16,11],[-7,6],[-11,9],[-2,1],[-4,0],[-5,-1],[-8,2],[-7,5],[-6,8],[-4,4],[-4,2],[-7,1],[2,-5],[0,-2],[-7,1],[-2,2],[-8,8],[-8,9],[-6,6],[-10,8],[-16,12],[-11,18],[-13,17],[-9,3],[-8,2],[-2,-3],[-2,-1],[-8,7],[-8,7],[-7,10],[-12,15],[-3,3],[-10,11],[0,3],[0,5],[1,2],[-6,17],[-12,14],[-8,6],[-3,2],[-6,7],[2,9],[7,3],[15,5],[2,-1]],[[3302,3919],[19,-5],[4,0],[7,-4],[14,-8],[1,-2],[-1,0],[-10,0],[-7,1],[-3,0],[0,-6],[2,-4],[13,-9],[3,-1],[18,-4],[12,-5],[3,0],[0,1],[3,6],[1,4],[-3,5],[-5,5],[-1,3],[2,6],[1,3],[3,-1],[4,-3],[1,-3],[4,-16],[2,-16],[5,-7],[7,-7],[7,-7],[2,-2],[3,-14],[-1,-1],[-1,0],[4,-3],[7,-3],[2,-2],[1,-1],[7,-9],[1,-6],[7,-15],[8,-15],[10,-13],[10,-7],[-1,-2],[-5,0],[-6,1],[-9,14],[-18,13],[-5,5],[-4,5],[-13,13],[-13,10],[-12,7],[-5,1],[-7,4],[-5,3],[-4,4],[-14,18],[-16,14],[-5,8],[-4,6],[-5,3],[-11,3],[-14,-2],[-7,5],[-10,11],[-1,2],[1,1],[8,0],[1,-1],[4,4],[1,4],[0,3],[4,7],[3,3],[6,-2]],[[3297,4212],[4,-5],[1,-2],[0,-2],[11,-9],[16,-4],[8,-11],[20,-13],[6,-2],[7,-4],[9,-6],[11,-7],[12,-14],[12,-10],[10,-9],[7,-10],[7,-11],[8,-3],[6,0],[2,2],[2,2],[4,1],[3,0],[8,-5],[3,-2],[12,-17],[3,-7],[3,-7],[-2,-18],[3,-14],[1,-3],[7,-8],[7,-3],[3,-3],[3,-3],[4,-1],[7,-3],[16,-15],[17,-15],[10,-14],[9,-6],[9,-8],[5,-5],[4,-6],[3,-8],[1,-11],[0,-2],[-5,-2],[-5,1],[-3,3],[-8,4],[-8,-1],[-5,-4],[-4,-1],[-7,1],[-13,9],[-12,12],[-4,4],[-6,5],[-3,3],[-13,7],[-14,13],[-1,3],[-2,2],[-4,-1],[-6,-3],[-2,-7],[-6,-7],[-4,0],[-8,4],[-7,6],[-6,7],[-3,2],[0,4],[-3,14],[10,1],[-1,8],[-6,9],[-3,2],[-5,1],[-9,2],[-9,2],[-3,2],[-4,4],[-1,4],[-3,11],[-5,4],[-8,6],[-13,7],[-9,4],[-5,4],[-3,4],[-2,6],[-3,10],[-4,14],[-1,4],[-3,4],[-6,2],[-6,5],[-6,10],[-9,11],[-11,13],[-5,4],[-5,6],[-4,7],[-1,4],[-12,13],[-2,3],[-3,4],[-4,6],[-1,7],[2,2],[16,11],[3,2],[4,0]],[[2967,4258],[3,-5],[-2,-7],[0,-6],[4,-6],[5,-7],[10,-6],[3,-5],[8,-10],[10,-19],[1,-4],[-4,-3],[-3,0],[-9,3],[-2,1],[-7,8],[-4,4],[-12,11],[-11,9],[3,10],[5,5],[-1,10],[-6,5],[0,4],[-4,2],[-4,6],[0,2],[0,1],[1,1],[9,0],[7,-4]],[[6646,2073],[-1,2],[-5,13],[-6,19],[-1,3],[-4,5],[-11,15],[-4,6],[-17,12],[-7,5],[-13,5],[-6,1],[-11,4],[-14,6],[-6,3],[-4,3],[-2,3],[-9,20],[-7,3],[-8,4],[-10,8],[-14,13],[-10,5],[-7,2],[-9,1],[-9,3],[-9,10],[-5,4],[-9,3],[-8,2],[-10,6],[-8,5],[-5,2],[-3,0],[-7,-4],[-13,1],[-4,3],[-19,11],[-5,3],[-4,3],[-5,8],[-1,10],[-2,4],[-10,9],[-10,6],[-13,3],[-15,8],[-12,8],[-18,12],[-2,3],[-1,3],[-1,11],[-3,17],[-1,7],[-1,2],[-3,3],[-6,2],[-2,0],[-15,2],[-18,8],[-3,2],[-1,6],[-9,17],[-5,3],[-8,7],[-2,2],[2,8],[0,2],[-2,4],[-2,3],[-1,7],[-1,7],[-6,10],[-4,6],[-5,4],[-11,4],[-4,2],[-5,3],[-7,9],[-12,11],[-8,4],[-5,5],[-1,2],[-2,11],[-3,10],[-2,4],[-6,5],[-15,17],[-4,6],[-2,4],[-5,6],[-7,7],[-4,4],[-2,1],[-11,15],[-9,11],[-13,11],[-4,4],[-5,7],[-13,19],[-3,12],[-2,4],[-5,5],[-5,1],[-4,2],[-2,1],[-13,13],[-11,12],[-3,4],[-8,9],[-9,6],[-5,3],[-9,7],[-6,5],[-3,3],[-1,2],[-7,9],[-1,1],[1,6],[-3,4],[-1,2],[-3,3],[-4,-1],[-3,-2],[-1,-1],[-2,-1],[-12,-2],[-4,-1],[-3,1],[-17,3],[-6,1],[-12,3],[-10,1],[-4,-1],[-6,-1],[-4,0],[-4,0],[-9,2],[-7,2],[-14,3],[-7,1],[-8,-2],[-11,1],[-19,6],[-23,5],[-17,-1],[-4,-1],[-5,1],[-4,1],[-4,1],[-9,4],[-20,5],[-7,3],[-6,4],[-14,9],[-2,2],[-2,6],[-4,10],[-5,15],[-5,7],[-5,8],[-5,4],[-4,-2],[-8,-4],[-7,-1],[-7,0],[-8,-1],[-12,0],[-6,3],[-12,2],[-13,-4],[-9,6],[-11,9],[-10,8],[-20,15],[-19,10],[-20,6],[-14,2],[-3,4],[-8,7],[-16,12],[-10,12],[-11,11],[-8,5],[-3,3],[-10,8],[-4,6],[0,5],[-1,5],[-3,11],[-1,2],[-3,1],[-1,1],[-3,-1],[-3,-3],[-6,-5],[-9,-1],[-16,1],[-12,2],[-10,0],[-18,0],[-19,0],[-16,-2],[-9,-1],[-15,1],[-7,1],[2,5],[-1,4],[-1,3],[-3,1],[-4,2],[-4,0],[-2,-2],[-5,-5],[-17,-3],[-12,0],[-8,1],[-9,2],[-21,7],[0,3],[15,9],[8,5],[8,-1],[19,-1],[3,1],[7,3],[2,3],[2,4],[0,4],[-6,1],[-5,3],[1,2],[1,2],[2,1],[14,6],[10,3],[12,0],[13,0],[16,-1],[16,-2],[-1,1],[-1,6],[7,4],[-7,7],[-5,4],[-2,0],[-11,1],[-2,2],[-3,0],[-3,-2],[-4,0],[-10,1],[-14,2],[-2,2],[-1,2],[1,1],[-3,6],[-5,3],[-4,0],[-9,1],[-6,0],[-23,0],[-18,5],[-10,1],[-15,1],[-15,3],[-13,1],[-14,2],[-10,0],[-10,-6],[-10,-2],[-3,1],[-3,-2],[-9,-5],[-16,-10],[-14,-11],[-9,-14],[-2,-2],[-1,-3],[-7,-3],[-11,-3],[-2,0],[-1,0],[-3,2],[-4,1],[-6,1],[-1,0],[-1,-1],[-19,-7],[-10,-7],[-11,-8],[-14,-3],[-2,0],[-2,2],[-4,1],[-22,3],[-4,0],[-9,-4],[-18,-13],[-19,-4],[-20,1],[3,5],[-6,4],[-15,-1],[-9,1],[-6,2],[-23,2],[-2,0],[-8,3],[-20,0],[-14,-2],[-11,-5],[2,-3],[6,-2],[11,-3],[22,-7],[12,-1],[16,-5],[5,-3],[4,-2],[4,-1],[3,-1],[8,0],[5,-1],[2,-1],[4,-14],[-2,-8],[-2,-4],[-5,-6],[-3,-1],[-18,-4],[-6,-1],[-18,-1],[-16,-2],[-15,2],[-12,10],[-6,5],[-4,-2],[-1,-4],[4,-4],[10,-5],[13,-7],[2,-1],[2,-2],[0,-2],[-10,-8],[-7,-5],[-8,-3],[-6,2],[-14,3],[-19,5],[-9,7],[-7,7],[-6,1],[-8,2],[-6,-1],[-3,-5],[-4,-4],[0,-2],[-1,-2],[-3,-2],[-3,-1],[-3,1],[-14,7],[-5,4],[-3,7],[-3,8],[-3,7],[-15,4],[-11,4],[-8,5],[-5,12],[-2,4]],[[4493,3028],[8,10],[24,-2],[8,4],[20,-4],[27,14],[4,11],[-52,29],[4,13],[26,-1],[6,10],[16,-12],[19,-4],[3,12],[13,1],[-2,15],[-17,0],[-11,5],[-4,36],[-14,4],[-12,24],[-13,44],[15,26],[21,8],[12,15],[10,4],[32,-15],[4,30],[7,14],[10,11],[8,1],[-4,25],[-8,16],[27,-3],[23,48],[15,52],[7,1],[19,-11],[17,-1],[12,-18],[71,-27],[29,61],[50,-24],[1,11],[8,5],[55,-14],[19,3],[32,54],[-10,23],[-18,21],[21,33],[20,7],[-35,41],[8,0],[9,9],[43,23],[5,10],[15,2],[15,21],[34,28],[32,12],[-64,82],[9,0],[-55,48],[-45,21],[-10,37],[9,5],[17,56],[4,5],[21,-19],[9,-3],[22,0],[16,9],[15,-4],[9,15],[-21,18],[3,11],[21,26],[7,-8],[6,10],[6,1],[9,-8],[7,3],[2,-5],[20,19],[10,20],[48,24],[93,3]],[[5345,4105],[9,-47],[24,-10],[36,-14],[5,-13],[15,-6],[6,-22],[7,-5],[3,-13],[11,-14],[10,-10],[5,-10],[10,-10],[20,-21],[4,-4],[4,-3],[2,-1],[8,-2],[3,-4],[2,-2],[1,-2],[6,-8],[9,1],[25,-27],[33,-18],[8,-7],[8,-19],[2,-10],[2,-15],[2,-11],[2,-12],[-3,-14],[0,-20],[1,-9],[7,-6],[5,-10],[-1,-4],[2,-10],[3,-5],[3,-5],[24,-31],[11,-14],[7,2],[33,-6],[37,-12],[17,-16],[22,-53],[2,-1],[10,-4],[26,-25],[30,-19],[8,-10],[6,-13],[0,-5],[2,-10],[4,-2],[5,-3],[4,-14],[25,-16],[12,-10],[4,-10],[9,-15],[1,-3],[4,-9],[13,-8],[6,-19],[0,-6],[43,-41],[20,-18],[9,-21],[2,-6],[8,-14],[5,-6],[7,-13],[1,-1],[9,-8],[17,-15],[1,-5],[-1,-4],[1,-3],[11,-11],[12,-8],[5,-3],[11,-9],[7,-8],[10,-5],[19,-5],[9,-2],[2,-5],[13,-8],[2,-2],[14,-11],[9,-11],[5,-5],[11,-10],[13,-5],[6,-11],[26,-14],[12,-18],[5,-3],[8,-3],[1,-1],[7,-6],[9,-20],[8,-3],[8,-1],[26,-8],[11,12],[1,0],[1,2],[6,2],[19,5],[11,-4],[10,-3],[6,1],[3,1],[8,3],[5,-2],[5,-2],[13,-8],[12,-8],[7,-4],[9,-7],[7,-4],[8,-5],[6,-4],[2,-2],[3,-5],[12,-11],[6,-8],[5,-17],[1,-7],[1,-19],[-2,-10],[-1,-1],[0,-12],[-1,-8],[-3,-10],[-10,-16],[-5,-11],[-5,-8],[-5,-3],[-9,-11],[-8,-7],[-5,-5],[1,-6],[3,-5],[5,-6],[5,-11],[0,-7],[5,-28],[1,-9],[9,-16],[1,-1],[1,-8],[2,-8],[2,-4],[7,-19],[31,-70],[3,-5],[8,-16],[4,-11],[4,-10],[1,-2],[11,-14],[11,-13],[2,-1],[2,-1],[1,-1],[2,-8],[2,-10],[3,-11],[-1,-15],[5,-8],[6,-10],[5,-9],[1,-2],[3,-1],[6,-1],[6,-1],[4,-1],[1,-1],[3,-2],[1,0],[2,-1],[19,0],[11,-1],[11,-4],[8,-2],[8,-2],[5,-1],[40,-36],[9,-25],[4,-16],[2,-12],[1,-8],[-1,-6],[-1,-5],[-1,-4],[-3,-11],[-2,-4],[0,-3],[1,-6],[3,-8],[0,-2],[3,-7],[3,0],[2,1],[2,1],[8,0],[11,-4],[5,-2]],[[2988,4355],[11,-9],[5,-4],[15,-13],[11,-9],[9,-8],[7,-12],[2,-3],[-1,-2],[9,-17],[10,-20],[11,-8],[6,-13],[10,-6],[9,-4],[2,-1],[1,-2],[0,-2],[-1,-5],[-1,-3],[9,6],[1,-1],[5,-4],[0,-1],[0,-4],[-2,-6],[-4,-3],[-3,-1],[1,-4],[0,-1],[8,-16],[7,-5],[3,-3],[8,-10],[1,-2],[1,-2],[-2,0],[-5,3],[-10,7],[-8,6],[-17,14],[-14,12],[-14,11],[-14,17],[-5,7],[-15,20],[-7,9],[-15,14],[-19,6],[-3,9],[0,11],[2,16],[-2,10],[-4,5],[-3,7],[-1,8],[0,5],[1,1],[3,1],[2,-1]],[[2975,4525],[6,-4],[8,-9],[11,-13],[4,-5],[7,-1],[7,-4],[5,-4],[12,-9],[2,-2],[3,-4],[0,-5],[6,-7],[12,-6],[10,1],[14,-15],[13,-14],[12,-12],[17,-8],[8,-4],[21,-11],[9,-9],[5,-6],[-1,-6],[-2,-5],[3,-7],[4,-5],[9,-15],[1,-4],[2,-1],[6,-7],[9,-10],[10,-10],[17,-7],[2,0],[4,-3],[1,-3],[0,-1],[-2,-2],[8,-8],[6,-5],[10,-3],[11,-13],[10,-15],[5,-17],[-1,-14],[-8,-17],[-4,-4],[-6,-4],[-4,1],[-5,6],[-1,3],[-1,5],[2,0],[7,5],[-1,6],[-3,5],[-7,4],[-12,15],[-8,18],[-7,7],[-3,5],[1,2],[-4,2],[-5,-1],[1,-5],[7,-19],[3,-3],[-1,-2],[-1,-1],[-4,2],[-5,6],[-7,9],[-7,7],[-3,-1],[5,-16],[-1,-3],[-9,-5],[-4,3],[-7,4],[-15,17],[-6,8],[-1,4],[-8,11],[-3,2],[-2,4],[-18,14],[-11,12],[-7,9],[-8,10],[-13,15],[-8,12],[-4,6],[-9,18],[-6,12],[-2,5],[-3,2],[-5,3],[-2,-1],[-3,-5],[-11,7],[-8,6],[-4,9],[-7,10],[-7,3],[-5,3],[-4,3],[-14,14],[-3,12],[3,13],[-7,11],[-10,16],[0,3],[1,5],[4,6],[4,-1]],[[2913,4547],[6,-5],[4,-3],[8,-10],[12,-13],[2,-1],[7,-3],[6,-5],[4,-20],[-1,-2],[-8,2],[-13,5],[-2,1],[-3,2],[-11,11],[-14,20],[-4,8],[-6,7],[0,4],[0,2],[2,1],[5,2],[6,-3]],[[2646,4563],[10,-11],[16,-14],[10,-9],[10,-9],[10,-12],[10,-6],[8,-8],[0,-13],[3,-7],[3,-4],[2,-2],[6,-6],[10,-13],[5,-5],[6,-6],[3,0],[3,0],[9,3],[10,-5],[3,-3],[0,-3],[-3,-3],[0,-19],[21,-21],[18,-14],[16,-9],[18,-12],[9,0],[0,9],[-1,2],[1,2],[3,0],[5,-1],[5,-3],[5,-6],[4,-6],[6,-22],[8,-11],[5,-11],[4,-10],[3,-11],[4,-21],[0,-2],[1,-5],[2,-11],[2,-4],[2,-5],[11,-17],[4,-5],[9,-17],[2,-7],[5,-9],[9,-8],[12,-6],[7,-3],[5,-6],[3,-6],[8,-9],[10,-11],[16,-16],[4,-1],[1,10],[5,8],[16,-8],[14,-8],[2,-2],[0,-6],[0,-1],[1,-17],[10,-19],[11,-5],[8,-3],[5,-6],[5,-8],[3,-5],[7,-6],[8,-6],[9,-3],[5,-2],[3,-3],[3,-4],[-2,-2],[3,-10],[2,-3],[1,-2],[7,-7],[5,-4],[15,-12],[11,-6],[12,-6],[15,-7],[3,-3],[6,-4],[7,-8],[3,-8],[2,-12],[-9,-4],[-4,-2],[-15,-7],[-13,3],[-12,8],[-19,13],[-7,3],[-12,5],[-12,4],[-2,11],[-5,7],[-11,9],[-6,10],[-1,4],[-12,7],[-3,0],[-6,-7],[-5,-6],[7,-9],[13,-7],[4,-5],[4,-6],[6,-15],[2,-6],[0,-2],[-3,-1],[-3,1],[2,-5],[5,-6],[9,-9],[4,6],[8,2],[8,-4],[3,-7],[6,-7],[4,-3],[6,-4],[13,-7],[7,0],[6,-5],[2,-3],[0,-7],[-8,-12],[-9,2],[-8,4],[-2,3],[2,5],[-13,9],[-14,9],[-6,5],[-11,13],[-19,16],[-18,15],[-11,11],[-15,15],[-12,13],[-8,11],[-11,16],[-4,6],[-12,16],[-8,12],[-6,11],[-4,5],[-6,5],[-6,5],[-2,2],[-3,7],[-6,12],[-12,21],[-7,10],[-8,14],[-8,16],[-5,12],[-5,8],[-9,8],[-4,5],[-1,2],[-2,7],[-5,12],[-6,13],[-8,16],[-3,6],[-2,2],[-4,5],[-6,3],[-3,4],[-4,6],[-3,3],[-3,6],[-8,10],[-6,8],[-12,11],[-4,5],[-6,7],[-5,8],[-3,2],[-13,11],[-10,8],[-13,8],[-11,7],[-2,3],[-3,3],[-12,20],[-7,14],[-4,6],[-10,11],[-20,18],[-14,14],[-14,13],[-14,10],[-6,3],[-3,-2],[-1,-2],[4,-10],[4,-8],[0,-1],[-2,-1],[-2,1],[-5,2],[-11,9],[-7,5],[-16,8],[-18,10],[-9,4],[-7,5],[-5,7],[-8,17],[-2,3],[3,5],[7,7],[4,4],[11,4],[5,-3],[2,-4],[-9,0],[-6,0],[-5,-2],[-2,-2],[0,-3],[4,-7],[16,-18],[6,-2],[12,-6],[6,-7],[4,-7],[2,-3],[7,0],[5,8],[-1,4],[-7,3],[-7,1],[-3,2],[-9,10],[-1,1],[-2,4],[1,4],[0,1],[17,-1],[10,-6],[5,-5],[3,-5],[1,-3],[0,-1],[7,-6],[11,-4],[2,1],[1,2],[0,2],[-2,6],[-3,5],[-13,15],[-10,16],[-11,18],[-1,2],[-1,5],[0,7],[2,8],[1,1],[6,-6]],[[2704,4563],[11,-4],[16,-8],[9,-8],[8,-6],[7,-5],[8,-6],[14,-16],[9,-13],[-1,-2],[-3,-1],[-4,0],[-4,6],[-6,5],[-5,4],[-8,2],[-1,-2],[-2,-1],[-2,1],[-10,7],[-4,11],[-3,6],[-12,2],[-8,2],[-6,5],[-13,12],[-2,5],[-1,5],[2,1],[2,1],[9,-3]],[[2789,4623],[2,-3],[8,-13],[12,-12],[15,-16],[6,-7],[13,-18],[6,-12],[4,-8],[6,-4],[2,0],[1,2],[1,0],[8,1],[3,0],[2,-1],[4,-5],[7,-12],[5,-8],[5,-6],[2,0],[5,0],[3,-1],[4,-5],[12,-17],[0,-2],[-5,-23],[-2,-3],[-8,0],[-3,2],[-10,14],[-14,11],[-8,-2],[-16,13],[-5,6],[-4,6],[-6,5],[-2,4],[-2,6],[-3,6],[-5,0],[-2,0],[-6,4],[-4,8],[-1,3],[0,7],[0,5],[-7,8],[-10,12],[-17,18],[-4,7],[-4,9],[-1,9],[5,10],[4,3],[2,0],[2,-1]],[[2554,4771],[9,-9],[6,-7],[9,-9],[3,-4],[8,-12],[7,-8],[7,-7],[8,-4],[7,1],[6,-2],[8,-4],[13,-10],[12,-12],[6,-8],[9,-9],[6,2],[5,4],[-2,5],[2,7],[3,5],[1,0],[16,-10],[7,-7],[7,-15],[4,-8],[-1,-3],[-9,-11],[-12,-7],[4,-7],[0,-4],[-1,-2],[-4,-1],[-4,2],[-22,9],[-16,11],[0,3],[0,1],[-4,7],[-1,0],[-16,6],[-11,5],[-3,3],[-6,6],[-2,3],[-2,9],[-6,3],[-10,6],[-17,8],[-3,0],[1,-8],[7,-18],[7,-13],[9,-14],[3,-3],[4,-3],[2,-3],[7,-8],[1,-6],[-1,-2],[-4,-1],[-7,0],[-3,1],[-5,3],[-3,3],[-4,12],[-4,11],[-5,11],[-3,4],[-5,6],[-4,7],[-2,10],[-6,12],[-3,5],[-3,4],[-4,5],[-3,5],[-2,6],[-3,8],[-3,12],[-2,16],[14,13],[1,0],[2,-1]],[[2383,4831],[21,-2],[4,-3],[16,-14],[4,-8],[5,-9],[-1,-4],[-1,-1],[-21,-8],[-2,0],[-16,11],[-4,4],[-12,13],[-5,5],[-4,6],[-2,2],[0,2],[2,2],[3,2],[8,4],[5,-2]],[[4493,3028],[-1,-1],[0,-1],[1,-3],[-10,-19],[-9,-12],[-2,0],[-6,1],[-4,7],[0,2],[2,7],[1,7],[-3,6],[-11,1],[-6,-3],[-8,-8],[-6,0],[-5,2],[-15,12],[-16,9],[-1,2],[-1,2],[1,1],[14,14],[6,2],[7,-2],[7,-5],[3,0],[12,5],[11,10],[-1,2],[-3,6],[-6,8],[-2,13],[-1,8],[2,5],[3,1],[8,4],[-12,5],[-4,0],[-4,0],[-2,-2],[-2,-3],[-10,-15],[-4,-7],[-2,-8],[-2,-6],[-2,-2],[-1,1],[-9,9],[-2,2],[0,3],[0,3],[1,1],[4,7],[2,4],[2,4],[1,4],[0,3],[-20,6],[-17,6],[-9,6],[-9,9],[-2,6],[0,4],[0,4],[1,1],[5,3],[11,2],[7,5],[1,4],[-2,-2],[-8,1],[-5,1],[-12,6],[-2,1],[-2,2],[-4,4],[-3,8],[0,2],[2,1],[7,1],[11,3],[6,7],[-3,8],[-3,4],[-9,6],[-4,8],[1,19],[1,18],[-3,19],[-3,23],[-1,10],[-1,4],[1,2],[4,1],[6,-1],[6,-1],[3,-2],[2,-4],[5,0],[5,1],[13,3],[12,-1],[15,-1],[9,-1],[10,1],[-5,4],[-5,1],[-18,5],[-12,2],[-12,8],[-2,4],[-3,4],[-2,1],[-12,-1],[-14,-3],[-6,-2],[-2,1],[-11,4],[-4,2],[-3,2],[-3,8],[1,1],[1,0],[13,-3],[15,1],[6,3],[4,5],[7,1],[6,-4],[5,-5],[5,-7],[4,-5],[8,-1],[0,15],[-5,11],[-7,12],[-10,18],[-5,9],[4,4],[9,1],[10,1],[14,18],[5,4],[-2,6],[-12,11],[-7,6],[-5,1],[-2,-1],[-2,-3],[1,-7],[1,-1],[3,-5],[2,-9],[-1,-12],[-5,-4],[-7,-3],[-16,-4],[-6,4],[-13,15],[-4,7],[-3,4],[-4,9],[-9,11],[-8,7],[-8,3],[0,-2],[-3,-6],[-5,-1],[-5,0],[-2,-1],[-3,3],[-17,17],[-4,3],[-5,7],[-6,6],[-3,6],[-5,9],[-2,8],[10,6],[7,5],[8,4],[4,1],[17,3],[5,-1],[2,-3],[1,-4],[-1,-1],[1,-4],[1,-2],[4,-5],[12,-11],[3,-2],[7,5],[0,4],[-7,14],[-9,15],[-12,18],[-3,6],[-9,9],[-9,8],[-13,10],[-6,5],[-11,12],[-12,21],[-6,14],[11,16],[5,6],[5,7],[5,0],[3,0],[3,1],[1,0],[2,1],[7,3],[6,1],[21,1],[21,-2],[-9,11],[-10,7],[-5,6],[-4,5],[-1,5],[-1,1],[0,2],[1,1],[1,0],[1,1],[2,1],[5,-2],[1,-1],[7,-1],[7,-1],[17,1],[8,1],[2,1],[1,1],[9,13],[9,1],[5,2],[3,2],[4,4],[2,2],[0,2],[-1,1],[-18,-6],[-3,-1],[-5,-4],[-16,-15],[-21,1],[-2,0],[-9,8],[-7,9],[-4,8],[0,3],[-3,7],[-5,4],[-5,5],[-8,5],[-7,6],[-5,6],[-1,1],[-3,2],[-4,-2],[-1,-1],[-1,-2],[-4,-5],[-4,-7],[-2,-5],[1,-2],[0,-1],[-2,-4],[-1,-1],[3,-5],[3,-4],[7,-22],[0,-4],[0,-2],[2,-9],[2,-6],[2,-4],[-5,-9],[-4,-8],[-3,-3],[-8,-17],[-2,-9],[-1,-2],[-2,-1],[-3,0],[-5,1],[-2,0],[-7,6],[-7,8],[-7,4],[2,-2],[3,-6],[5,-6],[9,-9],[9,-9],[9,-16],[11,-18],[12,-12],[7,-7],[14,-19],[2,-5],[2,-7],[1,-5],[-2,-8],[-17,-2],[-9,-2],[-9,-5],[-7,-5],[-8,3],[-22,10],[-2,2],[-3,1],[-8,6],[-12,10],[-16,14],[-19,11],[-18,20],[-21,-5],[-18,-6],[-2,1],[-2,0],[-5,1],[-14,3],[-14,13],[-14,4],[-12,3],[-4,1],[-10,5],[-4,2],[-7,4],[-6,2],[-1,0],[-5,4],[-12,12],[-6,8],[-8,13],[-14,14],[-8,9],[-8,6],[-17,2],[-7,1],[-8,1],[-9,7],[-12,11],[-8,8],[-8,7],[-4,3],[0,3],[-2,14],[1,2],[2,0],[3,-2],[4,-5],[6,-8],[8,-10],[8,1],[1,5],[2,3],[3,3],[5,-1],[11,-3],[7,-2],[11,-8],[11,-9],[12,0],[3,-3],[1,-1],[3,-6],[2,-4],[0,-6],[2,-4],[2,0],[2,4],[0,2],[0,5],[-1,3],[-9,18],[-6,9],[-13,2],[-15,16],[-5,5],[-3,2],[-13,12],[-5,5],[-1,1],[-6,-1],[-3,1],[-6,7],[-4,9],[-2,4],[-2,2],[-5,3],[-11,-2],[-18,1],[-3,1],[-20,8],[-7,11],[-10,10],[-9,3],[-9,0],[-2,-1],[-7,2],[-3,1],[-2,2],[-1,18],[0,2],[2,6]],[[3765,3872],[25,31],[3,-2],[26,-21],[15,-25],[48,-36],[8,-2],[-9,16],[-5,-2],[-5,5],[1,9],[9,-10],[7,6],[12,1],[2,6],[-7,2],[21,2],[47,59],[22,-30],[48,-21],[13,-17],[11,-4],[5,28],[22,47],[-4,6],[-17,1],[-15,12],[18,14],[6,-11],[8,-4],[11,2],[26,30],[-8,17],[13,13],[-29,21],[13,36],[22,-15],[13,5],[19,-32],[13,-5],[10,15],[8,21],[-7,6],[10,7],[-34,24],[-21,47],[40,3],[4,11],[16,8],[18,19],[11,4],[-18,8],[-9,17],[6,21],[20,18],[5,17],[15,14],[-12,19],[-22,19],[-83,39],[10,15],[15,-11],[13,8],[21,-13],[13,6],[5,-4],[20,59],[32,-7],[20,26],[18,35],[11,12],[7,-3],[8,11],[19,10],[12,25],[0,18],[9,0],[9,7],[10,20],[31,40],[29,-21],[12,-53],[-3,-7],[4,-4],[21,-6],[31,-20],[26,-6],[7,-6],[4,4],[15,-9],[8,-14],[27,-20],[23,-2],[10,23],[38,18],[20,14],[5,12],[3,53],[-10,61],[13,14],[-3,23],[13,3],[2,-6],[18,2],[7,-8],[16,2]],[[4749,4642],[0,-2],[1,4],[2,3],[2,2],[11,1],[15,3],[15,5],[9,2],[6,-2],[9,-7],[12,-7],[5,-9],[3,-5],[5,-5],[4,-3],[5,-3],[4,-4],[6,-7],[12,-11],[11,-17],[8,-13],[5,-3],[9,-6],[9,-8],[14,-12],[6,-7],[5,-10],[11,-11],[10,-8],[6,-11],[-2,-38],[8,-13],[8,-14],[18,-4],[7,-1],[28,-15],[12,-9],[7,-9],[-3,-7],[13,-29],[12,-3],[11,6],[7,-7],[21,-2],[42,8],[23,-37],[-2,-9],[-8,-18],[0,-2],[1,-13],[4,-15],[0,-10],[-4,-16],[6,-4],[3,0],[9,-1],[9,0],[8,0],[8,1],[7,2],[23,-1],[33,-11],[21,-46],[34,-41],[12,-28]],[[2492,4829],[5,-3],[9,-11],[19,-15],[15,-13],[4,-2],[3,-5],[0,-3],[-13,-10],[-5,-2],[-4,0],[-3,0],[-4,2],[-9,5],[-10,10],[-5,4],[-3,1],[-1,-1],[0,-5],[8,-26],[-2,-6],[-6,0],[-3,0],[-2,1],[-19,13],[-7,8],[-10,11],[0,2],[-1,7],[0,7],[3,4],[6,6],[4,0],[9,-4],[15,-10],[1,0],[-1,7],[-7,14],[-5,6],[-2,4],[-1,4],[1,6],[2,1],[7,1],[12,-8]],[[2952,4901],[9,-2],[10,-2],[8,-3],[7,-4],[6,-4],[4,-8],[4,-3],[4,-3],[9,-4],[11,3],[10,-3],[9,-7],[17,-17],[17,-13],[5,1],[2,-1],[2,-3],[0,-1],[0,-3],[-5,-8],[-10,-9],[-3,-1],[-6,-2],[-3,2],[-3,9],[2,8],[-5,7],[-19,12],[-2,0],[-8,2],[-20,0],[-2,-1],[-11,-8],[-1,-7],[-3,-6],[-7,-4],[-23,-5],[-6,1],[-9,3],[-5,6],[-4,3],[-2,3],[-1,3],[-3,5],[-5,8],[-8,7],[-3,3],[-5,10],[-3,8],[-6,20],[1,10],[2,4],[2,2],[10,2],[9,-1],[18,-1],[13,-8]],[[2221,4975],[2,-3],[6,-10],[4,-6],[6,-8],[8,-7],[18,-13],[5,-3],[4,-1],[7,-2],[16,-13],[5,-11],[11,-11],[10,-10],[9,-12],[0,-7],[-15,4],[-20,9],[-6,3],[-12,11],[-12,16],[-3,6],[-3,5],[0,3],[-5,1],[-7,-1],[-1,0],[-14,6],[-15,12],[-14,20],[-2,8],[3,7],[7,12],[8,-5]],[[2364,5107],[3,-1],[13,-7],[6,-8],[6,-9],[2,-8],[0,-8],[-2,-4],[-2,-9],[0,-10],[2,-19],[6,-7],[7,-6],[4,-1],[4,-3],[6,-6],[6,-7],[2,-7],[7,-20],[1,-3],[-2,-3],[-1,-1],[-10,-4],[-2,1],[-7,4],[-2,1],[-10,9],[-15,9],[-3,1],[-4,5],[-2,4],[-4,10],[0,3],[2,2],[0,7],[-1,8],[-2,9],[-10,21],[-5,7],[-3,0],[0,-5],[-1,-2],[-2,1],[-17,6],[-3,1],[-3,4],[-3,5],[0,7],[0,9],[4,11],[2,2],[3,3],[1,2],[11,6],[2,1],[5,0],[11,-1]],[[2529,5126],[6,-3],[12,-12],[2,-2],[4,-5],[6,-13],[3,-5],[4,-9],[-1,-4],[-7,-15],[-13,-13],[1,-19],[5,-13],[4,-5],[7,-4],[9,-10],[8,-13],[4,-9],[0,-3],[-6,-22],[-2,-3],[-3,-1],[-3,0],[-22,4],[-9,0],[-7,5],[-14,10],[-6,5],[-11,12],[-5,6],[-5,3],[-11,6],[-15,6],[-2,1],[-4,5],[0,3],[3,2],[2,2],[6,1],[4,1],[12,0],[9,3],[17,10],[1,5],[-3,-1],[2,2],[0,5],[-1,4],[-6,10],[-4,9],[-3,8],[3,7],[0,5],[-2,9],[-3,10],[3,7],[10,11],[1,1],[6,4],[5,3],[2,1],[7,-2]],[[2139,5224],[4,-2],[9,-8],[13,-8],[5,-1],[2,0],[6,-2],[4,-4],[3,-6],[4,-5],[1,-8],[-4,-1],[-12,0],[-20,-8],[-4,1],[-6,1],[-11,3],[-3,1],[-5,4],[-1,1],[0,2],[-4,6],[-3,5],[0,3],[1,7],[2,7],[3,5],[2,2],[7,6],[6,0],[1,-1]],[[2704,5205],[20,-18],[9,-14],[2,-5],[1,-5],[-1,-1],[0,-2],[2,-4],[6,-6],[12,-7],[6,-3],[5,-3],[5,-4],[0,-2],[-2,-2],[4,-3],[19,-11],[14,-14],[4,-4],[2,-1],[6,-6],[1,-5],[0,-4],[-6,-2],[-3,0],[-5,1],[-3,2],[-9,7],[-10,6],[-5,0],[-16,11],[-3,3],[-4,3],[-4,5],[-3,4],[-5,7],[-10,12],[-7,8],[-9,7],[-17,14],[-12,19],[-10,12],[1,2],[2,1],[5,2],[6,1],[10,-1],[2,0]],[[1734,5354],[18,-7],[3,-1],[7,-4],[2,-2],[-1,-5],[3,-6],[7,-5],[6,-2],[-3,-6],[-17,-15],[-4,-1],[-2,1],[-5,6],[-3,4],[-3,3],[-6,5],[-5,7],[-3,6],[-5,14],[-1,2],[0,2],[5,5],[4,0],[3,-1]],[[1976,5413],[2,-1],[13,-13],[11,-10],[8,-6],[6,-3],[1,0],[-4,7],[-2,5],[-1,13],[6,-5],[2,-1],[6,-9],[5,-6],[14,-9],[20,-13],[10,-3],[13,-3],[2,-2],[3,-4],[8,-12],[6,-14],[6,-15],[10,-6],[7,-8],[5,-8],[2,-6],[0,-2],[-8,-19],[-2,-2],[-12,-6],[-10,-6],[-4,1],[-4,3],[-7,9],[-5,10],[-5,6],[-12,7],[-7,8],[-2,2],[-6,10],[-3,9],[-4,7],[-4,7],[-16,11],[-10,6],[-11,7],[-18,13],[-1,2],[2,3],[10,2],[3,-1],[-1,4],[-3,5],[-7,-2],[-10,4],[-4,17],[-3,14],[0,5],[5,-2]],[[2703,5370],[31,24]],[[2734,5394],[1,-3],[4,-2],[2,-1],[15,3],[5,-3],[2,-2],[12,-15],[5,-7],[2,-6],[4,-9],[4,-4],[11,-6],[11,-8],[6,-5],[10,-11],[4,-2],[1,-5],[2,-5],[2,-1],[9,-6],[7,-12],[9,-12],[8,-11],[12,-9],[6,-11],[12,-14],[14,-13],[2,-4],[12,-18],[11,-18],[3,-1],[4,0],[3,0],[4,3],[1,1],[0,17],[-4,11],[-4,10],[-2,12],[-3,14],[-1,5],[-1,7],[6,3],[9,-2],[3,-4],[2,-3],[10,-13],[14,-12],[19,-16],[16,-17],[6,-5],[1,-1],[4,-3],[6,-3],[4,1],[6,-2],[8,-2],[3,-3],[4,-7],[3,-5],[2,-4],[5,-8],[10,-15],[10,-13],[4,-10],[2,-6],[8,-7],[4,-3],[4,0],[15,-6],[18,-13],[3,-3],[2,-6],[7,-20],[8,-14],[7,-3],[6,-4],[8,0],[18,-10],[10,-10],[14,-9],[3,-2],[1,-2],[11,-10],[18,-16],[8,-13],[2,-10],[11,-11],[1,-3],[2,-12],[0,-2],[-1,-4],[-2,-3],[-4,-2],[-6,3],[-2,2],[-19,14],[-20,12],[-12,9],[-10,8],[-13,10],[-12,9],[-15,12],[-7,0],[-6,0],[-9,4],[-5,3],[1,-3],[7,-3],[19,-13],[17,-13],[1,-2],[5,-5],[2,-1],[3,-3],[2,-3],[16,-17],[15,-15],[16,-18],[2,-3],[0,-1],[-3,-3],[-8,-1],[-9,2],[-12,7],[-4,2],[-1,-1],[-5,-4],[5,-9],[8,-8],[4,-3],[5,-4],[4,-5],[-1,-2],[-4,-7],[-1,0],[-7,3],[-14,16],[-20,7],[-20,5],[-2,0],[-7,3],[-4,2],[-6,4],[-1,2],[-15,5],[-12,6],[-12,9],[-13,5],[-1,1],[-5,0],[-7,-7],[0,-6],[0,-2],[1,-1],[2,-3],[14,-12],[13,-15],[15,-18],[9,-4],[8,-7],[14,-12],[4,-5],[-4,-4],[-4,-3],[-17,7],[-10,4],[-14,11],[-10,6],[-11,9],[-17,14],[-19,14],[-8,6],[-9,9],[-9,11],[-7,17],[2,6],[7,-3],[2,0],[5,3],[3,5],[0,1],[0,8],[-1,5],[-1,3],[-6,0],[-9,3],[-10,22],[-2,5],[2,12],[9,8],[6,2],[10,-1],[2,0],[3,-2],[3,-1],[4,0],[1,0],[1,1],[6,7],[-4,13],[-3,4],[-7,6],[-6,4],[-12,11],[-10,8],[-9,6],[-11,5],[-7,2],[-11,0],[-3,-1],[-1,-1],[-1,-4],[3,-4],[-3,-9],[-6,-4],[-24,2],[-3,2],[-7,3],[-5,4],[-2,6],[-2,8],[2,2],[5,1],[1,1],[1,5],[-1,3],[-3,9],[-9,12],[-6,9],[-7,12],[-2,4],[-3,3],[-6,6],[-2,1],[-6,4],[-6,5],[-5,8],[-8,9],[-9,10],[-7,6],[-7,6],[-8,11],[-8,8],[-6,4],[-13,10],[-9,1],[-7,1],[-4,-3],[-17,1],[-4,0],[-4,2],[-5,5],[-2,1],[-6,5],[-5,5],[-4,4],[-2,2],[-9,9],[-12,10],[-1,2],[-10,17],[-2,8],[1,3],[3,1],[6,-4],[3,0],[17,4],[1,1],[3,4],[1,2],[-3,6],[-3,9],[-3,15],[-1,3],[-16,18],[-8,8],[-6,4]],[[4684,5203],[3,-3],[4,0],[5,1],[2,-2],[4,-10],[0,-1],[-1,-11],[-1,-2],[-2,-6],[-1,-8],[1,-6],[0,-8],[1,-10],[3,-9],[10,-3],[7,1],[6,-4],[7,-9],[6,-11],[7,-11],[-2,-10],[-10,-10],[-5,-5],[-3,-1],[-6,1],[-14,-3],[-8,1],[-7,3],[-7,2],[-5,-3],[2,-18],[1,-7],[1,-11],[1,-2],[13,-3],[12,-1],[9,2],[7,5],[10,-5],[7,-7],[4,-5],[3,-6],[5,-5],[4,-2],[13,-4],[4,0],[16,-3],[13,-8],[9,-17],[3,-1],[8,-9],[-2,-10],[-7,-7],[-9,-7],[-3,-2],[-8,-13],[-2,-4],[-4,-8],[-4,-14],[0,-4],[1,-5],[-3,-7],[-7,-7],[-2,-12],[-1,-19],[0,-3],[3,-6],[3,-8],[2,-8],[1,-3],[-2,-9],[-1,-10],[0,-9],[2,-5],[4,-12],[6,-11],[6,-12],[4,-7],[4,-3],[7,-3],[7,-11],[4,-8],[4,-16],[-1,-16],[-1,-5],[-12,-12],[-4,-2],[-10,0],[-9,-5],[-5,-1],[-9,1],[-6,0],[-15,-6],[-3,-2],[-2,-3],[0,-3]],[[3765,3872],[-2,0],[-15,6],[-13,8],[-6,5],[-3,4],[-4,5],[1,7],[0,6],[-2,7],[-8,10],[-4,4],[-13,11],[-9,4],[-6,3],[-21,9],[-17,5],[-1,1],[-4,0],[-18,3],[-3,3],[-13,13],[-10,10],[-6,8],[-6,9],[-3,7],[3,4],[2,8],[-1,5],[-2,7],[-6,6],[-6,6],[-2,3],[-5,5],[-5,6],[-1,2],[-11,7],[-10,4],[-9,4],[-3,1],[-4,3],[-13,17],[-6,15],[0,3],[-8,10],[-10,13],[-17,13],[-4,6],[-3,8],[-8,17],[-6,9],[-1,3],[-8,10],[-4,5],[-12,14],[-2,2],[-11,7],[-6,3],[-5,1],[-2,0],[-4,-1],[-7,-1],[-8,2],[-11,4],[-3,12],[6,10],[-7,13],[-6,-1],[-10,11],[-1,3],[-3,2],[-2,0],[3,-9],[-3,-2],[-6,4],[-11,14],[0,2],[-4,24],[-3,20],[0,2],[-2,2],[-14,18],[-3,3],[-13,9],[-7,0],[-5,-1],[-11,3],[-13,14],[-15,17],[-8,10],[0,1],[3,4],[4,-2],[6,-4],[2,0],[-1,3],[-9,13],[-9,9],[-8,4],[-4,6],[1,10],[2,9],[-5,16],[-3,3],[-10,10],[-8,7],[-8,10],[-10,15],[-8,8],[-10,8],[-5,3],[-6,1],[-9,5],[-8,6],[0,2],[2,1],[5,-2],[1,1],[1,4],[-1,3],[-1,3],[-7,7],[-3,2],[-6,2],[-7,4],[-1,1],[-5,7],[0,1],[2,1],[9,2],[9,2],[3,2],[2,2],[3,8],[1,3],[-2,4],[-1,7],[0,10],[0,4],[5,6],[4,10],[2,7],[-1,5],[-1,7],[-3,2],[-21,10],[-1,1],[-2,0],[-18,6],[-5,2],[-3,6],[-4,14],[-6,10],[-15,9],[5,19],[13,13],[9,13],[10,5],[3,1],[3,0],[5,-4],[5,-10],[7,-10],[3,-2],[3,-1],[4,-3],[9,-14],[1,-2],[1,-2],[7,-8],[9,-14],[0,-3],[1,-7],[0,-2],[10,-9],[11,-8],[3,-1],[4,1],[6,3],[0,3],[-13,19],[-3,1],[-7,1],[-2,-1],[-2,-3],[0,2],[1,2],[2,2],[8,-2],[7,-1],[8,-2],[7,0],[3,1],[1,3],[2,1],[5,5],[8,10],[1,4],[-5,8],[-9,19],[-11,12],[-6,6],[-5,9],[0,4],[6,8],[3,1],[4,-2],[4,-2],[5,-6],[4,-4],[5,-3],[3,1],[1,1],[4,8],[1,1],[-1,2],[-15,14],[3,2],[4,0],[11,-6],[5,-5],[7,-6],[10,-6],[13,-16],[15,-13],[1,-1],[7,-8],[7,-9],[4,-6],[6,-3],[17,-12],[9,-7],[2,-2],[3,-2],[3,-4],[1,-1],[8,0],[8,4],[5,4],[2,5],[-2,11],[-1,4],[-12,13],[-5,9],[-7,18],[-3,9],[0,4],[1,1],[3,1],[9,-3],[6,-3],[4,-1],[8,1],[3,1],[5,5],[2,3],[0,6],[-2,6],[-3,5],[-8,8],[-10,8],[-12,9],[-8,9],[-6,7],[-8,11],[-10,8],[-8,5],[0,1],[0,9],[1,5],[5,4],[5,5],[9,1],[4,1],[0,-8],[6,-7],[7,-3],[10,-2],[4,-1],[9,-6],[8,-6],[5,-4],[13,-8],[12,-8],[10,-8],[6,-6],[1,-3],[1,-7],[-1,-7],[6,-8],[6,-5],[12,-9],[14,-7],[15,-6],[4,-3],[14,-10],[5,-4],[12,-10],[14,-11],[6,-5],[6,-3],[7,-2],[7,-4],[5,-1],[5,0],[4,1],[3,2],[4,7],[5,4],[12,4],[9,1],[7,-2],[8,-3],[13,-4],[5,-2],[10,-4],[8,-2],[10,-2],[10,-2],[13,-4],[9,-3],[9,-3],[7,0],[6,-2],[8,-6],[3,-11],[0,-5],[1,-4],[1,-7],[2,-5],[8,-13],[9,-13],[-4,-3],[-9,1],[-5,2],[-8,-1],[-5,-5],[-5,-6],[-1,-1],[-3,-3],[-13,-2],[-16,-1],[-10,-3],[-17,-1],[-2,-1],[-3,-3],[0,-10],[1,-3],[6,-3],[9,-3],[3,-2],[11,-10],[5,-8],[7,-7],[14,-10],[2,-1],[6,-4],[9,-7],[7,-3],[6,-3],[2,-1],[7,4],[7,9],[10,9],[2,2],[9,8],[2,2],[6,2],[7,1],[8,-1],[4,-1],[2,-1],[6,-2],[4,-4],[4,-4],[13,-12],[8,-3],[5,-4],[5,-3],[7,-7],[1,-4],[0,-6],[4,-3],[7,-3],[2,-8],[0,-3],[-2,-4],[-1,-3],[-2,-3],[-2,-6],[-2,-7],[-1,-16],[13,-20],[6,-8],[0,-1],[2,-2],[5,-4],[2,-1],[2,0],[-2,1],[2,6],[1,1],[2,2],[3,0],[8,1],[2,10],[3,17],[-4,8],[-9,10],[-8,2],[-2,1],[-5,8],[-4,5],[-3,10],[-8,7],[-3,1],[-4,4],[-2,14],[4,12],[1,10],[-3,9],[-7,6],[-3,6],[-4,7],[-1,7],[-3,1],[-4,1],[-15,11],[-14,5],[-5,2],[-3,1],[-17,12],[-16,9],[-8,4],[-4,2],[-2,3],[-4,5],[-10,20],[-3,7],[0,8],[0,8],[1,4],[5,0],[8,0],[10,8],[1,20],[-1,3],[0,2],[-2,1],[-12,10],[-5,8],[-11,4],[-12,3],[-13,1],[-8,-5],[-9,-3],[-7,-1],[-10,-1],[-5,-1],[-1,5],[-10,23],[-20,3],[-6,-4],[-5,4],[-5,6],[-7,8],[-13,16],[-12,17],[-12,12],[-9,8],[-12,11],[-6,4],[-15,10],[-18,6],[-11,5],[-10,6],[-13,5],[-8,3],[-20,7],[-7,3],[-6,4],[-13,10],[-21,13],[-3,0],[-1,1],[-9,3],[-1,2],[-14,16],[-14,11],[-2,0]],[[3333,4994],[14,49],[18,41],[6,29],[12,6],[29,-9],[83,-65],[153,-48],[27,-16],[25,-5],[19,-13],[17,-21],[48,-108],[13,15],[30,-20],[31,1],[27,-13],[24,11],[18,-11],[32,-30],[20,0],[-7,4],[2,5],[28,-8],[6,7],[45,-10],[70,-1],[-6,9],[36,17],[23,38],[20,16],[1,26],[-17,62],[-6,4],[12,13],[-13,16],[-39,-17],[-13,14],[-16,4],[5,24],[9,10],[14,6],[-10,3],[17,22],[-2,11],[-7,9],[-7,-2],[-3,4],[-4,19],[-26,-2],[-12,5],[-2,8],[22,-8],[19,6],[4,41],[18,14],[29,1],[29,22],[24,5],[32,38],[13,24],[22,-1],[20,7],[55,60],[21,7],[16,-9],[27,2],[33,-14],[10,-19],[12,-1],[38,-52],[4,-45],[30,-38],[11,-6],[-3,71],[-12,21],[17,-1],[8,-5],[9,-16],[0,-14],[17,-7],[24,-1],[27,11],[12,20],[5,0],[-4,-20],[9,9],[9,-2]],[[1715,5739],[1,-3],[1,-4],[-6,-10],[-2,-4],[0,-1],[14,-12],[5,-15],[0,-3],[-2,-4],[-6,-11],[-4,-5],[-2,-3],[-5,-1],[-4,0],[-3,3],[-8,4],[-4,1],[-11,-9],[3,-11],[7,-10],[4,-9],[0,-3],[-1,-3],[-2,-1],[-3,2],[-5,3],[-6,6],[-1,-3],[4,-12],[9,-12],[10,-19],[14,-21],[4,-6],[3,-11],[0,-3],[-1,-3],[-1,-2],[-2,0],[-2,1],[-7,4],[-13,12],[-2,2],[-13,10],[-11,7],[-12,-1],[-4,-1],[-6,-1],[-1,1],[-2,4],[-4,13],[-1,3],[1,6],[2,2],[7,1],[3,0],[9,4],[3,2],[1,3],[0,1],[-3,6],[-5,3],[-3,4],[-1,3],[-2,10],[-1,10],[0,11],[0,5],[1,3],[6,4],[7,3],[5,4],[4,4],[6,12],[6,13],[17,15],[12,11],[2,1],[1,0]],[[1823,5789],[7,-12],[10,-14],[5,-4],[5,-1],[6,-1],[6,3],[9,5],[4,0],[2,-2],[6,-7],[11,-17],[7,-11],[3,-20],[-1,-11],[0,-10],[2,-14],[1,-10],[1,-10],[-1,-13],[2,-12],[-1,-7],[-1,-6],[-1,-1],[-3,2],[-5,0],[0,-3],[-2,-12],[4,-11],[3,-8],[4,-5],[10,-18],[7,-19],[6,-15],[4,-12],[8,-9],[5,-9],[4,-13],[11,-7],[0,-5],[-2,-8],[1,-1],[13,-4],[7,-8],[13,-20],[3,-7],[2,-4],[-1,-3],[-6,2],[-17,13],[-3,3],[-2,4],[-1,2],[-4,9],[-3,4],[-5,5],[-6,5],[-6,2],[2,-4],[4,-7],[1,-5],[-1,-2],[-1,-1],[-3,0],[-14,12],[-5,6],[-1,4],[0,3],[0,5],[-5,2],[-5,-1],[-1,-3],[1,-8],[3,-11],[-3,-8],[-4,-7],[-16,-10],[-2,0],[-8,3],[-1,2],[-17,11],[-11,3],[-1,2],[0,5],[1,6],[3,7],[3,8],[0,17],[-2,4],[0,3],[3,8],[4,6],[5,6],[2,1],[2,0],[6,3],[8,6],[4,5],[0,7],[-4,8],[-4,4],[-7,15],[-2,12],[-2,13],[-4,5],[-10,8],[-8,7],[-7,6],[-12,21],[-3,7],[-9,22],[-5,11],[-2,6],[-1,15],[-2,15],[-2,7],[-1,5],[0,10],[-1,10],[3,16],[-1,4],[-2,7],[-1,8],[3,8],[12,-3]],[[2703,5370],[-5,3],[-9,8],[-9,9],[1,3],[-2,6],[-3,4],[-4,5],[-7,4],[-3,4],[-1,3],[2,4],[1,3],[3,2],[6,0],[4,-3],[2,-2],[1,0],[2,1],[2,2],[0,3],[-5,9],[-1,1],[-10,3],[-13,10],[-1,7],[1,1],[-1,4],[-3,6],[-10,12],[-3,2],[-4,2],[-16,10],[-7,5],[-8,13],[-13,19],[-9,8],[-5,6],[-3,5],[-4,7],[-8,11],[-13,15],[-10,11],[-10,9],[-9,14],[-7,12],[-6,13],[-8,15],[-9,8],[-7,6],[-6,6],[0,1],[-9,21],[-7,15],[-8,11],[-10,14],[-1,7],[-1,23],[0,1],[3,0],[10,-12],[5,-6],[5,-5],[3,-2],[6,-5],[2,-2],[9,-9],[14,-15],[6,-11],[12,-19],[9,-11],[8,-10],[4,-6],[8,-13],[9,-13],[8,-13],[9,-11],[8,-9],[7,-11],[7,-8],[5,-3],[3,-3],[13,-14],[5,-7],[7,-8],[10,-10],[8,-13],[12,-18],[7,-10],[15,-18],[10,-9],[2,0],[3,2],[1,1],[0,2],[-2,9],[-5,11],[-5,8],[-6,11],[-3,6],[-3,9],[-7,15],[-1,1],[0,3],[2,6],[7,4],[6,2],[9,0],[9,-1],[20,-4],[5,-3],[6,-5],[3,-4],[8,-5],[11,-3],[10,-4],[6,-7],[3,-6],[6,-11],[6,-13],[5,-4],[4,-2],[6,5],[3,-1],[5,-6],[7,-12],[-2,-8],[0,-5],[9,-19],[7,-14],[3,-6],[3,-2],[8,-9],[9,-9],[6,-11],[8,-8],[6,-4],[9,-7],[10,-2],[8,-3],[13,-5],[14,0],[8,-4],[4,-2],[6,-4],[4,-5],[10,-12],[4,-12],[8,-14],[6,-12],[9,-18],[14,-17],[6,-8],[-5,0],[-10,1],[-5,2],[-6,6],[-13,9],[-3,0],[-5,6],[-1,4],[-3,17],[-12,-1],[-14,6],[-17,7],[-3,-2],[0,-8],[0,-5],[-2,0],[-5,2],[-3,2],[-10,10],[-2,2],[-4,7],[0,2],[1,1],[3,-1],[6,1],[1,3],[0,2],[-6,5],[-4,4],[-9,7],[-9,7],[-9,5],[-10,1],[-8,2],[-10,2],[-7,2],[-3,4],[-4,4],[-3,8],[-5,8],[-5,6],[-4,3],[-9,3],[-7,4],[-10,6],[-20,13],[-3,1],[-5,-1],[-2,-4],[-1,-4],[-1,-14],[2,-3]],[[2504,5859],[10,-7],[16,-10],[5,-5],[9,-13],[6,-6],[14,-10],[11,-11],[14,-14],[6,-10],[10,-18],[0,-2],[4,-1],[9,-10],[1,-3],[1,-3],[-1,-3],[-4,-3],[-5,1],[-5,2],[-8,5],[-6,6],[-3,5],[-1,3],[-2,6],[-3,5],[-3,5],[-4,6],[-6,6],[-5,6],[-7,12],[0,3],[-5,7],[-7,8],[-11,11],[-14,12],[-8,7],[-11,10],[-1,2],[-1,3],[1,0],[4,-2]],[[2435,6103],[8,-4],[12,1],[11,-5],[4,-9],[7,-14],[4,-18],[-1,-3],[-8,-4],[-9,0],[-3,1],[-9,-5],[-3,-6],[0,-1],[3,-4],[5,-5],[1,-3],[4,-1],[11,-12],[17,-17],[13,-14],[13,-13],[10,-11],[7,-5],[9,-6],[3,-5],[4,-6],[4,-5],[13,-12],[11,-12],[9,-7],[13,-14],[13,-19],[9,-13],[4,-7],[3,-4],[12,-15],[13,-12],[4,-19],[1,-10],[-3,-10],[-18,-12],[-5,0],[-11,0],[-6,1],[-3,1],[-4,3],[-6,8],[-3,5],[-2,5],[-3,4],[-3,5],[-4,5],[-11,14],[-6,7],[-16,18],[-14,17],[-13,14],[-2,3],[-4,2],[-2,0],[-11,3],[-18,7],[-1,0],[-13,15],[-8,7],[-12,11],[-1,1],[-3,0],[-5,1],[-4,-3],[6,-7],[5,-5],[5,-4],[3,-2],[6,-5],[10,-13],[-1,-1],[-6,1],[-3,2],[-4,5],[-5,4],[-7,4],[-5,2],[-4,2],[-1,-1],[-5,-3],[-6,-2],[-7,-1],[-9,-2],[-19,-2],[-2,0],[-3,2],[-14,11],[-7,9],[-5,2],[-11,4],[-8,7],[-5,5],[-4,9],[-5,11],[-5,6],[-3,4],[-3,3],[-3,4],[-1,2],[0,4],[0,1],[11,16],[4,4],[5,0],[3,-3],[15,-4],[6,-1],[10,-4],[2,-1],[3,-3],[3,-5],[3,-3],[4,-4],[12,-9],[2,-1],[3,6],[0,6],[0,2],[-11,17],[-2,7],[1,9],[4,7],[5,-7],[5,-5],[3,-2],[14,-6],[4,-1],[5,0],[3,6],[-1,3],[-11,12],[-7,9],[-1,1],[0,3],[-8,14],[-9,4],[-1,-1],[-8,3],[-5,5],[-4,3],[-2,4],[-3,6],[-2,5],[-3,4],[-4,4],[-5,5],[-4,7],[-1,3],[-1,5],[3,1],[3,0],[12,0],[16,-3],[9,-4],[9,-5],[9,-7],[8,-4],[5,7],[-5,9],[-2,15],[9,8],[6,-7]],[[2552,6108],[2,-1],[5,-1],[21,-2],[18,0],[4,-2],[6,-2],[3,-2],[2,-4],[-1,-13],[-7,-6],[-18,-16],[-7,3],[-11,10],[-13,8],[-1,3],[-4,12],[-1,14],[2,-1]],[[2468,6183],[13,-10],[9,-8],[12,-8],[3,-4],[7,-13],[8,-11],[0,-4],[-2,-4],[-6,-3],[-7,-1],[-12,1],[-7,2],[-7,2],[-13,4],[-4,3],[-1,4],[-7,13],[-5,6],[-5,7],[0,1],[0,3],[2,1],[7,-1],[10,-2],[1,5],[2,1],[-4,4],[-1,4],[0,3],[1,4],[1,3],[1,0],[4,-2]],[[875,6277],[14,-7],[20,-10],[4,-6],[3,-17],[0,-2],[-1,-4],[-5,-3],[-10,1],[-9,4],[-8,-5],[-5,-8],[-3,-16],[-3,-8],[-6,-3],[-6,6],[-1,1],[0,2],[2,23],[9,13],[3,3],[1,2],[0,9],[-1,6],[-3,3],[-6,4],[-8,1],[-8,3],[-3,2],[-3,1],[-3,6],[1,1],[1,1],[5,1],[10,0],[9,0],[10,-4]],[[2503,6295],[8,-2],[15,-4],[8,-5],[8,-6],[18,-14],[16,-13],[7,-7],[9,-14],[5,-12],[6,-14],[3,-9],[3,-10],[-8,3],[-11,6],[-11,7],[-8,4],[-10,5],[-10,6],[-10,7],[-19,6],[0,1],[-3,0],[-18,15],[-1,5],[-2,13],[-1,11],[-1,17],[5,4],[2,0]],[[2107,6414],[6,-5],[3,-3],[16,-16],[5,-6],[9,-16],[2,-4],[6,-13],[-2,-3],[-1,-2],[-13,-3],[-13,1],[-3,1],[-2,1],[-20,13],[-7,10],[-3,5],[-4,2],[-12,6],[-11,5],[-5,3],[-3,3],[-5,5],[-3,3],[-3,6],[1,2],[3,0],[15,-3],[17,-3],[11,3],[2,2],[6,7],[8,-1]],[[4052,6301],[0,-1],[2,-1],[3,-7],[8,-28],[2,-5],[12,-34],[10,-34],[-1,-15],[0,-26],[53,-52],[-10,-8],[-41,-31],[-22,-6],[-31,-4],[23,-37],[-3,-19],[12,-14],[0,-1],[0,-1],[12,-18],[11,-22],[11,-10],[1,-3],[1,-8],[1,-4],[7,-9],[9,-16],[0,-8],[0,-2],[11,-10],[14,-3],[8,-3],[13,-9],[2,-2],[2,-2],[2,-5],[2,-5],[-1,-10],[2,-6],[2,-3],[11,-9],[13,-11],[5,-5],[12,22],[7,8],[4,7],[0,8],[5,7],[11,-2],[9,-5],[1,-1],[-1,-1],[3,-8],[6,-5],[4,1],[12,3],[1,4],[2,8],[0,10],[1,10],[2,4],[10,7],[3,2],[4,-1],[8,-4],[5,-7],[6,-15],[10,-11],[7,-12],[3,-7],[4,-6],[7,-7],[6,-18],[2,-4],[2,-1],[8,8],[16,1],[8,0],[4,-1],[1,-2],[1,-6],[1,-7],[-1,-3],[-5,-2],[0,-3],[2,-6],[5,-7],[7,-7],[7,-11],[4,-10],[-1,-10],[7,-12],[7,-6],[3,-2],[7,0],[6,-4],[10,-9],[1,-2],[8,-8],[9,-5],[12,-5],[13,3],[3,0],[10,-3],[5,-3],[1,-2],[1,-13],[5,-8],[6,-8],[5,-9],[1,-8],[0,-6],[1,-4],[3,-5],[5,-4],[1,-1],[2,4],[3,1],[4,-2],[1,-3],[0,-21],[0,-9],[-1,-5],[-4,1],[-5,0],[-4,-2],[1,-13],[-2,-8],[-1,-13],[-6,-11],[-3,-1],[-5,-1],[-8,1],[-9,1],[-7,-2],[-4,-3],[-3,-3],[-1,-3],[0,-4],[3,-16],[2,-17],[0,-5],[-2,-7],[7,-7],[22,-17],[15,-13],[7,-8],[4,-5],[4,-5],[38,-6],[5,-2],[16,-5],[15,-9],[12,-6],[11,-16],[8,-9],[2,-7],[2,-5],[-1,-7],[-1,-2],[2,-9],[7,-15],[5,-15],[9,-11],[7,-10],[-2,-9],[-6,-9],[0,-2],[0,-4],[1,-17],[-6,-7],[-2,-8],[1,-1]],[[3333,4994],[-3,-5],[-3,0],[-3,2],[-8,7],[-7,9],[-12,14],[-8,9],[-10,13],[-11,14],[-11,17],[-4,8],[-7,10],[-8,7],[-6,6],[-4,7],[-8,14],[-7,12],[-3,2],[-8,5],[-18,10],[-4,3],[-5,4],[-5,4],[-6,8],[-5,7],[2,1],[-6,7],[-4,4],[-7,6],[-16,11],[-19,12],[-11,8],[-12,12],[-3,4],[-10,14],[-5,9],[-7,14],[-6,11],[-4,6],[-6,9],[-8,12],[-13,14],[-8,8],[-7,4],[-10,7],[-16,14],[-3,2],[-9,10],[-5,8],[-5,6],[-12,12],[-10,15],[-18,11],[-6,4],[-5,3],[-9,4],[-11,2],[-5,5],[-7,9],[-11,9],[-17,9],[-9,20],[-1,2],[0,2],[-4,8],[-4,10],[-4,5],[-8,13],[-6,11],[-2,13],[-2,14],[-1,10],[-2,8],[-4,7],[-9,11],[-7,7],[-4,5],[-11,11],[-8,10],[-4,6],[-10,17],[1,10],[-2,9],[-3,9],[-12,17],[-8,12],[-13,16],[-6,10],[-7,12],[-4,23],[-3,14],[0,6],[3,8],[1,10],[0,14],[3,7],[4,2],[3,5],[-4,10],[-7,11],[-1,3],[-2,5],[-1,5],[-2,13],[-1,13],[-3,12],[-3,12],[0,3],[-3,20],[-3,10],[-1,4],[-1,17],[0,2],[2,20],[0,11],[0,11],[3,15],[1,22],[-1,17],[1,6],[3,17],[2,8],[2,-1],[3,-2],[3,1],[3,4],[1,11],[1,6],[1,11],[-1,10],[-1,7],[4,18],[7,19],[5,14],[6,10],[5,2],[4,9],[2,18],[1,13],[2,7],[4,10],[4,13],[2,15],[3,10],[6,13],[0,2],[-1,7],[-9,22],[-3,11],[-5,14],[-2,3],[-8,8],[-10,8],[-5,6],[-6,8],[6,4],[-2,9],[-2,9],[-5,9],[-5,12],[-8,22],[-4,16],[-5,18],[0,3]],[[2679,6527],[7,2],[-6,18],[4,4],[-1,25],[5,13],[6,5],[12,-3],[-1,8],[11,2],[8,11],[15,6],[3,11],[7,-1],[6,8],[8,-2],[14,-17],[0,-18],[35,21],[29,-12],[54,-3],[-6,13],[18,37],[1,26],[-7,7],[0,17],[-11,16],[7,8]],[[2897,6729],[67,-26],[87,-53],[33,6],[-2,-5],[6,3],[15,-14],[5,25],[11,6],[8,13],[30,1],[14,16],[9,3],[7,-14],[8,-1],[7,-16],[28,-12],[11,-15],[6,-21],[29,-16],[30,-5],[2,-12],[44,-31],[22,-38],[29,-27],[15,-6],[7,15],[4,-1],[24,-15],[25,-24],[3,-14],[22,-25],[7,-22],[5,0],[19,-20],[18,-41],[0,-12],[23,-32],[10,-8],[38,-11],[47,8],[30,-5],[7,-44],[13,-12],[-4,18],[4,2],[17,-34],[26,-23],[5,-10],[24,15],[-20,19],[-19,28],[-41,27],[18,42],[11,2],[5,-13],[16,-16],[23,-6],[8,7],[18,-6],[3,4],[-6,11],[3,2],[18,-15],[9,1],[-10,19],[2,9],[7,6],[10,-20],[13,8],[3,-13],[-8,-8],[9,-6],[15,29],[9,4],[7,13],[34,7],[10,-5],[8,-21],[12,-12],[18,-7],[2,-12],[11,-1],[5,5],[3,-13],[8,-4],[7,15],[21,3],[18,23]],[[1789,6848],[1,-2],[0,-4],[19,-7],[17,-2],[18,-11],[6,-7],[2,-3],[1,-4],[4,-13],[0,-10],[-1,-9],[-6,-2],[-2,-4],[-3,-7],[-4,-14],[0,-11],[-1,-15],[-1,-9],[0,-8],[0,-14],[2,-9],[1,-11],[1,-12],[0,-10],[3,-5],[2,-3],[5,-5],[5,-7],[0,-3],[3,-12],[2,-11],[5,-23],[1,-3],[3,-6],[5,-9],[4,-6],[1,-4],[3,-10],[6,-22],[1,-4],[2,-8],[7,-17],[3,-9],[3,-8],[3,-5],[3,-5],[3,-3],[4,-4],[1,-2],[8,-15],[10,-18],[5,-8],[2,-4],[15,-12],[2,-2],[3,-1],[7,1],[8,3],[13,5],[19,6],[4,-4],[3,-3],[6,-10],[5,-9],[7,-19],[3,-10],[1,-5],[-7,-2],[-11,-7],[-8,-5],[-4,-5],[-1,-9],[0,-10],[-1,-4],[-3,-7],[-4,-7],[-2,-5],[-2,-4],[-1,-12],[3,-12],[2,-7],[1,-6],[1,-6],[-2,-11],[0,-2],[-2,-6],[-5,-3],[-5,-4],[-3,-18],[-2,-14],[-4,-16],[3,-10],[1,-11],[2,-14],[4,-18],[7,-22],[4,-12],[5,-22],[1,-7],[1,-6],[1,-14],[1,-11],[3,-7],[2,-15],[0,-10],[-4,-9],[-7,-6],[-11,4],[-2,1],[-1,0],[-6,-3],[-1,-1],[0,-15],[2,-5],[3,-7],[5,-6],[8,-6],[7,-10],[8,-12],[3,-5],[5,-8],[1,-2],[0,-9],[5,-21],[-1,-11],[-2,-10],[-10,-5],[-9,-20],[-1,-3],[3,-12],[5,-11],[5,-12],[5,-14],[6,-20],[8,-12],[14,-20],[8,-10],[10,-6],[3,-3],[2,-4],[6,-15],[3,-13],[1,-7],[-2,-6],[-2,-19],[14,-10],[16,-5],[18,-6],[2,-1],[3,-4],[3,-5],[0,-2],[-2,-2],[-3,-2],[-2,-1],[-5,-3],[-7,-6],[-6,-8],[-5,-11],[-9,-11],[-2,-2],[-4,-3],[-9,7],[-10,9],[-11,9],[6,-9],[3,-4],[4,-7],[1,-4],[-2,-3],[-11,-7],[-8,-2],[-9,4],[-10,9],[-5,4],[-3,2],[-6,6],[-18,15],[-3,1],[-7,9],[-6,7],[-2,4],[-12,21],[-1,4],[-4,14],[-3,13],[-3,4],[-13,19],[-2,2],[-4,4],[-8,8],[-7,2],[-7,4],[-8,15],[-3,5],[-13,19],[-1,2],[-2,5],[-3,8],[2,11],[6,12],[2,10],[0,4],[-5,17],[-5,14],[-1,8],[-1,13],[11,2],[1,1],[0,2],[-2,13],[-1,2],[-3,4],[-3,4],[-3,2],[-2,-1],[-4,-1],[-4,-7],[-3,0],[-4,2],[-4,4],[-5,6],[-2,5],[-1,8],[-2,14],[-4,15],[-2,15],[0,15],[-2,24],[3,10],[1,13],[-2,4],[-3,5],[-4,5],[-3,7],[-2,6],[0,2],[-3,4],[-3,3],[-6,2],[-6,1],[-2,0],[0,-2],[-1,-6],[0,-7],[1,-2],[-1,-1],[-2,-1],[-2,0],[-9,5],[-4,4],[0,2],[2,13],[-9,10],[-3,21],[-2,25],[1,6],[0,4],[3,3],[-1,11],[-7,20],[-4,10],[-1,1],[-5,6],[-1,22],[-6,28],[-5,17],[-3,9],[-1,4],[-2,3],[-8,22],[-1,18],[-3,16],[0,5],[3,8],[3,3],[4,5],[10,19],[13,-11],[10,-16],[12,-22],[2,-7],[7,-15],[3,-6],[9,-7],[7,-7],[6,-9],[8,-8],[1,-1],[2,2],[3,3],[8,2],[8,0],[7,-3],[9,-5],[6,-1],[1,0],[5,3],[5,5],[4,7],[4,10],[-1,8],[-2,13],[-5,10],[-3,6],[-7,15],[-9,13],[-1,9],[5,2],[2,3],[4,7],[1,11],[2,0],[7,-1],[5,-2],[15,-9],[3,-7],[4,-1],[2,7],[-3,13],[-4,4],[-3,4],[-3,1],[-1,-2],[-2,-3],[-2,-2],[-9,4],[-8,4],[-2,5],[1,12],[-5,10],[-4,4],[-2,1],[-3,4],[-2,4],[-2,7],[-1,4],[0,8],[-1,5],[-3,5],[-4,4],[-8,4],[-20,9],[-9,10],[-2,3],[-2,8],[1,6],[1,11],[5,10],[1,2],[6,2],[1,2],[2,5],[-1,11],[0,4],[-4,13],[-3,11],[-3,15],[-8,15],[-6,7],[-11,6],[-8,3],[-15,3],[-19,6],[-1,2],[-8,7],[-1,1],[-2,5],[0,4],[-2,12],[-7,13],[-4,10],[-1,11],[-10,15],[-3,1],[-9,1],[-8,7],[-2,2],[0,2],[1,4],[2,4],[1,6],[-1,10],[-6,5],[-2,3],[-1,3],[2,4],[3,3],[14,18],[9,9],[5,6],[5,9],[1,2],[6,17],[2,11],[-2,11],[6,13],[8,11],[6,3],[14,9],[1,0],[6,-1]],[[2171,7000],[5,-6],[8,-6],[5,-4],[2,-1],[2,0],[1,1],[1,2],[-2,2],[-2,4],[0,6],[0,1],[3,1],[5,-2],[7,-3],[7,-6],[7,-10],[14,-18],[-5,1],[-10,5],[-6,4],[-9,6],[-3,1],[-3,-5],[6,-11],[7,-10],[8,-12],[3,-4],[8,-15],[9,-14],[5,-9],[3,-1],[4,-6],[3,-5],[0,-5],[-2,-5],[-3,0],[2,-3],[11,-10],[7,-13],[5,-10],[7,-14],[0,-2],[-4,-2],[-1,0],[-4,1],[-2,2],[-13,7],[-11,5],[-7,-3],[-1,-10],[-2,-7],[-5,-6],[-7,-7],[0,-7],[1,-4],[5,-4],[4,-1],[18,9],[5,5],[4,6],[6,3],[8,2],[7,2],[5,1],[1,0],[10,-3],[11,-9],[10,-13],[11,-7],[7,0],[1,1],[2,6],[0,6],[4,0],[3,-10],[1,-4],[1,-4],[2,-19],[1,-8],[-11,-14],[-5,-11],[-1,-2],[-3,-1],[-5,1],[-2,1],[-2,4],[-2,-4],[2,-8],[4,-6],[5,-6],[1,-4],[0,-1],[-1,-10],[-1,-18],[1,-18],[2,-5],[13,-19],[3,-4],[12,-12],[17,-13],[5,-3],[7,-3],[1,0],[7,2],[5,4],[4,7],[4,4],[1,0],[3,-1],[6,-6],[4,-5],[3,-3],[1,0],[11,2],[9,-2],[7,-24],[1,-1],[2,-4],[-1,-2],[-1,-6],[-2,-6],[-3,-5],[0,-2],[-1,-6],[4,-10],[6,-8],[14,-20],[4,-5],[4,-7],[3,-3],[15,-15],[5,-5],[2,-1],[8,-3],[2,0],[6,-2],[7,-5],[8,-6],[6,-7],[-4,-6],[0,-5],[3,-5],[3,-4],[2,1],[1,2],[-3,3],[-1,3],[-2,2],[1,1],[4,2],[4,-2],[4,-2],[8,-7],[2,-3],[8,-16],[2,-7],[3,-12],[0,-9],[-4,2],[-4,3],[-5,9],[-14,16],[-2,2],[-2,0],[-2,-1],[0,-5],[9,-14],[4,-4],[3,-4],[3,-5],[1,-3],[-14,-14],[-16,1],[-11,3],[-15,5],[-22,5],[-8,2],[-8,-1],[-3,-2],[-4,-8],[-3,-9],[-1,-5],[8,-10],[8,-7],[1,-2],[4,-6],[4,-7],[-1,-9],[-2,-3],[-9,-5],[-18,-5],[-13,2],[-6,1],[-16,7],[-19,5],[-7,5],[-2,3],[-7,8],[-2,0],[-9,4],[-7,5],[1,1],[-1,6],[-5,7],[-12,14],[-7,1],[-16,2],[-4,-1],[-6,-3],[-5,-2],[-6,1],[-17,13],[-25,15],[-6,2],[-5,5],[-4,6],[1,5],[2,4],[7,5],[4,1],[5,10],[0,13],[0,2],[-4,12],[1,22],[4,19],[3,21],[-2,10],[-3,6],[-4,3],[-3,1],[-2,0],[-16,-19],[-6,-12],[2,-4],[2,-3],[3,0],[13,-6],[6,-11],[-1,-3],[-4,-4],[-16,4],[-5,1],[-14,8],[-16,8],[-3,2],[-4,1],[-7,3],[-5,1],[-5,-1],[-4,-3],[1,-1],[1,-9],[-9,-8],[-5,-5],[-4,-3],[-1,0],[-3,1],[-6,2],[-7,0],[-3,0],[-12,-1],[-3,1],[-17,7],[-13,6],[-20,4],[-3,-3],[-1,0],[-2,1],[-9,2],[-11,7],[-5,4],[-1,2],[-5,9],[-5,6],[-9,9],[-17,13],[-8,7],[-7,8],[-7,10],[-7,11],[-15,13],[-2,4],[-2,3],[-2,6],[-2,5],[-2,11],[-1,13],[1,11],[1,2],[3,5],[5,6],[5,5],[5,2],[10,1],[21,2],[6,1],[2,1],[3,1],[2,3],[1,4],[0,5],[-3,6],[-5,13],[-3,8],[0,4],[2,3],[13,16],[8,4],[7,-2],[13,-7],[11,-12],[6,-4],[17,-1],[2,0],[3,1],[9,8],[7,13],[0,11],[2,14],[1,8],[-3,10],[-4,10],[-2,1],[0,1],[2,2],[17,10],[2,8],[4,5],[5,5],[3,3],[4,3],[2,4],[-2,5],[-4,7],[-2,2],[-2,3],[-4,6],[-4,8],[-1,7],[0,21],[-1,9],[0,2],[1,2],[3,3],[2,3],[3,0],[3,-1],[1,-2],[3,6],[-4,8],[-5,10],[-4,5],[-9,13],[-5,12],[2,4],[3,6],[1,-1],[15,-28],[11,-16],[3,-5],[1,-1],[3,2],[1,1],[1,2],[-2,11],[0,10],[-1,14],[-3,8],[-2,3],[-5,11],[-1,8],[15,8],[6,8],[12,-6]],[[1629,6799],[3,2],[2,4],[5,16],[5,19],[8,18],[1,2],[2,4],[4,13],[-1,13],[-1,8],[-1,5],[0,1],[0,10],[0,2],[3,10],[3,9],[5,11],[3,15],[5,19],[3,13],[4,6],[3,8],[5,21],[1,8],[1,9],[-1,7],[4,1],[3,2],[3,3],[1,13],[1,18],[0,2],[2,7],[6,24],[5,12],[2,3],[0,1],[0,5],[8,13],[13,20],[10,22],[5,11],[10,11],[10,14],[5,8],[1,6],[2,2],[7,9],[2,1],[3,2],[4,-1],[1,-2],[-1,-1],[0,-2],[1,-4],[22,-10],[20,-10],[5,-2],[5,-1],[9,-3],[6,-1],[10,-4],[7,-2],[13,-4],[23,-3],[10,-2],[23,-10],[21,-8],[1,-1],[-2,-3],[-13,1],[-16,5],[15,-6],[16,-2],[13,-2],[14,-3],[12,-7],[4,-5],[3,-5],[7,-4],[1,1],[2,2],[3,3],[5,4],[1,-1],[2,-1],[0,-10],[3,-9],[4,-9],[9,-12],[7,-7],[3,-1],[5,0],[2,-1],[9,-5],[7,-3],[4,-4],[2,-2],[4,-5],[4,-3],[17,-5],[14,-10],[8,0],[9,0],[6,7],[4,4],[2,4],[-8,10],[-3,6],[-5,7],[-3,2],[-6,4],[-4,5],[-6,6],[-3,4],[-2,6],[1,2],[1,0],[4,0],[8,-5],[6,-7],[19,-10],[17,-12],[8,-14],[6,-2],[3,-8],[1,-3],[-1,-1],[-1,-1],[-8,1],[-2,0],[-8,2],[-8,0],[-5,-20],[2,-7],[5,-11],[4,-4],[11,-11],[3,-9],[6,-8],[8,-7],[12,-7],[6,-4],[2,-4],[8,-8],[10,-7],[3,-2],[1,0],[2,-3],[2,-11],[-3,-5],[3,-14],[17,-11],[6,-2],[12,-4],[9,-5],[18,-15],[13,-15],[9,-8],[10,-7],[3,-4],[5,-7],[7,-9],[5,-7],[14,-14],[6,-1],[6,-5],[16,-12],[7,-7],[6,-6],[0,-1],[-1,-3],[5,-8],[8,-9],[17,-16],[7,-5],[7,-3],[7,-2],[1,-1],[4,-2],[4,-3],[3,-3],[4,-3],[11,-3],[8,-1],[15,-6],[9,-5],[21,-7],[12,-5],[7,-3],[17,-10],[15,-11],[8,3],[9,5],[3,-2],[-2,-11],[-1,-7],[-1,-12],[0,-5],[4,-11],[7,-13],[13,-21],[5,-17],[8,-17],[4,-7],[6,-16],[3,-9],[3,-11],[10,-15],[0,-5]],[[7008,1740],[-9,-8],[-19,5],[-17,2],[-5,-2],[-3,-1],[-2,-2],[-11,-17],[14,-12],[13,-7],[9,-5],[12,-7],[20,-9],[18,-13],[10,-4],[17,-4],[15,-12],[17,-13],[6,-7],[12,-8],[11,11]],[[8521,557],[23,-65],[0,-5],[-193,-412],[-153,109],[-9,4],[-12,6],[-11,6],[-9,6],[-11,6],[-11,8],[-9,6],[-10,7],[-9,7],[-8,7],[-8,6],[-8,8],[-7,7],[-8,7],[-7,8],[-7,8],[-7,8],[-7,8],[-6,8],[-7,9],[-6,9],[-5,6],[-5,9],[-6,9],[-15,6],[-12,5],[-12,5],[-11,6],[-12,6],[-11,6],[-14,8],[-11,8],[-10,7],[-11,8],[-8,6],[-10,9],[-12,10],[-12,11],[-11,12],[-10,12],[-8,3],[-352,149],[-293,87],[-13,1],[-10,1],[-10,1],[-13,2],[-13,3],[-10,2],[-10,2],[-13,4],[-10,3],[-9,3],[-10,4],[-12,4],[-10,4],[-12,6],[-9,4],[-9,5],[-18,-1],[-19,0],[-18,1],[-18,2],[-18,2],[-15,3],[-18,4],[-18,4],[-10,3],[-10,4],[-17,6],[-17,7],[-9,4],[-9,5],[-10,5],[-9,5],[-7,4],[-9,5],[-9,6],[-8,6],[-9,6],[-22,6],[-10,1],[-13,1],[-10,1],[-13,2],[-10,2],[-13,2],[-10,3],[-13,3],[-12,4],[-13,4],[-9,3],[-10,4],[-12,5],[-12,5],[-10,5],[-158,-12],[-430,-99],[-195,-1],[-54,21],[-191,51],[-15,4],[-15,5],[-14,5],[-14,6],[-12,5],[-12,-5],[-12,-5],[-12,-4],[-10,-4],[-10,-3],[-12,-3],[-13,-3],[-12,-3],[-13,-2],[-13,-2],[-10,-1],[-13,-2],[-10,0],[-13,-1],[-13,0],[-4,-2],[2,-5],[11,-8],[10,-8],[8,-6],[11,-9],[7,-7],[10,-9],[8,-8],[9,-10],[9,-10],[8,-10],[7,-8],[6,-9],[8,-11],[6,-9],[7,-11],[7,-12],[6,-9],[6,-12],[6,-13],[5,-12],[5,-10],[4,-10],[4,-13],[4,-10],[4,-13],[3,-13],[4,-14],[3,-13],[2,-13],[2,-11],[2,-14],[1,-11],[1,-13],[1,-11],[0,-14],[0,-11],[0,-14],[-1,-13],[-1,-14],[-1,-14],[-2,-10],[-2,-14],[-2,-13],[-3,-14],[-3,-13],[-3,-11],[-4,-13],[-3,-10],[-5,-13],[-5,-13],[-4,-10],[-6,-12],[-4,-10],[-5,-9],[-7,-12],[-5,-10],[-7,-11],[-8,-11],[-8,-12],[-6,-8],[-8,-11],[-9,-10],[-9,-10],[-9,-10],[-8,-8],[-7,-7],[-8,-7],[-10,-9],[-9,-7],[-8,-6],[-9,-7],[-8,-6],[-9,-6],[-9,-5],[-11,-7],[-9,-5],[-12,-6],[-10,-5],[-9,-4],[-10,-5],[-12,-4],[-10,-4],[-10,-3],[-10,-4],[-12,-3],[-10,-3],[-11,-2],[-10,-2],[-10,-2],[-10,-1],[-11,-2],[-13,-1],[-10,0],[-10,-1],[-11,0],[-10,0],[-11,0],[-10,1],[-10,1],[-13,1],[-11,2],[-10,2],[-10,2],[-10,2],[-13,3],[-10,3],[-13,4],[-9,3],[-13,5],[-9,4],[-12,5],[-13,1],[-13,1],[-12,2],[-13,3],[-12,2],[-13,3],[-12,4],[-12,4],[-10,3],[-9,4],[-10,3],[-9,5],[-9,4],[-9,4],[-10,5],[-8,5],[-9,6],[-9,5],[-9,6],[-8,6],[-8,6],[-9,6],[-8,7],[-7,7],[-6,5],[-8,7],[-5,5],[-8,8],[-7,8],[-7,7],[-7,8],[-5,6],[-6,9],[-6,8],[-5,7],[-6,8],[-5,9],[-6,9],[-5,10],[-4,7],[-5,9],[-3,7],[-5,10],[-3,7],[-3,7],[-4,10],[-4,10],[-4,10],[-3,10],[-3,11],[-2,7],[-3,11],[-2,10],[-2,8],[-2,11],[-1,8],[-2,10],[0,8],[-2,11],[0,11],[-1,10],[0,8],[-1,8],[0,11],[1,11],[0,8],[1,11],[0,8],[1,8],[2,10],[1,11],[1,8],[2,8],[2,10],[7,32],[3,10],[2,8],[4,11],[2,8],[4,10],[3,10],[3,8],[5,10],[3,7],[5,10],[3,7],[5,10],[4,7],[5,9],[6,9],[4,7],[6,9],[5,7],[6,8],[7,9],[5,6],[7,9],[7,8],[5,6],[7,7],[6,6],[6,6],[7,7],[6,5],[8,7],[9,7],[6,5],[8,6],[9,6],[6,5],[9,5],[7,5],[9,5],[9,5],[7,4],[10,4],[7,4],[16,7],[10,4],[10,4],[17,5],[18,5],[18,4],[18,4],[18,2],[18,2],[18,1],[18,0],[18,0],[11,-1],[10,-1],[18,-2],[18,-3],[18,-4],[17,-5],[11,-1],[-8,7],[-6,4],[-9,7],[-8,7],[-5,6],[-6,5],[-8,7],[-7,8],[-6,6],[-7,8],[-5,6],[-5,6],[-7,9],[-10,12],[-4,7],[-6,9],[-6,9],[-4,7],[-5,7],[-5,9],[-5,10],[-4,7],[-4,10],[-4,7],[-3,8],[-4,10],[-6,15],[-4,10],[-2,8],[-2,8],[-3,10],[-3,8],[-2,11],[-2,8],[-2,11],[-1,8],[-2,11],[-2,16],[-1,11],[-1,8],[0,8],[-1,11],[0,8],[0,11],[0,11],[0,8],[1,9],[1,10],[1,17],[2,8],[1,11],[2,8],[2,11],[3,16],[3,10],[2,8],[-3,8],[-7,7],[-9,-1],[-8,0],[-8,1],[-8,2],[-8,2],[-16,-7],[-9,-10],[-10,-9],[-10,-9],[-12,-10],[-11,-8],[-10,-8],[-11,-8],[-11,-7],[-12,-7],[-11,-6],[-12,-7],[-12,-5],[-14,-7],[-12,-5],[-12,-4],[-10,-4],[-10,-3],[-18,-5],[-10,-2],[-11,-2],[-18,-3],[-10,-2],[-10,-1],[-18,-2],[-11,0],[-10,0],[-19,0],[-10,0],[-13,1],[-13,2],[-10,1],[-13,2],[-11,2],[-10,3],[-10,2],[-10,3],[-13,4],[-10,3],[-12,5],[-10,4],[-12,5],[-9,4],[-12,6],[-9,5],[-12,7],[-9,5],[-9,6],[-11,7],[-8,6],[-11,8],[-8,7],[-8,7],[-10,9],[-10,9],[-7,8],[-8,7],[-9,10],[-8,11],[-7,8],[-18,-5],[-15,-3],[-18,-4],[-16,-2],[-15,-2],[-18,-1],[-16,-1],[-16,0],[-15,1],[-16,1],[-15,2],[-18,3],[-16,3],[-18,4],[-15,5],[-15,5],[-14,5],[-15,6],[-14,7],[-14,7],[-14,8],[-14,8],[-13,8],[-13,9],[-13,10],[-12,10],[-12,11],[-12,11],[-11,11],[-11,12],[-10,12],[-10,13],[-11,-2],[-10,-1],[-10,-1],[-11,0],[-10,-1],[-11,0],[-10,0],[-11,1],[-10,1],[-11,1],[-13,1],[-10,2],[-10,1],[-11,2],[-10,3],[-10,2],[-10,3],[-10,3],[-10,4],[-12,4],[-10,4],[-10,4],[-9,4],[-10,5],[-9,5],[-10,5],[-9,5],[-11,7],[-9,6],[-9,6],[-8,6],[-9,7],[-8,6],[-10,9],[-8,7],[-8,7],[-7,8],[-10,9],[-7,8],[-7,8],[-7,9],[-8,10],[-7,9],[-6,9],[-7,11],[-6,9],[-6,9],[-5,10],[-5,9],[-5,10],[-6,12],[-4,10],[-4,10],[-5,13],[-4,10],[-3,11],[-4,13],[-3,10],[-3,11],[-2,11],[-2,10],[-2,11],[-2,14],[-1,10],[-1,9],[-1,10],[-1,11],[0,9],[0,8],[0,11],[0,11],[0,11],[1,11],[1,10],[1,11],[1,9],[2,10],[2,8],[1,8],[2,11],[3,11],[2,8],[2,8],[3,10],[4,10],[2,8],[4,10],[4,10],[5,10],[4,10],[5,10],[3,7],[4,8],[6,9],[4,7],[5,9],[6,9],[6,9],[6,9],[5,7],[5,6],[7,8],[5,6],[7,9],[6,5],[7,8],[8,8],[8,7],[7,7],[6,6],[9,7],[6,5],[6,4],[9,7],[8,6],[9,6],[9,5],[7,5],[9,5],[7,4],[10,5],[9,4],[17,8],[17,7],[18,6],[15,4],[15,4],[15,4],[16,2],[15,3],[16,1],[16,1],[16,1],[15,0],[16,-1],[16,-1],[15,-2],[16,-2],[16,-3],[15,-4],[15,-4],[15,-5],[15,-5],[15,-6],[14,-6],[15,-7],[14,-8],[13,-8],[14,-8],[6,-5],[9,-6],[13,-9],[12,-10],[12,-11],[12,-11],[11,-11],[11,-12],[11,-12],[10,3],[10,4],[10,3],[10,2],[13,3],[10,3],[10,2],[11,1],[10,2],[13,1],[10,1],[11,1],[10,0],[11,0],[13,0],[10,-1],[11,-1],[13,-1],[10,-1],[11,-2],[10,-2],[10,-2],[10,-2],[11,-3],[10,-3],[10,-3],[12,-4],[10,-4],[12,-5],[10,-4],[9,-5],[9,0],[9,2],[7,5],[8,6],[9,6],[7,4],[9,6],[9,5],[9,5],[-103,158],[-116,84],[-554,252],[-271,201],[-331,279],[-69,81],[-91,108],[-35,52],[-13,9],[-12,11],[-12,11],[-10,9],[-11,11],[-9,10],[-11,13],[-10,12],[-9,13],[-6,9],[-12,15],[-7,8],[-6,9],[-5,6],[-9,13],[-8,11],[-7,12],[-5,9],[-6,9],[-6,12],[-5,10],[-5,12],[-4,10],[-5,12],[-9,10],[-8,11],[-8,10],[-8,11],[-7,11],[-7,12],[-7,11],[-6,12],[-16,9],[-9,6],[-7,4],[-9,6],[-8,7],[-6,4],[-9,7],[-10,9],[-10,8],[-10,10],[-9,9],[-9,10],[-9,10],[-9,10],[-8,11],[-16,9],[-14,8],[-6,4],[-9,6],[-13,9],[-13,10],[-8,7],[-6,5],[-12,11],[-11,11],[-8,8],[-7,7],[-5,6],[-7,9],[-5,6],[-7,8],[-6,9],[-7,9],[-313,356],[-440,357],[-684,585],[-353,469],[-204,365],[-104,344],[-4,148],[-43,270],[-2,10],[-1,8],[-1,11],[-1,11],[0,8],[0,8],[-1,11],[0,8],[1,11],[-7,15],[-6,15],[-5,16],[-3,10],[-2,8],[-4,16],[-4,16],[-2,11],[-1,8],[-2,16],[-3,10],[-1,8],[-2,8],[-7,22],[-2,6]],[[22,7399],[447,198]],[[469,7597],[0,-3],[-5,-12],[-12,-12],[-3,-4],[-1,-6],[3,-5],[9,-10],[6,-6],[11,-5],[4,-4],[0,-2],[1,-3],[-1,-11],[2,-14],[4,-8],[3,-19],[-1,-18],[13,-3],[1,-2],[1,-5],[-3,-22],[-4,-7],[-4,-7],[-4,-6],[0,-6],[7,-9],[15,-17],[6,-14],[3,-9],[1,-6],[-1,-13],[3,-7],[6,-15],[8,-8],[-4,-4],[-3,-4],[0,-4],[1,-12],[2,-3],[12,0],[3,-1],[7,-5],[-2,-4],[-3,0],[-2,-3],[-6,-4],[-8,-4],[-3,0],[-3,2],[-2,0],[0,-4],[3,-10],[7,-13],[-4,-12],[0,-10],[3,-9],[11,-11],[7,-11],[0,-1],[1,-2],[5,-3],[10,-1],[18,0],[10,0],[10,2],[7,1],[2,-1],[17,0],[3,-1],[4,-5],[-12,-8],[-18,-12],[-25,-8],[-10,-3],[-1,-2],[5,-5],[8,-9],[10,-9],[15,-15],[22,-11],[-5,-1],[-23,-1],[-9,-6],[-4,-7],[-6,-10],[0,-20],[21,-5],[4,-5],[4,-9],[5,-13],[-1,-20],[-1,-16],[-4,-12],[-3,-9],[-3,-15],[3,-5],[3,-9],[-5,-6],[-7,-3],[-8,-5],[-2,-1],[0,-1],[-1,-2],[2,-2],[16,-16],[10,-12],[4,-10],[0,-7],[-1,-16],[-1,-2],[3,-7],[3,-4],[5,-11],[3,-9],[-9,-11],[-6,-13],[-1,-8],[-1,-2],[10,-19],[1,-1],[12,-2],[3,0],[5,3],[3,3],[3,4],[4,2],[7,2],[5,0],[10,-1],[18,-4],[11,0],[13,0],[11,-2],[12,-2],[12,1],[18,6],[22,4],[11,0],[3,-1],[13,-5],[8,-3],[5,-4],[0,-2],[1,0],[4,-1],[5,-5],[-8,2],[-3,2],[-4,2],[-12,4],[-14,2],[-12,2],[-3,-1],[-13,-3],[-13,-8],[-4,-1],[-19,0],[-19,1],[-8,1],[-7,0],[-10,-1],[-18,3],[-4,2],[-9,-1],[-2,-1],[-5,-5],[0,-6],[0,-6],[-2,-10],[-5,-2],[-7,3],[-10,-13],[7,-16],[4,-4],[11,-6],[13,-7],[10,-3],[7,-2],[0,-16],[-1,-9],[-5,-20],[-1,-13],[-9,-7],[-5,-3],[2,-8],[6,-1],[13,2],[15,4],[15,-5],[17,-7],[4,-3],[9,-19],[20,-27],[1,-1],[-1,-13],[-2,-12],[0,-7],[1,-3],[2,-2],[6,-1],[3,0],[13,0],[9,2],[2,0],[2,-3],[2,-1],[1,-3],[-3,-16],[-2,-6],[6,-7],[12,-17],[16,-14],[2,-15],[2,-3],[1,-1],[14,3],[17,-1],[7,0],[3,-5],[3,-10],[4,-14],[5,-12],[6,-7],[5,-6],[5,-7],[5,-7],[2,-7],[1,-11],[8,-18],[3,-3],[1,-2],[9,-9],[8,-10],[0,-8],[0,-3],[-2,-2],[1,-10],[0,-1],[4,-13],[3,-3],[5,-4],[2,-5],[1,-6],[-1,-1],[0,-5],[-2,-9],[-12,-8],[-8,-7],[-3,-3],[-1,-3],[1,-1],[17,-16],[1,-1],[8,-8],[15,-2],[8,1],[7,2],[6,5],[2,5],[1,1],[7,3],[2,-1],[2,0],[8,-3],[1,-4],[0,-18],[0,-2],[-9,-13],[-5,-5],[-3,-2],[-8,-2],[-25,0],[-2,2],[-7,8],[-9,11],[-4,3],[-1,2],[-3,1],[-9,2],[-3,-4],[0,-5],[6,-20],[3,-6],[12,-5],[10,-3],[5,1],[-1,4],[2,1],[4,1],[5,-3],[5,-4],[8,-14],[7,-17],[-3,-7],[-5,-5],[-2,-2],[-1,-4],[0,-1],[2,-2],[4,-3],[4,-1],[1,0],[9,4],[2,1],[1,2],[-1,2],[-4,6],[7,14],[1,1],[7,1],[5,0],[1,-3],[-2,-2],[-4,1],[-6,-3],[-1,-1],[-2,-9],[1,-2],[3,-1],[4,-1],[1,-1],[-3,-2],[-3,-4],[-1,-2],[0,-4],[5,-14],[2,-6],[11,-16],[4,-1],[6,0],[2,1],[4,7],[2,4],[3,3],[3,-1],[8,-2],[-1,-3],[-2,-2],[-9,-3],[-4,-4],[-2,-2],[-2,-3],[0,-2],[0,-1],[7,-8],[10,-8],[2,-1],[8,2],[7,7],[4,3],[11,-1],[11,-3],[4,-3],[3,-4],[0,-8],[-1,-11],[-4,-15],[1,-9],[3,-12],[3,-14],[4,-8],[6,-6],[13,-6],[5,0],[4,1],[1,4],[-4,5],[-9,11],[-2,6],[3,9],[-3,8],[-4,8],[1,4],[8,16],[2,13],[-4,18],[-2,2],[-8,6],[-7,1],[-13,1],[-12,1],[-6,2],[-8,6],[-1,4],[0,2],[2,4],[8,1],[6,-4],[8,-3],[8,3],[8,5],[3,8],[12,-2],[7,-6],[5,-7],[7,-10],[-1,-8],[-1,-9],[0,-9],[2,-4],[2,2],[1,5],[-1,8],[-1,2],[3,3],[4,2],[10,-6],[1,-1],[3,-4],[0,-3],[1,-4],[7,-6],[4,-1],[22,1],[3,0],[10,4],[5,-2],[22,2],[16,-6],[3,-1],[2,2],[2,5],[0,2],[-10,12],[-9,15],[-7,2],[-6,-2],[-7,-1],[-3,0],[-2,0],[-6,6],[-1,2],[12,5],[12,7],[4,6],[0,5],[-5,9],[-9,19],[4,17],[10,9],[8,17],[3,11],[1,9],[-2,6],[-4,1],[-1,4],[1,7],[4,6],[2,0],[7,-1],[4,3],[1,2],[0,6],[-2,4],[-2,1],[-16,4],[-9,8],[-4,8],[-4,10],[0,3],[0,2],[3,0],[2,-2],[2,-5],[3,-6],[2,-2],[3,-3],[11,-8],[14,2],[2,1],[3,5],[5,6],[8,5],[8,4],[6,5],[3,8],[-1,8],[-3,7],[-2,7],[5,3],[9,3],[11,4],[3,6],[3,8],[8,19],[-2,8],[0,5],[3,6],[3,5],[5,3],[2,5],[-3,22],[8,9],[12,20],[13,17],[-3,17],[-1,10],[-1,2],[-2,2],[-5,2],[-12,2],[-9,3],[-6,5],[-17,4],[-2,0],[0,2],[-1,5],[2,2],[1,1],[2,2],[4,4],[6,15],[1,3],[0,3],[-7,16],[-6,12],[1,6],[1,-1],[9,3],[5,0],[7,-9],[10,-23],[1,-9],[-5,-7],[-4,-11],[-1,-4],[2,-4],[2,-2],[2,-1],[11,-4],[6,0],[6,3],[7,6],[3,-11],[3,-24],[3,-9],[10,-16],[2,-3],[1,-1],[9,-3],[4,-4],[-8,-6],[-12,0],[-11,2],[-2,0],[-7,-4],[-1,-1],[0,-14],[-6,-18],[-7,-22],[2,-1],[3,0],[9,4],[6,6],[3,6],[2,4],[3,8],[8,9],[4,3],[7,3],[14,11],[7,6],[4,1],[11,-1],[5,-4],[19,-11],[8,-5],[7,-6],[6,-6],[2,-1],[2,0],[3,2],[3,5],[6,10],[4,8],[3,6],[4,4],[4,4],[2,3],[7,9],[3,11],[1,6],[-1,17],[-3,10],[-3,22],[-3,20],[-6,12],[-5,7],[-2,3],[-2,3],[-1,9],[4,1],[1,6],[-8,18],[-6,10],[-2,4],[-2,2],[-4,2],[-3,3],[-1,3],[0,2],[3,3],[11,-10],[4,-4],[6,-9],[5,-2],[2,5],[-5,21],[-4,17],[-6,13],[0,15],[5,4],[8,-5],[1,-3],[2,-1],[4,-1],[2,0],[15,16],[6,10],[7,9],[8,9],[3,6],[3,8],[3,5],[5,11],[1,3],[1,5],[0,6],[-1,6],[-2,5],[-2,3],[-12,19],[-3,5],[-7,6],[-5,4],[-8,3],[-1,1],[1,2],[7,-3],[11,-6],[7,-6],[4,-5],[11,-12],[10,-9],[5,-2],[1,1],[3,4],[0,1],[4,9],[2,8],[11,22],[7,15],[2,9],[1,13],[-2,3],[1,1]],[[5766,1318],[1,0],[9,0],[2,1],[1,2],[0,12],[4,8],[10,11],[1,2],[6,0],[0,6],[0,10],[-2,0],[-2,-1],[-1,-2],[-8,-5],[-10,3],[-12,-3],[-7,-7],[-6,-11],[0,-3],[1,-4],[2,-3],[11,-16]],[[1441,7550],[8,-27],[-10,-25],[19,-21],[1,-17],[21,-24],[51,-38],[64,-27],[1,-7],[-26,-18],[-12,-17],[7,-21],[25,-15],[3,-54],[18,-43],[-19,3],[-13,-12],[-15,-40],[5,-34],[-2,-14],[9,-23],[-6,-41],[28,-91],[-5,-91],[-12,-28],[15,3],[20,-25],[13,-4]],[[469,7597],[2,1],[4,2],[5,2],[3,-1],[20,-9],[15,-7],[12,-6],[16,-7],[7,-4],[3,-1],[12,-9],[8,-6],[6,-4],[12,-10],[3,0],[4,3],[1,0]],[[602,7541],[11,-14],[11,-9],[7,-5],[7,-3],[6,0],[6,-2],[6,-1],[5,-3],[6,0],[2,-1],[3,-3],[1,0],[16,-3],[3,-1],[11,-6],[2,-3],[2,-2],[5,-4],[13,-7],[9,-8],[7,-5],[4,-3],[11,4],[3,3],[6,5],[9,7],[13,8],[1,0],[1,2],[0,3],[2,2],[3,0],[3,0],[1,-2],[-2,-2],[1,-5],[1,-2],[8,2],[16,7],[17,10],[22,0],[5,0],[13,4],[3,2],[4,4],[1,2],[3,3],[4,-2],[9,-2],[2,-1],[1,-2],[2,0],[7,5],[9,-1],[9,-3],[9,-4],[11,-11],[4,-3],[1,-3],[0,-1],[-1,-1],[-2,-2],[-2,-4],[0,-3],[0,-1],[0,-2],[1,-1],[8,-14],[8,-12],[6,-7],[4,2],[8,0],[14,-1],[5,-2],[1,0],[19,-3],[5,-7],[10,-6],[14,0],[12,0],[2,0],[15,-2],[0,9],[9,18],[7,6],[10,10],[9,14],[9,6],[18,1],[29,0],[4,5],[17,-2],[22,-18],[3,6],[20,13],[2,6],[1,15],[0,4],[1,4],[4,4],[11,5],[-8,10],[-3,9],[4,4],[-3,3],[-10,13],[-2,2],[-10,8],[-11,5],[-4,1],[-3,-1],[-6,23],[10,11],[10,9],[2,0],[4,0],[3,-3],[2,-3],[10,-6],[10,-3],[10,-1],[3,0],[-7,14],[0,4],[0,1],[7,9],[14,-1],[26,-20],[6,-10],[19,-18],[2,-1],[9,1],[6,-6],[6,-6],[4,0],[16,-13],[2,-3],[16,-6],[18,-5],[14,1],[1,1],[4,0],[9,0]],[[7794,7055],[17,-13],[30,-8],[13,-9],[9,6],[26,-5],[10,6],[9,-15],[0,-12],[14,-2],[0,8],[23,-8],[19,1],[19,-17],[6,-26],[15,-3],[22,-16],[88,23],[23,30],[27,12],[28,-4],[46,3],[13,6],[30,-20],[31,6],[-13,-19],[3,-7],[6,2],[5,-12],[21,2],[25,-8],[9,-17],[13,-3],[6,-9],[15,-2],[5,7],[19,7],[14,-19],[23,9],[44,-15],[5,13],[12,-3],[4,5],[12,46],[-21,-6],[-6,-27],[-6,-4],[0,-9],[-26,7],[8,25],[25,18]],[[8514,6979],[17,4],[27,-11],[7,5],[6,-4],[1,-15],[16,11],[11,-14],[-10,-14],[11,-13],[-9,-4],[-6,-33],[-27,-12],[-26,-25],[3,-6],[-11,-9],[-3,-14],[-18,-24],[-17,-37],[-2,-22],[-12,-9],[3,-33],[6,0],[13,-30],[28,-11],[8,2],[2,-6]],[[8532,6655],[-4,-6],[0,-2],[1,-3],[3,-2],[16,-7],[8,-5],[5,-7],[1,-1],[0,-5],[-1,-5],[-2,-3],[-14,-11],[-3,-3],[-2,-4],[-2,-7],[0,-4],[2,-12],[0,-10],[-3,-8],[-3,-2],[-3,1],[-3,3],[0,9],[1,6],[0,8],[-2,6],[-4,5],[-3,1],[-6,0],[-3,-1],[-11,-6],[-5,-1],[-8,2],[-16,7],[-4,1],[-12,-1],[-5,0],[-5,2],[-6,3],[-7,6],[-3,4],[-9,14],[-10,8],[-13,8],[-8,8],[-4,8],[-2,16],[-1,4],[-5,10],[-8,9],[-11,7],[-5,3],[-7,1],[-8,1],[-7,1],[-6,-1],[-15,-5],[-13,-2],[-23,-2],[-72,-11],[-8,-1],[-2,1],[-4,3],[-2,2],[-6,10],[-4,12],[-3,3],[-2,1],[-4,1],[-5,0],[-12,-4],[-6,-1],[-9,1],[-6,3],[-3,3],[-1,4],[0,12],[1,7],[-1,6],[-2,6],[-2,5],[-6,5],[-5,3],[-13,4],[-6,0],[-14,-1],[-9,-2],[-11,-4],[-25,-15],[-8,-6],[-5,-5],[-3,-5],[-3,-7],[0,-5],[2,-15],[4,-7],[2,-3],[8,-8],[3,-4],[2,-3],[0,-3],[-2,-6],[-11,-17],[-9,-10],[-9,-8],[-9,-5],[-9,-2],[-9,-2],[-7,0],[-19,2],[-11,4],[-3,1],[-6,6],[-9,5],[-5,2],[-5,1],[-12,-2],[-16,-7],[-6,-3],[-6,-1],[-13,5],[-8,6],[-6,9],[-4,9],[-5,8],[-5,6],[-10,5],[-20,8],[-4,2],[-3,4],[0,1],[0,2],[1,3],[2,2],[13,9],[5,4],[2,4],[0,5],[-3,6],[-8,13],[-7,20],[-1,3],[-3,3],[-5,4],[-10,3],[-4,0],[-7,0],[-11,-4],[-4,-2],[-3,-4],[-2,-2],[-1,-4],[-1,-15],[-2,-5],[-3,-4],[-4,0],[-4,2],[-7,10],[-5,13],[-4,16],[-1,4],[-4,6],[-4,4],[-7,4],[-7,0],[-11,-1],[-14,-6],[-8,-5],[-4,-4],[-8,-10],[-7,-11],[-2,-6],[-1,-19],[-5,-11],[-5,-7],[-7,-6],[-6,-4],[-5,-1],[-16,0],[-11,-1],[-6,-2],[-4,-3],[-3,-3],[-3,-7],[-2,-9],[1,-9],[5,-13],[5,-9],[1,-6],[0,-4],[-2,-4],[-7,-5],[-8,-4],[-8,-6],[-26,-28],[-9,-8],[-18,-10],[-12,-6],[-14,-10],[-11,-5],[-6,-1],[-11,-1],[-9,0],[-15,4],[-11,5],[-12,9],[-31,25],[-4,4],[-4,7],[-13,14],[-8,14],[-5,5],[-3,2],[-5,3],[-9,1],[-6,0],[-11,-2],[-5,1],[-5,3],[-4,2],[-14,15],[-11,8],[-6,3],[-10,7],[-9,10],[-7,8],[-7,6],[-12,6],[-4,1],[-13,1],[-4,1],[-2,2],[-7,7],[-9,15],[-10,11],[-4,3],[-8,3],[-7,1],[-7,-1],[-5,-1],[-14,-5],[-16,-10],[-13,-10],[-6,-8],[-2,-8],[-2,-3],[-3,-1],[-3,0],[-9,0],[-5,-1],[-2,-1],[-7,-8],[-5,-4],[-4,-2],[-7,-1],[-4,1],[-3,1],[-4,4],[-11,13],[-7,4],[-4,0],[-3,0],[-4,-2],[-7,-10],[-5,-4],[-6,-1],[-7,0],[-2,1],[-1,2],[0,4],[5,16],[0,10],[-2,4],[-4,8],[-4,3],[-5,1],[-7,-2],[-4,-4],[-1,-2],[-2,-4],[2,-6],[0,-4],[0,-9],[-3,-6],[-7,-7],[-3,-3],[-9,-2],[-18,0],[-5,1],[-9,10],[-4,3],[-3,0],[-6,-2],[-17,-9],[-6,0],[-2,1],[-3,1],[-2,3],[0,5],[1,2],[3,5],[12,9],[3,4],[1,3],[2,9],[0,6],[0,4],[-2,7],[-4,3],[-3,1],[-2,-1],[-9,-12],[-5,-5],[-5,-4],[-10,-4],[-10,-1],[-9,0],[-5,1],[-5,3],[-2,1],[-1,3],[0,3],[8,19],[2,8],[0,13],[-1,10],[-1,6],[-3,8],[-5,4],[-5,1],[-5,0],[-6,-3],[-3,-4],[0,-2],[-3,-17],[-4,-10],[-18,-17],[-5,-3],[-6,-3],[-4,-1],[-11,0],[-6,1],[-22,6],[-21,-1],[-14,1],[-11,2],[-17,5],[-6,4],[-7,4],[-11,12],[-8,11],[-1,2],[0,5],[6,11],[0,4],[0,2],[-2,2],[-4,1],[-20,-3],[-2,0],[-3,1],[-2,2],[-1,5],[1,12],[0,5],[-3,3],[-4,0],[-11,-3],[-14,-1],[-7,1],[-5,5],[-13,25],[-2,2],[-4,-1],[-4,-6],[-11,-30],[-6,-24],[-5,-18],[-4,-8],[-4,-5],[-4,-5],[-4,-3],[-6,0],[-11,3],[-18,-3],[-11,1],[-17,6],[-6,1],[-5,-1],[-14,-5],[-4,-1],[-8,0],[-8,2],[-9,3],[-14,8],[-27,21],[-5,3]],[[6306,6819],[1,8],[-15,18],[-12,27],[-7,1],[-7,10],[2,16],[-43,27],[4,12],[-14,1],[-11,-6],[-10,12],[11,6],[2,27],[11,7],[-6,12],[11,-2],[-3,9],[12,14],[4,-4],[3,7],[53,26],[44,69],[17,9],[27,-7],[-13,26],[-20,21],[10,7],[8,24],[20,-4],[2,4],[-1,13],[-11,13],[-12,-5],[4,11],[-9,16]],[[6358,7244],[14,8],[9,20],[19,16],[18,25],[31,24],[12,-1],[1,7],[43,-11],[19,-29],[36,-17],[21,-2],[19,8],[13,-4],[3,38],[18,0],[13,-7],[24,3],[29,20],[13,2],[7,-7],[4,6],[18,-20],[17,-7],[17,-26],[16,-10],[7,-19],[5,1],[9,-12],[36,-13],[12,2],[-5,-9],[0,-24],[10,-14],[2,-13],[32,-32],[14,0],[43,-19],[27,-36],[11,-8],[58,-24],[14,3],[32,-4],[1,8],[39,3],[14,-6],[35,2],[25,-48],[-2,-24],[-6,-2],[5,-27],[19,-27],[-12,-17],[-20,-10],[8,-11],[28,-9],[-2,-8],[4,-9],[9,5],[7,-7],[12,3],[4,-5],[13,5],[13,-11],[11,12],[7,-2],[15,10],[-1,5],[-11,-7],[-5,5],[7,1],[-3,7],[9,7],[-3,8],[26,-3],[-5,13],[-1,-4],[-7,3],[7,8],[-7,17],[2,2],[13,5],[4,-17],[23,-8],[19,2],[7,8],[0,10],[7,-10],[15,22],[-1,14],[15,7],[4,12],[20,12],[3,10],[29,20],[-2,26],[21,43],[57,5],[47,-6],[15,2],[92,-17],[40,-21],[32,-10]],[[3232,7423],[14,-17],[-16,-14],[4,-11],[-6,-7],[5,-2],[4,-15],[-9,-10],[-14,-5],[8,-10],[-2,-12],[-13,-29],[-20,-26],[-15,-7],[-3,-15],[-11,-5],[-4,-12],[7,-45],[-7,-20],[-6,1],[-22,-14],[-25,-7],[-7,5],[-8,-8],[-6,6],[-14,-3],[-26,-57],[-5,10],[-10,-1],[-20,8],[6,25],[-65,0],[-17,7],[-9,8],[-4,22],[-15,23],[-46,-25],[-19,-45],[12,-8],[4,-11],[-45,-25],[48,-58],[-9,-4],[-4,-11],[13,-17],[-14,-5],[-13,6],[27,-71],[-10,-21],[-8,-50],[0,-36],[24,-40],[29,-20],[7,-16]],[[1441,7550],[4,-1],[10,-2],[4,-3],[4,-2],[8,-4],[9,-4],[5,-1],[10,0],[12,11],[6,3],[9,-2],[7,-1],[3,0],[3,0],[8,-1],[13,-4],[4,-1],[7,-5],[11,-5],[21,-8],[-2,21],[0,8],[6,16],[9,7],[6,3],[4,7],[2,11],[12,8],[6,2],[4,0],[7,-2],[7,-3],[1,-2],[4,-5],[6,-9],[5,-7],[5,-8],[7,-11],[6,-2],[6,3],[15,11],[3,0],[7,0],[7,-13],[24,-10],[17,6],[6,-23],[4,-6],[9,4],[13,12],[6,7],[10,8],[7,4],[16,-4],[4,2],[25,8],[13,12],[5,1],[4,0],[3,0],[4,5],[5,11],[4,4],[5,5],[15,7],[19,1],[8,3],[8,2],[8,13],[9,3],[10,5],[10,7],[14,11],[5,8],[2,2],[4,4],[12,3],[10,4],[2,2],[3,7],[4,8],[6,10],[2,6],[-2,15],[-2,4],[0,1],[-1,3],[1,6],[1,3],[1,2],[3,2],[0,4],[-1,5],[0,1],[-1,1],[0,7],[-1,2],[4,7],[3,4],[3,7],[3,10],[0,2],[-1,2],[-1,2],[-1,2],[-3,3],[-4,3],[-1,1],[-2,4],[-1,8],[2,17],[4,2],[1,0],[2,-1],[7,-1],[6,-1],[4,1],[18,7],[10,6],[6,4],[14,17],[2,5],[5,10],[1,6],[1,2],[4,6],[2,3],[1,1],[7,9],[0,1],[1,3],[8,17],[3,5],[1,3],[2,8],[0,6],[0,6],[0,5],[1,4],[2,12],[1,4],[6,-1],[1,-2],[2,-2],[0,-2],[2,-4],[4,-5],[3,-1],[5,-1],[6,2],[7,2],[7,1],[6,-2],[6,-3],[4,-7],[1,-10],[0,-5],[-4,-21],[-5,-15],[0,-13],[-1,-2],[-3,-6],[-1,-2],[-2,-3],[-2,-1],[-1,0],[0,-2],[10,-8],[15,-13],[3,-2],[16,-6],[9,-13],[13,-12],[13,-12],[10,-14],[9,-2],[6,-1],[6,-1],[10,-2],[5,0],[8,-1],[4,-3],[3,-5],[1,-1],[8,-8],[3,-2],[4,-7],[5,-16],[1,-1],[2,-3],[0,-2],[1,-9],[0,-5],[-1,-6],[-1,-3],[-3,-3],[-5,-2],[-3,-10],[-2,-18],[-7,-18],[0,-2],[2,-5],[3,-6],[1,-1],[5,-5],[6,-2],[8,-2],[3,4],[0,7],[-2,5],[2,4],[1,1],[4,1],[3,-1],[7,-3],[8,1],[6,1],[7,-4],[10,-8],[12,-11],[15,-12],[7,-5],[12,-14],[1,-1],[15,-5],[4,-1],[23,-2],[14,-8],[2,-1],[5,-7],[6,-9],[2,-19],[2,-14],[1,-7],[4,-5],[10,-9],[1,-1],[1,-5],[-1,-5],[1,-12],[5,-4],[16,2],[11,1],[13,2],[4,1],[15,4],[16,3],[12,10],[7,5],[16,7],[6,2],[3,0],[6,-1],[8,-1],[6,3],[4,3],[2,4],[2,5],[-1,6],[-2,5],[0,2],[1,2],[7,9],[1,3],[-1,2],[-5,8],[-1,3],[1,4],[2,1],[3,2],[1,1],[0,2],[0,4],[-4,10],[-1,5],[1,7],[0,6],[1,2],[2,3],[5,2],[1,2],[2,9],[1,3],[5,1],[7,1],[3,2],[3,0],[9,-8],[10,-5],[8,-8],[6,-5],[11,-11],[6,-5],[2,-1],[4,0],[2,-1],[5,-10],[11,-12],[6,-5],[6,-3],[7,-1],[16,0],[7,2],[4,0],[6,1],[2,-1],[3,-1],[2,-2],[2,-7],[9,-3],[2,-2],[1,-2],[2,-6],[2,-2],[4,-1],[16,3],[8,2],[4,4],[2,3],[2,6],[5,2],[4,0],[4,-2],[2,-1],[1,-6],[1,-2],[2,-3],[3,-1],[1,0],[7,0],[4,1],[3,-1],[2,-2],[2,-2],[7,-9],[10,-13],[0,-16],[2,-5],[4,-3],[7,-4],[2,-1],[13,-1],[5,-3],[1,-1],[5,-7],[5,-7],[2,-2],[8,-6],[5,-7],[2,-2],[3,-2],[5,-2],[9,-2],[15,-13],[6,-15],[1,-2],[2,-4],[10,-10],[6,-3],[14,-6],[14,-1],[1,0],[3,-1],[6,4],[9,9],[3,2],[2,4],[-3,7],[0,2],[4,4],[5,3],[2,-1],[2,-4],[8,-16],[3,-3],[7,-2],[18,0],[5,1],[6,2],[1,1]],[[7495,7531],[-1,-30],[15,-6],[5,-11],[12,1],[6,-5],[45,0],[23,-32],[15,-3],[6,-14],[28,-15],[5,-20],[24,-5],[14,11],[11,-1],[13,-21],[1,-16],[8,-10],[9,-3],[12,3],[14,-5],[14,5],[2,7],[27,3],[10,-9],[13,12],[15,-40],[9,2],[2,-7],[3,2],[3,-34],[-5,-14],[-33,-8],[-20,-14],[-12,-20],[5,-8],[20,-2],[13,-11],[3,-11],[10,-10],[3,-27],[14,-8],[6,-11],[-2,-12],[-22,-12],[-12,-28],[-14,-9],[-18,-30]],[[6358,7244],[-18,12],[-11,-12],[-35,-11],[-12,14],[8,13],[-4,20],[-21,19],[-20,3],[-9,9],[-38,10],[-5,13],[-20,12],[-12,-2],[2,8],[-12,-9],[-5,7],[19,23],[-2,11],[10,7],[-6,14],[13,7],[10,-2],[-7,22],[5,10],[-4,4],[-26,3],[-8,-43],[-6,8],[-6,-6],[-12,6],[-1,-12],[-7,9],[1,9],[-1,-5],[-8,-1],[0,8],[-10,0],[1,7],[-8,14],[18,13],[-29,34],[-31,-5],[-3,-4],[-17,0],[-5,6],[-8,-5],[-16,9],[-21,41],[-18,16]],[[5963,7548],[7,3],[2,9],[-6,10],[2,26],[-7,11],[2,18],[8,9],[19,46],[10,11],[16,-3],[-5,-6],[3,-19],[13,-11],[5,-14],[32,-10],[3,-4],[-3,-9],[14,-8],[10,10],[-3,-11],[29,-3],[2,6],[8,-1],[7,17],[18,5],[17,11],[12,-20],[13,-5],[4,-11],[14,-9],[0,-6],[7,2],[16,34],[18,9],[12,-4],[7,8],[28,-9],[9,-11],[11,3],[13,-11],[13,4],[-13,2],[17,34],[5,20],[9,4],[24,-10],[13,3],[-2,-21],[17,-2],[8,-16],[10,-2],[11,-17],[23,9],[11,-7],[17,5],[13,-4],[92,30],[33,2],[22,-2],[2,-20],[26,-3],[18,-13],[32,7],[9,-5],[39,49],[0,31],[7,13],[-1,13],[13,6],[4,15],[-4,10],[-16,17]],[[6782,7763],[34,7],[5,-23],[28,2],[7,-22],[20,-7],[12,15],[7,35],[27,0],[16,-17],[18,-9],[37,-41],[15,3],[6,-4],[8,4],[18,-33],[13,-7],[-3,-20],[-8,-5],[18,2],[4,-9],[31,-10],[23,1],[29,-14],[16,12],[62,-34],[16,-1],[19,7],[72,-16],[5,-13],[20,-18],[-33,-17],[26,5],[56,-9],[9,8],[8,18],[21,11],[28,-11],[2,-13],[21,-9]],[[9290,7442],[8,-5],[4,-3],[4,-2],[3,-3],[4,-3],[3,-4],[6,-7],[3,-4],[3,-4],[2,-4],[0,-4],[1,-3],[0,-5],[-1,-7],[-2,-4],[-5,-6],[-1,-2],[-3,-3],[-3,-2],[-2,-1],[-3,-2],[-4,-1],[-12,0],[-9,0],[-7,0],[-12,-3],[-4,-1],[-5,-1],[-3,-2],[-9,-6],[-3,-2],[-3,-3],[0,-1],[-2,-3],[-2,-3],[-2,-5],[0,-4],[-1,-6],[0,-2],[1,-3],[0,-3],[1,-3],[5,-10],[1,-1],[11,-10],[6,-5],[14,-10],[5,-3]],[[9277,7273],[4,-5],[6,-5],[13,-10],[10,-7],[10,-8],[3,-2],[3,-2],[3,-1],[3,-1],[3,0],[3,0],[19,0],[4,0],[7,-1]],[[9368,7231],[14,-2],[9,-1],[8,0],[9,-2],[8,-3],[7,-5],[5,-3],[3,-2],[4,-9],[2,-7],[1,-5],[1,-8],[1,-4],[-1,-9],[-1,-7],[1,-8],[2,-5],[2,-4],[5,-14],[1,-1],[3,-3],[4,-5],[5,-4],[3,-3],[4,-2],[18,-9],[12,-9],[6,-3],[6,-4],[10,-5],[5,-2],[15,-6],[12,-3],[3,-2],[16,-11],[8,-3]],[[9579,7058],[6,-2],[4,-1],[9,-5],[5,-2],[14,-9],[19,-9],[18,-8],[5,-3],[3,-2],[4,-2],[11,-5],[14,-6],[9,-2]],[[9700,7002],[9,-3],[6,-2],[9,-3],[9,-2],[12,-4],[4,-1],[17,0],[8,-1],[16,-3],[17,-2],[15,-2],[13,-2],[10,0],[6,-1],[4,0],[8,1],[13,1],[8,0],[17,0],[9,1],[12,2],[6,0],[5,-1],[4,0],[19,1],[1,-4],[1,-3],[1,-8],[0,-3],[1,-1],[2,-5],[3,-8],[2,-4],[2,-3],[5,-8],[7,-11],[5,-8],[3,-4],[2,-4],[5,-6],[1,-2],[2,-3],[-9,-6],[-8,0],[-1,-1],[-13,-13],[2,-9],[3,-7],[4,-9],[1,-10],[-10,-7],[-4,-3],[-2,-1],[-7,-2],[-3,0],[-5,1],[-2,1],[-18,7],[-11,2],[-15,4],[-16,-4],[-15,2],[-6,5],[-3,-3],[-5,-4],[-6,-5],[-7,2],[-5,4],[-1,2],[-3,2],[-7,2],[-6,3],[-5,6],[-4,13],[-6,12],[-3,9],[-4,11],[-2,14],[-4,5],[-4,3],[-6,-1],[-7,-2],[-13,-1],[-10,-1],[-15,2],[-1,-7],[2,-8],[-6,-15],[3,-6],[2,-4],[8,-11],[5,-9],[2,-2],[1,-12],[0,-6],[-15,0],[-8,0],[-4,1],[-2,3],[-3,3],[-1,2],[-3,2],[-8,-1],[-1,-1],[-10,-2],[-10,-1],[-5,3],[-5,5],[-16,-5],[-1,3],[-6,8],[-7,8],[-2,3],[-1,0],[-3,1],[-7,1],[-4,1],[-6,3],[-1,1],[-1,2],[-9,7],[-12,9],[-10,6],[-9,7],[-5,-1],[-5,-1],[-5,0],[-2,1],[-2,4],[-8,-6],[-3,-5],[-3,-8],[-2,-8],[-1,-3],[18,-7],[13,-6],[11,-8],[0,-14],[-5,-13],[-3,-6],[-37,-43],[-13,-16],[-16,-16],[-7,-7],[-34,8],[-4,3],[-5,6],[-4,2],[-41,16],[0,-3],[2,-13],[-6,-6],[-6,-9],[-4,-9],[-1,-3],[0,-4],[-1,-19],[10,-12],[10,-14],[3,-3],[4,-5],[0,-6],[0,-7],[-3,-7],[2,-5],[3,-4],[7,-9],[4,-5],[5,-4],[2,-4],[-2,-7],[-3,-10],[-7,-14],[-2,-5],[-3,-11],[8,-8],[9,-8],[-1,-5],[-5,-11],[-4,-6],[-9,-10],[2,-9],[3,-18],[0,-1],[0,-2],[0,-5],[4,-15],[4,-11],[-10,-13],[-4,-17],[-7,-8],[-12,-13],[-14,-7],[-6,-2],[-3,0],[-13,-7],[-5,-3],[-3,-1],[-2,-2],[-2,-3],[1,-2],[0,-1],[13,-3],[15,-6],[17,3],[14,-1],[12,-5],[10,0],[18,1],[12,10],[7,3],[3,1],[8,6],[3,1],[3,0],[3,0],[4,-2],[1,-1],[2,-1],[4,-5],[3,-6],[1,-18],[0,-12],[7,-9],[1,-12],[-7,-5],[-4,-3],[-5,-7],[1,-7],[-1,-3],[-4,-2],[-1,-1],[-5,-1],[-2,0],[-4,-1],[-12,0],[-7,-4],[-16,-10],[-11,-2],[-11,-6],[-12,-7],[-8,-7],[-1,-8],[-1,-8],[0,-9],[6,-4],[-5,-5],[-4,-4],[-7,0],[-3,-1],[-3,-2],[-1,-2],[-4,-5],[-2,-1],[-2,-1],[-3,1],[-3,1],[-15,13],[-4,2],[-2,1],[-2,2],[-6,3],[-2,2],[-2,2],[-7,10],[-7,10],[-2,1],[-3,1],[-3,0],[-7,0],[-14,-3],[-4,-1],[-7,-3],[0,-1],[-19,-8],[-1,-1],[-7,-13],[-5,-6],[2,-16],[2,-10],[0,-3],[7,-13],[4,-7],[12,-14],[7,-16],[3,-6],[2,-4],[3,-7],[8,-18],[1,-3],[-3,-1],[-7,0],[-7,1],[-6,0],[-22,-6],[-20,-6],[-6,-1],[-40,0],[-25,0],[-15,0],[-16,4],[-11,0],[-36,2],[-41,0],[-11,2],[-10,3],[-7,4],[-14,15],[-10,13],[-9,14],[-9,8],[-9,5],[-14,5],[-10,5],[-12,8],[-20,19],[-15,11],[-7,7],[-1,2],[-3,6],[1,6],[4,6],[10,9],[2,5],[-1,2],[-1,2],[-4,3],[-11,6],[-7,7],[-8,11],[-3,8],[0,7],[1,4],[5,5],[7,3],[5,-2],[8,-7],[15,-10],[7,-3],[5,-1],[4,-1],[7,0],[6,1],[4,1],[4,2],[4,3],[2,2],[2,4],[1,7],[-2,7],[-5,5],[-10,9],[-6,7],[-4,6],[-4,12],[-2,18],[-1,4],[2,9],[6,9],[4,4],[6,9],[2,7],[-1,7],[-2,3],[-4,3],[-7,2],[-9,0],[-7,1],[-7,3],[-13,4],[-8,0],[-6,0],[-4,-2],[-2,-1],[-9,-8],[-3,-2],[-4,-2],[-4,-2],[-6,0],[-4,0],[-3,1],[-3,2],[-3,3],[-2,4],[0,3],[0,2],[2,4],[8,13],[5,10],[2,5],[0,5],[0,4],[-3,4],[-15,8],[-6,4],[-2,5],[-3,12],[-3,9],[-3,3],[-3,3],[-6,1],[-11,-1],[-6,1],[-4,1],[-6,2],[-18,22],[-7,6],[-6,6],[-7,9],[-4,8],[1,7],[0,1],[2,3],[4,3],[5,3],[7,3],[7,3],[5,9],[1,5],[-1,5],[-5,15],[-6,10],[-2,3],[-4,3],[-4,2],[-4,1],[-9,-4],[-6,-5],[-5,-9],[-6,-16],[-2,-9],[1,-5],[8,-15],[2,-8],[0,-5],[-1,-5],[-3,-6],[-2,-1],[-4,-1],[-5,1],[-15,11],[-4,2],[-10,0],[-8,-2],[-9,0],[-12,1],[-6,1],[-4,2],[-4,5],[-1,4],[1,6],[5,7],[16,12],[19,8],[5,6],[3,7],[0,4],[0,3],[-3,5],[-5,4],[-5,4],[-6,0],[-2,-1],[-3,-3],[-1,-5],[-1,-8],[-2,-10],[-3,-4],[-3,-2],[-5,-3],[-5,0],[-6,2],[-11,3],[-2,2],[-3,2],[-2,3],[-8,10],[-3,3],[-8,5],[-8,3],[-4,1],[-8,0],[-2,-2],[-1,-1],[-1,-4],[2,-4],[3,-4],[15,-15],[5,-9],[-1,-5],[-2,-11],[-6,-8],[-5,-2],[-3,1],[-1,3],[-2,8],[-1,11],[-4,8],[-5,5],[-11,9],[-10,12],[-7,4],[-5,2],[-3,0],[-3,0],[-5,-2],[-7,-6]],[[8514,6979],[-24,25],[2,10],[9,2],[-4,95],[30,19],[25,9],[4,-5],[10,1],[17,-14],[22,14],[10,14],[0,19],[16,4],[59,-5],[5,9],[-2,26],[-19,35],[50,19],[-11,29],[6,17],[-10,34],[2,10],[13,0],[8,-7],[59,15],[14,18],[9,5],[0,6],[36,0],[1,8],[36,8],[2,-7],[23,-2],[-2,-21],[6,-4],[22,13],[10,-3],[18,6],[1,8],[-6,1],[3,20],[-24,30],[16,29],[23,-2],[-12,18],[-14,6],[12,17],[23,-15],[30,26],[11,-11],[16,26],[-7,14],[62,9],[34,-27],[15,-4],[-4,-15],[17,-8],[-10,-13],[28,-11],[7,-9],[-2,-12],[9,0],[2,-22],[12,-4],[17,9],[24,2],[0,5],[8,-12],[10,-2],[18,0],[5,8]],[[6306,6819],[-18,7],[-7,4],[-4,3],[-15,13],[-7,5],[-12,3],[-11,4],[-22,13],[-18,11],[-6,4],[-2,6],[-2,4],[-1,3],[-4,3],[-15,3],[-3,1],[-13,15],[-2,3],[-6,30],[0,6],[-3,4],[-2,0],[-2,-1],[-3,-3],[-4,-8],[-6,-8],[-10,-8],[-3,-1],[-5,-1],[-9,4],[-3,4],[0,6],[7,13],[3,8],[4,4],[8,6],[2,3],[0,2],[-1,3],[-20,6],[-6,-1],[-2,-2],[-2,-3],[1,-7],[3,-8],[1,-5],[-2,-5],[-5,-5],[-5,-3],[-5,0],[-8,2],[-6,4],[-2,1],[-3,5],[-3,7],[0,4],[4,14],[1,5],[-2,8],[-3,6],[-3,3],[-6,6],[-6,3],[-3,0],[-3,-1],[-4,-2],[-7,-10],[-1,-4],[1,-4],[2,-2],[13,-4],[4,-3],[2,-2],[3,-6],[0,-4],[-1,-7],[-2,-4],[-6,-2],[-4,0],[-1,1],[-6,6],[-5,3],[-7,1],[-5,-1],[-10,-6],[-5,-3],[-4,-1],[-6,0],[-2,3],[-1,3],[-1,11],[-2,13],[1,4],[1,5],[6,7],[16,9],[5,3],[2,4],[0,4],[-1,3],[-4,4],[-12,7],[-3,4],[-3,7],[-1,13],[-1,2],[-2,3],[-5,3],[-6,1],[-8,-1],[-6,-3],[-4,-5],[-1,-3],[-5,-14],[-3,-16],[-1,-5],[-3,-5],[-8,-7],[-7,-2],[-5,1],[-5,4],[-2,7],[-4,7],[-10,0],[-4,-3],[-1,-3],[1,-2],[3,-1],[6,0],[4,-2],[5,-6],[1,-4],[-4,-5],[-4,-2],[-6,0],[-7,1],[-7,-1],[-6,-5],[-4,-6],[0,-2],[1,-1],[1,0],[6,4],[4,2],[2,1],[2,-2],[4,-4],[-2,-7],[-2,-6],[0,-3],[3,-7],[1,-6],[-1,-4],[-3,-3],[-4,0],[-2,2],[-2,2],[-1,7],[2,6],[-12,1],[-5,-1],[-2,0],[-1,-4],[-1,-1],[-1,-3],[1,-2],[5,-8],[2,-2],[1,0],[3,1],[2,1],[4,1],[2,-1],[4,-1],[1,-1],[1,-1],[1,-1],[0,-2],[0,-1],[0,-2],[-3,-2],[-1,-1],[-1,1],[-3,1],[-1,1],[-2,0],[-5,0],[-3,-1],[-3,-1],[-2,-2],[-1,-1],[-1,-1],[0,-1],[0,-2],[-7,-14],[-6,-11],[-3,-2],[-1,-1],[-2,1],[-2,1],[-1,1],[0,1],[-1,2],[1,1],[1,3],[1,1],[3,2],[2,2],[0,1],[1,1],[0,1],[0,4],[-5,6],[-3,3],[-1,1],[-11,5],[-6,-2],[-2,0],[-4,-3],[-1,-1],[0,-3],[0,-1],[1,-6],[3,-4],[3,-3],[2,-3],[3,-4],[2,-6],[1,-3],[0,-2],[-1,-14],[-2,-6],[-7,-8],[-10,-6],[-3,-1],[-14,-4],[-2,-1],[-6,-1],[-5,0],[-4,1],[-12,2],[-4,1],[-6,3],[-4,2],[-5,2],[-4,2],[-7,2],[-6,2],[-7,2],[-1,1],[-5,3],[-7,6],[-14,6],[-11,1],[-5,2],[-6,4],[-9,5],[-7,4],[-4,1],[-1,0],[-1,1],[-1,0],[-3,-1],[-3,-2],[-15,-4],[-2,0],[-1,0],[-3,-1],[-6,-4],[-2,-1],[-4,-4],[-2,-2],[-5,-4],[-5,-3],[-3,0],[-4,0],[-2,0],[-6,4],[-13,7],[-3,1],[-3,0],[-10,-1],[-2,1],[-2,0],[-3,1],[-3,3],[-4,3],[-2,3],[-1,1],[-2,1],[-3,1],[-3,1],[-3,0],[-8,-1],[-1,1],[-3,1],[-2,1],[-2,1],[-9,8],[-2,2],[-2,1],[-1,0],[-6,1],[-12,11],[-6,8],[-5,5],[-8,3],[-15,10],[-5,2],[-5,1],[-5,-3],[-7,-7],[1,-1],[-3,-3],[-9,-6],[-5,-2],[-9,1],[-7,0],[-7,-1],[-6,-2],[-3,-2],[-4,-2],[-7,-1],[-7,1],[-7,3],[-5,4],[-1,3],[0,1],[2,3],[-4,2],[-5,1],[-6,0],[-4,-1],[-17,-7],[-8,-7],[-5,-3],[-5,-3],[-9,-8],[-8,-5],[-3,-1],[-2,-3],[-5,-6],[-1,-4],[-1,-13],[-1,-4],[-6,-16],[-2,-2],[-8,-9],[-5,-6],[-3,-5],[0,-6],[3,-18],[1,0],[3,-5],[0,-4],[1,-14],[-1,-2],[-2,-2],[-3,-1],[-9,-13],[-8,-22],[-1,-2],[-6,-5],[-15,-10],[-6,-5],[-10,-10],[-4,-5],[-5,-3],[-8,-4],[-10,-3],[-8,-1],[-9,-2],[-7,-3],[-13,-8],[-9,-8],[-1,-2],[-3,-14],[0,-4],[5,-5],[4,-7],[1,-7],[-8,-17],[-5,-8],[-6,-6],[-1,-3],[-1,-4],[0,-9],[2,-14],[-5,-14],[-2,-9],[0,-6],[-4,-6],[-2,-2],[-4,-4],[-9,-9],[-10,-13],[-3,-4],[-3,-4],[-6,-15],[2,-15],[0,-7],[-1,-19],[-1,-11],[-4,-13],[-1,-2],[-10,-4],[-14,-2],[-10,1],[-9,4],[-9,0],[-4,-2],[-5,-3],[-11,-1],[-4,0],[-4,1],[-13,-4],[-8,-3],[-6,7],[-3,6],[-5,7],[-6,4],[-9,15],[-3,3],[-4,3],[-5,2],[-5,-2],[-15,-5],[-9,1],[-5,0],[-6,-2],[-8,1],[-2,1],[-7,5],[0,6],[-5,7],[-6,5],[-4,2],[-7,4],[-9,10],[-3,1],[-5,1],[-3,0],[-6,-1],[-7,-4],[-2,0],[-4,3],[-1,3],[-2,10],[-4,14],[-2,6],[-2,2],[-12,8],[-3,4],[0,4],[-1,11],[-2,10],[-3,13],[-4,6],[-13,15],[-6,7],[-4,4],[-17,5],[-18,6],[-6,3],[-7,5],[-15,3],[-7,-1],[-3,0],[-4,3],[-2,3],[-3,5],[-10,10],[-13,6],[-3,9],[-2,6],[-2,7],[0,9],[0,9],[1,9],[-1,11],[-4,10],[-5,10],[-6,9],[-5,5],[-4,4],[-6,8],[-10,14],[-11,15],[-5,19],[-3,13],[-15,5],[-14,3],[-9,1],[-7,-1],[-4,-3],[-2,0],[-1,1],[-1,4],[2,6],[5,9],[5,4],[4,5],[6,13],[2,6],[-2,1],[-9,-1],[-3,2],[-3,9],[-4,13],[-4,15],[-1,0],[-5,3],[-4,-2],[-10,1],[-11,6],[-11,6],[-10,11],[-4,2],[-2,2],[-2,0],[-7,-3],[-4,-4],[-4,-7],[-4,-6],[-5,-1],[-13,-7],[-5,-3],[-6,-4],[-8,-3],[-4,2],[-4,-1],[-5,-1],[-7,-3],[-5,-1],[-7,-1],[-2,2],[3,8],[5,8],[1,9],[-1,3],[-2,5],[-7,6],[-2,2],[-5,0],[-1,-2],[1,-2],[0,-5],[-2,-2],[-2,-2],[-6,-1],[-5,2],[-2,2],[-2,4],[-6,0],[-11,0],[-10,-4],[0,-1],[2,-4],[9,-5],[1,-6],[-1,-2],[-3,-3],[-6,1],[-11,5],[-16,3],[-9,-1],[-13,-7],[-2,-1],[-7,7],[-4,6],[-4,4],[-3,2],[-6,0],[-6,-2],[-3,-4]],[[4210,6956],[-17,37],[-10,10],[-31,5],[-11,38],[-14,18],[3,19],[19,27],[-8,26],[22,23],[-6,16],[-14,4],[-7,55],[-18,17],[-2,12],[-15,3],[-1,32],[6,2],[10,21],[-1,13],[13,2],[2,-12],[10,-8],[10,5],[12,0],[22,16],[15,4],[-1,11],[-8,-4],[4,7],[-2,15],[-15,4],[10,10],[12,1],[4,17],[18,17],[-12,13],[19,55],[10,11],[-11,6],[-28,-3],[-2,54],[5,22],[7,-3],[3,3],[11,-9],[6,18],[8,2],[0,-14],[2,14],[14,-1],[12,18],[19,-9],[10,-18],[17,-1],[14,-27],[18,-13],[5,3]],[[4348,7540],[7,-9],[33,-10],[20,5],[25,-5],[17,3],[24,17],[12,19],[14,5],[11,-8],[24,-1],[33,-40],[-8,28],[6,11],[10,-1],[14,10],[-16,30],[26,19],[27,-3],[19,-16],[1,6],[-14,15],[-3,16],[0,24],[8,22],[-49,36],[-10,19],[1,16],[13,17],[8,-5],[7,10],[6,-2],[8,5],[5,9],[-8,9],[2,13],[-11,-1],[15,22],[15,6],[9,-2],[-4,22],[24,6],[15,-5],[36,51],[44,4],[19,-39],[2,-23],[5,-11],[9,-6],[-3,13],[51,-5],[16,-26],[-7,-6],[6,-5],[5,2],[14,26],[0,-4],[12,1],[18,9],[-9,18],[17,12],[9,-3],[7,-9],[15,18],[-3,6],[6,3],[3,17],[15,15],[49,14],[5,-7],[-17,-50],[22,5],[24,16],[35,-7],[1,5],[10,-1],[2,-17],[9,-1],[0,-6],[16,-10],[-2,-17],[5,-9],[9,-4],[17,9],[0,-10],[5,-7],[14,5],[9,-2],[1,-13],[9,-1],[5,-11],[-2,-5],[25,-17],[-10,-22],[5,-6],[11,20],[8,-4],[-3,-9],[10,1],[2,28],[14,5],[7,8],[9,20],[-1,11],[12,2],[16,13],[29,5],[17,31],[12,1],[7,6],[9,-10],[15,-1],[18,10],[15,16],[-5,18],[4,15],[23,6],[4,45]],[[5450,7978],[24,-14],[27,-2],[11,10],[14,-2],[8,6],[10,-12],[0,-29],[10,6],[7,-5],[26,5],[12,7],[2,-7],[28,-22],[15,-50],[8,-2],[9,7],[8,-2],[5,-13],[10,-4],[13,7],[16,2],[13,10],[21,-2],[11,-38],[0,-46],[4,-10],[4,0],[-4,-4],[7,-6],[-2,-7],[17,-23],[14,11],[7,0],[3,-36],[17,-8],[13,2],[8,-7],[4,-30],[24,-26],[-28,-17],[2,-8],[5,-2],[-7,-5],[31,3],[8,-3],[6,-14],[18,-10],[1,-10],[7,-2],[-2,-12],[13,-18],[3,-31],[20,-2],[7,8],[5,-4],[3,7],[-6,1],[2,4],[-7,6],[8,13]],[[4210,6956],[-11,-10],[-2,-6],[3,-10],[-6,-9],[-3,-1],[-2,-1],[-6,3],[-5,5],[-1,1],[-3,0],[-2,1],[-3,-1],[-5,-5],[-5,-10],[-5,-12],[-1,-2],[-7,-4],[-6,-1],[-2,0],[-7,-5],[-4,-3],[-9,-14],[-3,-12],[-7,-16],[-6,-5],[-2,-1],[-4,-8],[-1,-3],[1,-4],[1,-4],[3,-14],[7,-19],[3,-7],[1,-9],[8,-10],[-3,-13],[1,-3],[4,-8],[1,-2],[7,-8],[3,-3],[3,-6],[3,-6],[-9,-10],[-6,-7],[-2,-4],[-2,-6],[0,-7],[-2,-3],[-2,-4],[-6,-5],[-5,-4],[-2,-5],[0,-4],[1,-2],[3,-7],[1,-10],[-7,-10],[-5,-7],[-13,-11],[-15,-10],[-5,-4],[-1,-5],[6,-8],[4,-4],[4,-8],[3,-10],[2,-7],[1,-5],[2,-12],[4,-8],[5,-12],[4,-15],[3,-12],[7,-17],[3,-6],[4,-2],[4,-4],[4,-7],[4,-16],[0,-8],[-1,-5],[-2,-18],[1,-5],[2,-7],[-1,-6],[0,-2],[-2,-2],[-1,-2],[-4,-1],[-4,0],[-17,3],[-16,0],[-3,-1],[-5,-3],[-3,-3],[-1,-6],[-2,-10],[-1,-8],[4,-9],[-5,-16],[-7,-12],[-4,-8],[-1,-3]],[[3232,7423],[3,7],[0,4],[4,16],[6,9],[5,10],[9,13],[1,1],[11,8],[13,5],[12,7],[7,8],[5,1],[7,-1],[13,-6],[10,-4],[8,-4],[16,-3],[18,-4],[11,-8],[3,0],[2,0],[14,9],[2,0],[4,1],[6,4],[5,8],[2,3],[1,3],[10,16],[8,13],[15,8],[10,8],[4,1],[9,2],[1,1],[0,4],[0,2],[-3,2],[-16,8],[-14,3],[-13,12],[-7,4],[-9,6],[-20,12],[-4,3],[-6,7],[-2,4],[-8,13],[-7,4],[-3,2],[-4,4],[-11,14],[-4,9],[-4,8],[-3,17],[0,15],[1,7],[-2,9],[-1,10],[3,27],[-2,16],[-1,3],[-8,11],[-13,11],[-7,11],[-5,9],[-1,2],[7,8],[7,4],[11,7],[2,0],[18,0],[3,1],[2,3],[0,1],[-3,10],[-6,6],[0,1],[-1,3],[-1,11],[1,3],[1,1],[5,5],[17,4],[8,0],[4,1],[3,1],[10,-1],[2,-1],[9,-2],[2,0],[8,2],[5,3],[2,1],[1,1],[1,1],[2,2],[1,1],[0,2],[-1,1],[0,2],[-1,1],[-2,1],[-1,0],[-3,0],[-2,0],[-3,0],[-2,1],[-1,3],[-1,1],[0,1],[1,2],[2,3],[2,0],[9,2],[3,0],[5,-2],[11,-3],[4,-1],[12,-4],[5,-3],[16,-6],[7,-2],[4,1],[10,8],[2,2],[7,11],[1,7],[-5,1],[-4,0],[-2,2],[-4,5],[-1,4],[-2,14],[-3,10],[-12,13],[-8,8],[-4,3],[-9,16],[-3,6],[0,4],[1,6],[-2,-1],[-1,-1],[-1,0],[-4,-2],[-2,-1],[-1,-3],[-1,-3],[2,-5],[-1,-5],[-4,-5],[-12,-13],[-3,-2],[-2,8],[0,10],[5,6],[5,7],[8,5],[5,8],[0,3],[1,9],[-1,1],[-1,2],[-2,2],[-5,-4],[-1,0],[-2,3],[0,4],[1,7],[2,6],[1,4],[0,2],[0,4],[-3,6],[-1,2],[-6,1],[-5,0],[-14,0],[-3,0],[-4,-7],[-2,-3],[-2,-4],[0,-3],[1,-4],[-2,-3],[-3,-5],[-1,-1],[-6,-6],[-10,-4],[-4,-2],[-1,-2],[-1,-1],[3,-17],[1,-2],[0,-1],[4,-4],[1,-3],[5,-17],[-6,-4],[-6,1],[-2,0],[-4,14],[-7,9],[-5,7],[-2,4],[3,9],[3,7],[-4,4],[-9,2],[-6,-4],[0,-6],[2,-5],[-1,-3],[-1,-2],[-2,0],[-1,0],[-1,-1],[5,-3],[3,-2],[-9,3],[-9,7],[-3,5],[-2,6],[0,3],[1,2],[2,6],[0,3],[-3,8],[-4,8],[-2,1],[-3,1],[-7,-6],[-4,-4],[-8,2]],[[3301,8063],[0,3],[-4,17],[-2,3],[-4,4],[-2,1],[-2,7],[-2,7],[0,1]],[[3285,8106],[2,1],[3,2],[4,4],[9,11],[11,14],[12,10],[9,4],[7,4],[2,4],[0,4],[6,7],[9,2],[11,4],[7,6],[14,3],[9,4]],[[3400,8190],[1,-5],[8,-1],[-1,-10],[-5,1],[5,-7],[-10,-9],[1,-13],[-7,0],[11,-15],[38,-14],[-2,-7],[9,0],[15,-12],[12,-27],[16,-4],[13,-12],[16,1],[-6,-23],[17,-15],[10,0],[1,15],[9,0],[32,-14],[13,-17],[-11,-9],[7,-11],[11,-3],[9,-10],[-2,-22],[13,5],[4,-13],[26,-8],[17,-14],[9,1],[11,-6],[6,-10],[-5,-15],[2,-19],[-2,-7],[-12,-7],[12,-13],[9,-5],[14,7],[13,-8],[4,-12],[11,4],[5,-7],[10,-3],[15,-22],[8,-2],[1,9],[7,2],[7,11],[0,8],[15,9],[9,16],[21,0],[1,16],[14,1],[15,-12],[29,-8],[1,-9],[9,-2],[20,-22],[9,1],[15,10],[5,-7],[16,-1],[0,13],[9,-2],[37,-35],[16,-8],[-1,-28],[8,-7],[10,21],[-11,22],[12,9],[17,26],[2,-72],[-16,-11],[-10,-15],[23,-13],[9,6],[1,-10],[4,-2],[2,3],[1,-5],[4,0],[3,-5],[-5,-1],[4,-3],[-3,-3],[6,-6],[7,0],[1,-9],[7,-1],[-1,-6],[9,-3],[1,6],[5,-3],[5,4],[6,-8],[-3,-8],[-4,1],[1,-5],[-3,1],[-1,-7],[8,-6],[-7,-7],[17,-2],[15,12],[15,-1],[12,17],[3,15],[30,21],[15,2],[28,-8],[5,-14],[-9,-12],[7,-12],[10,-3],[20,7],[22,-2],[27,-37],[8,-33],[-14,-29],[10,-19]],[[4404,8508],[11,11],[10,3],[8,16],[38,18],[15,16],[19,3],[14,6],[1,8],[14,5],[20,-7],[2,18],[17,4],[4,10],[11,3],[8,9],[20,6],[11,-12],[18,6],[9,14],[1,15],[8,1],[23,-10],[10,8],[25,2]],[[4721,8661],[2,-19],[15,-12],[2,-24],[10,-9],[0,-51],[2,-6],[9,-1],[-2,-9],[9,-8],[-1,-21],[-9,-15],[20,-4],[10,7],[30,-54],[19,-19],[0,-8],[-12,-10],[5,-12],[9,-5],[-1,-11],[18,-11],[-37,4],[-11,-18],[-8,-3],[0,-11],[-7,-12],[4,-20],[-7,-50],[0,-18],[4,-3],[-4,-5],[-54,36],[-62,20],[5,-14],[-8,-18],[-27,2],[-4,7],[-7,-8],[3,-4],[-30,-17],[-40,-45],[-15,-2],[-16,8],[-2,-16],[-20,-1],[-15,-25],[6,-4],[-8,-33],[7,-6],[-3,-10],[-54,-8],[6,-7],[-8,-9],[-2,-13],[-6,0],[-2,-7],[-17,-14],[-1,-19],[5,-12],[-3,-24],[-12,-14],[-3,-20],[-13,-10],[3,-32],[-6,-18],[-8,4],[-5,-3],[-6,-15],[-16,-9],[-9,-13],[-33,18],[15,24],[-13,9],[-9,-1],[-2,10],[-19,15],[-10,21],[-19,2],[-3,11],[-14,-6],[-37,27],[-19,-1],[-8,19],[-11,0],[-6,9],[-16,1],[-24,16],[-1,27],[-5,14],[25,59],[8,-5],[22,15],[3,-16],[10,-12],[12,-6],[19,12],[9,-15],[6,2],[15,-13],[26,28],[2,4],[-8,5],[17,11],[14,29],[-10,11],[-20,3],[-2,18],[-21,-3],[-19,5],[-4,5],[6,5],[-23,9],[-10,10],[12,13],[22,12],[-11,8],[-1,19],[-7,15],[4,6],[-17,34],[-1,18],[4,7],[-4,5],[12,8],[17,-6],[9,4],[-2,8],[11,8],[0,11],[12,5],[1,-5],[7,-1],[15,5],[5,8],[-4,6],[8,5],[-2,5],[8,-8],[6,2],[6,30],[23,22],[31,10],[10,-4],[30,29],[14,3]],[[7537,8254],[-3,-16],[7,-26],[18,-43],[11,-1],[-1,-49],[8,-7],[47,0],[-14,-26],[68,2],[12,-78],[-9,-5],[24,-38],[0,-22],[11,4],[17,-33],[17,6],[37,-5],[0,-29],[-23,11],[-9,-1],[-34,-68],[-8,-6],[-1,-8],[-13,-19],[-18,-11],[1,-13],[-16,-15],[-4,-25],[-6,-8],[-15,-4],[3,-20],[-18,-2],[-11,-25],[-11,-10],[-10,2],[2,-8],[9,-5],[1,-5],[-23,-59],[-25,-8],[-10,-11],[-41,-17],[-12,-22]],[[6782,7763],[-15,-4],[-11,9],[2,8],[-6,7],[-1,13],[6,26],[43,6],[7,11],[-9,24],[3,30],[9,4],[13,33],[10,1],[6,8],[8,26],[-12,21],[1,7],[16,6],[9,-2],[-5,5],[12,2],[3,11],[-10,3],[9,11],[5,-3],[-4,7],[-6,-5],[2,11],[-6,1],[7,4],[-12,-1],[4,8],[-3,5],[-9,-3],[-18,11],[-38,2],[2,11],[16,15],[-22,22],[-8,1],[-28,-12],[-6,-19],[-20,2],[-6,-24],[-26,-13],[-10,54],[-29,-18],[-11,1],[-9,10],[16,33],[8,6],[3,15],[1,18],[-10,10],[0,6],[-9,-1],[-8,13],[-13,-5],[-2,-6],[5,-2],[-3,-8],[-6,-1],[1,-16],[-12,-5],[-18,6],[-3,12],[12,11],[0,18],[-14,11],[-37,-7],[-8,9],[-3,14],[-15,13],[0,22],[4,9],[-4,14],[4,11],[-27,3],[-13,8],[-9,-3],[-37,39],[-19,1],[-11,15],[-12,-2],[-8,12],[-12,43],[-4,4],[-21,-2],[-6,25],[-15,0],[-18,13],[-8,-3],[-15,9],[-8,-1],[-5,7],[-6,-1]],[[6270,8463],[3,20],[-6,12],[27,33],[-10,-8],[-14,1],[0,17],[6,10],[19,5],[32,59],[10,0],[4,22],[17,14],[13,3],[8,27],[13,10],[-2,3],[9,-1],[5,-11],[10,12],[-3,11],[18,-9],[56,-6],[13,1],[4,5],[12,-4],[9,7],[9,-7],[15,17]],[[6547,8706],[5,-10],[1,-1],[2,-1],[7,-3],[7,-1],[2,0],[1,3],[2,8],[0,1],[2,5],[4,3],[2,2],[2,0],[2,0],[4,-2],[3,-4],[2,-5],[-1,-3],[-8,-17],[-13,-9],[-2,-3],[-1,-2],[0,-4],[1,-2],[6,-5],[1,-1],[16,1],[9,6],[5,6],[7,16],[1,3],[-1,8],[-4,5],[-5,1],[-3,3],[-2,3],[0,3],[-1,2],[2,3],[5,6],[7,2],[2,-1],[5,-2],[2,-5],[1,-3],[1,-17],[9,-15],[2,-2],[3,-3],[5,-1],[4,0],[2,2],[3,5],[2,12],[0,12],[1,4],[2,2],[2,2],[5,0],[5,-1],[2,-2],[2,-2],[2,-3],[0,-4],[-1,-9],[-10,-12],[-1,-5],[-1,-4],[-2,-4],[-5,-7],[-3,-1],[-1,-3],[0,-6],[1,-3],[3,-3],[5,-1],[8,0],[9,1],[5,2],[2,2],[5,5],[5,1],[5,-3],[2,-4],[1,-3],[-1,-5],[-2,-2],[-2,-3],[-5,-2],[-2,0],[-18,2],[-11,3],[-10,0],[-4,-4],[-2,-7],[-1,-2],[-3,0],[-4,1],[-2,2],[-1,5],[2,4],[-1,2],[0,2],[-3,2],[-4,1],[-3,-2],[-7,-11],[1,-3],[4,-15],[3,-7],[1,-2],[3,-1],[9,-5],[2,0],[4,0],[10,4],[2,1],[16,10],[5,1],[7,1],[4,-2],[4,-3],[3,-3],[0,-5],[0,-4],[-2,-4],[-2,-4],[4,-11],[3,-2],[4,-2],[5,0],[3,1],[8,7],[10,9],[1,2],[3,2],[1,-1],[1,-9],[-2,-3],[-2,-3],[5,-7],[20,-6],[10,1],[7,2],[3,5],[0,4],[-5,8],[-11,14],[0,5],[1,4],[5,6],[3,1],[6,2],[7,0],[13,-1],[11,-6],[6,-3],[9,-4],[5,-2],[9,-2],[4,-1],[35,-1],[16,-4],[3,0],[4,0],[10,-4],[3,-2],[9,-6],[4,-2],[2,0],[7,1],[19,5],[15,5],[8,-1],[13,-4],[10,-6],[11,-11],[9,-9],[9,-7],[8,-12],[11,-7],[10,-4],[8,-6],[4,-6],[14,-19],[9,-17],[6,-14],[1,-5],[3,-10],[6,-12],[5,-9],[2,-6],[2,-10],[-1,-17],[4,-14],[1,-1],[9,-15],[7,-5],[7,-6],[5,-3],[6,-1],[3,1],[11,4],[9,5],[2,0],[17,-4],[3,-2],[5,-7],[11,-3],[13,-3],[14,0],[12,-1],[13,-4],[2,0],[2,-3],[4,-9],[1,-1],[2,-5],[8,-10],[7,-5],[8,-2],[1,1],[2,3],[1,1],[2,1],[2,2],[8,2],[5,0],[7,-1],[2,-1],[2,-1],[4,-2],[2,-3],[2,-2],[2,-4],[7,-7],[9,-6],[12,-4],[4,0],[3,0],[4,2],[2,3],[1,4],[5,4],[3,1],[3,0],[5,-3],[1,-1],[3,-3],[2,-4],[2,-6],[1,-20],[1,-5],[7,-9],[4,-4],[7,-3],[8,-1],[5,-3],[3,-7],[-2,-9],[4,-9],[2,-4],[5,-5],[4,-2],[6,-1],[2,1],[3,2],[1,2],[0,3],[0,6],[1,4],[3,5],[7,7],[8,6],[17,11],[7,6],[7,4],[8,1],[9,-3]],[[5020,8794],[17,-23],[9,3],[-3,7],[11,2],[21,-5],[4,-12],[23,-22],[14,-1],[11,-13],[9,12],[16,5],[4,-12],[14,-10],[5,-17],[-5,-12],[29,-11],[7,4],[14,-22],[2,-24],[-7,-13],[0,-19],[15,2],[8,10],[7,-1],[0,9],[21,13],[9,17],[7,-4],[11,6],[6,-28],[-5,-7],[14,16],[18,-1],[-6,-7],[8,-3],[2,8],[22,4],[-6,-7],[10,-10],[4,-19],[17,4],[1,-9],[14,-6],[-3,-6],[19,1],[8,-5],[-11,-13],[6,1],[-4,-8],[28,-18],[6,-1],[5,12],[12,10],[7,-3],[-3,-21],[32,5],[11,-5],[8,10],[17,-5],[10,19],[38,-5],[9,-16],[10,3]],[[5597,8553],[1,-10],[-5,-6],[4,-55],[-8,-7],[3,-29],[14,-19],[6,1],[5,-28],[-22,-31],[-16,2],[0,-7],[-10,3],[-7,-4],[2,-38],[-15,4],[1,7],[-8,13],[-17,2],[-7,-10],[4,-10],[-12,-4],[-8,13],[4,28],[-17,9],[-3,-10],[-10,-4],[-4,-18],[-4,-5],[-5,1],[1,-8],[-11,-12],[-15,-5],[4,-24],[-7,-13],[6,-2],[-2,-10],[7,-1],[3,-7],[-33,-13],[-20,13],[-3,16],[-15,-2],[-5,11],[-19,6],[-13,-18],[-16,-2],[-13,-13],[-11,16],[-8,1],[-7,-30],[15,-9],[-3,-10],[-15,0],[-2,-6],[-10,2],[-5,-5],[24,-21],[24,-12],[-26,-20],[-10,-1],[6,-24],[-19,-19],[-9,-18],[17,6],[-3,7],[-5,-1],[1,5],[18,-16],[8,7],[-5,-9],[21,4],[12,-13],[-4,-11],[12,-10],[22,-5],[34,9],[15,-28],[11,0],[3,-6],[3,-6],[-7,-11],[1,-9],[8,-6],[-2,-15],[16,22],[19,-25],[-1,-12]],[[3400,8190],[1,1],[16,12],[16,10],[14,4],[4,2],[5,2],[12,4],[13,2],[6,5],[4,9],[7,7],[15,7],[20,6],[10,5],[3,1],[4,-1],[8,-2],[10,-2],[2,-1],[1,0],[3,4],[4,0],[3,0],[15,-1],[5,-1],[10,-3],[11,5],[3,1],[7,5],[-5,7],[-3,6],[-1,6],[-2,16],[0,1],[3,8],[5,7],[6,8],[14,12],[10,6],[6,-5],[3,-1],[3,-2],[3,-3],[0,-2],[0,-3],[0,-6],[1,-1],[4,1],[2,-1],[2,1],[9,1],[2,1],[11,-3],[11,4],[2,2],[6,9],[7,14],[0,17],[0,4],[1,9],[15,-6],[6,-4],[0,-4],[1,-3],[4,-4],[10,0],[9,17],[7,8],[5,2],[4,-1],[3,-1],[18,-6],[8,-3],[15,-7],[5,-3],[5,-5],[3,-5],[5,-4],[12,-4],[12,-3],[4,-3],[2,-3],[3,-8],[7,-9],[3,-3],[3,2],[4,5],[2,3],[2,4],[6,10],[4,6],[4,3],[9,8],[5,3],[5,2],[16,3],[18,2],[6,1],[7,2],[8,2],[2,0],[2,0],[5,3],[-4,10],[-3,3],[-11,15],[-9,6],[-1,0],[-8,2],[-3,1],[-3,3],[-5,8],[1,4],[0,17],[2,8],[2,9],[1,7],[-2,6],[0,3],[1,13],[-3,9],[-1,4],[-2,5],[3,3],[5,4],[3,2],[10,8],[9,10],[12,7],[2,4],[1,3],[-2,6],[0,8],[0,5],[3,10],[2,14],[0,12],[0,11],[1,10],[0,12],[-3,16],[-2,16]],[[4002,8675],[9,3],[7,-8],[-2,-5],[9,-7],[26,5],[20,11],[17,-1],[15,-7],[7,-21],[11,35],[14,19],[16,2],[2,11],[14,2],[8,-8],[8,2],[19,-26],[12,7],[11,-13],[18,-3],[3,-6],[19,5],[6,-14],[29,-3],[14,-17],[31,-7],[14,-13],[-11,-5],[21,-14],[1,-10],[22,-9],[17,-17],[-10,-8],[1,-43],[4,-4]],[[4721,8661],[4,37],[6,12],[-7,10],[30,13],[35,-12],[11,1],[-5,9],[-23,13],[-2,9],[-12,9],[-3,15],[3,4],[4,-4],[25,0],[14,6],[8,-4],[7,9],[6,-11],[3,2],[2,14],[-11,6],[-11,15],[0,17],[14,19],[7,3],[8,17],[21,1],[21,20]],[[4876,8891],[14,-25],[0,-27],[9,-8],[6,6],[11,-3],[-2,-54],[9,-1],[8,-9],[9,3],[3,-13],[19,-4],[2,15],[18,11],[6,14],[7,-2],[3,-9],[4,6],[18,3]],[[9050,8409],[2,-6],[0,-7],[1,-11],[1,-9],[-1,-7],[-2,-10],[-1,-13],[-3,-12],[-3,-5],[0,-1],[-2,-8],[-2,-4],[-1,-7]],[[9039,8309],[-2,-10],[0,-3],[0,-4],[0,-9],[1,-6],[2,-8],[2,-4],[2,-5],[3,-5],[2,-2],[1,-2],[4,-3],[4,-2],[4,-2],[3,-1],[5,-1],[5,-1],[5,-1]],[[9080,8240],[-5,-1],[-1,0],[-10,-8],[-8,-5],[-10,-9],[-1,-2],[-1,-5],[1,-4],[3,-6],[6,-7],[3,-3],[6,-3],[11,-6],[11,-4],[12,-4],[3,-1],[12,-8]],[[9112,8164],[1,-4],[3,-9],[1,-1],[1,-10],[1,-2],[1,-10],[0,-3],[1,-16],[1,-9],[2,-11],[3,-12],[1,-5],[1,-2],[3,-6],[6,-8],[7,-9],[1,-2],[6,-8],[5,-5],[2,-3],[6,-5],[2,-2]],[[9167,8022],[-1,-1],[3,-6],[3,0],[2,1],[0,2]],[[9174,8018],[3,-2],[10,-4],[6,-2],[3,-2],[5,-3],[14,-10],[2,-1]],[[9217,7994],[0,-9],[1,-6],[3,-5],[6,-4]],[[9227,7970],[0,-5],[0,-2],[0,-3],[-2,-2],[-1,-2],[-6,-8],[-1,-2],[-2,-1],[-2,-1],[-2,-2],[-3,-2],[-6,-6],[-2,-2],[-3,-4],[-1,-1],[-2,-3],[-6,-5]],[[9188,7919],[-6,1],[-4,0],[-2,-2],[-1,-2],[-1,-4],[0,-5],[1,-2],[2,-4],[1,-4],[0,-3]],[[9178,7894],[-1,-3],[-1,-1],[-2,-2],[-3,-3],[-2,-1],[-10,-4],[-9,-5],[-15,-8],[-10,-5],[-1,-2],[-3,-3],[-1,-2],[0,-1],[-1,-2],[-1,-3],[0,-2],[0,-3],[1,-1],[1,-5],[2,-2],[1,-1],[2,-2],[2,-1],[2,-1],[2,-1],[3,-1],[9,-6],[1,-1],[1,-2]],[[9145,7820],[-3,0],[-10,-12],[-3,-4],[-2,-4],[-6,-15],[0,-1]],[[9121,7784],[-2,-3],[-6,-10],[-5,-7],[-1,-3],[-2,-3],[-2,-5],[-1,-4],[0,-3],[1,-3],[1,-2],[3,-5],[1,-1],[4,-5],[3,-2],[10,-6],[6,-3],[3,0],[5,-1],[2,0],[4,-2],[4,-2],[3,-3],[6,-8]],[[9158,7703],[2,-2],[1,-2],[2,-3],[2,-5],[1,-2],[20,-16],[10,-5],[1,-1],[4,-1],[3,-1],[9,-1],[8,1],[16,4],[4,0],[3,1],[8,2],[7,3],[4,1],[3,2],[3,2],[4,3],[4,3],[1,2],[2,2],[5,9],[2,4],[5,12],[4,4],[5,3],[4,1],[9,-3],[9,-7],[4,-10],[5,-23],[2,-7],[6,-6],[6,-1],[6,0],[7,0],[25,-4],[5,-1],[9,-4],[6,-5],[4,-2],[6,-4],[10,-5],[11,-7],[2,-2],[4,-5],[2,-7],[1,-4],[1,-4],[-1,-10],[0,-3],[-1,-4],[-2,-5],[-5,-8],[-7,-9],[-9,-9],[-5,-2],[-4,0],[-12,-1],[-8,0],[-5,0],[-5,0],[-8,-2],[-3,-2],[-3,-1],[-5,-1],[-5,1],[-11,1],[-10,3],[-8,3],[-4,2],[-13,11],[-2,1],[-5,3],[-4,1],[-8,2],[-4,-2],[-4,-3],[-3,-3],[-2,-4],[-6,-14],[-2,-5],[-2,-5],[0,-4],[-1,-5],[0,-9],[1,-9],[0,-12],[-1,-6],[0,-2],[-1,-3],[-2,-5],[-1,-6],[0,-10],[1,-2],[2,-7],[2,-3],[4,-7],[5,-5],[12,-10]],[[7537,8254],[17,-9],[9,-2],[2,0],[4,0],[5,3],[10,6],[7,3],[6,3],[7,1],[3,-1],[15,-7],[7,-1],[7,0],[7,2],[7,4],[6,5],[5,3],[5,1],[6,-1],[7,-2],[5,-3],[11,-12],[4,-7],[3,-3],[8,-7],[11,-6],[13,-5],[6,-2],[8,-1],[5,0],[3,0],[12,-4],[5,-2],[6,-2],[10,-5],[14,-8],[7,-2],[5,1],[16,3],[7,2],[12,9],[4,5],[7,11],[3,7],[3,7],[4,8],[3,3],[3,2],[4,-1],[8,-3],[4,-1],[4,1],[4,1],[6,1],[3,-1],[10,-2],[6,-3],[3,-4],[3,-6],[4,-5],[4,-4],[4,-2],[5,-2],[4,0],[3,2],[9,10],[7,9],[4,3],[4,2],[5,0],[10,-4],[6,-5],[2,-3],[4,-2],[16,-1],[15,-1],[6,-2],[4,-1],[5,-6],[2,-5],[1,-8],[2,-5],[6,-10],[6,-3],[5,-3],[3,1],[1,0],[7,-1],[10,-1],[24,-12],[3,0],[1,0],[9,3],[6,4],[4,3],[5,2],[4,0],[6,-2],[8,-3],[5,-4],[4,-1],[5,-1],[14,-2],[17,-2],[4,-3],[3,-4],[3,-7],[0,-3],[2,0],[4,2],[4,4],[2,4],[2,9],[4,6],[3,6],[8,12],[17,5],[9,0],[16,-9],[16,-8],[5,-14],[2,-11],[0,-3],[2,-8],[15,-12],[5,-2],[7,4],[3,1],[3,0],[15,0],[7,-3],[2,-1],[2,-1],[2,-1],[16,-2],[4,11],[-1,15],[1,21],[-4,3],[10,15],[18,0],[27,1],[2,15],[4,14],[2,5],[1,6],[1,10],[4,11],[2,4],[10,1],[5,-1],[3,-1],[6,-6],[-1,-9],[5,-4],[4,-3],[12,0],[6,7],[17,12],[12,2],[13,-1],[11,2],[4,9],[0,1],[3,11],[26,-7],[-3,23],[-1,7],[17,6],[15,8],[3,3],[15,16],[-5,13],[18,7],[18,6],[-13,31],[14,2],[3,16],[2,13],[1,15],[6,8],[10,-20],[16,8],[6,5],[2,6],[-12,14],[-5,5],[-1,10],[4,5],[13,7],[3,2],[2,1],[6,-1],[3,0],[3,3],[-1,10],[-3,9],[-1,12],[0,12],[0,4],[5,0],[1,-2],[4,-6],[5,-6],[1,0],[12,9],[16,3],[11,2],[18,2],[1,-2],[1,-3],[5,-6],[8,-8],[8,-8],[7,-3],[20,-8],[11,-2],[11,-3],[12,-5],[6,-9],[10,-8],[9,-3],[11,-7],[5,-7],[4,-4],[6,-3],[5,-2],[20,2],[5,1],[2,0],[5,19],[1,9],[-1,12],[-3,6],[-4,7],[0,2],[12,14]],[[8986,8525],[5,-5],[5,-5],[1,-2],[2,-3],[1,-1],[3,-5],[1,-4],[2,-4],[0,-2],[1,-3],[1,-8],[0,-12],[-1,-8],[0,-5],[0,-6],[1,-3],[1,-7],[1,-1],[0,-2],[1,-1],[3,-6],[2,-2],[2,-2],[3,-2],[1,-1],[6,-2],[5,-1],[6,-1],[3,-2],[3,-3],[3,-2],[2,-5]],[[5597,8553],[-2,30],[6,41],[-9,22],[13,41],[-3,11],[8,8],[17,51],[7,4],[-1,34],[-7,18],[4,10],[17,1],[4,9],[20,4],[3,4],[-5,12],[11,-4],[13,9],[7,-2],[13,7],[10,14],[6,0],[2,-17],[11,-1],[-10,-18],[0,-11],[8,2],[4,7],[4,-3],[14,6],[12,19],[7,-5],[22,17],[6,-2],[4,11],[-9,20],[4,2],[-3,25],[19,6],[6,-12],[17,2],[5,-5],[10,4],[7,-11],[10,-1],[-11,-21],[4,-8],[-4,-15],[6,6],[12,-1],[8,-14],[-5,-21],[3,-3],[6,3],[5,-4],[-5,-4],[20,-15],[11,3],[10,-20],[-10,1],[0,7],[-5,-2],[1,-12],[-5,-13],[9,-5],[-4,-7],[7,-8],[0,-10],[-17,-22],[-7,-19],[27,-5],[12,9],[7,-11],[10,-2],[15,15],[17,1],[8,-13],[22,-5],[3,-14],[12,1],[29,-21],[1,-11],[-9,-25],[1,-25],[-10,-25],[35,7],[32,-14],[15,16],[17,10],[0,4],[8,-6],[18,-30],[-6,-24],[10,-16],[16,-13],[16,-4],[7,6],[11,-9],[17,-40],[10,-6],[11,5]],[[4002,8675],[-1,3],[-1,2],[-1,8],[-1,8],[0,5],[-4,15],[-1,8],[3,10],[9,7],[8,7],[3,5],[0,2],[-2,2],[-7,3],[-1,6],[2,6],[7,9],[2,16],[1,12],[1,5],[9,9],[6,3],[6,2],[3,4],[0,2],[-4,5],[-10,12],[-6,6],[-7,6],[-8,2],[-11,4],[-17,6],[-3,2],[-6,4],[-4,5],[-4,6],[-3,3],[-13,2],[-6,0],[-5,-2],[-5,-3],[-6,3],[-2,0],[0,2],[0,4],[3,14],[-5,4],[-12,9],[-10,0],[-2,-4],[-6,-2],[-3,0],[-3,1],[-11,7],[-4,3],[-3,3],[-2,2],[-2,4],[1,1],[4,6],[3,7],[-6,3],[-7,3],[-7,5],[-6,13],[-4,7],[-1,8],[5,11],[4,16],[2,13],[-1,8],[-2,3],[-12,8],[-9,5],[0,2],[-2,5],[1,3],[5,4],[8,2],[4,2],[4,1],[5,8],[-3,7],[-3,2],[-7,4],[-2,2],[1,3],[6,9],[8,6],[10,5],[10,5],[12,7],[4,6],[4,6],[9,9],[2,1],[1,2],[4,7],[1,6],[0,5],[-1,16],[-8,9],[-2,1],[-1,2],[1,5],[7,12],[6,4],[5,2],[9,2],[8,4],[9,6],[5,7],[3,2],[4,1],[6,-1],[5,-1],[14,-6],[4,-1],[4,-1],[7,-1],[6,0],[20,0],[10,0],[6,-6],[5,-3],[8,2],[3,2],[3,2],[2,1],[6,-1],[3,-1],[11,-3],[2,-1],[0,-5],[-2,-3],[-3,-4],[-2,-4],[0,-2],[3,-4],[5,-5],[2,0],[4,0],[11,4],[15,6],[6,3],[4,3],[4,4],[4,3],[3,4],[7,16],[1,15],[4,11],[5,6],[4,6],[-6,12],[-7,13],[-1,4],[-2,9],[8,2],[7,-1],[9,3],[4,2],[3,0],[14,0],[10,0],[16,7],[6,2],[7,1],[2,-1],[11,1],[10,1],[8,2],[5,5],[2,4],[1,5],[-1,3],[2,4],[4,3],[3,2],[2,2],[4,0]],[[4275,9371],[5,-9],[-4,-26],[10,-14],[-7,-35],[10,-27],[14,5],[16,-14],[11,0],[4,-5],[4,5],[6,-5],[8,2],[15,-19],[19,-8],[-9,-20],[5,-7],[14,-5],[12,3],[37,-5],[2,-10],[19,-20],[45,8],[13,-8],[34,18],[12,-4],[23,11],[31,-6],[12,5],[9,-17],[-2,-11],[9,-10],[21,5],[34,-8],[13,24],[14,3],[2,24],[28,7],[10,14],[14,5],[9,-9],[4,-18],[-15,-7],[2,-12],[19,-8],[29,2],[25,-5],[9,7],[1,-16],[-19,-6],[-12,-20],[8,2],[9,-22],[21,-23],[0,-7],[-12,-3],[-4,-9],[22,-3],[-14,-7],[-8,-15],[4,-7],[-6,-3],[-5,-14],[8,-25],[12,-9],[-2,-7],[-12,-2],[-6,-17],[10,-26],[14,0],[-4,-9],[5,-2],[-8,-13],[4,-13]],[[5020,8794],[11,11],[-3,8],[6,15],[-8,12],[-1,12],[2,15],[9,9],[-8,19],[2,31],[13,-1],[10,8],[1,23],[9,10],[4,-3],[6,15],[9,3],[-7,19],[3,8],[-4,14],[30,2],[7,5],[-2,13],[27,18],[14,2],[1,10],[8,2],[0,-15],[6,-1],[1,-13],[18,-15],[34,8],[46,28],[-6,7],[1,19],[-7,13],[28,12],[7,-4],[29,7],[17,-2],[18,-8],[4,13],[-26,29],[9,-5],[20,4],[15,22],[9,0],[8,13],[33,19],[14,-3],[0,-12],[29,0],[11,-3],[2,-6],[31,5],[18,11],[25,-4],[20,10],[19,18],[16,30],[19,4],[15,18],[7,23],[25,7],[9,8],[8,34],[-8,15],[23,9],[-10,13],[2,42],[3,4],[12,-3]],[[5713,9425],[47,8],[7,-37],[16,-7],[26,39],[17,39],[20,21],[-16,9],[1,14],[17,19],[-5,2]],[[5843,9532],[3,2],[2,2],[3,4],[5,3],[1,0],[4,-2],[0,-1],[1,-1],[0,-6],[-3,-8],[0,-6],[8,-7],[15,-11],[1,-2],[0,-6],[-1,-2],[-9,-12],[-1,-2],[0,-5],[0,-2],[1,-2],[4,-4],[1,-4],[0,-4],[-1,-13],[2,-11],[2,-5],[4,-5],[6,-3],[1,-1],[0,-4],[2,-8],[1,-13],[-3,-8],[0,-4],[-1,-2],[0,-2],[1,-5],[2,-2],[6,-3],[2,-1],[5,-2],[7,-3],[6,-3],[5,-9],[0,-2],[2,-5],[1,-2],[6,-7],[3,-3],[7,-4],[7,-1],[2,0],[4,-1],[8,-5],[8,-8],[1,-2],[9,-12],[6,-7],[9,-9],[2,-2],[3,-1],[10,2],[13,5],[1,1],[5,0],[1,-1],[3,-5],[-1,-6],[-3,-14],[0,-14],[1,-1],[6,-2],[7,-1],[18,-1],[13,-1],[6,0],[4,-1],[16,-8],[8,-5],[14,-9],[6,-4],[20,-12],[6,-4],[5,-3],[6,-2],[15,-2],[0,-8],[4,-8],[3,-3],[9,-6],[8,-4],[7,-1],[1,2],[4,2],[2,1],[12,-5],[7,-10],[1,-4],[11,-9],[3,-2],[3,0],[2,2],[7,4],[6,0],[2,-4],[-2,-9],[1,-3],[3,-8],[6,-2],[8,1],[3,4],[10,4],[14,0],[6,-1],[5,-2],[1,-1],[3,-4],[-1,-1],[-3,-4],[-2,-6],[-1,-3],[0,-1],[1,-6],[4,-5],[3,-4],[4,0],[3,2],[6,-2],[5,-3],[8,-5],[0,-10],[1,-6],[4,-12],[5,-13],[-1,-4],[-8,-6],[-4,2],[-2,-3],[1,-5],[1,-6],[2,-4],[3,0],[2,0],[2,-2],[1,-6],[-3,-7],[-4,-7],[-3,-4],[0,-4],[4,-5],[6,-2],[7,1],[2,2],[1,1],[9,5],[5,3],[9,2],[17,4],[3,0],[5,-4],[1,-3],[0,-4],[-1,-2],[-2,-5],[-6,-7],[-6,-9],[5,-2],[12,0],[5,1],[12,3],[3,-2],[2,-3],[-1,-2],[-6,-4],[-10,-8],[-7,-10],[0,-2],[-17,-7],[-2,0],[-6,-2],[-4,-7],[1,-3],[3,-4],[4,0],[4,0],[10,7],[9,3],[5,0],[14,0],[12,-8],[1,-1],[0,-6],[-2,-7],[2,-9],[1,-3],[6,-3],[1,0],[8,2],[2,-2],[-5,-7],[-4,0],[-5,0],[-6,3],[-2,5],[-2,2],[-2,1],[-4,0],[-3,-4],[-2,-3],[2,-4],[1,-2],[3,-2],[7,-2],[4,-1],[8,-1],[20,0],[20,-1],[3,-7],[0,-2],[-8,-7],[-4,-3],[-2,-2],[-4,-3],[-2,-1],[-3,0],[1,-10],[2,-10],[0,-3],[3,-8],[2,0],[8,1],[6,0],[13,-3],[17,1],[4,0],[4,-3],[2,-5],[-1,-4],[0,-2],[-3,-6],[-1,-1],[-17,-3],[-13,-3],[-3,-3],[-12,-8],[-10,-3],[-1,-1],[-1,-4],[2,-2],[5,-3],[7,-3],[15,-12],[3,-2],[2,-1],[8,-4],[4,-1],[5,1],[7,3],[7,4],[5,1],[6,-3],[1,-3],[0,-1],[1,-3],[0,-1],[-2,-6],[-2,-3],[-2,-1],[-2,-1],[-3,-1],[-5,-1],[-3,-5],[0,-6]],[[4956,9596],[-2,-6],[33,-25],[13,-15],[8,-23],[23,-21],[9,-33],[19,-17],[23,-8],[6,9],[38,5],[30,-9],[1,-8],[42,4],[5,24],[14,3],[4,-18],[18,3],[7,-9],[9,4],[4,-7],[34,-7],[8,-5],[38,13],[20,30],[20,4],[38,-31],[17,6],[3,-14],[12,-8],[18,7],[32,-5],[3,17],[6,5],[7,-2],[4,-15],[12,-2],[9,4],[5,19],[14,-3],[26,7],[40,-37],[-2,15],[-9,11],[3,8],[19,0],[-4,-10],[8,-7],[11,20],[8,3],[5,-8],[-8,-23],[33,-15],[5,11],[-3,9],[7,6],[14,-27]],[[4275,9371],[1,0],[10,0],[9,3],[9,5],[7,9],[10,2],[7,1],[8,-4],[5,-3],[7,2],[10,5],[8,2],[7,0],[7,1],[6,4],[9,7],[16,4],[3,2],[2,2],[2,2],[2,5],[4,8],[3,5],[5,4],[5,4],[18,8],[14,-11],[2,-2],[4,-2],[3,0],[14,4],[13,10],[2,3],[2,5],[-3,5],[-1,6],[3,6],[9,16],[2,3],[11,10],[11,1],[4,-4],[5,-2],[8,0],[3,3],[4,6],[6,7],[4,1],[4,-1],[1,-1],[2,-4],[1,0],[5,2],[7,8],[2,4],[-1,5],[-2,7],[-3,15],[-3,10],[-3,9],[-3,5],[-6,8],[-3,4],[-3,6],[-8,5],[-6,4],[-3,4],[4,6],[2,4],[3,8],[3,9],[19,-5],[30,-7],[13,6],[54,24],[9,6],[10,2],[6,0],[10,-3],[6,-4],[11,-9],[8,-11],[10,-13],[17,-10],[11,-8],[9,0],[9,2],[5,2],[5,6],[8,-3],[2,-1],[5,-5],[5,4],[5,7],[2,4],[4,2],[3,0],[7,-3],[3,-5],[6,-6],[6,-3],[7,0],[11,-4],[4,-1],[3,-2],[11,-2],[3,2],[7,3],[47,0]],[[5444,9817],[-10,-5],[2,-5],[12,-4],[4,-1]],[[5452,9802],[2,0],[3,-1],[17,-5],[15,-8],[7,5],[11,0],[13,-3],[17,-9],[1,-1],[3,-7],[9,-15],[1,-1],[2,-2],[8,-17],[9,-17],[7,-16],[3,-7],[2,-4],[6,-10],[1,-2],[2,-3],[9,-17],[5,-8],[5,-5],[10,-17],[7,-1],[5,6],[1,4],[0,2],[5,4],[5,1],[6,0],[3,-2],[5,-3],[1,-2],[-1,-10],[-1,-8],[2,-6],[2,-3],[3,-2],[3,0],[4,1],[7,5],[4,1],[3,-3],[1,-7],[1,-2],[0,-1],[0,-2],[3,-5],[4,-3],[4,1],[2,4],[1,6],[2,2],[1,2],[3,1],[3,0],[4,-5],[0,-1],[1,-2],[0,-1],[0,-2],[4,-4],[3,0],[3,2],[5,9],[8,6],[4,1],[3,0],[11,-3],[3,-2],[1,-1],[0,-2],[0,-8],[11,-9],[18,-13],[17,5],[7,-2],[1,-7],[4,-5],[7,-5],[2,-1],[8,-5],[2,-1],[0,-5],[-1,-3],[0,-3],[0,-3],[8,-10]],[[4956,9596],[5,18],[-1,9],[0,5],[1,8],[0,8],[-13,16],[-14,13],[-9,6],[-8,0],[-5,7],[1,10],[-1,12],[-3,5],[-3,9],[-3,5],[-3,5],[-1,2],[-1,5],[-1,7],[0,13],[-4,19],[-3,14],[-1,5],[0,2],[0,2],[0,1],[-1,5],[-2,4],[-4,6],[-4,5],[-10,13],[-7,11],[-1,10],[3,9],[5,6],[9,4],[1,2],[3,-1],[9,0],[10,9],[1,6],[0,6],[0,2],[0,3],[1,6],[10,2],[14,0],[8,-1],[7,-4],[1,-1],[1,-1],[6,-2],[4,0],[3,0],[6,2],[4,2],[0,3],[-1,2],[1,3],[2,4],[3,3],[5,7],[9,9],[5,2],[7,1],[11,-1],[2,-2],[6,1],[4,4],[0,2],[5,17],[1,4],[-3,4],[-2,1],[-7,1],[-1,1],[1,3],[1,1],[6,0],[2,0],[2,-1],[2,-1],[1,-1],[3,-1],[6,3],[2,0],[3,-2],[1,-2],[0,-2],[2,-1],[-3,7],[-2,1],[-2,1],[-2,2],[0,3],[2,5],[2,0],[2,-2],[1,-1],[-1,-2],[0,-3],[3,-2],[3,1],[11,3],[2,3],[0,2],[-2,7],[-1,2],[2,4],[2,1],[3,0],[17,-5],[3,-3],[0,-4],[-2,-2],[-2,-2],[-6,-2],[-7,1],[-3,-2],[-1,-2],[2,-3],[0,-2],[6,-4],[3,-1],[5,-1],[12,-11],[6,-1],[4,1],[7,3],[7,0],[3,-5],[1,-11],[5,-8],[3,-1],[4,2],[1,7],[-3,3],[-3,4],[0,1],[4,0],[7,-4],[2,-4],[3,-3],[8,-3],[3,0],[-1,4],[3,2],[2,1],[6,-2],[5,-2],[6,-3],[4,-5],[0,-2],[-5,-5],[0,-12],[2,-3],[3,-2],[12,3],[15,2],[11,-5],[14,-5],[11,-8],[7,-4],[4,-6],[3,-10],[7,-7],[4,-2],[11,-3],[13,-4],[7,-2],[5,-4],[0,-2],[0,-3],[-4,-5],[0,-2],[0,-6],[0,-4],[-9,-1],[1,-3],[2,-2],[9,-2],[7,1],[4,4],[5,0],[4,-1],[5,-4],[-8,-8],[-7,-7],[0,-3],[0,-2],[1,-1],[3,-2],[3,-1],[3,1],[9,7],[1,1],[-1,2],[0,2],[1,4],[8,6],[4,-3],[8,4],[2,0],[2,-2],[0,-3],[10,3],[6,2],[3,-2],[0,-2],[-1,-4],[6,-3],[14,-4],[12,1],[5,0],[7,-1],[1,-5],[-2,-8],[0,-5],[7,-3],[2,2],[1,3],[0,2],[-1,12],[1,6],[1,2],[1,5],[2,1],[12,-1],[1,-1],[0,-1]],[[9579,7058],[5,0],[6,-1],[9,-1],[7,0],[22,-3],[7,-1],[6,1],[9,3],[15,8],[8,4],[8,9],[1,4],[3,3],[6,4],[5,2],[4,1],[5,-1],[6,-1],[1,-1],[7,-6],[2,-3],[2,-4],[0,-8],[0,-2],[-2,-4],[-4,-7],[-10,-12],[-3,-5],[-5,-11],[-1,-7],[0,-9],[2,-8]],[[9277,7273],[2,-2],[8,-4],[10,0],[1,0],[7,-3],[11,-10],[3,-2],[2,-1],[7,-2],[14,-3],[13,-1],[5,-1],[3,-2],[3,-4],[2,-7]],[[9121,7784],[-3,-10],[-1,-5],[1,-8],[0,-6],[2,-4],[2,-2],[3,-2],[5,-2],[6,-1],[7,-1],[8,1],[13,-3],[4,-2],[3,-2],[1,-2],[3,-5],[0,-7],[0,-2],[-3,-7],[-1,-2],[-4,-4],[-9,-5]],[[9145,7820],[0,-2],[0,-2],[0,-1],[0,-2],[-1,-1],[-3,-8],[-1,-1],[-6,-5],[-4,-4],[-4,-4],[-3,-4],[-2,-2]],[[9178,7894],[2,-4],[9,3],[5,3],[3,-2],[6,-10],[2,-4],[0,-4],[0,-1],[-2,-2],[-8,-4],[-6,-2],[-5,0],[-3,0],[-5,1],[-4,2],[-6,4],[-4,3],[-10,-5],[-3,-2],[-1,-2],[-3,-6],[-1,-8],[4,-3],[5,-1],[14,1],[10,6],[9,6],[6,-6],[1,-14],[3,-8],[-1,-5],[-3,-5],[-1,-1],[-3,-3],[-4,-2],[-12,-5],[-2,0],[-6,0],[-5,1],[-3,1],[-4,2],[-3,1],[-4,1]],[[9188,7919],[-3,-3],[-3,-5],[-1,-1],[0,-2],[-1,-2],[0,-5],[0,-2],[-1,-3],[-1,-2]],[[9227,7970],[7,-4],[2,0],[3,-4],[2,-6],[2,-6],[0,-3],[-1,-5],[-2,-4],[-2,-3],[-3,-2],[-5,-3],[-5,-2],[-6,-1],[-16,-7],[-4,-1],[-2,-1],[-5,0],[-4,1]],[[9217,7994],[2,-2],[5,-5],[2,-4],[1,-2],[1,-1],[0,-3],[-1,-5],[0,-2]],[[9174,8018],[1,2],[19,-5],[9,-2],[10,-9],[3,-5],[1,-5]],[[9167,8022],[2,-1],[5,-3]],[[9112,8164],[17,-11],[5,-3],[6,-1],[7,0],[6,2],[5,2],[6,3],[4,3],[5,5],[12,12],[13,13],[5,4],[5,3],[4,3],[3,1],[4,0],[7,-1],[3,-2],[4,-2],[2,-4],[1,-2],[1,-4],[1,-4],[-2,-12],[1,-8],[5,-4],[3,-3],[2,-6],[0,-5],[1,-5],[-4,-7],[-8,-12],[-4,-4],[-9,-8],[-8,-5],[-5,-2],[-7,0],[-8,1],[-3,1],[-11,6],[-5,3],[-6,1],[-5,0],[-1,0],[-10,-3],[-11,-5],[-2,-2],[-2,-3],[-2,-2],[-1,-4],[-1,-3],[0,-3],[2,-7],[1,-3],[3,-3],[27,8],[5,-2],[4,0],[8,1],[4,0],[16,5],[2,1],[8,6],[6,3],[7,1],[5,-1],[4,-1],[4,-3],[4,-8],[1,-5],[0,-3],[-1,-13],[-3,-14],[-2,-5],[-3,-4],[-1,-2],[-4,-2],[-2,-1],[-7,-1],[-4,0],[-4,1],[-3,1],[-5,3],[-1,4],[-4,7],[-5,5],[-5,2],[-23,0],[-17,8],[-4,1],[-5,-2],[2,-5],[2,-4],[7,-11],[7,-10],[3,-5],[5,-5],[-2,-2]],[[9080,8240],[5,-2],[6,-4],[4,-2],[4,-4],[1,-2],[1,-2],[2,-4],[2,-4],[1,-3],[0,-5],[0,-3],[0,-4],[1,-5],[0,-6],[2,-11],[1,-5],[1,-7],[1,-3]],[[9039,8309],[1,-2],[8,-14],[12,-3],[2,-1],[9,1],[12,1],[1,1],[1,2],[7,18],[0,2],[-1,3],[0,3],[2,3],[6,6],[6,4],[6,2],[4,0],[4,-1],[12,-4],[2,-1],[13,-8],[1,-3],[5,-10],[6,-16],[1,-4],[-1,-5],[-3,-10],[-2,-11],[0,-7],[-2,-7],[-3,-7],[-4,-3],[-10,-6],[-6,-1],[-19,-4],[-8,4],[-10,9],[-1,0],[-3,1],[-6,-1],[-1,0]],[[8986,8525],[3,4],[7,7],[0,1],[7,-12],[1,-4],[3,-6],[56,12],[8,2],[-1,3],[-1,1],[-4,11],[0,5],[0,2],[5,-7],[3,-3],[5,-2],[4,0],[2,0],[2,1],[6,4],[5,4],[3,4],[3,1],[2,-1],[3,-1],[2,-1],[10,-1],[1,-1],[4,-2],[2,-1],[2,-4],[1,-2],[0,-3],[-1,-3],[-1,-4],[-2,-3],[-7,-5],[-17,-7],[-7,-2],[-6,-3],[-4,-2],[-4,-3],[-2,-2],[-4,-5],[-1,-3],[0,-2],[0,-2],[1,-3],[9,-17],[1,-3],[3,-2],[3,-2],[2,-1],[11,-5],[11,-6],[3,-2],[3,-3],[2,-2],[2,-4],[2,-5],[0,-6],[-2,-4],[-13,-10],[-1,-1],[-1,-1],[-9,-3],[-20,0],[-7,1],[-8,2],[-6,3],[-3,3],[-7,-10]],[[22,7399],[-22,84],[163,213],[251,96],[109,-162],[28,-25],[20,-12],[14,-22],[9,-10],[4,-3],[4,-17]],[[3301,8063],[1,-2],[-4,-7],[-3,-10],[-1,-6],[-3,0],[-4,4],[-5,7],[-1,7],[-3,12],[-7,15],[-3,6],[-8,3],[-5,4],[2,5],[12,3],[14,3],[2,-1]],[[5444,9817],[0,-2],[2,-4],[4,-2],[2,-4],[0,-3]]],"transform":{"scale":[0.0006237380238023815,0.0004378520852085212],"translate":[13.210451999999776,42.17675699999984]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/HU.json b/dist-amd/map/TopoJSON/HU.json new file mode 100644 index 0000000000..a6a30bea5a --- /dev/null +++ b/dist-amd/map/TopoJSON/HU.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3]]},{"type":"Polygon","arcs":[[4,-4,5,6]]},{"type":"Polygon","arcs":[[7,8,9,10]]},{"type":"Polygon","arcs":[[11,-6,-3,12,-8,13]]},{"type":"Polygon","arcs":[[14,15,16,17]]},{"type":"Polygon","arcs":[[18,-16,19,-1,-5,20,21]]},{"type":"Polygon","arcs":[[22,-10,23,24]]},{"type":"Polygon","arcs":[[25,26,-14,-11,-23,27]]},{"type":"Polygon","arcs":[[28,-18,29,30]]},{"type":"Polygon","arcs":[[-21,-7,-12,-27,31,32]]},{"type":"Polygon","arcs":[[33]]},{"type":"Polygon","arcs":[[34,-32,-26,35,36]]},{"type":"Polygon","arcs":[[37,-30,-17,-19,38,39,40]]},{"type":"Polygon","arcs":[[-36,-28,-25,41]]},{"type":"Polygon","arcs":[[42,-39,-22,-33,-35,43,44],[-34]]},{"type":"Polygon","arcs":[[45,-31,-38,46,47]]},{"type":"Polygon","arcs":[[-40,-43,48,49]]},{"type":"Polygon","arcs":[[50,-49,-45,51]]},{"type":"Polygon","arcs":[[-48,52,53]]},{"type":"Polygon","arcs":[[-53,-47,-41,-50,-51,54]]}]}},"arcs":[[[3963,1305],[-7,-18],[-40,-33],[-20,-95],[-35,-78],[15,-58],[31,9],[16,-26],[20,16],[9,-11],[19,-4],[44,62],[14,-24],[-5,-18],[37,-31],[-49,-145],[8,-14],[-20,-57],[-3,3],[0,-13],[23,-11],[-1,-8],[21,-23],[0,-11],[-13,-3],[-2,25],[-9,-3],[0,-12],[-5,6],[0,-15],[-41,-23],[-6,-13],[1,-13],[16,-19],[10,-25]],[[3991,622],[-5,-11],[-4,-6],[-11,-22],[1,-3],[3,-10],[3,-10],[1,-19],[-1,-12],[-4,-30],[-2,-1],[-5,-1],[-19,-2],[-4,2],[-5,5],[-4,6],[-5,10],[-10,11],[-8,5],[-10,13],[-5,13],[-11,8],[-10,4],[-11,4],[-18,12],[-6,5],[-8,11],[-7,13],[-4,10],[-1,5],[-1,2],[-16,-4],[-11,-2],[-15,-4],[-10,-15],[-2,1],[-4,8],[-4,9],[0,3],[-6,1],[1,-6],[0,-19],[1,-18],[3,-13],[0,-16],[-3,-4],[-3,0],[-5,1],[-2,-2],[-2,-2],[-12,-12],[-4,-8],[0,-15],[6,-8],[10,-21],[-2,-9],[-5,-8],[-14,-12],[-10,30],[-5,-12],[-1,-24],[-2,-19],[-3,-24],[-13,-3],[13,-48],[-17,-10],[-17,-10],[5,-21],[-14,-24],[-3,-4],[-13,-12],[-16,-9],[1,-12],[2,-36],[-23,12],[-3,-17],[-1,-2],[-3,-14],[-10,-2],[-12,1],[-11,-2],[-16,-20],[-5,-9],[-11,-2],[-4,5],[-4,7],[1,13],[-6,9],[-2,2],[-5,1],[-9,-1],[-3,-6],[-3,-17],[-1,-15],[-1,-10],[-1,-7],[-4,-22],[-2,-23],[-25,-1],[-16,0],[-10,-23],[4,-6],[-1,-31],[1,-23],[-3,-18],[-15,4],[-2,1],[-2,2],[-2,1],[-7,6],[-14,0],[-2,-1],[-3,-1],[-6,-7],[-5,4],[-14,17],[-2,13],[1,4],[-2,17],[-5,22],[-14,12],[-16,14],[-7,0],[-16,-7],[-7,-19],[-3,-8],[-4,-10],[-2,-15],[-2,-5],[-4,-6],[-3,-3],[-2,0],[0,4],[-2,11],[-3,6],[-4,4],[-16,4],[-13,3],[-4,1],[-3,3],[-6,5],[-6,5],[-7,2],[-3,0],[-5,-2],[-4,-5],[-5,-6],[-8,-4],[-1,-1],[-2,0],[-22,19],[-10,2],[-6,1],[-2,0],[-2,-1],[-5,3],[-5,6],[-6,15],[-2,8],[0,13],[-3,7],[-4,8],[-4,3],[-5,2],[-14,2],[-14,2],[-4,3],[-3,4],[-4,8],[-10,7],[-5,-1],[-3,-3],[-4,-5],[-7,-13],[-8,-16],[-2,-3],[-4,0],[-5,3],[-3,4],[-4,6],[-4,7],[-3,10],[-3,5],[-5,5],[-9,3],[-3,1],[-5,-1],[-4,-2],[-4,0],[-4,1],[-7,4],[-3,1],[-3,-2],[-3,-5],[-3,-12],[-3,-11],[-3,-10],[-6,-18],[-4,-7],[-11,-14],[-6,-3],[-15,-6],[-5,0],[-6,3],[-13,12],[-10,8],[-5,3],[-4,3],[-12,5],[-2,1],[-5,0],[-8,2],[-5,2],[-12,8],[-10,9],[-7,11],[-3,5],[-4,10],[-10,19],[-4,4],[-6,4],[-6,1],[-5,-2],[-5,-4],[-5,-7],[-7,-6],[-6,-4],[-6,-1],[-7,3],[-13,10],[-3,1],[-7,-1],[-5,-4],[-7,-5],[-8,-10],[-6,-3],[-3,-1],[-2,0],[-8,4],[-16,14],[-8,4],[-8,-2],[-6,-5],[-6,-9],[-16,-18],[-7,-9],[-7,-11],[-2,-8],[-1,-6],[0,-9],[-1,-5],[-1,-3],[-2,-3],[-2,-1],[-6,2],[-3,3],[-5,7],[-2,6],[-3,13],[1,15],[-2,11],[-5,5],[-7,1],[-6,4],[-4,6],[-6,14],[-2,8],[-1,31],[-1,9],[-2,7],[-3,4],[-1,2],[-5,4],[-2,0],[-3,-2],[-4,-6],[-1,-5],[-2,-6],[-4,-3],[-3,0],[-4,1],[-10,5],[-9,10],[-6,10],[-2,7],[-2,3],[-2,5],[-4,3],[-1,1],[-2,1],[-6,2],[-5,0],[-7,-3],[-3,-3],[-2,-2],[0,-1],[-2,-4],[-1,-3],[-7,4],[-7,8],[-7,15],[-2,7],[-1,2],[-4,13],[-2,5],[-1,1],[-12,6],[-11,1],[-13,0],[-12,4],[-10,5],[-5,12],[-3,3],[-15,5],[-2,0],[-8,-7],[-10,-7],[-3,-1],[-5,2],[-5,4],[-7,9],[-6,9],[-8,23]],[[2267,389],[5,6],[16,0],[6,59],[5,-2],[20,16],[3,10],[9,-23],[-3,-31],[15,36],[9,-12],[10,-2],[0,9],[9,0],[8,-8],[4,8],[-6,16],[9,10],[3,14],[-9,12],[-4,38],[12,18],[-20,27],[5,12],[1,25],[-15,16],[-29,16],[-16,-2],[-11,40],[16,8],[2,6],[-5,12],[-24,-6],[-1,16],[-9,-5],[-4,25],[-8,-5],[8,-48],[-21,-8],[-4,68],[-14,56],[-5,66],[-7,-2],[42,11],[0,49],[5,8],[-27,40],[-14,92],[6,4],[-2,10],[36,16],[-1,25],[22,7],[-1,35],[11,3],[-1,54],[6,9],[-13,12],[-10,24],[34,27],[-11,34],[5,11],[-4,41],[10,66],[-1,24],[7,8],[0,15],[8,18],[-1,25],[6,-16],[6,26],[3,22],[-6,27],[11,0],[-4,6],[6,8],[8,-6],[6,13],[3,-2],[7,28],[-8,39],[-10,4],[5,24],[14,21],[5,-3],[27,-95],[11,-5],[0,-9],[19,-2],[9,6],[3,30],[9,17],[-1,20],[14,17],[5,-19],[8,-8],[8,11],[6,0],[4,-40],[10,7],[14,-6],[8,-13],[14,14],[1,18],[8,-8],[13,22],[15,-18],[8,14],[1,17],[11,3],[12,-15],[9,1],[9,26],[21,-13],[5,5],[17,52],[-10,53],[15,68],[-4,38],[20,62],[8,-10],[9,12],[24,13],[38,3],[0,-25],[5,-2],[3,-14],[4,10],[7,-10],[6,2],[8,12],[15,-23],[13,-6],[7,-1],[8,11]],[[2859,1961],[7,-13],[2,10],[24,-11],[5,25],[8,8],[9,-5],[15,9],[14,-33],[6,-32],[12,-9],[14,36],[-5,6],[-6,-15],[-14,12],[5,26],[-12,41],[5,25],[13,-2],[5,15],[10,1],[9,-5],[1,-15],[17,0],[5,9],[-2,24],[5,-23],[10,-1],[25,47],[28,-4],[5,32],[0,55],[-5,-3],[-16,29],[-4,118],[51,29],[25,-12],[9,19],[14,-16],[23,-5],[6,14],[30,12],[31,28],[25,-31],[10,2],[10,-26],[4,-17],[-7,-21],[-1,-54],[13,-28],[1,-25],[37,-15],[-1,-9],[16,-11],[4,-49],[-24,-28],[5,-60],[-5,-9],[4,-20],[-5,-6],[5,-27],[12,-2],[8,-11],[4,4],[9,-15],[24,16],[11,-50],[-8,-4],[-7,-28],[-12,-84],[-11,-22],[-18,-10],[-6,-11],[-27,-10],[-3,-10],[8,-24],[23,-15],[26,39],[19,11],[8,17],[41,36],[0,31],[21,-5],[2,7],[10,0],[-9,27],[29,29],[1,60],[-8,47],[5,3],[9,-24],[35,-11],[1,-13],[15,-11],[0,-17],[-7,-19],[5,-10],[18,-8],[1,37],[5,-16],[12,-5],[-5,-15],[-1,-88],[-7,-25],[-8,-10],[7,-21],[20,-15],[0,-8],[8,-8],[24,13],[4,-24],[-8,-5],[-1,-10],[10,-28],[-2,-17],[16,-11],[14,-29],[4,-21],[29,31],[11,-40],[31,-36],[23,-60],[32,-43],[13,-52],[8,8],[-5,19],[5,8],[12,-20],[25,-22],[4,-15],[11,13],[28,-44],[6,9],[9,-8],[5,13],[16,3],[6,-2],[6,-17],[33,0]],[[4144,3932],[-2,-116],[4,-23],[13,-31],[27,-28],[-6,-7],[10,-48],[16,-39],[6,-34],[10,3],[-1,-22],[10,-65],[27,-79],[6,-66],[-4,-26],[-53,-131],[-17,-21],[-1,17],[-17,-12],[-31,-35],[-9,-3],[1,-5],[-38,3],[-13,-7],[-34,-91],[0,-26],[6,-25],[37,-94],[9,-34],[1,-143],[32,-97],[7,-58],[3,-37],[-6,-51],[-30,-99],[-16,-36],[-6,-54],[9,-55],[12,-162],[29,-66],[4,-50],[-12,-69],[-3,-71],[-9,-8],[-20,3],[-25,39],[-11,-3],[-8,-16],[8,-37],[14,-33],[-3,-27],[-12,-20],[-19,14],[-13,-36],[-21,-25],[-11,-33],[-2,-13],[15,-16],[26,26],[24,46],[9,3],[-1,-34],[-9,-27],[8,-25],[0,-17],[-24,-1],[-5,-12],[1,-17],[-12,-4],[-7,-56],[4,-4],[-2,-73],[-3,-9],[-9,3],[-31,-103],[12,-18],[-25,-1]],[[2859,1961],[17,28],[14,10],[1,41],[18,38],[-10,104],[2,27],[-25,-5],[-19,98],[-27,-28],[-4,16],[-19,-11],[-6,-12],[-2,23],[-16,39],[11,5],[-2,8],[9,5],[3,-11],[9,5],[-3,13],[9,5],[-1,6],[8,5],[1,7],[7,-7],[4,21],[8,-16],[7,8],[0,20],[26,5],[-4,39],[6,2],[0,8],[-25,88],[0,32],[-16,82],[-14,25],[10,9],[-8,115],[9,9],[-1,75],[18,-26],[19,11],[13,27],[10,61],[9,4],[4,42],[-1,12],[-19,52],[-4,29],[6,16],[20,14],[1,40],[27,29],[-9,28],[8,8],[4,11],[-4,5],[6,8],[2,14],[22,23],[6,0],[-5,37],[7,4],[-2,20],[14,-3],[-5,24],[13,7],[-7,22],[-17,-16],[-24,91],[10,-3],[11,16],[14,7],[0,23],[8,3],[-3,14],[14,7],[9,-23],[23,8],[0,31],[-9,46],[12,18],[18,-6],[20,27],[16,1]],[[3091,3655],[60,21],[1,17],[6,-3],[6,8],[7,25],[57,70],[10,-16],[-1,-54],[16,-25],[39,-24],[27,-32],[8,8],[-5,9],[7,21],[15,20],[5,-33],[4,13],[10,0],[2,-53],[10,-2],[8,118],[19,-49],[-5,-34],[13,-41],[-12,-55],[42,-33],[32,-16],[-6,10],[19,25],[9,1],[9,-15],[15,13],[4,-11],[3,8],[4,-10],[7,4],[-13,64],[20,12],[23,32],[35,29],[23,-89],[19,-9],[24,-37],[15,7],[7,-5],[3,-19],[-6,1],[0,-8],[8,-1],[-7,-6],[3,-20],[10,-21],[10,-6],[-13,-3],[-3,-11],[4,-5],[1,-18],[6,-6],[0,-14],[6,2],[-10,-15],[10,-6],[-4,-35],[7,2],[5,-20],[67,34],[36,67],[14,14],[7,-4],[9,9],[-3,8],[9,8],[-27,103],[28,21],[12,-1],[14,26],[12,-8],[46,17],[13,-4],[-8,52],[4,10],[60,61],[39,61],[7,36],[8,4],[-4,8],[5,-2],[4,10],[-21,41],[25,18],[36,5],[2,13],[3,-6],[17,4],[0,-8],[11,0]],[[1924,3558],[-32,-8],[-18,-16],[-19,-34],[-16,-9],[-92,12],[-44,-4],[-18,-163],[-18,-28],[-34,-27],[-1,-59],[-5,-22],[6,-50],[-10,-84],[17,-347],[-18,-59],[-15,-5],[-5,-31],[-10,9],[-6,-5],[-2,-41],[9,-30],[-2,-80],[-8,-48],[-12,11],[-56,-17],[-4,-69],[-20,-8],[-17,3],[-1,29],[-17,6],[-9,13],[-13,2],[-10,-15],[-3,-40],[-14,-12],[-20,23],[-1,30],[-5,2],[-4,-9],[-17,5],[0,-25],[-11,-44],[7,-18],[13,-14],[5,-65],[12,-3],[6,-99],[-17,0],[-6,-27],[-8,-10],[5,-46],[-17,-9],[-4,-15],[-13,-5],[-6,-11],[-8,7],[-3,17],[-8,-1],[-1,9],[-10,-5],[-12,11],[-11,-36],[-22,-4],[-10,-31],[-14,-13],[-4,8],[-8,-10],[1,40],[-7,0],[2,51],[-10,4],[-47,-20],[-5,17],[-9,6],[-3,18],[-14,3],[1,-15]],[[1124,2048],[-4,7],[0,3],[-1,3],[0,8],[1,3],[9,18],[0,3],[0,9],[-1,3],[-13,17],[-8,10],[0,11],[3,12],[0,8],[-1,2],[0,2],[-3,3],[-2,-1],[-4,-4],[-3,-6],[-2,-3],[-3,-3],[-6,15],[-1,5],[0,5],[1,5],[0,6],[-1,2],[-8,8],[-2,2],[-6,7],[-4,9],[-1,10],[-6,3],[-16,-8],[-17,19],[-10,15],[0,13],[0,2],[-1,2],[-3,3],[-9,5],[-3,0],[-4,-3],[-7,-9],[-5,-14],[-3,-2],[-3,0],[-3,6],[0,3],[0,2],[-1,2],[0,3],[-3,8],[-3,-1],[-3,-2],[-1,-2],[-2,-4],[-1,-10],[-2,-5],[-3,-1],[-4,3],[-3,9],[0,2],[0,2],[0,3],[-2,12],[-3,3],[-3,0],[-7,-9],[-3,-1],[-3,0],[-2,4],[-2,4],[-2,8],[0,13],[1,16],[-1,2],[-4,6],[-3,2],[-5,0],[-5,-2],[-4,-6],[-1,-3],[-1,-6],[-5,-9],[-5,2],[-10,26],[-4,7],[-5,12],[-8,27],[-2,5],[-1,2],[-6,16],[-1,6],[-3,11],[-7,24],[-7,27],[-8,26],[-2,3],[-1,1],[-8,23],[-3,11],[0,1],[-17,14],[-11,4],[-11,0],[-6,-6],[-14,12],[-15,7],[-3,2],[-2,0],[0,4],[-2,6],[-4,4],[-1,6],[0,3],[0,1],[-1,2],[-11,2],[-2,-2],[-1,0],[-9,3],[-15,12],[-7,9],[-14,18],[-14,12],[-6,5],[-8,7],[-14,18],[-6,2],[-2,1],[-12,16],[2,12],[7,-4],[5,24],[-2,3],[-5,-1],[-4,2],[0,2],[-1,13],[4,10],[1,2],[2,6],[1,17],[1,8],[-5,10],[-3,1],[-2,1],[-3,-1],[-7,6],[0,10],[0,13],[2,18],[-3,24],[-5,14],[-5,14],[-2,6],[-6,-4],[-2,-2],[-6,-3],[-5,1],[-13,8],[-6,4],[-1,2],[0,2],[0,15],[1,18],[-1,8],[-3,10],[-4,9],[-2,3],[-4,8],[-5,-6],[-1,-1],[-1,3],[-1,4],[-4,14],[-5,17],[0,1],[-9,4],[-5,10],[-6,18],[-4,18],[-18,7],[-2,0],[-11,0],[-5,13],[-10,25],[-4,12],[-6,10],[-5,7],[-6,5],[-8,1],[-4,7],[-4,9],[-2,20],[-3,17],[-1,17],[2,0],[1,-1],[4,6],[1,2],[1,3],[2,9],[-1,12],[7,0],[9,-4],[6,-8],[6,0],[7,0],[5,2],[6,25],[0,21],[-1,15],[0,17],[1,16],[3,10],[5,16],[-5,6],[-2,1],[-5,0],[-18,3],[-8,2],[-13,1],[-9,1],[-8,1],[-4,4],[-9,9],[-6,7],[-2,1],[5,7],[8,11],[3,6],[1,4],[0,10],[-7,10],[-6,4]],[[379,3447],[9,44],[24,37],[-3,20],[3,3],[-14,34],[5,8],[-3,7],[12,6],[5,18],[5,-4],[9,16],[-5,10],[-19,4],[-10,-3],[-13,-25],[-6,1],[-8,10],[-4,29],[23,1],[4,17],[20,15],[25,-5],[12,-23],[12,8],[2,-12],[14,-7],[3,-9],[5,15],[35,24],[33,35],[24,36],[0,72],[-7,23],[25,7],[17,17],[25,-2],[7,-12],[7,5],[2,18],[6,1],[1,38],[8,4],[-1,41],[23,12],[-5,14],[10,14],[5,39],[20,22],[31,67],[9,35],[31,-17],[21,29],[2,14],[23,3],[5,12],[20,-20],[2,-10],[48,9],[4,6],[58,-18],[3,-9],[14,23],[-1,55],[45,9],[1,85],[5,4],[4,-11],[21,29],[8,-10],[6,-26],[31,8],[-1,-6],[16,-4],[27,18],[30,-9],[9,-38],[82,1],[10,15],[8,-10],[4,11],[-5,17],[-4,-3],[-4,36],[7,2],[19,31],[13,7],[7,28],[6,-17],[-15,55],[1,33],[-14,53],[21,24],[8,-16],[24,13],[11,-59],[17,23],[24,-25],[4,5],[-4,48],[3,35]],[[1416,4605],[56,-76],[20,-39],[18,-9],[6,4],[2,-52],[44,-3],[6,-11],[3,12],[6,-12],[10,9],[12,0],[11,25],[6,-25],[16,-11],[10,-17],[6,-16],[-3,-18],[7,-14],[3,5],[14,-30],[-4,-9],[9,-37],[-17,-8],[5,-33],[-12,-14],[-2,-21],[-9,-15],[7,-38],[16,-7],[15,6],[6,-11],[9,6],[9,-5],[12,14],[12,-2],[28,-44],[2,-33],[25,-17],[8,-39],[-14,-22],[7,-21],[13,-10],[6,-33],[-14,-42],[0,-59],[16,-11],[24,-41],[13,-74],[82,-125],[3,-24]],[[3083,4334],[-46,-89],[29,-64],[-3,-17],[27,-91],[-3,-6],[7,-30],[-34,-49],[25,-20],[-14,-11],[11,-93],[-9,-87],[9,-45],[-2,-28],[11,-49]],[[2267,389],[-1,1],[-3,21],[0,27],[-1,15],[-2,8],[-5,15],[-5,17],[-3,17],[-2,8],[-5,21],[-8,26],[-13,29],[-4,9],[-7,10],[-10,6],[-9,10],[-7,19],[-9,11],[-9,14],[-9,16],[-10,9],[-12,7],[-7,1],[-14,-7],[-17,-8],[-6,-1],[-3,0],[-3,2],[-8,10],[-3,3],[-10,6],[-3,0],[-3,0],[-15,6],[-31,2],[-4,1],[-8,4],[-6,3],[-8,5],[-5,6],[-10,8],[-12,3],[-7,-1],[-5,-3],[-3,-2],[-4,-8],[-1,-7],[0,-8],[10,-22],[4,-12],[0,-6],[-2,-7],[-7,-3],[-9,-2],[-19,10],[-4,9],[2,5],[2,5],[-1,14],[-1,1],[-3,-3],[-1,-2],[-9,-14],[-7,-11],[-3,-2],[-5,0],[-3,3],[-3,4],[-4,16],[2,7],[2,6],[0,6],[-1,7],[-2,5],[-3,4],[-5,3],[-6,0],[-4,-2],[-15,-16],[-2,-2],[-9,-6],[-4,0],[-2,1],[-8,7],[-2,2],[-2,3],[-3,11],[-3,22],[-1,5],[6,17],[3,3],[4,-1],[3,-3],[0,-3],[0,-4],[-1,-6],[1,-7],[2,-3],[3,-2],[3,0],[1,3],[2,11],[4,6],[9,1],[10,-6],[16,-3],[2,0],[5,4],[1,3],[2,4],[1,8],[0,5],[-3,5],[-4,5],[-5,-2],[-4,-7],[-2,-3],[-4,-3],[-9,-2],[-7,0],[-5,3],[-3,3],[-1,5],[0,9],[2,4],[2,3],[5,11],[1,5],[2,6],[1,7],[8,19],[2,15],[-1,5],[-1,6],[-2,2],[-2,3],[-5,2],[-4,-1],[-2,-2],[-2,-3],[-1,-6],[0,-19],[-2,-19],[-3,-8],[-1,-1],[-4,-1],[-4,2],[-3,4],[-2,3],[-8,23],[-1,26],[-1,5],[-3,7],[-3,4],[-3,1],[-6,-2],[-5,-9],[-1,-6],[0,-3],[1,-4],[1,-5],[3,-5],[5,0],[4,-8],[0,-13],[-1,-5],[-6,-24],[-5,-9],[-7,-10],[-16,-2],[-1,2],[-5,7],[-1,5],[0,5],[1,3],[2,4],[11,15],[8,25],[1,5],[-1,9],[-3,5],[-4,3],[-2,1],[-2,-1],[-2,-2],[-4,-5],[-2,-7],[1,-3],[-2,-11],[-1,-6],[-2,0],[-7,2],[-6,4],[-1,2],[-2,2],[-4,15],[0,9],[3,8],[4,1],[3,2],[1,1],[3,3],[2,4],[1,8],[0,3],[0,4],[0,2],[-1,4],[-6,5],[-5,-2],[-6,-6],[-6,-4],[-6,-1],[-3,1],[-7,5],[-2,2],[-3,4],[-13,18],[-7,4],[-4,5],[-2,2],[1,7],[1,2],[8,4],[12,13],[3,4],[11,5],[16,4],[1,2],[3,9],[0,4],[0,5],[-1,8],[-4,5],[-4,0],[-15,-2],[-12,5],[-6,0],[-7,-1],[-2,0],[-3,12],[0,4],[-2,16],[0,15],[2,1],[2,0],[3,5],[3,3],[3,5],[8,11],[0,2],[-3,12],[-18,2],[-19,-1],[-7,1],[-4,2],[-7,4],[-2,3],[-1,2],[-1,7],[1,4],[3,6],[4,0],[1,-2],[2,-3],[2,-7],[6,-4],[4,-1],[3,1],[6,10],[-2,3],[-7,-4],[-2,1],[-5,5],[-1,5],[-2,14],[2,10],[0,9],[-1,2],[-11,11],[-13,1],[-4,0],[-9,-5],[-9,-11],[-3,0],[-4,1],[-3,6],[-1,5],[4,9],[5,4],[2,1],[15,10],[1,4],[6,15],[9,11],[6,6],[1,4],[-2,5],[-3,2],[-11,-5],[-4,0],[-11,0],[-5,3],[5,14],[6,10],[2,8],[0,3],[0,6],[-1,4],[-4,7],[-3,0],[-15,-7],[-8,-3],[-5,-4],[-8,-9],[-1,-1],[-3,-2],[-6,-2],[-5,4],[-3,6],[0,7],[2,7],[4,10],[2,10],[-1,10],[-2,4],[-1,0],[-3,-1],[-2,7],[-1,8],[0,8],[1,4],[4,-2],[7,9],[1,7],[-4,18],[-5,19],[0,9],[0,17],[-7,7],[-5,4],[-6,3],[-2,-3],[-4,0],[-3,6],[-4,8],[0,9],[0,1],[1,6],[1,8],[3,6],[1,3],[-2,5],[-1,2],[-6,3],[-5,2],[-12,-1],[-10,-5],[-3,-6],[-7,-2],[-5,2],[-3,13],[-1,4],[2,14],[-2,7],[-5,0],[-7,-7],[-2,-2],[-3,-1],[-2,3],[-11,15],[-1,6],[-6,14],[-11,8],[-2,0],[-3,-3],[-2,-5],[-6,3],[-7,6],[-8,8],[-3,6],[-3,11],[-1,13],[-14,4],[-5,2],[-5,5],[-6,6],[-18,18],[-5,7],[-13,14],[-8,6],[-14,14],[-4,2],[-6,-1],[-12,1],[-16,3],[-6,0],[-6,4],[-1,2],[0,21],[3,22],[1,9],[-2,7],[-1,1],[-5,1],[-1,-1],[-13,-9],[-8,-2],[-3,1],[-2,3],[-8,14],[-6,11],[-8,18],[-1,3],[-7,12],[-8,9],[-4,0],[-2,1],[-6,1],[-6,6],[-3,4],[-5,12],[-1,3],[-2,7],[-1,4],[-4,13],[-5,6],[-7,4],[-5,3],[-1,1],[-6,6],[-1,2],[-1,8],[0,2],[0,4],[1,6],[2,12],[-1,20],[-1,13],[-1,5],[0,2],[-6,5],[-4,7],[-2,8],[-2,17],[1,20],[1,7],[-1,5]],[[1924,3558],[39,-10],[29,18],[39,1],[26,20],[36,44],[135,106],[62,36],[46,59],[46,41],[87,47],[96,108],[36,-22],[16,6],[18,20],[13,30],[3,46],[-7,30],[56,40],[45,22],[47,37],[59,56],[28,34],[148,97],[0,-9],[13,-4],[7,-19],[12,5],[24,-63]],[[6872,1891],[-1,-2],[-23,-52],[-5,-12],[-6,-14],[-3,-16],[8,-72],[0,-2],[3,-21],[4,-30],[3,-29],[-6,1],[-25,5],[-20,4],[0,-21],[2,-12],[3,-10],[5,-4],[0,-3],[-1,-5],[-3,-4],[-4,-5],[-5,-5],[-4,-1],[-10,-63],[-11,-20],[-4,-8],[0,-2],[-2,-1],[-10,-3],[-4,-4],[-2,-6],[0,-7],[-2,-13],[-7,-19],[0,-1],[-5,-3],[-4,0],[-6,4],[-2,1],[-3,4],[-5,9],[-10,4],[-6,-1],[-3,-2],[-5,-5],[-2,-3],[-4,-10],[-1,-3],[0,-11],[1,-12],[0,-4],[0,-4],[-1,-2],[-5,-12],[-2,-3],[-6,-12],[-2,-1],[-4,-1],[-2,0],[-1,1],[-2,1],[-7,9],[-1,2],[-3,9],[-8,18],[-12,22],[-3,7],[-1,1],[-3,2],[-6,4],[-5,2],[-1,0],[-6,3],[-2,2],[-1,2],[-2,5],[-1,3],[-3,4],[-4,6],[-1,1],[-8,7],[-3,4],[-9,12],[-6,10],[-8,14],[-2,2],[-5,5],[-11,14],[-3,6],[-6,6],[-4,2],[-1,1],[-12,2],[-10,2],[-3,2],[-4,2],[-7,6],[-9,10],[-11,11],[-2,1],[-5,-7],[-4,-7],[-1,-11],[1,-22],[-3,-25],[-5,-11],[-8,-14],[-4,-7],[-7,-14],[-7,-16],[-15,-25],[-4,-6],[-21,-4],[-14,6],[-14,6],[-13,11],[-12,10],[-7,9],[-3,6],[-7,7],[-3,-10],[-2,-7],[-11,9],[-8,9],[-6,0],[-5,-8],[-2,-3],[-4,-6],[-2,0],[-3,7],[-6,18],[-10,33],[-11,-11],[-52,-57],[-5,22],[-15,-16],[-3,1],[-3,-4],[-9,-17],[-9,-15],[-3,-10],[-9,-21],[-7,-21],[-2,-1],[-6,-2],[-2,0],[-1,-2],[-11,-35],[-3,2],[-2,4],[-2,6],[0,8],[-1,7],[3,7],[0,4],[-5,12],[-22,-22],[-5,19],[-29,22],[-3,30],[-14,21],[-2,3],[-23,33],[-3,-9],[-16,-17],[-33,-28],[-14,-2],[-1,2],[-1,9],[-5,10],[-8,8],[-1,-2],[-16,21],[-13,17],[-3,9],[-1,23],[4,5],[-1,5],[-3,6],[-2,1],[-3,1],[-7,1],[-29,-66],[-11,-29],[-8,-18],[-1,3],[-1,3],[-4,3],[-1,1],[-5,0],[-14,-10],[-6,-2],[-5,0],[-2,1],[-5,7],[-3,6],[-4,20],[-2,17],[-3,24],[-3,18],[-1,9],[-10,11],[-12,0],[-14,-1],[-14,-2],[-11,0],[-5,0],[-18,0],[-33,1],[-7,0],[-11,-10],[-7,-11],[-6,-11],[-3,-3],[-7,-7],[-8,-5],[-10,-5],[-3,-2],[-5,-3],[-29,-25],[-7,-5],[-14,-4],[-15,-1],[-6,-15],[-8,-15],[-33,-39],[-6,0],[-7,4],[-10,6],[-6,7],[-4,5],[-9,11],[-1,1],[-6,5],[-5,5],[-14,4],[-6,1],[-5,3],[-9,5],[-5,5],[-13,27],[-2,3],[-5,14],[-6,19],[-10,14],[-2,1],[-4,-4],[-4,-3],[-2,1],[-6,4],[-6,7],[-1,6],[1,5],[0,5],[-21,28],[-6,12],[-2,2]],[[5284,1583],[-17,87],[-71,180],[74,146],[-13,43],[-25,47],[-10,55],[60,42],[38,10],[30,-42],[75,85],[37,52],[56,-56],[36,46],[5,52],[14,27],[6,38],[0,19],[-24,69],[26,55],[2,27],[-9,44],[-13,27],[-56,81],[-15,-10],[-42,-8],[-43,91],[88,99],[77,64],[76,-106],[28,71],[47,81],[-8,42],[7,68],[-5,33],[-15,17],[7,61],[34,89],[4,54],[-8,29],[-53,82],[44,91],[37,98],[54,91]],[[5819,3754],[8,-55],[20,-8],[5,-9],[12,-45],[-4,-19],[3,-19],[23,19],[-7,31],[2,18],[4,10],[7,2],[10,-3],[25,-42],[60,-62],[35,101],[28,-11],[8,18],[-8,9],[1,14],[8,3],[2,13],[8,7],[18,0],[32,-22],[38,-87],[62,-19],[19,18],[1,43],[9,19],[15,-3],[62,15],[4,12],[14,6],[12,20],[-1,16]],[[6354,3744],[27,13],[16,17],[59,-88],[15,-48],[46,-1],[42,10],[48,-58],[-21,-141],[4,-20],[0,-61],[12,-57],[-25,-3],[1,-50],[-10,-113],[11,-4],[-3,-44],[7,-193],[37,-83],[16,-11],[-7,-4],[8,-31],[-20,-89],[-5,-51],[3,-27],[-10,-11],[7,-30],[4,2],[7,-40],[-3,-2],[1,-8],[-34,-7],[1,-155],[-17,3],[-16,-14],[-17,-48],[45,-71],[-11,-20],[21,-22],[3,13],[50,-41],[2,11],[87,-11],[16,103],[67,12],[6,-41],[17,-43],[13,-66],[-21,-179],[22,-37],[17,-14]],[[5868,4460],[45,-45],[21,-39],[-13,-16],[-5,-16],[10,-32],[-4,-21],[-27,-9],[-13,-17],[5,-50],[4,-5],[23,25],[31,-12],[17,-39],[3,-30],[-5,-19],[-8,-12],[-40,-19],[-3,-38],[-54,-73],[13,-49],[19,-19],[12,-36],[-1,-8],[-17,-14],[-48,12],[-14,-5],[-26,-13],[-3,-23],[-25,-7],[-33,-24],[-1,-21],[6,-17],[36,-50],[10,4],[6,25],[-1,12],[-13,34],[6,19],[13,3],[4,-18],[21,-23],[0,-21]],[[5284,1583],[-3,-2],[-13,-19],[-1,-4],[0,-3],[-3,-1],[-3,0],[-7,6],[-7,8],[-6,6],[-6,5],[-7,8],[-43,-70],[-34,12],[-4,2],[-55,19],[-7,-6],[-5,-11],[5,-14],[-4,-13],[-38,-50],[-12,-15],[-14,14],[-5,-8],[-17,-25],[11,-17],[-3,-10],[1,-3],[28,-45],[-7,-10],[-20,-26],[-19,-13],[-15,-12],[-13,-10],[-12,-14],[-3,-27],[-1,-26],[-7,-9],[-5,-6],[-13,-17],[-14,-19],[-1,-1],[-16,-29],[-8,-13],[-11,-32],[-30,-13],[-22,-21],[0,1],[-16,41],[-7,15],[-122,-132],[31,-81],[-9,-13],[-17,31],[-71,-6],[-6,15],[-39,-1],[-10,-3],[8,-19],[-58,6],[0,6],[-26,0],[-4,18],[3,24],[-4,16],[-7,44],[-1,9],[-8,33],[-30,3],[-13,7],[-5,-16],[-17,-42],[-20,-47],[-5,-12],[-10,-23],[13,-84],[7,-44],[-12,-1],[-12,2],[-8,3],[-4,3],[-15,-2],[-18,-1],[-3,-1],[-18,-5],[-6,-4],[-7,-6],[-6,-5],[-11,-44],[11,-59],[5,-21],[-21,2],[-8,23],[-1,1],[-1,5],[-27,-15],[-16,-5],[-21,5],[-14,9],[-5,3],[-25,9],[-9,3],[-4,2],[-4,-6],[-11,-25],[-6,-10],[-3,-9],[-2,2],[-3,-1],[-3,-6],[-4,-7],[-5,-6],[-2,-1],[-2,-1],[-4,1],[-4,3],[-3,4],[-5,11],[0,-3],[0,-8],[4,-17],[1,-2],[1,-4],[-7,-2],[-52,-20],[-2,10],[-2,7],[-6,17],[-1,-1]],[[4144,3932],[10,65],[30,68],[9,38],[10,88],[-8,96],[-12,38],[-4,79],[7,30],[17,36],[4,34],[-3,31]],[[4204,4535],[7,8],[10,35],[-29,52],[-2,28],[94,-34],[6,-19],[59,-37],[8,-14],[3,10],[35,28],[5,31],[-1,31],[8,13],[42,18],[17,38],[30,46],[57,7],[10,-30],[41,147],[47,11],[19,-21],[24,-8],[21,-19],[52,-95],[-28,-62],[-21,-31],[-28,-108],[35,-82],[9,34],[12,16],[37,21],[29,4],[75,104],[48,-36],[19,6],[17,61],[11,84],[19,79],[39,-27],[42,-14],[25,19],[13,29],[50,-135],[23,-156],[68,-136],[24,-38],[45,-43],[74,-97],[33,24],[40,-39],[16,0],[31,93],[23,95],[46,-57],[39,-32],[30,-2],[43,-32],[-2,71],[26,54],[39,31],[50,21],[14,22],[36,-42]],[[1560,5952],[8,-8],[-1,-19],[20,-84],[7,-14],[19,-16],[-29,-39],[35,-67],[10,6],[12,-31],[13,-3],[34,-38],[14,6],[40,-57],[-34,-40],[-46,1],[-25,-31],[-7,-25],[-10,-9],[8,-25],[1,-38],[-8,-23],[-9,19],[-12,-44],[0,-30],[7,-16],[7,-73],[1,-70],[-4,-1],[3,-20],[7,-4],[-9,-51],[4,-44],[-23,-61],[11,-113],[10,-40],[19,-17],[-13,-13],[-3,4],[7,-102],[-22,-25],[-8,-30],[-14,0],[-26,31],[-4,15],[-9,-28],[-9,25],[-12,3],[-56,-44],[-30,-11],[-15,5],[-3,-58]],[[379,3447],[-7,-2],[-5,-6],[-8,-4],[-3,4],[-1,5],[-5,22],[-1,13],[-1,10],[-1,5],[-4,10],[-9,20],[-11,21],[-10,11],[-2,0],[-2,4],[-3,8],[-2,9],[3,24],[7,18],[2,10],[1,4],[2,15],[-1,7],[-10,-3],[-8,0],[-8,2],[-1,21],[0,9],[0,6],[2,30],[1,3],[5,6],[5,4],[4,2],[6,2],[10,3],[7,3],[1,1],[1,1],[1,5],[1,3],[0,13],[-1,14],[-1,3],[1,17],[5,17],[10,20],[0,7],[-3,21],[-7,19],[-18,7],[-9,12],[-8,14],[-8,12],[-9,8],[-4,4],[-9,5],[-4,18],[-2,13],[-1,3],[-1,2],[-4,5],[-2,0],[-6,0],[-4,-1],[-13,-1],[-8,-1],[-4,-1],[-3,1],[-7,2],[-12,7],[-14,6],[-14,1],[-2,-2],[-5,-9],[-4,-5],[-3,-3],[-5,-5],[-5,-2],[-3,-1],[-2,2],[-5,1],[-9,-1],[-5,-5],[-15,-5],[-6,-3],[-4,-4],[-2,-5],[-13,-17],[-1,2],[-7,3],[-3,1],[-5,-3],[-2,-7],[-7,-12],[-12,3],[-11,1],[-15,6],[-7,12],[-7,12],[-8,15],[-2,5],[2,4],[6,6],[2,1],[2,1],[7,3],[9,8],[1,3],[4,15],[11,16],[7,17],[8,19],[8,18],[4,10],[6,2],[9,2],[8,5],[2,2],[1,9],[1,7],[1,8],[2,6],[2,11],[2,4],[4,14],[6,24],[3,16],[4,13],[5,11],[9,3],[7,-5],[8,-6],[10,-7],[10,16],[8,12],[3,5],[6,-1],[4,-2],[2,3],[2,9],[-1,4],[-3,11],[-2,8],[10,19],[9,10],[5,0],[6,-2],[3,-2],[2,-2],[2,-2],[4,-1],[6,1],[3,2],[1,17],[0,5],[0,6],[-1,21],[-1,17],[0,5],[0,4],[1,6],[3,9],[1,4],[1,2],[4,20],[0,8],[-1,4],[0,3],[1,15],[7,26],[2,6],[1,2],[2,1],[2,0],[4,-6],[5,-10],[2,-4],[-1,-8],[-1,-7],[0,-6],[0,-4],[2,-4],[1,-2],[3,-4],[1,-1],[2,1],[7,3],[8,4],[6,3],[10,2],[7,-7],[6,-5],[5,-5],[3,-1],[3,-1],[2,1],[1,5],[0,12],[2,13],[5,13],[4,2],[14,-10],[12,-13],[4,-12],[4,-1],[10,0],[6,2],[3,4],[7,7],[2,1],[2,1],[17,2],[9,2],[3,-3],[3,-8],[2,-8],[2,-8],[1,-3],[3,-4],[1,-1],[6,-5],[3,-1],[4,-1],[18,2],[4,24],[0,4],[0,4],[1,3],[1,1],[4,1],[2,0],[1,-1],[10,-7],[2,-2],[1,-3],[1,-2],[7,-7],[14,-7],[16,0],[14,10],[8,5],[11,3],[2,10],[-10,12],[-4,4],[-6,5],[-4,2],[-4,5],[-2,3],[-4,8],[-7,19],[-11,20],[-6,9],[-11,14],[-7,-6],[-3,-5],[-6,-10],[-6,-10],[-6,7],[-8,14],[1,23],[1,2],[1,2],[3,4],[2,1],[5,3],[16,12],[3,2],[6,-1],[13,11],[15,2],[11,6],[5,2],[8,4],[7,-1],[11,9],[12,13],[0,3],[-1,16],[-2,2],[-10,11],[-8,7],[-9,8],[-3,2],[-4,1],[-18,6],[-16,5],[-3,12],[0,1],[0,3],[1,5],[2,7],[-1,11],[-4,10],[-4,6],[-5,20],[2,14],[11,9],[8,0],[2,0],[9,4],[-3,21],[26,5],[0,14],[0,7],[-1,26],[2,1],[3,0],[4,0],[5,1],[9,2],[3,2],[12,5],[6,2],[-1,16],[0,20],[-12,20],[-2,10],[-4,12],[-4,0],[-7,1],[-4,-1],[-18,-1],[-6,-1],[-3,-1],[-4,-3],[-8,-6],[-3,-3],[-2,-2],[-11,-6],[-1,0],[-11,-3],[-7,2],[-2,2],[-2,2],[-5,9],[-1,20],[3,9],[4,6],[6,4],[1,5],[3,12],[2,30],[-4,15],[-3,6],[-1,6],[-4,18],[-1,4],[0,5],[1,3],[-17,-3],[-7,-4],[-7,-2],[-5,1],[-3,1],[-1,2],[-2,6],[-6,19],[-2,13],[1,3],[0,2],[-1,6],[-2,9],[-3,11],[1,7],[1,10],[1,2],[0,1],[2,0],[10,-5],[8,2],[4,10],[5,22],[-2,14],[1,10],[4,19],[3,8],[-1,18],[0,12],[-1,21],[-16,7],[2,10],[15,-8],[5,0],[5,-1],[9,11],[9,8],[7,-6],[4,3],[11,14],[3,5],[3,7],[-4,27],[0,7],[0,7],[1,6],[1,2],[0,3],[3,4],[5,0],[8,7],[-3,10],[-4,10],[-2,8],[-1,9],[-1,12],[-5,25],[-5,27],[-8,27],[-1,6],[-4,31],[-3,20],[0,1],[-2,8],[-5,8],[-1,2],[-3,2],[-1,1],[-4,-1],[-6,7],[-6,10],[-12,22],[-5,10],[1,3],[4,5],[3,1],[7,3],[7,3],[4,4],[6,24],[2,5],[0,13],[0,3],[-1,4],[-1,4],[-1,2],[-1,2],[-1,2],[-2,5],[-2,4],[1,7],[1,4],[2,5],[6,8],[-3,12],[-7,15],[0,2],[-2,6],[-2,6],[-2,10],[-1,13],[-1,13],[0,2],[1,2],[1,3],[4,5],[10,10],[1,0],[2,1],[5,-2],[5,-3],[3,-3],[3,-1],[6,-4],[10,0],[2,0],[6,-2],[5,-9],[-1,-5],[-1,-2],[-2,-3],[-2,-5],[-1,-5],[-1,-4],[1,-4],[1,-3],[5,-5],[6,-6],[4,-8],[2,-11],[6,8],[13,17],[1,18],[0,17],[10,14],[2,0],[5,0],[18,-1],[13,-5],[15,-8],[17,0],[3,0],[9,-1],[2,0],[3,2],[1,7],[2,18],[2,16],[1,2],[2,3],[9,8],[6,3],[5,0],[3,2],[9,8],[4,6],[14,13],[10,15],[7,20],[4,7],[7,8],[3,2],[2,1],[4,-1],[5,1],[4,2]],[[785,6001],[12,-41],[22,-33],[6,1],[6,-22],[13,9],[7,-22],[9,8],[5,-13],[12,11],[10,-29],[10,10],[-5,21],[53,62],[2,-7],[42,34],[8,-24],[19,24],[12,-30],[53,50],[28,-90],[13,-5],[15,-33],[13,14],[-3,11],[19,2],[-3,10],[3,2],[9,-18],[-3,-19],[14,7],[3,-14],[16,0],[13,-47],[10,-11],[1,21],[11,21],[5,-1],[2,11],[12,8],[7,15],[6,0],[8,20],[23,15],[11,22],[-3,8],[12,5],[7,13],[10,0],[14,27],[15,13],[4,15],[13,9],[1,9],[9,-44],[6,0],[9,-23],[-9,-16],[2,-7],[-6,2],[-5,-14],[3,-36],[-6,-11],[3,-5],[-6,-1],[5,-4],[-5,-1],[2,-9],[-5,-1],[3,-6],[-4,-5],[5,-7],[-6,1],[-3,-17],[-4,3],[1,-8],[-6,-5],[7,-1],[-4,-13],[6,-2],[7,22],[18,17],[37,3],[20,17],[6,15],[16,9],[8,-7],[6,31],[-7,9],[10,0],[2,10],[5,-4],[16,26],[21,-11],[16,6],[-3,-9],[3,-2]],[[2609,5801],[32,-24],[14,24],[19,-8],[9,4],[22,-33],[2,-33],[-29,-18],[-5,-9],[12,3],[31,-35],[9,-27],[0,-42],[13,21],[25,-7],[9,-12],[13,15],[25,6],[13,-20],[10,1]],[[2833,5607],[6,-30],[12,-18],[26,-6],[-2,-14],[-25,-33],[5,-75],[6,-20],[30,4],[22,-52],[5,-27],[18,-26],[15,5],[22,27],[7,-1],[10,18],[22,2],[21,-40],[-3,-11],[6,-37],[34,-57],[30,6],[9,-25],[4,-38],[-6,-11],[-1,-78],[10,-28],[-15,1],[6,-26],[-14,-8],[5,-72],[11,-69],[1,-63],[16,-43],[-28,-20],[-18,-31],[14,-107],[32,-68],[7,-34],[29,19],[4,-17],[-40,-22],[1,-11],[-11,-27],[-23,-13],[-10,-97]],[[1560,5952],[13,19],[1,15],[10,7],[1,-8],[2,8],[4,-3],[-1,7],[12,-35],[31,-12],[1,24],[8,-7],[3,7],[4,-8],[1,12],[4,-18],[6,2],[6,-8],[25,7],[6,-8],[-2,-8],[9,5],[4,-6],[-2,8],[3,4],[10,-14],[8,8],[11,-10],[8,4],[0,14],[22,7],[-2,9],[20,14],[6,-11],[17,5],[4,-5],[8,14],[18,0],[31,53],[4,31],[-2,28],[10,36],[1,-11],[25,-2],[22,-15],[-6,-37],[19,-49],[18,-10],[5,-34],[-5,-33],[21,-25],[8,17],[27,-23],[12,23],[19,20],[7,22],[-6,13],[33,84],[9,-35],[38,-61],[35,36],[-7,29],[17,32],[15,-24],[7,-22],[24,33],[15,-36],[4,3],[2,-6],[12,11],[-2,-21],[24,20],[7,-3],[4,26],[-3,10],[10,19],[8,1],[10,-20],[9,11],[4,-7],[18,20],[14,-29],[-17,-38],[5,-16],[22,14],[6,-18],[13,10],[-14,35],[7,10],[-2,17],[5,-11],[4,5],[-3,8],[12,12],[32,-83],[4,-48],[32,-78],[5,-29],[-15,-21],[11,-35],[-23,-24],[-6,6],[1,-23],[-18,-45],[-17,-21],[-21,-7],[-5,-19],[2,-16],[-12,-21],[12,-21],[8,-49],[12,-14],[11,4],[13,-13],[7,-32],[-2,-57],[12,-30],[-3,-23],[4,-6],[17,22],[11,2],[-9,22],[3,33],[-7,20],[3,27],[-4,21],[5,31],[11,14],[3,-13],[13,6],[13,-10],[19,8],[0,26],[8,13],[8,30],[7,4],[-17,53],[48,70],[18,-3],[12,6],[9,30]],[[8175,4511],[2,-3],[4,-3],[21,-7],[1,-2],[0,-18],[4,-23],[-3,-29],[-3,-15],[1,-16],[-2,-10],[-7,-26],[-4,-21],[-1,-9],[5,-2],[3,0],[4,-2],[8,-8],[0,-3],[0,-4],[-3,-11],[-7,-18],[-7,-4],[-8,-2],[-7,-3],[-5,-5],[-6,-14],[-3,-16],[-1,-2],[-1,-2],[-2,-2],[-10,-12],[-4,-21],[-38,-1],[-1,0],[-6,0],[-3,0],[-2,-2],[-8,-16],[-2,-19],[0,-14],[1,-3],[2,-4],[-1,-24],[2,-10],[1,-4],[3,-4],[7,-8],[4,-27],[3,-27],[-9,-2],[-4,-3],[-4,-22],[2,-23],[1,-13],[-2,-9],[-7,-16],[-2,-3],[-8,-1],[-13,-7],[-7,-4],[-10,-9],[-4,-2],[-10,0],[-5,-1],[-3,-5],[-3,-5],[-7,-7],[-5,-3],[-6,-6],[-4,-8],[-5,-16],[-4,-1],[-13,0],[-4,-7],[-1,-4],[0,-3],[1,-17],[-2,-24],[0,-9],[4,-13],[1,-8],[0,-4],[0,-11],[-3,-15],[-2,-13],[-1,-13],[-5,-17],[-5,-15],[-5,-26],[-14,-17],[-12,-7],[-5,-19],[-3,-26],[0,-16],[12,-3],[10,-14],[11,-18],[6,-11],[20,-18],[3,-3],[1,-6],[1,-12],[1,-11],[1,-10],[1,-3],[0,-11],[-2,-12],[-7,-13],[-7,-11],[-5,-6],[-6,-10],[-3,-10],[-3,-20],[-3,-7],[-5,-6],[-4,-6],[-2,-5],[-2,-10],[-2,-7],[-6,-3],[-7,2],[-11,14],[-11,9],[-4,0],[-12,-12],[-15,-12],[-9,9],[-16,16],[-5,-5],[-1,-1],[-3,-15],[0,-3],[1,-11],[3,-19],[5,-15],[6,-21],[6,-12],[6,-2],[2,0],[4,3],[4,-1],[3,-7],[0,-12],[-1,-2],[-11,-16],[-8,-16],[-8,-7],[-5,-5],[-16,-6],[-8,-14],[-4,-28],[-3,-31],[0,-3],[-2,-10],[-15,8],[-12,6],[-11,6],[-8,13],[-8,13],[-11,9],[-2,0],[-17,-26],[-4,2],[-17,-2],[-14,5],[-7,-12],[-11,-25],[-5,-12],[0,-8],[-5,-20],[-5,-27],[-6,-24],[-3,-15],[4,-8],[3,-3],[9,-6],[6,-1],[7,-10],[-7,-19],[-2,-8],[-10,-26],[-5,-23],[1,-2],[-11,-25],[-9,-22],[-3,-10],[-14,2],[-9,-15],[2,-12],[1,-8],[-8,-40],[-5,-28],[-6,-30],[-2,-9],[-2,-9],[5,-21],[4,-14],[5,-17],[4,-13],[3,-24],[14,2],[18,-4],[5,-15],[4,-11],[4,-14],[9,-23],[9,-26],[-3,-1],[-3,-3],[-1,-2],[0,-5],[-1,-20],[0,-5],[-1,-1],[-1,-5],[-11,-23],[0,-1],[0,-1],[-10,-28],[-1,-4],[-9,-26],[0,-5],[10,-24],[-19,-13],[-12,13],[-24,6],[-9,4],[-7,3],[-2,0],[-11,-1],[-21,12],[-9,-9],[-4,-32],[-15,4],[-5,-37],[-3,-24],[-4,-34],[0,-5],[-2,-15],[1,-3],[3,-76],[-6,-14],[-7,-17],[-8,-4],[-7,-5],[-6,-15],[2,-31],[-2,-9],[-5,-8],[11,-51],[-9,-13],[-6,-8],[-6,0],[-15,2],[-3,0],[-3,-2],[0,-2],[-6,6],[-4,19],[-33,-13],[-11,3],[-3,-24],[-2,-17],[-3,-25],[-1,-17],[-4,-24],[-4,-26],[-3,-2],[-12,-9],[-12,-13],[-8,-17],[-14,3],[-7,-36],[-9,7],[-21,8],[-7,3],[-5,0],[-5,15],[-4,15],[-3,15],[-6,20],[-14,-11],[-6,-3],[-14,-5],[-17,-5],[-29,5],[-14,5],[-13,9],[-2,10],[-6,40],[-12,-4],[-4,-2],[-16,-5],[-5,-50],[-46,34],[-13,28],[-9,20],[-5,3],[-6,2],[-41,-17],[-11,-5],[-18,-6],[-15,-6],[-6,-2],[-10,-4],[-16,-7],[-8,1],[-12,8]],[[6354,3744],[-24,195],[37,53],[16,53],[24,47],[26,-32],[30,-11],[58,34],[13,23],[0,28],[11,8],[10,-13],[33,-5],[10,4],[14,18],[12,-3],[50,-60],[46,48],[31,-11],[16,37],[24,36],[11,49],[-3,36],[-22,-1],[-10,14],[12,11],[17,-15],[4,10],[-6,25],[-13,17],[1,8],[9,0],[-16,9],[5,64],[8,14],[-11,42],[-13,1],[8,79],[13,-2],[10,-14],[7,46],[27,27],[15,7],[5,-25],[0,-36],[68,3],[8,4],[-13,29],[34,22],[19,31],[3,-5],[5,34],[19,-17],[0,-12],[7,6],[0,15],[-21,24],[-6,18],[13,47],[-12,3],[6,23],[-5,59],[35,14],[-10,10],[-2,36],[-18,51],[68,92],[23,-5],[12,29],[12,5],[10,17],[19,-4],[14,78],[18,59],[15,18],[15,-17],[6,23]],[[7191,5249],[26,-1],[7,-26],[9,3],[46,-123],[21,11],[-7,54],[10,-6],[85,-114],[125,-35],[30,-51],[15,10],[21,-21],[20,-1],[37,4],[11,10],[-10,-69],[8,-7],[0,-42],[12,-23],[-24,-25],[6,-59],[-11,-18],[-82,-76],[12,-80],[-11,-49],[21,-58],[11,10],[147,-106],[89,-10],[9,-7],[6,-20],[20,7],[6,-43],[-18,-4],[2,-21],[-9,-2],[-3,-28],[29,47],[42,-25],[11,-27],[3,8],[7,-8],[16,36],[3,-8],[3,8],[4,-6],[15,16],[5,-12],[6,19],[12,-20],[7,3],[7,33],[13,-7],[22,8],[-14,59],[6,36],[11,15],[6,35],[10,-13],[41,-3],[30,34],[-7,20],[9,-1],[5,9],[-4,3],[2,14],[11,11],[7,4],[3,-25],[16,4],[10,11]],[[2833,5607],[-3,20],[29,39],[51,26],[-11,25],[-1,26],[18,62],[20,24],[5,15],[2,32],[-8,31],[19,19],[3,13],[-8,39],[1,16],[33,26],[20,-41],[11,3],[19,26],[12,-14],[10,4],[11,18],[1,13],[-4,9],[5,37],[-10,31],[16,1],[28,-44],[34,-20],[-2,-20],[4,-24],[-3,-10],[10,-30],[45,-39],[11,-39],[39,-46],[21,26],[7,33],[18,-20],[51,28],[-39,63],[1,20],[27,57],[12,7],[21,-39],[11,8],[17,46],[12,18],[12,57],[13,4],[5,19],[15,-26],[8,5],[10,-33],[18,-23],[1,15],[9,6],[-2,22],[4,9],[-4,12],[10,-3],[9,21],[-2,7],[13,-7],[9,15],[8,-16],[10,-5],[13,-26],[24,-9],[-20,45],[1,21],[-15,8],[-31,57],[-5,33],[-4,-3],[-2,29],[6,0],[-16,44],[5,21],[50,7],[17,-18],[22,62],[19,-7],[21,25],[12,-1],[12,-14],[36,-19],[7,10],[1,13],[11,-2],[21,8],[30,-9],[35,24]],[[3795,6460],[18,-56],[-12,-46],[4,-56],[23,-58],[21,-67],[-3,-1],[10,-17],[18,-9],[14,12],[9,-16],[7,-34],[27,-42],[8,-33],[0,-44],[7,-31],[-5,-11],[3,-23],[-38,-45],[-9,-33],[33,-57],[16,-54],[21,-30],[10,-34],[30,-52],[3,4],[21,-28],[21,-40],[8,-21],[-15,-33],[15,1],[20,-15],[-11,-52],[8,-30],[30,-12],[29,-1],[1,-34],[-19,-129],[-37,-108],[-13,-112],[0,-75],[3,0],[28,-210],[9,-27],[67,-98],[29,-68]],[[4415,6576],[-1,-16],[29,-27],[15,6],[3,-12],[-3,-3],[23,-37],[-13,-25],[10,-14],[9,8],[25,-42],[-20,-17],[29,-39],[-5,-8],[19,-24],[7,-5],[5,8],[8,-8],[8,9],[17,-26],[36,15],[20,-59],[7,-42],[81,25],[4,-18],[-11,-25],[1,-36],[21,-49],[3,-41],[6,-14],[-7,-12],[-43,-10],[-14,-25],[-16,-48],[-22,6],[-8,-38],[-8,6],[-11,-34],[-14,11],[-2,13],[-2,-10],[-5,4],[-21,-40],[13,-19],[-30,-42],[-20,-76],[-19,-45],[-43,-16],[-14,-25],[-11,25],[-52,79],[10,29],[-16,13],[-15,49],[-19,-8],[-15,-17],[6,-15],[-4,-7],[-12,7],[-4,-22],[-5,6],[-5,-14],[-9,12],[-12,-11],[-3,11],[-13,-1],[-6,10],[-51,-24],[-27,-40],[-7,11],[-6,25],[-2,44],[15,13],[-8,68],[30,47],[2,54],[-12,14],[16,14],[2,19],[-5,29],[-23,47],[-13,14],[-11,-14],[-17,32],[6,22],[7,-3],[1,9],[-1,14],[-16,13],[16,36],[-14,17],[-2,-5],[-10,5],[5,8],[7,-7],[1,73],[-10,-5],[-4,6],[22,25],[-11,18],[7,5],[-13,51],[20,24],[51,-19],[10,35],[-10,7],[8,12],[16,-16],[4,6],[7,-8],[29,15],[19,-2],[-13,61],[19,18],[32,-1],[25,-9],[-13,-70],[8,-5],[38,97],[14,-10]],[[4030,7307],[4,-15],[54,-17],[22,-26],[12,-100],[6,-16],[19,-13],[-6,-17],[3,-37],[-9,-26],[2,-10],[5,-13],[11,-8],[6,-22],[9,-9],[-12,-37],[-18,-15],[-27,34],[-14,3],[-10,-1],[-6,-16],[-11,-2],[-9,8],[-4,-7],[-19,-5],[3,-25],[-5,-27],[5,-9],[-13,-14],[19,-51],[7,-34],[-3,-43],[4,-18],[-32,19],[-20,-10],[-26,13],[-26,37],[-21,11],[2,-15],[-4,-21],[-27,-6],[-18,8],[38,-46],[6,-24],[6,-7],[-14,-8],[-3,4],[-37,-46],[-9,-37],[-28,-22],[1,-47],[-34,-35],[-14,-27]],[[2609,5801],[-12,11],[1,32],[12,51],[9,14],[-1,12],[7,22],[-11,29],[3,12],[-10,38],[-10,-5],[-8,24],[22,20],[-18,22],[6,11],[-5,16],[14,7],[9,-4],[-8,33],[30,42],[8,-7],[-5,19],[7,10],[-15,28],[-14,50],[-3,-5],[-6,15],[-1,65],[4,5],[1,-17],[32,-17],[40,24],[-12,27],[-4,-16],[-31,28],[27,75],[-16,16],[14,24],[17,85],[-57,35],[-11,40],[9,23],[11,95],[-16,44],[18,73],[-12,123]],[[2624,7030],[1,-1],[3,0],[3,0],[2,1],[3,1],[2,1],[2,1],[10,9],[3,2],[2,1],[2,0],[3,1],[30,-1],[3,0],[3,1],[3,2],[2,1],[3,2],[2,3],[2,3],[2,3],[7,11],[5,8],[6,8],[2,1],[3,1],[2,1],[2,1],[3,0],[2,0],[2,-1],[3,-1],[2,-1],[2,-2],[2,-2],[18,-22],[2,-2],[3,-1],[2,-1],[3,-1],[3,0],[3,0],[2,1],[3,1],[3,1],[2,2],[8,8],[5,5],[7,6],[3,2],[3,3],[3,1],[3,1],[4,1],[3,1],[4,0],[3,0],[64,0],[3,-1],[3,0],[3,-1],[2,-1],[7,-5],[4,-2],[5,-2],[4,-2],[4,-2],[5,-1],[12,-2],[9,-1],[6,-2],[6,-4],[18,-7],[4,-2],[14,-8],[6,-4],[6,-4],[7,-3],[4,-2],[3,-1],[21,-1],[4,-1],[3,0],[3,1],[6,1],[10,5],[5,1],[5,0],[13,-1],[2,0],[5,-2],[10,-3],[5,-1],[8,-1],[12,-1],[4,-2],[11,-4],[1,-1],[3,-2],[5,-6],[9,-7],[7,-4],[2,0],[9,-3],[1,0],[2,0],[2,0],[7,1],[10,3],[1,1],[10,4],[9,3],[7,2],[6,2],[11,5],[13,5],[14,7],[6,3],[4,2],[21,9],[4,2],[1,1],[5,5],[10,9],[5,4],[4,1],[2,1],[5,2],[6,1],[6,1],[3,0],[3,1],[6,3],[13,6],[2,0],[8,1],[1,0],[1,1],[2,1],[3,2],[6,8],[6,9],[7,7],[2,2],[3,2],[2,1],[2,0],[1,1],[4,0],[2,0],[9,-3],[2,-1],[2,-2],[10,-6],[4,-4],[5,-5],[6,-11],[3,-4],[2,-2],[2,-3],[2,-1],[3,-2],[3,0],[3,0],[8,2],[2,1],[7,3],[9,3],[5,2],[4,2],[3,2],[5,3],[5,5],[3,3],[1,1],[3,6],[2,3],[3,3],[3,2],[2,1],[2,0],[13,0],[2,0],[10,3],[2,1],[11,1],[2,0],[2,0],[5,-2],[14,-6],[7,-3],[6,-3],[21,-11],[5,-2],[11,-3],[2,-1],[2,0],[2,0],[2,1],[15,3],[13,4],[2,0],[5,-1],[3,1],[13,2],[8,2],[3,2],[6,3],[3,2],[9,8],[15,15],[2,2],[5,7],[5,6],[2,1],[2,2],[7,3],[5,5],[2,2],[6,10],[8,12],[5,6],[6,6],[2,3],[3,6],[2,4],[2,6],[1,2],[0,3],[1,9],[0,4],[0,5],[0,8],[0,4],[2,9],[1,6],[1,4],[2,6],[3,6],[5,7],[3,3],[2,1],[5,2],[16,7],[10,5],[10,5],[3,2],[6,1],[17,6],[2,1],[4,1],[4,0],[7,-1],[5,-1],[2,-1],[5,-3],[6,-5],[2,-1],[2,-1],[3,-1],[6,0],[3,0],[7,-1],[11,-3],[7,-2],[10,-3],[1,8]],[[6950,6747],[-8,-63],[5,-14],[1,-39],[23,-103],[18,-5],[17,-29],[25,-17],[48,12],[44,37],[42,-37],[30,-65],[3,-100],[-5,-40],[-13,-24],[13,-61],[-1,-21],[23,-22],[-14,-21],[-7,-40],[38,-331],[16,-80],[-20,-374],[-37,-61]],[[5868,4460],[27,91],[-6,21],[-25,15],[-18,115],[-21,49],[2,12],[-18,43],[6,9],[-2,12],[-14,46],[12,71],[43,68],[21,59],[-21,93],[-7,7],[-1,36],[-20,15],[-47,64],[-67,36],[22,106],[21,72],[-38,88],[-4,18],[5,30],[-3,14],[-38,73],[-63,54],[-100,109],[-24,41],[-20,12],[3,12],[-11,43],[-22,53],[-67,76],[-17,27],[25,44],[9,53],[31,56],[-20,22],[-14,-30],[-16,20],[-16,-14],[-15,24],[-11,-24],[-16,-16],[-10,-31],[-12,-5],[-30,58],[-44,50],[9,40],[-12,9],[23,94]],[[5237,6500],[14,11],[8,-2],[25,-26],[10,2],[-4,77],[55,47],[27,5],[30,-26],[60,-69],[17,35],[9,7],[12,52],[17,20],[23,14],[-3,44],[9,86],[52,-46],[48,38],[25,6],[15,34],[13,-14],[17,3],[11,-16],[1,-20],[6,-13],[-3,-13],[4,-2],[5,-94],[17,-44],[-15,-72],[-5,-5],[21,-49],[22,-14],[16,-20],[98,-60],[11,24],[22,19],[-27,27],[-20,58],[104,59],[53,3],[7,-86],[16,-12],[2,-19],[8,-12],[-4,-16],[3,-15],[43,-22],[-7,-27],[46,-18],[16,-51],[8,-33],[-1,-34],[-21,-78],[5,-15],[68,-141],[39,-6],[24,19],[2,-32],[-7,-3],[6,-11],[-3,-28],[15,-14],[17,-2],[35,13],[26,34],[10,23],[3,43],[28,42],[26,-6],[27,24],[12,29],[11,79],[85,51],[9,20],[9,6],[28,44],[44,26],[36,35],[7,15],[-7,49],[34,-4],[24,23],[7,19],[1,23],[-16,16],[-3,20],[9,18],[22,14],[-2,21],[6,30],[-7,26],[1,17],[24,30],[37,-6],[22,47]],[[6867,6731],[-11,46],[15,26],[32,27],[7,-1],[27,-42],[16,-5],[-3,-35]],[[785,6001],[3,5],[13,20],[3,9],[2,10],[-1,6],[0,4],[1,2],[3,12],[2,5],[9,21],[1,4],[-1,5],[-1,4],[-2,8],[-3,8],[-7,17],[-5,13],[-1,6],[-4,16],[-2,8],[-1,6],[6,17],[2,5],[2,3],[5,6],[1,-2],[4,-8],[6,-7],[15,10],[9,7],[5,4],[1,3],[5,11],[2,12],[1,2],[2,4],[3,2],[5,5],[4,5],[0,9],[-2,15],[-1,11],[7,11],[3,4],[3,3],[3,5],[1,2],[-1,2],[-4,9],[-1,1],[-2,0],[-12,7],[-7,8],[-3,9],[-3,10],[-3,13],[1,4],[-3,6],[-3,3],[-4,3],[-7,-1],[-5,-2],[-5,2],[-5,4],[-5,11],[-1,14],[9,13],[4,15],[1,6],[1,5],[0,6],[-3,11],[-4,17],[-5,19],[-1,4],[0,5],[1,2],[1,3],[1,10],[1,12],[-8,-1],[-3,0],[-4,2],[-4,32],[-5,20],[-5,9],[-6,5],[-15,10],[-5,2],[-3,0],[-2,-1],[-1,0],[-11,-7],[-11,-12],[-1,-1],[-6,-2],[-13,-8],[-6,-4],[-3,-1],[-5,-2],[-3,0],[-6,3],[-11,4],[-10,8],[-1,1],[-5,5],[-3,4],[-8,12],[-9,14],[-7,8],[-5,4],[-15,13],[-12,10],[-9,6],[-9,3],[-3,-7],[-1,-2],[-5,-6],[-3,-4],[-8,1],[-15,7],[-10,21],[-1,4],[-2,4],[-2,2],[-14,4],[-13,5],[-7,4],[-5,3],[-12,6],[-6,1],[-1,0],[-3,2],[-15,12],[-5,6],[-1,3],[-2,3],[-1,2],[0,2],[1,2],[4,6],[1,1],[3,3],[4,1],[3,2],[4,3],[4,4],[5,6],[2,3],[1,3],[-1,4],[0,3],[0,7],[1,9],[3,10],[1,6],[1,16],[1,18],[3,3],[3,1],[3,0],[7,-34],[2,-11],[1,-2],[2,-2],[6,-5],[6,0],[5,-1],[2,0],[1,6],[0,10],[4,16],[10,14],[6,14],[12,14],[7,6],[9,3],[13,7],[18,13],[5,1],[3,1],[5,3],[6,5],[2,8],[2,5],[2,4],[3,5],[5,8],[-1,7],[-2,5],[-1,2],[-13,27],[-5,11],[2,11],[1,1],[5,6],[5,8],[3,9],[-2,9],[2,6],[1,2],[27,0],[25,12],[8,7],[11,2],[17,8],[2,2],[5,0],[4,-3],[3,-2],[4,-4],[3,-2],[5,-1],[3,0],[1,0],[4,5],[2,2],[3,0],[5,-10],[1,-5],[1,-7],[0,-3],[-1,-5],[1,-3],[1,-4],[5,-6],[4,-4],[10,-8],[10,-1],[15,-7],[17,-5],[9,-2],[15,-4],[10,-2],[2,-1],[7,-2],[16,-4],[0,-28],[1,-17],[5,-16],[22,-80],[0,-1],[9,-32],[4,-15],[12,0],[7,1],[11,0],[51,2],[15,1],[21,0],[1,4],[5,15],[0,5],[2,11],[7,36],[1,6],[3,4],[5,5],[6,5],[11,12],[7,12],[5,12],[2,5],[3,-7],[3,-13],[3,-86],[5,-6],[5,0],[4,0],[4,0],[42,-2],[3,1],[32,8],[19,5],[15,3],[26,7],[2,1],[19,6],[15,6],[28,10],[30,11],[3,1],[11,2],[14,2],[17,3],[33,6],[-2,3],[-21,40],[-4,7],[-1,2],[-6,17],[0,4],[0,14],[1,21],[0,18],[0,17],[-1,8],[0,9],[0,7],[-3,5],[-1,6],[-2,24],[1,4],[0,2],[-5,36],[-4,0],[-4,30],[-6,15],[-5,12],[4,13],[12,15],[15,22],[4,0],[-2,5],[-7,12],[-7,14],[-6,11],[-10,21],[-8,8],[-1,16],[7,17],[-11,14],[-4,4],[-44,51],[-2,3],[2,6],[5,16],[2,10],[3,3],[3,0],[13,-2],[16,-3],[14,11],[-1,7],[21,6],[3,2],[19,11],[4,-10],[7,-1],[28,88],[-5,6],[-5,8],[-1,5],[-1,5],[3,5],[4,6],[3,4],[9,39],[3,9],[2,11],[-15,13],[-17,12],[1,2],[6,13],[3,4],[1,1],[4,7],[7,18],[4,14],[4,14],[3,8],[4,8],[2,4],[-5,6],[-3,3],[-2,2],[-7,5],[-9,6],[-4,5],[-3,8],[15,18],[6,6],[4,6],[2,3],[2,3],[3,8],[2,3],[1,2],[2,2],[7,7],[10,12],[5,9],[7,11],[7,9],[5,5],[7,7],[6,5],[6,10],[2,3],[2,2],[3,4],[3,3],[9,7],[9,6],[6,5],[10,7],[6,4],[7,3],[7,2],[15,-3],[6,-5],[4,-4],[8,-1],[11,7],[10,12],[2,3],[2,-4],[2,-2],[1,-3],[1,-5],[1,-7],[1,-13],[0,-3],[0,-8],[0,-5],[0,-5],[0,-4],[1,-5],[1,-3],[2,-4],[1,-2],[2,-2],[2,-3],[7,-5],[3,-2],[6,-3],[2,-1],[3,-2],[8,-4],[6,-4],[3,-1],[2,0],[6,0],[6,1],[4,1],[6,4],[4,1],[8,0],[6,0],[6,0],[18,-2],[2,0],[7,-3],[3,-2],[3,-2],[2,-2],[1,-2],[5,-9],[4,-8],[3,-6],[3,-10],[2,-5],[4,-7],[3,-5],[4,-6],[3,-3],[4,-6],[3,-3],[2,-4],[2,-4],[3,-6],[2,-4],[4,-11],[5,-15],[2,-5],[2,-2],[4,-5],[5,-4],[12,-10],[4,-3],[5,-3],[2,-2],[2,-2],[1,-2],[3,-6],[2,-3],[1,-5],[1,-5],[1,-7],[0,-2],[1,-3],[3,-10],[4,-9],[2,-4],[4,-5],[2,-2],[12,-18],[10,-19],[0,-1],[1,-2],[4,-15],[1,-3],[0,-5],[0,-8],[0,-3],[1,-3],[0,-3],[4,-11],[5,-17],[1,-3],[3,-5],[1,-2],[1,-3],[4,-16],[1,-3],[0,-4],[1,-7],[1,-4],[1,-4],[1,-3],[2,-3],[3,-4],[2,-3],[4,-4],[4,-2],[3,-3],[3,-1],[4,-2],[4,0],[3,-1],[2,-2],[4,-2],[4,-5],[12,-16],[3,-4],[3,-6],[2,-2],[2,-3],[2,-1],[3,-2],[4,-1],[4,-1],[3,0],[10,0],[3,1],[3,1],[1,1],[3,0],[3,-1],[2,-1],[2,-2],[2,-3],[2,-4],[5,-14],[2,-5],[1,-3],[2,-4],[2,-3],[2,-1],[3,-2],[2,-3],[1,-3],[2,-3],[0,-3],[1,-6],[-1,-2],[0,-3],[-1,-2],[0,-5],[0,-3],[1,-8],[1,-2],[1,-3],[1,-2],[1,-2],[1,-2],[1,-4],[2,-12],[1,-4],[0,-3],[0,-3],[1,-4],[0,-2],[2,-3],[8,-14],[2,-3],[1,-4],[3,-13],[2,-4],[6,-13],[2,-3],[2,-2],[3,-2],[2,0],[1,0],[2,1],[1,1],[2,3],[14,16],[2,2],[2,1],[18,6],[3,0],[2,0],[2,0],[3,-1],[1,-1],[1,-2],[5,-8],[3,-5],[6,-13],[18,-37],[4,-5],[4,-5],[4,-5],[4,-4],[8,-8],[4,-3],[3,-4],[2,-2],[5,-6],[6,-7],[5,-7],[2,-3],[8,-11],[13,-17],[2,-2],[5,-4],[3,-3],[2,-3],[4,-4],[1,-3],[3,-3],[2,-4],[2,-5],[3,-6],[6,-21],[5,-11],[3,-6],[2,-2],[2,-2],[2,-2],[2,-1],[6,-3],[2,-1],[6,0],[2,-1],[3,1],[2,0],[3,-1],[3,0],[3,-1],[10,-6],[5,-4],[4,-1],[3,-1],[16,0],[2,-1],[2,-1],[2,-1],[2,-1],[2,-2],[2,-2],[3,-3],[2,-4],[2,-4],[2,-5],[2,-4],[1,-2],[2,-3],[1,-2],[2,-1],[2,-1],[2,-1],[2,0],[2,0],[2,0],[2,1],[6,2],[2,2],[2,2],[2,1],[3,3],[2,3],[1,1],[2,1],[2,1],[2,1],[6,0],[2,0],[5,-2],[5,-2],[1,-1],[9,-8],[2,-1],[2,-1],[2,0],[2,-1],[2,1],[2,0],[16,5],[2,1],[9,4],[11,5],[4,2],[3,1],[3,1],[2,1],[3,0],[4,-1],[4,-2],[5,-3],[10,-6],[12,-8],[2,-1],[3,-1],[1,0]],[[5096,7014],[53,-81],[-4,-37],[-7,4],[-6,-20],[9,-12],[-14,-19],[23,-72],[0,-21],[10,-22],[14,-17],[31,-15],[-11,-32],[8,-7],[1,-17],[20,-48],[-5,-63],[19,-35]],[[4030,7307],[1,2],[7,16],[3,5],[1,4],[1,2],[-1,3],[-6,8],[-1,1],[-2,0],[-1,-1],[-6,-3],[-4,-1],[-2,0],[-2,1],[-2,2],[-9,10],[-6,10],[-7,21],[-1,3],[-1,9],[0,5],[1,7],[0,4],[0,3],[-1,1],[-10,15],[-10,5],[-6,2],[-7,3],[-4,2],[-1,1],[-1,2],[-1,6],[-4,10],[-5,8],[-11,5],[-15,5],[-2,-1],[-1,1],[-6,9],[-2,18],[1,10],[-1,17],[-2,20],[-4,20],[0,16],[1,15],[1,16],[-1,12],[-2,12],[-1,4],[-1,5],[0,2],[1,3],[0,3],[1,2],[1,2],[2,3],[5,7],[8,14],[1,3],[1,2],[1,6],[2,15],[1,12],[-2,20],[0,1],[4,26],[2,3],[0,3],[1,3],[-1,2],[0,3],[-8,17],[-9,20],[-10,10],[-1,2],[-1,2],[-2,4],[-1,4],[0,4],[0,2],[1,3],[1,4],[1,3],[1,1],[13,20],[2,2],[1,2],[2,1],[2,0],[19,3],[14,-2],[5,-2],[1,0],[2,0],[2,0],[2,1],[3,3],[6,7],[3,3],[2,3],[7,12],[1,3],[1,3],[0,2],[1,3],[2,27],[-1,20],[-2,18],[-2,18],[6,15],[3,5],[3,4],[1,4],[2,6],[1,3],[0,3],[0,4],[0,3],[-1,3],[-1,3],[-1,2],[-2,13],[1,12],[8,-4],[6,23],[10,8],[17,0],[11,-4],[10,-2],[13,-7],[10,12],[4,4],[1,12],[2,7],[5,0],[5,-7],[18,-8],[9,-2],[7,4],[2,1],[4,2],[5,3],[8,7]],[[4150,8144],[44,-106],[14,6],[10,-13],[8,11],[14,5],[7,-6],[9,-31],[7,-6],[-8,-25],[10,2],[-8,-29],[4,-3],[0,-34],[-23,-14],[8,-29],[-78,-89],[11,-19],[-9,-16],[22,-34],[6,-28],[8,-18],[31,-26],[22,-56],[16,-21],[22,-9],[25,-40],[-2,-39],[5,-20],[12,-10],[4,5],[9,-3],[14,-20],[-1,-26],[18,-18],[1,-9],[6,8],[-6,8],[6,-8],[9,2],[7,22],[11,12],[50,-4],[31,-18],[6,5],[1,10],[14,-6],[3,7],[41,-25],[1,-11],[18,-12],[15,-35],[5,5],[27,-5],[12,8],[22,-10],[72,28],[46,-50],[30,1],[7,9],[19,3],[27,-22],[20,2],[30,-50],[-28,-20],[-9,-55],[-8,-12],[-1,-20],[14,4],[13,-14],[17,-2],[3,-27],[-4,-17],[-14,-22],[-1,-38],[28,-83],[19,-11],[3,-34],[14,-51],[35,28],[12,1],[3,9],[-3,19],[-7,8],[-22,3],[3,20],[7,18],[33,19],[2,17],[10,8],[21,56],[44,-40]],[[8868,6531],[0,-1],[0,-7],[0,-3],[-1,-10],[-5,-14],[-6,-19],[-1,-5],[-2,-6],[-6,-11],[-1,-2],[-2,-2],[-6,-1],[-4,-4],[-2,-2],[-2,-4],[0,-4],[-1,-10],[-1,-2],[-2,-6],[-1,-5],[-3,-6],[-1,-4],[-6,-10],[-4,-2],[-7,13],[-9,3],[-8,-9],[-15,-18],[-2,-2],[-3,-4],[-5,-8],[-3,-7],[-1,-5],[10,-13],[14,-19],[-12,-28],[-2,-3],[-8,12],[-15,24],[-3,-2],[-1,-5],[-5,-16],[-6,-13],[-2,-3],[-5,-10],[-6,-12],[-6,-15],[-7,-26],[-7,-28],[-3,-26],[-1,-15],[0,-3],[-4,-16],[-1,-7],[0,-26],[2,-5],[7,-18],[5,-26],[6,-26],[16,-11],[-4,-24],[1,-28],[2,-6],[6,-26],[-3,-8],[-5,-9],[8,-22],[1,-10],[-2,-6],[-10,-40],[-3,-11],[-2,-14],[-2,-11],[-4,-6],[-3,-6],[-4,-16],[-6,-20],[-16,2],[-3,2],[-2,2],[-1,7],[-2,3],[-7,2],[-5,0],[-1,-3],[-2,-2],[-2,-2],[-7,-4],[-5,0],[0,6],[-20,4],[-1,-4],[-1,-3],[-2,-5],[-10,-11],[-1,0],[-5,1],[-4,1],[-3,-2],[-7,-6],[-1,-6],[0,-18],[-4,-16],[-1,-4],[-7,-13],[-7,-11],[-2,-13],[-1,-16],[0,-4],[-2,-10],[-5,-13],[-4,-10],[-7,-17],[-5,-13],[-3,-9],[-5,-10],[-9,-16],[-1,-5],[-3,-30],[-3,-18],[-3,-18],[-7,-17],[-3,-8],[-6,-5],[0,-7],[0,-5],[2,-5],[2,-4],[6,-9],[3,-9],[1,-15],[-3,-7],[-7,-13],[-4,-5],[-4,-2],[-6,-4],[-8,-17],[-1,-5],[-7,-32],[-13,-31],[-1,-3],[-4,-29],[-2,-21],[2,-7],[8,-6],[6,-1],[2,-30],[0,-19],[0,-19],[0,-15],[-2,-32],[-8,-6],[-8,-4],[-12,-24],[-14,-9],[-13,-8],[-8,-14],[-4,-11],[-2,-6],[-4,-25],[-3,-16],[-5,-28],[-2,-26],[-1,-12],[-1,-10],[-3,-9],[-5,-11],[-5,-12],[-1,-16],[2,-23],[1,-9],[0,-2],[-1,-3],[-2,-2],[-13,6],[-13,5],[-3,0],[-9,-3],[-16,-8],[-11,-7],[-30,-18],[-8,-22],[-5,-16],[-1,-3],[-6,-13],[2,-13],[3,-16],[-12,-12],[-10,-11],[5,-18],[-7,-9],[-5,-5],[-5,-5],[-7,-8],[-7,-19],[-5,-11],[-6,-8],[-7,-1],[-2,0],[-5,-3],[-3,-2],[-5,-6],[-5,-2],[-1,0],[-10,0],[-2,-1],[-1,-1],[1,-5],[0,-8],[2,-10],[2,-8],[2,-2],[7,-23],[1,-5],[1,-3]],[[6950,6747],[8,-7],[5,19],[12,-20],[13,4],[-1,-19],[9,-23],[12,-10],[13,1],[4,22],[-36,42],[-4,48],[62,-16],[10,16],[1,12],[-9,6],[-12,-9],[-6,45],[6,26],[6,-1],[5,-25],[12,-17],[22,29],[13,7],[12,-7],[-1,38],[17,20],[7,22],[25,9],[29,-6],[15,10],[5,32],[-8,13],[1,16],[10,15],[-7,9],[-2,18],[16,26],[26,-1],[16,-37],[12,46],[-3,9],[4,12],[4,-3],[8,33],[-7,9],[3,7],[8,-3],[6,39],[10,6],[-2,34],[9,22],[-2,9],[18,41],[-8,46],[-12,9],[-15,34],[4,8],[-13,12],[14,27],[15,-4],[-1,12],[17,9],[6,75],[-5,16],[20,43],[36,17],[5,30],[-3,9],[-22,-1],[-7,19],[-3,-16],[-6,-7],[-9,5],[6,27],[26,26],[14,99]],[[7383,7810],[8,-15],[10,13],[17,-27],[9,40],[35,-7],[12,-19],[18,-2],[53,-57],[3,-21],[10,-14],[31,-22],[0,-44],[13,-25],[40,19],[10,10],[0,11],[23,13],[53,6],[4,-9],[18,-3],[15,10],[48,-1],[24,7],[2,20],[97,-10],[4,29],[17,0],[7,26],[73,-41],[-18,-84],[2,-56],[17,-5],[-15,-46],[-17,-173],[0,-98],[-4,-27],[80,-66],[30,-59],[-1,-13],[16,-16],[0,-35],[14,-25],[64,-11],[1,16],[31,7],[8,-13],[19,-78],[15,7],[30,-12],[24,5],[8,-5],[-2,-37],[-9,-28],[46,-6],[11,-39],[32,-6],[13,-12],[10,1],[23,22],[4,33],[18,13],[19,32],[6,100],[31,8],[23,16],[3,-14],[9,2],[4,-15],[4,4],[2,-9],[11,-7],[3,-21],[13,-8],[4,-17],[40,-17],[-8,-36],[-2,-64],[18,1],[10,-32],[8,0],[5,-11],[4,4],[-12,-58],[1,-23],[8,-29],[15,-14],[4,-32],[7,2],[0,23],[26,31],[26,83],[5,37],[15,5],[12,-25],[30,-22],[-3,-29],[7,-48],[-4,-19],[21,-67],[0,-28],[10,-8],[6,-15]],[[5096,7014],[21,37],[21,21],[19,37],[16,-9],[10,-19],[13,31],[6,18],[-6,5],[10,37],[-19,90],[31,27],[4,-7],[-6,-11],[7,-5],[0,-14],[8,1],[2,-11],[7,8],[-2,27],[24,4],[3,32],[28,-16],[23,8],[-6,23],[9,21],[4,36],[8,6],[9,27],[35,51],[6,17],[-2,38],[6,14],[-1,15],[-10,-1],[0,10],[12,19],[1,22],[13,7],[37,-64],[16,-4],[19,-34],[15,-5],[11,7],[9,49],[9,2],[-21,38],[-13,-8],[3,-11],[-6,-1],[-12,4],[-20,26],[8,10],[-7,5],[3,16],[-3,33],[10,1],[9,12],[17,7],[27,3],[17,-7],[10,11],[12,0],[24,-47],[23,7],[7,-10],[7,26],[3,-20],[3,15],[14,11],[2,32],[9,34],[25,8],[15,13],[2,21],[-8,54],[17,7],[4,15],[12,8],[-16,32],[7,32],[15,3],[8,28],[11,-10],[42,11],[0,7],[-8,21],[-10,0],[-5,8],[-4,23],[3,25],[-8,36],[5,10],[-8,26],[5,8],[9,-3],[-14,12],[-6,18],[-3,-4],[-10,11],[-5,9],[2,5],[-10,9],[0,19],[-20,9],[2,21],[-9,20],[12,20],[7,-11],[36,34],[19,1],[20,18],[14,-3],[11,30],[-2,26],[16,5],[21,-8],[8,18],[0,33],[7,1],[15,23]],[[5866,8447],[7,0],[4,-19],[26,8],[1,8],[11,9],[17,-5],[15,-11],[5,-17],[19,-2],[9,-68],[48,-27],[-4,-18],[6,-21],[25,-16],[28,5],[2,-9],[11,-7],[16,27],[22,-6],[8,10],[1,18],[5,3],[-3,12],[-6,3],[12,29],[2,24],[22,-14],[25,15],[6,-20],[-4,-11],[8,-8],[-1,-10],[10,-5],[2,-13],[7,4],[9,-8],[20,-42],[6,5],[-2,16],[5,16],[-7,10],[6,9],[-2,18],[17,27],[3,31],[20,12],[8,16],[-12,45],[17,-1],[14,15],[12,-14],[28,2],[4,8],[24,-7],[2,-6],[-5,-6],[15,-17],[9,-40],[9,3],[2,-7],[4,-43],[9,-18],[-5,-25],[6,-14],[-5,-20],[15,-29],[15,-71],[-3,-19],[-32,-11],[7,-37],[14,-25],[-3,-60],[-9,-17],[2,-12],[-8,-32],[1,-40],[-5,-12],[-10,0],[-14,-62],[-11,-5],[-4,-15],[33,-38],[5,-15],[23,-23],[9,-19],[18,0],[10,-44],[-9,-4],[-1,-10],[-25,-16],[5,-8],[-6,-10],[9,-28],[-3,-4],[-9,8],[-15,-14],[-11,20],[-8,2],[-8,-6],[-1,-14],[-21,-21],[3,-31],[17,-49],[49,-26],[13,-19],[14,-87],[-2,-37],[-11,-31],[-4,1],[2,-45],[7,-26],[18,-26],[1,-19],[16,-46],[15,0],[6,-24],[16,-11],[9,-24],[22,-20],[27,-37],[-39,-78],[13,-22],[9,5],[8,-6],[-1,-11],[8,-7],[13,-28],[45,-27],[11,-15],[47,-1],[6,29],[16,-26],[24,14],[8,-3],[13,-13],[38,-65],[14,-5],[12,-32],[15,-10]],[[5805,8533],[4,-5],[11,3],[7,-45],[8,-4],[6,7],[8,-12],[9,6],[8,-36]],[[4150,8144],[10,5],[3,1],[1,0],[8,1],[2,0],[18,-3],[9,0],[7,0],[9,-8],[9,-7],[2,0],[1,1],[4,4],[4,8],[5,18],[1,7],[0,3],[1,1],[5,8],[1,1],[5,2],[6,2],[5,2],[2,4],[4,6],[6,5],[6,-2],[10,-10],[6,-7],[4,-9],[3,-4],[6,0],[3,0],[2,1],[8,-1],[7,-14],[4,-7],[3,-5],[1,-1],[2,0],[1,1],[1,3],[2,9],[1,3],[2,6],[3,2],[3,3],[2,1],[3,0],[2,1],[1,1],[3,4],[5,7],[1,5],[2,3],[1,2],[1,1],[2,2],[2,0],[2,0],[2,0],[2,-1],[8,-9],[2,-3],[1,-2],[6,-5],[5,-3],[7,-1],[9,2],[9,11],[1,2],[1,1],[6,10],[2,2],[1,0],[9,1],[1,-1],[2,0],[7,-8],[8,-13],[11,-7],[9,-2],[18,-6],[13,-8],[8,-3],[6,1],[5,3],[7,4],[12,2],[10,2],[9,-5],[2,-1],[1,-1],[2,-2],[1,-6],[10,-13],[11,-7],[1,-1],[2,0],[2,0],[2,3],[6,11],[1,2],[0,1],[0,3],[0,9],[0,3],[1,3],[1,3],[6,20],[1,2],[2,3],[2,1],[1,2],[3,1],[4,3],[4,2],[1,0],[3,0],[8,-2],[4,0],[1,1],[3,4],[1,2],[1,2],[2,14],[1,3],[3,4],[7,6],[12,11],[14,4],[7,-3],[5,0],[2,1],[3,2],[11,7],[1,1],[5,0],[2,-1],[12,-5],[13,2],[11,2],[7,-3],[6,-2],[13,5],[6,3],[7,3],[5,1],[2,0],[1,-1],[0,-3],[3,-7],[3,-5],[8,-9],[8,3],[8,7],[11,2],[5,-1],[6,4],[4,3],[8,12],[6,19],[0,3],[2,1],[8,2],[12,0],[8,-3],[-4,-8],[-1,-1],[0,-1],[-1,-3],[0,-5],[1,-6],[6,-14],[11,-20],[6,3],[1,2],[1,3],[0,2],[0,2],[-2,4],[-1,3],[0,2],[2,10],[5,9],[0,1],[4,0],[3,1],[11,9],[1,19],[12,19],[1,22],[2,20],[0,4],[2,13],[0,5],[-1,14],[0,24],[1,15],[12,17],[7,8],[3,15],[3,12],[-1,21],[-1,5],[-1,8],[-2,9],[-1,6],[-2,4],[-1,2],[-1,10],[2,9],[2,3],[3,6],[9,9],[3,2],[7,5],[8,20],[0,3],[0,14],[0,2],[0,4],[-1,3],[-2,1],[-2,5],[-1,5],[0,3],[1,4],[2,4],[3,2],[12,8],[7,3],[3,1],[7,-6],[8,8],[12,16],[7,7],[1,1],[2,0],[9,1],[2,0],[1,1],[1,1],[13,22],[4,7],[4,10],[0,1],[11,11],[10,21],[9,12],[9,6],[1,2],[4,6],[2,4],[5,9],[10,1],[5,-7],[7,-10],[4,-6],[2,-10],[7,-4],[2,0],[2,1],[1,0],[3,7],[3,4],[1,1],[2,0],[8,0],[2,-1],[2,-3],[2,-4],[1,-2],[1,-2],[2,-17],[0,-8],[2,-21],[4,-22],[5,-20],[1,-1],[11,-15],[12,-13],[9,-8],[8,-4],[18,2],[2,0],[5,6],[1,2],[1,4],[4,9],[5,16],[2,6],[2,4],[2,2],[4,1],[2,1],[4,0],[7,-1],[3,-2],[15,-16],[13,-20],[6,-3],[12,-11],[1,-1],[4,-9],[6,-9],[8,-7],[6,-3],[6,-5],[5,-19],[1,-5],[-1,-4],[-1,-2],[-7,-10],[-5,-8],[-3,-4],[-8,-17],[-8,-22],[0,-6],[3,-8],[10,-23],[3,-6],[3,0],[5,2],[7,2],[3,6],[2,4],[0,8],[0,3],[3,9],[5,14],[4,2],[1,1],[7,4],[8,-5],[4,-11],[2,-4],[4,-3],[1,0],[6,-1],[3,0],[3,1],[2,0],[2,1],[6,28],[4,10],[7,-3],[6,-5],[6,-3],[8,0],[11,0],[2,0],[1,-1],[1,-9],[3,-12],[6,0],[3,1],[3,1],[1,0],[11,5],[4,-22],[6,-30],[2,-4],[5,-8],[3,-8],[-4,-19],[-7,-9],[-5,-13],[-6,-16],[1,-16],[3,-2],[1,1],[2,2],[6,6],[0,1],[9,8],[12,-1],[12,3],[10,6],[4,12],[6,19],[4,8],[5,9],[3,14],[10,7],[9,2],[16,49],[10,-2],[3,-4],[9,-1],[7,15],[11,9],[3,2],[3,1],[15,11],[9,5],[5,2],[4,1],[3,0],[13,-9],[4,-8],[3,-9],[0,-5],[1,-3],[4,-1],[5,1],[2,1]],[[7383,7810],[-19,35],[-10,-2],[6,17],[-3,19],[-27,55],[-4,17],[-6,1],[5,26],[14,3],[-1,25],[6,16],[22,5],[6,28],[24,36],[-4,14],[5,9],[6,-14],[8,5],[15,-22],[14,17],[14,-9],[3,-6],[-7,-23],[4,-24],[33,10],[30,-23],[24,15],[1,8],[-12,21],[2,13],[26,43],[26,29],[3,-2],[-2,-40],[11,-33],[29,-17],[12,17],[-2,-33],[35,10],[10,-11],[6,-23],[13,-1],[11,8],[13,34],[23,-5],[16,-27],[3,7],[-9,26],[14,2],[24,-14],[8,2],[14,15],[-12,32],[4,27],[9,-4],[10,-29],[10,-1],[10,25],[1,65],[4,-6],[19,16],[13,1],[-19,32],[-18,-9],[-7,36],[24,-8],[3,16],[-38,54],[-16,55],[25,45],[-9,10],[7,22],[-8,54],[20,21],[9,43],[17,9],[9,-9],[0,-25],[15,-11],[4,3],[0,32],[8,13],[13,2],[19,-11],[0,-14],[8,-4],[-2,17],[28,5],[-12,20],[26,20],[2,24],[18,-1],[4,-8],[-1,10],[9,11],[21,-2],[3,19],[10,15],[8,-4],[27,-39],[38,-15],[24,4],[53,-11],[15,11],[31,-5],[6,18],[8,-19],[-3,-15],[4,-8],[9,9],[2,13],[-8,6],[0,33],[8,-5],[6,-17],[31,24],[0,-44],[13,10],[12,-2],[-6,20],[8,4],[-1,22],[17,-15],[5,25],[16,4],[3,11],[-3,27],[26,17],[-6,23],[3,20],[5,4],[10,-29],[3,17],[-3,18],[6,8],[4,1],[5,-22],[9,-12],[-10,-15],[14,-25],[-3,22],[15,2],[0,35],[21,-9],[15,2],[32,30],[23,-23],[13,-1],[11,40],[21,16],[-6,24],[10,-11],[25,27],[4,23],[16,21],[10,40],[29,25],[2,11],[10,8],[0,17],[6,10],[18,3],[-5,-36],[31,21],[16,-36],[15,2],[5,14],[-5,38],[22,-15],[7,4],[-1,61],[8,15],[9,1],[4,-8],[-5,-20],[11,1],[1,20],[-12,14],[24,26],[-12,4],[3,18],[14,10],[14,-2],[0,15],[-7,13],[-17,11],[1,7],[13,-3],[14,-11],[3,19],[-12,4],[-5,12],[5,40]],[[8856,9279],[5,0],[2,-1],[2,3],[11,17],[-4,8],[-2,6],[0,2],[0,4],[2,2],[2,2],[2,1],[1,1],[2,0],[8,1],[6,2],[6,4],[3,3],[1,3],[1,2],[2,4],[0,1],[0,2],[0,4],[0,11],[0,13],[1,7],[2,3],[8,7],[7,3],[6,2],[10,1],[6,3],[2,1],[5,3],[4,5],[9,15],[10,11],[6,3],[6,1],[2,-1],[5,-6],[16,-33],[5,-6],[7,-7],[5,-3],[4,-1],[19,5],[8,1],[5,-2],[4,-3],[1,-4],[-2,-15],[-3,-14],[-8,-23],[-3,-7],[-7,-5],[-10,-4],[-3,-2],[-1,-3],[0,-5],[1,-5],[9,-8],[7,-9],[3,-8],[3,-12],[5,-19],[3,-7],[8,-22],[2,0],[38,-16],[4,-6],[4,-4],[27,2],[2,-11],[1,-3],[0,-1],[-3,-20],[3,-20],[-5,-26],[-3,-24],[5,-23],[1,-3],[5,-9],[2,-4],[12,-10],[8,-19],[2,-18],[-1,-24],[0,-11],[5,-24],[-4,-13],[7,-12],[8,-14],[1,-1],[2,2],[14,-23],[9,-31],[0,-2],[1,-15],[4,-23],[20,-35],[2,-4],[6,19],[12,21],[6,13],[28,4],[-1,-5],[1,0],[19,-7],[-3,14],[3,5],[11,-8],[7,-11],[10,-11],[8,-8],[12,7],[12,16],[14,11],[11,5],[18,-14],[2,-11],[-2,-6],[-6,-12],[7,-4],[18,-4],[0,-11],[-4,-18],[0,-7],[1,-6],[4,-7],[1,-4],[9,-16],[8,-17],[11,-11],[13,-9],[4,-7],[5,-9],[8,-17],[21,-8],[1,-6],[1,-14],[-4,-19],[-10,-1],[-1,-11],[7,-16],[5,-19],[6,-28],[12,-15],[6,-18],[5,-11],[4,5],[9,-25],[-2,-6],[-6,2],[-4,-5],[-3,-3],[1,-6],[0,-3],[1,-2],[4,-12],[0,-1],[2,-10],[-1,-6],[0,-4],[0,-20],[2,-6],[3,-9],[1,-9],[-2,-6],[-5,-7],[-2,-16],[-1,-4],[17,-10],[4,-3],[8,-1],[6,1],[4,4],[5,3],[6,-8],[3,-4],[4,-11],[6,-9],[3,-3],[4,-1],[8,1],[18,-2],[12,-8],[5,-3],[7,-2],[4,1],[3,2],[4,3],[10,18],[12,12],[9,12],[4,6],[10,12],[8,4],[10,7],[6,5],[5,6],[2,3],[9,2],[1,0],[7,0],[7,4],[8,3],[5,0],[5,-5],[1,-11],[1,-7],[5,-11],[3,-3],[4,-2],[5,0],[7,6],[1,2],[1,3],[0,2],[-2,3],[-7,10],[-2,4],[-1,6],[2,6],[1,2],[4,1],[4,-1],[6,-5],[7,-9],[4,-3],[3,0],[3,1],[1,3],[7,14],[3,1],[5,-2],[4,-5],[1,-4],[-1,-6],[-1,-4],[-4,-8],[-2,-9],[0,-5],[0,-7],[1,-3],[2,-2],[3,-1],[5,3],[1,4],[1,3],[0,12],[1,6],[2,5],[5,8],[3,2],[3,0],[2,-1],[4,-2],[3,-3],[6,-16],[2,-13],[0,-7],[-5,-18],[0,-9],[0,-6],[1,-7],[2,-6],[7,-24],[6,-8],[7,-5],[3,3],[3,-1],[1,-2],[12,-16],[5,-14],[2,-9],[0,-25],[3,-19],[1,-12],[4,-8],[4,-7],[6,1],[0,1],[2,12],[10,-2],[-2,-66],[-3,-8],[-5,-21],[-3,-11],[-2,-3],[-4,-4],[-3,-1],[-3,-1],[1,-18],[1,-17],[-10,-8],[-4,-4],[-7,-16],[-11,-23],[-3,-6],[-7,-14],[1,-10],[15,-21],[10,-13],[17,-12],[5,-8],[4,-10],[0,-11],[9,-5],[11,-1],[5,3],[5,1],[0,-2],[0,-10],[-1,-10],[-2,-10],[0,-4],[6,-9],[2,-1],[0,-3],[-2,-5],[-1,2],[-4,3],[-2,0],[-5,-5],[-1,-5],[-1,-5],[-2,-10],[-3,-7],[-8,-12],[-6,-15],[-5,-18],[-2,-9],[-2,-10],[-1,-3],[-4,-10],[-3,-4],[-7,-12],[-7,-19],[-1,-1],[-1,-4],[-3,-5],[-4,-3],[-7,-3],[-12,3],[-1,3],[-9,-6],[-3,-2],[-8,-11],[-13,-17],[-6,-5],[-6,-5],[-3,-3],[-6,-7],[-1,-3],[-7,-1],[-17,1],[-11,2],[-7,3],[-9,3],[-3,-5],[-1,-5],[-1,-6],[2,-15],[4,-6],[11,-20],[-9,-40],[2,-7],[4,-4],[5,-1],[5,-11],[3,-6],[3,-24],[1,-11],[-2,-20],[-2,-3],[-5,0],[-11,-6],[-4,-7],[-5,-9],[-4,-3],[-5,-3],[-8,1],[-16,4],[-10,6],[-3,1],[-5,2],[-6,-1],[-6,-4],[-7,-9],[-1,-19],[-3,-11],[-3,-8],[-5,-12],[-2,-18],[-9,-23],[-4,-19],[-6,-19],[-2,-10],[-2,-7],[-1,-4],[-7,-14],[-9,1],[-10,-4],[-5,-12],[-6,-6],[-12,-5],[-17,-2],[-16,-6],[-18,-2],[-2,-1],[-3,-8],[-3,-10],[-11,0],[-31,1],[-10,1],[-3,0],[-17,0],[-7,0],[-13,0],[-1,4],[-13,29],[-18,21],[-5,5],[-12,13],[-20,22],[-7,8],[-14,15],[-10,18],[-10,-9],[-11,-11],[-28,-8],[-4,-13],[-7,-26],[-2,-26],[-6,-45],[-1,-10],[-3,-25],[-8,-25],[-2,-16],[3,-6],[3,-11],[0,-3],[0,-12],[-9,2],[-18,3],[-4,9],[-6,6],[-9,3],[-3,1],[-3,-1],[-3,-3],[-14,-3],[-13,3],[-8,2],[-17,7],[-3,2],[-6,3],[-3,3],[-4,5],[-6,12],[-6,13],[-8,13],[-4,5],[-9,6],[-10,-3],[1,-3],[2,-11],[0,-2],[2,-23],[0,-10],[-3,-20],[-2,-11],[-2,-1],[-6,-3],[-9,-8],[-13,-13],[-13,-17],[-4,-7],[-27,6],[-4,0],[-2,-14],[-5,-34],[4,-2],[0,-11],[-1,-14],[-2,-18],[-2,-22],[-6,-7],[-9,-4],[-11,0],[-5,-1],[-10,-5],[-8,-19],[-4,-19],[3,-7],[-4,-27],[1,-15],[-3,-20],[-3,-12],[-7,-11],[-5,-8],[-11,3],[-6,-62],[-3,-9],[-3,-9],[-1,-6],[-2,-12],[-2,-26],[-3,-17],[-4,-22],[-2,-2],[-4,-6],[-3,-22],[-1,-2],[-6,-18],[-4,-6],[-3,-3],[-3,0],[-13,4],[-14,4],[-7,2],[-10,12],[-10,1],[-3,-1],[-2,-2]],[[5805,8533],[2,5],[2,5],[6,15],[3,7],[5,6],[8,0],[6,6],[4,8],[2,7],[-4,9],[-2,1],[-3,0],[-2,-2],[-2,3],[-1,2],[-1,1],[1,4],[2,3],[2,4],[9,14],[1,1],[1,2],[3,1],[2,0],[2,0],[7,4],[9,5],[6,22],[11,15],[3,4],[4,7],[11,13],[4,5],[11,9],[2,3],[1,2],[7,11],[0,6],[0,11],[4,29],[0,8],[-1,6],[-2,12],[-1,1],[-2,2],[-1,3],[-1,3],[0,2],[1,2],[1,3],[4,13],[13,4],[7,-6],[2,-2],[18,-7],[16,-5],[6,-2],[20,-3],[4,2],[9,6],[7,12],[6,22],[12,0],[12,11],[6,8],[7,14],[1,2],[1,5],[-1,3],[-1,2],[-3,3],[-4,5],[-1,5],[-1,3],[11,9],[7,1],[13,-6],[12,-13],[11,-13],[14,-13],[12,-13],[2,-3],[1,-3],[4,-1],[1,0],[3,0],[2,0],[9,4],[13,6],[3,8],[0,9],[4,7],[8,4],[14,1],[2,27],[1,26],[8,27],[11,24],[10,12],[11,15],[9,16],[12,22],[3,11],[1,9],[-1,8],[-1,10],[2,8],[5,10],[9,19],[8,19],[0,4],[-1,5],[-1,2],[11,14],[8,8],[8,13],[3,4],[3,6],[6,21],[-1,5],[0,3],[-5,17],[-3,12],[-1,11],[1,2],[3,3],[7,11],[1,4],[3,13],[2,9],[4,27],[-4,23],[-2,16],[1,15],[1,2],[2,4],[2,4],[2,3],[10,11],[12,22],[6,15],[7,22],[5,12],[5,10],[1,2],[1,0],[6,3],[11,6],[7,5],[1,3],[1,5],[-1,9],[-1,10],[1,11],[6,9],[6,9],[5,7],[1,2],[6,10],[5,11],[2,13],[2,11],[0,1],[5,11],[6,2],[6,4],[2,3],[4,62],[4,13],[0,3],[-2,12],[-1,2],[-4,8],[-2,17],[-2,18],[2,10],[0,2],[4,9],[4,2],[12,6],[3,0],[2,-4],[2,-10],[2,-5],[2,-4],[12,-6],[6,-2],[1,6],[5,31],[5,13],[6,3],[18,-3],[8,-4],[9,-6],[7,-5],[11,-7],[3,-1],[6,12],[10,8],[6,4],[12,1],[13,13],[13,16],[13,3],[12,5],[7,15],[7,13],[2,0],[5,-1],[15,2],[12,-2],[6,0],[4,3],[6,5],[11,9],[16,10],[10,6],[7,0],[10,-3],[14,2],[15,2],[16,2],[3,1],[8,2],[48,11],[2,0],[8,-1],[8,4],[9,4],[2,1],[9,6],[12,7],[9,5],[2,1],[1,-2],[2,-3],[2,-5],[-3,-3],[-1,-2],[-1,-3],[-1,-6],[3,-7],[7,7],[6,11],[3,5],[2,-3],[0,-4],[-4,-37],[10,-4],[7,-23],[1,-3],[2,-6],[6,-11],[1,-3],[4,-6],[13,-5],[10,6],[31,18],[17,9],[5,-2],[3,-4],[5,-8],[6,-12],[-1,-2],[1,-3],[1,-9],[1,-8],[5,-24],[17,-12],[15,-8],[0,-13],[0,-8],[0,-11],[1,-10],[1,-2],[2,-1],[10,-3],[16,15],[5,-14],[3,-10],[2,2],[3,2],[3,5],[3,5],[2,6],[-1,1],[-1,5],[2,4],[2,2],[1,1],[7,1],[7,0],[3,0],[6,5],[5,6],[6,1],[14,-1],[13,-12],[12,-4],[17,-14],[19,14],[7,-14],[9,-7],[11,-5],[2,0],[5,-2],[1,-2],[4,-6],[5,-10],[2,-7],[1,-2],[0,-1],[0,-16],[-1,-6],[-4,-6],[-1,-2],[0,-3],[1,-3],[7,-14],[2,-4],[2,-2],[10,-6],[7,-3],[4,-1],[13,3],[4,1],[7,8],[2,3],[0,2],[1,3],[0,4],[2,7],[1,5],[6,16],[11,22],[7,16],[12,17],[2,0],[9,-1],[9,-3],[8,-7],[6,5],[8,16],[6,2],[2,-2],[6,0],[1,1],[8,9],[5,10],[4,11],[14,14],[18,-11],[1,5],[-2,4],[0,4],[0,4],[5,1],[5,1],[10,-15],[13,-16],[6,-5],[16,-9],[1,2],[23,-12],[15,-5],[10,-2],[2,0],[2,1],[1,2],[2,4],[1,3],[9,23],[2,4],[0,3],[-4,12],[3,12],[6,15],[8,27],[-4,8],[-7,3],[-2,0],[0,2],[-1,4],[1,2],[1,4],[4,7],[3,4],[3,2],[4,-3],[2,-6],[6,-2],[6,-1],[5,0],[2,1],[3,2],[3,1],[4,1],[3,0],[11,0],[13,-1],[11,-4],[8,-2],[3,1],[5,5],[14,10],[2,1],[2,1],[8,0],[4,-2],[2,-3],[0,-2],[0,-4],[1,-2],[2,-2],[9,-1],[5,3],[5,6],[1,2],[1,5],[-1,18],[0,20],[0,2],[2,13],[6,10],[7,7],[12,6],[2,-1],[2,-2],[4,-12],[4,-11],[11,-11],[9,-4],[7,-9],[4,-6],[15,-16],[9,-12],[14,-11],[17,-10],[4,-4],[8,-11],[2,-4],[4,-11],[0,-5],[-1,-5],[-1,-19],[6,-23],[7,-26],[4,-13],[3,-8],[2,-4],[4,-4],[10,-17],[0,-5],[1,-6],[1,0],[12,1],[12,7],[6,-12],[5,-7],[9,-2],[7,0],[6,5],[2,8],[3,5],[4,7],[5,4],[2,1],[4,0],[7,-8],[12,-7],[6,-4],[3,-8],[1,-27],[7,-12],[2,-5],[1,-9],[0,-9],[2,-27],[1,-18],[-3,-11],[-1,-2],[-1,-5],[2,-7],[0,-2],[1,-4],[7,-16],[3,-9],[0,-8],[0,-2],[0,-2],[2,-15],[1,-2],[2,-4],[4,-5],[13,-22],[3,-7],[1,-3],[1,-4],[8,-11],[2,-18],[3,-16],[3,-13],[2,-11],[6,-1],[4,-22],[-2,-18],[3,-21],[-2,-22],[5,-9],[1,-3],[4,-4],[18,-6],[1,-2],[2,-2],[6,-5],[8,-7],[4,-2],[3,-6],[2,-2],[1,-3],[4,-11],[1,-3],[-1,-3],[-2,-7],[4,-13],[4,-5],[1,-3],[3,-9],[2,-12],[3,-17],[9,-18],[2,-3],[1,-1],[2,-2],[3,-1],[2,0],[1,0],[2,0],[7,2],[2,-1],[8,-2],[16,-9],[12,-20],[2,-2],[3,-4],[4,1],[6,1],[6,2],[11,-4],[14,7],[7,4],[12,-8],[8,-6],[8,-6],[13,-9],[7,1],[8,12],[3,22],[1,22],[0,7],[-2,16],[-2,13],[0,3],[1,3],[1,3],[1,2],[4,1],[6,1],[7,3],[7,5],[1,0],[2,-1],[3,-4],[1,-1],[1,-2],[1,-5],[0,-3],[1,-5],[0,-8],[0,-2],[2,-5],[0,-2],[2,-1],[3,2],[7,8],[16,16],[5,14],[2,4],[1,3],[1,1],[2,1],[2,0],[1,0],[2,-1],[1,-1],[0,-2],[-2,-3],[-3,-13],[10,-3],[2,0],[2,0],[1,1],[1,1],[1,2],[-2,6],[3,9],[12,0],[4,-1],[4,-6],[7,-8],[11,-7],[1,0],[1,0],[3,1],[1,1],[2,6],[0,2],[0,2],[1,16],[9,12],[14,17],[1,3],[5,3],[7,0],[14,1],[5,-1],[13,-3],[10,-5],[13,0],[5,5],[11,12],[14,11],[3,3],[2,2],[3,8],[4,12],[5,0],[1,0],[2,-1],[13,-20],[8,-6],[4,-2],[6,-10],[3,-6],[5,-7],[5,1],[4,9],[4,7],[13,10],[5,5],[4,-5],[6,-10],[2,-7],[0,-13],[3,-17],[2,-1],[4,9],[14,7],[1,3],[12,13],[2,1],[1,1],[2,0],[4,-2],[3,-1],[7,-1]]],"transform":{"scale":[0.0006783399839983979,0.00028483828382838217],"translate":[16.11384899999979,45.73715599999986]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/IE.json b/dist-amd/map/TopoJSON/IE.json new file mode 100644 index 0000000000..262b82ef3e --- /dev/null +++ b/dist-amd/map/TopoJSON/IE.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0]]},{"type":"Polygon","arcs":[[1]]},{"type":"Polygon","arcs":[[2]]},{"type":"Polygon","arcs":[[3]]},{"type":"Polygon","arcs":[[4]]},{"type":"Polygon","arcs":[[5]]},{"type":"Polygon","arcs":[[6,7]]},{"type":"Polygon","arcs":[[8,-7,9,10,11,12,13]]},{"type":"Polygon","arcs":[[14]]},{"type":"Polygon","arcs":[[15,-13,16,17,18],[-6]]},{"type":"Polygon","arcs":[[19]]},{"type":"Polygon","arcs":[[20,-11,21,22,23]]},{"type":"Polygon","arcs":[[24,-14,-16,25,26]]},{"type":"Polygon","arcs":[[-23,27,28,29,30]]},{"type":"Polygon","arcs":[[-28,-22,-10,-8,-9,-25,31,32]]},{"type":"Polygon","arcs":[[33,34]]},{"type":"Polygon","arcs":[[-26,-19,35,36,-34,37,38]]},{"type":"Polygon","arcs":[[-36,-18,39,40]]},{"type":"Polygon","arcs":[[41,42,-24,-31,43,44]]},{"type":"Polygon","arcs":[[45,-42,46,47]]},{"type":"Polygon","arcs":[[48,-29,-33,49,50]]},{"type":"Polygon","arcs":[[51,52,-47,-45,53]]},{"type":"Polygon","arcs":[[54,-48,-53,55]]},{"type":"Polygon","arcs":[[-50,-32,-27,-39,56,57,58]]},{"type":"Polygon","arcs":[[59,-54,-44,-30,-49,60,61]]},{"type":"Polygon","arcs":[[62]]},{"type":"Polygon","arcs":[[63,-57,-38,-35,-37,-41,64]]},{"type":"Polygon","arcs":[[65]]},{"type":"Polygon","arcs":[[66,-61,-51,-59,67,68,69]]},{"type":"Polygon","arcs":[[70,-56,-52,-60,71]]},{"type":"Polygon","arcs":[[72]]},{"type":"Polygon","arcs":[[73,74]]},{"type":"Polygon","arcs":[[75]]},{"type":"Polygon","arcs":[[76]]},{"type":"Polygon","arcs":[[-70,77,78,79,80]]},{"type":"Polygon","arcs":[[81]]},{"type":"Polygon","arcs":[[82,83,84,-72,-62,-67,-81,85]]},{"type":"Polygon","arcs":[[-84,86,87]]},{"type":"Polygon","arcs":[[88,-79,89,90]]},{"type":"Polygon","arcs":[[91,92,-68,-58,-64,93,-75,94]]},{"type":"Polygon","arcs":[[95]]},{"type":"Polygon","arcs":[[96]]},{"type":"Polygon","arcs":[[97]]},{"type":"Polygon","arcs":[[-90,-78,-69,-93,98,99,100]]},{"type":"Polygon","arcs":[[-87,-83,101,102]]},{"type":"Polygon","arcs":[[-102,-86,-80,-89,103,104]]},{"type":"Polygon","arcs":[[105]]},{"type":"Polygon","arcs":[[106,107,-104,-91,-101,108,109]]},{"type":"Polygon","arcs":[[-109,-100,110,111]]},{"type":"Polygon","arcs":[[-111,-99,-92,112]]},{"type":"Polygon","arcs":[[113]]},{"type":"Polygon","arcs":[[114]]},{"type":"Polygon","arcs":[[-107,115]]},{"type":"Polygon","arcs":[[116]]}]}},"arcs":[[[2416,79],[2,0],[4,0],[4,-1],[4,2],[7,-7],[-16,-22],[-10,-7],[-10,-8],[-4,-7],[-11,-7],[-22,-9],[-2,-1],[-1,2],[-2,3],[-2,4],[-16,-6],[-12,-14],[-14,-1],[-2,1],[-5,16],[6,10],[6,8],[16,13],[10,3],[17,5],[10,7],[14,8],[7,3],[9,4],[13,1]],[[2571,175],[1,-2],[3,-15],[5,-12],[6,-12],[5,-4],[-1,-2],[-4,-4],[-12,-8],[-8,-4],[-20,-9],[-24,-16],[-15,-8],[-6,-2],[-4,3],[-4,4],[-3,17],[3,3],[5,2],[10,2],[7,1],[6,7],[6,8],[0,2],[-2,4],[-5,2],[-6,-1],[-5,0],[-5,2],[-5,5],[2,2],[6,1],[16,2],[16,-4],[3,7],[-3,16],[4,4],[6,3],[10,4],[6,1],[6,1]],[[2402,709],[-2,-8],[1,-3],[-16,-17],[-18,-22],[-7,-4],[-11,-2],[-26,5],[-23,0],[-14,-7],[10,14],[18,8],[32,16],[35,18],[21,2]],[[1501,550],[27,2],[28,3],[26,0],[35,6],[21,-5],[28,-6],[10,4],[17,6],[5,2],[2,0],[34,6],[7,1],[1,-1],[-6,-2],[-1,-7],[-3,-4],[-13,-9],[-12,-5],[-23,-8],[-2,0],[-3,-1],[-7,-3],[-11,-8],[-8,-9],[-14,-7],[-3,-1],[-6,-2],[-8,0],[-12,3],[-11,1],[-29,-7],[-35,-9],[-17,-2],[-17,0],[-19,2],[-33,5],[-2,9],[0,9],[13,13],[12,13],[13,9],[16,2]],[[910,480],[2,-2],[5,-5],[-1,-2],[0,-7],[-4,-8],[-28,-9],[-17,-9],[-25,-8],[-28,-7],[-12,-2],[-8,-3],[-16,-9],[-17,-8],[-6,-2],[-2,0],[-4,6],[-2,3],[2,2],[20,15],[9,6],[11,4],[14,12],[10,9],[1,1],[15,4],[28,8],[24,4],[23,7],[2,1],[4,-1]],[[4593,1266],[27,-7],[18,2],[21,-14],[40,4],[7,-12],[8,-1],[1,-12],[13,1],[2,-9],[36,4],[16,-38],[-7,-25],[-9,-2],[-19,7],[-17,-6],[-27,9],[-21,-3],[-1,-4],[7,2],[-11,-9],[-30,-10],[-20,8],[-43,-9],[-43,3],[0,6],[-41,-3],[-46,-15],[-5,25],[16,2],[-14,10],[0,16],[5,10],[50,-3],[-10,29],[59,21],[4,5],[-17,14],[47,19],[4,-15]],[[7726,2106],[14,-7],[-17,-16],[13,-7],[2,-22],[-29,-6],[-24,-13],[-4,2],[-9,-20],[-20,-5],[-11,2],[-3,22],[-17,4],[-12,-13],[-25,-5],[1,-7],[-19,1],[7,-23],[-12,-3],[-18,12],[-6,11],[-29,-2],[-16,18],[-17,-6],[0,20],[-21,23],[-1,10],[-47,42]],[[7406,2118],[49,41],[26,7],[43,-27],[60,-6],[12,9],[8,-9],[-9,-2],[8,-21],[16,-15],[40,13],[67,-2]],[[7002,2326],[31,-3],[7,-16],[67,-12],[13,-17],[34,-22],[3,-29],[35,-16],[4,-22],[40,-54],[13,-8],[42,-7],[21,-33],[18,-12],[20,-2],[20,11],[36,34]],[[7726,2106],[31,33],[57,17]],[[7814,2156],[26,-3],[10,-14],[-1,-9],[-17,-19],[9,-20],[48,-24]],[[7889,2067],[-9,-3],[-3,-5],[0,-7],[2,-3],[3,-9],[1,-7],[0,-2],[-3,-7],[-2,-4],[-11,-24],[-1,-23],[-9,-14],[-1,-3],[-2,-4],[-1,-6],[-2,-8],[1,-5],[0,-2],[1,-1],[18,-14],[7,-10],[2,-11],[-12,-17],[-8,-13],[-14,-10],[-12,-2],[-6,-5],[0,-9],[1,-3],[2,-5],[4,1],[2,3],[0,1],[0,-4],[-5,-6],[-8,-6],[-6,-3],[-3,-2],[-15,-4],[-6,-2],[-19,-6],[-15,-5],[-13,0],[-15,3],[-11,3],[-32,2],[-21,-4],[-8,-1],[-11,-1],[-27,-7],[-6,-5],[-10,-3],[-13,0],[-12,4],[-1,7],[3,5],[3,2],[7,4],[21,16],[8,13],[10,10],[10,8],[6,9],[8,18],[-6,-1],[-17,-12],[-6,1],[-6,3],[-6,4],[-9,7],[-6,3],[-18,3],[-33,-1],[-19,-1],[-3,-6],[-6,-17],[29,-8],[34,-6],[10,0],[5,0],[16,-3],[2,-1],[3,-2],[0,-4],[-3,-3],[-10,-1],[-4,0],[-15,3],[-40,13],[-24,7],[-4,1],[-15,1],[-10,1],[-12,-1],[-11,-8],[-5,-6],[-5,-5],[-2,-4],[-2,-4],[-4,-11],[-7,-10],[-8,-9],[-17,-2],[-19,-2],[-13,1],[-23,2],[-4,0],[-11,-3],[-13,-6],[-10,0],[-11,1],[-26,4],[-15,1],[-20,3],[-10,2],[-18,3],[-34,6],[-12,1],[-9,0],[-6,0],[-4,0],[-5,-2],[-4,-1],[-3,-2],[-24,-4],[-26,-1],[-16,0],[-36,3],[-30,2],[-9,0],[-5,-1],[-3,-2],[-9,-8],[-19,-8],[-4,-2],[-6,-1],[-14,-4],[-10,5],[-13,2],[-16,-2],[-13,-1],[-10,1],[-2,0],[-3,0],[-4,-1],[-18,-6],[-24,-11],[-20,-6],[-24,-14],[-19,-10],[-17,-6],[-8,-4],[-16,-9],[-13,-2],[-6,1],[-5,1],[-10,5],[-16,0],[-3,0],[-4,-1],[-31,-13],[-6,-3],[-4,-2],[-10,-8],[-6,-10],[-3,-8],[-1,-3],[-2,-9],[-4,-9],[-9,-3],[-14,6],[-10,5],[-9,6],[-9,19],[-17,14],[-18,10],[-3,-11],[-7,-9],[-18,-10],[-18,-8],[-17,-5],[-22,-2],[-11,-14],[3,-6],[3,-9],[4,-13],[-14,-7],[-13,-2],[-12,0],[-2,2],[2,-3],[17,-8],[13,1],[12,3],[13,2],[12,1],[9,0],[14,-1],[1,-1],[2,1],[1,4],[-2,11],[-2,4],[-5,11],[-3,11],[2,10],[2,-2],[1,-3],[2,-15],[4,-20],[2,-6],[2,-5],[5,-7],[25,-20],[3,-2],[3,-1],[1,0],[14,-1],[33,0],[15,3],[9,3],[8,2],[11,1],[11,0],[3,0],[3,0],[3,-3],[0,-1],[-2,-2],[-7,-7],[-12,-8],[-6,-4],[-8,-1],[-6,-2],[-5,-2],[-18,-7],[-11,-6],[-6,-4],[-4,-4],[-4,-6],[-13,-24],[4,-25],[0,-23],[-2,-17],[-2,-4],[-7,-9],[-15,-3],[-17,-5],[-19,-10],[-26,-8],[-34,-7],[-23,-1],[-21,-3],[-10,-1],[-18,-3],[-16,0],[-12,1],[-6,0],[-6,0],[-13,-2],[-16,-6],[-13,-10],[-3,-3],[-21,-21],[-1,-3],[-5,-10],[-1,-3],[1,-2],[0,-2],[4,-2],[14,-4],[10,-1],[2,-1],[2,-1],[-2,-5],[-3,-7],[-2,-4],[-23,-4],[-3,-1],[-29,0],[-16,-1],[-3,0],[-5,0],[-11,4],[-17,10],[-8,9],[-1,1],[-2,2],[-2,1],[-8,4],[-6,1],[-7,1],[-5,0],[-28,-5],[-2,0],[-5,-2],[-1,-2],[-10,-15],[-29,-8],[-6,-1],[-5,0],[-3,0],[-4,1],[-20,5],[-3,2],[-5,3],[-1,2],[0,2],[1,7],[3,9],[-2,5],[-1,1],[-5,2],[-11,1],[-1,0],[-4,-1]],[[5976,1344],[-11,46],[-17,20],[-14,-12],[-25,-2],[-5,-6],[-20,12],[-3,-4],[-7,4],[-46,-8],[-11,8],[-10,-2],[-23,61],[5,19],[-22,15],[-43,12],[1,10],[-8,1],[8,33],[-12,1],[-24,-10],[-15,7],[-13,-2],[-6,12],[-23,12],[-7,12],[-42,17],[9,16],[-7,11],[17,20],[-7,20],[-13,6],[4,6],[-17,27],[1,14],[-21,2],[-18,28],[-54,5],[-2,22],[-18,-1],[-6,8],[2,21],[7,1],[16,-29],[20,1],[3,16],[-4,11],[-11,3],[3,6],[-16,9],[-25,-12],[-20,-1],[-6,10],[-28,-4],[-3,10],[-68,-10],[-44,0],[3,9],[14,3],[4,7],[-10,16],[7,25],[35,-3],[21,29],[19,50],[-12,16],[45,13]],[[5403,1981],[53,-2],[7,6],[21,-3],[14,5],[61,-5],[25,4],[41,-16],[27,17],[-13,40],[12,21],[0,25],[15,-3],[9,-10],[15,0],[3,12],[42,-1],[22,10],[12,-16],[33,-15],[13,-15],[22,1],[31,-9],[35,13],[7,-11],[32,-4],[16,9],[64,-15],[21,-27],[33,25],[22,1],[29,-9],[11,3],[21,-9],[27,3],[-14,44],[14,25],[-4,19],[-30,37],[-3,14],[-12,2],[-12,-4],[-8,9],[-9,-2],[-4,21],[-29,42],[14,52],[-7,23],[14,7],[-6,25],[6,4],[77,-4],[30,8],[4,9],[32,6],[11,0],[2,-10],[13,2],[2,-5],[16,9],[61,12],[0,8],[23,7],[36,-5],[41,4],[14,9],[50,4],[65,-14],[34,9],[68,-5],[28,-11],[59,-11],[78,-4],[20,-4],[0,-21],[14,-4],[24,2],[10,7],[47,-17],[43,-3],[-10,7],[8,2],[6,15]],[[514,1287],[3,-1],[2,-1],[36,0],[13,-1],[3,-10],[9,-5],[21,4],[5,1],[24,3],[7,-17],[-2,-11],[-1,-2],[-6,-5],[-6,-4],[-24,-14],[-9,-3],[-17,-3],[-13,-4],[-33,-11],[-30,-15],[-32,-6],[-22,-5],[-13,4],[-13,7],[-25,-8],[-29,-14],[-6,-2],[-6,-2],[-23,-5],[-2,5],[0,3],[15,23],[18,22],[13,21],[11,8],[17,3],[9,2],[8,1],[24,0],[14,3],[28,13],[19,16],[4,12],[9,-2]],[[5232,2186],[14,-28],[25,2],[2,-12],[-11,-15],[15,-3],[-7,-14],[10,-46],[18,-8],[31,-3],[7,-6],[70,-10],[-8,-41],[5,-21]],[[5976,1344],[-5,-5],[2,-3],[3,-5],[2,-6],[-1,-10],[-2,-5],[-1,0],[-4,-2],[-16,-7],[-15,-8],[-12,-7],[-2,-2],[-5,-4],[-3,-4],[-8,-10],[-6,-8],[-7,-8],[-4,-4],[-7,-7],[-7,-5],[-17,-4],[-13,-4],[-10,-3],[-2,-2],[0,-5],[-1,-10],[1,-3],[2,-6],[3,-3],[2,-2],[3,0],[18,2],[14,-2],[24,-13],[14,-6],[11,-6],[0,-3],[-3,-5],[-11,-6],[-14,-2],[-12,0],[-5,0],[-23,-2],[-11,-3],[-3,-1],[-9,-2],[-16,-3],[-12,-1],[-36,-5],[-24,-3],[-15,0],[-23,-1],[-18,-4],[-11,-4],[-35,-11],[-7,-3],[-9,-5],[-6,-3],[-13,-9],[-24,-19],[-4,-8],[-1,-6],[1,-14],[1,-3],[2,-4],[11,-3],[8,-1],[6,-1],[6,-4],[11,-5],[0,-3],[-3,-2],[-33,-9],[-23,-5],[-19,-3],[-16,-5],[-13,-6],[-3,-2],[-19,-10],[-3,-1],[-10,0],[-29,-1],[-22,2],[-18,-2],[-16,-1],[-12,1],[-22,-3],[-15,-3],[-8,-2],[-8,-2],[-11,-8],[-9,-7],[-11,-8],[-6,-7],[-10,-9],[-20,-7],[-7,-3],[-5,0],[-6,1],[-5,10],[-4,10],[-5,6],[-12,-2],[-19,-3],[-29,-3],[-23,6],[-4,0],[-5,0],[-26,-1],[-9,-2],[-8,-3],[-3,-1],[-14,3],[-4,3],[0,7],[5,9],[1,2],[2,5],[-1,3],[-5,9],[-8,2],[-8,1],[-3,1],[-3,4],[-6,8],[0,2],[2,3],[11,8],[18,12],[15,-2],[3,-1],[6,1],[10,1],[4,5],[1,1],[-1,9],[-6,6],[-5,3],[2,6],[9,5],[21,10],[15,4],[3,1],[17,0],[20,-1],[6,1],[5,5],[-6,0],[1,4],[3,6],[9,12],[11,6],[2,3],[-8,2],[-29,-3],[-13,0],[-17,1],[-26,0],[-10,0],[-19,-1],[-35,-3],[-29,-6],[-34,-7],[-10,-2],[-31,-7],[-7,-2],[-9,-2],[-3,-2],[-1,-2],[-1,-4],[-10,0],[-6,2],[-12,7],[-4,4],[0,2],[2,13],[1,18],[1,11],[-1,2],[-5,-1],[-6,0],[-3,-7],[-1,-3],[0,-3],[1,-7],[2,-7],[1,-10],[0,-5],[-4,-6],[-14,-14],[-4,-2],[-4,-1],[-10,-2],[-3,-1],[-2,-3],[11,-2],[9,0],[9,0],[5,2],[6,3],[2,-1],[-2,0],[-6,-2],[0,-2],[1,-1],[3,-1],[4,-2],[5,-5],[10,1],[14,0],[29,0],[6,-11],[-2,-12],[-4,-9],[-18,1],[-21,1],[20,-17],[23,-5],[9,-7],[-6,-8],[-20,1],[-32,-5],[-20,-3],[-15,8],[-8,9],[-10,4],[-20,9],[-11,0],[-9,-1],[-34,-7],[17,-4],[17,-2],[30,-3],[4,0],[4,-1],[18,-7],[12,-7],[15,-7],[3,0],[4,1],[2,1],[4,5],[25,1],[32,-1],[8,1],[5,5],[6,6],[4,3],[4,1],[13,0],[4,-1],[4,-3],[3,-20],[0,-4],[-1,-4],[-12,-17],[-1,-1],[-3,-4],[-2,-2],[-26,-20],[-27,-12],[-11,-4],[-11,-5],[-9,-4],[-2,-2],[-7,-5],[-4,-2],[-11,-3],[-16,-2],[-5,0],[-16,-1],[-10,-1],[-13,3],[-13,-2],[-4,-1],[-10,-3],[-1,-1],[9,1],[22,3],[23,-2],[11,-3],[5,-1],[3,0],[4,1],[7,1],[20,7],[16,11],[13,2],[11,0],[14,-3],[3,-3],[2,-4],[0,-2],[-1,-16],[-6,-18],[-4,-13],[-16,-12],[-4,-17],[-14,-7],[-2,2],[-2,0],[-2,1],[-11,1],[-4,0],[-3,0],[-3,-1],[-11,-13],[-5,-7],[-2,-5],[1,-2],[0,-6],[0,-5],[-1,-2],[-2,-3],[-3,-2],[-4,-1],[-22,0],[-22,1],[-8,-1],[-33,-4],[-10,-9],[-4,-7],[-2,-3],[-7,-7],[-7,-6],[-10,3],[-14,4],[-17,-1],[-10,0],[-3,-2],[-6,-5],[-5,-5],[-3,-3],[-2,-5],[1,-2],[1,-1],[2,-1],[1,-5],[-4,-5],[-6,-6],[-18,-6],[-3,0],[-3,0],[-5,2],[-8,7],[-1,1],[5,4],[6,11],[3,12],[-1,17],[1,13],[-5,10],[1,-3],[2,-10],[-8,-19],[-8,-11],[-4,-4],[-6,-1],[-2,1],[-2,1],[-3,2],[-6,9],[-1,9],[-6,9],[-11,5],[-5,0],[-4,-1],[-2,-1],[19,-25],[6,-7],[5,-4],[4,-3],[4,-2],[6,-10],[-7,-11],[-24,-11],[-18,-11],[-14,-3],[-16,0],[-7,5],[-3,8],[3,11],[-3,11],[-4,7],[-3,4],[-12,17],[-9,8],[-3,2],[-1,0],[-5,1],[-15,1],[-3,-1],[-2,-4],[2,-4],[-4,-13],[-14,-6],[-16,7],[-10,6],[-6,2],[-4,0],[-2,0],[-4,-6],[-4,-6],[20,-12],[12,-3],[5,0],[6,1],[22,9],[14,-6],[17,-10],[-1,-9],[-11,-9],[-7,-4],[-12,-1],[-9,-6],[-8,-8],[-3,-6],[-3,-13],[-4,-15],[-12,-12],[-9,-5],[-3,-2],[-18,-17],[-2,-4],[-1,-1],[0,-3],[0,-1],[21,-18],[20,-13],[-6,-10],[-5,-5],[-4,-5],[-1,-3],[-1,-5],[0,-1],[3,-8],[0,-1],[3,-1],[10,0],[4,-1],[3,-4],[2,-4],[1,-3],[-5,-6],[-6,-3],[-14,4],[-6,3],[-5,4],[-1,4],[1,1],[5,5],[1,3],[1,2],[-2,4],[0,2],[-14,9],[-2,1],[-3,2],[-4,1],[-12,8],[-3,14],[-6,14],[-1,2],[-4,2],[-3,2],[-7,2],[-17,5],[-17,0],[-20,-2],[-7,-1],[-25,-4],[-8,-3],[-2,-1],[-7,-2],[-7,-2],[-6,-1],[-5,0],[-8,0],[-13,0],[-10,1],[-11,-1],[-11,-1],[-17,-3],[-5,-1],[-5,5],[-2,2],[-2,4],[-9,22],[0,9],[-10,4],[-9,-7],[-8,-11],[-1,-2],[-3,-1],[-16,0],[-2,1],[-9,3],[-3,2],[-11,7],[-14,-15],[-1,-1],[-9,-10],[2,-5],[1,-5],[14,-5],[4,0],[4,0],[2,1],[11,6],[14,3],[6,-1],[5,-1],[0,-2],[-7,-13],[-9,-10],[-8,-7],[-14,-6],[-2,0],[-1,-2],[-1,-2],[0,-4],[2,-3],[2,-2],[3,-3],[4,-2],[17,-5],[19,-7],[-14,-9],[-14,-7],[-13,-10],[-3,-4],[-8,-9],[-2,-4],[0,-3],[0,-4],[5,-2],[5,-3],[5,-11],[1,-4],[-4,-8],[-4,-5],[-12,-12],[-1,-1],[-11,-4],[-3,-1],[-2,0],[-3,0],[-3,0],[-1,3],[-6,4],[-13,2],[-8,1],[-15,0],[-23,-4],[-12,6],[2,11],[4,4],[0,5],[-3,6],[-6,10],[-11,6],[-3,-7],[-3,-4],[-4,-2],[-3,-2],[-8,-3],[-4,-2],[-7,-2],[-4,0],[-3,2],[-3,3],[-27,12],[-16,6],[-20,10],[-20,-5],[-17,0],[-26,1],[-13,1],[-12,5],[-30,2],[-9,-2],[-12,-1],[-17,8],[-13,10],[-9,2],[-6,2],[-5,-20],[14,-3],[20,-4],[13,-1],[7,-8],[4,-10],[-7,-16],[-16,-12],[-6,-2],[-23,-9],[-7,-7],[-2,-11],[1,-7],[2,-2],[2,-2],[5,-21],[-26,-10],[-27,-12],[-9,-4],[-11,14],[-2,2],[-7,1],[-3,0],[-5,0],[-5,-1],[-12,-2],[-5,-5],[-3,-5],[0,-2],[1,-2],[1,-2],[-5,-12],[-13,-14],[-3,-1],[-8,3],[0,4],[3,3],[3,17],[-5,25],[-6,9],[-16,10],[-4,1],[-18,7],[-29,9],[-8,3],[-13,3],[-5,1],[-2,0],[-5,-1],[-12,-4],[-16,0],[-7,5],[-1,1],[3,10],[-5,17],[-4,9],[-1,1],[-4,0],[-5,-6],[-1,-10],[6,-11],[7,-7],[9,-21],[-32,-11],[-15,-6],[-27,-4],[-31,-5],[-7,-3],[-9,-2],[-13,-2],[-11,-1],[-19,5],[-11,5],[-14,7],[-4,4],[-4,5],[-4,7],[-4,8],[-17,9],[-4,0],[-5,-3],[-1,-1],[-1,-3],[-12,6],[-12,8],[-8,17],[-11,10],[-6,-1],[-3,-1],[-4,-2],[8,-15],[18,-5],[2,-3],[0,-2],[0,-6],[-2,-7],[10,-7],[17,-4],[4,0],[6,-1],[6,-3],[5,-3],[1,-1],[1,-7],[-1,-4],[-1,-1],[-2,-3],[0,-6],[3,-5],[6,-10],[2,-1],[4,-2],[-8,-8],[-11,-3],[-20,-6],[-10,-10],[-8,-11],[-17,-9],[-4,-1],[-5,0],[-4,2],[-3,3],[-2,4],[1,3],[2,2],[7,7],[-1,2],[-5,1],[-2,-1],[-13,-5],[-1,-9],[-1,-13],[-23,-6],[-5,5],[3,10],[8,11],[-1,7],[-7,3],[-22,-19],[-13,-18],[0,-6],[-4,-16],[-1,-2],[-2,-1],[-10,-1],[-6,1],[-11,-2],[-14,-5],[-15,-17],[3,-11],[6,-7],[-5,-7],[-9,-4],[-23,-7],[-27,-3],[-2,1],[-2,0],[2,3],[7,11],[5,3],[8,4],[3,2],[0,2],[-2,1],[-8,6],[-23,-6],[-12,-4],[-22,-9],[-13,-6],[1,21],[3,7],[3,8],[-1,3],[-2,2],[-2,1],[-13,-7],[-7,-8],[-18,-3],[-15,4],[-9,12],[-2,1],[-11,10],[-11,3],[-2,-2],[-2,-2],[0,-2],[3,-7],[13,-15],[1,1],[-1,2],[-2,1],[-1,2],[1,1],[5,2],[6,2],[2,-3],[2,-5],[3,-11],[0,-6],[-10,-5],[-3,-1],[-6,-3],[-29,-10],[-22,-11],[-29,-13],[-30,-4],[-17,-1],[-17,-2],[-6,-2],[-3,-1],[-10,0],[-2,0],[-5,1],[-11,9],[-5,7],[6,9],[14,3],[6,5],[9,8],[-4,3],[-5,2],[-7,1],[-18,2],[-11,7],[-8,7],[-11,5],[-10,2],[-14,2],[-12,4],[-20,12],[-1,2],[-1,2],[-1,2],[0,14],[1,2],[1,1],[15,10],[5,2],[8,3],[19,11],[12,20],[10,13],[5,23],[-3,15],[-8,-8],[-17,-13],[-11,-5],[-8,-1],[-9,5],[-2,4],[1,1],[1,1],[3,0],[4,3],[2,3],[0,5],[0,3],[-2,4],[-7,1],[-1,-1],[-12,-5],[-4,-5],[-30,10],[-14,2],[0,-4],[10,-10],[13,-18],[-4,-11],[-7,-7],[-11,-9],[-4,-2],[-16,-10],[-4,-1],[-7,-2],[-9,0],[-12,0],[-8,1],[-12,0],[-22,0],[-8,-3],[-11,-4],[-5,-6],[-14,-3],[-35,-5],[-16,-1],[5,14],[3,12],[1,3],[1,5],[-2,2],[-15,-1],[-14,-2],[-2,-1],[-5,-4],[-4,-4],[1,-5],[0,-4],[2,-6],[2,-6],[1,-8],[-1,-4],[-2,-2],[-9,-6],[-3,-1],[-18,-3],[-21,-4],[-18,-3],[-14,-2],[-18,-6],[-15,-15],[-17,-7],[-24,-1],[-16,-1],[-16,0],[-5,-1],[1,3],[13,4],[13,4],[2,2],[-2,7],[-9,-3],[-13,7],[-12,6],[-2,4],[-3,16],[-14,4],[-16,3],[-13,-2],[2,-7],[-2,-7],[-3,-6],[-7,-11],[-4,-4],[-4,0],[-1,0],[-5,3],[-3,5],[-6,2],[-12,1],[-8,-2],[-7,-3],[-5,-4],[-8,-5],[-13,-5],[-12,-3],[-3,1],[-8,-2],[-1,3],[-1,1],[-3,-1],[0,-2],[3,-1],[3,-1],[3,-5],[4,-6],[0,-15],[-4,-14],[-2,-6],[-10,-4],[-5,-1],[-6,-1],[-6,1],[-4,3],[-10,-1],[-18,-8],[-27,-13],[16,-4],[7,3],[22,8],[4,2],[19,3],[22,2],[5,0],[3,0],[1,-1],[0,-2],[-2,-2],[-23,-4],[-30,-10],[-31,-10],[-17,-5],[-18,-10],[-2,-3],[-7,-5],[-7,-5],[-13,-2],[-4,1],[1,13],[6,5],[6,18],[-14,11],[-11,10],[29,13],[8,5],[1,2],[-6,2],[-4,0],[-2,-1],[-23,-9],[-6,-5],[0,-1],[0,-4],[-2,-12],[-6,-13],[-3,-5],[-6,-8],[-14,-11],[-7,-6],[-3,-2],[-1,0],[-7,-1],[-10,0],[-13,2],[-15,7],[2,16],[0,12],[4,8],[11,10],[3,3],[0,3],[-3,2],[-12,7],[-14,3],[-13,1],[-10,2],[-5,5],[0,6],[10,6],[3,1],[28,11],[33,9],[15,4],[8,4],[14,12],[15,15],[17,12],[22,14],[7,5],[11,5],[6,1],[20,-1],[26,7],[19,3],[15,2],[22,2],[20,4],[6,2],[6,4],[8,4],[14,11],[20,13],[17,0],[2,1],[11,19],[12,23],[1,4],[1,4],[1,2],[2,2],[4,1],[20,5],[12,4],[11,3],[8,2],[4,2],[7,4],[2,2],[19,18],[28,12],[12,9],[6,10],[0,3],[4,5],[6,3],[9,4],[23,8],[15,4],[19,-4],[11,3],[14,10],[-17,17],[-32,-9],[-29,1],[-13,-2],[-15,-1],[-4,-1],[-9,-3],[-5,-1],[-6,-1],[-3,-2],[2,-1],[-2,-1],[-1,2],[-4,-1],[-7,-2],[-1,-2],[-7,-8],[-27,-6],[-36,-5],[-19,-21],[-22,-14],[-20,0],[-23,-2],[-13,-5],[-13,-4],[-8,-5],[-10,-6],[-7,-7],[-18,-3],[-8,-1],[-17,-2],[-15,-4],[-23,-12],[-26,-9],[-18,-7],[-31,-12],[-12,-5],[-16,-2],[-5,0],[-32,-8],[-3,-2],[-7,-4],[-21,-3],[-23,-1],[-9,-2],[-18,-4],[-2,0],[-23,2],[9,11],[22,13],[5,2],[6,3],[6,2],[7,2],[7,2],[12,6],[6,3],[5,5],[2,2],[6,5],[7,3],[13,5],[21,15],[-3,7],[10,12],[15,5],[7,2],[16,5],[16,10],[16,10],[8,4],[25,7],[25,8],[19,10],[20,10],[22,11],[10,4],[27,10],[10,7],[9,5],[4,2],[6,3],[4,1],[14,5],[4,1],[12,3],[5,1],[8,-1],[8,-1],[17,4],[15,5],[20,7],[25,11],[24,9],[12,3],[12,3],[13,4],[13,7],[2,6],[32,6],[23,6],[20,4],[21,3],[10,2],[19,6],[14,10],[16,13],[21,8],[31,8],[14,-1],[8,1],[8,3],[5,2],[4,4],[16,22],[-1,14],[-9,14],[8,16],[6,13],[2,12],[1,23],[0,2],[-1,1],[-13,2],[-6,-2],[-7,-3],[-6,-5],[-5,-4],[-5,-4],[-14,-8],[-5,-3],[-5,-2],[-3,-1],[-8,-2],[-9,-1],[-3,0],[-20,6],[-11,12],[-5,8],[-5,4],[-14,4],[-16,0],[-11,4],[-1,9],[0,15],[-9,19],[-8,10],[-13,-1],[-10,-3],[-4,-2],[-4,-2],[-2,-22],[-3,-18],[3,-5],[4,-6],[8,-6],[5,-6],[-1,-4],[-11,-12],[-10,-8],[-22,-11],[-27,-9],[-17,-9],[-5,-5],[-21,-15],[-3,-2],[-12,-5],[-14,-3],[-23,-15],[-20,-8],[-32,-13],[-6,-1],[-10,-2],[-28,-3],[-7,6],[-6,3],[-20,3],[-24,0],[-35,-2],[-28,3],[3,20],[-12,19],[-8,-3],[-11,-7],[-6,-6],[4,-5],[9,-11],[8,-14],[0,-2],[0,-2],[-3,-6],[-3,-3],[-2,-1],[-14,-6],[-5,-1],[-3,3],[-6,4],[-6,1],[-9,-1],[-16,-9],[-13,-7],[-16,-5],[-18,-3],[-24,0],[-11,-1],[-9,-2],[-8,-3],[-35,-4],[-7,5],[-4,1],[-12,0],[-20,0],[-5,0],[-4,-2],[-5,-4],[-3,-2],[-3,-2],[-6,-2],[-2,-1],[-7,0],[-12,2],[-8,3],[-33,-9],[-19,-4],[-6,2],[-5,2],[-2,0],[-9,0],[-8,0],[-8,-2],[-14,-6],[-7,-12],[-16,-13],[-15,-9],[2,-16],[-3,-17],[-11,-10],[-12,-7],[-38,1],[-22,0],[-26,-5],[-24,-12],[-18,-10],[-16,-13],[-10,-5],[-7,-2],[-17,-6],[-5,-1],[-32,-10],[-13,8],[-17,10],[-13,7],[-16,5],[-28,2],[-25,-8],[-28,0],[-12,0],[-10,1],[-13,-2],[-15,-4],[-33,-9],[-15,-10],[-6,-6],[-11,-9],[-11,-7],[-4,-1],[-1,-1],[-2,1],[-1,5],[0,2],[2,3],[2,3],[9,8],[21,18],[5,7],[1,11],[-7,8],[-4,0],[-7,3],[-6,3],[-4,3],[-3,4],[-2,3],[5,3],[24,11],[14,-1],[13,-4],[1,-4],[2,-3],[4,-2],[5,-2],[3,0],[9,3],[12,5],[34,7],[17,6],[29,3],[31,2],[2,2],[4,2],[9,13],[1,4],[-2,3],[-4,2],[-4,17],[15,22],[1,3],[-1,2],[-2,3],[-3,5],[-5,1],[-11,-1],[-14,1],[-14,3],[-33,10],[-12,2],[-9,9],[-1,5],[5,5],[13,11],[6,4],[4,2],[3,1],[4,0],[28,0],[10,-1],[14,-6],[16,-9],[5,1],[6,1],[2,0],[10,4],[2,1],[8,6],[6,5],[5,4],[3,1],[7,1],[5,-2],[9,-5],[8,-3],[6,-2],[7,-2],[11,1],[3,2],[11,6],[3,8],[4,7],[2,3],[3,3],[3,2],[2,1],[5,-1],[5,0],[3,-1],[4,-2],[5,-3],[4,-1],[7,1],[12,4],[12,7],[7,23],[3,11],[20,19],[13,7],[10,10],[-9,1],[-11,1],[-7,-1],[-17,-3],[-22,-6],[-3,0],[-9,-2],[-3,5],[-9,3],[-11,3],[-18,-1],[-11,2],[-2,0],[4,5],[7,7],[10,7],[14,8],[19,12],[28,7],[25,11],[34,5],[5,-4],[5,1],[17,3],[6,5],[5,3],[32,14],[6,3],[6,4],[13,11],[20,13],[15,-1],[-1,-1],[5,-3],[5,-1],[8,-1],[7,-1],[2,-2],[0,-2],[-4,0],[2,2],[-9,3],[-5,0],[-2,-2],[-6,-4],[1,-1],[-2,-9],[-5,-13],[-14,-9],[-5,-8],[14,3],[17,8],[23,8],[4,0],[9,3],[12,7]],[[1579,833],[20,-28],[30,-19],[-21,-26],[12,-9],[27,-1],[3,-5],[-6,-41],[-15,-16],[27,-15],[26,10],[23,1],[17,-10],[7,21],[59,37],[-3,13],[8,10],[61,30],[15,18],[17,-1],[18,11],[35,-4],[13,7],[38,6],[25,42],[14,2],[60,52],[51,6],[40,-9],[32,13],[25,-4],[33,6],[9,-6],[26,-2],[57,7],[36,-1],[44,14],[-5,8],[5,3],[21,0],[18,8],[-6,12],[25,48],[59,-2],[42,28],[69,0],[16,17],[44,9],[9,12],[-4,14],[47,21],[-5,6],[17,11],[-3,18],[35,14],[14,24],[11,3],[-19,16],[-14,2],[-4,11],[11,18],[-18,8],[-17,16],[1,24],[-13,22],[9,11],[27,8],[21,15],[41,11],[15,25],[40,2],[52,12],[41,19],[64,1],[19,7],[40,-8],[20,12],[23,27],[-15,24],[-24,-7],[-48,6],[-7,-7],[-37,25],[-8,34],[-21,-7],[-43,-5],[-13,57],[-8,8],[3,24],[20,18],[2,14],[38,10],[17,20],[-14,4],[2,-8],[-33,16],[7,5],[-21,24],[7,16],[-9,8],[4,4],[-16,3],[-8,18],[-2,-4],[-9,6],[-5,12],[6,17],[-12,4],[6,4],[-16,15],[4,9],[-12,7],[21,50],[-11,9],[9,18],[-31,13],[-8,14],[10,15],[-16,20],[1,12],[-11,12],[-17,7],[-3,19],[-22,21],[12,50],[-7,13],[56,26],[5,6],[-10,21],[5,9],[75,11],[5,17],[-14,21]],[[2974,2213],[17,21],[77,13],[-2,18],[32,4],[12,21],[35,12],[7,27],[51,-27],[93,-5],[10,-12],[43,-15],[27,3],[55,-33],[28,-23],[4,-13],[16,-7],[24,1],[-21,29],[-3,17],[52,21],[115,14],[30,16],[29,3],[-13,14],[16,5],[-2,14],[14,23],[17,-13],[5,12],[30,12],[6,13],[-5,11],[10,8],[39,-2],[13,32],[45,12],[6,-2],[0,-19],[15,-20],[10,3],[15,37],[42,-13],[9,-12],[18,5],[5,-9],[28,-13],[23,0],[32,17],[7,-6],[74,21],[-3,-39],[12,-21],[11,-2],[3,-19],[16,3],[2,-13],[20,2],[5,-6],[8,3],[12,-7],[12,6],[8,-10],[-3,-12],[19,3],[24,-16],[-10,-8],[2,-6],[16,-17],[4,3],[32,-37],[6,-3],[6,11],[8,0],[13,-1],[12,-9],[14,3],[35,-46],[51,-15],[4,-7],[142,17],[24,13],[120,6],[10,24],[39,11],[2,28],[23,7],[24,17],[17,-5],[0,-18],[7,-2],[19,1],[23,11],[-1,-18],[25,-35],[6,-21],[32,-23],[19,14],[19,1],[41,14],[46,-3],[9,-6],[31,2],[24,-18],[28,1]],[[137,1740],[5,-3],[0,-1],[14,-11],[-6,-9],[-14,-15],[-30,-12],[-31,-11],[-11,-2],[-17,-7],[-9,-9],[-10,-6],[-20,-10],[-6,-2],[-1,0],[-1,2],[6,8],[5,7],[16,17],[10,7],[8,4],[19,9],[29,10],[13,3],[6,2],[9,9],[8,13],[0,3],[4,3],[4,1]],[[9682,3321],[3,-2],[-11,-16],[-21,-22],[-18,-22],[-23,-16],[-9,-6],[-7,-5],[-7,-7],[-2,-3],[-10,-16],[-10,-9],[-6,-10],[-12,-23],[-9,-15],[-15,-24],[-14,-19],[-6,-10],[-2,-3],[0,-3],[0,-2],[-2,-22],[-2,-4],[-2,-12],[-1,-12],[1,-3],[7,-11],[12,-17],[14,-16],[4,-23],[-1,-5],[-1,-8],[0,-5],[1,-4],[3,-5],[3,-5],[5,-5],[7,-20],[4,-15],[16,-17],[-12,-23],[-4,-8],[-1,-4],[-1,-5],[-1,-4],[-4,-6],[-15,-23],[-4,-5],[-4,-4],[-8,-6],[-15,-10],[-8,-7],[-13,-13],[-7,-7],[-4,-6],[-6,-9],[-17,-22],[-17,-14],[-22,-20],[-14,-14],[-17,-16],[-12,-10],[-8,-9],[-3,-4],[-9,-13],[-16,-16],[-3,-5],[-11,-13],[-16,-19],[-4,-7],[-4,-4],[-10,-9],[-6,-5],[-8,-6],[-7,-5],[-21,-21],[-6,-7],[-2,-2],[-6,-8],[-1,-2],[-3,-8],[-8,-21],[-3,-8],[-2,-8],[-2,-7],[-2,-12],[-1,-13],[-1,-8],[0,-9],[1,-8],[5,-28],[2,-7],[2,-6],[3,-6],[1,-2],[0,-4],[-1,-2],[-5,-6],[-4,-2],[-3,1],[-12,3],[-4,1],[-1,2],[-6,10],[-7,9],[-2,2],[-4,2],[-8,3],[-4,1],[-17,1],[-4,0],[-24,-1],[-25,2],[-37,0],[-2,0],[-5,-2],[-8,-3],[-3,-1],[-1,-1],[-6,-7],[-20,-17],[-22,20],[-8,9],[-6,23],[0,3],[1,2],[9,10],[9,5],[5,2],[4,5],[0,4],[-1,16],[-1,2],[-1,2],[-13,-16],[-14,-4],[-24,-9],[-3,-13],[-8,-12],[-11,-8],[-3,-1],[-18,-10],[-16,-12],[-1,-1],[2,-1],[9,-1],[3,1],[7,4],[7,3],[10,3],[4,0],[20,-3],[11,-3],[0,-8],[27,-15],[29,-23],[6,-5],[2,-2],[3,-5],[2,-9],[0,-5],[-1,-3],[-1,-1],[-3,-9],[0,-17],[3,-9],[2,-1],[18,0],[15,-1],[9,-3],[9,-4],[2,-1],[15,-10],[6,-5],[2,-2],[-3,0],[-4,-2],[-3,-9],[2,-1],[15,-10],[2,-1],[12,0],[4,0],[1,2],[1,13],[1,10],[2,10],[0,2],[3,3],[15,11],[0,-13],[-2,-8],[-1,-11],[0,-4],[2,-16],[2,-18],[6,-16],[8,-15],[6,-11],[5,-6],[7,-9],[4,-4],[12,-10],[2,-1],[4,-1],[1,-1],[4,0],[7,1],[20,4],[21,6],[16,-10],[17,-16],[19,-17],[-17,-19],[-2,-9],[-3,-7],[-3,-2],[-6,-6],[-2,-2],[-15,-9],[-6,-4],[-3,-3],[-2,-4],[-15,-24],[-2,-4],[0,-3],[0,-3],[1,-2],[3,-7],[5,-11],[-10,-11],[-15,-15],[-16,-18],[-4,3],[-4,1],[-35,4],[-5,1],[-3,1],[-11,7],[-7,4],[-10,3],[-7,3],[-13,3],[-15,4],[-11,1],[-26,3],[-31,3],[-22,1],[-38,1],[-32,-1],[-22,-3],[-10,-3],[-17,-3],[-8,0],[-14,-1],[-17,-1],[-17,-2],[-6,-2],[-29,-10],[-14,-8],[-7,-1],[-10,-1],[-18,-1],[-3,-1],[-10,-3],[-5,-2],[-6,-3],[-22,16],[-15,12],[-16,12],[-10,5],[-19,10],[-29,13],[-25,11],[-11,5],[-7,2],[-39,11],[-6,2],[-29,5],[-20,3],[-9,1],[-11,1],[1,1],[6,2],[7,0],[31,-1],[22,-4],[28,-6],[13,-2],[10,-3],[3,-1],[8,-5],[6,-3],[5,-3],[2,-3],[2,0],[10,-3],[22,-2],[4,7],[-16,5],[-9,0],[-9,0],[-5,2],[-2,2],[-3,5],[0,2],[-1,7],[0,8],[0,6],[-4,8],[-8,8],[3,-5],[2,-13],[-3,-12],[-10,-2],[-25,2],[-3,0],[-12,2],[-30,6],[-21,0],[-22,-1],[-28,-5],[-23,-4],[-27,-3],[-28,-3],[-10,-7],[-6,-4],[-3,-1],[-6,-2],[-25,0],[-19,5],[-12,5],[-7,2],[-8,1],[-3,0],[-1,2],[2,-1],[-5,10],[-3,3],[-1,2],[0,2],[3,3],[2,2],[13,8],[5,2],[1,-1],[18,1],[13,16],[24,20],[17,12],[5,3],[11,5],[7,7],[-2,12],[-1,3],[-2,2],[-2,1],[-5,8],[-5,11],[1,3],[3,1],[3,2],[5,-1],[6,0],[-10,2],[-1,0],[-12,0],[-3,-3],[6,-2],[0,-21],[0,-3],[-5,-6],[-18,-15],[-5,-3],[-15,-5],[-2,0],[-9,-1],[-13,0],[-7,3],[-13,1],[2,-4],[8,-3],[2,3],[4,-1],[-2,-3],[-2,-4],[-3,-2],[-5,-3],[-22,-13],[-18,-9],[-22,-11],[-8,-13],[-4,-12],[10,-2],[14,1],[19,-3],[-8,-8],[-5,-4],[-5,-5],[-9,-14],[-5,-6],[-1,-3],[-3,-12],[1,-4],[-2,-19],[-1,-6],[-5,-17],[-29,-7],[-7,-7],[-12,-5],[-14,-4],[-4,-2],[-11,-1],[-13,-3],[-11,-3],[-2,-1],[-3,-3],[-6,-9],[-6,-12],[-2,-2],[-4,-3],[-7,-4],[-19,-9],[-8,-16],[-6,-12],[-8,-13],[-10,-7],[-5,-2],[-14,-4],[-9,-1],[-2,0],[-4,20],[2,5],[4,6],[8,9],[1,1],[7,4],[21,18],[19,14],[7,4],[2,2],[3,5],[1,8],[0,7],[-2,19],[-4,16],[-4,8],[-1,2],[-5,4],[-5,5],[-5,7],[-5,8],[4,3],[10,4],[9,4],[0,1],[-2,11],[-2,1],[-20,18],[-31,26],[-17,17],[-16,20],[-20,22],[-1,1],[-3,1],[-4,1],[-11,-3],[-11,-3]],[[7814,2156],[-38,51],[25,26],[5,16],[38,22],[-16,23],[-7,45],[8,33],[13,16],[49,3],[0,23],[24,31],[-6,4],[2,18],[31,9],[-1,24],[-33,10],[-9,14],[24,10],[20,-10],[32,-3],[2,11],[21,9],[-25,34],[9,23],[-5,12],[24,13],[-6,7]],[[7995,2630],[31,9],[22,-5],[9,7],[11,-4],[13,13],[27,12],[26,55],[45,47],[-8,35],[64,43],[2,35],[13,10],[23,-7],[25,39],[-9,49],[15,46],[-10,6],[7,7],[56,41],[32,11],[16,3],[24,-8],[20,3],[39,-12],[33,5],[6,11],[18,11],[3,16],[29,9],[-9,6],[4,13],[-9,8],[-30,-9],[-20,12],[12,26],[24,20],[22,-3],[15,7],[14,23],[14,3],[1,15],[29,10]],[[8644,3248],[12,14],[18,-10],[15,1],[5,-22],[23,-2],[26,10],[0,-8],[9,-3],[-1,-38],[12,-9],[15,8],[49,-5],[7,7],[28,-3],[31,12],[5,12],[13,-10],[19,18],[1,11],[13,1],[23,19],[-2,13],[24,9],[3,10],[41,20],[7,14],[13,-2],[0,50],[15,-3],[19,5],[7,31],[-5,21],[43,31],[17,-9],[44,26],[24,-2],[10,4],[8,-13],[21,-2],[12,16],[23,-2],[13,5],[31,-33],[23,-6],[41,24],[28,8],[16,-3],[4,-18],[20,-20],[19,-2],[10,4],[20,-17],[19,12],[30,-23],[31,2],[7,-5],[27,-2],[-17,-27],[16,-16],[-18,4],[-15,-7],[20,0],[24,-11],[2,-9],[40,-7]],[[6400,3308],[48,4],[38,-32],[30,-2],[17,-18],[13,-5],[9,3],[35,-17],[1,-7],[28,-6],[2,-15],[23,-13],[6,-16],[-11,-7],[25,-20],[16,-27],[-3,-17],[23,-32],[75,-63],[3,-16],[-14,-18],[3,-20],[9,-13],[53,-23],[-15,-19],[7,-1],[0,-8],[-9,-30],[13,-3],[4,-8],[-16,-47],[0,-36],[10,0],[8,-13],[-6,-13],[10,-5],[11,3],[24,20],[27,-19],[-20,-19],[-7,-21],[-59,-32],[-2,-17],[-16,-8],[15,-16],[43,0],[2,-17],[38,-18],[9,-25],[33,-19],[8,-17],[19,2],[14,-10],[4,-21],[-25,-54],[14,-29],[-9,-8],[6,-7],[-16,-35],[18,-18],[27,-16],[9,-18]],[[5232,2186],[31,10],[27,23],[-19,11],[0,35],[-7,5],[-18,1],[-14,22],[4,12],[32,27],[-3,18],[8,22],[-8,16],[-53,-10],[-23,15],[-26,-13],[-6,35],[-24,19],[3,38],[-9,5],[10,4],[-9,15],[-64,-6],[-20,-14],[-30,-4],[-2,33],[-29,18],[-27,-3],[-15,31],[6,8],[-14,10],[-13,-10],[-9,12],[-45,-17],[-34,30],[-25,-10],[-6,-15],[-14,-6],[-18,25],[-23,59],[35,16],[-3,18],[-11,11],[11,16],[18,3],[10,9],[12,-2],[13,8],[-2,14],[17,5],[0,14],[54,5],[1,-21],[-10,-4],[1,-7],[7,-1],[1,-6],[10,2],[-1,-7],[-19,-20],[22,-18],[12,2],[10,20],[13,6],[-13,9],[-1,12],[-13,14],[19,2],[13,11],[17,-4],[20,8],[19,24],[30,-11],[6,9],[23,-2],[10,-25],[36,8],[3,7],[10,-1],[12,26],[-14,25],[3,24],[12,25],[-9,2],[-13,16],[20,11],[5,13],[-29,25],[9,11],[42,23],[11,18],[-3,13],[-19,8],[1,19],[16,9],[-8,28],[44,30],[-6,26],[19,39]],[[5219,3152],[27,18],[23,-5],[9,4],[39,-9],[14,9],[25,0],[12,7],[31,5],[17,17],[22,-15],[9,-18],[25,-14],[16,4],[8,-12],[43,-7],[34,-30],[46,-3],[12,-25],[25,5],[14,16],[72,-19],[10,-12],[-6,-11],[22,-3],[11,7],[7,16],[12,4],[7,-12],[29,-10],[-10,-12],[24,-7],[-5,-18],[-16,3],[-9,-5],[-2,-33],[-15,-14],[-18,-5],[6,-29],[-9,-10],[6,-1],[5,5],[14,0],[6,18],[27,4],[6,18],[-6,25],[23,15],[29,42],[14,2],[17,14],[17,0],[-17,-26],[11,-10],[1,-17],[11,-1],[5,5],[12,-3],[13,12],[17,-10],[21,-2],[26,-15],[7,-12],[12,1],[4,-21],[8,-6],[-1,-24],[19,-3],[22,26],[2,15],[18,-17],[33,-10],[-1,11],[48,17],[44,-9],[-7,10],[5,30],[22,-3],[27,15],[-10,8],[17,4],[-3,4],[51,10],[0,27],[40,42],[-4,16],[38,5],[-9,16],[18,13],[5,32],[-9,16],[5,8],[-34,19],[3,17],[-16,18],[-18,-4],[-11,7],[28,0],[9,26]],[[7995,2630],[-38,9],[24,7],[11,14],[-20,13],[6,13],[-19,8],[-15,27],[17,44],[-5,27],[-39,6],[-14,15],[13,10],[16,3],[1,13],[22,6],[10,14],[26,11],[9,11],[-16,16],[7,18],[-18,29],[-25,6],[-26,25],[-43,9],[-6,18],[-27,20],[12,17],[-20,10],[-5,12],[13,21],[-5,42],[17,24],[-28,13],[2,5],[-13,8],[4,5],[-21,9],[11,10],[-13,6],[4,6],[-24,24],[-45,18],[-13,14],[-14,-10],[-8,-22],[-9,19],[-20,-6],[-31,46],[-61,-2],[6,15],[22,0],[11,7],[-4,9],[-15,4],[-8,18],[41,26],[4,34],[-9,13],[-11,2],[33,19],[17,3],[17,21]],[[7683,3462],[39,12],[-2,10],[11,17],[36,4],[17,-3],[-1,-5],[22,5],[83,1],[32,14],[31,35],[-19,27],[29,10],[2,7],[-11,37],[6,14],[-11,34]],[[7947,3681],[12,0],[7,12],[19,3],[1,-22],[19,-7],[19,-20],[35,-11],[18,-12],[24,11],[-18,37],[13,-1],[32,-37],[13,1],[5,-4],[5,10],[14,-6],[12,4],[17,13],[0,9],[17,-4],[15,6],[50,-17],[4,14],[12,1],[7,11],[22,8],[6,25],[34,1],[9,22],[-7,23],[6,12],[12,-1],[7,9]],[[8388,3771],[35,-4],[20,10],[42,-22],[-2,-9],[18,-4],[19,4],[9,11],[32,-6],[26,-29],[7,14],[16,5],[55,-16],[5,8],[37,-8],[7,-6],[2,-39],[49,4],[34,-16],[13,7],[11,30],[20,-4],[4,5],[14,-14],[33,-17],[-8,-26],[-43,-6],[11,-12],[2,-57],[-13,-15],[0,-11],[9,-14],[13,-5],[-64,2],[-37,-14],[9,-9],[-25,-24],[-25,12],[-11,-8],[-32,9],[-7,7],[-17,-6],[-28,27],[5,11],[-28,17],[-19,-3],[-18,17],[-22,4],[2,-12],[-20,0],[11,-26],[-10,-13],[-28,-3],[-22,-9],[-15,-15],[11,-7],[2,-17],[-18,-4],[5,-19],[-13,-13],[-6,0],[0,-14],[23,2],[7,-11],[27,16],[16,2],[22,-23],[24,-5],[7,-22],[16,-20],[-17,-16],[50,-42],[27,-40],[-3,-12]],[[6400,3308],[4,7],[-17,29],[-35,23],[6,14],[-15,51]],[[6343,3432],[48,20],[36,-4],[51,6],[-9,49],[8,2],[8,-8],[20,22],[36,17],[12,15],[11,-14],[14,-3],[21,-18],[-6,-15],[17,-5],[11,3],[25,-12],[0,18],[14,3],[28,-12],[-7,-12],[5,-3],[47,1],[-1,-4],[13,-5],[8,-14],[22,-16],[59,3],[5,22],[16,2],[29,19],[59,-21],[19,24],[-5,9],[9,29],[12,7],[5,-4],[9,18],[14,8],[20,-9],[3,-36],[27,-5],[-6,23],[16,35],[-5,10],[34,33],[12,27],[10,-2],[23,11],[15,-11],[7,4],[85,-36],[36,35],[-9,39],[59,-3],[36,34],[18,8],[14,0],[21,-11],[10,-15],[26,-3],[7,-28],[16,12],[9,0],[22,-24],[-7,-45],[28,-19],[17,-40],[6,-4],[43,8],[21,-24],[26,-3],[15,-9],[22,-49]],[[4346,3151],[-3,-54],[-8,-13],[-11,-6],[-30,11],[-15,-8],[-22,8],[-12,-12],[-38,6],[-18,11],[2,10],[-26,8],[0,7],[-19,0],[-24,-11],[-19,4],[-10,10],[0,21],[-9,10]],[[4084,3153],[12,12],[32,0],[2,10],[17,8],[7,13],[13,-3],[37,8],[30,-8],[9,3],[-2,-5],[18,-4],[5,10],[17,2],[22,-23],[30,-15],[2,-10],[11,0]],[[2974,2213],[-28,14],[-22,44],[-16,8],[-9,-4],[-2,9],[-19,-3],[-32,15],[-53,5],[-31,38],[-13,8],[-10,-2],[-12,11],[-19,-3],[-18,19],[9,15],[56,16],[34,21],[-3,18],[-20,12],[-7,-2],[3,10],[-31,13],[-17,1],[-10,13],[29,39],[44,12],[8,17],[-21,1],[-11,18],[-15,1],[-16,35],[-15,15],[2,21],[-9,6],[14,-2],[1,-5],[7,6],[23,-3],[14,22],[-5,23],[8,12],[38,5],[-18,65],[-33,13],[-24,1],[1,15],[-11,14],[-26,7],[-5,8],[15,13],[-15,12],[20,5],[8,13],[-37,1],[-5,4],[7,9],[-30,16],[16,23],[34,17]],[[2697,2948],[13,-16],[22,-7],[74,-2],[143,71],[140,9],[34,9],[57,47],[43,11],[67,30],[42,6],[79,-6],[122,47],[282,30],[47,-7],[17,-14],[32,-8],[26,1],[34,15],[24,2],[89,-13]],[[4346,3151],[15,19],[32,-4],[19,8],[18,-1],[18,17],[0,28],[20,18],[28,-2],[17,6],[6,17],[8,1],[9,15],[-13,17],[9,14],[-10,24],[1,20],[32,14],[11,-2],[18,12]],[[4584,3372],[22,-46],[-6,-13],[5,-40],[7,-2],[-3,-27],[8,-8],[6,3],[-9,-19],[2,-3],[18,6],[4,-17],[12,-13],[-4,-5],[23,4],[29,-21],[27,25],[28,12],[5,-7],[30,-8],[3,-13],[33,6],[23,-12],[43,17],[4,8],[35,1],[2,5],[28,2],[26,10],[24,-4],[70,-31],[-3,-31],[39,-3],[17,-17],[10,16],[18,6],[59,-1]],[[1579,833],[16,11],[6,5],[3,3],[-19,7],[4,16],[7,15],[3,6],[8,2],[6,1],[4,-2],[7,-8],[3,-3],[1,-2],[-1,-3],[-16,-8],[-8,-2],[-1,-2],[3,-1],[6,0],[11,1],[19,3],[24,0],[28,0],[8,1],[17,-1],[2,-2],[8,-9],[6,-12],[1,-3],[9,-8],[2,3],[-1,18],[-8,18],[-15,14],[-7,6],[-23,6],[-18,1],[-5,-1],[-8,-1],[-4,2],[-8,12],[3,3],[4,3],[13,7],[13,6],[14,5],[14,5],[11,3],[12,2],[9,6],[8,9],[16,19],[26,13],[8,4],[16,4],[5,2],[3,2],[6,6],[3,3],[-2,3],[-3,2],[-1,2],[0,2],[1,1],[8,7],[5,3],[6,3],[4,2],[25,8],[41,6],[28,4],[37,2],[33,3],[17,1],[28,17],[15,10],[2,2],[13,6],[5,2],[26,10],[5,2],[8,4],[24,8],[19,3],[2,2],[-1,2],[-5,5],[-2,2],[-27,-1],[-15,-5],[-5,-2],[-6,-4],[-18,-4],[-4,0],[-23,-3],[-3,1],[-2,2],[-2,2],[-25,5],[-36,-6],[-36,-11],[-28,-9],[-28,-6],[-9,-2],[-18,-4],[-12,-2],[-27,-9],[-35,-10],[-23,-8],[-13,-3],[-14,-4],[-8,-6],[-27,-13],[-25,-6],[-27,-3],[-32,-11],[-22,-11],[-7,-4],[-3,-5],[-4,-8],[-2,-5],[5,0],[3,2],[6,4],[0,1],[0,4],[-1,2],[-2,2],[0,2],[2,2],[15,4],[6,-6],[0,-9],[-2,-2],[-18,-7],[-15,-7],[-10,-4],[-6,-1],[-5,0],[-20,-19],[-2,-2],[-6,-5],[-4,-3],[-5,0],[-2,1],[6,19],[13,12],[4,13],[-35,8],[-25,-7],[-16,-1],[-7,2],[-1,3],[0,2],[2,24],[-4,27],[-4,-4],[-6,-4],[-3,-4],[-3,-12],[3,-7],[10,-14],[3,-24],[-1,-4],[-2,-2],[-6,-5],[-6,-3],[-5,0],[-11,1],[-16,-2],[-19,-3],[-36,-7],[-11,-3],[-9,-6],[-16,-10],[-7,-6],[-5,-2],[-2,-1],[-18,-4],[-8,-2],[-17,-7],[-19,-14],[-16,-11],[-8,-5],[-3,-1],[-8,-1],[-2,1],[-4,2],[-3,2],[-4,1],[-7,1],[-19,3],[-15,0],[-13,-3],[-7,-3],[-6,-5],[-5,-8],[2,-1],[-1,-9],[-1,-2],[-2,-2],[-13,-6],[-5,-1],[-4,0],[-31,-2],[-29,-3],[-12,-6],[-12,-7],[-16,-8],[-10,-3],[-14,-4],[-11,-8],[1,-2],[2,-3],[0,-3],[-1,-1],[-7,-4],[-4,0],[-2,1],[-7,3],[-8,5],[-2,2],[3,3],[16,12],[10,9],[19,15],[8,7],[3,9],[-12,4],[-2,0],[-4,-3],[-2,-8],[0,-3],[-10,0],[-19,0],[-11,1],[-6,0],[-6,4],[-1,2],[-19,6],[-21,3],[-20,3],[-31,10],[-15,12],[-8,4],[-14,1],[-7,-3],[-12,-3],[-13,3],[-6,3],[-3,3],[-2,6],[1,3],[1,1],[10,0],[7,0],[8,-4],[8,-1],[5,0],[3,1],[9,1],[30,10],[9,2],[2,1],[4,3],[5,8],[2,2],[4,26],[-7,19],[3,15],[1,2],[3,6],[3,7],[4,4],[0,1],[-1,4],[-2,5],[-7,8],[-3,2],[-4,2],[-3,1],[-5,1],[-4,1],[-20,8],[-24,15],[-2,3],[-1,3],[1,2],[17,5],[4,0],[23,11],[14,9],[-9,2],[-20,-4],[-13,-9],[-24,-16],[-3,-1],[-3,0],[-7,0],[-12,0],[-6,1],[-11,1],[-5,0],[-4,-1],[-31,-5],[-12,-9],[-2,-2],[0,-2],[-19,-22],[-11,-6],[-5,-4],[-3,-3],[-2,-5],[-1,-2],[0,-10],[1,-7],[3,-14],[-4,-4],[-21,-9],[-9,9],[-14,-7],[-12,-7],[-7,-4],[-6,-6],[-12,-9],[-17,-6],[-21,-7],[-21,-9],[-14,4],[-9,21],[18,18],[6,9],[4,10],[-2,10],[-1,10],[3,21],[-2,17],[4,12],[0,6],[-2,14],[-12,-1],[-17,0],[-26,-1],[-21,-3],[-9,-3],[-5,-2],[-6,0],[-21,0],[-13,5],[-5,4],[4,6],[7,8],[7,7],[7,11],[3,9],[-7,25],[-21,14],[-4,4],[3,7],[6,8],[13,2],[30,1],[22,1],[16,-1],[21,1],[5,5],[10,6],[10,2],[15,0],[27,8],[31,8],[14,5],[12,7],[12,8],[2,3],[7,8],[2,3],[3,3],[2,0],[11,2],[8,1],[5,1],[4,-2],[16,-14],[9,6],[4,23],[0,3],[-3,4],[-6,5],[-25,6],[-22,6],[-1,2],[1,3],[17,8],[1,1],[5,1],[15,4],[14,3],[13,5],[3,2],[1,1],[26,17],[31,13],[32,3],[20,11],[14,4],[6,3],[9,4],[-3,8],[0,1],[-6,1],[-12,0],[-5,-1],[-22,-12],[-29,-11],[-9,-9],[-8,-5],[-4,-2],[-3,0],[-17,-1],[-13,-2],[-30,-7],[-21,-13],[-4,-3],[-1,-1],[-14,-2],[-3,1],[-6,15],[2,10],[-9,7],[-12,-1],[-20,-2],[-8,0],[-37,5],[-1,12],[19,9],[17,5],[25,10],[28,2],[15,2],[7,7],[1,7],[1,11],[11,16],[23,19],[28,3],[37,-2],[12,0],[8,4],[0,3],[1,6],[1,2],[6,7],[8,5],[23,14],[6,3],[10,3],[9,2],[19,3],[20,2],[3,1],[7,5],[5,4],[4,4],[2,6],[7,3],[4,2],[22,7],[18,1],[27,-1],[25,1],[19,3],[8,6],[4,3],[24,8],[30,9],[19,4],[7,1],[5,-1],[8,-3],[10,-3],[6,-2],[8,-1],[19,0],[11,3],[41,18],[36,11],[8,2],[9,3],[8,3],[3,1],[2,2],[3,5],[1,3],[1,4],[3,25],[-3,18],[-2,7],[1,3],[2,11],[4,7],[5,6],[5,3],[2,1],[3,0],[6,0],[6,-1],[4,-1],[1,-1],[-10,-4],[-8,-3],[-5,-5],[-1,-2],[0,-2],[0,-8],[2,-7],[-2,-17],[-4,-14],[-4,-11],[-3,-7],[-2,-5],[7,0],[9,3],[20,15],[18,18],[3,5],[2,1],[15,6],[12,4],[0,-1],[-1,-4],[0,-1],[1,-4],[4,-6],[1,-2],[5,-4],[30,-2],[11,4],[-9,2],[-17,7],[-12,19],[-6,11],[0,11],[10,13],[16,10],[9,4],[5,3],[7,6],[5,9],[1,2],[5,10],[9,16],[2,5],[3,17],[-3,21],[0,3],[0,2],[1,2],[1,6],[3,0],[6,-3],[4,-4],[6,-11],[0,-12],[-1,-6],[-1,-2],[-3,-3],[-1,-14],[0,-15],[4,-3],[4,0],[12,2],[37,7],[24,6],[21,11],[1,2],[5,3],[8,5],[16,8],[3,-1],[8,-1],[8,-3],[4,0],[4,0],[2,1],[3,4],[3,3],[2,1],[2,-3],[11,5],[-5,-1],[-3,-1],[-2,0],[-1,2],[1,2],[3,3],[3,0],[2,0],[5,-3],[11,-2],[7,0],[4,0],[8,2],[12,9],[-5,6],[-2,1],[-6,1],[-5,3],[-2,7],[-1,3],[6,9],[5,7],[5,7],[0,7],[-1,2],[-4,4],[-11,4],[-12,1],[-29,-12],[-27,10],[-19,-2],[-2,-1],[-6,1],[-26,3],[-9,1],[-34,-5],[-32,-6],[-21,-2],[-23,-5],[-20,-6],[-12,-3],[-24,-4],[-21,0],[-23,-4],[-27,-13],[7,-6],[19,-11],[17,-14],[3,-12],[-1,-4],[1,-1],[2,-6],[2,-2],[4,-5],[3,-2],[4,-2],[10,-3],[4,-2],[-3,-10],[-2,-4],[-2,-1],[-6,0],[-13,0],[-4,1],[-8,3],[-15,12],[-4,4],[-5,7],[-9,15],[-15,21],[-6,7],[-17,19],[-7,4],[-1,1],[-4,0],[-14,-2],[-9,-3],[-22,-4],[-19,-1],[-25,-2],[-18,-5],[-18,-3],[-12,0],[-13,-3],[-3,-1],[-19,-8],[-19,-4],[-27,-8],[-29,-1],[-23,-6],[-11,-12],[-11,-7],[-5,-3],[-26,-5],[-8,1],[-9,2],[3,5],[5,5],[0,2],[-1,1],[-6,2],[-12,2],[-12,-1],[-13,-1],[-19,-10],[-23,-8],[-13,-5],[-9,-3],[-18,6],[-11,11],[-20,16],[-12,3],[-13,-10],[-12,-2],[-25,-1],[-25,2],[-19,18],[-14,14],[-11,13],[-15,5],[-7,2],[-11,-3],[-24,-9],[-10,-4],[-10,-5],[-2,-1],[-7,-5],[-2,-1],[4,-2],[4,0],[12,2],[17,-3],[23,-4],[28,-5],[13,-3],[6,-3],[5,-7],[-4,-8],[-3,-3],[-8,-2],[-3,-1],[-17,-1],[-21,-3],[-11,-2],[-5,0],[-10,3],[-30,7],[-34,10],[-22,17],[-2,1],[-19,8],[-27,8],[-9,-2],[-10,-5],[-2,-2],[-4,-4],[-4,-3],[-9,-13],[-1,-3],[0,-2],[1,-2],[1,-3],[6,-3],[7,-2],[19,1],[2,-1],[16,-11],[8,-7],[-11,-5],[-15,0],[-26,3],[-23,-1],[-16,-2],[-9,-1],[-20,-7],[-29,-6],[-22,-4],[-37,-2],[-22,2],[-9,18],[-6,26],[3,4],[5,9],[1,3],[-1,2],[-2,4],[-7,9],[-10,24],[-5,21],[-1,7],[13,24],[9,7],[17,13],[21,13],[-4,11],[-21,7],[-10,2],[-3,0],[-22,-5],[-4,7],[1,1],[4,3],[24,14],[17,7],[20,5],[10,4],[9,5],[9,10],[11,6],[9,3],[22,11],[3,2],[4,1],[1,-1],[4,-7],[1,-5],[-7,-9],[-4,-4],[-11,-17],[-1,-16],[0,-2],[1,-2],[6,-4],[4,-2],[2,-1],[8,-3],[6,-1],[9,-1],[12,-1],[14,-4],[13,-6],[10,-5],[8,-2],[11,17],[6,12],[0,1],[0,2],[-6,5],[-4,1],[-6,1],[-3,2],[-8,7],[-5,8],[2,5],[1,2],[6,8],[3,2],[9,8],[15,8],[14,10],[2,5],[2,8],[-7,1],[-11,0],[-15,-1],[-8,3],[2,12],[4,7],[15,22],[7,5],[4,1],[4,1],[1,-1],[2,-2],[13,-3],[10,0],[21,3],[11,0],[7,1],[6,3],[7,2],[4,1],[2,2],[4,2],[3,3],[4,-3],[2,-2],[1,-3],[2,-2],[3,1],[-2,1],[-2,4],[0,3],[3,2],[2,-1],[4,-1],[4,-1],[3,8],[11,9],[3,3],[4,5],[4,9],[10,7],[16,4],[5,-1],[2,0],[20,6],[4,4],[5,8],[6,8],[7,5],[6,4],[4,2],[6,2],[17,4],[31,5],[23,-2],[13,3],[9,4],[2,6],[13,8],[4,1],[7,3],[2,0],[2,0],[7,1],[6,1],[17,6],[13,5],[11,-1],[26,-5],[4,-1],[2,-3],[0,-4],[-2,-21],[-4,-18],[7,-10],[11,-10],[-12,-20],[-9,-12],[-21,-17],[-3,-2],[-13,-7],[-5,-5],[-6,-14],[3,-3],[7,1],[3,1],[2,4],[5,5],[3,3],[2,0],[2,1],[24,3],[37,-1],[11,3],[15,7],[0,1],[-2,1],[-2,2],[17,3],[27,1],[15,1],[5,1],[15,3],[28,8],[7,3],[15,8],[7,5],[20,15],[5,2],[16,11],[6,5],[13,11],[8,7],[3,5],[8,13],[2,8],[1,11],[-1,6],[-2,6],[-1,2],[-4,5],[-8,9],[-3,4],[-4,2],[-4,1],[-11,14],[31,-6],[30,-6],[6,-19],[6,-24],[-14,-18],[-6,-7],[-2,-11],[2,-6],[6,-8],[2,-3],[3,-3],[14,-11],[19,-14],[15,-11],[19,-10],[32,-14],[15,-11],[25,-12],[35,-3],[15,-1],[8,2],[5,1],[16,2],[6,-3],[11,-6],[1,-1],[1,-1],[5,-1],[9,0],[19,2],[6,1],[4,0],[11,4],[15,4],[14,3],[18,3],[3,1],[7,1],[7,3],[4,2],[5,4],[5,4],[6,5],[5,7],[5,6],[7,10],[20,16],[27,4],[9,0],[5,-2],[-3,-1],[-8,-5],[-12,-4],[-18,-8],[-12,-6],[7,-7],[18,-8],[13,0],[23,0],[15,4],[10,7],[18,6],[13,4],[11,-2],[12,-3],[13,-4],[27,10],[9,8],[4,12],[-4,11],[-1,2],[-3,4],[-1,1],[-36,10],[-15,3],[-14,2],[-9,-3],[-15,-3],[-4,0],[-6,1],[-34,2],[-5,1],[-5,1],[-22,7],[-25,4],[-12,4],[-6,2],[-5,1],[-3,-2],[-11,-5],[-13,-5],[-5,-1],[-19,-4],[-3,1],[1,9],[3,7],[0,2],[0,3],[-1,3],[-3,4],[-12,14],[-7,8],[-4,1],[-5,4],[-3,2],[10,10],[6,3],[5,2],[4,0],[3,-1],[3,-2],[19,-14],[-2,-10],[-4,-12],[-9,-8],[2,-8],[10,0],[13,6],[4,12],[0,2],[2,1],[19,5],[21,-1],[4,1],[4,1],[6,12],[4,9],[-10,1],[-14,-2],[-32,-4],[-11,-1],[-7,3],[-4,8],[18,9],[36,8],[23,10],[16,3],[5,12],[-2,4],[-2,4],[-9,6],[-6,2],[-7,0],[-4,-5],[-19,-19],[-2,-2],[0,-5],[-1,-2],[3,-7],[-2,-1],[-6,6],[0,4],[0,4],[16,30],[1,1],[7,12],[5,10],[3,8],[1,3],[0,4],[0,13],[-3,15],[-2,15],[-1,5],[1,4],[4,11],[5,14],[2,6],[0,3],[0,8],[-1,6],[-3,9],[-4,8],[-3,4],[-3,1],[-6,2],[-12,2],[-17,2],[-23,0],[-18,1],[-28,6],[-29,4],[-19,2],[-22,3],[-29,10],[-17,3],[-4,2],[-3,3],[-4,7],[-5,11],[2,19],[5,4],[3,3],[4,2],[13,4],[33,11],[32,7],[8,0],[12,0],[16,-1],[18,-3],[19,-3],[37,1],[18,6],[18,2],[15,2],[8,1],[15,5],[9,4],[31,9],[5,2],[4,4],[19,7],[18,3],[18,3],[14,5],[18,9],[14,11],[4,4],[2,4],[9,13],[10,7],[18,9],[23,6],[19,8],[23,2],[11,-1],[3,1],[2,1],[3,1],[6,5],[11,15],[3,4],[6,15],[2,5],[0,4],[1,11],[7,26],[0,14],[3,21],[8,17],[-10,20],[-3,3],[-2,4],[0,3],[0,4],[6,4],[10,6],[2,2],[6,2],[9,3],[3,3],[1,1],[0,4],[0,1],[-4,8],[-35,28]],[[1966,2906],[48,50],[48,17],[432,-8],[64,-12],[94,27],[18,-3],[27,-29]],[[9346,4550],[14,-4],[34,-29],[37,-15],[42,-7],[27,7],[11,16],[27,-3],[7,15],[26,0],[28,12],[20,-30],[24,-16],[33,1],[23,-10],[10,-1],[7,12],[8,1],[-2,9],[13,1],[2,6],[11,-6],[8,6],[17,1]],[[9773,4516],[3,-8],[7,-9],[21,-19],[6,-3],[13,-9],[2,-2],[2,-3],[3,-6],[4,-19],[-4,-23],[-1,-3],[0,-3],[0,-4],[2,-8],[6,-13],[6,-9],[3,-5],[4,-4],[3,-2],[13,-14],[10,-17],[9,-9],[8,-12],[7,-14],[5,-12],[2,-8],[-1,-1],[1,-5],[2,-23],[5,-17],[1,-7],[0,-7],[1,-8],[0,-3],[0,-3],[5,-37],[1,-6],[0,-3],[-2,-5],[-3,-6],[-6,-14],[-4,-16],[-7,-24],[-6,-22],[-2,-13],[-1,-10],[-2,-18],[-1,-29],[1,-20],[4,-14],[2,-5],[1,-4],[4,-6],[5,-7],[4,-4],[6,-6],[20,-6],[16,-9],[20,-6],[12,-3],[16,-12],[0,-3],[-1,-6],[-6,-6],[-12,-10],[-15,-24],[-1,-14],[-1,-5],[-8,-19],[-17,-22],[-7,-4],[-3,-1],[-9,-9],[-4,-6],[-2,-4],[-2,-14],[2,-13],[0,-5],[-1,-5],[-1,-2],[-2,-2],[-5,0],[0,2],[-3,1],[-7,-1],[-2,-6],[1,4],[1,1],[6,2],[3,0],[0,-4],[-3,-2],[-7,-5],[-9,-9],[-8,-11],[-9,-16],[-2,-5],[-6,-17],[2,-19],[-3,-20],[-23,-9],[-25,-11],[-12,-6],[-8,-4],[-22,-15],[-4,-3],[-7,-8],[-1,-3],[-2,-4],[-1,-2],[-12,-16],[-5,-16],[-6,-7],[-7,-5],[-8,-6],[-7,-5],[-13,-13],[-4,-10],[-1,-6],[-6,-22],[-4,-21],[1,-20],[-3,-10],[-2,-6],[0,-3],[1,-5],[1,-1],[4,-5],[11,-9],[-4,-11],[-3,-6],[-7,-11],[-2,-3],[0,-2],[1,-6],[2,-6],[2,-3]],[[8388,3771],[15,28],[-10,7],[2,8],[-13,7],[7,14],[-13,18],[-61,46],[-18,30],[-18,-3],[-10,23],[7,7],[-8,9],[11,18],[46,23],[-22,12],[7,11],[-10,2],[28,20],[20,-2],[40,37],[13,20],[3,28],[-7,14],[48,22],[36,0],[24,10],[6,10],[32,2],[10,16],[70,8],[11,32],[29,-7],[1,8],[34,8],[-9,11],[14,2],[-5,9],[9,6],[16,1],[8,11],[18,-2],[-8,12],[22,10],[-25,9],[5,13],[-9,14],[34,25],[12,-2],[1,3],[4,-6],[12,-1],[-7,15],[28,19],[-34,16],[-13,12],[3,8],[9,10],[39,13],[41,-10],[42,40],[0,7],[-22,12],[4,11],[17,8],[9,12],[8,-2],[39,33]],[[8960,4576],[30,-23],[13,14],[77,1],[16,-34],[15,-2],[7,-10],[0,-12],[25,13],[34,6],[16,-5],[-14,-54],[60,-29],[33,-7],[44,41],[9,50],[-6,20],[27,5]],[[9562,4773],[10,-7],[10,-6],[24,-11],[23,-7],[7,-2],[13,-6],[8,-3],[5,-1],[6,0],[9,4],[3,2],[13,12],[10,4],[5,-1],[3,-1],[1,-1],[-3,1],[-6,1],[-2,0],[-8,-3],[-13,-13],[35,-12],[31,-13],[9,-2],[13,-4],[4,-2],[4,-4],[17,-19],[4,-8],[1,-1],[-1,-4],[-1,0],[-20,-6],[-10,-3],[-2,-3],[-8,-11],[-3,-5],[-1,-6],[0,-9],[0,-24],[1,-8],[4,-14],[4,-12],[4,-16],[4,-17],[4,-16]],[[9346,4550],[23,37],[-21,16],[-4,25],[11,19],[39,11],[-5,20],[13,1],[2,33],[-8,3],[0,10],[-11,3],[6,8],[-10,7],[12,-2],[16,10]],[[9409,4751],[23,11],[21,0],[8,11],[19,5],[42,-12],[8,6],[6,-4],[26,5]],[[7583,4408],[14,11],[33,2],[43,-14],[3,-15],[-20,-31],[-29,21],[-32,1],[16,-20],[-7,-24],[-15,-12],[42,-19],[-3,-8],[15,-9],[10,-37],[10,-2],[5,6],[18,-9],[13,-27],[-6,-10],[23,-42],[-5,-13],[-14,-4],[13,-27],[-26,-10],[0,-23],[25,-3],[-44,-15],[-8,-12],[7,-25],[-38,-18],[-8,-32],[42,-23],[11,-24],[21,-11],[15,5],[13,-9],[17,4],[39,-9],[-11,-12],[6,-10],[79,29],[9,0],[15,-14],[5,-33],[34,-31],[1,-20],[43,-60],[-2,-38],[-17,-24],[9,-27]],[[6343,3432],[-14,61],[-20,7],[2,19],[-13,23],[1,11],[-49,21],[-34,37],[-5,15],[38,18],[-17,59],[35,7],[7,27],[29,23],[16,9],[21,2],[23,16],[10,30],[-91,1],[-21,20],[-30,8],[-11,31]],[[6220,3877],[0,14],[28,15],[5,12],[16,10],[-1,12],[11,9],[-19,6],[11,12],[-5,41],[27,44],[14,10],[28,3],[49,21],[-7,26],[104,57],[23,26],[-6,8],[34,34],[2,9],[-11,6],[-48,13],[6,19],[-31,28],[-15,2],[-28,31],[-3,22],[37,26],[-7,15],[55,12],[30,-2],[31,10],[19,-4],[50,6],[33,20],[84,14],[15,17],[74,-27],[21,-2],[27,4],[9,16],[-4,34],[19,9],[11,-6],[1,6],[20,6],[6,-7],[24,-6],[26,20],[11,-14],[32,-4],[2,-14],[13,-15],[43,-25],[36,-44],[-3,-3],[-32,3],[24,-41],[0,-13],[25,-25],[22,-10],[7,6],[26,2],[27,-4],[7,11],[17,-7],[0,11],[19,5],[16,-3],[5,-9],[13,0],[26,28],[21,-1],[27,15],[11,0],[13,16],[1,14],[27,18],[11,-21],[-4,-12],[12,-10],[122,2],[21,24]],[[8960,4900],[19,0],[-1,-9],[18,-9],[34,14],[14,17],[28,-7],[23,7],[14,-15],[35,-3],[51,3],[17,-11],[-5,-10],[14,0]],[[9221,4877],[-9,-2],[-8,-19],[-13,2],[-3,-7],[-20,4],[-15,-4],[3,-18],[17,-20],[59,8],[11,-10],[6,-21],[15,-6],[41,-2],[38,-10],[-7,-5],[8,-16],[16,-13],[15,16],[34,-3]],[[8960,4576],[6,9],[-52,11],[-45,16],[-35,-1],[0,11],[-7,3],[20,14],[6,-6],[13,12],[16,-2],[9,9],[-4,4],[-14,-6],[-28,9],[-25,20],[-15,-1],[-2,11],[36,20],[10,32],[-36,18],[31,17],[-6,9],[24,18],[32,0],[9,-9],[26,43],[-15,8],[-5,12],[10,10],[8,29],[5,5],[28,-1]],[[9685,4955],[-6,-3],[-9,-4],[-16,-8],[-4,-3],[-3,-2],[-3,-3],[-1,-5],[4,-2],[14,-1],[3,0],[4,4],[6,5],[21,8],[2,1],[12,2],[34,6],[-20,-15],[-10,-4],[-9,-4],[-16,-9],[-10,-6],[-18,-14],[-17,-17],[-4,-3],[-2,-3],[5,-4],[-34,18],[-2,2],[20,10],[12,14],[0,3],[-8,0],[-12,-10],[-10,-9],[-8,-5],[-5,-2],[-12,-4],[-7,-1],[-3,0],[-23,5],[-32,7],[-3,0],[-14,-6],[-9,-4],[10,2],[20,-6],[31,-9],[17,-4],[15,-3],[0,-12],[-1,-1],[-31,-2],[-20,2],[-17,3],[-15,0],[0,-3],[0,-1],[9,-2],[10,-2],[3,0],[20,-1],[22,-2],[-1,-3],[-8,0],[-1,1],[-2,0],[0,-1],[8,-1],[3,0],[9,1],[7,-1],[8,0],[56,1],[-32,-1],[-5,0],[-19,-8],[-14,-4],[-25,1],[-8,-15],[7,-24],[2,-8],[3,-5],[9,-8]],[[9221,4877],[10,3],[-12,8],[16,29],[33,3],[1,18],[25,4],[9,53],[9,-3],[10,9],[39,-12],[0,21],[47,-3],[3,-8],[66,-12],[27,34],[87,-12],[29,2],[17,6],[32,-5],[0,-24],[-16,-19],[32,-14]],[[4584,3372],[39,49],[16,3],[-1,6],[26,14],[9,16],[5,35],[-27,16],[-13,87],[67,52],[13,19],[24,94],[87,10],[64,-3],[53,51],[13,34],[39,30],[17,24],[-4,6],[-56,11],[-15,20]],[[4940,3946],[33,57],[51,28],[21,45],[2,50],[40,18],[67,11],[11,27],[33,14],[3,15],[62,62],[-7,17],[15,12],[9,22],[24,13],[8,7],[-4,6],[38,29],[28,11],[25,-2],[49,8],[6,9]],[[5454,4405],[9,1],[6,-10],[28,-9],[15,-15],[33,-10],[42,-4],[12,-10],[13,-1],[11,-12],[25,0],[33,-12],[7,-13],[41,-10],[31,-18],[11,-21],[13,-1],[23,-16],[-3,-8],[-16,-7],[17,-21],[0,-10],[-17,-15],[3,-33],[-15,-12],[-3,-18],[-8,-5],[5,-18],[-13,-3],[-26,8],[-20,-12],[18,-23],[-15,-5],[-3,-15],[8,-9],[-6,-25],[28,-40],[-22,-8],[-12,8],[-60,8],[-25,-16],[-8,-19],[45,-31],[-1,-18],[27,-43],[-22,-6],[3,-19],[-23,-20],[-41,-5],[-71,28],[-20,-30],[38,-41],[-21,-29],[12,-6],[5,-21],[29,2],[5,-8],[12,1],[16,-9],[51,-11],[-13,-15],[-1,-21],[-9,0],[22,-17],[3,-11],[11,-3],[7,-9],[21,-3],[19,13],[-5,14],[18,6],[10,13],[10,0],[1,33],[-36,29],[1,5],[10,3],[37,-15],[15,-30],[16,2],[28,18],[-14,22],[3,9],[30,-9],[20,1],[3,9],[19,7],[-19,21],[31,5],[12,9],[21,0],[7,6],[-24,20],[61,25],[-15,15],[-36,15],[10,16],[-7,9],[45,-1],[1,10],[15,9],[-6,5],[29,3],[7,7],[-3,15],[21,0],[7,9],[30,9],[12,-9],[5,-20],[44,1],[24,-11],[1,-14],[25,4],[38,-12]],[[8993,4965],[-7,-11],[-7,2],[-8,-15],[-11,-41]],[[7583,4408],[-41,32],[-23,-3],[-52,5],[-21,9],[38,18],[33,-8],[47,2],[25,-7],[26,4],[9,-3],[39,10],[73,-3],[1,36],[-12,10],[55,13],[7,11],[-51,27],[-11,-10],[-17,-1],[-20,11],[-29,4],[-2,12],[42,2],[7,4],[-12,7],[1,6],[78,27],[-33,64],[60,11],[9,-2],[24,11],[-35,12],[-13,13],[78,29],[-4,14],[-24,20],[-74,24],[1,31],[-40,34],[-42,-6],[-58,35],[15,35]],[[7637,4948],[13,34],[66,32],[26,5],[19,27],[24,12],[10,27],[30,15],[20,2],[17,14],[33,7],[29,-25],[70,20],[6,-31],[29,-21],[23,-6],[16,-28],[43,-7],[23,-17],[40,-7],[5,-5],[28,1],[19,-7],[15,14],[6,16],[14,7],[-1,12],[57,27],[36,1],[41,-7],[32,-15],[23,0],[66,-29],[21,-3],[11,-22],[22,-10],[99,9],[35,-6],[22,-14],[31,-7],[0,13],[44,31],[34,-28],[21,-1],[12,-12],[7,5],[41,-16],[18,10],[6,-2],[1,6],[27,-6],[26,2]],[[2289,4157],[7,1],[6,-1],[3,-1],[3,-2],[4,-4],[6,0],[3,1],[4,1],[3,0],[9,-3],[4,-2],[2,-1],[3,-2],[2,-3],[5,-6],[1,-1],[-1,-5],[-4,-5],[-17,-8],[-29,-15],[-16,0],[-7,1],[-29,6],[-3,6],[0,10],[8,16],[1,2],[7,6],[20,9],[5,0]],[[3429,4341],[-16,-5],[-21,1],[-4,-24],[19,-50],[17,-19],[28,-8],[11,-13],[15,2],[26,-8],[11,-15],[31,2],[20,-7],[30,-17],[27,-29],[33,0],[14,-11],[16,-3],[2,-13],[-23,-20],[1,-33],[28,-16],[9,-30],[-21,-14],[-11,2],[-2,-5],[9,-26],[18,-8],[-8,-13],[12,-14],[-2,-16],[7,-6],[14,8],[17,-5],[18,3],[3,-27],[18,9],[9,14],[0,14],[-8,7],[21,2],[8,10],[8,-5],[2,-18],[11,1],[3,-8],[19,-1],[13,-8],[18,11],[8,-12],[11,5],[19,-11],[13,8],[2,31],[31,9],[51,29],[9,8],[-4,13],[42,36],[12,-3],[38,3],[9,10],[22,6],[0,6],[15,9],[45,5],[9,-3],[36,8],[13,-8],[4,-11],[70,15],[87,5],[-12,-16],[9,-24],[10,-10],[50,4],[10,-30],[16,0],[17,-14],[-3,-19],[17,-39],[37,14],[53,-17],[24,-25],[57,28],[12,25],[20,4],[14,-21],[68,-16],[17,-22],[12,0],[15,10],[14,24],[14,7],[48,-7]],[[1966,2906],[-33,24],[-4,2],[-2,-1],[-17,-5],[-9,-3],[-5,0],[-7,2],[-3,1],[-4,3],[-2,2],[-12,8],[-20,2],[-8,1],[-9,-1],[-5,-2],[-3,-2],[-1,-2],[-1,-3],[1,-3],[-20,-12],[-32,-11],[-5,-2],[-15,-3],[-6,-1],[-3,0],[-32,-8],[-20,-5],[-13,-2],[-5,1],[-6,1],[-24,10],[-16,5],[-11,1],[-10,0],[-22,-2],[-12,-9],[-7,-8],[-8,-7],[-15,-6],[-5,-2],[-3,-1],[-6,-1],[-10,-1],[-28,0],[-20,1],[-24,-1],[-17,-1],[-10,1],[-15,5],[-2,1],[6,4],[5,1],[14,3],[10,4],[5,4],[5,5],[5,6],[2,4],[4,8],[24,9],[32,3],[19,5],[14,6],[2,2],[3,2],[1,3],[-2,3],[-2,1],[-4,0],[-6,3],[10,6],[28,6],[29,5],[24,6],[16,2],[12,1],[5,1],[6,2],[14,8],[7,7],[3,9],[-1,8],[0,5],[5,4],[17,12],[14,11],[26,14],[7,3],[8,2],[30,11],[9,3],[23,6],[22,16],[22,16],[21,9],[11,2],[3,2],[15,11],[8,15],[27,13],[17,14],[16,4],[3,0],[5,0],[12,-1],[7,-1],[6,7],[2,10],[-4,12],[2,14],[2,6],[2,2],[10,8],[13,11],[10,6],[6,2],[6,1],[4,-2],[11,2],[3,1],[13,6],[-9,11],[-6,4],[-11,10],[-7,8],[23,7],[26,7],[6,13],[-1,5],[19,10],[30,9],[25,7],[7,1],[9,0],[16,0],[5,0],[11,-1],[17,-14],[7,-12],[1,-10],[7,-3],[4,-1],[4,0],[4,1],[4,0],[5,3],[2,2],[1,3],[0,4],[14,6],[18,5],[8,2],[2,2],[16,8],[3,4],[3,4],[3,6],[2,4],[1,7],[-2,11],[-4,6],[7,8],[12,10],[9,2],[1,1],[1,5],[0,2],[-1,6],[-1,4],[-4,6],[-6,15],[0,25],[3,19],[5,1],[11,3],[14,4],[3,1],[27,15],[8,11],[5,9],[-10,8],[0,1],[2,6],[3,5],[4,1],[6,0],[2,0],[2,0],[3,-1],[11,-2],[15,2],[2,1],[2,3],[1,3],[1,4],[1,4],[-2,10],[-3,4],[-2,1],[-22,6],[-3,10],[10,5],[14,11],[8,9],[6,11],[-12,4],[-9,7],[4,16],[5,13],[1,2],[3,3],[1,1],[18,10],[10,5],[15,5],[10,3],[10,2],[11,2],[13,4],[7,3],[3,3],[4,5],[23,18],[16,14],[15,5],[22,16],[9,21],[1,2],[0,2],[-1,2],[-4,5],[-5,5],[-15,13],[-11,6],[-13,1],[-5,0],[-8,-2],[-17,-7],[-12,-7],[-9,-5],[-12,-6],[-6,-1],[-32,-1],[-31,12],[-16,1],[-10,-1],[-34,-8],[-10,-4],[-15,2],[-13,3],[3,23],[5,11],[9,4],[16,4],[11,5],[8,5],[1,1],[1,1],[0,2],[15,10],[12,9],[10,5],[2,1],[5,8],[1,13],[2,19],[8,12],[18,13],[19,21],[8,4],[10,4],[6,3],[10,8],[-7,7],[-3,1],[-16,9],[-10,11],[6,7],[10,6],[4,1],[11,10],[10,12],[9,13],[14,14],[8,3],[9,3],[2,1],[8,6],[6,6],[-1,4],[-2,10],[5,21],[11,16],[24,15],[27,12],[32,10],[5,3],[5,4],[10,8],[4,5],[0,1],[0,4],[6,12],[14,13],[19,21],[5,8],[2,3],[-1,6],[-4,14],[-3,9],[8,16],[18,22],[36,15],[36,-3],[27,-12],[20,-10],[11,-5],[2,0],[3,0],[21,-2],[14,-2],[16,-3],[7,-1],[22,0],[10,1],[5,-1],[5,-1],[4,-1],[4,-1],[3,-1],[2,-3],[-1,1],[-2,2],[-5,0],[-16,2],[-5,0],[-7,0],[-7,-1],[3,-3],[11,-12],[6,-4],[9,-5],[11,-4],[9,-4],[13,-4],[7,-2],[7,-1],[12,0],[5,1],[7,2],[5,3],[4,4],[12,8],[3,1],[0,5],[0,3],[-3,0],[-3,-1],[-1,1],[2,1],[6,-1],[3,1],[4,3],[5,6],[5,7],[7,3],[15,5],[19,4],[18,3],[13,-13],[8,-13],[6,-9],[1,-1],[7,-5],[7,4],[-2,17],[-20,20],[-27,8],[-23,4],[-7,4],[-11,0],[-5,-1],[-11,5],[21,17],[19,3],[7,1],[17,0],[19,-4],[5,-1],[10,-3],[6,0],[13,1],[13,2],[8,2],[9,1],[5,0],[2,0],[9,-7],[26,-12],[8,-5],[3,-6],[0,-1],[5,-4],[5,-1],[8,-1],[20,-4],[11,-2]],[[2186,4241],[7,0],[12,-3],[8,-5],[2,-1],[1,-2],[1,-4],[3,-17],[-8,-13],[-6,-2],[-12,-8],[-2,-4],[-1,-4],[1,-8],[-2,-2],[-2,-2],[-5,-2],[-25,-7],[-24,-6],[-16,-2],[-12,0],[-2,0],[-3,1],[-6,5],[1,4],[4,10],[5,18],[4,8],[1,1],[4,4],[6,2],[10,5],[2,2],[5,6],[2,7],[0,2],[2,4],[1,1],[5,4],[5,2],[4,1],[3,1],[6,1],[4,-1],[17,4],[0,1],[0,-1]],[[7395,5052],[22,-7],[13,-11],[24,-5],[21,-17],[26,-6],[3,-23],[33,-1],[15,-13],[49,-20],[36,-1]],[[5454,4405],[-1,13],[44,41],[25,14],[59,5],[65,-6],[42,41],[12,23],[3,20],[-28,30],[-42,15],[-21,17],[-41,5],[-4,26],[-11,1],[-18,19],[-28,7]],[[5510,4676],[21,37],[32,16],[16,23],[-8,22],[4,23],[24,6],[24,-6],[19,6],[19,12],[-5,12],[13,9],[33,-5],[54,15],[-1,22],[7,12],[17,16],[20,5]],[[5799,4901],[23,-6],[15,4],[51,-34],[60,-5],[18,-15],[14,17],[-9,5],[18,10],[33,6],[36,-14],[15,0],[7,6],[49,-15],[20,3],[98,30],[31,16],[-12,8],[-12,1],[12,26],[9,-1],[6,8],[14,-5],[10,22],[-9,4],[14,7],[9,-4],[11,4],[10,12],[-9,9],[30,-3],[5,21],[32,-12],[8,15],[7,-2],[8,7],[23,2],[8,11],[25,-17],[13,1],[4,-28],[29,-4],[15,-7],[10,-15],[-3,-8],[14,-15],[19,-4],[-4,-32],[12,-49],[13,3],[32,-26],[11,-28],[18,-13],[6,7],[-15,8],[-3,8],[11,16],[1,25],[76,-17],[-5,-16],[10,-13],[43,9],[3,-9],[16,-2],[16,-26],[21,4],[8,9],[-4,13],[22,3],[21,13],[56,-11],[65,25],[9,21],[50,26],[-11,3],[8,7],[33,8],[108,69],[5,15],[14,-4],[34,2],[51,17],[35,4],[9,14],[-5,14],[9,9],[18,7],[20,-3]],[[9536,5588],[8,-7],[12,-4],[10,-2],[12,-5],[8,-7],[0,-5],[0,-8],[4,-6],[10,-12],[22,-12],[23,-22],[14,-23],[8,-8],[2,-1],[6,-3],[4,0],[4,0],[7,2],[5,0],[2,0],[6,0],[10,-2],[12,-5],[20,-5],[5,-1],[9,0],[11,-9],[8,-21],[9,-13],[14,-5],[9,-5],[6,-8],[5,-9],[2,-5],[-1,-8],[-5,-17],[-10,-25],[0,-4],[3,-10],[1,-2],[2,-3],[2,-2],[4,-2],[6,0],[4,-1],[3,-1],[0,-4],[-2,-2],[-5,-4],[-5,-2],[-5,-1],[-5,0],[-6,2],[-4,1],[-3,0],[-4,-1],[-9,-5],[-6,-4],[-7,-5],[-5,-5],[-5,-2],[-9,0],[-3,1],[-14,3],[-2,5],[-3,3],[-4,0],[-6,-2],[-21,-7],[-18,-3],[-2,1],[-6,-1],[-2,0],[-3,-1],[-14,-6],[-10,-8],[-13,-5],[-14,-1],[-11,0],[5,-3],[12,-1],[14,0],[37,2],[10,0],[11,-1],[20,-4],[14,0],[6,1],[-5,5],[-2,0],[-3,1],[-3,3],[-1,1],[-3,8],[-1,11],[17,-2],[6,-3],[2,-1],[3,-3],[5,-7],[1,-1],[2,-6],[2,-9],[2,-5],[3,-4],[1,-1],[9,-1],[12,0],[3,-4],[1,-3],[-2,-3],[-14,-13],[-11,-3],[-9,-6],[-8,-7],[-2,-2],[-7,-9],[-6,-10],[-7,-14],[-5,-12],[-4,-7],[-1,-2],[-5,-5],[-2,-3],[-3,0],[-2,0],[-18,4],[2,9],[3,12],[9,7],[2,1],[5,3],[0,10],[-21,11],[-1,0],[-10,2],[-4,1],[-4,-7],[6,-4],[1,-4],[-4,-2],[-8,-1],[-8,-2],[-19,4],[-3,0],[-6,-1],[-5,-1],[-3,-1],[-15,-7],[-21,-4],[-9,2],[-5,-1],[14,-8],[29,-11],[5,-2],[7,0],[37,-9],[16,-3],[5,-1],[13,0],[13,-5],[24,-14],[4,-5],[2,-11],[-3,-6],[-2,-3],[1,-10],[1,-15],[4,-12],[5,-11],[4,-6],[4,-6],[5,-13],[1,-3],[0,-2],[-2,-5],[-2,-2],[-4,-1],[-2,0],[-1,2],[2,-2],[2,0],[-2,2],[-8,-1],[-3,1],[-1,4],[-1,2],[-2,6],[-6,13],[-6,18],[-1,2],[-2,2],[-3,1],[-8,0],[-5,-1],[-9,-2],[12,-23],[3,-6],[10,-13],[3,-3],[10,-11],[4,-4],[2,-1],[5,-3],[6,-2],[2,0],[4,0],[18,2],[33,-2],[20,-2],[19,-2],[4,-2],[3,-3],[7,0],[6,0],[1,3],[1,4],[-2,2],[-5,2],[-1,1],[7,-2],[2,-2],[-2,-8],[1,-3],[0,-2],[5,-1],[14,-1],[9,1],[8,-2],[2,-1],[1,-3],[1,-7],[0,-8],[-2,-6],[-3,-6],[-10,-9],[-16,-14],[-37,-9],[-5,0],[-5,2],[-4,2],[-4,1],[-3,1],[-17,14],[-11,10],[-7,9],[-2,4],[-1,5],[0,4],[3,7],[-1,3],[-3,3],[-4,2],[-9,1],[-16,3],[-10,0],[-15,-2],[-8,-1],[-19,-5],[-6,-2]],[[8993,4965],[19,7],[17,21],[8,1],[-2,16],[15,9],[-9,5],[36,12],[-1,17],[9,2],[6,15],[-10,12],[8,1],[10,12],[31,-6],[4,7],[18,-6],[20,15],[29,1],[24,8],[-3,37],[20,32],[17,6],[-3,11],[18,10],[4,16],[-22,-1],[-16,26],[-45,12],[0,25],[-33,10],[-14,10],[-41,5],[-23,19],[-11,3],[8,13],[-28,8],[-6,15],[7,3],[5,18],[13,6],[0,14],[11,14],[9,5],[28,1],[1,9],[15,9],[15,0],[-3,26],[19,-7],[25,1],[44,-18],[13,1],[-12,-18],[25,3],[8,-10],[23,6],[16,7],[10,17],[22,10],[29,1],[11,14],[21,9],[-1,42],[13,8],[-2,16],[22,20],[37,8],[12,-12],[22,-3],[31,17]],[[1725,4368],[6,-1],[16,-7],[8,-2],[4,0],[3,2],[2,1],[0,1],[7,2],[15,-5],[4,-2],[5,-5],[4,-7],[1,-5],[2,-8],[5,-13],[15,2],[6,4],[12,4],[20,4],[5,0],[10,0],[39,4],[29,-3],[5,-1],[2,-2],[1,-2],[2,-3],[24,-7],[23,-1],[2,0],[5,1],[13,-4],[2,-2],[1,-2],[1,-2],[-3,-6],[-22,-11],[-17,-9],[-5,-14],[26,-19],[6,-3],[20,-9],[7,-2],[14,1],[2,0],[2,4],[0,3],[2,7],[13,13],[5,-5],[1,-7],[-3,-9],[-1,-2],[-14,-26],[-2,-3],[-2,-3],[-3,-1],[-14,1],[-9,0],[-10,3],[-8,2],[-7,2],[-2,2],[-2,2],[-6,6],[-8,5],[-22,10],[-16,10],[-20,5],[-32,5],[-29,12],[-20,4],[-24,7],[-18,8],[-17,7],[-41,9],[-41,12],[-8,3],[-11,3],[-15,2],[-24,1],[-4,1],[-3,3],[0,3],[1,7],[10,9],[6,2],[23,11],[2,0],[5,2],[39,1]],[[3547,4667],[-11,0],[-19,1],[-2,-1],[-3,0],[-5,-2],[-5,-5],[-2,-3],[-18,-9],[-15,3],[-11,6],[-17,5],[-26,1],[-39,0],[-12,1],[-15,-6],[-12,-7],[-2,-1],[-3,-1],[-5,-1],[-31,-4],[-26,-9],[-21,-4],[-29,-3],[-29,8],[-22,-4],[-2,-1],[2,-3],[8,-7],[-6,-3]],[[3169,4618],[-32,67],[26,16],[22,-7],[18,3],[2,11],[8,2],[18,27],[11,-3],[14,16],[21,-5],[5,4],[-1,12],[12,6],[4,14],[13,9],[26,-13],[6,-10],[31,6],[5,5],[15,-3],[28,4],[-30,-21],[43,-8],[-2,-8],[11,8],[33,-9],[8,-19],[18,2],[33,18],[12,-15],[-4,-9],[-13,-2],[-2,-26],[11,0],[8,-23]],[[2011,4701],[2,-1],[6,-1],[6,-2],[10,-15],[1,-2],[1,-3],[0,-2],[-8,-2],[-1,-9],[5,-12],[10,-5],[3,-8],[1,-7],[0,-8],[0,-27],[0,-2],[-3,-8],[-9,-17],[-5,-9],[-19,-6],[-14,-4],[-9,-1],[-14,0],[-6,2],[-7,4],[-36,3],[-30,17],[-4,5],[-8,15],[7,7],[15,8],[9,5],[-1,6],[-3,1],[-6,1],[-10,-2],[-5,3],[-15,12],[-6,7],[1,4],[1,2],[5,3],[11,3],[34,7],[23,3],[17,8],[10,18],[35,9],[2,1],[4,-1]],[[1955,4766],[6,-1],[4,-2],[2,0],[21,-4],[19,-9],[20,-3],[2,1],[8,3],[4,1],[19,-7],[4,-1],[5,-4],[1,-1],[1,-3],[0,-3],[-2,-4],[-3,-3],[-34,-11],[-19,-4],[-22,-1],[-19,-2],[-21,-7],[-10,-8],[-27,10],[-6,6],[-13,25],[5,8],[2,3],[4,4],[5,4],[15,4],[14,4],[10,4],[3,1],[2,0]],[[5799,4901],[12,11],[13,2],[3,8],[-28,41],[-2,18],[-37,23],[-6,16],[7,5],[-70,25],[44,23],[-11,7],[-6,24],[-14,15],[26,80],[-32,102]],[[5698,5301],[66,15],[39,38],[15,5],[45,-4],[79,15],[35,-14],[11,-12],[10,9],[19,0],[6,6],[54,-21],[23,6],[13,-7],[43,-2],[30,-21],[22,6],[30,-4],[5,19],[32,8],[48,-10],[18,-13],[27,10],[12,25],[1,21],[-9,18],[24,10],[25,31],[17,11],[5,29],[14,2],[7,-5],[33,16],[4,9],[-15,17],[7,9],[36,12],[27,-9],[36,6],[-21,22],[1,14],[9,5],[-12,16],[-78,32],[-19,1],[8,27],[40,-6],[53,-26],[9,12],[-20,12],[-3,9],[8,4],[7,25],[43,-5],[14,6],[-9,9],[17,3],[21,-6],[-13,27],[18,12],[-4,26],[23,-11],[17,8],[-15,16],[2,8],[52,-22],[13,6],[6,18],[14,-4],[8,18],[16,-6],[15,20],[1,24],[24,-1],[6,6],[16,-2],[18,10],[28,-28],[22,5],[6,21],[22,-5],[17,8],[5,40],[19,11],[-2,7],[-10,1],[7,12],[-13,2],[-4,18],[-24,3],[-10,-5],[-20,22]],[[6920,5951],[27,-1],[33,16],[9,-2],[75,37]],[[7064,6001],[4,-17],[12,-11],[43,2],[1,-12],[53,-14],[37,-38],[4,-20],[12,-12],[15,-11],[37,-10],[13,-17],[13,0],[4,-5],[-11,-9],[6,-6],[-15,-25],[19,-16],[10,-21],[21,4],[13,-21],[16,9],[25,-25],[12,5],[26,-10],[57,-8],[28,-29],[12,1],[20,23],[25,-36],[27,-10],[19,-22],[27,-9],[4,-11],[14,-8],[15,9],[22,27],[22,3],[8,-8],[17,9],[12,28],[33,-12],[9,3],[1,20],[7,3],[23,-3],[20,-12],[18,-34],[19,-5],[10,4],[10,-8],[-8,-3],[5,-9],[-14,-15],[-6,-32],[-28,-8],[-23,-23],[2,-15],[17,-19],[-12,-35],[-22,-7],[12,-27],[-11,-4],[-41,5],[-21,-8],[-17,-20],[-9,-26],[12,-15],[26,-16],[-11,-56],[-31,-24],[3,-24],[-15,-8],[-57,-13],[15,-22],[0,-8],[-10,0],[-1,-7],[8,-30],[-40,-12],[-31,-28],[-46,-14],[-16,-3],[-56,11],[-12,-9],[-8,-20],[-59,-13],[-19,3],[6,-30]],[[1479,5035],[5,-1],[3,-1],[0,-1],[6,-14],[9,-23],[3,-12],[0,-10],[3,-24],[1,-3],[-1,-4],[-5,-6],[-6,-3],[-4,-1],[-3,0],[-8,0],[-2,1],[-10,5],[-3,4],[2,4],[5,5],[3,3],[-1,6],[-1,11],[-5,10],[-4,9],[0,7],[3,8],[1,8],[-1,9],[-2,5],[-1,4],[2,2],[7,2],[4,0]],[[8334,6300],[38,-13],[30,13],[6,-15],[29,-20],[32,-7],[11,2]],[[8480,6260],[23,-4],[12,-18],[31,-3],[17,-18],[12,2],[32,-15],[23,1],[53,-42],[-3,-4],[21,-25],[-3,-15],[7,-3],[-15,-16],[15,-15],[-3,-7],[22,-1],[10,-25],[-11,-7],[11,-6],[-2,-29],[18,-14],[40,2],[11,-49],[16,-1],[7,5],[21,-15],[-2,-13],[18,2],[10,-8],[102,9],[42,-18],[5,-15],[-24,-15],[-17,-26],[-38,-27],[2,-11],[11,-3],[-3,-5],[21,-3],[12,-20],[61,5],[-3,9],[21,4],[3,11],[18,2],[58,-18],[6,-10],[17,0],[16,-41],[41,18],[53,4],[2,-12],[22,1],[16,14],[-16,6],[-7,14],[27,5],[0,5],[34,2],[55,28],[27,-4],[25,-20]],[[9460,5808],[3,-4],[0,-11],[0,-4],[-1,-7],[0,-7],[1,-15],[0,-2],[4,-12],[4,-19],[1,-5],[8,-22],[3,-12],[7,-18],[5,-11],[8,-16],[4,-5],[10,-17],[8,-16],[7,-14],[4,-3]],[[7064,6001],[78,35],[52,-40],[9,-12],[4,-27],[11,-6],[23,-1],[16,-12],[17,10],[15,0],[24,-16],[34,-2],[-1,7],[-11,2],[20,15],[-4,13],[14,4],[26,19],[23,-15],[18,6],[-2,10],[41,-3],[1,10],[10,8],[-4,13],[56,-39],[12,8],[28,-7],[10,-12],[1,-25],[120,-12],[15,12],[11,1],[38,-20],[19,0],[22,-8],[14,39],[10,-14],[20,-8],[23,13],[-4,19],[22,15],[25,-24],[24,-2],[20,7],[4,5],[-26,9],[3,23],[19,14],[20,-6],[20,18],[-12,12],[3,9],[-28,15],[-9,13],[-42,20],[-3,23],[-18,-3],[-21,33],[14,10],[-16,18],[1,11],[35,-21],[57,20],[13,8],[-18,17],[-5,24],[25,4],[34,-12],[26,-18],[25,-1],[10,-6],[-2,-8],[18,7],[23,-5],[38,7],[11,10],[-13,15],[19,8],[5,9],[21,-3],[6,9],[16,1],[14,-5],[-12,-13],[30,0],[8,-4],[-4,-6],[12,-1],[18,8],[-5,9],[9,11],[-13,8],[22,39],[22,-14],[15,8],[1,9]],[[8480,6260],[1,16],[18,10],[9,1],[18,-9],[19,12],[39,6],[6,20],[35,11],[-11,12],[-24,4],[-34,18],[2,6],[17,-2],[8,7],[-32,29],[33,-11],[-1,10],[-29,14],[9,8],[15,-6],[27,3],[5,10],[-16,7],[5,9],[15,5],[15,-3],[4,14],[-6,2],[18,5],[57,-24],[5,-10],[40,-4],[15,5],[-2,8],[10,12],[-13,4],[3,6],[18,12],[12,-3],[-4,20],[-17,12],[25,10],[2,9],[-17,8],[-1,14],[-24,5],[13,7],[-18,6],[1,11],[-16,8],[11,10],[-22,14],[-10,-1],[4,4],[-19,10]],[[8698,6621],[4,5],[-1,7],[-4,6],[11,10],[10,4],[14,-6],[22,-9],[18,-2],[23,0],[26,12],[15,11],[8,-1],[5,-3],[11,-6],[8,-6],[4,-2],[12,1],[3,1],[-3,10],[14,6],[8,0],[8,-1],[14,9],[14,9],[3,7],[1,8],[0,5],[4,5],[6,1],[23,-12],[17,-1],[5,2],[5,-4],[8,-7],[3,-9],[1,-9],[6,-7],[5,-3],[14,1],[21,8],[20,4],[13,1],[32,-3],[11,-3],[6,0],[6,3],[9,17],[8,2],[12,1],[13,2],[9,5],[2,4],[2,8],[0,6],[-4,29],[0,11],[-2,9],[-4,9],[-2,13],[-1,9],[4,5],[5,2],[5,-1],[21,-2],[14,0],[21,-10],[2,-7],[0,-6],[-2,-7],[-1,-10],[0,-4],[3,-1],[17,-3],[18,-6],[3,0],[10,14],[7,11],[2,8],[22,13],[13,5],[9,3],[13,-1],[6,-3],[7,-4],[1,-4],[18,-13],[-2,-3],[15,-21],[11,-9],[13,-16],[4,-4],[8,-10],[4,-4],[24,-11],[35,-11],[7,-3],[25,-13],[13,-10],[3,-3],[9,-16],[4,-9],[9,-6],[7,-5],[19,-10],[14,-6],[19,-12],[5,-3],[7,-3],[9,-2],[5,0],[4,1],[5,2],[1,1],[6,5],[12,1],[7,-11],[0,-9],[1,-4],[2,-5],[4,-7],[2,-1],[2,-2],[5,-3],[8,-5],[12,-8],[19,-17],[2,-3],[1,-3],[-2,-2],[-10,-7],[-17,-7],[-6,-3],[-12,-5],[-10,-5],[-8,-4],[-30,-14],[-31,-9],[-8,-3],[-2,0],[-2,0],[-9,2],[-2,0],[0,3],[-1,1],[-3,1],[-2,0],[-5,1],[-4,0],[-23,-3],[-16,2],[-14,2],[-15,5],[-22,7],[-16,2],[-15,0],[-12,1],[-14,3],[-17,7],[-21,8],[-19,7],[-29,13],[-20,15],[-7,4],[-6,2],[-10,4],[-6,1],[-26,5],[-4,1],[-8,0],[-8,-1],[-21,-2],[-31,0],[-14,16],[-11,9],[-7,-4],[-5,-2],[-2,1],[-4,1],[-4,0],[-1,2],[-2,3],[1,1],[-2,-1],[1,-2],[2,-3],[7,-1],[2,-1],[5,0],[4,-1],[4,-4],[3,-2],[6,-6],[-9,-5],[-7,-2],[-13,1],[-13,0],[-4,-1],[21,-11],[3,-2],[3,0],[7,-1],[9,0],[27,3],[3,-2],[7,-7],[2,-3],[-4,-2],[-3,-1],[-2,1],[-2,2],[2,-2],[4,-2],[3,3],[4,1],[3,-5],[3,-5],[1,-3],[0,-2],[-3,-6],[-4,-6],[-12,-11],[-4,-3],[-5,-1],[-6,-1],[-3,0],[-8,-4],[-10,-9],[-2,-2],[0,-3],[1,-3],[5,-4],[2,-3],[2,-3],[1,-4],[-3,-13],[-3,-4],[-8,-13],[-13,-8],[-5,-1],[-4,-1],[-1,-3],[-4,-10],[0,-5],[0,-13],[1,-1],[6,-3],[4,1],[4,-13],[-1,-13],[-4,-20],[-2,-13],[6,-13],[3,-8],[4,-18],[4,-5],[8,-11],[16,-18],[11,-11],[6,-2],[17,-9],[10,-8],[7,-5],[6,-3],[14,-1],[13,0],[1,1],[11,4],[7,2],[8,1],[3,0],[9,-2],[5,-2],[3,-2],[5,-4],[3,-3],[4,-3],[2,-2],[2,0],[4,-1],[11,-3],[9,-1],[11,-1],[6,1],[30,-10],[30,-20],[-5,-5],[-4,-4],[-6,-10],[-4,-8],[-2,-4],[-1,-8],[-2,-6],[-2,-6],[-3,-6],[-3,-6],[-3,-5],[-2,-5],[-2,-7],[0,-7],[1,-14],[-1,-19],[2,-8],[0,-1],[1,-1],[4,-2],[22,-9],[24,-4],[34,-5],[2,0],[2,-2],[4,-2],[2,-1],[0,-2],[0,-1],[-3,-3],[-8,-9],[-3,-1],[-6,-2],[-9,0],[-17,-14],[-8,-26],[-4,-8],[-8,-26],[-4,-15],[-2,-7],[-1,-15],[-1,-23],[0,-18],[3,-8],[7,-8]],[[6482,6353],[8,-2],[9,-17],[15,-7],[5,-18],[22,-17],[-4,-15],[10,-13],[9,-4],[4,15],[30,-5],[24,-31],[-15,-14],[2,-23],[-35,4],[-10,-38],[-19,-21],[4,-15],[11,-2],[16,11],[61,-3],[4,11],[29,15],[28,-16],[1,7],[21,1],[10,-8],[13,8],[14,-20],[25,3],[7,-15],[-6,-13],[10,-11],[13,-38],[-2,-11],[-20,-17],[13,-4],[16,-23],[28,-1],[26,-12],[57,-16],[4,-27]],[[5698,5301],[-24,76],[-75,73],[-46,68],[3,90],[29,36],[14,12],[24,0],[10,17],[33,28],[4,27],[-11,22],[23,5],[26,24],[25,-1],[9,8],[12,36],[-7,24],[15,3],[21,-14],[22,2],[8,5],[-1,28],[68,31],[9,20],[-3,10],[7,12],[10,3],[-12,21],[-28,2],[-33,18],[-4,42],[-17,29]],[[5809,6058],[48,6],[0,-6],[11,3],[19,16],[-4,-30],[5,-5],[8,8],[7,-8],[9,5],[2,-8],[-13,-14],[18,-7],[16,17],[-10,31],[18,17],[9,-4],[15,-29],[20,-19],[22,3],[23,19],[12,2],[17,-13],[33,3],[1,17],[16,14],[-4,21],[24,31],[-12,46],[21,-1],[15,-9],[12,14],[-8,11],[17,5],[-1,9],[9,3],[20,-10],[16,7],[10,24],[27,6],[6,6],[-1,18],[18,0],[9,10],[18,4],[-1,31],[26,-3],[26,11],[-2,17],[16,2],[7,21],[17,11],[12,-9],[21,3],[33,-10],[16,2],[4,6]],[[1939,5510],[69,14],[28,-24],[40,13],[41,2],[56,-19],[18,5],[25,29],[20,-11],[-3,-21],[29,-48],[11,3],[38,-4],[3,-6],[18,1],[13,-16],[34,-10],[8,-9],[11,4],[0,-10],[96,8],[31,-3],[32,11],[104,13],[9,-15],[24,-11],[-16,-41],[32,-18],[38,7],[2,19],[12,2],[9,11],[15,0],[-6,-25],[22,-3],[25,9],[2,-15],[-10,2],[-2,-6],[15,-16],[-6,-6],[14,-15],[0,-26],[95,-40],[-2,-49],[52,-4],[7,-16],[38,9],[22,-10],[15,5],[-1,7],[12,7],[27,9],[49,-14],[12,12],[11,0],[20,31],[14,2],[8,-7],[13,4],[16,56],[23,13],[50,15],[8,20],[41,4],[-2,15],[25,23],[-7,1],[-4,13],[-24,11],[6,7],[-16,31],[14,12],[22,-6],[50,12],[-18,36],[19,2],[14,8],[16,-13],[6,16],[21,5],[-17,34],[29,17],[0,32],[7,11],[-17,6],[16,26],[19,-3],[19,4],[25,16],[68,-45],[23,-5],[13,17],[-9,10],[37,-1],[35,11],[47,-11],[48,32]],[[3835,5663],[8,2],[9,-9],[45,-13],[20,4],[25,19],[12,-6],[28,4],[24,-9],[24,10],[10,13],[10,-3],[3,-12],[109,25],[31,2],[18,18],[22,7],[-10,21],[22,12],[1,13],[48,3],[19,13],[50,-4],[-4,13],[20,13],[31,-8],[20,7],[35,-6],[0,7],[32,-17],[69,9],[44,-1],[21,-10],[13,-14],[23,-7],[-15,-13],[-23,6],[2,-8],[32,-15],[-8,-10],[29,-13],[-7,-13],[20,-17],[28,-9],[36,-4],[12,-10],[14,-3],[15,-15],[19,2],[19,-9],[-4,-26],[-27,7],[-14,-10],[-22,1],[-6,-22],[-7,1],[0,-6],[-25,-11],[45,4],[2,-5],[-9,-3],[31,-17],[-10,-28],[11,-16],[24,4],[17,-7],[13,1],[9,-17],[27,-10],[-11,-14],[2,-10],[19,-4],[40,6],[18,-3],[11,-14],[39,-19],[-10,-8],[-22,10],[-22,-15],[28,-14],[-7,-14],[16,-9],[-12,-7],[26,-12],[-20,-18],[37,-16],[-1,-11],[-30,-5],[-4,-21],[39,-34],[-14,-20],[24,-22],[-21,-6],[-16,-13],[46,-21],[8,-6],[0,-13],[55,-28],[-14,-21],[-10,4],[-32,-13],[14,-31],[-1,-18],[40,-4],[2,-15],[29,-25],[-21,-36],[-26,-19],[6,-19],[14,-7],[-1,-15],[14,2],[8,-7],[-10,-17],[36,-7],[5,-6],[28,9],[15,-31],[13,2],[-5,-20],[7,-15],[-12,-9],[4,-14],[-10,-15],[17,-8],[-2,-7],[10,-3],[16,-31],[50,-2],[11,-19],[18,-2],[15,8],[74,-10],[19,-10],[32,-4],[22,3],[10,-6],[11,1],[1,6]],[[3429,4341],[1,0],[5,1],[0,2],[-1,1],[-5,0],[-1,2],[0,3],[1,1],[4,-1],[1,2],[-3,-1],[0,4],[2,3],[3,4],[2,1],[5,1],[11,-4],[12,-3],[-3,14],[-3,4],[-7,1],[-8,-1],[-21,-2],[-12,3],[-2,2],[-8,5],[-17,3],[-19,1],[-5,0],[-5,1],[-18,14],[5,2],[11,3],[18,3],[26,5],[4,0],[14,-2],[27,-2],[20,0],[12,2],[2,2],[13,7],[20,5],[6,-7],[3,-9],[-10,-5],[-15,-3],[-10,-12],[17,-6],[17,-2],[7,-1],[9,-2],[4,-6],[2,-1],[4,-1],[4,1],[3,0],[9,-7],[3,-2],[10,-14],[6,-9],[1,-1],[5,-2],[5,-1],[15,2],[5,2],[4,7],[-3,0],[-13,6],[-11,7],[-3,13],[-7,24],[-8,11],[-9,15],[-3,5],[-4,6],[1,6],[4,7],[8,13],[5,9],[-3,3],[-7,-3],[-9,-3],[-5,0],[-2,0],[3,3],[23,10],[7,1],[11,4],[6,4],[9,8],[1,8],[3,3],[8,3],[2,0],[28,2],[19,1],[14,-2],[27,-1],[5,2],[2,1],[11,8],[-13,-7],[-5,0],[-8,0],[-10,1],[-9,0],[-16,2],[-14,9],[13,13],[22,9],[10,6],[1,3],[-15,-5],[-15,-5],[-13,-4],[-14,-5],[-10,-5],[-3,-2],[-3,-2],[-27,-11],[-37,-8],[-3,0],[-1,0],[-20,2],[-13,2],[-8,3],[-7,3],[-27,16],[-15,19],[6,4],[12,9],[16,7],[3,3],[-4,1],[-35,-4],[-18,-4],[-7,-2],[-2,0],[-2,2],[2,1],[6,2],[9,3],[27,8],[15,4],[9,1],[3,0],[7,-1],[2,-1],[1,0],[1,-2],[-7,3],[-2,0],[-1,0],[-1,-2],[4,-2],[3,0],[4,0],[13,5],[1,1],[4,8],[0,1],[-1,1],[-2,2],[-2,0],[-8,-2],[-13,0],[-18,1],[-12,4],[15,19],[6,5],[10,0],[12,1],[26,1],[18,3],[18,5],[3,6],[8,17],[1,2],[-3,5],[-4,2],[-14,1],[-10,-2],[-11,-5],[-5,0]],[[3169,4618],[-13,-3],[-19,-1],[-21,-3],[-2,-1],[-7,-2],[-12,-3],[-3,0],[-27,-1],[-20,2],[-9,0],[-13,1],[-25,1],[-35,6],[-24,-6],[-6,-1],[-15,-2],[-28,-3],[-12,-1],[-42,-3],[-35,2],[-31,-6],[-30,-5],[-19,-1],[-32,3],[-11,2],[-12,3],[-4,0],[-4,-1],[-5,-1],[-3,0],[-46,-15],[-48,-2],[-17,1],[-11,-2],[-14,-3],[-23,1],[-25,0],[-4,0],[-7,0],[-10,-8],[-12,-11],[-2,0],[-6,-1],[-8,2],[-13,5],[-14,1],[-2,0],[-4,0],[-4,-2],[-1,-3],[-17,-5],[-20,-5],[-8,-1],[-7,-1],[-17,0],[-8,-1],[-9,5],[-2,5],[0,5],[-7,7],[-10,4],[-19,6],[-11,8],[-3,8],[2,6],[2,3],[6,7],[-1,13],[-7,7],[-11,-3],[-12,9],[-5,9],[-2,4],[-2,4],[3,4],[2,2],[2,1],[-1,-3],[-2,-2],[-1,-2],[6,1],[12,6],[3,4],[3,7],[8,6],[10,6],[8,3],[4,5],[-3,7],[-3,6],[-6,5],[-23,6],[-3,1],[-9,-6],[-18,-20],[-10,-9],[-12,-20],[12,-22],[-3,-6],[-4,-7],[-1,-7],[-2,-14],[-12,-19],[-4,-3],[-5,-5],[-2,1],[-4,3],[-5,5],[-15,0],[-15,-3],[-19,-5],[-14,13],[-12,18],[-3,7],[1,6],[4,11],[5,7],[9,12],[12,10],[21,15],[15,12],[1,11],[-1,13],[-10,16],[-12,8],[-7,15],[-1,14],[-17,12],[-3,2],[-1,2],[-5,7],[6,17],[7,4],[2,1],[22,2],[25,3],[13,-5],[11,-6],[4,-7],[14,-10],[3,-1],[2,-1],[1,3],[0,5],[-2,11],[0,9],[9,10],[0,8],[-3,9],[-3,1],[-2,1],[-1,4],[5,9],[5,3],[2,1],[14,-16],[1,-8],[1,-5],[-1,-6],[-1,-11],[0,-9],[3,-7],[9,-6],[1,3],[-8,9],[-4,11],[6,17],[1,3],[13,9],[-9,12],[-12,7],[-9,5],[-7,3],[-5,0],[-2,-2],[-9,1],[-13,5],[-3,1],[-7,5],[-18,13],[-2,7],[0,2],[1,1],[17,20],[27,12],[9,2],[26,2],[26,0],[0,4],[-2,3],[-12,6],[-3,1],[-12,1],[-4,0],[-1,-2],[-4,-6],[-6,-4],[-2,0],[-9,2],[-1,1],[-4,7],[3,19],[1,1],[12,5],[3,0],[5,-1],[11,-5],[3,-2],[3,0],[14,3],[3,1],[2,4],[-5,4],[-9,0],[-8,-1],[-2,0],[-7,2],[-3,3],[3,2],[1,1],[1,3],[1,2],[1,2],[0,-3],[2,-2],[6,-2],[11,0],[13,3],[0,5],[-1,2],[-6,0],[-5,0],[-7,2],[-3,-1],[-4,-2],[-6,-2],[-1,1],[-1,-4],[-1,-3],[-1,-2],[-5,-3],[-5,-2],[-11,0],[-7,-10],[-5,-10],[3,-9],[-4,-8],[-10,-2],[-18,3],[-35,3],[-12,-6],[2,-5],[9,-13],[14,-10],[2,-12],[-2,-24],[4,-22],[12,-14],[0,-4],[-1,-6],[-3,-1],[-24,-4],[-27,-5],[-21,-5],[-17,3],[-16,4],[-29,10],[-10,4],[-8,3],[1,3],[19,4],[22,2],[15,-6],[14,2],[6,2],[5,2],[11,8],[-1,2],[-7,3],[-14,1],[-10,6],[-6,10],[6,3],[8,4],[10,5],[-2,9],[-7,12],[-12,5],[-14,2],[-2,1],[11,16],[14,14],[1,3],[-1,2],[-5,5],[-5,2],[-24,-2],[-12,-6],[-4,-14],[-8,-17],[-1,-2],[-3,-3],[-3,-2],[-15,-5],[-10,-3],[-6,-2],[-15,-8],[-17,-12],[-5,-2],[-7,0],[-7,-1],[-5,0],[-8,2],[-1,4],[-2,0],[-3,2],[-3,-1],[-2,-2],[0,-2],[1,-1],[10,-4],[11,0],[5,1],[5,0],[3,-2],[0,-9],[-3,-4],[-10,-9],[-4,-3],[-3,-3],[-15,-20],[-1,-11],[-14,-11],[-5,-3],[-9,-2],[-7,-1],[-1,-18],[2,-12],[-2,-7],[-3,-4],[-8,-5],[-7,-3],[-9,0],[-14,4],[-28,-5],[-7,-3],[-2,-1],[-12,-7],[0,-9],[1,-3],[1,-1],[1,-5],[-1,-2],[-5,-2],[-4,0],[-11,7],[-14,11],[-26,13],[-32,9],[-11,3],[-7,-2],[-3,0],[-18,7],[-9,7],[-5,10],[-4,10],[-5,1],[-8,-3],[-5,-2],[-7,-1],[-9,-1],[-1,1],[-4,17],[-12,10],[-5,2],[-5,-3],[2,-6],[3,-5],[5,-15],[-4,-15],[-2,-1],[-5,-2],[-7,-3],[-2,0],[-17,-1],[-4,0],[-4,3],[-26,13],[-5,1],[-15,12],[3,12],[8,21],[4,5],[9,8],[14,2],[12,6],[10,12],[3,7],[0,4],[-4,10],[-4,-1],[-2,-3],[-3,-3],[-12,-1],[-9,6],[-1,22],[6,6],[7,2],[5,1],[5,0],[10,1],[32,4],[26,6],[31,9],[14,1],[13,0],[16,7],[7,6],[7,5],[6,3],[6,2],[5,1],[5,1],[5,0],[9,1],[15,2],[1,3],[-3,5],[-4,4],[-3,3],[-11,1],[-5,-4],[-2,0],[-4,0],[-2,0],[5,10],[6,12],[3,3],[4,4],[12,3],[4,0],[-1,2],[-3,1],[-2,1],[-3,1],[-6,-1],[-9,-2],[-7,-1],[-15,-8],[-7,-4],[-9,-1],[-3,0],[-14,13],[1,8],[2,4],[7,2],[8,1],[7,1],[10,-1],[4,0],[5,0],[6,1],[2,2],[2,3],[1,4],[-4,2],[-3,2],[-6,2],[-16,1],[-24,-2],[-4,-1],[-5,-1],[-6,-3],[-2,-2],[-7,-8],[-23,-28],[-26,-12],[5,8],[4,5],[-10,5],[-3,0],[-3,-1],[-8,-4],[-2,-4],[0,-5],[1,-4],[3,-4],[3,-5],[-5,-8],[-1,-1],[-8,-4],[-26,15],[-7,6],[-1,13],[-10,15],[-2,4],[1,7],[1,2],[3,1],[21,11],[9,3],[3,-1],[4,0],[3,-1],[16,0],[15,3],[3,1],[3,1],[2,2],[-2,3],[-3,4],[-6,1],[-4,2],[4,3],[5,3],[4,2],[12,-6],[7,-6],[2,-3],[12,-1],[7,1],[9,6],[1,2],[-1,2],[-16,4],[-14,3],[-8,2],[-9,5],[-6,5],[-12,2],[-17,1],[-5,-1],[6,-5],[5,-2],[9,-7],[-9,-9],[-11,-6],[-28,-12],[-5,-3],[-6,-2],[-5,-1],[-5,1],[-6,4],[-3,3],[-9,6],[3,3],[7,7],[-18,-7],[-15,-8],[-13,-8],[-4,-5],[-4,-12],[-2,-16],[-1,-10],[8,-16],[-1,-6],[-3,-6],[-30,-15],[-31,-7],[-2,2],[-11,4],[-2,0],[-2,0],[-6,-2],[-3,-2],[-8,-8],[-2,-4],[0,-3],[1,-2],[1,-1],[6,-1],[9,-1],[3,-1],[3,-2],[-1,-3],[-2,-1],[-11,-3],[-4,0],[-14,8],[-4,9],[3,6],[4,1],[1,1],[2,3],[1,1],[-1,3],[-2,3],[-4,2],[-4,2],[-3,1],[-9,0],[-2,0],[-5,-2],[-7,-3],[-5,-2],[-4,-1],[-4,-1],[-8,-1],[-3,0],[-11,3],[-38,6],[-29,6],[-4,1],[-3,2],[-7,8],[-6,9],[-3,9],[4,12],[1,6],[0,7],[0,2],[-14,9],[-9,4],[-14,2],[-18,3],[-19,17],[-9,0],[-27,-17],[-5,0],[-18,-3],[-26,-8],[-20,-13],[0,-3],[0,-2],[-3,-5],[-3,0],[-5,1],[-9,5],[-21,14],[-10,14],[-2,4],[-3,2],[-4,2],[-6,3],[-2,1],[-8,2],[-30,-14],[-29,-11],[-2,6],[0,9],[13,12],[11,11],[12,11],[20,22],[10,5],[12,2],[5,3],[5,10],[7,19],[9,3],[9,1],[0,-1],[2,-3],[3,-2],[5,-3],[5,-1],[30,-2],[28,-16],[17,-10],[8,-3],[16,-2],[8,2],[15,5],[5,4],[1,7],[0,9],[1,4],[6,7],[13,10],[10,1],[25,2],[4,3],[2,1],[0,1],[-1,1],[-3,2],[-12,4],[-13,2],[-6,0],[-33,-2],[-33,7],[-7,5],[-1,7],[-7,9],[-13,9],[-2,10],[13,12],[10,5],[5,-1],[5,0],[5,-2],[31,-13],[8,-5],[5,-4],[11,-10],[1,-1],[14,-4],[31,-8],[20,-4],[4,6],[0,6],[0,2],[-3,3],[-4,0],[-4,1],[-4,-2],[-6,-4],[-9,0],[-6,1],[-8,4],[-12,9],[-2,6],[2,2],[4,2],[-23,11],[-34,10],[-11,4],[-16,6],[-10,2],[-7,2],[-15,-1],[-20,0],[-5,0],[-33,12],[5,6],[17,-5],[4,2],[-1,2],[-8,6],[-15,11],[-7,1],[-7,-1],[-3,-4],[-5,0],[-6,1],[-4,1],[-3,3],[-1,1],[0,9],[11,2],[5,0],[12,-2],[22,-4],[18,-3],[3,0],[2,1],[0,3],[-4,1],[-16,3],[-6,1],[-19,5],[-16,5],[-4,2],[-3,2],[0,5],[6,-1],[27,-4],[10,0],[10,-1],[19,-3],[17,-4],[4,-3],[22,-10],[19,-15],[14,-4],[17,-3],[8,0],[4,1],[22,5],[5,2],[3,4],[1,2],[-4,3],[-5,3],[-4,1],[-2,-1],[-14,-4],[-25,5],[-28,7],[-20,5],[-9,3],[-9,3],[-15,3],[-21,3],[-5,0],[-15,1],[-10,1],[-19,3],[-5,2],[-8,15],[-9,15],[0,13],[-11,3],[-33,2],[-22,-4],[-21,1],[-26,10],[7,20],[5,4],[8,4],[24,8],[5,1],[15,3],[27,9],[30,-8],[24,-9],[34,0],[17,-7],[3,-1],[19,-2],[2,0],[2,1],[2,2],[1,2],[0,2],[0,1],[-15,8],[-23,13],[-32,13],[-3,2],[-2,3],[-3,3],[0,2],[0,2],[5,2],[6,1],[30,1],[17,0],[6,-1],[2,0],[35,-5],[31,-11],[15,-4],[17,2],[11,3],[17,1],[29,-3],[14,-3],[18,-5],[3,-1],[3,-5],[1,-5],[-1,-2],[-1,-1],[-8,0],[3,-11],[9,-16],[7,-8],[9,-5],[19,7],[6,7],[17,9],[17,-4],[3,-4],[2,-2],[7,-4],[16,4],[7,1],[6,2],[1,4],[-9,6],[-5,2],[-14,5],[-17,1],[-11,-2],[-10,-3],[-9,-3],[-2,-1],[-15,1],[-2,0],[-1,2],[-1,2],[0,2],[1,1],[3,0],[4,2],[-2,2],[-3,0],[-1,-2],[-2,-1],[-2,2],[-1,3],[2,2],[2,0],[2,0],[3,0],[4,-1],[24,-1],[22,3],[11,20],[-5,7],[-17,-2],[-21,1],[-6,1],[-12,1],[-8,2],[-31,7],[-20,8],[-18,13],[-6,4],[-17,16],[-2,13],[-2,9],[-7,7],[0,7],[7,7],[15,1],[5,0],[4,-2],[5,-3],[6,-4],[7,0],[15,-1],[7,0],[7,2],[3,1],[2,2],[3,2],[12,3],[12,1],[8,-2],[28,-9],[15,-10],[20,-7],[14,-1],[11,1],[32,-3],[7,-1],[6,-2],[5,0],[5,1],[16,3],[22,5],[3,2],[11,11],[4,9],[10,12],[28,1],[26,2],[8,0],[15,-3],[6,-2],[12,-5],[10,-7],[2,0],[2,6],[0,5],[-9,5],[-3,2],[-3,0],[-7,1],[-3,0],[-7,2],[-9,2],[-20,13],[-2,4],[10,1],[6,-2],[11,-5],[11,-4],[18,-6],[26,-7],[10,-7],[9,-5],[33,-8],[11,-3],[2,-2],[19,-13],[21,-13],[13,-1],[12,2],[25,3],[28,4],[15,1],[18,1],[25,1],[27,-4],[14,-4],[9,-3],[2,-1],[5,-1],[8,3],[11,3],[2,6],[2,5],[1,8]],[[730,5574],[2,-3],[1,-3],[1,-6],[2,-5],[2,-3],[2,-1],[11,-2],[6,-1],[3,0],[2,1],[1,1],[1,1],[-1,1],[10,17],[17,5],[11,3],[11,7],[1,2],[9,2],[9,1],[6,-1],[23,-9],[7,-7],[0,-9],[0,-23],[3,-6],[-7,-14],[-4,-2],[-13,-4],[-9,0],[-23,2],[-5,1],[-4,3],[2,4],[6,2],[4,-2],[2,-2],[2,-1],[1,2],[-1,5],[-2,2],[-2,1],[-9,0],[-27,-1],[-19,-1],[-12,1],[-27,8],[-10,3],[-8,5],[-5,5],[-1,4],[0,2],[3,5],[1,1],[2,2],[12,7],[4,2],[5,1],[4,-3]],[[1009,5782],[13,-2],[7,-2],[33,10],[2,1],[2,0],[1,-1],[3,-2],[9,-7],[7,-6],[-14,-25],[-5,-3],[-6,-3],[-16,-5],[-3,0],[-37,-6],[-9,-2],[-12,-1],[-4,-1],[-10,0],[-2,1],[-1,2],[-1,3],[0,4],[1,8],[3,8],[2,3],[19,24],[12,3],[6,-1]],[[1311,6076],[2,-1],[3,-2],[2,-2],[6,-7],[8,-12],[22,-17],[7,0],[4,0],[5,-1],[4,0],[6,-2],[4,-1],[4,-3],[1,-5],[-15,-19],[-23,-12],[-26,-5],[-24,-5],[-28,-3],[-27,-1],[-18,0],[-37,-1],[-21,1],[-7,5],[0,17],[3,8],[6,9],[35,11],[23,3],[8,0],[14,3],[7,1],[2,1],[4,1],[9,3],[2,2],[3,9],[7,7],[16,15],[7,3],[2,0]],[[3835,5663],[36,25],[0,10],[33,43],[12,-1],[22,-19],[9,5],[28,2],[6,5],[-9,11],[10,9],[12,0],[8,7],[37,7],[8,9],[29,6],[-4,31],[46,-1],[-15,24],[12,15],[11,0],[-3,8],[15,7],[9,20],[-1,26],[-8,7],[33,15],[6,10],[-29,8],[-20,21],[6,13],[-17,13],[-13,-5],[-12,3],[-8,12],[-53,10],[-13,10],[24,13],[7,-4],[21,9],[-16,18],[2,8],[10,0],[13,11],[-15,10],[7,5],[-19,23],[5,4],[23,-4],[6,8],[21,-1],[7,6],[2,26],[-11,2],[-11,27],[47,-1],[13,9],[63,-29],[28,8],[-5,21],[15,2],[8,10],[14,0],[-35,20],[7,24],[-62,17],[-14,15],[-37,18],[10,10],[-14,5],[19,45],[-7,11],[32,2],[-39,17],[-14,21],[12,4],[11,15],[7,-2],[23,13],[8,-11],[27,-12],[93,-27],[17,-12],[8,10],[-8,10],[34,-11]],[[4355,6392],[74,-2],[30,12],[34,-34],[5,-12],[-8,-17],[8,-16],[15,-4],[23,3],[30,-12],[24,-1],[18,-20],[39,1],[8,4],[-6,10],[4,16],[30,8],[91,-8],[18,5],[22,-6],[22,6],[64,-2],[5,3],[-10,20],[-11,15],[-16,2],[7,21],[-30,1],[-4,-8],[-32,3],[-1,7],[-62,12],[3,9],[-37,4],[-9,6],[32,7],[39,-5],[23,16],[-18,19],[13,17],[-7,11],[-28,17],[6,12],[33,-7],[16,3],[1,11],[19,1],[45,-14],[66,14],[-4,12],[14,3],[11,15],[-13,8],[17,20],[-7,8],[11,19],[17,16],[11,-4],[6,-13],[12,2],[4,10],[9,0],[-3,10],[7,6],[18,2],[3,8],[17,-5],[19,-23],[19,-6],[12,9],[-14,14],[1,24],[45,9],[8,17],[-11,39],[55,9],[32,-3],[29,37],[29,2],[-22,18]],[[5275,6783],[20,17],[13,24],[29,-13],[21,0],[31,-14],[13,-14],[29,-3],[14,5],[14,-13],[57,1],[-9,-67],[21,-17],[-50,-51],[-22,4],[3,-10],[-27,-38],[13,-57],[12,-5],[5,-12],[-2,-34],[22,-11],[-23,-28],[-25,0],[-10,-27],[-17,-5],[-28,-25],[34,-12],[0,-14],[35,-2],[3,-15],[-24,-14],[20,-27],[25,10],[-1,-13],[11,-3],[14,-20],[26,6],[45,26],[7,12],[-13,7],[5,10],[11,5],[31,-6],[-5,-16],[11,-13],[11,-6],[9,7],[10,-2],[11,-14],[-10,-30],[36,-40],[-9,-9],[9,-23],[-8,-14],[10,-11],[32,3],[47,-49],[25,8],[10,-24],[12,-9],[0,-40]],[[8334,6300],[-33,26],[-36,-3],[-14,6],[-17,-2],[-8,9],[-41,1],[-6,7],[8,4],[-14,13],[6,9],[-13,4],[-11,32],[-18,5],[-12,29],[-9,5],[4,5],[-15,16],[5,12],[-33,11],[-4,6],[12,8],[-32,13],[4,22],[-16,2],[-12,-9],[-18,16],[-11,2],[-22,-11],[-22,19],[2,14],[-10,7],[3,6],[-12,14],[-10,0],[-20,20],[-11,-9],[-10,1],[-3,14],[-31,15],[-12,26],[-33,7],[-19,31],[-32,6],[-7,20],[32,13],[-8,15],[-30,-5],[-37,10],[-10,-17],[-55,-12],[-19,-18],[-12,2],[3,12],[-22,16],[-38,5],[-30,-8],[-4,-10],[-34,-16],[-30,4],[1,9],[-7,5],[-31,-7],[-28,23],[-8,1],[-11,-10],[-47,25],[-20,-14],[-20,14],[-13,0],[22,-18],[-17,-6],[-28,9],[-9,-7],[-55,34],[-29,-2],[-14,8],[-16,-9],[-14,8],[6,16]],[[7119,6799],[3,-1],[20,6],[5,6],[0,9],[-22,9],[8,11],[-24,12],[-24,14],[2,16],[17,10],[8,13],[17,16],[26,8],[21,9],[15,-2],[12,-4],[-8,-14],[-3,-8],[3,-13],[-14,-12],[-19,0],[-6,-13],[38,-10],[-2,-8],[-16,-15],[-6,2],[-16,3],[-14,-1],[7,-10],[5,-11],[0,-4],[11,-5],[11,-3],[5,0],[15,9],[10,9],[4,7],[8,8],[10,6],[15,13],[1,11],[2,8],[6,10],[7,8],[0,8],[-2,2],[-1,3],[-4,3],[0,8],[5,3],[9,3],[13,5],[11,2],[2,1],[-1,4],[-7,4],[-18,0],[-9,14],[-2,15],[-4,20],[3,2],[15,3],[10,-1],[11,0],[14,5],[-13,9],[-15,-3],[-3,0],[-2,3],[-1,1],[4,8],[10,6],[6,2],[19,12],[16,10],[9,3],[5,0],[7,-5],[12,-2],[16,5],[9,6],[7,5],[11,12],[2,1],[12,0],[5,-11],[14,-5],[10,-2],[15,6],[15,2],[10,5],[10,6],[2,7],[1,6],[-2,7],[1,7],[2,10],[-16,8],[-12,2],[0,2],[3,4],[8,6],[6,3],[6,3],[4,7],[0,9],[-9,3],[-3,3],[-5,15],[-7,14],[-3,4],[-3,2],[-2,0],[-3,1],[-15,-2],[-17,-5],[-5,4],[-2,4],[1,6],[5,5],[9,6],[4,7],[-3,6],[-6,1],[-12,2],[-14,5],[-14,6],[-27,7],[-5,6],[-7,8],[12,10],[12,10],[11,7],[10,3],[10,-3],[11,-3],[5,0],[2,2],[-2,19],[-1,17],[-2,19],[-6,8],[-7,3],[-4,4],[12,5],[21,-5],[10,-1],[14,-1],[18,-4],[10,3],[11,6],[10,10],[6,4],[25,12],[23,8],[9,3],[9,3],[7,2],[1,3],[2,9],[-15,13],[-2,4],[0,2],[22,9],[14,6],[11,7],[8,5],[0,4],[2,4],[20,12],[9,10],[0,2],[11,17],[6,6],[7,11],[7,15],[6,3],[5,3],[19,5],[10,7],[16,9],[5,0],[13,-9],[27,-5],[8,-3],[11,-3],[5,-7],[-1,-1],[10,-5],[13,-1],[3,0],[10,-1],[13,-4],[10,-6],[12,-6],[5,-2],[13,-7],[-1,-8],[22,-11],[8,-7],[12,-7],[7,-2],[20,-3],[23,-11],[14,-9],[6,-10],[-4,-9],[-1,-5],[6,-9],[3,-17],[5,-7],[9,-6],[25,-2],[17,-6],[6,-6],[4,-9],[2,-6],[5,-7],[9,-7],[6,-8],[2,-2],[1,-13],[3,-21],[15,-4],[-1,-9],[-2,-4],[-1,-4],[12,-17],[4,-7],[-1,-13],[-7,-5],[-14,-10],[-8,-1],[-13,0],[-12,-2],[-4,-15],[3,-4],[9,-3],[19,-10],[7,-3],[18,-15],[16,2],[10,2],[7,-4],[7,-7],[11,-18],[-1,-19],[9,-10],[11,-19],[3,-12],[8,-11],[4,-6],[10,-1],[18,-8],[-2,-6],[-3,-7],[4,-7],[16,-8],[18,-10],[18,-12],[10,-5],[15,-2],[21,1],[12,-11],[8,-13],[5,-14],[8,-5],[4,-1],[8,10],[4,0],[3,-1],[6,-4],[7,-4],[9,-1],[2,3],[3,12],[0,1],[13,17],[8,8],[7,4],[8,2],[18,-2],[16,-12],[11,-4],[5,1],[11,0],[16,-5],[11,-4],[9,-13],[21,-13],[5,-3],[10,-8],[7,-8],[8,-13],[3,-10],[1,-2],[5,-16],[1,-4],[0,-12],[-2,-6],[-6,-2],[-5,-2],[-2,-3],[-5,-10],[2,-9],[0,-4],[-1,-10],[-2,-1],[-3,-2],[-17,-8],[-24,-8],[-1,-6],[2,-11],[12,-20],[9,-12],[8,-8],[3,-9],[-8,-7],[-5,-5],[-8,2],[-9,6],[-6,-9],[2,-4],[1,-2],[4,-6],[3,-7],[-1,-14],[-1,-4],[-7,-6],[-8,-7],[-3,-5],[2,-5],[2,-7],[9,-8],[5,-2],[19,-2],[5,-6],[0,-5],[5,-10],[10,-13],[5,-4],[5,-4],[19,-13],[10,-2],[12,0],[21,9],[8,2],[6,1],[13,3]],[[6482,6353],[-7,5],[20,24],[10,0],[29,23],[1,9],[-17,15],[18,10],[1,21],[-33,16],[15,22],[1,18],[-19,23],[18,11],[-16,16],[-22,9],[-7,-3],[3,-16],[-60,9],[-6,13],[-8,1],[0,12],[24,19],[-13,11],[-16,-11],[-12,6],[-7,35],[-12,-2],[-7,8],[-13,-8],[-8,10],[-20,1],[-5,20],[-24,11],[-23,30],[-60,-3],[-2,27],[-29,4],[-1,17],[-13,1],[2,9],[-16,9],[-15,-6],[-34,1],[-20,22],[-10,0],[-12,-14],[-24,-13],[1,-7],[8,-3],[-4,-4],[-19,-9],[-19,5],[1,6],[-61,31],[17,11],[-3,4],[-21,9],[-29,3],[-13,9],[-5,14],[-22,6],[11,16],[-27,16],[-9,15],[-16,1],[-9,17],[-15,2],[-8,13],[-38,10],[-19,20],[-34,-5],[-42,7],[-26,14],[-13,18],[-40,-15],[-13,9],[0,-7],[-12,1],[1,-6],[-15,-5],[-13,9],[6,17],[-12,7],[12,17],[21,8],[6,17],[-14,24],[-10,-1],[-12,22],[-19,13],[9,16],[28,29],[68,-14],[13,3],[65,61],[4,28],[56,49]],[[5748,7276],[35,-2],[10,3],[16,-3],[7,-15],[9,-3],[11,1],[11,12],[29,-2],[6,-8],[9,-7],[10,-3],[9,2],[23,-2],[-3,-9],[-3,-3],[-9,-6],[-6,-7],[-3,-11],[1,-13],[0,-18],[13,-10],[9,-6],[2,-8],[-2,-12],[7,-26],[-2,-32],[3,-10],[-1,-9],[-5,-9],[4,-3],[43,-18],[62,-23],[18,15],[20,0],[25,1],[31,0],[16,2],[15,4],[14,-1],[3,-9],[5,-4],[10,-2],[18,3],[7,-1],[12,-2],[26,0],[17,10],[2,1],[19,-5],[1,-1],[9,-5],[10,-17],[5,-8],[4,-10],[3,-8],[3,-8],[6,-4],[2,-2],[4,1],[7,6],[3,6],[6,4],[18,-5],[11,-12],[6,-7],[6,-6],[24,-11],[14,-7],[6,-8],[-1,-12],[0,-10],[1,-8],[3,-2],[28,-15],[4,-3],[6,-5],[11,-4],[19,-6],[13,4],[10,1],[13,0],[5,-1],[0,-3],[3,-18],[5,-6],[2,-2],[8,-8],[27,-3],[13,1],[11,3],[12,10],[5,4],[13,8],[3,0],[6,-5],[17,-8],[18,-2],[14,-8],[9,-2],[9,-1],[18,-5],[10,-2],[10,4],[11,6],[4,10],[2,12],[10,12],[9,7],[21,15],[18,12],[23,-4],[11,3],[9,3],[19,4],[10,1],[2,-4],[-1,-4],[-8,-13],[-6,-4],[-10,-4],[-12,-9],[0,-2],[1,-2],[6,-6],[6,-2],[21,8],[10,2],[11,1],[11,-8],[7,-3],[9,3],[9,9],[15,2],[6,-2],[3,-6],[0,-1],[-2,-2],[-5,-3],[-13,-4],[-22,-19],[-4,-5],[-1,-7],[4,-7],[25,9],[15,14],[8,4],[6,1],[9,2],[14,-11],[8,-5],[9,-5],[5,-4],[0,-10],[12,-4],[9,0],[3,0],[2,2],[2,8],[12,6],[9,-5],[4,-11],[9,-3]],[[868,6543],[3,-2],[3,-2],[1,-4],[6,-4],[14,-3],[11,-1],[15,4],[5,1],[10,1],[13,-3],[1,-2],[1,-10],[0,-1],[6,-5],[13,-5],[5,-1],[5,1],[7,4],[4,2],[7,1],[2,0],[6,0],[9,-1],[12,-2],[15,-1],[5,1],[2,1],[1,1],[10,23],[11,4],[6,4],[5,5],[7,7],[5,4],[7,3],[7,4],[8,3],[18,2],[11,0],[17,1],[5,-1],[9,-4],[2,-2],[1,-3],[13,-13],[7,-7],[8,-5],[3,-1],[3,1],[5,1],[4,2],[6,3],[20,3],[25,-6],[3,0],[15,-1],[3,1],[0,6],[7,12],[13,20],[3,4],[1,1],[3,0],[9,-3],[6,-5],[6,-8],[1,-3],[3,-3],[3,-3],[2,-4],[2,0],[6,-1],[6,-2],[7,-4],[14,-11],[12,-10],[-1,-12],[5,-5],[4,-3],[5,-1],[6,-2],[2,-2],[3,-6],[-2,-1],[-17,-8],[-21,-1],[-13,-6],[-6,-6],[5,-4],[5,-5],[-5,-15],[-4,-5],[-8,-4],[-5,-4],[-1,-1],[1,-1],[0,2],[7,4],[5,-1],[3,-1],[2,-3],[4,-15],[0,-2],[-1,-5],[-2,-3],[-14,-19],[4,-3],[14,2],[4,12],[8,17],[5,1],[3,0],[28,-5],[14,-5],[0,-9],[-6,-24],[2,-10],[1,-5],[-3,-7],[-10,-6],[-10,-11],[7,-5],[11,-1],[-1,-10],[-12,-23],[-7,-2],[-14,-4],[-18,7],[-7,-13],[1,-11],[13,0],[13,-2],[8,-18],[-6,-22],[-9,-18],[-3,-7],[-1,-13],[-10,-3],[-11,-2],[-11,-1],[-3,0],[-2,1],[-8,4],[-16,13],[-3,3],[-11,6],[-14,6],[-13,7],[-9,12],[1,12],[6,4],[2,1],[0,3],[-2,1],[-9,5],[-12,6],[-6,2],[-7,3],[-12,8],[-7,8],[-3,5],[-4,8],[-11,1],[-2,0],[-3,-2],[-6,-5],[-10,-8],[-3,-3],[-1,0],[-6,0],[-17,2],[-9,1],[-6,5],[-1,19],[4,14],[2,5],[-2,12],[0,7],[7,12],[4,7],[8,23],[0,3],[-1,5],[-3,3],[-3,3],[-5,5],[-21,12],[-14,7],[-5,2],[-8,2],[-4,0],[-10,0],[-16,-4],[-2,-1],[-1,-2],[-1,-2],[-4,-4],[-8,-5],[-2,-1],[-4,-2],[-7,-2],[-30,-2],[-12,5],[-3,7],[-1,3],[-7,8],[-3,2],[-2,1],[-8,0],[-2,0],[-2,-1],[-27,-10],[-19,-6],[-11,-1],[-30,3],[-29,3],[-11,-4],[-5,-6],[4,-2],[2,-2],[1,-1],[2,-5],[-2,-1],[-16,2],[-5,2],[-24,8],[-9,5],[-9,6],[-19,11],[-19,9],[-34,-4],[-15,-5],[-3,1],[2,3],[6,3],[29,11],[7,3],[27,-1],[19,-2],[32,13],[29,19],[3,3],[2,6],[5,12],[0,3],[-2,3],[-6,9],[-4,14],[1,2],[6,3],[11,-5]],[[4929,7703],[18,3],[20,-8],[13,-19],[23,-3],[11,5],[27,-12],[23,-2],[16,8],[36,-3],[10,24],[15,-2],[8,8],[95,-20]],[[5244,7682],[22,-14],[33,-11],[16,-7],[5,-3],[-16,-18],[-10,1],[-6,1],[-7,-2],[-3,-5],[4,-5],[60,-37],[17,-10],[59,-37],[21,-17],[11,-14],[9,-6],[6,-5],[13,-17],[11,-16],[9,-11],[8,-11],[10,-6],[10,-2],[15,-6],[10,-9],[4,-3],[8,-3],[29,0],[11,3],[9,7],[3,1],[5,-1],[10,-6],[7,-7],[-8,-12],[0,-3],[3,-5],[6,-4],[1,1],[1,0],[10,-2],[7,-2],[4,-2],[5,-11],[9,-13],[10,-5],[7,-4],[19,-26],[4,-21],[13,-8],[20,-13]],[[5275,6783],[-26,12],[-45,50],[-17,2],[-26,15],[-26,37],[-23,1],[-28,10],[-6,-6],[-15,1],[-1,-10],[-44,-1],[-49,36],[-21,0],[-22,20],[-11,-4],[-4,9],[21,11],[9,18],[-36,9],[-2,12],[-30,7],[17,9],[17,22],[-10,3],[5,11],[-14,14],[10,40],[9,4],[-6,21],[-15,7],[-11,58],[8,25],[-7,37],[-19,35],[-45,3],[1,5],[-14,-1],[-18,12],[8,21],[-11,15],[-2,39],[-16,25],[27,4],[48,26],[13,61],[22,22],[5,19],[-7,7],[12,16],[-20,7],[-37,-4],[-44,14],[-16,-2],[7,-22],[-41,-11],[-14,2],[-17,15],[42,25],[-2,23],[16,15],[51,14],[13,-3],[1,13],[-15,4],[-5,22]],[[4799,7684],[8,1],[20,2],[37,7],[27,4],[14,2],[19,2],[5,1]],[[4355,6392],[-11,28],[-9,4],[9,33],[-7,32],[8,12],[-1,22],[15,18],[-34,9],[-19,13],[-25,-2],[-62,32],[-1,14],[-30,-7],[-7,-12],[-39,-5],[16,-28],[-9,-20],[-5,2],[-21,-12],[-22,-3],[-27,-45],[-25,0],[-29,18],[-28,-30],[-10,-2],[1,-15],[-56,-4],[-3,-21],[-13,-2],[-50,0],[-73,17],[-10,-3],[-29,24],[-3,23],[-28,-2],[-9,8],[5,14],[-22,25],[12,38],[-27,-1],[-8,-8],[-27,-7],[6,-6],[-33,-12],[-42,1],[-8,18],[-40,23],[-3,13],[-9,0],[5,-8],[-17,-8],[-17,6],[-25,-8],[-17,6],[-18,-5],[-16,3],[-2,5],[14,3],[5,7],[-11,7],[3,45],[12,4],[6,12],[14,1],[37,25],[38,12],[-10,32],[33,9],[3,10],[-14,22],[17,7],[37,3],[26,14],[14,16],[-14,18],[-30,5],[2,12],[-20,1],[-4,16],[17,1],[6,10],[-37,5],[-24,9],[-71,5],[-48,18],[-8,12],[-24,-24],[-16,11],[-25,-1],[-9,-36],[-43,9],[-51,-9],[-13,6],[6,11],[-40,16],[-5,8],[-22,9]],[[3157,6918],[1,16],[-1,8],[2,11],[5,10],[6,2],[6,2],[-2,16],[-4,18],[1,2],[2,1],[11,6],[8,6],[-6,3],[-25,2],[-10,1],[0,1],[1,3],[2,3],[2,1],[3,2],[4,2],[16,3],[25,1],[13,2],[15,5],[9,5],[1,1],[-2,6],[-3,8],[0,3],[0,6],[1,3],[12,15],[20,21],[15,24],[3,5],[7,11],[15,24],[17,16],[5,21],[0,28],[9,6],[15,3],[32,2],[27,-3],[6,-1],[7,-2],[19,-2],[14,5],[37,-5],[40,2],[30,3],[21,-4],[15,-5],[36,-11],[3,-1],[7,-4],[7,-4],[6,-6],[4,-4],[2,-4],[3,-5],[4,-4],[5,-2],[24,-7],[32,-10],[16,-8],[36,-12],[16,-6],[9,-3],[14,-4],[4,1],[6,1],[37,10],[10,3],[15,7],[10,12],[8,13],[3,3],[21,9],[12,4],[13,3],[7,1],[3,0],[3,-1],[5,-3],[1,-7],[20,-18],[27,-9],[10,-3],[5,0],[34,10],[28,9],[7,2],[11,3],[5,1],[10,1],[7,-1],[32,-2],[3,0],[7,-2],[4,-2],[5,-3],[5,-3],[2,-3],[8,-10],[10,-14],[-1,-10],[5,-8],[13,-9],[11,-16],[24,-11],[4,0],[2,-1],[6,-3],[10,-7],[10,-9],[25,-19],[7,-7],[6,-20],[1,-2],[8,-4],[5,0],[4,0],[9,3],[2,1],[2,6],[-3,7],[13,7],[36,3],[13,0],[1,0],[6,-2],[35,-3],[33,-3],[9,5],[1,2],[-2,2],[-20,5],[-27,4],[-11,3],[-14,4],[-12,8],[-15,6],[-19,0],[-13,3],[-6,4],[-4,2],[-1,7],[0,7],[1,3],[-2,2],[-4,5],[-6,4],[-15,11],[-18,12],[-17,16],[-3,1],[-2,1],[-6,-1],[-13,-1],[-12,-5],[-2,-7],[0,-5],[-2,-2],[-2,0],[-4,1],[-2,1],[-1,1],[0,3],[0,4],[0,2],[1,3],[2,5],[3,3],[4,4],[11,7],[2,1],[3,2],[9,11],[2,3],[2,4],[1,5],[-1,4],[15,8],[21,-5],[21,-6],[24,-3],[29,6],[8,3],[5,1],[10,1],[5,0],[17,-1],[13,-1],[6,-1],[32,3],[31,9],[7,2],[6,3],[1,13],[-1,2],[-16,7],[-31,11],[-33,10],[-12,-2],[-5,0],[-5,1],[-8,2],[-8,2],[-3,2],[-5,-1],[-3,-1],[-1,0],[-2,3],[1,1],[1,-2],[3,0],[2,2],[-3,1],[-5,-1],[-17,-3],[-11,0],[-12,0],[-8,3],[7,26],[8,18],[1,14],[2,10],[3,8],[3,-11],[6,-15],[2,-3],[2,-3],[1,-1],[5,-3],[10,-3],[13,-2],[15,-4],[12,-5],[8,-3],[32,-2],[9,2],[5,2],[2,1],[15,12],[1,2],[-1,3],[-3,2],[-16,10],[-18,3],[-28,7],[-19,11],[-22,8],[-38,9],[-36,2],[-33,-8],[-37,-7],[-39,-5],[-10,-1],[-10,-3],[-5,-3],[-5,-3],[1,-2],[1,-1],[2,-4],[4,-4],[1,-1],[0,-2],[1,-7],[-4,-3],[-16,2],[-7,2],[-4,3],[-3,3],[-1,3],[2,3],[1,1],[4,4],[8,-1],[8,5],[0,7],[-1,3],[-5,6],[-4,6],[-4,3],[-4,2],[-3,2],[-22,8],[-9,9],[-14,19],[14,11],[32,12],[15,5],[8,2],[8,2],[14,0],[14,-2],[11,4],[8,6],[12,10],[13,10],[10,1],[23,6],[7,2],[9,4],[31,11],[2,12],[-1,10],[-1,4],[4,10],[5,10],[2,2],[6,-4],[4,-4],[2,-2],[4,-2],[6,0],[8,0],[7,1],[15,3],[9,3],[13,5],[13,8],[2,2],[3,4],[-1,3],[-1,3],[-1,1],[-6,2],[1,2],[2,1],[0,-2],[4,-3],[7,1],[2,2],[3,2],[1,2],[3,3],[7,5],[1,1],[10,-1],[6,-1],[-14,-12],[-12,-9],[-17,-9],[-16,-11],[-19,-7],[-13,-4],[-10,0],[-5,1],[-4,2],[-3,-1],[-3,-1],[-4,-5],[0,-2],[4,-6],[20,-9],[12,-6],[4,0],[2,1],[1,1],[1,3],[16,17],[25,15],[19,13],[6,2],[9,3],[14,1],[17,5],[9,3],[5,4],[4,4],[1,2],[-1,2],[-3,2],[-1,2],[0,3],[2,3],[2,4],[9,9],[2,1],[3,1],[3,1],[2,0],[3,2],[8,5],[7,6],[4,8],[-1,10],[0,4],[-3,4],[-11,16],[13,15],[-1,14],[-2,3],[1,2],[1,3],[6,3],[15,4],[6,2],[6,0],[12,-5],[3,-4],[1,-3],[0,-3],[0,-1],[-6,-5],[-3,-4],[-2,-1],[-1,-3],[2,-2],[2,-3],[9,-6],[6,-3],[7,-2],[2,-4],[-2,-3],[-1,0],[1,0],[3,2],[1,1],[-1,3],[20,1],[10,0],[19,3],[5,2],[4,2],[6,3],[25,11],[35,6],[2,0]],[[1939,5510],[-10,1],[-35,0],[-5,0],[-17,-2],[-4,-1],[-12,-1],[-27,-3],[-6,1],[-14,3],[-15,1],[-10,-1],[-20,-6],[-25,3],[-8,2],[-3,1],[-7,3],[-17,9],[-5,3],[-4,4],[-22,10],[-15,4],[-29,12],[-23,7],[-29,6],[-31,12],[-9,6],[-6,7],[-6,13],[-11,19],[-27,3],[-22,4],[-3,0],[-2,2],[-4,7],[-4,13],[-1,5],[1,5],[3,6],[8,12],[7,12],[0,1],[-2,6],[-1,2],[-4,4],[-6,7],[-6,3],[-4,4],[-2,9],[1,8],[3,10],[6,3],[0,1],[4,8],[1,6],[1,10],[-1,2],[5,11],[19,20],[7,14],[3,7],[2,6],[0,5],[1,7],[0,3],[-1,2],[-7,21],[-13,9],[-6,9],[4,16],[2,3],[2,2],[3,2],[2,1],[6,0],[10,1],[3,0],[39,2],[17,5],[25,3],[16,2],[18,1],[19,0],[19,2],[13,4],[14,8],[18,7],[28,8],[11,2],[5,0],[20,0],[3,-1],[1,-1],[0,-6],[0,-3],[-1,-2],[3,-4],[1,-1],[5,-1],[3,-1],[7,0],[9,0],[26,0],[27,1],[19,2],[9,1],[14,2],[19,3],[5,1],[7,2],[3,2],[11,6],[3,1],[16,3],[25,4],[26,4],[5,-6],[9,-7],[30,0],[3,3],[0,6],[-2,2],[22,1],[27,-2],[6,-3],[2,-2],[2,-2],[0,-2],[-2,-3],[-14,-2],[-12,-2],[-6,-2],[1,-1],[8,0],[9,0],[27,2],[3,1],[1,1],[-1,4],[-2,4],[-2,3],[-2,2],[1,2],[1,1],[10,4],[3,-1],[5,-2],[3,1],[4,3],[1,2],[2,4],[2,7],[1,0],[7,-1],[2,-4],[-1,-5],[-6,-2],[-7,-3],[-6,-4],[-9,1],[-2,0],[-3,0],[-3,-2],[-3,-1],[1,-2],[3,-2],[3,-2],[4,-1],[3,-1],[7,0],[25,-2],[9,5],[8,6],[19,17],[22,9],[28,13],[9,3],[-12,5],[-15,7],[-21,4],[-3,0],[-3,-1],[-8,-3],[-13,-5],[-18,-6],[-10,-1],[-6,1],[-6,2],[-2,1],[-1,2],[0,2],[7,6],[-29,7],[-13,2],[-7,3],[-6,3],[-4,4],[-1,4],[5,3],[9,-1],[0,13],[-4,17],[2,15],[-3,14],[3,5],[4,5],[9,4],[3,1],[23,3],[17,-3],[17,-2],[18,0],[-12,5],[-27,5],[-8,3],[0,2],[12,10],[10,0],[8,-1],[7,-3],[2,-1],[7,-4],[10,-2],[9,0],[8,3],[11,10],[-1,12],[-16,11],[-6,2],[-14,0],[-23,-2],[-5,-1],[-2,-1],[-17,0],[-7,1],[-3,1],[3,1],[11,4],[15,4],[5,0],[2,0],[7,-1],[14,-2],[16,3],[4,3],[-10,-2],[-4,0],[-9,-2],[-3,1],[-4,1],[-1,4],[5,1],[8,3],[13,0],[12,1],[13,2],[4,1],[7,3],[1,1],[0,3],[-4,-2],[-16,-3],[-20,-1],[-21,-2],[-13,2],[-16,6],[-1,0],[5,1],[27,2],[14,2],[18,1],[8,4],[-1,3],[-1,2],[-2,1],[-10,0],[-6,0],[2,-2],[4,-1],[0,-1],[-1,-2],[-7,-1],[-4,-1],[-13,0],[1,6],[16,4],[11,1],[8,1],[5,1],[-25,3],[-19,-1],[-9,-2],[-13,-3],[-19,-4],[-3,0],[-2,0],[0,2],[1,1],[2,0],[9,3],[8,2],[18,2],[14,2],[15,4],[11,4],[1,2],[-9,3],[-6,23],[-6,0],[-7,-10],[-11,-17],[-5,-6],[-4,-2],[-11,0],[-2,0],[-3,1],[-1,1],[9,5],[8,6],[1,8],[-7,1],[-9,-1],[-4,-2],[-14,-7],[1,-11],[-14,-3],[-1,0],[-11,2],[-15,8],[-15,12],[-13,-1],[-12,-3],[-14,-2],[-12,1],[1,5],[-2,4],[-4,4],[-3,1],[-5,-1],[-9,-8],[-4,-8],[-16,1],[-13,7],[-12,8],[-14,1],[-28,3],[-5,0],[-7,0],[-38,-8],[-26,-11],[-22,-3],[-9,5],[-32,14],[-26,14],[-2,0],[-5,0],[-6,0],[-3,-1],[-2,-6],[-11,-14],[-15,-10],[-12,-14],[-20,-18],[-21,-10],[-24,-5],[-18,-5],[-28,-7],[-12,-4],[-7,-2],[-7,-2],[-2,0],[-22,-3],[-15,-1],[-4,0],[-38,-6],[-6,-1],[-5,3],[-7,4],[-8,5],[-30,9],[-14,4],[-8,5],[14,17],[14,15],[1,4],[2,7],[-5,11],[-4,7],[-2,6],[-1,4],[-2,6],[-1,8],[-1,8],[2,5],[5,3],[28,16],[17,20],[5,8],[-6,5],[-14,0],[-14,1],[6,11],[13,7],[10,5],[1,2],[0,4],[1,10],[7,10],[36,10],[14,1],[29,0],[35,2],[25,3],[12,-13],[4,-5],[5,-6],[20,-10],[26,9],[12,3],[1,-1],[3,-2],[3,-3],[3,-3],[1,-3],[0,-2],[-3,-11],[-2,-21],[-7,-8],[-5,-2],[-15,1],[-4,-6],[17,-24],[3,-7],[4,-4],[7,-1],[4,-1],[9,0],[0,5],[-2,9],[-1,6],[0,5],[2,7],[6,20],[-4,25],[-1,12],[-3,16],[-5,23],[-7,15],[-3,4],[-8,-2],[1,-4],[-3,-7],[-9,-5],[-15,5],[-14,5],[-17,3],[-8,-2],[-4,-4],[0,-5],[-1,-1],[-2,-2],[-1,-1],[-4,0],[-6,2],[-6,2],[-4,1],[-2,2],[-2,1],[-2,4],[0,3],[2,6],[4,26],[-1,25],[13,4],[11,2],[-2,5],[-6,11],[-9,7],[-11,6],[-10,-1],[-10,-3],[-30,9],[-8,8],[-6,10],[5,12],[-16,12],[-14,4],[1,-8],[2,-2],[2,-4],[-1,-5],[-5,-5],[-3,2],[-2,1],[-1,2],[-6,16],[0,2],[0,10],[-4,7],[-8,7],[-3,3],[-4,4],[-2,4],[1,14],[14,8],[2,0],[5,2],[6,3],[3,3],[4,6],[0,1],[3,7],[0,4],[-3,11],[0,3],[0,3],[1,3],[2,1],[1,1],[8,2],[2,1],[2,-1],[7,-10],[4,-8],[12,-9],[15,-2],[4,0],[5,2],[0,2],[-3,2],[0,13],[15,16],[14,4],[16,-4],[1,5],[-2,2],[-4,3],[-4,1],[-2,0],[-15,-3],[-2,0],[-5,-3],[-9,-4],[-22,0],[-8,1],[-4,2],[6,3],[9,2],[6,1],[1,11],[-3,10],[-4,2],[2,4],[8,5],[3,1],[7,1],[8,0],[9,-1],[3,0],[4,2],[4,0],[2,0],[1,-1],[1,-2],[2,-4],[3,0],[-2,0],[-2,2],[0,5],[3,5],[10,6],[-15,18],[-23,14],[8,5],[14,3],[23,4],[15,0],[5,3],[-4,6],[-9,10],[0,5],[1,14],[21,13],[16,13],[-28,-16],[-11,-5],[-1,-1],[-4,-16],[5,-12],[2,-2],[0,-2],[-3,-2],[-9,-6],[-4,0],[-7,1],[-13,3],[-27,3],[-20,1],[-3,1],[-2,1],[-2,1],[-4,6],[0,3],[1,1],[1,1],[-2,0],[-1,-2],[-1,-5],[1,-2],[2,-3],[3,-2],[7,-2],[6,-6],[-7,-23],[-1,-3],[0,-1],[-4,-4],[-16,-13],[-9,3],[-4,5],[-6,3],[-8,-1],[-13,-4],[0,-11],[0,-2],[5,-6],[3,-3],[3,-3],[4,-1],[1,-13],[-2,-16],[-3,-3],[-5,-3],[-20,-4],[-19,-3],[-22,-7],[-13,-3],[-15,-1],[-14,3],[-15,2],[-16,-6],[-20,-3],[-5,1],[-3,3],[5,9],[1,1],[8,4],[4,6],[1,4],[-1,3],[-2,9],[-1,5],[-6,14],[-1,2],[-15,22],[-2,3],[-11,6],[-13,5],[-4,2],[-5,3],[-1,2],[9,5],[14,3],[23,2],[24,3],[21,1],[18,5],[7,3],[2,3],[2,3],[2,4],[2,4],[6,6],[4,3],[2,1],[25,-6],[27,-3],[14,0],[1,3],[-5,5],[-12,7],[-13,15],[-5,6],[-6,4],[-2,1],[-4,1],[-7,2],[-3,1],[-3,-1],[-9,-15],[-28,15],[-25,17],[-7,12],[3,8],[17,5],[30,-10],[5,-3],[3,0],[7,1],[7,5],[2,4],[0,8],[-21,9],[-7,1],[-19,17],[-7,7],[-12,10],[-3,3],[-13,8],[-11,5],[-9,2],[-4,1],[-12,-3],[-8,0],[-2,1],[-5,5],[-2,4],[1,3],[27,1],[3,-1],[2,-1],[4,-3],[2,-2],[3,-6],[7,-4],[12,-6],[2,-1],[3,-1],[2,-1],[13,5],[9,4],[18,10],[3,3],[1,1],[0,1],[-1,2],[-5,5],[-1,3],[0,3],[0,4],[1,1],[3,3],[10,5],[6,1],[12,-16],[-2,11],[-6,9],[-16,0],[-38,5],[-19,11],[-27,17],[-30,13],[-5,4],[-2,2],[-4,11],[-3,10],[0,4],[-12,3],[-28,2],[2,-6],[5,-8],[4,-5],[5,-6],[1,-1],[-1,-2],[-9,-7],[-1,0],[-3,0],[-11,3],[-14,2],[-10,-1],[2,-9],[10,-5],[7,-4],[4,-1],[3,-1],[5,-1],[6,-3],[4,-4],[1,-2],[5,-12],[-1,-5],[-5,-26],[-1,-1],[-8,-7],[-10,5],[-9,6],[-11,8],[-3,2],[-2,1],[-14,3],[-8,2],[-7,0],[-7,-1],[-15,-5],[-2,-2],[1,-3],[21,-10],[6,-15],[-2,-19],[-8,-13],[0,3],[-1,2],[-1,1],[-2,1],[-10,4],[-9,1],[-4,0],[-19,-2],[-6,-2],[-4,-1],[-3,-2],[-25,-14],[-9,-1],[-7,-2],[-5,-2],[-3,-2],[-1,-3],[-2,-4],[0,-2],[0,-1],[6,-4],[7,-2],[23,-4],[23,-2],[9,-2],[9,-4],[1,-2],[3,-5],[2,-4],[-3,-1],[-2,-1],[-6,1],[-6,0],[-12,-1],[-3,-1],[-3,-2],[-5,-4],[-2,-3],[-2,-4],[0,-3],[1,-1],[6,-3],[5,-2],[4,-2],[1,-6],[2,-19],[-11,-5],[-3,0],[-3,1],[-2,4],[0,3],[-8,5],[-12,0],[-5,-1],[-1,-1],[-6,-6],[-7,-21],[0,-1],[1,-4],[1,-2],[2,0],[10,-2],[9,-1],[26,-15],[13,-15],[2,-8],[-1,-4],[-4,-4],[-7,-6],[-10,-5],[-13,-6],[-4,-1],[-24,3],[-19,12],[-2,1],[-20,9],[-22,0],[-20,18],[-2,7],[-2,5],[2,1],[5,3],[6,2],[9,1],[1,1],[1,4],[1,4],[-1,5],[-1,2],[-4,12],[-2,6],[-1,5],[3,16],[1,4],[13,20],[20,15],[3,2],[7,9],[8,9],[3,5],[4,8],[6,11],[3,9],[9,17],[3,5],[2,8],[1,4],[0,5],[-4,11],[-9,13],[-2,3],[-3,5],[8,12],[16,18],[1,1],[10,2],[12,2],[3,0],[4,0],[20,4],[10,12],[1,2],[1,1],[0,3],[-1,13],[-6,10],[-13,6],[-3,1],[-4,1],[-3,-1],[-2,0],[-2,-2],[-9,-1],[-10,3],[-12,4],[-17,7],[-30,11],[-6,3],[1,3],[2,2],[8,0],[18,-1],[14,-1],[4,0],[4,-1],[6,-3],[8,-5],[3,-3],[1,-3],[0,-3],[0,-2],[1,-1],[4,0],[7,-1],[4,7],[0,1],[0,3],[-2,7],[-2,4],[-4,6],[-8,4],[-8,10],[-2,12],[6,9],[3,14],[1,7],[2,7],[12,15],[4,2],[8,1],[3,1],[27,4],[31,7],[13,6],[22,14],[19,11],[9,18],[3,3],[9,6],[5,3],[5,0],[4,-1],[20,-14],[-1,-9],[6,-10],[11,-8],[19,-11],[11,-15],[8,-17],[7,-2],[3,-1],[44,-2],[6,-21],[1,-19],[-3,-14],[14,5],[3,9],[3,10],[-1,7],[0,6],[1,6],[1,3],[5,8],[7,8],[5,-9],[1,-11],[8,-9],[15,-2],[3,0],[6,3],[16,6],[5,5],[13,6],[1,-1],[-3,-13],[-10,-20],[-3,-9],[-7,-19],[-8,-12],[-16,-4],[-15,-4],[-10,-4],[-7,-4],[1,-3],[5,-2],[10,-3],[5,-3],[0,-1],[1,-2],[-1,-1],[-5,-2],[-2,0],[-31,-2],[-16,0],[-12,-1],[-7,-5],[5,-8],[-16,-1],[-2,0],[-6,3],[-5,3],[-1,2],[-2,4],[-13,20],[-8,7],[-3,4],[-9,19],[-3,2],[-2,-2],[9,-18],[14,-24],[-1,-10],[-14,-2],[-13,1],[-11,-1],[22,-10],[11,-4],[13,-4],[7,-2],[28,-7],[6,0],[28,0],[32,0],[13,1],[26,2],[25,5],[27,5],[1,2],[2,3],[0,4],[-1,6],[-1,5],[-3,2],[-1,1],[-15,4],[-10,1],[-8,0],[-1,1],[0,1],[1,1],[1,1],[6,3],[16,5],[4,0],[5,-1],[6,-2],[8,-6],[6,-6],[0,-2],[2,-3],[10,-3],[11,-3],[4,0],[11,1],[3,4],[-10,4],[-23,13],[-20,18],[-5,6],[-4,5],[1,7],[2,22],[10,21],[4,10],[4,12],[1,3],[8,4],[6,0],[7,0],[30,7],[20,7],[33,8],[9,2],[3,-2],[10,-5],[10,-14],[3,-6],[8,-13],[18,-6],[11,-2],[18,-5],[12,-6],[12,-8],[14,-5],[19,-5],[14,2],[13,4],[15,-1],[16,-3],[20,-16],[4,-7],[-2,8],[-5,8],[-2,3],[-5,3],[-2,1],[-5,1],[-8,8],[-5,9],[10,3],[7,10],[1,7],[-3,-8],[-6,-8],[-21,-10],[-23,-10],[-14,8],[-9,7],[-13,10],[-17,7],[-3,1],[-29,7],[-22,8],[-8,3],[-3,2],[-7,4],[-1,2],[-1,2],[-3,23],[6,11],[4,2],[8,1],[5,0],[4,-1],[4,-3],[7,-7],[6,-8],[1,-1],[7,-4],[4,-2],[10,-2],[8,0],[7,3],[-8,3],[-2,1],[-5,3],[-10,7],[-5,3],[-1,3],[-5,5],[-8,5],[-6,3],[-10,1],[-8,-1],[-7,-1],[-8,-4],[-4,-1],[-1,-3],[-2,-3],[-4,-3],[-2,0],[-9,0],[-10,4],[-11,8],[-32,14],[-10,5],[-16,10],[-9,23],[-3,10],[1,5],[3,4],[3,2],[3,1],[18,-1],[26,6],[13,6],[10,7],[13,12],[14,8],[12,5],[4,0],[4,0],[33,-2],[12,-1],[-2,-12],[10,-3],[18,-1],[10,3],[10,4],[20,1],[8,-11],[3,-7],[1,-1],[5,-5],[5,-4],[3,0],[4,-1],[22,2],[14,-4],[9,-5],[15,-6],[13,-3],[26,-5],[13,-2],[16,-2],[38,-8],[6,-1],[21,10],[11,10],[15,5],[34,3],[37,-3],[32,-1],[35,-4],[28,-4],[-1,-8],[0,-6],[2,-2],[1,-1],[2,-1],[16,-3],[7,6],[1,2],[1,1],[3,2],[3,2],[5,1],[22,3],[2,0],[2,-3],[0,-2],[-5,-4],[0,-6],[11,-4],[28,-3],[17,4],[11,8],[12,11],[32,-5],[31,-12],[9,-4],[3,0],[17,-4],[30,2],[18,5],[5,1],[9,-1],[13,-1],[18,-3],[8,0],[17,0],[20,-4],[5,-1],[1,-8],[1,-8],[-4,-6],[9,-8],[3,-1],[5,-1],[9,1],[4,1],[2,1],[6,12],[1,6],[10,11],[15,12],[25,18],[8,9],[8,4],[15,-6],[4,-3],[15,-6],[6,-2],[6,-2],[16,-1],[12,-2],[15,-2],[4,-2],[13,-4],[7,-2],[3,0],[17,-1],[25,-1],[10,-3],[4,-1],[5,-3],[4,-2],[3,-3],[5,-4],[6,-6],[6,-7],[5,-9],[1,-2],[-1,-3],[-6,-19],[-9,-18],[-2,-10],[1,-4],[6,-8],[3,-1],[15,0],[4,1],[2,2],[1,2],[19,15],[25,20],[7,2],[6,2],[4,-1],[6,-9],[3,-5],[4,-9],[1,-10],[-5,-10],[-4,-5],[-5,-26],[1,-4],[-1,-6],[0,-2],[-2,-4],[-10,-15],[-2,-1],[-27,-19],[-17,-2],[-10,-2],[-18,-8],[-14,-6],[-9,-8],[4,0],[14,4],[12,7],[11,5],[18,0],[15,2],[12,6],[17,19],[1,1],[8,2],[33,3],[5,-2],[5,-8],[1,-6],[1,-3],[-1,-4],[-12,-22],[-1,-1],[-12,-7],[-4,-2],[-16,-6],[-17,-9],[-5,-7],[9,-10],[2,-1],[21,-3],[22,-5],[23,-3],[28,-7],[27,-7],[2,-12],[0,-10],[7,-9],[14,-9],[9,-10],[5,-12],[6,-17],[3,-18],[1,-5],[4,0],[7,0],[5,1]],[[4461,9081],[2,-1],[1,-1],[23,-17],[9,-4],[21,-7],[3,0],[8,-1],[6,-1],[3,-2],[11,-7],[2,-6],[-3,-5],[-7,-7],[0,-2],[2,-3],[4,-11],[14,-8],[3,-1],[3,-7],[2,-3],[1,-4],[0,-16],[-1,-1],[-3,-1],[-28,-1],[-19,0],[-29,1],[-33,0],[-11,0],[-24,2],[-7,2],[-11,2],[-11,5],[2,8],[10,23],[-1,10],[0,2],[9,7],[10,5],[6,11],[1,8],[-14,7],[-10,8],[-1,3],[1,3],[6,0],[9,-1],[8,-5],[10,-1],[3,1],[5,2],[1,1],[3,3],[3,6],[-3,7],[11,-3]],[[4699,9166],[1,-1],[12,-9],[9,-22],[3,-12],[5,-9],[7,-7],[2,-3],[1,-1],[0,-5],[0,-6],[-2,-21],[-2,-3],[-2,-1],[-2,-1],[-2,1],[-10,6],[-3,3],[-7,7],[-20,15],[-3,12],[9,0],[12,6],[3,2],[2,6],[0,2],[-13,14],[-9,13],[-2,12],[4,2],[7,0]],[[4929,7703],[3,1],[2,2],[5,6],[8,4],[1,1],[2,1],[17,0],[16,1],[9,-2],[13,-1],[10,7],[-3,9],[26,15],[7,6],[5,7],[1,7],[4,10],[2,4],[2,3],[10,9],[2,1],[6,1],[3,0],[2,-2],[-1,-2],[-6,-4],[-4,-2],[-2,-1],[-1,-2],[0,-1],[1,-3],[0,-1],[3,-2],[5,-3],[2,-1],[6,0],[7,-1],[17,0],[14,3],[35,3],[4,8],[-14,4],[-19,1],[-23,0],[-15,5],[-16,9],[-25,22],[-1,1],[-4,7],[0,1],[4,5],[2,1],[3,2],[2,0],[27,12],[15,7],[24,12],[34,15],[11,3],[6,3],[0,6],[-1,3],[-3,10],[-3,7],[-2,5],[-3,4],[-9,9],[-3,4],[-1,2],[0,6],[1,2],[6,6],[4,-1],[10,-4],[3,-2],[4,1],[7,3],[7,5],[6,5],[5,5],[3,5],[4,5],[2,2],[2,1],[9,3],[7,0],[9,1],[13,10],[20,13],[3,6],[0,2],[2,10],[0,7],[0,3],[-1,5],[-3,6],[-4,7],[-1,5],[-2,7],[0,8],[1,3],[3,4],[2,2],[4,1],[4,1],[17,2],[2,0],[0,-7],[-8,-3],[-1,-1],[2,-8],[5,-3],[2,0],[7,2],[1,1],[2,3],[0,2],[2,-5],[-7,-4],[-6,-1],[-2,-1],[0,-4],[1,-3],[8,-3],[4,-14],[-4,-5],[-3,-2],[1,-2],[4,-2],[4,-1],[27,4],[3,3],[3,4],[5,13],[-3,5],[-7,1],[-1,1],[4,9],[4,2],[8,1],[2,0],[3,-2],[15,-5],[6,-1],[4,-1],[1,-2],[0,-5],[-1,-1],[-8,-3],[9,1],[9,1],[-3,4],[11,7],[2,1],[0,2],[0,2],[0,2],[-9,2],[-16,0],[-27,1],[0,8],[5,19],[8,30],[4,9],[12,14],[-24,1],[-5,0],[-3,-1],[-10,-4],[-1,-5],[2,-3],[-5,-12],[-22,-10],[-20,-10],[-9,4],[-14,12],[-1,1],[0,1],[5,5],[5,2],[7,-1],[8,0],[3,5],[-1,1],[-11,4],[-4,1],[-3,0],[-6,-3],[-12,-6],[-5,-2],[-18,-11],[-35,-14],[-15,-5],[-22,-7],[-8,-2],[-8,-3],[-13,-8],[-7,-5],[-10,-6],[-11,-3],[-24,-8],[-18,-9],[-17,-8],[-12,-5],[-6,-2],[-9,-2],[-9,-1],[-20,-2],[-6,4],[-9,6],[-1,1],[0,2],[9,8],[17,18],[8,17],[5,9],[1,1],[4,3],[2,2],[4,2],[11,4],[2,2],[-1,3],[-1,1],[-3,4],[-7,9],[-12,8],[-5,3],[-5,1],[-14,-5],[-9,-4],[-4,-4],[-16,-10],[-26,-6],[-33,-9],[-12,-4],[-10,-5],[-8,-9],[-4,-8],[-3,-9],[-4,-7],[-2,-2],[-3,-2],[-13,-8],[-10,-4],[-31,-16],[-26,-20],[-15,-5],[-8,-2],[-21,-5],[-21,-5],[-17,-6],[-17,-9],[1,-10],[1,-3],[-3,-4],[-2,-3],[-2,-1],[-20,-10],[-5,-2],[-10,-3],[-13,-1],[-3,3],[0,2],[16,14],[19,14],[5,11],[9,10],[24,8],[21,3],[9,1],[21,7],[6,2],[10,4],[2,1],[4,3],[17,17],[10,6],[16,11],[-4,21],[-2,5],[-2,2],[-16,24],[-18,0],[-12,-2],[-13,-6],[-18,-12],[-22,-16],[-24,-11],[0,5],[1,11],[10,23],[14,23],[7,9],[1,10],[-4,6],[-13,-2],[-4,-11],[-9,-14],[-18,-22],[5,-10],[-1,-4],[-1,-2],[-1,-2],[-3,-5],[-2,-2],[-6,-2],[-18,-9],[-8,-11],[-1,-4],[-1,-2],[-2,-3],[-6,-6],[-6,-2],[-16,-3],[-3,0],[-8,0],[-7,1],[-2,0],[-1,2],[0,7],[-7,25],[1,2],[1,3],[1,4],[3,4],[11,11],[3,12],[-2,9],[-20,-1],[-3,-1],[-20,-7],[-9,-3],[-6,-3],[-23,-10],[-33,-12],[-4,-2],[-3,-1],[-6,-1],[-12,-2],[-12,2],[-24,-1],[-20,-13],[-26,-11],[-13,-2],[-5,5],[7,11],[-8,4],[-24,2],[-13,0],[-12,4],[-23,11],[-18,17],[-7,13],[0,6],[-7,12],[-16,16],[-1,-1],[-1,-6],[1,-6],[0,-2],[10,-25],[9,-17],[3,-6],[-3,-3],[-7,-2],[-7,-2],[-11,-3],[-31,5],[-17,-2],[-12,-1],[-10,3],[-10,7],[-2,1],[-3,6],[4,5],[5,4],[-6,10],[-16,15],[-6,3],[-10,4],[-3,0],[-4,0],[-2,-1],[-14,0],[-22,6],[-13,4],[-17,8],[-31,9],[-26,5],[-13,8],[-12,10],[-19,-1],[-16,-3],[0,-1],[-3,-1],[-5,-2],[-3,1],[-3,8],[-1,6],[-2,7],[3,3],[6,4],[9,5],[4,1],[1,10],[1,3],[-2,4],[-5,11],[-10,9],[-17,13],[-11,11],[5,10],[10,8],[3,2],[7,0],[7,-1],[19,-2],[18,0],[9,4],[18,5],[20,0],[17,6],[-1,3],[-11,14],[-1,16],[0,11],[20,17],[20,11],[15,8],[18,3],[13,7],[11,9],[21,16],[14,9],[19,1],[7,0],[9,3],[8,4],[3,7],[0,7],[6,3],[38,4],[32,5],[12,2],[18,4],[12,2],[6,0],[4,0],[7,2],[7,-1],[2,1],[1,0],[8,2],[13,-1],[11,-2],[22,-4],[29,-5],[16,-3],[15,-4],[1,-1],[6,-5],[9,-4],[4,-2],[6,-2],[7,0],[2,1],[3,1],[8,4],[4,2],[9,4],[6,2],[4,1],[4,-1],[2,0],[1,-1],[4,-3],[1,-2],[3,-6],[0,-2],[0,-2],[-9,-4],[-9,1],[-3,-1],[-3,-2],[0,-2],[1,2],[1,1],[2,0],[2,0],[1,-1],[8,-3],[2,-2],[-1,-2],[2,1],[-2,2],[-1,2],[4,1],[12,0],[5,2],[6,1],[7,0],[3,0],[3,-1],[25,-6],[31,-10],[9,0],[12,0],[40,-1],[8,0],[6,2],[3,1],[3,2],[-2,1],[-11,1],[-2,1],[-6,-1],[-25,-2],[-23,4],[-6,2],[-2,3],[0,8],[3,4],[-10,5],[-2,1],[-17,4],[-35,8],[-13,2],[-12,0],[-1,-1],[-3,-2],[-2,0],[-8,0],[-4,0],[-3,0],[-13,4],[-7,1],[-2,2],[-3,2],[-2,4],[-2,1],[-7,4],[-7,3],[-5,2],[-5,1],[-12,3],[-11,8],[0,1],[3,2],[6,4],[8,1],[16,1],[17,0],[6,-3],[28,-9],[38,9],[21,6],[5,2],[9,-1],[14,-1],[3,-2],[20,-20],[12,-17],[6,-9],[6,-4],[33,-11],[18,-3],[17,-1],[17,21],[3,3],[-6,3],[-5,2],[-11,2],[-12,-3],[-3,-4],[-4,1],[-7,2],[-7,2],[-5,2],[-4,3],[-12,14],[-2,4],[-6,16],[-6,12],[-3,5],[-4,3],[-2,1],[-4,1],[-5,-1],[-9,-2],[-18,-2],[-7,0],[-26,3],[-12,2],[-5,3],[3,3],[-1,3],[-2,8],[-9,5],[-5,1],[-14,5],[-15,3],[-1,-2],[-6,0],[-6,0],[-7,1],[-9,2],[3,6],[5,8],[-2,9],[-10,4],[-30,0],[-32,5],[-9,2],[-1,4],[22,13],[4,2],[4,0],[20,2],[14,0],[5,-1],[10,-4],[22,-4],[18,-2],[14,3],[-2,3],[-1,2],[-3,9],[5,9],[11,12],[8,5],[6,2],[5,0],[4,1],[23,-2],[4,-2],[3,-1],[11,-8],[14,-6],[7,-2],[14,-2],[18,1],[25,9],[7,3],[30,6],[29,4],[23,8],[24,3],[-6,16],[-1,25],[-8,18],[15,3],[17,2],[13,3],[15,5],[15,4],[13,-1],[9,-2],[7,-4],[5,-2],[6,-3],[9,-4],[14,-4],[9,-2],[2,1],[12,23],[-3,6],[-9,5],[-7,-1],[-8,0],[-10,2],[-9,2],[-3,2],[-7,5],[0,11],[2,11],[1,4],[-3,11],[-6,2],[-6,0],[-3,-1],[-14,-8],[-16,-10],[-24,8],[-8,-3],[-3,-12],[3,-7],[5,-15],[-2,-6],[-4,-3],[-2,-2],[-4,-2],[-4,-1],[-3,0],[-4,1],[-6,5],[-1,1],[-1,2],[-5,8],[-5,3],[-13,6],[-30,13],[-13,5],[-7,2],[-13,3],[-18,2],[-9,3],[-5,1],[-22,14],[-6,4],[-1,1],[-5,15],[0,1],[1,3],[4,6],[11,4],[4,1],[11,9],[0,2],[0,6],[-1,3],[-1,1],[-6,3],[-9,3],[-7,1],[-5,2],[-3,14],[1,2],[3,1],[12,5],[35,5],[1,-1],[3,-5],[1,-1],[0,-4],[-1,-3],[-14,-7],[-12,-3],[-2,-2],[4,-2],[3,-1],[3,0],[11,-2],[20,4],[35,3],[24,7],[16,4],[7,1],[19,1],[22,7],[17,7],[0,2],[-5,5],[-4,2],[-8,1],[-13,0],[-17,5],[-22,7],[-31,6],[-13,5],[-5,8],[-5,9],[-5,6],[-5,5],[-14,10],[-14,12],[-10,13],[-4,7],[-14,20],[-4,10],[2,5],[11,10],[23,2],[17,-1],[9,-1],[11,-5],[21,-6],[17,6],[-6,17],[2,21],[4,13],[-1,11],[-8,8],[-2,2],[-1,3],[1,2],[14,16],[9,5],[3,0],[4,-1],[1,-1],[9,-10],[10,-12],[7,-2],[2,-1],[13,6],[3,2],[38,9],[4,0],[4,1],[4,2],[9,10],[4,6],[1,4],[-2,11],[-5,9],[9,21],[36,2],[1,0],[11,6],[4,3],[4,13],[-3,10],[-5,2],[-4,2],[-5,8],[-2,4],[-4,11],[12,5],[2,0],[10,0],[2,0],[13,-4],[2,-4],[-2,-1],[-3,-4],[2,-4],[7,-4],[5,-1],[17,3],[-1,8],[-14,7],[-11,5],[-15,11],[-1,18],[1,18],[3,15],[21,13],[16,14],[2,7],[1,7],[-2,10],[8,25],[1,17],[12,11],[17,0],[9,-6],[3,0],[18,-2],[9,-1],[13,1],[17,1],[14,-6],[14,-5],[10,-2],[4,2],[3,2],[19,-1],[27,-5],[17,1],[17,-1],[10,0],[15,-2],[10,-5],[2,0],[15,-1],[4,0],[3,0],[2,2],[5,2],[7,4],[5,6],[4,5],[2,4],[1,2],[0,2],[2,15],[2,4],[2,1],[5,1],[23,-2],[2,-1],[7,-6],[1,-4],[2,-6],[0,-2],[-2,-1],[-34,-14],[-22,-10],[-5,-8],[1,-8],[-9,-25],[12,-6],[12,-2],[13,12],[18,-11],[2,-6],[-1,-3],[-2,-4],[-3,0],[-4,-2],[1,-2],[2,-1],[2,1],[5,3],[5,4],[1,16],[-3,15],[3,9],[14,-3],[10,7],[-1,17],[-4,17],[-1,1],[1,4],[1,2],[5,5],[2,1],[3,1],[10,2],[10,0],[27,1],[29,2],[14,1],[17,2],[5,1],[10,7],[4,6],[5,4],[5,4],[6,4],[6,2],[5,1],[3,1],[12,0],[10,-9],[13,2],[8,2],[3,1],[5,2],[7,6],[7,7],[3,4],[1,3],[1,3],[0,3],[0,4],[-6,21],[-8,22],[8,21],[3,6],[1,2],[2,1],[7,2],[7,0],[6,0],[9,-1],[3,1],[8,3],[5,4],[2,3],[0,7],[2,1],[17,5],[9,2],[10,-3],[3,-8],[4,-8],[9,-9],[4,-3],[12,-1],[7,4],[6,1],[12,0],[5,0],[10,-2],[3,-3],[1,-3],[4,-8],[-1,-8],[0,-5],[-5,-10],[0,-1],[-3,-4],[-2,-2],[-27,-9],[-22,-6],[-30,-7],[-20,-8],[-17,-11],[-14,-19],[2,-5],[7,-1],[4,0],[9,0],[10,1],[3,7],[-9,13],[2,12],[17,0],[27,2],[26,6],[19,-5],[18,-8],[19,-6],[8,-1],[4,1],[4,2],[15,13],[18,14],[9,0],[9,-2],[9,-3],[6,-5],[1,-9],[-1,-2],[-8,-4],[-2,-2],[-2,-5],[2,-3],[5,-4],[8,-3],[11,-4],[3,1],[8,5],[6,4],[3,-1],[4,-3],[3,-2],[0,-2],[-9,-5],[-22,-12],[-29,-15],[-13,-6],[-5,-4],[0,-1],[4,-2],[8,2],[9,2],[13,5],[14,6],[19,8],[14,5],[36,3],[14,-4],[0,-3],[0,-2],[-9,-7],[-14,-22],[-10,-6],[-11,-4],[-9,-2],[0,1],[-13,2],[-12,-4],[-13,-6],[-8,-9],[-19,-20],[16,1],[9,3],[16,8],[16,5],[17,4],[10,-4],[4,-2],[2,-2],[6,-8],[-1,-2],[-4,-8],[3,-10],[18,3],[1,0],[4,2],[5,4],[2,3],[1,4],[-3,0],[-5,-3],[-6,0],[-2,2],[-4,6],[1,6],[0,4],[4,6],[4,2],[17,9],[15,7],[4,5],[-11,6],[17,17],[3,2],[6,5],[4,5],[7,12],[1,2],[2,11],[1,4],[0,2],[-1,6],[0,5],[-1,1],[-10,20],[-2,2],[-6,6],[-7,4],[-3,0],[-8,-4],[-2,-1],[-16,0],[-19,1],[-11,8],[-18,16],[-3,6],[0,2],[6,14],[10,17],[9,24],[36,9],[4,1],[2,1],[3,0],[8,-3],[18,-12],[4,-4],[7,0],[18,3],[5,7],[1,3],[1,3],[-1,1],[-1,19],[16,16],[21,13],[18,5],[5,-14],[-2,-20],[-6,-19],[-15,-21],[-7,-4],[-8,-7],[-6,-7],[-3,-14],[-10,-26],[11,-17],[6,-7],[2,-21],[5,-6],[16,1],[16,6],[19,5],[38,7],[12,-4],[2,-2],[1,-4],[3,-8],[11,-11],[12,-4],[0,4],[-5,9],[0,3],[1,1],[5,1],[2,0],[3,-2],[5,-6],[3,-4],[15,-23],[19,-18],[6,5],[-6,9],[-14,11],[-5,11],[1,2],[8,-1],[4,-3],[16,-14],[20,-18],[9,-13],[17,-16],[1,-16],[-1,-20],[-12,-24],[-10,-21],[-2,-17],[-3,-12],[9,-13],[14,-5],[3,0],[4,1],[4,4],[5,6],[7,8],[1,2],[-2,2],[-3,1],[-1,1],[-4,3],[-3,2],[0,4],[7,13],[4,6],[3,4],[15,22],[10,16],[7,13],[5,15],[1,16],[-5,12],[-8,9],[-14,24],[1,11],[-1,9],[-7,7],[-8,-1],[-4,-7],[-22,13],[-29,19],[-3,7],[0,8],[1,7],[1,3],[4,1],[6,0],[4,-1],[5,-2],[4,-2],[1,-2],[9,1],[0,4],[-1,11],[-2,9],[-4,7],[-5,9],[-2,9],[3,8],[-3,7],[-7,12],[-2,1],[-2,-1],[-7,-4],[-14,-9],[-5,-4],[-3,-4],[-1,-3],[4,-21],[12,-13],[-11,-17],[-3,-2],[0,-2],[3,-9],[1,-2],[6,-11],[7,-6],[13,-6],[6,-10],[0,-2],[-11,-11],[-15,-1],[-24,9],[-24,11],[-8,5],[-5,4],[-3,3],[-1,2],[-2,7],[0,1],[0,1],[6,-2],[6,-5],[8,-1],[3,0],[1,1],[7,8],[0,2],[-1,4],[-1,1],[-5,3],[-19,5],[-2,0],[-5,-2],[-7,-4],[0,-1],[-13,-9],[-10,-5],[-8,-1],[-2,0],[-8,3],[-2,2],[-5,7],[-4,5],[-24,17],[-7,1],[-5,2],[-5,4],[-8,15],[-1,3],[0,2],[1,3],[2,3],[8,9],[12,4],[17,5],[15,7],[3,1],[10,6],[21,18],[7,22],[6,13],[12,2],[15,-6],[39,-6],[10,0],[6,0],[10,2],[20,3],[8,3],[6,4],[2,2],[4,6],[0,2],[2,13],[6,6],[15,3],[17,3],[17,15],[20,15],[14,3],[22,-6],[19,-15],[8,-8],[13,-22],[6,-20],[8,-24],[20,-17],[3,-18],[-6,-21],[-7,-10],[-8,-11],[-6,-4],[-7,-2],[-5,-3],[-4,-5],[1,-3],[5,-9],[4,-6],[3,-4],[10,-10],[23,-11],[4,-2],[2,-1],[8,-2],[4,3],[13,-2],[14,-4],[24,-10],[2,-4],[1,-9],[-4,-4],[-1,-10],[5,-10],[19,-12],[26,-17],[5,-5],[6,-10],[5,-7],[18,-11],[9,-5],[13,-7],[4,-5],[5,-9],[4,-21],[0,-2],[-2,-2],[-9,-7],[-12,-8],[1,-10],[3,-9],[2,-5],[0,-1],[0,-5],[-3,-8],[-8,-13],[-3,-2],[-21,-2],[-16,-2],[-6,-2],[-6,-4],[-3,-2],[-18,-7],[-24,-4],[-16,-6],[-9,-5],[-26,-16],[0,-11],[1,-3],[3,-4],[3,-1],[0,-4],[0,-4],[-1,-2],[-2,-2],[-7,-4],[-14,-5],[-21,-5],[-15,-4],[-14,-6],[-6,-9],[-16,-17],[-14,-9],[-5,-3],[8,2],[24,8],[19,10],[10,3],[9,1],[5,-1],[33,0],[16,4],[10,3],[6,2],[6,4],[1,2],[0,2],[2,2],[5,2],[6,0],[15,-3],[1,-1],[15,-17],[3,-4],[0,-1],[-1,-18],[-5,-10],[-6,-5],[-8,-4],[-6,-3],[-15,-9],[-8,-4],[-2,-2],[0,-2],[-7,-9],[-19,-13],[-5,-3],[-3,-2],[-2,-1],[-21,-7],[-22,-8],[-3,-2],[-26,-15],[-18,-22],[-18,-15],[-6,-5],[-3,-5],[-7,-10],[-4,-14],[8,-8],[17,-8],[10,1],[2,1],[2,8],[2,6],[1,2],[2,1],[2,2],[3,1],[12,-6],[14,-8],[0,-2],[-2,-2],[-4,-2],[-3,-1],[-11,-1],[-7,-4],[-11,-6],[0,-7],[4,-24],[4,1],[5,4],[4,2],[0,2],[1,2],[-7,8],[-5,2],[-4,3],[1,3],[3,3],[12,7],[15,0],[8,7],[6,8],[15,16],[11,15],[7,14],[11,14],[6,5],[4,3],[9,4],[7,0],[1,0],[8,3],[12,9],[12,10],[16,9],[6,0],[9,4],[8,6],[12,10],[15,14],[5,4],[8,3],[3,0],[5,-1],[2,-2],[3,-2],[2,-1],[0,-2],[0,-3],[3,-1],[26,12],[-2,4],[-2,2],[-1,11],[0,4],[7,15],[4,3],[5,1],[6,1],[40,6],[28,0],[4,11],[-2,8],[-24,-4],[-14,-3],[-7,0],[-7,2],[-9,5],[-2,4],[-3,5],[-3,3],[-2,2],[-6,2],[-9,1],[-15,1],[-15,17],[-6,15],[0,7],[3,3],[24,18],[6,4],[5,2],[28,0],[27,-2],[3,-5],[2,-3],[3,-2],[20,-11],[15,-12],[7,-9],[5,-8],[3,-4],[2,-1],[8,2],[7,6],[2,6],[-2,18],[-1,4],[-1,3],[-4,4],[-5,4],[-14,9],[-17,10],[-6,3],[-3,3],[-1,6],[2,19],[1,3],[7,15],[16,16],[9,5],[8,8],[-2,9],[-5,6],[-5,9],[-2,8],[-1,4],[1,3],[1,4],[6,3],[1,1],[1,2],[0,2],[-1,2],[-2,-1],[2,-3],[-1,-2],[-1,-1],[-6,-3],[-4,-2],[-3,1],[-3,2],[-13,12],[-3,5],[-4,7],[-5,10],[-6,11],[-11,15],[-21,12],[-15,14],[-8,10],[-6,10],[-1,3],[-1,2],[-6,6],[-5,3],[-5,4],[-7,4],[-17,8],[-32,10],[-7,9],[6,19],[3,22],[3,11],[13,18],[9,12],[17,8],[17,14],[1,1],[0,2],[-2,3],[-5,6],[-2,1],[-10,-2],[-13,1],[-2,6],[2,6],[9,7],[8,3],[25,15],[8,16],[1,2],[0,2],[1,2],[0,7],[-7,7],[-7,2],[-12,3],[-3,2],[-8,12],[3,8],[5,7],[13,4],[14,4],[17,0],[10,-1],[9,-6],[5,-5],[1,-1],[3,-1],[23,-6],[8,0],[8,1],[5,1],[4,2],[3,3],[1,3],[0,2],[-3,3],[-4,3],[-1,1],[-4,6],[-3,5],[1,2],[5,7],[8,-1],[5,-1],[23,-12],[3,-7],[-3,-4],[0,-1],[3,-5],[4,-4],[14,-5],[15,-5],[19,-2],[-1,5],[-2,4],[-5,6],[-4,5],[1,5],[31,7],[29,5],[3,0],[9,0],[13,-1],[5,-3],[5,0],[6,2],[5,2],[3,2],[5,4],[2,3],[6,13],[4,12],[2,5],[0,5],[0,1],[0,2],[-4,4],[2,7],[6,2],[15,5],[3,0],[3,0],[29,-6],[6,-1],[3,-1],[12,-6],[23,-13],[29,-15],[11,-7],[9,-9],[5,-7],[-8,-5],[-9,-2],[-8,-2],[-11,-1],[-6,1],[-17,3],[-4,2],[-5,1],[-5,0],[-20,-2],[-2,0],[-4,-2],[-1,-8],[1,-2],[2,-3],[10,-2],[7,0],[3,0],[27,2],[17,2],[9,-1],[6,-1],[4,-2],[7,-4],[9,-6],[12,-7],[4,-1],[6,-2],[8,-2],[13,3],[10,6],[13,4],[12,2],[11,-5],[11,-1],[19,-1],[-4,5],[-11,8],[-16,11],[-22,12],[-10,1],[-5,2],[-14,5],[-9,6],[-6,4],[-20,13],[-23,11],[-9,4],[-5,2],[-7,0],[-5,1],[-14,2],[-5,11],[-2,6],[1,5],[-7,8],[-9,7],[-24,16],[4,16],[-2,18],[2,8],[5,7],[1,8],[0,3],[0,2],[-2,2],[-3,1],[-13,2],[-17,0],[-23,5],[-20,10],[-6,12],[-9,6],[-10,4],[-2,-1],[-4,0],[-2,1],[-2,3],[5,3],[22,10],[13,2],[13,2],[6,0],[6,-1],[5,-1],[17,-7],[26,-12],[24,-10],[29,-6],[34,-2],[24,0],[33,-3],[18,-9],[2,-2],[2,-2],[3,-2],[3,-1],[7,-2],[11,-1],[17,1],[15,-4],[13,-6],[3,-2],[11,-4],[12,-4],[24,-4],[27,-3],[22,-4],[6,-2],[9,-5],[23,-11],[12,-7],[1,-1],[1,-2],[1,-5],[0,-13],[-4,-12],[-1,-8],[3,-7],[4,-2],[6,-4],[4,-4],[7,-6],[6,-8],[4,-12],[4,-13],[-3,-2],[0,-1],[6,-4],[5,-3],[14,-4],[20,-4],[6,1],[2,1],[23,-1],[37,-9],[16,-4],[7,-3],[3,-3],[1,-2],[9,-8],[26,-15],[5,-3],[4,-2],[4,-1],[5,-1],[5,0],[15,2],[2,1],[39,3],[2,-5],[4,-5],[3,-2],[18,-5],[20,-1],[17,-3],[3,-2],[0,-3],[-1,-3],[0,-2],[-5,-2],[0,-5],[0,-1],[2,-2],[3,-2],[4,-2],[7,-2],[19,-1],[19,-1],[8,1],[41,1],[32,-12],[16,-7],[21,-18],[19,-9],[-2,-23],[-8,-9],[-15,-11],[-10,-6],[-12,-4],[-13,-8],[-12,-9],[-13,-5],[-9,-3],[-14,-4],[-9,-2],[-8,-2],[-28,-9],[-16,-6],[-19,-7],[-6,-2],[-14,-6],[-19,-4],[-10,-1],[-23,-5],[-17,-6],[-5,-3],[-8,-4],[-31,-15],[-17,-9],[-24,-7],[-8,-2],[-20,-8],[-6,-3],[-14,-6],[-36,-12],[-18,-3],[-16,-6],[-15,-6],[-19,-10],[-11,-5],[-4,-5],[-6,-6],[-5,-5],[-8,-5],[-12,-6],[-15,-17],[-21,-15],[-4,-2],[-5,-3],[-4,-4],[-5,-5],[-3,-5],[-5,-10],[-6,-13],[-11,-9],[-14,-15],[-14,-12],[-9,-6],[-4,-3],[-6,-6],[-12,-12],[-14,-18],[-8,-9],[-2,-2],[-1,-5],[-1,0],[-18,-1],[-13,-6],[-7,-8],[-6,-17],[-17,-13],[-10,-5],[-13,15],[-9,7],[-14,-6],[-17,-12],[-2,-3],[0,-3],[-8,-3],[-9,0],[-8,4],[-9,5],[-8,3],[-24,2],[-3,-1],[-14,-10],[-18,-14],[-17,-11],[-8,-7],[-10,-12],[-13,-8],[-19,-9],[-7,-9],[-4,-15],[-1,-5],[-5,-5],[-5,-5],[0,-10],[5,-9],[8,-7],[-1,-8],[-12,-19],[-9,-14],[8,-16],[1,-4],[0,-3],[-2,-10],[-2,-16],[-8,-13],[-1,-2],[11,-12],[11,-10],[12,-2],[-26,-9],[-9,1],[-8,2],[-30,1],[-29,-10],[-14,-6],[-5,-4],[-2,-4],[0,-27],[6,-27],[-2,-9],[-13,-19],[-1,-6],[-1,-6],[6,-14],[5,-7],[5,-6],[2,-3],[1,-3],[5,-12],[1,-10],[-3,-9],[-4,-7],[-23,-22],[-5,-12],[-6,-12],[-21,-27],[-7,-16],[-18,-15],[-4,-8],[-13,-8],[-13,-6],[-25,-13],[-22,-13],[-25,-11],[-15,-5],[-8,-3],[-6,-5],[-10,-16],[1,-7],[4,-8],[0,-3],[0,-8],[-1,-7],[-8,-17],[4,-10],[0,-4],[0,-13],[-3,-14],[1,-4],[18,-9],[2,-3],[-1,-10],[-9,-11],[-14,-5],[-18,13],[-47,-5],[3,7],[4,5],[0,3],[-3,2],[-8,0],[-11,-1],[-7,-14],[-5,1],[-17,4],[-6,-1],[-19,-3],[-5,0],[-16,3],[-40,15],[-17,-10],[-47,-25],[-22,-17],[-26,-5],[-17,-7],[-6,-2],[-27,-1],[-33,-17],[-16,-5],[-7,-7],[-8,-10],[-3,-6],[-6,-7],[-8,0],[-8,3],[-21,6],[-15,3],[-10,4],[-4,5],[-2,3],[-4,5],[-4,4],[-9,2],[-14,4],[-20,-3],[-9,1],[-6,4],[-7,10],[-13,19],[-3,4],[-6,4],[-9,2],[-19,1],[-8,-2],[-19,-11],[-20,-11],[-53,-61],[-28,2],[-29,-1],[-26,-2],[-9,-14],[3,-2],[21,-10],[24,-2],[3,-8],[-1,-5],[-12,-12],[-14,-10],[-7,-6],[6,-12],[6,-9],[21,-16],[23,-10],[22,-2],[10,-3],[13,-5],[22,-4],[2,-2],[1,-4],[2,-11],[0,-19],[27,-7],[20,-1],[12,-1],[11,7],[10,12],[5,3],[7,0],[9,-5],[6,-6],[3,-7],[9,-3],[22,-1],[16,0],[10,-10],[-1,-4],[1,-1],[16,-16],[20,7],[12,-4],[5,-6],[7,-1],[7,0],[11,1],[10,4],[2,4],[3,2],[19,7],[16,4],[10,4],[12,14],[6,-2],[5,-3],[3,-14],[-1,-7],[3,-9],[9,-7],[8,-1],[1,-10],[-11,-9],[-9,-5],[-3,-2],[-9,-3],[-17,-1],[-19,-6],[-8,-2],[-15,-5],[-22,-3],[-6,-1],[-8,-3],[-17,-10],[-7,-12],[5,-4],[-12,-4],[-46,-15],[-8,1],[-1,0],[0,2],[-6,-1],[-6,-4],[-3,-4],[-1,-3],[0,-6],[2,-8],[-5,-6],[-9,-4],[-14,-5],[-16,-5],[-8,-7],[-9,-10],[-14,-10],[4,-9],[1,-2],[3,1],[11,-5],[0,-5],[-13,-9],[-19,-5],[-11,-4],[-23,-5],[-30,-2],[-24,2],[-30,1],[-13,1],[-13,2],[-18,-2],[-26,-3],[-29,-5],[-25,2],[-17,11],[-3,3],[-5,4],[-20,12],[-18,-1],[-28,-5],[-33,6],[-17,-25],[-3,-8],[-5,-7],[-11,-9],[-15,-17],[-11,-12],[-10,-13],[-5,-9],[8,-9],[-9,-24],[-5,-8],[-7,-4],[-37,-4],[-27,2],[-9,0],[-11,0],[-28,-8],[1,-2],[4,-6],[1,-9],[-18,-3],[-20,0],[-3,-3],[-1,-4],[7,-8],[-6,-3],[-24,-1],[-49,3],[-34,-2],[-20,-5],[-2,0],[-8,-6]],[[5103,9726],[3,-2],[12,-6],[10,-3],[6,-2],[22,-10],[9,-5],[14,-5],[17,-2],[14,4],[6,4],[-2,-8],[-2,-6],[-4,-8],[-8,-4],[-9,-1],[-2,0],[-10,0],[-10,1],[-5,2],[-5,5],[-4,5],[-13,8],[-11,4],[-17,-1],[-21,2],[-2,1],[-7,5],[-1,2],[-1,3],[1,12],[3,3],[4,2],[13,0]]],"transform":{"scale":[0.00045814841484148204,0.0003961528152815274],"translate":[-10.580101500000183,51.42173249999985]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/IE_idx.json b/dist-amd/map/TopoJSON/IE_idx.json new file mode 100644 index 0000000000..0ad4d3d478 --- /dev/null +++ b/dist-amd/map/TopoJSON/IE_idx.json @@ -0,0 +1 @@ +{"route":{"Unnamed Road":[0,2,3,4,7,8,9,12,13,16,17,20,25,27,30,33,35,40,41,42,44,49,51,50,52],"Union Quay":[5],"Copley Pl":[5],"Copley Place":[5],"R610":[5],"Anglesea Street":[5],"Old Tramore Road":[6],"R559":[10],"Slea Head Drive":[10],"N10":[14],"N Circular Rd":[15,22],"North Circular Road":[15,22],"Wicklow Way":[18],"Ballyogan Rd":[19],"Ballyogan Road":[19],"Suncroft Dr":[21],"Suncroft Drive":[21],"Sráid Sherrard Uachtarach":[22],"Belvedere Pl":[22],"Belvedere Place":[22],"R101":[22],"R499":[23],"Shanaway Rd":[26],"Shanaway Road":[26],"L2012":[28],"The Meadows":[24],"Dun Na Coiribe":[31],"R374":[32],"R392":[34],"M1":[37],"N4":[38],"M3":[36],"An Graig":[43],"Ardkeen":[45],"Keel Holiday Cottages":[46],"R207":[47],"Rockfield Manor":[48]},"administrative_area_level_2":{"Cork":[0,1,2,3,4,9],"Cork City":[5],"Waterford":[7],"Waterford City":[6],"Kerry":[8,10,17],"Wexford":[11],"South Tipperary":[12],"Kilkenny":[14],"Carlow":[13],"Limerick":[16],"Limerick City":[15],"Wicklow":[18],"Dun Laoghaire-Rathdown":[19],"Laois":[20],"South Dublin":[21],"Dublin City":[21,22],"North Tipperary":[23],"Galway":[25,27,30,32,33,35,39,40],"Clare":[26],"Offaly":[28],"Fingal":[29],"Kildare":[24],"Galway City":[31],"Westmeath":[34],"Louth":[37],"Longford":[38],"Meath":[36],"Mayo":[41,42,46,49],"Roscommon":[43],"Monaghan":[44],"Cavan":[45],"Leitrim":[47],"Sligo":[48],"County Donegal":[51,50,52]},"political":{"Cork":[0,1,2,3,5,4,9],"IE":[0,1,2,3,5,4,7,6,8,9,11,10,12,14,13,16,15,17,18,19,20,21,22,23,25,26,28,27,29,24,30,31,32,33,34,35,37,38,36,39,40,41,42,43,44,45,46,47,49,48,51,50,52],"Ireland":[0,1,2,3,5,4,7,6,8,9,11,10,12,14,13,16,15,17,18,19,20,21,22,23,25,26,28,27,29,24,30,31,32,33,34,35,37,38,36,39,40,41,42,43,44,45,46,47,49,48,51,50,52],"Keenleen":[0],"Kilmoon":[1],"Sherkin Island":[1],"Trawnahaha":[2],"Greenane":[3],"Cork City":[5],"Ballintemple":[5],"Kilmichael":[4],"Waterford":[7,6],"Treenearla Commons":[7],"Waterford City":[6],"Kerry":[8,10,17],"Tinnies Lower West":[8],"Rockgrove":[9],"Borrmount Village":[11],"Wexford":[11],"Borrmount":[11],"Great-Blasket Island":[10],"South Tipperary":[12],"Tipperary":[12,23],"Carrigeen":[12],"Kilkenny":[14],"Danesfort":[14],"Carlow":[13],"Clonbulloge":[13],"Limerick":[16,15],"Ballygrennan":[16],"Limerick City":[15],"Ballyvirrane":[17],"Wicklow":[18],"Ballinafunshoge":[18],"Dublin":[19,21,22,29],"Dun Laoghaire-Rathdown":[19],"Ballyogan":[19],"Laois":[20],"Coolnacartan":[20],"South Dublin":[21],"Jobstown":[21],"Dublin City":[21,22],"Baile Átha Cliath":[22],"Mountjoy":[22],"Dublin Northside":[22],"Ashtown":[22],"North Tipperary":[23],"Cloon":[23],"Galway":[25,27,30,31,32,33,35,39,40],"Inisheer":[25],"Clare":[26],"Kilquane":[26],"Offaly":[28],"Cooldorragh Glebe":[28],"Carrownlisheen":[27],"Swords":[29],"Fingal":[29],"Skidoo":[29],"Cornelscourt":[24],"Newbridge":[24],"Kildare":[24],"Rickardstown":[24],"Oghil":[30],"Galway City":[31],"Maumeen":[32],"Lettermore":[33],"Westmeath":[34],"Shanonagh":[34],"Inishnee":[35],"Louth":[37],"Drumleck":[37],"Longford":[38],"Lissardowlan":[38],"Meath":[36],"Hanlonstown":[36],"Mullaghruttery":[39],"Claregalway":[39],"Middlequarter":[40],"Mayo":[41,42,46,49],"Craggy":[41],"Lecarrow":[42],"Roscommon":[43],"Grange":[43],"Monaghan":[44],"Aghnaclea":[44],"Cavan":[45],"Aghnaskerry":[45],"Dookinelly (Thulis)":[46],"Leitrim":[47],"Fahy":[47],"Lenanavea":[49],"Sligo":[48],"Carrownleam":[48],"County Donegal":[51,50,52],"Donegal":[51,50,52],"Anna Island":[51],"Ballintra":[50],"Crossogs":[52]},"administrative_area_level_1":{"Cork":[0,1,2,3,5,4,9],"Waterford":[7,6],"Kerry":[8,10,17],"Wexford":[11],"Tipperary":[12,23],"Kilkenny":[14],"Carlow":[13],"Limerick":[16,15],"Wicklow":[18],"Dublin":[19,21,22,29],"Laois":[20],"Baile Átha Cliath":[22],"Galway":[25,27,30,31,32,33,35,39,40],"Clare":[26],"Offaly":[28],"Kildare":[24],"Westmeath":[34],"Louth":[37],"Longford":[38],"Meath":[36],"Mayo":[41,42,46,49],"Roscommon":[43],"Monaghan":[44],"Cavan":[45],"Leitrim":[47],"Sligo":[48],"Donegal":[51,50,52]},"country":{"IE":[0,1,2,3,5,4,7,6,8,9,11,10,12,14,13,16,15,17,18,19,20,21,22,23,25,26,28,27,29,24,30,31,32,33,34,35,37,38,36,39,40,41,42,43,44,45,46,47,49,48,51,50,52],"Ireland":[0,1,2,3,5,4,7,6,8,9,11,10,12,14,13,16,15,17,18,19,20,21,22,23,25,26,28,27,29,24,30,31,32,33,34,35,37,38,36,39,40,41,42,43,44,45,46,47,49,48,51,50,52]},"neighborhood":{"Keenleen":[0],"Kilmoon":[1],"Trawnahaha":[2],"Greenane":[3],"Ballintemple":[5],"Kilmichael":[4],"Treenearla Commons":[7],"Tinnies Lower West":[8],"Rockgrove":[9],"Borrmount":[11],"Great-Blasket Island":[10],"Carrigeen":[12],"Danesfort":[14],"Clonbulloge":[13],"Ballygrennan":[16],"Ballyvirrane":[17],"Ballinafunshoge":[18],"Ballyogan":[19],"Coolnacartan":[20],"Jobstown":[21],"Mountjoy":[22],"Dublin Northside":[22],"Cloon":[23],"Inisheer":[25],"Kilquane":[26],"Cooldorragh Glebe":[28],"Carrownlisheen":[27],"Skidoo":[29],"Cornelscourt":[24],"Rickardstown":[24],"Oghil":[30],"Maumeen":[32],"Lettermore":[33],"Shanonagh":[34],"Inishnee":[35],"Drumleck":[37],"Lissardowlan":[38],"Hanlonstown":[36],"Mullaghruttery":[39],"Middlequarter":[40],"Craggy":[41],"Lecarrow":[42],"Grange":[43],"Aghnaclea":[44],"Aghnaskerry":[45],"Dookinelly (Thulis)":[46],"Fahy":[47],"Lenanavea":[49],"Carrownleam":[48],"Anna Island":[51],"Ballintra":[50],"Crossogs":[52]},"premise":{"1":[1,39],"5":[11],"26":[29],"City Workshop":[5],"Mary Ville":[5],"Flat 1":[22]},"locality":{"Sherkin Island":[1],"Cork":[5],"Waterford":[6],"Borrmount Village":[11],"Limerick":[15],"Dublin":[19,21,22],"Swords":[29],"Newbridge":[24],"Galway":[31],"Claregalway":[39],"Cavan":[45]},"subpremise":{"2":[5]},"street_number":{"1":[48],"11":[26],"12":[6],"14":[21],"23":[45],"45":[24],"2-18":[5]},"point_of_interest":{"Jobstown Road":[21]},"establishment":{"Jobstown Road":[21]},"postal_town":{"Baile Átha Cliath 1":[22],"Dublin 1":[22]},"sublocality_level_1":{"Ashtown":[22]},"sublocality":{"Ashtown":[22]}} diff --git a/dist-amd/map/TopoJSON/IS.json b/dist-amd/map/TopoJSON/IS.json new file mode 100644 index 0000000000..1f41162ba4 --- /dev/null +++ b/dist-amd/map/TopoJSON/IS.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2]]},{"type":"Polygon","arcs":[[3]]},{"type":"Polygon","arcs":[[4,-2,5,6]]},{"type":"Polygon","arcs":[[7,8,9,10,11,12]]},{"type":"Polygon","arcs":[[13,14,-10,15,16]]},{"type":"Polygon","arcs":[[17,18,-14,19]]},{"type":"Polygon","arcs":[[20,21,22]]},{"type":"Polygon","arcs":[[23,24,-7,25,26,-22,27]]},{"type":"Polygon","arcs":[[-12,28,-3,-5,-25,29,30]]},{"type":"Polygon","arcs":[[-18,31,32,33]]},{"type":"Polygon","arcs":[[34,-23,-27,35,36,37,38]]},{"type":"Polygon","arcs":[[-37,39,40]]},{"type":"Polygon","arcs":[[41]]},{"type":"Polygon","arcs":[[-16,-9,42]]},{"type":"Polygon","arcs":[[43,-33,44,45]]},{"type":"Polygon","arcs":[[46,47]]},{"type":"Polygon","arcs":[[48,49,50]]},{"type":"Polygon","arcs":[[51,52,53]]},{"type":"Polygon","arcs":[[-38,-41,54,55,56,-49,57,-52,58,59],[-42]]},{"type":"Polygon","arcs":[[60,-30,-24,61,62]]},{"type":"Polygon","arcs":[[63,64,-56,65,-48,66,67,68]]},{"type":"Polygon","arcs":[[69,70,-39,-60,71,72]]},{"type":"Polygon","arcs":[[-64,73,74,75]]},{"type":"Polygon","arcs":[[-74,-69,76,77]]},{"type":"Polygon","arcs":[[78,79,80]]},{"type":"Polygon","arcs":[[81]]},{"type":"Polygon","arcs":[[-80,82,-50,-57,-65,-76,83]]},{"type":"Polygon","arcs":[[84,-72,-59,-54,85,86,87]]},{"type":"Polygon","arcs":[[-46,88,89]]},{"type":"Polygon","arcs":[[-86,-53,-58,-51,-83,-79,90,91,92]]},{"type":"Polygon","arcs":[[93,-77,-68,94,95,96]]},{"type":"Polygon","arcs":[[97,-62,-28,-21,-35,-71,98,99,100]]},{"type":"Polygon","arcs":[[-92,101]]},{"type":"Polygon","arcs":[[-100,102]]},{"type":"Polygon","arcs":[[-96,103,104]]},{"type":"Polygon","arcs":[[-97,-105,105]]},{"type":"Polygon","arcs":[[106,-88,107,108]]},{"type":"Polygon","arcs":[[109,110,-109,111]]},{"type":"Polygon","arcs":[[112,113]]},{"type":"Polygon","arcs":[[114,115]]},{"type":"Polygon","arcs":[[116,-103,-99,-70,117,-73,-85,-107,-111,118,119,-113,120,121]]},{"type":"Polygon","arcs":[[122,123,-89,-45,-32,-20,-17,-43,-8,124,125]]},{"type":"Polygon","arcs":[[126,127]]},{"type":"Polygon","arcs":[[-127,128,-119,-110,129,-115,130,131]]},{"type":"Polygon","arcs":[[132,-123,133,134]]},{"type":"Polygon","arcs":[[135,-125,-13,136]]},{"type":"Polygon","arcs":[[137,-63,-98,138,139,140,141,142]]},{"type":"Polygon","arcs":[[143,-141,144]]},{"type":"Polygon","arcs":[[145,146,-121,-114,-120,-129,-128,-132,147,148,149]]},{"type":"Polygon","arcs":[[150,-143,151,152]]},{"type":"Polygon","arcs":[[-135,153,154]]},{"type":"Polygon","arcs":[[155,-149,156,157,158]]},{"type":"Polygon","arcs":[[159,-139,-101,-117,160]]},{"type":"Polygon","arcs":[[161,-145,-140,-160,162,163]]},{"type":"Polygon","arcs":[[164]]},{"type":"Polygon","arcs":[[165,166,167,-159,168,169,170]]},{"type":"Polygon","arcs":[[-166,171]]},{"type":"Polygon","arcs":[[-170,172,173]]},{"type":"Polygon","arcs":[[174,175]]},{"type":"Polygon","arcs":[[-154,176,177]]},{"type":"Polygon","arcs":[[178,179,-122,-147,180,181]]},{"type":"Polygon","arcs":[[182]]},{"type":"Polygon","arcs":[[-173,-169,-158,183]]},{"type":"Polygon","arcs":[[184,-179,185,186]]},{"type":"Polygon","arcs":[[187,-137,-31,-61,-138,-151,188,189]]},{"type":"Polygon","arcs":[[-181,-146,190,191,192]]},{"type":"Polygon","arcs":[[-164,193,194,195]]},{"type":"Polygon","arcs":[[196,-191,-150,-156,-168,197,198]]},{"type":"Polygon","arcs":[[-189,-153,199]]},{"type":"Polygon","arcs":[[200,-187,201,202]]},{"type":"Polygon","arcs":[[-177,-134,-126,-136,-188,203,-175,204]]},{"type":"Polygon","arcs":[[205,-203,206,207]]},{"type":"Polygon","arcs":[[-195,208,209]]},{"type":"Polygon","arcs":[[-209,-194,-163,-161,-180,-185,-201,-206,210,211]]},{"type":"Polygon","arcs":[[-211,-208,212]]},{"type":"Polygon","arcs":[[213]]},{"type":"Polygon","arcs":[[214,215,216]]},{"type":"Polygon","arcs":[[217,-199,218,219,220]]},{"type":"Polygon","arcs":[[221,222]]},{"type":"Polygon","arcs":[[223,-216,224,-192,-197,-218,225,226,227]]},{"type":"Polygon","arcs":[[228,-220,229,-223,230]]},{"type":"Polygon","arcs":[[-217,-224,231,232]]},{"type":"Polygon","arcs":[[-226,-221,233,234]]},{"type":"Polygon","arcs":[[235,-234,-229,236,237]]},{"type":"Polygon","arcs":[[-238,238]]},{"type":"Polygon","arcs":[[-232,-228,239]]}]}},"arcs":[[[5325,18],[-2,-1],[-11,-5],[-17,-5],[-17,-3],[-20,-4],[-5,0],[-4,0],[-4,0],[-7,2],[-18,8],[-7,2],[-14,5],[-14,6],[-13,4],[-5,1],[-4,2],[-18,7],[-16,5],[-3,0],[-4,1],[-21,6],[-2,1],[-1,1],[-3,2],[-4,1],[-12,3],[-10,3],[-15,5],[-6,1],[-9,1],[-7,0],[-4,0],[-21,-2],[-6,-2],[-4,-2],[-2,-2],[-2,-1],[0,-1],[-1,-2],[0,-2],[-1,-3],[-5,-16],[-4,-10],[-1,-1],[-1,0],[-1,0],[-6,4],[-1,1],[-2,1],[-13,4],[-5,1],[-8,2],[-14,1],[-2,0],[-2,-1],[-6,-3],[-10,-5],[-19,0],[-18,12],[-12,9],[-19,16],[-11,10],[-15,12],[-14,11],[-8,7],[-9,8],[-11,9],[-10,9],[-7,7],[-9,8],[-12,9],[-10,8],[-8,5],[-12,8],[-19,12],[-3,1],[-4,3],[-12,7],[-8,4],[-2,1],[-3,1],[-7,0],[-5,-1],[-3,0],[-1,1],[-3,2],[-7,6]],[[4629,213],[2,93],[6,31],[7,11],[6,75],[9,20],[25,21],[6,30],[-1,38],[13,26],[-1,19],[5,24],[3,14],[83,152]],[[4792,767],[243,-29],[169,-213],[98,-122],[23,-385]],[[3829,167],[15,4],[9,3],[19,11],[4,5],[4,5],[2,0],[1,-1],[3,-7],[0,-2],[0,-2],[-1,-3],[-2,-7],[9,-17],[7,-10],[1,-1],[0,-2],[1,-2],[0,-4],[0,-2],[0,-2],[0,-1],[-1,-2],[-7,-23],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-8,-10],[-2,-2],[-1,0],[-2,0],[-3,-1],[-2,0],[-2,-1],[-1,-2],[-5,-7],[-1,-1],[-1,-2],[-1,-2],[0,-1],[0,-3],[1,-2],[1,-5],[3,-5],[-6,-18],[-8,-22],[-2,-6],[-1,-1],[-1,-1],[-2,1],[-2,0],[-1,1],[-1,1],[-1,2],[-1,3],[-1,3],[0,3],[1,2],[0,3],[1,2],[1,1],[5,23],[-6,11],[-3,8],[-1,4],[-1,3],[-3,30],[-1,22],[-4,11],[-1,0],[-1,1],[-1,1],[-1,3],[-3,8],[1,4],[1,2],[2,2],[3,3],[2,1]],[[4940,1037],[-148,-270]],[[4629,213],[-9,8],[-8,7],[-13,8],[-11,7],[-2,1],[-2,2],[-12,9],[-6,6],[-1,1],[-8,7],[-10,8],[-17,13],[-7,5],[-4,4],[-14,12],[-11,7],[-13,10],[-1,1],[-3,2],[-3,2],[-5,1],[-3,2],[-5,4],[-8,7],[-4,3],[-2,1],[-3,2],[-6,2],[-5,2],[-2,2],[-4,1],[-19,13],[-9,5],[-2,1],[-5,1],[-2,1],[-3,1],[-11,7],[-14,7],[-12,5],[-12,6],[-14,5],[-19,8],[-11,4],[-12,4],[-13,3],[-19,4],[-20,5],[-4,1],[-16,3],[-17,3],[-17,2],[-18,1],[-12,0],[-20,-1],[-18,-1],[-15,-2],[-7,0],[-2,0],[-17,-5],[-3,-1],[-5,-3],[-6,-5],[-6,-5],[-1,-1],[-13,-3],[-3,1],[-5,1],[-11,2],[-10,3],[-12,2],[-9,1],[-10,0],[-6,1],[-5,2],[-14,4],[-5,2],[-4,3],[-3,1],[-3,3],[-1,2],[-2,2],[-8,9],[-6,7],[-9,8],[-9,10],[-3,4],[-6,9],[-3,4],[-10,13],[-8,10],[-12,19],[-9,12],[-9,14],[-13,19],[-9,13],[-15,22],[-3,4],[-13,22],[-4,5],[-11,18],[-10,17],[-12,19],[-9,14],[-7,12],[-13,18],[-10,16],[-6,11],[-11,18],[-26,38],[-7,10],[-19,27],[-8,12],[-12,17],[-12,14],[-9,11],[-3,5],[-6,10],[-8,13]],[[3582,957],[13,46],[4,79],[13,26],[24,28],[124,-122],[59,-8],[8,36],[-14,16],[-12,1],[-24,29],[-13,43],[3,14],[10,-3],[2,11],[12,7],[5,22],[-4,9],[14,10],[7,-9],[20,20],[6,-16],[14,13],[7,-8],[7,2],[8,11],[18,-19],[2,28],[11,-5],[4,5],[-1,12],[32,7],[6,21],[6,-3],[-4,-9],[7,-8],[3,34],[11,-2],[7,8],[11,-13],[13,4],[6,-6],[5,12],[10,3],[11,2],[0,-8],[25,2],[18,-12],[7,-15],[0,-23],[4,-3],[6,7],[21,-8],[15,4],[10,14],[21,9],[77,-23],[105,33],[155,-28],[23,73],[22,32],[15,1],[14,-11],[11,15],[12,-4],[7,7],[19,0],[23,30],[14,2],[11,28],[16,3],[13,13],[6,-6],[13,5],[7,-5],[0,-41],[7,-9],[9,-3],[11,21],[6,-3],[8,8],[12,0],[5,-8],[17,21],[9,-16],[-1,-13],[-8,-7],[4,-8],[28,-19],[24,-33],[21,15],[25,-18],[11,-23],[-1,-51],[30,-193]],[[7007,3240],[612,53]],[[7619,3293],[637,514],[21,49],[37,142],[9,35],[16,-5],[25,12],[5,19],[36,4],[29,53],[27,-31],[63,-23]],[[8524,4062],[13,-39],[21,-21],[37,-18],[21,5],[-10,-62],[-7,-16],[-9,-20],[-6,-34],[15,-48],[32,-83],[-9,-12],[0,-21],[9,-34],[-1,-16],[9,-17],[8,-9],[4,-31],[9,-23],[7,-30],[33,-3],[17,7],[15,-5],[3,10],[7,6],[36,-14],[20,19],[19,-9],[21,2],[12,-24],[-2,-35],[7,-8],[1,-22],[22,-11],[1,-12],[19,-16],[19,5],[16,-8],[9,-36],[31,-20],[16,0],[1,22],[9,21],[23,13],[3,-28],[16,-13],[-6,-12],[1,-13],[17,-11],[2,-18],[25,4]],[[9080,3324],[1,-2],[0,-2],[1,-3],[0,-2],[3,-6],[4,-7],[1,-2],[0,-2],[0,-2],[-1,-5],[0,-3],[0,-2],[-1,-2],[-2,-3],[-1,-1],[-4,-3],[-3,-1],[-2,-4],[-3,-5],[-4,-6],[-3,-5],[-1,-3],[-3,-7],[-2,-7],[-1,-3],[-1,-3],[-1,-2],[0,-3],[1,-1],[1,-10],[1,-8],[-3,-16],[-2,-9],[-8,-2],[-1,2],[-1,1],[-1,0],[-3,1],[-14,-3],[-6,-2],[-15,-4],[-27,-8],[-13,-4],[-32,-13],[-12,-6],[-7,-4],[-20,-13],[-14,-9],[-7,-5],[-3,-3],[-3,-3],[-8,-10],[-8,-12],[3,9],[5,12],[0,2],[1,2],[2,1],[2,3],[4,4],[7,6],[3,2],[11,6],[12,7],[13,8],[19,10],[11,6],[8,3],[14,4],[23,10],[13,3],[8,1],[20,1],[5,6],[-2,9],[-15,9],[-7,10],[-2,1],[-12,11],[-11,8],[-12,13],[-18,-2],[-12,-5],[-2,-2],[-3,-1],[-5,0],[-5,0],[-6,2],[-2,1],[-1,1],[-1,1],[-1,2],[0,1],[-1,2],[-1,2],[-1,2],[-2,1],[-2,-1],[-3,-1],[-10,-9],[-1,-1],[-1,-1],[-1,-2],[0,-2],[-1,-3],[-1,-3],[0,-3],[0,-4],[0,-3],[0,-1],[1,-2],[-3,-26],[-4,-30],[-15,-17],[-10,-13],[-6,-7],[-1,-1],[-7,-12],[1,-8],[0,-13],[-6,-15],[-2,-4],[-2,-2],[-2,-2],[-7,-7],[-9,-6],[-7,-6],[-6,-6],[-17,-15],[-10,-10],[-3,-3],[-12,-15],[-10,-13],[-15,-23],[-5,-9],[-6,-10],[-7,-13],[-2,-5],[-2,-5],[-2,-8],[-4,-11],[-1,-6],[-1,-5],[-1,-5],[0,-7],[0,-4],[0,-4],[1,-3],[2,-14],[1,-7],[4,-27],[5,-17],[-3,-13],[-7,-1],[-8,-3],[-2,-2],[-3,-2],[-2,-3],[-1,-2],[-1,-2],[-1,-4],[-1,-4],[-1,-3],[0,-2],[-1,-12],[-6,-20],[-1,1],[-1,0],[-1,1],[-3,-1],[-1,-1],[-2,-1],[-2,-2],[-2,-2],[-2,-3],[-2,-2],[-1,-4],[-2,-2],[-1,-3],[-3,-12],[-1,-3],[0,-4],[0,-2],[-1,-2],[0,-2],[1,-3],[0,-2],[1,-2],[1,-1],[1,-2],[1,0],[2,0],[2,-1],[2,-2],[1,-2],[0,-3],[0,-1],[-1,-2],[0,-2],[-1,-2],[-1,-1],[-2,-2],[-8,-2],[-7,-1],[-10,0],[-12,1],[-12,1],[-11,2],[-17,0],[-33,3],[-22,1],[-7,0],[-7,-1],[-7,-2],[-2,-1],[-13,-7],[-9,-3],[-10,-2],[-9,-3],[-8,-5],[-1,-1],[-1,1],[-1,2],[0,2],[1,2],[1,1],[2,4],[2,3],[6,5],[3,2],[1,1],[1,0],[18,3],[6,4],[4,3],[9,4],[8,2],[16,2],[18,5],[2,1],[3,0],[10,-2],[22,0],[9,6],[15,11],[7,5],[2,2],[0,2],[0,1],[0,2],[0,1],[-5,13],[-3,7],[-2,3],[-5,11],[-6,13],[-4,11],[-2,3],[-1,2],[-5,8],[-5,7],[-2,2],[-14,13],[-10,8],[-2,1],[-2,1],[-21,5],[-1,0],[-4,0],[-1,-1],[-1,-1],[-1,-2],[-1,-3],[0,-2],[-1,-10],[-2,-12],[-5,-13],[-7,-11],[-5,-4],[-7,0],[-7,1],[-1,0],[-20,19],[-15,-15],[9,-9],[6,-10],[1,-2],[0,-2],[1,-10],[0,-2],[0,-1],[-1,-1],[-1,-1],[-6,-5],[-5,-10],[-2,-10],[0,-6],[1,-2],[0,-3],[0,-3],[-1,-8],[-1,-2],[-9,-9],[-7,0],[0,21],[-4,20],[0,12],[2,14],[3,21],[1,31],[0,18],[-3,5],[-10,-14],[-11,-9],[-1,15],[1,3],[0,5],[0,3],[0,8],[-1,3],[0,2],[-1,2],[-2,1],[-11,-3],[-2,-20],[5,-15],[0,-3],[0,-2],[0,-3],[-1,-3],[-1,-3],[-2,-2],[-1,-2],[-2,-2],[-2,-1],[-2,0],[-3,0],[-1,0],[-1,1],[-1,2],[-1,2],[0,5],[1,6],[-1,3],[0,2],[-4,11],[-2,3],[-3,1],[-20,5],[-19,9],[-22,-2],[-19,-1],[-11,-23],[-3,-11],[-8,-28],[-5,-7],[-8,-3],[-9,-1],[-6,-16],[5,-29],[8,-40],[5,0],[2,0],[16,9],[9,4],[14,2],[9,-7],[4,-2],[8,-2],[12,-2],[13,0],[2,0],[19,-5],[12,-1],[13,-3],[6,-1],[3,0],[3,1],[3,1],[2,1],[2,1],[4,4],[8,-4],[8,-4],[7,-12],[2,-7],[-19,3],[-4,1],[-28,5],[-14,3],[-20,3],[-6,1],[-5,0],[-32,-1],[-24,1],[-19,0],[-24,-2],[-12,-1],[-8,-2],[-19,-4],[-2,-1],[-2,-1],[-7,-8],[-4,-4],[0,-2],[-6,-5],[-11,-4],[-10,-3],[-26,-8],[-24,-7],[-21,-6],[-7,-2],[-6,-2],[-4,-2],[-3,-2],[-11,-9],[-3,-2],[-11,-7],[-11,-7],[-12,-5],[-3,-2],[-6,-3],[-3,-3],[-14,-13],[-2,-2],[-3,-4],[-4,-7],[-3,-6],[-1,-5],[-1,-4],[-2,-6],[0,-2],[-1,-2],[-2,-6],[-5,-18],[-5,-8],[-7,-6],[-17,-6],[-13,-4],[-4,-2],[-13,-6],[-16,-7],[-15,-6],[-10,-6],[-7,-7],[-13,-9],[-13,-7],[-10,-7],[-11,-7],[-28,-20],[-4,-3],[-8,-7],[-15,-14],[-9,-10],[-15,-18],[-9,-10],[-6,-9],[-7,-9],[-1,-4],[-4,-5],[-11,-18],[-13,-19],[-7,-9],[-17,-25],[-11,-15],[-8,-12],[-10,-15],[-9,-14],[-12,-19],[-12,-20],[-18,-29],[-7,-8],[-18,-24],[-7,-9],[-9,-15],[-3,-3],[-3,-4],[-10,-11],[-12,-14],[-10,-12],[-7,-8],[-16,-21],[-11,-16],[-1,-2],[-1,-2],[-13,-25],[-9,-13],[-12,-21],[-12,-22],[-9,-18],[-12,-23],[-5,-10],[-1,-3],[-14,-26],[-10,-22],[-3,-7],[-7,-14],[-8,-16],[-9,-16],[-5,-11],[-5,-8],[-7,-13],[-6,-10],[-4,-8],[-5,-11],[-5,-7],[-3,-5],[-7,-12],[-10,-14],[-6,-9],[-3,-6],[-4,-5],[-4,-6],[-10,-14],[-12,-14],[-1,-2],[-8,-12],[-7,-13],[-12,-22],[-2,-5],[-8,-18],[-10,-24],[-6,-14],[-8,-16],[-9,-19],[-5,-15],[-3,-5],[-2,-7],[-9,-23],[-7,-15],[-7,-16],[-2,-4],[-5,-28],[0,-2],[0,-3],[0,-1],[-2,-6],[-1,-2],[-2,-1],[-14,-4],[-10,-4],[-7,-2],[-14,-6],[-13,-4],[-13,-4],[-15,-3],[-18,-3],[-21,-3],[-12,-2],[-18,-3],[-12,0],[-1,0],[-1,-1],[-16,-3],[-10,-1],[-15,-3],[-6,0],[-13,-2],[-14,-2],[-12,-2],[-8,-1],[-6,0],[-10,-2],[-13,-2],[-13,-2],[-15,-1],[-14,-2],[-17,-2],[-10,-2],[-16,-2],[-14,2],[-15,2],[-7,1],[-14,3],[-10,1],[-12,0],[-14,1],[-19,2],[-10,0],[-10,0],[-20,0],[-10,-2],[-12,-1],[-12,-2],[-13,-2],[-15,-4],[-22,-4],[-15,-4],[-18,-7],[-9,-3],[-6,-3],[-13,-7],[-4,-1]],[[6477,1179],[19,724],[-5,135],[14,110],[-2,50],[7,25],[-4,17],[13,66],[-2,22],[-6,7],[5,34],[-5,25],[-10,12],[5,34],[10,15],[7,11],[11,-7],[6,6],[-6,29],[16,202],[23,503]],[[6573,3199],[434,41]],[[9037,4604],[19,-42],[10,1],[8,-26],[35,-24],[26,-6],[9,-18],[13,2],[6,-30],[19,-18],[19,-5],[0,-20],[18,-52],[20,-3],[9,-34],[13,-6],[16,-61],[25,-29],[48,5],[15,-10],[11,6],[24,-19],[9,-32],[16,-8],[23,14],[8,-12],[27,11],[9,-48]],[[9492,4140],[-18,-11],[-12,-5],[-18,-6],[-18,-2],[-17,-1],[-11,-3],[-1,0],[-2,-1],[-1,-2],[-1,-2],[-18,-18],[-15,0],[-9,-1],[-8,-2],[-12,1],[-19,2],[-8,3],[-10,11],[-14,10],[-15,13],[-7,5],[-7,4],[-4,-1],[-5,3],[-2,1],[-1,1],[-2,18],[-4,19],[-3,22],[-6,18],[-8,2],[-4,-2],[-4,2],[-1,1],[-1,2],[-1,2],[0,2],[-1,3],[0,4],[0,5],[0,11],[0,2],[0,2],[-1,13],[0,2],[-1,6],[-1,3],[-1,1],[-6,8],[-1,0],[-1,-1],[-10,4],[-6,15],[-2,5],[-2,4],[-1,7],[-1,4],[-1,3],[-1,2],[-1,2],[-2,1],[-5,1],[-6,2],[-2,0],[-2,2],[-5,8],[-1,7],[1,9],[-1,13],[0,2],[0,2],[-1,2],[0,2],[-2,4],[0,1],[-1,2],[-4,5],[-6,2],[-4,-1],[-9,-1],[-3,1],[-1,0],[-2,1],[-1,1],[0,8],[0,3],[0,2],[-1,2],[-1,2],[-2,0],[-14,-3],[-1,0],[-2,-1],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[0,-2],[0,-4],[0,-1],[0,-3],[1,-1],[1,-1],[17,-11],[11,-8],[5,-6],[4,-10],[2,-3],[1,-3],[1,-3],[0,-4],[0,-2],[0,-2],[0,-3],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-5,-1],[-3,0],[-2,-1],[-1,-2],[-2,-2],[0,-1],[-1,-1],[-1,-3],[-1,-3],[0,-3],[0,-3],[0,-3],[1,-3],[1,-4],[1,-5],[1,-3],[1,-3],[2,-2],[2,-4],[3,-5],[1,-1],[1,-1],[16,-11],[17,-17],[14,-32],[6,-1],[4,-6],[2,-17],[1,-21],[1,-14],[1,-17],[9,-22],[6,-13],[8,-12],[1,-2],[1,-1],[1,-1],[6,0],[2,0],[2,1],[2,0],[1,-1],[6,-8],[0,-2],[0,-3],[0,-2],[0,-10],[-1,-4],[1,-8],[3,-14],[0,-2],[1,-2],[1,-2],[13,-8],[7,-4],[9,-1],[9,-2],[4,-11],[13,-20],[14,-6],[12,-22],[7,-15],[12,-5],[-7,-11],[-5,-6],[-7,-5],[-7,-1],[0,1],[-3,3],[-2,1],[-6,1],[-3,0],[-4,0],[-4,-1],[-19,1],[-13,7],[-7,14],[-6,10],[-7,8],[-17,-2],[-17,15],[-18,13],[-14,1],[-13,-1],[-11,-4],[-9,-3],[-6,-1],[-10,2],[-5,3],[-4,1],[-3,-1],[-2,-1],[-1,-1],[-7,-6],[-4,-8],[-2,-15],[0,-3],[6,-10],[2,-3],[1,-1],[17,-20],[2,-2],[2,-1],[2,-1],[14,-3],[9,-6],[8,-8],[2,-13],[1,-3],[1,-2],[1,-1],[1,-1],[1,-1],[2,0],[2,1],[5,2],[1,0],[1,-3],[2,-5],[0,-2],[0,-5],[0,-2],[0,-3],[-2,-14],[-1,-2],[0,-3],[0,-2],[1,-11],[1,-11],[1,-2],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-2],[-1,-3],[-6,-12],[-5,-7],[-5,-4],[-7,-6],[-9,0],[-5,6],[-4,2],[-4,0],[-6,-2],[-10,-4],[-1,-4],[-5,-9],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[-2,1],[-2,2],[-1,1],[-1,2],[0,1],[0,2],[-1,1],[1,4],[1,3],[-2,8],[-8,2],[-9,0],[-11,-9],[-14,-2],[-1,2],[0,1],[-2,3],[-7,4],[-2,1],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,-1],[-1,-3],[-1,-1],[0,-7],[0,-2],[-11,-25],[-5,-11],[-4,-15],[8,-24],[8,-22],[-7,-29],[-7,-17],[-1,-3],[1,-2],[2,-6],[1,-2],[1,-2],[4,-6],[11,-11],[1,-1],[1,0],[7,6],[3,4],[10,8],[7,3],[7,2],[11,-10],[8,-6],[13,7],[1,0],[6,5],[1,2],[3,7],[2,4],[2,2],[0,1],[1,0],[1,-2],[0,-1],[0,-2],[0,-2],[-1,-4],[-2,-5],[-2,-4],[-2,-5],[-4,-6],[-3,-6],[-2,-3],[0,-2],[-1,-4],[0,-4],[-1,-3],[0,-4],[0,-6],[4,-2],[1,4],[3,9],[3,9],[2,4],[2,5],[2,3],[9,23],[2,4],[1,3],[5,8],[7,11],[5,7],[6,6],[3,4],[1,2],[1,3],[1,3],[0,10],[1,5],[1,6],[1,4],[2,6],[3,8],[2,5],[4,7],[7,12],[3,5],[14,19],[11,15],[3,4],[1,2],[1,2],[0,2],[1,4],[1,2],[0,1],[1,2],[7,6],[7,4],[1,1],[1,0],[1,-1],[1,-2],[1,-2],[0,-3],[0,-2],[-1,-2],[0,-2],[0,-2],[-1,-1],[-1,-1],[-4,-5],[-2,0],[-3,-1],[-2,0],[-2,-2],[-3,-3],[-4,-6],[-5,-8],[-13,-16],[-8,-12],[-4,-6],[-8,-16],[-3,-6],[-3,-5],[-1,-5],[-2,-6],[-1,-3],[0,-2],[0,-4],[0,-2],[0,-2],[0,-6],[0,-1],[-1,-3],[-1,-3],[-3,-5],[-4,-4],[-6,-7],[-5,-6],[-2,-4],[-8,-12],[-2,-4],[-2,-5],[-12,-28],[-4,-9],[-2,-7],[-3,-9],[-2,-7],[-1,-8],[-1,-5],[0,-3],[0,-3],[0,-2],[1,-15],[6,-12],[4,-4],[2,-2],[0,-1],[1,-1],[1,-7],[0,-10],[-3,-11],[-3,-8],[-1,-2],[-2,-2],[-3,-7],[-1,-2],[-1,-2],[-1,-3],[-2,-8],[-2,-12],[-1,-6],[-1,-2],[-4,-13],[-3,-12],[-3,-10],[-3,-13],[0,-1],[-3,-17],[-1,-12],[0,-3],[0,-4],[0,-2],[0,-2]],[[8524,4062],[23,117],[49,150],[4,42],[53,69],[21,12]],[[8674,4452],[6,2],[36,-21],[25,-30],[21,7],[45,70],[81,7],[53,50],[96,67]],[[9161,4953],[13,2],[33,-27],[24,19],[9,-1],[32,-90],[16,-4],[29,-35],[22,-58],[47,-2],[12,-16],[16,-42],[16,-20],[12,-34],[13,-4],[5,-43],[19,-8],[4,-24],[11,-18],[13,-3],[6,-18],[11,-6],[7,-19],[24,-15],[4,-16],[14,-6],[15,3],[10,-18],[16,2],[5,-11],[9,3],[8,-5],[6,-16]],[[9642,4423],[-13,-4],[-11,-4],[-13,-5],[-9,-4],[-11,3],[-8,8],[-12,6],[-13,-6],[-7,-6],[-16,-11],[-14,-5],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-2],[-2,-5],[-2,-11],[-2,-9],[0,-3],[-1,-3],[0,-5],[0,-10],[0,-2],[-1,4],[-1,3],[0,3],[0,2],[0,2],[1,9],[0,4],[2,7],[-1,23],[-1,17],[-2,2],[-12,2],[-7,-5],[-4,-7],[-2,-7],[-2,-6],[1,-22],[4,-13],[18,-19],[21,-29],[9,-16],[6,-20],[0,-5],[0,-2],[0,-2],[1,-3],[2,-5],[5,-7],[4,-4],[1,-1],[1,-1],[3,0],[2,0],[1,-1],[1,-1],[1,-2],[0,-2],[3,-16],[-1,-2],[0,-4],[-1,-3],[-1,-3],[-8,-11],[-12,-14],[-9,-5],[-8,-5],[-1,-1],[-14,-17],[-10,-16]],[[9037,4604],[-20,15],[-4,11],[-11,45],[2,22],[-14,32],[2,24],[16,60],[29,8],[14,23],[14,10],[23,48],[49,43],[24,8]],[[3567,1724],[18,6],[15,20]],[[3600,1750],[24,-15],[16,-12],[0,-12],[2,-30],[22,-10],[-8,-59],[-22,-24],[-12,-1],[3,-28],[17,-11],[-6,-26],[1,-25],[-11,-22],[2,-16],[-35,-33],[-2,-29],[7,-2],[50,40],[21,-26],[16,-54],[-32,-151],[-2,-4],[-85,51],[8,53],[-6,12],[1,14],[-5,4],[-1,21],[-10,-2],[-28,18],[-15,37],[-16,-18],[-13,3]],[[3481,1393],[4,33],[-20,66],[-2,16],[2,53],[10,58],[23,49],[1,17],[38,19],[9,21],[21,-1]],[[4502,2472],[20,23],[10,26],[8,4],[37,-6],[24,-22],[1,-12],[24,2],[35,24],[55,58],[33,22],[12,-17],[-4,-13],[16,-18],[8,-23],[-10,-14],[9,-8],[16,-4],[17,11],[39,-41],[34,-8],[13,-16],[-12,-19],[13,-13],[10,6],[18,-6],[83,-48],[2,10],[12,3],[21,-10],[15,9],[24,90],[208,350],[78,-116],[63,-108],[48,-60]],[[5482,2528],[-23,-43],[-51,-28],[-31,-36],[-43,-70],[-22,-52],[-9,-38],[-62,-103],[-12,-33],[-21,-18],[-11,-34],[-26,-52],[-79,-92],[10,-17],[-6,-25],[4,-16],[-12,-19],[-56,-215],[-23,-83],[0,-11],[51,-25],[10,-115],[-3,-126],[-25,-49],[-102,-191]],[[3582,957],[-11,16],[-17,21],[-11,15],[-12,16],[-19,24],[-23,30],[-2,2],[-12,14],[-6,7],[-9,12],[-20,24],[-19,21],[-15,17],[-6,6],[-3,3],[-3,2],[-11,5]],[[3383,1192],[36,44],[25,43],[25,60],[12,54]],[[3600,1750],[28,58],[12,79],[14,48],[32,36],[49,1],[15,-5],[35,4],[-3,-15],[18,-14],[24,-52],[26,22],[21,57],[38,5],[22,41],[18,-1],[10,27],[18,9],[23,33],[21,8],[6,15],[22,-14],[8,1],[43,77],[18,11],[26,25],[13,-3],[8,-20],[17,-13],[22,5],[20,-11],[9,-18],[-9,-14],[1,-30],[-4,-6],[7,-9],[19,4],[9,12],[9,-4],[26,8],[21,25],[9,63],[22,62],[4,30],[12,10],[12,38],[51,59],[34,23],[46,55]],[[6477,1179],[-1,0],[-10,-4],[-8,-4],[-20,-9],[-2,-1],[-18,-8],[-10,-5],[-9,-4],[-8,-5],[-7,-5],[-3,-2],[-7,-5],[-8,-5],[-8,-4],[-4,-1],[-15,-7],[-9,-5],[-17,-11],[-13,-9],[-11,-9],[-12,-10],[-4,-3],[-4,-2],[-9,-6],[-7,-6],[-15,-11],[-13,-11],[-11,-11],[-13,-14],[-5,-6],[-4,-5],[-5,-7],[-3,-3],[-2,-2],[-6,-6],[-11,-18],[-15,-21],[-8,-15],[-11,-19],[-2,-5],[-4,-8],[-3,-10],[-10,-18],[-6,-18],[-8,-26],[-7,-18],[-9,-30],[-7,-22],[-6,-19],[-1,-2],[-3,-9],[-2,-6],[-2,-8],[-1,-4],[-6,-27],[-4,-9],[-3,-10],[-6,-19],[-1,-5],[-1,-5],[-2,-10],[-2,-11],[0,-2],[-4,-15],[-3,-12],[-1,-4],[-1,-5],[-2,-12],[-2,-9],[-2,-7],[-4,-11],[-7,-20],[-7,-18],[-2,-6],[-2,-4],[-6,-11],[-7,-11],[-15,-26],[-10,-15],[-18,-24],[-7,-11],[-8,-10],[-11,-13],[-6,-6],[-15,-15],[-18,-18],[-4,-5],[-12,-11],[-18,-14],[-12,-10],[-15,-12],[-15,-16],[-15,-13],[-14,-14],[-9,-12],[-2,-2],[-4,-5],[-8,2],[-2,0],[-2,0],[-10,-4],[-11,-4],[-15,-4],[-18,-7],[-17,-6],[-18,-6],[-17,-6],[-13,-5],[-5,-3],[-11,-5],[-9,-5],[-9,-4],[-17,-6],[-19,-7],[-14,-4],[-14,-4],[-22,-9],[-23,-10],[-8,-3],[-4,-2],[-7,-5],[-8,-6],[-3,-2],[-15,-7],[-20,-10],[-11,-8],[-6,-3],[-19,-10],[-6,-4],[-10,-6],[-10,-4],[-6,-3],[-7,-3],[-5,-4],[-6,-4],[-7,-3]],[[5482,2528],[37,66],[47,53],[57,85],[43,76],[27,20],[207,365],[446,736]],[[6346,3929],[227,-730]],[[9161,4953],[-2,33],[-14,57],[-11,19],[-27,25],[11,15],[8,30],[34,37],[-14,9],[-6,27],[24,47],[-2,9],[-9,6],[5,45],[-3,20],[9,27],[77,71],[98,-58],[33,18],[-15,24],[2,65],[16,-8],[88,38],[-9,41],[-42,-13],[-65,17],[-36,20],[-8,-10],[-8,10],[14,26],[41,36],[26,42]],[[9376,5678],[38,-7],[11,31],[22,25],[75,34],[25,-5],[23,19],[15,-20],[21,-4],[37,27],[36,16],[8,0],[18,-14],[41,12],[4,23],[8,13],[31,1],[12,21],[23,6],[1,18],[8,18],[27,20],[-9,35],[6,31]],[[9857,5978],[3,-2],[8,-6],[1,-2],[1,-1],[1,-2],[9,-10],[15,-11],[17,-11],[9,-11],[1,-12],[0,-13],[-11,-21],[-11,-32],[-6,-21],[-7,-18],[-1,-2],[-4,-6],[-10,-26],[0,-2],[-1,-2],[0,-2],[-3,-7],[-2,-3],[-2,-2],[-6,-5],[-13,-10],[-8,-6],[-2,-1],[-13,-6],[-9,-2],[-8,-2],[-7,0],[-6,-1],[-4,-1],[-9,-4],[-5,-3],[-3,-3],[-2,-1],[-15,-5],[-17,-3],[-13,2],[-16,4],[-18,3],[-11,1],[-11,1],[-8,2],[-13,0],[-4,-2],[-12,-5],[-13,-10],[-4,-3],[-7,-4],[-5,-2],[-4,-1],[-11,-1],[-14,-5],[-16,-3],[-16,-5],[-4,-2],[-10,-6],[-1,-1],[-1,-2],[1,-2],[2,-3],[0,-2],[1,-1],[2,-2],[2,-1],[1,0],[2,0],[2,1],[12,3],[17,3],[16,4],[16,4],[14,5],[21,7],[10,4],[8,2],[18,-2],[5,-2],[8,-3],[19,-10],[3,-2],[3,-2],[5,-5],[3,-3],[6,-4],[4,-3],[4,-1],[8,1],[8,1],[11,2],[6,0],[11,2],[15,4],[16,2],[16,1],[10,0],[12,5],[7,4],[17,-1],[13,-9],[1,-1],[1,-1],[0,-2],[0,-2],[1,-4],[0,-2],[0,-2],[-1,-30],[-1,-3],[0,-4],[-1,-5],[0,-3],[-5,-15],[-8,-27],[-1,-4],[-1,-2],[-2,-4],[-10,-16],[-2,-2],[-1,-1],[-2,-1],[-2,-1],[-9,-1],[-7,-1],[-5,1],[-5,1],[-7,1],[-11,-2],[-7,-1],[-2,-1],[-2,-3],[-3,-2],[-3,-5],[-2,-2],[-4,-11],[-8,-13],[-4,-3],[-4,-3],[-1,-1],[-1,-2],[0,-2],[0,-2],[11,-10],[1,0],[1,-1],[4,2],[1,0],[6,5],[2,2],[11,6],[11,3],[8,1],[3,-1],[4,-1],[9,-4],[10,-4],[1,0],[10,-1],[3,1],[2,-2],[0,-3],[0,-2],[0,-3],[0,-2],[0,-3],[-1,-2],[0,-2],[-2,-3],[-3,-6],[-2,-2],[-1,-1],[-8,-7],[-11,-12],[-14,-11],[-5,-5],[-1,-1],[-1,-4],[-1,-2],[-1,-2],[0,-2],[1,-1],[1,-2],[20,3],[7,2],[17,6],[12,5],[10,6],[1,1],[2,1],[1,0],[1,-2],[0,-2],[0,-3],[-1,-2],[0,-5],[-1,-3],[-4,-15],[-3,-12],[-7,-30],[-1,-2],[0,-1],[0,-2],[1,-2],[1,-1],[2,-2],[1,-1],[1,0],[2,0],[1,0],[1,1],[1,1],[10,18],[6,12],[7,17],[8,19],[6,17],[7,24],[5,18],[5,18],[2,15],[1,5],[5,14],[8,11],[8,7],[2,2],[1,2],[10,24],[3,14],[8,6],[1,-6],[1,-13],[-5,-30],[-1,-2],[-4,-13],[0,-3],[0,-2],[0,-11],[0,-8],[0,-3],[0,-2],[1,-3],[1,-19],[1,-18],[-1,-16],[0,-16],[-1,-4],[-4,-15],[-9,-20],[-1,-2],[0,-2],[0,-2],[-1,-3],[0,-2],[1,-2],[0,-2],[1,-5],[1,-5],[2,-4],[1,-4],[2,-3],[4,-6],[2,-2],[1,0],[2,0],[2,0],[4,3],[2,0],[7,-2],[4,-2],[1,-1],[1,-1],[4,-12],[1,-2],[0,-1],[1,-3],[0,-3],[0,-2],[0,-2],[-1,-3],[-1,-4],[-7,-17],[-8,-14],[-10,-20],[-2,-9],[-4,-7],[-2,-3],[-11,-22],[-2,-2],[-1,-1],[-1,-1],[-12,-7],[-12,-7],[-10,-5],[-11,-1],[-1,0],[-2,-2],[-2,-3],[-2,-3],[-3,-5],[-2,-5],[-2,-7],[-1,-7],[-1,-6],[-1,-6],[0,-2],[0,-1],[3,-3],[8,-12],[1,-2],[1,-2],[1,-2],[1,-3],[0,-2],[1,-5],[1,-12],[0,-3],[0,-5],[0,-4],[0,-4],[-1,-5],[-1,-3],[-1,-3],[-1,-5],[-2,-2],[-6,-9],[-1,-1],[-2,0],[-12,-7],[-8,-5],[-6,-5],[-6,-4],[-8,-5],[-1,0],[-12,2],[-13,4],[-4,1],[-2,0],[-11,-3],[-14,-1],[-4,1],[-10,2],[-7,1],[-8,0],[-3,-1],[-6,-2],[-1,-1],[-5,-1],[-5,-1],[-4,1],[-3,2],[-2,2],[-1,3],[-4,7],[-1,3],[-1,2],[0,5],[-5,16],[-7,15],[-3,17],[-4,16],[-9,14],[-11,10],[-14,21],[-12,19],[-8,6],[-10,8],[-5,5],[-7,7],[-7,6],[-2,2],[-6,3],[-5,2],[-21,8],[-10,3],[-2,0],[-2,1],[-1,1],[-2,2],[-15,15],[-8,8],[-4,6],[-11,20],[-11,16],[-14,12],[-3,-1],[-1,-3],[-2,-4],[-1,-2],[0,-2],[4,-9],[3,-5],[2,-4],[3,-6],[4,-6],[1,-3],[1,-2],[2,-4],[4,-14],[0,-2],[1,-5],[1,-3],[0,-2],[2,-3],[1,-2],[1,-1],[6,-6],[2,-2],[3,-1],[1,-1],[2,-4],[1,-3],[1,-2],[0,-2],[0,-2],[0,-2],[-11,-5],[-10,1],[-12,5],[-11,-8],[-21,-6],[-4,0],[-7,-1],[-3,-1],[-2,-1],[-4,-4],[-13,-14],[-10,-11],[-7,-2],[-6,2],[-20,-4],[-3,-2],[-1,0],[-1,0],[-7,2],[-16,7],[-15,7],[-4,2],[-2,0],[-1,1],[-6,-1],[-18,-1],[-6,-2],[-5,-26],[0,-2],[0,-1],[1,-2],[2,-2],[13,-7],[11,-1],[11,-4],[4,-4],[10,-5],[2,-2],[2,0],[13,2],[10,1],[15,-1],[11,1],[13,3],[9,3],[18,4],[9,3],[7,1],[2,0],[5,-1],[4,-2],[3,-2],[1,-2],[8,-7],[8,-5],[7,0],[8,-2],[9,-3],[14,-10],[3,-4],[1,-1],[2,-2],[2,-1],[2,-1],[1,1],[11,2],[2,2],[15,4],[13,1],[1,0],[2,0],[4,-2],[2,-1],[1,-2],[0,-2],[12,-19],[6,-5],[1,-1],[1,-2],[5,-12],[8,-20],[3,-19],[-1,-2],[0,-3],[0,-2],[0,-4],[1,-3],[1,-3],[1,-2],[1,-2],[1,-1],[11,-6],[12,-11],[13,-13],[11,-8],[2,-1],[3,-2],[4,-6],[5,-10],[5,-11],[4,-9],[9,-16],[5,-6],[17,-13],[11,-4],[6,-1],[10,-2],[18,-9],[15,-1],[2,0],[1,1],[2,2],[1,2],[1,1],[1,2],[1,-4],[2,-23],[1,-10],[0,-3],[0,-3],[-1,-24],[-8,-7],[-11,-6],[-14,0],[-16,-1],[-17,0],[-22,2],[-11,0],[-5,3],[-13,8],[-10,0],[-9,6],[-6,5],[-6,7],[-2,2],[-4,3],[-7,4],[-2,1],[-3,1],[-1,-1],[-2,0],[-5,-5],[-15,-6],[-15,-2],[-10,-3],[-11,0],[-19,3],[-20,9],[-14,7],[-11,9],[-4,4],[-8,7],[-17,12],[-9,-6],[1,-21],[5,-11],[1,-2],[1,-2],[4,-6],[2,-3],[2,-1],[16,-13],[3,-2],[8,-5],[13,-6],[10,-5],[12,-4],[11,-4],[13,-4],[2,0],[1,0],[2,2],[8,-2],[7,-2],[7,-2],[15,-3],[10,-2],[16,-4],[1,-1],[2,-1],[2,-2],[14,-16],[10,-13],[11,-16],[13,-12],[9,-10],[8,-5],[4,-2],[2,-1],[1,0],[7,-7],[8,-14],[1,-2],[1,-3],[0,-2],[0,-3],[-1,-2],[0,-3],[-8,-23],[-9,-22],[-1,-2],[-1,-3],[-9,-12],[-10,-6],[-2,-1],[-1,0],[-1,-2],[-4,-5],[-1,-4],[-2,-5],[-3,-11],[-1,-3],[-2,-3],[0,-1],[-11,-14],[-1,-1],[-9,1],[-7,5],[-4,4],[-17,11],[-19,12],[-22,7],[-20,6],[-8,2],[-1,0],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[0,-3],[-1,-2],[0,-2],[0,-3],[0,-2],[1,-2],[0,-1],[1,-1],[2,-3],[1,0],[2,-2],[14,-8],[11,-8],[2,-1],[5,-4],[11,-9],[2,-2],[15,-17],[8,-11],[2,-3],[7,-5],[11,-1],[1,0],[4,-1],[11,-4],[1,-1],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[-1,-2],[-2,-7],[-1,-4],[-1,-1],[-1,-1],[-5,-3],[-1,-1],[-1,1],[-5,3],[-7,6],[-10,-2],[-5,-6],[-6,-5],[-2,-1],[-1,-1],[-2,0]],[[3510,1835],[39,-61],[18,-50]],[[3383,1192],[-1,0],[-3,2],[-10,8],[-10,11],[-20,22],[-17,21],[-3,3],[-2,2],[-3,3],[-4,4],[-15,12],[-9,14],[-10,11],[-11,11],[-10,12],[-5,6],[-3,5]],[[3247,1339],[8,22],[13,9],[1,7],[-1,12],[-12,18],[-4,18],[3,31],[5,10],[6,1],[1,41],[6,5],[0,22],[-12,54],[10,5],[2,8],[-60,143],[2,15]],[[3215,1760],[9,9],[6,23],[-4,41],[7,31]],[[3233,1864],[21,45],[18,0],[19,-6],[12,6],[31,1],[21,-15],[28,11],[2,-21],[7,-12],[14,13],[8,-2],[29,-42],[24,-23],[31,-5],[12,21]],[[3247,1339],[-6,7],[-7,4],[-6,2],[-17,5],[-4,4],[-3,1],[-2,2],[-3,1],[-16,7],[-4,0],[-12,3],[-16,6],[-2,1],[-2,1],[-1,1],[-3,4],[-9,10],[-8,10],[-9,10],[-13,9],[-14,16],[-1,3],[-1,2],[-2,2],[-6,8],[-16,17],[-3,3],[-3,3],[-12,9],[-15,14],[-8,7],[-2,3],[-13,5]],[[3008,1519],[-1,13],[-29,45],[-8,30],[1,42],[17,40],[19,14],[32,8],[40,-19],[37,19],[57,-1],[9,16],[-18,126],[51,-92]],[[3030,1952],[4,-33],[11,-24],[1,-14],[13,7],[6,-6],[-3,-34],[-17,27],[-10,-12],[-3,-18],[-13,33],[-12,-17],[-20,52],[15,13],[-14,34],[19,20],[23,-28]],[[7619,3293],[420,682],[0,47],[0,36],[6,40],[-20,101],[16,12],[9,35],[34,65],[-13,11],[6,37],[7,13],[17,11],[14,25],[14,15],[2,13],[-11,40],[2,14],[9,27],[27,10],[22,32],[-18,21],[9,38],[1,58],[77,213],[103,188],[130,191],[25,63],[17,88],[96,155],[17,62],[164,-45],[0,-18],[25,-22],[25,20],[19,-14],[9,-11],[0,-17],[13,-5],[16,-23],[-56,-105],[-74,-112],[8,-16],[0,-21],[-9,-28],[1,-28],[-8,-58],[-6,-8],[-1,-19],[-13,-35],[-11,-57],[-74,-162],[-5,-56],[25,-98],[0,-70],[-12,-128],[1,-48]],[[9776,6126],[12,-7],[1,-1],[1,-2],[1,-1],[1,-2],[0,-2],[1,-2],[0,-4],[0,-2],[0,-3],[-1,-2],[0,-3],[-1,-1],[-1,-2],[-9,-15],[-5,-8],[-9,-13],[-13,-18],[-1,-2],[-2,-3],[-2,0],[-7,-1],[-2,0],[-13,1],[-18,2],[-11,3],[-8,2],[-9,2],[-3,-1],[-13,-5],[-4,-1],[-2,-2],[-4,-3],[-9,-10],[-3,-4],[-5,-9],[-1,-1],[-7,-11],[-2,-1],[-11,-11],[-2,-1],[-3,-3],[-8,-4],[-14,-5],[-14,-5],[-18,-12],[-7,-6],[-10,-9],[-2,-2],[-1,-2],[-2,-3],[-1,-3],[-2,-11],[-1,-4],[0,-2],[0,-4],[0,-3],[0,-2],[0,-2],[3,-11],[3,0],[6,5],[5,8],[2,4],[2,6],[3,5],[1,2],[2,3],[3,2],[11,8],[19,11],[2,1],[2,0],[9,0],[8,0],[7,1],[3,1],[8,3],[2,1],[2,2],[7,8],[12,10],[10,9],[5,3],[2,1],[7,2],[2,1],[11,0],[11,-1],[14,-2],[3,-2],[15,-11],[11,-8],[20,-1],[22,0],[4,0],[1,0],[1,1],[1,1],[1,1],[7,13],[5,16],[1,2],[1,1],[1,2],[2,2],[2,1],[1,0],[3,-1],[1,-1],[18,-10],[18,-10],[2,-1]],[[9376,5678],[-39,65],[4,138],[25,51],[7,-34],[25,-14],[24,-25],[12,24],[32,37],[-11,-1],[-18,24],[2,32],[-8,58],[3,53]],[[9434,6086],[18,-24],[26,6],[-1,-12],[14,-10],[20,-2],[17,9],[13,-12],[37,-9],[2,26],[45,33],[27,-25],[65,14],[42,1],[21,24],[-8,10],[4,11]],[[2287,1392],[-4,-2],[-3,-2],[-3,-2],[-4,-2],[-7,-2],[-8,-3],[-13,-4],[-18,-2],[-6,0],[-1,1],[-4,2],[-7,6],[-17,5],[-13,4],[-3,0]],[[2176,1391],[3,99],[27,36],[14,29],[-1,17],[10,18],[-3,19],[14,30],[14,16],[14,-22],[19,-27],[0,-214]],[[2649,1878],[-36,-65]],[[2613,1813],[-48,89],[-90,90],[-13,58]],[[2462,2050],[46,23],[8,11],[85,-172],[48,-34]],[[2744,2156],[-47,-126],[5,-8],[-3,-9],[-9,0],[-22,-45]],[[2668,1968],[-65,101],[-39,41],[22,45],[5,2],[-6,14],[-20,14]],[[2565,2185],[17,7],[10,-20],[17,5],[-3,-19],[12,-8],[-1,-8],[5,-7],[48,2],[55,30],[6,0],[4,-14],[9,3]],[[3008,1519],[-7,3],[-7,3],[-13,7],[-8,3],[-8,1],[-13,1],[-12,1],[-3,0],[-15,-2],[-8,-2],[-9,-3],[-9,-4],[-6,-3],[-6,-4],[-5,-4],[-4,-3],[-7,-9],[-3,-3],[-2,-5],[-2,-4],[-1,-4],[-1,-5],[9,-8],[2,-9],[2,-24],[0,-5],[-2,-8],[0,-1],[-1,-2],[-1,-1],[-7,-5],[-8,-4],[-6,-2],[-3,0],[-14,1],[-15,2],[-2,1],[-6,2],[-4,4],[-3,1],[-8,2],[-5,0],[-3,0],[-3,-2],[-5,-6],[-4,-3],[-6,-4],[-11,-7],[-4,-3],[-6,-2],[-20,-6],[-7,-2],[-2,-1],[-13,0],[-17,-7],[-12,-4],[-14,-9],[-13,-11],[-19,-10],[-5,-1],[-13,-4],[-1,0],[-19,11],[-14,13],[-15,19],[-2,3],[-1,2],[-2,3],[-4,10],[-4,11],[-1,12],[0,3],[-1,2],[0,2],[0,3],[-1,2],[-2,4],[-7,15],[-1,2],[-2,2],[-6,7],[-6,6],[-3,1],[-2,1],[-17,7],[-3,0],[-15,1],[-5,-1],[-7,0],[-8,-8],[-1,-5],[-1,-5],[0,-4],[-1,-6],[-1,-2],[-2,-4],[-1,-3],[-2,-3],[-3,-3],[-3,-3],[-6,-3],[-11,-6],[-10,-7],[-19,-4],[-2,-1],[-3,-1],[-11,-4],[-3,-2],[-2,-2],[-2,-2],[-3,-5]],[[2374,1403],[-1,69],[164,326]],[[2537,1798],[76,15]],[[2649,1878],[35,51],[-16,39]],[[2744,2156],[58,211]],[[2802,2367],[110,-175],[23,-14],[24,-82],[42,-1],[51,-15],[14,-38],[11,-8],[23,-39],[21,-18],[17,-33],[36,-48],[20,66],[7,5],[21,-58],[11,-45]],[[5644,4363],[1,-16],[4,-1],[17,14],[30,3],[10,19],[9,-2],[9,12],[9,-7],[26,7],[2,-11],[9,7],[0,-12],[11,-11],[-1,-7],[19,3],[7,-13],[-3,-23],[8,-9],[15,-59],[14,1],[3,-14],[18,-26],[19,-16],[11,-42],[17,-35],[10,-10],[114,-80],[245,-82],[69,-24]],[[4502,2472],[-2,44],[4,11],[34,10],[52,43],[80,98],[37,66],[6,36],[8,22],[4,37],[21,45],[18,24],[31,31],[30,20],[16,22],[50,89],[17,68],[12,17],[22,60],[25,8],[16,14],[29,49],[17,53],[58,42],[11,1],[15,20],[9,40],[12,22],[-5,31],[-13,9],[19,50],[7,7],[21,-5],[32,26],[23,60],[14,12],[4,14],[12,12],[14,31],[34,12],[4,45],[26,22],[9,0],[14,18],[36,74],[9,46],[11,10],[15,-1],[22,52],[33,24],[14,26],[13,4],[17,35],[3,38],[16,7],[12,50],[5,7],[-3,10],[3,28],[12,37],[-5,12],[2,24],[14,18],[2,16],[13,7],[1,11]],[[5594,4343],[13,13],[12,-9],[25,16]],[[2272,1838],[78,0]],[[2350,1838],[206,0],[-19,-40]],[[2374,1403],[-17,-7],[-12,-1],[-19,-2],[-19,-3],[-8,3],[-5,0],[-7,-1]],[[2176,1391],[-8,-1],[-10,-5],[-13,-8],[-2,-2],[-3,-1],[-2,-1],[-5,1],[-3,1],[-2,1],[-3,1],[-10,5],[-10,3],[-5,0],[-6,0],[-7,0],[-2,0],[-2,1],[-1,0],[-2,2],[-4,5],[-8,9],[-2,4],[-4,8],[-1,2],[-1,1],[-6,1],[-2,1],[-3,-1],[-3,-1],[-5,-3],[-7,-2],[-1,1],[-8,2],[-2,2],[-1,2],[-4,8],[-8,9],[-11,13],[-1,1],[-10,4],[-2,0],[-3,0],[-3,-1],[-2,-1],[-1,-1],[-12,-15],[-12,-16],[-14,-17],[-2,-27],[0,-2],[0,-2],[0,-3],[0,-2],[-2,-4],[-3,-4],[-2,-1],[-2,-1],[-1,0],[-2,1],[-2,1],[-2,2],[-2,2],[-1,3],[-2,3],[0,2],[-3,18],[-3,5],[-9,-1],[-18,-14],[-7,-14],[-13,-3],[-11,2],[-1,0],[-5,2],[-3,4],[-7,-5],[-5,-7],[-1,-12],[-2,-6],[-14,-22],[-9,-6],[-11,-2],[-2,1],[-8,3],[-3,1],[-15,8],[-6,3],[-3,3],[-5,7],[-4,2],[-5,2],[-8,3],[-9,1],[-2,0],[-2,-2],[-1,-1],[-14,-15],[-8,-8],[-13,-13],[-13,-18],[-9,-2],[-8,0],[0,2],[-1,2],[0,2],[-3,14],[-1,3],[-1,2]],[[1650,1310],[170,312],[114,137]],[[1934,1759],[27,-92],[47,24],[42,-26],[138,33],[12,35],[72,105]],[[3301,2388],[138,1],[26,16],[5,-12],[56,86],[13,42],[9,10],[14,-1],[4,-23],[-6,-8],[4,-16],[-5,-5],[16,2],[-3,-11],[7,-10],[0,-18],[15,-4],[8,-29],[-4,-25],[5,-19],[-11,-36],[2,-11],[-11,-14],[6,-34],[8,-12],[-1,-15],[-13,6],[-11,-5],[-17,-55],[2,-33],[12,-16]],[[3569,2139],[-4,-10],[2,-51],[-28,-41],[-8,-44],[-8,-10],[2,-43],[-7,-31],[7,-32],[-15,-42]],[[2802,2367],[61,153]],[[2863,2520],[37,-20],[57,-61],[16,20],[13,-9],[5,5],[44,9],[6,33],[9,9],[9,1],[100,-133],[60,59],[82,-45]],[[2272,1838],[-88,194]],[[2184,2032],[21,15],[14,7],[13,6],[2,1],[2,0],[10,-5],[1,0],[2,-3],[0,-2],[10,2],[18,11],[15,20],[16,19],[-5,14],[0,6],[2,6],[4,0],[12,-9],[9,-7],[0,12],[-12,21],[-1,2],[-2,2],[-7,7]],[[2308,2157],[13,5],[1,9],[33,-3],[1,-38],[10,-32],[-6,-12],[3,-7],[56,-71],[6,-23],[25,-9],[18,-19],[5,-17],[-4,-63],[-119,-39]],[[1934,1759],[-50,63]],[[1884,1822],[10,0],[3,1],[5,1],[4,2],[2,0],[2,0],[7,0],[2,-1],[2,-1],[6,-4],[2,-1],[7,4],[7,12],[1,2],[0,2],[0,2],[0,5],[-1,3],[-1,3],[0,1],[2,26],[2,18],[3,13],[7,16],[7,11],[5,4],[7,6],[2,1],[3,-4],[5,-9],[10,0],[8,3],[13,19],[6,6],[10,13],[9,13],[7,7],[2,3],[5,5],[1,0],[1,1],[2,-1],[16,-5],[2,0],[12,-13],[9,-13],[1,-2],[0,-2],[1,-1],[1,-2],[1,-2],[11,-7],[1,-1],[2,-1],[6,0],[8,8],[14,7],[12,11],[13,24],[15,27]],[[2383,2279],[50,-7],[0,-20],[-14,-11],[2,-22],[22,-28],[20,28],[13,-5],[14,5],[-1,-10],[-8,-4],[8,-27],[-4,-12],[2,-17],[-13,-25],[-23,-25]],[[2451,2099],[-6,72],[-23,5],[-14,22],[2,7],[-17,3],[-13,12],[2,10],[-11,2]],[[2371,2232],[-8,15],[-6,2],[-2,1],[-2,1],[-2,3],[-6,10],[-3,12],[0,2],[2,1],[2,1],[4,-1],[8,-3],[6,-2],[4,0],[9,1],[6,4]],[[3301,2388],[-67,100],[11,142],[28,68],[17,26],[-17,25],[-10,42],[12,6],[0,-10],[6,-4],[21,22],[2,16],[53,129],[14,19],[34,78],[6,24],[26,-1],[24,9],[-39,-117],[-24,-45],[-12,-50],[-17,-22],[-12,-35],[-56,-103],[-2,-17],[-6,-12],[0,-61],[-15,-32],[-8,-34],[3,-9],[-8,-13],[54,-46],[-18,-95]],[[2451,2099],[11,-49]],[[2308,2157],[-3,3],[-14,18],[-4,10],[3,11],[0,5],[-2,4],[-1,2],[-1,1],[-3,3],[-2,0],[-7,-1],[-7,0],[-5,0],[3,24],[3,16],[1,3],[1,2],[1,2],[1,1],[14,14],[2,2],[7,4],[8,-5],[7,-2],[9,-1],[2,1],[1,0],[2,-1],[1,-1],[1,-1],[1,-1],[1,-2],[1,-3],[0,-3],[1,-3],[2,-16],[0,-2],[0,-2],[0,-1],[-1,-2],[-2,-1],[-3,3],[-14,1],[-16,1],[-1,-1],[-2,-1],[-4,-3],[-1,-2],[0,-1],[-1,-2],[1,-3],[0,-2],[1,-2],[1,-3],[3,-2],[8,-8],[2,-1],[5,-1],[1,0],[6,5],[4,2],[2,1],[8,2],[4,-2],[9,-13],[10,2],[2,0],[3,1],[1,2],[2,2],[11,22]],[[2835,2604],[28,-84]],[[2565,2185],[-10,16],[29,28],[-17,15],[12,97],[15,18],[-47,15],[0,12],[-20,-11],[-7,20],[5,12],[-3,22]],[[2522,2429],[4,14],[11,8],[12,7],[5,20],[-4,-1]],[[2550,2477],[1,6],[55,39],[4,18],[14,13],[46,17],[27,-10],[23,16],[26,-6],[10,5],[9,-24],[14,-6],[11,-4],[1,5],[6,-4],[3,9],[9,-1],[8,13],[2,16],[12,12],[4,13]],[[9434,6086],[1,28],[32,36],[-19,39],[18,47],[20,28],[14,35],[21,18],[9,-2],[7,-13],[17,10],[11,-3],[4,14],[14,4],[2,17],[10,13],[-4,15],[4,16],[-11,15],[-16,-3],[-12,14],[-13,1],[-10,13],[-19,71],[18,23],[-1,35],[9,26],[26,2],[24,16],[-3,35],[9,24],[-10,34],[-4,8],[-23,-3],[-14,14],[-13,73],[29,90],[27,10],[1,32],[19,20],[10,-7],[11,15],[-4,22],[6,32]],[[9631,7000],[2,0],[16,-5],[11,-10],[7,-6],[0,-3],[1,-8],[0,-4],[2,-9],[0,-1],[1,-3],[3,-9],[1,-2],[1,-1],[2,-3],[1,-2],[2,-8],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[-1,-1],[-8,-6],[-9,-6],[-4,-2],[-5,-2],[-5,-3],[-1,-2],[-2,-3],[0,-1],[0,-2],[-1,-3],[0,-5],[1,-6],[0,-4],[1,-3],[0,-2],[2,-2],[1,-1],[1,0],[19,-3],[15,-2],[2,0],[3,0],[9,-4],[2,-1],[3,-2],[2,-2],[1,-2],[1,-2],[0,-4],[1,-3],[0,-3],[0,-15],[0,-2],[0,-10],[-1,-16],[0,-14],[5,-10],[0,-2],[0,-2],[-1,-8],[-1,-4],[-1,-7],[-1,-3],[0,-2],[0,-8],[0,-2],[0,-3],[0,-2],[1,-1],[0,-2],[16,-19],[1,-1],[1,-1],[3,-1],[7,0],[4,1],[3,2],[2,1],[2,2],[1,3],[2,4],[0,2],[1,3],[-1,2],[0,6],[0,2],[0,1],[1,3],[2,10],[6,17],[4,7],[4,8],[10,22],[3,6],[6,4],[10,0],[1,0],[20,-1],[1,-1],[11,-5],[3,-6],[0,-13],[0,-2],[-1,-8],[-4,-11],[0,-2],[-1,-3],[-1,-6],[0,-4],[0,-8],[0,-7],[1,-3],[0,-3],[1,-1],[1,-1],[4,-2],[2,-1],[1,0],[1,0],[2,1],[1,2],[1,3],[1,4],[1,2],[4,8],[2,3],[1,2],[1,0],[2,0],[1,0],[1,-1],[1,-2],[0,-1],[3,-9],[2,-13],[0,-3],[1,-3],[1,-5],[1,-2],[8,-16],[4,-5],[6,-4],[3,-2],[3,-1],[1,0],[2,-1],[4,-1],[-4,-30],[-4,-31],[-1,-22],[0,-13],[-1,-25],[-1,-11],[-3,-13],[-7,4],[-9,-3],[-5,-2],[-2,-1],[-1,-1],[-2,-3],[-1,-3],[-2,-4],[-1,-4],[-1,-4],[-1,-5],[-1,-4],[0,-4],[0,-3],[0,-3],[0,-2],[1,-1],[1,-2],[1,-1],[9,-24],[8,-28],[2,-5],[1,-6],[0,-2],[0,-2],[1,-8],[-1,-8],[0,-4],[0,-2],[-1,-2],[0,-2],[-5,-13],[-1,-4],[-1,-2],[-2,-1],[-11,-6],[-7,-5],[-4,-3],[-2,-1],[-1,-2],[0,-2],[-1,-3],[0,-2],[1,-17],[1,-2],[0,-2],[1,-1],[0,-2],[1,-1],[2,-1],[5,-1],[6,-11],[5,-22],[-9,-17],[-10,-19],[-4,-13],[-2,-3],[-1,-2],[-2,-2],[-5,-3],[-3,-1],[-5,-2],[-9,-12],[-5,-8],[-1,-2],[-1,-1],[-12,-9],[-2,-1],[-1,0],[-1,0],[-7,3],[-3,3],[-3,3],[-4,3],[-1,1],[-1,1],[-11,-1],[-9,0],[-6,-2],[-6,-1],[-5,0],[-9,2],[-10,3],[-10,4],[-3,1],[-3,1],[-2,0],[-2,-4],[-2,-4],[-4,-8],[-2,-5],[-1,-4],[0,-3],[-1,-2],[0,-3],[1,-1],[1,-2],[2,-3],[6,-4],[11,-9],[8,-5],[3,-1],[6,-2],[14,-4],[1,0],[11,-5],[15,-8],[9,-4],[8,-5]],[[2383,2279],[0,3],[0,1],[-1,2],[0,1],[-2,2],[-2,0],[-8,2],[-11,1],[-11,4],[-15,16],[-1,2],[0,1],[-1,3],[-2,14],[-3,15],[-1,4],[0,2],[-1,2],[-1,1],[-7,9],[-1,2]],[[2315,2366],[1,11],[-7,3],[2,5]],[[2311,2385],[2,-1],[2,-1],[2,0],[2,0],[4,1],[7,3],[1,1],[2,2],[1,3],[2,3],[3,10],[3,8],[4,2],[3,1],[9,-4],[-7,-9],[-4,-10],[2,-3],[3,-4],[15,-15],[1,-1],[1,-1],[2,0],[1,1],[11,3],[11,12],[10,13],[12,4],[15,-18],[9,-14],[1,-12],[0,-16],[1,-10],[-3,-9],[-3,-5],[-1,-3],[0,-2],[0,-3],[0,-2],[1,0],[0,2],[2,6],[0,2],[2,2],[1,1],[1,-2],[0,-2],[-1,-3],[0,-2],[-1,-2],[-1,-2],[1,0],[1,3],[1,3],[0,3],[0,2],[5,6],[5,7],[3,9],[0,2],[-3,7],[0,2],[0,2],[0,3],[0,3],[4,21],[5,16],[6,-1],[15,6],[1,2],[1,2],[0,2],[0,3],[-1,3],[-1,1],[-7,4],[-8,4],[-4,2],[-2,2],[-1,1],[-3,3],[-1,3],[-2,3],[-1,3],[0,3],[-1,3],[0,3],[1,2],[1,2],[1,2],[1,1],[13,2],[9,-9],[10,-9],[0,-13],[-2,-12],[-1,-1],[-2,-11],[5,-1],[7,0],[7,0],[8,8],[5,5],[2,3],[1,2],[1,2],[3,6]],[[1791,1981],[1,-14],[3,-25],[3,-24],[2,-19],[3,-25],[1,-20],[0,-13],[6,-6],[7,1],[14,10],[20,-11],[10,-2],[11,-2],[2,-1],[4,-3],[1,-1],[2,-3],[1,-1],[2,0]],[[1650,1310],[-2,5],[-1,1],[-10,13],[-10,4],[-1,0],[0,1],[-1,3],[1,2],[2,15],[1,2],[0,2],[1,3],[1,2],[9,16],[7,9],[2,2],[2,4],[1,2],[1,2],[0,3],[2,8],[0,3],[1,7],[4,28],[-2,15],[-3,15],[-8,7],[-6,7],[-2,2],[-10,15],[-5,17],[-1,26],[0,2],[0,3],[1,6],[2,7],[1,3],[1,2],[1,1],[6,-2],[7,2],[2,1],[2,2],[2,3],[2,3],[1,2],[0,2],[1,2],[2,12],[0,14],[1,17],[5,13],[5,19],[1,24],[-1,2],[0,2],[0,2],[0,2],[1,2],[1,2],[1,2],[1,1],[5,4],[1,1],[5,1],[12,1],[12,1],[6,2],[7,3],[2,0],[1,1],[1,2],[0,3],[0,1],[-8,26]],[[1713,1750],[43,82],[-7,42]],[[1749,1874],[13,57],[-9,42],[2,11],[29,17],[7,-20]],[[5507,4607],[27,-23],[19,9],[3,-7],[11,-1],[5,-13],[19,-12],[9,1],[3,-8],[25,-18],[4,-74],[-27,-43],[-4,-53],[-9,-12],[2,-10]],[[3569,2139],[16,29],[47,-42],[10,10],[44,9]],[[3686,2145],[9,-3],[6,-26],[15,-7],[7,9],[15,-17],[42,-12],[9,-9],[9,5],[11,24],[14,1],[9,20],[11,8],[-2,25],[11,15],[3,28],[9,25],[13,11],[-1,14],[7,21],[24,48],[8,5],[32,90],[11,12],[13,31],[17,17],[20,48],[15,9],[7,15],[16,4],[9,39],[-2,15],[12,20],[19,50],[9,39],[13,14],[13,39],[12,19],[13,-3],[19,29],[25,16],[1,-11],[10,-6],[0,-30],[-5,-11],[11,-12],[9,-44],[14,-6],[15,22],[26,-1],[19,25],[18,46],[18,80],[13,14],[21,4],[12,16],[5,26],[9,1],[-1,7],[6,5],[39,-3],[14,13],[6,45],[19,30],[2,11],[19,21],[8,55],[19,17],[7,21],[17,12],[0,23],[26,38],[10,11],[33,8],[8,8],[-1,7],[9,12],[16,48],[362,697],[200,380],[-20,52]],[[5182,4464],[285,133],[40,10]],[[2315,2366],[-2,1],[-9,7],[-16,18],[-9,6],[-2,7],[2,9],[13,0],[11,-8],[1,-1],[1,-2],[1,-2],[0,-2],[1,-6],[1,-2],[1,-2],[0,-1],[2,-3]],[[3686,2145],[-9,17],[-4,73],[-9,18],[4,17],[-3,29],[4,45],[5,6],[21,-9],[13,17],[29,7],[12,15],[15,-1],[39,63],[23,95],[54,121],[7,47],[22,42],[15,14],[2,15],[35,73],[6,32],[11,24],[26,44],[28,15],[22,41],[4,39],[11,15],[6,20],[22,24],[0,78],[17,50],[-6,26],[26,49],[11,8],[11,-9],[0,-10],[5,-3],[36,12],[25,0],[29,38],[8,2],[5,12],[53,42],[18,60],[-1,13],[13,33],[0,21],[9,17],[-1,25],[-17,20],[3,35],[-3,22],[9,41],[11,8],[2,18],[12,13],[18,53],[9,12],[15,7],[6,29],[5,5],[-1,13],[17,9],[0,17],[11,3],[-1,13],[13,8],[9,21],[9,-2],[10,43],[6,4],[11,-13],[16,9],[4,33],[25,78],[22,20],[4,12],[13,4],[4,19],[15,25],[6,-3],[9,-40],[10,6],[2,13],[12,6],[27,-35],[-4,-11],[8,-7],[28,19],[12,0],[7,-12],[7,-1],[31,33],[32,-8],[11,7],[4,14],[18,2],[9,9],[8,-8],[11,12],[9,-12],[8,-2],[50,41],[255,295]],[[1713,1750],[-18,-7],[-14,-2],[-4,0],[-2,0],[-8,5],[-8,7],[-15,9],[-6,4],[-1,0],[-2,3],[0,2],[0,2],[-2,13],[-4,12],[-7,13],[-6,14],[2,18],[1,19],[2,14],[3,12],[8,11],[10,10],[1,1],[5,6],[1,2],[1,2],[0,2],[1,2],[0,4],[1,3],[0,4],[0,3],[-1,28],[0,36],[-4,25],[-1,7],[0,4],[1,11],[2,19],[3,21],[1,23],[7,24],[5,21]],[[1665,2157],[14,-13],[70,-270]],[[1665,2157],[2,4],[8,5],[6,-2],[8,-4],[8,-4],[9,-6],[2,-1],[1,-2],[1,-1],[10,-28],[8,-10],[9,-14],[4,-11],[1,-4],[4,-9],[1,-4],[7,-11],[1,-3],[13,-16],[12,-23],[8,-9],[2,-4],[1,-7],[0,-12]],[[2830,2648],[3,-11],[-6,-11],[8,-22]],[[2550,2477],[-13,-4],[-15,-7],[-15,-6],[-5,4],[-4,7],[8,12],[6,10],[0,2],[0,3],[-1,2],[-1,2],[-1,14],[3,11],[16,6],[14,5],[6,2],[7,5],[1,2],[1,2],[1,2],[0,1],[0,3],[-1,2],[0,2],[-1,2],[-2,2],[-3,2],[-2,1],[-2,0],[-2,0],[-8,-4],[-14,-5],[-10,-7],[-8,1],[-8,6],[-11,12],[-16,0],[-12,-6],[-4,-1],[-1,0],[-1,0],[-1,1],[-1,2],[0,3],[0,2],[1,1],[1,2],[3,1],[1,1],[1,2],[2,3],[1,4],[0,3],[1,6],[3,15],[0,2],[0,2],[0,3],[-1,2],[-3,16],[-1,5],[-1,3],[-1,4],[-2,4],[-2,3],[-7,7],[-2,1],[-2,2],[-4,1],[-2,0],[-11,-4],[-3,-1],[-2,-2],[-2,-1],[-1,-2],[-1,-1],[0,-2],[-1,-1],[0,-2],[-1,-5],[0,-2],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-6,-4],[-1,-1],[-1,0],[-16,0],[-1,1],[-2,1],[-5,8],[-1,1],[0,2],[0,2],[1,2],[10,20],[9,10],[7,25],[5,25],[12,28],[7,21],[6,18],[4,14],[4,12],[1,3],[1,2],[8,6],[3,2],[8,8],[6,12],[8,17],[5,10],[6,11],[7,12]],[[2496,2903],[3,-6],[-13,-22],[-1,-17],[26,3],[6,-10],[16,0],[1,-20],[-13,-23],[8,-10],[-2,-18],[7,-12],[22,-5],[50,-83],[36,20],[4,21],[26,3],[26,-47],[13,-4],[21,6],[29,-19],[4,-9],[9,16],[34,23],[16,-16],[6,-26]],[[2865,3108],[-7,-26],[29,7],[47,-11],[20,-9],[33,-27],[26,-5],[11,-17],[29,-4]],[[3053,3016],[-61,-92],[-55,-39],[-60,-158],[-47,-79]],[[2496,2903],[13,22],[5,11],[2,4],[1,3],[9,11],[11,23],[13,-9],[18,4],[10,1],[6,-4],[10,-6],[6,-1],[15,0],[9,4],[9,7],[6,8],[1,2],[0,7],[-4,4],[-2,1],[-3,3],[-2,2],[-3,1],[-1,0],[-1,-1],[-7,-2],[-11,-2],[-5,0],[-2,0],[-1,1],[-1,1],[-1,1],[-8,18],[6,14],[9,9],[2,1],[3,2],[5,1],[3,1],[4,3],[3,2],[9,10],[6,6],[12,10],[16,11],[5,5],[5,2],[7,3],[1,0],[4,-3],[2,-7],[-3,-4],[-1,-2],[0,-2],[-1,-1],[0,-2],[0,-3],[0,-9],[0,-2],[0,-1],[1,-2],[0,-3],[1,-1],[2,-2],[1,-1],[20,-7],[3,0],[2,0],[2,0],[2,1],[2,2],[11,7],[13,3],[6,-9],[0,-2],[1,-2],[1,-1],[2,-2],[3,-3],[10,-9],[3,-1],[15,-4],[4,-1],[9,3],[12,5],[11,1],[2,1],[3,1],[1,1],[1,1],[0,1],[1,3],[0,2],[0,2],[0,2],[-1,3],[0,2],[-1,3],[-2,3],[-3,4],[-1,1],[0,2],[-1,2],[0,2],[1,3],[1,3],[2,2],[5,5],[17,18],[18,8]],[[3790,3917],[-126,-221],[-26,-67],[-63,-166],[-6,-52],[-9,-35],[-48,-135],[-21,57],[-34,41],[-197,40]],[[3260,3379],[110,195],[22,9],[82,34],[33,62],[34,62],[46,73],[203,103]],[[2280,2996],[7,-3],[-1,-22],[8,-13],[-18,-26],[-2,-5],[5,-5],[-11,-23],[-5,4],[-9,-13]],[[2254,2890],[-4,7],[-7,8],[-2,2],[-4,3],[-2,1],[-2,1],[-1,0],[-2,0],[-2,-1],[-1,-1],[-3,-2],[-7,-12],[-5,-8],[-4,-2],[-2,8],[5,14],[6,13],[8,18],[14,14],[11,12],[9,17],[5,9],[0,2],[0,1],[4,13],[5,9],[2,3],[2,2],[1,0],[1,0],[2,0],[1,-2],[0,-2],[-1,-4],[-1,-3],[-2,-2],[-2,-2],[-4,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-3],[-2,-8],[0,-2],[0,-1],[0,-3],[12,11],[2,2]],[[5129,4539],[53,-75]],[[3301,2388],[18,95],[-54,46],[8,13],[-3,9],[8,34],[15,32],[0,61],[6,12],[2,17],[56,103],[12,35],[17,22],[12,50],[24,45],[39,117],[-24,-9],[-26,1],[-6,-24],[-34,-78],[-14,-19],[-53,-129],[-2,-16],[-21,-22],[-6,4],[0,10],[-12,-6],[10,-42],[17,-25],[-17,-26],[-28,-68],[-11,-142],[67,-100]],[[3053,3016],[89,180]],[[3142,3196],[60,83],[58,100]],[[3790,3917],[217,109],[99,264],[162,354]],[[4268,4644],[56,-1],[35,-1],[21,-95],[117,-70],[71,4],[122,-70],[151,-52],[50,-37],[238,217]],[[7983,6796],[30,-9],[17,12],[34,2],[114,-115],[-17,-130],[4,-49],[21,1],[2,18],[5,2],[3,-29],[149,88],[106,-48],[10,-37],[16,-30],[36,-20],[15,-2],[192,146],[16,54],[8,10],[0,50],[5,20],[6,-6],[9,15],[8,-7],[4,19],[16,4],[15,-10],[5,63],[17,35],[1,25],[9,20],[-1,24],[12,19],[-2,60],[8,50],[98,-23],[19,9],[6,27],[18,24],[12,28],[16,4],[20,-9],[12,40],[-4,31],[18,18],[23,56],[12,105],[20,12],[29,63],[60,61],[14,-13]],[[9229,7474],[-3,-10],[-1,-3],[0,-2],[-1,-2],[0,-2],[0,-2],[-8,-36],[-15,-35],[-3,-6],[-6,-13],[-1,-2],[0,-2],[-1,-3],[1,-17],[0,-5],[0,-2],[1,-2],[0,-2],[6,-20],[1,-3],[2,-5],[10,-20],[5,-9],[6,-12],[7,-10],[2,-3],[3,-4],[9,-11],[2,-3],[11,-14],[6,-7],[7,-5],[8,-9],[9,-14],[7,-10],[11,-14],[13,-14],[6,-7],[10,-11],[9,-9],[15,-19],[16,-18],[13,-13],[15,-15],[10,-9],[19,-16],[4,-4],[16,-12],[9,-5],[9,-7],[5,-3],[15,-9],[8,-4],[16,-8],[5,-2],[12,-3],[11,-4],[6,-4],[4,-4],[7,-2],[2,0],[11,4],[7,9],[9,15],[10,18],[1,1],[1,1],[3,1],[2,0],[7,-3],[21,1]],[[7007,3240],[120,1253],[-5,14],[4,22],[8,25],[16,21],[7,32],[9,66],[-3,51],[24,65],[19,26],[25,18],[42,19],[59,14],[7,7],[16,29],[3,18],[13,14],[19,58],[6,34],[22,48],[19,17],[29,10],[33,6],[12,-10],[6,24],[17,31],[8,35],[12,6],[-8,11],[11,40],[-19,5],[-10,23],[19,118],[-5,88],[2,28],[11,28],[-20,66],[3,8],[-4,13],[10,8],[4,56],[25,72],[18,75],[21,29],[18,4],[13,35],[41,37],[12,102],[21,25],[7,43],[-3,17],[-13,25],[1,20],[-6,23],[-46,88],[-53,43],[-4,26],[-13,38],[-6,66],[5,21],[17,0],[1,76],[16,30]],[[7620,6580],[34,59],[51,215],[278,-58]],[[3080,3196],[-49,15],[-81,54],[-86,-27],[-96,69],[25,101],[63,-30],[22,-25],[5,2],[3,19],[-136,117],[-13,0],[-74,-54],[-10,0],[-8,12],[-43,-24],[-29,0],[-5,-8],[-39,-15],[-5,26],[-14,26],[-31,13]],[[2479,3467],[29,30],[14,39],[5,32],[13,29],[-5,24],[-9,19],[13,14],[14,-9],[4,-13],[-4,-7],[10,-16],[17,-6],[5,-11],[6,-1],[11,27],[15,70],[10,-7],[25,-2],[3,-15],[15,7],[28,-23],[39,-17],[32,5],[21,-37],[20,-13],[19,0],[6,-13],[24,-19],[18,-36],[56,-56],[17,-35],[33,-18],[42,-3],[37,-47],[1,-16],[4,-28],[-6,-5],[-3,-22],[15,-8],[-3,-15],[5,-17],[-5,-29],[10,-23]],[[3080,3196],[62,0]],[[2865,3108],[5,1],[2,1],[3,1],[2,3],[1,3],[0,3],[-1,2],[0,3],[-2,2],[-1,1],[-7,4],[-3,0],[-10,1],[-6,0],[-9,0],[-2,-1],[-3,-1],[-11,-10],[-5,-13],[-1,-2],[-4,-12],[-2,-4],[-3,-7],[-2,-1],[-1,-1],[-1,-1],[-18,-2],[-2,0],[-6,2],[-1,2],[0,2],[1,3],[0,2],[1,2],[2,2],[1,0],[2,1],[15,4],[10,7],[2,1],[1,2],[2,2],[0,2],[1,2],[0,2],[1,3],[0,2],[-1,3],[0,3],[-2,9],[0,2],[-2,3],[-10,13],[-11,7],[-9,0],[-9,-2],[-27,-3],[-24,-10],[-18,6],[-18,8],[-16,14],[-5,7],[-1,1],[-1,1],[-3,0],[-4,-1],[-7,-1],[-9,-2],[-19,1],[-2,-1],[-2,-1],[-10,-8],[-9,-8],[-7,-6],[-4,-5],[-5,-8],[-9,-8],[-9,-7],[-14,-11],[-1,-1],[-8,-7],[-5,-9],[-2,-12],[-3,-11],[-4,-11],[-5,-8],[-1,-2],[-1,-1],[-3,0],[-1,1],[-3,2],[-2,0],[-4,-1],[0,-1],[-2,-1],[-2,-2],[-3,-4],[-3,-5],[-9,-20],[-6,-16],[-6,-19],[-3,-7],[0,-2],[-16,-17],[-19,-17],[-7,-6],[-2,-1],[-2,-3],[-8,-13],[-18,-18],[-7,-8],[-10,-12],[-3,-5],[-2,-1],[-2,-1],[-16,-5],[-18,-7],[-8,-3],[-6,-1],[-17,-3],[-21,3],[-20,2],[-1,0],[-2,0],[-2,0],[-6,7],[-3,6],[0,2],[-1,2],[0,3],[0,3],[0,2],[-1,1]],[[2280,2996],[9,11],[1,1],[1,2],[1,2],[3,12],[0,2],[9,30],[2,9],[3,15],[0,3],[1,2],[1,1],[2,2],[2,0],[2,0],[1,-1],[1,-1],[-1,-2],[-2,0],[-3,0],[-1,0],[0,-2],[-1,-3],[1,-2],[0,-3],[1,-1],[1,-1],[9,0],[10,7],[9,4],[9,-1],[10,0],[19,2],[8,1],[8,1],[12,5],[4,6],[3,24],[4,8],[0,5],[-4,9],[-1,3],[-5,11],[-1,1],[-1,0],[-3,-2],[-1,-2],[-1,-2],[0,-1],[-1,-2],[0,-1],[-8,-11],[-6,-2],[-5,19],[-10,14],[-19,-2],[-9,-3],[-19,-8],[-3,-1],[-5,-4],[-3,-3],[-3,-3],[-7,-12],[-2,-10],[4,-7],[4,-8],[-2,-2],[-7,6],[-15,21],[-9,11],[-4,5],[-1,2],[-2,4],[-3,6],[-5,15],[1,14],[8,24],[3,23],[7,24],[0,11],[-1,13],[0,2],[0,2],[4,29],[0,4],[1,6],[2,8],[1,6],[1,3],[1,3],[1,2],[1,2],[2,1],[1,1],[1,1],[1,-2],[0,-1],[-9,-25],[-2,-30],[4,-7],[7,9],[4,11],[2,15],[-1,15],[-2,6],[-1,15],[0,3],[0,3],[1,3],[0,1],[1,2],[1,1],[3,-1],[1,1],[1,1],[1,2],[0,1],[1,3],[1,4],[1,14],[1,2],[0,2],[0,2],[-1,7],[0,3],[0,4],[0,2],[0,2],[2,11],[1,3],[0,2],[9,28],[9,24],[14,24],[9,7],[15,5],[10,6],[1,1],[2,2],[1,2],[5,12]],[[2389,3549],[13,-14],[1,-18],[-5,-11],[18,-44],[18,13],[15,-8],[30,0]],[[8992,8110],[1,-4],[0,-16],[0,-4],[0,-4],[-1,-21],[-3,-29],[0,-4],[-1,-5],[-3,-12],[-4,-28],[-2,-19],[-6,-20],[-4,-19],[-1,-4],[-1,-3],[-2,-2],[-5,-5],[-3,-3],[-1,-3],[-3,-5],[-1,-2],[-1,-2],[-1,-8],[-2,-6],[0,-4],[0,-7],[-1,-4],[0,-3],[-1,-2],[-1,-4],[-1,-2],[-11,-21],[-13,-13],[-15,-12],[-7,-6],[-6,-6],[-8,-13],[-2,-3],[0,-1],[-1,-2],[-1,-2],[-1,-3],[-1,-6],[0,-5],[-1,-6],[0,-4],[0,-6],[1,-3],[0,-3],[1,-3],[-7,-15],[-11,-7],[-6,-3],[-15,-7],[-3,0],[-6,1],[-2,0],[-2,-1],[-2,-2],[-1,-3],[-1,-3],[-2,-4],[-1,-8],[-2,-10],[-1,-7],[-1,-2],[0,-3],[0,-5],[0,-10],[-1,-2],[0,-2],[-5,-13],[-5,-9],[-5,-8],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[0,-3],[0,-3],[0,-4],[1,-6],[2,-9],[1,-6],[4,-14],[1,-4],[2,-4],[2,-4],[1,-4],[3,-5],[3,-5],[1,-1],[1,-3],[0,-2],[-1,-1],[-2,-2],[-2,-1],[-2,0],[-3,1],[-4,3],[-4,2],[-1,2],[-1,1],[-1,2],[-8,-21],[-4,-14],[-6,-8],[-21,-10],[-17,-19],[-1,-2],[-10,-13],[-1,-2],[-1,-2],[0,-4],[0,-2],[0,-2],[9,-24],[2,1],[1,1],[6,7],[8,10],[16,22],[7,9],[10,13],[9,13],[5,7],[8,15],[9,15],[10,14],[1,1],[10,7],[5,3],[2,0],[1,-1],[1,-2],[0,-3],[0,-2],[0,-2],[-1,-1],[-1,-2],[-7,-14],[-6,-11],[-5,-18],[-12,-16],[-7,-9],[-7,-14],[-6,-14],[-4,-12],[-10,-20],[-12,-25],[-2,-1],[-1,-3],[0,-1],[-1,-2],[0,-3],[1,-3],[0,-3],[2,-4],[3,-8],[2,-4],[3,-4],[2,-4],[8,-8],[5,-4],[4,-3],[4,-2],[2,-1],[4,-1],[2,-1],[4,0],[4,3],[4,5],[5,7],[6,12],[8,11],[2,3],[1,1],[5,3],[10,3],[7,0],[10,5],[14,14],[17,21],[8,11],[8,6],[6,-2],[8,-4],[14,-2],[4,0],[3,1],[2,1],[1,2],[1,2],[0,2],[1,4],[0,1],[5,6],[5,2],[4,1],[7,0],[20,2],[11,0],[9,-3],[3,-1],[2,0],[5,1],[10,2],[10,4],[6,2],[10,6],[6,3],[12,9],[9,12],[11,11],[12,11],[2,2],[9,6],[7,1],[14,10],[8,5],[15,4],[1,-1],[5,-4],[1,0],[5,2],[12,6],[8,4],[6,1],[10,3],[16,3],[6,-12],[0,-18],[0,-2],[0,-3],[0,-2],[-1,-2],[-2,-10],[-1,-2],[-4,-8],[-4,-9],[-2,-6]],[[7983,6796],[45,155],[7,11],[4,27],[0,57],[-7,34],[-7,10],[-15,74],[1,33],[-5,19],[4,18],[-5,16],[2,51],[35,150]],[[8042,7451],[174,60],[10,11],[11,-11],[11,3],[0,17],[7,11],[-5,38],[27,43],[17,16],[1,13],[12,2],[14,16],[10,-8],[17,33],[5,46],[13,37],[-20,24],[38,27],[446,105],[14,72],[0,26],[25,4],[19,32],[37,40],[43,3],[11,-9],[13,8]],[[7168,7591],[212,30],[-3,-13],[5,-40],[-7,-21],[26,-39],[3,-26],[-3,-56],[-17,-88],[5,-85],[13,-28],[26,-12],[79,-81],[17,-48],[22,-19],[2,-30],[14,-12],[-6,-48],[15,-25],[52,-59],[-4,-58],[-19,-61],[2,-57],[-5,-53],[10,-20],[1,-28],[12,-34]],[[6573,3199],[10,1174],[52,1795],[-18,425],[-11,119],[-73,-16],[-20,114],[3,7],[-3,22],[6,6],[-3,14],[7,13],[11,-3],[11,-34],[9,-8],[22,12],[28,51],[-14,28],[18,58],[-1,47],[14,9],[49,5],[4,33],[41,-7],[24,18],[5,27],[18,7],[-11,424],[21,10],[396,42]],[[5930,7217],[51,-120],[6,-70],[13,-64],[78,-245],[-18,-13],[-1,-94],[-6,-35],[6,-121],[-63,-76],[-10,-172],[7,-300],[-229,-1105],[-6,-6],[-4,-20],[-12,-16],[-10,-3],[-13,-22],[-2,-35],[9,-16],[-4,-13],[3,-8],[-5,-10],[9,-11],[-7,-36],[5,-12],[-5,-23],[3,-28],[-7,-7],[-9,-29],[-6,-36],[-20,-22],[-15,5],[0,-32],[-24,-59]],[[5507,4607],[-2,18],[9,19],[-1,22],[12,23],[-8,10],[5,44],[36,7],[21,-10],[24,20],[2,10],[-4,26],[12,25],[20,-7],[9,12],[14,3],[-14,35],[-1,29],[7,39],[-12,12],[-5,18],[3,15],[-29,44],[-12,84],[-6,8],[-3,50],[43,241],[-35,182],[2,97],[-4,8],[12,31],[-2,9],[-129,114],[-30,150],[1,103],[-9,44],[-16,18],[-62,24],[-12,26]],[[5343,6210],[17,21],[13,15],[29,45],[6,11],[-13,67],[22,31],[8,5],[20,10],[7,13],[-16,68],[17,52],[6,19],[5,27],[13,24],[30,35],[7,29],[1,14],[10,67],[10,9],[0,11],[13,13],[1,17],[17,4]],[[5566,6817],[10,3],[3,0],[5,0],[4,-2],[13,-3],[53,-10],[28,10],[22,31],[13,26],[8,48],[3,12],[16,52],[40,55],[55,40],[25,9],[7,26],[-1,21]],[[5870,7135],[8,9],[4,12],[-5,26]],[[5877,7182],[15,10],[3,9],[35,16]],[[5801,7323],[3,-9],[6,-22],[4,-16],[13,-18],[2,-1],[5,-3],[4,-3],[4,-6],[1,-2],[6,-11],[2,-8],[0,-2],[-2,-1],[-1,0],[-2,0],[-2,0],[-2,-1],[-1,-2],[-1,-1],[-1,-3],[0,-2],[0,-2],[-1,-11],[0,-2],[0,-2],[1,-2],[0,-3],[2,-7],[3,-7],[1,-9],[0,-11],[1,-12],[0,-4],[0,-2],[0,-3],[1,-2],[0,-2],[1,-1],[1,-1],[1,0],[1,2],[0,3],[-2,33],[3,0],[1,-22],[1,-2],[0,-3],[1,-2],[2,-3],[8,-1],[5,0],[0,1]],[[5566,6817],[2,3],[2,20],[-4,41],[6,9],[7,0],[5,-1],[5,-2],[19,21],[1,25],[-10,45],[0,17],[6,11],[-3,20],[24,30],[8,19],[3,11],[3,6],[9,-5],[16,5],[8,9],[9,18],[0,67],[4,27],[33,5],[35,26],[15,3],[13,27],[5,49],[5,5],[9,-5]],[[3030,5077],[67,-56],[8,-24],[12,-9],[8,5],[0,16],[5,3],[13,-40],[57,-32],[20,-21],[18,-4],[15,-26],[22,-9],[14,5],[13,-18],[16,5],[5,-5],[1,-12],[22,-20],[46,-3],[121,-58],[43,8],[7,41],[43,1],[47,32],[65,56],[134,-44],[157,-2]],[[4009,4866],[284,-3],[-14,-118],[-11,-101]],[[2389,3549],[2,6],[14,14],[1,-1],[1,-1],[10,-3],[2,0],[14,6],[13,6],[12,12],[6,0],[13,0],[3,0],[1,0],[2,0],[8,5],[4,9],[0,16],[0,2],[0,1],[-1,2],[-4,4],[-8,4],[-9,5],[3,12],[10,24],[9,21],[5,16],[7,22],[1,2],[1,4],[0,3],[0,2],[-2,4],[-3,5],[-4,1],[-7,1],[-2,0],[-5,-2],[-19,-5],[-8,-4],[-10,-7],[-12,-14],[-13,-10],[-3,-12],[-13,-24],[1,3],[0,2],[1,5],[0,3],[1,2],[-1,2],[-1,1],[-1,1],[-2,1],[-2,0],[-2,0],[-1,-1],[-1,0],[-2,-2],[0,-1],[-1,-2],[-2,-20],[-2,-14],[-10,-14],[-6,-26],[-7,-12],[-1,-1],[-5,-5],[-1,0],[-2,1],[-3,6],[0,2],[1,2],[1,2],[1,2],[9,16],[5,18],[1,2],[0,2],[0,3],[-1,4],[-1,4],[0,1],[0,2],[-2,2],[-3,1],[-2,-1],[0,-1],[-1,-2],[0,-1],[-1,-2],[0,-3],[-5,-12],[-7,-8],[-1,-1],[-1,-1],[-1,0],[-6,3],[-2,2],[-10,-4],[-7,-21],[-2,-10],[0,-7],[-1,-2],[-4,-11],[-5,-5],[-6,2],[-8,-1],[-12,-14],[-16,-1],[-10,12],[-11,2],[-1,-2],[-2,-3],[0,-3],[-1,-2],[0,-2],[1,-10],[2,-11],[0,-1],[0,-2],[-3,-8],[-5,-10],[-8,-8],[-2,-1],[-7,-8],[-1,-1],[-1,-2],[0,-2],[2,-17],[4,-22],[0,-13],[0,-3],[-1,-3],[-2,-8],[-2,-9],[-1,-3],[0,-3],[-1,-11],[0,-5],[-1,-3],[0,-2],[-1,-1],[-1,-1],[-10,-7],[-1,-1],[-1,0],[-1,0],[-5,2],[-1,2],[-1,2],[0,1],[1,2],[1,5],[0,2],[-2,3],[-10,-6],[-13,-9],[-12,-16],[-1,-8],[-2,-8],[-1,-2],[-1,-1],[-1,-1],[-6,-1],[-2,0],[-1,2],[0,1],[0,2],[13,24],[-6,2],[-14,-5],[-9,3],[-6,9],[-12,25],[-1,2],[0,2],[0,2],[1,14],[1,15],[-2,18],[-15,22],[-2,5],[-1,1],[-2,2],[-1,0],[-1,-2],[0,-2],[-2,-22],[0,-3],[0,-3],[0,-12],[0,-8],[2,-7],[1,-5],[1,-4],[0,-2],[0,-2],[-2,-10],[-2,-8],[-6,14],[-9,17],[0,23],[1,2],[0,1],[0,4],[2,7],[5,4],[3,21],[1,15],[2,22],[0,2],[2,10],[0,3],[1,2],[2,4],[1,1],[3,1],[1,0],[3,4],[5,10],[1,4],[0,2],[0,2],[0,2],[0,1],[-1,2],[0,1],[-1,1],[-2,1],[-1,0],[-4,-1],[-2,-1],[-3,-4],[-2,-1],[-1,-3],[-1,-1],[-1,2],[0,2],[-2,9],[0,1],[1,19],[6,9],[4,1],[1,1],[1,2],[0,2],[0,3],[0,3],[-1,4],[-1,2],[-1,2],[-1,2],[-8,8],[-8,-16],[-13,-7],[-8,-4],[-4,-1],[-3,-1],[-4,0],[-2,8],[0,2],[0,2],[1,1],[5,-6],[8,3],[8,6],[11,20],[1,12],[-4,8],[-10,8],[-9,14],[-9,1],[-9,-3],[-12,-25],[-7,-11],[-19,-3],[-13,9],[-10,10],[1,9],[1,28],[6,18],[1,8],[-2,12],[-6,17],[-2,25],[-1,13],[5,24],[5,21],[0,2],[0,2],[-4,4],[-1,0],[-5,-2],[-7,-2],[-7,10],[-8,18],[-3,21],[0,3],[0,2],[0,2],[-1,3],[-1,3],[-2,5],[-4,6],[-3,5],[-10,13],[-5,5],[-4,4],[-2,1],[-11,7],[-6,4],[-4,3],[-3,2],[-6,7],[-1,2],[0,2],[0,10],[0,3],[1,2],[0,2],[1,3],[1,1],[8,4],[2,0],[1,0],[-1,-4],[0,-2],[-1,-3],[-2,-6],[-1,-2],[-2,-3],[-1,-1],[0,-2],[0,-2],[0,-1],[1,-3],[2,-3],[2,-3],[2,-3],[2,-2],[5,-4],[14,-9],[4,-2],[3,-3],[2,-3],[3,-3],[3,-4],[8,-12],[3,-4],[2,-1],[1,-1],[2,0],[1,1],[5,7],[4,6],[2,3],[4,8],[7,18],[5,22],[2,15],[7,28],[-1,16],[-3,28],[-2,7],[-6,-1],[-8,-6],[-14,-12],[-15,-21],[-4,-13],[-11,-24],[-2,-2],[-1,0],[-1,0],[-1,0],[-1,2],[-1,1],[0,2],[0,2],[0,3],[0,2],[2,13],[3,24],[14,20],[1,0],[1,1],[1,2],[7,10],[2,3],[1,3],[2,4],[1,3],[1,4],[1,4],[0,4],[0,5],[0,6],[0,7],[0,5],[0,4],[-2,11],[0,5],[0,4],[0,2],[0,1],[1,2],[1,2],[1,2],[2,1],[1,0],[2,-2],[2,-5],[8,-4],[10,-2],[0,9],[4,10],[9,13],[1,1],[1,1],[1,3],[0,2],[0,2],[0,4],[0,4],[0,4],[-1,3],[0,3],[-1,3],[-1,2],[-1,1],[0,1],[-2,1],[-1,0],[3,12],[6,12],[9,7],[5,13],[1,18],[-6,11],[-9,11],[-9,9],[-14,12],[-1,0],[-2,1],[-8,1],[-1,-1],[-1,-2],[-2,-4],[0,-1],[-5,-9],[-8,0],[-8,9],[-8,3],[-5,1],[-5,-3],[-1,0],[-1,-2],[0,-5],[-1,-6],[-1,-2],[-4,-12],[-2,-2],[-1,-1],[-14,6],[-2,2],[-2,3],[-1,1],[0,2],[-1,1],[0,2],[1,3],[1,2],[1,1],[10,4],[9,8],[0,1],[1,2],[0,2],[6,29],[1,2],[0,2],[5,22],[0,2],[0,1],[-2,1],[-6,-5],[-8,-9],[-10,-6],[-6,-4],[-4,-2],[-2,1],[-5,2],[3,11],[0,2],[1,1],[2,1],[1,0],[1,0],[1,-1],[1,-2],[7,2],[7,5],[10,14],[6,12],[3,16],[-2,13],[-2,9],[-3,10],[-1,2],[-1,-2]],[[1917,4469],[-2,8],[6,12],[25,9],[25,39],[27,13],[12,13],[4,25],[-10,13],[3,5],[6,-3],[3,24],[-10,15],[2,44],[15,14],[-2,16],[12,18],[24,-1],[8,13],[4,16],[-8,10],[9,15],[-9,3],[-2,14],[11,49],[8,11],[5,25]],[[2083,4889],[10,10],[16,4],[7,14],[30,-22],[27,0],[45,-24],[27,22],[22,-7],[27,-47],[4,-44],[13,9],[18,-1],[21,50],[32,19],[7,-11],[-10,-37],[2,-38],[10,2],[9,-19],[62,11],[2,-75],[-12,-44],[34,-12],[32,-2],[35,72],[2,15],[-6,14],[42,8],[11,-12],[-4,-27],[3,-65],[37,-14],[23,45],[10,8],[36,-39],[30,-11],[19,15],[22,67],[40,23],[26,46],[2,10],[-16,29],[-2,16],[4,15],[43,1],[9,50],[5,74],[8,27],[11,6],[41,-14],[30,21],[51,50]],[[5920,7579],[9,-31],[-3,-59],[12,-67],[-7,-19],[-1,-186]],[[5877,7182],[-1,6],[-5,26],[-4,18],[-4,22],[-6,24],[-4,20],[-4,15],[-1,6],[-3,15],[-1,3],[-2,27],[0,4],[0,20],[0,4],[0,3],[-1,2],[0,2],[-1,2],[-2,2],[-2,10],[-1,12],[-1,7],[3,29],[1,12],[2,13],[2,15],[1,10],[4,10],[4,11],[9,23],[1,1],[1,3],[0,2],[1,3],[0,4],[0,3],[0,13],[0,4]],[[5863,7588],[57,-9]],[[8042,7451],[46,97],[-10,33],[7,20],[16,17],[-2,14],[-11,13],[-1,22],[-11,25],[8,83],[-5,15],[2,19],[-7,17],[7,47],[-17,24],[-7,0],[1,6],[45,103],[0,28],[5,2],[-3,7],[12,26],[18,81],[-12,12],[2,15],[18,48],[-3,5],[19,34],[-1,11],[9,10],[-4,17],[11,27],[22,106],[10,11],[21,10],[13,31],[10,50],[6,1],[7,14],[19,9],[-4,24],[6,16],[-18,-3],[-4,16],[8,12],[8,1],[0,21],[16,19],[4,18],[-23,31]],[[8275,8716],[7,1],[3,1],[15,8],[15,7],[2,1],[1,2],[3,6],[1,3],[6,14],[7,28],[0,2],[1,3],[2,15],[0,4],[0,2],[0,4],[0,3],[0,3],[-1,4],[-2,6],[-1,2],[-1,1],[-6,16],[-5,23],[-1,14],[2,26],[-3,22],[-1,17],[0,3],[0,2],[0,4],[1,7],[3,10],[4,14],[2,21],[6,14],[12,1],[10,-1],[8,-8],[11,-7],[4,-2],[1,-1],[3,-1],[4,0],[5,0],[16,1],[14,4],[2,0],[3,1],[4,3],[8,6],[8,5],[7,4],[17,9],[11,3],[1,-1],[2,0],[3,-1],[9,2],[1,0],[4,1],[3,2],[5,2],[9,5],[3,2],[7,6],[3,4],[2,3],[2,2],[2,4],[4,7],[2,5],[2,4],[0,3],[1,3],[0,4],[1,3],[9,22],[19,13],[3,3],[4,6],[7,10],[4,7],[2,4],[1,2],[2,12],[1,3],[0,1],[0,2],[10,23],[6,8],[2,3],[2,5],[2,3],[0,3],[1,5],[1,15],[1,7],[2,9],[2,11],[1,3],[1,5],[0,4],[1,11],[0,4],[1,3],[1,2],[1,2],[2,1],[11,2],[8,1],[1,1],[2,1],[7,5],[2,2],[2,3],[0,2],[2,3],[4,11],[2,6],[3,4],[7,11],[1,2],[7,8],[2,2],[2,1],[8,2],[16,8],[17,13],[3,2],[1,2],[4,4],[4,5],[3,3],[2,3],[3,5],[1,2],[2,1],[2,1],[2,0],[3,0],[15,-3],[8,-13],[2,-5],[3,-6],[4,-6],[2,-3],[3,-1],[2,-1],[6,-1],[1,0],[2,-2],[10,-13],[6,-8],[2,-4],[16,-15],[22,-7],[4,-1],[3,-1],[13,1],[10,1],[17,4],[6,2],[3,2],[3,2],[11,10],[14,14],[16,13],[2,2],[5,2],[2,1],[5,1],[2,1],[4,0],[3,0],[4,0],[3,-1],[4,0],[11,0],[5,2],[2,0],[2,1],[8,2],[10,4],[4,1],[3,0],[3,0],[1,0],[1,-1],[1,-2],[0,-2],[-1,-2],[0,-1],[-1,-3],[-2,-2],[-3,-5],[-2,-2],[-17,-23],[-17,-13],[-13,-5],[-12,-6],[-11,-9],[-9,-7],[-18,-7],[-14,-5],[-3,-1],[-5,0],[-13,-10],[-5,-5],[-10,-8],[-10,-7],[-15,-10],[-8,-7],[-11,-7],[-15,-8],[-11,-5],[-9,-9],[-6,-9],[-6,-12],[-9,-14],[-11,-16],[-15,-14],[-13,-12],[-16,-2],[-19,-14],[-14,-7],[-15,-8],[-21,-13],[-11,-7],[-11,-16],[-8,-21],[-2,-3],[-1,-3],[-1,-4],[-1,-4],[-1,-6],[0,-6],[-1,-5],[0,-4],[0,-2],[0,-2],[0,-2],[0,-2],[1,-2],[0,-1],[2,-2],[3,-5],[2,-3],[9,-17],[6,-16],[12,-26],[5,-11],[7,-16],[10,-20],[1,-3],[1,-5],[0,-2],[1,-3],[0,-2],[0,-2],[0,-2],[0,-2],[-1,-8],[-1,-5],[-2,-15],[-1,-3],[0,-4],[-2,-6],[-3,-12],[0,-2],[0,-2],[0,-3],[0,-8],[0,-4],[-1,-3],[-2,-9],[0,-1],[-2,-4],[-3,-5],[-1,-2],[-6,-9],[-14,-18],[-16,-17],[-13,-13],[-16,-20],[-9,-18],[-6,-10],[-2,-2],[-7,-9],[-2,-2],[-3,-2],[-10,-9],[-11,-11],[-9,-8],[-2,-2],[-2,-1],[-5,-3],[-5,-2],[-15,-3],[-21,-4],[-8,-5],[-9,-7],[0,-3],[-4,-11],[-1,-4],[-3,-4],[-4,-7],[-2,-2],[-3,-4],[-2,-2],[-1,-1],[-2,-6],[-4,-10],[-2,-4],[0,-3],[0,-3],[0,-2],[0,-3],[1,-2],[1,-2],[2,-3],[3,-4],[1,-2],[2,-1],[8,-4],[2,-1],[3,-4],[3,-3],[1,-2],[1,-3],[0,-3],[2,-8],[0,-2],[1,-2],[1,-2],[1,-2],[1,-1],[2,-1],[4,-1],[8,-1],[4,1],[2,0],[6,2],[2,1],[2,0],[13,7],[14,3],[2,1],[10,4],[5,-9],[3,-10],[0,-2],[-1,-5],[-2,-15],[0,-18],[4,-13],[2,-11],[0,-2],[0,-2],[-1,-3],[-2,-7],[-5,-16],[-1,-3],[-10,-21],[-9,-17],[-1,-2],[-1,-3],[0,-2],[0,-2],[1,-4],[2,-3],[1,-3],[1,-2],[2,-2],[2,-2],[1,-1],[2,0],[2,1],[21,10],[10,5],[2,2],[9,2],[2,0],[1,0],[17,-4],[8,-21],[1,-2],[0,-2],[2,-2],[1,-2],[3,-2],[2,-1],[9,-1],[1,0],[15,1],[18,3],[12,3],[13,1],[7,-4],[7,-7],[4,-17],[5,-21],[0,-2],[1,-5],[1,-4],[0,-3],[1,-2],[2,-2],[2,-2],[5,-3],[12,-4],[3,0],[6,1],[4,2],[15,9],[2,1],[1,1],[1,4],[10,22],[4,9],[1,3],[1,3],[1,3],[1,9],[1,7],[1,3],[1,5],[1,2],[1,2],[5,6],[5,5],[8,6],[10,5],[14,24],[5,6],[5,3],[9,2],[10,-2],[11,-7],[8,-5],[6,-4],[20,-14],[0,-15],[4,-15],[4,-13],[7,-23],[0,-1],[0,-3],[1,-2],[1,-27],[4,-12],[2,-11],[2,-12],[0,-2],[1,-2],[1,-1],[0,-2],[2,-2],[1,-1],[5,-4],[9,-5],[4,-3],[1,-2],[6,-9],[1,-3],[0,-1],[1,-3],[3,-32],[2,-33],[1,-3],[0,-3],[0,-5]],[[1797,4805],[16,-11],[5,-19],[66,-20],[5,5],[3,17],[-10,17],[-5,28],[4,42],[34,2],[23,23],[33,-16],[39,19],[34,0],[24,-9],[15,6]],[[1917,4469],[-2,-6],[-1,-2],[0,-1],[-1,-3],[1,-1],[1,-2],[1,-1],[-2,-6],[-5,-14],[0,-1],[-5,-2],[-3,0],[-13,3],[-6,11],[0,3],[0,2],[0,2],[-4,14],[-1,1],[-2,1],[-1,-1],[-2,-1],[-9,-14],[-3,-11],[-4,-11],[-14,-2],[-6,3],[-3,6],[-5,10],[-2,10],[-9,-1],[-5,-7],[-6,-9],[-13,-18],[-12,-20],[-10,-11],[-8,-9],[-3,-3],[-2,-2],[-1,-2],[0,-1],[-1,-3],[0,-1],[1,-2],[11,-10],[2,-2],[2,1],[4,2],[4,4],[2,3],[1,2],[1,1],[2,0],[1,0],[6,-5],[0,-2],[0,-1],[-3,-2],[-2,-2],[-15,-7],[-2,-1],[-2,0],[-2,1],[-10,8],[-3,2],[-3,1],[-4,1],[-1,0],[-2,0],[-9,-3],[-2,-1],[-1,-1],[-4,-5],[-4,-6],[-2,-1],[-1,-1],[-6,-4],[-2,0],[-4,0],[-2,1],[-1,1],[-2,4],[-2,3],[-3,3],[-3,2],[-4,2],[-7,2],[-5,1],[-3,2],[-2,1],[-5,6],[0,1],[0,2],[1,1],[3,0],[2,0],[1,-1],[13,-9],[7,0],[9,-1],[5,-1],[7,-2],[8,14],[2,8],[0,1],[-1,15],[-9,4],[-9,-5],[0,-2],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-3,0],[-6,5],[-1,12],[4,10],[1,1],[0,2],[-1,3],[-3,14],[-6,11],[-8,8],[-17,4],[-6,4],[-1,0],[-15,-10],[-6,-4],[-8,-4],[-8,-3],[-3,0],[-1,0],[-2,1],[-1,1],[-5,0],[-4,-8],[3,-13],[5,-10],[6,-8],[14,-17],[13,-13],[8,-8],[7,-15],[0,-1],[-1,0],[-1,1],[-10,10],[-5,6],[-5,8],[-9,9],[-4,5],[-12,11],[-5,5],[-5,4],[-5,2],[-3,2],[-12,2],[-3,2]],[[1581,4414],[-2,10],[-5,-3],[-1,8],[-12,11],[0,34],[10,32],[-28,1],[-3,35],[-13,6],[-11,-10],[-26,8],[-12,25],[27,76],[-8,113]],[[1497,4760],[3,47],[16,3],[13,-5],[9,92],[14,-2],[27,-25],[46,-24],[27,8],[21,-39],[12,-10],[10,9],[4,19],[29,-19],[15,9],[29,-18],[8,14],[4,-11],[13,-3]],[[5109,6863],[9,-2],[17,-2],[7,-22],[17,-6],[6,-11],[0,-26],[9,-12],[11,-1],[16,9],[15,-9],[1,-18],[18,-1],[18,-17],[20,-39],[11,-72],[-6,-17],[-32,-38],[-11,-33],[5,-11],[23,-3],[10,-10],[-3,-38],[12,-56],[-5,-81],[5,-7],[4,-6],[12,-20],[8,-14],[12,-26],[6,-17],[19,-47]],[[5129,4539],[352,248],[1,17],[8,0],[2,19],[-6,17],[-22,19],[0,50],[-11,16],[-17,8],[-7,28],[-19,24],[-9,32],[-17,27],[4,17],[-9,19],[-3,28],[3,17],[32,-26],[9,-2],[23,16],[1,12],[17,18],[18,43],[-10,49],[15,25],[15,-34],[14,7],[16,-10],[22,14],[4,10],[-3,23],[-9,3],[-14,23],[-5,18],[-3,37],[-10,28],[7,6],[-5,12],[3,7],[-3,8],[2,24],[-8,5],[-1,14],[-8,7],[-4,12],[-11,5],[-1,14],[-13,12],[-16,31],[-12,37],[-2,54],[-12,29],[-15,10],[-30,5],[-55,64],[-9,-17],[-9,17],[-43,52],[-15,7],[-3,26],[-18,35],[-42,30],[-20,33],[-32,37],[-22,39],[-7,6],[-35,-9],[-36,36],[-22,46],[10,16],[9,1],[-16,30],[-18,53],[-27,28],[-10,1],[-7,15],[-26,6],[-22,23],[-14,31],[0,17],[-20,23],[-23,41],[-13,29],[2,13],[-4,17],[-28,33],[-6,30],[-17,34],[-33,30],[-10,21],[-9,41],[-12,17],[-5,26],[-23,25],[-13,107],[-7,25],[0,18],[10,18],[-4,38],[-7,13],[-10,63],[-20,20],[-16,56],[15,59],[3,50],[-4,18],[48,-7],[47,8],[64,-4],[45,-79],[-8,-46],[36,2],[8,-32],[30,-48],[5,-21],[15,0],[33,-34],[14,-25],[8,1],[16,15],[12,-13],[14,-5],[20,17],[41,-28],[9,0],[13,3]],[[5677,7845],[4,-17],[1,-23],[0,-3],[0,-2],[0,-2],[1,-1],[1,-2],[1,-2],[2,-1],[3,-2],[5,0],[6,-1],[3,1],[2,1],[2,2],[13,-11],[13,-15],[6,-10],[3,-13],[0,-31],[1,-6],[0,-5],[0,-3],[1,-14],[0,-12],[0,-11],[0,-20],[1,-13],[0,-6],[-1,-30],[3,-17],[6,-23],[0,-2],[2,-2],[6,-3],[4,0],[7,-5],[1,-25],[2,-15],[3,-22],[-3,-17],[-2,-14],[1,-18],[3,-21],[-5,-25],[7,-30],[11,-12],[9,-17],[1,-2]],[[5109,6863],[3,29],[-5,25],[12,12],[-4,24],[32,45],[6,8],[2,10],[-6,14],[8,27],[-6,31],[-6,31],[-10,49],[5,10],[11,10],[21,13],[14,1],[5,8],[3,10],[10,3],[5,6],[2,17]],[[5211,7246],[11,-5],[9,6],[23,-2],[4,17],[20,11],[8,24],[35,-18],[5,-8],[10,1],[19,55],[19,8],[16,-9],[10,18],[28,-8],[21,63],[-11,27],[-7,55],[9,14],[-12,19],[-1,29],[11,38],[-4,19],[9,19],[10,6],[4,20],[3,11],[16,3],[5,13],[20,43],[72,37],[21,-1],[-1,24],[25,42],[35,9],[24,19]],[[1841,5318],[17,10],[17,3],[9,3],[3,-1],[12,-9],[1,-2],[3,-13],[0,-2],[0,-1],[-2,-7],[-2,-2],[-20,-1],[-6,0],[-2,0],[-18,5],[-22,1],[-4,6],[8,8],[6,2]],[[1532,5167],[9,-16],[35,22],[24,31],[0,14]],[[1600,5218],[2,1],[1,1],[1,2],[7,8],[5,5],[8,2],[11,12],[8,13],[6,9],[3,3],[7,2],[1,1],[2,-1],[1,-2],[0,-2],[9,-26],[-3,-8],[-5,-8],[-1,-1],[-1,-2],[-3,-8],[-1,-2],[0,-1],[-2,-11],[4,-1],[9,0],[13,12],[-8,-18],[-6,-7],[-5,-9],[-2,-15],[-9,-8],[-4,-4],[-13,-10],[-10,-8],[-6,-6],[0,-10],[4,-7],[1,0],[2,2],[4,3],[3,4],[5,5],[3,4],[3,3],[4,2],[7,4],[1,1],[18,9],[5,5],[3,1],[2,1],[7,-7],[1,-1],[0,-1],[1,-2],[-1,-2],[-1,-1],[-2,-1],[-4,-2],[-7,-1],[-1,-1],[-1,-2],[-2,-5],[0,-2],[1,-16],[1,-10],[7,-27],[2,-8],[1,-2],[13,-11],[19,-9],[12,-11],[9,-13],[7,-26],[16,-23],[1,-3],[1,-1],[1,0],[4,0],[1,0],[2,1],[2,2],[1,1],[0,1],[1,3],[-1,3],[-6,15],[-1,2]],[[1768,4998],[16,6],[7,-24],[13,-4],[16,-24],[9,-30],[-1,-34],[-15,-34],[-2,-22],[-14,-27]],[[1497,4760],[-40,19],[-30,-27],[-5,-22],[5,-22],[-10,-12],[-39,-8],[-2,-10],[-9,2]],[[1367,4680],[-8,52],[-10,13],[-13,35],[7,11],[-2,17],[16,87],[18,-2]],[[1375,4893],[-1,-4],[-1,-5],[-3,-9],[-3,-12],[-4,-13],[0,-2],[0,-1],[0,-3],[1,-11],[1,-3],[0,-2],[1,-4],[5,-9],[1,-2],[1,0],[1,1],[0,4],[2,24],[7,19],[3,10],[0,10],[10,22],[1,2],[0,1],[-2,6],[-1,1],[-8,17],[-1,1],[-4,4],[-4,4],[-18,15],[-2,1],[-2,0],[-8,0],[-1,0],[-1,-1],[-3,-4],[-1,-2],[-2,2],[-1,1],[-1,2],[0,1],[-1,2],[0,2],[0,2],[0,2],[1,3],[0,2],[4,14],[4,14],[1,2],[1,4],[1,4],[4,17],[1,4],[9,24],[10,22],[2,2],[1,1],[3,2],[11,5],[4,2],[5,2],[2,0],[15,-2],[13,-10],[10,-18],[9,-15],[5,-13],[8,-11],[5,5],[4,10],[-2,8],[1,7],[1,4],[2,2],[2,1],[1,1],[9,2],[14,7],[8,7],[10,5],[6,-4],[1,-1],[2,0],[7,1],[3,1],[2,2],[6,8],[2,2],[1,2],[1,5],[1,2],[3,5],[1,2],[1,1],[3,3],[3,2],[1,0],[9,1],[7,-1],[2,0],[1,1],[10,6],[2,2],[4,6],[1,2],[0,1],[-3,6],[-3,8],[0,7],[1,2],[3,2],[2,1],[5,2],[3,2],[1,1],[1,2],[1,2],[0,2],[-1,1],[-8,-3],[-13,-10],[-19,-5],[-17,1],[-13,-2],[-17,5],[-9,3],[-1,1],[-1,2],[-1,6],[0,2],[1,4],[2,2],[1,2],[1,0],[6,1],[1,-2],[1,-5],[7,-2],[6,4]],[[1532,5167],[1,0],[9,16],[10,12],[2,3],[2,1],[4,1],[-8,-14],[1,-4],[4,3],[12,18],[9,12],[1,3],[2,4],[3,6],[0,2],[11,17],[6,5],[1,2],[7,7],[3,4],[1,2],[1,3],[1,3],[1,3],[3,13],[6,12],[1,3],[2,2],[2,1],[8,5],[2,-1],[11,-19],[-6,-19],[0,-2],[-1,-1],[-1,-2],[-6,-8],[-4,-4],[-6,-6],[-2,-2],[-12,-7],[-10,-9],[-1,-2],[-1,-1],[-1,-2],[-1,-2],[0,-2],[0,-2],[0,-1],[1,-2]],[[1367,4680],[-6,-5],[-15,18],[-8,-9],[-17,-5],[-23,31],[-12,0],[-20,-35],[-9,0],[-17,39],[-6,-1],[-6,-18],[-37,-29],[-18,13],[-14,-3],[-24,22],[-19,5],[-3,7],[-14,-13],[-13,2],[-1,12],[-24,15],[-28,39],[-5,41],[-15,7],[-6,19],[-30,10],[-2,12],[-17,15],[-9,38]],[[949,4907],[2,3],[1,1],[1,0],[1,0],[6,-2],[2,0],[1,-1],[2,-2],[9,-6],[10,-4],[21,0],[2,1],[3,1],[5,3],[3,4],[3,3],[13,14],[-2,17],[0,1],[-1,1],[0,2],[0,3],[1,1],[1,2],[1,1],[1,1],[4,1],[5,0],[8,-1],[1,0],[2,1],[1,1],[3,3],[1,2],[2,2],[1,3],[0,2],[1,2],[10,-5],[5,-5],[4,-5],[1,-2],[1,-1],[1,-3],[1,-2],[4,-27],[-2,-22],[-4,-5],[-1,-1],[0,-2],[-1,-2],[-2,-4],[-2,-10],[-1,-2],[0,-3],[0,-1],[1,-3],[3,-4],[9,-9],[2,-1],[1,-1],[2,-1],[1,0],[1,1],[1,2],[-1,1],[0,4],[-2,6],[-1,3],[0,4],[-1,5],[0,2],[0,4],[2,14],[1,3],[1,1],[1,3],[2,2],[2,2],[2,1],[2,1],[2,1],[2,-1],[1,-1],[1,-1],[6,-9],[1,-2],[1,-4],[2,-6],[0,-9],[1,-2],[0,-3],[0,-3],[-1,-3],[0,-2],[0,-1],[-5,-12],[-5,-6],[-1,-2],[-1,-2],[-2,-6],[0,-4],[0,-1],[15,-9],[2,-1],[2,1],[3,1],[7,4],[21,-5],[1,-2],[2,0],[6,-1],[2,0],[4,2],[8,3],[3,1],[3,2],[2,2],[2,2],[2,2],[1,2],[2,2],[0,2],[1,2],[1,2],[0,2],[0,2],[0,3],[0,3],[-1,8],[0,2],[0,3],[1,3],[2,15],[1,2],[1,7],[1,3],[0,4],[0,3],[0,3],[0,2],[-5,21],[-7,21],[-4,26],[-2,26],[-1,4],[0,5],[-2,9],[-2,15],[-1,4],[0,4],[0,4],[1,3],[0,3],[1,2],[9,18],[2,3],[3,4],[18,19],[1,1],[2,1],[2,1],[7,0],[2,0],[2,-2],[8,-6],[5,-5],[2,-1],[13,-7],[4,-1],[4,-1],[20,2],[10,-1],[6,-1],[3,-5],[-3,-6],[-2,-4],[-2,-3],[-4,-2],[-1,-2],[-1,-2],[-2,-3],[-4,-12],[0,-2],[-3,-12],[0,-2],[-1,-3],[-7,-22],[-4,-20],[-2,-17],[-11,-25],[-9,-21],[-6,-14],[-1,-2],[-1,-3],[0,-1],[1,-2],[0,-3],[1,-2],[2,-3],[1,-2],[2,-3],[1,-1],[4,-2],[2,-1],[9,-3],[8,-3],[1,-1],[1,-2],[2,-14],[0,-4],[0,-3],[0,-14],[0,-3],[-1,-3],[3,-10],[4,-9],[4,-6],[6,-11],[1,-2],[2,-2],[1,0],[2,0],[10,4],[1,1],[0,1],[0,2],[-2,28],[0,16],[-1,10],[0,3],[-1,5],[-2,13],[-2,6],[-3,19],[-1,11],[-2,14],[-1,15],[12,19],[13,-8],[9,-6],[3,-2],[1,0],[15,-4],[12,1],[2,1],[1,0],[6,-5],[2,-2],[2,-3],[1,-2],[0,-2],[2,-5],[0,-2],[0,-3],[1,-3],[0,-3],[0,-3],[-1,-2],[0,-3]],[[6827,8814],[-32,-152],[-17,-188],[-11,-44],[3,-241],[-196,247],[-19,2],[-2,11],[-22,17],[-18,0]],[[6513,8466],[1,2],[1,2],[0,3],[1,1],[0,3],[0,2],[0,3],[-1,2],[-1,2],[-1,2],[-1,2],[-5,4],[-1,1],[-1,3],[-1,2],[-1,2],[0,2],[0,2],[0,2],[0,2],[0,1],[1,2],[1,2],[2,1],[2,1],[2,0],[1,0],[2,-3],[1,-2],[4,-3],[3,-1],[4,0],[6,0],[4,1],[7,4],[5,3],[2,2],[1,2],[4,13],[12,16],[2,2],[4,6],[3,4],[7,14],[1,3],[1,4],[2,4],[1,4],[0,3],[0,4],[1,2],[-1,4],[0,4],[0,3],[-1,2],[0,6],[0,3],[0,3],[0,3],[0,3],[1,9],[2,9],[0,4],[0,4],[0,3],[0,16],[0,4],[0,2],[-1,1],[0,1],[-1,2],[-3,3],[-6,6],[-1,2],[-1,1],[-1,2],[0,3],[-1,2],[-1,12],[0,3],[0,2],[0,1],[1,5],[6,17],[3,8],[7,5],[9,6],[7,20],[0,3],[1,3],[1,3],[1,2],[1,1],[5,9],[10,10],[14,7],[9,-5],[4,-7],[1,-1],[1,-1],[1,-1],[16,-4],[4,0],[1,0],[1,0],[1,0],[3,1],[2,1],[1,1],[2,2],[1,2],[1,2],[2,5],[2,5],[2,4],[0,2],[0,2],[5,13],[6,7],[22,0],[10,5],[10,2],[8,0],[23,3],[10,-2],[9,-3],[12,-17],[12,-12],[5,-11]],[[8042,7451],[-44,41],[-20,35],[-35,89],[-21,114],[-33,48],[-8,27],[-24,36],[-27,62],[-19,28],[4,44],[-8,16],[4,5],[-3,14],[7,62],[10,21],[-7,3],[-4,-6],[-14,19],[-8,-10],[21,163],[-45,103],[2,52],[-13,-14],[-12,-2],[-6,25],[-5,4],[-11,-15],[-17,27],[-1,12],[-5,5],[-14,46],[4,125],[-38,71],[3,10],[-4,25],[11,16],[-7,26],[7,11],[-4,7],[5,8],[2,-7],[1,6],[9,0],[-3,11],[5,9],[-4,6],[2,26],[9,19],[15,11],[0,24],[5,8],[1,49],[6,11],[-6,19],[-10,8],[-2,16],[14,18],[12,3],[28,45],[2,17],[22,18],[-1,13],[-22,36],[6,15],[-5,28],[8,22],[-7,23],[5,22],[22,22],[10,29],[-14,33],[17,77],[9,3],[-2,15],[20,22],[-3,15],[4,24],[-5,12]],[[7813,9532],[7,6],[9,3],[8,-5],[5,-13],[12,1],[2,0],[3,2],[1,1],[1,1],[3,7],[1,2],[1,1],[8,8],[1,1],[1,0],[9,-7],[2,-1],[1,-3],[0,-1],[1,-3],[0,-2],[-1,-2],[0,-1],[-8,-10],[-5,-6],[-3,-3],[-1,-2],[-2,-2],[0,-3],[0,-1],[0,-2],[0,-4],[1,-3],[2,-3],[2,-4],[1,-2],[2,-2],[6,-5],[2,-1],[1,0],[2,0],[1,1],[5,4],[5,6],[2,1],[2,4],[1,1],[2,1],[1,0],[3,-1],[5,-2],[8,-6],[7,-6],[20,-6],[20,1],[23,-3],[2,-1],[2,-2],[1,-2],[2,-3],[0,-2],[7,-27],[3,-23],[1,-6],[1,-3],[0,-3],[0,-3],[-1,-4],[-1,-10],[-1,-8],[-1,-5],[0,-2],[0,-2],[1,-3],[0,-3],[5,-18],[3,-18],[3,-13],[0,-4],[0,-3],[0,-3],[0,-3],[0,-4],[-2,-8],[0,-6],[-1,-8],[-1,-7],[0,-3],[-1,-7],[-1,-5],[0,-3],[-1,-4],[-1,-3],[-2,-3],[-4,-8],[-3,-7],[-2,-4],[-1,-3],[-2,-6],[-4,-15],[-11,-22],[-9,-13],[-13,-21],[-12,-26],[-1,-3],[-1,-2],[-1,-4],[0,-3],[0,-2],[1,-2],[0,-2],[3,-16],[1,-3],[1,-3],[2,-3],[4,-6],[12,-20],[1,-2],[1,-3],[2,-3],[2,-2],[1,-1],[1,0],[1,0],[1,1],[11,8],[2,3],[7,7],[5,5],[2,1],[2,0],[1,-1],[4,-6],[0,-1],[1,-3],[0,-3],[0,-2],[-1,-4],[-1,-2],[-7,-22],[-6,-30],[-1,-3],[0,-2],[-4,-26],[0,-2],[0,-3],[0,-4],[1,-3],[0,-2],[2,-3],[2,-2],[1,-2],[4,-5],[3,-3],[3,-2],[16,-2],[10,6],[16,-1],[0,-4],[1,-2],[0,-2],[2,-1],[1,-1],[2,-1],[9,-1],[2,0],[5,2],[2,1],[8,12],[1,2],[6,9],[9,9],[2,1],[1,0],[2,0],[1,-1],[1,-2],[0,-2],[1,-4],[2,-11],[0,-7],[0,-3],[0,-2],[0,-3],[1,-2],[0,-3],[2,-2],[1,-3],[1,-1],[16,-10],[13,-2],[8,2],[4,-9],[3,-9],[2,-9],[1,-2],[0,-2],[0,-2],[8,-21],[12,-23],[1,-1],[2,-2],[1,-1],[2,-1],[3,-1],[12,-1],[1,-1],[2,1],[1,1],[2,3],[2,1],[1,0],[3,-1],[1,-1],[2,-2],[1,-2],[1,-2],[6,-10],[1,-2],[0,-1],[7,-24],[5,-22],[2,-9],[2,-5],[1,-3],[1,-2],[1,-2],[2,-1],[4,-1],[4,-2],[5,-1],[6,-1],[7,0]],[[3826,7109],[52,-19],[0,-23],[20,5],[25,-7],[19,39],[15,-34],[1,-18],[10,-13],[-4,-11],[4,-27],[25,-17],[6,-31],[17,-15],[4,-15],[45,-32],[9,-17],[22,80],[21,38],[-13,2],[-3,22],[-7,13],[28,43],[2,-10],[11,-7],[12,-38],[15,-7],[28,-30],[1,-12],[42,8],[21,-11]],[[4254,6965],[2,-31],[53,1],[38,-46],[11,-32],[10,7],[17,-22],[28,-16],[9,-19],[25,-3],[-4,-36],[24,-38],[-1,-22],[-11,-14],[-28,-11],[-11,4],[-8,-11],[-4,-16],[6,-19],[-7,-82],[14,-20],[28,-22],[35,26],[10,-13],[26,2],[31,-38],[12,-61],[15,-39],[4,-37],[-5,-32],[12,-49],[11,-7],[17,-137],[-18,-17],[-44,28],[1,-46],[15,-27],[7,-30],[24,-42],[17,-51],[25,-41],[2,-20],[-3,-6],[3,-15],[-8,-18],[14,-13],[-1,-9],[8,-20],[-3,-23],[-7,0],[0,-9],[13,-23],[-4,-7],[15,-35],[7,-47],[10,-11],[7,-38],[16,-14],[10,0],[252,-783],[1,-31],[15,-25],[3,-23],[139,-197]],[[4009,4866],[14,114],[-146,654],[-86,215],[-11,4],[2,38],[38,66],[-1,17],[7,20],[-12,37],[6,17],[-6,32],[-26,-8],[-3,-15],[-5,-4],[-80,68],[-8,26],[-4,65],[7,30],[-15,72],[4,48],[17,40],[29,17],[4,10],[-4,50],[-12,45],[-6,47],[-10,7],[0,18],[-4,-1],[-13,25],[-3,18],[-29,24],[-11,27],[-36,51],[-22,8],[10,40],[4,118],[-15,12],[2,14],[-17,-2],[-3,11]],[[3565,6941],[14,-2],[20,-4],[7,-2],[11,0],[15,1],[15,3],[14,4],[15,4],[15,4],[7,3],[13,5],[10,5],[17,8],[8,4],[17,10],[8,6],[15,12],[8,8],[2,1],[15,21],[1,1],[1,2],[0,2],[1,2],[1,14],[1,11],[1,1],[0,2],[1,6],[6,18],[0,4],[1,4],[0,3],[1,7]],[[5539,8306],[2,-1],[1,-2],[3,-2],[5,-4],[4,-9],[11,-24],[9,-24],[7,-16],[7,-12],[6,-14],[1,-1],[0,-1],[1,-2],[3,-16],[1,-5],[0,-3],[0,-2],[1,-1],[-1,-3],[0,-2],[-1,-3],[-1,-3],[0,-1],[-2,-3],[-1,-2],[-2,-1],[-5,-4],[-6,-1],[-8,1],[-16,23],[-1,1],[-3,8],[-1,1],[0,3],[-1,5],[0,3],[0,2],[1,3],[1,6],[0,1],[1,5],[1,2],[0,2],[1,10],[0,2],[-1,3],[0,2],[-5,21],[-4,16],[-7,28],[-1,2],[-1,4],[-1,3],[0,3],[1,2],[1,0]],[[1581,4414],[-9,3],[-15,3],[-10,4],[-2,1],[-4,4],[-2,1],[-5,3],[-7,2],[-5,0],[-2,0],[-10,0],[-4,-1],[-1,-1],[-1,-1],[-11,-7],[-12,-5],[-14,1],[-16,1],[-3,0],[-2,0],[-1,0],[-3,2],[-2,2],[-11,14],[-2,1],[-2,3],[-2,1],[-5,4],[-3,2],[-3,1],[-3,1],[-12,0],[-2,0],[-1,-1],[-1,-1],[-4,-6],[-1,-2],[-2,-4],[-2,-2],[-5,-5],[-11,-7],[-6,1],[-6,4],[-3,3],[-2,2],[-2,1],[-8,5],[-6,1],[-8,0],[-20,0],[-18,-1],[-8,5],[-7,5],[-2,2],[-8,6],[-5,3],[-17,7],[-3,1],[-21,10],[-14,8],[-5,4],[-4,1],[-14,6],[-15,7],[-14,7],[-3,1],[-4,1],[-15,1],[-10,0],[-18,3],[-2,0],[-8,2],[-12,-2],[-9,-1],[-10,-1],[-3,0],[-8,-3],[-2,-1],[-1,-1],[-2,-2],[-1,-2],[0,-1],[-2,-21],[-2,-28],[-1,-4],[0,-2],[-5,-20],[-1,-3],[-1,-2],[-2,-2],[-3,-2],[-19,-13],[-8,-3],[-13,-1],[-11,8],[-11,8],[-11,9],[-9,10],[-21,5],[-16,3],[-10,0],[-8,-1],[-14,-3],[-12,-3],[-2,-1],[-11,-7],[-2,-1],[-1,-1],[-5,-12],[-12,-20],[-6,-15],[-5,-23],[-1,-3],[0,-3],[0,-1],[0,-2],[1,-3],[1,-3],[2,-5],[2,-2],[1,-9],[-2,-10],[-8,-17],[-8,-19],[0,-20],[1,-2],[0,-3],[0,-3],[0,-3],[0,-2],[0,-2],[-1,-2],[0,-2],[-1,-1],[-1,-3],[-3,-3],[-3,-1],[-3,0],[-3,0],[-3,0],[-8,3],[-2,1],[-13,6],[-6,4],[-2,0],[-7,-2],[-18,-8],[-12,-6],[-17,-3],[-4,0],[-3,-1],[-5,-2],[-7,-3],[-2,-2],[-2,-1],[-2,-2],[-1,-1],[-5,-5],[-7,-9],[-18,8],[-14,17],[-10,7],[-6,4],[-14,12],[-10,9],[-13,6],[-7,2],[-1,0],[-11,5],[-5,6],[-2,7],[-1,2],[-8,30],[-6,27],[-8,25],[-7,13],[-3,6],[-1,4],[-1,3],[-1,4],[0,5],[-6,27],[-7,28],[-11,21],[-10,14],[-9,12],[-7,16],[-1,2],[0,3],[-2,9],[-1,4],[-1,4],[-7,22],[-7,19],[-1,3],[-2,5],[-1,5],[-1,2],[0,3],[-1,16],[-1,4],[0,8],[0,3],[-1,6],[-2,16],[-3,15],[0,2],[0,2],[0,2],[0,3],[1,13],[1,2],[0,1],[1,2],[0,1],[3,0],[1,-2],[1,-2],[2,-3],[1,-4],[1,-1],[1,-3],[3,-3],[2,-1],[1,-1],[3,0],[3,1],[3,2],[24,9],[17,25],[10,13],[14,24],[14,22],[5,11],[7,6],[7,2],[9,-2],[8,2],[15,13],[13,9],[10,6],[4,2],[2,1],[3,0],[15,-2],[5,-8],[4,-9],[0,-1],[1,-3],[3,-7],[4,-7],[10,-13],[5,-6],[2,-3],[4,-4],[4,-4],[2,-1],[3,-2],[4,-3],[2,-1],[2,-1],[15,-2],[14,-3],[14,-9],[7,-7],[3,-7],[1,-2],[1,-1],[1,-1],[7,-2],[7,-1],[6,1],[8,1],[2,0],[5,1],[2,-1],[3,-1],[2,-3],[3,-3],[1,-1],[2,-1],[2,0],[3,0],[4,1],[3,1],[2,1],[2,2],[5,5],[5,8],[3,6],[1,1],[1,2],[1,1],[6,18],[1,16],[0,2],[0,3],[0,2],[1,1],[0,2],[6,9],[1,1],[2,0],[4,0],[7,-1],[3,-1],[12,-6],[13,0],[17,17],[3,3],[2,4],[3,3],[3,8],[2,4],[2,5],[3,12],[1,4],[1,3],[0,2],[6,29],[11,20],[4,6]],[[4148,7233],[-4,-36],[18,-5],[11,-28],[10,-49],[-1,-41],[11,1],[7,-16],[27,10],[19,-27],[16,-27],[4,-25],[-12,-25]],[[3826,7109],[1,4],[0,11],[1,3],[1,10],[1,2],[0,3],[1,2],[3,5],[2,5],[4,17],[-3,18],[-4,25],[0,1],[0,3],[1,10],[0,4],[6,24],[3,9],[3,9],[7,31],[4,25],[8,20]],[[3865,7350],[10,-8],[13,6],[9,-6],[4,6],[7,-2],[5,9],[0,-6],[14,-8],[42,15],[31,-14],[26,-27],[2,-19],[8,-10],[11,-52],[9,-11],[-2,-10],[10,-17],[42,46],[42,-9]],[[6412,8176],[6,-97],[-3,-15],[62,-16],[11,-58],[-9,-24],[13,-5],[0,10],[19,-13],[-14,-43],[-4,-34],[19,-49],[9,-9],[5,-37],[45,18],[138,17],[22,196],[69,70],[49,-13],[190,33],[10,-58],[-13,-90],[-5,-85],[-17,-150],[1,-43],[153,-90]],[[5920,7579],[4,4],[-5,13],[1,30],[-10,71],[75,93],[-14,14],[12,36],[1,54],[6,31],[-10,83],[-11,-10],[-17,3],[-14,19],[-19,5],[13,70],[33,83],[-4,13],[5,32],[-6,19],[-4,49],[-13,22],[3,16],[-4,29],[20,40],[3,19],[-17,15],[-7,-1],[-10,-1],[-13,32],[-12,3],[-8,15],[-1,29],[8,4],[2,31],[17,11],[-14,33],[-9,37],[-17,5],[-6,10],[7,40]],[[5885,8680],[10,12],[14,9],[8,1],[14,-3],[15,-6],[21,-14],[19,-10],[16,-22],[6,-10],[3,-10],[-1,-3],[-1,-2],[0,-2],[0,-2],[0,-2],[0,-3],[0,-2],[0,-2],[1,-4],[2,-4],[1,-5],[1,-3],[11,-25],[2,-3],[11,-14],[1,-2],[1,-1],[2,0],[1,0],[13,3],[2,0],[4,2],[3,1],[1,-1],[2,0],[6,-4],[7,-5],[4,-5],[1,-2],[0,-2],[0,-1],[0,-4],[0,-2],[0,-2],[0,-1],[1,-4],[3,-10],[1,-3],[1,-2],[2,-2],[2,-2],[5,-4],[7,-8],[6,-7],[5,-6],[12,-15],[3,-3],[10,-9],[3,-2],[4,-6],[3,-4],[2,-4],[6,-11],[5,-16],[7,-15],[11,-26],[5,-16],[7,-17],[9,-13],[6,-21],[0,-21],[4,-26],[1,-15],[4,-20],[0,-2],[2,-3],[4,-8],[2,-3],[16,-20],[1,-2],[2,-1],[15,-6],[13,-2],[12,-3],[15,0],[17,-2],[10,-1],[26,0],[10,1],[20,4],[19,4],[7,3]],[[3030,5077],[-6,8],[-11,64],[-11,30],[-28,32],[8,44],[-30,56],[-51,61],[40,89],[29,96],[-16,77],[-14,149],[-12,37],[-35,38],[-9,35],[-17,22],[-3,61],[-35,27],[-29,83],[-39,155]],[[2761,6241],[48,73],[77,181],[23,29],[14,34],[21,27]],[[2944,6585],[1,-1],[0,-4],[5,-29],[4,-31],[11,-23],[12,-26],[1,-3],[0,-2],[1,-1],[7,-11],[13,-11],[17,-9],[2,2],[1,0],[3,-5],[1,-3],[0,-10],[0,-4],[0,-2],[-7,-20],[-7,-13],[-1,-2],[0,-2],[-1,-4],[0,-3],[1,-2],[0,-1],[1,-3],[8,-21],[8,-10],[1,-1],[0,-1],[1,-1],[1,-2],[0,-1],[3,-16],[0,-2],[0,-3],[0,-7],[-1,-3],[0,-2],[-2,-14],[-2,-13],[0,-2],[0,-2],[1,-8],[2,-17],[1,-11],[0,-18],[3,-14],[3,-11],[1,-10],[0,-4],[0,-5],[-1,-14],[0,-20],[0,-17],[0,-11],[0,-2],[-1,-4],[0,-3],[-4,-15],[0,-1],[-1,-2],[-4,-18],[-5,-24],[0,-3],[0,-3],[1,-11],[0,-3],[1,-2],[5,-15],[2,-4],[1,-3],[3,-2],[1,0],[2,0],[8,-15],[6,-25],[1,-22],[0,-2],[0,-2],[0,-1],[0,-2],[1,-3],[2,-6],[2,-3],[4,-10],[1,-2],[5,-9],[5,-10],[1,-2],[0,-2],[0,-1],[3,-19],[0,-17],[5,-22],[7,-22],[11,-24],[1,-1],[1,-2],[1,-2],[1,-2],[6,-17],[5,-20],[-1,-17],[-1,-17],[0,-3],[0,-2],[0,-4],[1,-6],[1,-3],[2,-18],[-1,-22],[1,-25],[0,-4],[0,-6],[0,-11],[0,-4],[0,-4],[0,-6],[0,-5],[0,-3],[1,-2],[1,-2],[1,-1],[3,-1],[3,-1],[3,-1],[2,1],[10,3],[0,3],[2,9],[0,4],[1,21],[0,5],[0,17],[-1,3],[-1,13],[-1,10],[0,10],[1,4],[0,2],[0,3],[-1,12],[-1,16],[-2,16],[-4,27],[-3,17],[-1,5],[0,2],[-2,10],[-3,13],[-3,19],[0,3],[-4,16],[-6,31],[-10,35],[-4,18],[0,2],[0,2],[0,2],[8,21],[8,13],[3,9],[2,10],[-5,14],[-2,17],[-1,1],[0,2],[1,3],[1,2],[2,2],[4,4],[2,2],[0,2],[4,9],[4,10],[0,2],[1,2],[0,3],[1,5],[0,2],[6,28],[1,3],[0,3],[1,3],[0,4],[0,19],[0,9],[0,4],[-1,3],[-1,32],[0,5],[0,6],[0,4],[-2,12],[-2,9],[0,3],[-2,18],[-1,4],[0,4],[-2,32],[-2,20],[-1,28],[0,17],[-2,19],[1,30],[1,3],[1,3],[0,2],[1,4],[0,4],[0,3],[0,17],[0,3],[-1,2],[-1,15],[-3,20],[-3,12],[-3,14],[4,16],[13,13],[7,2],[7,0],[5,-16],[4,-10],[6,-14],[3,-14],[2,-14],[2,-21],[1,-4],[0,-2],[1,-3],[8,-30],[4,-16],[5,-20],[4,-13],[6,-21],[4,-21],[3,-16],[0,-2],[1,-2],[4,-14],[6,-15],[7,-20],[5,-17],[4,-11],[7,-17],[2,-3],[1,-2],[2,-2],[1,-1],[2,0],[2,0],[2,0],[2,0],[4,1],[3,1],[3,1],[3,2],[5,4],[2,2],[2,3],[2,3],[2,5],[2,3],[0,2],[0,2],[0,3],[0,5],[-1,4],[-7,24],[-5,15],[-3,8],[-2,5],[-1,4],[-1,3],[0,4],[-3,16],[-4,20],[-5,13],[-2,6],[0,4],[-1,3],[0,2],[-1,11],[-1,20],[-2,14],[-1,5],[-1,4],[0,3],[-1,2],[-4,7],[-3,4],[0,2],[-1,2],[-2,6],[-6,30],[0,2],[-1,2],[0,2],[0,4],[0,3],[0,5],[1,6],[0,2],[0,2],[0,1],[-1,16],[0,3],[0,2],[-2,11],[-2,11],[-1,13],[0,4],[0,4],[-1,4],[-1,4],[-3,12],[-1,3],[-1,3],[0,3],[0,2],[0,2],[-1,23],[1,4],[0,7],[1,11],[3,19],[1,4],[0,3],[1,3],[3,8],[1,3],[1,2],[0,3],[0,4],[0,13],[0,4],[0,3],[0,3],[2,7],[1,6],[8,32],[7,25],[7,29],[1,4],[0,4],[0,6],[0,8],[0,2],[0,2],[2,7],[3,12],[3,15],[1,4],[1,11],[0,3],[0,2],[0,2],[0,2],[-1,2],[-1,1],[-1,2],[0,2],[0,3],[0,3],[1,3],[0,3],[2,6],[1,2],[4,10],[8,14],[8,11],[8,18],[3,11],[0,1],[1,2],[1,4],[1,2],[1,2],[8,13],[11,10],[12,12],[4,9],[6,8],[1,1],[2,2],[6,4],[3,3],[1,1],[1,2],[5,13],[5,12],[1,1],[1,1],[2,1],[14,7],[11,18],[3,7],[14,24],[9,29],[15,20],[12,6],[13,22],[16,16],[18,5],[4,12],[5,9],[1,1],[1,0],[7,-4],[4,-4],[2,-2],[0,-2],[1,-3],[0,-2],[-1,-6],[0,-7],[1,-2],[0,-3],[1,-2],[1,-3],[1,-1],[1,-1],[7,-1],[7,-8],[6,-8],[-4,-31],[-2,-25],[0,-2],[0,-2],[3,-13],[3,-15],[1,-21],[0,-18],[0,-14],[-1,-11],[0,-4],[-1,-3],[-2,-11],[-1,-6],[0,-4],[-2,-12],[0,-2],[0,-3],[0,-2],[0,-2],[1,-4],[2,-11],[4,-6],[21,-5],[8,-1]],[[5211,7246],[-13,28],[-9,39],[0,38],[-8,18],[-14,15],[12,32],[-8,11],[8,11],[7,9],[11,13],[-2,19],[-8,14],[-14,19],[3,24],[-12,11],[-5,15],[-20,4],[-21,23],[-11,3],[-26,43],[-14,8],[-9,-3],[-12,35],[-11,12],[-7,8],[-2,13],[3,28],[0,17],[6,38],[15,37],[5,4],[7,4],[6,4],[22,-16],[16,11],[10,-1],[9,9],[4,17],[24,25]],[[5153,7885],[26,-5],[18,16],[16,24],[9,-5],[12,22],[28,7],[4,18],[-8,34],[8,38],[-2,21],[-4,20],[8,14],[0,17],[10,22],[22,14],[14,40],[-4,40],[28,3],[10,10],[18,53],[7,51],[13,9],[-1,22],[21,115],[-6,29]],[[5400,8514],[3,-1],[4,-4],[9,-7],[1,-2],[1,-1],[6,-11],[1,-2],[0,-2],[5,-20],[5,-16],[5,-32],[5,-31],[2,-15],[1,-3],[0,-3],[0,-4],[0,-5],[0,-12],[-1,-7],[0,-13],[0,-3],[0,-4],[0,-3],[1,-1],[1,-1],[1,-3],[3,-3],[2,-2],[1,-4],[1,-3],[1,-2],[0,-3],[0,-3],[0,-4],[0,-2],[-1,-4],[-1,-4],[0,-3],[-1,-2],[-3,-5],[0,-2],[-1,-2],[-1,-4],[-1,-11],[0,-5],[0,-2],[0,-2],[0,-5],[2,-9],[0,-2],[0,-2],[0,-3],[-2,-20],[0,-3],[-1,-4],[-1,-3],[-5,-17],[-3,-13],[0,-2],[0,-2],[-1,-21],[0,-2],[1,-3],[2,-4],[2,-3],[1,-2],[5,-5],[3,-2],[4,-3],[7,-4],[2,-1],[5,-1],[5,-2],[4,0],[9,-1],[8,2],[2,3],[2,0],[2,0],[7,-3],[2,-2],[1,-3],[1,-4],[1,-8],[1,-2],[0,-2],[2,-4],[3,-4],[5,-6],[16,-17],[3,-2],[2,-2],[2,0],[1,0],[1,1],[2,0],[1,2],[7,7],[5,5],[1,0],[2,0],[8,-1],[3,-1],[1,-1],[1,-2],[2,-4],[1,-2],[2,-3],[2,-1],[2,0],[13,-2],[10,0],[6,-1],[3,-1],[1,-1],[1,-2],[1,-1],[6,-18],[3,-9],[3,-8],[3,-16],[2,-20],[0,-3],[0,-3],[0,-2],[4,-11],[1,-3],[2,-3],[2,-3],[1,-1],[3,-3],[13,-21],[0,-21],[1,-16],[0,-1],[0,-2],[0,-2],[1,-3],[3,-10],[1,-1],[1,-4],[2,-6]],[[2637,6657],[15,-68],[-7,-124],[5,-31],[-32,-29],[-4,-78],[-14,-61],[3,-29],[16,-37],[37,-45],[105,86]],[[1768,4998],[-5,12],[-9,18],[0,2],[-5,9],[-10,27],[-5,14],[2,13],[5,27],[8,22],[8,18],[9,6],[13,11],[9,15],[13,18],[12,12],[1,1],[2,1],[5,0],[3,0],[1,-1],[5,-4],[13,-5],[11,-3],[11,-8],[11,-1],[20,0],[10,9],[16,11],[13,9],[6,5],[11,5],[5,3],[1,0],[1,0],[7,-2],[2,-3],[6,2],[11,11],[5,6],[5,5],[2,0],[1,0],[1,0],[1,-1],[1,-1],[11,-17],[9,-19],[8,-13],[4,-5],[3,-1],[3,0],[6,3],[8,0],[10,-4],[15,-5],[7,-6],[6,-10],[-1,-2],[0,-2],[1,-6],[1,-1],[10,-12],[11,-8],[1,0],[1,1],[5,7],[7,4],[7,3],[20,0],[15,-19],[2,-3],[4,-2],[2,0],[1,0],[4,3],[4,4],[1,2],[1,2],[-1,3],[0,1],[-1,2],[-1,2],[-2,1],[-3,0],[-5,0],[-1,0],[-1,1],[-1,2],[-1,2],[1,1],[1,2],[10,13],[7,4],[4,1],[5,1],[1,-1],[1,-1],[0,-2],[0,-1],[8,-4],[9,-3],[9,3],[10,-2],[9,-3],[11,-8],[16,-10],[15,-8],[8,-4],[10,-4],[11,1],[4,0],[2,1],[1,1],[2,2],[1,3],[16,-4],[7,-4],[5,-3],[4,-2],[3,0],[3,-1],[2,0],[2,1],[16,7],[11,7],[10,-3],[3,-1],[7,-2],[6,-1],[6,0],[6,1],[5,1],[8,2],[5,1],[2,-1],[6,-2],[5,-11],[7,0],[6,11],[7,16],[9,24],[3,10],[0,2],[0,2],[0,1],[-1,3],[-1,1],[-3,1],[-3,3],[-1,2],[0,3],[1,10],[4,9],[1,2],[0,2],[-2,8],[-1,2],[0,1],[-6,6],[-1,2],[-2,1],[-8,3],[-8,3],[-9,1],[-2,1],[-7,7],[-2,3],[0,2],[0,2],[-1,3],[1,2],[1,4],[1,4],[8,17],[2,3],[12,16],[2,3],[5,4],[7,4],[3,4],[3,2],[1,2],[3,5],[2,3],[1,3],[1,3],[1,3],[0,3],[1,2],[0,2],[0,20],[7,31],[8,22],[3,8],[5,14],[3,8],[6,28],[1,4],[1,7],[1,3],[2,3],[6,12],[2,2],[3,3],[2,3],[1,3],[1,4],[2,5],[2,9],[1,3],[0,3],[0,26],[-5,21],[-6,7],[-1,2],[0,3],[-1,2],[0,3],[-1,2],[0,3],[1,1],[2,9],[0,2],[0,2],[1,4],[0,4],[0,16],[0,3],[-1,2],[0,1],[-1,2],[-1,2],[-5,6],[-3,4],[-11,11],[-1,1],[-2,1],[-6,3],[-10,4],[-2,0],[-13,1],[-2,0],[-1,-1],[-12,-6],[-15,-3],[-1,0],[-1,-1],[-1,-2],[0,-2],[0,-2],[0,-1],[2,-7],[0,-2],[0,-2],[0,-2],[0,-3],[0,-4],[-1,-3],[0,-3],[-1,-3],[-2,-4],[-4,-9],[-3,-8],[-1,-5],[-1,-3],[0,-2],[0,-3],[0,-2],[1,-2],[2,-5],[1,-3],[0,-4],[1,-2],[0,-2],[0,-2],[0,-3],[0,-2],[-3,-10],[0,-2],[-1,-2],[-2,-4],[-1,0],[-1,1],[0,1],[0,2],[0,2],[-1,1],[-4,4],[-1,0],[-1,0],[-2,-1],[-2,-2],[-1,-1],[0,-2],[-2,-13],[-2,-12],[-16,-15],[-6,-2],[-2,-2],[-2,-2],[-3,-4],[-5,-9],[-1,-3],[-3,-6],[-7,-13],[-6,-10],[-3,-4],[-6,-7],[-2,-2],[-14,-13],[-9,-8],[-7,-6],[-7,-7],[-7,-7],[-3,-5],[-7,-9],[-2,-2],[-17,-12],[-7,-4],[-2,-2],[-5,-1],[-23,-3],[-9,-1],[-14,-2],[-11,-2],[-8,2],[-4,1],[-16,10],[-13,11],[-14,9],[-17,6],[-12,4],[-18,3],[-3,1],[-9,0],[-17,2],[-6,1],[-20,4],[-1,5],[-1,2],[-2,2],[-2,2],[-10,6],[-2,1],[-1,-1],[-9,3],[-9,10],[-13,13],[-4,5],[-8,6],[-2,1],[-11,5],[-14,13],[-14,17],[-11,20],[-2,13],[-5,10],[-9,8],[-2,1],[-1,0],[-2,0],[-5,-4],[-2,-6],[-1,-15],[-2,-7],[-12,-6],[-7,-4],[-6,-11],[-6,-7],[-6,-5],[0,3],[-1,3],[-2,4],[-5,7],[-13,10],[-14,4],[-11,-3],[-17,-2],[-12,4],[-12,9],[-4,4],[-2,5],[-2,9],[3,6],[5,14],[4,8],[12,4],[17,17],[2,2],[2,1],[6,3],[1,0],[7,-13],[3,-8],[-7,-15],[-3,-5],[-1,-3],[-2,-2],[-2,-1],[-1,-1],[-3,0],[-2,0],[-1,-2],[0,-2],[-1,-2],[1,-2],[2,0],[1,1],[5,4],[7,8],[6,7],[6,7],[6,16],[9,11],[8,-4],[4,-1],[1,0],[3,1],[1,1],[1,1],[1,2],[0,2],[0,2],[0,1],[-15,10],[-12,7],[-18,17],[-6,-3],[-7,-8],[-13,-15],[-10,-9],[-15,-3],[-3,4],[6,8],[15,10],[7,3],[9,7],[5,10],[2,15],[7,28],[3,7],[3,11],[3,17],[9,29],[3,12],[3,5],[7,3],[13,-2],[19,18],[17,15],[5,11],[2,6],[0,1],[0,2],[0,1],[-8,5],[-3,9],[1,3],[3,7],[7,6],[6,6],[3,4],[4,7],[19,4],[5,2],[5,3],[2,6],[3,11],[8,10],[1,2],[1,2],[0,2],[0,1],[-1,2],[-9,7],[-9,-4],[-5,-1],[-1,0],[0,2],[0,2],[0,4],[1,1],[1,2],[6,3],[13,8],[24,14],[21,12],[8,4],[5,4],[10,10],[7,7],[20,11],[12,-5],[15,10],[13,8],[8,4],[13,6],[7,5],[9,10],[2,10],[11,15],[4,1],[4,5],[5,8],[2,4],[2,6],[0,2],[0,2],[9,16],[11,11],[17,20],[18,16],[5,4],[3,2],[2,3],[8,8],[1,2],[2,3],[0,1],[1,1],[15,23],[22,14],[9,0],[15,2],[2,0],[1,1],[1,2],[0,3],[1,3],[7,30],[3,22],[9,-11],[2,-10],[3,-9],[1,-2],[1,-1],[2,-1],[2,0],[1,-1],[1,2],[0,2],[1,14],[-7,10],[-1,1],[0,2],[-1,1],[0,3],[-1,3],[0,3],[1,1],[0,2],[1,2],[1,2],[1,2],[2,1],[1,0],[2,1],[5,-1],[4,0],[2,1],[1,1],[2,2],[1,2],[2,3],[1,5],[1,4],[2,12],[1,7],[2,5],[1,3],[1,2],[0,1],[2,1],[1,-1],[5,-6],[4,-5],[4,-4],[2,-2],[3,-3],[2,-1],[2,-1],[9,-3],[2,0],[1,0],[2,1],[12,7],[5,2],[21,5],[4,1],[7,1],[4,0],[21,7],[12,15],[8,7],[11,7],[8,9],[3,5],[2,3],[11,19],[10,13],[2,2],[7,6],[7,5],[3,2],[1,2],[1,2],[0,2],[-1,4],[-2,3]],[[2580,6494],[13,66],[9,22],[1,37],[9,21],[25,17]],[[5863,7588],[0,12],[1,13],[2,9],[3,13],[-6,18],[-2,2],[-1,2],[-1,2],[0,3],[-1,4],[0,5],[-1,2],[0,2],[0,3],[1,2],[0,2],[1,1],[1,3],[2,4],[1,25],[-4,30],[0,3],[-2,4],[-3,10],[-4,9],[-1,2],[0,1],[-2,11],[-1,13],[-2,17],[-4,16],[-8,27],[-8,14],[-2,2],[-1,1],[-8,16],[-6,14],[-1,4],[-1,1],[0,2],[-1,9],[-1,11],[-4,9],[-6,14],[-11,-4],[0,-1],[0,-3],[1,-3],[6,-12],[4,-8],[1,-3],[1,-3],[0,-1],[-1,-2],[-1,-1],[-2,1],[-22,7],[-10,5],[-7,9],[-7,9],[-7,16],[-4,20],[-3,22],[0,2],[1,9],[1,2],[1,4],[2,7],[1,4],[2,3],[1,2],[4,3],[2,1],[2,3],[2,7],[2,4],[1,4],[0,2],[0,2],[0,2],[0,2],[-1,2],[-6,8],[-14,20],[-16,23],[-10,19],[-11,24],[-9,30],[-7,29],[-9,28],[-1,2],[-1,5],[-2,3],[0,3],[-3,15],[0,2],[0,1],[0,3],[1,5],[1,20],[-2,12],[-2,13],[-1,3],[0,1],[-1,13],[-6,28],[-6,21],[1,17],[-1,27],[1,14],[0,7],[0,2],[0,4],[-2,11],[-2,13],[-1,4],[-4,32],[-9,29],[0,1],[-1,2],[0,2],[-3,19],[-1,16],[4,29],[2,29],[3,24],[1,17],[0,4],[1,2],[0,2],[1,1],[9,10],[10,13],[1,1],[0,2],[2,3],[1,3],[4,9],[10,16],[7,-2],[11,-2],[7,1],[8,0],[13,-5],[8,-3],[11,-4],[2,-1],[6,0],[16,0],[9,1],[2,0],[1,0],[1,-1],[1,-2],[3,-5],[1,-3],[1,-3],[0,-6],[1,-4],[2,-15],[2,-9],[1,-3],[1,-3],[1,-1],[2,-2],[2,0],[3,0],[2,-1],[3,1],[1,1],[1,1],[1,3],[1,2],[1,1],[0,2],[0,2],[0,2],[0,3],[0,3],[0,5],[0,2],[1,2],[1,4],[1,2],[1,3],[1,1],[2,2],[2,1],[15,1],[2,-1],[1,-1],[12,-17],[-2,-24],[0,-3],[-1,-2],[0,-3],[0,-2],[0,-2],[0,-3],[1,-2],[1,-2],[1,-2],[1,-1],[2,-4],[4,-3],[2,-1],[2,-1],[2,0],[2,1],[20,14],[4,4]],[[4058,7791],[12,1],[12,-40],[22,-27],[38,-110],[-36,-15],[-5,-8],[-1,-36],[51,-112],[2,-64],[-12,-23],[16,-61],[-15,-27],[6,-36]],[[3865,7350],[1,4],[-1,27],[-2,26],[0,3],[-2,12],[-1,15],[0,3],[-1,4],[-2,16],[-4,10],[-1,9],[0,13],[1,13],[2,11],[1,3],[0,4],[0,1],[0,4],[0,2],[-1,3],[-1,3],[-1,5],[-1,2],[-1,2],[-1,1],[-2,1],[-3,2],[-1,1],[-1,1],[-3,13],[-1,2],[0,3],[-2,8],[-6,30],[0,3],[-1,4],[-2,14],[-1,10]],[[3827,7638],[11,0],[24,21],[13,0],[51,56],[36,-4],[28,15],[15,16],[9,32],[44,17]],[[6412,8176],[12,4],[13,6],[15,15],[17,19],[1,1],[2,3],[4,6],[2,3],[1,3],[0,2],[1,2],[0,4],[0,3],[0,3],[-1,3],[-1,2],[-1,2],[-2,2],[1,14],[3,17],[1,2],[1,3],[1,2],[6,7],[6,6],[6,6],[3,4],[3,5],[2,4],[1,2],[0,3],[2,5],[0,3],[1,2],[0,3],[-1,11],[-3,5],[-1,1],[-2,-1],[-1,-1],[-4,11],[-2,14],[3,14],[1,5],[1,4],[3,19],[-2,14],[3,18],[2,2],[4,3]],[[6827,8814],[4,-8],[5,-22],[3,-20],[2,-13],[3,-18],[0,-3],[0,-3],[0,-2],[0,-2],[-1,-4],[-1,-2],[0,-3],[0,-2],[1,-2],[1,-3],[2,-5],[4,-7],[8,-14],[9,-16],[1,-2],[1,-3],[0,-3],[1,-2],[1,-10],[0,-3],[0,-3],[0,-2],[-2,-8],[0,-5],[0,-2],[0,-2],[0,-2],[1,-3],[1,-1],[1,-2],[6,-3],[9,-3],[10,-2],[19,-3],[8,0],[9,0],[5,0],[5,1],[13,3],[14,5],[12,4],[10,4],[5,3],[18,10],[11,7],[12,7],[6,3],[11,9],[6,4],[7,8],[7,8],[12,12],[5,4],[20,14],[9,6],[4,2],[9,5],[7,3],[18,12],[26,16],[19,14],[11,8],[11,10],[15,13],[13,12],[6,6],[14,16],[5,6],[2,3],[2,4],[12,19],[3,5],[2,4],[6,11],[1,2],[1,2],[0,2],[0,2],[0,2],[0,3],[4,12],[7,13],[6,10],[5,9],[2,4],[7,17],[2,5],[1,5],[0,4],[1,2],[0,6],[1,4],[0,1],[-1,3],[0,4],[-1,9],[-1,10],[0,11],[0,2],[0,2],[0,5],[0,5],[1,2],[1,2],[2,4],[1,3],[2,4],[1,4],[0,3],[2,14],[1,14],[-1,3],[0,1],[-1,3],[-8,12],[-7,22],[-5,24],[-9,19],[-10,5],[-6,13],[-1,19],[-4,23],[-1,20],[-5,23],[-5,22],[-14,22],[-2,1],[-1,2],[-1,2],[0,2],[-1,2],[0,3],[-1,4],[-1,14],[1,15],[1,8],[1,15],[-5,27],[1,17],[3,21],[-3,22],[-6,14],[-4,10],[-3,16],[8,7],[1,-2],[2,-1],[1,-1],[1,1],[2,0],[2,1],[3,2],[1,2],[1,1],[1,1],[0,2],[1,2],[-1,2],[0,3],[-1,2],[-2,7],[-2,5],[-4,9],[-4,13],[-2,3],[0,2],[-1,3],[-3,14],[-3,16],[-9,19],[-1,1],[-2,3],[-1,2],[-1,3],[0,14],[0,17],[0,2],[0,2],[0,2],[-1,2],[-2,10],[-1,2],[0,2],[-9,16],[-11,15],[-2,3],[-1,3],[0,2],[-1,3],[0,3],[1,3],[0,2],[0,1],[6,19],[7,19],[7,22],[9,7],[10,5],[25,4],[17,11],[0,2],[0,2],[1,2],[1,1],[2,2],[3,1],[15,4],[12,3],[5,0],[4,-6],[6,-10],[0,-1],[1,-2],[0,-1],[0,-2],[-1,-2],[-2,-2],[-1,-1],[0,-2],[-1,-3],[-1,-5],[0,-2],[0,-2],[0,-2],[1,-8],[0,-2],[1,-2],[1,-2],[2,-2],[1,-1],[2,-1],[1,0],[5,1],[1,0],[2,1],[9,16],[8,15],[1,3],[2,1],[7,3],[2,0],[2,0],[3,0],[8,-2],[2,-1],[2,-2],[1,-1],[1,-2],[13,-25],[8,-21],[1,-14],[0,-1],[1,-3],[1,-2],[2,-2],[3,-1],[9,-1],[10,3],[17,5],[4,1],[8,2],[2,1],[2,1],[12,11],[1,1],[1,2],[1,3],[0,2],[3,23],[-4,22],[6,7],[5,-8],[-1,2],[-1,0],[-2,-1],[-1,-1],[-1,-2],[0,-1],[1,-2],[0,-2],[5,-16],[1,-2],[3,-6],[2,0],[11,11],[3,3],[3,4],[3,6],[1,5],[7,24],[0,2],[0,2],[0,3],[0,14],[0,15],[0,3],[0,2],[0,2],[1,2],[5,11],[6,-3],[18,-2],[2,1],[11,2],[11,0],[16,-2],[13,-13],[16,-11],[11,-11],[6,-12],[7,-13],[6,14],[7,8],[9,6],[3,-1],[2,1],[2,1],[2,3],[2,2],[1,2],[0,2],[1,3],[0,2],[0,4],[1,14],[0,2],[0,3],[0,3],[0,1],[-2,2],[2,1],[2,0],[3,-1],[2,-1],[2,-2],[1,-4],[3,-7],[5,-15],[0,-2],[1,-2],[0,-2],[0,-5],[0,-4],[2,-11],[1,-2],[0,-1],[1,-2],[1,-1],[2,-3],[2,-1],[1,-1],[2,-1],[1,1],[8,3],[16,-21],[4,-20],[4,-11],[6,-10],[8,5],[6,3],[8,-6],[3,-10],[-1,-2],[-1,-2],[-3,-11],[0,-2],[0,-2],[0,-2],[0,-2],[1,-1],[2,-2],[1,-1],[1,0],[2,-1],[1,1],[2,1],[5,4],[6,3],[3,0],[4,-1],[3,-2],[1,-1],[1,-1],[1,-2],[1,-1],[0,-2],[-1,-2],[-2,-1],[-1,0],[-1,1],[-3,5],[-2,1],[-2,1],[-1,1],[-2,-1],[-7,-2],[-1,-1],[-4,-3],[-1,-1],[-2,0],[-3,3],[-1,0],[0,-3],[0,-2],[1,-3],[1,-3],[1,-3],[1,-2],[1,-1],[2,0],[1,1],[2,2],[2,2],[1,0],[2,0],[1,0],[1,-3],[1,-2],[0,-2],[-1,-3],[0,-3],[-1,-2],[0,-2],[-2,-3],[-1,-2],[-1,0],[-1,0],[-10,-1],[-8,-2],[-1,0],[-1,-1],[-2,-3],[-1,-2],[-1,-1],[0,-2],[0,-1],[5,-21],[8,-13],[1,-2],[0,-3],[1,-3],[0,-2],[0,-2],[0,-2],[-1,-2],[0,-2],[-2,-1],[-1,-1],[-2,-1],[-2,1],[-1,2],[-6,2],[-1,-14],[6,-28],[13,-24],[-3,-9],[-4,-10],[-2,-2],[-1,-3],[-1,-1],[-1,-2],[0,-3],[0,-3],[0,-1],[0,-6],[1,-6],[0,-3],[0,-2],[1,-2],[2,-2],[2,-1],[2,-1],[2,1],[11,2],[5,3]],[[4030,7942],[7,-31],[25,-30],[-4,-90]],[[3827,7638],[1,3],[0,2],[1,3],[0,3],[0,1],[-1,2],[-2,12],[-1,2],[-1,1],[-4,-1],[-2,-3],[-2,-1],[-3,3],[-1,1],[0,2],[0,2],[-1,2],[0,2],[0,2],[1,12],[0,1],[1,2],[2,1],[2,1],[3,1],[2,2],[1,2],[1,2],[1,5],[1,5],[0,3],[0,4],[0,3],[0,2],[0,3],[-1,2],[-2,9],[1,25]],[[3824,7761],[87,0],[22,7],[34,113],[-1,40],[64,21]],[[5153,7885],[-12,24],[11,39],[0,60],[-42,51],[-10,57],[1,10],[11,6],[-3,42],[14,74],[-10,40],[8,15],[26,29],[-6,21],[-9,6],[-34,45],[9,28],[-16,27],[-17,4],[-5,17],[-7,4],[-2,13],[-24,10],[0,19],[-17,16],[0,12],[-10,17],[3,21],[-5,22],[11,24],[-19,21],[-27,58]],[[4972,8717],[3,2],[10,6],[7,6],[13,17],[11,15],[9,13],[12,12],[10,11],[3,2],[7,3],[20,1],[3,-1],[2,-2],[1,0],[1,-2],[11,-16],[2,-3],[1,-4],[1,-2],[1,-3],[0,-2],[0,-2],[1,-6],[1,-19],[1,-5],[0,-2],[0,-3],[-1,-2],[-3,-31],[-2,-13],[-6,-15],[-4,-17],[2,-7],[5,2],[8,10],[11,13],[10,20],[5,9],[9,19],[1,4],[1,3],[7,29],[4,18],[3,13],[0,2],[1,2],[0,3],[1,3],[0,2],[0,15],[-1,3],[0,3],[0,2],[0,2],[-1,1],[0,8],[4,5],[1,1],[1,1],[2,0],[10,-1],[1,0],[11,-6],[2,-1],[19,-8],[2,0],[1,-1],[2,-2],[2,-2],[2,-2],[3,-5],[3,-5],[4,-7],[0,-2],[1,-1],[3,-17],[4,-19],[0,-2],[-1,-3],[0,-2],[-1,-2],[-3,-11],[-5,-11],[-3,-6],[-3,-8],[-1,-3],[-1,-3],[-1,-3],[-1,-11],[-1,-2],[0,-7],[-1,-4],[-1,-5],[-3,-15],[-3,-13],[-1,-5],[-1,-5],[0,-3],[0,-3],[0,-3],[1,-2],[1,-2],[2,-1],[2,-1],[3,-1],[3,-1],[8,3],[1,1],[1,1],[1,2],[0,2],[8,30],[12,24],[2,7],[1,3],[2,2],[8,10],[2,2],[2,1],[19,13],[3,2],[7,1],[3,0],[2,0],[7,-3],[6,-5],[1,-2],[11,-16],[13,-23],[8,-20],[9,-21],[4,-12],[4,-11],[6,-15],[2,-3],[0,-2],[1,-2],[0,-3],[0,-2],[1,-4],[-1,-4],[0,-4],[0,-3],[-3,-20],[-1,-3],[-2,-4],[-1,-3],[-13,-22],[-14,-20],[-7,-9],[-6,-9],[-1,-2],[-1,-1],[-1,-3],[0,-2],[0,-3],[1,-4],[1,-4],[1,-5],[1,-4],[1,-3],[2,-2],[1,-2],[7,1],[2,0],[15,15],[21,19],[14,15],[10,10],[7,6]],[[4030,7942],[-11,45],[-29,79],[-10,98],[-40,99],[-29,94],[23,134],[43,103]],[[3977,8594],[1,-1],[0,-7],[1,-3],[1,-2],[1,-1],[3,-2],[3,-2],[13,-4],[10,13],[0,2],[1,2],[1,1],[1,2],[2,0],[1,-1],[2,-1],[2,-4],[1,-3],[0,-2],[1,-4],[1,-3],[0,-1],[0,-2],[-1,-2],[0,-3],[-1,-2],[-1,-2],[2,-14],[3,-14],[3,-2],[0,-2],[7,-13],[5,-15],[5,-13],[1,-2],[1,-2],[1,-1],[1,0],[11,-5],[9,-5],[3,-8],[-2,-24],[2,-28],[4,-10],[9,-12],[8,-11],[1,-2],[1,-2],[0,-1],[0,-2],[0,-13],[-4,-15],[5,-16],[6,-14],[6,-15],[6,-20],[0,-2],[0,-3],[1,-4],[1,-6],[1,-3],[1,-2],[2,-4],[9,-15],[9,-19],[6,-7],[5,-6],[6,-13],[1,-11],[0,-2],[0,-4],[0,-1],[1,-2],[2,-6],[7,-21],[12,-19],[0,-2],[1,-2],[0,-9],[0,-3],[0,-2],[-1,-1],[-2,0],[-1,1],[-2,2],[-4,-11],[-3,-13],[8,-19],[4,-23],[13,-14],[4,-5],[13,-18],[7,-13],[4,-11],[3,-12],[2,-12],[1,-3],[0,-2],[0,-3],[-1,-5],[0,-3],[0,-5],[-1,-4],[1,-5],[2,-19],[0,-3],[2,-16],[1,-3],[1,-2],[1,-2],[1,-1],[2,-1],[1,0],[7,0],[1,0],[3,0],[3,1],[2,2],[1,2],[1,2],[1,3],[1,5],[4,7],[1,2],[1,0],[1,-1],[1,-1],[6,-7],[2,-3],[2,-4],[3,-5],[3,-4],[4,-4],[7,-7],[11,-11],[12,-7],[13,-11],[11,-2],[9,-6],[2,-12],[0,-3],[1,-2],[3,-6],[1,-2],[1,-2],[4,-3],[1,-1],[1,-3],[6,-10],[1,-2],[4,-10],[1,-3],[0,-2],[5,-19],[5,-21],[3,-14],[4,-18],[2,-19],[5,-32],[5,-28],[1,-2],[0,-2],[2,-2],[1,-2],[1,-1],[3,-10],[3,-10],[-1,-19],[0,-21],[0,-29],[-1,-30],[0,-4],[5,-25],[8,-30],[0,-2],[1,-2],[0,-2],[0,-1],[1,-3],[1,-2],[2,-2],[2,-3],[2,-2],[2,-2],[6,-5],[4,-3],[4,-1],[5,-2],[4,0],[11,-1],[4,0],[6,1],[4,1],[6,2],[5,3],[9,5],[5,4],[3,3],[1,2],[0,2],[0,4],[-1,3],[0,3],[-1,15],[0,4],[1,3],[0,2],[1,2],[1,4],[0,2],[7,19],[10,-12],[8,-13],[4,-5],[1,-3],[1,-2],[1,-4],[1,-3],[1,-7],[1,-4],[1,-3],[2,-3],[3,-6],[2,-5],[7,-9],[12,-19],[0,-1],[1,-2],[2,-2],[3,-2],[1,-1],[2,0],[3,1],[11,5],[7,4],[4,3],[4,3],[2,3],[2,3],[10,9],[8,7],[7,6],[4,5],[1,2],[2,4],[3,5],[0,3],[1,1],[0,2],[0,3],[1,4],[0,4],[0,3],[0,18],[0,3],[0,2],[9,27],[11,27],[2,32],[0,3],[0,3],[-1,2],[0,3],[-1,5],[-3,10],[-4,15],[-2,18],[8,17],[10,19],[1,2],[1,1],[0,2],[0,1],[1,2],[0,3],[-1,13],[0,3],[0,3],[-1,3],[-1,4],[-6,25],[-4,12],[-1,5],[-6,19],[-9,30],[0,2],[-1,6],[-2,16],[-1,14],[-1,9],[0,15],[0,5],[-1,3],[0,3],[-1,3],[-1,3],[-1,2],[-2,2],[-1,2],[-9,10],[-6,4],[-7,26],[-4,34],[-3,11],[-5,11],[-10,24],[-11,26],[0,1],[-3,6],[-2,5],[-2,4],[-2,2],[-3,3],[-5,6],[-3,2],[-4,1],[-2,2],[-3,3],[-2,2],[-1,2],[-1,3],[-1,2],[0,2],[-2,8],[0,1],[-2,20],[1,8],[5,7],[10,8],[3,-1],[4,1],[15,3],[17,6],[9,4],[10,4],[2,2],[2,2],[3,3],[1,1],[1,3],[1,2],[2,11],[7,24],[0,19],[0,15],[0,3],[0,2],[-1,4],[-3,19],[-1,3],[-3,11],[-1,2],[-1,2],[-1,3],[-3,7],[-1,1],[-3,7],[-5,11],[-1,4],[-1,4],[-1,4],[-3,22],[-1,4],[0,5],[0,3],[0,2],[0,3],[0,4],[1,3],[1,4],[1,4],[1,4],[2,4],[2,3],[0,2],[4,4],[6,6],[2,2],[16,12],[12,10],[8,12],[5,7],[4,11],[8,6],[8,3],[22,3],[22,-1],[14,3],[10,3],[13,-3],[6,1],[10,4],[10,6],[9,5],[6,4],[2,1],[1,0],[3,-1],[15,-8],[8,-11],[2,-6],[5,-12],[1,-2],[1,-1],[5,-5],[2,-1],[11,-1],[2,0],[2,1],[2,1],[2,1],[3,3],[4,4],[1,3],[2,2],[1,3],[1,3],[1,3],[0,2],[0,2],[0,2],[-3,7],[-4,10],[-1,2],[-1,2],[0,2],[0,1],[0,3],[1,2],[1,3],[2,2],[1,0],[2,0],[5,-3],[2,0],[2,0],[3,1],[6,3],[4,3],[3,3],[5,5],[3,4],[2,2],[2,3],[1,2],[1,3],[1,2],[0,2],[0,2],[0,3],[2,23],[2,18],[1,27],[6,23],[6,30],[1,5],[1,5],[0,4],[1,10],[1,3],[1,7],[1,2],[1,4],[1,5],[1,4],[2,4],[0,2],[1,1],[3,5],[2,3],[2,1],[4,3]],[[3824,7761],[0,2],[-2,30],[-7,29],[-11,25],[-1,1],[-1,2],[-6,18],[-4,15],[-1,5],[0,4],[-1,4],[-2,16],[-4,19],[-3,15],[-2,4],[-3,11],[-1,3],[0,2],[-4,19],[0,25],[-8,34],[-9,27],[0,2],[-1,3],[0,2],[-1,2],[0,3],[0,3],[0,3],[1,3],[1,14],[0,5],[0,3],[0,4],[0,9],[0,27],[-1,22],[0,2],[0,2],[-1,1],[-4,9],[-4,10],[-2,3],[-1,4],[-6,16],[-1,1],[0,2],[-1,4],[0,16],[0,6],[-1,4],[-1,3],[0,2],[-1,2],[-2,3],[-2,2],[-3,2],[-1,1],[-2,0],[1,25],[4,19],[2,21],[6,25],[4,23],[3,12],[1,3],[0,2],[1,5],[0,4],[0,2],[-1,3],[0,2],[0,3],[-2,11],[-1,3],[-1,4],[-5,13],[-5,12],[-2,5],[0,3],[-1,2],[0,3],[0,1],[0,2],[1,3],[0,1],[1,2],[2,2],[3,3],[1,2],[1,0],[20,3],[21,-5],[8,-5],[3,-1],[3,-1],[3,1],[2,1],[2,1],[2,3],[11,17],[3,5],[6,14],[3,7],[9,15],[11,-4],[7,-4],[11,-5],[12,-2],[10,-1],[2,0],[2,0],[3,2],[3,1],[12,8],[11,15],[17,21],[6,9],[4,5],[6,10],[1,1],[6,6],[1,1],[1,0],[3,-1],[13,-7],[2,-1],[1,-2],[2,-2],[1,-3]],[[5901,9999],[1,-1],[3,-5],[1,-2],[2,-3],[10,-24],[4,-8],[11,-25],[1,-2],[0,-2],[2,-10],[1,-5],[0,-4],[0,-2],[0,-4],[-3,-23],[-6,3],[-5,6],[-15,19],[-10,14],[-3,20],[3,9],[4,9],[1,1],[1,2],[1,2],[0,2],[0,3],[0,4],[0,4],[0,2],[-1,1],[0,3],[-4,8],[-1,3],[0,1],[0,2],[1,2],[1,0]],[[2947,7909],[1,-13],[0,-3],[0,-2],[0,-2],[-3,-16],[-1,-6],[-1,-8],[-1,-3],[-1,-1],[-1,-3],[-1,-3],[-3,-3],[-2,-3],[-12,-11],[-6,-5],[-2,-1],[-3,-1],[-1,-1],[-1,-1],[-1,-2],[0,-2],[0,-2],[0,-2],[0,-1],[1,-2],[1,-2],[2,-6],[9,-6],[11,-6],[3,-2],[1,-1],[2,-2],[6,-8],[1,-2],[1,-3],[2,-6],[0,-2],[-1,-2],[-1,-4],[-3,-6],[-3,-6],[-1,-3],[-1,-4],[-2,-14],[-1,-7],[-1,-3],[0,-2],[0,-2],[1,-2],[-5,-32],[-1,-1],[-4,-9],[-2,-4],[-5,-14],[-1,-4],[0,-4],[-1,-5],[-1,-5],[-6,-20],[-8,-22],[-6,-14],[-2,-1],[-1,-2],[-3,-4],[-9,-14],[-6,-8],[-7,-13],[-2,-4],[-2,-3],[-1,-2],[-2,-1],[-7,-1],[-1,-1],[-10,0],[-13,-2],[-21,-9],[-15,-8],[-16,-12],[-1,-9],[0,-2],[4,-13],[8,-8],[10,-5],[8,-2],[3,1],[4,1],[12,7],[8,7],[5,-11],[3,-17],[13,-13],[9,-5],[11,-7],[17,-4],[1,-1],[1,-1],[1,-2],[0,-1],[0,-4],[0,-2],[0,-3],[-3,-13],[-11,-17],[-16,-20],[-16,-18],[-6,-19],[-9,-19],[-10,-16],[-9,-8],[-5,-17],[-2,-11],[-13,-9],[-11,-1],[-9,2],[-9,5],[-16,2],[-11,1],[-21,5],[-10,1],[-8,3],[-6,4],[-4,8],[-7,1],[-14,-6],[-9,25],[-8,21],[-10,23],[-5,7],[-14,19],[-6,18],[0,3],[-1,2],[0,3],[-1,5],[-1,3],[-1,4],[-8,20],[-3,15],[-6,27],[-1,4],[-1,2],[-1,2],[-2,3],[-1,2],[-2,1],[-1,1],[-19,13],[-7,11],[-10,13],[-1,-1]],[[2549,7502],[-1,14],[-14,15],[0,11],[-9,7],[-8,-2],[-9,8],[-1,8],[-12,3],[-7,25],[8,34],[-4,13],[0,16],[-10,17],[-3,31],[-8,7],[-15,69],[-11,12],[-25,95],[-2,16],[6,8],[12,114],[-24,71]],[[2412,8094],[22,9],[26,-17],[38,-5],[44,-68],[49,13],[6,-16],[0,-47],[9,-27],[-1,-31],[24,-18],[26,-38],[35,35],[16,44],[4,-30],[9,-12],[23,-4],[8,8],[20,0],[14,18],[11,-7],[6,-16],[13,-2],[24,-18],[16,23],[23,14],[3,11],[67,-4]],[[1627,7363],[29,-3],[43,-19],[46,19],[52,-30],[19,3],[53,-17],[-4,-16],[10,-8],[4,-16],[22,-7],[49,-66],[33,-14],[33,43],[83,69],[8,28],[1,27],[23,-4],[25,-55],[0,-47],[36,16],[32,-49],[28,-5],[16,5],[11,-28],[43,-24],[6,-10],[-9,-40],[6,-21],[60,-13],[-3,-76],[19,-3],[14,-14],[6,-46],[10,-4],[4,-28],[13,-23],[-16,-34],[7,-61],[41,2],[27,-9],[30,-38],[-2,-32],[10,-16],[7,1],[16,18],[24,0],[21,13],[17,1],[-11,-45],[18,-30]],[[2580,6494],[-2,3],[-3,4],[-2,1],[-1,2],[-2,1],[-2,1],[-1,0],[-1,-1],[-5,-3],[-21,-13],[-2,-1],[-6,-4],[-1,-2],[-11,-13],[-11,-16],[-1,-2],[-1,-1],[-2,-1],[-11,0],[-19,5],[-14,13],[0,3],[-1,3],[-1,1],[0,1],[-10,3],[-15,2],[-12,6],[-5,3],[-11,6],[-2,1],[-1,-1],[-9,-3],[-4,-1],[-2,-2],[-1,-1],[-1,-1],[-3,-3],[-17,-6],[-4,0],[-12,-4],[-7,-9],[-4,-5],[-1,-2],[-1,9],[1,4],[0,2],[1,3],[1,2],[2,3],[6,8],[7,9],[11,13],[1,2],[1,1],[1,2],[0,1],[0,3],[0,17],[0,2],[-1,1],[0,2],[-1,2],[-1,1],[-2,-1],[-12,2],[-9,14],[-5,8],[-1,2],[-8,23],[-5,21],[-10,29],[0,2],[-1,2],[-1,1],[-1,2],[-1,0],[-12,9],[-4,2],[-8,4],[-1,1],[-9,0],[-1,0],[-4,-1],[-2,-2],[-2,-2],[-1,-2],[0,-3],[0,-1],[0,-2],[0,-2],[0,-1],[2,-4],[7,-32],[0,-25],[-2,-16],[-20,-12],[-2,-1],[-7,0],[-1,1],[0,3],[0,2],[3,21],[2,14],[-2,16],[-3,19],[-1,2],[0,2],[-2,2],[-1,3],[-5,6],[-2,3],[-3,6],[-1,2],[0,2],[-1,2],[0,2],[-1,16],[0,2],[0,3],[0,9],[0,6],[0,4],[0,1],[0,2],[-1,2],[-2,2],[-5,8],[-2,2],[-17,12],[-2,1],[-2,0],[-2,-1],[-2,-1],[-1,0],[0,-2],[-1,-1],[-3,-12],[0,-3],[0,-2],[0,-3],[1,-2],[0,-1],[2,-3],[6,-17],[2,-17],[1,-3],[0,-4],[-2,-27],[-8,-18],[-5,-23],[-9,-29],[-14,-20],[-3,-11],[-3,-12],[-2,-10],[-1,-2],[-1,-3],[-2,-4],[-3,-4],[-11,-22],[2,-18],[-8,-22],[-2,-6],[-1,-2],[-12,-5],[-10,-2],[-15,0],[-9,15],[-11,2],[-16,12],[-10,16],[0,15],[-17,12],[-10,21],[-6,11],[-11,8],[-16,9],[-14,2],[-10,2],[-8,7],[-1,2],[0,2],[-2,8],[-3,27],[1,7],[3,10],[13,21],[4,9],[3,4],[1,1],[1,2],[14,11],[2,1],[19,9],[12,5],[19,5],[14,5],[7,3],[3,0],[5,-1],[2,0],[5,1],[3,1],[3,2],[21,11],[10,11],[7,7],[1,2],[1,3],[3,7],[14,26],[1,0],[1,1],[1,2],[3,5],[4,11],[3,13],[11,23],[0,20],[-1,2],[0,3],[-1,2],[1,2],[2,11],[3,13],[5,18],[3,8],[1,2],[2,2],[14,17],[17,23],[6,10],[2,3],[1,2],[0,2],[-1,3],[-1,3],[-2,2],[-1,1],[-3,1],[-1,0],[-6,-4],[-3,-3],[-2,-2],[-5,-9],[-5,-8],[-3,-5],[-3,-3],[-6,-8],[-4,-3],[-7,-1],[-1,-1],[-2,-2],[-2,-4],[-4,-12],[-1,-2],[-1,-2],[-7,-25],[-10,-26],[-3,-15],[-4,-11],[-2,-7],[-1,-1],[-8,-20],[-5,-16],[-6,-13],[-6,-10],[-13,-12],[-19,-11],[-4,-2],[-8,-3],[-13,-4],[-19,-4],[-13,2],[-13,4],[-6,7],[-2,9],[-1,2],[0,2],[0,2],[0,2],[1,3],[2,2],[13,14],[2,2],[1,1],[11,10],[7,7],[2,1],[2,3],[1,2],[1,3],[6,22],[2,25],[-1,28],[-1,1],[-1,2],[-2,1],[-1,0],[-1,-1],[-1,-1],[-2,-2],[-1,-2],[-4,-9],[-1,-3],[0,-4],[-1,-4],[-4,-20],[-11,-10],[-13,-13],[-10,-17],[-8,-14],[-6,-16],[-1,-5],[-1,-4],[-5,-12],[-3,-7],[-1,-1],[-2,0],[-7,7],[-1,4],[-2,10],[-1,8],[-1,2],[0,3],[0,4],[0,12],[0,2],[-1,3],[-2,4],[-4,8],[-4,7],[-10,11],[-1,1],[-1,0],[-2,0],[-1,0],[-3,-2],[-1,-2],[-1,-2],[-1,-2],[1,-2],[0,-3],[1,-2],[1,-2],[2,-2],[1,-3],[1,-1],[4,-13],[0,-3],[0,-2],[1,-2],[0,-4],[0,-2],[-1,-10],[6,-21],[1,-2],[1,-3],[1,-2],[0,-2],[0,-4],[-1,-6],[-1,-3],[-1,-2],[0,-2],[-1,-2],[-3,-6],[-1,-1],[-2,0],[-9,-4],[-10,-12],[-5,-8],[-8,-12],[-1,-1],[-6,-5],[-2,0],[-2,-1],[-8,-1],[-3,0],[-1,1],[-2,1],[0,1],[-6,11],[-1,4],[-1,3],[-1,13],[-1,11],[-1,18],[2,23],[2,26],[1,8],[0,4],[1,5],[2,26],[-1,10],[0,2],[0,2],[0,2],[-1,5],[-1,4],[-2,3],[-7,27],[-1,3],[-2,14],[-5,32],[-3,14],[-6,11],[-5,8],[0,10],[0,5],[0,2],[0,2],[1,1],[0,2],[4,10],[1,2],[0,2],[-2,9],[-1,2],[-1,1],[-3,8],[-1,3],[-2,2],[-3,3],[-1,2],[-1,4],[-4,15],[-1,3],[-2,9],[-2,16],[-4,22],[-1,4],[-1,4],[-1,2],[-2,1],[-2,-2],[-1,-2],[0,-1],[-1,-2],[0,-3],[-1,-23],[-1,-14],[-1,-18],[1,-2],[2,-12],[1,-3],[3,-11],[3,-7],[0,-2],[1,-17],[-1,-2],[0,-3],[0,-4],[-1,-3],[-1,-7],[0,-3],[0,-2],[1,-13],[0,-3],[1,-7],[1,-3],[3,-11],[3,-14],[1,-2],[0,-2],[0,-17],[0,-17],[0,-13],[2,-14],[-1,-9],[-4,-25],[-7,-17],[-2,-6],[-4,-13],[-5,-14],[-2,-2],[-2,-2],[-1,-1],[-3,-2],[-7,-1],[-6,5],[-3,5],[-3,12],[-6,23],[0,3],[-1,4],[0,3],[1,11],[3,18],[2,18],[0,2],[0,2],[0,8],[0,13],[-1,21],[-1,9],[-1,11],[-1,4],[-5,26],[-6,26],[-1,2],[-4,14],[0,3],[-1,2],[-1,14],[-1,2],[1,2],[0,4],[0,3],[0,3],[0,2],[-1,1],[0,2],[-2,3],[-1,2],[-1,1],[-1,0],[-1,0],[-1,-1],[-2,-3],[-3,-20],[0,-2],[0,-4],[0,-2],[0,-1],[3,-18],[5,-22],[3,-14],[1,-3],[0,-2],[1,-32],[1,-14],[0,-5],[0,-4],[0,-4],[-1,-8],[-1,-9],[-4,-14],[-5,-23],[-5,-22],[0,-2],[0,-14],[0,-4],[0,-3],[1,-15],[2,-14],[1,-18],[0,-2],[0,-1],[0,-3],[-1,-2],[-1,-3],[-1,-3],[-1,-2],[-5,-7],[-1,-1],[-2,0],[-3,0],[-2,0],[-20,4],[-6,19],[-5,11],[-4,12],[-1,11],[0,2],[0,3],[-4,25],[-1,2],[0,2],[-1,3],[-1,1],[-2,5],[-3,4],[-5,17],[0,11],[-1,17],[0,8],[0,2],[-2,20],[-6,24],[-1,3],[0,3],[0,2],[0,2],[1,6],[1,9],[1,3],[1,2],[1,3],[4,9],[4,8],[2,5],[7,12],[5,10],[1,4],[1,3],[8,25],[1,2],[1,3],[1,3],[2,15],[0,2],[1,3],[0,1],[-1,17],[-9,-2],[-1,-3],[-3,-9],[-7,-18],[-2,-3],[-5,-11],[-1,-1],[-2,-2],[-5,-5],[-6,-5],[-7,-6],[-2,0],[-2,1],[0,1],[-1,2],[-3,9],[-6,16],[-1,3],[-5,8],[-2,1],[-3,4],[-14,12],[-1,0],[-4,-1],[-2,-1],[-1,-1],[0,-3],[0,-3],[-1,-3],[0,-18],[1,-3],[2,-20],[2,-17],[3,-14],[3,-16],[3,-15],[2,-11],[4,-18],[1,-5],[2,-8],[3,-14],[4,-15],[1,-8],[-1,-17],[-1,-24],[-1,-12],[1,-3],[0,-2],[1,-3],[1,-5],[3,-14],[2,-13],[1,-11],[0,-3],[0,-8],[0,-5],[0,-4],[1,-3],[2,-20],[6,-26],[3,-21],[-1,-27],[-1,2],[0,2],[-1,2],[-1,1],[-2,3],[-1,1],[-4,3],[-14,9],[-11,23],[-12,27],[-5,10],[-8,6],[-17,8],[-20,0],[1,9],[0,4],[-3,8],[-7,7],[-4,-3],[2,-9],[-4,-1],[-11,4],[-14,11],[8,17],[11,14],[7,19],[1,2],[2,10],[1,1],[0,2],[1,3],[-1,2],[6,13],[8,16],[6,12],[6,11],[11,19],[14,25],[1,2],[1,2],[1,3],[0,2],[3,12],[0,2],[0,3],[0,2],[-2,2],[-16,16],[-6,4],[-7,4],[-1,1],[-7,1],[-8,-1],[-6,7],[-2,20],[-2,12],[-1,3],[0,4],[-1,2],[-5,8],[-1,2],[-1,1],[-2,0],[-1,0],[-1,-1],[-1,-1],[0,-2],[0,-3],[2,-25],[3,-31],[2,-22],[1,-18],[-3,-16],[-3,-3],[-4,-6],[-2,-2],[-1,-3],[-8,-18],[-12,-22],[-4,-8],[-6,-11],[-12,-14],[-7,9],[-3,13],[1,10],[1,15],[-2,23],[-1,3],[0,4],[-2,5],[-1,3],[-2,6],[-4,10],[-6,22]],[[1450,6964],[13,20],[33,15],[1,15],[-4,50],[-19,42],[3,19],[-8,30],[6,67],[-31,95],[7,76],[-37,96]],[[1414,7489],[14,-11],[27,-2],[30,-60],[31,-26],[37,-8],[51,-30],[23,11]],[[409,7107],[3,4],[2,2],[3,0],[3,0],[4,-1],[14,-8],[8,-3],[1,-1],[7,-1],[22,-2],[16,-3],[14,-3],[9,-3],[14,-3],[15,-8],[13,-20],[10,-12],[9,-9],[2,-2],[12,-7],[13,-11],[10,-8],[13,-4],[12,-4],[3,-1],[2,-1],[1,-2],[0,-1],[1,-2],[1,-5],[0,-3],[2,-5],[1,-3],[1,-2],[13,-21],[2,-3],[2,-3],[3,-3],[8,-7],[2,-1],[2,-1],[1,0],[1,1],[1,2],[0,9],[0,2],[-1,2],[0,2],[-7,15],[-2,4],[-2,3],[-13,24],[-1,5],[0,2],[0,2],[-5,11],[-1,3],[-2,3],[-2,4],[-2,2],[-2,1],[-15,4],[-6,-3],[-6,7],[-5,11],[-1,4],[-1,3],[-1,2],[-2,3],[-8,13],[-7,8],[-8,9],[-5,6],[-3,4],[-5,8],[-3,4],[-1,4],[-3,6],[-1,2],[-1,1],[-2,3],[-2,3],[-4,2],[-14,6],[-2,1],[-2,2],[-6,6],[-1,3],[-3,5],[-10,9],[-6,4],[-9,4],[-7,0],[-11,6],[-6,4],[-2,1],[-1,1],[-1,1],[-14,23],[-17,21],[-14,23],[-1,3],[-1,2],[-1,3],[-3,9],[-5,23],[-4,17],[-7,29]],[[407,7343],[37,35],[11,-9],[21,-5],[20,-24],[21,-41],[11,-7],[15,-3],[10,26],[13,8],[35,-44],[21,-47],[44,5],[6,-35],[14,-1],[30,-28],[5,-42],[34,-53],[11,-28],[-1,-27],[33,-110],[16,-101],[-17,16],[-40,3],[-21,9],[-27,-3],[-69,24],[-71,108],[-41,40],[-29,15],[-28,29],[-38,18],[-24,36]],[[2127,8732],[-5,-18],[1,-21],[21,-61],[38,-56],[30,-18],[2,-18],[-8,-42],[22,-58],[8,-77],[22,-53],[1,-48],[12,-21],[11,-6],[-6,-22],[-21,-21],[-2,-44],[-17,-25],[2,-16],[17,-22],[-3,-26],[8,-53],[29,14],[73,106],[31,2],[19,-34]],[[2549,7502],[-8,-6],[-9,-1],[-10,1],[-13,-1],[-10,-2],[-2,0],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-11],[7,-4],[3,0],[12,-7],[9,-6],[12,-13],[14,-13],[2,-1],[3,-1],[3,-2],[3,-3],[4,-6],[2,-4],[10,-16],[6,-20],[3,-19],[6,-20],[2,-5],[3,-10],[1,-2],[0,-2],[2,-10],[0,-3],[0,-2],[0,-4],[0,-11],[-3,-5],[-11,-11],[-12,-13],[-1,-2],[-1,-2],[-1,-2],[0,-2],[-1,-3],[0,-2],[0,-4],[1,-3],[0,-2],[0,-1],[2,-2],[1,-1],[2,0],[3,-1],[1,-1],[7,-7],[7,-14],[4,-13],[2,-19],[-2,-18],[2,-13],[8,-11],[12,-15],[0,-21],[6,-7],[6,-6],[10,-1],[9,-3],[15,-8],[9,1],[10,-2],[8,-3],[16,3],[18,-3],[2,-1],[2,-1],[3,1],[3,2],[7,6],[3,2],[1,2],[4,6],[2,2],[1,1],[6,4],[1,0],[2,0],[4,-2],[2,-1],[1,-2],[8,-9],[6,-6],[14,-6],[11,-5],[1,-1],[8,-3],[3,-2],[10,-9],[8,-16],[5,-17],[-3,-31],[-8,-19],[-13,-14],[-2,-2],[-1,-2],[-7,-15],[-14,-29],[-8,-14],[-9,-15],[-8,-17],[-4,-12],[-4,-10],[0,-2],[0,-2],[0,-2],[0,-3],[0,-2],[1,-3],[1,-1],[4,-6],[4,-4],[3,-2],[3,-1],[1,1],[11,10],[3,3],[2,2],[1,3],[8,13],[10,15],[8,10],[7,19],[1,5],[1,4],[1,4],[1,4],[3,6],[6,7],[2,-1],[1,0],[6,4],[2,3],[2,3],[7,16],[1,2],[6,3],[4,1],[9,-3],[14,3],[23,-5],[4,-2],[2,-1],[1,-1],[1,-2],[3,-5],[0,-3],[0,-24],[0,-26],[0,-10],[0,-18],[1,-4],[0,-5],[1,-3],[1,-5],[1,-20],[1,-25],[0,-3],[0,-1],[0,-2],[-4,-17],[-5,-24],[-1,-3],[-1,-8],[-1,-3],[-4,-13],[-4,-14],[-4,-11],[-4,-10],[-3,-4],[-8,-15],[-5,-11],[-5,-10],[-12,-18],[-11,-15],[-9,-12],[-2,-2],[-1,-1],[0,-2],[-1,-1],[0,-2],[0,-2],[0,-3],[1,-3],[-3,-9],[-3,-9],[-7,-7],[-11,-17],[-7,-9],[-8,-9],[-8,-11],[-12,-12],[-4,-3],[-4,-4],[-11,-13],[-2,-3],[-1,-1],[-1,-2],[0,-2],[0,-2],[0,-2],[0,-2],[1,-3],[1,-2],[1,-2],[0,-1],[2,-1],[1,-1],[4,-1],[1,0],[2,1],[2,2],[3,3],[2,1],[11,12],[15,15],[3,3],[9,7],[5,2],[11,5],[1,0],[3,0],[2,0],[2,1],[1,1],[2,1],[4,4],[6,7],[5,6],[10,14],[9,10],[2,3],[7,5],[15,14],[10,7],[12,8],[3,2],[2,1],[1,0],[2,-1],[1,-2]],[[1627,7363],[8,31],[43,9],[19,19],[3,71],[11,6],[18,-2],[37,33]],[[1766,7530],[1,-1],[2,-2],[1,0],[2,2],[6,4],[18,9],[11,12],[19,19],[2,2],[2,3],[1,2],[7,12],[4,8],[14,19],[2,2],[2,3],[1,4],[2,4],[4,13],[3,14],[1,4],[1,3],[2,3],[1,2],[2,2],[4,3],[5,2],[3,3],[7,6],[10,14],[4,7],[2,8],[1,4],[3,18],[3,23],[0,2],[2,6],[1,7],[3,6],[1,6],[9,21],[4,8],[3,9],[6,16],[1,3],[1,2],[0,9],[0,7],[0,5],[0,2],[0,3],[-1,3],[-1,4],[0,1],[0,2],[0,9],[1,3],[0,2],[0,3],[2,5],[1,2],[11,20],[6,-2],[5,-6],[1,-3],[1,-3],[1,-2],[1,-1],[1,0],[1,0],[3,7],[3,7],[1,2],[0,3],[0,2],[-1,2],[-1,1],[-4,8],[-11,23],[-5,7],[-7,-3],[-1,3],[-1,3],[0,2],[-3,21],[0,18],[-3,21],[-1,2],[-1,8],[-1,5],[0,4],[0,3],[0,4],[1,14],[0,2],[0,2],[0,5],[-4,30],[-2,7],[-2,18],[-1,4],[-4,18],[-7,21],[-2,7],[-4,11],[-8,18],[-1,4],[-2,2],[-5,8],[-16,22],[-3,6],[-2,3],[-2,3],[-2,2],[-5,5],[-2,2],[-2,2],[-2,1],[-10,11],[-4,18],[0,3],[0,2],[0,2],[0,2],[1,1],[0,2],[1,2],[2,3],[2,3],[7,8],[6,6],[3,13],[0,4],[0,2],[0,2],[0,2],[-3,7],[0,4],[-2,7],[-1,6],[0,2],[0,2],[0,3],[1,2],[0,4],[1,2],[0,2],[2,3],[3,4],[6,7],[9,11],[1,1],[1,4],[0,4],[0,4],[-3,5]],[[1893,8450],[40,34],[24,47],[9,1],[6,10],[14,-5],[5,11],[17,2],[18,24],[9,209],[28,-22],[21,5],[4,-19],[20,-26],[19,11]],[[906,7333],[13,-11],[14,-40],[17,-14],[25,-37],[14,-3],[35,68],[61,-56],[64,6],[12,17],[26,15],[15,20],[75,-44],[37,20],[36,3],[11,11],[46,138],[7,63]],[[1450,6964],[-3,27],[-6,-1],[-6,-10],[-4,-17],[-4,-14],[0,-3],[-2,-21],[-1,-18],[-1,-13],[-2,-25],[0,-10],[-3,-13],[-6,-20],[-6,-19],[-8,-19],[-5,-9],[-3,-5],[-1,-2],[-1,-1],[-18,-7],[-6,-2],[-3,-2],[-13,-4],[-4,1],[-8,7],[-2,4],[-2,3],[-1,3],[0,2],[-1,3],[-4,6],[-1,2],[-3,2],[-2,1],[-4,0],[-2,1],[-2,0],[-1,-1],[-1,-1],[-3,-3],[-1,-1],[-1,0],[-2,1],[-9,2],[-12,5],[-8,2],[-2,0],[-2,0],[-1,-1],[-5,7],[-3,15],[-4,26],[0,11],[1,11],[6,19],[6,11],[-2,6],[0,4],[-2,3],[-2,6],[-1,1],[-1,1],[-1,0],[-2,-2],[-2,-2],[-2,-4],[-6,-13],[-15,-20],[-8,-28],[-8,-23],[-6,-17],[-4,-13],[-1,-12],[3,-28],[2,-26],[0,-1],[1,-2],[4,-9],[4,-7],[1,-3],[1,-3],[1,-4],[0,-2],[0,-3],[1,-3],[0,-2],[0,-3],[-1,-2],[0,-3],[-1,-3],[-4,-17],[-4,-13],[-6,-13],[-12,-27],[-1,-2],[-1,-2],[-6,-5],[-9,-8],[-2,-1],[-5,-2],[-2,0],[-4,1],[-3,1],[-2,1],[-4,2],[-11,6],[-3,2],[-5,1],[-4,1],[-8,1],[-21,3],[-12,1],[-13,4],[-12,2],[-3,1],[-2,2],[-5,5],[-2,2],[-1,2],[-1,1],[0,2],[-8,28],[-11,22],[-3,14],[-1,2],[0,1],[-1,2],[-1,1],[-1,1],[-3,0],[-7,1],[-3,-2],[0,-1],[-8,-24],[-4,-10],[3,-7],[12,-5],[18,-14],[3,-2],[1,-2],[0,-2],[-1,-1],[-1,-3],[-1,-2],[-2,-1],[-2,-1],[-4,0],[-12,1],[-5,0],[-4,-1],[-8,-2],[-4,-1],[-3,-1],[-3,-1],[-1,-2],[-5,-5],[-2,-4],[-4,-8],[-2,-3],[-5,-7],[-1,-1],[-2,-2],[-5,-2],[-3,-2],[-9,-1],[-6,-1],[-4,-1],[-4,-2],[-6,-3],[-11,-7],[-14,-8],[-15,-3],[-6,0],[-4,0],[-5,-2],[-4,-3],[-3,-3],[-19,-11],[-11,3],[-7,0],[-7,-1],[-3,0],[-3,-1],[-16,-11],[-3,-4],[-1,-11],[-1,-4],[0,-7],[0,-3],[-1,-1],[0,-2],[-1,-2],[-1,-1],[-1,-2],[-5,-3],[-7,-4],[-1,-1],[-7,-6],[-1,-1],[-2,-3],[-3,-8],[-1,-3],[-1,-4],[0,-2],[-2,-16],[0,-12],[-9,-20],[-9,-17],[-5,-10],[-20,-5],[-10,-1],[-22,-4],[-14,-3],[-16,-3],[-7,-1],[-12,-3],[-1,-1],[-9,-4],[-6,-3],[-6,-2],[-7,-2],[-2,0],[-3,0],[-16,2],[-18,5],[-12,4],[-9,6],[-10,3],[-14,-1],[-1,0],[-1,0],[-1,1],[-10,17],[-2,4],[0,2],[0,2],[0,3],[0,2],[1,3],[1,5],[1,4],[3,6],[0,1],[0,2],[1,2],[0,3],[1,14],[0,2],[0,1],[-1,3],[-1,2],[-1,2],[-2,4],[-1,1],[-4,5],[-6,10],[-9,12],[-2,4],[-2,4],[-1,3],[-1,2],[0,1],[0,2],[0,2],[1,2],[1,0],[2,-6],[2,-3],[3,-5],[3,-5],[3,-3],[4,-4],[7,-7],[7,2],[5,14],[2,6],[0,10],[5,30],[-5,6],[-8,8],[-11,8],[-5,2],[-8,2],[-3,2],[-3,2],[-9,7],[-2,2],[-2,0],[-2,0],[-2,-1],[-2,-2],[-1,-1],[-1,-2],[-4,-10],[-1,-4],[-1,-1],[-1,-2],[-2,-1],[-2,0],[-2,0],[-7,2],[8,-13],[13,-15],[2,-2],[2,-2],[6,-2],[0,-1],[1,-2],[-2,-1],[-2,-1],[-4,1],[-2,1],[-2,2],[-10,10],[-9,10],[-24,23],[-7,7],[-12,12],[-12,10],[-16,14],[-7,4],[-11,9],[-9,6],[-9,8],[-10,7],[-5,3],[-4,3],[-3,1],[-7,3],[-1,1],[-22,4],[-7,2],[-20,4],[-10,-4],[-8,-7],[-2,-3],[-1,-2],[-1,-1],[-2,-1],[-1,-1],[-9,-2],[-5,-1],[-5,1],[-19,2],[-11,0],[-12,-3],[-15,-2],[-5,2],[-5,0],[-4,0],[-10,-2],[-17,-2],[-14,-1],[-2,0],[-3,-2],[-13,-9],[-9,-5],[-8,-4],[-2,-1],[-2,-1],[-11,-1],[-13,0],[-3,1],[-9,5],[-7,5],[-6,6],[-8,8],[-10,12],[-2,3],[-1,2],[-1,1],[0,3],[0,2],[1,1],[0,3],[1,2],[2,1],[14,13],[11,9],[5,3],[2,2],[1,2],[9,14],[9,11],[7,10],[1,3],[1,2],[0,3],[0,3],[0,2],[0,2],[-2,5],[0,2],[0,3],[0,2],[0,2],[1,2],[0,2],[6,11],[1,2],[3,3],[2,3],[3,1],[20,3],[12,-1],[14,8],[13,10],[1,2],[3,3],[4,4],[1,3],[2,3],[2,4],[1,4],[1,3],[0,2],[1,4],[1,6],[1,11],[1,6],[0,5],[0,3],[-1,2],[0,3],[-1,2],[-2,4],[-1,2],[-1,2],[0,3],[-1,3],[0,3],[-1,15],[0,2],[0,4],[0,3],[1,3],[0,3],[1,22],[0,18],[4,14],[2,7],[1,2],[1,2],[3,5],[1,2],[2,2],[6,5],[3,3],[8,10],[2,3],[3,8],[2,3],[0,1],[4,17],[1,1],[0,4],[0,3],[-1,4],[0,3],[-2,8],[-1,2],[0,3],[0,2],[0,4],[0,6],[0,2],[1,2],[0,1],[2,3],[3,2],[3,1],[2,0],[1,0],[3,-2],[3,-2],[7,-5],[1,-1],[2,-2],[5,-8],[2,-2],[2,-2],[16,-12],[5,-3],[10,-6],[3,-1],[4,-1],[2,0],[5,-3],[5,-3],[11,-10],[2,-2],[2,-3],[14,-16],[17,-9],[14,-9],[2,-1],[1,-1],[2,-2],[2,-3],[14,-22],[2,-2],[4,-6],[5,-10],[0,-2],[1,-2],[0,-2],[1,-2],[0,-3],[0,-2],[0,-3],[3,-15],[7,-23],[6,4],[6,7],[4,4],[1,1],[1,1],[1,1],[2,-1],[1,-1],[2,-1],[14,-17],[8,-11],[3,-9],[8,-7],[10,-10],[10,-11],[9,-3],[14,-2],[18,-2],[23,-3],[3,1],[4,0],[3,-1],[3,-2],[2,-3],[2,-3],[1,-2],[0,-2],[0,-1],[0,-2],[-1,-2],[-1,-2],[-3,-4],[-1,-2],[0,-1],[-1,-3],[0,-1],[0,-2],[0,-2],[0,-2],[1,-3],[4,-11],[2,-3],[1,-3],[1,-2],[14,-24],[2,-5],[2,-3],[8,-13],[7,-8],[4,-5],[3,-2],[8,-7],[9,-6],[15,-7],[9,-2],[2,0],[1,0],[2,1],[1,2],[0,2],[2,5],[1,2],[0,2],[1,5],[0,2],[0,1],[1,1],[1,2],[8,10],[1,1],[5,4],[4,4],[4,3],[4,2],[3,1],[4,1],[9,0],[0,1],[1,3],[-2,9],[0,3],[-1,3],[-1,3],[-2,1],[-1,2],[-2,1],[-2,0],[-1,0],[-9,-5],[-4,-2],[-1,-1],[-2,-2],[-11,-1],[-10,1],[-10,6],[-9,3],[-3,2],[-3,0],[-12,9],[-8,22],[-1,3],[-2,6],[-2,3],[-2,4],[-9,14],[-10,15],[-7,11],[-14,20],[-14,22],[-6,5],[-3,5],[-2,3],[-4,10],[-3,8],[-1,3],[-2,5],[-1,3],[-2,2],[-2,3],[-4,4],[-2,2],[-2,1],[-2,-1],[-1,0],[-2,-2],[-9,10],[-11,18],[-1,2],[-2,3],[-3,9],[-12,28],[-12,27],[-5,8],[-3,5],[-1,3],[-10,23],[0,3],[-4,11],[-1,4],[-1,4],[0,2],[0,3],[0,2],[1,1]],[[407,7343],[-7,11],[-1,3],[-1,4],[-1,6],[-1,7],[-1,7],[-6,28],[-1,6],[-2,6],[-3,18],[-1,3],[0,2],[0,2],[0,2],[0,4],[2,6],[0,2],[0,3],[0,2],[0,2],[-3,14],[-1,3],[-2,9],[-1,6],[-2,8],[-1,2],[0,2],[-1,19],[0,3],[1,3],[3,14],[4,14],[3,9],[7,25],[1,2],[1,2],[1,0],[10,3],[6,1],[3,0],[2,-1],[2,-2],[2,-1],[5,-6],[2,-3],[1,-1],[3,-2],[2,-1],[1,0],[13,-4],[14,-6],[7,-3],[1,-1],[2,-2],[1,-2],[10,-13],[15,-13],[2,-1],[3,-2],[2,-1],[3,0],[20,-14],[14,-24],[10,-13],[10,-18],[0,-2],[1,-3],[1,-1],[2,-2],[3,-1],[12,-3],[3,1],[5,2],[6,1],[1,0],[1,0],[10,-7],[5,-4],[1,-2],[7,-10],[5,-8],[11,-18],[9,-17],[8,-7],[9,-4],[10,1],[2,0],[1,-1],[2,-1],[15,-18],[18,-19],[22,-8],[2,0],[1,-1],[2,-1],[3,-3],[2,-3],[6,-8],[8,-14],[0,-2],[0,-5],[0,-3],[1,-2],[10,-2],[1,-1],[3,1],[6,6],[1,1],[2,1],[3,-1],[6,-1],[3,-2],[6,-5],[15,-13],[1,-1],[3,-1],[2,0],[6,-4],[13,-11],[6,-7],[1,-2],[1,-2],[1,-4],[1,-5],[1,-4],[0,-6],[1,-5],[0,-3],[-1,-4],[0,-1],[-1,-2],[-3,-3],[-3,-4],[-1,-1],[0,-2],[-1,-2],[-2,-10],[-1,-2],[0,-2],[0,-2],[1,-2],[1,-2],[1,-1],[2,-1],[1,0],[1,0],[2,1],[1,2],[3,7],[3,3],[5,6],[5,4],[3,1],[2,1],[1,-1],[3,-3],[0,-1],[1,-3],[2,-20],[3,-18],[7,-15],[8,-26],[5,-20],[1,-2],[0,-5],[1,-3],[-1,-1],[-1,-5],[-2,-7],[-3,-7],[-1,-2],[-1,-1],[-3,-3],[-1,-2],[-1,-1],[-2,-3],[-6,-14],[-1,-2],[0,-2],[-1,-3],[0,-3],[1,-5],[0,-3],[0,-2],[1,-2],[2,-5],[1,-1],[0,-2],[0,-3],[0,-11],[-1,-10],[-2,-8],[0,-2],[0,-2],[1,-3],[1,-2],[1,-2],[1,-1],[1,-2],[4,-2],[3,-3],[11,-5],[4,5],[5,9],[1,2],[0,1],[1,2],[0,10],[0,2],[1,3],[1,4],[4,14],[4,12],[2,7],[3,6],[10,19],[9,-7],[13,-24],[1,-1],[1,-1],[2,0],[2,2],[1,1],[0,1],[1,2],[0,2],[0,2],[0,14],[0,3],[0,2],[-2,14],[-3,11],[0,2],[0,2],[0,2],[0,1],[0,2],[2,1],[2,0],[3,-2],[2,-3],[3,-3],[9,-14],[12,-14],[4,-8],[10,-16],[2,-3],[3,-3],[2,-2],[2,-2],[2,-1],[3,-1],[3,0],[2,0],[2,0],[2,1],[3,2],[2,3],[2,2],[6,9],[2,2],[1,3],[0,2],[1,2],[0,2],[0,2],[0,2],[0,2],[0,2],[-1,2],[-12,17],[-12,22],[-5,14],[-2,4],[-1,3],[0,1],[0,3],[0,2],[1,2],[1,2],[2,1],[1,1],[1,1],[3,1],[7,1],[8,0],[5,1],[2,0],[8,2],[7,3],[3,2],[3,2],[2,2],[1,1],[1,2],[4,7],[2,3],[3,3],[2,2],[6,1],[3,1],[2,-1],[6,-1],[5,0],[3,0],[2,0],[1,0],[3,2],[3,2],[2,1],[17,18],[9,5],[9,6],[1,1],[0,2],[0,2],[-1,2],[-1,1],[-2,1],[-2,1],[-2,1],[-2,0],[-14,-2],[-5,-2],[-3,-1],[-4,-3],[-18,-2],[-3,1],[-4,0],[-9,-1],[-13,-3],[-8,-3],[-5,-3],[-8,-7],[-5,-2],[-2,-1],[-1,1],[-13,6],[-13,4],[-12,5],[-12,5],[-14,12],[-17,13],[-11,18],[0,2],[-1,2],[-1,2],[-2,2],[-7,9],[-8,9],[-5,7],[-2,3],[-1,3],[-2,4],[-2,11],[-6,18],[-1,3],[-3,7],[-2,2],[-1,3],[0,2],[1,3]],[[2127,8732],[47,72],[24,51],[1,13],[43,31],[18,23],[3,31],[31,18],[1,30],[31,63]],[[2326,9064],[2,-3],[0,-2],[0,-2],[1,-8],[1,-26],[0,-4],[-1,-11],[0,-4],[1,-3],[0,-2],[1,-2],[0,-2],[1,-2],[2,-2],[9,-11],[2,-2],[3,-2],[1,0],[2,0],[3,1],[5,-9],[1,-14],[-5,-30],[-10,-16],[-15,-13],[-2,-2],[-5,-8],[-19,-20],[-2,-3],[-2,-2],[-1,-1],[-6,-11],[-2,-1],[-1,-4],[-1,-4],[0,-2],[0,-1],[1,-2],[2,-1],[2,1],[2,1],[15,12],[10,11],[15,14],[9,9],[2,2],[2,1],[1,0],[7,1],[2,0],[14,-3],[2,-2],[1,-3],[0,-3],[0,-3],[0,-2],[1,-3],[0,-1],[4,-8],[1,-2],[5,-2],[6,-2],[7,-13],[3,-11],[0,-2],[1,-2],[2,-4],[2,-3],[3,-3],[2,-2],[2,-1],[1,0],[2,1],[6,-1],[9,-2],[7,-2],[6,-2],[4,-1],[5,-5],[6,-5],[3,-2],[3,-1],[7,-2],[8,1],[8,-1],[9,-2],[22,1],[-1,-8],[-7,-13],[-4,-8],[-1,-2],[-1,-2],[0,-3],[-1,-2],[0,-3],[0,-4],[0,-8],[1,-4],[0,-3],[2,-3],[5,-5],[3,-3],[4,-1],[11,-3],[3,-1],[11,-12],[1,-2],[1,-2],[0,-3],[-1,-2],[0,-1],[-3,-11],[-1,-2],[-5,-12],[-7,-19],[-3,-10],[0,-2],[-15,-23],[-2,-1],[-2,-2],[-1,-2],[-1,-3],[0,-2],[0,-5],[0,-2],[0,-2],[1,-2],[0,-2],[1,-1],[1,-2],[2,-1],[8,-5],[6,-2],[7,-5],[9,-14],[3,-5],[1,-2],[1,-2],[-1,-2],[-12,-20],[-6,-27],[7,-27],[1,-2],[1,-2],[4,-12],[1,-4],[1,-5],[1,-2],[0,-3],[0,-1],[-1,-2],[-1,-2],[-2,-19],[4,-14],[0,-3],[1,-2],[1,-2],[11,-19],[6,-5],[2,-1],[2,-1],[2,-1],[1,0],[2,0],[1,2],[2,2],[6,9],[2,3],[2,4],[3,7],[1,3],[2,7],[3,6],[1,4],[1,1],[1,1],[3,2],[4,0],[5,-7],[4,-6],[3,-4],[2,-5],[8,-19],[2,-6],[2,-4],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[-4,-19],[-2,-5],[-1,-4],[-1,-4],[-9,-19],[-8,-13],[-2,-3],[-2,-3],[-2,-3],[-1,-3],[-3,-5],[-1,-2],[-1,-2],[0,-2],[0,-2],[0,-1],[0,-2],[1,-1],[1,-3],[2,-2],[2,0],[1,0],[3,1],[2,1],[2,2],[3,2],[16,17],[9,10],[5,7],[2,3],[3,5],[6,20],[1,3],[0,2],[1,4],[1,5],[0,6],[1,16],[1,3],[0,6],[-1,11],[0,5],[0,4],[-1,3],[0,2],[-2,3],[-5,9],[-5,7],[-2,3],[-2,3],[0,2],[-1,3],[-1,2],[0,2],[0,4],[0,4],[2,20],[0,2],[1,2],[1,3],[3,9],[5,2],[5,0],[1,0],[2,-1],[21,4],[8,4],[6,3],[2,1],[10,2],[3,-1],[2,-1],[1,-1],[0,-2],[0,-2],[2,-9],[7,-26],[10,-27],[8,-21],[5,-12],[2,-3],[1,-3],[2,-7],[1,-7],[1,-3],[0,-2],[0,-1],[-1,-2],[-2,-2],[-6,-3],[-1,0],[-2,0],[-5,2],[-8,5],[-15,8],[-9,6],[-2,1],[-2,1],[-2,-1],[-1,-1],[-2,-1],[-1,-2],[-1,-2],[-1,-3],[0,-3],[0,-2],[0,-1],[1,-4],[7,-8],[9,-9],[1,-2],[2,-3],[0,-2],[1,-3],[0,-2],[1,-2],[-1,-2],[0,-1],[1,-14],[3,-14],[9,-8],[8,-9],[1,-2],[1,-3],[0,-2],[0,-2],[0,-6],[0,-3],[0,-2],[0,-1],[1,-2],[1,-1],[2,-1],[11,-2],[3,-1],[2,0],[19,7],[13,15],[13,3],[13,2],[9,10],[6,8],[12,5],[11,-6],[6,-15],[8,-14],[16,-16],[14,-15],[2,-2],[2,0],[2,-1],[1,0],[7,-7],[7,-16],[0,-1],[2,-10],[1,-3],[0,-2],[0,-4],[0,-3],[0,-3],[0,-2],[-1,-2],[-1,-3],[-2,-3],[-1,-1],[-4,-1],[-2,0],[-19,3],[-12,1],[-15,0],[-14,-2],[-10,-2],[-7,-3],[-4,-2],[-10,-6],[-12,-7],[-13,-8],[-15,-13],[-17,-4],[-3,1],[-3,2],[-11,1],[-13,-3],[-2,-2],[-4,-1],[-1,-1],[-1,-2],[-11,-10],[-7,-5],[-20,-9],[-24,-6],[-3,-12],[-1,-13],[8,-26],[8,-7],[9,-2],[21,11],[9,4],[13,11],[10,8],[2,1],[5,3],[3,1],[4,-1],[6,-2],[10,-4],[10,-2],[1,0],[2,1],[10,9],[7,6],[21,13],[8,4],[9,1],[8,1],[8,-1],[7,-3],[8,-5],[3,-3],[2,-2],[0,-2],[0,-3],[-1,-4],[-1,-5],[-1,-4],[-1,-2],[-1,-2],[-7,-8],[-7,-8],[-8,-6],[-2,-2],[-5,-2],[-6,-1],[-2,-1],[-12,-5],[-2,-1],[-9,-6],[-3,-3],[-2,-2],[-2,-3],[-3,-4],[-1,-3],[-1,-2],[0,-2],[0,-2],[0,-2],[1,-1],[1,-2],[1,-2],[1,-1],[2,-1],[2,0],[5,1],[5,3],[4,2],[11,2],[6,1],[2,0],[6,-1],[9,1],[8,0],[2,1],[2,1],[16,8],[16,5],[16,9],[2,1],[3,0],[1,0],[2,-1],[9,-11],[7,-11],[7,-14],[2,-4],[1,-5],[2,-4],[0,-3],[1,-3],[0,-3],[0,-4],[0,-4],[0,-5],[3,-29],[4,-14],[0,-4]],[[1414,7489],[-5,44],[-16,42],[-11,56],[-20,47],[-15,64],[-60,84],[-20,60],[-5,39],[-43,94],[-1,33],[0,46],[15,42],[-8,21],[26,27],[4,17],[19,14],[6,67],[57,29],[15,15],[26,73],[3,37],[14,29]],[[1395,8469],[0,-3],[1,-2],[1,-7],[1,-5],[1,-11],[1,-4],[0,-5],[0,-15],[1,-8],[0,-4],[-1,-5],[0,-32],[1,-6],[1,-15],[0,-2],[0,-7],[-1,-3],[0,-2],[-3,-32],[0,-12],[-1,-13],[-16,-24],[-2,-3],[-6,-6],[-3,-4],[-2,-2],[-7,-9],[-3,-4],[-1,-3],[-1,-3],[-1,-1],[-8,-26],[-6,-17],[-10,-28],[-2,-4],[-6,-11],[-5,-9],[-3,-5],[-1,-2],[-2,-4],[0,-2],[0,-2],[0,-3],[0,-1],[1,-2],[1,-2],[2,-1],[1,-1],[2,0],[3,2],[2,2],[3,2],[22,12],[6,12],[6,15],[0,2],[1,3],[0,2],[3,17],[9,13],[7,11],[8,15],[7,12],[9,13],[2,3],[6,10],[1,4],[2,3],[2,7],[2,8],[1,3],[3,13],[1,5],[0,6],[4,28],[3,20],[4,16],[1,3],[0,2],[1,2],[2,1],[1,-2],[1,-2],[1,-3],[1,-3],[1,-11],[2,-13],[3,-15],[3,-15],[5,-18],[1,-3],[0,-3],[1,-3],[1,-9],[0,-3],[0,-3],[-2,-13],[-5,-6],[-5,-13],[-5,-12],[-1,-5],[-1,-3],[0,-4],[-2,-12],[0,-3],[0,-4],[0,-4],[1,-6],[0,-4],[1,-6],[1,-6],[1,-3],[1,-3],[8,-24],[2,-6],[1,-3],[0,-1],[3,-2],[2,-1],[3,0],[1,1],[2,1],[1,3],[0,2],[0,1],[1,4],[0,2],[-1,2],[0,1],[-1,3],[-1,4],[-2,4],[-1,4],[-1,3],[-2,5],[-1,5],[-1,6],[-1,9],[-1,8],[0,2],[1,1],[0,2],[1,1],[2,4],[1,1],[3,3],[2,3],[2,3],[2,5],[4,11],[2,7],[6,15],[1,7],[2,6],[11,27],[-2,25],[-1,2],[-1,9],[-1,4],[0,5],[0,2],[0,2],[14,5],[1,1],[2,0],[1,-1],[1,-2],[1,-2],[1,-2],[1,-2],[0,-2],[0,-1],[0,-2],[1,-32],[0,-4],[1,-6],[1,-4],[-1,-3],[0,-2],[-1,-28],[-1,-5],[0,-3],[-3,-17],[-1,-7],[-1,-5],[-1,-3],[-6,-18],[-6,-18],[-3,-9],[-2,-4],[0,-2],[-1,-3],[-1,-11],[-2,-13],[0,-4],[-1,-3],[-2,-6],[-1,-4],[-2,-4],[-10,-25],[-1,-3],[-2,-3],[-2,-3],[-3,-4],[-9,-9],[-5,-5],[-5,-7],[-2,-4],[-2,-3],[-3,-6],[-1,-3],[-1,-3],[-2,-7],[-3,-13],[0,-3],[-1,-2],[-3,-4],[-9,-11],[-3,-6],[-3,-7],[-1,-3],[-2,-6],[-2,-3],[-1,-4],[-1,-6],[-3,-16],[0,-3],[0,-2],[0,-3],[2,-3],[1,-1],[1,0],[1,1],[4,3],[1,2],[5,11],[1,4],[5,15],[1,4],[2,3],[2,3],[1,3],[9,11],[2,3],[2,3],[4,7],[1,2],[1,3],[3,10],[2,7],[1,2],[1,2],[2,3],[17,20],[7,6],[3,4],[2,3],[8,13],[4,8],[3,4],[4,9],[2,4],[1,4],[1,3],[1,3],[0,2],[0,2],[3,24],[3,21],[5,20],[1,4],[2,6],[1,3],[1,2],[9,15],[9,10],[10,-15],[2,-3],[1,-3],[1,-2],[0,-2],[1,-4],[0,-8],[0,-2],[-1,-3],[-1,-7],[-1,-3],[-2,-12],[-1,-19],[-1,-6],[0,-7],[0,-5],[0,-4],[1,-7],[0,-2],[0,-5],[0,-2],[-2,-33],[-1,-28],[-6,-32],[-1,-5],[-1,-4],[-1,-3],[-1,-3],[-8,-17],[-6,-16],[-1,-3],[-1,-2],[-1,-6],[-2,-23],[-1,-3],[-1,-13],[0,-2],[1,-2],[0,-10],[2,-14],[10,-3],[1,0],[1,1],[4,8],[1,1],[0,2],[1,4],[1,4],[3,20],[3,19],[1,4],[0,2],[1,2],[6,12],[6,12],[2,3],[6,16],[3,9],[2,5],[1,6],[1,4],[2,15],[1,4],[5,22],[2,5],[0,4],[1,4],[0,3],[-1,5],[0,5],[-1,5],[-1,6],[0,3],[-2,6],[0,2],[0,3],[0,2],[0,3],[2,19],[2,13],[1,5],[1,5],[1,3],[2,6],[1,4],[1,3],[0,2],[0,4],[0,3],[0,2],[0,2],[0,2],[-3,22],[-1,5],[-1,2],[0,3],[-4,8],[1,27],[1,1],[0,2],[1,3],[0,6],[1,17],[0,15],[1,4],[0,3],[1,3],[2,9],[1,3],[0,5],[1,5],[2,18],[0,8],[1,6],[0,12],[0,2],[0,2],[1,3],[4,14],[0,1],[1,2],[1,1],[1,1],[4,2],[2,-2],[5,-8],[6,-10],[1,-2],[4,-12],[1,-2],[1,-2],[6,-8],[1,-2],[2,-1],[2,-1],[1,0],[2,1],[16,17],[14,17],[1,1],[1,1],[4,6],[2,0],[0,-1],[1,-2],[0,-1],[0,-3],[1,-4],[0,-3],[0,-2],[-1,-2],[0,-2],[-1,-10],[-2,-9],[1,-11],[2,-13],[0,-3],[1,-2],[7,-30],[0,-4],[1,-2],[0,-1],[4,-8],[2,-3],[4,-3],[8,-8],[8,-2],[20,-21],[5,-38],[8,-14],[3,-15],[0,-2],[1,-10],[2,-11],[0,-2],[1,-1],[0,-2],[4,-6],[0,-2],[1,0],[2,-1],[9,6],[5,10],[-2,-20],[-2,-15],[0,-2],[-1,-7],[-1,-4],[-1,-4],[-4,-31],[1,-30],[1,-33],[0,-2],[0,-3],[-1,-2],[-3,-10],[-4,-14],[-1,-6],[0,-2],[-1,-3],[0,-2],[0,-2],[1,-4],[-2,-30],[-5,-14],[-1,-3],[-2,-6],[-4,-18],[-1,-3],[-1,-3],[0,-3],[0,-2],[1,-3],[0,-3],[-10,-26],[-1,-3],[-2,-5],[-5,-14],[-6,-19],[-5,-21],[-3,-17],[-1,-3],[1,-3],[0,-2],[1,-2],[1,-1],[3,-3],[2,-2],[1,-3],[0,-2],[0,-1],[0,-4],[-1,-4],[-3,-16],[-2,-7],[-2,-7],[-2,-5],[-2,-6],[-2,-4],[-5,-8],[-1,-3],[-3,-3],[0,-6],[7,-2],[5,0],[5,0],[1,0],[1,1],[3,2],[1,3],[2,4],[1,5],[3,10],[2,8],[9,23],[1,2],[2,4],[1,3],[0,2],[0,3],[1,2],[0,3],[0,2],[0,2],[-1,6],[0,2],[0,8],[-1,3],[0,3],[1,26],[0,5],[1,4],[0,2],[1,3],[1,2],[1,2],[3,6],[4,5],[6,9],[1,3],[2,5],[1,3],[1,4],[0,4],[1,5],[0,4],[1,5],[4,29],[7,12],[5,17],[1,3],[2,7],[2,16],[1,4],[0,3],[0,4],[0,3],[-1,2],[-1,2],[-1,1],[-3,18],[13,13],[8,9],[2,1],[1,2],[0,2],[5,20],[2,29],[0,3],[0,3],[0,5],[0,17],[1,2],[0,4],[1,5],[0,3],[1,2],[0,2],[1,1],[3,29],[0,3],[0,3],[0,3],[0,2],[0,5],[1,3],[1,2],[8,5],[3,-7],[0,-1],[1,-3],[0,-2],[0,-2],[8,-31],[3,-10],[3,-19],[1,-2],[0,-2],[0,-2],[-1,-1],[-2,-7],[0,-1],[0,-3],[-1,-2],[0,-4],[0,-4],[1,-5],[0,-4],[1,-5],[2,-7],[1,-2],[1,-2],[5,-5],[1,0],[2,0],[7,2],[1,1],[1,10],[0,1],[0,3],[-2,6],[0,4],[-1,3],[1,3],[0,2],[0,2],[0,1],[6,1],[1,0],[2,-2],[7,-12],[1,-2],[1,-2],[1,-4],[2,-4],[1,-4],[5,-18],[0,-2],[1,-2],[0,-3],[0,-3],[-1,-5],[0,-2],[-1,-1],[-1,-2],[-2,-3],[-1,-3],[0,-2],[-1,-4],[-1,-8],[-1,-7],[0,-4],[0,-5],[0,-4],[1,-10],[0,-5],[1,-5],[1,-8],[1,-8],[0,-3],[0,-3],[0,-3],[1,-15],[0,-6],[0,-3],[0,-4],[-1,-8],[-1,-3],[1,-2],[1,-1],[1,1],[5,4],[3,3],[3,2],[3,6],[3,7],[2,6],[1,2],[0,2],[1,2],[0,3],[0,18],[0,2],[-1,3],[-1,1],[-2,2],[-2,3],[-1,2],[-1,4],[-1,2],[0,2],[0,2],[-3,18],[0,2],[0,2],[0,3],[1,3],[4,13],[0,2],[1,1],[1,1],[3,1],[2,-1],[1,-2],[1,-1],[0,-3],[0,-13],[1,-15],[3,-25],[1,-2],[0,-2],[0,-3],[0,-3],[0,-3],[0,-5],[0,-4],[-1,-3],[-5,-24],[-5,-18],[0,-19],[1,-1],[0,-2],[1,-4],[0,-6],[0,-3],[-1,-2],[-3,-9],[-8,-18],[-6,-14],[-2,-4],[-7,-14],[-1,-3],[-1,-4],[-1,-3],[-1,-5],[-4,-23],[-3,-17],[-1,-3],[-3,-12],[-1,-2],[-10,-26],[-1,-4],[-2,-3],[-2,-5],[-7,-12],[-12,-19],[-8,-15],[-9,-16],[-7,-11],[-4,-6],[-2,-4],[-4,-7],[-3,-6],[-4,-6],[-4,-3],[-6,-5],[-9,-6],[-3,-2],[-2,-2],[-1,-2],[0,-2],[0,-3],[1,-2]],[[1257,8645],[4,-8],[4,-7],[8,-19],[3,-5],[1,-5],[1,-3],[0,-3],[1,-3],[0,-4],[0,-2],[0,-2],[0,-5],[9,-24],[1,-1],[0,-2],[1,-3],[0,-4],[1,-3],[-1,-9],[0,-2],[0,-2],[-4,-20],[-6,-23],[-2,-10],[-2,-6],[0,-4],[-1,-2],[0,-3],[1,-2],[1,-2],[1,-2],[1,-2],[1,-1],[5,-4],[0,-2],[0,-3],[-2,-11],[-3,-9],[-7,-10],[-1,0],[-2,4],[0,2],[1,10],[3,7],[-5,4],[-9,-3],[-10,-7],[-9,-6],[-5,-4],[-3,-2],[-1,-2],[-1,-2],[0,-2],[0,-1],[0,-2],[1,-2],[0,-1],[8,-30],[-1,-8],[-1,-4],[0,-3],[1,-2],[1,-2],[0,-1],[2,-2],[2,0],[2,1],[0,1],[2,5],[3,12],[3,13],[8,10],[14,10],[5,4],[2,2],[10,13],[4,7],[7,13],[7,14],[6,12],[2,3],[3,5],[2,3],[1,4],[2,2],[3,7],[4,10],[5,10],[2,2],[2,3],[2,3],[2,2],[1,2],[1,1],[2,0],[1,1],[1,-1],[2,-1],[2,-2],[18,-19],[5,-7],[5,-10],[1,-2],[7,-13],[2,-5]],[[906,7333],[8,4],[10,2],[7,2],[9,7],[2,2],[4,3],[4,1],[19,3],[3,1],[9,-1],[5,-1],[1,0],[3,-1],[17,-2],[14,6],[5,1],[6,2],[2,-2],[2,-1],[2,-1],[2,0],[2,0],[1,0],[9,3],[2,1],[17,14],[10,10],[1,1],[1,2],[7,5],[7,1],[8,1],[2,-1],[6,-1],[6,-1],[7,1],[7,2],[2,0],[3,0],[2,0],[9,0],[2,-1],[4,-2],[8,-4],[18,-7],[10,-4],[1,0],[1,0],[1,1],[1,3],[1,4],[1,2],[0,4],[0,2],[0,3],[0,17],[0,3],[-1,1],[0,2],[-1,1],[-6,1],[-5,4],[-1,1],[-1,2],[-8,10],[0,1],[-1,2],[0,2],[1,2],[1,3],[11,15],[1,2],[10,6],[4,2],[9,4],[3,1],[3,3],[9,7],[2,2],[1,2],[1,3],[3,6],[0,2],[0,2],[0,1],[-2,3],[-11,18],[-2,2],[-3,3],[-3,2],[-2,1],[-5,0],[-2,-1],[-4,-2],[-17,-10],[-2,-1],[-4,-4],[-7,-8],[-10,-11],[-10,-14],[-5,-6],[-2,-2],[-11,-9],[-1,0],[-1,-1],[-6,0],[-2,0],[-7,1],[-7,3],[-3,1],[-4,0],[-4,0],[-18,-3],[-2,-1],[-8,-4],[-3,-1],[-4,-3],[-11,-7],[-13,-4],[-4,-1],[-1,0],[-10,-1],[-11,2],[-2,1],[-9,3],[-10,1],[-4,0],[-2,-1],[-2,-1],[-21,-1],[-11,3],[-15,4],[-3,0],[-4,0],[-2,0],[-2,-1],[-1,-1],[-2,-1],[-1,-2],[0,-1],[-10,-4],[-10,-1],[-3,1],[-11,6],[-10,4],[-20,6],[-10,4],[-10,6],[-11,10],[-9,6],[-4,2],[-3,1],[-6,2],[-4,1],[-2,1],[-7,5],[-4,3],[-4,3],[-20,5],[-3,0],[-5,3],[-10,5],[-6,6],[-2,1],[-1,2],[-10,15],[-1,1],[-2,3],[-2,5],[-14,27],[-14,24],[-3,6],[-5,9],[-8,12],[-8,14],[-8,13],[-6,9],[-9,11],[-1,2],[-3,4],[0,2],[-1,1],[-6,27],[-5,27],[-2,10],[-3,19],[-6,17],[-4,11],[-2,4],[-1,5],[-3,22],[-4,20],[1,17],[6,14],[3,12],[1,2],[3,18],[2,14],[1,3],[1,2],[1,3],[3,6],[8,8],[8,8],[12,13],[3,2],[1,0],[2,0],[11,-4],[8,-2],[7,-3],[18,-9],[14,-8],[14,-10],[11,-5],[17,-9],[10,-5],[4,-2],[7,-6],[12,-11],[13,-7],[7,-16],[0,-3],[0,-4],[1,-6],[2,-8],[1,-4],[1,-3],[1,-3],[2,-2],[1,-2],[2,-1],[2,-1],[4,0],[6,0],[1,-1],[1,0],[2,-2],[10,-12],[2,-2],[1,-4],[2,-2],[1,-1],[1,-1],[3,-1],[3,0],[15,1],[3,1],[3,1],[9,8],[5,3],[1,2],[8,9],[2,1],[1,1],[8,2],[3,0],[17,-1],[8,-7],[5,-16],[7,-18],[1,-3],[1,-3],[4,-5],[4,-5],[4,-4],[10,-10],[1,-1],[1,-1],[5,-2],[7,-1],[11,1],[18,-6],[13,-9],[20,-1],[4,0],[4,2],[2,1],[2,2],[11,4],[9,-8],[7,-7],[15,-9],[18,-9],[6,-5],[6,-5],[10,-5],[15,-6],[14,-3],[17,0],[9,-2],[6,0],[7,1],[3,1],[1,1],[-1,3],[-1,2],[-1,1],[-10,7],[-13,7],[-18,6],[-9,3],[-20,12],[-20,13],[-4,0],[-2,2],[-12,8],[-14,15],[-7,11],[-1,1],[-1,1],[-4,2],[-3,1],[-10,2],[-22,1],[-5,-1],[-7,0],[-8,0],[-4,1],[-7,3],[-7,3],[-19,14],[-7,19],[-1,14],[0,3],[-1,3],[0,2],[-1,1],[0,1],[-3,4],[-1,2],[-2,2],[-3,2],[-3,2],[-17,18],[-3,2],[-1,0],[-1,0],[-4,1],[-3,0],[-3,-2],[-6,-5],[-2,-1],[-2,-1],[-4,0],[-10,1],[-2,0],[-1,0],[-1,0],[-2,1],[-4,3],[-2,3],[-18,14],[-3,0],[-4,2],[-5,4],[-3,4],[-14,18],[-10,15],[-1,3],[0,2],[-1,1],[0,2],[-10,24],[-11,12],[-13,11],[-3,0],[-1,1],[-1,1],[-7,9],[-15,21],[-4,5],[-9,11],[-10,15],[-6,12],[-2,5],[-2,4],[-8,13],[-2,2],[-3,4],[-2,2],[-8,7],[-6,5],[-3,3],[-2,4],[-9,19],[-9,15],[-7,19],[-11,20],[-3,5],[0,2],[-1,3],[0,2],[-1,3],[-1,3],[-1,2],[-2,3],[-3,3],[-9,6],[-3,15],[2,22],[-6,20],[-4,12],[-2,11],[-1,8],[0,2],[1,3],[1,2],[1,3],[2,2],[9,27],[5,20],[9,24],[3,10],[1,4],[2,2],[7,9],[2,2],[2,1],[2,1],[4,1],[2,0],[3,-1],[8,-4],[8,-6],[7,-5],[11,-11],[10,-8],[1,-1],[2,-1],[1,-1],[3,0],[2,1],[2,0],[2,1],[4,1],[7,4],[3,2],[1,1],[2,0],[2,-1],[11,-7],[13,-11],[9,-9],[8,-11],[3,-4],[3,-1],[12,-7],[12,-7],[2,-3],[11,-13],[4,-3],[5,-4],[10,-6],[14,-7],[3,1],[3,0],[5,-2],[10,-4],[6,-3],[8,-5],[16,-8],[8,-6],[6,-4],[11,-9],[13,-7],[2,-1],[2,1],[2,2],[2,3],[1,2],[6,-12],[4,-11],[4,-14],[1,-3],[0,-3],[1,-3],[1,-12],[0,-3],[-1,-2],[-1,0],[-2,-6],[6,-11],[7,-7],[18,-14],[20,-15],[1,0],[1,2],[1,2],[0,1],[-2,9],[-4,11],[-2,3],[-3,2],[-13,15],[-8,11],[-4,20],[-3,20],[-4,22],[-3,12],[-8,15],[-10,10],[-9,12],[-11,16],[-13,16],[-3,4],[-3,3],[-2,2],[-12,7],[-3,2],[-3,0],[-5,0],[-1,-1],[-1,0],[-1,-1],[-2,-4],[-1,-2],[1,-2],[-8,14],[-5,13],[-10,11],[-8,9],[-1,2],[-11,15],[-11,15],[-9,14],[-17,20],[-1,1],[-3,3],[-4,3],[-10,10],[-6,7],[-5,7],[-11,17],[-9,15],[-8,16],[-1,3],[-1,4],[-1,4],[0,2],[0,3],[0,1],[0,2],[1,2],[4,8],[2,2],[1,0],[14,2],[14,-1],[16,4],[16,1],[5,1],[5,1],[2,1],[4,3],[1,2],[1,1],[2,3],[2,7],[2,4],[1,3],[2,3],[8,7],[1,2],[2,0],[2,0],[6,-2],[12,-5],[6,-7],[6,-5],[4,-3],[3,-3],[6,-4],[1,-1],[9,-5],[3,-2],[2,-2],[5,-5],[3,-3],[12,-20],[6,-11],[5,-10],[3,-8],[3,-5],[4,-5],[5,-5],[3,-2],[2,-1],[3,-2],[12,-8],[5,-4],[5,-4],[3,-3],[6,-7],[2,-2],[2,-5],[2,-2],[1,-2],[2,-2],[3,-1],[8,-3],[2,1],[0,2],[0,1],[-1,3],[-2,4],[-2,5],[-8,11],[-9,12],[-2,3],[-8,8],[-3,3],[-1,1],[-4,2],[-4,3],[-5,2],[-3,3],[-4,5],[-11,17],[-2,3],[-2,5],[-1,2],[-5,14],[-3,10],[-1,2],[-3,10],[-1,3],[-3,5],[-3,5],[-9,12],[-2,2],[-2,1],[-7,5],[-4,2],[-2,0],[-4,1],[-11,3],[-7,2],[-7,8],[0,1],[-1,2],[-3,1],[-14,6],[-6,1],[-7,1],[-10,1],[-4,0],[-10,-2],[-7,0],[-3,0],[-1,1],[-1,1],[-1,1],[-1,1],[-1,3],[0,1],[-1,4],[-1,2],[0,2],[0,2],[0,3],[1,3],[0,1],[1,2],[0,1],[1,2],[2,2],[8,7],[6,8],[8,11],[9,15],[11,17],[9,18]],[[897,8774],[27,-29],[8,-33],[107,-95],[42,-105],[48,-57],[10,10],[0,20],[20,27],[8,26],[29,3],[16,15],[2,16],[-5,30],[3,17],[21,17],[24,9]],[[897,8774],[3,3],[2,3],[8,5],[1,1],[2,0],[4,1],[2,-1],[2,0],[9,-4],[11,-3],[1,-1],[2,0],[2,1],[2,2],[2,1],[1,2],[3,2],[1,2],[1,2],[0,2],[0,2],[0,2],[-2,8],[-1,6],[-1,3],[0,2],[0,2],[0,3],[0,2],[1,2],[1,2],[1,2],[1,2],[3,4],[1,1],[2,1],[9,0],[13,0],[13,-2],[13,-6],[22,-9],[13,-4],[5,-1],[3,0],[11,1],[2,0],[2,0],[3,-1],[4,-3],[5,-3],[20,-12],[20,-12],[19,-8],[6,-5],[8,-11],[5,-7],[1,-1],[1,-2],[1,-3],[0,-2],[3,-21],[0,-16],[0,-2],[0,-2],[1,-3],[1,-2],[1,-1],[2,-4],[3,-3],[3,-2],[3,-1],[7,-3],[2,0],[2,0],[2,1],[1,2],[3,5],[2,1],[1,0],[1,1],[2,0],[3,-1],[2,-1],[10,-7],[10,-9],[10,-9],[10,-8],[1,-1],[5,-5],[1,-2],[2,-3],[2,-4]],[[1893,8450],[-4,3],[-12,-3],[-13,2],[-6,1],[-3,1],[-22,6],[-1,1],[-1,1],[-7,7],[-6,6],[-2,2],[-8,6],[-8,4],[-7,5],[-11,7],[-2,2],[-1,2],[-1,2],[0,2],[-4,11],[-3,15],[0,1],[-1,3],[0,1],[-1,3],[-2,1],[-2,2],[-6,5],[-2,2],[-3,1],[-2,1],[-4,2],[-18,9],[-13,8],[-22,9],[-20,16],[-7,3],[-3,2],[-2,2],[-3,3],[-7,9],[-6,9],[-1,1],[-1,1],[-6,4],[-20,10],[-3,1],[-1,1],[-2,0],[-4,-2],[-16,10],[-4,9],[-1,2],[-2,2],[-13,9],[-3,2],[-4,2],[-3,1],[-5,1],[-7,0],[-3,0],[-7,2],[-4,2],[-4,3],[-4,5],[-3,4],[-16,17],[-12,8],[-2,2],[-2,2],[-7,12],[-2,3],[-3,5],[-4,8],[-7,8],[-11,13],[-2,3],[-2,3],[-8,11],[-1,2],[0,2],[-7,17],[-5,14],[-2,4],[-6,8],[-2,5],[-2,4],[-1,5],[-8,29],[-1,5],[-3,15],[0,5],[-1,3],[0,3],[0,4],[1,14],[0,4],[0,3],[0,2],[1,1],[1,2],[1,2],[1,2],[3,3],[4,4],[3,1],[8,2],[7,3],[3,3],[9,9],[16,7],[3,1],[4,1],[5,-1],[3,-1],[2,-1],[5,-4],[3,-1],[2,0],[2,0],[1,0],[1,1],[2,2],[2,3],[1,3],[0,2],[1,2],[-1,2],[-1,2],[-4,5],[-1,1],[-1,2],[0,2],[0,2],[0,2],[1,2],[1,2],[2,2],[7,7],[12,8],[9,5],[9,4],[15,5],[8,3],[9,0],[2,0],[24,0],[7,2],[3,0],[5,-1],[2,-1],[2,-1],[4,-3],[3,-2],[15,-16],[12,-13],[14,-13],[17,-13],[7,-5],[3,0],[3,0],[23,0],[9,3],[8,4],[0,1],[1,3],[1,0],[2,0],[2,0],[2,-2],[7,-7],[2,-2],[1,-2],[0,-1],[1,-2],[1,-7],[0,-3],[2,-5],[4,-13],[2,-5],[2,-3],[1,-2],[15,-20],[5,-7],[2,0],[1,1],[6,11],[2,4],[1,3],[1,2],[0,3],[1,2],[-1,3],[0,2],[0,1],[-1,2],[-1,2],[-1,1],[-5,5],[-1,2],[-2,2],[0,1],[-1,2],[0,1],[0,2],[0,2],[0,26],[1,3],[0,3],[0,2],[1,2],[2,1],[2,0],[6,-4],[2,-1],[1,-1],[4,-6],[2,-2],[2,-3],[10,-7],[4,2],[2,8],[5,9],[7,10],[18,4],[14,2],[8,2],[2,1],[22,11],[17,14],[11,7],[16,6],[17,10],[-1,8],[-6,7],[-23,6],[-2,0],[-2,0],[-9,-3],[-2,-1],[-10,-6],[-19,-12],[-9,-6],[-2,-1],[-18,-3],[-3,0],[-9,2],[-11,1],[-7,-1],[-7,0],[-12,2],[-15,0],[-7,0],[-6,5],[-1,1],[-1,3],[0,2],[0,1],[1,3],[2,4],[5,12],[7,15],[5,8],[4,1],[7,3],[13,8],[3,2],[1,1],[12,20],[13,23],[3,4],[1,32],[0,3],[0,12],[2,16],[3,8],[1,2],[1,2],[0,2],[0,2],[0,1],[-1,1],[-1,1],[-1,1],[-2,1],[-16,5],[-8,-6],[1,-2],[1,-1],[0,-1],[0,-2],[1,-3],[0,-2],[1,-11],[0,-3],[0,-1],[0,-3],[0,-2],[-1,-1],[-11,-18],[-4,-15],[-2,-4],[-2,-5],[-2,-4],[-1,-2],[-6,-7],[-11,-12],[-8,-9],[-9,-7],[-3,-3],[-4,-5],[-5,-6],[-2,-3],[-5,-5],[-6,-1],[-2,-1],[-2,0],[-7,2],[-1,1],[-5,3],[-9,3],[-14,2],[-4,1],[-8,0],[-5,0],[-1,1],[-10,4],[-5,2],[-9,6],[-8,7],[-4,4],[-5,5],[-1,2],[-1,1],[-1,2],[0,1],[0,2],[0,1],[0,3],[0,2],[0,4],[1,2],[1,4],[8,21],[10,22],[4,10],[6,22],[3,21],[1,26],[0,3],[0,3],[0,3],[1,4],[1,3],[12,10],[4,2],[7,3],[18,7],[9,1],[1,1],[2,1],[1,2],[2,3],[1,2],[0,2],[0,2],[-1,12],[-7,4],[-17,-1],[-11,-2],[-1,-1],[-1,-1],[-1,-2],[-9,-5],[-8,-3],[-3,-1],[-2,0],[-4,1],[-2,0],[-2,0],[-1,-1],[-1,-1],[-2,-1],[-3,-4],[-4,-6],[-2,-2],[-1,-3],[0,-2],[-1,-3],[-1,-15],[-1,-6],[-1,-4],[-1,-4],[0,-1],[-3,-7],[0,-2],[-2,-2],[-2,-3],[-2,-2],[-5,-9],[-1,-2],[-4,-11],[-1,-2],[-5,-9],[-8,-10],[-14,-17],[-2,-2],[-10,-6],[-16,-8],[-9,-5],[-6,-2],[-15,-4],[-8,-2],[-4,1],[-4,1],[-1,1],[-1,2],[0,2],[-1,3],[0,2],[0,2],[0,2],[0,3],[2,11],[1,6],[3,19],[5,23],[4,12],[5,9],[5,2],[3,2],[4,3],[3,4],[2,3],[2,3],[4,7],[1,5],[2,4],[3,17],[4,16],[0,4],[1,2],[0,2],[0,1],[-1,3],[-2,1],[-1,-2],[-2,-2],[-2,-3],[-2,-4],[-1,-4],[-3,-8],[-6,-16],[-1,-4],[-3,-3],[-3,-3],[-12,-6],[-17,-11],[-18,-13],[-1,-1],[-1,-1],[-3,-4],[-1,-2],[-1,-1],[-2,-6],[-8,-25],[1,-19],[0,-3],[0,-3],[0,-2],[-1,-2],[-1,-1],[-11,-17],[-3,-4],[-6,-6],[-10,-8],[-5,-3],[-4,-1],[-2,-1],[-8,-2],[-2,-1],[-2,-1],[-4,-4],[-7,-7],[-20,-14],[-18,2],[-2,1],[-2,0],[-13,-3],[-11,-4],[-2,0],[-1,1],[-3,3],[-7,7],[-7,9],[-3,3],[-9,8],[-18,20],[-4,4],[-2,2],[-12,7],[-10,5],[-9,6],[-7,5],[-5,4],[-10,11],[-18,20],[-12,16],[-6,9],[-6,9],[-2,4],[-1,3],[0,3],[-1,7],[-1,4],[0,11],[0,3],[1,4],[0,3],[0,2],[1,1],[0,2],[1,1],[1,1],[2,1],[3,0],[4,0],[2,0],[5,-3],[12,-7],[11,-9],[3,-2],[2,-1],[11,-6],[9,-2],[7,-6],[7,-6],[5,-9],[1,-2],[1,-1],[1,-1],[2,0],[7,2],[2,0],[9,4],[1,1],[3,2],[3,3],[1,2],[1,2],[1,3],[1,3],[0,6],[0,2],[1,1],[1,2],[1,2],[2,1],[8,4],[8,2],[3,1],[3,1],[2,3],[2,3],[1,4],[2,3],[1,4],[1,3],[1,4],[2,9],[1,7],[0,4],[1,5],[0,7],[1,7],[0,6],[0,7],[-1,4],[0,4],[0,2],[-1,3],[0,3],[-1,3],[-1,3],[-2,4],[-2,4],[-2,2],[-2,2],[-2,1],[-1,0],[-2,-1],[-2,-1],[-3,-5],[-2,-1],[-3,-2],[-2,0],[-2,0],[-1,0],[-7,4],[-3,2],[-2,2],[-3,6],[-4,6],[-1,3],[-10,21],[-6,13],[-7,15],[-7,17],[-4,8],[-3,4],[-7,11],[-12,14],[-1,3],[-1,2],[0,1],[1,2],[1,2],[1,1],[5,4],[16,10],[2,1],[4,1],[3,-1],[3,-1],[3,-2],[3,-2],[6,-6],[3,-3],[6,-9],[11,-18],[10,-1],[9,4],[1,9],[1,7],[1,3],[2,4],[2,4],[3,6],[2,3],[3,2],[2,1],[2,1],[3,0],[8,0],[12,-4],[17,-6],[3,0],[12,0],[3,1],[3,1],[3,4],[5,5],[4,7],[3,4],[1,4],[1,3],[3,7],[2,9],[1,8],[1,3],[0,2],[0,2],[0,2],[-1,2],[0,1],[-1,2],[-3,3],[-8,6],[-9,8],[-2,2],[0,1],[-1,1],[0,2],[-1,3],[0,4],[0,2],[0,2],[0,1],[1,2],[14,9],[2,0],[2,0],[1,0],[2,0],[2,-1],[6,-4],[19,-2],[9,0],[13,-3],[4,-1],[4,-2],[4,-2],[16,-12],[13,-15],[3,-5],[2,-5],[6,-8],[11,-16],[10,0],[19,-12],[5,-3],[2,-1],[2,0],[10,0],[6,-1],[2,-1],[2,-1],[4,-2],[2,-3],[2,-2],[2,-3],[1,-2],[1,-4],[1,-1],[0,-3],[1,-11],[2,-17],[1,-3],[1,-3],[3,-11],[1,-2],[1,-2],[2,-2],[3,-3],[4,-1],[5,-2],[7,-1],[12,-1],[6,1],[5,2],[6,3],[1,2],[1,1],[9,15],[6,18],[1,6],[1,4],[1,4],[2,3],[8,15],[2,3],[1,1],[4,2],[5,2],[2,1],[1,1],[1,2],[2,2],[0,3],[2,4],[0,3],[1,3],[0,2],[0,3],[0,3],[0,3],[-1,4],[-1,5],[-8,24],[-1,4],[0,2],[0,3],[1,1],[0,2],[1,1],[2,3],[2,1],[1,1],[5,3],[2,0],[1,0],[16,1],[2,-1],[2,-1],[4,-3],[3,-3],[2,-3],[10,-14],[9,-17],[15,-13],[3,-2],[2,-3],[1,-3],[3,-9],[1,-3],[0,-2],[1,-9],[7,-13],[10,-12],[11,-14],[1,-3],[1,-1],[1,-1],[3,-1],[2,-1],[4,0],[4,1],[16,4],[2,1],[1,1],[1,2],[6,9],[1,2],[1,1],[0,3],[2,19],[0,3],[0,2],[0,2],[-1,2],[0,3],[-1,5],[-1,3],[-1,3],[-1,3],[-1,3],[-10,17],[-9,17],[-2,3],[-1,3],[0,2],[-1,3],[0,2],[0,2],[0,2],[0,2],[1,2],[2,1],[6,0],[2,0],[3,-2],[15,-10],[12,-10],[14,-9],[5,-17],[6,-18],[4,-17],[4,-26],[0,-3],[1,-8],[0,-10],[0,-17],[4,-19],[1,-1],[3,-4],[4,-8],[1,-3],[6,-20],[2,-17],[8,-14],[7,-8],[13,-8],[18,-11],[11,-16],[22,-8],[1,-26],[-1,-3],[0,-2],[0,-2],[0,-2],[1,-1],[1,-2],[5,-7],[1,-1],[1,-1],[21,-10],[2,-1],[2,0],[3,0],[1,-1],[0,-1],[0,-3],[0,-1],[-6,-11],[-2,-3],[-2,-3],[-5,-5],[0,-1],[-1,-2],[0,-2],[0,-3],[0,-2],[1,-2],[2,-7],[2,-7],[2,-4],[3,-6],[2,-3],[2,-2],[2,-1],[2,-1],[12,3],[6,2],[4,2],[11,6],[1,1],[2,-9],[-1,-7],[-1,-3],[-2,-3],[-8,-19],[-4,-8],[-9,-13],[-1,-2],[-9,-12],[-1,-1],[-1,-2],[-1,-2],[0,-2],[0,-2],[0,-3],[0,-3],[1,-4],[1,-2],[1,-3],[1,-2],[1,-3],[2,-2],[1,-2],[2,-1],[5,-5],[5,-3],[4,-4],[5,-4],[0,-1],[1,-2],[0,-3],[-1,-2],[-1,-5],[-1,-4],[-5,-12],[-6,-14],[-1,-4],[-2,-5],[-1,-4],[-1,-3],[-9,-27],[-1,-2],[0,-3],[-1,-2],[0,-2],[0,-2],[1,-3],[1,-2],[1,-3],[2,-4],[2,-3],[3,-3],[2,-2],[3,-3],[4,-3],[2,-1],[2,-1],[1,0],[2,1],[1,1],[15,19],[9,9],[2,3],[8,12],[12,17],[2,1],[1,1],[1,1],[2,-1],[2,-2],[3,-4],[2,-2],[1,-2],[0,-1],[0,-2],[0,-2],[2,-23],[0,-3],[-1,-3],[0,-2],[-2,-17],[-1,-1],[0,-2],[-1,-2],[3,-7],[7,0],[11,10],[5,14],[1,14],[2,10],[0,4],[2,5],[1,2],[1,2],[4,4],[2,3],[2,3],[3,11],[1,2],[0,1],[0,3],[0,4],[2,10],[7,7],[1,1],[1,1],[1,0],[1,-1],[1,-2],[1,-1],[0,-2],[0,-3],[0,-4],[-1,-3],[-1,-12],[-1,-3],[-3,-12],[-1,-3],[-2,-6],[-1,-2],[-1,-3],[0,-3],[0,-2],[0,-2],[1,-14],[1,-12],[3,-11],[0,-2],[1,-2],[2,-3],[2,-4],[3,-2],[3,-3],[3,-1],[4,-2],[4,0],[2,0],[2,2],[5,4],[5,5],[2,2],[2,1],[3,1],[2,0],[2,0],[5,-3],[3,-1],[3,0],[4,1],[4,3],[3,2],[5,6],[7,9],[5,6],[11,10],[3,3],[3,1],[2,0],[3,-1]]],"transform":{"scale":[0.0011038209320932062,0.0003172048704870302],"translate":[-24.53204250000016,63.3944]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/IT.json b/dist-amd/map/TopoJSON/IT.json new file mode 100644 index 0000000000..b06dda1689 --- /dev/null +++ b/dist-amd/map/TopoJSON/IT.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0]]},{"type":"Polygon","arcs":[[1]]},{"type":"Polygon","arcs":[[2]]},{"type":"Polygon","arcs":[[3,4,5,6]]},{"type":"Polygon","arcs":[[7,-4,8]]},{"type":"Polygon","arcs":[[9]]},{"type":"Polygon","arcs":[[10,11,12,13],[-10]]},{"type":"Polygon","arcs":[[14]]},{"type":"Polygon","arcs":[[15,16,-6,17,-11,18]]},{"type":"Polygon","arcs":[[19]]},{"type":"Polygon","arcs":[[20]]},{"type":"Polygon","arcs":[[21,-16,22,23]]},{"type":"Polygon","arcs":[[24]]},{"type":"Polygon","arcs":[[25]]},{"type":"Polygon","arcs":[[26,-9,-7,-17,-22,27]]},{"type":"Polygon","arcs":[[28,-13,29]]},{"type":"Polygon","arcs":[[30,-23,-19,-14,-29,31],[-15]]},{"type":"Polygon","arcs":[[-28,-24,-31,32]]},{"type":"Polygon","arcs":[[33]]},{"type":"Polygon","arcs":[[34]]},{"type":"Polygon","arcs":[[35]]},{"type":"Polygon","arcs":[[36]]},{"type":"Polygon","arcs":[[37]]},{"type":"Polygon","arcs":[[38]]},{"type":"Polygon","arcs":[[39]]},{"type":"Polygon","arcs":[[40,41,42]]},{"type":"Polygon","arcs":[[43]]},{"type":"Polygon","arcs":[[-43,44,45]]},{"type":"Polygon","arcs":[[46]]},{"type":"Polygon","arcs":[[47]]},{"type":"Polygon","arcs":[[48,-41,-46,49,50,51]]},{"type":"Polygon","arcs":[[52,53,54]]},{"type":"Polygon","arcs":[[-52,55,56]]},{"type":"Polygon","arcs":[[57,-55,58,59]]},{"type":"Polygon","arcs":[[60,61,-53,-58,62,63]]},{"type":"Polygon","arcs":[[-61,64,65]]},{"type":"Polygon","arcs":[[66,-56,-51,67,68,69]]},{"type":"Polygon","arcs":[[70,-63,-60,71,72]]},{"type":"Polygon","arcs":[[73]]},{"type":"Polygon","arcs":[[74,-65,-64,-71,75,76]]},{"type":"Polygon","arcs":[[77]]},{"type":"Polygon","arcs":[[78]]},{"type":"Polygon","arcs":[[79,80,81]]},{"type":"Polygon","arcs":[[82]]},{"type":"Polygon","arcs":[[83]]},{"type":"Polygon","arcs":[[84]]},{"type":"Polygon","arcs":[[85]]},{"type":"Polygon","arcs":[[86,87,88,89]]},{"type":"Polygon","arcs":[[90,-76,-73,91]]},{"type":"Polygon","arcs":[[92,93,-70,94,95]]},{"type":"Polygon","arcs":[[96,-80,97,-93,98]]},{"type":"Polygon","arcs":[[99,-89,100,101,102]]},{"type":"Polygon","arcs":[[103]]},{"type":"Polygon","arcs":[[104]]},{"type":"Polygon","arcs":[[-81,-97,105,106]]},{"type":"Polygon","arcs":[[107]]},{"type":"Polygon","arcs":[[108]]},{"type":"Polygon","arcs":[[109]]},{"type":"Polygon","arcs":[[-77,-91,110]]},{"type":"Polygon","arcs":[[111]]},{"type":"Polygon","arcs":[[112,-95,-69,113,-87,114,115,116],[-78]]},{"type":"Polygon","arcs":[[-115,-90,-100,117,118],[-105]]},{"type":"Polygon","arcs":[[-106,-99,-96,-113,119,120]]},{"type":"Polygon","arcs":[[121,122,-102,123,124,125,126]]},{"type":"Polygon","arcs":[[-118,-103,-123,127,128]]},{"type":"Polygon","arcs":[[129,-120,-117,130]]},{"type":"Polygon","arcs":[[131,-125,132,133]]},{"type":"Polygon","arcs":[[134,-127,135,136,137]]},{"type":"Polygon","arcs":[[-136,-126,-132,138,139]]},{"type":"Polygon","arcs":[[-131,-116,-119,-129,140,141]]},{"type":"Polygon","arcs":[[-141,-128,-122,-135,142,143]]},{"type":"Polygon","arcs":[[144,-139,-134,145,146,147],[148]]},{"type":"Polygon","arcs":[[149]]},{"type":"Polygon","arcs":[[150]]},{"type":"Polygon","arcs":[[-143,-138,151,152,153]]},{"type":"Polygon","arcs":[[154]]},{"type":"Polygon","arcs":[[155,-153,156,157]]},{"type":"Polygon","arcs":[[-157,-152,-137,-140,-145,158,159]]},{"type":"Polygon","arcs":[[160,-159,-148,161,162,163,164]]},{"type":"Polygon","arcs":[[165,-162,-147,166,167,168]]},{"type":"Polygon","arcs":[[169]]},{"type":"Polygon","arcs":[[170,171]]},{"type":"Polygon","arcs":[[-163,-166,172,173]]},{"type":"Polygon","arcs":[[-158,-160,-161,174,175]]},{"type":"Polygon","arcs":[[176]]},{"type":"Polygon","arcs":[[177,-175,-165,178,179,180]]},{"type":"Polygon","arcs":[[-168,181,182,183,184]]},{"type":"Polygon","arcs":[[-181,185,186]]},{"type":"Polygon","arcs":[[-186,-180,187,188,189]]},{"type":"Polygon","arcs":[[190,-171,191,-173,-169,-185,192,193,194]]},{"type":"Polygon","arcs":[[-183,195,196]]},{"type":"Polygon","arcs":[[197,-188,-179,-164,-174,-192,-172,-191,198,199]]},{"type":"Polygon","arcs":[[-189,-198,200,201]]},{"type":"Polygon","arcs":[[202]]},{"type":"Polygon","arcs":[[203,-193,-184,-197,204,205]]},{"type":"Polygon","arcs":[[206,207,208,-199,-195,209]]},{"type":"Polygon","arcs":[[-201,-200,-209,210,211,212,213,214,215]]},{"type":"Polygon","arcs":[[216,217,218]]},{"type":"Polygon","arcs":[[219,-218,220,221,222]]},{"type":"Polygon","arcs":[[223,224,225]]},{"type":"Polygon","arcs":[[-215,226,227,228,-211,-208,229,230],[-203]]},{"type":"Polygon","arcs":[[231,232,-210,-194,-204,233,-221,-217,234]]},{"type":"Polygon","arcs":[[235,-222,-234,-206,236,237,238]]},{"type":"Polygon","arcs":[[239,-230,-207,-233,240]]},{"type":"Polygon","arcs":[[241,242,243,244]]},{"type":"Polygon","arcs":[[245,-238,246,-242,247]]},{"type":"Polygon","arcs":[[248,249,250,-224,251,252]]},{"type":"Polygon","arcs":[[-241,-232,253,254,255]]},{"type":"Polygon","arcs":[[256,257,-244,258,-250,259]]},{"type":"Polygon","arcs":[[260,-254,-235,-219,-220,261]]},{"type":"Polygon","arcs":[[262,-252,-226,263,264]]},{"type":"Polygon","arcs":[[265,-262,-223,-236,266,267]]},{"type":"Polygon","arcs":[[-267,-239,-246,268,269]]},{"type":"Polygon","arcs":[[270,-255,-261,-266,271,272]]},{"type":"Polygon","arcs":[[273,-269,-248,-245,-258,274,275]]},{"type":"Polygon","arcs":[[-275,-257,276,277,278,279]]},{"type":"Polygon","arcs":[[280,-253,-263,281]]},{"type":"Polygon","arcs":[[-273,282,283,284,285,286]]},{"type":"Polygon","arcs":[[287,288]]},{"type":"Polygon","arcs":[[289,-277,-260,-249,-281,290,291]]},{"type":"Polygon","arcs":[[292,-288,293,-278,-290,294,295,296]]},{"type":"Polygon","arcs":[[-283,-272,-268,-270,-274,297,298,299]]},{"type":"Polygon","arcs":[[300,-279,-294,-289,-293,301]]},{"type":"Polygon","arcs":[[302,-298,-276,-280,-301,303,304]]},{"type":"Polygon","arcs":[[305,306,-291,-282,-265,307,308]]},{"type":"Polygon","arcs":[[309,310,-304,-302,-297,311,312]]},{"type":"Polygon","arcs":[[313,-285,314,315,316]]},{"type":"Polygon","arcs":[[317,-310,318,319,320]]},{"type":"Polygon","arcs":[[-306,321,322]]},{"type":"Polygon","arcs":[[323,-315,-284,-300,324,325]]},{"type":"Polygon","arcs":[[326,327]]},{"type":"Polygon","arcs":[[328,-312,-296,329,330]]},{"type":"Polygon","arcs":[[331,332,-286,-314,333,334]]},{"type":"Polygon","arcs":[[-330,-295,-292,-307,-323,335,336,337]]},{"type":"Polygon","arcs":[[338]]},{"type":"Polygon","arcs":[[-336,-322,-309,339,340,341]]},{"type":"Polygon","arcs":[[342,343,-316,-324,344]]},{"type":"Polygon","arcs":[[345,-305,-311,-318,346,347]]},{"type":"Polygon","arcs":[[348,-334,-317,-344,349]]},{"type":"Polygon","arcs":[[-327,350,351,352]]},{"type":"Polygon","arcs":[[353,-319,-313,-329,354,355]]},{"type":"Polygon","arcs":[[356,-347,-321,357]]},{"type":"Polygon","arcs":[[-358,-320,-354,358,359]]},{"type":"Polygon","arcs":[[360,-325,-299,-303,-346,361]]},{"type":"Polygon","arcs":[[-335,-349,362,363]]},{"type":"Polygon","arcs":[[-355,-331,-338,364]]},{"type":"Polygon","arcs":[[365,-345,-326,-361,366,367]]},{"type":"Polygon","arcs":[[368,-367,-362,-348,-357,-360,369]]},{"type":"Polygon","arcs":[[-352,370,-332,-364,371,372]]},{"type":"Polygon","arcs":[[-372,-363,-350,-343,-366,373,374]]},{"type":"Polygon","arcs":[[-374,-368,-369,375]]},{"type":"Polygon","arcs":[[376,-213,377,-228]]},{"type":"Polygon","arcs":[[-149]]},{"type":"Polygon","arcs":[[378,-341]]}]}},"arcs":[[[4965,30],[1,0],[1,0],[1,1],[3,-1],[4,0],[2,-1],[3,-1],[7,-1],[7,0],[6,-1],[7,-1],[1,0],[4,-1],[13,1],[13,0],[1,0],[1,-1],[1,0],[1,0],[2,-1],[5,-2],[1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-3,0],[-1,-2],[1,-1],[2,-4],[3,-3],[1,-2],[0,-6],[-3,0],[-2,0],[-6,1],[-6,0],[-3,3],[-3,2],[-3,1],[-2,-3],[-3,-1],[-5,2],[-3,2],[-8,4],[-6,2],[-6,3],[-8,1],[-5,0],[-3,1],[-11,2],[-5,0],[-5,2],[0,1],[0,1],[6,5],[1,1],[1,0],[3,1],[1,-1]],[[5255,329],[1,-1],[1,-1],[0,-2],[0,-2],[1,-3],[1,-3],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-4,0],[-10,0],[-5,-1],[-3,3],[-2,3],[-4,5],[0,1],[-1,0],[1,1],[1,2],[9,4],[1,0],[0,-1],[3,-1],[2,1],[2,0],[3,0],[2,0],[1,0]],[[4480,1160],[0,-1],[1,0],[1,0],[1,0],[4,0],[3,-1],[1,-1],[7,-5],[2,-2],[2,-1],[4,-2],[2,-1],[2,-1],[3,0],[4,0],[3,0],[0,2],[1,0],[1,1],[4,0],[2,-1],[6,-5],[6,-6],[6,-4],[7,-3],[3,-1],[2,-2],[3,-5],[1,-4],[1,-7],[1,-4],[-1,-5],[0,-2],[0,-4],[-1,-2],[-1,-3],[-2,-3],[-2,-4],[-1,-1],[-2,-1],[-1,-1],[-3,-2],[-6,-4],[-8,-3],[-11,0],[-3,0],[-5,1],[-2,0],[-5,3],[-8,4],[-2,7],[-1,2],[-1,1],[-5,7],[-2,2],[-1,0],[-3,1],[-6,4],[-1,1],[0,1],[-1,2],[-2,4],[-1,1],[-4,4],[-5,3],[-5,4],[-4,4],[-2,6],[0,6],[0,5],[3,5],[3,5],[2,2],[2,2],[1,1],[11,1],[1,0],[1,0]],[[6866,1412],[6,-6],[-3,-2],[-3,-7],[7,-3],[12,3],[1,-2],[0,-8],[4,-10],[-2,-9],[5,-4],[4,-1],[2,-6],[2,0],[2,-5],[4,-1],[-4,-1],[-8,7],[-3,0],[-5,-6],[0,-6],[9,-5],[6,7],[1,-1],[0,-4],[4,-1],[-3,-4],[1,-5],[11,-3],[3,-11],[5,-3],[-1,-3],[4,-1],[3,-8],[8,-5],[6,-8],[0,-21],[3,-1],[-1,-3],[2,1],[3,-7],[7,-3],[2,-9],[4,0],[1,-3],[8,-1],[1,-5],[-2,-5],[5,0],[10,-18],[-2,-4],[-11,9],[-2,6],[-10,3],[-9,8],[-6,3],[-1,3],[-8,4],[-2,4],[-15,12],[0,6],[-4,4],[5,4],[-8,1],[-12,-1],[4,-23],[-2,-1],[4,-2],[6,4],[2,-3],[11,-2],[3,-3],[13,-5],[10,-8],[-5,-4],[-12,-1],[0,-4],[3,-3],[-1,-2],[3,-1],[1,-8],[8,-5],[5,-1],[0,-2],[7,1],[0,-2],[4,0],[2,-2],[0,-3],[4,-3],[3,2],[-2,-5],[8,-2],[-1,-2],[8,-6],[-6,-6],[-2,-6],[-5,-1],[-9,3],[1,2],[-7,0],[-6,3],[-10,9],[-7,0],[-6,3],[-8,-10],[-1,-3],[4,-6],[-4,-14],[-2,-4],[-5,-2],[6,-4],[1,-4],[5,-2],[1,1],[-5,2],[2,2],[19,4],[14,-10],[8,-1],[9,2],[3,-5],[7,0],[6,-4],[-2,-6],[3,-1],[8,6],[27,-19],[3,-4],[4,-14],[-6,-4],[-1,-4],[7,-5],[0,-4],[3,-5],[3,-18],[-3,-1],[-1,-3],[4,-6]],[[7040,1042],[-2,0],[-3,-1],[-2,0],[0,-1],[-8,-3],[-7,-3],[-5,1],[-10,0],[-1,0],[0,1],[-6,3],[-6,5],[-6,5],[-7,4],[-8,5],[-5,3],[-4,1],[-3,1],[-3,1],[-2,1],[-2,0],[-8,1],[-3,1],[-3,0],[-5,0],[-1,0],[-6,-1],[-2,0],[-3,-1],[-7,-2],[-3,-2],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,-1],[0,-1],[-2,-1],[1,-2],[0,-3],[0,-1],[0,1],[0,2],[-2,0],[-3,-1],[3,-4],[1,-1],[5,-1],[2,1],[1,0],[-1,-1],[-1,0],[-1,0],[-4,0],[-1,0],[-2,1],[0,1],[-3,4],[-6,1],[-1,0],[-3,0],[-2,0],[-2,-2],[-2,-2],[-5,-3],[-1,0],[-4,-1],[-2,-1],[-3,0],[-3,-1],[-2,1],[0,1],[-1,1],[-2,1],[-2,1],[0,1],[-1,0],[-5,-1],[-7,0],[-3,0],[-1,0],[-1,2],[1,1],[-1,1],[0,1],[-2,1],[-2,1],[-3,1],[-3,1],[-2,0],[-2,0],[-1,0],[-5,-1],[-6,0],[-5,1],[-3,0],[-1,-1],[-3,-1],[-4,-1],[-3,0],[-2,0],[-7,3],[-5,4],[-1,2],[-4,5],[-2,3],[-4,3],[-3,2],[-3,2],[-6,3],[-2,0],[-1,1],[-1,0],[-2,0],[-2,1],[-3,3],[-1,1],[0,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[-4,2],[-5,1],[-11,2],[-8,2],[-9,3],[-1,1],[-2,2],[-1,0],[-2,1],[-5,0],[-7,1],[-9,2],[-4,1],[-4,0],[-5,0],[-1,0],[-2,0],[-4,-2],[-4,0],[-2,0],[-1,1],[-1,1],[-2,1],[-1,0],[-6,3],[-2,0],[-2,1],[-1,0],[-4,0],[-4,-1],[-8,1],[-4,4],[-5,5],[-2,2],[-5,6],[-5,4],[-5,3],[-2,3],[-1,3],[1,3],[0,2],[-1,2],[0,3],[-1,2],[-1,2],[0,1],[-1,1],[-2,5],[-2,5],[-1,5],[-2,5],[-1,2],[0,1],[-1,2],[-4,7],[-5,7],[-2,1],[-2,3],[-3,4],[-1,5],[-1,1],[-3,4],[-1,2],[-1,1],[-1,2],[-2,2],[-4,3],[-1,2],[-1,2],[-3,5],[-2,3],[-3,4],[-3,5],[-2,3],[-2,3],[-1,1],[-3,4],[-2,2],[-2,2],[-4,5],[-5,5],[-3,4],[-1,1],[-3,3],[-3,3],[-4,4],[-4,4],[-4,4],[-4,2]],[[6482,1300],[13,2],[9,-1],[23,19],[11,3],[6,-1],[8,8],[10,8],[5,0],[5,6]],[[6572,1344],[3,3],[2,-3],[18,-2],[14,7],[5,0],[20,11],[14,4],[-1,-9],[8,-6],[1,-5],[6,3],[9,-1],[1,-3],[5,1],[2,2],[-1,3],[5,0],[3,4],[-1,2],[2,1],[1,2],[2,-1],[-1,1],[5,3],[1,-1],[2,1],[0,1],[3,2],[-1,2],[10,4],[4,7],[5,-9],[2,-1],[7,1],[6,6],[5,-3],[7,15],[9,5],[14,-5],[3,6],[12,7],[7,1],[5,8],[3,-4],[4,1],[10,-5],[-4,-13],[2,-2],[-1,-1],[1,-3],[14,5],[12,-5],[6,0],[1,3],[16,8],[3,0],[3,-3],[3,2],[0,1],[-8,4],[-6,8],[-5,10],[2,5],[15,-7]],[[7116,1607],[1,-5],[0,-3],[1,-7],[1,-6],[1,-3],[0,-3],[1,-3],[1,-2],[2,-4],[1,-2],[2,-2],[1,-1],[9,0],[6,-1],[6,1],[8,-3],[4,-4],[3,-2],[5,-3],[3,-4],[3,-1],[4,1],[5,1],[5,-1],[1,-1],[3,-2],[2,-2],[1,-3],[0,-1],[5,0],[2,1],[0,1],[2,3],[1,4],[0,1],[0,1],[5,0],[1,0],[2,-2],[1,0],[2,-4],[1,-1],[0,-2],[2,-3],[7,-7],[3,-2],[4,-2],[8,-5],[2,-5],[0,-2],[0,-3],[8,-5],[1,-3],[0,-4],[-2,-2],[-4,-1],[-1,0],[-5,3],[-1,1],[-1,2],[0,1],[-1,0],[-1,1],[-4,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-2,-2],[-1,-3],[1,-5],[2,-6],[1,0],[0,-1],[1,-1],[-1,-1],[-1,-2],[-1,0],[-3,1],[-1,2],[-1,0],[-1,2],[-1,2],[0,1],[0,-1],[1,-1],[0,2],[0,2],[0,5],[0,4],[-2,3],[-3,4],[-6,-3],[-1,-2],[-1,-2],[-4,-2],[-3,1],[-2,-1],[-1,0],[-1,0],[2,-5],[2,-2],[1,-1],[0,-1],[0,-1],[0,-1],[-4,-4],[-4,-2],[-2,-1],[0,-2],[-1,0],[0,-1],[1,-3],[0,-2],[1,-5],[2,-7],[1,-2],[2,-2],[3,-2],[2,-2],[4,-3],[1,-1],[0,-2],[-1,-3],[0,-5],[1,-5],[2,-5],[1,-1],[2,-2],[4,-1],[1,0],[1,0],[4,0],[1,0],[4,1],[0,1],[1,0],[0,2],[0,2],[-1,1],[1,1],[1,0],[3,0],[2,0],[1,-1],[1,0],[1,-2],[4,-7],[2,-2],[-2,0],[-1,0],[-2,1],[-2,1],[-1,0],[-2,1],[0,2],[-1,0],[-1,1],[-1,0],[-1,0],[-3,-1],[-1,-1],[0,-1],[-2,-4],[-1,-2],[0,-3],[0,-2],[0,-3],[0,-1],[1,-2],[0,-1],[1,0],[2,-2],[4,-2],[5,-4],[5,-3],[6,-2],[6,-2],[4,-3],[1,0],[2,-1],[5,1],[9,2],[2,1],[9,-2],[2,-1],[1,-1],[0,-1],[2,-5],[0,-2],[0,-1],[1,-2],[0,-7],[-1,-3],[-1,-2],[-4,-7],[-1,-4],[1,1],[2,-2],[2,-3],[-2,-5],[-1,-1],[-2,2],[-1,4],[-1,1],[-6,2],[-3,0],[-1,0],[-3,-3],[-2,-3],[-1,-2],[0,-2],[0,-2],[1,-2],[3,-7],[0,-1],[1,-2],[1,-1],[1,-1],[2,-1],[2,-1],[3,0],[1,0],[1,0],[2,1],[2,3],[3,3],[2,1],[2,1],[7,-5],[4,-2],[2,-5],[2,-4],[1,-1],[0,-1],[1,-1],[3,-3],[3,-2],[2,-1],[2,-4],[1,-2],[0,-5],[-1,0],[-2,0],[-7,1],[-7,1],[-3,2],[-3,3],[-4,4],[-1,1],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-3,-1],[-2,-1],[-3,-1],[-1,0],[0,1],[-1,0],[-1,0],[-2,0],[-2,0],[-6,-4],[-2,-3],[-1,-2],[-1,-5],[0,-1],[1,0],[-1,-6],[-2,-4],[-1,-1],[-1,-1],[-4,-2],[-8,-2],[-6,1],[-3,-1],[-2,-1],[-2,-1],[-4,-3],[-2,-1],[-2,-2],[-2,0],[-2,0],[0,1],[-1,1],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,-2],[-1,-1],[0,-1],[2,-1],[-3,-3],[-7,-2],[-5,-4],[-7,-5],[-4,-7],[0,-2],[-1,-1],[-3,-4],[-3,-2],[-2,-1],[-3,-1],[-2,0],[-1,0],[-1,-1],[-2,-2],[-1,-2],[-1,-1],[-1,-3],[-2,-3],[-1,-2],[-1,-1],[-2,-4],[-2,-5],[-2,-4],[-2,-6],[-1,-2],[0,-1],[0,-1],[-1,-4],[-2,-4],[-1,0],[-3,-1],[-1,-1],[-2,-1],[-3,-2],[-2,-1],[-1,-2],[-3,-3],[-1,-3],[-1,-2],[-1,-3],[-1,-2],[-1,-2],[-1,-3],[0,-1],[-1,-2],[1,-1],[0,-5],[1,-4],[1,-6],[-2,-5],[-5,-6],[-5,-5],[1,-8],[-1,-2],[0,-2],[0,-2],[0,-2],[1,-1],[3,-8],[0,-1],[2,-5],[1,-1],[1,-2],[1,-2],[4,-6],[2,-1],[1,-1],[1,-1],[1,-4],[1,-2],[0,-1],[1,0],[1,-1],[1,0],[1,0],[1,-1],[-2,1],[-1,0],[-1,0],[0,-1],[0,-1],[0,-1],[1,0],[1,-1],[1,-1],[0,-2],[0,-3],[0,-7],[0,-4],[1,-6],[0,-2],[2,-2],[2,-2],[2,-1],[4,-4],[2,-3],[0,-4],[0,-6],[-1,-1],[0,-1],[-3,-4],[-4,0],[-1,1],[1,1],[0,1],[-1,0],[-5,2],[-1,1],[-3,-1],[-3,-1],[-1,-1],[-2,-2],[0,-1],[0,-1],[-4,-4],[-8,-5],[-4,-3],[-4,-2],[-3,-2],[-2,1],[-1,1],[-1,2],[-2,1],[-1,1],[-1,1],[0,1],[-2,1],[-3,1],[-2,1],[-2,1],[-3,-1],[-2,3],[-2,3],[0,2],[0,1],[-1,3],[0,1],[0,1],[-1,2],[-3,4],[-2,2],[-2,1],[-8,5],[-5,4],[-6,3],[-1,0],[-6,1],[-2,0],[-2,0],[-5,-1]],[[6866,1412],[12,-5],[8,1],[6,1],[2,5],[1,-5],[4,-3],[3,0],[2,4],[4,1],[0,6],[3,2],[-1,5],[-10,15],[13,11],[4,0],[2,4],[11,5],[1,16],[-2,3],[-5,1],[-2,-3],[-2,1],[-2,-3],[-3,-1],[0,-2],[-6,1],[-8,-4],[-4,1],[-4,-1],[-5,10],[-13,5],[-8,1],[-10,-4],[-2,5],[-6,5],[0,6],[6,0],[3,6],[-1,1],[7,6],[3,-1],[0,2],[6,2],[1,3],[4,1],[3,4],[2,-2],[8,4],[1,-2],[4,1],[-1,-1],[3,2],[5,-1],[8,2],[2,4],[7,7],[1,3],[-3,3],[16,2],[7,3],[-3,4],[2,2],[-2,4],[5,3],[6,9],[-22,4],[-21,8],[-17,-8],[-4,2],[-10,-2],[-5,2],[-4,4],[-3,0],[0,3],[-9,-2],[-1,6],[8,7],[27,13],[6,0],[7,4],[6,0],[-3,10],[3,7],[12,6],[8,0],[13,5],[5,6],[0,8],[4,2],[19,2],[6,0],[17,-6],[3,-5],[6,-5],[3,-6],[18,-7],[4,-4],[9,-2],[6,1],[12,-3],[7,3],[2,5],[6,-6],[0,-8],[17,2],[5,-3],[27,-3]],[[5512,1846],[-20,-8],[-12,0],[-2,12],[2,3],[6,-1],[14,3],[12,-9]],[[5974,1887],[5,0],[3,1],[4,-4],[12,0],[3,1],[1,3],[18,0],[1,4],[9,0],[5,-4],[0,-7],[9,1],[6,-1],[2,-7],[-4,-12],[-4,-2],[-5,-8],[15,-10],[3,-5],[0,-5],[-6,-3],[-5,3],[-13,-1],[-12,5],[-7,-7],[0,-5],[-3,-2],[-5,0],[-4,3],[-3,-3],[3,-9],[-10,-4],[-8,1],[-15,-4],[0,-1],[-5,-1],[-1,-2],[-8,0],[-3,-1],[-22,4],[-8,-6],[1,-4],[-4,-1],[2,-4],[5,0],[12,-12],[-3,-5],[4,-2],[0,-6],[2,-4],[-5,-2],[7,-13],[-5,-4],[0,-12],[-2,-2],[0,-5],[-7,0],[-4,-3],[-9,-7],[2,-7],[-2,-1],[-3,0],[0,3],[-3,1],[-2,-11],[-3,-2],[1,-1],[12,1],[3,-2],[13,1],[10,-11],[3,0],[1,-4],[3,-2],[6,1],[17,-3],[5,-6],[9,-3],[7,4],[1,4],[12,3],[18,-3],[5,-3],[5,2],[4,-4],[13,1],[6,5],[3,-3],[3,4],[7,-2],[-4,-9],[14,-19],[29,-1],[8,-6],[0,-5],[4,-3],[-9,-7],[-7,0],[-4,-4],[5,-3],[-10,-10],[11,-5],[3,-3],[5,-1],[7,-5],[3,1],[7,-9],[2,1],[2,-1],[1,-4],[8,2],[9,-1],[5,2],[7,-2],[3,-6],[4,1],[2,-9],[3,0],[1,3],[8,-6],[0,-2],[3,1],[2,-6],[-2,-2],[3,-6],[9,0],[4,-4],[3,0],[3,-2],[3,1],[3,5],[5,0],[-3,-15],[-15,-11],[2,-2],[2,1],[2,-5],[-10,-12],[4,-4],[-2,-4],[7,-4],[-5,-2],[-6,1],[-4,-5],[-8,-1],[5,-2],[-1,-5],[1,-7],[7,-5],[1,-3],[-7,-1],[-2,1],[1,5],[-2,1],[-1,-5],[-7,-2],[21,-18],[1,-2],[-3,-2],[3,-1],[2,-5],[6,-2],[5,1],[5,-4],[3,-10],[3,-1],[-3,-8],[4,-8],[-3,-4],[1,-10]],[[6229,1391],[-1,0],[-9,1],[-6,0],[-8,1],[-4,0],[-5,0],[-4,0],[-7,0],[-5,-1],[-3,0],[-5,-1],[-8,-3],[-6,-2],[-2,-3],[-2,-3],[0,-2],[0,-1],[-2,-5],[-1,0],[2,4],[1,1],[0,1],[0,1],[0,1],[-1,4],[-1,0],[-2,-1],[-1,-2],[1,-1],[0,-1],[0,-1],[-2,0],[-1,-1],[1,1],[1,0],[0,1],[1,0],[-1,2],[-2,1],[-2,0],[-4,-2],[1,-2],[1,-2],[1,-1],[-1,1],[-1,1],[-1,3],[-1,2],[0,1],[-1,0],[-2,1],[-1,0],[-3,0],[-2,0],[-4,-1],[-7,-2],[-1,0],[-1,0],[-8,2],[-1,0],[-3,1],[-9,3],[-3,2],[-9,4],[-5,5],[0,1],[-3,4],[0,1],[-4,4],[-5,6],[-4,2],[-1,1],[-1,1],[-2,1],[-8,4],[-1,0],[-2,1],[-3,0],[-2,0],[-7,0],[-8,0],[-7,1],[-2,0],[-4,0],[-5,-1],[-2,0],[-4,1],[-2,0],[-3,1],[-3,1],[-2,0],[-7,1],[-7,5],[-3,3],[-5,5],[-4,4],[-3,1],[0,1],[-1,0],[-1,0],[-4,0],[-4,0],[-1,0],[-2,1],[-5,3],[-6,3],[-4,4],[-5,3],[-2,1],[-1,0],[-8,2],[-5,1],[-3,2],[0,3],[-2,5],[-1,4],[-2,3],[-1,1],[-4,4],[-1,2],[0,1],[-4,3],[-2,2],[-2,2],[-3,2],[-3,1],[-2,1],[-1,1],[-2,0],[-1,0],[-3,1],[-4,2],[-2,3],[-3,3],[-4,3],[-7,5],[-2,2],[-3,1],[-3,1],[-4,0],[-5,3],[-2,6],[-6,6],[-3,2],[-4,3],[-3,2],[-2,1],[-1,0],[-1,0],[-2,0],[-5,-1],[-1,0],[-5,-2],[-6,-2],[4,2],[-2,3],[-5,-1],[-1,-3],[1,-2],[1,-1],[0,-1],[2,-2],[-2,2],[-2,4],[0,1],[-2,3],[-4,2],[-3,2],[-2,0],[-3,1],[-4,-1],[-2,0],[-1,0],[-8,-2],[-6,-1],[-3,-1],[-1,1],[-4,3],[-1,0],[-1,1],[-2,1],[-1,1],[-2,0],[-6,0],[-4,0],[-3,1],[-1,1],[-2,2],[-2,1],[-4,1],[-3,1],[-3,2],[-3,2],[0,1],[-1,1],[-2,3],[-1,1],[-6,4],[-1,3],[-4,4],[-2,2],[-2,2],[-2,1],[-3,1],[-4,-1],[-3,1],[-4,3],[-2,3],[-5,3],[-2,2],[-2,1],[-1,0],[-9,4],[-3,2],[-3,2],[-2,1],[-2,1],[-2,0],[-3,0],[0,-1],[-4,1],[-4,1],[-9,2],[-1,0],[-1,1],[-3,6],[-3,3],[-1,2],[-2,1],[-3,3],[-3,2],[-5,3],[-3,2],[-6,1],[-3,0],[-1,0],[-1,0],[-2,-1],[-1,-1],[-4,2],[-1,3],[-1,3],[-2,5],[-1,3],[-4,7],[-2,3],[-3,4],[-1,1],[-5,4],[-2,2],[-3,1],[-1,0],[-6,6],[-5,7],[-4,5],[-3,3],[-2,2],[-2,2],[-2,1],[-3,1],[-1,0],[-2,0],[-1,0],[-1,0],[-4,0],[-1,0],[-2,4],[-1,3],[-1,2],[-1,2],[-2,2],[-1,0],[-6,3],[-3,3],[-8,5],[-7,3],[-4,1],[-4,0],[-4,0],[-6,-1],[-4,-2],[-9,2],[-9,2],[-10,3],[-2,1],[-4,0],[-4,1],[-1,0],[-1,0],[0,-1],[-3,-2],[-2,0],[-2,0],[2,0],[1,0],[1,1],[2,1],[0,1],[0,1],[-4,1],[-2,-1],[-9,0],[-2,0],[-6,-1],[-4,-1],[-2,0],[-1,-1],[-4,-3],[-2,-1],[-1,-1],[-2,0],[-2,0],[-10,-1],[-2,1],[-2,1],[-4,2],[-1,1],[0,1],[1,1],[1,1],[1,1],[0,1],[0,1],[-1,1],[0,1],[-2,3],[-2,2],[-2,2],[-5,7],[-6,8],[-2,2],[-3,3],[-6,5],[-7,5],[-3,3],[-2,3],[-4,3],[-3,3],[-2,1],[-4,2],[-4,1],[-5,1],[-5,1],[-9,2],[-3,1],[-3,0],[-1,0],[-1,0],[-3,0],[-3,-2],[-2,-1],[2,-1],[2,1],[1,-1],[-1,0],[-2,0],[-1,1],[-1,0],[-1,0],[-2,1],[-2,1],[-1,1],[-1,0]],[[5271,1796],[10,16],[-2,7],[1,12],[3,6],[-1,7],[6,5],[0,6],[-3,1],[-7,-4],[-8,2],[-4,-3],[-2,1],[-1,6],[3,-1],[2,3],[6,2],[-6,7],[10,3],[2,6],[3,0],[0,-3],[3,1],[-1,3],[3,7],[-2,2],[4,2],[-1,3],[6,5],[5,-1],[-3,5],[7,-1],[6,8],[0,7],[8,0],[2,4],[4,0],[0,2],[-2,0],[-1,2],[3,-1],[-1,2],[17,5],[3,2],[7,0],[-1,5],[2,1],[5,-2],[0,-3],[9,1],[-1,3],[4,2]],[[5368,1939],[6,-2],[1,2],[6,-2],[-1,-2],[8,-4],[0,-6],[8,-6],[1,-7],[7,-3],[1,-3],[5,-1],[8,-4],[7,-7],[0,3],[8,0],[5,-3],[10,6],[14,3],[21,-12],[9,0],[1,2],[6,2],[17,0],[3,-4],[0,-3],[19,-8],[0,-18],[-4,-5],[3,-6],[12,-10],[7,-1],[2,-1],[-1,-2],[8,-3],[-1,-2],[3,-1],[1,-5],[2,0],[13,26],[2,-1],[4,5],[22,-7],[11,4],[6,6],[6,11],[17,-5],[2,-9],[-7,-4],[-20,-14],[8,-1],[0,-7],[5,-7],[-4,-7],[2,-3],[-9,-7],[18,-10],[-4,-15],[2,-6],[4,-6],[7,-2],[3,-3],[8,5],[29,11],[3,11],[-11,2],[-8,16],[2,1],[-3,5],[5,7],[0,4],[4,4],[8,0],[-5,9],[-4,2],[1,3],[-4,2],[1,11],[-4,3],[10,7],[8,1],[10,-4],[8,-11],[14,9],[3,4],[6,2],[3,0],[3,-3],[3,-9],[2,3],[38,8],[2,-1],[-3,-9],[6,-6],[16,-3],[9,2],[4,-2],[11,-2],[10,3],[8,7],[1,4],[10,4],[18,1],[4,-1],[26,2],[3,6],[8,4],[4,11],[-2,5],[6,3],[14,3],[12,-7],[10,-3],[7,1],[2,-2]],[[6241,1922],[13,-2],[2,-7],[10,0],[9,-7],[0,-6],[-9,-3],[-2,-3],[0,-2],[8,-6],[-1,-4],[-20,-2],[-5,-2],[-10,-5],[-4,-5],[-7,-4],[-11,1],[-1,3],[-4,3],[-5,7],[2,2],[-1,9],[3,5],[11,-1],[6,2],[9,-2],[2,4],[-2,3],[-11,6],[4,8],[2,1],[0,5],[6,4],[6,-2]],[[6312,1830],[11,-3],[9,1],[5,-2],[-8,-4],[4,-4],[0,-14],[-18,-5],[0,-7],[-3,-5],[5,-7],[-2,-3],[2,-4],[-4,-5],[-3,-11],[-8,-2],[8,-5],[-5,-2],[1,-4],[8,0],[5,-8],[-3,-3],[10,-13],[0,-4],[7,-3],[-8,-3],[-3,3],[-8,-7],[-6,-1],[-5,-9],[-8,0],[1,-6],[-10,-4],[-1,-4],[-17,-11],[3,-3],[-7,1],[-6,-6],[3,-5],[-7,-3],[3,-2],[2,-5],[-7,-1],[-3,5],[-3,-3],[1,-3],[5,-1],[0,-5],[15,-13],[-6,-1],[-3,-4],[9,-5],[2,-5],[3,1],[-6,-7],[6,-1],[-5,-5],[3,-2],[4,2],[0,-5],[-5,-4],[6,-2],[4,2],[-1,-3],[5,2],[4,-4],[1,2],[5,-3],[6,5],[6,0],[2,6],[2,-1],[-2,-5],[2,2],[2,-2],[-1,-2],[6,-2],[2,3],[2,-3],[3,1],[0,-3],[7,-3],[-1,-2],[10,-1],[6,3],[3,-1],[5,4],[11,1],[7,4],[2,-3],[7,2],[12,10],[10,0],[2,-2],[7,1],[11,-3],[0,-9],[4,-2],[7,2],[12,-5],[11,2],[1,-3],[8,1],[-1,-20],[20,0],[5,4],[6,-1]],[[6495,1563],[0,-25],[18,2],[7,5],[9,-21],[-8,-4],[0,-17],[-8,-28],[4,1],[1,-3],[3,0],[-2,-9],[3,-3],[4,1],[3,-2],[5,-8],[3,-1],[0,2],[4,0],[8,-1],[3,4],[10,6],[0,-5],[10,-8],[5,-1],[8,-17],[14,-16],[-7,-12],[0,-4],[-10,-5],[1,-2],[-4,-10],[-6,2],[-4,-1],[-6,2],[-4,-5],[3,-11],[10,-13],[-3,-8],[3,-4]],[[6482,1300],[0,1],[-3,2],[-6,6],[-4,3],[-5,5],[-5,4],[-2,2],[-3,2],[-3,3],[-2,1],[-3,2],[-2,1],[-2,2],[-6,3],[-6,3],[-2,1],[-3,2],[-3,2],[-4,3],[-3,1],[-3,2],[-3,1],[-4,2],[-2,1],[-2,1],[-2,0],[-6,1],[-2,0],[-1,0],[-4,1],[-5,3],[-3,2],[-3,1],[-8,4],[-7,2],[-4,2],[-5,2],[-9,3],[-11,4],[-6,1],[-3,1],[-6,0],[-3,1],[-2,0],[-4,0],[-4,1],[-7,2],[-9,2],[-2,1],[-5,1],[-10,1],[-4,1],[-4,1],[-5,0],[-2,0],[-7,0],[-3,-1],[-8,-1],[-8,-1]],[[5974,1887],[9,10],[0,11],[5,-3],[10,-1],[4,-2],[9,2],[0,4],[-3,6],[3,8],[14,9],[7,8],[5,2],[0,-3],[9,-12],[-1,-8],[3,-6],[-6,-6],[7,-1],[8,-7],[12,-1],[9,-4],[6,0],[1,-3],[12,-5],[0,-4],[2,0],[-1,-1],[2,1],[-1,-3],[6,-2],[0,-6],[2,1],[2,-5],[7,1],[-1,-2],[3,0],[-4,-7],[0,-5],[3,-1],[-2,-3],[4,-9],[-6,-3],[1,-5],[15,-8],[11,-2],[-6,-9],[11,-3],[7,0],[10,-7],[18,4],[11,5],[16,3],[3,-2],[6,2],[7,3],[-8,14],[5,9],[0,3],[9,4],[5,6],[12,3],[18,-3],[5,-6],[8,-2],[9,-8],[5,1],[4,4],[7,-2],[-1,-4],[2,-11],[7,0],[2,4]],[[4900,2078],[0,-2],[-1,-3],[-3,-1],[-2,-1],[-2,-1],[0,-1],[0,-1],[0,-3],[2,-4],[1,-3],[1,-2],[1,-4],[-2,-3],[-1,-2],[0,-1],[0,-1],[1,-3],[0,-2],[1,-3],[0,-2],[1,-1],[-1,-4],[-2,-1],[0,-1],[-1,0],[-1,-1],[1,-1],[-1,0],[0,2],[-1,2],[-1,2],[0,3],[-2,6],[-1,3],[-1,3],[0,4],[-1,5],[0,1],[-1,4],[-1,1],[-3,2],[-2,2],[0,2],[1,2],[1,1],[1,0],[1,0],[5,1],[5,1],[1,1],[2,0],[3,3],[1,1],[0,1],[1,0],[0,-1]],[[4780,2117],[1,-3],[1,-3],[0,-1],[3,-5],[3,-3],[3,1],[2,1],[3,1],[4,1],[6,0],[3,-1],[2,-3],[1,-1],[1,-2],[1,-1],[2,-2],[5,-2],[4,1],[1,0],[2,-1],[0,-2],[0,-2],[0,-2],[0,-2],[-2,-3],[-10,-4],[-5,3],[-5,6],[-5,3],[-3,1],[-7,0],[-4,0],[-1,0],[-2,1],[-1,0],[-2,-1],[-6,-1],[-7,-2],[-2,-1],[-8,1],[-3,2],[-3,4],[-1,2],[-3,8],[1,3],[2,5],[2,1],[1,0],[3,-1],[1,-1],[3,0],[4,1],[3,2],[2,2],[4,4],[2,2],[4,-6]],[[6823,2004],[-4,-5],[1,-6],[5,-9],[0,-5],[-18,-5],[-8,-6],[2,-8],[6,-5],[7,-1],[0,-4],[4,-2],[-7,-8],[-12,-6],[-7,-7],[10,-2],[3,-6],[-2,-8],[-4,-4],[6,-16],[3,0],[-2,-3],[2,-2],[3,1],[3,4],[2,0],[2,5],[3,-4],[2,2],[4,-4],[4,0],[6,6],[6,2],[6,5],[6,2],[2,4],[4,-1],[8,5],[3,-13],[-3,-5],[4,0],[0,-4],[-8,-10],[-1,-11],[3,-3],[-2,-6],[4,-6],[9,0],[3,-6],[8,-1],[4,-5],[-1,-4],[2,-3],[-6,-7],[7,-5],[0,-10],[-1,-4],[2,-4],[-19,-7],[-2,-6],[-11,-10],[0,-2],[8,-4],[-1,-3],[2,-3],[-1,-4],[-2,-1],[3,-2],[-3,-2],[1,-4],[-7,-4],[3,-9],[-3,-9],[-4,-5],[-3,2],[-6,-2],[-3,7],[-4,0],[-4,-6],[-7,12],[-8,1],[-1,8],[-4,-2],[0,4],[-5,-1],[-4,2],[0,2],[3,2],[-6,0],[-4,6],[-6,-3],[1,6],[-6,3],[-7,-2],[2,4],[-2,7],[-4,-2],[0,-5],[-5,4],[-5,0],[-1,2],[-6,0],[-8,-6],[-23,-6],[-2,-7],[-6,1],[-12,-2],[-4,2],[-12,-1],[-5,8],[-6,4],[-1,-2],[4,-2],[-6,-2],[0,3],[-4,0],[1,-3],[-6,1],[-2,-2],[-5,1],[4,-2],[-1,-2],[-9,4],[0,-3],[-3,-1],[-1,3],[-3,0],[-5,-6],[0,-4],[-3,-2],[1,-2],[-7,-6],[-19,-7],[-12,1],[-1,-3],[17,-7],[16,-3],[-4,-3],[-6,-12],[11,-18],[8,-5],[3,1],[0,-3],[11,-5],[0,3],[3,2],[1,-3],[5,-1],[4,2],[6,0],[6,4],[-2,-3],[8,-1],[1,-4],[4,1],[1,-2],[1,1],[7,-1],[0,-3],[4,-3],[0,-2],[5,3],[3,-2],[3,1],[0,-5],[5,1],[1,-5],[-3,-1],[-9,-9],[-7,-2],[-8,2],[-10,-3],[-7,-6],[-2,-11],[9,-2],[2,-4],[-2,-2],[1,-6],[-5,-2],[-2,-6],[-4,-2],[-9,-2],[-7,5],[-5,-4],[-10,2],[-10,-3],[-4,-4],[-5,0],[-4,-5],[-20,0],[6,-5],[-1,-3],[5,0],[11,-5],[2,-7],[4,-2],[-7,-3],[0,-2],[-4,-3],[2,-1],[-2,-3],[-8,-1],[-12,5],[-4,4],[-10,6],[-3,5],[-9,4],[-6,10],[-5,-2],[-5,-9],[-5,4],[-5,-1],[1,-5],[9,-7],[8,-3],[5,-3],[5,-8],[-3,-6],[-9,1],[-4,-2],[-5,-8],[0,2],[-4,-1],[-3,2],[-5,-3],[-2,3],[-13,4],[-13,-3],[-10,5],[-16,4]],[[6312,1830],[11,4],[13,14],[0,19],[-4,2],[-1,4],[3,3],[12,6],[8,-6],[15,8],[12,-1],[2,5],[17,6],[1,4],[9,-2],[4,4],[4,0],[7,8],[-1,3],[5,8],[-1,1],[9,6],[4,9],[5,4],[1,4],[-7,5],[3,9],[-18,10],[1,13],[-8,2],[4,6],[6,1],[-4,5],[1,3],[-2,6],[-4,3],[2,10],[13,7]],[[6434,2023],[16,-4],[16,4],[8,-3],[18,9],[9,3],[25,2],[6,-4],[8,16],[12,-5],[5,-7],[19,-4],[2,-3],[9,-1],[2,-3],[-6,-9],[-3,-11],[20,-5],[9,6],[7,11],[0,6],[5,4],[2,7],[10,5],[1,3],[8,2],[9,-2],[9,13],[6,3],[8,-1],[4,2],[2,-3],[0,-15],[-12,-5],[-5,-11],[2,-3],[6,0],[11,-5],[3,-5],[16,-13],[12,-1],[6,-4],[6,3],[14,0],[32,-11],[3,1],[17,14],[13,4],[6,-1],[13,2]],[[4544,2154],[3,0],[7,0],[6,-1],[8,-1],[1,-1],[1,-3],[2,-4],[4,-8],[5,-6],[4,-7],[6,-6],[-5,-2],[-9,2],[-5,2],[-6,1],[-2,0],[-3,2],[-3,2],[-2,1],[-1,1],[-3,9],[-3,8],[-1,3],[-3,3],[-2,1],[-1,0],[0,1],[-1,0],[0,2],[0,1],[1,1],[2,-1]],[[4799,2178],[4,-7],[0,-1],[1,-3],[4,-7],[3,-2],[2,-2],[1,-2],[-3,-3],[-9,-3],[-1,0],[-2,0],[-2,1],[-3,1],[-2,1],[0,1],[-2,3],[-1,2],[-2,2],[0,1],[-1,1],[0,1],[2,5],[3,1],[5,7],[0,1],[0,1],[1,1],[1,1],[1,-1]],[[7256,1995],[-1,-2],[-3,-2],[-4,-4],[-4,-3],[-2,-3],[-4,-5],[-1,-1],[-4,-7],[-2,-2],[-6,-7],[-5,-7],[-3,-5],[-1,-1],[-3,-6],[-1,-3],[0,-1],[-1,-1],[1,-5],[0,-1],[1,0],[1,-1],[1,-1],[1,0],[1,1],[0,2],[-1,2],[1,-2],[0,-2],[0,-1],[-1,-1],[1,-2],[0,-1],[2,-2],[3,-4],[1,-2],[0,-2],[0,-1],[0,-3],[-2,-4],[-2,-3],[-3,-3],[-1,-2],[-3,-5],[-2,-3],[-2,-3],[-1,-3],[-1,-2],[-1,-8],[0,-6],[1,-5],[-5,-5],[-5,-5],[-1,0],[-1,-1],[-2,-2],[-2,0],[-3,-3],[0,-5],[0,-5],[0,-2],[-2,-4],[0,-4],[0,-3],[0,-4],[0,-6],[2,-6],[1,-4],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-3],[-2,0],[-3,-2],[-4,-3],[0,-2],[-3,-4],[-2,-2],[-9,-5],[0,-2],[-1,-1],[-2,-4],[-4,-3],[-8,-5],[-3,-1],[-5,-2],[-1,-1],[-2,0],[-3,0],[-1,0],[0,-1],[1,-1],[1,0],[0,1],[1,-1],[0,-2],[1,-2],[0,-1],[-1,-1],[-2,-2],[-2,0],[-2,-3],[-2,-3],[-1,-3],[-3,-3],[-2,-2],[0,-3],[1,-6],[0,-2],[0,-3],[-1,-1],[-1,0],[1,4],[0,2],[0,4],[-1,2],[-1,1],[-1,0],[-4,-1],[-1,-1],[2,-3],[0,-1],[-2,-3],[-2,-3],[-1,-2],[0,-2],[-1,-3],[0,-2],[0,-2],[0,-7],[1,-3],[0,-7],[0,-5],[1,-7],[1,-4],[0,-6],[1,-10],[1,-5],[1,-5],[0,-3],[-1,-3],[0,-1],[0,-1],[0,-8],[0,-6],[-1,-5],[1,-9],[0,-1],[0,-3],[0,-2]],[[6823,2004],[2,-1],[4,3],[10,2],[7,-2],[3,-7],[18,-6],[3,-3],[4,8],[-6,18],[-4,4],[1,3],[-3,11],[-9,8],[-17,5],[-11,-12],[-2,-6],[-4,1],[-1,8],[4,16],[-3,4],[2,7],[-2,11],[19,-2],[5,-9],[5,1],[0,7],[5,5],[-4,5],[-10,2],[-4,3],[4,7],[0,9],[3,5],[11,2],[5,8],[12,0],[2,1],[8,-10],[15,-5],[10,14],[-1,2],[2,4],[8,-3],[-3,-10],[5,-6],[3,-8],[2,0],[5,3],[11,0],[0,3],[13,13],[16,3],[14,7],[3,-7],[7,-2],[0,-9],[10,-12],[2,-13],[20,-3],[0,-12],[5,-2],[7,2],[14,5],[27,-5],[17,5],[3,0],[5,4],[16,-2],[17,4],[10,-6],[7,-2],[1,-2],[-2,-1],[2,-1],[17,3],[2,-4],[5,-1],[11,-9],[0,-3],[6,-2],[6,2],[3,-6],[7,-3],[0,-3],[8,-2],[2,-5],[8,-4],[8,-16],[13,-12],[-1,-7],[10,-1]],[[5339,2195],[5,-3],[-1,-8],[4,-9],[2,-1],[4,1],[3,-4],[7,-5],[-4,-7],[2,-6],[6,-2],[15,-11],[-4,-8],[1,-3],[2,3],[8,3],[8,-8],[6,-2],[-8,-2],[-2,-8],[4,-7],[-5,-14],[5,-4],[-8,-4],[-11,-9],[-6,-2],[-6,4],[-8,-3],[0,6],[-4,3],[2,-10],[-4,-3],[-1,2],[-6,0],[0,2],[-11,-3],[-9,3],[-2,-3],[-4,-1],[-11,8],[-2,-2],[-1,-3],[2,-1],[-4,-1],[0,-6],[3,0],[-8,-4],[11,-4],[5,2],[3,-7],[-2,-3],[3,-1],[0,-4],[3,2],[2,-4],[-5,-7],[-7,-3],[-1,-7],[2,-5],[18,-3],[2,-10],[42,-4],[12,-3],[15,-1],[5,-6],[4,6],[5,0],[12,5],[4,-8],[4,2],[-2,4],[6,-1],[2,-3],[-6,-6],[-9,-2],[-5,-14],[6,-5],[4,0],[9,-4],[2,-6],[-5,-1],[-2,-2],[-2,3],[0,-3],[-5,1],[-2,-3],[-4,0],[-1,-3],[-7,-1],[-4,-3],[-3,1],[0,4],[-3,-1],[0,2],[-2,1],[-3,-6],[-3,0],[-2,-3],[-4,-1],[-2,2],[-4,-4],[-2,3],[-5,-4],[-6,1],[0,-6],[-2,1],[-1,-2]],[[5271,1796],[-3,1],[-8,1],[-3,0],[-9,2],[-3,0],[-6,1],[-4,0],[-1,0],[-1,-1],[-5,0],[-7,0],[-8,1],[-8,0],[-4,-1],[-3,0],[-3,0],[-4,0],[-7,0],[-7,0],[-2,-1],[-5,0],[-5,-1],[-5,0],[-8,-2],[-10,-2],[-6,-2],[-8,-3],[-7,-1],[-7,-2],[-9,-2],[-10,-1],[-4,-2],[-2,0],[-2,0],[-4,0],[-1,1],[0,1],[-1,1],[-2,2],[-1,0],[0,1],[-2,0],[-1,0],[-2,1],[-2,2],[0,1],[0,1],[-1,-1],[-1,0],[1,1],[-1,1],[0,1],[-1,1],[-2,0],[-3,2],[-3,5],[-4,4],[-4,5],[-3,4],[-5,6],[-4,6],[-1,2],[-1,2],[-1,2],[-2,6],[-2,7],[0,1],[-1,1],[-1,0],[-1,2],[-3,2],[-9,5],[-1,1],[-3,1],[-2,0],[-5,1],[-3,1],[-5,4],[-4,3],[-2,0],[-5,2],[-2,0],[-4,0],[-3,0],[-5,-1],[-2,0],[-1,-1],[-2,-1],[-4,0],[-7,1],[-3,0],[-2,2],[-4,4],[-4,3],[-5,3],[-4,4],[-1,1],[0,2],[-3,4],[-2,2],[-1,0],[-5,3],[-6,5],[-1,1],[-3,3],[2,4],[-2,6],[-3,3],[1,6],[1,4],[1,4],[0,1],[0,2],[0,4],[-1,2],[-1,2],[-3,4],[-2,3],[-2,2],[-3,8],[-1,3],[-1,1],[0,1],[-4,5],[-1,2],[-5,6],[-1,1],[-2,1],[-5,3],[-1,0],[0,-1],[0,-1],[0,-1],[2,-2],[-2,2],[-1,2],[0,2],[-2,3],[-1,3],[3,4],[5,5],[2,0],[3,-1],[5,1],[2,0],[5,2],[3,1],[1,1],[3,6],[1,2],[1,3],[0,3],[0,2],[0,2],[0,1],[-1,1],[-1,1],[1,4],[2,3],[3,0],[0,1],[1,1],[1,2],[2,2],[1,7],[3,3],[3,5],[0,1],[0,1],[-1,1],[-1,3],[-1,1],[-1,0],[-3,2],[-4,0],[-1,1],[-4,5],[1,5],[-2,3],[-3,1],[-2,2],[0,1],[-1,3],[1,1],[1,1],[2,1],[2,2],[1,1],[1,1],[1,1],[1,4],[2,3],[2,2],[4,4],[4,6],[3,5],[3,5],[2,5],[3,6],[0,4],[-1,3],[-2,5],[0,3],[0,1],[5,5],[3,3],[4,7],[3,5],[1,3],[0,2],[-3,1],[-7,1],[-1,0],[-4,2],[5,1],[2,-1],[2,0],[2,1],[2,0],[5,2],[1,1],[2,1],[2,2],[2,2],[2,1],[0,2],[5,4],[5,4],[6,5],[7,7],[4,9],[2,1],[5,2],[4,2],[3,0],[1,0],[1,0],[3,-1],[9,-2],[6,-1],[1,-1],[2,1],[5,0],[1,1],[2,0],[0,1],[4,1],[3,1],[2,0],[3,1],[1,0],[1,1],[3,1],[4,2],[4,2],[3,4],[8,6],[2,4],[1,4],[-1,0],[0,1],[-1,2],[0,4],[0,1],[1,1],[1,2],[1,0],[1,1],[1,0],[7,1],[1,0],[3,0],[3,-2],[4,-3],[3,-2],[6,0],[3,0],[3,0],[2,1],[3,2],[2,1],[4,4],[4,3],[4,5],[1,5],[7,5],[1,1],[1,2],[0,1],[-1,2],[-5,6],[-3,5],[-3,5],[-4,6],[-1,2],[-1,2],[0,3],[0,2],[2,2],[1,1],[3,3],[4,2],[1,1],[1,0],[2,0],[2,0],[0,-1],[0,-2],[-1,-1],[-1,0],[-1,-2],[0,-1],[0,-1],[1,0],[2,-2],[1,-1],[2,-1],[2,0],[3,0],[8,2],[11,2],[1,0],[1,-3],[2,-3],[0,-2],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-2],[-1,-1],[0,-2],[0,-1],[1,-2],[0,-2],[1,-3],[5,-1],[7,-5],[6,-7],[-2,-9],[0,-1],[0,-2],[0,-2],[2,-6],[1,-4],[2,-2],[5,-7],[4,-7],[2,-3],[3,-3],[3,-2],[3,-3],[1,-1],[2,-3],[2,-2],[2,-3],[2,-1],[7,-5],[8,-3],[8,-4],[6,1],[3,-1],[2,-1],[0,-2],[1,-2],[0,-1],[0,-3],[0,-1],[0,-2],[1,0],[0,-1],[2,-2],[3,-3],[11,-4],[1,-1],[1,0],[7,0],[9,0],[7,1],[8,2],[8,1],[10,3],[3,0],[3,1],[2,1],[8,2],[3,1],[3,1]],[[6353,2177],[7,-13],[10,-9],[1,-5],[5,-7],[0,-6],[10,-5],[6,-9],[-3,-5],[13,-4],[2,-6],[8,-4],[-1,-15],[6,-1],[14,3],[13,0],[-6,-8],[-9,-5],[1,-14],[-6,-10],[6,-9],[-2,-16],[5,-2],[1,-4]],[[5339,2195],[2,1],[4,2],[2,0],[5,3],[6,3],[7,3],[1,0],[5,3],[8,4],[7,5],[1,1],[1,0],[3,2],[3,1],[7,0],[1,0],[3,2],[6,3],[5,4],[7,4],[1,1],[-1,3],[-1,3],[-1,3],[-2,8],[-1,5],[-3,6],[-3,3],[-1,1],[-2,2],[-4,4],[-2,3],[1,3],[8,2],[6,4],[6,7],[2,1],[2,2],[1,2],[0,1],[1,2],[-1,2],[-2,1],[-1,1],[-3,2],[0,1],[1,1],[6,4],[5,4],[2,2],[1,0],[7,3],[5,2],[6,1],[1,0],[1,0],[1,0],[1,0],[2,-1],[7,-3],[11,-2],[1,1],[2,0],[5,1],[2,-1],[3,0],[1,-1],[0,-1],[-1,-3],[1,-5],[0,-1],[0,-1],[1,-1],[2,0],[7,-2],[9,0],[6,1],[3,0],[5,2],[3,1],[2,1],[3,0],[4,1],[4,1],[4,2],[3,1],[1,1],[4,2],[3,2],[1,1],[2,3],[2,2],[3,3],[3,2],[9,1],[9,-1],[3,1],[4,5],[4,4],[7,6],[1,0],[4,2],[6,1],[6,3],[2,0],[1,0],[1,0],[2,-3],[1,-3],[1,0],[1,-1],[0,-1],[0,1],[-1,0],[-1,0],[0,-1],[1,-1],[0,-1],[2,0],[0,-5],[0,-1],[0,-1],[1,-2],[2,-2],[1,-1],[1,-1],[1,-1],[9,-3],[5,-1],[4,0],[4,-1],[4,-6],[1,-1],[1,-1],[0,-2],[1,-2],[0,-2],[1,-7],[3,-6],[3,-6],[0,-2],[-2,-9],[-1,-3],[-3,0],[-2,-1],[-3,-1],[0,-3],[4,-5],[4,-2],[2,-3],[4,-5],[1,-2],[2,-1],[2,-1],[6,-3],[10,-4],[5,-1],[1,0],[3,-1],[1,0],[4,0],[3,1],[6,-2],[2,-1],[4,0],[2,0],[3,0],[3,0],[2,0],[7,1],[8,1],[5,1],[7,2],[6,1],[5,2],[7,3],[1,3],[1,5],[3,0],[3,-1],[7,-2],[6,-2],[3,-2],[2,-2],[1,-8],[3,-1],[1,-4],[0,-2],[-2,-3],[1,-4],[1,-3],[-1,-3],[-3,-4],[0,-2],[1,-2],[2,-5],[5,-4],[3,-2],[7,-4],[1,-2],[2,-1],[2,-2],[1,-2],[2,-1],[4,-2],[4,-1],[9,-4],[8,-3],[6,-4],[6,-3],[4,-5],[1,0],[1,-1],[2,0],[1,-1],[3,-1],[3,-1],[10,-3],[5,-4],[6,-2],[6,-3],[2,0],[1,0],[2,0],[9,-1],[6,0],[7,-2],[3,0],[2,0],[3,0],[2,1],[1,0],[3,-1],[9,-3],[1,0],[-1,0],[-4,1],[-6,2],[-4,-1],[0,-3],[2,-6],[1,-1],[1,0],[1,-1],[11,-1],[4,-1],[6,1],[6,-4],[5,-1],[10,1],[2,0],[7,1],[5,1],[4,0],[10,1],[7,1],[6,2],[7,2],[8,2],[3,-1],[3,1],[9,2],[7,3],[7,2],[9,3],[11,5],[6,2],[5,2],[2,1],[9,4],[1,1],[6,3],[4,2],[7,3],[7,3],[4,3],[4,1],[3,0],[10,4],[1,0],[3,0],[1,0],[1,0],[3,-2],[2,-2],[4,0],[6,1],[1,0],[1,1],[10,1],[2,0],[5,2],[2,1],[2,1],[1,1],[0,1],[5,1],[5,0],[0,-1],[3,-4],[4,-3],[1,-1],[2,-1],[3,-1],[4,-1],[5,-4],[4,-3],[1,0],[1,0],[3,0],[3,0],[5,0],[5,0],[1,1],[6,-1],[5,-2],[7,-2],[1,0],[4,1],[8,1],[4,0],[4,2],[5,2],[4,1],[3,3],[3,0],[4,-1],[9,-3],[8,-1],[2,0],[3,0],[3,-1]],[[6353,2177],[5,-1],[2,-1],[5,-1],[1,0],[4,0],[8,-1],[6,-1],[4,-1],[4,-1],[4,-1],[5,1],[4,0],[5,-1],[1,-1],[1,0],[2,0],[2,1],[10,3],[1,0],[1,-1],[1,0],[4,-2],[5,-2],[1,0],[3,0],[4,0],[2,0],[10,1],[4,0],[8,2],[2,1],[7,3],[3,2],[1,1],[3,0],[3,0],[4,0],[1,0],[1,-1],[2,-1],[1,0],[0,-1],[1,0],[4,-1],[2,0],[8,1],[4,2],[5,2],[8,2],[2,1],[9,5],[1,1],[7,4],[5,3],[1,1],[2,1],[1,0],[8,0],[2,0],[1,-1],[1,0],[1,-1],[0,-1],[1,-1],[1,-1],[1,-1],[1,0],[5,-1],[2,0],[2,0],[10,0],[9,2],[7,1],[9,2],[7,1],[6,1],[4,0],[5,1],[5,2],[1,1],[2,1],[10,7],[2,1],[2,2],[1,0],[2,1],[1,1],[4,0],[4,-1],[3,0],[3,0],[6,-1],[5,1],[3,1],[5,2],[3,1],[4,2],[3,3],[1,0],[2,0],[3,1],[1,1],[2,1],[1,1],[1,1],[1,0],[-1,0],[-1,-1],[0,-2],[0,-1],[1,0],[2,-1],[2,0],[1,0],[2,0],[1,1],[5,2],[4,2],[2,2],[5,3],[4,4],[2,1],[1,1],[2,0],[3,1],[3,2],[5,4],[3,2],[2,2],[4,3],[4,4],[8,8],[6,6],[2,2],[2,2],[7,7],[4,4],[4,4],[3,2],[3,3],[2,3],[4,4],[4,1],[3,1],[4,-3],[4,-3],[2,-1],[3,0],[1,0],[7,0],[6,-3],[10,1],[9,2],[3,1],[2,0],[4,2],[4,1],[3,0],[2,1],[6,0],[6,2],[2,0],[1,0],[1,1],[2,1],[3,1],[3,1],[3,1],[3,-1],[4,0],[3,-1],[2,1],[2,0],[5,1],[6,2],[2,1],[2,1],[1,1],[2,3],[6,5],[7,5],[5,0],[2,0],[2,0],[2,-3],[2,-2],[8,-4],[6,-1],[1,-1],[0,-1],[1,0],[0,-3],[2,-3],[1,-1],[1,-1],[4,-2],[3,-4],[5,-6],[1,0],[2,-1],[5,-1],[1,0],[4,-1],[4,1],[3,0],[1,0],[2,0],[3,0],[4,-1],[4,-1],[3,0],[8,1],[7,1],[6,1],[7,0],[2,-1],[1,0],[4,-5],[3,-4],[0,-6],[0,-1],[1,-1],[2,-2],[1,0],[4,-1],[6,-4],[2,-1],[6,-1],[2,-1],[4,0],[1,0],[5,1],[4,1],[8,1],[3,3],[2,2],[2,1],[9,5],[9,3],[5,1],[9,4],[7,3],[5,2],[4,3],[2,1],[4,4],[2,1],[2,3],[2,2],[3,3],[6,5],[3,2],[1,1],[3,3],[2,1],[2,4],[5,5],[4,7],[1,2],[4,7],[1,4],[5,12],[1,3],[2,5],[0,1],[0,1],[0,1],[-1,0],[-3,1],[0,3],[-1,3],[0,1],[0,1],[0,1],[1,4],[1,2],[-1,1],[0,1],[-1,1],[-2,1],[-3,1],[-1,0],[-3,1],[4,0],[4,1],[3,-2],[2,-2],[2,-2],[2,-3],[5,-5],[1,-2],[1,-5],[-1,-5],[-2,-5],[-2,-6],[-3,-3],[-2,-6],[0,-1],[3,-3],[4,-2],[3,-1],[1,-1],[5,-1],[4,0],[8,0],[8,-1],[3,0],[5,0],[3,0],[6,1],[5,1],[3,1],[4,1],[3,1],[7,1],[6,1],[7,1],[1,0],[3,1],[5,1],[1,0],[5,2],[9,3],[1,0],[2,0],[5,2],[2,0],[9,3],[8,4],[2,1],[5,2],[3,1],[5,1],[2,1],[4,1],[2,1],[1,0],[5,3],[5,2],[2,1],[4,3],[6,4],[7,5],[3,3],[2,1],[4,2],[3,2],[5,3],[8,5],[4,3],[6,4],[6,4],[1,1],[2,0],[1,0],[6,1],[5,2],[4,1],[2,0],[4,-1],[5,-1],[3,-2],[1,-1],[1,-1],[2,-2],[5,-3],[6,-3],[2,-1],[3,-1],[2,-1],[6,-2],[2,0],[5,-1],[4,-2],[3,-1],[2,-1],[2,0],[7,-1],[4,-1],[3,1],[2,0],[4,0],[5,0],[3,-1],[4,-1],[1,-1],[1,0],[0,-2],[0,-1],[-1,-1],[-10,-2],[-9,-2],[-2,0],[-7,-2],[-3,0],[-2,-1],[-1,0],[-6,-2],[-5,-2],[-6,-2],[-8,-5],[-6,-7],[-3,-5],[-2,-4],[-1,-5],[-2,-4],[-3,-5],[-1,-7],[-1,-3],[-1,-2],[0,-1],[0,-3],[1,-1],[1,-1],[2,-3],[-1,-3],[-3,-5],[-4,-4],[-2,-2],[-2,-2],[-3,-6],[-5,-6],[-3,-5],[-3,-3],[-2,-4],[-3,-3],[-2,-4],[-1,-3],[-4,-8],[-3,-5],[-3,-5],[-2,-5],[-3,-7],[-1,-2],[-2,-2],[-3,-4],[-1,-1],[-1,-4],[-1,-2],[-1,-1],[-3,-4],[-5,-3],[-1,-1],[-1,-2],[-1,-2],[-1,-4],[-3,-3],[-4,-3],[-5,-3],[-5,-4],[-7,-6],[-4,-4],[-2,-3],[-1,-1],[0,-1],[0,-2],[0,-1],[-4,-4],[-6,-5],[-1,-1],[-4,-4],[-3,-4],[-2,-2],[-2,-3],[-6,-5],[-3,-3],[-5,-5],[-7,-8],[-3,-3],[-5,-6],[-3,-3],[0,-2],[-1,-1],[-9,-9],[-4,-5],[-6,-6],[-2,-3],[-2,-1],[-1,-3],[-1,-3],[-5,-6],[-2,-2],[-3,-2],[-2,-2],[-4,-5],[-3,-4],[-2,-2],[-3,-1],[-2,-2],[-4,-3],[-3,-3],[-1,-1],[-1,-1],[-5,-9],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[1,0],[1,0],[1,-1],[1,-1],[2,-2],[0,-3],[-6,-1],[-8,-1],[-1,-1],[-1,0],[-8,-7],[-2,-3],[-2,-2],[0,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[1,-2],[-1,-4],[-1,-3],[-3,-2],[-3,-3],[-3,-3]],[[7008,2532],[2,-1],[3,-3],[0,-1],[-1,-2],[-2,-1],[-1,-1],[-1,0],[0,-4],[1,-3],[5,0],[8,-3],[5,-3],[7,-5],[1,-1],[2,-2],[2,-5],[0,-1],[0,-1],[3,-8],[1,-4],[-2,-2],[-1,-1],[-10,-3],[-4,0],[-1,0],[-5,2],[-2,2],[-5,4],[-4,3],[-6,2],[-3,2],[-3,2],[-4,7],[-1,2],[-3,4],[-1,3],[3,6],[6,4],[4,4],[-1,0],[0,1],[0,1],[0,3],[1,1],[1,2],[4,1],[2,-1]],[[7006,2612],[0,-5],[2,-5],[1,-8],[-1,-1],[-1,-2],[0,-3],[1,-4],[1,-1],[1,-1],[1,-1],[1,-1],[2,-1],[1,0],[1,0],[1,1],[1,0],[1,0],[1,-1],[1,0],[1,-1],[1,0],[0,-1],[0,-2],[-1,-1],[-1,-1],[-2,0],[-4,-1],[-2,0],[-2,1],[-1,0],[-1,0],[-1,0],[-4,0],[-1,-1],[0,-1],[-2,-2],[0,-1],[0,-1],[2,-6],[0,-3],[1,-4],[1,-1],[1,0],[1,-1],[-1,-4],[-1,-5],[0,-1],[-1,-1],[-1,-1],[-2,-1],[-6,2],[-3,4],[-1,1],[0,2],[-1,1],[-6,8],[-1,1],[-1,0],[-4,1],[-5,1],[-3,0],[-3,1],[-2,1],[-1,1],[-3,5],[-4,4],[-2,1],[0,2],[-1,5],[1,3],[0,1],[3,3],[0,3],[1,6],[0,2],[1,4],[1,1],[0,1],[1,0],[4,3],[2,1],[1,1],[5,1],[3,1],[2,0],[2,-2],[1,0],[1,0],[4,0],[4,0],[2,0],[3,0],[1,0],[4,1],[3,2],[1,0],[1,0]],[[6504,2638],[1,0],[1,-1],[1,-2],[0,-1],[0,-2],[-1,-1],[-1,-6],[-2,-2],[-1,-2],[-1,-2],[-3,-1],[-2,0],[-4,0],[-1,1],[-3,0],[-1,1],[-1,1],[-2,3],[0,2],[0,1],[0,2],[0,4],[1,1],[1,1],[3,2],[1,1],[2,0],[8,1],[2,0],[2,-1]],[[6665,2666],[6,-1],[10,-3],[2,0],[1,-1],[0,-1],[2,-3],[1,-1],[0,-2],[0,-2],[-1,0],[0,-2],[0,-2],[0,-1],[1,-1],[0,-1],[1,-1],[1,0],[1,-1],[2,-1],[1,0],[1,0],[0,1],[2,0],[1,0],[1,-2],[0,-1],[-2,-1],[-4,-1],[-1,0],[-1,0],[0,1],[-1,1],[-1,0],[-3,1],[-2,0],[-6,1],[-6,0],[-4,1],[-3,1],[-4,4],[-5,4],[0,1],[-1,1],[-1,4],[0,2],[1,3],[0,1],[3,1],[2,1],[0,-1],[2,1],[3,0],[1,0]],[[6929,2663],[1,-1],[2,-1],[0,-1],[-1,-3],[0,-4],[0,-1],[1,-2],[2,-2],[0,-2],[0,-1],[-2,-3],[-3,-4],[0,-1],[0,-1],[-1,-1],[2,-7],[1,-3],[0,-1],[-4,-1],[-9,-1],[-3,1],[-4,2],[-5,2],[-3,2],[-3,2],[-5,2],[-6,1],[-6,2],[-6,2],[-1,0],[-2,1],[-4,4],[-1,1],[-1,1],[0,1],[3,8],[6,8],[2,1],[2,0],[4,1],[1,0],[10,-1],[8,-2],[1,0],[3,0],[2,-1],[2,0],[2,1],[2,0],[6,2],[4,0],[2,0],[1,0]],[[5511,2782],[8,-5],[4,0],[1,-1],[1,-1],[1,-2],[0,-1],[-8,-7],[-4,-3],[-6,-3],[-4,-2],[-4,-1],[-7,1],[-2,0],[-1,0],[-1,1],[-2,0],[0,1],[0,3],[2,4],[4,6],[3,4],[5,3],[2,1],[3,1],[3,1],[1,0],[1,0]],[[7098,2719],[2,-1],[1,0],[1,0],[0,-1],[1,-1],[1,-1],[0,-2],[-1,-5],[-1,-3],[-2,-2],[-9,-4],[-5,0],[-1,1],[-1,1],[0,1],[1,2],[1,3],[1,4],[1,4],[7,3],[2,1],[1,0]],[[8233,2638],[4,-4],[6,-2],[-1,-2],[9,-6],[-18,-9],[0,-2],[3,-1],[-1,-3],[-4,-1],[-7,3],[-2,-1],[0,-5],[2,-3],[11,-2],[4,2],[15,-1],[3,3],[3,-2],[5,1],[1,-3],[11,-6],[12,-2],[0,-3],[-5,-4],[9,-1],[-1,-3],[8,-2],[2,-3],[7,1],[12,-11],[14,-6],[6,8],[9,-4],[6,2],[0,2],[10,-3],[3,1]],[[8369,2566],[1,-13],[-1,-4],[-3,-8],[-2,-6],[-1,-2],[-1,-2],[-2,-3],[-1,-1],[-4,-4],[-2,-2],[-3,-3],[-3,-3],[-2,-2],[-2,-2],[-5,-5],[-6,-5],[-4,-3],[-7,-6],[-7,-6],[-5,-5],[-8,-6],[-6,-7],[-3,-3],[-1,0],[-6,-4],[-6,-5],[-8,-3],[-3,-2],[-7,-2],[-8,-2],[-1,0],[-1,-1],[-2,0],[-6,-2],[-7,-2],[-6,-2],[-4,-1],[-9,-3],[-7,-3],[-10,-3],[-6,-2],[-6,-2],[-6,-2],[-5,0],[-3,0],[-1,-1],[-4,-1],[-6,-2],[-2,-1],[-7,-5],[-3,-2],[-2,-1],[-1,-2],[-3,-3],[-2,-3],[-4,-6],[-6,-5],[-3,-2],[-3,-2],[-1,-1],[-3,-2],[-1,-2],[-2,-1],[-1,-4],[-2,-2],[-2,-3],[-5,-6],[-4,-3],[-2,-3],[-2,-1],[-5,-6],[-4,-4],[-2,-3],[-2,-2],[-4,-4],[-5,-4],[-5,-4],[-2,-3],[-3,-3],[-2,-3],[-3,-3],[-7,-7],[-4,-4],[-2,-3],[-3,-3],[-7,-7],[-3,-3],[-2,-2],[-5,-4],[-5,-3],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-5,-6],[0,-2],[-1,-4],[-1,-1],[0,-3],[-1,-7],[-1,-7],[0,-3],[0,-3],[-1,-5],[-1,-3],[-2,-4],[0,-2],[-2,-6],[0,-2],[-1,-3],[0,-2],[0,-3],[0,-4],[0,-1],[0,-1],[0,-1],[-4,-4],[-1,-3],[-1,-2],[0,-2],[1,-1],[0,-3],[0,-4],[-2,-5],[-2,-5],[-2,-3],[-3,-5],[-3,-5],[-3,-5],[-1,-1],[-1,-2],[-1,-2],[-3,-6],[-4,-7],[-1,-3],[-1,-2],[-6,-7],[-2,-3],[-4,-5],[-6,-5],[-2,-3],[-3,-3],[-3,-3],[-3,-2],[-6,-6],[-8,-6],[-11,-1],[-8,1],[-4,0],[-6,-1],[-2,0],[-4,-1],[-4,0],[-5,-2],[-2,-1],[-9,-1],[-7,1],[-6,0],[-11,1],[-7,0],[-2,0],[-2,1],[-9,3],[-9,4],[-2,0],[-8,1],[-3,-1],[-8,-1],[-5,0],[-9,-1],[-6,1],[-2,0],[-1,0],[-4,-1],[-10,-2],[-9,-1],[-11,-3],[-5,0],[-4,0],[-4,0],[-1,0],[-3,1],[-5,0],[-3,0],[-4,0],[-5,-1],[-3,-1],[-5,-2],[-7,0],[-8,0],[-6,0],[-3,1],[-4,3],[-2,1],[-2,2],[-2,1],[-3,1],[-6,2],[-6,0],[-5,2],[-5,2],[-4,2],[-5,2],[-2,1],[-3,3],[-1,1],[-1,2],[-1,1],[-1,1],[-1,1],[-2,1],[-1,0],[-2,1],[-6,0],[-4,2],[-4,5],[-3,4],[-2,2],[-2,2],[-1,1],[-4,3],[-2,4],[-1,1],[-3,5],[-3,3],[-4,5],[-4,7],[-2,3],[-1,2],[0,1],[0,1],[-1,2],[-1,4],[1,1],[0,1],[3,0],[1,1],[1,0],[1,1],[4,2],[5,4],[1,1],[3,8],[0,1],[-1,2],[-4,3],[-1,2],[-2,4],[0,1],[2,3],[2,4],[0,1],[0,2],[-1,1],[-2,1],[-4,2],[-4,2],[-3,1],[-1,1],[-2,8],[-1,7],[-1,2],[1,1],[0,3],[3,3],[3,4],[5,2],[2,2],[1,1],[1,1],[-1,3],[-1,2],[0,1],[0,1],[1,1],[3,3],[3,4],[0,7],[-1,8],[1,4],[-2,3],[-5,5],[-5,4],[0,8],[-2,3],[-3,3],[-1,1],[0,3],[-1,4],[0,1],[0,1],[0,3],[1,3],[0,1],[0,5],[0,5],[0,6],[0,1],[2,5],[2,2],[3,1],[5,1],[8,1],[9,3],[1,0],[1,1],[3,3],[4,2],[1,1],[3,1],[5,1],[4,1],[3,1],[6,0],[2,-1],[5,4],[0,1],[1,0],[1,1],[-1,-1],[1,-1],[1,-1],[2,0],[1,0],[8,-1],[2,0],[4,0],[9,3],[5,2],[8,4],[6,4],[11,5],[6,5],[6,3],[3,3],[2,2],[2,1],[2,1],[3,3],[4,5],[3,7],[5,8],[3,6],[0,1],[0,2],[0,3],[-1,3],[0,2],[2,5],[3,5],[0,5],[-1,1],[0,1],[2,3],[0,1],[2,2],[4,1],[4,3],[0,1],[1,2],[6,5],[1,1],[1,0],[1,2],[2,3],[1,2],[0,1],[0,1],[-1,1],[-1,1],[1,2],[1,2],[1,2],[1,3],[4,7],[4,8],[5,7],[2,2],[2,3],[2,1],[2,4],[1,0],[0,1],[-2,1],[1,1],[0,-1],[2,-2],[2,-1],[3,0],[3,0],[1,1],[2,3],[2,2],[-1,0],[-1,-1],[-1,0],[-2,2],[1,3],[4,9],[7,8],[2,3],[-1,1],[-2,-1],[-4,-1],[-3,-8],[-1,-1],[-5,-12],[0,-1],[-1,0],[-1,-1],[-3,0],[1,1],[1,1],[1,1],[1,2],[2,4],[5,11],[1,3],[2,5],[2,5],[1,4],[1,4],[1,1],[0,3],[1,3],[1,5]],[[7812,2598],[16,2],[3,5],[8,-1],[3,8],[3,2],[20,-3],[1,-3],[3,-1],[3,3],[12,-4],[8,4],[6,8],[5,2],[9,-1],[6,10],[8,2],[1,3],[4,0],[0,4],[4,0],[4,-4],[1,4],[-1,2],[3,4],[6,1],[6,-7],[8,-3],[3,-8],[3,0],[5,2],[9,-6],[15,-2],[17,-15],[18,-6],[11,-11],[0,2],[4,1],[10,-3],[17,4],[6,-3],[7,-9],[7,-3],[10,-17],[3,-9],[-4,-3],[2,-5],[10,-4],[13,-1],[4,-7],[9,0],[3,3],[8,-3],[5,2],[8,-1],[2,-3],[7,0],[11,7],[1,-3],[4,-2],[1,5],[6,6],[13,0],[1,3],[-10,12],[0,5],[6,2],[-2,3],[2,3],[-5,1],[0,2],[-7,1],[-4,5],[-4,0],[-2,6],[-6,2],[-4,7],[-1,6],[-3,5],[-1,3],[4,2],[1,4],[-1,9],[9,4],[1,7],[-1,3],[2,6],[6,4],[13,0],[3,2],[1,5],[8,-2],[2,-4],[15,-11]],[[7226,2860],[1,0],[2,-1],[4,-1],[8,-2],[2,-1],[1,-2],[-1,-3],[-5,-5],[-4,-3],[0,-1],[-2,-3],[-4,-7],[-7,-5],[-1,0],[-2,0],[-2,1],[-3,2],[-8,4],[-2,1],[-1,2],[-3,2],[-1,2],[-1,1],[0,2],[1,3],[1,1],[1,0],[2,1],[2,0],[1,0],[1,1],[5,3],[6,5],[1,2],[2,1],[1,0],[4,1],[1,-1]],[[7812,2598],[1,2],[1,4],[2,3],[1,3],[3,7],[1,4],[1,2],[0,3],[0,1],[0,2],[0,2],[-1,2],[0,1],[-1,1],[-6,3],[-8,4],[-8,5],[-2,3],[0,1],[-2,2],[0,1],[-2,2],[-4,3],[-7,6],[-7,4],[-5,2],[-1,1],[-3,4],[-2,2],[-6,4],[-4,4],[-4,3],[-6,3],[-6,1],[-2,1],[0,4],[0,1],[3,6],[2,4],[0,1],[1,3],[1,2],[3,5],[3,3],[4,6],[3,2],[3,1],[3,2],[5,1],[3,3],[8,3],[10,2],[1,2],[3,1],[3,1],[3,1],[4,-1],[4,1],[5,2],[5,3],[6,2],[10,1],[4,0],[1,1],[3,2],[4,3],[4,2],[2,3],[3,4],[2,3],[3,3],[6,4],[2,1],[1,1],[3,1],[1,0],[5,1],[4,0],[3,-1],[10,2],[2,0],[2,1],[2,0],[6,1],[5,0],[5,0],[1,-1],[8,-1],[4,-1],[11,-3],[8,-2],[6,-1],[8,-2],[2,-1],[2,-1],[4,0],[5,0],[2,1],[8,3],[1,-1],[2,0],[3,0],[2,1],[-1,2],[-2,1],[2,-1],[1,-2],[4,1],[3,2],[3,2],[5,3],[6,6],[1,1],[1,2],[2,0],[3,2],[4,1],[3,2],[3,1],[4,3],[1,0],[2,4],[1,2],[3,7],[4,7],[3,7],[5,9],[2,4],[1,3],[2,5],[1,2],[1,3],[1,1]],[[8060,2859],[12,2],[11,-4],[5,0],[1,2],[14,-12],[12,-4],[-3,2],[2,8],[-3,10],[-7,4],[-8,1],[23,3],[3,-1],[9,-1],[1,-3],[6,-2],[10,-8],[4,-7],[14,-1],[8,-7],[9,3],[0,-7],[-4,-6],[11,-21],[-1,-4],[2,-1],[1,-4],[-7,-6],[-4,0],[-3,1],[-3,-2],[-7,-11],[-3,-1],[8,-7],[1,-5],[-10,-6],[0,-12],[-9,-7],[4,-5],[11,-3],[1,-9],[-5,-6],[-8,-5],[-1,-4],[9,-8],[4,1],[3,-3],[5,0],[5,4],[1,-5],[5,0],[8,-6],[-4,-7],[-2,0],[3,-6],[8,-2],[4,-4],[9,3],[10,-3],[7,-5],[-2,-4],[13,-6],[-2,-6],[5,-3],[-5,-3],[-1,-3],[-5,-1],[-2,-8]],[[1470,3115],[2,-4],[1,-1],[1,-1],[5,-1],[2,0],[6,2],[5,3],[2,0],[2,-1],[1,0],[-1,0],[-1,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[2,1],[1,1],[6,3],[1,0],[1,1],[2,0],[0,-1],[1,0],[1,-5],[2,-4],[0,-1],[1,-1],[1,0],[7,-3],[8,-4],[2,-1],[2,-2],[1,-1],[0,-2],[1,-10],[3,-6],[4,-5],[1,-1],[0,-3],[0,-4],[-3,-5],[-1,-2],[-4,-5],[-2,-3],[-2,-3],[-3,-7],[0,-2],[0,-5],[0,-6],[1,-7],[0,-2],[0,-3],[-2,-3],[-1,0],[-1,-2],[-1,0],[-2,-4],[-1,-4],[0,-4],[-5,-5],[-2,-1],[-1,-1],[-2,-1],[-1,0],[-3,1],[-8,-3],[-2,-1],[-3,0],[-1,1],[-2,1],[-2,4],[-1,3],[-1,7],[-5,3],[-1,4],[0,3],[-3,5],[-2,1],[-3,6],[-1,2],[-1,3],[-2,3],[-2,1],[-2,3],[-2,2],[0,4],[0,1],[1,0],[0,1],[-1,0],[-4,1],[-1,2],[-2,3],[-3,8],[-1,4],[0,4],[-1,5],[-1,6],[-3,7],[-3,6],[1,3],[1,0],[1,1],[1,0],[2,2],[1,1],[0,1],[0,1],[-1,0],[-3,3],[0,2],[1,4],[5,3],[0,6],[7,4],[2,1],[2,0],[1,-6]],[[1415,3184],[0,-1],[-1,0],[0,-1],[0,-1],[0,-2],[-1,-4],[0,-2],[-1,-9],[1,-11],[3,-10],[-1,-5],[-1,-5],[0,-5],[1,-5],[0,-3],[0,-2],[-2,-4],[-3,-3],[-3,-3],[-3,-2],[-3,-1],[-4,0],[-8,0],[-5,1],[-5,3],[-4,2],[-2,1],[-2,0],[-2,1],[-6,3],[-1,1],[0,1],[1,1],[3,2],[2,5],[-2,9],[-1,3],[-1,0],[-8,6],[-9,2],[-4,-1],[-2,3],[-1,2],[1,3],[3,7],[2,3],[3,1],[4,2],[1,1],[8,1],[5,1],[5,2],[4,2],[1,1],[10,4],[11,0],[5,-1],[4,3],[3,3],[1,1],[1,0],[3,1],[0,-1]],[[8629,2961],[-6,-1],[-6,-1],[-5,-2],[-4,-1],[-8,-2],[-11,-2],[-7,-3],[-6,-2],[-5,-1],[-2,-1],[-3,0],[-6,-2],[-5,-2],[-1,-1],[-4,-1],[-4,-1],[-5,-2],[-9,-3],[-3,-2],[-7,-3],[-2,-1],[-5,-2],[-7,-4],[-6,-2],[-2,-1],[-4,-2],[-4,-2],[-7,-4],[-3,-2],[-4,-2],[-2,-1],[-2,-2],[-5,-2],[-6,-3],[-4,-2],[-2,-2],[-5,-3],[-2,-1],[-1,-1],[-1,-1],[-2,0],[-4,-3],[-8,-3],[-7,-3],[-3,-1],[-3,-2],[-1,0],[-5,-2],[-4,-1],[-3,0],[-2,-1],[-2,-1],[-5,-3],[-3,-2],[-1,0],[-6,-5],[-1,-2],[-1,0],[0,-1],[-1,-2],[-2,-4],[-3,-4],[-4,-4],[-5,-5],[-1,-1],[-4,-4],[-4,-5],[-5,-6],[1,-4],[-1,-4],[0,-4],[-2,-1],[-1,0],[-1,-1],[-2,-1],[-1,-2],[-1,-1],[-1,-1],[1,-2],[0,-1],[0,-1],[-2,-3],[-2,-1],[-3,-3],[-4,-3],[-2,-2],[-3,-4],[-3,-5],[-1,-4],[0,-1],[1,-5],[0,-1],[1,-2],[4,-4],[9,-6],[3,-3],[2,-4],[0,-3],[0,-1],[0,-4],[0,-2],[-2,-3],[0,-1],[0,-4],[0,-6],[1,-5],[0,-4],[1,-3],[0,-3],[0,-2],[0,-2],[0,-2],[0,-2],[1,-7],[0,-2],[1,-2],[1,-1],[0,-2],[1,-3],[2,-2],[0,-2],[1,-1],[0,-1],[1,-6],[0,-5],[0,-4],[0,-3],[1,-4],[1,-2],[1,-2],[1,-1],[0,-1],[0,-1],[0,-1],[0,-3],[0,-2],[-1,-3],[0,-3],[0,-6],[0,-2],[0,-5],[0,-3],[0,-3],[1,-4],[1,-9],[1,-4],[0,-3],[1,-2],[0,-1],[1,-1],[1,-6],[1,-3],[0,-3],[0,-9],[1,-8]],[[8060,2859],[1,3],[1,4],[1,3],[1,6],[1,4],[1,9],[0,5],[1,3],[0,5],[0,8],[-1,7],[-2,7],[0,2],[0,1],[1,5],[1,4],[0,1],[0,2],[0,5],[0,1],[-1,4],[0,1],[0,3],[-1,3],[-2,3],[-1,1],[-2,2],[-4,2],[-3,1],[-1,1],[-2,0],[-1,-1],[-2,0],[-1,0],[-4,2],[-1,1],[-3,2],[-3,2],[-5,3],[-4,3],[-2,0],[-3,1],[-3,0],[-1,1],[-2,0],[-2,1],[0,1],[-2,2],[-1,0],[-1,4],[-2,6],[-1,3],[-2,3],[-2,2],[-2,5],[-1,1],[-1,3],[-2,4],[-4,5],[-3,4],[-6,6],[-1,1],[-5,4],[-2,2],[-2,1],[-3,3],[-1,1],[-5,6],[-1,3],[-3,6],[0,2],[-1,3],[0,2],[0,2]],[[7958,3065],[15,2],[11,7],[3,0],[1,-5],[6,-4],[3,2],[4,-2],[6,8],[26,10],[11,9],[16,2],[-1,18],[9,-4],[1,-6],[8,0],[2,4],[12,2],[3,9],[4,3],[8,-2],[15,-8],[4,3],[6,1],[0,-6],[7,1],[5,4],[6,-1],[6,6],[12,-3],[2,0],[-2,3],[5,0],[3,-1],[-3,-3],[1,-2],[11,-7],[4,0],[4,4],[10,4],[9,-1],[0,-7],[2,-4],[8,-6],[6,-10],[4,-1],[6,-9],[4,2],[3,-2],[5,1],[3,7],[8,-10],[7,0],[8,-6],[7,4],[3,-1],[1,2],[-2,2],[0,3],[-3,1],[2,7],[-2,9],[-5,2],[6,2],[-2,4],[2,14],[10,-4],[7,1],[3,4],[2,-2],[5,0],[2,2],[-3,3],[-20,2],[-5,6],[8,16],[2,1],[4,-4],[-1,4],[6,0],[1,18],[6,-3],[6,4],[4,-1],[3,-9],[4,0],[5,-7],[8,5],[0,3],[3,4],[11,3],[1,4],[8,3],[7,-2],[3,1],[3,14],[4,-1],[5,7],[12,2]],[[8396,3190],[1,-5],[5,-3],[0,-6],[5,-3],[2,-10],[12,-3],[4,-6],[2,2],[9,0],[1,3],[6,-2],[1,-12],[7,-5],[2,-4],[-10,4],[-2,-2],[-7,0],[-2,-2],[-10,1],[-5,-1],[12,-4],[-2,-3],[4,-1],[6,-8],[3,-2],[0,-2],[10,-8],[1,-6],[17,-2],[4,-3],[1,-5],[9,-4],[2,-5],[10,-3],[-2,-3],[5,-3],[5,1],[5,4],[10,0],[4,2],[12,-3],[13,-7],[13,-1],[4,-3],[8,1],[7,-7],[7,-3],[3,2],[7,-11],[7,-6],[4,-1],[1,-4],[8,1],[3,-7],[3,0],[3,-5],[12,-3],[-5,-4],[1,-5],[-3,-3],[7,-1],[-7,-11],[10,-6],[3,-5],[3,0],[5,-4],[2,0],[2,-3],[-11,-3],[1,-5],[-3,-6],[-11,-2],[-1,-5]],[[1742,3346],[5,-2],[5,-8],[-2,-9],[-5,-6],[-2,-20],[14,-11],[0,-4],[4,-7],[0,-12],[15,-3],[8,-41],[14,-39],[7,-8],[3,1],[3,-3],[29,-10],[9,-13],[-4,-7],[-1,-8],[2,-4],[0,-7],[7,-6],[8,-1],[1,-5],[6,-5],[-1,-2],[5,-11],[-18,-31],[-4,6],[-1,-2],[-5,-5],[-14,3],[-18,-3],[-9,2],[-26,1],[-9,-9],[-9,-1],[-3,-4],[-8,-4],[-9,0],[-12,11],[-17,-2],[-2,-9],[-5,-3],[4,-18],[4,-5],[-12,0],[-7,-2],[-1,-6],[-7,-7],[-4,-11],[-11,-10]],[[1669,2986],[-2,3],[-3,1],[-1,1],[-2,0],[-2,0],[-1,0],[-2,-1],[-1,0],[0,-1],[-1,-3],[-6,-2],[-1,2],[0,1],[-1,1],[1,1],[1,1],[1,1],[1,0],[-2,3],[-2,3],[-2,1],[-2,2],[-3,2],[-1,4],[-2,6],[-3,4],[0,1],[-1,0],[-1,1],[0,1],[-1,1],[0,3],[-1,1],[2,8],[5,3],[1,1],[1,2],[1,2],[0,2],[0,1],[-1,6],[0,1],[-2,3],[-1,2],[-2,3],[-1,2],[-3,2],[-2,1],[-2,0],[-3,0],[-1,0],[-2,0],[0,-1],[-2,-1],[-1,0],[-4,2],[-6,5],[-2,3],[-3,3],[-10,2],[-2,0],[-4,0],[-11,1],[-4,0],[-9,-2],[-3,-1],[-4,-1],[-2,-1],[0,2],[1,0],[1,0],[1,1],[1,0],[1,1],[0,2],[-1,2],[0,3],[1,2],[3,3],[3,5],[2,3],[-1,3],[0,1],[-3,0],[-1,1],[-3,2],[-1,3],[-2,6],[-2,5],[-1,3],[-3,5],[-4,2],[-1,0],[-2,0],[-2,-1],[-11,-3],[-6,4],[-1,4],[0,3],[1,5],[0,6],[1,5],[0,6],[-1,1],[-2,2],[-6,5],[-7,5],[-7,-1],[-1,-6],[2,-3],[3,-6],[-1,-1],[-1,1],[-3,3],[-1,1],[0,1],[-1,2],[-1,4],[-1,5],[-3,8],[0,1],[-1,4],[-1,4],[1,1],[-1,4],[-2,3],[-1,1],[-1,0],[-2,0],[-1,0],[0,-1],[1,0],[-1,-2],[0,-1],[-1,-1],[-3,-1],[2,1],[1,1],[1,2],[-1,1],[-2,1],[-3,0],[-1,1],[-5,2],[-3,5],[-4,6],[0,8],[1,3],[1,2],[7,5],[4,3],[6,5],[5,3],[5,5],[2,3],[2,1],[3,4],[2,1],[1,0],[2,0],[3,0],[1,0],[2,2],[3,3],[1,2],[4,7],[1,2],[1,3],[1,2],[0,2],[-3,7],[-1,6],[-3,7],[-3,3],[-2,1],[-1,0],[-2,7],[1,3],[0,1],[-1,0],[-1,1],[-2,1],[-2,1],[-1,0],[-7,1],[-4,0],[-1,0],[-1,0],[-1,1],[-2,5],[-2,6],[-3,6],[-4,7],[-2,0],[-2,2],[-1,0],[-3,4],[0,1],[4,2],[3,3],[1,4],[1,3],[5,6],[3,2],[5,4],[3,2],[1,1],[4,8],[2,3],[0,1],[0,1],[1,1],[0,1],[0,2],[0,3],[0,3],[0,4],[-1,3],[-5,2],[-1,1],[-2,0],[-4,2],[-2,1]],[[1486,3409],[13,6],[3,10],[9,0],[2,3],[8,1],[13,-8],[14,7],[14,3],[9,8],[18,-3],[11,1],[4,-1],[2,-8],[6,-2],[2,-8],[13,-7],[17,-5],[-2,-6],[3,-5],[5,0],[14,-6],[4,-1],[5,2],[0,-7],[8,-4],[8,-22],[3,-4],[8,-3],[23,0],[3,-1],[-1,-3],[12,6],[5,-6]],[[8396,3190],[15,6],[17,-3],[21,7],[2,2],[3,-3],[10,-2],[1,-3],[-3,-2],[4,-3],[8,3],[2,-1],[9,2],[4,-2],[1,-3],[5,2],[2,-3],[11,-1],[7,3],[6,0],[0,3],[4,1],[3,0],[3,-3],[3,2],[-8,11],[2,1],[-1,6],[-9,7],[0,4],[-7,6],[-3,8],[5,5],[0,6],[5,7],[-6,14],[8,8],[-5,1],[-5,5],[-4,0],[-2,7],[-8,6],[-19,5],[-4,3],[4,13],[-4,5],[0,9],[9,0],[6,-4],[5,0],[4,3],[-2,5],[3,2],[9,-4],[3,2],[7,-2],[1,4],[3,0],[7,-7],[-1,-1],[4,-4],[14,1],[-1,1],[4,2],[7,-4],[0,1],[6,1],[6,-3],[15,-1],[4,-4],[1,3],[-2,3],[4,3],[0,3],[4,-1],[2,4],[5,-1],[2,2],[2,-2],[6,-1],[10,11],[0,6],[9,-2],[16,8],[4,0],[1,11],[-5,1],[-1,3],[-6,4],[-1,4],[3,3],[5,-2],[7,0],[4,-6],[5,3],[1,-3],[9,-7],[10,-1],[2,1],[-1,10],[2,9],[-2,8],[1,3],[-2,2],[4,1],[0,3],[7,3],[11,10],[16,6],[10,11],[13,10]],[[8742,3440],[0,-1],[2,-2],[2,-3],[1,-3],[2,-4],[1,-5],[1,-1],[1,-5],[1,-1],[1,-1],[0,-1],[5,-7],[1,0],[2,-2],[3,-2],[2,-2],[2,-1],[2,-1],[4,-3],[6,-2],[3,-2],[2,-1],[0,-1],[1,-1],[2,-1],[4,-3],[2,-1],[5,-1],[3,-2],[4,-1],[5,-1],[2,-2],[3,-2],[1,-1],[2,0],[9,-2],[8,-1],[3,-1],[11,0],[2,0],[0,-1],[0,-1],[-4,-6],[-5,-5],[0,-1],[-1,-1],[-3,-2],[-2,-2],[-1,-1],[-2,-3],[-1,-2],[0,-1],[0,-3],[-2,-6],[-1,-3],[-1,-4],[-1,-2],[-2,-4],[-3,-6],[-2,-5],[-3,-5],[-2,-4],[-2,-4],[-1,-3],[-1,-4],[0,-5],[0,-5],[0,-3],[1,-4],[0,-2],[0,-1],[-2,-5],[-1,-5],[-2,-8],[-1,-2],[1,-5],[0,-1],[1,-2],[0,-2],[1,-1],[3,-4],[1,-3],[3,-2],[5,-7],[0,-1],[1,-1],[3,-3],[2,-1],[2,-2],[6,-5],[6,-4],[1,-1],[1,0],[0,-1],[-1,-8],[-1,-3],[-2,-6],[-2,-2],[-1,-2],[-2,-2],[-1,-3],[-4,-7],[-3,-4],[-3,-5],[-1,-4],[-3,-6],[-3,-7],[0,-1],[-2,-8],[-1,-2],[0,-1],[-1,-5],[-1,-2],[0,-5],[-1,-3],[0,-2],[1,-3],[0,-1],[0,-3],[1,-2],[1,-4],[1,-1],[1,-1],[1,0],[1,-1],[1,1],[2,1],[4,1],[1,0],[-3,-1],[-3,-1],[-2,-1],[1,-1],[2,-1],[4,-2],[2,0],[6,-1],[1,0],[-1,3],[-2,2],[-5,5],[6,-5],[1,-2],[2,-5],[1,-1],[0,-1],[-1,-1],[1,1],[0,1],[-1,0],[0,1],[-1,0],[0,-1],[-1,-1],[-2,-1],[-1,-2],[-1,0],[0,-2],[1,-4],[1,-4],[1,-3],[1,-2],[7,-7],[3,-3],[1,-1],[2,-1],[5,-2],[4,-2],[7,-4],[3,-1],[2,-1],[4,-1],[5,-1],[5,-1],[2,-1],[2,-1],[2,0],[2,0],[3,2],[1,0],[0,-1],[0,-2],[0,-1],[-1,-2],[-2,-1],[-1,0],[-3,0],[-3,1],[-5,-3],[-3,-2],[-4,-3],[-4,-4],[-4,-4],[-5,-7],[-1,-7],[-3,-6],[1,-5],[2,-8],[5,-5],[-1,-4],[-1,-3],[-3,0],[-1,-1],[-4,-1],[-5,-3],[-2,-2],[-1,0],[-3,-4],[-4,-3],[-1,-1],[-7,-7],[-1,-2],[-5,-2],[-4,-4],[-1,-1],[-1,-2],[-3,-3],[-2,-1],[-3,-1],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-2,-4],[-1,-2],[1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-2,1],[0,1],[-1,1],[0,1],[2,3],[1,4],[-3,4],[-2,1],[-1,1],[-2,1],[-1,0],[-9,2],[-4,1],[-2,1],[-3,0],[-7,1],[-4,0],[-5,0],[-1,0],[-6,-2],[-2,-1],[-1,0],[0,-1],[0,-2],[-1,-1],[-3,-4],[-2,0],[-9,4],[-1,0],[-1,2],[-2,1],[-1,1],[-4,6],[-2,4],[-2,3],[-7,5],[-3,1],[-1,0],[-1,1],[-4,0],[-2,0],[-8,0],[-2,0],[-4,0],[-6,-1],[-3,0],[-5,-1],[-4,-1],[-2,0],[-1,-1],[-1,0],[-5,0],[-4,-1],[-3,0],[-5,-2],[-9,-1],[-4,-1],[-5,0]],[[1998,3679],[10,-2],[3,2],[4,-2],[31,-1],[11,-6],[-2,-7],[-4,0],[-3,-7],[-8,-4],[7,-7],[-4,-9],[2,-5],[-1,-5],[-3,0],[2,-2],[-5,-1],[-3,-6],[1,-6],[3,-3],[-3,-6],[1,-3],[-3,-24],[-9,-13],[-6,-2],[-4,-8],[0,-7],[-3,-3],[-5,-13],[-2,0],[1,-2],[-6,-3],[-5,-24],[-14,-17],[0,-2],[4,-2],[17,-2],[4,-7],[-3,-9],[4,-9],[1,-10],[-3,-5],[-12,-7],[-4,0],[-4,-4],[-23,-5],[-3,3],[10,-12],[7,-18],[1,-7],[-14,-9],[-27,-11],[-38,-1],[-31,8],[-17,6],[-4,-6],[-18,1],[-11,-3],[-6,-1],[-4,2],[-16,-1],[-19,-8],[-30,-18]],[[1486,3409],[-4,3],[-4,3],[-1,3],[1,4],[1,6],[1,4],[3,4],[5,4],[4,2],[3,2],[3,2],[3,5],[4,4],[3,4],[4,5],[3,4],[6,6],[2,4],[4,5],[3,4],[3,5],[1,2],[2,4],[0,1],[0,5],[1,4],[0,1],[1,1],[3,4],[3,4],[0,6],[0,1],[0,1],[1,5],[3,4],[1,1],[1,3],[0,2],[0,1],[0,2],[-3,6],[-3,5],[-3,1],[-5,1],[-1,2],[-1,1],[-2,10],[0,1],[1,2],[1,6],[0,6],[1,6],[4,4],[1,3],[0,1],[0,1],[-5,3],[-4,2],[-1,2],[-1,3],[2,4],[1,0],[1,2],[1,3],[1,4],[1,3],[1,4],[0,5],[0,1],[-2,2],[-3,10],[-2,9],[1,1],[1,3],[0,2],[-1,1],[0,1],[0,1],[-1,1],[-1,2],[-1,2],[0,1],[0,1],[0,3],[1,1],[4,8],[1,1],[1,0],[2,1],[2,-1],[1,0],[2,-2],[5,-5],[2,-5],[0,-1],[3,-5],[6,-7],[1,-2],[6,-7],[4,-5],[1,-4],[-2,-3],[4,-2],[4,-1],[1,1]],[[1577,3638],[-2,-4],[2,-2],[10,-1],[1,-5],[4,1],[-2,-5],[3,-2],[13,1],[4,-2],[6,4],[9,-3],[0,-2],[5,0],[5,-5],[15,6],[16,-2],[2,-7],[6,-4],[1,-5],[6,-4],[-1,-6],[3,-4],[10,-2],[4,-3],[13,-6],[9,-9],[14,10],[7,2],[5,-5],[17,-2],[5,3],[12,-12],[6,6],[10,1],[11,5],[8,12],[15,2],[9,3],[8,1],[8,5],[6,-3],[9,1],[6,4],[4,-1],[3,6],[-1,8],[8,3],[4,6],[2,9],[10,2],[8,4],[5,7],[4,1],[-1,3],[-8,7],[6,6],[6,10],[7,6],[9,-3],[5,2],[0,9],[-3,3],[-2,7],[3,3],[11,-4],[4,1],[8,-2],[10,3],[1,-3],[16,-8],[-1,-6],[5,0]],[[2231,3814],[-6,-12],[2,-11],[6,-13],[-2,-10],[-6,-12],[7,-11],[4,-1],[5,-6],[0,-14],[-6,-8],[11,3],[10,-10],[9,0],[10,-8],[10,-1],[2,-2],[-1,-4],[5,-3],[2,1],[-1,-8],[5,-5],[1,-6],[5,-4],[6,1],[3,-5],[6,-1],[4,-4],[7,-2],[-10,-10],[1,-9],[-3,-1],[2,-2],[-7,-1],[-2,1],[-2,-3],[-19,-5],[3,-4],[0,-8],[8,0],[8,5],[9,1],[9,-6],[7,-2],[0,-12],[-3,-1],[0,-5],[-2,-2],[3,-6],[-2,-3],[8,-9],[-1,-2],[1,-2],[11,-9],[-3,-8],[8,6],[7,2],[4,13],[15,0],[12,-6],[12,-11],[1,-4],[14,3],[5,6],[-2,-9],[6,-6],[-3,-1],[2,-3],[11,-3],[-3,-5],[3,-1],[-2,-6],[11,0],[2,-3],[7,-1],[-2,-3],[3,0],[0,-2],[5,-4],[33,1],[9,-3],[39,-18]],[[2542,3497],[-1,-2],[-2,-1],[-1,0],[-1,0],[-1,0],[-2,-2],[-1,-2],[-1,-3],[0,-1],[-1,-4],[-2,-7],[-1,-4],[-1,-3],[0,-1],[0,-4],[-1,-2],[0,-3],[0,-3],[0,-2],[1,-2],[1,-1],[2,-1],[2,-1],[2,0],[1,-4],[0,-3],[0,-3],[0,-4],[0,-1],[0,-1],[1,-2],[1,-3],[0,-3],[1,-4],[-2,-4],[-2,-3],[-1,-4],[1,-3],[1,-3],[0,-2],[-1,-1],[-2,2],[-4,-3],[-1,-1],[-1,-1],[0,-1],[-3,-4],[-1,-3],[-1,-3],[-3,-5],[-1,-1],[-1,-3],[-1,-3],[-2,-3],[-2,-4],[-2,-4],[-1,-1],[-3,-6],[0,-2],[-1,-1],[-2,-7],[-2,-7],[-1,-9],[-1,-4],[0,-2],[0,-2],[1,0],[0,-1],[0,1],[-1,0],[-2,0],[0,-1],[1,0],[1,-2],[-1,-1],[1,-2],[1,-1],[-1,0],[-1,0],[0,-1],[1,-1],[0,-2],[1,-2],[0,-2],[2,-4],[1,-3],[2,-3],[2,-2],[5,-3],[6,-3],[3,-2],[2,0],[1,0],[1,0],[1,-2],[2,-2],[1,-3],[-2,-2],[-3,0],[-1,0],[-1,1],[-2,0],[0,1],[-4,-1],[-2,0],[-3,-1],[-3,-1],[-2,0],[-3,-3],[-2,-2],[-3,-3],[-1,-2],[-5,-5],[-3,-5],[-3,-5],[-2,-3],[-4,-7],[-3,-7],[-1,-3],[0,-2],[0,-2],[-1,-6],[-1,-2],[0,-3],[0,-1],[0,-5],[-2,-9],[-1,0],[0,-1],[-1,-3],[0,-1],[-1,-2],[0,-2],[1,-3],[0,-2],[1,-2],[4,-2],[1,0],[4,0],[2,-2],[0,-1],[0,-1],[1,-4],[0,-1],[0,-1],[-2,-1],[-3,-1],[-3,-3],[-1,-7],[-1,-4],[0,-4],[0,-2],[-3,-8],[-2,-1],[-1,-2],[-4,-2],[-6,-1],[-9,-1],[-5,-3],[-2,-2],[-2,-2],[-3,-3],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[0,-1],[0,-6],[2,-4],[-1,-3],[-5,3],[-3,4],[-4,4],[0,2],[0,3],[0,2],[0,1],[0,1],[0,-1],[1,-1],[0,-1],[1,0],[1,1],[1,2],[-1,3],[0,1],[0,1],[-2,1],[-3,3],[-7,2],[-6,2],[-2,0],[-1,0],[-7,-3],[-7,-3],[-4,0],[-3,0],[-8,0],[-3,-3],[-6,-3],[-1,0],[-3,4],[0,3],[-7,5],[-8,1],[-3,3],[-3,2],[-5,1],[-5,-1],[-3,1],[-1,1],[0,2],[0,1],[1,3],[1,1],[0,1],[-1,2],[-1,1],[-5,2],[-5,5],[-8,6],[-2,2],[-3,1],[-2,1],[-1,0],[-2,0],[-1,0],[-3,0],[-1,0],[-3,1],[-2,2],[-4,3],[-1,3],[-1,2],[-3,3],[-5,2],[-5,2],[-1,4],[-1,0],[-1,1],[-1,0],[-1,1],[-7,0],[-9,4],[0,1],[-1,1],[-2,1],[-2,0],[-6,0],[-9,0],[-6,1],[-9,1],[-3,0],[-6,0],[-3,2],[-3,2],[-1,2],[-1,2],[-1,0],[-3,2],[-2,0],[-1,0],[-4,1],[-10,-1],[-5,-1],[-2,-1],[-6,-2],[-5,-2],[-4,-2],[-4,-1],[-3,-3],[-3,-1],[-7,-6],[-1,-1],[-2,-3],[-1,-1],[-1,-1],[-1,-3],[0,-1],[2,-2],[2,0],[1,0],[-1,1],[1,0],[0,-1],[0,-1],[2,0],[1,0],[0,-1],[0,-1],[-1,-1],[-2,-1],[-1,-2],[-1,-1],[-3,-1],[-2,1],[-3,1],[-3,1],[-3,-1],[-3,2],[-6,6],[-6,6],[0,1],[-2,2],[-3,3],[-2,1],[-5,4],[-2,0],[-1,1],[-9,-1],[-1,0],[0,-2],[1,-2],[4,-3],[5,-2],[-5,2],[-4,3],[-1,3],[-2,3],[-3,1],[-1,-1],[1,-4],[3,-6],[1,-4],[0,-2],[0,-1],[0,1],[0,2],[-2,4],[-1,4],[-1,1],[-1,0],[-6,-4],[-2,2],[-2,1],[-2,2],[-13,10],[-2,0],[-2,-1],[0,-3],[1,-1],[6,-1],[11,-8],[-1,-5],[3,-3],[7,-2],[3,-1],[1,0],[-1,0],[-3,0],[-5,3],[-2,0],[-6,4],[-4,-2],[-3,-2],[-1,-1],[-1,-1],[1,0],[0,-1],[0,1],[-1,1],[-1,-1],[1,-1],[1,0],[1,0],[-1,0],[-1,0],[-1,1],[-1,-1],[-4,-4],[-6,-5],[-5,-5],[-3,-3],[-6,-6],[-5,-7],[-5,-7],[-1,-2],[-1,-1],[-2,-7],[0,-4],[-1,-3],[-2,-3],[-1,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[2,-3],[2,-3],[0,-1],[1,-3],[0,-1],[1,-2],[-1,-2],[0,-2],[-1,-1],[0,-2],[1,-2],[1,-4],[1,-3],[2,-1],[3,-3],[2,-2],[5,-7],[6,-7],[2,-1],[3,-2],[0,-1],[1,-2],[-3,-6],[-1,-5],[-1,-2],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-2],[0,-3],[0,-1],[0,-1],[-1,0],[1,0],[0,1],[-1,1],[-2,-1],[-1,-1],[-1,0],[0,-1],[-2,-5],[-1,-2],[-1,-7],[1,-7],[-2,-3],[-2,-3],[-5,-6],[-6,-3],[-7,0],[-2,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[1,0],[-2,-3],[-3,-3],[-6,-6],[-5,-5],[-8,-5],[-5,-4],[-8,-6],[-7,-4],[-8,-6],[-6,-4],[-2,-1],[-2,-2],[-6,-4],[-3,-4],[-1,-1],[-1,-1],[-1,-3],[-1,-2],[-2,-1],[-1,-1],[-8,-4],[-6,-3],[-8,-4],[-7,-5],[-2,-1],[-4,-3],[-1,-1],[-1,-1],[0,-1],[-5,-1],[-5,-1],[-4,2],[-1,1],[-1,1],[-2,-1],[-3,-1],[-4,3],[0,2],[-1,3],[-2,2],[-3,3],[-2,1],[-2,0],[-9,4],[-4,-1],[-4,-6],[-7,5],[-1,0],[-2,1],[-1,1],[-1,1],[-3,3],[0,3],[0,1],[2,1],[0,1],[1,1],[-1,0],[0,1],[-4,1],[-5,1],[-8,2],[-7,3],[-3,2],[-6,3],[-2,0],[-6,3],[-4,5],[-2,1],[-1,0],[-2,1],[-1,-1],[0,-1],[0,-5],[-6,-5],[-6,-4],[-4,-2],[-4,0],[-8,-4],[-1,-1],[-3,-2],[-1,0],[-1,-1],[-3,0],[-3,0],[-1,-4],[-1,-4],[0,-1],[0,-1],[-1,-1],[-2,-1],[-2,-1],[-3,1],[-2,2],[-1,1],[-2,0],[-2,-1],[-1,0],[-1,-2],[-1,-1],[-1,-3],[0,-1],[0,-1],[1,-1],[0,-1],[3,-2],[4,-3],[0,-5],[-2,-3],[-3,-3],[-5,-2],[-7,4],[4,7],[0,2],[-1,1],[0,2],[1,1],[1,1],[2,3],[2,3],[0,1],[-1,1],[-1,0],[-2,1],[-5,0],[-1,0],[-2,0],[-3,-1],[-6,-3],[-2,-1],[-3,1],[-8,2],[0,5],[1,6],[3,4],[3,4],[3,7],[0,2],[1,4],[2,4],[0,1],[0,2],[0,2],[-1,1],[-2,5],[-1,3],[-2,3],[-1,1],[-2,1]],[[1998,3679],[6,10],[14,11],[0,2],[4,4],[-1,2],[4,0],[-1,2],[6,2],[0,3],[11,-2],[6,9],[13,5],[2,5],[3,0],[0,4],[9,1],[5,2],[6,9],[-1,5],[7,2],[11,-8],[16,5],[16,-11]],[[2134,3741],[11,-5],[18,-1],[-2,17],[-10,3],[0,5],[2,6],[0,5],[6,-1],[0,9],[-6,2],[4,7],[-4,3],[10,6],[-1,6],[5,2],[6,-3],[-1,6],[2,3],[5,-3],[2,1],[6,-6],[4,6],[10,5],[6,-1],[3,2],[4,-2],[0,-2],[6,2],[7,-2],[4,3]],[[2231,3814],[-1,2],[8,5],[-1,5],[-8,11],[9,18],[0,13],[2,3],[4,-1],[15,6],[8,5],[-3,3],[-1,9],[-14,6],[-7,13],[4,5],[17,2],[2,2],[-1,3],[3,3],[0,7],[8,5],[3,8],[12,2],[17,-1],[2,3],[6,1],[4,5],[-1,4],[8,5],[2,-2],[2,2],[14,1],[5,5],[11,3],[0,1],[8,8],[-3,8],[4,2],[8,13],[3,3],[16,3],[1,17],[6,3],[11,13],[10,0],[5,3],[3,5],[-1,7],[2,4],[-2,3],[6,5],[24,-17],[19,-6],[0,3],[8,11],[9,7],[8,1],[4,5],[4,-1],[9,3]],[[2522,4079],[0,-1],[1,-5],[-1,-5],[0,-6],[0,-3],[1,-5],[1,-2],[0,-1],[1,-2],[0,-3],[3,-6],[1,-1],[1,-1],[2,-1],[1,0],[1,0],[1,-1],[1,-2],[2,-2],[0,-2],[0,-2],[2,-3],[3,-4],[1,-8],[0,-1],[1,-2],[2,-2],[6,-7],[2,-2],[6,-5],[4,-3],[1,-2],[3,-3],[1,-3],[1,-2],[1,0],[2,-2],[3,-2],[4,-2],[8,-3],[7,-4],[1,0],[2,-1],[3,-1],[1,-1],[5,-2],[2,-2],[2,-3],[1,-5],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[-4,-7],[-1,-3],[-4,-8],[-2,-3],[-4,-5],[-5,-5],[-3,-6],[-2,-5],[-1,-9],[0,-2],[0,-2],[-2,-6],[-4,-6],[-2,-5],[-2,-2],[-1,-1],[-1,-1],[0,-1],[0,-4],[-1,-7],[0,-3],[-1,-4],[0,-1],[0,-3],[0,-2],[0,-3],[1,-2],[1,-1],[1,-2],[1,-3],[1,-1],[3,-2],[4,-3],[5,1],[1,0],[1,1],[0,1],[-2,2],[-2,2],[4,-3],[4,-3],[3,-4],[0,-2],[0,-1],[0,-2],[-1,-2],[-2,-2],[-2,0],[-1,1],[0,1],[-2,0],[-2,-1],[-7,-3],[-2,-1],[-2,-2],[-2,-2],[-1,-1],[0,-1],[-3,-4],[-1,-5],[-1,-2],[0,-8],[2,-8],[-1,-6],[0,-1],[0,-1],[1,-3],[0,-1],[3,-4],[2,-1],[3,-2],[3,-4],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-2,-2],[-2,-3],[-2,-2],[-1,-5],[-3,-9],[-3,-8],[-1,-5],[-1,-1],[0,-4],[-2,-9],[0,-2],[0,-3],[-1,-4],[-1,-4],[0,-4],[0,-2],[0,-2],[0,-1],[2,-2],[1,-3],[1,-7],[1,-3],[0,-7],[0,-7],[1,-5],[0,-8],[0,-7],[-4,-3],[-6,-5],[-2,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[1,-8],[-2,-6],[-5,-6],[-1,-1],[-1,-1],[-1,-1],[-2,-5],[0,-1],[-1,-3],[0,-1],[1,-5],[1,-5],[2,-7],[0,-6],[1,-7],[2,-5],[1,-4],[1,-4],[0,-2],[0,-2],[0,-2],[-1,-2],[0,-4],[0,-3],[1,-3],[-2,-7],[-1,-4],[-2,-4],[-1,-1],[0,-1],[0,-3],[0,-3],[0,-3]],[[8422,3988],[-1,-1],[-1,-1],[-3,-2],[-6,-5],[-5,-5],[-5,-5],[-2,-2],[-5,-6],[-3,-4],[-1,-1],[-1,-2],[-1,-4],[0,-2],[-1,-6],[1,-6],[-2,-6],[-1,-2],[0,-2],[-1,-3],[0,-3],[0,-3],[1,-1],[2,-5],[3,-6],[2,-7],[1,-5],[0,-1],[0,-2],[0,-3],[0,-2],[1,-2],[2,-7],[1,-5],[3,-6],[1,-1],[1,-1],[3,-3],[3,-2],[1,-2],[0,-1],[0,-1],[0,-2],[-2,-4],[0,-1],[-1,-1],[-1,-1],[-7,-7],[-2,-3],[-3,-3],[-4,-6],[-5,-5],[-6,-5],[-3,-3],[-5,-6],[-1,0],[-3,-2],[-1,0],[-2,-1],[-4,-3],[-1,-1],[-6,-6],[-5,-5],[-5,-6],[-5,-4],[-5,-5],[-2,-3],[-5,-7],[-2,-4],[-2,-3],[-1,-3],[-5,-5],[-2,-2],[-4,-3],[-2,-3],[-3,-3],[-4,-6],[-1,-2],[-1,-2],[-4,-7],[-2,-6],[-1,-3],[0,-1],[-1,-4],[0,-4],[-1,-3],[0,-3],[0,-1],[0,-1],[0,-2],[1,-5],[0,-3],[0,-2],[0,-3],[1,-5],[1,-1],[1,-1],[1,-2],[1,-3],[2,-2],[3,-4],[3,-3],[3,-1],[8,-4],[4,-3],[6,-3],[1,0],[1,-1],[0,-1],[-1,-2],[-1,-7],[-1,-6],[-1,-7],[0,-2],[-1,-3],[0,-4],[0,-2],[1,-3],[-5,-8],[-1,-4],[4,-7],[1,0],[2,1],[2,1],[3,-1],[4,-2],[3,-2],[3,-2],[7,-3],[2,-1],[3,-2],[2,-2],[3,-2],[4,-1],[9,-4],[6,-3],[4,-2],[3,-1],[2,-1],[5,-2],[4,-1],[8,-2],[3,-1],[7,0],[4,-1],[4,0],[4,0],[3,0],[5,0],[3,1],[6,-1],[3,0],[3,0],[8,1],[6,1],[4,-1],[2,0],[3,-1],[5,0],[5,-1],[4,0],[8,-1],[3,-1],[3,0],[3,0],[1,1],[2,0],[1,1],[5,2],[5,3],[1,0],[2,0],[6,-1],[6,-2],[2,0],[2,-1],[4,-3],[2,-2],[1,-2],[2,-2],[1,-1],[1,-1],[2,-1],[3,-2],[7,-4],[6,-3],[4,-4],[2,-2],[1,-1],[1,-3],[2,-6],[0,-1],[2,-3],[2,-3],[6,-6],[1,-2],[5,-3],[4,-3],[6,-3],[9,-6],[1,-1],[4,-3],[8,-4],[3,-1],[5,-2],[7,-2],[6,-4],[5,-3],[5,-2],[3,-1],[3,-1],[2,-1],[4,-1],[4,-2],[5,-5],[1,0],[1,-1],[4,-2],[4,-1],[6,-3],[2,0],[9,-3],[7,-1],[3,0],[2,-1],[7,0],[9,-1],[7,-1],[5,-2],[3,-1],[1,0]],[[7958,3065],[0,2],[-1,3],[-1,4],[-1,5],[-1,5],[-1,2],[-1,3],[0,1],[-1,5],[-1,7],[0,2],[-1,0],[-3,6],[-1,5],[-2,7],[-2,5],[-2,4],[-1,1],[0,1],[-1,2],[-1,4],[0,4],[-1,7],[-1,7],[0,5],[-1,9],[0,8],[-1,8],[0,6],[-1,6],[-1,5],[0,5],[0,3],[0,1],[-1,1],[0,4],[0,4],[0,2],[0,2],[-1,9],[0,3],[-1,8],[0,7],[-1,6],[-1,7],[0,4],[-1,5],[-1,6],[-2,3],[-1,1],[-1,3],[-1,3],[0,2],[-1,2],[-1,4],[0,2],[0,1],[-1,3],[-1,6],[-1,2],[0,2],[-1,4],[-1,5],[-1,1],[0,2],[-1,0],[-1,1],[-1,2],[-1,1],[-2,4],[-3,9],[-2,7],[-3,6],[-1,2],[-2,5],[-2,7],[-3,6],[-1,3],[-4,8],[-1,3],[-3,6],[-1,3],[-1,3],[-2,2],[0,1],[-2,3],[-4,4],[-3,5],[-2,1],[-3,4],[-3,2],[-2,2],[-1,0],[-3,2],[-4,3],[-1,1],[-1,1],[-1,2],[-1,2],[-1,2],[-4,6],[-2,4],[-3,5],[-2,2],[-6,8],[-5,6],[-1,2],[-3,3],[-1,1],[-2,2],[-10,4],[-7,3],[-2,1],[-6,1],[-4,1],[-3,2],[-1,1],[-2,3],[-3,4],[-1,1],[-1,2],[-2,4],[-1,3],[-3,7],[-3,8],[-1,3],[-1,5],[-1,3],[-1,4],[-2,7],[-2,5],[-4,8],[-2,1],[-1,3],[-1,4],[-3,9],[-2,6],[-1,5],[-3,8],[-1,3],[-1,2],[-1,1],[-4,3],[-1,0],[-7,7],[0,2],[-1,3],[0,1],[-1,3],[0,2],[-3,8],[-1,6],[1,6],[1,2],[0,1],[-1,3],[-1,3],[-1,6],[0,2],[-3,8],[-1,3],[-1,3],[-2,6],[-2,5],[-2,5],[-2,8],[0,1],[0,3],[-1,7],[-1,6],[0,1],[-2,8],[-5,7],[-4,6],[-5,5],[-1,2],[0,1],[1,2],[1,1],[1,1],[4,4],[7,2],[4,5],[1,5],[0,4],[-1,0],[-2,4],[-3,9],[-1,2],[-1,5],[-2,4],[-1,2],[-1,1],[-3,4],[-5,6],[-4,5],[-3,3],[-3,5],[0,1]],[[7675,3819],[8,6],[7,27],[18,8],[3,7],[7,5],[3,8],[7,2],[1,4],[10,3],[4,-2],[10,4],[6,-4],[1,-5],[7,-3],[3,-5],[6,8],[12,-2],[2,-7],[4,-4],[6,4],[5,1],[2,3],[6,3],[2,5],[5,1],[34,-8],[7,-4],[2,-4],[3,3],[6,-1],[13,3],[0,5],[2,2],[13,-1],[6,-2],[3,-8],[-2,-3],[-10,-5],[-11,-15],[4,-12],[9,-8],[-5,-7],[7,-2],[2,-4],[9,-3],[4,-3],[2,-11],[3,-4],[5,3],[6,0],[2,-2],[15,0],[8,6],[10,4],[14,-2],[10,2],[5,-5],[8,10],[9,6],[14,-7],[9,-2],[13,-8],[12,-4],[4,19],[-5,8],[6,1],[10,-3],[15,6],[11,1],[4,3],[12,-5],[22,3],[21,-18],[5,-2],[1,-5],[7,-5],[5,2],[0,8],[4,7],[-10,5],[-9,10],[4,2],[4,9],[9,4],[4,6],[-2,6],[9,10],[1,6],[16,14],[1,7],[5,4],[-5,23],[2,7],[3,5]],[[8215,3933],[4,2],[-1,4],[4,9],[6,6],[2,4],[-4,5],[4,14],[-6,12],[9,7],[1,13],[7,-6],[4,-8],[15,6],[16,-1],[20,-8],[7,5],[13,-1],[5,-4],[0,-3],[5,-2],[9,6],[11,3],[7,1],[9,-3],[11,7],[20,-5],[9,3],[6,-2],[1,-4],[8,-2],[5,-3]],[[1676,4160],[-4,-1],[-4,-9],[6,-3],[-3,-11],[3,-3],[0,-3],[6,-2],[-4,-1],[1,-3],[-3,0],[-1,-4],[7,-3],[3,-3],[-2,-2],[6,-2],[12,-3],[0,-2],[3,1],[14,-6],[0,-18],[4,-21],[8,-1],[7,6],[16,4],[7,-8],[9,0],[12,-4],[2,-6],[-3,-11],[17,9],[2,5],[10,-3],[4,-3],[4,3],[9,-2],[25,7],[8,6],[18,4],[7,-2],[38,-1],[37,5],[3,-1],[20,5],[8,-3],[-1,-5],[19,-9],[4,-4],[-2,0],[-2,-4],[-11,-5],[-2,-3],[1,-3],[6,-1],[0,-2],[6,-2],[0,-3],[3,-2],[2,-16],[-7,-8],[-7,-2],[12,-7],[1,-6],[4,-4],[5,-11],[6,-6],[1,-27],[10,-4],[-6,-1],[0,-3],[-13,-15],[-6,6],[-6,2],[-5,7],[-15,2],[-12,-8],[-6,-1],[-1,-7],[-9,-6],[-8,-10],[0,-6],[2,-1],[-1,-4],[5,-3],[4,-9],[19,-5],[4,0],[4,3],[-1,-3],[3,-1],[13,5],[4,-2],[5,-7],[-12,-12],[-3,-6],[-5,-2],[3,-8],[-7,-5],[5,-6],[-4,-1],[-1,-7],[-5,-8],[5,-3],[8,3],[5,-2],[6,1],[9,-3],[5,1],[9,-2],[9,-9],[10,-2],[5,-4],[8,-2],[4,-5],[10,-3],[10,-13],[3,3],[-2,5],[2,5],[3,0],[2,3],[10,4],[8,-8],[3,-6],[7,-4],[10,-12],[10,-4],[-6,-16]],[[1577,3638],[2,3],[1,4],[-1,4],[2,4],[2,1],[0,1],[4,3],[2,4],[2,1],[0,1],[-3,2],[-3,4],[0,1],[-2,2],[0,-1],[0,1],[2,-1],[1,1],[1,2],[5,3],[1,1],[4,4],[3,2],[2,2],[-1,1],[-1,0],[1,0],[1,0],[1,1],[1,2],[1,3],[2,3],[3,4],[2,4],[1,3],[1,5],[1,4],[1,9],[2,4],[0,3],[1,4],[1,5],[1,2],[0,3],[1,7],[0,2],[-1,2],[-1,6],[-1,1],[-6,-1],[-7,5],[7,-4],[6,0],[8,-1],[2,0],[1,0],[2,3],[-5,1],[-8,-1],[-6,2],[-1,0],[-4,3],[0,1],[5,5],[-1,2],[-1,1],[-3,7],[0,1],[-1,1],[0,1],[-4,4],[-2,2],[-3,2],[-3,2],[-2,1],[-5,2],[-2,0],[-3,1],[-3,0],[-7,-1],[-6,0],[-8,-1],[-10,-3],[-5,-4],[-7,-5],[-8,-6],[-1,-1],[-1,-2],[-1,-1],[-1,-6],[0,-5],[0,-1],[-3,-6],[-1,0],[-1,0],[-2,1],[0,1],[0,1],[0,1],[0,1],[1,1],[2,2],[2,3],[-1,6],[-1,3],[0,1],[-1,1],[-7,7],[-1,1],[-5,3],[-5,2],[-5,1],[-2,-1],[-1,-1],[-2,0],[-1,2],[0,1],[-1,1],[0,1],[0,3],[0,3],[0,7],[1,7],[1,7],[0,8],[0,8],[0,2],[-1,5],[0,1],[-1,4],[-1,2],[-1,1],[0,1],[-1,0],[-1,1],[-2,3],[0,1],[2,2],[5,6],[6,8],[3,4],[1,9],[1,8],[-6,7],[-2,2],[-1,1],[-2,0],[-2,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-3,-1],[-4,0],[-4,0],[-2,1],[-2,5],[1,2],[1,0],[4,3],[5,1],[8,3],[7,-3],[2,-1],[2,0],[2,0],[1,0],[5,1],[4,1],[0,1],[3,2],[3,2],[1,1],[2,1],[1,0],[1,-1],[1,0],[0,-1],[1,-1],[1,-1],[1,0],[7,2],[2,1],[3,2],[7,6],[5,4],[4,3],[3,3],[7,7],[3,6],[0,1],[-1,0],[-1,3],[-1,1],[-3,6],[1,4],[0,6],[0,1],[-2,4],[-1,2],[-3,3],[-4,4],[-5,6],[-3,5],[-4,8],[-1,5],[0,5],[1,6],[-1,6],[-2,2],[1,3],[1,3],[2,3],[3,5],[2,5],[-1,1],[-2,3],[-1,3],[-1,2],[-1,2],[0,1],[3,5],[1,7],[3,8],[4,8],[2,8],[2,7],[3,6],[1,8],[-1,5],[-1,1],[-1,1],[-4,3],[-5,4],[-4,4],[-1,3],[1,2],[2,2],[-1,2],[-1,2],[-2,3],[-1,1],[-3,2],[-4,0],[-6,-1],[-3,1],[-2,2],[-2,1],[0,1],[-2,2],[0,2],[-1,2],[-3,2],[-2,0],[-1,1],[-4,1],[-2,0],[-2,-1],[-2,0],[-3,0],[-6,2],[-7,2],[-1,0],[-1,0],[-4,2],[-3,2],[-2,7],[-1,5],[1,4],[3,2],[2,4],[2,7],[1,4],[1,6],[4,6],[1,0],[0,2],[1,7]],[[1491,4236],[10,-9],[7,0],[3,-3],[12,5],[2,-3],[6,2],[5,2],[4,6],[10,2],[7,-1],[6,4],[2,6],[5,5],[5,0],[3,-2],[7,-1],[6,-5],[1,-4],[3,-3],[1,-7],[12,2],[7,-5],[3,-1],[-1,-2],[3,-3],[-4,-3],[1,-2],[2,1],[8,-3],[-2,-3],[5,-4],[0,-4],[3,-2],[0,-4],[3,-3],[9,-2],[3,-2],[0,-4],[3,-2],[1,-12],[15,-3],[3,-5],[6,-1],[0,-3]],[[6420,4368],[1,-1],[2,-2],[-1,-1],[0,-1],[-1,-1],[-5,-4],[-4,-2],[-5,-1],[-1,1],[-2,0],[-1,0],[-5,-1],[-5,-2],[0,-1],[-1,0],[-2,0],[-10,-2],[-7,-1],[-4,-1],[-4,-1],[1,6],[2,7],[-3,4],[0,3],[1,1],[1,0],[10,2],[1,0],[3,-1],[10,-2],[5,-1],[2,-1],[2,-1],[1,0],[1,0],[2,0],[2,0],[4,1],[2,1],[2,1],[1,1],[1,0],[1,1],[1,0],[2,-1]],[[2624,4452],[-1,-4],[-2,-3],[-1,-3],[-1,-4],[0,-2],[0,-5],[0,-2],[0,-2],[1,-4],[1,-1],[1,-1],[1,-2],[4,-3],[3,-3],[1,-2],[-1,2],[-2,1],[-2,-1],[0,-1],[0,-5],[1,-2],[0,-1],[2,-4],[1,-2],[5,-5],[2,-2],[1,-1],[2,-1],[2,-1],[2,-1],[5,-2],[4,-1],[3,-3],[4,-3],[0,-1],[2,-8],[0,-3],[0,-4],[-1,-1],[0,-1],[1,-3],[1,-1],[0,-1],[2,-1],[1,-1],[1,-1],[1,0],[6,-3],[5,-2],[4,-1],[4,-2],[1,0],[1,-1],[2,-1],[0,-1],[0,-3],[-1,-8],[-1,-6],[-1,-5],[-3,-5],[-1,-4],[-2,-4],[0,-1],[-2,-3],[-2,-2],[-2,-4],[-3,-8],[-5,-8],[-1,-3],[-1,-2],[-3,-5],[-3,-3],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-2,-3],[-1,-2],[-2,-3],[-3,-3],[-1,-4],[0,-2],[1,-3],[-1,-6],[0,-2],[-2,-3],[-4,-7],[-2,-5],[-3,-3],[-4,-4],[-2,-1],[-2,0],[-1,0],[-3,1],[-3,0],[-1,-1],[-6,-3],[-3,-2],[-7,-4],[-3,-3],[-7,-5],[-2,-2],[-4,-3],[-6,-5],[-6,-6],[-5,-4],[-2,-2],[-1,-2],[2,-1],[-1,-1],[0,1],[-1,1],[-2,-2],[0,-3],[-2,-2],[-4,-2],[-3,-2],[-1,-2],[-1,-2],[-1,-3],[-2,-3],[-3,-4],[-2,-2],[-4,-5],[-4,-4],[-2,-3],[-3,-4],[-2,-3],[-4,-5],[-1,-2],[-2,-7],[-2,-7],[-2,-5],[0,-2],[0,-4],[2,-8],[1,-7]],[[1676,4160],[1,-4],[12,-2],[2,-5],[2,0],[-1,-6],[4,-2],[5,2],[1,4],[5,2],[1,4],[15,1],[10,10],[0,3],[3,3],[9,0],[4,2],[2,6],[5,3],[9,-1],[9,10],[10,1],[5,-5],[7,3],[10,-1],[2,-2],[4,0],[1,5],[4,2],[21,7],[4,8],[-3,29],[7,0],[4,4],[5,-1],[7,-4],[10,1],[3,-6],[-2,-7],[8,-3],[12,3],[16,11],[2,-4],[-2,-6],[3,-5],[8,-6],[17,-7],[15,-4],[14,-15],[1,-4],[12,-7],[1,-5],[4,-5],[16,-10],[19,-16],[-2,2],[2,2],[5,1],[8,9],[-4,6],[2,5],[6,0],[4,5],[7,4],[13,2],[23,9],[1,2],[7,1],[2,5],[24,4],[21,8],[11,-1],[4,16],[10,5],[4,7],[13,6],[5,0],[1,15],[5,5],[4,10],[11,11],[-3,3],[3,4],[22,3],[0,4],[6,2],[-1,12],[-5,7],[-1,6],[3,4],[-21,1],[-1,-3],[-6,-3],[-10,0],[-6,-3],[-15,4],[-11,-1],[-12,3],[4,6],[3,1],[1,6],[-3,8],[1,4]],[[2154,4348],[10,-1],[14,4],[10,-3],[7,2],[8,-4],[3,1],[3,-1],[1,-2],[10,0],[16,-6],[9,10],[13,5],[1,5],[11,0],[7,3],[8,7],[4,1],[1,3],[6,3],[11,2],[4,10],[9,3],[6,5],[-1,8],[-5,2],[0,4],[-6,2],[-1,5],[8,0],[6,2],[-1,1],[2,4],[3,-1],[4,1],[0,2],[4,2],[2,4],[5,2],[-2,6],[2,2],[0,9],[3,3],[3,-1],[0,-2],[2,3],[6,-2],[3,2],[4,-2],[2,1],[2,-3],[9,-2],[1,2],[5,-1],[1,2],[3,-5],[4,3],[2,-3],[9,-4],[3,0],[1,5],[9,0],[3,2],[5,-4],[11,9],[9,3],[22,14],[9,15],[8,9],[17,-8],[18,2],[23,-6],[16,-23],[11,-7],[-2,8],[3,5],[5,2],[0,3],[6,1],[6,-4],[0,2],[2,-2],[2,2],[1,-3],[3,0],[0,3],[6,-3],[6,0],[1,-3],[3,2],[3,-1],[-3,-4],[2,-4],[1,-1],[4,1],[0,-1],[5,-3]],[[7866,4441],[-3,-10],[4,-24],[-7,-1],[-9,4],[-8,1],[-3,4],[-1,10],[-8,10],[10,9],[17,-2],[6,2],[2,-3]],[[6097,4540],[5,-3],[7,-4],[8,-1],[10,-1],[9,0],[7,-3],[6,0],[10,-3],[1,0],[0,-1],[1,-1],[3,-6],[0,-4],[3,-6],[1,-1],[1,-1],[0,-1],[0,-1],[0,-3],[-3,-3],[-4,-4],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,0],[-6,3],[-4,2],[-1,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-2,-2],[-3,-3],[-3,-1],[-6,1],[-3,1],[-4,1],[-3,0],[-2,0],[-3,0],[-1,-1],[-11,0],[-3,-1],[-1,0],[-3,-1],[-3,0],[-2,1],[-6,4],[-7,3],[-3,2],[-1,1],[1,0],[0,1],[3,1],[2,1],[2,1],[1,0],[0,2],[0,2],[0,2],[-1,2],[-1,2],[-1,1],[0,4],[0,4],[1,0],[1,0],[1,1],[2,2],[1,1],[1,1],[1,5],[-1,3],[-1,1],[-2,2],[0,1],[1,1],[2,0],[5,2],[6,-1]],[[9363,4139],[3,15],[15,-1],[0,4],[-5,11],[11,7],[5,9],[2,19],[-2,9]],[[9392,4212],[5,2],[0,6],[14,5],[2,8],[21,5],[8,4],[5,-1],[1,3],[16,-1],[-1,3],[3,1],[0,2],[41,5],[3,9],[12,16],[19,-2],[18,12],[9,-1],[8,-4],[9,6],[-1,6],[12,10],[7,-13],[6,3],[-1,-2],[2,0],[-3,-3],[7,2],[-2,-6],[8,-5],[5,3],[-4,5],[3,5],[-5,2],[-6,-3],[-2,1],[3,2],[-3,1],[10,7],[0,-6],[3,-3],[0,3],[3,0],[-1,3],[6,4],[-3,2],[-6,-3],[-1,1],[7,3],[3,8],[6,6],[-3,4],[3,-1],[5,3]],[[9643,4329],[1,0],[9,-5],[4,-2],[3,-4],[2,-2],[3,-3],[4,-3],[2,-1],[6,-3],[2,-1],[4,-1],[10,-3],[10,-2],[6,-5],[1,-1],[2,-1],[4,-2],[3,-1],[4,-1],[3,0],[4,1],[1,-1],[6,-3],[4,-3],[1,-1],[1,-1],[1,-1],[1,-1],[4,-3],[2,-1],[4,-1],[4,-2],[5,-3],[1,-1],[3,-3],[2,-1],[1,-2],[5,-6],[4,-4],[1,-1],[3,-2],[7,-7],[3,-3],[2,-2],[7,-4],[4,-2],[1,-1],[4,-2],[2,-1],[3,-3],[2,-3],[0,-3],[1,-3],[6,-6],[5,-4],[9,-5],[4,-3],[4,-2],[7,-4],[6,-6],[7,-7],[5,-4],[5,-7],[1,-2],[3,-4],[1,-1],[3,-3],[2,-2],[8,-5],[6,-3],[8,-5],[7,-3],[1,-1],[4,-5],[2,-7],[-1,-2],[0,-2],[1,-2],[2,-1],[1,-1],[1,0],[1,0],[4,-2],[2,-5],[-1,-1],[2,-4],[2,-5],[5,-6],[3,-3],[2,-4],[1,-1],[1,-3],[2,-4],[0,-3],[-1,-2],[-2,-2],[-1,-2],[-1,-3],[0,-1],[0,-3],[0,-3],[2,-4],[2,-4],[5,-3],[3,-4],[2,-3],[4,-6],[0,-5],[5,-5],[2,-6],[0,-5],[1,-3],[3,-2],[11,0],[7,-7],[2,-2],[0,-1],[-1,-1],[-1,0],[-2,0],[-2,-1],[-1,-1],[-1,-2],[-1,-2],[1,-1],[0,-1],[1,-1],[1,-1],[1,-2],[2,-3],[2,-1],[4,-5],[0,-1],[-2,-2],[0,-1],[-8,-6],[-9,-6],[-4,-2],[-5,-8],[-4,-6],[-3,-9],[-1,-6],[0,-3],[-1,-3],[-1,-2],[-2,-2],[-4,-3],[-2,-1],[-3,-1],[-7,-3],[-9,-4],[-3,-2],[-3,-5],[-2,-7],[-2,-7],[-3,-2],[-4,-2],[-3,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-1,-3],[0,-4],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-2,-7],[-1,-4],[-1,-5],[0,-1],[0,-2],[-1,-4],[-1,-4],[-1,-6],[-1,-2],[-2,-7],[-1,-5],[0,-5],[-2,-5],[2,-6],[2,-4],[1,-5],[1,-8],[0,-3],[-1,-4],[0,-2],[-1,-2],[-3,-7],[-2,-6],[0,-2],[0,-1],[-1,-3],[0,-2],[-1,-1],[-2,-1],[-1,-1],[0,-2],[1,-4],[0,-3],[0,-1],[2,-3],[2,-3],[0,-1],[0,-3],[0,-1],[-1,-2],[-6,-5],[-3,-4],[-2,-3],[-2,-3],[-4,-3],[-5,1],[-5,0],[-4,-1],[-3,-2],[-6,1],[-5,2],[-7,6],[-3,5],[-7,0],[-3,2],[-2,2],[-8,5],[-5,2],[-5,2],[-3,2],[-6,3],[-1,1],[-2,1],[-1,1],[-3,1],[-3,1],[-2,1],[-2,0],[-10,-1],[-7,-1],[-5,1],[-6,0],[-8,1],[-8,1],[-7,2],[-3,3],[-7,3],[-5,2],[-1,1],[-1,0],[-3,0],[-7,4],[-2,1],[-2,2],[-1,0],[-9,2],[-2,1],[-3,2],[0,1],[-10,8],[-6,4],[-5,4],[-2,2],[-3,1],[-5,3],[-5,3],[-5,2],[-4,2],[-1,0],[-5,2],[-5,4],[-5,5],[-3,4],[-1,1],[-1,1],[-3,2],[-3,1],[-6,3],[-6,6],[-5,6],[-3,2],[-1,1],[-4,4],[-1,4],[0,2],[0,1],[0,1],[-2,4],[-1,1],[-2,2],[-3,1],[-6,3],[-3,6],[-6,7],[-2,4],[-2,2],[-2,2],[0,1],[0,2],[1,1],[3,-1],[3,-1],[2,-1],[1,0],[1,1],[2,1],[1,2],[4,3],[1,2],[0,2],[2,3],[1,4],[0,3],[-1,4],[0,2],[-1,3],[-1,2],[-2,2],[-1,3],[-3,3],[-2,2],[-2,2],[-1,1],[-7,3],[-5,2],[-5,1],[-5,-1],[-2,-1],[-2,0],[0,1],[1,4],[1,1],[2,1],[1,0],[2,0],[-4,-2],[0,-1],[2,0],[6,0],[4,2],[8,6],[1,2],[3,3],[1,3],[0,2],[1,2],[1,2],[0,1],[2,2],[1,8],[-1,3],[0,3],[0,4],[-1,2],[-1,2],[-5,4],[-4,6],[-2,2],[-1,5],[-2,3],[-3,2],[-5,2],[-5,4],[-7,4],[-3,1],[-3,2],[-4,5],[-4,5],[-3,2],[-4,3],[-2,1],[-7,5],[-6,8],[-5,6],[-1,1],[-1,6],[2,9],[4,5],[1,1],[0,1],[-1,4],[-1,1],[-1,1],[-2,1],[-2,1],[-2,1],[-2,2],[-6,7],[0,1],[2,0],[2,0],[0,4],[-1,3],[0,1],[-2,2],[-2,3],[-3,2],[-4,1],[-1,0],[-5,2],[-4,4],[-1,2],[-2,2],[-2,1],[-8,4],[-2,2],[-1,1],[-1,1],[-1,1],[-3,1],[-2,1],[-4,1],[-3,-1],[-1,0],[-2,0],[-1,-1],[-9,0],[-4,0],[-4,1],[-3,2],[-4,2],[-5,0],[-2,0],[-5,0],[-3,1],[-4,1],[-3,1],[-10,1],[-5,0],[-6,0]],[[6213,4549],[2,-3],[1,0],[1,-1],[4,0],[6,0],[1,0],[1,-1],[0,-2],[-1,-1],[-2,-2],[-1,2],[-1,1],[-2,-1],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-5,-7],[1,-7],[1,-1],[0,-1],[-3,1],[-1,0],[-2,2],[-1,1],[0,2],[-1,2],[-2,1],[-1,-1],[1,-1],[0,-1],[-1,-1],[-2,0],[-1,2],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[1,-2],[-1,0],[-3,1],[-1,0],[-2,1],[1,3],[1,1],[1,1],[1,1],[1,0],[1,-1],[1,0],[3,-1],[1,1],[1,2],[3,5],[2,2],[-1,1],[-1,3],[3,5],[5,1]],[[2609,4640],[4,0],[1,0],[1,0],[0,-1],[1,0],[2,-3],[0,-6],[-1,-1],[0,-1],[-2,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,1],[-8,3],[-3,0],[-1,1],[-2,1],[-1,1],[1,1],[2,4],[2,1],[12,1],[0,-1]],[[2614,4684],[0,-2],[0,-4],[4,-3],[1,-3],[0,-1],[0,-1],[-1,0],[-2,-1],[-8,-1],[-4,-2],[-4,-1],[-1,-1],[-6,-3],[-5,-4],[-3,-2],[-4,-3],[-3,-2],[-1,1],[-5,3],[-6,0],[9,6],[6,3],[4,2],[7,4],[4,3],[2,1],[2,1],[8,6],[0,1],[3,2],[3,1],[1,1],[-1,-1]],[[5345,4691],[1,0],[5,-2],[-2,-3],[-11,-3],[-6,-3],[-1,-1],[-2,-3],[-1,-2],[-3,-9],[-1,-6],[4,-3],[2,-2],[-1,-2],[-4,-6],[-2,-2],[-3,-1],[-1,1],[-1,1],[-2,2],[-1,3],[2,1],[3,3],[0,1],[0,1],[-1,1],[-1,1],[-2,0],[-3,2],[-1,4],[2,6],[1,6],[4,1],[4,1],[9,5],[7,5],[4,3],[1,1],[1,-1]],[[7321,4605],[5,-6],[5,0],[10,-4],[-2,-2],[8,-8],[7,1],[5,-2],[-1,-4],[-5,-1],[-6,-4],[1,-2],[9,-3],[7,2],[2,-1],[-7,-13],[5,-9],[4,-2],[-6,-4],[0,-5],[-4,-6],[4,-15],[-2,-8],[9,-6],[10,0],[6,-4],[15,-17],[14,-5],[4,1],[5,-7],[12,-6],[14,0],[2,-7],[3,-1],[6,2],[3,-2],[-2,-7],[-5,-3],[-5,-6],[-18,-5],[-3,-10],[-5,-4],[-8,-12],[13,-5],[8,-9],[9,1],[5,-6],[16,-1],[5,-6],[-1,-4],[4,-3],[12,2],[5,-4],[-4,-2],[-2,-5],[-5,-3],[4,-1],[1,-6],[3,-1],[2,-5],[-2,-6],[8,-3],[-1,-2],[-5,0],[1,-5],[-4,-1],[4,-6],[6,-1],[3,-4],[-13,-8],[4,-6],[-1,-4],[7,-2],[8,-7],[9,-1],[4,-6],[6,-1],[-1,-8],[12,-12],[-4,-2],[34,-15],[11,-9],[6,-1],[13,-19],[7,5],[5,-1],[16,-10],[5,-1],[2,-5],[4,-1],[0,-7],[-6,-6],[2,-17],[14,-15],[8,-2],[-3,-6],[14,-13],[4,-2],[6,2],[8,-2],[2,-6],[7,1],[14,-2],[4,-8],[4,-2],[3,-5],[-5,-4],[0,-9],[5,-5],[-14,-7],[-2,-6],[3,-6],[6,-4],[-2,-3],[-5,-4],[-13,0],[-18,-10],[-1,-4],[-4,-1],[-6,3],[-8,-3],[2,-3],[-3,-4],[1,-4],[-10,-4],[-5,-4],[3,-2],[1,-5],[-13,-7],[-1,-3],[8,-16],[-6,-14],[3,-5],[-24,-28],[-13,-5],[-6,1],[-3,-1],[7,-4],[5,0],[5,-3],[4,-6],[0,-8],[-27,-11]],[[7581,3921],[-2,2],[-1,2],[-4,3],[-4,2],[-4,4],[0,2],[0,1],[0,1],[1,2],[2,1],[2,2],[0,1],[-1,1],[0,1],[-2,1],[-2,1],[-2,1],[-1,-1],[-7,-3],[-6,3],[-4,1],[-2,0],[-3,0],[-6,1],[-6,1],[-3,1],[-3,0],[-3,0],[-2,0],[-9,-2],[-11,0],[-5,-1],[-6,0],[-3,-1],[-2,-1],[-2,0],[-2,0],[-4,-2],[-8,-4],[-4,-3],[-6,-5],[-5,-6],[-3,-5],[-5,-2],[-1,0],[-3,-1],[-9,-3],[-5,-4],[-8,-7],[-6,-6],[-6,-6],[-5,-7],[-1,-4],[-1,-1],[-2,-1],[0,-1],[-3,-2],[-1,0],[-4,2],[-3,1],[-4,1],[-10,1],[-8,3],[-3,1],[-1,0],[-3,-1],[-7,-1],[-5,0],[-9,3],[-9,3],[-3,3],[-2,2],[-3,4],[-2,3],[-5,5],[-2,2],[-2,2],[-2,1],[-1,0],[-3,1],[-8,-3],[-9,-3],[-2,-1],[-4,-1],[-9,-1],[-2,1],[-2,2],[0,2],[2,3],[4,-1],[2,-1],[1,0],[1,1],[3,3],[1,3],[0,2],[0,3],[-1,2],[-1,4],[0,3],[-1,2],[-1,2],[0,2],[-2,4],[-3,4],[-1,2],[-7,7],[-3,3],[-3,1],[-8,3],[-7,4],[-4,4],[-1,1],[-1,1],[-1,1],[-2,0],[-2,1],[0,1],[-1,1],[-1,1],[-1,-1],[1,-1],[-1,1],[1,1],[0,1],[-1,1],[-1,1],[-3,2],[-2,2],[-1,1],[-1,2],[-1,0],[-1,2],[-3,2],[-1,1],[-2,1],[-1,0],[-2,0],[-1,0],[-6,0],[-5,0],[-4,2],[-3,2],[-2,2],[-3,3],[-5,5],[-2,2],[-3,4],[-3,2],[-4,5],[-5,4],[-2,2],[-3,3],[-4,3],[-3,2],[-2,1],[-1,1],[-4,1],[-3,1],[-1,0],[-2,0],[-4,0],[-4,-1],[-10,-1],[-9,-1],[-3,-2],[-1,-1],[-3,-1],[-3,-1],[-3,-1],[-3,-1],[-4,2],[-1,1],[-11,1],[-1,0],[-2,0],[-2,1],[-4,2],[-2,2],[-2,2],[-5,1],[1,-2],[1,-1],[-1,1],[-1,2],[0,1],[0,2],[0,2],[-2,2],[-1,2],[-1,2],[-3,5],[-4,4],[-1,2],[-2,1],[-9,7],[-4,4],[-1,1],[-3,1],[-1,0],[-1,0],[-2,0],[-4,0],[-3,0],[-5,1],[-1,2],[-2,2],[-2,2],[-4,2],[-4,1],[-1,1],[-3,0],[-5,0],[-2,0],[-1,0],[-1,-2],[-4,-1],[-4,2],[-3,1],[-6,3],[-1,1],[-6,5],[-1,2],[-1,1],[0,5],[3,3],[1,1],[8,4],[10,4],[4,3],[5,4],[1,3],[0,2],[1,4],[0,8],[1,2],[0,1],[0,4],[-1,3],[0,2],[-1,4],[-1,0],[-3,6],[2,4],[1,6],[1,3],[1,1],[1,1],[6,2],[1,0],[4,1],[1,0],[1,0],[4,1],[4,3],[1,1],[1,1],[4,3],[3,3],[2,-3],[6,2],[1,0],[1,0],[2,3],[1,1],[1,3],[0,2],[0,4],[1,6],[0,4],[-1,3],[0,3],[-1,5],[-1,2],[-1,2],[-1,2],[0,1],[-1,3],[-1,2],[-1,1],[-4,7],[-2,5],[-1,2],[-3,5],[-1,1],[-4,7],[-2,2],[-2,3],[-3,4],[-3,4],[-2,3],[-5,7],[-3,4],[-5,7],[-4,6],[-1,3],[-1,2],[-2,3],[-1,2],[-3,7],[-2,3],[-2,4],[-3,5],[-2,5],[-3,6],[-4,7],[-4,7],[-1,1],[-3,5],[-4,6],[-3,5],[-5,6],[-3,4],[-2,3],[-5,5],[-2,3],[-7,8],[-6,6],[-9,9],[-6,6],[-6,5],[-6,5],[-1,2],[-4,3],[-5,4],[-3,3],[-5,4],[-4,2],[-3,2],[-3,2],[-3,2],[-6,3],[-5,2],[-3,1],[-4,2],[-7,2],[-1,0],[-1,0],[-3,-2],[0,-1],[3,-2],[-5,-6],[-1,0],[-4,-1],[4,1],[1,0],[4,6],[-1,2],[-2,2],[-1,1],[-1,0],[-1,0],[-3,-2],[-2,-2],[-3,-2],[-6,-1],[-10,-2],[-4,-4],[-1,-2],[-3,-5],[-4,-6],[-5,-6],[-1,0],[-2,-3],[-4,-3],[-8,-1],[-2,1],[-1,0],[-1,0],[-1,1],[-4,2],[-6,3],[-5,1],[-10,4],[-3,1],[-3,1],[-1,0],[-2,0],[-1,0],[1,0],[1,-1],[-1,0],[-2,0],[-1,1],[-1,0],[-2,0],[-4,-1],[-3,-3],[-4,-4],[-3,-3],[-6,-2],[-9,-4],[-7,-5],[-5,-4],[-8,-3],[-11,-1],[-5,0],[-1,1],[-2,0],[-2,-1],[-2,0],[-2,0],[-1,0],[-3,-3],[-3,-2],[-2,0],[-4,0],[-1,1],[-1,1],[-1,1],[-3,5],[-5,2],[-6,3],[-6,3],[-1,0],[-1,0],[-6,1],[-7,-3],[-7,-3],[-1,0]],[[6593,4420],[-6,5],[4,3],[-2,2],[14,4],[1,9],[13,-1],[4,2],[7,-3],[2,-4],[-3,-4],[1,-5],[6,-7],[5,-1],[4,1],[0,2],[2,-1],[-1,2],[3,0],[9,-3],[8,1],[2,6],[3,-4],[5,-2],[10,4],[3,8],[-8,3],[1,7],[-6,3],[-6,7],[-3,7],[2,2],[13,0],[3,3],[-1,3],[2,1],[-1,3],[10,5],[2,5],[-11,7],[2,7],[-7,0],[-1,7],[-2,4],[-2,0],[-4,8],[-9,-4],[-2,9],[-3,2],[-5,-3],[-10,-2],[-17,5],[0,2],[7,3],[-6,23],[8,1],[-1,2],[4,2],[12,0],[1,2],[8,-2],[6,12],[20,-5],[0,7],[-2,4],[2,2],[10,3],[2,11],[-21,13],[-1,2],[6,10],[29,1]],[[6708,4616],[16,-3],[11,-7],[11,-1],[3,-8],[18,-4],[-2,2],[1,5],[10,10],[5,0],[8,-3],[19,1],[6,3],[3,0],[-1,-3],[6,-9],[-9,-6],[12,-17],[5,2],[5,-1],[5,3],[6,-1],[-1,-2],[3,-1],[2,3],[6,1],[-1,-4],[3,-1],[2,1],[9,-3],[4,2],[-2,2],[7,2],[5,-1],[10,-8],[7,-1],[12,6],[22,-3],[18,7],[15,2],[4,3],[0,-8],[13,-6],[6,-4],[4,-2],[7,1],[16,-3],[12,3],[3,-7],[14,-3],[1,-4],[15,8],[24,-8],[0,1],[13,-3],[8,1],[11,-5],[2,1],[24,-5],[7,0],[3,-4],[3,0],[5,-20],[5,-3],[1,-9],[9,-9],[4,-2],[11,2],[12,0],[5,6],[11,2],[27,0],[-6,4],[4,4],[-3,4],[1,12],[-3,9],[1,16],[10,11],[10,3],[6,4],[8,2],[4,10],[-1,7],[10,17],[19,1],[10,-5],[4,2]],[[1829,4687],[24,13],[1,3],[16,-6],[3,0],[2,-3],[4,1],[11,-6],[9,0],[11,1],[9,8],[7,-1],[2,4],[4,4],[6,0],[3,6],[6,4],[3,-6],[14,3],[2,-3],[5,-1],[1,-3],[2,-1],[0,-5],[-10,-5],[-1,-2],[5,-4],[11,0],[1,-6],[3,-1],[0,-7],[5,0],[-3,-4],[-4,-2],[-2,-4],[-9,-2],[-2,-5],[-6,3],[-2,-3],[-2,1],[-5,-3],[-11,-2],[-5,-5],[-29,5],[-1,-3],[7,-8],[-5,-5],[0,-4],[5,-5],[2,-6],[6,2],[11,-7],[3,5],[6,0],[2,5],[8,2],[2,3],[5,0],[4,-6],[8,3],[5,-2],[3,-8],[5,-2],[6,-6],[3,0],[1,4],[9,-1],[-1,-4],[-10,-2],[4,-7],[6,-5],[-11,-4],[-6,-8],[2,-3],[5,0],[5,4],[4,0],[-2,-5],[4,-2],[5,4],[1,-6],[9,-4],[-6,-11],[6,-7],[-7,-8],[2,-6],[5,-4],[1,-6],[3,-1],[-5,-7],[-3,-12],[-4,-3],[1,-18],[-4,-5],[-5,2],[-5,-2],[7,-12],[8,-1],[1,-2],[8,-3],[4,1],[11,-3],[9,2],[7,-4],[2,-8],[5,-3],[25,-5],[12,-4],[5,4],[7,0],[-1,7],[16,-1],[20,3],[5,-21],[11,-9],[-1,-10],[-4,-11],[1,-7],[5,-4],[-6,-9],[3,-9],[-6,-20],[1,-6],[2,-1]],[[1491,4236],[0,1],[0,4],[-1,7],[-1,5],[-2,5],[0,5],[-3,5],[-4,7],[-2,5],[-1,6],[-3,6],[-2,4],[-1,2],[0,3],[-1,4],[-1,2],[-1,2],[-2,3],[-1,0],[-1,1],[-10,2],[-9,2],[-5,3],[-2,7],[-3,5],[-2,4],[-2,3],[-1,2],[-2,3],[-1,4],[-2,4],[-2,5],[-1,3],[-3,4],[-3,2],[-3,2],[0,1],[-1,1],[-1,2],[0,1],[1,-3],[1,-1],[4,-1],[2,0],[3,6],[0,1],[0,2],[-2,3],[-2,2],[-2,2],[-1,2],[-1,2],[-2,2],[-3,2],[-3,2],[-4,2],[-3,1],[-2,0],[-9,-2],[-5,-1],[-4,-2],[-9,-4],[-5,-2],[-4,-2],[0,-3],[-2,-4],[-11,-1],[-6,0],[-7,1],[-8,-2],[-1,1],[-4,2],[-1,1],[0,1],[0,1],[0,1],[1,2],[7,7],[7,5],[0,1],[1,0],[0,1],[1,0],[0,1],[1,3],[0,1],[0,1],[-1,1],[-5,8],[-2,2],[-3,1],[-2,1],[-3,1],[-2,0],[-2,0],[-2,0],[-2,-1],[-1,0],[-1,-1],[0,-1],[1,-2],[-1,-3],[-2,-2],[-3,-4],[-5,-7],[-5,-4],[-5,-5],[-1,-1],[-1,-3],[-1,-1],[0,-2],[1,0],[1,-4],[2,-3],[0,-1],[-1,-4],[-1,-1],[-1,0],[-1,0],[-3,5],[0,1],[-1,2],[-3,8],[-3,7],[-1,6],[0,8],[-3,9],[0,4],[0,3],[0,1],[1,1],[1,2],[1,0],[2,0],[3,0],[3,0],[2,1],[1,0],[2,1],[0,1],[-1,1],[8,3],[8,2],[1,0],[2,1],[1,2],[3,8],[1,6],[1,3],[2,5],[3,7],[3,4],[1,0],[1,1],[1,0],[0,2],[0,1],[0,2],[-1,1],[-1,1],[-1,1],[-2,0],[-7,2],[-9,2],[-3,2],[-1,4],[-1,2],[-2,2],[-2,2],[-5,4],[-4,1],[-4,3],[-2,3],[-2,3],[-3,2],[-1,1],[-1,0],[-1,1],[-2,-1],[-2,1],[-2,2],[0,6],[1,0],[2,1],[3,0],[3,2],[6,7],[3,3],[0,1],[2,3],[2,2],[4,5],[1,1],[0,6],[0,6],[-2,3],[-4,6],[3,4],[4,1],[7,3],[1,2],[1,7],[4,6],[1,1],[1,1],[1,0],[3,2],[3,4],[1,1],[0,1],[2,6],[3,6],[4,6],[2,3],[2,5],[1,2],[3,3],[2,4],[0,3],[2,8],[1,2],[1,2],[-1,4],[-3,6],[-4,3],[-7,5],[-8,4],[-2,3],[-2,4],[1,1],[-1,2],[-1,1],[-6,3],[-5,3],[-1,1],[0,1],[1,2],[1,1],[2,1],[3,7],[1,2],[1,1],[3,3],[4,4],[3,6],[2,3],[1,1],[2,1],[1,-1],[3,-4],[6,-6],[6,-3],[7,-2],[2,0],[3,0],[0,-1],[0,-1],[-2,-4],[-2,-3],[0,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[-1,0],[0,1],[1,0],[-1,2],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-5],[0,-1],[2,-3],[3,-3],[1,-2],[0,-3],[-1,-4],[-1,0],[0,-1],[0,-2],[0,-1],[5,-5],[4,-5],[3,-4],[5,-4],[4,-3],[3,-3],[4,-4],[2,-3],[7,-5],[4,-3],[4,-3],[3,-2],[7,-5],[4,-2],[9,-5],[1,0],[1,0],[6,-1],[1,0],[6,0],[6,-1],[4,-1],[2,-1],[2,0],[2,9],[9,2],[1,0],[19,-1],[-19,1],[-1,0],[-8,-2],[-1,0],[-2,-9],[1,0],[1,0],[7,-1],[5,0],[3,-1],[5,0],[6,1],[8,0],[6,0],[5,2],[2,0],[8,-3],[6,-2],[4,-2],[4,-3],[5,-2],[1,-1],[1,0],[5,-2],[5,-2],[5,-2],[4,0],[7,0],[11,1],[10,0],[8,2],[9,0],[9,1],[7,2],[7,1],[6,2],[10,2],[6,2],[6,2],[2,1],[13,6],[2,1],[7,4],[2,1],[6,5],[4,2],[1,1],[3,3],[0,1],[2,5],[1,4],[0,1],[1,1],[2,3],[3,1],[3,1],[4,3],[2,2],[8,3],[3,1],[3,1],[3,1],[2,0],[5,2],[2,1],[6,3],[6,5],[1,1],[3,2],[3,1],[2,1],[1,0],[5,0],[3,-1],[3,-1],[1,0],[2,0],[5,0],[1,0],[1,0],[6,3],[7,2],[11,-1],[8,-1],[9,1],[8,3],[3,1],[4,2],[6,5]],[[8490,4500],[-14,-7],[-4,5],[-6,-7],[13,-12],[12,-1],[-1,-9],[-13,-39],[3,-6],[-1,-8],[10,-12],[3,-1],[-8,-6],[-3,1],[-2,-2],[5,-8],[-9,-16],[-2,-9],[1,-5],[7,-3],[8,-9],[-7,-9],[7,-8],[10,-3],[1,-3],[-1,-6],[-13,-18],[6,-5],[6,0],[-2,-2],[3,-4],[5,-1],[1,-1],[5,0],[4,5],[2,-3],[-1,-4],[14,0],[1,-1],[3,1],[4,-3],[1,4],[4,-2],[4,0],[9,-4],[6,-9],[-2,-3],[2,-9],[5,-3],[1,-4],[7,0],[-1,-4],[7,-4],[3,-4],[3,2],[5,-2],[4,-8],[3,0],[-1,3],[3,1],[2,-4],[7,-3]],[[8609,4228],[-2,-3],[-3,-5],[-3,-4],[-3,-4],[-5,-7],[-2,-3],[-3,-3],[-4,-4],[-1,-2],[-3,-4],[-3,-3],[-2,-3],[-3,-3],[-3,-3],[-1,-2],[-1,-2],[-5,-5],[-6,-6],[-1,-1],[-2,-2],[-3,-3],[-4,-5],[-3,-3],[-2,-2],[-1,-2],[-2,-2],[-1,-2],[-1,-3],[-1,-2],[-3,-4],[-3,-5],[-3,-6],[-3,-4],[-4,-6],[-2,-3],[-3,-4],[-2,-4],[-2,-2],[-1,-5],[-2,-4],[-1,-3],[0,-2],[-1,-3],[-1,-3],[-2,-5],[-2,-5],[0,-1],[-2,-2],[-2,-2],[-3,-4],[-4,-5],[-5,-6],[-4,-4],[-5,-6],[-2,-4],[-4,-6],[-2,-3],[-2,-3],[-3,-6],[-2,-1],[-3,-3],[-2,-2],[-10,-7],[-6,-4],[-5,-3],[-2,-1],[-5,-4],[-4,-3],[-1,1]],[[8215,3933],[-9,3],[-3,3],[-3,9],[2,7],[-10,-4],[-4,-4],[-3,1],[2,3],[-1,1],[4,4],[0,3],[5,5],[-6,3],[-5,-6],[-5,2],[18,17],[-12,2],[-4,4],[-4,0],[8,2],[-1,3],[-5,0],[-3,-3],[1,3],[-2,0],[9,13],[6,2],[1,1],[-3,0],[3,2],[12,7],[10,1],[-2,7],[3,5],[-1,2],[-6,-1],[0,6],[-6,0],[-8,7],[-11,2],[-3,9],[-6,8],[0,10],[9,6],[2,6],[-3,8],[11,9],[-3,10],[7,10],[-7,5],[-3,7],[9,7],[1,13],[-20,-1],[-9,-5],[-7,0],[-12,-21],[-4,-4],[-9,-3],[-19,-2],[-20,4],[-13,-6],[-40,-1],[-5,21],[-13,8],[-1,8],[-8,3],[6,5],[16,-1],[2,3],[-6,7],[-6,2],[-1,7],[-10,0],[3,8],[-5,5],[-5,10],[1,4],[-3,7],[-11,4],[-5,5],[-8,3],[-4,5],[-5,1],[0,4],[-6,4],[-1,10],[4,5],[6,4],[9,-1],[6,13],[6,7],[-14,6],[-7,0],[-16,19],[-1,4],[13,5],[4,8],[-11,12],[-1,4],[-19,20],[-3,1],[20,8],[18,26],[-5,0],[-3,1],[-13,11],[-4,-1],[-2,3],[-7,1],[-8,17],[-12,3],[-7,10],[0,5],[6,2],[0,10],[3,4],[4,1],[5,-1],[8,2],[1,5],[7,0],[10,4],[23,19],[7,2],[8,-1],[1,3],[0,13],[3,4],[-2,1],[0,9],[-12,10],[-11,15],[2,3],[-3,0],[-2,4],[0,-4],[-2,4],[5,7],[1,18],[10,4],[29,3],[31,14],[8,8],[11,0],[13,6]],[[8085,4607],[7,-4],[3,-9],[11,-7],[8,-11],[32,-16],[27,-29],[27,-11],[5,-5],[10,-19],[11,-6],[13,-1],[7,7],[10,3],[28,22],[17,21],[10,-6],[-4,-2],[4,-4],[3,1],[5,-3],[0,-4],[-4,-2],[1,-4],[5,1],[12,-9],[4,0],[0,4],[-5,0],[-3,3],[6,6],[-8,4],[4,6],[9,1],[0,2],[-3,1],[8,0],[0,1],[1,0],[4,-2],[4,-13],[4,-3],[-1,6],[3,0],[1,-6],[5,5],[-9,9],[0,6],[5,-1],[1,4],[4,0],[2,-1],[4,1],[3,-7],[4,-2],[10,2],[1,-3],[12,2],[3,-1],[2,2],[2,-5],[2,4],[5,-3],[-2,-2],[1,-5],[4,4],[3,-2],[-2,-3],[1,-1],[3,3],[4,0],[-3,-5],[3,-1],[4,1],[3,-1],[2,10],[8,-8],[44,-22]],[[9018,4530],[-3,-2],[0,-11],[13,-4],[6,-6],[5,2],[7,-3],[3,-3],[-1,-7],[6,-12],[7,-6],[8,-3],[7,4],[3,-1],[-1,-6],[-6,1],[9,-44],[8,-6],[18,-4],[12,-8],[1,-8],[-2,-2],[1,-2],[-8,-5],[-6,-2],[2,-5],[-9,-25],[3,-10],[7,-7],[9,-19],[7,-7],[0,-6],[4,-1],[2,-11],[20,-3],[8,-8],[0,-10],[22,-17],[1,4],[-4,2],[6,1],[5,-2],[4,-6],[3,0],[1,6],[3,1],[7,-6],[11,9],[-7,6],[2,4],[11,-1],[11,5],[2,-3],[8,-2],[2,3],[9,-3],[3,-2],[-1,-5],[12,0],[0,-3],[4,1],[1,-2],[4,0],[9,-6],[2,0],[1,2],[5,-1],[1,-10],[6,-7],[2,-8],[21,-3],[0,-5],[9,-6],[-1,-4],[36,5],[0,-3],[6,-5],[12,3],[5,-6],[0,-4]],[[9363,4139],[-12,1],[-5,-1],[-6,3],[-11,2],[-7,1],[-4,0],[-5,1],[-10,1],[-5,0],[-3,0],[-11,1],[-8,-1],[-3,0],[-3,0],[-12,-1],[-3,0],[-2,0],[-8,-1],[-6,0],[-3,-1],[-4,0],[-2,0],[-2,0],[-5,-1],[-4,0],[-2,-1],[-2,0],[-2,0],[-2,0],[-3,1],[-5,0],[-5,-1],[-1,0],[-1,0],[0,-2],[-1,0],[-1,-1],[1,1],[1,0],[-1,1],[-3,1],[-2,0],[-8,-1],[-11,-1],[-7,-1],[-4,0],[-10,0],[-1,0],[-1,0],[-2,1],[-1,1],[0,2],[-1,2],[0,1],[-3,3],[-1,1],[-2,1],[-1,1],[-2,1],[-6,1],[-1,0],[-3,0],[-9,2],[-9,1],[-1,1],[-2,2],[-2,2],[-1,2],[-4,3],[-3,2],[-5,1],[-9,2],[-4,0],[-2,0],[-6,-1],[-3,0],[-5,0],[-6,0],[-4,3],[-7,3],[-3,2],[-2,4],[-4,3],[-4,0],[-3,1],[-10,3],[-9,6],[-4,1],[-3,0],[-3,0],[-7,1],[-9,2],[-1,2],[-1,1],[-1,2],[-2,1],[-2,2],[-3,2],[-2,1],[-7,1],[-7,1],[-6,6],[-7,3],[-8,2],[-7,3],[-2,1],[-7,3],[-8,5],[-3,2],[-8,0],[-4,0],[-1,2],[-2,4],[4,4],[2,1],[1,1],[5,0],[4,1],[1,-1],[2,0],[3,0],[3,1],[2,1],[4,4],[1,1],[2,2],[5,11],[0,1],[0,2],[-1,5],[0,2],[-1,1],[-1,1],[0,1],[-1,1],[-4,3],[-3,2],[-4,3],[-11,4],[-11,2],[-3,0],[-5,0],[0,-1],[-6,1],[-4,2],[-3,2],[-5,5],[-3,4],[-6,6],[-7,-5],[-2,1],[9,6],[-2,2],[-14,-9],[-2,0],[5,8],[0,1],[0,1],[-3,2],[-7,4],[-3,1],[-2,1],[-3,1],[-1,0],[-6,1],[-8,1],[-7,0],[-7,0],[-6,0],[-11,-1],[-5,-1],[-6,-1],[-17,-4],[-7,-2],[-9,-3],[-5,-2],[-3,-2],[-10,-4],[-5,-2],[-5,-2],[-13,-8],[-12,-7],[-10,-5],[-8,-6],[-10,-7],[-13,-10],[-7,-6],[-9,-10],[-6,-5],[-3,-4],[-7,-8],[-2,-2],[-2,-3]],[[8490,4500],[8,-2],[44,19],[5,-12],[6,-21],[7,-3],[11,2],[-3,11],[20,5],[6,7],[6,3],[9,-3],[3,-8],[5,7],[9,-6],[8,3],[2,-7],[11,-1],[16,5],[-1,3],[-4,2],[3,5],[-5,2],[3,9],[2,2],[15,4],[21,-2],[31,12],[6,4],[5,-7],[-17,-18],[13,-9],[5,-6],[9,-1],[17,4],[4,4],[23,-2],[2,-2],[-1,-5],[8,-2],[3,5],[14,-1],[-1,-4],[6,-2],[20,3],[3,2],[5,24],[3,3],[35,16],[2,-4],[9,3],[11,-3],[14,7],[3,0],[3,3],[0,5],[-5,18],[-3,4],[6,0],[3,-2],[1,1],[1,-2],[3,3],[8,0],[16,-3],[0,6],[11,-4],[1,2],[4,-6],[2,1],[0,-2],[2,-1],[-3,-2],[4,0],[-8,-3],[2,0],[-3,-2],[-5,1],[1,3],[-6,-2],[3,-3],[-5,-2],[12,-5],[0,-2],[-6,2],[-1,-2],[-7,0],[-2,2],[-1,-1],[3,-3],[0,-4],[8,-5],[1,-3],[7,-5],[-2,-3],[3,-3],[4,1],[4,-2],[2,-4],[5,5],[4,0],[1,-2],[6,-1],[2,-3],[3,0],[-2,5],[6,1],[4,5],[2,-1]],[[6680,4755],[2,-8],[5,-5],[1,-9],[-4,-9],[2,-4],[-2,-5],[3,-1],[-2,-1],[3,-2],[-3,-4],[4,-4],[0,-5],[3,0],[-1,-8],[24,-5],[3,-4],[-3,-1],[4,-1],[-1,-3],[3,-5],[5,2],[25,-1],[6,2],[5,-7],[-4,-3],[-8,1],[-3,-1],[-1,1],[-5,0],[1,3],[-10,1],[-2,2],[1,-1],[-5,0],[0,-6],[-1,4],[-3,1],[-4,3],[-6,-3],[-8,3],[-4,-2],[1,3],[-4,0],[-16,-4],[2,-6],[-3,-2],[0,-4],[-4,0],[0,-3],[-7,-4],[9,-5],[6,-1],[2,-3],[7,-4],[0,-4],[15,-17]],[[6593,4420],[-7,-2],[-1,1],[-1,0],[-1,0],[-4,0],[-5,-2],[-6,-3],[-7,-1],[-2,0],[-1,0],[-1,0],[-2,-1],[-4,-2],[-6,-4],[-3,-4],[-8,-3],[-2,-1],[-8,-2],[-4,-1],[-5,-1],[-6,-3],[-9,-4],[-10,-3],[-8,-2],[-8,-5],[-2,-1],[-1,0],[0,1],[-1,6],[-1,1],[0,7],[3,4],[3,6],[4,8],[1,1],[1,1],[1,1],[3,4],[0,4],[1,6],[8,6],[1,-1],[2,0],[4,-2],[3,-2],[2,-1],[4,0],[5,1],[4,2],[4,1],[10,4],[5,3],[3,5],[1,2],[0,1],[0,1],[0,1],[-1,0],[-1,1],[-1,1],[-1,2],[4,2],[3,1],[9,2],[7,5],[3,3],[1,3],[0,2],[1,1],[0,1],[2,2],[5,3],[6,3],[6,1],[5,1],[4,1],[1,-1],[2,0],[2,1],[2,2],[2,3],[1,2],[0,2],[0,2],[-2,4],[-1,2],[-2,4],[-1,4],[-2,2],[-1,2],[-4,7],[-1,2],[-1,2],[-1,1],[-2,2],[-4,4],[-7,6],[-1,1],[-2,-1],[0,-2],[0,-2],[0,-1],[1,0],[1,-1],[-2,1],[-1,3],[0,1],[-1,0],[-4,2],[-1,0],[-3,-1],[-1,-1],[-7,-1],[-8,0],[-2,2],[-9,3],[-6,3],[-2,3],[-4,4],[-3,2],[-7,5],[-6,5],[-6,4],[-5,3],[-2,2],[-1,2],[-8,7],[-4,4],[0,1],[-2,2],[-1,1],[0,1],[-2,1],[-3,2],[-1,1],[-2,1],[-6,4],[-5,4],[-1,0],[-2,2],[-1,0],[-1,-1],[-1,0],[1,0],[0,1],[-1,1],[-2,1],[-4,2],[-3,1],[-4,2],[-10,4],[-1,0],[-8,0],[-2,-1],[-2,-1],[-1,-1],[-4,-4],[0,-1],[4,0],[1,-1],[2,1],[8,-2],[3,-2],[-3,1],[-1,1],[-8,1],[-4,1],[-3,-1],[-5,-2],[-5,0],[-6,0],[-2,0],[-1,0],[-2,0],[-2,-1],[-2,-2],[-1,0],[-1,-1],[-5,-6],[-4,-4],[-1,-2],[-1,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[1,-2],[0,-2],[-5,-2],[-10,-4],[-5,1],[-3,1],[-4,3],[-2,3],[0,3],[-7,6],[-2,2],[-1,0],[-1,1],[-3,1],[-5,0],[-6,0],[-6,1],[-8,2],[-6,3],[-1,2],[-1,0],[-2,2],[-6,2],[-2,0],[-7,-1],[-6,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-3,-1],[-5,-4],[-2,-2],[0,-1],[0,-2],[1,-1],[1,-1],[6,-6],[2,-7],[0,-4],[-2,-2],[0,-2],[3,-2],[3,-1],[1,-1],[1,-2],[0,-3],[-1,-1],[0,-1],[-2,1],[-1,1],[-1,2],[-1,2],[0,1],[-2,1],[-2,0],[-1,1],[-4,0],[-4,1],[-3,0],[-1,0],[-1,-1],[-2,0],[-10,1],[-2,1],[-2,3],[-1,3],[-1,3],[1,4],[0,2],[2,3],[1,3],[1,1],[0,3],[1,7],[0,6],[0,1],[0,3],[0,5],[-1,4],[0,1],[-1,7],[0,1],[-1,6],[-1,4],[-3,8],[-1,4],[-1,3],[-4,9]],[[6226,4660],[3,1],[-8,14],[2,7],[-9,20],[4,3],[4,-3],[8,2],[0,1],[8,2],[-3,3],[4,2],[38,0],[5,3],[11,14],[24,-1],[0,-7],[3,-1],[0,-6],[3,-3],[-7,-1],[-8,-6],[7,-5],[5,-1],[10,7],[7,0],[1,3],[1,-9],[6,5],[-2,3],[25,1],[1,-3],[10,-2],[-1,2],[16,1],[0,6],[17,-12],[10,6],[-5,5],[5,1],[-1,2],[18,-1],[2,2],[-2,1],[7,5],[1,9],[-4,5],[2,6],[2,-1],[2,4],[-3,1],[0,3],[4,3],[24,-4],[7,2],[10,-2],[8,2],[33,-2],[13,2],[3,-6],[-8,-8],[11,-4],[7,0],[2,2],[5,1],[36,-3],[5,9],[7,2],[25,-6],[1,4],[10,4],[-3,14]],[[6645,4758],[3,4],[5,2],[6,-2],[13,-1],[3,-4],[5,-2]],[[1423,4851],[4,-5],[2,-5],[-2,-1],[-1,0],[0,-1],[4,-4],[2,-2],[3,0],[3,-1],[4,-1],[2,-1],[4,-5],[1,-2],[-2,-1],[0,-1],[-1,0],[-3,1],[-3,-2],[-3,-4],[0,-3],[1,-1],[1,-5],[-1,-7],[-4,-6],[-5,0],[-5,1],[-6,1],[-6,1],[-7,2],[-9,3],[-3,-1],[-3,-1],[-7,-6],[-4,-3],[-4,-4],[-4,-6],[-4,-4],[-4,-2],[-2,-1],[-5,-3],[-4,-3],[0,-1],[2,0],[1,0],[1,1],[4,1],[2,1],[2,-1],[0,-5],[0,-1],[0,-1],[2,-4],[5,-4],[5,-5],[0,-2],[-2,-5],[-3,-5],[-3,-2],[-3,-1],[-3,1],[-7,1],[-7,0],[-7,1],[-4,1],[-2,2],[-1,2],[-1,2],[-1,5],[0,1],[1,2],[2,2],[2,1],[2,1],[2,1],[2,3],[1,1],[1,2],[2,4],[-4,1],[-2,3],[0,3],[2,8],[3,3],[7,1],[10,3],[2,2],[5,4],[1,1],[0,1],[0,1],[0,2],[1,3],[1,1],[5,5],[1,1],[1,0],[5,2],[7,0],[2,1],[0,3],[0,2],[-2,4],[-3,4],[-2,2],[-1,1],[-2,1],[0,2],[0,1],[0,1],[2,2],[0,1],[1,0],[1,1],[10,-1],[9,0],[1,0],[2,1],[1,1],[5,3],[3,6],[2,3],[2,0]],[[6787,4770],[4,-1],[0,-3],[4,-4],[0,-3],[5,-6],[-8,-16],[-10,-11],[-12,5],[3,7],[-3,7],[6,10],[-7,9],[12,7],[3,5],[3,-6]],[[9018,4530],[6,-1],[11,3],[17,-2],[1,7],[-7,7],[5,4],[-7,2],[2,2],[6,-2],[3,3],[1,2],[-2,0],[3,7],[-12,0],[-3,-2],[-9,6],[-6,-4],[-18,15],[-5,0],[-8,8],[-8,-5],[-3,4],[-16,5],[4,3],[1,4],[2,0],[10,7],[-1,3],[-4,2],[7,4],[3,-1],[15,14],[2,3],[-2,3],[12,4],[1,6],[14,8],[10,3],[-1,2],[4,-2],[2,2]],[[9048,4654],[5,-4],[4,-4],[5,-5],[8,-6],[3,-2],[4,-2],[5,-3],[7,-4],[6,-2],[6,-4],[5,-2],[3,-3],[5,-6],[1,-1],[1,-2],[2,-1],[1,-1],[7,-3],[8,-4],[7,-3],[11,-4],[2,-1],[9,-3],[2,-1],[4,-1],[5,-2],[10,-4],[4,-2],[3,-1],[2,0],[1,-1],[4,0],[3,0],[8,-2],[2,-1],[6,-2],[5,-2],[3,-1],[6,-1],[2,-1],[2,0],[5,-1],[8,-2],[5,-1],[2,-1],[7,-2],[7,-2],[4,-1],[8,-2],[8,-2],[3,-1],[6,-2],[4,-2],[3,-2],[4,-2],[4,-1],[7,-2],[4,-1],[1,-1],[1,0],[4,-5],[7,-2],[2,-2],[4,-2],[1,-1],[1,-1],[5,-4],[9,-4],[3,-2],[2,-1],[5,-3],[7,-2],[1,-1],[1,0],[4,0],[4,-1],[5,-2],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[4,-2],[6,-4],[10,-4],[6,-3],[7,-2],[2,-1],[3,0],[1,0],[9,-2],[8,-1],[10,-2],[8,-1],[7,-1],[10,-1],[2,0],[5,-1],[7,0],[3,0],[3,1],[1,0],[1,1],[5,-2],[2,-2],[2,-3],[0,-2],[2,-2],[3,-4],[3,-1],[2,-1],[3,0],[7,0],[2,0],[5,1],[5,0],[11,0],[-1,-1],[-10,1],[-5,0],[-5,-1],[-11,-4],[-6,-9],[-4,-3],[-5,0],[-5,0],[-4,-1],[-1,-1],[-1,-1],[0,-1],[1,0],[3,0],[1,0],[5,1],[3,2],[1,0],[3,-1],[2,-4],[0,-1],[-1,-1],[-1,-1],[1,0],[2,1],[1,1],[0,1],[0,1],[-1,1],[0,2],[0,1],[0,1],[1,1],[6,1],[5,1],[7,-2],[7,-1],[1,0],[2,0],[5,2],[5,2],[7,-4],[7,-6],[-1,-2],[0,-1],[1,-5],[1,-2],[2,-3],[5,-7],[2,-1],[4,-4],[3,-3],[6,-4],[2,-1],[0,-1],[0,-1],[-3,-8],[-2,-8],[-2,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-2],[2,-4],[1,-1],[1,-1],[1,-1],[3,-3],[2,-2],[3,-2],[3,-3],[7,-4],[9,-4],[3,-2],[0,-3],[2,-5],[0,-1],[1,-1],[3,-2],[5,-3],[6,-4]],[[2348,4926],[1,-1],[0,-2],[0,-2],[0,-3],[1,-2],[0,-2],[-2,-3],[-4,-2],[-4,-1],[-11,3],[0,1],[0,1],[1,4],[2,2],[8,4],[0,2],[0,1],[1,0],[5,0],[2,0]],[[2397,4953],[3,-7],[0,-8],[-2,-8],[-1,-5],[0,-2],[0,-3],[0,-1],[-1,-1],[-3,-3],[-4,-2],[-1,-2],[-2,-2],[-1,-3],[0,-1],[1,0],[2,0],[1,1],[0,1],[1,0],[2,1],[4,0],[2,0],[1,0],[1,-1],[0,-2],[-1,-2],[-9,-5],[-2,5],[-10,5],[-5,-1],[-4,0],[0,-1],[-2,-2],[-3,-1],[-1,0],[-1,1],[0,6],[4,5],[3,3],[3,1],[1,0],[3,0],[3,0],[0,1],[-1,3],[-5,4],[0,6],[0,6],[5,0],[3,3],[1,7],[0,6],[2,3],[6,1],[1,0],[6,-6]],[[2281,4965],[3,-1],[3,-1],[6,-1],[3,-4],[2,-3],[-1,-3],[-1,-1],[-1,-2],[-5,-3],[-2,-1],[-1,0],[-1,0],[-9,3],[-1,2],[0,3],[0,7],[0,1],[1,2],[1,1],[0,1],[2,1],[1,-1]],[[1829,4687],[1,1],[6,4],[3,2],[2,2],[2,1],[3,3],[5,4],[4,4],[3,2],[3,3],[3,4],[3,3],[6,6],[3,3],[4,4],[3,3],[3,4],[3,5],[2,7],[1,3],[-1,1],[0,1],[-2,1],[-2,1],[-1,-1],[2,-1],[-2,0],[0,1],[0,1],[3,2],[4,1],[3,1],[3,3],[2,3],[9,6],[3,2],[2,0],[1,1],[6,0],[7,3],[3,2],[4,1],[3,1],[0,1],[2,3],[1,2],[2,2],[2,1],[8,6],[7,7],[6,5],[3,4],[3,2],[3,1],[3,4],[3,5],[5,6],[2,3],[7,6],[3,5],[3,3],[3,3],[2,1],[3,1],[5,0],[6,3],[3,2],[6,4],[3,1],[1,0],[3,-1],[3,-3],[3,-4],[1,-1],[1,0],[1,0],[3,0],[1,0],[8,1],[5,-1],[1,0],[3,0],[8,3],[7,2],[2,0],[2,0],[2,1],[8,7],[2,3],[1,1],[0,1],[0,1],[2,2],[5,2],[4,-1],[2,0],[8,1],[4,2],[8,6],[4,4],[1,1],[2,3],[0,2],[0,2],[-4,3],[-6,5],[-3,5],[-1,1],[0,1],[1,5],[1,2],[2,3],[2,3],[2,4],[2,9],[0,3],[0,2],[-2,2],[-2,1],[-1,1],[-2,0],[-1,0],[-1,0],[-3,-1],[-1,-1],[-3,-1],[-4,0],[-2,4],[-1,4],[1,2],[1,1],[2,2],[1,0],[1,0],[3,-2],[3,-2],[4,-3],[1,-1],[2,-2],[1,0],[1,0],[1,1],[6,6],[7,3],[2,1],[2,0],[6,-3],[6,0],[6,3],[5,3],[1,2],[2,1],[1,0],[6,3],[3,0],[2,0],[2,0],[2,-3],[-1,-5],[1,-1],[1,-1],[0,-1],[2,-1],[1,0],[5,-1],[7,-1],[6,-1],[5,-2],[4,-3],[6,-6],[1,-1],[0,-1],[0,-2],[1,-6],[-1,-1],[-4,-7],[-4,-7],[-1,-2],[0,-1],[1,-1],[1,-1],[4,-2],[3,-2],[4,-3],[1,-1],[1,1],[1,3],[-2,3],[-4,0],[-2,-1],[0,4],[0,2],[1,7],[1,1],[1,2],[3,5],[3,2],[3,-4],[2,-4],[2,-3],[-1,-3],[-2,-2],[-2,0],[-3,-2],[-1,-1],[1,-1],[0,-1],[1,-1],[10,-2],[6,0],[2,1],[2,0],[2,1],[1,0],[1,1],[4,-2],[5,-4],[2,-1],[1,0],[2,1],[1,0],[1,1],[1,2],[0,1],[-3,3],[0,3],[1,2],[1,3],[1,1],[2,1],[4,0],[4,0],[7,0],[3,1],[1,0],[0,-1],[1,-1],[0,-2],[1,-3],[-1,-3],[0,-2],[4,-8],[0,-1],[2,0],[1,0],[1,0],[1,2],[4,0],[3,-2],[10,-4],[9,-2],[2,1],[2,0],[7,1],[1,0],[2,-2],[1,-1],[0,-1],[-1,-1],[-1,-5],[-5,-2],[-5,-2],[-4,-2],[0,-1],[0,-1],[0,-1],[3,-1],[2,0],[7,0],[7,0],[3,-3],[1,-4],[-1,-3],[1,-3],[3,-4],[1,-1],[1,0],[1,-1],[1,1],[1,-3],[-1,-7],[0,-5],[0,-9],[0,-3],[0,-1],[2,-2],[5,-2],[0,3],[0,2],[1,2],[1,2],[2,4],[1,1],[6,6],[4,4],[3,8],[6,5],[7,4],[8,-1],[10,-2],[2,-1],[2,0],[4,3],[0,1],[0,2],[-2,3],[0,3],[2,1],[1,1],[3,0],[3,0],[1,-1],[3,-3],[1,-7],[0,-5],[8,-2],[2,-3],[0,-4],[-2,-2],[-1,-2],[0,-5],[1,-2],[3,-1],[3,0],[1,1],[1,1],[2,2],[1,1],[2,0],[1,0],[3,0],[2,-1],[2,-1],[1,-1],[0,-1],[2,-4],[-2,-8],[-2,-9],[-1,-4],[-1,-1],[-2,-2],[-7,-3],[-3,1],[-4,4],[-3,2],[-4,-5],[-4,-6],[-1,-1],[0,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,0],[1,-3],[-2,-3],[-4,-2],[0,-1],[-2,-3],[0,-4],[-1,-6],[0,-4],[-4,-9],[-2,-4],[-5,-4],[-2,-2],[-2,-2],[1,-2],[3,-1],[2,-1],[2,1],[2,1],[7,2],[3,4],[0,4],[-1,3],[-1,4],[1,1],[1,0],[2,0],[6,0],[7,1],[7,3],[3,0],[2,-1],[1,-8],[-5,-7],[-4,-7],[-1,-1],[1,-1],[2,-1],[2,-1],[3,-1],[1,2],[2,3],[2,1],[2,0],[2,-3],[3,-2],[2,-1],[1,1],[1,1],[5,5],[7,7],[2,2],[10,-2],[1,0],[2,-3],[3,-4],[8,-5],[6,-2],[3,-1],[3,0],[3,0],[3,1],[4,1],[5,1],[0,-1],[2,-1],[4,-4],[-3,-4],[-5,-7],[-6,1],[-9,2],[-3,1],[-7,4],[-1,2],[-1,1],[0,3],[-1,0],[0,1],[-2,0],[-4,1],[-1,0],[-1,0],[-2,-1],[-6,-6],[-7,-4],[-7,-5],[-2,-5],[0,-2],[0,-1],[4,-5],[4,-1],[0,-3],[-2,-2],[-3,-2],[-3,-3],[-3,-2],[-6,-8],[-3,-2],[0,-1],[-1,-1],[0,-1],[0,-2],[1,-1],[0,-1],[2,-1],[4,-1],[0,-3],[0,-1],[-2,-1],[-5,-2],[-2,0],[-1,0],[-2,0],[-11,2],[-9,2],[-2,3],[-3,0],[-2,1],[-2,0],[-3,-1],[-9,-3],[-5,-3],[-5,-7],[2,-4],[1,-1],[4,0],[4,1],[4,2],[1,0],[1,0],[2,0],[11,1],[6,0],[4,-1],[3,-1],[5,-3],[1,-1],[6,0],[1,0],[1,1],[0,1],[-4,3],[-5,1],[-1,0],[-1,1],[1,1],[4,0],[2,-1],[1,-1],[2,-3],[4,-4],[1,-1],[1,-2],[2,-1],[4,-2],[3,-1],[1,0],[2,-1],[1,1],[1,0],[1,0],[8,7],[4,5],[5,4],[5,3],[4,-3],[2,0],[3,0],[3,0],[3,0],[3,0],[2,-1],[0,-3],[-6,-6],[-7,-7],[-3,-2],[-4,-1],[-2,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[10,-2],[7,-4],[5,-1],[5,-1],[4,-1],[3,-4],[-2,-6],[-1,-5],[0,-1],[1,-2],[1,0],[2,-2],[6,-2],[2,-1],[1,0],[2,2],[2,3],[2,2],[2,1],[3,-1],[2,-1],[3,-1],[0,-2],[0,-1],[1,-1],[0,-1],[1,-2],[3,-2],[8,-2],[5,-1],[6,-1],[8,-1],[-1,-3],[-3,-3],[-2,-1],[-2,-1],[-2,0],[-2,0],[-8,0],[-2,0],[-1,1],[0,1],[-1,3],[-5,-2],[-5,-2],[-2,-5],[0,-3],[0,-3],[1,0],[3,-1],[1,-1],[0,-1],[2,-4],[1,0],[0,-2],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-1,0],[0,2],[-1,0],[-2,0],[-3,0],[-1,-1],[-1,0],[-1,-2],[-1,-2],[-1,-2],[-1,-3],[0,-2],[0,-5],[0,-2],[0,-1],[1,-2],[3,-3],[4,-6],[2,-2],[1,-1],[2,-1],[2,-2],[7,-3],[8,-6],[4,-1],[2,-1],[2,-1],[2,-1],[0,-1],[0,-1],[-4,-5],[-1,-5],[1,-3],[0,-7],[0,-7],[1,-5],[0,-1],[2,-4],[1,-1],[2,-2],[2,-2],[1,0],[5,-3],[6,-1],[3,-2],[2,-2],[2,-3],[4,-7],[1,-4],[1,-2],[-3,-4],[0,-3],[0,-3],[0,-1],[-1,-1]],[[2347,4979],[1,-1],[1,0],[2,-1],[3,-2],[2,-2],[1,-2],[-2,-3],[2,-3],[2,-3],[2,-3],[1,-4],[-1,-4],[1,-7],[1,-1],[1,-2],[0,-6],[-2,-2],[-9,-2],[-1,0],[-3,0],[-1,1],[-11,-2],[-1,-1],[-3,-1],[-1,0],[-1,0],[-8,0],[-5,2],[-6,4],[-1,1],[-1,7],[0,1],[0,1],[3,5],[3,0],[4,0],[6,4],[5,4],[2,3],[5,4],[3,-1],[0,-1],[1,1],[1,0],[2,8],[0,1],[0,2],[0,1],[-1,1],[0,2],[2,1],[1,0]],[[8050,4676],[10,-8],[5,-16],[5,-8],[-1,-4],[5,-18],[9,-7],[-2,-1],[4,-7]],[[7675,3819],[-3,5],[-4,4],[-3,0],[-2,1],[-2,3],[-4,3],[0,8],[-1,9],[-7,6],[-2,2],[-6,7],[-7,7],[-6,5],[-8,6],[-4,3],[-5,3],[-2,5],[0,1],[-1,2],[1,7],[-1,2],[-1,2],[-8,7],[-6,3],[-5,-1],[-5,0],[-2,2]],[[7321,4605],[22,3],[11,-3],[3,1],[-1,17],[-3,4],[5,6],[-10,4],[-10,-1],[-1,10],[6,-1],[1,2],[11,2],[1,-4],[10,-5],[5,3],[5,-2],[2,4],[23,-2],[0,-2],[12,0],[8,-8],[6,-1],[10,7],[-4,4],[1,5],[-1,4],[25,8],[9,5],[6,-1],[5,3],[5,1],[11,22],[-2,3],[5,3],[-2,5],[21,19],[2,10],[-1,8],[4,6],[-5,8],[0,6],[-6,4],[-1,5],[4,7],[-10,7],[-2,11],[-5,3]],[[7496,4795],[0,4],[-2,2],[3,3],[-3,2],[0,3],[7,2],[9,12],[5,1],[11,7],[7,1],[7,-2],[3,2],[6,-2],[9,3],[8,-3],[5,1],[3,-5],[8,-2],[6,0],[4,3],[7,0],[0,-3],[4,-3],[4,3],[6,-3],[5,2],[3,-2],[6,3],[8,-2],[1,2],[13,1],[1,4],[3,3],[12,1],[7,-2],[1,-4],[4,0],[1,-5],[4,0],[3,-3],[12,5],[5,1],[2,-2],[7,3],[4,10],[-3,2],[-1,5],[6,0],[5,5],[9,3],[3,-3],[3,1],[0,8],[3,2],[5,0],[0,-5],[3,0],[3,1],[3,8],[13,-3],[4,8]],[[7771,4868],[4,-3],[3,2],[12,-14],[7,3],[17,-13],[4,1],[5,-3],[5,4],[8,-3],[5,1],[5,-10],[-4,-6],[18,1],[5,-4],[2,-3],[-5,-4],[16,-17],[-1,-3],[3,-1],[-1,-2],[7,4],[9,-6],[2,1],[2,-2],[2,1],[3,-6],[10,-8],[0,-7],[-8,-1],[-2,-2],[-2,-7],[5,-8],[0,-7],[-4,-7],[-10,-8],[-6,-8],[-21,-2],[-10,2],[4,-12],[6,-3],[51,-14],[13,-8],[27,-7],[8,-4],[6,-9],[11,-7],[2,3],[9,4],[3,11],[7,4],[7,-1],[4,1],[3,4],[33,-9]],[[6680,4755],[-4,10],[18,12],[1,5],[3,2],[-3,4],[3,1],[-1,2],[4,-1],[-2,6],[1,2],[5,-2],[2,-5],[5,2],[1,-3],[3,1],[2,-2],[7,0],[2,-1],[1,1],[0,-2],[3,-1],[-1,-2],[5,2],[2,-2],[9,3],[0,2],[7,0],[2,6],[5,2],[7,-3],[1,1],[20,0],[7,5],[15,-13],[1,-10],[3,-4],[-3,-2],[1,-3],[7,-1],[-1,-6],[8,-3],[2,-3],[10,0],[13,4],[-7,6],[6,8],[2,9],[-4,5],[3,1],[-1,6],[8,-1],[6,-4],[4,2],[0,5],[-2,1],[3,2],[7,-1],[2,-8],[-1,-8],[21,-6],[13,12],[6,-2],[7,2],[7,10],[39,12],[4,7],[4,2],[7,2],[8,-5],[1,4],[5,1],[-3,2],[12,1],[10,3],[9,11],[6,0],[16,12],[-7,9],[-3,-1],[-3,4],[4,4],[-6,4],[5,1],[-6,0],[2,2],[4,0],[-4,4],[-2,0],[0,-3],[-6,3],[-12,-1],[-2,1],[-4,-3],[-6,0],[1,8],[5,9],[-1,9],[9,3],[5,7],[16,9],[6,7],[-3,4],[-1,7],[-1,2],[-2,-1],[-5,8],[-4,1],[-2,7],[3,6],[-6,12],[3,7],[8,2],[10,-2],[3,2],[9,-7],[4,-1],[8,2],[11,-2],[3,-3],[13,11],[0,-3],[6,-3],[2,-6],[6,-4],[14,7],[19,-4],[12,6],[8,8],[3,7]],[[7165,4989],[3,2],[18,1],[7,2],[5,-2],[10,2],[-2,-4],[1,-2],[14,-3],[4,-9],[7,1],[6,5],[11,-1],[5,-4],[8,-9],[9,-6],[3,-8],[-3,1],[-12,-4],[-7,2],[-6,-3],[-1,-9],[14,-19],[1,-5],[-12,-2],[-3,-4],[-6,0],[-2,-4],[-6,0],[-4,-3],[-2,-6],[-10,-6],[3,-6],[-3,-5],[2,-6],[8,-6],[6,2],[4,-5],[3,3],[2,-2],[2,-5],[10,-10],[2,-4],[7,-2],[-1,-6],[2,-2],[2,1],[13,-8],[6,-1],[3,-4],[4,1],[0,2],[14,8],[3,-4],[11,-3],[17,-1],[6,-6],[7,-3],[3,1],[-1,2],[6,1],[7,4],[10,11],[4,-1],[9,-6],[0,-3],[11,1],[5,-7],[9,-4],[3,-5],[13,-2],[15,3],[0,-4],[5,-3],[32,-8],[6,-3],[11,-2]],[[8050,4676],[7,11],[11,12],[25,16],[11,37],[-10,8],[10,8],[1,4],[-4,4],[3,4],[28,31],[-1,3],[3,4],[-4,1],[7,2],[6,4],[8,14],[3,0],[1,3],[17,13],[4,8],[-12,9],[-1,4],[4,6],[-1,0],[0,9],[15,-5],[6,9],[3,-2],[1,1],[1,8],[4,-3],[3,2],[5,-2],[1,2],[-4,3],[5,10],[5,2],[3,-2],[2,-6],[1,1],[16,-1],[0,2],[8,1],[6,-2],[2,-6],[9,-1],[-2,-4],[11,-1],[0,-5],[7,-8],[-2,-2],[4,-7],[5,6],[3,-2],[4,0],[0,-1],[6,1],[10,-2],[11,19],[-4,3],[1,3],[-3,2],[5,10],[7,3],[1,4],[6,4],[5,6],[3,14]],[[8336,4945],[2,-1],[1,-1],[2,0],[2,0],[2,0],[9,-4],[9,-6],[3,-2],[3,-4],[3,-1],[2,-1],[1,0],[1,0],[2,-1],[4,0],[8,-3],[7,-2],[10,-4],[9,0],[5,-1],[9,-2],[8,0],[1,-1],[2,0],[1,0],[1,0],[2,0],[0,-1],[2,1],[-1,1],[1,-1],[1,0],[0,-1],[0,-1],[1,-1],[2,-1],[3,-2],[6,-3],[4,-1],[4,-2],[8,-2],[7,-2],[3,0],[6,-1],[5,-1],[3,0],[2,0],[4,-1],[5,-2],[8,-2],[9,-3],[9,-2],[1,-1],[7,-6],[1,-1],[1,-1],[5,-2],[3,-2],[5,-1],[5,-1],[4,-1],[4,-1],[6,-1],[1,0],[2,0],[6,0],[4,-1],[1,-1],[3,-4],[2,-1],[1,0],[4,0],[6,4],[3,2],[1,3],[-4,3],[-1,0],[-9,1],[-3,2],[10,-2],[3,0],[2,-1],[1,0],[2,-2],[0,-1],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-1],[2,-1],[2,0],[2,-1],[1,-1],[-1,1],[-1,1],[-1,0],[-2,-1],[-1,0],[0,-1],[1,-1],[3,-2],[1,0],[8,-3],[8,-2],[5,0],[2,-1],[2,-1],[3,-1],[2,-1],[3,-1],[1,0],[2,0],[4,0],[5,-2],[4,-3],[8,-3],[5,-1],[7,-3],[7,-1],[11,-2],[6,-2],[13,-4],[8,-1],[4,-1],[7,-1],[8,-2],[12,-2],[1,-1],[6,-2],[8,-3],[3,-1],[6,-3],[5,-2],[4,-1],[2,-2],[4,-3],[2,-1],[3,-1],[5,-3],[5,-2],[7,-4],[4,-1],[5,-3],[4,-1],[2,-2],[2,0],[2,-1],[7,-3],[1,0],[5,-1],[5,-1],[4,0],[5,-3],[3,-2],[2,-3],[6,-4],[2,-2],[4,-3],[3,-2],[0,-2],[-1,0],[-1,0],[1,-2],[2,-1],[5,-2],[1,0],[6,-2],[4,-1],[2,0],[2,-1],[6,-2],[4,-2],[4,-3],[2,-1],[6,-3],[3,-2],[4,-1],[8,-4],[1,0],[2,-1],[2,-1],[4,-2],[1,-1],[5,-4],[4,-3],[4,-2],[5,-2],[2,-3],[1,-3],[2,-2],[6,-4],[5,-4],[5,-3],[3,-3],[3,-5],[4,-4],[3,-8],[0,-1],[1,-1],[3,-2],[2,-1],[3,-2],[2,-1],[6,-2],[8,-2],[8,-2],[3,-1],[1,-1]],[[6520,5129],[6,0],[10,-5],[11,3],[6,-8],[4,0],[1,-2],[12,-2],[11,1],[9,-7],[10,-1],[4,-4],[-3,-5],[4,-3],[4,-12],[10,-2],[4,-5]],[[6623,5077],[-3,0],[-5,-8],[-15,5],[-3,-5],[-8,1],[-7,-3],[-2,-2],[2,-4],[-7,-2],[-3,-5],[-4,-10],[12,0],[4,-2],[8,3],[3,-2],[3,-4],[-1,-6],[4,-8],[-2,-1],[12,-12],[-1,-6],[-13,-1],[-17,-5],[-15,-11],[-3,-14],[-5,-2],[-5,-7],[4,-5],[-7,-4],[4,-6],[-3,-13],[4,-1],[5,3],[6,-1],[-1,-7],[6,-3],[4,-12],[6,-6],[6,2],[2,-2],[0,-3],[-4,0],[-1,-3],[2,-7],[5,2],[2,-2],[-2,-6],[-6,-4],[1,-4],[3,-2],[-3,-2],[-20,0],[-4,-4],[-2,-11],[-5,-1],[-2,1],[1,3],[-15,2],[-4,6],[-13,5],[-3,5],[-21,-4],[-2,-4],[3,-7],[6,-2],[0,-2],[3,-2],[5,1],[13,-3],[8,-11],[-3,-5],[13,-2],[12,-6],[9,1],[2,-10],[-1,-8],[-5,-4],[5,-3],[4,-7],[-16,-6],[-7,-6],[5,-1],[2,-3],[8,0],[2,2],[1,-3],[9,-1],[5,-4],[2,4],[2,0],[0,-6],[3,0],[4,3],[8,-3],[2,2],[3,1],[-1,4],[12,-3],[1,3],[12,4],[4,-2],[1,-4],[3,0],[-2,-13],[9,-3],[-2,-7],[6,-8]],[[6226,4660],[-4,7],[-1,3],[-2,3],[-1,3],[-4,7],[-3,4],[-1,2],[-10,14],[-4,5],[-4,5],[-5,6],[-4,4],[-2,2],[-4,3],[-4,4],[-5,6],[-6,5],[-4,4],[-3,3],[-1,1],[-3,2],[-4,4],[-2,2],[-7,8],[-1,1],[-4,4],[-3,6],[0,1],[-1,4],[-1,3],[-2,4],[-3,8],[-2,5],[-1,2],[-2,5],[-1,2],[-2,3],[-2,4],[-2,4],[-5,8],[-2,3],[-2,3],[-4,3],[-6,7],[-3,4],[-6,7],[-5,7],[-6,6],[-4,5],[-3,4],[-2,4],[-2,2],[-4,5],[-2,3],[-2,1],[-4,5],[-7,6],[-5,5],[-3,2],[-5,4],[-3,2],[-7,6],[-3,2],[-5,3],[-2,2],[-5,3],[-6,4]],[[5998,4939],[7,11],[1,5],[4,2],[9,-2],[4,3],[9,1],[0,2],[5,-3],[5,4],[3,-5],[6,8],[5,-3],[3,2],[-2,9],[5,-3],[2,3],[-5,4],[-6,-1],[4,7],[-3,3],[1,4],[6,-1],[7,6],[4,-1],[4,5],[6,-5],[6,6],[8,-2],[7,2],[7,16],[-13,14],[-5,9]],[[6092,5039],[4,2],[-4,5],[1,3],[-3,6],[6,3],[-7,3],[6,13],[8,4],[-9,10],[6,1],[0,4],[4,-2],[1,2],[-5,3],[-2,0],[-2,-3],[-7,3],[-5,4],[-2,7],[10,4],[2,4],[4,-2],[5,2],[5,-2],[6,2],[3,-4],[2,4],[5,2],[0,4],[14,3],[25,18],[3,5],[14,-1]],[[6180,5146],[6,-4],[19,-5],[1,-9],[-7,-10],[2,-2],[2,-3],[10,0],[3,-5],[5,-2],[3,-4],[-2,-5],[6,-2],[6,-9],[16,4],[6,-2],[14,4],[4,-2],[5,-7],[7,2],[0,-3],[6,-2],[2,4],[-9,11],[4,11],[-1,5],[-7,5],[-4,2],[-12,14],[1,9],[6,1],[-1,4],[-3,0],[-1,2],[4,0],[0,3],[9,4],[-1,2],[7,7],[8,3],[-2,4],[6,4],[2,9],[4,0],[9,-9],[10,-6],[3,-6],[11,-3],[2,13],[6,6],[2,-3],[12,-2],[0,3],[12,1],[1,-2],[9,-1],[20,1],[7,-11],[26,1],[1,-3],[9,-5],[-6,-4],[17,-5],[19,-11],[12,0],[34,-9]],[[6623,5077],[4,-1],[12,3],[24,-5],[12,11],[7,-2],[10,-8],[2,-5],[-4,-2],[1,-1],[15,-6],[4,4],[5,-1],[25,23],[7,3],[7,-4],[2,1],[2,4],[-4,4],[3,3],[10,0],[9,4],[10,-1],[4,-1],[2,-4],[10,-3],[18,6],[12,1],[4,5],[6,3],[-1,4],[7,9],[-1,6],[2,4],[9,5],[5,1],[13,-4],[6,-7],[19,-6],[6,-5],[11,-2],[10,3],[14,14],[22,7],[7,-1],[24,4],[11,8],[18,3],[2,4],[-1,5],[11,1],[5,4],[5,1]],[[7046,5166],[3,-4],[10,-4],[6,-9],[2,-12],[9,4],[-1,-8],[4,-4],[13,-2],[5,-4],[6,-3],[19,1],[4,-11],[-10,-3],[-4,-11],[10,-12],[-17,-3],[-6,-8],[-10,-5],[2,-13],[2,0],[4,-6],[-1,-7],[4,-8],[10,-4],[13,-1],[11,-7],[15,-1],[-3,-13],[8,-4],[3,-5],[-3,-5],[11,-5]],[[7901,5114],[1,0],[5,-2],[5,-2],[2,0],[1,0],[3,-1],[10,-4],[5,-2],[11,-4],[7,-3],[8,-3],[7,-3],[4,-2],[5,-2],[4,-2],[2,-1],[5,-2],[1,0],[2,-1],[2,0],[2,0],[1,1],[3,-2],[7,-5],[3,-1],[7,-4],[8,-4],[11,-3],[4,-1],[9,-3],[4,-1],[2,0],[6,-3],[4,-2],[5,-3],[2,-1],[3,-2],[5,-3],[4,-3],[3,-2],[10,-5],[6,-2],[4,-2],[4,-1],[5,-1],[11,-2],[1,-1],[2,0],[2,5],[0,2],[-1,3],[1,-3],[0,-2],[-1,-3],[1,-1],[2,-1],[5,-2],[2,-1],[3,-1],[11,-3],[3,-1],[5,0],[11,-3],[8,-2],[9,-5],[7,-3],[8,-4],[4,-2],[5,-2],[7,-2],[8,-2],[3,-1],[1,0],[1,1],[2,2],[2,0],[1,-1],[-1,0],[-2,0],[-1,-1],[-1,-3],[1,-1],[6,-4],[7,-3],[4,-2],[3,-2],[4,-3],[1,-1],[2,0],[1,-1],[10,-2],[13,-4],[11,-2],[10,-5],[5,-1],[3,0],[5,-1],[9,-3],[2,-1],[2,-1],[0,-1],[2,-3],[3,-2]],[[7771,4868],[14,11],[9,1],[2,8],[7,-1],[1,3],[3,1],[0,3],[6,1],[-2,2],[2,2],[9,1],[-3,4],[9,0],[2,3],[8,-3],[1,3],[8,-2],[3,6],[7,-1],[5,2],[0,2],[3,-2],[2,3],[-3,1],[1,2],[3,1],[5,-4],[5,4],[-2,5],[7,4],[3,-1],[11,10],[0,8],[-3,0],[1,8],[8,8],[11,19],[-8,-2],[-6,-4],[-12,1],[0,7],[-8,9],[-2,8],[-4,2],[-4,9],[-4,0],[-1,48],[8,0],[36,12],[0,6],[2,2],[1,-3],[0,2],[-5,3],[-8,1],[-22,13],[-10,0],[-2,6],[-5,4],[-5,0],[-28,9],[11,15],[25,-3],[17,-7],[7,0],[-1,-2],[15,-6],[0,4]],[[5505,5250],[8,1],[2,3],[9,-1],[4,-11],[-2,-3],[0,-12],[6,-5],[2,-5],[10,-5],[18,0],[8,-2],[17,-12],[6,-13],[0,-7],[9,-6],[-2,-5],[5,-5],[1,-7],[3,-2],[-6,-6],[-9,-2],[-13,-8],[-3,-6],[-2,-8],[-4,-3],[15,-3],[18,-9],[11,-14],[5,0],[8,4],[12,-1],[11,-1],[6,-5],[7,-2],[6,6],[13,1],[7,-3],[7,1],[5,-5],[14,0],[10,26],[-5,8],[1,5],[-5,7],[0,5],[14,8],[6,-4],[3,-10],[14,-5],[4,1],[9,-7],[0,-2],[8,2],[7,-1],[6,-2],[-1,-8],[4,0],[1,2],[6,-3],[12,1],[8,-3],[9,-11],[1,-5],[13,-12],[3,-6],[-11,-4],[-5,-7],[11,-3],[15,-9],[3,-6],[6,-5],[7,-12],[6,-6],[7,-4],[15,3],[7,-1],[2,2],[-2,8],[4,7],[10,5],[12,-3],[6,4],[2,5],[8,8],[7,-1],[3,-11],[-2,-3],[2,-1],[1,-5],[19,-6],[3,-5],[5,-2],[1,-4],[11,-7],[1,-5],[7,2],[2,-1],[6,5],[9,1],[5,9],[18,0],[0,2],[1,-1],[-2,10],[4,0],[-3,3],[1,1],[7,0],[13,-6],[25,7]],[[5998,4939],[-3,2],[-8,6],[-6,4],[-5,3],[-4,3],[-12,6],[-2,1],[-4,1],[-3,1],[-4,0],[-5,-4],[-5,-2],[-4,-2],[-1,0],[-2,0],[-9,2],[-1,1],[-1,1],[-1,1],[-1,2],[-4,2],[-6,2],[-5,1],[-7,2],[-1,0],[-2,0],[-4,0],[-6,0],[-3,-1],[-1,0],[-2,0],[-1,-1],[-2,-1],[-4,-2],[-1,0],[1,-1],[2,-1],[4,0],[-4,-1],[-5,1],[-10,-2],[-5,-2],[-4,-2],[-2,-2],[-3,-1],[-2,-2],[-1,-2],[-2,-3],[-1,-3],[-1,-1],[0,-1],[3,-7],[3,-5],[7,-3],[5,-1],[-7,-4],[-8,2],[-2,1],[-1,0],[-5,1],[-2,1],[-2,0],[-1,0],[-5,-1],[-4,0],[-5,4],[-4,3],[-5,2],[-3,2],[-1,0],[-1,1],[-3,1],[-2,0],[-3,0],[-7,0],[-2,2],[-2,1],[-10,6],[-1,1],[-1,1],[-6,1],[-5,0],[-2,-1],[-4,2],[-4,4],[-3,2],[-6,3],[0,1],[-4,1],[-5,2],[-7,3],[-9,5],[-6,3],[-7,3],[-7,2],[-13,5],[-3,1],[-16,5],[-12,3],[-10,2],[-5,1],[-13,2],[-11,1],[-7,1],[-6,0],[-10,-2],[-2,0],[-1,-1],[-1,-1],[-5,-7],[-8,-2],[-1,1],[-3,0],[-4,0],[-11,0],[-6,0],[-8,0],[-4,-1],[-3,-1],[-11,-2],[-5,-1],[-10,-3],[-7,-3],[-6,-2],[-2,-1],[-3,-1],[-9,-5],[-3,-2],[-4,-2],[-4,-3],[-3,-1],[-3,-2],[-4,-1],[-3,-2],[-4,-4],[-2,-2],[-6,-7],[-2,-3],[-9,-3],[-8,-1],[-8,0],[-5,2],[-5,1],[-4,0],[-1,0],[-1,1],[-1,1],[-2,1],[-2,2],[-1,3],[-3,8],[-1,9],[-4,8],[-3,5],[-3,7],[-4,7],[-3,5],[-3,5],[-2,3],[-2,3],[-1,2],[-2,2],[-2,3],[-6,8],[-4,4],[-3,5],[-2,2],[-7,6],[-5,5],[-5,5],[-7,6],[-6,4],[-7,5],[-3,2],[-6,4],[-5,2],[-9,6],[-7,4],[-5,2],[-2,1],[-2,1],[-5,3],[-13,5],[-7,3],[-3,1],[-8,2],[-3,1],[-3,1],[-2,0],[-4,0],[-1,0],[-4,0],[-7,0],[-5,-1],[-3,0],[-5,1],[-5,1],[-3,0],[-4,1],[-2,0],[-5,0],[-3,0],[-4,-1]],[[5167,5106],[0,3],[4,3],[-5,1],[-4,9],[-11,9],[-6,-1],[-7,2],[0,9],[8,2],[-2,3],[2,2],[0,7],[-4,5],[-14,4],[-6,13],[3,3],[-1,2],[-34,3],[-1,7],[-4,5],[-3,1],[-1,3],[-4,0],[-12,6],[1,2],[-27,2],[-3,6],[-24,-3],[-4,12],[-11,19],[-9,0],[0,4],[-10,9],[-6,3],[-9,1],[10,6],[8,0],[3,6],[-4,4],[1,3],[7,3],[13,11],[17,8],[3,6],[28,17],[12,-4],[-1,-6],[-3,-3],[1,-2],[5,0],[-1,5],[4,2],[1,-8],[4,-5],[-5,-10],[2,-7],[-2,-17],[7,-10],[16,8],[15,4],[0,-6],[5,-2],[-1,-5],[14,-1],[6,6],[7,3],[4,0],[1,-10],[-7,-10],[12,-2],[3,4],[3,-1],[-1,-4],[3,-4],[9,9],[4,11],[6,5],[3,6],[0,8],[8,-1],[1,6],[15,-4],[-2,16],[14,3],[-5,7],[3,5],[6,3],[4,-6],[5,5],[-1,6],[10,2],[-2,10],[5,11],[-1,5],[-2,3],[-6,-2],[-6,5],[1,2],[11,7],[6,-4],[4,3],[0,-6],[4,-3],[6,1],[4,-2],[-1,6],[12,2],[13,-3],[26,5],[6,-13],[5,-3],[-8,-6],[2,-3],[-3,-4],[1,-5],[14,-13],[8,-3],[14,-9],[2,-5],[6,-4],[9,-14],[13,-8],[3,-8],[-7,-5],[-7,-11],[5,-4],[4,0],[3,-4],[4,2],[7,-3],[13,9],[6,-7],[3,1],[15,-11],[4,-1],[7,-5],[3,0],[6,-8],[6,7],[12,-3],[0,6],[17,7],[2,3],[8,3],[10,2],[5,8]],[[6607,5402],[-8,-12],[21,-8],[4,-4],[7,-1],[4,-3],[3,-12],[-1,-12],[-17,-12],[1,-6],[-7,-6],[-8,8],[-8,-4],[-4,2],[-8,-5],[0,-3],[-5,-4],[-18,6],[-3,-3],[1,-9],[2,-1],[-8,-14],[4,-3],[11,4],[6,5],[4,-6],[5,-3],[17,-5],[1,-13],[2,-1],[10,2],[12,-7],[2,-11],[-8,0],[-4,-3],[-5,-2],[2,-1],[-2,-1],[2,-3],[-2,-2],[3,-7],[-21,-15],[-2,-5],[1,-10],[-6,2],[-4,4],[-1,-9],[-5,-9],[2,-4],[-1,-2],[-19,5],[-5,-1],[-14,-11],[-12,-3],[-5,-27],[-6,-9],[3,-5],[-4,-7],[4,-7]],[[6180,5146],[2,8],[11,9],[-8,2],[-6,7],[-2,-1],[-1,2],[4,2],[0,4],[10,4],[4,6],[16,2],[4,6],[8,1],[-16,10],[-3,3],[1,2],[2,-2],[5,3],[5,1],[5,11],[-2,5],[-17,4],[-2,3],[2,2],[-4,3],[-1,4],[6,7],[6,1],[-3,9],[3,7],[-6,4],[-7,10],[-3,14],[-5,7],[0,7],[-4,2],[0,3],[-4,1],[-9,9],[-5,1],[-1,3],[-8,1],[-7,4],[-1,3]],[[6149,5340],[12,7],[22,-1],[11,-1],[20,-10],[8,18],[21,-1],[0,15],[14,16],[13,1],[8,-1],[0,-7],[2,0],[8,-12],[1,-7],[9,8],[4,8],[-1,4],[-5,5],[5,9],[11,-4],[5,3],[15,1],[4,3],[-2,3],[2,5],[7,5],[3,-1],[0,-9],[3,-4],[13,-1],[0,9],[5,3],[1,4],[-6,6],[-15,0],[-4,4],[-2,8],[1,5],[-4,5],[-1,9],[-5,5],[-1,-2],[-3,0],[-6,12],[8,5],[-1,7],[6,-2],[3,3],[16,5],[3,-5],[6,-1],[3,2],[-4,4],[6,3],[1,-2],[6,4],[6,0],[3,8],[3,1],[3,4],[-3,2],[1,3],[4,2]],[[6392,5503],[14,5],[6,8],[5,0],[3,3],[5,1],[7,10],[6,2],[6,-8],[7,-2],[3,-5],[7,0],[10,3],[3,-10],[13,-13],[0,-6],[13,-3],[5,8],[-3,5],[13,5],[2,-12],[10,1],[3,3],[3,-1],[23,-15],[4,-10],[12,-1],[6,-16],[-1,-8],[4,-6],[0,-8],[10,-16],[-5,-3],[-5,-9],[12,0],[14,-3]],[[5505,5250],[-16,3],[-5,8],[1,7],[5,4],[1,5],[3,2],[-6,3],[0,5],[4,6],[-7,17],[0,4],[-5,2],[-19,3],[1,3],[-4,0],[-2,-2],[0,6],[-12,7],[-3,-1],[-2,8],[-4,0],[0,8],[6,7],[-4,1],[-2,5],[-5,4],[1,2],[-8,2],[-3,3],[-6,0],[-2,5],[-3,-4],[-2,1],[-3,2],[1,9],[-4,2],[-13,0],[0,2],[-8,2],[-16,20],[-12,-1],[1,10],[6,4],[-2,5],[4,2],[-1,4],[4,5],[-1,1],[6,3],[0,5],[-4,5],[1,4],[6,2],[0,-2],[4,1],[5,-3],[5,0],[1,7],[4,2],[3,-3],[6,3],[3,-1],[2,-4],[1,2],[1,-1],[2,3],[4,0],[1,6],[3,4],[0,7],[3,3],[10,0],[10,5],[20,-11],[13,-4],[15,0],[3,5],[5,1],[17,-4],[6,5],[-2,6],[3,9],[17,6],[26,18],[1,3],[-4,3],[3,11],[19,-1],[4,8],[4,1],[1,5],[12,8],[4,7]],[[5607,5565],[2,5],[6,0],[14,-8],[10,-10],[3,-7],[10,-4],[6,4],[6,-1],[2,-4],[14,-12],[0,-3],[-8,-16],[-13,-13],[8,-5],[-3,-8],[5,-4],[-2,-3],[0,-13],[5,-4],[5,-7],[7,0],[3,2],[4,12],[9,3],[8,-2],[8,-4],[23,-7],[4,-5],[3,-1],[2,-5],[5,-3],[6,1],[6,-4],[18,-1],[5,-11],[8,-8],[0,-6],[23,-10],[6,1],[6,-1],[8,-6],[3,1],[9,10],[13,2],[10,8],[15,4],[9,8],[-2,3],[1,4],[-3,2],[9,7],[12,1],[17,-7],[2,-4],[6,-7],[11,-3],[9,8],[9,0],[2,2],[1,-9],[11,-8],[0,-4],[4,-1],[1,-11],[10,-5],[1,-5],[11,-1],[12,-4],[8,5],[5,-1],[5,5],[10,-11],[14,-3],[6,1],[8,-7],[20,-2],[10,6],[3,-1],[7,-14],[13,0],[10,-20],[8,-6]],[[7046,5166],[-8,8],[-17,9],[-10,11],[-10,2],[-1,3],[-2,-3],[-5,1],[-6,4],[-2,12],[2,8],[7,12],[-1,3],[4,5],[-4,4],[5,13],[-5,8],[3,6],[4,0],[-11,3],[-5,7],[12,9],[9,13],[8,-5],[17,-2],[1,-7],[7,-3],[0,2],[4,1],[4,-7],[15,0],[-2,7],[6,8],[12,-2],[-1,7],[6,11],[7,2],[8,-2],[2,6],[5,0],[4,5],[7,1],[-3,3],[3,6],[3,-2],[1,-5],[7,-2],[3,12],[9,7],[14,4],[23,10],[-4,2],[-10,-1],[-4,3],[-6,0],[-1,3],[-9,2],[-4,7],[-12,12],[1,6],[11,0],[-16,16],[4,7],[-1,5],[12,7],[2,10],[-3,6],[2,4],[-1,4],[-3,3],[-2,0],[-2,6],[-6,5],[4,11],[1,3],[6,0],[6,3],[-1,3],[6,5],[-1,7],[15,7],[-4,3],[0,7],[-4,3],[-1,5],[5,23]],[[7155,5546],[1,0],[1,-1],[6,-1],[6,0],[4,-1],[3,0],[2,-1],[9,0],[5,-1],[5,0],[3,-1],[4,0],[8,0],[10,-1],[8,0],[12,0],[2,0],[6,1],[9,0],[4,0],[7,0],[12,0],[4,0],[10,0],[6,-1],[4,0],[3,-1],[2,0],[4,0],[6,-1],[9,-4],[2,-2],[4,-2],[4,-2],[4,-1],[3,-1],[4,0],[6,-1],[6,0],[4,-1],[4,0],[5,0],[6,0],[5,1],[11,0],[11,1],[8,1],[7,0],[8,1],[1,0],[12,1],[10,1],[4,1],[1,0],[8,1],[9,2],[8,1],[6,1],[5,1],[3,0],[6,1],[8,1],[10,2],[10,1],[11,2],[6,1],[5,1],[9,2],[8,0],[10,-3],[11,-3],[9,-2],[2,-2],[2,-1],[5,0],[4,-1],[11,0],[7,0],[5,1],[3,0],[19,1],[7,0],[2,0],[13,1],[2,0],[17,2],[11,1],[2,0],[4,0],[10,1],[6,1],[10,1],[3,1],[5,0],[4,0],[2,1],[2,0],[4,0],[9,1],[3,1],[2,0],[9,1],[2,0],[3,0],[11,1],[12,1],[11,2],[9,1],[6,1],[9,2],[6,1],[8,1],[6,2],[1,1],[3,1],[2,1],[1,0],[2,-1],[1,-1],[1,0],[2,0],[3,1],[1,1],[1,0],[-1,1],[0,1],[0,-1],[1,-1],[1,1],[0,1],[1,0],[3,0],[1,0],[2,-1],[1,0],[2,-1],[4,-1],[4,-1],[3,0],[2,0],[8,1],[3,0],[6,0],[4,-1],[6,-2],[6,-2],[4,0],[2,0],[1,0],[3,-2],[1,-1],[0,-1],[1,0],[0,-1],[1,-1],[1,-1],[1,0],[4,-2],[8,-4],[1,-2],[2,-2],[3,-3],[1,-1],[2,-1],[3,-1],[2,0],[4,-1],[3,0],[2,1],[2,0],[2,0],[6,-3],[1,0],[2,-2],[1,0],[0,-1],[-1,0],[0,-2],[3,-6],[1,-2],[4,-4],[2,-1],[1,-1],[1,-1],[3,0],[2,-1],[3,3],[1,1],[2,0],[-1,0],[-1,-1],[-1,0],[-3,-3],[2,-1],[1,0],[4,0],[4,-1],[-2,-2],[-3,-1],[-2,0],[0,-4],[-1,-7],[0,-5],[0,-5],[0,-1],[3,-7],[1,-1],[2,-3],[4,-3],[2,-3],[3,-6],[2,-5],[-1,-2],[-1,-3],[1,-1],[1,-4],[0,-8],[-1,-7],[0,-1],[-1,-1],[-3,-9],[-1,-2],[-1,-3],[-1,-2],[-4,-2],[-2,-1],[-5,-2],[-1,0],[-1,1],[-1,0],[-1,-1],[-1,-1],[-2,-2],[0,-2],[-1,-2],[-1,-4],[-5,-2],[-2,0],[-3,-1],[-6,-6],[-1,-1],[-3,-1],[-3,-1],[-5,-1],[-3,0],[-4,-2],[-3,-3],[-5,-2],[-3,0],[-2,-1],[-1,0],[-1,-1],[-6,-6],[-2,-2],[-7,-4],[-4,-2],[-5,-1],[-1,0],[-1,-1],[-1,-2],[-1,-2],[-2,-4],[-1,-3],[-1,-2],[-8,-4],[-10,-5],[-4,-3],[-6,-3],[-8,-3],[-5,-2],[-7,-4],[-3,0],[-6,-2],[-3,-1],[-4,-2],[-4,-2],[-4,-2],[-4,-2],[-5,-2],[-7,-3],[-7,-2],[-4,-2],[-6,-4],[-8,-4],[-2,-1],[-2,-1],[-1,0],[-5,-4],[-6,-3],[-7,-5],[-1,-2],[-2,-2],[0,-3],[-2,-6],[-1,-2],[-1,-4],[-1,-10],[0,-6],[0,-3],[1,-3],[0,-3],[3,-14],[0,-2],[2,-6],[1,-4],[2,-3],[2,-4],[2,-4],[7,-16],[5,-8],[1,-2],[6,-7],[0,-1],[7,-7],[2,-3],[2,-1],[1,-1],[1,-1],[4,-4],[1,-1],[1,-1],[7,-5],[7,-4],[8,-6],[4,-2],[2,-1],[6,-4],[3,-1],[8,-3],[4,-2],[4,-1],[6,-3]],[[6607,5402],[5,3],[6,8],[7,5],[18,7],[4,5],[-2,7],[3,-1],[1,4],[3,-1],[10,12],[9,2],[5,-1],[8,9],[1,4],[4,2],[1,6],[11,7],[2,12],[10,14],[2,8],[7,4],[16,4],[1,5],[7,-1],[3,6],[7,4],[4,15],[-2,7],[3,5],[19,19],[8,4],[0,3],[13,15],[12,9],[11,3],[9,6],[8,2],[14,12],[1,3],[-7,4],[-11,3],[10,18],[6,5]],[[6854,5669],[10,-2],[6,-4],[7,-4],[8,-4],[6,-3],[4,-2],[4,-2],[7,-3],[5,-2],[5,-2],[5,-2],[5,-2],[3,-1],[6,-2],[7,-2],[2,-1],[3,-1],[5,-1],[9,-3],[7,-1],[7,-2],[8,-1],[10,-2],[5,-1],[8,-2],[5,-1],[5,0],[9,-2],[10,-1],[4,-3],[0,-1],[0,-2],[1,-1],[0,-1],[1,-2],[1,-1],[1,-1],[4,-2],[4,-2],[2,0],[4,-1],[1,-1],[4,-2],[3,-2],[3,-2],[0,-1],[2,-1],[3,-3],[2,-1],[1,-1],[5,-2],[4,-3],[5,-4],[4,-5],[5,-3],[6,-4],[4,-2],[7,-4],[4,-1],[6,-2],[4,-1],[10,-2],[4,-1],[4,0],[7,-2]],[[5384,5709],[2,-2],[-3,0],[3,-6],[-8,-8],[-4,-19],[3,-9],[6,-2],[-3,-11],[17,-12],[2,-11],[5,-6],[21,-6],[18,-1],[-4,10],[1,4],[6,1],[16,-6],[17,-4],[14,-11],[18,-5],[14,-8],[5,-1],[9,2],[1,-1],[8,-2],[5,-2],[7,-8],[12,-3],[7,-1],[19,-15],[9,-1]],[[5167,5106],[-3,-2],[-2,-1],[0,-1],[-4,0],[-7,4],[-4,2],[-4,3],[-4,2],[-1,1],[-4,3],[-5,3],[-6,3],[-5,4],[-9,5],[-5,2],[-9,3],[-10,3],[-5,0],[-2,1],[-1,0],[-1,0],[0,-1],[-1,-2],[-1,0],[-2,0],[2,0],[1,1],[0,2],[-2,-1],[-6,0],[-5,-1],[-6,-1],[-1,-1],[-2,-1],[-2,-1],[-4,-4],[-1,-1],[-3,0],[-2,1],[-1,0],[-2,1],[-1,2],[0,1],[0,1],[0,1],[-2,2],[-2,3],[-2,3],[-2,3],[-3,5],[-5,5],[-5,6],[-5,7],[-2,3],[-4,6],[-1,1],[-3,4],[-2,2],[-5,7],[-2,2],[-4,4],[-4,5],[-3,4],[-3,2],[-5,6],[-5,5],[-3,3],[-3,3],[-4,4],[-2,2],[-8,7],[-6,6],[-7,7],[-8,6],[-3,4],[-7,6],[-6,6],[-4,4],[-2,2],[-4,4],[-2,1],[-6,5],[-1,1],[-7,6],[-2,2],[-5,3],[-4,3],[-7,5],[-3,3],[-7,5],[-6,4],[-2,2],[-1,0],[-15,10],[-9,6],[-13,7],[-7,3],[-8,4],[-6,3],[-8,4],[-9,3],[-3,1],[-3,1],[-6,3],[-1,1],[-10,3],[-5,2],[-8,3],[-3,1],[-6,2],[-3,0],[-11,1],[-5,3],[-2,2],[2,1],[1,2],[0,1],[0,2],[0,1],[-1,0],[-1,4],[-3,4],[-1,9],[0,1],[1,1],[0,7],[0,2],[-1,2],[-3,8],[-7,17],[-4,9],[-7,13],[-6,12],[-6,9],[-1,2],[-6,8],[-11,14],[-7,8],[-8,9],[-5,4],[-3,2],[-5,3],[-6,4],[-9,3],[-3,0],[-2,0],[-1,0],[-5,1],[-5,2],[-2,2],[-5,4],[-1,1],[-2,2],[-4,2],[-6,2],[-4,1],[-7,2],[-3,1],[-2,2],[-4,4],[-1,1],[-5,7],[-2,3],[-5,4],[-8,5],[-2,1],[-6,3],[-5,2],[-12,2],[-4,1],[-3,0],[-4,1],[-2,3],[-2,4],[-1,1],[-2,4],[-2,2],[-2,1],[-1,1],[-1,0],[-8,3],[-10,6],[-2,1],[-3,2],[-3,1],[-2,1],[-4,2],[-3,3],[-3,1],[-2,1],[-4,0],[-1,1],[-2,-1],[-1,0],[-7,-1],[-6,-1],[-7,0],[-3,-1],[-3,0],[-1,-1],[-8,-1],[-6,-2],[-6,-1],[-6,-1],[-2,-1],[-2,1],[-1,0],[-1,1],[-1,0],[0,1],[1,1],[0,2],[0,1],[-1,0],[-1,2],[-4,4],[-5,5],[-5,8],[-5,10],[0,6],[-1,2],[-5,4],[-2,2],[-2,1],[-3,1],[-5,0],[-5,3],[-1,2],[3,-2],[2,-2],[3,3],[-5,5],[-3,4],[-6,5],[-2,3],[-1,2],[-4,3],[-4,3],[-5,5],[-4,6],[-4,8],[-5,8],[-3,2],[-1,1]],[[4293,5745],[12,4],[2,-2],[18,4],[24,-5],[5,-5],[14,-6],[7,10],[-2,8],[5,6],[6,1],[4,4],[4,7],[16,10],[-4,6],[8,8],[-3,5],[2,0],[0,-2],[4,1],[3,4],[-1,4],[11,1],[-2,3],[2,2],[15,4],[1,-7],[12,-6],[9,-1],[-2,-5],[10,0],[6,-6],[12,-1],[2,2],[2,0],[0,-5],[4,0],[3,-6],[4,-4],[0,-6],[4,-2],[-1,-3],[6,-7],[1,-10],[4,-5],[8,0],[18,-5],[17,2],[2,2],[1,7],[10,0],[5,-4],[15,1],[6,2],[6,-3],[8,1],[10,-4],[6,-8],[9,8],[-2,3],[8,1],[9,5],[3,7],[7,3],[21,1],[4,4],[8,2],[17,-9],[11,0],[18,5],[3,-4],[-2,-3],[1,-2],[8,0],[2,2],[18,-12],[-3,-6],[2,-2],[4,-2],[2,3],[15,-5],[2,7],[3,-2],[7,1],[0,3],[8,9],[4,0],[2,3],[8,2],[1,6],[5,4],[-3,3],[-2,8],[1,2],[-2,7],[1,3],[12,4],[8,9],[2,5],[2,1],[3,-3],[4,0],[-1,3],[3,2],[1,4],[-7,8],[5,2],[1,5],[3,-4],[-2,-3],[5,-4],[0,-8],[2,-1],[-4,-7],[3,-6],[-3,-2],[2,-3],[-4,0],[6,-5],[-7,-14],[2,-1],[-3,-2],[0,-5],[5,-1],[5,3],[3,-3],[4,3],[3,5],[0,9],[10,4],[9,-2],[4,2],[4,15],[6,1],[-6,2],[2,5],[9,2],[1,5],[-2,0],[4,1],[-6,7],[6,8],[-2,2],[3,1],[0,5],[3,3],[1,-1],[7,0],[7,3],[-2,4],[10,7],[3,7]],[[4954,5863],[8,-2],[5,3],[7,0],[12,-5],[0,-18],[7,4],[8,0],[-1,10],[8,-1],[1,-3],[-7,-9],[2,-5],[22,9],[2,-5],[-1,-8],[12,-8],[11,-2],[-3,-10],[3,2],[4,-1],[3,-4],[-4,-22],[-2,-1],[-2,2],[-3,-3],[-7,1],[-6,-4],[0,-5],[3,-5],[-7,-7],[10,-3],[6,-7],[6,0],[9,-5],[3,-5],[-2,-5],[4,-2],[17,7],[13,-3],[-1,-3],[21,1],[4,1],[6,10],[5,2],[11,-2],[2,5],[11,10],[9,4],[5,0],[8,-2],[4,1],[6,-5],[-3,-6],[-11,-3],[2,-3],[12,-3],[4,-6],[9,1],[3,-5],[8,1],[6,-6],[15,-2],[-1,-5],[3,0],[3,-8],[7,-3],[-3,-5],[3,-4],[3,-10],[15,1],[1,-3],[8,0],[5,2],[2,6],[4,3],[10,2],[1,-3],[7,-3],[16,-17],[9,9],[-2,4],[9,10],[0,5],[3,0],[6,8],[6,-2],[6,0],[5,-5],[14,-2],[3,-4],[10,0]],[[4897,5528],[-1,0],[-1,-1],[-2,-2],[0,-1],[1,0],[3,-1],[2,0],[1,0],[1,1],[1,2],[0,2],[-1,0],[-1,1],[-3,-1]],[[3099,5912],[1,-1],[9,-5],[3,-6],[0,-4],[3,-7],[-1,-1],[0,-1],[-1,0],[-3,-2],[-9,-3],[-7,-1],[-9,0],[-2,1],[-1,2],[-2,2],[0,1],[-1,3],[0,2],[1,6],[2,7],[1,3],[4,3],[1,1],[10,0],[1,0]],[[3587,5941],[1,-1],[1,0],[1,0],[2,0],[4,-1],[1,-1],[1,-1],[2,-5],[3,-4],[2,-1],[5,-6],[1,-6],[-1,-2],[1,-6],[4,-3],[3,-2],[1,-1],[0,-2],[0,-2],[0,-2],[-1,-3],[-1,-2],[-1,-1],[-5,-5],[-5,1],[-9,5],[-5,4],[-2,3],[-2,3],[-3,3],[-5,5],[0,1],[-2,3],[-3,1],[-5,0],[-5,2],[-2,6],[0,1],[3,3],[4,-1],[7,3],[2,5],[-2,4],[-1,3],[0,4],[2,2],[3,0],[6,-4]],[[6392,5503],[-16,12],[-23,11],[-13,-2],[-9,-7],[-8,2],[-7,-8],[-6,4],[-22,2],[-5,10],[-5,15],[-11,15],[5,3],[9,2],[0,6],[-4,23],[-5,7],[2,9],[-7,3],[0,15],[4,3],[4,9],[0,7],[11,6],[-4,14],[1,9],[-8,9],[-5,2]],[[6270,5684],[-1,3],[4,3],[2,4],[7,2],[6,-2],[7,7],[1,12],[-5,14],[0,5],[5,7],[11,7],[-19,16],[-8,3],[0,6],[8,1],[-11,10],[1,4],[14,5],[3,3],[2,7],[4,2],[10,-1],[-8,5],[0,2],[-13,11],[0,9],[-4,2],[9,5],[-1,10],[-5,0],[-5,3],[-14,0],[15,5],[2,6],[5,0],[0,4],[-9,4],[0,2],[-5,1],[-9,12],[-5,0],[-1,8],[12,6],[5,-1],[12,1],[0,-2],[7,3],[-2,4],[4,3],[0,4],[4,1],[3,2],[-5,2],[3,4],[-7,0],[-2,3],[9,5],[0,10],[7,9],[7,-2],[2,1],[-2,4],[5,-1],[6,2],[-2,12],[1,5],[4,1],[1,2],[-4,-1],[2,3],[3,-1],[0,5],[6,2],[0,3],[-4,-1],[-1,3],[6,4],[12,-10],[7,10],[4,-7],[9,-4],[3,3],[9,0],[-2,-7],[6,-4],[9,10],[5,1],[-2,2],[4,4],[-3,2],[8,7]],[[6412,5993],[1,-1],[5,-3],[2,-2],[8,-5],[7,-4],[4,-3],[9,-5],[2,-2],[5,-3],[4,-2],[12,-6],[9,-5],[3,-1],[7,-4],[4,-2],[4,-3],[9,-4],[9,-3],[9,-4],[5,-4],[1,-1],[1,-1],[3,-3],[2,-2],[7,-3],[7,-2],[4,-3],[-7,4],[-4,1],[-1,-1],[0,-5],[1,-2],[2,-4],[4,-4],[5,-6],[6,-8],[6,-6],[7,-6],[5,-4],[2,-1],[6,-3],[5,-3],[4,-3],[8,-5],[5,-3],[7,-7],[4,-7],[0,-3],[0,-1],[0,-1],[0,-1],[2,-1],[3,-5],[2,-1],[3,-2],[7,-4],[7,-3],[5,-2],[2,0],[4,-2],[4,-4],[1,0],[1,-1],[4,-2],[7,-4],[11,-5],[4,0],[2,-1],[7,-4],[8,-4],[5,-2],[6,-3],[11,-4],[7,-2],[9,-2],[6,-3],[2,0],[12,-4],[5,-2],[7,-2],[5,-1],[5,-3],[5,-1],[2,0],[1,0],[2,0],[0,1],[0,1],[1,2],[0,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[3,1],[1,0],[1,-2],[1,-2],[0,-1],[1,-8],[0,-5],[0,-7],[0,-5],[2,-7],[1,-6],[-2,-6],[-2,-5],[0,-1],[0,-3],[1,-1],[1,-2],[1,-2],[2,-2],[4,-3],[6,-4],[6,-4],[5,-3],[6,-3],[5,-2],[8,-3],[7,-3]],[[2903,6143],[1,-1],[5,-5],[0,-6],[3,-8],[6,-7],[0,-4],[3,-6],[-2,-2],[-5,-4],[-6,0],[-2,1],[-1,0],[-2,1],[-10,1],[-12,1],[-1,0],[-2,1],[-1,0],[-2,2],[-1,3],[0,2],[0,1],[1,1],[6,3],[4,-1],[1,-1],[4,0],[2,0],[4,3],[1,0],[1,1],[1,1],[5,8],[1,1],[0,4],[-2,5],[-1,4],[0,1],[1,0]],[[6322,6066],[2,-1],[6,-5],[5,-5],[5,-5],[7,-7],[2,-3],[4,-4],[4,-2],[7,-6],[3,-3],[4,-3],[4,-3],[4,-2],[4,-3],[1,0],[2,-2],[2,0],[3,2],[1,0],[3,-1],[1,-1],[1,-2],[-2,2],[-3,1],[-1,0],[-1,-1],[1,-1],[1,-1],[1,-1],[2,1],[0,1],[-1,1],[2,-2],[-3,-1],[0,-1],[1,-1],[0,-1],[3,-1],[3,-3],[7,-5],[5,-4]],[[6270,5684],[-46,-3],[-20,-9],[-5,4],[-7,12],[-9,6],[-6,8],[-5,2],[-5,13],[-5,1],[-6,-1],[-7,3],[0,1],[-5,0],[-21,12],[-4,4],[2,7],[-7,8],[-14,-4],[-9,0],[-10,-1],[-4,-3],[-2,-9],[-6,-3],[-9,5],[0,-3],[-9,-1],[0,3],[-12,-1],[-5,4],[-5,-1],[-8,4],[9,12],[-2,6],[3,0],[-4,7],[4,5],[7,3],[2,4],[-7,3],[1,7],[-3,1],[5,6],[1,9],[-7,9],[6,1],[2,8],[5,3],[6,1],[5,-5],[4,0],[4,7],[4,1],[-2,12],[4,9],[-5,7],[-8,4],[-4,20],[-11,13],[-6,2],[3,11],[-7,16],[11,3],[-2,2],[-1,7],[-10,5],[1,3],[-9,2],[-5,8],[2,1],[-5,3],[2,3],[-3,5],[-10,5]],[[6001,5971],[6,16],[15,12],[4,4],[-3,4],[6,4],[-1,2],[7,5],[5,16],[15,-1],[4,2],[3,3],[9,-5],[12,-4],[18,2],[-3,6],[4,11],[9,2],[3,-2],[12,-2],[6,2],[-1,2],[5,3],[14,-6],[13,-2],[1,4],[-4,5],[-2,11],[3,5],[15,-3],[1,3],[14,6],[1,-2],[8,2],[1,-3],[4,2],[0,-2],[3,1],[2,-1],[5,0],[13,-4],[8,1],[6,-2],[5,1],[0,-2],[4,3],[4,9],[6,-3],[9,2],[5,-3],[0,-3],[7,-2],[2,-3],[5,3],[1,-3],[2,2],[3,-3],[3,2],[3,-4],[5,2],[4,-4],[2,1],[-2,3],[2,1],[10,-1]],[[5384,5709],[0,5],[7,-5],[4,0],[3,5],[10,1],[11,8],[4,6],[6,3],[2,5],[-1,5],[5,2],[2,3],[-1,8],[-5,3],[1,5],[21,-3],[9,2],[20,-13],[17,-7],[2,-3],[7,2],[4,5],[10,-1],[9,-8],[15,-4],[11,-13],[10,-1],[14,8],[7,0],[2,3],[4,-7],[9,4],[11,0],[4,9],[7,6],[5,-2],[4,3],[-4,5],[8,5],[10,-2],[8,2],[-10,9],[10,-2],[11,4],[10,1],[0,2],[-6,4],[-7,1],[-4,3],[-6,-1],[-10,7],[-7,8],[8,7],[-5,5],[-7,1],[-6,5],[-19,1],[-13,6],[-6,5],[1,4],[-4,5],[-12,9],[-14,5],[-10,15],[-2,27],[-5,1],[-15,10],[-9,1],[-17,14],[-15,7],[13,11],[17,10],[4,7],[-4,9],[-3,3],[-13,3],[-13,6],[-11,13],[-12,10],[-9,3],[18,16],[7,-1],[5,2],[1,-1],[21,14],[-6,5],[5,24],[-2,2],[-7,-1],[0,3],[-8,9],[3,2],[-4,9],[8,-2],[5,8],[2,-2],[3,2],[-3,17],[16,9],[-1,9],[11,-2],[2,-2],[3,1],[2,-2],[4,2],[2,-2],[6,1],[6,-7],[10,-2],[8,8],[23,0],[9,-11],[3,2],[12,1],[10,6],[10,-1],[6,-3],[4,2],[6,-1],[9,4],[14,0],[1,4],[9,5]],[[5689,6119],[2,-2],[-3,-6],[9,-4],[1,-3],[-3,-10],[4,-4],[3,-16],[13,-16],[20,-15],[3,-6],[12,-5],[8,-6],[6,-1],[24,-8],[13,-1],[-1,-19],[22,-2],[9,10],[9,-5],[22,1],[11,-4],[8,1],[10,-3],[5,0],[4,-4],[19,-4],[9,1],[4,2],[14,2],[14,-3],[6,2],[22,-8],[9,-5],[1,-5],[3,-2]],[[5659,6207],[-6,-6],[-3,-15],[8,-4],[11,-13],[7,1],[10,-4],[7,1],[8,-4],[1,-2],[-2,-9],[-11,-7],[3,-6],[-6,-5],[-1,-6],[2,-7],[2,-2]],[[4954,5863],[-12,2],[-11,-2],[-9,8],[-6,11],[12,1],[1,2],[-7,4],[-10,2],[-6,9],[0,7],[10,6],[0,4],[-10,-2],[-7,2],[1,8],[7,3],[-8,3],[2,2],[6,-2],[-7,3],[3,4],[-6,0],[-2,2],[-4,-1],[-5,1],[0,5],[5,3],[-6,2],[6,3]],[[4891,5953],[7,-3],[8,3],[3,-3],[4,4],[6,3],[3,1],[9,-6],[4,3],[1,-1],[4,2],[7,1],[6,-5],[-4,-3],[-1,-13],[5,-10],[9,-3],[17,16],[8,-2],[1,3],[8,-1],[24,16],[7,1],[-1,4],[8,6],[-3,18],[7,15],[0,8],[-4,3],[7,3],[15,-1],[2,-2],[-3,-5],[2,-5],[7,-5],[-1,-4],[14,-2],[7,1],[17,7],[0,2],[7,5],[0,2],[7,3],[3,-3],[9,0],[7,6],[7,3],[-18,13],[-8,13],[14,7],[15,-1],[6,4],[18,0],[0,6],[-3,4],[3,2],[-1,4],[30,4],[8,-2],[3,3],[17,8],[5,6],[20,7],[18,2],[1,12],[-9,16],[-4,4],[2,7],[13,7]],[[5271,6141],[5,-4],[12,-2],[2,-6],[9,0],[6,11],[13,3],[28,-3],[6,1],[5,-2],[10,2],[4,3],[-3,5],[2,4],[8,7],[6,-1],[4,-9],[19,-4],[39,15],[4,2],[-1,2],[8,5],[-1,5],[1,1],[10,2],[3,-4],[10,-8],[24,17],[-1,8],[8,4],[-1,3],[-4,0],[-2,4],[14,20],[-3,11],[2,9]],[[5517,6242],[10,1],[5,-4],[35,-4],[5,-4],[5,6],[3,10],[18,0],[7,-8],[13,-2],[7,-4],[16,-16],[18,-10]],[[4429,6329],[5,-3],[4,0],[2,-13],[7,-8],[3,-11],[4,-3],[0,-6],[3,-3],[8,-2],[4,-2],[5,1],[3,-3],[6,-1],[5,-5],[12,-2],[-1,-4],[2,-1],[1,-4],[-6,-4],[-2,-7],[-5,-4],[2,-2],[-6,-1],[-2,-4],[3,-1],[-4,-2],[-7,2],[-4,-2],[-1,-5],[-12,-5],[-3,-8],[19,-7],[-6,-11],[31,-7],[24,-11],[19,-10],[0,-6],[8,4],[11,2],[2,-1],[10,3],[6,3],[18,-1],[10,8],[9,-12],[6,-1],[7,10],[1,-2],[6,-2],[5,2],[2,3],[-1,4],[11,9],[12,-4],[12,-9],[6,1],[6,-3],[9,-8],[10,-6],[1,-5],[-2,-2],[14,-6],[-12,-15],[10,-3],[5,-4],[1,-6],[-5,1],[-1,-2],[3,-2],[-6,-8],[5,-6],[-3,-4],[18,-7],[2,-3],[10,0],[4,-8],[-1,-8],[-4,-1],[0,-3],[-6,0],[1,-3],[6,-8],[11,-2],[2,-2],[-12,-3],[-1,-6],[4,-2],[9,3],[0,-3],[5,1],[10,-9],[-4,-5],[-4,3],[-7,0],[0,-3],[8,-4],[12,1],[9,6],[17,-9],[6,-10],[9,3],[3,3],[7,1],[3,5],[8,2],[1,4],[-2,2],[3,2],[4,1],[3,-2],[5,2],[1,-2],[4,1],[0,-3],[3,-1],[5,3],[7,-9],[-13,-7],[0,-10],[13,-2],[-1,-3],[3,-3],[-5,-1],[-5,1],[-4,-3],[2,-5],[-4,-3],[5,-4],[2,-4],[-5,-9],[6,-3],[15,4],[10,-3],[9,5],[5,-5],[-1,-4],[-6,-1],[2,-4],[-3,-4],[0,-4],[-11,-4]],[[4293,5745],[1,4],[1,2],[1,1],[1,1],[2,2],[0,1],[-1,1],[-1,1],[-5,5],[-5,4],[-3,2],[-2,4],[0,1],[-2,3],[-6,10],[-2,7],[0,1],[-1,2],[-1,2],[-5,7],[-2,5],[-2,1],[-1,1],[-2,2],[-3,2],[-4,2],[-1,1],[-1,1],[-2,3],[-5,5],[-1,2],[-2,3],[-1,3],[-4,4],[-5,5],[-5,5],[-5,5],[-7,5],[-4,3],[-5,3],[-2,1],[-5,3],[-5,2],[-4,2],[-8,4],[-8,6],[-9,6],[-6,3],[-5,3],[-6,4],[-2,1],[-4,2],[-7,2],[-9,4],[-3,1],[-4,2],[-8,3],[-6,2],[-5,2],[-4,2],[-9,3],[-4,1],[-5,2],[-10,3],[-10,4]],[[4055,5935],[4,9],[-4,5],[7,8],[15,8],[5,6],[-1,12],[7,5],[4,-2],[5,2],[14,-5],[23,7],[9,-3],[53,-2],[1,4],[-3,11],[3,4],[-5,5],[6,9],[-3,12],[-7,4],[-17,2],[-3,3],[2,5],[-2,2],[-9,4],[-5,-2],[-2,4],[-4,2],[7,15],[8,6],[5,2],[2,-3],[1,3],[0,2],[-6,2],[0,2],[4,-1],[1,2],[-5,2],[-2,13],[10,4],[4,-3],[4,1],[1,-2],[6,-2],[0,-4],[5,-4],[9,11],[4,0],[5,-4],[6,1],[9,5],[3,5],[9,-1],[11,4],[4,4],[-6,8],[18,5],[9,9],[14,0],[0,-4],[7,0],[0,5],[6,3],[8,8],[-2,13],[26,-5],[13,8],[7,0],[4,8],[-1,5],[-6,8],[-14,3],[2,15],[-4,7],[0,7],[-4,1],[-1,3],[7,-2],[14,0],[7,23],[5,2],[4,8],[-6,0],[-3,6],[-25,5],[3,7],[-7,1],[-13,12],[-5,0],[-6,3]],[[4304,6286],[6,15],[13,11],[0,4],[4,1],[3,-2],[8,-2],[5,-5],[2,-4],[6,-1],[0,-6],[4,-3],[4,4],[-1,7],[4,14],[14,3],[11,6],[4,4],[17,-4],[4,2],[17,-1]],[[3183,6362],[1,-1],[5,-4],[0,-4],[4,-3],[3,-2],[4,-2],[2,-2],[5,-4],[1,0],[1,-2],[-1,-1],[-2,-4],[-3,-5],[-3,-6],[-1,-1],[-1,-1],[-1,-5],[-1,-1],[0,-1],[0,-1],[2,-1],[0,1],[1,1],[0,-1],[-1,-1],[-1,0],[0,-1],[0,-1],[0,-4],[0,-1],[1,-2],[1,-1],[1,0],[1,-3],[-1,-4],[-2,-4],[2,-3],[1,-4],[-2,-6],[-5,-1],[-6,-1],[-2,-1],[-7,-5],[-8,-1],[-4,-3],[1,-3],[3,0],[2,0],[1,0],[3,-3],[5,-7],[4,-2],[3,-1],[5,-3],[4,-2],[2,-4],[2,-9],[0,-1],[-1,-2],[-2,-3],[-2,-2],[-4,-3],[-2,-1],[-2,0],[-1,1],[-2,2],[-1,2],[-5,1],[-5,0],[-6,-1],[-7,1],[-6,2],[-3,2],[-1,3],[-1,4],[-2,4],[-4,4],[-6,8],[-2,5],[0,4],[0,2],[-1,1],[-3,1],[-8,3],[-2,0],[-1,0],[-4,-1],[-11,-1],[-2,0],[-1,-1],[-1,-1],[0,-1],[3,-5],[2,-4],[1,-2],[1,-1],[0,-1],[-1,-1],[-2,-4],[-1,0],[-2,-1],[-1,0],[-1,2],[-1,3],[-1,3],[-1,4],[0,5],[0,1],[-1,1],[-2,1],[-3,0],[-2,0],[-3,0],[-4,-3],[-3,-2],[-1,-1],[0,-2],[-1,-4],[1,-1],[0,-1],[0,-3],[-1,-2],[-1,-1],[-1,-1],[-2,0],[-1,0],[-8,2],[-6,5],[-1,1],[-2,1],[-6,-1],[-4,2],[-5,3],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,-1],[-2,-1],[0,-1],[-1,-7],[4,-3],[1,-1],[0,-5],[-1,0],[-2,-1],[-7,2],[-7,1],[-5,1],[-1,0],[-1,1],[-1,0],[-2,1],[-7,2],[-10,0],[-3,1],[-6,-1],[-7,-2],[-10,-4],[-3,1],[-10,2],[-6,3],[-7,4],[-2,1],[-1,2],[-3,3],[-3,5],[-7,6],[-1,1],[0,1],[-1,1],[-1,4],[1,4],[-1,4],[-1,4],[0,1],[1,4],[1,1],[1,2],[4,3],[9,6],[3,2],[10,3],[3,0],[11,1],[13,-1],[8,1],[3,2],[2,0],[3,0],[6,-2],[7,-1],[8,-6],[1,-2],[3,-3],[3,-1],[5,-2],[5,-2],[7,-1],[1,0],[2,1],[1,1],[1,0],[1,1],[0,2],[0,1],[-1,0],[-1,1],[0,1],[0,1],[1,1],[1,0],[1,1],[4,0],[3,0],[5,1],[4,3],[3,8],[1,7],[6,0],[8,-1],[6,-2],[4,0],[6,1],[7,-1],[10,-1],[2,0],[1,0],[1,-1],[0,-1],[0,-1],[-1,0],[-1,0],[-8,-2],[-7,-2],[2,-3],[1,-1],[1,-1],[2,-1],[3,0],[10,-4],[2,-1],[1,0],[1,0],[3,0],[4,0],[2,1],[3,1],[2,1],[2,1],[1,3],[0,4],[0,4],[1,3],[8,7],[3,2],[3,2],[5,6],[2,3],[2,3],[0,4],[6,7],[5,6],[1,3],[3,3],[3,1],[1,1]],[[4482,6363],[1,15],[-2,7],[-4,1]],[[4477,6386],[2,7],[3,2],[-5,0],[0,1],[5,3],[0,-1],[7,-1],[0,-3],[10,1],[9,-1],[4,-2],[4,1],[-11,-14],[-13,-4],[-10,-12]],[[4429,6329],[-3,7],[18,6],[7,6],[4,9],[6,2]],[[4461,6359],[5,-7],[16,3],[0,-2],[3,-1],[3,6],[23,3],[9,3],[5,3],[18,2],[-18,8],[5,5],[-7,4],[4,4],[-10,4],[3,1],[10,-3],[18,21],[11,1],[1,6],[9,-6],[14,5],[9,2],[27,0],[2,-3],[4,4],[12,-7],[4,1],[3,6],[-1,-5],[3,-3],[1,2],[15,-2],[11,3],[3,2],[14,-5],[-1,-6],[3,-2],[4,-1],[11,5],[3,-2],[1,-5],[16,0],[4,2],[2,-2],[-3,-2],[6,-2],[6,7],[10,-7],[3,3],[-2,2],[1,2],[4,-2],[5,-6],[11,1],[7,-2],[4,1],[2,-1],[-2,-7],[-10,-7],[-2,-7],[8,-2],[5,3],[9,-1],[-2,-6],[3,-9],[-7,-8],[3,-11],[-3,-9],[-8,-5],[-1,-10],[-3,-1],[-2,-11],[-6,-12],[2,-4],[-1,-7],[-8,0],[-1,-11],[5,-6],[1,-11],[12,-3],[4,-4],[10,10],[4,-2],[-1,0],[9,-10],[9,-5],[6,-12],[4,-1],[3,-5],[4,1],[0,-4],[3,-1],[-3,-4],[-4,1],[5,-9],[-5,-6],[11,-2],[4,-9],[9,4],[3,18],[12,1],[2,-17],[13,7],[15,12],[2,-2],[3,4],[5,0],[10,9],[12,7],[4,9],[10,-3],[6,2],[2,-3],[-1,-5],[2,-5],[14,-6],[8,1],[1,4],[1,-1],[14,0],[11,-1],[5,4],[-3,18],[6,5],[1,3],[4,0],[11,-6],[2,-10],[6,-8],[14,0],[-4,-4],[0,-5],[-4,-2],[-23,2],[-10,-5],[3,-15],[10,4],[6,-1],[5,3],[5,0],[2,-12],[4,-6],[5,-1],[3,3],[7,-1],[1,-7],[11,-1],[0,-4],[8,-2],[10,-13],[13,-1],[7,-5],[0,-5],[6,-2],[1,-3],[4,-2],[7,-22],[5,1],[0,5],[8,6],[-2,11],[14,9],[7,2],[14,-1],[3,6],[5,2],[2,12],[4,4],[7,-5],[7,-1],[7,4],[-1,3],[9,2],[-1,4],[2,1],[1,-3],[6,1],[5,-2],[16,-1],[13,-18],[11,-4],[3,-6],[2,0],[-7,-4],[-2,-4],[3,-5],[7,-2]],[[5659,6207],[1,2],[8,-2],[4,1],[14,-7],[6,2],[4,4],[9,3],[12,8],[8,-6],[4,4],[-3,3],[0,8],[3,9],[6,4],[13,3],[15,-3],[10,4],[9,10],[-2,3],[2,20],[11,14],[10,4],[5,18],[7,0],[10,-10],[10,-1],[3,-3],[8,2],[3,4],[15,-1],[19,9],[3,-1],[1,-7],[5,-3],[16,1],[38,15],[2,9],[5,3],[3,6],[-4,2],[0,3],[13,5],[12,0],[35,5],[22,7],[15,9],[44,8],[3,2],[-1,3],[4,0],[-1,-3],[30,4]],[[6128,6381],[1,-1],[3,-7],[0,-1],[0,-2],[1,-1],[1,-6],[1,-4],[0,-2],[1,-2],[1,-2],[1,-4],[1,-4],[1,-5],[1,-3],[1,-3],[1,-6],[1,-2],[0,-3],[1,-3],[3,-9],[2,-4],[2,-5],[3,-8],[2,-3],[1,-3],[5,-9],[1,-3],[1,-2],[2,-4],[3,-4],[1,-3],[3,-3],[4,-7],[4,-7],[1,-2],[2,-4],[2,-5],[5,-8],[8,-15],[3,-5],[2,-2],[4,-5],[3,-5],[2,-1],[6,-8],[4,-5],[3,-3],[2,-2],[5,-7],[11,-19],[3,-5],[3,-3],[5,-7],[3,-4],[4,-5],[4,-5],[4,-4],[4,-4],[4,-5],[4,-4],[4,-5],[2,-3],[3,-3],[5,-5],[5,-4],[10,-9],[8,-7],[2,-2]],[[2691,6533],[3,-3],[2,-2],[2,-6],[1,-6],[0,-2],[4,1],[3,-2],[1,-1],[-1,-6],[-1,-4],[-2,-5],[-3,-2],[-7,-5],[-5,-3],[-1,-2],[-4,-4],[-1,-3],[0,-1],[-3,-2],[-2,-1],[-1,0],[-7,6],[-6,8],[0,3],[1,4],[2,2],[1,4],[1,2],[0,3],[0,8],[4,6],[3,2],[2,2],[4,3],[1,2],[1,1],[1,0],[5,3],[1,1],[1,-1]],[[6072,6529],[0,-1],[0,-2],[1,-4],[2,-5],[1,-4],[1,-3],[1,-3],[2,-4],[1,-5],[1,-2],[0,-2],[0,-1],[1,-6],[1,-4],[2,-5],[3,-6],[1,-2],[0,-3],[2,-8],[3,-8],[1,-2],[0,-1],[3,-8],[0,-1],[2,-4],[2,-4],[2,-4],[0,-3],[1,-2],[1,-2],[1,-2],[3,-5],[5,-8],[3,-6],[2,-5],[1,-1],[1,-3],[1,-3],[3,-5],[1,-1]],[[5517,6242],[0,3],[8,9],[0,5],[-5,4],[2,3],[5,2],[6,0],[8,7],[3,0],[3,-2],[8,3],[4,-11],[5,6],[-1,6],[6,12],[7,1],[-7,4],[7,3],[-1,3],[5,6],[-1,5],[-6,6],[-5,13],[-2,12],[-3,2],[0,5],[-7,8]],[[5556,6357],[-4,7],[6,2],[3,12]],[[5561,6378],[9,6],[9,1],[-3,10],[18,0],[2,5],[8,7],[6,-2],[10,1],[14,-2],[0,-3],[5,-2],[9,1],[2,-2],[7,0],[6,-5],[0,-3],[3,-1],[3,-7],[5,-5],[7,3],[-4,10],[10,3],[2,3],[7,0],[8,14],[-1,1],[-4,0],[-1,2],[-10,6],[2,3],[0,5],[-4,4],[6,2],[3,5],[-8,4],[3,1],[3,4],[4,1],[0,-3],[3,0],[8,4],[-1,3],[3,-2],[5,2],[0,-2],[3,0],[4,-5],[5,1],[-1,-1],[8,-1],[1,-2],[5,0],[4,3],[7,2],[8,10],[14,5],[7,-2],[13,5],[10,0],[22,-4],[9,3],[3,5],[6,2],[-5,2],[4,2],[-1,1],[6,-3],[-4,5],[1,2],[3,-1],[8,3],[4,-4],[2,1],[7,6],[13,6],[10,10],[8,3],[1,-3],[5,1],[1,-3],[4,-4],[0,12],[21,1],[18,6],[17,10],[52,16],[3,-9],[-1,-2],[5,-1],[0,-2],[3,-1],[5,1],[0,-2],[15,3],[12,-2],[9,2],[1,2],[2,0]],[[4055,5935],[-1,0],[-11,3],[-8,3],[-9,2],[-7,2],[-7,2],[-5,0],[-3,1],[-7,2],[-8,2],[-7,1],[-9,2],[-14,2],[-8,1],[-9,1],[-7,1],[-7,1],[-4,0],[-6,-2],[-4,1],[-1,1],[-1,0],[0,1],[-1,3],[0,3],[-3,1],[-4,1],[-3,1],[-5,0],[-6,0],[-7,-1],[-5,-1],[-6,-1],[-8,-2],[-2,0],[-3,-2],[-3,-1],[-2,-1],[-1,-1],[-1,-1],[-3,-4],[1,-1],[3,-4],[3,-5],[0,-1],[0,-1],[0,-1],[-1,0],[-5,-2],[-8,-3],[-4,-2],[-3,-4],[0,-1],[0,-2],[1,-2],[0,-1],[0,-2],[-3,-1],[-2,-1],[-2,1],[-1,1],[-5,2],[-6,0],[-2,0],[-2,-1],[-3,-3],[-2,-1],[-2,-1],[-1,1],[-1,1],[-1,1],[0,2],[-2,5],[-5,5],[-1,0],[-3,0],[-6,4],[-5,4],[-6,3],[-9,0],[-4,1],[-5,5],[-3,4],[-1,3],[0,3],[-1,7],[0,1],[-1,1],[1,5],[3,3],[4,5],[2,5],[3,5],[1,1],[1,0],[1,0],[3,0],[3,-3],[1,-1],[1,-3],[3,-2],[1,-2],[1,0],[1,0],[1,1],[2,1],[2,1],[3,0],[3,0],[1,-1],[8,-2],[7,-1],[3,1],[3,1],[2,2],[3,2],[3,4],[4,5],[3,5],[2,5],[3,7],[1,7],[2,6],[0,5],[1,2],[0,5],[0,5],[0,4],[-1,3],[0,3],[-2,3],[-4,8],[-3,5],[-3,5],[-1,1],[-3,3],[-1,2],[-4,3],[-4,4],[-2,4],[-1,1],[-3,1],[-1,0],[-2,0],[-6,-2],[-3,0],[-3,-2],[-1,-1],[-5,-2],[-2,1],[-3,3],[-3,4],[-3,4],[-4,6],[-2,3],[-1,1],[-1,2],[0,1],[0,4],[-1,4],[0,3],[-1,1],[-2,3],[-3,3],[-2,0],[-5,2],[-3,1],[-2,2],[-1,2],[-1,2],[1,1],[1,0],[1,0],[2,3],[0,3],[-1,2],[-2,1],[-6,4],[-2,2],[-4,1],[-3,2],[-4,1],[-3,1],[-3,2],[-9,3],[-3,1],[-11,3],[-4,2],[-4,2],[-3,1],[-3,3],[-1,2],[-2,3],[-1,2],[0,2],[-3,8],[-4,8],[-1,4],[-2,3],[-1,1],[-4,7],[-4,6],[-5,5],[-5,5],[-4,3],[-3,2],[-4,3],[-7,3],[-6,3],[-9,4],[-9,4],[-8,2],[-6,2],[-5,2],[-4,1],[-4,1],[-11,2],[-10,3],[-4,1],[-14,3],[-4,0],[-1,1],[-10,1],[-3,1],[-11,1],[-5,1],[-8,0],[-5,1],[-5,1],[-1,1],[-3,2],[-4,2],[-4,2],[-5,2],[-3,2],[-4,3],[-2,1],[-6,2],[-7,3],[-2,1],[0,1],[3,4],[0,1],[3,-2],[4,-1],[3,0],[2,0],[3,1],[1,0],[2,1],[3,1],[2,3],[2,3],[4,7],[1,2],[1,4],[1,2],[1,4],[1,4],[0,2],[0,1],[-1,6],[-2,5],[-2,3],[-1,5],[2,3],[6,5],[4,5],[2,1],[1,1],[0,2],[0,1],[-1,4],[-4,6],[-4,5],[-2,2],[-1,1],[-4,3],[-3,2],[-5,3],[-2,1],[-6,3],[-4,2],[-1,1],[-5,2],[-2,0],[-11,5],[-1,1],[-3,1],[-3,1],[-3,2],[-3,0]],[[3429,6421],[8,15],[18,11],[3,8],[9,3],[1,4],[-12,10],[4,6],[-1,6],[7,0],[6,-4],[6,3],[6,-4],[4,0],[4,-4],[3,6],[10,5],[-12,3],[-4,2],[1,7],[-4,11],[9,12],[-3,5],[-23,10],[-16,-7],[-3,2],[-3,-2],[-12,5],[3,4],[9,5],[-3,2],[2,3],[-6,3],[5,4],[-6,10]],[[3439,6565],[11,4],[4,4],[0,3],[6,2],[4,-1],[2,1],[0,12],[5,8],[0,6],[7,-1],[0,-5],[4,-3],[26,16],[10,-2],[3,-3],[0,-5],[15,5],[6,1],[2,3],[-2,2],[4,1],[9,-5],[9,-1],[9,0],[14,3],[13,-1],[2,2]],[[3602,6611],[3,2],[2,-2],[15,1],[6,-3],[22,9],[6,5],[9,2],[9,-1],[7,3],[6,-3],[4,4],[0,5],[4,1],[20,-7],[11,3],[-2,-8],[4,-9],[-4,-5],[4,0],[0,-4],[-7,-3],[-2,-5],[2,-2],[5,1],[3,-3],[-4,-4],[2,-1],[-1,-3],[10,-7],[-8,-8],[4,-3],[6,-8],[-2,-2],[5,-9],[6,-4],[1,2],[4,-1],[6,2],[7,0],[4,3],[10,1],[3,-1],[3,-5],[6,1],[3,-2],[12,-1],[5,-3],[8,0],[5,10],[7,0],[6,-2],[2,3],[4,0],[4,-2],[13,-2],[10,5],[3,-4],[7,-3],[4,2],[10,-4],[10,0],[0,-2],[9,3],[3,-2],[6,-1],[4,-2],[11,10],[2,-4],[4,2],[4,-2],[6,6],[8,-1],[0,-2],[6,-1],[6,-6],[7,3],[3,-2],[-1,-6],[3,-1],[-4,-8],[5,-6],[-2,-2],[-5,0],[3,-6],[-1,-3],[-7,-3],[9,-7],[-10,-2],[-1,-2],[7,-2],[3,-3],[-1,-13],[9,1],[1,-4],[-3,-4],[7,0],[1,-2],[-5,-3],[-7,1],[2,-5],[8,-2],[-2,-6],[-7,-2],[-7,2],[-7,-6],[2,-2],[5,-2],[12,1],[8,-4],[11,0],[13,-3],[23,-2],[8,3],[8,-4],[5,2],[7,5],[5,-2],[9,2],[8,10],[5,-1],[2,3],[8,2],[3,0],[8,-5],[-1,-8],[9,-2],[6,2],[10,0],[12,4],[4,-4],[6,-2],[11,-11],[11,0],[12,-19],[-2,-13],[5,1],[-3,-9],[1,-12],[-4,-8],[4,-14],[9,-6],[1,-5],[-4,-22],[3,-7],[-3,-10],[-7,-2],[1,-6],[4,-1],[9,3],[17,-10],[11,1],[5,-2],[15,10],[4,0],[8,-1],[6,-5],[9,2],[14,-8]],[[5561,6378],[-7,11],[-1,7],[2,1],[-4,1],[1,6],[-4,5],[-3,-1],[-5,10],[2,6],[-2,5],[6,6],[16,8],[2,-2],[5,0],[-1,4],[13,1],[4,6],[12,5],[10,7],[1,3],[7,4],[0,3],[3,3],[6,-4],[1,2],[1,-1],[3,6],[-2,1],[9,5],[0,6],[3,-2],[4,6],[18,5],[10,7],[8,-1],[0,-7],[2,-1],[-3,-2],[3,-3],[-2,-6],[2,-2],[4,1],[2,-6],[4,-1],[6,0],[7,-2],[1,3],[3,-2],[0,2],[3,0],[0,5],[8,5],[5,-2],[15,-3],[5,3],[1,5],[4,1],[-4,3],[5,11],[-4,12],[1,6],[18,13],[-5,2],[-7,0],[-12,-6],[-3,2],[-2,-4],[-13,11],[-4,12],[1,10],[9,11],[-4,6],[2,4],[-5,3],[6,1],[3,8],[6,3],[9,9],[5,2],[9,-1],[1,2],[3,-3],[8,1],[3,5],[5,-1],[4,4],[11,1],[-3,6],[9,10],[-4,2],[4,3],[-5,9],[5,2],[20,0],[11,4],[10,-1],[12,-6],[2,1],[8,16],[5,4],[-1,8],[2,3],[-6,11],[-1,8],[6,3],[24,-2],[15,5],[26,2],[18,8],[18,2],[13,5]],[[5983,6725],[2,-5],[5,-9],[5,-9],[5,-11],[3,-4],[6,-9],[2,-3],[1,-2],[1,-3],[2,-5],[2,-7],[2,-3],[0,-1],[3,-7],[1,-3],[0,-2],[2,-3],[1,-2],[3,-7],[1,-3],[4,-8],[4,-6],[1,-1],[2,1],[1,1],[0,1],[-1,3],[1,-1],[0,-3],[-1,-1],[-1,-1],[0,-1],[1,-4],[3,-6],[1,-3],[4,-8],[1,-1],[2,-4],[1,-1],[2,-3],[1,-3],[3,-6],[5,-8],[1,-3],[1,-2],[2,-3],[1,-6],[1,-3],[0,-1],[-1,-1],[0,-2],[0,-1],[2,-5],[1,-8]],[[5556,6357],[-4,-11],[-8,-3],[0,-4],[-3,0],[-5,-4],[-5,-2],[-3,2],[-12,-7],[-5,3],[-18,-5],[-5,3],[0,5],[-4,0],[-5,5],[-4,10],[-17,16],[-6,11],[-19,6],[-1,4],[-6,-1],[-7,3],[-15,14],[-8,-3],[-6,-7],[-10,-5],[-14,1],[-3,2],[-2,7],[-2,0],[-2,-8],[-6,-3],[9,-5],[0,-2],[-4,1],[3,-4],[-5,-4],[-5,-13],[-3,-1],[-3,2],[-5,-1],[-3,7],[2,7],[-5,6],[2,3],[-3,4],[6,11],[-2,2],[3,8],[-23,4],[1,7],[-4,1],[2,2],[-6,0],[1,3],[-6,0],[-6,8],[-7,1],[-2,-2],[-18,10],[3,7],[6,5],[2,6],[-17,20],[8,14],[7,-4],[-2,5],[3,8],[-12,9],[-3,11],[7,30],[-5,-1],[-6,6],[2,3],[-5,16],[-18,4],[-7,-3],[-7,0],[-4,9],[-6,7],[-1,4],[18,7],[4,7],[5,3],[2,17],[3,3],[0,5],[-5,14]],[[5242,6653],[0,2],[4,1],[10,8],[11,1],[6,4],[-10,11],[-3,10],[3,2],[-3,3],[-2,5],[4,4],[5,-2],[3,2],[6,9],[7,-9],[35,7],[10,4],[6,-1],[9,10],[4,-1],[-3,3],[6,2],[-3,5],[8,-2],[4,5],[7,-2],[0,3],[5,2],[7,14],[14,8],[-4,3],[9,3],[0,11],[15,12],[-2,4],[3,2],[-3,4],[8,4],[0,4],[7,-1],[5,4],[-4,11],[-3,-1],[-5,3],[2,3],[-2,3],[11,6],[6,11],[5,0],[2,-3],[7,-2],[14,-2],[8,-8],[9,-1],[4,-3],[16,5],[31,-3],[7,3],[7,12],[6,1],[-3,5],[3,5],[4,0],[3,7],[5,4],[31,2],[-8,-5],[5,-8],[5,-2],[2,-16],[12,-8],[12,-15],[9,-1],[2,-3],[7,1],[0,-3],[14,3],[3,3],[1,6],[7,1],[1,3],[5,1],[1,2],[22,7],[10,11],[20,-1],[-2,3],[13,9],[7,-8],[6,1],[4,-2],[3,2],[7,-3],[15,4],[8,-1],[1,3],[5,1],[15,-4],[45,3],[7,4],[-6,-10],[-7,-3],[4,-6],[1,-5],[34,-1],[14,7],[13,5],[-2,13],[-18,-2],[-6,6],[-10,0],[-10,3],[-1,3],[4,4],[12,2],[12,7],[6,0]],[[5898,6880],[2,-4],[5,-9],[3,-6],[3,-6],[4,-6],[4,-7],[3,-6],[4,-8],[0,-2],[3,-6],[3,-6],[1,-4],[0,-1],[3,-7],[1,-3],[2,-3],[1,-2],[2,-5],[2,-3],[2,-6],[4,-8],[2,-6],[1,-2],[2,-2],[2,-3],[2,-4],[2,-4],[1,-1],[1,-2],[2,-2],[1,-1],[1,-1],[2,-2],[3,-2],[1,-1],[2,0],[2,1],[-1,1],[-1,1],[1,1],[0,-1],[1,-2],[-1,-1],[0,-2],[0,-1],[3,-4],[4,-7]],[[4485,6615],[-17,-5],[-1,-3],[-10,-4],[-4,-4],[-3,-14],[-6,-3],[7,-9],[1,-10],[3,-2],[4,-8],[-1,-6],[-6,-6],[1,-5],[3,0],[4,-6],[4,-11],[4,-2],[6,2],[2,4],[0,4],[5,3],[13,-4],[7,-6],[1,-5],[-8,-13],[0,-12],[-15,-37],[-4,-1],[-1,-14],[5,-5],[-2,-6],[-11,-10],[1,-7],[-5,-2],[3,-4],[-4,-14],[4,-2],[6,1],[6,-3]],[[4482,6363],[2,-5],[-14,3],[-9,-2]],[[3602,6611],[-3,2],[3,14],[8,5],[4,7],[5,-1],[8,9],[0,8],[2,3],[-4,5],[0,4],[-10,3],[11,13],[4,0],[10,-8],[9,0],[18,-5],[7,8],[-5,5],[2,13],[4,4],[-7,2],[1,3],[-6,9],[0,6],[-7,2],[-1,5],[-6,0],[-4,3],[-9,2],[3,14],[4,-1],[4,-4],[4,1],[3,8],[-3,7],[2,11],[16,-2],[6,2],[5,10],[8,7],[-1,11],[-6,2],[-5,16],[2,3],[-9,0],[-10,4],[0,12],[-23,25],[0,3]],[[3636,6861],[8,26],[-4,3],[-2,8],[7,8],[2,8],[10,1],[8,6],[9,2],[11,6],[5,6],[10,5],[1,-1],[3,1],[1,2],[3,-8],[13,-2],[2,-4],[5,-2],[9,0],[8,-12],[24,-13],[10,-9],[-4,-6],[6,-1],[-4,-3],[3,-1],[8,3],[4,-1],[6,2],[-1,2],[6,4],[2,11],[7,9],[4,-1],[4,5],[6,1],[5,6],[3,-7],[7,4],[1,-2],[-5,-4],[-3,-10],[-10,-9],[0,-2],[12,2],[16,-9],[9,7],[9,1],[15,10],[-4,6],[8,0],[12,12],[5,7],[-4,11],[1,3],[5,-1],[3,-5],[10,-5],[2,-12],[6,1],[6,-2],[25,9],[10,-2],[6,4],[3,-4],[4,0],[15,5],[1,5],[-2,2],[4,6],[10,1]],[[4011,6944],[0,-1],[4,1],[10,-12],[9,-4],[9,-16],[14,1],[7,-2],[-2,-6],[1,-3],[6,0],[-2,-5],[7,-8],[5,-5],[5,-2],[3,1],[11,-15],[3,4],[7,3],[10,-5],[3,-5],[18,2],[-3,-9],[-6,-3],[6,-20],[-10,-10],[0,-3],[-4,-7],[2,-6],[13,-12],[13,-3],[3,-11],[10,0],[12,-8],[27,-8],[12,-11],[16,-7],[0,-8],[13,-15],[2,-8],[16,-3],[4,3],[2,-1],[9,-8],[5,-9],[2,-6],[-3,-3],[17,-9],[10,-9],[3,3],[12,-2],[5,3],[19,-14],[6,1],[8,-3],[17,4],[4,-17],[9,-14],[12,-13],[22,-15],[12,15],[13,-5],[10,7],[26,-8]],[[3429,6421],[-6,2],[-5,2],[-5,1],[-4,1],[-4,1],[-11,1],[-8,1],[-7,1],[-11,1],[-4,0],[-4,0],[-5,0],[-4,0],[-5,0],[-9,0],[-5,0],[-8,-1],[-3,0],[-7,-1],[-6,-1],[-7,-2],[0,-3],[-3,-5],[0,-1],[-1,0],[-3,-1],[-3,-2],[1,-3],[1,-1],[2,-1],[2,0],[0,-1],[-3,-3],[-3,-3],[-5,-1],[-1,0],[-5,1],[-4,1],[-3,1],[-2,2],[0,1],[-3,3],[-1,2],[-1,0],[-2,0],[-2,0],[-5,1],[-2,2],[-4,8],[-2,4],[-2,4],[-3,4],[-1,5],[2,7],[-1,5],[-1,1],[0,2],[-1,2],[0,3],[2,2],[1,0],[1,1],[5,2],[3,0],[3,-2],[1,-1],[1,0],[2,0],[2,0],[2,2],[1,0],[1,1],[2,3],[1,2],[0,1],[-1,1],[-2,1],[-1,2],[0,2],[-1,4],[1,1],[2,1],[2,0],[1,1],[2,1],[1,2],[7,22],[1,4],[1,4],[2,9],[0,4],[1,3],[0,6],[1,5],[1,4],[0,4],[0,3],[0,4],[0,2],[1,2],[0,5],[0,8],[1,2],[0,9],[0,6],[0,3],[-1,4],[0,5],[0,4],[0,2],[0,6],[-1,8],[-1,3],[0,4],[0,2],[-1,2],[0,4],[-1,4],[-1,4],[0,3],[-2,8],[-1,6],[-1,4],[-1,6],[-1,3],[-2,6],[-3,5],[-1,3],[-3,7],[-3,7],[-3,5],[-2,4],[-1,2],[-3,4],[-1,1],[-8,7],[-8,6],[-1,1],[-1,1],[-2,1],[-1,1],[-2,1],[-1,1],[-2,1],[-1,0],[-2,1],[-2,2],[-3,4],[-1,1],[-2,4],[-1,2],[1,2],[0,3],[0,2],[0,3],[-1,2],[-2,3],[-2,4],[-1,1],[-2,1],[-2,0],[-1,2],[-1,4],[0,5],[-1,3],[-3,5],[-1,2],[-1,1],[-1,0],[-2,1],[0,2],[-1,1],[-2,6],[-1,4],[-2,2],[-3,2],[-4,0],[-5,-1],[-3,3],[-3,7],[-2,8],[-3,3],[-3,3],[-2,2],[-1,0],[0,2],[-2,1],[-2,4],[-2,5],[-2,1],[-7,7],[-3,2],[-1,1],[-6,3],[-4,1],[-6,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-3,2],[-5,5],[-2,1],[0,1],[1,2],[-1,7],[-3,4],[-2,2],[-2,5],[-1,4],[-1,3],[0,3],[-2,4],[-4,4],[-4,5],[-4,5],[-2,5],[1,4],[1,3],[1,6],[-2,2],[0,3],[2,5],[7,6],[0,3],[0,2],[-5,-2],[-1,-6],[-1,-2],[-3,-1],[-1,1],[2,4],[0,5],[-2,4],[0,1]],[[3087,6972],[5,4],[52,15],[-1,1],[10,5],[27,9],[2,-2],[19,13],[36,1],[7,-2],[4,2],[6,-2],[4,-3],[6,0],[-8,-3],[-3,-7],[2,-6],[-7,-5],[1,-16],[-6,1],[-8,-2],[0,-13],[4,-10],[-13,-15],[6,-16],[7,-3],[-4,-4],[-1,-8],[10,-17],[6,-16],[-1,-8],[8,-5],[-1,-4],[-11,-8],[-4,0],[0,-3],[2,-3],[2,5],[6,1],[4,-1],[2,1],[3,-1],[2,-4],[-2,0],[-3,-16],[-9,-8],[5,-4],[0,-3],[4,-1],[-3,-10],[4,-4],[6,-14],[19,6],[8,0],[-7,-10],[2,-11],[-3,-9],[-7,-8],[7,-1],[10,-10],[8,-4],[7,1],[1,-6],[6,-4],[39,-12],[30,1],[4,7],[9,-1],[15,9],[5,-5],[5,-1],[1,-5],[-3,-4],[2,-2],[-14,-6],[-11,-8],[0,-11],[4,-5],[-6,-1],[3,-2],[1,-7],[-6,-5],[7,-6],[7,2],[9,-1],[-4,-5],[4,-7],[-1,-5],[-8,-9],[-14,2],[-16,-4],[4,-9],[0,-8],[13,2],[1,-16],[-4,-5],[2,-3],[9,-3],[13,0],[1,-5],[4,-3],[-1,-5],[4,-2],[11,-2],[5,1],[2,-3],[-4,-5],[2,-5]],[[5162,6868],[8,-8],[-9,-5],[0,-5],[7,-5],[-8,-1],[2,0],[-1,-6],[7,-3],[1,-3],[6,-3],[-7,-11],[-11,-5],[-7,-1],[-4,-2],[-1,-3],[6,-4],[-4,-5],[8,-6],[0,-6],[10,-4],[2,-9],[8,-4],[0,-4],[9,-5],[0,-5],[5,-4],[3,-16],[-1,-10],[-2,-3],[-5,-3],[-3,-4],[12,-9],[0,-2],[3,1],[3,-2],[12,-2],[-1,-4],[6,-2],[-5,-9],[4,-8],[-2,-4],[8,-9],[0,-6],[11,-7],[10,1]],[[4485,6615],[8,2],[15,11],[15,-1],[13,5],[4,4],[-2,2],[4,3],[-4,3],[4,3],[6,10],[-2,3],[2,6],[2,2],[4,1],[-7,9],[-1,6],[12,5],[8,-5],[14,-2],[9,-7],[6,0],[2,2],[7,2],[7,8],[8,4],[15,-2],[8,2],[22,16],[10,0],[19,7],[4,5],[0,3],[8,4],[-3,3],[-12,5],[-3,4],[-5,1],[-1,3],[-10,-12],[2,-5],[-7,-11],[-10,1],[-27,9],[-6,12],[8,9],[-2,3],[4,6],[-2,13],[-9,13],[-5,5],[-14,7],[-7,-5],[-14,-1],[-3,4],[-1,10],[4,18],[-6,2],[-14,-6],[-3,3],[-14,-1],[-7,13],[6,7],[10,2],[6,4],[5,7],[21,-4],[15,12],[0,6],[4,5],[16,6],[5,5],[6,-4],[6,2],[1,7],[-3,3],[-9,0],[-2,6],[-4,-2],[-3,1],[-2,4],[-5,0],[-2,3],[-14,4],[-1,9],[3,10],[12,8],[6,-4],[3,4],[5,-2],[3,3],[4,-1],[1,2],[6,1],[4,-4],[5,-2],[0,4],[6,10],[-2,3],[4,11],[15,13],[3,7],[9,4],[1,9],[3,4],[12,6]],[[4697,6998],[10,-15],[11,2],[5,-3],[14,-3],[5,4],[6,-1],[11,2],[0,-2],[6,1],[-2,-6],[5,-1],[7,4],[6,10],[9,0],[5,4],[3,1],[1,3],[5,-3],[8,0],[1,6],[4,2],[8,-4],[3,0],[-7,-9],[0,-5],[6,-8],[4,-2],[-2,-4],[-8,-5],[-1,-4],[-11,-9],[-3,-5],[-8,1],[-6,-2],[-6,1],[-6,-8],[9,-5],[3,-8],[4,-4],[12,-3],[4,1],[4,5],[10,6],[17,-11],[-3,-4],[1,-4],[8,-3],[5,1],[-1,3],[3,5],[12,13],[3,1],[5,-1],[5,3],[4,0],[4,-6],[8,-5],[5,-9],[6,3],[9,-2],[-2,4],[3,1],[3,5],[4,-1],[3,-3],[3,1],[3,-3],[3,1],[15,-11],[6,-11],[33,-31],[18,-13],[15,-6],[6,-4],[0,-3],[8,-3],[3,-5],[-3,-4],[9,6],[6,7],[6,2],[8,-1],[8,4],[6,-3],[6,0],[5,-4],[21,-4],[-1,3],[7,16],[4,2],[11,13],[11,1],[1,-3],[3,2],[3,-4],[10,1]],[[5162,6868],[7,10],[20,6],[-3,11],[6,5],[2,6],[5,0],[8,7],[8,-3],[11,8],[0,6],[27,9],[8,6],[4,1],[2,5],[3,0],[4,3],[2,5],[2,-1],[5,2],[4,9],[4,0],[-2,1],[4,2],[-1,4],[-3,3],[4,5],[4,-1],[3,2],[5,0],[5,7],[4,-1],[5,2],[6,-1],[0,4],[6,4],[9,14],[8,24],[-2,4],[14,-1],[5,7],[7,3],[5,8],[14,1],[7,6],[18,8],[9,10],[-6,4],[4,3],[-12,10],[7,0],[4,2],[0,2],[3,-1],[15,2],[5,-3],[7,3],[3,-2],[12,3],[8,3],[3,5],[14,2],[11,7]],[[5503,7118],[1,-1],[3,-2],[4,-3],[5,-3],[4,-2],[4,-3],[7,-4],[8,-5],[7,-5],[3,-3],[4,-3],[6,-3],[9,-6],[20,-12],[12,-7],[10,-5],[6,-3],[15,-7],[1,0],[6,-3],[5,-2],[4,-2],[6,-3],[3,-1],[1,0],[8,-2],[8,-2],[6,-3],[5,-3],[1,0],[0,-1],[4,-2],[2,-1],[8,-4],[7,-3],[9,-4],[6,-2],[5,-1],[6,-2],[4,-1],[3,-1],[6,-2],[2,0],[2,0],[10,-1],[3,-1],[3,1],[3,2],[1,0],[3,3],[2,7],[5,7],[1,2],[4,-1],[1,-1],[2,-1],[1,-1],[5,-3],[3,-1],[5,-1],[5,-3],[6,-7],[7,-4],[4,-2],[1,-2],[6,-7],[4,-8],[2,-6],[1,-2],[2,-2],[3,-2],[3,-2],[2,-1],[4,-1],[1,0],[2,0],[7,-1],[10,-6],[12,-5],[1,-1],[1,-1],[0,-1],[1,-2],[-1,-2],[0,-2],[-1,-2],[-2,-1],[-2,-2],[0,-1],[0,-2],[0,-2],[0,-1],[1,-2],[2,-4],[0,-6],[0,-3],[-2,-3],[0,-1],[0,-1],[1,-3],[1,-1],[1,-2],[5,-7],[4,-5],[3,-6],[2,-2]],[[4675,7164],[9,2],[16,-3],[6,6],[8,-3],[3,-5],[-1,-5],[6,-8],[-8,2],[-17,-3],[-12,-8],[0,-4],[-12,4],[-1,6],[-11,10],[4,6],[-5,3],[0,2],[6,5],[9,-7]],[[3434,7149],[3,-8],[9,-7],[2,-5],[8,-8],[19,-8],[2,-5],[4,1],[6,-4],[2,3],[2,-1],[12,-16],[4,-13],[10,0],[4,3],[1,-2],[6,-1],[3,4],[-2,4],[11,3],[33,2],[2,-7],[4,-1],[1,-3],[4,1],[2,-6],[-4,-1],[1,-3],[8,-7],[1,-5],[7,0],[3,-8],[4,-2],[0,-6],[8,-4],[4,1],[3,-2],[-5,-5],[-10,-3],[-2,-6],[-9,-2],[-1,-6],[-6,5],[-5,2],[-2,-5],[2,-5],[-3,-3],[-6,1],[-3,-10],[-4,4],[-4,1],[-11,8],[-2,-3],[-9,-4],[-3,-3],[-2,4],[-6,-2],[-3,-6],[7,-2],[3,-5],[0,-9],[6,-5],[-1,-10],[-8,-5],[0,-2],[11,-2],[4,-4],[-7,-5],[-5,0],[-4,-6],[1,-4],[-5,-2],[1,-6],[5,-8],[-2,-2],[8,-3],[7,-9],[-7,-12],[7,1],[8,-3],[3,-6],[-7,-8],[1,-2],[5,2],[8,-4],[1,-11],[17,-1],[8,5],[8,1],[6,-2],[2,-6],[28,-4]],[[3087,6972],[-1,1],[-1,2],[-1,1],[0,1],[-2,3],[-1,4],[-1,6],[-1,7],[-1,6],[-1,6],[0,8],[-1,5],[0,2],[-1,5],[-1,3],[0,2],[-1,2],[-1,2],[-1,2],[-1,1],[-3,5],[-3,6],[2,5],[1,0],[1,0],[2,0],[1,2],[1,2],[1,2],[0,2],[0,2],[-1,7],[-1,4],[-2,8],[0,7],[0,5],[0,8],[-2,9],[-1,5],[-1,6],[-2,9],[-2,7],[-1,3],[0,1],[1,-1],[1,0],[0,2],[-1,4],[-2,3],[-1,3],[-1,4],[0,2],[-1,3],[-1,3],[-1,1],[-1,3],[0,1]],[[3053,7174],[28,7],[13,5],[11,-4],[3,-3],[12,2],[9,-6],[27,-3],[7,5],[12,2],[3,5],[3,0],[3,-4],[4,7],[5,4],[2,-9],[7,-11],[5,-4],[4,2],[5,-4],[-1,-9],[-10,-6],[2,-8],[7,-5],[3,-6],[12,1],[11,-6],[12,-1],[5,-4],[21,7],[23,-8],[1,-3],[7,4],[6,0],[16,4],[5,5],[1,-4],[11,-4],[12,1],[11,16],[8,19],[12,8],[17,-2],[4,-3],[3,4],[19,-16]],[[4274,7228],[9,-3],[9,-10],[46,-14],[5,-5],[0,-4],[17,-9],[4,-4],[0,-4],[19,-7],[7,0],[6,6],[7,0],[3,1],[7,-5],[6,0],[2,-2],[10,0],[11,5],[3,-5],[-1,-7],[5,-5],[8,0],[7,-3],[10,0],[3,-4],[0,-8],[29,-13],[17,4],[11,-5],[7,1],[12,-7],[3,1],[-1,3],[1,-1],[6,0],[7,-4],[3,-8],[5,-2],[6,0],[8,5],[10,2],[7,4]],[[4608,7121],[15,-4],[14,3],[7,5],[11,3],[8,-12],[9,-5],[2,-5],[7,-4],[5,7],[-3,4],[10,4],[0,7],[6,1],[4,-2],[7,3],[10,-5],[0,-2],[4,0],[7,2],[-3,2],[4,4],[5,-1],[19,5]],[[4756,7131],[0,-3],[6,0],[10,-6],[12,1],[8,-4],[7,-11],[18,-15],[10,-5],[2,-6],[-2,-2],[-9,-4],[-5,5],[-5,0],[-1,2],[-8,-2],[-4,1],[-1,-7],[6,-20],[-4,-3],[-13,4],[4,13],[-6,6],[0,17],[-5,9],[-6,-9],[4,-6],[-2,-12],[2,-1],[-5,-4],[-2,-6],[-4,1],[1,-3],[-17,-7],[-14,7],[-3,-5],[-7,3],[5,-7],[-1,-4],[-14,-12],[-11,-4],[-7,-1],[-6,2],[-5,-2],[-3,-5],[-7,-1],[3,-8],[12,-6],[5,-4],[3,-9]],[[4011,6944],[5,4],[4,7],[16,0],[15,4],[6,7],[-1,3],[12,3],[-1,5],[19,-4],[6,-3],[9,1],[5,0],[0,-2],[9,3],[-8,8],[4,3],[-1,3],[-10,7],[-7,15],[-10,3],[20,13],[11,1],[4,-2],[0,2],[2,-1],[0,1],[12,1],[7,3],[-4,1],[-5,6],[0,6],[14,4],[6,4],[9,2],[19,11],[7,-2],[4,2],[1,7],[-8,8],[-6,10],[-10,2],[-4,2],[0,5],[-5,7],[8,7],[7,4],[-6,17],[2,2],[9,2],[2,10],[4,1],[1,3],[1,20],[3,-2],[2,2],[11,4],[1,4],[3,1],[1,3],[-5,6],[5,13],[17,-1],[2,-3],[2,4],[-4,12],[9,10],[8,4],[3,-1],[4,2],[11,-4],[16,4]],[[4756,7131],[1,4],[2,0],[2,15],[-6,2],[2,4],[14,3],[11,6],[3,9],[14,8],[2,10],[8,11],[-2,4],[2,12],[7,5],[26,8],[5,12],[1,-10],[6,-10],[6,3],[10,-4],[11,0],[0,3],[-8,6],[-5,16]],[[4868,7248],[1,0]],[[4869,7248],[3,0],[8,1],[7,3],[3,0],[2,-2],[2,-3],[1,-2],[0,-1],[2,-1],[1,-1],[2,0],[2,0],[1,0],[1,0],[2,0],[0,1],[4,1],[2,0],[4,0],[2,0],[9,0],[1,3],[1,2],[2,3],[2,2],[0,2],[-1,4]],[[4932,7260],[0,0]],[[4932,7260],[6,0],[5,-5],[4,0],[2,-6],[6,-3],[12,0],[2,-5],[4,-3],[-5,-7],[-4,1],[-1,-5],[4,-7],[6,-4],[17,5],[3,11],[6,2],[8,-1],[6,2],[3,-11],[-3,-7],[11,-1],[1,-7],[-2,-5],[3,-4],[8,1],[4,-2],[-8,-6],[0,-3],[3,-5],[6,-2],[2,-4],[6,0],[11,5],[10,-2],[4,3],[6,-4],[5,0],[9,4],[-3,2],[-2,8],[4,11],[12,0],[3,5],[20,3],[8,7],[-9,9],[3,9],[7,5],[-6,13],[2,1],[0,4],[-2,6],[4,3],[1,5],[11,11],[1,5],[3,3],[-2,1],[5,4],[-4,6]],[[5148,7306],[8,-1],[10,-1],[7,0],[7,-1],[1,0],[5,0],[1,0],[3,-1],[6,-2],[6,-3],[8,-4],[10,-4],[9,-4],[6,-3],[7,-3],[8,-3],[4,-2],[9,-5],[4,-2],[1,0],[3,0],[4,-1],[4,1],[5,-3],[8,-5],[3,-3],[4,-3],[5,-5],[6,-3],[5,-5],[10,-7],[2,-2],[2,-2],[3,-2],[2,-1],[2,-1],[4,-3],[4,-3],[10,-6],[4,-3],[2,-1],[7,-3],[1,-1],[3,0],[4,0],[0,1],[1,1],[-4,1],[0,-1],[-1,0],[1,2],[0,-1],[5,-1],[0,-2],[4,-4],[2,-2],[3,-2],[5,-3],[1,-1],[1,0],[1,-1],[5,-3],[5,-2],[9,-6],[3,-2],[2,-2],[1,-1],[4,-3],[2,-1],[7,-6],[8,-6],[6,-5],[15,-10],[9,-7],[7,-4],[8,-5],[8,-5],[6,-4],[4,-2]],[[3847,7420],[-3,-4],[11,-6],[0,-3],[-9,-1],[-10,-6],[-3,-5],[0,-13],[-4,-4],[-2,-5],[0,-3],[11,-11],[-4,-11],[-6,-2],[-1,-4],[-5,1],[3,-4],[0,-9],[3,-2],[-2,-6],[-5,-6],[2,-5],[-4,-10],[5,-9],[-3,-9],[-6,-2],[-3,-3],[7,-15],[-2,-2],[-8,1],[-13,-9],[5,-4],[-11,-15],[8,-8],[-2,-1],[5,-4],[-2,-8],[-9,-7],[-4,4],[-6,0],[2,-1],[-2,-5],[-17,-19],[1,-2],[-9,-7],[-5,2],[-3,-2],[-4,2],[-2,3],[-6,1],[-6,-6],[0,-9],[2,-5],[12,-9],[-10,-2],[-7,2],[3,-5],[-5,-4],[7,-4],[-7,-15],[-6,2],[-3,4],[-9,1],[-6,6],[0,5],[-8,0],[-5,-4],[-12,2],[-11,7],[-6,0],[1,9],[-13,15]],[[3646,7172],[4,2],[2,-2],[4,4],[7,2],[0,5],[4,2],[10,3],[9,0],[9,8],[7,-2],[1,2],[-6,3],[1,11],[-11,11],[2,10],[9,15],[-6,11],[2,9],[8,18],[14,15],[12,5],[4,5],[-2,2],[6,8],[-10,0],[-2,7],[-18,6],[-13,0],[-4,-3],[-3,9],[7,1],[15,19],[3,5],[-4,5],[8,11],[-1,1],[3,3],[5,12],[-2,2],[1,3],[-5,5],[2,6]],[[3718,7411],[21,2],[7,-3],[6,1],[3,4],[29,13],[10,-2],[2,2],[14,2],[10,-4],[18,-2],[9,-4]],[[3521,7433],[4,-3],[8,4],[8,-6],[5,0],[3,-10],[24,1],[13,-6],[9,-6],[2,-5],[-3,-3],[-2,-9],[14,-3],[10,12],[14,4],[6,7],[3,0],[-1,4],[13,11],[-1,7],[9,6],[-1,2],[14,5],[-2,5],[12,3],[5,-1],[2,-4],[0,-8],[-8,-2],[-3,-9],[9,-6],[7,0],[2,-6],[22,-2],[0,-4]],[[3646,7172],[-6,6],[-12,3],[-21,-19],[-14,-3],[-4,-3],[-2,1],[-18,-1],[-21,7],[-29,-12],[4,8],[-1,9],[-25,-8],[-5,2],[-11,-1],[-33,12]],[[3448,7173],[-8,17],[-11,8],[-9,9],[-6,1],[-1,10],[-3,0],[-4,8],[-6,-2],[4,-5],[-21,0],[0,16],[5,1],[1,4],[-9,14],[1,4],[8,3],[3,11],[4,1],[-1,7],[5,12],[2,0],[-2,9],[2,9],[-3,7],[21,15],[5,11],[9,6],[10,-1],[5,3],[3,0],[4,4],[-3,8],[2,3],[-9,1],[-6,4],[0,7],[5,10],[-2,17],[-14,8],[-11,2],[-9,9],[-14,4],[-18,-3],[-16,12]],[[3361,7437],[1,6],[-3,4],[2,2],[-3,5],[11,6],[2,6],[6,5],[4,-4],[4,2],[12,-5],[11,4],[11,1],[5,-2],[9,0],[2,2],[4,-2],[22,1],[9,-2],[5,-3],[11,-14],[9,-4],[11,-2],[5,-7],[10,-3]],[[1168,7429],[2,1],[3,-4],[0,-10],[7,0],[3,-6],[4,-12],[-2,-15],[-4,0],[-2,-7],[-5,0],[-2,-3],[-3,1],[-3,-7],[-7,-5],[-15,0],[-2,-5],[-6,-6],[1,-6],[20,-11],[-4,-6],[16,-13],[16,3],[9,-1],[10,2],[20,0],[4,-3],[15,-6],[15,-16],[1,-13],[9,0]],[[1268,7281],[0,-2],[-2,-5],[-1,-1],[-2,-2],[-3,-1],[-4,-1],[-3,0],[-2,-1],[-1,0],[-2,-1],[-9,-3],[-6,-2],[-1,-1],[-2,-1],[-1,-2],[-2,-1],[0,-1],[1,-1],[-1,-1],[0,1],[0,1],[-2,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[0,-1],[-1,-1],[1,0],[0,-1],[1,-1],[0,-2],[-3,-3],[-1,-1],[-3,-1],[-2,-1],[-2,0],[-6,-1],[-9,-1],[-3,0],[-3,0],[-4,-1],[-7,-3],[-5,-2],[-2,-3],[-1,-2],[-9,-3],[-4,-1],[-3,-2],[-4,-1],[-1,-1],[-4,-1],[-5,0],[-3,-1],[-3,0],[-3,-2],[-2,0],[-1,-1],[-1,-2],[-1,-2],[-4,-3],[-9,-3],[-1,0],[-2,-1],[-1,0],[-11,-2],[-4,0],[-4,0],[-2,0],[-3,-1],[-1,0],[-5,-4],[1,-1],[5,1],[-4,-2],[-1,0],[-2,0],[-2,0],[-4,0],[-7,1],[-1,1],[-1,0],[-6,-1],[-6,-1],[-8,-2],[-12,-3],[-2,0],[-1,-1],[-6,-2],[-1,-1],[0,-1],[-1,-2],[0,-1],[-2,-1],[-2,-2],[-2,-1],[-1,0],[-3,0],[-3,1],[-3,2],[-3,1],[-3,1],[-6,1],[-2,0],[-1,-1],[-3,-1],[-2,-1],[-1,-1],[-1,0],[-2,-1],[-3,-1],[-1,0],[1,1],[2,0],[3,1],[0,1],[-3,0],[-4,0],[-2,-1],[-1,0],[-3,-2],[-6,-3],[-8,-3],[-4,-1],[-9,-6],[-6,-4],[-1,-1],[-2,0],[-2,0],[-5,2],[-5,1],[-4,1],[-6,0],[-7,-1],[-2,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[0,-1],[-7,-7],[-8,-5],[-2,-2],[-1,-1],[-6,1],[-8,2],[-3,1],[-9,2],[-9,1],[-3,1],[-5,0],[-5,1],[-2,0],[-2,1],[-9,2],[-6,1],[-1,1],[-2,0],[-1,0],[-4,0],[-7,1],[-1,0],[-1,-1],[-2,0],[-7,-2],[-1,-1],[-1,0],[-1,-1],[-1,-4],[-3,-1],[-3,0],[-1,0],[-1,0],[-2,1],[-5,1],[-6,0],[-2,0],[0,1],[-1,5],[-2,3],[-1,2],[-1,1],[-2,2],[-2,3],[-1,2],[0,2],[-3,6],[-2,7],[-1,8],[-1,1],[-2,5],[-7,5],[-1,3],[-1,3],[-1,2],[0,3],[2,5],[1,3],[-1,3],[0,1],[2,1],[3,1],[2,2],[4,3],[3,3],[4,0],[3,2],[6,3],[1,1],[6,2],[4,1],[3,0],[5,1],[4,1],[2,1],[1,1],[2,1],[0,2],[0,2],[0,4],[-2,5],[-2,1],[0,1],[1,1],[2,1],[4,2],[1,1],[2,6],[3,4],[-3,5],[-1,1],[0,2],[4,2],[4,2],[5,3],[9,3],[4,2],[2,0],[6,-2],[2,0],[3,2],[5,2],[2,1],[4,1],[4,2],[4,4],[3,3],[9,1],[2,2],[1,2],[0,3],[1,2],[2,2],[4,2],[3,6],[1,3],[-1,5],[-1,2],[-3,6],[-1,3],[0,5],[0,3],[1,1],[2,2],[9,0],[2,2],[3,2],[2,1],[4,2],[2,1],[2,0],[2,0],[4,0],[2,3],[0,3],[-1,2],[1,2],[2,3],[2,2],[2,2],[2,2]],[[913,7387],[13,-2],[1,6],[7,8],[18,7],[-22,-1],[-10,13],[1,4],[-6,2],[7,9],[2,8],[2,2],[8,1],[8,7],[13,4],[10,-1],[18,-9],[11,-1],[2,-3],[9,-3],[36,-3],[13,-4],[3,-7],[35,4],[9,-9],[5,1],[13,3],[11,9],[5,-3],[16,-3],[7,-5],[6,2],[4,6]],[[4932,7260],[0,1]],[[4932,7261],[-1,1],[0,1],[2,2],[2,1],[0,1],[1,0],[1,0],[4,4],[2,3],[2,2],[5,3],[1,4],[0,2],[-1,2],[-1,3],[-2,2],[-2,3],[-2,2],[2,5],[1,6],[1,4],[0,2],[-1,2],[5,4],[-1,5],[-1,1],[-4,0],[-8,-4],[-7,-3],[-4,-2],[-2,0],[-6,-1],[-3,-1],[-8,-4],[-9,-4],[-4,-2],[-3,-3],[-3,-3],[-3,-3],[-1,0],[-1,0],[-6,0],[-6,1],[-1,-1],[-3,-3],[-2,0],[-2,0],[-3,0],[-1,1],[-1,0],[-1,0],[0,-1],[0,-2],[0,-4],[1,-2],[0,-1],[2,-2],[2,-1],[1,0],[3,-4],[0,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-2,-1],[-2,-2],[-1,-2],[0,-1],[2,-3],[2,-7],[0,-1],[-2,-2],[-1,-2],[2,-1],[3,-1],[1,-1]],[[4867,7247],[1,1]],[[4608,7121],[-10,10],[7,16],[-1,7],[4,4],[8,0],[2,4],[-3,3],[13,19],[12,2],[4,7],[-11,9],[5,5],[-1,8],[8,5],[6,7],[8,18],[-5,2],[-3,5],[0,14],[11,4],[0,-4],[3,-1],[12,-4],[11,0],[0,-3],[13,-4],[4,0],[-1,6],[11,2],[15,-7],[3,4],[-1,6],[9,6],[9,3],[1,-6],[7,5],[7,-2],[5,7],[10,4],[0,9],[6,4],[5,8],[18,8],[4,10],[6,2],[4,-1],[5,2],[2,9],[4,1],[8,8],[-1,9],[5,-1],[-3,5],[7,4],[-12,6],[-5,7],[-6,0],[-7,5],[-1,3],[5,6],[-2,3],[5,-2],[2,3],[5,1],[13,-3],[8,3],[2,5],[6,5],[10,4],[0,5],[13,0],[8,-2],[3,0],[0,3],[5,0],[-5,4],[4,0],[-1,7],[-3,2],[2,6],[-2,0],[2,2],[-3,3],[-2,-1],[2,2],[-3,0],[1,6],[-2,0],[-1,-3],[-4,4],[2,11],[-11,6],[10,11],[8,2]],[[4896,7473],[4,-3],[4,-4],[1,-1],[7,-5],[2,-2],[7,-7],[5,-4],[6,-6],[3,-3],[7,-6],[5,-5],[5,-3],[7,-6],[8,-6],[1,-1],[3,-2],[5,-4],[7,-3],[3,-2],[2,-1],[3,0],[4,-1],[2,0],[3,1],[0,1],[4,-2],[7,-7],[2,-3],[11,-11],[6,-5],[7,-7],[4,-4],[8,-6],[3,-3],[3,-2],[12,-9],[2,-1],[9,-6],[9,-6],[2,-1],[7,-4],[4,-3],[9,-5],[4,-2],[4,-2],[4,-1],[9,-2],[3,-1],[4,-1],[2,0],[3,0],[2,0],[4,0]],[[4118,7469],[3,1],[14,-5],[6,6],[0,5],[9,2],[5,-1],[3,-5],[15,1],[9,-4],[6,4],[6,-3],[2,-12],[-3,-3],[-9,-2],[-1,-12],[-12,-1],[-3,-10],[12,6],[12,0],[23,-7],[7,-10],[18,12],[5,0],[2,8],[22,-2],[9,2]],[[4278,7439],[4,-2],[13,4],[11,0],[4,-4],[-4,-14],[-7,-4],[-4,-11],[-6,-3],[-27,-26],[2,-5],[-4,-5],[1,-5],[-7,-5],[-3,-7],[-12,0],[-10,-4],[6,-10],[-3,-2],[-10,1],[4,-4],[-7,-8],[7,-13],[7,0],[5,-3],[3,-4],[16,-9],[2,-3],[-9,-13],[2,-3],[6,-2],[0,-2],[4,-2],[5,1],[10,-6],[4,0],[-5,-9],[2,-6],[-6,-15],[2,-8]],[[3434,7149],[3,10],[11,14]],[[3847,7420],[9,-2],[13,4],[2,-2],[5,1],[6,-4],[3,0],[4,6],[9,0],[-3,10],[-8,0],[-19,11],[-6,-1],[-6,6],[-15,7],[-2,4],[2,4],[15,-1],[22,7],[27,1],[8,-5],[3,7],[11,5],[-2,4],[12,0],[11,8],[1,11],[6,4],[5,2],[5,4],[6,-2],[11,0],[10,-4],[4,1],[6,4],[0,4],[6,9],[14,8],[2,3],[6,2],[1,4],[4,-4],[21,-12],[3,-8],[-7,-9],[1,-2],[3,1],[1,-6],[5,-1],[0,-4],[7,5],[3,-3],[-2,-4],[12,0],[3,-2],[3,-2],[-5,-2],[0,-1],[5,-2],[12,-11],[8,1],[3,-2],[-1,-3],[6,-2],[2,2]],[[3231,7528],[3,-2],[9,-1],[7,-5],[-6,-10],[4,-7],[22,-12],[7,-8],[-5,-5],[5,-10],[18,-6],[9,-7],[7,-2],[7,-6],[3,0],[6,-11],[7,-3],[11,-1],[2,3],[14,2]],[[3053,7174],[-1,3],[-1,2],[-1,2],[-1,2],[-2,5],[-2,5],[-1,3],[-2,3],[-1,1],[0,1],[-2,9],[0,2],[0,4],[-1,5],[-2,3],[-2,3],[-3,5],[-5,5],[-4,6],[-4,6],[-6,7],[-2,4],[-1,0],[-6,8],[-6,6],[-3,4],[-6,6],[-3,3],[-5,4],[-4,4],[-5,5],[-5,4],[-6,5],[-4,3]],[[2956,7312],[10,4],[10,2],[6,4],[-3,8],[10,7],[3,7],[10,5],[7,5],[0,5],[-4,5],[19,14],[-2,5],[6,8],[9,4],[3,11],[-9,21],[-11,4],[-5,5],[-16,1],[-6,3],[-3,14],[4,3],[1,8],[7,5],[-4,7],[6,5],[-9,13],[2,4],[-4,3],[4,3],[-5,5],[6,6],[11,4],[9,1],[5,6],[7,3],[14,22],[6,2],[-1,11]],[[3049,7565],[11,3],[3,3],[17,5],[5,4],[9,-2],[9,-7],[5,1],[16,-6],[6,-1],[8,3],[14,-2],[7,-9],[19,-9],[6,-12],[14,-7],[7,-1],[9,3],[7,-1],[6,3],[4,-5]],[[4840,7527],[1,-1],[6,-8],[4,-4],[1,-1],[1,-1],[9,-6],[10,-13],[2,-1],[1,-1],[7,-5],[3,-3],[5,-4],[3,-3],[3,-3]],[[4278,7439],[5,11],[-2,5],[4,4],[-3,11],[6,2],[1,9],[13,6],[3,8],[8,6],[12,4],[4,-15],[4,-1],[21,16],[9,0],[1,-3],[2,1],[2,-2],[6,4],[24,-14],[16,-4],[-1,-3],[11,-4],[7,13],[0,5],[7,2],[7,13],[12,6],[1,3],[-4,12],[1,7],[5,0],[4,-4],[9,0],[8,5],[8,9],[8,3],[14,18],[8,17],[8,5],[0,3],[14,14],[-1,3],[5,4],[14,-4],[-2,-8],[1,-4],[7,-3],[-1,-3],[14,-5],[12,1],[18,-10],[-4,-14],[35,-15],[14,-3],[4,-3],[-1,-1],[9,-4],[2,6],[2,-1],[7,5],[3,-1],[3,3],[11,0],[1,-16],[-8,-6],[0,-2],[5,-2],[1,-5],[7,0],[0,-6],[9,0],[1,3],[10,1],[-1,5],[3,1],[4,5],[28,2],[58,-36],[21,23],[8,6]],[[2572,7649],[5,-2],[12,2],[4,-2],[0,-3],[5,-4],[9,-23],[12,-2],[9,-4],[7,-7],[4,-8],[13,-5],[21,-14],[7,3],[6,-4],[11,-2],[4,-6],[11,-2],[3,-11],[4,-5],[-3,-15],[5,-5],[10,-4],[-15,-26],[6,-6],[0,-5],[5,4],[2,9],[16,8],[-1,2],[5,2],[10,0],[1,-5],[4,-4],[10,0],[6,-2],[-9,-1],[-1,-3],[-1,1],[1,-3],[-8,-5],[-1,-3],[-7,-3],[-8,-9],[4,-3],[20,6],[5,-3],[14,1],[9,-3],[10,4],[6,-2],[4,-5],[-2,-8],[4,-7],[-5,-5],[6,-5],[1,-6],[10,-6],[-1,-11],[-9,-3],[0,-2],[8,-6],[9,15],[12,8],[3,0],[22,-3],[2,-4],[6,-2],[3,-5],[7,-4],[1,-4],[-7,-9],[0,-3],[-22,-14],[-3,2],[-11,-18]],[[2852,7372],[-1,0],[-3,1],[-3,2],[-2,1],[-2,0],[-3,1],[-2,0],[-4,0],[-1,0],[-6,-3],[-2,-4],[-2,-2],[-2,-2],[-4,-2],[-10,1],[-1,1],[-4,3],[-4,3],[-3,2],[-3,3],[-3,2],[-1,1],[-1,0],[-5,2],[-5,2],[-2,2],[-3,3],[-5,3],[-3,1],[-2,3],[0,3],[0,2],[-1,1],[-2,1],[-1,1],[-2,1],[-1,0],[-2,0],[-3,0],[-9,-1],[-4,3],[-4,2],[-5,1],[-2,2],[-2,2],[-2,3],[-2,3],[-3,3],[-3,3],[-4,1],[-8,1],[-2,0],[-6,-4],[-4,-3],[-7,-3],[5,-9],[1,-3],[6,-7],[5,-6],[4,-3],[2,2],[1,1],[1,0],[0,-1],[-2,-2],[0,-1],[2,1],[1,0],[3,0],[-1,0],[-2,-1],[0,-2],[0,-1],[1,0],[1,0],[1,1],[2,0],[-1,-1],[0,-1],[-2,-1],[-2,-1],[-1,0],[-1,1],[-1,0],[-1,0],[-2,-1],[-2,-2],[0,-2],[-1,-1],[-1,-1],[-3,-1],[-2,2],[-3,3],[-1,1],[-1,1],[-3,2],[-5,2],[-6,1],[-9,3],[-3,2],[-2,2],[-2,0],[-6,2],[-5,3],[-9,6],[-12,6],[-5,1],[-3,3],[-5,5],[-6,7],[0,2],[-1,0],[-6,5],[-1,0],[-4,1],[-4,1],[-3,2],[-3,2],[-4,3],[-10,5],[-6,3],[-7,4],[-9,3],[-2,0],[-3,0],[-4,-1],[-3,0],[-1,-1],[0,-1],[-1,-2],[-5,-2],[-4,0],[-3,2],[-6,6],[-7,6],[-2,2],[-2,1],[0,1],[-1,1],[0,2],[1,1],[1,1],[1,1],[1,0],[0,1],[0,1],[-1,1],[-2,2],[-1,0],[-1,1],[-2,0],[-2,0],[-2,0],[-2,0],[-2,0],[-1,0],[-4,3],[-8,5],[-4,2],[-4,2],[-1,4],[-3,4],[-2,1],[-3,3],[-4,4],[-3,2],[-2,0],[-1,0],[-1,0],[-2,-1],[-2,0],[-3,0],[-4,1],[-4,2],[-7,4],[-5,2]],[[2425,7520],[1,3],[4,2],[-4,3],[7,1],[0,3],[3,-4],[2,1],[-1,3],[2,2],[-5,3],[10,14],[6,3],[14,1],[12,-3],[1,3],[-2,3],[3,3],[-1,6],[-10,6],[-6,11],[-9,5],[-4,0],[-2,2],[-10,6],[-5,10],[-8,2],[-8,6],[4,12],[4,3],[8,9],[-19,11],[-1,9],[-4,5],[-5,-3],[-10,5],[0,7],[-5,6],[11,7]],[[2398,7686],[4,5],[-2,2],[10,6],[7,-1],[12,3],[2,2],[3,-4],[2,3],[6,-1],[2,2],[5,-3],[10,2],[4,10],[12,-4],[5,1],[6,-7],[11,7],[4,1],[4,-1],[5,-8],[18,-8],[2,-3],[8,-2],[8,0],[7,-11],[0,-7],[7,-12],[1,-8],[7,-4],[4,3]],[[2955,7638],[17,-9],[1,-5],[4,-6],[6,-2],[5,-5],[5,-1],[2,-6],[5,2],[5,-3],[6,-9],[8,2],[7,-4],[9,-16],[14,-11]],[[2956,7312],[-2,2],[-4,3],[-5,4],[-6,5],[-6,5],[-3,1],[-2,2],[-3,1],[-4,3],[-2,1],[-2,1],[-2,2],[-2,2],[-5,3],[-7,4],[-7,4],[-10,4],[-5,2],[-7,3],[-9,1],[-4,3],[-6,3],[-1,1]],[[2572,7649],[26,15],[13,-4],[9,1],[1,8],[13,1],[-4,2],[-1,4],[1,6],[7,3],[7,7],[22,23],[10,7],[6,1],[-1,8],[3,4],[36,5],[9,-2],[17,1],[6,2],[8,-4],[12,4],[13,-4],[12,0],[8,-1],[1,-3],[5,1],[-1,-5],[6,-10],[4,-2],[13,2],[3,-3],[6,-12],[-15,-22],[6,-6],[9,-4],[1,-3],[9,-3],[3,-3],[10,-2],[6,-5],[13,-2],[6,-7],[10,-6],[13,-4],[5,-5],[19,6],[18,0]],[[1374,7781],[6,-5],[3,-6],[10,2],[0,-3],[8,-3],[9,2],[15,-14],[9,1],[14,-3],[2,-5],[-2,-2],[4,-3],[0,-3],[4,-5],[12,5],[1,3],[9,3],[6,0],[2,2],[-4,4],[1,3],[9,5],[-2,7],[4,6],[12,4],[8,-10],[6,1],[5,2],[7,-7],[3,11],[5,5],[10,6],[4,-4],[-1,-5],[3,-2],[26,-2],[11,3],[7,0],[4,2],[8,-1],[4,-7],[9,-1],[6,4],[1,-1],[3,2],[4,-1],[0,1]],[[1639,7772],[7,-9],[9,-3],[6,1],[-3,3],[3,5],[8,2],[1,-5],[5,-2],[10,6],[1,-2],[8,-2],[10,2],[5,-8],[3,-8],[-1,-8],[3,-3],[-1,-9],[5,-4],[-3,-7],[-21,-10],[-25,-1],[-5,-1],[2,-3],[-3,-3],[-17,0],[3,-2],[0,-3],[4,-6],[2,-14],[7,-1],[0,-5],[7,-2],[1,-3],[4,0],[4,-4],[3,2],[6,-4]],[[1687,7661],[-5,-5],[-2,-1],[-4,-2],[-3,-2],[-4,-1],[-10,-3],[-4,-2],[-4,-1],[-8,-1],[-5,-1],[-1,0],[-2,-1],[-4,-2],[-1,-1],[0,-1],[0,-1],[1,0],[1,0],[-8,-5],[-6,-1],[-1,0],[-3,-3],[-3,-3],[-8,-3],[-13,-4],[-1,0],[-3,0],[-3,-1],[-2,0],[-1,0],[-1,-1],[-2,-1],[-2,-1],[-3,-3],[-6,-6],[-1,0],[0,-1],[-2,-2],[-1,-1],[0,-1],[1,-1],[1,1],[-1,0],[0,1],[3,2],[6,3],[2,1],[0,-1],[0,-3],[-5,-4],[-4,-2],[-3,-1],[0,-1],[-5,-1],[-3,-1],[-6,-2],[-4,-2],[-3,-1],[-5,-3],[-2,-2],[-2,-1],[-1,-2],[-5,-7],[-1,-1],[0,-1],[-1,-1],[0,-1],[1,-1],[1,-4],[1,-1],[0,-1],[1,0],[8,-2],[0,5],[2,-5],[0,-2],[0,-1],[-4,-5],[-6,-7],[-7,-7],[-3,-1],[-2,-1],[-1,-1],[-2,-1],[-2,-2],[-3,-2],[-2,-2],[-1,-1],[-1,-1],[0,-1],[0,-2],[0,-3],[1,-8],[2,-4],[2,-2],[-1,-3],[-2,-4],[-2,-1],[-3,-1],[-3,-2],[-1,-1],[-1,-1],[0,-1],[1,0],[-4,-2],[-10,0],[-3,0],[-3,0],[-9,-2],[-2,-1],[-1,-1],[-1,-1],[0,-1],[1,0],[1,1],[1,0],[-2,-1],[-2,0],[-4,-1],[-3,-1],[-8,-2],[-5,-1],[-4,-2],[-5,-3],[-8,-2],[-1,0],[-6,-1],[-6,-1],[-1,-1],[-2,0],[-2,-1],[-4,-1],[-3,-1],[-1,-1],[-2,0],[-5,-3],[-4,-2],[-2,-2],[-5,-2],[-2,-2],[0,-1],[-1,0],[1,-1],[1,-1],[-2,1],[-2,-2],[-1,-2],[0,-1],[3,1],[1,0],[1,0],[0,1],[1,1],[1,1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-4,-2],[-5,-4],[-5,-5],[-2,-1],[-1,-2],[-4,-5],[-2,-2],[-1,-1],[-1,-2],[-2,-2],[-3,-6],[-3,-6],[-2,-5],[0,-3],[-1,-4],[0,-6],[0,-3],[0,-3],[0,-6],[1,-3],[0,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-5,-3],[-3,-1],[-3,-1],[-2,-2],[-4,-2],[-7,-7],[-1,-6],[-4,-1],[-3,-1],[-1,0],[-3,-1],[-1,-1],[-2,-2],[-2,-2],[-3,-2],[-2,-4],[-2,-2],[-2,-2],[-1,-2],[-1,-2],[-1,-3],[-1,-2],[0,-2],[-1,-2],[0,-1],[0,-3],[0,-1],[1,-3],[1,-2],[5,-5],[4,-3],[1,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[-2,-1],[-1,-1],[-6,-1],[-7,0],[-3,0],[-2,-1],[-1,0],[-3,-2],[-1,0],[-2,-1],[-1,-1],[-2,-3],[-1,-1],[0,-1]],[[1168,7429],[-10,3],[-1,2],[8,2],[-5,6],[-12,1],[-1,4],[-10,1],[0,5],[20,12],[7,3],[15,-2],[12,-10],[21,2],[5,6],[-1,6],[6,2],[2,7],[12,8],[-5,9],[4,7],[-7,5],[-11,3],[1,5],[-5,0],[-4,4],[3,2],[-1,6],[10,7],[2,5],[-1,2],[-7,1],[0,4],[-7,4],[15,8],[5,5],[3,6],[-7,3],[-6,8],[-10,1],[0,6],[-4,5],[7,4],[3,5],[4,2],[6,-2],[2,-4],[14,-5],[6,12],[-3,10],[1,5],[15,0],[5,-2],[3,2],[4,8],[5,3],[3,8],[-6,14],[7,2],[-1,9],[12,2],[6,6],[1,3],[5,3],[8,-4],[9,7],[10,2],[0,10],[12,12],[-13,15],[2,0],[0,7],[-12,7],[2,4],[-1,8],[8,-2],[3,4],[7,1],[3,1],[0,6],[-5,6],[7,15],[13,4],[11,8]],[[1367,7789],[7,-8]],[[4118,7469],[3,6],[-1,5],[7,8],[0,9],[10,-1],[8,-4],[4,1],[0,4],[-3,1],[-1,-1],[-7,13],[4,5],[0,3],[-3,2],[5,6],[8,-5],[11,6],[-2,3],[4,2],[-2,1],[3,0],[7,5],[4,-2],[11,7],[10,1],[6,3],[6,9],[-4,3],[7,5],[2,6],[12,0],[9,4],[0,3],[5,5],[-3,20],[5,4],[9,-2],[0,-2],[3,1],[0,-2],[8,-1],[-2,-7],[-4,-3],[1,-7],[3,-1],[6,0],[5,1],[5,7],[9,6],[6,0],[10,10],[9,6],[4,8],[9,0],[5,4],[8,9],[3,6],[-1,5],[4,3],[1,3],[8,-2],[-4,6],[4,2],[-3,4],[7,-1],[5,14],[22,20],[0,5],[-4,-1],[-3,1],[-4,-5],[-39,16],[15,22],[-15,5],[13,16],[-39,10],[11,11],[13,-6],[3,25],[4,4],[-2,1],[4,14]],[[4340,7811],[36,6],[12,-6],[12,5],[1,6],[8,10],[8,0],[102,19],[5,-4],[-2,-4],[2,-4],[-3,-4],[17,-3],[2,-2],[-2,-5],[8,-2],[0,-2],[-5,-2],[0,-3],[14,-3],[12,-7],[6,1],[1,8],[7,2],[8,-3],[7,1],[2,-5],[8,0],[4,-4],[6,-1],[11,-1],[9,5],[5,-4],[6,1],[70,62],[20,3],[7,5]],[[4744,7876],[2,-1],[2,-4],[1,-2],[2,-4],[0,-1],[1,-4],[0,-2],[1,-2],[0,-1],[0,-6],[2,-8],[0,-5],[0,-6],[0,-9],[1,-9],[0,-2],[0,-1],[-1,-1],[-1,-3],[-1,-2],[0,-4],[0,-10],[-1,-9],[1,-5],[1,-6],[1,-7],[1,-3],[1,-3],[1,-9],[1,-8],[0,-4],[1,-1],[0,-1],[1,-2],[1,-4],[2,-5],[1,-3],[3,-6],[2,-4],[1,-3],[2,-4],[3,-6],[4,-7],[1,-2],[1,-3],[2,-7],[2,-9],[1,-5],[1,-8],[1,-4],[2,-9],[2,-3],[1,-5],[3,-6],[3,-8],[2,-5],[4,-8],[1,-2],[1,-7],[2,-9],[1,-3],[1,-3],[2,-5],[1,-5],[3,-8],[4,-8],[3,-6],[4,-7],[6,-9],[3,-4],[2,-4]],[[2166,7862],[21,5],[15,0],[9,-7],[-9,-10],[13,0],[9,-3],[10,2],[3,8],[11,0],[6,-5],[1,-4],[5,1],[2,-4],[8,-3],[14,-11],[6,5],[9,2],[17,-7],[6,11],[8,-2],[4,3],[2,8],[13,-7],[-2,-6],[2,-3],[-2,-4],[3,0],[1,-2],[7,-1],[8,-6],[5,4],[4,1],[0,-7],[3,-1],[-2,-2],[8,4],[7,0],[11,-3],[8,-6]],[[2410,7812],[-4,-8],[9,-6],[4,-8],[-3,-9],[1,-6],[-6,-10],[2,-16],[-12,-3],[-7,3],[-5,0],[2,-12],[-4,-2],[-4,-7],[-4,-9],[1,-5],[-10,-3],[-6,-9],[0,-7],[3,-3],[8,3],[7,0],[3,5],[7,-1],[0,-7],[6,-6]],[[2425,7520],[-1,1],[-7,4],[-1,1],[-2,3],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,2],[-1,0],[-1,1],[-1,0],[-1,1],[-2,1],[-4,1],[-3,1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-3,0],[-6,3],[-5,1],[-9,0],[-1,0],[-2,1],[-1,1],[-1,3],[0,1],[-1,1],[-2,4],[-1,0],[-1,2],[-1,1],[-7,3],[-1,0],[-2,1],[-2,0],[-1,0],[-2,-1],[-1,0],[-5,-2],[-4,1],[-1,3],[-1,2],[-4,5],[-2,-1],[-4,1],[-2,1],[1,0],[1,0],[2,0],[2,1],[0,1],[1,2],[0,1],[-1,2],[-1,2],[-1,1],[-4,2],[-6,5],[-1,1],[-3,1],[-2,2],[-3,1],[-2,1],[-5,2],[-6,3],[-7,3],[-9,2],[-4,1],[-9,2],[0,4],[-5,3],[-1,0],[-4,2],[-5,1],[-9,3],[-6,2],[-8,4],[-3,1],[-1,1],[-2,0],[-9,2],[-7,2],[-1,1],[-1,1],[-3,1],[-3,2],[0,1],[-1,0],[-1,1],[-2,0],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[2,-1],[0,-1],[1,1],[1,0],[-1,1],[1,0],[1,-1],[-2,-1],[-3,0],[-3,-5],[-7,-1],[-3,-1],[-1,-3],[2,-8],[-3,-4],[-1,-5],[1,-2],[2,-3],[2,-3],[-4,0],[-6,1],[-5,2],[-3,2],[-11,3],[-11,3],[-9,1],[-2,1],[-2,0],[-2,2],[-4,3],[3,2],[1,2],[2,3],[1,3],[0,1],[1,3],[0,3],[0,1],[0,4],[-1,1],[-8,6],[-3,2],[-4,2],[-10,3],[-10,3],[-7,3],[-2,0],[-1,1],[-2,0],[-2,0],[-2,0],[-2,-1],[-3,1],[-8,3],[-12,2],[-8,1],[-11,1],[-4,1],[-10,1],[-6,1],[-10,2],[-11,2],[-11,2],[-3,-1],[-4,0],[-1,0],[-2,1],[-12,2],[-14,2],[-4,2],[-3,4],[-2,4],[-4,6],[-1,0],[-2,0],[-2,0],[-1,0],[-2,-1],[-1,-1],[-1,-1],[1,-3],[1,-1],[-1,-3],[-4,1],[-10,2],[-10,2],[-5,-1],[-4,-1],[-6,1],[-36,7],[1,2],[15,-3],[8,4],[1,0],[-1,1],[-9,3],[-5,1],[-9,0],[-10,0],[-12,0],[-9,1],[-4,-1],[10,-1],[1,0],[3,-1],[-1,-3],[-3,-1],[-14,3],[-2,2],[-10,3],[-3,0],[-4,0],[-5,0],[-2,0],[-3,0],[-1,0],[-6,-4],[-5,-3],[-2,-1],[-6,-1],[-5,-1],[-4,-1],[-2,-1],[-8,-3],[-2,-1],[-1,0],[-1,-1],[-3,-3],[-1,-1],[0,-1],[0,-1],[1,-2],[1,2],[0,-1],[0,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-8,-2],[-6,0],[-3,0],[-4,0],[-1,0],[-3,-1],[-7,-3],[-1,0],[-1,-1],[-3,-3],[-1,-1]],[[1639,7772],[-1,5],[-3,1],[3,3],[-1,3],[3,2],[2,-2],[6,1],[3,4],[-3,4],[3,-1],[8,6],[6,-1],[4,5],[1,2],[-13,9],[6,7],[-3,3],[7,2],[4,-2],[2,5],[-6,-1],[-1,3],[10,1],[2,2],[-3,2],[4,4],[6,-5],[9,-2],[6,4],[11,-3],[5,2],[6,-2],[5,-4],[8,6],[6,-2],[14,2],[6,-2],[6,-7],[3,-1],[7,-12],[-2,-4],[10,-2],[0,-8],[6,-3],[-1,-7],[-5,-3],[3,-1],[6,5],[6,-4],[-1,-7],[6,-11],[-6,-11],[2,-2],[16,-1],[-2,8],[3,-1],[10,4],[-3,4],[-3,15],[5,3],[-1,3],[8,5],[13,2],[4,5],[-5,6],[3,10],[8,1],[14,-4],[9,2],[2,4],[3,0],[13,-12],[6,-1],[2,4],[10,1],[10,4],[3,6],[-8,10],[1,7],[-6,4],[4,5],[-3,0],[0,6],[-4,3],[6,4],[-3,2],[-2,5],[-9,3],[-9,10],[4,4],[18,5],[6,7],[1,4],[5,4],[-1,7],[8,3],[16,-1],[8,1],[12,-11],[10,1],[5,-2],[7,5],[5,1],[6,-2],[7,-5],[4,-10],[6,-2],[-2,-3],[7,-2],[-1,-6],[6,-6],[-1,-11],[3,0],[6,6],[14,1],[5,3],[-1,-2],[6,-3],[2,-5],[9,0],[6,-4],[-1,-15],[7,-9],[8,0],[15,-7],[12,0],[26,15],[17,3],[2,5],[-2,11]],[[3923,8025],[-40,-38],[23,-7],[-17,-29],[12,-6],[1,1],[6,-4],[5,5],[10,2],[12,18],[11,9],[17,8],[15,16],[11,5],[14,0],[12,-10],[26,-7],[16,1],[12,-7],[71,-26],[27,-13],[8,4],[68,-69],[3,2],[2,-2],[4,0],[5,-3],[3,1],[2,7],[24,-1],[-2,8],[4,2],[1,5],[5,-2],[1,-3],[7,0],[8,3],[15,-9],[4,2],[6,-6],[14,-2],[-3,-2],[-5,1],[10,-3],[4,-5],[-13,-5],[3,-4],[-5,-2],[-3,-5],[3,-11],[-3,0],[0,-6],[-10,-3],[-6,1],[-6,-3],[-12,0],[7,-6],[9,3],[-4,-6],[12,-5],[0,2],[6,2],[8,-2],[-1,-10]],[[3521,7433],[-4,15],[-5,5],[2,13],[10,12],[1,11],[7,6],[6,8],[11,3],[6,6],[0,5],[-2,2],[-2,11],[9,3],[11,-4],[13,-2],[3,-12],[5,-4],[7,-1],[27,18],[15,0],[-1,5],[4,0],[0,6],[5,4],[-1,7],[-2,2],[4,7],[-3,5],[1,6],[5,-1],[1,3],[-12,2],[-2,4],[-6,2],[2,2],[-2,4],[15,8],[22,1],[7,2],[2,0],[0,-8],[3,0],[19,17],[-1,2],[9,11],[-3,12],[-9,4],[-2,4],[-1,16],[17,24],[6,4],[-1,9],[-8,10],[-18,2],[-17,0],[-6,9],[20,6],[11,11],[17,5],[4,5],[-1,7],[5,5],[-1,2],[7,5],[-1,1],[3,4],[-5,7],[1,5],[-4,0],[2,8],[-3,3],[1,2],[-3,1],[3,4],[2,-1],[3,-6],[1,2],[5,-1],[-1,-4],[4,-1],[4,8],[7,-2],[3,2],[15,-5],[6,9],[-9,3],[3,5],[20,19],[-3,2],[4,7],[7,3],[-1,3],[9,-1],[2,3],[-2,1],[2,2],[-9,2],[3,6],[-5,2],[3,3],[-16,6],[2,2],[-4,-1],[1,2],[-4,2],[8,12],[-42,13],[33,55],[11,62],[3,4],[4,-2],[11,1],[21,5],[1,4],[3,-2],[22,9],[8,0],[9,-4],[7,4],[48,-2]],[[1107,8063],[9,1],[1,4],[5,0],[3,4],[11,-6],[1,-8],[5,-7],[-1,-5],[5,-1],[4,-6],[12,-4],[14,2],[17,-15],[2,5],[6,6],[12,-5],[4,3],[4,-2],[5,8],[8,5],[5,-2],[5,-8],[3,-1],[7,4],[10,-3],[-1,-6],[2,-3],[-3,-7],[8,-8],[-9,-1],[-1,-5],[-10,-5],[-2,3],[-6,0],[0,-9],[-8,-4],[15,-8],[3,-1],[3,3],[11,-4],[4,-7],[-1,-5],[14,-17],[4,0],[2,8],[5,0],[-2,9],[4,1],[3,-2],[6,4],[2,13],[21,-1],[2,-3],[-6,-2],[5,-4],[3,-9],[4,-2],[5,2],[7,-5],[9,0],[7,6],[6,2],[0,-10],[10,-8],[-5,-6],[-2,-7],[-13,-5],[-10,-8],[-8,-2],[2,-4],[-2,-6],[3,-6],[-5,-3],[-3,-6],[-8,-4],[-3,-4],[1,-5],[-9,-6],[3,-4],[-1,-8],[4,2],[6,-2],[5,3],[5,-6],[3,-7],[8,-4],[-4,-4],[13,-11],[1,-9],[-4,1],[-1,-4],[-6,-4],[7,-6],[-4,-4],[1,-2],[2,-1],[3,3],[2,-2],[4,-8],[-2,-4],[4,-5]],[[913,7387],[1,3],[0,1],[0,3],[1,6],[0,1],[0,3],[0,2],[-2,3],[-4,3],[-2,1],[-1,1],[-3,0],[-3,4],[-1,1],[-3,4],[-3,4],[-1,2],[-3,1],[-4,2],[-5,5],[-1,1],[-2,6],[-3,2],[0,2],[1,1],[2,2],[3,2],[2,2],[1,3],[0,3],[-2,1],[-2,2],[-2,1],[0,2],[1,2],[0,1],[3,2],[4,2],[1,1],[3,6],[0,2],[-2,1],[-4,2],[-2,0],[-3,-1],[-2,0],[-4,0],[-3,1],[-5,0],[-6,1],[-2,0],[-7,-1],[-1,0],[-1,-1],[-2,-2],[-2,-3],[0,-5],[-1,-3],[-1,-2],[-2,-2],[-4,-6],[-4,0],[-6,1],[-6,1],[-4,0],[-5,-1],[-9,2],[-8,0],[-4,-1],[-3,-1],[-4,-3],[-2,0],[-7,-1],[-8,1],[-3,-1],[-4,-3],[-2,-2],[-1,-1],[-2,-1],[-3,0],[-3,0],[-3,2],[-3,3],[-2,0],[-2,0],[-8,-2],[-1,-1],[-4,-3],[-3,-1],[-3,-1],[-6,-1],[-2,0],[-4,-3],[-1,-1],[-4,-2],[-2,0],[-3,1],[-2,1],[-7,0],[-7,1],[-5,-1],[-2,-6],[0,-5],[0,-2],[-2,-1],[-2,0],[-3,2],[-3,3],[-1,1],[-4,1],[-2,-1],[-1,-1],[-1,0],[-4,3],[-2,1],[-1,1],[-2,1],[-5,0],[-2,-1],[-3,-1],[-7,-3],[-2,-1],[-2,-1],[-1,0],[-6,0],[-2,1],[-1,2],[-3,5],[-2,3],[-1,2],[-3,7],[-1,3],[-1,2],[-2,0],[-6,-1],[-9,-1],[-4,1],[-4,0],[-4,1],[-7,-1],[-5,0],[-8,-2],[-3,-1],[-1,0],[-2,1],[-3,2],[-3,3],[-4,0],[-4,0],[-1,2],[-4,3],[-3,2],[-3,1],[0,1],[-3,6],[-2,3],[-2,4],[-5,2],[0,-1],[-1,-1],[-2,-2],[-2,-2],[-8,0],[-3,2],[-1,1],[-1,2],[-3,2],[-4,2],[0,2],[-1,3],[-3,2],[-3,1],[-2,1],[-4,5],[-2,3],[-3,0],[-3,-1],[-2,0],[-5,3],[-4,3],[-4,1],[-3,0],[-9,-4],[-3,-1],[-1,0],[-4,2],[-7,4],[-5,4],[-6,3],[-3,2],[-7,1],[-8,2],[-2,1],[-2,2],[-2,2],[-1,1],[-7,3],[-2,1],[-3,0],[-2,0],[-2,0],[-3,-2],[-2,-1],[-4,0],[-1,0],[-5,-1],[-5,-2],[-2,-1],[-3,-1],[-2,1],[-3,1],[-1,2],[-4,4],[-6,0],[-4,1],[-4,1],[-2,1],[-2,3],[-4,5],[-2,3],[-1,5],[1,6],[-1,3],[-1,4],[2,3],[-3,5],[-4,4],[-6,2],[-5,0],[-4,1],[0,1],[-1,1],[1,1],[0,2],[-2,1],[-2,1],[-3,-2],[-3,1],[-2,1],[-1,2],[2,5],[1,3],[-2,5],[-4,4],[-3,2],[-5,3],[-5,3],[-5,4],[-4,1],[0,1],[-3,6],[-1,5],[-1,3],[-2,3],[-8,3],[-8,1],[-9,2],[-1,1],[0,3],[0,2],[2,1],[3,0],[1,1],[1,1],[1,4],[-1,6],[0,4],[0,5],[-1,2],[0,2],[0,2],[0,2],[1,6],[-2,4],[0,3],[1,3],[3,1],[2,0],[5,1],[10,4],[2,-2],[5,-2],[3,1],[2,1],[3,2],[3,1],[2,0],[4,-1],[1,2],[-3,2],[-3,2],[-2,2],[-1,2],[-4,3],[-6,1],[-2,1],[-3,2],[-4,2],[-2,1],[-1,1],[-1,5],[-2,5],[0,1],[-1,2],[-4,3],[-5,1],[-4,0],[-4,3],[-6,4],[-1,4],[-2,3],[-3,2],[-5,3],[0,1],[-3,4],[-3,6],[0,5],[-1,5],[-2,7],[-1,3],[1,2],[3,2],[4,1],[3,2],[2,1],[4,5],[0,2],[1,3],[3,2],[1,0],[1,0],[2,-1],[6,0],[7,3],[6,2],[8,1],[0,2],[0,1],[-1,1],[-1,1],[0,2],[-1,2],[4,0],[5,1],[6,1],[2,1],[1,3],[-1,2],[1,3],[0,4],[0,2],[-1,3],[1,3],[0,1],[3,6],[4,1],[3,1],[4,3],[0,3],[-1,2],[-1,2],[1,1],[2,1],[3,1],[4,0],[3,-2],[4,0],[0,1],[0,3],[-2,1],[-4,4],[-5,5],[-1,6],[0,1],[-1,2],[-1,3],[-3,3],[0,1],[0,1],[3,3],[3,2],[3,2],[1,1],[-1,3],[-1,2],[0,1],[1,2],[4,4],[3,-1],[1,0],[3,2],[4,1],[4,3],[4,3],[8,2],[3,-1],[6,0],[5,0],[2,0],[1,1],[4,1],[3,0],[4,1],[5,-2],[6,-3],[5,-3],[6,-1],[7,-1],[8,0],[4,0],[0,1],[-3,8],[-1,5],[-2,3],[-4,5],[1,5],[-1,1]],[[369,7948],[4,4],[14,-2],[7,5],[20,3],[7,11],[10,-1],[8,6],[8,15],[11,1],[5,-2],[5,1],[6,-1],[35,9],[11,0],[21,5],[7,4],[4,-1],[9,2],[23,-2],[20,3],[4,-17],[-1,-7],[-3,-3],[18,1],[-1,6],[27,3],[2,-3],[13,6],[1,-1],[10,0],[8,-3],[0,8],[2,5],[6,-2],[9,3],[5,-4],[-16,1],[3,-9],[3,-3],[3,0],[0,3],[4,-1],[-1,-3],[10,-3],[0,2],[7,1],[2,4],[7,-1],[-1,1],[3,-1],[1,3],[5,2],[4,-3],[0,7],[1,1],[1,-4],[3,2],[-2,5],[5,4],[6,1],[3,-3],[5,0],[-3,5],[7,0],[-3,3],[3,2],[-1,3],[4,-2],[2,4],[2,-2],[0,2],[4,0],[1,-2],[1,1],[1,-1],[6,3],[5,-1],[-2,3],[4,1],[-1,4],[-6,3],[9,2],[5,6],[3,-5],[-4,-7],[3,0],[1,4],[13,-2],[-1,12],[2,1],[-4,4],[2,1],[0,5],[4,2],[6,-3],[-2,6],[2,1],[2,-6],[4,-4],[5,-1],[1,4],[-6,3],[2,2],[4,2],[-3,2],[3,3],[1,-6],[-1,-3],[5,-4],[2,0],[3,5],[0,-4],[6,-1],[4,2],[-6,3],[6,4],[8,-10],[-4,-8],[3,-3],[6,-2],[2,4],[5,0],[5,-5],[9,-4],[9,2],[6,0],[4,4],[5,-1],[3,-2],[3,1],[3,-3],[28,4],[2,2],[2,-4],[4,1],[-1,7],[10,10],[-1,3],[2,3],[8,2],[8,-1],[12,0],[-2,10],[5,-1],[15,-12],[14,-5],[8,0],[5,-8],[1,5],[7,3],[1,2],[4,0],[0,-6],[8,-4],[6,0],[4,-2],[4,2],[3,6],[11,2],[17,11]],[[3884,8154],[12,-16],[-5,-8],[-14,-9],[-3,-7],[9,-6],[4,2],[16,-4],[20,-9],[3,1],[7,0],[1,-3],[10,-2],[8,-5],[10,-3],[7,1],[0,-7],[2,-1],[2,2],[0,-2],[3,0],[0,-6],[10,-12],[-2,-5],[-3,1],[-8,-2],[-4,-5],[-21,2],[-4,-7],[-5,3],[0,-2],[-4,-2],[0,-3],[-5,-10],[-7,-5]],[[3231,7528],[12,8],[2,24],[8,2],[9,5],[8,10],[-5,15],[3,10],[10,14],[2,20],[19,7],[24,3],[8,-1],[7,2],[14,9],[4,4],[4,10],[-2,14],[7,3],[0,8],[12,9],[11,4],[-3,12],[4,8],[11,10],[14,4],[13,12],[9,4],[8,6],[5,1],[10,8],[21,28],[8,19],[1,16],[8,18],[0,15],[-3,7],[9,8],[2,12],[16,3],[-2,5],[6,3],[-6,2],[3,3],[-2,5],[6,11],[-12,6],[5,10],[3,14],[4,9],[0,2],[-5,2],[2,6],[-2,7],[2,4],[7,4],[6,9],[8,18],[-8,2],[-15,8],[19,32],[-2,3],[7,6],[4,9],[1,1],[10,-1],[13,1],[6,6],[-3,4],[3,10],[-6,1],[1,5],[-1,4],[9,11]],[[3582,8121],[2,-1],[23,10],[20,-2],[9,5],[-1,5],[14,1],[18,14],[7,4],[28,-4],[12,1],[13,-3],[11,12],[8,-2],[12,-2],[6,0],[12,-3],[9,-8],[11,-2],[1,-5],[8,-3],[7,5],[8,-1],[13,1],[12,-1],[11,5],[21,1],[7,6]],[[2955,7638],[6,7],[-3,4],[10,11],[8,5],[6,-1],[11,4],[4,-1],[14,6],[13,14],[6,17],[8,8],[10,3],[2,8],[6,1],[5,5],[6,-1],[8,1],[33,17],[7,5],[-2,8],[5,2],[4,8],[-2,9],[4,8],[8,4],[9,11],[8,2],[10,0],[3,7],[11,7],[1,12],[-3,8],[4,10],[-2,8],[1,9],[7,6],[5,15],[-2,28],[6,5],[6,14],[16,21],[-1,7],[-9,8],[-9,3],[4,12],[-5,38],[12,2],[0,7],[4,9],[-1,5],[5,4],[2,-1],[4,3],[-3,4],[4,1],[-3,8],[6,2],[-1,4],[5,0],[-1,5],[7,0],[-6,4],[4,3],[-4,2],[5,1],[-4,4],[8,0],[-7,6],[3,1],[-1,3],[-7,0],[3,9],[12,4],[7,-2],[-1,3],[9,4],[-3,2],[0,2],[4,1],[6,8]],[[3260,8129],[13,-9],[14,0],[25,-4],[6,1],[12,5],[9,0],[18,8],[7,0],[3,7],[16,14],[9,16],[15,8],[6,9],[8,-11],[-7,-7],[6,-3],[6,2],[7,7],[2,11],[13,5],[3,0],[-2,-4],[5,1],[3,-2],[0,-4],[2,-1],[0,-5],[6,-10],[-5,-7],[1,-5],[43,-8],[5,3],[2,-6],[3,-1],[4,3],[9,-1],[0,-2],[5,-2],[6,3],[4,-1],[1,-4],[6,-4],[14,4],[0,-5],[2,0],[2,-3],[4,1],[2,-4],[18,4],[-9,-7]],[[4854,8016],[-6,-5],[-4,-1],[-5,-2],[-2,0],[-9,1],[-4,1],[-3,1],[-4,1],[-2,0],[-3,1],[-6,2],[-3,0],[-12,3],[-6,2],[-7,1],[-3,2],[0,1],[2,1],[3,-1],[3,-2],[3,-1],[2,-1],[5,-1],[4,0],[2,1],[1,0],[1,1],[0,1],[3,2],[4,1],[4,-1],[5,-1],[5,-2],[6,-2],[1,1],[0,1],[-1,0],[0,1],[-5,3],[-7,5],[-4,6],[-5,3],[-4,1],[-2,2],[-4,6],[-13,7],[0,1],[-1,0],[1,2],[0,2],[-4,0],[-1,0],[-8,-1],[-4,0],[-5,1],[-5,-3],[-5,-5],[-4,-3],[-7,-5],[0,-1],[5,-4],[4,-1],[2,0],[1,-3],[-1,-4],[-5,-6],[-4,-7],[-5,-6],[-1,-1],[-3,-6],[-3,-5],[-2,-5],[-3,-8],[0,-2],[0,-3],[-2,-6],[-2,-5],[0,-1],[0,-6],[-1,-3],[0,-5],[-1,-7],[0,-6],[-1,-5],[0,-6],[0,-3],[0,-3],[2,-3],[1,-3],[3,-4],[2,-3],[0,-4],[0,-4],[2,-5],[1,-4],[1,-3],[1,-2],[3,-4],[3,-4],[6,-7]],[[3884,8154],[8,-5],[8,-1],[5,-6],[11,16],[5,-1],[6,3],[3,-1],[0,4],[9,-4],[13,4],[8,-5],[17,-6],[5,5],[12,3],[18,-4],[2,-6],[21,4],[0,-2]],[[4035,8152],[-2,-11],[1,-5],[4,-2],[33,7],[49,0],[9,-2],[18,-12],[16,-3],[5,-3],[8,-20],[20,-2],[6,1],[39,22],[14,2],[23,8],[15,0],[10,7],[-4,13],[4,7],[33,5],[12,10],[7,2],[26,-4],[20,2],[13,-1],[16,3],[24,-2],[32,10],[28,-4],[16,-5],[27,1],[12,-7],[15,4],[6,-6],[6,4],[4,0],[2,-2],[-1,-6],[10,-1],[4,-3],[1,-10],[8,-5],[0,-6],[6,-1],[7,-4],[7,3],[6,0],[2,6],[9,3],[7,-8],[7,-5],[20,0],[11,-3],[4,1],[9,9],[12,0],[-1,5],[3,2],[3,0],[1,-5],[7,5],[5,0],[7,-3],[9,-10],[-11,-15],[4,-33],[7,-10],[6,-4],[27,-3],[6,-2],[4,-18],[8,-12],[38,-20]],[[3226,8141],[34,-12]],[[2410,7812],[18,7],[2,5],[9,6],[4,8],[5,3],[9,-1],[3,1],[1,9],[8,7],[11,2],[7,11],[14,5],[7,5],[18,6],[-3,10],[-4,4],[4,5],[9,1],[13,6],[4,8],[9,1],[5,5],[6,-4],[3,-7],[10,-3],[21,6],[21,2],[4,-2],[10,3],[1,14],[-1,3],[-4,3],[5,5],[10,1],[8,5],[5,7],[0,4],[19,8],[2,7],[4,2],[-7,4],[4,7],[4,-4],[4,2],[7,-2],[10,4],[1,3],[3,1],[4,-3],[5,-2],[6,5],[7,1],[-6,12],[3,4],[5,14],[8,1],[9,3],[8,9],[9,4],[4,5],[7,3],[1,4],[8,0],[7,3],[9,-4],[6,6],[12,2],[-3,11],[4,1],[10,11],[9,3],[1,11],[-2,1],[0,6],[-4,1],[-2,6],[-4,0],[-3,3],[-1,6],[5,12],[-10,6],[6,11],[0,6],[9,11],[20,11],[7,7],[-4,5],[2,1],[-1,4],[7,13],[3,12],[10,7],[22,5]],[[2906,8233],[1,-9],[6,-7],[12,-3],[34,12],[9,7],[10,0],[4,-5],[0,-4],[11,-4],[6,0],[14,5],[38,-14],[7,-11],[9,-6],[16,2],[9,-1],[4,-6],[0,-5],[18,-5],[15,-11],[9,-2],[7,1],[19,13],[13,2],[9,-6],[16,-30],[24,-5]],[[2166,7862],[-3,3],[-1,29],[4,3],[3,5],[-6,15],[0,8]],[[2163,7925],[20,-3],[16,3],[-9,14],[4,9],[-1,3],[16,-18],[4,-14],[3,1],[4,5],[5,-2],[10,1],[-2,-5],[12,1],[5,7],[18,1],[1,3],[-7,2],[-8,9],[5,3],[-1,6],[11,6],[6,10],[-4,1],[-5,7],[-7,0],[-22,11],[-2,9],[3,5],[5,1],[18,8],[4,14],[7,0],[21,10],[7,9],[-4,2],[-2,8],[-6,5],[-6,27],[-9,0],[-7,8],[-11,-4],[-10,4],[-6,2],[2,7],[-9,5],[-4,-1],[5,7],[3,0],[-1,5],[3,1],[-2,1],[4,-1],[-1,6],[1,3],[3,1],[-8,9],[1,2],[6,-2],[7,3],[3,-2],[8,3],[6,6],[2,10],[4,5],[7,4],[-2,7],[10,20],[5,3],[6,-1],[4,3],[9,15],[-5,3],[4,14],[0,-1],[2,2],[-1,3],[-4,1],[1,4],[2,0],[2,4],[7,3],[0,2],[2,-1],[2,5],[5,1],[0,2],[3,0],[1,4],[11,1],[1,1],[-4,3],[0,3],[10,1],[11,-2],[3,4],[0,6],[27,2],[24,7],[8,-4],[13,-16],[6,-2],[11,5],[5,6],[-12,27],[3,6],[7,3]],[[2456,8310],[11,-9],[8,-15],[5,-3],[0,3],[8,0],[1,-5],[12,4],[9,6],[6,20],[8,-2],[8,-6],[2,-7],[-8,-23],[3,-5],[7,-3],[14,1],[13,-3],[7,-7],[25,-10],[12,3],[8,9],[10,4],[4,9],[-5,8],[-2,12],[2,2],[8,-1],[8,-4],[10,-15],[11,-7],[18,-3],[3,-7],[0,-14],[6,-1],[8,8],[2,8],[-4,11],[1,7],[5,3],[7,1],[13,-3],[11,-14],[5,-2],[7,1],[6,4],[4,7],[-1,6],[-18,14],[-3,7],[4,5],[9,4]],[[2744,8308],[19,7],[9,-3],[3,-8],[-5,-10],[-6,-4],[-1,-4],[2,-4],[2,-1],[15,4],[20,15],[10,9],[10,2],[5,-2],[18,-19],[15,-12],[1,-7],[-7,-10],[7,-8],[11,-3],[5,-5],[3,-7],[-2,-7],[27,5],[1,-3]],[[1263,8301],[1,-3],[-5,-9],[-3,-2],[-8,1],[0,-4],[-2,-2],[1,-5],[9,-4],[1,-4],[-1,-2],[-3,1],[1,-13],[6,0],[7,-2],[-2,-1],[0,-8],[3,-3],[4,-1],[2,2],[7,0],[-3,-12],[8,-6],[2,-5],[10,4],[3,3],[8,2],[3,5],[4,-8],[6,-1],[0,-2],[8,-3],[0,-3],[9,-8],[-3,-2],[1,-2],[7,7],[4,7],[0,5],[4,3],[-6,6],[1,6],[9,11],[19,-1],[4,2],[7,-2],[1,3],[4,-1],[12,7],[-2,2],[4,0],[4,3],[7,-6],[-5,-9],[14,-7],[0,-5],[6,-6],[0,-4],[16,0],[3,-5],[7,-3],[-3,-2],[4,-9],[-6,-5],[-1,-9],[6,-8],[7,-2],[4,1],[7,-2],[-1,-3],[2,0],[4,-9],[-8,-9],[4,-8],[-4,0],[-1,-3],[5,-8],[-2,-11],[-8,0],[-4,3],[-2,-5],[-3,1],[0,-6],[3,-1],[-4,-2],[5,-4],[2,-10],[6,-7],[5,-2],[-1,-3],[4,-6],[7,-1],[-12,-8],[2,-5],[-3,-11],[4,-1],[6,1],[10,-4],[19,7],[0,-4],[4,-6],[0,-4],[-6,-6],[4,-2],[-4,-4],[4,-2],[3,1],[3,-4],[2,1],[2,-3],[13,-1],[5,-7],[4,3],[13,1],[9,-6],[-3,-4],[14,-8],[8,3],[1,-2],[-13,-5],[-9,-8],[0,-5],[7,7],[3,0],[2,-2],[-10,-7],[-2,-7],[-5,-3],[7,1],[-1,-6],[-6,0],[-7,6],[-7,1],[-10,-6],[1,-4],[-2,-4],[-4,2],[-4,-4],[-4,1],[-3,-3],[-10,-1],[6,-11],[-3,-6],[7,-2],[-3,-2],[-9,2],[-9,-3],[2,-8],[3,-3],[5,0],[0,-2],[-11,-3],[-9,0],[-3,-2],[-6,2],[-4,0],[-9,6],[-8,0],[-6,-3],[-6,1],[0,-3],[8,-12],[-2,-7],[-3,-1],[0,-6],[3,1],[1,-6],[-1,-7],[1,-6],[-11,-13],[-7,-3],[-5,2],[-3,-7],[-7,-5],[-2,-6],[2,-5],[10,-6],[9,-1],[0,3],[3,1],[8,-2],[-1,-4],[3,0],[1,-2],[2,1],[-1,-1],[7,-2],[4,-5],[-8,-4],[-9,2],[-2,-2],[-8,-2],[-7,-7],[-11,-2],[-11,6],[-13,-6],[-2,0],[-2,-1],[3,-3],[-7,-6],[5,-5],[-5,-2],[4,-2],[-2,-1],[1,-3],[-3,2],[-3,-2],[-11,-10]],[[1107,8063],[-6,6],[-5,1],[-4,9],[1,6],[-7,4],[0,5],[-8,3],[-6,-5],[-14,4],[1,3],[-1,7],[8,1],[17,-5],[5,1],[4,9],[-5,5],[0,7],[-23,-2],[-5,6],[-3,12],[5,0],[10,4],[1,22],[22,15],[2,4],[3,11],[-15,2],[4,17],[28,6],[-2,6],[5,5],[-9,5],[-3,8],[-3,-2],[-1,-5],[-2,-1],[1,-5],[-4,-1],[-3,0],[0,7],[-5,5],[-4,1],[-2,-1],[-5,4],[-4,-1],[-2,2],[-6,1],[-2,-2],[-2,2],[4,10],[-2,5],[4,2],[-3,4],[1,7],[10,0],[0,-6],[3,0],[2,-8],[4,-3],[4,7],[12,-2],[0,5],[4,0],[-3,2],[1,3],[-4,6],[-6,5],[18,9],[16,1],[13,7],[-1,2],[6,2],[8,-2],[7,1],[6,-2],[5,1],[5,5],[7,-4],[9,0],[-2,-10],[3,-7],[8,-5],[16,-5],[3,2],[3,8],[8,6],[-1,4],[4,4],[-2,1],[1,4],[29,-7]],[[4035,8152],[0,9],[-10,6],[-26,7],[-42,14],[-21,18],[-29,5],[-2,8],[-7,5],[6,9],[-4,11],[-4,0],[-11,-10],[-6,-2],[-22,12],[-11,3],[-17,1],[-6,-2],[0,14],[12,8],[-1,2],[-9,2],[1,7],[23,11]],[[3849,8290],[-1,-7],[4,-3],[-1,-2],[14,-11],[2,0],[5,5],[8,0],[4,3],[5,-2],[8,3],[6,-2],[7,2],[6,-3],[17,2],[9,-2],[5,-9],[4,1],[3,-4],[13,-4],[4,1],[4,-2],[4,-11],[23,0],[12,-4],[17,13],[13,0],[6,5],[1,6],[-6,5],[3,9],[-5,2],[-1,4],[-5,1],[-7,11],[-8,3],[-1,8],[1,1],[5,-2]],[[4027,8307],[18,-8],[11,-2],[14,-8],[21,-5],[8,5],[9,1],[4,7],[4,2],[30,-1],[13,4],[5,-1],[3,-5],[13,1],[12,-8],[29,0],[12,-4],[5,2],[13,-2],[9,-5],[15,3],[10,-4],[8,1],[21,-2],[15,3],[31,21],[16,-1],[6,5],[22,4],[6,0],[10,3],[11,-3],[16,4],[7,5],[7,0],[13,-7],[17,-1]],[[4491,8311],[31,5],[17,-1],[6,-5],[10,0],[1,-2],[-9,-1],[-8,-9],[20,-3],[-2,-9],[36,-25],[26,-15],[17,-3],[6,2],[0,10],[9,3],[2,5],[-2,2],[1,3],[6,8],[6,0],[5,-4],[6,0],[6,9],[4,1],[3,4],[13,-1],[16,2],[19,6],[20,11],[1,4],[-4,7],[2,4],[24,1],[18,14]],[[4797,8334],[0,-1],[-1,-1],[-1,-3],[-1,-2],[0,-1],[-1,-2],[-1,-9],[0,-2],[0,-2],[0,-9],[1,-2],[0,-2],[1,-5],[1,-1],[1,-5],[3,-6],[0,-1],[0,-1],[0,-2],[2,-5],[4,-1],[2,-2],[2,-1],[6,-6],[1,-2],[8,-6],[2,-1],[8,-6],[2,-2],[4,-3],[5,-4],[5,-4],[4,-4],[2,0],[1,0],[2,-1],[3,-2],[5,-3],[2,-1],[3,-3],[3,-2],[10,-6],[4,-3],[2,-2],[3,-2],[10,-5],[6,-3],[2,-1],[2,-1],[3,-1],[8,-4],[6,-2],[9,-2],[11,-3],[5,-4],[5,-2],[1,-1],[4,0],[2,0],[-1,1],[-2,0],[-2,1],[-5,1],[-1,1],[-4,2],[0,1],[1,0],[4,-1],[4,-2],[6,-3],[4,-3],[7,-7],[2,-1],[0,-2],[-1,-2],[-1,-2],[-3,-2],[-1,0],[-4,-2],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-5,-6],[-5,-4],[-7,-7],[-3,-2],[-3,-2],[-3,-2],[0,-2],[1,0],[-1,0],[1,1],[1,-1],[1,0],[0,-2],[0,-1],[0,-2],[-1,-1],[-1,-2],[-2,-3],[-2,-5],[-1,-4],[-1,-1],[0,-1],[-2,-5],[-5,-8],[-4,-6],[-3,-6],[-1,-3],[-2,-4],[-2,-2],[-4,-7],[-2,-2],[-3,-3],[-6,-4],[-2,-2],[-10,-2],[-8,-3],[-5,-1],[-1,0],[-1,0],[0,1],[-6,-8],[2,-4],[3,-2],[0,-2],[-1,0],[-1,-3],[-3,-3],[-3,-3],[-1,-2],[-3,-2],[-2,-2],[-3,-2],[-1,0]],[[2442,8338],[-45,-3],[0,4],[-6,0],[-1,2],[-2,-1],[-2,3],[-2,0],[2,2],[-1,4],[-6,-1],[-2,2],[2,3],[-8,4],[-6,-2],[-1,2]],[[2364,8357],[2,2],[7,-1],[3,1],[-3,1],[3,3],[5,-4],[-2,4],[3,0],[2,3],[6,-1],[-2,3],[5,2],[0,-4],[6,0],[-1,-3],[5,-2],[6,-1],[3,3],[2,-2],[-3,-2],[3,-3],[15,1],[3,-6],[5,1],[-2,-5],[5,-1],[-2,-5],[4,-3]],[[1615,8340],[8,-1],[-4,-6],[2,-2],[4,1],[5,-3],[5,0],[2,-3],[6,1],[4,-5],[2,-10],[3,-3],[6,0],[3,-3],[10,-2],[-5,-6],[4,-4],[-4,-6],[4,-4],[9,-4],[-1,-7],[4,-2],[7,1],[4,-10],[5,-2],[-8,-7],[6,-4],[-2,-1],[4,-5],[-7,-4],[3,-6],[-6,-3],[5,-4],[10,-1],[0,-3],[4,-2],[-5,-4],[7,-5],[5,2],[1,7],[4,-1],[3,2],[9,-2],[5,-4],[1,-3],[4,5],[5,0],[-2,6],[3,4],[4,1],[4,-1],[7,-11],[3,-2],[13,2],[7,-3],[3,-4],[-5,-1],[0,-5],[8,3],[-2,-2],[4,0],[5,3],[1,-5],[4,-1],[6,6],[-3,6],[2,3],[12,-4],[8,3],[1,4],[-7,5],[2,2],[7,0],[7,-5],[2,2],[-8,4],[15,0],[-4,5],[3,4],[4,-6],[4,5],[8,-3],[-1,5],[2,2],[8,-2],[8,2],[2,-4],[2,0],[-1,5],[9,2],[4,5],[5,0],[1,-2],[-6,-3],[4,-3],[11,-1],[1,-5],[-4,-3],[6,-2],[2,-10],[-3,-16],[5,-4],[2,-7],[7,-4],[-1,-3],[8,-1],[-1,-3],[15,0],[1,4],[2,-2],[2,3],[10,-1],[15,-16],[-1,-8],[3,-3],[0,-3],[-8,2],[-1,-9],[10,-7],[1,-4],[7,0],[-2,-5],[4,-1],[1,-5],[6,-1],[-3,-3],[4,-3],[-3,-1],[5,-5],[12,-3],[9,-10],[7,0],[3,-3],[4,2],[7,2],[6,-16],[5,-2],[1,-3],[-2,-4],[-6,-2],[-6,-6],[-4,-1],[14,-15],[-1,-2],[5,0],[2,-2],[3,-5],[-3,-4],[6,-3],[13,4],[9,-5],[3,-6],[11,3],[4,-3],[3,0],[5,3],[8,0],[8,5],[4,0],[-4,-5],[8,-8],[8,-3],[0,-12],[-4,-5],[2,-4],[17,-13],[18,-4],[-2,-18],[-7,-8],[4,-17],[-7,-14]],[[1263,8301],[6,5],[-2,4],[2,6],[6,3],[0,5],[-3,2],[-1,8],[11,7]],[[1282,8341],[14,-1],[5,3],[-2,-10],[4,0],[8,4],[0,3],[4,0],[-1,5],[8,4],[11,-5],[3,-7],[17,3],[13,8],[15,3],[14,-2],[7,-5],[5,3],[3,-1],[3,3],[8,-3],[0,-1],[6,2],[-1,-3],[4,-3],[8,1],[0,4],[6,-1],[5,10],[4,0],[6,5],[-3,4],[3,2],[11,3],[7,-2],[15,6],[3,-1],[-1,-3],[5,2],[-2,-2],[5,0],[0,-3],[3,0],[0,-2],[2,0],[4,3],[2,-2],[6,0],[-1,-2],[6,0],[7,5],[5,0],[1,3],[4,-3],[10,4],[8,-2],[5,-6],[8,2],[0,-9],[6,0],[-1,-7],[-2,1],[5,-2],[1,-4],[8,-2],[7,4],[10,0],[6,-7],[3,0]],[[2280,8465],[-5,-5],[1,-2],[8,1],[4,-5],[4,3],[1,-5],[-2,0],[5,-4],[-14,-2],[-2,4],[-5,3],[-3,-1],[-2,-4],[-2,2],[-4,-1],[7,-3],[3,-6],[-3,-1],[11,-10],[-12,0],[-14,-15],[1,-6],[9,-2],[5,5],[7,-6],[6,1],[2,-3],[8,0],[3,-2],[0,6],[-2,2],[-6,-2],[0,2],[4,2],[14,-4],[9,-13],[8,2],[1,-5],[-4,-3],[4,-4],[4,0],[4,-15],[3,-1],[3,4],[7,1],[3,-4],[-1,-6],[4,0],[4,4],[3,-3],[-1,-3],[-4,-5],[3,-2],[7,3]],[[2442,8338],[0,-3],[11,-8],[2,-5],[-3,-1],[2,-4],[-2,-3],[4,-4]],[[1615,8340],[-4,4],[1,8],[6,3],[2,5],[7,0],[2,6],[7,1],[7,3],[-3,5],[-18,-3],[-5,-3],[2,-4],[-5,-2],[-14,-1],[-5,4],[1,4],[6,-3],[13,4],[-9,10],[-12,5],[4,7],[10,1],[3,3],[-1,2],[-10,1],[-1,2],[13,0],[3,-2],[7,3],[-2,2],[-8,-1],[-14,3],[-5,4],[1,4],[7,-1],[4,-5],[6,6],[-8,3],[2,4],[-4,4],[4,4],[-1,5],[-10,1],[0,-4],[-7,0],[-1,7],[5,4],[-2,4],[-16,0],[13,18]],[[1586,8465],[2,-1],[5,1],[8,6],[5,-3],[-3,17],[-5,1],[-1,5],[11,3],[1,4],[9,1],[0,8],[2,0],[3,-7],[18,-5],[2,2],[5,2],[1,-2],[2,2],[3,-1],[-2,-2],[2,0],[5,-1],[-2,2],[6,2],[3,1],[1,-2],[3,3],[5,-2],[-1,2],[3,2],[1,-4],[4,-1],[1,-2],[5,0],[-3,-2],[1,-8],[5,0],[6,-6],[9,-3],[-1,-3],[3,-3],[-2,-1],[6,-8],[-4,-6],[5,0],[1,-9],[18,2],[3,-2],[11,4],[1,5],[2,-3],[7,3],[3,13],[4,2],[2,11],[-2,3],[15,-3],[2,7],[3,-1],[1,2],[12,6],[-5,5],[3,1],[-7,1],[-6,-2],[-12,12],[-9,2],[-1,7],[3,1],[3,-4],[4,0],[11,1],[4,-2],[4,2],[4,0],[0,3],[2,-3],[3,1],[-3,5],[3,0],[1,5],[10,-5],[7,0],[3,-3],[10,-1],[9,4],[-1,5],[10,3],[6,-2],[11,3]],[[1863,8535],[4,-3],[2,-20],[15,-9],[-3,-5],[2,-7],[16,-2],[20,-7],[1,-1],[-4,-4],[15,-8],[6,2],[9,-3],[1,-11],[2,-3],[0,-7],[15,-11],[9,-2],[8,-10],[8,1],[0,5],[12,5],[4,-2],[1,2],[1,-2],[4,5],[-2,1],[1,2],[-1,0],[-1,5],[-6,2],[-2,-2],[-3,1],[0,5],[-6,-2],[-2,2],[0,3],[4,0],[1,1],[-9,17],[3,1],[4,-2],[1,-3],[4,3],[14,4],[1,-1],[0,1],[2,-3],[10,-9],[2,-7],[-4,0],[-3,3],[-3,-2],[5,-7],[7,6],[6,-1],[5,0],[-1,2],[3,1],[2,-2],[13,3],[-2,7],[10,1],[-6,-8],[6,-4],[10,3],[8,-2],[0,3],[10,0],[0,2],[3,1],[3,-4],[3,0],[-1,2],[5,3],[5,-7],[4,1],[-2,4],[4,-2],[6,-5],[1,-5],[5,1],[0,3],[6,-2],[1,2],[10,0],[5,-6],[9,-3],[1,2],[4,0],[-10,6],[-6,10],[9,2],[0,2],[3,1],[-1,5],[3,1],[2,2],[1,8],[7,-2],[7,-6],[6,1],[4,4],[-1,2],[2,0],[2,-3],[10,-5],[1,3],[2,-2],[4,2],[5,-3],[3,3],[6,-3],[3,2],[0,-2],[3,0],[-1,3],[3,-1],[1,3],[2,0],[-2,1],[6,-2],[9,1],[4,-3],[3,1],[7,-1],[0,-3],[2,0],[2,-2],[2,2],[2,-6],[2,0],[3,-3],[5,2],[1,-2]],[[3226,8141],[2,5],[6,3],[18,1],[5,5],[6,17],[12,-2],[8,9],[18,3],[3,6],[6,4],[12,0],[7,5],[9,1],[-15,1],[-11,-4],[-4,5],[-5,1],[-12,-4],[-2,-4],[-10,-8],[-13,-4],[-8,0],[-12,-3],[-7,1],[-10,-1],[-10,2],[2,8],[0,12],[5,8],[11,0],[11,5],[9,1],[9,-3],[0,8],[7,7],[0,5],[12,3],[-3,4],[7,5],[-1,0],[1,8],[-4,4],[-1,5],[-29,0],[-5,7],[2,-13],[-1,-10],[-8,1],[-5,-1],[-1,1],[-9,2],[-5,-2],[-3,-5],[-4,1],[-5,-5],[-22,-5],[-6,1],[1,16],[4,4],[-3,1],[1,9],[-4,8],[3,-1],[2,6],[6,-2],[5,2],[5,-2],[4,3],[5,-2],[16,4],[-8,17],[2,7],[23,2],[5,6],[-12,11],[-12,-1],[-4,3],[-3,-1],[-2,-4],[-7,2],[1,-5],[-4,-3],[-6,2],[3,7],[-6,-5],[-8,1],[-2,-1],[3,-6],[-3,-2],[-3,0],[-2,5],[-6,-1],[-4,2],[-8,0],[-3,5],[-4,-4],[-3,0],[-4,5],[-6,2],[-3,13],[-6,3],[-6,0],[-10,6],[-7,6],[-2,4],[-14,3],[1,5],[-2,-1],[3,8],[4,3]],[[3103,8372],[22,-1],[0,7],[15,3],[-5,13],[5,1],[-3,8],[3,5],[7,-5],[7,0],[2,7],[-2,3],[4,0],[0,-3],[11,-3],[-2,2],[3,2],[-6,4],[4,10],[-3,6],[5,8],[0,3],[4,3],[3,0],[2,3],[14,3],[1,8],[5,6],[-3,8],[15,-1],[1,5],[6,-2],[10,1],[-2,7],[3,1],[3,-2],[-3,9],[1,14],[-4,10],[-4,7],[-8,4],[14,20],[-12,8],[-1,2],[4,-2],[25,-2],[7,1],[15,-2],[13,-7],[18,-16],[10,3],[16,-7],[16,5],[13,-4],[9,0],[5,4],[2,-2],[5,1],[3,3],[3,15],[3,3],[5,0],[-1,5]],[[3386,8554],[3,2],[-2,3],[7,1],[1,4],[9,-3],[13,0],[5,-3],[1,2],[15,-6],[0,-7],[3,-2],[-2,-8],[-8,-7],[-1,-5],[-8,-2],[2,-4],[6,-5],[7,-1],[-10,-9],[-10,-3],[-5,0],[1,-11],[10,-2],[4,2],[10,-7],[-2,-9],[-5,-6],[13,2],[8,-3],[1,-8],[-4,-12],[8,-4],[38,24],[29,-17],[0,-5],[5,-4],[6,0],[2,-8],[6,-2],[0,-6],[6,-8],[5,1],[3,-3],[19,-2],[0,-6],[4,2],[12,0],[0,-4],[3,-1],[0,-4],[29,-4],[-5,-6],[0,-7],[3,-3],[9,-3],[2,-4],[15,0],[10,-5],[6,0],[5,-4],[6,-7],[1,-2],[-6,-3],[5,-3],[-1,-8],[3,-3],[-1,-7],[-5,-4],[2,-2],[10,2],[3,-3],[15,9],[4,-9],[12,3],[3,-3],[-7,-5],[1,-8],[-13,-6],[1,-4],[9,-8],[8,-2],[21,-11],[8,1],[11,-4],[-2,5],[0,5],[5,6],[5,-5],[18,-4],[4,2],[2,4],[2,12],[7,2],[11,-6],[12,-3],[13,-5],[10,2],[4,-2]],[[2402,8582],[-2,-4],[5,-2],[1,-3],[-3,-1],[0,-5],[-4,-2],[3,-5],[-14,-8],[2,-4],[-7,-5],[1,-5],[-8,-3],[3,0],[1,-3],[-3,-3],[7,-6],[0,-3],[13,-5],[-2,3],[3,2],[14,-11],[10,3],[0,-4],[3,-3],[-2,-9],[15,-2],[5,2],[3,-4],[8,-1],[1,-2],[4,-1],[10,3],[1,5],[1,0],[-2,3],[2,1],[-2,4],[3,0],[0,8],[13,-4],[10,-14],[3,-16],[4,-1],[2,-3],[-4,-7],[7,-2],[-1,-2],[4,-7],[4,-1],[-1,-6],[12,-2],[-1,-4],[-6,-3],[0,-3],[3,-1],[6,4],[5,0],[10,-10],[8,3],[4,-4],[6,-2],[-3,-5],[8,-6],[8,8],[4,-1],[0,-5],[2,-2],[12,5],[9,1],[3,-3],[-2,-3],[-3,0],[-4,2],[-4,-4],[4,-5],[12,-5],[-1,-4],[-8,-3],[1,-3],[7,-2],[4,-5],[5,5],[5,-2],[-1,-7],[3,-2],[15,7],[3,-6],[9,-3],[-3,-9],[-5,-3],[-4,-1],[-2,-3],[3,-3],[-3,0],[-4,-5],[-4,0],[0,-2],[6,-1],[10,7],[5,0],[-2,-6],[7,-1],[4,-14],[9,-1],[8,-5],[17,4],[2,-9],[5,-3],[10,4],[3,6],[4,-6],[4,-1],[9,6],[2,-16],[6,-6],[6,0],[3,-3]],[[2280,8465],[6,4],[7,0],[-2,2],[2,1],[2,-5],[4,2],[5,-2],[1,-10],[5,1],[2,-2],[8,4],[-5,0],[0,2],[-4,2],[3,0],[0,2],[5,1],[2,-2],[5,2],[-5,4],[-8,-2],[1,4],[-4,2],[-4,8],[-4,1],[0,3],[-4,1],[-3,4],[0,1],[5,1],[-2,10],[-2,0],[-1,5],[-2,-1],[-1,4],[5,1],[1,-3],[15,3],[-2,3],[3,3],[-6,4],[1,5],[7,2],[3,10],[10,-1],[3,-1],[1,-5],[3,1],[2,3],[-1,6],[5,0],[0,2],[-5,2],[7,0],[3,7],[6,3],[-2,2],[2,0],[-3,7],[-4,1],[-2,3],[-3,0],[5,4],[-2,5],[2,1],[0,5],[9,7],[5,1],[-2,5],[3,0],[1,3],[18,-3],[-2,-4],[5,-8],[2,2],[2,-5],[5,-1],[10,0]],[[2743,8564],[0,-4],[-2,0],[4,-3],[-2,-3],[3,-5],[0,-4],[-3,-2],[1,-6],[2,-2],[-4,-5],[1,-2],[-5,-2],[2,-4],[4,-1],[-3,-8],[1,-7],[-4,-2],[6,-2],[-3,-4],[10,-11],[9,0],[4,-2],[3,3],[3,-1],[0,-5],[7,-4],[5,-1],[-1,-5],[7,2],[16,-9],[4,0],[11,-9],[-1,4],[2,-1],[-1,-4],[4,-5],[9,2],[-1,-6],[3,0],[7,-5],[6,1],[5,-2],[8,-6],[9,2],[9,-2],[-1,3],[3,1],[0,-5],[7,1],[2,-3],[8,0],[2,-4],[3,3],[3,0],[4,-7],[-1,-4],[5,-5],[7,0],[-1,-4],[4,-2],[7,1],[12,-1],[13,-4],[4,1],[8,-4],[9,3],[3,-2],[10,-1],[-1,-5],[3,-1],[7,5],[2,-7],[10,0],[11,-4],[3,3],[-6,2],[5,1],[-2,3],[7,1],[-6,2],[-1,3],[7,-1],[4,3],[11,-1],[4,8],[13,-1],[2,-10],[7,-2],[-2,-4],[8,-2],[0,-3],[18,-3],[6,-3],[0,-4],[3,2],[1,-2],[2,2],[1,-1],[-4,-2],[0,-3],[4,-2],[-4,-2],[1,-1]],[[2402,8582],[7,13],[-1,3],[3,4],[-3,2],[3,1],[0,7],[4,1],[1,6],[5,2],[1,2],[5,5],[5,-1],[0,3]],[[2432,8630],[17,-15],[4,1],[-3,-8],[4,-1],[2,-14],[25,-1],[0,4],[5,1],[5,9],[2,-2],[14,1],[1,-10],[7,0],[1,-7],[6,1],[0,1],[16,0],[8,-7],[1,-7],[5,-4],[18,4],[5,15],[8,1],[0,8],[5,8],[3,3],[5,0],[4,0],[2,-5],[6,2],[7,-3],[0,-4],[5,0],[-1,-2],[6,-1],[-3,-3],[4,-1],[3,-7],[6,2],[8,-15],[-2,-7],[4,-1],[6,1],[0,-2],[5,1],[1,-7],[2,4],[3,1],[12,-4],[3,14],[4,0],[7,6],[-5,3],[-4,-1],[-2,4],[6,-1],[-1,2],[3,-1],[3,4],[9,-8],[4,3],[7,-1],[9,-15],[5,-2],[14,4],[0,-5],[7,-2]],[[1067,8704],[-2,-4],[2,-5],[-1,-8],[6,-5],[0,-5],[-17,-21],[3,-3],[22,-7],[10,-1],[-5,-10],[41,-24],[2,-6],[24,-12],[25,-9],[-5,-1],[13,-4],[2,-3],[-4,-4],[3,-2],[-1,-2],[-8,-3],[-4,-7],[4,-15]],[[1177,8543],[-5,-3],[-5,6],[-4,-1],[-1,-7],[3,-4],[-4,-5],[4,-17],[10,-4],[0,-9],[-5,-8],[2,-11],[-3,-1],[-6,8],[-17,7],[-17,-2],[-9,2],[-2,-3],[3,0],[4,-9],[-8,-4],[-1,-13],[-2,-3],[-4,-1],[2,-2],[7,2],[2,3],[9,1],[-1,5],[7,-1],[10,-6],[0,-39],[-2,-3],[-6,0],[3,-4],[3,-9],[0,-6],[-3,-3],[7,0],[-1,-6],[17,-15],[22,-10],[1,3],[2,2],[2,-1],[4,-12],[-2,-2],[3,-4],[3,0],[2,-2],[10,3],[12,-1],[11,3],[7,-4],[16,-1],[0,-3],[11,-3],[2,3],[6,-4],[0,-4],[6,0]],[[369,7948],[-4,1],[-4,1],[-3,0],[-3,1],[-6,2],[-1,1],[-2,2],[-4,4],[-3,4],[-3,4],[-2,5],[-2,7],[3,5],[0,3],[0,2],[-1,2],[-3,4],[0,3],[-1,4],[-4,3],[-7,4],[-3,1],[-3,3],[0,1],[2,1],[5,4],[4,7],[1,1],[4,7],[4,6],[1,1],[0,1],[-3,1],[-7,1],[-2,1],[-2,6],[-1,4],[0,1],[-3,2],[-5,0],[-2,0],[-4,2],[-5,2],[-2,0],[-4,-1],[-4,1],[-3,1],[-6,3],[-3,1],[-8,5],[-8,2],[-4,2],[-2,1],[-2,-2],[-3,-5],[-3,-4],[-7,-5],[-1,0],[-4,-1],[-1,1],[-4,1],[-3,1],[-8,0],[-3,0],[-2,0],[-2,2],[-3,1],[-3,0],[-2,-1],[-4,1],[-4,1],[-3,2],[-3,2],[-3,1],[-4,1],[-5,1],[-3,2],[-3,3],[-2,2],[-6,1],[-3,1],[-3,2],[-9,4],[-2,2],[-1,1],[-2,3],[0,3],[-1,1],[-5,0],[-6,-1],[-4,5],[-3,4],[-3,3],[-1,1],[-2,0],[-3,-1],[-2,0],[-2,0],[-6,3],[-2,2],[-1,2],[0,3],[-1,6],[-1,1],[4,5],[3,1],[4,2],[0,2],[-1,2],[-2,1],[-1,1],[-3,0],[-5,0],[0,1],[7,5],[3,4],[2,3],[3,5],[0,3],[0,2],[-1,4],[0,2],[-3,1],[-4,2],[-3,2],[-1,2],[-1,3],[-3,3],[-3,2],[-4,0],[0,4],[4,1],[5,1],[2,3],[-1,4],[-2,4],[-2,3],[-4,4],[-8,3],[-8,1],[-9,-1],[-7,1],[-7,-1],[-6,0],[-7,0],[-3,1],[-2,1],[-4,6],[-1,1],[-2,3],[1,3],[4,3],[1,1],[-1,1],[-1,2],[-2,2],[-2,1],[-2,1],[-2,1],[3,3],[1,1],[0,2],[-1,5],[0,3],[-3,2],[-5,1],[-5,2],[-2,2],[1,3],[0,4],[-4,5],[-1,1],[-3,3],[-4,3],[-3,3],[-1,1],[0,2],[3,4],[2,5],[2,1],[6,-1],[5,-1],[4,2],[3,3],[4,1],[7,2],[4,5],[0,1],[2,4],[2,3],[1,1],[5,0],[8,1],[6,2],[4,1],[3,0],[4,-1],[2,-1],[3,-1],[4,-2],[1,0],[8,-1],[2,-1],[1,1],[3,1],[1,1],[4,2],[2,5],[2,2],[3,1],[2,1],[1,2],[3,2],[3,1],[4,0],[5,0],[6,-4],[9,-2],[8,-2],[7,-2],[6,-3],[6,-2],[8,-4],[5,-4],[0,-1],[0,-1],[2,-2],[2,0],[1,1],[4,0],[5,2],[6,2],[4,2],[3,0],[6,1],[7,0],[1,1],[2,2],[1,1],[0,2],[-6,4],[-5,6],[-1,1],[2,2],[5,6],[4,1],[5,1],[3,-1],[5,1],[4,0],[5,1],[3,1],[3,1],[7,0],[3,2],[1,2],[3,2],[5,2],[0,3],[0,1],[0,4],[1,1],[4,1],[4,2],[4,2],[-3,2],[-4,3],[5,5],[8,0],[4,1],[8,1],[4,2],[2,2],[4,2],[3,0],[8,-1],[5,-1],[8,2],[6,4],[4,3],[5,0],[3,0],[6,-5],[2,-3],[4,-4],[2,0],[3,-1],[6,2],[3,4],[1,2],[-1,1],[2,4],[4,2],[3,2],[3,2],[1,2],[7,3],[1,4],[2,3],[5,0],[1,-1],[3,-1],[4,0],[3,4],[5,4],[2,2],[0,1],[-1,3],[-2,4],[-1,2],[-2,3],[2,2],[1,1],[1,2],[1,2],[0,2],[-2,3],[-5,5],[-5,4],[-1,4],[-2,7],[-3,5],[-4,5],[0,6],[4,2],[5,-1],[5,-1],[4,2],[3,2],[-1,3],[-1,3],[-1,2],[3,6],[2,3],[1,0],[7,1],[5,1],[0,1],[2,2],[1,0],[7,3],[-3,2],[0,1],[-1,1],[-1,2],[0,2],[1,2],[2,4],[1,5],[1,1],[3,1],[5,1],[1,1],[3,2],[1,1],[-2,1],[0,2],[1,2],[3,4],[3,2],[0,3],[-1,1],[-4,1],[-6,1],[-6,2],[-7,3],[-2,2],[-1,2],[-1,2],[-10,3],[-5,0],[-4,1],[-7,3],[-3,1],[-3,3],[0,5],[-3,3],[-4,4],[-5,4],[-1,4],[0,2],[1,3],[1,1],[1,2]],[[400,8599],[9,4],[1,12],[6,10],[0,7],[11,8],[2,0],[1,-4],[5,-2],[-3,-4],[2,-7],[-5,-4],[5,-12],[4,0],[4,6],[7,2],[9,-4],[10,1],[13,-2],[9,-7],[12,-2],[5,4],[5,9],[10,7],[13,5],[3,10],[2,3],[12,-2],[15,4],[17,-2],[12,6],[12,0],[8,4],[6,-2],[3,-6],[5,0],[17,10],[-1,3],[3,1],[15,4],[0,8],[7,-1],[19,8],[1,5],[12,10],[2,4],[13,2],[7,3],[11,0],[16,-5],[9,0],[13,10],[16,2],[8,-3],[6,-6],[4,2],[10,-4],[5,-5],[3,-8],[21,6],[10,-1],[4,-4],[7,-2],[14,-9],[10,5],[16,-2],[10,3],[12,-7],[21,13],[12,2],[12,6],[9,7],[-2,3],[9,0],[7,5],[12,4],[11,0],[6,5],[10,-5],[17,3],[8,-3],[5,-6]],[[2040,8733],[34,-2],[12,1],[0,-3],[-3,0],[2,-3],[-3,-3],[2,-4],[-6,2],[-4,-3],[0,-2],[5,-2],[-1,-3],[3,-4],[-4,0],[0,-2],[-3,0],[0,-2],[4,-2],[4,2],[1,-2],[10,0],[2,-2],[13,1],[9,-1],[3,4],[19,3],[0,-1],[5,1],[-3,-2],[3,-4],[2,1],[1,-3],[2,0],[3,-3],[5,1],[1,-4],[5,2],[3,-2],[12,3],[0,-2],[6,-1],[-4,-5],[6,1],[0,-5],[5,1],[2,-3],[11,2],[-1,-8],[7,1],[-4,-4],[18,3],[-4,-3],[6,-6],[16,-2],[2,-4],[14,-2],[0,2],[11,1],[-4,7],[2,1],[-1,6],[4,5],[14,-1],[7,-2],[0,-3],[3,-1],[1,2],[4,-2],[5,3],[10,-1],[1,2],[5,-1],[3,2],[4,1],[0,2],[-3,1],[2,3],[3,0],[-1,3],[19,5],[3,4],[7,2],[8,0],[2,1],[2,6],[7,-1],[23,4],[-4,8],[6,1],[-1,3],[2,0],[-1,11],[3,-1],[3,3],[2,0],[-1,1],[2,1],[-1,1],[4,0],[-6,6],[5,4]],[[2412,8747],[0,-6],[19,-8],[2,-4],[-3,-4],[5,2],[7,-14],[6,-16],[-3,-4],[-1,-7],[-8,-6],[3,-7],[-1,-8],[3,-8],[6,-1],[-2,-4],[3,0],[-1,-3],[11,-2],[1,-2],[-4,-4],[2,-8],[-7,-1],[0,-4],[-14,4],[-2,-1],[-3,3],[1,-4]],[[1863,8535],[-1,4],[-9,10],[-1,4],[-4,4],[0,5],[-4,2],[4,3],[1,2],[-4,2],[-11,-2],[3,5],[-2,6],[-9,10],[-9,4],[3,6],[-4,15],[-11,-2],[-11,11],[-18,1],[-10,3],[-6,7],[-1,4],[-6,6],[2,5],[4,3],[-8,11],[-2,13]],[[1749,8677],[9,6],[0,6],[3,1],[2,-7],[5,-4],[7,-1],[2,4],[9,1],[-7,5],[20,4],[2,10],[11,-1],[3,14],[8,-2],[0,2],[9,-1],[2,-3],[6,0],[-4,-2],[1,-6],[3,1],[-1,-3],[5,-1],[0,-4],[12,2],[2,-13],[4,3],[6,-1],[6,5],[5,-2],[7,3],[3,3],[-5,10],[5,2],[-1,2],[3,2],[2,-2],[22,9],[4,-2],[5,2],[1,4],[5,0],[3,6],[9,4],[-5,4],[-2,6],[10,6],[1,-2],[4,1],[6,-7],[5,0],[-5,-2],[1,-4],[9,4],[11,-14],[-9,-5],[3,-4],[-2,-7],[5,-8],[7,4],[16,-15],[1,4],[5,3],[1,-3],[4,4],[8,1],[-1,4],[8,-3],[1,-2],[5,1],[0,-3],[5,0],[0,-2],[3,0],[1,3],[11,0],[2,11],[-5,5],[1,7],[-3,3],[3,0],[0,1],[-7,1],[2,3],[-2,5]],[[4595,8711],[0,-5],[-3,0],[-1,-5],[-3,0],[-1,-5],[-6,2],[-3,-1],[0,-4],[-9,0],[0,-4],[-22,-1],[-1,-5],[2,-1],[-3,-1],[-1,-19],[1,-6],[-6,-13],[-1,5],[-14,6],[-5,-13],[-4,1],[-2,-5],[7,-2],[-5,-16],[-6,-16],[-7,3],[-5,-13],[3,-1],[-1,-3],[4,-4],[6,0],[4,3],[1,-4],[6,-3],[10,1],[2,3],[8,-4],[-3,-4],[-4,-16],[-19,0],[-1,-8],[7,-2],[0,-4],[-19,1],[-5,-7],[0,-4],[14,-2],[1,-4],[4,-1],[-4,-6],[12,-5],[4,-4],[12,-3],[-3,-5],[4,0],[1,3],[3,0],[-2,-3],[3,-1],[1,-3],[-3,-1],[-2,-3],[-1,2],[-5,-7],[-2,1],[-2,-4],[-3,0],[7,-5],[0,-1],[-3,1],[-2,-1],[2,-8],[4,-5],[9,-3],[2,-3],[3,2],[11,-4],[5,9],[10,-2],[-1,1],[4,7],[4,-1],[1,4],[7,-1],[11,-5],[2,-3],[-5,-1],[4,-1],[7,-11],[7,-3],[15,-3],[9,1],[33,1],[4,-6],[0,-10],[7,-3],[6,-6],[-9,-23],[-7,-6],[7,-2],[-2,-3],[-21,-7],[-9,0],[-3,-3],[0,-12],[6,-2],[1,-2],[4,0],[4,-2],[-2,-2],[9,-3],[3,2],[0,-2],[-27,-1],[-24,14],[-122,-20],[1,-2],[-5,-3],[3,-5],[0,-11],[5,0],[0,-6],[-11,-6],[-7,0],[6,-13]],[[4027,8307],[10,18],[-7,5],[-3,-1],[5,9],[-4,1],[-1,3],[-4,1],[1,2],[-4,2],[0,5],[-3,6],[4,-1],[-5,7],[0,18],[-3,8],[5,15],[-4,7],[-9,1],[2,6],[6,1],[2,4],[21,-10],[7,4],[12,3],[13,1],[12,-4],[6,7]],[[4086,8425],[35,-7],[31,4],[9,-2],[6,-4],[25,0],[4,2],[-31,13],[2,4],[-3,4],[1,16],[2,5],[4,5],[7,3],[6,2],[5,-4],[4,3],[-2,7],[5,0],[2,6],[-6,6],[3,3],[7,3],[2,9],[-10,8],[-3,8],[3,11],[19,13],[13,6],[-1,6],[6,-1],[1,5],[13,1],[11,12],[6,2],[-1,4],[-4,0],[1,3],[7,9],[7,2],[2,2],[-4,12],[25,-5],[8,1],[-3,2],[3,3],[-1,4],[-5,2],[10,4],[-8,-1],[-2,1],[-3,13],[3,5],[-7,5],[-1,4],[8,-3],[18,3],[-7,12],[-19,23],[-7,-2],[4,-4],[-2,-8],[-6,3],[-3,-4],[-7,-1],[-7,7],[-10,2],[-4,-3],[1,-5],[-4,-4],[-15,0],[1,6],[-4,4],[3,1],[1,3],[7,1],[-2,3],[3,4],[4,2],[0,2],[-5,-1],[-1,5],[2,5],[2,0],[-1,4],[5,-1],[-3,5],[2,3],[-6,2],[-6,0],[-1,-2],[-7,1],[-6,4],[3,8],[-5,6],[5,1],[2,6],[-3,4],[1,6],[8,5],[4,1],[1,-2],[15,2],[1,5],[6,1],[-4,12],[7,-4],[9,3],[-5,2],[11,4],[-2,11],[9,1],[34,-3],[53,8]],[[4367,8788],[17,-9],[-2,5],[2,0],[22,-11],[0,-3],[11,-1],[12,-29],[0,-2],[-5,3],[3,-4],[-3,-2],[8,-11],[3,4],[-4,8],[3,1],[6,-2],[4,-6],[4,0],[0,2],[5,0],[8,-5],[9,-3],[3,3],[2,-2],[13,-5],[1,5],[5,2],[1,-1],[6,7],[20,1],[2,-2],[-2,5],[1,14],[20,4],[18,-2],[8,-6],[7,-1],[5,4],[2,-14],[2,-2],[6,0],[1,-2],[-4,-2],[4,-3],[1,-6],[-3,-2],[2,-6],[4,-1]],[[2396,8772],[8,-2],[2,-8],[-3,-4],[8,-3],[1,-8]],[[2040,8733],[-2,8],[10,5],[0,2],[-4,0],[-2,5]],[[2042,8753],[0,3],[-2,0],[0,6],[6,0],[-1,3],[3,0],[-1,6],[3,15],[22,1],[10,10],[4,-5],[4,0],[3,-3],[5,0],[14,5],[0,-1],[9,-2],[6,-10],[11,-10],[6,0],[4,-5],[4,0],[0,3],[7,2],[-3,9],[3,3],[-3,1],[6,6],[-3,4],[5,8],[-2,1],[3,1],[-1,1],[8,4],[5,0],[-2,3],[2,2],[4,-2],[4,2],[6,0],[-2,4],[6,4],[-3,1],[7,1],[1,5],[-2,1],[5,6]],[[2203,8836],[11,-4],[3,3],[9,0],[6,-4],[-2,-4],[4,-1],[2,1],[0,-4],[3,-1],[-2,-5],[6,-2],[-2,-1],[-1,-4],[7,-3],[-2,-2],[3,-3],[-5,-4],[2,-3],[-2,0],[-1,-6],[5,-6],[5,0],[-1,-3],[5,-1],[0,-6],[1,2],[4,1],[-3,-2],[2,-3],[-2,-3],[2,0],[-1,-3],[3,0],[3,-4],[1,6],[13,4],[5,4],[9,-7],[2,3],[3,-1],[-1,-3],[6,3],[5,-10],[9,4],[5,7],[6,2],[0,-1],[2,2],[5,0],[8,5],[-1,-4],[3,0],[0,-2],[4,-3],[-2,-4],[2,1],[1,-6],[13,-5],[8,-1],[15,14],[10,3]],[[1067,8704],[4,1],[-5,15],[10,13],[5,3],[2,5],[11,3],[7,-1],[2,3],[1,4],[-11,6],[0,4],[-5,5],[1,5],[-9,4],[0,7],[-5,2],[-1,3],[6,13],[7,1],[9,11],[-1,3],[6,6]],[[1101,8820],[6,-1],[6,-4],[29,3],[11,-3],[19,16],[13,-1],[19,4],[4,-5],[1,-10],[10,-4],[2,11],[4,6],[10,-1],[7,8],[16,9],[5,0],[7,-4],[7,1],[8,-3],[21,2],[2,-11],[-2,0],[2,-8],[1,-1],[6,-1],[1,-4],[7,2],[19,-16],[3,-1],[3,1],[5,-5],[5,-1],[5,-6],[23,-13],[3,-8],[9,0],[3,-3],[4,-9],[10,0],[6,-8],[3,3],[6,-2],[-10,-5],[-6,1],[-5,-2],[-6,1],[-7,-7],[-11,2],[-3,-3],[-6,2],[-2,-1],[1,-11],[7,3],[6,-1],[8,8],[7,4],[14,-1],[-1,-12],[-4,-4],[-9,5],[-3,-5],[-13,-6],[-6,5],[-12,-6],[3,-2],[0,-10],[11,-9],[-2,-5],[6,-13],[17,-8],[-4,-11],[-12,-8],[1,-7],[11,-5],[-21,-1],[-4,-14],[-15,-6],[2,-3],[-14,-11],[-5,-2],[-5,1],[-2,-5],[4,-12],[-2,-2],[-13,-7],[-14,4],[-17,-14],[-4,-9],[8,-4],[-2,-7],[-15,-1],[-9,-9],[-1,-6],[-7,-4],[-6,-10],[-31,7],[-14,2],[-13,9],[-10,-1],[-13,6]],[[3793,8796],[1,-9],[3,-3],[10,1],[1,-4],[-3,-2],[2,-3],[-4,-8],[2,-5],[-4,-7],[7,-3],[9,-14],[13,-11],[9,2],[9,5],[9,-1],[-2,-6],[5,-12],[3,-2],[12,-1],[-1,-4],[-5,-1],[5,-1],[-2,-3],[5,0],[0,-2],[5,0],[-2,-4],[4,-6],[-3,-12],[7,-17],[7,-4],[0,-3],[7,-2],[5,-7],[5,-1],[0,-11],[5,0],[9,-6],[13,-1],[11,-5],[-2,-9],[4,0],[1,-3],[-5,-7],[5,-9],[-7,-7],[3,-1],[5,-8],[-7,-7],[-2,0],[-1,-3],[5,0],[0,-6],[8,6],[2,-6],[1,0],[3,-4],[-2,-4],[2,0],[2,-4],[2,-13],[-8,1],[-4,-10],[8,-3],[3,-6],[7,-2],[2,-16],[-4,-3],[1,-3],[16,1],[1,-2],[7,2],[12,-2],[12,-6],[12,-1],[23,-12],[3,-2],[-5,-7],[-9,2],[-4,-2],[0,-6],[26,-12],[5,-5],[16,-3],[2,-2],[-4,-7],[3,-1],[-2,-6]],[[3386,8554],[-9,2],[7,8],[-6,4],[0,4],[4,3],[-5,0],[-1,3],[-15,-5],[-1,4],[0,1],[4,-1],[3,1],[10,0],[0,3],[3,1],[-4,5],[-12,132],[65,60],[56,64],[36,46],[15,9],[6,15]],[[3542,8913],[37,-13],[-1,-2],[4,-3],[-9,-7],[-4,-13],[4,0],[7,-11],[-2,-3],[-5,0],[0,-7],[-8,0],[-4,-18],[-6,-1],[-5,-5],[-5,-15],[25,-3],[1,2],[6,0],[8,-3],[4,-4],[7,-1],[9,-5],[2,2],[1,-4],[6,-1],[-11,-7],[6,-9],[9,-2],[5,-4],[6,0],[6,10],[9,0],[2,2],[7,12],[2,-5],[-5,-13],[18,9],[-1,4],[8,1],[0,5],[-4,5],[3,-1],[4,1],[0,2],[5,0],[4,4],[-1,3],[5,1],[-1,-12],[22,0],[12,11],[8,-9],[24,-13],[6,2],[6,0],[4,1],[8,-1],[0,-6],[13,7]],[[5845,8874],[-3,7],[7,1],[0,4],[4,2],[-2,1],[8,3]],[[5859,8892],[7,-3],[3,-1],[4,0],[3,-1],[7,-2],[5,-1],[3,0],[3,-1],[4,1],[6,0],[6,1],[1,0],[10,0],[0,-1],[2,-3],[4,-3],[3,1],[5,-3],[9,-6],[1,-1],[2,-1],[0,-1],[6,-3],[2,-1],[3,-2],[6,-2],[4,-2],[3,-1],[1,0],[4,-2],[2,-2],[-1,0],[3,-3],[5,-2],[3,0],[5,0],[5,-1],[4,-2],[5,-2],[4,-1],[6,-1],[2,0],[2,-1],[5,-2],[1,-1],[3,-2],[1,-3],[2,-3],[2,-4],[2,-3],[3,-2],[4,-3],[6,-3],[3,-1],[2,-3],[4,-4],[0,-5],[0,-2],[-1,-3],[-1,-1],[0,-1],[1,-3],[1,-2],[4,-3],[6,-4],[5,-6],[4,-4],[1,-2],[7,-5],[4,-2],[6,-4],[4,-2],[5,-3],[4,-2],[2,0],[1,-1],[1,0],[8,-3],[4,-2],[5,-3],[0,-2],[-6,-3],[-4,-3],[-3,-1],[-4,-2],[-5,-2],[-4,-2],[-5,-3],[-2,-1],[-2,-1],[-5,-1],[-1,0],[-1,-2],[0,-2],[0,-2],[0,-1],[-2,-2],[-4,-4],[-6,-2],[-1,0],[-1,-2],[-1,-3],[-1,-1],[-4,-1],[-9,-2],[-9,0],[-1,0],[-2,0],[-8,-1],[-2,0],[-3,1],[-1,0],[-1,0],[-5,1],[-3,0],[-4,0],[-5,1],[-3,1],[-3,1],[-5,2],[-1,1],[-2,1],[-4,1],[-9,4],[-2,1],[-1,0],[-9,-2],[-8,-1],[-2,0],[0,1],[0,1],[-1,0],[-1,0],[0,1],[-1,1],[0,3],[3,3],[6,1],[9,1],[3,0],[3,0],[2,2],[1,0],[1,0],[-1,0],[-2,-1],[2,-2],[1,0],[2,0],[4,0],[2,-1],[7,-1],[6,-3],[6,-2],[5,3],[5,2],[7,4],[2,2],[-1,0],[-3,-1],[-4,0],[-11,2],[-2,1],[-2,1],[-1,1],[-3,3],[-2,4],[0,4],[1,0],[3,2],[-1,1],[0,1],[-1,1],[-2,0],[-5,1],[-1,-2],[0,-3],[-8,-2],[-1,3],[6,1],[0,1],[-3,2],[-8,3],[2,3],[3,3],[2,-1],[1,0],[1,0],[0,1],[6,4],[1,2],[-1,3],[-1,1],[-1,2],[-2,-1],[-2,3],[-1,2],[-2,6],[-2,6],[-1,1],[-5,5],[-8,6],[-3,3],[-10,3],[0,1],[-7,5],[-7,7],[-3,2],[-4,2],[-3,2],[0,1],[-1,2],[-2,1],[-2,2],[-6,4],[-3,3],[-4,2],[-3,2],[-8,5],[-1,1],[-3,2],[-4,2],[-5,3],[-1,0],[-1,1],[-1,1],[-2,2],[-3,3],[-1,3],[-5,1],[-9,1],[-11,2],[-10,2],[-2,1],[-2,3],[-1,2],[-2,3],[-3,1]],[[1654,8909],[-11,-12],[-15,-6],[-6,-6],[-3,-10],[2,-10],[23,-24],[11,-17],[29,-6],[10,1],[6,-3],[5,-9],[-12,-20],[0,-8],[14,-2],[15,3],[5,-1],[1,-7],[-8,-2],[-2,-4],[13,-15],[2,-6],[-3,-3],[-5,0],[-7,6],[-4,2],[-4,-1],[-2,-4],[6,-6],[-2,-7],[16,-2],[10,-9],[-4,-1],[2,-4],[6,-2],[1,3],[3,-4],[0,-11],[-9,-9],[11,-7],[1,-9]],[[1586,8465],[-1,4],[-4,2],[-5,-4],[-2,1],[-1,-3],[-4,-1],[-11,10],[-3,0],[-1,-3],[-10,6],[0,5],[8,9],[3,-4],[4,3],[-1,2],[16,3],[0,3],[-3,0],[-1,3],[0,2],[3,2],[-2,13],[-9,1],[2,4],[-3,1],[-10,-2],[-1,5],[-10,-2],[1,-4],[-4,0],[0,4],[-1,0],[-3,5],[-7,4],[-2,9],[-6,4],[1,4],[-11,-4],[-8,0],[-2,-9],[-7,-1],[5,20],[0,15],[-2,4],[4,8],[-1,3],[-6,0],[2,2],[0,11],[8,2],[2,3],[-12,14],[3,4],[-1,30],[-4,9],[2,0],[-1,17],[-7,13],[3,10],[-3,25],[-16,16],[-15,2],[0,4],[-6,3],[7,5],[-7,3],[-8,8],[-4,7],[0,5],[-9,4],[-9,12],[3,5],[2,-2],[4,3],[7,-2],[7,4],[7,-4],[7,4],[10,1],[6,-7],[8,-2],[4,1],[3,5],[-9,5],[5,9],[-4,1],[-4,7],[3,4],[-3,4],[-7,0],[2,5],[-4,1],[-11,11],[3,8],[-6,4]],[[1449,8861],[15,6],[0,4],[6,0],[1,13],[-4,2],[-4,-2],[5,3],[3,6],[5,1],[-6,13],[2,11],[13,1],[5,13],[7,-6],[2,-15],[9,0],[1,5],[14,8],[10,10],[6,17],[5,-5],[10,-3],[0,-9],[6,-2],[5,-4],[8,-2],[-3,-13],[22,3],[7,4],[10,-2],[4,9],[11,7],[4,-9],[-1,-8],[27,-8]],[[5340,8914],[-7,-4],[2,-3],[2,-2],[2,3],[6,0],[-9,-3],[0,-2],[11,-2],[5,-4],[-4,-4],[-4,5],[-4,0],[-4,-7],[6,-6],[0,-3],[4,-1],[3,5],[2,-3],[-7,-4],[-8,-1],[-1,-2],[10,-4],[-1,-7],[8,-1],[6,-7],[10,-4],[-2,-2],[-9,-1],[6,-4],[-4,-5],[12,-7],[0,-5],[-6,-3],[0,-6],[6,0],[1,5],[8,6],[2,-1],[-1,-8],[9,-5],[1,-11],[6,-5],[-8,-1],[0,-2],[7,-4],[4,2],[3,-2],[-3,-5],[-5,-1],[0,-2],[9,-6],[6,1],[4,-6],[-4,-8],[1,-5],[2,-1],[8,3],[5,-1],[3,-2],[-4,-5],[7,1],[10,-6]],[[5442,8751],[-1,-3],[-2,-3],[-2,-2],[-6,-1],[-10,-1],[-6,-1],[-7,-1],[-5,0],[-16,0],[-5,0],[-6,-1],[-11,-1],[-6,-1],[-14,-2],[-4,0],[-8,-1],[-6,-1],[-7,-1],[-8,-2],[-19,-4],[-5,-1],[-1,0],[-1,0],[-1,1],[0,1],[-2,0],[-2,-1],[-4,-2],[-1,-1],[-6,-6],[-3,-3],[-5,-3],[-9,-3],[-8,-4],[-9,-4],[-6,-2],[-2,-1],[-7,-3],[-6,-2],[-8,-4],[-6,-3],[-6,-2],[-6,-2],[-9,-5],[-2,-1],[-8,-4],[-5,-3],[-7,-4],[-11,-5],[-6,-2],[-10,-5],[-7,-2],[-7,-3],[-4,0],[-5,-1],[-4,-1],[-12,-3],[-8,-3],[-12,-4],[-9,-3],[-14,-5],[-2,-1],[-1,-1],[-6,-2],[-5,-2],[-4,-1],[-9,-4],[-10,-4],[-2,-2],[-5,-1],[-3,-1],[-2,-1],[-3,0],[-4,-1],[-7,-2],[-9,-4],[-5,-1],[-7,-3],[-1,0],[-5,-2],[-5,-1],[-5,-2],[-7,-2],[-7,-2],[-12,-3],[-4,-1],[-7,-2],[-2,-1],[-9,-4],[-2,-1],[-3,-2],[-4,-2],[-2,-2],[-5,-4],[-2,-2],[-1,-1],[-8,1],[-10,2],[-3,1],[-3,0],[-4,1],[-3,-2],[-3,-1],[-3,-2],[-6,-5],[-3,-2],[-2,-2],[-2,-2],[-2,-3],[-2,-2],[-2,-2],[-3,-3],[-3,-3],[-2,-3],[-3,-4],[-2,-4],[-4,-5],[-3,-5],[-1,-1],[-1,-3],[-6,-7],[-2,-3],[0,-1],[-1,-3],[-1,-2],[0,-4],[0,-2],[0,-4],[-2,-4],[-3,-3],[-3,-7],[-2,-3],[-1,-3],[-1,-3],[-1,-4],[-5,-11],[-1,-5],[-2,-6],[-1,-1],[0,-4],[-1,-2],[0,-4],[0,-2],[-2,-8],[-2,-9],[-5,-9],[2,-5],[2,-3],[3,-3],[-1,-3],[0,-2],[1,-5],[1,-2],[2,-5],[1,-3],[0,-1],[1,-2],[2,-2],[2,-5],[3,-3],[3,-1],[4,-4],[1,-2],[3,-3],[3,-5],[1,-1],[1,-4]],[[4595,8711],[4,5],[11,0],[-2,9],[4,0],[10,-6],[-1,-6],[4,-4],[11,0],[1,-2],[2,2],[0,-4],[2,-1],[-4,-3],[2,-2],[3,-1],[1,3],[10,-2],[0,-9],[4,0],[0,4],[9,-1],[-1,3],[4,2],[3,-2],[1,4],[5,-2],[-1,-3],[4,-2],[0,-3],[13,-2],[-1,-5],[3,-1],[-4,-2],[-1,-10],[-3,-1],[1,-6],[9,-5],[11,2],[8,-1],[7,-6],[12,3],[1,-1],[1,1],[7,-2],[2,4],[5,-1],[-3,8],[4,0],[2,8],[-7,2],[1,5],[3,1],[0,4],[11,1],[2,7],[5,-5],[1,2],[5,0],[2,-2],[9,-1],[12,-7],[15,22],[4,3],[3,-7],[6,1],[11,-5],[5,-8],[7,1],[11,-6],[6,4],[3,-4],[4,-2],[3,2],[3,-2],[3,2],[1,-3],[3,0],[11,10],[-8,7],[0,4],[-5,6],[5,10],[-5,5],[0,2],[-6,2],[-1,4],[-4,3],[0,2],[3,3],[6,-1],[-2,2],[6,6],[-4,2],[2,2],[8,-1],[14,4],[-3,-5],[11,3],[4,-2],[0,5],[3,-4],[4,0],[-2,2],[5,7],[-2,10],[15,3],[-9,7],[9,9],[-1,3],[13,1],[4,-6],[-3,-2],[9,1],[2,-1],[9,1],[6,4],[5,-1],[2,4],[13,7],[9,-5],[5,-1],[9,-8],[7,4],[-3,2],[8,7],[10,0],[3,5],[3,-2],[6,0],[2,4],[11,5],[7,-3],[9,-1],[2,5],[4,2],[-3,4],[-4,-3],[-5,2],[3,15],[-9,6],[6,2],[-1,2],[-5,3],[-1,-5],[-4,-2],[-9,6],[7,4],[3,-1],[3,1],[1,10],[5,6],[-6,2],[-6,5],[2,2],[-1,8],[5,2]],[[5074,8879],[7,-2],[7,4],[4,4],[13,8],[4,6],[7,4],[15,14],[11,-9],[19,14],[3,2],[-3,2],[3,3],[9,3],[12,-8],[8,0],[-4,-11],[2,-8],[5,-2],[10,3],[0,8],[3,2],[5,0],[7,5],[0,5],[20,3],[7,-5],[5,4],[2,-6],[-7,-8],[7,-3],[-1,-5],[6,2],[6,-3],[0,-2],[2,-1],[12,8],[7,-4],[4,6],[8,-12],[24,4],[-6,6],[0,12],[5,4],[6,-4],[2,-6],[10,-2]],[[1101,8820],[-4,6],[-4,3],[3,5],[-25,7],[-7,5],[-9,10],[0,5],[-7,5],[-9,12],[3,8],[-3,16],[5,5],[5,0],[-3,7],[-6,5],[2,8],[6,4],[2,7],[-6,5],[0,7],[-3,3],[-1,17],[3,6],[-5,4],[3,7]],[[1041,8987],[0,-1],[6,2],[1,1],[3,6]],[[1051,8995],[24,-1],[15,-4],[13,-7],[3,-6],[17,-5],[12,4],[11,7],[6,1],[3,4],[12,8],[11,1],[14,6],[17,-1],[17,-11],[5,1],[4,-1],[10,7],[7,1],[6,-2],[5,3],[21,0],[23,14],[15,0],[8,-4],[-4,-7],[9,-11],[13,-3],[8,-9],[25,-3],[7,-10],[8,-4],[13,-2],[0,-2],[-6,-5],[-2,-8],[10,-1],[10,-4],[2,-8],[7,0],[7,-10],[-11,-3],[-2,-3],[2,-4],[5,-2],[-10,-30],[3,-4],[-5,-6],[5,-4],[-3,-10],[11,4],[3,-1],[2,5],[6,-2],[1,-3],[5,1]],[[1976,9043],[-1,-3],[0,-3],[1,-4],[0,-3],[0,-4],[-1,-2],[-2,1],[-4,0],[-1,1],[-8,1],[3,6],[2,6],[2,5],[9,-1]],[[400,8599],[-3,1],[-6,1],[-6,2],[-4,0],[-4,0],[-5,1],[-3,0],[-3,0],[-2,-2],[-4,0],[-3,0],[-2,1],[-1,1],[-1,1],[0,4],[1,2],[0,1],[1,1],[2,1],[1,1],[3,2],[0,1],[-2,4],[-8,2],[-7,-1],[-6,0],[-9,2],[-7,1],[-6,3],[-2,1],[0,1],[0,4],[1,1],[1,1],[2,4],[0,1],[-1,3],[-5,4],[-6,4],[2,6],[1,3],[1,3],[0,1],[-2,2],[-1,1],[-1,7],[-1,5],[1,1],[3,1],[2,2],[0,1],[-1,6],[-4,3],[-4,2],[-5,1],[-2,4],[1,3],[2,3],[1,7],[2,3],[0,4],[-1,3],[0,2],[1,1],[1,3],[0,2],[0,1],[3,1],[2,1],[1,1],[2,1],[1,0],[1,2],[2,5],[1,1],[0,1],[-1,0],[-1,1],[-1,-1],[-6,1],[-8,3],[-3,1],[-3,1],[0,1],[-2,3],[-2,2],[-3,0],[-7,-1],[-3,0],[-5,-2],[-6,-1],[-6,-2],[-4,0],[-3,2],[-3,1],[-4,0],[-1,2],[0,2],[0,2],[1,2],[-1,0],[-1,1],[-4,1],[-3,2],[0,3],[0,1],[0,1],[1,5],[-2,2],[-2,2],[-2,0],[-1,0],[-5,-1],[-4,-1],[-8,0],[-6,2],[-3,0],[-9,5],[-9,3],[-1,1],[0,3],[-2,2],[-1,3],[-4,1],[-3,1],[-2,0],[-1,0],[-2,1],[-5,7],[-1,2],[-1,4],[-1,1],[-1,0],[-4,2],[-3,2],[-1,2],[1,1],[2,2],[3,3],[1,2],[0,2],[-1,3],[-1,1],[-4,1],[-1,1],[-2,2],[0,6],[0,5],[0,6],[-3,6],[0,2],[0,2],[0,3],[0,2],[2,6],[1,1],[4,1],[3,1],[-1,4],[-1,2],[0,2],[-2,7],[0,6],[4,7],[1,1],[2,1],[1,2],[0,2],[0,1],[2,1],[4,1],[3,0],[2,-1],[2,0],[2,1],[4,2],[2,0],[9,-3],[1,-1],[4,-2]],[[196,8914],[1,-1],[2,-3],[2,-3],[0,-1],[2,0],[1,1],[1,3],[0,7],[-1,2]],[[204,8919],[3,0],[1,2],[0,1],[0,1],[-1,1],[5,3],[4,0],[2,-1],[2,-1],[3,-2],[2,-1],[5,0],[8,-1],[4,1],[3,2],[3,2],[5,0],[3,-1],[6,0],[2,1],[1,1],[1,2],[2,3],[5,4],[3,2],[4,0],[4,2],[4,1],[2,2],[3,1],[3,0],[3,1],[3,-1],[3,0],[3,1],[2,2],[2,2],[1,2],[5,6],[0,5],[-1,3],[-1,3],[0,1],[1,2],[3,3],[3,3],[4,3],[2,4],[3,2],[5,2],[2,0],[5,2],[4,1],[3,0],[2,-2],[5,-4],[3,-2],[4,0],[3,-4],[0,-3],[0,-5],[7,-3],[3,-5],[2,-4],[1,0],[1,-2],[4,-1],[3,-1],[5,-5],[-1,-2],[0,-3],[3,-6],[1,-1],[2,-2],[5,0],[9,0],[4,4],[2,0],[0,1],[3,0],[2,2],[2,1],[0,1],[3,2],[2,2],[5,1],[4,2],[3,1],[6,0],[3,-2],[0,-1],[0,-1],[-3,-2],[1,0],[2,-2],[2,-1],[1,-1],[3,-2],[2,-1],[1,-1],[8,-2],[1,-1],[2,0],[2,0],[5,1],[4,2],[-3,5],[1,4],[2,2],[3,3],[5,2],[4,2],[1,5],[6,1],[10,0],[8,1],[3,-1],[4,-2],[1,0],[2,0],[1,1],[6,5],[9,5],[2,2],[1,3],[4,5],[5,7],[3,1],[2,-1],[2,-1],[2,-2],[7,0],[6,0],[1,-5],[5,-1],[6,0],[5,2],[4,1],[4,0],[6,-2],[2,-1],[0,-2],[3,-3],[1,-1],[3,0],[3,0],[7,-2],[5,-4],[4,1],[3,2],[4,3],[2,1],[7,4],[1,0],[3,0],[1,0],[5,2],[8,4],[4,2],[2,2],[4,5],[8,5],[8,2],[7,0],[2,-1],[2,1],[3,1],[0,1],[-1,3],[-2,6],[3,2],[5,3],[2,1],[7,1],[2,0],[2,2],[3,2],[4,0],[9,0],[4,0],[7,-3],[8,-1],[4,1],[2,3],[1,3],[-2,3],[-1,7],[1,4],[1,3],[3,3],[1,0],[9,0],[3,0],[2,0],[3,1],[4,0],[3,-2],[1,-1],[1,-4],[0,-4],[1,-1],[1,-1],[3,-2],[2,0],[9,0],[9,-1],[2,1],[2,1],[3,1],[1,0],[3,-1],[7,-1],[6,0],[5,1],[4,2],[4,2],[2,0],[6,0],[3,-2],[2,-4],[3,-2],[3,-2],[1,-3],[0,-2],[1,-1],[1,-1],[6,-1],[2,-1],[11,-2],[5,-5],[0,-4],[-1,-3],[1,-4],[4,-3],[4,-5],[1,0],[2,0],[4,0],[7,0],[4,6],[3,1],[2,2],[1,2],[0,1],[0,1],[2,1],[3,0],[6,-1],[7,-2],[3,-2],[4,-3],[8,-3],[2,-2],[3,-2],[1,-2],[5,-3],[2,0],[3,2],[5,3],[7,4],[10,-2],[1,-1],[6,-2],[6,-1],[3,0],[6,0],[1,0],[5,-2]],[[4252,9044],[4,-6],[14,-1],[9,-4],[0,-4],[-3,-2],[-2,-5],[3,-3],[7,-1],[5,-5],[0,-12],[13,-2],[2,3],[16,-7],[3,-5],[15,2],[4,-7],[-10,-7],[1,-3],[-6,-13],[22,-7]],[[4349,8955],[-1,-8],[-8,0],[-7,-3],[-12,1],[-4,-9],[-16,-4],[3,-6],[9,-3],[2,-5],[-8,-14],[3,-6],[9,-10],[-1,-1],[3,0],[11,-9],[12,8],[1,-2],[7,1],[0,-2],[7,0],[-2,-4],[8,-5],[7,-15],[-2,-2],[6,-6],[-1,-2],[2,-2],[-3,0],[6,-6],[-5,-7],[-14,2],[8,-31],[-7,-11],[5,-6]],[[3793,8796],[-2,2],[2,9],[6,6],[6,2],[1,2],[11,6],[10,8],[-3,10],[4,15],[-6,18],[5,1],[9,-6],[12,2],[-9,9],[5,5],[-2,2],[-6,1],[-1,9],[2,2],[6,2],[0,4],[4,3],[14,5],[-1,10],[3,4],[5,0],[10,6],[4,18],[-3,-1],[-5,4],[10,6],[7,-3],[0,7],[-5,7],[9,4],[2,11],[-3,3],[9,-3],[5,2],[8,-2],[9,3],[7,-2],[-4,11],[1,6],[4,-10],[7,3],[-1,-2],[7,-7],[6,-2],[4,1],[6,-6],[8,-2],[1,4],[-4,6],[11,4],[2,8],[-2,8],[20,-1],[1,7],[-4,5],[-5,14],[1,9],[22,-3],[8,2],[11,-2],[14,2],[6,-1],[7,3],[11,11],[12,1],[5,9],[19,3],[5,-3],[5,3],[14,1],[0,-1],[12,0],[11,-6],[4,2],[5,-1],[9,-32],[8,2],[10,-2],[2,-2],[8,4],[8,-2],[-3,-7],[21,4],[18,-1],[10,4],[-3,6],[3,1],[-1,6]],[[2978,9107],[5,-5],[15,0],[8,-5],[7,2],[3,4],[12,-4],[-2,-6],[4,-5],[17,0],[3,-4],[0,-5],[6,-4],[0,-3],[-10,-5],[-21,-1],[-7,-2],[-9,0],[-6,-2],[-5,-4],[-2,-8],[-12,-6],[1,-10],[-21,-7],[-10,-1],[-13,-4],[-8,-9],[-1,-11],[-8,-4],[-7,-2],[-5,-5],[7,-8],[-3,-5],[4,-6],[8,-8],[-1,-5],[4,-3],[7,-2],[7,-7],[5,0],[10,-4],[2,-4],[-4,-4],[2,-5],[-10,-5],[0,-2],[-4,1],[-4,-6],[-4,-2],[-2,-8],[-4,-1],[-6,-10],[-10,-6],[-20,-8],[-12,-18],[-2,-12],[10,-19],[-6,-28],[5,-14],[-2,-8],[-16,-7],[-37,-2],[-30,-7],[-10,3],[-9,-2],[-3,-3],[0,-3],[-6,-9],[-4,-1],[-3,2],[-5,1],[1,-6],[-12,-11],[-10,-23],[-4,-1],[-3,2],[2,2],[-8,3],[-2,-3],[-8,3],[-3,-5],[-9,-2],[-1,-3],[2,-3],[2,1],[2,-8],[-2,-4],[-8,0],[-2,-3],[2,-9],[-3,-4],[3,-2],[-6,-4],[-1,-8],[8,-2],[2,-3],[5,-2],[-3,-4],[2,-3],[-1,-4],[4,-3],[-3,-4],[9,-4],[-2,-8],[7,-1],[-5,-6],[7,-2],[1,-8],[5,0],[-2,-5],[1,-5],[8,-1],[3,-4],[1,-8],[-4,-11],[2,-16]],[[2396,8772],[-5,1],[-3,2],[1,4],[-15,6],[8,16],[-2,5],[-7,4],[1,10],[-4,7],[9,12],[-9,12],[5,3],[8,-3],[8,7],[9,-6],[1,6],[6,1],[1,2],[7,0],[16,10],[-2,3],[-9,3],[-9,6],[-2,9],[-15,11],[-2,13],[2,4],[-7,8],[4,8],[12,2],[7,-2],[0,3],[-5,1],[1,2],[15,3],[9,-1],[6,2],[-9,9],[-6,2],[9,2],[-8,7],[-2,3],[19,17],[-1,3],[2,6],[9,9],[0,10],[-3,4],[0,3],[-6,1],[-4,4],[-18,3],[-4,12],[2,7],[-5,5],[0,5],[-7,2],[4,8],[30,-1]],[[2438,9067],[4,0],[2,3],[15,0],[3,6],[4,1],[14,-2],[3,3],[5,0],[12,6],[3,11],[11,3],[14,0],[7,6],[-1,3],[2,2],[21,1],[18,-5],[12,2],[5,6],[10,-1],[13,-6],[7,6],[6,-2],[11,3],[10,-3],[11,-6],[14,0],[4,-4],[14,1],[7,-6],[9,3],[12,-1],[9,5],[9,-5],[13,0],[8,0],[-2,7],[3,3],[20,4],[6,4],[10,-1],[10,2],[13,-2],[4,1],[1,3],[7,5],[14,-3],[1,8],[11,5],[9,0],[6,-2],[10,0],[4,3],[6,1],[8,-4],[6,5],[15,-1],[3,-5],[-10,-13],[-1,-7],[8,-9],[16,6],[3,3],[7,1],[9,-6],[5,3],[17,-1]],[[4854,9094],[12,-13],[3,-17],[8,-10],[-1,-24],[-4,-10],[4,-8],[7,-2],[8,2],[5,-3],[3,3],[2,-4],[7,-1],[-2,-7],[14,-6],[9,0],[13,-3],[3,-11],[6,-5],[3,1],[3,-2],[-4,-3],[-10,-2],[8,-6],[4,-1],[1,-4],[1,2],[9,-2],[-1,-5],[-3,-1],[5,-1],[-1,-3],[2,-2],[-2,-1],[3,-1],[-7,-4],[18,-3],[2,-5],[-2,-4],[7,-3],[-1,-3],[-5,-1],[2,-1],[-3,-1],[2,-3],[1,2],[2,-1],[-2,-7],[4,-3],[3,1],[3,4],[6,-6],[7,1],[5,-9],[6,0],[1,2],[-3,2],[5,3],[-3,7],[11,6],[-1,-2],[8,-6],[4,-1],[9,2],[-1,-4],[4,-7],[5,2],[6,0],[1,-2],[-2,-4],[6,-3],[-4,-6],[11,-8]],[[4349,8955],[9,6],[12,17],[18,-10],[0,-10],[11,-1],[8,-2],[9,1],[17,6],[16,0],[10,4],[8,-1],[9,3],[-6,13],[4,8],[-3,6],[5,9],[1,8],[8,6],[6,1],[7,3],[10,1],[9,7],[10,-1],[6,-4],[3,7],[8,3],[13,-10],[2,-1],[3,3],[6,-3],[15,10],[-1,3],[14,5],[7,4],[3,5],[-2,4],[7,5],[8,1],[15,-4],[6,3],[8,-2],[0,3],[12,1],[-2,7],[9,1],[9,-5],[2,-4],[26,9],[3,-1],[12,10],[6,0],[1,3],[5,-1],[1,8],[14,5],[7,5],[2,7],[7,4],[10,13],[10,4],[13,2],[9,-5],[7,1],[10,-6],[5,4],[2,-1],[6,1],[0,-4],[5,1],[7,-1],[-4,-7],[11,-1],[4,-15],[-3,-2]],[[5845,8874],[-1,0],[2,-10],[-1,-1],[-15,3],[-4,4],[-8,9],[-4,6],[-1,1],[-2,1],[-4,2],[-1,0],[1,-1],[1,0],[2,-1],[1,-1],[1,-1],[4,-4],[3,-4],[-2,-1],[-6,2],[-7,-3],[-1,0],[1,-1],[4,-7],[-1,-1],[-1,-1],[-1,-1],[-6,-6],[-2,-2],[-1,-3],[0,-3],[0,-3],[-2,-7],[-1,-2],[0,-1],[1,-2],[2,-1],[2,-2],[1,0],[1,-1],[1,-1],[9,-1],[3,-1],[4,-2],[6,-1],[0,-2],[-1,-3],[0,-1],[-4,0],[-7,0],[-4,0],[-2,0],[-12,-4],[-2,-1],[-3,-2],[-7,-4],[-8,-3],[-6,-2],[-1,0],[-1,0],[-6,-1],[-3,0],[-4,-1],[-2,0],[-4,-5],[0,-1],[-1,-2],[-4,-2],[-2,-1],[-4,-1],[-5,-2],[-5,-3],[-2,-3],[-4,-2],[-4,-1],[-8,1],[-6,0],[-2,0],[-1,0],[-6,-1],[-7,-1],[-3,0],[-1,0],[-9,5],[-5,3],[-1,1],[-1,0],[-11,5],[-2,0],[-2,-1],[-7,1],[-5,2],[-4,2],[-3,2],[-1,0],[-5,1],[-4,2],[-2,1],[-4,2],[-3,2],[-5,1],[-12,1],[-9,1],[-7,3],[-3,1],[-10,2]],[[5566,8814],[-4,5],[2,12],[-6,5],[1,12],[9,0],[4,-6],[6,2],[5,-2],[3,3],[2,-2],[0,-4],[15,3],[8,-1],[3,-5],[9,4],[4,-8],[6,-1],[22,-2],[0,3],[16,-1],[0,-2],[-6,-2],[21,-8],[6,3],[8,-1],[1,6],[-4,5],[8,3],[4,-1],[4,3],[3,-2],[1,1],[29,6],[-1,2],[-1,-2],[-9,-1],[-1,4],[-7,2],[-4,4],[-7,-5],[-5,2],[2,5],[5,0],[2,2],[0,2],[-4,-3],[-1,5],[3,2],[5,0],[-4,3],[7,1],[-1,6],[5,4],[-8,6],[-2,3],[3,1],[-7,11],[0,18],[3,5],[-9,1],[-3,2],[1,5],[-5,7],[-3,1],[6,3],[2,5],[8,1],[-7,5],[2,6],[-5,3],[-3,7],[-9,2],[-3,12],[-3,0],[-5,3],[15,4],[13,9],[3,6],[-3,6],[8,5],[-4,6],[6,-1],[-1,2],[10,2],[-5,13],[14,6],[-1,5],[4,2],[2,-3],[4,0],[4,11],[-7,2],[0,5],[9,6],[0,6],[5,7],[1,8],[4,2],[1,7],[10,4]],[[5775,9102],[0,-3],[2,0],[2,-1],[3,-1],[2,0],[2,-2],[0,-2],[0,-5],[-1,0],[0,-1],[0,-1],[-3,-4],[-3,-4],[-3,-4],[-3,-2],[-3,-2],[-3,-1],[-3,0],[-2,-1],[-1,-1],[-2,-3],[0,-1],[1,-2],[2,-1],[6,-5],[3,-4],[2,-4],[1,-1],[1,-1],[1,-1],[3,-2],[2,-1],[2,-1],[8,-1],[7,-5],[3,-4],[7,-2],[4,-1],[3,2],[3,2],[1,1],[3,0],[2,0],[5,-1],[7,1],[5,4],[2,4],[2,3],[7,5],[1,0],[4,0],[5,-1],[9,-3],[5,0],[6,1],[3,1],[4,1],[3,0],[3,-2],[2,-4],[-1,-5],[-1,-5],[-2,-7],[-1,-4],[-1,-3],[0,-2],[-1,-2],[1,-1],[1,-4],[1,0],[0,-2],[1,-3],[0,-1],[-3,-3],[-3,-2],[-1,-3],[-2,-4],[-2,-1],[-3,-1],[-1,-1],[-2,-2],[-1,-3],[-1,-4],[-4,-5],[-3,-3],[-2,-1],[-4,-1],[-6,-5],[-2,-3],[-2,-6],[3,-2],[1,-2],[1,0],[-5,-3],[-2,-4],[-1,0],[-1,-4],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-2,-5],[-2,-5],[0,-2],[2,-1],[5,-3],[5,-2],[2,-7],[1,-4],[4,-6],[-1,-1],[0,-1],[0,-2],[0,-2],[0,-1]],[[1921,8911],[-4,-1],[2,-4],[-2,-8],[-4,1],[-4,-3],[4,-14],[5,-3],[-7,-7],[6,-7],[-1,-7],[7,1],[6,-6],[0,-7],[7,0],[0,-6],[11,-2],[-3,-7],[10,-5],[0,-14],[-4,-5],[2,-2],[-3,-1],[-3,6],[-1,-3],[-8,-3],[1,-8],[-6,-3],[-2,0],[-5,-4],[-19,-4],[0,-1],[4,-5],[6,-1],[3,-4],[10,0],[0,-6],[9,-11],[2,1],[0,3],[2,1],[3,-3],[3,2],[-1,2],[-3,0],[2,2],[12,0],[1,4],[3,-4],[2,4],[5,0],[9,13],[1,-4],[5,1],[-2,-4],[2,-3],[-4,-4],[4,0],[1,-7],[-1,-2],[-5,-1],[1,-2],[-3,-2],[2,-2],[4,3],[3,-1],[1,1],[3,-2],[20,-2],[8,4],[-2,-3],[3,0],[0,-2],[7,-1],[-1,-2],[4,0],[-2,2],[15,4]],[[1654,8909],[0,18],[-20,35],[0,9],[20,19],[111,83],[2,11],[-7,9],[-4,18],[-8,17],[2,8],[5,5]],[[1755,9141],[3,4],[2,2],[1,2],[2,4],[2,1],[3,2],[11,7],[11,-15],[0,-1],[1,0],[3,-2],[4,-1],[1,0],[1,0],[8,-3],[3,-2],[2,0],[4,0],[10,0],[3,3],[2,3],[2,-1],[4,-2],[3,-2],[1,-1],[5,-3],[5,-4],[5,-4],[5,-1],[4,-3],[1,-1],[4,0],[2,-6],[0,-6],[-9,-12],[-8,3],[-3,-4],[1,-1],[-1,-4],[-2,-6],[-1,-2],[-6,-6],[-6,-1],[-6,-2],[-1,-2],[-6,-6],[-5,-6],[-1,-5],[-2,-5],[0,-3],[4,0],[2,0],[4,1],[6,-1],[7,0],[9,-2],[7,-1],[4,-3],[5,-6],[4,-3],[4,-3],[4,-2],[7,-5],[7,-2],[5,-2],[5,1],[5,1],[3,-4],[1,-6],[0,-3],[-2,-1],[-1,-3],[-2,-3],[0,-2],[3,-5],[2,-2],[5,-4],[4,-3],[6,-3],[3,-4],[4,-5],[0,-2],[-1,-1],[0,-1],[-1,-4],[4,-2],[4,-6],[1,-6],[1,-4],[1,-3],[1,-2],[4,3],[3,-3],[-4,-3],[-1,0],[-3,-1],[-6,-5],[-7,-6],[-1,-2],[-4,-5],[-1,-1],[0,-1],[0,-1],[-1,-5],[0,-2]],[[2343,9175],[-1,-13],[2,-23],[28,-13],[3,0],[22,-8],[7,2],[6,-1],[8,-6],[6,-2],[-7,-14],[8,-4],[9,-9],[1,-5],[-2,-2],[5,-10]],[[2203,8836],[4,2],[-1,4],[5,1],[-2,2],[3,2],[-10,5],[-2,4],[3,1],[-3,2],[5,2],[-2,1],[3,4],[-1,4],[7,0],[3,-2],[1,8],[-3,1],[-1,2],[14,10],[16,7],[-1,3],[-4,-1],[0,2],[-2,-1],[0,6],[3,3],[5,1],[7,10],[15,4],[-3,2],[1,3],[6,4],[1,6],[5,4],[-3,9],[-7,3],[-3,2],[2,3],[-4,2],[8,7],[-10,8],[-8,-6],[0,-4],[-12,-1],[-2,5],[-2,0],[1,3],[-4,8],[-10,12],[8,10],[-2,7],[-10,4],[-7,-2],[6,14],[3,3],[15,0],[-6,22],[-4,6],[-6,1],[-3,12],[2,13],[10,9],[12,17],[-1,12],[8,19],[0,10],[-3,0],[-2,7],[7,9],[47,21],[4,6],[11,-4],[31,-2],[-1,-4],[3,-8]],[[1921,8911],[3,2],[4,2],[3,-1],[5,1],[2,1],[3,3],[4,2],[7,2],[6,-2],[4,-2],[1,-1],[3,-3],[3,-2],[1,0],[3,0],[0,1],[2,1],[3,1],[4,1],[4,0],[7,-2],[0,-1],[0,-1],[-1,-2],[-1,-2],[-2,-4],[1,-1],[9,-1],[3,-1],[4,-1],[6,1],[7,1],[4,3],[0,1],[1,4],[3,5],[-2,3],[0,1],[3,3],[5,4],[3,3],[1,6],[-1,2],[0,1],[1,2],[3,4],[3,2],[3,3],[5,0],[4,4],[4,3],[2,1],[1,3],[4,5],[2,3],[2,3],[-2,1],[-8,-2],[-1,3],[1,5],[0,2],[-4,1],[-4,0],[-3,2],[-3,2],[-3,2],[-8,3],[-9,3],[-6,0],[-7,2],[1,6],[-2,2],[-2,2],[-3,4],[1,5],[-1,8],[-3,2],[-1,0],[-13,4],[-4,3],[-1,2],[1,0],[3,2],[4,3],[7,3],[5,1],[5,4],[4,1],[4,4],[-2,6],[-1,8],[-1,6],[-3,3],[-3,2],[-5,4],[-1,1],[1,3],[0,5],[4,3],[2,2],[1,1],[-1,2],[1,2],[2,2],[2,1],[3,0],[2,0],[6,4],[7,2],[11,1],[3,0],[8,1],[3,0],[3,2],[1,1],[0,1],[0,5],[0,2],[1,1],[1,1],[1,0],[4,4],[2,3],[0,1],[0,3],[-1,1],[0,1],[-5,9],[-1,1],[-3,6],[-3,3],[-1,3],[5,3],[6,2],[8,2],[4,2],[5,3],[5,3],[2,0],[3,0],[4,2],[2,2],[4,6],[4,4],[4,3],[5,3],[4,2],[2,0],[3,1],[1,0],[1,1],[0,2],[1,3],[2,2],[6,0],[3,0],[6,-1],[3,1],[2,2],[5,3],[3,4],[1,3],[-1,4],[0,3],[2,5],[3,4],[1,4],[4,2],[2,0],[4,0],[4,3],[0,2],[1,3],[0,1],[2,3],[2,4],[9,4],[4,-1],[5,0],[2,1]],[[2204,9259],[11,0],[12,5],[24,-4],[5,2],[7,-4],[12,2],[13,-4],[7,-9],[16,-7],[12,-1],[21,4],[6,7],[14,-6],[2,-2],[-14,-21],[0,-30],[-3,-5],[2,-2],[-5,-3],[-3,-6]],[[3269,9353],[10,-1],[32,-13],[-1,-11],[9,-6],[4,-7],[-13,-8],[-4,-6],[10,-6],[4,0],[8,-26],[-3,-1],[-1,-4],[-10,-5],[1,-11],[-17,-13],[-1,-8],[-6,-6],[11,-8],[9,-12],[-7,-6],[-2,-9],[-7,-4],[0,-3],[4,-3],[-1,-17],[-7,-12],[-17,-13],[-3,-7],[-8,-6],[-14,-6],[-3,-6],[-6,-3],[-3,-4],[5,-2],[1,-2],[-2,-5],[3,-2],[-1,-12],[-2,-3],[-9,0],[-11,-10],[-1,-12],[-3,-5],[0,-12],[12,-4],[6,1],[4,-2],[8,1],[1,-8],[-6,-9],[1,-6],[6,-3],[0,-7],[13,-7],[3,-6],[-2,-11],[-5,-4],[-7,-1],[-2,-2],[5,-4],[-6,-5],[1,-4],[8,-4],[3,-3],[-2,-13],[3,-4],[-1,-8],[3,-4],[-4,-4],[-1,-5],[5,-6],[5,2],[12,1],[13,-7],[-1,-3],[-5,-4],[-6,-1],[-3,-3],[6,-1],[2,-2],[-5,-5],[6,-4],[-3,-3],[14,-4],[12,0],[14,4],[4,7],[22,8],[20,1],[5,-4],[2,1],[6,8],[0,5],[6,3],[-4,9],[19,-2],[20,10],[10,-5],[5,1],[8,5],[7,0],[14,-5],[4,-6],[5,8],[10,3],[3,0],[3,-6],[8,-2],[5,2],[5,-1],[6,2],[5,-2],[8,3],[12,-5]],[[2978,9107],[4,4],[0,5],[9,11],[-5,5],[0,4],[-3,2],[-1,7],[-8,4],[3,2],[-2,9],[6,13],[-10,16],[-1,6],[13,5],[4,11],[39,7],[2,11],[25,5],[11,5],[9,2],[-3,3],[2,1],[12,5],[4,22],[13,8],[0,16],[5,4],[5,5],[7,1],[3,-2],[8,5],[18,1],[13,9],[15,15],[1,3],[4,1],[11,9],[16,4],[13,10],[5,0],[3,2],[17,-5],[1,-5],[4,0],[5,-7],[12,0],[2,7]],[[4854,9094],[4,0],[4,14],[6,2],[9,13],[8,8],[5,-1],[18,7],[6,3],[-4,2],[15,6],[8,14],[-2,3],[4,4],[2,7],[-4,9],[1,4],[-4,4],[-12,6],[-10,1],[-7,5],[-2,5],[-6,2],[1,4],[-3,1],[2,3],[-4,9],[4,8],[-15,1],[-18,-2],[-6,4],[7,8],[-6,7],[-6,-2],[-3,1],[-12,-4],[-9,5],[-10,2],[-1,4],[-8,4],[-5,-1],[-4,6],[2,2],[-2,4],[-7,1],[-3,12],[7,13],[7,2],[2,-1],[4,6],[9,2],[-2,11],[4,5],[-4,5],[10,6],[5,0],[7,5],[5,-2],[21,2],[1,-3],[8,13],[-3,10],[10,-2],[22,11],[-3,5],[9,-1],[-6,19],[8,-3],[4,2],[9,10],[5,2],[7,6],[4,1]],[[4937,9413],[3,-7],[14,-5],[5,-22],[3,-4],[11,-7],[8,2],[5,6],[16,-4],[8,2],[16,-10],[-9,-6],[13,-4],[14,3],[9,-7],[3,0],[4,-2],[8,1],[5,7],[10,0],[3,2],[14,-5],[2,-5],[10,-10],[14,5],[3,5],[24,4],[4,-1],[8,5],[10,0],[0,3],[-4,5],[8,0],[5,3],[4,-3],[4,1],[6,3],[10,-3],[11,-11],[21,2],[17,-4],[-4,-8],[6,-2],[9,1],[11,3],[7,11],[9,-4],[9,-8],[21,3],[2,-4],[9,-4],[1,-10],[-11,-9],[-5,-1],[-2,-4],[2,-7],[7,-3],[1,-3],[9,-2],[12,-8],[-12,-4],[-2,-4],[3,-7],[-6,-7],[4,-10],[-13,-8],[-3,-4],[2,-3],[-1,-4],[-6,2],[-10,-4],[5,-1],[0,-4],[11,-2],[7,-7],[-7,-8],[0,-6],[-5,-9],[0,-9],[-9,-13],[-6,-16],[-5,-30],[-9,-14],[-1,-46],[-10,-48],[9,-43],[6,-9],[8,-8],[13,-8],[9,-2],[15,-9],[6,-18],[-5,-8],[0,-2],[4,1],[-1,-3],[3,0],[1,-4],[-5,0]],[[1051,8995],[-4,4],[-3,4],[0,1],[1,6],[6,4],[0,1],[1,2],[-1,2],[1,4],[3,3],[-1,4],[0,1],[0,3],[3,2],[5,2],[4,3],[5,5],[5,6],[2,3],[8,-1],[11,0],[5,1],[3,0],[7,0],[1,0],[6,-1],[5,1],[8,2],[3,0],[3,-1],[2,-1],[3,-1],[2,0],[4,3],[1,1],[1,3],[1,2],[3,2],[2,2],[3,0],[5,1],[0,1],[1,2],[-1,2],[4,6],[-3,4],[2,3],[2,3],[3,2],[2,1],[6,2],[3,1],[-1,2],[-3,6],[-2,3],[-2,5],[-2,5],[-1,2],[0,4],[1,1],[3,3],[2,1],[0,1],[1,3],[0,2],[-1,2],[1,2],[3,4],[4,3],[4,0],[9,1],[3,0],[5,3],[6,1],[4,0],[1,0],[9,1],[8,1],[8,3],[3,1],[2,3],[1,1],[1,3],[0,5],[4,4],[3,2],[2,1],[5,1],[6,0],[3,0],[2,0],[1,1],[3,2],[2,3],[2,5],[-2,5],[-2,2],[0,2],[0,3],[1,2],[1,1],[5,5],[1,2],[5,2],[1,3],[0,2],[-5,4],[-6,3],[-1,4],[0,2],[0,4],[-1,1],[-6,7],[-2,7],[-2,5],[-6,1],[-4,1],[-1,2],[-2,1],[-3,3],[-4,2],[-2,2],[-1,1],[1,4],[-1,1],[-1,3],[-4,0],[-3,1],[-2,0],[-2,1],[-8,1],[-1,1],[-3,2],[-1,1],[-1,2],[5,4],[6,4],[7,5],[8,4],[2,1],[1,1],[2,3],[1,3],[2,2],[4,2],[7,4],[3,3],[3,0],[1,0],[4,-1],[2,0],[3,-1],[3,-2],[2,-1],[2,0],[7,1],[4,0],[4,0],[3,1],[1,1],[4,2],[6,0],[3,0],[5,3],[4,3],[1,3],[0,1],[3,4],[3,3],[4,5],[0,1],[1,2],[1,1],[2,3],[6,4],[2,0],[2,0],[3,-1],[2,0],[4,1],[7,5],[4,3],[1,3],[0,2],[-2,3],[-1,1],[0,1],[2,2],[4,1],[7,0],[4,0],[3,1],[7,3],[6,4],[3,1],[4,1],[4,3],[2,4],[0,3],[1,5],[0,2],[-1,2],[-3,2],[-5,1],[-2,0],[-6,3],[-5,2],[-1,0],[3,3],[5,5],[1,1],[3,4],[1,1],[2,1],[2,-1],[4,0],[3,0],[4,1],[4,2],[8,4],[4,3],[4,2],[3,2],[3,5],[2,1],[9,4],[7,1],[1,-1],[7,0],[1,0],[7,1],[5,2],[4,2],[3,1],[1,0],[2,0],[6,1],[1,1],[9,2],[6,1],[6,-1],[4,-1],[1,-2],[4,-6],[5,-4],[2,-3],[0,-3],[0,-2],[-2,-1],[-2,-3],[-1,-2],[0,-3],[-1,-3],[0,-2],[0,-2],[1,-1],[2,-1],[2,-1],[2,-3],[2,-2],[-1,-2],[-3,-2],[0,-1],[0,-2],[3,-3],[4,-3],[-4,-3],[-4,-3],[-1,-2],[1,-2],[3,-2],[1,-2],[0,-6],[0,-2],[0,-3],[1,-1],[-1,-4],[-2,-3],[-1,-2],[0,-4],[1,-3],[0,-2],[0,-2],[-1,-1],[0,-2],[1,-3],[-1,-3],[-2,-3],[-5,-5],[-7,-2],[-4,-6],[0,-3],[-2,-3],[-6,-4],[-3,-2],[-1,0],[0,-1],[0,-1],[5,-5],[0,-3],[1,0],[1,-2],[12,-10],[1,-3],[4,-6],[-6,-3],[-4,-4],[-2,-1],[0,-1],[1,-2],[1,-2],[2,-1],[3,0],[3,0],[4,-1],[5,-2],[1,-2],[0,-4],[1,-2],[0,-1],[1,-1],[2,0],[6,-2],[5,0],[5,-1],[7,-2],[5,-2],[6,-3],[4,-1],[2,0],[1,1],[4,0],[2,0],[3,-2],[2,-3],[2,-5],[2,-4],[2,-4],[2,-2],[3,-1],[7,-4],[1,-4],[3,-2],[6,-3],[4,-4],[1,-9],[2,-2],[2,-1],[2,-1],[8,-1],[6,-4],[5,-3],[-4,-4],[0,-3],[1,-3],[5,-4],[5,-3],[1,-1],[0,-1],[0,-4],[1,-4],[7,0],[7,1],[10,0],[6,0],[4,-3],[2,-2],[2,-3],[8,-2],[3,-1],[4,1],[3,0],[1,-1],[3,-4],[2,-3],[2,0],[4,0],[3,0],[1,0],[14,-4]],[[4373,9496],[-4,-6],[-7,-1],[0,-7],[-4,-7],[2,-5],[10,-3],[14,2],[30,-5],[8,-6],[2,-19],[-15,-8],[-18,1],[-2,-10],[-8,-7],[5,-4],[-7,-8],[-3,-12],[3,-3],[-3,-3],[3,-12],[-4,1],[-9,8],[-3,-2],[-2,-5],[-2,1],[-2,-2],[-6,-2],[-8,3],[-3,-4],[-5,1],[-7,-6],[5,-7],[18,-6],[1,-8],[7,-1],[17,-6],[0,-7],[2,-2],[-2,-1],[8,-6],[-7,-7],[-6,-12],[10,-12],[21,0],[5,4],[14,3],[2,-6],[-2,-10],[7,-8],[9,4],[14,-7],[7,1],[-10,-9],[-7,-12],[13,-6],[2,-8],[10,-8],[20,1],[0,-11],[-4,-3],[-7,-2],[1,-10],[-19,5],[0,-8],[-5,-4],[-3,-6],[3,-5],[-17,-10],[2,-4],[-6,-3],[1,-2],[-4,-5],[-8,-4],[-7,1],[-2,-2],[-33,-4],[-3,-2],[-9,0],[-5,-5],[-8,1],[-21,-1],[-5,3],[-2,-2],[-11,-7],[-3,2],[-3,6],[-9,0],[-20,-2],[-11,-11],[-10,4],[-5,-1],[-3,-6],[4,-17],[8,-5],[3,-5],[3,0],[2,-8],[-18,-1],[-5,1],[-10,-7],[5,-7],[8,-1],[-13,-10],[6,-3],[-2,-2],[3,-1],[1,-7],[2,1],[10,-12],[-5,-4]],[[3269,9353],[4,11],[8,1],[4,-2],[5,0],[3,4],[-2,4],[10,4],[12,8],[8,-1],[3,1],[16,0],[1,1],[6,1],[0,5],[7,2],[5,8],[8,4],[-2,2],[1,3],[-5,0],[-6,7],[-1,12],[3,5],[-3,7],[5,4]],[[3359,9444],[11,-4],[27,7],[13,-2],[11,7],[6,1],[4,3],[7,-1],[2,4],[11,7],[9,9],[14,2],[6,-1],[4,-8],[7,-3],[9,-17],[9,-9],[13,0],[16,-3],[14,0],[8,-3],[8,8],[7,1],[1,4],[3,0],[7,-5],[17,-1],[17,8],[-2,5],[6,7],[4,-1],[12,4],[6,10],[19,2],[16,-6],[4,-6],[16,-7],[4,-7],[5,-1],[2,-6],[5,0],[1,3],[4,0],[16,-7],[3,4],[-2,8],[-3,2],[-3,7],[-5,20],[-4,3],[-6,13],[-13,6],[9,2],[12,-1],[7,7],[13,7],[6,-26],[13,-5],[5,1],[10,-6],[6,-7],[12,4],[5,-1],[8,3],[8,7],[8,2],[6,9],[6,-7],[3,2],[3,-5],[8,-3],[1,-12],[5,-6],[3,-10],[-2,-5],[-2,1],[-4,-4],[4,-4],[2,-5],[-2,-6],[-9,-8],[6,-5],[-4,-3],[7,-9],[-1,-8],[-7,-9],[1,-5],[-3,-1],[-4,-7],[5,-4],[-10,-2],[-1,-4],[1,-5],[5,-4],[2,0],[2,-7],[-7,-10],[-6,-3],[2,-5],[-4,0],[-7,-15],[-10,-5],[-3,-6],[-16,-2],[-4,-4],[9,-3],[8,-10],[7,-6],[2,1],[4,-3],[14,-2],[6,2],[4,-3],[-5,-4],[1,-4],[-3,-1],[-4,2],[-1,4],[-4,-1],[-2,-6],[-8,-5],[3,-6],[7,-5],[11,-1],[8,-4],[34,9],[7,7],[8,3],[22,17],[13,-2],[3,7],[5,5],[-4,9],[10,8],[8,1],[1,3],[6,0],[-2,-5],[-2,-1],[5,-8],[12,-4],[2,-9],[9,-3],[4,1],[3,-2],[9,0],[8,3],[-3,7],[-7,7],[-4,8],[-19,5],[1,2],[4,3],[13,-1],[13,8],[4,-1],[-3,1],[0,3],[6,10],[14,0],[29,8],[6,13],[9,2],[6,3],[-3,7],[30,-4],[3,-2],[9,-1],[0,-1],[11,-3],[5,-5],[5,0],[5,5],[0,6],[5,20],[25,2],[7,6],[-1,6],[17,24],[-2,16],[4,12],[5,5],[-3,7],[15,4],[1,-3],[3,8],[2,1],[-7,5],[0,3],[-7,2],[-1,4],[5,3],[6,-4],[18,-1],[19,5],[7,0],[7,7],[8,2],[4,-3],[11,0],[3,-3],[6,-1],[15,1],[25,7],[1,6],[16,10],[12,-10],[-1,-7],[3,-4]],[[3217,9517],[4,-19],[12,-9],[3,-4],[7,-2],[4,3],[4,1],[27,-3],[8,-2],[14,-1],[7,-7],[14,-8],[20,-4],[18,-18]],[[2204,9259],[1,5],[0,1],[0,4],[1,4],[-1,5],[3,6],[3,6],[1,1],[1,4],[2,2],[2,2],[5,5],[2,3],[2,2],[4,2],[5,2],[0,3],[-1,5],[-1,5],[2,3],[5,1],[3,1],[2,7],[-1,3],[-2,3],[-1,2],[0,1],[1,2],[4,3],[1,2],[-1,6],[-2,4],[-4,1],[-7,1],[-1,2],[-2,6],[-2,2],[0,2],[0,3],[1,3],[2,2],[0,3],[0,3],[-2,1],[-2,5],[3,3],[1,1],[1,2],[0,3],[0,3],[-3,5],[-2,3],[-1,1],[-1,0],[-5,0],[-3,1],[-1,1],[0,1],[-1,1],[-1,1],[-5,3],[-4,2],[-1,2],[0,2],[0,1],[0,1],[0,1],[-1,6],[3,2],[2,1],[4,0],[4,1],[2,0],[1,1],[3,2],[2,1],[1,1],[2,3],[-1,2],[0,1],[-1,2],[0,3],[2,5],[-1,6],[2,3],[1,2],[1,1],[2,4],[1,3],[3,0],[7,1],[9,2],[2,2],[3,1],[6,1],[10,0],[7,0],[5,-1],[8,0],[4,3],[3,2],[1,-1],[6,-3],[0,-4],[-1,-2],[-1,-1],[0,-2],[2,-5],[4,-3],[2,-1],[3,-1],[2,-1],[1,-1],[2,-2],[1,-2],[1,-3],[8,-2],[9,-3],[3,0],[6,6],[2,1],[1,1],[1,1],[0,6],[-1,4],[2,2],[6,6],[18,6],[4,2],[1,-2],[1,-5],[0,-7],[-1,-6],[-10,0],[0,-4],[6,1],[3,-2],[3,-3],[1,-5],[-1,-2],[0,-1],[-1,-1],[-2,-3],[-1,-3],[0,-1],[0,-3],[1,-5],[-1,-7],[-2,-9],[-2,-7],[0,-2],[1,-2],[1,0],[0,-1],[4,-3],[2,-5],[2,-5],[0,-3],[0,-4],[1,-4],[-3,-4],[-2,-5],[3,-2],[6,-2],[8,-3],[8,-2],[3,-1],[1,-1],[2,-2],[4,-6],[3,-2],[1,-3],[1,-3],[2,-2],[2,-7],[4,-7],[6,-5],[2,-3],[2,-2],[1,-1],[1,-1],[3,-2],[2,-2],[9,-5],[3,1],[3,1],[4,1],[6,-4],[8,-4],[8,-1],[2,0],[10,0],[5,-1],[3,-1],[4,-3],[2,-2],[3,1],[8,-1],[3,-1],[4,0],[2,1],[3,2],[6,3],[6,2],[1,1],[7,3],[6,3],[2,-1],[2,-2],[0,-2],[6,-3],[2,0],[3,0],[7,-3],[6,1],[4,1],[0,2],[0,2],[1,4],[2,3],[3,3],[2,1],[1,3],[1,4],[-1,1],[-2,1],[-2,1],[-2,0],[-1,2],[2,2],[4,3],[2,2],[-1,3],[-1,3],[-1,1],[1,2],[2,1],[6,3],[6,3],[3,0],[2,-3],[7,-2],[2,-1],[4,-3],[2,-2],[4,-2],[6,-1],[2,1],[2,2],[3,2],[7,3],[4,0],[9,3],[6,2],[5,2],[5,3],[2,1],[1,1],[0,1],[2,2],[7,0],[10,2],[6,0],[6,-1],[7,3],[6,5],[2,1],[9,3],[4,2],[5,2],[2,-1],[5,-6],[6,-2],[2,0],[4,1],[2,2],[2,1],[3,1],[6,1],[6,1],[6,-1],[-3,-3],[0,-1],[7,-8],[2,-1],[3,-1],[6,-3],[3,-3],[3,-2],[8,0],[2,-1],[-1,-5],[-2,-3],[-1,-2],[-3,-3],[-1,-2],[-2,-4],[-1,-6],[6,-4],[6,-3],[1,-6],[-2,-5],[-2,-3],[-2,-2],[1,-2],[1,-5],[1,-2],[4,-2],[6,-1],[7,-2],[11,-1],[7,-3],[2,-1],[2,-1],[4,-3],[6,-1],[1,-1],[1,-2],[1,-3],[1,-6],[0,-3],[-1,-3],[-2,-7],[-1,-1],[-3,-4],[0,-2],[2,-2],[4,-2],[5,-5],[3,-2],[3,0],[2,1],[4,3],[2,2],[3,2],[7,1],[3,1],[6,-1],[6,-2],[8,0],[7,-1],[7,2],[5,2],[4,1],[4,8],[14,9],[2,1],[4,3],[1,2],[-2,7],[-2,1],[-1,2],[-2,1],[-2,1],[-2,3],[-1,3],[-2,6],[-3,4],[-1,3],[-2,1],[-6,1],[-7,5],[-1,4],[-7,4],[-3,2],[-7,3],[-1,4],[-1,2],[-3,4],[-4,5],[1,5],[0,2],[3,6],[2,4],[6,4],[4,1],[2,3],[1,3],[-1,6],[1,4],[13,7],[3,1],[2,-1],[6,-1],[2,1],[3,2],[2,2],[-1,4],[-1,4],[0,3],[1,2],[3,1],[0,1],[-4,5],[-4,0],[-4,1],[-3,1],[-1,3],[-1,3],[-3,5],[-8,0],[-6,2],[-8,-4],[-3,0],[-4,0],[-4,-1],[-7,-3],[-7,0],[-6,-1],[0,2],[0,2],[0,1],[-2,2],[-3,0],[-1,-1],[-7,-1],[-2,1],[-1,1],[-1,1],[-1,2],[-1,3],[1,2],[-1,1],[-1,2],[-6,0],[-6,1],[-2,4],[2,5],[2,1],[3,3],[4,2],[1,3],[0,2],[-2,5],[-1,2],[-4,3],[-1,0],[-1,3],[1,2],[1,6],[0,5],[-1,7],[1,3],[1,3],[4,2],[2,4],[0,4],[0,1],[0,6],[-7,4],[-1,2],[0,2],[2,3],[2,0],[2,1],[4,0],[5,1],[5,4],[1,2],[1,3],[1,2],[2,1],[3,1],[3,2],[4,3],[-2,2],[-1,4],[1,1],[10,2],[2,4],[3,3],[0,3],[-3,4],[0,2],[1,2],[1,1],[-1,4],[0,1],[0,1],[3,4],[4,0],[3,-2],[2,-1],[5,-1],[8,-1],[3,1],[3,1],[7,3],[7,4],[5,0],[3,0],[18,7],[4,2],[4,0],[1,0],[-1,-1],[0,-1],[11,-2],[8,-4],[2,3],[2,1],[0,3],[2,3],[1,1],[5,2],[5,2],[4,-1],[1,-5],[3,-4],[7,-7],[2,-3],[0,-2],[-5,-5],[-3,-5],[-4,-5],[0,-2],[1,-2],[1,-6],[1,-2],[1,-2],[5,-3],[1,0],[8,5],[5,0],[1,-1],[4,-2],[4,-2],[4,0],[2,-1],[1,-1],[0,-1],[0,-1],[0,-2],[6,-5],[0,-1],[-1,-3],[0,-2],[1,-1],[5,-1],[7,-1],[5,0],[8,3],[5,-2],[3,-3],[2,-2],[1,-1],[4,1],[2,3],[4,3],[4,4],[7,0],[5,-1],[5,-1],[6,-2],[5,-3],[5,-1],[3,-2],[2,1],[6,3],[6,3],[3,0],[2,-1],[2,-3],[9,-4],[0,-1],[3,-3],[4,-2],[4,-1],[2,-1],[4,0]],[[5566,8814],[-4,0],[-2,-2],[-4,-1],[-7,0],[-11,-1],[-6,0],[-8,-1],[-7,-1],[-1,0],[-11,-5],[-9,-2],[-6,-1],[-4,-2],[1,-1],[0,-1],[0,-1],[-1,-2],[-1,-1],[-3,-3],[-3,-2],[-2,-2],[-19,-11],[-1,-1],[-4,-3],[-1,-1],[-2,-2],[-3,-6],[-2,-3],[0,-1],[-2,-4],[-1,-2]],[[4937,9413],[-6,10],[12,15],[8,4],[11,2],[-2,10],[4,4],[7,-7],[24,18],[5,-3],[17,-3],[10,-5],[12,9],[15,-1],[9,-6],[9,-1],[2,3],[-3,3],[-1,7],[-23,17],[0,10],[33,12],[5,0],[13,10],[7,3],[15,4],[9,-6],[10,4],[3,-1],[5,1],[-14,12],[3,8],[-3,4],[8,4],[-3,11],[3,6],[-3,1],[-2,7],[-6,5],[-1,8],[3,4],[-3,5],[3,3]],[[5132,9604],[4,1],[4,1],[4,3],[1,2],[1,1],[2,1],[5,2],[5,1],[4,-1],[8,0],[5,-1],[4,-1],[7,-4],[0,-1],[4,-3],[4,-2],[3,-1],[8,-2],[6,0],[5,0],[4,-1],[0,-3],[-1,-3],[-1,-4],[0,-4],[0,-2],[1,0],[2,-1],[7,-2],[4,-1],[5,0],[1,0],[3,1],[4,1],[3,1],[5,0],[5,-1],[1,0],[4,0],[4,0],[4,2],[2,0],[8,-1],[10,0],[3,0],[2,1],[1,1],[4,-1],[1,-1],[2,0],[3,-2],[5,-2],[3,-1],[2,1],[1,0],[3,1],[3,0],[4,0],[2,0],[3,-1],[2,-1],[4,-1],[5,-1],[8,0],[8,1],[10,0],[6,1],[4,-2],[0,-1],[8,-2],[10,0],[7,1],[5,1],[7,0],[7,0],[2,1],[1,0],[1,1],[4,0],[5,-2],[2,-2],[5,-1],[3,-1],[6,0],[4,0],[2,-1],[8,-2],[2,0],[5,0],[10,-1],[2,0],[2,-1],[7,0],[7,-3],[6,-5],[6,-3],[3,-1],[3,-2],[4,-1],[5,1],[7,-2],[1,-1],[5,0],[6,-4],[1,-1],[4,-4],[0,-1],[0,-2],[0,-1],[6,-1],[1,0],[3,3],[4,3],[3,0],[4,-1],[8,1],[3,0],[7,0],[8,0],[6,1],[1,0],[1,-1],[2,-1],[4,-2],[5,-2],[3,-1],[1,0],[4,0],[3,2],[3,2],[4,3],[4,3],[2,2],[3,1],[3,1],[4,-1],[4,1],[8,0],[0,1],[3,4],[3,2],[4,1],[10,-1],[7,-3],[5,-2],[4,-2],[-1,-4],[1,-2],[2,-1],[8,-1],[6,-2],[8,2],[2,-1],[1,-1],[2,-1],[3,0],[3,1],[5,2],[5,-1],[6,-1],[5,0],[7,3],[8,2],[3,1],[2,1],[5,1],[2,-4],[0,-2],[0,-1],[1,-2],[1,-2],[5,-5],[4,-1],[8,2],[8,3],[3,1],[3,0],[10,-2],[3,0],[2,0],[4,-4],[1,-2],[0,-3],[0,-1],[1,-1],[4,-1],[2,1],[4,1],[1,2],[3,2],[4,1],[4,0],[7,-2],[7,-1],[6,0],[6,-1],[1,-1],[3,-2],[4,-1],[7,-3],[7,-2],[4,-1],[6,-2],[4,-2],[5,-2],[8,-1],[7,1],[9,-1],[3,0],[1,0],[3,1],[2,-6],[1,-5],[-5,-4],[-5,-2],[-1,-1],[-1,-1],[0,-1],[0,-2],[2,-2],[0,-1],[0,-1],[-1,-4],[-1,-2],[1,-1],[3,-1],[2,-1],[-1,-2],[-1,-1],[-9,-7],[0,-8],[1,-2],[0,-2],[-1,-2],[-1,-1],[-1,-1],[0,-2],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-3,-2],[-4,-2],[-2,0],[-1,1],[-7,1],[-3,0],[-4,0],[-2,0],[-1,0],[-2,0],[-3,1],[-2,3],[-2,1],[-1,0],[-2,0],[-5,-2],[-4,-1],[-6,0],[-7,-1],[-6,-1],[-5,0],[-6,-1],[-3,-1],[-2,-1],[-1,0],[-2,-2],[-4,-3],[-2,-1],[-2,-2],[-1,-1],[-1,-1],[0,-6],[-1,-6],[-1,-3],[-3,-3],[-6,-5],[-4,-1],[-3,-1],[-7,-3],[-6,-3],[-1,-2],[-3,-1],[-3,0],[-3,1],[-3,0],[-6,-3],[-1,-5],[-4,-1],[-5,-1],[-2,-1],[-3,-2],[-1,0],[0,-1],[-1,0],[-3,0],[-3,-1],[-2,0],[-2,1],[-2,-1],[-1,-1],[-3,-2],[-2,-2],[-1,0],[-1,-1],[-2,0],[-2,-1],[-4,0],[-3,1],[-3,0],[-4,0],[-3,0],[-2,0],[-7,-2],[-1,-1],[0,-1],[-1,-3],[2,-2],[3,-5],[2,-6],[2,-2],[2,-2],[-2,-2],[-5,-5],[-3,-2],[-3,-2],[-2,1],[-2,0],[-2,-1],[-2,0],[-5,-3],[-1,-1],[-2,-2],[1,-3],[-2,-3],[-3,-2],[-6,-5],[-23,-1],[0,-1],[1,-3],[2,-2],[2,-2],[4,-2],[4,-3],[1,-1],[0,-1],[-1,-3],[1,-4],[1,-3],[1,-3],[1,-3],[1,-4],[1,-3],[2,-2],[4,-6],[0,-1],[4,-4],[1,0],[3,-1],[1,-1],[3,-1],[1,-2],[-1,-3],[-3,-7],[-1,-1],[-4,-3],[0,-1],[-1,-1],[0,-1],[1,-1],[1,-1],[1,0],[2,-1],[2,0],[4,-1],[0,-1],[0,-1],[1,-1],[10,5],[4,0],[5,1],[2,3],[-4,8],[2,0],[9,0],[7,-2],[7,2],[4,0],[3,-1],[2,0],[1,0],[7,-2],[3,0],[1,-1],[0,-2],[0,-1],[1,-1],[4,0],[2,-1],[4,0],[5,1],[1,0],[3,1],[2,0],[4,0],[3,-2],[4,-2],[2,0],[3,0],[3,-1],[6,-3],[6,-3],[1,-3],[1,-4],[1,-1],[1,-1],[-1,-4],[0,-1],[0,-1],[0,-1],[2,0],[8,-1],[5,3],[2,1],[1,1],[4,1],[2,-1],[1,-2],[5,0],[10,1],[1,-2],[-1,-1],[-1,-1],[3,-1],[6,3],[3,1],[4,2],[6,0],[6,-1],[4,-1],[5,-2],[3,-2],[2,-3],[1,0],[3,-4],[0,-1],[0,-2],[-1,-1],[-2,-2],[-2,-2],[-1,-1],[-3,-2],[-2,-1],[0,-1],[1,-1],[0,-2],[1,-1],[0,-1],[-1,-4],[-4,-6],[-3,-3],[-1,-2],[-1,0],[-3,-3],[-1,0],[-2,1],[-1,0],[-1,0],[-1,-1],[-1,-1],[-4,-4],[-4,-4],[-8,-4],[-6,-3],[-2,-2],[-1,-1],[-2,-4],[-2,-2],[-5,-2],[-8,-3],[-2,-2],[-2,-1],[-1,-3],[-7,-3],[-9,-3],[-5,-2],[-7,-1],[-4,-6],[-4,-4],[-5,-2],[-6,-3],[-3,-2],[-2,0],[-4,0],[-4,0],[-1,0],[-1,0],[-1,-1],[-2,-1],[-1,-3],[-1,-4]],[[4373,9496],[19,8],[32,4],[19,9],[19,-4],[9,1],[4,8],[14,5],[18,1],[9,-11],[19,23],[5,2],[6,13],[11,7],[2,12],[-4,7],[6,3],[1,6],[9,3],[4,16],[5,2],[-7,9],[4,6],[-2,13],[6,0],[5,-6],[6,0],[4,-4],[10,-3],[5,-6],[13,-7],[10,-1],[1,-4],[4,-4],[14,2],[8,-2],[9,-11],[12,1],[-2,-8],[3,-4],[-4,-12],[10,4],[7,8],[25,7],[2,7],[2,-1],[12,5],[2,-3],[3,1],[2,-5],[5,0],[7,-3],[18,1],[9,5],[0,5],[16,-2],[3,4],[7,-7],[11,-4],[21,2],[4,4],[-10,8],[2,6],[9,-1],[12,1],[24,22],[37,10]],[[4919,9644],[2,-3],[1,0],[6,0],[3,0],[2,0],[7,2],[11,-1],[8,-3],[3,-2],[0,-2],[3,-2],[6,-3],[3,-1],[7,-4],[7,-4],[1,-1],[3,-1],[5,0],[3,3],[3,1],[3,0],[4,0],[7,1],[8,-1],[7,2],[4,2],[3,1],[9,0],[1,-2],[0,-2],[1,-2],[3,-1],[3,-1],[3,0],[2,0],[3,0],[5,3],[5,1],[5,0],[9,0],[5,-1],[3,0],[1,0],[3,-1],[1,-1],[4,-2],[2,0],[3,-1],[3,0],[4,-1],[3,-1],[1,-2],[1,-1],[2,-2],[1,-1],[2,-1],[2,-3],[2,-1],[1,-1]],[[3217,9517],[1,0],[3,3],[1,2],[2,1],[3,1],[4,1],[1,0],[1,1],[2,7],[1,3],[0,4],[-2,2],[1,2],[0,1],[3,5],[4,4],[2,7],[0,6],[0,6],[1,9],[3,6],[-7,4],[-12,8],[-5,4],[-6,3],[-7,3],[-10,-1],[-4,-1],[-4,0],[-4,0],[-6,-2],[-3,-1],[-6,1],[-2,2],[2,2],[-2,4],[-3,6],[-2,2],[-1,2],[0,3],[-1,4],[0,4],[0,2],[-1,2],[-2,3],[-2,3],[0,3],[2,2],[3,1],[1,1],[1,0],[1,2],[1,3],[2,2],[4,7],[1,-1],[5,1],[3,2],[1,0],[0,1],[1,3],[1,4],[-3,3],[-4,4],[-4,4],[0,3],[2,2],[5,4],[9,4],[2,1],[8,5],[5,0],[1,2],[1,2],[0,3],[0,2],[-1,1],[-1,3],[0,1],[0,3],[-2,3],[-4,3],[-6,7],[-2,3],[5,3],[7,3],[3,1],[4,2],[3,3],[1,2],[4,6],[1,2],[-2,3],[0,1],[0,1],[1,2],[3,6],[5,7],[0,4],[3,4],[1,1],[-1,4],[4,2],[2,1],[4,-1],[7,-3],[5,-3],[4,-2],[9,0],[6,-1],[4,0],[6,1],[3,1],[3,0],[3,0],[9,1],[3,-1],[1,-1],[-6,-7],[1,0],[9,1],[7,2],[3,3],[3,1],[2,1],[4,1],[7,4],[3,3],[5,0],[3,0],[4,1],[4,1],[2,2],[8,2],[5,0],[2,0],[10,0],[2,1],[4,1],[1,1],[2,2],[1,1],[3,2],[4,1],[3,-4],[4,-1],[6,0],[4,-1],[8,-5],[-1,-3],[-2,-2],[-1,-3],[1,-1],[8,-4],[2,-1],[4,0],[4,-1],[2,-2],[4,-4],[8,0],[1,0],[1,-2],[2,-1],[7,-1],[4,0],[5,0],[1,-2],[4,-5],[2,-2],[-1,-2],[-3,-3],[-3,-1],[-2,-1],[-2,0],[-1,-2],[-2,-3],[-1,-2],[0,-2],[-2,-1],[-7,-3],[-1,-1],[-3,0],[-4,-1],[0,-1],[2,-5],[2,-2],[8,0],[9,-1],[8,-1],[5,1],[1,1],[9,2],[3,3],[1,1],[3,1],[7,-4],[4,-4],[4,-3],[8,-7],[10,-2],[3,2],[2,4],[4,2],[1,0],[3,-1],[3,-3],[5,-2],[1,-1],[1,0],[2,0],[10,-2],[1,-5],[9,-1],[3,-2],[4,0],[2,1],[2,2],[4,1],[5,1],[7,2],[3,3],[3,1],[3,0],[4,-2],[6,0],[9,1],[5,1],[18,-3],[4,-1],[7,-2],[7,-1],[2,0],[8,1],[2,1],[5,2],[4,-3],[3,-3],[2,1],[1,1],[0,4],[3,6],[4,5],[0,3],[2,3],[3,4],[2,3],[0,3],[-2,1],[6,2],[6,1],[4,1],[7,5],[3,2],[9,3],[1,0],[1,1],[-1,2],[-1,3],[-3,6],[-2,1],[-1,3],[0,4],[0,2],[-2,4],[0,2],[0,3],[1,1],[2,0],[2,1],[1,1],[2,3],[0,1],[0,1],[2,4],[1,1],[1,2],[1,1],[1,3],[3,2],[4,2],[1,1],[2,3],[1,1],[-2,7],[0,1],[0,3],[-2,2],[-1,1],[-1,2],[1,2],[0,2],[2,1],[7,2],[2,0],[2,3],[0,1],[0,2],[-1,2],[0,1],[0,1],[2,2],[3,1],[3,0],[4,-2],[4,0],[7,-1],[1,0],[5,3],[6,1],[6,4],[5,4],[1,1],[2,2],[-3,2],[-1,1],[-1,1],[1,7],[0,2],[1,4],[4,0],[4,-2],[2,0],[5,3],[4,3],[2,1],[5,0],[2,-1],[4,-1],[1,-1],[1,-3],[2,-1],[3,2],[2,1],[4,2],[3,1],[3,0],[4,0],[2,0],[3,0],[5,0],[1,1],[5,3],[9,4],[10,1],[5,1],[3,1],[4,2],[2,1],[3,1],[3,-1],[2,0],[2,-1],[1,-1],[6,1],[1,1],[2,3],[4,2],[3,1],[4,-1],[5,-2],[4,-3],[1,0],[1,0],[2,0],[6,3],[6,1],[3,0],[3,-2],[3,-3],[1,-1],[2,-1],[2,-1],[5,-3],[1,-1],[2,-4],[1,-1],[5,-1],[7,-2],[4,-2],[5,1],[7,1],[9,2],[8,5],[3,2],[3,3],[2,3],[1,1],[4,4],[3,1],[4,1],[2,0],[4,2],[1,3],[3,5],[5,5],[1,1],[9,0],[8,-1],[4,-3],[4,-1],[2,0],[2,0],[2,-2],[3,-4],[3,-1],[3,-2],[5,-3],[2,-1],[-1,-3],[2,-1],[2,-1],[3,0],[0,2],[10,3],[8,1],[5,2],[7,2],[2,2],[4,4],[4,2],[3,1],[5,-1],[4,2],[2,1],[3,2],[6,1],[9,0],[3,-4],[7,-5],[7,-3],[6,-1],[5,-2],[5,-2],[8,0],[1,0],[4,1],[4,1],[3,0],[4,-1],[4,-1],[4,0],[4,-1],[4,-2],[5,-6],[5,-4],[1,-4],[2,-1],[7,-1],[8,-1],[2,1],[1,0],[1,1],[5,1],[5,0],[1,1],[2,4],[3,4],[3,3],[6,5],[4,-1],[8,0],[5,0],[6,-1],[5,0],[4,1],[10,1],[1,0],[3,1],[3,3],[3,3],[3,0],[2,0],[2,0],[1,0],[4,4],[2,2],[4,2],[5,1],[3,2],[2,2],[1,1],[12,0],[5,5],[6,3],[8,3],[2,3],[7,2],[5,2],[1,0],[2,0],[5,-1],[4,0],[4,1],[1,1],[4,4],[1,0],[3,-2],[1,-1],[5,1],[1,0],[3,5],[5,3],[1,-1],[9,0],[8,0],[1,-1],[2,0],[4,0],[3,-1],[3,0],[2,0],[2,0],[8,4],[1,3],[3,2],[4,3],[2,0],[1,1],[10,-1],[6,-1],[8,0],[3,2],[3,3],[7,5],[4,4],[4,1],[2,1],[3,0],[3,-1],[6,-2],[4,-1],[4,1],[2,1],[4,2],[4,1],[1,0],[3,0],[6,0],[6,1],[5,1],[4,2],[7,3],[7,3],[4,1],[4,-1],[5,-2],[3,-1],[5,-1],[11,-1],[7,-5],[4,-4],[2,-2],[4,-3],[0,-1],[-1,-1],[-2,-1],[-6,-3],[-7,-2],[-4,-1],[0,-3],[0,-2],[0,-3],[0,-4],[-4,-6],[-1,-2],[-3,-5],[-1,-2],[-5,0],[-6,-1],[-9,-1],[-2,0],[-5,-1],[-2,-1],[-4,-2],[-5,0],[-3,2],[-2,1],[-2,0],[-4,1],[-4,-2],[-3,-3],[-7,-3],[-2,-1],[-2,-2],[-4,-4],[0,-1],[3,-3],[2,-2],[1,-5],[2,-6],[2,-2],[2,-2],[2,-3],[-1,-3],[-1,-6],[-1,-2],[-3,-2],[1,-2],[4,-3],[6,-3],[5,-2],[3,-1],[4,-1],[2,-2],[3,-4],[2,-4],[1,-3],[0,-2],[-6,-5],[-4,-5],[-6,-5],[-2,0],[-2,-2],[3,-1],[4,-1],[7,-2],[5,0],[6,0],[5,-1],[6,-1],[5,-3],[4,-4],[2,-2],[-1,-5],[5,-6],[3,-3],[3,-2],[3,-3],[3,0],[9,4],[3,2],[2,2],[1,2],[0,1],[2,2],[2,1],[2,0],[10,-2],[9,0],[6,-3],[4,-4],[0,-1],[-1,-2],[0,-4],[3,-2],[1,0],[3,-1],[1,0],[2,-1],[2,-1],[-1,-5],[1,-5],[2,-6],[8,-4],[3,-1],[-1,-4],[-3,-5],[-3,-3],[-4,-3],[-3,-2],[-4,-4],[-2,-2],[5,-5],[1,-4],[-1,-7],[-3,-1],[-2,-1],[-1,-1],[-1,-1],[0,-2],[3,-5],[1,-1],[4,1],[9,0],[10,0],[4,0],[4,-1],[1,0],[7,-2],[9,-3],[8,0],[5,-1],[1,-2],[0,-1],[0,-3],[0,-3],[2,-4],[3,-4],[1,-5],[1,-2],[1,-3],[3,-5],[3,-5],[2,-5],[0,-4],[1,-1],[4,-4],[3,-1],[8,-4],[9,-4],[3,-3],[2,-1],[5,-2],[7,-1],[5,-4],[5,-3],[3,-1],[4,1],[4,0],[5,-2],[9,0],[4,0],[1,-1],[1,-2],[1,-2],[0,-1]],[[4932,7261],[0,-1]],[[4869,7248],[-2,-1]],[[196,8914],[4,-1],[3,4],[0,1],[1,1]]],"transform":{"scale":[0.0011894795479547929,0.0011599683468346833],"translate":[6.626832499999807,35.49362099999985]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/KS.json b/dist-amd/map/TopoJSON/KS.json new file mode 100644 index 0000000000..3ff17c5bd8 --- /dev/null +++ b/dist-amd/map/TopoJSON/KS.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1]]},{"type":"Polygon","arcs":[[2,3]]},{"type":"Polygon","arcs":[[4,5,6,7,-2,8,9,10]]},{"type":"Polygon","arcs":[[-5,11,12]]},{"type":"Polygon","arcs":[[13,14,-7,15,16]]},{"type":"Polygon","arcs":[[17,-4,18,-14,19,20]]},{"type":"Polygon","arcs":[[21]]},{"type":"Polygon","arcs":[[22,23,-12,-11,24,25]]},{"type":"Polygon","arcs":[[26,27,-16,-6,-13,-24,28,29]]},{"type":"Polygon","arcs":[[30,31,32]]},{"type":"Polygon","arcs":[[33,34]]},{"type":"Polygon","arcs":[[-34,35,36,-21,37,38],[-22]]},{"type":"Polygon","arcs":[[39,-38,-20,-17,-28,40,41]]},{"type":"Polygon","arcs":[[-41,-27,42]]},{"type":"Polygon","arcs":[[43,-25,-10,44,-31,45,46]]},{"type":"Polygon","arcs":[[47,48]]},{"type":"Polygon","arcs":[[-46,-33,49,50]]},{"type":"Polygon","arcs":[[51,-29,-23,52,53]]},{"type":"Polygon","arcs":[[54,55,-48,56,57,-36,-35,-39,-40,58]]},{"type":"Polygon","arcs":[[59,-57,-49,-56,60,61]]},{"type":"Polygon","arcs":[[62,-59,-42,-43,-30,-52,63,64,65,66]]},{"type":"Polygon","arcs":[[-66,67,68]]},{"type":"Polygon","arcs":[[-68,-65,69,70,71]]},{"type":"Polygon","arcs":[[72,-53,-26,-44,73,74,75]]},{"type":"Polygon","arcs":[[-61,-55,-63,76,77]]},{"type":"Polygon","arcs":[[78,79,-70,-64,-54,-73,80]]},{"type":"Polygon","arcs":[[81,-74,-47,-51,82]]},{"type":"Polygon","arcs":[[-62,-78,83,84]]},{"type":"Polygon","arcs":[[85,-71,-80,86,87]]},{"type":"Polygon","arcs":[[88,89,-81,-76,90,91]]},{"type":"Polygon","arcs":[[-91,-75,-82,92,93]]},{"type":"Polygon","arcs":[[94,-84,-77,-67,-69,-72,-86,95]]},{"type":"Polygon","arcs":[[-87,-79,-90,96,97]]},{"type":"Polygon","arcs":[[98,-92,-94,99,100]]},{"type":"Polygon","arcs":[[101,-101,102,103]]},{"type":"Polygon","arcs":[[104,-97,-89,-99,-102,105]]},{"type":"Polygon","arcs":[[-96,-88,-98,-105,106,107]]},{"type":"Polygon","arcs":[[-107,-106,-104,108]]}]}},"arcs":[[[4390,1625],[-7,0],[-11,-4],[-35,-30],[-4,-25],[0,-5],[-8,-30],[-35,-43],[-28,-32],[-14,-11],[-25,-13],[-19,-12],[-5,-5],[-8,-11],[1,-23],[3,-6],[7,-10],[5,-26],[0,-26],[-24,-26],[-10,-15],[-11,-16],[-27,-30],[-3,-9],[0,-9],[9,-29],[12,-35],[-7,-44],[-5,-47],[-6,-40],[-2,-39],[-1,-34],[7,-23],[18,-17],[33,-49],[30,-49],[13,-25],[5,-11],[1,-14],[-4,-33],[-2,-9],[-5,-3],[-23,-9],[-9,-6],[-9,-7],[-18,-23],[20,-31],[23,-29],[24,-37],[12,-27],[19,-57],[-9,-27],[-14,-25],[-25,-20],[-45,-34],[-5,-8],[-3,-7],[-6,-24],[-9,-28],[-10,-12],[-25,-5],[-24,-5],[-3,-4],[-14,-25],[-10,-20],[2,-18],[1,-15],[-1,-14],[-6,-21],[-43,-88],[-124,2],[-37,-13],[-25,-13],[-18,-8],[-39,-15],[-7,1],[-4,1],[-9,12],[0,13],[6,16],[-3,16],[-19,18],[-44,34],[-41,13],[-62,-4],[-10,-4],[-22,-13],[-9,-34],[-16,-24],[-34,-29],[-41,-23],[-38,-27],[-40,29],[-22,12],[-6,26],[-18,11],[-31,31],[-18,37],[-7,8],[-8,13],[-7,6],[-3,50],[-11,13],[-18,23],[-6,21],[-5,20],[-8,24],[-21,52],[-12,29],[-8,20],[-9,26],[13,1],[17,-3],[12,1],[10,6],[13,21],[10,20],[2,9],[1,5],[0,9],[3,3],[48,16],[3,-1],[3,0],[7,2],[20,9],[29,24],[50,34],[2,3],[3,8],[5,33],[5,37],[10,42],[11,11],[6,21],[-4,20],[-5,21],[-3,46],[-1,6],[-15,30],[-13,7],[-7,2],[-6,5],[-16,18],[-13,16],[-11,43],[-17,66],[-5,23],[-5,19],[-6,25],[-9,29],[-29,37],[-2,19],[-6,68],[-2,47],[-3,22],[-2,6],[-7,6],[-7,6],[-7,5],[-9,9],[-15,16],[-18,20],[-9,9],[-29,29],[-25,12],[-13,14],[-17,30],[-9,15],[-23,34],[-16,36],[-19,34],[-2,5],[10,24],[8,15],[28,39],[26,30]],[[3114,1725],[96,125],[120,37],[51,68],[77,59],[86,30],[21,30],[90,-8],[55,35],[71,-2],[21,-22],[48,-10],[61,6],[20,16],[19,-8],[17,-53],[57,-3],[38,17],[46,-20],[3,-23],[50,9],[9,28],[94,61],[95,-201],[31,-271]],[[7448,2483],[-18,-13],[-10,-13],[-4,-12],[-1,-8],[6,-20],[2,-7],[7,-8],[5,-5],[4,-5],[1,-10],[-2,-6],[-5,-12],[-20,-31],[-6,-17],[-5,-17],[-13,-17],[-13,-8],[-30,-24],[-5,-17],[-1,-8],[5,-29],[-11,-54],[-1,-5],[-9,-8],[-20,-36],[-4,-6],[-17,-11],[7,-11],[-5,-11],[-16,-7],[-8,-11],[-8,-5],[3,-5],[6,-34],[19,-38],[24,-40],[16,-47],[24,-46],[-2,-19],[-18,-13],[-51,-10],[-15,-2],[-6,7],[-5,6],[-7,10],[-38,-4],[-27,-27],[-35,-20],[-42,-24],[-5,-6],[-8,-8],[-24,-8],[-14,-3],[-56,-8],[-29,-6],[-11,-11],[-16,7],[-3,16],[-5,4],[-24,-1],[-7,-4],[-9,6],[-22,22],[-27,-6],[-17,-7],[-23,6],[-19,42],[-17,28],[-11,36],[9,27],[6,39],[1,16],[0,21],[-9,38],[-13,21],[-28,46],[-10,15],[-14,23],[-24,22],[-2,2]],[[6668,2094],[47,85],[-6,44],[30,-2],[11,-22],[48,-27],[24,1],[9,-20],[54,11],[34,54],[-10,35],[37,79],[44,39],[56,7],[7,-26],[-25,-23],[11,-36],[-13,-21],[50,-12],[39,55],[16,0],[14,43],[41,15],[3,28],[28,10],[15,42],[56,-7],[3,27],[37,33],[7,39],[113,-62]],[[3901,3257],[16,15],[26,-47],[23,6],[16,-30],[44,0],[7,-19],[-16,-11],[23,-1],[29,5],[-6,28],[21,-10],[6,14],[-26,39],[44,51],[41,-10]],[[4149,3287],[25,-18],[25,-57],[90,27],[-34,-28],[22,-35],[-21,-44],[35,-27],[22,-49],[37,18],[13,-19],[28,22],[21,-3],[2,-33],[83,-50],[15,-48],[39,-14],[27,10],[75,-6],[46,-25],[76,4],[55,-81],[29,-2],[-9,-25],[23,-11],[15,-47]],[[4888,2746],[-51,-80],[14,-97],[-61,-21],[18,-92],[65,-28],[328,-43],[139,-44],[51,-34],[80,-154],[-14,-129]],[[5457,2024],[-18,-6],[-61,-21],[-16,-1],[-37,1],[-32,10],[-15,1],[-35,-2],[-29,-15],[-38,-29],[-24,-22],[-45,-5],[-11,-9],[-15,-25],[-2,-13],[-22,-45],[-37,-36],[-32,-26],[-23,-31],[-5,-5],[-20,-20],[-5,-4],[-8,-4],[-10,-2],[-22,-2],[-9,4],[-3,2],[-58,7],[-12,0],[-10,0],[-55,5],[-33,0],[-57,-17],[-9,-16],[-8,-14],[-25,-43],[-16,-3],[-23,-5],[-36,-4],[-24,-5],[-23,-7],[-14,-2],[-50,-1],[-18,6],[-12,3],[-10,2]],[[3114,1725],[2,6],[-31,57],[-8,13],[4,11],[2,7],[5,9],[10,19],[10,13],[7,8],[3,20],[-1,3],[-8,27],[-21,43],[-17,27],[-16,22],[2,33],[4,8],[5,9],[-1,5],[-3,6],[-3,3],[-28,28],[-10,9],[-27,33],[-12,16],[6,20],[-5,25],[-10,25],[-20,35],[-11,16],[-11,23],[-19,41],[-15,62],[-10,37],[-6,31],[-11,43],[-57,97],[-28,3],[-39,24],[-7,10],[-1,21],[-14,43],[-5,12],[-5,6],[-6,5],[-6,4],[-3,2],[-24,18],[-42,34],[-7,10]],[[2626,2807],[69,28],[52,69],[72,4],[22,46],[128,60],[51,68],[32,-16],[48,22],[1,32],[-30,34],[25,36],[-40,45],[27,0],[51,-88],[20,26],[71,19],[13,40],[49,27]],[[3287,3259],[28,0],[31,-37],[9,-51],[47,-31],[48,-3],[21,-16],[-5,41],[22,53],[23,20],[28,-19],[54,81],[69,52],[-16,30],[81,58],[6,-22],[38,3],[42,-43],[-16,-45],[15,-12],[-25,-31],[71,-45],[4,-22],[24,43],[15,-6]],[[3901,3257],[39,76],[-39,28],[14,9],[-11,55],[40,51],[38,7]],[[3982,3483],[21,-24],[32,-7],[26,-35],[-9,-10],[74,-14],[29,-25],[-17,-7],[6,-28],[25,-8],[-20,-38]],[[6187,3054],[78,-42],[48,1],[20,-41],[26,1],[-14,-19],[37,-49],[-13,-34],[8,-112],[-27,-31],[-57,-14],[-73,-229]],[[6220,2485],[-24,4],[-26,-3],[-21,-2],[-22,-9],[-30,-19],[-12,-14],[-2,-4],[-2,-6],[-27,-33],[-33,-26],[-3,-2],[-13,-6],[-26,-7],[-20,-5],[-35,-21],[-22,-18],[-12,-14],[-28,-30],[-4,-6],[-15,-28],[-41,-36],[-17,-12],[-23,-18],[-23,-18],[-34,-36],[-4,-6],[-12,-5],[-36,-8],[-9,-2],[-33,-2],[-23,-14],[-22,-14],[-19,-8],[-26,-8],[-55,-21],[-9,-4]],[[4888,2746],[57,-34],[98,15],[68,54],[11,30],[119,83],[19,46],[78,8],[120,46],[-28,115],[41,93]],[[5471,3202],[125,25],[165,-98],[47,113],[-18,42],[34,87],[90,-30],[28,-74],[31,-10],[11,-32],[109,-42],[62,-119],[32,-10]],[[7682,2708],[-1,-1],[-23,-33],[-12,-27],[-6,-16],[-19,-19],[-20,-15],[-19,-7],[-19,-10],[-23,-29],[-12,-22],[-12,-22],[-18,-24],[-30,-6],[-19,7],[-1,-1]],[[6668,2094],[-31,43],[-25,31],[-15,17],[-26,22],[-22,49],[-15,31],[-5,12],[-24,42],[-10,32],[-10,17],[-18,27],[-6,6],[-6,3],[-14,5],[-50,7],[-21,4],[-60,12],[-22,3],[-32,2],[-23,13],[-8,12],[-5,1]],[[6187,3054],[38,27],[55,9],[21,24],[61,-63],[54,1],[34,14],[47,76],[46,7],[21,21],[54,-59],[2,-28],[33,-3],[13,31],[32,0],[-4,36],[34,11],[-17,19],[9,28],[-11,15],[39,1],[-7,15],[32,17],[87,13],[109,87]],[[6969,3353],[95,-26],[83,75],[18,-17],[-25,-27],[-1,-26],[26,-31],[-32,1],[-48,-37],[-88,-136],[36,-49],[-10,-40],[59,-5],[-1,-28],[26,-11],[65,-131],[58,-9],[15,-29],[55,22],[79,-18],[45,-44],[32,8],[1,40],[26,23],[10,-27],[41,-15],[53,-64],[95,-44]],[[7711,3695],[43,-85],[3,16],[48,24],[-5,-34],[-30,-20],[4,-72],[27,11],[6,-10],[21,19],[23,-24],[11,-43],[-18,-31],[108,-50],[16,-41],[46,-22],[-12,-36],[29,-7],[28,-65],[-24,-8],[-36,19],[-76,-1],[-52,63],[-24,-2],[2,12],[-23,6],[-3,-11],[-12,16],[-6,-18],[-22,16],[-30,-12],[-14,30],[-47,9],[-36,32],[-16,52],[9,56],[-73,16],[30,68],[-11,-2],[-25,73],[-19,7],[32,38],[-11,23],[27,17],[33,-24],[19,30],[17,6],[43,-41]],[[3106,4701],[-27,2],[-9,-42],[49,-97],[54,-18],[84,-86],[49,-14],[40,-42],[30,47],[38,2],[101,-38],[64,34],[28,41],[75,-26],[-12,-12],[19,-55],[-8,-35],[33,-22],[6,-44],[-38,-54],[2,-48],[45,-64],[128,-75],[-25,-11],[4,-37],[-21,-17],[-6,-47],[54,-13],[71,27],[19,-100],[72,28],[26,-23]],[[4051,3862],[-36,-42],[16,-157],[-32,-100],[11,-36],[-28,-44]],[[3287,3259],[42,45],[-9,31],[35,18],[-133,45],[-61,-4],[-23,34],[-60,15],[-19,43],[-68,-16],[-2,32],[-67,66],[-4,39],[-34,2],[9,28],[-16,16],[-27,-10],[-11,12],[-9,63],[33,31],[8,63],[-33,-8],[-52,57],[16,46],[29,7],[-9,28],[42,30],[-14,21],[17,23],[-13,52],[-47,43],[30,34],[-18,62],[-37,38],[16,44],[-34,36],[23,27],[29,0],[-1,39],[39,6],[-58,50],[54,142],[34,23],[84,-7],[-11,36],[23,31]],[[2980,4672],[69,6],[23,18],[-1,29],[35,-24]],[[5122,4384],[-66,-22],[-38,-39],[-14,-44],[64,-21],[29,5],[69,-43],[101,-29],[30,-43],[45,-20],[-32,-51],[64,-48],[35,-5],[-27,-35],[-146,-89],[16,-36],[67,-46],[48,9],[-40,-62],[-122,26],[-7,-19],[-15,10],[-12,-26],[45,-47],[120,-37]],[[5336,3672],[61,-81],[7,-107],[27,-68],[-11,-40],[27,-36],[-7,-72],[31,-66]],[[4051,3862],[46,-31],[74,44],[85,-24],[8,13],[-24,103],[41,8],[33,88],[18,-13],[13,36],[58,-5],[-1,31],[20,-26],[32,27],[50,-19],[-2,-16],[48,1],[18,-31],[27,21],[30,-2],[80,67],[120,29],[49,-10],[29,35],[-12,101],[-52,25],[-29,-4],[-10,27],[-2,55],[36,69]],[[4834,4461],[64,22],[34,-17],[42,2],[18,-63],[38,-7],[4,-19],[22,15],[66,-10]],[[1846,4354],[9,-19],[-60,-35],[53,-33],[14,-51],[28,-22],[-104,-54],[-62,122],[-8,-88],[-71,57],[-55,-21],[-23,17],[-16,-11],[-9,14],[-49,3],[-24,49],[-16,-14],[-62,21],[-6,24],[-35,-1],[-18,29],[-45,-5],[-45,56],[-51,0],[-22,38],[-72,40],[-25,97],[10,43],[-223,-60]],[[859,4550],[0,1],[-4,33],[-7,19],[-37,14],[-24,21],[-26,17],[-59,25],[-45,19],[-35,17],[-18,9],[-43,22],[-56,27],[-33,39],[-26,45],[-23,28],[-18,35],[-39,25],[-18,3],[14,1],[1,8],[8,34],[13,28],[23,48],[3,40]],[[410,5108],[117,-28],[95,-72],[-32,-28],[-2,-48],[-29,-38],[52,-68],[-25,-26],[58,7],[144,117],[52,-5],[96,-70],[-109,-93],[45,-57],[122,36],[149,-67],[88,4],[14,-18],[35,9],[29,-43],[-14,-14],[70,-20],[46,-51],[99,15],[44,-20],[31,-44],[57,33],[37,-96],[14,-8],[41,17],[40,-86],[72,8]],[[8022,3719],[-11,11],[-42,-11],[-12,25],[-52,-6],[-44,66],[-1,93]],[[7860,3897],[29,-31],[54,15],[18,33],[14,-15],[27,18],[72,-8],[9,47],[-22,7],[10,17],[-68,57],[38,6],[58,-21],[14,-43],[23,-10],[57,43],[73,-57],[29,50],[64,5],[4,15],[58,18],[33,-67],[39,-18],[16,-32],[45,20],[35,-9],[-10,-34],[-35,-13],[19,-15],[1,-39],[21,5],[2,-11],[-28,-7],[9,-21],[-12,-18],[34,-17],[-35,-28],[-32,7],[-55,53],[-70,-5],[-59,32],[-47,3],[-70,50],[7,-39],[-46,13],[-38,-60],[-43,19],[-22,-10],[-29,-72],[-29,-11]],[[8022,3719],[1,-25],[-34,-15],[14,-16],[36,-16],[5,11],[90,-16],[42,-40],[10,-91],[36,-82],[71,-74],[6,-48],[29,-23],[21,-3],[9,25],[32,-19],[2,-36],[-49,-21],[1,-13],[19,-54],[42,-15],[36,-101],[-67,-35],[-2,-66]],[[8372,2946],[-51,14],[-12,2],[-18,2],[-28,17],[-34,21],[-27,5],[-13,0],[-12,-3],[-2,-6],[-11,-7],[-28,-7],[-14,-2],[-22,0],[-14,2],[-8,16],[-22,-8],[-22,-32],[-6,-28],[6,-12],[-2,-31],[-1,-6],[-19,-13],[-24,-15],[4,-25],[7,-35],[10,-18],[16,-13],[6,-8],[11,-18],[2,-8],[-1,-12],[6,-20],[-6,-7],[-13,-6],[-16,0],[-10,4],[-1,6],[-9,10],[-34,26],[-18,1],[-10,12],[-10,-1],[-7,-2],[-50,23],[-50,25],[-5,1],[-11,0],[-27,-14],[-35,-13],[-18,-8],[-10,-9],[-27,-38]],[[6969,3353],[4,30],[22,18],[-34,31],[-19,-4],[-18,30],[30,67],[9,50],[-15,20],[11,21],[52,-8],[11,22],[22,-6],[116,43],[31,-1],[10,-22],[74,-5],[16,29],[-2,54],[-68,81],[53,195]],[[7274,3998],[100,61],[90,28],[33,-6],[-4,27],[35,0],[66,64],[19,-10],[-14,-26],[69,-39],[-53,-11],[7,-31],[38,-17],[3,-49],[54,-21],[30,13],[18,-51],[40,-20],[26,11],[29,-24]],[[7086,4225],[67,-93],[1,-44],[120,-90]],[[5336,3672],[48,-17],[28,8],[18,15],[-5,34],[29,34],[53,-1],[22,23],[64,-41],[33,19],[58,-25],[64,9],[23,-20],[22,14],[8,42],[185,63],[-53,54],[4,79],[14,14],[68,-6],[18,25],[-17,20],[40,-1],[30,54],[25,-1],[15,25],[54,7],[21,50],[-33,49],[54,13],[26,37],[44,8],[31,25]],[[6327,4281],[5,-32],[35,-27],[20,25],[31,-12],[38,7],[2,43],[82,-6],[20,-32],[69,53],[118,18],[64,-8],[69,-40],[30,8],[24,-12],[13,-42],[55,-55],[84,56]],[[5122,4384],[36,-9],[31,13],[51,70],[40,11],[75,54],[98,-123],[70,8],[43,44],[75,-75],[25,24],[127,-6],[27,-10],[26,-36],[83,-9],[54,11],[-44,3],[3,11],[85,23],[28,54],[18,-39],[-16,-28],[22,23],[28,2],[-18,-18],[9,-15],[-16,7],[23,-36],[6,11],[42,-20],[136,34],[2,-18],[18,0],[18,-64]],[[2852,4856],[23,-12],[3,-28],[37,-1],[-13,-40],[20,-3],[-6,-20],[32,-6],[-9,-27],[35,-3],[-23,-15],[29,-29]],[[2626,2807],[-29,39],[-41,38],[-32,33],[-23,21],[-27,18],[-20,4],[-21,13],[-26,15],[-5,1],[-36,-1],[-33,3],[-23,5],[-45,30],[-19,3],[-49,11],[-16,15],[-3,5],[-14,28],[-2,13],[-2,7],[-7,13],[-12,17],[-57,21],[-34,17],[-28,12],[-6,-1],[-18,-1],[-20,6],[-45,19],[-12,16],[-5,22],[-5,20],[-49,44],[-34,30],[-17,2],[-50,-2],[-16,-11],[-45,-36],[-37,-33],[-21,0],[-19,3],[-25,19],[-31,28],[-39,-1],[-25,-10],[-33,-9],[-17,-3],[-62,-10],[-24,0],[-50,27],[-8,7],[-25,24],[-1,6],[2,4],[5,6],[20,22],[4,5],[-10,28],[-22,35],[-16,17],[-18,23],[3,3],[19,20],[15,14],[10,13],[9,46],[1,43],[-6,18],[-20,40],[-9,31],[-44,32],[-47,47],[-13,13],[-30,16],[-22,17],[-16,32],[13,32],[2,5],[10,14],[21,9],[23,11],[24,13],[6,39],[-4,20],[-10,10],[-8,11],[-2,4],[-3,9],[-6,24],[-34,49],[-40,42],[-12,10],[-15,9],[-18,12],[-5,3],[-26,17],[-6,5],[-3,4],[-3,14],[-2,16],[9,9],[8,10],[9,21],[-6,12],[-30,33],[-39,28],[-4,7],[-15,48],[-15,49],[-21,14],[-14,8],[-21,36],[-2,24]],[[1846,4354],[100,63],[32,-96],[28,16],[-8,18],[14,-5],[-3,14],[30,7],[4,19],[32,-5],[-6,32],[53,1],[-12,22],[16,7],[59,-1],[12,41],[-25,11],[6,29],[-43,44],[4,24],[111,78],[-28,42],[26,54],[207,53],[32,45],[-22,22],[-11,49]],[[2454,4938],[130,37],[42,-17],[64,4],[13,-16],[-9,-14],[24,-2],[19,-36],[56,6],[7,-33],[18,2],[17,-22],[17,9]],[[8844,4441],[-35,1],[2,-14],[-18,-3],[-62,4],[-93,-46]],[[8638,4383],[26,53],[37,8],[31,69],[64,27],[60,-8],[-15,-34],[29,-18],[-26,-39]],[[410,5108],[0,11],[-7,41],[-14,31],[-16,28],[-8,14],[-8,14],[-18,29],[-7,26],[2,24],[7,13],[3,14],[1,16],[0,19],[0,10],[2,10],[8,12],[12,12],[25,21],[14,6],[13,12],[18,30],[2,18],[7,17],[3,6],[15,17],[8,7],[12,8],[23,12],[23,10],[6,12],[13,42]],[[549,5650],[78,20],[89,-57],[111,-22],[55,11],[52,-34],[70,26],[69,1],[-45,-65],[-18,-102],[91,-33],[22,-53],[-14,-18],[35,-40],[167,-24],[23,11],[49,-7],[21,-25],[34,3],[121,-69],[43,56],[23,-8],[21,30],[38,9],[3,19],[-16,-14],[6,38],[12,16],[21,-2],[51,-78],[17,17],[20,-4],[92,-84],[-37,-21],[-7,-45],[25,-5],[-15,-17],[21,-54],[80,12],[26,-35],[-59,-32],[11,-50],[41,-18],[67,-14],[153,76],[69,13],[58,-24],[46,11],[85,-27]],[[4885,4649],[-87,-8],[5,9],[-33,4],[-9,-121],[-15,-25],[-29,-3],[30,-68],[70,34],[3,-16],[14,6]],[[3106,4701],[32,17],[-3,20],[61,-16],[104,3],[11,-16],[-3,35],[24,3],[15,-11],[2,-32],[74,21],[71,-2],[24,24],[15,-16],[35,17],[14,19],[-26,27],[31,37],[-30,13],[29,16],[-15,19],[16,24],[17,-5],[11,28],[24,7],[2,49],[123,49],[106,88],[24,-8],[20,27],[54,24],[21,-14],[3,-47],[40,-33],[63,49],[33,72],[40,12],[68,62],[2,38]],[[4238,5301],[31,15],[10,-14],[75,6],[44,-24],[36,-44],[-20,-73],[-36,-9],[-14,-55],[20,-40],[46,-9],[38,-40],[-17,-34],[-11,-132],[21,-94],[42,30],[62,-10],[80,16],[63,-20],[-4,95],[25,11],[21,-51],[34,-16],[62,-120],[58,-14],[-19,-26]],[[7350,5008],[37,-17],[3,-19],[17,17],[62,-8],[36,-43],[10,-112],[-24,-56],[25,-90],[42,-36],[64,17],[115,152],[112,-101],[56,-85],[11,-33],[-18,-9],[-8,-53],[16,-4],[-14,-7],[7,-62],[-77,-85],[-76,-28],[31,-53],[50,17],[31,30],[55,-50],[17,34],[93,-23],[27,32],[55,19],[11,87],[44,7],[7,-17],[47,29],[50,-36],[24,26],[35,-16],[-5,29],[29,25],[33,-3],[15,41],[-19,31],[13,54],[-22,83],[-23,27],[3,103],[71,-4]],[[8418,4818],[41,-49],[41,17],[45,-94],[27,-18],[-9,-20],[30,-33],[9,-50],[22,2],[11,-122],[-31,-49],[34,-19]],[[8844,4441],[22,-9],[-21,-16],[-7,-43],[18,2],[24,-29],[5,-30],[129,-21],[14,-49],[35,31],[34,-7]],[[9097,4270],[-29,-30],[-12,-14],[0,-5],[0,-4],[13,-33],[7,-10],[10,-10],[31,-65],[6,-12],[23,-58],[26,-51],[7,-6],[10,-17],[2,-8],[0,-7],[-1,-9],[-5,-10],[-2,-5],[-5,-6],[-25,-24],[-22,-28],[-30,-50],[-18,-23],[-20,-35],[-13,-35],[-2,-9],[-2,-5],[-2,-4],[-7,-6],[-16,-8],[-9,-2],[-28,-1],[-14,-1],[-11,3],[-7,4],[-6,5],[-6,8],[-3,5],[-27,16],[-25,10],[-52,-17],[-28,-12],[-4,-4],[-16,-17],[-2,-5],[0,-4],[3,-7],[10,-6],[5,-6],[8,-11],[5,-15],[-7,-8],[-33,-24],[-7,-3],[-7,4],[-2,4],[-3,4],[-1,4],[-4,5],[-9,4],[-21,5],[-26,2],[-8,-3],[-14,-5],[-7,-5],[-1,-5],[-25,12],[-23,14],[-10,11],[-22,6],[-15,-13],[-15,-16],[1,-19],[6,-17],[4,-12],[-1,-7],[-1,-6],[-15,-26],[-24,-57],[-11,-40],[1,-15],[3,-30],[-9,-42],[27,-36],[38,-37],[10,-23],[3,-29],[6,-5],[10,-7],[21,9],[16,9],[34,16],[27,11],[9,-7],[15,-23],[7,-16],[3,-16],[-1,-9],[-3,-12],[-5,-44],[46,-40],[45,-41],[11,-24],[5,-25],[9,-28],[5,-14],[5,-8],[5,-4],[4,-27],[0,-23],[-4,-9],[-3,-2],[-26,-18],[-20,-22],[-17,-19],[-25,-16],[-16,-7],[-28,-1],[-26,3],[-34,8],[-18,5],[-16,4],[-8,0],[-6,-2],[-28,-20],[-4,-6],[-4,-2],[-16,-5],[-17,-3],[-62,-6],[-2,3],[-3,4],[-2,10],[-1,38],[-8,31],[-22,46],[-56,26],[-16,11]],[[7086,4225],[18,42],[-2,83],[27,35],[-43,7],[13,4],[-19,17],[4,29],[174,-2],[54,75],[-11,36],[-42,30],[-30,64],[9,70],[26,37],[-51,-1],[-21,7],[-1,21],[-30,-2],[-24,30],[-3,42],[30,58],[57,58],[-6,18],[48,-21],[19,20],[-14,39],[82,-13]],[[9482,4834],[-18,-15],[11,-37],[28,-39],[21,-19],[11,-13],[11,-20],[4,-12],[-17,-30],[-22,7],[-27,9],[-10,4],[-5,-1],[-12,-5],[-8,-5],[-4,-11],[-2,-11],[-1,-7],[0,-9],[1,-5],[2,-6],[6,-5],[1,-11],[-6,-13],[-4,-5],[-3,-3],[-3,-3],[-23,-7],[-24,-10],[-21,-9],[-21,-13],[-28,-21],[-7,-9],[6,-17],[-27,-37],[-28,-33],[-10,-21],[-5,-10],[-13,-10],[-6,-3],[-7,-3],[-32,-19],[-36,-27],[-43,-36],[-14,-14]],[[8418,4818],[-16,55],[-31,12],[-3,31]],[[8368,4916],[49,44],[100,-6],[58,9],[41,26],[50,2],[5,-13],[-23,-21],[28,-103],[-30,-39],[42,-63],[27,-19],[11,18],[22,-10],[55,34],[-4,22],[39,23],[29,-17],[25,19],[49,-20],[17,-26],[-19,-8],[36,-38],[33,2],[52,-31],[89,16],[8,19],[53,19],[-2,15],[-17,0],[48,111],[54,-2],[24,-28],[65,33],[6,-23],[49,1],[45,-28]],[[7460,5170],[-24,-2],[2,-43],[-32,-53],[-45,-18],[-11,-46]],[[4885,4649],[13,-23],[121,111],[83,19],[3,76],[61,-2],[24,-31],[78,-9],[4,25],[68,45],[-18,49],[-34,18],[25,36],[-14,20],[95,69],[31,-6]],[[5425,5046],[68,19],[32,32],[156,31],[-10,26],[48,28],[58,-6],[5,-15],[40,12],[4,-32]],[[5826,5141],[-20,-38],[-31,-18],[-4,-68],[22,-25],[31,7],[5,-19],[80,10],[3,-34],[28,-27],[-40,-19],[11,-27],[36,4],[12,-13],[-1,13],[24,7],[25,-8],[-4,-14],[32,-14],[0,-41],[46,-29],[-11,-7],[12,-23],[49,28],[85,17],[47,96],[21,86],[52,6],[60,-130],[-21,-15],[22,-48],[-22,-18],[17,-69],[56,15],[20,-37],[14,15],[12,-57],[32,10],[4,-16],[24,-2],[-5,26],[17,11],[35,10],[5,-13],[4,18],[54,-5],[7,35],[13,-8],[-32,29],[8,22],[14,-3],[11,41],[-19,28],[10,9],[65,-32],[-3,13],[41,7],[69,-14],[22,-50],[69,6],[31,-22],[76,15],[-3,18],[-46,19],[-106,24],[-11,18],[-8,-15],[-19,10],[3,14],[-71,17],[5,26],[26,-10],[6,17],[32,-4],[14,24],[-56,29],[-34,-15],[-32,42],[25,11],[23,64],[41,20],[-18,12],[7,103],[18,43],[67,71],[5,21],[-17,14],[30,18]],[[6927,5353],[5,23],[19,11],[17,-16],[15,28],[112,32],[53,-2],[37,-53],[103,-39],[-2,-39],[27,-7],[8,-46],[21,-11],[4,-50],[22,8],[1,22],[31,35],[60,-79]],[[5826,5141],[55,42],[-18,43],[95,4],[0,-12],[101,-22],[58,-148],[34,12],[-13,34],[15,25],[-33,4],[-10,26],[10,77],[17,-5],[-1,21],[64,91],[-17,51],[-43,-20],[-28,29],[-11,66],[13,12],[-10,20],[42,25],[-10,29],[16,3]],[[6152,5548],[15,-27],[52,26],[48,-6],[48,14],[-2,-27],[-73,-33],[41,-45],[-11,-98],[11,6],[18,-31],[27,-6],[65,118],[53,-17],[0,-38],[26,-18],[25,21],[-5,-116],[37,23],[54,2],[16,25],[21,-1],[57,47],[119,61],[47,-2],[50,-70],[36,-3]],[[5425,5046],[19,67],[-11,121],[-75,19],[46,42],[-14,57],[53,58],[31,64],[-93,95],[3,31]],[[5384,5600],[129,19],[16,19],[31,-15],[-24,37],[40,24],[8,41],[16,4],[12,-41],[47,-4],[17,-65],[24,-8],[11,19],[27,-23],[15,15],[1,-17],[53,8],[18,-5],[-1,-17],[28,6],[19,52],[47,22],[37,-6],[2,-70],[25,32],[-5,23],[61,-19],[2,24],[18,2],[-5,25],[147,8]],[[6200,5690],[24,-1],[14,-57],[-81,-39],[11,-36],[-16,-9]],[[4203,5295],[35,6]],[[2852,4856],[40,53],[-44,60],[1,33],[-39,19],[-9,36],[-93,55],[-12,78],[-94,5],[26,45],[-11,100],[-22,22],[7,25],[27,0],[24,29],[37,84],[48,55],[-28,10],[-21,-11],[-52,96],[-46,13],[-13,40],[9,57],[-11,3],[15,18],[-34,7],[14,32],[-36,6],[-5,22]],[[2530,5848],[81,-16],[43,36],[59,-23],[20,15],[43,-6],[36,-29],[28,3],[29,48],[78,-49],[131,16],[75,63],[0,19],[24,8],[-1,66],[16,12],[19,-58],[20,-14],[15,-3],[19,21],[37,-17],[36,61],[85,66]],[[3423,6067],[19,-65],[36,-19],[28,6],[-7,-58],[16,-31],[61,-105],[39,-22],[43,-12],[83,15],[32,30],[16,50],[24,15],[26,-11],[-5,-14],[51,-52],[-5,-47],[21,-44],[-2,-36],[-31,-27],[-16,-54],[9,-94],[30,-29],[88,10],[43,-13],[69,-93],[5,-67],[37,-20],[70,15]],[[7460,5170],[20,-32],[63,78],[20,52],[5,92],[26,32],[62,31],[48,-7],[14,41],[25,8],[-2,22],[31,20],[42,-22],[8,-49],[17,26],[25,-57],[18,77],[65,3],[6,-38],[23,-10],[9,-57],[31,6],[19,33],[90,28],[-11,30],[17,64],[-16,12],[9,17],[52,13]],[[8176,5583],[51,3],[39,-25],[-14,-9],[5,-17],[27,-18],[-14,-25],[29,-5],[31,-37],[-12,-20],[15,-10],[-4,-21],[19,6],[27,-19],[-2,-36],[21,33],[-9,54],[51,38],[14,-7],[4,51],[16,-11],[21,16],[44,-22],[33,-106],[16,-9],[19,-121],[20,-1],[-3,-38],[27,5],[17,-24],[-92,3],[-15,-12],[26,-31],[-25,-31],[41,-29],[-19,-22],[-19,22],[-71,-6],[-31,38],[-13,-15],[-40,26],[-31,-12],[3,-31],[-58,-27],[-20,-71],[30,-63],[-17,-29],[21,7],[18,-19],[11,23],[5,-13]],[[5242,6123],[20,-81],[84,-60],[42,-63]],[[5388,5919],[-52,-35],[-9,-62],[57,-222]],[[4203,5295],[50,48],[-20,135],[27,57],[-10,9],[38,49],[-25,78],[91,-1],[78,40],[6,-34],[18,30],[25,-10],[60,25],[22,21],[-25,24],[-19,99],[-17,12],[16,26],[114,23],[-1,41],[61,38],[57,-43],[20,18],[31,-7],[28,-73],[24,-3],[24,-45],[33,33],[35,82],[63,52],[40,60],[75,-31],[80,47],[28,34],[12,-6]],[[1721,6852],[91,-13],[52,-104],[-31,-135],[-5,-170],[24,-34],[12,-86],[39,-54],[-18,-34],[17,-22],[-5,-25],[-26,-8],[-1,-21],[46,-45],[41,-2],[7,-25],[19,2],[34,-33],[52,-17],[83,-86],[22,-67],[175,-27],[32,13],[42,-6],[-12,16],[36,3],[20,-16],[0,-24],[41,26],[22,-10]],[[549,5650],[-98,76],[-34,17],[-29,80],[-85,2],[-42,28],[-45,18],[-17,27],[-23,29],[-4,5],[-4,2],[-8,3],[-18,2],[-22,2],[-15,4],[-7,33],[-2,33],[-18,12],[-29,8],[-24,9],[-2,19],[28,3],[37,31],[9,15],[-23,5],[-22,8],[-14,7],[-14,10],[-10,9],[-10,13],[-2,3],[-1,3],[-1,4],[4,56],[9,50],[18,21],[6,19],[8,38],[2,33],[7,25],[3,10],[15,1],[34,25],[30,23],[11,8],[16,9],[58,20],[8,3],[29,9],[4,0],[21,-10],[5,-3],[40,-16],[58,-3],[57,13],[21,3],[7,-1],[37,-26],[-6,-20],[11,-9],[37,-25],[12,-6],[14,-5],[27,-7],[28,-3],[44,-19],[24,-15],[23,-14],[17,-5],[6,-1],[10,51],[2,10],[34,36],[21,-19],[39,-23],[25,-20],[14,-17],[21,-15],[19,-6],[17,-4],[40,-51],[8,-8],[3,8],[5,8],[7,9],[5,5],[6,5],[29,0],[9,-1],[19,-5],[10,-6],[25,2],[25,9],[18,13],[7,3],[17,5],[6,1],[27,-3],[32,14],[30,16],[54,15],[16,56],[10,15],[7,9],[16,17],[21,19],[5,3],[5,5],[7,11],[2,7],[-16,67],[-7,66],[-6,25],[-9,19],[-7,2],[-10,10],[-7,8],[-9,18],[-3,11],[10,21],[3,1],[12,5],[5,0],[6,-4],[5,0],[8,2],[11,5],[56,30],[4,3],[8,10],[1,4],[-2,9],[-3,13],[22,27],[14,8],[5,-4],[7,-11],[9,-13],[10,-3],[10,-3],[20,-3],[8,2],[10,42],[13,33],[21,1],[8,0],[42,-4],[19,-10],[13,-18],[2,-19],[20,-20]],[[8176,5583],[-21,93],[42,-3],[-18,35],[-60,31],[-57,59],[-98,22],[-13,62],[14,25],[-78,28],[-21,47],[43,29],[49,-10],[25,37],[63,-72],[169,-20],[15,9],[-3,41],[23,12],[0,30],[23,3],[-22,34],[15,20],[40,12],[3,22],[26,13],[-8,18],[45,51]],[[8372,6211],[31,-19],[55,-21],[44,-22],[12,-6],[12,-4],[40,-4],[20,7],[28,22],[15,12],[42,25],[41,5],[23,-18],[24,-19],[30,-7],[44,-4],[22,2],[26,-8],[5,-4],[1,-5],[3,-18],[3,-19],[-1,-16],[-6,-21],[-9,-23],[-11,-16],[-3,-20],[0,-19],[19,3],[13,1],[8,-2],[22,-8],[5,-4],[7,-7],[2,-6],[6,-10],[17,-9],[23,-8],[8,-1],[4,0],[29,0],[34,2],[25,11],[5,9],[17,5],[37,-16],[4,-8],[20,-55],[10,-59],[18,-27],[16,-20],[5,-6],[14,-15],[11,-11],[25,-25],[11,8],[25,21],[22,39],[8,52],[12,20],[17,13],[51,16],[21,3],[24,4],[38,2],[14,-2],[29,-4],[38,-1],[37,10],[16,11],[26,4],[5,0],[20,0],[29,8],[12,9],[15,13],[15,11],[14,8],[16,3],[6,0],[6,-3],[8,-55],[15,-36],[12,-30],[7,-6],[6,-4],[17,-9],[12,-7],[11,-8],[15,-14],[0,-9],[0,-25],[0,-25],[5,-12],[6,-7],[8,-4],[36,-30],[33,-37],[14,-32],[-33,-32],[-30,-29],[-8,-17],[-6,-8],[-5,-9],[-24,-24],[-14,-4],[-3,1],[-22,14],[-25,13],[-31,-41],[-3,-10],[-2,-14],[-2,-18],[2,-12],[5,-8],[-1,-60],[-39,-50],[-29,-3],[-31,-19],[-4,-2],[-10,-20],[-1,-6],[2,-16],[7,-11],[29,-41],[15,-28],[19,-36],[5,-25],[4,-48],[0,-7],[-1,-59],[0,-7],[-1,-13],[-3,-4],[-30,-31],[-25,-17],[-51,-32],[-35,6],[-11,8],[-17,5],[-5,1],[-6,0],[-13,-1],[-23,-1],[-16,-4],[-14,-15],[-20,-43],[-11,-9]],[[6251,6580],[-60,-61],[-34,-88],[-23,-21],[-38,-5],[13,-15],[-46,-75],[34,-118],[58,-35],[15,13],[-16,-17],[50,-26],[0,-30],[-50,-73],[42,-44],[6,29],[31,13],[45,-70],[-31,-6],[-32,29],[-22,1],[0,-38],[36,-46],[54,-9],[11,-22],[-57,-102],[-30,1],[-7,-75]],[[5388,5919],[18,-58],[48,35],[38,-15],[29,7],[15,25],[79,44],[-2,31],[34,1],[19,30],[43,0],[-12,34],[42,10],[14,18],[8,-9],[70,19],[5,80],[88,-10],[-6,20],[-19,2],[7,22],[-29,20],[81,67],[-17,28],[43,38],[-9,8],[15,22],[-34,41],[-4,35],[-36,-3],[16,78],[64,49],[29,53],[75,3],[49,54],[68,16]],[[6217,6714],[-7,-40],[41,-94]],[[4166,6968],[20,-26],[43,16],[-5,-27],[18,-33],[29,-33],[51,-19],[18,-56],[65,44],[68,-32],[88,29],[43,-62],[22,-8],[43,39],[18,-10]],[[4687,6790],[101,-151],[-18,-2],[5,-27],[-31,-37],[27,-48],[-23,-23],[64,-27],[6,-65],[-15,-31],[-31,-17],[-3,-41],[70,-52],[45,21],[47,-17],[17,45],[26,10],[-13,12],[29,4],[50,-38],[100,-31],[102,-152]],[[3423,6067],[-6,78],[29,4],[52,-29],[28,17],[16,36],[-21,34],[38,17],[42,68],[0,25],[-51,50],[-42,79],[8,27],[-31,4],[-11,26],[60,27],[29,88],[-14,143],[36,64],[10,134]],[[3595,6959],[38,39],[-26,54],[-2,57],[37,-48],[54,-21],[74,30],[18,28],[52,-4],[52,-54],[-17,-9],[2,-39],[38,-31],[27,-90],[127,-58],[76,-86],[25,73],[-49,145],[45,23]],[[1721,6852],[43,50],[41,18],[28,2],[6,-6],[3,-7],[11,-8],[33,-4],[20,5],[3,-3],[14,-5],[34,5],[30,14],[46,30],[6,6],[50,20],[54,14],[36,10],[41,6],[15,-1],[38,-18],[39,-36],[17,-22],[4,-5],[8,-3],[45,-13],[18,5],[125,135],[76,44],[36,39],[6,12],[7,7],[42,11],[32,7],[18,6],[41,27],[36,26],[28,7],[14,1],[24,4],[37,7],[9,4],[15,10]],[[2950,7253],[65,-18],[26,37],[84,35],[198,-79],[103,-64],[-1,-23],[-24,-8],[50,-31],[34,-149],[39,-9],[71,15]],[[7746,6372],[-4,-9],[-2,-12],[0,-14],[4,-15],[5,-12],[19,-29],[24,-6],[23,-2],[47,1],[40,11],[38,2],[24,5],[14,7],[30,4],[16,2],[36,1],[29,-9],[5,-16],[5,-4],[15,-10],[43,-26],[26,3],[20,10],[13,26],[8,11],[8,6],[3,1],[12,1],[23,-18],[34,-28],[22,-7],[10,-6],[15,-8],[3,-3],[12,-14],[6,-4]],[[6251,6580],[12,-32],[26,-12],[10,-38],[55,-10],[54,53],[-5,25],[53,26],[-8,16],[23,10],[2,43],[12,1],[-3,-23],[69,8],[20,-120],[79,16],[30,-18],[6,-20],[31,11],[9,-32],[24,-8],[-8,-63],[30,12],[-4,30],[30,87],[29,10],[119,-64],[14,30],[-31,36],[24,40],[-15,31],[109,-14],[-7,28],[21,25],[29,14],[29,-7],[-7,17],[34,3],[23,54],[21,4],[43,-34],[31,4],[7,16],[65,21],[2,28],[15,0],[41,-60],[25,15],[47,-26],[7,-85],[-14,-26],[62,-3],[44,-41],[40,4],[73,-41],[18,-30],[-2,-59],[53,-27],[-12,-14],[11,-19]],[[4687,6790],[41,16],[35,52],[80,11],[30,22],[-9,20],[17,21],[21,-1],[27,27],[39,-6],[42,55],[11,-14],[61,15],[-16,-41],[28,13],[32,-23],[52,57],[-20,22],[38,187],[-19,9],[7,77],[7,8],[15,-23],[32,12],[-8,61],[58,32],[20,-65],[45,-8],[41,17],[-6,18],[31,29],[21,-8],[-7,55],[23,93],[-62,108],[63,5],[30,43],[69,-58],[59,-20],[26,-45],[18,29],[72,44],[84,2],[15,16],[35,-50],[61,-6],[-14,84],[25,3],[12,-14],[44,30]],[[5993,7701],[-17,-98],[-50,-63],[7,-53],[-53,3],[-13,-15],[23,-34],[-16,-44],[84,-93],[-7,-43],[27,-65],[0,-55],[24,-19],[-21,-42],[38,-59],[-18,-83],[34,16],[57,-23],[82,-80],[38,-82],[-10,-22],[15,-33]],[[4390,7424],[-6,-53],[25,-64],[-27,-26],[8,-23],[-52,12],[-84,-56],[-64,15],[-22,-48],[-48,3],[-13,-19],[6,-13],[-39,-70],[13,-36],[23,-5],[8,-31],[48,-42]],[[2950,7253],[1,6],[2,8],[-21,22],[-46,21],[-37,16],[-12,24],[-17,20],[-55,39],[-32,87],[-11,16],[-38,39],[-27,25],[-3,28],[9,13],[11,12],[14,18],[6,9],[16,30],[3,12],[0,11],[3,35],[12,19],[13,17],[23,26],[6,6],[6,8],[7,3],[29,12],[18,27],[3,4],[37,20],[8,3],[20,7],[10,1],[21,2],[5,-1],[4,-2],[2,-3],[2,-4],[8,-28],[5,-23],[0,-6],[0,-4],[4,-5],[3,-5],[11,-6],[10,-3],[15,-4],[9,12],[28,43],[-5,30],[-4,14],[21,24],[24,15],[29,29],[6,44],[10,29],[4,8],[4,7],[3,4],[11,8],[24,3],[30,14],[4,48],[5,18],[13,12],[4,4],[26,7],[52,7],[19,4],[29,3],[36,1],[21,-17],[-5,-35],[-13,-33],[10,-9],[16,-5],[22,9],[18,14],[1,4],[4,7],[4,6],[7,5],[20,-3],[14,-3],[6,-3],[5,-2],[10,31],[-8,34],[15,31],[48,11],[9,31],[3,19],[4,19],[9,12],[7,5],[5,-1],[22,-2],[15,-1],[5,-1],[9,3],[4,1],[18,6]],[[3685,8326],[69,-68],[104,-54],[69,-12],[200,-163],[-85,-87],[109,-106],[18,-63],[-5,-41],[92,-125],[-6,-38],[30,-32],[57,-7],[12,-20],[43,-17],[-18,-22],[16,-47]],[[4552,7963],[48,-71],[69,-30],[73,-74],[181,-78],[-31,-45],[3,-89],[-49,-54],[5,-59],[-25,-70],[-85,-3],[-31,37],[-40,12],[48,-56],[7,-63],[-65,36],[-56,2],[-26,24],[-93,-14],[-48,28],[2,27],[-25,20],[-24,-19]],[[3685,8326],[11,17],[3,7],[0,37],[-2,11],[-3,11],[1,57],[-1,19]],[[3694,8485],[38,-12],[21,18],[49,1],[17,-22],[73,-8],[-1,-66],[-29,-15],[67,-37],[52,-69],[23,37],[93,67],[27,-31],[85,15],[-6,-26],[24,-65],[63,6],[43,-13],[37,-69],[31,9],[22,-17],[37,39],[20,-53],[-58,-60],[-6,-28],[33,-31],[51,-1],[46,-45],[-22,-30],[28,-16]],[[5555,8585],[56,-22],[12,-70],[32,-4],[58,-81],[11,-63],[-21,-43],[70,-16],[20,-33],[37,-7],[38,-41],[123,-274],[-6,-22],[39,-30],[2,-31],[-25,-32],[16,-29],[-24,-86]],[[4552,7963],[31,25],[-5,-23],[34,2],[19,20],[-19,14],[25,6],[-10,21],[22,-4],[101,70],[32,-10],[140,40],[26,53],[-40,42],[13,19],[-17,25],[27,27],[33,-8],[35,-60],[41,-12],[33,-45],[32,8],[33,23],[-5,11],[33,3],[47,117],[38,17],[16,-8],[54,34],[78,-2],[21,40],[2,60],[80,63],[18,64],[35,-10]],[[5555,8585],[20,36],[-4,125],[-16,45],[-42,41],[-62,-1],[-60,31],[-27,89]],[[5364,8951],[6,4],[7,10],[-1,17],[-2,7],[-4,6],[15,16],[3,2],[8,5],[29,11],[21,2],[20,-2],[51,15],[21,-1],[70,-25],[63,-24],[29,-20],[20,-31],[34,-25],[41,-43],[29,-31],[4,-6],[3,-4],[35,7],[28,8],[19,17],[18,13],[21,5],[13,1],[16,5],[10,9],[4,4],[2,4],[-2,22],[-3,29],[0,13],[2,10],[4,8],[23,17],[25,8],[23,-4],[27,-34],[21,-39],[28,-34],[39,-35],[54,-8],[75,16],[10,-2],[12,-13],[11,-15],[18,-58],[6,-14],[15,-42],[-3,-21],[-8,-23],[-19,-9],[-10,-17],[-3,-17],[3,-13],[2,-5],[20,-38],[9,-17],[14,-21],[4,-9],[13,-36],[5,-25],[-2,-26],[0,-47],[1,-30],[5,-36],[11,-44],[17,-12],[22,-10],[23,-30],[1,-16],[-9,-37],[-8,-20],[10,-23],[6,-10],[14,-24],[10,-38],[3,-3],[8,0],[19,3],[16,8],[22,13],[37,22],[17,45],[12,38],[11,22],[16,10],[23,8],[22,-1],[46,-18],[53,-27],[3,-5],[3,-3],[24,-28],[31,-34],[6,-12],[4,-7],[1,-9],[0,-9],[0,-22],[0,-26],[4,-28],[5,-20],[6,-13],[11,-23],[8,-18],[-1,-6],[-17,-56],[1,-6],[-1,-5],[-8,-31],[-2,-9],[-4,-10],[-6,-8],[-6,-5],[-4,-4],[-4,-7],[-2,-6],[-1,-8],[0,-4],[-1,-9],[5,-23],[1,-5],[3,-10],[33,-59],[21,-41],[21,-32],[19,-24],[8,-13],[11,-16],[5,-7],[21,-28],[22,-31],[35,-36],[5,-50],[1,-38],[6,-8],[13,-11],[9,-3],[12,1],[15,2],[6,2],[24,29],[23,20],[11,8],[58,7],[26,-1],[16,-2],[25,-12],[7,-2],[11,0],[28,0],[54,-1],[41,-9],[12,-5],[9,-11],[7,-15],[24,-45],[8,-46],[8,-16],[12,-16],[35,-27],[27,-9],[27,0],[30,-1],[10,-1],[19,-6],[13,-16],[7,-12],[7,-8],[6,-3],[29,3],[15,17],[3,14],[32,16],[11,3],[4,1],[9,0],[65,0],[12,-1],[32,-1],[12,-1],[10,-1],[26,-8],[5,-8],[7,-14],[7,-30],[2,-32],[1,-36],[-13,-20],[-21,-18],[-36,-21],[-4,-12],[2,-25],[4,-42],[1,-23],[-3,-7],[-2,-4],[-7,-7],[-4,-2],[-6,-1],[-5,-2],[-6,-6],[-7,-17],[0,-7],[1,-9],[7,-28],[9,-34],[4,-6],[11,-16],[6,-10],[-6,-32],[-20,-3],[-13,2],[-8,3],[-19,-12],[-14,-14],[-17,-40],[-2,-3],[0,-13],[2,-6],[2,-6],[8,-23],[3,-24],[3,-50],[5,-31],[-10,-36],[-17,-21],[-29,-14],[-28,-18],[-32,-28],[0,-1]],[[3694,8485],[-6,36],[-18,16],[-15,7],[-13,7],[-14,11],[-3,2],[-3,4],[-3,8],[-3,11],[-2,7],[13,15],[10,9],[15,4],[4,-2],[5,-1],[18,1],[11,3],[14,4],[30,10],[25,9],[30,18],[6,9],[4,7],[17,32],[2,8],[1,14],[-1,16],[-7,10],[-8,38],[5,37],[0,25],[-24,56],[-34,40],[-2,2],[-41,43],[-13,9],[-20,12],[-21,8],[-17,9],[-14,8],[1,6],[4,11],[9,13],[-1,33],[-11,31],[-13,19],[-40,34],[-43,23],[-6,3],[-26,5],[-30,3],[-12,3],[-9,6],[-24,15],[-26,15],[-6,2],[-12,-1],[-20,13],[-15,28],[4,11],[5,3],[5,3],[5,2],[13,12],[2,3],[0,4],[-3,14],[-9,29],[-2,6],[-2,6],[-2,4],[-7,17],[-6,10],[-11,11],[-26,24],[-32,34],[-13,17],[5,11],[22,23],[10,6],[4,-1],[3,-2],[17,-16],[23,-18],[5,-3],[25,1],[34,3],[18,11],[14,4],[21,6],[25,-1],[5,-7],[13,-6],[25,0],[11,4],[10,7],[14,7],[24,9],[58,-9],[52,-4],[22,8],[47,22],[22,23],[31,31],[34,32],[25,7],[34,15],[30,37],[19,31],[4,10],[21,31],[9,13],[8,10],[9,9],[3,2],[37,-2],[42,-11],[64,-10],[44,-9],[13,6],[32,19],[16,26],[14,21],[59,-4],[14,36],[32,42],[25,17],[39,27],[40,16],[45,-6],[30,-27],[23,-24],[33,-25],[11,-34],[36,-18],[35,-19],[23,-28],[33,-48],[2,-5],[6,-9],[4,-6],[3,-3],[37,-28],[21,-16],[7,-11],[8,-13],[12,-22],[13,-31],[-1,-26],[1,-17],[3,-12],[12,-19],[21,-15],[17,-18],[2,-10],[-7,-6],[-5,2],[-18,6],[-38,9],[-52,6],[-19,6],[-31,-5],[-17,-5],[-11,-3],[-22,0],[-26,4],[-6,5],[-3,4],[-16,-30],[13,-32],[24,-18],[10,-9],[16,-18],[15,-18],[-3,-8],[-50,-20],[-12,-4],[-14,-3],[-11,-3],[-9,0],[-4,0],[-17,-10],[-15,-23],[41,-42],[37,3],[20,6],[5,1],[17,-1],[16,-2],[7,-2],[7,-8],[17,-31],[13,-18],[17,-7],[5,-2],[12,0],[2,3],[6,6],[6,3],[7,3],[14,4],[16,3],[14,-2],[5,-3],[12,-22],[10,-27],[2,-6],[6,-8],[11,-11],[3,-3],[6,-3],[14,-6],[17,-4],[58,-24],[28,-14],[29,-8],[20,0],[21,-11],[32,-17],[4,-15],[5,-13],[13,-31],[24,-4],[10,-3],[15,-7],[10,-5],[7,-7],[3,-3],[13,-12],[11,-9],[10,-4],[23,-7],[53,-15],[5,-1],[6,1]]],"transform":{"scale":[0.00017754940494049427,0.00014206580658065727],"translate":[20.014550499999785,41.85279899999986]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/LT.json b/dist-amd/map/TopoJSON/LT.json new file mode 100644 index 0000000000..8fc1ba2336 --- /dev/null +++ b/dist-amd/map/TopoJSON/LT.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3]]},{"type":"Polygon","arcs":[[-3,4,5,6,7]]},{"type":"Polygon","arcs":[[-6,8,9,10]]},{"type":"Polygon","arcs":[[11]]},{"type":"Polygon","arcs":[[12,-1,13,14,15]]},{"type":"Polygon","arcs":[[16,-14,-4,-8,17,18,19,20],[-12]]},{"type":"Polygon","arcs":[[-20,21]]},{"type":"Polygon","arcs":[[22,-18,-7,-11,23,24]]},{"type":"Polygon","arcs":[[25,-24,-10,26,27]]},{"type":"Polygon","arcs":[[28,-16,29,30]]},{"type":"Polygon","arcs":[[31,32,-21,-22,-19,-23,33,34]]},{"type":"Polygon","arcs":[[35,36,-30,-15,-17,-33,37,38,39]]},{"type":"Polygon","arcs":[[-34,-25,-26,40,41]]},{"type":"Polygon","arcs":[[42,43,44]]},{"type":"Polygon","arcs":[[45,-45,46]]},{"type":"Polygon","arcs":[[47,-39,48,49]]},{"type":"Polygon","arcs":[[-36,50]]},{"type":"Polygon","arcs":[[-41,-28,51,52,53]]},{"type":"Polygon","arcs":[[54,55,56,57]]},{"type":"Polygon","arcs":[[58,-49,-38,-32,59,-43,-46,60,61]]},{"type":"Polygon","arcs":[[62,-61,-47,-44,-60,-35,-42,-54,63,64,65]]},{"type":"Polygon","arcs":[[66,67,68,69,70]]},{"type":"Polygon","arcs":[[71,-31,-37,-51,-40,-48,72,73,74]]},{"type":"Polygon","arcs":[[-64,-53,75,-56,76,77]]},{"type":"Polygon","arcs":[[78,-73,-50,-59,79,80]]},{"type":"Polygon","arcs":[[81,-77,-55,82,83,84]]},{"type":"Polygon","arcs":[[85,-83,-58,86,-71,87]]},{"type":"Polygon","arcs":[[-80,-62,-63,88,89]]},{"type":"Polygon","arcs":[[-69,90,91,92,93]]},{"type":"Polygon","arcs":[[-91,-68,94,95,96]]},{"type":"Polygon","arcs":[[-96,97,98]]},{"type":"Polygon","arcs":[[-92,-97,-99,99,100]]},{"type":"Polygon","arcs":[[101,102,-65,-78,-82,103]]},{"type":"Polygon","arcs":[[-93,-101,104,105]]},{"type":"Polygon","arcs":[[-84,-86,106,107,108,109]]},{"type":"Polygon","arcs":[[110,-89,-66,-103,111,112]]},{"type":"Polygon","arcs":[[113,-74,-79,114,115,116]]},{"type":"Polygon","arcs":[[-115,-81,-90,-111,117,118]]},{"type":"Polygon","arcs":[[119,120,-107,-88,-70,-94,-106,121,122,123]]},{"type":"Polygon","arcs":[[124,-75,-114,125,126]]},{"type":"Polygon","arcs":[[-108,-121,127,128]]},{"type":"Polygon","arcs":[[129,-104,-85,-110,130,131]]},{"type":"Polygon","arcs":[[-123,132,133]]},{"type":"Polygon","arcs":[[134]]},{"type":"Polygon","arcs":[[135,136,-112,-102,-130,137]]},{"type":"Polygon","arcs":[[138,-124,-134,139,140]]},{"type":"Polygon","arcs":[[141]]},{"type":"Polygon","arcs":[[142,-116,-119,143,144,145]]},{"type":"Polygon","arcs":[[-127,146,147,148,149,150]]},{"type":"Polygon","arcs":[[-149,151,152]]},{"type":"Polygon","arcs":[[153,-147,-126,-117,-143,154]]},{"type":"Polygon","arcs":[[155,-128,-120,-139,156,157]]},{"type":"Polygon","arcs":[[-150,-153,158,159]]},{"type":"Polygon","arcs":[[160,161,-131,-109,-129,-156,162]]},{"type":"Polygon","arcs":[[163,-144,-118,-113,-137,164,165,166],[-135]]},{"type":"Polygon","arcs":[[167,-138,-132,-162,168,169],[-142]]},{"type":"Polygon","arcs":[[170,-145,-164,171]]},{"type":"Polygon","arcs":[[-157,-141,172,173]]},{"type":"Polygon","arcs":[[-159,-152,-148,-154,174,175]]},{"type":"Polygon","arcs":[[176,-163,-158,-174,177]]},{"type":"Polygon","arcs":[[178,-169,-161,-177,179]]},{"type":"Polygon","arcs":[[180,-165,-136,-168,181,182]]},{"type":"Polygon","arcs":[[183,-166,-181,184]]},{"type":"Polygon","arcs":[[-175,-155,-146,-171,185,186]]},{"type":"Polygon","arcs":[[-182,-170,-179,187]]},{"type":"Polygon","arcs":[[-186,-172,-167,-184,188]]}]}},"arcs":[[[5166,1058],[16,-22],[-13,-15],[-6,-80],[14,-20],[-15,0],[-1,-11],[-39,2],[-2,-9],[34,-13],[0,-8],[-28,2],[-15,-21],[8,-24],[-2,-21],[17,-1],[27,15],[9,28],[38,-29],[0,-23],[12,0],[5,-9],[-1,-8],[-4,4],[3,-18],[8,-9],[-11,-10],[-11,10],[-19,-55],[40,-34],[11,33],[22,7],[43,-35],[72,-18],[22,-15],[32,11],[20,26],[12,-4],[3,-19],[12,-9],[38,4],[10,-257],[-25,-4],[19,-112]],[[5521,287],[-15,-15],[-17,-1],[-15,-13],[-1,-3],[-20,-5],[-7,2],[-5,1],[-16,-23],[-5,-6],[-7,3],[-20,3],[-17,4],[-10,-11],[-12,-12],[2,-23],[0,-8],[-3,-8],[-15,-5],[-23,-8],[-34,-10],[-58,-19],[-45,-14],[-6,-2],[-23,-7],[-16,12],[-8,-1],[-5,32],[10,-7],[-2,33],[-7,19],[-8,32],[-22,17],[-2,-2],[-11,-7],[-9,6],[-9,9],[-14,15],[-2,9],[-6,8],[-7,4],[-3,-3],[-5,-7],[-2,-3],[0,-2],[1,-10],[1,-10],[0,-5],[0,-2],[-2,-17],[-1,-4],[0,-2],[-3,-7],[-2,-2],[-1,-2],[-4,-3],[-11,-8],[-3,-2],[-6,-7],[-3,-5],[-2,-1],[-3,-2],[-3,0],[-7,0],[-3,1],[-3,2],[-4,2],[-6,9],[-2,5],[-5,8],[-4,9],[-3,3],[-1,1],[-3,2],[-19,7],[-2,0],[-6,1],[-2,-1],[-3,-1],[-10,-9]],[[4896,221],[-9,35],[-13,7],[-26,45],[3,14],[-9,1],[-2,8],[55,61],[16,29],[6,29],[5,-1],[23,38],[-5,35],[-14,-15],[3,-7],[-11,-25],[-8,5],[-13,35],[11,53],[5,-6],[12,31],[-16,24],[-6,49],[7,27],[15,15],[5,46],[-5,11],[-78,41],[-10,14],[10,50],[-10,36],[15,27],[-10,35],[48,13],[-2,19],[48,22],[29,-9],[25,53],[-1,46],[27,-31],[34,25],[6,-12],[13,12],[16,-21],[36,8]],[[5121,1093],[21,-6],[13,-27],[11,-2]],[[4896,221],[-5,-5],[-13,-18],[-3,-6],[-2,-5],[-2,-4],[-2,-4],[-1,-2],[-5,-4],[-4,-3],[-5,-3],[-4,-3],[-2,-1],[-11,-10],[-1,-1],[-2,-4],[-1,-4],[0,-3],[0,-2],[1,-12],[1,-5],[2,-3],[2,-3],[4,-5],[13,-10],[3,-3],[4,-6],[2,-4],[2,-4],[2,-9],[0,-4],[0,-7],[0,-7],[-1,-3],[-1,-2],[-1,-2],[-2,-3],[-5,-3],[-3,0],[-3,-2],[-2,-2],[-2,-1],[-3,-4],[-2,-4],[-1,-1],[-5,-9],[-2,-4],[-1,-3],[-2,-2],[-4,-1],[-2,0],[-10,3],[-2,0],[-14,-5],[-2,1],[-4,3],[-1,5],[0,5],[0,2],[3,16],[-1,13],[-4,12],[-7,12],[-5,11],[1,7],[-1,8],[-1,2],[-1,3],[-5,4],[-11,6],[-9,-1],[-6,0],[-7,4],[-10,7],[-16,15],[-6,6],[-18,10],[-8,4],[-12,-17],[-24,-5],[-24,-1],[-11,1],[-15,6],[-9,2],[-4,-1],[-9,-5],[-13,-9],[-2,-1],[-4,-4],[-2,-4],[-13,-3],[-13,-1],[-17,-23],[-3,1],[-4,5],[-4,15],[-1,7],[-5,28],[-8,0],[-10,2],[-3,2],[-5,6],[-4,13],[-18,8],[-24,-6],[-23,-1],[-7,7],[-6,10],[-2,5],[-3,11],[-8,10],[-9,3],[-2,1],[-5,3],[-3,6],[2,1],[1,3],[-1,6],[-12,19],[-19,24],[-11,13],[-1,1],[-1,4],[-3,13],[-1,9],[-2,23],[-2,10],[-2,12],[-2,15],[2,17],[12,19],[21,15],[10,12],[3,17],[1,22],[8,27],[7,6],[4,14],[1,15],[4,21],[3,17],[0,16],[-3,21],[3,20],[2,15],[-6,24],[-1,4],[-5,6],[-5,17],[-1,18],[0,21],[0,5],[-3,8],[-14,26],[-4,16],[-2,17],[-1,2],[-2,13],[-1,8],[-5,0],[-5,2],[-6,14],[2,18],[1,22],[1,21],[-8,30],[-2,17],[-4,24],[-8,11],[-7,7],[-8,11],[-8,26],[-15,24],[-5,11],[-6,8],[-15,4],[-16,3],[-8,0],[-10,0],[-6,30],[-2,15],[-9,13],[-2,2],[-3,1],[-2,3],[-2,3],[-2,2],[-2,3],[-2,4],[-1,3],[-8,30],[-7,27],[-6,11],[-5,10],[-3,9],[-3,11],[1,4],[-1,4],[-1,2],[-10,12],[-10,8],[-13,-2],[-3,2],[-7,6],[-4,6],[-3,14],[-5,14],[-5,12],[-9,15],[-13,16],[-5,2],[-22,4]],[[4025,1396],[2,65],[14,0],[0,32],[-32,75],[55,52],[-13,65],[16,19],[-3,27],[5,32],[18,-9],[18,26],[-5,31],[47,13],[11,21]],[[4158,1845],[76,-8],[-10,47],[5,36],[-6,10],[9,12],[-16,17],[-2,17],[36,-10],[58,63],[41,-2]],[[4349,2027],[48,-4],[37,41],[8,0],[-3,-71],[54,4],[4,-41],[-30,-5],[9,-99],[-41,1],[0,-118],[68,-2],[54,53],[4,-31],[39,6],[-2,-7],[34,-79],[77,53],[26,-16],[3,-13],[13,2],[26,-63],[33,-34],[25,-52],[32,7],[12,-12],[0,-33],[13,-23],[9,1],[12,35],[14,-10],[36,-4],[66,15],[35,-102],[17,-1],[3,-23],[9,5],[15,33],[42,-37],[-21,-24],[-12,-54],[1,-69],[-7,-47],[-19,-53],[13,-44],[16,-19]],[[4025,1396],[-11,5],[-25,6],[-4,0],[-2,-2],[-5,2],[-9,4],[-12,14],[-21,-2],[-17,-3],[-14,-7],[-20,10],[-9,3],[-7,16],[-3,8],[-7,19],[-5,7],[-6,5],[-10,13],[-5,9],[-3,7],[-2,4],[-3,10],[-1,4],[-2,7],[-7,2],[-9,2],[-3,1],[-7,-1],[-18,5],[-3,4],[-21,14],[-7,9],[-1,1],[-3,9],[2,10],[5,26],[-19,18],[-14,7],[-13,-11],[-8,-8],[-13,-9],[-4,-3],[-19,-15],[-12,-20],[-13,-3],[-14,12],[-12,9],[-13,12],[-1,1],[-13,11],[-17,10],[-15,14],[5,33],[2,11],[8,24],[14,21],[7,9],[-9,17],[-17,15],[-4,1],[-13,4],[-16,6],[-13,5],[-4,2],[-16,7],[-16,15],[-10,10],[2,6],[9,27],[9,25],[5,11],[3,12],[-14,4]],[[3482,1907],[5,69],[25,-2],[1,14],[-45,18],[4,55],[-11,2],[7,84],[68,1],[2,23],[41,-6],[1,9],[46,-5],[38,75],[-4,48],[13,12],[48,-12],[1,14],[17,9]],[[3739,2315],[49,-22],[31,-27],[1,9],[6,-1],[12,-17],[19,-2],[9,-16],[7,1],[0,-12],[33,-15],[-3,15],[16,-21],[23,68],[20,0],[13,-16],[8,9],[16,-5],[16,11],[23,-18],[7,4],[4,-7],[-8,-36],[-12,-28],[-14,-7],[-2,-45],[42,-16],[18,-29],[-8,-22],[-5,9],[-20,-2],[-18,-13],[-11,13],[3,-27],[8,-10],[31,-6],[19,-19],[12,-26],[66,-33],[-6,-2],[14,-109]],[[5290,2103],[-35,-22],[-9,-31],[37,7],[6,-17],[13,-10],[-7,-17],[12,-22],[16,8],[29,-40],[-37,-16],[16,-27],[-1,-34],[7,-23],[-3,-14],[-31,32],[-17,-49],[-54,54],[-25,5],[-14,-10],[-3,-19],[-8,8],[-2,-17],[-27,9],[17,47],[14,9],[-8,27],[-50,10],[-18,-5],[46,53],[19,15],[8,-3],[7,34],[-8,32],[14,60],[13,-3],[-2,-9],[14,7],[2,-12],[16,1],[12,-20],[13,21],[15,4],[0,-7],[5,8],[20,3],[-12,-27]],[[6599,981],[-13,2],[-4,-2],[-3,-1],[-12,-5],[-6,-3],[14,-21],[13,-20],[3,-7],[-1,-2],[-12,-12],[-2,-3],[-14,-15],[-8,-9],[-10,-11],[-9,-9],[-2,-2],[-5,-5],[-13,-2],[-5,8],[-5,9],[-6,-2],[-5,-4],[-2,-10],[5,-28],[2,-12],[2,-9],[6,-15],[7,-7],[8,-5],[12,-15],[11,-23],[6,-13],[4,-12],[4,-13],[4,-10],[5,-9],[4,-9],[5,-27],[3,-22],[0,-10],[-1,-1],[-2,-8],[-2,-18],[1,-7],[0,-5],[1,-2],[7,-3],[15,-16],[4,-7],[5,-12],[12,0],[10,4],[5,3],[0,6],[12,9],[13,-18],[-2,-13],[-5,-9],[-9,-9],[-7,14],[-9,-2],[-22,-7],[-7,-7],[0,-9],[1,-11],[0,-9],[-5,-10],[-18,-19],[-7,-6],[-18,-21],[2,-11],[2,-3],[8,-8],[6,-4],[0,-3],[-4,-4],[-5,-2],[-8,0],[-14,5],[-11,3],[-11,-1],[-16,-12],[-10,-5],[-9,-2],[-12,-11],[-12,-17],[-11,-14],[-3,-3],[-4,-8],[-18,-23],[6,-4],[3,-3],[7,-10],[-3,-12],[-22,4],[-33,-11],[-6,3],[-15,-2],[-17,-9],[2,16],[0,4],[7,7],[6,20],[0,4],[-1,16],[0,3],[-1,9],[0,4],[3,30],[1,4],[5,6],[4,7],[2,18],[1,13],[7,28],[-13,27],[-11,3],[-5,0],[-4,0],[-24,-4],[-18,-32],[4,-2],[-7,-10],[-18,3],[-10,9],[-4,-3],[-17,-9],[-5,13],[-4,6],[-9,-8],[-7,-8],[-6,-7],[-4,-7],[-6,-14],[-7,-14],[-5,-11],[-9,-7],[-4,-2],[-13,-6],[-22,-9],[-3,-3],[-9,-8],[-2,-3],[-15,-25],[-24,-21],[-22,-21],[-10,-4],[-8,4],[-8,-1],[-8,-21],[4,-24],[-3,-18],[-3,-6],[-5,-12],[-16,-23],[-7,-11],[-13,-14],[-4,-3],[-3,-1],[-13,-23],[-3,-8],[-5,-9],[-5,-7],[-4,-4],[-2,-8],[-1,-11],[-2,-9],[-1,-4],[-2,-7],[-10,-14],[-15,-12],[-11,-3],[-10,11],[-41,-2],[-24,-1],[-3,-2],[-2,-1],[-6,-2],[-12,-4],[-6,-2],[-35,-16],[-37,31],[-9,6],[-11,7],[-11,8],[-12,14],[-4,8],[0,2],[-1,12],[1,3],[6,6],[2,2],[0,2],[2,6],[0,9],[0,2],[-3,2],[-6,-3],[-17,-10],[-12,-8],[-17,39],[-6,13],[-17,11],[-8,13],[-2,4],[4,26],[-16,15],[-16,-9],[-13,-22],[-24,8],[-10,7],[-5,4],[1,13],[5,12],[1,9],[-22,45]],[[5166,1058],[18,-3],[9,9],[5,14],[-3,23],[11,19],[49,-31],[32,39],[24,-3],[-5,42],[10,16],[-4,30],[47,4],[-1,70],[4,6],[27,2],[0,10],[11,14],[-7,33],[28,6],[-10,28],[5,16],[-15,20],[9,24],[-4,6],[23,18],[11,26],[19,-7],[8,13],[15,-10],[17,12],[24,-42],[23,12],[-8,13],[7,8],[23,-36],[18,-12],[2,10],[85,33],[16,19],[20,3],[10,19],[24,7],[-4,40],[26,26],[5,-23],[39,15],[0,-9],[25,2],[11,-15],[4,36],[-13,4],[0,6],[19,53],[8,7],[4,24],[-7,6],[-18,-34],[-21,28],[13,28],[11,9],[-4,28],[5,0],[3,11],[5,-11],[12,5],[-15,16],[-22,-2],[32,28],[-7,48],[18,14],[9,-18],[23,7],[12,-22],[-7,-6],[31,-52],[10,13],[23,-15],[13,18],[-4,16],[8,11],[-1,11],[-36,42],[-6,30],[13,17],[-5,30],[5,4],[-12,21],[-18,6],[1,7],[-15,12],[4,4],[-7,25],[16,4],[-7,27]],[[5922,2070],[1,10],[23,-14],[66,-8],[19,6],[2,17],[73,7],[-11,-26],[2,-23],[32,-21],[-1,26],[23,-3],[-4,-14],[7,1],[3,-13],[15,8],[-3,24],[5,7],[1,40],[18,-14],[29,18],[4,13],[-5,6],[10,16],[61,-8],[4,27],[18,5],[36,-58],[26,1],[27,-14],[1,-66],[-14,-1],[-11,-14],[9,-55],[17,-25],[8,20],[7,0],[1,23],[10,24],[17,-33],[3,11],[92,23],[2,-29],[41,10],[2,-10],[29,-1],[-6,32],[20,8],[-2,20],[7,-10],[18,1],[9,17],[50,13],[7,-33],[8,-2],[18,60],[31,22],[2,-10],[7,2],[28,23],[22,-12],[21,23],[8,-8],[23,5],[23,19]],[[6911,2133],[9,-64],[-27,-8],[13,-96],[-38,-10],[6,-51],[-69,-11],[-54,-20],[6,-48],[-27,-6],[9,-75],[-10,-2],[27,-21],[-11,-41],[21,-121],[-90,-5],[-13,-19],[3,-18],[24,-35],[-42,-7],[-2,-13],[-11,-4],[-1,-50],[-23,2],[-13,-19],[-19,11],[-5,-15],[3,-19],[-8,-1],[-2,13],[-10,0],[5,-61],[-46,5],[-9,-29],[-16,9],[-27,-22],[14,-11],[-9,-6],[0,-76],[15,0],[0,-35],[3,6],[15,-5],[-2,14],[11,0],[29,-11],[14,-26],[13,6],[3,-51],[10,2],[2,-6],[-14,-22],[11,-18],[-3,-4],[8,-3],[15,-55]],[[5883,2493],[-2,-15],[-14,-18],[14,-6],[0,-9],[-15,-8],[18,-19],[8,4],[7,-7],[-26,-7],[1,-26],[13,0],[4,-58],[-26,-11],[-3,-16],[-14,1],[13,-38],[27,0],[28,-38],[-1,-35],[9,-13],[-37,-62],[-2,-37],[14,-4],[0,9],[15,0],[-4,12],[9,-2],[-6,9],[4,5],[5,-34]],[[4349,2027],[-3,203],[35,0],[11,18],[42,9],[61,53],[25,1],[1,25],[5,0],[2,26],[12,32],[26,11],[1,9],[28,-5],[9,-12],[12,-24],[10,-73],[15,-39],[51,38],[19,-43],[45,-28],[6,12]],[[4762,2240],[15,-4],[0,-16],[20,-16],[12,20],[16,-18],[8,31],[-7,9],[11,13],[11,-15],[111,-10],[-2,-24],[-19,2],[2,-27],[83,41],[-9,36],[-9,9],[5,25],[112,11],[8,29]],[[5130,2336],[10,-9],[15,0],[38,37],[4,44],[-27,5],[-5,12],[13,28],[18,82],[33,26],[57,15],[31,-11],[30,-45],[7,-36],[-3,-19],[34,25],[12,24],[70,-8]],[[5467,2506],[48,3],[0,23],[13,44],[60,0],[0,8],[26,7],[6,20],[29,-12],[-21,-15],[3,-58],[12,-48],[77,-30],[44,22],[23,-15],[5,-12],[12,16],[5,-14],[8,16],[12,-11],[6,10],[6,-7],[20,3],[-2,35],[11,14],[13,-12]],[[5130,2336],[-32,21],[-45,71],[-69,64],[9,33],[71,64],[36,9],[38,45],[14,28],[6,38],[16,4],[22,-12],[9,16],[-1,24],[-15,27],[-20,-4],[-20,7],[-38,61],[-4,16],[9,9],[-5,7],[8,11],[-10,20],[13,24],[-6,10],[15,10],[20,5],[18,-9],[35,-109],[12,21],[20,-16],[26,17],[28,-6],[-3,-36],[18,-18],[14,5],[3,-10],[7,3],[4,-48],[7,11],[14,-10],[-7,-16],[13,-26],[10,14],[-3,-11],[8,-6],[-6,-4],[10,-8],[17,6],[4,-12],[13,-1],[10,-17],[7,14],[10,-8],[-3,-26],[-12,-16],[11,-6],[-18,-42],[9,-10],[-2,-20],[5,17],[6,0],[35,-38],[-4,-17]],[[4594,2931],[29,-24],[-82,-40],[7,-29],[30,11],[3,-11],[-20,-32],[51,2],[14,10],[41,-89],[-70,-43],[39,-90],[10,2],[15,-22],[10,-50],[37,4],[-2,10],[47,17],[11,-27],[5,-64],[59,-91],[-20,-23],[4,-26],[-27,-38],[-17,-9],[-11,-34],[5,-5]],[[3739,2315],[11,61],[10,-5],[6,15],[-2,22],[44,-9],[-5,18],[32,107],[-47,46],[9,94],[36,19],[31,1],[51,-42],[10,17],[2,33],[55,119],[-8,5],[40,202],[31,-7],[18,28],[6,53],[-5,4]],[[4064,3096],[1,17],[12,-3],[8,36],[11,4],[30,7],[-1,-8],[35,-39],[18,7],[13,30],[26,2],[8,-19],[29,-6],[9,48],[16,-2],[7,-10],[17,3],[-4,-34],[14,-86],[42,-8],[2,-16],[-11,-4],[6,-32],[14,2],[37,-79],[-6,-14],[7,-15],[18,27],[3,24],[11,-8],[29,27],[2,-8],[9,-4],[13,12],[39,3],[8,-11],[7,6],[13,-20],[29,10],[9,-4]],[[3962,3359],[-3,-107],[-8,-1],[-1,-40],[6,-1],[-10,-49],[8,-11],[8,8],[-2,-8],[21,-16],[11,-1],[3,10],[19,-20],[24,-1],[-1,-11],[10,4],[11,-21],[6,2]],[[3482,1907],[-7,2],[-8,1],[-19,12],[-6,9],[-23,3],[-5,2],[-3,0],[-5,2],[-8,2],[-7,3],[-8,4],[-24,10],[-5,1],[-24,5],[-18,5],[-25,3],[0,8],[1,28],[-8,1],[-12,-2],[-15,-2],[-3,1],[-4,2],[-7,2],[-7,2],[-21,-14],[-8,-6],[-7,-9],[-5,-16],[-7,-22],[-9,-26],[-7,-21],[-3,-12],[-4,-17],[-3,-8],[0,-3],[-9,-9],[-10,-9],[-4,-2],[-3,-3],[-7,-7],[-14,17],[-11,22],[-4,11],[-9,31],[-7,13],[-50,218],[-58,39],[-1,2],[2,17],[2,32],[-1,15],[-2,25],[-2,13],[-4,21],[-2,9],[-1,15],[0,25],[-1,22],[-3,24],[-5,17],[-9,16],[-9,45],[7,40],[13,26],[13,26],[10,25],[10,17],[-9,10],[-5,4],[-4,7],[-2,3],[-5,28],[-6,3],[-6,5],[-5,4],[-3,4],[-1,2],[-2,5],[-1,3],[0,4],[1,7],[1,11],[2,7],[1,2],[19,13],[5,17],[9,16],[13,8],[4,1],[7,6],[3,16],[1,4],[-1,10],[4,17],[4,17],[5,3],[10,5],[15,6],[2,5],[7,14],[0,17],[-8,21],[-4,4],[-1,3],[7,17],[15,1],[2,9],[2,11],[-2,7],[-4,4],[-4,3],[-9,4],[-9,9],[-5,8],[-10,18],[-1,2],[-3,8],[0,2],[3,2],[2,1],[8,1],[3,1],[1,2],[2,10],[-1,5],[-5,9],[-6,10],[-9,4],[-5,19],[0,11],[1,8],[5,23],[3,6],[2,3],[6,4],[6,6],[5,8],[9,12],[2,8],[-1,7],[-5,9],[-5,8],[-5,11],[1,16],[3,28],[15,12],[4,3],[6,5],[6,6],[15,16],[2,6],[4,9],[3,16],[5,9],[6,2],[17,16],[9,-10],[6,-10],[16,6],[6,23],[-10,-4],[3,13],[0,3],[8,24],[23,7],[33,10],[7,8]],[[3222,3427],[23,-20],[-6,-20],[18,-2],[15,12],[26,47],[-8,6],[6,18],[20,10],[72,-29],[20,39],[31,13],[59,-1],[8,-107],[11,4],[23,-6],[21,-15],[14,6],[3,-18],[14,2],[7,-23],[30,-20],[10,14],[26,4],[13,-7],[1,-13],[9,-12],[8,7],[37,-12],[9,-11],[-3,-28],[8,-7],[-4,-16],[18,17],[21,-14],[9,13],[21,-2],[11,20],[22,3],[19,24],[26,-6],[1,9],[35,27],[5,17],[6,-4],[1,9],[24,4]],[[7967,2273],[1,-5],[-2,-6],[-1,-6],[-5,-8],[-7,3],[-8,-1],[-5,-4],[-8,-7],[-7,-9],[-8,-10],[-8,-6],[-3,-2],[-4,-2],[4,-11],[3,-7],[12,-1],[3,6],[2,3],[2,3],[14,-10],[4,-7],[-1,-4],[-2,-3],[-8,-27],[0,-23],[8,-21],[2,-6],[7,-35],[0,-12],[-3,-14],[-2,-6],[-9,-17],[-4,-6],[-9,-18],[-11,-22],[-5,-12],[-3,-3],[-15,3],[-4,8],[-2,3],[-3,5],[-3,-13],[-5,-26],[1,-4],[0,-5],[1,-8],[8,-19],[4,-27],[-11,-9],[-24,-18],[-6,-4],[-2,-2],[-3,-2],[-10,-28],[-4,-20],[-5,-46],[-14,0],[-5,0],[-9,1],[-7,-1],[-5,-1],[1,-11],[1,-12],[1,-5],[1,-7],[3,-6],[19,0],[2,0],[3,-14],[-6,-17],[7,-26],[9,-5],[8,3],[9,5],[13,6],[23,11],[3,-24],[28,-12],[17,-8],[4,-1],[4,-1],[12,27],[2,2],[3,1],[2,-1],[8,-5],[11,-22],[33,44],[26,7],[14,-22],[18,-32],[16,-27],[8,-25],[-8,-12],[-2,-2],[-8,-12],[10,-13],[3,-6],[-15,-19],[24,-35],[15,18],[9,-7],[15,-4],[16,-5],[10,-16],[-1,-11],[4,-22],[2,-7],[4,-18],[8,-18],[6,-11],[11,-18],[9,-9],[11,-6],[4,-7],[1,-8],[-14,-10],[-15,-10],[-1,-2],[0,-1],[-15,-13],[-10,-7],[0,-18],[2,-7],[2,-9],[9,-21],[11,-10],[8,-7],[3,-5],[4,-10],[2,-7],[5,-19],[-1,-8],[-4,-11],[-3,-9],[-4,-7],[1,-13],[9,-20],[1,-22],[4,-14],[11,-8],[-5,-41],[-3,-3],[-7,3],[-1,5],[1,2],[3,9],[1,6],[-9,2],[-8,-2],[-12,-5],[-8,2],[-10,2],[-23,5],[-9,1],[-19,5],[-3,12],[-5,5],[-7,4],[-3,2],[-4,2],[-2,1],[-12,-2],[-3,-2],[4,-12],[2,-12],[-8,-18],[-4,-4],[-9,-8],[-10,10],[0,-3],[3,-21],[1,-12],[-5,-19],[-1,-5],[-1,-4],[-6,3],[-7,0],[-12,-1],[-11,-3],[-8,-10],[-9,-12],[-3,-17],[-3,-9],[-19,-3],[-10,8],[-13,28],[0,10],[2,11],[-7,5],[-18,-8],[-7,1],[-12,4],[1,13],[-13,1],[-13,2],[-8,3],[-17,10],[-1,1],[-9,-1],[-7,-3],[-12,-12],[-1,3],[-4,9],[-5,15],[-17,7],[-8,4],[-7,10],[0,7],[0,17],[-10,4],[-2,2],[-2,2],[-4,5],[-7,28],[-3,24],[6,20],[22,7],[13,7],[12,9],[20,17],[10,10],[4,24],[2,8],[-1,19],[-1,7],[-4,13],[-4,3],[-19,13],[-2,25],[4,4],[13,-4],[6,10],[6,9],[10,-12],[7,-8],[8,-8],[17,-1],[1,23],[1,6],[-3,4],[-16,21],[-14,26],[-5,17],[-1,5],[-1,14],[-5,27],[-4,24],[1,12],[-3,14],[-11,-1],[-8,2],[-11,6],[-23,12],[-15,7],[-6,43],[-6,21],[-1,27],[2,14],[-1,2],[-11,4],[-6,2],[-5,-2],[-6,-6],[0,-15],[2,-8],[-6,0],[-17,1],[-6,1],[-1,-12],[-1,-18],[-3,-3],[-21,-13],[-11,0],[-10,2],[4,26],[-20,0],[-17,-9],[-24,-26],[-1,0],[-9,-3],[-7,-4],[-3,-11],[-2,-10],[-2,-9],[-7,-8],[-11,-13],[-3,2],[-18,11],[-16,-17],[-17,-15],[-4,-8],[-2,-3],[-3,-4],[-9,-7],[-1,0],[-10,-1],[-5,5],[-13,3],[-11,-6],[-13,-8],[-12,1],[-7,0],[-12,-2],[-6,0],[-11,0],[-5,1],[-2,4],[-1,1],[-10,19],[-13,23],[-1,1],[-5,1],[-4,0],[-10,-34],[-8,-19],[-5,-15],[-6,-24],[-2,2],[-6,7],[-9,12],[-13,27],[-3,-1],[-11,-8],[-4,-4],[-10,-9],[-5,-6],[0,-15],[0,-22],[-1,-13],[-1,-6],[-2,-4],[-2,-3],[-7,-4],[-2,-2],[-1,-3],[0,-2],[0,-4],[-1,-18],[-1,-25],[0,-2],[-3,-11],[-2,-5],[-8,-20],[-5,-12],[-7,-12],[-2,-2],[-21,-18],[-6,-6],[-8,-6],[-10,-5],[1,-22],[0,-11],[-7,-8],[-15,-6],[-7,-5],[-10,-11],[-10,-17],[-3,-7],[-6,-11],[-5,-8],[-4,-8],[-12,-16],[-3,-5],[-3,-6],[-6,-14],[-10,-17],[-3,-5],[-4,-6],[-13,-28],[-8,-6],[-13,-3],[-4,-4],[-1,-6],[-3,-19],[0,-2],[-6,-7],[-11,2],[-7,6],[-9,7],[-20,-2],[-2,0],[-14,-2],[-8,-1],[-22,4],[-5,5],[-3,2],[-10,12],[-22,7],[-14,19],[-3,25],[-2,19],[-5,14],[-6,11],[-5,5],[-9,10],[-18,3],[-10,-5],[-12,-9],[-10,-6],[-6,-3],[-21,-12],[-20,-17],[-18,-9],[-21,-15],[-7,-4],[-16,-7],[-10,-1],[-8,2],[-19,-4],[-23,-5],[-4,1]],[[6911,2133],[0,11],[87,29],[5,10],[-9,47],[7,5],[-2,18],[34,11],[30,44],[9,-3],[2,-10],[16,6],[2,11],[23,3],[10,15]],[[7125,2330],[-13,-29],[6,1],[2,-8],[-6,-34],[14,-3],[1,-26],[36,58],[30,17],[17,49],[29,35],[12,-13],[5,-27],[12,-17],[1,-18],[-17,-50],[26,-18],[10,-25],[19,-6],[13,15],[66,-8],[17,7],[16,21],[-1,86],[9,-4],[17,21],[16,-11],[20,23],[3,-13],[42,2],[5,11],[41,-7],[5,-13],[13,-2],[-5,-14],[6,-11],[15,20],[10,4],[6,-12],[7,10],[-6,29],[10,6],[20,-30],[7,4],[55,-65],[16,6],[1,-12],[28,16],[-6,-27],[14,6],[6,-37],[8,-6],[19,14],[2,23],[19,-1],[3,-28],[28,-8],[4,-10],[5,24],[-11,1],[6,29],[18,16],[9,-5],[18,7],[11,40],[27,-11],[5,-48],[15,-9],[6,8]],[[5389,3315],[-40,-67],[-30,-108],[6,-46],[19,-23],[43,-14],[9,-10],[12,3],[14,29],[14,8],[6,40],[12,11],[49,-42],[34,-8],[-1,-11],[14,-2],[-5,-40],[43,-25],[11,37],[37,2],[22,-24],[15,27],[3,-33],[35,0],[5,47],[26,2],[-1,-6],[7,-3],[-3,-18],[30,-8],[0,-8],[11,5],[17,-7],[-1,-7],[24,-1],[-9,-54],[3,-12],[13,6],[52,-27],[58,-63],[13,12]],[[5956,2877],[26,-5],[13,-39],[-11,-9],[24,-40],[-11,-19],[-15,10],[-6,15],[-7,-7],[-14,-48],[27,-19],[-15,-11],[-35,14],[14,15],[-8,9],[-14,-11],[2,-22],[-12,32],[-15,-5],[6,-10],[-7,-21],[2,-38],[-15,-37],[11,-30],[-1,-71],[-12,-37]],[[4594,2931],[6,19],[-6,12],[30,22],[-1,12],[-9,3],[-10,77],[-49,109],[51,39],[-45,103],[18,51],[-4,36],[-37,-8],[-20,-22],[-44,2],[1,20],[29,-1],[-1,9],[10,12],[16,6],[25,55],[-18,14],[-1,21],[17,-3],[17,35]],[[4569,3554],[20,-26],[34,52],[28,-6],[-3,9],[8,-9],[29,-6],[17,-18],[-4,-8],[77,-2],[8,-60],[13,4],[-1,-15],[-8,-2],[12,-21],[-10,-13],[13,-38],[40,-21],[6,5],[38,-49],[-29,-23],[3,-17],[8,-5],[6,-1],[6,15],[3,-5],[3,-13],[-8,-24],[10,-28],[-6,-10],[8,6],[2,19],[18,12],[1,8],[21,-13],[10,52],[16,-5],[6,14],[33,-15],[10,33],[34,16],[-6,21],[7,-8],[9,9],[4,-10],[18,0],[13,-28],[12,20],[59,24],[10,-3],[22,16],[19,75],[33,-40],[6,4],[36,-22],[37,-79],[26,27],[17,6],[26,-43]],[[6999,3109],[-5,-1],[7,-64],[14,-27],[-1,-10],[12,-11],[41,8],[-12,-15],[10,-3],[1,-13],[-62,-1],[1,-46],[-11,-5],[14,-13],[-31,-16],[3,-10],[-26,-4],[1,-6],[-35,-27],[71,-14],[21,-81]],[[7012,2750],[-29,-67],[-57,-104],[23,-13],[71,-6],[18,55],[34,-31],[-8,-4],[3,-5],[-8,-12],[20,-25],[16,-5],[7,18],[19,-9],[-1,-27],[38,7],[-1,-10],[9,-11],[-3,-47],[-38,-21],[9,-30],[-9,-73]],[[5956,2877],[26,18],[-4,22]],[[5978,2917],[19,6],[14,16],[16,2],[34,49],[18,-24],[28,-2],[10,-13],[11,8],[10,-17],[10,6],[17,-18],[16,16],[8,-7],[24,19],[26,0],[5,-10],[30,8],[47,-33],[60,41],[5,-11],[42,-14],[23,-30],[45,1],[31,41],[-4,9],[6,11],[14,5],[4,22],[12,18],[-17,26],[13,19],[10,46],[16,5],[3,21],[32,36],[32,80],[11,-5],[6,8],[19,-14],[4,23],[9,1],[5,-10],[21,-1],[28,-21],[16,2],[17,-18],[6,25],[45,53]],[[6835,3292],[8,-12],[16,4],[10,-9],[37,24],[11,-9],[1,-14],[-18,-17],[-2,-20],[24,-14],[22,13],[20,-8],[22,-20],[20,-37],[-7,-64]],[[3962,3359],[0,12],[16,22],[-39,45],[-4,32],[34,116],[18,3],[10,59],[-25,11],[2,46],[-19,2],[-9,22],[41,100],[-20,14],[25,32],[6,-5],[15,20],[33,-19],[102,202],[-4,37],[4,9]],[[4148,4119],[138,-78],[6,-148],[7,-2],[-1,-11],[32,-8],[-3,-9],[7,-12],[11,-1],[-6,29],[60,32],[4,-12],[64,-62],[4,-9],[-14,-21],[-42,15],[-10,-21],[43,-35],[-4,-10],[10,-9],[11,5],[0,-38],[15,-5],[14,34],[27,-20],[20,-28],[-30,-65],[58,-76]],[[5345,3974],[-3,-3],[12,-26],[0,-31],[21,-4],[19,-18],[11,-47],[12,-23],[68,-43],[34,-86],[19,-24],[33,-13],[19,-27],[9,-24],[-8,-41]],[[5591,3564],[-20,12],[-22,-2],[2,44],[-29,36],[-5,33],[-7,13],[-5,-5],[5,8],[-6,14],[-33,-21],[-20,8],[-12,16],[-5,36],[-25,-36],[-19,-4],[-10,9],[-8,35],[3,18],[25,61],[-3,29],[-10,8],[-29,-5],[-33,29],[-56,-48],[10,-6],[-15,-1],[-2,-19],[7,-13],[-7,5],[-24,-58],[-18,-5],[-16,11]],[[5204,3766],[58,159],[13,8],[9,27],[28,24],[33,-10]],[[5348,3978],[-3,-4]],[[5204,3766],[7,-20],[24,-7],[4,-7],[-6,-3],[16,-20],[-25,-34],[-27,29],[-22,-10],[-17,-23],[-8,2],[-12,5],[-13,31],[-18,-30],[-61,-61],[20,25],[3,15],[-14,79],[-19,-1],[-54,24],[-7,-42],[-28,8],[6,21],[-19,16],[-23,-28],[-22,69],[39,26],[29,7],[-2,54],[-8,28],[-41,6],[-32,15],[4,12],[-28,9],[-91,88],[19,5],[36,-24],[9,12],[3,-3],[19,112],[14,-46],[28,12],[1,-26],[46,-3],[18,22],[20,4],[3,23],[11,5],[5,-16],[11,14],[9,-11],[20,33],[14,-2],[9,-11],[42,12],[6,-3],[-2,-26],[10,-12],[-4,-7],[20,-6],[2,-17],[14,-17],[28,8],[-32,-19],[1,-15],[18,7],[99,-18],[5,-17],[10,13],[20,-1],[57,-53]],[[6628,3770],[15,-12],[-2,-35],[10,-14],[14,-4],[26,12],[17,-11],[9,-18],[-2,-21],[-19,-2],[-13,-51],[10,-61],[-6,-33],[19,-31],[25,1],[12,34],[-2,60],[11,14],[42,-11],[41,-38],[4,-12],[-6,-17],[-25,-14],[-35,-60],[16,-33],[15,7],[18,-10],[17,-47],[22,-12],[11,-17],[-31,-19],[-6,-23]],[[5978,2917],[-9,81],[11,12],[-13,70],[20,49],[8,-9],[6,26],[23,5],[-13,12],[-5,23],[6,23],[19,-17],[4,67],[63,21],[11,-9],[-3,15],[11,4],[-5,13],[18,6],[-6,32],[6,15],[-2,15],[17,2],[-5,35],[15,-9],[11,4],[-17,33],[19,24],[-11,21],[15,1],[1,36],[-94,14],[9,13],[15,4],[-4,66],[24,-11],[14,-20],[30,10],[5,-12],[12,-5],[20,21],[6,-6],[21,62],[80,-29],[55,-6],[17,-17],[24,9],[11,-12],[5,30],[10,-11],[8,12],[6,-18],[5,7],[-3,18],[13,12],[5,-7],[-5,-12],[15,4],[-20,183],[13,1],[-12,20],[16,3],[14,-10],[7,14],[2,-11],[8,2],[-8,16],[4,13],[8,2],[1,-23],[7,0],[-2,12],[6,6],[1,-20],[8,0],[25,38]],[[6555,3880],[18,-21],[15,15],[9,-23],[19,-6],[-1,-64],[13,-11]],[[6999,3109],[17,-15],[3,-21],[48,-31],[13,-2],[29,31],[11,2],[13,-9],[17,5],[11,-31],[22,3],[21,38],[-20,71],[-18,-16],[-26,15],[-11,-19],[-10,9],[-11,-12],[-19,15],[-39,12],[21,27],[37,-12],[9,19],[15,2],[6,14],[-9,38],[9,4],[3,16],[56,-32],[2,-24],[13,0],[5,-9],[6,18],[-3,32],[8,9],[-1,67],[-20,-15],[3,-22],[-8,0],[-24,31],[8,3],[-12,12],[1,22],[11,-4],[3,-13],[10,8],[-3,9],[12,16],[6,-13],[9,21],[19,-36],[7,23],[20,-8],[0,14],[11,-10],[1,12],[8,0],[11,34],[34,23],[-5,17],[13,-11],[20,1],[0,16],[-18,-1],[3,62],[12,9],[10,-4],[4,10],[-6,16],[3,25],[8,4],[0,9],[-15,7],[4,28],[-6,7],[9,1],[8,17],[13,-6],[22,27],[9,-26],[25,-8],[2,-10],[-24,-12],[18,-34],[8,5],[23,-9],[1,22],[9,-31],[5,1],[2,28],[-7,21],[17,28],[-12,-24],[3,-14],[28,-2],[0,-39],[55,-2],[-3,-6],[14,-1],[-1,-17],[67,10],[-6,-239],[-19,13],[-4,-15],[-19,-5],[-2,-36],[-23,-6],[-6,-40],[6,1],[2,-24],[23,-12],[1,26],[23,-31],[19,-9],[21,11],[3,-16],[-10,-29],[20,-6],[13,7],[1,-43],[-8,-3],[-10,13],[-12,-11],[-7,6],[-16,-8],[-6,-14],[9,-14],[-24,-18],[-10,12],[-4,-10],[-13,8],[-14,21],[-6,-3],[2,-18],[-9,-3],[-1,-22],[-37,-23],[-4,-25],[-28,-55],[-2,-15],[-66,35],[-7,-11],[1,-56],[9,-1],[4,-18],[-12,-4],[1,-31],[16,-31],[-16,-11],[1,-12],[-14,-5],[0,-13],[-45,-25],[0,7],[-13,1],[-39,-17],[-14,17],[-3,-19],[-11,10],[-7,-14],[8,-9],[-8,-12],[22,-28],[-7,3],[-15,-9],[-9,38],[-16,15],[-17,-3],[-18,50],[-47,24],[-18,-27],[25,-7],[-1,-8],[14,-18],[2,-85],[-50,5],[-15,10],[-4,18],[-13,4],[-5,-7],[-11,6],[5,-20],[-17,-16],[-10,35],[-39,44],[37,10],[-4,18],[6,16],[-14,15],[-4,-5],[-10,21],[-26,-15],[-9,-24]],[[3222,3427],[15,18],[-11,28],[3,11],[6,12],[11,-4],[13,0],[2,0],[2,1],[7,7],[1,3],[0,3],[0,2],[-2,4],[-1,2],[-1,1],[-6,18],[4,22],[5,23],[0,2],[2,2],[1,0],[1,1],[3,-1],[3,-1],[1,-1],[3,1],[1,2],[1,7],[-1,5],[-1,1],[-1,1],[-10,11],[-5,8],[-1,12],[3,9],[2,9],[-4,22],[-1,2],[-4,4],[-3,1],[-10,2],[-3,1],[-7,7],[-1,2],[-1,3],[2,13],[1,5],[6,16],[7,7],[2,3],[0,5],[0,6],[-1,2],[-9,11],[-9,8],[-11,6],[-9,4],[-2,0],[-2,0],[-3,3],[-2,3],[-1,3],[-1,4],[0,2],[1,8],[6,27],[6,24],[6,12],[2,13],[0,14],[-8,21],[-10,15],[-10,15],[-11,12],[-12,20],[-1,3],[-2,1],[-4,0],[-4,0],[-4,-3],[-3,-2],[-4,-4],[-6,-8],[-8,-15],[-1,-3],[-1,-2],[-2,-1],[-2,0],[-3,2],[-3,2],[-1,2],[-7,10],[-1,2],[-1,3],[0,2],[-1,6],[0,15],[1,17],[-1,13],[-6,12],[-1,1],[-3,2],[-2,0],[-2,0],[-3,0],[-3,-1],[-5,-2],[-6,-3],[-2,-1],[-1,-2],[-5,-13],[-2,-6],[-1,-2],[-2,-2],[-2,-1],[-10,7],[-1,2],[-8,16],[0,2],[0,3],[1,2],[2,6],[1,3],[2,3],[4,5],[2,3],[16,9],[1,1],[1,2],[1,2],[-1,6],[-5,8],[-1,1],[-2,1],[-9,1],[-14,0],[-1,0],[-7,3],[-2,3],[-2,2],[-2,6],[-10,22],[-2,1],[-3,10],[-6,19],[0,3],[0,6],[2,4],[1,5],[-1,4],[-1,2],[-2,4],[-3,6],[-2,2],[-7,5],[-3,2],[-10,10],[-2,3],[-3,12],[-2,3],[-3,2],[-4,1],[-2,0],[-2,0],[-3,-1],[-2,-3],[-1,-3],[-1,-2],[-3,-3],[-3,0],[-2,0],[-2,1],[-3,2],[-1,2],[-1,3],[-2,7],[0,7],[-2,21],[-10,18],[-1,2],[-6,5],[-4,1],[-2,1],[-2,0],[-2,-1],[-10,-9],[-9,-14],[-1,-3],[-1,-4],[1,-5],[1,-3],[3,-3],[1,-2],[4,-12],[3,-16],[0,-11],[-4,-10],[-1,-2],[-2,0],[-23,10],[-8,13],[-3,4],[-1,4],[0,2],[1,14],[1,19],[-6,11],[-13,30],[-7,19],[1,5],[0,2],[-2,10],[-3,13],[-2,3],[-16,22],[-14,21],[-15,30],[-2,8],[-1,16],[2,24],[1,5],[-1,29],[-2,12],[-8,32],[1,10],[0,6],[-1,8],[-1,11],[-3,22]],[[2779,4595],[56,-40],[36,-38],[38,-3],[85,35],[44,3],[63,64],[60,1],[68,51],[40,3],[34,-23],[65,-4],[34,12],[96,58],[70,17],[23,-3],[94,-49],[38,-12],[72,-1],[81,-39],[49,-6],[118,-41],[21,1],[64,32],[51,-5]],[[4179,4608],[39,-17],[52,-65],[23,-14],[33,-14],[91,-8],[35,-17],[28,-43],[-10,-51],[8,-25],[-7,-5],[-4,-23],[-11,-6],[-22,-3],[-30,13],[-13,-14],[-3,-20],[-8,-1],[-12,-30],[2,-10],[-32,-42],[-30,-5],[-55,28],[-24,-6],[-44,-85],[-23,14],[-19,-37],[5,-3]],[[1601,5449],[-26,-48],[5,-10],[9,4],[23,-9],[15,-17],[40,-5],[59,-33],[18,-30],[19,-14],[5,7],[24,-11],[44,-28],[10,-16],[-4,-21],[-17,-19],[10,-13],[33,-162],[19,-37],[2,-13],[-14,-33],[2,-24],[24,6],[18,-10],[25,19],[2,16],[24,9],[15,17],[17,4],[30,-8],[13,36],[22,-13],[41,-75],[42,8],[6,-14],[11,9],[19,-1],[9,-22],[25,20],[3,-12],[16,1],[1,-7],[30,5],[7,-25]],[[2277,4880],[25,-15],[-4,-15],[-10,0],[-17,23],[-35,-1],[0,-14],[14,-15],[-7,-25],[-18,-11],[-5,-24],[15,-23],[-12,-12],[27,-177]],[[2250,4571],[-6,0],[-5,-1],[-33,-9],[-8,-1],[-7,0],[-19,0],[-18,-2],[-4,-1],[-5,-1],[-3,-2],[-4,-2],[-13,-7],[-9,-6],[-10,-5],[-7,-2],[-5,-1],[-4,0],[-6,0],[-31,8],[-3,-1],[-4,0],[-4,-3],[-5,-5],[-13,-11],[-11,-8],[-4,-4],[-2,-3],[-1,-2],[-4,-8],[-1,-5],[-2,-7],[-2,-19],[-1,-3],[-2,-9],[-3,-9],[-2,-4],[-2,-5],[-2,-2],[-3,-3],[-5,-3],[-10,-4],[-15,-5],[-6,-1],[-6,-1],[-10,0],[-13,2],[-5,1],[-5,1],[-6,3],[-6,3],[-4,2],[-4,3],[-9,7],[-12,10],[-4,3],[-4,5],[-5,7],[-3,6],[-3,6],[-5,11],[-5,15],[-2,8],[-3,15],[-1,8],[0,7],[0,7],[1,4],[1,5],[1,4],[9,25],[2,5],[1,4],[1,11],[0,4],[0,13],[-1,9],[0,5],[-1,3],[-2,3],[-4,5],[-6,5],[-5,2],[-7,3],[-24,6],[-4,1],[-3,1],[-9,-1],[-4,0],[-6,-2],[-8,-3],[-9,-5],[-3,-2],[-4,-3],[-3,-3],[-3,-5],[-8,-16],[-6,-7],[-4,-3],[-3,-2],[-3,0],[-4,0],[-4,2],[-6,4],[-6,4],[-4,1],[-4,1],[-20,3],[-15,4],[-6,3],[-12,5],[-8,4],[-10,7],[-10,8],[-9,8],[-14,13],[-3,3],[-7,5],[-7,3],[-6,2],[-5,1],[-13,1],[-4,1],[-10,3],[-5,2],[-2,2],[-2,2],[-4,4],[-4,5],[-3,6],[-9,16],[-7,11],[-14,24],[-3,5],[-8,8],[-2,2],[-4,3],[-6,3],[-3,1],[-6,0],[-3,0],[-14,-2],[-8,-2],[-5,0],[-8,-1],[-7,2],[-5,1],[-5,3],[-24,13],[-5,3],[-4,4],[-5,5],[-8,7],[-8,6],[-3,1],[-4,2],[-22,7],[-3,2],[-3,2],[-3,4],[-2,3],[-2,8],[-1,7],[0,2],[0,6],[0,10],[0,3],[-2,10],[-2,4],[-2,4],[-6,10],[-16,18],[-7,9],[-6,8],[-11,11],[-4,4],[-3,2],[-8,3],[-9,6],[-3,2],[-4,5],[-8,13],[-6,11],[-4,7],[-3,5],[-3,3],[-2,3],[-2,1]],[[1185,5025],[-2,8],[32,-1],[-4,20],[-9,3],[10,47],[25,-2],[15,23],[0,26],[68,3],[13,16],[-13,22],[8,15],[22,10],[29,-5],[1,7],[23,-20],[15,24],[6,-2],[47,-39],[-12,-25],[92,-39],[18,104],[-4,12],[14,21],[-36,44],[-6,50],[-15,29],[8,30],[32,54],[-1,11],[21,10],[6,-19],[13,-13]],[[6119,4281],[25,-19],[20,-46],[26,-6],[41,10],[8,-22],[12,-8],[-2,-19],[14,-22],[13,-5],[8,-14],[22,1],[25,-20],[19,-48],[2,-28],[18,12],[11,-5],[18,14],[44,-1],[16,-9],[12,-16],[8,-28],[54,-29],[6,-20],[18,-11],[-2,-62]],[[5389,3315],[16,24],[6,41],[19,25],[4,20],[-5,31],[-21,39],[-1,74],[8,22],[26,10],[18,-2],[51,-49],[27,-14],[44,14],[10,14]],[[5348,3978],[35,32],[26,-11],[-8,22],[14,22],[18,11],[-21,16]],[[5412,4070],[96,61],[-1,-17],[13,-3],[0,33],[21,15],[26,-72],[154,92],[-6,18],[155,31],[38,30],[22,-17],[-6,22],[7,4],[-3,13],[-15,14],[2,21],[-9,17],[17,22],[-4,10],[16,12],[7,17],[-4,10],[3,16],[8,2],[18,-34],[29,-5],[15,-15],[61,3],[47,-89]],[[5204,4775],[3,-24],[12,-18],[24,20],[3,17],[9,6],[17,-4],[2,-26],[36,14],[21,-19],[-14,-79],[-36,-61],[63,-47],[18,-22],[-13,-6],[-11,16],[-20,-25],[4,-9],[-35,-6],[1,-70],[76,-43],[1,-19],[-15,-18],[-3,-49],[-23,-43],[15,-25],[53,3],[7,-17],[-28,-34],[1,-10],[20,3],[-27,-72],[10,16],[37,-54]],[[4179,4608],[33,40],[15,0],[1,27],[14,22],[9,32],[14,28],[15,6],[3,30],[13,18],[-3,53],[7,25],[-10,12],[7,14],[-4,14],[5,53],[8,11],[11,53],[19,31]],[[4336,5077],[8,31],[14,3],[5,-15],[20,-5],[-9,-69],[59,-12]],[[4433,5010],[-19,-22],[18,-30],[-4,-19],[46,-36],[26,-2],[5,9],[14,1],[0,20],[144,-3],[6,18],[53,16],[2,-25],[38,-4],[57,14],[3,-8],[11,-1],[3,8],[25,-13],[-5,8],[10,17],[-4,18],[8,-2],[39,38],[8,20],[30,14],[24,-41],[2,-21],[11,-7],[-5,-24],[11,-4],[21,-50],[10,19],[60,-53],[3,5],[83,-38],[7,-33],[-15,-28],[17,-12],[3,9],[25,7]],[[528,5281],[-480,127]],[[48,5408],[7,23],[25,21],[-6,29],[19,24],[-1,20],[12,25],[17,23],[26,13],[30,31],[-9,19],[13,55],[-12,23],[2,36],[23,31],[19,45],[-9,17],[4,12],[32,40],[-15,17],[0,11],[41,44],[-6,27],[-29,42],[14,48],[0,26]],[[245,6110],[259,35]],[[504,6145],[1,1]],[[505,6146],[-7,-128],[3,-74],[-28,-66],[-21,-96],[-9,-5],[-43,-122],[42,18],[16,19],[5,-7],[16,3],[5,36],[13,23],[18,2],[18,-16],[1,-12],[-17,11],[-12,-23],[10,-20],[-6,-4],[-6,-31],[-9,0],[4,-30],[6,-8],[14,6],[30,-30],[7,-19],[-5,-9],[5,2],[11,-35],[5,4],[6,-30],[7,2],[-5,-9],[5,-15],[-8,-31],[-11,36],[0,-17],[-9,-5],[-2,-27],[-25,-22],[-1,-51],[10,-27],[6,3],[3,-19],[-4,-22],[-19,-6],[4,-14]],[[8159,3623],[-5,-5],[-9,-15],[-2,-5],[-2,-6],[-1,-3],[0,-3],[-1,-6],[0,-5],[-13,-29],[1,-25],[5,-30],[3,-19],[1,-7],[1,-14],[7,-25],[3,-9],[6,-20],[-2,-24],[-2,-5],[-1,-3],[-2,-5],[0,-4],[0,-3],[1,-17],[2,-33],[0,-7],[-1,-34],[-1,-23],[-1,-20],[-2,-13],[-4,-26],[-3,-9],[-2,-6],[-2,-5],[-3,-25],[2,-24],[-2,-12],[-4,-10],[-4,-3],[-2,-8],[6,-26],[12,-82],[7,-49],[6,-16],[0,-2],[-8,-23],[5,-19],[8,-12],[9,-20],[-3,-13],[-4,-13],[0,-9],[5,-16],[4,-21],[-2,-3],[-1,-2],[-1,-2],[-1,-7],[0,-3],[2,-8],[5,-12],[1,-16],[1,-19],[4,-22],[-6,-10],[-10,-16],[-5,-21],[-6,-9],[-19,-14],[-4,-3],[-13,-14],[-12,-13],[-15,-14],[-18,-14],[-9,-10],[-18,-19],[-2,-3],[-3,-4],[-2,-5],[-11,-30],[-3,-7],[-6,-16],[-16,-41],[-2,-5],[-4,-29],[-2,-13],[-4,-25],[-2,-7],[-1,-3],[-3,-5],[-8,-17],[-5,-15],[1,-8]],[[6628,3770],[-2,30],[9,26],[33,7],[15,-17],[38,42],[14,-24],[9,6],[22,-4],[13,-14],[2,-22],[15,14],[11,-16],[6,5],[10,-18],[9,3],[8,20],[-11,44],[18,20],[4,-12],[12,-3],[34,34],[9,-18],[-2,-16],[52,2],[13,37],[5,-9],[35,-3],[6,-11],[34,-5],[3,-10],[25,-6],[2,13],[10,-1],[7,21],[-27,36],[9,18],[36,-10],[10,-17],[23,11],[-18,37],[-19,109],[16,13],[23,106],[27,-13],[10,-18],[16,6],[8,-9],[8,27],[10,6],[2,16],[-33,15],[17,23],[-9,23],[16,38],[-8,106],[-6,-1],[-10,42],[59,34]],[[7256,4483],[99,18],[37,-4],[13,-31],[36,-23],[30,10],[56,-12],[10,26],[14,-2],[3,12],[40,-27],[106,19],[22,20],[21,-13],[30,3]],[[7773,4479],[6,-22],[21,-12],[-1,-23],[26,-23],[6,-20],[17,-13],[16,6],[11,-13],[17,-62],[23,-3],[41,-22],[-11,-22],[11,-15],[12,2],[4,8],[15,-9],[24,0],[5,-56],[31,4],[10,-44],[-6,-7],[-10,3],[-17,-20],[-15,-2],[-4,-7],[7,-6],[-14,-11],[1,-16],[-8,6],[-22,-36],[15,-12],[-19,-35],[3,-69],[27,-11],[11,-13],[28,15],[22,-6],[2,-41],[15,-28],[-1,-57],[15,-20],[17,-4],[32,31],[9,-2],[-4,-132],[3,-19],[15,-18]],[[2779,4595],[-3,0],[-16,-1],[-7,-1],[-3,-1],[-10,-4],[-8,-3],[-5,-2],[-9,-3],[-8,-2],[-3,-1],[-11,-7],[-6,-4],[-31,-24],[-22,-16],[-14,-11],[-16,-11],[-4,-3],[-8,-3],[-9,-2],[-15,-2],[-4,0],[-3,0],[-4,2],[-7,2],[-6,3],[-6,4],[-13,11],[-8,6],[-7,4],[-13,6],[-7,1],[-8,0],[-5,-1],[-9,-2],[-6,0],[-9,-1],[-9,0],[-4,1],[-15,7],[-22,9],[-4,2],[-23,10],[-5,2],[-4,1],[-10,1],[-16,-1],[-15,0],[-20,2],[-4,0],[-19,7],[-8,3],[-5,1],[-7,0],[-16,-3]],[[2277,4880],[85,28],[5,-27],[58,18],[10,-52],[79,22],[0,-53],[195,56],[55,-24],[18,88],[-20,29],[3,12],[27,-5],[2,16],[-39,14],[4,23],[-9,3],[0,13],[14,2],[5,23],[-7,25],[-9,0],[-18,145],[32,21],[4,30],[-12,12],[4,39],[-23,1],[-11,11],[-21,5],[5,23],[-21,14],[9,16],[1,16],[-5,6],[-6,-7],[-9,29],[-13,5],[4,11],[14,8],[-16,35],[22,0],[9,37],[33,-11],[35,5],[0,-7],[10,3],[0,11],[11,2],[4,-9],[65,5],[5,-7],[9,33],[-20,-6],[5,11],[-5,33],[-18,3],[7,30],[-9,24],[28,12],[-6,24],[17,8],[-20,53],[129,46],[44,31]],[[3026,5842],[32,5],[16,-55],[20,17],[32,5],[21,-22],[-3,-18],[17,-14],[1,-21],[-10,-11],[5,-5],[-6,-17],[9,-22],[-16,-24],[-3,10],[-7,-3],[3,-6],[-7,1],[1,-15],[-10,-34],[35,-1],[-1,-18],[15,-14],[15,-1],[0,13],[24,0],[2,-40],[31,-12],[-6,-11],[12,-7],[7,-21],[-6,-13],[13,14],[-15,-61],[23,10],[-5,23],[8,17],[27,-6],[10,8],[2,39],[35,12],[3,-11],[18,7],[-10,35],[13,8],[14,-39],[61,6],[-13,-104],[85,-48],[-46,-86],[11,-3],[7,9],[99,-21],[11,52],[17,4],[29,-14],[7,-18],[67,22],[21,28],[11,1],[13,-14],[19,15],[9,-90],[-8,-16],[3,-36],[47,16],[2,-26],[40,3],[6,13],[42,-4],[29,-14],[24,3],[7,30],[6,-6],[34,11],[60,-1],[13,-60],[-7,-35],[18,-14],[23,-2],[17,16],[22,-38],[7,14],[47,25],[4,-26],[107,-59]],[[7167,4915],[-5,-33],[13,-9],[1,-10],[-15,-16],[-3,-17],[-13,-1],[9,-45],[-23,-27],[12,-28],[-14,-34],[16,-25],[9,11],[2,18],[11,0],[5,-14],[18,-6],[33,15],[10,-3],[4,-18],[18,-8],[8,-27],[-8,-17],[7,-30],[14,-10],[3,-15],[-13,-27],[-24,-8],[14,-48]],[[6119,4281],[12,8],[0,48],[49,33],[-3,16],[6,6],[-8,38],[61,9],[3,25],[-16,10],[16,13],[-1,7],[21,-4],[18,22],[-12,15],[-10,-10],[-9,23],[9,5],[-2,15],[-7,2],[3,11],[-11,8],[-13,31],[-23,-3],[-1,13],[-16,-11],[8,29],[-16,-7],[-3,6],[10,21]],[[6184,4660],[21,-3],[73,97],[17,-29],[3,-22],[25,-29],[8,37],[43,-31],[36,50],[12,39],[12,-12],[28,10],[84,-14],[28,17],[33,-47],[73,1],[-2,23],[60,8],[-2,22],[54,7],[-7,22],[2,22],[94,73],[11,-19],[13,4],[4,44],[14,15],[12,-15],[0,-8],[21,0],[19,-11],[40,-58],[11,9],[36,-46],[52,54],[15,-9],[9,3],[5,40],[14,-2],[5,21],[7,-8]],[[2927,6165],[14,-15],[-24,-38],[29,-39],[5,-79],[10,-48],[40,19],[8,22],[9,-8],[6,7],[15,-14],[1,-48],[-18,-21],[-4,-21],[8,-40]],[[1601,5449],[67,122],[15,9],[12,21],[3,47],[39,15],[23,27],[7,19],[9,-1],[25,103],[12,16],[7,34]],[[1820,5861],[19,-7],[32,25],[8,-34],[-15,-24],[32,-6],[3,-33],[11,-18],[8,1],[0,16],[19,12],[11,-5],[14,-33],[1,-30],[8,11],[13,-2],[21,26],[14,-13],[25,72],[33,-50],[89,98],[5,-6],[0,7],[7,-2],[5,-21],[14,1],[24,-36],[100,106],[-19,30],[3,33],[-17,-2],[-9,9],[9,16],[-10,4],[-6,-7],[-9,7],[3,14],[-21,1],[3,6],[-11,22],[1,9],[53,12],[-19,15],[12,42],[17,-3],[-1,-26],[24,15],[5,-26],[27,31],[51,-77],[-9,-25],[9,-15],[32,-18],[25,27],[38,-58],[5,19],[-5,15],[17,19],[19,2],[17,25],[20,-22],[21,-5],[38,35],[34,6],[80,54],[16,-36],[27,-14],[6,29],[23,9],[2,21],[9,-8],[10,3],[1,24],[-11,27],[11,-3],[8,10],[-7,24]],[[2843,6186],[19,2],[65,-23]],[[1467,6496],[-15,-27],[10,-8],[19,12],[17,-16],[-1,-15],[-13,-17],[-3,-18],[8,-19],[-14,-39],[2,-9],[7,6],[16,-89],[23,19],[6,-22],[23,-110],[-3,-11],[12,-156],[81,50],[88,-51],[49,6],[4,-67],[13,1],[8,21],[12,-14],[-4,-30],[-16,-14],[24,-18]],[[1185,5025],[-5,4],[-2,1],[-4,1],[-14,2],[-7,3],[-4,2],[-11,7],[-14,7],[-4,1],[-4,0],[-16,0],[-5,1],[-4,1],[-4,2],[-3,2],[-7,8],[-2,2],[-2,5],[-7,8],[-5,6],[-7,6],[-3,1],[-5,1],[-4,0],[-6,0],[-24,-3],[-5,-1],[-4,-1],[-6,-3],[-6,-4],[-5,-5],[-3,-3],[-13,-18],[-3,-5],[-3,-2],[-8,-4],[-5,-2],[-5,0],[-4,1],[-5,2],[-3,2],[-5,3],[-4,6],[-5,8],[-4,10],[-3,9],[-1,5],[-5,16],[-2,4],[-3,5],[-14,15],[-16,17],[-5,6],[-14,17],[-3,3],[-2,5],[-3,5],[-7,14],[-5,15],[-1,3],[-7,19],[-6,25],[-3,21],[-3,20],[-1,4],[-2,4],[-2,4],[-3,4],[-7,8],[-1,2],[-3,4],[-5,10],[-5,13],[-2,6],[-2,7],[-4,17],[-6,18],[-5,13],[-3,4],[-3,4],[-2,3],[-7,16],[-2,5],[-2,4],[-16,21],[-2,1],[-2,0],[-2,-1],[-2,-2],[-1,-3],[-1,-3],[-2,-9],[-2,-7],[0,-2],[-2,-1],[-2,-2],[-2,0],[-9,-2],[-8,-2],[-4,-1],[-3,-2],[-6,-5],[-2,-3],[-5,-9],[-2,-3],[-5,-6],[-4,-3],[-5,-2],[-7,-2],[-3,-2],[-2,-2],[-3,-3],[-5,-8],[-4,-10],[-1,-4],[-2,-3],[-2,-3],[-2,-3],[-2,-2],[-3,-3],[-16,-12],[-3,-3],[-2,-3],[-1,-2],[-2,-7],[-1,-4],[-3,-6],[-1,-3],[-3,-5],[-4,-3],[-7,-7],[-7,-3],[-19,-14],[-4,-3],[-5,-3],[-2,-1],[-13,0]],[[505,6146],[20,3],[12,16],[116,76],[44,-43],[3,31],[-9,43],[-16,7],[-7,13],[12,18],[5,30],[21,0],[1,18],[9,7],[9,-15],[0,20],[13,4],[-6,20],[22,29],[-4,41],[6,7],[46,-15],[12,6],[-1,16],[14,16],[22,12],[9,-21],[20,-10],[-2,-19],[-27,-23],[7,-24],[26,14],[3,18],[30,-3],[-1,-24],[24,-7],[-18,-41],[9,-13],[20,19],[4,16],[19,3],[-1,-14],[29,9],[-2,36],[7,10],[30,4],[12,15],[20,-14],[-3,20],[5,5],[-9,15],[4,12],[18,4],[-12,53],[25,-15],[9,10],[19,-2],[5,-12],[9,3],[9,-33],[12,-5],[-2,-11],[31,-3],[14,-15],[1,-14],[12,-6],[21,-32],[1,-25],[23,-19],[10,-28],[17,-7],[11,10],[-4,5],[8,6],[-1,11],[15,8],[18,-6],[16,15],[9,33],[11,0],[18,31],[2,55],[18,19],[-11,5],[19,22],[11,0],[14,-18],[13,0],[-14,-20],[28,-12]],[[5204,4775],[22,62],[8,2],[2,22],[-14,3],[9,33],[42,26],[-11,82],[37,43],[10,1],[16,30],[35,35],[15,-24],[5,17],[13,3],[6,-8],[16,10],[27,58],[6,44],[-5,7],[10,11],[-5,18],[18,1],[10,22],[17,-18],[6,12],[-18,17],[17,43],[30,6],[-6,35],[36,-5],[10,2],[6,11],[18,0],[18,-16],[41,3],[2,15],[37,-5],[4,13],[22,-10],[4,23],[57,35],[27,46],[8,3],[26,-20],[5,20]],[[5843,5483],[50,-35],[-10,-15],[12,-18],[-7,-14],[16,-6],[-11,-52],[10,-6],[-26,-98],[26,-13],[-2,-16],[23,0],[12,22],[101,-41],[-41,-87],[2,-24],[14,-10],[-10,-21],[23,-53],[6,-47],[7,-11],[25,-12],[25,10],[8,-7],[-10,-40],[-29,-19],[19,-39],[11,11],[11,-19],[-7,-7],[5,-7],[7,7],[6,-10],[-5,-21],[17,-18],[3,-28],[12,6],[-4,10],[15,-2],[-2,12],[21,-8],[-5,-15],[11,-8],[-8,-11],[9,-12],[-6,-17],[18,-21],[-1,-13]],[[245,6110],[19,93],[16,27],[-10,36],[5,48],[7,18],[-8,26],[6,63],[18,65],[-1,128],[7,16],[-4,43],[9,47],[-6,24],[2,49]],[[305,6793],[42,9]],[[347,6802],[1,0]],[[348,6802],[11,-36],[16,-114],[10,-34],[37,-69],[10,-56],[-4,-43],[6,-52],[14,-31],[9,0],[17,-24],[-6,-10],[8,-7],[-1,-24],[22,-63],[7,-94]],[[48,5408],[-17,4],[-31,8],[3,6],[7,17],[12,25],[25,74],[11,30],[12,36],[9,26],[4,15],[9,28],[18,57],[8,30],[6,14],[25,97],[11,39],[4,19],[12,47],[12,62],[8,29],[4,22],[0,22],[9,59],[7,41],[7,47],[3,12],[4,15],[3,36],[3,25],[3,16],[3,29],[2,22],[3,37],[2,16],[0,34],[2,36],[2,27],[2,54],[1,10],[1,30],[1,30],[1,37],[0,40],[-1,27],[0,45],[-3,65],[0,20],[-1,8]],[[254,6933],[53,25]],[[307,6958],[-9,-67],[7,-98]],[[254,6933],[-1,18],[-2,44],[0,27],[-2,18],[-3,19],[-5,42],[-3,35],[-4,10]],[[234,7146],[17,-9],[22,-57],[31,-88],[3,-34]],[[234,7146],[-3,9],[-7,13],[-1,11]],[[223,7179],[40,-41],[26,-40],[-3,-18],[12,-8],[-5,-8],[25,-66],[17,-92],[10,-6],[14,-50],[-7,-3],[-12,21],[-12,43],[-7,-3],[16,-92],[10,-14]],[[4041,6473],[15,-20],[8,1],[3,-13],[34,-12],[40,-39],[20,-30],[-1,-37],[30,-10],[3,-12],[67,-34],[-7,-3],[-1,-17],[20,-19],[16,9],[-3,23],[16,2],[2,8],[1,32],[-13,23],[0,31],[52,-5],[-1,9],[49,8],[12,-38],[19,-3],[3,9],[16,-8],[3,-18],[8,0],[-20,-77],[6,-34],[12,-27],[30,3]],[[4480,6175],[9,-4],[-2,-39],[-17,-57],[-23,4],[-17,-23],[8,-11],[14,1],[1,-27],[6,-2],[-54,-20],[3,-88],[14,-38],[12,-10],[32,14],[12,-27],[20,-90],[19,-39],[-14,-14],[6,-26],[16,10],[16,-32],[1,-25],[-12,-2],[3,-11],[32,-29],[2,-18],[-38,11],[-17,-21],[23,-31],[-7,-16],[4,-5],[-24,-31],[17,-25],[5,-25],[-22,-20],[-17,5],[5,14],[-17,-2],[-13,-35],[4,-17],[-12,-22],[-8,-57],[37,6],[8,-100],[-27,-38],[-21,-3],[20,-65],[2,-27],[-36,-58]],[[2927,6165],[1,15],[40,57],[18,-19],[76,116],[40,-43],[16,8],[15,-10],[35,22],[7,-15],[16,-4],[0,7],[8,-5],[5,19],[12,-15],[6,6],[5,-5],[-9,-22],[8,-25],[-8,-19],[-7,0],[0,-17],[11,-6],[-16,-11],[-4,-13],[-14,9],[-5,-5],[18,-38],[21,-19],[6,14],[-7,8],[9,9],[13,-10],[17,7],[8,-10],[-3,-18],[27,19],[5,-13],[26,19],[46,63],[90,26],[16,-2],[4,-11],[7,10],[1,20],[6,2],[5,-13],[27,21],[15,44],[8,2],[15,-41],[7,5],[5,-14],[12,9],[-12,60],[11,-8],[0,-25],[25,-22],[2,22],[11,17],[-9,9],[-2,22],[6,5],[-7,6],[1,42],[-11,4],[6,7],[-3,17],[36,5],[-3,49],[14,3],[-8,39],[13,10],[23,5],[5,-30],[14,-1],[-4,-18],[102,12],[30,28],[5,-8],[13,5],[13,37],[10,7],[6,-16],[-12,-36],[14,-20],[-4,-7],[14,-40],[2,-45],[4,-11],[21,4],[4,-26],[31,27],[-6,34],[15,3],[0,-19],[12,-8],[66,56],[6,-1]],[[223,7179],[-1,5],[0,29],[-2,33],[-4,48],[-10,57]],[[206,7351],[7,15],[6,-8],[20,13],[6,-21],[30,23],[37,65],[4,-20],[-7,-76],[7,-8],[11,4],[-2,-9],[15,-6],[28,-55],[86,-294],[23,21],[4,-12],[-24,-21],[29,-96],[-16,-7],[5,-13],[-18,8],[-55,-20],[-19,10],[-6,-7],[34,-113],[-11,-5],[-29,87],[-23,-4]],[[1467,6496],[30,57],[14,-6],[13,21],[13,-10],[42,42],[-24,21],[19,37]],[[1574,6658],[126,37],[29,23],[6,-6],[30,6],[34,-24],[32,0],[-8,12],[24,24],[7,-9],[-1,50],[9,-1],[9,16],[8,1],[-3,5],[10,9],[-3,14],[17,4],[-14,39],[15,32],[36,7],[0,7],[51,-36],[12,43],[46,18],[-5,20],[29,15],[10,-4],[36,11],[-1,-16],[84,30],[8,12]],[[2207,6997],[13,18],[69,-84],[17,44],[14,-14],[22,8],[38,-23],[-2,-18],[34,-26],[26,31],[45,13],[55,-26],[13,25],[20,10]],[[2571,6955],[19,-47],[-1,-95],[26,-18],[7,9],[6,-3],[0,-8],[11,-6],[-2,-14],[17,-15],[-15,-41],[1,-33],[-12,-26],[4,-32],[41,-14],[38,-87],[21,19],[32,4],[11,-12],[-15,-75],[11,2],[-1,-9],[9,-8],[-5,-4],[17,-15],[-3,-17],[20,-22],[0,-18],[25,-8],[10,-40],[15,-3],[1,-11],[12,-7],[-5,-23],[16,-6],[-4,-22],[-11,-8],[-7,8],[-9,-16],[-13,-1],[-2,-11],[7,-8],[-8,-10],[8,-18]],[[5909,5851],[8,-20],[-13,-54],[2,-24],[-16,-6],[3,-30],[-27,-18],[4,-10],[-7,0],[-12,-56],[4,-10],[-19,-14],[7,-126]],[[4480,6175],[36,9],[13,-18],[65,-9],[4,28],[10,4],[-2,20],[-11,0],[-1,13],[11,17],[20,10],[16,38],[87,38],[-9,28],[141,78],[-4,9],[35,24],[37,0],[45,42]],[[4973,6506],[23,-6],[7,13],[32,13],[-7,-92],[17,-17],[43,-116],[13,8],[5,-15],[9,5],[15,10],[-3,14],[30,16],[5,-17],[21,11],[63,-135],[25,-15],[1,-41],[-10,-17],[5,-2],[-12,-41],[-10,-2],[-1,-23],[42,-16],[48,18],[7,30],[42,-6],[-1,-47],[21,-10],[31,8],[8,21],[13,9],[3,23],[49,-26],[16,59],[-4,61],[12,-4],[61,-31],[-1,-49],[68,-33],[31,-29],[6,9],[6,61],[14,-6],[2,-31],[37,-16],[13,1],[13,-19],[15,12],[3,-21],[23,5],[12,-5],[13,-35],[-6,2],[-6,-10],[-2,-41],[30,-21],[-10,-16],[6,-45],[24,-25],[7,11],[19,6]],[[8126,5515],[-1,-16],[-16,-23],[6,-18],[-29,-14],[8,-27],[-17,-36],[-3,-17],[5,-14],[-13,20],[-28,18],[-5,-4],[9,-14],[-2,-19],[8,-4],[-6,-14],[4,-5],[14,10],[7,-13],[-9,-40],[15,7],[9,-30],[-15,-5],[-9,5],[2,10],[-27,8],[-28,-50],[5,-22],[-12,-19],[13,-7],[-2,-10],[-9,1],[2,-9],[23,9],[1,-11],[-15,-8],[5,-7],[-15,-16],[-13,7],[-1,-33],[-8,-13],[17,-54],[42,-19],[6,-22],[40,-1],[-2,-116],[8,11],[15,-5],[7,-29],[23,-7],[4,-16],[18,9],[15,-16],[4,-16],[48,-18],[10,23],[5,-13],[1,-6],[-12,-6],[-7,-24],[-13,3],[0,-19],[-6,3],[-6,-30],[-18,7],[4,7],[-4,11],[-4,-17],[-19,0],[5,-17],[-12,-12],[27,0],[6,-14],[-6,-16],[8,-23],[-17,6],[-5,-11],[-7,1],[-4,21],[-15,-29],[-14,7],[3,-29],[10,-6],[5,1],[3,21],[17,6],[6,-6],[-1,-24],[-29,-54],[15,-5],[-21,-23],[16,-14],[-6,-36],[31,11],[1,-13],[-44,-14],[-40,1],[-10,18],[2,26],[-9,-2],[-8,-17],[-17,3],[-5,-10],[-16,9],[-13,-9],[-8,35],[-9,1],[9,12],[-8,28],[-7,4],[-11,-13],[-7,12],[-29,17],[-25,-24],[-16,14],[-32,-8],[-7,13],[2,-43],[-10,-19],[-19,1],[-18,23],[-32,-4],[-11,-49]],[[7167,4915],[37,7],[46,45],[9,-4],[9,8],[6,15],[-9,36],[26,23],[-8,11],[23,13],[25,-12],[2,13],[-19,13],[-6,-10],[-14,-1],[4,15],[-9,6],[-13,-5],[-4,-12],[-7,47],[-26,33],[-23,-17],[-35,-3],[-22,29],[-13,23],[28,56],[8,3],[18,115],[-18,-8],[-17,11],[-18,-11],[-11,-9],[1,-12],[-16,-11],[-2,-17],[-2,24],[-58,28],[8,59],[-9,2],[-9,16],[1,28],[-9,-5],[-27,10],[8,10],[-2,25],[-2,12],[-11,6],[-3,27]],[[7004,5547],[-4,8],[21,10],[35,-9],[17,16],[16,1],[12,20],[-26,40],[-5,28],[-15,13],[-18,-8],[-3,16],[-18,11],[-2,32],[59,65],[49,-22],[19,0],[9,24],[15,3],[3,9],[-5,2],[9,20],[-9,22],[2,11],[20,36],[17,15],[41,-27],[7,20],[15,-6],[14,-21],[7,-28],[14,4],[27,-25],[46,7],[64,31],[67,-23],[12,77],[8,10],[21,1],[8,14],[3,26],[-17,4]],[[7539,5974],[-6,13],[9,-8],[23,2],[2,-14],[21,-5],[31,-64],[-8,-43],[37,-7],[3,22],[37,29],[4,-30],[15,2],[-3,-13],[9,-10],[-4,-7],[27,-17],[26,33],[12,-6],[16,-14],[-5,-32],[12,-9],[4,7],[12,-7],[10,19],[18,-3],[2,20],[7,2],[58,-24],[31,12],[23,-6],[13,-27],[-12,-9],[12,-6],[23,4],[13,14],[16,-8],[6,8],[6,-4],[-5,16],[10,-4],[7,12],[11,-2],[-6,-28],[8,-17],[28,23],[3,-18],[17,-7],[40,-41],[-2,-95],[-22,2],[13,-64],[-14,0],[-12,18],[9,-31],[-13,0],[-8,-19],[3,-9],[-10,-1],[5,-12],[9,12],[16,-8]],[[5909,5851],[35,18],[-1,12],[9,12],[39,-4],[1,-23],[11,1],[4,44],[110,77],[-19,32],[4,6],[-13,41],[1,24],[10,3],[-12,18],[11,13],[13,-19],[11,13],[20,-29],[12,8],[52,-18],[77,47],[4,36],[-12,62],[3,34],[-13,13],[-17,44],[14,10],[-1,-11],[10,1],[-1,24],[21,7]],[[6292,6347],[8,-52],[-4,-12],[9,-16],[22,24],[14,-20],[22,31],[39,-28],[5,-32],[18,7],[17,-55],[28,1],[13,19],[7,-14],[4,-50],[10,5],[-2,-22],[10,-42],[15,-4],[14,-19],[20,-7],[4,-24],[7,-1],[-5,-60],[-8,-15],[-27,25],[-10,-39],[-13,-23],[17,-17],[-14,-95],[7,-34],[7,6],[63,-50],[-4,-14],[25,6],[15,-25],[41,28],[12,-10],[28,7],[5,-10],[-3,-15],[-15,-32],[2,-12],[8,6],[13,-12],[108,65],[11,-32],[14,-134],[26,-32],[4,14],[10,3],[3,14],[12,9],[12,1],[26,-25],[24,17],[-1,-26],[12,-3],[14,5],[13,20]],[[949,7487],[60,-38],[21,-1],[-5,13],[8,10],[18,-7],[32,4],[9,12],[3,22],[-6,6],[6,13],[9,-17],[5,-32],[-10,-7],[0,-20],[13,-8],[6,-17],[-9,-4],[9,-8],[9,10],[8,-11],[-2,-12],[12,3],[2,-36],[-6,0],[2,-12],[6,-10],[17,4],[-3,-17],[-18,0],[3,-33],[-8,-19],[16,-14],[17,4],[5,-11],[10,4],[13,13],[10,30],[51,-37],[29,-12],[15,24],[7,-18],[14,-1],[1,20],[6,-2],[5,18]],[[1339,7293],[37,-38],[-6,-48],[15,-30],[-18,-15],[-12,-53],[12,-6],[15,-36],[23,1],[15,-42],[22,-9],[-19,-21],[5,-11],[-11,-36],[6,-6],[-16,-32],[11,-6],[5,-31],[11,-7],[2,-13],[-7,-5],[-14,13],[-7,-5],[11,-24],[34,-23],[1,-28],[10,-22],[-9,-19],[58,-1],[-6,-8],[6,-10],[-4,-4],[65,-60]],[[206,7351],[-2,11],[-3,9],[-5,25],[-3,23],[-1,7],[-1,15],[-1,33],[-1,22],[-2,28],[0,10],[-2,20],[-4,18],[-4,35],[2,17],[0,16],[-2,29]],[[177,7669],[8,7],[36,2],[-5,25],[21,-11],[-6,34],[18,88]],[[249,7814],[20,-22],[8,-22],[34,-26],[-2,-28],[19,9],[24,-21],[12,36],[18,-26],[27,-6],[15,7],[18,-38],[12,12],[13,-22],[-22,-41],[7,-12],[9,-59],[33,-20],[69,71],[17,2],[29,-69],[71,-35],[-3,-13],[18,-8],[10,30],[73,-36],[19,65],[43,-22],[-13,-41],[19,-13],[28,-40],[-5,-18],[16,-8],[24,3],[9,-7],[9,8],[-1,20],[23,63]],[[9844,5307],[-3,-2],[-13,-15],[-11,-24],[-5,-13],[2,-26],[2,-25],[3,-37],[-10,-9],[-2,-2],[-4,-3],[-12,-12],[-7,-9],[-1,-1],[-5,-15],[-8,-9],[-12,20],[-18,-16],[-14,-16],[3,-17],[5,-22],[13,-39],[7,1],[3,1],[4,2],[8,-1],[5,-6],[2,-2],[1,-4],[1,-13],[-20,-20],[-27,14],[0,-7],[1,-14],[-1,-11],[-2,-13],[-14,-12],[-8,2],[-17,18],[-3,-1],[-11,-7],[-4,-6],[-4,-10],[-14,-12],[-20,-16],[-5,-4],[-5,3],[-2,1],[-15,10],[-3,2],[-17,12],[-3,1],[-2,0],[-2,-1],[-9,-8],[-16,-12],[-7,0],[-1,1],[-22,-5],[-5,-3],[-8,-6],[-15,-7],[-32,54],[-7,13],[-12,-11],[-8,-8],[-9,-10],[-11,-9],[-7,9],[-16,-18],[-1,-17],[-3,-26],[-19,-24],[-1,-2],[-8,-10],[-7,31],[-12,-14],[-16,7],[-10,10],[-9,9],[-10,5],[-20,-2],[-13,-11],[-7,-6],[-16,20],[-9,14],[-4,5],[-22,15],[-13,0],[-12,-1],[-2,-3],[-1,-2],[-3,-3],[-4,-3],[-8,-4],[-3,-1],[-4,0],[-10,3],[-17,-12],[1,-8],[2,-13],[-11,-9],[-16,-2],[-12,-1],[-4,-4],[2,-5],[12,-4],[3,-8],[-17,-16],[-39,-8],[-26,-6],[-21,-19],[-5,-6],[-12,-12],[-1,-2],[-18,-17],[-1,-6],[7,-15],[7,-10],[10,-11],[15,-17],[14,-29],[-1,-1],[20,-27],[-11,-29],[-5,-6],[-7,-2],[-11,7],[-9,0],[-16,-21],[-2,-16],[1,-8],[1,-3],[7,-3],[3,-9],[1,-12],[-4,-8],[-3,-12],[1,-7],[2,-11],[-10,-25],[-8,-19],[-4,-12],[-6,-17],[-11,-25],[-15,-17],[0,-21],[-1,-34],[-13,-9],[-19,-15],[-7,-5],[-11,4],[-12,5],[-27,-4],[-10,-7],[-8,-6],[-6,-13],[-3,-1],[-2,0],[-7,3],[-6,3],[-6,6],[-12,4],[-9,-5],[-3,-4],[7,1],[1,-30],[-13,-28],[-2,-3],[-57,-7],[-6,-27],[13,-33],[-13,-12],[-7,-2],[-6,-2],[-11,-2],[-6,-1],[-4,-9],[18,-16],[-3,-7],[-24,3],[-18,0],[-22,2],[-1,0],[-56,34],[0,24],[-2,1],[-9,-1],[-17,-12],[-18,-10],[-20,-10],[-5,-4],[-7,-9],[-29,-34],[-19,-14],[-13,-11],[-22,14],[-6,3],[-4,2],[-2,1],[-8,1],[-7,-13],[-7,-9],[-8,-8],[-12,-3],[-10,-2],[-8,-35],[4,-25],[4,-29],[-7,-21],[-12,-21],[-10,-17],[-10,-13],[-7,-7],[-8,-6],[-17,-15],[-5,-10],[-1,-2],[-2,-16],[-4,-14],[-1,-5],[-1,-2],[-18,-20],[-17,-11],[-3,0],[-2,-1],[-1,-2],[-2,-2],[-5,-11],[-1,-3],[-2,-5],[0,-4],[1,-11],[1,-13],[5,-15],[-1,-16],[-5,-33],[0,-3],[-1,-2],[-2,-7],[-2,-3],[-4,-8],[-3,-4],[-14,-1],[-1,-1],[-8,1],[-6,1],[-2,-2]],[[8126,5515],[16,7],[-14,-25],[3,-6],[7,17],[28,15],[13,34],[11,7],[38,-66],[21,22],[4,-112],[57,4],[-1,32],[8,11],[-9,11],[-1,23],[5,7],[11,-13],[26,23]],[[8349,5506],[53,-54],[2,-30],[-9,-8],[26,-20],[10,7],[2,26],[27,-27],[-1,42],[17,1],[1,-26],[11,-6],[23,17],[2,-8],[28,-12],[14,-24],[13,5],[12,18],[38,3],[11,-11],[23,50],[-10,5],[-29,-12],[9,14],[32,19],[5,16],[6,-20],[17,-11],[5,11],[-11,-4],[-2,10],[3,52],[7,1],[-2,-50],[13,1],[21,-17],[16,2],[18,-21],[23,22],[7,-4],[6,7],[15,-25],[23,2],[5,-21],[-7,2],[-6,-16],[16,-12],[-1,-50],[59,-45],[-27,-23],[-24,-63],[1,-18],[46,-11],[9,-1],[16,72],[6,-18],[7,10],[16,-8],[16,6],[-3,8],[16,23],[40,-71],[17,-9],[1,-8],[29,22],[6,13],[-1,-14],[10,0],[10,-14],[20,-1],[39,-23],[10,33],[9,-33],[35,0],[13,20],[18,1],[32,-30],[14,-1],[0,13],[23,-8],[16,-22],[15,3],[2,-13],[13,-1],[17,37],[46,-23],[16,17],[40,-11],[10,42],[30,1],[21,-23],[4,14],[19,7],[1,14],[49,2],[1,11],[15,8],[18,29],[-5,2],[-2,21],[24,-3],[3,16],[-23,3],[-2,15],[7,6],[3,-6],[8,27],[6,1],[8,-11],[6,14],[11,-5],[-2,9],[7,5],[-1,-7],[14,-1],[-6,-17],[4,-6],[7,6],[6,-12],[-2,11],[14,11],[156,12],[-5,-12],[-11,-1],[-16,-18],[8,-17]],[[1339,7293],[7,26],[41,-19],[27,3],[-2,54],[23,72],[106,-55],[2,32],[6,7],[4,-5],[-3,10],[10,8],[10,-23],[12,-2],[10,8],[6,-11],[7,4],[6,9],[-15,21],[20,21],[-4,14],[9,44],[14,3],[-7,21],[15,-6],[17,23],[9,-16],[9,-1],[-4,13],[5,7],[14,-8],[5,22],[14,-10],[17,53],[21,39],[23,-8],[-11,-22],[12,-10],[8,12],[20,-10],[2,11],[6,-18],[-10,-34],[35,-14],[-3,-4],[29,-24],[-1,15],[7,6],[34,-19],[6,4],[2,21],[7,-4],[13,13],[-2,9],[14,23],[8,1],[10,27],[7,-7],[22,9]],[[1988,7628],[11,-29],[32,9],[12,-28],[13,3],[-11,-62],[-17,-9],[8,-11],[19,-4],[-5,-11],[-9,-2],[-4,-14],[27,-3],[24,8],[2,-19],[10,-13],[62,-44],[11,4],[14,-11],[-20,-41],[-2,-14],[18,-15],[-17,-56],[46,-79],[-8,-10],[-3,-24],[6,-6],[-36,-118],[36,-32]],[[3880,7184],[-20,-37],[-17,-58],[10,-4],[-8,-16],[11,-4],[7,8],[14,-15],[4,-40],[6,3],[11,-14],[-6,-10],[25,9],[5,-9],[22,12],[47,-13],[-6,-28],[17,-23],[-10,-27],[4,-25],[24,-23],[0,-32],[11,-29],[17,29],[4,-10],[-11,-32],[2,-13],[22,-19],[-12,-46],[-13,6],[-4,21],[-6,-5],[7,-10],[-6,-26],[5,-36],[-13,-47],[16,-73],[54,-23],[-3,-32],[-35,1],[0,-12],[-14,-9]],[[2571,6955],[0,27],[27,45],[23,6],[12,-16],[24,3],[18,22],[4,16],[-4,21],[-6,0],[11,18],[-4,22],[-20,63],[11,35],[-23,20],[26,30],[-1,13],[-20,16],[-19,48],[2,9],[-8,5],[-19,50],[117,55],[50,32],[-6,132],[-34,44],[12,1],[17,27],[92,-17],[0,9],[25,7],[-4,32],[25,0],[-2,22],[10,13],[-17,85],[16,2],[32,-34],[12,-2],[-5,33],[6,8]],[[2951,7857],[37,13],[4,-23],[40,6],[25,-82],[31,5],[2,14],[9,3],[33,-1],[10,-22],[-4,-15],[78,-30],[15,-14],[-2,-40],[6,-11],[8,10],[0,13],[22,20],[32,-6],[3,-11],[14,-10],[-2,-13],[18,7],[11,78],[24,6],[38,-17],[6,-32],[-33,-45],[20,-32],[-2,-16],[23,2],[4,-6],[11,-64],[9,1],[3,11],[56,3],[6,-41],[19,-13],[-2,-34],[7,4],[7,-13],[24,-14],[7,6],[-9,23],[6,3],[1,-10],[7,1],[2,-27],[-9,-13],[6,-9],[-8,-13],[-7,-59],[31,-3],[4,13],[28,-29],[-15,-6],[-12,-29],[48,-3],[13,-9],[17,29],[18,-20],[29,0],[7,-28],[13,-10],[18,29],[20,14],[9,-22],[20,-3],[6,-23],[11,-1],[58,-65]],[[177,7669],[-1,35],[0,8],[-2,16],[-4,21],[-1,32],[-3,35],[-3,36],[1,38],[-3,29],[1,7],[6,9],[3,8],[6,41],[7,33],[4,25],[1,9],[6,40],[3,30],[1,32],[1,36],[1,18],[1,23],[0,21],[-2,46],[-4,50],[0,7],[4,16],[1,26],[-2,27],[-4,33],[-8,50],[3,1],[8,3],[7,2],[27,8],[21,7],[33,10]],[[286,8537],[-6,-119],[13,3],[21,-10],[-5,-47],[-13,-8],[-15,7],[-12,-82],[18,3],[7,-59],[-3,-80],[-7,-16],[6,-6],[2,-31],[-6,-16],[12,-8],[1,-9],[-12,-6],[-10,-34],[12,-1],[5,-28],[-18,-35],[-17,-73],[-8,-5],[6,-12],[-8,-51]],[[5823,7329],[8,-1],[-1,-56],[7,-11],[11,-8],[5,16],[8,-4],[-1,-13],[14,3],[2,-14],[13,2],[0,14],[5,0],[4,-16],[15,-1],[-3,-12],[-15,-3],[13,-29],[-19,13],[-3,13],[-21,0],[-3,-21],[-13,-24],[6,-42],[-15,-5],[0,-25],[5,-11],[11,-1],[22,11],[19,-24],[-55,-39],[1,32],[-8,14],[-18,-62],[-14,-7],[-15,50],[-13,-5],[5,-11],[-76,-8],[-4,8],[12,25],[-11,1],[13,14],[-4,33],[-38,2],[0,16],[-5,-5],[-4,7],[-1,10],[8,-3],[-9,14],[0,25],[-9,24],[-44,-14],[-12,13],[-17,-15],[8,24],[18,6],[11,-19],[3,11],[16,9],[-2,6],[38,3],[-5,10],[11,39],[8,-7],[19,15],[6,-11],[24,16],[16,-15],[20,4],[-1,7],[11,1],[-4,11],[27,2],[-2,22],[21,10],[1,-14]],[[4417,7898],[8,-6],[-5,-13],[36,-26],[7,18],[84,-58],[14,30],[9,-24],[24,-27],[-6,-2],[-10,-50],[25,-1],[37,-21],[18,19],[21,-4],[2,13],[4,-5],[8,16],[6,-8],[8,21],[16,-62],[39,4],[12,-13],[3,-15],[22,4],[9,-21],[14,21],[-7,14],[6,21],[53,22],[15,-20],[11,-50],[-18,-6],[-6,-113],[33,-5],[12,-28],[48,23],[29,-31],[7,30],[56,32],[3,-16],[46,31]],[[5110,7592],[12,-133],[6,-15],[9,1],[14,-62],[32,18],[15,-3],[26,-75],[-2,-25],[-12,5],[-2,-14],[-7,0],[1,-17],[4,-8],[18,7],[9,-12],[0,-24],[24,4],[-13,-53],[8,-11],[-2,-24],[-15,5],[-6,-50],[29,-7],[-3,-17],[29,-5],[-3,-26],[12,-6],[-14,-29],[-46,9],[-9,-37],[-13,3],[-11,-36],[2,-14],[15,-12],[-1,-72],[10,-3],[17,-47],[-9,-16],[-14,2],[-12,-22],[-3,9],[-58,0],[-16,-20],[2,-28],[-81,41],[-12,-86],[-6,-1],[-1,-28],[-21,-74],[-39,-78]],[[3880,7184],[55,109],[32,33],[24,43],[25,62],[21,79],[54,-30],[-6,-16],[19,-15],[17,24],[-1,19],[18,16],[7,22],[4,38],[-11,3],[-7,16],[-5,-4],[-8,19],[25,45],[34,-21],[65,151],[48,-2],[-3,19],[10,10],[13,-10],[24,42],[13,-9],[39,93],[31,-22]],[[1268,8509],[-30,-104],[-8,4],[-4,-23],[-15,3],[-49,-143],[-12,8],[-14,-35],[-26,21],[-17,-7],[-18,9],[-25,-84],[48,-23],[-31,-119],[12,-3],[7,-16],[1,-88],[-32,8],[0,-25],[7,-16],[22,-5],[7,-17],[22,-6],[3,-17],[14,1],[3,-26],[8,-2],[-10,-35],[-34,11],[-15,-16],[-5,-30],[6,-7],[-6,-4],[8,-35],[-10,-2],[-21,15],[-27,-5],[-6,-58],[-24,11],[-8,-27],[5,-41],[-6,-2],[-3,12],[-12,-16],[-9,-38],[4,-6],[-19,-44]],[[286,8537],[2,1],[21,7],[10,3],[5,4],[2,1],[7,9],[10,7],[11,3],[18,-19],[11,-19],[16,-2],[17,4],[7,13],[5,10],[7,14],[2,8],[1,8],[-1,8],[-1,2],[0,3],[3,11],[7,16],[9,28],[11,26],[10,10],[2,21],[1,20],[1,18],[-1,12],[-1,2],[-5,4],[-5,17],[-4,21]],[[464,8808],[26,-13],[-9,-24],[10,-5],[28,-13],[9,24],[68,-33],[6,2],[25,85],[112,-52],[-4,-18],[11,-5],[12,14],[14,-7],[8,24],[100,-40],[-12,-43],[46,-16],[-3,-12],[77,-40],[5,15],[26,10],[39,-6],[7,19],[65,-32],[6,-7],[1,-17],[-7,-26],[4,-8],[6,4],[2,-17],[6,2],[21,-33],[6,15],[93,-46]],[[4089,8102],[-12,-19],[-10,-3],[-7,-18],[7,-2],[-5,-36],[9,-9],[2,-43],[15,-5],[7,6],[11,-22],[-1,-16],[-16,0],[2,-22],[7,-8],[5,9],[9,-20],[15,12],[16,-5],[-1,-9],[22,-19],[16,-38],[10,2],[5,-12],[-4,-7],[17,-28],[-20,-41],[6,-11],[-4,-3],[-4,9],[-31,11],[-21,-19],[-25,39],[-11,-7],[-5,-21],[6,-24],[-14,-4],[0,7],[-17,6],[-2,-11],[-4,6],[-2,-11],[5,-1],[-12,-56],[-6,3],[-11,-50],[-11,3],[1,13],[-10,8],[-16,1],[-59,44],[-12,23],[7,30],[44,37],[20,5],[18,33],[-7,-1],[0,10],[-15,14],[6,5],[-22,21],[-1,-20],[-5,7],[-14,-29],[-7,5],[-16,-19],[4,-7],[-11,-21],[-21,54],[-8,-4],[-11,12],[-24,38],[19,24],[-2,13],[14,9],[5,-10],[37,25],[0,16],[11,7],[3,-10],[9,6],[-13,45],[15,32],[-23,27],[14,24],[17,-15],[7,28],[12,-12],[10,18],[-6,5],[16,12],[14,-8],[6,13],[4,-6],[-6,-13],[19,4],[20,-25],[13,33],[8,-14]],[[7761,7143],[-46,-78],[12,-2],[-2,-25],[-17,-30],[19,-13],[-26,-70],[12,-7],[-9,-22],[-18,10],[-38,-64],[8,-19],[62,-28],[10,-24],[-26,-22],[0,-15],[14,-5],[1,-20],[-22,-31],[-2,16],[-30,21],[-11,-36],[-15,0],[-27,-22],[-9,-26],[-12,-8],[-4,-22],[20,-96],[-37,-26],[26,-80],[-17,-24],[-6,-24],[27,-29],[-7,-5],[-3,-15],[-32,3],[-13,-31],[3,-18],[-57,-50],[1,-11],[16,-25],[17,-14],[6,4],[11,-7],[-6,-39],[-14,-25],[-9,-4],[-5,-61],[-12,5],[-7,-37],[10,-15],[26,5],[16,-8]],[[6292,6347],[2,19],[-6,6],[34,73],[3,36],[-20,32],[20,31],[-10,58],[15,70],[65,24],[1,10],[17,-1],[-7,33],[-2,60],[-22,42],[4,7],[-11,21],[-19,15],[-24,-36],[-12,3],[-9,-13],[-13,19],[6,25],[-10,2],[-2,42],[26,9],[7,-12],[25,3],[6,19],[27,5],[-12,-29],[41,-33],[14,11],[4,30],[10,18],[15,10],[-18,13],[-2,15],[-35,2],[-1,12],[-8,1],[12,24],[6,61],[-14,58]],[[6395,7142],[12,18],[21,-36],[23,-14],[23,20],[23,-26],[26,-2],[64,52],[22,-29],[12,-43],[21,15],[7,-15],[7,39],[-5,18],[38,10],[0,17],[47,-14],[15,-22],[20,5],[57,66],[8,1],[31,-14],[8,-24],[21,21],[76,-41],[16,-22],[23,12],[7,-9],[4,4],[3,-14],[13,10],[-14,-29],[1,-18],[11,9],[2,-13],[-11,-14],[20,-68],[237,125],[47,12],[34,-45],[24,-16],[18,48],[-21,11],[-5,64],[43,16],[22,-20],[25,58],[8,-2],[15,40],[6,1],[-1,18]],[[7499,7302],[20,-5],[22,16],[10,-25],[14,15],[-1,-14],[35,-27],[28,-48],[41,-30],[16,44],[37,-19],[13,-8],[-13,-38],[40,-20]],[[8349,5506],[-13,7],[13,22],[-6,8],[18,22],[-6,19],[-6,0],[3,10],[-12,30],[24,16],[-7,5],[8,4],[7,18],[15,82],[3,-12],[27,-17],[37,-40],[33,-11],[44,51],[3,43],[-16,5],[-4,9],[-5,-5],[-13,13],[1,24],[-8,-2],[-3,-12],[-5,5],[5,35],[-14,43],[13,9],[-6,6],[-17,-3],[-5,18],[-25,19],[11,17],[30,29],[21,-18],[-1,-11],[5,6],[17,-22],[20,-5],[37,21],[16,24],[34,-32],[12,-36],[7,1],[4,-22],[22,7],[20,-25],[-2,63],[-29,-2],[-4,112],[-27,-2],[-11,26],[9,25],[-1,53],[29,-3],[4,27],[-85,4],[1,68],[-22,1],[0,75],[-31,1],[0,41],[31,-1],[0,23]],[[8549,6372],[53,8],[6,-9],[-4,-31],[104,22],[57,-1],[-4,49],[72,9],[55,-18],[78,35],[-8,78],[35,-28],[6,11],[-30,11],[-13,18],[-1,31],[47,14],[1,11],[-16,15],[13,17],[-2,23],[9,18],[-6,10],[24,6],[17,40],[4,-3],[4,7],[23,-21],[17,-1],[23,-16],[160,-2]],[[9273,6675],[-30,-51],[1,-28],[-8,-3],[7,-23],[20,0],[6,-24],[11,2],[-1,-19],[-11,-7],[-1,-11],[10,-1],[7,-35],[61,45],[31,7],[35,-10],[69,6],[41,60],[38,36],[6,-7],[7,5],[28,48],[17,2],[-3,-34],[5,-5],[4,16],[9,-6],[-1,-29],[9,9],[-3,12],[7,19],[-19,24]],[[9625,6673],[29,31]],[[9654,6704],[0,-3],[6,-41],[-2,-12],[-7,-47],[-6,-40],[-7,-21],[-5,-7],[-6,-3],[-7,1],[-5,-7],[-6,-15],[-4,-11],[-8,-14],[-10,-15],[-11,-18],[2,-8],[-1,-11],[-3,-7],[-7,-8],[-2,-1],[-3,-1],[-9,-2],[-7,-2],[-11,-8],[-5,-10],[0,-3],[-3,-5],[-13,-8],[-2,0],[-8,6],[-17,-8],[-8,-24],[-9,-34],[0,-3],[6,-13],[6,-19],[5,-7],[3,-6],[4,-9],[2,-7],[-2,-36],[20,-28],[11,-54],[0,-5],[-4,-1],[-8,-7],[-7,-18],[-5,-15],[-1,-4],[13,-19],[11,-17],[7,-14],[-9,6],[-1,1],[-11,8],[-7,3],[-7,-3],[-1,-2],[-1,-7],[9,-24],[4,-18],[6,-18],[2,-8],[6,-19],[9,-24],[-20,-16],[4,-43],[3,-10],[3,-18],[-15,-5],[-11,-2],[-14,-9],[-4,-3],[-5,-5],[-3,-2],[-20,-10],[-4,-11],[-7,-18],[-3,-10],[-9,-1],[-6,-1],[-12,14],[-21,-11],[-3,-24],[0,-7],[-1,-9],[-6,-17],[-17,-12],[-18,-5],[-8,-6],[-6,-7],[10,-18],[3,-5],[3,-2],[4,-4],[4,-1],[15,-2],[9,1],[14,4],[14,-8],[5,-4],[11,-9],[11,-6],[22,-12],[14,-1],[18,-3],[14,-4],[19,-17],[3,-8],[15,-7],[5,0],[9,2],[2,3],[2,6],[5,6],[9,3],[4,-7],[3,-12],[6,-7],[18,7],[18,9],[10,23],[11,8],[9,4],[-2,-5],[-3,-8],[-1,-6],[0,-3],[5,-11],[6,-4],[4,0],[6,6],[6,12],[0,5],[1,7],[2,9],[3,6],[2,1],[13,2],[13,1],[1,1],[10,4],[11,-2],[19,-18],[19,-5],[24,-7],[13,-16],[4,-7],[18,-2],[6,4],[10,4],[4,0],[13,-2],[12,-1],[11,0],[2,-1],[12,-9],[21,-3],[15,3],[17,-10],[7,-3],[10,-6],[3,-2],[0,-2],[-2,-11],[1,-8],[1,-2],[6,-5],[9,-1],[3,0],[9,-1],[3,-3],[-1,-10],[4,-26],[3,-47],[-10,-35],[-5,2],[-27,-9],[-22,-5],[-4,-12],[-6,-11],[-7,-8],[-7,-11],[-6,-12],[-5,-3],[-5,-1],[-9,2],[-13,-5],[-3,-10],[-10,-9],[-8,-3],[-8,-2]],[[9273,6675],[19,65],[73,-84],[11,0],[15,27],[20,17]],[[9411,6700],[11,6],[22,-20],[37,1],[25,22],[44,4],[20,36],[12,-24],[-3,-10],[-13,0],[1,-15],[15,-10],[13,10],[20,-7],[11,-11],[-1,-9]],[[8045,7119],[26,-16],[-2,-24],[-11,18],[-9,-8],[-4,10],[-10,-4],[5,-27],[14,-3],[0,-12],[14,1],[9,10],[2,-8],[14,-1],[24,-42],[51,-2],[3,-63],[12,-19],[3,-113],[7,0],[5,-60],[2,6],[9,-6],[-1,-15],[7,-13],[9,-3],[9,8],[10,35],[-3,20],[42,-8],[20,-11],[23,-37],[11,-4],[16,-38],[18,-15],[6,-17],[27,5],[29,33],[21,-37],[34,-29],[2,-9],[-43,-34],[37,-61],[6,-21],[-4,-9],[20,8],[33,-43],[1,-48],[10,0],[0,-41]],[[7761,7143],[30,-8],[11,47],[35,-11],[32,-25],[18,67],[12,15],[5,-5],[6,7],[-4,-16],[12,-19],[13,13],[44,-29],[23,17],[3,18],[27,9],[9,-13],[6,-49],[-5,-15],[7,-27]],[[1902,8591],[3,-50],[-8,-31],[19,-22],[6,-20],[-2,-16],[-17,-10],[3,-53],[58,-12],[-3,-40],[-20,-25],[0,-56],[-30,-4],[-2,-25],[-20,-4],[11,-55],[11,-5],[-28,-30],[16,-22],[12,6],[9,-16],[3,-28],[-14,-33],[12,-11],[2,-22],[16,15],[-3,10],[-10,0],[24,24],[2,-29],[16,-20],[-8,-6],[2,-11],[14,6],[-5,11],[24,-21],[2,-20],[-9,-14],[10,4],[0,-24],[-14,-5],[16,-33],[12,-60],[49,-16],[-5,-44],[5,-25],[-6,-8],[14,-31],[-10,-1],[-3,-11],[-24,6],[-13,32],[-25,-23],[-5,-28],[14,-29],[-15,-28]],[[1268,8509],[7,29],[32,-16],[40,135],[22,-10],[3,10],[17,-10],[4,15],[92,-42],[4,95],[-11,18],[6,16],[35,-1],[-4,-28],[92,-16],[-1,-19],[7,-1],[2,-15],[21,11],[15,17],[-11,14],[13,42],[14,2],[11,103]],[[1678,8858],[72,-16],[7,-38],[4,12],[18,5],[11,-14],[9,1],[7,14],[-2,18],[5,2],[14,-12],[4,-29],[12,-9],[-12,-44],[19,-28],[18,-11],[27,-2],[10,-12],[16,9],[23,-25],[-40,-57],[-6,-27],[8,-4]],[[9411,6700],[-12,32],[19,0],[7,23],[30,0],[26,29],[27,1],[11,11],[15,50],[26,18],[-11,42],[12,5],[30,-57],[41,15],[16,-6],[7,18],[8,1]],[[9663,6882],[-7,-127],[-2,-51]],[[2763,8606],[-1,-15],[58,-19],[7,35],[27,-9],[8,25],[-10,12],[9,20],[7,-15],[6,19],[6,-20],[42,29],[9,-5],[5,19],[21,-7],[17,20],[22,-31],[7,8],[8,-11],[-7,-9],[4,-5],[-14,-4],[0,-77],[10,-8],[0,-15],[22,-13],[7,-23]],[[3033,8507],[-55,-20],[10,-55],[-12,-10],[-25,0],[-16,18],[-24,5],[-39,-24],[-5,-49],[-9,3],[5,9],[-13,6],[-3,11],[-13,2],[3,-44],[20,-5],[4,-11],[-2,-10],[-9,1],[-15,-23],[4,-11],[10,0],[-12,-31],[-13,-6],[9,-25],[-15,-19],[4,-29],[-18,1],[-32,-36],[20,-39],[19,-7],[-8,-57],[26,-17],[31,11],[7,-11],[31,9],[-16,79],[32,-3],[25,-122],[14,4],[11,-33],[24,-6],[-17,-19],[-40,-14],[13,-42],[12,5],[5,-16],[-12,-7],[2,-13]],[[1902,8591],[7,17],[53,53],[9,24],[-2,11],[-6,0],[0,21],[6,16],[18,13],[3,27],[3,-13],[15,-7],[7,16],[-2,21],[10,-40],[-13,-22],[3,-9],[-19,-58],[20,-9],[2,-28],[14,9],[27,-8],[9,27],[-5,24],[122,-22],[9,77],[15,28],[-12,6],[8,37],[-1,25],[47,14],[4,20],[21,1],[19,-12],[22,5],[3,11],[13,-2],[-8,-44],[24,-4],[7,61],[35,-5],[20,-28],[53,-9],[-3,-26],[27,-6],[-1,-12],[12,-3],[8,10],[16,-9],[-6,-66],[-14,3],[-3,-12],[7,-6],[-13,-17],[19,-4],[12,8],[2,25],[19,-1],[-6,-48],[-14,-3],[-3,-18],[-14,1],[-2,-18],[79,-15],[-2,-19],[41,-8],[14,-11],[6,33],[14,-1],[-12,20],[1,14],[92,-13],[25,-27]],[[6394,7934],[13,-115],[-7,-5],[16,-28],[-12,-22],[5,-25],[21,9],[7,-7],[-3,-88],[29,-49],[-2,-44],[7,-20],[-33,-43],[-8,-39],[13,0],[2,-55],[-69,-17],[-1,-11],[6,-6],[-14,-25],[-33,-2],[20,-45],[-4,-41],[6,-28],[22,15],[14,-35],[-15,-2],[-9,-14],[2,-16],[28,-34]],[[5110,7592],[5,3],[-2,19],[90,-12],[-18,61],[54,-11],[-3,48],[44,8],[2,31],[41,13],[-1,14]],[[5322,7766],[35,2],[6,-137],[8,-21],[32,1],[1,22],[25,-5],[-4,-17],[53,-2],[-1,42],[27,-8],[-2,70],[30,-7],[3,97],[51,-11],[9,67],[53,-10],[-7,11],[10,10],[104,-34],[2,-20],[2,6],[25,-6],[14,92],[13,17],[36,-3],[7,-78],[37,10],[7,-64],[39,16],[-2,-49],[-41,-14],[6,-44],[216,45],[1,32],[10,0],[14,28],[-10,6],[-4,-11],[-14,3],[-1,8],[-27,-16],[-10,21],[26,81],[30,-20],[43,30],[-8,48],[25,29],[21,-1]],[[6212,7982],[-7,-28],[21,-22],[8,6],[8,-4],[4,-46],[-6,-26],[8,-16],[18,6],[4,31],[15,5],[3,18],[12,0],[39,79],[8,-15],[11,-1],[-2,-21],[38,-14]],[[4413,8483],[20,-30],[6,5],[13,-14],[-2,-13],[8,8],[3,-4],[-32,-44],[-8,9],[-6,-9],[-11,15],[-27,-42],[23,-23],[10,16],[39,-40],[15,23],[15,-16],[-6,-10],[9,-8],[-22,-39],[5,-8],[-19,-29],[-7,7],[-36,-66],[-12,12],[-13,-21],[33,-32],[33,-52],[9,-2],[-12,-60],[9,-59],[-33,-59]],[[3033,8507],[116,46],[8,11],[34,-18],[9,-24],[8,1],[2,-8],[19,7],[-9,66],[-10,6],[-5,16],[0,24],[26,18],[5,14],[37,3],[5,-24],[28,-11],[-8,60],[43,2],[4,16],[24,16],[-6,21],[7,19],[18,2],[18,18],[12,1],[-27,24],[2,18],[8,1],[1,23],[12,0],[5,-12],[5,7],[-4,18],[30,23],[-8,19],[-28,25],[8,5],[-7,7],[7,28],[29,-7],[2,-12],[22,9],[1,13],[35,4],[9,-20],[8,-3],[12,4],[10,41],[36,14],[-1,8],[10,5],[2,-9],[33,12],[-9,-16],[9,-36],[10,4],[-3,17],[10,13],[8,-15],[16,20],[25,10]],[[3696,9031],[13,5],[-9,18],[32,6],[24,16],[9,-21],[13,5],[28,-25],[-17,-12],[11,-30],[20,-14],[6,-26],[-8,-14],[36,-34],[5,7],[14,-13],[40,71],[22,-20],[8,12],[34,-43],[16,27],[28,-26],[-16,-28],[6,-5],[-38,-65],[-9,8],[-16,-16],[87,-78],[10,16],[-33,37],[12,13],[50,1],[36,-35],[-15,-25],[38,-43],[41,-39],[13,25],[41,-42],[6,-29],[-9,-16],[33,-29],[5,11],[28,-24],[9,18],[45,-50],[6,11],[58,-59],[4,6]],[[7014,8284],[-11,-53],[-15,-4],[8,-79],[-10,-26],[58,-15],[41,-68],[8,-6],[16,16],[7,-36],[86,40],[27,-30],[33,15],[37,-30],[0,-14],[11,-8],[31,3],[9,60],[-6,16],[24,30],[19,-5],[-3,44],[26,3],[1,20],[12,-1],[4,-84],[-19,-36],[20,-4],[8,-29],[-8,-19],[1,-46],[15,-92],[-7,-85],[-15,-25],[1,-25],[-11,-5],[-20,-33],[-4,-44],[-5,-3],[6,-11],[-8,-4],[7,-11],[-7,-4],[-4,-32],[27,-70],[46,-57],[43,-95],[-2,-22],[8,-18]],[[6394,7934],[16,-6],[9,19],[45,-13],[7,40],[13,-15],[17,21],[36,4],[11,-6],[35,58],[33,-27],[8,31],[66,-10],[7,107],[-16,3],[-11,55],[14,66],[31,-3],[13,8],[0,28],[14,22],[56,7],[50,31],[1,9],[31,24],[25,50],[28,-11],[32,-63],[-34,-57],[6,-28],[29,-12],[9,27],[39,-9]],[[464,8808],[-1,1],[0,7],[-1,31],[2,10],[1,4],[5,10],[2,1],[6,3],[3,0],[14,3],[11,8],[18,8],[13,10],[10,11],[5,15],[2,16],[4,11],[1,2],[10,14],[13,11],[8,15],[12,29],[14,27],[3,8],[6,12],[9,11],[10,1],[2,-1],[4,2],[5,4],[6,5],[7,9],[2,3],[4,2],[7,5],[14,3],[5,2],[21,6],[2,2],[4,2],[41,29],[5,7],[14,16],[25,-4],[10,15],[5,6],[9,4],[9,4],[2,1],[1,3],[8,17],[13,27],[2,9],[0,7],[-1,5],[1,9],[1,10],[10,11],[9,16],[9,16],[8,17],[5,10],[8,15],[6,9],[3,2],[2,-1],[1,0],[2,-1],[8,-6],[12,-1],[11,2],[17,-1],[15,10],[13,15],[9,11],[3,4],[2,4],[1,3],[1,2],[3,16],[16,22],[19,18],[11,8],[25,8],[12,2],[6,1],[5,-2],[26,-5],[10,-5],[16,-8],[16,-4],[21,-16],[7,-6],[6,-5],[17,2],[18,0],[18,7],[15,0],[11,-3],[2,0],[4,1],[1,2],[11,26],[10,21],[9,18],[12,14],[10,9],[3,0],[6,1],[4,-1],[1,1],[6,3],[14,10],[15,11],[6,8],[12,17],[12,13],[5,15],[16,20],[8,6],[8,6],[19,27],[21,-6],[4,-1],[18,-10],[7,-3],[2,-2],[1,-4],[10,-5],[13,-1],[22,4],[17,4],[13,6],[8,6],[4,6],[18,12],[15,4],[15,12],[7,9],[6,8],[2,0],[5,0],[2,-5],[4,-10],[13,-5],[3,3],[4,2],[4,14],[4,15]],[[1741,9744],[4,-24],[-15,-48],[7,-2],[-3,-31],[7,-3],[-2,-11],[-6,1],[-4,-25],[-53,9],[-13,-126],[36,-9],[25,9],[-1,-11],[22,-3],[-20,-182],[14,-2],[8,-63],[17,-14],[10,-62],[11,-16],[2,-13],[-9,-9],[31,-43],[-2,-37],[-6,-26],[-85,16],[-11,-96],[-20,3],[-7,-68]],[[8045,7119],[45,64],[10,29],[-3,11],[12,-8],[6,9],[4,56],[-16,6],[17,13],[-3,14],[9,36],[-3,15],[8,-10],[10,5],[7,9],[-1,21],[11,10],[34,-30],[19,0],[10,-19],[20,-10],[23,-2],[13,9],[11,38],[-1,25],[8,0],[-4,10],[13,21],[-3,18],[-8,8],[3,16],[-15,28],[12,5],[7,-20],[8,6],[-9,6],[8,5],[4,23],[-4,54],[28,-12],[9,-17],[11,3],[4,-9],[-8,-17],[29,2],[22,-11],[18,17],[-4,10],[5,-3],[1,8],[-6,8],[4,25],[-6,4],[6,11],[-9,32],[5,12],[-2,44],[104,20],[3,-9],[2,22],[11,-5],[-2,8],[-11,-1],[-3,19],[13,12],[-2,12],[9,15],[10,-2],[10,14],[-34,78],[8,50],[46,52],[10,29],[69,5]],[[8657,8016],[10,-25],[5,-11],[14,-17],[5,-10],[7,-16],[12,-28],[4,-9],[2,-6],[6,-12],[1,-5],[2,-7],[6,-22],[23,-34],[11,-12],[13,-28],[5,-10],[17,-4],[28,-5],[14,-10],[10,-11],[21,-26],[9,6],[3,2],[6,5],[34,-38],[9,-17],[8,-15],[7,-14],[9,-16],[3,-5],[7,-14],[4,-22],[1,-7],[3,-22],[3,-21],[-3,-7],[-5,-15],[0,-6],[4,-11],[14,-34],[7,-20],[4,-10],[12,-29],[5,-13],[5,-16],[2,-9],[11,-34],[17,-19],[5,-6],[5,-6],[4,-4],[20,-27],[15,-24],[4,-5],[5,-6],[8,-2],[15,-3],[2,0],[11,5],[2,1],[2,0],[8,-2],[21,-9],[4,-7],[7,-12],[9,-15],[11,-36],[3,-26],[3,-21],[6,-9],[11,-14],[3,1],[5,2],[3,5],[9,12],[10,5],[8,1],[6,-2],[8,-7],[5,-1],[3,1],[16,6],[13,-3],[9,-4],[15,-8],[11,-4],[16,-10],[16,-13],[20,-21],[4,-9],[2,-14],[1,-2],[5,-3],[5,-3],[7,-3],[10,-6],[9,-7],[10,-13],[3,-2],[16,-7],[15,0],[5,0],[8,4],[14,4],[6,2],[7,1],[8,2],[7,0],[1,-7],[3,-7],[2,-2],[9,-1],[7,-1],[18,1],[17,6],[6,4],[16,11],[9,-1],[11,-1],[0,-15],[1,-30],[0,-40],[12,-18]],[[2857,9676],[-23,-9],[-13,-27],[-78,11],[7,-38],[14,-28],[-3,-15],[36,-22],[-28,-119],[-20,1],[15,-20],[14,-5],[0,-14],[10,-8],[16,2],[-3,-20],[-36,2],[6,-45],[14,-7],[4,-16],[0,-54],[6,-18],[7,-3],[20,14],[1,-15],[18,-18],[23,8],[14,-107],[-49,5],[-7,-22],[13,-15],[14,1],[-14,-24],[15,-11],[-25,-36],[9,-93],[-69,-6],[-8,-18],[-9,1],[-1,-6],[-22,-1],[-1,-11],[-34,6],[0,-11],[-8,-4],[5,-14],[-7,-12],[31,-6],[5,-24],[50,-44],[0,-13],[-6,-2],[4,-33],[14,-7],[-4,-8],[11,-6],[-12,-6],[0,-22],[-10,-17],[23,-19],[-4,-14],[-19,-8]],[[1741,9744],[-2,14],[0,12],[1,7],[4,8],[3,6],[11,11],[4,17],[6,25],[7,8],[7,2],[2,0],[2,0],[10,1],[6,3],[0,1],[0,3],[-5,16],[0,4],[5,7],[7,7],[10,4],[4,1],[9,-2],[6,-4],[8,-7],[1,-2],[3,-6],[11,-8],[17,5],[17,8],[17,9],[13,11],[23,0],[5,2],[13,8],[12,6],[15,7],[6,0],[4,-3],[2,-1],[2,-5],[4,-5],[26,-11],[3,-2],[1,-2],[11,-11],[8,-9],[1,0],[25,4],[11,3],[7,2],[27,9],[4,-2],[3,-4],[1,-5],[3,-11],[2,-23],[0,-2],[12,-10],[13,-6],[5,-3],[2,-4],[4,-8],[0,-3],[-2,-4],[2,-6],[7,-4],[6,-1],[2,1],[13,6],[17,7],[13,1],[16,14],[9,3],[8,0],[1,0],[11,-4],[14,6],[9,5],[10,-10],[9,-11],[5,-7],[6,-6],[14,-7],[9,-15],[3,-3],[2,-1],[7,-3],[2,1],[7,5],[2,4],[1,7],[1,3],[1,2],[12,8],[2,1],[5,1],[7,-1],[16,-5],[3,0],[8,1],[5,1],[2,2],[1,2],[7,9],[10,10],[5,3],[12,6],[17,4],[14,-3],[16,-15],[12,-10],[10,-2],[5,1],[14,2],[15,2],[13,-9],[10,-11],[3,-2],[4,-3],[18,-5],[9,-7],[14,-5],[13,1],[19,-5],[7,-6],[7,-4],[26,-7],[4,0],[7,0],[7,2],[5,2],[3,5],[4,3],[8,0],[3,-3],[9,-18],[3,-4],[17,-6],[5,-1],[6,0],[10,2],[9,-1],[1,-2],[14,-22],[11,-23],[5,-11]],[[3637,9428],[4,-12],[-17,-8],[16,-51],[-12,-5],[20,-82],[-40,-10],[5,-19],[-11,-3],[10,-52],[7,3],[15,-33],[28,20],[34,-145]],[[2857,9676],[1,-3],[3,-5],[4,-6],[4,-3],[3,-1],[8,-3],[5,-2],[5,-1],[11,-5],[10,-8],[13,-19],[6,-5],[4,-3],[2,0],[11,3],[13,3],[4,1],[5,6],[5,10],[4,11],[1,5],[2,3],[5,6],[18,22],[5,3],[9,6],[5,2],[18,0],[12,0],[3,-2],[1,-2],[1,-6],[13,-9],[22,-2],[22,4],[4,1],[11,-1],[22,-4],[5,-2],[25,4],[13,-1],[22,2],[21,5],[14,8],[4,1],[12,2],[3,1],[7,-2],[30,11],[18,14],[11,3],[4,2],[16,35],[-4,17],[-4,-1],[-6,27],[14,4],[6,3],[7,7],[1,6],[-1,2],[-1,15],[5,16],[20,8],[8,-1],[23,-2],[11,-22],[4,-10],[25,2],[17,1],[4,-19],[4,-22],[4,-20],[5,-21],[4,-24],[2,-10],[4,-16],[1,-8],[-4,-2],[-19,-7],[5,-23],[4,-21],[4,-20],[2,-12],[2,-11],[3,-5],[12,-18],[5,-19],[-1,-3],[2,-10],[2,-5],[2,-5],[4,-8],[3,-5],[2,-2],[17,-22],[26,10],[17,7],[15,-17],[10,-10],[8,-35],[6,-16]],[[5436,9228],[1,-33],[-38,-3],[-11,-32],[20,-8],[0,-28],[22,-9],[-1,-37],[-28,-8],[3,-37],[7,-7],[8,7],[8,-5],[39,-27],[-31,-84],[2,-28],[52,16],[-3,-45],[-13,-53],[10,-14],[-14,-40],[14,-2],[1,-13],[-44,-24],[-28,-5],[-15,10],[-4,-28],[4,-23],[-21,-5],[7,-55],[-8,-2],[-22,-50],[11,-20],[-7,-11],[-53,-19],[3,-75],[-8,-24],[-4,-48],[-9,-24],[-14,14],[-1,19],[-23,15],[-5,-61],[8,-35],[-33,-54],[11,-25],[-4,-43],[-24,-81],[9,-27],[31,16],[-2,-27],[23,10],[13,-46],[65,1],[-3,-120],[-30,-64],[2,-32],[6,-13],[6,3],[1,-19]],[[4413,8483],[16,25],[23,-7],[2,10],[-10,3],[4,19],[-7,8],[22,39],[50,-49],[44,73],[-10,8],[98,126],[-32,40],[69,89],[-15,19],[12,16],[13,-16],[59,69],[7,-15],[81,-9],[18,0],[2,15],[31,-2],[15,45],[-18,14],[21,68],[21,2],[17,93],[13,0],[1,21],[-12,6],[29,7],[8,17],[11,-10],[3,8],[29,104],[1,30],[22,-1],[-5,38],[11,58],[50,-3],[5,7],[-2,81]],[[5110,9529],[19,0],[25,-1],[7,0],[26,-1],[23,0],[7,-75],[2,-2],[21,-21],[21,-20],[-1,-34],[-4,-44],[17,-2],[27,-3],[29,-3],[16,-2],[-3,-24],[10,-15],[28,-21],[-1,-16],[-4,-15],[-2,-7],[0,-5],[12,-8],[51,18]],[[6035,9317],[-3,-97],[2,-11],[20,-10],[-38,-26],[-16,-64],[-26,-6],[8,-33],[32,-19],[11,-99],[17,-2],[22,-60],[24,-2],[11,16],[20,-30],[2,8],[11,-6],[-32,-31],[16,-3],[4,-23],[13,-4],[0,-34],[-30,-56],[89,-78],[46,114],[25,2],[20,-164],[40,4],[-1,-27],[11,-44],[5,-81],[-91,-6],[0,-77],[-34,-32],[-2,-32],[-11,-19],[0,-71],[13,4],[-5,-21],[26,0],[-7,-66],[-23,5],[-4,-13],[13,-14],[-9,-29],[26,-32],[-18,-66]],[[5436,9228],[5,1],[18,-5],[20,-6],[27,42],[14,21],[20,13],[10,6],[9,6],[5,4],[5,2],[6,4],[12,8],[3,-1],[26,-3],[14,16],[1,2],[6,6],[9,3],[15,4],[11,3],[-7,43],[-2,14],[1,2],[4,-3],[6,-3],[7,-3],[15,4],[11,5],[3,1],[2,1],[4,-1],[12,-4],[10,-3],[4,-2],[9,-6],[6,-6],[3,-3],[5,-7],[1,-4],[0,-11],[0,-7],[2,-6],[1,-5],[5,-10],[9,-24],[8,-5],[10,1],[23,17],[21,-3],[6,-9],[16,-20],[31,-39],[10,-3],[39,-8],[3,-1],[10,8],[2,13],[1,11],[14,5],[1,0],[23,8],[34,26]],[[7014,8284],[19,10],[13,20],[1,24],[30,22],[-3,38],[-27,20],[-16,48],[-10,9],[66,38],[-5,3],[7,49],[-16,14],[4,23],[-16,-1],[-1,20],[15,-12],[20,-2],[-3,18],[16,3],[0,18],[9,2],[56,-17],[7,-12],[14,24],[37,17],[15,-5],[11,24],[-5,31],[-9,6],[-8,24],[-14,-17],[-12,57],[-28,31],[-19,36],[-5,17],[14,8],[-2,46]],[[7169,8918],[6,1],[5,3],[5,3],[12,3],[21,-2],[7,11],[7,12],[12,20],[14,11],[7,6],[11,2],[8,-22],[18,-16],[1,-10],[4,-13],[4,-13],[26,-10],[13,-35],[7,-15],[10,-8],[10,-6],[14,-15],[4,-6],[19,-16],[16,15],[17,17],[4,4],[27,-4],[20,4],[2,1],[17,4],[15,3],[22,5],[7,-5],[3,-12],[-1,-18],[5,-3],[13,-5],[9,-4],[4,-2],[18,37],[40,-7],[-1,-12],[6,-8],[8,-7],[24,-9],[21,0],[9,2],[17,3],[1,11],[1,8],[2,14],[0,7],[2,10],[1,4],[2,2],[21,15],[12,5],[12,5],[24,-12],[2,-4],[1,-2],[0,-1],[3,-9],[3,-10],[5,-22],[3,-8],[4,-14],[3,-11],[10,-10],[24,-8],[16,-5],[25,-3],[26,4],[18,-5],[16,1],[7,0],[4,0],[13,16],[13,16],[8,17],[4,8],[16,-18],[4,-4],[-2,-7],[-11,-45],[-1,-2],[7,-7],[14,-15],[9,-9],[1,-2],[9,-9],[-3,-13],[0,-3],[-9,-44],[11,-11],[-6,-25],[-14,-7],[-3,-7],[3,-18],[25,-17],[25,-5],[7,-6],[24,-10],[13,-10],[16,-15],[8,-15],[7,-12],[9,-3],[4,-1],[12,-3],[9,-3],[15,-4],[7,-2],[14,-4],[14,-7],[16,-8],[3,-10],[1,-7],[2,-9],[3,-16],[6,-17],[7,-15],[8,-16],[1,-3],[2,-2],[3,-1],[9,2],[7,-1],[5,-7],[1,-1],[8,-23],[2,-30],[-13,-18],[-5,-8],[3,-7],[16,-26],[36,3],[2,0],[17,1],[5,-3],[5,-3],[3,-9],[2,-1],[20,-10],[19,-9],[37,-17],[20,-14],[10,-4],[18,-6],[8,-8],[10,-16],[13,-27],[6,-10],[11,-9],[13,13],[26,-21],[19,-16],[16,-13],[-2,-36],[2,-4]],[[3637,9428],[1,2],[36,12],[-1,5],[-4,14],[27,25],[22,20],[8,9],[22,11],[30,16],[13,15],[0,19],[-13,9],[-5,28],[-2,11],[16,15],[-10,15],[-9,17],[5,4],[6,4],[6,0],[12,1],[15,0],[21,1],[18,2],[17,1],[2,0],[33,4],[24,2],[7,0],[6,1],[4,0],[4,1],[5,0],[7,1],[11,10],[12,7],[9,6],[11,16],[3,2],[31,-3],[11,-1],[16,-2],[13,-2],[4,0],[57,-7],[7,-5],[17,-14],[12,-11],[15,-3],[5,-9],[23,-47],[0,-2],[2,-3],[4,-8],[1,-4],[33,-8],[2,0],[37,-8],[6,-3],[14,-7],[6,-7],[16,-20],[8,-10],[20,-2],[22,-2],[9,-6],[8,-4],[6,2],[14,5],[16,15],[15,12],[13,18],[12,5],[2,1],[12,5],[1,1],[7,2],[24,18],[2,8],[15,12],[10,7],[14,5],[13,4],[22,8],[21,1],[12,1],[17,2],[22,2],[8,6],[6,4],[2,2],[15,3],[2,0],[30,-4],[11,2],[4,1],[15,3],[10,10],[15,-12],[12,-10],[0,-27],[-1,-2],[-5,-8],[-8,-27],[-10,-31],[-7,-26],[0,-13],[9,-2],[0,-16],[-2,-20],[26,-12],[6,26],[9,21],[8,25],[14,12],[17,1],[16,-10],[10,-7],[18,1],[22,0],[22,1],[57,0],[24,1],[2,-6],[0,-2],[1,-2],[3,-10],[5,-10],[16,-1],[18,0],[13,-1],[5,0],[17,-1]],[[6035,9317],[26,20],[6,1],[4,1],[3,1],[3,0],[14,3],[31,17],[16,8],[22,-3],[2,-1],[2,0],[5,54],[0,2],[0,6],[1,6],[-4,11],[-4,13],[-5,15],[1,11],[1,19],[6,2],[8,19],[3,12],[2,3],[13,9],[21,12],[8,22],[1,3],[6,5],[10,0],[1,2],[3,6],[4,10],[0,9],[1,12],[-3,6],[-3,5],[0,2],[-1,13],[1,3],[2,4],[3,3],[5,9],[1,8],[-4,8],[-3,7],[1,5],[6,8],[21,5],[22,-7],[23,2],[12,4],[4,-1],[12,-3],[14,14],[14,27],[2,13],[-3,14],[0,2],[-4,6],[-1,1],[-1,7],[2,19],[4,6],[7,-2],[23,-6],[24,-4],[5,0],[6,0],[6,1],[16,10],[14,3],[6,-7],[5,-9],[7,0],[7,-1],[14,8],[5,5],[10,13],[17,20],[3,17],[-1,2],[-6,1],[-2,2],[-1,2],[1,6],[2,2],[7,6],[9,0],[9,-6],[12,-16],[1,-15],[13,-5],[5,-1],[1,5],[0,1],[0,2],[1,2],[8,5],[3,0],[12,0],[13,0],[9,6],[3,6],[-3,18],[-8,9],[-6,24],[2,14],[5,11],[12,16],[4,10],[4,14],[3,6],[2,3],[2,2],[3,1],[18,1],[2,-1],[24,-9],[7,-1],[3,-4],[19,-22],[2,-9],[0,-4],[-1,-8],[-2,-9],[-5,-13],[-5,-11],[-9,-14],[-1,-2],[-4,-5],[-2,-5],[0,-4],[0,-6],[6,-20],[3,-6],[11,-22],[11,-13],[6,2],[1,-1],[2,-2],[2,-6],[6,-22],[6,-16],[8,-25],[1,-5],[1,-5],[4,-11],[6,-12],[15,-16],[20,-17],[5,-7],[1,-4],[1,-9],[1,-2],[-1,-10],[-2,-29],[-3,-28],[2,-19],[2,-15],[1,-17],[-4,-17],[0,-6],[5,-24],[5,-23],[12,-25],[17,-24],[11,-18],[18,-7],[2,-1],[2,-2],[7,-8],[2,-1],[1,-3],[-4,-29],[9,-27],[3,-2],[3,-2],[12,-8],[11,-2],[12,-10],[15,-20],[8,-23],[-1,-16],[3,-16],[3,-19],[11,-20],[2,0],[1,-3],[1,-7],[1,-6],[-4,-20],[-4,-10],[2,-11],[5,-10],[6,-12],[5,-12],[-1,-2],[-3,-6],[-2,-7],[-1,-9],[-1,-4],[0,-3],[0,-5],[2,-6],[1,-3],[4,-11],[2,-12],[1,-15],[8,-6],[5,-5],[5,-4],[5,-20],[2,-4],[2,-5],[18,-6],[3,0],[7,4],[1,2],[3,0],[16,-7],[20,-10],[18,-7],[6,-8],[1,-1],[6,-12],[2,0],[19,0],[14,-1]]],"transform":{"scale":[0.0005882143714371428,0.0002553957395739589],"translate":[20.95406699999978,53.89666899999983]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/LU.json b/dist-amd/map/TopoJSON/LU.json new file mode 100644 index 0000000000..f07e954e91 --- /dev/null +++ b/dist-amd/map/TopoJSON/LU.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0]]}]}},"arcs":[[[3645,9974],[18,-53],[31,-66],[3,-63],[2,-35],[8,-11],[40,-21],[15,-9],[8,-3],[10,-4],[91,-38],[106,-35],[63,-24],[82,-11],[13,4],[16,4],[22,10],[138,34],[24,55],[-1,34],[-3,15],[-11,46],[11,34],[49,15],[36,-6],[162,-12],[137,-48],[109,-50],[11,-20],[-38,-46],[8,-67],[14,-45],[-20,-48],[-26,-30],[-13,-34],[3,-80],[71,-1],[50,-24],[52,-33],[71,-46],[48,18],[1,-11],[0,-9],[-7,-41],[-5,-11],[-7,-10],[-11,-6],[-13,-4],[-15,-3],[-18,-6],[-11,-4],[-16,-9],[-2,-7],[-13,-52],[41,-47],[15,-76],[-31,-72],[-43,-79],[-66,-51],[-8,-6],[-7,-9],[-7,-12],[-3,-13],[-3,-10],[3,-42],[10,-108],[24,-50],[37,-5],[37,-29],[-89,-75],[-39,-32],[-54,-15],[-19,-41],[1,-9],[2,-8],[6,-9],[9,-10],[29,-11],[14,-6],[75,-66],[56,-54],[55,-53],[9,-10],[10,-16],[7,-13],[4,-12],[0,-10],[-5,-9],[-21,-39],[-21,-36],[-8,-13],[-4,-10],[-1,-11],[1,-10],[7,-9],[12,-6],[35,-18],[50,-21],[59,-18],[10,-4],[11,-7],[15,-11],[5,-10],[-4,-7],[-13,-17],[-11,-9],[-67,-51],[-11,-5],[-12,0],[1,-40],[12,-15],[9,-7],[11,-6],[13,-2],[16,-2],[48,-3],[26,1],[10,-2],[7,-5],[12,-13],[1,-9],[-4,-26],[-35,-54],[-29,-30],[14,-45],[37,-47],[51,-21],[13,-7],[102,-57],[93,-66],[-22,-38],[-5,-11],[-17,-44],[-8,-23],[-1,-16],[3,-27],[8,-13],[34,-51],[65,-49],[46,-90],[3,-14],[5,-8],[12,-11],[12,-4],[12,-1],[18,3],[18,6],[21,11],[27,16],[7,6],[5,6],[-10,7],[-15,3],[-12,5],[-10,7],[-7,11],[-22,47],[-3,10],[-2,11],[2,12],[8,9],[18,20],[18,13],[18,6],[18,5],[18,2],[16,0],[9,-4],[7,-8],[6,-10],[1,-11],[7,-78],[25,-86],[29,-56],[37,34],[6,7],[30,19],[14,6],[16,3],[32,-10],[113,-59],[44,-106],[39,-32],[9,-10],[17,-19],[-15,-79],[-24,-42],[-37,-40],[-11,-6],[-9,-8],[-5,-11],[-1,-9],[2,-8],[7,-5],[40,-10],[34,-6],[13,-2],[35,-1],[7,-2],[7,-1],[19,-20],[9,-13],[8,-15],[14,-32],[4,-12],[3,-9],[-1,-10],[-28,-21],[-11,-46],[33,-96],[2,-6],[67,-51],[12,-5],[19,-4],[110,-64],[71,-46],[8,-6],[12,-12],[6,-8],[5,-10],[7,-17],[20,-21],[13,-10],[33,-17],[77,-24],[108,-10],[62,-6],[59,-31],[42,-35],[-1,-11],[8,-22],[19,-24],[13,-13],[13,-10],[8,-4],[10,-3],[11,-1],[13,2],[17,3],[10,5],[16,8],[9,6],[9,5],[19,9],[17,8],[13,4],[15,2],[11,1],[12,-2],[12,-10],[11,-10],[8,-11],[7,-12],[4,-11],[1,-12],[-1,-12],[-6,-16],[-3,-12],[1,-11],[4,-11],[6,-12],[37,-51],[5,-6],[7,-6],[27,-15],[20,-18],[5,-8],[3,-9],[-1,-9],[-5,-25],[-5,-21],[-4,-9],[-7,-10],[-11,-23],[-5,-16],[0,-8],[2,-17],[2,-12],[5,-9],[6,-6],[8,-7],[13,-9],[29,-15],[12,-6],[10,-3],[10,-3],[10,0],[21,3],[23,6],[20,7],[15,7],[11,6],[14,10],[7,8],[6,9],[5,7],[3,15],[3,15],[3,18],[5,18],[9,30],[3,6],[17,8],[10,4],[23,6],[33,7],[15,4],[15,2],[16,1],[66,3],[84,1],[63,-28],[35,-42],[47,-53],[67,-47],[64,-64],[81,-69],[79,-78],[7,-7],[12,-8],[43,-25],[8,-3],[86,-25],[12,-3],[30,-5],[39,-6],[131,-41],[98,-27],[139,-3],[74,-3],[35,0],[11,2],[11,7],[16,11],[11,13],[13,16],[16,17],[27,25],[17,14],[68,38],[12,6],[14,3],[13,-1],[39,-16],[52,-25],[11,-6],[9,-7],[9,-9],[8,-9],[10,-15],[129,-62],[80,-9],[69,-17],[10,-5],[8,-8],[8,-11],[18,-32],[16,-32],[5,-9],[9,-6],[7,-3],[15,2],[8,4],[9,7],[11,11],[21,24],[7,12],[8,16],[6,13],[2,8],[-1,16],[1,11],[4,10],[5,9],[6,8],[9,3],[9,0],[17,-2],[40,-15],[18,-8],[24,-18],[7,-8],[17,-43],[1,-9],[-4,-8],[-9,-10],[-15,-11],[-91,-83],[-131,-57],[-16,-6],[-21,-11],[-10,-8],[-10,-9],[-4,-7],[-2,-10],[0,-8],[6,-11],[9,-7],[23,-15],[13,-6],[14,-4],[35,-89],[-1,-102],[38,-30],[10,-9],[5,-10],[2,-10],[6,-66],[-2,-10],[-7,-9],[-11,-12],[-17,-14],[-20,-12],[-20,-9],[-38,-11],[-47,-15],[-19,-6],[-16,-10],[-16,-12],[-9,-10],[-6,-10],[0,-10],[2,-38],[6,-13],[10,-12],[5,-29],[1,-57],[-7,-44],[-1,-16],[-2,-18],[4,-20],[4,-9],[3,-6],[8,-9],[6,-5],[6,-4],[40,-30],[17,-7],[42,-15],[45,-22],[9,-4],[8,-6],[4,-14],[-8,-12],[-14,-10],[-15,-7],[-19,-4],[-14,-1],[-11,3],[-9,8],[-26,23],[-20,18],[-11,9],[-37,15],[-19,2],[-26,-1],[-21,-3],[-17,-8],[-10,-9],[-1,-8],[5,-10],[9,-12],[38,-31],[19,-13],[25,-46],[5,-20],[7,-29],[-15,-2],[-15,-5],[-18,-8],[-22,-14],[-24,-15],[-36,-28],[-15,-14],[-46,-43],[-48,-42],[-81,-56],[-99,-35],[-31,-9],[-139,-60],[-23,-33],[-39,-45],[-41,-45],[-17,-17],[-21,-16],[-64,-41],[-29,-15],[-40,-18],[-20,-10],[-22,-12],[-13,-8],[-9,-8],[-22,-27],[-20,-29],[-7,-13],[-1,-16],[2,-10],[6,-9],[15,-8],[14,-4],[16,-1],[20,3],[30,2],[17,-1],[13,-2],[15,-6],[15,-9],[10,-7],[7,-12],[4,-13],[2,-14],[-2,-14],[-7,-18],[-8,-16],[-11,-21],[-38,-66],[-10,-18],[-35,-55],[-22,-34],[-16,-23],[-18,-32],[-6,-13],[-31,-80],[-22,-67],[-6,-15],[-11,-16],[-11,-14],[-12,-13],[-13,-11],[-18,-8],[-21,-9],[-23,-11],[-19,-9],[-14,-10],[-11,-11],[-38,-40],[-34,-41],[-14,-20],[-13,-15],[-14,-12],[-17,-12],[-17,-9],[-19,-9],[-21,-8],[-21,-4],[-16,-2],[-65,-3],[-17,-3],[-15,-9],[-47,-33],[-35,-30],[-27,-23],[-13,-14],[-6,-11],[-5,-17],[-1,-15],[3,-13],[5,-14],[8,-10],[13,-14],[13,-12],[17,-13],[25,-16],[10,-8],[5,-8],[4,-10],[0,-11],[-2,-11],[-5,-9],[-8,-8],[-16,-7],[-18,-4],[-17,1],[-17,5],[-15,6],[-14,8],[-11,7],[-11,4],[-14,3],[-16,-1],[-18,-2],[-24,-8],[-30,-12],[-27,-12],[-21,-13],[-11,-10],[-11,-11],[-4,-12],[0,-9],[3,-11],[6,-8],[10,-8],[29,-17],[46,-25],[93,-49],[18,-10],[23,-13],[55,-33],[10,-7],[7,-8],[6,-9],[3,-7],[2,-8],[0,-7],[-2,-9],[-7,-21],[-19,-38],[-13,-21],[-4,-6],[-8,-8],[-108,-86],[-79,-60],[-16,-11],[-7,-6],[-9,-7],[-10,-10],[-18,-22],[-6,-9],[-6,-9],[-5,-11],[-1,-9],[0,-12],[3,-13],[4,-15],[25,-72],[3,-8],[23,-58],[32,-75],[9,-19],[6,-14],[3,-9],[22,-73],[3,-15],[0,-7],[2,-13],[-1,-10],[-3,-9],[-4,-29],[0,-7],[-1,-8],[1,-7],[1,-14],[2,-13],[11,-40],[3,-79],[-12,-114],[1,-74],[-5,-28],[-4,-48],[25,-84],[-56,-4],[-77,56],[-37,27],[-56,14],[-104,33],[-81,-21],[-30,-8],[-44,41],[-70,69],[-78,40],[-74,32],[-47,-14],[-82,-6],[-78,19],[-95,85],[-34,27],[-67,78],[-20,31],[10,40],[4,17],[-2,22],[-5,11],[-14,5],[-99,17],[-95,-8],[-54,49],[-36,32],[-82,3],[-34,1],[-139,-1],[-30,-1],[-87,-3],[-80,-16],[-40,-27],[-102,-11],[-165,-7],[-55,6],[-116,23],[-73,33],[-171,-79],[-16,14],[-64,-15],[-27,-41],[39,-53],[66,-52],[-50,-20],[-77,-9],[-96,-49],[-44,-18],[-65,45],[-102,54],[-4,-12],[-13,-35],[4,-76],[2,-33],[-55,-96],[-68,-25],[-54,-10],[-31,-3],[-18,-2],[-20,-6],[-59,-17],[-40,-42],[-21,-46],[10,-46],[35,-40],[3,-46],[-11,-20],[-16,0],[-87,-2],[-88,52],[-76,77],[-15,20],[-69,11],[-98,5],[-83,17],[-73,-27],[-36,-60],[-97,-162],[-116,21],[-43,16],[-13,42],[-1,25],[-60,-9],[-74,-13],[-18,-5],[-18,-5],[-18,-6],[-57,-4],[-59,26],[-88,29],[-191,-73],[-37,25],[-3,23],[45,33],[43,-12],[27,70],[-15,18],[-49,11],[-25,-29],[-16,-3],[-14,5],[-36,23],[-17,21],[-31,66],[4,59],[19,112],[0,101],[-15,21],[-97,24],[-118,7],[-44,10],[-40,32],[-32,26],[-22,21],[-34,8],[-69,-7],[-81,-13],[-124,22],[-98,19],[-61,-6],[-10,-17],[-33,-22],[-83,-28],[-49,4],[-86,21],[-48,10],[-17,2],[-81,-14],[-67,8],[-15,2],[-29,12],[-29,13],[-13,8],[-49,59],[-108,38],[-23,80],[-97,37],[-59,38],[-18,87],[24,15],[72,12],[51,15],[-10,11],[-5,6],[-34,39],[-23,26],[-18,21],[-26,69],[-11,4],[-93,-28],[-77,-31],[-69,-15],[-39,46],[-8,34],[22,28],[37,19],[125,48],[112,37],[90,30],[11,64],[25,35],[41,23],[70,31],[62,35],[103,62],[35,29],[18,110],[-26,57],[-17,21],[-24,7],[-25,-16],[-33,-26],[-47,-8],[-116,15],[-16,46],[-15,75],[12,19],[140,59],[128,56],[56,23],[20,8],[7,28],[5,30],[1,13],[-19,14],[-2,11],[1,50],[3,7],[3,6],[7,9],[40,35],[36,109],[11,19],[5,8],[42,27],[64,17],[68,-5],[17,-19],[41,17],[52,34],[8,6],[9,6],[-45,47],[-25,83],[-6,38],[15,84],[25,47],[-26,38],[-41,29],[-114,34],[-101,45],[-54,20],[-9,3],[-12,-1],[-110,24],[-30,11],[-40,60],[3,48],[18,60],[55,86],[46,53],[31,8],[46,31],[45,54],[59,54],[-60,51],[-68,32],[-17,9],[-8,18],[13,44],[-1,18],[-103,56],[-20,9],[-58,0],[-116,-33],[-88,-41],[-45,2],[-134,38],[-59,31],[18,22],[2,11],[6,55],[-9,81],[61,73],[-64,75],[-37,-6],[-41,26],[-33,37],[-3,13],[-22,98],[-59,42],[-44,85],[-49,66],[-63,58],[-81,81],[-1,31],[11,28],[-36,63],[-20,13],[-25,0],[-23,-8],[-9,-6],[-89,-13],[-76,-11],[-106,-7],[-68,8],[-52,31],[-3,19],[-10,52],[-4,23],[-8,39],[-14,65],[-12,35],[-25,29],[-23,38],[-22,38],[26,42],[11,45],[-30,59],[-17,9],[1,50],[16,44],[69,28],[101,61],[5,5],[6,32],[-4,11],[-38,31],[-15,3],[-39,-3],[-30,1],[-18,3],[-7,5],[-2,8],[2,11],[13,6],[55,14],[44,7],[26,4],[-8,50],[-26,56],[-23,72],[1,7],[9,22],[19,20],[16,7],[17,-2],[19,-11],[14,-10],[92,-13],[81,-3],[56,25],[26,46],[-7,70],[-13,18],[-52,34],[-96,44],[-35,12],[-80,21],[-121,31],[-110,39],[-51,24],[5,28],[45,68],[106,74],[142,60],[46,19],[-9,11],[-8,49],[2,36],[3,14],[20,56],[47,62],[98,77],[-13,48],[-31,44],[-5,26],[-5,35],[-2,10],[12,26],[33,70],[44,40],[58,35],[109,22],[56,1],[54,-10],[8,-5],[84,-7],[41,24],[7,22],[-16,24],[11,47],[31,21],[111,24],[107,22],[41,32],[47,36],[27,43],[-1,62],[-88,26],[-103,103],[-54,152],[-8,27],[-4,22],[41,21],[23,7],[97,29],[108,26],[32,8],[93,38],[13,26],[24,47],[50,93],[69,72],[73,56],[17,27],[-29,56],[-78,65],[-68,31],[7,70],[26,60],[25,34],[90,58],[177,47],[6,-9],[57,35],[7,19],[-15,143],[38,62],[67,86],[9,53],[-1,92],[71,53],[121,49],[85,25],[31,12],[139,55],[150,32],[144,23],[50,23],[26,30],[9,103],[7,104],[1,12],[33,110],[0,79],[6,86],[31,29],[50,29],[178,6],[46,2],[144,4],[9,1],[35,7],[17,3],[80,27],[81,36],[56,13],[31,7],[8,-25]]],"transform":{"scale":[0.00007950950095009555,0.00007350150015001408],"translate":[5.735758999999803,49.44783799999985]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/LV.json b/dist-amd/map/TopoJSON/LV.json new file mode 100644 index 0000000000..9ff96595b7 --- /dev/null +++ b/dist-amd/map/TopoJSON/LV.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3]]},{"type":"Polygon","arcs":[[-4,4,5,6]]},{"type":"Polygon","arcs":[[7]]},{"type":"Polygon","arcs":[[-6,8,9]]},{"type":"Polygon","arcs":[[10,11,-2,12,13,14]]},{"type":"Polygon","arcs":[[15,16,-11,17,18]]},{"type":"Polygon","arcs":[[19,-13,-1,-7,-10,20,21]]},{"type":"Polygon","arcs":[[22,23,24,25]]},{"type":"Polygon","arcs":[[-25,26,27,28]]},{"type":"Polygon","arcs":[[29,-14,-20,30]]},{"type":"Polygon","arcs":[[31,32,33,34]]},{"type":"Polygon","arcs":[[35,36,37,38,39,-23,40,41,42],[-8]]},{"type":"Polygon","arcs":[[-34,43,44,45,46]]},{"type":"Polygon","arcs":[[47,-39,48,49]]},{"type":"Polygon","arcs":[[50,51,52]]},{"type":"Polygon","arcs":[[53,54,-53,55,56]]},{"type":"Polygon","arcs":[[57,-43,58]]},{"type":"Polygon","arcs":[[59,-49,-38,60,61]]},{"type":"Polygon","arcs":[[62,63,64,65]]},{"type":"Polygon","arcs":[[66,-18,-15,-30,67,68]]},{"type":"Polygon","arcs":[[69,-19,-67,70]]},{"type":"Polygon","arcs":[[71,-28,72,-63,73,74]]},{"type":"Polygon","arcs":[[75,76]]},{"type":"Polygon","arcs":[[77,78,79,-46,80]]},{"type":"Polygon","arcs":[[81,82,-68,-31,-22,83,84]]},{"type":"Polygon","arcs":[[85,86,-41,-26,-29,-72,87,88]]},{"type":"Polygon","arcs":[[89,90,-50,-60,91,92]]},{"type":"Polygon","arcs":[[93,-57,94,95,96]]},{"type":"Polygon","arcs":[[97,98,-95,-56,99,-77,100,101]]},{"type":"Polygon","arcs":[[102,-79,103,104]]},{"type":"Polygon","arcs":[[105,-96,-99,106]]},{"type":"Polygon","arcs":[[-89,107,108]]},{"type":"Polygon","arcs":[[-35,-47,-80,-103,109,110]]},{"type":"Polygon","arcs":[[-81,-45,111,-16,-70,112,113]]},{"type":"Polygon","arcs":[[-36,-58,114,115]]},{"type":"Polygon","arcs":[[116,-65,117,-54,-94,118,119]]},{"type":"Polygon","arcs":[[120,121,-74,-66,-117,122,123,124,125]]},{"type":"Polygon","arcs":[[126,-115,-59,-42,-87,127]]},{"type":"Polygon","arcs":[[128,-108,-88,-75,-122,129]]},{"type":"Polygon","arcs":[[130,-82,131]]},{"type":"Polygon","arcs":[[132,-119,-97,-106,133]]},{"type":"Polygon","arcs":[[134,-125,135,136]]},{"type":"Polygon","arcs":[[137,-101,-76,-100,-52,138,-32,-111,139,140]]},{"type":"Polygon","arcs":[[-136,-124,141,142,143]]},{"type":"Polygon","arcs":[[-102,-138,144,145,146,147]]},{"type":"Polygon","arcs":[[148,-61,-37,-116,-127,149,150,151]]},{"type":"Polygon","arcs":[[-150,-128,-86,-109,-129,152,153,154]]},{"type":"Polygon","arcs":[[-143,155,156]]},{"type":"Polygon","arcs":[[157,158,159,-134,-107,-98,-148,160]]},{"type":"Polygon","arcs":[[-90,161,162]]},{"type":"Polygon","arcs":[[163,-146,164]]},{"type":"Polygon","arcs":[[-156,-142,-123,-120,-133,-160,165,166]]},{"type":"Polygon","arcs":[[167]]},{"type":"Polygon","arcs":[[168,-158,169,170,171]]},{"type":"Polygon","arcs":[[-166,-159,-169,172,173]]},{"type":"Polygon","arcs":[[-165,-145,-141,174,175,176]]},{"type":"Polygon","arcs":[[177,-126,-135,178,179]]},{"type":"Polygon","arcs":[[-176,180,181,182,183]]},{"type":"Polygon","arcs":[[184,-113,-71,-69,-83,-131,185,186]]},{"type":"Polygon","arcs":[[187,-171,188,189]]},{"type":"Polygon","arcs":[[-152,190,191,192]]},{"type":"Polygon","arcs":[[193,-162,-93,194,195]]},{"type":"Polygon","arcs":[[196,-104,-78,-114,-185,197]]},{"type":"Polygon","arcs":[[-153,-130,-121,-178,198,199]]},{"type":"Polygon","arcs":[[-191,-151,-155,200]]},{"type":"Polygon","arcs":[[201,-189,-170,-161,-147,-164,-177,-184,202,203]]},{"type":"Polygon","arcs":[[204,205,-173,-172,-188,206,207,208]]},{"type":"Polygon","arcs":[[-207,-190,-202,209,210,211]]},{"type":"Polygon","arcs":[[-181,-175,-140,-110,-105,-197,212,213,214]]},{"type":"Polygon","arcs":[[-179,-137,-144,-157,-167,-174,-206,215,216,217,218]]},{"type":"Polygon","arcs":[[219,-199,-180,-219,220]]},{"type":"Polygon","arcs":[[221,-216,-205,222]]},{"type":"Polygon","arcs":[[223,-196,224,225]]},{"type":"Polygon","arcs":[[-225,-195,-92,-62,-149,-193,226,227,228],[-168]]},{"type":"Polygon","arcs":[[-182,-215,229,230]]},{"type":"Polygon","arcs":[[231,-210,-204,232,233]]},{"type":"Polygon","arcs":[[234,-211,-232,235,236]]},{"type":"Polygon","arcs":[[237,-208,-212,-235,238,239]]},{"type":"Polygon","arcs":[[240,241]]},{"type":"Polygon","arcs":[[-230,-214,242,243,244]]},{"type":"Polygon","arcs":[[245,-223,-209,-238,246,247]]},{"type":"Polygon","arcs":[[248,249,250,251]]},{"type":"Polygon","arcs":[[-251,252,-227,-192,-201,-154,-200,-220,253,254,255,256,257]]},{"type":"Polygon","arcs":[[-226,-229,258,259,260]]},{"type":"Polygon","arcs":[[-257,261]]},{"type":"Polygon","arcs":[[-243,-213,-198,-187,262,263,264]]},{"type":"Polygon","arcs":[[265,-248,266,267]]},{"type":"Polygon","arcs":[[268,-239,-237,269,270]]},{"type":"Polygon","arcs":[[-270,-236,-234,271,272]]},{"type":"Polygon","arcs":[[273,-217,-222,-246,-266,274,275]]},{"type":"Polygon","arcs":[[-255,276,277,278]]},{"type":"Polygon","arcs":[[-260,279,280,281]]},{"type":"Polygon","arcs":[[282,-276,283,284]]},{"type":"Polygon","arcs":[[285,-277,-254,-221,-218,-274,-283,286,287,288]]},{"type":"Polygon","arcs":[[-263,-186,-132,-85,289,-242,290,291]]},{"type":"Polygon","arcs":[[-249,292,293]]},{"type":"Polygon","arcs":[[294,-267,-247,-240,-269,295]]},{"type":"Polygon","arcs":[[296,-278,-286,297]]},{"type":"Polygon","arcs":[[-244,-265,298,299]]},{"type":"Polygon","arcs":[[-299,-264,-292,300]]},{"type":"Polygon","arcs":[[301,302,-284,-275,-268,-295,303]]},{"type":"Polygon","arcs":[[-288,304,305]]},{"type":"Polygon","arcs":[[306,-305,-287,-285,-303,307,308]]},{"type":"Polygon","arcs":[[309,310,-293,-252,-258,-262,-256,-279,-297,311,312]]},{"type":"Polygon","arcs":[[313,-280,-259,-228,-253,-250,-294,-311,314]]},{"type":"Polygon","arcs":[[315,316,317]]},{"type":"Polygon","arcs":[[318,-312,-298,-289,-306,-307,319,320,321]]},{"type":"Polygon","arcs":[[-317,322,-308,-302,323,324,325]]},{"type":"Polygon","arcs":[[-320,-309,-323,-316,326,327]]},{"type":"Polygon","arcs":[[-281,-314,328,329]]},{"type":"Polygon","arcs":[[-324,-304,-296,-271,-273,330,331,332]]},{"type":"Polygon","arcs":[[-313,-319,333,334,335]]},{"type":"Polygon","arcs":[[-321,-328,336,337]]},{"type":"Polygon","arcs":[[338,339,340,-337,-327,-318,-326,341,342]]},{"type":"Polygon","arcs":[[-329,-315,-310,-336,343]]},{"type":"Polygon","arcs":[[-332,344,345]]},{"type":"Polygon","arcs":[[346,-342,-325,-333,-346,347]]},{"type":"Polygon","arcs":[[-334,-322,-338,-341,348,349]]},{"type":"Polygon","arcs":[[-349,-340,350,351]]},{"type":"Polygon","arcs":[[-343,-347,352,353]]},{"type":"Polygon","arcs":[[-351,-339,-354,354]]}]}},"arcs":[[[364,2825],[12,-52],[15,-20],[0,-23],[26,-29],[23,20],[8,-7],[17,10],[15,-5],[1,-11],[50,9],[10,-6],[-7,-7],[3,-5],[16,24],[2,-11],[14,10]],[[569,2722],[7,-4],[3,-22],[17,2],[17,-16],[19,0],[7,-9],[-3,-13],[12,-9],[-1,-13],[10,0],[-2,-11],[7,3],[9,-11],[19,3],[8,-14],[-3,-17],[7,-6],[-8,-7],[6,-10],[-4,-11],[11,-1],[1,-10],[8,-2]],[[716,2544],[-4,-11],[-7,-18],[-7,-16],[-8,-17],[-8,-12],[-1,-10],[-1,-10],[1,-6],[0,-7],[-1,-10],[-11,-28],[-6,-18],[-1,-3],[-1,-1],[-8,-5],[-7,-4],[-4,-7],[-8,-15],[-20,4],[-12,-17],[-4,-7],[-33,-31],[-3,-2],[-2,-2],[-16,-7],[-5,-2],[-11,-3],[-6,-5],[-3,-3],[-2,-2],[-5,-10],[-5,-5],[-4,-5],[-4,-2],[-1,2],[-8,-2],[-7,-11],[-5,-13],[-2,-8],[-12,-30],[-10,-30],[-6,-16],[-11,-12],[-8,-15],[-1,-2],[-3,-11],[-2,-17],[-3,-16],[-9,-11],[-10,-11],[-15,-9],[-9,-8],[-11,-3],[-2,-1],[-5,-2],[-2,-2],[-4,-11],[-1,-3],[-2,-11],[2,-32],[0,-8],[0,-2],[4,-22],[3,-17],[5,-5],[0,-2],[2,-13],[-2,-19],[0,-21],[-2,-22],[-8,-10],[-9,-28],[-8,-30],[-5,-17],[-2,-12],[0,-2],[1,-3],[0,-8],[0,-9],[-2,-9],[-6,-15],[-4,-10],[-6,-13],[-13,-4],[-13,1],[-9,21],[-15,20],[-8,-4],[-9,-7],[-6,-9],[-1,-2],[-4,-3],[-8,-4],[-17,-7],[-2,-1],[-26,-11],[-17,-7],[-22,-9],[-6,-2],[-7,-3],[-2,-1],[1,4],[-3,22],[-1,5],[-4,28],[-2,14],[-6,37],[-3,24],[-3,18],[-4,26],[-5,33],[-4,27],[-2,11],[-4,23],[-3,16],[-5,22],[-5,30],[-1,3],[-1,5],[-6,26],[-5,25],[-4,17],[-5,19],[-6,30],[-5,19],[-2,9],[-5,27],[-5,19],[-5,26],[-5,26],[-1,5],[-1,11],[-2,16],[-1,15],[-1,14],[-1,20],[0,45],[0,29],[0,3],[0,10],[1,4],[0,6]],[[14,2402],[93,37],[5,-95],[-32,-29],[4,-12],[25,-4],[18,-31],[0,-40],[9,-48],[-5,-4],[7,-9],[-6,-11],[5,-8],[12,-120],[18,-1],[18,-20],[4,10],[-12,87],[13,3],[-11,116],[1,18],[10,3],[-6,34],[10,20],[30,-67],[11,64],[33,103],[17,7],[4,26],[4,-2],[-4,47],[-10,-3],[-5,32],[20,8],[-4,34],[18,7],[-13,64],[5,2],[-9,66],[20,8],[-19,138],[34,12],[15,14],[23,-33]],[[14,2402],[2,24],[2,28],[1,22],[0,9],[0,15],[1,37],[0,8],[0,9],[-1,15],[-1,42],[-1,9],[-2,24],[-2,23],[-5,40],[-4,37],[-4,32],[0,2],[0,24],[0,14],[1,14],[1,45],[4,44],[5,37],[2,11],[1,9],[2,13],[3,25],[2,12],[2,9],[1,14],[1,9],[3,29],[2,17],[0,4],[1,8],[2,14],[2,40],[3,27],[1,12],[0,11],[1,39],[0,18]],[[40,3277],[13,2],[2,54],[25,-13],[4,4],[-2,11],[30,15]],[[112,3350],[53,27],[11,-3],[5,13],[27,8],[37,-285],[4,5],[10,-9],[21,-1],[9,11],[17,3],[5,-7],[2,10],[14,-4],[2,-10],[3,7],[8,-5],[32,-283],[-8,-2]],[[7732,1124],[25,-87],[-8,-67],[4,-19],[-3,-21],[12,-36],[-10,-40],[39,-50],[-7,-13],[-6,8],[-23,-26],[-67,-4],[2,-27],[-22,-11],[1,-32],[-13,-5],[-17,14],[-15,-1],[-5,22],[-7,-17],[-6,15],[-7,-20],[-29,63],[2,32],[17,36],[-10,26],[-8,3],[-19,58],[-33,62],[14,29],[2,19],[16,-4],[3,6],[28,-18],[6,-27],[13,7],[15,-13],[14,-26],[27,-8],[72,218],[3,-46]],[[40,3277],[-1,18],[-1,27],[-2,30],[-1,13],[-1,7],[-1,3],[-4,45],[-1,16],[-1,11],[-2,18],[-1,8],[-1,3],[0,34],[11,11],[4,42],[1,15],[0,7],[-1,7],[0,2],[-1,22],[2,28],[1,18],[3,28],[2,9],[3,10],[1,7],[2,14],[1,6],[2,19],[2,17],[5,36],[1,9],[3,12],[3,11],[4,14],[1,4],[1,5],[2,10]],[[76,3873],[57,-18],[-12,-60],[10,-51],[-3,-42],[21,-45],[7,45],[21,12],[9,-39],[-7,-9],[4,-15],[-6,-2],[4,-14],[-9,-21],[8,-51],[-36,4],[3,-15],[-37,-79],[-6,-59],[8,-64]],[[1016,3662],[-7,-87],[21,-34],[-10,-42],[9,-5],[0,-11],[-19,-26],[1,-31],[8,14],[7,-5],[3,-16],[37,7],[2,-14],[-9,-3],[-4,-30],[17,-14],[-4,-16],[-8,12],[-13,2],[-3,-16],[3,-12],[-61,-34],[-4,-22],[-7,-5],[8,-43],[-2,-19],[25,-42],[-38,-24],[-12,-34],[29,-31],[24,-11],[11,-41],[1,-28],[16,7],[5,-9],[-4,-19],[7,-17],[33,25],[16,-13],[4,-27],[-39,-54],[1,-19],[-6,-4],[-9,-33],[4,-23],[2,8],[5,-1],[9,-32],[12,-5],[-1,-16],[-4,4],[-7,-13],[5,-5],[8,8],[5,-19]],[[1083,2744],[-3,-1],[-8,-9],[-10,-15],[-6,-20],[-9,-21],[-9,-28],[-1,-2],[-2,-1],[-3,0],[-8,3],[-13,0],[-14,-7],[-14,-1],[-14,-1],[-5,4],[-6,7],[-17,17],[-13,5],[-13,8],[-8,5],[-21,6],[-4,1],[-5,-1],[-9,-2],[-21,-8],[-9,-9],[-15,-19],[-13,-23],[-2,-17],[-1,-3],[-1,-2],[-2,-5],[-2,-4],[-7,-12],[-11,-15],[-12,-11],[-14,1],[-8,-2],[-10,1],[-7,6],[-1,1],[-2,1],[-1,0],[-2,-1],[-5,-10],[-6,-16]],[[569,2722],[17,29],[-1,-11],[10,9],[6,26],[11,-3],[-1,21],[11,13],[-4,11],[7,0],[1,13],[9,-1],[-9,15],[0,8],[4,-1],[-6,12],[3,11],[-5,18],[20,39],[-4,15],[8,27],[-8,28],[3,14],[6,-3],[6,14],[0,18],[-5,18],[1,18],[-15,30],[-7,44],[-24,48],[-10,46],[-5,-1],[-15,35],[4,24],[-7,8],[-2,20],[6,7],[5,41],[-16,18],[0,12],[-40,11],[6,53],[-3,20],[6,3]],[[532,3499],[19,11],[32,-8],[8,11],[-6,16],[1,38],[9,18],[-9,6],[-10,43],[13,14],[51,-41],[15,-43],[24,0],[11,-15],[8,-16],[-2,-42],[26,13],[6,0],[1,-14],[26,7],[11,22],[-17,17],[4,29],[-5,12],[-3,-6],[0,11],[-19,5],[-10,21],[2,35],[38,43],[3,14],[-6,21],[64,11],[3,-14],[-9,-12],[1,-11],[6,-4],[13,8]],[[831,3699],[25,-61],[17,17],[10,22],[10,-14],[0,-31],[6,14],[12,-11],[10,17],[-4,13],[8,-3],[3,8],[2,34],[15,9],[1,-7],[10,-1],[6,-19],[-10,-22],[20,4],[12,22],[32,-28]],[[1367,3453],[-5,-36],[-11,4],[-11,-29],[6,-15],[-5,-3],[-1,-17],[14,2],[5,-8],[-1,-30],[-9,-10],[10,-30],[9,-4],[2,-15],[42,-29],[13,-18],[6,-23],[-15,-20],[7,-7],[3,-28],[-21,-7],[-5,15],[-8,0],[-7,-20],[-61,-26],[12,0],[13,-17],[17,-83],[8,-11],[14,0]],[[1388,2988],[-3,-8],[-1,-8],[0,-12],[1,-16],[-3,-15],[-3,-15],[-3,-3],[-3,-2],[-10,5],[-4,11],[-2,4],[-3,0],[-2,0],[-5,-7],[-5,-10],[-13,-13],[-12,-5],[-14,-12],[-4,-6],[-6,-7],[-10,-6],[-14,-4],[-18,-5],[-10,1],[-8,6],[-1,4],[-2,2],[-6,4],[-14,10],[-3,1],[-18,6],[-15,-28],[-7,-7],[-6,-6],[-12,-21],[-5,-16],[-10,-14],[-9,-18],[-5,-8],[-12,-12],[-11,-11],[-5,-3],[-1,0],[-3,0],[-5,0]],[[1016,3662],[5,-7],[16,3],[2,-7],[8,22],[15,15],[17,-10],[1,16],[-5,5],[11,19],[0,11],[44,-3]],[[1130,3726],[-3,-5],[7,-8],[-5,-5],[-2,-26],[10,-18],[-4,-9],[-9,1],[0,-26],[18,2],[3,8],[14,-21],[0,-16],[-15,-31],[2,-8],[18,-9],[8,-19],[26,-21],[39,-5],[24,18],[21,1],[1,-51],[5,-25],[26,2],[20,23],[35,18],[5,-7],[-5,-8],[4,-11],[-6,-17]],[[373,4051],[7,-33],[13,-5],[-4,-15],[5,-48],[17,-47],[3,-20],[-5,-8],[11,-24],[-14,-11],[-5,-13],[5,-6],[-9,-10],[-6,-28],[-9,-8],[6,-27],[3,-86],[-13,-11],[7,0],[5,-11],[16,9],[2,-8],[0,-41],[-9,-6],[2,-12],[-8,-6],[-8,-25],[39,11],[80,41],[8,-20],[16,-8],[-5,-31],[7,-26],[-7,2],[4,-19],[5,-2]],[[76,3873],[1,7],[2,13],[4,23],[1,6],[1,4],[2,16],[2,15],[3,17]],[[92,3974],[46,-37],[10,11],[35,-4],[20,108],[-5,30],[12,1],[15,75],[15,-7],[5,-21],[10,-10],[20,-67],[25,-49],[11,6],[13,29],[18,-10],[31,22]],[[7375,1746],[9,-124],[17,-98],[4,-114],[33,-111],[-10,-15],[-10,-39],[-21,23],[-13,-12],[-24,12],[-1,-34],[-31,-36],[-4,-17],[-22,-6],[7,-30],[-22,-27],[2,-60],[10,-13],[27,7],[11,-15],[-21,-15],[-10,-16],[-33,-13],[11,-28],[-23,-46],[7,-2],[0,-19],[11,-14],[2,-34],[11,-28],[14,9],[1,-8],[8,3],[2,-10],[6,0],[-4,-9],[13,-56],[28,18],[1,-48],[-4,-10],[7,-24],[-26,-26],[20,-38],[5,2],[6,-13],[4,6],[4,-15],[-13,-3],[-8,13],[-10,-13],[-14,1],[-3,15],[-37,13],[-12,16],[-21,-31],[-8,-30],[-13,-3],[-4,-12]],[[7234,569],[0,7],[4,15],[2,8],[-2,22],[-3,23],[-1,7],[-2,24],[-6,15],[-3,5],[-7,17],[-6,15],[-6,16],[-7,18],[-28,40],[-5,-5],[-2,-2],[-7,-6],[-17,26],[-8,12],[-12,11],[-22,5],[-14,4],[-4,11],[-11,29],[-9,13],[-18,36],[-5,24],[-2,7],[-1,6],[-4,13],[-2,6],[-4,10],[-9,29],[-6,17],[-4,11],[-11,18],[-4,11],[-8,26],[-1,5],[1,38],[-13,14],[-15,16],[-21,23],[-11,-13],[-9,8],[-5,12],[-11,27],[-7,18],[-7,9],[-14,6],[-8,4],[-17,15],[-30,18],[-15,9],[-16,10],[-2,2],[-2,10],[-4,3],[-4,3],[-14,-2],[-2,0],[-29,-3],[-12,28],[-3,7],[4,9],[10,19],[-1,32],[-6,24],[-1,1],[-4,8],[-6,1],[-7,-2],[-3,1],[-1,2],[-2,3],[-6,17],[-5,15],[-6,19],[-2,17],[-1,9],[-1,8]],[[6671,1563],[24,6],[-7,38],[17,10],[-8,38],[52,33],[-13,25],[-16,3],[-2,11],[4,8],[-14,32],[-9,-3],[-3,50],[-8,10],[0,16],[9,-2],[-1,-14],[8,-6],[14,1],[25,-25],[13,-28],[20,-13],[12,-42],[12,-9],[9,-27],[13,-15],[0,-43],[6,-5],[3,-20],[29,25],[1,17],[23,20],[5,27],[35,42]],[[6924,1723],[14,-27],[15,-10],[1,-21],[9,-8],[2,-25],[13,-10],[25,13],[0,22],[8,28],[10,-9],[9,27],[9,-8],[3,65],[9,15],[-1,12],[11,6],[3,20],[11,-14],[16,-55],[14,6],[1,12],[14,18],[-2,15],[6,17],[-4,48],[-17,26],[109,175],[30,-6],[2,14],[15,-9],[-4,-13],[13,-13],[-4,-23],[5,-9],[-9,-28],[2,-8],[4,7],[11,-17],[7,40],[11,9],[9,-16],[14,24],[9,-22],[23,-2],[5,-11],[-4,-30],[10,-3],[3,-9],[-7,-50],[-6,17],[-8,-44],[12,1],[4,-74],[-7,-10],[0,-16],[23,-14]],[[6671,1563],[-3,11],[-13,8],[-11,7],[-11,4],[-6,2],[-12,5],[-7,3],[-10,3],[-3,2],[-8,2],[-5,13],[-7,16],[-12,16],[-11,11],[-19,11],[-6,6],[-20,4],[-20,18],[-3,20],[2,7],[12,8],[5,26],[-9,11],[7,48],[0,3],[2,14],[-7,9],[-1,2],[-7,9],[-11,16],[-6,8],[1,3],[9,47],[1,7],[-3,5],[-12,18],[-4,-8],[-7,-18],[-10,-17],[-10,-17],[-4,0],[-6,0]],[[6426,1906],[-4,42],[9,82],[8,39],[19,36],[0,32],[10,20],[0,19],[7,2],[11,26],[-3,15],[8,20],[5,42],[-1,15],[-9,6],[4,9]],[[6490,2311],[26,24],[18,-11],[20,4],[9,10],[8,-21],[30,25],[17,-11],[8,14],[12,3],[22,-37],[17,-5],[-3,-13],[8,-10],[3,6],[4,-7],[18,20],[18,-19],[11,-2],[3,-25],[30,-16],[-5,-21],[-14,10],[-2,-19],[13,-4],[-10,-39],[7,-14],[13,-92],[6,-11],[12,8],[14,-10],[9,-30],[26,14],[8,-46],[14,15],[12,1],[-11,-38],[4,-12],[-21,-32],[7,-18],[-4,-9],[22,-27],[9,-36],[-7,-21],[8,-16],[11,23],[23,-1],[14,-27],[3,-40],[-6,-25]],[[443,4402],[-6,-2],[17,-60],[19,-21],[3,-15],[22,-10],[3,-18],[20,-40],[7,6],[31,-31],[19,-3],[-5,-24],[4,-71],[8,-10],[8,18],[31,31],[8,-21],[-18,-42],[17,-16],[-1,-8],[9,-15],[-4,-11],[10,-20],[43,37],[0,11],[9,10],[9,-4],[0,-12],[6,-6],[24,-2],[4,11],[37,1],[3,20],[19,-2],[4,18],[5,1],[13,-2],[2,-14],[5,2],[13,-20],[10,7],[9,-35],[-11,-42],[7,-23],[15,-17],[14,-64],[-13,-17],[7,-32],[-12,11],[-5,-29],[20,-8],[1,-25],[10,-2],[-6,-4],[-1,-33],[10,7],[2,-12],[-40,-17],[-4,8],[-23,-42]],[[373,4051],[7,37],[22,14],[18,51],[-7,28],[2,39],[-26,41],[-1,44],[-10,24],[1,11],[-13,16],[1,27],[10,37],[28,26],[38,-44]],[[3358,3393],[9,-38],[31,-11],[-7,-22],[-5,7],[-7,-8],[5,-11],[-19,-28],[7,-18],[-6,-19],[6,-9],[30,-9],[-12,-31],[9,-73],[-4,-9],[31,-42],[0,-17],[16,-30],[-35,-53],[-9,-38],[-48,1],[-17,-10],[-3,-12]],[[3330,2913],[-6,5],[-46,8],[-3,0],[-11,2],[-13,1],[-8,2],[-25,3],[-3,-2],[-9,-17],[-7,-6],[-10,-8],[-9,-11],[-5,0],[-4,-1],[-3,0],[-4,-1],[-5,0],[-5,-1],[-20,-2],[-26,-4],[-2,0],[-14,-1],[-14,-2],[-18,-1]],[[3060,2877],[-20,21],[4,20],[-19,54],[-38,50],[-10,31],[-8,1],[10,35],[19,15],[-4,20],[29,20],[-10,34],[-6,-1],[2,14],[8,6]],[[3017,3197],[13,30],[1,27],[23,2],[19,-13],[10,30],[20,18],[17,-18],[19,13],[12,-24],[25,9],[-2,-31],[13,-1],[20,16],[26,38],[7,16],[-12,0],[-5,12],[-13,-2],[-18,19],[-20,100],[11,2],[4,11],[4,-7],[13,19],[10,-12],[12,21],[3,20],[18,8],[-8,21],[11,1],[32,48],[-10,32],[13,37],[11,-13],[12,17],[7,-9],[9,-49],[-4,-6],[15,-19],[1,-27],[6,-4],[-8,-7],[16,-19],[-10,-24],[7,-44],[8,-12],[3,-16],[-6,-6],[6,-8]],[[7801,1925],[21,-14],[14,6],[4,-13],[14,0],[13,-12],[14,-51],[6,-51],[36,14],[24,-9],[2,-8],[5,-1],[3,11],[11,-3],[18,14],[62,98],[20,-21],[9,-46],[7,3],[11,29],[12,13],[21,-5],[6,21]],[[8134,1900],[7,3],[4,-21]],[[8145,1882],[4,-16],[-11,-87],[28,-39],[-1,-33],[8,-10],[-1,-26],[11,-13],[4,-23],[11,-10],[-1,-34],[16,-5],[22,17],[20,1],[-7,-35],[-3,0],[6,-11],[-22,-4],[8,-22],[-13,7],[-4,-12],[3,-4],[-3,-30],[16,-36],[7,-6],[1,-44],[7,-14]],[[8251,1393],[-12,-16],[-7,8],[-13,-26],[-6,12],[-17,-11],[1,-19],[15,-9],[-10,-42],[7,-18],[-5,-3],[6,-11],[-5,-14],[9,-27],[-2,-14],[7,-12],[14,1],[15,-38],[-11,-25],[-18,0],[-18,-37],[3,-27],[8,0],[23,-32],[-14,-20],[0,-29],[-22,-19],[-6,-78],[9,-28],[-6,-30],[7,-18],[67,-6],[-1,-73],[-8,-17],[9,-18],[-5,-20],[-6,-1],[-3,-23],[5,-8],[-2,-5],[10,-6],[-7,-57]],[[8262,577],[-8,-7],[-7,-20],[0,-4],[0,-3],[-1,-4],[-6,-10],[-1,-2],[-6,-9],[-7,-10],[-3,-18],[-2,-17],[-1,-5],[-1,-3],[-1,-1],[-5,2],[-12,7],[-7,1],[-4,-1],[-7,-6],[-13,-59],[-4,-15],[-9,-39],[-5,-17],[0,-10],[4,-12],[-20,-41],[-2,-3],[-14,-26],[3,-18],[0,-17],[-3,-30],[-1,-4],[-5,-22],[-31,-14],[-4,-10],[-24,-6],[-16,-24],[-7,-2],[-3,-1],[-12,-3],[-8,-25],[-8,-30],[-4,-14],[-3,-14],[-22,6],[-31,10],[-2,1],[-2,4],[-32,82],[-45,4],[-37,10],[-9,5],[-12,-14],[3,-6],[4,-6],[-3,-12],[-6,-9],[-3,-15],[-3,-14],[-2,-14],[0,-12],[0,-3],[-7,-7],[-2,0],[-9,1],[-7,1],[-13,-11],[-5,-4],[-14,-7],[-14,-1],[-6,1],[-7,1],[-2,2],[-2,7],[-1,8],[-6,0],[-6,-2],[-6,-1],[-5,-2],[-11,-5],[-6,-4],[-4,0],[-12,1],[-13,7],[-3,2],[-8,14],[-7,7],[-8,6],[-6,4],[-4,2],[-4,4],[-1,2],[-2,15],[-3,9],[-16,22],[-13,14],[-13,11],[-8,4],[-13,8],[-7,5],[-11,3],[-13,-7],[-2,0],[-4,1],[-6,7],[-5,2],[-7,-1],[-8,-5],[-8,-13],[-1,-5],[-5,-3],[-2,0],[-9,14],[-5,10],[-2,23],[-3,27],[-8,38],[-8,16],[-6,13],[-3,7],[-17,10],[-6,2],[-2,0],[-1,-1],[-9,-6],[-2,0],[-12,4],[-7,2],[-4,5],[-3,6],[-12,26],[-16,28],[-3,5],[-5,6],[-4,6],[-13,20],[-9,37],[-2,9],[-4,17],[-4,13],[-9,32],[-4,10],[-6,21],[-11,36],[-3,12]],[[7375,1746],[-4,117],[9,59],[-3,28],[-35,113],[-25,35]],[[7317,2098],[19,29],[18,12],[11,-16],[9,14]],[[7374,2137],[46,73],[53,-78],[0,-14],[25,-45],[46,75],[5,-5],[7,-25],[44,-75],[9,-68],[3,-91],[36,-4],[31,10],[-5,42],[-9,29],[0,49],[19,34],[27,-40],[-2,-41],[-9,-13],[16,-13],[-2,-11],[12,-22],[16,12],[34,-56],[25,65]],[[3060,2877],[-12,-1],[-9,0],[-5,-1],[-5,-3],[-4,-5],[7,-17],[8,-17],[-12,-16],[1,-12],[4,-29],[11,-10],[0,-20],[-11,-15],[-24,-17],[-18,-12],[-7,-9],[-17,-21],[-22,-28],[3,-14],[1,-6],[-29,-13],[-1,-1],[-5,17],[-6,36],[-8,12],[-13,17],[-13,-7],[-21,-11],[-14,24],[-2,2],[-2,5],[-3,9],[-2,5],[-2,5],[-1,11],[0,3],[-3,20],[-10,19],[-2,5],[-2,12],[-1,13],[-4,21],[-3,23],[-4,24],[15,7],[4,2],[-2,8],[-2,18],[-2,10],[-4,25],[-3,23],[-4,21],[-3,23],[-3,20],[-14,-1],[-20,-2],[-4,11],[-9,23],[-18,2],[-6,1],[-17,-8],[-4,-17],[1,-16],[1,-2],[-1,-6],[-5,-8],[-6,-3],[-11,-4]],[[2681,3002],[-33,8],[-2,-17],[-9,-1],[-2,-16],[-8,-7],[-9,23],[-21,14],[-43,9],[-28,50],[-35,31],[-23,-1],[-6,14],[-15,-9],[-28,4],[8,61],[-7,15],[8,16],[-8,22],[7,2],[11,-13],[14,12],[-16,39],[17,36],[1,15],[-13,19],[-5,25],[-13,-5],[-3,-11],[-7,29],[-2,-13],[-14,-2],[-5,46],[19,1],[14,60],[-9,9],[-7,44],[13,16],[6,-5],[3,39],[5,2],[-1,26],[7,18],[-14,15],[6,24],[-5,51]],[[2429,3697],[15,-12],[0,-19],[12,-11],[24,20],[16,-7],[3,18]],[[2499,3686],[15,7],[21,-4],[4,-8],[2,22],[17,0],[3,-18],[-11,1],[4,-21],[-6,-12],[13,-27],[-7,-17],[21,-29],[14,16],[3,57],[48,4],[7,58],[40,-1],[8,4],[6,18],[7,3],[0,-11],[11,6],[-5,23],[-12,3],[-11,52],[52,36],[18,-90],[74,43],[14,-66],[11,-7],[-2,-9],[13,19],[4,-9],[11,-74],[5,-1],[8,28],[8,-1],[25,-36],[3,-21],[-4,-13],[-14,3],[0,11],[-8,9],[-7,-14],[14,-22],[-4,-13],[3,-30],[9,0],[5,-14],[-15,-9],[14,-90],[-10,-11],[16,-23],[-17,-16],[4,-34],[16,-52],[17,21],[24,-4],[4,-15],[-8,-26],[3,-23],[-5,-7],[1,-32],[14,-7],[1,-17],[7,11],[22,-10]],[[9320,1244],[-5,-13],[-14,-21],[-104,-146],[-7,-10],[0,-56],[0,-12],[-5,-12],[-23,-49],[-11,-23],[0,-2],[3,-29],[7,-62],[6,-51],[4,-42],[-10,-77],[-2,-21],[-2,-16],[-10,-73],[-3,-25],[-2,-16],[-4,-25],[-5,-3],[-4,-1],[-14,-4],[-17,-3],[-5,-1],[-23,0],[-4,0],[-11,1],[-13,2],[-14,4],[-16,4],[-4,1],[-9,0],[-12,3],[-13,5],[-5,2],[-9,2],[-14,4],[-4,6],[-16,5],[-11,-1],[-21,4],[-15,5],[-14,15],[-10,10],[-6,4],[-6,2],[-13,7],[-12,7],[-6,4],[-5,4],[-3,4],[-3,4],[-2,3],[0,3],[-1,2],[-5,6],[-9,-6],[-6,-15],[-3,-20],[0,-2],[-1,-2],[-1,-2],[-4,-4],[-6,-4],[-5,-2],[-7,-4],[-10,-5],[-7,-5],[-14,-10],[-8,-6],[-14,-13],[-3,-6],[-5,-9],[-3,-3],[-21,16],[-15,13],[-12,6],[-9,26],[-2,12],[-2,10],[-1,2],[-5,10],[-3,5],[-7,7],[-2,4],[-3,5],[-11,25],[-3,4],[-7,11],[-4,7],[-3,6],[-2,6],[-1,11],[-1,2],[-10,14],[-8,5],[-12,6],[-10,3],[-8,25],[-1,4],[-2,4],[-10,17],[-6,8],[-2,3],[-1,1],[-3,0],[-4,-3],[-2,-1],[-17,-1],[-5,0],[-14,-4],[-3,-1],[-3,-2],[-11,-9],[-10,-14],[1,-32],[-2,-9],[-1,-8],[-3,-13],[-6,-7],[-15,-4],[-2,1],[-4,2],[-13,11],[-11,3],[-7,1],[-3,0],[-6,0],[-6,-1],[-4,-2],[-2,-1],[-7,-12],[-9,-1],[-4,1],[-5,2],[-8,-2],[-8,-4],[-2,-4],[-1,-3],[-3,-5],[-8,-10],[-15,-13],[-15,-11]],[[8251,1393],[20,-2],[6,-38],[30,-42],[39,23],[14,17],[4,16],[35,-21],[34,19],[0,-10],[19,-19],[14,-1],[68,92],[-4,78],[5,48],[7,-8],[6,13],[-16,12],[1,14],[-17,-1],[-3,15],[10,-4],[1,12],[4,-7],[10,29],[12,-7],[3,9],[39,11],[43,52]],[[8635,1693],[4,-3],[16,32],[5,-4],[-1,-14],[40,4],[3,7],[19,-21],[12,3],[14,-10],[23,1],[13,17],[12,-55],[-3,-44],[-11,-28],[3,-7],[-15,-17],[7,-9],[-7,-31],[8,-1],[-10,-3],[1,-29],[-10,-5],[6,-13],[5,3],[8,-11],[11,10],[2,12],[15,19],[-3,16],[8,11],[7,-11],[15,2],[28,20],[20,-25],[10,5],[19,-15],[5,-26],[3,6],[7,-8],[15,-27],[-1,-9],[19,-9],[10,-21],[7,6],[6,-15],[26,-11],[14,-14],[2,-12],[27,-2],[38,-63],[7,2],[12,-12],[5,23],[10,5],[8,-12],[25,-4],[0,27],[-14,22],[14,13],[-16,33],[-1,17],[4,15],[19,-3],[7,-5],[-2,-14],[12,-10],[13,-30],[13,-7],[10,-17],[16,1],[0,-12],[11,-5],[7,-18],[3,5],[8,-26],[17,-8],[19,-31],[11,19],[8,-2],[-2,-15],[9,-1]],[[4192,2714],[-20,1],[-20,1],[-6,0],[-20,1],[-16,0],[-13,1],[-4,0],[-11,1],[-14,0],[-13,1],[-4,10],[-3,11],[0,2],[0,3],[-2,5],[-20,0],[-46,-1]],[[3980,2750],[5,8],[-3,18],[6,8],[-3,118],[4,23],[10,4],[7,25],[-20,8],[-57,-14],[10,63],[17,-6],[3,14],[-9,17],[12,27],[-7,7],[6,15],[5,-1],[5,21],[-29,8],[4,69],[25,9],[6,12],[14,96],[11,-3],[6,-30],[26,39],[7,-6],[25,14],[-3,41],[6,9],[25,0],[5,10],[6,-1],[-8,10],[10,55],[11,-5],[36,12],[-2,-27],[38,-7],[0,23],[21,9]],[[4211,3442],[1,-14],[13,-15],[15,-42],[-6,-50],[12,-51],[-16,-87],[21,-58],[5,-31],[24,-5],[31,-19],[6,-6],[7,-30],[62,-19],[-3,-27],[27,-5],[-5,-20],[-8,3],[3,-15],[-9,-15],[-21,-2],[-13,-17],[-16,26],[-15,-4],[-10,9],[-4,22],[-9,-4],[-3,12],[-34,-10],[4,-27],[11,-3],[8,-19],[-1,-56],[-30,7],[-1,-17],[-21,-3],[3,-78],[-7,2],[-1,-18],[-14,-3],[-4,16],[-13,-5],[8,-13],[-19,-7],[3,-30]],[[4715,3570],[4,-45],[-5,-23],[33,14],[14,-20],[-4,-56],[29,-39],[4,-17],[-11,-44],[16,1],[41,39],[5,19],[13,5],[4,-9],[-11,-6],[3,-11],[-8,-1],[11,-35],[31,-28],[-9,-24],[21,-14],[8,31],[11,-18],[-3,-14],[-8,-3],[5,-19],[-14,10],[-10,-4],[-1,-14],[6,-24],[-5,-44],[11,0],[3,-17],[10,-4],[12,7],[-7,-34],[-8,-7],[4,-15],[-9,-68],[-4,6],[-13,-26],[-40,-4],[-20,-31],[-21,0],[-11,-18],[7,-55],[22,-5],[19,-14],[6,-14],[31,12],[9,-23],[-14,-36],[-1,-22],[-17,-1],[-6,-21],[-11,5],[-14,-14],[-15,1],[6,-17],[-3,-9],[5,0],[-5,-14],[4,-18],[23,-9],[-4,-12],[6,-14],[23,-12],[17,-20],[11,5],[1,34],[5,15],[18,-1],[3,-10],[18,-11],[23,1]],[[4959,2687],[-1,-20],[-1,-11],[5,-17],[3,-14],[3,-11],[0,-7],[-1,-6],[0,-2],[-4,-57],[-1,0],[-2,1],[-17,3],[-14,-9],[-25,-17],[-11,-3],[-3,-1],[-2,-1],[-4,0],[-4,-2],[-21,-21],[-28,-28],[-18,-8],[-1,0],[-11,-5],[-1,-12],[-1,-13],[-9,-9],[-2,1],[-32,9],[-8,2],[-25,42],[-13,22],[-5,8],[-16,3],[-19,-17],[-9,-2],[-6,6],[-8,26],[-3,10],[-2,6],[0,6],[-1,7],[0,12],[-1,4],[-4,8],[-2,3],[-5,6],[-7,6],[-4,2],[-8,4],[-9,4],[-3,0],[-2,0],[-2,-1],[-9,-6],[-13,-3],[-5,2],[-5,3],[-3,4],[-1,-2],[1,-15],[6,-46],[-9,-3],[-12,-4],[-7,-3],[-5,-7],[-1,-2],[-11,-17],[-21,4],[-2,1],[-11,-9],[-4,-4],[-4,-3],[-4,-3],[-8,-7],[-7,-6],[-17,-14],[-11,-22],[-22,-45],[-16,6],[-15,6],[-3,-2],[-42,-18],[-10,8],[1,6],[1,7],[3,16],[1,16],[-23,23],[-8,16],[2,26],[-12,1],[-24,4],[-22,3],[-13,1],[3,48],[1,35],[-17,22],[-17,22],[-2,2],[-5,79]],[[4211,3442],[29,9],[8,59],[30,40]],[[4278,3550],[5,19],[18,18],[10,-18],[21,3],[5,-13],[6,4],[3,-11],[59,4],[18,-20],[-3,-38],[37,-2],[25,-40],[8,12],[19,-15],[7,5],[-1,12],[-7,1],[1,25],[24,39],[-5,14],[24,2],[-1,19],[4,-5],[6,12],[10,-9],[3,7],[31,2],[14,24],[10,-20],[27,1],[3,45],[14,-6],[15,-21],[3,-22],[9,7],[15,-15]],[[7757,2529],[5,-7],[40,20],[12,-6],[7,-18],[-7,-6],[1,-11],[25,-17],[-6,-9],[0,-26],[-10,-40],[15,-26],[22,1],[-1,-50],[18,-37],[-40,-11],[3,-54],[-8,-7],[3,-14],[8,8],[6,-7],[0,-14],[-10,-15],[18,-7],[-6,-19],[-7,11],[-6,-5],[7,-48],[-8,-29],[-2,-36],[-22,6],[-20,-18],[-16,8],[-9,16],[-19,-17],[-4,7],[-3,-7],[-9,3],[22,-69],[6,-10],[6,3],[0,-9],[15,-1],[18,-37]],[[7374,2137],[-4,38],[-25,80],[-29,38],[36,11],[-30,264],[25,-2],[28,-50],[8,13],[9,-16],[13,-7],[11,5],[-5,38],[13,32],[-9,14],[0,15],[12,17],[-1,17],[-8,14],[30,36],[6,-2],[12,-43],[-2,-62],[25,-21],[-1,-38],[12,-2],[11,-27],[32,8],[15,-33],[20,45],[33,-9],[14,-7],[6,-21],[28,-12],[10,3],[7,-22],[11,0],[12,3],[5,40],[29,17],[1,15],[23,3]],[[8705,2182],[-11,-11],[3,-21],[-8,-28],[12,-13],[8,-49],[9,-2],[2,13],[17,-26],[10,-91],[-18,-21],[-10,-39],[-12,-3],[-5,-15],[-9,2],[1,-7],[-13,-5],[-13,20],[0,-13],[-9,-12],[-22,-13],[-13,22],[-29,-21],[-11,-42],[22,10],[4,12],[16,-32],[-8,8],[2,-9],[-36,-1],[-2,-7],[18,-14],[-4,-28],[12,1],[20,16],[5,-10],[2,-60]],[[8145,1882],[14,8],[29,-20],[2,-12],[6,7],[-4,14],[3,29],[-24,29],[16,15],[10,52],[20,-8],[20,60],[4,-5],[33,20],[3,-16],[8,3],[-2,-8],[5,-10],[13,5],[7,-25],[6,5],[0,18],[24,0],[16,14],[13,-24],[11,7],[18,-17],[7,29],[12,-42],[8,13],[16,-16],[-9,51]],[[8430,2058],[11,2],[2,9],[-10,27],[-2,26],[-9,2],[6,11],[-5,6],[19,2],[0,-16],[10,-14],[-1,43],[4,2],[1,-11],[19,20],[6,-22],[11,12],[3,58],[6,-2],[17,24],[4,-22],[12,-19],[17,13],[16,-15],[7,0],[3,11],[17,-6],[24,21],[29,-41],[19,-5],[32,28],[7,-20]],[[5949,3022],[19,-55],[-20,-51],[6,-26],[-7,-30],[1,-35],[15,-61],[-10,-5],[1,-22],[-14,-11],[6,-16],[30,4],[15,18],[10,-10],[25,4],[-2,23],[9,-2],[13,-18],[4,-54],[-36,-7],[-23,-16],[-13,2],[0,-25],[-18,-77],[10,-4],[0,-21],[14,3],[-1,-10],[18,-3],[2,-14],[6,1],[-8,-30],[8,6],[26,-71],[13,16],[17,0],[13,-64],[16,-9],[3,-70],[-16,-7],[2,-17],[-7,-9],[2,-13],[-11,-2],[14,-16],[8,-98],[24,-57],[-2,-52],[-69,0],[2,-24]],[[6044,1987],[-2,-1],[-16,-5],[-21,5],[-4,-5],[-14,-17],[-13,-17],[-15,18],[-3,6],[-12,15],[-7,7],[-9,9],[-6,16],[-10,36],[-21,11],[-3,14],[-3,13],[-1,11],[-15,18],[-6,23],[-9,-2],[-6,-7],[-11,-12],[-10,-21],[-5,-12],[-6,-13],[-17,2],[-10,-3],[-4,-3],[-4,-3],[-4,-1],[-12,1],[-16,0],[-1,1],[-5,12],[-1,2],[-5,8],[-14,7],[-17,11],[-13,7],[-1,0],[-2,-2],[-5,-5],[-2,1],[-15,6],[-2,5],[-1,5],[-4,21],[-5,5],[-4,4],[-6,7],[-1,16],[-1,13],[-4,11],[-1,3],[-1,7],[0,4],[0,4],[0,4],[1,10],[2,7],[2,6],[1,3],[-4,13],[-5,13],[-3,10],[-2,11],[3,11],[3,21],[0,7],[-1,7],[-2,3],[-1,0],[-8,21],[-3,20],[-2,17],[1,18],[-7,24],[-12,21],[-10,10],[-9,3],[-10,8],[-2,2],[-3,3],[-6,28],[2,31],[-1,3],[-1,1],[-5,8],[-2,2],[-2,2],[-15,7],[-8,19],[-14,26],[-10,25],[-4,25],[-4,26],[0,6],[3,18],[0,18],[-2,16],[-2,21],[3,29],[1,31],[1,10],[0,2],[-2,10],[0,4],[-4,7],[-17,19],[-11,16],[-6,13],[-3,12],[0,5],[-1,6],[-7,26],[-5,17],[-4,23],[-2,7],[-2,2],[-1,1],[-5,-2],[-9,13],[-9,23],[-2,7],[-4,21],[-1,6],[1,5],[2,5],[2,5],[1,2],[8,15],[3,12],[5,14],[1,9],[1,9],[0,4],[-1,9],[-16,23],[-3,5],[-5,1]],[[5405,3204],[-13,52],[7,8],[33,7],[8,10],[-4,63],[20,1],[-5,37],[139,48]],[[5590,3430],[20,-156],[24,9],[3,-50],[10,-11],[-4,-3],[23,-170],[64,23],[9,-5],[-1,12],[211,-57]],[[1177,4198],[0,-25],[-11,-6],[1,-17],[-8,-27],[13,-9],[1,-7],[-6,-6],[21,-62],[-10,-20],[-1,-37],[-8,-19],[-15,-13],[9,-8],[0,-16],[-9,-7],[-10,20],[-5,-10],[-10,-1],[-6,-14],[-4,11],[-10,-13],[0,-41],[21,-31],[9,-46],[-11,-39],[13,-23],[-11,-6]],[[443,4402],[1,20],[23,45],[-5,15],[-3,-3],[-16,199],[41,8],[-5,69],[81,18],[-2,24],[5,5],[10,-10],[17,12],[24,-19],[6,12],[31,21],[14,27],[-12,22],[-1,25],[-10,28],[-1,41]],[[641,4961],[10,-2],[0,-10],[3,16],[7,6],[20,-21],[48,-1],[14,-12],[-7,-57],[4,-38],[15,-20],[9,19],[16,7],[12,-17],[24,8],[7,-10],[19,22],[21,0],[2,-17],[18,-17],[-10,-41],[36,-92],[2,-33],[11,-5],[5,-24],[13,4],[7,14],[19,-15],[27,4],[7,-7],[2,-22],[30,-29],[3,-18],[17,-6],[21,-31],[0,-14],[20,-45],[-2,-33],[6,-17],[-13,-10],[-4,-21],[11,-7],[4,11],[9,-12],[1,9],[6,-3],[-1,-37],[7,-29],[-4,-12],[-27,-19],[2,-19],[13,-6],[8,-19],[16,1],[3,-15],[7,15],[8,-30],[13,-9],[21,3]],[[1646,4654],[14,-128],[-5,-2],[4,-17],[-2,-25],[8,3],[10,-80],[9,-10],[-17,-4],[-8,-16],[4,-49],[-4,-2],[-2,-22],[-7,-3],[-2,-45],[-10,2],[-1,-16],[-7,-7],[-22,-1],[-9,-10],[-1,-26],[-10,-18],[-5,14],[-8,-10],[-2,9],[-12,-7],[-14,28],[-10,-15],[7,-7],[1,-28],[10,-2],[1,-17],[5,4],[1,-8],[-11,-3],[13,-104],[7,-2],[-10,-39],[21,-18],[1,-9],[-8,-4],[-1,-20],[-11,5],[-2,-18],[5,-40],[12,2],[6,-19],[2,-17],[-13,-25],[0,-14],[7,-5],[-1,-19],[14,-22],[-4,-5],[14,-39],[-19,-31],[-99,-35],[-3,25],[-18,-24],[-15,7],[-16,-17],[-5,-39],[7,-26],[17,-24],[34,0],[17,-29],[3,-18],[-8,-59],[-18,-13],[1,-30],[-22,15],[-23,54],[-32,-37],[-5,13],[-32,-3]],[[1177,4198],[16,32],[-14,15],[26,20],[-1,20],[10,5],[0,-25],[18,27],[3,17],[15,17],[18,2],[16,30],[22,-11],[14,15],[9,-49],[27,19],[-1,9],[5,-2],[10,19],[-25,182],[-9,12],[-4,-13],[-5,3],[1,19],[11,9],[2,14],[-15,22],[3,19],[12,22],[-6,30],[8,30],[13,14],[23,2],[14,16],[1,37],[27,11],[13,-4],[0,-15],[14,-30],[8,-3],[13,28],[1,44],[1,-14],[23,-16],[37,12],[13,-36],[13,2],[0,-19],[-9,-23],[2,-20],[53,5],[1,10],[14,1],[-4,-35],[30,8],[2,-28]],[[6548,2826],[6,-79],[-6,-28],[-2,18],[-5,1],[-2,-22],[-6,-3],[7,-77],[-3,-17],[7,-31],[-78,-17],[16,-197],[-3,-29],[3,-10],[6,0],[2,-24]],[[6426,1906],[-12,-1],[-15,6],[-21,-5],[-20,3],[-13,6],[-19,8],[-9,11],[-2,11],[-3,15],[-2,9],[-5,22],[-2,11],[-2,10],[-1,2],[0,2],[-2,3],[-20,13],[-9,-5],[-10,-5],[-17,-16],[-1,-3],[-1,-3],[-2,-11],[0,-8],[-1,-14],[-1,-9],[-1,-12],[-14,-3],[-7,-2],[-17,0],[-20,9],[-6,8],[-5,9],[1,13],[-32,7],[-15,-39],[-4,2],[-7,4],[-10,6],[-4,2],[1,20],[-3,12],[-6,6],[-17,-5],[-13,-4],[-13,-4]],[[5949,3022],[-5,70],[10,3],[41,3],[16,-22],[30,-7],[3,-11],[26,-10],[13,-15],[21,14],[20,1],[17,23],[16,-9],[11,8],[19,-12],[22,20],[13,25],[5,49],[15,21],[13,50],[10,-14],[6,11],[15,-13],[5,-16],[15,1],[8,18],[8,2],[-3,12],[11,29],[8,7],[8,-8],[6,5],[3,26]],[[6355,3283],[6,-20],[-2,-18],[14,33],[6,-18],[-5,-13],[4,-22],[20,-28],[-16,-10],[-7,5],[-2,-42],[13,-33],[5,-58],[25,0],[1,-66],[19,24],[28,-73],[6,-56],[71,17],[7,-79]],[[3871,4028],[-13,5],[-21,-18],[26,-30],[5,-21],[-7,-20],[-13,-18],[-7,17],[-4,-8],[-17,13],[-15,-4],[2,-26],[-20,-8],[0,-26],[-5,-32],[-4,1],[-2,-28],[-38,1],[-19,15],[3,27],[7,11],[-5,20],[12,18],[-1,16],[-6,4],[4,14],[-15,31],[-2,41],[-21,4],[-7,19],[-16,-1],[-16,56],[2,22],[-10,26],[13,27],[13,-27],[4,19],[7,-12],[10,8],[10,-17],[29,2],[25,31],[-8,17],[16,-5],[27,24]],[[3794,4216],[3,-28],[43,10],[26,-22],[8,1],[1,-44],[-11,-28],[26,-37],[-19,-40]],[[2095,4891],[47,-60],[34,2],[23,12],[44,-15],[1,-13],[10,-18],[0,-38],[32,10],[17,-26],[2,-19],[-8,-24],[57,19],[3,-23],[10,4],[5,-28],[25,-22],[10,5],[4,21],[44,7],[-1,15],[7,7],[12,-28],[12,-3],[11,28],[8,-26]],[[2504,4678],[-10,-16],[23,-23],[4,-33],[21,-39],[1,-20],[8,10],[1,-77],[-8,-9],[0,-13],[6,1],[-3,-10],[6,-2],[1,-38],[-6,-10],[18,-79],[-24,8],[-13,-14],[8,-30],[11,8],[2,-6],[-6,-63]],[[2544,4223],[-23,3],[1,-44],[-22,-6],[2,-11],[5,-7],[54,12],[1,-22],[8,1],[8,-89],[13,-5],[4,-23],[11,-21],[-4,-15],[-24,-11],[4,-9],[-6,-25],[8,-8],[-13,-50],[7,-19],[-10,-14],[-21,-5],[1,18],[-8,0],[-3,-1],[7,-14],[-5,-3],[-11,5],[-1,9],[-16,-2],[-26,18],[-3,-34],[11,-22],[-5,-3],[1,-35],[-7,0],[17,-4],[5,-53],[9,4],[1,-9],[8,4],[7,-13],[-6,-6],[5,-9],[-10,2],[-2,-7],[-16,5],[3,5],[-4,10],[-13,-2],[2,-18],[11,-14]],[[2429,3697],[-6,1],[-26,106],[-5,50],[-6,21],[-6,-5],[-12,43],[-11,17],[-28,14],[-3,-14],[-10,9],[-10,-12],[-8,20],[-18,6],[-13,-25],[10,-10],[-7,-17],[-2,-51],[-10,-8],[-14,4],[4,-10],[-7,2],[-11,-23],[6,-10],[-16,-31],[-36,45],[3,34],[10,12],[-12,41],[6,53],[-4,38],[-11,-2],[-12,-27],[-15,24],[-6,-6],[-22,39],[6,1],[0,34],[-11,14],[6,5],[1,17],[9,-3],[6,10],[-18,19],[-2,12],[9,31],[-13,41],[-3,-2],[-1,33],[20,18],[-6,14],[0,54],[-9,0],[1,14],[-9,8],[4,67],[-7,2],[-28,-22],[-3,-10],[-12,14],[-11,30],[25,12],[-9,28],[-22,21],[-16,54],[6,64],[17,24],[2,46],[7,22],[-4,12],[25,91],[-2,66],[10,12],[2,15],[4,-2]],[[583,5241],[9,-26],[-2,-19],[23,-33],[21,-4],[2,-6],[13,24],[8,-3],[2,-22],[-11,-14],[62,-8],[3,-32],[9,2]],[[722,5100],[-28,-60],[3,-16],[5,-1],[-5,-3],[1,-17],[-8,-9],[8,-8],[-3,-16],[-10,-4],[0,10],[-30,3],[-10,10],[0,-26],[-4,-2]],[[92,3974],[3,31],[1,6],[0,6],[0,9],[1,10],[1,8],[1,6],[3,21],[3,20],[3,24],[2,17],[3,31],[2,33],[3,36],[2,37],[0,24],[1,37],[0,17],[1,39],[0,16],[0,36],[0,46],[-1,31],[-1,35],[0,35],[0,9],[0,14],[0,6],[0,13],[-2,21],[-2,30],[-1,7],[0,15],[-1,19],[-2,28],[1,23],[3,25],[2,11],[3,14],[4,11],[3,8],[3,6],[2,3],[4,5],[4,4],[6,6],[5,5],[6,7],[3,4],[11,13],[2,3],[2,3],[7,14],[2,2],[3,8],[5,12],[1,3],[5,7],[7,10],[6,9],[11,13],[4,5],[6,7],[3,3],[2,1],[8,8],[3,3],[7,8],[2,3],[4,8],[4,8],[8,9],[5,4],[6,4],[7,6],[6,4],[8,8],[3,4],[10,12],[3,3],[7,9],[16,22],[9,11],[11,15],[5,5],[1,3],[6,8],[3,5],[8,15],[11,22],[10,24],[2,4],[7,18],[2,8],[2,7],[2,7],[3,11],[5,12],[3,8],[3,6],[2,2],[8,5],[3,2],[3,3],[4,5],[2,3],[3,5],[15,25],[10,24],[2,3],[2,4],[2,2],[5,7]],[[499,5394],[9,-7],[4,-19],[10,2],[0,-23],[9,0],[-2,10],[19,9],[8,-5],[-8,-9],[3,-12],[18,-6],[-4,-1],[5,-15],[10,-4],[13,-39],[-10,-34]],[[6795,3379],[28,-76],[103,-21],[28,-39],[34,-32],[16,-33],[10,-95],[16,-42]],[[7030,3041],[64,-60],[32,-59],[39,-363],[12,-57],[17,-25],[-1,-30],[-10,-47],[-21,-42],[-1,-35],[26,-56],[50,-24],[54,-60],[5,-44],[21,-41]],[[6548,2826],[82,19],[5,-10],[-2,31],[46,71],[-10,22],[12,17],[-6,41],[30,29],[-3,10],[8,7],[-8,24],[-12,4],[-12,56],[-5,-5],[-20,22],[-2,16],[9,31],[1,32],[11,10],[-2,52],[13,38]],[[6683,3343],[14,-15],[3,-32],[20,11],[41,-1],[4,45],[15,49],[15,-21]],[[9769,2237],[30,-35],[-37,-69],[1,-44],[-22,-26],[6,-15],[-30,-33],[13,-30],[10,-1],[11,-23],[-3,-31],[7,-16]],[[9755,1914],[-10,-11],[-10,-13],[-6,-9],[-1,-6],[0,-36],[-26,2],[-5,21],[-18,9],[-6,0],[-12,-2],[-7,-2],[-18,-15],[-11,-27],[0,-12],[0,-9],[-5,-13],[-6,-8],[-14,-20],[-11,-24],[-1,-2],[-2,-4],[-3,-6],[-1,-3],[-1,-6],[0,-4],[-5,-33],[1,-21],[1,-7],[-6,-18],[-3,-9],[-10,-26],[-10,-10],[-9,-20],[-6,-9],[-5,-5],[-2,2],[-8,5],[-13,2],[-11,1],[-2,-1],[-6,-6],[-6,-7],[0,-5],[-2,-9],[-5,-8],[-4,-4],[-17,-12],[-10,-2],[-10,0],[-3,0],[-8,0],[-6,-4],[-15,-15],[6,-17],[8,-5],[7,-5],[5,-5],[3,-3],[6,-8],[1,-3],[0,-3],[0,-5],[0,-4],[-1,-2],[-1,-3],[-9,-18],[-7,-12],[-9,-16],[-5,-26],[1,-14],[1,-25],[-5,-22],[-5,-10],[-12,-21],[-10,-13],[-7,-4],[-10,-3],[-6,2],[-5,5],[1,1],[-3,4],[-3,3],[-5,0],[-10,-1],[-2,0],[-2,-1],[-2,-7],[-1,-8]],[[8705,2182],[35,37],[14,-7],[7,9],[8,-12],[0,15],[44,-1],[-2,-10],[11,-9],[10,6],[-10,-16],[9,-8],[16,0],[13,20],[11,-20],[7,12],[-14,12],[6,6],[12,-10],[-2,15],[6,6],[19,-14],[19,51],[-31,12],[2,46],[23,3],[47,-16],[61,60],[1,63],[12,-6],[7,-17],[-5,-29],[7,-9],[1,-13],[30,14],[16,-33],[63,21],[34,37],[24,-49]],[[9216,2348],[13,-30],[-3,-10],[6,-25],[6,-6],[14,4],[23,-78],[10,-9],[4,-17],[19,8],[13,-29],[37,22],[14,-19],[28,9],[7,-13],[11,-1],[-1,-25],[5,-11],[16,-10],[5,19],[4,-5],[12,-40],[13,8],[9,35],[27,34],[16,-17],[-4,-29],[17,-24],[14,16],[-3,26],[4,8],[15,7],[17,25],[10,-3],[1,6],[16,-20],[31,9],[8,20],[20,6],[5,31],[17,6],[8,17],[8,-9],[10,6],[-1,10],[7,5],[8,-28],[16,24],[4,-15],[-14,-20],[3,-23],[18,-5],[8,15],[-5,21],[7,13]],[[4674,4089],[8,-12],[12,-128],[-81,-20],[12,-134],[-6,-9],[3,3],[5,-23],[-5,-13],[21,-64],[11,-4],[1,20],[5,1],[40,-22],[18,-27],[-3,-87]],[[4278,3550],[-3,40],[-6,8],[37,31],[-2,44],[17,46],[14,14],[-1,13],[-8,26],[-36,-10],[-2,-7],[-41,10],[-4,-15],[-13,2],[-5,54],[-32,1],[-7,18],[8,13],[-16,47],[11,8],[12,5],[11,-7],[-6,-22],[4,-7],[-17,-6],[12,-6],[0,-11],[11,8],[6,-17],[11,19],[-14,24],[7,-2],[9,12],[-3,-19],[8,-8],[5,14],[17,1],[3,9],[-4,29],[5,3],[-1,26],[-7,5],[-1,13],[-15,5],[-5,-11],[-8,3],[4,36],[20,5],[3,12],[-43,1],[0,29],[-20,-3],[-23,15],[1,82],[8,-16],[12,4],[1,-15],[7,-2],[0,-7],[-8,7],[-6,-17],[9,-1],[2,-17],[41,10],[-13,134]],[[4224,4210],[6,2],[-5,22],[12,-4],[-2,-17],[6,1],[7,2],[-10,7],[1,12],[4,-7],[0,8],[11,5],[8,-38],[2,25],[20,-40],[4,13],[9,-9],[4,24],[12,7],[9,-65],[-3,-10],[5,-14],[17,-10],[6,10],[18,-19],[9,16],[-4,5],[2,14],[10,-35],[-5,-10],[10,-4],[3,34],[18,-1],[12,9],[-2,20],[-9,-1],[-16,22],[1,8],[16,-10],[-3,23],[10,1],[-1,34],[11,-6],[-4,-34],[49,17],[13,-7],[7,14],[15,3],[11,29],[-11,20],[5,11],[-5,16]],[[4507,4303],[22,-47],[-5,-6],[-1,-23],[12,-12],[0,-34],[31,6],[6,-6],[-1,-11],[11,8],[15,-33],[11,-11],[12,1],[6,-15],[33,-29],[-1,-8],[16,6]],[[4165,4380],[-5,-20],[6,-24]],[[4166,4336],[20,-36],[-11,-31],[7,-26],[9,1],[-1,-17],[24,-3],[-2,-13],[12,-1]],[[4211,3442],[-2,28],[-25,9],[-35,43],[-18,92],[6,82],[-15,27],[-6,53],[-9,26],[-23,20],[1,39],[-16,41],[-23,6],[-14,16],[-19,-6],[-32,9],[-33,58],[-17,0],[-25,19],[-23,-5],[-12,29]],[[3794,4216],[7,0],[12,23],[-36,47],[2,5],[-13,10],[-10,-19],[-14,12],[-8,-3],[-7,23],[5,18],[35,16],[-4,62],[56,10]],[[3819,4420],[9,9],[18,-21],[5,5],[6,-27],[19,0],[0,-16],[12,2],[4,-24],[10,12],[-4,6],[12,-1],[-1,9],[7,8],[-4,9],[12,29],[5,-13],[-13,-27],[18,21],[-1,-36],[10,-6],[8,29],[0,10],[-9,6],[7,9],[16,5],[19,26],[2,-19],[10,-1],[7,15],[7,-10],[10,6],[18,-6],[20,36],[8,-2],[-6,-37],[11,-32],[-3,-20],[7,-13],[90,19]],[[2970,4251],[-23,-19],[2,-28],[-20,21],[-14,-22],[-6,14],[-30,17],[-45,-11],[-17,88],[-39,14],[-7,-24],[-72,-8],[-45,10],[-15,-18],[-3,9],[-7,-6],[-10,13],[-6,-8],[-1,-45],[-12,4],[-10,19],[-7,-7],[-2,-46],[-37,5]],[[2504,4678],[22,46],[34,29],[13,21],[-1,25],[-19,33],[0,32],[-8,3],[4,9],[74,40],[13,-23],[11,9],[13,1],[7,-11],[28,8]],[[2695,4900],[6,-19],[18,2],[0,-11],[-6,2],[-32,-28],[-3,-18],[-16,-8],[-1,-40],[-24,0],[-4,-11],[7,-9],[19,6],[9,-7],[0,-29],[17,2],[-4,-35],[-12,1],[4,-26],[17,32],[16,-35],[12,6],[13,-25],[16,0],[-1,-16],[13,13],[4,-6],[22,29],[16,-9],[13,4],[0,16],[7,14],[40,12],[13,-133],[14,-47],[23,-146],[10,8],[-1,-49],[15,-1],[6,-17],[13,0],[-1,-34],[8,-35],[9,-2]],[[4473,4337],[5,3],[10,-17],[-3,-4],[18,-5],[4,-11]],[[4166,4336],[78,10],[-2,12],[13,-11],[158,22],[-4,-32],[29,-14],[35,14]],[[6683,3343],[1,19],[-10,11],[10,25],[-1,19],[8,3],[-4,28],[7,13],[-9,17],[-4,29]],[[6681,3507],[16,-11],[14,34],[-9,23],[8,-3],[10,-26],[14,12],[9,-13],[9,22],[10,5],[13,-21],[-16,-18],[22,-22],[20,4],[5,19],[19,-16],[-9,-15],[3,-10],[-8,-7],[2,-8],[-28,-6],[1,-14],[-7,0],[-5,-17],[19,-24],[2,-16]],[[2970,4251],[63,-37],[19,17],[4,22],[-12,31],[14,47],[14,17],[22,-25],[7,14],[25,-3],[33,-27],[10,-26],[31,34],[24,56],[17,10],[13,62],[15,25],[-56,91],[11,19],[5,7],[19,-5],[11,33],[52,86],[6,3],[8,-65],[7,-2],[93,27],[39,61]],[[3464,4723],[24,18],[31,-241],[-14,-48],[-68,-23],[-24,-25],[-16,-45],[-18,-29],[-2,-26],[-10,-19],[25,-44],[47,-8],[9,-23],[27,-36],[-22,-17],[-21,11],[2,-28],[9,1],[16,-69],[-12,3],[-25,-23],[-9,1],[0,-10],[-8,-2],[-12,-21],[4,-37],[-6,-53],[-44,-14],[6,-50],[-9,-15],[86,-35],[27,8],[6,-48],[-33,-15],[-43,1],[-6,-13],[-1,-34],[6,-9],[-7,-17],[10,-16],[26,-7],[27,-35],[-11,-13],[2,-14],[-11,-30],[4,-18],[-8,-57],[-10,-3],[-1,-23],[14,-22],[-15,-31],[-18,-6],[-21,-24],[-9,3]],[[2681,3002],[5,-29],[3,2],[3,-19],[-13,-37],[-3,-2],[-8,-4],[-15,-14],[-24,-12],[-6,2],[-3,0],[-9,-2],[-3,-2],[-12,-9],[-17,-4],[-17,-2],[-11,0],[-20,-4],[-4,3],[-18,3],[-9,1],[-4,-1],[-17,-4],[-17,2],[-11,10],[-2,6],[0,2],[-3,3],[-9,0],[-15,-1],[-4,-1],[-7,-7],[-4,-4],[-15,-23],[-4,-6],[-1,-3],[-1,-5],[-3,-12],[-4,-10],[-4,-7],[-4,-1],[-10,-3],[-9,-3],[-2,0],[-3,3],[-4,5],[-12,20],[-8,8],[-9,7],[-3,0],[-4,2],[-7,3],[-2,1],[-3,4],[-3,6],[-3,5],[-1,3],[-4,12],[-9,24],[-11,24],[-1,1],[-8,2],[-7,-2],[-5,-1],[-4,2],[-14,7],[-3,3],[-6,20],[-3,3],[-7,0],[-3,-3],[-2,-6],[-4,-2],[-6,-2],[-5,0],[-4,0],[-21,7],[-5,5],[-6,6],[-15,6],[-11,-2],[-12,6],[-7,7],[-15,6],[-3,2],[-2,2],[-8,13],[-11,9],[-11,-2],[-12,-2],[-4,-1],[-8,2],[-10,10],[-13,16],[-11,3],[-14,-4],[-10,-6],[-4,-4],[-8,-10],[-5,-10],[-1,-2],[-1,-1],[-5,-2],[-6,-1],[-3,0],[-13,6],[-5,1],[-4,-2],[-2,0],[-9,-9],[-1,-2],[-1,-4],[-1,-7],[-2,-4],[-5,-5],[-2,-1],[-6,2],[-1,2],[-3,3],[-7,16],[-11,7],[-5,7],[-4,7],[-7,12],[-9,10],[-7,-5],[-11,-6],[-9,3],[-1,1],[-7,0],[-6,-3],[-14,-15],[-10,-1],[-14,-7],[-11,-7],[-1,-1],[-5,1],[-6,4],[-1,6],[2,4],[0,4],[-4,8],[-2,5],[-4,3],[-10,6],[-9,11],[-1,2],[-2,24],[-2,12],[-1,6],[-2,3],[-3,3],[-22,-10],[-5,-2],[-10,-3],[-19,-4],[-2,-1],[-6,10],[-9,12],[-1,2],[-2,2],[-21,12],[-4,5],[-1,5],[-2,1],[-3,3],[-5,0],[-12,-7],[-10,-6],[-10,-9],[-5,-2],[-18,1],[-11,-13],[-13,-9],[-14,-9],[-13,-5],[-9,8],[-3,7],[-1,2],[-6,7],[-5,5],[-8,2],[-2,-1],[-9,-5],[-5,-7],[-4,-7],[0,-5],[4,-16],[0,-3],[0,-2],[-5,-3],[-9,-1],[-1,0],[-2,0],[-5,-2],[-6,-8],[-5,-27],[-3,-18],[-9,-12],[-2,-6]],[[1646,4654],[26,4],[12,-11],[5,6],[6,-15],[15,5],[22,41],[-11,10],[6,61],[18,11],[10,25],[21,15],[31,-8],[28,9],[-2,24],[10,23],[4,36],[34,-23],[9,14],[9,44],[-30,39],[6,4],[-4,7],[4,18],[-6,27],[-17,-10],[-2,16],[-6,-13],[-10,18],[-10,-18],[-15,0],[-6,16],[-16,-8],[-6,10],[4,36],[-9,19],[44,23],[4,35],[-23,13],[5,26],[12,2],[4,11],[66,-38],[3,-19],[-3,0],[-1,-25],[4,-23],[9,-8],[1,-24],[15,12],[15,-14],[0,-22],[11,0],[21,-57],[6,56],[47,-8],[-3,80],[21,14],[8,34]],[[2042,5154],[27,8],[7,15],[16,-6],[4,-10],[45,6],[15,-19],[-5,-30],[-13,10],[-7,-34],[-11,6],[-3,-11],[7,-31],[10,26],[6,-46],[-5,-8],[8,-12],[-14,-10],[-1,16],[-6,-4],[13,-51],[-14,6],[0,-11],[-14,-20],[-12,-53]],[[7757,2529],[-6,59],[-19,19],[4,86],[-11,10],[-25,-15],[-21,48],[-13,-4],[-1,18],[-7,1],[2,8],[-40,9],[1,14],[-9,10],[1,15],[7,10],[-38,23],[-7,-11],[-4,4],[25,133],[-7,17],[5,16],[17,-7],[13,-24],[7,5],[36,-62],[22,40],[8,39],[5,2],[-1,30],[18,26],[5,43],[-5,11],[12,49],[5,4],[-2,17],[-22,-12],[1,7]],[[7713,3167],[24,9],[5,12],[-3,7],[-4,-3],[4,22],[-2,23],[19,2],[24,31],[6,-27],[-5,-16],[6,-5],[9,14],[7,-15],[7,7],[25,-26],[9,0],[66,-102],[10,-34],[13,-4],[32,-54],[-25,-41],[-28,3],[-24,-27],[-19,-6],[0,-21],[-13,-2],[-30,-78],[-20,-31],[2,-61],[35,-62],[26,-10],[34,2],[2,-54],[19,-25],[10,-27],[19,1],[12,-37],[43,1],[-4,-27],[22,-30],[-7,-8],[0,-25],[21,-18],[-10,-36],[18,-79],[33,-21],[-7,-44],[-11,-21],[10,-24],[-2,-12],[-16,-37],[-34,-2],[-10,-35],[31,-25],[37,-10],[4,-29],[24,-24],[0,-19],[21,-18],[-7,-77],[11,-2],[2,-10]],[[5499,3765],[16,-128],[28,-1],[23,-12],[24,-194]],[[5405,3204],[-20,10],[-1,1],[-15,-2],[-2,0],[-2,-2],[-1,-3],[-2,-7],[-4,-15],[-3,-11],[-10,-16],[-4,-12],[-2,-15],[6,-26],[6,-9],[2,-18],[-2,-8],[-8,-6],[-10,0],[-10,1],[-2,-1],[-6,-5],[-1,-2],[0,-2],[0,-2],[-1,-5],[-4,1],[-11,6],[-1,16],[-9,17],[-8,6],[-7,0],[-6,-7],[-1,-2],[-1,-6],[1,-2],[2,-2],[4,-1],[1,-3],[-2,-18],[-14,-21],[-8,-13],[-4,-5],[-12,-9],[-6,1],[-5,1],[-4,8],[-5,8],[-11,-3],[-13,-11],[-5,-1],[-5,0],[-4,1],[-19,4],[-19,6],[-5,2],[-4,-7],[-1,-20],[0,-6],[1,-2],[3,-6],[1,-3],[2,-15],[-2,-14],[-11,-28],[-12,-15],[-9,4],[-4,0],[-9,-3],[-18,-2],[-18,7],[-17,-5],[-6,-9],[0,-5],[3,-8],[2,-8],[0,-9],[-4,-9],[-2,-4],[-2,-4],[-1,-2],[1,-15],[0,-2],[2,-6],[2,-5],[0,-13],[-1,-10],[-3,-10],[-2,-7],[-1,-2],[-8,0],[-5,-5],[0,-3],[-7,-23],[-17,-13],[-11,-10],[-1,-3],[-3,-12],[-6,-21],[-5,-2]],[[4674,4089],[20,17],[0,16],[-19,-3],[14,32],[26,3],[4,13],[7,-16],[7,12],[7,-6],[26,16],[81,146],[46,6]],[[4893,4325],[2,-35],[143,19],[8,-160],[-84,-10],[4,-88],[23,-150],[27,-53],[15,-12],[19,-2],[29,15],[9,-18],[-4,1],[0,-12],[-15,-29],[12,-6],[6,10],[-3,10],[14,-1],[22,-27],[-4,-14],[13,-7],[-4,-23],[-16,-11],[-19,13],[-9,-3],[-11,-17],[-14,-43],[10,-14],[9,3],[7,-71],[23,0],[13,33],[9,4],[31,-25],[33,-3],[20,15],[17,36],[25,10],[-2,11],[59,33],[-1,7],[32,-7],[27,6],[38,34],[1,-12],[92,33]],[[6222,3863],[1,-23],[-16,-59],[3,-21],[17,-21],[80,-21]],[[6307,3718],[4,-22],[25,1],[10,16],[3,-7],[3,12],[24,-2],[3,-54],[-6,-30],[-10,-5],[0,-29],[-6,-10],[-40,-2],[-4,-7],[1,-68],[-12,-18],[-2,-26],[-2,-32],[17,-8],[13,-21],[1,-11],[30,-38],[3,-60],[-7,-14]],[[5499,3765],[109,38],[7,22],[-7,56]],[[5608,3881],[49,48],[63,-14]],[[5720,3915],[26,-19],[53,-90],[27,-5],[4,-27],[8,-2],[0,-34],[21,11],[12,-28],[14,-11],[9,0],[0,33],[26,62],[28,-21],[23,10]],[[5971,3794],[79,143],[67,46],[21,-11],[37,-59],[43,-38],[4,-12]],[[7686,3357],[2,-86],[-13,-54],[4,-13],[5,7],[8,-7],[2,-28],[19,-9]],[[7030,3041],[83,74],[14,3],[58,148],[-4,24],[8,14],[11,-1],[6,43],[14,15],[6,71],[38,1],[15,33],[0,45],[28,-2],[4,-19],[14,15],[30,-30],[1,-40],[-10,-7],[73,-120],[4,-46],[-5,-41],[30,8],[5,12],[-3,12],[17,4],[2,10],[12,4],[12,22],[27,24],[7,14],[2,23],[20,11],[2,22],[12,5],[-2,8],[48,11],[6,-17],[53,6],[0,-45],[18,2]],[[6582,3894],[3,-63],[-32,-113],[33,-97],[2,-63],[9,-15],[21,2],[63,-38]],[[6307,3718],[38,13],[43,37],[27,5],[33,52],[40,11],[25,43],[30,17],[25,5],[14,-7]],[[780,5782],[32,-46],[3,19],[13,0],[-3,-21],[5,-18],[23,-20],[0,-8],[9,4],[21,-9],[1,-8],[9,2],[7,-36],[-7,-8],[-10,3],[-8,-41],[32,-34],[6,-35],[-1,-9],[-7,-3],[3,-13],[27,-1],[-3,-11],[15,1],[-6,-9],[5,-4],[1,-24],[11,5],[26,-31],[1,-21],[-9,-39],[19,-12],[-1,-14],[9,-14],[0,-65],[-5,-11],[-23,-9],[-24,4],[-17,-45],[-22,12],[-10,-18],[6,-9],[-7,-40],[-13,-5],[-12,14],[-19,0],[-3,15],[-25,-15],[1,11],[-11,-4],[-8,11],[6,-65],[-16,-3],[6,-31],[-6,-13],[-18,-12],[-10,6],[-9,-6],[-2,18],[-7,-11],[-24,44],[-9,0]],[[583,5241],[91,29],[-7,65],[39,12],[-26,236],[40,13],[-15,133],[16,4],[2,-6],[-1,7],[24,7],[-7,64],[25,8],[16,-31]],[[4896,4484],[-2,-19],[6,-14],[-10,-59],[3,-67]],[[4473,4337],[2,24],[-9,10],[-4,-10],[-5,5],[-7,46],[56,67],[0,8],[10,-8],[3,-17],[27,-32],[17,18],[-9,47],[7,16],[-29,29],[6,16],[-8,24],[7,18],[-7,7],[15,39],[25,-26],[9,-39],[45,22],[31,1],[-1,9],[13,-6],[7,38],[19,-27],[7,-6],[1,10],[7,-6],[-5,-6],[12,0],[4,-7],[1,16],[12,8],[2,-16],[5,2],[33,-32],[36,-18],[2,-31],[18,3],[22,-29],[20,1],[26,-21]],[[5929,4231],[5,-58],[20,-22],[-7,-160],[24,-197]],[[5720,3915],[10,13],[-7,11],[15,48],[18,-4],[41,35],[-8,50],[3,21],[9,14],[2,27],[-23,5],[-8,12],[-4,67],[22,15],[29,-8],[3,24]],[[5822,4245],[3,29],[-8,28],[15,-6],[43,-59],[54,-6]],[[3854,4672],[-24,-127],[14,1],[-16,-72],[2,-34],[-10,-4],[-1,-16]],[[3980,2750],[-17,0],[-19,-1],[-14,0],[-8,7],[-13,10],[-13,0],[-12,-13],[-7,-27],[-7,-22],[-5,-28],[-20,14],[1,20],[0,17],[-7,2],[0,14],[5,28],[8,32],[7,29],[4,9],[1,2],[0,29],[-9,10],[-13,13],[-8,-11],[-12,-4],[-3,-1],[-10,-1],[-23,4],[-2,0],[-12,-3],[-2,-2],[-5,-5],[-6,-6],[-18,-2],[-14,-2],[-10,-1],[-17,-2],[-17,-7],[-11,-5],[-11,-6],[-9,-6],[-12,-13],[-1,-9],[-20,-19],[-5,-2],[-1,-1],[-10,-5],[-1,-1],[-10,-6],[-10,-18],[-13,-14],[-12,-16],[-12,-5],[-5,-2],[-6,5],[-8,5],[-18,3],[-15,2],[-7,11],[-13,21],[-5,7],[-11,8],[-5,3],[-29,8],[-2,1],[-27,8],[-1,4],[-3,8],[-1,4],[-1,2],[-18,49],[-5,10],[-11,3],[-11,12],[-13,15]],[[3464,4723],[-31,298],[25,11],[-1,8],[30,9]],[[3487,5049],[46,13],[6,-13],[73,5],[0,-30],[17,-8],[12,9],[12,28],[25,-64],[8,6],[84,-97],[10,-99],[11,2],[5,-48],[15,2],[1,-27],[17,4],[5,-38],[14,4],[-6,-29],[12,3]],[[5608,3881],[-24,-24]],[[5584,3857],[-10,16],[3,17],[12,5],[4,14],[-15,64],[-18,3],[-1,9],[2,74],[11,-4],[-9,40],[5,-6],[4,73],[-12,27],[20,28],[20,-12],[14,48],[5,-8],[7,14],[-2,17],[10,1],[-6,10],[-21,-4],[-4,8],[5,23],[-19,4],[1,12],[10,-3],[1,10],[-17,5],[5,12],[-7,6],[58,39],[7,-14],[26,3],[1,8]],[[5674,4396],[11,14],[4,-4],[-4,-17],[25,-25],[3,-17],[12,7],[6,-23],[13,2],[12,-24],[-2,-16],[-6,-8],[4,-12],[24,8],[27,-20],[3,-13],[16,-3]],[[3854,4672],[5,23],[15,12],[-9,4],[-3,43],[20,6],[55,-70],[49,102]],[[3986,4792],[27,57],[11,-3],[1,12],[5,1],[19,-12],[40,47],[21,-27],[13,35],[9,4],[54,-37],[10,26],[22,-2],[8,9],[19,82],[18,9]],[[4263,4993],[-2,-13],[49,19]],[[4310,4999],[1,-10],[-8,-18],[4,-32],[-8,-7],[6,-19],[-8,-9],[18,-60],[43,-38],[-4,-18],[4,-6],[-9,-15],[10,-9],[-7,-16],[6,-35],[-5,6],[-24,-54],[5,-12],[-6,-16],[-13,-17],[-4,5],[-9,-21],[7,-14],[-7,-50],[-17,-4],[-33,24],[-26,-2],[2,-28],[-49,-16],[-7,-71],[4,-1],[3,-23],[-10,-12],[-4,-21]],[[8211,3255],[-1,7],[-7,-8],[-3,-22],[-22,-47],[4,-12],[-8,-17],[4,-17],[-3,-9],[6,-25],[-22,-16],[-1,-10],[-11,2],[1,-43],[13,-24],[42,-45],[12,-51],[17,-13],[2,-48],[25,-38],[2,-54],[19,-32],[8,-1],[1,-21],[-20,-42],[-12,-5],[-16,34],[-18,4],[-15,-20],[15,-49],[0,-19],[-8,1],[2,-52],[28,-1],[2,-21],[10,-6],[1,-12],[6,0],[52,-99],[-12,-13],[-27,-54],[16,-8],[-15,-34],[6,-9],[6,2],[2,-11],[9,2],[-1,15],[6,-6],[5,7],[8,-19],[-8,4],[-1,-18],[15,0],[3,-27],[17,-14],[0,-11],[-8,2],[-9,-15],[6,-16],[-3,-6],[25,-54],[2,-52],[18,-30],[5,8],[29,1],[6,9],[12,-3],[2,-16]],[[7686,3357],[78,9],[-9,51],[-7,-3],[-7,-19],[-6,4],[-1,30],[40,131],[2,28]],[[7776,3588],[122,23],[14,-17],[2,-26],[14,-3],[11,35],[-1,72]],[[7938,3672],[46,-2],[-10,-16],[13,-26],[20,-22],[15,7],[10,-24],[12,-1],[-1,-26],[8,-12],[-1,-24],[-36,-12],[-3,-23],[-19,-1],[-10,-19],[44,-6],[-3,-47],[6,-12],[14,-7],[6,16],[12,0],[11,-15],[7,18],[14,-3],[7,-7],[-9,-26],[5,-30],[51,-17],[29,18],[19,-8],[-1,-24],[35,16],[-7,-52],[11,-29],[-10,-9],[-12,8]],[[6582,3894],[8,2],[14,-21],[21,-10],[19,14],[51,3],[9,22],[30,25],[13,-1],[61,57],[9,1],[8,19]],[[6825,4005],[31,30],[2,43],[34,29],[15,-99],[11,5],[2,-8],[20,-7],[5,-18],[-10,-24],[18,-44],[52,51],[12,38],[14,3],[4,14],[22,9],[46,46],[22,-42],[10,-34],[8,26],[31,-5],[12,15],[22,-63],[-19,-17],[9,-54],[20,-45],[30,41],[13,-11],[22,33],[10,-2],[14,-38],[-13,-27],[14,-6],[-2,-70],[35,24],[26,39],[13,-3],[15,22],[12,31],[5,40],[7,0],[17,81]],[[7436,4008],[18,-2],[15,-35],[120,-137],[144,-19],[6,-9],[-10,-11],[1,-43],[4,-2],[-25,-82],[2,-15],[9,-10],[-5,-12],[6,-18],[31,48],[15,-75],[9,2]],[[5584,3857],[-21,-3],[-51,27],[-95,110],[-34,77],[-4,38],[4,63],[-15,54],[-42,49],[-43,12],[-52,36],[-4,58],[10,12],[23,-7],[16,17],[22,-35],[34,44],[-4,8],[8,7],[2,18],[-10,14],[10,7],[3,18],[-2,45],[18,18],[21,4],[1,13],[18,18],[19,59],[22,34],[4,13],[-7,15],[15,-2]],[[5450,4698],[5,-7],[5,25],[8,-2],[3,23],[6,2],[10,-14],[-5,-27],[27,-35],[0,13],[7,6],[12,-19],[5,6],[5,-7],[1,-17],[10,7],[8,-19],[17,22],[32,-17],[34,-74],[-1,-41],[33,-52],[9,-30],[-15,-23],[8,-22]],[[4451,5005],[-21,-44],[-1,-14],[51,-92],[8,-45],[8,-9],[39,4],[68,39],[121,-31],[40,10],[10,18]],[[4774,4841],[9,-1],[30,-35],[6,-12],[3,-36],[30,-34],[9,-24],[9,-8],[14,4]],[[4884,4695],[1,-14],[-5,-9],[3,-11],[7,-10],[10,9],[5,-18],[9,-4],[-12,-67],[11,-31],[-10,-18],[1,-31],[-8,-7]],[[4310,4999],[-6,47],[15,13],[9,-3],[7,10],[-1,7],[19,6],[8,-18],[7,4],[-2,54],[7,3],[2,-21],[8,5],[8,-8],[8,11],[21,-27],[20,-62],[11,-15]],[[9769,2237],[1,23],[29,13],[11,66],[20,49],[-7,37],[-18,43],[-12,13],[2,42],[-34,4],[-3,-9],[-2,12],[-14,10],[1,11],[-12,10],[1,40],[-25,49],[-46,-7],[-7,8],[-19,-60],[-15,-1],[-7,12],[-9,-10],[-9,18],[-14,-8],[-13,-52],[11,-5],[2,-50],[-26,-33],[-13,-1],[-4,1],[-6,24],[-18,-7],[-11,-17],[-17,-1],[8,31],[-3,17],[-19,34],[5,6],[-3,12],[-7,3],[1,21],[-12,37],[3,15],[38,-2],[31,90],[7,-8],[19,46],[11,-3],[10,35],[13,19],[12,-7],[29,47],[7,2],[23,-24],[15,27],[12,0],[5,15],[-6,25],[0,29],[-19,58],[-5,82],[4,15],[67,-5],[33,-72],[17,-10],[18,1],[3,25],[13,20],[9,-23],[39,18],[23,-17],[39,0]],[[9926,3020],[-6,-12],[-4,-11],[-2,-7],[-10,-32],[-3,-12],[-10,-25],[3,-15],[1,-5],[9,-19],[5,-11],[4,-6],[6,-9],[9,-9],[2,-5],[1,-4],[2,-7],[0,-11],[0,-12],[11,-38],[-3,-21],[3,-20],[2,-7],[1,-2],[2,-23],[1,-12],[20,-58],[7,-31],[8,-30],[5,-19],[2,-10],[5,-18],[2,-15],[0,-3],[0,-5],[-2,-18],[-2,-10],[-4,-12],[-5,-14],[-10,-27],[-8,-25],[-1,-13],[-16,-14],[-12,-14],[-11,-33],[-6,-17],[-2,-14],[5,-28],[6,-6],[6,-2],[3,-1],[5,-3],[2,-8],[-8,-23],[-4,-4],[-3,-1],[-3,1],[-2,0],[-7,-3],[-2,-1],[-2,-1],[-9,-8],[-1,-9],[2,0],[1,2],[5,4],[3,-2],[3,-5],[3,-8],[0,-2],[0,-16],[0,-3],[0,-3],[-1,-4],[-1,-1],[-5,-3],[-1,-2],[-3,-15],[0,-16],[1,-11],[-2,-15],[-17,-17],[-5,-8],[-10,-12],[0,2],[-12,1],[-15,-9],[-16,-9],[-5,-4],[-4,-5],[-9,-19],[-2,-10],[-3,-9],[-4,-10],[-2,-1],[-1,-2],[-2,-1],[-6,-4],[-2,-15],[0,-6],[-1,-6],[0,-14],[0,-18],[-6,4],[-7,6],[-1,2],[-3,0],[-10,1],[-9,-6],[-4,-5]],[[4106,5238],[15,-20],[5,11],[9,0],[27,-35],[25,7],[33,-10],[8,-58],[44,-15],[-2,-11],[9,-5],[-11,-47],[-5,-62]],[[3986,4792],[-48,233],[27,34],[11,-13],[28,56],[19,-6],[26,47],[1,29],[10,-2],[30,63],[8,9],[8,-4]],[[4884,4695],[53,37]],[[4937,4732],[10,-3],[49,-61],[15,-51],[18,-33],[6,-49],[63,-27],[27,-50],[32,19],[13,-10],[20,26],[11,-13],[12,28],[0,7],[-11,4],[12,33],[14,6],[2,27],[20,6],[13,23],[-16,5],[-25,-19],[-7,9],[25,37],[-5,14],[1,28],[10,36],[13,-7],[9,-34],[15,0],[12,172],[30,-25],[-6,-13],[4,-5],[36,-31],[10,22],[-1,19],[4,-8],[6,5],[2,-16],[-5,-3],[6,-7],[-5,-6],[24,-33],[19,4],[3,-19],[23,-25],[10,-3],[-5,-13]],[[8772,3573],[-4,-24],[24,-14],[1,18],[12,0],[0,-26],[5,-1],[-6,-16],[-12,-5],[1,-14],[2,-10],[3,9],[14,2],[2,-14],[-19,-10],[1,-23],[11,0],[-2,-17],[-17,-26],[-11,0],[-5,-48],[-15,-26],[-18,60],[-8,4],[-4,-9],[-8,13],[-5,-9],[-5,15],[9,2],[-3,25],[13,24],[0,11],[-7,-2],[-5,20],[6,45],[-7,4],[1,15],[20,14],[0,-17],[12,1],[14,35],[10,-6]],[[4851,5091],[-1,-14],[8,-17],[-3,-11],[23,-26],[-10,-18],[10,-13],[-11,-25],[-23,0],[-5,8],[-5,20],[13,-13],[-4,8],[4,2],[0,24],[-11,0],[-8,20],[-9,3],[1,-21],[-4,17],[-13,13],[-15,-1],[-16,12],[-9,-7],[8,-50],[17,-16],[5,-30],[1,-18],[-10,-9],[-14,-39],[4,-49]],[[4451,5005],[50,-54],[25,-44],[4,8],[37,-12],[26,8],[-49,46]],[[4544,4957],[8,10],[-8,15],[-29,117],[2,29],[-4,9],[14,2],[-4,7],[4,14],[-6,5],[66,1],[55,-18],[-21,-50],[21,-26],[12,25],[10,5],[1,34],[11,16],[81,21]],[[4757,5173],[36,10],[-7,-13],[19,-26],[-17,-34],[12,3],[-8,-5],[13,-6],[8,-22],[11,14],[27,-3]],[[4851,5091],[20,9],[5,-23],[15,22],[5,-10],[10,-2],[9,16],[7,-5],[20,11],[17,-66],[46,-8],[166,46]],[[5171,5081],[0,-16],[-13,-1],[-4,-25],[17,-8],[-8,-14],[5,-2],[1,-20],[40,-58],[10,-2],[2,-24],[-33,-11],[-21,-35],[0,-18],[-4,-6],[-8,17],[-8,-10],[-21,38],[-8,2],[-65,-102],[0,-24],[-11,-14],[-14,24],[-7,-16],[-16,17],[-15,-7],[-16,30],[-13,-36],[-8,7],[7,30],[-12,-2],[-3,-27],[-7,1],[0,-13],[-8,2],[0,-8],[8,-1],[-1,-17]],[[3487,5049],[-16,166]],[[3471,5215],[54,-23],[2,12],[20,-12],[0,-7],[72,-3],[22,56],[13,17],[17,-9],[13,-36],[49,4],[17,35],[46,-1],[25,31],[39,3],[12,27],[-13,30],[-1,22],[8,11],[30,-10],[8,-19],[-2,-25],[13,-21],[75,54],[11,-4],[15,18],[21,-8],[2,-16],[7,-1],[24,22],[46,72],[10,5]],[[4126,5439],[23,11],[30,-7],[4,-9],[-7,-14],[-13,4],[-13,-8],[32,-38],[-23,-38],[-26,-15],[-21,-1],[-5,-11],[18,-11],[-34,-39],[15,-25]],[[6495,4538],[-9,-58],[-28,-36],[-12,15],[-33,19],[-7,23],[-24,-5],[-5,-13],[12,-37],[-6,-10],[3,-17],[5,14],[13,-15],[3,28],[14,8],[-7,-14],[2,-46],[-5,-1],[1,-16],[-8,-28],[-1,-22],[8,-12],[-8,-25],[-67,-5],[17,-101],[6,-6],[3,-15],[-9,-5],[0,-14],[-66,-119],[-6,-53],[-11,-33],[4,-13],[-11,-19],[-4,-22],[9,-43],[-22,10],[-10,18],[-14,-7]],[[5929,4231],[-2,24],[9,26],[8,4],[8,39],[-7,37],[-15,16],[-41,-2],[-10,8],[2,11],[17,24],[13,0],[15,37],[38,52],[7,-12],[4,6],[64,-37],[4,4],[-9,36],[-15,-8],[-22,15],[13,9],[23,-3],[29,-13],[3,-20],[8,-2],[8,8],[5,24],[20,23],[3,23],[28,-15],[11,26],[12,-2],[34,55],[-1,18],[16,19],[8,33],[20,34]],[[6237,4728],[15,-4],[4,-19],[20,-10],[10,-21],[16,-7],[29,33],[43,0],[7,-17],[15,0],[19,-34],[14,-10],[5,-27],[11,11],[2,-8],[20,-1],[4,-11],[-5,-39],[12,-21],[17,-5]],[[3471,5215],[-21,-5],[-6,-18],[6,24]],[[3450,5216],[0,28],[-8,29],[12,14],[-3,62],[29,7],[71,56]],[[3551,5412],[7,-10],[5,-6],[1,-1],[10,-3],[13,-4],[10,-1],[3,-1],[3,-1],[7,-4],[6,-4],[2,-2],[3,-5],[4,-5],[1,-2],[4,-4],[2,-2],[3,-2],[2,-2],[2,-1],[3,-1],[3,-2],[4,-1],[18,-5],[8,-2],[10,-2],[11,0],[5,0],[8,0],[9,1],[7,1],[5,1],[6,1],[24,5],[14,4],[17,5],[17,5],[5,2],[12,5],[11,4],[10,5],[7,3],[24,12],[15,9],[11,6],[20,10],[17,9],[13,8],[19,13],[13,8],[4,3],[5,3],[24,18],[7,5],[9,8],[10,9],[22,20],[7,7]],[[4073,5529],[3,-52],[17,5],[33,-43]],[[2109,5572],[-3,-53],[-23,-55],[-3,-55],[-20,12],[-3,-10],[2,-22],[-4,-33],[-7,-13],[-2,-36],[8,-15],[0,-21],[-9,-16],[-6,6],[-10,-4],[-4,-15],[-1,-30],[15,-9],[-3,-25],[6,-24]],[[780,5782],[51,84],[17,-6],[13,-16],[8,39],[24,33],[3,-9],[11,8],[-10,49],[13,6],[8,-5],[14,21],[8,-7],[6,16],[12,-24],[-6,-11],[25,-3],[18,-16],[17,63],[27,-28],[14,-34],[13,2],[36,-16],[6,6],[19,-4],[2,-32],[8,-9],[-15,-10],[-3,-14],[4,-25],[7,-9],[13,12],[-5,21],[18,-12],[23,12],[8,14],[-1,26],[6,8],[4,-7],[9,17],[20,-13],[26,1],[19,-34],[4,9],[-7,6],[15,17],[3,-15],[11,11],[15,-10],[16,9],[13,-23],[12,1],[9,35],[19,-5],[25,22],[7,-7],[5,31],[5,15],[8,-4],[0,14],[14,-8],[1,-15],[17,-1],[4,-18],[19,-4],[8,-13],[13,1],[6,-16],[8,8],[35,-8],[11,10],[7,-3],[7,12],[6,-12],[6,6],[-8,32],[85,23],[-7,14],[20,20],[-8,5],[7,17],[6,49],[-10,29],[15,22],[-3,47],[12,15],[3,73]],[[1704,6267],[23,-29],[-1,-14],[21,-21],[15,10],[-2,-26],[-9,-12],[-6,-31],[2,-32],[31,-46],[13,-36],[23,-7],[12,-24],[30,-10],[15,6],[37,-35],[-4,-44],[3,-50],[13,-39],[10,2],[8,-89],[-27,-10],[-6,-38],[5,-57],[24,6],[13,-97],[85,30],[8,-9],[-1,-8],[9,-6],[11,9],[13,-20],[8,34],[24,12],[5,-14]],[[4678,5304],[3,-63],[15,-36],[-2,-15],[10,-2],[-4,22],[20,38],[36,-6],[12,-46],[-11,-23]],[[4544,4957],[-41,52],[5,13],[-29,44],[8,8],[-5,8],[5,7],[5,46],[-5,100],[15,25],[12,52],[5,1],[9,-30],[9,7],[0,29],[19,-1],[5,-9],[37,48],[14,7]],[[4612,5364],[12,-3],[6,-15],[1,10],[8,5],[11,-28],[15,-5],[-1,-20],[14,-4]],[[7938,3672],[13,5],[-32,40],[-9,26],[8,3],[10,30],[-7,16],[10,25],[10,9],[24,-1],[40,47],[-25,53],[5,15],[-8,40],[25,56],[-12,7],[-8,28],[5,35],[-9,9],[3,20],[-11,18]],[[7970,4153],[3,8],[12,-2],[-1,9]],[[7984,4168],[74,12],[7,-6],[3,-49],[17,2],[7,-22],[8,13],[38,10],[10,-28],[17,-21],[-12,-55],[27,-17],[-8,-14],[10,-22],[5,-27],[-3,-13],[7,0],[-7,-8],[0,-18],[7,-10],[25,0],[5,-28],[-7,-2],[-2,-16],[82,12],[25,-79],[14,-24],[-9,-10],[-8,4],[12,-47],[-6,-16],[2,-29],[17,-2],[-5,-15],[-11,1],[-13,-19],[-1,-18],[12,-27],[6,-45],[9,-2],[-6,-23],[4,-17],[-3,-26],[13,-11],[3,-26],[-6,-27],[10,-8],[16,-37],[20,-12],[-2,-35],[-10,-17],[-19,-12],[2,-41],[-25,13],[-8,-4],[-7,18],[-13,9],[-10,-15],[-19,4],[-32,-32],[-27,4],[-8,17]],[[9842,3406],[0,-7],[3,-11],[4,-12],[4,-7],[5,-11],[2,-14],[3,-11],[5,-11],[2,-2],[1,0],[11,-24],[7,-22],[7,-15],[6,-14],[3,-5],[5,-10],[6,-5],[8,-5],[3,-1],[2,-2],[2,-7],[1,-3],[0,-3],[2,-21],[-1,-8],[-1,-14],[-3,-14],[-5,-22],[-6,-7],[1,-25],[4,-38],[6,-14],[6,-15],[-9,-4],[0,-2]],[[9216,2348],[18,36],[15,5],[7,27],[9,6],[-10,5],[-5,14],[-11,-10],[-7,23],[5,14],[-5,3],[-4,25],[31,64],[-3,20],[15,-8],[15,46],[-11,44],[-11,7],[-12,33],[-19,22],[5,24],[-7,5],[5,17],[-5,21],[4,10],[0,26],[14,25],[-11,18],[3,25],[-6,6],[-8,-11],[-6,6],[14,16],[-14,-5],[0,-9],[-38,2],[-13,15],[6,9],[-1,12],[-9,9],[-11,-3],[-16,54],[7,23],[16,-11],[2,15],[-22,19],[14,53],[-30,13],[-2,-16],[-27,-7],[-1,17],[18,-1],[1,12],[-2,9],[-24,20],[-14,62],[-28,70],[15,26],[-7,39],[-19,-12],[-14,-40],[-15,-20],[-18,0],[-14,73],[12,33],[-27,40],[2,31],[18,23],[-18,12],[3,13],[-5,11],[2,18],[6,-4],[9,9],[10,30],[-6,6],[-15,-4],[-6,14],[52,0],[23,-25],[12,26],[2,-7],[7,4],[8,24],[12,-1],[19,24],[-8,3],[-6,32],[6,10],[-3,11],[7,26]],[[9091,3699],[13,10],[5,26],[20,7],[16,-16],[-4,-32],[6,-3],[7,31],[7,1],[15,-29],[5,-28],[9,-1],[4,17],[6,-23],[8,-6],[17,19],[4,-29],[10,-18],[3,9],[-6,12],[8,14],[-2,31],[24,-21],[5,20],[14,1],[4,-6],[3,-55],[23,-16],[-2,-12],[-5,-1],[7,-6],[5,11],[19,-5],[-4,-16],[6,-39],[5,-12],[7,6],[14,-28],[3,-20],[8,-10],[9,-1],[6,13],[4,20],[-4,6],[6,0],[2,12],[-8,9],[14,12],[7,-8],[6,19],[13,-13],[12,25],[17,9],[-4,-40],[4,-1],[3,-32],[8,3],[9,-22],[11,-1],[5,-14],[9,11],[27,-13],[-3,-60],[9,-6],[-4,-11],[4,-8],[13,3],[11,-9],[-2,-12],[16,-3],[-3,-34],[-10,-20],[28,-42],[33,6],[-6,28],[23,56],[27,11],[23,22],[-2,43],[18,3],[26,-21],[20,-39],[-3,-20],[22,-16],[5,10],[1,34],[-6,7],[20,9],[15,-19],[14,15],[6,-3],[4,13],[9,-7]],[[2692,6036],[21,-36],[-11,-32],[-9,16],[-10,-11],[2,-47],[-10,14],[-9,-9],[-12,-28],[-15,-15],[-6,-17],[9,-6],[-11,-24],[-51,-15],[-5,-10],[-10,8],[-3,-26],[-12,-9],[20,-12],[7,-21],[-6,-13],[11,-6],[4,-14],[0,-7],[-10,-2],[2,-20],[-14,-5],[6,-54],[11,4],[14,-10],[3,-10],[16,0],[-2,-17],[10,-31],[-21,-7],[4,-32],[-34,-2],[-10,-12],[-12,9],[-3,-19],[-7,11],[-5,-7],[12,-21],[1,-16],[-13,-3],[5,-53],[-10,-8],[-5,-33],[4,-37],[22,-10],[-2,-28],[-13,-20],[13,-1],[-9,-29],[4,-8],[10,5],[28,-17],[19,-51],[0,-18],[10,-7],[21,11],[17,-15],[16,9],[6,-39],[-6,-13],[17,-32],[-3,-43],[-26,-16],[19,-43],[5,-35],[5,7],[7,-5],[4,-32],[3,10],[8,-2],[3,-10],[-11,-9]],[[2109,5572],[29,-10],[32,-51],[23,4],[15,33],[-4,19],[-16,-8],[1,30],[14,-9],[14,2],[15,28],[6,-1],[14,-35],[47,-10],[9,54],[9,15],[-5,30],[4,0],[0,10],[-13,2],[4,49],[-14,20],[-3,27],[-3,52],[7,75],[26,-8],[24,35],[46,-7],[17,25],[12,-3],[5,23],[13,-20],[7,18],[17,5],[11,-9],[6,49],[20,7],[15,21],[8,14],[-2,20],[4,8],[11,1],[5,-13],[27,35],[23,-29],[23,25],[11,-25],[22,-2],[21,-12],[10,-17],[16,-3]],[[6495,4538],[16,-1],[21,25],[21,-1],[5,14],[-11,52],[17,48],[13,16],[1,14],[-13,34],[-12,4],[2,12],[15,12]],[[6570,4767],[24,20],[1,-22],[48,-72],[2,-31],[7,-11],[18,10],[22,-21],[19,-114],[-2,-14],[-11,-8],[-32,-62],[10,-47],[11,-7],[1,-47],[-5,-28],[12,-30],[23,-30],[15,-3],[1,-7],[7,5],[19,-22],[17,5],[2,9],[21,1],[13,-16],[0,-22],[15,3],[4,-18],[14,-16],[-26,-60],[-26,-1],[2,-45],[29,-11],[-4,-37],[4,-13]],[[7436,4008],[-3,128],[19,9],[2,-7],[171,-3],[8,16],[12,-2],[-2,8],[24,7],[-4,10],[36,33],[31,-26],[20,12],[2,44],[19,11],[17,49],[27,11],[13,1],[18,-18],[28,20],[0,-75],[25,-33],[71,-50]],[[4376,5726],[47,-7],[4,-39],[10,3],[3,-23],[-7,-3],[6,-19],[-6,-2],[5,-35],[21,-36],[69,-32],[12,5],[11,-22],[-2,-10],[7,-3],[-7,-22],[38,-39],[3,-18],[-5,-12],[13,-8],[14,-40]],[[4073,5529],[5,6],[17,23],[7,7],[10,10],[7,8],[5,7],[5,6],[3,4],[8,13],[10,18],[8,16],[8,15],[4,10],[14,35],[3,6],[1,3],[2,6],[3,7],[1,3],[1,7],[0,2],[-1,4],[-4,6],[-8,11],[-2,4],[6,13],[7,-4],[5,-4],[18,0],[5,4],[3,2],[8,5],[3,1],[10,5],[7,3],[4,2],[6,4],[7,4],[11,8],[7,5],[11,9],[8,7],[8,8],[5,4],[11,11]],[[4330,5853],[2,-13],[-5,-6],[14,-26],[11,8],[10,-34],[1,-27],[9,0],[3,-8],[-1,-11],[-6,-4],[8,-6]],[[5290,5412],[0,-63],[5,-11],[-21,-73],[-26,-25],[2,-11],[19,-11]],[[5269,5218],[-20,-20],[-38,-70],[-10,9],[-34,-11],[4,-45]],[[4678,5304],[-8,48],[11,21],[23,14],[-2,9],[6,9],[-5,-2],[-10,37],[-12,-1],[0,18],[14,-3],[4,29],[33,6],[1,8],[8,-6],[22,5],[7,34],[0,-28],[38,9],[21,-8],[62,31],[-16,175],[12,8],[1,30],[19,29],[8,-5],[4,-23],[12,3],[8,-22],[22,27]],[[4961,5756],[11,-12],[59,14]],[[5031,5758],[28,-79],[19,-80],[-11,-6],[6,-22],[19,-15],[5,-13],[8,-1],[6,-13],[9,-3],[8,-28],[22,-26],[43,15],[16,-4],[17,12],[17,-29],[48,-15],[-1,-39]],[[4376,5726],[101,78],[9,-33],[14,11]],[[4500,5782],[14,-114],[17,6],[-3,-8],[70,-60],[11,34],[14,9],[14,59],[9,0],[12,15],[7,31],[25,-21],[17,26],[28,10],[5,10],[12,-2],[-5,9],[3,6],[16,7],[16,-10],[12,7],[10,11],[6,23],[9,4],[0,11],[45,52]],[[4864,5897],[17,-16],[-21,-33],[9,-32],[42,39],[4,-15],[20,10],[6,-33],[-4,-5],[7,-6],[-15,-7],[7,-13],[12,-3],[13,-27]],[[2692,6036],[10,31],[1,59],[19,42],[-6,9],[-2,39],[27,10],[-2,19],[6,-11],[20,15],[-6,11],[13,13],[0,17],[8,12],[7,-4],[4,10],[25,1],[1,7],[9,-1],[27,25],[26,56],[-7,17],[40,43]],[[2912,6456],[5,-4],[-6,22],[1,26],[10,29],[36,13]],[[2958,6542],[12,-92],[1,-78],[-10,-21],[8,-9],[5,15],[8,2],[8,-19],[-41,-67],[5,-15],[-5,-28],[8,-30],[-22,-68],[-5,0],[2,-14],[-15,1],[-9,16],[-21,-7],[4,-9],[13,0],[5,-16],[10,4],[-3,-20],[20,11],[6,-6],[-2,-24],[9,4],[3,-11],[-4,-16],[23,-38],[25,25],[68,-84],[17,-30],[-1,-33],[11,-38],[21,-56],[7,2],[10,-70],[-12,-16],[-7,7],[-7,-5],[-2,-18],[-10,-11],[5,-47],[-10,-12],[-14,21],[-4,-8],[6,-12],[-19,-18],[5,-20],[-14,-14],[3,-15],[-8,-2],[-4,21],[-7,-14],[-8,9],[-8,-6],[0,-12],[23,-9],[3,-23],[-9,-8],[2,-42],[-31,-10],[1,-14],[10,-24],[11,-7],[-1,-20],[5,-4],[8,4],[0,10],[15,-28],[7,17],[15,-4],[-15,-29],[3,-12],[-15,-20],[3,-16],[-5,-15],[-20,28],[-8,-7],[-28,-67],[-11,-2],[4,-27],[-9,-14],[12,-30],[12,16],[23,-8],[4,11],[43,14],[0,8],[84,-56],[40,7],[89,-38],[55,34],[116,50]],[[5269,5218],[17,20],[41,-32],[14,7],[21,-25],[36,-13],[5,30],[20,12],[15,24],[21,-12],[12,39],[10,9],[27,-58],[18,-5],[5,-12],[27,67],[14,-21],[32,-13],[11,-18],[2,11],[22,29],[3,-7],[12,14],[16,-8],[27,17],[17,-24],[0,12],[28,25]],[[5742,5286],[10,-23],[16,3],[7,-13],[17,0],[19,-20],[26,10],[36,-44],[20,-10],[5,17],[-9,15],[8,9],[-19,12],[24,37],[-12,20],[39,20],[0,17],[-6,12],[10,19],[25,9],[-3,21],[7,3],[-7,14],[27,6],[15,-13],[12,13],[12,-6],[11,-23],[-3,-24],[12,-9],[3,-27],[11,-28],[-1,-56],[7,-7],[12,4],[2,-20],[10,-9],[21,15],[6,-4],[-1,17],[33,56],[-11,15],[6,15],[6,6],[5,-9],[8,24],[15,4],[7,37],[-13,28],[-16,-3],[-1,13],[-3,-8],[-8,15],[11,7],[0,12],[8,-6],[3,8]],[[6161,5457],[22,-5],[1,-13],[4,0],[-1,45],[17,0]],[[6204,5484],[0,-22],[9,0],[0,-8],[-12,-31],[39,5],[15,-55],[-13,-45],[13,-9],[6,-45],[-5,-22],[27,-43],[-6,-27],[6,-12],[-3,-15],[-31,-46],[-6,-54],[7,-14],[19,-4],[8,-12],[1,-34],[8,-5],[12,-27],[-29,15],[-7,-10],[-1,-18],[-8,12],[-6,-18],[-10,20],[-6,-15],[-8,5],[-18,-20],[7,-16],[-3,-16],[5,-13],[-13,-3],[7,-4],[2,-10],[10,-1],[6,-10],[-2,-8],[17,2],[-1,-16],[-12,-21],[7,-7],[5,-31],[-3,-48]],[[6763,5337],[6,-31],[14,-12],[0,-20],[19,-17],[6,-43],[12,4],[-3,24],[10,-9],[0,-16],[13,1],[3,-14],[-11,-19],[-8,-37],[7,-26],[-40,4],[0,11],[-6,2],[0,-10],[-32,-14],[-1,-18],[-14,8],[-9,-7],[-8,25],[-7,-3],[1,17],[-13,0],[-5,-26],[-12,9],[4,-8],[-5,-5],[-7,13],[-9,-11],[16,-14],[-4,-18],[-3,12],[-4,-7],[-9,14],[2,11],[-6,-16],[-5,4],[4,-10],[-5,-3],[-19,23],[-9,-38],[-24,-1],[-15,9],[-9,-10],[9,-27],[-6,-28],[-14,-4],[-3,-10],[-10,7],[-1,-13],[-10,-5],[-5,-14],[8,-6],[6,6],[4,-24],[16,-4],[-10,-17],[-4,9],[-9,-1],[1,-11],[-8,-6],[16,-36],[-6,-10],[37,-25],[2,-11],[-7,-8],[0,-16],[-8,-5],[1,-18],[-7,-21]],[[6204,5484],[17,1],[-4,9],[10,-6],[11,6],[26,-42],[4,11],[7,-1],[17,-37],[6,8],[8,-26],[21,-17],[9,17],[37,12],[48,73],[2,-31],[-17,-14],[12,-41],[-4,3],[-7,-25],[-4,4],[-3,-8],[10,-22],[-4,-19],[3,-6],[43,32],[59,63],[11,70],[28,-14],[4,-9],[11,12],[9,-56],[7,-14],[12,-1],[20,-23],[4,35],[10,4],[1,11],[7,-8],[19,18],[16,-24],[1,-28],[11,-5],[-6,-13],[24,-19],[4,-38],[27,8],[11,-7],[3,6],[9,-9],[9,13]],[[5722,5501],[13,-16],[-6,-8],[11,-24],[-21,-22],[16,-44],[12,-9],[-11,-26],[-3,-32],[9,-34]],[[5290,5412],[50,7],[-2,19],[9,43],[57,64],[-22,105],[1,19],[12,-8],[-2,28],[4,2],[-2,20],[8,13],[-1,18],[-41,150],[10,23],[18,13],[5,-11],[-7,-13],[5,-18],[9,-1],[1,-45],[11,3],[44,-27],[6,1],[0,8],[46,5],[13,-37],[17,-8],[-4,-13],[-11,7],[-2,-30],[21,-30],[43,-23],[-1,-11],[12,-18],[12,5],[1,-17],[-12,-40],[4,-9],[10,-7],[7,20],[20,-13],[5,-13],[15,-7],[15,-20],[-6,-35],[23,5],[31,-35]],[[9636,4231],[-1,-4],[0,-5],[0,-4],[3,-16],[6,-2],[1,5],[8,-2],[8,-6],[8,-11],[3,-13],[3,-13],[9,-24],[0,-61],[-1,-42],[0,-45],[19,-65],[21,-72],[0,-28],[2,-24],[1,-3],[12,-14],[9,-7],[18,2],[7,1],[2,-1],[12,-6],[4,-3],[3,-1],[10,-4],[2,-1],[10,1],[7,0],[6,2],[10,-1],[2,-1],[3,-3],[7,-9],[9,-22],[1,-16],[-1,-5],[-1,-5],[-2,-15],[1,-19],[6,-26],[0,-2],[-1,-5],[-1,-2],[-3,-5],[-4,-5],[-6,-2],[-9,-5],[-11,-7],[-16,-11],[-4,-7],[-3,-8],[0,-3],[0,-14],[-1,-9],[-7,-20],[-2,-6],[3,-29],[1,-20],[2,-16],[1,-4],[5,-7],[2,-1],[1,0],[8,1],[13,22],[5,-6],[10,-16],[0,-20],[0,-15],[-1,-3],[-3,-6],[0,-6]],[[9091,3699],[-4,10],[-14,2],[-2,26],[-6,12],[4,12],[-10,42],[0,31],[13,18],[-1,29],[14,29]],[[9085,3910],[47,-20],[-3,32],[14,32],[1,30],[-4,6],[8,26],[-1,25],[14,31],[67,21],[0,51],[54,4],[4,18],[18,11],[13,-17],[2,11],[14,4],[5,-20],[29,12],[17,-8],[20,14],[14,-1],[4,-43],[7,-12],[-1,-35],[-17,18],[-14,29],[-17,-6],[-9,-15],[7,-14],[-3,-8],[7,-8],[28,2],[13,-41],[12,0],[3,17],[9,-27],[14,1],[24,41],[-15,28],[6,8],[-6,38],[3,24],[12,3],[-12,86],[-10,19],[23,1],[-1,81],[49,-5],[2,-113],[71,4],[0,19],[11,-13],[17,-1],[-5,-16],[6,-3]],[[7984,4168],[-3,9],[12,37],[0,20],[11,21],[5,-3],[-4,33],[-8,15],[-11,4],[3,11],[200,478]],[[8189,4793],[55,-65],[-4,-49],[7,-1],[24,68],[13,4],[-1,-8],[17,-8],[1,6],[31,-18],[-12,-57],[20,-3],[47,-6],[1,26],[-6,21],[4,15],[19,-13],[42,7],[10,9],[11,-41],[44,37],[12,-47],[11,-2],[6,-37],[23,0],[1,-10],[19,9],[2,-7],[97,4],[47,-41],[20,-2],[13,14],[11,-2]],[[8774,4596],[18,-4],[13,-22],[21,-5],[35,27],[45,0],[21,-9],[33,21],[4,-26],[-13,-13],[4,-36],[11,6],[6,16],[14,-1],[-2,-15],[6,-20],[-5,-30],[16,6],[5,-34],[-6,-51],[-5,-20],[-20,5],[-14,-12],[1,-50],[-4,-5],[7,-20],[-9,-16],[11,-13],[0,-15],[-4,-3],[2,-28],[-12,-27],[13,-3],[1,-11],[-9,-18],[-9,4],[-19,-32],[14,-25],[8,-58],[16,-24],[23,45],[5,-3],[36,-20],[22,-33],[-1,-45],[40,-10],[7,-35],[-15,-24]],[[2958,6542],[-27,209],[21,43],[41,13]],[[2993,6807],[1,-2],[5,-15],[4,-11],[5,-16],[2,-10],[3,-10],[1,-11],[2,-28],[3,-33],[2,-28],[10,-35],[4,-40],[-2,-10],[0,-2],[-1,-8],[0,-2],[0,-3],[0,-12],[0,-15],[0,-16],[1,-10],[2,-20],[0,-2],[9,-35],[4,-15],[1,-4],[2,-6],[6,-16],[8,-20],[2,-7],[0,-4],[7,-36],[6,-33],[1,-6],[2,-8],[2,-7],[1,-7],[2,-6],[10,-33],[3,-12],[2,-8],[4,-13],[4,-10],[0,-20],[-2,-25],[-1,-39],[-1,-14],[0,-3],[0,-8],[0,-5],[0,-5],[1,-6],[1,-3],[2,-6],[2,-35],[0,-5],[0,-15],[1,-9],[0,-11],[1,-4],[0,-5],[1,-9],[0,-4],[2,-6],[0,-2],[2,-7],[3,-8],[9,-19],[1,-3],[5,-12],[3,-12],[7,-17],[8,-15],[6,-13],[10,-19],[10,-17],[3,-4],[6,-9],[15,-22],[6,-7],[10,-10],[14,-16],[4,-4],[6,-6],[20,-17],[7,-7],[7,-6],[5,-4],[5,-3],[8,-5],[16,-8],[7,-3],[4,-2],[10,-5],[6,-3],[8,-3],[20,-7],[3,0],[10,-3],[10,-2],[8,-1],[4,-1],[7,0],[15,-1],[3,0],[6,1],[2,1],[3,2],[2,1],[10,-2],[4,-2],[4,-3],[6,-8],[2,-4],[2,-3],[0,-2],[1,-3],[1,-8],[2,-12],[1,-3],[10,-22],[8,-24],[2,-6],[1,-7],[3,-12],[1,-5],[3,-14],[1,-6],[3,-11],[2,-6],[4,-11],[1,-3],[4,-6],[2,-4],[3,-4],[19,-30],[9,-14]],[[4643,6272],[-7,-35],[6,-94],[-30,-161],[-14,-2],[-33,-43],[-10,-1],[0,-7],[-22,-5],[-15,-31],[10,-3],[4,-30],[-8,-16],[-9,4],[-15,-66]],[[4330,5853],[24,25],[5,5],[28,33],[12,15],[7,10],[18,25],[8,11],[10,15],[9,13],[4,7],[6,10],[7,13],[11,19],[9,18],[6,13],[1,2],[2,4],[9,20],[3,8],[12,26],[12,19],[10,13],[13,16],[3,3],[5,5],[5,7],[8,10],[10,14],[2,3],[4,7],[3,4],[2,3],[11,17],[7,12],[3,6],[13,24]],[[4632,6308],[-3,-32],[14,-4]],[[4866,5944],[-15,-29],[9,-4],[4,-14]],[[4643,6272],[16,1],[8,-14]],[[4667,6259],[6,-9],[4,9],[24,5],[5,-18],[49,25],[35,-21],[16,4],[60,-310]],[[5246,6053],[2,-41],[-11,-13],[1,-44],[-19,8],[-27,-25],[8,-3],[4,-16],[-8,-24],[17,4],[12,-49],[-9,-18],[-7,8],[-12,-1],[2,-9],[-9,-4],[4,-22],[-42,-20],[4,-22],[-58,-27],[-3,15],[-37,41],[-27,-33]],[[4866,5944],[59,63],[14,27],[3,29],[8,10],[22,-14],[24,1],[18,-15],[26,3],[36,-35],[4,20]],[[5080,6033],[14,-8],[20,26],[15,-12],[13,19],[-3,24],[6,9],[19,-6],[11,25],[22,-22],[2,25],[11,10],[10,-23],[20,4],[6,-51]],[[752,7067],[7,20],[2,9],[4,15],[3,10],[1,6],[0,7],[1,6],[0,5],[-1,6],[0,2],[-3,7],[-2,6],[-2,3],[0,4],[-1,2],[4,14],[2,1],[4,0],[2,0],[2,-1],[1,0],[2,-1],[19,-14],[1,1],[6,7],[5,8],[5,7],[6,10],[9,17],[6,11],[3,4],[12,27],[4,7],[1,3],[3,8],[2,11],[1,6],[3,13],[2,10],[2,9],[7,32],[3,13],[3,8],[3,11],[3,9],[2,8],[4,11],[3,9],[4,11]],[[900,7445],[12,2],[4,-39],[24,-2],[8,-83],[-10,-30],[15,-12],[13,-110],[-43,-34],[-26,-5],[-8,-15],[-5,-74],[10,-50],[-2,-21],[-11,-3],[-6,21],[-14,8],[-4,15],[6,20],[-8,-2],[-14,-23],[2,-20],[-12,-1],[-4,-48],[-9,4],[-2,22],[-21,3],[-3,12],[-16,-34],[-3,5],[16,37],[-8,19],[0,22],[-29,38]],[[2912,6456],[-9,10],[-15,39],[1,15],[13,20],[-22,-2],[-14,41],[-1,8],[5,-13],[16,-6],[9,50],[-11,27],[1,25],[-9,45],[-16,-5],[-4,32],[-97,-34],[-8,-13],[-7,90],[-42,-8],[-12,49],[4,39],[-29,28],[6,52],[28,33],[32,7],[-8,-15],[0,-13],[6,-5],[3,14],[6,2],[8,-19],[23,7],[-4,39],[5,-5],[3,8],[39,13],[-4,39],[-23,-7],[-4,28],[13,9],[7,-15],[18,5],[-13,27],[-21,22]],[[2785,7119],[7,21]],[[2792,7140],[11,-8],[1,-2],[3,-4],[3,-6],[2,-4],[5,-16],[7,-16],[2,-3],[5,-6],[1,-1],[3,-3],[3,-3],[12,-8],[7,-5],[6,-2],[8,-3],[5,-3],[5,-2],[6,-4],[3,-3],[1,-2],[3,-4],[2,-3],[2,-2],[6,-4],[4,-2],[3,-2],[6,-2],[9,-2],[9,-1],[5,0],[9,1],[7,2],[3,-3],[4,-7],[7,-13],[2,-4],[0,-10],[-1,-9],[-2,-3],[-1,-2],[-2,-5],[-1,-6],[0,-14],[0,-8],[0,-11],[1,-11],[0,-2],[1,-3],[7,-10],[1,-18],[-2,-16],[-1,-4],[3,-11],[1,-2],[5,-14],[4,-8],[1,-2],[6,-12],[1,-2]],[[5668,6000],[8,-35],[9,-11],[22,-64],[20,-6],[-7,0],[11,-25],[26,-27],[-30,-13],[-7,-31],[-19,5],[-13,-30],[0,-19],[20,-34],[0,-15],[13,-3],[6,-12],[2,-15],[-15,-25],[3,-9],[22,-14],[-12,-65],[14,-10],[-19,-41]],[[5246,6053],[13,-5],[13,11],[3,29],[-7,15],[4,8],[-7,23],[8,21],[13,5],[-1,25],[14,6],[5,33],[-7,4],[0,13],[5,6],[21,-15],[7,33],[11,-9],[5,3],[-4,8],[13,13],[9,-5],[1,-9],[-14,-7],[1,-10],[23,11],[20,27],[-3,19],[5,10],[-7,21],[12,24],[-9,26],[12,5],[3,11]],[[5408,6403],[35,1],[62,-106],[12,-61],[-11,-72],[16,-47],[-11,-12],[6,-9],[-4,-9],[-8,16],[-6,-12],[15,-25],[5,-29],[12,-20],[43,4],[0,-7],[7,-1],[8,23],[16,1],[18,-33],[39,24],[6,-29]],[[8104,5427],[-3,-12],[7,-28],[11,17],[26,2],[5,12],[8,-16],[9,3],[1,-15],[8,6],[7,-11],[-12,-95],[-18,-55],[19,-11],[29,-40],[13,7],[29,-27],[4,-71],[-3,-24],[8,-24],[-6,-16],[14,-40],[14,-13]],[[8274,4976],[5,-16],[-6,-6],[7,-9],[-6,-17],[-5,0],[3,-9],[-13,-14],[2,-13],[-6,7],[2,-13],[-6,5],[-3,-14],[-4,8],[1,-10],[-10,-3],[-2,-16],[-4,-4],[-2,8],[-1,-9],[-3,-4],[0,8],[-9,-18]],[[8214,4837],[-4,-1],[-17,52],[-7,-2],[-8,17],[-8,1],[3,10],[-44,-5],[3,39],[-18,73],[-7,-4],[-28,23],[-18,-22],[-39,1],[-6,-5],[0,-10],[-99,-13],[-5,45],[-8,2],[-5,13],[-31,-41],[-2,-13],[-19,-15],[-3,-27],[-9,-20],[-1,-43],[-19,-31],[-2,-16],[-27,-17],[-8,-30],[-14,-13],[-2,-13],[-26,-24],[6,-30],[-43,-67],[-5,4],[-1,26],[-16,12],[0,-8],[-32,-35],[-33,28],[3,5],[-10,2],[-4,15],[20,49],[0,29],[-26,8],[-40,83],[126,317],[16,25],[-3,18],[-13,10],[18,88]],[[7699,5327],[-2,-53],[20,-12],[37,60],[49,44],[31,-1],[23,12],[8,23],[7,0],[5,-21],[15,-3],[18,37],[12,9],[9,33],[11,1],[12,16],[21,-9],[16,20],[10,-39],[35,-16],[22,9],[46,-10]],[[8214,4837],[-6,-26],[-19,-18]],[[6763,5337],[7,14],[14,-1],[4,20],[27,13],[-3,57],[-8,35],[7,-3],[5,29],[-13,18],[-13,2],[-6,14],[-19,-12],[-9,14],[10,40],[-4,46],[9,20],[0,30],[6,7],[-5,24],[14,43],[0,31],[18,77],[4,48]],[[6808,5903],[44,16],[7,-18],[36,-26],[24,-46],[25,6],[6,-18],[35,6],[-7,33],[4,16],[24,18],[17,-28],[28,-17],[-1,-12],[9,-12],[8,1]],[[7067,5822],[-2,-8],[9,-6],[15,1],[2,11],[15,15],[18,8],[19,-7],[8,14],[25,-24]],[[7176,5826],[-10,-21],[3,-32],[6,-7],[0,-33],[-7,-45],[6,-11],[-1,-20],[-17,-14],[3,-12],[-5,-14],[6,-7],[5,-31],[-3,-14],[4,-4],[-14,-45],[2,-15],[11,-10],[-9,-26],[2,-15],[10,-7],[-4,-39],[13,-19],[-8,-10],[-15,3],[-8,-35],[-14,-24],[4,-16],[17,13],[12,37],[4,-5],[4,7],[4,-11],[2,11],[5,-9],[9,9],[2,-10],[-6,-5],[5,-7],[-13,-5],[-3,-14],[1,-9],[22,-3],[-1,-27],[-6,-10],[5,-7],[6,7],[-2,12],[12,2],[6,-15],[3,-49],[-9,-32],[6,-9],[3,17],[17,4],[15,19],[5,-13],[20,-5],[19,50],[15,-3],[26,-27],[9,7],[4,-9],[3,8],[3,-16],[7,1],[2,-13],[5,10],[0,-11],[35,8],[0,18],[-16,33],[-1,28],[37,23],[12,-18],[8,35],[-3,21],[12,13],[5,24],[-6,25],[7,13],[17,7],[-7,5],[3,12],[-16,4],[-10,21],[-16,4],[-9,29],[7,24],[0,19],[-14,31],[19,45],[-14,47],[2,8]],[[7426,5672],[13,15],[41,11],[19,15],[11,32],[12,-1],[2,16],[10,-12],[7,14],[15,-7],[18,-39],[26,10],[3,-32],[21,-15],[1,-15],[42,-80],[3,-56],[-5,-6],[16,-103],[10,-22],[-6,-9],[11,-63],[1,11],[2,-9]],[[8774,4596],[-2,26],[-6,-3],[1,27],[0,35],[10,-4],[0,24],[-10,-2],[0,38],[7,14],[6,-6],[14,35],[7,-9],[10,9],[4,-19],[-13,-10],[3,-15],[12,13],[1,-16],[15,2],[19,28],[-13,14],[24,12],[1,7],[-50,-1],[26,16],[-4,14],[11,8],[5,15],[5,-4],[17,16],[4,25]],[[8878,4885],[98,3],[3,-8],[6,11],[58,19],[-16,30],[0,14],[11,0],[3,-9],[7,9],[-5,9],[-17,-1],[-1,21],[49,1],[2,-34],[-9,5],[-4,-7],[17,-23],[-7,-12],[7,-15],[8,6],[28,-4],[5,8],[6,-31],[17,-23],[-7,-3],[6,-23],[19,-11],[6,-18],[30,10]],[[9198,4809],[12,3],[5,1],[14,4],[15,4],[10,12],[4,5],[0,10],[6,9],[8,6],[10,11],[8,12],[20,9],[11,7],[10,10],[1,5],[3,2],[8,5],[10,2],[16,4],[13,-3],[5,-2],[3,1],[4,2],[15,9],[16,8],[17,23],[2,3],[6,9],[4,9],[3,9],[12,-3],[7,-5],[17,-3],[2,-14],[0,-3],[-4,-15],[-2,-10],[0,-4],[8,-23],[7,-8],[2,-4],[2,-4],[1,-19],[0,-2],[13,-45],[2,-9],[2,-2],[2,-8],[1,-16],[2,-32],[8,-4],[9,-1],[14,4],[21,13],[13,16],[19,17],[4,8],[2,-2],[2,-2],[1,-6],[2,-12],[-1,-6],[-1,-7],[0,-12],[7,-13],[5,-36],[-2,-7],[-2,-6],[-8,-11],[-6,-5],[-5,0],[-7,-3],[-11,-10],[-3,-4],[-2,-3],[-1,-6],[-3,-28],[-1,-11],[1,-9],[4,-10],[1,-2],[0,-3],[3,-13],[0,-7],[-3,-20],[-13,-13],[-2,-1],[-1,0],[-6,4],[-11,3],[-2,-1],[-6,-7],[-2,-9],[-2,-12],[-8,-18],[-8,-15],[0,-2],[-2,-26],[4,-11],[6,-6],[7,-3],[2,-16],[0,-13],[6,-26],[6,-12],[5,-7],[12,-8],[10,-17],[9,-22],[19,-30],[1,-2],[3,-11],[3,-6],[12,2],[6,-2],[2,-3],[0,-2],[1,-13],[-2,-5],[-2,-11],[-2,-16]],[[7176,5826],[5,49],[39,-4],[25,-11],[9,-14],[13,6],[4,-9],[22,-2],[11,-10],[26,11],[11,29],[8,-1],[6,21],[0,-41],[12,-53],[28,-37],[1,-25],[25,-40],[5,-23]],[[1704,6267],[-6,18],[-29,0],[-7,30],[29,1],[-2,19],[-8,-2],[3,34],[13,7],[1,32],[7,-9],[-2,37],[14,-1],[15,-26],[10,37],[-6,36],[5,32],[9,-5],[11,6],[1,11],[11,8],[-4,32],[14,6],[2,31],[60,9],[-2,24],[12,18],[-3,8],[-10,-15],[-6,5],[3,11],[-10,7],[3,17],[-5,5],[14,7],[-15,130],[-21,2],[-6,14],[7,84],[8,15],[-10,63],[-1,51],[-7,26],[9,-3],[2,7],[-9,12],[-17,-23],[-11,16],[0,13],[-8,12],[-1,30],[-7,9],[2,28],[-4,-1]],[[1752,7182],[-9,18],[2,26],[-4,0],[-3,20],[33,33],[12,-31],[15,5],[-15,38],[15,15],[1,-21],[33,4],[-4,-33],[43,5],[-4,-8],[5,-25],[-11,-3],[2,-33],[9,0],[2,-34],[38,4],[-1,23],[12,13],[17,1],[0,34],[50,5],[18,-31],[40,7],[0,67],[17,0],[-13,16],[7,23],[-9,25],[12,6],[-4,39],[31,15],[-8,23],[19,11],[8,11],[1,17],[8,-5],[-14,49],[25,26],[-14,30],[3,9],[8,-8],[19,28],[19,10],[8,-17],[-2,-47],[58,22],[36,25]],[[2263,7589],[30,5],[26,17],[10,-6],[-24,-52],[9,-21],[21,-3],[5,9],[11,-1],[35,-65],[-17,-20],[-11,-34],[-5,8],[-17,-36],[35,-66],[58,83],[16,0],[2,-20],[92,-162],[5,-69],[16,3],[-1,-24],[28,5],[2,-22],[15,4],[2,-45],[14,3],[0,-30],[16,-4],[0,-9],[60,12],[-2,23],[16,46],[-9,13],[-8,-4],[-3,50],[12,6],[14,-2],[8,-15],[8,11],[20,-38],[33,-20]],[[5649,6566],[-1,-49],[23,-15],[3,-14],[34,15],[13,-6],[0,-24],[29,-14],[-5,-4],[3,-15],[18,-27],[-17,-72],[11,-23],[-3,-15],[7,-4],[-4,-4],[11,-35],[-9,-17],[2,-19],[4,-16],[12,-1],[18,-20],[14,-49],[-4,-16],[-12,5],[-7,-21],[-14,-16],[-7,-17],[6,-12],[-11,-32],[-28,14],[-10,-9],[1,-16],[-7,-11],[-11,3],[-3,-12],[-20,4],[-2,-13],[-15,11]],[[5408,6403],[-2,28],[24,29],[10,23],[-8,16],[14,14]],[[5446,6513],[8,15],[25,-18],[23,24],[31,-27],[30,41],[13,-18],[23,23],[25,-8],[3,19],[16,13],[6,-11]],[[5100,6422],[0,-44],[-24,-1],[0,-30],[-62,3],[16,-51],[0,-65],[35,14],[12,-13],[2,-13],[14,-4],[14,-21],[-9,-17],[3,-15],[-5,-5],[8,-62],[-24,-65]],[[4667,6259],[85,156],[8,1],[-4,7],[25,46],[52,12],[-6,21],[4,8],[-8,7],[6,12],[-9,113],[-25,-5],[4,11],[-4,4],[7,10],[-13,17],[-6,35],[2,28]],[[4785,6742],[24,3],[0,-14],[11,3],[-4,16],[56,35],[39,38],[15,-13],[10,17],[17,-15],[-2,-30],[13,-12],[-14,-59],[6,-10],[16,16],[17,-30],[8,-46],[42,-28],[6,-34],[-12,-36],[5,-46],[16,-41],[30,3],[6,-25],[10,-12]],[[4632,6308],[1,1],[5,10],[6,11],[12,25],[6,13],[13,27],[2,4],[4,12],[3,6],[2,6],[2,4],[3,10],[4,9],[10,31],[1,4],[3,11],[1,3],[4,18],[3,12],[1,7],[3,12],[5,26],[1,10],[1,5],[2,11],[0,3],[2,15],[0,2],[0,11],[1,22],[0,23],[0,4],[0,8],[-1,1],[0,4],[-2,7],[-1,4],[-1,5],[-1,3],[0,4],[-2,28],[2,28],[-2,30],[-3,35],[0,25],[0,19],[0,17],[0,18],[0,18],[-2,18]],[[4720,6948],[34,-98],[3,-33],[-13,-103],[22,-1],[3,25],[16,4]],[[6305,6134],[-14,-60],[-8,-14],[-12,-4],[-5,-26],[16,-12],[4,-13],[26,5],[13,-10],[23,8],[4,-52],[-12,-9],[0,-14],[11,3],[10,-10],[-5,-7],[8,1],[3,-47],[16,-72],[-19,-34],[-3,-20],[-32,-40],[-15,-4],[-11,-43],[-28,-34],[7,-16],[-10,-16],[-5,7],[-22,-4],[-13,30],[-2,18],[-14,21],[-13,-21],[-5,-39],[11,-4],[8,-16],[-1,-14],[14,2],[-15,-20],[3,-31],[-9,0],[-7,-34],[-12,17],[0,14],[-21,13],[-8,-34],[0,-42]],[[5649,6566],[5,-2],[5,21],[13,5],[0,16],[11,8],[7,25],[17,10],[12,-8],[16,14],[17,-29],[15,13],[18,-23],[22,39],[-1,23],[20,12],[9,37]],[[5835,6727],[7,15],[16,-7],[6,-16],[9,20],[12,3],[8,-17],[8,3],[29,-37],[7,1],[34,-106],[-11,-78],[17,-8],[15,10],[14,-10],[17,3],[19,-41],[-30,-46],[4,-18],[13,-12],[2,-30],[17,-49],[-3,-13],[7,-3],[-2,6],[9,15],[19,-14],[1,-14],[19,11],[19,-21],[-2,-6],[6,1],[-2,-6],[4,5],[4,-15],[14,-4],[-3,-51],[11,-15],[0,-15],[9,-2],[10,14],[8,-3],[10,-25],[7,9],[19,-4],[-9,45],[18,7],[3,-20],[7,-9],[27,-8],[25,-27],[19,1],[3,-12]],[[6808,5903],[-6,6],[-44,-20],[-19,37],[-6,49],[-21,46],[-9,-14],[-36,8],[4,20],[-26,12],[-45,67],[4,7],[-1,21],[11,16],[-5,22],[-13,-3],[-3,8],[1,14],[-7,7],[12,9],[-3,7],[-13,5],[7,24],[-1,22],[9,-1],[7,25],[-5,-6],[-5,6],[6,28],[5,8],[5,-4],[-7,20]],[[6604,6349],[44,33],[3,-6],[21,4],[3,-26],[13,-26],[18,-13],[17,-45],[9,-3],[1,9],[8,3],[1,-7],[17,-5],[1,-10],[20,21],[17,-26],[7,8],[4,27],[12,-7],[15,21],[8,-5],[19,16],[4,12],[20,10],[31,56],[14,3]],[[6931,6393],[11,8],[26,-12],[5,7],[33,-3],[52,-48],[-4,-37],[12,-8],[3,-31],[6,-7],[-3,-20],[9,-14],[-2,-22],[29,-24],[20,-54],[-6,-11],[4,-23],[14,-5],[4,-12],[-3,-27],[4,-19],[-27,-24],[-2,-27],[-9,1],[-7,-24],[-2,-70],[-31,-65]],[[8878,4885],[14,16],[-22,53],[11,16],[-5,24],[-30,8],[2,21],[14,13],[3,18],[11,5],[0,13],[13,-1],[-1,18],[11,1],[31,-14],[5,-11],[18,-8],[3,-12],[28,14],[4,18],[18,9],[-24,27],[17,22],[26,54],[-8,14],[-10,-7],[-7,11],[-3,24],[7,21],[56,43],[7,-3],[2,13],[26,-4],[27,10],[19,34],[13,11],[42,-7],[13,9],[-3,42],[-36,97],[0,14]],[[9170,5511],[29,4],[26,-18],[14,5],[40,45]],[[9279,5547],[-4,-21],[0,-5],[4,-16],[18,-5],[28,8],[6,2],[16,6],[1,-11],[-28,-151],[-7,-38],[0,-5],[-7,-147],[-17,-15],[-8,-4],[-8,-2],[-8,-8],[-4,-4],[-26,15],[-1,-8],[-1,-14],[-2,-13],[-6,-20],[-9,-27],[0,-26],[1,-22],[-2,-32],[0,-11],[-1,-18],[-1,-3],[-4,-11],[-3,-8],[-8,-26],[-5,-21],[0,-8],[2,-10],[1,-7],[2,-20],[0,-32]],[[6312,6408],[12,3],[1,14],[7,-16],[-6,-14],[-9,-1],[12,-138],[-4,-9],[-15,-1],[-6,-20],[2,-58],[7,-5],[5,-18],[-10,5],[-3,-16]],[[5835,6727],[16,64],[-1,11],[-12,10],[9,17],[0,31],[-5,12],[10,-4],[-7,18],[8,13]],[[5853,6899],[41,-37],[2,-26],[6,6],[19,-11],[28,11],[0,-6],[18,-3],[0,-14],[12,-6],[2,-11],[-12,-36],[-18,4],[-1,-18],[9,-20],[14,4],[5,11],[17,-8],[8,11],[4,-11],[1,24],[7,5],[10,-3],[5,-14],[18,-6],[25,31],[29,-37],[34,-11],[2,-26],[11,4],[6,-11],[25,-10],[8,-18],[-5,-11],[7,-8],[-2,-25],[8,-13],[22,-2],[0,-19],[8,-26],[-4,-15],[7,-15],[-19,-109],[33,-15],[-4,-14],[9,-20],[28,20],[1,11],[28,-15],[7,17]],[[6582,6634],[8,-8],[-12,-32],[-10,-49],[4,-24],[9,-14],[-19,-93],[3,-45],[9,-11],[5,3],[2,-23],[7,1],[3,12],[13,-2]],[[6312,6408],[-11,23],[-4,40],[6,11],[3,-5],[33,25],[3,28],[7,10],[-2,9],[26,-14],[1,19],[-11,14],[1,32]],[[6364,6600],[1,18],[10,12],[14,-24],[19,7],[28,31],[12,0],[6,16],[10,-7],[17,3],[6,-23],[2,9],[27,-2],[-3,-31],[19,-28],[5,7],[1,-6],[1,9],[10,8],[-5,8],[6,12],[9,-11],[-4,39]],[[6555,6647],[8,-12],[19,-1]],[[499,5394],[11,13],[5,6],[4,7],[2,4],[6,10],[1,4],[4,9],[3,9],[12,29],[2,6],[4,9],[3,8],[2,8],[0,5],[4,17],[3,14],[0,3],[3,10],[2,8],[2,7],[2,5],[3,6],[4,11],[3,9],[2,7],[1,5],[1,2],[1,8],[1,5],[1,3],[7,38],[3,13],[2,8],[2,10],[0,3],[1,10],[4,43],[0,3],[1,14],[2,24],[1,16],[0,7],[0,25],[-1,33],[-1,21],[1,11],[0,16],[-1,36],[0,8],[-1,16],[-3,34],[0,11],[0,14],[0,5],[-1,8],[-1,13],[-2,34],[-3,30],[-1,11],[0,5],[1,9],[-1,42],[0,23],[1,7],[2,11],[0,8],[0,9],[1,12],[0,3],[0,3],[0,7],[-1,9],[0,10],[1,8],[3,23],[3,35],[1,30],[0,19],[0,10],[-1,19],[-1,16],[-1,21],[0,10],[0,5],[0,11],[1,4],[0,2],[0,3],[1,6],[0,8],[0,6],[-1,12],[-1,17],[-2,25],[0,4],[3,28],[4,36],[3,24],[1,6],[5,25],[1,4],[3,10],[1,2],[1,3],[16,27],[15,28],[2,4],[3,9],[3,6],[2,10],[5,16],[9,29],[1,5],[5,14],[11,34],[15,26],[1,2],[7,16],[2,6],[4,9],[8,30],[7,21],[3,12],[4,14],[1,3]],[[900,7445],[4,14],[2,11],[5,16],[2,11],[1,4],[7,21],[7,20],[1,3],[1,2],[3,8],[6,14],[2,3],[2,5],[1,2],[4,11],[1,4],[2,6],[0,2],[1,9],[1,7],[1,4],[0,4],[2,8],[4,13],[4,16],[1,2],[2,8],[4,25],[4,21],[2,12],[1,9],[1,14],[2,18],[0,8],[1,4],[1,3],[0,3],[3,13],[2,6],[1,4],[6,15],[11,22],[11,18],[10,11],[3,5],[4,3],[3,3],[6,4],[12,7],[13,6],[17,9],[21,12],[15,5],[8,4],[13,5],[7,4],[19,12],[23,14],[6,2],[8,3],[4,1],[8,2],[14,1],[9,0],[9,-1],[1,0],[10,-1],[16,0],[24,2],[8,0],[12,2],[15,1],[16,2],[13,1],[2,0],[7,2],[2,0],[17,6],[9,3],[15,6],[4,3],[20,11],[19,13],[23,18],[16,13],[18,13],[20,17],[10,10],[24,20],[8,7],[21,20],[20,22],[18,14],[4,3],[5,5],[4,3],[9,6],[13,9],[13,10]],[[1685,8221],[38,-103],[-21,-24],[6,2],[1,-12],[-6,-8],[5,-5],[-7,-21],[29,50],[38,-102],[-16,-14],[3,-115],[30,-71],[4,-125],[9,-30],[6,-60],[-15,-15],[-19,16],[-23,-14],[-54,-67],[2,-12],[-15,-21],[0,-12],[-23,-5],[-12,22],[-6,-23],[4,-19],[11,-22],[17,3],[3,-11],[-15,-41],[-66,-74],[-72,-32],[77,-91],[86,-31],[68,48]],[[8104,5427],[7,27],[-1,12],[5,5],[-6,14],[13,7],[-5,40],[-3,-14],[-9,9],[-3,-8],[-6,4],[6,10],[-7,10],[0,20],[7,-15],[12,8],[-6,14],[-7,-4],[-2,26],[3,-11],[13,2],[4,4],[-1,30],[7,-4],[-1,-9],[10,5],[-7,13],[5,12],[10,-1],[-4,10],[-7,-1],[6,13],[8,0],[-4,-6],[10,-5],[1,9],[15,-2],[39,31],[38,78],[9,93],[32,71]],[[8285,5924],[84,9],[12,-6],[8,10],[47,2],[2,-62],[-9,-30],[32,-49],[11,29],[15,-6],[4,10],[25,-2],[3,-30],[5,-9],[62,-22],[14,-33],[81,-33],[-1,-15],[6,-5],[34,16],[6,10],[32,-49],[-36,-55],[7,-20],[-17,-37],[0,-28],[-15,-62],[-41,-27],[-7,1],[7,9],[-13,4],[-17,-35],[7,-8],[-4,-17],[12,-14],[4,-38],[18,-3],[18,12],[-1,-23],[8,-17],[15,55],[5,-3],[-5,27],[7,2],[15,-37],[-7,-7],[9,-17],[-10,-12],[11,-74],[-3,-17],[15,-26],[-39,-55],[-24,35],[-18,-15],[-7,-40],[-5,-10],[-11,7],[-18,-24],[-11,-24],[0,-21],[-18,-4],[0,-15],[-15,0],[-36,-128],[-43,-6],[-6,21],[-22,-3],[-3,8],[7,14],[-85,43],[-18,2],[-5,15],[-59,-4],[-12,8],[-6,-17],[-12,-3]],[[5337,7089],[-7,-20],[18,-14],[1,-40],[9,-12],[10,-60],[19,-10],[-5,-24],[-7,1],[0,-11],[38,-9],[0,-9],[7,-5],[-7,-19],[-7,-3],[6,-14],[-3,-17],[-10,-7],[-1,-9],[-10,2],[-2,-16],[21,-14],[-4,-11],[4,-12],[10,0],[-8,-24],[8,-8],[14,6],[14,-50],[10,0],[20,-30],[-2,-37],[-12,-13],[-3,-15],[5,-43],[-13,-10],[-4,-19]],[[5100,6422],[14,-8],[33,26],[16,51],[-13,-1],[-3,-9],[-10,1],[-4,9],[3,6],[-6,14],[10,11],[-25,170],[3,14],[-11,24],[-19,-11],[-12,21],[-11,2],[-9,32],[8,25],[-8,15],[39,4],[2,40],[26,-6],[-2,26],[21,7],[-2,12],[-9,6],[21,34],[-24,148],[2,20],[44,20],[1,22],[9,-4],[0,22],[18,14],[6,17],[10,-29],[-10,-39],[10,-23],[119,-16]],[[6986,6601],[0,-16],[7,-5],[-4,-15],[13,-27],[-6,-14],[-21,-12],[0,12],[-13,19],[-8,-11],[-16,1],[-2,-8],[-6,10],[-8,-1],[-11,-24],[8,-90],[15,-11],[-3,-16]],[[6582,6634],[8,33],[65,15],[40,-34],[37,18],[6,-6],[1,6],[26,4],[-2,28],[22,5],[2,-28],[39,18],[7,-3],[-4,-11],[12,3],[2,-13],[12,5],[0,12],[82,24],[5,-58],[38,10],[6,-61]],[[2263,7589],[-26,174],[-5,5],[6,13],[-9,26],[-27,-10],[-1,14],[28,30],[14,30],[-8,11],[1,20],[-7,1],[-3,24],[11,2],[15,-48],[9,-3],[-2,28],[-14,31],[11,3],[-32,89],[-16,67],[-21,-17],[-13,17],[2,32],[-15,23],[7,6],[7,-17],[4,11],[-27,49],[24,3],[-3,95],[33,4]],[[2206,8302],[0,-9],[2,-28],[1,-15],[1,-15],[1,-6],[1,-9],[2,-14],[6,-35],[2,-14],[2,-13],[4,-18],[2,-12],[4,-15],[8,-35],[4,-14],[3,-13],[5,-17],[3,-9],[5,-17],[2,-6],[2,-6],[2,-4],[9,-23],[5,-11],[8,-19],[1,-2],[13,-29],[2,-4],[4,-8],[9,-16],[7,-14],[14,-25],[2,-3],[4,-5],[7,-12],[16,-25],[4,-6],[2,-3],[2,-3],[4,-4],[6,-7],[10,-13],[7,-9],[6,-9],[4,-4],[6,-8],[22,-24],[3,-3],[8,-8],[10,-9],[5,-5],[5,-4],[3,-3],[21,-22],[20,-22],[17,-24],[5,-11],[7,-11],[2,-4],[5,-6],[12,-12],[17,-24],[1,-4],[4,-8],[6,-13],[4,-10],[3,-4],[2,-4],[2,-4],[5,-5],[4,-9],[8,-24],[10,-31],[2,-6],[4,-10],[2,-4],[1,-3],[2,-4],[2,-3],[9,-17],[9,-17],[4,-12],[1,-15],[0,-2],[0,-3],[0,-5],[1,-2],[2,-7],[0,-3],[3,-6],[4,-8],[11,-22],[8,-16],[14,-22],[4,-5],[3,-4],[4,-4],[5,-5],[3,-3],[12,-11],[12,-11],[16,-17],[2,-3],[5,-5],[6,-5],[10,-8]],[[1685,8221],[4,3],[3,3],[9,6],[11,10],[17,14],[9,7],[12,10],[15,12],[7,5],[17,15],[8,7],[8,7],[23,19],[6,6],[9,9],[11,9],[13,11],[12,10],[14,13],[7,6],[10,9],[25,20],[20,16],[14,13],[11,10],[21,17],[17,15],[22,19],[6,5],[20,15],[18,15],[3,2],[25,19],[23,17],[10,6],[22,14],[9,5],[10,6],[17,7],[15,6],[14,3],[9,2],[6,0],[0,-7],[-1,-8],[-1,-4],[-1,-6],[-2,-6],[-3,-8],[-1,-4],[-3,-11],[-2,-8],[-3,-10],[-1,-7],[-6,-26],[-2,-9],[-3,-13],[-1,-8],[-3,-16],[-3,-19],[-1,-10],[0,-5],[-2,-25],[-1,-9],[-1,-11],[0,-3],[-1,-17],[0,-5],[0,-8],[-1,-25],[0,-14],[1,-19],[0,-7],[1,-14]],[[5646,7577],[19,-54],[27,9],[16,22],[9,-32],[19,-12],[3,-26],[-12,-49],[3,-41],[-6,-18],[38,-23],[14,-24],[19,-48],[8,-58],[14,-21],[27,3],[5,51],[31,-43],[11,10],[25,-76],[19,6],[4,-19],[26,18],[5,19],[-4,17],[13,14],[17,-10],[-6,-34],[17,1],[22,-36],[-13,-29],[6,-8],[8,0],[7,27],[22,-25],[5,24],[12,-8]],[[6076,7104],[-15,-37],[-12,-15],[-18,-69],[-21,1],[-7,25],[-13,-1],[-5,-4],[0,-28],[-8,7],[-3,25],[-5,2],[-10,-32],[-37,40],[-13,-17],[-11,10],[0,-19],[-32,-5],[-2,-41],[-12,-30],[1,-17]],[[5337,7089],[7,14],[-25,54],[3,16],[-7,11],[-42,32],[-10,-18],[-13,8],[9,22],[-13,20],[7,34],[21,-24],[5,15],[7,-3],[19,-27],[1,-7],[-5,4],[9,-18],[7,4],[-9,16],[8,0],[20,-14],[-10,-3],[30,-28],[11,44],[4,-3],[18,36],[19,9],[12,-6],[44,64],[26,21],[-3,11],[26,11],[1,11],[17,0],[-2,18],[-12,18],[10,-3],[4,17],[8,-12],[4,6],[3,-11],[4,13],[5,-10],[2,16],[-6,2],[1,19],[6,3],[-4,4],[13,1],[-2,10],[8,9],[17,-3],[6,-18],[9,16],[17,2],[1,8],[-11,5],[10,1],[-1,12],[3,-6],[12,13],[-13,17],[-19,6],[2,13],[15,-5],[4,37],[11,-8],[-7,-6],[3,-4],[7,9],[7,-7]],[[6364,6600],[-12,50],[17,48],[-11,-3],[-14,40],[-11,-7],[-25,26],[11,25],[-24,9],[1,94],[-13,17],[-4,17],[-34,36],[1,24],[-7,5],[1,30],[13,1],[26,55],[10,-4],[8,10],[21,-6],[6,24],[18,8],[6,-6],[-5,-25],[32,1],[7,84],[16,0],[9,18],[4,20],[-6,9],[18,47],[-2,17],[14,62],[19,8]],[[6454,7334],[5,-27],[57,-150],[-33,-15],[-2,-23],[7,-18],[22,-18],[-1,-12],[18,-47],[-3,-78],[14,-1],[-1,-22],[14,-1],[-1,-22],[14,-1],[0,-23],[22,-1],[3,-22],[-40,2],[0,-22],[-14,1],[1,-29],[11,7],[12,-11],[-8,-10],[-5,-70],[-12,-20],[21,-54]],[[6456,7430],[-14,-14],[17,-50],[-5,-32]],[[6076,7104],[1,17],[-10,32],[13,7],[12,40],[-9,14],[-9,59],[16,5],[12,37],[-16,2],[2,20]],[[6088,7337],[14,2],[8,21],[18,-25],[7,13],[12,-22],[13,4],[6,-19],[21,10],[10,21],[13,9],[5,16],[22,12],[12,-12],[7,-53],[13,-33],[31,22],[6,21],[-1,47],[38,30],[19,31],[56,1],[11,10],[27,-13]],[[7738,7110],[6,-80],[26,-25],[24,-38],[14,-8],[-26,-40],[74,-40],[-6,-64],[34,-44],[9,-2],[4,-14],[21,9],[0,9],[19,-1],[12,22],[1,18],[-9,25],[26,16],[22,-9],[24,-59],[14,22],[24,3],[13,-14],[18,17],[6,-19],[5,-2],[1,-40],[16,-31],[12,17],[32,21],[17,-11],[29,12],[17,-4],[4,7],[42,4],[4,-13],[12,2],[3,-15],[15,-16],[-2,-12],[18,-10],[6,-18],[20,-27],[14,4],[5,-22],[8,-1],[2,-8],[31,1],[4,-17],[-5,-23],[-17,-1],[-22,-15],[-7,-37],[18,-11],[8,6],[4,-19],[29,-3],[4,-20],[8,10],[7,-11],[17,2],[69,-56]],[[8516,6437],[-29,-68],[-3,-32],[-25,-32],[-30,-58],[1,-32],[-18,-27],[-28,-8],[-23,-66],[-16,-75],[-60,-115]],[[6986,6601],[18,22],[9,27],[11,-1],[-2,6],[6,-1],[5,12],[11,1],[7,-14],[8,5],[1,-9],[6,4],[13,-27],[4,3],[1,-10],[7,18],[17,-8],[-3,5],[5,13],[20,-11],[6,20],[34,-11],[115,17],[-23,74],[-1,22],[10,21],[15,-3],[13,-18],[11,18],[6,35],[-8,18],[-11,-5],[-7,25],[5,13]],[[7295,6862],[108,-56],[120,57],[-15,42],[0,28],[-8,15],[-16,-20],[-4,-19],[-20,-5],[-12,41],[1,19],[4,8],[23,-8],[12,9],[7,-21],[10,10],[5,-11],[3,12],[-8,11],[3,53],[80,16],[-8,27],[-11,8],[2,22],[-11,14],[6,14],[-8,-2],[-5,15],[12,-3],[2,13],[-6,22],[17,12],[-1,-21],[21,-12],[16,24],[15,-11],[8,27],[6,-7],[-6,-25],[8,-34],[5,-8],[11,17],[11,-20],[34,51],[32,-56]],[[9056,6576],[-10,-45],[-26,1],[-47,-29],[-22,-50],[-7,-4],[-7,-35],[-9,-9],[-27,-58],[7,-7],[-6,-36],[8,0],[-2,-25],[-8,-43],[-8,-5],[-8,-50],[16,-5],[-10,-36],[-5,4],[0,-16],[-10,-10],[-10,-63],[45,-113],[110,-166],[-3,-16],[9,6],[6,15],[1,-11],[6,15],[14,7],[7,-15],[-18,-69],[9,-99],[7,-18],[-6,3],[1,-8],[23,-12],[33,39],[16,-22],[48,-6],[3,-31],[-6,-43]],[[8516,6437],[11,-8],[32,23],[11,40],[31,-24],[0,-10],[8,3],[-4,10],[21,74],[16,-23],[13,20],[10,-5],[6,-14],[25,17],[-1,35],[10,24],[19,19],[16,39],[24,7],[17,20],[65,-136],[24,1],[7,40],[48,2],[0,78],[48,-3],[1,-73],[5,0],[1,-17],[22,-15],[11,33],[31,1],[12,-19]],[[6174,7739],[-6,-13],[13,-9],[3,-15],[-18,-50],[1,-11],[-15,-8],[-4,10],[-1,-15],[6,-15],[-10,-4],[-1,18],[-4,-1],[-9,23],[-20,-17],[-36,-2]],[[6073,7630],[-17,56],[3,8],[7,-11],[5,6],[-13,40],[2,27],[13,8]],[[6073,7764],[17,17],[23,-8],[10,12],[4,-15],[9,2],[-2,12],[4,1],[1,-13],[17,26],[7,-17],[5,4],[5,-10],[-1,-15],[-8,-9],[2,-10],[8,-2]],[[7342,7565],[-2,-136],[20,8],[2,-13],[-14,-5],[8,-14],[-7,-14],[-18,0],[1,-13],[-19,3],[6,-50],[-17,-13],[12,-23],[11,14],[18,-7],[2,-18],[20,-24],[-10,-5],[-15,-24],[3,-30],[-14,-31],[16,-16],[-20,-4],[2,-10],[-15,-24],[7,-52],[26,-3],[-6,-13],[-22,-14],[-6,-25],[-15,0],[6,-51],[-5,-10],[6,-7],[-7,-14],[6,-29],[-7,-36]],[[6456,7430],[14,18],[-10,11],[19,36],[-1,16],[30,21],[10,-1],[-2,9],[9,9],[5,1],[-2,-23],[6,-13],[23,23],[4,16],[-7,16],[14,0],[24,-20],[22,-4]],[[6614,7545],[12,3],[49,-23],[78,14],[20,-17],[0,16],[-11,0],[0,7],[4,11],[20,13],[-14,-21],[15,0],[1,-22],[-13,-16],[3,-12],[-8,-6],[25,-32],[-2,-11],[6,-6],[12,23],[1,14],[19,-3],[4,27],[11,24],[-7,22],[17,28],[-25,41],[5,42],[-13,17],[19,15],[-4,18]],[[6838,7711],[18,13],[6,-7],[7,40],[14,-12],[10,26],[12,6],[34,12],[31,-5],[22,13],[12,-5],[7,8],[34,-24],[26,23],[-1,18],[22,6],[4,-29],[3,-7],[10,2],[1,-24],[5,-3],[6,-26],[33,-12],[2,16],[12,17],[33,-15],[2,-16],[20,-13],[43,21],[-13,-27],[-15,-3],[-5,-44],[13,-29],[7,15],[23,-28],[11,28],[18,22],[16,-15],[-9,-6],[4,-8],[22,27],[11,-10],[3,5],[7,-9],[-9,-1],[4,-26],[-18,-15],[6,-45]],[[6073,7630],[-13,-61],[15,-51],[-11,-15],[2,-17],[25,-44],[-4,-15],[-12,-8],[10,-31],[3,-51]],[[5646,7577],[16,-8],[4,36],[-8,14],[2,8],[-11,-10],[-33,21],[1,-26],[-12,-1],[1,23],[-9,12],[8,8],[8,-11],[11,48],[-17,2],[-10,59],[-11,-7],[-8,10],[4,29],[-13,33],[-17,14],[0,32],[-84,-24],[-15,-26],[-26,-4],[-6,40],[-17,-2],[-8,25],[-1,57],[16,17],[-2,27],[-7,-1],[-4,38],[7,6],[2,29]],[[5407,8045],[37,-2],[3,-20],[42,49],[4,19],[15,18],[4,41],[15,7],[30,-11],[14,17],[-2,-30],[4,-22],[26,-28],[15,10],[12,-13],[5,9],[-4,14],[16,16],[5,-26],[14,16],[-19,22],[-37,79],[15,8],[31,-2],[7,-14],[8,10]],[[5667,8212],[4,-6],[76,28],[16,18],[13,33],[36,7],[-6,-10],[7,-34],[9,-3],[-9,-26],[3,-7],[35,-9],[8,-57],[60,-79],[-6,-23],[17,-79],[3,5],[14,-16],[4,10],[19,-24],[12,-4],[48,-80],[-1,-19],[44,-73]],[[6174,7739],[26,37],[19,-4],[-7,20],[3,14],[24,16],[-3,15],[11,13],[13,51],[21,5],[14,33],[11,-14],[2,21],[8,8],[19,-18],[3,19],[19,36]],[[6357,7991],[43,55],[38,8],[11,-9],[2,13],[14,0],[13,19],[15,-1],[22,-26],[6,-33],[4,8],[8,-2],[-1,-13],[-8,-7],[3,-19],[49,-67],[-23,-16],[-17,-27],[25,-21],[26,9],[58,-71],[-14,-36],[-58,7],[-15,-28],[9,-21],[54,-77],[2,6],[13,-7],[36,55],[-6,23],[16,-6],[0,-10],[3,8],[0,-20],[13,-30],[-11,-13],[-3,-24],[-9,3],[-26,-57],[-22,18],[-2,-19],[-8,2],[-3,-20]],[[9056,6576],[6,20],[2,60],[41,-2],[1,117],[45,11],[11,-10],[13,11],[3,18],[12,12],[11,25],[10,-9],[13,4],[7,7],[0,18],[13,9],[-2,166]],[[9242,7033],[43,-40],[22,-8],[14,-10],[14,-10],[1,-13],[27,-32],[0,-19],[-6,-23],[-2,-7],[1,-16],[11,-31],[29,10],[16,6],[1,0],[11,-5],[8,-10],[3,-6],[2,-5],[8,-25],[8,-25],[8,-6],[7,-5],[12,-17],[4,-8],[3,-23],[0,-21],[-2,-24],[-4,-14],[-4,-15],[-1,-25],[-1,-20],[5,-19],[3,-13],[4,-29],[-1,-6],[-2,-9],[-2,-2],[-13,-20],[-5,-13],[-9,-23],[-4,-20],[-7,-24],[0,-5],[4,-15],[0,-18],[-9,-9],[-6,-14],[-1,-6],[0,-11],[2,-8],[-4,-19],[-3,-11],[13,-41],[0,-6],[-1,-5],[-1,-2],[-2,-5],[-3,-11],[1,-16],[4,-20],[-2,-3],[-5,-11],[-10,-34],[-4,-37],[-4,-10],[-6,-8],[-11,-11],[-15,-17],[-13,-5],[-5,1],[-7,-1],[-16,-9],[-7,-3],[-6,-13],[2,-19],[-10,-14],[-6,3],[-8,-7],[-5,-23],[5,-10],[7,-3],[8,-5],[8,-7],[-1,-23],[0,-9],[-1,-5],[-3,-2],[-6,5],[0,10],[-11,7],[-4,-4],[-4,-4],[-5,-1],[-9,0],[-4,4],[-5,-18],[3,-9],[2,-10],[16,-10],[12,-1],[3,-4],[6,-10],[6,-10],[2,-2],[14,5],[3,3],[2,2],[5,-4],[-3,-13],[-3,-5],[-1,-4],[-4,-4],[-3,-4],[-11,-18],[-6,-13],[-5,-13],[-1,-6],[3,-18],[4,-16],[2,-8],[1,-2],[-1,-10],[-5,-15],[-3,-5],[-2,-2],[-6,-3],[-2,-2],[-3,-11],[-6,-23],[0,-22],[-1,-25],[0,-2],[-5,-24],[-2,-7],[-3,-11],[-4,-17]],[[4720,6948],[-2,41],[0,7],[0,6],[0,5],[-2,72],[-1,29],[0,7],[0,11],[0,22],[0,4],[-1,6],[0,6],[0,3]],[[4714,7167],[13,-14],[46,27],[17,-5],[22,19],[16,-4],[19,45],[17,8],[9,34],[4,52],[21,23],[49,-4],[0,19],[18,21],[2,21],[5,3],[-2,17],[-25,31],[-18,44],[4,29],[-8,-7],[-8,79],[-14,57],[15,20],[-2,7],[17,17],[-2,18],[-75,12],[5,60],[-26,40],[-9,-19],[-11,-5],[-7,14],[-12,-6],[0,9],[-31,-5],[7,94],[-15,2],[6,100],[-14,233],[95,17],[3,-5],[32,21],[0,-6],[10,4],[3,-13],[-7,-15],[10,-7],[5,6],[23,-17],[27,3],[6,12],[32,16],[-9,20],[-13,-1],[3,-16],[-16,-10],[-6,-13],[-15,21],[9,34],[12,18],[-1,17],[7,16],[-2,9],[-17,8],[0,8],[7,-1],[-1,26],[24,44],[12,-17],[14,6],[7,-9],[14,9],[12,-6],[-1,19],[-21,23],[1,14],[13,22],[-6,2],[16,17],[-23,55],[31,22],[45,49]],[[5082,8655],[5,-16],[17,8],[15,-2],[-1,-11],[16,2],[-1,-15],[-8,-10],[84,-102],[84,-1],[7,-25],[4,6],[5,-11],[13,1],[2,-19],[14,-28],[-10,-4],[-4,-64],[13,-134],[10,4],[33,-37],[3,20],[9,-16],[4,4],[32,-29],[-24,-101],[3,-30]],[[7342,7565],[74,30],[11,34],[-5,9],[-6,-6],[-12,8],[-8,-11],[0,26],[-8,11],[8,29],[-12,16],[-17,3],[8,11],[7,-6],[7,16],[-2,12],[-11,10],[3,35],[40,74],[-5,11],[-6,-9],[-4,12],[-10,-2],[-4,11],[-9,-7],[-7,5],[2,17]],[[7376,7904],[7,3],[8,11],[13,-8],[11,-7],[18,-12],[14,-8],[17,-11],[5,-3],[13,2],[17,3],[23,3],[19,3],[19,3],[4,-9],[6,-26],[7,-30],[6,-25],[7,-27],[4,-24],[4,-30],[2,-16],[3,-18],[0,-5],[8,-9],[5,-5],[15,-15],[7,-7],[14,-3],[8,-2],[14,-3],[9,-2],[6,8],[2,3],[4,13],[-2,5],[-4,6],[-1,2],[0,2],[0,4],[1,13],[4,11],[1,3],[2,2],[1,2],[16,22],[7,-5],[4,-11],[3,-33],[1,-14],[-1,-13],[4,-8],[6,-7],[11,-10],[8,-7],[8,-7],[-2,81],[0,4],[17,37],[10,20],[11,13],[3,16],[3,15],[10,0],[12,-2],[5,-1],[5,4],[1,5],[1,5],[1,12],[-3,15],[8,14],[21,-2],[1,0],[7,5],[21,5],[3,1],[15,8],[5,3],[6,1],[6,17],[-12,18],[7,18],[5,13],[8,-11],[9,-14],[-2,-16],[4,-1],[19,0],[3,0],[8,-13],[-6,-17],[-15,-19],[-6,-14],[13,4],[9,-12],[9,-2],[1,4],[1,18],[6,31],[-1,15],[-2,11],[3,-1],[15,-22],[3,9],[3,14],[1,8],[1,6],[2,2],[6,4],[7,3],[4,-3],[2,-5],[7,-2],[18,3],[1,0],[3,2]],[[8065,7915],[5,-27],[-6,-4],[-1,-17],[-15,-4],[-8,-24],[32,-36],[3,-55],[-13,-11],[13,-44],[-23,-42],[-3,-39],[7,-14],[6,7],[4,-19],[-5,-19],[-9,5],[-7,-13],[-15,8],[-6,-11],[-25,20],[-27,-52],[-9,8],[-7,-21],[-10,10],[-10,-17],[13,-44],[-5,-11],[-12,-6],[-8,-42],[7,-59],[-25,-85],[2,-53],[-31,30],[-26,-3],[-5,-18],[-27,4],[-9,-9],[-8,11],[-3,-8],[-18,26],[-3,-16],[-13,-18],[-4,-30],[-27,-29],[4,-34]],[[6357,7991],[0,20],[8,12],[-2,20],[-15,17],[-20,4],[-17,18],[-20,0],[-26,21],[-28,64],[26,34],[4,53],[8,-14],[67,1],[12,11],[8,-8],[30,10],[-5,51],[5,11],[-9,13],[8,31],[-11,30],[5,7],[15,-17],[11,-1],[9,22],[-16,4],[-5,15],[6,4],[0,22],[12,2],[1,22],[14,3],[15,-15],[46,15],[18,50],[-3,18]],[[6508,8541],[26,-28],[18,-7],[49,23],[4,15],[15,-4],[22,13],[16,0],[38,42],[8,-23],[-13,-23],[7,-8],[-18,-132],[43,3],[-6,-69],[101,-36],[-3,-19],[15,-5],[1,12],[57,-19],[0,-14],[10,6],[10,-6],[-1,-24],[-7,-11],[-5,10],[-13,2],[7,-42],[-6,-11],[3,-37],[-8,-26],[-6,6],[-9,-22],[4,-27],[-8,-2],[-7,11],[-5,-15],[3,-16],[-11,13],[-10,-19],[-1,-20],[-13,12],[6,-18],[-24,-4],[2,-14],[-11,-26],[-13,14],[-9,-19],[-26,10],[-2,11],[-25,-11],[5,-19],[22,2],[39,-16],[5,-14],[17,-11],[-1,-76],[-5,-5],[5,-33],[-4,-7],[-6,10],[-8,-3],[-18,-56],[-17,-9],[-5,-23],[8,-2],[7,-28],[19,-14],[5,12],[12,-11],[30,26],[15,1]],[[5887,8837],[30,5],[5,-78],[17,6],[-7,-28],[-24,-13],[8,-5],[19,4],[10,12],[17,-8],[17,19],[25,-3],[20,21],[18,2],[45,-22],[8,15],[7,-18],[27,16],[19,-8],[12,22],[24,2]],[[6184,8778],[18,-17],[35,9],[21,-15],[12,7],[28,-30],[23,13]],[[6321,8745],[14,-23],[36,-16],[26,-23],[16,-28],[2,-24],[24,-13],[18,-29],[15,2],[36,-50]],[[5667,8212],[-10,23],[2,16],[-11,15],[7,19],[-8,22],[31,40],[-32,54],[-10,9],[0,-16],[-7,2],[-2,10],[2,15],[8,1],[-3,28],[12,20],[1,25],[19,22],[-7,24],[20,16],[-33,79],[-3,51],[5,23],[-32,11],[-19,41],[-12,-16],[-11,-2],[-23,73]],[[5551,8817],[-3,9],[4,7],[12,-2],[3,13],[12,11],[2,15],[54,12],[16,-23],[4,11],[18,12],[9,-30],[30,-52],[17,20],[-5,23],[7,19],[-11,19],[-6,52],[-30,38],[42,27],[12,17],[5,-15],[11,1],[12,-16],[-4,-25],[10,-18],[49,-60],[27,-21],[22,-40],[2,-14],[13,16],[2,14]],[[8065,7915],[7,9],[1,2],[3,6],[5,8],[20,11],[2,4],[0,2],[1,4],[-6,9],[-2,14],[6,22],[1,14],[-4,0],[-1,1],[-1,3],[-1,4],[1,3],[6,13],[7,9],[9,10],[7,5],[11,10],[11,14],[7,14],[-1,3],[14,13],[20,1],[2,0],[1,-3],[1,-3],[2,-4],[0,-7],[4,-23],[11,-16],[14,3],[1,-3],[0,-2],[0,-3],[0,-13],[-7,-13],[-6,-10],[-1,-2],[-1,-2],[8,-26],[13,6],[12,4],[7,7],[5,13],[1,3],[2,5],[4,1],[7,0],[1,-1],[12,-5],[4,-26],[24,0],[26,0],[18,-32],[-2,-15],[-2,-21],[-11,-12],[18,-12],[6,-1],[6,2],[17,-5],[6,-6],[16,-13],[7,-9],[7,-14],[7,-14],[7,-9],[16,-13],[7,-3],[37,-3],[15,-2],[4,0],[11,-11],[20,-18],[14,-13],[30,12],[2,1],[7,3],[4,1],[9,-8],[8,-7],[7,-6],[8,-3],[12,8],[10,-8],[4,-11],[4,-8],[15,-21],[5,-5],[12,5],[4,2],[11,-16],[10,-15],[3,-5],[14,-28],[2,-3],[9,-2],[11,-2],[9,-4],[3,-9],[2,-7],[1,2],[23,36],[-4,13],[6,16],[6,7],[9,0],[7,-12],[6,-12],[5,-12],[6,-6],[1,-1],[8,0],[7,0],[12,-8],[21,10],[3,6],[7,12],[5,8],[11,0],[13,-13],[13,5],[1,3],[13,19],[19,12],[7,8],[11,-1],[22,-3],[20,-3],[24,-3],[-13,-77],[4,-1],[9,-2],[7,-7],[7,-8],[0,-15],[-1,-12],[-1,-8],[-7,-13],[-6,-20],[0,-3],[0,-3],[-1,-10],[1,-12],[2,-20],[-3,-21],[-4,-22],[1,-30],[-1,-6],[-7,-36],[-14,7],[-18,-90],[-9,-50],[2,-2],[19,-10],[34,-35],[4,-20],[27,20],[11,4],[12,0],[10,-4],[4,-9],[12,-27],[12,-23],[26,-11],[27,-11],[3,-2],[3,-1],[6,-2],[4,-12],[7,-29],[5,-31],[0,-20],[11,-9]],[[4714,7167],[-1,11],[-2,14],[-4,44],[-4,41],[-4,36],[-2,27],[-1,42],[0,6],[-1,22],[-1,24],[0,4],[-2,9],[-1,11],[-1,14],[-1,17],[0,14],[1,22],[0,22],[0,6],[0,5],[-1,43],[0,9],[-1,11],[-3,29],[-2,23],[-3,17],[-1,7],[-1,6],[-1,3],[-1,3],[-6,16],[-3,10],[-2,13],[4,23],[3,25],[1,10],[0,6],[1,8],[-1,21],[0,3],[-1,10],[-1,2],[-1,9],[-2,9],[2,36],[3,14],[3,19],[2,15],[0,7],[0,16],[4,15],[7,20],[2,6],[3,7],[2,2],[0,2],[1,2],[0,5],[0,7],[0,10],[0,7],[-2,10],[-1,9],[-2,6],[-1,4],[-3,15],[-2,5],[-2,6],[-1,5],[-2,5],[-1,5],[-1,4],[-2,9],[-3,25],[-1,22],[0,28],[-2,27],[-2,20],[-2,13],[-6,39],[-1,12],[-3,13],[-2,12],[-2,6],[-2,6],[-4,9],[-2,3],[-2,3],[-1,1],[-1,4],[-2,8],[-1,6],[0,9],[0,10],[0,12],[0,13],[0,9],[0,6],[0,10],[0,15],[0,15],[2,24],[1,43],[-1,28],[3,35],[2,19],[-1,30],[-1,29],[0,24],[0,24],[-1,31],[-5,25],[-3,17],[-2,13],[-5,31],[-2,13],[-1,17],[4,22],[1,7],[-1,9],[-1,8],[0,3],[0,3],[0,2],[3,16],[1,6],[3,17],[4,24],[1,5],[1,8],[1,5],[1,14],[-1,3],[-1,12],[1,10],[1,6],[1,4],[3,5],[3,5],[2,5],[0,9],[0,4],[0,11],[0,3],[5,-9],[6,0],[7,7],[11,-4],[10,-3],[22,-6],[17,-8],[4,-15],[6,-5],[17,17],[12,12],[3,3],[14,13],[13,13],[-1,11],[-4,34],[-5,34],[10,30],[-20,6],[24,71],[21,7],[18,6],[24,8],[6,2],[0,4],[-2,8],[-2,6],[6,8],[7,8],[2,19],[8,9],[10,4],[14,-2],[6,16],[3,1],[10,6],[12,6],[9,5],[5,10]],[[4959,9464],[34,-248],[16,5],[-2,-52],[-13,-28],[-20,-11],[-1,-13],[10,-3],[25,-40],[74,-419]],[[5312,9533],[26,-265],[-6,-15],[26,-5],[11,-22],[-1,-11],[4,5],[1,-9],[19,-5],[-4,-2],[3,-7],[-6,0],[1,-17],[-7,3],[-6,-27],[11,-1],[-1,-17],[5,-6],[-5,-5],[4,-23],[-6,-5],[7,-6],[7,-27],[-1,-20],[-8,-2],[1,-13],[15,-2],[-3,-100],[8,-15],[7,16],[3,-13],[27,-8],[8,-22],[-4,-3],[4,-1],[12,8],[-3,26],[6,14],[8,-14],[-3,-28],[8,-9],[-7,-30],[-5,4],[1,-14],[8,-3],[19,30],[42,-39],[-6,-12],[19,1]],[[4959,9464],[7,14],[4,9],[22,-29],[13,-17],[3,-16],[0,-4],[5,-10],[17,-8],[12,23],[6,28],[0,2],[3,14],[1,4],[9,1],[10,0],[15,0],[12,-13],[5,-14],[4,-8],[11,-18],[4,9],[24,52],[3,6],[19,-1],[5,0],[2,1],[12,8],[1,1],[0,14],[-1,45],[-1,12],[35,14],[21,8],[35,14],[9,-20],[9,-22],[14,-32],[3,2]],[[6321,8745],[2,6],[-33,11],[6,43],[26,10],[5,34],[-16,43],[-26,-6],[-12,37],[-14,12],[-3,24],[-10,9],[-5,22],[-26,27],[-9,37],[-10,9],[12,52],[8,6],[0,13],[17,-49],[25,-6],[13,27],[-3,15],[5,5],[1,19],[17,3],[2,-12],[15,22],[20,-26],[7,17],[-2,17],[10,5],[11,-15],[8,1],[14,-29],[12,-5],[-6,-8],[16,-34],[23,-13],[3,-12],[16,4],[15,-23],[12,3],[11,14],[-6,18],[7,13],[5,38],[-1,17],[-12,18],[6,4],[0,13],[15,-6],[16,74]],[[6508,9243],[7,12],[4,7],[13,21],[2,7],[6,28],[5,6],[10,5],[9,-11],[11,-15],[3,-3],[12,-9],[12,-8],[6,-8],[5,-9],[12,-18],[-1,-4],[-3,-18],[2,-7],[5,-14],[14,-42],[7,-21],[10,-30],[10,-29],[18,-10],[18,-10],[12,-9],[3,-1],[1,-1],[2,0],[8,12],[10,8],[6,1],[10,-23],[3,-20],[4,-11],[5,-1],[15,9],[6,1],[12,3],[3,1],[15,3],[6,-2],[4,-3],[8,-6],[8,-6],[7,-6],[8,-5],[3,-2],[9,8],[18,17],[23,29],[10,-2],[7,-1],[8,-29],[6,-21],[14,11],[6,5],[9,-1],[8,-2],[12,-4],[2,-8],[0,-18],[0,-25],[-4,-17],[-3,-17],[-3,-22],[-8,-23],[-2,-8],[-4,-12],[-3,-15],[-3,-29],[-2,-19],[-5,-31],[-4,-10],[-4,-17],[2,-20],[1,-14],[-1,-2],[10,-11],[15,-17],[8,-24],[11,-4],[4,7],[4,7],[3,4],[5,7],[13,-3],[11,-10],[10,-10],[12,-12],[7,-6],[1,-1],[5,-3],[2,-1],[6,-2],[2,-1],[3,-2],[18,-15],[1,-1],[1,-3],[3,-11],[0,-19],[0,-19],[5,-21],[17,-7],[21,-8],[3,-1],[2,-1],[7,-8],[1,-1],[2,-3],[15,-18],[3,-2],[1,-2],[1,-1],[2,-2],[1,-2],[10,-19],[-9,-24],[-4,-14],[-3,-16],[-5,-21],[-7,-20],[-4,-7],[-4,-8],[0,-3],[0,-3],[1,-1],[2,-1],[5,-6],[1,0],[1,-1],[2,1],[2,1],[2,0],[2,0],[3,0],[1,-1],[2,-1],[3,-4],[13,-20],[5,-26],[1,-12],[-1,-13],[8,-12],[11,-16],[14,-9],[3,-7],[2,-8],[2,-36],[1,-5],[5,-20],[1,-2],[0,-3],[2,-9],[0,-3],[0,-2],[-1,-1],[-3,-8],[2,-14],[6,-28],[7,-27],[9,-19],[8,-19],[5,-15],[1,-5],[1,-4],[0,-3],[2,-8],[4,-9],[9,-16],[1,-2],[1,-1],[2,-1],[2,-1],[1,0],[2,0],[2,0],[2,1],[2,3],[4,3],[1,1],[2,1],[2,0],[3,1],[1,-1],[3,0],[6,-3],[0,-3],[-1,-4],[-1,-4],[0,-2],[2,-6],[12,-17],[18,-17],[2,2]],[[6184,8778],[-2,40],[7,12],[-7,51],[-50,-16],[15,43],[-15,17],[2,50],[-5,28],[-16,33],[5,10],[-15,51],[-13,17],[0,39],[-40,-6],[-1,19],[-6,4],[20,13],[-4,19],[-21,22],[-15,-12],[-8,22],[8,10],[-1,12],[-9,-13],[-15,15],[-14,-13],[-16,19],[-11,-6],[-4,6],[6,-22],[-8,-14],[-16,36],[-12,6],[3,26],[-8,10],[0,28],[-8,10],[-6,36],[15,13],[-9,22],[8,15],[-7,26],[39,19],[-4,27],[18,5],[-3,25],[36,86],[8,5],[13,-33],[5,0],[-4,-52],[4,-25],[27,-9],[6,31],[76,-20],[-14,62],[11,11],[-3,17],[27,19]],[[6153,9624],[7,-9],[2,-3],[13,-12],[24,-28],[4,-19],[6,-14],[17,8],[2,2],[28,13],[4,-24],[-15,-19],[3,-4],[4,-6],[3,1],[2,0],[3,1],[2,10],[1,6],[12,-1],[5,0],[3,0],[3,0],[13,3],[5,-18],[1,-4],[2,-27],[9,6],[2,2],[1,1],[0,20],[11,24],[11,-14],[5,-14],[10,-19],[1,-17],[-2,-8],[-2,-7],[-5,-19],[-9,-23],[6,-3],[22,-16],[6,-4],[1,-1],[3,-2],[8,-6],[15,-10],[19,-13],[12,-34],[1,-4],[3,-14],[8,-15],[17,-2],[7,-4],[6,-7],[1,-23],[1,-7],[11,-1],[22,-3]],[[5312,9533],[6,6],[13,3],[7,7],[12,9],[3,3],[2,2],[1,1],[12,12],[32,34],[2,1],[53,55],[14,15],[2,2],[23,2],[1,0],[1,1],[21,2],[17,1],[13,11],[4,3],[3,3],[16,13],[10,27],[25,65],[5,13],[26,66],[11,29],[14,0],[13,0],[2,0],[9,0]],[[5685,9919],[5,-61],[11,3],[8,-26],[-18,-90],[3,-42],[-16,-19],[-3,-28],[12,-60],[9,0],[1,-34],[32,2],[10,-59],[-1,-30],[-25,-26],[4,-42],[15,-31],[1,-18],[17,-13],[13,-37],[3,4],[52,-57],[10,-53],[18,-39],[-9,-16],[12,-39],[-4,-7],[7,-14],[26,-7],[4,-21],[16,-18],[-9,-13],[-6,-27],[7,-10],[-3,-21],[8,-9],[-4,-21],[8,-39],[-5,-9],[1,-14],[-7,-10],[5,-2],[-6,-29]],[[5685,9919],[0,9],[1,26],[1,13],[7,2],[21,5],[5,0],[6,1],[1,-1],[23,-10],[3,-10],[51,5],[-1,10],[-1,7],[8,15],[5,8],[3,-3],[7,-6],[5,-6],[1,-3],[2,-2],[5,-25],[1,-3],[-12,-25],[-1,-12],[1,-12],[12,-21],[7,-9],[8,-6],[1,-9],[0,-3],[-3,-13],[-1,-2],[-5,-7],[-6,-17],[-1,-6],[2,-19],[2,-22],[1,-3],[0,-3],[2,-8],[3,-11],[4,2],[5,2],[8,-2],[11,-13],[2,-11],[-16,-4],[-3,-14],[9,-20],[7,-19],[10,-4],[8,-14],[-1,-28],[8,2],[4,1],[4,1],[13,-8],[4,-6],[10,0],[7,7],[10,11],[2,18],[0,18],[-1,6],[0,2],[-1,8],[0,2],[-3,25],[6,20],[2,32],[1,25],[-5,23],[-4,16],[-6,16],[-2,2],[-16,15],[-5,10],[-10,18],[-5,11],[1,26],[0,4],[16,9],[5,2],[7,45],[1,4],[1,0],[9,-1],[2,0],[2,-3],[10,-15],[11,-19],[10,-27],[8,-9],[2,-6],[3,-15],[8,-7],[2,-2],[6,-17],[6,-23],[6,-8],[5,-6],[6,-23],[6,-18],[2,-10],[12,-11],[5,4],[5,0],[1,0],[15,-1],[24,-1],[3,-6],[24,-17],[12,-14],[8,-6],[8,-7],[4,-8],[7,-16],[12,-16],[2,-8],[-6,-9],[-5,-4],[-2,0],[-1,-1],[-2,0],[-2,0],[-2,-2],[-4,-3],[-3,-4],[-1,-4],[-2,-8],[0,-8]]],"transform":{"scale":[0.0007271468646864671,0.00024102830283028056],"translate":[20.970831499999775,55.675527499999845]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/MD.json b/dist-amd/map/TopoJSON/MD.json new file mode 100644 index 0000000000..396306cbbc --- /dev/null +++ b/dist-amd/map/TopoJSON/MD.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1]]},{"type":"Polygon","arcs":[[-1,2,3,4]]},{"type":"Polygon","arcs":[[5,6]]},{"type":"Polygon","arcs":[[7,8]]},{"type":"Polygon","arcs":[[9,-8,10,11,-7,12,13]]},{"type":"Polygon","arcs":[[14,-13,-6,-12,15,-4,16,17]]},{"type":"Polygon","arcs":[[18,19]]},{"type":"Polygon","arcs":[[20,-18,21,22]]},{"type":"Polygon","arcs":[[23,24,-19,25,-14,-15,-21,26,27]]},{"type":"Polygon","arcs":[[28,-24,29]]},{"type":"Polygon","arcs":[[30,-27,-23,31,32]]},{"type":"Polygon","arcs":[[33,34,-30,-28,-31,35,36]]},{"type":"Polygon","arcs":[[37,38,39]]},{"type":"Polygon","arcs":[[40,41,42]]},{"type":"Polygon","arcs":[[-39,43,-34,44,45,-42,46]]},{"type":"Polygon","arcs":[[47,-36,-33,48,49,50]]},{"type":"Polygon","arcs":[[51,52,-45,-37,-48,53]]},{"type":"Polygon","arcs":[[54,-50,55,56,57]]},{"type":"Polygon","arcs":[[58,59,60,-52,61,62]]},{"type":"Polygon","arcs":[[63,-43,-46,-53,-61,64]]},{"type":"Polygon","arcs":[[65,-65,-60,66]]},{"type":"Polygon","arcs":[[67,-62,-54,-51,-55,68,69]]},{"type":"Polygon","arcs":[[70,71,-57,72,73,74]]},{"type":"Polygon","arcs":[[75,76,-63,-68,77,78]]},{"type":"Polygon","arcs":[[-67,-59,-77,79]]},{"type":"Polygon","arcs":[[-69,-58,-72,80,81]]},{"type":"Polygon","arcs":[[82,-79,83,84,85]]},{"type":"Polygon","arcs":[[-40,-47,-41,-64,-66,-80,-76,-83,86]]},{"type":"Polygon","arcs":[[87,-74,88,89,90]]},{"type":"Polygon","arcs":[[91,-84,-78,-70,-82,92,93]]},{"type":"Polygon","arcs":[[94,-90,95,96]]},{"type":"Polygon","arcs":[[-91,-95,97,98]]},{"type":"Polygon","arcs":[[99,-93,-81,-71,100,101,102]]},{"type":"Polygon","arcs":[[-101,-75,-88,-99,103,104,105]]},{"type":"Polygon","arcs":[[106,-104,-98,-97,107,108,109]]},{"type":"Polygon","arcs":[[-94,-100,110,111]]},{"type":"Polygon","arcs":[[-111,-103,112,113]]},{"type":"Polygon","arcs":[[114,-113,-102,-106,115,116]]},{"type":"Polygon","arcs":[[-116,-105,-107,117,118]]},{"type":"Polygon","arcs":[[119,-109,120,121,122]]},{"type":"Polygon","arcs":[[-85,-92,-112,-114,-115,123,124]]},{"type":"Polygon","arcs":[[125,-122,126]]},{"type":"Polygon","arcs":[[-124,-117,-119,127,128]]},{"type":"Polygon","arcs":[[-128,-118,-110,-120,129,130]]},{"type":"Polygon","arcs":[[-130,-123,-126,131]]}]}},"arcs":[[[5421,423],[-217,-41],[-23,-57],[-37,-7],[0,9],[-13,3],[5,21],[-21,21],[19,100],[5,8],[12,1],[-14,65],[7,21],[-10,44],[140,31]],[[5274,642],[10,-2],[40,8],[30,5],[47,-165],[20,-65]],[[5421,423],[14,-52],[-149,-28],[1,-3],[15,-57],[34,-119],[11,-41],[5,-16],[-3,-1],[-15,-3],[-9,-1],[-54,-10],[-52,-11],[-82,-17],[-11,-2],[-25,-2],[-14,-1],[-1,30],[-3,32],[1,14],[3,15],[-4,2],[-13,5],[-28,10],[-18,7],[-17,5],[-17,6],[-21,7],[-24,8],[-7,3],[-19,6],[-9,4],[-11,4],[-22,7],[-11,4],[-21,7],[-39,13],[-24,9],[-15,5],[-6,2]],[[4761,264],[-36,161],[16,12],[88,15],[-67,254],[36,7],[-45,165],[12,-5],[-12,41],[83,18],[31,-92],[113,11],[4,-30],[59,-2],[0,34],[33,5],[10,-36],[10,-2],[249,14]],[[5345,834],[-7,-27],[-10,-22],[-7,-15],[-5,-12],[-18,-17],[-12,-11],[-3,-1],[-3,-1],[-5,-3],[-11,-9],[-9,-18],[3,-21],[6,-17],[3,-12],[7,-6]],[[4990,1281],[-14,46],[37,6],[-4,28],[205,56]],[[5214,1417],[40,10],[12,-25],[19,5],[15,-62],[-54,-15],[-1,-13],[-64,-20],[-15,21],[-30,-17],[4,-14],[-29,-8],[-10,23],[-2,-7],[-14,13],[-95,-27]],[[5867,1159],[-261,-48],[-2,5],[-80,-2],[3,65],[-22,2],[-7,-12],[-62,-8],[-30,101],[123,28],[1,-76],[12,1],[-1,35],[9,11],[23,-6],[7,33],[487,92]],[[6067,1380],[11,-41],[11,-36],[12,-47],[14,-50],[-36,-5],[-19,-5],[-30,-5],[-55,-10],[-53,-10],[-23,-6],[-32,-6]],[[6165,1679],[-44,-8],[-31,-6],[10,-34],[-66,-11],[10,-41],[8,-29],[0,-5],[-1,-10],[-3,-4],[-7,-3],[-11,-12],[4,-13],[5,-21],[3,-9],[11,-41],[14,-52]],[[5867,1159],[7,-28],[5,-18],[3,-14],[18,-65],[-57,-11],[-36,-6],[-99,-20],[-46,-8],[-4,0],[-9,2],[-13,3],[-30,6],[-10,1],[-18,4],[-8,2],[-19,3],[-13,-6],[-5,-2],[5,-2],[13,-19],[11,-21],[4,-9],[1,-3],[4,-18],[3,-12],[4,-16],[0,-10],[0,-2],[0,-2],[-1,-4],[-2,-3],[-2,-2],[-11,-12],[-9,-1],[-3,-1],[-5,-1],[-33,-5],[-14,1],[-10,3],[-8,11],[-8,9],[-7,5]],[[5465,888],[6,2],[-40,80],[-15,7],[-9,18],[-21,1],[-6,28],[18,4],[-16,69],[-167,-10],[-7,87],[-11,14],[-22,-9],[-5,13],[-127,-43],[2,111],[-45,-14],[-10,35]],[[5214,1417],[-12,55],[-40,-3],[-18,54],[13,3],[-18,81],[1,122],[-15,37],[29,112],[15,112],[76,-9],[64,-112]],[[5309,1869],[47,-103],[43,7],[43,-7],[64,13],[2,-26],[-28,-3],[4,-42],[-12,2],[0,-19],[43,-6],[-1,-21],[-153,1],[40,-63],[109,9],[0,27],[67,3],[14,-18],[6,-39],[14,-10],[356,67],[-80,278],[197,37],[81,-277]],[[5324,2120],[-6,-16],[26,-25],[-29,23],[-4,-3],[30,-20],[-31,-7],[5,-10],[-13,9],[-35,-10],[80,-60],[112,20],[-2,-61],[34,-31],[-9,-14],[-79,-20],[7,-26],[-53,-10],[-8,19],[-40,-9]],[[5465,888],[-2,1],[-22,-3],[-28,-6],[-5,-1],[-3,0],[-3,1],[-3,0],[-2,1],[-18,12],[-2,1],[-4,1],[-5,-1],[-3,-3],[-3,-10],[-9,-22],[-8,-25]],[[4761,264],[-8,-4],[-19,-14],[-13,-10],[-30,-21],[-8,-5],[-2,-2],[-10,-7],[-15,-11],[-29,-24],[-21,-24],[-9,-14],[-2,-3],[-7,-10],[-14,-18],[-2,-3],[-18,-22],[-47,-61],[-1,-5],[-1,-5],[-8,-1],[-8,2],[-5,4],[-3,1],[-13,4],[-14,3],[-12,3],[-12,3],[-4,2],[-1,2],[-3,5],[-15,25],[-3,6],[-2,11],[-1,10],[-3,12],[-3,4],[-8,13],[-4,2],[-5,-1],[-5,-2],[-14,-1],[-1,2],[0,21],[2,19],[9,19],[0,5],[-2,16],[2,16],[-1,25],[1,16],[-3,12],[-1,1],[-8,6],[-7,8],[-2,3],[-12,24],[1,23],[4,11],[2,10],[0,9],[-1,3],[-4,0],[-4,-4],[-5,-5],[-4,-7],[-4,-8],[-3,-3],[-5,-3],[-2,-1],[-3,1],[-6,19],[-6,15],[-1,1],[-4,2],[-7,1],[-3,-1],[-1,-2],[-10,-10],[-14,-8],[-11,1],[-4,2],[-9,8],[0,3],[0,3],[3,3],[-1,9],[-8,11],[-5,7],[-4,3],[-23,15],[-20,18],[-16,10],[-6,13],[-2,4],[0,5],[1,10],[3,4],[6,5],[22,17],[19,8],[5,3],[5,4],[3,3],[0,2],[1,2],[0,4],[0,3],[3,2],[11,2],[8,0],[3,0],[1,-2],[2,-7],[4,-6],[8,-6],[9,-5],[5,-2],[3,2],[0,4],[1,5],[3,7],[11,5],[4,0],[3,-1],[2,-3],[14,-6],[11,11],[2,2],[3,8],[4,9],[6,7],[6,9],[2,2],[4,1],[5,1],[15,5],[9,4],[10,5],[4,7],[1,3],[-2,5],[-4,6],[-4,2],[-3,1],[-14,-1],[-10,1],[-4,1],[-5,3],[-1,3],[2,2],[2,0],[7,5],[3,2],[6,9],[-1,12],[1,11],[5,17],[5,13],[-1,26],[-7,23],[-8,21],[0,21],[2,15],[7,4],[11,5],[3,4],[-1,5],[-10,11],[-6,9],[-2,4],[-7,23],[10,25],[-4,11],[-9,11],[-20,17],[-6,15],[-1,13],[-9,14],[-8,7],[-4,4],[0,5],[3,7],[1,2],[10,14],[14,18],[4,17],[-3,13],[-3,2],[-3,1],[-4,-2],[-5,-3],[-8,-3],[-16,-6],[-12,-4],[-2,0],[-15,10],[-8,6],[-9,14],[-8,11],[-1,1],[-2,0],[-10,-3],[-4,0],[-4,2],[-2,8],[0,7],[1,3],[4,1],[21,9],[-1,19],[-5,23],[-11,9],[-12,6],[-6,6],[6,15],[-4,16],[7,18],[-4,13],[-1,13],[3,12],[2,3],[-1,14],[-7,12],[-10,16],[-2,3],[1,2],[2,2],[4,1],[20,3],[15,2],[14,10],[5,11],[3,11],[4,19],[2,12],[0,5],[-3,3],[-6,5],[-2,1],[-12,-7],[-15,-2],[-5,0],[-5,3],[-3,4],[3,3],[12,15],[-9,12],[2,12],[3,8],[3,8],[3,11],[-1,10],[0,10],[6,17],[0,2],[3,4],[3,3],[2,10],[0,10],[-4,16],[-3,5],[-5,4],[-5,11],[-2,12],[2,22],[-3,17],[-4,7],[-8,11],[-11,10],[-7,26],[-1,15],[-2,12],[-5,10],[-2,12],[2,13],[-2,10],[-15,23],[-1,3],[-1,3],[-11,18],[-9,6],[-3,12],[8,6],[15,9],[2,4],[-3,5],[-5,2],[-5,2],[-5,2],[-5,3],[-1,3],[6,21],[1,20],[1,9],[13,14],[15,21],[10,17],[-12,4],[-17,2],[-4,1],[-7,8],[-3,6],[0,5],[2,3],[7,1],[15,-1],[4,2],[2,3],[3,6],[0,4],[-4,1],[-8,2],[-10,4],[-9,5],[-2,3],[2,6],[12,27],[13,2],[10,1],[12,-1],[7,3],[2,14],[-2,12],[-5,15],[-4,18],[8,10],[16,3],[12,6],[6,6]],[[4240,2112],[214,-18],[13,0],[8,9],[59,-3],[41,9],[15,41],[9,0],[30,52],[69,-3],[-4,22],[28,-2],[37,51],[12,-44],[24,4],[13,-43],[41,-25],[6,3],[7,-28],[40,5],[4,-5],[-2,18],[8,0],[39,-84],[74,17],[27,-65],[67,0],[2,25],[10,1],[14,127],[118,-18],[28,-13],[12,3],[21,-28]],[[6440,1730],[-91,326],[218,41],[-85,167],[20,31],[223,234]],[[6725,2529],[14,-10],[25,-16],[11,-7],[40,-27],[77,-49],[17,-12],[-63,-65],[-23,-23],[-5,-6],[-4,-3],[-25,-26],[-5,-6],[-5,-5],[-30,-30],[-26,-26],[-12,-13],[-32,-32],[-22,-22],[-15,-17],[-62,-63],[3,-3],[47,-44],[82,-78],[23,-21],[-30,-60],[-12,-27],[-25,-49],[-8,-16],[-23,-5],[-37,-7],[-11,-3],[-19,-3],[-15,-3],[-15,-3],[-22,-4],[-57,-11],[-21,-4]],[[5352,2910],[-9,-50],[-20,-44],[8,-20],[3,-68],[134,-6],[-16,-141],[12,-164],[-150,-14],[-32,-11],[-46,-38],[84,-154],[9,-85],[-5,5]],[[4240,2112],[0,4],[2,9],[4,10],[8,23],[11,18],[1,19],[-4,1],[-6,12],[-2,6],[0,5],[4,4],[4,5],[3,5],[-1,6],[-1,2],[-3,2],[-6,2],[-2,1],[-2,1],[-1,6],[3,12],[3,6],[1,3],[2,1],[3,0],[19,13],[24,16],[-1,2],[-10,17],[-7,7],[-8,3],[-8,3],[-5,4],[-2,4],[-1,3],[1,4],[2,2],[3,1],[2,-1],[3,-1],[7,-4],[7,-3],[7,-2],[5,0],[4,2],[3,3],[1,5],[-1,2],[-6,2],[-18,2],[-4,1],[-4,2],[-3,4],[-2,5],[1,4],[2,1],[5,1],[8,-3],[7,-7],[3,-1],[3,1],[1,3],[2,14],[0,9],[-1,3],[-19,12],[-3,1],[-7,-2],[-13,-6],[-12,-5],[-7,-2],[-2,0],[-2,2],[-3,8],[1,5],[8,5],[8,9],[4,7],[3,10],[-1,10],[0,3],[-6,6],[-5,3],[-3,1],[-4,0],[-4,-1],[-3,-2],[-1,-3],[0,-5],[3,-6],[1,-5],[-2,-6],[-4,-3],[-4,-3],[-3,0],[-2,1],[-6,5],[-3,4],[0,3],[5,7],[2,22],[-6,20],[2,21],[2,6],[2,9],[0,5],[-4,11],[-3,7],[0,9],[1,4],[1,4],[7,7],[3,1],[2,-1],[2,-8],[4,-11],[3,-4],[3,-1],[2,1],[8,8],[3,3],[8,8],[4,4],[4,4],[11,6],[12,-1],[2,-1],[9,2],[16,9],[1,2],[-3,6],[-9,8],[-4,3],[-5,0],[-8,-1],[-12,-3],[-3,-1],[-3,4],[-7,10],[7,9],[10,2],[6,3],[1,2],[2,18],[-1,21],[0,11],[3,10],[6,7],[8,4],[8,0],[5,-1],[1,-2],[-7,-10],[-4,-8],[1,-5],[5,-1],[16,1],[3,2],[1,5],[0,5],[-1,6],[-6,13],[-5,9],[1,4],[4,3],[5,0],[4,-4],[4,-5],[8,-12],[12,-14],[2,-1],[4,0],[11,2],[3,0],[2,4],[-3,21],[0,11],[2,9],[4,6],[4,0],[5,-2],[7,-6],[1,-3],[-1,-3],[-4,-4],[-6,-3],[-2,-3],[18,-16],[4,-1],[4,15],[0,14],[-7,6],[-3,7],[0,5],[2,2],[1,1],[13,4],[20,4],[17,6],[15,20],[9,13],[1,13],[-3,6],[-3,4],[-10,7],[-13,4],[-17,9],[-12,6],[2,5],[9,21],[20,5],[-4,14],[-2,-2],[-4,0],[-7,4],[-7,5],[-3,9],[-5,7],[-4,4],[-2,2],[0,3],[3,1],[10,2],[4,-1],[1,-2],[-5,-2],[-7,0],[1,-2],[1,-2],[9,-3],[9,-3],[8,1],[4,1],[-5,6],[-7,7],[-3,8],[0,4],[1,4],[3,3],[3,0],[-3,-5],[0,-2],[3,-2],[6,-1],[14,-1],[10,2],[10,6],[3,3],[-2,2],[-6,9],[-6,4],[-4,8],[-5,11],[12,14],[16,14],[20,18],[13,12],[-12,11],[2,11],[8,0],[20,-8],[11,-3],[6,1]],[[4562,3054],[9,-15],[19,-2],[23,10],[21,-5],[59,7],[41,46],[9,3],[18,-27],[14,14],[14,-13],[23,22],[40,18],[43,-127],[28,-7],[19,8],[39,-3],[-1,7],[60,28],[40,34],[-18,23],[28,31],[-19,24],[31,-5],[24,4],[39,23],[24,-23],[54,-17],[43,-60],[-97,-57],[85,-67],[78,-18]],[[6221,3156],[39,-32],[42,-62],[39,-101],[19,-80],[-306,-58],[-6,11],[2,-10],[-98,-21],[25,-28],[-10,-122],[464,85],[53,-49],[11,-20],[6,6],[83,-56]],[[6584,2619],[134,-86],[7,-4]],[[6440,1730],[-33,-6],[-17,-3],[-38,-7],[-30,-6],[-22,-3],[-30,-6],[-70,-13],[-35,-7]],[[5352,2910],[91,-36],[65,127],[12,57],[-76,122],[-71,-1],[27,77],[3,41],[28,1],[21,-8],[3,16]],[[5455,3306],[145,14],[430,-195],[191,31]],[[6668,3378],[-3,-8],[-3,-6],[-5,-11],[12,-7],[10,-1],[10,0],[47,2],[3,0],[7,1],[40,1],[2,-24],[3,-21],[1,-14],[-4,0],[-28,-3],[-44,-5],[-26,-1],[-64,-2],[-8,0],[-8,-1],[-6,0],[-17,-1],[-18,0],[-22,-1],[-22,-1],[17,-19],[4,-18],[3,-22],[4,-17],[2,-13],[5,-14],[15,-37],[21,-54],[13,-36],[10,-24],[6,-17],[24,-45],[14,-25],[6,-12],[15,-28],[4,4],[6,-1],[6,-7],[3,-29],[7,-19],[1,-5],[0,-5],[19,-21],[0,-3],[-8,-3],[-6,0],[-9,1],[-15,3],[-11,3],[-7,-5],[-14,-28],[-3,-6],[-38,-72],[-32,-63],[-3,-19]],[[6221,3156],[-79,78],[184,84],[-5,8],[80,37],[-26,38],[111,50],[-9,13],[52,24],[-4,31],[11,1],[3,-10],[16,11],[-6,9],[-16,-1],[-1,8],[64,1],[21,-7],[67,-94],[-16,-59]],[[5523,3941],[-5,-75],[18,5],[-1,-115],[-11,1],[-7,-25],[-18,-123],[38,-1],[-21,-41],[11,-102],[-6,-20],[-36,-48],[-35,-15],[5,-76]],[[4562,3054],[6,1],[15,10],[3,2],[0,3],[-2,3],[-7,8],[-16,4],[-15,-6],[-6,0],[-5,2],[-2,3],[1,5],[2,3],[3,3],[7,14],[3,7],[0,8],[1,12],[2,2],[6,1],[16,1],[12,0],[5,-2],[9,3],[5,2],[5,5],[12,12],[2,3],[3,3],[1,5],[0,3],[3,28],[1,10],[-2,10],[-3,12],[-24,5],[-19,1],[-2,1],[-3,6],[-2,6],[0,4],[3,2],[16,10],[11,6],[7,1],[6,1],[5,4],[3,4],[1,3],[-1,3],[-2,1],[-33,5],[2,13],[1,23],[-2,5],[-13,9],[-3,0],[-5,-2],[-4,-5],[-14,-1],[-10,8],[-5,6],[5,20],[1,14],[-5,11],[-11,15],[-14,7],[-10,-3],[-4,2],[-12,12],[1,5],[5,7],[8,7],[10,4],[7,6],[12,21],[6,4],[6,7],[2,1],[2,6],[1,14],[-15,12],[-13,5],[-6,8],[0,11],[7,17],[3,7],[7,10],[3,5],[5,4],[3,0],[12,-3],[6,3],[-4,15],[-15,21],[-7,21],[-7,23],[0,4],[0,3],[4,1],[11,1],[14,-1],[9,5],[6,22],[1,12],[2,8],[6,22],[7,20],[3,4],[10,7],[7,10],[1,19],[0,4],[-1,5],[-3,8],[-4,7],[-3,5],[-9,26],[0,2]],[[4590,3866],[53,11],[110,-12],[3,-42],[-20,-19],[-5,-42],[91,-2],[79,16],[30,-2],[40,22],[46,13],[-46,45],[14,50],[-49,102],[49,29],[75,14],[-32,11],[-5,29],[31,9],[33,-11],[6,5],[18,-27],[55,23],[-1,-28],[53,-13],[8,-29],[35,-15],[13,-32],[15,-10],[62,-15],[1,8],[42,21],[90,-8],[-1,6],[9,-8],[-9,-22],[40,-2]],[[6516,3951],[28,23],[17,-26],[-6,-7],[5,-33],[42,-53],[13,5],[12,-21],[-5,-87],[76,16],[113,8],[70,-6],[0,-36],[-23,-14],[12,-1],[-1,-44],[17,-1],[9,-178],[-10,-2],[10,-11],[8,-35]],[[6903,3448],[-11,-6],[-15,-5],[-10,0],[-35,-2],[-2,0],[-1,-15],[0,-27],[-14,-9],[-50,-3],[-34,-1],[-28,-1],[-15,0],[-20,-1]],[[5523,3941],[1,10],[116,0],[7,8],[-9,33],[-34,31],[14,30],[5,62],[-9,36],[-19,13],[10,22],[53,12],[27,-34],[35,12],[17,-27],[56,25],[-21,35],[8,2],[7,-8],[22,11],[-22,24],[36,22],[7,-8],[110,61]],[[5940,4313],[27,-25],[-2,-10],[-35,-19],[21,-28],[58,43],[10,-8],[-17,-11],[17,-21],[39,-22],[26,-33],[16,0],[17,18],[22,-14],[20,-50],[-27,0],[-1,-11],[59,-1],[6,-15],[26,-8],[6,-28],[17,-2],[18,12],[-26,9],[35,-1],[28,-25],[17,36],[-6,4],[22,16],[63,-42],[25,2],[30,-10],[-3,-5],[-16,4],[6,-8],[-13,-14],[17,-22],[32,-84],[18,-9],[24,20]],[[9189,3569],[1,-3],[4,-11],[2,-1],[3,-2],[4,1],[2,2],[2,3],[12,4],[11,-2],[17,-22],[5,-11],[0,-9],[-8,-2],[-2,-2],[0,-5],[1,-3],[2,-3],[5,-2],[2,-1],[7,-4],[4,-1],[4,0],[2,-1],[8,-2],[11,-3],[3,-1],[2,-2],[0,-2],[-1,-2],[-3,-4],[-3,-1],[-6,-2],[-3,-1],[-3,-1],[-2,-1],[-1,-1],[-1,-2],[0,-2],[1,-2],[1,-2],[2,-2],[2,-2],[3,-1],[2,-1],[3,-1],[2,0],[3,0],[5,0],[17,1],[14,0],[5,0],[5,-1],[1,-1],[0,-2],[-1,-2],[-2,-4],[-6,-8],[-4,-4],[-2,-3],[0,-2],[0,-1],[2,-3],[2,-3],[4,-1],[4,-2],[7,-1],[7,-2],[7,-19],[3,-3],[2,-2],[3,0],[3,0],[3,0],[5,1],[3,0],[6,1],[4,2],[5,2],[5,3],[5,2],[2,2],[4,3],[1,1],[3,3],[2,3],[3,3],[1,3],[1,3],[1,3],[1,4],[0,3],[0,5],[1,5],[2,1],[2,1],[4,0],[2,0],[4,-2],[3,-2],[1,-2],[0,-2],[1,-4],[-1,-3],[-1,-3],[-2,-3],[-4,-4],[-5,-4],[-4,-4],[-4,-6],[-3,-5],[-11,-17],[0,-2],[0,-2],[3,-1],[3,-1],[3,0],[3,0],[2,1],[3,0],[3,1],[4,1],[3,1],[2,1],[3,2],[4,4],[3,3],[1,1],[5,7],[24,15],[16,12],[1,6],[1,6],[1,3],[2,3],[2,2],[3,-1],[1,-1],[3,-3],[2,-4],[5,-8],[2,-4],[2,-3],[1,-3],[1,-3],[5,-22],[-8,-20],[-2,-3],[-2,-3],[-1,-2],[0,-2],[-1,-6],[0,-5],[1,-5],[2,-5],[2,-2],[10,-16],[2,-2],[2,-3],[3,-2],[3,-1],[3,-2],[3,-1],[2,0],[2,0],[3,0],[4,0],[9,2],[4,0],[15,2],[5,0],[6,0],[3,-1],[3,0],[3,-1],[2,-2],[2,-2],[1,-4],[0,-3],[0,-3],[-1,-3],[-4,-2],[-2,-1],[-4,-1],[-4,1],[-12,0],[-9,0],[-14,0],[-9,0],[-8,0],[-4,-1],[-6,-1],[-3,-1],[-2,-2],[-1,-2],[1,-2],[1,-3],[2,-2],[3,-3],[2,-2],[3,-2],[3,-2],[10,-8],[4,-2],[4,-2],[4,-2],[4,-2],[4,0],[2,0],[4,2],[3,1],[4,1],[4,1],[4,0],[4,0],[3,0],[3,0],[3,-1],[5,-1],[4,-2],[2,-1],[1,-1],[1,-1],[1,-2],[0,-1],[-1,-2],[-1,-3],[-2,-3],[-4,-4],[-2,-5],[-2,-3],[-1,-3],[0,-2],[0,-3],[0,-2],[3,-3],[3,-1],[18,0],[4,0],[4,1],[4,0],[8,1],[10,2],[7,1],[4,0],[4,1],[3,0],[4,0],[3,0],[6,0],[7,-1],[5,0],[18,-1],[3,0],[2,-1],[1,-2],[-1,-3],[-1,-1],[-1,-2],[-3,-2],[-1,-1],[-3,-2],[-4,-2],[-4,-2],[-2,-1],[-4,-2],[-2,-2],[-1,-2],[0,-2],[-1,-2],[0,-5],[1,-4],[1,-5],[2,-5],[1,-3],[2,-1],[3,-2],[3,0],[34,-3],[11,7],[11,8],[0,3],[0,2],[1,3],[1,2],[1,2],[2,2],[3,1],[3,0],[2,1],[4,-1],[3,-2],[3,-2],[3,-3],[1,-3],[2,-4],[1,-4],[2,-4],[1,-4],[2,-2],[2,-2],[2,-1],[3,0],[2,0],[2,1],[4,2],[1,1],[2,1],[1,3],[1,4],[0,3],[-1,2],[0,2],[-3,5],[-3,4],[-4,3],[-4,4],[-4,4],[-3,2],[-2,4],[0,2],[3,1],[3,1],[2,0],[3,0],[3,0],[4,-1],[2,-2],[3,-2],[3,-3],[3,-4],[3,-5],[12,-8],[13,-5],[3,1],[3,0],[4,-1],[5,-2],[5,-3],[5,-3],[8,-6],[3,-2],[6,-6],[16,-15],[1,-8],[-1,-9],[-2,-1],[-2,-2],[0,-2],[0,-3],[2,-1],[5,-2],[5,-1],[9,0],[6,1],[5,1],[7,3],[4,3],[4,3],[4,3],[2,5],[2,5],[0,1],[1,8],[0,4],[0,6],[0,6],[1,4],[1,4],[2,1],[3,1],[6,1],[3,0],[5,0],[3,-2],[3,-2],[2,-2],[2,-2],[0,-4],[1,-5],[0,-6],[-1,-3],[0,-7],[0,-6],[0,-4],[1,-3],[2,-3],[3,-2],[2,-1],[-2,-1],[-27,-15],[-20,-10],[-64,-32],[-46,-14],[-8,-17],[-20,-37],[-1,2],[-6,9],[-10,14],[-9,9],[-1,1],[-11,9],[-6,5],[-29,23],[-36,6],[-102,-52],[-52,15],[-18,6],[-26,-18],[-20,7],[-5,2],[-12,5],[-85,32],[-16,10],[-44,-29],[-4,-2],[-4,-3],[-95,-63],[12,-63],[-58,26],[-15,6],[-22,10],[-24,11],[-13,6],[-110,50],[50,34],[-35,32],[-37,36],[-9,-7],[-21,19],[8,7],[-38,108],[-23,-5],[-51,54],[-12,6],[-9,4],[-3,1],[-26,-13],[-15,-7],[43,-77],[-31,-12],[10,-16],[-79,-16],[-21,-5],[-38,-9],[-13,17],[-7,36],[-49,-19],[-2,-1],[6,-30],[12,-58],[10,-47],[10,-40],[13,-72],[-36,-5],[-22,-2],[-59,-7],[-40,-4],[-38,-5],[-18,-2],[-8,30],[-56,-6],[-41,183],[-132,18],[-7,1],[-21,3],[-8,1],[-24,20],[-5,-3],[-3,-2],[-12,22],[-4,7],[-2,3],[-8,24],[-3,9],[3,2],[36,34],[11,10],[-11,9],[-13,10],[-14,12],[-16,13],[-42,33],[-23,18],[-7,6],[-27,22],[-17,-17]],[[7966,3393],[-129,130],[90,60],[-62,90],[68,49],[-5,9],[68,-1],[38,38],[33,15],[-3,6],[23,-5],[28,-45],[136,105],[-1,11],[-14,6],[38,15],[9,-14],[15,3],[3,-21],[20,2],[-8,21],[36,2],[13,-6],[6,-22],[29,-2],[-2,-8],[17,-12],[11,52],[23,12],[-6,29],[24,-6],[1,20],[17,0],[3,35],[19,-6],[8,23],[28,21],[56,-2]],[[8596,3997],[31,2],[15,-13],[18,-3],[14,5],[5,17],[9,1],[9,-14],[-7,-29],[23,-5],[29,-23],[27,15],[-12,21],[11,13],[17,-4],[26,-20],[12,12],[47,1],[6,-12],[-28,-55],[55,23],[0,-20],[-46,-9],[27,-31],[23,9],[9,-22],[-53,3],[-23,-13],[27,-20],[4,-14],[-41,18],[-19,-2],[11,-15],[27,-15],[-21,-6],[9,-9],[-11,-12],[-12,-3],[-20,6],[-7,-22],[-11,-5],[-17,7],[-3,-9],[63,-28],[59,-6],[7,-16],[57,-19],[12,15],[13,-5],[-7,31],[6,11],[22,-11],[9,-15],[5,3],[-11,46],[-20,1],[13,11],[38,-15],[-12,-31],[6,-20],[23,23],[4,34],[16,-5],[8,-19],[19,2],[-7,-24],[-26,-13],[5,-14],[23,5],[36,23],[15,-29],[32,-6],[13,5],[-4,23],[9,1],[12,-12],[-2,-15],[-45,-20],[8,-8],[28,-5],[-38,1],[-1,-9],[32,-15],[38,5],[29,-24],[3,-13],[-5,-8],[-40,12],[3,17],[-16,3],[-13,-17],[14,-26]],[[8099,4584],[28,-56],[-22,-6],[13,-76],[-4,-45],[32,-6],[13,-12]],[[8159,4383],[-43,4],[-6,-35],[-29,3],[-17,-11],[-1,61],[-44,3],[18,22],[-24,4],[-1,13],[-23,9],[-6,-6],[-38,0],[-63,-15],[-19,21]],[[7863,4456],[4,31],[-33,34],[4,46],[39,-6],[76,8],[-16,47],[42,-35],[22,12],[50,5],[-5,-21],[11,1],[2,-13],[0,11],[40,8]],[[7966,3393],[-51,-51],[-74,-73],[-31,-31],[35,-68],[-8,-2],[-57,110],[8,2],[-33,63],[-45,86],[-46,-23],[-10,-5],[2,-4],[2,-6],[5,-14],[10,-23],[-5,-25],[-27,-12],[-16,-5],[-36,-12],[9,-18],[7,-15],[12,-26],[-35,-10],[15,-29],[23,-44],[14,-25],[-60,-21],[-19,29],[-87,-35],[-4,-3],[-4,-21],[15,-19],[-9,-7],[-17,-14],[-8,-6],[-43,-31],[-75,23],[-17,6],[-3,5],[31,29],[20,18],[35,32],[10,9],[14,12],[-2,5],[-2,4],[-2,2],[-2,2],[-10,6],[-11,7],[-4,3],[-5,3],[-1,1],[-9,13],[-4,5],[6,7],[1,8],[0,44],[-1,28],[-28,17],[81,59],[19,13],[-15,50],[-25,-3],[-4,29],[-10,152],[-1,6],[-8,3],[-13,0],[-10,-3],[-15,-3],[-62,-13],[-83,-19],[-17,-3],[2,-57],[3,-39],[-38,-2],[-145,-5],[-23,-1],[-23,-1],[-37,-1],[-11,-7],[-1,-1]],[[6516,3951],[-13,15],[33,25],[-18,22],[8,25],[10,-1],[11,-16],[23,-5],[6,-18],[8,0],[1,26],[8,5],[28,-20],[24,24],[32,-4],[7,7],[17,-13],[9,11],[15,-23],[57,77],[21,-24],[127,94],[-19,23],[37,28]],[[6948,4209],[8,-10],[93,46],[13,-28],[53,25],[36,1],[33,-109],[14,2],[12,-34],[136,19],[2,16],[10,2],[-28,84],[23,10],[-7,21],[25,8],[-8,23],[18,9],[17,-24],[147,46],[-17,41],[-48,0],[5,36],[68,-14],[-11,25],[64,-11],[-2,9],[14,-3],[-17,30],[8,3],[12,-10],[13,6],[21,-14],[34,13],[145,-22],[7,60],[22,-9]],[[8159,4383],[15,-30],[45,-19],[27,-1],[9,8],[0,21],[-18,31],[10,1],[28,-27],[12,-36],[9,-3],[0,55],[8,15],[22,12],[37,-8],[13,4],[5,25],[-23,53],[35,10],[40,26],[18,-5],[3,-8],[-39,-25],[-5,-14],[10,-12],[32,-3],[46,23],[12,-12],[-12,-24],[10,-12],[38,-7],[-11,39],[6,4],[57,-32],[1,-25],[-43,-28],[41,-40],[22,-6],[-21,-75],[21,-66],[9,-2],[16,20],[20,-22],[-6,-29],[20,-54],[-19,-35],[-48,-27],[1,-19],[-16,-27]],[[5244,5277],[-35,-31],[34,-17],[4,-19],[64,-31],[16,-17],[28,-4],[31,-25],[-15,-10],[7,-9],[-24,-24],[8,-10],[-12,-9],[49,-27],[51,-11],[-2,-5],[-11,4],[-26,-26],[27,-23],[34,-12],[-5,-6],[21,-12],[-25,-48],[41,-47],[-5,-12],[12,-16],[20,35],[3,-8],[17,10],[17,1],[-9,-39],[18,-19],[6,3],[12,-15],[27,-9],[25,-23],[8,6],[7,-3],[8,-29],[10,-4],[12,14],[36,-19],[-22,-15],[13,-20],[-14,-10],[26,-24],[-21,-27],[53,-38],[30,15],[-18,33],[-20,-2],[23,30],[14,2],[29,-16],[15,13],[16,-19],[31,1],[2,-23],[8,2],[1,-15],[19,-16],[7,-29],[42,-35],[33,-52],[-8,-12],[-24,6],[-23,-10],[17,-38],[-7,-12],[-19,-9],[-28,2],[-17,-11],[11,-17],[30,-19],[31,-44],[-18,-9]],[[4590,3866],[0,3],[0,5],[-5,22],[-5,7],[-6,7],[-4,7],[-3,26],[0,16],[7,4],[2,3],[0,5],[-1,5],[-9,21],[-7,9],[-8,3],[3,-7],[0,-4],[0,-5],[-2,-4],[-2,-1],[-3,0],[-5,1],[-5,3],[-5,4],[0,2],[-1,17],[-5,19],[-15,7],[-7,7],[-5,18],[-6,28],[0,14],[-3,8],[-2,4],[-3,3],[-16,15],[-17,8],[-21,5],[-5,2],[0,5],[2,4],[2,3],[2,3],[5,4],[6,1],[6,-1],[1,2],[2,3],[-1,6],[-2,6],[-2,3],[-3,3],[-4,0],[-4,-3],[-4,-2],[-9,-3],[-3,0],[-5,3],[-5,8],[-4,9],[-4,10],[-10,21],[-2,2],[9,23],[16,14],[-10,21],[-11,8],[-13,7],[-6,2],[-12,7],[-4,2],[-3,4],[-2,3],[2,3],[18,0],[19,-3],[-9,17],[-17,13],[-8,3],[-7,-1],[-10,8],[-12,10],[-9,12],[-3,15],[-24,4],[-12,0],[-8,6],[-7,7],[-4,6],[-1,6],[-5,13],[-5,12],[-17,5],[-5,3],[-7,10],[0,4],[4,10],[0,8],[-1,26],[-4,5],[-6,10],[9,19],[4,5],[5,4],[5,0],[7,0],[7,10],[-8,7],[-8,7],[-10,9],[-23,19],[-19,13],[4,4],[8,9],[27,10],[-2,14],[-2,21],[3,13],[-3,8],[-6,7],[-4,0],[-21,-4],[-30,2],[-2,1],[-12,10],[-9,10],[-2,5],[11,16],[3,0],[21,-4],[19,16],[10,6],[10,12],[9,13],[2,5],[-5,3],[-2,1]],[[4212,4814],[50,23],[22,-32],[40,8],[25,-20],[6,-24],[23,5],[17,10],[-24,24],[-17,4],[-8,15],[12,4],[-1,29],[25,-4],[15,7],[18,-22],[53,-4],[15,-38],[27,-21],[17,4],[11,-26],[30,9],[15,36],[-10,44],[11,44],[-9,17],[19,2],[-7,94],[13,66],[106,6],[1,-6],[9,4],[-7,10],[12,5],[35,-10],[26,-32],[42,37],[4,10],[-68,70],[-13,82],[62,101]],[[4809,5345],[10,2],[8,-11],[4,-10],[-13,4],[-4,-12],[22,-19],[44,16],[10,-17],[6,7],[-11,14],[11,8],[-3,8],[12,2],[12,-38],[22,16],[22,-40],[11,2],[-8,17],[14,-4],[-5,7],[9,3],[-17,17],[-15,-1],[-11,16],[8,4],[26,-15],[16,13],[29,-27],[13,-31],[11,12],[-15,17],[4,3],[-19,47],[-5,3],[-11,-19],[-3,6],[-12,-3],[27,22],[29,-41],[78,-78],[60,61],[45,-28],[12,6],[12,-7]],[[5794,5162],[10,10],[28,-23],[-8,-12],[18,-12],[20,10],[35,-46],[20,6],[64,-66],[52,-78],[27,30],[23,-22],[14,11],[17,-12],[-23,-14],[1,-13],[24,7],[1,-21],[21,36],[26,-11],[26,-24],[32,-12],[4,-5],[-15,-23],[32,-10],[-5,-14],[14,0],[-18,-116],[61,-3],[-3,-65],[138,-31],[13,17],[21,-3],[20,-11],[31,-37],[31,-1],[13,8],[6,-10],[41,18],[22,-14],[123,-2]],[[6751,4604],[4,-24],[38,16],[41,-3],[0,26],[25,0],[11,12],[9,-22],[10,0],[1,22],[35,-6],[-11,-19],[10,-13],[-23,-11],[-16,11],[-8,-22],[17,-5],[25,11],[18,-18],[-8,-1],[-2,-9],[-23,-2],[-3,-8],[35,-40],[51,-22],[-31,-65],[9,-24],[15,-7],[30,-42],[-53,-21],[12,-19],[-13,-7],[20,-37],[-45,-24],[17,-22]],[[5244,5277],[79,-66],[10,7],[-4,10],[-14,12],[-11,0],[-15,21],[25,10],[41,47],[8,-21],[26,-26],[-10,-22],[14,-24],[184,-140],[57,-56],[52,28],[-43,47],[-28,4],[-14,13],[22,11],[22,-6],[9,11],[-40,22],[53,40],[12,-9],[32,13],[19,-37],[43,16],[5,-32],[16,12]],[[4677,5593],[-3,-17],[17,-9],[-27,-2],[3,-15],[-13,-3],[-6,-31],[-33,1],[-17,23],[-29,9],[-13,-63],[10,-2],[-5,-14],[12,-15],[11,8],[17,-10],[-14,-11],[31,-13],[10,-22],[21,-4],[16,-19],[25,3],[19,19],[42,13],[37,-13],[4,-39],[17,-22]],[[4212,4814],[-15,5],[-23,9],[-3,3],[0,2],[4,3],[6,2],[3,0],[3,-3],[1,-5],[3,-1],[5,0],[4,3],[0,3],[-3,5],[-7,5],[-9,2],[-33,1],[-10,1],[-4,3],[-3,5],[-2,5],[5,3],[3,1],[3,0],[3,-4],[10,2],[16,5],[3,2],[6,23],[-1,5],[-3,4],[-23,13],[-17,11],[-5,4],[-4,5],[-4,6],[0,5],[4,3],[16,14],[22,19],[4,3],[4,4],[1,3],[-1,4],[-3,3],[-24,15],[-11,17],[-19,8],[-17,8],[-14,8],[-15,8],[-17,9],[-1,-1],[-2,-1],[-6,1],[-8,3],[-4,3],[-10,8],[-10,8],[-11,7],[-5,2],[-2,4],[1,2],[3,6],[7,8],[5,5],[9,3],[11,-2],[9,-8],[7,-8],[4,-2],[3,1],[2,4],[-5,17],[-11,15],[-3,2],[-4,-1],[-10,2],[-11,9],[-7,5],[-3,2]],[[3999,5167],[30,-9],[4,11],[-18,11],[5,9],[34,1],[-28,70],[-114,2],[-7,26],[17,44],[-26,47],[-29,6],[8,25],[-3,29],[-46,24],[-77,23],[-4,24],[21,44],[14,11],[-17,7],[-2,9],[9,46],[-4,32],[48,5],[62,-12],[-1,25],[-8,7],[12,32],[-40,10],[-13,20],[-9,42],[20,78],[34,21],[45,6],[51,24],[66,9]],[[4033,5926],[12,-6],[-2,-12],[22,0],[13,-13],[-18,-10],[58,-16],[3,-10],[13,5],[9,-45],[21,-11],[18,-1],[5,-8],[9,6],[43,-6],[13,-55],[37,-5],[14,6],[34,-13],[53,-55],[5,9],[13,-11],[23,5],[6,14],[22,-14],[17,10],[15,-8],[11,3],[38,-22],[22,5],[37,-26],[4,4],[70,-23],[4,-30]],[[6904,5428],[19,-29],[44,-33],[23,-8],[54,-2],[-9,-28],[29,-12]],[[7064,5316],[4,-7],[-17,-24],[-107,28],[-22,13],[-15,-5],[3,-21],[33,-8],[-2,-6],[-6,-10],[-23,4],[-2,-8],[-20,2],[0,-6],[-40,3],[5,26],[-37,4],[-6,-22],[-4,8],[-6,-20],[-24,-15],[-9,-41],[-29,1],[0,7],[-36,-2],[-15,7],[4,17],[-55,3],[-2,-7],[16,-1],[-11,-46],[7,-8],[-16,-9],[6,-9],[-13,-6],[37,-46],[-36,-11],[48,-31],[8,-9],[-4,-8],[36,-9]],[[6714,5044],[-20,-43],[9,-43],[-65,-3],[10,-55],[-52,-6],[-18,-18],[68,-30],[64,-17],[86,-5],[5,-158],[-18,-1],[-6,-10],[42,-34],[-10,-22],[-4,27],[-24,-5],[-9,6],[-21,-23]],[[5794,5162],[-10,51],[-23,-2],[11,-10],[-9,-5],[-15,3],[-32,68],[-27,9],[-10,11],[24,14],[23,-6],[23,43],[14,4],[98,-6],[21,16],[37,-11],[-26,25],[10,11],[-19,27],[-29,29],[-62,40],[-26,31],[6,6],[-6,5],[12,10],[38,-34],[37,-14],[17,-18],[52,-27],[52,-54],[-3,9],[20,22],[9,32],[39,38],[22,4],[-19,26]],[[6043,5509],[12,16],[41,-26],[16,23],[7,-1],[28,-24],[7,11],[29,-27],[63,-36],[6,44],[9,12],[9,-12],[12,12],[-16,26],[18,-4],[5,5],[-21,54],[24,-7],[14,5],[31,-15],[6,5],[20,-18],[27,7],[17,-14],[8,14],[26,-7],[-10,14],[14,-18],[-3,-22],[29,-2],[-1,-24],[7,-8],[9,1],[0,-5],[-21,-3],[1,-11],[37,-30],[-14,1],[-19,-21],[-19,2],[-11,-9],[-2,-18],[37,-3],[0,-10],[-11,2],[-1,-23],[48,-3],[1,8],[26,-2],[14,44],[72,-11],[-26,28],[46,-10],[-8,-21],[16,-3],[15,18],[15,-11],[-7,-12],[76,-17],[34,31],[17,26],[35,-1],[40,22],[19,-26],[8,3]],[[7554,5505],[-14,-59],[11,-14],[17,-14],[33,-10],[62,13],[28,-5],[24,-30],[17,-54],[30,-44],[21,-17],[38,-4],[3,-6],[-23,-10],[-12,-19],[0,-26],[26,-31],[-11,-19],[-19,-5],[-40,11],[-6,34],[-11,6],[-8,-9],[62,-124],[-3,-19],[-115,-7],[-64,11],[-10,-7],[-2,-26],[-11,-9],[-14,10],[19,33],[-8,13],[-30,-14],[-3,-35],[8,-16],[82,-93],[60,-40],[56,-22],[43,1],[34,13],[81,78],[26,11],[39,-5],[38,-35],[35,-6],[13,-19],[6,-36],[-33,-104],[12,-23],[35,-12],[10,-33],[-3,-48],[16,-46]],[[6714,5044],[39,-10],[-7,25],[-8,-5],[-17,33],[-5,22],[33,14],[-5,29],[8,11],[45,-43],[29,-7],[59,0],[77,11],[32,-39],[13,-46],[22,-13],[-23,-55],[18,-4],[6,18],[19,-4],[34,9],[-15,18],[21,16],[15,-20],[9,12],[9,-6],[19,14],[-16,26],[89,64],[-11,35],[27,-3],[59,21],[16,-8],[12,5],[21,-19],[2,12],[13,5],[29,-12],[-8,19],[18,-15],[9,9],[-8,16],[9,-5],[6,6],[12,-8],[24,21],[-35,6],[18,7],[-21,80],[84,173],[27,-4],[34,-28],[-31,34],[-29,14],[39,53],[24,-23]],[[7428,5605],[115,-71],[11,-29]],[[7064,5316],[13,5],[30,68],[46,18],[1,33],[21,42],[15,5],[15,-8],[10,-65],[33,36],[5,29],[-26,91],[8,26],[38,11],[45,-6],[26,-17],[18,-39],[31,28],[7,18],[-6,13],[-29,11],[-3,11],[24,-1],[42,-20]],[[6101,5670],[-17,12],[-20,-19],[-6,-12],[16,-6],[4,-18],[-39,-57],[-32,-26],[36,-35]],[[4677,5593],[31,8],[34,-7],[26,9],[12,-8],[5,5],[11,-3],[37,54],[44,-25],[12,-21],[10,7],[-11,17],[30,14],[17,1],[52,-27],[12,3],[49,69],[30,-21],[14,7],[-27,28],[28,25],[-37,28],[36,38],[23,-15],[-6,-7],[10,-7],[7,7],[19,-25],[65,-47],[10,6],[-5,11],[11,-8],[24,17],[-41,66],[25,17],[-7,14],[16,10],[17,-15],[14,9],[-46,42],[-20,30],[12,6],[-40,40],[22,2],[-2,9],[-34,9],[-17,-12],[-4,8],[-14,0],[-3,11],[-10,2],[-4,19],[22,6],[4,-15],[9,2],[0,18],[27,4],[2,-16],[17,2],[1,13],[17,-14],[-11,22],[7,3],[16,-12],[7,31],[54,-10],[2,26],[-41,14],[-2,19],[-25,7],[20,23],[20,-15],[-3,-9],[36,-21],[20,18],[6,-4],[7,5],[24,-19],[6,17],[-26,24],[11,5],[53,-22],[7,-8],[37,-2],[7,-7],[17,7],[-16,33],[-32,19],[-3,14],[-27,2],[8,10]],[[5392,6163],[23,-2],[22,-21],[19,5],[-1,11],[13,2],[5,-9],[-9,-11],[10,-6],[37,16],[2,-13],[30,1],[-8,17],[25,6],[3,-9],[26,17],[41,9],[10,-40],[-1,-67],[-14,1],[10,-22],[19,-15],[68,-4],[47,-49],[-6,-9],[-16,14],[-16,-13],[28,-23],[-13,-18],[47,-30],[-8,-17],[21,-10],[-10,-12],[39,-43],[8,28],[18,-1],[34,25],[27,-19],[16,6],[3,-11],[28,1],[-2,-29],[-10,0],[-5,-14],[16,-35],[29,-19],[57,21],[25,-67],[17,7],[18,-29],[-13,-13]],[[4333,6577],[67,-27],[23,-30]],[[4423,6520],[26,-67],[4,-53],[-32,-120],[-14,-6],[2,12],[-44,5],[-1,-5],[-14,6],[-24,-48],[-6,3],[-2,-10],[-3,8],[-10,1],[1,-8],[-13,-6],[0,-9],[23,-4],[-14,-1],[-4,-12],[8,-2],[-8,-39],[-28,23],[-21,5],[-10,-8],[7,-9],[-9,-9],[1,-16],[-25,3],[-28,31],[-29,-22],[-26,8],[-15,-14],[1,-8],[8,0],[-5,-17],[13,3],[6,-8],[19,12],[31,-40],[-6,-8],[-21,14],[-21,-11],[38,-25],[-5,-33],[13,10],[33,1],[3,-21],[11,0],[-4,28],[29,3],[-30,5],[2,9],[60,-3],[-6,-8],[18,-3],[-24,-23],[-5,-23],[-42,3],[-19,-13],[-43,3],[-17,12],[-20,1],[-30,-32],[17,-19],[-2,-9],[-10,-6],[-45,21],[-8,-27],[-21,-19]],[[3999,5167],[-20,0],[-8,-3],[-3,-5],[-1,-4],[2,-4],[-1,-3],[-3,-3],[-7,-1],[-12,0],[-25,11],[-9,3],[-18,5],[-3,6],[-2,7],[0,4],[0,4],[-3,3],[-6,4],[-7,2],[-5,-2],[-3,-4],[-1,-5],[-4,-1],[-8,1],[-11,6],[-6,7],[-2,5],[-8,8],[-8,7],[-28,6],[-22,1],[-6,0],[-7,4],[-10,6],[-1,3],[3,5],[9,4],[10,4],[2,0],[3,-1],[8,-2],[7,1],[3,2],[0,6],[-4,3],[-14,6],[-29,9],[-28,5],[-14,1],[-25,14],[-23,12],[-27,10],[-9,4],[-5,10],[-3,15],[-5,8],[-12,15],[-3,1],[-3,0],[-7,-2],[-6,0],[-7,3],[-3,4],[1,4],[6,19],[-7,5],[-8,4],[-6,4],[-1,7],[2,2],[1,3],[0,3],[-4,2],[-17,0],[-10,-11],[-1,-2],[0,-1],[-5,-2],[-6,0],[-9,6],[-6,6],[-2,4],[4,7],[-9,9],[-22,3],[-26,3],[-10,5],[-8,7],[-6,8],[-2,4],[0,3],[5,3],[24,7],[26,-12],[4,0],[5,2],[6,6],[3,9],[-3,8],[-10,9],[-14,10],[-4,-1],[-4,-3],[-9,-4],[-10,-1],[-6,1],[-20,6],[-19,9],[-8,2],[-13,-2],[-16,-1],[-11,2],[-19,6],[-16,2],[-7,0],[-6,2],[-5,5],[-1,4],[5,3],[7,0],[10,-3],[12,-3],[13,-5],[5,0],[3,3],[0,7],[-13,16],[-5,2],[-5,-3],[-9,-6],[-5,-1],[-6,2],[-2,5],[2,7],[8,8],[6,1],[10,-2],[11,-1],[11,2],[1,9],[2,2],[2,3],[4,3],[11,9],[0,10],[-7,5],[-7,3],[-16,8],[-4,3],[0,8],[5,20],[0,2],[2,5],[1,2],[7,12],[-1,10],[-8,2],[-7,-2],[-8,-1],[-14,4],[-5,6],[-1,15],[2,13],[1,2],[4,13],[5,7],[0,4],[-3,3],[-6,0],[-13,-7],[-6,-5],[-4,-2],[-3,0],[-2,3],[2,8],[5,8],[18,17],[2,5],[0,6],[-1,2],[-10,7],[-7,0],[-11,7],[-9,8],[7,12],[-1,5],[-8,4],[-10,1],[-9,-2],[-15,-4],[-10,-1],[-7,3],[0,3],[-1,3],[-3,10],[-5,8],[-9,6],[-5,5],[-3,5],[0,6],[1,5],[5,5],[9,0],[3,-4],[5,-2],[7,3],[3,7],[0,9],[-6,6],[-7,4],[-7,1],[-7,-3],[-1,-2],[-1,-4],[1,-2],[-2,-1],[-3,0],[-3,1],[-3,4],[-2,5],[-1,8],[7,4],[9,0],[7,-3],[2,-2],[3,-1],[4,-2],[9,1],[6,3],[0,5],[-6,5],[-24,8],[-7,5],[-3,5],[0,8],[8,12],[3,14],[-2,5],[-5,2],[-2,0],[-2,0],[-10,6],[-7,10],[-1,9],[-4,7],[-1,3],[-11,15],[-12,9],[-4,1],[-3,-1],[-3,-2],[-30,11],[-11,6],[-13,1],[-7,-4],[0,-5],[3,-12],[-1,-9],[-12,-2],[-6,1],[-6,2],[-12,1],[-4,-3],[-4,-6],[1,-7],[-1,-5],[-3,-3],[-4,-1],[-5,4],[-3,11],[-6,29],[-1,21],[-7,8],[-3,-3],[-1,-6],[0,-7],[-4,-6],[-6,-2],[-8,3],[-7,10],[-8,8],[-8,4],[-23,4],[-11,0],[-9,-2],[-1,-4],[0,-12],[-8,-5],[-25,5],[-4,3],[0,3],[-6,18],[-2,5],[-2,4],[-6,12],[-2,12],[-3,7],[-10,14],[-3,-1],[-2,-3],[-4,-8],[-4,-9],[-11,-4],[-9,-2],[-5,-2],[-9,-1],[-1,3],[1,3],[11,10],[3,4],[2,4],[-1,6],[-2,4],[-6,5],[-6,1],[-5,-2],[-13,-15],[-1,-5],[6,-6],[2,-3],[0,-3],[-3,-4],[-5,-1],[-5,1],[-5,3],[-4,3],[-4,5],[-1,3],[2,3],[8,4],[2,3],[0,4],[-3,3],[-1,1],[-7,2],[-9,0],[-12,-3],[-8,1],[-4,2],[-1,5],[2,3],[7,5],[19,2],[13,-1],[14,1],[15,2],[25,17],[2,4],[0,6],[-2,3],[-21,11],[-8,1],[-4,1],[-14,1],[-5,0],[-4,6],[1,6],[7,13],[2,5],[3,16],[1,11],[-1,9],[-6,11],[-5,2],[-27,-10],[-4,0],[-23,1],[-4,1],[-3,5],[0,5],[5,3],[19,6],[5,5],[0,4]],[[2727,6311],[43,17],[54,15],[5,-6],[126,40],[-5,63],[42,-2],[20,14],[97,-1],[4,33],[47,27],[29,1],[61,-22],[10,-10],[32,46],[40,-42],[14,-2],[16,13],[21,6],[9,-4],[16,9],[-5,16],[16,20],[19,-8],[1,-13],[-12,4],[-10,-5],[42,-33],[67,47],[10,-21],[38,11],[-23,45],[0,79],[23,43],[107,-36],[64,7]],[[3745,6662],[4,-13],[-39,-4],[11,-41],[42,4],[-1,10],[63,13],[-6,14],[41,11],[2,-9],[53,-12],[32,7],[35,-8],[59,-130],[34,4],[-4,90],[9,1],[-1,16],[47,3],[3,8],[25,2],[22,-49],[137,6],[20,-8]],[[7139,5878],[32,-32],[24,-60],[32,-12],[1,-7]],[[7228,5767],[-4,-24],[-26,-49],[-41,-39],[-31,-50],[-38,-30],[-84,-22],[-27,-55],[-61,-50],[-12,-20]],[[6101,5670],[21,-12],[46,54],[-52,50],[6,96],[-14,1],[0,10],[14,0],[2,31],[8,-1],[10,28],[20,-11],[0,14],[34,-9],[0,-17],[12,-2],[10,27],[57,-20],[24,2],[1,11],[11,-2],[1,-14],[39,-1],[0,10],[33,1],[15,53],[25,14],[19,-10],[27,17],[-9,11],[15,5],[-6,7],[36,0],[-5,17],[37,6],[10,-17],[19,14],[13,38],[76,-20],[71,-1],[-17,30],[7,8],[-4,17],[10,1],[-4,10],[15,-10],[-5,13],[9,-1],[13,-12],[12,18],[0,20],[23,5]],[[6786,6149],[10,-52],[32,4],[5,-25],[56,-6],[57,-44],[7,-103],[-21,-1],[-33,-39],[-1,-13],[45,-7],[10,-71],[74,7],[-9,15],[69,13],[-12,36],[-8,-18],[-45,-15],[-11,-1],[-4,12],[39,16],[38,33],[3,14],[25,-6],[27,-20]],[[7228,5767],[11,2],[3,16],[14,-27],[35,20],[-5,6],[81,67],[-2,15],[10,-2],[28,30],[23,1],[24,-18],[49,47],[50,-38],[28,26],[17,-11],[20,28],[14,-6],[49,68],[67,-31],[-51,-75],[-4,-4],[-16,9],[-71,-77],[-37,13],[-3,-34],[-19,-34],[9,-22],[-37,-38],[-22,-6],[-18,-17],[-23,14],[-6,-12],[-25,19],[-18,-4],[-2,-8],[24,-19],[-20,-26],[29,-27],[-6,-7]],[[4423,6520],[19,3],[-2,19],[34,2],[21,-34],[86,-7],[6,1],[-1,17],[25,-18],[56,-11],[28,-22],[54,1],[31,-19],[31,-2],[24,-22],[18,26],[58,-32],[20,59],[23,-4],[25,-10],[-2,-6],[15,-3],[2,6],[43,-10],[4,-17],[22,2],[2,-10],[21,-1],[2,-12],[7,3],[15,-11],[20,9],[59,-44],[11,37],[-43,34],[6,24],[8,5],[11,-7],[7,3],[9,31],[20,-15],[84,6]],[[5302,6491],[-1,-32],[22,-23],[-8,-17],[27,-144],[23,4],[10,-30],[11,2],[7,-19],[35,-14],[15,7],[-13,58],[8,6],[18,-63],[33,-26],[3,-15],[-25,1],[5,-24],[-11,0],[-16,34],[-2,-11],[-17,3],[22,-29],[-29,4],[-8,12],[-11,-1],[-3,11],[-25,-10],[16,0],[4,-12]],[[7674,6293],[-6,-4],[4,-23],[-174,-66],[-21,-21],[-28,19],[-82,-77],[-13,16],[-46,-45],[-14,-40],[-97,-44],[10,-10],[-14,-10],[-24,21],[-23,-7],[-32,-24],[7,-7],[-21,-22],[28,-30],[11,-41]],[[6786,6149],[-7,17],[-12,0],[-5,92],[8,23],[-57,-16],[-19,48],[75,5],[5,99],[18,2],[13,-37],[10,3],[8,-12],[-16,-3],[-15,6],[-16,-16],[38,-27],[-12,-33],[57,48],[43,-3],[-17,7],[-36,54],[41,12],[-2,-13],[37,11],[-13,16],[21,7]],[[6933,6439],[16,-20],[136,-81],[59,-51],[32,-60],[-4,-41],[13,-6],[29,7],[1,-6],[77,28],[6,-8],[37,5],[13,17],[46,15],[-7,18],[12,12],[16,-8],[27,2],[20,-25],[-15,-14],[11,-8],[15,14],[5,-4],[93,87],[22,-18],[74,19]],[[7667,6313],[7,-20]],[[7674,6293],[1,-1],[65,10],[9,6],[13,5],[59,10],[11,-47],[10,-39],[-41,-29],[1,-4],[14,-48],[27,-95],[16,3],[22,5],[33,6],[5,-19],[5,-22],[53,8],[-3,17],[37,4],[78,16],[-2,17],[-2,34],[0,12],[-3,25],[23,1],[7,16],[-19,5],[13,33],[-15,2],[3,21],[13,2],[10,4],[61,22],[22,3],[138,17],[20,-87],[2,-13],[8,-50],[4,-24],[1,-7],[2,-15],[11,-61],[11,-54],[11,-63],[-31,-6],[-61,-8],[-40,-6],[19,-90],[25,-123],[15,-71],[21,-99],[-109,-12],[-23,-3],[-9,-1],[-10,-1],[-29,-3],[-2,0],[-29,-3],[-17,3],[-10,-2],[3,-24],[7,-41],[27,6],[18,5],[39,-102],[3,-21],[55,2],[-7,59],[74,8],[61,7],[25,3],[11,2],[11,1],[3,-8],[2,-10],[43,-166],[-26,-2],[-49,-7],[-2,-21],[0,-10],[-5,-48],[-2,-29],[-5,-85],[-4,-66],[-112,-19],[43,-58],[3,1],[190,49],[23,-118],[148,17],[2,-5],[25,3],[-3,13],[26,13],[8,-43],[1,-2],[27,3],[29,-108],[6,-21],[18,-64],[84,14],[64,11],[39,7],[92,16],[-5,22],[42,5],[17,2],[45,6],[3,-14],[0,-10],[4,-18],[1,-4],[1,-2],[12,-50],[2,-10],[-14,-4],[-3,-8],[2,-12],[18,-30],[33,-56],[71,27],[-1,3],[-12,19],[9,2],[9,3],[18,5],[3,2],[29,11],[15,-11],[16,-13],[21,-9],[7,-11],[3,-15],[22,-15],[-3,-11],[-24,4],[-21,3],[-15,-8],[-41,-22],[-22,-11],[25,-30],[8,-13],[18,-21],[10,-11],[9,-12],[11,-16],[8,-13],[-1,-25],[0,-17],[1,-8],[13,-4],[9,-3],[1,-6],[-2,-17],[-5,-15],[-3,-13],[-1,-3],[-7,-24],[0,-25],[0,-6],[-1,-9],[0,-5],[-3,-11],[-1,-11],[0,-6],[7,-22],[3,-18],[2,-21],[0,-9],[0,-3],[-2,-4],[-4,-3],[-12,-7],[-10,-8],[-5,-5],[-4,-10],[1,-15],[0,-11],[-5,-20],[-3,-7],[-3,-5],[-3,-4],[-14,-11],[-4,-5],[-2,-5],[0,-4],[0,-7],[3,-7],[5,-8],[18,-24],[1,-9],[0,-11],[-3,-23],[0,-4],[3,-9],[11,-23],[9,-20],[10,-12],[6,-11],[-3,-9],[-7,-11],[-6,-23],[-21,1],[-4,1],[-20,7],[-18,2],[-5,-1],[-2,-8],[-4,-23],[1,-7],[6,-22],[1,-3],[10,-21],[8,-15],[0,-8],[-44,-6],[-16,-2],[-86,-14],[-34,-2],[-16,-4]],[[3685,7508],[50,-53],[-89,-62],[14,-11],[-14,-11],[24,-18],[-9,-14],[27,-21],[0,-14],[21,-30],[40,35],[5,-7],[25,-2],[27,-53],[0,-41],[13,2],[8,-20],[20,5],[51,-25],[12,-16],[-15,-4],[5,-36],[-76,-17],[-15,17],[-40,-14],[-7,-93],[-23,-44],[-42,1],[-55,-27],[-14,18],[-48,-33],[34,-86],[69,-28],[1,14],[-11,1],[0,12],[35,-4],[7,-23],[100,-7],[-8,-86],[-24,-18],[-20,-5],[1,-11],[-19,-17]],[[2727,6311],[1,6],[-4,3],[-4,1],[-4,-2],[-2,-6],[-4,-5],[-7,-6],[-3,-2],[-3,-2],[-5,-1],[-6,3],[-1,4],[0,18],[-1,17],[1,26],[0,2],[2,5],[8,8],[9,6],[5,0],[8,-3],[4,2],[2,3],[1,5],[4,18],[0,8],[-4,4],[-4,0],[0,-2],[-4,-5],[-7,-1],[-5,3],[-5,7],[0,5],[1,10],[0,2],[-3,8],[-7,14],[-10,5],[-16,-1],[-13,6],[-3,3],[-3,4],[-3,6],[-3,12],[3,5],[19,22],[19,23],[4,2],[5,3],[7,16],[4,11],[-3,16],[-13,7],[-8,-5],[-8,-3],[-8,2],[-6,6],[-1,5],[-10,10],[-12,10],[-9,5],[-7,7],[-6,10],[-4,14],[1,11],[-12,2],[-13,-3],[-39,-36],[-3,-5],[-6,0],[-4,2],[-3,4],[-1,9],[1,13],[4,11],[7,6],[2,3],[1,4],[-3,4],[-5,1],[-4,-2],[-10,-12],[-2,-17],[-1,-6],[-6,-5],[-10,0],[-17,3],[-7,1],[-4,3],[-5,6],[0,5],[7,4],[4,2],[2,3],[-2,5],[-3,2],[-8,0],[-6,-2],[-13,-3],[-15,-5],[-10,-2],[-5,3],[-15,22],[-3,5],[0,5],[0,2],[2,7],[-3,6],[-6,4],[-13,5],[-12,9],[-5,6],[1,7],[2,26],[2,5],[0,11],[-6,5],[-10,7],[-16,13],[-2,2],[1,2],[3,3],[26,5],[5,2],[2,2],[-1,6],[-7,3],[-7,-2],[-13,-1],[-6,1],[-7,1],[-24,16],[-10,8],[-3,6],[-11,31],[-15,26],[-5,4],[-2,5],[-3,17],[2,4],[13,12],[14,9],[4,4],[0,7],[-4,4],[-4,2],[-14,0],[-23,-4],[-18,0],[-9,2],[-5,4]],[[2212,7000],[69,37],[5,9],[43,17],[211,116],[41,-8],[11,29],[16,-4],[7,20],[36,-23],[94,-18],[12,-17],[22,16],[20,-17],[76,59],[-39,32],[10,9],[-9,7],[0,15],[78,121],[84,92],[44,-52],[-9,-7],[34,-19],[70,8],[25,26],[21,0],[10,11],[34,67],[11,56],[51,56]],[[3290,7638],[24,-30],[89,-16],[74,-29],[25,-23],[37,-18],[-76,-29],[18,-14],[48,19],[-10,-11],[38,-10],[39,24],[23,-20],[11,16],[55,11]],[[6770,6824],[8,-26],[20,-21],[198,-115],[56,-59],[-2,-31],[-101,-92],[-16,-41]],[[5302,6491],[139,18],[28,34],[-17,8],[-25,28],[26,66],[-4,8],[26,10],[-14,39],[47,18],[88,58],[-16,15],[31,21],[18,-17],[259,112],[-47,25],[23,189]],[[5864,7123],[177,-116],[-11,-38],[102,-12],[4,-13],[45,-9],[17,-27],[38,12],[-30,52],[21,16],[28,-38],[20,12],[65,-15],[-14,22],[49,10],[4,25],[41,39],[16,-14],[-16,-23],[24,-3],[15,6],[13,-9],[19,8],[5,-23],[23,-20],[50,19],[36,-73],[18,6],[6,-17],[10,3],[8,-13],[-27,-18],[26,-54],[27,8],[21,-23],[76,21]],[[3347,7701],[-9,3],[-16,-10],[1,-19],[-33,-37]],[[2212,7000],[-2,2],[-15,9],[-11,5],[-8,4],[-15,6],[-20,10],[-8,6],[-3,2],[-1,3],[-8,18],[-4,7],[-5,6],[-4,8],[-2,7],[0,2],[1,4],[-2,6],[-4,9],[-7,5],[-5,3],[-48,12],[-12,4],[-9,5],[-6,6],[-5,7],[-10,13],[-8,9],[-5,4],[-12,7],[-6,4],[0,8],[1,8],[-1,7],[-4,12],[-4,7],[-9,12],[-17,6],[-10,0],[-7,1],[-4,2],[-5,13],[-1,5],[1,4],[8,14],[2,19],[-1,4],[-4,4],[-6,2],[-11,2],[-8,-1],[-11,1],[-8,3],[-6,7],[-11,13],[0,3],[2,3],[13,15],[2,3],[1,10],[-9,2],[-2,-1],[-2,-1],[-9,0],[-11,10],[-1,3],[3,10],[0,4],[0,4],[-2,7],[-3,4],[-8,5],[-7,2],[-12,4],[-8,3],[-4,3],[-6,7],[0,2],[12,9],[6,18],[8,9],[8,6],[8,1],[4,-1],[19,-13],[29,-17],[10,-3],[9,0],[4,2],[5,3],[2,5],[0,6],[-3,5],[-7,1],[-9,1],[-6,1],[-7,4],[-5,6],[-3,5],[-1,7],[3,6],[10,18],[4,3],[5,2],[8,1],[11,1],[7,3],[1,3],[0,6],[-1,6],[-2,4],[-4,1],[-6,0],[-3,-2],[-5,-6],[-3,-4],[-4,-2],[-4,-2],[-7,1],[-7,1],[-6,4],[-3,4],[2,4],[3,1],[8,2],[8,3],[2,4],[-1,6],[-3,4]],[[1885,7575],[17,4],[18,31],[11,2],[-14,37],[75,-9],[-1,44],[-34,11],[23,50],[48,-14],[73,143],[46,-35],[21,6],[6,13],[21,-4],[87,-71],[11,33],[28,18],[3,15],[18,13],[40,82],[63,-40],[67,-12],[6,22],[110,-19],[3,-20],[22,-4],[-5,-9],[26,-21],[92,48],[129,-109],[31,20],[14,-9],[91,51],[78,58],[46,-41],[16,12],[25,-18],[11,-60],[19,2],[54,-57],[-5,-15],[27,-11],[5,7],[40,-18]],[[3347,7701],[-16,-19],[85,-38],[30,1],[-3,-12],[25,-12],[14,-15],[-11,-14],[45,-28],[31,1],[6,13],[6,-7],[26,21],[1,12],[10,-3],[7,7],[-33,34],[18,15],[-7,17],[38,33],[26,8],[30,-11]],[[3675,7704],[85,-26],[11,6],[30,-25],[25,6],[24,10],[-56,46],[13,23],[16,19],[21,-20],[6,19],[59,33],[91,-70],[-23,-15],[67,-28],[-21,-29],[-76,-53],[-25,-5],[-19,3],[-57,45],[6,10],[-12,12],[-48,-14],[28,-46],[-8,1],[14,-44],[-37,-2],[-17,-35],[-26,-17],[-11,10],[-50,-10]],[[5645,7393],[-12,-11],[-54,-114],[145,-47],[15,15],[38,-24],[-4,19],[13,2],[99,-12],[-46,-70],[28,-6],[-3,-22]],[[4333,6577],[4,105],[-11,144],[-26,7],[30,123],[47,-21],[-2,-11],[23,-6],[1,-6],[7,6],[88,-37],[22,46],[-9,21],[10,11],[58,-6],[8,-6],[18,6],[125,-2],[183,-38],[35,119],[5,82],[44,-4],[12,-20],[43,-14],[-27,62],[-18,85],[24,12],[19,-5],[-31,129]],[[5015,7359],[-8,21],[10,2],[93,9],[45,-15],[74,12],[-1,13],[-11,5],[108,101],[22,-14]],[[5347,7493],[40,-22],[32,37],[52,-32],[103,-40],[-4,-5],[75,-38]],[[3675,7704],[-6,28],[6,35],[-9,22],[-30,-8]],[[3636,7781],[30,103],[74,41],[38,-44],[102,54],[66,45],[14,35],[-26,21],[32,26]],[[3966,8062],[20,-15],[40,30],[19,-53],[24,-16],[-25,-21],[3,-16],[27,-26],[37,19],[25,-21],[-37,-62],[171,-97],[2,17],[41,30],[31,5],[51,-108],[4,-85],[132,3],[109,-8],[9,-8],[-46,-33],[-20,15],[-80,-73],[18,-5],[35,26],[33,-26],[13,9],[38,-31],[-10,-7],[28,-24],[24,16],[16,3],[109,-43],[54,-40],[14,11],[41,-29],[9,-21],[37,13],[14,-39],[39,7]],[[2988,8552],[-72,-46],[-4,-52],[-25,-15],[14,-20],[-61,-44],[77,-92],[-76,-34],[53,-66],[20,15],[21,-29],[29,8],[7,-11],[28,13],[46,-13],[25,2],[121,-22],[8,-12],[-14,-4],[7,-10],[-23,0],[-2,-45],[22,-17],[24,-3],[-11,-30],[28,-2],[14,-17],[38,-5],[54,-39],[-9,-12],[6,-23],[35,-30],[16,-46],[36,-5],[108,56],[36,8],[2,-15],[17,2],[3,-51],[32,4],[4,-71],[14,2]],[[1885,7575],[-9,12],[-4,5],[-3,2],[-5,0],[-4,-2],[-9,-6],[-11,-8],[-3,0],[-6,0],[-2,2],[-2,4],[-1,5],[4,5],[4,4],[3,5],[-1,4],[-3,9],[-2,8],[-10,19],[-16,6],[-14,10],[-7,8],[-2,7],[2,6],[4,7],[-1,3],[-3,3],[-5,3],[-21,8],[-5,0],[-11,3],[-9,4],[0,16],[5,10],[6,6],[10,6],[7,4],[3,5],[-2,7],[-6,3],[-7,1],[-5,-2],[-17,-4],[-18,-4],[-12,4],[-5,6],[-6,9],[-1,8],[5,13],[12,11],[10,7],[8,-2],[4,-7],[2,-9],[5,-4],[10,-1],[5,1],[23,12],[7,3],[3,6],[1,6],[-3,8],[-4,4],[-4,2],[-9,1],[-16,1],[-16,0],[-9,5],[-44,23],[-30,182],[-20,9],[-116,56],[33,37],[32,37]],[[1574,8187],[48,-11],[95,51],[-3,5],[33,21],[-36,38],[18,10],[-15,14],[73,51],[-19,32],[32,20],[9,-11],[16,6],[-4,7],[108,68],[26,-30],[12,-7],[7,6],[35,-25],[5,13],[14,2],[35,-41],[9,6],[34,-36],[87,89],[54,-48],[104,61],[-10,11],[14,8],[99,39],[6,-8],[99,40],[-6,113]],[[2553,8681],[33,-5],[41,-25],[-11,-10],[33,-20],[9,-16],[24,-5],[26,-21],[16,4],[22,-10],[44,1],[45,15],[9,12],[28,9],[48,-21],[0,-8],[15,-1],[37,-26],[16,-2]],[[5645,7393],[62,31],[25,52],[44,51],[-10,-1],[14,23],[35,-17],[3,-12],[130,-55],[22,-46],[61,-2],[-16,22],[-22,-5],[-14,20],[106,12],[-33,76],[-13,11],[1,39],[-22,-2],[19,64],[32,8],[-1,-17],[70,-2],[42,25],[28,-21],[65,86],[20,1],[-3,8],[15,8],[-5,11],[15,12],[53,-14],[10,6],[36,-14],[13,3],[17,-14],[3,127],[21,-8],[46,42],[31,-21],[39,30],[51,-49],[16,8],[-73,70],[-33,19],[-30,7],[5,14],[-7,1],[0,12]],[[6513,7992],[124,-19],[75,-26],[53,-39],[23,-42],[-11,-34],[-77,-124],[-29,-103],[-7,-75],[-38,-84],[83,-231],[-3,-30],[-31,-54],[2,-35],[18,-29],[80,-65],[18,-25],[2,-51],[-25,-102]],[[5347,7493],[35,40],[-17,11],[-5,43],[-45,63],[-59,131],[-57,-24],[-28,21],[-60,-23],[-22,26],[-6,-10],[-16,3],[-7,-8],[15,-20],[3,-19],[-12,-13],[-11,0],[-18,44],[12,49],[16,11],[-10,8],[47,17],[17,27],[17,-4],[21,11],[11,61],[6,-5],[65,24],[28,3],[53,68],[30,-25],[52,26],[13,-7],[17,13],[56,-35],[20,25],[35,-56],[28,-4],[8,-22],[25,-13],[5,-16],[43,38],[0,30],[145,37],[-5,123],[2,10],[13,4],[6,25],[55,-3],[13,36],[8,-13],[26,35],[56,-8],[15,4],[50,30],[-12,32]],[[6024,8294],[64,32],[30,4],[54,-102],[81,-47],[0,-24],[-34,-48],[-9,-28],[8,-20],[21,-19],[28,-8],[69,-4],[101,-29],[76,-9]],[[5574,8588],[-25,-61],[-45,-20],[-54,-2],[-13,-9],[-7,-32],[-38,-48],[3,-27],[26,-19],[61,-18],[28,14],[51,79],[13,45],[37,0],[40,-18],[77,-16],[108,6],[49,-18],[4,-15],[-12,-25],[2,-16],[71,-70],[48,-22],[26,-2]],[[3966,8062],[101,69],[-91,112],[-8,106]],[[3968,8349],[152,5],[125,-5],[-2,-17],[262,3],[9,-10],[23,1],[75,32],[-3,14],[86,50],[21,-45],[14,7],[24,-37],[30,17],[63,-1],[6,-34],[45,4],[-4,24],[96,13],[-4,-28],[62,4],[49,-54],[31,9],[0,41],[19,0],[3,42],[-28,3],[-16,39],[21,-12],[65,13],[119,58],[-5,5],[57,15],[24,35],[3,20],[49,48],[35,-36],[44,27],[8,-10],[19,13],[29,-14]],[[2988,8552],[56,-23],[8,4],[-14,30],[6,8],[-16,3],[-8,12],[13,16],[-33,10],[0,19],[-36,23],[-27,7],[-15,18],[-19,1],[-9,13],[59,73],[1,15],[98,70],[28,-14],[34,68],[-2,43],[38,-5],[-11,21],[5,14],[-8,2],[35,54],[-10,12],[-22,6],[-29,-5],[-13,6],[-15,31],[29,8],[94,-39],[37,44],[-12,6],[123,50],[138,16]],[[3491,9169],[21,-41],[8,2],[6,-29],[46,-42],[5,-22],[52,-42],[21,-7],[72,53],[120,-95],[34,41],[44,-67],[93,-28],[31,-83],[31,-47],[56,-4],[-2,-112],[12,-16],[15,-55],[-197,-40],[16,-38],[-103,-23],[20,-46],[29,2],[19,-38],[-8,-44],[36,1]],[[2462,9085],[-8,-29],[14,-2],[14,-30],[25,11],[55,-35],[14,6],[31,-30],[-9,-8],[7,-5],[-22,-20],[26,-32],[-69,23],[-22,-35],[-7,0],[35,-109],[7,-109]],[[1574,8187],[10,11],[-80,48],[-23,19],[31,16],[16,45],[14,25],[4,5],[-34,-2],[-48,-9],[-22,5],[-20,4],[-7,7],[-3,7],[-1,5],[2,5],[2,4],[8,9],[6,5],[11,7],[9,7],[2,3],[1,4],[-2,2],[-6,4],[-8,3],[-8,1],[-6,-1],[-13,-3],[-11,-5],[-9,-5],[-5,-5],[-3,-3],[-1,-2],[-3,-3],[-4,-3],[-5,-3],[-8,-2],[-6,0],[-6,1],[-6,4],[-6,5],[-2,4],[3,22],[5,13],[2,7],[5,3],[14,2],[8,3],[12,9],[3,4],[2,5],[-2,7],[-5,4],[-6,0],[-7,0],[-16,-2],[-11,-1],[-6,1],[-10,3],[-7,5],[-4,6],[-1,13],[3,14],[0,5],[-1,6],[-5,7],[-14,12],[-24,16],[-14,10],[-11,6],[-5,1],[-5,2],[-19,9],[-8,4],[-3,4],[-2,5],[-1,13],[0,14],[-1,3],[-3,3],[-5,4],[-9,4],[-9,2],[-10,4],[-11,7],[-3,4],[2,5],[14,11],[10,7],[7,6],[4,4],[5,8],[2,7],[0,7],[-3,5],[-8,12],[-8,10],[-2,4],[0,6],[1,2],[2,8],[8,14],[8,11],[1,3],[-2,3],[-3,2],[-4,1],[-4,-2],[-6,-4],[-7,-8],[-2,-3],[0,-2],[-4,-3],[-4,-1],[-8,1],[-5,3],[-1,4],[1,5],[4,6],[7,6],[4,5],[2,7],[0,6],[-3,3]],[[1161,8828],[18,10],[-12,6],[25,41],[-10,9],[33,4],[76,36],[31,45],[16,1],[-1,106],[-9,29],[-41,45],[78,98],[114,-14],[26,-19],[-8,-44],[17,-1],[5,-22],[-11,-16],[25,-10],[3,-10],[35,-11],[101,-6],[-10,19],[43,50],[40,-48],[81,20],[34,17],[-44,75],[23,13],[-33,30],[4,49],[53,7],[4,13],[-2,20],[-23,31],[0,37]],[[1842,9438],[39,34],[112,56],[19,-14],[92,-28],[-4,-10],[14,-7],[8,15],[19,-14],[-17,-11],[14,-18],[-7,-70],[-31,-2],[-3,15],[-27,10],[-13,-26],[23,-7],[-5,-18],[39,4],[-2,-36],[-18,0],[-1,-85],[13,0],[0,-28],[178,-93],[178,-20]],[[5574,8588],[21,37],[11,5],[30,-43],[36,8],[20,35],[-9,29],[-21,20],[-89,21],[-126,61],[-85,13],[-39,-6],[-24,-15]],[[5299,8753],[-3,11],[14,17],[-3,14],[12,9],[4,2],[13,8],[11,6],[12,8],[6,6],[-22,18],[-10,9],[-4,10],[12,6],[12,0],[29,2],[5,2],[17,13],[15,20],[16,17],[16,7],[10,1],[13,4],[23,10],[11,2],[2,-5],[1,-2],[23,-23],[36,22],[12,-12],[38,-38],[5,-4],[15,2],[17,-2],[21,-9],[6,-1],[6,-1],[14,1],[26,-6],[-4,-30],[16,2],[14,2],[53,7],[15,1],[-13,-13],[8,-27],[12,-18],[10,-16],[22,5],[17,6],[2,3],[10,3],[12,0],[27,-9],[5,-2],[16,10],[19,12],[6,2],[12,2],[21,4],[8,2],[12,1],[17,-15],[13,-11],[6,-4],[7,-5],[8,-2],[52,2],[9,2],[10,14],[26,8],[18,-29],[20,6],[17,4],[18,5],[21,-10],[17,-33],[3,-3],[20,-21],[5,-14],[1,-5],[-2,-10],[-6,-15],[-13,-35],[-1,-6],[-5,-12],[-11,0],[-8,0],[-3,-1],[-12,-11],[-7,-8],[10,-6],[15,14],[21,-16],[-17,-16],[24,-16],[-3,-10],[-3,-15],[-10,-24],[-19,-38],[24,-14],[10,-5],[16,-24],[29,-11],[19,-12],[20,-12],[27,10],[17,-3],[-9,-11],[-19,-12],[-11,-11],[-9,-13],[7,-12],[29,-25],[18,-17],[13,-13],[2,-2],[35,-34],[21,-21],[4,-4],[56,33],[27,17],[17,14],[29,-9],[7,-10],[1,-1],[29,-20],[29,-15],[14,-9],[32,-12],[4,-2],[7,-5],[15,-14],[15,-14],[15,-8],[11,2],[3,3],[3,2],[4,3],[2,1],[5,0],[13,-6],[4,-3],[13,-4],[19,-1],[11,2],[28,3],[20,6],[19,5],[-6,41],[-7,16],[-2,13],[5,9],[14,-11],[19,-19],[5,3],[1,13],[-1,6],[-6,10],[-9,6],[-16,5],[-4,7],[17,14],[7,4],[8,1],[29,-2],[26,3],[12,1],[22,-5],[3,0],[9,1],[1,5],[-4,7],[-4,4],[-6,4],[-4,0],[-3,0],[3,17],[35,0],[44,0],[14,0],[29,-1],[8,0],[12,-4],[4,-26],[3,-25],[5,-33],[3,-8],[4,0],[3,0],[6,1],[6,-44],[7,-48],[1,-12],[4,-26],[3,-19],[4,-19],[3,-15],[2,-10],[13,-73],[5,1],[31,4],[4,11],[3,17],[1,6],[3,0],[10,-6],[8,-11],[-3,-5],[-4,-2],[-4,-5],[5,-3],[38,4],[13,2],[4,0],[91,7],[12,0],[7,-3],[4,-5],[-3,-2],[-9,-11],[-10,-14],[-19,-14],[-70,-29],[-6,-3],[-10,-10],[-18,-19],[-20,-21],[-12,-20],[-7,-10],[-14,-13],[-18,-19],[-7,-9],[-2,-10],[-1,-5],[-5,-16],[0,-4],[4,-6],[18,-21],[14,-17],[10,-12],[10,-11],[34,-3],[4,0],[22,25],[19,20],[7,-2],[8,-2],[64,-19],[3,-7],[-12,-27],[-49,-105],[-4,-8],[-2,-4],[-1,-3],[-11,-20],[-38,-18],[-10,-4],[-45,-20],[-31,-65],[21,-28],[2,-3],[7,-10],[4,-6],[4,-5],[13,-19],[-6,-3],[30,-42],[-8,-5],[-25,0],[1,-13],[0,-6],[0,-61],[-29,0],[0,-15],[0,-38],[69,-1],[-30,-24],[-11,-25],[-16,-4],[-12,9],[0,-2],[6,-16],[2,-3],[7,-17],[0,-21],[-14,-10],[-21,-15],[0,-10],[-2,-12],[-6,-8],[-2,-2],[-4,-2],[-7,-2],[-7,-4],[-4,-3],[-7,-9],[-6,-27],[-2,-14],[-10,-13],[-31,-12],[-4,4],[-5,7],[-3,2],[-37,-15],[-49,-20],[-4,-1],[-50,-20],[66,-106],[0,-2],[18,-28],[1,-2],[12,-20],[38,16],[12,5],[20,9],[15,6],[13,-2],[10,-10],[-1,-3],[-10,-27],[-8,-25],[-1,-6],[0,-5],[0,-3],[8,-7],[5,-28],[1,-24],[-7,-4],[-65,-41],[-13,-8],[13,-21],[11,6],[21,13],[7,4],[19,13],[8,5],[5,2],[9,4],[1,-2],[2,-19],[0,-9],[-4,-4],[-23,-26],[17,-33],[-11,-8],[-2,-2],[9,-21],[9,-14],[6,1],[12,10],[12,10],[9,8],[15,12],[94,80],[0,-75],[2,-27],[1,-31],[2,-20],[0,-1],[17,1],[4,2],[3,3],[2,3],[1,3],[0,3],[-1,4],[0,5],[3,2],[2,3],[5,4],[16,9],[14,11],[14,11],[7,3],[7,2],[14,2],[7,0],[21,7],[32,12],[3,2],[2,1],[13,12],[21,7],[5,-14],[1,-3],[5,-27],[5,-24],[7,-35],[3,-14],[5,-22],[3,-13],[5,-28],[2,-9],[8,-35],[3,-16]],[[1747,9607],[-17,-66],[-38,-17],[104,-67],[46,-19]],[[1161,8828],[-1,2],[-5,2],[-7,0],[-8,0],[-9,-3],[-4,-5],[-1,-1],[-7,-12],[-11,-16],[-9,-11],[-6,-6],[-6,-2],[-5,1],[-8,1],[-5,3],[-5,6],[-6,4],[-6,3],[-9,4],[-8,2],[-5,1],[-18,-1],[-9,0],[-9,1],[-2,0],[-22,11],[-10,7],[-6,6],[-7,20],[-2,7],[-1,8],[0,5],[1,4],[5,5],[7,2],[6,1],[4,-1],[3,-3],[5,-4],[11,-6],[16,-8],[12,-5],[10,-1],[8,0],[9,3],[8,4],[4,3],[4,6],[1,5],[-3,8],[-7,8],[-8,7],[-6,4],[-10,4],[-11,4],[-8,2],[-7,2],[-17,-1],[-26,-2],[-10,-1],[-14,-1],[-10,2],[-11,3],[-6,4],[-6,5],[-5,5],[-2,6],[0,4],[0,4],[5,5],[10,7],[10,7],[7,6],[7,7],[6,7],[4,5],[0,5],[1,9],[-9,15],[-5,6],[-10,8],[-7,4],[-6,3],[-14,3],[-7,1],[-31,-2],[-7,-1],[-6,-2],[-2,-2],[0,-3],[0,-4],[4,-5],[6,-9],[9,-18],[2,-6],[1,-5],[-3,-3],[-3,-2],[-6,-2],[-5,-2],[-15,-1],[-11,1],[-6,2],[-9,5],[-8,7],[-12,14],[-3,7],[1,5],[2,4],[4,2],[6,1],[14,0],[4,0],[5,3],[4,2],[4,4],[2,6],[1,7],[-2,3],[-6,1],[-7,0],[-8,-1],[-7,-2],[-9,-1],[-16,-1],[-10,2],[-6,3],[-13,11],[-6,6],[-21,18],[-11,6],[-10,8],[-2,3],[-2,3],[-7,14],[-2,18],[-3,9],[-5,5],[-5,3],[-6,2],[-6,-1],[-5,-4],[-6,-5],[-3,-4],[-7,-5],[-14,-6],[-5,-1],[-6,1],[-4,2],[-2,4],[-3,6],[-1,8],[0,9],[-1,13],[-2,8],[-2,6],[-5,3],[-6,2],[-7,0],[-8,3],[-7,6],[-6,9],[-8,11],[-6,2],[-5,1],[-5,-1],[-5,-2],[-31,-13],[-11,-6],[-1,-1],[-6,-6],[-13,-2],[-15,2],[-9,4],[-12,4],[-9,0],[-32,0],[-5,0],[-11,-4],[-15,-6],[-5,-2],[-6,-1],[-8,1],[-5,1],[-3,2],[-1,1],[-1,2],[1,2],[4,2],[11,5],[5,3],[3,3],[3,5],[1,3],[-1,4],[-4,2],[-24,8],[-7,2],[-4,-1],[-3,-1],[-2,-3],[-1,-4],[0,-3],[2,-4],[11,-9],[2,-3],[0,-3],[-6,-8],[-4,-3],[-6,-1],[-7,0],[-10,2],[-7,5],[-23,15],[-3,6],[-5,8],[-6,21],[-2,4],[-3,3],[-6,1],[-5,-1],[-3,-1],[-3,-3],[-3,-4],[-3,-6],[-4,-13],[-3,-6],[-4,-5],[-5,-3],[-17,-12],[-5,-2],[-36,-6],[-5,1],[-6,2],[-3,3],[-1,5],[0,6],[2,6],[7,14],[1,5],[-2,4],[-3,5],[-4,3],[-3,2],[-5,0],[-3,0],[-2,-1],[-3,-5],[-2,-10],[-4,-8],[-5,-5],[-6,-3],[-5,-3],[-10,-2],[-3,0],[-2,2],[-1,4],[0,6],[0,3],[-5,6],[-5,4],[-8,6],[-5,1],[-6,-1],[-5,-2],[-3,-3],[-3,2],[-2,3],[-7,9],[-5,6],[-23,28],[30,21],[23,16],[16,12],[5,5],[20,24],[2,9],[-6,14],[35,18],[15,8],[28,16],[0,2],[-1,7],[0,8],[1,2],[3,5],[21,4],[13,1],[19,3],[-3,17],[-14,41],[-5,9],[-8,13],[-8,13],[6,3],[21,9],[6,3],[20,-27],[8,-10],[8,-7],[6,-3],[8,-10],[16,-19],[6,-7],[30,-40],[4,-5],[7,-9],[7,-18],[2,1],[8,3],[13,6],[37,26],[4,-5],[2,-2],[1,-4],[2,-6],[2,-5],[-1,-5],[3,-17],[13,-28],[2,0],[31,-10],[19,-10],[6,-4],[6,-4],[11,-6],[55,7],[3,1],[10,7],[15,20],[2,26],[2,4],[1,3],[1,15],[-2,3],[-3,5],[-2,17],[11,6],[-2,36],[-5,24],[-25,13],[-30,4],[-7,-5],[-12,-8],[-9,-3],[-11,0],[-15,10],[-4,2],[-13,7],[-13,5],[-14,4],[-22,14],[-10,13],[-6,7],[-19,20],[-11,12],[-17,20],[-28,28],[-18,17],[-26,27],[-5,3],[-9,11],[18,12],[15,6],[4,1],[7,2],[16,-9],[13,-8],[12,-7],[16,-8],[24,-10],[14,12],[8,7],[1,1],[21,13],[4,8],[6,11],[3,7],[4,5],[28,3],[26,-1],[35,-4],[20,-2],[16,-1],[16,-2],[15,-2],[28,-4],[31,-4],[6,2],[13,4],[15,5],[20,12],[7,-1],[22,-13],[6,-4],[11,-11],[12,-16],[9,-12],[16,-24],[-8,-13],[-2,-5],[-4,-11],[-2,-7],[0,-4],[5,-3],[26,-16],[11,-7],[3,-2],[18,-12],[16,-9],[16,-2],[10,7],[5,4],[32,-7],[28,-6],[17,-4],[32,-8],[26,-5],[19,-4],[30,4],[5,30],[0,21],[3,6],[9,3],[10,2],[19,4],[23,3],[7,0],[6,0],[4,-2],[3,-2],[7,-5],[10,-6],[26,-15],[5,16],[-1,11],[-3,31],[0,4],[-1,10],[-1,22],[-8,15],[-6,12],[-32,20],[-17,2],[-9,3],[-16,9],[-3,2],[-2,6],[6,5],[42,7],[3,-1],[33,-8],[34,0],[15,-2],[13,1],[4,18],[11,9],[12,3],[17,3],[15,2],[2,-24],[1,-8],[2,-28],[11,-20],[18,-18],[13,-12],[5,-5],[10,-11],[5,-7],[10,-12],[11,-14],[20,-23],[1,-1],[26,-10],[24,-5],[29,8],[27,5],[12,4],[8,3],[27,20],[14,10],[2,2],[13,8],[11,7],[2,-3],[2,-2],[8,-8],[6,-5],[2,-1],[3,-1],[15,2],[6,0],[10,3],[11,-3],[24,-23],[18,-17],[8,-8],[2,-1],[7,-6]],[[3491,9169],[30,14],[-4,10],[10,10],[11,2],[8,-12],[19,-4],[0,12],[16,0],[1,8],[55,20],[-3,5],[23,6],[5,-5],[57,4],[-3,26],[55,-22],[-1,25],[-29,16],[-29,3],[-16,-9],[-7,5],[-38,75],[-28,-17],[-5,18],[-72,-10],[-30,37],[-35,-13],[-4,6],[-17,-3],[-5,7],[-59,-4],[-3,14],[-9,0],[14,3],[10,23],[13,6],[23,-7],[4,8],[19,-7],[13,18],[14,-10],[11,5],[22,18],[-7,2],[24,15],[-2,6],[-17,2],[35,16],[-27,18],[98,34]],[[3631,9543],[6,-3],[5,0],[4,-2],[4,-2],[6,-4],[12,-10],[6,-4],[16,-9],[7,-3],[14,-7],[12,-7],[8,-5],[13,-9],[9,-7],[8,-6],[6,-5],[4,-2],[19,-7],[4,-2],[8,-2],[8,-1],[11,0],[9,-1],[9,1],[35,1],[31,1],[32,4],[18,-1],[22,0],[26,0],[10,-1],[14,-1],[4,0],[32,-7],[7,-1],[19,-7],[8,-4],[5,-3],[4,-3],[6,-6],[13,-13],[13,-12],[4,-4],[4,-7],[11,-24],[4,-7],[2,-8],[-1,-6],[-5,-27],[-2,-12],[-4,-22],[-7,-20],[-5,-10],[-4,-9],[-6,-16],[-4,-27],[1,-15],[4,-9],[5,-9],[7,-7],[12,-5],[26,-8],[10,-3],[12,2],[13,5],[10,6],[7,5],[19,9],[21,12],[14,12],[7,13],[2,8],[1,9],[1,14],[6,6],[7,5],[7,1],[10,-2],[21,-3],[11,-4],[27,-7],[16,-4],[4,-2],[7,-3],[9,-5],[6,-6],[0,-7],[-3,-9],[-8,-13],[-4,-12],[0,-15],[1,-4],[3,-7],[4,-14],[1,-10],[1,-12],[1,-13],[4,-9],[8,-8],[17,-12],[19,-8],[17,-4],[14,1],[15,4],[9,3],[10,4],[20,8],[9,4],[28,14],[11,4],[10,5],[12,7],[15,10],[23,12],[11,3],[11,3],[8,3],[11,3],[6,4],[15,12],[16,11],[10,6],[6,2],[11,-1],[6,-3],[5,-7],[2,-6],[3,-4],[12,-6],[10,-2],[8,2],[7,5],[6,6],[5,10],[8,7],[6,5],[10,5],[13,5],[10,1],[7,0],[7,-3],[8,-3],[4,-4],[4,-2],[6,-8],[6,-11],[11,-20],[6,-11],[3,-15],[1,-13],[0,-12],[0,-9],[-3,-15],[-2,-11],[-8,-15],[-6,-12],[-2,-9],[-1,-10],[-4,-6],[-5,-5],[-17,-21],[-11,-9],[-12,-7],[-18,-8],[-20,-10],[-23,-11],[-24,-12],[-17,-8],[-5,-6],[-3,-8],[0,-10],[4,-10],[0,-10],[-3,-9],[-3,-6],[-1,-7],[2,-5],[4,-7],[7,-4],[21,-10],[15,-5],[13,-1],[17,1],[16,1],[28,7],[16,7],[10,9],[10,15],[7,12],[11,22],[3,11],[2,10],[6,12],[4,4],[19,20],[8,7],[5,3],[6,2],[11,3],[12,1],[8,-1],[10,0],[11,0],[9,1],[11,-1],[3,0],[11,-3],[24,-7],[12,-6],[7,-6],[5,-7],[4,-8],[1,-10],[1,-15],[0,-5],[-1,-3],[2,-9],[4,-12],[4,-9],[2,-9],[-1,-5],[-5,-8],[-10,-5],[-9,-6],[-9,-5],[-7,-6],[-6,-7],[-3,-7],[-1,-5],[-2,-8],[0,-8],[4,-7],[5,-5],[6,-4],[4,-5],[13,-14],[7,-11],[3,-8],[0,-5],[-2,-11],[4,-11],[8,-12],[4,-4],[4,-2],[10,-12],[5,-9],[4,-8],[3,-6],[4,-6],[8,-7],[8,-4],[5,-3],[15,-6],[17,-4],[15,-2],[12,-5],[10,-5],[6,-5],[7,-4],[10,-3],[8,-2],[7,0],[6,2],[5,4],[1,3],[-1,5],[-4,2],[-5,1],[-7,4],[-6,7],[-4,7],[0,7],[2,8],[5,7],[5,8],[4,13],[1,5],[-2,7],[-4,11],[-2,24],[3,19],[1,11],[-1,7]],[[2462,9085],[11,82],[31,78],[13,9],[-7,13],[-26,3],[-18,69],[50,-2],[20,88],[-19,8],[56,13],[7,9],[13,-12],[19,8],[-25,17],[-26,-7],[7,12],[-17,4],[8,15],[12,-3],[-4,6],[11,4],[-1,24],[10,18],[41,-10],[46,11],[76,-38],[13,17],[17,-16],[37,-13],[45,-4],[14,22],[51,42],[12,-11],[20,35],[31,-8],[41,20],[-14,25],[233,-111],[33,-26],[28,20],[-37,39],[23,7],[15,-8],[140,115],[48,-11],[-2,13],[58,-3]],[[3556,9648],[0,-8],[1,-8],[3,-9],[3,-9],[3,-6],[3,-5],[17,-17],[18,-18],[17,-17],[10,-8]],[[1747,9607],[32,8],[16,4],[30,13],[56,-27],[4,-1],[3,-1],[22,86],[9,35],[2,5],[21,20],[25,22],[-1,3],[-6,16],[3,6],[5,6],[7,14],[1,5],[6,19],[51,-8],[3,3],[-9,6],[10,14],[10,-7],[11,-6],[11,2],[11,5],[13,-4],[12,-8],[14,-4],[15,2],[3,-10],[3,-19],[2,-6],[2,-5],[3,-19],[-2,-5],[4,-24],[1,-5],[7,-6],[5,-4],[15,-3],[4,1],[10,5],[22,1],[33,1],[27,1],[15,-3],[22,-3],[15,-4],[11,-2],[4,1],[5,4],[8,14],[10,18],[15,29],[3,6],[2,6],[3,5],[2,11],[1,5],[0,8],[4,21],[4,4],[9,5],[12,7],[12,5],[25,10],[11,4],[23,-7],[8,-2],[4,-1],[3,0],[2,1],[13,7],[7,3],[20,11],[3,2],[6,3],[10,5],[14,8],[7,3],[24,15],[12,6],[18,9],[10,5],[24,14],[27,14],[8,5],[7,3],[10,4],[13,2],[11,0],[12,-2],[5,-2],[7,-3],[7,-5],[3,-3],[0,-3],[0,-3],[-2,-4],[-6,-5],[-13,-12],[-3,-7],[-12,-20],[-5,-7],[-4,-6],[0,-5],[6,-12],[3,-5],[15,-7],[13,-5],[13,-4],[26,-13],[11,-6],[26,-10],[13,-6],[17,-7],[11,-5],[13,-2],[19,-1],[20,-1],[23,-1],[21,1],[31,7],[12,6],[13,6],[3,1],[6,3],[6,3],[21,8],[8,2],[32,9],[28,6],[33,7],[6,0],[4,0],[5,0],[15,-3],[11,-2],[8,-3],[7,-3],[4,-5],[6,-4],[7,-3],[5,-2],[9,-3],[8,-2],[20,-8],[4,-2],[5,-3],[6,-5],[7,-7],[8,-7],[12,-9],[4,-2],[4,-1],[4,-2],[5,-3],[8,-7],[10,-11],[6,-6],[2,-10],[3,-6],[3,-4],[4,-4],[6,-3],[20,-6],[14,-4],[5,-1],[3,0],[5,1],[5,0],[5,-1],[9,-2],[13,-3],[5,-2],[31,-13],[11,-4],[4,-2],[5,-3],[5,-3],[4,-3],[5,-6],[5,-8],[8,-17],[2,-5],[-1,-4],[-1,-5],[-3,-5],[-1,-5],[0,-5],[0,-2]]],"transform":{"scale":[0.0003547138213821386,0.00030245214521452024],"translate":[26.61635499999977,45.467279999999846]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/MK.json b/dist-amd/map/TopoJSON/MK.json new file mode 100644 index 0000000000..80b383b4e2 --- /dev/null +++ b/dist-amd/map/TopoJSON/MK.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1]]},{"type":"Polygon","arcs":[[2,3,4]]},{"type":"Polygon","arcs":[[5,6,-2,7,8,9]]},{"type":"Polygon","arcs":[[10,11]]},{"type":"Polygon","arcs":[[12,13,14,15]]},{"type":"Polygon","arcs":[[16,-9,17,-3,18,19]]},{"type":"Polygon","arcs":[[-14,20,-6,21,22,23]]},{"type":"Polygon","arcs":[[24,-15,-24,25,26]]},{"type":"Polygon","arcs":[[-19,-5,27,-12,28,29,30,31,32]]},{"type":"Polygon","arcs":[[-22,-10,-17,33,34,35]]},{"type":"Polygon","arcs":[[-34,-20,-33,36,37,38]]},{"type":"Polygon","arcs":[[39,-27,40,41]]},{"type":"Polygon","arcs":[[42,43,44,45]]},{"type":"Polygon","arcs":[[46,47]]},{"type":"Polygon","arcs":[[-31,48,49]]},{"type":"Polygon","arcs":[[-37,-32,-50,50]]},{"type":"Polygon","arcs":[[51,-41,-26,-23,-36,52,53,54]]},{"type":"Polygon","arcs":[[-54,55,56,57]]},{"type":"Polygon","arcs":[[-48,58,-43,59,60]]},{"type":"Polygon","arcs":[[61,-38,-51,-49,-30,62,63]]},{"type":"Polygon","arcs":[[64,-45,65,66,67,68]]},{"type":"Polygon","arcs":[[-69,69,70]]},{"type":"Polygon","arcs":[[71,72,73,74]]},{"type":"Polygon","arcs":[[75,76,-16,-25,-40,77,78]]},{"type":"Polygon","arcs":[[79,-74,80,-56,-53,-35,-39,-62,81]]},{"type":"Polygon","arcs":[[-57,-81,-73,82,83]]},{"type":"Polygon","arcs":[[84,-60,-46,-65,-71,85,86,87]]},{"type":"Polygon","arcs":[[88,-67,89,-76,90,91,92]]},{"type":"Polygon","arcs":[[-78,-42,-52,93,94]]},{"type":"Polygon","arcs":[[-86,-70,-68,-89,95,96]]},{"type":"Polygon","arcs":[[97,-75,-80,98,99]]},{"type":"Polygon","arcs":[[100,-83,-72,-98,101]]},{"type":"Polygon","arcs":[[-92,102,103,104]]},{"type":"Polygon","arcs":[[105,106,107,-88,108,109]]},{"type":"Polygon","arcs":[[110,-107,111,112]]},{"type":"Polygon","arcs":[[-99,-82,-64,113,114]]},{"type":"Polygon","arcs":[[115,-109,-87,-97,116,117,118]]},{"type":"Polygon","arcs":[[-112,-106,119,120]]},{"type":"Polygon","arcs":[[-117,-96,-93,-105,121,122,123]]},{"type":"Polygon","arcs":[[124,125,-103,-91,-79,-95,126,127,128]]},{"type":"Polygon","arcs":[[-122,-104,-126,129,130]]},{"type":"Polygon","arcs":[[-120,-110,-116,131,132]]},{"type":"Polygon","arcs":[[133,134,-102,-100,-115,135,136]]},{"type":"Polygon","arcs":[[137,138,-127,-94,-55,-58,-84,-101,-135,139,140]]},{"type":"Polygon","arcs":[[141,-137,142,143]]},{"type":"Polygon","arcs":[[144,-123,-131,145,146]]},{"type":"Polygon","arcs":[[147,-132,-119,148,149,150]]},{"type":"Polygon","arcs":[[151,-140,-134,-142,152,153]]},{"type":"Polygon","arcs":[[154,-129,155,156]]},{"type":"Polygon","arcs":[[-153,-144,157,158]]},{"type":"Polygon","arcs":[[159,-156,-128,-139,160,161,162,163]]},{"type":"Polygon","arcs":[[-146,-130,-125,-155,164,165]]},{"type":"Polygon","arcs":[[166,167,168,-150,169,170]]},{"type":"Polygon","arcs":[[-170,-149,-118,-124,-145,171,172]]},{"type":"Polygon","arcs":[[-161,-138,173,174,175,176]]},{"type":"Polygon","arcs":[[177,178,-113,-121,-133,-148,179,180]]},{"type":"Polygon","arcs":[[-174,-141,-152,181,182,183]]},{"type":"Polygon","arcs":[[184,-162,-177,185,186]]},{"type":"Polygon","arcs":[[-163,-185,187,188]]},{"type":"Polygon","arcs":[[-168,189,190,191]]},{"type":"Polygon","arcs":[[192,193]]},{"type":"Polygon","arcs":[[194,195,-188,-187,196]]},{"type":"Polygon","arcs":[[197,-195,198,199]]},{"type":"Polygon","arcs":[[200,-165,-157,-160,201,202,203]]},{"type":"Polygon","arcs":[[204,-199,-197,-186,-176,205,206,207]]},{"type":"Polygon","arcs":[[-190,-167,208,-194,209,210]]},{"type":"Polygon","arcs":[[-178,211,212]]},{"type":"Polygon","arcs":[[213,214]]},{"type":"Polygon","arcs":[[215,216]]},{"type":"Polygon","arcs":[[217,-182,-154,-159,218,219]]},{"type":"Polygon","arcs":[[-203,220,221,222]]},{"type":"Polygon","arcs":[[223,-206,-175,-184,224,225]]},{"type":"Polygon","arcs":[[226,-172,-147,-166,-201,227,228]]},{"type":"Polygon","arcs":[[-207,-224,229,230]]},{"type":"Polygon","arcs":[[-222,231,232,233]]},{"type":"Polygon","arcs":[[-214,234,-220,235,236]]},{"type":"Polygon","arcs":[[-180,-151,-169,-192,237,238,239]]},{"type":"Polygon","arcs":[[-232,-221,-202,-164,-189,-196,-198,240,241]]},{"type":"Polygon","arcs":[[-241,-200,-205,242,-216,243,244]]},{"type":"Polygon","arcs":[[-225,-183,-218,-235,-215,-237,245]]},{"type":"Polygon","arcs":[[246,-210,-193,-209,-171,-173,-227,247]]},{"type":"Polygon","arcs":[[-212,-181,-240,248,249]]},{"type":"Polygon","arcs":[[250,-244,-217,-243,-208,-231,251]]},{"type":"Polygon","arcs":[[-238,-191,-211,-247,252,253,254]]},{"type":"Polygon","arcs":[[255,256,-253,-248,-229,257,258]]},{"type":"Polygon","arcs":[[-249,-239,-255,259,260]]},{"type":"Polygon","arcs":[[261,-233,-242,-245,-251,262]]},{"type":"Polygon","arcs":[[-258,-228,-204,-223,-234,-262,263,264]]},{"type":"Polygon","arcs":[[265,-256,266,267]]},{"type":"Polygon","arcs":[[-267,-259,-265,268]]},{"type":"Polygon","arcs":[[-260,-254,-257,-266,269]]}]}},"arcs":[[[2584,0],[-541,6],[-10,224]],[[2033,230],[28,34],[5,47],[-12,37],[33,38],[-95,41],[-39,36],[-48,73],[-64,-18],[-48,28],[-55,63],[-17,49],[8,46],[44,47],[23,76],[64,91],[14,52],[43,38],[64,17],[99,-23],[18,-20],[56,-18],[115,-24],[39,-59],[14,-75],[62,-69],[7,-72],[25,-33],[12,-43],[14,-129],[74,-92],[-12,-95],[41,-108],[5,-43],[26,-41],[6,-38],[-7,-25],[9,-18]],[[1084,2051],[64,-51],[21,-51],[9,-77],[48,-70],[7,-43],[61,-28],[5,-45],[48,6],[27,-36],[-42,-116],[-4,-37],[23,-48],[-10,-26],[9,-159],[15,-49],[3,-89],[16,-67],[-15,-28],[-11,-75],[-28,-29],[14,-22],[-1,-38],[-49,-88],[-5,-59],[-30,-34],[-13,-50],[23,-110],[-14,-56],[-54,-23],[-27,5],[-42,-56],[-49,-28]],[[1083,374],[-6,36],[-102,482],[-132,639],[-146,-5]],[[697,1526],[11,88],[-9,48],[31,116],[0,54],[25,36],[14,45],[-5,91],[13,53],[87,45],[220,-51]],[[2489,1776],[21,-42],[14,-7],[-11,-196],[-46,-74],[-65,-36],[-17,-33],[22,-51],[2,-33],[44,-13],[23,-26],[63,-18],[-19,-36],[3,-31],[-20,-40],[1,-25],[20,-52],[24,-13],[63,-194],[91,-22],[64,8],[45,21],[22,-76],[55,-73],[-1,-46],[19,-42],[85,-2],[60,-32],[8,-40],[27,-39],[-7,-66],[31,-71],[-15,-59],[-1,-95],[-33,-94]],[[3061,128],[-18,13],[-11,5],[-26,10],[-11,1],[-21,14],[-19,14],[-5,2],[-12,3],[-12,3],[-5,0],[-11,-7],[-10,-8],[-14,-21],[-16,-9],[-26,-7],[-23,-3],[-14,-3],[-15,-27],[-12,-22],[-13,-15],[-27,-25],[-29,-31],[-40,-9],[-21,-3],[-12,1],[-30,-2],[-11,-2],[-13,0]],[[2033,230],[1,14],[1,17],[3,11],[-2,10],[-6,16],[-8,15],[-17,28],[-28,31],[-21,26],[-18,23],[-14,14],[-20,11],[-27,11],[-23,-4],[-6,-6],[-18,-2],[-19,1],[-20,1],[-33,-17],[-23,-8],[-5,-1],[-12,8],[-5,5],[-10,12],[-24,17],[-41,23],[-32,17],[-18,11],[-22,15],[-17,9],[-18,9],[-18,-21],[-15,-28],[-7,-17]],[[1491,481],[-32,101],[-2,71],[15,47],[117,190],[25,83],[47,169],[-33,75],[2,21],[45,70],[26,11],[13,23],[-12,72],[11,56],[-10,35],[24,141],[45,32],[-28,100],[22,47],[20,6],[16,33],[39,15],[25,89],[24,29],[49,-2],[1,13],[-21,7],[-16,53],[57,-10],[24,26],[61,14],[16,63],[14,17],[20,-3],[24,34],[19,0],[39,74],[45,18],[10,39],[40,32]],[[2272,2372],[49,-57],[33,-7],[21,-44],[25,-74],[-5,-16],[26,-47],[-16,-55],[17,-85],[23,-57],[23,-135],[21,-19]],[[248,2521],[8,37],[4,22]],[[260,2580],[92,54],[90,7],[72,-2],[22,-10],[20,-33],[42,-4],[18,23],[14,-6],[54,29],[26,49],[21,4],[-5,-25],[27,-17],[-24,-55],[-58,-24],[15,-38],[-16,2],[-21,-19],[-10,8],[-80,-13],[-9,-20],[-84,-57],[-48,8],[-26,31],[-24,-4],[-120,53]],[[5647,1496],[-1,-11],[-12,-36],[-12,-29],[0,-4],[3,-10],[9,-11],[5,-7],[2,-4],[4,-20],[2,-14],[2,-39],[6,-29],[-17,-32],[-8,-12],[-13,-13],[-13,-8],[-13,-3],[-20,4],[-24,7],[-2,-18],[0,-22],[3,-23],[-2,-18],[-26,-22],[-12,-8],[-17,-10],[-33,-24],[-23,-33],[-14,-16],[-9,-21],[0,-25],[-1,-11],[-5,-19],[-5,-15],[-11,-13],[-14,-4],[-37,-16],[-34,-26],[-1,-1],[-6,-4],[-20,-12],[-3,-5],[-31,-38],[-17,-22],[-5,-22],[3,-21],[-1,-24],[-2,-16],[0,-6],[0,-14],[3,-22],[9,-13],[9,-15],[2,-11],[-8,-42],[-11,-10],[-11,-8],[-4,-3],[-16,-13],[-12,-11],[-3,-11],[-2,-8],[3,-7],[-3,-8],[-6,-11],[-9,-13],[-3,-2],[-4,0],[-16,4],[-8,3],[-27,-9],[-39,-15],[-14,2],[-13,6],[-12,10],[-13,10],[-17,3],[-26,-1],[-37,23],[-8,10],[-7,7],[-7,6],[-10,7],[-38,27],[-8,4],[-11,-1],[-8,-4],[-43,-14],[-13,-7],[-11,-11],[-4,-18],[-2,-9],[-18,-22],[-21,-19],[-6,-10],[-8,-23],[-10,-36],[5,-14],[9,-20],[6,-27],[2,-21],[0,-20],[-3,-21],[-30,5],[-14,3],[-21,9],[-33,-6],[-30,-16],[-8,-4],[-5,-4],[-3,-11],[-3,-15],[-3,-11],[-7,-11],[-6,-8],[-5,-3],[-7,8],[-2,1],[-2,0],[-5,1],[-8,-3],[-12,-11],[-5,-8],[-7,-12],[-26,-32],[-7,8],[-11,0],[-6,-17],[-6,-24],[-5,-17],[-10,-20],[-8,-10],[-5,-5],[-4,1],[-7,9],[-12,9],[-11,2],[-5,-1],[-20,-8],[-18,-9],[-11,-3],[-16,2],[-4,12],[2,9],[-1,9],[-5,29],[-4,10],[-5,5],[-16,8],[-20,14],[-6,5],[-5,9],[-4,15],[-17,38],[-9,11],[-5,7],[-11,21],[-5,10],[-8,20],[-11,31],[-19,20],[-6,5],[-17,-6],[-9,-5],[-10,2],[-19,5],[-24,5],[-8,2]],[[4070,368],[21,39],[-9,21],[16,43],[-16,19],[10,27],[-17,26],[-6,-6],[-1,30],[36,18],[7,45],[-34,12],[2,32],[-18,42],[-91,106],[-84,284],[-61,124],[-26,163],[24,88],[-2,32],[-11,48],[-27,41]],[[3783,1602],[61,8],[-5,35],[44,-2],[15,44],[32,-3],[21,20],[34,-35],[97,-13],[29,13],[34,-32],[11,7],[13,-12],[32,17],[28,-29],[28,14],[37,31],[8,66],[81,121],[54,29],[-26,37],[14,14],[10,90]],[[4435,2022],[30,19],[30,42],[31,0],[23,-31],[-18,-26],[7,-16],[66,-69],[-3,-15],[25,-26],[-2,-29],[33,-23],[94,-25],[-2,23],[80,41],[6,-6],[-14,-20],[37,-9],[16,-22],[52,-8],[33,-48],[45,-12],[16,-29],[79,-4],[6,-22],[20,-4],[7,-33],[24,0],[2,-19],[26,8],[19,-32],[27,-5],[11,-23],[43,-30],[53,40],[24,0],[45,-43],[1,-33],[31,-5],[41,-43],[85,2],[37,-12],[22,23],[24,-2]],[[2189,2550],[0,-16],[78,-123],[5,-39]],[[1491,481],[-3,-6],[-17,-38],[-11,-25],[-6,-32],[-3,-15],[0,-13],[-4,-15],[-7,-8],[-27,-28],[-14,-13],[-4,-1],[-34,0],[-23,4],[-32,11],[-35,17],[-21,10],[-8,-1],[-23,-6],[-30,-10],[-15,8],[-16,10],[-46,27],[-29,17]],[[1084,2051],[9,20]],[[1093,2071],[8,-26],[14,28],[30,2],[5,-20],[11,6],[5,-21],[21,-4],[2,-14],[40,-9],[8,48],[6,-4],[14,40],[-24,27],[8,2],[-6,36],[12,14],[42,-9],[35,44],[1,74],[-15,4],[15,69],[-13,51],[104,107],[22,37],[-1,50],[48,12],[11,-17],[26,10],[23,41],[15,-31],[8,6],[17,-20],[14,19],[2,40],[35,-2],[19,31],[104,-15],[52,-49],[10,-39],[69,-14],[12,18],[1,-23],[65,-12],[19,-33],[33,-19],[69,-3],[10,20],[24,5],[15,35],[27,-30],[24,17]],[[4070,368],[-48,11],[-42,-15],[-59,-21],[-2,2],[-90,64],[-5,1],[-37,2],[-19,1],[-35,-3],[-46,-55],[-54,-63],[-7,-9],[-88,-103],[-35,-26],[-39,-21],[-10,-7],[-38,-14],[-9,-3],[-14,-3],[-11,-1],[-11,-1],[-25,-15],[-19,-8],[-33,-8],[-34,-4],[-28,-4],[-43,1],[-28,-5],[-26,-23],[-8,-7],[-26,17],[-11,19],[-8,21],[-8,26],[-13,14]],[[2489,1776],[79,73],[41,82],[100,-14],[124,69],[11,33],[56,48],[51,2],[15,13],[9,37],[28,23],[19,80],[37,19],[21,-7],[34,37],[4,25],[49,26],[8,77],[65,50]],[[3240,2449],[7,9]],[[3247,2458],[26,-9],[15,-25],[-4,-17],[25,-31],[36,15],[-6,-59],[28,-16],[23,-57],[-31,-24],[-16,-54],[-33,-14],[35,-55],[25,-99],[33,-29],[6,-53],[27,-3],[20,-27],[28,12],[26,-43],[-7,-8],[30,-9],[-13,-75],[4,-117],[-13,-61],[30,-8],[13,-50],[61,-19],[2,-18],[9,0],[9,28],[32,-16],[8,29],[27,6],[25,38],[56,12]],[[3537,2607],[-7,-10],[32,-37],[67,-2],[38,-43],[35,-6],[26,-110],[19,16],[19,-23],[10,8],[-3,-12],[24,-33],[11,-76],[-4,-40],[76,21],[55,-1],[11,-78],[43,9],[2,-27],[69,1],[20,-23],[2,-24],[39,3],[16,13],[0,17],[33,1],[-3,18],[11,6],[11,-33],[43,18],[24,-20],[10,16],[12,-9],[6,-43],[44,-38],[69,3],[38,-47]],[[3247,2458],[16,14],[4,25],[44,29],[18,93],[25,47],[34,26],[-11,31],[50,28]],[[3427,2751],[-3,-26],[42,-8],[6,-23],[21,-20],[-3,-21],[28,-40],[19,-6]],[[697,1526],[-6,1],[-17,6],[-26,6],[-28,5],[-17,5],[-51,16],[-2,8],[-4,14],[-2,19],[-4,17],[-8,17],[-5,7],[-17,24],[-2,6],[-7,22],[0,5],[1,5],[2,3],[20,47],[24,25],[11,9],[0,6],[-2,12],[-4,21],[-9,29],[-11,32],[-2,5],[-11,17],[-20,42],[-10,52],[-16,28],[-20,36],[-10,23],[-11,24],[-12,23],[-7,37],[1,10],[-2,21],[-3,16],[-3,4],[-6,1],[-3,-2],[-2,-4],[-30,10],[-32,14],[-23,17],[-6,23],[-1,13],[1,5],[2,12],[-1,16],[-4,16],[-2,6],[-10,19],[-18,39],[-13,40],[-17,33],[5,23],[1,9]],[[260,2580],[0,4],[-10,24],[-8,20],[-3,8],[-1,6],[-4,33],[-5,32],[-4,43],[4,51],[9,20],[-2,23],[-12,14],[-8,23],[-4,18],[1,24],[-4,54],[-6,36],[-11,23],[-11,22],[-5,14],[-14,50],[-2,23],[4,21],[5,53],[4,17],[3,2],[4,1],[10,-1],[14,-10],[12,-13],[14,-20],[14,-21],[8,1],[4,3],[4,4],[3,4],[18,30],[4,10],[1,22],[0,38],[20,19],[5,3],[14,22],[5,25],[5,12],[10,18],[9,14],[17,20],[10,16],[2,8],[0,4],[-1,9],[-11,43],[6,13],[4,27],[3,26],[2,7],[9,23],[14,6],[5,3],[1,3],[1,23],[0,15]],[[416,3645],[53,23]],[[469,3668],[9,1]],[[478,3669],[137,-1],[32,15],[17,-23],[45,-6],[52,14],[32,61],[25,12],[29,41],[39,8]],[[886,3790],[10,-9],[14,-78],[73,-123],[2,-49],[34,-102],[0,-31],[33,-81],[5,-77],[23,-67],[-37,-103],[12,-54],[20,-1],[58,-91],[6,-37],[-10,-12],[28,-16],[19,-38],[40,-8],[-42,-218],[4,-45],[-21,-1],[-29,-72],[-35,-6],[0,-18],[-13,-1],[3,-14],[-56,-73],[17,-4],[-7,-11],[11,-5],[-11,-27],[26,2],[-12,-31],[32,-7],[-8,-6],[7,-12],[32,-27],[-23,-60],[2,-106]],[[2189,2550],[0,82],[-17,50],[-64,89],[4,40],[-19,33],[-49,38],[-60,23],[2,53],[-43,84],[2,46]],[[1945,3088],[49,65],[45,17],[25,69],[40,14],[16,30],[22,0],[56,57],[39,-13],[122,-2],[22,-30],[13,0],[14,32],[32,-8],[12,18],[32,-9],[48,65],[20,79],[65,71],[24,5]],[[2641,3548],[70,-26],[40,9],[25,-61],[-10,-27],[44,-84],[35,-8],[50,29],[23,-29],[14,10],[19,-16],[19,-102],[-1,-40],[-17,-27],[10,-77],[-12,-50],[37,-16],[5,-25],[9,17],[29,-9],[27,34],[33,6],[12,22],[19,-54],[-11,-58],[52,-38],[-3,-65],[52,-47],[2,-65],[37,-72],[22,-4],[-14,-5],[14,-19],[-7,-12],[9,-22],[-49,-142],[15,-26]],[[886,3790],[2,4]],[[888,3794],[26,42]],[[914,3836],[52,-8],[21,10],[107,-36],[23,20],[45,3],[22,23],[77,-25],[73,52],[54,-40],[40,-6],[5,-18],[23,9],[25,-15],[38,20],[-3,-23],[56,-23],[81,11],[17,13],[22,-9],[10,-10],[-15,-17],[-4,-50],[32,-8],[-12,-90],[27,-33],[34,-15],[8,-167],[17,-62],[88,-72],[29,-120],[39,-62]],[[3537,3323],[21,-75],[61,9],[40,-17],[15,-36],[42,-6],[3,-113],[27,-17],[42,30],[-6,-17],[13,-40],[-8,-30],[-69,2],[-1,-25],[24,0],[0,-62],[18,-18],[-24,-33],[4,-18],[31,-29],[-31,-61],[-21,16],[-23,-21],[-16,10],[-22,-33],[11,-19],[-1,-21],[-8,0],[10,-30],[-46,-1],[-46,-30],[5,-11],[-41,-5],[-4,-15]],[[3427,2751],[-7,39],[-21,2],[-5,28],[12,2],[-6,10],[19,42],[-12,56],[15,17],[-1,19],[18,9],[-21,106],[-36,35],[-34,80],[-47,64],[1,18],[29,25],[-19,20],[8,135],[-19,56]],[[3301,3514],[86,54],[75,-12],[15,-46],[-16,-46],[16,-94],[47,-10],[13,-37]],[[8223,2601],[15,-34],[44,-36],[-4,-21],[40,-75],[9,18],[29,-8],[16,17],[87,-6],[6,27],[105,-73],[5,-39],[21,-5],[1,-19],[-12,-79],[10,-47],[-22,-51]],[[8573,2170],[-6,5],[-16,-9],[-34,-19],[-8,-6],[-9,-16],[-9,-36],[-4,-30],[1,-13],[-1,-28],[-1,-5],[-4,-8],[-18,-40],[-29,-43],[-7,-11],[-11,-16],[-26,-59],[-23,-25],[-24,-21]],[[8344,1790],[-7,26],[-73,41],[-164,151],[-80,-5],[29,92],[-7,45],[10,65],[-16,89],[-50,90]],[[7986,2384],[-14,17],[6,14],[30,23],[32,58],[46,32],[-22,20],[-12,39],[32,73],[9,-17],[65,-20],[32,-36],[33,14]],[[8936,2576],[-10,-128],[-27,-352]],[[8899,2096],[-62,4],[-35,51],[-6,45],[-19,16],[-1,22],[-24,48],[-18,176],[52,73],[5,40],[95,28],[50,-23]],[[469,3668],[-2,24],[-30,38],[-62,168],[-39,-6],[-3,33],[-20,-20],[-15,43],[-28,-16],[26,30],[-26,35],[13,13],[-8,31],[-21,13],[-10,-10],[-13,119],[-34,71],[21,36],[49,45],[55,23],[0,-10],[47,-14],[31,17],[4,24],[13,3]],[[417,4358],[5,-20],[-12,-16],[-41,-24],[-7,-45],[-19,0],[-29,-27],[11,-28],[-21,17],[-34,-9],[-9,-29],[11,-14],[-12,-21],[22,-6],[-16,-6],[21,-28],[-12,4],[1,-23],[35,4],[-19,-14],[16,-44],[6,15],[6,-21],[18,6],[-15,-25],[7,-14],[32,5],[-36,-15],[4,-32],[20,3],[6,-37],[43,11],[-11,-21],[14,-10],[40,-155],[25,-23],[11,-47]],[[417,4358],[17,23],[-24,37],[16,33],[20,-5],[9,-24],[40,-8],[7,11],[35,-16],[27,8],[12,43],[45,-100],[17,-76],[-4,-35],[20,-56],[31,-15],[17,25],[25,-16],[39,7],[-13,-134],[20,-93],[8,-19],[32,-7],[-1,-30],[11,-6],[12,-44],[53,-67]],[[3145,4064],[57,-89],[74,-80],[-5,-13],[15,-15],[-7,-19],[23,-31],[-83,-42],[-66,8],[-21,-58],[106,-106],[25,-73],[38,-32]],[[2641,3548],[-19,65],[8,52],[-16,44]],[[2614,3709],[27,-7],[14,30],[-4,32],[23,-2],[2,15],[25,13],[12,39],[14,-27],[22,-5],[78,22],[19,22]],[[2846,3841],[58,-21],[100,46],[2,48],[51,19],[42,69],[4,71],[42,-9]],[[2614,3709],[-87,27],[-23,31],[-30,15],[-24,47],[-5,44],[-50,-35]],[[2395,3838],[-62,23],[-66,139],[-29,-6],[19,28],[25,5],[6,53],[23,9],[70,-25],[45,14]],[[2426,4078],[74,3],[37,62],[90,12],[53,33],[-12,-104],[78,-127],[60,-46],[39,1],[1,-71]],[[8899,2096],[-5,-66],[-18,-26],[-30,-65],[-12,-19],[-2,-2],[-6,-4],[-10,-3],[-16,-4],[-16,-2],[-31,-30],[-11,15],[-13,19],[-12,19],[-7,14],[-7,16],[-19,29],[-27,40],[-14,23],[-21,28],[-4,10],[-6,33],[-7,16],[-20,22],[-12,11]],[[8223,2601],[4,15],[58,7],[50,91],[9,35],[-7,13],[44,-13],[31,27],[17,-15],[67,35],[54,8],[-6,81],[-7,21],[-11,-8],[-7,14],[16,25],[28,-4],[14,70],[38,-24],[12,-44],[49,-9],[37,25],[62,-40],[33,11],[63,-26],[25,9],[36,46]],[[8932,2951],[5,-32],[2,-6],[3,0],[8,-4],[3,-2],[5,-6],[6,-9],[1,-4],[1,-6],[-11,-43],[-7,-21],[-12,-31],[-7,-24],[5,-19],[11,-25],[1,-2],[-2,-35],[-8,-106]],[[1069,4205],[-67,-48],[-30,-3],[-13,-21],[-24,-66],[-4,-119],[-20,-51],[3,-61]],[[416,3645],[-5,26],[-1,6],[-4,17],[-2,6],[-62,58],[-6,32],[2,22],[0,5],[-6,12],[-5,2],[-24,-5],[-13,7],[-13,6],[-26,-3],[-4,0],[-10,3],[-10,15],[-16,26],[2,15],[3,6],[10,9],[4,7],[-2,12],[-5,10],[-12,24],[-7,20],[-13,40],[-2,13],[0,21],[1,6],[1,4],[1,5],[1,6],[1,8],[-7,22],[-13,36],[-6,25],[-2,7],[-2,6],[-2,3],[-2,4],[-5,4],[-13,9],[-7,5],[-25,8],[-33,9],[-8,-2],[-5,4],[-5,11],[1,7],[9,17],[12,15],[12,14],[2,3],[-3,7],[-3,2],[-18,7],[-4,1],[-7,-3],[-2,-5],[-6,-4],[-14,8],[-25,23],[-7,8],[-4,11],[-1,9],[-1,11],[0,11],[1,10],[2,6],[4,9],[21,29],[27,4],[6,-1],[16,25],[1,4],[0,7],[-15,31],[-12,22],[-11,18],[-21,36],[-5,11],[-2,4],[-1,8],[25,16],[18,12],[10,3],[5,1],[6,0],[29,-1],[19,2],[31,14],[34,14],[28,8],[23,-1],[28,5],[15,16],[7,10],[16,16],[14,13],[17,14],[28,14],[5,3],[31,23],[0,3]],[[400,4787],[37,-22],[4,-46],[17,-31],[158,-108],[26,33],[16,-33],[54,-6],[16,-33],[29,-15],[110,10],[5,-15],[-64,-43],[-10,-22],[5,-24],[118,-85],[21,5],[105,-92],[22,-55]],[[7898,2607],[41,-103],[9,-86],[38,-34]],[[8344,1790],[-63,-60],[-6,-1],[-11,1],[-35,7],[-6,3],[-18,23],[-25,42],[-4,15],[-42,-3],[-51,-3],[-5,-1],[-4,-1],[-4,-1],[-68,-16],[-40,-9],[-37,-17],[-33,-17],[-27,-7],[-5,6],[-35,-6],[-20,-6],[-18,-1],[-21,11],[-13,-1],[-12,-6],[-12,-3],[-35,3],[-22,-1],[-43,-1],[-18,2],[-6,14],[-3,12],[-15,15],[-4,4],[-13,5],[-12,10],[-4,8],[1,7],[3,16],[4,11],[4,6],[-1,4],[-9,8],[-25,0],[-12,-9],[-4,-8],[-29,-17],[-17,12],[-23,23],[-4,-1],[-12,-1],[-6,-3],[-8,-17],[-9,-14],[-7,3],[-20,13],[-20,6],[-9,0],[-9,-5],[-33,-31],[-18,-49],[1,-7],[-1,-7],[-6,-2],[-21,9],[-3,30],[-1,27],[5,17],[1,19],[-5,13],[-11,25],[-5,6],[-3,3],[-1,3],[-1,3],[2,25],[8,22],[-18,-7],[-14,-7],[-11,-8],[-20,-1],[-19,2],[-27,27],[-28,22],[-10,5],[-14,-2],[-9,0],[-12,2],[-10,20],[-2,8],[-1,7],[-18,14],[-41,14],[-8,0],[-35,0],[-27,-11],[-41,7],[-27,10],[-15,11],[-10,3]],[[6833,2066],[-7,109],[19,92],[22,20],[74,-11],[100,113],[-6,80],[-59,25],[-27,67],[182,48],[27,91],[-37,92],[10,61],[-11,92],[10,51]],[[7130,2996],[42,36],[-29,42],[0,54],[20,7],[22,-15],[50,37],[6,20],[-10,19],[7,7],[36,-31],[28,39],[31,-2],[8,24],[36,-4],[-26,57],[31,-9],[11,28],[26,0],[-39,87],[53,55],[-4,45]],[[7429,3492],[4,19],[14,-5],[2,-43],[23,-30],[51,-6],[70,-52],[54,-121],[61,-75],[22,-87],[43,19],[33,-36],[30,-6],[24,-91],[-23,-65],[22,-69],[15,-120],[-5,-116],[8,-25],[21,24]],[[7429,3492],[-5,2]],[[7424,3494],[4,17],[16,4],[10,-14],[-1,-39],[17,-22],[75,-12],[46,-40],[34,-55],[28,-79],[50,-52],[39,-82],[56,8],[59,-66],[5,-60],[20,-37],[-39,-51],[39,-85],[-11,-62],[19,-49],[-2,-43],[14,-21],[-9,-15],[5,-32]],[[1990,4655],[25,-80],[-12,-58],[10,-17],[51,44],[10,-23],[17,-4],[-6,-20],[20,4],[23,-97],[-4,-47]],[[2124,4357],[-30,-33],[-12,-58],[-32,-73],[-11,0],[9,-29],[25,-23],[-1,-30],[-32,2]],[[2040,4113],[0,18],[-36,13],[-29,69],[-21,-2],[-11,-22],[-38,27],[-9,-9],[-16,25],[-54,21],[-13,41],[-47,8],[-27,69],[-43,47],[-9,27]],[[1687,4445],[42,36],[-1,21],[20,36],[-15,22],[44,20],[37,-17],[44,21],[54,43],[29,44],[49,-16]],[[5128,3964],[-12,-25],[15,-8],[21,-47],[6,-79],[19,-39],[77,11],[54,79],[-4,-34],[11,-10],[15,-93],[-33,-47],[-6,-29],[19,-100],[1,-61],[19,-55],[47,-70],[11,-54],[-6,-19],[-19,-16],[-20,1],[-20,-29],[-11,-47],[6,-34],[-15,-27],[2,-58],[-47,-80],[27,-17],[34,-97],[38,-41],[-9,-8],[7,-44],[27,16],[17,-25],[16,22],[39,-18],[51,50],[26,-28],[43,11],[18,-21],[-31,-52],[-22,-10],[-2,-54],[-28,-50],[3,-64],[-16,-21],[-20,-76],[25,-117],[29,-29],[7,-51],[15,-14],[30,0],[-16,-18],[-3,-51],[24,-44],[-27,-29],[9,-7],[-11,-61],[-34,-17],[21,-15],[4,-24],[33,2],[10,-48],[31,-47],[59,-29],[31,12],[20,-11],[-1,-12],[-22,-3],[6,-17],[-17,-15],[23,-18],[-6,-43],[-20,12],[-18,-7],[46,-150]],[[5724,1616],[-6,-8],[-22,-29],[-3,-2],[-14,-6],[-11,-2],[-11,-17],[-4,-21],[-6,-35]],[[3537,3323],[11,-13],[24,14],[83,6],[33,32],[57,-3],[46,20],[8,17],[16,-8],[16,59],[-8,3],[5,29],[9,-2],[21,60],[25,-1],[19,41],[45,-45],[44,3],[12,30],[9,-12],[29,33],[-5,-19],[13,42],[17,-9],[15,23],[118,-35],[4,27],[59,15],[32,32],[3,22],[59,5],[23,18],[-26,84],[18,14],[0,53],[18,13],[2,42],[13,11],[42,-4],[30,18]],[[4476,3938],[30,26],[55,9],[30,-60],[30,-6],[17,-86],[14,29],[43,-10],[39,53],[-12,82],[31,38],[54,25],[22,44],[42,25],[18,39],[26,-2],[33,-24],[17,39],[63,-20],[27,-34],[45,-114],[28,-27]],[[1500,4822],[69,-45],[12,-94],[64,-110],[0,-53],[42,-75]],[[2040,4113],[-17,8],[-51,-59],[7,-77],[-14,-35],[23,7],[58,-23],[45,-34],[1,-23],[18,-17],[-7,-55],[10,-32],[13,0],[21,-40],[49,10],[7,-13],[97,57],[24,-15],[54,31],[17,35]],[[1069,4205],[13,0],[-7,61],[15,24],[43,20],[21,-10],[-7,-30],[25,-28],[4,-31],[64,-7],[38,-22],[-12,66],[32,66],[41,24],[9,35],[-22,73],[35,40],[3,55],[15,22],[10,104],[-9,36],[5,97],[18,9],[55,-14],[1,57],[41,-30]],[[2124,4357],[54,-15],[62,49],[82,135],[13,127],[63,26],[50,66],[70,59]],[[2518,4804],[-5,-73],[13,-74],[34,-7],[60,-70],[-5,-13],[24,-31],[8,-48],[-56,-87],[-6,-31],[-37,-16],[-55,-77],[-85,-62],[8,-19],[-10,-53],[21,-19],[-1,-46]],[[9020,3107],[-13,0],[-33,-8],[-5,-7],[-11,-19],[-6,-9],[-1,-5],[-3,-13],[-9,-36],[-2,-8],[-6,-23],[1,-28]],[[7424,3494],[-15,-14],[-41,48],[-38,-10],[-26,28],[9,61],[-21,91],[39,89]],[[7331,3787],[22,116],[335,72],[36,-34],[44,30]],[[7768,3971],[90,-129],[31,-21],[41,-68],[36,-31],[17,25],[34,7],[25,-48],[53,-32],[-29,-39],[0,-62],[-11,-8],[5,-32],[-38,-91],[53,-74],[4,-57],[20,11],[21,-23],[-20,-76],[109,-30],[35,21],[50,-53],[31,0],[18,-20],[7,-36],[-7,-67],[79,31],[123,-33],[8,41],[-6,26],[72,-53],[43,92],[-2,32],[19,12],[-1,23],[20,10],[-5,48],[26,17],[33,-24],[24,11],[35,-23],[3,16],[50,-22],[66,-61],[65,-20],[13,-49],[12,-5]],[[6393,3292],[40,-98],[32,-20],[62,-94],[14,-43],[45,34],[42,-48],[32,-3],[-3,-24],[42,-95],[28,-26],[12,18],[28,-28],[48,42],[60,-19],[88,19],[29,58],[18,2],[24,32],[20,-8],[35,43],[41,-38]],[[6833,2066],[-4,1],[-19,-12],[-16,-24],[-7,-7],[-12,-5],[-17,2],[-14,1],[-11,-3],[-11,-3],[-9,-4],[-30,-11],[-11,-7],[-9,-6],[-4,-8],[-18,-33],[-13,-39],[-15,-23],[-12,-12],[-8,-15],[-7,-24],[-6,-17],[-15,-25],[-25,-12],[-24,3],[-10,0],[-19,-5],[-22,11],[-8,9],[-13,25],[-9,12],[-4,4],[-37,18],[-34,10],[-26,7],[-18,28],[-7,13],[0,16],[0,15],[-1,7],[-11,16],[-4,5],[-8,6],[-29,14],[-21,-15],[-2,-13],[-2,-9],[-3,-6],[-7,-8],[-9,-8],[-9,-6],[-9,0],[-19,-8],[-11,-22],[-39,-42],[-38,-25],[-22,-2],[-11,-4],[-11,-8],[-5,-3],[-26,-10],[-30,-10],[-28,0],[-24,-2],[-21,5],[-10,-1],[-14,-12],[-13,-24],[-15,-20],[-18,-12],[-24,-24],[-17,-18],[-21,-13],[-37,-27],[-3,-4],[-4,-6],[-3,-5],[-5,-13],[-1,-3]],[[5128,3964],[59,-25],[-8,74],[22,39],[-1,22],[23,5],[34,-34],[6,11]],[[5263,4056],[3,-24],[14,-13],[16,7],[28,-42],[7,-39],[31,-25],[9,-24],[3,25],[23,10],[78,-99],[-2,25],[12,11],[23,9],[33,-17],[44,44],[35,-32],[23,4],[6,42],[24,28],[-1,23],[21,32],[45,-49],[72,-15],[46,76],[36,24],[20,38],[13,-3],[4,36],[13,-1],[-39,55],[31,5],[9,23],[-11,47],[30,19],[-19,17],[30,28]],[[5973,4301],[13,-1],[33,35],[32,-7],[29,29],[43,-21],[5,27],[37,-3],[32,-42],[-8,-40],[13,-20],[-18,-28],[8,-105],[-15,-22],[35,-142],[-15,-8],[-6,-41],[48,-22],[-16,-33],[25,-89],[-25,-13],[21,-66],[20,-18],[-19,-43],[58,-222],[-6,-36],[55,-66],[30,7],[11,-19]],[[3145,4064],[-33,72],[19,63],[8,11],[29,-15],[18,26],[-2,21],[39,-23],[17,85],[30,24],[62,-15],[72,-70],[10,-4],[11,20],[-16,96],[39,108],[-9,36],[8,97],[16,25],[28,10],[18,65],[31,52],[29,194]],[[3569,4942],[62,-6],[67,-50],[68,-4],[21,-38],[-4,-49],[57,-77],[0,-26],[78,-76],[12,-96],[-9,-42],[-20,-25],[38,-67],[35,-107],[24,-20],[31,24],[77,-44],[18,16],[56,-13],[28,-24],[2,-69],[173,-91],[69,-70],[24,-50]],[[6393,3292],[48,-6],[25,26],[17,-10],[86,22],[16,66],[-10,20],[40,81],[5,55],[-10,60],[-34,14],[-9,16],[-21,-22],[-44,32],[44,56],[5,29],[13,-19],[34,80],[27,8],[-3,70],[11,27],[8,-9],[8,16],[-7,29],[25,7],[13,24],[-27,21],[53,80],[80,58],[6,37],[29,9],[18,-41],[35,-5],[51,-71],[57,-44],[37,-6],[49,116],[82,73],[65,36]],[[7215,4227],[29,-46],[97,-34],[8,-65],[-61,-193],[43,-102]],[[2028,5179],[-20,-45],[37,4],[-6,-20],[13,-64],[-7,-78],[14,-27],[10,-70],[-8,-54],[-32,-35],[17,-51],[-18,-4],[7,-19],[-24,-55],[-21,-6]],[[1500,4822],[-20,31],[-41,19],[-15,108],[-15,7],[3,50],[-23,45],[-90,-1],[-38,15],[13,37],[73,115],[54,-34],[63,138],[17,14],[73,12],[30,-26],[25,24],[24,-12],[59,32],[48,6]],[[1740,5402],[83,-33],[34,-38],[81,-45],[20,-28],[12,-68],[58,-11]],[[2322,5304],[41,-40],[22,-56],[26,-32],[74,-22],[29,-48],[-2,-185],[19,-87],[-13,-30]],[[2028,5179],[34,9],[26,44],[44,22],[51,-4],[32,16],[29,21],[8,34],[34,14],[36,-31]],[[5263,4056],[25,32],[3,69],[-16,39]],[[5275,4196],[23,27],[16,73],[25,22],[35,-12],[88,33],[-16,23],[12,24],[-19,61],[-26,13],[-1,28],[125,4],[10,19],[15,-15],[24,0],[3,-23],[19,21],[13,-10],[-5,-11],[39,1],[16,-14],[16,33],[0,45],[52,39],[11,55],[17,4],[18,-28],[22,3],[-2,-20],[14,1],[-1,-14],[22,-8],[34,10],[0,-33],[24,16],[22,47]],[[5920,4610],[77,52],[-2,-68],[-17,-20],[7,-54],[-18,-56],[4,-46],[-12,-9],[14,-108]],[[8676,4132],[34,-93],[25,-5],[3,-14],[13,11],[31,-29],[-46,-37],[10,-19],[-3,-42],[-54,-94],[15,-40],[17,2],[33,-28],[29,27],[74,-24],[18,-48],[-11,-28],[11,-10],[-5,-30],[13,-5],[-5,-34],[93,-31],[13,-33],[30,11],[33,68],[15,9]],[[9062,3616],[30,-29],[4,-59],[35,-103],[-10,-17],[3,-25],[-24,-27],[11,-56],[-41,-61],[24,-22],[12,-34]],[[9106,3183],[-22,-22],[-9,-25],[-2,-4],[-12,-11],[-17,-9],[-24,-5]],[[7768,3971],[-2,22],[14,16],[77,49],[28,33],[24,-3],[40,-37],[48,-13],[22,-41],[3,65]],[[8022,4062],[61,77],[17,68],[-6,15],[19,25],[77,0],[29,-15],[3,-30],[36,-62],[4,12],[22,-17],[19,33],[32,-21],[8,-83],[11,-27],[17,-8],[1,-30],[12,-5],[30,-4],[-7,13],[30,8],[20,23],[17,-13],[36,15],[33,43],[18,-36],[41,-29],[35,37],[-3,14],[25,22],[-3,19],[20,26]],[[9750,4378],[11,-19],[1,-13],[-5,-40],[-17,-50],[-19,-20],[-10,-21],[2,-13],[5,-23],[4,-19],[3,-40],[9,-22],[13,-21],[-5,-27],[-7,-14],[-1,-20],[9,-27],[25,-32],[5,-3],[11,-18],[3,-9],[6,-29],[-5,-16],[-12,-24],[-11,-30],[-23,-36],[-11,-2],[-7,-8],[-13,-24],[-7,-15],[-17,-39],[12,-34],[9,-10],[17,-44],[17,-50],[1,-19],[-1,-4],[-7,-21],[-5,-22],[-4,-50],[3,-29],[6,-41],[2,-21],[2,-52],[-5,-19],[-6,-13],[-36,1],[-28,-29],[-17,-24],[-12,-16],[-6,-7],[-7,-2],[-10,2],[-17,3],[-3,-18],[-10,0],[-11,5],[-15,8],[-9,3],[-9,2],[-11,-1],[-10,-2],[-10,-6],[-8,-4],[-10,-5],[-16,-4],[-14,4],[-14,7],[-15,4],[-15,2],[-43,2],[-29,-4],[-6,-4],[-27,-8],[-24,-4],[-32,-4],[-28,-7],[-21,-12],[-18,1],[-3,0],[-11,7],[-7,9],[-3,8],[-45,14],[-12,-13]],[[9062,3616],[23,9],[-4,38],[25,-22],[59,37],[-17,3],[-2,32],[-19,16],[20,56],[-10,18],[12,97],[47,80],[60,3],[18,25],[-1,57],[54,63],[12,92],[11,20],[18,-5],[21,15],[1,151]],[[9390,4401],[17,33],[33,17],[64,-67],[16,16],[31,-1],[6,13],[70,-2],[36,18],[70,-62],[17,12]],[[400,4787],[1,11],[-1,30],[0,8],[-2,16],[-6,13],[-5,10],[-1,9],[1,6],[4,10],[5,10],[-3,11],[-6,11],[-3,5],[-5,5],[-8,18],[-6,17],[-6,46],[-15,42],[-21,34],[-24,29],[-10,18],[-8,19],[3,24],[2,29],[-1,30],[-6,15],[-6,3],[-15,27],[-10,16],[-2,7],[0,9],[10,11],[2,3],[6,10],[12,45],[5,21],[9,45],[0,23],[-2,41],[0,43],[-4,39],[-22,37],[-17,42],[-7,20],[-2,39],[0,5],[1,16],[6,17],[4,3],[8,31],[1,23],[1,31],[14,42],[14,22],[6,21],[1,4],[0,3],[3,12],[8,13],[13,17],[1,18],[-1,17],[-8,20],[-2,11],[3,3],[4,4],[16,8],[14,-2],[9,2],[8,6],[6,21],[2,8],[0,6],[-3,11],[-3,4],[2,13],[6,2],[3,0],[15,-1],[15,-10],[29,-16],[5,1],[25,9],[6,7],[2,6],[-9,33],[-4,23]],[[457,6208],[85,-9],[117,-122],[36,-71],[138,-54],[61,18],[29,52],[43,16],[51,108],[19,15],[91,-42],[71,30],[82,-91],[47,7],[17,-24],[73,-27],[-47,-78],[31,-66],[-11,-48],[6,-38],[78,32],[6,26],[37,-32],[60,10],[17,-12],[16,-31],[-40,-61],[-10,-40],[30,-48],[20,-65],[54,-69],[42,-15],[1,-50],[33,-27]],[[8000,4344],[-29,-50],[-6,-64],[42,-103],[0,-38],[15,-27]],[[7215,4227],[-12,94],[-24,53],[-18,14],[-5,39],[-31,32],[-9,60],[-19,-10],[-27,52],[-21,-8],[-3,42],[-17,24]],[[7029,4619],[61,90],[88,68],[28,39],[8,37],[57,12],[23,70],[27,21],[-1,21]],[[7320,4977],[50,-14],[32,-58],[14,25],[23,-23],[2,-37],[38,-56],[62,80],[87,-43],[83,-8],[24,-36],[30,-109],[42,-17],[7,-36],[41,-68],[-13,-94],[-38,-57],[90,10],[78,-63],[9,-24],[19,-5]],[[8676,4132],[45,51],[8,-25],[52,105],[35,15],[15,47],[25,8],[30,54],[-15,42],[7,50],[-17,27],[5,39],[44,45],[10,33],[35,28],[17,69]],[[8972,4720],[-10,-83],[26,-29],[43,-16],[14,-39],[23,-9],[3,-27],[20,-4],[7,-17],[31,6],[20,-70],[30,-6],[17,39],[50,-4],[10,17],[30,11],[27,44],[33,-13],[11,-21],[-2,-39],[29,-33],[6,-26]],[[5920,4610],[-36,2],[-21,48],[17,34],[-2,32],[-30,64],[20,19],[-5,49],[20,69],[-39,70],[65,45],[-13,77],[7,18],[-17,46],[20,99],[-88,75]],[[5818,5357],[18,6],[22,-39],[5,18],[-13,42],[19,21]],[[5869,5405],[34,-4],[23,-20],[12,12],[14,-15],[12,9],[29,-11],[23,18],[105,-50],[8,-26],[74,-39],[-7,-44],[33,-34],[52,-100],[46,40],[0,29],[55,132],[43,-17],[42,-167],[-10,-149],[22,-60],[13,-14],[44,8],[52,22],[16,22],[61,-21],[20,-17],[30,-118],[40,-28],[40,-58],[26,-12],[13,-33],[122,-90],[29,6],[44,43]],[[4363,5889],[84,-185],[83,16],[42,-36],[40,9],[53,-55],[54,32],[1,-22],[33,0],[27,-47],[19,-190],[49,-36],[-7,-87],[16,-25],[-4,-22],[23,-11],[14,19],[16,-11],[21,27],[38,5],[-3,-43],[12,-8],[-9,-7],[2,-45],[-12,-10],[19,-13],[4,-52],[96,-95],[21,10],[50,-22]],[[5145,4985],[1,-101],[84,-150],[33,-2],[12,-50],[-23,-87],[-22,-34],[-36,-15],[-23,-58],[4,-13],[-13,-11],[18,-9],[12,-111],[55,-103],[16,-5],[12,-40]],[[3569,4942],[-3,46],[27,81],[-11,88],[-30,75],[82,36],[-3,23],[30,51],[-26,72],[-4,53],[10,34],[-35,134],[39,47]],[[3645,5682],[41,-93],[63,72],[40,17],[18,70],[26,-1],[41,189],[72,38],[52,-20],[33,7]],[[4031,5961],[21,1],[19,34],[68,-9],[-3,27],[22,-27],[12,-42],[-8,-25],[163,33],[38,-64]],[[5145,4985],[17,14],[-12,97],[7,21],[13,-12],[41,3],[39,21],[19,52],[109,128],[3,11],[-32,16],[-13,31],[14,52],[16,-5],[21,15],[31,28],[21,43],[29,19],[8,40],[12,6],[-8,20],[13,5],[40,78],[-6,40],[-31,57]],[[5496,5765],[38,26],[50,-88],[18,-8],[-5,-54],[15,-47],[-1,-59],[15,-39],[-3,-77],[20,-100],[36,-9],[9,9],[24,-36],[15,-7],[16,13],[16,-16],[22,14],[37,70]],[[8000,4344],[19,15],[13,38],[-23,47],[2,49],[65,63],[26,75],[48,48],[18,-44],[24,-11],[16,-32],[41,-8],[17,-24],[-2,-19],[73,-83],[13,-7],[40,36],[4,81],[27,58],[-25,108],[7,21],[-7,46],[-7,16],[-45,-1],[-39,24],[31,59],[-10,4],[-41,114],[92,153],[42,-18],[11,18],[54,5]],[[8484,5175],[-5,-98],[14,-8],[62,117],[53,13],[18,-10],[17,-45],[26,-3],[24,-55],[44,-21],[-4,-97],[-33,-23],[15,-63],[-4,-16],[-17,1],[-8,-47],[-23,-44],[14,-3],[57,53],[38,-2],[59,-14],[7,-24],[25,-20],[17,5],[92,-51]],[[1915,6661],[49,-14],[20,-52],[82,-54],[29,-9],[94,31],[26,-7],[16,-72],[-17,-53],[38,-18],[22,-35],[49,-35],[22,-41],[116,-131]],[[2461,6171],[-82,-5],[-74,-36],[-55,26],[-41,1],[-27,-23],[-20,-61],[21,-51],[9,-64],[38,-81],[3,-89],[29,-43],[10,-168],[56,-42],[8,-151],[-2,-20],[-12,-9],[0,-51]],[[457,6208],[-1,9],[-16,18],[-8,84],[-2,21],[-4,23],[-4,7],[-4,32],[0,25],[0,17],[0,8],[1,8],[4,23],[4,14],[0,17],[-1,16],[-1,7],[-4,16],[-5,21],[-6,68],[3,25],[5,11],[37,29],[18,10],[29,9],[5,1],[15,-4],[5,-1],[10,0],[6,2],[4,7],[5,-5],[5,-12],[5,-8],[12,-35],[22,-28],[12,-11],[4,-24],[16,-11],[27,-27],[26,25],[28,22],[24,26],[11,23],[6,32],[16,12],[6,4],[43,4],[28,-13],[31,-32],[13,-16],[1,-15],[-4,-15],[0,-13],[6,-11],[3,-1],[5,0],[27,13],[12,8],[17,12],[26,13],[85,-3]],[[1065,6645],[68,-74],[95,-3],[93,-123],[33,-17],[33,-49],[43,1],[43,-36],[55,-22],[8,10],[-9,5],[9,10],[-7,15],[13,9],[98,-3],[-1,12],[29,-15],[55,-3],[81,18],[52,-3],[33,79],[-14,1],[-5,56],[-24,18],[15,7],[5,53],[29,7],[-13,28],[19,4],[1,34],[13,-3]],[[3042,6420],[8,-25],[63,-31],[18,-99],[68,-129],[19,-58],[28,-34],[23,-94],[54,-21],[28,-48],[36,-28],[62,-83]],[[3449,5770],[60,50],[35,12],[37,-31],[18,-77],[45,-21],[1,-21]],[[2461,6171],[58,40],[22,34],[20,84],[35,23],[40,53],[37,96],[60,31],[126,4]],[[2859,6536],[18,-2],[36,38],[42,-116],[87,-36]],[[1910,6779],[-6,-52],[16,6],[-5,-72]],[[1065,6645],[30,83],[4,19],[1,13],[-1,14],[-1,17],[7,19],[9,23],[2,4],[17,5],[17,5],[7,10],[6,27],[4,22],[3,7],[3,7],[30,33],[18,18],[9,23],[7,25],[-9,33]],[[1228,7052],[46,48],[64,7],[19,-19],[11,-48],[28,16],[107,-55],[43,20],[47,-7],[61,-39],[38,-49],[13,12],[56,-42],[25,-1],[0,-12],[13,1],[13,-19],[91,-30],[6,-15],[-11,-9],[17,-1],[-5,-31]],[[6073,5872],[-10,-33],[32,-18],[-27,-39],[-16,28],[-20,8],[-24,-74],[23,-9],[-2,-16],[-23,3],[-14,-17],[-30,14],[-48,69],[-23,-44],[1,-21],[-52,2],[-19,-73],[-11,15],[-19,-21],[23,-71],[22,-28],[-9,-22],[20,-16],[29,8],[19,-29],[-28,-39],[2,-44]],[[5496,5765],[1,12],[-12,-4],[-75,103],[-12,0],[2,48],[-36,-16],[18,-32],[-14,-13],[-31,90],[54,90],[27,23],[-11,23],[12,12],[-3,47],[-83,145],[14,11],[8,54],[25,31],[2,22],[33,25],[44,67],[-5,9],[14,16],[-7,40]],[[5461,6568],[15,22],[60,-48],[37,-48],[52,-120],[28,-3],[26,-32],[48,-11],[80,-82],[49,-73],[16,3],[3,-18],[-26,-12],[-2,-13],[91,-71],[39,-60],[31,7],[-5,-34],[15,-41],[55,-62]],[[8467,5747],[30,-183],[31,-1],[4,-28],[12,0],[16,-38],[-32,-40],[-21,-8],[-3,-72],[-28,-40],[17,-60],[-9,-102]],[[7320,4977],[-11,34],[-85,55],[-5,20],[46,52],[-24,76],[-28,17],[-15,33],[10,47],[-13,92],[26,33],[7,33],[59,60],[66,-17],[16,-44],[129,-17],[27,43],[9,82],[4,-16],[10,20],[24,8],[26,42],[10,125]],[[7608,5755],[36,10],[39,92],[11,83],[-23,-1],[18,69],[55,46],[57,85]],[[7801,6139],[23,-40],[37,-23],[26,2],[45,-76],[23,3],[14,-16],[18,10],[16,-14],[12,10],[26,-11],[32,21],[21,-5],[27,25],[26,-14],[36,21],[117,-60],[34,-63],[36,-33],[55,16],[12,-77],[30,-68]],[[2162,7334],[-9,-19],[12,-3],[0,-30],[110,-80],[11,-27],[22,-8],[19,15],[5,-33],[-16,-77],[8,-44],[-22,-26],[56,-16],[20,-39],[46,57],[36,-91],[12,-42],[-35,-8],[-26,-35],[-29,11],[2,-27],[-12,-5],[4,-36],[-14,-26],[2,-23],[18,-41],[10,9],[51,-13],[44,-24],[50,14],[51,-53],[23,0],[31,-43],[49,-4],[27,36],[10,-11],[22,12],[-8,78],[24,-4],[6,19],[23,-13],[25,25],[7,-26],[21,-2],[12,-30],[-1,-115]],[[1910,6779],[35,-1],[3,63],[-16,2],[0,16],[17,14],[4,36],[-15,26],[28,25],[23,-2],[0,18],[26,-1],[11,40],[11,3],[2,28],[-11,2],[13,10],[-12,3],[32,69],[-18,-1],[-11,24],[-17,1],[5,11],[-17,8],[20,28],[-34,20],[-37,-40],[-29,-9],[12,81],[43,40]],[[1978,7293],[27,86],[-13,49],[49,5],[3,-25],[55,-38],[42,-13],[21,-23]],[[4584,6454],[-17,-108],[37,-136],[-44,-60],[-29,-112],[-30,-25],[-11,-59],[-28,3],[-99,-68]],[[4031,5961],[-1,75],[-29,47],[-18,6],[-12,44],[-18,11],[29,77],[-46,83],[0,79],[89,79],[20,68],[42,-70],[26,-3],[26,35],[-3,49],[18,45],[50,63],[1,60],[54,124],[59,19],[20,26],[25,-1],[61,68]],[[4424,6945],[16,-15],[19,17],[-6,-24],[16,2],[22,52],[27,-39],[94,-42],[12,-17],[-13,-14],[26,-13],[-9,-67],[10,-51],[15,-17],[-34,-65],[25,-52],[-21,-50],[-13,-75],[-14,-22],[-12,1]],[[1228,7052],[-5,21],[-8,25],[-16,35],[-16,27],[-14,28],[12,22],[7,7],[6,5],[16,9],[3,2],[1,9],[3,31],[0,13],[-2,6]],[[1215,7292],[32,16],[12,100],[29,1],[37,31],[13,45],[62,-31],[26,30],[3,62],[17,25],[1,22],[12,-22],[26,-7],[36,37],[45,-27],[53,-5],[137,-110],[19,19],[67,5],[5,-42],[24,-2],[-4,-28],[25,5],[-5,-31],[51,-18],[5,-55],[35,-19]],[[4331,7098],[8,-53],[-10,-21],[55,-53],[13,9],[2,28],[18,0],[7,-63]],[[3449,5770],[-14,35],[5,50],[-12,27],[15,66],[-8,75],[8,33],[21,8],[26,132],[-8,64],[-29,61],[12,-7],[16,63],[15,150],[14,16],[7,78],[14,18],[74,3],[9,37],[-29,63],[5,-16],[-47,-17],[-36,25],[6,14],[-14,13],[-25,11],[-23,67],[15,57],[40,48],[83,28],[81,-47],[23,10],[5,23],[22,-9],[10,10],[13,-31],[16,-6],[0,-33],[17,22],[30,7],[16,-25],[12,33],[26,11],[0,35],[15,-1],[-7,31],[16,2],[-10,24],[11,55],[-8,14],[37,20]],[[3914,7117],[57,4],[38,-69],[37,10],[-5,-76],[-14,-21],[8,-11],[38,40],[14,-25],[4,13],[37,-1],[48,71],[14,48],[23,21],[21,-22],[27,54]],[[4261,7153],[37,36]],[[4298,7189],[42,-33],[1,-15],[-25,-18],[15,-25]],[[4584,6454],[42,-57],[18,15],[24,-5],[13,26],[38,0],[17,16],[23,-45],[-27,-33],[-5,-27],[38,19],[20,61],[19,14],[17,-6],[4,31],[13,-4],[53,-102],[62,-14],[19,27],[2,26],[-12,167],[49,73],[7,37],[23,32],[-10,29],[-10,0],[-4,107],[-13,36],[26,42],[28,-18],[37,5],[17,51],[55,25],[15,28],[62,-8]],[[5244,7002],[66,-147],[-12,-62],[57,-86],[3,-24],[68,-45],[7,-34],[28,-36]],[[6838,6613],[25,-9],[42,38],[47,10],[15,-35],[-6,-16],[36,-38],[-3,-11],[55,-34],[16,11],[53,-101],[48,-22],[17,-23],[28,3],[8,17],[24,-6],[12,-40],[20,-20],[23,25],[48,-5],[18,29],[41,-18],[4,-15],[21,3],[26,-49],[75,-62],[3,23],[43,-1]],[[7577,6267],[24,6],[8,-20],[20,8],[18,-19],[18,14],[77,-31],[14,10],[7,-32],[19,-1],[11,17],[25,-38]],[[7818,6181],[-17,-42]],[[7608,5755],[-27,24],[-14,-22],[-72,3],[-47,-24],[-44,21],[-81,-29],[2,-39],[-18,30],[-23,-25],[-4,25],[-33,-15],[-34,10],[-13,21],[-2,37],[-42,47],[-18,-1],[-63,101],[-16,-13],[-21,45],[-15,9],[-23,3],[-21,-18],[-20,10],[-21,22],[-1,21],[-25,17],[1,27],[-39,61],[-39,37],[-74,27],[-38,40],[-44,-11],[-25,9],[-8,-15],[-29,8],[-35,-27],[0,45],[17,33],[-30,83],[52,33],[-57,100],[-19,7],[-16,-12],[6,24],[-14,51],[15,14],[26,82],[21,-9],[18,13],[3,68]],[[6604,6703],[63,-8],[28,23],[35,-54],[4,-43],[15,-5],[0,-18],[71,1],[18,14]],[[6073,5872],[26,3],[29,-46],[19,18],[22,-5],[12,-25],[-6,-27],[15,-20],[8,10],[5,78],[-17,40],[35,75],[-48,164],[30,18],[45,-17],[51,135],[88,88],[46,76],[-15,4],[-11,75],[-35,90],[5,42],[10,-5],[11,68],[23,27],[7,46]],[[6428,6784],[61,-14],[43,-48],[46,22],[26,-41]],[[3042,6420],[0,107],[-9,20],[25,102],[2,108],[-31,38],[-71,32],[2,15]],[[2960,6842],[26,48],[78,72],[63,9],[38,31],[48,10],[-3,44],[92,68],[6,31],[-14,37],[66,33],[11,50],[97,5],[63,19]],[[3531,7299],[128,14],[115,-13],[33,14]],[[3807,7314],[7,-40],[-10,-20],[17,7],[17,-19],[29,0],[-21,-23],[24,-37],[2,-42],[15,2],[27,-25]],[[9049,6243],[6,-20],[-16,-36],[5,-41],[-13,-22],[16,-28],[42,-20],[-1,-88],[14,-13],[13,30],[28,-41],[-5,-63],[-16,-12],[3,-12],[-23,-8],[11,-35],[25,-10],[17,-29],[14,4],[14,35],[22,11],[33,50],[24,-18],[6,21],[24,-14],[25,6],[23,-27],[53,-8],[15,-20],[65,-28],[34,-59],[2,-66],[54,32],[20,-20],[47,5],[55,-47],[57,-9],[-6,-17],[13,-32],[50,-24],[14,-32],[21,3],[13,-39],[79,7]],[[9926,5509],[-4,-8],[-11,-24],[-26,-42],[-22,-29],[-12,-24],[-11,-32],[-8,-26],[-15,-36],[-3,-40],[0,-12],[-5,-22],[-7,-3],[-36,5],[-37,4],[-29,-23],[-17,-31],[-8,-38],[15,-42],[-2,-39],[1,-15],[1,-15],[-4,-35],[-5,-36],[-4,-49],[1,-27],[3,-20],[3,-13],[18,-23],[18,-8],[15,-36],[3,-27],[2,-36],[6,-17],[10,-23],[10,-1],[1,-18],[-14,-49],[3,-44],[0,-22],[-23,3],[-14,-5],[-6,-33],[-1,-17],[7,-33],[31,-70]],[[8467,5747],[11,50],[32,45],[21,-3],[55,30],[4,-61],[16,-2],[30,70],[0,39],[61,89],[2,33],[-16,52],[22,31],[18,65],[-9,22],[6,49],[-19,7],[7,45],[-11,29]],[[8697,6337],[37,4],[29,21],[113,-68],[29,19],[0,21],[12,7],[21,-64],[35,4],[36,-37],[40,-1]],[[2162,7334],[32,0],[3,29],[32,42],[25,-8],[27,-48],[29,39],[-9,29],[24,15],[-10,29],[-17,3],[9,31],[-33,25],[-12,25],[-78,31],[-1,68],[13,-9],[28,58],[11,-2]],[[2235,7691],[18,2],[16,-26],[11,9],[50,-34],[55,23],[33,-27],[-37,-67],[30,-6],[36,-42],[63,-19],[34,-3],[-1,34],[90,61],[68,27]],[[2701,7623],[26,-87],[35,-39],[29,-59],[14,0],[28,-32],[41,1],[-27,-19],[4,-117],[-22,-73],[19,-16],[-17,-13],[14,-25],[-18,-19],[16,-14],[-15,-32],[18,-65],[-41,-39],[48,-44],[9,-24],[98,-65]],[[3833,7455],[9,-30],[243,-187],[17,6],[43,-21],[-2,-12],[45,-29],[7,11],[29,-5],[8,15],[17,-28],[16,-3],[-4,-19]],[[3807,7314],[21,21],[-55,59]],[[3773,7394],[4,52],[21,18],[22,-15],[13,6]],[[3833,7455],[31,49]],[[3864,7504],[22,-27],[37,27],[76,-33],[49,-45],[18,-43],[29,-1],[4,17],[12,0],[9,-13],[-12,-20],[9,-10],[17,1],[6,24],[21,-52],[20,16],[28,-10],[12,-35],[28,-13],[1,-31],[47,-34],[1,-33]],[[7577,6267],[-62,145],[-27,12],[-2,31],[-33,39],[-5,90],[11,43]],[[7459,6627],[38,9],[34,28],[7,-18],[28,36],[50,29],[39,-10],[96,52]],[[7751,6753],[24,-28],[35,2],[30,-69],[-21,-12],[-3,-31],[-15,-5],[44,-127],[-14,-121],[-19,-15],[27,-86],[0,-44],[-21,-36]],[[6875,6737],[-23,3],[-30,42],[-34,126],[-2,84],[9,5]],[[6795,6997],[-5,-73],[39,-140],[46,-47]],[[3774,7616],[27,-21],[8,-62],[18,-3],[17,21],[24,-19]],[[3868,7532],[-4,-28]],[[3773,7394],[-21,22],[-36,4],[-24,55],[22,21],[22,79],[8,-6],[20,29],[-38,35],[48,-17]],[[3866,7650],[-15,-24],[17,-94]],[[3774,7616],[12,0],[-7,55],[9,16]],[[3788,7687],[73,-9],[-8,-30],[13,2]],[[5304,7279],[-17,-101],[-33,-84],[5,-90],[-15,-2]],[[4331,7098],[30,9],[14,-26],[18,6],[13,36]],[[4406,7123],[29,8],[-4,55],[27,-17],[22,6],[-8,27],[41,33],[11,1],[17,-38],[8,4],[13,29],[-5,50],[19,32],[26,-17],[4,-25],[10,8],[36,-26],[-5,-25],[21,-14],[38,12],[10,-17],[50,2],[33,37],[-34,75],[-20,13],[-4,27],[14,29],[-24,24],[36,15],[10,107],[35,7]],[[4812,7545],[65,-10],[31,-24],[6,-20],[27,-20],[4,-35],[34,-14],[-4,-34],[18,-23],[88,18],[23,29],[101,34],[15,-88],[59,-39],[25,-40]],[[3627,7831],[13,-58],[38,-59],[23,3],[5,-18],[47,2],[35,-14]],[[3531,7299],[-17,47],[-6,80],[40,100]],[[3548,7526],[8,-6],[26,28],[-37,36],[26,48],[-17,14],[-24,59],[15,35],[6,96]],[[3551,7836],[31,-15],[24,15],[21,-5]],[[6838,6613],[17,42],[28,4],[-17,19],[14,17],[-5,42]],[[6795,6997],[40,-23],[25,14],[23,70],[46,36],[43,8],[14,39]],[[6986,7141],[37,-27],[37,9],[32,-17],[-9,37],[35,42],[58,-83],[27,-6],[-3,44],[14,29],[31,-38],[-2,-21],[109,6],[4,-38],[-25,-89],[5,-195],[20,0],[1,-95],[35,-14],[9,-23],[23,5],[35,-40]],[[9049,6243],[-14,41],[21,36],[26,-17],[41,5],[20,38],[119,25],[-26,29],[29,20],[45,77],[-11,102],[35,8],[19,29],[39,8],[42,31],[23,57],[35,1]],[[9492,6733],[3,-12],[9,1],[14,6],[10,7],[13,-9],[7,-6],[10,-14],[13,-29],[14,-44],[13,-39],[6,-25],[12,-32],[9,-21],[8,-41],[13,-42],[9,-27],[-6,-18],[-5,-11],[-1,-11],[0,-31],[5,-13],[18,-43],[16,-38],[12,-30],[6,-22],[13,-27],[11,-9],[12,-15],[3,-37],[-11,-32],[3,-11],[5,-12],[13,-7],[42,-12],[16,-9],[42,-4],[2,0],[29,7],[11,-3],[18,-17],[15,-49],[9,-38],[9,-30],[21,-42],[10,-29],[15,-48],[11,-37],[-1,-28],[-3,-8],[-1,-15],[3,-29],[2,-4],[-1,-16],[-4,-16],[-12,-21],[-22,-8],[-8,-17],[-17,-39],[-9,-18]],[[2642,8150],[-4,14],[12,18]],[[2650,8182],[-8,-32]],[[3779,7846],[25,-107],[-5,-20],[-52,3],[-5,55],[-10,-3],[-11,21],[8,9],[-7,26],[-38,8],[-18,19],[5,14],[-11,-15],[-13,4]],[[3647,7860],[-7,53],[15,1],[-13,11],[2,19],[29,-7],[6,41],[20,26],[13,-36],[28,-30],[1,-18],[30,0],[2,-26],[-11,-1],[-2,-25],[19,-22]],[[2228,7721],[7,-30]],[[1215,7292],[-2,5],[-9,23],[-20,45],[-23,46],[-13,16],[-5,22],[1,32],[2,36],[4,37],[4,44],[4,41],[-8,33],[-6,28],[0,8],[2,8],[19,28],[7,15],[7,15],[16,23],[0,25],[-3,24],[-5,10],[-2,5],[-1,22],[6,10],[4,5],[12,11],[18,12],[9,10],[20,30],[24,40],[5,29],[0,4],[3,24],[24,28],[8,3],[4,1],[7,-2],[9,-4],[12,-5],[34,1],[10,2],[16,6],[16,5],[25,4],[16,4],[11,4],[17,39],[6,13],[6,16],[39,15],[22,0],[39,-4],[7,0],[7,-1],[41,-6],[2,-2],[6,-4],[15,2],[7,3],[5,3],[4,4],[14,18],[3,6],[16,28],[22,25],[25,33],[16,43],[1,12],[10,23],[8,9],[25,3]],[[1840,8383],[27,-45],[43,-7],[32,-23],[45,-77],[-9,-42],[39,-105],[99,-25],[18,-34],[-4,-38],[32,-51],[2,-55],[-26,-39],[5,-19],[21,-21],[-6,-8],[16,-34],[49,-49],[5,10]],[[4406,7123],[-23,63],[18,26],[-16,26],[10,19],[-22,17],[18,18],[-26,53],[-34,13],[13,20],[-100,33],[-72,67],[22,3],[5,26],[45,21],[-4,25],[13,8],[-12,18],[13,10]],[[4254,7589],[12,-38],[42,35],[28,61],[18,-12],[7,18],[31,11],[33,-10],[24,11],[31,76],[4,45],[38,34],[4,28],[21,-3],[-2,-27],[16,-1],[7,17],[-16,48],[42,41]],[[4594,7923],[51,-92],[33,27],[18,-9],[15,-37],[-1,-43],[27,-17],[62,8],[37,-16],[-2,-94],[-36,-73],[14,-32]],[[3085,8136],[-5,-63],[16,-44],[-8,-19],[53,-13],[37,-35],[23,-28],[12,-54],[39,-54],[21,9],[27,-39],[35,10],[17,-40],[21,-8],[5,-30],[-7,10],[-8,-16],[-17,23],[-11,-4],[6,-49],[37,-56],[2,-30],[-15,-19],[23,-15],[34,8],[72,-53],[30,19],[24,-20]],[[2701,7623],[66,68],[43,75],[-24,31],[-6,45],[-15,17],[120,124],[-18,15],[6,43],[-17,6],[-14,91],[-13,14],[-29,-34],[0,-23],[-67,-51],[0,37],[17,31],[-3,60],[-29,11],[15,15],[45,-1],[34,20],[56,-5],[22,23],[33,5],[26,29]],[[2949,8269],[6,-28],[12,-26],[13,-39],[15,-5],[12,6],[19,6],[14,-21],[7,-5],[4,3],[17,2],[3,-4],[3,-15],[11,-7]],[[6129,7644],[-10,-60],[14,-36],[-8,-30],[-33,-24],[6,-29],[25,-37],[11,-56],[41,-50],[66,-26],[53,-70],[0,-46],[35,-36],[-5,-29],[11,-18],[-9,-26],[21,-11],[21,-41],[42,-22],[-2,-65],[34,-40],[43,-20],[-109,-2],[9,-25],[30,-7],[13,-54]],[[5304,7279],[32,7],[20,54],[49,44],[10,26],[27,11],[-21,25],[-11,54],[36,39],[30,-16],[7,42],[24,45],[47,14],[27,-10],[5,23],[35,24],[39,-12],[9,26],[15,3],[11,-29],[9,6],[8,-14],[23,-61],[19,-81],[-2,-61],[27,48],[66,37],[29,34],[30,-1],[36,22],[20,-11],[26,57],[41,42]],[[6027,7666],[23,16],[40,-11],[24,-32],[15,5]],[[3085,8136],[8,10],[19,6],[39,7],[9,3],[17,8],[5,7],[4,6],[29,22],[24,19],[18,25],[27,4],[5,-9],[3,-6],[4,-7],[10,2],[35,9],[13,13]],[[3354,8255],[36,-25],[31,-90],[0,-41],[24,-42],[45,0],[43,-64],[-7,-57],[21,-45],[-6,-15],[10,-40]],[[4254,7589],[-16,69],[13,5],[-10,47],[48,22],[-10,125],[-17,11],[28,31],[-14,45],[11,37]],[[4287,7981],[36,-1],[6,-21],[59,-32],[20,-27],[56,-25],[20,36],[-6,10],[13,52],[-22,53],[17,19],[3,30]],[[4489,8075],[26,1],[25,-20],[18,7],[10,-32],[13,15],[33,-25],[4,-63],[-24,-35]],[[2642,8150],[-3,-28],[-46,-46],[-44,-9],[7,-5],[-15,-16],[10,-17],[-15,-33],[-13,-2],[-6,-46],[-18,8],[-16,-26],[-18,-95],[-18,3],[-13,-27],[-16,16],[-13,-52],[-30,29],[-33,4],[-38,-32],[-28,38],[-7,-10],[-6,9],[-24,-21],[-11,-71]],[[1840,8383],[6,1],[16,21],[27,27],[19,14],[25,1],[10,-1],[22,-8],[25,-2],[11,1],[43,19],[18,10],[38,20],[18,7],[13,8],[15,13],[16,13],[22,2],[7,2],[25,7],[8,4],[2,6],[24,34],[16,17],[15,17],[12,11],[12,14]],[[2305,8641],[18,-47],[30,18],[34,-9],[82,-166],[32,-33],[-5,-16],[35,-60],[8,-37],[35,32],[12,-44],[64,-97]],[[7751,6753],[-3,21],[17,43],[39,28],[-16,17],[21,45],[-24,53],[30,73],[-10,50],[17,13],[13,157],[52,40],[0,18],[16,19],[27,-12],[46,-53],[11,-102],[30,-25],[32,11],[37,36],[-6,66],[47,16]],[[8127,7267],[14,22],[12,-14],[-2,-30],[71,18],[-5,41],[18,36],[40,39],[-15,15],[6,21],[48,6],[-14,29],[4,33],[38,-44],[51,26]],[[8393,7465],[31,-68],[18,-1],[0,-21],[50,-61],[-6,-22],[-28,-8],[-17,-34],[51,-122],[67,-54],[35,11],[57,-23],[16,7],[42,-31],[28,-52],[45,-12],[48,-32],[15,-36],[-42,-74],[4,-35],[-11,-20],[10,-34],[-32,-37],[7,-42],[-25,-140],[-42,-40],[-1,-45],[-16,-31],[0,-71]],[[3866,7650],[36,11],[-36,49],[66,133],[-5,38],[12,10],[39,135],[-11,41],[18,80],[17,17],[30,88],[40,50],[17,6],[17,61]],[[4106,8369],[65,-130],[66,-67],[0,-77],[20,-60],[2,9],[20,-19],[8,-44]],[[3627,7831],[8,27],[12,2]],[[3779,7846],[2,11],[34,-38],[-1,15],[21,1],[-3,14],[36,45],[0,9],[-22,-8],[-7,83],[12,38],[-15,14],[0,67],[-24,70],[32,123],[0,105],[57,86],[9,42],[20,-9],[13,42],[28,21],[20,-16],[25,9]],[[4016,8570],[66,-92],[24,-109]],[[2305,8641],[16,20],[11,26],[3,6],[18,28],[9,13],[15,16],[24,20],[14,5],[18,6],[9,6],[2,2],[23,24],[18,31],[1,5],[2,4],[8,14],[21,17],[15,8],[15,3],[17,2],[20,-4],[6,-12],[16,-11],[22,-3],[15,-3],[41,-11],[15,-4],[34,-6],[10,-4],[4,-3],[4,-6],[12,-26],[7,-16],[7,-29],[16,-40],[4,-10],[10,-30],[15,-45],[18,-21],[11,-16],[17,-29],[22,-42],[17,-20],[10,-22],[6,-14],[20,-43],[9,-20],[6,-36],[0,-19],[-1,-15],[-4,-36],[-6,-26],[2,-6]],[[7396,7815],[-21,-26],[-6,-91],[-41,-63],[-78,-54],[-6,-32],[11,-9],[-51,-34],[-21,-67],[-50,-77],[-55,-40],[-48,23],[8,-45],[-7,-29],[-23,-15],[5,-21],[-33,-12],[6,-82]],[[6129,7644],[24,62],[39,-41],[81,-40],[30,-31],[7,43],[12,2],[37,62],[1,31],[19,31],[13,-2],[35,36],[25,-11],[37,9],[75,58],[26,-10],[11,9],[9,-35],[32,36],[45,-20],[42,56],[27,-5],[12,-16],[11,-64],[29,-33],[33,24],[13,41],[25,11],[35,-64],[30,-8],[16,-63],[54,-40],[28,78],[-6,93],[10,24],[-26,76],[17,61],[12,-14],[44,3],[22,-16],[14,15],[17,-19],[19,3],[5,23],[71,1],[78,-49],[22,-51],[38,-26],[17,-59]],[[8393,7465],[0,33],[34,38],[7,74],[26,56],[69,23],[-3,270],[34,60]],[[8560,8019],[6,-4],[24,-12],[7,-7],[5,-7],[8,-18],[9,-6],[14,-9],[11,2],[32,2],[12,-3],[7,0],[32,14],[30,11],[19,-9],[5,-14],[3,-5],[18,-25],[3,-2],[3,-2],[11,-14],[5,-15],[6,-21],[8,-17],[9,-11],[14,-10],[6,-3],[8,-2],[16,13],[3,1],[7,-1],[8,-5],[5,-7],[6,-6],[12,-3],[10,-2],[12,0],[27,-14],[21,-16],[24,-10],[23,1],[19,6],[17,21],[3,12],[10,11],[16,-21],[13,-29],[22,-43],[12,-11],[14,-13],[3,-3],[8,-13],[4,-6],[2,-6],[5,-4],[9,-3],[18,-5],[10,3],[17,7],[17,7],[33,13],[17,-3],[31,-13],[9,-5],[3,-13],[2,-34],[-2,-22],[-6,-19],[-9,-36],[-1,-9],[24,-18],[12,-16],[9,-16],[-1,-23],[-2,-46],[0,-40],[6,-18],[3,-20],[-1,-29],[-3,-29],[-5,-33],[-3,-25],[4,-18],[7,-39],[-1,-40],[1,-39],[10,-46],[1,-5],[2,-6],[7,-13],[8,-15],[29,-8],[8,-22],[4,-13],[1,-6],[0,-28],[4,-10],[5,-10],[4,-9],[1,-22],[-5,-22],[0,-5],[1,-15],[0,-6],[8,-15],[2,-15],[1,-28],[3,-44],[3,-7]],[[3838,9090],[65,25],[13,-22],[28,15],[3,-24],[65,-71],[57,-9],[20,-62],[50,-60],[10,-49],[-20,-13],[-11,-62],[11,-44],[-13,3],[-4,-40],[-13,-15],[-44,0],[-12,-50],[-35,2],[8,-44]],[[3354,8255],[1,18],[-16,43],[-11,44],[-17,37],[-13,36],[-4,31],[-2,5],[5,4],[6,11],[11,6],[3,11],[-4,10],[12,10],[2,6],[14,33],[6,8],[1,5],[7,50],[-3,27],[0,8],[4,16],[21,22],[9,8],[8,16],[4,15],[4,16],[14,30],[3,10],[1,7],[0,8],[-3,6],[-4,4],[-4,8],[-2,6],[-4,19],[1,7],[3,12],[7,12],[13,12],[13,-6],[20,6],[13,22],[8,20],[8,21],[17,27],[12,10],[14,7],[13,13],[13,18],[4,15],[9,25],[15,31],[20,37],[7,8],[12,7],[24,13],[19,13],[8,0],[2,-2],[35,-23],[34,-21],[6,2],[6,1],[7,-11],[13,-2],[23,-23],[6,-10],[1,-6],[6,-3],[12,-1],[8,6],[3,4]],[[7396,7815],[10,41],[-11,65],[6,32],[21,16],[5,60],[41,43],[-2,14],[10,-4],[3,16],[21,14],[-91,140],[-4,42]],[[7405,8294],[77,37],[47,-8],[42,-35],[30,2],[46,37],[42,-5],[61,29],[-2,16]],[[7748,8367],[50,-12],[86,-129],[-1,-52],[-28,-34],[-10,-47],[10,-91],[12,-36],[41,-49],[-11,-19],[63,-13],[27,-28],[-7,-141],[-15,-12],[37,-36],[21,11],[0,-74],[28,-9],[20,-29],[-7,-25],[16,-71],[13,-11],[-9,-65],[16,-50],[-8,-18],[8,-30],[13,-9],[-3,-18],[17,-3]],[[6143,8728],[66,-103],[67,1],[3,-15],[-15,-9],[-11,-33],[35,-56],[27,32],[15,-17],[-5,-29],[82,-19],[43,38],[-2,-45],[20,-32],[-6,-27],[26,0],[13,-24],[51,-35],[51,-89],[23,0],[63,38],[39,0],[10,14],[56,1],[18,31],[-20,33],[6,15],[32,41],[20,-12],[12,19],[5,-9]],[[6867,8437],[35,-17],[8,-22],[22,34],[32,-16],[40,3],[14,-14],[66,36],[72,1],[19,65],[20,-52],[-13,-41],[25,-22],[18,10],[16,-9],[26,24],[29,-18],[55,-69],[54,-36]],[[6027,7666],[-93,41],[-7,25],[-16,7],[-2,30],[-26,36],[0,105],[-22,28],[1,36],[-47,-23],[-54,8],[-41,67],[7,38],[15,-21],[28,74],[24,34],[34,-12],[12,20],[3,36],[-47,35],[-1,17],[12,0],[-5,40],[26,79]],[[5828,8366],[37,-41],[18,14],[19,-5],[42,25],[10,39],[24,29],[6,103],[28,119],[-8,21],[9,57],[-24,37],[19,10],[55,-23],[27,8],[53,-31]],[[7748,8367],[31,0],[21,16],[20,67],[29,15],[20,36],[36,28],[20,-11],[25,8],[25,34]],[[7975,8560],[3,-9],[26,-28],[25,-31],[2,-8],[10,-22],[5,-7],[42,-21],[9,-4],[37,-28],[27,-38],[23,-38],[6,-11],[33,-27],[11,-14],[6,-6],[7,-5],[11,-5],[9,1],[17,4],[10,-13],[6,-14],[4,-18],[15,-21],[14,-14],[31,-14],[9,-3],[19,4],[12,-3],[22,-8],[18,-14],[21,-22],[19,-20],[11,-14],[12,-19],[10,-22],[24,-14],[4,-3],[15,-12]],[[4740,9123],[44,-97],[37,-7],[-16,-42],[8,-112],[-10,-43],[3,-13],[33,2],[-1,-20],[-19,0],[-1,-17],[-41,-20],[-51,-52],[18,-29],[-24,-12],[5,-102],[-9,-19],[-51,29],[-45,-18],[10,-38],[-5,-83],[-23,-57],[-6,-77],[-38,-63],[8,-19],[-13,-58],[-13,6],[-5,-19],[-37,2],[-14,-25],[5,-45]],[[3838,9090],[2,3],[-4,18],[0,11],[-1,8],[-8,17],[-4,7],[-11,12],[-7,17],[-5,33],[-2,24],[16,14],[13,11],[1,7],[2,28],[-5,12],[4,26],[15,30],[16,7],[5,-15],[10,-1],[15,0],[10,1],[19,7],[8,6],[1,6],[8,3],[9,0],[19,-5],[23,-20],[19,-15],[12,-3],[9,-2],[35,-12],[11,-10],[39,-25],[15,-43],[5,-29],[1,-36],[1,-9],[3,-3],[1,-3],[43,5],[11,3],[11,5],[3,2],[3,5],[19,19],[4,2],[5,-1],[12,-3],[12,-4],[23,-8],[19,-3],[19,1],[11,6],[17,15],[12,18],[13,20],[18,18],[2,2],[4,-8],[16,-22],[5,-3],[4,-3],[12,-7],[28,-6],[32,11],[14,-13],[3,-3],[6,-9],[5,-5],[3,-1],[15,-4],[20,-5],[35,-6],[33,-2],[8,-2],[37,-8],[11,-8],[33,-30],[21,-12]],[[4740,9123],[15,3],[4,5],[10,-1],[19,-12],[11,-7],[10,-27],[16,-3],[16,4],[29,29],[5,6],[5,8],[8,15],[-1,24],[1,30],[4,13],[27,18],[14,23],[6,20],[19,-6],[27,-11],[20,3],[3,1],[17,0],[4,-1],[5,-3],[2,-7],[7,-8],[7,-6],[5,-3],[15,8],[11,6],[5,8],[7,17],[4,8],[13,9],[10,1],[8,6]],[[5128,9293],[34,-42],[46,-116],[-41,8],[-28,-28],[-11,-34],[-31,-1],[18,-97],[15,-22],[-6,-42],[11,-72],[-38,-68],[23,-212],[-18,-13],[13,-45],[12,1],[6,-42],[42,-102],[49,8],[79,-22],[22,55],[13,1],[-11,21],[13,13],[35,8],[14,26],[74,17],[16,-55],[37,-4],[-1,-17],[45,-51],[3,14],[9,-9],[84,44],[32,-29],[15,16],[15,-4],[10,29],[-4,42],[16,14],[8,-14],[25,-11],[16,8],[20,-18],[-2,-16],[19,-18],[2,-48]],[[6511,9561],[21,-34],[2,-80],[32,-8],[56,-146],[56,0],[94,-80],[19,65],[11,-33],[59,-64],[-23,-79],[13,-31],[1,-78],[-42,-71],[67,-141],[1,-61],[-12,-56],[30,9],[2,-100],[16,-31],[-20,-53],[-19,-2],[-8,-50]],[[6143,8728],[84,51],[6,29],[-5,32],[-24,41],[-16,94],[-33,41],[26,16],[5,68],[11,16],[-16,103],[-38,24],[-16,29],[23,48],[40,17],[10,-9],[18,23],[19,2],[20,45],[8,59],[-14,56]],[[6251,9513],[4,-1],[14,3],[43,11],[35,18],[14,5],[26,6],[33,17],[6,5],[7,8],[9,10],[15,-3],[17,-5],[9,-11],[6,-6],[22,-9]],[[5128,9293],[2,1],[8,14],[0,36],[22,32],[5,4],[2,3],[17,37],[10,35],[2,31],[6,18],[19,-16],[4,-5],[2,-3],[3,-6],[5,-2],[3,-1],[25,-3],[13,2],[5,2],[31,33],[3,4],[4,9],[2,5],[13,35],[17,22],[4,21],[-2,16],[-1,25],[0,7],[2,7],[15,13],[18,7],[14,4],[7,2],[10,-1],[5,-2],[12,-10],[13,-13],[27,-27],[4,-7],[2,-11],[12,-22],[13,-18],[5,11],[15,12],[13,9],[5,-2],[7,-6],[4,-14],[1,-6],[3,-14],[6,-13],[9,-12],[13,-18],[19,7],[21,7],[23,8],[6,1],[12,3],[19,7],[5,2],[9,5],[5,4],[10,14],[3,6],[5,25],[3,33],[4,47],[8,52],[2,35],[1,8],[27,12],[15,6],[12,-1],[17,-18],[23,-18],[22,-22],[8,-7],[8,-8],[10,-10],[11,-11],[17,-15],[21,-13],[19,-10],[33,-24],[14,-14],[26,-28],[28,-32],[21,-28],[7,-11],[10,-13],[7,-6],[27,-7],[7,5],[10,10],[4,6],[3,6],[2,7],[1,6],[6,10],[8,5],[5,3],[18,1],[33,-23],[21,-26],[8,-1]],[[6511,9561],[8,7],[15,24],[4,11],[8,18],[10,22],[18,2],[29,-11],[5,-5],[5,-5],[6,-10],[5,-11],[11,-4],[9,0],[10,15],[7,14],[23,34],[17,35],[24,45],[27,34],[10,5],[5,1],[13,-3],[6,-5],[37,-14],[37,-3],[30,-5],[33,36],[18,31],[7,10],[12,9],[3,2],[13,21],[1,6],[1,13],[-3,10],[0,3],[7,29],[22,26],[3,2],[3,1],[9,0],[6,-4],[5,-4],[3,-8],[6,-13],[4,-4],[5,-2],[8,1],[7,7],[7,10],[7,14],[8,18],[5,5],[4,2],[9,7],[6,5],[28,14],[11,-14],[3,-5],[5,-39],[-19,-47],[-13,-34],[5,-20],[4,-6],[10,-12],[12,-13],[17,-17],[14,-14],[10,-14],[5,-17],[7,-11],[7,-7],[8,-7],[39,-12],[16,-43],[3,-6],[8,-8],[3,-3],[2,-1],[7,-4],[21,-5],[29,-7],[5,-1],[8,-9],[23,-34],[6,-2],[7,-3],[25,-12],[32,-1],[7,3],[8,-15],[18,-29],[14,-38],[17,-16],[15,-15],[9,-18],[2,-19],[4,-22],[8,-20],[5,-14],[9,-11],[17,-20],[11,-34],[3,-5],[15,-16],[7,-10],[17,-25],[11,-11],[19,-3],[10,-11],[9,-15],[7,-16],[11,-34],[17,-10],[14,-13],[2,-2],[1,-5],[-2,-11],[-4,-9],[-4,-9],[5,-13],[9,-19],[7,-9],[12,-43],[2,-12],[7,-21],[9,-20],[13,-20],[8,-14],[3,-10],[4,-15],[5,-21],[-1,-9],[5,-6],[14,-5],[13,-1],[13,1],[17,4],[29,-21],[13,-5],[17,-9],[10,-20],[3,-10],[0,-6],[-8,-13],[-5,-13],[5,-27],[10,-24],[4,-21],[-2,-28],[2,-12],[6,-20],[14,-21],[14,-23],[7,-14],[-16,-11],[-7,-3],[0,-4]]],"transform":{"scale":[0.00025796169616961807,0.0001519257925792573],"translate":[20.453138999999766,40.85468299999985]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/MT.json b/dist-amd/map/TopoJSON/MT.json new file mode 100644 index 0000000000..7bbebc6842 --- /dev/null +++ b/dist-amd/map/TopoJSON/MT.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3,4,5,6]]},{"type":"Polygon","arcs":[[-5,7,8,9]]},{"type":"Polygon","arcs":[[-1,10,11]]},{"type":"Polygon","arcs":[[12,-3,13,14,15]]},{"type":"Polygon","arcs":[[-11,-7,16,17]]},{"type":"Polygon","arcs":[[-17,-6,-10,18,19]]},{"type":"Polygon","arcs":[[20,-16,21,22,23]]},{"type":"Polygon","arcs":[[24,25,26]]},{"type":"Polygon","arcs":[[27,-22,-15,28,-25,29,30]]},{"type":"Polygon","arcs":[[-30,-27,31,32,33]]},{"type":"Polygon","arcs":[[34,35,-19,-9,36,37,38,39]]},{"type":"Polygon","arcs":[[-38,40,41]]},{"type":"Polygon","arcs":[[42,-23,-28,43,44,45]]},{"type":"Polygon","arcs":[[-44,-31,-34,46,47]]},{"type":"Polygon","arcs":[[48,-32,-26,-29,-14,-2,-12,-18,-20,-36,49,50]]},{"type":"Polygon","arcs":[[51,-45,-48,52,53]]},{"type":"Polygon","arcs":[[-24,-43,54,55]]},{"type":"Polygon","arcs":[[-40,56,57,58,59]]},{"type":"Polygon","arcs":[[60,-54,61,62,63]]},{"type":"Polygon","arcs":[[-62,-53,-47,-33,-49,64,65]]},{"type":"Polygon","arcs":[[66,-58,67,68,69]]},{"type":"Polygon","arcs":[[-65,-51,70,71,72,73]]},{"type":"Polygon","arcs":[[74,75,-55,-46,-52,-61,76,77]]},{"type":"Polygon","arcs":[[78,79,-71,-50,-35,-60,80,81]]},{"type":"Polygon","arcs":[[-77,-64,82,83]]},{"type":"Polygon","arcs":[[-69,84]]},{"type":"Polygon","arcs":[[85,86,-72,-80,87,88]]},{"type":"Polygon","arcs":[[-75,89,90]]},{"type":"Polygon","arcs":[[91,-88,-79,92]]},{"type":"Polygon","arcs":[[93,-86,94,95]]},{"type":"Polygon","arcs":[[96,97,98,-81,-59,-67,99,100]]},{"type":"Polygon","arcs":[[-90,-78,-84,101]]},{"type":"Polygon","arcs":[[102,-73,-87,-94,103,104]]},{"type":"Polygon","arcs":[[-98,105,106]]},{"type":"Polygon","arcs":[[107,108,109]]},{"type":"Polygon","arcs":[[110,-106,-97,111,112]]},{"type":"Polygon","arcs":[[-100,-70,-85,-68,-57,-39,-42,113,114,115]]},{"type":"Polygon","arcs":[[116,-93,-82,-99,-107,117,118]]},{"type":"Polygon","arcs":[[-108,119,-95,-89,-92,-117,120,121]]},{"type":"Polygon","arcs":[[-105,122]]},{"type":"Polygon","arcs":[[123,-109,-122,124,125,126]]},{"type":"Polygon","arcs":[[127,-118,-111,128,129]]},{"type":"Polygon","arcs":[[-125,-121,-119,-128,130,131,132]]},{"type":"Polygon","arcs":[[-127,133,134]]},{"type":"Polygon","arcs":[[135,-112,-101,-116,136,137]]},{"type":"Polygon","arcs":[[-134,-126,-133,138,139,140]]},{"type":"Polygon","arcs":[[-131,-130,141,142]]},{"type":"Polygon","arcs":[[-139,-132,-143,143,144]]},{"type":"Polygon","arcs":[[-137,-115,145,146,147]]},{"type":"Polygon","arcs":[[-140,-145,148,149]]},{"type":"Polygon","arcs":[[-149,-144,-142,-129,-113,-136,150,151]]},{"type":"Polygon","arcs":[[-151,-138,-148,152,153]]},{"type":"Polygon","arcs":[[-153,-147,154]]},{"type":"Polygon","arcs":[[155]]},{"type":"Polygon","arcs":[[156,157,158,159]]},{"type":"Polygon","arcs":[[160,161,162,-159,163,164]]},{"type":"Polygon","arcs":[[165,166,-157,167,168]]},{"type":"Polygon","arcs":[[-161,169,170]]},{"type":"Polygon","arcs":[[171,-168,-160,-163,172,173]]},{"type":"Polygon","arcs":[[174,-173,-162,-171,175,176,177]]},{"type":"Polygon","arcs":[[-166,178,179]]},{"type":"Polygon","arcs":[[-176,-170,-165,180,181,182,183]]},{"type":"Polygon","arcs":[[-182,184,185]]},{"type":"Polygon","arcs":[[-179,-169,-172,186,187]]},{"type":"Polygon","arcs":[[-187,-174,-175,188,189]]},{"type":"Polygon","arcs":[[-183,-186,190,191]]},{"type":"Polygon","arcs":[[-177,-184,-192,192,193]]},{"type":"Polygon","arcs":[[-189,-178,-194,194]]}]}},"arcs":[[[7694,1083],[-151,-87],[162,-279],[253,196],[151,-177],[112,183]],[[8221,919],[40,47],[61,-69]],[[8322,897],[63,-199],[113,-84],[-203,-109],[-165,105],[-36,-161],[61,-153],[-75,-100]],[[8080,196],[-54,46],[-97,32],[-268,18],[-218,-10],[-139,64],[-77,62],[-37,64],[-65,34],[-140,14]],[[6985,520],[160,416],[115,26],[-77,106],[92,44],[6,91]],[[7281,1203],[206,41]],[[7487,1244],[207,-161]],[[6985,520],[-149,-41],[-74,16],[-72,45],[-127,90],[-127,54],[-116,32],[-29,7]],[[6291,723],[139,227],[144,-31],[61,80],[-70,97],[72,65],[-26,90],[116,-44],[83,106]],[[6810,1313],[280,-136],[191,26]],[[7694,1083],[32,154],[96,5],[47,115]],[[7869,1357],[352,-438]],[[9051,972],[-106,-40],[-46,-56],[-21,-164],[18,-194],[248,-168],[38,27],[-120,163],[24,30],[78,-6],[171,-135],[-174,-218],[-88,-90],[-97,-79],[-123,-33],[-213,30],[-134,-39],[-161,42],[-56,29],[-209,125]],[[8322,897],[91,-110],[-76,126]],[[8337,913],[146,24],[16,171],[263,108],[23,149]],[[8785,1365],[173,-82],[125,-166],[-32,-145]],[[7487,1244],[119,285],[-111,-13],[94,88]],[[7589,1604],[45,25],[235,-272]],[[6810,1313],[111,79],[95,232],[69,-11]],[[7085,1613],[-95,-113],[40,-66],[333,231],[226,-61]],[[9798,1410],[-81,-80],[-77,-60],[-47,-130],[5,-70],[62,-165],[40,-100],[-7,-73],[-31,-242],[-82,-29],[-49,157],[-32,234],[-96,192],[-87,140],[-70,83],[-51,-78],[-58,-109],[-86,-108]],[[8785,1365],[-30,106]],[[8755,1471],[345,99],[195,-164],[106,160]],[[9401,1566],[139,-131],[258,-25]],[[8366,1850],[-20,-300],[-56,0],[16,-92],[-74,-80],[51,-133],[-96,-62]],[[8187,1183],[-183,206],[55,129],[-122,176],[63,-13],[-66,144],[43,81],[127,11]],[[8104,1917],[262,-67]],[[8468,2006],[287,-535]],[[8337,913],[-150,270]],[[8366,1850],[77,169]],[[8443,2019],[25,-13]],[[8104,1917],[-64,138]],[[8040,2055],[201,89]],[[8241,2144],[202,-125]],[[7204,2082],[96,-5]],[[7300,2077],[70,-68],[-50,-123],[-235,-273]],[[6291,723],[-64,13],[-135,34],[-212,178],[-155,113],[-221,73],[-81,189],[-173,123]],[[5250,1446],[214,603]],[[5464,2049],[226,-40],[262,187]],[[5952,2196],[439,-229],[177,63],[120,185],[111,-39],[75,85],[330,-179]],[[5250,1446],[-148,107],[-194,82],[-230,211],[-133,177],[-43,55]],[[4502,2078],[245,201],[398,53],[25,-50],[35,132],[197,-116],[62,-249]],[[9220,2103],[138,-201],[-29,-267],[72,-69]],[[8468,2006],[133,199]],[[8601,2205],[156,90]],[[8757,2295],[65,-129],[60,88],[219,-163],[119,12]],[[8241,2144],[69,197],[101,17]],[[8411,2358],[127,-42],[-26,-129],[89,18]],[[7957,2163],[33,-145],[50,37]],[[7300,2077],[97,68],[184,376]],[[7581,2521],[145,-88],[-73,-120],[162,-34],[11,-115],[131,-1]],[[8761,2561],[-4,-266]],[[8411,2358],[-41,155],[72,73]],[[8442,2586],[144,-62],[175,37]],[[9220,2103],[171,85],[338,417]],[[9729,2605],[156,-200],[114,-191],[-138,-28],[-170,-36],[-42,-63],[16,-22],[66,23],[85,48],[32,-6],[93,-60],[56,-59],[-59,-69],[-106,-92],[-139,-115],[-11,-46],[7,-31],[33,-68],[111,-146],[-35,-34]],[[5952,2196],[-128,426],[38,180]],[[5862,2802],[44,16]],[[5906,2818],[306,-99],[260,159],[444,-29]],[[6916,2849],[-99,-118],[36,-127],[283,-203],[68,-319]],[[8819,2685],[-58,-124]],[[8442,2586],[20,244]],[[8462,2830],[31,-30],[87,-70],[27,93],[13,42]],[[8620,2865],[199,-180]],[[7957,2163],[212,471],[-54,39]],[[8115,2673],[31,93],[28,31],[46,37],[153,83],[14,-15],[75,-72]],[[5744,3088],[59,-187],[103,-83]],[[5862,2802],[-273,-29],[-108,188]],[[5481,2961],[160,143]],[[5641,3104],[103,-16]],[[7581,2521],[107,206]],[[7688,2727],[331,229]],[[8019,2956],[86,-59],[115,67]],[[8220,2964],[-101,-110],[-95,-167],[76,-60],[15,46]],[[9119,2888],[148,-168],[174,-66],[113,123]],[[9554,2777],[109,-101],[61,-64],[5,-7]],[[8819,2685],[48,151]],[[8867,2836],[94,97],[158,-45]],[[7346,2930],[214,-108]],[[7560,2822],[128,-95]],[[6916,2849],[89,226]],[[7005,3075],[341,-145]],[[8620,2865],[33,115],[1,6]],[[8654,2986],[213,-150]],[[5481,2961],[-207,-139],[10,204],[134,77],[46,136],[148,19],[29,-154]],[[7814,3082],[69,-91],[124,83]],[[8007,3074],[72,-34],[-60,-84]],[[7560,2822],[2,83],[106,45],[15,167]],[[7683,3117],[131,-35]],[[9119,2888],[117,192]],[[9236,3080],[139,-104],[77,-106],[102,-93]],[[7481,3196],[202,-79]],[[7346,2930],[59,292],[76,-26]],[[8011,3151],[-4,-77]],[[7814,3082],[104,179]],[[7918,3261],[2,-7],[76,-101],[15,-2]],[[6388,3332],[308,-28]],[[6696,3304],[86,-12],[37,-139],[148,-8]],[[6967,3145],[38,-70]],[[5744,3088],[114,338]],[[5858,3426],[336,43],[194,-137]],[[8654,2986],[11,67],[-6,115],[18,166],[175,-38],[163,-69],[166,-106],[55,-41]],[[8373,3137],[-52,-64],[-101,-109]],[[8011,3151],[96,97],[50,52],[62,73]],[[8219,3373],[10,-101],[144,-135]],[[6696,3304],[159,183]],[[6855,3487],[104,-94],[8,-248]],[[7904,3304],[-72,66],[48,62]],[[7880,3432],[64,28]],[[7944,3460],[-40,-156]],[[6774,3580],[81,-93]],[[6388,3332],[112,281]],[[6500,3613],[274,-33]],[[4502,2078],[-172,200],[-159,71],[-71,62],[-201,261],[19,205],[-64,218],[-129,286],[36,219],[88,14],[68,84]],[[3917,3698],[177,-223],[184,-8],[198,-180],[74,267],[147,-76],[98,94],[126,-85],[157,159],[562,34]],[[5640,3680],[218,-254]],[[7398,3503],[121,-171],[-80,-77],[42,-59]],[[6855,3487],[281,92]],[[7136,3579],[262,-76]],[[7904,3304],[14,-43]],[[7398,3503],[348,64]],[[7746,3567],[33,-144],[101,9]],[[8219,3373],[72,54],[108,69],[118,38],[79,-14],[-51,-157],[-51,-78],[-121,-148]],[[8044,3671],[-72,-99],[-28,-112]],[[7746,3567],[61,172]],[[7807,3739],[130,25]],[[7937,3764],[107,-93]],[[7122,3858],[14,-279]],[[6774,3580],[-46,62],[70,97],[-40,192],[72,70]],[[6830,4001],[193,-8],[99,-135]],[[7122,3858],[35,106]],[[7157,3964],[194,-97],[317,135]],[[7668,4002],[-37,-145],[176,-118]],[[7937,3764],[-45,56],[151,270]],[[8043,4090],[64,-61],[167,-111],[187,-254],[-21,-40],[-63,-25],[-176,125],[-157,-53]],[[6164,4274],[200,-169],[4,-211],[58,-130],[93,-25],[-56,-76],[37,-50]],[[5640,3680],[-80,105]],[[5560,3785],[323,255],[-194,99],[-193,224],[-149,-2],[28,57],[357,37],[194,-150],[68,-188],[170,157]],[[7668,4002],[54,7],[14,265],[-91,-12]],[[7645,4262],[140,216]],[[7785,4478],[134,-132],[36,-89],[19,-102],[69,-65]],[[6830,4001],[-92,168],[3,287],[185,162]],[[6926,4618],[153,-185],[-13,-204],[131,-126],[-40,-139]],[[6926,4618],[209,10]],[[7135,4628],[151,-129],[107,-238],[252,1]],[[3917,3698],[-41,165],[-48,48],[-33,107],[22,188],[37,38],[66,-5],[63,-26],[92,64],[21,251]],[[4096,4528],[138,-7],[596,312]],[[4830,4833],[82,41],[-36,-30],[139,-95],[-109,-182],[4,-124],[258,-53],[209,-509],[183,-96]],[[7135,4628],[13,126]],[[7148,4754],[160,-34],[57,53],[115,12],[121,-60],[166,-229],[18,-18]],[[6164,4274],[-128,177],[89,106],[-124,262],[175,350]],[[6176,5169],[65,9],[99,143],[104,-2],[132,-31],[193,-125],[164,-140],[44,-134],[57,-100],[114,-35]],[[4830,4833],[-85,90],[-30,227],[418,229],[66,104],[110,-14]],[[5309,5469],[-7,-13],[-133,-233],[41,-88],[146,26],[157,67],[211,53],[251,205],[272,134],[43,-35],[-29,-19],[-72,-42],[-38,-87],[-12,-57],[-37,-203],[74,-8]],[[4096,4528],[6,75],[-24,61],[-140,97],[-81,49],[-77,86],[22,127],[84,118],[117,150],[29,90],[-57,190],[-37,199],[-44,138],[-13,28],[-13,23],[-150,-15],[-75,-45],[-109,4],[-61,63],[-8,41],[52,169],[29,46],[146,116],[66,95],[52,126],[71,26],[181,-5],[199,-20],[29,14],[191,93],[75,88],[5,68],[-15,84],[48,37],[103,37],[67,-82],[143,-253],[2,-58],[-125,-88],[-187,-126],[-276,-213],[-79,-83],[14,-127],[71,-128],[59,-12],[308,58],[296,138],[113,-99],[161,-42],[127,-16],[73,-119],[-101,-169],[-54,-93]],[[3942,7696],[159,-80],[63,-60],[92,-144],[-6,-31],[-42,-98],[-275,-64],[-98,-12],[-80,4],[-82,55],[-81,225],[-18,87],[14,53],[-48,45],[31,51],[195,22],[176,-53]],[[2168,7829],[71,-40]],[[2239,7789],[27,-102],[5,-41],[-231,-116],[-122,-17],[-138,170],[-58,37],[-366,26],[-159,69]],[[1197,7815],[190,336]],[[1387,8151],[373,-57],[408,-265]],[[1247,8369],[-8,-90],[133,-25]],[[1372,8254],[40,-14]],[[1412,8240],[-25,-89]],[[1197,7815],[-55,22],[-151,-48],[-53,29],[-119,93],[-35,78],[-14,121],[-44,52]],[[726,8162],[338,249],[107,-78],[76,36]],[[2882,8282],[-26,-46],[88,-4],[-19,-166],[165,77],[94,-115]],[[3184,8028],[-95,8],[-151,-21],[-51,-48],[21,-56],[30,-7],[74,52],[-129,-145],[-276,-118],[-167,-71],[-152,49],[-49,118]],[[2168,7829],[223,537]],[[2391,8366],[153,-81],[338,-3]],[[1247,8369],[11,131]],[[1258,8500],[81,79],[93,-44],[-60,-281]],[[2387,8437],[4,-71]],[[1412,8240],[158,125],[122,-42],[43,239]],[[1735,8562],[220,-46],[210,74],[222,-153]],[[1697,8863],[-21,-143],[92,-74],[-33,-84]],[[1258,8500],[-82,301],[-92,71]],[[1084,8872],[14,89],[276,-11]],[[1374,8950],[323,-87]],[[2882,8282],[171,51],[32,304],[271,205]],[[3356,8842],[43,-29],[148,-60],[271,-306],[66,-128],[7,-101],[-37,-42],[-159,-91],[-160,-47],[-232,-20],[-119,10]],[[726,8162],[-14,18],[-57,60],[-146,64],[-261,-50]],[[248,8254],[138,115],[-55,154],[250,183],[-51,108],[120,221]],[[650,9035],[228,-11]],[[878,9024],[206,-152]],[[248,8254],[-125,49],[-57,61],[88,150],[13,271],[49,328],[-22,188]],[[194,9301],[243,-118],[141,68],[-37,-79],[109,-137]],[[2387,8437],[170,484],[-15,322],[74,53]],[[2616,9296],[70,138],[49,-3],[44,-46],[119,-186],[246,-4],[76,-116],[58,-132],[78,-105]],[[1697,8863],[43,330],[187,171],[145,18],[3,307]],[[2075,9689],[177,-203],[44,-52],[208,-149],[112,11]],[[194,9301],[-47,69],[-120,77],[-27,123],[27,169],[40,16],[163,-25],[140,10],[80,67],[291,142]],[[741,9949],[-88,-327],[97,-147],[-3,-124],[82,-24],[49,-303]],[[741,9949],[193,47],[147,3],[85,-1]],[[1166,9998],[67,-130],[-133,-408],[106,-147],[-20,-69],[171,30],[17,-324]],[[1166,9998],[62,-1],[210,-15],[166,-41],[223,-99],[207,-105],[41,-48]]],"transform":{"scale":[0.00003917476747674697,0.000027492199219920776],"translate":[14.183768999999785,35.806338999999866]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/ND.json b/dist-amd/map/TopoJSON/ND.json new file mode 100644 index 0000000000..20bf6ccbc5 --- /dev/null +++ b/dist-amd/map/TopoJSON/ND.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3]]},{"type":"Polygon","arcs":[[4,-1,5,6,7]]},{"type":"Polygon","arcs":[[8,-2,-5,9,10,11]]},{"type":"Polygon","arcs":[[12,-6,-4,13,14]]},{"type":"Polygon","arcs":[[15,-11,16,17,18]]},{"type":"Polygon","arcs":[[-12,-16,19,20]]},{"type":"Polygon","arcs":[[21,-7,-13,22,23,24]]},{"type":"Polygon","arcs":[[25,-17,-10,-8,-22,26]]},{"type":"Polygon","arcs":[[-20,-19,27,28]]},{"type":"Polygon","arcs":[[29,-28,-18,-26,30,31]]},{"type":"Polygon","arcs":[[32,-23,-15,33,34,35]]},{"type":"Polygon","arcs":[[36,37,38]]},{"type":"Polygon","arcs":[[39,-38,40,-32,41,42]]},{"type":"Polygon","arcs":[[-35,43,44,45]]},{"type":"Polygon","arcs":[[-42,-31,-27,-25,46,47,48]]},{"type":"Polygon","arcs":[[49,-47,-24,-33,50]]},{"type":"Polygon","arcs":[[51,-51,-36,-46,52]]},{"type":"Polygon","arcs":[[53,54,-48,-50,-52,55,56,57]]},{"type":"Polygon","arcs":[[-39,-40,58,59,60]]},{"type":"Polygon","arcs":[[-59,-43,-49,-55,61,62]]},{"type":"Polygon","arcs":[[63,64,-56,-53,-45,65]]},{"type":"Polygon","arcs":[[-62,-54,66,67]]},{"type":"Polygon","arcs":[[68,-64,69]]},{"type":"Polygon","arcs":[[70,-67,-58,71,72]]},{"type":"Polygon","arcs":[[-60,-63,-68,-71,73]]},{"type":"Polygon","arcs":[[-72,-57,-65,-69,74]]},{"type":"Polygon","arcs":[[75]]}]}},"arcs":[[[6641,1925],[38,-18],[37,-62],[75,31],[23,-20],[18,15],[48,-18],[9,45],[28,9],[38,-83],[24,5],[27,-32],[48,44],[38,-44],[67,7],[24,-61],[46,-5],[42,-50],[-27,-49],[28,-4],[7,-81],[14,23],[23,4],[32,-86],[29,48],[12,57],[27,5],[12,25],[7,51],[52,-2],[9,25],[4,-18],[7,7],[34,-33],[30,57],[72,-10],[3,50],[30,12],[19,-3],[50,-74]],[[7745,1692],[-3,-18],[-24,-12],[0,-20],[-47,-15],[-14,-28],[54,-13],[-8,-36],[9,-65],[15,-13],[27,-153],[76,-229],[21,57],[80,113],[39,-31],[95,74],[155,-111],[126,39],[44,-3]],[[8390,1228],[8,-58],[3,-81],[-2,-15],[-10,-34],[-5,-59],[-19,-61],[-19,-54],[-11,-33],[-1,-31],[3,-10],[9,-12],[1,-7],[0,-41],[-21,-76],[-8,-27],[-9,-24],[-14,-20],[-25,-35],[-38,-28],[-41,-49],[-43,-45],[-41,-36],[-18,-34],[-2,-9],[-8,-47],[-25,-28],[-51,-25],[-25,-2],[-17,-7],[-32,-27],[-26,-35],[-12,-30],[-4,-13],[-12,-23],[-24,-24],[-17,-11],[-61,-44],[-36,-33],[-22,0],[-21,8],[-59,12],[-17,40],[-11,13],[-31,13],[-17,14],[0,21],[16,34],[11,9],[18,2],[18,-5],[17,-8],[6,6],[5,8],[1,7],[-10,20],[-32,54],[-25,31],[-9,1],[-27,-6],[-21,0],[-21,8],[-24,9],[-24,4],[-27,-13],[-22,2],[-48,10],[-34,18],[-7,15],[-9,13],[-19,20],[-17,7],[-18,24],[-9,34],[-9,83],[-2,13],[-8,12],[-33,25],[-63,4],[-52,16],[-23,-4],[-24,-10],[-7,-9],[-8,-7],[-5,1],[-24,13],[-25,26],[-4,3],[-4,-6],[-30,41],[-2,12],[-12,14],[-10,7],[-22,3],[-15,-7],[-21,-16],[-37,-40],[-3,-24],[-12,-35],[-17,-42],[-5,0],[-30,19],[-27,6],[-6,5],[0,13],[2,29],[3,24],[0,17],[-4,23],[-34,31],[-24,0],[-35,6],[-9,2],[-8,-7],[-7,-15],[2,-28],[4,-41],[7,-26],[3,-28],[0,-34],[6,-90],[0,-19],[-2,-25],[-4,-11],[-15,-15],[-21,-7],[-22,-3],[-12,-5],[-16,-52],[-9,-11],[-10,1],[-19,7],[-53,11],[-21,-4],[-34,-11],[-36,-27],[-22,-2],[-8,10],[-10,20],[-3,28],[-4,28],[-14,22],[-8,13],[-8,-5],[-29,2],[-39,38],[-10,-3],[-6,-17],[-1,-14],[-1,-26],[-4,-21],[-24,-27],[-24,-29],[-13,2],[-14,1],[-22,-18],[4,-31],[-4,-3],[-20,-4],[-7,6],[-14,18],[-18,20],[-9,8],[-12,3],[-25,-33],[-44,-37],[-39,-1],[-30,6],[-36,28],[-24,20],[-16,-12],[-18,-31],[5,-21],[3,-20],[-7,-15],[-22,-10],[-10,-4],[-14,-5],[-35,-27],[-19,-2],[-17,7],[-31,41],[-9,11],[-8,14],[-16,40],[-10,31],[0,15],[-8,19],[-31,5],[-9,5],[-15,27],[-4,20],[-2,17],[4,16],[15,19],[11,20],[1,13],[2,43],[-5,20],[-7,21],[-2,6],[-2,11],[9,27],[15,-19],[14,-4],[8,13],[14,24],[-6,27],[-12,25],[-17,38],[-20,60],[-3,34],[2,20],[40,24],[28,25],[5,4],[3,6],[3,28],[0,14],[-3,27],[8,33],[3,9],[9,5],[10,6],[3,19],[0,38],[-2,12],[-8,49],[-2,7],[-6,29],[-12,42],[-12,24],[-17,23]],[[5576,1178],[20,56],[15,2],[3,41],[75,55],[19,66],[-4,47],[39,19],[5,29],[43,1],[7,-41],[29,9],[24,76],[59,45],[18,-28],[94,81],[10,-31],[64,-58],[0,22],[27,36],[12,-11],[25,28],[4,48],[18,2],[10,45],[41,56],[17,-23],[18,4],[66,119],[70,-1],[64,43],[64,-7],[42,-50],[28,2],[0,32],[39,33]],[[8112,2747],[5,-38],[31,-16],[-12,-32],[10,-60],[-128,-164],[7,-128],[30,-49],[0,-35],[41,-60],[15,-150],[-67,-22],[19,-92],[-54,-65],[35,-58],[36,-25],[-61,-32],[-19,-30],[-46,7],[-104,128],[-18,-7],[-40,21],[-28,-127],[-19,-21]],[[6641,1925],[-14,61],[-47,83],[8,84],[34,79],[-23,123],[12,90],[-10,37],[-34,45],[-34,155],[-32,58],[-26,140]],[[6475,2880],[25,-12],[24,53],[27,-44],[28,4],[24,-45],[9,20],[23,-6],[1,16],[24,-24],[23,20],[22,-21],[47,6],[13,-19],[-5,27],[21,70],[86,-121],[9,40],[17,10],[20,-13],[3,24],[27,-30],[51,30],[-16,28],[25,11],[27,-36],[60,11],[-36,76],[27,10],[-9,11],[32,53],[21,2],[-18,30],[34,33],[-38,40],[23,5],[11,21],[29,0]],[[7166,3160],[31,11],[6,32],[47,-4],[62,43],[51,6],[8,-23],[-25,-32],[8,-21],[95,8],[86,-94],[58,-41],[25,-61],[50,5],[68,-61],[-2,-19],[-38,-17],[3,-86],[34,-13],[14,19],[52,-30],[-25,-31],[20,-25],[64,3],[-4,-32],[12,-24],[9,52],[112,7],[55,49],[70,-34]],[[9705,2310],[-37,-68],[-53,-17],[-9,-9],[-34,-39],[-8,-16],[-12,-48],[-4,-14],[-2,-12],[-2,-17],[-1,-12],[-5,-27],[-4,-10],[-10,-19],[-33,-58],[-34,-32],[-16,-16],[-5,-17],[-36,-58],[-26,-47],[-10,-33],[-8,-14],[-5,-7],[-6,-7],[-19,-7],[-6,10],[-1,18],[-7,25],[-11,22],[-32,32],[-16,9],[-15,-12],[-12,-16],[-2,-11],[23,-41],[6,-38],[-5,-39],[-25,-50],[-19,-33],[-26,-32],[-10,-4],[-11,9],[-17,53],[-15,51],[-13,31],[-14,31],[-19,13],[-30,12],[-27,-3],[-28,-6],[-18,-4],[-21,8],[-18,10],[-6,7],[-67,-5],[-18,-6],[-17,-15],[-40,-20],[-47,-20],[-9,5],[-5,8],[-63,-11],[-55,-17],[-33,11],[-6,12],[-30,73],[-3,15],[2,10],[26,-14],[29,7],[8,16],[1,13],[-12,37],[-5,40],[1,16],[4,17],[10,37],[10,38],[-4,7],[-8,-8],[-21,-25],[-11,-28],[-7,-28],[-4,-32],[-32,-43],[-7,-22],[-4,-22],[-11,-11],[-21,-22],[-24,-24],[-7,-12],[-8,-27],[2,-24],[3,-31],[17,40],[8,33],[19,14],[28,20],[21,-15],[14,-23],[3,-7],[0,-22],[-11,-32],[-28,-32],[-55,-45],[-39,-40],[-49,-56],[-22,-33],[-17,-28],[-9,-22],[-4,-18],[5,-23],[12,-23],[13,-20],[27,-52],[9,-41]],[[8112,2747],[46,32],[-9,37],[12,20],[-6,54],[-20,0],[-22,44],[24,4],[-4,80],[25,8],[51,64],[-19,51],[53,24],[-17,46],[10,7],[-6,59],[13,20],[30,-6],[24,40],[-11,55],[96,41],[19,96]],[[8401,3523],[11,11],[37,-12],[6,55],[17,8],[26,-17],[-1,50],[12,8],[39,-25],[28,48]],[[8576,3649],[23,-22],[10,-55],[22,-25],[3,-52],[42,-21],[18,-73],[49,26],[8,-28],[21,-7],[28,16],[16,-35],[48,34],[31,-5],[15,-10],[-4,-67],[39,-51],[75,-7],[9,32],[22,-6],[5,40],[39,-12],[9,36],[26,-2],[13,24],[65,-1],[43,-24],[30,55],[61,-1],[103,-116],[-53,-375],[188,-216],[53,-224],[72,-167]],[[5869,3419],[14,7],[17,-18],[-6,-41],[11,-26],[21,6],[35,-26],[-9,-21],[14,-66],[33,-41],[1,-21],[23,-12],[3,-35],[26,-20],[2,-40],[36,-7],[27,-31],[11,48],[36,-7],[9,-37],[-26,-95],[5,-37],[7,-20],[24,3],[4,-53],[49,-54],[2,-25],[22,-11],[16,11],[33,-42],[12,12],[1,60],[26,-48],[45,5],[39,43],[29,93],[-3,29],[17,-22]],[[5576,1178],[-7,10],[-35,40],[-16,41],[-18,12],[-27,14],[-18,2],[-9,-2],[-19,12],[-26,36],[-29,6],[-14,-5],[-12,-13],[-14,-26],[-20,-52],[-1,-5],[-5,-34],[-3,-11],[-15,5],[-11,12],[-11,13],[-5,1],[-6,2],[-14,-33],[-6,3],[-13,16],[-10,43],[-14,41],[-20,34],[-35,-2],[-24,3],[-17,16],[-29,39],[-30,29],[-28,25],[-6,24],[5,21],[4,16],[-31,27],[-16,2],[-7,18],[-13,35],[-5,35],[-19,60],[-15,32],[1,58],[-17,55],[-12,21],[-13,12],[-15,-5],[-27,-7],[-31,46],[-12,11],[-30,30],[-16,10],[-6,11],[8,47],[19,7],[23,1],[13,2],[24,29],[11,17],[1,40],[-6,20],[-20,53],[2,14],[2,13],[2,26],[-24,14],[-5,63],[-2,40],[-3,8]],[[4779,2356],[43,1],[8,19],[35,7],[18,21],[38,190],[20,2],[3,29],[24,16],[4,45],[14,10],[-10,16],[25,34],[-10,70],[11,15],[-14,7],[16,18],[-12,42],[24,25],[-7,22],[21,28],[10,48],[84,-7],[42,-53],[40,28],[51,-14],[23,-57],[46,10],[39,49],[-7,29],[20,35],[-13,30],[6,56],[32,7],[-10,102],[40,17],[21,38],[21,8],[24,96],[52,44],[40,-64],[40,-3],[13,-40],[48,-31],[35,85],[48,-16],[94,49]],[[8768,4556],[11,-62],[-19,-78],[26,-18],[31,-78],[-27,-10],[-20,-38],[-36,7],[-34,-49],[7,-26],[-33,-23],[-8,-25],[11,-71],[19,-11],[-8,-38],[-32,-2],[-33,-62],[-25,-7],[3,-46],[-38,-44],[-13,-38],[9,-96],[-18,-46],[35,-46]],[[8401,3523],[-26,3],[-15,36],[6,71],[-11,16],[-31,6],[-7,17],[-42,-14],[33,33],[-7,76],[-34,72],[-41,-7],[8,36],[-18,108],[-70,49],[0,22],[-44,16]],[[8102,4063],[7,53],[33,-18],[14,36],[34,7],[-18,36],[22,5],[10,-16],[7,16],[39,0],[-1,19],[31,-6],[-8,36],[17,57],[34,33],[49,-8],[31,20],[45,-42],[51,28],[-20,13],[15,23],[-4,25],[19,15],[88,-13],[-7,37],[25,30],[-12,4],[30,82],[-4,48]],[[8629,4583],[83,30],[20,-48],[35,3],[1,-12]],[[8768,4556],[23,10],[8,-11],[44,60],[21,-1],[3,36],[62,29],[53,-17],[20,-42],[76,-19],[36,46],[24,-4],[38,-49],[76,100],[58,-2],[9,95],[32,63],[68,11],[22,-13],[7,14],[-22,48],[0,28],[15,2],[-4,46],[48,25]],[[9485,5011],[3,-13],[4,-12],[21,-28],[41,-47],[24,-20],[25,-45],[33,-44],[3,-1],[7,-10],[2,-12],[5,-30],[-14,-46],[-4,-29],[-4,-31],[10,-59],[10,-37],[21,-80],[42,-62],[13,-28],[13,-32],[32,-64],[25,-13],[33,-63],[7,-22],[0,-15],[-10,-55],[-14,-31],[-5,-23],[0,-18],[8,-72],[5,-21],[16,-29],[20,-77],[17,-75],[5,-48],[11,-51],[5,-11],[15,-20],[28,-19],[43,-9],[13,-11],[5,-11],[-2,-21],[-18,-36],[-11,-26],[-1,-18],[4,-17],[8,-24],[7,-32],[-2,-65],[-33,-27],[-15,-16],[-3,-18],[-2,-25],[-11,-34],[-16,-16],[-10,-1],[-34,-24],[-12,-12],[-16,-30],[-3,-12],[-1,-23],[3,-12],[6,-9],[21,-30],[17,-27],[11,-32],[2,-19],[-2,-28],[-1,-15],[-1,-33],[0,-17],[4,-9],[6,-10],[6,-13],[-1,-23],[-3,-36],[-13,-23],[-15,-3],[-10,5],[-11,11],[-26,-8],[-8,-11],[-12,-31],[-18,-69],[-5,-23],[2,-10],[2,-7],[7,-8],[9,-1],[6,13],[9,3],[3,-4],[8,-14],[2,-10],[-1,-26],[-4,-10],[-6,-13],[-3,0],[-5,10],[-7,8],[-8,0],[-2,-5],[-6,-12],[-4,-12],[-1,-6],[-12,-65],[-12,-54],[-5,-26],[-17,-27],[-28,-59]],[[6824,4251],[51,-90],[46,-27],[13,-124],[-13,-36],[31,-48],[-21,-58],[15,-20],[-6,-15],[67,-83],[-22,-11],[15,-21],[27,-1],[28,-26],[9,-71],[-39,0],[6,-26],[-21,-5],[-21,-65],[63,-36],[-1,-53],[12,-14],[-13,-11],[67,-93],[25,-4],[30,-58],[-18,-34],[12,-61]],[[5869,3419],[-13,39],[12,50],[-20,18],[3,60],[20,36],[-30,0],[-10,73],[-41,50],[35,26],[0,53],[137,189]],[[5962,4013],[419,201]],[[6381,4214],[369,174],[74,-137]],[[7766,4509],[42,-149],[-17,-35],[12,-36],[77,-68],[25,-76],[11,39],[24,-28],[17,-138],[32,-59],[22,1],[7,-37],[59,54],[-20,38],[3,37],[42,11]],[[6824,4251],[84,55],[-47,128],[110,13],[37,-65],[61,-13],[28,19],[-1,48],[45,42],[27,-27],[-10,-18],[22,-3],[2,37],[14,-10],[20,18],[16,-9],[23,26],[61,0],[27,13],[24,38],[37,5],[-14,31],[4,45],[92,-24],[34,37],[43,-7],[50,22],[23,-8],[11,-28],[34,-7],[12,-35],[73,-65]],[[8629,4583],[-79,-37],[7,48],[-32,-4],[-48,38],[-39,-2],[27,56],[-5,44]],[[8460,4726],[21,30],[24,27],[41,36],[27,29],[29,34],[23,27],[21,16],[43,17],[36,23],[43,25],[31,18],[20,12],[42,33],[23,-7],[34,-33],[33,-29],[47,8],[36,2],[55,2],[22,-17],[48,9],[38,-9],[13,-6],[30,9],[16,13],[7,12],[3,13],[-2,7],[-6,18],[-1,20],[4,7],[10,10],[17,5],[23,-22],[35,-18],[54,11],[47,11],[6,-3],[20,-16],[11,-31],[1,-8]],[[8250,4837],[140,-74],[70,-37]],[[7766,4509],[18,55],[79,-11],[-15,133],[111,172],[23,67]],[[7982,4925],[10,-40],[47,-68],[81,54],[3,27],[-17,33],[8,36],[49,-32],[77,-117],[10,19]],[[4401,4302],[39,7],[6,-48],[136,-34],[38,-28],[27,16],[91,-31],[24,9],[20,56],[40,-45],[32,54],[28,4],[25,37],[33,-4],[9,16],[37,-27],[-3,-33],[14,-15],[39,26],[13,-45],[22,27],[24,1],[-1,-45],[22,-13],[59,57],[-1,27],[19,-18],[57,4],[23,-80],[32,-28],[-10,-42],[43,-13],[16,4],[7,87],[44,5],[13,21],[-8,19],[40,-8],[26,-60],[16,5],[8,35],[73,-39],[15,6],[-3,76],[44,-15],[22,-36],[45,15],[266,-196]],[[4779,2356],[-10,25],[-15,19],[-9,23],[-3,17],[-7,28],[-10,19],[-28,18],[-43,8],[-13,16],[-9,22],[-5,54],[-10,29],[2,14],[6,29],[-11,30],[-23,26],[-37,34],[-34,12],[-12,4],[-20,23],[-13,22],[-37,33],[1,26],[-20,22],[-9,6],[-21,18],[-16,19],[-21,10],[-18,3],[-4,0],[-22,4],[-16,16],[0,4],[-7,19],[-19,12],[-13,7],[-44,17],[-23,26],[-8,-1],[-27,-27],[-16,-20],[-32,-15],[-9,-9],[-9,-10],[-12,-47],[-12,-33],[-10,-19],[-19,-52],[1,-7],[-15,-31],[-33,-38],[-4,-10],[0,-14],[-13,-15],[-18,-20],[-25,-19],[-35,-28],[-2,-6],[5,-15],[25,-38],[-4,-28],[-2,-8],[-12,-8],[-14,-9],[-14,-8],[-40,-27],[-41,-35],[-11,-15],[-16,-30],[-19,-16],[-15,-12],[-32,14],[-23,1],[-17,6],[-35,16],[-20,-18]],[[3603,2419],[-22,33],[-23,-1],[-2,-37],[-76,-26],[-17,-52],[-34,-13],[-17,21],[-18,-7],[-33,48],[-13,-3],[-10,60],[-38,28],[2,130],[-35,85],[-31,-11],[-22,46],[-23,-15],[19,-44],[-21,-8],[-32,28],[-36,-23],[-49,26],[13,20],[-1,32],[-33,44],[19,32],[-9,32],[31,36],[-5,61],[-52,32],[-18,54],[-44,30],[16,20],[-34,119]],[[2955,3196],[116,57],[51,0],[19,-20],[78,13],[32,22],[-10,30],[39,-1],[13,30],[11,-3],[4,30],[-14,24],[74,-76],[44,41],[20,-12],[7,34],[18,-6],[23,53],[25,0],[-5,15],[17,-7],[9,16],[40,-16],[2,40],[-17,48],[27,-5],[30,-34],[25,22],[27,-11],[22,19],[25,-30],[18,3],[22,40],[52,26],[19,-37],[31,-8],[19,37],[-29,36],[8,14],[36,-18],[14,10],[2,53],[26,62],[26,5],[33,33],[26,-4],[17,21],[-2,-36],[26,29],[51,-39],[0,39],[48,-3],[-3,91],[31,57],[81,-3],[52,92],[14,-5],[58,63],[10,37],[-31,24],[-19,40],[59,99],[-11,30],[-34,11],[2,24],[-27,25],[69,-15]],[[9060,5783],[-5,-31],[-27,-43],[-11,-18],[-12,-21],[-11,-37],[-32,-54],[-32,-41],[-17,-6],[-8,5],[-6,-9],[-19,-30],[-11,-26],[-11,-17],[-15,-13],[-28,-13],[-22,-3],[-31,-2],[-25,-4],[-34,-14],[-27,-22],[-36,-34],[-7,-9],[-17,-12],[-23,-11],[-21,2],[-62,-44],[-38,-58],[-18,-18],[-13,-13],[-27,-37],[-19,-18]],[[8395,5132],[-45,40],[-15,38],[2,113],[-46,-13],[7,18],[-35,21],[-4,26],[66,219],[-15,28],[-32,14],[-6,34],[37,31],[-34,54],[68,51]],[[8343,5806],[247,41],[68,-17],[12,25],[39,15],[93,-62],[-22,-29],[14,-6],[36,-98],[42,29],[-13,25],[87,80],[36,1],[9,-49],[69,22]],[[7897,6021],[-9,-92],[73,-56],[20,-53],[41,45],[5,26],[23,-17],[14,-24],[-9,-23],[17,-15],[50,58],[29,-59],[28,13],[37,-19],[78,63],[49,-62]],[[8395,5132],[-20,-20],[-60,-72],[-9,-17],[-12,-63],[-2,-35],[-12,-28],[-29,-50],[-1,-10]],[[7982,4925],[-29,29],[-124,-8],[-85,18],[-11,156],[13,66],[-25,16],[37,49],[10,40],[12,-2],[-7,53],[19,12],[-38,80],[-24,15],[-36,217],[-44,64],[7,46],[-23,112],[-75,75]],[[7559,5963],[59,13],[49,-19],[-23,35],[47,7],[64,-42],[-15,51],[157,13]],[[3603,2419],[8,-13],[11,-8],[10,-25],[3,-57],[3,-55],[2,-58],[-3,-6],[-9,0],[-18,10],[-16,10],[-18,-11],[-17,-22],[-21,-30],[-20,-31],[11,-24],[9,-18],[45,-22],[24,-20],[23,-14],[21,-6],[9,-3],[6,-19],[-8,-22],[-14,-19],[-9,-14],[-1,-20],[3,-11],[8,-12],[29,16],[25,6],[6,-3],[2,-2],[5,-7],[6,-12],[12,-43],[7,-45],[5,-8],[15,-12],[1,-26],[-8,-22],[-10,-9],[-9,-11],[-14,-18],[-5,-11],[-1,-6],[21,-7],[27,-25],[-3,-29],[-1,-23],[2,-23],[-1,-18],[-4,-20],[-16,-20],[-17,-16],[-26,-6],[-25,-17],[-16,7],[-24,14],[-8,34],[-19,-1],[-4,-2],[-19,-36],[-11,-17],[-16,-17],[-26,-15],[-20,4],[-12,15],[-7,2],[-16,-11],[-27,-29],[-31,-37],[-11,-7],[-17,-19],[-6,-24],[2,-5],[3,-6],[6,-1],[25,8],[21,-28],[-23,-16],[-19,0],[-17,3],[-25,-8],[-5,-7],[7,-62],[4,-46],[15,-43],[30,0],[12,-13],[1,-10],[-3,-4],[-19,-6],[-22,-14],[-14,-11],[-8,-11],[0,-21],[6,-11],[2,-8],[3,-9],[1,-22],[-12,-25],[-11,-30],[-3,-27],[-2,-33],[-25,-40],[-16,-19],[-14,-24],[-6,-23],[-17,-27],[-26,-29],[-7,0],[-18,12],[-18,13],[-1,13],[-9,34],[-11,30],[24,5],[26,-10],[10,-7],[26,46],[5,26],[-64,30],[9,40],[33,1],[22,37],[-4,39],[5,25],[13,43],[-20,14],[-25,6],[-35,-28],[-44,-27],[-27,-48],[-15,-41],[-27,-28],[-5,-50],[41,-45],[40,-35],[-14,-34],[38,-28],[-1,-30],[-8,-18],[-33,-19],[-5,3],[-15,10],[-8,35],[-15,14],[-19,-18],[-4,-26],[-3,-4],[-5,-1],[-15,2],[-20,10],[1,33],[-9,11],[-15,16],[-13,15],[-24,33],[-14,-5],[-11,-3],[-12,-12],[-27,-43],[-41,-29],[-7,22],[2,21],[6,14],[38,60],[21,13],[8,8],[4,6],[0,5],[-5,17],[-10,6],[-26,-6],[-14,-27],[-15,-9],[-12,9],[-18,24],[-19,-3],[-16,-6],[-36,-23],[-9,6],[-10,19],[-2,6],[1,4],[19,27],[17,14],[9,13],[13,40],[2,11],[-3,13],[-17,-4],[-32,-11],[-14,-8],[-18,-11],[-39,13],[-29,-38],[-36,-46],[-15,-21],[-17,-37],[-2,-36],[-9,-32],[-16,-20],[-18,-12],[-17,7],[-30,15],[-15,4],[-15,4],[-23,28],[-30,3],[-28,27],[-10,15],[-6,-1],[-21,-26],[-8,-11],[-21,-31],[-18,-9],[-21,-3],[-46,8],[-12,26],[-4,6],[-9,18],[-4,56],[-1,11],[-8,1],[-22,1],[-17,-3],[-20,-12],[-33,19],[-17,12],[-11,14],[-7,11],[-47,44],[-4,8],[-2,25],[0,29],[2,38],[-10,23],[-25,23],[-39,34],[-10,20],[-10,20],[-18,37],[-30,17],[-10,-12],[-5,-19],[-13,-19],[-5,-2],[-4,5],[-9,13],[-6,24],[-5,25],[-6,32],[-9,23],[-16,52],[-16,17],[-1,1],[-32,17],[-4,-5],[-27,-31],[-44,1],[-21,7],[-12,4],[-30,-9],[-16,4],[-8,13],[-6,28],[-23,3],[-25,-13],[-26,-5],[-51,0],[-43,-3],[-34,-1],[-29,-47],[-104,71],[-71,57],[-7,10],[9,27],[2,26],[-5,33],[3,97],[-11,80],[2,38],[-3,24],[-15,18],[-23,32],[1,56],[-2,41],[5,32],[11,24],[14,17],[5,8],[6,30],[-39,5],[-15,-6],[-16,11],[-16,21],[-11,23],[-48,7],[-18,-37],[-17,-5],[-15,11],[-12,45],[-27,12],[-17,-10],[-58,7],[-33,38],[-22,25],[-7,64],[-33,81],[-10,11],[-17,19],[-15,39],[-9,34],[-6,7],[-12,5],[-16,6],[-2,-1],[-2,-1],[-10,12],[-5,15],[0,9],[13,38],[-12,21],[-17,17],[-8,4],[-5,-2],[-15,-23],[-17,-9],[-50,0],[-13,10],[-6,9],[-16,28],[-26,19],[-17,4],[-16,18],[-14,36],[-14,35],[-19,47],[-22,52],[-9,18],[-16,18],[-18,42],[-35,52],[-99,114],[-27,32],[-101,115],[-6,15],[4,14],[13,7],[10,-3],[15,-2],[27,53],[-8,12],[-26,20],[-56,34],[-37,43],[14,19],[3,1],[33,14],[57,6],[82,-7],[41,1],[9,9],[-12,27],[3,11],[4,9],[34,-1],[30,9],[-2,29],[-8,20],[0,4],[46,26],[19,1],[14,-3],[45,-5],[63,11],[11,15],[9,23],[14,76],[-13,28],[9,28],[17,37],[18,37],[25,55],[18,27],[9,20],[4,26],[30,78],[54,-21],[47,16],[30,4],[34,-36],[7,-12],[6,-11],[28,-33],[42,-5],[47,13],[44,9],[30,6],[21,-6],[22,-1],[51,-4],[39,-5],[51,6],[37,13],[19,13],[32,16],[22,28],[-1,16],[-18,14],[-5,-1],[-2,6],[-6,27],[24,31],[15,32],[14,21],[26,14],[22,15],[15,13],[9,18],[-2,26],[-2,18],[3,9],[5,11],[10,14],[9,4],[0,-6],[3,-2],[13,-3],[76,46],[21,14],[-9,13],[11,35],[29,32],[14,9],[9,4],[37,8],[26,14],[12,7],[33,20],[28,3],[15,8],[5,5]],[[1728,4526],[25,-2],[18,19]],[[1771,4543],[-2,-51],[37,8],[21,-12],[-10,-29],[17,-29],[-7,-26],[29,-52],[-3,-21],[165,10],[-3,-35],[16,-21],[67,-33],[9,-55],[39,22],[1,-36],[157,48],[63,-111],[-31,-59],[-31,-14],[5,-19],[-53,-2],[-7,-19],[-7,-35],[19,-38],[-28,-23],[10,-6],[-36,-62],[1,-61],[-18,-27],[4,-25],[43,-29],[-33,-69],[7,-40],[-46,-104],[25,-10],[27,-49],[22,-61],[-8,-58],[41,-21],[-19,-87],[25,-6],[-11,-32],[28,6],[24,-33],[0,-24],[53,-42],[-24,-23],[18,-36],[39,-14],[29,-50],[56,64],[50,21],[29,37],[105,40],[63,49],[17,54],[-20,24],[81,-20],[51,21],[12,-36],[21,9],[19,-20],[36,5]],[[6381,4214],[69,626],[-226,287],[-98,222]],[[6126,5349],[37,181],[104,193],[-12,40],[-26,-19],[-38,68],[-7,24],[11,38]],[[6195,5874],[110,29],[18,20],[25,-9],[7,25],[27,-41],[21,15],[96,-53],[33,-2],[15,29],[59,42],[16,67],[51,33],[50,-12],[33,-65],[12,1],[5,25],[35,-35],[23,24],[2,25],[51,-52],[25,18],[66,-7],[-18,63],[108,-51],[15,-34],[72,14],[0,28],[55,34],[9,37],[-12,30],[89,13],[12,31],[69,-17],[36,13],[11,-9],[-11,-18],[23,-15],[68,21],[41,-23],[17,-105]],[[4391,5580],[9,-51],[20,-6],[26,-40],[31,-5],[50,33],[26,-33],[37,33],[32,-5],[3,-32],[30,13],[31,-10],[1,-43],[97,90],[110,30],[48,61],[17,-47],[50,-43],[39,2],[38,-35],[31,0],[-18,58],[4,47],[40,7],[32,-118],[87,-103],[11,-57],[18,-23],[34,13],[48,-19],[26,-51],[49,-41],[12,16],[8,-14],[-9,25],[20,36],[80,-40],[6,31],[50,66],[145,42],[27,30],[31,-41],[20,2],[12,-34],[34,20],[1,47],[39,7],[16,27],[13,-15],[25,8],[32,-39],[116,-30]],[[4401,4302],[-1,58],[25,11],[-13,69],[67,85],[-47,35],[5,74],[-64,106],[7,27],[-13,59],[-35,44],[22,35],[28,13],[20,42],[-58,10],[-12,22],[-52,27],[-4,32],[17,26],[-17,39],[37,82],[-26,42],[24,45],[-61,97],[31,41],[-13,62],[77,93],[46,2]],[[4511,5814],[13,-61],[-17,-105],[-116,-68]],[[1771,4543],[46,36],[18,45],[30,3],[31,41],[27,10],[37,-18],[50,18],[33,-21],[7,60],[71,17],[55,-13],[27,-28],[-7,73],[49,64],[44,0],[-9,-43],[8,-18],[64,21],[5,22],[38,31],[20,-7],[19,40],[56,-30],[36,38],[17,-13],[3,-34],[65,-26],[12,-27],[36,-2],[-2,21],[29,27],[-6,31],[11,36],[49,88],[37,12],[47,104],[23,15],[16,72],[63,45],[78,12],[-12,45],[85,60],[48,-4],[18,124],[-21,20],[49,47],[86,19],[46,-26],[-1,-48],[37,5],[29,77],[57,63],[109,33],[88,-24],[122,-6],[54,15],[64,-17],[133,126],[179,39],[96,71],[93,6],[47,-65],[101,9]],[[5974,7207],[72,-87],[65,-174]],[[6111,6946],[-22,-85],[31,-144],[27,-25],[13,-79],[16,-14],[25,-97],[15,-65],[-1,-92],[17,-18],[3,-43],[33,-72],[-9,-62],[-41,-31],[-26,-145],[3,-100]],[[4511,5814],[54,-4],[49,33],[26,48],[-7,61],[-59,92],[33,75],[2,61]],[[4609,6180],[48,28],[46,64],[1,163],[107,35],[22,-55],[60,-6],[60,-33],[57,8],[38,81],[36,41],[-10,61],[65,22],[-7,85],[21,43],[-2,41],[22,70],[-11,19],[-31,-13],[-14,11],[-16,28],[7,40]],[[5108,6913],[68,56],[71,29],[-5,26],[114,23],[20,-33],[1,-34],[40,-52],[44,24],[32,-3],[6,38],[41,-14],[43,70],[6,48],[94,7],[9,-38],[54,-3],[59,-75],[15,52],[22,-16],[30,32],[29,-7],[9,45],[34,-2],[14,-31],[20,7],[-19,30],[15,115]],[[7897,6021],[-14,102],[-37,93],[25,30],[39,3],[13,-14],[92,5],[45,-14],[66,36],[6,61],[-75,142],[-24,-36],[-67,70],[-20,-39],[-67,3],[-51,42],[-20,137],[10,15],[1,89],[-48,33],[-9,36],[58,81],[-5,87],[38,127],[-31,49],[-27,-7],[-28,34],[-45,101],[-72,88],[7,29],[-81,51]],[[7576,7455],[83,92],[-5,35],[160,207],[29,78],[26,11],[12,-22],[23,53],[45,8],[69,103]],[[8018,8020],[38,-32],[12,-32],[-3,-24],[-14,-71],[-9,-18],[-6,-25],[-1,-41],[-3,-34],[-10,-35],[-5,-21],[-1,-34],[-25,-52],[-12,-77],[-6,-13],[-12,-9],[-1,-7],[9,-35],[18,-33],[7,-8],[11,-3],[38,17],[27,-25],[13,-26],[28,-38],[8,6],[11,5],[33,-7],[36,-24],[9,-11],[24,-31],[27,-68],[28,-51],[18,-44],[14,-37],[9,-44],[17,-75],[14,-55],[9,-26],[9,-22],[15,-19],[34,-25],[24,-8],[25,-3],[25,3],[5,-9],[8,-33],[1,-24],[-2,-29],[6,-32],[7,-26],[21,-29],[44,-28],[33,-50],[9,-24],[4,-26],[10,-30],[13,-17],[25,-26],[27,-10],[10,4],[40,21],[36,43],[18,-6],[40,-24],[37,-31],[37,-22],[4,-4],[49,-97],[23,-70],[21,-63],[30,-71],[4,-29],[1,-40],[-5,-56],[-4,-59],[-2,-47],[10,-81]],[[6111,6946],[33,25],[28,-16],[58,41],[16,-23],[45,16],[82,-61],[23,4],[-22,153],[53,7],[22,23],[-12,30],[-28,8],[-18,43],[-13,-15],[-48,52],[-26,70],[33,14],[41,-18],[12,71],[14,-41],[69,-10],[24,29],[-3,47],[16,42],[6,-19],[29,7],[37,-47],[51,9],[-6,51],[45,10],[11,12],[-8,27],[40,-13],[40,-58],[9,19],[-14,45],[18,63],[-9,36],[16,25],[-19,59],[16,1],[16,-32],[49,30],[56,-46],[23,1],[49,46],[131,45],[92,100],[70,-24],[16,64]],[[7274,7848],[56,-27],[34,-86],[-5,-61],[13,-4],[7,-35],[21,0],[25,-103],[28,-44],[123,-33]],[[2862,7154],[30,-11],[27,-51],[22,-139],[44,-35],[127,-5],[22,39],[56,43],[22,-33],[47,5],[84,-25],[5,-32],[-52,-164],[17,-21],[-4,-19],[76,-13],[18,-19],[49,27],[60,-15],[46,24],[13,-73],[-25,-34],[-7,-58],[66,-78],[-57,-28],[46,-59],[47,58],[42,-2],[48,38],[-19,-51],[7,-28],[49,-40],[75,-120],[70,-44],[8,-66],[32,41],[105,-59],[36,10],[56,58],[115,10]],[[4265,6185],[12,-1],[59,92],[55,-35],[26,20],[44,-3],[26,24],[122,-102]],[[1728,4526],[16,18],[18,27],[-3,30],[-13,5],[-14,21],[-6,28],[3,22],[-7,41],[-8,12],[-9,3],[-21,-42],[-16,-11],[-27,-13],[-32,-22],[-5,-6],[-4,-12],[-16,-14],[-18,-2],[-13,1],[-10,2],[-9,18],[-20,13],[-33,-23],[-27,50],[-2,5],[2,12],[-16,29],[-28,1],[-36,3],[-15,10],[-5,21],[-10,20],[-16,14],[-11,-1],[-8,-9],[-16,-36],[-20,-21],[-18,2],[-34,5],[-45,19],[0,58],[-4,36],[-2,13],[-3,4],[-37,14],[-21,16],[-16,9],[-38,6],[-38,30],[-35,49],[-10,28],[-11,36],[12,19],[24,33],[19,34],[2,19],[-4,23],[-41,7],[-34,29],[-5,6],[14,45],[45,5],[47,2],[47,-5],[88,187],[33,36],[32,35],[14,5],[32,-3],[15,-8],[10,-10],[5,-13],[22,-58],[12,-30],[9,-15],[14,-4],[34,10],[25,-11],[14,-8],[7,-11],[6,-15],[4,-11],[7,-13],[15,-12],[26,-11],[35,-19],[13,-9],[13,2],[10,19],[6,19],[14,33],[11,22],[26,14],[56,54],[44,0],[10,7],[29,22],[44,17],[36,50],[79,77],[28,32],[66,-46],[28,-9],[7,0],[33,10],[9,2],[29,-14],[8,-3],[12,46],[18,1],[13,2],[5,-7],[0,-9],[-6,-15],[-6,-24],[79,17],[30,-39],[23,13],[15,36],[2,28],[-3,12],[-30,28],[-1,12],[5,42],[-1,41],[0,13],[-7,29],[15,55],[1,20],[0,25],[-1,8],[-6,24],[-2,24],[17,49],[10,15],[14,9],[25,15],[41,34],[36,41],[43,40],[21,19],[22,24],[7,26],[29,46],[13,48],[34,84],[11,37],[9,38],[37,67],[7,22],[4,28],[-1,30],[-8,38],[-2,8],[-2,9],[-9,20],[-9,22],[-10,43],[1,18],[3,18],[21,60],[4,25],[-11,86],[1,82],[4,12],[7,11],[24,21],[48,28],[51,-1],[12,-7],[15,-2],[43,27]],[[5974,7207],[-9,17],[13,24],[-30,15],[-26,117],[21,39],[-24,28],[-63,18],[-4,58],[-41,122],[22,65],[13,150],[-37,113],[10,57],[-15,45],[-49,36],[-37,86],[12,37],[72,34],[55,190],[7,171],[18,-6],[23,16],[-1,22],[48,42],[94,-8],[2,23]],[[6048,8718],[13,-11],[8,52],[85,26],[8,22],[31,-11],[-5,-45],[56,15],[3,-55],[17,-5],[-2,-21],[40,-7],[5,-16],[16,6],[11,48],[52,20],[-20,-56],[34,-98],[36,21],[1,20],[14,-10],[34,64],[15,-19],[21,19],[22,-10],[53,29],[16,-18],[24,-90],[30,-4],[4,-58],[18,-48],[19,-12],[0,-36],[11,-13],[54,33],[5,-43],[49,30],[28,-7],[130,80],[40,-26],[45,16],[30,43],[23,4],[11,-121],[-3,-58],[-27,-49],[19,-61],[-12,-99],[36,-50],[12,-69],[27,-59],[35,-18],[54,-115]],[[3765,7930],[-46,-74],[-31,-12],[70,-111],[19,-86],[22,-36],[6,8],[24,-154],[67,32],[50,-29],[24,16],[23,-16],[-3,-84],[-23,-35],[-18,-87],[16,-19],[-7,-76],[29,-78],[-15,-72],[65,-40],[39,-2],[-7,-42],[59,-18],[33,-74],[3,-130],[54,-14],[-30,-33],[-28,-69],[8,-29],[-20,-20],[23,-88],[-23,-83],[82,-72],[35,-118]],[[2862,7154],[-19,7],[-19,30],[-17,36],[0,7],[15,40],[3,52],[2,28],[0,11],[-1,13],[-14,48],[15,42],[21,59],[1,27],[-13,19],[-8,30],[-1,28],[9,18],[8,15],[2,15],[7,45],[11,30],[33,27],[21,24],[16,36],[13,24],[29,33],[30,43],[24,32],[4,3],[41,-6],[14,-9],[14,-18],[14,-10],[14,-1],[13,11],[0,7],[4,11],[28,35],[23,21],[15,-22],[23,-47],[16,15],[28,41],[11,51],[11,24],[22,19],[30,5],[2,-2],[-1,-10],[-1,-17],[3,-9],[11,-2],[6,0],[2,18],[19,-7],[-10,-37],[-11,-38],[-6,-3],[-6,-11],[2,-45],[8,-16],[70,32],[-3,8],[-3,12],[1,24],[22,44],[10,10],[36,-17],[17,-12],[94,29],[83,-8],[52,-19],[1,-55],[12,-42]],[[5979,9290],[20,13],[11,-12],[-24,-113],[16,-42],[13,-2],[1,-206],[32,-210]],[[5108,6913],[-33,38],[8,154],[-30,124],[12,75],[-35,4],[-20,77],[41,27],[-16,51],[22,21],[26,81],[-56,-11],[-52,38],[9,45],[-24,60],[-8,76],[29,289],[22,51],[-36,250],[-12,22],[-36,-10],[-19,30],[-45,18],[-18,50],[-72,60],[-3,23],[58,89],[-3,95],[29,60],[6,79]],[[4852,8879],[100,4],[36,11],[25,-2],[26,-1],[19,-1],[33,1],[44,-7],[66,8],[73,22],[19,16],[1,5],[-1,8],[-3,22],[-2,16],[2,6],[17,46],[15,19],[53,40],[51,16],[18,9],[47,12],[30,2],[11,8],[4,6],[6,28],[1,12],[-5,8],[-6,-1],[-12,29],[-2,9],[2,6],[17,3],[13,-19],[6,-12],[8,-20],[17,-14],[63,30],[14,0],[60,-19],[12,-1],[47,15],[37,18],[16,14],[20,18],[12,8],[43,22],[21,6],[22,-11],[31,16]],[[5979,9290],[24,31],[9,23],[-2,17],[1,25],[12,22],[39,36],[42,40],[33,25],[26,27],[9,7],[31,-2],[16,-6],[6,-6],[17,-23],[7,-11],[4,-7],[45,-43],[56,-12],[20,-4],[52,-32],[13,-7],[21,-2],[27,8],[28,20],[20,23],[26,35],[23,21],[10,4],[5,-2],[44,-37],[61,-20],[29,-17],[32,-25],[26,-25],[4,-4],[14,-4],[34,7],[41,-38],[27,-23],[24,-9],[27,-35],[10,-13],[13,-15],[5,-4],[7,-1],[36,-5],[22,-32],[5,-13],[5,-8],[14,-4],[37,8],[11,6],[23,11],[27,19],[41,7],[26,5],[44,19],[15,15],[16,25],[11,25],[24,28],[22,14],[25,1],[23,-7],[9,-14],[22,-36],[20,-36],[17,-28],[13,-16],[10,-9],[28,7],[19,-10],[51,-38],[52,-47],[33,-43],[32,-64],[14,-51],[44,-53],[22,-9],[9,-17],[15,-47],[4,-24],[0,-48],[1,-40],[1,-51],[-19,-24],[-32,-37],[-6,-11],[-3,-19],[0,-12],[3,-14],[21,-60],[6,-33],[-8,-80],[-24,-62],[-22,-45],[-15,-80],[1,-20],[0,-11],[-2,-16],[-5,-28],[-12,-43],[0,-5],[27,-55],[27,-23],[34,18],[34,13],[19,0],[38,7],[17,5],[41,4],[42,-11],[16,-12]],[[3765,7930],[45,-23],[17,-2],[41,5],[30,2],[44,10],[50,11],[36,6],[45,12],[11,3],[29,16],[17,11],[2,3],[4,7],[-3,13],[-6,28],[54,56],[31,40],[39,41],[-11,33],[-30,52],[-2,8],[-1,17],[0,15],[2,32],[6,29],[5,13],[20,30],[14,12],[22,3],[27,10],[23,22],[7,42],[10,42],[10,40],[15,48],[12,35],[20,71],[4,16],[7,31],[8,71],[9,82],[7,48],[-2,31],[-6,33],[-17,49],[2,15],[26,0],[12,-7],[52,-55],[53,-55],[39,-34],[107,-46],[63,-16],[88,-7]],[[7083,9995],[47,-28],[38,-4],[23,-1],[36,-3],[61,-16],[27,-15],[1,-6],[5,-19],[0,-4],[-2,-7],[-28,-68],[-14,-58],[-4,-71],[-9,-43],[-9,-34],[-12,-19],[-28,39],[-10,21],[-3,65],[0,12],[17,43],[16,11],[9,12],[-6,24],[-11,22],[-5,7],[-18,9],[-103,22],[-78,-34],[-28,-6],[-29,14],[-40,-9],[-15,7],[-17,11],[-6,5],[12,9],[8,17],[17,33],[25,37],[4,1],[42,8],[29,11],[18,9],[40,-4]]],"transform":{"scale":[0.0002745190519051923,0.00012835013501349965],"translate":[-8.177718000000198,54.02723749999984]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/ND_idx.json b/dist-amd/map/TopoJSON/ND_idx.json new file mode 100644 index 0000000000..588c0425ac --- /dev/null +++ b/dist-amd/map/TopoJSON/ND_idx.json @@ -0,0 +1 @@ +{"street_number":{"2":[5],"4":[6,9],"7":[21],"10":[15],"12":[16],"13":[13],"21":[12],"22":[11],"24":[0],"38":[19],"41":[18],"45":[4],"54":[1],"90":[10],"100":[24],"195":[7],"215":[25],"495":[8],"8-14":[2],"2-10":[3],"26-34":[17],"19-37":[22],"184-198":[23]},"route":{"Lower Carrogs Rd":[0],"Lower Carrogs Road":[0],"B25":[1],"Castlevennon Road":[1],"Castlevennon Rd":[1],"Annadorn Rd":[2],"Annadorn Road":[2],"Drumgaw Gardens":[3],"Killycapple Rd":[3],"Killycapple Road":[3],"Mahee Island":[5],"Foxgrove":[6],"Houston Rd":[4],"Houston Road":[4],"B170":[8],"Ballysallagh Road":[8],"Moira Rd":[7],"Moira Road":[7],"Laganville Park":[7],"Dergenagh Rd":[10],"Dergenagh Road":[10],"Dover Walk":[9],"Greenland St":[9],"Greenland Street":[9],"Red Brae Rd":[11],"Red Brae Road":[11],"Rushfield Rd":[12],"Rushfield Road":[12],"Galliagh Terrace":[13],"Erne Dr":[13],"Erne Drive":[13],"Clare Ln":[15],"Clare Lane":[15],"Unnamed Road":[14,26],"Crevenagh Way":[16],"Crevenagh Grove":[16],"Clooney Rd":[17],"Clooney Road":[17],"Mullaghsandall Rd":[18],"Mullaghsandall Road":[18],"Parade Rd":[19],"Parade Road":[19],"Knock Rd":[20],"Knock Road":[20],"Bearney Rd":[20],"Bearney Road":[20],"Crosstagherty Rd":[21],"Crosstagherty Road":[21],"Birch Rd":[22],"Birch Road":[22],"Glenshesk Rd":[24],"Glenshesk Road":[24],"Drumavoley Rd":[24],"Drumavoley Road":[24],"A29":[23],"Drumcroon Road":[23],"Drumcroon Rd":[23],"Drumrane Rd":[25],"Drumrane Road":[25],"Ballyquin Rd":[25],"Ballyquin Road":[25]},"postal_town":{"Newry":[0],"Banbridge":[1],"Downpatrick":[2],"Armagh":[3],"Newtownards":[5],"Craigavon":[6],"Belfast":[4,9],"Bangor":[8],"Lisburn":[7],"Dungannon":[10],"Carrickfergus":[11],"Ballyclare":[12],"Enniskillen":[13],"Cookstown":[15],"Antrim":[14],"Omagh":[16],"Magherafelt":[17],"Larne":[18],"Ballymena":[19],"Strabane":[20],"Ballymoney":[21,24],"Londonderry":[22],"Coleraine":[23],"Limavady":[25],"Ballycastle":[26]},"administrative_area_level_2":{"Newry and Mourne":[0],"Banbridge":[1],"County Down":[2],"Armagh":[3],"Ards":[5],"Craigavon":[6],"Castlereagh":[4],"North Down":[8],"Lisburn":[7],"Dungannon and South Tyrone":[10],"Belfast":[9],"Carrickfergus":[11],"Newtownabbey":[12],"Fermanagh":[13],"Cookstown":[15],"Antrim":[14],"Omagh":[16],"Magherafelt":[17],"Larne":[18],"Ballymena":[19],"Strabane":[20],"Ballymoney":[21],"Derry":[22],"Moyle":[24,26],"Coleraine":[23],"Limavady":[25]},"political":{"Newry and Mourne":[0],"GB":[0,1,2,3,5,6,4,8,7,10,9,11,12,13,15,14,16,17,18,19,20,21,22,24,23,25,26],"United Kingdom":[0,1,2,3,5,6,4,8,7,10,9,11,12,13,15,14,16,17,18,19,20,21,22,24,23,25,26],"Northern Ireland":[0,1,2,3,6,4,8,7,10,9,11,12,13,15,14,16,17,18,19,20,21,22,24,23,25],"Banbridge":[1],"Katesbridge":[1],"County Down":[2],"Armagh":[3],"Comber":[5],"Ards":[5],"Lurgan":[6],"Craigavon":[6],"Castlereagh":[4],"North Down":[8],"Lisburn":[7],"Dungannon and South Tyrone":[10],"Belfast":[9],"Carrickfergus":[11],"Newtownabbey":[12],"Enniskillen":[13],"Fermanagh":[13],"Cookstown":[15],"Antrim":[14],"Omagh":[16],"Magherafelt":[17],"Tobermore":[17],"Larne":[18],"Ballygarvey":[19],"Ballymena":[19],"Strabane":[20],"Ballymoney":[21],"Derry":[22],"The Cross":[22],"Moyle":[24,26],"Armoy":[24],"Coleraine":[23],"Limavady":[25]},"country":{"GB":[0,1,2,3,5,6,4,8,7,10,9,11,12,13,15,14,16,17,18,19,20,21,22,24,23,25,26],"United Kingdom":[0,1,2,3,5,6,4,8,7,10,9,11,12,13,15,14,16,17,18,19,20,21,22,24,23,25,26]},"postal_code":{"BT34 2NQ":[0],"BT34 2NF":[0],"BT34":[0],"BT32 5QF":[1],"BT32 5QD":[1],"BT32":[1],"BT30":[2],"BT30 8JU":[2],"BT60 2AG":[3],"BT60":[3],"BT23 6EP":[5],"BT66 6ND":[6],"BT66":[6],"BT6 9SH":[4],"BT6":[4],"BT19":[8],"BT19 1RL":[8],"BT28 2SN":[7],"BT28 2GF":[7],"BT28":[7],"BT70 1TW":[10],"BT70":[10],"BT13 2EF":[9],"BT13 2EN":[9],"BT13":[9],"BT38 9DG":[11],"BT38":[11],"BT39 9NU":[12],"BT39":[12],"BT74 6BN":[13],"BT74":[13],"BT74 6BJ":[13],"BT80 8RJ":[15],"BT80":[15],"BT41 4PN":[14],"BT79 0JE":[16],"BT79 0HN":[16],"BT79":[16],"BT45 5RA":[17],"BT45":[17],"BT40 2LX":[18],"BT40 2YB":[18],"BT40":[18],"BT43 7JZ":[19],"BT43":[19],"BT82 8QT":[20],"BT82":[20],"BT53 8LN":[21],"BT53":[21,24],"BT47":[22],"BT47 3ES":[22],"BT53 8SB":[24],"BT51 3SG":[23],"BT51":[23],"BT49 9LJ":[25],"BT49 9HB":[25],"BT49":[25],"BT54 6SB":[26],"BT54":[26]},"postal_code_prefix":{"BT34":[0],"BT32":[1],"BT30":[2],"BT60":[3],"BT66":[6],"BT6":[4],"BT19":[8],"BT28":[7],"BT70":[10],"BT13":[9],"BT38":[11],"BT39":[12],"BT74":[13],"BT80":[15],"BT79":[16],"BT45":[17],"BT40":[18],"BT43":[19],"BT82":[20],"BT53":[21,24],"BT47":[22],"BT51":[23],"BT49":[25],"BT54":[26]},"administrative_area_level_1":{"Northern Ireland":[0,1,2,3,6,4,8,7,10,9,11,12,13,15,14,16,17,18,19,20,21,22,24,23,25]},"locality":{"Katesbridge":[1],"Comber":[5],"Lurgan":[6],"Lisburn":[7],"Belfast":[9],"Enniskillen":[13],"Tobermore":[17],"Ballygarvey":[19],"The Cross":[22],"Armoy":[24]}} diff --git a/dist-amd/map/TopoJSON/NL.json b/dist-amd/map/TopoJSON/NL.json new file mode 100644 index 0000000000..bbfa59b4a0 --- /dev/null +++ b/dist-amd/map/TopoJSON/NL.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2]]},{"type":"Polygon","arcs":[[3,-2,4,5,6]]},{"type":"Polygon","arcs":[[-6,7,8,9]]},{"type":"Polygon","arcs":[[10,11,12,13]]},{"type":"Polygon","arcs":[[-13,14,-7,-10,15,16]]},{"type":"Polygon","arcs":[[17,-3,-4,-15,-12,18,19]]},{"type":"Polygon","arcs":[[20,-20,21,22,23]]},{"type":"Polygon","arcs":[[-22,-19,-11,24,25]]},{"type":"Polygon","arcs":[[26,-24,27,28]]},{"type":"Polygon","arcs":[[-25,-14,-17,29,30]]},{"type":"Polygon","arcs":[[-28,-23,-26,-31,31,32]]},{"type":"Polygon","arcs":[[33,34,35,-29,-33,36]]},{"type":"Polygon","arcs":[[-37,-32,-30,-16,-9,37,38]]},{"type":"Polygon","arcs":[[-35,39,40]]},{"type":"Polygon","arcs":[[-40,-34,-39,41]]}]}},"arcs":[[[6929,3312],[-1,-14],[0,-5],[2,-5],[4,-8],[7,0],[19,2],[25,0],[23,1],[9,-1],[6,-1],[6,-1],[5,-3],[7,-5],[11,-7],[14,-6],[16,-7],[22,-9],[16,-12],[20,-16],[5,-2],[4,-5],[-2,-5],[-3,-5],[-11,-2],[-12,1],[-2,0],[-6,-3],[-6,-6],[-1,-2],[0,-2],[-1,-1],[4,-19],[8,-24],[2,-11],[0,-2],[-3,-13],[0,-9],[0,-8],[-2,-16],[2,-4],[3,-3],[4,-4],[8,-7],[60,-21],[22,-8],[4,-1],[7,-1],[7,0],[12,-5],[11,-7],[18,-1],[15,2],[2,0],[15,-5],[18,-6],[5,-3],[-3,-16],[-18,-15],[-4,-16],[-7,-23],[-11,-32],[-12,-19],[-2,-10],[-1,-3],[-7,-32],[50,-33],[12,-8],[6,-1],[4,-2],[11,-19],[12,-20],[9,-8],[4,-5],[24,-20],[26,-15],[29,-54],[16,-30],[9,-12],[22,-13],[17,-12],[9,-7],[4,-5],[8,-11],[9,-13],[11,-19],[1,-13],[4,-21],[-1,-8],[-1,-11],[-1,-3],[0,-7],[-1,-12],[2,-3],[7,-12],[6,-8],[10,-30],[0,-20],[-3,-22],[-3,-19],[-2,-5],[2,-28],[-16,0],[1,-33],[1,-8],[-2,-9],[-21,-107],[14,5],[2,0],[34,-2],[1,-2],[-11,-15],[-16,-19],[-1,-6],[4,-12],[2,-7],[2,-8],[6,-19],[9,-30],[4,-14],[-2,-2],[-4,-3],[-49,-40],[-22,-18],[-10,-7],[1,-11],[-6,-4],[-25,-6],[-12,-4],[-8,-6],[-8,-11],[-12,-19],[-4,-18],[-5,-9],[-7,-10],[-10,-21],[-14,-20],[-17,-18],[-11,-12],[-7,-7],[-3,-4],[-6,-19],[-4,-17],[-7,-6],[-5,-5],[-64,-61],[-19,-18],[-9,-5],[-6,-3],[-4,-3],[-11,-5],[21,-41],[5,-10],[3,-7],[3,-9],[-6,-1],[-6,1],[-18,0],[-7,-1],[-6,-5],[1,-24],[4,-18],[3,-27],[2,-26],[2,-17],[1,-13],[4,-7],[13,-21],[4,-9],[2,-1],[8,-2],[5,-1],[21,0],[9,0],[13,5],[3,1],[7,4],[5,3],[2,2],[1,2],[2,1],[3,6],[1,2],[6,3],[9,6],[1,1],[17,7],[15,6],[55,22],[17,6],[36,-25],[-4,-1],[-11,-5],[-22,-10],[-23,-10],[-13,-5],[-6,-3],[-5,-2],[-17,-7],[17,-10],[19,-10],[10,-6],[4,-2],[20,-12],[6,-3],[3,-8],[-4,-9],[-19,-21],[-16,-2],[-12,0],[-15,-4],[-5,-2],[-2,0],[-14,-3],[-3,-1],[-5,-1],[-6,0],[-26,-16],[-7,-3],[-12,-4],[-7,-2],[-17,-4],[-21,-5],[-4,-8],[-6,-10],[-7,-12],[-5,-6],[-19,-11],[-20,-9],[-5,-1],[-8,-2],[-4,-3],[-6,-7],[-3,-7],[0,-6],[0,-2],[-5,-5],[-8,-8],[-16,-14],[-17,-15],[-2,-1],[-1,-1],[-5,-2],[-9,-3],[-17,-5],[-6,-1],[-17,-4],[-16,-10],[-22,-15],[-6,-5],[-7,-9],[-2,-2],[-21,-21],[-6,-10],[-4,-9],[-7,-9],[-12,-17],[-4,-23],[-1,-14],[0,-4],[-1,-3],[-1,-5],[-2,-2],[-21,-13],[-8,-6],[-9,-6],[-20,-1],[-9,1],[-7,5],[-4,10],[-13,15],[-13,25],[-4,12],[-6,17],[-2,6],[-2,2],[-12,8],[-17,-16],[-8,-5],[-13,-10],[-3,-2],[-8,-12],[-10,-3],[-5,-1],[-25,-1],[-21,0],[-2,-1],[1,-16],[1,-1],[12,-17],[8,-8],[2,-25],[0,-24],[5,-20],[1,-2],[7,-7],[8,-5],[7,-1],[9,-3],[2,-1],[7,-5],[0,-10],[24,-19],[-3,-21],[-2,-27],[-19,-20],[-5,-7],[8,-15],[18,-1],[11,4],[25,7],[9,5],[25,19],[20,3],[20,4],[9,-2],[8,-6],[12,-8],[9,-7],[21,2],[20,6],[16,-2],[58,3],[9,1],[11,0],[11,0],[1,-6],[-12,-30],[-7,-14],[-3,-9],[-5,-10],[-3,-4],[-4,-3],[-7,-11],[3,-9],[7,-10],[2,-12],[3,-16],[5,-28],[20,-5],[16,-4],[13,-4],[2,0],[28,-2],[12,-10],[-5,-16],[7,-2],[12,-1],[15,-2],[9,8],[14,-2],[13,-4],[15,-9],[6,-5],[-11,-12],[-11,-11],[-2,-2],[-2,-3],[-2,-9],[-7,-25],[-4,-18],[0,-7],[0,-2],[2,-4],[7,-14],[7,-10],[6,-4],[3,-3],[4,-6],[-1,-15],[0,-6],[-1,-4],[0,-3],[-3,-7],[-5,-9],[-4,-5],[-5,-5],[-6,-9],[-7,-39],[-1,-2],[-24,11],[-16,17],[-8,1],[-9,-4],[-11,-5],[-7,-4],[-5,-1],[-25,-9],[-18,-6],[-12,-10],[-3,-17],[0,-16],[5,-15],[7,-7],[6,-7],[2,-12],[-1,-19],[0,-4],[-2,-3],[-14,-11],[-13,-13],[-4,-6],[-8,-6],[-9,-5],[-10,9],[-21,14],[-3,3],[-10,5],[-3,-2],[-7,-4],[-10,-16],[-3,-5],[-1,-4],[-1,-11],[11,-7],[6,-2],[6,-2],[8,-2],[2,-1],[13,-10],[4,-7],[5,-6],[9,-8],[1,-1],[12,-8],[6,-4],[2,-1],[19,-8],[14,-6],[3,-8],[-1,-8],[-14,-21],[-2,-5],[4,-17],[3,-13],[-5,2],[-10,1],[-4,0],[-17,-3],[-15,-3],[-22,-1],[-15,1],[-9,1],[-10,3],[-4,1],[-1,1],[1,9],[-5,6],[-11,4],[-18,5],[-5,0],[-4,-2],[-19,-6],[-22,-7],[-23,-3],[-22,-19],[-4,-1],[-10,-1],[-2,4],[-9,11],[-7,0],[-11,-6],[-5,-6],[-2,0],[-7,4],[-15,9],[-6,5],[0,2],[2,4],[1,4],[-1,10],[-1,8],[-5,11],[-2,5],[-2,-1],[-23,-14],[-7,-1],[-9,-1],[-6,-2],[-11,-5],[-6,-4],[-18,-14],[-7,-4],[-5,10],[-7,20],[-13,-5],[-4,-2],[-11,-9],[-20,-5],[-17,-6],[-8,-3],[-16,-1],[-3,4],[-3,4],[-13,17],[-11,15],[-5,7],[-13,-8],[-8,-1],[-7,13],[-6,15],[-1,6],[-3,17],[-9,1],[-5,0],[-15,-2],[-18,-19],[-14,-12],[-5,-3],[-6,-5],[-7,-7],[-7,-13],[-3,-6],[1,-2],[1,-4],[-6,-13],[-21,2],[-9,5],[-6,5],[-12,3],[-26,-8],[-22,-13],[-2,0],[-11,-1],[-5,0],[-9,3],[-14,5],[1,8],[6,12],[19,20],[7,10],[9,20],[4,12],[-1,9],[-2,2],[-2,3],[-8,9],[-11,22],[0,5],[4,5],[2,2],[4,5],[2,2],[5,7],[2,7],[-3,6],[-3,3],[-8,9],[-9,2],[-4,2],[-22,10],[-14,4],[-16,4],[-18,2],[-12,5],[-3,20],[-1,9],[-2,12],[-1,2],[-3,3],[-5,7],[-6,8],[-4,6],[-9,18],[4,12],[1,7],[4,18],[6,29],[-1,1],[-4,19],[9,7],[15,6],[24,12],[26,7],[12,12],[3,7],[4,6],[6,4],[13,9],[7,7],[6,12],[1,6],[1,7],[0,4],[-1,13],[2,4],[2,4],[3,3],[7,2],[9,2],[8,-1],[3,-2],[7,-5],[5,-3],[2,-1],[4,0],[6,1],[5,3],[5,6],[2,4],[3,7],[1,5],[-2,14],[1,7],[1,5],[3,6],[5,6],[4,5],[8,9],[5,4],[5,4],[2,3],[4,7],[6,12],[3,10],[1,7],[2,5],[7,4],[8,3],[9,3],[3,3],[2,4],[0,2],[-1,6],[-6,8],[-4,4],[-7,5],[-6,3],[-9,1],[-3,0],[-5,-4],[-5,-4],[-4,-5],[-5,-3],[-5,-2],[-8,-1],[-4,-1],[-10,3],[-2,1],[-6,5],[-3,7],[0,6],[1,2],[3,5],[10,11],[11,11],[11,17],[19,15],[11,4],[6,7],[12,21],[5,6],[16,15],[4,4],[4,6],[1,8],[0,5],[-2,12],[-1,6],[0,3],[2,9],[2,5],[13,18],[2,2],[4,5],[1,5],[-1,6],[-3,5],[-3,3],[-2,2],[-5,3],[-6,2],[-14,4],[-5,2],[-3,4],[-1,1],[0,6],[1,5],[4,6],[12,15],[10,20],[5,13],[2,13],[-2,15],[2,6],[4,2],[3,1],[8,0],[12,-5],[14,-8],[4,0],[5,-1],[6,1],[7,4],[3,3],[2,4],[0,5],[-2,5],[-6,15],[-2,7],[1,3],[1,2],[3,4],[5,3],[6,3],[2,2],[2,5],[-1,4],[-1,4],[-4,6],[-14,15],[-1,3],[-1,3],[0,5],[2,4],[4,4],[2,1],[6,4],[8,4],[6,1],[6,0],[4,0],[5,-2],[19,-9],[4,-1],[3,0],[7,4],[8,7],[5,7],[1,7],[1,6],[-1,5],[-2,5],[-4,4],[-5,3],[-6,3],[-7,1],[-13,-1],[-9,0],[-5,1],[-4,4],[-4,6],[-2,6],[0,5],[4,9],[2,4],[3,4],[5,5],[18,19],[5,5],[2,2],[5,3],[4,1],[5,1],[9,1],[9,0],[4,0],[2,1],[2,0],[3,4],[2,3],[5,20],[4,6],[1,1],[2,2],[9,8],[1,7],[-14,9],[-14,11],[-8,7],[-6,13],[-2,9],[-1,2],[-4,5],[-10,10],[-2,2],[-5,3],[-10,-8],[-9,-8],[-23,-8],[-31,-10],[-22,-14],[-6,-3],[-3,-1],[-8,-2],[-4,16],[1,5],[1,12],[-2,13],[2,24],[0,10],[-1,10],[-24,18],[-26,2],[-6,6],[-11,8],[-8,2],[-5,-3],[-2,-2],[-2,-1],[-4,-3],[-16,-3],[-10,0],[-7,-1],[-9,-1],[-7,-2],[-5,0],[-8,-3],[-14,-7],[-17,3],[-12,3],[-33,2],[-15,3],[-9,2],[-4,1],[-2,0],[-14,2],[-2,0],[-6,-2],[-4,-2],[-4,-1],[-6,10],[-4,6],[-9,13],[10,2],[-2,6],[-1,6],[-15,7],[-12,4],[-25,10],[-14,5],[-17,6],[-27,10],[-16,5],[-29,11],[-9,3],[-6,2],[-39,14]],[[5997,1562],[126,28],[18,147],[111,137],[487,127],[137,105],[-143,218],[-26,137],[-20,42],[-35,207],[128,-21],[36,-27],[70,5],[99,26],[67,29],[33,-22],[34,-37],[6,17],[16,-3],[16,6],[-23,35],[2,50],[-34,49],[-7,70],[-61,56],[-58,30],[-16,18],[-4,89],[-21,104],[-33,19],[-83,12],[-41,17],[-12,16],[-14,67],[-35,29]],[[6717,3344],[10,18],[-3,42],[57,9],[47,-53],[10,-33],[44,-14],[-9,-12],[7,-9],[26,0],[20,8],[3,12]],[[4634,3555],[21,-12],[5,-19],[16,-16],[76,-32],[46,-58],[25,-1],[27,24],[20,3],[47,-32],[49,-20],[-5,-42],[16,-14],[-41,-35],[5,-23],[90,17],[72,-8],[61,11],[67,-33],[58,21],[68,-8],[137,67],[18,88],[88,121],[25,5],[32,-31],[18,-8],[68,0],[32,14],[25,47],[26,6],[25,-10],[27,-27],[52,-11],[18,5],[28,32],[74,8],[74,-33],[47,-3],[17,-14],[16,-39],[19,-22],[21,-12],[51,-10],[32,-40],[64,-16],[37,-45],[41,-20],[49,-3],[159,23],[40,-6]],[[5997,1562],[-15,5],[0,2],[-8,49],[-4,24],[1,7],[2,17],[3,26],[1,9],[-4,12],[-11,7],[-17,9],[-9,7],[-20,20],[-13,12],[-13,13],[-7,9],[-7,16],[-18,7],[-23,5],[-28,6],[-6,1],[-9,-8],[-10,-13],[-19,-20],[-11,-11],[-55,-8],[-13,-19],[-22,-19],[-20,-23],[-4,-5],[-27,9],[-24,7],[-16,4],[-9,2],[-12,3],[-26,6],[-22,5],[-31,8],[-8,-12],[-4,-16],[-1,-4],[-1,-1],[-5,-3],[-4,-3],[-4,-1],[-4,-1],[-23,1],[-22,1],[-14,-1],[-8,-2],[-13,-2],[-14,-2],[-15,4],[-19,4],[-10,2],[-18,4],[-29,0],[-39,-12],[-11,-2],[-2,2],[-20,16],[0,24],[8,23],[4,14],[2,8],[5,15],[13,44],[-3,1],[-27,15],[-17,9],[-15,10],[-6,3],[-12,7],[-24,8],[-20,-5],[-22,-7],[-12,-4],[-8,-3],[-24,-18],[-69,17],[-1,15],[0,3],[-1,26],[-4,57],[0,5],[-7,5],[-10,8],[-9,11],[-4,3],[-2,6],[-3,8],[-1,4],[-1,2],[-9,8],[-7,6],[-23,23],[-2,2],[-29,29],[-9,8],[-12,12],[-11,10],[-7,8],[4,7],[10,15],[18,30],[10,17],[15,25],[18,24],[5,8],[-25,53],[-7,15],[-15,35],[-13,28],[-3,1],[-69,0],[-4,0],[-7,6],[-4,7],[-11,22],[3,10],[0,6],[-3,2],[-8,1],[-6,-3],[-9,-5],[-8,-6],[-11,-8],[-2,-4],[-5,-7],[-4,-7],[-9,-7],[-5,-3],[-7,-19],[-2,-7],[0,-3],[1,-4],[3,0],[4,-10],[1,-11],[-1,-7],[-3,-4],[-11,-27],[-20,-16],[-5,-4],[-6,-4],[-3,-2],[-14,-10],[-45,-33],[-5,-4],[-10,-10],[-32,-34],[-25,-25],[-6,-7],[-7,-7],[-8,-8],[-16,-5],[-17,4],[10,6],[2,5],[-3,7],[-17,7],[-5,8],[-4,13],[-12,8],[-30,13],[-6,3],[-10,-1],[-22,-3],[-8,-6],[-13,-4],[-13,-2],[-25,8],[-26,3],[-23,-3],[-4,0],[-14,-2],[-21,-3],[-19,-2],[-28,-7],[-9,-1],[-5,1],[-10,5],[-27,14],[-6,10],[-1,3],[0,4],[0,3],[2,12],[-1,8],[-2,7],[0,4],[15,4],[28,3],[3,-2],[21,-11],[19,-3],[21,-5],[6,-2],[12,-7],[23,-10],[8,-3],[10,4],[-9,-1],[-9,2],[-4,7],[-1,6],[-4,20],[-1,18],[-4,30],[-2,12],[18,15],[14,10],[8,8],[-3,8],[-5,5],[1,19],[7,21],[3,19],[-11,4],[-2,0],[-7,0],[-4,-1],[-3,0],[-15,3],[-7,7],[-6,12],[-1,8],[-1,8],[-2,3],[-2,1],[-2,2],[-17,5],[-2,1],[-9,3],[-4,2],[-21,2],[-11,0],[-6,0],[-7,2],[-2,4],[-2,5],[-2,6],[-17,4],[-19,-6],[-19,-6],[-14,-7],[-7,-9],[2,-4],[-1,-4],[-7,-16],[-28,-12],[-2,-1],[-9,-3],[-3,-2],[-15,-25],[-6,-10],[-9,-16],[-23,-5],[-10,-4],[-3,-8],[-6,-12],[-1,-2],[-11,-19],[-4,-7],[-15,-1],[-21,-10],[-18,-8],[-5,-2],[-2,-2],[-3,-1],[3,-23],[3,-22],[-4,-10],[-10,-6],[-14,-3],[-25,-6],[-12,-2],[-12,3],[-10,6],[-10,3],[-10,2],[-2,0],[-49,7],[-36,8],[-31,5],[-82,-29],[-14,-4],[-4,25],[-3,23],[-1,9],[-5,31],[7,13],[21,38],[16,28],[-24,30],[-7,0],[-32,-5],[-20,-2],[-33,-5],[-9,-1],[-23,-3],[-16,2],[-7,1],[-4,-1],[-3,-2],[-6,-3],[-11,-13],[-5,-5],[-20,-5],[-21,-2],[-14,-1],[-33,-16],[-10,-4],[-81,-38],[-15,-7],[-6,0],[-6,-5],[-1,-3],[18,-5],[12,3],[10,-12],[3,-6],[4,-18],[-4,-13],[-9,-12],[-10,-12],[-13,-10],[-1,-1],[12,-27],[5,-10],[2,-5],[74,-85],[7,-8],[6,-18],[7,-28],[2,-8],[-8,1],[-14,3],[-4,-1],[-2,-1],[-61,-29],[-11,-3],[-3,0],[-10,0],[-13,0],[-11,3],[-12,3],[-7,1],[-25,3],[-12,2],[-25,-2],[-13,56],[-2,9],[-56,-1],[-24,-1],[-53,-3]],[[2896,2077],[-13,24],[-14,1],[-5,10],[7,44],[-13,55],[29,29],[-137,265],[5,37],[34,85],[-1,47],[-20,31],[-74,79],[-13,40],[9,41],[17,26],[27,19],[63,25],[26,38]],[[2823,2973],[62,-7],[139,33],[53,21],[43,32],[17,47],[106,86],[186,-55],[35,-2],[66,8],[113,28],[67,34],[140,35],[69,43],[79,62],[19,26],[26,60],[25,25],[76,36],[117,-4],[34,13],[71,54],[80,30],[32,1],[156,-24]],[[2896,2077],[-20,-1],[-13,-1],[-39,-2],[-2,0],[-12,0],[-4,0],[-59,-3],[6,-19],[5,-12],[11,-16],[21,-11],[16,-8],[-14,-15],[-1,-2],[-3,-3],[-6,-7],[-61,-67],[-99,-110],[-176,-109],[-6,-4],[-21,-12],[-17,-11],[-24,-14],[-3,-3],[-3,-6],[-10,-4],[-8,-2],[-35,-5],[-26,4],[-20,9],[-14,-1],[-14,-5],[-16,-10],[-24,-14],[-16,-8],[-12,-18],[-10,-10],[-29,-5],[-2,-2],[-6,-12],[-2,-4],[-5,-8],[-20,0],[-17,-9],[-17,-5],[-7,8],[-14,14],[-13,-5],[-7,-3],[-7,-5],[4,-21],[-15,-10],[-27,-9],[-30,-5],[-20,17],[-5,6],[16,10],[13,8],[2,3],[7,14],[-8,9],[-5,5],[-6,-3],[-30,-15],[-5,-3],[-8,-5],[-20,-13],[-7,0],[-18,6],[-16,1],[-19,-4],[-17,-8],[-8,-2],[-7,1],[-17,8],[-15,0],[-13,-1],[-10,1],[-18,9],[-3,5],[0,8],[-2,27],[2,46],[-1,19],[15,34],[-23,7],[-18,14],[-11,4],[-3,-6],[-7,-6],[-17,6],[-7,10],[-20,15],[-66,13],[-12,-2],[-12,-2],[-4,0],[-21,6],[-25,7],[-9,15],[-6,1],[-13,1],[-12,6],[-46,24],[-32,0],[-14,0],[-15,3],[-12,5],[-21,11],[-8,4],[-6,3],[-53,21],[-12,-9],[-12,-11],[6,-8],[4,-12],[-5,-8],[-5,-7],[-13,3],[-5,3],[-5,5],[-5,6],[-8,6],[-8,4],[-7,-2],[-9,-9],[-10,-9],[-14,-1],[-9,-5],[-6,-9],[-4,-6],[-11,0],[-11,17],[-19,-3],[-8,-1],[-6,-1],[3,-12],[9,-41],[3,-15],[15,-68],[-48,-4],[-63,-6],[-16,-2],[-38,-3],[-25,0],[-3,0],[-37,13],[-13,2],[-6,27],[-17,15],[-12,-5],[-10,6],[-27,16],[-6,4],[-14,20],[-20,10],[-4,2],[-7,7],[-2,5],[2,3],[14,11],[-2,12],[-3,6],[-10,6],[-6,2],[-6,4],[-7,9],[-4,13],[1,2],[3,2],[6,1],[17,8],[-12,12],[-3,2],[-29,27],[-1,1],[65,64],[-5,23],[-12,13],[-11,12],[-1,19],[3,10],[1,5],[-18,29],[-1,2],[-2,2],[-1,3],[-7,10],[-25,20],[-108,182]],[[555,2268],[191,528],[158,79],[80,-142],[205,104],[276,428],[212,159]],[[1677,3424],[127,-52],[51,-42],[69,-19],[25,6],[45,51],[40,20],[45,10],[45,-5],[37,-28],[94,-16],[13,-54],[39,-42],[4,-63],[27,-56],[121,-13],[60,-15],[70,-2],[122,-81],[112,-50]],[[5441,5113],[166,-134]],[[5607,4979],[-27,-97],[34,-23],[6,17],[60,-43],[14,0],[-2,-115],[20,-12],[77,-6],[-18,-9],[29,-17],[-7,-25],[42,-10],[-4,-20],[40,-18],[-4,-13],[-35,-6],[-7,-18],[5,-18],[20,1],[-4,-10],[10,-9],[-21,7],[-31,-2],[18,-8],[0,-7],[-23,-18],[4,-39],[-34,-14],[-30,-31],[60,-35],[38,5],[24,26],[31,-5],[20,16],[-10,9],[10,16],[15,-4],[3,13],[-8,1],[10,16],[-19,15],[24,5],[6,-6],[3,9],[13,3],[9,-18],[-9,-12],[9,-4],[2,-29],[14,-7],[5,-20],[-9,-25],[-3,-73],[31,-3],[-8,-25],[54,-20],[-8,-18],[7,-45],[-6,1],[-3,-13],[13,-16],[2,-19],[25,-21],[18,-5],[9,-11],[3,-25],[27,-29],[-19,-25],[16,-20],[6,-27],[-17,-3],[1,-10],[-10,3],[-25,-20],[-47,25],[-68,15],[-23,14],[-22,27],[-67,18],[-61,36],[-38,-3],[-81,7],[-46,-28],[-74,-23],[-79,1],[-45,-39],[-35,-11],[-52,22],[-72,13],[-69,45],[-27,-11],[-26,-40],[-21,-13],[-39,5],[-35,21],[-73,-114]],[[4993,3928],[-39,14],[-8,-9],[-103,51],[-79,15],[23,35],[-24,38],[-13,-9],[-2,9],[-20,4],[-11,-23],[-18,-7],[-20,4],[-32,23],[-28,0],[-65,-57],[-48,14],[-19,-2],[-54,-65],[-95,-20],[-16,56],[-26,44],[-35,24],[-67,82],[94,20],[-24,41],[-105,-14],[-12,27],[28,16],[-8,21],[25,12],[30,43],[44,27],[43,14],[18,22],[-77,1],[-28,-7],[10,19],[-2,7],[-16,-1],[-8,99],[6,9],[-81,51],[39,21],[6,34],[53,19],[12,-14],[33,-3],[9,-8],[47,6],[-2,57],[45,19],[-89,57],[-27,4],[-74,72],[-26,-3],[-1,55],[-13,9],[-6,22]],[[4137,4903],[47,1],[38,12],[31,15],[12,14],[9,-3],[15,29],[30,20],[10,-9],[20,10],[10,-9],[13,8],[16,-8],[11,7],[19,-1],[15,13],[2,16],[27,23],[-7,38],[18,3],[21,-9],[28,0],[17,1],[11,8],[5,-4],[5,12],[33,24],[33,-4],[16,31],[25,17],[17,-4],[1,-65],[6,-5],[15,24],[30,-20],[18,17],[5,-4],[17,10],[14,-14],[1,-16],[-14,15],[-22,-11],[-6,-16],[-16,3],[-28,-19],[-17,2],[12,-18],[-3,-11],[14,-13],[-2,-16],[9,-8],[11,13],[7,-2],[6,-42],[30,-27],[-39,-15],[2,-7],[-13,-11],[5,-3],[-5,0],[0,-34],[-8,-2],[0,-13],[6,0],[1,-25],[-27,6],[-9,-5],[37,-15],[-11,-46],[23,-3],[10,-58],[182,51],[171,-11],[59,95],[14,63],[103,188],[97,-16],[71,43]],[[4993,3928],[-2,-12],[-31,-38],[1,-12],[-10,1],[-37,-56],[2,-19],[-12,-15],[-53,3],[-25,-43],[-65,-13],[-2,-19],[26,-17],[-8,-8],[-132,-2],[-27,11],[15,-46],[-3,-9],[78,-12],[-11,-75],[-63,8]],[[1677,3424],[209,155],[224,72],[47,203],[-77,35],[30,224],[192,48],[187,3],[21,16],[62,77],[225,224],[-3,14],[14,22],[29,6],[78,68],[177,200],[189,291],[91,172]],[[3372,5254],[209,-77],[13,24],[10,-4],[25,10],[31,-2],[37,-14],[-56,-110],[-50,-42],[5,-26],[-17,-85],[-21,-10],[-8,-15],[14,-25],[34,-8],[31,7],[46,-15],[37,0],[34,5],[92,49],[15,-16],[17,1],[49,25],[49,-5],[0,-64],[24,-22],[23,28],[45,11],[34,31],[19,4],[24,-6]],[[8880,4541],[-7,-14],[-1,-14],[-4,-21],[0,-12],[-4,-7],[-7,-5],[-2,0],[-7,-2],[-8,-3],[-2,-5],[-2,-3],[3,-7],[4,-3],[3,-2],[4,-3],[2,-7],[-8,-11],[-7,-4],[-19,-18],[-3,-2],[-52,-6],[-22,-4],[-23,-10],[-1,-15],[-13,-26],[-4,-13],[-1,-27],[0,-5],[0,-10],[18,0],[33,0],[6,0],[8,0],[87,-35],[5,-2],[3,-3],[24,-18],[21,-15],[39,-29],[24,-16],[6,-4],[4,-3],[21,-14],[-9,-10],[45,-5],[8,-22],[1,-2],[-2,-24],[2,-8],[5,-8],[1,-4],[0,-4],[-1,-5],[-9,-21],[-16,0],[-16,-1],[-3,-3],[-4,-4],[-11,-3],[-13,-4],[-12,-21],[-2,-19],[-2,-12],[3,-4],[-4,-14],[-2,-6],[-14,-24],[-24,-24],[-9,-8],[-4,-4],[-8,-8],[-20,-5],[-22,-18],[-21,-13],[-24,-14],[-5,-8],[-25,-8],[-1,1],[-43,33],[-14,11],[-12,16],[-20,10],[-24,-6],[-14,-7],[-9,-5],[-17,-8],[-23,-9],[-25,-9],[-5,-6],[-4,-5],[-15,-1],[-6,4],[-22,-7],[-31,-9],[-43,-11],[-15,-7],[-18,-9],[-20,-12],[-5,-4],[-10,-2],[-8,1],[-11,6],[-10,-3],[-8,-6],[-15,-12],[-15,-12],[-2,-1],[-9,-5],[-2,-1],[-9,-1],[-20,-8],[-12,-6],[-11,-16],[-3,-5],[-4,-4],[-6,-2],[-23,-8],[-21,-6],[-15,-10],[-5,0],[-3,1],[-3,0],[-6,2],[-2,1],[-6,3],[-5,5],[-5,4],[-4,5],[-6,8],[-7,9],[-6,1],[-5,-2],[-17,-10],[-12,-6],[-13,10],[-14,11],[-20,8],[-23,4],[-29,6],[-7,0],[-7,-20],[0,-7],[1,-6],[22,-13],[20,-11],[-1,-20],[-3,-24],[-2,-16],[9,-24],[-12,-1],[-11,2],[-14,9],[-4,3],[-7,2],[-12,3],[-3,0],[-3,0],[-5,0],[-5,0],[-5,-1],[-22,13],[-3,14],[-3,6],[-3,4],[-2,3],[-4,2],[-2,2],[-6,3],[-6,2],[-9,3],[-14,2],[-22,2],[-4,0],[-28,0],[-3,0],[-15,-4],[-14,-3],[-8,15],[-3,10],[1,3],[-5,17],[-2,7],[-3,5],[-2,5],[-11,5],[-14,7],[-18,8],[-8,2],[-5,0],[-3,0],[-4,0],[-4,-2],[-2,-2],[-8,-11],[-9,-7],[-6,1],[-10,1],[-29,3],[-14,1],[-28,-3],[-18,-3],[-7,-1],[-3,1],[-14,5],[-5,3],[-6,3],[-5,3],[-14,8],[-8,6],[-2,2],[-16,15],[-8,15],[10,3],[12,7],[-9,11],[-3,1],[-28,21],[-16,6],[-11,1],[-12,6],[-12,5],[-7,-2],[-31,-8],[-20,-6],[-20,3],[-11,-2],[-10,-3],[-7,-11],[-1,-5],[0,-7],[6,1],[3,1],[2,0],[3,0],[10,-3],[4,-1],[11,-5],[23,-11],[8,-10],[4,-5],[6,-11],[4,-10],[0,-8],[2,-6],[7,-11],[14,-7],[11,-5],[9,-6],[9,-10],[-2,-26],[4,-22],[1,-15],[-55,17],[-17,4],[-15,1],[-38,1],[-18,2],[-18,4],[-15,4],[-21,14],[-14,11],[-21,14],[-16,10],[-4,-10],[-5,-11],[-15,-13],[-11,-18],[-17,-9],[-12,-10],[-10,-6],[-11,2],[-13,-1],[-16,-15],[-2,-1],[-5,-4],[-5,-4],[-2,-1],[-19,-7],[-14,-6],[-7,-1],[-13,-1],[-3,0],[-3,0],[-6,3],[-4,1],[-11,3],[-7,1],[-6,1],[-17,9],[-4,2],[-20,-19],[-20,-21],[-3,-3],[30,-22],[-3,-3],[-2,-2],[-7,-3],[-6,4],[-5,2],[-3,-2],[-2,-5],[1,-4],[4,-6],[3,-2],[16,-2],[14,-9],[9,-6],[21,-20],[6,-12],[-10,-22],[5,-14],[25,-2],[-4,-19],[1,-11],[5,-10],[7,-5],[6,-5],[0,-3],[-2,-7],[-4,-4],[-13,-9],[-14,-10],[-18,-8],[-29,-19],[-8,-6],[-4,-6]],[[5607,4979],[142,34],[22,12],[11,-4],[135,34],[102,259],[30,36],[42,6],[15,-12],[6,9],[74,28],[19,-18],[60,44],[51,11],[19,16],[22,4],[43,31],[-10,12],[10,5],[14,-13],[157,112],[43,58],[-16,18],[38,61],[21,-8],[13,24],[13,57],[14,15],[18,61]],[[6715,5871],[29,12],[21,-12],[58,-67],[39,-80],[28,8],[39,26],[13,-1],[17,-25],[100,91],[13,7],[26,-1],[11,13],[63,-32],[36,-55],[57,-26],[18,-19],[6,-82],[42,-41],[-9,-8],[5,-13],[-18,-62],[20,-17],[28,-9],[-13,-25],[2,-27],[-12,-16],[-102,-31],[-1,-23],[30,-9],[10,-12],[-46,-21],[-1,-57],[-10,-36],[-12,-11],[33,-6],[2,-18],[9,-1],[-1,-34],[17,-5],[24,4],[24,-43],[3,-34],[23,-22],[7,-27],[13,-9],[-16,-30],[47,-16],[17,6],[9,-6],[-1,-9],[-27,-18],[0,-19],[13,-17],[33,-10],[6,-23],[12,9],[-16,24],[13,-5],[-11,7],[34,16],[13,2],[16,-15],[31,0],[37,-10],[-5,18],[18,-10],[66,-6],[24,7],[27,-9],[-1,5],[51,10],[12,-6],[2,-12],[55,1],[43,5],[-1,30],[27,9],[5,9],[37,0],[37,15],[19,-12],[64,-1],[0,-17],[28,-44],[44,-37],[21,-35],[36,-9],[0,-22],[22,-35],[25,-7],[9,-10],[53,14],[96,-14],[84,17],[39,-30],[-8,-14],[22,-20],[45,34],[23,-20],[12,23],[68,-35],[2,-17],[-10,-7],[8,-5],[-5,-15],[6,-31],[-28,-36],[130,-40],[112,-1]],[[8759,6234],[-1,-3],[15,-11],[12,-10],[3,-5],[6,-12],[0,-2],[-2,-7],[-7,-29],[-7,-24],[-4,-26],[96,-70],[20,-14],[-1,-7],[-31,-7],[-3,0],[-3,0],[-16,5],[-13,4],[-31,4],[-13,-33],[-3,-6],[-8,-10],[-79,16],[-6,0],[22,-41],[10,-19],[4,-9],[21,-35],[2,-6],[-3,-11],[-4,-25],[-1,-7],[-3,-21],[-5,-27],[-1,-11],[-2,-10],[32,-18],[17,-9],[6,-4],[8,-1],[28,-16],[23,-14],[28,-15],[32,-9],[12,-3],[92,0],[2,0],[15,1],[11,0],[17,1],[11,-1],[4,-1],[25,-1],[12,-20],[7,-6],[32,-5],[30,-7],[16,-4],[9,-3],[33,-12],[2,-1],[52,-13],[32,-8],[13,4],[3,1],[19,14],[10,8],[7,6],[8,13],[8,18],[9,13],[10,22],[21,13],[4,1],[9,-7],[5,-6],[2,-11],[10,-21],[3,-7],[8,-19],[5,-14],[5,-20],[2,-6],[4,-17],[2,-6],[21,-17],[15,-22],[6,-14],[6,-11],[4,-10],[5,-10],[2,-3],[1,-2],[23,-3],[18,-5],[9,-6],[5,-7],[12,-17],[2,-4],[8,-24],[4,-10],[7,-21],[1,-20],[-1,-37],[0,-13],[-33,-39],[-5,-12],[-1,-6],[-1,-9],[-7,-10],[-14,-18],[0,-4],[0,-10],[-4,-17],[-13,-18],[-15,-22],[-2,-4],[-15,-30],[-1,-9],[0,-7],[0,-3],[5,-24],[3,-20],[15,-23],[16,-34],[36,-32],[18,-15],[2,-2],[-11,-21],[-10,-5],[-43,-19],[-28,-6],[-17,-1],[-9,2],[-8,4],[-6,0],[-18,3],[-32,-5],[-8,-6],[-4,-4],[-7,-7],[-3,-4],[-2,-7],[-1,-10],[0,-2],[-3,-11],[-12,-19],[-15,-26],[-8,-9],[-5,-9],[-2,-9],[-11,-14],[-13,-15],[-5,-2],[-7,-1],[-23,-5],[-6,-1],[-24,-1],[-11,0],[-14,-2],[-7,-2],[-6,-3],[-5,-3],[-2,-3],[1,-8],[-1,-6],[-38,-29],[-20,-19],[-9,-37],[-2,-7],[-4,-15],[-5,-17],[-15,-16],[-28,-25],[-22,-3],[-3,0],[-40,-3],[-14,-1],[-3,0],[-39,1],[-6,0],[-63,0],[-32,0],[-1,-2]],[[6715,5871],[-22,108],[-105,94],[-81,6],[0,88],[143,0],[8,10],[156,29],[25,-19],[41,5],[55,26],[-1,7],[81,15],[52,28],[17,18],[-25,27],[-56,20],[-31,26],[-70,17],[-16,-4],[-6,8],[2,13],[38,34],[8,-2],[23,17],[7,26],[-15,19],[-10,-1],[-7,27],[-22,11],[-49,119],[-39,35],[-24,5],[-87,63],[-58,13],[-42,-3],[0,10],[-36,29],[-21,33]],[[6548,6828],[60,36],[10,-13],[24,-6],[6,-19],[14,6],[3,-9],[27,2],[6,6],[6,-9],[48,-12],[8,10],[36,13],[7,13],[21,7],[35,32],[-3,12],[9,4],[-9,7],[18,3],[-9,6],[47,14],[24,-14],[7,22],[28,9],[8,0],[31,-69],[10,-1],[14,-16],[67,19],[16,-25],[69,37],[-17,37],[22,7],[46,-2],[16,15],[78,37]],[[7331,6987],[77,-85],[-6,-1],[67,-48],[59,-67],[-69,-69],[-11,-20],[-28,-14],[-72,-19],[-17,-20],[87,-194],[33,-22],[-14,-22],[47,-14],[-7,21],[13,3],[19,-19],[19,26],[36,6],[11,-12],[28,-4],[10,-13],[17,4],[13,-25],[39,-7],[10,-14],[23,14],[15,-7],[5,-12],[19,-4],[5,14],[30,1],[31,12],[15,-17],[-6,-21],[18,-14],[18,-2],[30,-27],[25,-9],[-3,-14],[16,-12],[-1,-11],[14,-16],[-5,-12],[8,-23],[16,-4],[3,-11],[28,18],[19,-5],[14,18],[22,-9],[6,14],[25,17],[8,-30],[27,-14],[18,-3],[15,6],[9,26],[16,4],[25,-22],[27,3],[49,-18],[16,1],[-12,107],[94,64],[149,28],[162,-66],[65,-18],[-18,-23],[13,-7],[-14,-37],[28,-3]],[[5441,5113],[-72,58],[-44,25],[-140,34],[-21,2],[-173,-24],[-167,172],[-1,60],[140,90],[116,0],[-83,168],[-121,139],[-97,235],[474,218],[12,107],[59,40],[3,10],[33,2],[144,-55],[39,296]],[[5542,6690],[612,127],[70,93],[119,13],[6,10],[39,-15],[-9,35],[58,-14],[86,-75],[13,-45],[12,9]],[[9675,6933],[-50,-90],[-6,-78],[-4,-64],[-2,-45],[-1,-7],[-4,-75],[-2,-24],[-2,-21],[-1,-15],[-1,-17],[-3,-26],[-2,-30],[-2,-24],[-7,-75],[-4,-52],[2,-4],[-33,-35],[-7,0],[-2,1],[-23,5],[-18,4],[-20,3],[-2,1],[-12,5],[-2,0],[-30,10],[-29,12],[-13,-2],[-12,-3],[-3,-3],[-4,-2],[-3,-1],[-36,-5],[-30,-8],[-2,0],[-11,2],[-10,4],[-6,2],[-30,7],[-8,10],[-10,8],[-23,11],[-3,1],[-3,0],[-9,0],[-3,0],[-20,-2],[-19,6],[-16,-4],[-15,-6],[-23,-2],[-18,5],[-14,5],[-2,0],[-2,0],[-12,-1],[-2,-1],[-3,-2],[-1,-2],[-2,-1],[-4,-3],[-3,-1],[-8,-3],[-4,0],[-6,0],[-15,3],[-16,8],[-17,1],[-25,4],[-10,0],[-2,0],[-11,-2],[-4,-1],[-10,-5],[-12,-11],[-22,6],[-20,-6],[-18,-4],[-3,-1],[-20,-21],[-18,-19],[-16,-6],[-6,-2],[-5,-2],[-6,-5],[0,-4]],[[7331,6987],[210,121],[61,75],[58,48],[111,-9],[77,-62],[142,88],[83,129],[-157,206],[12,111],[-150,46],[24,43]],[[7802,7783],[70,-23],[30,66],[16,2],[5,47],[41,92],[-3,13],[52,46],[12,37],[85,32],[11,28],[80,24],[19,-2],[14,-16],[29,6],[16,-10],[6,4],[36,-9],[9,-38],[17,-18],[16,8],[27,-39],[11,-39],[42,20],[14,-24],[-7,-8],[9,-28],[29,-3],[35,-30],[-2,-9],[8,1],[33,-46],[-6,-12],[20,-10],[-5,-22],[98,39],[47,11],[104,-5],[33,-27],[444,-392],[193,-228],[27,-19],[45,-11],[-74,-142],[61,0],[8,-26],[7,2],[40,-47],[16,-13],[16,8],[-10,-16],[0,-23],[49,-1]],[[3372,5254],[160,339],[1,48],[-24,1],[-19,10],[-17,23],[-2,21],[12,17],[38,21],[40,4],[52,119],[48,233],[50,319],[17,159],[20,87],[56,142],[91,290],[-155,18],[40,170],[-79,64],[-1,64],[178,76],[-1,149],[70,135],[249,315],[-1,105]],[[4195,8183],[560,-236],[285,-484],[168,-410],[334,-363]],[[4195,8183],[53,60],[162,90],[288,180],[144,31],[36,149],[144,60],[36,75],[435,75],[472,134],[145,74],[218,-75],[326,14],[291,28],[109,29],[109,-1],[145,14],[38,89],[145,-31],[327,41],[74,44]],[[7892,9263],[-1,-59],[36,7],[37,-8],[35,-45],[-9,-30],[-28,-15],[-72,9],[-3,-169],[-377,-110],[-64,-83],[5,-38],[21,-39],[103,-28],[27,-44],[17,-1],[35,19],[80,-24],[-16,-96],[24,-5],[9,-9],[-38,-18],[-24,-44],[-20,5],[-16,-10],[-5,-37],[10,-27],[-24,-4],[-17,-17],[-2,-16],[-13,-3],[7,-12],[-14,-12],[4,-14],[-31,-12],[16,-10],[-23,-6],[3,-9],[-6,0],[26,-14],[12,-41],[-26,-39],[-23,-20],[-24,-5],[0,-17],[-16,-14],[-36,-70],[-7,-107],[72,-67],[76,-8],[62,3],[50,-24],[19,-24],[59,-19]],[[8443,9346],[8,-5],[8,-5],[4,-3],[7,-3],[16,-7],[12,-4],[9,-2],[9,-4],[4,-3],[4,-4],[1,-1],[3,-7],[2,-7],[1,-3],[1,-3],[1,-3],[6,-10],[7,-8],[2,-3],[2,-2],[6,-5],[2,-2],[6,-4],[4,-2],[5,-2],[44,-8],[8,-1],[4,-1],[10,-2],[8,-3],[5,-4],[2,-2],[20,-17],[6,-8],[5,-7],[7,-11],[9,-14],[11,-12],[12,-10],[15,-13],[16,-9],[18,-9],[20,-9],[8,-3],[71,-23],[11,-4],[11,-5],[66,-29],[13,-5],[11,-4],[26,-7],[16,-3],[57,-12],[28,-6],[15,-4],[11,-3],[12,-4],[29,-12],[7,-4],[9,-4],[5,-3],[7,-4],[5,-5],[3,-3],[2,-3],[3,-5],[0,-2]],[[9219,8947],[1,-2],[-1,-6],[-3,-7],[-8,-15],[-6,-10],[-7,-11],[-4,-11],[-5,-13],[-1,-4],[-2,-8],[-2,-9],[0,-26],[0,-9],[2,-7],[4,-8],[4,-7],[3,-8],[4,-18],[0,-9],[0,-12],[-1,-10],[3,-11],[3,-9],[7,-19],[3,-17],[3,-10],[3,-7],[5,-7],[5,-8],[7,-7],[7,-7],[40,-35],[12,-8],[21,-13],[6,-3],[6,-2],[58,-21],[27,-11],[7,-3],[17,-9],[17,-3],[29,-9],[60,-19],[5,-1],[4,-4],[4,-4],[10,-8],[4,-2],[5,-1],[8,-2],[19,0],[10,1],[11,3],[15,4],[6,2],[10,3],[28,6],[6,1],[9,1],[220,20]],[[9917,8518],[20,-137],[18,-103],[7,-32],[2,-17],[-5,-2],[6,-15],[8,-23],[2,-6],[1,-31],[0,-20],[0,-5],[-3,-6],[-2,-3],[-12,-24],[33,-20],[7,-4],[0,-2],[-32,-9],[-6,-1],[-7,-1],[-7,0],[-4,0],[-32,-49],[-3,-14],[0,-9],[0,-15],[-8,-19],[-6,-10],[-11,-10],[2,-24],[3,-12],[4,-20],[48,-28],[-2,-29],[-4,-37],[-2,-41],[5,-33],[7,-52],[4,-28],[15,-106],[11,-25],[1,-2],[-2,-4],[-17,-18],[-20,-58],[-28,-82],[-16,-47],[-1,-3],[-2,-6],[-1,-2],[-26,-35],[-33,-43],[-9,-13],[-45,-64],[-10,-14],[-26,-36],[-9,-13],[-8,-11],[-12,-17],[-6,-8],[-42,-48],[2,-6],[11,-33]],[[7892,9263],[183,88],[368,-5]],[[555,2268],[-31,52],[-127,72],[-76,43],[-321,228],[17,68],[24,65],[30,61],[37,57],[48,59],[53,53],[53,44],[60,41],[5,54],[10,55],[15,53],[20,51],[24,49],[31,50],[34,46],[39,43],[34,33],[39,33],[51,37],[55,33],[52,47],[58,43],[54,34],[60,31],[51,21],[67,23],[37,16],[58,62],[63,53],[76,53],[99,59],[9,54],[15,58],[18,51],[24,53],[25,46],[31,48],[49,62],[42,47],[42,39],[60,49],[54,36],[55,31],[56,27],[62,23],[75,24],[69,15],[36,37],[38,34],[39,31],[45,30],[39,42],[43,39],[48,37],[51,34],[17,17],[70,83],[28,46],[28,38],[76,123],[87,159],[41,88],[-6,39],[-2,37],[-1,38],[3,39],[5,39],[8,40],[10,37],[13,37],[26,58],[33,56],[40,54],[44,49],[15,101],[25,202],[15,85],[15,122],[11,61],[24,101],[18,63],[19,56],[28,60],[19,50],[9,36],[-34,59],[-27,62],[-20,63],[-15,68],[-6,66],[1,64],[8,65],[15,62],[25,68],[34,66],[40,61],[52,63],[19,56],[17,41],[48,94],[48,79],[74,103],[5,68],[12,67],[21,65],[30,64],[29,51],[35,49],[37,43],[42,42],[63,51],[72,47],[52,28],[50,22],[56,21],[56,17],[60,47],[85,54],[46,68],[52,59],[62,55],[70,50],[70,40],[69,32],[71,54],[80,47],[90,41],[93,33],[74,20],[79,14],[70,17],[263,55],[108,25],[200,52],[39,27],[43,27],[92,46],[96,34],[102,24],[67,10],[67,6],[68,0],[69,-4],[84,-12],[96,-21],[75,-21],[78,-28],[89,6],[19,3],[94,32],[76,37],[79,29],[74,21],[78,15],[76,9],[79,3],[105,-6],[101,-17],[98,9],[79,33],[83,28],[78,41],[83,33],[94,28],[47,8]],[[7986,9989],[-17,-14],[-26,-23],[-33,-34],[-34,-41],[161,-399],[333,-72],[45,-43],[6,-3],[5,-2],[6,-4],[5,-3],[6,-5]],[[9219,8947],[7,3],[30,13],[7,3],[3,2]],[[9266,8968],[3,-5],[19,-36],[26,-77],[22,-70],[18,-27],[24,-31],[59,-93],[2,-18],[-3,-23],[5,-15],[25,-18],[32,-7],[103,-1],[95,21],[24,5],[51,3],[95,2],[41,-4],[9,-48],[1,-8]],[[7986,9989],[53,10],[150,-257],[41,-70],[39,-70],[17,-29],[4,-6],[30,-43],[11,-16],[8,-14],[27,-25],[27,-28],[23,-22],[17,-13],[21,-12],[7,-4],[16,-8],[25,-13],[21,-3],[22,-3],[32,22],[23,-18],[47,-32],[100,-60],[101,-58],[100,-64],[70,-42],[91,-83],[40,-14],[40,2],[40,-12],[20,-14],[17,-22]]],"transform":{"scale":[0.00041499599959995894,0.0003010835083508194],"translate":[3.077549999999803,50.75066]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/NO.json b/dist-amd/map/TopoJSON/NO.json new file mode 100644 index 0000000000..57e53cbd88 --- /dev/null +++ b/dist-amd/map/TopoJSON/NO.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2]]},{"type":"Polygon","arcs":[[3,-3,4,5]]},{"type":"Polygon","arcs":[[6,7,8,9]]},{"type":"Polygon","arcs":[[-7,10,11,12]]},{"type":"Polygon","arcs":[[13,-5,-2,14,15]]},{"type":"Polygon","arcs":[[16,17,18]]},{"type":"Polygon","arcs":[[-9,19,-6,-14,20,21]]},{"type":"Polygon","arcs":[[22,-12,23,-17,24,25]]},{"type":"Polygon","arcs":[[26,-21,-16,27,28]]},{"type":"Polygon","arcs":[[-18,-24,-11,-10,-22,-27,29,30]]},{"type":"Polygon","arcs":[[31,32,-25,-19,-31,33,34]]},{"type":"Polygon","arcs":[[-34,-30,-29,35,36]]},{"type":"Polygon","arcs":[[37,-26,-33,38]]},{"type":"Polygon","arcs":[[-35,-37,39,40]]},{"type":"Polygon","arcs":[[41,-39,-32,-41,42,43]]},{"type":"Polygon","arcs":[[44,-44,45,46]]},{"type":"Polygon","arcs":[[47,-47,48,49]]},{"type":"Polygon","arcs":[[50,-50,51,52]]},{"type":"Polygon","arcs":[[-53,53]]}]}},"arcs":[[[1548,116],[-70,-36],[-5,-2],[-28,-13],[-28,-12],[-47,-21],[-20,-9],[-14,-7],[-6,-2],[-4,-1],[-12,-4],[-5,-2],[-6,-2],[-6,-1],[-6,-1],[-20,-2],[-6,-1],[-6,0],[-5,0],[-33,1],[-76,1],[-21,0],[-6,1],[-6,0],[-6,1],[-6,1],[-3,0],[-68,16],[-3,1],[-6,1],[-6,2],[-5,2],[-6,2],[-33,15],[-92,41],[-6,2],[-5,3],[-5,3],[-14,9],[-5,4],[-5,4],[-5,4],[-4,3],[-11,10],[-3,3],[-25,24],[-40,38],[-5,5]],[[745,197],[81,183],[24,10],[5,4],[9,4],[13,9],[10,4],[6,6],[18,33],[-5,32],[5,11],[8,9],[0,6],[-4,4],[-2,8],[2,2],[-3,3],[-2,11],[-4,5],[-3,-3],[2,6],[0,7],[7,18],[-2,4],[3,1],[-1,4],[2,6],[-3,5],[0,12],[-6,6],[-2,3],[1,4],[6,10],[3,12],[-11,-8],[-19,10],[-12,-14],[-5,10],[1,3],[-4,6],[-3,4],[-11,6],[5,11],[9,6],[13,-1],[32,12],[8,7],[0,5],[-6,17],[-12,11],[1,15],[-1,2],[-2,1],[-3,-2],[-10,4],[-3,-2],[-2,1],[17,55],[14,24],[-1,2],[3,2],[-2,3],[-8,-3],[-2,3],[-3,1],[-2,18],[26,22],[11,33],[14,6],[1,6],[7,9],[11,13],[9,6],[3,9],[42,45],[-2,2],[1,3],[-1,2],[1,6],[-4,7],[-4,0],[0,3],[7,10],[9,5],[-1,7],[6,5]],[[1030,1044],[1,5],[20,1],[4,-3],[32,-10],[29,-8],[8,-7],[2,-6],[-2,-2],[-3,1],[-2,-2],[-9,-4],[5,-10],[-5,-8],[-2,-33],[-4,-16],[4,-9],[7,-6],[2,-8],[-3,-2],[0,-6],[-20,2],[-3,-5],[1,-7],[6,-13],[5,0],[2,-3],[1,-8],[1,0],[3,-9],[2,-1],[-2,-3],[-2,-11],[2,-3],[-2,-7],[-9,-14],[-10,-2],[-1,-1],[-5,0],[-6,-3],[0,-2],[2,-1],[-2,-3],[0,-2],[7,0],[2,-2],[-2,-6],[0,-4],[-12,-17],[-5,-3],[-3,-3],[8,-2],[33,3],[6,-2],[-2,7],[2,5],[22,2],[10,4],[9,-1],[17,7],[5,1],[2,-2],[5,0],[0,6],[13,-1],[-1,3],[10,3],[10,9],[4,0],[4,-2],[0,-9],[4,-1],[10,2],[0,1],[26,-7],[1,-10],[4,-4],[9,-28],[10,-16],[8,-8],[0,-5],[-1,-6],[-6,-6],[1,-4],[-2,-7],[2,-5],[-4,-7],[-2,-9],[-2,-3],[-1,-7],[1,-6],[-7,3],[-1,-2],[-21,2],[0,-37],[-2,-7],[21,-13],[2,-5],[3,-4],[-1,-8],[-5,-6],[-1,-5],[-7,-8],[1,-2],[-7,-6],[-12,-5],[-4,-8],[5,-28],[-2,-6],[13,-22],[5,-4],[5,5],[14,4],[10,-3],[14,-9],[3,16],[24,-6],[14,3],[4,-11],[-4,-16],[-6,-7],[20,-4],[4,-6],[2,-7],[7,3],[12,-10],[-2,-12],[-3,-3],[5,-4],[-4,-8],[10,-9],[6,-11],[6,-1],[2,-2],[-1,-3],[3,2],[-2,12],[1,5],[-1,3],[2,3],[9,6],[8,15],[10,1],[-3,-15],[7,-8],[0,-14],[-3,-7],[10,-4],[-11,-12],[-2,-6],[17,-1],[5,2],[4,-9],[12,10],[9,-7],[0,-4],[-6,-9],[19,-12],[-5,-9],[-3,-20],[-9,-7],[-6,-17],[1,-2],[3,0],[0,-4],[2,-7],[-1,-3],[11,-4],[1,-3],[4,-1],[-8,-22],[10,-6],[59,-133]],[[2017,620],[-50,-59],[-61,-72],[-23,-27],[-84,-101],[-45,-55],[-4,-5],[-4,-5],[-26,-25],[-34,-34],[-8,-9],[-39,-37],[-43,-43],[-4,-4],[-5,-4],[-5,-4],[-5,-4],[-5,-3],[-6,-3],[-3,-2],[-15,-8]],[[1030,1044],[-12,3],[-21,-2],[-3,7],[1,43],[-6,14],[2,35],[6,13],[7,24],[9,22],[4,-4],[2,-1],[0,2],[4,-1],[1,1],[1,5],[3,-1],[0,2],[-14,13],[-4,7],[16,5],[8,7],[3,-1],[15,12],[3,10],[6,5],[-3,7],[-5,4],[1,4],[-10,5],[-5,6],[6,5],[0,13],[4,41],[8,-1],[13,-7],[5,13],[9,11],[4,24],[14,8],[22,3],[5,2],[1,2]],[[1130,1404],[8,-5],[3,1],[15,-8],[2,2],[3,0],[6,-6],[0,-2],[3,-3],[4,3],[1,-2],[11,-6],[-1,-2],[9,-1],[2,11],[4,2],[-3,7],[6,-3],[9,2],[-1,-2],[4,-5],[-2,-1],[1,-4],[1,-1],[0,3],[1,2],[6,-3],[5,-5],[-3,-4],[11,-17],[12,-5],[-2,-5],[7,-6],[-14,-18],[8,-28],[18,-16],[3,-17],[11,-12],[-16,-16],[-5,-2],[6,-2],[0,-1],[-3,-7],[-11,-14],[-2,-5],[20,-16],[1,-8],[6,-13],[-1,-9],[2,-3],[-1,-2],[4,2],[7,2],[11,-1],[8,-5],[7,-26],[3,-22],[5,-7],[3,0],[2,-12],[2,-5],[8,-5],[-2,-5],[-4,0],[-5,-5],[-2,-7],[2,-2],[-5,-18],[-2,-3],[4,-17],[10,-6],[5,-9],[8,-5],[9,-20],[7,-8],[7,-13],[0,-3],[3,-7],[0,-6],[9,-9],[4,-13],[10,-2],[-1,-6],[2,-8],[8,-9],[1,-5],[6,-4],[9,2],[10,-8],[7,-3],[13,-1],[2,2],[9,3],[5,4],[-1,2],[-8,2],[-2,-2],[-6,1],[-4,5],[7,3],[11,7],[10,-3],[6,1],[18,-9],[1,-5],[25,-20],[5,-7],[1,-5],[6,-3],[23,-3],[10,-5],[5,-4],[16,-9],[9,15],[27,17],[4,-6],[8,-7],[8,-15],[2,-1],[0,-4],[5,-5],[2,-4],[-1,-3],[24,-14],[4,-8],[4,-6],[16,9],[1,14],[1,1],[-4,3],[11,18],[2,10],[5,5],[-25,18],[-3,4],[3,4],[22,16],[3,6],[1,7],[38,-2],[20,6],[2,-4],[0,-6],[3,-2],[9,-33],[14,-15],[19,-13],[13,-7],[2,-4],[6,-12],[3,-13],[0,-22],[6,-1],[-4,-8],[12,-5],[16,0],[11,-18],[3,2],[3,6],[3,2],[9,-6],[114,-127]],[[2332,1246],[-2,-18],[3,-15],[14,-14],[4,-14],[0,-13],[-6,-11],[5,-32],[0,-21],[18,-48],[5,-8],[-2,-44],[-10,-15],[19,-49],[-5,-15],[-12,-52],[-12,-142]],[[2351,735],[-7,1],[-78,7],[-27,2],[-5,1],[-6,-2],[-65,-18],[-38,-20]],[[2125,706],[-63,130],[-11,75],[0,7],[6,1],[1,14],[18,-24],[1,19],[-5,7],[-3,1],[0,1],[1,4],[3,1],[4,-4],[2,19],[-1,7],[4,1],[2,18],[-3,11],[-10,12],[4,7],[-2,13],[2,5],[9,0],[11,4],[4,6],[-4,11],[-10,17],[7,4],[-3,22],[-12,15],[-9,8],[0,5],[-12,20],[-8,6],[6,13],[4,6],[-4,9],[-1,9],[3,4],[1,7],[-1,16]],[[2056,1213],[-2,19],[-5,15],[6,-1],[16,9],[9,-4],[3,-4],[8,1],[17,-3],[6,3],[0,4],[2,2],[13,-1],[7,0],[1,-4],[4,-2],[3,2],[1,3],[13,6],[-6,17],[-7,12],[-13,13],[-16,27],[-10,11],[5,3],[4,0],[-3,13],[4,4],[13,6],[-2,11],[4,5],[-1,3],[4,4],[1,5],[1,0],[0,6],[2,0],[5,-5],[7,-12],[5,2],[13,-1],[4,10],[5,4],[1,7],[7,1],[8,-5],[1,3],[7,-1],[5,3],[9,-6],[2,1],[0,4],[3,0],[2,-3],[2,4],[3,1],[19,-4],[3,11],[4,5],[-1,1],[1,8],[15,-3],[17,-23],[-1,-16],[6,-14],[-5,-6],[0,-6],[4,-8],[-4,-10],[2,-13],[-7,-27],[-1,-12],[22,-25],[31,-17]],[[2332,1246],[27,57]],[[2359,1303],[8,-5],[7,-8],[8,-21],[5,2],[1,2],[4,-2],[2,-10],[3,-3],[3,-1],[5,7],[3,1],[-2,7],[4,0],[1,2],[1,-1],[6,1],[-3,11],[5,19],[-2,6],[2,2],[-4,2],[-1,1],[11,9],[6,-1],[2,3],[4,0],[4,3],[0,4],[2,2],[-4,0],[-1,4],[2,2],[4,0],[1,5],[5,1],[-2,7],[1,2],[5,-2],[3,3],[-2,4],[-1,0],[-1,4],[2,0],[2,3],[6,-2],[3,9],[2,-4],[5,3],[-1,6],[2,0],[0,6],[5,1],[2,-2],[-1,-3],[2,-5],[1,7],[1,-1],[4,6],[3,5],[0,2],[-5,0],[0,5],[-6,4],[1,8],[4,8],[1,7],[7,0],[17,-10],[4,2],[1,4],[14,0],[4,3],[1,-1],[-1,-6],[2,-2],[10,8],[7,-13],[7,-2],[7,3],[2,-3],[12,1],[-1,18],[6,26],[-3,10],[4,4],[3,6],[4,-4],[5,-3],[17,-2],[2,-3],[4,0],[0,-4],[6,-5],[1,-6],[3,-4],[-2,-11],[0,-11],[9,-8],[2,0],[8,-10],[13,-1],[4,-4],[6,-14],[6,-7],[1,-4],[0,-4],[1,-2],[-2,-1],[-8,1],[0,-17],[6,-6],[10,6],[0,4],[3,3],[-1,4],[7,1],[-2,11],[-3,5],[5,4],[5,0],[3,-2],[8,5],[3,5],[10,7],[-1,9],[8,-1],[2,-3],[7,13],[0,6],[13,16],[-2,3],[-2,8],[-6,5],[12,7],[4,3],[1,4],[3,-2],[8,2],[4,4],[-1,5],[4,1],[6,6],[18,2],[13,-3],[6,1],[4,-1],[2,4],[5,3]],[[2832,1491],[0,-1],[0,-2],[0,-1],[0,-2],[1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-3],[1,-7],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,-1],[0,-1],[1,-3],[1,-2],[1,-2],[1,-3],[0,-1],[0,-1],[0,-2],[1,-3],[0,-4],[0,-5],[0,-5],[3,-5],[0,-2],[-1,-2],[-1,-1],[-1,0],[-1,0],[-6,0],[-10,-1],[-4,-7],[-1,-8],[-2,-7],[-2,-5],[-1,-2],[-2,-3],[-1,-1],[-24,-3],[-4,-1],[-2,-2],[-3,-2],[-12,-7],[-5,-4],[-3,-4],[-3,-6],[0,-1],[-3,-13],[5,-19],[4,-17],[3,-15],[1,-2],[1,-4],[6,-15],[1,-3],[2,-6],[2,-15],[1,-22],[4,-10],[2,-19],[0,-2],[1,-2],[3,-4],[1,-2],[-1,-2],[0,-1],[0,-1],[7,-12],[1,-2],[1,-4],[1,-5],[1,-20],[0,-2],[0,-3],[0,-5],[2,-24],[1,-17],[0,-1],[0,-1],[-1,-1],[-1,0],[-4,-4],[-2,-3],[-3,-5],[-2,-3],[-1,-2],[-2,-4],[0,-1],[-1,-1],[0,-3],[0,-2],[0,-4],[0,-4],[-2,-8],[-1,-5],[1,-3],[0,-3],[0,-5],[0,-8],[1,-3],[0,-2],[-1,-2],[-2,-6],[-2,-4],[0,-3],[1,-3],[2,-3],[1,-3],[1,-3],[0,-2],[-1,-5],[-1,-4],[-1,-2],[-2,-2],[-3,-5],[-1,-2],[-1,-2],[-1,0],[0,-1],[-2,-5],[-1,-4],[-2,-4],[-2,-2],[-1,-3],[-1,-1],[-2,-2],[-3,-4],[-1,-6],[0,-6],[-1,-1],[0,-3],[-2,-8],[-2,-4],[-1,-3],[-1,-1],[0,-2],[2,-3],[0,-2],[-2,-2],[-1,-3],[1,-5],[0,-4],[0,-4],[-2,-4],[-2,-4],[-1,-4],[-3,-3],[-2,-6],[-1,-3],[-2,-10],[0,-2],[-5,1],[-2,0],[-1,0],[-2,-2],[-2,-2],[-4,-3],[-1,-1],[-4,-3],[-1,-1],[0,-1],[-6,1],[-4,2],[-1,1],[-1,2],[-1,0],[0,1],[-1,-1],[-2,-4],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[0,-1],[2,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-2,0],[-2,0],[-1,1],[-1,0],[-1,1],[-1,2],[-5,4],[-4,2],[-2,0],[-8,-1],[-1,1],[-1,4],[0,12],[0,1],[0,1],[1,5],[1,1],[1,7],[0,5],[-1,3],[0,6],[1,15],[-3,9],[1,1],[1,1],[0,1],[1,1],[-8,17],[-4,10],[-6,9],[-9,27],[-7,16],[-11,12],[-13,-6],[-5,-5],[-11,-3],[-12,-6],[-26,-6],[-13,-47],[-9,-17],[-9,-11],[-31,-12],[-23,-14],[-101,-36],[-12,-70],[-4,-27]],[[1087,1485],[5,-14],[2,-36],[-2,-10],[23,-11],[15,-10]],[[745,197],[-38,37],[-62,59],[-90,85],[-5,4],[-3,4],[-4,4],[-4,5],[-22,26],[-37,45],[-4,5],[-15,21],[-4,5],[-4,5],[-3,6],[-2,4],[-18,33],[-22,42],[-3,6],[-2,3],[-3,8],[-3,6],[-2,7],[-1,2],[-5,15],[-15,45],[-2,6],[-2,6],[-14,60],[-9,33],[0,4],[-15,63],[0,3],[-17,24],[-23,33],[-35,28],[-29,24],[-38,30],[-5,4],[-5,4],[-5,5],[-4,5],[-4,5],[-4,5],[-4,5],[-2,4],[-4,7],[-3,5],[-3,6],[-3,6],[-2,6],[-2,7],[-2,6],[-1,6],[-1,7],[-1,6],[-1,10],[-1,6],[0,7],[0,6],[0,7],[0,6],[1,7],[1,6],[1,7],[4,16],[2,7],[1,4],[17,56],[14,43],[13,40]],[[187,1320],[134,-45],[76,14],[17,-8],[4,0],[6,-6],[10,-6],[9,-9],[14,7],[1,4],[4,3],[2,0],[1,-7],[5,0],[3,-2],[2,1],[-5,5],[11,3],[1,3],[5,-1],[10,1],[-1,12],[4,4],[9,-3],[5,4],[4,14],[11,18],[-5,37],[3,33],[9,25],[-3,22],[7,21],[5,-1],[14,-38],[19,-11],[28,10],[4,-31],[3,-7],[4,-1],[10,1],[0,-5],[4,-7],[4,-2],[6,0],[11,-2],[2,-2],[2,-10],[1,-1],[2,2],[5,-1],[14,-6],[2,-3],[0,-13],[13,4],[1,8],[2,-2],[10,-2],[2,3],[4,3],[11,-3],[12,-7],[3,2],[5,-2],[14,1],[3,11],[-1,4],[-4,6],[4,5],[-2,2],[2,8],[-1,3],[3,3],[2,-2],[3,4],[2,7],[2,15],[3,5],[-1,3],[0,3],[16,9],[1,24],[11,23],[9,3],[1,7],[1,2],[4,-1],[30,5],[6,12],[16,11],[18,16],[9,-4],[3,-4],[14,2],[14,5],[3,2],[11,-9],[3,-7],[-3,-5],[-3,-25],[4,-9],[-7,-15],[-6,-22],[0,-5],[1,-7],[17,-6],[16,5],[7,0],[3,5],[15,11],[58,36],[43,8]],[[2382,1742],[6,-5],[3,-1],[1,-4],[3,0],[8,5],[11,-10],[-5,-5],[0,-4],[3,-3],[8,-20],[8,-3],[4,0],[0,-20],[-2,-2],[0,-6],[3,-7],[1,4],[2,0],[3,-11],[0,-7],[2,-1],[2,4],[3,-4],[3,-1],[4,-7],[6,-4],[6,0],[3,3],[3,0],[4,-9],[1,-13],[4,-4],[-3,-1],[1,-3],[-6,-6],[-3,-6],[-5,-31],[0,-11],[11,-28],[-4,-4],[-3,1],[-7,-2],[-7,-10],[-4,1],[-4,-2],[-3,1],[-1,4],[-10,1],[-2,5],[-5,-1],[-8,2],[-2,-2],[-2,4],[-8,8],[-5,27],[-15,-1],[-11,7],[-4,18],[-2,3],[-3,1],[0,2],[-3,4],[1,5],[3,4],[-2,3],[2,6],[-2,7],[-6,13],[-1,1],[-7,1],[-13,14],[-2,-2],[-5,5],[-7,-1],[-10,13]],[[2313,1657],[33,43],[6,1],[-3,17],[-6,12],[10,11]],[[2353,1741],[1,2],[6,1],[10,-2],[12,0]],[[2125,706],[-65,-36],[-43,-50]],[[1087,1485],[18,21],[-1,8],[2,4],[3,1],[1,3],[-2,6],[1,3],[-5,1],[1,3],[-2,2],[6,10],[-4,10],[31,60],[10,10],[3,6],[7,3],[3,-1],[4,1],[5,-2],[12,8],[8,3],[22,14],[2,28],[17,30]],[[1229,1717],[57,21],[43,-8],[17,-10],[39,25],[49,20],[6,3],[11,11],[7,0],[3,2],[8,-1],[6,-8],[6,0],[-7,9],[15,2],[27,-10],[8,0],[28,4],[27,-8],[10,-1],[29,7],[34,-4],[23,8],[16,-10],[15,-12],[9,-3],[40,-36],[5,-2],[-1,-4],[8,-16],[4,-39],[5,-15],[-6,-4],[2,-8],[10,3],[6,-7],[7,-4],[1,-5],[17,-3],[2,-6],[10,-8],[15,-8],[5,-9],[-7,-12],[5,-2],[-1,-12],[-2,-11],[3,-18],[-1,-10],[18,-12],[7,2],[1,-4],[2,-1],[18,-6],[6,-4],[8,-7],[6,-2],[-9,-18],[1,-16],[0,-2],[-3,-2],[2,-3],[-2,-4],[6,-1],[-3,-6],[-5,-13],[26,-6],[0,-19],[7,-13],[5,-20],[9,-26],[1,-8],[2,-7],[16,-14],[-17,-33],[1,-8],[19,2],[4,-1],[6,2],[12,-15],[-2,-3],[3,-9],[12,-9],[2,-10],[12,-12],[16,3],[27,0]],[[2801,1528],[1,-2],[0,-1],[3,-4],[3,-2],[3,0],[3,0],[1,-1],[2,-2],[1,0],[1,-2],[0,-2],[1,-1],[1,-2],[1,-1],[1,-1],[2,-3],[0,-3],[1,-1],[0,-1],[4,-3],[1,-2],[1,0],[0,-2],[0,-1]],[[2359,1303],[6,24],[1,16],[-2,19],[-5,32],[-5,8],[-6,2],[-11,8],[-6,27],[3,9],[-3,17],[2,24],[-17,0],[-16,-9],[0,3],[-7,-2],[-3,-4],[0,6],[-5,0],[-4,5],[-9,-2],[-9,4],[-3,3],[5,8],[-2,8],[1,8],[-1,10],[-2,0],[0,2],[-4,4],[-2,19],[8,2],[1,7],[3,5],[0,9],[6,4],[-2,13],[-6,10],[-3,7],[2,0],[-1,7],[3,5],[8,6],[2,4],[1,0],[1,-2],[4,0],[6,5],[1,6],[-4,7],[2,3],[6,4],[1,13],[7,1],[5,-2],[3,2],[4,-11]],[[2382,1742],[-2,7],[1,4],[2,-1],[1,2],[2,-1],[3,3],[3,-2],[1,3],[4,-1],[0,4],[6,-5],[12,0],[-1,8],[4,10],[-3,29],[4,11],[5,6],[6,19],[21,42],[4,-2],[19,21],[-8,17],[-4,6],[-1,9],[2,4],[-31,23],[-3,-2],[-15,1],[-17,6],[-12,-2],[-6,2],[6,10],[8,5],[-7,28],[7,3],[0,19],[1,1],[4,-4],[13,-18],[7,-4],[8,-1],[12,-6],[11,0],[2,-2],[16,-1],[3,-3],[1,4],[5,-1],[3,3],[2,4],[-1,2],[-2,0],[13,9],[2,-1],[29,15],[9,-1],[3,6],[-1,1],[0,7],[2,17],[1,0],[1,-1],[1,2],[-1,7],[3,3],[0,7],[5,9],[8,7]],[[2553,2089],[22,-31],[2,-16],[-4,-27],[16,-7],[8,-8],[8,-12],[8,-5],[8,-2],[16,-39],[5,-20],[7,-8],[1,-11],[4,-9],[7,-6],[8,0],[11,-16],[5,-10],[15,-12],[8,-3],[7,-6],[-2,-5],[1,-6],[-7,-11],[0,-6],[2,-7],[-1,-15],[-8,-12],[1,-5],[2,-1],[1,-1],[5,0],[2,-5],[0,-5],[22,-27],[9,-6],[8,-3],[1,-3],[5,-4],[3,0],[4,-4],[10,-1],[1,1],[0,-3],[1,-1],[2,1],[2,-2],[1,-8],[2,-4],[1,-1],[-2,-4],[1,-10],[2,-3],[9,7],[2,-8],[-1,-17],[7,-6],[-1,-3],[0,-2],[-2,-10],[-5,-1],[-3,-4],[-6,-23],[6,-7],[0,-4],[2,-1],[2,-8],[-6,-8],[1,-4],[1,-8],[-2,-3],[3,-2],[0,-2],[4,0],[-2,-7],[3,-2],[-2,-5],[5,-5],[1,-3],[-1,-9],[1,-3],[-1,-1],[0,-2],[2,-1]],[[1222,2140],[-11,-11],[39,-2],[32,-18],[-5,-27],[6,-27],[13,-16],[21,-12],[-14,-70],[-7,-97],[-23,-36],[-10,-51],[-34,-56]],[[187,1320],[24,79],[-8,80],[-10,67],[-5,35],[-15,98],[-7,42],[-14,93],[-5,30],[-8,29],[-20,74],[-20,74],[-11,42],[-23,86],[-8,27],[-22,80]],[[35,2256],[143,38],[11,2],[28,-22],[39,-7],[35,-1],[56,-13],[22,-17],[8,9],[-2,5],[3,3],[0,6],[2,0],[-1,13],[-2,3],[3,1],[0,3],[5,2],[4,5],[-1,5],[2,1],[-3,7],[2,6],[5,2],[0,2],[7,2],[8,10],[2,0],[1,3],[4,-2],[16,6],[2,3],[-3,4],[4,2],[6,-3],[2,-2],[-1,-6],[7,-12],[8,2],[5,-3],[4,0],[5,2],[10,10],[15,5],[6,0],[0,-5],[2,-4],[13,4],[10,8],[12,15],[15,14],[10,1],[7,-11],[14,-6],[3,7],[5,5],[26,10],[3,-7],[18,-18],[10,0],[5,21],[10,23],[5,-2],[18,10],[9,9],[12,-5],[9,-21],[7,-5],[11,-2],[4,-3],[5,-2],[-3,-9],[-2,-23],[8,-13],[19,-6],[34,-24],[30,36],[10,-5],[9,0],[7,7],[7,11],[8,-2],[2,-13],[3,-4],[-5,-9],[8,-4],[7,-9],[11,2],[10,16],[14,3],[6,4],[4,6],[-4,19],[12,-2],[7,-10],[1,-5],[3,-6],[11,4],[-2,-8],[3,-10],[7,1],[8,9],[2,0],[3,-3],[-1,-4],[6,-1],[2,-9],[-1,-5],[-5,-1],[1,-1],[-7,-4],[1,-2],[-3,1],[-12,-6],[-8,-15],[-4,-2],[0,-7],[2,-3],[6,-3],[3,2],[9,-5],[1,1],[2,-1],[8,5],[8,0],[12,14],[31,-11],[-5,-11],[-20,0],[5,-8],[-1,-12],[-4,-16],[-3,-7],[11,2],[7,3],[23,-4],[-3,-4],[4,-21],[-1,-12],[4,-2],[2,2],[4,0],[5,-6],[25,-2],[13,-11],[13,-1],[5,7],[16,0],[33,-8],[6,-3],[49,-8]],[[1222,2140],[52,51],[26,-9],[7,5],[8,16],[-2,21],[-6,2],[35,77],[18,17],[10,3],[20,-20],[16,3],[22,-6],[36,58],[5,5],[0,2],[6,-3],[5,-6],[9,0],[5,-1],[4,19],[-4,4],[-1,3],[3,4],[11,0],[9,18],[-16,12],[-9,3],[14,15]],[[1505,2433],[6,5],[14,8],[21,-32],[24,-15],[5,-6],[8,-1],[4,2],[11,-2],[1,-4],[11,-3],[6,-4],[3,-7],[4,0],[10,-9],[1,-2],[6,-6],[2,-7],[-4,-7],[13,-9],[-1,-3],[14,-7],[14,-5],[30,-14],[27,-3],[2,-2],[0,-3],[2,-7],[4,-3],[3,-5],[0,-4],[6,-2],[20,-13],[9,-2],[3,-3],[5,-2],[18,-12],[11,-3],[10,-4],[7,-6],[10,-6],[0,-4],[8,-11],[15,-2],[12,-4],[5,-13],[10,-11],[-1,-16],[-4,-7],[1,-14],[3,-4],[8,-5],[5,-14],[-1,-9],[6,-11],[6,-4],[9,-2],[2,-5],[3,-5],[-1,-3],[-8,-9],[0,-10],[3,-16],[11,-2],[13,-12],[8,0],[6,3],[20,2],[10,3],[4,-13],[-2,-5],[2,-1],[1,-4],[-3,-5],[38,-20],[1,-2],[1,1],[28,-13],[11,1],[-2,27],[-2,7],[-2,1],[1,5],[-2,1],[2,10],[-2,9],[0,14],[8,17],[4,5],[-1,-6],[4,-8],[12,13],[21,13],[3,6],[-1,2],[-6,1],[-4,3],[-6,9],[0,3],[6,-2],[16,4],[25,-5],[11,-17],[10,-36],[6,-3],[-1,-4],[6,-11],[12,-9],[2,-16],[2,-3],[3,-13],[-1,-14],[9,-62],[10,-20],[4,-5],[4,-11],[11,-24],[15,-22],[-4,-7],[0,-7],[6,-6],[2,-6],[9,-8],[2,3],[3,0],[2,2],[3,-4],[13,-8],[11,-12],[9,-5],[4,-5],[3,-1],[0,-3],[7,-1],[4,1],[0,-2],[7,-3],[6,0],[4,-9],[6,-3],[3,-3],[0,-1],[-1,-1],[2,-8]],[[1797,3386],[13,-7],[95,-34],[45,-18],[11,-11],[31,-16],[42,20],[27,3]],[[2061,3323],[-5,-5],[-11,-5],[-1,-3],[-5,-3],[-15,-27],[-2,0],[-2,-4],[2,-1],[-1,-3],[-13,-15],[-12,1],[-10,-10],[6,-7],[2,-6],[16,-21],[41,-11],[37,-21],[11,-15],[6,-6],[5,-15],[-18,-4],[-14,-20],[4,-24],[7,-23],[-8,-33],[26,-2],[35,-13],[-2,10],[0,8],[1,1],[10,-2],[4,5],[6,-4],[6,-1],[0,-2],[5,-4],[-1,-1],[4,-5],[6,-5],[10,0],[5,-1],[-14,-36],[-27,-60],[51,-23],[35,-5],[41,-33],[18,25],[10,5],[3,8],[7,1],[5,6],[20,10],[22,-26],[5,-71],[3,-5],[-2,-3],[6,-31],[12,-42],[-9,-22],[26,-49],[35,-101],[-38,-22],[-8,-25],[-6,-5],[-17,-24],[-9,-23],[2,-5],[-5,1],[-10,-17],[2,-1],[-8,-6],[-3,-6],[1,-2],[-10,0],[-1,-4],[-12,-9],[-17,-3],[-8,1],[3,-11],[8,-15],[10,-12],[10,-6],[15,-6],[9,-6],[14,-12],[6,-10],[9,-25],[3,-14],[8,-10],[6,-14],[-1,-9],[-8,-18],[-1,-7],[3,-9],[6,-8],[7,-16],[6,-6],[9,-5],[28,-9],[15,-15],[70,-53],[11,-15],[11,-24]],[[1505,2433],[-10,7],[-1,4],[-28,15],[-4,0],[1,4],[-19,34],[-3,13],[-10,-4],[-1,4],[6,10],[-4,14],[1,6],[-13,4],[-4,3],[0,3],[0,1],[6,0],[10,-2],[6,12],[25,15],[2,4],[-3,2],[8,7],[5,11],[1,-2],[1,4],[4,-2],[2,2],[7,0],[0,2],[4,0],[-2,8],[5,-3],[2,3],[0,1],[3,1],[-2,3],[4,7],[0,3],[-9,2],[-4,10],[-5,-2],[-7,3],[-8,10],[-1,5],[2,3],[0,5],[-2,6],[-2,22],[15,9],[9,-6],[21,1],[17,18],[-7,17],[-5,8],[-10,32],[-24,10],[-28,-18],[-37,13],[-24,12],[-2,19],[-4,14],[-13,31],[3,26],[1,31],[-24,16],[-32,8],[-24,-9],[-20,-1],[-42,-10],[0,24],[-8,14],[-29,58],[1,25],[-9,30],[3,33],[-2,11],[-4,7],[-5,0],[-7,4]],[[1178,3118],[2,16],[-4,4],[22,18],[-1,6],[2,1],[3,9],[2,-1],[-1,4],[-3,2],[2,3],[13,-3],[13,1],[10,6],[15,-21],[10,-3],[3,7],[15,8],[-8,13],[-11,14],[27,14],[29,32],[33,3],[13,-14],[44,5],[35,55],[5,5],[6,11],[7,9],[0,3],[14,11],[13,20],[25,12],[41,11],[27,0],[59,7],[60,4],[35,-2],[11,-16],[19,0],[17,4],[15,10]],[[35,2256],[-29,105],[-2,6],[-1,7],[-1,6],[-1,7],[0,4],[0,4],[-1,7],[0,29],[0,6],[0,3],[6,107],[9,192],[7,125],[0,6],[1,7],[1,7],[2,6],[1,6],[2,7],[3,6],[1,2],[17,42],[21,49],[51,120],[6,14],[23,54],[2,5],[25,50],[31,66],[3,6],[4,5],[4,7],[43,64]],[[263,3393],[145,-89],[51,-68],[1,-34],[51,-41],[2,-9],[-8,-29],[6,-1],[0,-4],[-5,-7],[-8,-4],[-8,-14],[6,1],[6,8],[5,-5],[10,-3],[4,-4],[1,1],[3,-3],[-1,-1],[5,-4],[46,10],[5,-4],[4,0],[7,8],[2,1],[4,-1],[4,0],[1,-5],[11,1],[3,-5],[4,-1],[15,6],[22,14],[8,3],[3,-2],[1,-3],[3,-2],[6,5],[9,-10],[8,-4],[3,-6],[7,-8],[2,4],[5,5],[2,0],[9,-5],[10,3],[9,6],[-3,10],[14,5],[4,12],[6,-2],[6,1],[15,-3],[-8,-10],[15,-11],[3,1],[10,-10],[-2,-3],[5,-1],[5,3],[5,0],[5,4],[5,7],[10,6],[-1,14],[7,7],[8,1],[7,-3],[4,4],[8,-2],[2,4],[-2,13],[13,2],[2,11],[9,-2],[6,5],[8,-5],[7,-1],[3,2],[6,10],[5,3],[8,-6],[5,-11],[0,-5],[7,-6],[14,-22],[7,-8],[2,-6],[4,-3],[2,-8],[9,-1],[8,-4],[3,4],[1,5],[6,1],[10,4],[5,-5],[5,5],[10,5],[3,0],[8,-5],[4,3],[7,0],[10,-2],[4,1],[11,15],[-3,3],[28,3],[1,2],[6,-3],[10,6],[2,4],[-3,4],[14,2],[2,-11],[26,-1],[6,-7],[7,0]],[[2951,3355],[1,-3],[1,-4],[1,-3],[2,-4],[0,-1],[2,-5],[1,-3],[2,-6],[0,-1],[3,-9],[3,-8],[0,-2],[-1,-6],[-1,-2],[-5,-38],[-1,-4],[-3,-25],[-1,-4],[-1,-6],[0,-2],[0,-2],[-1,-5],[-2,-12],[-2,-16],[-2,-8],[0,-5],[-2,-8],[0,-5],[-2,-14],[-1,-5],[0,-2],[-2,-10],[0,-1],[-1,-11],[-2,-8],[0,-2],[-2,-15],[0,-3],[0,-2],[-1,-3],[0,-3],[-1,-2],[0,-4],[-3,-17],[0,-2],[0,-2],[-1,-3],[-1,-7],[0,-4],[-1,-3],[0,-1],[-2,-16],[0,-2],[-1,-6],[0,-1],[-1,-6],[-1,-3],[0,-1],[0,-3],[-2,-14],[-1,-2],[-2,-15],[-1,-6],[-1,-5],[0,-3],[-1,-4],[0,-3],[-1,-3],[0,-3],[-1,-7],[-1,-5],[0,-1],[0,-1],[-1,-4],[-1,-11],[7,-9],[2,-2],[3,-3],[1,-3],[3,-3],[7,-8],[21,-26],[5,-7],[8,-6],[2,-1],[0,-1],[1,0],[9,-7],[0,-1],[4,-3],[9,-11],[0,-1],[4,-5],[2,-2],[13,-19],[10,3],[5,1],[12,0],[1,0],[10,0],[1,0],[3,0],[13,1],[9,-14],[3,-4],[3,-5],[32,-45],[6,-8],[2,-3],[1,-1],[3,-4],[3,-4],[0,-1],[1,-2],[4,-4],[18,-26],[2,-3],[5,-7],[5,-8],[1,-1],[10,-15],[1,-1],[-2,-6],[-2,-12],[0,-1],[-2,-10],[-1,-5],[0,-2],[-6,-30],[0,-2],[0,-1],[-1,-2],[0,-1],[0,-2],[-2,-3],[-1,-3],[0,-2],[-1,-2],[-1,-2],[-7,-21],[0,-1],[-2,-5],[-2,-4],[-1,-2],[-2,-2],[-1,-1],[-3,-5],[-2,-3],[-2,-2],[-2,-3],[-1,-2],[-3,-3],[-1,-2],[-3,-4],[-2,-1],[-1,-2],[-1,-2],[-3,-3],[-2,-2],[-1,-8],[-3,-23],[-1,-8],[0,-1],[-1,-7],[-1,-2],[-1,-6],[0,-3],[0,-3],[-1,-1],[-4,-3],[-1,0],[-3,-2],[-3,0],[-8,-3],[-7,-2],[-3,0],[-2,1],[-20,1],[-19,2],[-13,0],[-4,-1],[-6,-2],[-3,-1],[-13,-4],[-3,-1],[-2,-1],[-6,-2],[-7,-2],[-2,0],[-4,-2],[-6,-1],[-1,-1],[-1,0],[-10,-3],[-6,-1],[0,-1],[-2,0],[-6,-5],[0,-2],[1,-2],[3,-6],[0,-1],[1,0],[2,-5],[1,-3],[1,-3],[1,-2],[3,-6],[0,-1],[1,-2],[1,-2],[2,-4],[0,-2],[2,-3],[0,-2],[2,-3],[1,-2],[0,-1],[3,-7],[2,-4],[1,-1],[2,-5],[2,-6],[1,-2],[2,-3],[1,-3],[1,-3],[1,-3],[1,-3],[0,-6],[0,-1],[0,-7],[1,-12],[1,-6],[4,-19],[5,-19],[2,-5],[0,-2],[1,-4],[1,-3],[3,-12],[1,-2],[0,-2],[3,-10],[1,-3],[0,-1],[7,-10],[5,-7],[9,-14],[2,-3],[0,-1],[8,-12],[11,-19],[1,-18],[0,-13],[10,-15],[2,-4],[7,-10],[2,-2],[2,-3],[1,-3],[4,-10],[1,-3],[1,-5],[1,-4],[1,-2],[1,-3],[0,-17],[0,-9],[0,-14],[0,-7],[0,-4],[0,-4],[0,-3],[0,-3],[0,-18],[-5,-9],[0,-1],[-1,-2],[-1,-2],[-1,-1],[-4,-8],[-1,-1],[0,-1],[-2,-4],[-4,-8],[-3,-5],[0,-1],[-3,-2],[-4,-5],[-10,-10],[0,-5],[1,-2],[0,-4],[0,-4],[0,-3],[1,-13],[0,-1],[1,-2],[0,-2],[1,-9],[1,-2],[0,-3],[4,-20],[0,-2],[1,-1],[1,-5],[0,-1],[0,-1],[5,-16],[-4,-17],[0,-2],[-5,-22],[-1,-2],[0,-1],[0,-2],[-1,-2],[0,-3],[-3,-12],[0,-1],[0,-1],[-1,-3],[0,-1],[-1,-1],[0,-2],[-1,-1],[-5,-14],[0,-1],[-1,-2],[-3,-5],[0,-1],[-8,-16],[0,-1],[-1,-1],[-2,-2],[-2,-2],[-4,-4],[-8,-6],[-3,-4],[-3,-6],[-1,-1],[-1,-2],[-1,-1],[0,-1],[-1,-2],[-4,-6],[-2,-4],[-3,-6],[-3,-6],[-1,0],[-15,-11],[-3,-2],[-9,-6],[-4,-3],[-3,-2],[-1,-1],[-2,-1],[-4,-5],[-12,-16],[-1,-1],[-4,-5],[-1,-2],[-1,-1],[-3,-1],[-3,-1],[-10,5],[-1,1],[0,-1],[-2,0],[-2,0],[-2,-1],[-2,-1],[-2,0],[-2,0],[-9,-2],[-5,-1],[-5,1],[-2,1],[-2,1],[-15,6],[0,1],[-2,0],[-14,-7],[-5,-4],[-1,0],[0,-1],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[1,0],[0,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-4,0],[-4,0],[-1,0],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-2],[1,-2],[0,-1],[1,-1],[-2,-2],[-1,-1],[-4,-4],[-2,-1],[-3,-2],[-2,-1],[-1,0],[-2,-1],[-1,-1]],[[2061,3323],[2,0],[11,9],[0,4],[3,2],[-1,3],[2,2],[-2,10],[8,2],[-4,2],[-1,4],[-7,3],[6,14],[22,-13],[12,8],[7,19],[0,12],[53,22],[-22,55],[-12,41],[12,7],[-4,8],[0,5],[11,11],[6,1],[4,17],[6,8],[3,13],[3,8],[6,4],[0,3],[2,-1],[3,3],[-2,8],[2,-3],[5,2],[-1,3],[6,5],[3,-2],[4,-5],[4,3],[12,2],[31,0],[96,-23],[21,10],[8,-1],[14,-7],[3,-12],[8,-3],[19,24],[11,7],[10,4],[28,2],[41,-22],[30,-3],[0,-4],[3,-3],[-1,-2],[5,1],[5,-3],[2,-23],[8,-7],[4,-9],[-1,-17],[12,0],[6,-3],[3,-11],[-3,-6],[3,-8],[10,-3],[2,2],[4,-7],[7,-1],[6,-4],[3,0],[11,-16],[21,-10],[6,-7],[5,-12],[2,0],[1,-3],[8,-9],[9,-18],[7,-20],[8,-10],[3,-1],[38,8],[7,-11],[-1,-12],[12,-2],[2,0],[0,3],[2,0],[-1,5],[-1,1],[6,0],[2,2],[5,12],[1,2],[4,1],[4,-2],[70,-14],[5,-5],[7,0],[13,-4],[0,-2],[3,0],[2,-1],[5,-8],[10,-11],[9,-6],[7,1],[3,2],[3,-1],[1,3],[5,2],[3,5],[6,3],[8,-3],[9,3]],[[263,3393],[26,37],[6,9],[4,5],[4,5],[4,5],[4,4],[111,112],[31,31],[60,60],[48,47],[11,11],[78,73],[23,21],[5,5],[5,4],[6,4],[51,36],[73,51],[58,40],[45,31],[64,43],[14,10],[8,10],[40,50],[50,64],[90,111],[30,45],[4,5],[3,5],[24,29],[43,54]],[[1286,4410],[131,-88],[36,-37],[48,-129],[37,-46],[32,21],[112,43],[7,-24],[15,-9],[-3,-14],[1,-8],[10,0],[8,-4],[7,3],[2,-5],[7,-8],[7,3],[-3,-6],[-7,-4],[-1,-5],[-4,-5],[-3,-6],[2,-19],[-7,-4],[-12,-18],[5,-16],[12,-9],[0,-9],[-9,-3],[-1,-12],[-5,-3],[-21,-4],[3,-13],[19,-16],[-7,-12],[1,-5],[10,0],[8,-6],[1,-3],[14,6],[5,-3],[21,11],[4,-6],[1,-7],[5,2],[-1,2],[10,7],[6,-7],[5,2],[-2,2],[1,2],[3,1],[-2,3],[2,1],[15,0],[1,-3],[15,-3],[15,6],[0,3],[-1,5],[-14,19],[18,10],[2,6],[11,7],[4,1],[2,0],[2,-4],[16,-4],[15,10],[8,2],[2,-4],[-1,-2],[8,-13],[10,-2],[9,1],[2,-2],[9,-1],[0,-6],[-7,-6],[2,-11],[1,-4],[3,0],[-3,-6],[4,-3],[-4,-2],[1,-5],[-3,-4],[-1,-8],[-2,1],[-1,-5],[2,-14],[1,-15],[-6,-2],[0,-6],[5,-4],[1,-2],[10,-1],[-2,-9],[5,-2],[0,1],[2,-3],[0,-5],[7,0],[0,-1],[21,1],[4,-1],[2,-3],[-34,-11],[-3,-7],[2,-2],[-3,-5],[-18,-16],[-2,-19],[9,-21],[5,-37],[-15,-24],[-20,-16],[-79,-28],[-16,-1],[-3,1],[0,1],[-6,2],[-7,-10],[-26,-3],[-24,-23],[22,-36],[11,1],[36,-42],[6,-15],[8,-6],[1,-3],[15,3],[3,-4],[7,2],[8,-14],[-2,-9],[0,-5],[-3,2],[-3,-8],[1,-6],[-3,0],[-2,2],[-2,-2],[3,-10],[-10,-36],[5,-7],[-6,-16],[-15,-20],[-13,-13],[-16,-6]],[[2878,3981],[1,-3],[1,-2],[2,-5],[3,-6],[0,-1],[1,-3],[2,-2],[3,-9],[1,-1],[4,-8],[6,-13],[1,-4],[7,-15],[8,-18],[17,-39],[3,-6],[-14,-20],[-4,-4],[-3,-5],[-1,-1],[-4,-6],[-1,-1],[-3,-5],[-3,-3],[-19,-26],[0,-1],[4,-20],[0,-2],[1,-4],[8,-39],[1,-5],[4,-20],[1,-7],[1,-7],[2,-9],[-1,-3],[-3,-12],[-2,-5],[-1,-4],[-1,-4],[-3,-10],[-2,-6],[0,-2],[-1,-2],[-3,-12],[-1,-1],[0,-1],[-4,-14],[0,-2],[-2,-5],[-2,-7],[0,-1],[-3,-9],[1,-4],[8,-23],[3,-8],[6,-17],[8,-22],[5,-15],[9,-24],[2,-7],[1,-4],[2,-4],[0,-2],[2,-6],[2,-4],[2,-7],[1,-1],[8,-23],[1,-3],[0,-1],[4,-12],[1,-3],[2,-6],[4,-10]],[[1286,4410],[160,193],[5,5],[5,5],[5,5],[5,4],[5,5],[2,1],[71,55],[95,73],[114,86],[139,139],[136,133]],[[2028,5114],[273,-215],[19,-4],[16,-15],[8,-3],[8,-6],[3,-1],[9,-15],[9,1],[14,4],[11,-15],[-8,-5],[3,-4],[-4,-2],[9,-10],[7,-14],[5,-3],[4,2],[17,-13],[31,-10],[9,-1],[-5,-37],[-10,-16],[-52,-22],[16,-46],[30,-1],[4,-11],[-18,-6],[-4,-6],[2,-3],[0,-10],[-3,-7],[-15,-14],[-6,-8],[2,-4],[7,-11],[-1,-6],[-3,-1],[0,-9],[-6,-4],[-4,-9],[-3,-3],[-9,-15],[-36,-24],[-14,-28],[-18,-20],[-26,-52],[-5,13],[-8,-4],[8,-8],[3,-24],[-7,-5],[-2,-5],[-20,-20],[-41,-23],[-11,-10],[-2,-4],[-4,-15],[-6,-4],[-6,-14],[-2,0],[0,-3],[-3,-2],[-2,-3],[-2,-3],[-4,0],[0,-6],[6,-6],[-3,-10],[4,-13],[3,-1],[2,-3],[1,-7],[23,-22],[44,10],[48,5],[22,-16],[38,-3],[22,-16],[21,-10],[23,0],[7,-14],[1,-7],[-2,-7],[3,-12],[-2,-13],[1,-2],[-6,-18],[3,1],[0,-2],[3,0],[-3,-1],[1,-6],[40,-11],[10,5],[5,-1],[13,4],[35,0],[18,5],[34,-4],[62,-12],[34,-45],[29,-61],[109,10],[44,-8]],[[3699,5401],[-9,-14],[-1,-1],[-1,-2],[-5,-7],[-2,-2],[-17,-26],[-8,-10],[-2,-4],[-4,-5],[-10,-15],[-3,-4],[-2,-3],[-7,-10],[-3,-5],[-7,-12],[-5,-6],[-1,-2],[-3,-4],[-1,-3],[-2,-2],[0,-1],[-2,-3],[-3,-5],[-3,-4],[-2,-4],[-1,-2],[-8,-12],[-5,-9],[-3,-4],[0,-1],[-1,-1],[-2,-3],[-3,-5],[-7,-12],[-6,-10],[-3,-5],[-9,-14],[-2,-3],[-1,-2],[-2,-3],[-2,-3],[-2,-3],[-3,-6],[-7,-12],[-2,-2],[-1,-2],[-1,-2],[-2,-3],[-7,-12],[-2,-3],[-1,-2],[-2,-2],[0,-1],[-1,-2],[-3,-4],[-1,-1],[-5,-9],[-4,-7],[-1,-1],[0,-1],[-2,-3],[-6,-10],[-9,-15],[-1,0],[0,-1],[-1,-1],[0,-1],[-2,-3],[-2,-5],[-2,-4],[-1,-3],[-4,-9],[0,-1],[-8,-17],[-1,-4],[1,-1],[4,-3],[14,-8],[0,-1],[1,0],[8,-6],[1,0],[5,-3],[3,-2],[6,-4],[3,-1],[9,-6],[26,-17],[1,0],[3,-2],[18,-5],[19,-6],[3,-1],[17,-5],[2,-1],[11,-3],[1,-1],[10,-11],[0,-3],[1,-14],[0,-3],[1,-5],[0,-4],[0,-4],[1,-2],[0,-8],[0,-1],[1,-7],[0,-4],[1,-3],[0,-4],[0,-4],[1,-4],[2,-26],[2,-21],[1,-14],[2,-34],[2,-31],[-2,-4],[-2,-5],[-2,-5],[-4,-7],[-2,-5],[-3,-5],[-1,-2],[0,-1],[-4,-7],[-2,-4],[-2,-4],[-7,-15],[-6,-12],[0,-1],[-5,-10],[-5,-9],[0,-1],[-5,-9],[-2,-4],[-6,-12],[-4,-7],[-4,-7],[0,-1],[-22,6],[-5,2],[-2,0],[-18,6],[-2,1],[-4,1],[-4,1],[-8,3],[-5,1],[-4,1],[-2,1],[-2,1],[-9,3],[-4,1],[-13,2],[-1,1],[-8,1],[-4,1],[-4,1],[-3,1],[-2,0],[-2,1],[-28,6],[-24,4],[-1,1],[-32,5],[-17,4],[-10,2],[-3,0],[-4,1],[-3,0],[-1,1],[-4,0],[-19,4],[-9,-3],[-2,0],[-5,-2],[-3,-1],[-8,-2],[-5,-1],[-7,-2],[-6,-1],[-16,-5],[-15,-4],[-7,-1],[-15,-4],[-5,-2],[-9,-6],[-4,-3],[-3,-2],[-3,-2],[-7,-5],[-5,-4],[-2,-1],[-6,-4],[-22,-16],[-11,-7],[-1,-1],[-5,-4],[-2,-1],[-2,-2],[-2,-1],[-3,-2],[-3,-4],[-4,-7],[-5,-7],[-2,-4],[-4,-6],[0,-1],[-4,-6],[-14,-21],[-4,-7],[-2,-2],[0,-1],[-1,-1],[-2,-3],[-2,-4],[-2,-3],[-2,-2],[-2,-3],[0,-1],[-1,-1],[-7,-10],[-2,-4],[-1,-2],[-10,-14],[-2,-3],[-1,-2],[-1,-2],[-1,-1],[-2,-3],[-1,-1],[-2,-2],[-4,-6],[-33,-47],[-1,-1],[-3,-5],[-1,-1],[-2,-2],[0,-1],[-2,-5],[-1,-3],[-2,-7],[0,-1],[-2,-3],[-1,-3],[-3,-8],[0,-1],[-1,-1],[-2,-2],[-1,-1],[-4,-5],[-3,-3],[-3,-5],[-1,0],[-8,-10],[-2,-2],[-1,-1],[-1,-1],[-3,-3],[-5,-5],[-3,-3],[-1,-1],[-3,-2],[-1,-1],[-8,-8],[-3,-3],[0,-1],[5,-16],[4,-15],[0,-3],[1,-2],[0,-1],[2,-6],[1,-6],[5,-17],[1,-3],[1,-4],[3,-11],[-3,-5],[-4,-8],[-1,-2],[-2,-2],[0,-1],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-2,-5],[-6,-11],[-4,-9],[-3,-4],[-1,-2],[-3,-7],[-4,-7],[0,-2],[-1,-1],[-5,-10],[-3,-5],[-1,-2],[-5,-9],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-4,-7],[-1,-1],[-4,-7],[0,-1],[-2,-2],[-14,-23],[-2,-3],[-3,-5],[8,-20],[10,-21],[7,-16],[2,-5],[1,-1]],[[2028,5114],[37,37],[70,67],[2,7],[2,6],[1,5],[23,61],[3,6],[3,5],[21,44],[78,156],[31,61],[8,15],[38,75]],[[2345,5659],[160,-56],[137,-72],[31,-44],[127,-57],[28,1],[9,-8],[2,0],[-3,-16],[5,-6],[4,-2],[-15,-12],[2,-2],[-3,-13],[-7,-2],[-1,-4],[-5,-2],[-1,-2],[23,1],[6,8],[9,-6],[0,-1],[24,-1],[-4,-14],[0,-10],[-1,-3],[2,0],[3,-11],[6,-2],[7,-9],[10,3],[6,-4],[-4,10],[2,0],[3,7],[6,-2],[4,-10],[11,-5],[-4,-7],[0,-5],[3,-3],[5,-4],[3,0],[10,-4],[3,3],[5,-6],[6,-3],[40,23],[13,0],[10,-2],[5,-4],[4,1],[11,-5],[5,1],[15,9],[7,-3],[2,-18],[15,-17],[9,5],[22,5],[12,-7],[7,-2],[9,9],[-6,17],[48,-1],[9,7],[5,12],[-6,7],[-7,5],[-1,9],[8,7],[13,-4],[11,26],[9,3],[11,1],[12,26],[24,5],[55,-10],[39,-3],[43,13],[35,-8],[30,5],[25,-1],[20,5],[35,1],[6,6],[23,2],[19,-6],[36,13],[10,-6],[22,0],[2,-5],[7,0],[7,-7],[7,5],[3,-2]],[[5072,7909],[-1,-10],[0,-2],[-1,-14],[0,-1],[-1,-7],[0,-5],[-3,-33],[-1,-3],[0,-3],[-1,-9],[-1,-9],[1,-8],[0,-3],[1,-4],[0,-3],[1,-5],[0,-7],[1,-3],[1,-15],[1,-5],[1,-6],[0,-3],[3,-20],[1,-11],[0,-1],[2,-13],[1,-5],[0,-2],[0,-1],[4,-34],[0,-1],[0,-2],[0,-2],[-9,-16],[-11,-21],[0,-1],[-15,-26],[-7,-12],[-1,-3],[-5,-9],[-13,-24],[-2,-3],[-1,-2],[-2,-4],[-1,-2],[-2,-4],[-2,-3],[-3,-7],[-7,-12],[-9,-16],[0,-1],[-1,0],[-5,3],[-34,20],[-26,16],[-2,1],[-10,6],[-4,2],[-3,2],[-22,10],[-3,1],[-4,2],[-4,1],[-2,1],[-20,9],[-7,3],[-11,5],[-12,5],[-6,2],[-10,4],[-3,2],[-8,3],[-27,11],[-10,-12],[-3,-4],[-1,-2],[-14,-19],[-3,-5],[-2,-3],[-1,-1],[-2,-4],[-12,-7],[-28,-16],[-4,-2],[-3,-2],[-1,-1],[-39,-23],[-4,-3],[-4,-2],[-14,-10],[-17,-11],[-3,-2],[-14,-9],[-17,-12],[-2,-6],[-1,-1],[-3,-10],[-1,-5],[-1,-2],[-1,-3],[-13,-39],[0,-2],[-2,-3],[-1,-5],[0,-1],[-1,-1],[-10,-30],[-3,-9],[-3,-9],[-15,-46],[-4,-10],[-1,-3],[-4,-11],[-6,-10],[-1,-2],[-9,-15],[-6,-11],[-9,-13],[-23,-32],[-20,-2],[-14,-1],[-2,0],[-8,-1],[-13,-2],[-33,-5],[-4,-11],[-12,-29],[-2,-6],[-2,-5],[-4,-10],[3,-5],[5,-8],[1,0],[2,-4],[8,-11],[8,-11],[5,-8],[2,-3],[1,-1],[1,-2],[18,-27],[2,-3],[7,-9],[6,-9],[1,-2],[1,-1],[4,-6],[2,-4],[3,-4],[6,-9],[3,-5],[2,-3],[2,-3],[2,-3],[6,-9],[2,-4],[3,-4],[7,-11],[0,-11],[-1,-5],[0,-1],[0,-2],[0,-1],[0,-3],[-1,-12],[0,-1],[-2,-32],[0,-1],[0,-1],[0,-4],[0,-4],[0,-5],[-1,-6],[0,-11],[0,-10],[-1,-4],[0,-3],[-8,-6],[-8,-5],[-14,-9],[-12,-9],[-4,-2],[-4,-3],[-20,-13],[-23,-21],[-10,-9],[-1,-1],[-2,-2],[-19,-17],[0,-1],[-1,0],[-11,-20],[-1,-2],[-4,-7],[-7,-11],[-7,-9],[-13,-22],[-5,-6],[-7,-12],[-7,-10],[-8,-10],[-1,-2],[-1,-2],[-1,-2],[-2,-2],[-1,-2],[-7,-11],[-9,-13],[-6,-9],[-18,-28],[-2,-3],[-12,-18],[-17,-27],[-4,-5],[-14,-13],[-3,-2],[-1,-1],[-13,-11],[-27,-23],[-2,-1],[-1,-1],[-15,-17],[-12,-12],[6,-23],[10,-35],[3,-10],[9,-34],[3,-12],[3,-14],[1,-6],[3,-10],[1,-3],[0,-1],[-30,-17],[-6,-4],[-2,0],[-24,-14],[-1,-1],[-2,-1],[-5,-3],[-2,-1],[-20,-12],[-13,-8],[-24,-14],[-6,-4],[-12,-7],[-10,-6],[-3,-1],[-2,-2],[-3,0],[-2,0],[-4,-1],[-8,0],[-10,-1],[-4,0],[-5,-1],[-7,-1],[-11,-1],[-2,0],[-1,0],[-5,0],[-14,-1],[-8,-1],[-11,-1],[-22,-2],[-5,0],[-5,-1],[-6,0],[-4,0],[-6,-1],[-1,0],[-7,0],[-2,-1],[-7,0],[-1,0],[-4,0],[-2,-1],[-5,0],[-4,0],[-4,-1],[-4,0],[-4,0],[1,-7],[2,-11],[0,-1],[2,-8],[0,-1],[0,-2],[2,-11],[0,-2],[0,-3],[1,-3],[0,-3],[1,-7],[2,-8],[0,-4],[1,-3],[0,-1],[1,-6],[1,-7],[0,-1],[7,-39],[1,-14],[1,-13],[0,-2],[1,-4],[0,-5],[1,-3],[0,-1],[0,-2],[1,-4],[5,-23],[2,-9],[0,-1],[2,-6],[0,-1],[1,-4],[0,-2],[4,-14],[-1,-2],[-2,-5],[-2,-4],[-2,-5],[-1,-2],[-2,-5],[-1,-5],[-3,-7],[-3,-10],[-4,-8],[0,-1],[-1,-3],[-1,-2],[-5,-14],[0,-2],[-3,-6],[-1,-7],[0,-1],[0,-6],[-1,-5],[0,-4],[-1,-4],[0,-3],[-1,-7],[-2,-20],[-1,-8],[-1,-10],[-1,-4],[0,-1],[-1,-6],[-3,-28],[-2,-14],[0,-3],[0,-1],[0,-34],[0,-14],[0,-5],[0,-3],[0,-6],[1,-41],[0,-5],[0,-4],[0,-4],[1,-21],[0,-4],[0,-2],[1,-12],[-1,-1],[-2,-2],[-1,-1],[-7,-6],[-1,-2],[-2,-1],[-7,-7],[-2,-3],[-12,-11],[-12,-12],[0,-4],[-1,-1],[0,-3],[-7,-31],[-1,-5],[0,-3],[-1,-2],[-4,-23],[-1,-2],[-2,-10],[-2,-10]],[[2345,5659],[1,0],[10,24],[12,25],[12,26],[45,95],[56,197],[42,148],[2,6],[3,6],[3,7],[0,1],[74,150],[97,193],[3,6],[4,6],[4,6],[4,6],[5,5],[5,6],[5,5],[2,2],[74,67],[-69,147],[-112,231],[-2,6],[-3,6],[-7,21],[-3,6],[-1,7],[-2,6],[-1,7],[-1,6],[0,7],[0,6],[1,7],[0,6],[2,7],[1,5],[2,6],[1,3],[14,40],[2,6],[3,6],[3,7],[3,6],[4,5],[4,6],[5,6],[5,5],[5,5],[5,5],[6,5],[6,5],[43,31],[3,2],[15,10],[7,5],[6,3],[102,61],[50,30],[14,35],[38,95],[3,6],[3,7],[4,6],[2,4],[32,48],[28,41],[41,61],[4,6],[5,6],[4,5],[6,5],[2,3],[33,31],[6,5],[6,5],[6,4],[7,5],[6,4],[5,2],[62,35],[94,51],[44,57],[38,47],[75,94],[8,10],[31,55],[3,6],[4,6],[5,6],[4,5],[5,6],[6,5],[3,3],[21,19],[87,76],[56,48],[11,10],[88,75],[42,36],[6,5],[6,4],[7,5],[7,4],[3,2],[75,42],[48,26],[48,27],[148,80],[8,4],[7,4],[8,3],[9,3],[1,1],[168,58]],[[4396,8687],[95,-133],[-74,-183],[-94,-116],[22,-56],[-31,-17],[-9,-19],[-20,-23],[-6,-19],[3,-10],[31,1],[8,-41],[-15,-1],[-12,-4],[2,-1],[-2,-3],[0,-4],[-3,-2],[-2,2],[-8,-7],[-7,1],[-10,-3],[1,-7],[-4,-7],[-13,0],[-3,2],[-1,-1],[-11,1],[-3,-2],[-4,1],[3,-6],[-5,-11],[4,-6],[5,-1],[-5,-7],[-4,-12],[-4,-1],[-4,-5],[-6,-2],[-14,6],[-7,-5],[-1,-3],[-5,-3],[-7,-1],[2,-7],[6,-8],[-3,-4],[5,-7],[-2,-8],[-13,-8],[-6,1],[-8,-5],[6,-5],[-1,-4],[2,-7],[3,-1],[-2,-2],[5,-5],[0,-5],[9,-3],[1,-8],[4,-3],[-1,-3],[2,-5],[-3,-1],[5,-10],[-8,-8],[-8,-3],[1,-3],[-7,-5],[1,-4],[11,-8],[1,5],[3,4],[6,2],[6,5],[-2,6],[6,7],[11,5],[8,2],[0,7],[5,3],[4,0],[0,4],[9,4],[8,13],[16,-1],[7,1],[2,11],[-3,6],[6,4],[2,7],[6,8],[2,13],[4,2],[1,4],[3,1],[3,3],[7,-9],[7,-4],[2,-6],[-4,-2],[0,-1],[10,-6],[14,5],[1,7],[3,4],[0,3],[17,2],[1,5],[3,-1],[3,-3],[5,8],[4,2],[5,-3],[7,1],[8,4],[8,1],[9,5],[14,-21],[5,1],[3,-1],[9,-6],[3,-5],[12,-6],[12,1],[11,-9],[-1,-13],[9,2],[25,16],[13,-12],[6,-10],[-14,-6],[-3,-9],[3,-2],[5,-15],[16,-2],[33,9],[12,8],[-1,3],[4,2],[4,5],[3,0],[5,2],[3,5],[2,0],[23,20],[122,-11],[48,4],[76,25],[72,1],[77,7],[23,1],[37,-53]],[[6466,8302],[-24,26],[-5,6],[-20,21],[-6,6],[-1,2],[-14,16],[-3,4],[-9,9],[-2,3],[-10,11],[-9,13],[-19,25],[-2,2],[-5,6],[-7,1],[-2,1],[-6,1],[-15,3],[-5,1],[-5,1],[-13,2],[-2,1],[-12,2],[-59,13],[-51,-29],[-15,-9],[-9,-7],[-7,-6],[-7,-6],[-10,-9],[-6,-22],[13,-23],[5,-10],[1,-2],[3,-4],[3,-12],[12,-9],[7,-5],[-5,-12],[-5,-15],[-1,-3],[-1,-2],[-2,-5],[-1,-2],[0,-1],[-4,-9],[-13,6],[-4,2],[-46,23],[-7,3],[-23,12],[-18,9],[-1,0],[-10,6],[-9,-7],[-16,-11],[-1,-1],[-2,-1],[-12,-9],[-7,-6],[-7,-4],[-1,-1],[-2,-2],[-3,-2],[-1,0],[-2,0],[-13,-1],[-5,0],[-13,-1],[-1,0],[-6,0],[-5,-1],[-44,-2],[-15,-1],[-73,-4],[13,-14],[5,-4],[28,-30],[3,-3],[2,-1],[13,-14],[9,-9],[15,-13],[1,0],[0,-1],[2,-18],[1,-12],[3,-20],[0,-1],[0,-5],[3,-20],[1,-6],[1,-7],[0,-1],[-1,-1],[-2,-4],[0,-1],[-6,-12],[-2,-3],[-2,-5],[-7,-14],[-3,-6],[-4,-10],[-1,-1],[-20,-43],[-1,-1],[-7,-7],[-12,-12],[-1,-1],[-22,-23],[-10,-9],[-2,-2],[-22,-13],[-19,-11],[4,-3],[2,-1],[5,-4],[3,-1],[18,-11],[15,-6],[26,-11],[31,-13],[-10,-8],[-4,-3],[-4,-4],[-1,0],[-22,-18],[0,-1],[-1,0],[-22,-19],[-3,-3],[-6,-5],[-1,-1],[-3,-2],[-7,-6],[-3,-3],[-1,-1],[-2,-1],[-5,-7],[-1,-1],[-2,-1],[-5,-7],[-1,0],[-6,-8],[-29,11],[-1,0],[-5,2],[-16,6],[-26,9],[-20,7],[-74,26],[-10,3],[-19,7],[-22,7],[-14,5],[-12,5],[-26,8],[-5,2],[-3,1],[-24,8],[-23,8],[-10,3],[-14,0],[-6,-1],[-37,-2],[-17,-1],[-14,0],[-20,-2],[-7,0],[-7,0],[-1,-1],[-6,0],[-2,0],[-8,6],[-17,13],[-24,17],[-9,7],[-4,2],[-5,3],[-11,7],[-6,-2],[-10,-3],[-22,-8],[-6,-2],[-5,-1],[-3,-1],[-31,-10],[-18,-6]],[[4396,8687],[114,38],[39,13],[48,21],[33,14],[56,23],[37,48],[96,122],[5,6],[5,6],[59,59],[68,69],[36,36],[94,91],[5,5],[7,5],[6,5],[7,5],[7,4],[7,4],[8,4],[8,4],[8,4],[8,3],[158,59],[9,3],[9,2],[195,54],[110,30],[68,18],[217,57]],[[5923,9499],[190,-342],[68,-12],[5,1],[18,-3],[13,-5],[10,-7],[10,0],[6,-4],[20,-3],[-2,-5],[5,-2],[4,0],[8,5],[4,0],[2,2],[5,-6],[4,-2],[8,1],[5,7],[10,2],[22,-4],[-2,-4],[-5,-4],[4,-3],[2,-6],[4,0],[7,-4],[3,-6],[7,-1],[-2,-2],[3,-2],[5,-3],[7,-1],[-3,-8],[3,-5],[25,-4],[9,-6],[1,-3],[4,-3],[17,7],[-2,14],[16,9],[0,12],[18,-7],[8,4],[7,6],[14,2],[13,5],[14,-1],[4,-23],[-2,-5],[-7,-5],[5,-5],[19,-40],[12,0],[3,-4],[1,-15],[-2,-1],[2,-2],[-10,-6],[-1,-11],[6,-3],[11,-19],[5,-4],[-1,-11],[14,-11],[44,-16],[12,2],[22,-6],[10,-13],[-28,-20],[11,-8],[19,-1],[6,-11],[-5,-2],[-17,-18],[-13,-21],[31,-15],[7,-16],[-7,-19],[12,-19],[67,-37],[29,16],[21,-15],[-17,-19],[-25,-11],[-2,-19],[-10,-15],[0,-8],[-15,-5],[7,-25],[-17,5],[-15,3],[-44,-4],[-47,-20],[-37,-3],[-2,-9],[10,-13],[-5,-17],[14,-24],[0,-21],[14,-4],[12,-25],[13,-15],[17,-30],[10,-4],[7,-17],[-2,-10],[4,-16],[-6,-19],[4,-12],[-12,-13],[2,-13],[-8,-11],[-24,-6],[-22,-9],[-12,-8],[-121,-5]],[[5923,9499],[251,63],[190,47],[76,35],[119,54],[21,10],[60,27],[4,1],[134,57],[145,60],[143,59],[9,3],[7,3],[3,1],[10,3],[9,2],[9,2],[10,2],[10,2],[9,2],[8,0],[31,4],[10,1],[10,0],[117,6],[104,4],[105,16],[225,33],[10,1],[10,1],[10,1],[10,0],[11,0],[10,0],[91,-4],[259,-13],[138,-7],[237,-15],[10,0],[10,-2],[76,-9],[114,-15],[7,-1],[6,-1],[10,-1],[10,-2],[9,-2],[10,-3],[9,-2],[9,-4],[8,-3],[9,-3],[6,-3],[218,-104],[147,-71],[166,-58],[9,-3],[119,-43],[9,-3],[8,-3],[8,-4],[7,-4],[43,-22],[8,-5],[1,-1],[191,-115],[29,-17],[118,-73],[7,-5],[7,-4],[6,-5],[6,-6],[3,-2],[6,-6],[5,-5],[6,-6],[4,-6],[3,-3],[4,-6],[4,-6],[4,-6],[3,-7],[2,-6],[3,-6],[1,-7],[2,-6],[0,-7],[1,-4],[0,-6],[0,-7],[-1,-6],[-1,-7],[-1,-7],[-2,-6],[-3,-6],[-2,-7],[-3,-6],[-32,-59],[-19,-69],[-29,-17],[-21,-15],[-60,-43],[-30,-21],[-33,-24],[-104,-136],[1,-2],[0,-2],[1,-1],[0,-1],[2,-2],[0,-1],[1,0],[2,-2],[1,-2],[0,-1],[0,-1],[2,-2],[3,-3],[3,-3],[1,-3],[1,-4],[0,-2],[1,-1],[0,-1],[1,-2],[1,-3],[3,-2],[1,0],[1,-1],[0,-2],[0,-3],[0,-6],[-1,-2],[-2,-1],[-2,-1],[-1,-1],[3,-4],[3,-3],[2,-3],[5,-2],[3,-2],[1,-3],[2,-3],[2,-2],[2,-1],[2,-1],[1,-3],[-1,-2],[-2,0],[-3,-1],[-1,-2],[-1,-2],[0,-1],[1,-2],[2,-5],[0,-2],[1,-4],[0,-1],[0,-1],[3,-3],[2,-3],[2,-2],[0,-3],[0,-2],[0,-1],[-1,-3],[0,-2],[0,-2],[0,-1],[0,-1],[1,0],[0,-1],[0,-2],[-2,-4],[-1,-5],[0,-3],[0,-2],[0,-4],[0,-6],[-2,-5],[0,-1],[0,-3],[0,-2],[-1,-3],[-5,-3],[-3,-2],[-3,0],[-4,-2],[-2,-2],[0,-1],[-1,0],[-2,-1],[-1,-1],[-5,-3],[-5,-2],[-6,-3],[-2,-1],[-4,-2],[-1,0],[-1,0],[-3,0],[-1,0],[-1,1],[-6,1],[-7,1],[-6,0],[-9,2],[-4,1],[-16,3],[-20,0],[-3,0],[-1,0],[-12,1],[-16,-1],[-2,-1],[-3,6],[-9,8],[0,1],[-3,2],[-4,4],[-5,5],[-5,5],[-2,2],[-2,2],[-5,4],[-12,8],[-2,1],[-3,2],[-2,2],[-14,9],[-6,4],[-4,3],[-6,4],[-4,2],[-1,1],[-3,1],[-2,2],[-9,5],[-6,3],[-1,0],[-7,4],[-2,1],[-2,1],[-8,3],[-3,-1],[-2,0],[-5,-2],[-8,-3],[-6,-2],[3,-11],[3,0],[2,0],[7,0],[2,0],[2,0],[1,-1],[1,-5],[2,-5],[0,-1],[1,-5],[0,-2],[1,-4],[1,-3],[1,-5],[1,-3],[2,-4],[2,-1],[2,-2],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[1,-2],[2,-6],[1,-1],[-1,-2],[0,-2],[-1,-1],[-1,-1],[0,-1],[0,-2],[1,-2],[0,-2],[0,-2],[-2,-5],[-1,-3],[-2,-3],[-1,0],[-7,-2],[-5,-4],[-2,-2],[-2,-3],[-1,-3],[-1,-3],[0,-5],[0,-2],[0,-2],[0,-5],[0,-1],[0,-2],[-1,-3],[-1,-2],[0,-1],[1,-3],[1,-2],[0,-1],[-1,-2],[-2,-1],[-2,-2],[-5,-3],[-2,-2],[-3,-3],[-1,-1],[-3,-4],[-2,-3],[-4,-6],[-1,-3],[-2,-2],[-2,-1],[-4,-3],[-5,-4],[-6,-3],[-8,-3],[-4,-1],[-3,-1],[-2,0],[-1,0],[-1,1],[-2,0],[-1,1],[0,2],[-1,3],[-4,3],[-1,0],[-1,0],[-8,1],[-4,2],[-5,1],[-1,0],[-2,0],[-3,-1],[-2,-1],[-1,0],[-1,-2],[-5,-3],[-6,-4],[-4,-3],[0,-1],[-1,-1],[-2,-3],[-5,-2],[-4,-1],[-4,-1],[-5,-1],[-6,-2],[-3,-3],[-1,-1],[-1,-5],[-2,-1],[-2,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-4,-4],[-4,-2],[-3,-2],[-2,-2],[-5,-2],[-3,-3],[-2,-3],[-3,-2],[-2,-2],[-5,-2],[-1,-1],[-3,-3],[-3,-2],[-4,-3],[-1,-1],[-2,-1],[-3,0],[-3,0],[-2,0],[-3,1],[-1,2],[0,1],[-1,1],[0,1],[-5,3],[-5,-2],[-1,-1],[-4,-2],[-2,0],[-8,-1],[-2,0],[-2,1],[-2,0],[-2,0],[-2,-1],[-1,0],[-2,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-2,2],[-4,0],[-2,0],[-4,-3],[-6,-4],[-5,-2],[-1,-1],[-2,-1],[-2,0],[-2,-1],[-2,-2],[-1,-1],[-1,0],[-5,-1],[-1,0],[-2,-1],[-2,-2],[0,-1],[-1,-4],[0,-2],[-1,-3],[0,-1],[-2,-3],[0,-1],[0,-5],[1,-4],[-1,-3],[1,-4],[1,-1],[1,-3],[1,-1],[2,-1],[3,-1],[2,-2],[1,-1],[1,-2],[1,-1],[0,-2],[-1,-3],[-1,-3],[-2,-3],[-1,-4],[0,-1],[-2,-5],[-1,-1],[0,-1],[1,-6],[-1,-6],[1,-1],[0,-1],[-2,-5],[-1,-2],[-3,-4],[-3,-4],[-1,-1],[-2,0],[-3,-2],[0,-2],[0,-3],[0,-2],[-2,-3],[-2,-4],[-1,-3],[0,-1],[1,-2],[0,-3],[0,-2],[-1,-1],[-2,0],[-1,-1],[0,-2],[2,-3],[2,-3],[-26,-30],[-4,-4],[-6,-3],[-18,-17],[-13,-18],[-5,-3],[-1,0],[-1,1],[-3,5],[-1,1],[-4,4],[-2,2],[-9,5],[-1,0],[-9,6],[-4,2],[-6,4],[-15,10],[-1,1],[-11,7],[-5,7],[-1,1],[-1,1],[-5,9],[-1,1],[-2,2],[-1,1],[-2,3],[5,24],[0,2],[4,18],[0,1],[0,4],[0,18],[0,3],[0,4],[0,8],[4,4],[32,30],[18,16],[1,1],[11,10],[9,8],[3,3],[9,8],[12,10],[20,19],[9,9],[2,1],[11,10],[7,10],[1,1],[1,2],[4,5],[4,6],[1,2],[4,5],[0,1],[9,11],[11,16],[-4,8],[-5,10],[-1,2],[-8,15],[-4,8],[0,1],[-1,1],[-2,3],[-1,3],[-4,7],[-6,13],[-12,23],[-12,24],[-2,6],[-1,2],[0,2],[-1,2],[0,2],[-1,3],[-1,1],[-1,4],[-1,3],[-1,3],[-1,3],[-1,4],[-1,2],[-1,4],[-3,1],[-1,0],[-13,5],[-10,3],[-9,3],[-1,0],[-8,3],[-4,1],[-1,0],[-4,2],[-11,3],[-8,2],[-5,2],[-1,0],[-1,1],[-2,0],[0,1],[-8,3],[-6,2],[-21,7],[-2,1],[-5,2],[-3,1],[-2,1],[-2,1],[-13,4],[-17,6],[-17,6],[-2,1],[-21,7],[-2,1],[-5,2],[-3,0],[-13,5],[-22,8],[-2,0],[-5,2],[-11,3],[-7,7],[-4,3],[-3,2],[-3,3],[-10,8],[3,13],[2,8],[0,1],[1,1],[-7,3],[-4,2],[-7,3],[-4,2],[-3,1],[-6,3],[-8,3],[-1,1],[-6,3],[-6,2],[-8,4],[-2,1],[-5,2],[-4,4],[-1,1],[-3,3],[-2,2],[-9,10],[-4,4],[-4,4],[-1,1],[-1,1],[-7,8],[-1,1],[-6,6],[-1,1],[-5,5],[-3,3],[-2,4],[-4,4],[-2,2],[-3,3],[-1,1],[0,10],[-1,2],[0,6],[-1,10],[0,2],[-2,5],[-4,18],[0,3],[-1,1],[-1,0],[-3,0],[-7,-1],[-5,-2],[-12,-1],[-4,-1],[-7,-2],[-3,-1],[-2,-1],[-8,0],[-6,-2],[-5,-1],[-2,-2],[-4,-3],[-9,-3],[-2,0],[-2,1],[-2,1],[-4,2],[-2,2],[-1,1],[-2,1],[-3,1],[-6,0],[-2,1],[-2,-1],[-5,-1],[-1,0],[-4,0],[-6,0],[-3,-1],[-5,-2],[-6,-2],[-2,-1],[-1,0],[-5,-5],[-2,-1],[-3,-7],[-2,-3],[0,-2],[1,-3],[-1,-3],[-3,-4],[0,-2],[-2,-2],[-1,0],[-1,-1],[-2,0],[-8,-1],[-3,1],[-3,0],[-1,0],[-5,-1],[-8,0],[-4,-1],[-8,-5],[-2,-3],[-5,-6],[-1,-1],[-2,-1],[-2,-1],[-5,-3],[-4,-2],[-4,-1],[-4,0],[-1,1],[-1,1],[-3,0],[-1,-1],[-5,-2],[-2,-2],[-4,-3],[-1,-3],[1,-1],[4,-2],[2,-4],[1,-1],[2,-1],[1,-2],[0,-2],[0,-1],[-2,-1],[-3,-2],[-7,-2],[-4,0],[-9,-1],[-3,-1],[-6,-3],[-1,0],[-1,-1],[-3,-1],[-5,-1],[-6,-3],[-4,-1],[-2,-1],[-6,0],[-1,0],[-2,-1],[-4,-5],[0,-1],[-3,-3],[-2,-1],[-3,0],[-3,0],[-2,1],[-6,-1],[-5,-3],[0,-1],[-4,-1],[-2,0],[-4,4],[-3,2],[-2,3],[-1,2],[-6,7],[-6,3],[-4,0],[-7,0],[-4,0],[-4,-2],[-7,-3],[-5,0],[-2,1],[-2,1],[-1,1],[-4,3],[-2,4],[1,5],[1,3],[-1,2],[-2,0],[-6,1],[-6,-2],[-5,1],[-7,-1],[-7,-2],[-5,-3],[-4,-2],[-3,-2],[-2,0],[-3,-1],[-3,1],[-3,2],[-6,8],[-1,3],[-1,1],[-1,0],[-4,-2],[-4,0],[-12,-2],[-4,-2],[-4,0],[-11,-3],[-5,-3],[-2,-1],[-10,-1],[-8,0],[-3,-1],[-2,0],[-7,-3],[-1,-1],[-2,-5],[0,-7],[-1,-3],[-3,-2],[-5,-5],[-4,-3],[-4,-1],[-1,-2],[0,-4],[3,-4],[0,-1],[0,-1],[-1,-5],[-2,-3],[-3,-3],[0,-2],[-2,-4],[-2,-2],[-1,-4],[-3,-3],[-4,-2],[-2,-1],[-3,-1],[-3,-2],[-3,-2],[-2,-3],[-2,-1],[-3,-1],[-2,-2],[-5,-3],[-2,0],[-3,-1],[-5,-3],[-4,-2],[-4,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-4],[2,-3],[1,-2],[0,-4],[-1,-1],[-1,-1],[-4,0],[-1,0],[-1,-5],[-3,-4],[-1,-1],[-1,0],[-4,0],[-3,-2],[-4,-6],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-2,-1],[-2,-1],[-3,0],[-2,0],[-3,-1],[-1,-2],[0,-4],[-1,-2],[-4,-5],[-4,-3],[-1,-1],[-5,-3],[-6,-1],[-7,-2],[-6,-3],[-1,0],[-4,-1],[-4,1],[-6,2],[-2,-1],[-3,-3],[-5,-4],[-4,-4],[-3,-3],[-2,-3],[-4,-5],[-2,-6],[-3,-1],[-2,-2],[-1,0],[-5,-3],[-6,-4],[-2,-4],[0,-1],[1,-1],[1,-2],[1,-1],[3,-1],[3,0],[5,-1],[6,-3],[3,-4],[0,-3],[2,-4],[1,-2],[-1,-3],[1,-2],[0,-2],[0,-1],[-1,-1],[-1,-1],[3,-2],[2,-1],[1,-2],[1,-1],[0,-1],[-2,-4],[-2,-5],[-1,-1],[-2,-1],[-2,-2],[-1,-4],[0,-3],[-1,-3],[-3,-5],[-3,-1],[-3,-2],[-9,-7],[-3,-1],[-2,-1],[-3,-2],[-2,0],[-4,0],[-4,0],[-1,-1],[-1,-1],[-1,-5],[0,-1],[1,0],[7,-4],[4,-4],[2,-2],[0,-5],[-2,-3],[-4,-3],[-1,-3],[1,-4],[-4,-5],[-1,-4],[0,-2],[1,-1],[5,-4],[0,-5],[-2,-1],[-6,-3],[-2,-2],[-2,-4],[0,-6],[-2,-4],[-2,-3],[-1,-3],[-3,-4],[-1,0],[0,-2],[1,0],[1,-1],[0,-1],[-1,-2],[0,-1],[-2,0],[-1,0],[-1,-1],[-1,-1],[0,-1],[1,-1],[4,0],[3,-2],[2,-1],[1,-2],[-1,-1],[-4,0],[0,-1],[-1,-1],[2,-3],[1,1],[4,1],[2,-1],[1,-1],[3,-5],[1,-3],[0,-1],[-1,0],[-2,0],[-2,-2],[-1,-1],[0,-3],[-1,-2],[-2,-1],[-3,-3],[-1,-1],[1,-1],[1,-5],[1,-4],[-2,-2],[-4,-1],[-2,0],[-3,-1],[-1,0],[-1,0],[-2,-4],[0,-1],[-2,-3],[-2,-2],[-1,-2],[-1,-2],[0,-3],[-1,-4],[-1,-1],[-1,-2],[-4,-3],[-1,-6],[1,-3],[2,-1],[0,-1],[0,-2],[-2,-1],[-2,-1],[0,-2],[3,-2],[1,-5],[0,-1],[-2,-1],[-1,-1],[1,-2],[0,-2],[0,-1],[-3,-1],[-2,-1],[0,-2],[2,-3],[0,-1],[-1,-1],[-4,-4],[-3,-1],[-2,0],[-1,-2],[-1,-3],[3,-4],[0,-2],[-2,-5],[1,-4],[1,-3],[-1,-2],[1,-5],[0,-3],[-1,-2],[-3,-4],[-2,-4],[0,-1],[2,-2],[4,-5],[1,-2],[1,-3],[1,-3],[1,-2],[1,-3],[1,-3],[2,-5],[0,-3],[3,-5],[1,-2],[1,-4],[-1,-2],[-1,-1],[-1,-2],[-2,-3],[0,-4],[-1,-3],[-2,-2],[-1,-5],[2,-1],[1,-1],[1,0],[0,-2],[0,-1],[-1,-2],[-1,-4],[0,-2],[1,-5],[-1,-3],[0,-1],[2,-4],[3,-5],[3,-5],[2,-4],[-1,-2],[0,-1],[-1,-6],[-1,-2],[2,-5],[3,-2],[2,0],[2,-1],[2,-4],[1,-4],[-1,-3],[-5,-7],[-4,-2],[-2,-1],[-5,-4],[-3,-4],[0,-2],[-1,-2],[-3,-2],[0,-2],[0,-2],[1,-3],[0,-3],[-1,-1],[-1,-2],[-1,-2],[-4,-5],[-1,-1],[-1,-3],[1,-1],[0,-2],[-3,-4],[-3,-4],[-4,-6],[0,-2],[-3,-4],[0,-6],[-1,-2],[-6,-3],[-4,-4],[1,-2],[-2,-2],[-3,0],[-4,-4],[-1,-1],[-3,0],[-2,-1],[-6,2],[-4,1],[-5,0],[-4,0],[-2,1],[-3,2],[-3,3],[-4,2],[-1,1],[-1,2],[-1,1],[-1,1],[-3,0],[-2,0],[-7,-4],[-4,-2],[-5,-2],[-4,-1],[-3,0],[-1,0],[-4,-1],[-1,0],[1,-2],[1,-1],[-2,-1],[-7,-3],[-1,-1],[-5,-3],[-1,-1],[-7,-4],[-2,-1],[-1,0],[-1,-1],[-4,-2],[-3,-1],[-4,-1],[-3,-2],[-1,-2],[-2,-1],[-6,-4],[-5,-4],[-2,-2],[-1,-1],[-2,-4],[-1,-5],[-2,-2],[-2,-2],[-5,-3],[-3,-4],[-5,-3],[-4,-3],[-3,-2],[-4,-2],[-1,-3],[-2,-4],[-2,-5],[0,-2],[0,-3],[-1,-2],[-1,-4],[0,-4],[-3,-3],[-1,-1],[0,-3],[0,-3],[0,-4],[1,-5],[-1,-1],[-1,-3],[0,-4],[1,-3],[0,-1],[1,-4],[-3,-4],[-1,-2],[-1,-5],[0,-3],[0,-3],[0,-1],[-1,-5],[-1,-4],[1,-3],[0,-2],[1,-1],[0,-5],[0,-7],[2,-4],[0,-3],[-1,-3],[-1,-1],[-2,0],[-3,-1],[-3,0],[-1,-2],[0,-1],[0,-2],[-1,-1],[-3,-3],[-3,-3],[-1,0],[-2,1],[-1,1],[-2,1],[-1,1],[-2,0],[-3,0],[-4,-1],[-2,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[0,-1],[-1,0],[-2,-1],[-3,-1],[-3,0],[-2,0],[-1,1],[-1,2],[-1,0],[-6,0],[-4,-2],[-2,-1],[-5,-2],[-5,-4],[-4,-17],[-1,-20],[-9,3],[-8,3],[-10,21],[-6,12],[-7,14],[-3,7],[-24,13],[-3,1],[-8,4],[-3,2],[-26,13],[-6,2],[-44,11],[-2,1],[-1,0],[-10,2],[-47,11],[-19,7],[-3,3],[-5,4],[-7,6],[-20,6],[1,8],[0,1],[1,18],[-24,-6],[-6,-2],[-6,7],[-2,2],[-1,1],[-3,3],[-15,16],[-2,1],[-4,5],[-41,7],[-35,-13],[-16,-50],[-20,-33],[-7,-1],[-1,0],[-20,-2],[-10,-1],[-1,-1],[-7,-1],[-15,-1],[-8,-1],[-3,-1],[-1,0],[-11,-1],[-7,-3],[-3,-1],[-18,-8],[-2,-1],[-14,-7],[-15,-7],[-5,-3],[-11,-5],[-14,-7],[-1,0],[-6,-3],[-3,-2],[-7,7],[-2,2],[-4,5],[-11,10],[-6,7],[-2,1],[-1,2],[-2,1],[-9,10],[-4,0],[-1,0],[-28,0],[-56,-1],[-6,2],[-5,2],[-12,5],[-1,1],[-9,3],[-6,3],[-10,4],[-5,1],[-14,6],[-2,1],[-2,1],[-24,12],[-13,-4],[-8,-3],[-6,-2],[-3,-1],[-4,-2],[-1,0],[-4,-1],[-3,-2],[-3,0],[-13,-5],[0,4],[-2,10],[-3,23],[-1,4],[0,3],[-1,8],[-2,8],[-3,21],[-4,5],[-10,13],[-2,2],[0,1],[-2,2],[-4,5],[-1,1],[-4,5],[-7,9],[-7,9],[-10,12],[-3,3],[-2,10],[-1,5],[-1,4],[-1,9],[-17,20],[-25,31],[-3,4],[-2,3],[-4,4],[-13,16],[-6,7]]],"transform":{"scale":[0.0027676835683568333,0.0013627236223622346],"translate":[4.087524499999802,57.75900549999983]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/PL.json b/dist-amd/map/TopoJSON/PL.json new file mode 100644 index 0000000000..a0a08ecc58 --- /dev/null +++ b/dist-amd/map/TopoJSON/PL.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1]]},{"type":"Polygon","arcs":[[2,3,4,-2,5,6,7]]},{"type":"Polygon","arcs":[[8]]},{"type":"Polygon","arcs":[[9,10,11,12,13]]},{"type":"Polygon","arcs":[[14,15,16]]},{"type":"Polygon","arcs":[[17,18]]},{"type":"Polygon","arcs":[[19,-7,20,-11,21]]},{"type":"Polygon","arcs":[[22,-18,23,-13,24,25,26]]},{"type":"Polygon","arcs":[[27,28,-3,29,30]]},{"type":"Polygon","arcs":[[31,32,-4,-29,33,34],[-9]]},{"type":"Polygon","arcs":[[35,-14,-24,-19,-23,36,37]]},{"type":"Polygon","arcs":[[38,39,-32,40]]},{"type":"Polygon","arcs":[[41]]},{"type":"Polygon","arcs":[[42,-26,43,44,45,46]]},{"type":"Polygon","arcs":[[47,-16,48,49,50,51]]},{"type":"Polygon","arcs":[[52,-17,-48,53]]},{"type":"Polygon","arcs":[[54,-30,-8,-20,55,56,57]]},{"type":"Polygon","arcs":[[58,-46,59,60]]},{"type":"Polygon","arcs":[[-60,-45,61,62,63,64]]},{"type":"Polygon","arcs":[[65,66,-47,-59,67,68]]},{"type":"Polygon","arcs":[[69,70,-56,-22,-10,-36,71]]},{"type":"Polygon","arcs":[[72,73,74,-39,75,76]]},{"type":"Polygon","arcs":[[77,-50,78,-74,79],[-42]]},{"type":"Polygon","arcs":[[80,81,82,-37,-27,-43,-67,83]]},{"type":"Polygon","arcs":[[-64,84,85]]},{"type":"Polygon","arcs":[[86,-51,-78,87,88]]},{"type":"Polygon","arcs":[[89,-68,-61,-65,-86,90,91]]},{"type":"Polygon","arcs":[[92,-72,-38,-83,93,94]]},{"type":"Polygon","arcs":[[95,-81,96,97]]},{"type":"Polygon","arcs":[[98]]},{"type":"Polygon","arcs":[[99,-69,-90,100]]},{"type":"Polygon","arcs":[[101,-94,-82,-96,102,103]]},{"type":"Polygon","arcs":[[104,-91,-85,-63,105,106,107]]},{"type":"Polygon","arcs":[[-58,108,109,110,111]]},{"type":"Polygon","arcs":[[112,-110,113,114]]},{"type":"Polygon","arcs":[[-88,-80,-73,115,116,117]]},{"type":"Polygon","arcs":[[118,-97,-84,-66,-100,119,120]]},{"type":"Polygon","arcs":[[121,-107,122,123]]},{"type":"Polygon","arcs":[[124]]},{"type":"Polygon","arcs":[[-31,-55,-112,125,126,127]]},{"type":"Polygon","arcs":[[128,-70,-93,129,130]]},{"type":"Polygon","arcs":[[-126,-111,-113,131]]},{"type":"Polygon","arcs":[[132,133,-104,134]]},{"type":"Polygon","arcs":[[-130,-95,-102,-134,135,136,137]]},{"type":"Polygon","arcs":[[138,-135,-103,-98,-119,139,140,141,142]]},{"type":"Polygon","arcs":[[143,144,145]]},{"type":"Polygon","arcs":[[-145,146,-140,-121,147,148,149]]},{"type":"Polygon","arcs":[[150,-136,-133,-139,151,152]]},{"type":"Polygon","arcs":[[153,-141,-147,-144,154,155]]},{"type":"Polygon","arcs":[[156,-54,-52,-87,157,158,159],[-99]]},{"type":"Polygon","arcs":[[-34,-28,-128,160,161]]},{"type":"Polygon","arcs":[[162,163,164]]},{"type":"Polygon","arcs":[[165,-108,-122,166,167,168]]},{"type":"Polygon","arcs":[[-142,-154,169,170]]},{"type":"Polygon","arcs":[[171,-137,-151,172]]},{"type":"Polygon","arcs":[[173]]},{"type":"Polygon","arcs":[[-149,174,-164,175,176]]},{"type":"Polygon","arcs":[[177,-116,-77,178,179,180]]},{"type":"Polygon","arcs":[[-179,-76,-41,-35,-162,181,182,183],[-125]]},{"type":"Polygon","arcs":[[184,-155,-146,-150,-177,185]]},{"type":"Polygon","arcs":[[186,-114,-109,-57,-71,-129,187,188]]},{"type":"Polygon","arcs":[[189,-170,-156,-185,190]]},{"type":"Polygon","arcs":[[-182,-161,-127,-132,-115,-187,191,192]]},{"type":"Polygon","arcs":[[193,-117,-178,194,195]]},{"type":"Polygon","arcs":[[196,-167,-124,197,198,199]]},{"type":"Polygon","arcs":[[200,201,-173,-153,202]]},{"type":"Polygon","arcs":[[203,-168,-197,204]]},{"type":"Polygon","arcs":[[205,-188,-131,-138,-172,-202,206]]},{"type":"Polygon","arcs":[[207,208,209,210]]},{"type":"Polygon","arcs":[[211,212,-183,-193,213,214]]},{"type":"Polygon","arcs":[[-165,-175,-148,-120,-101,-92,-105,-166,215,216]]},{"type":"Polygon","arcs":[[217,218,219]]},{"type":"Polygon","arcs":[[-180,-184,-213,220,221,222]]},{"type":"Polygon","arcs":[[223,-199,224,225,226,227]]},{"type":"Polygon","arcs":[[228,-203,-152,-143,-171,-190,229,230]]},{"type":"Polygon","arcs":[[-226,231,-208,232,233]]},{"type":"Polygon","arcs":[[234,235,-160,236]]},{"type":"Polygon","arcs":[[237,-214,-192,-189,-206,238,239]]},{"type":"Polygon","arcs":[[240,-230,-191,-186,-176,-163,-217,241,242]]},{"type":"Polygon","arcs":[[243]]},{"type":"Polygon","arcs":[[244,-219,245,-158,-89,-118,-194,246,247],[-174]]},{"type":"Polygon","arcs":[[248,-242,-216,-169,-204,249,250]]},{"type":"Polygon","arcs":[[251,-237,-159,-246,-218,252,253]]},{"type":"Polygon","arcs":[[254,255]]},{"type":"Polygon","arcs":[[256,-233,-211,257,258,259]]},{"type":"Polygon","arcs":[[-255,260,-258,-210,261,262,263,264]]},{"type":"Polygon","arcs":[[265,-195,-181,-223,266,267]]},{"type":"Polygon","arcs":[[-263,268,269,270]]},{"type":"Polygon","arcs":[[-253,-220,-245,271,272]]},{"type":"Polygon","arcs":[[273,274]]},{"type":"Polygon","arcs":[[275,-231,-241,276,277]]},{"type":"Polygon","arcs":[[278,279,-247,-196,-266,280]]},{"type":"Polygon","arcs":[[281,282,-227,-234,-257,283]]},{"type":"Polygon","arcs":[[284,-239,-207,-201,-229,-276,285,286]]},{"type":"Polygon","arcs":[[-221,-212,287,288,289]]},{"type":"Polygon","arcs":[[290,-270,291,-275,292,293,294]]},{"type":"Polygon","arcs":[[-288,-215,-238,295,296]]},{"type":"Polygon","arcs":[[297,-277,-243,-249,298,299]]},{"type":"Polygon","arcs":[[300,-235,-252,301,302]]},{"type":"Polygon","arcs":[[303,-259,-261,-256,-265,304,305]]},{"type":"Polygon","arcs":[[306,307,-250,-205,-200,-224,308,309],[-244]]},{"type":"Polygon","arcs":[[-309,-228,-283,310,311]]},{"type":"Polygon","arcs":[[312,313]]},{"type":"Polygon","arcs":[[314,315,-267,-222,-290,316,317]]},{"type":"Polygon","arcs":[[318,319]]},{"type":"Polygon","arcs":[[320,-272,-248,-280,321,322]]},{"type":"Polygon","arcs":[[-296,-240,-285,323,324]]},{"type":"Polygon","arcs":[[325,326,327,328]]},{"type":"Polygon","arcs":[[329,-305,-264,-271,-291,330,331]]},{"type":"Polygon","arcs":[[332,-294,333,-326,334]]},{"type":"Polygon","arcs":[[335,-311,-282,336,337]]},{"type":"Polygon","arcs":[[-281,-268,-316,338,-319,339,340]]},{"type":"Polygon","arcs":[[341]]},{"type":"Polygon","arcs":[[-331,-295,-333,342,343]]},{"type":"Polygon","arcs":[[344]]},{"type":"Polygon","arcs":[[345,346,347]]},{"type":"Polygon","arcs":[[348,-286,-278,-298,349,-314,350,351,352]]},{"type":"Polygon","arcs":[[-351,-313,-350,-300,353,354,355]]},{"type":"Polygon","arcs":[[356,-322,-279,-341,357,358]]},{"type":"Polygon","arcs":[[-354,-299,-251,-308,359,360,361]]},{"type":"Polygon","arcs":[[362,-310,-312,-336,363,364]]},{"type":"Polygon","arcs":[[-347,365,-306,-330,366,367,368]]},{"type":"Polygon","arcs":[[369,-360,-307,-363,370]]},{"type":"Polygon","arcs":[[371,372,-324,-287,-349,373]]},{"type":"Polygon","arcs":[[374,-358,-340,-320,-339,-315,375]]},{"type":"Polygon","arcs":[[376,-337,-284,-260,-304,-366,-346,377]]},{"type":"Polygon","arcs":[[378]]},{"type":"Polygon","arcs":[[379,-303,380,381,382]]},{"type":"Polygon","arcs":[[383,384,-367,-332,-344,385,386],[-345]]},{"type":"Polygon","arcs":[[387,388,389,-317,-289,-297,-325,-373,390,391],[-342]]},{"type":"Polygon","arcs":[[392,-328,393,394,395]]},{"type":"Polygon","arcs":[[396,-323,-357,397,398]]},{"type":"Polygon","arcs":[[399,-381,-302,-254,-273,-321,-397,400,401]]},{"type":"Polygon","arcs":[[402,-389,403,404]]},{"type":"Polygon","arcs":[[405,-352,-356,406,407]]},{"type":"Polygon","arcs":[[-386,-343,-335,-329,-393,408,409]]},{"type":"Polygon","arcs":[[410,411,-374,-353,-406,412,413]]},{"type":"Polygon","arcs":[[414,-371,-365,415,416]]},{"type":"Polygon","arcs":[[417,-376,-318,-390,-403,418,419]]},{"type":"Polygon","arcs":[[420,-382,-400,421,422],[-379]]},{"type":"Polygon","arcs":[[423,-416,-364,-338,-377,424,425,426]]},{"type":"Polygon","arcs":[[427,-368,-385,428,429]]},{"type":"Polygon","arcs":[[-398,-359,-375,-418,430,431]]},{"type":"Polygon","arcs":[[432,-392,433,434]]},{"type":"Polygon","arcs":[[435,-404,-388,-433,436,437]]},{"type":"Polygon","arcs":[[438,-407,-355,-362,439,440,441]]},{"type":"Polygon","arcs":[[442,-440,-361,-370,-415,443]]},{"type":"Polygon","arcs":[[444,-425,-378,-348,-369,-428,445,446]]},{"type":"Polygon","arcs":[[-429,-384,447,448,449]]},{"type":"Polygon","arcs":[[450,-434,-391,-372,-412,451,452]]},{"type":"Polygon","arcs":[[-448,-387,-410,453,454]]},{"type":"Polygon","arcs":[[-383,-421,455,456]]},{"type":"Polygon","arcs":[[-422,-402,457,458,459]]},{"type":"Polygon","arcs":[[460,461,-444,-417,-424,462]]},{"type":"Polygon","arcs":[[463]]},{"type":"Polygon","arcs":[[464,-426,-445,465,466]]},{"type":"Polygon","arcs":[[-437,-435,-451,467,468]]},{"type":"Polygon","arcs":[[469,-419,-405,-436,470,471]]},{"type":"Polygon","arcs":[[472,-454,-409,-396,473,474,475]]},{"type":"Polygon","arcs":[[476,-431,-420,-470,477,478]]},{"type":"Polygon","arcs":[[479,-413,-408,-439,480,481]]},{"type":"Polygon","arcs":[[482,-466,-447,483,484,485]]},{"type":"Polygon","arcs":[[486]]},{"type":"Polygon","arcs":[[487,-449,-455,-473,488,489]]},{"type":"Polygon","arcs":[[-484,-446,-430,-450,-488,490,491]]},{"type":"Polygon","arcs":[[492,493]]},{"type":"Polygon","arcs":[[494,-459,495,-493,496,497]]},{"type":"Polygon","arcs":[[498,-474,-395,499,500]]},{"type":"Polygon","arcs":[[501]]},{"type":"Polygon","arcs":[[502,503,-414,-480,504,505],[-464]]},{"type":"Polygon","arcs":[[-452,-411,-504,506,507]]},{"type":"Polygon","arcs":[[508]]},{"type":"Polygon","arcs":[[509,510,-463,-427,-465,511,512]]},{"type":"Polygon","arcs":[[-510,513,514]]},{"type":"Polygon","arcs":[[515,-497,-494,-496,-458,-401,-399,-432,-477,516,517]]},{"type":"Polygon","arcs":[[518,519,-468,-453,-508,520,521]]},{"type":"Polygon","arcs":[[522,-478,-472,523,524]]},{"type":"Polygon","arcs":[[525]]},{"type":"Polygon","arcs":[[526,527,528]]},{"type":"Polygon","arcs":[[-524,-471,-438,-469,-520,529,530],[-502]]},{"type":"Polygon","arcs":[[-481,-442,531,-527,532,533]]},{"type":"Polygon","arcs":[[534,-512,-467,-483,535,536]]},{"type":"Polygon","arcs":[[537,-456,-423,-460,-495,538,539],[-487]]},{"type":"Polygon","arcs":[[540,-491,-490,541,542]]},{"type":"Polygon","arcs":[[543,-539,-498,-516,544,545]]},{"type":"Polygon","arcs":[[546,-528,-532,-441,-443,-462,547,548]]},{"type":"Polygon","arcs":[[549,550,-485,-492,-541,551],[-509]]},{"type":"Polygon","arcs":[[552,553,554,-505,-482,-534,555]]},{"type":"Polygon","arcs":[[556,-542,-489,-476,557]]},{"type":"Polygon","arcs":[[-536,-486,-551,558,559,560]]},{"type":"Polygon","arcs":[[561,562,-521,-507,-503,563,564,565]]},{"type":"Polygon","arcs":[[-517,-479,-523,566,567,568]]},{"type":"Polygon","arcs":[[569,-554,570]]},{"type":"Polygon","arcs":[[571,-564,-506,-555,-570,572]]},{"type":"Polygon","arcs":[[-530,-519,573,574]]},{"type":"Polygon","arcs":[[-548,-461,-511,-515,575,576,577]]},{"type":"Polygon","arcs":[[578,579,-501,580,581,582]]},{"type":"Polygon","arcs":[[-576,-514,-513,-535,583,584,585,586]]},{"type":"Polygon","arcs":[[587,-558,-475,-499,-580,588,589],[-526]]},{"type":"Polygon","arcs":[[590,-562,591,592]]},{"type":"Polygon","arcs":[[593,-565,-572,594,595]]},{"type":"Polygon","arcs":[[596,-545,-518,-569,597,598,599]]},{"type":"Polygon","arcs":[[-584,-537,-561,600,601,602]]},{"type":"Polygon","arcs":[[603,-601,-560,604,605]]},{"type":"Polygon","arcs":[[606,607,-556,-533,-529,-547,608,609]]},{"type":"Polygon","arcs":[[610,611,-552,-543,-557,-588,612]]},{"type":"Polygon","arcs":[[613,-567,-525,-531,-575,614,615]]},{"type":"Polygon","arcs":[[-605,-559,-550,-612,616,617]]},{"type":"Polygon","arcs":[[-598,-568,-614,618,619]]},{"type":"Polygon","arcs":[[-595,-573,-571,-553,-608,620,621]]},{"type":"Polygon","arcs":[[622]]},{"type":"Polygon","arcs":[[623,624,-615,-574,-522,-563,-591,625,626,627]]},{"type":"Polygon","arcs":[[-617,-611,628,629]]},{"type":"Polygon","arcs":[[-609,-549,-578,630,631]]},{"type":"Polygon","arcs":[[632,633,-589,-579,634]]},{"type":"Polygon","arcs":[[635,636,-546,-597,637]]},{"type":"Polygon","arcs":[[638,-540,-544,-637,639]]},{"type":"Polygon","arcs":[[640,-621,-607,641,642]]},{"type":"Polygon","arcs":[[643,-602,-604,644]]},{"type":"Polygon","arcs":[[645,-592,-566,-594,646,647],[-623]]},{"type":"Polygon","arcs":[[648,-626,-593,-646,649]]},{"type":"Polygon","arcs":[[650,651,-619,-616,-625,652,653]]},{"type":"Polygon","arcs":[[654]]},{"type":"Polygon","arcs":[[655,-638,-600,656]]},{"type":"Polygon","arcs":[[657,-585,-603,-644,658,659]]},{"type":"Polygon","arcs":[[660,-582,661,662]]},{"type":"Polygon","arcs":[[663,664,-627,-649,665,666]]},{"type":"Polygon","arcs":[[667,668,-629,-613,-590,-634,669,670]]},{"type":"Polygon","arcs":[[-628,-665,671,672,673]]},{"type":"Polygon","arcs":[[-672,-664,674,675]]},{"type":"Polygon","arcs":[[676]]},{"type":"Polygon","arcs":[[677,-647,-596,-622,-641,678,679]]},{"type":"Polygon","arcs":[[680,-657,-599,-620,-652,681]]},{"type":"Polygon","arcs":[[682,-642,-610,-632,683,684,685]]},{"type":"Polygon","arcs":[[-679,-643,-683,686,687]]},{"type":"Polygon","arcs":[[688,-635,-583,-661,689]]},{"type":"Polygon","arcs":[[-653,-624,-674,690,691]]},{"type":"Polygon","arcs":[[692]]},{"type":"Polygon","arcs":[[693,-586,-658,694,695]]},{"type":"Polygon","arcs":[[696]]},{"type":"Polygon","arcs":[[697,-684,-631,-577,-587,-694,698,699],[-655]]},{"type":"Polygon","arcs":[[700,701,-666,-650,-648,-678,702,703,704]]},{"type":"Polygon","arcs":[[705,-670,-633,-689,706,707]]},{"type":"Polygon","arcs":[[708,-675,-667,-702,709,710]]},{"type":"Polygon","arcs":[[711,712,-691,-673,-676,-709,713]]},{"type":"Polygon","arcs":[[714,715,-659,-645,-606,-618,-630,-669,716,717],[-677]]},{"type":"Polygon","arcs":[[718]]},{"type":"Polygon","arcs":[[719,-671,-706,720,721]]},{"type":"Polygon","arcs":[[-703,-680,-688,722,723]]},{"type":"Polygon","arcs":[[724,-717,-668,-720,725]]},{"type":"Polygon","arcs":[[726,-695,-660,-716,727,728]]},{"type":"Polygon","arcs":[[729,-654,-692,-713,730,731]]},{"type":"Polygon","arcs":[[732]]},{"type":"Polygon","arcs":[[-640,-636,-656,-681,733,734,735,736],[-693]]},{"type":"Polygon","arcs":[[-707,-690,-663,737,738,739],[-719]]},{"type":"Polygon","arcs":[[740,-685,-698,741,742]]},{"type":"Polygon","arcs":[[743,-734,-682,-651,-730,744,745,746],[-697]]},{"type":"Polygon","arcs":[[747,748,749,750]]},{"type":"Polygon","arcs":[[-735,-744,751]]},{"type":"Polygon","arcs":[[752,-718,-725,753,754]]},{"type":"Polygon","arcs":[[755,756,-714,-711,757,758]]},{"type":"Polygon","arcs":[[-748,759]]},{"type":"Polygon","arcs":[[760,-699,-696,-727,761]]},{"type":"Polygon","arcs":[[-750,762,763,-723,-687,-686,-741,764,765]]},{"type":"Polygon","arcs":[[766,-731,-712,-757,767]]},{"type":"Polygon","arcs":[[768]]},{"type":"Polygon","arcs":[[-758,-710,-701,769,770]]},{"type":"Polygon","arcs":[[771,-704,-724,-764,772,773],[-733]]},{"type":"Polygon","arcs":[[774,775,-739,776,777,778,779]]},{"type":"Polygon","arcs":[[780,-765,-743,781,782]]},{"type":"Polygon","arcs":[[783,784,-721,-708,-740,-776,785]]},{"type":"Polygon","arcs":[[-782,-742,-700,-761,786,787,788]]},{"type":"Polygon","arcs":[[789,-745,-732,-767,790,791]]},{"type":"Polygon","arcs":[[-787,-762,-729,792,793,794]]},{"type":"Polygon","arcs":[[795,-793,-728,-715,-753,796,797]]},{"type":"Polygon","arcs":[[-797,-755,798,799]]},{"type":"Polygon","arcs":[[-799,-754,-726,-722,-785,800,801]]},{"type":"Polygon","arcs":[[802,-759,-771,803,804,805]]},{"type":"Polygon","arcs":[[806,807,-746,-790,808]]},{"type":"Polygon","arcs":[[809,-804,-770,-705,-772,810,811,812]]},{"type":"Polygon","arcs":[[813,-773,-763,-749,-760,-751,-766,-781,814,815,816],[-769]]},{"type":"Polygon","arcs":[[817,-811,-774,-814,818]]},{"type":"Polygon","arcs":[[819]]},{"type":"Polygon","arcs":[[820,821,-736,-752,-747,-808,822,823]]},{"type":"Polygon","arcs":[[-779,824,825]]},{"type":"Polygon","arcs":[[-791,-768,-756,-803,826,827,828]]},{"type":"Polygon","arcs":[[829,-825,-778,830,831,832]]},{"type":"Polygon","arcs":[[833,-786,-775,834,835]]},{"type":"Polygon","arcs":[[836,837]]},{"type":"Polygon","arcs":[[-794,-796,838,839,840]]},{"type":"Polygon","arcs":[[841,842,-805,-810,843]]},{"type":"Polygon","arcs":[[844,-809,-792,-829,845,846,847]]},{"type":"Polygon","arcs":[[848,-819,-817,849,850]]},{"type":"Polygon","arcs":[[851,-815,-783,-789,852,-837,853,854,855],[-820]]},{"type":"Polygon","arcs":[[-839,-798,-800,-802,856,857,858]]},{"type":"Polygon","arcs":[[-850,-816,-852,859,860]]},{"type":"Polygon","arcs":[[861,-812,-818,-849,862,863]]},{"type":"Polygon","arcs":[[864,-833,865,866]]},{"type":"Polygon","arcs":[[-857,-801,-784,-834,867,868]]},{"type":"Polygon","arcs":[[869,-824,870,871]]},{"type":"Polygon","arcs":[[872,-827,-806,-843,873]]},{"type":"Polygon","arcs":[[874,-835,-780,-826,-830,-865,875,876]]},{"type":"Polygon","arcs":[[877]]},{"type":"Polygon","arcs":[[878,879,-854,-838,-853,-788,-795,-841,880,881]]},{"type":"Polygon","arcs":[[882,-860,-856,883,884]]},{"type":"Polygon","arcs":[[885,-884,-855,-880,886]]},{"type":"Polygon","arcs":[[-844,-813,-862,887,888,889]]},{"type":"Polygon","arcs":[[890,-821,-870,891]]},{"type":"Polygon","arcs":[[-871,-823,-807,-845,892,893]]},{"type":"Polygon","arcs":[[894,-863,-851,-861,-883,895,896]]},{"type":"Polygon","arcs":[[897]]},{"type":"Polygon","arcs":[[898,899]]},{"type":"Polygon","arcs":[[-893,-848,900,901]]},{"type":"Polygon","arcs":[[902,-881,-840,-859,903,904,905]]},{"type":"Polygon","arcs":[[-904,-858,-869,906,907,908]]},{"type":"Polygon","arcs":[[-907,-868,-836,-875,909,910,911]]},{"type":"Polygon","arcs":[[912,-888,-864,-895,913,914,915]]},{"type":"Polygon","arcs":[[916,-874,-842,-890,917,918]]},{"type":"Polygon","arcs":[[919,-866,-832,920,921]]},{"type":"Polygon","arcs":[[922]]},{"type":"Polygon","arcs":[[923,924,-876,-867,-920,925,926]]},{"type":"Polygon","arcs":[[-914,-897,927,928]]},{"type":"Polygon","arcs":[[929,-928,-896,-885,-886,930,-900,931,932]]},{"type":"Polygon","arcs":[[-918,-889,-913,933,934,935]]},{"type":"Polygon","arcs":[[936,-910,-877,-925,937,938]]},{"type":"Polygon","arcs":[[939,-926,-922,940]]},{"type":"Polygon","arcs":[[941,-932,-899,-931,-887,-879,942,943,944]]},{"type":"Polygon","arcs":[[945,-846,-828,-873,-917,946,947,948],[-878]]},{"type":"Polygon","arcs":[[-943,-882,-903,949,950]]},{"type":"Polygon","arcs":[[951,952,-901,-847,-946,953,954],[-898]]},{"type":"Polygon","arcs":[[955,956,-911,-937,957]]},{"type":"Polygon","arcs":[[958,-892,-872,-894,-902,-953,959,960],[-923]]},{"type":"Polygon","arcs":[[-927,-940,961,962]]},{"type":"Polygon","arcs":[[-954,-949,963,964]]},{"type":"Polygon","arcs":[[965,-908,-912,-957,966,967,968]]},{"type":"Polygon","arcs":[[969,-905,-909,-966,970]]},{"type":"Polygon","arcs":[[971,-933,-942,972,973]]},{"type":"Polygon","arcs":[[974,975,-950,-906,-970,976]]},{"type":"Polygon","arcs":[[-938,-924,-963,977,978]]},{"type":"Polygon","arcs":[[979]]},{"type":"Polygon","arcs":[[-967,-956,980,981]]},{"type":"Polygon","arcs":[[-915,-929,-930,-972,982,983]]},{"type":"Polygon","arcs":[[984,985,-947,-919,-936,986]]},{"type":"Polygon","arcs":[[-981,-958,-939,-979,987,988]]},{"type":"Polygon","arcs":[[989,-960,-952,990,991]]},{"type":"Polygon","arcs":[[992,-983,-974,993,994,995]]},{"type":"Polygon","arcs":[[-991,-955,-965,996,997,998]]},{"type":"Polygon","arcs":[[999,-944,-951,-976,1000,1001]]},{"type":"Polygon","arcs":[[1002]]},{"type":"Polygon","arcs":[[1003,-961,-990,1004]]},{"type":"Polygon","arcs":[[1005,-994,-973,-945,-1000,1006]]},{"type":"Polygon","arcs":[[1007,-1001,-975,1008,1009]]},{"type":"Polygon","arcs":[[1010,-997,-964,-948,-986,1011,1012]]},{"type":"Polygon","arcs":[[1013,-934,-916,-984,-993,1014,1015]]},{"type":"Polygon","arcs":[[1016,1017,-968,-982,-989,1018,1019],[-1003]]},{"type":"Polygon","arcs":[[1020,-995,-1006,1021,1022]]},{"type":"Polygon","arcs":[[1023,-1012,-985,1024,1025]]},{"type":"Polygon","arcs":[[1026,-1025,-987,-935,-1014,1027,1028],[-980]]},{"type":"Polygon","arcs":[[1029,-998,-1011,1030,1031,1032]]},{"type":"Polygon","arcs":[[1033]]},{"type":"Polygon","arcs":[[1034,-1022,-1007,-1002,-1008,1035,1036]]},{"type":"Polygon","arcs":[[1037,-1009,-977,-971,-969,-1018,1038,1039]]},{"type":"Polygon","arcs":[[-1028,-1016,1040,1041,1042]]},{"type":"Polygon","arcs":[[1043]]},{"type":"Polygon","arcs":[[1044,1045,-1005,-992,-999,-1030,1046]]},{"type":"Polygon","arcs":[[1047,1048,1049,-1037,1050,1051]]},{"type":"Polygon","arcs":[[-1020,1052,1053]]},{"type":"Polygon","arcs":[[-1048,1054,1055]]},{"type":"Polygon","arcs":[[-1051,-1036,-1010,-1038,1056,1057,1058]]},{"type":"Polygon","arcs":[[-1041,-1015,-996,-1021,1059,1060],[-1034]]},{"type":"Polygon","arcs":[[-1031,-1013,-1024,1061,1062,1063,1064]]},{"type":"Polygon","arcs":[[1065,-1042,-1061,1066,1067]]},{"type":"Polygon","arcs":[[-1067,-1060,-1023,-1035,-1050,1068]]},{"type":"Polygon","arcs":[[1069,-1032,-1065,1070]]},{"type":"Polygon","arcs":[[1071,-1029,-1043,-1066,1072]]},{"type":"Polygon","arcs":[[1073]]},{"type":"Polygon","arcs":[[1074,-1062,-1026,-1027,-1072,1075]]},{"type":"Polygon","arcs":[[-1055,-1052,-1059,1076,1077,1078]]},{"type":"Polygon","arcs":[[-1063,-1075,1079,1080]]},{"type":"Polygon","arcs":[[-1039,-1017,-1054,1081,1082],[-1044]]},{"type":"Polygon","arcs":[[-1045,1083,1084]]},{"type":"Polygon","arcs":[[-1057,-1040,-1083,1085,1086]]},{"type":"Polygon","arcs":[[-1071,-1064,-1081,1087,1088]]},{"type":"Polygon","arcs":[[-1077,-1058,-1087,1089,1090]]},{"type":"Polygon","arcs":[[-1084,-1047,-1033,-1070,-1089,1091],[-1074]]},{"type":"Polygon","arcs":[[-1078,-1091,1092]]}]}},"arcs":[[[6053,575],[0,-1],[0,-2],[-1,-4],[0,-2],[0,-1],[-4,-5],[-2,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-5,0],[-4,-8],[2,-5],[3,-5],[0,-6],[-1,-5],[-8,-8],[-1,-1],[-4,-5],[-1,1],[0,2],[-1,1],[-1,12],[-3,7],[-3,1],[-4,-2],[-6,-11],[-3,-6],[-1,-2],[-2,-8],[-3,-13],[-2,-15],[0,-4],[0,-5],[0,-4],[-4,-9],[-2,-4],[-5,-6],[-3,-4],[-1,-1],[-7,-12],[-3,-3],[-1,-1],[-1,-4],[0,-11],[-2,-7],[-1,-4],[0,-1],[0,-4],[1,-8],[2,-6],[-2,-10],[-6,-9],[-5,-11],[-1,-12],[-2,-13],[0,-3],[1,-6],[2,-6],[-3,-10],[-7,-2],[-2,0],[-1,0],[-5,3],[-4,5],[-5,5],[-7,3],[-1,0],[-2,1],[-6,5],[-3,4],[-1,2],[-1,2],[-2,3],[-4,2],[-6,2],[-4,1],[-1,0],[-2,1],[-1,1],[-4,6],[-7,10],[0,9],[-3,5],[-3,3],[-8,5],[-2,2],[-3,2],[-1,1],[-2,3],[-4,4],[-3,0],[-2,-1],[-9,0],[-5,1],[-6,2],[-10,1],[-6,2],[-7,2],[-9,1],[-7,-1],[-3,-3],[-4,-2],[-1,-1],[-1,0],[-1,-1],[-2,0],[-2,-14],[0,-6],[0,-1],[-3,-7],[-6,-6],[-9,-5],[-4,-5],[-4,-4],[-8,-7],[-8,-4],[-8,-1],[-4,0],[-4,-1],[-4,-2],[-2,1],[-4,2],[-5,5],[-4,2],[-5,2],[-10,4],[-5,1],[-5,-1],[-3,-4],[-3,-3],[-4,-1],[-6,0],[-5,3],[-7,8],[-5,1],[-3,1],[-2,1],[-1,1],[-3,4],[0,2],[-1,1],[-1,6],[0,1],[1,1],[1,2],[2,2],[2,3],[3,3],[0,2],[1,8],[-1,7],[1,5],[2,3],[6,11],[4,4],[6,6],[3,8],[1,11],[2,13],[2,2],[10,6],[7,5],[5,1],[5,1],[1,0],[0,2],[0,1],[0,2],[-2,4],[-2,4],[-5,10],[-3,8],[-2,1],[-1,0],[-5,1],[-7,0],[-1,1],[-1,1],[-1,3],[0,2],[0,1],[0,3],[1,4],[1,1],[4,11],[5,13],[1,10],[-2,8],[-3,5],[0,2],[-1,3],[0,7],[-4,8],[0,2],[1,1],[0,2],[0,1]],[[5659,592],[48,11],[11,-18],[24,-14],[8,-15],[13,1],[0,21],[20,19],[22,5],[0,49],[16,-5],[12,-8],[17,7],[1,6],[6,3],[0,5],[6,4],[-4,10],[25,-1],[6,9],[10,-7],[3,2],[-4,8],[8,7],[1,10],[4,-1],[0,8],[4,8],[-4,5],[2,6],[29,-10],[5,13],[16,-9],[-3,-6],[18,-10],[-4,-26],[26,-13],[8,-9],[8,2],[1,-13],[17,-20],[-3,-9],[21,-42]],[[5855,1116],[0,-9],[13,-21],[0,-19],[-6,1],[1,-22],[3,-10],[9,-9],[3,-16],[11,-17],[2,-16],[10,-11],[2,-12],[35,0],[18,-9],[5,-8],[16,-8],[22,0],[13,-4],[8,9],[13,-2],[12,6],[31,1],[11,9],[16,4],[19,16],[22,-2],[11,5],[5,6],[1,-5],[14,-6],[8,-9],[11,-33],[15,-8],[4,3],[11,-9]],[[6224,911],[11,3],[18,-8],[4,-9],[9,-7],[2,-9],[12,-4],[2,6],[10,-5],[15,-2],[2,-24],[-3,-4],[0,-8],[11,-2],[5,-5],[4,-11],[1,-10],[10,-17],[6,-3],[14,5],[4,9],[37,1],[24,-13],[11,3],[6,-4],[4,-19],[14,-2],[12,-8],[-2,-8],[6,-7],[-2,-7],[-4,-3],[0,-8],[11,-13],[-1,-6]],[[6477,712],[-3,-3],[-1,-4],[0,-2],[1,-5],[0,-7],[-1,-6],[-5,-3],[-4,-7],[-1,-3],[0,-3],[0,-1],[1,-1],[-1,-1],[0,-2],[0,-1],[-1,-2],[-3,-3],[-1,-2],[-3,-3],[-1,1],[-2,1],[-2,1],[-1,1],[-2,-1],[-3,-2],[-1,0],[-1,-2],[-2,-5],[-4,-2],[-5,-1],[-7,2],[-9,3],[-3,4],[-1,1],[-2,2],[-2,1],[-3,1],[-6,1],[-11,6],[-10,4],[-5,1],[-3,5],[0,4],[0,6],[-2,2],[-2,1],[-5,2],[-11,5],[-10,8],[-2,3],[-2,1],[-2,1],[-4,1],[-1,0],[-1,0],[-8,-2],[-6,-3],[0,-1],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,0],[0,1],[-5,3],[-3,5],[-1,1],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,-1],[0,-2],[-1,-1],[0,-4],[0,-1],[1,-4],[2,-3],[4,-5],[-1,-9],[-2,-2],[-1,-1],[-3,2],[-3,6],[-5,5],[-1,0],[-1,0],[-2,0],[-2,-3],[-1,-1],[0,-1],[0,-2],[0,-1],[1,-1],[0,-2],[0,-2],[-1,-2],[0,-1],[-1,-1],[0,-1],[-3,-2],[-1,-1],[-1,0],[-1,-1],[-1,0],[-3,-1],[-10,-3],[-2,0],[-6,1],[-2,0],[-1,2],[-1,2],[0,2],[0,1],[0,1],[1,3],[0,1],[0,3],[0,1],[-1,2],[0,2],[0,1],[-1,3],[0,1],[-1,0],[-1,1],[-1,2],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,-1],[-1,-2],[0,-2],[0,-1],[0,-1],[0,-3],[-1,-1],[0,-1],[-2,-1],[-4,-2],[-1,-1],[-2,0],[-2,1],[-1,1],[-2,1],[-13,2],[-11,3],[-2,0],[-2,0],[-3,0],[-2,-3],[-1,-2],[-3,-11],[0,-1],[0,-4],[0,-1],[0,-2],[1,0],[1,1],[5,2],[2,1],[3,-2],[-3,-7],[-2,-7],[-3,-5],[0,-1],[-1,-1],[0,-2],[3,-5],[0,-2],[2,-5],[0,-3],[0,-5],[-1,-3],[0,-4],[-1,-15],[-1,-1],[-2,-5],[0,-1],[-1,-2],[-3,-4],[-2,-1],[-2,-1],[-1,0],[-3,2],[-2,2],[-3,2],[-5,4],[-5,4],[-5,0],[-6,0],[-4,0],[-5,0],[-2,-2],[-1,-2],[-1,-1],[-7,-2],[-4,2],[-6,2],[-6,1],[-5,-1],[-3,-3],[-5,-2],[-4,1],[-5,5],[-1,2],[-4,-2],[-4,-2],[-2,-6],[-1,-1],[0,-1],[-8,-3],[-3,-1],[-3,0],[-3,1],[-1,-1],[-1,-1],[-1,-2],[-1,-2],[-1,-2]],[[5659,592],[0,1],[1,2],[2,3],[2,2],[2,7],[1,14],[0,2],[0,1],[0,1],[-1,5],[-1,1],[-1,2],[0,1],[-1,1],[-3,3],[-3,5],[-1,4],[-1,6],[0,1],[0,2],[-1,3],[0,9],[0,2],[-1,15],[0,5],[1,5],[-1,5],[-8,2],[-2,0],[-3,0],[-3,1],[-4,0],[-3,0],[-2,-1],[-4,-2],[-1,0],[-2,-1],[-5,-2],[-4,-2],[-2,-1],[-4,-3],[-1,-1],[-1,-2],[0,-2],[-1,-2],[0,-2],[-1,-1],[0,-1],[-5,-7],[-1,-1],[-3,-5],[-1,-1],[-1,-1],[-7,-5],[-2,-1],[0,-1],[-1,1],[-1,0],[1,2],[-5,6],[-7,7],[-4,3],[-4,3],[-8,4],[-7,2],[-8,3],[-5,3],[-3,1],[-4,1],[-5,1],[-3,0],[-3,1],[-7,2],[-9,0],[0,8],[3,13],[2,4],[1,3],[1,3],[1,3],[2,3],[0,6],[-3,6],[-3,4],[-1,1],[0,1],[0,1],[0,10],[4,6],[1,6],[-1,4],[-4,-2],[-3,-3],[-4,-3],[-8,-6],[-8,-3],[-5,2],[-2,3],[-3,5],[-1,2],[-5,5],[-2,1],[-2,1],[-1,0],[-2,0],[-2,-1],[-5,0],[-2,1],[-2,0],[-5,11],[-8,9],[0,4],[-1,6],[-1,7],[-4,5],[-6,9],[-1,1],[-1,1],[0,2],[0,1],[0,2],[1,3],[0,2],[-1,6],[0,3],[0,1],[0,2],[-2,6],[-2,6],[-1,5],[-2,2],[-5,13],[-3,7],[-5,10],[-2,6],[-2,4],[0,3],[-1,1],[0,3],[0,2],[1,6],[0,9],[0,1],[0,1],[-1,2],[0,6],[-1,3],[0,3],[0,2],[1,3],[0,6],[1,6],[0,2],[0,3]],[[5394,978],[20,7],[9,4],[9,12],[9,-2],[11,9],[8,17],[-9,21],[3,17],[29,2],[12,-23],[26,-27],[-1,-7],[16,-14],[6,-13],[6,0],[11,7],[11,-6],[14,3],[9,-2],[6,-7],[16,-1],[12,16],[-9,6],[1,4],[11,7],[2,-7],[7,-2],[29,16],[9,-4],[7,3],[8,-3],[23,5],[1,7],[10,0],[6,22],[6,7],[-4,30],[6,5],[12,-2],[5,4]],[[5757,1089],[26,-25],[5,0],[6,-4],[10,2],[-2,-4],[8,-3],[5,6],[-4,21],[8,12],[-8,15],[0,18],[23,2],[21,-13]],[[6551,1123],[10,-2],[9,-6],[8,7],[7,-7],[-2,-9],[5,0],[-2,-14],[4,-3],[5,3],[1,-5],[11,-2],[-3,-5],[5,-3],[1,-18],[16,-37],[-23,6],[4,-21],[-2,-4],[7,-15],[-5,-8],[-14,-8],[-13,-25],[-23,14],[0,14],[-13,2],[-9,9],[-5,-19],[-8,1],[-12,25],[5,23],[14,10],[3,12],[9,8],[3,14],[-15,2],[-2,34],[13,28],[-1,10],[11,3],[1,-14]],[[5182,1329],[33,-11],[16,11],[8,-14],[15,-1],[11,-13],[9,5],[1,15],[4,4]],[[5279,1325],[26,-40],[5,-16],[-1,-15],[-6,-3],[-1,-6],[-9,-2],[0,-16],[-18,-14],[-12,3],[1,-4],[-5,-5],[-3,-16],[-12,-4],[-7,1],[-2,-4],[19,-15],[2,-12],[16,2],[4,-10],[12,2],[17,11],[20,-9],[4,-12],[13,-13],[-9,-29],[7,-8],[5,-25],[-13,-18]],[[5332,1048],[-5,-1],[-4,-2],[-10,3],[-2,-1],[-2,-2],[-1,-3],[-1,-3],[0,-4],[1,-5],[1,-1],[1,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,-2],[-2,0],[-7,-2],[-4,-1],[-6,0],[-8,-5],[-1,0],[-1,-1],[-2,-6],[0,-5],[0,-4],[0,-2],[-1,-4],[-5,-6],[-1,-2],[0,-1],[-7,-3],[-6,-1],[-5,-1],[-4,-2],[-4,-2],[-1,-1],[-2,-2],[0,-1],[0,-1],[0,-4],[1,-3],[1,-2],[-6,-12],[1,-11],[0,-2],[0,-2],[-1,-6],[-1,-4],[-1,-2],[-2,-2],[-1,-1],[-2,-1],[-3,0],[-1,0],[-2,0],[-2,0],[-7,0],[-7,-3],[-7,-3],[-2,-1],[-2,0],[-2,0],[-6,-1],[-1,5],[-1,3],[-4,2],[-3,0],[-2,0],[-2,-1],[-1,-1],[-1,-1],[-2,-2],[-3,-1],[-1,0],[-5,0],[-2,0],[-12,1],[-10,-3],[-4,-2],[-4,-2],[-4,-7],[-5,-6],[-6,-5],[-4,-5],[-8,-10],[-1,-1],[1,-7],[2,-5],[1,-4],[-1,-5],[-1,-4],[0,-1],[-3,-1],[-2,-9],[-1,-7],[-3,-7],[-4,-8],[-1,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-5],[3,-3],[1,-1],[2,0],[1,-1],[1,-5],[0,-2],[-2,-10],[-1,-4],[-1,-2],[-5,-7],[-5,1],[-4,2],[-4,-1],[-5,-3],[-6,-7],[-2,-5],[-3,-5],[-4,-7],[0,-2],[0,-3],[6,-13],[4,-13],[1,-3],[0,-2],[-1,-1],[-5,-4],[-3,-2],[-2,1],[-2,1],[-2,2],[-2,2],[-2,1],[-1,0],[-1,0],[-3,-1],[-1,-1],[-1,0],[-1,-1],[-1,-2],[-8,-6],[-5,-4],[-2,-2],[-2,0],[-1,0],[-4,2],[-1,2],[0,1],[0,1],[-1,1],[-2,1],[-3,2],[-1,0],[-2,0],[-2,-2],[-2,-3],[0,-2],[-2,-1],[-3,-2],[-1,-1],[-4,-1],[-1,0],[-1,0],[-10,2],[-5,4],[0,1],[-3,4],[-1,2],[-1,1],[-8,7],[-8,2],[-8,2],[-6,-4],[-8,-1],[-5,0],[-5,-4],[-4,-8],[-3,-7],[0,-2],[0,-1],[-1,-2],[-6,-6],[-1,0],[-1,-1],[-2,-1],[-6,-2],[-3,-1],[-12,3],[-10,3],[-9,1],[-6,-1],[-2,-1],[-4,-2],[-1,0],[-2,-1],[-3,6],[-4,7],[-3,13],[-1,1],[0,3],[0,1],[4,3],[1,1],[7,5],[6,7],[0,2],[2,10],[-2,5],[-3,3],[-4,7],[-2,4],[1,2],[-1,4],[-2,10],[-1,1],[-1,2],[-2,2],[-1,0],[-2,0],[-2,0],[-1,0],[-2,1],[-2,2],[-1,0],[3,12],[2,9],[0,3],[-1,4],[4,9],[-4,8],[-3,2],[0,3],[3,9],[6,11],[2,6],[0,6],[0,2],[-2,2],[-1,2],[-1,1],[-6,4],[-7,5],[-9,8],[0,1]],[[4812,882],[6,8],[-2,17],[3,7],[21,1],[7,5],[-1,10],[6,6],[-6,4],[1,10],[-3,4],[2,3],[-2,3],[7,9],[2,8],[-3,25],[21,23],[12,38],[0,10],[-7,5],[-4,16],[-4,4],[-1,23]],[[4867,1121],[5,27],[6,8],[12,6],[17,20],[9,12],[1,8],[33,5],[13,-5],[20,6],[-7,13],[12,5],[1,13],[5,0],[-4,12],[-11,0],[-4,16],[5,11],[7,-8],[17,34],[8,-4],[3,6],[-2,2],[6,2],[-16,8],[-10,12],[10,26],[4,2],[-2,7],[7,2],[-6,18],[1,6],[16,6],[14,17],[14,2],[7,-16],[2,1],[12,-16],[1,-4],[-8,-5],[7,-3],[3,-11],[10,-14],[13,-2],[16,7],[11,-12],[2,-11],[9,-5],[25,8],[10,-1],[7,-5],[4,2]],[[8404,152],[-11,4],[-11,-1],[-4,0],[-6,-1],[-3,0],[-1,-1],[-6,-2],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-2],[-1,-2],[-1,0],[-2,0],[-9,4],[-8,8],[-6,5],[-4,4],[-5,5],[-10,4],[-8,0],[-2,0],[-3,-1],[-6,-1],[-1,-1],[-2,0],[-1,-1],[-1,-1],[-4,-1],[-5,0],[-8,4],[-1,1],[-2,3],[-1,1],[-2,3],[-3,5],[-2,5],[-5,5],[-4,4],[-2,8],[-1,5],[-8,8],[-5,6],[-2,7],[-4,9],[-6,6],[-11,-2],[-9,0],[-9,1],[-1,0],[-2,0],[-2,-2],[-2,-3],[-4,-5],[-3,-4],[-6,-3],[-6,1],[-8,5],[-1,1],[-2,1],[-2,1],[-6,1],[-9,2],[-9,3],[-3,2],[-9,5],[-7,3],[-2,1],[-8,3],[-7,2],[-9,-2],[-3,4],[1,10],[0,1],[1,2],[3,3],[2,2],[2,2],[1,1],[0,1],[1,1],[0,2],[-1,1],[0,5],[-4,11],[0,1],[-1,1],[-5,3],[-4,2]],[[8079,311],[16,29],[0,12],[8,19],[-3,7],[4,11],[-3,6],[7,9],[-1,8],[-23,28],[-9,0],[-12,14],[-10,1],[-8,68],[10,3],[21,24],[1,7],[-5,13],[3,21],[12,26],[7,7],[-1,8],[7,11],[-3,5],[9,28],[5,-1],[11,32],[12,20],[-1,5],[20,36],[-10,8],[2,14],[-5,22],[1,14],[10,12],[-1,6],[6,14],[-4,6],[5,8],[0,8],[3,1],[12,-10],[2,11],[8,8],[2,9],[4,3],[-1,7],[10,9],[11,21],[34,-35],[11,-4],[9,21],[0,7],[4,6],[9,-3],[5,14]],[[8280,945],[25,-17],[18,0],[3,9],[11,-8],[-10,-9],[13,-9],[-4,-13],[17,-10],[-5,-39],[-4,1],[-11,-14],[3,-5],[11,-3],[13,-15],[31,-24],[-4,-6],[-1,-10],[-4,2],[-14,-18],[-2,3],[-24,-16],[-11,-38],[-6,0],[-2,-6],[8,-26],[19,-18],[-6,-7],[-13,-7],[3,-11],[10,-4],[-1,-15],[14,-5],[9,-15],[13,-3],[-5,-8],[2,-30],[-4,-3],[-10,4],[-7,-2],[-1,-8],[7,-11],[0,-7],[-4,-4],[-11,15],[-10,-31],[-8,-10],[-6,2],[-4,-8],[4,-11],[-7,-10],[3,-9],[-8,-14],[2,-7],[-5,-15],[1,-5],[6,-3],[0,-12],[10,-5],[10,-10],[-3,-13],[6,-10],[-2,-11],[5,-2],[-5,-7],[3,-31],[34,-19],[5,-13],[6,-1],[2,3],[25,-19],[-5,-29],[-9,-15],[-2,-14],[5,-12],[-4,-8],[7,-5],[4,-13],[-2,-16]],[[4852,1259],[-20,14],[-12,-2]],[[4820,1271],[-8,14],[0,6],[16,31],[1,7],[10,6],[3,14],[-3,7],[2,7],[-8,19],[-14,1],[-3,7],[14,22],[-1,7],[5,-4],[2,11],[4,2],[-1,8],[18,6],[2,-4],[2,4],[18,7],[0,11],[-4,2],[3,4],[-2,9],[4,11],[27,-1],[-5,22],[11,10],[9,-3],[-2,-9],[8,-7],[6,1],[-3,-6],[12,2],[10,-3],[8,-8],[12,13],[5,0],[0,-11],[4,-8],[-4,-9],[6,-52],[12,-15],[-2,-7],[3,-4],[-14,5],[-2,-5],[-3,3],[1,-4],[-7,-2],[-5,-9],[-2,-10],[7,-8],[12,6],[7,-13],[-3,-4],[1,-5],[-9,-8],[-10,-1],[-4,5],[-17,-18],[-7,5],[-8,-9],[-1,-9],[-5,-2],[-1,-5],[-23,0],[-5,2],[-1,8],[-29,-13],[-3,-15],[-7,-8],[2,-13],[-9,-5]],[[5621,1419],[-1,-9],[11,0],[1,-9],[-10,1],[-7,-7],[-2,-5],[6,-17],[-12,-22],[8,-8],[42,10],[6,-2],[4,-14],[1,-29],[-3,-4],[-16,-3],[-13,-15],[0,-3],[8,-1],[8,-14],[-4,-10],[2,-7],[8,-2],[4,-6],[-8,-5],[5,-13],[2,-22],[40,9],[11,0],[20,9],[1,-4],[7,2],[12,-4],[12,4],[11,0],[-11,-28],[-8,-5],[4,-6],[-9,0],[2,-9],[-4,-4],[1,-4],[19,-37],[0,-25],[-12,-12]],[[5394,978],[-3,-1],[-1,0],[-2,-1],[-2,1],[-4,2],[-1,1],[0,1],[-1,1],[0,2],[-1,2],[-3,5],[-2,1],[-1,1],[-2,0],[-2,0],[-10,2],[-10,4],[-2,1],[-2,2],[-2,2],[-8,12],[0,5],[3,6],[1,3],[0,2],[-5,11],[-2,4],[0,1]],[[5279,1325],[29,23],[2,12],[15,5],[15,-18],[8,2],[7,-6],[14,8],[4,-6],[18,9],[1,11],[12,5],[8,-6],[9,3],[2,-6],[12,4],[15,-8],[13,3],[7,-5],[22,9],[18,-5],[-2,21],[18,2],[0,9],[22,-2],[0,-3],[24,-13],[18,7],[3,8],[-1,5],[3,3],[0,7],[2,-1],[7,16],[14,3],[3,-2]],[[4756,1559],[-6,-14],[-3,-28],[-9,-2],[-10,5],[-9,-14],[-6,0],[-7,-7],[-7,-21],[-6,-5],[14,-10],[-2,-9],[6,0],[1,-4],[-6,-3],[-5,1],[-2,-21],[9,-6],[2,-8],[11,-1],[1,-10],[-13,-5],[4,-7],[-16,1],[7,-7],[11,0],[-1,-12],[6,-5],[3,-13],[13,-7],[2,-8],[8,-4],[8,2],[6,-11],[6,0],[6,-6],[9,-25],[14,-7],[12,1],[4,-10],[9,-8]],[[4852,1259],[6,-31],[5,-7],[-25,-36],[-9,-8],[-9,-22],[8,-21],[15,-6],[12,-12],[9,-1],[3,6]],[[4812,882],[-1,1],[-3,2],[-1,0],[-7,1],[-5,-1],[-9,-1],[-8,-1],[-5,-3],[-3,0],[-3,-1],[-4,-1],[-1,0],[-1,0],[-2,1],[-13,1],[-7,2],[-8,4],[-13,-3],[-1,-1],[0,2],[-1,0],[-2,1],[-1,0],[-6,4],[-4,4],[1,2],[5,12],[5,6],[4,1],[4,3],[1,1],[1,11],[-2,12],[-11,12],[-8,13],[0,8],[-1,0],[-1,10],[-2,6],[-1,2],[0,2],[0,2],[0,1],[0,1],[0,1],[1,1],[2,4],[3,8],[1,2],[0,1],[0,1],[-2,0],[-3,0],[-3,0],[-2,0],[-2,2],[0,1],[-2,4],[-2,8],[0,3],[0,1],[1,2],[-2,15],[-3,8],[1,8],[-3,10],[-4,13],[-3,14],[-2,13],[0,12],[-1,8],[0,2],[1,1],[0,2],[1,2],[1,1],[0,2],[0,2],[-1,2],[-1,1],[-1,3],[-1,2],[-1,1],[-4,1],[-2,0],[-11,5],[-6,2],[-5,1],[-13,1],[-1,0],[-1,-2],[-1,-1],[-2,-1],[-2,-2],[-2,-3],[-6,-4],[-5,-1],[-4,3],[-7,8],[-8,1],[-4,2],[-3,2],[-1,8],[-4,8],[-1,8],[-1,2],[-2,3],[-3,4],[-7,2],[-1,0],[-1,1],[-2,0],[-1,0],[-1,0],[-5,-1],[-1,0],[-1,-1],[-6,-1],[-6,-1],[-4,1],[-2,4],[-2,4],[-3,2],[-2,1],[-2,-1],[-6,-2],[-10,6],[-6,5],[-6,7],[-2,4],[-1,4],[-1,12],[1,9],[1,7],[1,7],[0,1],[0,2],[0,1],[-1,0],[-2,4],[-1,1],[-2,1],[-1,1],[-1,0],[-2,1],[-1,0],[-3,5],[-2,6],[-1,9],[-2,10],[-3,5],[-2,5],[-1,4],[-4,8],[-2,8],[-3,13],[-3,7],[-4,8],[-2,1],[-1,1],[-1,2],[-1,2],[0,1],[0,2],[-1,1],[0,1],[0,2],[0,2],[0,3],[0,4],[-2,5],[-4,5],[-5,7],[-1,0],[0,1],[-1,2],[-1,2],[0,1],[0,6],[1,2],[1,1],[1,1],[4,4],[2,2],[1,0],[1,1],[5,4],[4,5],[-1,5],[-1,1],[-1,2],[-1,1],[-1,3],[1,1],[1,1],[5,3],[5,2],[5,1],[2,1],[1,0],[2,6],[0,2],[0,1],[-3,4],[-1,1],[-1,0],[-1,1],[-7,2],[-5,0],[-7,1],[-7,7],[-4,6],[-4,9],[0,2],[0,1],[1,2],[1,1],[3,6],[2,5],[-2,1],[0,1],[2,4],[0,1],[1,2],[2,3],[1,2],[1,5],[2,6],[0,2],[-2,1],[-1,1],[0,5]],[[4443,1556],[10,-9],[2,2],[6,-7],[10,-3],[21,-6],[4,5]],[[4496,1538],[8,-8],[-1,-5],[25,-23],[6,12],[4,-1],[12,9],[24,8],[9,0],[5,4],[6,16],[-8,1],[5,12],[-7,1],[-7,14],[3,26],[17,-20],[11,-1],[1,7],[7,2],[-5,5],[6,3],[23,-19],[2,-6],[-4,-5],[4,0],[2,-11],[8,-6],[5,9],[16,3],[1,9],[5,1],[9,-7],[9,5],[5,-4],[4,3],[12,1],[8,-18],[-5,-7],[6,-4],[-6,-8],[6,1],[3,8],[7,-1],[1,6],[14,12],[2,0],[0,-5],[2,2]],[[6380,1364],[11,-18],[22,-18],[12,-2],[11,-6],[6,-7],[5,-11]],[[6447,1302],[10,-10],[-4,-9],[-15,1],[-5,-10],[-5,-1],[4,-5],[-4,-11],[-24,-4],[2,-2],[-4,-1],[3,-5],[-17,-14],[26,-7],[25,-23],[13,-5],[1,-6],[-7,-5],[-5,-31],[-15,0],[-9,-29],[0,-6],[22,-5],[1,-14],[-10,-1],[-3,-6],[-3,5],[-6,-9],[-5,-2],[1,-5],[-15,20],[-11,3],[1,-15],[-5,-16],[7,-8],[9,-2],[8,-14],[1,-7],[-6,-14],[3,-6],[-3,-3],[9,-13],[-4,-1],[-4,-9],[-11,-7],[-26,-4],[-18,2],[7,12],[-5,5],[-19,10],[-12,-7],[-15,4],[-13,30],[-38,15],[-23,3],[-3,-9],[4,-14],[-4,-8],[3,-26],[-13,-2],[9,-10],[-3,-4],[8,-5],[5,-15],[8,-2],[3,-7],[-7,-16],[-14,-13],[-3,-18]],[[5855,1116],[2,-2],[7,5],[11,29],[-4,41],[-6,8],[6,17],[9,2],[6,12],[2,13],[-4,6],[18,28],[17,-16],[20,-11],[2,3],[6,-3],[17,3],[6,19],[4,3],[8,-2],[14,2],[10,13],[-5,25],[4,10],[7,5],[-1,24],[5,14],[-1,12],[4,-4],[15,-4],[8,10],[11,-3],[9,7],[14,-2],[-3,9],[3,6],[10,4],[-2,6],[13,2],[10,11]],[[6107,1418],[7,-2],[9,4],[6,-18],[6,-4],[0,-9],[7,-8],[11,-4],[8,3],[5,10],[2,-2],[10,6],[-1,13],[16,-10],[13,-3],[-1,-5],[9,-3],[-5,-7],[4,-5],[-2,-3],[4,-10],[-1,-14],[12,-16],[10,0],[6,5],[8,-8],[27,13],[29,0],[26,-8],[0,7],[4,2],[3,9],[-3,19],[13,-7],[7,3],[24,-2]],[[6743,1250],[5,-5],[6,-15],[-7,-24],[22,-39],[9,-1],[3,-6],[11,-2],[17,-19],[5,9],[3,0],[6,17],[41,11],[1,-21],[37,-40],[12,-6],[5,-10],[-9,-17],[-2,-24],[-6,2],[-15,-9],[-8,2],[0,-10],[-8,0],[-5,-4],[-6,-20],[7,-9],[4,-24],[13,-15],[7,-4],[-5,-10],[-5,-4],[-3,-11],[-18,-34],[1,-7],[7,-3],[6,-20],[-5,-15],[10,-17],[11,-1],[7,-7],[3,-15],[7,-3],[-5,-3],[-4,-15],[-17,-18],[28,-44],[0,-8],[4,-1],[3,-13]],[[6916,718],[-7,-3],[-1,-2],[0,-3],[0,-2],[3,-9],[2,-7],[2,-2],[1,-2],[3,-2],[2,-1],[2,0],[5,-8],[4,-5],[7,-5],[6,-7],[11,-9],[2,-2],[3,-4],[2,-2],[2,-2],[-1,-1],[-7,-13],[-6,-5],[-4,0],[-6,-2],[-5,-2],[-5,0],[-10,1],[-11,2],[-3,-1],[-5,-1],[-6,-6],[-5,-4],[-8,-10],[-10,-7],[-1,-1],[-2,-3],[-2,-8],[0,-1],[0,-1],[1,-2],[-3,-5],[-5,-4],[-5,-2],[-4,-4],[-2,-2],[-1,-3],[1,-8],[1,-4],[0,-1],[0,-1],[1,-1],[1,-1],[1,-2],[0,-1],[1,-1],[0,-4],[-1,-2],[-2,-2],[-4,-5],[-1,0],[-1,-1],[-3,1],[-4,2],[-2,1],[-1,0],[-4,0],[-4,0],[-3,-1],[-2,-2],[-2,-3],[-4,-3],[-2,-1],[-1,-1],[-3,-1],[-9,-4],[-7,-4],[-5,-2],[-3,0],[-2,0],[0,3],[0,1],[0,1],[-3,4],[-4,4],[-1,1],[-6,8],[-5,8],[1,5],[1,4],[0,1],[0,2],[0,1],[-1,1],[-1,1],[-1,1],[-1,1],[-4,1],[-4,0],[-5,-1],[-2,-2],[-4,3],[-3,4],[1,8],[-2,5],[-6,8],[-5,10],[0,1],[-1,1],[-1,1],[-1,1],[-2,1],[-2,1],[-1,0],[-1,0],[-2,0],[-3,-2],[-2,-2],[-5,-9],[-7,-8],[-6,-2],[-7,-1],[-3,2],[-4,5],[-3,6],[-4,7],[-1,2],[-1,1],[-1,0],[-2,0],[-1,-1],[-2,-2],[-2,-3],[-1,0],[-2,-2],[-2,-1],[-2,2],[-1,1],[1,1],[5,10],[4,5],[1,-1],[1,0],[1,1],[1,1],[1,2],[-1,3],[0,1],[0,1],[-1,2],[0,1],[-2,1],[-1,1],[-3,2],[-1,0],[-2,1],[-1,0],[-1,0],[-1,0],[-3,0],[-1,-1],[-1,-1],[-1,-1],[-3,-1],[-4,0],[-1,0],[-1,2],[-1,1],[0,1],[0,1],[0,1],[1,4],[3,4],[2,2],[1,2],[1,1],[-1,2],[-1,1],[-1,1],[-1,1],[-2,1],[-1,0],[-2,0],[-1,0],[-4,-2],[-6,-4],[-2,0],[-1,-1],[-1,0],[-1,-1],[-2,1],[-1,1],[0,1],[-1,1],[-1,1],[-1,1],[0,1],[0,2],[0,1],[0,1],[2,4],[0,5],[-1,5],[-2,1],[-1,0],[-1,1],[-6,4],[-1,2],[0,1],[0,2],[0,1],[0,1],[0,1],[1,1],[2,2],[1,1],[1,1],[1,0],[1,1],[1,1],[1,1],[1,1],[1,1],[0,1],[-1,1],[-1,2],[-1,1],[-1,0],[-1,0],[-6,0],[-5,3],[0,1],[0,3],[0,2],[1,1],[0,1],[1,2],[1,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[-2,1],[-1,2],[-1,0],[-1,1],[-1,0],[-2,0],[-1,0],[-1,0],[-10,2],[-9,2],[-6,0],[-4,0],[-3,1],[-3,1],[-3,0],[-3,0],[-2,-1],[-3,-3],[-2,-3],[-9,-6],[-10,-9],[-4,-5],[-9,-5],[-4,-1],[-2,0],[-3,0],[-3,0],[0,3],[-1,4],[-2,3],[-2,2],[-2,1],[-1,1],[-3,-1],[-3,1],[-2,1],[-1,1],[-1,1],[-2,4],[-1,2],[1,2],[0,1],[0,1],[-1,1],[-2,1],[-4,0]],[[6447,1302],[19,13],[5,13],[4,-3],[3,19],[6,4],[7,0],[3,4],[-3,9],[17,-2],[0,7],[20,11],[4,-11],[15,2],[6,11],[10,-3],[12,2]],[[6575,1378],[26,-11],[3,-10],[-6,-6],[1,-5],[7,-2],[12,4],[17,-5],[49,-37],[3,3],[5,-2],[-1,-6],[10,7],[5,-3],[6,-17],[-1,-5],[16,0],[2,-13],[5,0],[3,-4],[-2,-6],[-6,-1],[5,-6],[9,-3]],[[5155,1454],[4,-1],[-5,-20],[-3,-38],[10,-10],[-2,-5],[3,-10],[18,-29],[2,-12]],[[4756,1559],[3,6],[1,-3],[5,-1],[-4,6],[-6,-1],[2,10],[9,-1],[4,-7],[12,-3],[13,25],[0,-4],[4,2],[1,-6],[7,-6],[-1,-4],[6,2],[5,-3],[0,4],[3,-5],[5,7],[2,-5],[1,4],[7,4],[3,-2],[1,4],[3,-5],[1,5],[5,2],[-2,6],[10,9],[-1,3],[9,2],[4,7],[4,-1],[1,7],[7,-4],[1,5],[6,0],[1,3],[5,-3],[0,8],[6,-4],[-1,4],[4,0],[-3,4],[3,2],[3,-4],[11,7],[5,-1],[-3,-5],[6,1],[1,3],[1,-7],[7,5],[9,-4],[-2,2],[5,5],[8,4],[3,-2],[0,3],[2,-3]],[[4958,1636],[-6,-5],[-4,-7],[5,-1],[10,5],[2,-9],[2,2],[5,-5],[-2,-4],[9,1],[0,-4],[9,-5],[9,3],[9,-1],[0,-2],[21,2],[-2,5],[6,8],[9,1],[14,8],[-4,-4],[1,-8],[-2,-2],[3,-8],[-4,-11],[3,-1],[0,-24],[6,3],[3,-12],[1,-44],[-23,-13],[-7,-8],[0,-7],[-9,-8],[14,-23],[26,12],[-4,14],[13,6],[6,-5],[9,0],[0,-10],[17,-2],[-1,5],[27,-4],[26,-20]],[[7102,1326],[11,-21],[5,-20],[15,1],[8,4],[10,-11],[6,-1],[5,4],[11,-4],[6,-15],[-3,-19],[6,-2],[0,-8],[4,0],[5,-7],[-11,-34],[13,-7],[2,6],[3,0],[5,-11],[6,2],[-7,-57],[16,-17],[-3,-6],[8,-20],[-19,-39],[1,-6],[-14,-13],[-4,-14],[4,-9],[16,-13],[14,-6],[3,2],[8,-10],[8,-3],[-16,-27],[4,-7],[-7,-2],[-2,-6],[3,-6],[7,1],[8,-7],[3,2],[5,-15],[7,-5],[-10,-4],[7,-7],[-2,-3],[6,-13],[5,-2],[1,-4],[8,2],[4,-16],[7,-4],[3,-9],[-20,-1],[-10,-5],[-2,-6],[3,-7],[17,-13],[-1,-7],[3,-3],[-11,-16],[-8,-5],[6,-37]],[[7258,740],[-4,0],[-7,0],[-7,0],[-5,1],[-5,2],[0,1],[0,1],[-1,3],[-1,0],[-3,4],[-4,2],[-2,1],[-3,1],[-5,3],[-1,1],[-1,1],[0,1],[-1,1],[-1,2],[-1,1],[-1,2],[-2,0],[-2,1],[-4,0],[-1,0],[-10,-2],[-7,-2],[-5,0],[-5,0],[-6,2],[-9,6],[-5,4],[-5,5],[-5,3],[-1,1],[-1,0],[-2,-1],[-2,-1],[-1,0],[-1,-1],[-2,-1],[-1,-2],[-1,-1],[0,-5],[-4,-12],[-10,-8],[-8,-9],[-2,-3],[-1,-1],[-2,0],[-2,1],[-3,-2],[-3,-3],[-5,-8],[-1,-4],[0,-5],[1,-6],[-1,-5],[-4,-4],[-1,-1],[-9,-10],[-9,-4],[-2,-1],[-8,-5],[-2,0],[-2,0],[-6,2],[-1,2],[-7,12],[-9,10],[-11,14],[-2,3],[0,1],[-2,1],[-3,2],[-11,6],[-5,3],[-7,4],[-2,-1],[-1,0],[-1,-1],[-2,-3],[0,-2],[-2,-5],[-2,-6],[0,-1],[0,-1],[-2,-1],[-1,0],[-1,0],[-3,1],[-5,3],[-1,0],[0,1],[-1,1],[-12,0],[-9,-4],[-9,-3],[-12,-3],[-2,-1],[-1,0]],[[6743,1250],[20,2],[7,13],[9,-14],[21,-7],[5,5],[-4,5],[5,7],[1,6],[7,0],[7,10],[17,-10],[24,6],[5,4],[-6,11],[-1,11],[29,5],[9,12],[3,-1],[2,-12],[23,-27],[6,9],[24,18],[7,16],[6,-4],[3,4],[2,-6],[7,10],[17,-8],[14,10],[6,11],[30,-6],[17,4],[37,-8]],[[7587,1231],[14,-1],[14,4],[7,-3],[24,-15],[18,-20],[6,0],[-11,-38],[2,-31],[-14,-8],[-5,-7],[1,-7],[-5,0],[-31,38],[-14,10],[-3,-1],[-8,7],[0,5],[-14,-7],[-3,10],[-4,1],[-1,16],[1,9],[5,4],[-12,13],[5,12],[-3,2],[13,26],[18,-19]],[[4546,1718],[-12,8],[-5,-31],[-6,-17],[1,-19],[-4,-10],[-14,-4],[11,-6],[31,-1],[4,-3],[1,-8],[-11,-40],[0,-12],[-6,-12],[-12,6],[0,6],[-12,-2],[1,-3],[-15,5],[-14,-25],[12,-12]],[[4443,1556],[-2,8],[1,6],[-1,4],[-1,1],[-1,1],[-3,-2],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-2,0],[-1,-1],[-1,0],[-5,4],[-4,5],[-2,1],[-1,2],[-1,0],[-2,2],[-1,0],[-1,1],[-2,-1],[0,-1]],[[4407,1582],[-4,9],[-10,-3],[-1,4],[-5,0],[1,4],[-3,-2],[-4,3],[1,7],[8,8],[-2,12],[1,-4],[18,-2],[4,1],[3,15],[0,-7],[6,0],[4,4],[-1,18],[6,3],[0,10],[12,8],[34,-1],[3,3],[-9,23],[-13,13]],[[4456,1708],[14,5],[10,8],[2,14],[-5,6]],[[4477,1741],[16,1],[4,6],[3,-1],[-2,-6],[7,-3],[4,14],[15,-11],[6,-11],[5,11],[2,-6],[10,-8],[0,-4],[-7,1],[7,-4],[-1,-2]],[[8285,1013],[-4,-22],[-23,-7],[-6,-8],[7,-7],[0,-5],[7,-4],[14,-15]],[[8079,311],[-1,1],[-6,1],[-6,-5],[-5,-5],[-7,-5],[-5,-1],[-4,1],[-3,5],[-6,4],[-1,2],[-6,2],[-5,2],[-4,3],[-6,2],[-2,2],[-2,1],[-6,3],[-3,3],[0,3],[0,3],[1,3],[-2,3],[-5,1],[-10,0],[-7,1],[-3,1],[-3,2],[-2,1],[-1,0],[-4,2],[-3,0],[-9,2],[-9,3],[-3,1],[-6,1],[-10,5],[-10,5],[-8,5],[-10,6],[-3,2],[-5,5],[0,1],[0,2],[0,1],[1,2],[2,3],[1,1],[0,2],[0,3],[0,5],[-1,6],[1,3],[2,4],[2,4],[2,11],[-2,6],[-2,5],[-5,7],[2,11],[1,9],[0,2],[-1,3],[0,1],[-2,3],[-2,2],[0,1],[-5,4],[-4,3],[-4,2],[-1,1],[-3,0],[-2,2],[-4,5],[-1,2],[-3,5],[-5,8],[-7,7],[-6,9],[-5,9],[-1,10],[0,2],[0,1],[-1,4],[0,1],[-3,9],[-1,1],[-1,4],[0,1],[-1,2],[-3,5],[-4,12],[-2,3],[0,1],[-1,1],[-1,0],[-1,1],[-6,0],[-2,0],[-7,-2],[-7,-3],[-1,-1],[-1,0],[-2,0],[-2,1],[-1,0],[-2,3],[-3,3],[-1,2],[-1,1],[-2,1],[-1,1],[-1,1],[-1,1],[-1,0],[-7,-1],[-5,-4],[-5,3],[-5,5],[-2,2],[-1,1],[-1,1],[0,2],[-1,5],[-1,5],[-1,5],[-1,1],[-2,1],[-8,6],[-6,-2]],[[7730,633],[-2,5],[10,22],[11,11],[4,10],[-22,29],[-3,3],[-6,-2],[-1,6],[6,7],[2,24],[-8,12],[-6,1],[-2,16],[-6,4],[2,18],[-5,8],[-1,10],[2,-4],[14,-4],[17,2],[23,-3],[4,-8],[-2,-10],[23,-6],[6,6],[2,15],[6,4],[9,-2],[12,19],[9,7],[-5,5],[-4,-1],[-15,23],[-6,1],[-11,28],[0,17],[-5,4],[5,6],[-1,7],[5,1],[-2,12],[5,7],[0,4],[-7,2],[5,4],[-5,21],[2,10],[-8,8],[-7,2],[0,20],[-9,7],[4,11],[13,-3],[3,23],[3,-1],[4,8],[12,-6],[6,5],[4,-4],[8,1]],[[7822,1055],[8,1],[41,31],[14,-4],[2,-7],[11,-9],[-2,4],[7,1],[4,-3],[-2,-6],[11,-7],[16,19],[2,11],[-2,8],[8,-7],[3,4],[2,-3],[27,30],[37,-21],[8,8],[8,-5],[7,12],[10,4],[7,-5],[24,-39],[3,-2],[5,4],[19,2],[-1,4],[-6,1],[0,2],[12,-1],[8,7],[-4,10],[1,10],[15,13],[-4,4],[2,5],[12,-6],[9,8],[9,-2],[5,5],[11,3],[6,24],[10,8]],[[8185,1171],[3,-3],[-1,-7],[-6,-6],[0,-5],[19,-32],[6,1],[10,-10],[14,-5],[20,-26],[-8,-8],[2,-7],[-5,-16],[12,-3],[24,-25],[10,-6]],[[8543,978],[-1,-1],[-1,-1],[0,-2],[-6,-17],[-1,-5],[-1,-9],[-2,-6],[0,-1],[-11,-17],[-22,-15],[3,-10],[7,-27],[19,-18],[13,-2],[13,-3],[4,-11],[1,-11],[0,-2],[1,-3],[7,-49],[1,-8],[2,-12],[0,-2],[4,-13],[4,-17],[4,-15],[1,-3],[1,-3],[6,-16],[2,-7],[4,-18],[1,-4],[3,-12],[2,-8],[2,-17],[0,-5],[-1,-16],[-1,-6],[-1,-15],[2,-10],[5,-23],[-5,-25],[-1,-5],[-2,-23],[0,-8],[-1,-12],[-1,-18],[0,-12],[0,-9],[-1,-6],[-2,-2],[-7,-3],[-9,-6],[-4,-7],[-1,-6],[-1,-12],[5,-9],[3,0],[10,-2],[7,-4],[6,-1],[1,-1],[0,-2],[-1,-1],[-6,-5],[-6,-6],[-4,-6],[-1,-2],[-1,-5],[-5,-8],[-1,-2],[-2,-4],[-1,-3],[-1,-5],[-2,-7],[-1,-1],[-2,-2],[-5,-2],[-1,-8],[0,-3],[2,-4],[6,-10],[2,-2],[1,0],[3,1],[3,4],[0,1],[4,10],[4,11],[4,3],[10,3],[3,-1],[5,-3],[-6,-12],[-6,-11],[-1,-2],[-2,-11],[1,-6],[8,-4],[11,-2],[7,-1],[8,4],[11,3],[4,0],[2,-3],[1,-2],[0,-2],[-3,-9],[2,-12],[2,-4],[3,-3],[4,-3],[4,-3],[3,-2],[0,-2],[5,-5],[8,-8],[4,-6],[5,-6],[-1,-1],[0,-3],[0,-3],[3,-3],[6,-1],[4,0],[2,0],[5,3],[6,1],[2,-5],[-1,-5],[0,-5],[1,-1],[4,-4],[8,-2],[1,-1],[10,-2],[2,0],[3,0],[4,-1],[1,-1],[3,-4],[-5,-10],[-4,-6],[-8,-9],[-8,-4],[0,-5],[-1,-12],[0,-11],[3,-6],[3,-4],[2,-3],[1,-5],[-1,-1],[-1,-3],[-4,-5],[-3,-7],[0,-3],[2,-1],[3,-5],[3,-6],[-1,-3],[2,-3],[4,-9],[5,-4],[4,-3],[4,-2],[1,-1],[0,-3],[-2,-10],[-3,-3],[-3,-3],[-11,-6],[-11,-1],[-8,-1],[-8,0],[-2,3],[-1,2],[-1,5],[-1,8],[-2,9],[-2,5],[-5,8],[-5,-2],[-4,-3],[-2,0],[-9,4],[-3,9],[-1,7],[-9,4],[-6,4],[-4,7],[-4,5],[-9,5],[-4,5],[-2,0],[-6,2],[-1,0],[-3,-2],[-1,-8],[-4,-6],[-1,-2],[-3,0],[-5,5],[-9,4],[-3,2],[-11,4],[-10,0],[-7,-2],[-8,-1],[-1,-1],[-4,-6],[-8,-10],[-3,-2],[-2,1],[-1,0],[-6,4],[-3,2],[-1,4],[-3,3],[-4,2],[-9,3],[-3,3],[-4,6],[-7,8],[-2,3],[-2,4],[-2,9],[-2,7],[-1,5],[-3,5],[-2,2],[-11,4],[-7,3],[-6,10],[-2,6],[-5,2],[-8,3],[-4,-1],[-4,-1],[-6,-6],[-5,-5],[-1,-1],[-1,0],[-1,-1],[-6,0],[-2,0],[-1,0],[-6,4],[-3,2]],[[8285,1013],[17,-8],[18,2],[11,17],[1,18],[10,-3],[8,14],[11,3],[10,11],[11,1],[-1,7],[7,10],[6,1],[-4,13],[3,6],[-10,30],[23,3],[11,-5],[4,5],[5,0],[0,7],[11,1],[5,-2],[-2,-10],[4,-5],[-4,-4],[1,-13],[12,-27],[-3,-4],[10,-28],[-8,-13],[7,-3],[8,6],[6,-4],[0,-5],[5,-8],[-3,-16],[7,6],[6,0],[1,-9],[9,-3],[5,6],[18,3],[20,-24],[2,-11]],[[6095,1476],[5,-13],[-2,-13],[11,-8],[-1,-12],[2,-3],[-3,-9]],[[5621,1419],[7,2],[2,21],[10,7],[1,33],[6,2],[7,11],[-1,4],[5,4],[0,-3],[17,8],[-1,5]],[[5674,1513],[1,6],[8,2],[0,7],[5,0],[1,11],[7,3],[0,9],[3,-2],[2,5],[16,8],[1,5],[-6,10],[1,15],[5,-1],[5,-8],[10,3],[5,-6],[8,0],[1,-6],[-5,-8],[8,0],[0,-5],[8,-4],[7,-15],[13,-6],[5,9],[11,-1],[3,11],[-1,10],[6,3],[5,11],[15,-5],[8,11],[9,2],[4,6],[21,-1]],[[5864,1592],[6,-13],[-1,-11],[11,-14],[-1,-5],[4,6],[9,5],[1,6],[10,0],[5,6],[10,-2],[9,-8],[6,9],[5,1],[3,16],[10,-5],[13,-14],[0,8],[3,1],[2,-5],[4,1],[2,-11],[7,-2],[-4,-8],[2,-9],[-5,0],[0,-5],[-4,2],[12,-10],[4,-12],[16,0],[2,-3],[2,4],[11,-1],[6,8],[7,1],[3,-10],[14,-1],[-10,-4],[0,-14],[22,3],[-3,-8],[5,-2],[3,-7],[17,0],[1,-4],[12,-5]],[[4476,1781],[-7,-18],[5,-3],[-1,-11],[4,-8]],[[4456,1708],[-9,-4],[-4,1],[0,4],[-2,-4],[-3,2],[-1,9],[4,4],[-19,14],[1,7],[-5,3],[-2,24],[-26,7]],[[4390,1775],[1,9],[8,6],[7,21],[4,-2],[2,-8],[3,0],[-1,6],[10,2],[8,-8],[11,14],[7,-12],[-7,-9],[11,-11],[-1,-11],[8,-1],[2,7],[-2,1],[7,2],[2,5],[6,-5]],[[4407,1582],[-1,0],[2,-14],[1,-6],[3,-6],[1,-1],[0,-2],[-2,-2],[-2,-3],[-8,-10],[-2,0],[-7,2],[-5,1],[-9,2],[-12,2],[-8,1],[-4,3],[-2,1],[-1,2],[-9,9],[-5,3],[-2,1],[-1,1],[-1,2],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[-1,1],[-6,0],[-7,0],[-6,4],[-7,5],[-2,3],[0,4],[-1,4],[0,6],[-1,0],[-7,1],[-1,0],[-2,-1],[-9,-2],[-4,-1],[-10,-4],[-3,0],[-4,1],[-9,1],[-3,1],[-7,2],[-6,3],[-3,3],[-5,5],[-1,1],[-1,0],[-3,1],[-3,0],[-2,1],[-4,0],[-2,0],[-2,1],[-1,0],[-1,0],[0,1],[-1,1]],[[4203,1619],[-57,91],[-2,8],[2,15],[-16,14],[0,12],[-23,27],[-1,15],[8,8],[5,-4],[3,4],[2,-4],[3,4],[17,-15],[32,5],[7,6],[10,-4],[7,6],[16,-7],[3,2],[-3,7],[24,13],[-1,4],[9,1],[-2,12]],[[4246,1839],[21,-8],[21,17],[8,11],[13,-1]],[[4309,1858],[0,-9],[7,3],[12,-4],[0,-10],[-3,-1],[4,-1],[1,-7],[-5,-2],[-5,-16],[16,0],[0,3],[3,-1],[4,4],[-1,-5],[5,0],[1,-4],[-2,-8],[15,-1],[7,-5],[-1,-12],[5,-8],[18,1]],[[4592,1823],[0,-7],[28,-13]],[[4620,1803],[-5,-49],[27,-13],[-2,-30],[-5,-3],[-16,-3],[-14,4],[-16,-5],[7,23],[-19,8],[-8,-1],[-9,-22],[-14,6]],[[4476,1781],[8,10],[4,-2],[17,6],[13,9],[-8,8],[2,12],[-10,-1],[7,4],[2,22],[12,0]],[[4523,1849],[26,-15],[25,0],[18,-11]],[[5375,1754],[5,-6],[10,1],[-12,-12],[1,-7],[6,-6],[5,1],[6,21],[5,3],[8,-2],[15,-16]],[[5424,1731],[6,-18],[8,-9],[5,-12],[12,-1],[1,14],[3,0],[1,6],[4,-1],[5,-17],[-3,-15],[22,6],[10,-10],[4,5],[1,13],[6,3],[5,-3],[3,-14],[13,-2],[3,-3],[-13,-9],[-4,-8],[7,-12],[-2,-9],[2,-4],[16,-3],[1,-6],[19,-1],[4,9],[-1,6],[21,2],[-1,-19],[15,-36],[-5,-3],[4,-11],[8,2],[1,-6],[1,5],[2,-14],[2,5],[2,-2],[0,7],[10,2],[-1,-12],[10,-14],[-2,-2],[3,0],[3,-12],[30,-8],[9,-7]],[[5155,1454],[26,33],[0,24],[-18,17],[5,7],[-1,14],[7,11],[-1,12],[10,-7],[14,13],[14,-2],[1,-4],[9,1],[1,31],[-3,12],[12,6],[14,16],[11,1],[21,10],[3,-16],[3,7],[5,-4],[-4,-4],[2,-8],[30,-23],[11,3],[5,7],[-4,4],[3,12],[10,-5],[-12,14],[6,23],[-4,0],[6,11],[-3,20],[5,6],[-3,5],[4,19],[6,6],[1,17],[11,3],[2,7],[4,-3],[5,1],[2,5],[4,-2]],[[7337,1437],[33,-8],[14,-9],[18,0],[10,-5],[0,-16],[5,-16],[-2,-23],[5,-17],[28,3],[4,6],[25,12]],[[7477,1364],[12,-17],[-1,-10],[5,-15],[12,2],[5,-4],[-5,0],[-1,-8],[-12,-11],[-13,-2],[-8,4],[-5,-8],[10,-3],[-7,-11],[-5,0],[-1,-7],[9,-2],[0,-6],[-5,-1],[-1,-4],[11,-5],[6,-11],[-4,-20],[3,-13],[-10,-1],[-11,-7],[-7,-21],[-5,-3],[-5,4],[-1,-5],[-11,5],[6,-7],[0,-23],[8,-12],[-3,-19],[2,-9],[3,-2],[-4,-5],[-5,1],[-6,-9],[-2,-20],[4,-3],[6,2],[8,-3],[-1,-4],[5,-1],[0,10],[4,5],[8,-1],[3,5],[8,-2],[6,-4],[-3,-15],[5,-2],[-7,-9],[-2,-13],[-16,-3],[6,-6],[7,-1],[5,-6],[0,-6],[-4,0],[-1,-11],[-15,-14],[-16,-59],[15,-14],[6,-27],[-1,-18],[11,-20],[1,-12],[-16,-6],[-3,-10],[-6,-6],[4,-14],[-2,-9],[-20,-20],[11,-35],[-2,-6]],[[7439,741],[-3,1],[-6,6],[-1,1],[-2,2],[-2,1],[-2,0],[-2,-1],[-1,0],[-1,-1],[-1,-2],[-3,-3],[-3,-4],[-3,-2],[-4,0],[-11,3],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-2,-3],[-2,-2],[-4,-8],[1,-7],[1,-5],[-5,-2],[-2,1],[-2,2],[-2,1],[-6,6],[-8,9],[-2,1],[-2,0],[-4,-1],[-1,-1],[-1,-2],[-1,0],[0,-2],[-1,-4],[-2,-4],[-2,-5],[-3,-6],[-6,-2],[-5,0],[-4,1],[-12,-1],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-9,1],[-6,2],[-8,7],[-4,3],[-1,2],[-6,6],[-5,8],[-1,2],[0,3],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-2,0]],[[7102,1326],[10,28],[19,3],[-2,5],[9,13],[3,1],[3,-6],[12,-3],[4,-5],[8,-2],[11,7],[2,6],[9,1],[6,6],[-3,5],[2,2],[14,5],[-9,8],[-3,13],[-15,5],[-5,10],[-20,13]],[[7157,1441],[-2,12],[-5,5],[17,9],[0,-31],[5,2],[15,-10],[23,2],[1,30],[-6,24],[4,6],[10,-1],[5,3],[2,-4],[11,-5],[7,-11],[4,1],[-2,-8],[4,-11],[8,6],[2,-4],[-5,-7],[6,-2],[6,-31],[14,1],[10,8],[14,-7],[-5,15],[13,2],[9,-5],[15,7]],[[7753,1335],[-11,-23],[-15,-9],[-8,-12],[-6,-2],[-3,-8],[3,-5],[24,6],[10,-3],[18,-15],[-1,-7],[4,-9],[-2,-3],[5,-7],[-10,-9],[-5,-15],[-10,-4],[-5,-9],[-6,-20],[2,-11],[-26,-46],[6,-14],[-8,-4],[2,-6],[18,-7],[4,5],[1,-7],[6,-2],[2,-7],[16,-1],[-4,-6],[7,6],[4,11],[11,1],[7,-18],[5,0],[10,-10],[10,2],[1,-4],[13,-8]],[[7730,633],[-4,-1],[-4,-3],[-1,-1],[-2,0],[-2,0],[-1,2],[-1,1],[-1,1],[0,1],[-6,9],[-1,8],[1,1],[0,3],[-1,2],[0,1],[-1,2],[-7,8],[-2,0],[-2,0],[-9,-1],[-2,-1],[-2,-1],[-1,-1],[-2,-4],[-2,-3],[-1,-1],[-5,-4],[-2,-1],[-2,0],[-2,0],[-1,0],[-3,-1],[-4,-4],[-1,-1],[-1,0],[-6,-12],[-1,-12],[1,-2],[0,-3],[0,-2],[0,-1],[-1,-5],[-1,-1],[-2,-1],[-6,1],[-1,0],[-1,0],[-1,1],[-2,2],[-1,2],[-4,7],[-1,3],[-3,5],[-2,8],[1,10],[0,4],[0,2],[-2,3],[-2,2],[-4,3],[-1,0],[-5,4],[-4,2],[-8,8],[-5,4],[-4,2],[-3,5],[-3,5],[0,5],[0,6],[-1,1],[0,1],[-1,1],[-1,1],[-5,2],[-4,0],[-5,3],[-3,3],[-3,2],[-2,0],[-1,0],[-2,-1],[-6,-5],[-1,-1],[-2,-3],[-1,-1],[-8,0],[-2,2],[-3,2],[-4,2],[-4,0],[-2,1],[-4,1],[0,1],[-1,1],[-1,2],[0,1],[0,2],[-1,3],[0,1],[-1,4],[-3,5],[-2,3],[-2,1],[-1,0],[-4,3],[-5,10],[-3,7],[-2,6],[-2,2],[-1,0],[-12,-2],[-1,-1],[-2,-1],[-5,-5],[-3,-4],[-5,-7],[-12,-3],[-1,0],[-2,0],[-2,0],[-1,0],[-4,2]],[[7477,1364],[9,-1],[0,6],[16,15],[-4,-1],[-2,3],[3,4],[-4,0],[6,6],[-4,0],[-9,11],[13,11],[19,24],[48,-50],[8,-4],[15,-24],[11,-11],[3,5],[9,0],[6,8],[11,3],[5,-10],[7,-3],[27,-21],[19,14],[4,7],[6,-4],[20,0],[34,-17]],[[4799,1850],[2,3],[21,1],[6,-2],[0,-5],[12,-1],[27,7],[14,-7],[13,0],[7,4],[1,-8]],[[4902,1842],[-3,0],[1,-10],[10,-18],[-8,-25],[-6,-3],[4,-4],[7,0],[1,-4],[5,1],[1,-8],[-3,-2],[4,-6],[2,5],[7,1],[-6,-6],[4,-3],[-6,-8],[0,-13],[45,14],[7,6],[-2,5],[7,6],[28,2],[9,5]],[[5010,1777],[1,-14],[-4,1],[-3,8],[-3,-2],[3,-12],[4,1],[-3,-12],[-7,-4],[-1,-4],[-3,1],[-1,-6],[-9,-8],[3,-12],[-9,1],[5,-3],[-6,-10],[11,-12],[-3,-2],[2,-6],[-3,4],[-4,-2],[3,-5],[-2,-7],[-4,2],[-2,-2],[4,-4],[-4,-6],[13,0],[1,-2],[-6,-5],[4,-3],[2,2],[1,-7],[-10,-9],[-6,6],[-6,-7],[1,-4],[-4,6],[-7,-3]],[[4620,1803],[34,10],[11,11],[2,-4],[-4,-8],[4,-9],[17,9],[20,-3],[20,4],[5,14],[-2,4],[-13,0],[0,4],[7,0],[1,2],[-6,1],[-6,7],[6,1],[6,10],[-1,16],[4,7],[8,1],[-2,3],[9,-1],[16,-17],[4,2],[-4,6],[5,4],[5,-2],[19,-10],[10,-14],[4,-1]],[[4246,1839],[-5,-2],[-11,16],[-2,-4],[-20,10],[-4,4],[1,5],[-22,6],[-6,14],[-8,-1],[-6,-4],[-3,5],[5,1],[5,12],[-12,2],[3,4],[-6,2],[0,5],[-4,3],[5,18],[9,-8],[8,4],[7,-3],[7,10],[-2,6],[10,6],[-1,2],[11,5],[6,-7],[7,9],[9,-1],[10,-7],[2,3],[3,-3],[2,2],[4,-5],[13,-2],[1,4],[-5,4],[11,-7],[2,5],[6,-1],[-4,5],[4,13],[-2,7],[43,0]],[[4317,1976],[11,-8],[5,2],[2,-5],[-7,-3],[-1,-8],[7,-2],[-5,-6],[-1,-9],[-2,0],[2,-1],[-10,-20],[20,-2],[7,4],[15,-2],[-4,-9],[-4,0],[5,-5],[-1,-6],[-8,-15],[1,-27],[-7,2],[-9,-4],[-10,13],[-8,-5],[-2,3],[-4,-5]],[[8152,1272],[-5,-6],[-2,-12],[-9,-13],[-20,-16],[-5,-13],[12,3],[7,-7],[18,-8],[38,-5],[2,-7],[-3,-17]],[[7753,1335],[6,4],[11,-2],[16,7],[11,15],[7,31],[11,4],[7,12],[19,-2],[17,-17],[21,-5],[-10,18],[9,32]],[[7878,1432],[8,-12],[5,3],[6,-7],[10,-3],[-2,-3],[2,-1],[4,7],[4,-3],[-2,-3],[9,2],[24,9],[3,6],[7,1],[11,-21],[-1,-6],[10,-7],[5,-10],[0,-13],[6,2],[3,-13],[7,-2],[17,-21],[15,-2],[11,8],[9,2],[15,15],[6,-7],[10,2],[5,-5],[8,0],[-2,-10],[-10,-3],[-3,-19],[5,-6],[9,5],[9,-4],[4,1],[1,-5],[14,-5],[32,-32]],[[4425,2020],[14,-56],[-5,-1],[-2,-11],[-12,-11],[1,-9],[5,1],[0,4],[4,-10],[10,-2],[-4,12],[6,9],[3,-1],[26,21],[25,6],[-1,-5],[3,2],[-14,-16],[-6,-17],[-5,0],[-2,4],[-10,-12],[-3,-6],[1,-13],[21,8],[4,-10],[-1,-11],[6,-2],[9,5],[6,-22],[-5,-1],[5,-21],[8,1],[11,-7]],[[4317,1976],[9,0],[0,7],[8,5],[-5,14],[13,7],[3,-4],[8,5],[0,-9],[8,17]],[[4361,2018],[17,-9],[5,8],[9,1],[3,3],[9,-1],[8,8],[13,-8]],[[5124,1910],[4,-17],[13,-5],[-1,-9],[11,-5],[-7,-11],[1,-8],[3,-3],[2,2],[5,-10],[-9,-2],[5,-7],[-4,-6],[10,-1],[-2,-9],[-8,2],[-11,-27],[5,-3],[21,17],[6,-12],[9,-7],[17,12],[4,-10],[5,-2],[5,10],[5,2],[5,-16],[7,-2],[10,6],[8,-18],[18,3],[3,-19],[4,6],[-2,6],[15,-10],[4,3],[1,8],[5,2],[8,-20],[4,13],[6,4],[14,-5],[5,15],[4,2],[6,-5],[-1,-11],[5,-5],[14,0],[13,14],[6,-18]],[[5010,1777],[4,1],[0,7],[2,-4],[3,2],[-3,5],[3,4],[-6,-6],[-2,2],[4,11],[2,-4],[3,6],[5,-4],[0,6],[5,0],[-2,5],[5,5],[10,-5],[17,13],[12,-6],[6,7],[4,-7],[-2,-3],[4,-1],[4,15],[11,-3],[-5,10],[-16,4],[-1,4],[12,21],[0,14],[6,7],[3,12],[7,7],[1,10],[13,28]],[[5119,1940],[7,-4],[-7,-2],[5,-24]],[[4947,1935],[-4,-6],[4,-2],[-6,-5],[0,-7],[7,-8],[5,-1],[2,-8],[-13,5],[-2,-5],[14,-5],[3,-9],[-6,-4],[-24,6],[-8,6],[7,-14],[-2,-14],[-9,3],[0,-5],[3,-3],[-1,-8],[-9,2],[-6,-11]],[[4799,1850],[21,51],[-3,2],[3,5],[-4,3],[5,7],[-3,4],[-10,-4],[-4,3],[-6,-2],[1,7],[-8,11],[5,2],[4,9],[-4,4],[2,6],[-5,2],[4,10],[4,1],[-4,3],[3,8]],[[4800,1982],[3,-8],[3,6],[7,-4],[4,4],[-2,4],[8,-1],[8,6],[3,-3],[13,11],[12,-4],[2,2],[-5,7],[32,9],[2,-11],[5,1],[10,-14],[-3,-9],[2,-20],[7,-1],[4,-8],[11,2],[11,-18],[10,2]],[[8600,1398],[-1,-6],[5,-1],[3,-6],[8,-3],[17,0],[4,7],[18,-2],[10,-9],[-15,-8],[5,-4],[4,-11],[6,-2],[17,5],[4,-3],[5,3],[10,-14],[11,-1],[1,-5],[-7,2],[-4,-28],[-20,6],[-8,-25],[-4,1],[0,-4],[-11,0],[-7,-5],[-13,-2],[-6,-8],[-18,9],[-1,4],[-17,10],[-9,-2],[-6,-17],[-7,13],[-4,6],[1,7],[8,8],[8,-2],[7,6],[0,5],[-6,0],[-1,8],[-10,-2],[0,7],[11,5],[-7,11],[11,25],[-3,16],[-6,4],[2,6],[15,-4]],[[4586,2053],[7,-14],[-1,-11],[20,-19],[5,-26],[-10,1],[-10,-9],[0,-39],[8,-3],[-2,-17],[3,-16],[10,1],[3,-7],[-1,-10],[-5,0],[-3,-10],[-12,-8],[1,-10],[-11,-5],[6,-8],[-2,-20]],[[4425,2020],[29,-14],[24,9],[8,-7],[2,2],[2,-4],[5,1],[15,27],[2,-11],[13,0],[14,-13],[12,-2],[3,4],[-6,4],[13,-6],[5,7],[1,8],[11,-3],[2,3],[-7,10],[-1,14],[2,7],[12,-3]],[[5107,1986],[12,-38],[0,-8]],[[4947,1935],[0,5],[-5,-4],[-1,10],[5,8],[9,1],[0,7],[7,0],[4,-5],[-2,-3],[2,2],[6,12],[-5,8],[5,4],[-5,5],[3,8],[5,-7],[-4,-2],[2,-2],[2,4]],[[4975,1986],[7,-7],[2,2],[14,-10],[3,7],[14,7],[2,-3],[9,3],[8,-10],[11,10],[5,-1],[1,16],[16,-3],[-1,-3],[22,-11],[14,-1],[5,4]],[[4293,2137],[20,-2],[10,-13],[1,-24],[10,-3],[-8,-25],[18,-2],[-1,-14],[10,2],[1,-11],[16,-9],[-9,-18]],[[4203,1619],[-2,-3],[0,-6],[0,-1],[0,-1],[1,-1],[1,-1],[2,-1],[1,0],[2,-2],[2,-3],[3,-5],[2,-6],[-5,-4],[-5,-1],[-8,-4],[0,-1],[-3,-6],[-2,-3],[-2,-3],[-2,-1],[-3,-1],[0,1],[-3,3],[0,1],[0,1],[-1,0],[-2,2],[-2,1],[-7,3],[-3,3],[-10,8],[-4,9],[-6,9],[1,10],[1,8],[0,1],[0,1],[-1,5],[-2,12],[0,3],[-1,1],[-1,2],[-3,2],[-1,0],[-1,1],[-2,0],[-3,1],[-1,-1],[-8,2],[-7,3],[-12,3],[-2,0],[-1,0],[-1,0],[-1,0],[-6,-2],[-4,-2],[-1,-1],[-2,1],[-5,5],[-1,2],[0,15],[-1,8],[-2,10],[-1,1],[-4,8],[-3,0],[-3,-1],[-5,0],[-4,1],[-5,4],[-4,2],[-3,0],[-2,-1],[-2,0],[-7,-3],[0,-3],[0,-4],[1,-3],[1,-2],[1,-2],[-2,-5],[-3,-3],[-8,-4],[-6,2],[-1,3],[-1,1],[-2,5],[-1,2],[-1,2],[-1,0],[-11,8],[-9,-1],[-5,-3],[-3,0],[-1,1],[-10,9],[-2,1],[-1,2],[-1,2],[-4,6],[-1,3],[-1,1],[-1,3],[0,2],[-1,1],[-1,5],[1,1],[1,1],[1,0],[1,2],[3,5],[2,5],[-5,5],[-1,1],[-2,1],[-6,7],[-1,8],[1,4],[1,4],[0,3],[0,3],[-1,1],[-1,1],[-1,1],[-2,0],[-1,0],[-8,0],[-6,2],[-4,7],[-3,9],[-4,2],[-1,0],[-5,2],[-5,2],[-6,6],[-5,3],[-1,1]],[[3903,1823],[22,36],[4,22],[6,13],[5,4],[-12,11],[8,23],[-14,7],[-4,8],[3,13],[2,-2],[11,21],[-10,6],[3,4],[-3,2],[8,7],[-6,9],[2,2]],[[3928,2009],[2,2],[3,-7],[6,-2],[12,9],[17,3],[1,6],[2,-17],[7,-6],[12,13],[-2,7],[13,9],[4,-8],[5,2],[3,-2],[17,16],[23,-14],[0,10],[20,6],[43,4],[1,9],[-8,-1],[-6,8],[2,22],[11,4],[3,10],[19,-4],[4,7],[23,7],[-1,3],[12,0],[4,9],[0,8],[12,1],[9,7],[13,4],[15,0],[-9,19],[24,-8],[7,3],[22,-1],[20,-10]],[[5864,1592],[-1,6],[7,10],[-1,15],[-6,4],[-12,-7],[-6,3],[1,17],[-14,2],[-5,14]],[[5827,1656],[-1,6],[4,2],[-2,7],[13,7],[5,-1],[-2,-14],[27,4],[2,9],[9,10],[-7,15],[-9,5],[3,8],[12,3],[11,-9],[0,4],[7,0],[12,-4],[0,9],[7,0],[11,6],[4,18],[-5,10],[8,14],[9,4],[-2,2],[4,4],[-4,5],[8,7],[4,-5],[0,-7],[4,-2],[11,10],[20,-5],[12,11],[20,-6],[29,10],[16,-8],[5,2],[8,14]],[[6080,1801],[9,7],[9,19],[17,-5],[7,16],[13,3],[13,8],[5,8],[1,14],[4,6],[40,-10],[9,4],[4,10]],[[6211,1881],[4,1],[3,-8],[-5,-4],[2,-3],[-2,-10],[3,-2],[2,-24],[14,3],[0,-7],[-6,-1],[1,-3],[15,-2],[3,-52],[5,-21],[-67,-6],[3,-36],[11,2],[0,-5],[8,-2],[-2,-11],[9,4],[3,-3],[-8,-7],[-9,1],[-6,-8],[-1,-10],[-4,4],[-11,1],[-6,-4],[8,-13],[-8,-12],[4,1],[2,-6],[-4,-8],[7,-4],[-13,-15],[6,-8],[-2,-5],[4,-7],[-11,-10],[2,-2],[8,4],[-5,-13],[0,-8],[-4,-1],[-4,-6],[-12,-9],[2,-20],[-16,-1],[-11,-18],[1,-11],[-6,-14],[-6,-6],[-12,5],[-5,-5]],[[6072,1908],[-4,-8],[-9,-5],[-5,-18],[1,-17],[-7,-3],[14,-19],[-5,-2],[-1,-5],[13,-10],[11,-20]],[[5827,1656],[-8,-1],[-16,13],[-6,0],[-1,6],[-7,4],[-37,-1],[-9,-16],[-9,0],[-10,8],[4,7],[-2,8],[-14,0],[0,17],[-29,4],[-10,-9],[-8,3],[-1,4],[-4,-2],[-4,30],[8,9],[3,11],[7,4],[5,-8],[5,-2],[9,9],[-3,11],[-11,3],[-5,12],[12,30],[-11,0],[-7,6],[-3,13],[8,17],[14,5],[6,10],[14,7],[8,4],[10,-3],[6,11],[-6,11],[14,9],[5,16],[11,4],[1,6],[8,-1],[5,-8],[9,-34],[4,-1],[12,8],[0,6],[-3,3],[2,-4],[-4,0],[-1,10],[15,4],[2,5],[6,0],[10,-18],[5,3],[18,-9],[24,4],[13,-2],[6,-4],[12,8],[1,7],[5,1],[5,-7],[11,9],[12,-1],[9,-2],[-4,-5],[3,-2],[16,11],[2,7],[24,-4],[1,-14],[22,-4],[4,14],[12,12],[13,-2],[9,-6],[20,6]],[[6064,1916],[3,-7],[5,-1]],[[7337,1437],[0,21],[10,45],[15,1],[9,9],[9,0],[3,13]],[[7383,1526],[18,-9],[10,19],[4,2],[2,12],[9,2],[3,10],[6,-2],[12,5],[11,11],[21,-3],[8,8],[13,-4],[18,5],[14,0],[5,19],[12,5],[4,5],[3,18],[-6,17],[20,7],[10,-3],[8,8],[5,-3],[14,2]],[[7607,1657],[19,5],[37,0],[23,-11],[7,-1],[6,4],[8,-4],[12,-8],[7,-17],[11,8],[17,4],[13,-13],[7,-1],[1,-4],[-5,-6],[-2,-10],[-8,-9],[3,-2],[-2,-15],[21,-33],[9,-26],[11,-13],[1,-8],[19,-20],[7,-1],[10,-9],[4,-10],[14,-5],[5,-7],[14,-3],[4,-7],[-2,-3]],[[4763,2086],[16,5],[13,-39],[5,-3],[-4,-4],[2,-3],[6,2],[1,-6],[-6,-13],[5,1],[-2,-12],[4,0],[1,-9],[6,4],[4,-13],[-8,-11],[-9,-1],[0,-3],[3,1]],[[4586,2053],[6,3],[-1,5],[3,2],[7,0],[6,-4],[2,6],[3,-3],[0,3],[7,-10],[17,-5],[6,-9],[19,19],[3,11],[-8,7],[14,19],[-10,22],[3,13]],[[4663,2132],[8,4],[15,-9],[0,-8],[7,-9],[10,4],[-2,-12],[8,-14],[10,13],[16,-34],[18,5],[-5,9],[15,5]],[[3787,2164],[4,-10],[2,-40],[-4,-4],[3,-7],[-6,-3],[4,-6],[-1,-12],[6,-11],[34,14],[-1,-3],[9,2],[-5,-8],[15,-15],[-7,-33],[9,-4],[18,1],[36,-22],[7,11],[3,-5],[7,10],[8,-10]],[[3903,1823],[-2,0],[-8,-6],[-3,-2],[-1,-1],[-3,-3],[-10,-9],[-2,-10],[0,-13],[0,-7],[3,-8],[0,-1],[1,0],[2,-1],[1,0],[3,1],[1,0],[1,1],[1,1],[1,3],[2,4],[2,3],[2,1],[4,0],[11,-3],[4,-4],[3,-9],[1,-3],[-4,-14],[-2,-6],[1,-5],[1,-4],[1,-2],[-1,-4],[0,-2],[-2,1],[-3,1],[-1,2],[-2,1],[-1,2],[-10,1],[-7,0],[-9,1],[-4,2],[-1,5],[0,3],[-3,0],[-9,-3],[-1,-1],[-2,-1],[-1,-1],[-1,-1],[0,-1],[-1,-3],[-2,-6],[0,-1],[-1,-2],[-1,0],[-2,0],[-1,1],[-1,1],[-3,2],[-3,2],[-1,0],[-2,0],[-2,0],[-1,0],[-1,-1],[-10,-6],[-5,-4],[-2,-2],[-3,-5],[-2,-2],[-5,-7],[-5,-6],[-1,-1],[-2,-3],[-1,-1],[-1,-2],[-4,-6],[-1,-2],[-7,-5],[-7,-2],[-2,0],[-1,0],[-2,0],[-4,2],[-4,1],[-1,1],[-2,1],[-1,0],[-1,0],[-2,1],[-6,-3],[-3,-1],[-1,-1],[-2,-2],[-3,-2],[-4,-2],[-4,1],[-1,3],[-2,3],[-1,3],[-1,1],[-1,1],[-9,6],[-6,5],[-7,4],[-3,2],[-4,2],[-5,4],[1,1],[1,2],[4,6],[4,7],[-2,3],[-2,2],[-3,6],[-8,3],[-6,0],[-8,1],[-4,1],[-5,1],[-1,0],[-2,1],[-1,1],[0,3],[-6,3],[-4,3],[-3,-1],[-2,1],[-3,2],[-2,3],[-1,1],[-1,2],[-1,2],[1,2],[1,0],[1,5],[0,2],[1,6],[-3,14],[-1,7],[0,2],[-9,11],[-5,8],[-2,4],[1,3],[-1,6],[0,4],[-1,4],[-3,6],[-1,2],[-1,3],[-2,2],[-2,2],[-4,1],[-2,2],[-2,2],[-6,7],[-1,1],[-1,2],[1,5],[0,6],[0,2],[-1,3],[-9,11],[-3,3],[-6,7],[-2,2],[-3,3],[-3,3],[-5,2],[-3,1],[-12,1],[0,-1],[-1,-3],[-3,-9],[-1,-6],[-1,-4],[-2,0],[-4,2],[-5,3],[-3,2],[-3,1],[-3,2],[-3,1],[-1,0],[-2,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,2],[0,5],[-1,5],[-3,9],[0,2],[-2,4],[-1,3],[0,1],[-1,1],[-1,0],[-9,5],[-9,5],[-7,4],[-4,5],[-1,6],[-2,4],[-1,2],[-3,6],[-1,1],[-2,3],[-3,2],[-1,1],[-1,2],[0,1],[-1,3],[7,13],[2,3],[2,2],[1,0],[2,0],[7,0],[13,-1],[7,6],[10,4],[10,1],[7,2],[11,4],[10,3],[1,-1],[1,0],[4,1],[1,0],[8,3],[5,1],[3,6],[3,5],[3,7],[1,9],[5,9],[5,2],[4,-1],[4,-3],[6,-3],[2,-1],[2,0],[1,0],[1,1],[2,0],[11,7],[3,6],[1,6],[0,2],[0,2],[0,1],[0,2],[-1,2],[-1,2],[-1,2],[1,6],[1,1],[0,2],[1,2],[1,2],[1,3],[1,2],[0,1],[1,0],[1,2],[0,2],[0,1],[0,2],[-1,1],[-3,3],[-8,6],[-2,1],[-2,2],[-5,5],[-4,3],[-2,1],[-9,10],[-3,11],[0,13],[5,12],[6,8],[3,8],[3,7],[6,8],[3,6],[1,1],[-1,1],[0,2]],[[3620,2224],[5,4],[5,-4],[8,2],[11,11],[6,-7],[10,8],[-5,14],[18,1],[6,13],[7,0],[3,-7],[-8,-2],[0,-9],[5,-7],[-2,-2],[5,-16],[11,-17],[-13,-11],[25,-9],[11,2],[2,-2],[8,3],[1,6],[10,6],[10,-6],[4,8],[3,-2],[-5,-4],[2,-7],[6,2],[4,-12],[7,5],[1,-14],[6,-7]],[[6873,1816],[-4,-15],[13,0],[0,3],[5,0],[7,-4],[1,-51],[7,1],[21,-13],[-7,-3],[-14,-17],[-13,5],[-2,-7],[-4,3],[2,-27],[-8,4],[-2,-5],[-6,-1],[-29,3],[-12,-7],[-4,9],[-5,-8],[-8,3],[-1,5],[-9,3],[-5,-11],[-6,2],[-3,-3],[-13,5],[3,10],[4,-1],[1,7],[-17,4],[-1,6],[7,4],[1,6],[-9,7],[-5,-6],[-3,4],[3,12],[-3,13],[17,16],[4,-4],[13,4],[3,14],[-5,10],[5,11],[-5,11],[1,3],[14,3],[27,-5],[13,2],[4,-5],[4,5],[7,0],[16,-5]],[[6211,1881],[-9,17],[14,13]],[[6216,1911],[6,2],[12,-8],[10,14],[19,3],[4,10],[-6,16],[6,7],[7,-2],[8,-12],[6,-1],[8,5],[1,9],[5,2],[10,-16],[6,-4],[17,11],[20,-8],[18,8]],[[6373,1947],[-11,-15],[11,-20],[1,-15],[-4,-10],[21,-7],[-2,-23],[2,-12],[47,1],[5,-7],[18,-10],[11,1],[12,-6],[10,-18],[-4,-7],[-5,0],[0,-9],[-7,-6],[-8,7],[-6,0],[-2,-4],[-5,2],[2,-7],[-7,-14],[-7,-37],[-4,-1],[2,-5],[-4,-18],[-25,-7],[0,-34],[-8,0],[0,-7],[-2,0],[5,-6],[-2,-11],[7,16],[-2,-21],[-17,-6],[-9,-14],[1,-18],[7,-2],[9,-19],[8,-3],[2,-13],[7,6],[8,-2],[1,-30],[-13,-30],[9,-35],[14,-15],[3,-11],[-2,-13],[-13,0],[-31,-7],[-16,1],[5,-8],[-2,-7],[13,-19],[-8,-21],[-6,0],[-2,-7]],[[5453,2050],[-11,6],[-2,-4],[-37,4],[-13,-2],[-1,-4],[8,-6],[-12,-11],[8,1],[18,-8],[1,-7],[12,-15],[-4,-6],[-13,3],[-6,-13],[4,-3],[2,-21],[4,-15],[-15,2],[1,-11],[7,-20],[-3,-7],[3,-3],[0,-9],[11,-21],[10,-1],[17,-11],[11,-18],[-1,-7],[9,-12],[1,-7],[7,-7],[1,-23],[6,-1],[17,-22],[-6,-11],[-16,9],[-15,-10],[-7,-13],[-25,-2],[0,-13]],[[5124,1910],[19,5],[-7,41],[17,-5],[40,5],[17,11],[-1,8],[6,-7],[4,6],[-2,0],[-2,19],[-5,-1],[2,11],[1,4],[13,-3],[5,3],[1,10],[-17,-3],[-14,11],[-2,5],[2,5],[37,5],[2,6],[8,3],[0,3],[19,2],[-3,4],[2,4],[3,-3],[1,6],[7,-2],[4,-8],[0,16],[25,27]],[[5306,2098],[10,-3],[31,8],[19,-11],[29,-1],[-6,-9],[10,-12],[22,2],[19,-4],[10,-6],[3,-12]],[[6072,1908],[25,-8],[11,8],[6,-6],[-2,6],[8,5],[6,0],[2,-4],[0,7],[-3,0],[3,25],[14,-7],[3,26],[-6,21],[8,2],[5,-7],[17,-1],[4,1],[3,8],[4,1],[7,-5],[8,-21],[-11,-15],[-3,2],[3,-27],[19,1],[13,-9]],[[4990,2166],[12,-13],[11,-39],[13,-16]],[[5026,2098],[3,-19],[8,-5],[6,-13],[11,-1],[3,-14],[14,-7],[12,-15],[4,-12],[11,-6],[9,-20]],[[4975,1986],[-10,41],[-10,15],[7,3],[-4,6],[3,8],[-28,0],[1,4],[23,6],[11,51],[-1,13],[9,5],[8,24],[3,5],[3,-1]],[[5026,2098],[35,3],[12,17],[7,3],[-13,15],[6,7],[6,0],[14,16],[5,-2],[1,-5],[5,1],[1,-4],[7,2],[0,-3],[2,3],[19,-3],[7,6],[9,-7],[10,5],[17,-3],[1,4]],[[5177,2153],[11,1]],[[5188,2154],[17,-16],[57,-31],[14,3],[18,-14],[12,2]],[[4937,2214],[2,-23],[23,3],[2,-7],[26,-21]],[[4763,2086],[-5,27],[5,1],[5,-9],[7,-4],[16,2],[19,4],[12,13]],[[4822,2120],[3,16],[-4,33],[1,7],[4,3],[4,18],[5,5],[23,-26],[14,16],[-2,24],[-3,2]],[[4867,2218],[16,-7],[6,-9],[8,-2],[2,-13],[7,1],[10,-7],[6,21],[-1,4],[3,0],[-1,7],[3,3]],[[4926,2216],[8,4],[3,-6]],[[4793,2255],[3,-8],[-11,-19],[8,-3],[-3,-9],[11,-11],[-3,-5],[5,-7],[-3,1],[-2,-9],[-2,2],[-4,-5],[3,-8]],[[4795,2174],[-25,9],[0,4],[-5,-1],[0,11],[4,1],[-3,7],[-17,10],[9,11],[-5,14],[6,10],[3,17]],[[4762,2267],[30,-8],[1,-4]],[[4795,2174],[7,-20],[-3,-8],[4,-12],[9,-10],[10,-4]],[[4663,2132],[-5,1]],[[4658,2133],[7,46],[23,0],[0,9],[5,2],[1,7],[-5,4],[12,13],[9,4],[-1,11],[-12,4],[0,26],[18,6],[-4,9],[5,4],[12,-6]],[[4728,2272],[28,3],[6,-8]],[[5150,2210],[-5,-19],[23,1],[3,-1],[-2,-5],[11,-2],[-4,-3],[0,-5],[7,0],[-7,-3],[1,-20]],[[4937,2214],[28,10],[3,-7],[9,5],[-1,5],[11,1],[-1,5],[5,0],[0,-5],[11,2],[-1,-2],[9,-2],[-1,7],[4,6],[18,8]],[[5031,2247],[21,1],[12,5],[30,-11],[-2,-4],[3,-2],[0,-9],[4,-3],[7,6],[12,1],[0,-21],[10,11],[14,-4],[8,-7]],[[4851,2286],[0,-20],[12,-5],[-1,-7],[-10,0],[1,-14],[10,-20],[4,-2]],[[4793,2255],[20,-2],[-4,17],[8,-9],[8,24]],[[4825,2285],[8,4],[18,-3]],[[8949,1589],[-3,-5],[-2,-3],[-23,-28],[-2,-3],[-20,-30],[-5,-6],[-5,-8],[-21,-37],[-5,-8],[-3,-5],[-9,-17],[-7,-1],[-17,-5],[-13,-41],[3,-14],[-7,-5],[-7,-7],[-5,-5],[-9,-5],[-22,-33],[-7,-7],[-2,-3],[-3,-5],[-1,-2],[-1,-14],[0,-8],[-2,-2],[-10,-10],[-11,-7],[-5,-7],[-9,-14],[-7,-12],[-1,-1],[0,-1],[-4,-17],[-8,-9],[-17,-17],[-1,-1],[-4,0],[-12,-2],[-11,-16],[-7,-13],[-2,-11],[-1,-7],[-1,-8],[0,-7],[-27,-37],[-7,-7],[-1,-2],[-6,-10],[-3,-3],[-15,-24],[-8,-14],[-3,-3],[-7,-9],[-2,-4],[-2,-3],[-16,-28]],[[8152,1272],[18,15],[11,-3],[4,-4],[6,14],[-3,5],[6,11],[-19,30],[-13,9],[-9,11],[-1,9],[8,-1],[6,3],[3,12],[10,4],[0,3],[-8,12],[-11,6],[6,15],[-8,22],[4,3],[-1,4],[7,4],[-6,9],[6,22],[-12,-1],[1,6]],[[8157,1492],[9,1],[5,9],[14,0],[1,5],[12,7],[13,-5],[4,-5],[20,16],[10,-2],[8,5],[23,-5]],[[8276,1518],[16,-15],[3,-9],[11,-1],[7,-8],[2,-6],[-9,-14],[1,-8],[4,-3],[-1,-4],[10,-3],[17,4],[17,-10],[13,-1],[7,4],[11,-8],[10,3],[6,-6],[8,4],[10,-3],[5,4],[13,-7],[11,0],[35,21],[44,34],[8,15],[-7,22],[1,12],[10,10],[14,0],[14,7],[3,15],[9,15],[4,0],[5,-12],[5,-4],[9,0],[11,5],[16,-25],[-10,-9],[1,-4],[19,-2],[14,10],[16,-10],[4,1],[1,14],[13,0],[5,3],[0,-7],[4,1],[-4,-3],[5,-1],[2,-6],[10,2],[5,-18],[27,-1],[9,1],[3,9],[-4,6],[-1,19],[24,-3],[2,4],[-3,43],[12,0],[2,-10],[11,-12],[20,3],[-4,3],[4,18],[-3,7],[1,19],[21,0],[12,-5],[0,-4],[16,0],[27,-7],[8,-10],[13,3],[2,-15],[-3,-5],[30,4],[9,5]],[[6373,1947],[27,14],[14,-10],[9,0],[9,14],[12,-14],[7,-1],[1,22],[19,-1],[13,22],[16,11],[26,41],[4,3],[10,-1],[3,7]],[[6543,2054],[8,-5],[8,-12],[9,-3],[-5,-5],[0,-20],[-2,-9],[-3,1],[3,-6],[-3,-5],[12,-15],[38,-12],[18,-30],[-12,-3],[3,-13],[-21,-6],[0,-7],[10,-1],[-1,-5],[13,3],[4,-15],[9,0],[5,-15],[7,-4],[-8,-6],[8,-31],[3,1],[-9,-7],[-6,-15],[-12,-9],[-2,-18],[3,-7],[-3,-11],[4,-3],[24,-2],[15,-7],[-1,-3],[-16,-9],[5,-2],[-1,-16],[-13,1],[7,17],[-11,5],[-4,-1],[-2,-10],[-11,-2],[-6,-9],[3,-9],[9,-6],[-1,-7],[8,-18],[-1,-7],[-8,-11],[0,-17],[37,-17],[-23,-20],[-11,0],[-5,-5],[6,-32],[-8,-5],[24,-18],[-1,-6],[-6,1],[-4,-12],[-16,3],[-10,7],[-8,0],[-8,-7],[2,-7],[7,-1],[5,-13],[-4,-3],[-1,-6],[-9,-1],[-5,-9],[5,-2],[4,-11],[6,-1],[-1,-6],[3,1],[2,-7],[-4,-8],[-18,-8],[-5,-28],[-4,-2],[-8,5],[5,-12],[8,-3],[4,-17],[-3,-9],[2,-11]],[[4524,2351],[6,-3],[2,-16],[-3,-5],[-12,-5],[-2,-5],[-4,1],[3,-8],[11,-2],[6,6],[9,-9],[-2,-7],[3,-10],[5,4],[4,-1],[28,-18],[4,1],[0,3],[16,1]],[[4598,2278],[6,-4],[1,-5],[-2,-16],[-5,-3],[-1,-11],[5,-6],[-4,0],[1,-12],[1,-4],[17,-2],[-2,-5],[4,-5],[-7,0],[-1,-12],[11,-10],[-12,-1],[-8,-8]],[[4602,2174],[-11,3],[-4,-64],[-15,1],[-2,-14],[-19,-1],[0,13],[-18,-3],[-8,13],[-18,-3],[-7,-6],[-3,5],[9,7],[-2,3],[4,6],[0,25],[-32,4],[-12,-9],[-18,5],[-5,-10],[-5,2],[-7,-4],[7,15],[-4,2],[6,22],[-1,29],[21,3],[0,15],[6,7],[-10,8],[-18,3],[-4,6],[-18,6],[13,6],[-10,15],[-3,-3],[-4,5],[10,11],[8,3],[37,-29],[1,18],[-14,4],[-1,4],[19,19],[-6,11],[1,8],[7,-5],[8,12],[15,1],[21,10],[8,-2]],[[4225,2321],[14,-16],[22,-15],[6,-12],[-2,-14],[8,2],[1,-3],[2,-9],[-17,-6],[1,-15],[11,-15],[4,-11],[-14,-25],[12,3],[16,-7],[6,-10],[-2,-10],[-6,0],[6,-21]],[[3787,2164],[5,9],[-4,9],[2,2],[8,-5],[6,26],[-18,7],[-6,19],[14,12],[6,-1],[6,9],[8,0],[8,18],[9,-15],[10,5],[35,6],[21,-2],[3,40]],[[3900,2303],[18,-5],[3,19],[7,13],[-11,18],[-14,4],[4,7],[-3,1],[-2,6],[8,16],[16,6],[-8,5],[-2,9],[14,11],[6,12],[7,-2],[6,8],[3,-4],[-8,-7],[-1,-4],[6,-1],[5,11],[-3,-10],[3,-4],[8,10],[12,-6],[-6,-8],[10,1],[-4,-10],[6,-23],[-3,-23],[16,-8],[7,8],[12,-2],[-4,9],[9,5],[0,6],[4,2]],[[4021,2373],[5,3],[5,-6],[13,-1],[14,-14],[39,12],[0,20],[20,-8],[25,-6],[14,23],[10,8],[19,-34],[5,-5],[6,1],[6,-14],[23,-31]],[[4851,2286],[25,-9],[14,10],[10,-5],[2,25],[5,1]],[[4907,2308],[11,2],[9,-9],[-7,-11],[2,-19],[-7,-12],[-5,-33],[11,-8],[1,5],[3,0],[1,-7]],[[5271,2254],[-1,-6],[-6,-1],[-1,-9],[4,-1],[1,-6],[9,-2],[-3,-6],[5,-2],[-14,1],[4,-3],[-4,1],[-4,-12],[-8,-2],[-4,-12],[3,-7],[-5,-8],[-6,-2],[-1,-5],[-2,3],[-12,-1],[10,-4],[-11,-8],[3,-5],[-4,-3],[-7,13],[0,-3],[-8,1],[-2,-3],[-6,0],[0,-5],[-6,3],[-7,-6]],[[5150,2210],[2,4],[7,-2],[1,8],[5,3],[7,-4],[10,2],[0,5],[4,1],[-1,6],[7,-3],[18,6],[-5,7],[5,7],[6,2],[-3,1],[6,9],[0,7],[19,-3],[11,-7],[10,4],[5,-12],[7,3]],[[7925,1826],[2,-2],[7,5],[1,-4],[-7,-12],[1,-4],[-15,-10],[-2,-6],[5,-12],[5,-2],[7,-12],[4,2],[11,-17],[8,-16],[-1,-8],[-10,-5],[2,-2],[-3,-21],[-9,6],[-6,-1],[3,9],[-4,11],[-6,2],[-17,-11],[-11,-20],[5,-7],[4,4],[1,-3],[-8,-31],[-6,5],[-4,-2],[-7,5],[-3,-3],[9,-7],[-3,-10],[-24,-1],[-3,-29],[-3,-10],[-10,-6],[2,-7],[-8,5],[-5,22],[-10,16],[1,18],[-4,10],[3,5],[-3,12],[7,6],[3,8],[-16,5],[-2,6],[-8,-2],[-4,3],[3,35],[10,16],[-12,6],[-14,-7],[-12,5],[-6,13],[2,3],[-13,12],[-10,4],[3,2],[-3,2],[6,6],[34,2],[9,8],[2,18],[17,9],[25,-5],[9,-12],[5,19],[11,0],[0,-4],[4,-2],[13,1],[23,-13],[-4,3],[5,-1],[5,4],[1,-4],[2,4],[1,-4],[1,4],[2,-2],[0,6],[7,-2],[8,5],[-3,-13]],[[4658,2133],[-10,-2],[-11,9],[-11,4],[-2,7],[-7,3],[-1,8],[-12,6],[2,2],[-4,4]],[[4598,2278],[4,18],[18,-1],[5,8],[-8,7],[-6,31],[19,-2],[8,15],[12,-9],[2,4],[12,-4],[2,6]],[[4666,2351],[4,2],[-2,12],[13,-1],[0,-13],[6,-8],[-8,-1],[6,-7],[-2,-9],[4,-3],[-5,-7],[1,-5],[15,-2],[3,-10],[10,1],[17,-28]],[[7371,1987],[10,-6],[32,-32],[-9,-13],[23,-4],[-4,-14],[2,-16],[-11,-4],[-6,3],[-3,-2],[2,-8],[-8,-19],[2,-14],[-7,2],[1,-7],[7,-3],[-4,0],[2,-5],[-11,3],[-14,-8],[-2,4],[-12,-2],[-6,-15],[3,0],[1,-10],[-1,-22],[14,-14],[-4,-4],[3,-3],[14,2],[-1,-17],[5,-6],[-10,5],[0,-5],[-4,-4],[-9,-1],[16,-17],[-11,-2],[3,-4],[-2,-3],[-3,4],[-8,-3],[-8,7],[-6,-1],[-4,-3],[1,-8],[-14,-6],[-6,-13],[2,-15],[8,-8],[-1,-4],[-6,0],[3,-13],[-3,-5],[14,-26],[17,-9],[3,-5],[3,-32],[4,-6],[-1,-10],[6,-3],[-4,-8],[5,-4],[3,-16],[6,-9]],[[7157,1441],[-14,4],[-13,-4],[-1,4],[-4,-4],[0,-5],[-5,3],[-8,-2],[-27,21],[4,15],[-2,41],[5,-4],[29,2],[19,13],[8,30],[-4,26],[-6,6],[-18,-2],[-11,6],[-28,-3],[-28,5],[-7,-8],[-6,2],[-8,15],[-1,12],[-5,2],[-1,7],[-4,3],[0,26],[-10,18],[-1,33],[3,0],[3,15],[23,12],[14,30],[-19,10],[-1,7],[-21,11],[-4,8],[-3,-2],[0,7],[22,11],[3,10],[-4,3],[5,0],[9,15],[-1,8],[-10,-3],[-9,18],[39,10],[-14,9],[2,10],[-10,10],[4,10],[14,3],[-46,12],[2,6],[-4,0],[-1,7],[10,5],[9,-2],[11,11],[-23,9]],[[7013,1963],[1,3]],[[7014,1966],[25,-11],[12,1],[0,-7],[30,-9],[17,0],[8,2],[3,5],[3,10],[-5,2],[0,4],[4,2],[3,10],[20,-9],[-4,-11],[5,-9],[-5,-1],[10,-6],[17,-4],[5,0],[2,5],[-9,6],[8,-3],[6,20],[6,-1],[2,7],[20,-1],[6,5],[14,0],[8,-5],[0,6],[6,4],[-2,20],[6,3],[22,-9],[7,4],[7,-1],[6,5],[11,-6],[16,3],[8,-8],[4,2],[3,-6],[7,-2],[14,16],[8,-2],[10,-11],[13,1]],[[6543,2054],[0,9]],[[6543,2063],[-2,11],[2,7],[20,1],[6,17],[22,7],[2,5],[-4,15]],[[6589,2126],[20,-26],[3,-11],[-2,-12],[10,-10],[34,18],[6,-11],[14,-2],[6,10],[5,0],[7,10],[5,-1],[-1,-3],[6,-5],[15,-5],[-2,-16],[10,-1],[6,-13],[5,-3],[0,-5],[3,2],[-4,-8],[3,-20],[-4,0],[-9,-16],[17,-12],[19,4],[9,-2],[10,6],[15,-2],[4,-6],[-6,-6],[17,-16],[16,-2],[-4,-14],[-6,-2],[0,-11],[6,-7],[-8,-1],[5,-3],[-2,-22],[13,3],[2,-5],[7,-1],[5,9],[2,-6],[1,8],[7,-4],[6,4],[-1,11],[8,5],[8,-4],[-1,-6],[7,-11],[10,4],[-3,-8],[29,-8],[27,15],[12,-5],[45,4],[-3,14],[-11,10],[5,12],[21,20]],[[4780,2348],[8,-1],[-3,-2],[3,-7],[15,-6],[-3,-3],[17,-1],[12,-9],[-2,-15],[3,0],[-5,-19]],[[4666,2351],[-2,7],[3,8],[-9,7],[-3,10],[6,5],[-5,7],[12,0],[11,10],[6,-1],[3,-5],[7,-3],[8,23],[8,-10],[15,-3],[4,0],[-1,12],[15,-5],[6,-8],[-1,-11],[7,1],[4,-4],[-6,-6],[2,-2],[-4,-5],[-1,-14],[8,-2],[2,8],[0,-10],[19,-12]],[[6040,2207],[0,-11],[-4,-1],[0,-12],[-10,-2],[0,-3],[-7,-3],[-18,1],[-12,-20],[7,-13],[2,-18],[10,-8],[0,-6],[8,-6],[1,-6],[11,3],[7,-7],[6,1],[-6,-6],[-9,3],[-5,-14],[-3,-19],[10,-3],[0,-12],[10,-8],[0,-7],[-9,-4],[-6,-8],[5,-8],[3,1],[1,-12],[-21,-11],[-2,-12],[6,1],[8,-4],[1,-4],[20,-5],[0,-7],[8,-2],[5,-16],[7,1],[2,-4],[-2,-20]],[[5453,2050],[0,-8],[11,-8],[10,5],[19,0],[19,14],[-4,14],[12,12],[3,20],[4,9],[6,-2],[3,5],[12,36],[-2,4],[3,1],[1,8],[-10,4],[-3,7],[0,13],[5,10],[-5,25],[10,0],[6,-3],[14,8],[10,-12],[15,-1],[18,-7],[3,6],[6,-4],[-3,-8],[4,-3],[21,-12],[-3,-8],[15,-2],[0,5],[4,1],[9,-8],[12,15],[3,-8],[8,-4],[2,-7],[7,-5],[-1,-9],[4,-1],[0,-12],[6,-3],[3,0],[1,13],[18,22],[8,15],[5,-6],[-2,-5],[17,-11],[8,18]],[[5765,2183],[5,0],[5,7],[22,-10],[-11,-9],[-3,-13],[5,-4],[4,8],[11,4],[2,22],[4,6],[13,2],[4,-5],[19,2],[13,-3],[1,4],[21,11],[2,8],[15,-1],[13,9],[25,-8],[6,8],[18,-2],[2,13],[-10,0],[2,3],[27,6],[0,4],[5,4],[3,-2],[-4,-13],[-9,2],[-3,-4],[2,-5],[5,3],[5,0],[0,3],[10,-7],[-1,6],[12,-5],[4,-10],[3,0],[1,7],[4,0],[1,-4],[6,0],[2,-5],[14,-8]],[[4836,2418],[5,-27],[5,-10],[-5,-13],[-17,-2],[0,-11],[28,-15],[21,-5],[24,-25],[10,-2]],[[4780,2348],[9,56],[-5,21],[5,-2],[6,9],[20,-1],[13,-4],[-2,-4],[10,-5]],[[6040,2207],[0,5],[4,-4],[12,15],[21,-2],[6,2],[0,3],[8,-2],[1,3],[6,-4],[13,10],[21,-3],[-1,9],[24,1],[0,22]],[[6155,2262],[5,-4],[5,5],[26,-7],[4,-24],[3,-2],[9,3],[4,-11],[-8,0],[0,-19],[8,5],[8,-3],[5,-11],[-18,-9],[0,-9],[-11,0],[-2,-7],[12,-8],[10,1],[5,-14],[5,-2],[4,-9],[8,-2],[1,-8],[8,2],[9,-3],[0,-3],[5,1],[2,-5],[-8,-1],[-5,-10],[-12,-9],[3,-12],[-3,-7],[10,-14],[25,7],[5,-20],[-6,-3],[7,-12],[11,2],[-2,4],[6,-1],[0,5],[6,0],[0,-8],[5,0],[1,5],[9,-5],[3,11],[2,-3],[12,-1],[-3,-8],[7,-2],[-4,17],[24,-15],[19,-5],[1,-6],[18,10],[4,-5],[0,4],[5,1],[-1,10],[18,8],[3,-4],[3,2],[2,-15],[7,-10],[11,5],[-1,10],[3,4],[6,2],[2,5],[12,-2],[3,8],[16,-7],[7,2],[-7,0],[10,17],[4,-2],[-2,-6],[3,-3],[4,3],[-4,8],[15,-14],[7,-1],[7,6],[7,-9],[2,7],[4,1]],[[7662,1969],[0,-19],[-7,-13],[-4,-22],[-13,-9],[9,-29],[9,-4],[15,4],[7,-18],[3,-1],[-2,-10],[-14,-5],[-8,-9],[1,-13],[-4,-8],[8,-26],[-6,-3],[5,-6],[16,-8],[3,-7],[-9,-13],[-5,-27],[-10,-12],[2,-4],[-8,-5],[-8,3],[-1,-7],[-8,-6],[2,-17],[-12,-8],[-5,1],[-3,-7],[-9,-1],[1,-3]],[[7371,1987],[-1,6],[10,-1],[6,3],[25,-4],[5,5],[-4,6],[59,14],[-9,11],[5,6],[0,8],[-6,5],[-1,17],[4,2],[-2,3]],[[7462,2068],[12,-14],[17,0],[10,-13],[-22,-21],[18,2],[57,-6],[12,-5],[9,-14],[15,-1],[3,-8],[10,-8],[8,14],[19,12],[18,-7],[7,1],[9,-14],[-2,-17]],[[3682,2619],[-44,-64],[-3,2],[-9,-14],[3,-20],[-2,-7],[6,-13],[-3,-2],[5,-8],[-4,-3],[0,-21],[-7,-1],[6,-5],[-10,-10],[2,-21],[3,0],[4,-9],[1,-11],[4,-2],[4,2],[1,15],[4,8],[6,0],[14,-11],[0,-13],[5,-2],[1,4],[5,-3],[1,8],[10,-5],[8,16],[-6,3],[0,6],[10,3],[18,-12],[-18,-38],[6,-1],[23,27],[22,-12],[7,4],[3,-3],[-18,-15],[4,-15],[13,0],[-2,-12],[38,-16],[-7,-13],[-1,-24],[3,-1],[8,21],[18,-6],[-3,-6],[3,-1],[20,8],[4,-7],[4,5],[18,-7],[13,5],[12,-11],[5,12],[10,-20]],[[3620,2224],[-2,1],[-1,1],[-2,0],[-7,1],[-11,3],[-1,2],[0,2],[-1,2],[0,1],[-1,5],[-2,6],[0,2],[0,3],[-1,1],[-1,2],[0,1],[-4,3],[-4,3],[-2,0],[-2,1],[-6,2],[-11,4],[-1,1],[-3,1],[-1,-1],[0,-2],[0,-4],[0,-1],[1,-8],[0,-14],[0,-13],[0,-2],[-2,-4],[-9,-9],[-5,-4],[-5,-4],[-5,-5],[-8,-9],[-3,-5],[0,-1],[-1,0],[-1,-1],[-10,-5],[-4,-2],[-4,-2],[-7,-4],[-6,-4],[-2,-1],[-4,-1],[-1,0],[-1,0],[-4,2],[-1,0],[-1,1],[-4,4],[-2,4],[0,2],[0,1],[-1,1],[-1,2],[-4,4],[-1,0],[-1,0],[-7,-1],[-3,-1],[-6,-3],[-3,-2],[-2,-2],[-9,-4],[-11,-1],[-1,0],[-5,0],[-1,0],[-1,1],[-7,3],[-8,3],[-10,0],[-4,1],[-6,0],[-2,0]],[[3373,2181],[-18,6],[-12,21],[-12,10],[1,3],[-11,-1],[-2,4],[2,35],[12,16],[-7,15],[-4,44],[2,6],[9,5],[0,3],[-6,1],[1,4],[-8,4],[-3,12],[25,-5],[5,4],[-3,9],[5,13],[15,10],[8,-2],[9,11],[20,10],[2,-16],[11,-16],[6,-1],[4,7],[-1,8],[8,10],[15,6],[13,16],[14,10],[4,9],[20,13],[6,14],[17,0],[5,12],[10,-1],[4,4],[1,16],[-4,15],[3,7],[-5,5],[2,6],[7,-3],[8,4],[5,-3],[5,10],[7,-7],[11,3],[9,-4],[3,12],[-21,15],[61,91]],[[3631,2661],[51,-42]],[[5115,2459],[42,-24],[-2,-18],[7,-11],[-1,-20],[7,-6],[3,12],[4,-6],[0,7],[2,0],[-1,-8],[2,-2],[1,3],[0,-7],[11,5],[4,7],[8,-7],[9,5],[6,-23],[9,5],[41,-36],[4,3],[1,-10],[-5,0],[1,-2],[49,1],[2,6],[5,0]],[[5324,2333],[23,-11],[3,-9],[2,-8],[-7,-23],[3,-17],[-9,2],[-16,-4],[-7,-7],[-17,11],[-2,5],[-17,7],[-1,-16],[-8,-9]],[[5031,2247],[-5,6],[4,3],[-3,20],[-7,3],[6,8],[6,4],[2,-2],[0,7],[13,7],[8,14],[0,14],[-6,4],[3,13],[-2,1],[-2,23],[-4,5],[7,3],[6,13],[1,-8],[5,1],[-1,-16],[3,-1],[0,11],[19,18],[20,4],[0,14],[5,4],[-18,9],[6,19],[-4,10],[1,8],[9,-1],[0,13],[12,-19]],[[3986,2660],[-12,-37],[-15,-35],[-16,-8],[19,-21],[2,-9],[33,-17],[30,-31],[-13,-10],[0,-13],[5,-5],[-1,-4],[7,0],[-3,3],[6,10],[3,-4],[-7,-28],[-4,4],[-4,-8],[5,-27],[-10,-13],[12,-5],[5,-6],[-17,-17],[10,0],[-3,-2],[3,-4]],[[3682,2619],[59,-49],[24,76],[7,-1],[10,4],[25,-5],[7,12],[4,-1],[2,-7],[34,-1],[5,0],[6,10],[10,-8],[35,25],[7,-10],[4,-2],[18,0],[24,9],[9,-12],[14,1]],[[5708,2454],[4,-15],[-5,-1],[-1,-15],[5,0],[0,-10],[5,-7],[-2,-6],[-15,-6],[16,-10],[-3,-8],[2,-19],[-3,-12],[7,-1],[-1,-7],[-10,-13],[0,-7],[-11,-3],[-7,-43],[15,-8],[-1,-3],[12,-9],[15,-1],[16,-11],[10,2],[15,-7],[13,-12],[-8,-13],[-11,-9],[0,-17]],[[5324,2333],[3,3],[-6,2],[4,11],[31,-12],[-4,53],[17,7],[15,24],[-1,3],[17,6],[9,-2],[1,-9],[11,1],[-2,-4],[2,-2],[17,1],[-8,-7],[13,0],[10,5],[14,-10],[11,0],[13,17],[10,-8],[7,3],[1,-4],[6,6],[7,-7],[-4,10],[18,3],[-7,18],[14,14],[15,1],[7,25],[7,-3],[2,-11],[1,5],[14,-6],[7,6],[16,-4],[19,4],[15,-8],[18,7],[7,-14],[13,-2],[5,6],[6,-4],[2,6],[6,-1],[3,-3],[-2,-4],[4,-1]],[[2454,2787],[6,-6],[-1,-12],[9,-7],[2,-25],[7,-18],[18,-13],[5,-11],[7,-3],[-9,-20],[8,-5],[7,-15],[10,-1],[34,-20],[0,-9],[-6,0],[-6,-11],[4,-2],[-3,-14],[9,-1],[3,-5],[3,-18],[10,-10],[2,-23],[-7,-1],[13,-10],[20,-2],[8,4],[21,-41],[0,-17],[10,-32],[25,-3],[5,-21],[11,-20],[5,-3],[6,5],[9,-6],[11,5],[6,-2],[5,3],[3,9],[8,3]],[[2732,2409],[9,-7],[5,-4],[4,-2],[4,-2],[10,-8],[5,-4],[4,-3],[5,-1],[3,-4],[4,-11],[1,-5],[3,-13],[-2,-8],[-1,-1],[0,-1],[0,-3],[1,-1],[0,-1],[6,-12],[2,-6],[2,-4],[3,-4],[3,-3],[3,-4],[1,-4],[1,-8],[-2,-7],[1,-7],[2,-7],[4,-7],[4,-7],[3,-2],[3,-2],[3,-1],[1,0],[4,1],[5,0],[5,-1],[8,-9],[11,-6],[10,-1],[5,-8],[2,-4],[3,-3],[5,-9],[0,-2],[1,-2],[1,-2],[1,-9],[1,-6],[-1,-10],[0,-4],[-1,0],[0,-1],[0,-1],[-5,-8],[-5,-5],[-2,-6],[0,-7],[7,-10],[5,-13],[3,-3],[1,-1],[1,-1],[6,-8],[0,-3],[-1,-1],[-2,-2],[-2,-1],[-2,-3],[-2,-3],[-1,-2],[-2,-3],[-1,-2],[-1,0],[-3,-2],[-8,-3],[-1,0],[-1,-1],[-2,0],[-1,0],[-1,1],[-1,3],[-1,5],[-1,4],[0,3],[-1,1],[0,2],[-2,1],[0,1],[-4,5],[-3,3],[-1,1],[-1,1],[-1,3],[0,1],[0,5],[0,4],[-1,1],[0,1],[-2,3],[-1,1],[-1,0],[-6,-6],[-6,-4],[-1,-1],[-1,-2],[0,-1],[0,-2],[0,-1],[1,-2],[0,-1],[1,-1],[0,-5],[-2,-4],[-4,-5],[-10,-5],[-11,3],[-12,3],[-1,0],[-1,1],[-1,0],[-3,1],[-1,0],[-1,-1],[-4,-1],[-5,-3],[-5,-4],[-4,-2],[-3,-2],[-6,-4],[-1,-1],[-1,-1],[-2,-3],[-1,-2],[0,-5],[0,-6],[0,-1],[0,-2],[0,-1],[0,-3],[-1,-1],[-1,-3],[-1,0],[-7,-3],[-2,-1],[-1,0],[-2,0],[-3,2],[-2,1],[-8,7],[-7,7],[-1,1],[-1,-1],[-2,-1],[-8,-6],[-3,-8],[-10,-9],[-6,-3],[-5,-3],[-5,-4],[-6,-10],[-3,-13],[-1,-8],[-1,-7],[-3,-7],[-2,-4],[-3,-4],[-2,-3],[-4,-11],[-3,-7],[-7,-4],[-4,-2],[-3,-2],[-2,-2],[-5,-4],[-3,-3],[-4,0],[-8,-1],[-5,-10],[-3,-6],[-6,-11],[-1,-6],[-4,-10],[-2,-7],[-2,-2],[-2,-2],[-10,-8],[-11,0],[-6,2],[-11,5],[-11,6],[-12,6],[-7,3],[-6,2],[-5,0],[-7,1],[-3,6],[-3,6],[-4,5],[-2,0],[-2,1],[-5,4],[0,1],[-1,4],[0,2],[-5,8],[-8,8],[-10,3],[-1,0],[-1,1],[-5,2],[0,2],[-1,7],[2,6],[-1,6],[-4,5],[-5,3],[-5,3],[-6,5],[-4,12],[2,9],[1,12],[-2,4],[-1,5],[-2,9],[-2,7],[2,8],[2,4],[1,5],[-1,6],[-3,5],[-1,4],[0,5],[-1,5],[-4,9],[-5,6],[-5,9],[-10,3],[-2,1],[-1,0],[-3,2],[-5,6],[-2,2],[-2,3],[-4,11],[-2,9],[-3,3],[-4,3],[-7,3],[-6,10],[-4,4],[-4,7],[-2,5],[-1,2],[-1,2],[-3,4],[-2,3],[-4,10],[-1,3],[-2,4],[-2,5],[-7,8],[-8,11],[-7,12],[-4,11],[-5,5],[-1,1],[-1,0],[-4,0],[-12,0],[-3,-1],[-1,-1],[-2,-2],[-2,-3],[-2,-2],[-1,0],[-1,-1],[-1,0],[-2,1],[0,1],[-1,1],[-1,1],[-3,3],[-1,1],[-4,3],[-5,6],[-1,1],[-1,3],[-3,9],[-1,4],[-2,6],[-3,2],[-4,3],[-1,1],[-2,1],[-1,0],[-2,5],[-1,4],[0,3],[1,1],[4,11],[0,11],[-1,12],[-2,4],[0,2],[-1,1],[-1,2],[-2,1],[-2,0],[-7,0],[-7,-2],[-12,2],[-5,1],[-5,1],[-5,1],[-5,1],[-2,1],[-1,0],[-1,0],[-5,-1],[0,-1],[-2,-1],[-4,-7],[-3,-7],[-2,-5],[-5,-4],[-3,-1],[-1,0],[-1,0],[-2,1],[-1,4],[-1,3],[-7,12],[-4,9],[1,1],[0,2],[0,1],[0,2],[-2,7],[-1,1],[-1,3],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-3,0],[-2,1],[-2,2],[-1,1],[0,2],[0,2],[1,0],[1,1],[1,1],[2,2],[2,5],[-1,1],[0,1],[0,1],[-1,1],[-2,1],[-9,9],[-1,2],[-1,1],[-2,1],[-1,-1],[-1,0],[-2,-1],[-1,-1],[-2,-1],[-2,-2],[-1,-1],[-1,0],[-1,-1],[-1,-2],[-2,-1],[-2,-1],[-2,1],[-6,5],[-1,0],[0,1],[0,2],[2,3],[1,3],[-2,6],[-1,6],[-1,4],[-2,3],[-2,2],[-4,2],[-3,3],[-2,5],[2,13],[2,4],[1,2],[3,3],[5,5],[4,3],[3,1],[2,0],[1,-1],[1,0],[1,-1],[0,-2],[0,-1],[-1,-6],[3,-5],[1,-1],[4,1],[2,0],[1,1],[2,4],[0,1],[0,3],[-3,8],[-5,5],[-1,4],[3,3],[7,5],[9,4],[6,2],[5,2],[0,1],[0,2],[-1,0],[-2,2],[-2,2],[3,8],[5,7],[1,0],[6,0],[9,0],[8,1],[11,-1],[3,2],[2,4],[2,4],[8,10],[3,11],[-1,5],[0,6],[2,3],[5,2],[1,0],[1,0],[1,0],[1,0],[7,-6],[6,-4],[5,-6],[5,-4],[2,0],[2,1],[9,7],[4,3],[3,4],[1,1],[1,1],[0,1],[1,1],[2,6],[2,4],[1,3],[1,1],[0,1],[1,1],[2,2],[2,1],[3,1],[9,7],[6,7],[2,4],[2,4],[-4,8],[-2,2],[1,11],[2,1],[1,0],[7,5],[6,3],[-1,13],[0,3],[-1,1],[0,1],[-1,3],[-1,2],[2,11],[4,-1],[1,0],[2,0],[1,0],[1,1],[2,0],[1,1],[6,3],[2,2],[4,3],[8,7],[3,4],[0,5],[-1,5],[-3,6],[-2,3],[-5,8],[-3,4],[-6,11],[-8,7],[-3,3],[-5,6],[-8,6],[-1,0],[-4,1],[-1,0],[-5,7],[-4,6],[-4,6],[-1,1],[-1,3],[-4,6]],[[2247,2799],[11,13],[17,4],[3,7],[-2,8],[13,-1],[32,-11],[-2,9],[9,13],[13,5],[7,9],[4,12],[-1,10]],[[2351,2877],[20,-9],[14,-30],[11,-2],[10,-13],[8,-1],[5,-17],[10,-9],[25,-9]],[[6488,2278],[9,-8],[3,-12],[7,-3],[-2,-6],[8,-5],[9,0],[2,-5],[8,-2],[14,4],[0,7],[12,13],[4,-6],[3,1],[-1,-11],[-5,-6],[-4,1],[-1,-20],[-4,0],[0,-14],[5,-2],[3,-6],[10,1],[0,-3],[14,-5],[4,6],[50,-11]],[[6636,2186],[-7,-16],[-15,-6],[-22,-21],[-3,-17]],[[6155,2262],[1,13],[4,0],[2,7],[6,4]],[[6168,2286],[25,7],[1,-3],[22,-2],[11,-6],[6,7],[0,7],[-9,9],[11,16],[8,-2],[6,7],[22,-9],[23,0],[-1,6],[4,0],[-1,5],[7,5],[3,-3],[5,4],[-1,-4],[4,0],[1,9],[16,3],[-5,27],[3,7],[20,4],[14,-7],[3,-8],[6,-1],[0,-9],[8,-4],[1,-14],[10,-3],[2,-14],[3,-2],[-3,-1],[2,-9],[-3,-3],[8,-4],[5,-11],[7,-3],[9,3],[1,-4],[2,5],[5,-1],[0,-2],[8,-2],[-3,-5],[5,-5],[2,3],[0,-4],[26,4],[0,-6],[5,0],[0,5],[16,0]],[[4225,2321],[15,8],[-1,18],[17,-2],[-1,7],[-12,3],[-2,6],[3,-1],[0,3],[5,1],[3,-2],[0,7],[11,8],[-8,12],[-10,30],[-13,9],[2,14],[9,-1],[10,8],[3,15],[-2,9],[-5,7],[0,5],[4,-1],[-3,10],[4,2],[-3,4],[-4,36],[4,3],[26,-16],[30,11],[13,-7],[-1,-24],[17,-2],[12,-6],[5,20],[-7,3],[0,4],[-4,-1],[-1,10],[-4,1],[-4,34],[-19,-1],[-1,18],[-8,30],[-8,8],[7,25],[41,11],[78,-22],[16,14],[7,-4],[2,5],[7,-2],[9,6],[10,-1]],[[4474,2653],[8,-2],[2,6],[7,-2],[-9,-14],[3,-2],[6,7],[11,5],[10,-4],[20,-19],[-16,-16],[-11,1],[5,-19],[5,-5],[-1,-6],[5,-18],[-9,-15],[-14,3],[0,-8],[-6,2],[-1,-4],[3,-2],[-4,-4],[1,-9],[11,2],[2,-8],[7,2],[2,-7],[11,4],[-6,-17],[-26,-12],[1,-15],[-11,-17],[7,-9],[11,-2],[2,-16],[12,-4],[4,-17],[6,-3],[0,-22],[-2,-3],[2,-11],[-3,-7],[5,-15]],[[8305,1921],[4,-11],[-6,-7],[3,-6],[-6,3],[4,-8],[-9,3],[-3,6],[0,-3],[-3,3],[-10,-4],[1,-9],[-4,-3],[-4,4],[-1,-3],[3,-21],[-34,-1],[-5,8],[6,-44],[-6,-10],[-3,-16],[-23,-3],[-2,-25],[-2,25],[-6,1],[6,-46],[7,-1],[-1,-7],[-5,-5],[2,-17],[-8,-2],[-2,-8],[-23,-7],[-8,-5],[3,-8],[-8,-9],[4,-5],[-5,-10],[14,-8],[-9,-25],[11,-20],[-13,-2],[-11,9],[-3,-3],[4,-25],[8,-6],[-22,4],[-6,-4],[0,-6],[-16,8],[0,3],[-26,-2]],[[8092,1593],[-6,2],[-4,7],[-13,2],[13,10],[-1,15],[4,7],[-2,8],[5,9],[-8,7],[-4,-2],[-2,3],[-6,0],[2,7],[-11,7],[-11,29],[-7,8],[-16,7],[-19,-3],[-4,2],[2,5],[-6,9],[-8,8],[0,22],[-4,4],[1,13],[-6,5],[0,7],[8,2],[16,21],[5,26],[5,5],[-3,3],[14,3],[-2,2],[3,5],[-2,14],[3,7],[3,-2],[3,6],[-5,9],[-16,8],[0,7],[-10,-10],[-11,2],[-6,8],[-4,30],[-6,1],[-2,12],[-11,-2],[2,5],[-3,-1],[-2,15],[8,0],[1,5],[-14,7],[2,21],[-13,3],[10,5],[16,-2],[10,3],[4,14],[14,4],[18,-4],[14,-13],[11,1],[1,6],[-8,14],[5,0],[-1,8],[10,9],[-4,2],[0,-4],[-4,-1],[-3,2],[7,1],[-5,6],[5,5],[0,5],[5,-5],[6,5],[-5,5],[6,2],[-4,4],[5,4],[-4,5],[-1,12],[-8,1],[-1,4],[13,9],[11,-1],[10,7],[8,-1],[0,8],[6,10]],[[8091,2133],[18,-28],[9,2],[2,-8],[6,1],[2,-17],[8,-7],[-1,-8],[5,-5],[17,-1],[7,-4],[16,-25],[4,2],[6,-3],[2,-7],[3,1],[3,-5],[14,-7],[-3,-1],[16,-12],[6,-14],[10,-4],[3,-4],[-9,-7],[32,-46],[6,9],[16,-7],[3,-7],[-1,4],[7,4],[7,-8]],[[6636,2186],[5,12],[7,6],[15,3],[14,-8],[14,-19],[6,-2],[12,10],[2,22],[5,7],[25,0],[15,18],[26,-12],[14,-1],[4,3],[6,21],[10,6],[19,-4],[17,2],[19,-4],[23,11],[15,-7],[7,1],[17,12],[12,25],[27,1],[11,23],[9,5],[15,-1]],[[7007,2316],[7,-4],[12,-15],[1,-16],[10,-6],[9,9],[4,29],[19,5]],[[7069,2318],[10,-23],[1,-10],[-7,-9],[7,-13],[-1,-9],[4,-11],[-29,-12],[-5,-9],[-5,-1],[-1,-20],[-5,-12],[-18,-20],[-9,-16],[-5,-2],[19,-19],[18,-11],[-4,-3],[-37,-1],[13,-21],[8,-4],[0,-10],[8,-15],[-4,-12],[1,-22],[-3,-13],[6,-7],[-17,-47]],[[3336,2764],[4,-11],[-4,-14],[16,0],[8,-5],[0,-7],[3,1],[2,-5],[13,4],[11,-8],[1,-5],[16,-2],[2,-5],[5,1],[0,14],[14,-8],[5,4],[3,14],[7,-6],[6,2],[9,-10],[-6,-4],[10,-14],[-4,-1],[-2,-7],[20,2],[-2,-21],[5,-4],[-2,-3],[6,-3],[10,1],[2,3],[0,16],[18,-13],[11,2],[4,-19],[11,7],[23,5],[29,32],[24,-27],[3,3],[14,-12]],[[3373,2181],[-7,0],[-4,-1],[-6,-1],[-2,-1],[-1,-1],[-2,0],[0,-1],[-6,-2],[-6,-2],[-7,-3],[-6,-6],[0,-5],[-1,-4],[-1,-3],[0,-1],[-1,-1],[-8,-5],[-1,-1],[-4,-2],[-1,0],[-2,0],[-1,1],[-5,3],[-1,2],[-2,1],[-1,5],[0,1],[1,2],[1,1],[0,1],[1,1],[0,2],[0,1],[0,1],[-2,5],[-1,3],[-6,12],[-12,-3],[-6,5],[-6,6],[-8,3],[-1,1],[-2,0],[-13,-1],[-2,0],[-4,-1],[-2,0],[-1,-1],[-1,-3],[-1,-5],[0,-2],[0,-4],[0,-2],[0,-2],[0,-4],[0,-4],[-3,-2],[-8,-2],[-1,0],[-1,1],[-1,1],[-1,1],[-1,3],[0,2],[-3,11],[-2,12],[4,8],[0,6],[-1,2],[0,2],[0,3],[1,6],[1,2],[1,2],[0,1],[1,1],[3,5],[2,5],[0,1],[0,1],[-2,4],[-1,1],[-1,1],[-1,0],[-3,1],[-1,0],[-4,3],[-2,4],[2,9],[7,2],[-2,9],[-12,-1],[-4,0],[-1,0],[-1,0],[0,-1],[-2,-1],[-3,-2],[-4,-3],[-5,-4],[-6,-1],[-5,-1],[-5,-1],[-2,-1],[-1,0],[-1,0],[0,-1],[-5,0],[-6,2],[-2,1],[-1,0],[-1,1],[-1,0],[-2,1],[-1,2],[-2,1],[-3,4],[-2,1],[-9,5],[-1,1],[-2,1],[-1,0],[-1,0],[-1,1],[-2,1],[-2,2],[-1,1],[-2,4],[-2,3],[-1,1],[-5,3],[-5,5],[-1,0],[-1,1],[-1,1],[-4,3],[-1,1],[-1,1],[-4,7],[-5,9],[-2,5],[-1,0],[-1,2],[-3,2],[-2,2],[-1,1],[-3,3],[0,2],[-1,4],[0,2],[-1,11],[0,1],[1,2],[1,3],[0,1],[1,1],[0,2],[0,1],[1,7],[-1,2],[-2,1],[-1,0],[-1,0],[-7,2],[-4,0],[-4,-1],[-1,-1],[-2,-1],[-1,-1],[-3,-1],[-1,0],[-3,-1],[-3,-1],[-9,-5],[-7,-1],[-5,0],[-2,-1],[-3,0],[-1,1],[-1,2],[-2,2],[-3,4],[-4,5],[-4,6],[-4,3],[-1,1],[-1,0],[-2,0],[-2,0],[-1,0],[-2,-1],[-4,5],[0,5],[0,6],[0,2],[0,1],[-1,0],[-2,1],[-5,1],[-1,0],[-3,0],[-9,0],[-7,-3],[-7,0],[-1,0],[-6,2],[-3,1],[-4,1],[-5,0],[-7,3],[-4,3],[-11,8],[-13,9],[-13,4],[-1,1],[-1,1],[-1,2],[-1,1],[-2,1],[-4,3],[-3,-3],[-4,-3],[-7,-6],[-1,-1],[-1,-1],[-4,-1],[-6,1],[-5,6],[-3,4],[-7,5],[-1,1],[-3,2],[-1,1],[-1,1],[-1,1],[-1,1],[-2,1],[-1,1],[-1,1],[-4,2],[-1,0],[-9,4],[-5,2],[-4,3],[-1,1],[-1,2],[-3,4],[-1,1],[-7,6],[-2,0]],[[2778,2479],[33,22],[4,11],[-3,0],[4,16],[13,18],[7,0],[3,-6],[1,7],[5,1],[2,-12],[4,1],[-5,-12],[7,-3],[3,5],[7,-3],[4,6],[9,-7],[2,9],[12,1],[-3,-11],[8,-5],[-8,-4],[2,-6],[8,2],[12,-5],[13,4],[3,6],[-4,4],[4,7],[8,1],[-3,8],[2,5],[-3,2],[5,7],[-5,5],[4,9],[-5,5],[-1,8],[10,13],[7,4],[1,5],[-1,9],[-5,3],[-7,11],[2,19],[5,4],[7,20],[18,14],[5,20],[16,20],[7,34],[43,10]],[[3035,2761],[21,5],[46,-3]],[[3102,2763],[-3,-9],[-5,1],[-8,-9],[-3,-19],[-7,-12],[14,0],[-5,-6],[27,-7],[1,9],[3,-4],[4,1],[-2,6],[29,-4],[2,14],[-4,0],[-5,14],[4,4],[10,3],[10,-3],[8,3],[3,7],[13,6],[3,4],[14,1],[-6,18],[2,11],[7,9],[9,4],[4,8],[8,-4],[2,19],[5,5],[3,21],[4,3],[32,-6],[3,4],[10,-1],[8,-11],[-3,-6],[1,8],[-1,-3],[-18,6],[0,-5],[-7,-7],[16,-5],[1,3],[5,-1],[-17,-15],[-9,-2],[4,-1],[1,-8],[10,-1],[6,-11],[-7,-44],[11,6],[18,1],[19,8],[10,-2]],[[5172,2603],[-16,-7],[-6,-14],[-10,-9],[1,-7],[-5,-5],[-1,-8],[2,-8],[9,-4],[-6,-4],[1,-19],[7,-33],[9,-4],[-8,1],[3,-11],[-7,0],[0,-5],[3,2],[11,-14],[-27,-2],[-17,7]],[[4836,2418],[7,-2],[8,6],[-1,9],[6,3],[1,5],[-3,11],[11,-1],[-2,-3],[6,-1],[1,2],[7,-1],[12,33],[-2,13],[15,-3],[10,-9],[14,-1],[-4,-8],[7,-2],[6,18],[20,6],[0,11],[10,1],[4,11],[-1,9],[-5,2],[1,9],[16,-2],[7,18],[-8,3],[2,13],[19,6],[-4,13],[3,19]],[[4999,2606],[14,11],[35,8],[31,-21],[20,-1],[13,4],[2,11],[6,4],[3,-3],[10,10],[12,-7],[24,-8],[3,-11]],[[2778,2479],[-2,0],[-5,-1],[-2,-1],[-1,0],[-10,-5],[-4,-2],[-2,-1],[0,-1],[-1,-2],[-2,-11],[-2,-7],[-3,-7],[-5,-12],[-4,-10],[-3,-10]],[[2454,2787],[-2,12],[8,6],[2,9],[3,2],[21,-35],[29,16],[26,21],[3,-6],[13,2],[16,-6],[-1,33],[4,3],[10,0],[-1,5],[10,5],[41,-7],[3,-2],[-2,-4],[6,-3],[6,2],[-1,6],[5,7],[18,5],[-3,-17],[8,1],[16,12],[2,5],[15,2],[11,12],[15,1],[3,-3],[9,14],[-1,11],[4,-1],[1,12],[-4,5],[5,13]],[[2752,2925],[8,-4],[6,4],[6,-5],[13,9],[1,8],[7,-2],[0,-9],[15,-5],[2,-12],[5,0],[0,6],[4,-1],[9,-16],[18,-5],[0,-9],[7,3],[-2,12],[24,4],[20,-7],[3,8],[14,-1],[3,8],[10,-5],[3,-8],[7,1],[6,-15],[-2,-8],[20,-7],[4,-4],[26,-3],[5,-7],[-1,-8],[23,-1],[-9,-17],[-10,-4],[-7,-11],[5,-4],[8,1],[4,-12],[9,-7],[5,1],[8,-25],[5,1],[1,-8]],[[8654,2069],[71,-34],[-1,-23],[12,-22],[-6,-16],[0,-7],[4,-2],[16,1],[-8,27],[29,7],[10,6],[18,1],[1,-5],[-8,-2],[-7,-12],[1,-8],[-17,-57],[3,-8],[-12,-6],[-11,1],[0,-4],[30,-6],[0,-9],[-7,1],[0,-13],[32,-10],[-1,-10],[5,-3],[2,-20],[17,-9],[20,2],[13,-8],[10,0],[18,-15],[39,-6],[-2,-6],[-7,-1],[-8,-10],[-7,-2],[-9,-35],[-21,-23],[-10,-18],[32,-1],[-4,-10],[6,-4],[1,5],[3,-7],[5,4],[5,-6],[7,4],[8,-3],[4,-7],[4,7],[8,-4],[7,7],[1,-5],[3,1],[4,-5],[10,4],[1,-5],[6,6],[36,-8]],[[9010,1678],[-12,-17],[-5,-5],[-2,-2],[-2,-2],[-18,-17],[-5,-14],[-1,-4],[-2,-7],[-10,-15],[-4,-6]],[[8276,1518],[-1,12],[-6,4],[0,17],[34,15],[-2,5],[26,44],[41,14],[14,0],[1,4],[24,11],[11,-2],[4,4],[0,5],[-3,3],[2,4],[-4,0],[1,9],[-9,10],[4,4],[25,-3],[-3,16],[-10,0],[0,3],[-11,15],[-6,-2],[0,5],[4,11],[-4,4],[5,12],[3,-1],[1,15],[22,8],[18,18],[-3,41],[4,2],[0,9],[5,1],[-14,23],[2,9],[8,6],[1,4],[-6,19],[-7,12],[-1,12],[-6,7],[1,10],[13,5],[4,9],[29,-12],[12,-1],[3,8],[6,-7],[19,-8],[6,6],[7,-2],[-1,7],[3,3],[10,-1],[8,9],[6,-2],[9,5],[5,-2],[2,10],[17,-6],[21,-2],[1,24],[-8,16],[21,13],[-24,15],[-28,9],[0,7],[60,35],[12,-6]],[[6135,2515],[-1,-18],[-11,-30],[3,-20],[12,-15],[14,-4],[4,-25],[10,-10],[2,-16],[15,-8],[2,-23],[-5,-1],[8,-2],[0,-4],[7,-3],[-1,-4],[5,-1],[2,-5],[1,-4],[-12,1],[4,-1],[-1,-8],[-16,-2],[-2,-5],[-15,7],[-5,-11],[6,-4],[7,-13]],[[5708,2454],[9,2],[-3,14],[2,7],[47,10],[3,6],[-8,7],[-3,9],[5,2],[-1,5],[5,6],[27,2],[9,7],[24,-4],[10,-5],[2,3],[-9,23],[-11,9],[-3,18]],[[5813,2575],[22,20],[-1,7],[17,-1],[39,-19],[4,-7],[-1,-7],[9,-1],[4,11],[7,-2],[4,11],[22,-3],[2,-7],[7,-2],[-1,-9],[13,-6],[-10,-11],[9,1],[18,-9],[16,9],[36,-10],[5,12],[22,7],[12,1],[8,-12],[4,-1],[3,4],[5,-22],[22,3],[1,-9],[14,-12],[10,4]],[[4944,2581],[36,7],[9,13],[10,5]],[[4474,2653],[-2,4],[11,29],[-19,-1],[3,10],[-5,-3],[-5,5],[5,3],[-5,0],[11,46]],[[4468,2746],[55,-16],[11,-10],[10,1],[11,-6],[1,4],[2,-4],[4,4],[12,-4],[5,8],[6,0],[7,8],[10,0],[18,-3],[6,-3],[-1,-3],[5,2],[0,-5],[10,2],[5,-3],[-5,-2],[6,-26],[17,-5],[13,-14],[3,4],[13,-6],[15,-20],[1,-10],[17,14],[3,6],[-6,6],[14,10],[1,4],[-10,15],[-3,-2],[-19,6],[-5,7],[-18,2],[0,10],[10,18],[9,8],[10,25],[21,-29],[8,-26],[33,-3],[-1,-12],[43,-5],[1,12],[15,-2],[2,-12],[24,-3],[12,8],[-2,-20],[28,-3],[-6,-12],[-1,-21],[16,2],[5,-5],[-12,-12],[-11,-2],[-1,-7],[14,-4],[10,-13],[9,-44],[26,26]],[[3789,2944],[4,-4],[-7,-14],[3,-7],[-3,-7],[3,-2],[19,9],[5,-6],[13,-2],[9,-16],[14,-16],[17,10],[2,9],[18,-21],[-1,-5],[-11,-2],[-2,-8],[-13,1],[11,-26],[24,0],[0,-14],[6,0],[0,-47],[-17,0],[1,-12],[-9,3],[-7,-4],[1,-4],[-5,1],[-3,-7],[-6,3],[-6,-5],[-4,0],[10,-30],[-8,-4],[-6,1],[-2,3],[-6,-4],[-3,15],[-8,10],[6,33],[-5,4],[-10,-4],[-5,1],[0,16],[-9,25],[-13,-7],[-3,-6],[-13,2],[1,4],[-3,2],[-4,-6],[-15,3],[-14,-10],[9,18],[1,9],[-4,11],[-6,6],[0,6],[-19,15],[-7,11],[1,6],[-5,4],[-6,16],[4,7],[-6,11],[2,4],[5,-9],[8,-2],[4,-12],[4,0],[-1,-7],[9,-3],[-4,11],[25,4],[7,7],[-5,10],[-4,-4],[-3,4],[4,8],[1,8],[-3,4],[7,2],[4,8],[2,-5],[-6,-3],[0,-4],[5,-3],[7,3],[11,-8],[6,16],[7,4],[0,-8]],[[8051,2287],[1,-4],[-5,-6],[-1,-21],[4,-2],[0,4],[1,-7],[14,-6],[-4,-13],[6,-2],[3,-6],[-13,-23],[-3,-23],[4,-1],[3,6],[7,2],[3,-9],[3,-2],[1,3],[18,-6],[5,-12],[12,3],[-19,-29]],[[8092,1593],[4,-8],[-3,-3],[2,-7],[-5,-1],[0,-6],[8,-6],[5,-12],[-7,-11],[7,-7],[3,-10],[8,-2],[9,-15],[-2,-4],[4,-9],[8,4],[24,-4]],[[7662,1969],[56,0],[5,45],[24,14],[17,0],[10,-6],[19,33],[-1,7],[-2,-1],[-3,6],[-1,23],[3,-4],[-2,13],[-8,15],[8,3],[3,7],[14,6],[5,6],[25,0],[2,-5],[4,1],[8,-7],[5,-12],[6,-5],[19,-3],[11,3],[10,-2],[4,3],[5,-2],[2,9],[-6,15],[6,6],[7,0],[3,-4],[-2,11],[9,10],[22,14],[6,10],[-4,4],[3,8],[-12,7],[-4,-2],[4,12],[-5,17],[10,4],[-3,9],[-78,-8],[-1,5],[9,8],[-10,-3]],[[7864,2239],[-7,26],[71,13],[13,15],[0,6],[19,18],[-1,3],[-14,5],[-1,18],[2,-4],[12,3],[1,3],[5,-1],[3,-10],[15,-15],[29,-3],[0,-10],[5,-1],[13,-8],[3,11],[5,-4],[0,5],[18,5],[3,-16],[-10,-2],[-2,-7],[0,-3],[5,1]],[[4380,2791],[4,-9],[70,-20],[3,-13],[11,-3]],[[3986,2660],[10,9],[1,32],[-8,21],[5,6],[17,-5],[15,12],[1,8],[-3,10],[15,6],[9,24],[12,15],[10,21],[5,5],[19,-8],[16,-14],[19,0],[1,3],[15,6],[0,49],[4,0],[3,5],[5,-7],[3,6],[7,-4],[13,2],[5,12],[10,6],[4,12],[11,11]],[[4210,2903],[15,-3],[-2,-4],[5,-3],[1,4],[11,-2],[-3,20],[2,2],[6,-3],[0,3],[18,-13],[10,0],[21,-11],[-1,-8],[3,0],[0,-6],[11,-3],[8,7],[11,-9],[2,-6],[-6,-24],[6,-30],[-1,-15],[8,-18],[-5,-6],[20,-8],[5,5],[11,-1],[10,4],[4,16]],[[8698,2220],[-6,-48],[-11,-2],[-3,-31],[-24,-70]],[[8305,1921],[9,6],[1,-5],[17,6],[11,-1],[7,11],[0,-6],[4,2],[0,-4],[4,4],[2,-5],[4,4],[10,-4],[5,3],[4,-5],[-2,19],[14,12],[-11,1],[-6,5],[-1,9],[8,5],[-4,13],[7,4],[2,9],[15,4],[1,6],[-3,20],[-8,-7],[-3,16],[6,0],[-1,15],[8,0],[5,-4],[8,9],[1,5],[-10,19],[5,9],[13,0],[-2,7],[10,7],[2,-13],[5,-7],[14,-6],[8,6],[1,9],[-3,4],[-7,-1],[-10,10],[0,6],[-14,22],[9,28],[9,15],[27,-16],[14,21],[2,8],[-8,-1],[4,18],[12,3],[-5,13]],[[8495,2229],[6,5],[13,-8],[4,3],[11,-3],[1,-5],[12,2],[22,-14],[29,19],[4,-2],[11,4],[25,-4],[45,2],[20,-8]],[[2223,3070],[-11,-6],[-13,-16],[19,-24],[-8,-4],[1,-12],[-10,-11],[-3,-10],[-8,-6],[-5,4],[-4,-4],[-5,-15],[0,-16],[-18,-2],[-11,-6],[-5,2],[-6,-3],[0,-4],[-7,16],[-6,4],[4,10],[0,15],[-6,-1],[-10,5],[-5,9],[-6,2],[3,7],[-3,11],[5,5],[-2,3],[3,9],[-5,3],[0,4],[6,21],[5,3],[-10,2],[1,14],[4,3],[5,-1],[-4,-3],[4,-5],[20,5],[9,-13],[9,1],[2,3],[1,8],[-12,6],[-5,10],[13,17],[-13,8],[-17,3],[13,21],[-11,5],[4,4],[-2,6],[5,3],[-4,3],[20,11]],[[2144,3174],[9,-11],[6,1],[3,-5],[1,5],[9,2],[12,-7],[1,-5],[6,5],[8,-10],[7,1],[8,-3],[12,-28],[-7,-1],[-15,-19],[23,-25],[-4,-4]],[[2759,3102],[-5,-3],[0,-9],[3,1],[9,-12],[-11,-14],[6,-7],[1,4],[2,-8],[4,13],[7,-6],[-8,-17],[-6,3],[-6,-14],[-3,-7],[4,-4],[-4,-6],[8,-6],[-3,-9],[-13,-15],[5,-1],[-12,-14],[-5,-10],[2,-5],[-6,-10],[10,-1],[10,7],[6,-6],[5,3],[7,-2],[-14,-22]],[[2351,2877],[5,5],[-4,16],[12,10],[-1,15],[-8,3],[0,9],[5,-1]],[[2360,2934],[2,-3],[8,-2],[5,11],[8,6],[10,1],[9,17],[16,7],[11,14],[6,1],[-4,14],[12,8],[-1,5],[-2,6],[-11,3],[-10,20],[8,8],[25,13],[13,16],[-15,33],[5,14],[30,-13],[20,13],[5,-1],[-4,-14],[11,2],[4,2],[0,5],[7,2],[2,-4],[10,-2],[1,11],[9,-1],[14,17],[4,12]],[[2568,3155],[10,3],[21,-12],[12,-2],[14,12],[21,2],[-1,-10],[7,-6],[13,-4],[12,3],[-2,-23],[14,-4],[7,5],[-5,10],[9,0],[-1,7],[5,3],[16,-1],[1,-5],[26,3],[4,-5],[-4,-12],[11,-6],[1,-11]],[[2223,3070],[3,-4],[12,3],[11,-12],[5,-15],[-2,-2],[12,-17],[14,5],[8,-18],[16,-1],[-1,6],[2,-3],[3,0],[0,-5],[3,-3],[18,-7],[-7,-2],[14,-6],[-3,-14],[14,-4],[-1,-9],[10,-3],[1,-13],[8,-2],[-3,-10]],[[2247,2799],[-3,4],[-4,7],[-3,6],[-7,3],[-5,2],[-3,3],[-2,7],[-4,8],[-5,6],[-10,4],[-7,3],[0,1],[-2,-1],[-4,-3],[-3,-4],[-2,-1],[-1,-1],[-4,-2],[-7,0],[-9,1],[-5,0],[-3,8],[-2,3],[-4,2],[-9,-1],[-8,0],[-7,2],[-9,2],[-7,3],[-1,0],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[0,-1],[-1,-1],[-2,-7],[-1,-4],[-1,-3],[-3,-12],[-1,-3],[-1,-11],[0,-3],[-1,-6],[0,-5],[-1,-1],[-2,-3],[0,-1],[-1,-1],[-1,0],[-1,-1],[-2,0],[-3,0],[-5,0],[-3,0],[-5,-2],[-3,-2],[-3,-2],[-2,-2],[-1,0],[-2,0],[-1,0],[-1,1],[-1,1],[-2,2],[0,3],[-1,6],[-2,6],[-3,6],[-2,3],[-5,5],[-12,7],[-12,3],[-6,2],[-6,7],[-5,5],[-1,0],[-1,0],[-12,1],[-3,-1]],[[1981,2842],[-4,12],[4,4],[2,14],[25,1],[18,14],[11,-6],[15,18],[-6,26],[-18,2],[-1,4],[-21,-5],[-7,16],[-11,9],[-4,23],[-11,20],[4,5],[3,14],[-5,9],[-16,17],[1,2],[-12,5],[0,17],[-8,3],[5,14],[-2,8],[2,5],[-4,7],[5,-1],[-1,5],[8,4],[-1,6],[7,-1],[-5,13],[-7,-4],[-7,5],[11,32],[5,1],[-3,15],[7,-1],[-4,3],[2,8],[17,-3]],[[1975,3182],[15,-6],[2,-4],[8,2],[23,17],[34,2],[13,11],[5,15],[-3,9],[4,0]],[[2076,3228],[16,-2],[20,4],[3,-8],[-4,-13],[6,-5],[13,9],[8,0],[10,-7],[3,-6],[-5,-10],[9,-10],[-11,-6]],[[7458,2373],[7,-23],[17,-20],[1,-12],[17,-17],[-13,-4],[-27,0],[-34,-17],[5,-6],[-2,-13],[7,-22],[-1,-12],[-5,-2],[3,-8],[-10,0],[-16,7],[-11,1],[-7,-12],[3,-8],[-1,-6],[10,-16],[15,0],[29,-29],[11,-2],[13,-14],[-2,-7],[3,-3],[-11,-7],[1,-10],[-26,-7],[-1,-5],[8,-13],[21,-18]],[[7069,2318],[13,7],[8,25],[20,7],[3,18],[4,5],[22,0],[2,7],[-2,16],[2,7],[18,9],[12,14],[56,33],[34,-3],[42,29],[8,13],[-9,36],[3,9],[9,7],[28,4]],[[7342,2561],[7,-21],[6,-6],[7,3],[-4,-7],[1,-6],[4,-4],[3,4],[3,-9],[4,2],[10,-12],[8,5],[0,-27],[24,-24],[10,-3],[-11,-39],[5,-1],[-9,-11],[0,-8],[19,-11],[3,3],[9,-5],[9,-12],[8,1]],[[1981,2842],[-9,-3],[-2,-6],[-1,-2],[-2,-2],[-7,-5],[-4,-6],[-6,-5],[-6,-5],[-5,-6],[-2,-5],[-2,-6],[-3,-13],[-1,-13],[-3,-5],[-2,-3],[-5,3],[-3,1],[-4,0],[-3,-5],[-8,-10],[-4,-8],[-1,-1],[-1,-1],[-5,3],[-2,3],[0,1],[-1,1],[0,1],[-12,5],[-12,6],[-1,0],[-1,1],[-1,0],[-1,2],[-1,0],[-1,2],[0,1],[0,2],[1,1],[4,5],[1,1],[1,1],[3,4],[1,1],[1,1],[1,0],[4,1],[8,5],[10,6],[0,1],[-2,2],[-3,2],[-1,1],[-1,0],[-4,4],[-3,3],[-3,13],[-1,10],[0,4],[0,10],[-5,14],[-5,10],[-3,13],[0,1],[1,1],[0,1],[0,1],[-2,2],[-1,1],[-4,2],[-3,2],[-3,2],[-4,2],[-7,3],[-2,1],[-1,0],[-1,0],[-1,0],[-5,-1],[-2,0],[-2,-1],[-4,-2],[-3,-1],[-8,-4],[-7,-3],[-10,-3],[-12,-4],[-8,-4],[-7,-3],[-9,-9],[-2,-1],[-1,0],[-2,0],[-4,1],[-12,4],[-2,5],[0,12],[-2,5],[-1,5],[-1,5],[-5,14],[-1,3],[0,2],[-1,3],[-3,7],[-2,3],[-2,1],[-2,3],[-7,11],[-3,5],[-1,2],[0,2],[-1,4],[0,2],[1,9],[-3,14]],[[1701,2982],[17,6],[6,-4],[11,3],[4,18],[-7,3],[9,11],[-1,10],[6,8],[2,-1],[8,20],[9,9],[-2,7],[4,5],[-5,11],[11,7],[7,13],[17,13],[4,9],[-5,14],[6,-3],[5,4],[3,-3],[2,6],[5,0],[-1,6],[7,2],[7,8],[-5,42],[10,37]],[[1835,3243],[9,-3],[9,4],[-10,5],[2,4],[2,-2],[6,4],[7,-4],[1,3],[12,-2],[1,-7],[8,0],[8,-4],[2,8],[7,-3],[-9,7],[4,7],[-3,3],[1,5],[8,-7],[-2,-6],[8,-1],[4,7],[-2,0],[4,8],[-1,7],[6,-1],[3,-4],[-11,-15],[-3,-10],[26,9],[0,-10],[-9,-2],[0,-6],[10,-9],[15,-2],[-1,-10],[-8,-9],[1,-3],[42,1],[13,-3],[-1,-8],[-6,-10],[-13,-2]],[[8051,2287],[3,2],[6,-5],[4,14],[10,7],[-3,6],[12,-7],[4,2],[-4,7],[3,7],[4,-5],[12,19],[10,-1],[7,-8],[8,-3],[5,11],[-17,46],[20,-11],[15,11],[17,5],[10,-12],[-8,-9],[3,-13],[13,-9],[12,3],[-7,29],[4,17],[14,-15],[-1,-15],[3,-5],[-2,-1],[23,-18],[0,-29],[19,-4],[23,-20],[12,-1],[7,-6],[6,7],[13,1],[-10,15],[12,11],[-10,12],[-7,-5],[-1,15],[-2,0],[0,9],[5,5],[1,15],[-12,10],[-10,-1],[-14,16]],[[8263,2386],[2,5],[12,-1],[1,6],[16,-1],[-2,-12],[18,-7],[-1,-31],[3,-6],[3,1],[24,-21],[-1,-4],[23,0],[-3,-12],[6,-1],[0,-3],[8,4],[1,4],[7,6],[7,0],[1,5],[3,-2],[12,6],[9,-1],[10,4],[18,-6],[12,-11],[15,4],[14,11],[23,1],[19,-8],[22,6],[-1,-21],[-13,-1],[-4,-7],[-8,-4],[-21,-2],[-31,-11],[-4,-8],[1,-25],[31,-14]],[[1494,3027],[-1,1],[-1,1],[0,1],[-2,3],[0,1],[-1,1],[-2,1],[-2,1],[-6,3],[-2,1],[-2,0],[-4,1],[-9,1],[-3,2],[-5,0],[-2,-1]],[[1452,3044],[8,36],[-3,23],[3,6],[13,7],[7,-3],[0,6],[17,11],[-7,0],[-5,-6],[-6,3],[5,13],[7,-8],[2,14],[4,8],[-3,0],[0,7],[14,16],[6,1],[-10,10],[18,12],[9,2],[-2,4],[8,7],[-3,7],[4,6],[-15,17],[8,3],[-3,9],[6,2],[7,15],[2,-3],[3,4],[12,-2],[3,7],[13,5],[-2,6],[9,4],[-2,3],[5,9],[6,1],[11,-7],[-3,-4],[2,-6],[7,-1],[27,11],[8,9],[3,-8],[10,-2],[1,-6],[18,-12],[19,13],[1,10],[4,-1],[3,6],[11,-3],[9,-10],[-3,-2],[0,-13],[5,-2],[5,5],[15,-8],[6,-10],[-1,-14],[-6,4],[-9,-10],[-9,3],[-23,-7],[-7,2],[-3,11],[-8,3],[-15,-11],[3,-21],[-11,16],[-23,-20],[1,-10],[13,-13],[-7,-4],[2,-2],[-8,-9],[1,-6],[-18,6],[-1,15],[-14,9],[-16,-17],[3,-7],[-12,-22],[-3,3],[-4,-3],[-10,9],[-4,-3],[-6,1],[-6,-7],[-8,1],[-5,-5],[1,-10],[-8,-10],[1,-4],[-22,-11],[5,-16],[-2,-3],[-4,3],[-3,-11],[19,-12],[-16,-45],[-12,-11]],[[5487,2838],[1,-20],[5,-17],[-5,2],[0,-4],[-5,3],[0,-6],[-5,-2],[-1,-4],[4,-1],[3,-11],[-25,-9],[-8,6],[0,5],[-6,-2],[-17,3],[-22,-22],[-17,9],[5,10],[-2,5],[-4,-1],[-1,-18],[-10,0],[-4,-9],[5,-2],[-12,-11],[-15,0],[2,-22],[-15,-11],[-32,5],[-21,18],[-5,-2],[-5,-10],[-29,-2],[-4,-9],[14,0],[-6,-12],[-9,-2],[3,-2],[7,3],[-10,-22],[-6,-1],[2,-7],[6,1],[1,-7],[3,1],[-2,-5],[7,-3],[2,-7],[-5,1],[1,-7],[-6,-1],[2,-6],[4,-2],[-2,-7],[4,1],[4,-15],[-5,0],[1,-7],[-8,2],[0,-7],[-11,4],[-2,-10],[-6,-3],[-1,-6],[-6,3],[-8,-8],[-29,20],[3,3],[-2,6],[-6,2],[-4,-6]],[[4944,2581],[15,13],[-11,30],[-6,39],[12,7],[10,24],[4,6],[6,-1],[0,5],[-3,12],[-12,8],[0,8],[-18,24],[-2,10],[36,7],[-11,16],[-1,10]],[[4963,2799],[10,1],[1,8],[12,1],[3,5],[7,0],[0,-5],[15,0],[18,6],[3,10],[8,-5],[3,3],[-3,19],[-12,9],[7,19],[12,11],[-4,9],[8,1],[7,-8],[5,14],[7,-8],[15,-4],[18,11],[-2,19],[9,2],[6,-10],[7,3],[22,-10],[9,-20],[10,-4],[19,10],[6,-1],[1,4],[13,-1],[1,7],[5,2],[5,0],[2,-7],[13,-3],[2,-6],[14,1],[-4,-14],[5,-6],[-6,-10],[8,-6],[2,4],[29,8],[0,7],[-9,-1],[-3,5],[16,-1],[12,9],[9,1],[12,16],[5,-18],[17,10],[8,-11],[6,4],[-5,5],[11,0],[2,-5],[4,1],[0,-13],[7,0],[12,-8],[6,6],[-5,1],[6,0],[13,13],[1,5],[-3,0],[5,6],[12,-13],[9,-2],[1,-12],[-5,-15],[-7,-1],[-2,-8],[-25,-8],[30,-1],[23,9],[-3,-14],[24,-4],[5,3],[3,12],[3,2],[8,-4],[5,4]],[[7741,2520],[-30,-18],[29,-120],[9,2],[6,16],[13,5],[-2,6],[12,10],[3,-4],[3,1],[-3,-5],[12,-21],[17,3],[2,-9],[-6,-15],[4,-3],[22,11],[1,-8],[-8,-22],[17,-9]],[[7842,2340],[7,-30],[-7,-4],[-1,-6],[9,-6],[3,-14],[-28,-10],[0,-11],[7,-12],[14,-7],[4,-11],[8,1],[-2,9],[8,0]],[[7458,2373],[38,5],[2,32],[2,7],[7,-4],[-5,9],[28,37],[5,19],[4,-3],[5,-30],[22,-21],[4,-9],[5,0],[5,-8],[19,-11],[11,-18],[6,-3],[10,4],[23,16],[7,11],[-3,21],[3,6],[-5,7],[3,9],[-19,31],[25,16],[51,20],[14,21],[16,-17]],[[2939,3258],[-1,-9],[8,-8],[-5,-11],[17,-3],[-2,-15],[12,-7],[3,-7],[-1,-7],[12,-7],[-2,-20],[4,0],[9,-13],[13,22],[8,-6],[8,29],[12,-12],[26,0],[10,-8],[5,24],[-2,1],[1,12],[22,-33],[5,12],[3,-2],[6,1],[3,-7],[2,-21],[11,-7],[0,-4],[12,-9],[3,-7],[3,-1],[4,4],[12,-19],[-5,0],[-4,-9],[16,1],[-3,3],[15,8],[9,-6]],[[3188,3117],[10,-5],[11,-17],[11,-1],[0,-13],[4,-9],[-3,-7],[-5,-5],[-1,-6],[-12,5],[-25,1],[-23,12],[-1,-4],[-11,-7],[-2,-13],[-17,-15],[15,-2],[-1,-5],[11,-12],[18,-13],[-6,-12],[10,-5],[-7,-10],[-9,10],[-10,2],[-5,-7],[-8,-2],[1,-16],[-11,-21],[-5,3],[-7,-2],[-1,-5],[-10,3],[0,-4],[-8,-2],[-1,-21],[39,-19],[-12,-14],[-13,-2],[5,-16],[0,-18],[-7,-10],[7,-8],[-4,-2],[-5,-15],[4,-14],[8,-8],[2,-14],[-8,-11],[-4,2]],[[2759,3102],[-1,-4],[11,4],[12,-1],[0,4],[-7,9],[-5,0],[1,17],[14,-6],[2,9],[7,12],[-6,8],[5,5],[-19,15],[2,17],[-3,11],[11,1],[21,-12],[9,2],[5,8],[-5,9],[2,5],[7,12],[6,0],[-6,11],[7,22],[8,1],[10,-8],[2,12],[-3,2],[4,9],[2,-5],[7,9],[8,-15],[6,7],[1,10],[8,6],[6,-6],[0,-12],[4,-2],[11,-1],[9,19],[10,-4],[4,-21],[13,-3]],[[5767,2772],[-4,2],[-1,-8],[-16,2],[-11,6],[-5,1],[0,-3],[-5,4],[-8,-17],[-3,0],[-6,-23],[-4,-4],[2,-6],[-18,-17],[-8,-17],[-13,-13],[-14,5],[-1,-24],[56,3],[10,-22],[23,0],[24,-6],[11,-48],[22,-16],[15,4]],[[5487,2838],[-1,4],[14,-7],[32,-2],[4,15],[9,-1],[3,22],[-6,2],[10,8],[3,16],[5,6],[5,-9],[9,1],[-1,-10],[8,-13],[-4,-1],[-13,-31],[3,-24],[10,-9],[19,-3],[11,22],[4,-2],[4,14],[11,-1],[3,5],[7,-5],[6,10],[3,-3],[5,14],[-5,4],[-2,9],[-8,7],[-2,-6],[-4,6],[2,4],[-5,-4],[-12,9],[-6,16],[-11,4],[-2,7],[-8,6],[-1,6],[-7,9],[2,2],[-3,0],[10,6],[-11,19]],[[5577,2960],[46,-23],[20,10],[14,-2],[-1,-4],[9,-2],[3,14],[6,0],[-4,-23],[3,-1],[-1,-9],[7,-3],[1,5],[17,-5],[10,3],[5,-10],[2,-16],[21,4],[1,-17],[-11,-6],[-3,-10],[7,-15],[-12,-1],[-17,10],[-4,-5],[9,-8],[-3,-7],[3,-1],[-6,-6],[-7,0],[5,-3],[-2,-2],[26,-10],[18,2],[7,-3],[6,-15],[21,9],[12,-4],[-1,-9],[-6,3],[-3,-11],[-3,1],[-5,-18]],[[6488,2278],[2,11],[-2,10],[-6,2],[0,7],[-15,8],[-1,5],[3,7],[2,0],[12,15],[8,-2],[9,10],[3,0],[2,-6],[6,1],[2,12],[-5,4],[2,9],[-8,-1],[2,2],[-3,7],[-7,2],[1,5],[-13,4],[9,20],[6,-3],[1,6],[-2,-4],[-3,3],[2,30],[8,15],[23,-13],[-4,18],[-11,17],[3,3],[-10,3],[-4,-6],[-5,-1],[-17,7],[-10,13],[15,7],[19,43],[2,-2],[6,10],[-4,3],[3,8],[-7,1],[-18,13],[-17,25],[54,10],[0,3],[4,-2],[0,6],[12,-8],[9,31]],[[6546,2646],[7,14],[4,-3],[11,15],[20,9],[15,1],[11,-7],[1,-16],[-4,-17],[25,-13],[14,37],[0,-8],[10,9],[2,-3],[12,21],[-16,16],[2,7],[-13,9],[-2,7],[18,-7],[-2,-4],[5,-5],[6,2],[6,15],[-3,16],[11,14],[-11,6],[7,9],[9,30],[19,-7],[10,5],[15,2]],[[6735,2800],[5,-3],[20,7],[13,-3],[11,-10],[1,-6],[-8,-22],[-11,-18],[7,-2],[10,13],[4,-4],[4,4],[4,-5],[13,-3],[-10,-19],[5,-17],[4,1],[-2,-21],[6,5],[0,-13],[-20,-41],[-2,-6],[3,-7],[45,37],[26,4],[21,-4],[7,8],[22,6],[18,-9],[-7,-10],[-1,-20],[-5,0],[0,-4],[7,1],[9,-23],[0,-6],[-4,-1],[0,-10],[3,3],[9,-1],[-1,-3],[22,2],[0,-9],[-10,-3],[-3,-6],[-4,0],[-1,-15],[12,-1],[15,-7],[2,-6],[-3,-7],[6,-5],[-12,6],[-10,-4],[-3,-10],[-16,-6],[5,20],[-5,-1],[-7,-3],[-1,-9],[-5,-7],[-22,17],[-25,5],[-9,-35],[-21,-6],[-2,2],[-7,-6],[4,-10],[34,-15],[20,-14],[-1,-9],[4,-2],[43,-1],[-1,-12],[12,-1],[-6,-25],[10,2],[9,-5],[12,-1],[9,-10],[-3,-10],[3,-16],[-14,-7],[4,-6],[-6,-9],[3,-2],[0,-14],[5,-8],[4,3],[10,-4],[7,20],[-4,-18],[8,-1],[-2,-9],[8,-1],[-2,-3]],[[1806,3293],[-4,-43],[5,1],[2,-6],[11,5],[7,-6],[8,-1]],[[1701,2982],[0,2],[-10,16],[-4,2],[-6,1],[-10,-3],[-4,-2],[-3,-3],[-4,-7],[-5,-4],[-3,-2],[-6,0],[-1,0],[-1,1],[-2,1],[-1,0],[-1,1],[-1,0],[-4,0],[-2,-1],[-1,0],[-10,-5],[-1,-1],[-3,-2],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-2,-1],[-3,0],[-2,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,0],[-2,1],[-4,1],[-1,0],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-4,-1],[-7,0],[-2,1],[-6,2],[-2,1],[-5,3],[-2,2],[0,2],[0,1],[-1,3],[-1,2],[0,3],[-1,2],[0,1],[-2,3],[-1,2],[-1,1],[-1,1],[-4,1],[-13,5],[-8,2],[-8,1],[-7,2],[-6,2],[-5,2],[-9,8]],[[1452,3044],[-2,0],[-6,-2],[-6,-2],[-3,1],[-3,1],[-2,1],[-1,1],[-1,1],[-2,1],[-2,1],[-3,0],[-4,1],[-2,-1],[-2,0],[-4,-1],[-1,0],[-12,-1],[-6,10],[-2,4],[-4,3],[-4,2],[-3,-1],[-2,-1],[-5,-1],[-2,0],[-10,4],[-6,5],[-8,8],[-11,6],[-8,7],[-5,3],[-4,1],[-5,1],[-5,-1],[-1,-1],[-4,-1],[-3,-3],[-3,-3],[-1,-3],[-1,-2],[-1,-6],[-2,-4],[-2,-4],[-4,-8],[-3,-4],[-3,-4],[-9,-10],[0,-1],[-2,-1],[-7,-1],[-1,0],[-10,4],[-1,1],[-2,4],[-1,2],[0,1],[2,6],[1,6],[-1,10],[-1,1],[-2,5],[0,1],[-2,2],[0,1],[2,8],[0,1],[4,6],[-2,5],[-1,2],[2,10],[0,9],[-3,15],[0,1],[0,1],[-1,2]],[[1243,3143],[17,4],[11,-8],[14,-3],[3,6],[-1,30],[26,-1],[9,21],[8,35],[20,-12],[13,2],[11,15],[1,9],[-6,8],[-7,1],[-3,20],[11,9],[6,-1],[3,-4],[3,3],[-4,20],[13,9],[8,17],[11,-6],[32,3],[18,16],[21,-1],[0,5],[9,3],[5,-6],[16,0],[2,3],[-6,8],[5,1],[10,-5],[5,6],[13,-3],[1,5],[7,2],[20,-6],[4,3],[-3,2],[2,10],[-8,9],[1,13],[-14,12],[9,8],[8,1],[-7,9],[4,10],[8,-5],[21,-2],[-3,9],[-2,-1],[2,2],[9,2],[-3,6],[9,8],[6,0]],[[1611,3444],[-1,3],[14,-11],[11,-1],[-3,-2],[8,-7],[7,1],[2,-10],[-4,-2],[14,-1],[15,-14],[21,-9],[1,-11],[-7,-5],[2,-4],[-3,-5],[9,-20],[2,-12],[8,-13],[-6,1],[8,-5],[-1,-8],[3,8],[9,-3],[23,15],[9,0],[5,10],[6,-14],[8,-1],[2,-8],[4,0],[-3,-9],[5,-8],[14,0],[4,-8],[2,7],[7,-5]],[[6135,2515],[11,5],[10,-23],[33,-21],[-1,13],[8,27],[15,-1],[5,6],[13,-5],[2,6],[-7,1],[6,19],[3,-1],[-1,6],[-21,9],[-2,7],[-3,-6],[-3,1],[3,7],[-6,2],[-2,-2],[-8,5],[16,47],[-11,5],[9,24],[28,4],[0,-4],[-7,-6],[2,-6],[16,7],[34,-3],[17,-19],[7,8],[11,-8],[0,-4],[3,0],[0,4],[5,-2],[2,12],[-3,1],[6,5],[-1,4],[5,0],[0,8],[7,20],[25,16],[9,21],[-2,13],[4,0],[4,13],[-4,16],[-12,-1],[8,22],[-8,-6],[2,27],[4,4],[-4,8],[22,5],[6,-2],[15,16],[11,-10],[16,17],[1,4],[-4,4],[5,17],[12,-1],[0,5]],[[6446,2855],[18,-1],[10,5],[14,0],[6,-14],[15,-2],[-8,-22],[-5,-3],[0,-5],[11,0],[-3,-6],[2,-4],[5,4],[12,-9],[-13,-20],[10,-14],[19,-2],[-2,-5],[-16,2],[1,-19],[6,5],[2,-8],[-10,-13],[-27,-8],[-6,-28],[20,-13],[-4,-11],[43,-18]],[[4715,3023],[18,-9],[50,8],[1,-44],[-5,-11],[23,-28],[7,-25],[16,-6],[15,-16],[12,-4],[-3,-14],[1,-28],[19,5],[25,-9],[35,2],[-16,-24],[9,-20],[5,-2],[34,15],[2,-14]],[[4380,2791],[3,15],[-10,3],[7,29],[9,2],[-28,9],[2,10],[13,6],[-5,0],[-7,9],[-10,-1],[-3,12],[9,2],[1,7],[5,-2],[2,7],[-9,5],[1,7],[-15,5],[6,-1],[0,9],[16,3],[7,5],[2,22],[14,2],[25,9],[-1,17],[4,17],[4,-2],[-1,-3],[16,-8],[2,8],[5,-2],[4,8],[-10,6],[-14,1],[-7,5],[-16,20],[4,5],[-4,8],[-9,-4],[0,17],[-9,4],[0,5],[6,0],[-1,9],[-18,0],[1,7],[9,4],[9,-2],[38,10],[2,20],[-4,25],[30,30],[14,4],[13,-1]],[[4482,3173],[0,-19],[11,-18],[21,-17],[6,4],[10,-7],[7,0],[14,-8],[7,-9],[19,-11],[8,-13],[-1,-5],[12,-8],[1,-6],[2,12],[71,9],[6,-50],[29,0],[10,-4]],[[9402,2141],[-16,-14],[-5,-4],[-20,-18],[-9,-6],[-8,-4],[-14,-9],[-5,-3],[-19,-27],[-2,-2],[-6,-9],[-3,-4],[-11,-15],[-6,-6],[-32,-28],[-9,-7],[-8,-9],[-15,-18],[-9,-10],[-5,-5],[-3,-4],[-17,-23],[-7,-9],[-4,-5],[-5,-2],[-6,-4],[-5,-6],[-5,-6],[-3,-1],[-10,-1],[-1,-1],[1,-21],[0,-2],[-15,-13],[-15,-24],[-10,-18],[-24,-12],[0,-2],[-1,-9],[0,-5],[-2,-12],[-1,-1],[-24,-37],[-6,-8],[-3,-4],[-13,-19],[-3,-5],[-8,-11]],[[8698,2220],[14,-5],[34,12],[47,-16],[40,4],[31,-8],[0,-4],[17,1],[29,30],[13,30],[22,11],[52,63]],[[8997,2338],[40,51],[11,-1],[1,-8],[10,-1],[1,-5],[5,3],[10,-3],[-2,-6],[10,-7],[0,-4],[11,-12],[14,-10],[-2,-10],[28,30],[27,6],[12,22],[36,16],[4,15],[30,-9],[-3,-12],[-11,5],[-7,-13],[-1,-9],[9,-2],[8,-7],[-1,-5],[-8,-6],[4,-14],[14,-3],[1,-3],[5,1],[3,-5],[4,3],[-1,-11],[6,-2],[2,-10],[23,-6],[1,-4],[-33,-76],[10,11],[15,-9],[29,2],[13,-17],[24,11],[11,-4],[3,-5],[5,5],[7,-4],[-2,-9],[-17,-8],[2,-8],[11,-3],[0,-14],[-5,-16],[22,1],[1,-4],[10,-2],[2,-9],[3,-3]],[[2474,3427],[14,-13],[-2,-9],[15,-15],[-15,-1],[2,-8],[-11,-3],[-9,12],[-8,-1],[-7,-7],[9,-30],[-5,-4],[-2,-11],[-18,4],[6,-20],[4,0],[-1,-5],[8,0],[-1,-7],[-5,0],[3,-5],[-4,-11],[-3,-1],[3,-5],[15,-5],[1,-3],[10,7],[-1,4],[5,4],[11,-3],[1,10],[25,-10],[10,3],[-2,15],[22,3],[-1,6],[18,2],[2,-5],[-3,-4],[11,-1],[2,-6],[-11,-11],[-11,-4],[-5,-7],[15,-1],[-3,-11],[11,-2],[-6,-5],[4,-29],[-5,-4],[-7,3],[2,-5],[-6,0],[-6,-7],[2,-7],[-4,-1],[6,-9],[-3,-35],[12,-2],[0,-17],[10,5]],[[2076,3228],[-9,17],[0,11],[6,7],[-1,15],[-15,6],[3,2],[-13,24],[3,4],[-8,16],[-8,3],[-2,6],[6,12],[7,7],[-4,4],[7,5],[2,-5],[5,1],[21,12],[-3,8],[6,36],[-6,11],[-5,1],[3,22],[19,2],[5,-5],[9,-2],[6,-10],[27,-10],[4,17],[20,11],[10,1],[21,-10],[2,6],[-2,11],[17,10]],[[2209,3474],[-2,-6],[5,-8],[26,8],[15,-17],[-1,-5],[9,-6],[16,1],[1,-5],[7,-5],[17,6],[-1,11],[23,-9],[18,-2],[18,-16],[16,0],[5,-9],[17,-3],[31,14],[3,0],[5,-6],[30,13],[7,-3]],[[3880,3362],[-2,-8],[9,-6],[3,1],[0,-6],[15,-7],[4,-6],[18,-8],[7,-27],[16,-13],[8,-14],[10,0],[19,-8],[-14,-18],[-5,-45],[-7,-18],[0,-27],[6,-11],[-5,-13],[5,-26],[27,7],[2,9],[-5,10],[6,-1],[1,5],[6,-2],[19,9],[9,-4],[2,8],[14,-5],[8,6],[11,-18],[4,3],[1,-3],[-2,-37],[28,-13]],[[4098,3076],[-5,-12],[3,-12],[25,-3],[-8,-25],[15,5],[3,-15],[-14,-15],[1,-7],[-16,-7],[-5,-8],[9,0],[24,-22],[13,-7],[9,1],[13,11],[25,-43],[20,-2],[11,6],[-6,-8],[-7,0],[-1,-5],[6,-3],[-3,-2]],[[3336,2764],[0,5],[5,2],[7,15],[1,9],[-4,6],[8,3],[-2,8],[-4,4],[5,8],[3,18],[6,10],[-1,9],[8,24],[-1,10],[6,8],[-2,14],[2,16],[9,14],[-1,7],[4,5],[22,6],[2,-20],[41,-14],[33,13],[1,-7],[-9,-9],[9,-5],[-1,-5],[31,-40],[2,8],[8,2],[10,-5],[4,5],[0,7],[-12,7],[3,9],[4,1],[-3,13],[6,-1],[-5,4],[7,21],[7,10],[26,-25],[3,1],[7,13],[12,-3],[2,6],[9,-9],[0,5],[4,-3],[4,5],[2,6],[-18,18],[4,3],[7,-3],[1,8],[-4,18],[5,5],[-7,4],[2,6],[-3,1],[1,3],[8,-3],[3,10],[10,-5],[-2,4],[3,9],[-2,7],[7,-4],[3,4],[-2,6],[-11,1],[-8,7],[-20,7],[-9,15],[-13,-3],[-9,2],[-21,23],[-10,2],[-4,16],[-14,-3],[-28,9],[-12,17],[5,24],[-14,11],[9,6],[9,-4],[-10,8],[5,5],[4,0],[2,7],[12,-4],[-3,-4],[7,2],[15,-4],[-7,28],[14,5],[-3,4],[6,15],[-3,1],[4,0],[3,10],[4,-2],[-2,4],[6,-3],[3,6],[6,-6],[4,9],[8,-9],[6,7],[-3,3],[4,8],[-6,2],[-4,7],[4,3],[-4,5],[9,2]],[[3561,3285],[6,-8],[34,-12],[3,5],[1,-3],[7,2],[4,6],[17,-16],[8,10],[10,-8],[2,-7],[19,-9],[12,-32],[-7,-2],[-1,5],[-3,1],[-1,-4],[-7,4],[-11,-5],[17,-5],[16,-14],[12,2],[11,-8],[8,0],[11,-13],[0,-14],[13,-14],[31,3],[-2,29],[3,7],[-17,1],[1,15],[-4,8],[7,6],[2,8],[-4,3],[7,-1],[7,45],[27,-5],[1,3],[16,-6],[7,42],[-3,5],[11,2],[-6,8],[2,0],[-1,5],[5,-1],[7,46],[41,-7]],[[3188,3117],[25,13],[-15,38],[19,2],[17,13],[20,5],[0,23],[10,0],[-1,21],[4,2],[-45,20],[18,30],[-1,13],[31,-10],[7,-16],[10,3],[9,-3],[2,7],[8,4],[-5,2],[-2,9],[10,23],[-9,15],[3,15],[-2,22],[18,8],[14,11],[5,-11],[33,6],[3,-10],[4,0],[6,17],[-10,9],[-10,0],[-4,6],[8,8],[5,-7],[14,-3],[20,4],[5,3],[1,15]],[[3413,3424],[4,-3],[1,-7],[11,-3],[2,-8],[-6,-2],[2,-8],[10,-9],[7,2],[0,-5],[-3,1],[3,-3],[13,8],[4,22],[10,-11],[19,-4],[13,-7],[3,-1],[3,9],[6,-5],[6,8],[12,-10],[-2,-5],[4,-3],[-12,-19],[6,-14],[8,-5],[5,-17],[3,0],[-10,-24],[13,-1],[13,-15]],[[4895,3121],[9,4],[1,27],[8,13],[13,8],[4,13],[17,-11],[7,12],[0,6]],[[4954,3193],[16,-1],[5,2],[-1,-9],[9,-2],[-2,6],[4,0],[2,-14],[8,0],[-3,11],[7,0],[4,4],[12,27],[16,1],[3,8],[3,0],[11,-13],[-3,-20],[7,-32],[12,-5],[-5,-21],[12,-3],[2,-8],[20,-2],[4,5],[-13,-44],[-2,-15],[8,-7],[-21,-29],[-10,-33],[-12,6],[-6,-2],[-4,2],[-2,-3],[-18,7],[-6,1],[-3,-4],[-13,3],[-3,-8],[-5,1],[-2,-6],[-22,4],[-4,-6],[-8,2],[-3,-22],[-8,-5],[-6,15],[-3,1],[0,10],[-4,2],[-2,-10],[-17,-1],[-9,7],[-15,24],[-3,13],[-4,3],[2,10],[-2,16],[2,9],[6,5],[0,20],[15,-10],[0,5],[-9,6],[-2,13],[8,2],[-2,12]],[[7210,2882],[-1,-11],[3,-7],[8,-4],[-5,-3],[1,-15],[-4,-5],[9,-6],[12,1],[6,-6],[6,3],[13,-4],[-5,-7],[1,-14],[13,6],[1,-2],[-14,-9],[-5,-12],[4,-12],[6,2],[9,-3],[9,-7],[0,-4],[-6,-4],[-17,-6],[9,-30],[11,2],[5,-5],[-2,-5],[10,-12],[23,-10],[0,-8],[-5,-7],[5,-4],[13,-7],[10,3],[-5,-9],[10,-5],[-6,-12],[2,-10],[10,-15],[20,-8],[5,-6],[8,-22]],[[7377,2583],[-35,-22]],[[6735,2800],[5,24],[-1,20],[27,-12],[22,3],[5,-2],[4,1],[0,5],[8,-1],[5,16],[4,0],[2,9],[18,3],[16,-10],[8,0],[5,-9],[-5,-4],[-1,-48],[18,-4],[-1,-17],[10,-1],[11,30],[1,14],[12,-9],[8,3],[8,-20],[4,-1],[35,12],[2,-8],[5,-3],[12,10],[19,2],[17,17],[-5,17],[5,5],[5,14],[0,5],[-16,-4],[-6,13],[11,25],[5,-4],[9,4],[-20,13]],[[7006,2908],[2,8],[11,2],[14,-6],[11,6],[14,-5],[0,-16],[4,-2],[6,-1],[4,7],[7,3],[14,-9],[6,1],[17,-6],[7,-7],[6,2],[6,11],[9,4],[5,8],[3,-9],[9,-5],[14,1],[7,-7],[13,0],[15,-6]],[[7638,2816],[-6,-14],[0,-25],[12,-5],[0,-7],[4,-4],[3,1],[-1,4],[5,-3],[-13,-24],[-4,1],[-5,-14],[-10,-9],[-11,-19],[-5,3],[-11,-26],[-4,-20],[-21,-30],[-13,9],[-33,-4],[-6,-3],[-14,-19],[-16,1],[-7,-20],[-10,-1],[-4,5],[-3,-2],[-5,10]],[[7460,2601],[23,44],[34,47],[13,57],[40,40],[12,27],[10,-6],[6,3],[0,7],[11,13],[10,0],[1,-12],[18,-5]],[[8377,2710],[16,-20],[0,-32],[3,-6],[-19,-1],[0,-10],[4,-2],[-6,0],[-6,-5],[8,-8],[15,5],[-3,-9],[2,1],[1,-15],[-7,-3],[9,-9],[-8,-7],[12,-12],[8,4],[6,-5],[16,8],[6,-10],[-10,-10],[5,-6],[-26,-16],[-12,-4],[-22,6],[-1,-6],[-5,1],[12,-12],[2,3],[4,-2],[3,5],[-1,-9],[41,14],[0,-4],[19,4],[0,-10],[-32,-20],[3,-8],[5,5],[4,-1],[0,-7],[-10,2],[-5,3],[-5,-17],[-16,-9],[-5,13],[-4,2],[3,3],[-3,11],[-14,6],[3,-18],[-6,-3],[-38,9],[-4,3],[2,6],[-19,-6],[2,-10],[10,-7],[0,-5],[-10,-4],[1,-3],[9,1],[3,-20],[-10,-2],[-4,-24],[-34,8],[-9,-49],[3,-1]],[[7842,2340],[21,-10],[2,4],[11,-4],[10,26],[-9,4],[20,51],[16,-7],[7,19],[-3,64],[28,0],[-22,102],[2,11],[26,44],[-3,6],[12,-9],[-1,13],[6,4],[3,-8],[13,3],[0,-4],[18,-1],[6,8],[4,-7],[6,-3],[-3,-18],[9,-13],[11,11],[-5,4],[-3,-1],[2,3],[5,0],[1,-4],[7,7],[8,-2],[1,5],[4,-4],[5,3],[3,-2],[14,13],[12,1],[-1,16],[7,1],[0,11],[-25,-5],[-3,-4],[1,-7],[-5,0],[-2,13],[9,2],[-2,8],[43,11],[-2,14],[4,1],[1,5],[-2,10],[-9,5],[3,2],[8,-5],[11,18],[-11,6],[1,2],[-4,3],[-16,0],[-2,6],[-10,8],[-24,-6],[-2,5],[15,5],[6,7],[4,-2],[1,2],[4,-5],[20,5]],[[8104,2781],[3,-7],[16,3],[7,-3],[1,3],[13,-2],[3,3],[0,-7],[5,-2],[4,3],[1,-5],[4,3],[6,-3],[6,5],[14,-7],[3,2],[6,-5],[0,2],[5,-5],[5,4],[3,-6],[5,1],[0,-4],[22,-8],[4,-11],[17,-7],[8,-14],[12,-9],[7,6],[39,14],[3,-11],[-3,-2],[5,1],[18,-9],[0,-5],[-5,-2],[7,1],[1,11],[15,2],[0,-11],[2,0],[-3,-3],[9,-1],[1,4],[-4,0],[-2,4],[10,6]],[[5767,2772],[9,2],[10,-2],[2,7],[15,-5],[-2,-7],[13,-2],[2,23],[13,10],[35,-20],[5,6],[26,11],[-7,34],[2,16],[15,15],[15,-4],[-10,26],[5,0],[2,4],[19,-11],[3,8],[-4,2],[6,16],[3,-1],[20,19],[-5,16],[-16,2],[-16,10],[1,15],[-13,17],[9,8],[9,24],[12,4],[-2,19],[15,1],[8,25],[5,-2],[0,3],[-4,1],[0,19],[11,13],[6,25],[-2,10],[6,9],[9,3],[8,14],[9,-9],[4,8],[24,-6],[9,-8],[11,-19],[14,-6],[9,12],[-6,6],[25,31],[-15,25],[10,6],[13,-2]],[[6112,3193],[19,-14],[4,12],[13,-9],[1,5],[11,-8],[-1,-8],[11,-7],[-4,-7],[4,-3],[-2,-4],[2,-14],[12,-21],[4,-35],[31,-23],[1,4],[4,0],[18,-6],[6,-6],[4,2],[-2,-5],[3,-2],[0,-3],[4,0],[1,-9],[5,0],[6,-13],[15,-1],[2,-5],[-8,-9],[2,-4],[-5,4],[2,-6],[-3,-3],[6,-4],[-4,-2],[4,-9],[3,10],[43,-8],[12,-20],[21,-13],[4,-1],[5,9],[8,-9],[4,1],[-2,-8],[5,-11],[-5,-6],[21,-19],[3,9],[12,-3],[1,3],[9,-6],[-3,-17],[13,-11],[3,-8],[8,-3],[3,-14]],[[1302,3630],[-8,1],[1,-17],[-7,-8],[0,-5],[-6,-5],[6,-14],[-1,-16],[5,-4],[-7,-17],[-7,0],[2,-14],[-10,-18],[10,-7],[2,-10],[-13,-20],[-3,3],[-4,-2],[-1,-10],[-9,-1],[-2,-5],[3,-6],[13,-5],[-1,-17],[-4,-8],[-3,0],[1,-6],[-5,1],[-6,-5],[-14,3],[-10,-4],[0,16],[-4,1],[-15,-8],[2,-3],[-5,-6],[-6,-1],[-15,-11],[-1,-5],[1,-9],[7,-5],[1,-6],[-4,-2],[7,-13],[14,-2],[6,-35],[3,-1],[-13,-20],[11,1],[0,-5],[4,2],[5,-8],[-5,-2],[1,-7],[6,8],[3,-3],[-2,-8],[-4,-1],[2,-12],[-3,-7],[24,-12],[8,6],[1,-3],[-6,-11],[3,-3],[-3,2],[0,-4],[-6,3],[-5,-3],[-25,9],[1,9],[-4,2],[0,4],[-13,0],[3,5],[-6,2],[4,5],[-4,4],[-1,-7],[-6,-3],[-8,7],[-5,-7],[2,-3],[-3,2],[-2,-6],[-1,3],[-2,-2],[-15,-18]],[[1151,3243],[0,4],[-1,9],[-2,8],[-3,11],[-2,7],[-1,11],[1,11],[0,7],[5,5],[4,7],[8,6],[3,3],[1,1],[0,1],[2,11],[-2,4],[-2,4],[-2,1],[-2,1],[-3,1],[-1,0],[-2,1],[-2,1],[-2,2],[0,2],[1,2],[0,3],[1,4],[1,6],[0,6],[-1,2],[0,1],[-1,2],[-2,1],[-11,2],[-12,-1],[-2,0],[-1,1],[-5,6],[-1,5],[-1,7],[2,9],[1,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-2,-1],[-11,-4],[-11,-5],[-8,-2],[-6,-4],[0,-1],[-1,-1],[0,-1],[0,-1],[1,-1],[1,-2],[2,-2],[-1,-1],[-1,-2],[-4,-2],[-2,-1],[-1,0],[-2,-1],[-2,1],[-8,6],[-4,8],[0,13],[-1,3],[0,3],[0,3],[0,3],[0,3],[0,3],[0,2],[0,4],[0,1],[-1,5],[-2,9],[-3,-1]],[[1043,3456],[-7,3],[-12,23],[-6,37],[-22,39],[0,3],[10,9],[-6,4],[6,21],[-13,3],[11,11],[0,8],[-4,0],[4,22],[12,13],[3,-3],[2,14],[9,8],[-3,4],[3,6],[-2,14],[3,8],[14,7],[27,-8],[5,7],[6,2],[4,17],[-6,23],[11,4]],[[1092,3755],[15,-1],[17,-7],[10,5],[11,0],[0,7],[4,0],[27,-21],[12,9],[3,-3],[4,10],[19,12],[18,-19],[9,-3],[4,-5],[5,1],[2,-6],[6,0],[10,-8],[-9,-19],[0,-8],[5,-7],[20,-5],[12,-10],[2,5],[7,-3],[-4,-4],[9,-13],[-4,-3],[0,-13],[-4,-16]],[[2313,3640],[8,-6],[9,-19],[16,-9],[-3,-19],[3,1],[1,-11],[5,-6],[-19,-9],[-11,3],[-6,-8],[-7,-3],[-6,7],[-6,0],[-7,-15],[-13,-1],[-2,-14],[-5,0],[-5,-8],[-10,10],[-9,0],[-1,17],[-22,-7],[-7,-7],[2,-7],[-2,-8],[-12,-4],[4,-12],[-4,-1],[11,-22],[-6,-8]],[[1806,3293],[3,0],[3,-6],[5,1],[-4,5],[5,-3],[-1,5],[8,5],[4,11],[-3,4],[7,11],[12,6],[8,10],[-3,3],[7,30],[17,33],[-17,11],[-6,20],[4,5],[-2,12],[-19,16],[-10,3],[3,3],[-12,6],[0,12],[-8,2],[3,13],[-4,18],[18,15],[5,-1],[19,14],[7,-11],[8,3],[8,12],[12,-1],[15,42],[19,6],[3,14]],[[1920,3622],[20,10],[2,-26],[23,-12],[15,20],[18,-5],[3,6],[5,1],[4,29],[14,5],[1,8],[19,-6],[2,-9],[21,-9],[-1,-14],[4,-6],[-3,-9],[13,1],[1,5],[8,1],[1,9],[5,0],[4,-5],[-2,-9],[11,-13],[6,12],[7,5],[20,-4],[7,13],[3,-2],[0,-7],[11,0],[4,7],[9,4],[9,24],[12,13],[3,13],[13,2],[9,6],[7,0],[-2,-8],[10,1],[9,-8],[0,-4],[4,0],[-7,-4],[16,-5],[1,-7],[11,-5],[8,-2],[2,8],[6,3],[27,-9]],[[1571,3697],[1,-6],[18,-11],[11,-17],[-3,-21],[-5,-3],[0,-32],[7,-6],[2,-13],[19,-23],[4,-32],[10,2],[-6,-12],[3,-6],[4,0],[4,-26],[-6,-8],[0,-17],[-15,6],[1,-11],[-15,2],[-11,-4],[17,-15]],[[1243,3143],[-1,3],[-1,0],[-1,2],[-1,1],[-2,1],[-2,5],[-2,3],[0,1],[-1,1],[0,3],[-2,2],[-3,3],[-12,7],[-13,5],[-12,5],[-4,1],[-2,1],[-1,2],[-2,2],[-2,2],[-8,12],[-1,1],[-3,5],[0,1],[-1,1],[-4,10],[-3,4],[-4,6],[-3,3],[-1,1],[1,1],[-1,5]],[[1302,3630],[5,-10],[11,-3],[0,11],[8,7],[4,-2],[24,24],[1,11],[6,12],[-4,8],[1,22],[-5,6],[-1,9],[14,0],[4,7],[38,14],[8,6],[0,7],[13,-2],[9,8],[3,-25],[7,-1],[2,6],[11,-14],[13,4],[-2,9],[13,0],[0,-6],[31,3],[10,-12],[13,-4],[6,-13],[6,0],[2,-7],[4,2],[1,-3],[9,-1],[-5,-5],[9,-1]],[[3387,3512],[17,-14],[-8,-20],[-8,-10],[0,-14],[-5,-10],[8,-4],[2,-9],[18,-2],[2,-5]],[[2939,3258],[7,4],[7,-3],[-7,14],[0,18],[4,6],[26,-5],[6,-6],[3,31],[-7,2],[-4,16],[11,23],[23,-7],[-3,13],[25,4],[3,24],[7,9],[-3,4],[20,18],[10,17],[9,-6],[10,-1],[10,10],[14,4],[4,8],[6,-3],[11,24],[11,-14],[16,-12],[5,5],[-5,3],[0,9],[-8,11],[15,15],[-22,14],[2,3],[-6,3],[15,7],[12,18],[25,-4],[5,28],[11,13],[1,6],[10,6],[12,3],[15,12]],[[3245,3602],[17,-1],[1,-9],[23,3],[7,-3],[-2,-4],[7,-10],[5,-1],[-12,-19],[4,-12],[6,-6],[15,-2],[5,-6],[2,5],[8,-9],[35,-3],[21,-13]],[[7377,2583],[38,20],[32,-7],[13,5]],[[7638,2816],[2,6],[-2,17],[15,29],[-8,8],[23,9],[12,10],[5,13],[2,30],[15,39]],[[7702,2977],[23,-25],[2,-21],[12,-17],[-7,-12],[2,-2],[-11,-12],[-4,-12],[-1,-5],[3,-2],[6,-2],[4,4],[-3,-19],[-12,-26],[11,-25],[-1,-5],[37,-32],[8,-26],[28,-19],[-5,-14],[2,-4],[8,-1],[0,-5],[3,-2],[6,3],[9,-2],[-7,-5],[6,-5],[28,0],[-12,-16],[-10,-33],[12,-12],[0,-5],[-12,-17],[-5,-2],[-9,3],[-3,-3],[0,-4],[22,-17],[-2,-5],[-88,-26],[12,-21],[-13,-6]],[[6547,3271],[-4,-3],[0,-10],[12,-5],[-17,-7],[1,-5],[8,-2],[9,4],[3,-8],[3,2],[-9,-14],[-14,3],[0,-37],[43,-1],[-7,-3],[-5,-7],[0,-18],[-7,6],[-8,-4],[-11,9],[-13,0],[-1,-9],[8,0],[-11,-26],[7,-10],[-13,1],[-4,-14],[-12,3],[-1,4],[-5,1],[0,-7],[8,-2],[0,-18],[-5,-4],[-13,4],[0,-8],[-4,2],[-2,-5],[-1,-13],[-7,0],[1,6],[1,15],[-13,8],[-7,-6],[-3,3],[3,9],[-7,5],[-15,-2],[-5,-8],[-6,1],[0,-3],[-9,5],[-4,21],[-10,15],[-3,-2],[0,8],[-3,3],[2,0],[-7,4],[-2,-3],[-10,2],[-6,27],[11,-1],[1,6],[4,1],[2,10],[-9,5],[2,12],[7,-4],[19,1],[0,9],[-3,7],[-4,-1],[10,34],[31,8],[22,13],[0,-4],[13,0],[0,-8],[7,-3],[8,1],[2,12],[6,-3],[-2,-9],[23,-6],[2,14],[14,2],[1,4],[8,-7]],[[1571,3697],[14,7],[9,14],[11,-3],[8,2],[3,5],[-2,8],[4,-1],[6,4],[7,17],[3,27],[-6,8],[-2,14]],[[1626,3799],[7,1],[2,8],[-4,8],[12,5],[10,-1],[-1,6],[10,2],[0,5],[4,0],[9,10],[3,10],[-2,7],[-4,0],[3,2],[-4,2],[10,10],[12,-6],[11,0],[41,-20],[13,9],[1,-8],[7,3],[12,-6],[23,-24],[-14,-13],[28,-13],[5,-6],[4,2],[4,-5],[-10,-5],[7,-7],[34,-1],[10,3],[-16,26],[17,-3],[4,5],[4,-2],[4,6],[6,0],[11,-6],[12,10],[17,-7],[8,-9],[-12,-6],[0,-6],[10,-27],[-30,-31],[1,-20],[-15,-10],[2,-7],[8,1],[-3,-13],[12,-8],[4,-37],[3,-11],[4,0]],[[2093,3836],[-6,-22],[4,-2],[-1,-5],[5,-5],[7,3],[3,-4],[-7,-11],[3,-4],[-4,-13],[5,-8],[-9,-10],[1,-4],[-4,-4],[-7,3],[-7,-2],[-8,7],[-6,-26],[4,-1],[-5,-4],[-5,-25],[-18,1],[-35,2],[-25,8],[1,8],[-3,-1],[-4,15],[-16,3],[30,18],[15,14],[-5,-1],[-1,21],[11,2],[-1,15],[13,-2],[5,6],[0,16],[-11,24],[5,3],[16,-23],[5,21],[14,-1],[-1,-7],[17,-5],[1,6],[15,4],[9,-10]],[[2970,3725],[10,-4],[2,3],[13,-7],[7,16],[11,0],[-1,-5],[15,2],[-7,-58],[-13,-29],[8,-8],[5,1],[11,-9],[15,-21],[-7,-9],[2,-9],[-6,2],[-3,-7],[-2,3],[2,-10],[-11,-11],[-3,-2],[-1,4],[-17,-7],[-10,7],[-1,-4],[-8,-3],[-12,-27],[2,-4],[-5,-3],[11,-15],[-4,-9],[-17,2],[-12,13],[-2,8],[-5,0],[-1,-15],[-6,-3],[1,-5],[-9,1],[-1,-3],[-20,10],[-3,-13],[-18,7],[2,13],[-3,2],[-4,0],[-5,-11],[-8,4],[-1,11],[-4,-7],[-15,3],[-7,-10],[-9,16],[2,15],[-18,16],[-2,9],[-15,-4],[-5,2],[5,29],[-19,-2],[-14,4],[-2,-10],[-11,2],[-17,10],[-5,12],[4,8],[-6,-5],[-22,5]],[[2701,3616],[6,9],[5,-4],[2,2],[-8,7],[-2,7],[-16,4],[9,25],[-13,-6],[-6,2],[6,20],[3,-1],[1,5],[8,-2],[6,10],[-4,2],[-6,23],[5,5],[-3,3],[3,9],[9,3],[20,-11],[8,5],[9,-2],[9,15],[19,-6],[2,7],[-14,3],[-7,21],[7,6],[5,-3],[7,9],[5,0]],[[2776,3783],[1,-8],[16,-14],[27,11],[8,11],[12,-8],[10,1],[11,-4],[10,-9],[-1,-27],[15,1],[0,9],[8,-3],[4,-18],[16,-4],[23,-14],[7,2],[6,-6],[1,21],[5,3],[13,-4],[2,2]],[[5611,3194],[45,-26],[8,-8],[5,2],[-2,-4],[16,-11],[6,-11],[0,-12],[7,-9],[-14,2],[2,-23],[3,-3],[-10,-4],[1,-2],[-5,3],[-2,-3],[-3,10],[-7,7],[-3,-1],[3,1],[-4,11],[-9,-1],[-6,-15],[4,1],[1,-7],[1,8],[5,-7],[2,8],[-1,-9],[-5,3],[-10,-15],[13,-12],[7,-14],[-13,-6],[-2,3],[1,-2],[-12,-7],[3,5],[-8,-3],[-1,-5],[2,-4],[4,3],[1,-6],[-5,2],[-24,-29],[2,4],[-9,9],[3,4],[-3,8],[-8,3],[-4,-8],[0,-12],[-7,4],[-9,0],[5,-13],[-7,-3],[4,-15],[4,-2],[7,-17],[-6,-1],[0,-5]],[[4715,3023],[13,36],[-6,-1],[5,19],[4,3],[22,1],[4,5],[9,-1],[3,4],[6,-3],[1,20],[-13,-5],[4,-7],[-7,4],[-1,8],[7,1],[-1,5],[42,5],[-2,23],[16,2],[0,-7],[11,-6],[-1,-6],[-10,3],[1,-3],[8,-14],[11,-8],[10,1],[13,20],[6,-1],[0,3],[25,-3]],[[4954,3193],[-3,25],[-13,9],[-3,25],[6,1],[3,7],[-3,6],[-9,-4],[2,4],[-4,-3],[-4,16],[6,2],[9,10],[18,2],[8,16],[10,4],[-25,6],[1,5],[-6,2],[2,12],[-7,2],[2,6],[-5,1],[3,15],[3,-1],[11,6],[0,4],[11,-3],[4,17],[13,-9],[6,4],[-3,9],[6,23],[-4,11]],[[4989,3423],[9,0],[0,6],[-4,0],[-1,5],[5,9],[17,-3],[-5,-13],[17,-2],[-1,4],[3,1],[1,-15],[11,-5],[-1,-3],[4,-1],[1,3],[26,-10],[-2,-5],[10,7],[13,0],[8,7],[6,0],[5,7],[5,18],[2,1],[0,-6],[4,1],[-5,22],[-8,12],[3,13],[-4,11]],[[5108,3487],[7,6],[0,-4],[12,-5],[-5,-2],[4,-5],[31,25],[9,-4],[9,8],[12,-3],[0,-3],[4,-1],[5,-8],[-12,-16],[-1,-16],[8,-3],[0,-11],[21,-2],[15,-12],[-11,-14],[5,-6],[22,5],[8,8],[3,-2],[0,4],[3,0],[4,-12],[1,3],[5,-3],[-2,-4],[3,-3],[-2,-3],[9,-13],[-7,-10],[7,-6],[-1,4],[4,2],[19,-17],[5,-36],[9,-15],[18,-14],[5,-20],[-3,-10],[-4,1],[1,-25],[9,-2],[1,-5],[-6,-5],[3,-5],[13,-2],[3,-8],[11,0],[5,11],[0,-3],[6,-6],[16,23],[28,10],[11,12],[6,2],[8,-2],[-1,-4],[10,0],[27,-47],[4,5],[12,-3],[9,2],[21,-8],[-2,-20],[3,-15],[6,-1],[3,-9],[5,-2],[3,4],[5,-8],[12,-3],[1,4],[3,-3],[29,-2],[1,12],[5,-2],[1,3],[7,2],[0,5],[5,4],[-4,4],[4,11]],[[4482,3173],[8,28],[5,4],[5,27],[17,31],[4,18],[-5,25],[-19,0],[-18,41],[10,18],[16,-2],[4,2],[2,6],[19,3],[0,19],[4,12],[-12,28],[24,5],[16,13],[-24,57],[4,7],[-3,7]],[[4539,3522],[37,15],[11,-2],[11,3],[17,-7],[19,4]],[[4634,3535],[13,2],[22,-4],[-2,13],[16,3],[1,-8],[39,7],[-1,7],[18,-15],[9,-15],[10,2],[7,4],[-5,7],[5,22],[23,34],[9,-10],[23,-5],[15,-17],[8,0],[15,-7],[18,-17],[-2,-11],[7,-14],[28,-11],[12,-10],[-3,-5],[3,-1],[0,-7],[-4,2],[1,-3],[-6,-3],[2,-6],[6,-4],[17,20],[16,-4],[8,-5],[8,-7],[4,-21],[15,-25]],[[8021,3076],[-4,-24],[-7,-19],[25,-10],[3,2],[6,-2],[0,-3],[11,-6],[8,-12],[-2,-5],[-2,3],[-2,-6],[2,-1],[-3,-1],[-28,-72],[6,-9],[-6,-7],[-1,-13],[-10,-8],[-4,-9],[-9,-2],[1,-10],[-6,-4],[44,-6],[4,-3],[9,4],[8,-1],[17,-11],[9,-12],[1,-10],[13,-21],[0,-17]],[[7702,2977],[-3,34],[18,38],[6,37]],[[7723,3086],[10,-8],[5,-14],[-4,-18],[7,-2],[16,2],[22,-8],[29,-6],[23,28],[9,-5],[1,5],[12,-8],[17,16],[2,6],[26,22],[12,20],[43,-11],[36,-20],[32,-9]],[[4098,3076],[9,12],[25,19],[9,22],[23,-29],[-8,18],[16,-17],[10,1],[9,-13],[27,12],[-21,38],[0,10],[7,1],[2,6],[15,4],[6,8],[-11,12],[4,2],[-6,4],[-1,6],[-4,0],[0,5],[3,1],[-3,12],[-5,4],[-1,12],[4,12],[-7,19],[2,7],[-4,5],[5,18],[8,12],[-11,11],[-2,10],[13,6],[7,-9],[1,5],[16,-3],[13,13],[0,10],[-14,28],[-6,5],[-1,18],[-6,11],[2,6],[-5,21],[2,8],[-16,4],[-22,14],[-3,-11],[-13,4],[1,14],[-6,-1],[-2,8],[14,9],[2,15],[11,13],[12,8],[7,0],[8,13],[-5,29],[7,26],[-33,9],[0,61]],[[4182,3654],[13,8],[22,-3]],[[4217,3659],[13,-1],[4,4],[15,-18],[6,3],[5,-6],[13,-4],[13,3],[3,-15],[7,1],[7,-6],[16,1],[12,9],[5,-27],[12,-8],[-3,-13],[11,-2],[9,15],[15,6],[6,8],[-3,6],[4,8],[-4,8],[-1,21],[5,12],[16,-4],[12,6],[5,-4],[14,-34],[-6,-13],[1,-8],[16,-23],[2,-6],[-3,-13],[31,-1],[15,-8],[1,-9],[13,-14],[11,-4],[12,-11],[12,4]],[[3807,3611],[4,-4],[-8,-22],[4,-16],[8,-15],[3,-16],[-3,-3],[6,-13],[-5,-12],[-12,-4],[-6,-17],[3,-25],[-9,-19],[4,-10],[8,-4],[4,-15],[-6,-21],[4,-4],[15,0],[36,7],[15,-10],[-1,-5],[-6,1],[-1,-8],[8,-3],[-1,-4],[9,-7]],[[3387,3512],[6,4],[1,8],[-6,1],[8,14],[8,4],[23,-3],[24,24],[-20,19],[16,31],[-7,12],[5,20],[-11,7],[3,7],[-23,10],[0,19],[14,4],[7,8],[2,7],[10,-6],[11,16],[10,-6],[-2,5],[6,9],[-7,4],[10,19],[5,2],[8,-11],[1,-15],[20,-4],[-1,-9],[17,-2],[3,-6],[10,-4],[13,10],[18,-6],[-2,14],[6,4],[35,1],[11,9],[3,12],[26,-6],[3,9],[13,2],[0,8]],[[3664,3757],[15,-7],[1,-6],[14,14],[16,-10],[6,-9],[3,-19],[-9,-21],[-9,-38],[-9,3],[-11,-4],[0,-9],[4,0],[6,-24],[26,-3],[3,-7],[12,3],[5,-6],[6,2],[5,-11],[6,-3],[23,7],[13,10],[3,-4],[7,3],[7,-7]],[[2701,3616],[-11,-10],[5,-7],[-15,-16],[-15,9],[3,3],[-13,4],[-23,-24],[-8,1],[-3,-19],[19,-4],[-9,-18],[2,-10],[-4,-8],[-20,17],[-14,-2],[-10,-26],[8,-12],[-11,-13],[-22,-3],[-4,-4],[-1,-23],[-23,6],[-6,-15],[-3,1],[-5,-7],[-14,-2],[-11,12],[-14,-5],[-5,-14]],[[2313,3640],[8,10],[-1,4],[-6,1],[5,14],[7,8],[13,0],[-4,18],[-7,5],[0,5],[-10,13],[-1,12],[9,9],[1,10],[5,4],[7,19],[-1,7],[-18,9],[4,31],[18,-1],[1,2]],[[2343,3820],[15,-6],[16,-2],[32,30],[13,-1],[14,6],[9,-2],[10,6],[5,-3],[6,-11],[6,-2],[9,10],[20,10],[14,-9],[34,6],[14,-13],[7,-1],[8,12],[14,7],[8,13],[22,-6],[14,8],[18,-7],[20,3]],[[2671,3868],[18,0],[10,-16],[13,2],[7,-16],[21,-8],[4,-7],[8,-4],[8,-17],[16,-11],[0,-8]],[[4031,3720],[-1,-5],[5,-10],[16,-6],[3,-6],[10,2],[25,-6],[2,4],[7,-2],[7,5],[6,-4],[16,2],[11,-12],[18,-7],[10,-11],[4,0],[2,-8],[10,-2]],[[3807,3611],[56,21],[9,1],[10,9],[25,7],[11,7],[9,11],[16,9],[-7,4],[13,9],[-4,4],[-4,-4],[-3,2],[0,6],[2,-1],[6,13],[4,0],[11,-17],[9,4],[2,-9],[20,26],[13,6],[14,-1],[10,5],[2,-3]],[[5902,3407],[19,-16],[21,11],[11,-11],[28,7]],[[5981,3398],[-26,-36],[14,-4],[7,-6],[16,-28],[14,-7],[-5,-7],[4,-4],[4,6],[7,-7],[10,10],[-5,5],[3,2],[8,-6],[6,-12],[30,-17],[21,-33],[1,-12],[-6,-16],[-6,-3],[-16,-24],[5,-5],[3,3],[18,-6],[17,7],[7,-5]],[[5611,3194],[30,24],[-1,9],[6,-1],[5,5],[-2,8],[2,-2],[0,5],[3,0],[-2,9],[4,0],[0,4],[-3,-2],[5,8],[-2,2],[4,4],[12,-3],[15,15],[14,4],[0,6],[11,25],[-5,14],[3,2],[-5,6],[-8,2],[1,15],[-5,1],[-2,6],[3,4],[-3,3],[20,48],[9,7],[4,10],[3,0],[-2,23],[5,3],[-2,7],[3,2],[-4,9],[3,11],[6,2],[4,18],[10,-1],[11,-34],[24,-4],[-2,-2],[17,0],[-1,-23],[5,-3],[6,6],[3,-2],[9,-16],[-3,-17],[2,-3],[60,-49],[9,18],[9,1],[3,29]],[[7695,3215],[12,-31],[-6,-34],[26,-35],[1,-10],[-5,-19]],[[7210,2882],[4,18],[5,2],[10,-6],[9,3],[7,-7],[14,16],[7,-1],[6,16],[16,-16],[11,-2],[6,2],[2,15],[15,-3],[3,-3],[10,14],[14,-11],[27,-44],[8,19],[17,11],[-8,27],[6,10],[0,9],[8,-2],[8,15],[6,2],[4,-2],[1,-8],[8,7],[6,-2],[7,7],[-8,13],[-23,20],[-5,11],[4,8],[19,9],[21,-7],[1,11],[-3,2],[4,16],[6,-1],[1,6],[4,0],[14,19],[20,-6],[18,-14],[-2,-3],[14,-3],[5,-13],[11,-1],[29,11],[1,11],[6,3],[-2,17],[8,0],[1,10],[-14,6],[3,24],[-7,19],[-4,0],[2,18],[7,5],[13,-11],[4,6],[-3,4],[2,3],[3,-4],[5,6],[5,-4],[7,9],[3,-3],[12,14],[-11,8],[-2,16],[-4,3],[3,10],[43,-14],[12,4],[-2,3],[7,2],[0,9],[3,-1],[-1,-6],[4,2],[2,-4],[12,4]],[[3112,3882],[-4,-5],[7,-3],[16,-17],[-10,-22],[7,-6],[2,-6],[6,-1],[3,-11],[6,-4],[19,4],[16,-19],[-11,-33],[4,-6],[-14,-31],[16,-2],[8,-9],[11,5],[24,-5],[-11,-4],[-11,-11],[-7,5],[-2,-5],[-14,4],[-2,-5],[-9,2],[2,-6],[-3,-10],[15,-2],[4,-19],[6,0],[-1,11],[9,2],[6,-11],[-2,-36],[15,-9],[22,-4],[10,-11]],[[2970,3725],[-2,32],[-5,1],[-5,33],[-7,12],[6,5],[-7,-1],[-7,16],[7,15],[7,-1],[4,13],[28,-9],[5,22],[9,-4],[14,-17],[-2,-4],[13,-3],[2,7],[11,4],[2,-2],[0,12],[5,0],[-2,5],[6,35],[12,0],[7,-15],[4,8],[11,6],[7,0],[18,-9],[1,-4]],[[9157,2967],[1,-17],[4,0],[-6,-13],[-7,-1],[-3,-5],[-1,-6],[4,-3],[-3,-7],[-4,4],[-10,-17],[-3,3],[-15,-8],[-22,6],[-7,-3],[-5,3],[7,2],[-5,8],[-6,1],[-8,16],[-6,-3],[-1,9],[7,2],[0,13],[-7,0],[-1,5],[-14,-2],[0,3],[42,10],[2,-4],[-3,-1],[-3,-9],[6,0],[-2,5],[3,6],[-4,7],[8,4],[-1,4],[10,0],[-7,17],[30,-14],[3,1],[-3,10],[26,-5],[9,-2],[-5,-19]],[[9828,2418],[-34,1],[-8,-1],[-11,-2],[-4,-1],[-33,-5],[-7,0],[-31,-4],[-35,-2],[-8,0],[-24,-7],[-7,-3],[-31,-13],[-3,-1],[-11,-5],[-18,-15],[-6,-7],[-1,-3],[-5,-12],[-5,-19],[0,-15],[-1,-5],[-4,-17],[0,-4],[-10,-3],[-38,-16],[-8,-27],[-19,-9],[-4,-8],[-18,-34],[-2,-3],[-6,-12],[-14,-9],[-9,-7],[-11,-9]],[[8997,2338],[-93,95],[46,59],[8,-5],[-3,-3],[16,-13],[-2,-6],[7,2],[5,9],[-9,34],[-9,8],[13,17],[5,-8],[2,2],[7,-3],[4,5],[4,-1],[6,5],[6,12],[5,-7],[18,-3],[3,4],[-3,2],[8,-2],[2,4],[-11,-1],[-8,9],[4,5],[5,-6],[2,9]],[[9035,2561],[8,-15],[-1,6],[29,25],[3,-13],[13,-3],[1,-9],[4,2],[0,-6],[-10,-1],[11,-3],[7,7],[1,-5],[1,4],[0,-4],[14,-2],[0,-12],[7,1],[0,-5],[-3,-1],[4,-4],[6,9],[4,-3],[5,13],[10,-7],[3,5],[-5,5],[3,0],[2,6],[-8,0],[11,5],[-3,10],[22,6],[0,15],[-4,1],[-1,11],[-19,4],[-4,2],[0,7],[4,2],[18,-8],[1,4],[-7,12],[9,-7],[4,11],[7,1],[-1,9],[-6,4],[-5,-3],[-4,2],[2,3],[-4,5],[-14,1],[3,22],[5,17],[7,9],[1,35],[3,18],[-3,7],[65,2],[11,-6],[9,2],[9,-23],[26,-7],[58,2],[4,17],[10,1],[0,-14],[4,0],[21,7],[29,2],[-1,-18],[11,0],[3,-2],[3,4],[11,-12],[4,10],[-4,8],[-7,3],[1,7],[-3,4],[23,19],[-5,24],[5,0],[6,25],[-5,32],[-8,-2],[0,21],[4,1],[1,11],[11,-4],[-2,4],[14,-5],[4,2],[-1,11]],[[9477,2882],[31,-5],[11,4],[6,14],[10,-7],[11,3],[29,20],[1,6],[8,-3],[-27,-50],[9,-19],[3,5],[-4,13],[5,0],[3,-41],[13,-19],[6,-3],[7,14],[28,-6],[1,-12],[-3,-4],[-8,1],[-5,-8],[4,-16],[-8,-34],[15,-10],[5,2],[4,-8],[5,-1],[2,4],[10,-4],[9,7],[9,-1],[-2,-7],[9,1],[17,-19],[13,-2],[3,-4],[-2,-9],[6,-15],[0,-12],[10,-4],[6,10],[16,2],[5,12],[14,0],[12,24],[24,-12],[26,-6],[6,-18],[12,-15],[-6,-7],[-16,7],[-3,-6],[-6,0],[1,-11],[12,-1],[-2,-5],[-7,-3],[0,-12],[-4,-8],[-9,-1],[-8,-16],[-8,3],[-1,-14],[-12,-2],[-9,-28],[-8,1],[6,-4],[-5,-10],[-21,2],[-6,-17],[40,-26],[-2,-8],[24,-20],[13,0],[20,-12],[19,-2],[3,-22],[-30,-2],[11,-8]],[[1886,3985],[-8,-6],[-1,-10],[12,-18],[-2,-7],[19,2],[12,-6],[6,1],[10,-11],[6,-1],[2,-5],[7,3],[-8,9],[2,7],[10,0],[0,-5],[8,-2],[-4,-9],[3,-7],[6,0],[1,-5],[12,1],[1,6],[8,-5],[13,2],[1,8],[28,-1],[33,-24],[-1,-14],[6,2],[0,20],[5,1],[6,16],[4,-6],[1,9],[21,-2],[0,-7],[26,-11],[20,11],[5,11],[24,-9],[11,19],[6,7],[8,-1],[6,12],[-12,9],[7,7],[-3,6],[10,12],[14,-8],[-1,-3],[9,-7],[7,1],[18,-7],[-2,-12],[6,-8],[1,-10],[7,-3],[8,2],[2,-11],[5,-1]],[[2287,3927],[11,-9],[9,-22],[18,-3],[10,-11],[-4,-16],[3,-7],[10,-7],[-3,-12],[2,-20]],[[1626,3799],[0,17],[4,5],[-9,16],[-5,19],[10,12],[-6,7],[21,10],[1,17],[9,3],[-1,11],[13,-1],[-19,26],[1,31],[20,19],[3,9],[14,16],[4,-2],[3,16],[10,-1],[2,15],[9,14],[-4,4],[3,3],[-3,4],[2,9],[5,4]],[[1713,4082],[10,-3],[11,-15],[15,-7],[12,4],[6,-15],[12,1],[7,-13],[9,-4],[5,-7],[-5,-8],[15,-9],[9,-3],[1,8],[6,2],[17,-11],[16,-1],[-2,-4],[13,-9],[11,-5],[3,6],[2,-4]],[[6774,3479],[47,-33],[25,17],[11,-7],[-26,-45],[6,-5],[-2,-3],[10,-3],[5,-7],[-2,-4],[8,-3],[-1,-3],[7,-3],[-1,-3],[20,-4],[-9,-12],[4,-6],[-5,-13],[-16,4],[-3,-23],[9,-3],[-6,-32],[3,-1],[-5,-8],[4,-13],[9,1],[2,11],[23,-11],[-4,-15],[12,3],[16,-10],[6,2],[3,6],[8,-4],[3,12],[24,7],[4,-6],[10,-1],[10,-6],[-4,11],[15,6],[4,8],[10,-4],[0,-7],[10,-3]],[[7018,3266],[6,-12],[10,-1],[-6,-15],[-8,0],[3,-5],[-11,1],[-5,-4],[-9,3],[-2,-49],[1,-8],[5,-2],[0,-14],[-8,-19],[-6,4],[1,-19],[4,-7]],[[6993,3119],[2,-17],[12,-1],[-8,-26],[3,-4],[-6,-6],[0,-45],[14,-8],[0,4],[20,-21],[-9,-15],[4,-3],[-6,-11],[2,-13],[5,-5],[-2,-15],[-8,0],[1,4],[-19,8],[-3,-15],[-3,-4],[1,-9],[6,-2],[-1,-11],[8,4]],[[5981,3398],[18,3],[15,-7],[36,-38],[5,8],[0,5],[-3,2],[3,10],[10,4],[-1,11],[6,-2],[5,7],[-1,10],[11,2],[1,3],[-6,16],[4,2],[2,-10],[12,1],[0,-6],[9,2],[-3,21],[33,-8],[3,-24],[42,11],[3,15],[12,0],[10,-9],[6,8],[-3,4],[6,9],[9,5],[3,9],[19,20],[-2,14],[11,-4],[2,-6],[14,-3],[4,-9],[-1,-10],[7,-5],[10,3],[-2,9],[2,14],[11,11],[-10,8],[1,12],[4,0],[-1,-10],[16,-2],[0,-4],[6,-1],[1,10],[-7,1],[1,4],[56,16],[0,8],[7,0],[1,-27],[21,3],[10,-7],[3,20],[5,2],[1,-5],[-4,1],[4,-16],[5,1],[2,-5],[7,6],[1,8],[6,-8],[27,1]],[[6466,3512],[13,-13],[4,4],[-7,1],[3,16],[12,-2],[2,10],[10,-2],[9,5],[22,-22],[-32,-36],[8,-9],[25,-9],[4,8],[-2,-9],[11,-11],[24,27],[29,-30],[-2,-2],[12,-18],[-11,-9],[1,-2],[-8,1],[6,-24],[-3,0],[1,-7],[10,-4],[4,8],[11,-1],[3,-44],[31,0],[-4,-6],[6,-4],[-6,-11],[4,-3],[4,6],[3,-3],[-2,5],[5,8],[28,-18],[22,38],[-27,10],[11,57],[18,6],[22,39],[1,-4],[10,0],[1,-7],[10,1],[1,16],[11,11]],[[1150,4161],[21,-38],[-40,-15],[12,-44],[-4,-8],[-16,-1],[19,-69],[-3,-8],[3,-12],[19,5],[4,-24],[-2,-26],[3,-8],[5,-3],[1,-7],[18,-11],[10,-14],[14,-11],[-30,-9],[-13,26],[-24,-9],[-21,6],[4,-11],[-16,-9],[3,-5],[-1,-17],[-15,-22],[-13,-10],[-1,-5],[-7,0],[8,-7],[-4,-3],[4,-22],[8,-6],[-4,-9]],[[1043,3456],[-1,-1],[-4,-2],[-8,-3],[-5,-2],[-8,-9],[-6,-13],[0,-1],[-1,-2],[-2,-7],[3,-5],[-3,-2],[-7,-1],[-12,3],[-3,-1],[-6,-1],[0,1],[-4,3],[-1,3],[-1,3],[-2,8],[0,2],[2,4],[4,1],[2,1],[0,1],[2,2],[0,1],[0,2],[0,1],[-1,0],[-4,3],[-2,1],[-3,1],[-6,1],[-7,0],[-5,3],[-6,3],[-5,5],[-3,2],[-3,2],[-2,0],[-1,0],[-1,0],[0,-2],[-1,-4],[0,-4],[1,-3],[0,-1],[0,-2],[-1,-1],[-1,-1],[-7,-1],[-5,0],[-5,1],[-1,0],[-1,1],[-1,0],[-3,5],[1,4],[-1,3],[0,2],[-2,1],[-5,2],[-1,0],[-2,0],[-4,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-4,-8],[-8,-6],[-2,-1],[-4,-3],[-2,-1],[-1,1],[-1,0],[-5,0],[-4,-1],[-3,-8],[-5,-8],[-4,-8],[-1,-6],[-1,-5],[3,-1],[1,-1],[1,-2],[3,-4],[1,-1],[2,-3],[2,-1],[4,-2],[3,0],[5,4],[10,7],[1,-1],[1,-1],[0,-1],[1,-1],[1,-2],[1,-1],[0,-1],[1,-3],[0,-2],[1,-1],[4,-13],[1,-5],[-2,-4],[-5,-4],[0,-2],[0,-4],[0,-1],[0,-1],[1,-1],[0,-1],[1,-4],[0,-1],[1,-2],[0,-1],[0,-11],[-1,-6],[-2,-8],[-6,-10],[-6,-8],[-2,0],[-1,0],[-1,-1],[-2,-3],[0,-1],[-1,-2],[-1,-1],[-1,-1],[0,-1],[0,-1],[1,-3],[1,-1],[4,-7],[1,-4],[2,-5],[2,-5],[2,2],[1,0],[1,0],[1,-1],[0,-1],[0,-1],[-1,-1],[-3,-3],[-5,-5],[-1,-6],[0,-6],[1,-6],[3,-14],[2,-12],[0,-2],[0,-7],[-4,-2],[-3,1],[-6,0],[-1,0],[-1,0],[-8,-2],[-1,-1],[-1,0],[-3,-3],[-2,-1],[-1,-2],[-2,0],[-6,-3],[-1,-1],[-2,0],[-2,1],[-1,0],[-7,3],[-4,2],[-2,2],[-4,3],[-1,1],[-1,1],[-8,2],[-7,2],[-2,1],[-3,1],[-5,2],[-2,1],[-1,1],[-1,0],[-2,0],[-1,1],[-3,0],[-1,0],[-1,0],[-1,0],[0,-4],[-2,-7],[0,-3],[-2,0],[-1,1],[-3,3],[-4,4],[-5,4],[-1,1],[-2,1],[-2,1],[-2,1],[-1,0],[-7,1],[-1,-2],[-2,-4],[0,-2],[-1,-3],[-3,-2],[-4,-1],[-1,-1],[-2,0],[-1,0],[-6,2],[-9,0],[-11,3],[-2,-1],[-1,-1],[-1,1],[-2,2],[0,1],[-1,2],[-1,2],[-1,6],[0,2],[0,1],[1,5],[1,3],[1,2],[0,1],[2,2],[6,7],[3,3],[5,5],[5,5],[4,8],[1,2],[2,4],[2,3],[1,2],[1,1],[7,6],[6,3],[2,1],[0,1],[1,2],[2,4],[2,7],[3,9],[0,2],[1,1],[1,1],[1,0],[2,1],[3,0],[2,1],[5,2],[1,1],[2,4],[3,8],[-2,7],[-1,7],[3,9],[3,7],[3,9],[1,6],[3,5],[6,2],[5,1],[0,1],[2,2],[0,1],[-1,13],[-2,12],[0,7],[0,1],[1,1],[2,2],[1,1],[2,0],[4,1],[3,2],[3,8],[2,4],[3,11],[1,6],[0,1],[0,1],[1,10],[6,5],[0,1],[1,2],[1,2],[0,2],[2,10],[-2,7],[1,3],[0,2],[6,4],[4,3],[1,1],[3,3],[1,5],[0,2],[0,3],[0,5],[3,6],[3,6],[1,4],[0,4],[1,6],[3,2],[2,3],[1,6],[1,14],[4,9],[0,8],[-2,13],[0,7],[2,6],[4,5],[1,0],[1,1],[1,1],[4,4],[3,7],[-1,11],[0,10],[-1,2],[1,12],[1,2],[4,7],[0,1],[-1,3],[-1,2],[-1,2],[-1,2],[-2,14],[3,2],[6,4],[1,0],[0,2],[0,1],[0,1],[-1,2],[-1,1],[1,8],[4,7],[0,9],[1,14],[1,11],[1,14],[6,14],[1,6],[-1,8],[2,8],[7,9],[7,12],[1,1],[3,4],[1,2],[-1,1],[-1,1],[-5,3],[-4,2],[-2,0],[-1,1],[-1,1],[0,1],[2,4],[1,2],[3,2],[5,4],[2,6],[1,7],[4,11],[-2,5],[-4,9],[-2,9],[0,7],[0,8],[-8,8],[-1,2],[-1,1],[-1,0],[-2,1],[-1,1],[-3,0],[-2,8],[-2,5],[-3,10],[-9,9],[-7,9],[-7,8],[-4,7],[-1,3],[-3,9],[-1,9],[0,12],[-4,11],[1,7]],[[849,4048],[38,-1],[-3,18],[4,18],[5,4],[0,11],[53,7],[12,18],[3,30]],[[961,4153],[7,7],[2,-7],[12,4],[22,18],[21,7],[3,7],[34,30],[15,-2],[-2,-28],[18,-3],[25,3],[8,5],[3,-6],[17,-13],[4,-14]],[[8435,3147],[24,-2],[12,-8],[-3,-24],[6,5],[9,-1],[-1,-31],[17,-3],[1,-7],[4,-1],[-5,-3],[10,-5],[-2,-5],[10,-5],[-4,-6],[16,-12],[2,-3],[-3,-3],[5,-4],[0,-5],[-3,2],[-31,-48],[14,-15],[-2,-3],[-4,-6],[-7,0],[-4,-6],[-25,-16],[-1,-4],[29,-22],[-2,-7],[6,-5],[9,-46],[-3,-9],[8,0],[1,6],[17,-17],[3,-24],[-21,-2],[-14,-13],[-1,-8],[-12,-15],[-8,-3],[-31,-39],[-42,-12],[-39,9],[7,-11]],[[8021,3076],[17,30],[8,6],[4,-7],[24,21],[7,10],[2,8],[10,-4],[0,5],[8,1],[5,8],[5,0],[10,-10],[2,-5],[-3,-4],[17,-12],[-2,-4],[4,-6],[-6,-7],[6,-15],[-8,-8],[3,-2],[-2,-5],[6,2],[1,4],[0,-3],[11,0],[5,26],[4,-2],[4,-12],[5,-3],[4,4],[1,-9],[3,-3],[13,9],[-1,-11],[9,-18],[23,12],[-1,20],[-9,14],[15,4],[6,12],[9,0],[11,-8],[11,-2],[-3,16],[2,3],[-4,2],[3,2],[-4,5],[8,4],[3,20],[-12,19],[4,1],[7,-11],[5,20],[4,0],[-14,15],[9,14],[9,-3],[-6,15],[9,0],[4,-4],[-3,-2],[2,-9],[3,1],[0,14],[3,0],[3,-12],[3,5],[4,-5],[2,5],[0,-4],[3,4],[21,1],[-1,18],[6,29]],[[8332,3275],[2,4],[8,-5],[-2,-10],[21,-8],[0,10],[17,-5],[-1,10],[17,-3],[1,-32],[9,-12],[-4,4],[-3,-6],[2,-8],[5,0],[-5,-1],[3,-3],[-5,-9],[1,-6],[6,1],[1,-8],[-6,-9],[-3,4],[-3,-3],[1,-9],[-5,-8],[24,-8],[-4,-5],[26,-3]],[[8744,3095],[-9,0],[3,-11],[-14,-31],[-25,11],[-6,-2],[5,2],[-2,3],[-10,-10],[-4,-14],[-9,-6],[-10,-1],[-10,-8],[-13,5],[-17,-2],[2,-12],[-8,-2],[1,-10],[-8,-4],[19,2],[6,-33],[4,0],[0,-15],[5,1],[3,-8],[-14,7],[-1,-5],[20,-7],[5,4],[6,0],[-1,-4],[5,1],[9,-10],[6,0],[1,3],[0,-6],[5,3],[-1,3],[9,0],[-3,-8],[-5,-4],[-5,1],[-6,-10],[1,-3],[4,3],[0,6],[8,1],[0,-11],[-4,4],[-6,-6],[-6,0],[-6,6],[-18,-28],[-1,-15],[10,-19],[-2,-20],[-10,-16],[-12,-2],[-3,-5],[11,-1],[4,-8],[12,-7],[10,-18],[12,-4],[-4,-18],[6,0],[0,-29],[6,0],[3,3],[-7,3],[1,18],[14,9],[-11,15],[5,6],[-3,12],[10,0],[1,7],[8,-4],[1,5],[9,2],[-1,3],[5,-2],[-2,4],[4,-3],[2,2],[-5,4],[6,-1],[-1,4],[14,0],[-3,-2],[0,-5],[-3,1],[2,-9],[-9,0],[16,-29],[20,-7],[-1,-7],[-9,2],[-1,-4],[7,0],[0,-4],[-10,-2],[-2,-5],[6,-14],[31,10],[6,-5],[-2,-6],[7,-2],[-8,0],[8,-26],[5,0],[-3,-9],[13,-2],[7,3],[16,-17],[7,4],[12,-25],[-17,-9],[10,-12],[5,0],[4,-4],[0,-9],[4,0],[0,-11],[-5,-4],[11,-6],[10,4],[10,19],[5,-4],[-3,-12],[9,1],[0,-4],[22,13],[12,1],[18,7],[19,0],[45,-31],[8,-16],[11,-7],[3,-10]],[[8435,3147],[6,10],[7,3],[10,-12],[7,9],[6,-3],[36,27],[13,-8],[3,4],[12,-14],[30,41],[2,-2],[5,7],[-7,7],[-6,-3],[-2,9],[5,3],[1,-6],[6,-1],[38,3],[6,-10],[23,-1],[3,7],[-13,3],[2,6]],[[8628,3226],[32,-11],[1,-56],[7,-21],[54,-36],[6,14],[6,3],[8,-2],[7,-8],[0,-6],[5,-3],[-10,-5]],[[7489,3533],[33,-68],[5,-4],[4,3],[15,-6],[-1,-8],[-13,-18],[-13,-7],[8,3],[1,-4],[-4,-1],[2,-9],[4,-4],[-3,-3],[8,-4],[-19,-4],[-12,6],[-1,7],[-5,-1],[0,-7],[-8,-1],[5,-14],[-24,-3],[-7,-6],[-5,-15],[-3,1],[-3,-20],[-3,-2],[15,-20],[10,-28],[-12,-9],[6,-7],[-11,-7],[5,-7],[-8,-4],[-6,5],[-6,-2],[-7,-18],[-5,0],[-4,-12],[9,-3],[-4,-21],[-7,-12],[6,-8],[1,-18],[-7,-3],[-4,6],[-13,4],[-2,-11],[-15,-11],[-1,-11],[-11,0],[2,-9],[-3,-4],[-9,-6],[-13,-1],[-8,13],[-6,3],[5,9],[-8,-4],[-26,17],[11,6],[9,17],[-6,10],[2,-7],[-14,-6],[1,11],[-4,3],[5,2],[2,10],[-21,4],[-8,8],[-12,0],[-4,4],[-3,0],[-6,-21],[-13,1],[11,22],[-6,6],[-3,-8],[-26,-4],[-8,-20],[-7,3],[-7,-6],[-13,6],[-6,-2],[-6,-6],[0,-8],[-14,-5],[-3,-4],[-8,2],[-5,-7],[-10,9],[-5,-4],[-4,2],[2,-20],[-2,-12],[-3,4],[-12,3],[1,-22],[-4,-7],[-10,0],[-11,-15],[-26,4],[-20,8],[-30,-5],[-4,-5],[-20,3]],[[7018,3266],[10,16],[-6,15],[2,18],[19,2],[1,10],[10,-2],[7,8],[-8,8],[-1,8],[7,8],[1,12],[-4,5],[5,13],[7,3],[-1,12],[-8,1],[7,20],[15,5],[0,-11],[4,-4],[13,5],[12,-11],[8,13],[12,-14],[3,-11],[2,4],[10,4],[9,41],[28,40],[4,-3],[-1,5],[57,1],[0,6]],[[7242,3493],[23,-8],[-3,-5],[9,-3],[20,-2],[-3,-7],[15,-5],[20,-17],[33,15],[-11,4],[19,13],[-18,7],[3,7],[27,-5],[-17,14],[7,9],[-2,3],[6,1],[0,3],[2,-2],[-3,8],[3,3],[0,-6],[17,5],[3,6],[2,-10],[8,1],[2,-17],[16,14],[17,8],[12,-4],[25,13],[4,-10],[11,7]],[[5177,3740],[-8,-12],[-3,-17],[-14,2],[-2,-3],[-17,6],[-2,-5],[-27,12],[2,-11],[-8,-30],[25,-11],[21,-22],[-2,-21],[3,-20],[-11,6],[-6,-1],[-10,-8],[-11,-13],[-20,-54],[-14,-11],[-3,-24],[4,2],[3,-3],[-3,-10],[9,1],[8,5],[17,-11]],[[4634,3535],[-8,9],[4,1],[-1,7],[7,6],[-5,17],[3,2],[3,-12],[11,1],[-1,4],[5,0],[-2,12],[-5,7],[-8,-1],[0,-6],[-10,2],[-4,11],[-10,-2],[-7,9],[3,-3],[6,5],[4,-5],[8,-1],[1,9],[-6,10],[2,8],[-6,3],[13,8],[1,11],[8,0],[-8,3],[8,2],[2,4],[15,-1],[-1,4],[-17,8],[6,41],[11,-6],[-2,4],[5,9],[24,-9],[17,4],[0,6],[-13,0],[1,16],[-11,3],[6,7],[-1,9],[3,-1],[8,14],[2,9],[-5,-6],[-20,13],[-8,1],[-2,8],[-6,3],[3,16],[10,15],[-8,14],[4,18],[-6,5],[10,6],[2,-6],[12,-2],[0,12],[15,-3],[-2,3],[1,7],[6,-1],[0,7],[11,-2],[0,6],[15,-4],[2,5],[-5,7],[8,10]],[[4732,3905],[33,-1],[5,16],[8,-3],[43,3],[30,-10],[15,7],[11,-4],[9,-11],[8,-3],[0,-11],[5,-3],[-1,16],[11,10],[-4,5],[10,3],[11,-4],[-1,4],[9,4],[4,5],[-3,4],[10,6],[11,-7],[3,-12],[5,-5],[3,-12],[-3,-12],[12,-28],[0,-4],[-17,3],[-1,-1],[2,0],[3,-12],[-3,-7],[2,-11],[18,7],[4,-1],[2,-8],[8,0],[-2,11],[3,2],[-2,7],[9,1],[4,-16],[9,-2],[7,12],[6,27],[15,-17],[10,-2],[9,-36],[24,-6],[11,-15],[17,-8],[3,-7],[-6,-7],[4,1],[1,-16],[15,10],[-1,12],[11,-7],[6,-12],[3,1],[3,-11],[24,-10]],[[1150,4161],[14,2],[3,-14],[6,-5],[16,-4],[7,-16],[12,3],[-9,14],[4,8],[0,11],[14,30],[-9,8],[6,39],[7,-5],[26,-3],[9,4],[-2,16],[-4,-4],[-5,2],[1,14],[-5,11],[4,23],[12,7],[-3,3],[5,8],[0,16],[12,5],[9,-19],[29,9],[2,4],[13,-2],[8,-9],[4,2],[8,-7],[-1,-6],[13,-3],[4,1],[-2,17],[1,-3],[3,2],[0,8],[108,-99],[-6,-9],[2,-3],[-5,-4],[0,-6],[-6,-6],[10,-7],[1,5],[5,-1],[2,-10],[24,31],[1,14],[4,-2],[1,2],[5,0],[0,12],[11,0],[2,-5],[8,-6],[9,17],[-5,10],[8,1],[0,17],[6,0],[0,12],[5,0],[0,11],[22,0],[0,9],[13,0]],[[1587,4311],[11,0],[5,-9],[25,2],[12,-5],[0,-6],[12,0],[0,-8],[29,0],[4,-17],[-10,-3],[0,-3],[8,0],[6,-8],[9,-2],[5,-12],[15,-17],[-2,-2],[3,-6],[12,-8],[-36,-10],[-3,-11],[-3,-59],[14,-10],[-2,-7],[9,-9],[8,0],[5,-8],[0,-4],[-10,-2],[0,-5]],[[5856,3740],[1,-1]],[[5857,3739],[32,-33],[-4,-16],[-5,-5],[-4,5],[-25,-27],[14,-11],[-16,3],[7,-60],[-6,-37],[-5,-9],[63,-7],[0,-15],[7,5],[4,-9],[-8,-7],[3,-47],[-2,-25],[-6,-16],[-10,-12],[1,-8],[5,-1]],[[5177,3740],[27,11],[16,-15],[23,20],[16,4],[5,9],[-4,5],[3,8],[-1,19],[-13,19],[3,4],[5,-3],[11,4],[0,6],[10,7],[-8,1],[1,8],[16,1],[-6,19],[13,19],[8,6],[10,20],[12,2]],[[5324,3914],[22,-18],[21,-4],[-9,-23],[13,9],[2,8],[9,-2],[2,5],[12,-9],[-5,-25],[9,-1],[5,-4],[-1,-4],[-9,-1],[7,-14],[-17,-20],[3,-6],[14,1],[14,-16],[-5,-5],[10,-3],[-2,-19],[16,5],[1,-24],[-4,2],[-2,-12],[3,-1],[1,9],[5,-2],[5,-12],[-13,2],[6,-7],[1,4],[5,-3],[-6,-2],[10,-2],[2,-18],[4,-5],[-10,-19],[15,1],[5,10],[22,-9],[15,9],[2,6],[7,0],[28,-4],[-2,-6],[7,-2],[0,7],[9,4],[12,15],[-1,40],[17,-7],[6,3],[11,-17],[-2,-6],[-3,2],[-1,-3],[9,0],[2,-14],[-6,-5],[-1,-13],[25,-24],[25,3],[16,-6],[20,-3],[11,4],[10,-16],[2,-17],[11,1],[21,-17],[30,-7],[4,8],[-4,2],[-1,10],[6,12],[-4,12],[5,0],[-2,4],[6,8],[-2,5],[6,7],[-11,15],[-1,8],[10,12],[0,12],[15,16],[14,-4],[11,11],[6,26],[5,-1],[28,-30]],[[3966,4045],[-24,-21],[19,-15],[-1,-27],[20,-25],[0,-6],[-4,-1],[5,-17],[-4,-6],[11,-12],[-15,-2],[1,-6],[-3,-2],[14,-5],[-14,-16],[1,-4],[6,-10],[8,2],[-1,7],[4,1],[1,-3],[4,8],[10,1],[2,-9],[15,0],[-3,15],[18,-2],[4,-6],[-3,-1],[3,-8],[-5,-13],[-1,-22],[8,-8],[0,-12],[6,-13],[-10,-19],[-5,0],[-3,-12],[0,-22],[14,-3],[-10,-14],[2,-8],[-5,-9]],[[3664,3757],[-19,7],[-9,10],[-11,21],[-1,29],[-12,17],[2,11],[-3,13],[7,22],[-11,10],[13,9],[1,4],[-5,4],[3,8],[16,18],[-6,2],[4,6],[-6,4],[2,3]],[[3629,3955],[13,-8],[10,2],[12,-6],[9,1],[-4,-11],[4,-1],[-1,-6],[21,2],[1,7],[7,-1],[2,9],[-10,10],[-1,9],[4,9],[6,6],[6,-1],[7,-6],[2,4],[-3,8],[-11,9],[16,10],[3,9],[4,-6],[12,-1],[7,8],[-3,19],[13,-11],[15,2],[17,23],[-1,6],[4,1],[8,-7],[10,-27],[17,-11],[7,2],[5,15],[11,10],[14,-16],[10,12],[-2,13],[4,12],[18,13],[2,9],[9,6],[12,16],[14,-7],[-5,-9],[11,-5],[-4,-5],[20,10],[15,-37]],[[7676,3379],[3,-11],[-7,-21],[0,-35],[17,-51],[0,-31],[6,-15]],[[7489,3533],[-6,13],[-9,2],[-3,6],[15,-4],[13,5],[10,-12],[26,15],[7,-13],[9,-9],[6,-24],[7,-15],[16,-2],[9,10],[11,-11],[18,-6],[2,9],[18,-1],[1,6],[-8,6],[5,7],[7,1],[5,10],[-7,2],[3,14],[6,-2],[6,7],[6,1]],[[7662,3548],[18,-23],[5,-20],[-5,-14],[-16,-11],[-3,-13],[1,-5],[16,-22],[3,-34],[-5,-27]],[[9435,3207],[3,-8],[15,-9],[4,5],[10,-5],[16,-16],[7,7],[14,-8],[-7,-33],[-16,4],[-5,-16],[8,2],[6,-9],[5,-1],[-4,-16],[22,-28],[-3,-8],[8,2],[-4,-17],[2,2],[2,-19],[-4,-35],[-10,-4],[-5,-21],[16,-13],[11,-31],[-53,0],[-1,-6],[8,-1],[-2,-18],[-7,1],[-2,-19],[8,0],[0,-7]],[[8744,3095],[23,3],[23,-10],[14,35],[11,-4],[20,4],[10,-3],[13,25],[4,18],[17,16],[10,21],[26,-15],[6,-11],[27,-8],[-11,-2],[0,-10],[9,-3],[5,3],[-6,8],[24,-11],[14,3],[10,-2],[11,14],[5,-1],[-3,40],[6,13],[4,-10],[30,-9],[5,3],[4,-9],[2,-26],[14,-2],[10,7],[22,4],[0,10],[9,7],[-3,6],[6,9],[-18,15],[6,8],[15,0],[9,5],[5,14],[13,14],[8,4],[17,-16],[32,-11],[17,1],[11,-6],[23,11],[23,-4],[28,-28],[10,-3],[6,19],[9,16],[5,3]],[[9334,3250],[13,-6],[-15,1],[0,-11],[11,-5],[20,1],[1,12],[3,2],[36,-19],[21,-24],[11,6]],[[3618,4129],[6,-10],[-3,-12],[-16,3],[1,-9],[-8,1],[3,-14],[-12,-2],[-5,-25],[-9,0],[-2,-8],[6,-6],[-3,-5],[2,-3],[14,1],[9,-17],[11,-5],[-4,-6],[5,-11],[-1,-14],[19,-14],[2,-7],[-9,-8],[5,-3]],[[3112,3882],[7,6],[2,10],[14,15],[-8,7],[2,3],[-7,0],[2,11],[10,2],[-2,4],[6,5],[-5,9],[-8,2],[6,43],[-12,21],[8,4],[4,8],[26,-21],[12,2],[-1,3],[13,6],[3,7],[5,21],[-5,11],[26,2]],[[3210,4063],[12,-9],[10,0],[8,1],[7,8],[1,7],[3,-1],[3,10],[-1,16],[12,-5],[2,2],[-3,17],[2,8],[10,2],[6,6],[9,0],[2,7],[5,2],[1,10],[-11,1],[7,18],[6,-2],[-1,-8],[2,-2],[3,9],[3,-4],[5,12],[-2,4],[7,7],[2,-2],[3,5],[8,2],[7,-8],[12,16],[-1,9],[7,-1],[4,5],[22,4],[14,-8],[0,7]],[[3396,4208],[21,-24],[4,-14],[-4,-13],[-3,1],[-4,-12],[7,-4],[6,-14],[9,-8],[8,-2],[14,8],[19,0],[9,23],[13,-7],[5,8],[7,1],[18,-22],[5,-2],[7,10],[5,-1],[15,-13],[-2,-4],[17,-10],[15,6],[-4,26],[4,7],[19,-6],[-3,-3],[14,-4],[-3,-4],[4,-2]],[[2635,4256],[2,-10],[-7,-16],[25,2],[-2,-4],[14,-22],[-1,-8],[3,-20],[-9,-9],[4,-9],[-4,-7],[9,-8],[-3,-4],[2,-3],[-5,-10],[-7,1],[-3,-8],[-10,0],[1,-3],[-3,2],[-2,-4],[4,-4],[3,6],[6,-4],[0,-4],[7,2],[-3,-7],[15,-14],[-3,-11],[-8,-4],[-2,-9],[-3,2],[-9,-24],[6,-7],[17,-1],[-1,-6],[-6,3],[-14,-21],[16,0],[15,-15],[-8,-32],[12,-1],[-2,-21],[-11,-1],[7,-15],[3,3],[3,-3],[-5,-46],[4,-1],[1,-5],[-5,3],[-7,-11]],[[2287,3927],[29,40],[16,15],[-7,25],[1,11],[13,13],[1,13],[9,9],[-7,11],[-2,16],[-11,30],[-13,13],[2,21],[-8,13],[12,66],[-1,16],[5,29],[13,16]],[[2339,4284],[11,-5],[0,7],[8,-1],[3,3],[3,-7],[5,3],[7,13],[17,-12],[2,8],[13,3],[5,4],[19,-2],[-1,-8],[10,-1],[0,-2],[6,2],[10,-4],[5,4],[-1,10],[5,5],[15,8],[9,0],[32,-5],[-8,-43],[14,1],[4,7],[10,3],[10,-3],[13,3],[15,-9],[19,-2],[1,-4],[6,-2],[18,2],[11,-4]],[[7676,3379],[23,14],[15,-5],[20,0],[32,-22],[4,5],[5,-17],[-3,-2],[0,-10],[4,-5],[2,8],[10,10],[-1,18],[27,-18],[6,-1],[-1,6],[7,2],[-4,3],[5,8],[-3,2],[6,10],[3,-2],[8,8],[7,16],[-1,4],[-3,-2],[-1,8],[-3,1],[1,-6],[-3,-2],[1,-5],[4,1],[0,-8],[-8,-3],[-6,4],[4,18],[5,10],[6,-1],[10,-16],[16,-2],[21,-11],[1,11],[-6,16],[4,15],[-10,13],[-2,21],[1,19],[10,21],[9,-7],[13,20],[11,-13],[17,-8],[45,6],[0,4],[19,-9],[22,-6]],[[8025,3500],[10,-15],[16,1],[17,-5],[54,0],[8,-3],[46,13],[6,6],[-7,1],[2,13],[39,-3],[11,-17],[6,-1],[4,-11],[8,-56],[38,-13],[27,-14],[-7,-19],[23,-31],[9,15],[2,-14],[-5,-31],[-13,-11],[-7,3],[2,-14],[-14,3],[-1,-7],[13,-2],[1,-10],[4,2],[15,-5]],[[6844,3709],[-15,-26],[-8,6],[-7,-1],[-4,-18],[27,-19],[-3,-3],[3,-14],[-15,-5],[-1,-6],[18,-10],[-9,-3],[-2,-19],[-9,-22],[5,-1],[0,-13],[-7,-5],[-7,2],[-6,10],[-5,-5],[-16,4],[1,8],[-14,7],[-6,-10],[5,-8],[-3,-4],[7,-5],[-2,-10],[8,-2],[-1,-8],[-8,-7],[0,-17],[7,-9],[5,1],[0,-3],[-6,1],[-2,-16]],[[6466,3512],[-3,27],[3,19],[11,18],[5,-1],[8,18],[27,3],[0,5],[8,13],[5,-4],[4,11],[-2,9],[4,1],[-3,13],[5,1],[-1,7],[4,1],[2,-4],[-1,9],[3,0],[-3,5],[3,2],[-2,2],[1,4],[4,-3],[-1,15]],[[6547,3683],[10,1],[-2,-3],[4,-2],[21,41],[52,-27],[-5,-12],[16,-8],[6,13],[25,-12],[9,20],[-13,6],[13,30],[28,-14],[4,4],[5,-6],[0,-5],[21,-20],[25,43],[3,-2],[3,18],[3,-1],[7,12],[47,-32],[-3,-5],[18,-13]],[[7171,3568],[44,2],[-2,-31],[17,-3],[2,-11],[11,-1],[-1,-31]],[[6844,3709],[18,-11],[-8,-13],[5,-4],[-4,-7],[4,-2],[26,10],[2,3],[-6,0],[2,4],[-3,0],[4,7],[33,-3],[13,30],[4,19],[2,22],[-7,15]],[[6929,3779],[2,7],[40,-18],[-3,-13],[11,-2],[1,-5],[-2,-15],[-21,-27],[-5,-16],[37,-24],[0,-11],[6,0],[0,-11],[8,0],[-3,-5],[6,0],[3,5],[15,0],[-3,-5],[-7,0],[7,-40],[-8,3],[-2,-7],[1,-22],[4,-1],[-3,-10],[158,6]],[[4763,4049],[1,-5],[11,-4],[3,-5],[-6,3],[-3,-3],[-4,5],[-8,-4],[2,-6],[-7,-4],[-2,5],[-7,-4],[3,-8],[5,-3],[-9,-8],[1,-9],[-9,-1],[-7,-20],[21,-12],[6,-19],[-32,-25],[3,-13],[7,-4]],[[4217,3659],[3,9],[1,31],[-5,13],[-1,32],[4,20],[3,1],[11,31],[-4,24],[8,57],[18,19],[8,-2],[0,5],[5,0],[4,67],[13,-2],[14,11],[7,-1],[13,8],[0,-8],[5,3],[2,-4],[1,9],[2,-14],[5,-1],[0,-7],[10,-1],[-2,-15],[4,0],[0,-6],[7,6],[2,-11],[11,2],[3,4],[-5,8],[5,4],[2,5],[-2,26],[-12,5],[-1,8],[3,3],[1,-3],[0,2],[18,-5],[-2,4],[38,12],[-11,40],[6,2],[-5,14],[25,7],[-1,11]],[[4428,4082],[12,-3],[19,-13],[4,6],[20,5],[5,-26],[14,-1],[26,-12],[8,2],[3,4],[10,-7],[3,-10],[14,13],[6,-5],[19,1],[5,7],[37,7],[3,14],[-2,11],[17,12],[5,12],[-9,5],[2,23],[15,-4],[1,5],[4,0]],[[4669,4128],[1,-5],[20,-7],[6,-14],[7,4],[12,-1],[7,11],[18,-34],[19,0],[4,-33]],[[4193,4144],[6,-16],[-5,-22],[2,-10],[7,-5],[26,3],[6,-2],[36,6],[9,5],[42,2],[10,4],[36,-6],[18,-10],[2,-10],[40,-1]],[[3966,4045],[11,-6],[17,-2],[3,8],[6,-3],[3,30],[11,23],[40,-8],[4,2],[3,13],[3,-1],[8,14],[-3,23],[4,3],[3,13],[-4,1],[-1,11],[-7,2],[-11,12],[27,11],[-4,8],[1,4],[15,-4],[28,-23],[41,-16],[29,-16]],[[2861,4367],[2,-10],[-3,-4],[10,-6],[-2,-5],[5,-9],[15,3],[10,-3],[8,6],[4,-10],[5,6],[8,2],[4,-4],[6,9],[19,-50],[5,2],[13,-20],[-2,-21],[6,-6],[6,-18],[-18,-16],[22,1],[11,10],[9,-2],[24,7],[-8,-8],[-21,-10],[-17,-19],[21,-13],[0,-3],[-10,3],[-1,-7],[6,-1],[2,-7],[24,-7],[15,-20],[33,-3],[13,-8],[-1,-3],[7,-6],[-5,-13],[17,-8],[29,11],[7,-10],[13,4],[-3,-14],[34,16],[4,-9],[-4,-7],[2,-7],[13,-3],[2,4],[10,-11],[0,-7]],[[2635,4256],[12,8],[2,11],[-18,15],[7,9],[19,-9],[21,5],[13,8],[-5,17],[-16,0],[-8,10],[7,11],[17,49],[8,16],[5,-1]],[[2699,4405],[4,6],[19,7],[17,-2],[19,4],[8,-5],[19,-32],[14,-12],[30,0],[6,-6],[-2,-7],[9,-2],[3,7],[4,-5],[3,10],[9,-1]],[[1886,3985],[11,7],[2,9],[10,2],[11,-8],[25,6],[7,2],[15,15],[-16,1],[-7,6],[0,9],[8,19],[-12,7],[-2,10],[4,7],[28,5],[4,21],[6,2],[1,5],[-10,31],[-11,-3],[-12,33],[-5,3],[4,30],[8,3],[1,10],[15,6],[-1,3],[2,-3],[7,4],[7,-8],[5,10],[8,4],[10,-7],[-7,-9],[5,-2],[-1,-3],[5,0],[-2,-4],[16,4],[10,-10],[23,5],[10,25],[2,20],[4,3],[-7,0],[-8,-11],[-8,15],[0,20],[8,23],[14,-2],[9,23],[34,-4],[7,28],[5,-1],[1,10],[14,1],[-9,9],[6,4],[-7,9],[7,15],[6,4],[24,-1],[23,5],[-3,30],[10,18]],[[2200,4450],[5,5],[6,-7],[9,-3],[1,7],[6,6],[0,10]],[[2227,4468],[7,-2],[12,7],[14,0],[5,-7],[-8,-14],[6,-24],[10,-2],[4,-12],[21,-1],[21,-16],[17,-7],[-1,-7],[-11,-16],[-1,-14],[10,-12],[-1,-22],[16,-2],[6,-7],[-15,-26]],[[6472,3840],[7,-16],[14,-11],[2,-6],[13,-10],[9,-1],[22,-13],[6,-9],[7,2],[-1,-5],[-3,1],[5,-7],[-2,-2],[11,-3],[1,-24],[-17,-16],[0,-10],[4,-14],[-3,-13]],[[5857,3739],[5,7],[11,5],[1,8],[14,5],[1,4],[12,2],[15,2],[7,-7],[-4,-14],[9,11],[13,-7],[17,-3],[17,3],[7,-7],[20,6],[6,-2],[4,6],[2,-4],[7,2],[0,7],[21,-4],[-1,20],[14,-5],[3,4],[6,-4],[0,-8],[-7,-3],[1,-2],[12,6],[0,6],[7,10],[3,-18],[15,4],[3,13],[16,-4],[4,9],[8,7],[1,6],[-13,4],[4,26],[-3,7],[-11,5],[5,16],[-5,4],[1,3],[11,-2],[7,5],[3,-8],[-3,-6],[4,0],[13,-11],[32,-2],[19,16],[2,9],[5,-6],[18,-7],[6,-15],[11,-8],[9,16],[-5,27],[11,2],[-1,11],[6,5],[-27,67],[5,-2],[10,6],[6,8],[25,0],[5,4],[-5,9],[11,-1],[3,5],[0,9],[9,1],[0,9]],[[6295,4006],[0,5],[23,-8],[0,-3],[7,1],[1,-8],[44,-3],[9,-23],[-6,-5],[2,-10],[-15,5],[-5,-6],[1,-15],[4,-10],[11,5],[2,-3],[-10,-12],[20,-17],[4,6],[8,-7],[-4,-5],[8,-7],[-12,-16],[14,-9],[-5,-5],[2,-7],[-3,0],[4,-4],[6,-25],[23,1],[2,10],[11,12],[21,0],[0,3],[7,1],[3,-7]],[[1587,4311],[0,7],[-3,3],[2,40],[-9,0],[-1,9],[4,5],[-3,4],[20,-9],[19,7],[27,23],[38,7],[16,-1],[-8,52],[6,7],[1,10],[11,16],[-4,25],[8,14],[19,9],[-2,15],[-12,4],[7,6]],[[1723,4564],[18,14],[6,-2],[-6,-4],[13,2],[1,-4],[14,6],[16,-1],[3,-5],[6,1],[0,-15],[12,5],[-1,-11],[4,0],[0,-13],[12,-3],[-10,-13],[24,-3],[0,-6],[3,2],[-1,-4],[4,0],[-1,-7],[5,-8],[-5,-4],[2,-7],[-11,-8],[17,-7],[5,2],[1,7],[12,-5],[6,6],[11,-4],[3,-9],[6,1],[-5,-18],[-13,-19],[-10,-23],[-6,-21],[-10,-5],[-4,-10],[-8,-4],[-1,-7],[8,3],[12,-1],[5,-10],[11,-6],[4,0],[18,31],[9,6],[4,1],[8,-11],[3,6],[11,-2],[7,3],[7,-3],[6,12],[20,-4],[1,6],[-12,17],[1,10],[2,6],[8,2],[3,11],[5,-3],[3,2],[-12,6],[1,11],[-14,3],[5,15],[13,6],[5,-5],[2,2],[6,-9],[5,6],[13,-3],[4,6],[8,-1],[-1,8],[29,1],[8,-10],[7,3],[-2,7],[9,-1],[4,4],[-10,18],[6,-4],[11,-1],[0,9],[10,4],[14,-20],[7,-1],[2,-2],[-6,-1],[8,-6],[11,0],[4,-4],[7,3],[21,-9],[2,3],[10,-3],[2,4],[8,0],[7,-11],[6,-1],[-2,-8],[13,-5]],[[9435,3207],[12,10],[22,-8],[-1,7],[-18,12],[0,20],[4,58],[6,0],[11,9],[17,5],[15,-2],[2,4],[23,-3],[21,3],[2,16],[12,4],[0,-4],[4,2],[8,-6],[-4,-13],[3,-17],[-2,-5],[3,-8],[8,-5],[4,6],[12,-1],[1,10],[6,-4],[27,-3],[6,5],[1,9],[52,16],[49,-13],[-12,67],[6,-2],[45,5],[6,4],[-2,6],[14,3],[-3,5],[2,6],[-4,-1],[-4,7],[-3,0],[-1,-3],[1,-6],[-3,-3],[1,11],[5,14],[1,5]],[[9790,3429],[5,-5],[9,-8],[2,-2],[5,-8],[6,-13],[3,-5],[1,-6],[0,-7],[0,-8],[3,-13],[-2,-2],[0,-2],[1,-9],[1,-2],[5,-6],[1,-1],[1,0],[5,0],[4,-1],[4,-4],[0,-1],[1,-3],[4,-12],[0,-4],[2,-6],[1,-1],[5,-3],[7,-9],[1,-1],[7,-3],[4,-2],[4,-5],[7,-8],[2,-5],[3,-4],[1,-1],[2,-2],[5,-2],[4,-6],[1,-2],[3,-5],[4,-3],[2,1],[4,-1],[9,-2],[6,-2],[5,-2],[5,-6],[7,-9],[11,-7],[6,-2],[7,-6],[5,-5],[4,-1],[6,1],[6,2],[3,1],[1,0],[0,-1],[-1,-11],[-2,-8],[-1,-2],[-7,-8],[-7,-9],[-10,-4],[-3,-3],[-2,-4],[-8,-4],[-5,-3],[-6,-2],[-9,0],[-5,0],[-9,-2],[-9,2],[-2,0],[-7,1],[-5,3],[-13,3],[-10,2],[-4,2],[-13,-1],[-8,-2],[-3,-2],[-7,-3],[-4,-5],[-3,-4],[-4,-10],[-3,-5],[-3,-5],[-1,-2],[-3,-2],[-1,-3],[-1,-6],[1,-7],[-2,-7],[-3,-12],[-1,-6],[2,-6],[2,-2],[1,-2],[1,-3],[0,-4],[-3,-4],[1,-3],[1,-3],[6,-5],[6,-8],[3,-2],[5,1],[10,-1],[6,2],[7,3],[1,0],[3,-1],[2,-1],[3,-3],[4,-5],[2,-7],[-1,-3],[-2,1],[-1,0],[-3,2],[-3,-1],[-1,-6],[1,-5],[2,-4],[3,-3],[2,-3],[-3,-10],[1,-15],[0,-3],[0,-5],[3,-9],[7,-6],[8,-5],[5,-2],[10,0],[8,5],[6,-1],[6,-4],[1,-9],[-2,-5],[-2,-3],[0,-7],[1,-13],[-2,-6],[-2,-6],[-1,-4],[-1,-12],[2,-4],[5,-4],[2,-2],[4,2],[5,-3],[2,-4],[2,-7],[0,-10],[2,-6],[-1,-5],[-2,-8],[-2,-1],[-3,-8],[8,-11],[9,-2],[-6,-24],[0,-7],[0,-4],[2,-5],[4,-5],[1,-9],[0,-10],[-8,-37],[0,-2],[0,-15],[1,-11],[-5,-18],[-1,-4],[-2,-12],[-6,-29],[-3,-10],[-4,-27],[-1,-3],[-9,-22],[-2,-5],[-9,-24],[-1,-2],[-3,-8],[-3,-9],[-4,-10],[-4,-18],[-29,-16],[-7,-36],[-1,-4],[-14,1],[-9,1]],[[8628,3226],[-3,3],[0,16],[-11,29],[14,-5],[3,7],[-6,3],[5,10],[15,7],[12,1],[-13,19],[-6,-2],[9,33],[-4,16],[4,4],[14,-1],[-2,4],[11,8]],[[8670,3378],[12,-1],[10,10],[42,-24],[40,21],[-1,21],[13,6],[-3,8],[20,7],[6,12],[-4,3],[3,19],[-50,6],[-7,30],[2,0],[-1,11],[-15,2],[-3,11],[3,24],[7,-1],[28,71],[14,21],[9,-9],[21,3],[16,-9],[-2,-5],[13,-7],[17,-2],[-7,-9],[9,-14],[31,-9],[9,9],[19,8]],[[8921,3591],[3,-6],[2,1],[0,-12],[2,3],[1,-6],[2,1],[-1,-5],[15,11],[36,4],[1,-12],[13,2],[1,2],[-10,-1],[16,16],[4,-2],[6,5],[2,-6],[12,8],[3,-9],[3,1],[9,-23],[6,-8],[15,15],[5,-4],[-3,-4],[13,2],[8,-17],[25,-14],[12,-2],[7,-9],[16,-4],[25,2],[-5,-14],[13,1],[19,-6],[17,9],[55,-10],[15,-10],[19,5],[7,-42],[-5,-14],[-10,0],[-8,-12],[-16,-8],[-12,-19],[-16,-4],[-2,-9],[26,-25],[6,-16],[9,-5],[0,-13],[7,-1],[2,-7],[-9,-2],[5,-9],[29,-23],[-8,3],[-1,-3],[4,-17],[2,2],[4,-4],[-1,-3],[18,-14]],[[4045,4359],[27,-22],[25,5],[17,16],[12,3],[15,-4],[19,5],[26,-2],[2,-6],[15,-1],[23,-10]],[[4226,4343],[2,-8],[19,-22],[3,-71],[-6,-8],[-15,-8],[-10,3],[6,-5],[-2,-17],[-15,-27],[0,-19],[-15,-17]],[[3618,4129],[0,28],[6,16],[10,14],[35,17],[-16,18],[-31,-4],[-11,14],[5,6],[-6,5],[9,9],[-2,5],[5,-2],[-1,10],[2,2],[5,-5],[5,10],[12,-14],[7,16],[15,-8],[2,3],[23,-20],[15,-3],[-2,7],[-6,7],[1,10],[-6,5],[1,5],[7,6],[13,-12],[-2,-13],[4,-3],[7,12],[7,-7],[2,3],[-4,10],[12,18],[-2,10],[4,8],[15,13],[10,21],[33,17],[6,13],[1,15],[8,8],[34,-9],[8,25],[10,7],[4,-6],[-7,-16],[24,1],[-8,-20],[10,-4],[23,17],[4,-13],[10,0],[8,-19],[13,3],[1,-5],[-5,-1],[2,-8],[21,7],[16,-2],[15,-17],[4,-18],[15,24],[6,-2],[11,7],[6,-3],[4,12]],[[5654,4194],[3,3],[17,-21],[-3,-31],[-26,24],[-31,-39],[-4,-1],[-1,-11],[-9,-4],[7,-5],[5,-15],[-4,-21],[-26,5],[-11,-3],[-1,-5],[-17,-6],[-11,0],[-4,3],[-25,20],[-15,-2],[-6,-10],[-5,0],[8,34],[-4,25],[7,-2],[4,24],[9,20],[7,6],[15,2],[53,1],[2,3],[-1,-3],[17,1],[0,12],[15,-1],[4,-7],[9,8],[7,-7],[8,9],[7,-6]],[[3425,4426],[-1,-10],[5,-7],[0,-7],[12,-6],[4,-47],[-3,-17],[-18,-20],[-19,-3],[-3,-5],[-11,2],[-2,-6],[-5,0],[-2,-15],[13,-4],[-2,-10],[-4,-1],[-4,-9],[2,-5],[5,-1],[-1,-21],[7,-5],[-8,-13],[6,-8]],[[2861,4367],[16,-1],[4,1],[1,7],[8,2],[1,-3],[25,4],[8,-18],[6,0],[-1,11],[10,1],[1,4],[-5,20],[16,7],[3,-3],[25,12],[16,-18],[46,8],[17,11],[11,-3],[4,-12],[3,-1],[8,12],[0,20],[-3,7],[4,7],[0,9],[-5,6],[-2,15],[4,7],[3,24],[3,3],[3,-3],[8,1],[-3,4],[3,2],[12,0],[4,10],[15,2],[-3,4]],[[3127,4526],[73,9],[7,-5],[21,-4],[22,-12],[9,1],[22,-9],[26,3],[22,-8],[0,-3],[11,-1],[16,-16],[12,-1],[5,-12],[17,-6],[-2,-6],[4,-22],[10,1],[23,-9]],[[6472,3840],[4,-1],[-3,6],[3,7],[20,1],[5,8],[0,16],[13,-2],[0,-20],[5,0],[10,0],[15,21],[-1,4],[9,-3],[1,5],[4,-3],[2,5],[5,-1],[4,4],[-2,3],[3,-1],[3,-9],[3,-3],[0,-3],[14,-7],[18,13],[3,5],[4,0],[-1,-5],[7,-2],[-1,4],[9,8],[1,12],[8,12],[8,0],[-5,4],[-1,17],[-5,1],[-3,-9],[-9,5],[5,24],[10,3],[-1,8],[4,4],[18,-9],[19,4],[-1,5],[3,6],[6,-5],[7,19],[11,11],[7,1],[6,9]],[[6716,4012],[20,-14],[3,-6],[8,25],[-3,6],[15,5],[-7,22],[22,4],[8,-13],[6,5],[16,-1],[30,-5],[14,-8],[4,-11],[8,-1],[16,-23],[16,-8],[0,-20],[-4,-2],[-5,-15],[6,-4],[4,2],[-1,-3],[6,-5],[-5,0],[-16,-11],[2,-5],[2,5],[11,6],[8,-12],[-1,-4],[-7,-14],[-30,-10],[16,-18],[-3,-12],[3,-16],[-3,-7],[3,-18],[33,-37],[18,-10]],[[7680,3874],[-13,-14],[0,-16],[8,-25],[-8,-6],[-5,-12],[-2,1],[-13,-32],[-5,-30],[0,-9],[9,2],[-7,-51],[2,-9],[12,-18],[0,-13],[-6,0],[-3,-19],[3,-28],[7,-22],[-1,-18],[4,-7]],[[7171,3568],[2,26],[3,0],[8,39],[5,0],[2,6],[-10,1],[15,35],[-8,4],[16,47],[18,0],[0,12],[22,0],[0,-16],[15,18],[20,-13],[6,13],[-10,19],[-13,-2],[-8,20],[14,-3],[-7,16],[15,13]],[[7276,3803],[24,3],[12,-4],[8,15],[-1,12],[4,12],[-4,4],[7,3],[2,11],[17,21],[-4,4],[2,6],[10,-5],[9,6],[14,-15],[9,-1],[10,9],[7,-5],[4,4],[7,-10],[5,5],[5,5],[-3,9],[-7,7],[4,4],[-18,6],[1,21],[52,-18],[19,-12],[21,-23],[3,5],[-4,12],[22,1],[8,8],[7,21],[0,14],[-4,7],[12,1],[7,-13],[0,3],[8,3],[-2,-3],[4,-3],[4,2],[-1,-7],[14,-6],[6,-9],[12,-7],[8,-1],[5,-8],[8,0],[15,-9],[6,2],[6,-5],[-4,-7],[15,-5],[11,12],[7,-3],[9,3],[6,-11]],[[1707,4576],[16,-12]],[[961,4153],[3,7],[-3,2],[-20,8],[-19,2],[2,78],[-56,1],[-5,8],[0,15],[12,0],[0,-11],[11,0],[1,29],[6,4],[0,12],[7,-3],[1,4],[-9,12],[-5,-4],[14,19],[-1,3],[-10,6],[-13,0],[1,4],[14,3],[1,10],[11,5],[22,-6],[7,5],[4,21],[49,-28],[12,5],[23,2],[10,6],[14,-5],[10,18],[-7,18],[-5,0],[0,3],[4,0],[-5,1],[2,7],[-4,1],[2,12],[4,3],[22,-9],[6,5],[17,-1],[19,11],[4,13],[15,12],[9,24],[-3,11],[1,34],[5,0],[1,20],[6,5],[-3,15],[-9,1],[-10,10],[-1,11],[4,7],[-6,1],[-8,17],[-7,4],[19,13],[-9,13],[-11,46]],[[1107,4693],[14,2],[-2,10],[6,9],[5,-6],[11,-2],[5,9],[-2,13],[5,1],[12,-3],[-1,-4],[12,-5],[0,-4],[6,11],[6,-1],[3,-13],[-2,-14],[15,3],[10,-4],[1,6],[9,-14],[10,0],[0,6],[7,-2],[18,11],[3,11],[14,4],[8,-7],[7,5],[1,2],[-10,9],[-7,17],[14,6],[14,11],[17,4]],[[1316,4764],[5,-15],[16,3],[9,-11],[10,-20],[12,-11],[-5,1],[2,-5],[-6,1],[-1,-7],[18,-11],[2,-25],[15,-4],[0,-26],[-6,-14],[5,-10],[1,-15],[7,0],[16,9],[2,-3],[5,0],[30,13],[19,-26],[2,-16],[10,-2],[10,7],[7,-6],[20,1],[0,4],[13,-4],[9,-9],[5,4],[4,-2],[3,-4],[-3,-6],[6,-6],[9,7],[5,-1],[6,-4],[-3,-8],[5,-4],[7,2],[15,-11],[9,12],[15,2],[4,11],[18,2],[11,-3],[8,3],[1,4],[7,0],[3,11],[12,-4],[17,8]],[[8026,3864],[3,-10],[-15,-9],[-4,-6],[-3,1],[-19,-22],[-1,-4],[21,4],[0,-11],[-21,1],[7,-16],[27,7],[6,5],[6,-13],[-15,-7],[-2,-15],[-8,-7],[14,-7],[2,-8],[-10,-11],[-10,-4],[-1,-10],[-25,-5],[3,-25],[2,-8],[28,6],[2,-7],[11,-1],[-1,5],[17,2],[-4,-5],[-2,-22],[4,-5],[30,-14],[10,-1],[13,8],[-4,-9],[3,-32],[-6,-8],[-5,-27],[14,2],[-4,-19],[-15,-20],[-4,-13],[6,-2],[-1,-23],[-34,4],[-2,-4],[-12,8],[-2,-7]],[[7680,3874],[39,21]],[[7719,3895],[3,8],[0,22],[27,28],[25,-29],[3,-5],[-2,-2],[6,-4],[-2,-5],[5,-8],[10,-3],[2,-8],[8,0],[1,-3],[6,3],[1,11],[10,-2],[2,10],[-10,0],[-5,17],[18,7],[0,6],[4,1],[7,1],[14,-7],[5,6],[17,-5],[-2,-4],[3,-2],[3,4],[-7,-14],[4,-1],[5,11],[2,-3],[-3,-11],[19,-10],[14,22],[6,-3],[-1,3],[2,-2],[3,4],[11,-8],[6,0],[3,5],[3,-2],[-3,-5],[4,-2],[3,4],[4,-2],[-7,-17],[43,-18],[-3,-9],[16,-9],[0,-6],[16,-3],[8,8]],[[5279,4325],[3,-1],[0,-5],[10,-2],[-1,-11],[5,-4],[1,-7],[13,-2],[-1,8],[9,-1],[8,5],[-5,-6],[0,-11],[-2,1],[-7,-12],[10,-5],[-1,-7],[-15,-9],[1,-10],[-7,-1],[-1,-6],[5,-3],[-4,-8],[-10,3],[-3,-6],[7,-10],[9,7],[23,6],[-1,-28],[6,-5],[9,1],[-1,4],[6,2],[0,-6],[10,0],[0,-12],[-17,0],[8,-12],[-4,-9],[0,-24],[14,-4],[-3,-12],[-5,1],[-18,-11],[7,-13],[3,-19],[23,-22],[1,-13],[-4,-6],[1,-8],[-5,2],[-1,-5],[-4,3],[3,-7],[-7,1],[-4,-8],[-9,-1],[4,-9],[11,3],[-1,-7],[-11,-14],[6,-17],[6,0],[-5,-2],[8,-20],[-11,-9],[-17,-28]],[[4763,4049],[6,-2],[0,5],[13,-8],[1,-9],[4,0],[-5,-7],[12,1],[-1,-8],[4,-1],[18,10],[11,12],[10,2],[42,-30],[3,-8],[1,18],[-3,7],[15,6],[8,-6],[5,2],[6,-3],[8,53],[14,9],[-11,18],[7,4],[-10,13],[1,12],[11,-2],[10,17],[3,16],[0,4],[-8,3],[0,12],[8,2],[-4,12],[1,20],[-5,-1],[2,4],[15,-1],[18,14],[35,3],[17,9],[24,-12],[12,2],[-1,5],[7,1],[4,14],[3,0],[2,-6],[7,9],[26,10],[-4,7],[8,15],[10,10],[4,59],[11,11]],[[5138,4376],[7,-3],[3,-22],[5,-2],[1,-13],[12,-8],[28,-9],[9,1],[45,12],[11,-2],[5,10],[2,-14],[13,-1]],[[2998,4627],[14,-2],[-4,-12],[16,-2],[23,-14],[14,-13],[3,-1],[16,10],[13,-8],[11,-15],[0,-8],[6,-15],[-3,-5],[3,-18],[17,2]],[[2699,4405],[-9,9],[-4,12],[-22,10],[2,16],[7,2],[-3,5],[-15,12],[-12,5],[-6,24],[10,6],[7,17],[-14,6],[-26,1],[-11,-4],[-4,0],[-1,8],[-12,2],[-34,-3],[-1,6],[5,9],[-8,3],[-13,-2],[-14,3],[-7,5],[-4,18],[3,21],[22,8],[-6,1],[4,9],[-2,4],[4,4],[12,-12],[0,10],[4,2],[2,10]],[[2553,4632],[12,9],[7,18],[13,-1],[9,8],[6,15]],[[2600,4681],[12,13],[28,-3],[6,3],[1,-3],[17,11],[10,1],[12,-4],[3,-7],[13,0],[20,-11],[8,2],[2,-9],[-3,-26],[23,-9],[-2,-11],[7,-13],[5,-2],[40,3],[7,6],[0,9],[-4,-1],[0,5],[3,11],[4,1],[28,-5],[14,-9],[3,-8],[5,-1],[-4,-6],[8,-2],[-1,-2],[42,7],[-4,10],[4,17],[16,1],[2,4],[12,-1],[12,6],[12,-12],[5,-2],[1,2],[7,-5],[-3,-6],[2,-9],[6,2],[1,5],[8,-4],[0,-7],[10,5]],[[9330,3699],[5,1],[5,-8],[14,-8],[9,2],[13,-14],[25,-6],[-1,-4],[14,-4],[-2,-10],[-14,-5],[-9,1],[-4,-31],[-16,12],[-1,-6],[-22,-13],[-1,-5],[-5,25],[-2,-8],[-23,7],[-1,-6],[-4,2],[-11,10],[-1,8],[-4,-3],[-2,16],[-13,7],[4,3],[-1,8],[-5,-1],[-2,10],[2,4],[4,-2],[-2,16],[11,-7],[16,0],[0,19],[12,3],[12,-13]],[[2142,4561],[6,-2],[14,4],[9,-3],[9,-10],[3,-21],[23,-3],[1,-6],[-6,-13],[6,-12],[0,-16],[5,-6],[15,-5]],[[1707,4576],[11,6],[-3,10],[11,4],[2,9],[9,2],[4,-2],[1,4],[-7,2],[4,0],[-3,16],[3,1],[-1,8],[3,-1],[1,23],[13,0],[13,18],[9,-1],[8,-7],[14,7],[4,14],[16,-3],[6,-4],[2,4],[9,-4],[1,6],[-5,4],[2,7],[19,3],[-7,1],[3,3],[-8,35],[9,0],[3,9],[9,-7],[19,7],[0,4],[-4,7],[-6,-5],[-4,3],[-12,-1],[-10,7],[-4,10]],[[1841,4775],[-1,10],[10,3],[5,7],[-3,4],[15,4],[2,-6],[5,5],[3,-6],[25,4],[6,-13],[0,-23],[4,-2],[4,5],[10,-3],[16,2],[3,-9],[5,-1],[1,-7],[13,-5],[0,-3],[25,-8],[2,4],[15,-1],[0,-12],[18,3],[9,-2],[17,9],[-16,-79],[-3,0],[1,-11],[13,-4],[1,5],[9,-1],[3,7],[9,0],[5,4],[2,-6],[16,0],[10,-27],[-5,-6],[15,-12],[14,-4],[3,-12],[10,-10],[5,-17]],[[2142,4561],[6,16],[-8,8],[1,12],[7,7],[24,3],[-3,8],[5,1],[1,5],[14,7],[9,-1],[12,7],[2,5],[10,3],[-2,3],[2,6],[6,0],[13,22],[-2,8],[-6,5],[1,9],[8,6],[8,14],[-2,11],[3,11],[-2,2],[6,6],[12,-6],[3,6],[10,4],[3,10],[-3,2],[8,5],[0,3]],[[2288,4769],[14,0],[18,6],[15,-7],[14,3],[15,-8],[50,0],[3,-2],[-5,-23],[36,3],[6,-30],[12,-1],[5,-7],[7,-2],[12,0],[16,7],[13,-8],[-8,-20],[6,-6],[-1,-13],[18,-16],[19,-8],[0,-5]],[[8521,3840],[-12,2],[2,-15],[-3,-31],[-3,-5],[-9,0]],[[8496,3791],[-27,-8],[2,-22],[8,-2],[-1,-13],[3,1],[-4,-15],[-21,-2],[-2,8],[-3,0],[-6,-7],[0,-8],[-10,0],[0,4],[-24,0],[1,-48],[-45,-3],[-5,-11],[-9,-1],[-10,5],[-7,10],[0,7],[-7,10],[15,18],[-3,3],[14,18],[5,-6],[13,15],[-31,32],[11,4],[6,9],[-1,8],[-16,-2],[-14,-6],[-16,3],[27,28],[-20,-1],[4,11],[18,11],[3,21],[-21,0],[1,8],[19,29],[14,-9],[-6,6],[0,17],[7,-3],[30,4],[17,-6],[0,4],[9,1],[24,-1],[9,2],[1,-4],[14,-5],[8,2],[5,10],[3,-1],[5,6],[4,10],[18,-11],[-2,-4],[4,-5],[-12,-5],[-7,-10],[1,-20],[18,-16],[10,-4],[13,1],[-2,-9],[-4,1],[-3,-10]],[[8897,3739],[3,-13],[-4,-39],[21,-1],[0,-4],[7,-1],[0,-7],[-16,1],[1,-7],[-10,-1],[9,-8],[-3,-12],[-4,0],[-1,-4],[25,-5],[-4,-9],[-10,-6],[-3,-6],[2,-6],[-3,-5],[8,-8],[-5,-2],[11,-5]],[[8670,3378],[-6,7],[-19,11],[-13,18],[21,21],[13,20],[2,27],[-3,5],[3,17],[-4,-1],[-22,15],[-13,32],[4,19],[-10,0],[-8,-6],[-21,5],[-10,9],[4,10],[-2,13],[-21,3],[-9,-2],[-9,6],[4,34],[-3,19],[-10,25],[8,27],[-5,19],[17,21],[-62,39]],[[8521,3840],[55,-14],[22,27],[-17,24],[6,5],[15,3],[24,16]],[[8626,3901],[39,11],[15,-22],[18,-2],[2,5],[5,-1],[-4,-10],[3,-1],[1,-11],[9,-1],[0,-10],[-3,-4],[4,-3],[-8,-3],[-7,3],[2,-11],[7,-7],[-8,-7],[18,-47],[2,-20],[-4,-13],[15,-13],[25,-3],[22,-9],[9,1],[4,7],[2,-4],[6,16],[28,13],[4,5],[12,-2],[3,5],[11,-3],[2,-7],[-1,-5],[-7,-2],[4,-1],[2,-8],[-8,-4],[2,-5],[21,5],[4,7],[7,0],[1,-7],[12,6]],[[981,4903],[-29,-41],[76,13],[17,-68],[-27,-4],[9,-35],[-11,2],[1,-15],[-13,7],[-10,-5],[-1,-4],[-10,0],[27,-14],[1,-15],[15,-10],[8,0],[19,8],[19,46],[9,-4],[8,3],[10,-8],[-6,-8],[14,-58]],[[849,4048],[1,1],[2,2],[1,1],[4,8],[-1,7],[-5,3],[-4,3],[-3,3],[-2,6],[-2,9],[0,7],[0,8],[-1,14],[1,12],[1,2],[1,3],[0,2],[0,4],[-2,8],[-2,7],[0,5],[4,3],[2,-1],[1,0],[1,1],[2,4],[1,2],[0,2],[0,6],[0,1],[0,2],[-1,1],[-10,15],[-7,16],[1,2],[0,1],[-2,2],[-3,6],[-3,6],[-1,1],[-1,0],[-8,1],[-10,1],[-3,6],[0,5],[-1,1],[-1,2],[-2,2],[-6,2],[-8,1],[-1,0],[-1,-1],[-1,-2],[-1,0],[-1,0],[-3,-1],[-2,0],[-1,1],[-1,0],[-4,3],[-12,4],[-11,3],[-5,2],[-5,2],[-8,-1],[-10,9],[-7,10],[-5,6],[-8,4],[-5,2],[-6,3],[-3,5],[-3,4],[-6,3],[-7,1],[-9,1],[-10,1],[-9,4],[-6,3],[-9,1],[-8,3],[-5,3],[-3,6],[-2,5],[-3,8],[0,2],[0,1],[0,1],[1,2],[1,2],[1,0],[1,1],[1,5],[-2,5],[-1,4],[-3,3],[-5,2],[-5,4],[-3,6],[0,7],[6,8],[8,10],[4,12],[4,10],[6,7],[7,5],[6,6],[9,10],[2,6],[1,1],[0,5],[0,2],[-1,9],[-1,3],[-1,2],[-2,3],[-7,12],[1,14],[0,5],[-1,14],[-1,10],[4,14],[-3,6],[-3,7],[-2,6],[-5,6],[-3,4],[-1,3],[-1,2],[-3,6],[-3,5],[-2,0],[-1,0],[-1,0],[-2,2],[-2,2],[-2,2],[-2,2],[-9,10],[-7,7],[-9,7],[-7,5],[-7,11],[-2,7],[-7,7],[-1,1],[-1,0],[-1,1],[-1,1],[-2,5],[-2,7],[-2,3],[-3,6],[-2,8],[3,10],[0,10],[0,4],[-3,4],[-3,5],[-2,6],[2,6],[1,5],[0,2],[0,3],[-1,2],[-1,9],[-3,7]],[[526,4771],[13,4],[6,-5],[6,2],[8,11],[10,30],[20,8],[7,-7],[15,-1],[-4,9],[1,17],[-9,22],[28,-4],[24,2],[1,3],[-4,5],[-14,3],[-4,4],[2,5],[-5,3],[2,3],[10,2],[-1,11],[7,-5],[12,-1],[5,-11],[12,-4],[19,1],[10,10],[12,-8],[3,3],[3,-3],[13,0],[-7,30],[2,10],[-5,5],[11,10],[22,-17],[8,-1],[17,3],[20,11],[-8,14],[20,11],[12,-8],[22,-6],[2,-5],[24,2],[16,7],[16,-13],[38,-13],[0,-12],[8,-7],[29,2]],[[7042,4247],[15,-16],[2,-11],[29,-26],[7,-4],[9,1],[15,-11],[-1,-4],[-7,1],[-1,-3],[1,-7],[6,-3],[-13,1],[-24,-14],[-1,-11],[-9,0],[-1,-10],[-4,1],[-3,-17],[13,-6],[-1,-6],[18,-4],[2,-6],[-11,-13],[-6,1],[-2,-14],[6,-4],[-9,-20],[-8,-4],[-9,-16],[-30,13],[-4,-1],[-6,-2],[-18,6],[-34,-9],[-9,-6],[-12,1],[-9,6],[7,8],[-3,6],[-17,1],[10,11],[-16,2],[0,9],[9,5],[5,17],[-6,4],[-3,14],[16,4],[0,6],[11,-2],[9,6],[11,2],[7,18],[5,-1],[-1,5],[11,-4],[-1,32],[-9,-4],[2,29],[25,14],[0,9],[15,13],[3,10],[15,3],[4,10],[0,-10]],[[5572,4503],[1,-10],[12,-19],[-4,-20],[7,-7],[-4,-16],[1,-8],[-8,-18],[11,3],[-2,-3],[12,-5],[-3,-10],[8,-8],[18,-4],[0,3],[16,1],[5,-23],[4,0],[14,-26],[7,2],[10,15],[22,-10],[-2,8],[-12,7],[8,22],[-4,23],[16,16],[8,0],[17,-24],[3,-12],[8,-1],[8,-10],[0,-7],[5,-5],[-2,-6],[-7,-2],[-1,-19],[-17,0],[-7,-9],[14,-6],[2,-24],[14,8],[8,11],[26,-34],[-2,-25],[39,-9],[-4,-18],[4,-11],[-6,-6],[10,-7],[-4,-1],[-2,-9],[-9,0],[-3,-9],[-9,-1],[4,-10],[-5,-5],[2,-9],[-9,-5]],[[5790,4151],[-11,-13],[-6,-1],[-6,-11],[-8,3],[0,-8],[-30,-4],[-4,-13],[-7,-2],[6,-3],[5,-11],[-10,-5],[11,-1],[-1,-10],[15,-2],[5,-10],[3,2],[3,-12],[27,-1],[5,-12],[5,0],[0,-9],[14,-6],[15,16],[33,-3],[-1,-11],[-7,-12],[4,-16],[23,1],[7,-24],[9,-11],[8,-21],[13,-9],[2,-4],[-5,-6],[5,-5],[-8,-14],[16,-18],[5,-1],[-2,-3],[6,-12],[-2,-21],[-15,1],[-8,-15],[-11,1],[-1,8],[-14,-5],[0,-20],[5,-2],[-15,-7],[-3,-3],[2,-4],[-3,4],[-9,-4],[9,-14],[4,2],[-1,-5],[8,-1],[1,-16],[-8,-2],[-13,-11],[3,-3],[-2,-12]],[[5279,4325],[-3,3],[6,0],[1,4],[-3,0],[1,12],[5,-5],[1,6],[7,-5],[-1,-8],[5,-5],[-4,-2],[1,-4],[6,3],[2,-3],[3,2],[-1,6],[18,6],[0,19],[10,0]],[[5333,4354],[14,2],[-1,-20],[18,2],[1,-10],[3,0],[2,-10],[26,6],[8,-12],[1,-9],[16,-3],[15,2],[-2,-7],[12,-1],[1,6],[16,-5],[5,10],[-6,2],[1,12],[7,20],[4,22],[9,0],[0,10],[-16,27],[-9,22],[9,13],[13,2],[-1,6],[8,19],[11,1],[-7,15],[-3,-6],[-5,0],[-7,17],[-13,2],[10,23],[31,-18],[0,8],[8,3],[2,8],[14,24],[26,0],[1,-38],[17,4]],[[5790,4151],[1,-7],[9,9],[11,5],[58,12],[10,-7],[23,6],[12,10],[6,1],[1,17],[8,10],[-8,6],[-3,13],[23,5],[5,-10],[19,10],[17,-32],[10,19],[19,-2],[43,2],[-6,39],[1,2],[13,-8],[11,17],[15,-6],[2,23],[3,5],[18,1],[17,-7],[2,16],[-4,5],[-7,-1],[-4,5],[0,14],[6,0],[9,7],[24,38],[9,4],[22,36],[-2,7],[5,7],[7,5],[4,-3],[0,-8],[5,3],[-7,-6],[1,-3],[11,-1],[8,16],[12,-13],[14,7],[7,7],[12,2],[1,6],[7,5],[3,11],[9,3]],[[6282,4453],[10,-2],[3,-8],[5,-21],[-5,-12],[8,-6],[20,5],[1,-15],[6,-9],[-1,-10],[-11,-22],[2,-1],[-8,-42],[2,-22],[17,-8],[4,4],[21,-2],[0,3],[7,2],[-1,5],[20,6],[3,-48],[3,1],[1,-7],[-1,-17],[2,-7],[6,-3],[-8,-1],[-1,-10],[-13,-9],[-15,-4],[1,-12],[-10,-1],[-4,-7],[4,-7],[-3,-2],[8,-11],[-9,-17],[3,-5],[-15,-7],[-13,1],[-4,0],[-5,9],[-8,-27],[2,-7],[-8,-7],[-8,-22],[1,-11],[-2,0],[3,-3],[-8,-11],[-5,-1],[5,-1],[1,-14],[5,-3],[5,-21]],[[2486,4917],[7,1],[-2,-4],[4,-15],[-2,-9],[-8,-2],[0,-15],[4,-6],[-6,-5],[-7,-31],[-3,-7],[-16,-4],[1,-7],[-6,0],[-2,11],[-7,0],[-6,-9],[2,-7],[-9,3],[-9,-4],[-7,13],[6,6],[-8,11],[-2,14],[-9,-3],[-2,8],[12,4],[1,-3],[6,10],[-2,6],[-8,0],[-2,4],[4,3],[-4,16],[2,5],[12,-10],[8,14],[-6,6],[19,10],[22,-5],[6,-5],[12,7],[5,17],[0,-18]],[[3878,4726],[-4,-19],[-11,-13],[10,-1],[4,-10],[9,-2],[-10,-16],[-6,3],[-4,-14],[15,-10],[4,6],[3,-1],[14,-9],[3,7],[14,-2],[12,-19],[9,-1],[12,11],[3,-1]],[[3955,4635],[-7,-27],[24,0],[18,3],[-6,-5],[2,-12],[-4,-2],[-1,-12],[-4,-2],[3,-11],[-5,-1],[-5,-8],[-6,1],[-5,-10],[-3,3],[-9,-7],[-2,-22],[-3,-2],[4,-7],[-2,-6],[5,-8],[9,0],[-3,-1],[4,-9],[-4,-1],[1,-6],[3,1],[1,-6],[5,1],[-4,-18],[6,0],[1,-4],[4,2],[6,-8],[6,1],[3,-6],[6,0],[1,-4],[15,-9],[4,2],[1,-4],[2,3],[14,-6],[1,-5],[4,2],[15,-12],[5,-10],[-3,-9],[4,-14],[-4,-1],[3,-8],[-3,-2],[4,-3],[-11,-7]],[[3425,4426],[4,-4],[9,12],[5,-5],[-2,19],[2,8],[3,-1],[-4,2],[0,5],[7,0],[1,4],[-7,3],[4,7],[-2,3],[9,4],[4,8],[-3,10],[-4,2],[-7,-5],[-1,3],[-6,-3],[3,-9],[-11,-1],[-10,4],[-2,7],[6,20],[4,-2],[3,21],[-8,1],[0,12],[-5,12],[14,-1],[-3,3],[4,10],[4,1],[16,3],[17,-3],[4,5],[0,5],[5,4],[10,31],[13,-3],[1,6],[-6,5],[34,21],[-1,17],[-3,6],[3,13],[19,4],[15,-5],[-1,13],[14,2],[2,8],[5,3],[-3,10],[-11,-1],[-11,7],[-8,25],[-13,3],[-2,8],[-8,0],[3,5],[-16,11],[1,9]],[[3515,4788],[0,15],[8,9],[9,-1],[-1,-4],[21,2],[12,6],[1,6],[35,2],[4,-17],[12,-16],[2,-12],[22,-1],[32,11],[6,6],[43,-8],[22,-8],[1,-8],[13,-3],[11,2],[34,-11],[16,13],[17,-2],[23,-11],[-4,-25],[11,0],[13,-7]],[[3878,4726],[4,1],[4,5],[18,5],[5,6],[-9,6],[10,11]],[[3910,4760],[8,-6],[3,8],[7,-4],[2,7],[15,6],[19,14],[4,-15],[6,3],[5,-13],[16,-16],[-3,-3],[8,-14],[20,-1],[-2,-17],[7,-2],[-3,-9],[-3,0],[-2,-16],[-9,-5],[-12,0],[2,-17],[-9,-17],[-2,-3],[-13,0],[-5,-5],[-13,2],[-1,-2]],[[8526,4049],[12,-13],[-5,-18],[25,-37],[19,-15],[4,3],[41,-16],[-7,-7],[26,-7],[-2,-7],[-5,1],[-7,-9],[-1,-23]],[[8026,3864],[-2,10],[58,8],[3,-6],[16,-2],[27,10],[17,0],[8,10],[19,6],[-14,10],[1,7],[-24,8],[-2,4],[10,21],[-1,18],[-13,10],[-11,1],[-9,17],[28,14],[14,14],[-2,7],[-12,5],[-14,16],[6,8],[2,17],[20,32],[-2,13],[11,3],[-11,6],[7,5],[2,6],[-5,0],[3,8],[-10,1],[3,6],[8,-5],[-3,-2],[11,0],[0,6],[-6,2]],[[8159,4158],[47,-1],[8,4],[9,-7],[-1,-11],[12,-2],[2,9],[7,-3],[8,6],[-3,-36],[-12,-18],[10,-1],[19,-18],[10,-22],[5,1],[-4,8],[16,4],[-9,23],[32,31],[11,-5],[-1,-8],[5,-1],[1,6],[17,-3],[3,-7],[-15,-28],[6,4],[2,-6],[10,1],[6,3],[3,7],[6,-20],[25,13],[9,-27],[15,5],[-1,-5],[7,-2],[1,16],[-9,8],[-6,-6],[-7,4],[4,10],[-4,2],[6,5],[5,-4],[3,4],[5,-2],[1,6],[17,-11],[0,-5],[1,4],[19,-8],[32,0],[0,-8],[4,1],[9,-5],[3,-18],[-4,0],[6,-11],[16,15]],[[6505,4424],[61,-11],[6,-30],[-10,-6],[0,-13],[13,-4],[8,-11],[5,5],[6,1],[6,15],[20,-2],[8,-16],[-4,-8],[1,-9],[31,-19],[4,-15]],[[6660,4301],[-4,-23],[-4,-8],[3,-13],[-8,-9],[1,-5],[-3,-4],[1,-22],[8,-6],[-19,-3],[-12,6],[-4,-14],[9,0],[11,-5],[-2,-4],[7,0],[-18,-49],[16,-7],[6,7],[9,1],[10,-5],[9,-14],[0,8],[5,4],[4,-3],[12,2],[15,12],[26,-12],[9,-9],[1,-12],[-12,-10],[-2,-8],[-27,-15],[2,-4],[7,-1],[3,-7],[-3,-8],[-6,-1],[-6,-10],[-5,-2],[3,-13],[11,-1],[10,6],[-9,-16],[3,-4],[-1,-8]],[[6282,4453],[-5,7],[3,4],[5,0],[2,8]],[[6287,4472],[6,2],[3,6],[16,2],[9,-3],[13,-14],[11,3],[12,-3],[22,8],[13,-3],[6,4],[10,-5],[3,-17],[-36,-12],[-16,-18],[3,-18],[-5,-19],[26,-1],[18,5],[16,-2],[10,-9],[12,9],[-3,8],[3,-2],[3,4],[-8,2],[-1,14],[33,2],[14,-18],[16,2],[5,2],[4,23]],[[7647,4144],[-3,-9],[-4,1],[-1,-6],[-12,3],[-7,-13],[3,-7],[-3,-1],[7,-18],[16,11],[9,-4],[-3,0],[1,-7],[6,-14],[9,-13],[6,5],[4,-11],[16,15],[2,-5],[4,2],[15,-46],[-8,4],[-16,-22],[-1,-3],[7,-3],[-2,-7],[3,-2],[-7,-11],[2,0],[-7,-19],[3,-3],[-3,1],[-1,-18],[-4,-1],[0,-5],[-9,3],[-16,-15],[-11,2],[4,-15],[8,2],[-1,3],[6,1],[3,4],[9,1],[5,-4],[-5,-7],[11,-8],[7,7],[1,8],[4,-1],[3,-2],[-2,-7],[24,-15]],[[7276,3803],[5,11],[-58,3],[0,-11],[-14,1],[0,10],[-5,-4],[-9,4],[2,8],[8,-3],[1,8],[-10,11],[0,12],[12,-7],[5,6],[-17,13],[7,2],[0,9],[-7,8],[-10,2],[-1,5],[26,10],[0,4],[7,5],[3,11],[-3,1],[9,5],[-3,24],[-5,10],[2,11],[-5,2],[0,10],[-5,8],[11,0],[9,8],[3,-2],[15,22],[4,-1],[-4,11],[-2,-1],[-2,3],[3,2],[9,-14],[6,7],[28,4],[5,18],[9,12],[2,23],[16,3],[3,18],[6,2],[-1,6],[7,5],[0,5],[30,-4],[4,12],[51,22],[-14,33]],[[7409,4186],[3,0],[4,12],[50,0],[7,15],[-5,7],[-1,14],[-8,-1],[-1,3],[26,4],[27,-11],[20,12],[21,-8],[7,12],[0,13],[4,14],[25,5],[5,6],[0,-9],[3,-3],[-7,-14],[12,-13],[0,-10],[-22,-1],[-4,-2],[1,-6],[19,-5],[5,-7],[4,1],[-9,-12],[14,-23],[5,0],[-10,-10],[6,-3],[-1,-8],[16,-11],[22,-3]],[[1407,5108],[3,-7],[9,2],[15,-11],[15,0],[-22,-27],[5,-10],[-1,-14],[28,-8],[-10,-5],[-3,4],[-1,-5],[5,-2],[1,-7],[-6,-5],[-9,7],[-20,-10],[11,-15],[-43,-48],[-24,24],[-9,-2],[-4,20],[-12,16],[-12,32],[-10,10],[2,10],[28,7],[9,30],[11,0],[2,-3],[8,5],[6,19],[28,-7]],[[4912,4739],[9,-22],[-10,-3],[-7,-22],[15,-10],[13,0],[6,-25],[22,-12],[3,-9],[8,-6],[-2,-12],[4,-13],[-20,-1],[-7,-8],[-13,-4],[-12,11],[0,-3],[-13,1],[2,-12],[12,-10],[-2,-5],[13,-15],[-10,-3],[-7,12],[-4,-9],[-7,8],[-4,-1],[1,-5],[-6,5],[-1,-3],[-2,1],[3,4],[-2,1],[-21,-31],[6,-29],[18,-26],[2,-8],[-1,-4],[-13,-2],[1,-10],[20,-19],[1,-15],[-8,-12],[-4,3],[-5,-5],[-2,-5],[3,-10],[-5,2],[1,-12],[-6,7],[-11,-9],[-11,-20],[-19,-4],[3,-5],[-8,-25],[-13,6],[-3,-11],[-9,-11],[-3,-52],[-4,-5],[-19,-7],[7,-9],[6,-1],[0,-11],[-3,3],[-6,-7],[-10,4],[-6,7],[2,10],[-7,6],[-7,-8],[-4,1],[-6,-12],[-4,9],[-11,7],[3,13],[-9,0]],[[4729,4262],[6,5],[-12,11],[1,12],[10,8],[-2,8],[5,7],[-17,18],[0,7],[8,9],[-4,2],[-4,-4],[-6,8],[0,10],[-9,-3],[-6,12],[-10,-8],[-4,2],[-2,3],[6,11],[-12,10],[23,22],[9,1],[2,18],[24,5],[11,15],[-8,13],[1,7],[-9,3],[9,7],[-26,32],[9,12],[-26,21],[-3,-4],[-1,10],[-7,-1],[-2,8],[4,1],[-11,6],[-3,-1],[-5,38],[7,-5],[7,5],[5,-5],[12,17],[8,3],[-4,24],[2,28]],[[4705,4670],[14,-11],[8,2],[3,16],[16,30],[20,10],[11,-3],[16,0],[10,-10],[33,-4],[6,9],[9,24],[20,16],[4,1],[13,-9],[24,-2]],[[6660,4301],[44,19],[4,-13],[44,0],[3,13],[49,4],[-10,-42],[22,-3],[28,1],[6,-17],[7,-2],[-1,9],[-7,2],[-4,12],[17,1],[-3,27],[30,2],[6,11],[-6,0],[-5,11],[2,4],[17,9],[30,3],[-1,9],[5,9],[-6,16],[21,8],[-2,19],[20,6],[8,9],[13,-18],[0,14],[20,10],[16,-1],[0,5],[13,-1],[2,-5],[24,1]],[[7066,4433],[11,-7],[16,0],[4,-11],[5,-1],[16,-20],[33,-14],[15,1],[5,-2],[0,-11],[22,-10],[13,-1],[12,-8],[18,0],[9,-6],[17,1],[10,-6],[5,5],[21,-37],[22,23],[-3,9],[7,12],[8,-6],[15,16],[34,22],[-3,-2],[10,-11],[-5,-5],[16,-4],[3,-14],[6,3],[3,-11],[7,16],[8,-31],[-3,-24],[-18,-34],[1,-24],[-9,-24],[0,-16],[12,-15]],[[4669,4128],[5,2],[-3,11],[8,8],[2,16],[3,2],[7,-4],[2,6],[4,0],[-8,8],[7,14],[7,-7],[6,6],[4,0],[3,10],[4,-3],[3,7],[10,-4],[11,23],[-9,6],[-13,-24],[-2,0],[14,25],[-2,13],[3,8],[-5,2],[-1,9]],[[4912,4739],[4,5],[-3,10],[5,-5],[3,9]],[[4921,4758],[12,-7],[15,-1],[16,-17],[19,0],[27,-8],[11,-20],[5,1],[-4,-6],[3,-10],[10,-14],[6,1],[6,-7],[-4,-2],[2,-6],[-2,-3],[2,-7],[6,-1],[-1,-14],[21,9],[12,-8],[7,-12],[1,-2],[-17,-1],[-2,12],[-20,-8],[-1,-9],[12,-1],[-4,-4],[2,-4],[-4,0],[0,-5],[5,-1],[3,-10],[4,0],[0,-7],[5,0],[-1,-15],[-12,-2],[5,-6],[-21,-13],[-7,-12],[2,-2],[-7,-5],[-5,3],[-3,-12],[-9,-10],[-3,-14],[42,0],[14,-17],[14,8],[1,-6],[-6,-4],[6,-15],[-10,-1],[-5,-5],[-12,1],[10,-13],[3,-21],[-18,-2],[0,-3],[-6,-1],[-1,-4],[-5,8],[-14,-1],[0,-2],[17,-11],[39,1],[19,10],[2,-7],[12,-4],[12,-14],[11,-19]],[[3383,4968],[3,-18],[0,-29],[8,-9],[-1,-12],[3,0],[-6,-23],[9,-16],[32,-6],[9,7],[21,-8],[8,-7],[8,0],[-4,-17],[6,-36],[5,-9],[19,-4],[0,5],[12,2]],[[2998,4627],[0,25],[25,-10],[2,6],[6,5],[15,-4],[4,5],[-3,11],[6,24],[-9,1],[-21,13],[12,18],[0,9],[15,16],[-5,8],[1,19],[4,8],[24,-7],[8,-8],[11,-3],[-2,-10],[22,-7],[1,3],[12,-1],[1,16],[12,-6],[7,-22],[-8,-16],[0,-6],[3,-2],[12,1],[1,3],[1,-4],[1,8],[0,-7],[6,1],[0,7],[9,0],[0,2],[11,1],[3,-5],[4,9],[3,1],[8,37],[-12,8],[2,13],[-3,31],[12,4],[11,34],[-14,14],[-5,-2],[-2,11],[-22,-4],[-3,3],[0,11],[-3,0],[4,11],[5,0],[-1,-8],[6,2],[1,5],[17,-10],[13,15],[-11,10],[-1,5],[-9,5],[4,8],[15,2],[2,8]],[[3206,4942],[31,-6],[3,-15],[11,5],[16,-5],[6,10],[14,3],[24,27],[29,-6],[19,8],[21,2],[0,4],[3,-1]],[[9562,3899],[1,-1],[9,-14],[5,-11],[2,-10],[0,-7],[0,-5],[0,-5],[2,-9],[-1,-6],[1,-2],[1,-1],[5,-3],[6,-4],[1,-2],[2,-9],[-1,-5],[-4,-3],[0,-1],[-1,-1],[2,-5],[3,-4],[4,-3],[1,-1],[7,0],[6,-4],[1,-6],[1,-5],[7,-3],[5,-2],[3,0],[6,-2],[1,0],[0,-1],[0,-5],[-1,-6],[0,-1],[2,-2],[3,-2],[11,-2],[10,-4],[6,-10],[0,-1],[0,-3],[2,-12],[7,-13],[2,-1],[3,-1],[8,-1],[7,-1],[4,-2],[10,-2],[6,-5],[4,-11],[2,-4],[0,-9],[1,-13],[0,-2],[-1,-4],[-3,-2],[-5,-2],[-1,1],[1,3],[-1,2],[0,-1],[-6,-3],[-4,-7],[0,-2],[1,-1],[3,-8],[1,-3],[0,-4],[3,-7],[1,-7],[1,-4],[-1,-4],[1,-4],[3,-3],[5,-3],[3,-12],[2,-11],[3,-6],[3,1],[6,4],[5,-4],[2,-7],[0,-1],[7,-1],[4,0],[1,0],[1,7],[0,1],[3,-1],[2,-5],[1,-3],[0,-4],[2,-13],[1,-14],[2,-11],[0,-2],[0,-3],[-2,-4],[-1,-2],[0,-1],[2,-3],[6,-5],[1,0],[5,2],[4,0],[0,-1],[-4,-4],[-6,-5],[-5,-4],[0,-4],[0,-1],[7,-9],[6,-8],[-1,-8],[-10,-1],[-3,-4],[0,-5],[2,-2],[7,-1],[10,-1],[2,-3]],[[8897,3739],[-4,16],[3,21],[22,8],[7,8],[2,12],[-9,4],[1,6],[-9,9],[2,2],[35,16],[29,-9],[18,-1],[15,6],[-5,12],[5,10],[10,10],[25,5],[8,-1],[0,-6],[2,6],[5,1],[4,-1],[-2,-8],[3,0],[2,7],[1,-8],[1,7],[7,-5],[7,1],[10,19],[-4,8],[-17,3],[1,9],[-2,2],[4,2],[-7,11],[7,-3],[2,15],[11,0],[2,29],[11,1],[25,26]],[[9125,3989],[14,27],[1,29],[37,-6],[12,-10],[7,0],[11,-6],[17,10],[24,-3],[5,5],[34,13],[5,-12],[14,-13],[10,-3],[3,6],[-6,6],[5,3],[2,21],[13,9],[30,-27],[-2,-5],[5,-14],[-12,2],[7,-38],[53,-16],[-5,-37],[5,0],[4,7],[16,2],[12,-29],[2,-21],[6,8],[6,0],[0,-18],[22,-1],[17,7],[6,-1],[3,14],[17,-4],[17,1],[8,-6],[12,10]],[[1999,5025],[0,-4],[7,1],[4,-9],[-2,-7],[-10,-5],[7,0],[0,-5],[-14,-6],[-10,-17],[-5,2],[-4,-3],[1,-18],[6,6],[16,1],[39,-7],[0,-4],[11,-12],[15,-3],[-2,5],[7,1],[7,-22],[15,-4],[14,11],[11,13],[6,13],[2,16],[6,-2],[2,5],[1,-8],[12,0],[4,-5],[6,5],[0,4],[8,0],[5,-8],[21,-16],[7,1],[31,-10],[-5,-10],[-8,2],[-3,-9],[7,-2],[15,-21],[15,-6],[15,-13],[-8,-13],[21,-2],[0,-12],[-6,-19],[6,-9],[2,-16],[-14,-24],[5,-8],[8,6],[8,-9],[7,0]],[[1841,4775],[-16,3],[2,4],[-4,15],[-22,0],[-27,-6],[-8,0],[-1,4],[-1,-3],[-7,2],[-5,22],[4,10],[-3,10],[-28,4],[-11,5],[-3,11],[-13,19],[10,9],[1,-3],[14,6],[-1,4],[12,-7],[4,14],[6,-12],[6,-3],[26,5],[9,5],[-7,7],[-1,10],[21,5],[3,1],[-2,8],[17,1],[3,8],[9,-3],[-1,-7],[-3,2],[-2,-4],[0,-4],[12,-2],[2,-3],[1,3],[4,-1],[-2,5],[9,-3],[5,8],[-7,11],[4,15],[8,5],[7,-3],[-1,21],[-22,23],[-12,4],[0,4],[14,-3],[-4,8],[4,3],[-9,3],[-8,9],[-6,1],[-3,6],[13,11],[13,-4],[25,10],[6,20],[9,11],[-4,17],[3,10]],[[1883,5106],[50,-7],[17,9],[28,25],[17,-7],[5,-27],[3,3],[3,-11],[-3,-1],[7,-30],[-14,-5],[7,-13],[-5,-3],[5,-3],[-4,-11]],[[8919,4147],[10,-14],[-17,-24],[26,-9],[6,-17],[-5,-4],[10,-7],[-2,-19],[8,1],[0,-10],[8,2],[0,8],[11,9],[0,-14],[10,4],[-2,-12],[13,11],[3,-9],[12,4],[0,8],[10,9],[7,-9],[-5,-11],[9,-10],[3,4],[3,-7],[14,7],[19,-14],[19,-37],[19,-2],[17,4]],[[8526,4049],[-4,11],[1,3],[17,10],[24,6],[5,9],[4,-5],[6,6],[4,-4],[6,4],[5,-3],[4,3],[10,20],[16,20],[12,-16],[9,-1],[1,4],[10,-2],[0,-8],[12,-2],[0,-7],[13,5],[5,-12],[-5,-8],[23,-4],[5,5],[-2,2],[7,3],[14,-2],[31,23],[23,-1],[3,2],[-5,7],[5,7],[8,-1],[10,-18],[6,-3],[5,10],[9,-1],[4,-5],[4,1],[6,44]],[[8837,4151],[23,-11],[16,29],[7,0],[2,-10],[24,-18],[-9,-12],[6,-3],[4,3],[-3,-4],[7,11],[3,-3],[3,5],[-4,2],[3,7]],[[4552,4831],[-5,-7],[3,-11],[-15,-15],[-1,-28],[-7,0],[1,-19],[4,-4],[-9,-7],[3,-3],[-5,-16],[2,-5],[-4,-5],[2,-2],[-3,-2],[15,-8],[3,4],[8,-1],[-1,-7],[16,1],[9,-5],[12,1],[20,-9],[0,16],[6,6],[10,3],[-3,17],[14,3],[3,-19],[42,-17],[17,-15],[16,-7]],[[4226,4343],[1,7],[9,6],[5,7],[-6,3],[2,12],[-5,14],[8,21],[-3,24],[9,2],[-2,14],[-28,2],[4,10],[16,17],[-4,11],[-15,6],[3,11],[17,1],[4,6],[7,23],[-11,10],[-15,6],[3,20],[6,17],[16,4],[-1,8],[6,10],[12,2],[-4,9],[19,-1],[-2,26],[-10,11],[1,3],[6,0],[1,5],[13,0],[2,16],[-8,15],[-10,3],[-2,6],[14,-3],[4,16],[9,-1],[2,13],[-3,14],[-20,32],[15,2],[0,13],[5,2],[-3,-16],[11,2],[0,7],[7,2],[-5,45],[2,3],[7,1],[24,-13],[-5,17],[-5,0],[5,4],[-3,10],[7,6],[-3,6],[4,11]],[[4339,4883],[15,-3],[7,6],[13,3],[3,-7],[0,-14],[5,-14],[19,3],[1,10],[11,2],[4,4],[16,-2],[28,7],[16,-15],[3,-9],[17,-6],[12,5],[6,-12],[17,0],[3,-5],[4,2],[13,-7]],[[2298,5093],[-6,-14],[6,-12],[13,-15],[10,-4],[13,12],[14,-4],[3,6],[11,-4],[-4,-8],[11,-13],[0,13],[1,6],[4,-2],[1,14],[12,-4],[-1,6],[14,0],[5,16],[3,-3],[3,-18],[12,-5],[7,17],[16,-3],[6,2],[1,7],[19,-4],[4,-6],[19,4],[-1,8],[5,8],[12,-7],[2,-9],[26,6],[21,0],[26,-6],[8,-4],[-1,-3],[11,4],[19,-9],[15,5],[-1,-12],[12,2],[0,-11],[21,-1],[7,4],[0,-8],[9,-2],[3,-16],[11,3],[2,4],[1,-11],[4,-6],[14,-4],[10,1]],[[2731,5013],[0,-20],[14,-14],[-1,-12],[6,-14],[2,3],[2,-4],[5,-18],[11,2],[0,-19],[5,-3],[-7,-11],[-8,-2],[-3,-7],[-19,-4],[-16,-23],[10,-36],[1,-13],[-15,-11],[2,-14],[-5,-6],[-9,1],[-5,-9],[-10,2],[-19,-7],[-1,12],[-10,-1],[-9,-3],[-5,-12],[-7,-2],[-28,14],[-7,-28],[-5,-73]],[[1999,5025],[16,4],[28,-1],[30,11],[30,-4],[13,-11],[14,2],[4,-6],[5,3],[1,-3],[6,2],[7,-5],[0,11],[5,4],[2,13],[15,15],[5,12],[8,-3],[2,11],[-3,12],[16,23],[14,-8],[5,5],[4,-5],[11,5],[3,10],[17,8],[-1,-6],[3,1],[6,-11],[-8,-2],[1,6],[-5,4],[-14,-5],[1,-8],[14,1],[-3,-5],[2,-6],[9,7],[12,-11],[4,5],[20,-7]],[[5004,4838],[5,1],[7,-5],[11,-17],[38,-15],[1,-18],[18,8],[8,-5],[13,2],[18,-18],[7,-2],[1,8],[1,-9],[7,-6],[0,3],[7,-18],[4,7],[12,-8],[4,1],[9,6],[0,7],[14,-3],[13,11]],[[5202,4768],[-2,-6],[7,-2],[-5,-21],[16,-6],[-1,-6],[22,-7],[-4,-9],[1,-15],[-10,-4],[-1,4],[-19,-4],[-3,-1],[6,-9],[-9,-4],[4,-4],[-3,-6],[6,6],[4,0],[-4,-20],[7,-10],[5,-16],[5,0],[0,-5],[41,-10],[2,6],[16,-7],[2,-10],[11,-1]],[[5296,4601],[2,-23],[3,1],[-1,-47],[-17,-26],[9,-13],[2,2],[18,-13],[9,0],[-14,-23],[24,-1],[-1,-12],[8,0],[0,-4],[-8,-2],[-4,-21],[-9,-3],[3,-7],[9,-5],[-1,-4],[13,-3],[-8,-43]],[[4921,4758],[-12,15],[-17,7],[-23,36],[-5,13],[5,3],[4,9],[16,-5],[3,7],[6,1],[1,8],[5,-11],[11,-4],[13,-1],[4,10],[11,-5],[7,6],[7,-8],[-3,-6],[15,-5],[7,7],[28,3]],[[1839,5184],[-1,-15],[7,-31],[4,-3],[3,2],[5,-3],[-1,-4],[6,2],[-4,13],[3,0],[15,-14],[7,-25]],[[1316,4764],[17,3],[9,6],[-11,6],[-7,12],[6,16],[11,13],[2,6],[-1,17],[-2,-1],[3,2],[2,-2],[1,1],[2,0],[11,-10],[13,1],[10,-4],[21,5],[0,10],[-4,3],[-7,22],[3,5],[20,-10],[16,-4],[6,0],[1,3],[9,-4],[4,11],[5,-3],[2,5],[10,-1],[5,13],[19,-3],[6,4],[8,-12],[14,2],[0,8],[-9,8],[0,6],[4,1],[-5,14],[7,-3],[9,14],[-16,5],[-1,8],[13,11],[-3,7],[-10,5],[2,16],[28,-4],[42,-19],[14,15],[11,-1],[7,6],[16,-4],[-1,2],[7,3],[4,-5],[-7,-11],[3,-7],[26,-9],[14,4],[-2,3],[5,7],[4,4],[4,-2],[3,9],[-4,3],[5,7],[13,2],[9,9],[10,2],[4,9],[15,5],[-5,14],[-5,3],[-9,0],[-6,7],[9,10],[10,-3],[0,7],[13,9],[-4,19],[21,-9],[13,10],[3,6],[-5,4],[-1,16],[3,0],[1,-5],[6,0],[21,12],[-1,9],[-7,9],[-8,33],[2,11],[6,6],[-2,3],[-9,-3],[1,3],[-5,6],[0,4],[3,0],[-1,4],[-9,6],[-2,7],[7,4],[5,-6],[15,0],[10,-12],[8,8],[7,-6],[-2,-4],[3,1],[-1,-4],[13,1]],[[2731,5013],[1,4],[10,-2],[2,-4],[20,-4],[15,-11],[0,22],[5,2],[-4,14],[11,4],[4,-11],[8,0],[14,8],[11,14],[11,1],[-1,12],[27,6],[9,9],[6,1],[-5,26]],[[2875,5104],[9,-2],[1,-6],[12,-3],[10,3],[-2,-7],[8,0],[1,-6],[-3,-6],[-8,1],[22,-6],[-10,-3],[-15,-15],[7,-16],[3,-2],[4,3],[8,-12],[10,0],[8,-6],[2,3],[20,-10],[14,4],[4,-6],[9,-3],[12,15],[-4,4],[-1,18],[3,7],[7,-3],[8,6],[17,17],[3,10],[9,-5],[4,-6],[11,10]],[[3058,5082],[9,-4],[23,7],[8,-2],[18,-32],[7,5],[16,2],[0,-27],[18,-11],[0,-4],[12,-9],[14,-19],[-1,-15],[-5,-12],[16,-4],[5,-13],[8,-2]],[[5979,4693],[-5,-3],[5,-13],[7,-5],[5,1],[6,-8],[17,0],[0,-17],[-13,-5],[13,-8],[1,-6],[8,2],[9,-6],[4,2],[4,9],[-2,7],[7,0],[16,12],[3,-4],[7,4],[-4,9],[2,1],[2,-6],[12,7],[12,-20],[8,-2],[0,-7],[6,7],[18,-3],[2,-23],[3,0],[-1,5],[11,2],[-1,-8],[7,-13],[2,-10],[-4,-4],[-3,-21],[5,-23],[6,5],[13,-7],[16,4],[-3,-9],[9,-5],[4,2],[2,7],[6,-2],[-1,-6],[17,-3],[4,2],[0,-13],[11,-14],[15,17]],[[6247,4524],[6,-10],[24,-3],[-2,-6],[6,-1],[0,-16],[6,-16]],[[5572,4503],[5,-1],[14,10],[1,6],[-7,1],[11,71],[4,-1],[10,13],[-13,9],[19,30],[5,-4],[15,-3],[-2,-18],[9,0],[1,21],[10,1],[18,-7],[0,-4],[17,-3],[0,-8],[8,-1],[0,4],[11,-11],[1,-8],[3,8],[9,7],[5,-10],[8,-5],[6,-11],[-2,-7],[6,-17],[-2,-9],[34,7],[41,71],[-7,6],[4,6],[5,0],[0,11],[13,15],[13,-2],[1,13],[-5,2],[3,9]],[[5844,4694],[6,9],[10,2],[-8,15],[2,12],[16,5],[1,7],[8,6]],[[5879,4750],[19,-12],[26,-7],[11,-19],[8,-3],[14,-19],[5,1],[3,6],[14,-4]],[[7647,4144],[9,4],[4,9],[11,3],[1,-3],[15,-3],[-1,-2],[8,-7],[-2,-6],[6,1],[12,22],[-1,10],[6,14],[-2,5],[20,41],[-1,6],[-18,5],[-7,13],[-1,12],[8,18],[0,12],[-23,45],[1,21]],[[7692,4364],[6,-4],[12,3],[6,-9],[10,-3],[18,-20],[4,11],[12,6],[7,-3],[9,1],[4,8],[12,4],[12,-9],[4,-7],[6,5],[4,12],[4,-2],[2,6],[6,1],[1,10],[8,7],[-5,10],[6,3],[4,-3],[0,5],[4,3],[-2,6],[9,-3],[12,9],[6,-8],[9,5],[6,-13],[4,15],[10,-6],[1,-5],[7,4],[7,-4],[0,7],[8,5],[2,-5],[10,-1],[3,-8],[0,7],[8,-4],[4,4],[4,-4],[-1,4],[13,2],[2,-1],[-3,-4],[4,3],[3,-4],[0,6],[5,1],[0,-7],[5,-2],[-3,-3],[3,-2],[3,7],[6,-2],[5,8],[9,1],[4,-7],[0,8],[7,0],[3,4],[2,-1],[-2,-4],[5,2],[0,8],[4,1],[0,4],[16,4]],[[8046,4426],[1,-3],[9,4],[8,-4],[1,3],[5,-1],[3,-18],[7,1],[1,-10],[4,-3],[-1,-6],[11,-8],[18,-7],[-6,-6],[-1,-32],[14,-5],[4,-24],[-10,-1],[-1,-8],[-21,1],[0,6],[-20,6],[-1,-7],[9,-15],[-32,-14],[0,-15],[6,-23],[14,-27],[10,-4],[1,-5],[32,-28],[-1,-3],[-12,-2],[5,-14],[20,3],[5,6],[8,1],[23,-6]],[[5432,4860],[-10,-4],[-11,-13],[0,-19],[13,-13],[21,12],[35,-3],[-2,-11],[4,-13],[0,-29],[-9,-8],[15,-20],[-7,-6],[8,-10],[-4,-4],[19,-1],[-12,-11],[2,-43],[-22,-44],[-4,9],[-4,-10],[-12,8],[3,7],[-4,3],[-5,-8],[-5,6],[-14,-5],[-3,-1],[2,-10],[-25,-4],[-4,-7],[-15,-2],[-4,14],[-29,1],[-18,-5],[2,-12],[-37,-3]],[[5202,4768],[12,1],[8,14],[-15,14],[-3,-8],[-10,-1],[1,10],[-6,1],[1,6],[-4,4],[14,0],[7,11],[-1,4],[-5,0],[0,6],[7,0],[0,18],[8,-1],[-2,13],[2,1],[4,-5],[29,1],[-3,-25],[6,8],[9,0],[3,6],[11,-3],[45,15],[-2,16],[-8,8],[12,-3],[33,18],[3,-5],[13,6],[8,-17],[37,-11],[4,9],[7,-5],[5,-14]],[[5524,4887],[4,-11],[5,-4],[-15,-29],[15,-14],[0,-15],[6,2],[3,-17],[-1,-24],[4,-1],[-4,-7],[3,-1],[0,-6],[-5,-13],[-31,-25],[11,-16],[4,0],[9,-17],[7,6],[-3,10],[15,-2],[-2,10],[45,-3],[4,15],[16,-1],[6,-21],[2,0],[1,5],[5,0],[-1,7],[5,-2],[0,21],[6,3],[4,-5],[5,4],[9,-11],[2,2],[4,-4],[5,12],[7,-3],[3,3],[-3,16],[-4,2],[0,-5],[-4,-3],[-7,4],[0,6],[-5,5],[1,5],[6,-6],[13,1],[6,-10],[2,7],[11,-2],[2,4],[9,-3],[4,10],[2,0],[11,-6],[0,-4],[4,-3],[-1,-8],[3,-1],[16,10],[29,-2],[14,6],[-2,-14],[15,-11],[-3,-21],[-16,0],[-13,-34],[9,-4],[21,5],[2,11],[4,2],[13,-8],[6,11],[-11,6],[3,5],[25,-6],[5,-6]],[[5432,4860],[18,-3],[5,19],[3,-5],[16,5],[2,30],[10,-12],[38,-7]],[[6505,4424],[1,20],[7,20],[9,0],[20,9],[2,-6],[9,2],[0,8],[17,2],[-1,12],[6,3],[39,-1],[7,-4],[5,8],[5,-4],[6,15],[17,6],[10,0],[3,6],[8,-3],[-1,51],[-32,15],[-2,9],[-3,-3],[-3,5],[-3,-3],[5,7],[-1,3],[-11,6],[30,13],[24,14],[5,0],[0,5],[7,-3],[3,8],[11,1],[11,-13],[23,1],[5,7],[-4,21],[9,0],[-5,9],[7,1],[0,21],[12,0],[5,11],[-2,9],[4,1],[2,-8],[5,4],[17,-6],[13,13],[6,-7],[-1,-7],[23,0],[3,-11],[-2,-14],[14,2],[3,-12],[14,-6],[4,-6],[-3,-2],[10,-13],[-8,-5],[4,-1],[-5,-3],[8,-16],[8,2],[1,-6],[8,-4],[4,-8],[-7,-4],[1,-4],[17,2],[-1,17],[7,2],[3,-4],[7,11],[10,2],[17,22],[11,31],[4,1],[9,-4],[1,3],[-5,8],[14,-10]],[[6985,4672],[13,-9],[11,16],[27,0],[-3,-53],[3,-17],[-4,-1],[-16,20],[-2,-3],[2,-10],[-2,-5],[5,-2],[-4,-14],[4,-4],[0,-13],[15,2],[10,-4],[-6,-6],[7,4],[12,-11],[3,8],[14,-4],[1,-24],[-8,-13],[15,7],[8,-5],[13,-16],[-11,-2],[-4,-6],[2,-15],[-3,0],[-1,-13],[-4,-3],[-3,-11],[-4,1],[-1,-3],[-9,3],[-2,-4],[0,-3],[5,-1],[-3,-8],[11,-4],[-1,-10],[-8,2],[-1,-5]],[[3910,4760],[-3,3],[4,7],[-15,7],[-13,19],[7,23],[-5,3],[2,7],[-6,9],[4,11],[-5,26],[-3,-2],[1,5],[-6,-2],[-2,7],[-3,-4],[-1,4],[-6,0],[-9,9],[1,7],[-3,11],[-22,24],[0,8],[6,5],[-4,5],[-2,13],[-7,0],[0,6],[-16,22],[9,6],[10,-4],[3,5],[-9,0],[-2,10],[-11,12],[-1,10],[5,13],[10,14],[30,9],[-5,21],[-12,16],[-4,14],[-12,19]],[[3815,5138],[34,-1],[79,-34],[45,-6],[5,11],[43,6],[9,0],[2,-3],[4,3],[-4,23],[3,15],[23,-10],[3,23],[20,-2],[12,18],[3,24]],[[4096,5205],[12,1],[-1,10],[14,-1],[5,-12],[15,-11],[-13,-19],[-2,4],[-4,-7],[3,-4],[-7,-15],[30,-37],[16,-8],[26,-61],[-21,-1],[18,-4],[3,-11],[5,1],[4,-11],[-5,-7],[17,-17],[6,-18],[15,0],[0,-7],[14,3],[5,9],[6,-1],[-1,6],[12,1],[0,-4],[9,2],[6,-26],[-3,-11],[4,-12],[7,-4],[-1,-12],[15,-4],[36,-2],[7,-23],[-3,-7],[-6,-2]],[[966,5526],[-2,0],[12,-36],[36,12],[16,4],[2,-6],[42,13],[6,-22],[11,3],[6,-22],[33,23],[29,9],[9,-1],[13,-15],[10,-3],[-2,-12],[-6,-3],[-3,-6],[-12,-76],[14,-25]],[[1180,5363],[-15,-31],[2,-7],[-7,-5],[4,-15],[-2,-8],[8,-16],[-6,-3],[-5,4],[-4,-14],[-7,18],[-17,-3],[5,-30],[5,-2],[0,-6],[4,-7],[5,-29],[-9,-10],[9,-12],[2,-12],[-13,-9],[-6,-22],[15,-10],[8,-25],[-5,-15],[12,-10],[5,-11],[-18,-46],[-6,-6],[-19,3],[-4,-4],[-11,-31],[4,-12],[-7,-12],[-29,2],[-6,-6],[-20,-9],[-13,-16],[-8,1],[-3,-8],[-47,-26]],[[526,4771],[0,1],[-4,12],[-5,6],[-6,5],[-8,2],[-10,3],[-8,1],[-1,0],[-1,1],[-2,2],[-4,6],[0,1],[0,1],[0,3],[0,2],[-1,1],[-3,7],[-1,1],[-1,1],[-1,1],[-4,8],[2,9],[0,5],[-1,4],[-1,6],[2,3],[3,4],[1,1],[2,-1],[3,2],[3,1],[6,6],[0,5],[-2,6],[2,5],[1,1],[1,1],[3,0],[3,0],[1,0],[2,0],[2,0],[1,1],[1,1],[5,5],[1,0],[8,7],[6,6],[4,7],[3,5],[1,5],[1,6],[4,5],[4,6],[8,1],[6,6],[8,7],[4,4],[3,5],[2,4],[2,11],[5,8],[3,10],[1,10],[0,2],[-1,4],[1,2],[2,3],[3,4],[1,0],[1,0],[1,1],[1,0],[0,1],[4,5],[2,2],[0,1],[0,1],[0,2],[1,7],[1,6],[0,1],[0,2],[-1,1],[-1,2],[-1,2],[-5,4],[-4,7],[-1,3],[-1,2],[0,2],[0,7],[-2,8],[3,4],[3,3],[6,9],[3,12],[1,4],[0,1],[0,1],[0,2],[-1,2],[-1,2],[-1,3],[-1,1],[-1,0],[5,12],[8,12],[4,6],[5,5],[4,12],[6,10],[0,8],[1,9],[-3,8],[-1,8],[0,1],[1,2],[1,2],[2,1],[3,2],[2,2],[2,1],[1,1],[0,2],[1,3],[1,2],[0,2],[-1,1],[0,2],[-1,1],[-2,3]],[[631,5258],[9,2],[4,13],[6,5],[6,-3],[10,-16],[16,6],[-17,16],[11,12],[5,0],[-8,4],[1,3],[6,0],[0,7],[-5,4],[-5,12],[18,3],[0,9],[3,1],[-7,14],[2,25],[11,5],[13,14],[3,-7],[7,1],[-2,3],[4,2],[5,-5],[8,1],[1,-5],[10,-2],[0,-11],[-9,2],[3,-8],[22,9],[-4,6],[2,6],[-7,5],[7,8],[-5,5],[-6,-7],[-4,5],[19,22],[-8,8],[1,9],[2,3],[0,-3],[5,2],[3,-2],[0,8],[5,3],[-13,20],[1,9],[5,12],[4,-3],[1,4],[3,-4],[6,4],[2,-3],[1,8],[3,-3],[3,2]],[[788,5498],[7,-1],[-1,-4],[5,3],[-3,-3],[3,-4],[14,11],[23,-4],[21,17],[25,-2],[2,-4],[11,1],[7,5],[-1,9],[7,-6],[13,2],[3,5],[7,1],[7,12],[7,0],[7,-5],[3,6],[7,4],[3,-4],[-4,-1],[0,-8],[5,-2]],[[3383,4968],[55,-9],[7,-11],[0,4],[32,1],[2,11],[8,-3],[12,12],[16,-6],[10,-8],[5,-24],[24,7],[9,-1],[-16,27],[-11,5],[6,8],[2,-2],[3,2],[1,12],[14,6],[5,11],[9,1],[11,29],[-16,4],[-1,29],[4,26],[-14,12],[4,15],[4,-5],[3,2],[-4,4],[17,6],[-20,27],[-2,5],[3,2],[2,12],[-3,5],[4,6],[10,4],[4,11],[10,12],[-5,6],[-16,0],[2,8],[-4,6],[3,5],[-6,4]],[[3566,5246],[9,3],[0,12],[7,-1],[5,8],[13,2],[2,3],[7,-3],[10,10],[8,-2],[-1,-9],[15,0],[51,20]],[[3692,5289],[7,-11],[-1,-4],[23,-10],[15,17],[20,-1],[47,14]],[[3803,5294],[10,-27],[22,1],[0,-20],[7,2],[6,-29],[-11,-27],[-9,-7],[-19,-47],[6,-2]],[[1734,5451],[-3,-23],[9,-2],[2,-4],[4,2],[10,-7],[-2,-28],[-6,-27],[-18,-11],[-2,-12],[-6,-6],[-16,-4],[1,-5],[26,-38],[18,3],[13,-8],[7,-11],[26,-16],[8,34],[14,1],[21,-10],[5,-8],[-3,-4],[17,-9],[1,-13],[8,-6],[4,2],[6,-10],[-14,-7],[-2,-12],[5,-14],[-30,-2],[2,-12]],[[1180,5363],[13,-2],[7,-5],[3,-9],[17,-3],[19,-9],[48,3],[-9,-11],[-5,-13],[7,-13],[21,14],[-1,3],[12,10],[15,-6],[4,1],[23,-12],[9,12],[13,5],[24,24],[14,2],[0,-9],[5,1],[0,6],[6,-4],[6,2],[1,6],[33,18],[14,28],[9,3],[-8,14],[28,14],[-3,8],[10,3],[-1,5],[16,2],[15,-37],[18,8],[1,14],[8,1],[3,-13],[24,2],[12,28],[-1,13],[35,3],[31,28],[-2,7],[3,2],[4,0],[4,-9],[13,-5],[25,11]],[[1723,5504],[11,-27],[-3,-17],[3,-9]],[[6467,4880],[-9,-16],[3,-22],[20,1],[0,-13],[-11,-1],[-1,-6],[-31,8],[-15,0],[-4,-5],[3,-10],[22,-2],[-3,-31],[7,-14],[0,-11],[6,-2],[3,-13],[-8,1],[7,-4],[-10,-10],[-2,-24],[20,-2],[36,-16],[1,-8],[9,-4],[10,-11],[-4,-16],[5,-27],[-6,-37],[-17,-2],[-3,-11],[-9,-1],[-4,-7],[3,-6],[-2,-6],[-24,2],[-1,-4],[-12,10],[-49,10],[-12,-5],[-1,20],[-4,-11],[1,5],[-4,1],[-1,19],[-26,-3],[-21,16],[0,7],[-9,-8],[-4,2],[-3,-13],[-9,9],[-5,-5],[5,-6],[-4,-7],[-14,-8],[-24,-6],[-4,-17],[-5,-5],[5,-22],[-11,-9]],[[5979,4693],[23,2],[7,32],[19,-3],[4,10],[-3,9],[8,3],[5,14],[7,-3],[3,11],[0,27],[-4,5],[-32,4],[-21,11],[-8,0],[-6,14],[4,11],[14,17],[2,14],[13,-7],[23,4],[13,-14],[19,9],[-2,8],[3,0],[-1,7],[9,4],[26,-2],[23,3],[21,-2],[-3,-2],[2,-9],[14,3],[15,-9],[1,12],[26,4],[-5,4],[-7,19],[3,13],[19,-2],[6,-7],[11,0],[9,-11],[38,19],[19,-37],[19,13],[6,13],[14,-2],[5,10],[32,-2],[-1,26],[10,18]],[[6381,4954],[52,-8],[-5,-20],[19,-11],[-1,-4],[7,-12],[-1,-19],[15,0]],[[5732,4994],[5,-36],[4,1],[8,-13],[-8,-8],[-1,-19],[8,-6],[5,-11],[33,-22],[22,-6],[11,1],[10,8],[3,-14],[10,-11],[7,-4],[9,5],[19,-18],[-12,-20],[-7,-1],[0,-26],[10,-1],[-3,-14],[-12,6],[-3,-23],[18,-11],[11,-1]],[[5524,4887],[12,15],[13,3],[6,8],[22,16],[-7,2],[-2,25],[-27,-4],[-1,6],[14,17],[-1,9],[9,10],[3,11],[9,7],[-5,8],[1,15],[-3,5],[3,4],[8,-5],[-1,-4],[11,12],[8,-3],[12,-13],[7,-1],[14,14],[13,2],[8,-3],[13,7],[41,6]],[[5704,5056],[7,-37],[10,-19],[11,-3],[0,-3]],[[8534,4441],[30,-17],[9,-10],[1,-5],[8,-5],[60,-19],[0,-68],[57,-7],[-3,11],[7,13],[26,1],[8,-3],[-2,8],[-4,2],[4,4],[0,41],[3,1],[5,-4],[11,0],[5,-4],[1,4],[11,-11],[2,2],[1,-6],[-4,2],[0,-6],[7,-5],[0,-4],[10,-6],[7,0],[13,-15],[9,0],[5,-8],[29,-2],[13,-9],[-4,-12],[9,-6],[6,-15],[6,-3],[-10,1],[0,-3],[-5,2],[-7,-8],[-1,-23],[14,0],[-1,-7],[3,-2],[-5,-15],[-4,0],[2,5],[-4,10],[-5,1],[-4,-1],[-2,-10],[-4,5],[-2,-7],[-16,1],[6,-28],[-3,-12],[7,-20],[-2,-18]],[[8046,4426],[5,13],[-4,20],[7,3],[8,-14],[8,0],[6,3],[-6,9],[5,1],[-2,5],[3,2],[5,-6],[11,-2],[7,3],[2,12],[-18,7],[-18,15],[4,6],[-6,5],[-3,11],[-8,9],[-5,0],[2,15],[-4,-1],[0,4],[6,9]],[[8051,4555],[32,-20],[-1,-6],[5,15],[32,-11],[0,-11],[28,-5],[2,29],[5,-4],[3,6],[4,28],[4,-2],[0,4],[9,-5],[5,9],[3,-3],[-3,-25],[4,0],[-1,-15],[13,-1],[-2,-13],[5,0],[2,28],[25,-2],[1,16],[4,2],[27,69],[-1,10]],[[8256,4648],[19,-3],[36,-19],[30,-12],[-5,-13],[15,-7],[-1,-3],[7,-7],[14,-8],[-2,-4],[15,-9],[6,-2],[2,4],[5,-3],[-6,-5],[2,-2],[12,-2],[0,-3],[4,5],[20,-2],[-6,-6],[7,-4],[18,-22],[17,-9],[8,-12],[-6,-10],[26,-17],[27,-36],[14,4]],[[3058,5082],[-2,9],[8,0],[7,17],[21,9],[53,-2],[36,5],[7,-5],[5,1],[3,40]],[[3196,5156],[15,20],[28,-13],[14,8],[11,-1],[13,-9],[11,1],[-2,3],[4,7],[12,1],[-6,5],[4,4],[10,7],[6,-3],[12,11],[1,-3],[10,10],[0,9],[8,1],[14,11],[-15,17],[-8,25],[10,-1],[-2,14],[33,11],[8,10],[5,-3],[-5,4],[1,13],[-7,9],[2,27]],[[3383,5351],[6,-2],[15,17],[-7,12],[11,-2],[9,10],[7,-5],[12,-2],[13,2],[-8,-9],[6,-8],[7,5],[1,11],[38,7],[12,-6],[16,7],[-1,-8],[12,1],[5,-7],[-4,-11],[5,-10],[-5,-3],[-2,-15],[-3,1],[-2,-6],[5,-5],[-2,-4],[2,-4],[-4,-3],[3,-7],[8,-2],[-2,-8],[5,-11],[8,-11],[-3,-2],[14,-6],[1,-6],[5,-2],[0,-13]],[[2968,5453],[-6,-42],[21,-14],[1,-19],[12,-11],[6,3],[11,-4],[-2,-12],[3,-15],[-6,-29],[12,-2],[12,7],[19,-7],[21,11],[17,-1],[7,8],[9,-7],[9,5],[17,-14],[14,5],[7,-6],[1,-6],[9,0],[13,7],[11,0],[5,-4],[-1,-4],[3,-3],[-4,-19],[-27,-11],[-16,-13],[1,-21],[-6,-17],[2,-17],[16,-12],[13,10],[10,-1],[-4,-29],[18,-13]],[[2875,5104],[-6,15],[-5,2],[-1,9],[-8,3],[0,5],[-5,4],[-4,-3],[-6,6],[-10,2],[-12,9],[-4,9],[-3,-3],[-11,7],[-9,-1],[-6,-1],[-6,-6],[-8,3],[-12,11],[13,26],[15,16],[9,31],[-7,7],[-27,-4],[-15,2],[2,22],[-5,21],[15,3],[-5,15],[-25,-1],[10,30],[-7,0],[-3,-7],[-9,7],[-1,-6],[-4,2],[-4,-4],[-18,6],[-10,23],[-22,15],[7,30],[6,9],[-4,23]],[[2670,5441],[6,-2],[12,14],[4,0],[4,-6],[9,9],[14,-1],[2,3],[22,-7],[14,9],[2,9],[-3,5],[6,-3],[3,6],[11,1],[9,-5],[10,-16],[6,1],[15,-12],[-4,-7],[5,-14],[35,33],[2,-3],[7,0],[1,-6],[-4,-2],[4,-3],[9,0],[3,-12],[8,1],[23,-14],[2,-20],[4,-1],[4,2],[4,16],[8,8],[9,4],[17,20],[15,5]],[[4694,5248],[8,-3],[17,-22],[-13,-14],[20,-4],[9,2],[0,4],[15,0],[2,-37],[-24,-5],[0,-14],[9,4],[7,-5],[0,-4],[-8,-1],[0,-5],[46,-3],[-1,13],[4,1],[-3,13],[12,-4],[2,-8],[12,2],[20,24],[8,-1],[0,-6],[10,-3],[0,-8],[13,0],[4,-10],[14,4],[1,7],[6,5],[6,-6],[2,6],[5,0],[3,-22],[3,5],[5,-1],[2,3],[8,-4],[18,12],[7,-14],[19,12],[10,-9],[0,-5],[10,-1],[-2,-6],[14,-1]],[[4994,5139],[-2,-8],[-6,1],[0,-10],[10,-3],[-3,-19],[11,-4],[13,-18],[-15,-63],[4,-4],[-5,-26],[9,-8],[18,12],[10,-8],[5,14],[8,2],[5,-10],[0,-21],[-8,-36],[-4,-6],[-23,-8],[-6,-35],[5,-6],[-9,-18],[-6,-1],[-1,-18]],[[4552,4831],[5,13],[-4,8],[4,-2],[2,23],[7,6],[-5,2],[5,0],[1,5],[-3,3],[-1,19],[12,9],[4,-3],[10,5],[-2,15],[4,0],[4,9],[12,12],[-5,4],[3,6],[-2,3],[11,11],[20,35],[-25,16],[-1,13],[-6,0],[5,11],[-3,20],[-8,-14],[-1,6],[-5,-1],[-9,19],[1,3],[17,-3],[1,7],[-3,22],[-5,1],[-9,12],[1,4],[17,13],[-8,13],[-1,5],[4,2],[-3,16],[-10,14],[2,13],[-2,8],[6,18],[-5,19]],[[4584,5251],[6,-2],[29,20],[11,-15],[23,-11],[8,0],[8,8],[11,3],[1,6],[4,-2],[0,-8],[9,-2]],[[1945,5556],[11,-13],[-4,-13],[4,-8],[0,-11],[-3,-1],[-5,-15],[8,-5],[2,-20],[-6,-4],[-9,2],[2,-4],[-3,-1],[5,-1],[-11,-16],[20,5],[4,-12],[-14,-12],[34,-12],[8,19],[2,-8],[9,8],[19,-2],[2,8],[22,-2],[-6,-2],[3,-4],[-3,-3],[8,-4],[-6,0],[3,-4],[-5,-1],[10,-6],[-3,-2],[-10,9],[-6,-4],[-4,-6],[5,-3],[-2,-7],[-6,-3],[2,-7],[10,-11],[11,-3],[9,-26],[11,-7],[1,-13],[6,0],[12,15],[6,1],[-1,-5],[-2,1],[-9,-17],[0,-6],[10,-6],[-2,-6],[3,-8],[37,9],[0,-9],[24,-40],[7,-23],[33,27],[7,10],[17,8],[6,-11],[7,-1],[5,4],[4,-8],[9,0],[0,-12],[6,-22],[9,-2],[9,-11],[6,3],[17,-12],[13,0],[15,-14]],[[2318,5196],[4,-3],[-1,-16],[9,-9],[7,-2],[0,-14],[-13,0],[-6,-18],[-3,0],[-2,-13],[-8,1],[1,-8],[-8,-21]],[[1734,5451],[29,1],[1,12],[3,-1],[14,18],[30,-6],[9,5],[-3,8],[4,3],[-2,7],[3,9],[5,2],[9,0],[5,-6],[4,2],[13,-2],[15,7],[1,4],[-5,22],[19,1],[23,-5],[4,1],[5,19],[7,9],[18,-5]],[[7475,4483],[12,-15],[22,-13],[4,-30],[6,-7],[19,-5],[16,-11],[61,-17],[8,1],[20,13],[33,-8],[11,-9],[5,-18]],[[6985,4672],[6,8],[-13,11],[1,8],[16,0],[1,3],[-5,9],[11,9],[7,-9],[9,12],[-9,8],[8,10],[9,3],[5,-13],[6,-5],[6,3],[4,8],[14,11],[3,19],[6,2],[4,6],[4,-5],[18,1],[-3,7],[12,7],[-2,8],[7,2],[35,27],[3,11],[-1,7],[-4,6],[-4,-1],[-4,8],[-8,2],[-2,13],[-10,6],[8,4],[-2,8],[12,6],[3,7],[10,2]],[[7146,4901],[6,-13],[19,-19],[71,-36],[31,-31],[22,-35],[-3,-23],[-20,-28],[-2,-15],[11,-20],[7,-8],[7,-1],[10,-12],[0,-29],[9,-8],[9,-21],[9,-38],[11,-6],[28,8],[32,-4],[7,-7],[9,-28],[20,-26],[17,-14],[19,-4]],[[2318,5196],[5,0],[2,6],[-3,9],[11,6],[-11,13],[19,6],[-13,20],[8,-1],[2,24],[29,16],[20,-1],[9,7],[-2,29],[13,8],[23,-4],[7,-6],[10,7],[-9,13],[6,44],[10,22],[20,17]],[[2474,5431],[10,2],[16,14],[-4,2],[4,10],[-5,3],[26,8],[11,25],[8,6],[15,-4],[26,-27],[14,26],[17,11],[16,-11],[22,-8],[4,-12],[-9,-21],[11,-11],[14,-3]],[[7475,4483],[10,10],[14,4],[1,31],[-5,4],[4,2],[-4,8],[3,8],[8,6],[20,-15],[4,3],[1,-6],[13,-8],[21,-10],[7,-9],[9,6],[5,-34],[22,-10],[6,29],[7,3],[-4,13],[2,4],[16,3],[-4,9],[3,2],[2,-11],[1,3],[6,0],[8,11],[9,-2],[2,-4],[27,2],[0,7],[8,0],[2,14],[2,-2],[-2,14],[6,1],[-1,9],[11,-8],[-1,20],[5,-5],[17,-1],[3,29],[15,6],[8,12],[-2,5],[-16,2],[-1,5],[-8,1],[-7,16],[4,6],[-3,14],[-23,7],[1,11],[-13,1],[1,10],[4,0],[5,6],[-1,9],[13,2],[8,7],[1,9],[14,3],[17,-3],[3,15],[15,5],[6,-5],[6,2],[8,11],[11,4],[5,13],[5,-2]],[[7815,4785],[26,-14],[50,-11],[42,18],[2,-13],[-12,-4],[-6,-34],[2,-17],[-11,-10],[0,-9],[13,-2],[3,-11],[-3,-4],[-16,6],[-1,-4],[15,-37],[5,-1],[9,35],[7,0],[18,-12],[19,-3],[-4,-5],[24,-19],[0,-21],[10,-7],[2,-6],[11,-2],[-3,-5],[7,-7],[-9,-17],[25,-18],[-4,-5],[6,6],[3,7],[6,-4]],[[4994,5139],[-8,12],[1,6],[7,-2],[1,5],[6,-1],[36,-5],[2,8],[8,7],[1,-3],[37,-4],[3,19],[11,4],[8,-5],[18,3],[-2,8],[20,9],[12,1],[-1,-14],[5,0],[0,-9],[20,-11],[1,6],[21,0],[0,5],[9,4],[-6,5],[2,7],[13,-5],[3,5],[3,-1],[0,-7],[12,-4],[-10,-5],[8,-22],[9,-1],[1,-11],[8,4],[21,1],[16,-6],[5,20],[5,1],[2,-11],[16,-2],[-2,-14],[12,-4],[16,10],[3,-6],[8,4],[-10,36],[3,1],[3,-5],[-1,-9],[11,6],[1,-6],[5,1],[2,-16],[9,10],[10,-16],[15,20],[4,22],[4,-6],[11,-3],[4,23]],[[5426,5198],[15,-5],[15,9],[-1,-13],[30,-1],[-2,-3],[12,-2],[-1,-11],[4,-1],[18,12],[6,-1],[15,6],[6,0],[14,-9],[13,0],[2,-4],[1,2],[29,9],[-3,-11],[-10,-5],[-6,-8],[12,-30],[38,-15],[17,-2],[18,-21],[27,5],[9,-43]],[[6036,5115],[23,-9],[24,8],[8,-4],[5,-14],[-8,-7],[-39,6],[-3,-43],[9,-3],[-4,-8],[-10,-1],[6,-20],[-4,1],[1,-3],[-11,0],[-7,6],[0,-4],[-4,1],[-1,-16],[-3,13],[-23,5],[-9,-11],[-9,3],[-1,-3],[-8,1],[2,5],[-2,6],[7,5],[-5,5],[6,7],[-1,10],[8,3],[-15,13],[4,0],[1,13],[-3,1],[16,15],[-6,0],[33,21],[-5,4],[5,6],[10,-10],[3,10],[10,-12]],[[7099,4970],[4,-1],[2,-10],[23,-19],[8,-13]],[[7136,4927],[10,-26]],[[6467,4880],[19,-9],[19,13],[-2,8],[4,14],[-2,15],[3,36],[-3,13],[17,1],[-3,16],[5,1],[5,6],[-10,16]],[[6519,5010],[14,0],[1,10],[-29,2],[2,10],[-3,-2],[-1,10],[7,0],[4,6],[10,-2],[1,-7],[19,2],[4,22]],[[6548,5061],[5,-3],[-1,-8],[12,5],[1,-11],[7,-3],[0,3],[18,-2],[25,10],[-4,-8],[8,-3],[5,10],[8,-4],[5,8],[14,2],[2,5],[10,5],[14,-22],[11,1],[7,-20],[-3,-2],[9,-5],[10,2],[13,-5],[30,6],[0,-5],[7,0],[0,-14],[4,1],[-1,20],[18,2],[5,4],[14,-25],[5,9],[2,-2],[3,5],[2,-8],[4,2],[-4,-12],[12,-4],[-12,-11],[15,-4],[7,1],[4,9],[6,-2],[4,11],[13,5],[5,9],[20,5],[0,12],[6,-2],[12,-14],[17,13],[26,8],[19,-7],[3,3],[17,-10],[9,5],[19,0],[4,-12],[8,1],[3,-5],[14,5],[5,-26],[18,-1],[-11,-35],[5,10],[9,-1],[-2,-4],[12,3],[1,-12],[7,-3],[-7,15],[6,-4],[0,-5],[4,1],[2,2],[-3,9],[9,6]],[[1945,5556],[2,11],[5,4],[10,-10],[-4,-5],[5,-6],[3,6],[9,3],[6,-13],[3,0],[6,9],[8,-5],[-5,-14],[7,2],[0,-3],[11,-2],[10,3],[7,-10],[8,0],[12,42],[4,4],[-6,26],[18,7],[2,5],[5,-7],[10,0],[1,6],[4,0],[-1,-7],[13,2],[0,5],[3,-1],[-1,10],[4,-12],[16,5],[0,3],[3,1],[6,-2],[22,6],[20,11],[6,-8],[7,5],[9,-7],[5,7],[4,-2],[7,-10],[33,-20],[6,-20],[4,25],[10,-3],[3,-9],[27,-23],[6,10],[17,0],[9,25],[24,-18],[3,-13],[5,-5],[20,13],[8,24]],[[2384,5601],[1,8],[30,0],[22,8],[6,9],[17,-6],[15,-18],[0,-13],[4,0],[0,-11],[-19,-35],[-15,-10],[8,-16],[13,-9],[-2,-22],[7,-17],[-10,-7],[4,-9],[-4,-1],[9,-10],[-1,-8],[5,-3]],[[4096,5205],[-2,34],[-4,5],[-4,26],[10,8],[1,5],[-10,9],[8,11],[47,22],[8,10],[4,18],[21,0],[17,-5],[4,1],[1,10],[18,-3],[4,33],[25,-14],[7,3],[1,-4],[6,0],[-5,12],[1,12],[11,0],[2,-6],[8,4],[0,6],[13,2],[-1,20],[3,6],[4,-4],[-1,-10],[4,-4],[5,8],[21,1],[1,6],[8,4]],[[4332,5431],[23,-35],[23,-8],[15,-16],[38,-7],[18,-11],[8,5],[10,-2],[6,-8],[8,-3],[16,-1],[17,10],[4,-3],[3,4],[-2,5],[12,10],[14,-12],[7,-1],[3,-18],[-2,-7],[5,-15],[-2,-18],[4,-5],[-1,-5],[22,-21],[-2,-6],[5,-12]],[[1310,5782],[6,-13],[9,3],[4,-4],[0,-12],[37,10],[6,-12],[56,-9],[13,-8],[6,3],[2,-4],[-7,1],[1,-5],[-4,-2],[6,-5],[13,5],[13,-4],[25,0],[4,-38],[6,5],[7,-1],[11,-11],[-2,-6],[2,-4],[46,-23],[4,-12],[3,5],[7,-6],[9,5],[5,-4],[8,4],[33,19],[-6,4],[37,21],[33,4],[5,-15],[4,3],[16,-11],[-6,-5],[3,-6],[-2,-12],[-20,-10],[-3,-8],[28,2],[26,10]],[[1754,5636],[0,-11],[-11,-5],[1,-6],[-5,-9],[-9,-8],[-5,-10],[3,-1],[-4,-10],[7,-13],[3,-35],[-11,-24]],[[966,5526],[6,4],[-1,4],[14,5],[11,2],[10,-8],[6,1],[2,5],[10,0],[6,7],[3,12],[-10,9],[-2,8],[22,19],[6,-6],[0,-11],[5,-2],[9,8],[8,17],[9,5],[8,14],[13,6],[0,4],[-27,18],[3,22],[40,4],[-4,20],[-9,16],[-2,15],[13,0],[7,10],[10,28],[0,13],[10,4],[16,-3],[5,7],[11,-1],[0,5],[7,-1],[-1,-12],[12,3],[27,-12],[4,22],[5,2],[37,-5],[14,-11],[31,9]],[[8879,4762],[16,-18],[1,-14],[18,-19],[11,6],[43,-4],[3,2],[6,-4],[29,-39],[4,-21],[17,-19],[25,20],[20,-3],[7,0],[1,4],[31,-22],[33,-13],[23,-41],[9,-27]],[[9176,4550],[2,-9],[-1,-9],[-3,-1],[1,-15],[-9,-16],[-58,8],[-2,-10],[-2,0],[8,-26],[-28,-10],[-4,9],[3,14],[-26,-8],[1,-9],[-7,-2],[-17,-20],[3,-8],[-4,-23],[-6,-7],[-8,6],[-16,-32],[21,-16],[-1,-3],[15,-20],[13,-9],[11,-24],[10,-4],[-24,-82],[-6,-6],[-9,0],[-1,-7],[-77,12],[3,-4],[-11,-3],[8,-30],[-21,5],[2,-2],[-5,-7],[6,-5],[-14,-4],[0,-6],[9,-4],[-12,-4],[-4,-9],[3,-3]],[[8534,4441],[6,42],[-14,-3],[0,24],[29,-2],[4,7],[7,-1],[0,18],[6,1],[0,13],[8,4],[-4,10],[10,4],[-6,27],[22,6],[12,-4],[-2,-4],[21,2],[3,17],[5,0],[10,17],[0,7],[27,55],[18,0],[15,-8],[6,10],[13,12],[16,5],[4,-8],[9,11],[7,-5],[17,47],[7,-1],[10,35],[40,-7],[-6,-21],[11,-6],[13,2],[9,9],[12,6]],[[9388,4696],[-2,-5],[0,-9],[0,-9],[3,-8],[0,-1],[2,-1],[2,0],[4,1],[1,0],[0,1],[0,1],[3,-2],[2,-5],[2,-4],[1,-8],[1,-9],[5,-11],[1,-1],[1,-1],[1,-1],[0,-2],[0,-1],[-5,-9],[-5,-8],[1,-10],[1,-10],[0,-2],[0,-2],[0,-1],[2,-6],[4,-7],[0,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,1],[-2,0],[-4,-2],[-3,-2],[-3,-9],[-2,-12],[2,-5],[2,-2],[4,-4],[1,-1],[0,-1],[0,-2],[0,-4],[-1,-1],[0,-1],[-1,-1],[-3,0],[-1,-10],[3,-12],[0,-6],[-1,-5],[-2,-5],[0,-4],[1,-8],[2,-12],[4,-9],[2,-7],[2,-9],[4,-3],[4,-3],[1,0],[2,-1],[1,-1],[2,-2],[0,-2],[1,-2],[0,-1],[0,-1],[-1,-2],[-1,-15],[6,-10],[2,-4],[-1,-4],[-2,-1],[-1,-1],[-1,-2],[-2,-1],[-2,-3],[0,-1],[-2,-7],[0,-6],[1,-12],[1,-2],[1,-1],[1,-1],[2,-1],[1,-1],[10,-2],[8,3],[8,0],[13,-10],[8,-11],[4,-4],[2,-5],[-1,-5],[-5,-5],[0,-3],[-1,-6],[0,-2],[7,-11],[7,-7],[7,-10],[1,-1],[4,-1],[9,1],[1,1],[1,1],[1,4],[3,2],[2,0],[3,-3],[7,-10],[1,-4],[2,-11],[-2,-6],[-9,-9],[-4,-6],[-1,-1],[-4,-4],[-1,0],[-3,-7],[1,-14],[0,-1],[2,-1],[6,-1],[3,-1],[7,-2],[5,-1],[6,-1],[4,0],[0,-4],[-1,-6],[-3,-5],[1,-5],[3,-5],[1,-1],[2,-3],[3,-10],[8,-4],[2,-9],[-1,-5],[0,-6],[1,-4],[-4,-4],[-5,-3],[-6,-4],[-5,-4],[-2,-1],[1,-3],[2,-3],[4,-4],[0,-5],[-3,-4],[0,-1],[0,-2],[1,-6],[1,-7],[0,-6],[-4,-2],[-1,-1],[-9,-5],[-6,-8],[-4,-5],[-2,-5],[-2,-12],[-2,-7],[-6,-11],[-2,-4],[-4,-4],[-3,-4],[-1,-5],[0,-11],[3,-7],[4,-11],[0,-5],[2,-6],[4,-4],[1,-5],[-2,-5],[-1,-5],[2,-5],[2,-2],[3,0],[4,2],[5,3],[5,1],[2,0],[7,-2],[2,0],[6,-2],[3,-2],[2,-2],[2,-1],[9,-10],[6,-7]],[[9176,4550],[15,0],[-7,16],[2,17],[28,17],[27,29],[-1,2],[7,3],[21,21],[1,7],[-14,11],[2,16],[14,9],[14,-5],[17,3],[0,15],[4,7],[-4,13],[6,18],[-1,3],[3,4],[10,6],[13,-1],[9,-5],[-4,-9],[35,-20],[-8,-17],[23,-14]],[[5396,5352],[-2,-22],[-6,-19],[7,-12],[8,-2],[9,-12],[-35,-9],[26,-10],[-1,-23],[5,1],[-8,-12],[7,-2],[0,-11],[13,-3],[0,-13],[7,-5]],[[4694,5248],[12,13],[2,15],[11,2],[-1,6],[5,3],[8,-2],[2,3],[4,-5],[6,1],[8,-9],[10,2],[5,5],[5,-7],[7,1],[3,-4],[10,2],[5,43],[10,-6],[4,4],[5,28],[-2,9],[-4,0],[-1,5],[-9,-8],[-6,3],[-15,10],[-3,14],[-1,24],[7,14],[3,43],[6,18],[3,-2],[3,7],[10,-3],[3,3],[8,-7],[12,19],[1,-7],[0,6],[2,-6],[4,0],[2,8],[8,1],[12,12],[7,-6],[21,7],[32,-4],[25,-22]],[[4943,5481],[28,0],[10,-10],[20,2],[6,7],[1,11],[21,-4],[12,5],[8,-8],[2,-8],[-10,-8],[6,-8],[23,8],[9,-18],[7,-1],[11,4],[15,12],[5,-18],[-3,-5],[18,-24],[15,7],[-4,7],[15,9],[11,-18],[6,0],[8,13],[20,-42],[5,-5],[5,1],[5,-47],[5,-9],[-4,-1],[13,-8],[62,10],[1,6],[20,3],[4,18],[7,3],[13,-12],[13,7],[42,5],[2,-13]],[[3238,5730],[9,-11],[0,-6],[6,-2],[1,5],[11,6],[7,-2],[15,-24],[-3,-14],[-15,-6],[3,-22],[5,0],[2,-7],[-3,-3],[0,-17],[5,0],[5,-9],[15,3],[-4,-16],[8,-3],[8,3],[7,-5],[24,14],[13,-13],[-6,-10],[-2,-16],[-11,-4],[1,-7],[-17,-1],[4,-21],[-8,-2],[-1,-4],[0,-7],[10,-8],[5,-15],[4,3],[1,-4],[3,1],[2,-8],[-4,-1],[-2,-7],[4,1],[-2,-8],[-4,-5],[-34,-6],[-4,-7],[-1,-24],[6,-25],[16,-28],[9,-9],[14,-2],[-5,-15],[-4,0],[6,-12],[-7,0],[-5,-7],[3,-9],[8,-4],[12,7],[10,-7],[0,16],[5,-3],[9,9],[11,-1]],[[2968,5453],[19,13],[8,0],[3,-6],[13,8],[13,21],[-24,20],[7,6],[40,14],[-34,31],[-5,-8],[-17,-10],[-10,7],[3,2],[-3,4],[34,20],[10,-6],[16,23],[12,-13],[14,21],[-9,11],[4,14],[23,-5],[18,26],[8,20],[-1,7],[17,0],[23,12],[1,9],[-5,11],[36,-1],[10,17],[6,-11],[6,5],[-7,21],[5,2],[36,-8]],[[6114,5339],[6,-19],[11,-9],[1,-41],[-24,-2],[-2,-5],[6,-9],[-2,-11],[6,-10],[-47,-47],[-7,4],[-1,-8],[28,-36],[17,-10],[7,13],[12,-10],[-7,-8],[7,-4],[-2,-4],[12,-15],[-1,-19],[22,-7],[-53,-28],[3,-30],[22,-4],[3,7],[17,6],[6,-3],[-2,2],[2,3],[5,-7],[13,-1],[2,-17],[3,-2],[-3,-10],[-3,-4],[-13,-6],[14,2],[8,-2],[6,16],[30,-4],[6,15],[13,-8],[11,23],[-6,3],[-6,-8],[-1,7],[11,8],[7,-1],[8,-20],[17,0],[10,18],[-4,12],[10,-17],[3,-1],[7,10],[6,-4],[-2,-4],[13,-9],[18,-4],[3,-19],[8,1],[5,-17],[-12,-18],[10,-10],[9,-8],[12,8],[9,-3]],[[5732,4994],[32,-11],[-2,17],[31,7],[-5,18],[-16,-3],[-2,29],[10,1],[1,9],[9,3],[-3,18],[24,4],[-3,20],[19,3],[-3,16],[41,6],[3,-21],[16,5],[-1,3],[42,11],[-10,16],[15,16],[22,14],[-11,11],[44,-8],[-10,9],[15,25],[2,12],[-11,1],[4,10],[-1,7],[4,1],[-2,11],[-4,-1],[0,4],[-21,-2],[-5,30],[31,14],[-11,54],[-11,-6],[-3,14],[13,2],[-3,14],[6,8]],[[5978,5385],[20,2],[25,10],[5,-21],[13,-11],[11,-19],[13,-11],[11,7],[38,-3]],[[6273,5379],[-2,-6],[5,-2],[7,-25],[9,4],[2,-5],[0,-12],[-5,-9],[13,-1],[14,-16],[-2,-6],[-6,5],[-7,-5],[13,-11],[-8,-8],[9,-10],[2,2],[8,-10],[3,-16],[8,-8],[-1,-15],[-11,-15],[14,-10],[13,1],[5,-7],[12,7],[16,25],[7,-5],[16,4],[10,-5],[11,3],[18,0],[15,8],[13,-10],[8,3],[4,-17],[-10,-14],[-13,10],[5,-14],[7,-8],[-5,-25],[4,-47],[-5,-3],[3,-9],[-6,-1],[-3,6],[-4,0],[2,-11],[-4,-10],[4,-3],[5,3],[-1,5],[5,0],[1,-5],[-4,-3],[6,0],[5,-7],[-3,-4],[5,-4],[-4,-4],[10,-10],[10,-1],[-2,-24],[25,-14]],[[6114,5339],[7,3],[5,10],[5,2],[0,35],[22,-6],[19,-10],[6,12],[3,0],[-3,9],[7,12],[2,-12],[22,5],[1,-36],[29,7],[3,-9],[14,4],[-3,8],[13,3],[-1,4],[8,-1]],[[7746,5122],[5,-11],[-5,-2],[2,-17]],[[7748,5092],[-9,-4],[-4,-28],[-7,-1],[-3,-18],[9,-6],[5,-15],[10,-5],[-5,-28],[23,-15],[-6,-11],[10,-17],[-15,-6],[3,-13],[-15,-26],[5,-6],[-23,-5],[-15,-7],[-4,1],[-3,-2],[0,-14],[12,-3],[-1,-10],[4,-9],[0,4],[11,-2],[0,10],[23,-4],[2,6],[13,-3],[8,8],[10,-3],[-1,-6],[7,-4],[1,-4],[8,-6],[3,-30],[5,1],[2,-23],[4,0],[0,-3]],[[7136,4927],[8,0],[6,-12],[9,4],[4,8],[8,6],[-18,20],[10,9],[7,1],[6,16],[22,-21],[62,10],[6,-10],[9,-2],[-1,8],[6,10],[29,14],[9,-5],[12,2],[21,-15],[5,7],[-3,12],[-11,-2],[-12,14],[5,3],[3,8],[-13,-1],[-19,9],[-2,6],[17,6],[2,16],[18,1],[8,7],[-17,14],[3,5],[-5,7],[2,9],[-3,2],[0,9],[6,0],[0,4],[5,2],[33,2],[1,6],[-7,13],[12,4],[0,17],[10,7],[2,18],[32,7],[4,7],[10,6]],[[7437,5195],[4,14],[11,-2],[7,-9],[7,-24],[5,0],[3,-7],[17,1],[1,-25],[17,3],[-5,6],[1,25],[3,9],[8,1],[19,-24],[7,-3],[5,2],[15,-6],[-4,-6],[10,-8],[-2,-7],[25,-8],[3,3],[2,-7],[6,1],[3,-4],[6,2],[10,-13],[9,-6],[-3,-8],[28,-2],[4,3],[11,-1],[1,7],[6,0],[4,10],[-2,6],[7,13],[55,-14],[5,5]],[[4122,5691],[48,-5],[4,-5],[-5,-14],[6,-4],[2,-7],[7,0],[0,-10],[-8,-2],[-4,-12],[1,-8],[7,-6],[-8,-13],[5,-6],[-5,-3],[-2,-10],[-4,10],[-6,-3],[1,-25],[-5,0],[0,-4],[-11,-4],[1,-9],[1,-4],[19,9],[-2,-11],[3,-2],[3,8],[7,5],[2,7],[4,0],[8,-4],[-3,-5],[3,-24],[9,-2],[-7,-4],[5,-8],[-15,-1],[-16,5],[-6,10],[-11,-46],[14,-6],[-14,-8],[2,-19],[-16,1],[-2,8],[-24,-4],[-1,12],[-3,-1],[0,-6],[-2,5],[-17,-4],[-7,10],[13,17],[-1,12],[6,13],[-25,6],[-3,-4],[-8,5],[2,11],[-4,9],[11,16],[-2,6],[20,4],[2,-6],[7,3],[5,10],[17,5],[-6,26],[-13,14],[-11,6],[5,5],[-1,5],[-22,2],[3,9],[8,5],[18,0],[0,10],[-5,6],[3,20],[-5,14],[30,3],[-2,-13]],[[8490,5086],[7,-34],[14,-18],[18,6],[14,-13],[15,10],[-1,8],[6,5],[9,-4],[9,-11],[6,14],[8,-4],[-1,-6],[34,-8],[-7,-11],[-2,-9],[11,0],[0,-11],[5,0],[1,-25],[-3,-6],[-13,-1],[-7,-47],[-9,-19],[-7,2],[-3,-6],[4,-9],[-7,-26],[-4,1],[-1,-18],[14,-29],[21,2],[17,32],[3,23],[7,20],[17,2],[-1,-10],[12,0],[-4,5],[16,0],[1,3],[33,9],[0,-5],[16,4],[-1,-25],[39,32],[23,25],[4,9],[7,0],[14,12],[68,2],[8,-23],[-5,-11],[8,5],[2,-5],[4,1],[4,-12],[5,-1],[-16,-42],[-14,-81],[-9,-26]],[[8256,4648],[2,10],[10,-1],[8,13],[4,16],[6,0],[8,17],[-12,16],[-9,25],[-15,17],[-2,7],[2,12],[-5,18],[-29,8],[-14,12],[10,16],[4,16],[13,5],[-11,11],[-6,-4],[-6,6],[13,21],[-11,9],[10,23],[5,-12],[-5,-12],[18,12],[9,-22],[27,19],[33,-38],[14,5],[-2,1],[11,19],[3,-2],[7,28],[2,25],[24,-23],[12,13],[11,2],[3,6],[20,8],[7,-19],[12,2],[-4,11],[-11,10],[7,6],[-5,57],[-11,0],[4,6],[-10,2],[14,12],[-4,11],[10,10],[-1,13],[7,12],[16,8],[23,-4],[6,7],[8,-6],[1,-6],[3,4]],[[3569,5782],[-6,-22],[2,-25],[12,-16],[14,-5],[-6,-14],[22,-11],[5,-12],[-16,-7],[1,-6],[-21,-2],[-2,-7],[-11,-1],[-7,9],[-4,-11],[11,-9],[9,-31],[10,0],[3,-10],[15,-4],[7,-7],[27,-11],[16,-18],[-11,-13],[2,-9],[7,-1],[-3,-6],[-18,-1],[-18,-8],[5,-14],[18,-19],[6,-13],[-1,-8],[2,6],[8,0],[7,-6],[14,-4],[10,3],[22,-2],[2,-11],[-11,-36],[0,-22],[-9,1],[0,5],[-12,2],[-9,-7],[-8,-1],[1,-6],[-6,-10],[-1,-22],[-12,-18],[4,-17],[13,-3],[8,-15],[32,-18]],[[3238,5730],[-4,11],[2,23],[-9,4],[18,20],[-29,41],[11,10],[7,12],[17,5]],[[3251,5856],[10,-11],[16,-6],[10,-1],[23,-13],[8,-12],[-1,-9],[5,-10],[15,-5],[11,-1],[9,6],[-13,21],[-2,16],[3,1],[1,10],[7,3],[13,-2],[1,3],[35,-5],[-5,-18],[7,2],[11,-3],[4,18],[4,0],[5,-10],[9,1],[5,-11],[3,3],[19,-4],[2,-8],[18,-7],[8,-1],[9,5],[10,-5],[2,4],[17,-7],[10,6],[2,-15],[12,-5],[9,9],[6,-6],[0,-7]],[[523,6119],[67,-45],[46,-5],[13,1],[7,8],[9,-8],[24,-8],[-8,-23],[11,-31],[7,-1],[22,11],[31,-3],[24,23],[28,8],[14,-8],[19,3],[32,-12],[-3,-10],[-19,-13],[-3,-15],[2,-9],[20,-2],[-5,-22],[2,-22],[10,-16],[35,-3],[8,-4],[3,-19],[-13,-6],[-1,-4],[4,-2],[-10,-3],[3,-14],[8,-19],[-8,-37],[-18,4],[-26,-5],[-4,17],[3,4],[-35,11],[-19,-18],[-9,-23],[2,-30],[-6,-6],[5,-5],[-3,-2],[-20,2],[-5,8],[-5,0],[-12,-7],[3,-5],[-4,-2],[4,-2],[-3,-26],[6,0],[2,-15],[23,-11],[-6,-16],[-19,-11],[-12,-35],[12,-18],[8,5],[2,-5],[8,2],[4,-12],[7,0],[1,-16],[6,2],[0,-22],[-15,7],[-10,-7],[-5,3],[-2,-3],[4,-10],[13,-11],[-5,-1],[16,-52]],[[631,5258],[-2,2],[-2,2],[0,1],[-1,3],[-2,4],[-1,4],[-1,3],[-5,7],[-4,4],[-5,4],[-3,3],[-5,3],[-4,2],[-3,2],[-4,1],[-4,0],[-4,1],[-3,1],[-2,1],[-1,2],[-1,0],[-4,4],[-2,4],[-2,2],[-2,4],[-2,4],[-2,3],[-1,3],[-1,3],[-1,3],[0,3],[1,3],[1,14],[-2,8],[-1,8],[-1,4],[0,4],[0,2],[0,3],[1,2],[2,2],[0,1],[2,2],[4,5],[3,4],[7,9],[5,8],[1,3],[1,3],[0,3],[0,4],[0,3],[-1,3],[-1,4],[-2,4],[-2,3],[-2,3],[-2,3],[-3,2],[-2,3],[-2,2],[-2,2],[-1,3],[0,3],[1,3],[1,3],[1,2],[2,2],[4,3],[4,3],[2,2],[2,2],[2,3],[1,1],[2,3],[1,3],[1,3],[1,5],[1,5],[1,3],[0,4],[0,5],[1,4],[0,3],[1,2],[2,2],[0,2],[0,3],[-1,1],[0,1],[-4,3],[-5,6],[-1,2],[-2,5],[-1,4],[-1,3],[-2,3],[-3,3],[-4,4],[-2,1],[-3,1],[-4,0],[-5,1],[-4,1],[-6,3],[-3,2],[-3,1],[-3,1],[-4,0],[-2,0],[-3,0],[-4,0],[-5,2],[-4,2],[-5,3],[-8,5],[-4,2],[-3,1],[-3,1],[-3,0],[-4,0],[-5,0],[-1,0],[-2,1],[-3,1],[-2,1],[-1,2],[-1,2],[-1,2],[0,1],[-1,3],[-1,3],[0,2],[-1,2],[-2,2],[-2,1],[-2,1],[-2,1],[-3,1],[-1,3],[-1,3],[-1,3],[0,3],[1,3],[1,2],[2,2],[2,3],[3,3],[1,2],[1,2],[0,2],[0,2],[-1,4],[-2,2],[-2,3],[-1,1],[-1,2],[0,3],[0,3],[0,3],[0,3],[-2,2],[-1,3],[-2,1],[-1,1],[-2,1],[-2,1],[-3,1],[-2,1],[-1,2],[-1,3],[0,3],[2,6],[0,3],[0,3],[0,3],[-1,2],[-2,4],[-1,3],[-3,4],[-2,2],[0,2],[-1,4],[-1,2],[0,4],[1,10],[0,11],[0,4],[0,3],[-1,3],[-1,4],[-1,3],[-1,2],[-2,4],[-2,3],[-2,3],[-3,5],[-3,6],[-1,2],[-1,2],[0,2],[-1,3],[1,3],[0,3],[1,2],[2,4],[1,2],[4,5],[2,3],[1,3],[1,3],[0,2],[0,3],[-1,3],[-1,4],[-1,4],[0,3],[0,3],[1,2],[0,2],[1,1],[1,3],[1,2],[2,3],[2,3],[3,4],[2,1],[2,2],[3,1],[3,0],[3,1],[2,0],[3,0],[3,0],[2,1],[1,1],[2,2],[2,4],[7,9],[5,7],[3,5],[9,9],[4,14],[1,5],[0,1],[0,3],[1,2],[1,1],[2,2],[2,2],[4,1],[2,2],[2,3],[3,4],[3,4],[1,3],[1,4],[1,4],[0,3],[0,3],[-2,3],[-1,3],[-2,3],[-3,2],[-3,2],[-1,1],[-1,0],[-2,1],[-4,2],[-2,2],[-1,2],[-1,3],[-1,3],[0,3],[0,3],[-1,4],[-2,5],[-2,6],[-1,3],[-1,3],[0,3],[0,4],[1,3],[1,3],[2,3],[2,2],[2,3],[1,4],[1,3],[1,3],[0,3],[0,6],[1,2],[1,2],[1,3],[3,2],[4,3],[5,5],[4,3],[3,3],[1,2],[1,2],[1,3],[0,2],[-1,2],[-1,3],[-1,1]],[[513,6124],[4,1],[6,-6]],[[6493,5421],[38,-10],[-3,-9],[-12,-6],[19,-11],[8,-14],[-3,-12],[24,14],[2,-7],[10,-7],[9,-2],[1,6],[18,-8],[6,1],[-3,-15],[32,-6],[5,-17],[-3,-12],[9,-2],[5,-7],[-3,-4],[-6,-2],[-5,14],[-18,-1],[-8,-4],[-9,28],[-14,7],[-4,0],[1,-5],[-8,1],[0,4],[-5,-2],[-4,11],[-9,9],[0,-18],[-4,-5],[0,-9],[-7,-17],[21,-8],[5,2],[9,-12],[8,-3],[-4,-29],[4,-9],[-8,-21],[-8,-12],[11,1],[12,-7],[22,-37],[-2,-4],[5,-5],[6,-21]],[[6633,5139],[-7,-4],[-11,-13],[-4,-7],[3,-8],[-17,6],[-19,-1],[-19,-6],[-3,-6],[3,-5],[-5,-14],[6,-11],[-13,-2],[1,-7]],[[6273,5379],[2,36],[-18,4],[19,54],[3,0],[2,-9],[24,0],[17,-6],[25,-20],[0,15]],[[6347,5453],[21,22],[4,12],[4,-1],[0,-8],[8,-3],[-6,-9],[16,-3],[3,8],[0,-21],[10,-29],[5,5],[10,-3],[-5,-5],[4,-3],[37,-7],[35,13]],[[2066,5976],[12,4],[25,-4],[2,-7],[-5,-8],[25,-11],[35,1],[2,-5],[-3,-20],[30,-11],[7,-7],[-8,-5],[19,-12],[8,1],[16,-24],[9,3],[8,-10],[12,6],[3,-2],[1,-16],[19,-21],[7,5],[2,10],[22,-10],[-4,-14],[4,-8],[-1,-10],[11,-5],[8,-12]],[[2332,5784],[-8,-27],[16,-5],[-3,-4],[4,-9],[41,-20],[-14,-27],[4,-3],[-1,-11],[-16,-9],[-2,-6],[-14,-4],[3,-6],[3,3],[13,-5],[4,5],[15,-2],[1,-21],[-10,-21],[5,-3],[2,2],[9,-10]],[[1754,5636],[-3,8],[6,16],[-2,8],[2,4],[2,-7],[3,0],[3,5],[-4,21],[-6,7],[6,17],[-7,10],[0,17],[8,0],[2,3],[-3,22],[3,7],[-3,2],[12,18],[0,14],[-4,6],[-26,4],[-10,11],[-16,0],[-6,14],[2,3],[-15,16],[3,6],[-7,-2],[-5,4],[3,4],[-8,6],[-2,6],[-2,-2],[-3,14],[3,2],[6,-6],[-3,6],[12,7],[-1,4],[4,-1],[2,7],[6,-17],[-1,-17],[21,-5],[3,2],[1,11],[5,2],[6,-9],[6,0],[4,4],[-3,9],[23,8],[-5,22],[-5,2],[-4,7],[-4,0],[-3,11],[9,-12],[4,0],[1,14]],[[1764,5949],[15,3],[0,6],[12,5],[17,-2],[-1,6],[9,-5],[-4,-5],[10,-4],[-3,-2],[3,-7],[17,-37],[12,0],[2,7],[6,-1],[1,-3],[13,8],[13,-6],[12,64],[9,2],[17,-4],[13,5],[1,16],[6,11],[28,14],[7,-5],[21,0],[10,-7],[5,-20],[-3,-10],[8,-10],[-1,-1],[29,2],[18,7]],[[6633,5139],[9,2],[4,11],[15,9],[12,15],[2,22],[-3,2],[9,-1],[1,2],[14,-4],[2,3],[-27,27],[1,14],[8,9],[8,3],[2,-14],[3,8],[8,-3],[17,3],[-3,15],[10,-2],[3,5],[-6,8],[5,7],[-1,5],[-6,3],[3,5],[5,-3],[12,8],[13,-4],[10,20],[13,-4],[-4,20],[13,5],[4,9],[7,-3],[2,4],[7,-3],[10,-14],[10,14],[20,-5],[2,3]],[[6847,5340],[-3,-10],[3,-2],[-2,-9],[3,-3],[31,0],[0,4],[17,0],[8,12],[37,-26],[9,10],[14,3],[-3,5],[10,8],[-2,3],[13,8],[8,13],[5,-6],[6,16],[13,12],[-1,4],[12,4]],[[7025,5386],[43,-70],[6,-25],[3,-10],[-9,-19],[-3,-17],[20,-36],[2,-35],[-5,-29],[3,-7],[10,-17],[26,-19],[18,-26],[2,-10],[-10,-29],[-32,-42],[-3,-15],[3,-10]],[[6493,5421],[7,8],[3,20],[9,-10],[10,14],[8,-2],[2,4],[8,4],[15,-8],[11,1],[-6,6],[-1,7],[43,-5],[1,13],[4,1],[2,6],[15,-6],[4,9],[8,-18],[15,5],[27,-4],[12,9],[24,1]],[[6714,5476],[3,-16],[11,5],[0,-14],[31,0],[17,6],[-4,-11],[8,-4],[0,-11],[6,-4],[-1,-4],[30,-17],[0,-6],[5,-5],[26,-18],[-5,-19],[3,-8],[6,0],[-4,-5],[1,-5]],[[2838,6004],[8,-27],[-5,-7],[1,-19],[8,-25],[-9,-11],[5,-20],[34,-3],[1,3],[-5,3],[14,10],[6,-13],[-4,-3],[6,-2],[-14,-8],[-8,0],[6,-10],[21,3],[4,-10],[3,8],[14,-13],[7,6],[0,3],[5,3],[3,-5],[3,2],[-6,-17],[-21,-13],[0,-8],[-8,-4],[12,-12],[0,-16],[8,-30],[2,-18],[-7,-21],[-15,-29],[-21,15],[-4,0],[-5,-11],[-7,11],[-4,-10],[-13,-13],[18,-15],[1,-4],[-8,-9],[9,-20],[-7,-6],[-7,4],[-11,11],[-1,4],[3,0],[-21,13],[-1,6],[-7,-1],[-3,-5],[-7,7],[-14,7],[1,6],[-5,2],[3,10],[-26,14],[5,12],[-3,5],[4,2],[-5,6],[2,5],[-13,2],[-1,-4],[-22,9],[-8,-13],[-7,-5],[-2,1],[-7,-9],[-17,22],[4,3],[5,20],[-9,13],[-36,-3],[20,17],[-4,3],[6,5],[-14,20],[8,3],[-7,3],[-3,8],[5,12],[-2,12],[4,2],[-4,16],[3,-1],[0,5],[-15,16],[4,2],[-3,9],[-7,9],[2,10],[-3,4],[-6,-4],[-2,4],[-18,-19],[-10,6],[-5,-1],[-7,9],[8,3],[18,18],[19,4],[2,7],[3,1],[12,-15],[2,12],[17,-7],[5,-10],[9,-2],[4,-1],[13,12],[11,-2],[7,-16],[35,-1],[5,11],[-14,17],[3,8],[-2,14],[19,10],[0,-9],[3,2],[3,-5],[1,5],[10,2],[2,6],[11,-4],[1,5],[5,-1],[3,10],[14,-3],[10,7],[-3,-7]],[[5799,5652],[3,-18],[15,-10],[5,4],[-1,-13],[7,-17],[21,-10],[32,-1],[24,-7],[-4,-19],[27,-11],[15,-12],[-17,-59],[-1,-18],[5,-1],[6,-15],[14,-19],[0,-16],[4,-10],[26,-11],[-2,-4]],[[5396,5352],[45,-6],[3,4],[29,-14],[6,3],[3,-2],[3,11],[15,-2],[10,28],[15,-9],[5,20],[32,-1],[3,16],[-12,34],[11,10],[17,2],[-5,21],[1,20],[12,9],[12,-1],[6,24],[11,2],[10,10],[-3,22],[-11,20],[-14,9]],[[5600,5582],[37,10],[20,15],[-4,11],[16,-1],[11,8],[6,-4],[7,-12],[11,-5],[8,1],[29,26],[-5,5],[-11,1],[7,13],[22,22],[12,-5],[-1,-8],[11,-8],[23,1]],[[8480,5170],[-6,-13],[9,-20],[7,0],[3,-21],[-7,-8],[4,-22]],[[7748,5092],[13,13],[8,-5],[11,5],[10,13],[3,8],[20,0],[14,-7],[18,20],[11,20],[9,-6],[7,3],[13,9],[3,10],[21,-2],[13,-18],[12,-7],[39,-7],[24,9],[7,13],[2,19],[4,5],[60,-25],[30,-7],[11,-9],[32,25],[4,10],[-2,5],[7,0],[3,16],[25,-1],[2,-24],[-8,-16],[10,-17],[18,-13],[6,8],[9,2],[12,9],[9,17],[29,-5],[24,6],[7,8],[3,13],[12,0],[2,13],[5,2],[1,11],[6,7],[0,9],[8,12],[3,-2],[2,12],[23,5],[10,-3],[1,-6],[5,-2],[-2,-11],[8,-10],[20,-1],[0,-11],[25,-11],[13,7],[0,-8],[22,0],[1,-17],[8,-14],[6,-1]],[[4912,5709],[-2,-25],[-13,-1],[-1,-3],[6,-1],[2,-28],[7,-6],[-15,-42],[44,4],[1,-4],[11,-3],[8,2],[6,-8],[4,-42],[-24,-5],[-1,-13],[-9,-4],[3,-10],[9,0],[7,-27],[-12,-12]],[[4332,5431],[-8,6],[2,51],[9,7],[12,-3],[5,6],[-1,13],[43,37],[9,24],[-24,21],[-4,-7],[-6,1],[-23,19],[11,9],[4,13],[-6,3],[1,11],[-4,5],[42,-3],[4,18],[-2,7],[5,-1],[5,5],[8,-5],[13,6],[-2,5],[11,-4],[6,-11],[16,2],[0,16],[10,30],[9,-2],[4,5],[8,-1],[1,8],[6,-1],[-1,4],[-19,10],[7,17],[-5,2],[4,13],[-18,9],[12,32],[1,11],[-15,0],[2,23],[-3,3],[0,9],[-5,0],[4,2],[7,-3],[13,5],[9,9],[6,-3],[3,-10],[9,1],[17,9]],[[4524,5864],[0,-3],[12,4],[0,-4],[15,11]],[[4551,5872],[-8,-18],[6,-14],[-3,-15],[32,0],[3,-3],[3,-15],[7,-3],[7,-14],[1,-11],[7,0],[2,-16],[6,-3],[5,1],[-2,-29],[5,-25],[5,3],[-1,5],[12,-6],[7,2],[1,13],[7,0],[27,18],[5,-8],[5,1],[4,-8],[4,3],[3,-4],[5,5],[15,4],[15,20],[7,6],[13,-7],[3,7],[11,0],[8,5],[-2,21],[10,-5],[10,5],[-4,5],[-5,30],[3,2],[7,-11],[9,-4],[4,-11],[8,-10],[17,-2],[6,-5],[1,-7],[-3,-2],[7,-9],[-14,-6],[3,-10],[13,2],[17,-6],[9,-6],[-3,-16],[14,-4],[9,-10],[18,2]],[[4912,5709],[17,-4],[-8,12],[21,3],[7,7],[16,8],[24,-9],[27,6],[9,-10],[21,14],[2,-3],[4,3],[12,20],[7,-8],[-5,-8],[17,-17],[7,5],[-16,16],[3,5],[-5,3],[3,13],[9,-2],[6,-5],[12,1],[-1,12],[28,26],[-3,6],[7,3],[2,6],[19,-1]],[[5154,5811],[13,-2],[-1,-7],[7,0],[1,-10],[-17,-7],[-2,-8],[5,-6],[9,-1],[11,5],[8,-4],[5,-15],[-6,-21],[9,2],[3,-4],[13,1],[11,-10],[18,-2],[4,5],[25,3],[2,-11],[19,-3],[13,5],[8,20],[3,-1],[13,-14],[38,-17],[-10,-22],[21,-16],[4,-10],[21,0],[-2,-5],[11,-13],[30,-5],[2,-3],[37,-3],[-2,-20],[17,2],[3,-6],[-10,-17],[8,-4],[3,-10],[20,-4],[34,10],[-5,6],[10,14],[5,13],[30,-18],[7,-16]],[[1180,6150],[5,-79],[-6,1],[3,-5],[-31,-2],[-1,-56],[15,-11],[0,-6],[-6,-6],[-20,-6],[1,-10],[4,-4],[6,0],[5,-8],[23,-9],[-5,-19],[23,-12],[-4,-12],[5,-7],[-1,-5],[15,-8],[-3,-17],[16,-6],[-1,-9],[12,-3],[5,3],[4,-3],[2,8],[7,-3],[20,1],[10,4],[10,-4],[-3,-16],[26,-26],[-3,-9],[12,-6],[-15,-18]],[[523,6119],[2,7],[7,7],[43,16],[6,5],[31,8],[24,11],[27,-3],[63,35],[6,-7],[24,-5],[55,7],[63,36],[9,0],[1,-3],[26,7],[21,-20],[7,-16],[17,-8],[24,1],[8,5],[23,38],[15,5],[7,11],[7,-9],[10,-2],[21,-18],[11,-3],[-10,-13],[2,-18],[7,-4],[0,-9],[5,1],[1,-24],[3,0],[-5,-9],[0,-8],[29,6],[67,4]],[[7025,5386],[24,10],[26,2],[20,13],[14,-11],[-2,-2],[9,-8],[6,10],[-8,8],[8,16],[9,3],[-4,8],[4,-2],[0,3],[-11,15],[5,6],[-25,17],[11,11],[-2,8],[13,5],[-11,22]],[[7111,5520],[34,-2],[1,3],[3,-2],[1,10],[2,0],[-2,-12],[6,-2],[-7,-2],[3,-12],[22,-4],[9,1],[1,5],[6,-1],[9,-3],[-1,-6],[10,-4],[5,13],[5,-14],[13,-8],[2,-15],[12,3],[11,-7],[-1,-3],[3,-2],[-8,-16],[-6,2],[-12,-19],[12,-5],[11,-11],[8,15],[4,-2],[4,5],[2,-1],[4,11],[5,-1],[-3,-7],[11,-2],[5,-7],[-5,-10],[10,-6],[2,-22],[9,9],[5,0],[27,-14],[-6,-4],[4,-1],[-5,-17],[2,-8],[13,4],[-1,-3],[11,2],[-3,-7],[6,1],[-2,-6],[19,2],[-1,4],[5,-1],[1,-9],[-9,-2],[10,-3],[8,-16],[-15,0],[2,-7],[-10,1],[1,-11],[10,-1],[5,-5],[0,-7],[19,7],[16,-36],[16,3],[-4,-28],[4,-11],[-9,-13],[4,-1],[3,-7]],[[9067,5195],[-3,-27],[-10,3],[-23,-22],[-9,-4],[-6,4],[-38,-17],[-26,17],[-6,-4],[-16,-2],[-2,18],[13,3],[-10,15],[16,0],[-3,6],[2,9],[-25,2],[23,15],[-4,1],[10,19],[28,8],[1,5],[24,-3],[4,-13],[58,8],[2,-41]],[[4000,6005],[-1,-8],[-16,-15],[-23,-15],[-7,-11],[-11,-4],[-5,-9],[-6,-1],[-9,-11],[-2,3],[-2,-6],[-14,-7],[-3,-7],[-7,-4],[0,-5],[23,-18],[8,-15],[15,-15],[-5,-15],[3,-5],[-2,-11],[7,2],[9,-3],[0,-20],[5,-9],[-8,-23],[0,-4],[4,-1],[-2,-9],[-4,-2],[-27,-51],[-14,5],[-2,-8],[-14,5],[-1,-3],[2,-14],[9,-13],[10,2],[4,-6],[-7,-16],[12,0],[13,-8],[3,-8],[-18,-5],[-16,-13],[1,-10],[6,-8],[-17,-33],[4,-17],[-7,0],[3,-7],[-14,-6],[7,-14],[8,-33],[0,-13],[4,-8],[-5,-5],[5,-4],[-1,-13],[4,-3],[-2,-10],[-4,-3],[3,-5],[-8,0],[1,7],[-5,1],[-2,-7],[-3,-1],[4,-5],[-7,-5],[-3,-16],[-15,-6],[-6,-11],[21,-7],[12,-11],[11,-16],[5,-15],[-4,-3],[-6,5],[-3,-6],[-49,-15],[-1,-16],[-12,-11],[-23,0]],[[3569,5782],[39,2],[14,-8],[12,1],[10,-8],[2,7],[16,11],[9,-3],[18,3],[30,14],[0,32],[9,14],[-4,10],[8,14],[12,4],[4,-2],[10,13],[19,14],[5,10],[-3,9],[10,9],[1,15],[-3,1],[4,2],[-10,7],[-2,10],[3,3],[-6,10],[-2,21],[4,26],[5,5],[8,0],[4,6],[15,1],[18,23],[8,-6],[4,-10],[3,0],[-8,16],[13,24],[7,5]],[[3855,6087],[3,-6],[-3,-12],[11,-3],[0,16],[4,7],[21,1],[11,-10],[17,-4],[0,-4],[8,-4],[0,9],[3,0],[2,7],[31,2],[10,-14],[1,-11],[-5,-2],[-1,-7],[-9,-3],[-1,-19],[16,-11],[18,4],[1,-16],[7,-2]],[[8139,5464],[1,3],[7,-12],[19,-2],[-4,-5],[2,-9],[13,0],[9,-5],[3,-21],[-13,-8],[-5,-12],[-9,-2],[-3,-13],[-10,7],[2,2],[-10,3],[2,5],[-4,2],[-7,-12],[-10,0],[0,-15],[-8,-5],[1,-4],[-15,-4],[-3,34],[-5,4],[3,11],[-6,5],[2,9],[-8,10],[-3,18],[0,26],[7,0],[-1,-8],[12,-8],[-2,-8],[6,-2],[20,26],[17,-10]],[[4244,6059],[9,-9],[2,-9],[-5,-7],[-7,-32],[11,-33],[-3,-16],[6,-8],[10,6],[3,-7],[2,5],[15,0],[3,11],[13,-1],[5,3],[8,-5],[14,-2],[4,9],[-5,15],[10,-2],[1,5],[13,10],[-1,8],[5,3],[7,-4],[28,-5],[7,-4],[-2,-5],[3,-4],[6,-1],[-4,-13],[3,-4],[4,8],[17,-3],[3,-19],[-2,-17],[14,4],[14,-7],[4,14],[10,-10],[6,-14],[17,0],[25,-9],[-2,-19],[9,-27]],[[4000,6005],[5,-1],[17,8],[28,-10],[16,1],[4,-7],[-2,-24],[4,-6],[16,0],[21,9],[18,-12],[5,7],[7,3],[4,8],[19,14],[4,-1],[2,5],[44,33],[-5,15],[0,12],[13,11]],[[4220,6070],[24,-11]],[[6267,5797],[1,-16],[-8,-4],[21,-3],[5,-56],[-5,-2],[3,-10]],[[6284,5706],[-10,-5],[-9,1],[-10,-8],[-5,1],[-3,-9],[-5,1],[-1,-21],[16,1],[3,-5],[15,3],[-6,-15],[-9,9],[-2,-6],[-10,4],[-3,-13],[-18,-4],[-16,3],[-2,-15],[-20,4],[-3,-6],[-8,0],[-3,-6],[10,-2],[1,4],[1,-4],[4,-1],[11,3],[-5,-43],[10,-4],[-5,-15],[-7,3],[-2,-6],[14,-9],[27,1],[2,-15],[4,-1],[6,22],[10,-5],[3,12],[14,-4],[6,-4],[-6,-19],[4,-1],[-4,-18],[15,-1],[-1,28],[10,-1],[8,12],[17,-5],[8,-8],[22,7],[-2,-11],[2,0],[0,-9],[-15,-7],[1,-6],[13,0],[-2,-21],[4,-23],[-11,1],[5,-17]],[[5799,5652],[1,9],[8,13],[40,38],[-2,5]],[[5846,5717],[17,34],[2,20],[-15,10],[-16,2],[11,19],[0,10],[5,6],[-6,1],[-12,12],[-7,21],[15,5],[15,-33],[16,-10],[12,-19],[12,-3],[18,0],[19,5],[22,-9],[41,13],[11,-2],[13,-9],[38,-1],[16,6],[12,-3],[21,12],[8,-1]],[[6114,5803],[62,6],[58,-5],[25,-13],[8,6]],[[1666,6350],[20,-48],[1,-19],[-21,-5],[-7,5],[-4,-11],[1,-15],[-5,-5],[2,-10],[-3,-1],[0,-9],[19,-4],[-2,-14],[7,-7],[-5,-4],[-10,1],[-1,-6],[11,-21],[10,-3],[1,-12],[5,-7],[19,-12],[5,2],[-8,-8],[2,-9],[-4,-3],[-1,-15],[7,-1],[11,-12],[0,-8],[13,-10],[3,-8],[-24,-26],[8,-7],[7,-14],[13,-11],[14,1],[-1,-8],[-6,-4],[3,-3],[-5,1],[4,-11],[6,-1],[8,-11],[-2,-7],[7,-21]],[[1180,6150],[44,2],[-1,21],[22,49],[0,17],[10,2],[6,15],[11,10],[11,5],[-1,6],[-11,3],[-7,8],[5,11],[-7,20],[5,17],[9,-5],[-1,-4],[30,12],[1,-6],[3,5],[6,2],[33,-3],[26,-7],[45,-2],[25,5],[33,29]],[[1477,6362],[10,-14],[23,-8],[35,3],[64,18],[44,-22],[13,11]],[[6776,5745],[-3,-2],[13,-23],[-3,-27],[-27,-4],[-6,-14],[-13,3],[4,-10],[-4,-18],[0,-31],[5,-2],[-2,-24],[-15,-26],[27,-6],[3,-5],[-4,-20],[-10,0],[-7,-5],[2,-21],[-4,-14],[-16,-5],[-3,-5],[1,-10]],[[6284,5706],[0,-5],[5,1],[-5,-13],[35,1],[-8,-32],[-17,3],[-2,-12],[7,-1],[2,-16],[8,-1],[3,4],[7,-2],[-1,-3],[15,-3],[5,15],[21,2],[11,-1],[-4,-11],[7,2],[3,11],[20,-2],[-5,30],[35,0],[-10,24],[50,13],[16,-38],[20,3],[22,12],[26,19],[-1,-7],[6,2],[-2,11],[5,7],[26,10],[10,9],[1,-21],[7,-26],[22,1],[3,9],[-3,1],[5,3],[9,20],[2,14],[23,-11],[19,3],[8,24],[-14,8],[6,25]],[[6682,5788],[21,-4],[24,4],[20,-3],[11,-5],[7,-11],[3,2],[8,-26]],[[6946,5717],[4,-24],[-12,-3],[6,-33],[12,-28],[5,-3],[4,-18],[44,9],[21,20],[3,-4],[-2,-20],[14,-18],[-1,-12],[-4,-5],[11,-1],[60,11]],[[7111,5588],[4,-16],[-1,-13],[-16,-1],[2,-15],[15,4],[-4,-11],[0,-16]],[[6776,5745],[9,10],[15,-3],[-4,9],[4,-3],[4,8],[11,3],[12,0],[5,-16],[34,9],[3,-12],[5,-1],[10,2],[4,13],[3,-6],[14,4],[5,-4],[11,2],[1,5],[12,3],[12,-41],[-5,-1],[2,-10],[3,1]],[[2903,6297],[19,-10],[4,-8],[12,-7],[-7,0],[-2,-19],[3,-9],[-4,-6],[-10,3],[-4,-21],[17,9],[5,9],[13,-4],[9,-16],[13,-11],[21,7],[10,-4],[-3,-3],[3,-7],[-10,-14],[4,1],[2,-13],[-8,-3],[-2,-5],[0,-15],[6,-9],[0,-13],[5,-3],[-3,-12],[4,-4],[6,1],[11,4],[4,7]],[[3021,6122],[4,-1],[5,-24],[5,0],[-1,7],[19,5],[4,-2],[-1,-21],[12,-4],[8,-9],[13,-6],[16,1],[13,9],[1,5],[5,1],[8,-2],[3,-8],[15,-10],[-1,-3],[23,5],[2,10],[14,-3],[2,-5],[12,2],[0,-12],[17,-2],[1,-4],[6,-3],[-4,-14],[-5,-4],[-3,5],[-5,-1],[0,-10],[-19,-22],[13,-1],[27,-17],[-6,-14],[-12,0],[-5,-11],[13,-21],[10,-5],[10,5],[3,-29],[3,3],[6,-3],[2,-6],[13,-10],[-10,-37],[-6,0]],[[2332,5784],[5,1],[15,-6],[5,12],[24,4],[-3,15],[6,1],[3,15],[6,-1],[6,-19],[14,5],[10,-3],[4,-21],[11,4],[17,29],[-6,5],[-1,19],[24,1],[-1,12],[-27,29],[-17,-4],[-2,4],[13,7],[17,2],[4,10],[14,-10],[6,6],[-5,25],[7,0],[-2,14],[7,10],[9,1],[-1,14],[6,21],[8,-2],[-2,12],[18,34],[-5,8],[-8,3],[13,6],[17,-1],[15,9],[11,-1],[9,-5],[4,-22],[13,6],[-5,11],[8,21],[9,1],[7,31],[-11,11]],[[2601,6108],[8,14],[5,1],[1,-7],[16,-2],[4,-41],[21,-1],[1,22],[-6,16],[26,5],[8,-3],[10,10],[6,0],[20,11],[3,-15],[10,-2],[7,15],[13,8],[16,2],[27,25],[9,-11],[5,2],[3,7],[-19,14],[-4,12],[-27,14],[9,22],[16,0],[10,34],[12,2],[6,-7],[20,-5],[4,4],[1,11],[19,17],[6,-3],[-2,7],[5,3],[8,-1],[5,6],[7,-2],[5,8],[-7,5],[15,-8]],[[1157,6457],[-1,-34],[5,-1],[0,-3],[-6,-12],[7,-7],[7,1],[3,-4],[-2,-7],[-14,2],[-6,-7],[13,-9],[19,5],[3,-11],[-4,-2],[0,-13],[-5,-21],[-5,-2],[0,-10],[-9,-10],[-10,9],[-14,-3],[0,3],[-14,-10],[-19,5],[1,3],[-25,14],[2,4],[-9,6],[-3,-2],[-2,5],[-3,-3],[-7,12],[-7,-5],[-2,6],[-20,-5],[-4,7],[-7,-4],[-9,1],[-9,14],[1,9],[10,5],[4,6],[-17,31],[7,19],[18,-18],[-3,24],[-8,2],[2,3],[-11,6],[2,12],[6,1],[21,-11],[10,0],[19,-11],[3,-8],[25,8],[0,8],[14,9],[53,-7]],[[1886,6398],[5,-17],[14,-8],[24,6],[22,-34],[22,-3],[7,-4],[16,-21],[26,9],[5,-7],[-3,-8],[38,-2],[3,-4],[-1,-5],[8,3],[-1,-3],[9,-1],[13,-20],[25,6],[-2,-20],[9,-18],[3,7],[-2,8],[5,1],[8,-14],[15,4],[6,-18],[14,-1],[5,2],[3,12],[-2,2],[10,5],[5,-21],[-1,-6],[16,-27],[-11,-12],[-11,5],[-47,4],[-10,-27],[15,-8],[-3,-5],[11,-20],[8,-7],[0,-7],[-7,0],[-11,-8],[-15,-2],[4,-22],[-4,-10],[-7,-5],[-23,3],[5,-36],[7,-10],[-3,0],[-1,-9],[-6,1],[-1,-9],[-10,0],[-3,5],[-16,-5],[-2,-7],[-10,-3],[-1,-10],[8,-21]],[[1666,6350],[18,5],[26,-6],[49,15],[19,-2],[15,16],[25,10],[3,26],[-1,18]],[[1820,6432],[34,-8],[32,-26]],[[5154,5811],[-1,9],[2,0],[-10,13],[6,0],[7,10],[0,12],[5,0],[-2,10],[-9,15],[-25,5],[-3,12],[9,10],[16,3],[15,-9],[4,5],[16,1],[1,11],[10,12],[3,8],[-2,8],[8,15],[19,2],[-4,12],[9,20],[0,7],[32,15]],[[5260,6017],[15,-4],[2,9],[22,13],[14,-4],[51,9],[18,-10],[-4,-15],[19,-7],[26,2],[10,-4],[-37,-16],[2,-11],[21,-5],[5,-7],[-7,-28],[11,-15],[-13,-9],[13,-21],[-2,-26],[3,-6],[-6,-10],[-1,-15],[4,-4],[22,-1],[8,-5],[9,-1],[17,8],[15,-1],[-6,11],[6,7],[18,-7],[15,-1],[2,-14],[-6,-25],[11,1],[-1,-10],[24,1],[-8,-7],[-5,0],[7,-25],[-4,-3],[3,-14],[31,-2],[6,-17],[-2,-12],[13,2],[-1,4],[11,5],[-1,5],[4,-2],[5,12],[9,-5],[2,5],[12,-5],[4,10],[16,-7],[-1,6],[14,11],[10,16],[-7,9],[-2,27],[40,-15],[-6,-20],[13,3],[16,-6],[11,1],[0,-7],[8,1],[2,3],[7,-1],[-1,-8],[4,-2],[-4,-3],[-7,3],[1,-7],[6,-3],[0,-5],[5,-2],[2,4],[8,-3],[-5,-14],[11,1],[18,-5],[-8,-25],[24,1],[13,14],[12,3]],[[2455,6412],[-7,-32],[4,-7],[1,-14],[7,-2],[13,-13],[18,-7],[7,-8],[10,-5],[2,-9],[8,-5],[4,-10],[-3,-3],[-20,7],[-16,-13],[2,-7],[-10,6],[-4,-9],[11,-9],[11,-23],[11,-6],[-10,-12],[9,-14],[21,2],[-3,-5],[-9,0],[4,-29],[10,-21],[14,-9],[10,-13],[-3,-1],[-3,-31],[27,10],[8,-16],[22,4]],[[1886,6398],[27,-3],[18,-11],[5,10],[3,28],[9,14],[36,19],[27,30],[46,14],[57,-1],[19,-12],[25,-35],[24,13],[3,5],[14,-2],[10,-25],[-2,-19],[37,13],[-1,6],[-11,3],[2,8],[-4,15],[34,-7],[-8,-18],[2,-7],[7,9],[21,13],[8,-12],[17,5],[5,-16],[-13,-11],[-7,2],[-1,-3],[7,-4],[2,-5],[4,5],[19,-17],[1,9],[12,16],[35,4],[14,9],[40,-35],[26,7]],[[3655,6255],[3,-4],[5,1],[19,-9],[5,-6],[8,3],[2,-11],[-3,-3],[19,-11],[32,10],[0,-9],[24,-29],[15,1],[-7,-7],[-1,-23],[13,6],[-14,-10],[-6,-11],[4,-1],[-1,-4],[14,-5],[-2,-8],[17,-8],[-4,22],[4,6],[4,-1],[-4,-7],[13,-8],[0,-16],[14,2],[0,9],[10,1],[2,-14],[-7,-4],[9,-4],[2,8],[6,-1],[-1,-4],[2,-1],[3,23],[5,-23],[-6,-15],[2,-3]],[[3021,6122],[0,6],[6,8],[27,-11],[28,11],[16,16],[-4,4],[2,10],[5,3],[5,14],[9,7],[4,11],[10,5],[6,20],[5,1],[3,-7],[17,8],[14,14],[8,-5],[4,9],[19,-4],[-2,10],[5,29],[-3,12],[7,8],[-7,7],[3,3],[12,-3],[18,1],[10,-21],[7,0],[10,6],[-1,20],[7,0],[15,8],[21,-2],[1,16],[-11,16],[3,14],[5,15],[10,6],[10,1],[3,17]],[[3328,6405],[12,-3],[-2,-6],[11,-3],[9,-7],[-1,-12],[-8,-8],[0,-8],[20,-1],[-5,-12],[-17,5],[-3,-4],[-3,-32],[-5,-10],[18,3],[-3,10],[3,2],[5,-8],[11,1],[5,-20],[11,2],[7,-3],[0,10],[3,5],[19,16],[11,-4],[10,8],[7,-2],[4,5],[1,18],[21,0],[14,-4],[13,9],[13,-27],[7,-3],[-16,-21],[-1,-9],[6,-3],[3,-13],[-9,-15],[5,-8],[-1,-6],[4,3],[8,-7],[31,7],[4,4],[-6,-18],[7,-26],[-7,-16],[3,-23],[11,-1],[14,25],[1,-6],[-5,-6],[5,-10],[9,19],[36,30],[-5,17],[-11,-11],[-7,1],[-3,-6],[-8,12],[20,18],[14,1],[11,10],[5,-2],[-5,-11],[6,-18],[-7,1],[2,-9],[16,5],[3,20],[6,5]],[[7800,5509],[-7,-29],[-4,0],[3,-6],[-5,1],[1,-7],[-8,3],[-15,-22],[10,-10],[-10,-20],[-6,-5],[8,-5],[6,3],[5,-18],[12,5],[6,-9],[-1,-22],[10,-48],[21,-15],[9,-11],[3,0],[-9,-9],[-24,-12],[-19,-25],[-5,-16],[-11,1],[-9,-10],[-12,-4],[-9,-10],[-14,-7],[7,-19],[13,-8],[-2,-8],[-5,-3],[7,-42]],[[7111,5588],[44,9],[-5,13],[8,6],[7,1],[15,-8],[26,-1],[26,-8],[1,4],[4,-1],[14,-3],[-1,-4],[16,-4],[40,-2],[12,14],[-35,23],[-10,3],[-11,-1],[16,9],[-26,16],[2,3],[20,5],[7,-4],[11,3],[28,-4],[32,-19],[5,17],[-11,8],[1,5],[8,17],[2,18],[13,-4],[9,18],[48,5],[15,7],[-1,15],[-11,8],[0,4],[5,-5],[4,6],[11,-6],[3,3],[29,-18],[-4,13],[-9,5],[3,6],[15,-8],[2,6],[-11,15],[0,8],[14,-8],[10,15],[5,-4],[5,12],[3,-3],[-2,-4],[9,-3],[5,-6],[6,6],[5,-2],[2,4],[-4,3],[-4,12],[7,6],[-1,-6],[8,-7],[2,8],[10,-7],[-3,-4],[10,-6],[3,5],[-2,7],[-5,3],[2,5]],[[7563,5807],[11,-5],[3,4],[2,-4],[2,2],[7,-2],[3,13],[8,-20],[4,-20],[9,-8],[1,-14],[6,2],[2,-6],[15,0],[20,-6],[6,-17],[-14,-10],[-7,2],[-18,-6],[-2,-4],[-11,6],[-17,-2],[-8,-6],[-2,-8],[6,-7],[12,2],[-4,-17],[27,-6],[12,2],[7,-6],[-16,-29],[11,3],[16,-5],[-3,-46],[24,-8],[11,-14],[7,15],[13,-4],[-4,-21],[16,-1],[-2,-7],[7,0],[10,-11],[0,-3],[-14,-10],[3,-11],[-3,-7],[9,-7],[4,17],[12,11],[2,-5],[6,-2],[1,5],[-4,2],[4,7],[5,6],[6,-4],[4,8],[4,-2],[0,2],[8,0],[-1,-11],[4,0],[-3,-23],[20,-2]],[[5559,6155],[18,-2],[1,-7],[12,-3],[2,-7],[17,-5],[-3,-9],[-11,-3],[9,-34],[26,1],[3,-20],[-3,-13],[39,-15],[-5,-22],[-4,2],[-1,-5],[-18,5],[-3,-12],[-14,1],[-3,7],[-28,22],[-1,-6],[6,-6],[-1,-21],[13,-20],[-23,-6],[-7,5],[-11,-13],[-10,-19],[-5,4],[0,3],[-10,2],[1,5],[-11,12],[-2,-4],[-5,1],[-1,8],[-8,0],[-11,8],[5,5],[-10,6],[10,11],[8,2],[-32,14],[21,7],[-9,13],[3,5],[12,-9],[1,7],[-7,7],[2,2],[9,-7],[11,17],[-26,15],[-10,2],[7,25],[6,7],[3,-2],[4,46],[44,-2],[0,-5]],[[8480,5170],[11,21],[16,3],[11,7],[2,24],[6,21],[-5,13],[2,16],[-18,19]],[[8505,5294],[21,25],[30,21],[-1,-16],[17,-8],[11,-11],[27,-4],[9,-9],[3,-14],[16,-14],[2,-8],[5,-1],[18,19],[24,4],[7,-3],[12,-24],[16,11],[3,-5],[-2,-10],[1,4],[34,-4],[6,23],[-9,4],[-5,21],[-6,1],[10,16],[-5,1],[10,14],[20,-6],[5,8],[22,-16],[18,23],[-1,4],[-11,4],[-10,9],[-13,19],[6,11],[7,-4],[-4,7],[44,24],[-9,23],[18,5],[34,-2],[0,8],[5,0],[37,-14],[-1,7],[-30,16],[-8,25],[-1,31],[35,35],[12,-3],[17,37],[7,-5],[8,13],[-6,7],[24,39]],[[8984,5632],[4,-5],[7,3],[6,-8],[9,-4],[26,7]],[[9036,5625],[1,-1],[8,-4],[9,-4],[3,-1],[1,-1],[1,-1],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-1],[1,-2],[0,-1],[0,-2],[2,-3],[1,-2],[0,-2],[2,-3],[0,-1],[0,-1],[0,-2],[-2,-7],[-1,-2],[-1,-2],[-1,-1],[-2,-2],[-1,-1],[-1,-4],[-1,-2],[-1,-4],[0,-1],[0,-1],[0,-1],[0,-1],[1,-3],[3,-9],[2,-4],[0,-1],[0,-1],[3,-3],[0,-1],[1,0],[3,-1],[2,0],[2,0],[1,0],[5,-1],[3,0],[2,-1],[2,-1],[1,-1],[5,-3],[6,-2],[2,-1],[1,-1],[2,0],[2,0],[2,0],[3,0],[1,0],[3,-1],[1,0],[1,-1],[1,-1],[1,0],[2,-2],[1,-1],[1,0],[4,-1],[2,0],[1,-1],[5,0],[1,1],[1,0],[2,1],[3,2],[2,1],[4,2],[7,3],[1,1],[1,0],[1,0],[2,1],[1,0],[2,0],[1,0],[3,0],[1,0],[0,-1],[1,0],[1,-1],[0,-1],[0,-1],[0,-2],[-1,-1],[-2,-4],[-1,-1],[-1,0],[0,-6],[6,-4],[2,0],[2,-1],[2,0],[2,0],[1,0],[12,2],[13,-1],[11,2],[12,-3],[2,-2],[1,-1],[1,-1],[1,-2],[0,-5],[-1,-7],[1,-2],[1,-1],[1,0],[2,-1],[2,-1],[2,0],[1,0],[3,1],[1,1],[1,1],[3,1],[0,1],[1,1],[0,1],[4,1],[3,-1],[3,-11],[-2,-11],[1,-10],[1,-2],[1,-2],[1,0],[1,-1],[1,0],[1,1],[2,0],[0,1],[1,1],[1,1],[6,-2],[6,-2],[1,-2],[0,-2],[1,-1],[1,-2],[1,-1],[1,0],[1,0],[2,0],[1,0],[2,1],[1,0],[5,6],[6,7],[4,3],[10,3],[1,1],[2,-1],[1,0],[1,-1],[0,-2],[0,-1],[0,-2],[-1,-3],[0,-1],[1,-2],[0,-1],[1,-1],[2,-2],[2,-1],[1,0],[1,0],[2,0],[5,4],[1,2],[2,1],[1,2],[1,1],[4,2],[3,0],[7,-2],[1,0],[5,-2],[3,-2],[2,-3],[1,-2],[0,-2],[0,-1],[-2,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-2,0],[-1,1],[0,1],[0,1],[-4,-1],[-4,-9],[-3,-7],[1,-15],[0,-1],[0,-2],[1,-2],[1,-1],[4,-3],[3,-3],[2,0],[3,-1],[2,3],[2,2],[1,1],[2,0],[2,0],[1,-1],[1,-2],[2,-5],[1,-2],[0,-3],[2,-7],[3,-7],[5,-2],[5,-2],[5,-2],[6,-5],[1,0],[0,-1],[1,-4],[0,-2],[0,-1],[2,-11],[3,-11],[0,-1],[1,0],[1,-1],[1,-1],[1,0],[1,1],[2,0],[0,1],[1,1],[0,1],[0,2],[0,2],[0,2],[0,4],[0,1],[0,1],[1,1],[2,1],[1,0],[1,0],[1,-1],[0,-1],[5,-2],[6,0],[11,2],[12,-1],[2,-1],[3,-2],[1,-2],[2,-1],[9,-10],[2,-7],[-2,-5],[-1,-7],[8,-10],[2,-2],[2,-2],[1,-1],[2,-1],[1,0],[1,0],[2,0],[2,-1],[3,-2],[3,-3],[2,-6],[2,-5],[3,-4],[4,-1],[1,0],[1,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[-1,-1],[-2,-2],[-1,-2],[-1,0],[1,-10],[1,-9],[5,-9],[0,-1],[4,-14],[2,-12],[0,-2],[0,-10],[-1,-12],[4,-10],[7,-13],[8,-11],[4,-6],[5,-7],[0,-2],[0,-2],[0,-3],[-1,-2],[0,-1],[-1,-3],[-1,0],[-1,-1],[-1,0],[-8,-5],[-6,-3],[-2,-1],[-1,-2],[-1,-1],[-1,-1],[0,-2],[1,-4],[0,-2],[1,-4],[1,-2],[1,-2],[1,-1],[0,-2],[1,-1],[0,-1],[-1,-2],[-2,-1],[-1,0],[-2,-1],[-2,0],[-2,1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,0],[-2,-1],[-1,-1],[-1,-3],[-3,-5],[-1,-2],[-1,-2],[-1,-1],[-2,-2],[-1,-1],[-1,-1],[-1,0],[-3,0],[-3,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[1,-1],[1,-1],[1,1],[2,0],[1,1],[2,1],[1,0],[1,1],[5,-5],[4,-14],[0,-1],[0,-3],[0,-1],[0,-2],[0,-1],[-1,-3],[-2,-1],[-1,0],[-2,0],[-1,1],[-4,-4],[-2,-2],[-2,-3],[1,-3],[0,-2],[0,-2],[-1,-2],[-1,0],[-1,0],[-1,1],[-2,1],[-2,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,-1],[0,-1],[-1,-1],[-4,-6],[0,-1],[0,-1],[0,-2],[0,-1],[1,-2],[3,-3],[2,-3],[2,-2],[0,-2],[0,-1],[0,-2],[6,-12],[1,-1],[1,0],[2,-1],[1,-1],[1,-1],[5,-7],[0,-1],[1,-1],[-1,-1],[0,-2],[-1,0],[-2,-2],[-2,-1],[-1,0],[-3,-2],[-2,-2],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,0],[1,-1],[2,-1],[0,-1],[1,-1],[1,-2],[1,-1],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,0],[-1,0],[-3,2],[-1,2],[-3,3],[-2,1],[-1,0],[-1,1],[-3,0],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-1,-2],[2,-14],[1,-5],[0,-1],[0,-2],[1,-2],[0,-1],[1,-1],[1,-1],[1,-1],[2,-7],[-3,-15],[-6,-11],[-4,-9],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,0],[2,-1],[1,0],[1,0],[5,2],[1,0],[2,1],[1,0],[1,1],[1,0],[2,-1],[1,-1],[1,-1],[2,-6],[-2,-4],[1,-7],[7,-9],[7,-12],[2,-4],[0,-1],[1,0],[1,-7],[-3,-5],[-3,-6],[-2,-5],[-3,-11],[-3,-6],[-4,-5],[-7,-6],[-4,-2],[-4,-2],[-1,0],[-2,0],[-2,1],[-2,-1],[-2,0],[-1,-1],[-1,0],[-1,-1],[-1,-2],[-1,-2],[0,-1],[-4,-10],[-7,-5],[-8,-5],[-1,0],[-1,-1],[-6,2],[-7,4],[-6,-6],[-5,-9],[-1,-1],[-1,-2],[-1,-2],[-3,-3],[-2,-2],[-1,0],[-1,-1],[-2,0],[-2,-1],[-2,-4]],[[513,6124],[-1,2],[-2,1],[-2,1],[-2,1],[-2,1],[-1,1],[-1,1],[-3,2],[-3,2],[-3,3],[-2,2],[0,1],[-1,2],[-1,2],[-1,1],[-1,4],[-1,3],[0,5],[-1,3],[-1,3],[-1,4],[-2,4],[-1,2],[-6,7],[-4,4],[-3,2],[-5,3],[-4,2],[-2,2],[-3,3],[-2,2],[-1,2],[-2,2],[-1,1],[-4,2],[-2,2]],[[441,6209],[4,9],[3,-2],[3,12],[2,1],[0,-5],[6,-2],[45,39],[1,9],[9,-2],[12,-10],[-3,-4],[15,-5],[-4,-10],[12,-8],[20,-3],[1,-5],[31,-3],[4,5],[-1,4],[7,7],[-2,3],[13,-2],[-1,4],[7,2],[0,30],[3,12],[3,4],[8,-2],[28,46],[6,50],[-2,17],[4,2],[-10,25],[2,9],[9,2],[15,28],[14,-2],[10,4],[-3,3],[12,0],[2,13],[-6,9],[21,3],[-4,18],[4,2],[-2,4],[4,10],[-13,1],[0,6],[4,3],[-4,3],[3,2],[-7,13],[5,4],[4,-5],[14,10],[-10,17],[1,5],[24,0],[6,-10],[1,-13],[6,7],[9,2],[8,10],[0,8],[-8,11],[-15,0],[-5,10],[3,2],[-1,6],[9,17],[2,14],[6,6],[16,4],[-3,-11],[11,3],[-2,-5],[7,-6],[6,-3],[4,3],[6,-7],[-6,-5],[14,-6],[6,3],[9,-6],[5,-8],[-4,-13],[3,-9],[6,4],[3,-15],[11,8],[8,1],[-1,12],[12,5],[7,-1],[9,9],[12,-32],[16,-8],[7,-14],[85,38],[2,7],[7,-5],[110,49],[4,8],[7,-13],[-2,11],[36,17],[1,-3],[4,1],[6,7],[-1,9]],[[1206,6688],[35,-5],[-2,-13],[10,-11],[26,-5],[22,4],[8,-12],[6,-2],[3,-22],[6,-8],[-6,-19],[5,-13],[-20,-6],[-5,-8],[4,-15],[8,-10],[1,-8],[-25,-2],[6,-6],[20,-1],[17,-20],[17,-12],[1,-3],[-23,-18],[4,-6],[-2,-7],[8,9],[18,-23],[8,-6],[8,-13],[9,-1],[9,4],[14,18],[11,3],[5,7],[24,-10],[7,0],[6,5],[8,-1],[2,-7],[-7,-5],[9,-26],[0,-31],[18,-1],[-2,-20]],[[4694,6250],[-4,-4],[-1,-13],[-15,-30],[10,-4],[-8,-23],[-9,1],[-20,10],[-13,-22],[-16,-6],[-5,-9],[-2,-23],[6,-7],[-5,-5],[-9,0],[-5,-15],[7,-10],[11,-7],[8,-16],[-14,-26],[4,-18],[-14,-35],[2,-3],[9,1],[1,-7],[-8,-8],[-2,-26],[-9,-34],[-13,-3],[-10,9],[-7,0],[3,-23],[-4,-4],[22,-10],[1,-13],[-15,-6],[-19,11]],[[4244,6059],[18,7],[25,21],[11,1],[13,8],[-5,19],[10,10],[-2,5],[29,0],[5,11],[-7,2],[-1,8],[2,9],[6,4],[-3,17],[2,28],[-6,4],[1,5],[-12,7],[-6,20],[4,17],[14,1],[-7,12],[4,16],[-3,28],[31,6],[3,29],[4,3]],[[4374,6357],[14,0],[26,10],[30,4],[19,8],[54,3],[-3,-22],[30,-8],[3,23],[44,-22],[30,-35],[20,-11],[15,-15],[12,-20],[26,-22]],[[8577,5776],[-5,-14],[14,-3],[2,-14],[9,-14],[-3,-26],[-8,0],[-9,6],[-2,0],[5,-7],[-8,-10],[-32,4],[-1,-3],[-7,0],[-2,-8],[34,-20],[16,-3],[6,-5],[1,-4],[-8,-8],[4,-19],[-5,1],[2,-10],[-18,-3],[-3,-5],[-18,-7],[-2,11],[-7,-1],[1,-7],[-10,-4],[4,-4],[4,-20],[1,-10],[-3,-2],[3,-8],[10,5],[0,-3],[14,2],[1,-12],[-19,-5],[-3,7],[-5,0],[-37,-6],[-4,-28],[15,-5],[-3,-13],[1,-21],[-17,-1],[4,-28],[-3,-18],[-20,11],[-2,-4],[-17,8],[-11,-20],[6,-2],[1,-5],[-10,-21],[-5,3],[-2,-6],[-2,3],[-5,-11],[16,-16],[12,0],[9,-7],[0,-19],[11,-10],[1,2],[37,-45]],[[7800,5509],[6,0],[-1,5],[22,3],[17,-7],[15,4],[0,-6],[6,0],[-1,6],[10,-6],[6,1],[4,-11],[22,-1],[1,9],[2,0],[-2,7],[2,15],[14,-1],[4,-5],[4,3],[4,25],[-15,6],[2,7],[-11,12],[2,19],[-5,2],[-2,14],[-5,0],[-1,25],[1,6],[27,7],[-4,8],[26,21],[-11,22],[-17,13],[12,6]],[[7934,5718],[17,-11],[21,-32],[20,5],[15,-4],[21,3],[4,-7],[-3,-24],[7,4],[8,0],[9,-7],[2,-8],[14,-5],[3,8],[-2,7],[2,12],[10,3],[19,-8],[3,19],[19,-3],[6,13],[12,-5],[-2,-6],[12,1],[7,-18],[15,7],[2,-7],[12,0],[3,5],[17,-4],[18,3],[-6,26],[1,5],[15,-1],[4,-11],[21,6],[14,-8],[34,10],[10,-6],[2,8],[4,3],[2,-4],[13,2],[9,-3],[19,17],[3,21],[11,22],[11,-5],[17,1],[-1,7],[3,1],[-2,19],[-12,-5],[-3,20],[-4,-1],[-14,18],[8,2],[10,-4],[15,7],[11,-2],[2,12],[-13,8],[6,14],[5,4]],[[8420,5842],[3,-12],[9,0],[4,-3],[1,-15],[12,9],[14,1],[6,-7],[3,-12],[12,9],[16,-8],[15,8],[6,-13],[23,13],[19,-1],[7,-13],[9,-3],[2,-10],[-4,-9]],[[4866,6362],[23,-46],[8,-2],[11,7],[12,-11],[2,2],[26,-9],[26,-18],[51,-5],[-1,8],[3,-4],[6,2],[5,-5],[0,-7],[10,-2]],[[5048,6272],[-7,-10]],[[5041,6262],[-10,-29],[6,-6],[-13,-7],[-1,2],[-8,-10],[-13,7],[3,-9],[-6,2],[-2,6],[4,-1],[0,3],[-15,-4],[-13,2],[-2,-10],[5,-1],[-5,-18],[-8,-5],[-8,19],[-19,6],[-1,10],[-11,6],[-12,-58],[-5,1],[-3,-6],[-6,-1],[-6,0],[0,3],[-16,-6],[-7,13],[26,41],[-4,2],[5,16],[-8,4],[-2,9],[-12,-5],[-2,3],[15,16],[4,-4],[11,9],[-10,1],[0,6],[-17,21],[8,7],[-30,20],[-25,3],[1,6],[-13,0],[-11,6],[0,19],[6,1],[-2,18],[11,4],[-2,18],[30,8]],[[4848,6400],[7,-26],[11,-12]],[[8577,5776],[5,-9],[5,0],[3,4],[-1,9],[7,12],[13,4],[10,-4],[8,-17],[6,-2],[17,6],[56,-26],[12,10],[9,-4],[21,4],[28,17],[37,-11],[14,-17],[6,-20],[12,-2],[-3,-10],[10,-13],[10,8],[10,-7],[22,-5],[7,-8],[14,-36],[-1,-7],[-10,-14],[3,-11],[12,-5],[12,0],[25,25],[12,6],[16,-21]],[[2877,6558],[-4,-39],[4,-40],[20,-5],[1,-10],[11,7],[28,-5],[3,0],[-2,13],[3,1],[5,1],[2,-7],[8,0],[16,6],[4,-3],[-3,-8],[13,16],[-1,-20],[-6,-8],[9,-27],[11,-12],[-2,-10],[5,-15],[-4,-7],[-1,3],[-6,-2],[-17,-8],[10,-2],[-4,-4],[4,-3],[-2,-5],[-6,-5],[3,-10],[-3,-4],[8,-14],[5,-20],[7,-6],[-4,-12],[-12,13],[-4,12],[-20,-12],[-37,5],[-12,9],[-6,-19],[2,-5]],[[2455,6412],[46,14],[14,-5],[21,5],[39,-3],[0,-19],[-2,-13],[-4,-4],[10,-5],[23,7],[9,-4],[1,17],[21,24],[-30,-3],[-2,-5],[3,-8],[-16,-6],[-3,14],[6,17],[16,9],[-1,-3],[5,-3],[2,5],[6,-1],[13,10],[5,-1],[7,15],[27,17],[-2,18],[-5,6],[-12,5],[-6,-1],[-4,23],[-24,0],[3,12],[11,-4],[1,6],[-21,5],[-16,15],[-2,-1],[2,7],[-3,2],[5,3],[0,5],[-4,1],[7,0],[1,10],[-2,4],[-14,3],[-11,-5],[-3,5],[2,13],[3,-1],[2,9],[12,-2],[5,6],[7,-2],[5,14],[3,-14],[20,-3],[5,11],[8,2],[7,27]],[[2651,6662],[9,-11],[-1,-23],[12,9],[-4,-16],[12,-19],[8,6],[-2,5],[9,3],[-2,-8],[15,0],[21,-8],[6,-12],[3,-2],[8,4],[9,-10],[3,-17],[14,0],[9,-9],[17,-8],[6,-9],[9,2],[31,25],[12,-6],[22,0]],[[6982,6087],[-4,-7],[4,-17],[-2,-1],[0,-13],[21,1],[9,-7],[-7,-8],[0,-7]],[[7003,6028],[-15,-1],[-33,-18],[-14,0],[-16,-52],[28,-1],[-1,-11],[13,-17],[3,0],[4,-32],[-7,-13],[-7,-5],[5,-2],[-3,-2],[8,-11],[-9,-5],[9,3],[6,-3],[7,-15],[-4,-8],[-20,-8],[2,-35],[8,-17],[10,-5],[-16,-33],[-13,-12],[-2,-8]],[[6682,5788],[-21,21],[-36,21],[-27,5],[2,12],[7,-2],[2,8],[8,-2],[6,15],[5,0],[-6,4],[-1,14],[3,4],[-3,-1],[-1,16],[6,5],[-2,32],[13,12],[5,0],[6,-5],[14,14],[20,9],[20,2],[36,-4],[15,1],[3,31],[8,25],[-3,3],[19,17],[6,18],[5,33]],[[6791,6096],[30,-4],[11,2],[6,-34],[8,1],[1,4],[20,-10],[8,19],[8,-9],[2,3],[12,-14],[11,3],[6,-2],[5,5],[1,8],[-9,7],[1,7],[9,1],[0,-6],[6,-1],[0,5],[13,-3],[12,3],[7,17],[36,11],[-13,-22]],[[4866,6362],[15,6],[14,-18],[0,5],[3,1],[-6,11],[5,15],[7,-2],[17,14],[0,5],[26,-4],[5,4],[0,16],[5,2],[-6,3],[-6,-6],[11,11],[11,-1],[-5,-7],[9,-8],[11,1],[5,-4],[11,-1],[7,3],[9,-11],[-1,-9],[18,-8],[0,4],[10,-3],[-8,-26],[10,-9],[-1,-11],[-7,-6],[19,-26],[0,-7],[-8,-1],[5,-12],[-3,-11]],[[3864,6504],[-1,-9],[4,-3],[6,4],[15,-17],[-2,-14],[-5,-7],[15,-5],[10,1],[0,-6],[-6,-2],[-3,-21],[3,-21],[-14,-4],[-9,-16],[2,-13],[-13,-6],[3,-7],[9,2],[1,-40],[2,-2],[-5,-5],[2,-5],[26,3],[8,-12],[-2,-7],[24,7],[-2,8],[4,4],[0,5],[4,3],[43,1],[1,7],[15,-2],[9,-8],[7,1],[4,6],[-8,5],[12,32],[3,3],[17,-9],[5,17],[9,-6],[6,21],[32,7],[12,-33],[-3,0],[3,-22],[7,2],[11,-10],[6,3],[-4,-12],[-15,-12],[-9,-20],[17,-1],[10,-10],[-19,-8],[0,-24],[-6,-13],[7,2],[11,-12],[-2,-13],[-9,-8],[-4,-9],[0,-12],[24,-21],[18,0],[-1,-6],[9,-4],[-1,-6],[11,-8],[8,1],[-3,14],[11,3],[44,-3],[0,-17],[-5,-4],[-8,-21],[1,-15],[5,-11],[-1,-14]],[[3655,6255],[0,11],[19,12],[-3,8],[13,11],[-7,14],[1,7],[-5,-1],[-2,6],[1,7],[6,1],[-5,3],[2,12],[7,-5],[14,14],[6,14],[21,9],[15,27],[14,2],[11,8],[22,5],[2,6],[0,8],[-10,6],[7,8],[-4,4],[4,2],[-16,20],[8,25],[-18,8],[-6,29],[-14,2],[-10,7],[3,14],[15,7],[1,-10],[1,-2],[4,1],[2,-9],[13,3],[22,22],[-1,5],[10,-2],[0,8],[7,-1],[12,-15],[15,-13],[-8,-23],[28,9],[-6,-28],[18,-7]],[[5041,6262],[47,-15],[25,-13],[49,-13],[-1,-6],[42,-2],[3,13],[27,-11]],[[5233,6215],[58,-29],[-12,-26],[-9,-7],[-8,1],[-3,-26],[-4,-7],[-12,-8],[-28,0],[-9,-3],[8,-37],[-3,-1],[9,-13],[-7,-16],[-5,0],[-5,10],[-6,-1],[-3,8],[2,-8],[-12,3],[2,-10],[12,-7],[51,-9],[11,-12]],[[4694,6250],[10,-5],[5,-7],[26,-9],[-9,14],[-2,13],[-13,15],[-5,16],[-1,7],[18,-7],[0,29],[5,21],[-1,8],[-12,6],[-3,47],[-3,1],[0,8],[-26,4],[10,15],[9,30],[11,9],[13,-9],[0,4],[38,2],[5,11],[35,7]],[[4804,6480],[14,-18],[8,-40],[4,-9],[13,-6],[5,-7]],[[7456,6086],[1,-11],[14,-28],[11,-4],[4,-19],[9,-10],[9,2],[26,-8],[7,4],[0,8],[10,0],[10,-6],[7,4],[2,-2],[-2,-6],[5,-5],[-1,-7],[9,1],[3,-13],[5,-2],[1,-10],[8,-9],[3,-20],[-6,-28],[-5,4],[0,8],[-13,-4],[-5,-5],[-34,11],[-6,8],[-3,-2],[5,-9],[15,-11],[22,-40],[-2,-7],[4,-17],[10,-21],[-3,-12],[-10,-4],[-3,-9]],[[7003,6028],[10,-3],[3,-10],[7,-4],[9,10],[0,13],[5,9],[18,-2],[30,12],[15,-3],[18,2],[26,-6],[8,5],[14,1],[9,-25],[-2,-27],[21,3],[18,-3],[5,-28],[27,-8],[-5,-18],[47,-14],[6,10],[5,-1],[7,9],[19,6],[15,0],[-3,-17],[3,0],[5,9],[24,7],[0,11],[22,0],[-2,16],[13,36],[7,-4],[29,-2],[3,14],[-17,-2],[-1,6],[-5,0],[0,25],[-5,3],[4,8],[2,21],[16,4],[4,-6],[19,1]],[[4944,6470],[5,-16],[-16,-19],[-6,1],[-8,8],[-10,0],[-6,12],[4,8],[30,10],[7,-4]],[[6267,5797],[45,34],[47,30],[-2,7],[-11,3],[-2,5],[5,10],[-2,14],[16,4],[41,35],[31,-5],[10,41],[-3,28],[9,3],[1,14],[17,9],[13,17],[-3,32],[-13,31],[14,14],[10,2],[1,6],[7,1],[1,6],[20,-6],[6,10],[-8,17],[48,-12],[6,6],[5,-1],[-3,13],[12,12],[-9,19]],[[6576,6196],[13,5],[1,21],[18,0],[-2,5],[11,8],[0,6],[12,0],[20,6],[6,-15],[8,-2],[2,-5],[2,6],[10,-2],[10,-12],[4,7],[31,8],[-2,-8],[-3,-1],[8,-19],[-9,-11],[1,-3],[12,-16],[22,-5],[5,-5],[14,-18],[-3,-7],[3,-1],[-2,-20],[19,-15],[4,-7]],[[5827,6477],[13,-19],[12,6],[10,0],[2,4],[15,-6],[14,-1],[14,-14],[1,-7],[8,-3],[6,5],[6,-2],[-6,-17],[1,-22],[-16,-11],[-2,-6],[0,-9],[12,-3],[8,-15],[-2,-7],[-9,-7],[-4,1],[-1,-8],[17,-10],[11,2],[6,5],[-1,-14],[4,-4],[9,0],[2,-12],[-6,-5],[11,-13],[12,-2],[6,14],[6,0],[2,12],[24,-6],[0,-7],[13,-6],[-5,-12],[-2,2],[-7,-21],[11,-2],[8,-6],[-11,-30],[-6,-3],[3,-14],[-6,-10],[2,-15],[7,-8],[-3,-7],[1,-9],[19,-21],[0,-6],[-10,-6],[4,-5],[-4,-5],[24,-10],[6,-17],[7,-9],[-7,-45],[-5,-13],[19,6],[19,-6],[-3,-18],[7,-2],[6,9],[2,-1],[-5,-18],[9,-3],[-7,-11],[6,0],[0,-16],[5,-15],[-2,-12],[3,-3],[-1,-4],[-15,-5],[-9,-10],[2,-6],[16,-7],[-3,-10],[-6,-1],[-2,-6],[8,-21],[-5,-5],[10,-7],[9,-24],[0,-19]],[[5233,6215],[4,16],[9,4],[3,8],[18,0],[3,12],[5,5],[0,10],[4,1],[1,18],[15,0],[2,9],[11,-2],[2,-8],[5,2],[-7,19],[-7,-1],[0,18],[10,22],[-7,10],[2,20],[17,3],[7,-8],[25,-8],[4,-8],[-3,-6],[34,-7]],[[5390,6344],[-7,-5],[0,-14],[58,6],[4,-4],[-4,-10],[26,-3],[0,6],[18,4],[-1,-5],[20,-18],[13,-3],[4,4],[25,8],[10,-1],[6,12],[13,0],[1,7],[14,-3],[11,21],[6,-6],[0,-9],[10,-5],[10,1],[8,9],[4,-7],[3,19],[13,4],[4,22],[6,4],[-6,4],[21,10],[0,7],[29,-13],[8,9],[7,-3],[2,20],[3,-2],[8,11],[6,-2],[-1,5],[11,-1],[0,-4],[6,-2],[10,25],[8,1],[12,8],[8,-6],[17,2],[6,24],[5,8],[2,-2]],[[1080,6993],[14,-12],[-6,-14],[0,-14],[-8,-13],[0,-12],[14,-1],[-2,-6],[16,-9],[10,0],[-4,-9],[3,-17],[3,1],[4,14],[8,-4],[0,-14],[-9,2],[-1,-4],[12,-3],[3,7],[1,-10],[19,-7],[5,-44],[10,-2],[-9,-4],[9,-21],[-11,-18]],[[1161,6779],[-4,-19],[9,-23],[13,-15],[15,-25],[2,-11],[10,2]],[[441,6209],[-1,0],[-1,0],[-11,4],[-12,7],[-1,1],[-4,3],[-6,5],[-1,1],[-4,2],[-2,1],[-3,0],[-3,1],[-5,3],[-6,4],[-1,1],[-2,2],[-3,4],[-5,4],[-3,2],[-4,3],[-9,6],[-8,4],[-5,5],[-2,2],[-1,3],[-1,1],[-1,3],[0,3],[-1,3],[1,2],[-1,2],[-1,2],[-2,4],[-3,2],[-3,2],[-1,1],[-6,1],[-6,1]],[[313,6304],[27,31],[-11,6],[3,5],[11,6],[5,-7],[10,20],[9,-6],[32,22],[-9,9],[5,10],[-3,10],[5,-7],[11,16],[21,-10],[14,31],[16,-8],[2,4],[-1,5],[11,13],[-2,6],[3,-1],[-2,3],[9,6],[-5,7],[-5,0],[3,4],[12,4],[-1,26],[9,19],[-2,6],[23,4],[-1,14],[34,20],[-8,3],[-1,9],[-4,0],[-1,4],[-10,1],[3,2],[0,9],[-5,9],[3,3],[5,-2],[5,12],[15,6],[2,1],[0,-5],[9,1],[3,11],[-16,6],[-7,7],[2,4],[8,1],[1,6],[-8,9],[23,-2],[6,7],[3,14],[-7,6],[6,31],[16,2],[14,7],[5,-2],[7,-15],[4,2],[2,-4],[4,1],[-5,7],[1,9],[14,2],[-2,10],[4,6],[-39,17],[-10,20],[3,12],[-7,6],[-5,0],[3,26],[-10,33],[36,52]],[[608,6916],[31,-18],[27,-6],[-2,-1],[7,-15],[14,-3],[3,-6],[24,13],[-22,5],[-2,9],[9,8],[0,5],[-13,3],[9,4],[-8,3],[1,9],[7,0],[10,8],[3,14],[6,5],[12,7],[20,-15],[3,-6],[32,4],[-4,-9],[8,-3],[-2,-6],[10,1],[5,-15],[-4,-3],[0,-14],[-12,-5],[-6,1],[-2,5],[-2,-3],[0,-7],[2,1],[11,-4],[-4,-4],[-5,6],[-4,-7],[4,-2],[9,-18],[-9,3],[-3,5],[-2,-4],[-21,6],[20,-7],[-2,-11],[9,-14],[6,-2],[4,2],[-3,20],[5,-5],[4,1],[8,-16],[-4,-5],[10,2],[3,-7],[-3,-3],[15,1],[2,-6],[11,3],[2,-15],[16,-4],[12,21],[0,8],[8,4],[-6,9],[16,2],[16,-9],[11,-2],[0,7],[7,7],[3,-1],[7,10],[-1,14],[-5,7],[-3,18],[3,2],[-5,12],[-3,5],[-17,-2],[3,19],[8,5],[5,-2],[3,10],[19,5],[3,4],[7,0],[5,-2],[13,-34],[2,4],[18,-4],[34,-17],[16,35],[3,21],[24,18],[16,23]],[[1073,6998],[7,-5]],[[4773,6571],[2,-23],[20,-41],[2,-19],[7,-8]],[[4374,6357],[-2,44],[-5,5],[0,14],[41,-7],[13,21],[7,2],[28,-8],[15,2],[11,35],[10,15],[-1,7],[-12,23],[-25,-4],[-5,7],[0,9],[-11,12],[-19,-7],[-10,17],[-12,-3],[14,28],[-1,5],[-5,3],[-1,-3],[-6,7],[7,3],[7,20],[8,-3],[11,44]],[[4431,6645],[7,-2],[2,-7],[4,0],[3,-9],[-3,-5],[9,-11],[5,-2],[6,7],[6,-1],[5,6],[-6,4],[1,5],[5,7],[12,2],[2,7],[4,1],[-2,13],[7,8],[4,1],[6,-7],[7,5],[-2,3],[6,6],[11,-5],[7,2],[4,7],[9,-2],[1,-5],[4,2],[2,30],[4,15],[13,2],[-1,3],[5,8],[11,5],[30,-31],[16,-9],[38,-5],[13,-6],[11,-17],[6,-23],[6,-9],[11,-12],[35,-15],[10,-9],[6,-14],[2,-17]],[[1855,7050],[3,-3],[-6,-18],[5,-3],[-3,-7],[5,-2],[-1,-7],[7,-1],[6,-8],[-6,-10],[2,-13],[-10,-15],[5,-17],[-2,-2],[-15,6],[2,-10],[-12,-17]],[[1835,6923],[-6,0],[-2,-6],[2,0],[-5,-6],[6,-4],[1,-15],[-4,-10],[4,-5],[-4,-2],[2,-9],[-7,-16],[4,-9],[-2,-4],[4,-4],[-4,-5],[4,-6],[-4,-3],[5,-8],[-10,-4],[2,-2],[-2,-2],[5,1],[2,-4],[1,3],[7,-1],[-3,-11],[4,-2],[-2,-12],[9,-12],[-3,-3],[13,-23],[-7,-9],[6,-11],[1,-23],[-3,2],[-4,-9],[2,-5],[-7,-3],[7,-9],[-2,-4],[6,-11],[-2,-4],[3,-10],[-4,-8],[-12,2],[-2,-9],[7,-1],[1,-5],[2,2],[3,-13],[-11,-4],[7,-5],[-15,4],[-9,-4],[6,-19],[-29,-20],[-4,17],[-7,-6],[-5,0],[-1,-4],[-4,0],[2,-15],[-10,-1],[3,-9],[-4,-14],[10,-11],[9,1],[0,-5],[13,-3],[10,2],[-2,-2],[5,-27],[-12,-4],[0,-3],[12,-23],[-2,-5],[5,-10],[8,-7],[-2,-2]],[[1161,6779],[38,-12],[27,-15],[11,5],[-1,6],[4,0],[0,-4],[3,2],[12,21],[9,5],[-4,7],[2,10],[17,5],[7,10],[32,16],[9,-5],[12,3],[10,9],[26,11],[23,6],[1,4],[8,-1],[7,5],[7,10],[8,-5],[17,-42],[8,3],[8,-13],[14,7],[8,-5],[5,3],[18,-13],[48,36],[8,-3],[2,4],[3,-1],[-1,-3],[5,-4],[6,4],[4,-9],[12,-7],[36,17],[4,-2],[3,9],[5,-2],[4,7],[1,19],[4,1],[-10,9],[-5,11],[10,0],[5,5],[7,18],[5,2],[-2,3],[21,4],[-6,4],[-1,8],[-7,2],[-5,7],[-11,1],[1,3],[12,-1],[30,10],[-8,26],[-5,1],[3,6],[48,16],[-12,37],[27,10],[5,-4],[32,9],[1,-7],[3,-1],[63,-16],[3,9]],[[3864,6504],[6,0],[7,14],[8,4],[17,2],[9,-5],[9,1],[7,21],[-5,4],[14,18],[-12,9],[11,12],[3,9],[-5,7],[-15,5],[-1,3],[11,41],[-14,20],[4,4],[-8,3],[-4,12],[-5,6],[-38,-2],[-27,29],[21,23],[0,10],[27,4],[-7,31]],[[3877,6789],[9,5],[3,1],[2,-5],[14,5],[1,10],[15,2],[-6,-4],[5,-7],[17,-9],[-3,-8],[13,-6],[2,7],[1,-18],[15,2],[3,-9],[16,-5],[20,6],[1,10],[12,-1],[0,4],[9,-3],[-1,-8],[8,-1],[-2,7],[7,0],[5,-10],[4,5],[38,1],[7,12],[29,3],[4,6],[-7,5],[-7,22],[-15,6],[0,12],[9,2],[6,-7],[15,-3],[37,2],[-4,12],[8,6],[5,-1],[7,-20],[-4,-15],[4,0],[3,2],[3,-2],[16,16],[7,2],[-2,7],[11,4],[17,-1]],[[4234,6830],[41,3],[-1,-8],[-25,-6],[3,-9],[-8,-11],[-16,-39],[79,17],[6,-23],[49,10],[18,-69],[-6,-2],[18,-7],[-7,-6],[12,-4],[34,-31]],[[7858,6204],[-25,-19],[-1,-2],[17,0],[-7,-20],[-3,1],[-3,-6],[6,-8],[14,-1],[9,-34],[8,0],[0,8],[25,-1],[0,-11],[6,1],[16,-7],[2,-5],[-22,-23],[8,-16],[11,-9],[25,-3],[5,-6],[6,-21],[-1,-18],[15,2],[21,-10],[-8,-25],[8,1],[3,-18],[14,11],[8,1],[10,-10],[1,-8],[14,-20],[-7,-2],[-5,7],[-9,0],[-3,5],[-8,-2],[5,-8],[-4,-2],[9,-2],[-5,-8],[10,-13],[-7,-4],[-13,-16],[-6,2],[3,-11],[-6,-7],[-8,-1],[0,-5],[-38,-20],[-8,-36],[8,-2],[18,-17],[8,-2],[0,-4],[11,-7],[2,-12],[5,-4],[-3,-11],[-16,-10],[-7,-9],[-30,-6],[-2,-3]],[[7456,6086],[2,16],[-3,8],[-10,6],[1,11],[-2,-1],[-6,13],[7,9],[-8,11],[-10,-3],[-3,6],[3,7],[17,6],[6,-5],[8,3],[6,-5],[16,1],[1,7],[-5,12],[7,8],[5,-2],[2,-8],[8,6],[8,-2],[6,-9],[0,-8],[7,0],[11,14],[-15,11],[12,-3],[16,8],[-1,5],[-9,5],[2,6],[20,9],[11,13],[6,-4],[-3,-11],[5,-3],[4,13],[11,6],[-2,15],[4,9],[13,-2],[28,14]],[[7632,6278],[10,13],[7,4],[13,-7],[5,1],[12,23],[21,14],[16,4],[13,7],[7,-10],[5,0],[4,2],[3,11],[6,3],[10,-14],[16,-12],[-1,-31],[-8,-21],[7,5],[12,-4],[-5,-14],[6,-3],[-7,-7],[3,-2],[16,14],[1,-4],[7,2],[17,-5],[10,3],[20,-3],[1,-16],[-6,-11],[8,-1],[-6,-13],[3,-2]],[[3328,6405],[-20,20],[-9,3],[-11,-2],[-3,8],[-11,1],[0,3],[5,-2],[-2,8],[7,1],[-1,7],[8,-3],[1,3],[-11,3],[-4,6],[5,10],[-2,13],[5,-2],[11,4],[6,-4],[10,7],[10,16],[7,-11],[1,-7],[13,1],[24,-4],[6,4],[6,14],[-5,5],[0,9],[8,10],[1,15],[7,5],[-1,10],[-8,8],[4,12],[-3,28],[10,0],[4,5],[-4,27],[5,19],[-10,1],[1,19],[-6,21]],[[3382,6696],[7,2],[2,-10],[5,0],[4,-5],[-2,-6],[3,5],[7,-3],[7,8],[7,1],[4,-2],[2,-13],[3,-1],[43,22],[2,5],[5,1],[2,9],[26,-1],[18,10],[20,-7],[20,12],[10,1],[8,-1],[-1,-5],[10,-9],[13,2],[11,8],[15,4],[15,-7],[13,2],[-10,12],[4,3],[-1,6],[24,2],[-1,10],[23,32],[1,8],[-6,2],[26,22],[-4,29],[10,0],[-4,6],[0,11],[3,4],[-9,10],[-5,-7],[-4,3],[1,10],[-2,4],[-3,-1],[-1,10],[18,5],[6,7],[1,7],[5,-1],[4,9],[10,5]],[[3747,6926],[11,-7],[5,-10],[14,1],[3,5],[3,-3],[2,4],[1,-4],[4,4],[4,-3],[13,5],[12,-4],[2,-4],[8,4],[-2,-7],[4,-1],[0,-19],[8,1],[5,-3],[5,-20],[-3,-6],[-9,-5],[4,-2],[0,-11],[9,-3],[3,3],[0,-19],[10,0],[3,-7],[5,-2],[7,-19],[-1,-5]],[[3193,6986],[7,-46],[6,-14],[-3,-41],[-11,-1],[-4,4],[-3,-3],[-14,-42],[16,-8],[-1,-27],[33,-3],[11,5],[8,-4],[26,16],[16,-19],[15,-6],[31,-29],[13,-4],[15,3],[6,-8],[7,-22],[21,-8],[-9,-18],[3,-15]],[[2877,6558],[7,5],[7,-1],[-4,9],[10,-10],[21,-11],[2,4],[10,-5],[9,7],[-26,17],[1,4],[8,-3],[2,5],[-3,3],[10,18],[0,9],[8,11],[-1,9],[-10,13],[21,23],[10,-1],[12,12],[4,-1],[17,8],[17,0],[5,10],[21,1],[7,-12],[-3,14],[-7,8],[1,14],[-5,4],[-2,7],[5,7],[20,4],[-7,11],[3,26],[7,3],[12,14],[5,1],[3,11],[-1,12],[-16,19],[0,39],[26,15],[40,-6],[29,22],[16,33],[-5,5],[-1,8],[0,23],[-3,20]],[[3159,6996],[12,-5],[15,2],[7,-7]],[[2651,6662],[-10,18],[5,55],[-8,26],[-24,39],[-5,18]],[[2609,6818],[-6,2],[0,4],[7,-3],[2,36],[15,2],[24,17],[-5,18],[12,-5],[3,12],[11,-4],[-5,28],[11,3],[1,15],[13,-1],[5,5],[10,-5],[12,4],[18,-7],[8,5],[10,-6],[47,11],[19,-5],[4,5],[5,-1],[12,6],[15,-2],[12,3],[3,12],[16,12],[9,-12],[19,3],[21,-4],[25,15],[14,1],[6,-5],[6,3],[11,-2],[-4,4],[5,3],[41,7],[36,14],[10,-8],[9,-2],[2,-8],[2,4],[6,-5],[8,2],[3,-2],[6,8],[4,1],[2,-3],[3,4],[3,-4],[0,3],[5,0],[0,-4],[11,-2],[8,6]],[[1835,6923],[48,-13],[13,3],[22,-11],[9,-13],[19,-9],[47,-7],[22,6],[43,31],[44,10],[14,9],[26,7],[7,-6],[11,-2],[-2,-5],[9,-5],[22,-3],[0,13],[-7,2],[3,7],[3,3],[8,-2],[0,14],[6,-3],[3,6],[6,1],[12,21],[13,9],[-5,27],[-13,32],[14,3],[7,12],[-4,3],[9,9],[4,-3],[14,8]],[[2262,7077],[9,1],[21,-5],[13,-9],[14,0],[9,-7],[11,-1],[12,-6],[9,6],[9,-8],[3,1],[-3,2],[1,10],[4,0],[2,5],[16,9],[2,-7],[12,4],[7,-9],[14,-4],[-2,-10],[8,-1],[0,-4],[4,-1],[3,18],[12,-1],[1,-4],[15,-9],[4,-10],[8,-3],[9,8],[10,-5],[7,2],[22,-4],[-7,12],[-5,-3],[-1,4],[-3,-1],[-3,10],[4,5],[7,4],[4,-10],[3,1],[-1,5],[3,1],[1,-4],[17,9],[-1,7],[5,2],[1,-6],[18,6],[-3,-4],[16,-9],[-4,-5],[12,-5],[-2,-9],[-7,3],[-8,-22],[-6,2],[-5,-21],[-22,6],[0,-5],[-12,-7],[3,-5],[5,0],[2,-19],[-11,-3],[2,-14],[-7,-2],[-2,-6],[-13,0],[-13,-9],[-3,-8],[-10,-4],[-3,-7],[4,-4],[14,8],[24,-37],[0,-53],[-17,-4],[7,-33],[3,1],[1,-6],[2,3],[1,-2],[0,-17],[8,-4],[5,4],[10,-1],[31,-9],[3,9],[-6,8],[9,12],[11,3],[-1,7],[21,9]],[[7181,6469],[3,1],[4,-48],[15,-5],[4,-23],[0,-5],[-5,0],[2,-6],[9,0],[-4,-7],[-11,-1],[0,-29],[-5,2],[0,-7],[-10,-6],[1,-5],[-28,-20],[-8,-11],[-11,3],[-4,-5],[26,-17],[6,-10],[-2,-7],[-6,1],[-14,-40],[-10,-2],[-12,8],[-15,0],[9,-44],[12,-1],[-3,-16],[6,-14],[-18,5],[-20,-39],[1,-7],[-20,-2],[0,5],[-7,-1],[-5,5],[-15,-3],[0,7],[-10,-2],[-3,-1],[1,-24],[-32,-7],[-2,8],[-4,-9],[-14,-3]],[[6576,6196],[-13,-6],[-4,14],[0,6],[7,-2],[1,3],[-2,19],[3,0],[-12,24],[8,1],[8,19],[-15,23],[18,9],[-6,2],[7,5],[15,4],[2,4],[-9,10],[6,15]],[[6590,6346],[14,-4],[7,12],[4,-2],[28,9],[-1,14],[3,0],[1,14],[-7,11],[3,3],[-2,5],[8,3],[22,-13],[-19,23],[-1,9],[13,-4],[1,10],[22,8],[6,-17],[7,0],[0,11],[21,-1],[13,18],[38,-20],[8,9],[-5,3],[7,8],[3,2],[5,-6],[3,3],[-23,44],[9,-2],[5,5],[12,2],[0,18],[7,0],[0,5]],[[6802,6526],[14,-2],[5,-18],[19,-31],[9,1],[17,-22],[36,19],[23,21],[18,-17],[2,3],[10,-5],[9,33],[28,8],[16,-10],[9,-10],[26,-12],[8,-32],[-3,-13],[8,-3],[17,-1],[2,11],[10,7],[15,7],[34,6],[10,7],[23,2],[14,-6]],[[8266,6183],[9,-17],[20,-11],[8,-10],[12,-3]],[[8315,6142],[9,-31],[17,-12],[5,-8],[1,-15],[10,-6],[4,-11],[23,-27],[0,-4],[-7,-7],[0,-15],[-10,-28],[2,-15],[13,-16],[5,-18],[19,11],[5,-8],[-8,-18],[-5,-23],[3,-7],[-2,-19],[4,-6],[12,-7],[5,-10]],[[7858,6204],[35,0],[8,11],[-2,5],[8,5],[-1,10],[3,3],[-5,2],[-1,8],[1,11],[8,13],[-11,17],[0,8],[21,5],[6,8],[34,16],[21,1],[25,8],[8,7],[4,-3],[0,-14],[5,0],[13,10],[37,-2],[11,-19],[32,-10],[10,-8],[3,-8],[45,-7],[21,-12],[10,-6],[2,-10],[7,-5],[15,-22],[-2,-19],[13,-2],[8,-16],[16,-6]],[[6127,6591],[-24,-29],[-26,-12],[2,-17],[-4,-6],[5,-25],[28,-25],[18,-6],[38,18],[8,-20],[8,-5],[0,-5],[-4,0],[5,-4],[17,2],[12,10],[3,-9],[4,-1],[-4,-3],[-1,-12],[-3,-1],[3,-4],[6,-1],[11,-14],[4,-1],[1,4],[6,-5],[9,0],[0,3],[8,-2],[-3,-7],[-7,0],[1,-7],[-4,-3],[6,-8],[14,-6],[23,13],[1,-3],[15,6],[6,-9],[19,-3],[5,-8],[5,-2],[-5,-11],[3,-5],[19,7],[13,-11],[-10,-10],[12,-5],[10,-10],[4,16],[11,9],[4,-3],[4,4],[1,-15],[21,8],[6,4],[1,9],[16,7],[-3,17],[16,2],[1,-5],[13,7],[1,-17],[18,-8],[16,1],[5,-8],[-3,-5],[7,-5],[18,2],[18,9],[4,-21],[10,-5],[-2,-4],[7,-1],[0,7],[6,6],[9,2],[1,-6]],[[5827,6477],[3,4],[6,-3],[-1,8],[-5,0],[-4,11],[7,10],[0,19],[13,4],[3,-7],[13,0],[2,16],[-4,1],[4,13],[-9,4]],[[5855,6557],[7,35],[-6,3],[7,7],[14,-4],[3,-5],[-6,-15],[11,3],[1,-6],[-3,0],[-1,-4],[2,-6],[4,0],[-2,-14],[-5,-1],[6,-6],[10,22],[10,6],[11,-8],[9,1],[-2,-6],[4,-2],[4,10],[16,4],[30,-15],[10,-2],[7,25],[11,19],[-16,6],[9,13],[7,2],[0,17],[-6,3],[10,18]],[[6011,6657],[4,4],[10,-2],[8,16],[18,-2],[12,-12],[18,3],[3,-4],[2,-19],[26,-6],[-8,-23],[-4,-1],[-2,-6],[6,1],[23,-15]],[[5309,6748],[6,-24],[22,-13],[-8,-3],[-6,-16],[57,-79],[-27,11],[-14,-3],[-10,-9],[-1,-7],[10,-9],[-18,-10],[-12,-13],[-18,6],[2,-5],[-4,-13],[7,-6],[1,-5],[-8,-14],[14,-1],[15,-18],[13,0],[-3,-16],[5,-16],[25,-10],[2,-3],[-4,-7],[14,-11],[-4,-7],[6,-4],[-9,-2],[6,-8],[-5,-2],[-1,-8],[4,2],[2,-3],[4,2],[2,-3],[9,-1],[4,2],[-4,-12],[-5,0],[-5,-9],[-8,0],[-2,-7],[6,-6],[-2,-4],[4,-5],[-4,-2],[1,-16],[8,-5],[8,2],[1,-6],[6,-2],[-1,-6]],[[4773,6571],[20,0],[23,-9],[-1,14],[-6,9],[4,3],[-1,6],[7,4],[11,0],[0,-4],[11,2],[5,-4],[20,3],[2,-4],[18,-4],[8,7],[6,0],[7,8],[1,16],[12,26],[9,7],[1,5],[-6,9],[-8,43],[-12,6],[-14,-11],[8,33],[-15,2],[-2,10],[7,6],[-10,18],[4,1],[2,7],[-9,12],[28,5],[3,-7],[15,12],[15,-5],[4,5],[17,-5],[2,2]],[[4959,6799],[13,-5],[15,2],[5,-10],[17,-1],[5,2],[1,13],[6,13],[9,0],[2,-6],[6,0],[3,-12],[8,-1],[-6,40],[3,2],[2,-3],[4,5],[19,2],[2,9],[5,-3],[3,7],[7,-3],[6,5],[10,0]],[[5104,6855],[11,-6],[8,10],[7,-2],[-1,-8],[5,-3],[-4,-8],[-6,-3],[2,-5],[-4,-6],[18,-3],[21,-19],[9,-44],[23,12],[18,-4],[-3,-15],[15,-9],[8,2],[17,-5],[-6,14],[5,2],[6,-21],[13,-5],[0,13],[8,1],[10,-4],[9,2],[4,-3],[8,3],[4,7]],[[5549,6789],[3,4],[7,-4],[5,4],[-3,0],[1,14],[19,-14],[17,3],[35,-14],[20,-30],[22,-16],[11,0],[-4,-21],[22,1],[17,-15],[6,-12],[22,2],[2,6],[18,-4],[16,-10],[11,-1],[24,-17],[7,-13],[-9,-41],[12,-15],[2,-9],[-9,-26],[11,-7],[9,5],[5,-2],[1,-5],[6,5]],[[5309,6748],[0,14],[13,-9],[27,3],[2,-6],[42,-7],[12,21],[42,14],[3,11],[-3,9],[-24,18],[-4,19],[57,-22],[12,0],[11,-12],[11,1],[9,-16],[16,-10],[10,2],[4,11]],[[4525,6964],[6,-5],[9,-1],[2,-6],[2,3],[11,-6],[19,1],[21,-24],[13,0],[-26,-16],[12,-5],[-7,-8],[10,-13],[-4,-6],[4,-2],[-4,1],[-3,-5],[5,-18],[-4,-3],[6,-7],[-4,-1],[-3,5],[-6,-6],[-6,14],[-7,-2],[2,-6],[-6,5],[-12,-4],[12,-36],[-13,0],[-1,-11],[-3,0],[1,5],[-10,-2],[-15,30],[-21,-10],[-1,2],[-18,-3],[-11,-16],[-41,2],[-3,-9],[-14,-12],[1,16],[11,26],[-4,20],[4,5],[-31,13],[-33,-3],[-38,13],[3,3],[15,-1],[10,19],[36,-4],[-7,31],[16,8],[5,7],[-6,-2],[-1,5],[13,10],[5,-4],[7,7],[15,4],[2,-8],[15,3],[0,4],[8,0],[21,-10],[25,0],[9,14],[7,-1]],[[9030,6108],[11,-23],[3,2],[4,-17],[4,-4],[7,3],[2,-5],[13,5],[0,-3],[48,-17],[48,-52],[0,-8],[-23,1],[-35,-12],[19,-27],[-6,-4],[5,-13],[-2,-13],[4,-18],[5,-4],[-1,-5],[-10,3],[-8,-5],[5,-8],[15,-4],[2,3],[15,-1],[1,7],[13,-19]],[[9169,5870],[-2,-3],[0,-7],[-1,-5],[0,-3],[-2,-7],[-5,-9],[-2,-2],[-2,-4],[-9,-7],[-5,-5],[-8,-6],[-4,-7],[-2,-3],[-7,-12],[-1,-2],[-1,-3],[-4,-6],[-1,-2],[-3,-5],[-4,-6],[-2,-4],[-3,-4],[-4,-7],[-3,-5],[-3,-6],[-3,-5],[-3,-6],[-7,-13],[-3,-6],[-1,-1],[-3,-6],[-6,-12],[-2,-5],[-2,-4],[-6,-12],[-5,-11],[-1,-3],[-5,-11],[-4,-7],[-2,-5],[-3,-6],[1,-2]],[[8315,6142],[7,11],[24,11],[-13,7],[8,26],[19,12],[5,8],[-7,-21],[20,-13],[4,7],[16,-12],[-3,15],[8,-6],[12,17],[7,-2],[-8,-18],[10,-20],[37,1],[22,22],[10,0],[2,9],[16,11],[16,-4],[13,5],[15,12],[4,40],[-5,-2],[1,9],[4,-3],[1,16],[5,-2],[3,9],[7,-1],[-1,9]],[[8574,6295],[12,11],[6,2],[2,-5],[6,14],[13,2],[10,-5],[5,13],[16,6],[-1,-10],[-8,-7],[-7,-21],[15,-4],[6,-38],[13,6],[3,-2],[6,7],[7,1],[11,8],[20,2],[-14,-15],[5,-8],[-5,-15],[24,1],[18,5],[0,-14],[13,4],[16,-33],[15,2],[4,-6],[13,3],[-2,-7],[-14,-12],[-3,-18],[16,-10],[31,-2],[-2,-4],[27,-2],[6,-8],[-4,0],[-3,-5],[2,-18],[6,-5],[11,18],[61,1],[6,8],[-1,12],[4,7],[4,-12],[28,-3],[31,-19],[12,1],[0,-5],[12,2],[4,-10]],[[608,6916],[8,22],[11,15],[6,17],[-10,1],[-7,12],[3,9],[-5,1],[4,26],[-4,-1],[1,26],[8,5],[-2,5],[3,3],[-14,11],[8,8],[0,4],[-13,4],[-8,9],[4,16],[-2,2],[10,6],[-3,7],[-30,-2],[-9,-4],[-9,13],[-13,4],[3,7],[11,-2],[13,4],[-9,13],[0,3],[6,0],[-3,5],[2,15],[-4,3],[4,2],[3,25],[8,-3],[14,2],[-1,7],[-8,0],[1,17],[-9,0],[2,20],[-14,5],[-1,5],[9,10],[6,0],[14,48],[15,-6],[1,-4],[17,-1],[1,-8],[32,-27],[5,1],[0,-5],[17,-1],[10,-11],[21,16],[26,0]],[[737,7275],[73,14],[3,-15],[13,7],[-5,12],[5,-3],[27,4],[20,46],[-1,-6],[16,-9],[-9,-21],[6,-5],[14,13],[-4,-18],[12,6],[9,-2],[18,-20],[3,-16],[7,-10],[2,-27],[-7,-14],[-13,-15],[-14,9],[7,-27],[5,6],[31,-18],[12,4],[1,-11],[11,1],[1,-10],[76,8],[-9,-26],[-8,3],[-14,-4],[10,-14],[51,-28],[-17,-27],[3,-5],[-5,-5],[13,-5],[-7,-9],[5,-11],[-2,-11],[-10,-8],[7,-10]],[[7181,6469],[2,17],[8,7],[10,-9],[12,9],[16,-8],[11,-1],[9,1],[13,8],[8,-5],[9,-14],[19,-10],[11,11],[8,2],[2,9],[12,13],[1,11],[7,2]],[[7339,6512],[16,-5],[3,5],[-3,3],[13,2],[3,14],[12,-9],[18,-3],[6,3],[3,8],[21,5],[1,-18],[25,7],[1,7],[3,0],[0,37]],[[7461,6568],[16,4],[0,6],[12,-15],[3,-22],[10,2],[8,-5],[0,-14],[25,1],[0,-23],[29,1],[-2,-8],[15,-15],[-8,-11],[-3,5],[-6,-5],[-11,6],[-6,0],[0,-7],[8,2],[9,-14],[4,-1],[0,-6],[-4,0],[0,-15],[5,-2],[1,-12],[-13,0],[3,-27],[-20,3],[-2,8],[-5,1],[1,-6],[-15,0],[3,-6],[-2,-8],[-6,1],[9,-50],[21,-1],[-8,16],[4,3],[15,-17],[14,2],[12,-23],[5,-3],[-1,-9],[-12,-6],[-6,5],[-11,-14],[6,-20],[14,4],[5,14],[21,-2],[10,3],[3,-3],[10,8],[11,-15]],[[676,7411],[7,-16],[8,-3],[4,6],[21,3],[10,-17],[14,3],[4,-6],[-8,-2],[7,-5],[-2,-9],[3,-1],[1,8],[6,-3],[-7,-21],[6,-19],[-8,-2],[-8,-9],[3,-43]],[[313,6304],[-2,0],[0,1],[-2,2],[-1,2],[-2,3],[-1,3],[0,2],[0,2],[0,2],[0,1],[0,2],[-3,5],[-2,2],[-2,3],[-4,3],[-2,1],[-3,3],[-1,2],[-1,2],[-2,3],[-1,3],[0,2],[-3,5],[-1,1],[-7,8],[-6,8],[-1,0],[-3,4],[-5,8],[-4,6],[-4,8],[-1,1],[-2,1],[-3,1],[-3,1],[-1,1],[-3,2],[-1,2],[-3,5],[-2,4],[-1,3],[-1,3],[-1,1],[-5,3],[-1,1],[-2,0],[-2,1],[-2,1],[-5,3],[-1,1],[-5,5],[-5,4],[-2,0],[-2,1],[-3,0],[-10,4],[-5,2],[-5,3],[-10,6],[-6,3],[-1,2],[-2,1],[-4,4],[-6,7],[-7,7],[-7,7],[-5,6],[-4,8],[-1,2],[-2,2],[-2,1],[-5,3],[-4,4],[-1,3],[-2,3],[-1,4],[-2,3],[-2,2],[-2,3],[-3,2],[-2,2],[-3,1],[-2,1],[-4,1],[-13,1],[-9,1],[-4,0],[-4,1],[-6,0],[-9,2],[-7,2],[-2,1],[-3,0],[-2,0],[-1,0],[-1,-1],[-2,0],[-4,2],[-6,3],[-1,1],[-2,2],[-4,7],[-1,2],[-1,4],[-1,3],[0,9],[0,2],[1,2],[1,2],[4,9],[2,3],[2,2],[6,10],[1,1],[2,2],[1,2],[2,1],[1,0],[1,2],[2,2],[3,5],[2,3],[4,7],[1,2],[0,2],[0,2],[2,15],[0,1],[1,0],[-1,2],[-1,3],[-3,8],[-1,1],[-1,1],[-1,1],[0,2],[-2,4],[0,3],[0,1],[0,2],[0,2],[0,3],[0,4],[-2,12],[0,2],[-4,13],[-3,14],[-1,6],[0,3],[1,3],[1,3],[0,1],[0,1],[0,3],[-1,3],[-1,2],[-1,2],[0,10],[3,11],[1,1],[2,2],[3,1],[6,2],[2,0],[1,-1],[2,1],[1,1],[2,2],[2,3],[2,4],[0,1],[0,1],[0,2],[1,1],[1,2],[3,1],[2,2],[2,0],[2,0],[2,1],[2,1],[6,4],[5,2],[2,2],[6,6],[5,3],[2,1],[4,0],[11,4],[8,5],[6,1],[3,3],[3,2],[3,3],[2,2],[2,1],[4,3],[1,0],[1,0],[2,1],[1,2],[2,2],[4,4],[2,4],[4,4],[7,4],[7,5],[10,10],[10,10],[1,1],[1,3],[2,3],[1,1],[6,8],[5,4],[5,4],[5,2],[3,2],[3,2],[1,2],[6,7],[3,5],[4,7],[2,4],[1,4],[2,7],[1,6],[7,13],[1,1],[0,2],[2,6],[1,7],[1,1],[1,8],[0,2],[0,4],[-1,4],[0,2],[0,5],[1,5],[2,4],[3,4],[2,2],[1,2],[1,8],[0,3],[0,4],[0,4],[0,2],[1,8],[2,11],[2,5],[0,8],[-8,12],[-4,6],[-2,5],[-1,4],[-2,12],[-2,11],[4,12],[4,13],[1,4],[0,3],[1,8],[1,9],[2,2],[1,1],[3,2],[2,1],[4,1],[4,0],[3,0],[3,2],[2,1],[2,3],[1,1],[1,2],[1,2],[1,3],[0,5],[0,6],[1,5],[2,3],[7,11],[4,5],[1,2],[3,1],[3,3],[2,2],[2,3],[1,2],[0,2],[1,2],[0,2],[3,10],[4,5],[6,7],[2,2],[1,2],[0,3],[-1,3],[-1,5],[-4,11],[0,1]],[[321,7322],[18,48],[7,8],[2,15],[14,-5],[-1,9],[8,11],[-1,4],[13,-2],[2,9],[-3,9],[4,7],[12,6],[10,-2],[9,10],[1,10],[6,2],[1,11],[8,-12]],[[431,7460],[-24,-36],[34,-8],[7,-12],[-1,3],[14,1],[-10,16],[19,5],[-4,6],[2,7],[8,7],[6,11],[14,-1],[-2,14],[11,7],[6,-1],[0,-4],[9,2],[14,-5],[3,-7],[17,-8],[14,6],[2,4],[-3,4],[12,-2],[16,5],[2,-5],[-14,-17],[9,4],[-1,-4],[7,-3],[-2,-2],[-4,3],[-2,-9],[8,1],[5,-13],[8,0],[-1,-3],[5,0],[7,-9],[12,-3],[9,5],[2,7],[-5,4],[-2,-5],[1,6],[-5,3],[-2,-7],[-1,12],[6,-3],[7,5],[7,-9],[7,-1],[17,-11],[1,-9]],[[1876,7264],[5,-1],[1,7],[9,-16],[19,-4],[-4,-5],[-10,-4],[-7,-26],[-5,0],[5,-7],[-7,-6],[1,-5],[-11,-5],[1,-7],[-5,-16],[-15,-22],[-17,-74],[17,-10],[9,0],[-7,-13]],[[1080,6993],[15,22],[14,-7],[13,11],[11,-7],[1,4],[8,-1],[10,16],[-5,15],[30,26],[8,12],[5,0],[7,-7],[12,26],[-3,28],[36,6],[-4,5],[3,10],[-10,1],[2,7],[-6,-1],[-3,12],[-8,6],[12,12],[-31,20],[-4,0],[-12,-12],[-2,11],[-6,-12],[-13,-2],[-7,6],[-6,-5],[-9,12],[-9,23],[11,26],[9,12],[-1,4],[9,13],[9,-4],[14,2],[7,6],[7,-4],[15,3],[6,-7],[11,-3],[19,5],[17,-1],[5,-6],[28,-3],[38,-21],[12,0],[10,6],[11,1],[8,11],[-6,17],[-16,-8],[-8,20],[17,8],[4,9],[-22,9],[9,9],[1,15],[-2,8],[2,3],[-5,2],[0,5],[-10,12],[9,-5],[1,12],[11,-5],[0,12],[21,4],[8,11],[8,1],[-5,10],[3,3],[15,5],[11,-4],[20,17],[18,1]],[[1458,7441],[5,-7],[-1,-6],[3,7],[6,-6],[-9,-9],[-1,-8],[5,1],[0,-7],[12,-10],[4,-11],[7,-3],[7,4],[2,-6],[10,1],[-20,-27],[14,-5],[24,3],[32,-6],[-1,6],[5,1],[6,11],[16,-2],[-4,10],[3,5],[17,5],[5,8],[35,1],[4,-6],[-2,-5],[6,3],[4,-5],[-2,-12],[-6,-5],[5,-13],[-4,-10],[9,-4],[4,-13],[9,-7],[10,-24],[1,-12],[10,-13],[4,-14],[-4,-6],[2,-6],[6,1],[21,-23],[7,12],[8,2],[3,6],[5,-4],[2,3],[-4,1],[4,3],[14,-6],[11,6],[9,-1],[3,-19],[-10,-1],[2,-7],[-6,-6],[0,-9],[16,3],[5,6],[6,1],[-2,16],[5,3],[6,-4],[6,5],[13,-5],[24,5],[5,-6],[10,4],[3,5],[3,0],[6,11],[5,2],[0,21]],[[4012,7030],[10,-8]],[[4022,7022],[-3,-4],[-5,2],[4,-4],[-10,-17],[-4,-58],[-28,5],[3,18],[-39,-12],[-12,-7],[-12,-1],[-8,-6],[6,47],[-12,22],[-7,1],[1,7],[-14,-1],[-6,0],[0,3],[-37,4],[0,-4],[-8,2],[-2,-4],[-10,6],[-3,6],[3,29],[-7,0],[-1,12],[-7,2],[-4,-4],[-16,9],[-1,4],[-13,-9],[-3,6],[-5,-2],[-6,9],[0,14],[-14,-1],[3,15],[4,0],[-1,3],[18,-1],[10,13],[-3,2],[3,5],[13,1],[5,-9],[-9,-6],[4,-14],[26,-12],[-4,11],[15,6],[-11,37],[2,12],[-8,23],[-1,14],[-6,3],[5,4],[6,-5],[3,5],[13,7],[18,0],[5,-8],[-8,-18],[-3,-20],[6,-1],[-4,-23],[17,-3],[3,23],[19,-3],[-1,-2],[30,0],[9,-7],[3,4],[12,-4],[1,-6],[6,-1],[-1,-11],[17,4],[2,9],[27,-4],[9,15],[6,3],[30,-3],[-1,15],[16,0],[0,27],[13,-2],[4,-18],[-3,-1],[9,-23],[-2,-19],[-13,-23],[-22,-15],[2,-4],[-9,-6],[-4,4],[-12,-13],[-7,-28],[9,-18]],[[3193,6986],[11,-1],[23,17],[3,52],[-1,11],[-3,0],[-4,12],[34,5],[0,6],[4,0],[-1,7],[3,1],[-19,11],[-22,4],[2,7],[-18,1],[11,13],[-10,14],[-1,14],[12,29],[-3,2],[1,6],[-11,13],[-13,5],[0,8],[11,-3],[-1,6],[32,9],[5,6],[40,1],[9,6],[-5,18],[15,9],[-9,12],[20,24]],[[3308,7311],[11,5],[3,23],[14,1],[8,-4],[31,2],[6,-6],[14,-4],[10,2],[2,7],[17,21],[15,-17],[11,0],[9,-9],[24,-9],[10,1],[2,5],[10,3],[-7,16],[10,-1],[11,-10],[26,-5],[8,11],[18,-1]],[[3571,7342],[4,-3],[-11,-12],[3,-6],[-1,-43],[-6,-4],[-7,3],[3,-13],[10,-2],[-28,-18],[8,-11],[8,-18],[24,0],[0,-35],[6,1],[-1,-7],[24,-9],[-1,-5],[9,3],[-1,-11],[8,2],[3,-20],[-12,-13],[-1,-25],[40,-5],[6,-16],[-11,-51],[14,-9],[6,5],[13,2],[20,-3],[5,-4],[3,-5],[7,-43],[5,-9],[15,-12],[12,-20]],[[6527,7001],[0,-7],[5,-4],[1,-6],[11,-4],[1,-9],[-4,-25],[3,-11],[-7,-14],[8,-3],[0,-8],[-10,-5],[-5,-8],[6,-4],[3,-9],[7,-1],[3,-13],[8,-4],[-7,-3],[7,-13],[-4,-9],[8,-10],[10,8],[10,2],[1,9],[12,-12],[-5,-9],[31,-5],[-5,-1],[-1,-5],[16,-1],[1,-3],[5,2],[-2,6],[3,3],[7,-12],[18,5],[3,-14],[-2,-12],[-6,0],[-2,-11],[-6,-2],[0,-5],[-13,-4],[-1,-4],[12,-4],[2,-2],[-2,-4],[21,-2],[-3,-16],[9,-9],[5,2],[2,-2],[5,1],[-2,-4],[5,1],[-1,-5],[-8,-1],[-1,-8],[6,-13],[12,-5],[-5,-19],[9,-4],[-2,-9],[13,-4],[0,-19],[8,1],[-1,-8],[4,-4]],[[6723,6629],[3,-9],[7,-5],[4,-22],[5,-9],[-8,-12],[4,-9],[19,-9],[18,3],[27,-31]],[[6127,6591],[8,-6],[6,7],[26,5],[7,-18],[40,12],[13,-2],[-3,11],[7,11],[10,6],[12,-4],[7,4],[6,9],[-4,10],[11,8],[1,9],[-5,1],[1,7],[14,21],[-2,10],[5,17],[4,1],[2,-6],[3,1],[0,9],[7,0],[1,3],[10,-2],[4,4],[2,21],[-17,27],[2,8],[18,5],[0,5],[41,-3],[2,4],[-9,24],[2,6],[16,10],[14,18],[13,1],[4,-10],[9,3],[-7,11],[2,12],[-4,0],[-7,17],[20,21],[4,15],[17,-12],[7,14],[-14,5],[4,3],[-2,7],[-14,1],[-2,17],[19,-3],[2,7],[-8,26],[11,4],[0,9],[7,0],[0,15],[3,2],[-3,6],[5,-1],[3,3],[14,2],[13,13],[14,-11],[0,-7],[5,-3],[21,1],[2,-11]],[[8151,6631],[-9,-11],[-6,-28],[4,5],[0,-8],[5,13],[11,6],[5,-3],[4,3],[2,-15],[-4,-16],[-5,1],[-1,-5],[-25,-9],[-3,13],[5,0],[0,4],[-15,4],[1,-13],[-10,-5],[-9,2],[-1,-3],[9,-3],[0,-9],[11,-18],[16,-45],[2,-7],[-4,-3],[5,0],[3,-9],[17,9],[0,-15],[7,0],[-1,-5],[-7,1],[3,-9],[-7,-2],[6,-1],[-2,-19],[11,2],[-8,-13],[11,-3],[9,4],[1,-11],[10,-3],[3,24],[9,5],[-5,13],[3,22],[9,-4],[29,4],[3,12],[2,0],[-9,17],[20,1],[3,-3],[6,3],[46,-12],[-1,-9],[8,-21],[-8,-9],[-2,-26],[-7,-14],[4,-6],[0,-17],[-13,-54],[10,-26],[-2,-30],[8,-20],[17,-6],[4,1],[2,-6],[-3,-5],[-5,5],[-3,-1],[3,-8],[-4,-4],[-12,2],[1,-27],[-5,-3],[-5,2],[-2,-5],[-6,0],[-1,-6],[-12,-4],[-1,-9],[-10,0]],[[7461,6568],[12,17],[5,1],[6,13],[0,18],[-3,8],[2,3],[-7,6],[-3,15],[-13,10],[3,2],[-3,2],[-2,-3],[-8,7],[7,10],[8,0],[3,-7],[5,-2],[9,10],[10,-1],[5,4],[-3,3],[15,7],[3,5],[6,-4],[22,3],[2,-2],[-6,-6],[13,2],[6,7],[9,-1],[-2,-8],[11,-13],[20,15],[59,-13],[-2,6],[11,18],[6,-2],[5,4],[29,6],[23,-8],[5,-5],[-1,-6],[9,-3],[2,20],[-32,20],[0,10],[-17,13],[3,10],[-3,4],[14,-3],[19,15],[17,8],[10,13],[32,-32],[7,1],[23,31],[-3,14],[5,3],[-1,6],[6,-1]],[[7819,6818],[15,-2]],[[7834,6816],[10,-2],[8,-9],[8,0],[-2,-18],[-10,1],[-1,-9],[16,0],[11,-13],[0,-9],[-4,-4],[17,-6],[-5,-12],[-12,-7],[1,-6],[-21,-7],[3,-15],[5,0],[9,-10],[2,-10],[-6,-12],[-1,-25],[4,-3],[17,17],[3,-3],[7,1],[4,-5],[-12,-29],[13,-8],[-2,-16],[21,-2],[25,-14],[0,7],[17,28],[12,-23],[11,-10],[18,14],[8,-8],[24,20],[36,-6],[-3,49],[11,0],[1,2],[9,-7],[13,-5],[1,4],[9,-6],[17,15],[11,2],[14,-26]],[[5510,7045],[-12,-3],[4,-7],[-1,-21],[10,-12],[-1,-17],[2,-3],[12,-2],[-2,-5],[3,-4],[-14,-5],[-1,-21],[9,-1],[-4,-5],[1,-22],[14,4],[12,-14],[-3,-5],[6,-4],[-3,-4],[12,-5],[-11,-11],[-2,-25],[-7,-12],[2,-4],[-7,-7],[15,-15],[1,-23],[4,-3]],[[5104,6855],[-4,7],[-30,7],[-5,16],[13,4],[-32,17],[1,26],[0,5],[18,1],[4,11],[19,9],[-6,13],[18,22],[-8,20],[7,8],[23,11],[-5,8],[-27,20],[15,14],[-2,3],[-5,0],[-3,6],[-17,-9],[-7,0],[-20,40],[10,0],[-1,13],[9,-1],[5,4],[-9,10],[10,3],[0,7],[9,-1],[9,16],[10,4],[-1,9],[5,3],[6,-8],[5,7],[-3,10],[3,5]],[[5118,7195],[3,1],[1,-5],[0,6],[5,2],[-2,3],[5,-2],[6,10],[8,-2],[3,5],[4,-4],[6,2],[-2,5],[11,7],[2,-6],[-4,0],[7,-3],[1,7],[5,-2],[7,6],[8,-1],[15,-14],[3,-8],[-4,-2],[-7,10],[-5,-1],[2,-15],[-10,-4],[4,-3],[-7,-4],[9,2],[-8,-5],[0,-4],[17,-13],[9,-16],[-16,-3],[21,-59],[-17,-11],[4,-9],[21,-6],[10,-23],[3,2],[2,-4],[27,2],[33,10],[38,6],[3,-7],[-5,-4],[6,3],[11,-20],[7,3],[4,-4],[10,14],[5,-1],[40,-32],[37,-14],[4,8],[-6,7],[3,6],[2,23],[10,-1],[1,10],[10,0],[-2,12],[7,0],[-1,-6],[23,1],[5,-5]],[[4628,7197],[-10,-27],[-8,-9],[17,-24],[0,-11],[-9,-7],[-19,4],[-5,-9],[35,-9],[1,-5],[8,-6],[1,-4],[8,3],[6,-7],[8,-1],[-8,-6],[9,2],[4,-8],[6,-3],[2,-13],[6,-7],[-4,-4],[7,-14],[-5,-8],[7,-18],[-8,-7],[6,-8],[6,1],[6,-4],[-6,-8],[4,-6],[17,0],[4,-8],[12,4],[5,-2],[-5,-12],[5,-27],[5,-7],[32,-16],[8,-1],[-2,-11],[14,2],[5,-6],[24,-12],[-5,-23],[-12,-14],[16,-10],[6,0],[5,-17],[-3,-7],[21,6],[3,17],[5,2],[12,2],[11,-4],[5,11],[2,-7],[7,0],[-3,22],[15,6],[9,-9],[-3,-4],[8,-11],[10,-4],[15,7],[4,-3],[15,-21],[-1,-18]],[[4234,6830],[10,11],[-1,18],[5,12],[-1,11],[27,38],[-63,37],[-48,36],[3,-6],[-38,14],[-10,-5],[-10,0],[-22,6],[3,5],[-4,2],[-21,5],[0,-4],[-20,2],[-22,10]],[[4012,7030],[11,8],[-2,4],[4,0],[15,-10],[14,2],[18,17],[32,19],[21,8],[15,3],[-1,-15],[-7,-11],[36,13],[9,31],[4,1],[-10,17],[13,15],[16,-4],[10,-7],[-4,17],[11,5]],[[4217,7143],[15,6],[4,-4],[13,20],[5,-5],[5,-1],[5,4],[19,3],[8,-11],[44,43],[4,-14],[12,5],[-2,9],[8,10],[23,11],[1,18],[20,-6],[-1,-5],[6,-3],[7,8],[22,10],[6,-10],[14,11],[16,27],[32,-13],[-6,-10],[22,-8],[2,8],[21,19],[-5,2],[14,26],[9,-4],[-1,-2],[10,-11],[5,6],[9,-1],[8,22]],[[4591,7303],[7,-8],[17,-10],[5,1],[8,-9],[9,-4],[26,10],[-8,-15],[-8,-2],[-8,-23],[30,-14],[-10,-10],[-10,4],[-5,-8],[-16,-9],[0,-9]],[[2262,7077],[1,17],[7,13],[-7,16],[10,4],[-2,6],[10,0],[2,-4],[-4,-1],[-2,-4],[7,-5],[-1,-2],[5,-4],[0,-6],[8,0],[8,13],[15,-2],[-2,12],[4,0],[0,-4],[7,5],[-1,3],[17,9],[4,1],[7,-10],[17,-1],[1,15],[6,6],[-2,3],[5,8],[5,-1],[-3,5],[8,2],[7,24],[12,3],[-9,9],[-2,15],[4,0],[0,6],[3,2],[9,-5],[12,7],[-6,3],[8,10],[1,7],[10,-6],[7,3],[3,-8],[16,5],[5,-12],[-4,-9],[13,-15],[11,-4],[5,4],[-6,8],[10,9],[8,-6],[-13,19],[10,3],[-2,10],[-12,0],[1,12],[8,15],[15,10],[-10,9],[-5,-1],[16,13],[15,-1],[-10,15],[0,9],[11,-4],[13,20],[-1,3],[2,-2],[38,14]],[[2585,7365],[7,-13],[13,-6],[10,-11],[8,29],[12,-4],[2,-5],[8,-4],[24,0],[3,-2],[-10,-8],[3,-16],[-5,-9],[4,-15],[11,-15],[-4,-3],[21,-17],[-7,-3],[1,-9],[-9,-15],[-13,-8],[1,-12],[-8,-14],[4,-4],[-4,0],[1,-12],[-7,-12],[7,-2],[2,4],[7,-2],[3,3],[13,-8],[45,-15],[-4,-14],[60,16],[-7,31],[9,3],[-1,13],[8,3],[3,8],[4,-2],[20,17],[4,0],[4,-6],[11,2],[4,11],[23,15],[22,-5],[11,3],[16,-16],[25,10],[7,17],[5,2],[7,-3],[54,-1],[6,23],[-6,3],[-1,14],[22,7],[10,-1],[16,9],[-5,29],[9,17],[5,0],[24,18],[9,1],[3,5],[13,2],[0,5],[7,5],[-4,3],[-2,6],[11,6],[6,26],[0,15],[-5,5],[-4,16]],[[3127,7475],[7,0],[27,-16],[20,-4],[14,-8],[13,1],[4,-18],[12,-6],[3,-11],[-4,-5],[1,-5],[5,-5],[6,0],[4,-8],[9,-3],[2,-10],[4,1],[4,-15],[13,-7],[-9,-5],[3,-4],[11,-12],[4,9],[9,-6],[19,-27]],[[4628,7197],[49,-30],[35,5],[29,-3],[8,19],[6,3],[11,-25],[13,1],[23,11],[4,-10],[5,3],[18,1],[25,42],[24,-14],[-13,-30],[9,-3],[-2,-7],[9,-1],[0,-11],[33,0],[0,7],[4,1],[5,2],[6,-4],[4,6],[-3,9],[8,2],[1,4],[13,-6],[7,7],[6,-3],[7,4],[-11,6],[11,12],[-7,9],[5,5],[3,-2],[10,14],[15,-7],[6,4],[0,9],[-5,2],[7,3],[1,10]],[[5007,7242],[26,1],[2,-4],[-3,17],[2,4],[40,-12],[-1,-5],[5,-7],[11,6],[6,-8],[-3,-11],[10,-5],[16,-23]],[[5998,7096],[-11,-25],[13,-13],[1,-14],[-18,-4],[1,-9],[-5,-10],[1,-11],[-14,-27],[-2,-16],[-15,6],[-3,-9],[4,-3],[-2,-4],[1,-17],[8,-15],[-12,1],[-5,5],[-6,-3],[-16,-1],[-12,-17],[17,-15],[12,-6],[6,-11],[-41,-5],[-1,-20],[5,-3],[-2,-21],[15,-4],[4,-7],[-14,-5],[-7,-16],[-10,2],[-1,-7],[6,-1],[-6,0],[2,-5],[9,11],[3,-8],[2,-22],[-5,-1],[-1,3],[-3,-5],[6,-14],[-6,-19],[14,-5],[0,-16],[7,-2],[3,-9],[-7,-16],[46,11],[5,4],[4,15],[6,-10],[-4,0],[-5,-9],[-1,-9],[4,-3],[-4,-13],[-8,1],[8,-36],[16,6],[14,22],[8,1],[9,-6]],[[5510,7045],[5,0],[1,-9],[15,-2],[6,12],[10,0],[2,17],[6,-1],[2,-5],[17,3],[2,23],[20,17],[29,12]],[[5625,7112],[16,6],[64,-24],[-3,38],[-13,17],[22,33],[20,11],[5,-1],[-2,6],[12,2],[1,10],[9,8],[4,-6],[17,3],[0,-9],[4,0],[-2,-25],[3,-1],[-7,-4],[-4,-20],[20,-10],[-1,-7],[15,-3],[13,-9],[9,-18],[6,-4],[4,1],[4,-7],[42,16],[6,-14],[5,1],[3,3],[5,20],[13,-7],[4,4],[20,0],[1,14],[27,4],[6,-8],[9,-2],[8,-26],[8,-8]],[[654,7543],[5,-2],[8,-10],[-25,-22],[8,-2],[1,-9],[-12,0],[0,10],[-5,1],[-18,-13],[-7,-1],[-1,-4],[5,-7],[4,2],[6,-7],[12,-7],[-1,-7],[10,-21],[5,0],[4,8],[10,1],[1,-5],[-4,-5],[7,1],[2,-9],[11,-10],[-4,-14]],[[431,7460],[6,8],[17,5],[8,8],[-12,8],[-14,0],[-16,7],[-5,-1],[-1,-5],[-5,2],[3,16],[-44,19],[-6,-5],[-7,6],[2,5],[-12,6],[3,2],[1,7],[12,2],[0,17],[-4,1],[-3,-5],[0,5],[-9,0],[6,16],[5,0],[3,17],[-37,13],[3,7],[15,-4],[2,7],[7,-1],[0,5],[-4,1],[2,3],[-9,3],[1,8],[8,-3],[0,2],[-12,20],[2,7],[-17,14],[6,17],[-6,2],[14,-1],[7,4],[4,-8],[10,5],[2,-7],[10,5],[1,-4],[10,-3],[7,3],[-1,6],[8,2],[15,-2],[3,2],[4,-1],[1,4],[3,-6],[4,-2],[-4,-3],[8,2],[4,9],[9,-2],[4,5],[4,-2],[16,10],[-3,0],[-4,14],[1,8],[-7,4],[0,5],[-6,-6],[1,4],[-14,6],[0,12],[16,9],[1,-8],[7,5],[8,-7],[4,3],[4,-5],[10,8],[-1,3],[24,-7],[7,2]],[[511,7768],[2,-13],[5,-2],[9,4],[7,14],[19,0],[6,-8],[-3,-4],[1,-7],[-3,-2],[3,-4],[-3,-1],[2,-13],[7,-4],[6,1],[6,-6],[2,-23],[-7,-4],[0,-8],[4,-3],[-3,-5],[4,-5],[-6,-5],[3,-9],[-3,-2],[-2,2],[0,-3],[6,-3],[6,2],[7,-11],[-4,1],[4,-1],[-3,-13],[5,-10],[-12,-25],[8,-15],[5,5],[7,-2],[10,12],[6,0],[9,15],[17,-4],[-15,-17],[5,-10],[-36,-21],[4,-10],[6,-5],[11,-1],[29,5],[3,-5],[2,3],[7,-5]],[[1876,7264],[4,4],[0,14],[12,9],[10,22],[7,3],[1,6],[12,-1],[5,11],[22,16],[-14,11],[7,27],[-10,3],[-12,-5],[-1,4],[8,5],[-4,6],[-10,-4],[-16,1],[-2,-11],[-14,1],[-19,18],[9,26],[-8,-1],[2,6],[-7,16],[6,5],[-15,6],[-3,11],[11,15],[-11,7],[14,15],[-1,7],[23,28],[27,-5],[4,-5],[11,-22],[4,-27],[7,-7],[3,10],[6,4],[-2,40],[-4,-4],[-9,9],[3,9],[-5,-1],[-3,5],[10,0],[-1,-5],[4,2],[24,-12],[0,9],[15,-11],[3,4],[4,-34],[40,-7],[67,34],[49,4],[24,18],[28,-3],[22,18],[21,6],[9,9],[-13,11],[27,12],[4,-26],[5,-6],[4,14],[7,4],[1,9],[5,3],[-2,4],[13,2],[-2,5],[4,3],[6,16],[4,6],[5,0]],[[2311,7640],[8,-4],[4,6],[8,-4],[5,2],[-5,-12],[-7,0],[-6,4],[-3,-3],[23,-84],[6,1],[5,-13],[-2,-16],[16,-9],[-4,9],[8,-8],[7,2],[8,-8],[-2,-6],[17,-15],[10,19],[8,-16],[-2,-6],[5,2],[-1,-6],[5,-12],[5,-3],[3,2],[4,-5],[9,10],[13,-20],[21,-3],[23,4],[3,-8],[-3,-6],[10,-7],[-3,-8],[2,-4],[7,1],[9,-6],[3,-8],[13,-5],[9,3],[3,-4],[-1,-10],[7,-7],[6,0],[3,-11],[9,5],[7,-4],[1,-4]],[[9185,6670],[5,-64],[-7,7],[-2,-7],[24,-18],[-5,-10],[3,1],[1,-11],[-3,-4],[3,-4],[0,-21],[8,-22],[14,6],[1,-44],[4,0],[3,-46],[10,1],[-11,-51],[16,2],[3,-12],[-6,-22],[4,-29],[7,-13],[-5,-8],[-9,-2],[1,-6],[7,1],[-1,-2],[-6,-2],[2,-8],[-15,-30],[0,-14],[-9,-6],[2,4],[-12,7],[4,10],[-32,13],[0,3],[-9,-3],[7,-24],[-7,4],[-11,-8],[2,-4],[-15,-10],[-3,7],[-9,-1],[-2,-16],[5,1],[3,-7],[-11,1],[5,-14],[-3,0],[-7,-21],[0,-3],[4,0],[-1,-9],[-24,-15],[-11,7],[-4,-3],[-4,14],[-17,5],[2,-8],[-4,-4],[8,-9],[-11,-13],[10,-2],[-1,-6],[4,-4],[-4,-4],[-6,6],[-6,-2],[-12,10],[-8,1],[4,-9],[-3,-8],[4,-6],[-19,-4]],[[8574,6295],[-8,8],[-15,9],[3,4],[-3,8],[-18,21],[-8,-6],[-7,1],[-20,26],[-12,10],[2,7],[-17,9],[6,6],[-9,8],[12,10],[3,8],[10,-2],[2,5],[8,-1],[3,5],[6,-5],[5,1],[19,12],[6,13],[-2,5],[9,6],[4,8],[-2,15],[-4,5],[10,13],[3,10],[22,-1],[4,2],[2,12],[14,2],[3,13],[15,-1],[8,19],[19,-2],[-14,23],[3,15],[-5,11]],[[8631,6607],[15,3],[2,-8],[21,4],[6,-10],[6,3],[-3,5],[1,10],[28,-2],[19,8],[-13,24],[8,2],[1,-5],[3,1],[6,10],[5,0],[27,-26],[2,3],[-2,7],[15,19],[8,-2],[4,6],[5,1],[1,14],[-5,12],[0,32],[6,9],[12,-2],[11,-6],[6,-7],[14,-4],[11,-10],[0,-3],[20,3],[32,-8],[1,-4],[14,-3],[3,9],[11,1],[5,4],[1,-3],[11,-1],[4,10],[10,2],[11,-5],[4,-8],[5,3],[2,-4],[3,5],[12,0],[15,9],[6,-1],[2,-5],[12,3],[8,-19],[6,7],[12,-5],[3,3],[3,-6],[8,3],[21,-3],[3,4],[23,5],[20,-5],[13,-18],[11,-1],[7,5],[12,-2]],[[7042,7049],[12,-3],[10,-8],[1,-7],[13,-4],[34,-42],[4,5],[-9,15],[11,7],[13,-6],[5,-11],[22,-6],[-4,-9],[3,-6],[22,-9],[10,-17],[9,-28],[5,9],[27,21],[-2,-10],[5,-18],[-1,-10],[9,-12],[7,0],[14,-9],[15,-16],[15,-5],[4,-15],[31,-5],[11,-6],[-2,-7],[7,-6],[14,-5],[-8,-11],[1,-19],[-22,-8],[5,-16],[-2,-8],[-29,-19],[4,-5],[1,-8],[17,-18],[4,-11],[-7,1],[0,-12],[-5,-7],[-8,4],[-2,-3],[-4,-5],[3,-2],[-10,-13],[-3,-11],[-9,-1],[4,-9],[7,7],[4,-5],[-5,-5],[0,-10],[4,-3],[-7,-4],[-12,9],[10,-20],[14,-10],[-5,-14],[14,-16],[16,-32],[8,-6],[4,-24]],[[6723,6629],[4,2],[2,-5],[24,-7],[-1,19],[11,0],[-4,13],[12,14],[2,-21],[29,-4],[-2,14],[19,4],[18,-8],[3,5],[19,16],[2,5],[11,-6],[6,10],[-12,10],[4,11],[-11,1],[-12,28],[-4,-1],[-10,22],[21,3],[6,-3],[3,7],[3,-3],[33,4],[-5,28],[4,8],[-1,21],[-10,-2],[-18,14],[-6,13],[5,8],[1,14],[-13,7],[2,23],[15,32],[-5,0],[-1,14],[5,6],[12,-1],[0,10],[32,31],[27,9],[3,43],[6,4],[2,-6],[7,5],[-1,2],[16,18],[3,-15],[5,1],[-1,44],[7,-2],[-5,-8],[6,-14],[16,22],[19,-16],[16,-23]],[[1578,7705],[6,4],[11,-14],[-4,-1],[-18,-29],[-3,3],[-9,-9],[-13,-4],[6,-3],[-28,-21],[-4,-12],[5,5],[3,-4],[-12,-21],[-18,-4],[1,-5],[-6,-2],[-18,1],[-9,-8],[10,-5],[-3,-33],[-7,-9],[3,-30],[8,-6],[-14,-8],[-1,-5],[7,-1],[-4,-7],[-6,2],[4,-30],[-7,-8]],[[654,7543],[-1,39],[50,5],[66,18],[-14,7],[-1,4],[-3,11],[10,2],[-3,9],[3,1],[-3,3],[2,3],[6,-7],[2,2],[4,-18],[19,-9],[11,5],[9,11],[25,9],[46,3],[6,-13],[1,4],[26,9],[0,7],[20,12],[9,-20],[25,10],[-1,4],[28,22],[7,-19],[7,-3],[15,2],[1,5],[7,5],[8,-2],[9,7],[-3,15],[3,7],[30,-2],[12,3],[9,16],[-16,17],[8,5],[18,31]],[[1111,7763],[3,5],[6,0],[5,5],[2,-6],[6,0],[1,-5],[4,1],[11,-12],[-3,-7],[7,7],[10,1],[2,-27],[-5,-2],[1,-6],[16,2],[22,16],[12,29],[17,2],[40,26],[6,-11],[-6,-17],[12,-24],[7,-1],[6,8],[8,-2],[10,-17],[-1,-2],[-6,2],[0,-4],[-7,2],[5,-12],[10,1],[9,-5],[9,-16],[-2,-4],[11,-11],[3,-9],[7,-1],[4,-4],[23,1],[6,-11],[-1,6],[8,-2],[16,17],[22,15],[3,12],[8,-5],[15,5],[6,16],[22,2],[14,-6],[5,-5],[1,-9],[-5,-1],[-4,-6],[9,-9],[1,-7],[10,-3],[11,2],[8,6],[20,-4],[11,4],[8,23],[8,-1]],[[7498,7023],[4,1],[-4,-9],[-8,5],[-5,-3],[0,-6],[-1,5],[-4,-3],[-10,-18],[2,-4],[-7,-17],[14,-13],[6,3],[4,-8],[5,-1],[-3,-1],[0,-9],[-8,4],[-17,-22],[-16,9],[-11,16],[-10,5],[-2,-3],[-13,7],[1,7],[-5,5],[-6,-11],[-3,2],[1,4],[-6,4],[-1,10],[11,16],[-8,5],[3,8],[6,-2],[3,3],[-5,9],[3,4],[-2,1],[2,9],[8,-3],[2,-9],[8,6],[11,-6],[9,1],[7,7],[10,1],[-1,10],[12,-4],[6,7],[18,-22]],[[3902,7527],[10,-5],[4,-6],[9,-3],[8,-11],[-6,-12],[6,-3],[-6,-13],[-21,-2],[2,-5],[7,1],[14,-9],[-11,-13],[3,-9],[-4,-11],[8,10],[17,1],[10,-4],[6,11],[16,0],[10,-26],[12,-12],[4,-13],[11,1],[11,-9],[8,7],[3,-10],[-7,-2],[8,-11],[3,2],[2,-8],[8,0],[6,-34],[40,-9],[8,2],[8,-8],[9,4],[8,-3],[18,7],[-16,-22],[19,-14]],[[4147,7286],[-13,-15],[17,-1],[4,4],[8,-3],[2,3],[12,-7],[4,-4],[3,-12],[-3,-7],[4,-10],[31,-21],[4,-28],[-3,-5],[4,-2],[-8,-23],[4,-12]],[[3571,7342],[9,0],[1,7],[-6,15],[13,7],[9,14],[-1,11],[6,12],[-2,14],[-1,5],[-38,-4],[-5,10],[3,16],[10,16],[9,5],[1,11],[-4,8],[11,12],[2,9],[20,12],[-2,11],[8,6],[18,-1],[7,4],[-1,53]],[[3638,7595],[16,-9],[18,1],[11,7],[15,-9],[20,-19],[6,2],[4,7],[19,-2],[1,15],[3,2],[3,-4],[6,4],[-3,9],[8,6],[8,-4],[9,12],[0,-7],[-5,-5],[11,1],[-4,4],[3,5],[-1,-7],[14,-14],[0,-16],[11,-9],[-3,-9],[7,-4],[-1,2],[2,4],[-1,3],[2,-3],[-2,-4],[4,-6],[7,-6],[6,-18],[-2,-3],[8,-3],[3,-11],[12,13],[27,3],[11,-2],[11,6]],[[4972,7505],[10,-12],[-33,-28],[11,-9],[10,-2],[9,-13],[5,0],[4,-7],[-5,-4],[1,-3],[20,-3],[5,9],[2,-10],[11,-6],[1,-5],[-7,-7],[-11,2],[2,-5],[-9,3],[-1,-15],[-9,1],[9,-4],[-4,-7],[8,-9],[-3,-12],[2,-11],[3,-7],[5,-2],[-3,-12],[-12,-4],[-14,-13],[19,-19],[-1,-4],[8,-11],[-6,-14],[2,-7],[8,-7],[-2,-6]],[[4591,7303],[14,24],[-4,9],[-4,-8],[-17,7],[2,6],[8,-1],[6,12],[-3,2],[6,0],[0,4],[8,5],[-3,37],[-13,7],[-2,-2],[-8,5],[-15,4],[8,20],[-13,7],[12,18],[12,-5],[5,3],[4,10],[-4,2],[0,9]],[[4590,7478],[13,-5],[-2,7],[13,1],[1,20],[8,3],[11,-5],[24,14],[19,4],[11,-8],[18,-30],[6,0],[14,-13],[13,-25],[-5,-2],[1,-3],[5,-6],[2,3],[9,-12],[5,3],[2,15],[7,-2],[0,-3],[9,2],[2,6],[22,5],[4,-12],[39,16],[2,11],[6,1],[-3,11],[4,1],[20,3],[3,-20],[21,5],[10,-9],[10,12],[-4,5],[9,30],[13,19],[10,5],[16,-24],[14,4]],[[4493,7585],[-5,-6],[-14,2],[1,-6],[-6,-3],[1,-4],[-7,-11],[7,-8],[4,-13],[7,6],[7,-4],[6,5],[13,-17],[25,8],[12,-3],[18,-16],[-1,-5],[14,-10],[7,2],[-8,-20],[16,-4]],[[4147,7286],[15,6],[1,8],[17,21],[14,46],[2,29],[28,40],[32,32],[28,10],[-6,5],[14,22],[6,-5],[11,-2],[8,4],[26,39],[3,17],[17,8],[20,-2],[29,2],[27,19],[38,7],[15,-3],[1,-4]],[[5998,7096],[9,-2],[9,3],[11,12],[1,10],[33,-7],[17,0],[21,-6],[22,-12],[9,-1],[8,4],[15,-6],[63,13],[0,11],[7,4],[-36,8],[36,24],[16,5],[6,20],[14,10],[17,29],[-3,4]],[[6273,7219],[9,14],[4,0],[34,42],[6,-6],[-3,-3],[13,-12],[33,0],[0,-10],[18,-10],[11,8],[-6,1],[1,8],[15,-6],[-2,-3],[10,-5],[8,4],[13,23],[4,0],[3,-12],[5,-1],[22,11],[4,7],[-3,4],[1,12],[46,-2],[9,24],[9,7]],[[6537,7314],[5,-9],[-6,-3],[10,-19],[-6,-3],[11,-23],[19,-19],[-18,-11],[7,-9],[2,-21],[12,-1],[8,-30],[-12,-6],[1,-24],[-8,-4],[0,-42],[-12,-7],[14,-18],[12,-2],[14,-15],[-8,-1],[4,-13],[-10,-11],[-5,3],[-10,-10],[-5,2],[-3,-12],[-26,-5]],[[9771,6690],[0,-1],[2,-1],[1,-1],[2,-2],[3,-4],[0,-1],[1,-1],[-1,-5],[0,-5],[0,-7],[0,-7],[-1,-12],[0,-11],[0,-15],[0,-6],[-1,-8],[1,-5],[0,-8],[1,-8],[0,-9],[0,-12],[3,-7],[6,-10],[2,-6],[3,-6],[0,-8],[0,-13],[0,-10],[0,-7],[0,-9],[0,-6],[0,-5],[0,-13],[0,-11],[0,-10],[0,-5],[0,-4],[0,-2],[0,-3],[0,-6],[0,-11],[0,-7],[0,-13],[-1,-9],[0,-13],[0,-7],[-7,-7],[-8,-8],[-4,-3],[-4,-5],[-5,-4],[-9,-9],[-1,-1],[-1,-3],[-3,-7],[0,-1],[-3,-7],[-1,-2],[-3,0],[-10,0],[-10,-9],[-11,-10],[-4,-4],[-7,-6],[-8,-8],[-4,-3],[-10,-10],[-9,-7],[-6,-6],[-8,-7],[-6,-6],[-6,-6],[-9,-8],[-5,-8],[-11,-8],[-8,-5],[-4,-1],[-5,-2],[-12,-7],[-9,3],[-11,6],[-3,0],[-10,-1],[-5,-1],[-4,-1],[-14,-2],[-7,-1],[-10,-2],[-2,0],[-3,-1],[-7,-1],[-9,-2],[-12,-5],[-6,-2],[-12,-6],[-4,-2],[-3,-1],[-11,-4],[-6,-2],[-7,-4],[-9,-5],[-11,-5],[-4,-2],[-1,-1],[-7,-3],[-8,-4],[-11,-7],[-5,-4],[-8,-5],[-12,-8],[-4,-3],[-4,-3],[-1,-1],[-10,-8],[-10,-8],[-9,-6],[-4,-7],[-4,-9],[-7,-5],[-3,-3],[-4,-3],[-11,-9],[-7,-9],[-9,-9],[-9,-11],[-3,-5],[-3,-3],[-1,-2],[-5,-7],[-6,-9],[-6,-9],[-5,-7],[-3,-4],[-4,-5],[-8,-12],[-6,-8],[-5,-9],[-7,-11],[-7,-12],[-3,-5],[-3,-5],[-7,-13],[-7,-11],[-5,-8]],[[9185,6670],[8,0],[5,-5],[10,2],[4,5],[12,-3],[0,4],[11,5],[11,10],[-5,29],[-16,0],[-2,14],[7,0],[1,52],[-8,1],[7,8],[44,-2],[0,-8],[14,-2],[1,29],[40,12],[19,15],[11,-14],[-1,-9],[14,-9],[18,0],[10,11],[19,-7],[19,-18],[-22,-15],[21,2],[3,9],[16,11],[33,-1],[0,-5],[-19,-17],[5,-23],[-1,-17],[5,4],[5,0],[0,-3],[17,-2],[39,6],[7,4],[5,1],[1,-3],[15,20],[9,-6],[8,4],[7,-4],[2,-5],[5,-3],[13,7],[14,-12],[19,3],[2,-14],[8,-8],[1,-6],[9,-2],[9,-15],[5,-1],[6,4],[33,-4],[6,-6],[8,-2],[2,-5],[9,-3],[11,6],[17,1]],[[8151,6631],[7,9],[6,-10],[6,23],[11,13],[13,-2],[5,2],[-2,7],[5,6],[3,15],[3,0],[-6,11],[2,18],[-5,5],[5,10],[-1,4],[11,5],[1,26],[-7,3],[2,10],[-5,2],[2,15],[25,11],[9,-1],[0,10],[21,6],[-7,15],[7,20],[34,27],[4,6],[-5,17],[4,8],[16,4],[10,-7],[26,20],[12,4],[10,9],[46,9],[12,14],[8,30],[7,8],[2,-4],[3,5]],[[8451,7014],[4,3],[12,40],[8,11],[-4,2],[2,7],[6,2],[15,18],[16,-6],[5,8],[28,-15],[-4,-8],[14,0],[0,-5],[4,1],[-1,-4],[25,-6],[2,5],[23,-16],[0,-4],[28,3],[21,10],[13,-1],[-9,-34],[6,-11],[5,-2],[-1,-11],[6,-9],[-3,-4],[8,-9],[4,2],[14,-7],[5,1],[2,5],[18,3],[2,-5],[-6,-31],[-31,-13],[-29,-24],[-16,-2],[-8,-23],[-17,-21],[3,-9],[14,0],[-7,-15],[-7,6],[-3,-9],[8,-2],[-1,-14],[8,-5],[11,-22],[-7,-6],[-12,-22],[-1,-9],[3,-9],[-3,-19],[-12,-5],[-13,0],[-7,9],[-4,-5],[-6,5],[-3,-2],[-7,8],[-6,-12],[-2,-11],[7,-6],[-4,-6],[2,-7],[21,-11],[2,-6],[20,-26],[-5,-6],[10,-8],[-6,-28],[4,-17],[16,12]],[[5582,7370],[-6,-23],[13,-8],[-2,-2],[-4,3],[-2,-6],[13,-17],[-3,-2],[-14,8],[-10,-13],[-9,-5],[-3,-8],[-9,-5],[4,-1],[-3,-3],[7,0],[2,-3],[-3,-32],[6,-2],[5,7],[7,-5],[8,-1],[2,-4],[7,2],[14,-7],[5,0],[-1,-10],[10,-16],[-6,-3],[-4,-13],[-6,0],[11,-17],[-6,-9],[10,-7],[-5,-8],[4,-2],[11,-46]],[[4972,7505],[-2,2],[20,38],[-2,4],[6,2],[10,22],[-7,3],[-2,5],[-10,8],[4,1],[4,8],[12,5],[0,15],[4,1],[6,-7],[6,-1],[31,-1],[9,19],[28,6]],[[5089,7635],[2,-6],[6,-1],[12,12],[2,-7],[-4,-4],[4,-16],[-5,-5],[5,-11],[8,-5],[-4,-15],[-11,-10],[-7,7],[1,-6],[4,-3],[-5,-2],[15,-9],[12,-22],[28,-10],[4,-10],[5,17],[4,0],[-1,4],[6,5],[-5,5],[-8,-7],[4,8],[11,6],[0,8],[13,-2],[9,-9],[14,5],[15,1],[10,7],[12,-3],[2,-9],[6,-4],[4,-19],[-3,-3],[3,-4],[5,1],[-3,10],[5,-7],[9,3],[3,-1],[-4,-4],[5,-4],[5,-14],[30,-6],[-8,-6],[-11,-22],[5,-2],[13,5],[11,-2],[8,10],[1,7],[7,3],[2,-2],[6,2],[-3,-16],[6,-4],[13,6],[11,13],[11,-1],[-1,-20],[5,2],[-3,-5],[4,-9],[2,4],[2,-2],[-7,-14],[4,0],[-6,-4],[2,-4],[-3,-2],[4,-3],[-3,-11],[68,2],[9,4],[-1,6],[11,7],[3,1],[2,-7],[29,11],[33,-13],[16,-1],[-3,-41],[2,-7],[-5,-2],[1,-5],[5,4],[28,-8]],[[7907,7218],[5,-2],[4,2],[3,3],[6,-9],[-2,-3],[7,1],[0,-5],[4,2],[6,-4],[6,-16],[7,-4],[-1,-6],[-9,-11],[17,-12],[5,-15],[-1,-7],[-22,-33],[-11,1],[-3,4],[-4,-5],[-15,-1],[1,5],[-23,4],[0,10],[-14,-4],[-4,31],[4,15],[8,12],[6,1],[1,9],[6,-2],[2,18],[22,-4],[-6,12],[3,4],[-18,7],[-6,9],[4,4],[-2,3],[14,-14]],[[4570,7627],[33,44],[19,79]],[[4622,7750],[14,-5],[-1,-18],[-3,-5],[3,-3],[0,3],[11,-5],[9,1],[8,12],[13,-8],[12,25],[8,4],[25,-20],[0,-16],[16,-5],[-23,-13],[-4,1],[-6,-4],[1,-5],[-6,-2],[-8,5],[-12,-6],[0,-14],[-17,-6],[-14,-20],[-3,-8],[34,-21],[-7,-18],[1,-7],[-19,2],[-6,8],[-3,-1],[0,-6],[-17,5],[-2,-1],[4,-10],[-3,-7],[-18,0],[-4,-8],[-6,4],[3,0],[-1,3],[-8,-4],[-14,12],[-16,2],[-1,7],[-10,-6],[19,14],[4,17],[-5,4]],[[7834,6816],[1,4],[34,8],[19,1],[-1,11],[10,33],[4,5],[15,5],[-2,17],[5,10],[0,20],[9,0],[-2,8],[-12,16],[3,1],[-6,20],[14,3],[-10,40],[7,6],[-7,11],[4,4],[32,14],[7,-23],[-16,-5],[0,-7],[36,9],[12,-5],[2,-9],[-7,-1],[2,-11],[-14,6],[-13,-1],[-3,-15],[3,-16],[-7,-20],[5,-10],[11,-5],[15,8],[1,4],[8,0],[5,14],[16,3],[0,-11],[10,-8],[6,-15],[30,-6],[-1,-2],[18,-6],[0,5],[4,-2],[1,5],[11,6],[0,6],[2,0],[-2,7],[8,8],[-3,5],[6,6],[2,-4],[4,3],[0,4],[-4,3],[2,6],[7,6],[7,-7],[16,6],[9,-1],[-4,7],[29,12],[-8,23],[-11,7],[-2,9],[-11,-2],[0,3],[39,6],[1,-5],[7,1],[-2,12],[-7,-1],[-3,17],[21,11],[24,5],[-6,24],[10,1],[3,9],[8,3],[4,9],[-1,16],[9,-3],[1,5],[13,-5],[0,15],[4,12],[4,-1],[1,-5],[31,7],[-1,4],[8,2],[-4,18],[22,2]],[[8326,7201],[9,-41],[7,1],[1,-3],[0,-12],[-4,-1],[2,-10],[15,0],[3,-12],[-9,-1],[2,-9],[6,2],[4,-21],[8,1],[3,-15],[18,-4],[16,-9],[6,-15],[-7,-12],[24,-10],[-1,-3],[17,-4],[-5,-8],[10,-1]],[[3525,7831],[-24,-23],[-30,-1],[4,-31],[16,7],[19,-22],[0,-10],[5,0],[3,-15],[6,-5],[10,-2],[1,-6],[8,-6],[5,-9],[6,0],[2,5],[12,7],[20,-1],[2,-43],[9,-68],[-2,-11],[29,-2],[4,3],[8,-3]],[[3127,7475],[0,6],[-10,14],[1,9],[10,1],[9,13],[18,10],[6,8],[5,8],[-6,20],[4,11],[15,9],[6,8],[13,6],[8,13],[-2,4],[5,9],[5,-1],[2,7],[6,0],[10,8],[11,15],[9,3],[11,37],[-3,1]],[[3260,7694],[5,10],[-2,19],[8,7],[3,23],[6,13],[6,0],[6,8],[-3,8],[3,13],[-5,4],[3,4],[-7,11],[6,6],[-3,7],[8,17],[-3,10],[24,29],[6,1],[4,-4],[11,3]],[[3336,7883],[8,3],[5,-2],[20,10],[9,16],[6,1],[-5,-8],[14,-13],[5,-21],[15,-22],[35,-3],[25,31],[22,-15],[24,-11],[6,-18]],[[2311,7640],[-3,2],[18,48]],[[2326,7690],[28,-20],[8,-12],[42,14],[48,1],[4,8],[3,-2],[27,2],[7,4],[26,0],[47,55],[6,-5],[9,2],[5,7],[7,3],[-1,7],[9,5],[-13,8],[2,18],[8,19],[1,21],[4,2],[4,-4],[4,1],[6,15],[-8,22],[5,4],[1,9],[-3,5],[8,3],[5,17],[9,13],[-5,10],[56,12],[2,5],[-3,10],[13,6],[5,-14],[9,-10],[1,-6],[8,2],[6,9],[-2,11],[13,20],[3,-5],[12,8],[1,3],[10,4]],[[2763,7977],[8,-28],[-5,-6],[4,-4],[-6,-9],[9,-4],[-6,-9],[9,-14],[4,0],[3,-10],[6,-3],[-4,-7],[8,-3],[3,-7],[-2,-4],[6,-2],[5,-13],[6,0],[-2,-21],[5,-4],[0,-12],[6,-9],[2,-25],[2,-2],[4,10],[13,2],[11,14],[7,-5],[3,2],[2,-5],[7,0],[5,-31],[-13,-5],[-1,-4],[1,-6],[8,-1],[-1,-12],[13,4],[20,-8],[16,8],[10,0],[31,39],[11,-1],[17,-10],[14,0],[11,-9],[18,-6],[3,5],[19,6],[14,-3],[11,7],[8,-5],[15,1],[13,-5],[27,10],[1,-4],[9,-1],[14,-17],[10,7],[5,-7],[-5,-20],[19,1],[2,-18],[12,0],[-2,-9],[5,-4],[8,1],[1,-4],[13,7],[10,-5],[13,4],[0,-10],[4,0]],[[1578,7705],[2,6],[-5,9],[15,5],[-1,7],[12,-4],[8,2],[-16,4],[5,20],[-9,4],[-15,-1],[5,6],[-6,3],[4,8],[-2,7],[5,-3],[0,13],[7,12],[-5,7],[5,7],[-2,8],[8,12],[12,-6],[24,45],[19,-9],[2,24],[-4,11],[11,16],[-11,9],[1,15],[26,7],[-12,21],[3,14]],[[1664,7984],[9,5],[0,4],[6,0],[1,7],[9,7],[-3,6],[9,3],[10,-3],[0,-3],[12,-8],[8,-14],[1,-16],[4,-2],[9,4],[3,-5],[3,5],[9,-1],[11,-2],[0,-5],[7,-6],[1,3],[13,1],[8,-4],[2,2],[-4,3],[8,7],[-3,10],[-5,-2],[4,7],[-3,3],[3,2],[1,-7],[5,-1],[7,13],[-4,7],[11,11],[27,-13],[25,2],[10,-11],[-4,-7],[2,-5],[8,-7],[4,3],[7,-2],[1,-3],[2,2],[-1,-7],[6,2],[-4,-8],[3,-4],[2,9],[8,2],[0,7],[3,-1],[1,5],[-4,4],[-3,-5],[-6,5],[-3,-5],[-4,4],[16,19],[7,19],[13,3],[7,14],[7,1],[2,-4],[6,-2],[3,8],[8,0],[3,-5],[3,2],[3,-11],[-4,-12],[5,3],[17,-19],[10,4],[-7,5],[10,12],[3,1],[10,-13],[9,-4],[17,13],[7,2],[3,7],[15,4],[-1,6],[7,6],[31,1]],[[2106,8042],[6,-19],[8,-11],[6,-1],[0,-6],[4,1],[4,-5],[4,2],[10,-15],[6,-1],[-3,-9],[2,-10],[6,-5],[-1,-6],[9,0],[5,-11],[2,0],[-7,-7],[6,-2],[1,-4],[-9,-7],[0,-4],[-16,-9],[-11,1],[-1,-6],[12,-9],[12,2],[-2,-7],[18,3],[3,-17],[-5,-15],[18,-16],[-6,-8],[0,-12],[25,1],[19,-28],[20,13],[18,-7],[6,7],[4,-14],[10,-6],[-4,-5],[3,-11],[-5,-6],[3,-4],[-4,-1],[3,-2],[-5,-5],[2,-8],[28,1],[4,-17],[15,-13],[-10,-10],[10,-14],[-3,-10]],[[6064,7530],[-6,-27],[4,-6],[-9,-21],[5,-4],[0,-16],[-15,-37],[27,-17],[-2,-14],[25,-11],[12,-19],[8,-5],[-1,-7],[8,-5],[-5,-9],[4,-8],[-9,-9],[0,-15],[-5,-6],[3,-19],[4,-5],[-2,-9],[9,-4],[18,2],[11,-12],[14,-3],[5,-6],[14,1],[0,5],[9,7],[2,6],[9,-3],[1,-8],[-6,2],[-7,-13],[4,-2],[6,6],[-1,-17],[18,20],[9,0],[25,18],[23,-41]],[[5582,7370],[20,2],[10,13],[2,12],[7,6],[9,-6],[5,7],[17,9],[10,18],[-4,25],[57,4],[-5,14],[-11,7],[6,5],[-1,11],[7,20],[-18,16],[9,23],[-1,5],[13,8],[15,23],[11,4],[22,-5],[5,9]],[[5767,7600],[4,4],[20,-10],[20,10]],[[5811,7604],[6,-12],[12,4],[1,-2],[13,3],[-5,-14],[-3,-1],[8,-22],[13,-12],[-8,-9],[4,-19],[11,23],[27,-15],[-6,-9],[10,-6],[12,17],[3,0],[19,-7],[1,-5],[26,-17],[10,31],[-4,2],[7,6],[7,23],[-12,4],[-3,2],[1,7],[-8,-1],[-4,5],[9,19],[21,-8],[44,-35],[41,-26]],[[6914,7425],[11,-10],[-1,-3],[9,1],[13,-11],[4,0],[-2,-10],[4,-6],[8,3],[18,-12],[5,3],[9,-2],[0,-3],[13,2],[7,-4],[5,-11],[6,1],[0,-9],[24,-12],[-1,-9],[3,-3],[14,0],[-15,-26],[-18,-2],[-3,-15],[-5,0],[-6,7],[-5,-13],[16,-13],[-11,-8],[3,-5],[8,-2],[-1,-6],[3,-1],[-1,-7],[-3,0],[-1,-4],[3,-1],[-3,-10],[11,-10],[-1,-4],[-12,2],[-2,-6],[8,-3],[10,-13],[-1,-3],[-8,1],[-3,-4],[-6,3],[0,-5],[-4,-5],[26,-9],[-3,-5],[-26,-3],[0,-6],[-3,3],[-3,-3],[1,-4],[12,-13],[-3,-3],[5,-3],[-7,-6],[38,-14],[12,-17],[-1,-8],[10,-5],[-32,-32]],[[6537,7314],[11,32],[6,1],[0,24],[21,-5],[3,21],[5,-7],[15,-6],[10,6],[-7,12],[3,5],[9,-8],[13,4],[5,-7],[9,1],[4,-5],[4,3],[5,-2]],[[6653,7383],[5,-5],[2,3],[26,-7],[23,-21],[3,1],[0,9],[3,0],[-1,8],[4,-2],[1,4],[7,0],[8,15],[-1,15],[14,-5],[19,-15],[1,19],[11,2],[-2,-8],[4,-3],[2,9],[6,-1],[3,7],[-14,2],[5,17],[-9,4],[-3,9],[6,5],[-1,4],[9,3],[-5,4],[14,1],[1,9],[3,3],[14,-3],[-3,-5],[13,-1],[-1,-5],[4,-3],[3,7],[3,-4],[5,5],[0,-5],[17,17],[-2,3],[8,-3],[4,-8],[11,-1],[19,-8],[7,-15],[15,-15]],[[258,8170],[116,-112],[25,-50],[11,-8],[27,-33],[13,-32],[9,-41],[4,-7],[11,-7],[0,-42],[4,-15],[0,-12],[9,-10],[12,-4],[9,-9],[3,-20]],[[321,7322],[-2,1],[-8,2],[-2,0],[-11,1],[-1,3],[-2,12],[-2,13],[-1,6],[-1,10],[-4,5],[-4,6],[3,8],[5,14],[1,5],[-3,9],[-2,5],[-2,6],[-2,7],[-1,12],[-6,5],[-4,3],[-2,6],[0,6],[0,6],[2,12],[-1,11],[-4,15],[-1,6],[-4,8],[-7,15],[-1,1],[-3,8],[-1,4],[0,8],[0,4],[0,4],[-1,2],[-2,6],[-1,12],[-1,5],[1,3],[1,6],[1,11],[-1,8],[0,1],[1,6],[-5,4],[-6,2],[-2,1],[-1,1],[-1,7],[0,4],[0,9],[-1,7],[-1,11],[-1,4],[0,5],[1,6],[-1,3],[-3,9],[-4,3],[-8,4],[-6,3],[-2,1],[-3,3],[-1,3],[-2,6],[0,2],[-2,9],[-3,8],[-1,0],[-2,5],[0,2],[0,4],[1,1],[2,4],[-3,13],[-2,2],[-2,2],[-7,8],[1,9],[0,4],[0,6],[1,6],[7,11],[-2,11],[0,1],[0,8],[0,4],[0,7],[0,4],[1,8],[0,3],[1,11],[1,12],[1,11],[1,11],[-7,2],[-7,5],[-2,2],[-6,7],[-1,1],[-2,2],[-8,9],[0,5],[0,9],[0,2],[1,25],[-2,2],[-1,1],[-2,3],[-3,1],[-2,6],[-1,5],[3,3],[2,2],[0,1],[3,3],[0,2],[1,2],[0,1],[0,6],[-4,7],[-7,11],[-5,11],[0,2],[1,10],[0,7],[1,8],[1,8],[1,17],[2,17],[0,11],[-6,16],[16,32],[-11,26],[0,1]],[[149,8203],[109,-33]],[[9054,7144],[42,-6],[-8,-62],[-4,1],[1,-11],[-5,-2],[-1,-11],[5,-4],[-8,-4],[12,-6],[-1,-9],[16,-7],[-4,-29],[-9,2],[-3,-11],[-5,2],[-3,-16],[-10,-5],[-5,26],[-5,0],[-2,7],[-18,0],[-2,10],[-9,-3],[-9,6],[-9,-5],[2,-12],[-30,3],[-2,10],[-9,-1],[13,13],[-9,12],[-24,9],[-8,-7],[-7,9],[-8,28],[-5,-3],[-1,3],[4,2],[-4,5],[3,1],[2,33],[1,8],[3,-1],[-5,8],[9,22],[6,4],[-2,2],[-7,-2],[3,6],[22,8],[8,8],[0,-11],[-12,-5],[3,-4],[9,-1],[0,-7],[12,0],[16,10],[6,-1],[7,-11],[2,7],[14,1],[4,6],[30,2],[-2,-17]],[[958,8213],[8,5],[-1,-11],[8,-5],[26,-1],[0,-8],[6,3],[1,9],[8,2],[-3,-5],[10,-2],[7,-6],[3,-14],[11,-16],[2,-13],[22,-10],[-4,-6],[3,-9],[16,-6],[8,-17],[8,-5]],[[1097,8098],[9,-11],[-2,-7],[-5,-2],[1,-4],[21,-3],[4,-16],[6,4],[5,-13],[-5,-8],[3,-20],[21,-12],[-8,-17],[2,-5],[27,1],[-2,-26],[13,-13],[-5,-9],[20,-5],[-1,-4],[-12,-3],[-5,-7],[-37,10],[-8,-17],[-2,1],[-5,-9],[-4,6],[-5,-9],[-2,8],[-5,1],[-1,9],[-4,0],[-3,5],[-4,-4],[-7,6],[-5,-2],[-1,4],[-7,0],[-4,4],[-1,-4],[8,-4],[-3,-9],[3,-4],[0,-35],[-6,-1],[3,-3],[-9,0],[-19,-7],[-3,14],[-4,-2],[-1,-17],[9,-6],[0,-7],[-3,0],[-1,7],[-11,2],[-3,-25],[-7,1],[-3,-5],[-6,2],[-1,-4],[6,-1],[-9,-6],[4,-11],[6,0],[0,-5],[37,-5],[4,-7],[20,1],[1,-4],[3,0],[-1,-12],[6,-10],[12,-1]],[[258,8170],[59,7]],[[317,8177],[102,14],[36,11],[18,16],[19,-44],[24,8],[15,-5],[3,-9],[4,0],[9,6],[29,8],[2,4],[-6,7],[2,3],[12,2],[9,-2],[4,3],[2,24],[3,3],[-1,20],[10,-5],[0,12],[11,-2],[0,-9],[7,-12],[6,-1],[33,14],[10,-1],[4,-4],[2,1],[4,-16],[8,-10],[9,1],[6,-6],[8,13],[14,11],[5,22],[13,-13],[18,6],[6,-15],[12,7],[5,-10],[12,-7],[-1,-9],[10,-6],[6,-21],[18,-8],[-1,-10],[19,8],[17,15],[4,-1],[8,10],[9,-5],[13,2],[10,-2],[24,8],[5,-5],[8,7],[3,8]],[[5089,7635],[2,8],[11,11],[-6,16],[-8,6],[3,13],[-20,15],[-10,20],[-7,5],[3,5],[-2,2],[12,6],[2,7],[15,2]],[[5084,7751],[11,-10],[12,9],[19,6],[18,12],[9,0],[2,6],[26,14],[13,12],[-2,4],[10,3],[8,10],[2,-5],[15,-3],[-3,-6],[3,-12],[14,-13],[6,-2],[11,2],[-1,-1],[3,-3],[-3,-2],[0,-5],[3,-9],[-1,-6],[6,5],[-3,13],[-3,8],[-7,6],[-1,3],[-8,4],[-1,9],[5,0],[1,7],[9,4],[4,9],[12,3],[3,5],[25,-3],[27,-8],[3,-16],[92,-44],[0,-4],[3,4],[6,0],[-4,-12],[5,-4],[14,20],[2,-5],[26,-5],[3,-13],[-6,-16],[5,-9],[4,0],[1,-8],[-7,1],[3,-3],[-3,-6],[-6,2],[-1,-2],[4,1],[2,-3],[-4,-2],[24,-16],[-3,-9],[5,-8],[15,-14],[10,4],[13,-19],[29,22],[16,-39],[21,9],[6,-13],[7,-3],[3,9],[14,7],[1,-7],[10,-11],[36,26],[5,-3],[11,5],[5,-1],[9,-11],[1,-12],[8,-10],[10,2],[9,11],[32,-12]],[[4994,7861],[29,-12],[3,5],[13,-6],[26,-19],[-11,-38],[6,-6],[13,7],[1,-12],[5,-1],[0,-15],[6,-5],[-1,-8]],[[4493,7585],[12,-2],[-5,13],[4,2],[1,-6],[14,2],[4,4],[5,-2],[18,9],[8,11],[16,11]],[[4622,7750],[9,47],[-2,20],[-3,3],[3,5],[-1,64]],[[4628,7889],[3,1],[-1,9],[4,-8],[63,-2],[12,-5],[47,-4],[5,-7],[10,-2],[3,-4],[-3,-25],[10,4],[11,21],[16,-7],[32,2],[2,-3],[11,4],[1,9],[6,1],[30,-8],[0,4],[25,6],[35,3],[44,-17]],[[6064,7530],[11,26],[3,-3],[4,4],[-5,6],[10,-10],[4,6],[-8,5],[10,7],[-6,0],[-23,19],[1,-4],[-7,3],[2,5],[-11,13],[12,5],[-13,24],[40,31],[8,-5]],[[6096,7662],[7,-4],[1,5],[5,-10],[6,3],[8,-7],[1,-7],[29,8],[5,-20],[14,13],[40,2],[4,8],[13,3],[-1,5],[7,-4],[2,5],[-5,2],[0,17],[-8,12],[-5,0],[0,8],[10,6],[10,-21],[6,1],[4,8],[13,8],[0,8],[12,-8],[4,7],[5,-3],[-1,-4],[6,6],[16,-7],[23,-21],[4,2],[-2,5],[2,9],[8,3],[1,5],[-4,8],[-5,0],[-4,9],[0,4],[5,1],[3,9],[-6,-1],[0,5],[5,-3],[4,10],[0,-5],[4,3],[1,6],[30,11],[10,-27],[3,12],[26,3],[7,-4],[14,10],[7,-3],[20,9]],[[6460,7762],[5,-3],[-1,-22],[3,-9],[4,1],[7,-21],[-8,-3],[4,-7],[-6,-6],[1,-4],[-13,-2],[6,-5],[-3,-3],[3,-8],[-4,-3],[9,-4],[0,-9],[21,8],[3,-11],[-5,-2],[8,-21],[46,16],[-1,-14],[8,1],[-1,-18],[6,-17],[5,-7],[12,4],[5,-29],[12,-2],[6,8],[6,-7],[14,9],[3,-47],[-5,-10],[11,-1],[9,6],[8,-25],[13,-14],[-4,-24],[7,-6],[3,-15],[5,-6],[16,-5],[-25,-42]],[[1405,8350],[11,-12],[-7,-17],[8,-9],[12,-6],[3,-17],[5,-5],[-3,-8],[3,-3],[-5,-2],[-4,-14],[6,-11],[1,-17],[6,-10],[-2,-8],[12,-24],[12,-12],[4,-9],[-2,-4],[6,-10],[6,-6],[5,2],[18,-10],[19,-27],[-1,-6],[18,-12],[-3,-4],[0,-5],[18,-15],[6,-19],[-2,-7],[9,-2],[9,-11],[9,-4],[13,-3],[6,-4],[0,-5],[9,5],[6,-8],[9,0],[2,-11],[6,-6],[31,-10]],[[1097,8098],[8,3],[0,3],[9,0],[8,9],[-4,6],[5,0],[3,6],[13,0],[-1,9],[8,4],[0,5],[10,4],[18,-5],[28,16],[-1,11],[6,7],[4,15],[21,-3],[-3,6],[6,14],[-8,2],[13,15],[-3,6],[-12,-9],[-7,0],[-4,2],[-1,12],[7,-1],[3,15],[-3,2],[13,9],[-5,9],[5,1],[1,6],[9,0],[-4,17],[9,1],[13,8],[9,-3],[6,28],[6,1],[11,-16],[5,5],[5,-11],[11,-4],[28,16],[-4,37],[14,-3],[1,3]],[[1353,8356],[29,-7],[2,3],[21,-2]],[[268,8422],[12,-29],[10,0],[-6,-7],[13,-53],[20,-156]],[[149,8203],[-2,3],[-57,132],[-1,1],[1,6],[1,8],[0,14],[0,5],[-1,1],[0,9],[0,3],[-1,11],[-1,1],[-1,2],[-5,14],[-4,1],[-9,2],[-7,0],[0,3],[2,2],[4,1],[7,-1],[10,1],[0,1],[8,8],[1,1],[9,11],[0,1],[2,0],[4,-2],[3,-2],[3,-1],[5,-2],[2,-1],[2,-1],[2,0],[3,-1],[1,0],[3,0],[8,-1],[2,0],[2,0],[1,1],[2,0],[1,0],[1,1],[1,0],[1,1],[3,2],[-1,2],[0,8],[0,1],[2,-1],[1,-2],[1,0],[1,-2],[0,-1],[1,-1],[0,-1],[0,-1],[1,-1],[0,-1],[1,-3],[0,-1],[0,-2],[11,-4],[9,-4],[5,-2],[5,-1],[12,-4],[5,-1],[5,-2],[5,0],[1,-1],[1,0],[5,0],[2,0],[2,0],[5,1],[4,1],[3,0],[6,1],[8,2],[3,1],[3,1],[6,2]],[[4655,8056],[-17,-43],[-25,-34],[-7,-19],[0,-22],[22,-49]],[[3902,7527],[2,6],[10,-5],[0,3],[11,-1],[-4,3],[2,10],[-8,4],[1,4],[3,3],[6,-1],[4,19],[10,-14],[5,21],[8,2],[-7,11],[5,-2],[2,-8],[6,5],[-13,17],[-8,-2],[-17,8],[16,20],[8,23],[26,5],[12,-8],[-2,67],[9,0],[-4,6],[11,12],[-3,8],[10,-1],[-5,2],[2,4],[-5,1],[-14,-8],[-2,11],[10,-1],[6,5],[32,-4],[1,3],[-5,2],[5,1],[8,9],[-3,6],[24,-3],[20,4],[1,9],[-22,7],[-2,7],[28,-3],[3,-3],[6,10],[4,-1],[-2,12],[-30,2],[-24,41],[8,7],[-1,8],[9,2],[-10,23],[-10,3],[-7,-4],[-7,11],[14,3],[4,20],[3,1],[1,-3],[0,5],[5,-3],[1,12],[12,7],[-12,5],[11,-1],[3,4],[-2,0],[7,2],[4,-4],[7,5],[-2,7],[7,5],[-1,15],[5,2],[4,9],[9,4],[-6,12],[-8,-1],[-8,10],[5,8],[-2,4],[4,2],[-12,10],[0,5],[30,18],[12,-10],[15,-4]],[[4131,8054],[77,-13],[11,-4],[-3,-3],[5,-3],[3,3],[0,-3],[4,0],[3,3],[16,-1],[40,5],[-2,-8],[37,11],[0,-12],[5,0],[8,6],[2,24],[20,-3],[4,-5],[14,1],[7,7],[8,-21],[-11,-5],[2,-13],[15,-4],[4,-6],[-5,-4],[4,-6],[-4,-2],[5,-3],[3,4],[7,-4],[3,-12],[9,-8],[7,5],[21,3],[-1,11],[-15,12],[8,7],[10,-6],[21,-5],[19,5],[12,6],[17,28],[-1,2],[10,3],[14,-10],[10,15],[9,1]],[[4563,8052],[-1,-13],[16,-11],[7,4],[7,-8],[8,4],[7,12],[8,-12],[4,8],[-2,4],[11,6],[2,5],[15,3],[3,5],[7,-3]],[[7594,7388],[-1,-7],[-9,1],[-12,-8],[-12,6],[0,9],[-8,1],[-5,-3],[3,-7],[-8,-5],[-5,13],[-12,-2],[3,8],[-11,0],[0,-14],[7,-7],[-8,-8],[4,-7],[-12,-5],[-4,-15],[15,-9],[-2,-28],[-35,8],[19,-24],[-2,-10],[10,4],[9,-10],[4,-24],[15,-23],[11,-1],[-8,-10],[-3,4],[-9,-7],[7,-5],[0,-9],[5,-8],[-3,-1],[2,-9],[7,-11],[-1,-7],[21,-21],[-7,-24],[-7,-4],[7,-14],[-1,-6],[-5,0],[42,-50],[17,6],[0,3],[19,-2],[3,-7],[4,6],[12,3],[13,-2],[5,4],[9,-23],[16,-25],[5,-2],[-1,-11],[5,-1],[0,-6],[17,-7],[-2,-13],[13,-9],[10,3],[8,-3],[9,4],[16,15],[-2,10],[6,6],[20,-8],[3,-5],[-17,-21],[-2,-15],[0,-7],[6,-4],[11,3],[1,-14],[-29,2],[-8,10],[-6,2],[-4,-31],[-16,-11],[-2,-9],[18,-27],[16,-3],[-3,-6],[9,-4],[3,-7],[11,-5],[24,1],[6,-2],[1,-9]],[[6914,7425],[19,10],[19,17],[23,8],[22,19],[5,20],[11,10],[23,18],[24,10],[14,12],[36,22],[32,13],[10,-9],[-8,-11],[7,-11],[4,0],[-1,10],[9,16],[34,-11],[2,3],[13,-9],[3,11],[19,2],[14,16],[11,-3],[-4,-3],[3,-2],[12,1],[13,5],[3,7],[5,0],[2,3],[4,-4],[-2,10],[10,-3],[0,4],[-7,1],[-2,6],[-3,-2],[1,4],[-5,0],[-4,8],[21,-6],[-10,24],[-5,4],[86,25],[34,2]],[[7411,7672],[14,5],[47,-1]],[[7472,7676],[-14,-1],[0,-6],[7,-2],[-2,-9],[-6,-2],[6,-2],[-1,-6],[2,3],[10,-2],[0,-6],[-6,3],[-1,-3],[-3,3],[-4,-5],[-8,2],[12,-5],[-1,-9],[5,-5],[-1,-25],[17,-12],[-4,-11],[8,-14],[-6,0],[5,-9],[-4,-3],[7,4],[-1,-4],[3,-1],[2,3],[5,-13],[13,-6],[-3,-12],[3,2],[9,-8],[-2,-4],[-3,0],[5,-11],[-7,-5],[0,-5],[29,-7],[-2,-9],[-26,-17],[-2,-6],[8,-13],[7,-3],[1,-7],[-16,1],[-2,-9],[18,-2],[15,12],[8,-2],[-1,-8],[-6,-3],[3,-4],[13,0],[7,-13],[11,0],[15,-12]],[[3525,7831],[16,-1],[3,3],[-1,20],[-16,4],[-3,4],[2,9],[11,14],[19,-16],[5,4],[8,-5],[4,6],[26,-4],[1,13],[4,1],[0,21],[-7,0],[-2,-7],[-15,-1],[8,14],[-4,5],[4,6],[-8,10],[0,12],[12,7],[0,4],[9,9],[1,12],[5,2],[-5,12],[11,12],[-4,13],[6,6],[7,-3],[5,12],[1,-4],[4,-1],[3,9],[-4,2],[1,8],[9,9],[25,-36],[10,0],[12,13],[4,9],[24,-1],[4,-6],[13,10],[14,24],[11,0],[9,5],[-6,12],[11,8],[-14,10],[-14,31],[-9,-1],[-7,16],[4,6],[5,2],[32,-20],[27,4],[4,-1],[3,-10],[13,9],[6,-19],[10,2],[9,-4],[13,-9],[5,-12],[24,0],[13,8],[4,-7],[15,19],[-6,6],[9,3],[7,33],[13,22],[2,13]],[[3940,8191],[22,-10],[5,-13],[10,3],[1,-9],[-3,-5],[3,-5],[6,2],[1,6],[8,2],[5,9],[8,-3],[13,1],[3,-26],[16,-13],[1,2],[6,-1],[-3,-4],[4,0],[3,17],[7,4],[13,0],[-1,-19],[-3,-6],[-2,2],[1,-6],[8,2],[4,9],[7,4],[-1,5],[5,2],[-1,-21],[31,9],[-2,-1],[3,-2],[5,5],[4,-6],[8,0],[-3,-3],[9,-15],[-8,-12],[11,-4],[0,-3],[-3,-7],[-19,-9],[9,-18]],[[8355,7450],[0,-5],[-5,-1],[3,-3],[-7,-7],[2,-2],[-3,-5],[-6,4],[-11,-6],[1,-9],[-6,-6],[2,-6],[-3,-16],[1,-11],[5,-3],[-2,-9],[-2,0],[4,-12],[-4,-6],[5,-8],[-3,-7],[-8,-3],[-1,-22],[-4,-1],[4,-1],[-5,-1],[-3,-26],[-3,1],[-2,-6],[6,1],[-5,-7],[2,-5],[-4,6],[-1,-6],[-3,0],[-11,-34],[0,-3],[9,-5],[30,4],[10,-6]],[[8337,7218],[7,-13],[-18,-4]],[[7594,7388],[14,5],[0,5],[13,-2],[17,22],[9,-4],[8,4],[8,9],[7,-3],[1,-8],[2,2],[4,-4],[-2,-4],[3,0],[-1,-3],[4,-6],[-4,-3],[2,-8],[2,-4],[8,-3],[4,-16],[9,5],[-6,3],[-2,3],[4,1],[-2,6],[-10,3],[-4,7],[2,10],[26,-3],[6,9],[4,-11],[9,0],[1,3],[7,-2],[-4,-13],[5,1],[3,-24],[5,1],[-3,-4],[9,-5],[-10,-6],[-12,-15],[9,-3],[3,-5],[3,2],[4,-3],[-2,-2],[4,2],[12,-5],[19,3],[6,6],[9,-4],[18,7],[-2,-21],[-8,-4],[-9,5],[-5,-17],[20,-7],[-6,-16],[17,0],[5,-8],[18,-4],[2,9],[7,1],[-4,6],[13,-3],[2,5],[-7,4],[7,1],[15,35],[32,0],[-2,-6],[4,-3],[16,-4],[4,4],[5,-1],[13,-7],[4,-13],[9,5],[-7,7],[15,2],[1,16],[5,-1],[5,18],[-5,3],[7,5],[11,0],[-6,16],[20,18],[22,7],[1,-13],[17,-14],[11,-15],[5,2],[3,8],[-7,12],[19,-1],[16,6],[5,7],[-8,33],[4,6],[-24,4],[3,14],[31,-2],[-1,13],[-14,6],[0,33],[10,1],[16,14],[-3,4],[3,3],[-5,9],[10,8],[-8,22],[-19,36],[13,4],[26,17]],[[8137,7603],[17,-64],[11,2],[-2,4],[20,8],[7,-3],[-11,-25],[15,-8],[0,6],[5,0],[0,17],[29,-6],[-12,-16],[8,-7],[-16,-10],[11,-12],[1,2],[10,-7],[3,5],[16,-3],[14,-8],[0,-23],[30,-2],[2,3],[25,3],[1,-7],[34,-2]],[[1599,8505],[6,-9],[32,-10],[-9,-18],[7,-14],[16,0],[4,5],[12,-6],[2,5],[19,-8],[-33,-29],[5,-3],[-9,-3],[9,-27],[-7,-4],[6,-5],[20,10],[0,8],[-8,4],[17,7],[7,-15],[17,4],[7,-4],[-1,-4],[13,-18],[5,4],[-1,10],[3,1],[-6,17],[1,9],[7,4],[-2,6],[20,0],[19,12],[9,-2],[-3,-3],[2,-11],[28,-3],[15,5],[1,6],[26,-14],[7,-11],[-1,-4],[8,-2],[17,3],[15,-15],[11,-16],[-1,-11],[6,-6],[6,4],[5,-3],[-9,11],[19,25],[0,10],[3,-5],[16,1],[4,-4],[2,2],[2,-12],[7,-11],[11,2],[5,-9],[6,6],[5,-4],[-2,-3],[8,2],[12,-5],[0,-39],[9,-20],[-2,-8],[3,-7],[-2,-6],[-4,0],[-2,-11],[-6,-2],[8,-3],[19,-24],[6,2],[1,3],[4,-3],[6,4],[-2,16],[18,8]],[[2073,8267],[-2,-7],[12,-1],[1,-5],[-6,-4],[-3,-22],[23,-21],[6,-22],[-6,-20],[-12,-9],[5,-6],[-4,-4],[18,-7],[13,0],[22,-46],[-4,-7],[2,-6],[-7,-4],[-2,-8],[-9,-3],[3,-13],[-4,-5],[3,-3],[-16,-2]],[[1405,8350],[-2,29],[3,1],[1,-4],[8,-6],[4,2],[2,-3],[8,5],[9,-2],[0,5],[-15,24],[4,10],[21,13],[13,28],[28,11],[15,11],[15,31],[6,3],[19,-4],[3,12],[12,-15],[20,-12],[2,5],[11,1],[4,3],[-4,5],[7,2]],[[9765,7140],[3,-8],[3,-9],[-5,-12],[-1,-5],[2,-3],[0,-1],[2,-3],[-2,-5],[-2,-4],[-1,-2],[-2,-1],[-6,-5],[-4,-3],[-1,-2],[0,-1],[-2,-10],[-6,-10],[-3,-12],[1,-13],[-6,-12],[-5,-13],[-4,-10],[1,-3],[0,-2],[0,-1],[1,-2],[1,1],[4,-6],[2,-9],[1,-6],[2,-4],[2,-2],[3,-2],[5,-1],[2,-1],[4,-2],[1,-1],[2,-4],[-2,-3],[-1,-3],[0,-1],[0,-1],[-1,-4],[0,-2],[6,-5],[6,-4],[5,-7],[1,-2],[-1,-1],[0,-1],[-2,-2],[-1,-1],[-2,-3],[-1,-3],[1,-3],[3,-4],[5,-3],[5,-3],[1,-2],[1,-2],[1,-9],[1,-11],[1,-2],[1,-10],[1,-7],[1,-8],[1,-9],[0,-3],[-4,-10],[2,-10],[3,-6],[5,-10],[3,-7],[4,-7],[-3,-4],[-4,-4],[-1,-1],[-5,-6],[-5,-6],[-5,-6],[-7,-8],[0,-5],[0,-5],[0,-7],[0,-5],[0,-14],[0,-9],[0,-10],[1,-2]],[[8337,7218],[11,4],[13,-3],[10,7],[32,4],[18,-19],[9,2],[12,-4],[18,6],[17,-18],[-2,53],[-10,2],[2,6],[11,1],[20,16],[1,4],[23,-7],[29,45],[7,3],[-2,7],[8,1],[24,-8],[-1,-8],[9,-1],[1,-11],[6,-2],[-6,-6],[1,-11],[4,-1],[3,-7],[-2,-8],[9,-1],[5,10],[10,-15],[5,-23],[3,-2],[-5,-15],[21,10],[13,1],[8,8],[4,-6],[0,5],[3,-5],[8,-1],[-1,-8],[24,22],[20,0],[11,-5],[0,11],[4,0],[9,19],[7,-2],[2,13],[9,6],[6,12],[17,2],[6,-5],[10,6],[-2,19],[-21,1],[0,8],[-17,11],[2,3],[6,-1],[4,9],[6,1],[-1,8],[14,7],[2,5],[11,-15],[-10,-8],[-15,0],[10,-17],[18,-1],[26,18],[1,-9],[10,4],[0,-9],[26,-3],[3,33],[23,-3],[2,17],[24,-3],[4,37],[9,-3],[3,-7],[16,-4],[1,5],[4,-2],[8,10],[9,-1],[1,6],[-8,2],[2,9],[-6,0],[-3,5]],[[8973,7434],[3,23],[32,-5],[22,20],[-19,3],[5,34],[43,-6],[2,-4],[14,13],[12,-11],[6,6],[18,-4],[-2,-5],[65,-17],[-1,-14],[-8,3],[-3,-10],[10,-2],[4,-6],[5,0],[1,3],[8,-5],[2,6],[4,-4],[-7,-5],[3,-6],[-12,-14],[3,-3],[24,25],[5,0],[1,5],[6,2],[3,-3],[-3,-6],[3,-10],[-11,0],[-2,-9],[2,-3],[5,2],[3,5],[3,-4],[0,-8],[-6,1],[1,-7],[5,-4],[-6,0],[0,-3],[6,0],[2,-3],[2,1],[1,-1],[-5,-4],[8,3],[-1,2],[6,-5],[-2,-1],[8,-3],[-7,-8],[2,-3],[1,5],[7,1],[5,-4],[2,-8],[-4,-2],[6,-6],[-1,-7],[-5,-3],[8,1],[4,-5],[-1,-18],[-9,-4],[5,-1],[-4,-2],[4,-4],[-11,2],[-3,-7],[3,-5],[7,8],[-1,-3],[13,0],[4,-4],[4,1],[9,-11],[10,-3],[3,-3],[-8,-5],[-4,-9],[20,22],[0,10],[6,0],[-4,-7],[4,-5],[17,-3],[44,-15],[-14,-38],[-9,4],[-2,-17],[-6,-10],[-4,-3],[-5,9],[-10,-9],[3,-7],[4,-1],[-4,-2],[7,-16],[6,5],[5,-2],[9,-14],[-1,-7],[5,1],[1,27],[-6,1],[3,9],[31,2],[-9,-12],[18,-14],[5,-10],[-5,18],[1,8],[176,-70],[3,-12],[-4,-2],[2,-7],[4,4],[2,-10],[13,-1],[2,-6],[8,-3],[5,2],[0,8],[3,-7],[-1,12],[18,6],[7,-10],[64,-8],[4,22],[28,-5],[2,14],[24,-9],[1,8],[14,1]],[[268,8422],[2,1],[2,1],[1,0],[1,0],[3,2],[6,2],[3,2],[9,4],[1,0],[6,3],[5,3],[3,2],[3,2],[3,2],[1,0],[1,1],[10,8],[1,0],[1,1],[0,1],[3,2],[6,6],[6,6],[9,10],[4,4],[6,6],[3,4],[3,4],[3,2],[2,3],[2,0],[1,1],[1,1],[4,1],[2,0],[3,1],[2,1],[2,0],[2,1],[2,0],[2,1],[3,1],[5,2],[3,1],[1,0],[2,1],[6,3],[7,4],[8,4],[4,2],[6,4],[6,3],[12,5],[6,3],[6,2],[3,1],[9,3],[3,1],[2,1],[2,1],[6,2],[4,2],[6,3],[7,2],[3,2],[1,0],[5,1],[1,1],[3,0],[1,0],[2,1],[3,1],[2,1],[1,0],[3,1],[3,1],[2,1],[2,1],[4,2],[1,0],[7,4],[1,1],[5,2],[11,6],[2,1],[1,1],[4,2],[5,3],[0,1],[2,1],[1,0],[2,1],[1,0],[0,1],[1,0],[1,1],[3,2],[1,0],[1,1],[0,1],[1,1],[0,1],[-1,0],[0,2],[1,0],[1,-2],[3,1],[2,1],[2,0],[2,1],[2,0],[1,1],[1,0],[1,0],[2,0],[2,1],[1,0],[5,2],[1,0],[6,2],[2,1],[4,2],[1,0],[4,2],[7,2],[9,3],[15,6],[13,4],[3,1],[5,1],[9,3],[10,3],[4,2],[8,2],[3,1],[6,2],[2,1],[2,0],[2,1],[3,1],[5,1],[5,1],[13,4],[2,1]],[[771,8660],[5,-17],[25,5],[-1,-10],[5,0],[0,-4],[24,1],[7,14],[9,-24],[13,-12],[-5,1],[1,-7],[-4,0],[-8,-9],[4,-7],[-6,-1],[6,-2],[-5,-6],[1,-6],[5,3],[-2,-4],[9,-7],[5,7],[9,1],[8,-8],[5,1],[3,-15],[7,-1],[5,-9],[9,-4],[6,-9],[6,-23],[18,0],[-5,-37],[5,-1],[0,-6],[7,-7],[8,-2],[2,-9],[-19,3],[-2,-5],[-17,-8],[-12,0],[-6,-13],[3,-7],[31,-16],[4,-6],[0,-17],[-9,-2],[-9,-19],[14,-48],[-5,1],[-11,-22],[16,-11],[2,-14],[8,-1],[-11,-3],[7,-2],[-2,-6],[37,-5],[0,-23],[-12,0],[-1,-9]],[[7472,7676],[35,1],[39,20],[44,-7],[21,-10],[38,-6],[35,-25],[16,-6],[17,-4],[15,5],[7,-1],[11,9],[6,13],[6,20],[-1,13],[18,17],[3,9],[12,5],[17,-3],[13,8],[10,2],[14,11],[20,-14],[6,-22],[4,-6],[6,-3],[5,2],[11,20],[3,9],[4,3],[2,16],[8,8],[17,11],[20,-6],[40,21]],[[7994,7786],[6,-22],[32,8],[1,-27],[7,-8],[3,-11],[23,10],[-1,34],[6,2],[4,-11],[22,16],[-2,-6],[3,-1],[2,-14],[6,-4],[5,-20],[13,1],[-3,-11],[4,-7],[-17,-19],[-7,2],[4,-15],[-7,-11],[8,-6],[5,5],[-2,4],[7,2],[5,-6],[-2,-5],[-9,-3],[0,-15],[-7,-13],[-14,2],[0,-29],[18,1],[30,-6]],[[2852,8403],[-5,-43],[-6,2],[0,-5],[-20,2],[4,-7],[-30,0],[-13,4],[-10,0],[0,-5],[-9,8],[3,-11],[-23,-7],[-1,-18],[-3,-6],[-8,-4],[10,-3],[4,-24],[-6,-4],[4,-8],[4,4],[18,-14],[5,0],[11,-7],[-4,-11],[4,-8],[-1,-11],[9,-7],[19,7],[3,8],[8,-3],[-18,-47],[-10,-5],[-17,-16],[-3,-7],[-43,-24],[20,-48],[3,-53],[12,-55]],[[2073,8267],[-4,12],[7,6],[4,-5],[9,13],[38,4],[1,11],[5,3],[3,10],[7,-2],[3,5],[-9,21],[15,8],[16,-4],[7,7],[23,-1],[12,16],[-4,5],[7,20],[12,17],[1,-2],[8,4],[4,9],[20,-13],[15,3],[13,-4],[13,-14],[13,6]],[[2312,8402],[11,-1],[13,8],[9,-1],[5,4],[11,-5],[10,1],[22,-10],[3,2],[8,-9],[2,-16],[18,5],[5,5],[19,-15],[4,8],[8,3],[-2,7],[8,3],[-4,3],[3,8],[22,4],[5,-10],[13,-2],[20,6],[-2,6],[12,5],[17,-34],[19,4],[21,-4],[6,4],[5,-3],[5,11],[-6,7],[-14,7],[-7,15],[0,9],[17,8],[-13,26],[-3,-3],[-21,22],[29,6],[13,14],[5,-5],[25,13],[-6,15],[-5,2],[8,3],[0,13],[4,0],[-5,6],[3,1],[-1,6],[9,-8],[18,3],[6,-7]],[[2664,8542],[-4,-11],[16,3],[0,-6],[2,3],[7,0],[-4,11],[-8,2],[2,4],[3,-3],[-4,12],[10,2],[0,10],[5,-1],[-4,7],[11,-1],[3,-16],[14,5],[5,-24],[7,-1],[20,-11],[0,-13],[6,-10],[-4,-20],[-14,-2],[-1,-5],[-3,-1],[14,-2],[4,-10],[4,2],[28,-28],[13,1],[2,-8],[11,-12],[16,-3],[5,-9],[6,1],[3,-5],[17,0]],[[3167,8348],[3,-5],[7,-1],[13,15],[10,-15],[0,-15],[12,2],[-1,-47],[5,-5],[22,2],[5,-10],[-23,-9],[5,-21],[4,-2],[7,5],[8,-12],[3,-20],[42,-11],[18,4],[9,-21],[16,-19],[2,-23],[9,-12],[1,-8],[-14,-9],[-4,-13],[7,-11],[4,-4],[25,5],[28,-9],[-25,-104],[-4,-9],[-16,1],[-5,-26],[15,-6],[-4,-4],[8,0],[-11,-8],[-10,-14],[-2,-26]],[[2852,8403],[3,1],[2,28],[-5,-3],[0,8],[2,-2],[15,11],[3,-7],[18,24],[-4,2],[2,9],[-13,20],[26,25],[7,-1],[11,-12],[22,16],[5,-2],[10,2],[1,6],[12,-3],[6,-16],[26,-3],[-22,9],[-1,12],[-10,20],[14,26],[-5,3],[0,4],[13,6],[6,-6],[5,3],[12,-12],[12,1],[1,8],[27,3],[1,-7],[-7,-2],[3,-6],[4,2],[-2,-14],[-4,-1],[3,-7],[19,-3],[10,-6],[-1,-5],[22,1],[-4,-44],[6,-16],[20,-20],[15,-40],[7,-10],[-11,-10],[5,-5],[-5,-12],[31,-32],[2,2]],[[5188,8247],[-14,-21],[3,-1],[-3,-11],[5,-1],[2,-5],[-6,1],[-1,-6],[-4,1],[-7,-17],[5,-1],[-5,-12],[6,-6],[-5,-9],[1,-11],[4,-3],[-15,-25],[-3,1],[-5,-5],[-3,-8],[-14,-4],[-26,-32],[-1,-7],[-12,-6],[-2,-7],[-10,-15],[11,-38],[-10,1],[1,-36],[-4,3],[1,-12],[-9,-14],[-10,10],[-8,-7],[-6,6],[-16,-28],[-11,-7],[-13,-17],[-8,-3],[-3,-10],[3,-5],[-2,-19]],[[4655,8056],[56,43],[12,23],[-2,18],[-10,19],[-6,23],[0,15],[11,31],[-10,27],[-2,18],[48,99],[2,25],[-10,15]],[[4744,8412],[8,10],[7,-7],[6,1],[11,-6],[7,-11],[8,1],[0,-3],[7,-3],[41,9],[1,-2],[-8,-2],[-5,-10],[12,-8],[21,-25],[-15,-7],[-3,-10],[17,-1],[5,-18],[7,-4],[23,16],[3,7],[24,-13],[-3,-10],[9,-6],[4,-9],[13,3],[9,-9],[-12,-13],[5,-9],[-1,-4],[20,-22],[-9,-6],[9,-8],[27,17],[46,45],[38,-4],[52,-28],[25,1],[17,-5],[18,-12]],[[3516,8611],[16,-29],[16,0],[4,-14],[-2,-9],[16,1],[27,9],[19,-42],[-2,-9],[7,-22],[4,2],[6,-5],[4,5],[7,1],[22,-12],[20,10],[0,-19],[-5,-6],[6,-7],[-5,-8],[4,-5],[-15,-26],[1,-5],[11,-7],[3,-6],[8,4],[12,-19],[21,-9],[17,-13],[5,-8],[-10,-3],[-5,-16],[4,-12],[15,-7],[-1,-7],[-16,-16],[-9,0],[-4,-15],[6,1],[-2,5],[5,3],[10,-11],[18,2],[17,-4],[24,6],[8,7],[1,13],[-5,3],[-1,8],[-5,-1],[-6,5],[-2,-3],[0,8],[8,1],[-1,4],[8,6],[12,-2],[9,12],[0,8],[18,1],[6,32],[4,-1],[6,8],[8,-3],[11,22],[8,3],[7,-9],[-7,-5],[8,-8],[8,0],[69,50],[7,-9]],[[3974,8439],[-5,-4],[38,-51],[0,-10],[-9,-2],[-24,21],[-2,-2],[6,-4],[-2,-4],[-13,-1],[-2,-7],[-12,2],[0,-5],[4,-3],[-14,-19],[5,-6],[-4,-10],[10,-13],[1,-12],[-11,5],[-9,-4],[14,-18],[20,-15],[-2,8],[17,-14],[3,8],[5,-2],[2,-12],[-28,-23],[-17,-20],[-5,-31]],[[3167,8348],[6,7],[14,42],[9,8],[-3,8],[1,5],[7,3],[-1,12],[10,1],[7,17],[6,-1],[10,8],[-1,6],[4,0],[10,-11],[-5,-9],[7,-1],[7,7],[-3,8],[7,1],[4,-21],[8,-11],[6,6],[4,-1],[3,6],[14,2],[5,12],[10,-2],[1,-7],[7,-7],[8,-1],[2,-4],[11,2],[2,-6],[5,0],[3,6],[8,0],[3,11],[12,9],[-6,3],[2,12],[-3,2],[21,43],[-3,2],[2,12],[13,0],[0,11],[19,1],[1,5],[-1,-6],[13,0],[0,10],[11,0],[0,32],[6,0],[0,30],[-2,-1],[3,11],[8,1],[7,-5],[5,4],[4,-4],[12,4],[29,-9]],[[771,8660],[2,1],[6,1],[3,2],[15,5],[10,4],[8,4],[10,4],[12,5],[12,5],[1,1],[3,1],[4,2],[8,4],[4,2],[4,2],[3,1],[4,2],[6,2],[5,2],[3,1],[7,3],[2,1],[4,2],[2,1],[1,1],[7,3],[12,5],[1,0],[1,1],[1,0],[2,1],[4,1],[10,3],[8,1],[2,0],[2,1],[2,0],[3,1],[1,1],[1,0],[2,1],[2,1],[15,6],[5,2],[8,3],[4,2],[3,1],[9,4],[10,4],[1,1],[1,0],[17,6],[8,3],[2,1],[4,2],[5,1],[2,1],[3,1],[7,3],[4,1],[4,2],[2,1],[5,2],[2,1],[14,5],[12,5],[8,3],[11,5],[5,3],[7,3],[1,1],[2,1],[5,3],[1,1],[14,3],[7,2],[9,2],[12,3],[12,2],[15,3],[4,1],[3,1],[12,2],[4,1],[12,2]],[[1262,8839],[3,-4],[-1,-9],[-26,-36],[-10,-6],[0,-10],[-4,-5],[9,-2],[17,-19],[5,0],[3,-15],[-8,1],[-21,-20],[5,-12],[-12,-6],[1,-4],[3,0],[15,8],[1,-7],[23,11],[7,-1],[3,5],[14,-3],[24,-12],[-3,-6],[16,-26],[1,-15],[-18,-11],[-3,-25],[-13,-12],[4,-2],[-2,-4],[10,-5],[-10,-16],[4,-1],[-5,-22],[6,-40],[-2,-10],[-6,-5],[5,-6],[17,2],[4,-14],[7,2],[15,-13],[-3,-5],[3,-14],[-2,-4],[-15,0],[-4,-11],[-10,4],[-2,-8],[6,-7],[-1,-11],[11,-10],[8,-2],[-6,-8],[3,-5],[29,-5],[-6,11],[8,-1],[1,-11],[-7,-21]],[[6354,8262],[10,-1],[2,-7],[5,4],[2,-6],[4,2],[3,-4],[19,1],[2,-4],[-4,-1],[-3,-6],[10,0],[19,-11],[-3,-1],[4,-7],[-3,-3],[7,-20],[-10,1],[3,-6],[-3,-13],[-8,-2],[5,-4],[0,-7],[-3,-2],[-12,7],[-5,-1],[-4,-9],[7,-10],[3,-13],[8,-5],[-24,-10],[3,-13],[-30,-5],[-21,-12],[5,16],[-8,0],[-3,9],[-7,0],[-2,6],[-8,1],[-1,-3],[-8,6],[-8,18],[-7,-1],[-2,-4],[-12,8],[-13,20],[-3,16],[-20,6],[1,-6],[-12,5],[28,26],[-11,10],[4,12],[15,0],[-2,7],[4,10],[5,-2],[8,7],[-1,-4],[6,0],[5,16],[17,-5],[13,-22],[14,13],[5,1],[-1,6],[9,7],[7,-11]],[[1599,8505],[3,5],[-4,0],[1,6],[-4,2],[9,2],[8,9],[-10,7],[3,6],[-12,9],[3,10],[5,7],[19,-1],[-2,10],[3,-1],[7,8],[-11,27],[-4,2],[5,14],[0,27],[-5,15],[-7,10],[10,1],[6,18],[7,-2],[11,-13],[9,-3],[4,5],[12,-3],[4,7],[-4,3],[1,7],[17,-4],[2,8],[6,-6],[3,12],[13,1],[-3,17],[12,6],[11,20],[9,-1],[0,13],[6,7],[3,15],[8,10],[-4,8],[4,11]],[[1753,8816],[13,-8],[24,-3],[0,-5],[5,-3],[-9,-15],[23,-33],[-4,-11],[-14,-7],[-9,-12],[1,-21],[29,-1],[4,-5],[-6,-4],[7,-9],[5,4],[3,-2],[5,10],[19,1],[12,13],[14,-13],[29,28],[23,10],[4,5],[-1,8],[-10,7],[6,-1],[2,14],[7,1],[15,-7],[6,-8],[7,-15],[-6,-12],[2,-9],[15,-5],[4,-19],[17,-23],[5,1],[6,-3],[10,-13],[26,-11],[6,1],[5,-10],[7,8],[9,-13],[32,-15],[6,-5],[-4,-2],[3,-10],[11,10],[14,0],[1,9],[3,-3],[8,3],[15,-12],[63,-14],[-14,-22],[-5,-2],[-3,-12],[4,-7],[-3,-5],[17,-7],[13,2],[-5,9],[12,2],[4,-3],[-4,-9],[4,-1],[3,-11],[5,0],[5,-8],[10,-1],[8,10],[16,-5],[14,-7],[-2,-10],[13,-4],[16,-13],[-14,-3],[-1,-18],[6,-2],[-4,-6],[3,-9],[-14,-8],[14,-3],[-5,-11],[-2,-21]],[[5188,8247],[23,0],[5,3],[6,-4],[13,2],[84,-29],[0,-13],[2,-5],[5,-2],[-1,-4],[10,-8],[4,2],[6,-8],[2,9],[-11,8],[29,37],[-21,17],[39,52],[-6,1],[1,15],[4,0],[3,8],[4,-1],[5,15],[-3,1],[4,3],[0,5],[7,2],[2,6],[-6,4],[6,6],[2,-2],[2,8],[13,16],[-2,1],[5,32]],[[5424,8424],[13,-4],[0,-10],[6,-2],[4,6],[11,-1],[2,-3],[0,3],[5,-1],[-7,-10],[-8,1],[-3,-13],[2,-7],[13,-7],[20,4],[-1,-5],[5,-1],[4,12],[8,-1],[-1,-11],[10,-8],[3,-16],[29,27],[5,-4],[10,-20],[10,3],[2,-12],[10,-8],[0,-14],[-3,-3],[6,-19],[5,-2],[-2,-3],[5,-5],[-3,-4],[20,-8],[0,-14],[5,-7],[1,-15],[22,1],[-7,-18],[-7,-1],[-9,-9],[7,-17],[-1,-11],[11,-2],[-4,-8],[-17,2],[0,-6],[-5,-1],[-4,-8],[5,-10],[-13,-6],[-5,-10],[5,-11],[-3,-10],[8,-10],[1,-7],[-28,-14],[-2,-15],[9,-7],[-5,-12],[4,3],[4,-8],[4,4],[4,-5],[21,-7],[4,-18],[13,3],[4,-15],[28,23],[1,-6],[9,-6],[4,1],[0,-12],[4,-6],[-17,-16],[-18,-38],[-5,-5],[-8,1],[-1,-14],[-4,0],[-5,-10],[-4,0],[-8,-11],[47,-22],[5,2],[20,-7],[-2,-9],[8,-11],[-5,-7],[5,-9],[13,-9],[8,-1],[3,-9],[11,1],[9,-9],[11,2],[9,-7],[7,-17],[-3,-2],[4,-11],[-12,-10],[8,-21],[17,-18],[-4,-1],[0,-4],[6,-2],[-7,-8],[4,-4],[-5,-35],[23,-14],[14,-30],[-3,-2],[8,-10],[10,-22]],[[6965,8173],[-2,-11],[4,-4],[-3,-2],[1,-4],[7,-4],[5,-15],[-5,-7],[4,-6],[-1,-10],[6,2],[15,-11],[15,-6],[13,-18],[8,-1],[10,-19],[4,1],[5,-7],[8,-3],[11,-17],[8,-1],[-4,-4],[0,-10],[-5,-1],[-2,6],[-4,2],[-4,-2],[5,-5],[-2,-6],[6,-3],[1,-5],[9,-3],[4,-15],[3,1],[6,-12],[3,4],[-4,7],[3,16],[13,0],[5,3],[6,-6],[-5,-7],[10,-3],[5,-10],[7,-2],[8,-9],[4,2],[6,-10],[4,0],[-3,-3],[4,-12],[4,3],[5,-12],[8,-2],[0,-3],[30,8],[-4,-3],[1,-8],[8,0],[3,6],[-6,1],[3,6],[7,-4],[0,-7],[7,-4],[2,6],[4,-3],[6,8],[2,12],[-4,8],[3,3],[11,-9],[7,-1],[3,3],[24,-5]],[[7281,7946],[-12,-53],[9,-1],[1,-6],[4,0],[13,-67],[4,-2],[-3,-2],[19,-90],[9,2],[5,-13],[5,5],[6,-23],[8,2],[2,-4],[5,0],[3,4],[7,0],[8,-3],[1,-4],[13,-2],[2,8],[19,-12],[2,-13]],[[6460,7762],[-7,20],[2,8],[-4,5],[6,1],[-2,6],[11,6],[2,7],[12,8],[-4,17],[16,8],[10,21],[7,4],[5,9],[-2,9],[-29,14],[10,6],[9,-1],[6,5],[0,-4],[7,1],[15,-7],[19,10],[5,-9],[-7,-10],[15,-15],[2,4],[-6,7],[21,-3],[0,8],[-9,-1],[5,7],[-11,1],[1,4],[-16,23],[14,17],[-1,9],[-4,6],[5,8],[-2,10],[10,12],[0,15],[10,-5],[40,41],[11,-4],[44,45],[23,-2],[-7,10],[23,14],[-18,10],[3,5],[48,43],[22,23],[49,7],[12,-32],[24,12],[2,7],[11,-3],[3,-9],[11,-7],[11,4],[1,11],[-4,8],[-5,1],[7,6],[-1,4],[22,12],[7,-20],[-5,-2],[4,-19],[-11,-3],[3,-5],[-2,-1],[7,-5],[-8,-11],[5,-3],[5,9],[12,3],[-2,9],[37,12]],[[1262,8839],[3,1],[12,3],[15,4],[2,1],[8,2],[1,0],[9,1],[7,0],[7,0],[5,0],[11,0],[4,0],[1,0],[2,0],[4,0],[1,0],[5,1],[3,0],[5,2],[2,0],[1,1],[4,1],[3,1],[5,2],[2,1],[4,2],[9,4],[1,0],[5,3],[1,0],[2,2],[2,1],[6,4],[3,2],[5,5],[1,0],[2,3],[1,0],[0,1],[11,0],[8,-1],[5,0],[3,1],[2,0],[1,0],[4,1],[15,4],[2,0],[13,4],[9,3],[11,3],[11,3],[2,0],[1,0],[2,1],[2,0],[2,0],[5,1],[1,1],[11,3],[5,1],[7,3],[5,1],[7,2],[9,3],[7,2],[3,1],[3,1],[16,7],[6,2],[15,5],[1,1],[5,2],[5,2],[11,5],[4,2],[8,4],[1,1]],[[1665,8956],[13,-11],[-12,-29],[26,1],[-15,-20],[4,-5],[-2,-10],[13,-18],[1,-12],[15,-3],[2,-5],[4,0],[-4,-18],[7,-1],[3,-6],[33,-3]],[[8786,7855],[0,-6],[6,-1],[4,7],[18,11],[10,-11],[1,9],[1,-9],[8,-8],[19,-4],[6,-37],[-11,-13],[30,-25],[18,5],[18,-3],[-5,-14],[7,-23],[5,-1],[6,-11],[-1,-11],[4,-7],[-7,-12],[2,-3],[-6,-21],[4,-7],[-4,-11],[2,-11],[-5,-5],[4,-8],[2,-24],[-3,-1],[-2,-8],[6,-13],[-2,-21],[-7,-10],[0,-7],[51,-7],[-7,-52],[-11,-15],[6,1],[-3,-22],[8,1],[4,-9],[11,-4]],[[8355,7450],[0,13],[-3,0],[4,4],[2,-2],[-1,7],[5,-1],[-1,4],[5,2],[1,6],[-3,3],[3,-1],[4,10],[1,-4],[5,4],[1,-3],[2,8],[3,-2],[-3,8],[3,1],[-3,5],[3,7],[-3,1],[6,4],[-1,3],[2,-2],[2,3],[-3,1],[2,3],[5,-1],[-2,3],[5,2],[5,9],[-8,9],[4,3],[6,13],[-4,4],[2,4],[-4,3],[2,3],[-7,2],[3,7],[13,13],[3,-5],[3,3],[3,-2],[11,5],[-3,3],[4,8],[-4,1],[2,12],[5,0],[9,12],[6,-4],[16,5],[16,22],[-3,0],[-11,22],[4,14],[8,-2],[7,10],[17,35],[-10,15],[37,39],[-2,3],[3,-2],[26,27],[14,-12],[10,26],[7,-6],[9,3],[-13,8],[0,4],[-8,1],[2,5],[-4,0],[-3,5],[-4,-2],[-1,4],[-4,0],[2,-4],[-4,-1],[-3,8],[-4,-1],[-1,3],[-6,-3],[-7,6],[-6,0],[1,8],[-5,4],[0,8],[24,13],[-1,7],[8,7],[0,3],[11,4],[6,7],[17,6],[17,0],[6,7],[-3,10],[11,6],[9,-5],[14,1],[5,10],[-13,5],[-5,24],[16,6],[3,-2],[12,12],[0,4],[10,3],[4,-3],[-2,-5],[4,-1],[3,5],[10,-3],[0,-12],[7,-1],[1,30]],[[8701,8029],[7,6],[26,-26],[-10,-7],[15,-16],[-2,-56],[7,-44],[32,4],[-4,-4],[-6,1],[-3,-8],[-7,-3],[2,-4],[-9,-4],[0,-6],[-16,-7],[-4,-5],[2,-9],[-5,-9],[9,7],[2,-3],[3,3],[2,-6],[3,1],[-1,9],[11,-14],[16,13],[3,-4],[5,5],[-5,-2],[-2,5],[14,9]],[[5440,8478],[-1,-8],[7,-7],[-1,-22],[-7,3],[-6,-1],[-2,-4],[-10,0],[4,-15]],[[4744,8412],[-16,31],[-4,20],[3,12]],[[4727,8475],[9,-2],[0,-4],[10,1],[7,6],[4,-4],[6,12],[4,24],[7,6],[21,-2],[9,11],[11,24],[23,9],[10,12],[22,-14],[24,-7],[15,29],[15,-10],[-4,-10],[14,-10],[-2,3],[4,-1],[10,23],[11,12],[10,3],[1,7],[12,11],[9,0],[2,3],[12,-6],[0,4],[24,-7],[12,-13],[9,7],[31,-8],[40,29],[9,-7],[5,3]],[[5133,8609],[3,-2],[0,-11],[8,-7],[10,5],[4,15],[27,4],[5,-12],[35,-27],[6,3],[6,-7],[17,-2],[6,3],[7,-3],[2,3],[6,-6],[-25,-14],[-8,-10],[-12,-42],[7,-20],[-4,-19],[5,-4],[28,-2],[-1,-7],[16,-7],[23,11],[5,7],[14,9],[17,4],[9,-3],[5,7],[16,-3],[7,4],[23,-5],[21,6],[1,-6],[9,-2],[9,9]],[[7994,7786],[58,37],[15,19],[19,15],[11,17],[33,25],[9,19],[24,9]],[[8163,7927],[19,12],[2,-4],[26,27],[-3,2],[10,12],[3,-1],[34,22],[4,-1],[22,25],[10,-9],[3,2],[1,-5],[8,-4],[-2,-8],[-5,-1],[3,-5],[35,-2],[-7,8],[-2,11],[5,7],[-6,20],[5,6],[5,-1],[-1,5],[-7,5],[24,3],[13,-7],[9,2],[52,41],[19,22],[0,-13],[12,-14],[10,-3],[4,4],[5,23],[10,15],[-4,5],[4,5],[-2,7],[5,11],[11,-5],[-2,-9],[3,-3],[26,15],[13,0],[16,9]],[[8553,8158],[29,-17],[-1,10],[10,-13],[3,-18],[7,-8],[-2,-12],[-7,-3],[-12,-19],[1,-11],[-5,-6],[0,-7],[-7,-2],[3,-6],[-11,-7],[2,-11],[8,-3],[9,3],[3,8],[-6,6],[7,2],[3,7],[3,-10],[39,-7],[14,-14],[7,-2],[2,6],[10,6],[5,1],[7,-12],[6,13],[12,2],[-6,-5],[6,-11],[4,4],[-2,7],[7,0]],[[4457,8748],[2,-4],[-2,-19],[-19,-11],[3,-2],[-4,-4],[6,-5],[0,-5],[-6,-8],[-3,2],[1,-9],[-5,-2],[-14,8],[1,-11],[6,-10],[-1,-13],[5,-4],[8,7],[3,-20],[17,-7],[3,4],[6,-6],[3,-11],[17,6],[11,-22],[10,-7],[19,3],[-4,-10],[12,-3],[8,-9],[-10,-16],[0,-15],[-5,-8],[3,-9],[7,3],[3,-3],[-6,-6],[9,-6],[-4,-4],[5,-2],[4,-12],[-7,-3],[5,-3],[-5,-4],[-21,0],[-15,-14],[1,-11],[-6,-8],[3,-6],[-11,-19],[4,-5],[-2,-8],[-6,-3],[-10,-24],[-6,-6],[2,-10],[-3,-11],[9,-13],[-5,-7],[-11,3],[1,-7],[-9,-9],[17,-35],[8,-28],[-10,-1],[-8,-13],[-2,-3],[6,-4],[-7,-18],[32,-1],[10,-4],[-2,-20],[5,-11],[-2,-20],[7,-2],[48,11],[10,-2],[4,-13],[19,-5],[1,-10],[-7,-16],[3,-6],[4,3],[8,-4],[3,-13],[-3,1],[-5,-6],[-9,3],[-4,-12],[-6,6],[-3,-7],[-5,3],[-4,-6],[2,-1],[-4,-2],[-3,-6],[6,-13],[0,-23]],[[3974,8439],[18,14],[12,-1],[-1,24],[29,25],[16,-7],[23,-3],[-4,-22],[11,0],[4,-4],[5,2],[1,9],[2,-4],[0,3],[13,5],[5,-4],[1,9],[10,5],[2,9],[10,-7],[3,-7],[8,2],[28,20],[15,23],[15,-6],[17,4],[-21,44],[-13,-4],[-3,-9],[-11,-5],[-20,0],[-4,7],[4,0],[0,5],[14,18],[-11,6],[1,6],[10,13],[-8,13],[7,6],[14,2],[2,5],[8,-3],[8,21],[17,-8],[8,9],[3,11],[6,5],[-10,12],[-6,-4],[-2,2],[5,3],[-3,8],[-3,-1],[7,6],[-3,4],[-9,-1],[10,6],[-18,2],[17,26],[-1,5],[8,15],[-20,7],[-14,0],[2,13],[10,12],[-2,10],[4,2],[-10,5],[4,6]],[[4194,8808],[13,4],[-4,-5],[8,-1],[4,-4],[9,10],[25,-31],[7,0],[2,-7],[8,3],[22,-4],[21,2],[3,4],[1,-4],[8,1],[6,-4],[13,2],[9,-3],[10,5],[15,-3],[14,9],[12,2],[-1,-31],[6,-4],[9,7],[8,-9],[6,6],[15,-4],[4,-5],[10,4]],[[2064,9036],[4,-28],[12,-22],[-2,-4],[-9,0],[-4,-6],[3,-5],[-9,-3],[4,-9],[-11,2],[13,-25],[12,8],[12,15],[4,-6],[6,2],[0,-4],[20,2],[18,-11],[2,4],[11,0],[-2,-3],[7,-11],[16,11],[14,-18],[7,-4],[3,-9],[-5,-14],[-6,-5],[-11,0],[0,-13],[-6,1],[-8,-9],[5,-10],[1,-14],[11,-12],[-4,-2],[-4,5],[-6,-1],[-8,13],[-21,-13],[-18,12],[-19,4],[-10,-5],[-5,3],[-10,-10],[19,-11],[3,-19],[-21,-9],[-13,2],[-7,-3],[8,20],[5,5],[-12,8],[-4,-1],[-10,12],[-2,-2],[-4,16],[-11,14],[-13,-10],[1,7],[-13,33],[-8,6],[-2,6],[1,9],[-4,6],[3,7],[-5,8],[3,6],[3,0],[0,6],[4,-2],[10,14],[7,-3],[-8,14],[4,14],[1,-4],[5,0],[15,16],[13,5],[5,14],[-3,12],[8,3],[15,-5]],[[9443,8045],[3,-12],[2,-7],[2,-9],[2,-7],[1,-6],[2,-7],[0,-2],[2,-7],[2,-8],[2,-9],[1,-6],[2,-7],[1,-10],[2,-7],[2,-11],[2,-9],[3,-13],[2,-12],[3,-13],[2,-10],[2,-6],[2,-7],[1,-1],[3,-10],[2,-7],[3,-13],[2,-6],[3,-10],[1,-5],[0,-2],[2,-7],[2,-5],[1,-5],[2,-11],[3,-12],[1,-5],[3,-15],[1,-3],[4,-6],[3,-6],[1,-3],[0,-1],[2,-8],[2,-5],[0,-1],[2,-5],[1,-4],[2,-8],[1,-3],[3,-9],[4,-11],[2,-7],[3,-9],[1,-4],[3,-10],[1,-4],[2,-7],[4,-11],[3,-11],[3,-9],[2,-5],[0,-2],[3,-8],[5,-12],[3,-9],[1,-2],[1,-3],[3,-7],[1,-3],[4,-10],[4,-10],[2,-6],[2,-7],[3,-10],[3,-8],[2,-7],[1,-4],[4,-13],[2,-9],[1,-3],[1,-4],[2,-7],[3,-10],[3,-10],[1,-5],[2,-7],[2,-4],[2,-6],[3,-9],[3,-10],[3,-9],[1,-3],[2,-4],[2,-9],[5,-13],[4,-14],[3,-9],[2,-8],[4,-10],[3,-7],[4,-12],[3,-9],[3,-5],[3,-8],[5,-3],[5,-3],[6,-4],[8,-4],[5,-3],[7,-4],[3,-9],[3,-10],[1,-4],[-1,-7],[-3,-5],[2,-8],[3,-10],[6,-13],[5,-3],[4,-4],[7,-9],[6,-8],[9,-5],[10,-13],[1,-2]],[[8786,7855],[-2,37],[4,1],[1,4],[9,3],[2,-4],[4,1],[4,6],[6,1],[-1,7],[3,3],[-2,-33],[47,17],[4,31],[13,3],[8,-2],[5,4],[2,-2],[1,4],[6,-3],[9,7],[4,7],[3,-2],[2,7],[5,0],[2,4],[-4,-1],[-1,5],[7,4],[0,5],[-4,10],[3,6],[4,0],[1,7],[16,2],[10,12],[11,-7],[2,4],[6,2],[0,7],[18,7],[3,10],[6,0],[0,9],[6,-2],[-1,4],[5,1],[1,-4],[4,3],[2,-4],[1,7],[20,13],[1,4],[8,2],[0,5],[8,-2],[1,10],[14,-1],[6,3],[3,7],[9,-12],[11,-7],[25,6],[20,-6],[10,5],[8,0],[6,6],[1,-5],[5,4],[5,-3],[2,5],[-3,4],[5,-2],[1,5],[3,-2],[1,6],[4,2],[51,-24],[7,2],[-1,-6],[18,-10],[13,1],[8,7],[20,1],[34,-14],[2,-5],[10,-4],[9,3],[-6,3],[0,9],[14,3],[13,14],[15,-2],[0,-4],[12,3],[3,-11],[26,-11]],[[4694,8809],[1,-20],[-23,-62],[14,-2],[-14,0],[0,-3],[9,-35],[3,-50],[18,-36],[3,-50],[7,-14],[21,-18],[4,-10],[1,-12],[-11,-22]],[[4457,8748],[4,3],[2,23],[28,9],[6,17],[-2,10],[14,-4],[12,-12],[6,12],[7,3],[6,-5],[1,10],[10,12],[11,-2],[2,-7],[7,0],[34,9],[52,3],[-2,-5],[17,7],[-1,-9],[6,-2],[1,-9],[16,-2]],[[4090,8889],[7,-10],[-1,-13],[3,-7],[-9,-8],[4,-2],[6,4],[9,0],[-2,-2],[28,-12],[10,-15],[-1,-4],[21,5],[12,-5],[4,2],[-1,-4],[5,-4],[0,-5],[9,-1]],[[3516,8611],[11,22],[9,30],[-1,14],[3,7],[-7,20],[2,33],[8,9],[12,-3],[-5,-21],[4,0],[-1,-6],[11,5],[0,-6],[-4,3],[-4,-3],[12,-8],[3,1],[-3,9],[7,8],[3,-1],[-5,8],[4,7],[7,-9],[11,-3],[4,10],[7,-2],[1,-4],[1,12],[-15,16],[-1,27],[3,-1],[4,7],[-8,2],[0,4],[4,-1],[3,14],[6,1],[6,21],[24,-6],[2,-5],[4,1],[2,-5],[-4,-2],[7,-12],[13,47],[4,10],[8,4],[1,7]],[[3669,8872],[1,2],[33,-1],[10,14],[18,7],[14,0],[20,-9],[11,-20],[27,8],[15,17],[15,1],[4,9],[7,-1],[14,8],[10,-15],[-4,-8],[-1,-14],[13,-1],[7,6],[7,-4],[18,0],[21,6],[9,-12],[5,2],[-9,15],[22,26],[5,0],[1,8],[4,-1],[2,-6],[14,3],[11,-7],[-2,3],[5,0],[1,-6],[9,-4],[-3,-9],[8,-3],[8,2],[14,19],[14,-10],[7,3],[7,-3],[6,2],[4,-4],[13,-1],[6,-5]],[[7918,8326],[1,-6],[-7,-8],[-9,7],[-4,-1],[-2,4],[-9,-3],[-6,-19],[14,-4],[5,-13],[5,10],[5,0],[28,13],[5,-4],[-13,-1],[-6,-10],[-9,-4],[45,-3],[-3,-6],[7,0],[0,-7],[11,-4],[6,1],[3,6],[1,-6],[-9,-5],[6,-5],[-1,-8],[3,0],[2,6],[12,-6],[-7,-1],[-8,-19],[-6,-1],[-3,-6],[3,-5],[4,2],[4,-6],[3,2],[1,-6],[-2,-3],[-12,5],[-1,-4],[9,-2],[4,-9],[18,6],[1,-10],[8,-6],[1,-7],[23,-8],[0,-3],[-7,-3],[0,-6],[7,3],[12,-3],[5,-41],[17,2],[-1,-17],[6,-3],[3,-29],[4,-4],[-5,-11],[-8,8],[-3,-5],[-7,1],[-9,-16],[-5,8],[-6,-3],[2,-8],[-9,-26],[-2,-16],[11,-2],[8,-7],[10,-1],[0,-11],[13,-7],[30,-8],[10,-11],[4,3],[6,0],[6,-6],[-1,-9],[8,-4],[1,4],[7,0],[11,-6],[6,-8]],[[7281,7946],[55,-10],[5,36],[-19,-1],[5,10],[0,10],[4,3],[-6,14],[2,12],[-6,5],[-4,16],[3,9],[4,0],[2,16],[-8,1],[4,23],[20,-2],[2,9],[18,-5],[17,1],[3,10],[-11,28],[6,11],[4,-5],[-6,-5],[5,-6],[3,7],[9,-4],[9,3],[-7,-7],[2,-3],[3,7],[7,0],[2,-8],[11,-1],[7,-9],[8,6],[0,8],[17,12],[7,14],[12,2],[4,11],[6,-1],[10,-12],[-1,-13],[4,-7],[8,-4],[-1,-6],[6,-4],[1,-10],[24,-15],[8,-2],[40,127],[-13,5],[-17,-7],[-2,5],[3,3],[-3,4],[3,3],[3,-2],[5,32],[34,6],[-5,18],[5,3],[1,14],[-23,31],[10,20],[23,29]],[[7603,8381],[19,-3],[15,-11],[19,0],[-1,7],[13,8],[10,-9],[17,-2],[0,-7],[14,-3],[13,6],[-1,10],[11,22],[2,-7],[-5,-16],[3,-4],[25,11],[16,-22],[9,-1],[8,-13],[6,-3],[12,-20],[15,3],[21,18],[16,-9],[5,8],[2,15],[15,-1],[19,-25],[1,-8],[16,1]],[[6024,8540],[16,-7],[7,-10],[4,3],[0,-12],[12,-14],[8,-4],[-19,-6],[-12,12],[-10,-7],[-6,8],[-5,-3],[-5,5],[-7,-2],[2,-8],[-9,-8],[-6,8],[-4,-6],[0,-10],[10,-8],[-6,-1],[-2,-9],[-16,-6],[3,-12],[-10,-24],[7,-7],[-3,-3],[1,-18],[3,2],[7,-8],[9,-1],[10,-14],[6,5],[32,-11],[-5,-32],[-12,-8],[-11,-6],[-5,3],[-15,-10],[-8,-21],[2,-9],[9,-5],[-3,-9],[6,-3],[-1,-8],[6,-11],[-3,-11],[8,-4],[-3,-4],[3,-7],[5,-3],[5,-10],[5,2],[0,-5],[5,0],[2,-10],[8,-2],[3,3],[3,-4],[-4,-14],[-1,11],[-13,-2],[-13,13],[-1,-7],[10,-10],[0,-11],[-5,-5],[-9,-1],[-7,6],[-4,-5],[-8,4],[-15,-3],[6,-27],[10,3],[2,-17],[-5,-2],[0,-4],[24,7],[1,4],[6,-1],[0,-3],[11,-4],[5,-11],[-1,-5],[-26,2],[-1,-4],[-8,-4],[0,-12],[-5,-2],[1,-5],[-5,8],[-5,-5],[0,-7],[-9,-3],[-3,-17],[10,-4],[23,4],[-10,-62],[6,-1],[-2,-11],[12,-2],[-5,-31],[-2,1],[5,-12],[-5,-1],[0,3],[-3,-3],[-14,-1],[1,-6],[-6,-10],[-8,-3],[4,-12],[15,-16],[-1,-10],[5,-5],[0,-9],[6,-12],[10,-6],[1,-9],[5,-5],[0,-10],[8,-6],[5,-29],[28,-14],[10,-21],[1,-16],[11,5],[3,13],[16,3],[2,-3],[-13,-8],[8,-19],[-18,-12],[8,-2],[5,6],[19,0],[10,-15],[9,0],[1,-11],[-12,-4],[-1,-13],[-6,0],[-15,-8],[-3,-8]],[[5440,8478],[8,10],[16,-7],[8,10],[4,0],[-4,13],[10,-1],[0,-6],[15,-13],[2,-7],[8,-1],[0,5],[6,3],[35,-18],[3,15],[11,4],[8,24],[20,-4],[14,9],[4,-8],[2,2],[-3,3],[8,8],[7,-4],[-2,4],[6,1],[9,-16],[5,7],[-3,15],[15,9],[4,7],[18,-15],[8,4],[3,9],[-23,13],[0,11],[8,15],[14,7],[1,7],[8,0],[3,-6],[31,8],[2,-4],[9,2],[11,24],[-1,9],[16,4],[26,-10],[8,3],[1,-4],[27,-14],[7,-8],[7,2],[5,-4],[3,4],[-6,9],[-1,26],[17,-1],[9,-9],[17,-1],[10,20],[11,3],[-2,14],[7,3],[0,21],[11,14]],[[5921,8698],[8,-1],[6,4],[4,-5],[10,7],[-2,-7],[4,-6],[1,7],[7,1],[-1,-4],[8,-4],[-3,-3],[-1,-11],[-5,2],[-1,-8],[3,-2],[2,6],[12,3],[-4,-7],[3,-1],[1,-10],[9,-5],[-3,-3],[4,-3],[-3,-2],[2,-4],[3,0],[2,6],[14,0],[3,-2],[-6,-4],[7,-5],[-1,-12],[7,6],[9,-2],[-6,-5],[7,-4],[-13,-5],[0,-5],[4,-2],[-4,-4],[2,-4],[-8,-10],[12,-10],[-5,-1],[-1,-4],[8,-7],[0,-14],[8,-14]],[[2603,8964],[-2,-12],[-11,-7],[-2,-8],[-6,-4],[9,-8],[0,-12],[13,3],[3,-20],[-1,-13],[-6,-1],[2,-10],[18,-10],[8,-25],[7,-4],[11,0],[2,-33],[-2,-5],[5,1],[4,-5],[-7,-6],[2,-14],[14,3],[11,-9],[-5,-25],[-6,-1],[0,-28]],[[2664,8711],[-1,-9],[6,1],[-5,-8],[10,7],[1,-5],[8,-5],[-4,-12],[3,-10],[-5,-7],[-9,-2],[-3,-9],[3,-25],[-11,-12],[-3,-9],[5,-17],[1,5],[3,-7],[8,-2],[-11,0],[6,-7],[4,1],[2,-6],[0,-7],[-6,-8],[4,-14],[-6,-2]],[[1665,8956],[3,1],[1,1],[2,1],[9,5],[3,1],[1,1],[2,1],[6,2],[4,2],[7,3],[9,3],[9,3],[2,0],[5,1],[12,3],[7,1],[2,0],[12,2],[19,2],[1,0],[5,0],[18,2],[11,1],[16,3],[5,0],[10,2],[8,2],[12,3],[14,2],[18,4],[2,1],[3,1],[2,1],[6,2],[14,4],[4,1],[3,2],[1,0],[1,0],[4,2],[2,1],[10,4],[1,0],[6,3],[3,0],[8,4],[4,2],[1,0],[2,1],[9,5],[5,3],[1,0],[1,1],[3,2],[4,2],[6,4],[4,3],[6,3],[3,1],[3,2],[7,4],[4,3],[3,2],[6,6],[9,6],[3,2],[2,2],[4,2],[2,3],[9,7],[4,4],[2,2],[9,8],[2,2]],[[2086,9116],[2,-2],[6,8],[0,-7],[8,-8],[4,0],[-4,4],[2,2],[20,-7],[8,9],[-1,17],[21,7],[0,-3],[4,0],[9,-7],[-2,-7],[8,-8],[4,3],[6,-3],[10,3],[7,-14],[9,-44],[6,0],[5,-8],[43,12],[5,4],[-1,12],[5,0],[-2,8],[4,4],[-3,4],[8,4],[7,-14],[15,-4],[-1,-5],[-17,6],[-2,-3],[5,-11],[10,-3],[1,-12],[-11,-5],[0,-9],[-5,-1],[0,-9],[-6,1],[-3,-11],[2,-7],[-4,-1],[-1,-6],[50,-13],[-2,-17],[-16,-10],[-14,-28],[25,-6],[14,10],[12,1],[1,4],[3,1],[19,3],[5,-4],[6,6],[-3,24],[13,2],[23,-5],[24,-18],[13,0],[0,-4],[2,0],[-2,-2],[3,-8],[-5,2],[-8,-4],[-1,-13],[-5,2],[-2,-3],[1,-9],[-5,2],[-6,-13],[-5,0],[11,-11],[16,3],[3,-7],[40,7],[1,13],[5,7],[-6,5],[-1,7],[12,20],[23,4],[-1,-11],[24,-1],[1,-17],[4,-1],[15,11],[9,-3],[10,4],[-5,21],[12,19],[1,6],[16,-3],[1,-7],[5,-7]],[[5083,8765],[14,-6],[24,-46],[-31,-14],[-4,-13],[12,-10],[5,2],[29,-24],[7,4],[7,-15],[1,-5],[-11,0],[-5,-8],[-8,-3],[10,-18]],[[4694,8809],[1,11],[7,13]],[[4702,8833],[26,-6],[10,8],[10,-2],[19,19],[13,-15],[6,13],[30,20],[6,-7],[7,7],[14,-17],[13,11],[11,16],[28,-8],[18,-11],[-4,-13],[10,-7],[-2,-7],[6,-5],[-2,-7],[14,-8],[9,3],[5,11],[11,4],[10,-19],[18,0],[5,5],[0,-5],[17,5],[4,-14],[6,-3],[12,24],[8,-19],[36,9],[9,-17],[-2,-7],[3,0],[-7,-15],[4,-2],[-4,-5],[4,-4]],[[7318,8498],[-27,-23],[5,-5],[-7,-2],[7,-12],[-3,-1],[5,-10],[10,1],[8,-6],[4,-9],[-3,-13],[5,-5],[3,1],[5,-5],[9,5],[3,-2],[-6,-6],[0,-14],[5,-18],[5,-2],[2,4],[-2,-7],[11,-13],[0,-21],[3,1],[4,14],[3,-10],[6,-5],[4,1],[1,-9],[8,-10],[18,20],[18,8],[22,-1],[19,-9],[5,7],[-2,3],[2,5],[4,1],[2,9],[14,3],[6,-2],[6,6],[3,-8],[5,-2],[10,-1],[3,3],[1,-2],[10,4],[13,21],[9,2],[4,-4],[0,5],[4,-6],[5,0],[1,-6],[2,9],[4,3],[8,-3],[2,5],[19,-6]],[[6965,8173],[0,11],[-10,10],[1,10],[-6,7],[3,5],[8,-4],[8,8],[8,-4],[6,6],[-6,6],[0,7],[-8,4],[0,15],[-4,12],[-21,1],[-9,25],[-23,46],[25,23],[51,100]],[[6988,8461],[19,36],[25,-3],[9,-34],[14,9],[20,-2],[24,7],[-7,14],[-9,2],[-4,7],[3,2],[10,-10],[1,26],[21,9],[25,5],[34,28],[18,-25],[19,24],[34,3],[23,-48],[28,15],[23,-28]],[[6943,8630],[4,-67],[16,3],[3,-14],[2,4],[5,0],[13,-13],[-9,-15],[5,-5],[-4,-1],[3,-2],[-3,-3],[-1,-12],[-11,-8],[3,-3],[-3,-3],[7,-2],[0,-9],[-7,3],[-2,-5],[6,-8],[4,5],[3,-2],[-5,-6],[4,-4],[12,-2]],[[6024,8540],[-2,9],[56,18],[14,-30],[44,10],[-2,16],[14,15],[-10,12],[39,33],[5,8],[-2,9],[58,13],[-2,14],[-11,1],[-7,19],[-12,-2],[-5,19],[17,5],[5,27],[11,8],[33,-21],[10,-4],[12,2],[4,-3],[-1,-8],[-6,3],[-2,-4],[6,-1],[0,-4],[4,2],[4,-5],[5,1],[-3,-2],[5,-3],[-4,-6],[4,1],[4,-5],[-4,0],[-1,-3],[25,-2],[2,-5],[-9,-32],[5,-24],[36,-8],[4,-9],[-10,-11],[5,-11],[21,4],[3,8],[-2,5],[5,-3],[0,7],[4,3],[8,-6],[10,-15],[-2,-6],[11,3],[4,-5],[19,-6],[2,7],[12,-4],[9,2],[18,-7],[11,2],[4,-7],[5,2],[0,15],[5,13],[13,-4],[8,-7],[54,30],[3,34],[-5,4],[7,7],[5,0],[11,15],[10,-8],[5,9],[-8,17],[30,2]],[[6642,8693],[5,-5],[-4,-3],[9,-40],[-4,-6],[4,-12],[19,-12],[5,-1],[1,4],[16,-11],[12,-1],[12,27],[12,-6],[9,10],[26,-9],[9,-10],[9,-1],[25,36],[47,-37],[19,21],[5,12],[19,16],[12,-2],[4,4],[6,-8],[-12,-7],[8,-35],[8,1],[-3,10],[23,2]],[[8635,8434],[4,-12],[-6,-13],[-1,-6],[5,-6],[-6,-8],[11,-22],[-7,-31],[-19,-20],[-4,-11],[-29,-25],[-2,-17],[2,-33],[-23,-62],[-7,-10]],[[7918,8326],[-1,3],[20,13],[33,-2],[14,-5],[19,0],[-9,18],[18,11],[-1,18],[-15,-6],[-7,5],[1,-8],[-4,-4],[-11,5],[4,10],[-3,4],[-21,12],[8,8],[3,12],[5,3],[-24,15],[5,4],[-6,22],[18,18],[-6,8],[8,9],[6,34],[27,10],[-5,16],[-8,4],[5,0],[-2,5],[14,-8],[6,10],[15,3]],[[8024,8573],[3,1],[3,-8],[11,4],[-2,7],[8,1],[1,-9],[16,2],[9,-9],[28,-35],[-8,-35],[28,-1],[-7,-8],[3,-3],[-4,-6],[6,-8],[2,6],[13,-7],[12,24],[8,-11],[8,0],[0,-7],[5,4],[11,-10],[8,-1],[-5,-6],[6,-14],[26,17],[4,-8],[14,9],[5,-9],[7,2],[1,-2],[9,7],[14,1],[24,10],[3,-9],[-16,1],[-4,-3],[3,-22],[6,1],[1,7],[3,2],[3,-5],[-5,-2],[5,-4],[0,-24],[7,-11],[27,16],[-1,-17],[4,-10],[12,-2],[1,-4],[7,-5],[9,0],[10,-6],[2,16],[8,3],[6,-9],[3,2],[4,-4],[3,5],[8,-4],[3,7],[11,-1],[1,-11],[8,-2],[11,12],[10,4],[2,7],[6,0],[-4,12],[8,11],[13,3],[-1,7],[16,-1],[-2,13],[-3,1],[4,11],[5,0],[6,7],[14,-2],[21,21],[1,-3],[12,4],[0,-4],[38,6]],[[8580,8485],[5,1],[3,-6],[14,-6],[33,-40]],[[5311,9008],[13,-3],[6,-9],[6,2],[2,-5],[8,7],[10,-3],[3,-6],[10,2],[4,-19],[0,-9],[-11,0],[-2,-11],[-6,-3],[-13,0],[0,-8],[-8,-14],[7,0],[-3,-13],[10,2],[3,6],[4,0],[8,-9],[5,5],[2,-29],[-11,-2],[8,-6],[-10,4],[-3,-6],[21,-4],[-3,-2],[0,-15],[-23,-7],[-7,-7],[-5,6],[-5,-3],[-4,-6],[10,-9],[15,-12],[-37,-17],[1,-4],[-5,-4],[-4,4],[-17,-3],[-34,14],[-11,-5],[-6,13],[-8,7],[-7,20],[11,0],[2,9],[12,7],[-6,11],[4,1],[-8,46],[10,0],[3,23],[7,-3],[19,2],[4,-5],[16,-1],[-1,4],[6,0],[13,19],[2,-2],[1,5],[-20,4],[-1,8],[6,3],[-4,1],[2,3],[-7,9],[-2,13],[6,1],[1,13],[5,0],[6,-10]],[[4806,9047],[8,-31],[-2,-30],[-12,-31],[-17,-30],[-12,-13],[-41,-25],[-28,-54]],[[4090,8889],[3,0],[-10,15],[11,4],[2,13],[9,6],[9,22],[8,5],[-4,4],[4,8],[11,8],[0,3],[24,5],[15,11],[23,28],[30,-6],[14,18],[12,7],[22,5],[4,-2],[-2,-9],[13,12],[12,-1],[3,3],[-3,12],[5,1],[-1,3],[8,0],[1,7],[10,10],[-6,20],[9,2],[1,-9],[13,-5],[9,3],[3,-3],[7,7],[-4,14]],[[4355,9110],[4,3],[-1,8],[3,11],[7,7],[4,3],[10,-3],[12,4],[7,-1],[-3,-6],[5,-9],[-4,-1],[4,-12],[-3,1],[6,-9],[8,-4],[1,8],[9,3],[8,-3],[7,-10],[-3,-4],[6,-10],[9,-2],[7,7],[14,-13],[-1,-4],[7,-8],[-6,-4],[-3,-6],[-5,0],[10,-4],[-3,-8],[19,-3],[2,3],[11,-6],[2,8],[4,0],[-3,19],[51,18],[-3,21],[14,4],[4,-5],[22,49],[16,-1],[7,-10],[13,-3],[21,14],[8,8],[19,-2],[17,-8],[11,-22],[21,-14],[12,-15],[24,7],[13,-4],[10,-24],[2,-17],[8,-10],[10,-4]],[[3619,9174],[-1,-6],[-8,-2],[7,-16],[-6,0],[-3,-28],[-6,0],[0,-3],[-4,5],[-6,-6],[-8,1],[-8,-32],[5,-1],[1,-7],[12,-8],[-12,-15],[-1,-9],[8,-10],[4,-17],[-6,-15],[-18,-19],[-3,-14],[2,-2],[17,3],[-7,-8],[7,-11],[-5,-1],[2,-9],[10,6],[2,-12],[-22,-47],[-4,2],[-10,-11],[-9,-1],[9,-6],[5,3],[11,12],[1,7],[5,3],[2,-2],[-7,-20],[-11,-4],[-2,-8],[6,8],[9,0],[13,24],[0,7],[3,-1],[9,8],[4,8],[14,-11],[-2,-8],[3,-1],[-6,-16],[11,-4],[-4,-5],[4,-3],[4,2],[3,-5],[9,17],[16,-5],[11,-9]],[[2664,8711],[7,5],[0,16],[30,3],[2,-3],[4,7],[12,7],[5,9],[10,1],[5,11],[0,6],[7,-11],[13,10],[17,24],[8,-3],[8,-9],[11,10],[-3,8],[4,18],[-13,-4],[-4,12],[20,2],[2,3],[3,-2],[8,2],[3,-3],[6,5],[8,-6],[3,3],[3,-2],[1,3],[2,-2],[-3,8],[-2,47],[38,4],[3,6],[-3,7],[10,2],[11,21],[-1,8],[-16,18],[3,1],[-2,17],[6,41],[-5,9],[16,13],[-3,5],[4,4],[-3,4],[4,6],[-2,1],[1,17],[-5,11],[13,-6],[7,1],[-5,3],[3,4],[-3,4],[6,14],[2,-3],[10,1],[-1,4],[8,3],[-2,5],[6,2],[5,-14],[9,0],[10,-10],[6,-21],[17,-7],[15,3],[8,-6],[0,-8],[9,1],[23,15],[6,-1],[31,26],[20,5],[10,9],[10,-1],[5,-10],[17,-10],[5,-7],[14,-6],[3,4],[2,-3],[-1,3],[10,18],[4,-4],[5,4],[6,-4],[3,6],[-5,3],[6,7],[20,-1],[1,-31],[8,-1],[0,-2],[4,2],[-1,-5],[-7,-1],[6,-17],[-13,-3],[16,-31],[-12,-6],[7,-14],[0,-11],[8,-1],[3,5],[-4,3],[20,7],[9,-5],[3,15],[14,7],[4,7],[10,1],[0,8],[5,-2],[-5,18],[5,-1],[2,7],[-2,20],[-5,11],[6,1],[4,-8],[7,1],[-2,10],[-7,8],[6,3],[-1,15],[14,7],[-1,3],[9,1],[5,20],[-3,10],[5,4],[-14,6],[8,6],[-3,11],[5,13],[-4,1],[-3,8],[11,10],[3,-5],[5,2],[3,-7],[20,18],[-16,17],[-1,8],[8,22],[10,12],[6,0],[6,28],[5,-1],[-3,-8],[6,-3],[20,1],[1,-4],[6,1],[-2,4],[4,1],[-5,8],[15,2],[5,-6],[6,0],[0,-4],[3,1],[6,-10],[-1,6],[10,1],[10,27],[7,0]],[[3469,9325],[19,-23],[5,0],[7,-10],[-4,-5],[12,2],[4,5],[12,-3],[-3,-29],[12,-40],[-2,-13],[7,-3],[1,9],[12,3],[34,-7],[5,13],[-1,11],[7,-1],[2,-16],[15,-10],[-3,-7],[1,-13],[8,-14]],[[5921,8698],[-3,6],[-3,0],[0,4],[-7,-1],[4,8],[-7,14],[2,9],[-5,1],[2,5],[-8,9],[1,4],[-5,0],[-3,6],[-5,-5],[-3,3],[-12,-7],[0,5],[-10,-1],[1,8],[-7,0],[-5,7],[3,3],[-5,8],[3,6],[-7,6]],[[5842,8796],[-4,4],[0,6],[-5,-2],[1,3],[-9,2],[-12,-5],[1,7],[-4,2],[4,6],[-5,0],[3,3],[-5,2],[9,18],[-7,1],[-2,5],[9,1],[-5,10],[3,-2],[2,5],[4,-1],[-4,7],[7,0],[4,9],[5,-2],[-1,-3],[9,-1],[3,6],[2,-6],[5,2],[4,-3],[2,10],[4,-8],[4,4],[-1,5],[5,1],[-3,5],[3,4],[-8,8],[13,9],[9,-6],[2,-13],[5,1],[0,-4],[8,-2],[3,-16],[-9,-1],[2,-4],[32,-2],[-6,11],[15,0],[7,7],[1,-2],[10,7],[-2,-12],[5,-1],[1,-5],[7,-4],[-3,-8],[7,-9],[1,7],[23,6],[-13,39],[13,0],[58,16],[10,-23],[24,11],[2,-6],[4,3],[9,-1],[7,-8],[26,-10],[5,3],[1,8],[-4,0],[1,4],[4,0],[1,6],[4,0],[6,-5],[-2,-9],[19,-2],[-1,-6],[15,-1],[1,11],[14,0],[7,31],[0,17],[-13,0],[2,22],[43,-4],[0,-11],[22,4]],[[6256,8947],[1,-6],[11,0],[3,-17],[40,-8],[10,-12],[9,-2],[5,-7],[14,2],[5,-13],[17,9],[12,-2],[6,5],[10,-6],[5,15],[13,-2],[0,4],[4,4],[4,-6],[12,9],[16,-19],[85,33],[16,-21],[12,5],[7,11],[9,-2],[3,6],[9,6],[23,-41],[-4,-3],[43,-73],[4,-10],[-6,-25],[24,-11],[-4,-20],[4,-1],[-16,-50],[-19,2],[-1,-8]],[[2886,9411],[5,2],[5,-3],[7,5],[11,1],[7,-6],[16,-3],[2,-5],[12,-2],[-2,-8],[2,-19],[21,-1],[2,-5],[-4,-6],[4,-3],[1,-13],[-3,-4],[-10,0],[-4,-8],[-6,5],[0,-3],[-10,1],[-29,-15],[21,-10],[0,-4],[-5,-9],[-14,-7],[-10,7],[2,-4],[-5,-1],[-14,16],[6,5],[-3,7],[6,10],[-15,2],[-2,6],[-58,13],[1,8],[7,4],[18,34],[0,14],[23,-16],[5,21],[10,4],[0,-10]],[[8983,8602],[2,-28],[-39,-26],[5,-13],[-15,-34],[20,-3],[-1,17],[13,0],[1,-15],[23,0],[2,25],[17,0],[-1,-15],[-4,-3],[-3,-12],[16,-12],[63,14],[39,-24],[10,16],[27,-17],[17,10],[14,0],[0,-6],[14,-5],[-1,-3],[5,0],[2,-4],[-14,-1],[-3,-5],[37,-5],[5,-10],[10,-3],[-6,-8],[10,-7],[-4,-4],[3,-6],[3,3],[3,-2],[-3,-8],[9,-2],[2,-12],[5,0],[6,-9],[8,13],[40,-12],[15,22],[11,-7],[13,9],[7,12]],[[9366,8422],[1,-9],[2,-9],[2,-12],[2,-9],[1,-6],[2,-11],[2,-10],[2,-11],[-1,-11],[3,-5],[7,-7],[3,0],[4,1],[5,-2],[1,-1],[1,0],[3,-8],[-4,-6],[0,-4],[1,-5],[3,-7],[-1,-9],[-4,-12],[0,-1],[0,-8],[-1,-14],[0,-12],[0,-2],[-1,-15],[1,-10],[1,-5],[1,-9],[0,-5],[1,-7],[0,-10],[1,-3],[4,-5],[6,-7],[8,-10],[2,-2],[4,-6],[9,-11],[1,-13],[1,-6],[1,-7],[1,-12],[0,-5],[-1,-13],[0,-9],[1,-5],[2,-12]],[[8635,8434],[10,10],[7,-10],[12,11],[-2,3],[11,4],[5,-10],[30,27],[1,-5],[4,7],[-5,7],[8,7],[-6,-2],[-3,7],[-10,2],[-3,5],[2,7],[-6,8],[5,-1],[-1,4],[13,-7],[36,4],[-15,48],[42,26],[8,-13],[4,6],[62,15],[16,-6],[11,5],[22,-10],[87,26],[3,-7]],[[4374,9291],[10,-3],[11,4],[19,-1],[10,-5],[2,6],[21,2],[-1,3],[4,-1],[8,8]],[[4458,9304],[1,-2],[7,-7],[7,-6],[2,-2],[5,-4],[2,-1],[3,-2],[2,-2],[3,-2],[3,-2],[3,-1],[3,-2],[4,-2],[2,-1],[2,0],[3,-1],[3,-1],[3,0],[3,0],[2,1],[2,1],[5,3],[5,0],[9,-4],[2,-1],[3,-2],[0,-1],[2,-2],[1,-2],[1,-2],[3,-7],[2,-5],[2,-3],[1,-1],[1,-2],[2,-2],[6,-6],[3,-4],[2,-1],[14,-11],[1,-1],[2,-1],[3,-2],[2,0],[2,-1],[2,-1],[3,-1],[2,0],[3,-1],[2,0],[4,0],[14,-2],[15,-3],[7,-2],[16,-8],[16,-7],[4,-3],[4,-1],[3,-1],[7,-4],[18,-6],[2,-1],[3,0],[12,-3],[6,-2],[4,-1],[6,-1],[8,0],[2,-1],[6,0],[11,-1],[5,0],[1,0],[2,0],[1,1],[2,0],[2,0],[1,1],[6,4],[3,2],[1,0],[1,1],[1,2],[1,1],[1,1],[1,2],[0,1],[0,3],[-2,-1],[8,7]],[[4812,9185],[2,-9],[-15,-82],[7,-47]],[[4355,9110],[-1,5],[-7,3],[-2,8],[-11,1],[-10,9],[11,26],[-5,11],[-7,5],[-3,-3],[-12,4],[6,33],[-18,14],[36,26],[0,13],[-23,1],[6,17],[-5,1],[15,30],[-15,0],[-6,6],[12,-1],[2,7]],[[4318,9326],[3,7],[7,-3],[8,-17],[8,-7],[8,11],[4,-2],[2,-12],[-8,1],[-1,-3],[18,1],[7,-11]],[[2086,9116],[5,5],[6,7],[2,2],[8,8],[9,8],[2,2],[1,2],[1,0],[2,3],[10,10],[2,2],[2,1],[4,6],[3,3],[3,3],[3,5],[11,11],[6,6],[4,5],[3,3],[2,3],[10,12],[4,5],[2,3],[8,11],[6,8],[4,6],[4,6],[2,3],[5,8],[4,7],[7,11],[6,9],[2,4],[1,3],[3,5],[7,10],[2,0],[1,1],[3,1],[6,4],[0,1],[1,1],[2,3],[1,1],[1,1],[1,1],[7,15],[5,11],[4,7],[5,8],[2,5],[8,13],[1,2],[2,3],[2,3],[2,2],[8,8],[7,9],[6,6],[6,7],[3,2],[11,11],[2,2],[2,2],[2,1],[6,4],[8,6],[1,0],[4,3],[2,1],[0,1],[9,9],[3,2],[3,3],[2,2],[0,1],[2,2],[1,1],[4,3],[1,0],[1,1],[1,1],[5,2],[4,2],[4,1],[5,1],[2,1],[3,1],[3,1],[4,2],[7,4],[5,2],[8,4],[15,6],[8,3],[2,0],[2,1],[14,3],[2,1],[5,1],[7,1],[5,1],[5,1],[3,1],[4,1],[6,2],[8,2],[1,1],[4,1],[1,0],[3,0],[2,0],[4,0],[1,0],[7,1],[2,0],[5,1],[1,0],[1,0],[1,0]],[[2570,9542],[13,-25],[27,-28],[8,-13],[1,-5],[-7,-5],[-2,-13],[14,-35],[10,-16],[-2,-3],[6,3],[12,-5],[14,5],[0,-5],[6,0],[1,-7],[10,2],[2,4],[-1,-17],[6,-9],[2,7],[8,-14],[-3,-1],[4,-9],[-7,-4],[1,-5],[19,-26],[-2,-11],[-15,-28],[16,-18],[0,-11],[18,-28],[-1,-7],[-7,-7],[-7,-4],[1,6],[-6,1],[-1,-10],[-16,-3],[-13,3],[1,-18],[7,1],[12,-24],[-5,-14],[1,-11],[-10,-23],[24,-4],[0,-4],[16,-10],[0,-14],[10,-24],[-2,-34],[3,-8],[-34,-26],[-11,2],[-11,-7],[-13,1],[-15,-7],[-9,2],[-12,-12],[-6,4],[-7,-8],[-15,1]],[[4374,9291],[4,9],[-5,6],[2,10],[5,6],[-9,7],[15,12],[1,10],[15,2],[8,-3],[0,6],[18,6]],[[4428,9362],[0,-3],[0,-2],[1,-2],[0,-4],[1,-2],[2,-4],[1,-3],[1,-3],[1,-2],[6,-11],[1,-1],[1,-2],[1,-1],[3,-5],[1,-2],[2,-2],[2,-2],[4,-6],[2,-1]],[[3619,9174],[15,-1],[14,19],[9,7],[4,-4],[4,7],[-7,8],[12,18],[-9,14],[6,30],[14,7],[13,0],[0,-3],[9,-4],[13,-2],[9,-12],[24,11]],[[3749,9269],[4,4],[18,-3],[25,7],[1,9],[3,-2],[15,6],[8,7],[3,9],[12,5],[18,-6],[4,2],[15,-13],[4,4],[16,-7],[8,4],[-3,5],[16,10],[18,1],[28,-9],[11,8],[0,-29],[7,1],[5,-6],[0,3],[17,4],[-1,-6],[10,-2],[-3,-7],[4,-2],[11,10],[25,7],[24,31],[22,3],[1,6],[-4,1],[13,4],[11,-7],[-4,-17],[19,-9],[13,12],[5,-7],[8,0],[-1,-2],[11,-4],[21,7],[-4,-3],[6,-5],[1,4],[6,2],[11,-8],[8,3],[7,13],[9,5],[-2,6],[27,-1],[10,3],[2,12],[18,20],[-1,12],[-8,5],[-5,11],[3,3]],[[4275,9383],[10,6],[1,-17],[19,-12],[6,-10],[-5,-8],[12,-16]],[[5083,8765],[20,19],[19,41],[-2,14],[-8,4],[0,11],[7,4],[5,9],[15,8],[11,11],[33,7],[7,14],[-1,19],[-10,16],[3,11],[-13,16],[-4,20],[-11,14],[-8,3],[-28,24],[5,19],[33,30],[124,36],[220,124]],[[5500,9239],[-12,-95],[4,-10],[9,-6],[-18,-44],[23,-14],[6,-9],[1,-20],[25,1],[6,-22],[24,5],[0,4],[12,-6],[26,-3],[9,-6],[-4,-14],[4,-1],[2,4],[15,-2],[0,-9],[13,-4],[-4,-11],[4,-24],[-12,-1],[0,-5],[8,0],[2,-12],[-4,-14],[7,-1],[2,-17],[-4,-1],[4,-37],[26,-4],[4,-11],[-9,-18],[-11,3],[-5,-13],[-3,6],[-3,-5],[-7,1],[-5,-4],[-10,8],[3,-11],[-12,6],[-14,-7],[9,-4],[1,-5],[-5,1],[-2,-6],[6,-8],[-6,-2],[-10,3],[0,-3],[-5,-2],[-2,3],[-2,-6],[3,-1],[-6,-7],[19,0],[1,-8],[12,-4],[3,-20],[4,0],[2,11],[5,-1],[9,8],[12,-9],[-1,-9],[13,-6],[17,13],[16,-5],[11,25],[13,0],[0,4],[8,0],[0,-9],[9,0],[0,8],[15,1],[0,5],[11,-3],[-6,-10],[21,-3],[0,10],[14,11],[4,-5],[47,13]],[[7318,8498],[23,11],[0,12],[16,14],[17,8],[23,-2],[14,21],[-1,37],[-3,2],[-2,-8],[-4,3],[8,42],[-9,27],[21,15],[3,13],[-2,12]],[[7422,8705],[8,4],[3,8],[-3,9],[-5,0],[-3,12],[4,1],[3,-7],[8,3],[5,-3],[5,13],[14,15],[24,7],[21,-5],[2,2],[23,-22],[34,-2],[16,-7],[8,1],[6,6],[9,-4],[1,-5],[9,9],[11,0],[3,-2],[-1,-8],[6,-6],[4,4],[4,-4],[34,0],[9,15],[13,-1],[22,-11],[21,-5],[6,-6],[12,9],[20,33],[6,5],[4,-1],[8,25],[-4,2],[0,4],[6,1],[3,-4],[14,4],[7,-3],[17,6],[6,8],[4,0],[-1,-7],[35,7],[1,7],[-4,-1],[0,3],[4,1],[0,10],[-6,-2],[2,4],[1,-2],[-2,7],[5,0],[-5,0],[2,30]],[[7881,8862],[9,0],[20,11],[12,-15],[24,11],[31,-4],[27,13]],[[8004,8878],[1,-4],[10,-1],[-20,-67],[-27,-11],[38,-43],[2,-12],[11,-1],[7,-10],[13,-6],[19,-52],[14,-13],[-3,-8],[-8,3],[-9,-3],[-5,-14],[5,-1],[-2,-3],[-19,1],[-22,-7],[6,-14],[-7,-12],[7,-2],[0,-16],[9,-9]],[[6176,9256],[15,-14],[1,-6],[-6,2],[0,-6],[12,-28],[-2,-8],[-32,-36],[-2,-1],[-2,4],[-7,-10],[-20,3],[-6,-7],[6,-2],[1,4],[6,0],[-4,-11],[5,-1],[-11,-35],[5,-3],[-4,-14],[10,2],[-1,-11],[-6,-11],[-3,1],[-8,-30],[48,-6],[12,-10],[27,-13],[15,-18],[16,-9],[10,-12],[5,-23]],[[5500,9239],[12,105]],[[5512,9344],[22,-3],[10,-2],[15,-1],[15,-2],[4,0],[3,-1],[9,-1],[5,-1],[7,0],[7,-1],[9,-1],[7,-1],[8,-1],[8,-1],[10,-1],[8,-1],[8,-1],[3,-1],[4,0],[1,1],[13,-2],[4,-1],[7,-1],[4,-1],[4,-1],[8,-1],[5,0],[11,-2],[9,-2],[6,-1],[15,-2],[7,-1],[7,-1],[10,-1],[10,-1],[3,-1],[7,-1],[2,-1],[4,0],[6,-1],[8,-1],[7,-2],[13,-1],[4,-1],[11,-2],[2,0],[8,-2],[10,0],[8,-1],[7,0],[6,-1],[13,0],[7,-2],[3,-1],[4,1],[4,0],[12,-2],[14,-2],[15,-2],[14,-2],[8,-1],[2,0],[11,-2],[13,-2],[4,0],[9,-1],[3,-1],[11,-2],[14,-2],[8,-2],[3,0],[5,-1],[6,-1],[10,-1],[10,0],[10,-1],[2,-1],[12,-2],[14,-1],[14,-3],[15,-1],[5,-1]],[[4812,9185],[4,3],[8,-7],[7,-11],[2,-3],[1,-1],[5,-2],[7,-4],[2,0],[2,-1],[4,-1],[4,0],[2,0],[3,0],[15,-1],[4,0],[3,0],[17,0],[15,1],[4,0],[3,0],[5,0],[3,0],[18,1],[3,1],[12,0],[10,1],[8,1],[12,1],[8,1],[13,1],[13,1],[8,1],[8,1],[10,2],[17,2],[2,0],[4,0],[7,1],[14,2],[11,2],[13,2],[6,1],[16,4],[13,2],[13,3],[9,2],[11,3],[4,1],[5,1],[6,2],[8,2],[8,2],[17,5],[8,3],[14,4],[5,2],[8,3],[3,1],[2,0],[5,3],[14,5],[6,2],[4,2],[14,5],[3,2],[8,3],[13,6],[7,3],[7,4],[14,7],[3,2],[13,7],[10,6],[14,8],[3,1],[8,6],[7,5],[2,1],[2,1],[8,5],[9,7],[8,6],[5,3],[12,10],[7,6],[4,4],[3,3],[4,3],[6,5],[1,1],[1,-1],[3,-4],[4,-3],[1,0]],[[8339,8913],[-5,-2],[7,-2],[4,-11],[16,0],[1,-6],[5,2],[0,-7],[-9,-1],[3,-10],[12,-15],[3,-18],[18,-2],[-3,-8],[4,-1],[-3,-3],[4,-9],[7,0],[1,-17],[34,7],[-3,7],[13,8],[3,-17],[8,-8],[11,-28],[7,-12],[16,-9],[-1,-25],[-10,-2],[-2,-9],[-12,-2],[-7,-6],[1,-14],[-3,-10],[-5,-3],[3,-23],[33,-12],[37,-28],[1,-15],[9,-26],[11,-9],[5,-46],[7,-4],[11,-24],[9,-8]],[[8004,8878],[-3,17],[4,-3],[6,3],[1,15],[8,-12],[11,7],[11,0],[-2,-6],[28,-23],[-1,-2],[5,5],[10,3],[2,5],[7,-6],[-6,-3],[11,-7],[6,9],[3,-4],[-3,-5],[11,-8],[-1,-9],[-6,1],[0,-4],[2,-10],[5,-3],[12,22],[30,36],[59,-15],[23,2],[-10,22],[31,18],[16,-8],[1,4],[12,4],[8,-4],[8,2],[12,14],[8,-12],[6,1],[10,-11]],[[7081,9140],[-11,-8],[7,-30],[-19,-7],[1,-14],[-16,-3],[-1,3],[-13,-6],[0,3],[-5,-1],[4,-7],[-5,-3],[4,-8],[-4,-3],[8,-8],[1,-9],[13,1],[5,-9],[-4,1],[1,-6],[-5,2],[-2,-16],[-27,1],[-1,-5],[-10,2],[-3,-3],[-17,33],[-10,2],[-2,7],[-9,7],[-3,-2],[-5,-48],[-35,4],[2,-6],[-8,-14],[-6,2],[-15,-41],[12,-12],[3,3],[10,-8],[-3,-7],[4,-22],[-11,-8],[2,-25],[-14,1],[-3,-18],[7,-3],[-5,-17],[1,-21],[-8,-3],[0,-8],[4,-2],[-7,-8],[1,-13],[12,-3],[22,9],[10,-15],[29,-26],[14,-24],[-8,-2],[-3,4],[-30,-15],[19,-37],[-16,-14],[9,-11],[1,-16]],[[6176,9256],[1,0],[6,-1],[4,0],[7,-1],[14,-4],[12,-4],[5,-1],[13,-2],[6,-1],[3,-1],[11,-1],[8,0],[9,-2],[13,-3],[6,-2],[7,-2],[14,-1],[6,-1],[13,-2],[10,-1],[6,-2],[10,-1],[5,0],[2,-1],[4,-1],[6,-2],[3,0],[4,0],[9,0],[5,0],[3,0],[2,0],[2,-1],[8,-1],[6,0],[11,-1],[13,-1],[3,-1],[4,-1],[7,-2],[10,-4],[12,-2],[5,-3],[5,-4],[4,-4],[1,1],[5,2],[4,2],[2,1],[7,3],[8,1],[2,0],[3,-1],[12,0],[14,2],[3,-1],[4,0],[1,-1],[8,-1],[12,-3],[6,0],[2,0],[3,-1],[8,2],[4,-1],[12,-3],[9,-1],[9,-2],[4,-1],[3,0],[10,-2],[5,-1],[6,-1],[5,-1],[5,-1],[4,-1],[6,-1],[6,0],[7,0],[7,0],[10,1],[7,-3],[7,0],[4,-1],[5,0],[8,0],[5,0],[5,-1],[8,0],[10,-1],[3,0],[7,-1],[8,-1],[14,1],[3,0],[6,0],[9,-4],[9,0],[3,-1],[7,0],[1,0],[9,0],[8,0],[11,0],[7,-2],[4,-1],[14,-4],[7,-2],[3,0],[3,-1],[8,0],[6,0],[4,0],[11,-2],[5,0],[4,-1],[4,1],[3,1],[9,-1],[10,-2],[7,-2],[1,0],[11,-2],[13,-1],[8,-3],[6,-3],[3,-1],[6,-2],[7,0],[14,1],[12,-1],[10,-1],[7,-2],[4,-1],[3,-1]],[[8829,8830],[-7,-14],[4,-1],[1,-15],[9,-28],[-10,-2],[-1,-5],[7,-14],[10,-3],[3,-5],[-12,-4],[6,-17],[-7,-2],[0,-6],[5,-10],[7,-2],[6,-13],[-2,-2],[1,-3],[-9,0],[-5,4],[-4,-2],[-4,11],[-11,-5],[14,-22],[-11,-6],[2,-7],[-3,3],[-25,-5],[-2,-19],[-36,14],[-5,6],[7,14],[-5,14],[-12,7],[-1,5],[8,4],[-10,28],[-6,-5],[-11,2],[5,3],[1,8],[6,6],[-5,14],[1,8],[20,32],[39,9],[1,31],[18,13],[23,-19]],[[7419,9119],[0,-7],[-9,-4],[3,-5],[-5,-7],[6,-10],[7,-4],[-1,-17],[7,-13],[-4,-4],[1,-5],[-17,-9],[-9,-18],[-2,-28],[13,-15],[15,-4],[0,-18],[8,-11],[6,1],[-1,-3],[6,-2],[2,13],[17,-5],[-8,-42],[-41,-17],[9,-23],[15,-16],[-4,-29],[-21,-4],[-9,6],[8,-23],[9,-7],[-4,1],[-3,-4],[-7,6],[-8,0],[-4,-5],[3,-6],[-6,-4],[9,-52],[3,-5],[9,0],[6,-4],[4,-11]],[[7081,9140],[11,-2],[8,-3],[7,-1],[12,-3],[2,0],[13,-2],[7,3],[7,3],[3,1],[8,1],[4,1],[6,-1],[10,-4],[5,-2],[8,1],[5,1],[14,-1],[6,2],[13,0],[3,0],[6,0],[6,-2],[14,-4],[8,-1],[10,-1],[7,0],[9,1],[4,-1],[1,-4],[3,-5],[5,-5],[1,0],[5,1],[5,0],[10,2],[9,2],[5,1],[4,1],[10,3],[12,-1],[6,1],[10,1],[2,1],[3,0],[12,-1],[14,-3],[3,-1],[2,0]],[[4275,9383],[-14,21],[-2,10],[-3,-4],[-12,4],[-1,-6],[-9,-2],[-9,6],[12,21],[10,2],[5,6],[-6,6],[6,14],[20,13],[-4,6],[3,6],[-13,-1],[-1,11],[13,9],[2,8],[12,3],[-6,5],[17,4],[3,13]],[[4298,9538],[3,0],[2,-7],[3,2],[23,-11],[2,4],[-2,5],[9,-4],[5,6],[31,0],[3,-4],[26,16],[1,10],[-4,9],[7,3]],[[4407,9567],[1,-1],[6,-13],[3,-15],[4,-16],[6,-22],[2,-21],[-1,-17],[-6,-7],[-4,-3],[-1,-1],[0,-1],[0,-3],[2,-5],[3,-7],[4,-9],[1,-2],[3,-7],[3,-10],[2,-9],[-2,-2],[-1,-2],[0,-2],[-1,-2],[-2,-8],[-1,-3],[0,-2],[0,-3],[0,-12]],[[7419,9119],[6,0],[5,-1],[3,6],[4,0],[12,1],[7,0],[5,1],[13,1],[3,0],[5,0],[6,0],[5,0],[6,0],[7,-1],[12,0],[10,0],[8,1],[11,0],[4,1],[8,0],[13,1],[3,1],[2,0],[6,0],[6,1],[9,1],[4,0],[4,0],[9,0],[3,0],[15,1],[9,1],[4,0],[5,1],[5,0],[3,0],[2,0],[5,-1],[8,0],[11,0],[9,1],[4,0],[3,0],[10,0],[12,1],[6,0],[10,0],[10,0],[9,1],[14,1],[6,0],[4,0],[9,0],[5,0]],[[7796,9138],[14,-28],[6,-7],[10,-3],[-5,-9],[0,-37],[25,-48],[-12,-3],[-1,-12],[-5,-1],[-3,-7],[-6,2],[-1,-4],[16,-14],[-7,-8],[26,-57],[1,-11],[-2,-4],[4,-16],[9,-8],[16,-1]],[[2570,9542],[3,0],[5,0],[4,0],[2,0],[6,0],[1,0],[3,-1],[1,0],[1,0],[4,0],[4,0],[3,0],[6,0],[7,0],[10,1],[2,0],[2,1],[1,0],[11,4],[1,0],[5,3],[6,4],[8,3],[6,2],[2,0],[7,2],[2,0],[1,1],[16,5],[10,4],[11,5],[8,0],[8,0],[6,1],[14,3],[1,0],[2,1],[2,1],[3,1],[14,8],[16,9],[8,5],[6,4],[9,5],[1,1],[2,1],[1,1],[10,7],[3,3],[1,1],[4,4],[7,6],[5,4],[11,10],[11,11],[11,12],[11,12],[6,7],[8,10],[12,11],[4,1],[2,1],[2,1],[2,1],[4,2],[5,3],[3,2],[10,5],[5,2],[10,5],[4,2],[4,2],[1,0],[12,6],[14,7],[14,7],[10,6],[15,8],[9,5],[9,5],[10,6],[10,6],[5,3],[1,1],[13,8],[12,7],[1,1],[7,3],[6,2],[7,2],[8,1],[3,1],[4,0],[8,2],[13,4],[10,2],[14,4],[8,2],[2,1],[4,3],[0,1],[2,1],[1,1],[3,1],[4,1],[5,1],[3,1],[4,0],[2,0],[6,1],[4,1],[5,1],[10,1],[3,1],[5,0],[9,1],[18,1],[14,1],[12,1],[8,1],[6,1],[3,0],[5,1],[6,2],[6,1],[4,1],[5,1]],[[3360,9869],[1,-13],[35,3],[4,-11],[-14,-1],[-42,-32],[-35,-11],[-23,-16],[9,-19],[11,-9],[1,6],[5,3],[-2,4],[12,0],[-13,15],[6,5],[2,-5],[1,4],[10,-2],[6,-15],[11,-5],[6,1],[8,17],[4,-2],[-6,-11],[4,-7],[-4,-3],[18,-1],[20,10],[3,-1],[14,-21],[-14,-2],[-5,-23],[-22,-16],[7,-10],[15,-2],[14,-9],[7,3],[13,-6],[1,2],[18,-3],[26,-13],[3,-9],[10,-6],[-1,-17],[-7,-20],[-27,-16],[-1,-28],[-4,-13],[-9,-8],[-1,-8],[3,-4],[-6,-4],[-3,-13],[-9,-4],[1,-4],[-4,-2],[4,-2],[-6,-1],[0,-7],[6,0],[0,3],[2,-5],[3,2],[-1,-5],[7,-3],[10,1],[15,-5],[14,-12],[-9,-10],[4,-5],[-6,1],[-26,-29],[-9,-1],[-5,-5],[-10,3],[-3,-3],[1,-8],[6,-2],[10,-14],[-7,-13],[2,-5],[13,-2],[7,6],[12,0],[8,-5],[6,-12],[11,2],[12,-11],[-21,-8],[8,-14],[-6,-23]],[[8983,8602],[3,-5],[4,3],[4,-7],[4,4],[8,-3],[-4,5],[-9,1],[-1,10],[6,9],[-9,7],[3,6],[-10,16],[3,2],[-4,4],[-21,-3],[-4,7],[-11,8],[17,11],[5,-8],[8,1],[2,3],[-6,2],[2,10],[13,-1],[12,8],[7,-3],[0,4],[4,3],[-6,1],[-6,12],[-8,-2],[-3,-8],[-14,-2],[-2,6],[-7,3],[-1,3],[7,1],[7,16],[-26,14],[-6,-3],[-5,14],[4,6],[-4,18],[5,0],[6,14],[-14,10],[10,23],[13,-7],[2,27],[9,23],[29,-6],[5,20],[5,26],[-14,24],[7,5],[-14,7],[7,9],[-9,13],[-9,-5],[-6,9],[15,19],[-1,3],[-16,-9],[-5,7],[20,14],[-4,4],[3,4],[5,-4],[9,6],[-5,4],[10,8],[-18,18],[9,17],[13,1],[7,18]],[[9013,9077],[1,0],[4,-4],[12,-6],[2,-2],[10,-2],[5,0],[1,0],[6,-1],[4,-1],[1,-3],[0,-1],[2,-5],[1,-2],[2,-3],[3,-4],[6,-5],[4,-2],[2,-3],[4,-9],[2,-3],[4,-7],[5,-2],[12,-4],[9,3],[9,1],[13,1],[7,-6],[5,-2],[3,-1],[1,1],[3,0],[14,-2],[7,-2],[13,-2],[3,-1],[7,-7],[6,-7],[3,-5],[2,-6],[2,-6],[3,-3],[4,-3],[1,0],[8,0],[6,-3],[6,-5],[1,-1],[0,-2],[0,-2],[1,-4],[2,-4],[3,-5],[4,-5],[3,-11],[5,-13],[1,-2],[1,-2],[1,-1],[1,-1],[1,-1],[2,-1],[1,-1],[2,-1],[5,-6],[1,-6],[3,-13],[6,0],[5,0],[9,-2],[9,-1],[4,-4],[3,-5],[9,-10],[4,-12],[5,-4],[4,-3],[4,-5],[3,-11],[1,-7],[5,-13],[-1,-9],[0,-10],[-2,-8],[4,-6],[3,-1],[3,0],[1,-4],[1,-5],[0,-1],[2,-8],[2,-7],[8,-11],[2,-3],[0,-2],[0,-10],[0,-8],[3,-7],[3,-3],[1,-1],[3,-11],[-1,-7],[-1,-8],[1,-9],[0,-7],[-1,-8],[-3,-9],[-1,-7],[-2,-6],[-4,-2],[-5,-12],[0,-10],[-2,-7],[-6,-5],[-12,-7],[-7,-9],[-1,-7],[1,-6],[1,-6],[1,-4],[1,-10],[1,-4],[2,-6],[0,-2],[1,0],[6,-6],[11,-10],[8,-9],[0,-2],[0,-1],[-2,-1],[0,-2],[0,-9],[0,-9],[-1,-14],[0,-9],[-2,-15],[0,-12]],[[3360,9869],[6,2],[4,1],[3,1],[2,0],[4,2],[8,2],[3,0],[1,0],[1,1],[7,0],[7,1],[2,0],[2,1],[3,1],[19,3],[6,1],[8,1],[11,2],[9,2],[16,4],[1,0],[1,1],[2,0],[6,2],[4,1],[7,2],[16,5],[13,3],[3,1]],[[3535,9909],[8,-21],[29,11],[5,0],[0,-4],[10,2],[5,-8],[2,-27],[15,-12],[-4,-4],[29,-5],[7,-19],[-9,2],[-5,-5],[0,-6],[-11,-6],[7,-7],[1,-16],[14,-1],[-1,-7],[14,-7],[6,-41],[9,-3],[-1,-14],[32,-6],[0,-10],[-10,-23],[1,-9],[-6,-6],[0,-10],[6,-25],[-6,-6],[0,-5],[4,-7],[-11,4],[-5,7],[-23,5],[4,-13],[-1,-17],[3,-10],[6,0],[8,-5],[16,-36],[-2,-5],[14,-5],[16,8],[4,-8],[0,-6],[-16,-8],[9,-25],[-3,-24],[-13,-5],[4,-16],[23,-1],[7,5],[11,-15],[-5,-4],[1,-5],[8,1],[7,-5],[-5,-12],[12,-21],[-20,-6],[-9,-11],[-8,-1],[2,-6],[-6,-4],[7,-33],[24,-44],[4,-14]],[[7796,9138],[9,-1],[5,0],[13,0],[5,0],[6,1],[1,0],[12,2],[6,2],[2,0],[14,1],[11,0],[8,-1],[2,0],[5,0],[15,0],[4,0],[6,0],[14,1],[9,1],[12,1],[5,-1],[6,0],[13,-1],[6,0],[8,0],[3,0],[2,0],[13,0],[2,1],[11,1],[10,1],[5,1],[13,2],[11,2],[3,1],[3,0],[2,1],[13,3],[0,-2],[7,-1],[14,-2],[11,-1],[8,1],[11,0],[9,0],[6,0],[8,0],[5,0],[7,-1],[6,0],[1,3],[11,3],[12,0],[8,0],[3,0],[2,0],[10,1],[11,0],[10,1],[10,1],[9,1],[10,1],[12,1],[10,0],[6,2],[3,0],[13,1],[5,0],[9,-1],[7,0],[10,1],[9,0],[9,0],[9,0],[10,0],[3,1],[2,1],[4,1],[6,0],[10,1],[7,1],[2,0],[9,3],[11,0],[14,-1],[3,1],[2,0],[6,1],[1,0],[4,1],[4,1],[7,0],[8,-2],[4,0],[6,-1],[9,1],[10,2],[4,2],[3,2],[2,0],[11,4],[11,1],[11,1],[7,0],[7,-1],[7,0],[13,1],[6,0],[6,0],[7,1],[9,1],[7,1],[9,1],[4,0],[8,-1]],[[8649,9189],[14,-23],[-4,-15],[-21,-13],[-5,-9],[9,0],[2,-4],[8,-2],[-12,-32],[6,-11],[-10,-10],[-2,2],[-9,-9],[-17,15],[-6,-12],[-51,-27],[-50,21],[-19,-32],[-14,-16],[-35,12],[3,-15],[-10,0],[-6,-11],[3,-3],[-7,-4],[-2,4],[-5,-1],[1,3],[-21,-4],[-4,-33],[-4,0],[-9,-9],[4,-11],[-4,-2],[-5,6],[-17,-10],[5,-7],[-10,-7],[-4,3],[-2,-10]],[[3535,9909],[7,1],[9,4],[13,5],[8,3],[12,4],[13,4],[14,6],[3,1],[11,4],[5,1],[15,3],[16,3],[13,2],[3,1],[4,1],[8,2],[14,5],[13,4],[7,2],[5,1],[3,2],[7,2],[14,5],[3,1],[12,3],[6,1],[11,2]],[[3784,9982],[-5,-24],[2,-6],[4,-1],[0,-20],[10,-2],[-2,-13],[8,1],[-1,-17],[12,3],[19,-3],[10,-28],[26,-15],[11,4],[13,-1],[1,5],[15,0],[-16,33],[15,12],[-1,19],[10,4],[10,-6],[6,-32],[19,-38],[-1,-10],[12,-14],[-6,-13],[4,-2],[5,-20],[9,-8],[12,-25],[9,-7],[4,3],[28,-3],[1,-6],[22,14],[5,-11],[-6,-13],[19,-12],[6,0],[-1,-12],[18,-10],[-3,-6],[3,0],[4,14],[4,1],[-3,3],[6,-1],[9,-41],[52,12],[-2,-20],[12,-5],[7,2],[2,-6],[5,-4],[10,5],[7,-10],[9,1],[3,6],[4,-1],[14,9],[16,-15],[4,3],[-7,-13],[4,-1],[-3,-7],[8,-15],[11,-5],[11,3],[2,-2],[-3,-9],[15,-32],[-6,-9],[9,-13],[-2,-11],[6,-3]],[[8649,9189],[4,3],[2,1],[2,2],[6,3],[5,4],[0,2],[2,3],[2,8],[2,5],[4,9],[5,11],[4,10],[3,7],[4,4],[5,3],[12,6],[5,-1],[4,-1],[2,-1],[2,0],[9,1],[7,0],[4,0],[0,-12],[0,-4],[14,-1],[11,-2],[14,-2],[3,-1],[14,-4],[5,-2],[4,-1],[5,-1],[2,-1],[2,0],[3,-1],[14,-1],[3,-4],[11,-6],[5,0],[4,-1],[8,-1],[-2,-6],[-2,-5],[-5,-11],[-6,-11],[-1,-3],[6,-4],[9,-7],[10,-3],[2,-1],[8,-2],[9,-3],[7,-1],[3,-1],[10,-7],[5,-7],[-4,-4],[-8,-9],[-5,-11],[-1,-5],[-3,-14],[9,-6],[10,-4],[7,-5],[1,-1],[8,-5],[7,-4],[8,-5],[7,1],[8,9],[11,7],[2,1],[8,4],[5,3],[7,5],[8,-3],[11,-8],[-2,-11],[-2,-5],[2,-4]],[[3784,9982],[12,2],[9,1],[11,2],[9,2],[11,2],[11,0],[8,0],[9,1],[13,0],[6,0],[9,1],[14,1],[18,1],[10,1],[7,0],[5,0],[9,0],[4,-1],[6,0],[6,-1],[11,-1],[3,0],[4,0],[8,0],[9,1],[9,1],[7,0],[12,0],[14,0],[10,0],[4,0],[7,-1],[6,0],[15,0],[13,0],[17,1],[3,0],[6,0],[14,1],[6,1],[3,1],[1,0],[2,1],[2,0],[2,0],[2,0],[2,0],[3,0],[3,0],[7,-1],[17,-1],[3,0],[3,-1],[1,0],[3,-2],[7,-7],[3,-3],[1,-1],[1,-2],[1,-1],[0,-3],[1,-1],[1,-1],[3,-3],[1,-1],[2,-1],[1,-2],[2,-1],[12,-8],[9,-6],[2,-1],[4,-3],[8,-4],[10,-5],[14,-12],[1,-1],[1,-1],[3,-2],[1,-1],[10,-6],[3,-2],[11,-6],[11,-7],[2,-1],[4,-3],[4,-3],[5,-4],[6,-3],[5,-3],[4,-2],[3,-2],[5,-3],[4,-2],[8,-5],[13,-8],[8,-5],[11,-6],[8,-4],[7,-5],[7,-4],[9,-5],[3,-2],[3,-2],[2,-1],[8,-5],[2,-2],[5,-3],[4,-2],[7,-4],[8,-4],[5,-3],[5,-3],[3,-2],[10,-5],[14,-7],[7,-5],[4,-3],[5,-3],[3,-2],[3,-2],[4,-2],[5,-4],[12,-8],[4,-3],[6,-5],[5,-4],[10,-8],[6,-5],[6,-4],[6,-5],[11,-10],[8,-7],[7,-7],[6,-4],[7,-7],[3,-2],[7,-8],[5,-5],[8,-10],[9,-11],[6,-6],[2,-3],[5,-8],[3,-9],[1,-4],[1,-5],[1,-12],[-1,-2],[-1,-3],[-2,-5],[-1,-3],[-1,-2],[-7,-7],[-2,-3],[-1,0],[-2,0],[-2,0],[-1,1],[-6,11],[-1,8],[0,2],[-1,2],[-2,1],[-2,1],[-6,2],[-8,5],[-3,8],[0,2],[-1,3],[0,2],[-2,5],[-4,7],[-8,16],[-3,4],[-6,9],[-3,4],[-6,8],[-3,5],[-9,13],[-7,12],[-9,13],[-3,4],[-6,7],[-2,2],[-4,4],[-1,1],[-12,10],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-3,-1],[-14,6],[-17,8],[-1,3],[-3,3],[-6,7],[-4,4],[-1,2],[-4,4],[-3,2],[-9,8],[-1,1],[-3,1],[-2,2],[-6,3],[-1,0],[-2,2],[-2,0],[-11,6],[-6,3],[-6,4],[-13,8],[-12,6],[-15,10],[-16,10],[-10,5],[-14,7],[-10,6],[-13,9],[-7,4],[-15,10],[-13,7],[-14,9],[-2,2],[-2,0],[-1,0],[-1,-2],[-1,-4],[-1,-11],[0,-9],[-7,-14],[-3,-3],[-2,-3],[-1,-1],[-3,-6],[-1,-2],[-1,-2],[-1,-3],[-2,-8],[-2,-9],[0,-5],[-1,-9],[0,-2],[0,-2],[-1,-1],[0,-1],[0,-4],[1,-1],[7,-6],[8,-5],[4,0],[4,0],[1,-1],[2,-2],[2,-1],[4,-4],[2,-2],[3,-4],[2,-3],[2,-3],[3,-4],[4,-4],[2,-2],[1,-1],[1,-1],[1,-1],[3,-1],[1,-1],[5,-3],[7,-5],[3,-6],[2,-6],[-2,-3],[0,-2],[-1,-3],[-1,-2],[0,-1],[0,-1],[1,-6],[0,-5],[0,-3],[0,-3],[0,-4],[0,-8],[-1,-6],[-1,-3],[0,-1],[0,-3],[0,-2],[0,-1],[1,-2],[1,-1],[1,-1],[2,-1],[2,-2],[1,-1],[1,-1],[1,-4],[1,-2],[-2,-10],[-3,-5],[-2,-3],[0,-4],[0,-1],[1,-2],[2,-2],[1,-2],[2,-1],[2,0],[3,-1],[1,0],[3,0],[4,0],[3,1],[2,0],[11,3],[5,-3],[3,-8],[0,-3],[-1,-2],[0,-4],[0,-1],[2,-11],[2,-8],[1,-3],[1,-1],[2,-4],[1,-2],[1,-1],[3,-6],[3,-5],[2,-5],[1,-2],[1,-2],[3,-5],[7,-8]]],"transform":{"scale":[0.001002389988998897,0.0005833853385338533],"translate":[14.122884999999798,49.00247949999985]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/PT.json b/dist-amd/map/TopoJSON/PT.json new file mode 100644 index 0000000000..50831db5d5 --- /dev/null +++ b/dist-amd/map/TopoJSON/PT.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0]]},{"type":"Polygon","arcs":[[1]]},{"type":"Polygon","arcs":[[2]]},{"type":"Polygon","arcs":[[3]]},{"type":"Polygon","arcs":[[4,5]]},{"type":"Polygon","arcs":[[6,-6,7,8,9]]},{"type":"Polygon","arcs":[[10,-9,11,12]]},{"type":"Polygon","arcs":[[13,-10,-11,14,15]]},{"type":"Polygon","arcs":[[16,17,18]]},{"type":"Polygon","arcs":[[19,-16,20,21]]},{"type":"Polygon","arcs":[[22,-21,-15,-13,23,-17,24]]},{"type":"Polygon","arcs":[[25,-25,-19,26,27]]},{"type":"Polygon","arcs":[[28,-22,-23,-26,29,30]]},{"type":"Polygon","arcs":[[31,32,-30,-28,33,34]]},{"type":"Polygon","arcs":[[35]]},{"type":"Polygon","arcs":[[36,-31,-33,37,38]]},{"type":"Polygon","arcs":[[39,-38,-32,40,41,42],[-36]]},{"type":"Polygon","arcs":[[-41,-35,43,44]]},{"type":"Polygon","arcs":[[45,-42,-45,46,47]]},{"type":"Polygon","arcs":[[-39,-40,48,49]]},{"type":"Polygon","arcs":[[50,-48,51,52,53]]},{"type":"Polygon","arcs":[[54]]},{"type":"Polygon","arcs":[[-49,-43,-46,-51,55]]},{"type":"Polygon","arcs":[[-53,56]]},{"type":"Polygon","arcs":[[57]]},{"type":"Polygon","arcs":[[58]]},{"type":"Polygon","arcs":[[59]]},{"type":"Polygon","arcs":[[60]]},{"type":"Polygon","arcs":[[61]]},{"type":"Polygon","arcs":[[62]]},{"type":"Polygon","arcs":[[63]]},{"type":"Polygon","arcs":[[64]]}]}},"arcs":[[[5892,61],[1,-2],[0,-3],[0,-3],[0,-8],[1,-8],[0,-8],[1,-7],[2,-8],[3,-7],[2,-5],[1,-1],[0,-1],[-1,0],[-1,1],[-3,3],[0,1],[-1,2],[-1,2],[-1,5],[-1,4],[-1,6],[0,3],[-1,3],[-1,2],[0,4],[0,2],[0,7],[0,4],[0,8],[0,3],[1,1]],[[5873,173],[1,-2],[1,-2],[0,-4],[1,-2],[0,-2],[1,-3],[1,-1],[1,-2],[1,-3],[1,-9],[1,-4],[1,-4],[1,-1],[1,-3],[2,-9],[1,-3],[1,-5],[0,-4],[2,-8],[0,-4],[1,-7],[0,-8],[0,-6],[0,-1],[-1,4],[-2,8],[-2,9],[0,2],[0,1],[0,4],[-1,3],[-1,2],[-1,7],[-1,5],[-1,5],[0,1],[-1,1],[-1,4],[-1,2],[-1,0],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[-1,2],[0,1],[0,6],[0,7],[-1,8],[-1,5],[0,6],[1,0]],[[5960,721],[2,-4],[1,-3],[1,-2],[2,-1],[1,-1],[1,0],[1,1],[0,1],[1,-3],[0,-3],[-1,-9],[1,-10],[-1,-9],[0,-3],[-2,0],[-2,1],[-1,-1],[0,-3],[0,-1],[-2,0],[1,0],[1,1],[0,1],[0,2],[-1,1],[-2,0],[-1,-1],[-1,0],[-1,0],[-1,-2],[-1,-1],[-2,-2],[-1,-2],[-1,-1],[-1,-3],[-2,-4],[-2,-7],[-2,-4],[-3,-5],[-1,-1],[-4,-6],[-2,1],[-3,7],[-3,7],[0,1],[1,1],[0,1],[1,0],[2,5],[4,8],[0,3],[1,1],[0,1],[0,1],[0,1],[0,8],[0,6],[1,4],[2,2],[2,2],[1,0],[1,3],[1,1],[0,1],[1,2],[0,1],[3,4],[4,4],[2,2],[3,5],[0,1],[1,0]],[[5611,478],[1,0],[2,0],[0,-1],[1,-1],[5,-1],[3,-4],[1,-2],[2,-3],[2,-3],[1,-6],[3,-6],[2,-8],[0,-1],[1,-1],[1,-1],[2,-4],[1,-2],[1,-1],[2,-1],[2,1],[2,0],[1,-1],[1,-2],[1,-5],[2,-2],[3,-1],[3,0],[3,-2],[1,0],[2,-2],[1,0],[1,-2],[1,0],[0,-1],[2,0],[1,-1],[0,1],[1,0],[0,1],[3,2],[4,3],[4,0],[3,3],[1,2],[2,2],[3,4],[5,4],[2,-2],[4,-1],[2,0],[1,0],[0,1],[1,1],[1,1],[1,0],[2,1],[1,0],[3,1],[1,0],[3,1],[3,1],[4,3],[1,0],[2,0],[1,-2],[1,-1],[4,-5],[3,-4],[1,-4],[2,-4],[0,-2],[2,-2],[1,-3],[2,-3],[1,-4],[0,-2],[0,-1],[0,-2],[1,-3],[1,-1],[3,-4],[3,-3],[2,-1],[1,-6],[1,-6],[1,-3],[1,-3],[2,-1],[4,-2],[2,-1],[3,-2],[1,1],[4,-4],[1,-1],[1,-1],[3,1],[2,0],[2,-1],[4,-2],[3,-1],[1,-1],[0,-1],[1,-2],[1,-1],[2,-2],[3,-1],[2,0],[2,0],[4,1],[3,2],[2,-1],[3,-3],[1,-1],[0,-1],[0,-1],[1,-5],[-1,0],[-1,2],[-1,3],[-2,3],[-1,1],[-1,-1],[-1,-1],[0,-3],[0,-1],[-1,-2],[-2,1],[-1,1],[-1,0],[-2,1],[-3,-1],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-2],[-1,-1],[1,1],[1,3],[0,1],[-1,-2],[-1,0],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-2],[-1,-5],[-1,-4],[-2,-5],[-2,-5],[0,-9],[-3,-8],[0,-3],[-1,-1],[0,-2],[-1,-1],[-2,-1],[-2,-1],[-1,0],[-1,-1],[-1,-2],[0,-1],[-1,-4],[-1,-5],[-1,-7],[0,-1],[-1,-3],[0,-1],[-1,-4],[-3,-7],[-2,-2],[-2,-3],[-1,-3],[-1,-3],[-2,-1],[-2,-1],[-4,-2],[-2,0],[-1,2],[-1,0],[-4,3],[-1,1],[-1,0],[-1,1],[-3,1],[-4,1],[-1,0],[-3,0],[-1,0],[-1,-1],[-1,-1],[-3,-4],[-3,-4],[-2,-1],[-3,-3],[-2,1],[-1,2],[-3,5],[0,1],[-1,0],[-1,1],[-3,1],[-1,0],[-2,2],[-1,1],[-1,2],[-1,1],[-1,1],[-1,0],[-4,2],[-4,0],[-2,0],[-1,0],[-1,0],[-1,1],[-2,2],[-1,1],[-1,2],[0,1],[-1,1],[-1,1],[-3,2],[-1,1],[-1,0],[-4,3],[-1,2],[-1,0],[-1,-1],[1,0],[-1,0],[-1,1],[1,-1],[0,2],[-1,0],[0,1],[0,-1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[-1,0],[-2,1],[-1,1],[-2,1],[-2,1],[-2,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,3],[-1,1],[-2,5],[-2,2],[-2,4],[-1,3],[-1,2],[-1,2],[-2,2],[-1,2],[-3,4],[-3,3],[-2,1],[-1,1],[0,1],[-1,1],[-1,2],[-2,2],[-1,2],[-2,2],[-2,1],[-3,4],[-3,5],[-2,2],[-2,2],[-1,4],[-2,8],[-2,3],[-1,3],[-3,8],[-2,6],[-1,3],[-2,3],[0,4],[1,7],[-2,10],[0,1],[-1,8],[-1,1],[0,1],[-2,2],[-1,2],[-1,1],[0,1],[0,1],[-1,3],[0,1],[0,1],[1,0],[0,1],[4,6],[1,1],[2,7],[0,1],[1,2],[2,2],[1,2],[0,1],[2,2],[0,1],[3,5],[2,6],[3,6],[3,7],[1,3],[0,1],[2,2]],[[9472,5253],[0,-3],[1,0],[1,-1],[1,0],[3,1],[1,0],[0,-1],[1,-2],[0,-2],[0,-8],[0,-2],[1,-4],[2,-7],[0,-2],[1,-1],[3,-1],[1,-1],[2,-3],[1,-3],[0,-2],[0,-1],[-1,-2],[-1,-3],[0,-2],[0,-3],[0,-1],[0,-3],[0,-5],[1,-4],[1,-3],[2,-3],[0,-2],[1,-1],[0,-2],[0,-2],[-1,-10],[0,-3],[0,-6],[1,-2],[1,-3],[2,-4],[1,-3],[0,-1],[0,-2],[-1,-1],[-1,-1],[-3,0],[-1,-1],[0,-1],[-1,-3],[1,-2],[0,-1],[2,-3],[2,-2],[2,-4],[2,-3],[0,-2],[1,-4],[0,-2],[0,-8],[0,-5],[1,-8],[0,-3],[0,-2],[0,-2],[-1,-4],[0,-1],[-1,-4],[-1,-2],[0,-1],[-1,-4],[1,-4],[2,-9],[0,-5],[0,-2],[-1,-9],[0,-1],[0,-4],[0,-3],[2,-7],[1,-12],[1,-4],[3,-10],[1,-1],[0,-2],[-1,-4],[-2,-4],[-1,-5],[-1,-4],[0,-2],[0,-2],[0,-3],[0,-2],[1,-2],[1,-1],[1,-2],[1,-1],[1,-2],[1,-2],[1,-5],[1,-9],[0,-5],[0,-3],[0,-2],[0,-3],[0,-1],[1,-3],[1,-12],[0,-11],[1,-3],[2,-8],[2,-9],[-1,-3],[-1,3],[-1,3],[0,2],[-1,1],[-3,1],[-3,1],[-3,2],[-2,1],[-1,0],[-2,0],[-2,0],[-2,1],[-1,0],[-3,-1],[-1,0],[-2,-1],[-2,-1],[-4,-2],[-3,-2],[-2,-1],[-3,-1],[-1,-1],[-3,-3],[-3,-3],[-2,-2],[-1,-3],[-1,0],[-1,-2],[-1,-1],[-2,-2],[-1,-1],[-4,-4],[-1,-1],[-2,-1],[-2,-2],[-3,-2],[-8,-11],[-3,-3],[0,-1],[-4,-6],[-1,-2],[-1,-1],[0,-2],[0,-1],[-1,-2],[0,-1],[-1,-2],[-1,-2],[-2,-3],[-3,-5],[-1,-2],[-1,-1],[-1,-2],[-2,-4],[-3,-4],[-3,-3],[0,-1],[-4,-5],[-2,-2],[-2,-3],[-4,-4],[-2,-3],[-3,-3],[-1,-1],[0,-1],[-2,-2],[0,-1],[-1,-1],[-2,-4],[-2,-3],[-4,-7],[-2,-1],[-1,-3],[-2,-1],[-1,-2],[-2,-2],[-4,-6],[-3,-4],[-3,-5],[-1,-2],[-4,-5],[-1,-4],[-1,-2],[-1,-3],[-2,-4],[-2,-3],[-3,-5],[-3,-4],[-5,-5],[-1,-2],[-4,-4],[-1,-2],[-3,-2],[-1,-3],[-1,-2],[1,-2],[-1,-3],[1,3],[-1,2],[-1,-5],[-1,-2],[-2,-1],[-2,-1],[-1,0],[-1,0],[-2,0],[-3,1],[-1,1],[-3,2],[-2,1],[-2,2],[-1,1],[-1,-1],[-1,1],[-2,1],[-3,3],[-2,3],[-1,3],[-2,2],[-3,3],[-1,2],[-1,2],[-1,0],[-1,2],[-2,5],[-2,3],[-3,5],[-3,4],[-1,2],[-4,6],[-1,1],[-2,3],[-3,4],[-2,4],[-1,1],[-4,7],[-1,2],[-2,2],[-2,4],[-4,5],[-3,5],[-2,3],[-1,1],[-2,2],[-3,5],[-4,3],[-1,1],[-4,4],[-1,1],[-2,1],[-2,2],[-4,3],[-2,1],[-4,3],[-5,4],[-4,3],[-2,2],[-1,1],[-1,0],[-2,-1],[-2,-1],[-2,0],[-1,0],[-2,0],[-2,-1],[-2,-1],[-2,-2],[-4,-1],[-3,1],[-2,1],[-1,0],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-2],[-3,-4],[-2,-1],[-2,-1],[-1,-2],[-1,-1],[-2,-2],[-1,0],[-5,0],[-1,0],[-2,2],[-1,1],[-1,2],[-1,1],[-4,6],[-2,4],[-1,1],[-4,5],[-3,3],[-1,1],[-2,1],[-1,1],[-2,1],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-4,-4],[-2,-2],[-1,-2],[-1,-2],[-2,-1],[-3,0],[-2,-1],[-3,-2],[-3,-1],[-2,0],[-4,1],[-1,0],[-2,2],[-5,4],[-1,1],[-1,0],[-2,3],[-2,2],[-1,0],[-1,1],[-3,1],[-4,0],[-1,1],[-3,3],[-3,3],[-4,5],[0,2],[0,2],[-1,1],[-1,1],[-1,0],[-1,0],[-4,0],[-3,2],[-1,0],[-1,0],[-1,0],[0,-1],[-2,-1],[-3,-1],[-1,2],[-1,0],[-1,1],[-2,2],[-1,0],[-3,1],[-3,0],[-2,0],[-1,0],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,-1],[-4,-1],[-1,-1],[-2,-1],[-1,-1],[-2,-3],[-1,-2],[-2,-3],[-1,-1],[-1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[-1,1],[0,-1],[0,-1],[0,-2],[0,-2],[0,-3],[-1,-2],[1,-2],[0,-1],[1,-3],[-1,-4],[-1,0],[-1,2],[-2,2],[-1,0],[-2,2],[-2,0],[-2,-1],[-2,0],[0,-1],[-1,0],[-4,1],[-1,0],[-2,1],[-1,1],[-1,0],[-1,0],[0,-1],[-3,-3],[-2,-3],[-3,-4],[-3,-2],[-1,-1],[-1,-1],[-2,0],[-2,-1],[-2,0],[-2,-2],[-2,-4],[-3,-1],[0,1],[-1,0],[-2,1],[-2,0],[-1,0],[-4,-1],[-2,-1],[-1,0],[-1,-1],[-4,-3],[-1,-1],[-2,-1],[-3,-4],[-1,0],[0,-1],[0,-1],[0,-1],[0,-3],[-1,-3],[-1,0],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[-1,1],[-1,1],[0,1],[-3,-1],[-5,-6],[-4,-9],[-5,-9],[-1,0],[-2,0],[-1,-1],[0,-1],[-1,0],[0,-2],[-2,-6],[0,-1],[0,-1],[3,1],[0,-3],[-1,-1],[-1,-4],[-2,-1],[0,2],[-1,1],[-1,0],[-1,-1],[-1,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-1,6],[0,2],[0,1],[0,4],[-2,3],[-2,5],[-1,4],[-3,6],[-4,0],[-1,-1],[-1,-2],[-1,-3],[-3,1],[-1,1],[0,2],[1,2],[3,7],[1,7],[2,4],[0,2],[-1,4],[1,4],[0,2],[1,3],[2,4],[3,6],[0,1],[1,1],[0,4],[0,6],[0,4],[0,2],[1,6],[2,4],[2,3],[1,3],[2,4],[2,7],[1,3],[1,5],[1,6],[1,4],[2,6],[1,7],[1,5],[2,8],[2,5],[1,4],[0,3],[0,1],[0,3],[-3,7],[0,7],[-1,8],[0,1],[-1,1],[0,3],[1,1],[2,0],[2,0],[0,1],[1,1],[1,2],[1,3],[1,4],[0,2],[2,6],[1,6],[1,4],[2,5],[1,7],[1,4],[1,3],[1,3],[0,5],[1,3],[1,5],[0,4],[1,4],[0,2],[0,3],[-1,2],[0,1],[-1,4],[0,3],[0,4],[0,1],[1,1],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[-1,0],[-1,0],[-2,2],[0,3],[0,6],[1,8],[0,8],[1,0],[1,3],[0,1],[1,3],[1,3],[1,2],[0,2],[2,6],[2,5],[1,3],[1,5],[2,7],[1,4],[1,2],[0,4],[1,3],[1,3],[1,2],[1,3],[0,3],[1,3],[2,8],[1,8],[1,5],[2,5],[0,6],[0,4],[0,4],[0,2],[0,2],[1,3],[1,3],[0,2],[2,5]],[[8959,5167],[1,0],[0,-3],[3,-6],[1,2],[2,-2],[5,3],[0,-2],[3,-2],[0,-2],[1,-2],[3,3],[-1,-8],[4,0],[-2,-4],[0,-3],[1,-3],[1,2],[2,-2],[1,-4],[-1,-9],[2,-7],[2,3],[0,4],[1,-5],[2,5],[0,-4],[2,2],[1,-3],[3,4],[0,-4],[2,0],[1,3],[4,-4],[2,5],[0,-4],[2,2],[0,4],[1,-4],[1,3],[1,-3],[3,2],[1,-3],[2,-14],[2,1],[2,-2],[-1,-4],[1,0],[1,-3],[1,-1],[2,3],[1,8],[2,4],[3,11],[12,2],[5,5],[0,3],[2,2],[23,-35],[3,7],[5,1],[4,-3],[1,1],[11,-11],[1,3],[1,7],[1,3],[1,-4],[1,6],[0,-2],[5,-3],[2,8],[1,0],[0,4],[-1,16],[2,-1],[0,6],[1,5],[4,-1],[0,5],[2,0],[1,2],[2,0],[0,1],[3,-2],[1,4],[2,-4],[1,2],[2,-1],[2,6],[1,-2],[3,3],[0,-4],[3,0],[3,-3],[2,7],[3,-10],[3,6],[1,10],[1,1],[3,-8],[3,0],[0,2],[2,-1],[0,-2],[2,-1],[2,2],[4,-7],[-1,-12],[6,-6],[-5,-5],[1,-8],[-1,-8],[3,1],[1,-4],[3,4],[4,-3],[1,-7],[3,-2],[3,-9],[2,1],[7,-14],[4,-1],[-1,-3],[4,-8],[2,-2],[2,2],[3,-3],[0,-3],[2,1],[8,-7],[10,0],[4,-4],[2,2],[1,-3],[1,0],[3,2],[3,-2],[2,2],[7,-10],[1,6],[2,-2],[2,5],[3,5],[-2,4],[3,0],[0,4],[2,-3],[2,1],[-2,5],[2,-2],[0,2],[-2,4],[2,3],[2,-1],[-1,3],[1,2],[3,-1],[1,2],[1,0],[-1,3],[1,3],[2,-2],[2,5],[1,-2],[-1,-2],[2,-2],[1,7],[2,-3],[1,1],[0,4],[-2,0],[1,5],[-3,-3],[0,8],[-2,-1],[0,2],[3,5],[-1,3],[-2,1],[2,7],[0,5],[4,-2],[3,1],[1,4],[-2,4],[1,2],[5,-4],[3,8],[2,-1],[2,-6],[5,7],[0,-7],[4,3],[3,7],[1,-1],[0,-5],[4,3],[0,-5],[1,-1],[2,9],[0,4],[6,-2],[-1,11],[-1,1],[-1,-4],[-1,3],[2,9],[6,-3],[2,7],[2,1],[2,-4],[3,1],[-1,9],[2,4],[8,-1],[3,5],[0,7],[1,2],[1,-2],[-1,-6],[2,-1],[7,9],[2,9],[3,-3],[4,5],[2,7],[2,1],[2,-2],[0,3],[-1,1],[0,5],[2,-1],[2,-7],[5,8],[-1,1],[1,3],[4,-1],[0,7],[3,-1],[0,-4],[5,10],[2,-4],[8,5],[3,-1],[2,4],[2,-4],[3,4],[2,-6],[2,2],[-1,-4],[2,-1],[1,-3],[2,6],[2,0],[7,-11],[2,5],[0,6],[1,-1],[1,3],[4,-1],[1,3],[1,6],[-1,3],[3,4],[2,-3],[2,3],[2,13],[4,-3],[0,-5],[4,3],[1,-2],[1,3],[2,-6],[1,4],[4,0],[2,3],[0,2],[2,-2],[2,2],[1,-3],[1,1]],[[9634,5932],[2,-6],[3,-4],[1,0],[1,-1],[0,-4],[0,-3],[1,-2],[1,1],[2,5],[2,2],[2,1],[1,2],[0,3],[0,2],[1,1],[2,1],[0,-1],[1,-3],[0,-3],[2,0],[1,1],[0,2],[1,1],[0,1],[0,2],[1,1],[1,-1],[1,0],[0,-1],[2,-2],[2,-1],[1,2],[1,3],[2,4],[1,2],[2,8],[1,2],[2,0],[3,1],[2,3],[2,2],[1,0],[2,-2],[0,-1],[2,-4],[2,3],[0,1],[3,7],[1,2],[1,2],[1,1],[4,1],[1,-2],[1,-2],[-1,-4],[1,-4],[1,0],[1,-2],[-1,-3],[0,-2],[-3,-6],[-2,-4],[-2,-4],[-2,-3],[-2,-7],[0,-4],[-1,-4],[0,-1],[-1,0],[-1,-2],[0,-1],[0,-4],[0,-1],[2,-3],[2,-1],[1,0],[2,-2],[0,-1],[0,-1],[0,-1],[-2,-3],[-1,-6],[0,-5],[0,-3],[-1,-2],[-2,-8],[0,-4],[-1,-2],[-1,-2],[0,-2],[0,-1],[0,-6],[-2,-3],[-2,-2],[-1,-1],[-1,1],[-1,-6],[0,-3],[0,-3],[0,-2],[0,-7],[1,-6],[-1,-5],[0,-3],[0,-3],[0,-3],[0,-3],[0,-2],[0,-4],[-1,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-5],[0,-2],[0,-2],[1,-3],[0,-2],[-1,-4],[0,-3],[0,-6],[-2,-1],[-1,0],[-1,-1],[-1,1],[-2,1],[-2,0],[-2,-1],[-2,-3],[-3,-2],[-1,-1],[-1,1],[-4,2],[-1,1],[-2,3],[0,5],[-1,4],[-1,1],[-1,0],[-1,0],[-3,3],[-2,2],[-2,4],[-1,0],[0,2],[-1,1],[-1,-1],[-2,-2],[-3,-4],[-1,-6],[-1,0],[-1,1],[-1,0],[0,-1],[-2,-1],[0,-1],[0,-2],[0,-3],[0,-3],[0,-3],[0,-6],[-1,-2],[1,-2],[2,-1],[0,-1],[0,-2],[-2,-3],[-2,-2],[-2,-1],[-1,1],[-1,2],[-1,0],[-1,0],[-1,-2],[0,-2],[0,-1],[-2,-4],[-1,1],[-4,0],[-1,0],[-2,1],[-2,2],[-2,2],[-2,2],[-4,2],[-1,0],[-1,-2],[-1,-1],[0,-1],[0,-1],[-1,-2],[-3,-4],[-2,-3],[-1,-1],[-1,0],[-1,2],[-1,0],[-4,1],[-1,-1],[-1,-1],[-2,-4],[-1,-3],[-1,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[0,-2],[3,-5],[0,-1],[2,-8],[1,-8],[0,-1],[0,-1],[-1,-3],[-1,-3],[0,-4],[0,-2],[0,-4],[0,-2],[-1,-2],[0,-8],[-1,-2],[-1,-4],[-1,-5],[-2,-7],[0,-2],[-2,-6],[-2,-2],[-1,0],[-1,-2],[0,-1],[0,-6],[0,-1],[0,-3],[1,-6],[0,-5],[-1,-7],[-1,-1],[-1,-6],[-1,-2],[-1,-1],[-2,-2],[0,-2],[0,-4],[-1,-6],[-2,-7],[-1,-1],[-1,-1],[0,-3],[-2,-8],[-2,-7],[-1,-3],[-2,-2],[-2,-2],[-1,-1],[-1,-1],[-1,-4],[-3,-4],[-1,-1],[-3,-5],[-2,-3],[-2,-6],[-3,-4],[-1,-2],[0,-1],[-1,-1],[0,-3],[0,-2],[-1,-1],[-1,-1],[-1,0],[-1,-3],[-1,-4],[-1,-1],[0,-1],[-1,0],[-1,1],[0,1],[-1,1],[-1,0],[-1,0],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-2],[-1,0],[-1,0],[-1,0],[-1,-5],[1,-1],[1,-5],[0,-2],[0,-2],[0,-1],[-3,-2],[-1,-1],[0,-3],[0,-1],[1,-3],[-2,-8],[0,-6],[-2,-4],[-1,-3],[0,-6],[-2,-6],[0,-1],[-1,-2],[-1,-1],[0,-1],[1,-4],[1,-5],[0,-1],[-1,-4],[-1,-8],[0,-2],[2,-8],[0,-1],[0,-1],[-1,0],[-3,-1],[-1,-1],[0,-1],[1,-6],[0,-5],[0,-2],[0,-1],[0,-1],[-1,-1],[-1,0],[0,1],[0,1],[-2,2],[-1,1],[0,-1],[0,-3],[0,-2],[1,0],[0,-1],[0,-1],[-1,-5],[-2,-8],[-1,-3],[-1,-2],[-1,-2],[-1,-2],[0,-5],[-2,-7],[0,-2],[-1,-4],[-1,0],[-2,3],[-2,-1],[-1,-1],[0,-1],[1,-6],[1,-2],[1,-1],[0,-1],[-1,-4],[-1,-8],[-1,-3],[-1,-3],[-3,-5],[-1,-2],[0,-2],[1,-1],[0,-1],[1,2],[1,0],[1,-1],[0,-1],[0,-4],[-1,-3],[-1,1],[-3,0],[-1,-1],[0,-2],[0,-2],[-1,-1],[2,-7],[0,-2],[2,-3],[0,-2],[1,-2],[-1,-10],[1,-2]],[[8959,5167],[-1,5],[0,4],[0,4],[1,4],[0,4],[0,3],[-1,2],[0,3],[1,3],[0,3],[0,3],[1,6],[0,6],[1,3],[0,7],[1,6],[0,6],[0,4],[1,3],[0,4],[1,8],[0,3],[0,1],[0,1],[-1,6],[-2,5],[-1,10],[0,4],[-1,3],[-1,3],[-1,8],[-3,5],[0,5],[-2,7],[-1,6],[0,1],[0,1],[0,2],[1,1],[0,1],[0,1],[1,5],[0,1],[1,3],[0,1],[0,7],[0,10],[1,6],[0,6],[1,3],[0,1],[0,2],[1,1],[0,11],[0,1],[1,5],[1,4],[1,10],[0,2],[0,3],[1,6],[0,3],[0,6],[-1,4],[1,3],[2,6],[1,3],[-1,4],[-2,8],[-1,9],[-2,4],[-2,2],[-2,1],[0,1],[0,1],[0,1],[0,4],[0,2],[1,5],[0,4],[1,9],[1,11],[0,3],[1,1],[0,1],[0,1],[0,5],[0,10],[1,4],[0,2],[1,8],[1,6],[0,1]],[[8961,5553],[3,-1],[1,-11],[3,-2],[2,6],[2,-2],[0,3],[2,0],[-1,2],[1,1],[4,-3],[6,2],[1,-6],[3,0],[3,-14],[1,-4],[2,0],[1,-12],[5,-3],[0,-5],[2,-13],[3,-6],[4,5],[1,8],[4,3],[5,-8],[1,2],[5,-10],[3,2],[1,-5],[2,0],[4,11],[3,-4],[1,2],[4,-2],[0,9],[2,0],[-2,6],[-1,7],[3,10],[0,12],[3,13],[2,1],[0,2],[2,4],[3,0],[3,-3],[-1,23],[0,9],[3,1],[3,5],[4,2],[19,0],[4,3],[3,8],[9,-6],[0,7],[2,4],[4,-4],[15,-7],[3,2],[5,-1],[0,-4],[3,1],[1,-4],[10,-7],[-1,20],[0,3],[9,12],[0,11],[5,7],[-4,8],[0,5],[4,13],[-3,6],[4,21],[1,44],[-5,6],[0,6],[0,2],[-1,0],[-2,9],[-3,5],[1,5],[-11,-9],[-3,11],[-4,-6],[0,6],[-4,4],[1,2],[0,9],[-4,2],[-3,8],[-3,3],[-4,12],[-1,6],[4,6],[2,23],[0,6],[2,8],[1,2],[3,-5],[4,-9],[2,1],[2,4],[0,5],[2,9],[-1,17],[3,4],[5,-1],[1,15],[8,-12],[0,-3],[1,-3],[4,-1],[4,2],[0,15],[2,8],[-1,9],[2,17],[4,-1],[3,-6],[5,3],[2,-3],[4,0],[2,4],[2,14],[3,5],[7,-2],[7,6],[2,5],[6,7],[2,-1],[8,3],[5,4],[0,44],[-3,8],[0,4],[-3,20],[-8,23]],[[9212,6067],[2,1],[-1,6],[4,2],[4,-14],[4,-3],[10,8],[8,0],[3,2],[3,-4],[1,1],[5,9],[2,-3],[3,1],[5,-18],[4,-8],[4,2],[0,-3],[6,3],[1,6],[5,10],[10,-12],[5,-1],[5,-10],[9,-9],[-1,-3],[1,-5],[3,6],[4,-8],[6,-6],[3,-8],[2,2],[2,-2],[2,-4],[3,-2],[2,-6],[6,2],[2,-2],[1,-8],[1,1],[4,1],[1,4],[2,-1],[3,6],[4,-7],[8,-2],[5,-7],[5,-6],[1,-4],[8,-15],[7,-4],[10,-11],[10,5],[0,2],[4,2],[7,-3],[3,-4],[4,1],[2,2],[2,-2],[4,-10],[5,-5],[3,6],[5,1],[20,-7],[2,2],[-3,10],[1,6],[3,5],[8,3],[2,3],[4,18],[6,9],[3,18],[7,3],[2,4],[1,5],[-1,4],[3,6],[0,6],[2,2],[-1,3],[-3,2],[0,4],[4,1],[1,-5],[4,7],[3,-3],[8,0],[2,8],[6,15],[2,-4],[4,-1],[4,9],[6,1],[3,5],[3,-1],[2,-4],[-1,-6],[6,-17],[1,-7],[0,-15],[7,-20],[4,-6],[4,0],[13,-11],[-3,-23],[6,-18],[2,-13],[2,-7],[5,-27],[3,-6],[1,2],[-2,7],[1,10],[3,2],[2,-3],[4,-1],[2,4],[1,11],[3,-1],[4,4]],[[9059,6521],[9,-1],[4,3],[10,-4],[-1,-7],[-5,-9],[-2,-10],[0,-8],[4,-6],[0,-7],[-8,-6],[-5,-18],[-3,-3],[0,-3],[-5,-4],[-2,-5],[-4,1],[-5,-7],[1,-4],[-5,-14],[-5,-8],[-4,-1],[-3,-12],[-5,-5],[-2,-8],[-4,-8],[-2,-1],[-2,-9],[3,-10],[1,-16],[3,-10],[0,-19],[10,4],[10,-11],[6,5],[1,-16],[16,-4],[1,-17],[7,4],[0,1],[2,3],[0,7],[-5,17],[6,5],[3,1],[1,-1],[1,-18],[5,3],[2,-16],[3,0],[3,6],[4,1],[2,3],[1,-5],[8,-1],[5,4],[4,13],[8,8],[4,0],[4,-20],[9,-20],[3,-19],[2,-4],[6,-26],[-6,-7],[1,-5],[-1,-4],[0,-6],[3,2],[3,-2],[7,2],[3,-14],[-1,-2],[-2,2],[-4,-1],[0,-2],[6,-5],[1,-6],[-7,-13],[-2,-8],[-6,-20],[8,4],[10,-4],[3,-14],[0,-5],[4,0],[9,-7],[12,-2],[3,-2],[11,-24],[3,1]],[[8961,5553],[0,6],[0,5],[1,5],[0,6],[-1,4],[-1,5],[0,3],[0,3],[1,4],[0,4],[0,8],[-1,3],[0,2],[0,4],[0,2],[0,6],[-1,5],[0,4],[0,7],[-1,6],[-1,9],[-1,6],[-1,1],[0,1],[-1,3],[-1,2],[-1,2],[-1,0],[-5,5],[-3,1],[-2,-1],[0,-1],[-1,-2],[-3,1],[0,1],[-1,3],[0,6],[-3,5],[-2,1],[-1,0],[-2,0],[-4,1],[-1,-7],[0,7],[1,9],[0,1],[0,1],[1,2],[2,2],[1,2],[2,4],[2,6],[2,6],[2,8],[1,3],[1,4],[2,10],[1,4],[1,8],[2,6],[1,8],[2,9],[1,6],[1,7],[2,7],[0,2],[0,2],[2,10],[0,1],[0,2],[1,3],[1,6],[0,7],[1,3],[1,6],[0,3],[1,4],[0,3],[1,5],[0,2],[1,2],[1,9],[1,9],[1,8],[0,8],[1,2],[0,6],[0,3],[1,1],[0,4],[0,4],[1,8],[0,7],[1,6],[0,3],[0,5],[0,6],[0,1],[1,4],[0,6],[0,7],[0,5],[0,3],[0,4],[0,10],[0,11],[0,5],[0,5],[-1,3],[0,3],[0,5],[0,13],[-1,6],[0,5],[0,2],[-1,9],[0,7],[0,3],[-1,8],[0,6],[-1,2],[-1,8],[0,5],[-1,5],[-1,7],[-1,6],[-1,3],[-1,8],[-1,4],[-1,8],[-1,2],[0,5],[-1,3],[-2,9],[-1,3],[-1,3],[0,2],[-1,2],[-2,6],[-1,3],[0,2],[-3,6],[-3,5],[-3,5],[-2,5],[0,1],[-1,1],[-1,2],[-1,2],[-2,3],[-3,7],[-1,1],[-1,3],[-1,1],[-2,3],[-2,3],[-1,1],[-3,9],[-1,6],[0,3],[-1,8],[-2,8],[-1,-1],[-1,0],[-1,-3],[-1,-6],[0,-2],[-1,-5],[-1,-4],[-2,-3],[-1,-2],[-4,-1],[-2,1],[-2,0],[-1,-1],[-5,-4],[-3,-5],[0,-3],[-1,-1],[-2,-6],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-2],[-2,-2],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,-3],[-4,-4],[-5,-1],[-4,-6],[-2,-1],[-2,-1],[-1,-3],[-1,0],[-5,1],[-3,4],[-2,1],[-2,1],[-1,0],[-1,0],[0,1],[-1,-1],[-1,0],[0,-1],[-1,-2],[0,-3],[2,2],[-2,-3],[-1,-1],[-1,-1],[-1,0],[-5,-3],[-3,-1],[-3,1],[-4,0],[-1,0],[-3,0],[-1,-1],[-2,-3],[-4,-7],[-2,-6],[0,-1],[0,-1],[-3,-2],[0,-1],[-1,0],[-1,1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,0],[-1,3],[0,3],[1,7],[1,6],[1,4],[1,2],[0,1],[0,3],[1,5],[1,4],[2,6],[2,5],[1,5],[1,5],[0,4],[1,2],[0,3],[1,9],[0,3],[0,1],[0,4],[0,7],[1,8],[0,9],[0,2],[0,3],[0,4],[-1,4],[0,2],[0,6],[-1,5],[-1,11],[0,1],[-1,5],[0,4],[-1,4],[-1,4],[-1,4],[0,2],[-1,5],[-1,2],[0,4],[-1,4],[0,1],[0,2],[-1,2],[0,2],[0,3],[-1,2],[-1,4],[-1,7],[-2,6],[-2,7],[0,1],[-2,6],[-1,1],[-1,4],[-1,4],[-1,1],[0,2],[-1,1],[-1,4],[-1,2],[-1,3],[-1,8],[4,5],[3,6],[4,0],[3,1],[2,0],[1,1],[5,1],[4,1],[5,1],[3,1],[3,3],[4,3],[1,1],[1,0],[1,-3],[0,-5],[0,-3],[-1,-2],[-1,-2],[-1,-1],[1,-1],[1,-4],[2,-2],[1,-6],[4,-3],[0,-1],[1,-1],[3,-2],[1,-1],[1,0],[1,-1],[4,-2],[1,0],[0,-1],[2,7],[0,5],[2,3],[2,1],[3,2],[1,1],[2,1],[0,1],[2,8],[1,2],[3,6],[1,3],[1,3],[0,3],[0,11],[0,2],[1,3],[0,2],[0,2],[0,2],[1,2],[0,1],[1,1],[1,2],[2,2],[1,2],[2,9],[2,4],[2,2],[3,4],[0,1],[0,1],[-1,0],[-2,-1],[-1,-1],[-2,-3],[-2,0],[0,4],[0,2],[2,6],[2,4],[0,1],[1,0],[2,1],[1,-1],[1,-2],[1,-1],[2,-2],[1,0],[1,0],[1,0],[3,0],[1,0],[4,3],[2,2],[5,3],[0,1],[0,2],[-3,-1],[-1,-1],[-1,-1],[-2,0],[-3,-1],[-3,2],[-3,1],[-3,-1],[-1,0],[-2,3],[-1,2],[1,1],[0,4],[2,8],[1,1],[0,1],[1,2],[4,4],[1,0],[2,-2],[0,-1],[0,-3],[0,-2],[-1,-3],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,0],[0,-1],[1,-1],[0,-1],[2,0],[1,0],[2,2],[2,3],[0,6],[0,3],[3,0],[1,0],[1,-1],[2,0],[3,1],[0,3],[0,1],[-1,0],[-2,0],[-2,-2],[-2,1],[-1,0],[1,2],[1,1],[2,2],[2,5],[0,1],[-2,1],[-1,1],[-4,-5],[-3,-4],[-1,0],[-1,1],[0,1],[1,2],[0,1],[0,1],[1,1],[1,1],[2,1],[1,2],[1,1],[0,1],[0,2],[-1,-2],[-2,1],[0,4],[2,8],[2,8],[1,1],[0,1]],[[8892,6586],[5,-11],[5,-16],[4,-31],[3,-12],[0,-8],[4,-6],[1,-10],[1,-3],[4,0],[0,3],[-4,2],[0,5],[2,6],[3,-2],[2,-4],[9,7],[7,10],[5,4],[2,-1],[4,-7],[5,-14],[4,1],[4,-8],[5,0],[10,9],[2,11],[2,25],[13,50],[3,14],[0,3],[-2,3],[4,-6],[5,-14],[6,-4],[5,-11],[4,-2],[4,0],[0,5],[3,8],[0,8],[5,3],[2,6],[7,2],[-2,-12],[-2,-3],[1,-4],[-2,-15],[1,-12],[-3,-14],[2,-5],[4,-2],[0,-4],[5,-5],[3,5],[2,0],[6,-3],[4,-6]],[[9595,6509],[0,-1],[-1,-1],[-3,-4],[-3,-4],[-2,-4],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,-1],[-4,-5],[-1,-4],[-1,-1],[0,-2],[1,-4],[0,-2],[-2,-6],[-1,-4],[-1,-5],[-1,-8],[0,-6],[0,-1],[1,-3],[0,-2],[-1,-3],[0,-4],[-1,-6],[0,-2],[0,-5],[1,-8],[-1,-6],[-1,-7],[0,-5],[1,-7],[1,-3],[0,-1],[1,-1],[2,0],[1,1],[2,1],[2,-1],[0,-1],[1,-2],[0,-1],[0,-2],[-1,-1],[-3,-4],[-1,-2],[-1,-4],[0,-5],[-1,-3],[0,-7],[-1,-7],[-1,-3],[-1,-3],[-1,-2],[-1,-5],[0,-1],[-1,-1],[-2,1],[-1,0],[0,-1],[-1,-2],[0,-2],[0,-7],[-2,-8],[0,-2],[-2,-5],[-3,-5],[0,-1],[0,-2],[0,-6],[1,-5],[0,-5],[-1,-3],[-1,-3],[-1,-2],[-1,-3],[-1,-8],[0,-3],[-1,-4],[0,-3],[0,-3],[-1,-4],[-1,-3],[0,-5],[-1,-6],[0,-1],[1,-1],[1,-1],[2,0],[1,1],[1,5],[2,2],[1,1],[1,-1],[0,-1],[1,-2],[0,-2],[-1,-6],[-1,-5],[0,-2],[-2,-2],[-2,-2],[-1,-1],[-1,-2],[1,-2],[0,-2],[0,-5],[-1,-1],[-3,-3],[-3,-2],[-2,-6],[0,-2],[0,-1],[0,-1],[1,0],[0,2],[1,2],[3,1],[3,1],[0,-1],[3,-6],[3,-4],[3,-4],[3,-2],[2,-3],[0,-6],[1,-4],[1,-6],[1,-5],[0,-3],[2,-6],[4,-9],[0,-1],[1,-2],[2,-7],[1,-4],[1,-1],[6,-12],[2,-8],[3,-7],[2,-2],[3,-8],[2,-3],[0,-2],[0,-4],[1,-4],[3,-11],[1,-5],[1,-4],[1,-3],[2,-4],[1,-4],[1,-4],[4,-4],[2,-2],[2,-2],[0,-3],[0,-4],[3,-6],[1,-3],[0,-1],[-1,-4],[0,-7],[1,-4],[0,-6],[1,-4],[4,-6],[0,-2],[2,-7],[1,-3],[2,-7],[1,-6],[1,-4],[1,-3],[0,-5],[2,-6]],[[9059,6521],[9,21],[1,6],[3,2],[6,17],[9,-7],[0,-2],[2,-5],[4,8],[3,1],[2,5],[2,6],[2,14],[3,4],[1,3],[4,4],[1,-12],[2,0],[1,-3],[3,6],[8,12],[-3,6],[5,10],[1,-3],[3,0],[0,-3],[7,-12],[3,0],[2,3],[6,18],[5,-15],[3,25],[1,-4],[-1,-5],[2,1],[3,-9],[7,-10],[4,0],[-3,-12],[4,-4],[3,-9],[3,-2],[2,4],[3,2],[4,7],[10,-22],[-3,-9],[5,-5],[2,8],[5,-1],[-2,-10],[1,-9],[5,-6],[9,-4],[0,16],[7,17],[-6,13],[-5,2],[0,-5],[-3,-8],[0,6],[-3,10],[1,1],[-1,5],[-4,5],[-2,-1],[-3,6],[1,5],[0,8],[5,4],[6,12],[-5,5],[-4,8],[-4,-6],[-2,0],[0,5],[-2,1],[-3,-5],[0,2],[-1,9],[-18,16],[-6,7],[3,11],[5,9],[3,12],[4,32],[-3,4],[5,14]],[[9186,6751],[4,-9],[1,4],[3,3],[7,23],[7,13],[4,-5],[5,12],[2,-4],[2,-11],[3,-1],[2,1],[-1,11],[11,-1],[2,-10],[-5,-1],[0,3],[-2,-4],[0,-4],[-2,-3],[1,-9],[2,-3],[3,-15],[-1,-3],[2,-6],[6,8],[-1,16],[3,11],[-1,3],[3,8],[3,2],[6,-9],[2,3],[1,-1],[2,-4],[0,-8],[3,-6],[4,-3],[5,-7],[-2,-11],[0,-4],[-1,-3],[3,-6],[-4,-9],[0,-9],[3,1],[3,4],[3,0],[2,-3],[4,2],[1,4],[6,3],[1,6],[2,2],[1,6],[3,6],[2,1],[0,-4],[5,5],[1,-2],[2,4],[1,-1],[0,-3],[2,0],[0,-2],[2,-5],[-1,-3],[3,-4],[1,0],[-1,-2],[3,-9],[2,1],[-2,-8],[2,-8],[4,-7],[1,3],[1,-2],[1,1],[1,-19],[4,1],[2,-4],[2,0],[1,-5],[3,3],[1,-2],[6,1],[2,-4],[7,1],[6,-4],[2,12],[5,-6],[8,7],[4,11],[0,8],[4,13],[7,-20],[7,-8],[2,5],[-1,3],[4,10],[12,-14],[1,-4],[4,1],[2,-2],[0,4],[-2,3],[2,5],[1,-2],[1,4],[2,-3],[1,2],[-1,4],[-3,2],[2,5],[2,-1],[2,9],[6,12],[3,2],[1,-2],[12,-2],[-1,8],[4,-2],[0,3],[6,7],[1,4],[-1,8],[1,2],[-6,11],[1,3],[4,-1],[-1,9],[4,6],[3,-9],[6,-14],[2,4],[2,-5],[4,4],[3,-1],[0,-8],[-2,-5],[2,-2],[1,4],[2,-2],[1,1],[3,-4],[1,-4],[4,-4],[-2,-6],[0,-3],[-1,1],[-1,-2],[1,-9],[-2,-6],[3,-2],[2,-5],[-5,-8],[2,-4],[6,-4],[9,-15],[1,-4],[-3,-12],[2,-8],[-2,-3],[3,-12],[1,3],[2,-5],[3,-3],[-1,-2],[2,-10],[-3,3],[-3,-4],[-2,0],[4,-4],[3,-7],[0,-6],[2,-7],[2,-1],[2,-23],[9,11],[-2,-7],[2,-5],[6,6],[1,-5],[-2,-3],[4,0],[6,7],[1,-1],[4,6],[-3,0],[3,4],[-3,7],[2,3],[-2,2],[8,5],[-1,2],[2,1],[0,4],[3,4],[7,-14],[2,7],[0,3],[5,0],[1,11],[5,0],[2,-3],[6,-17],[3,8],[2,-5],[2,0],[0,-2],[-2,2],[0,-7],[-2,-3],[2,-5],[1,-9],[-3,-4],[0,-7],[-2,-1],[-4,-14],[1,-4],[2,2],[2,-2],[-3,-5],[0,-7],[2,0],[0,-5],[2,2],[3,-10],[3,-3]],[[8881,7068],[2,-6],[2,-4],[2,2],[1,-1],[-3,-35],[1,-4],[7,6],[11,-16],[4,-2],[3,3],[3,-6],[2,5],[-1,5],[5,0],[2,5],[6,2],[5,-22],[8,-6],[3,1],[1,-2],[5,-19],[1,-10],[-3,-9],[-4,-1],[-2,-5],[-2,3],[-4,-5],[-6,9],[-5,0],[-3,-4],[-2,-10],[-2,-2],[-5,3],[0,-4],[4,-8],[2,-1],[3,-9],[4,-4],[3,-17],[2,-4],[3,0],[6,-12],[4,-4],[2,-1],[2,4],[2,-5],[0,1],[5,-8],[2,-5],[2,-4],[-3,-3],[0,-2],[5,-11],[5,-22],[-5,-2],[-3,-3],[-7,-25],[-3,-1],[-7,2],[-7,-2],[0,-3],[5,-7],[2,0],[1,-2],[-2,-3],[-1,-5],[-5,-11],[-2,-9],[1,-9],[-5,-6],[-1,-4],[10,-6],[1,-5],[-8,-9],[-6,-3],[-2,-4],[-1,-11],[1,-9],[-5,-10],[-3,-12],[0,-15],[-9,-21],[-5,-21],[-6,-10],[-3,-11]],[[8891,6587],[-1,-6],[-2,-7],[-2,-7],[-3,-8],[-3,-7],[-1,4],[0,1],[0,1],[-1,9],[-1,7],[-2,-4],[-3,15],[-1,1],[0,-1],[-2,12],[0,4],[-1,5],[-1,3],[1,7],[0,5],[-1,-1],[0,-2],[-1,-2],[-2,-7],[-1,-5],[-1,-6],[-2,-7],[-5,-8],[-2,-5],[-2,-2],[-2,-5],[-4,-14],[-1,-2],[0,-3],[0,-4],[-1,-6],[0,-9],[0,-1],[0,-8],[0,-4],[0,-4],[0,-4],[-1,-6],[-1,-7],[-1,-9],[0,-1],[-1,-4],[0,-3],[-1,-2],[-2,-6],[-1,-3],[-1,-3],[-1,-2],[-1,-2],[-4,-5],[-2,-2],[-2,-3],[-2,-2],[-2,-1],[-1,0],[-2,0],[-4,-2],[-3,-1],[-1,0],[-1,0],[-2,1],[-3,-2],[-2,-2],[-3,-5],[-2,-3],[-6,0],[-3,-1],[-3,3],[3,12],[0,1],[-1,0],[-3,3],[-1,0],[-2,1],[-4,0],[-2,0],[-2,-1],[-4,0],[-1,0],[-1,0],[-3,-3],[0,-1],[-1,-1],[-2,-4],[-2,-4],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-4],[-1,-3],[-1,-2],[-2,-1],[-1,1],[-1,1],[0,2],[-1,0],[0,1],[-1,0],[0,1],[-2,1],[-2,0],[-1,1],[-4,4],[-2,3],[-3,5],[-3,2],[-3,2],[-2,4],[-2,1],[-2,0],[-3,1],[-3,-3],[-1,-1],[0,-2],[-1,-2],[1,-1],[1,-1],[1,0],[0,-1],[-2,-3],[-2,0],[-2,0],[-1,1],[-1,1],[-3,4],[-3,-1],[-3,0],[-1,0],[-1,0],[0,1],[-1,1],[-1,1],[-2,2],[-2,2],[-1,2],[-2,2],[0,1],[-1,2],[0,1],[0,5],[1,1],[0,1],[1,2],[1,3],[0,5],[1,5],[1,7],[0,8],[0,5],[0,2],[-1,1],[-1,1],[0,1],[-1,1],[-1,1],[-2,4],[-1,3],[-1,4],[-1,1],[0,1],[0,1],[1,1],[-1,1],[0,1],[1,1],[0,-1],[0,1],[0,1],[-1,0],[-1,1],[-1,2],[0,1],[0,1],[0,1],[1,1],[0,1],[1,2],[1,4],[1,5],[1,6],[2,6],[1,5],[1,2],[1,6],[1,4],[1,4],[1,6],[1,7],[3,8],[0,1],[1,2],[0,2],[1,7],[1,6],[1,7],[1,5],[2,7],[1,9],[0,5],[2,10],[1,8],[1,2],[1,2],[0,2],[0,2],[0,1],[1,5],[1,6],[1,8],[1,1],[0,2],[0,1],[0,1],[0,3],[0,7],[-1,7],[-1,2],[0,5],[0,8],[0,7],[0,5],[-2,7],[-1,5],[0,4],[0,4],[2,9],[0,6],[0,3],[1,3],[1,5],[0,6],[0,5],[0,9],[1,2],[0,2],[0,7],[-1,4],[-1,8],[0,3],[2,5],[0,3],[0,1],[0,1],[2,4],[2,5],[0,1],[1,4],[1,3],[1,2],[0,1],[0,1],[2,9],[1,8],[2,9],[1,2],[1,3],[1,2],[2,7],[1,7],[1,4],[0,1],[1,4],[1,5],[1,2],[1,4],[0,3],[1,9],[2,10],[1,5],[1,8],[0,5],[1,7],[1,4],[0,1],[0,3],[0,1],[0,6],[-1,3],[0,7],[1,7],[1,7],[0,5],[1,2],[0,3],[0,9],[0,4],[-1,2],[0,2],[-1,8]],[[8743,7064],[9,-2],[0,-2],[4,1],[4,-6],[4,10],[0,4],[4,4],[0,7],[2,1],[7,9],[1,-8],[2,-1],[1,-4],[3,1],[4,-1],[1,2],[3,-5],[1,2],[6,-2],[-2,-2],[2,-3],[1,-17],[4,-7],[0,-5],[-2,-2],[-2,-9],[0,-9],[-2,-2],[1,-13],[5,-8],[0,-7],[1,-5],[3,-4],[2,10],[5,0],[3,13],[3,-5],[3,5],[0,7],[2,1],[0,3],[2,1],[0,3],[2,3],[0,20],[5,5],[3,14],[4,1],[3,6],[5,3],[-1,3],[3,8],[1,-2],[3,4],[7,-2],[3,-7],[2,-10],[4,1],[5,-3],[2,5],[2,0]],[[9459,7444],[2,-2],[1,0],[1,-1],[2,-3],[0,-2],[0,-4],[0,-3],[0,-2],[0,-2],[1,-1],[0,-1],[0,-1],[0,-3],[-1,-3],[1,-3],[1,-4],[2,-5],[1,-2],[2,-2],[1,-2],[0,-4],[0,-2],[0,-3],[1,-3],[1,-5],[1,-6],[1,-5],[0,-1],[2,-4],[2,-1],[2,-1],[1,-3],[3,-2],[2,-1],[1,-3],[3,-5],[2,-7],[2,-7],[1,-8],[2,-6],[1,-3],[2,-2],[1,-1],[1,-3],[1,-1],[4,-1],[3,0],[1,0],[2,1],[0,1],[3,-3],[1,-1],[1,-5],[0,-2],[0,-3],[0,-9],[0,-3],[-1,-3],[1,-3],[1,-2],[2,-2],[1,-2],[0,-3],[0,-1],[3,-4],[3,-4],[1,-1],[2,0],[2,0],[2,-1],[2,-5],[4,-3],[1,0],[1,0],[1,-1],[1,-2],[1,-3],[2,-3],[1,-1],[2,-1],[2,-2],[2,-4],[0,-2],[1,-1],[-1,-2],[-1,-3],[-2,-2],[-1,-4],[0,-2],[0,-3],[0,-4],[0,-3],[0,-4],[0,-4],[1,-2],[0,-3],[1,-4],[-1,-6],[-2,-7],[-1,-6],[-1,-5],[-2,-4],[-1,-2],[0,-2],[-1,-4],[1,-4],[2,-2],[1,-6],[1,-2],[0,-6],[2,-7],[0,-2],[0,-2],[-2,-11],[1,-4],[2,-4],[2,-3],[2,-1],[1,-4],[2,-3],[2,-4],[3,-5],[1,-3],[0,-5],[0,-2],[1,-3],[5,-7],[1,-2],[3,-5],[0,-1],[2,-4],[3,-3],[1,-1],[-1,-3],[-2,-7],[-1,-5],[-2,-7],[-1,-4],[1,-8],[2,-6],[0,-6],[-2,-2],[0,-6],[1,-4],[1,-3],[0,-11],[4,-5],[1,-3],[1,-5],[2,-3],[1,-1],[1,-1],[3,-4],[3,-1],[2,1],[1,0],[1,-2],[2,-2],[2,-2],[1,-1],[2,0],[2,1],[1,0],[0,-1],[2,-3],[2,-2],[2,-3],[1,0],[1,0],[2,0],[2,0],[0,-1],[1,-2],[0,-4],[0,-1],[-1,-8],[-1,-3],[0,-3],[0,-1],[0,-2],[-1,-7],[-1,-6],[0,-5],[-2,-7],[0,-5],[1,-5],[1,-5],[1,-1],[1,-1],[1,0],[2,-2],[3,-1],[1,0],[6,-5],[1,5],[1,1],[3,2],[5,2],[1,1],[2,1],[3,2],[4,3],[0,1],[1,1],[1,0],[4,1],[3,-1],[1,-1],[1,-2],[4,-5],[1,-1],[2,-5],[1,0],[1,-2],[3,-3],[3,-5],[1,-2],[2,-4],[1,-2],[0,-2],[1,-4],[0,-1],[2,-4],[1,-6],[0,-2],[1,-4],[1,-1],[1,-2],[0,-4],[0,-6],[0,-3],[-1,-5],[0,-1],[-1,-3],[1,-4],[2,-4],[2,-5],[1,-3],[-3,-6],[-2,-6],[-2,-9],[-1,-6],[-1,-4],[-1,-2],[0,-1],[-2,-6],[0,-5],[-2,-5],[-2,-3],[-2,-9],[-2,-4],[-2,-4],[-2,-6],[-1,-5],[-2,-4],[0,-1],[-1,-6],[-2,-10],[0,-1],[-2,-4],[0,-2],[-1,-1],[-3,-3],[-2,-5],[-2,-2],[1,-2],[2,-3],[1,-3],[1,-4],[0,-4],[1,-3],[0,-3],[0,-2],[1,-3],[1,-2],[0,-1],[-2,-4],[-1,-7],[-1,-4],[-4,-4],[-3,-1],[-1,-1],[-2,-4],[-2,-6],[-1,-1],[-1,-4],[0,-1],[-1,-5],[-1,-4],[0,-1],[0,-5],[-1,-3],[-2,-6],[-2,-3],[-1,0],[-1,2],[-1,0],[-5,-1],[-3,-1],[-2,-2],[-2,-2],[0,-2],[-1,-2],[-3,-4],[-2,-5],[-1,-2],[-2,-3],[0,-3],[-1,-2],[0,-5],[-1,-4],[-2,-2],[-2,-3],[-2,-1],[-2,-2],[-3,-3],[-1,-1],[-1,-3],[-1,0],[-1,-10],[-2,-5]],[[9186,6751],[4,4],[-3,14],[-7,-6],[-5,13],[-2,1],[-1,6],[0,18],[-2,12],[1,4],[-5,1],[-1,-2],[-4,8],[0,23],[-2,2],[-4,1],[-1,6],[-2,1],[-2,0],[-7,6],[-3,4],[0,10],[4,4],[2,7],[2,4],[3,14],[6,11],[-1,7],[2,7],[3,0],[1,4],[4,1],[4,3],[3,7],[4,4],[3,2],[4,-2],[4,14],[1,1],[9,14],[1,6],[1,-1],[4,4],[1,11],[3,3],[9,18],[-2,16],[1,8],[8,15],[7,0],[-1,-7],[3,-4],[9,-2],[4,3],[1,14],[3,6],[0,3],[3,2],[1,8],[3,2],[1,8],[3,5],[0,6],[6,11],[-2,23],[12,4],[1,8],[3,8],[3,2],[6,-3],[2,7],[1,2],[1,7],[4,2],[1,6],[2,4],[-3,15],[-3,1],[-1,4],[-3,-1],[0,3],[-2,1],[1,5],[-3,-1],[0,5],[-8,8],[-1,6],[-3,8],[-1,11],[2,6],[3,1],[-2,4],[0,9],[-2,2],[0,3],[2,1],[1,8],[2,1],[0,4],[1,0],[4,5],[3,19],[1,3],[0,5],[2,3],[-2,4],[4,7],[0,5],[2,4],[2,-1],[1,-6],[4,-1],[3,-5],[3,0],[1,-2],[2,1],[0,-3],[2,0],[1,-7],[14,-14],[2,-7],[7,-11],[5,6],[5,22]],[[9347,7315],[4,6],[7,2],[6,15],[5,5],[4,12],[2,12],[7,5],[5,-1],[1,2],[4,15],[-1,17],[5,12],[3,2],[9,11],[2,-3],[3,-13],[5,-9],[4,-2],[7,6],[5,8],[4,3],[1,11],[5,7],[6,3],[6,-3],[3,6]],[[9164,7580],[1,-7],[-1,-7],[1,-5],[3,-5],[2,3],[1,-6],[1,-1],[5,9],[3,2],[6,-25],[0,-12],[-2,-3],[-1,-6],[0,-4],[2,-5],[-2,-5],[1,-6],[-2,-7],[2,-4],[2,3],[1,-2],[-2,-9],[1,-8],[-1,-6],[1,-7],[0,-11],[-3,-24],[2,5],[3,-4],[2,-6],[4,0],[8,-4],[6,-8],[4,2],[0,-3],[4,0],[1,-7],[7,-6],[3,3],[2,-3],[3,4],[9,-3],[9,9],[6,-5],[-4,19],[-2,0],[1,5],[-2,4],[-1,9],[-2,5],[2,4],[-1,3],[2,5],[4,-1],[1,7],[0,14],[-2,4],[1,5],[1,1],[1,6],[1,13],[1,2],[-2,18],[3,3],[1,-2],[0,3],[2,-1],[-1,3],[2,1],[0,4],[0,1],[2,-1],[0,-5],[4,-2],[4,4],[3,-1],[3,-4],[-1,-6],[3,-1],[1,-4],[7,10],[1,8],[3,-2],[2,-3],[2,-21],[-1,-3],[1,-1],[-1,-2],[1,-16],[1,-13],[-1,-6],[1,-1],[-2,-2],[-1,-4],[2,-3],[-3,-4],[1,-6],[8,1],[1,-4],[2,6],[2,-3],[-1,7],[5,1],[0,-3],[1,1],[2,-3],[-2,-2],[6,-3],[-2,-3],[4,-3],[1,-4],[-2,-2],[1,-4],[1,-1],[1,3],[3,-1],[0,-3],[2,1],[2,-7],[0,3],[2,0],[1,-7],[2,-1],[-1,-7],[5,-1],[0,-3],[-1,-1],[1,-2],[-1,-4],[1,-6],[4,0],[-1,-7],[3,-1],[-2,-4],[4,-4],[0,-5],[2,2],[1,-7],[1,4],[0,-8],[1,-3],[-1,-3],[3,-1],[-1,-3],[1,-3],[-2,-2],[-3,-4],[-1,-14],[-1,-1],[1,-8]],[[8892,6586],[-1,1]],[[8881,7068],[3,23],[-5,15],[0,10],[-1,12],[4,21],[3,10],[4,3],[2,6],[1,-1],[8,-2],[5,23],[1,10],[3,10],[8,34],[4,-1],[5,10],[7,1],[7,-3],[17,10],[6,-4],[7,0],[5,-3],[4,5],[3,-3],[1,3],[3,-1],[-2,13],[0,6],[1,1],[-1,1],[-3,10],[-1,20],[3,8],[2,-1],[0,-3],[7,-13],[4,9],[1,-1],[2,5],[1,-1],[3,18],[7,12],[-1,4],[-2,1],[-3,9],[-2,14],[1,22],[-2,10],[-3,12],[-1,8],[9,6],[2,6],[10,10],[3,14],[-1,6],[5,15],[-3,6],[-6,2],[-7,7],[-3,-1],[0,12],[2,3],[3,-1],[1,3],[-3,5],[1,2],[-3,6],[-1,11],[1,12],[-1,7],[2,7],[10,7],[6,9],[10,-1],[2,-9],[5,-3],[3,2],[4,9],[1,-1],[3,5],[3,0],[5,7],[2,10],[5,9],[1,11],[3,0],[4,-13],[2,3],[1,6],[2,5],[3,2],[4,8],[1,-5],[0,-13],[2,-4],[1,-10],[2,-3],[-1,-12],[1,-12],[0,-8],[5,-19],[0,-6],[-2,-5],[1,-7],[0,-6],[3,7],[6,3],[2,7],[1,6],[1,2],[2,-1],[4,6],[5,0],[3,-7],[2,-2],[7,17],[5,1],[2,5],[2,-1],[3,-13],[1,2],[0,2],[2,1],[-2,10],[1,6],[0,7],[-4,11],[0,5],[4,-5],[2,2],[2,-2],[5,-5],[5,4],[3,-2]],[[9230,7722],[-1,-4],[-3,-5],[-5,-24],[1,-7],[-4,-10],[-6,-3],[-2,-7],[-7,6],[-1,-5],[1,-4],[-5,-7],[1,-7],[-5,-8],[-3,-1],[-4,6],[-3,-10],[-6,0],[-4,-5],[-6,1],[-1,-6],[2,-11],[0,-7],[-4,1],[-1,-7],[-4,-5],[1,-6],[3,-3],[0,-4]],[[8743,7064],[0,1],[-1,4],[-1,8],[-1,5],[0,2],[-1,2],[-1,4],[-3,9],[0,1],[0,2],[0,4],[0,4],[0,2],[0,1],[-1,1],[-1,5],[0,2],[0,1],[-1,1],[0,1],[-4,2],[-2,0],[-3,0],[-1,0],[-1,1],[-1,1],[-2,2],[-2,2],[0,3],[1,5],[1,2],[1,0],[1,2],[3,0],[3,-1],[4,-3],[0,-1],[0,-2],[1,0],[1,-2],[1,0],[2,-1],[1,0],[1,0],[1,1],[1,0],[1,2],[2,2],[0,1],[1,0],[0,1],[3,6],[2,1],[1,1],[1,0],[4,5],[1,2],[2,1],[2,3],[1,2],[3,4],[1,2],[1,2],[3,4],[2,5],[4,6],[1,2],[2,2],[0,1],[3,5],[3,6],[1,3],[2,3],[0,1],[2,4],[1,1],[1,4],[1,5],[1,1],[0,2],[1,3],[1,1],[0,2],[1,3],[2,7],[0,6],[2,3],[3,7],[2,3],[2,7],[3,5],[1,6],[1,1],[0,1],[1,0],[3,3],[2,3],[1,1],[1,-1],[1,0],[0,-1],[0,-1],[0,-2],[-1,-1],[1,-1],[1,0],[1,-1],[0,1],[1,0],[1,1],[0,1],[0,2],[1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[-3,1],[0,8],[2,0],[1,2],[1,0],[0,1],[1,1],[1,2],[0,1],[0,1],[1,1],[2,9],[2,4],[1,2],[1,4],[3,9],[1,1],[1,5],[3,7],[2,7],[1,5],[2,5],[2,4],[0,1],[0,1],[0,1],[0,2],[0,2],[0,1],[0,1],[0,3],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[0,1],[0,9],[0,1],[0,6],[0,2],[1,2],[1,9],[0,3],[1,5],[1,8],[1,3],[1,5],[1,5],[1,6],[1,11],[1,2],[0,5],[1,3],[0,4],[1,2],[1,9],[1,9],[-1,6],[1,5],[1,5],[1,5],[2,9],[1,9],[2,11],[0,3],[0,3],[0,1],[1,2],[0,2],[2,6],[1,5],[1,5],[2,7],[2,10],[1,5],[1,5],[1,7],[1,2],[1,5],[0,4],[2,9],[1,4],[1,6],[1,8],[2,8],[1,7],[1,6],[2,8],[2,10],[1,5],[1,4],[1,6],[0,4],[0,2],[1,6],[1,5],[2,9],[2,7],[0,3],[4,21],[1,10],[2,7],[1,7],[2,9],[1,7],[1,9],[2,11],[1,5],[2,8],[1,5],[0,4]],[[8920,7836],[10,-11],[2,-8],[-1,-3],[8,0],[3,5],[6,-7],[3,-1],[1,-5],[6,-4],[1,10],[6,15],[7,5],[8,-5],[3,-4],[14,-5],[3,2],[2,-3],[2,0],[4,3],[4,-14],[2,1],[4,-6],[4,0],[-2,-9],[1,-3],[-1,-8],[1,-1],[11,2],[1,9],[4,10],[2,11],[2,2],[0,4],[13,0],[3,-4],[1,-40],[2,-4],[-3,-9],[0,-12],[5,-12],[6,14],[2,18],[-1,5],[13,1],[1,7],[11,13],[1,13],[4,-4],[0,-3],[2,-1],[4,-11],[2,-2],[1,3],[-1,3],[1,5],[-2,-1],[0,3],[-3,3],[0,3],[1,6],[3,5],[2,-7],[2,-1],[0,-5],[2,-5],[1,2],[1,-5],[1,0],[2,-18],[-1,-10],[3,-4],[6,-20],[-1,-4],[-4,-2],[0,-13],[-6,-2],[-1,-3],[4,-6],[5,-2],[3,3],[2,-4],[0,10],[6,3],[2,7],[1,1],[6,11],[1,7],[3,3],[0,6],[1,3],[2,-2],[0,13],[2,5],[1,0],[2,-14],[9,-10],[2,-6],[0,3],[-1,0],[1,3],[0,5],[3,5],[-1,5],[-2,0],[3,4],[-1,2],[1,3],[-4,4],[-7,17],[1,7],[3,5],[0,4],[3,6],[0,4],[2,11],[5,9],[0,-2],[4,0],[2,3],[3,13],[4,-1],[9,-15],[1,11],[5,8],[6,20],[6,-7],[1,-5],[4,-5],[3,-1],[0,-9],[-2,-6],[-2,-18],[1,-7],[-2,-6],[0,-6],[5,-9],[1,-6],[0,-3],[1,-1],[0,-4],[1,-1],[0,-2],[1,1],[1,-5],[2,-2],[0,-5],[3,1],[-1,-5],[2,0],[0,-5],[2,-6],[0,-4],[1,-5],[-1,-6],[-4,-4],[-1,-8],[-4,-5],[1,-3],[3,-4],[2,1]],[[9695,8054],[0,-2],[-1,-3],[-1,-7],[-2,-7],[-1,-2],[-1,-1],[-2,0],[-1,4],[-1,1],[-2,-1],[-2,-3],[-1,-1],[-2,-1],[-1,1],[-3,-7],[-2,-2],[0,-3],[-1,-5],[-1,-5],[-1,-4],[0,-3],[-1,-4],[0,-6],[-2,-4],[-1,-2],[-1,-7],[2,-3],[2,-1],[2,-4],[-1,-6],[-1,-3],[1,-4],[2,-6],[0,-2],[0,-5],[-2,-5],[0,-4],[2,-6],[0,-3],[1,-5],[0,-1],[0,-2],[1,-2],[1,-2],[3,-3],[2,-3],[1,1],[2,1],[2,-1],[2,-2],[3,-1],[2,-1],[0,-1],[1,-2],[1,-1],[3,2],[2,-6],[2,-2],[3,-5],[1,-6],[2,-4],[1,-3],[0,-1],[1,-5],[0,-5],[1,-5],[0,-5],[0,-2],[1,0],[4,-3],[1,-1],[3,0],[1,0],[0,-1],[0,-1],[0,-2],[-2,-3],[0,-2],[2,-2],[2,-2],[1,-3],[1,-4],[1,-1],[-1,-7],[0,-1],[2,-4],[1,-5],[0,-2],[-1,-3],[0,-1],[0,-1],[1,0],[2,-1],[2,-2],[0,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-2,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-5],[0,-4],[0,-2],[-1,-2],[-2,-7],[-1,-3],[0,-1],[0,-3],[1,-4],[1,-2],[0,-2],[-1,-1],[-2,-4],[-1,-2],[0,-2],[1,-2],[0,-2],[1,-2],[0,-2],[0,-8],[0,-2],[0,-3],[-3,-4],[-2,-5],[-2,-3],[-1,-3],[-1,-2],[0,-1],[0,-6],[1,-3],[2,-5],[0,-8],[-2,-7],[-1,-5],[0,-1],[1,-1],[0,-4],[1,-3],[-1,-6],[-1,-8],[-2,-6],[-3,-3],[-2,-1],[0,-1],[-2,-2],[-1,-3],[0,-2],[-1,-4],[0,-6],[0,-2],[-2,-2],[-2,-1],[0,-1],[-1,-6],[-1,-1],[0,-1],[-3,-2],[-2,0],[-1,1],[-2,-2],[-1,-1],[0,-1],[-2,-1],[-1,-1],[-1,-5],[-1,-4],[-1,-5],[0,-7],[-1,-4],[0,-1],[1,-2],[0,-1],[1,0],[0,-1],[1,-3],[0,-5],[0,-1],[2,-3],[0,-6],[-2,-5],[-1,-4],[-1,-4],[0,-8],[-1,-7],[-1,-7],[0,-6],[0,-1],[0,-2],[2,-1],[0,-1],[0,-1],[-1,-3],[-2,-6],[-2,-8],[0,-2],[-2,-7],[0,-2],[-1,-8],[0,-4],[0,-4],[0,-1],[-2,-4],[-1,-1],[0,-8],[-4,-2],[-1,-1],[-1,0],[-2,-1],[-5,-4],[-2,-2],[-1,-1],[-1,0],[-3,-2],[-2,0],[-1,0],[-6,5],[-2,1],[-5,1],[-3,-1],[-1,0],[-4,0],[-1,-1],[-3,-4],[-4,-6],[-2,0],[-1,0],[-3,2],[-3,1],[-3,2],[-4,1],[-3,2],[-4,2],[-2,-1],[-3,-2],[-6,4],[-4,2],[-1,1],[-2,0],[-2,0],[-4,-1],[-2,-1],[-2,-1],[-1,0],[-4,-3],[-2,-1],[0,-2],[-1,-2],[0,-1],[-4,-1],[-3,-3],[-2,-1],[-2,-2],[-2,-4],[0,-1],[-2,-2],[-1,0],[-1,0],[-4,3],[-2,2],[-3,1],[-1,1],[-5,3],[-2,0],[-5,-1],[-1,-1],[-2,-2],[-1,-1],[-1,1],[-4,2],[-5,3],[-1,1],[-3,5],[-1,0],[-1,2],[-2,1],[-3,2],[-5,1],[-4,0],[-2,2],[-4,1],[-3,-1],[-4,1],[-1,0],[-2,0],[-2,0],[-4,1],[-2,0],[-1,-1],[-1,-1],[-1,-2],[0,-1]],[[9230,7722],[-1,9],[2,6],[7,-8],[3,1],[3,5],[-2,8],[1,11],[3,-4],[0,-4],[5,-3],[2,1],[2,14],[3,-6],[4,0],[2,-3],[1,4],[-2,13],[2,8],[1,-6],[4,-8],[2,3],[3,-1],[-1,7],[-2,5],[0,5],[2,-2],[4,-10],[3,0],[-1,8],[1,3],[5,0],[6,-12],[0,9],[3,6],[1,11],[5,-3],[2,3],[6,-4],[3,3],[-1,6],[5,-4],[-3,20],[1,3],[-2,0],[-1,7],[5,10],[4,-1],[9,9],[3,9],[3,0],[3,-5],[4,-3],[5,-1],[7,-15],[0,5],[2,5],[1,3],[-3,-1],[-1,5],[2,5],[2,2],[-2,8],[0,5],[3,6],[-1,1],[-5,-5],[-2,3],[4,2],[3,5],[0,5],[5,-2],[-2,-3],[1,-3],[5,-16],[2,0],[-2,4],[1,3],[5,5],[3,10],[5,6],[0,5],[-3,1],[-1,2],[5,5],[2,-1],[1,2],[-2,19],[-7,8],[-8,13],[1,10],[-1,3],[-6,1],[-3,3],[-2,7],[1,8],[-4,6],[6,20],[4,7],[1,22]],[[9364,8025],[5,8],[4,-3],[10,3],[3,9],[5,7],[2,8],[10,10],[9,0],[2,3],[10,17],[1,4],[4,6],[0,10],[2,6],[1,7],[1,1],[4,1],[4,-3],[3,-10],[5,9],[13,-2],[1,4],[1,7],[6,15],[-1,6],[2,20],[3,11],[4,6],[4,9],[10,8],[2,-3],[4,-13],[4,0],[4,6],[3,-2],[0,-4],[5,-6],[5,0],[5,2],[6,10],[2,0],[4,-2],[2,-9],[2,16],[-1,3],[6,11],[2,0],[1,3],[4,-10],[2,-1],[3,5],[0,2],[2,6],[3,-4],[6,-4],[0,-21],[-3,-16],[1,-10],[-1,-6],[2,-3],[-2,-3],[2,-2],[-1,-11],[-4,-8],[-1,-8],[-7,-19],[-3,0],[-5,-9],[-2,1],[-1,-2],[6,-13],[4,-2],[5,-8],[4,1],[2,-2],[3,-5],[6,2],[7,-9],[5,12],[1,6],[5,10],[8,-4],[2,-4],[2,-1],[1,-3],[3,1],[2,-8],[2,1],[5,8],[6,7],[1,8],[-1,6],[3,10],[-1,4],[5,14],[2,1],[4,-4],[2,-6],[0,-8],[4,-17],[-3,-6],[5,-7],[4,1],[4,-3],[4,4],[7,0],[2,-2],[3,5],[0,7],[4,0],[4,-9],[6,-4],[1,-4],[4,-2],[4,-5],[1,1],[4,-10]],[[9135,8166],[2,3],[4,0],[5,-16],[2,0],[0,7],[5,1],[5,-4],[2,-4],[2,-7],[3,-3],[2,-9],[5,-2],[2,-7],[3,-4],[4,3],[2,-4],[1,1],[1,9],[8,10],[5,-3],[2,5],[2,-2],[2,-8],[3,3],[2,8],[7,-7],[6,0],[2,-5],[1,10],[4,-4],[2,0],[11,22],[3,1],[2,2],[3,10],[5,-1],[2,4],[3,10],[14,4],[9,14],[5,2],[7,19],[3,-1],[4,2],[1,4],[2,1],[1,5],[4,7],[0,6],[5,6],[2,7],[3,3],[3,11],[5,6],[2,0],[2,8],[4,4],[2,5],[3,-3],[5,6]],[[9346,8301],[0,-17],[12,-25],[-5,-19],[-3,2],[-3,-1],[-9,-12],[1,-15],[7,-11],[7,3],[5,-1],[0,-17],[1,-15],[-2,-5],[1,-5],[0,-3],[-3,-3],[0,-9],[7,-4],[2,-8],[2,-2],[2,3],[1,-3],[4,0],[1,-4],[-3,-16],[-3,-1],[-3,3],[-4,-4],[-1,-6],[-3,1],[-2,-2],[-2,-17],[-1,-7],[-2,-2],[0,-11],[-3,-6],[1,-9],[8,-1],[6,-16],[2,-11]],[[8920,7836],[1,4],[1,3],[0,2],[0,2],[0,2],[0,1],[1,7],[2,8],[1,9],[1,5],[1,2],[0,4],[1,5],[1,8],[1,3],[0,3],[1,4],[1,8],[0,2],[0,9],[0,4],[0,2],[-1,4],[-2,4],[0,5],[0,2],[0,1],[-1,1],[0,2],[0,2],[-1,1],[0,2],[-1,1],[-1,1],[-1,1],[-1,1],[-2,3],[-2,5],[0,1],[-1,1],[-1,0],[-1,1],[-2,4],[0,5],[0,1],[0,1],[0,1],[0,1],[1,2],[1,5],[2,10],[1,4],[0,2],[2,10],[1,7],[1,7],[2,10],[1,5],[2,10],[1,4],[1,8],[1,5],[1,6],[1,10],[2,7],[0,5],[1,5],[1,6],[1,8],[1,4],[1,7],[1,4],[0,6],[1,8],[1,9],[1,5],[1,6],[0,4],[1,6],[1,4],[0,5],[1,10],[1,5],[0,3],[1,7],[1,7],[1,10],[1,8],[1,6],[1,9],[0,2],[1,6],[1,9],[1,4],[0,4],[1,3],[0,2],[0,1],[0,3],[1,4],[0,3],[1,3],[1,6],[1,9],[0,3],[0,3],[1,4]],[[8965,8323],[6,-10],[13,-25],[2,-8],[4,-4],[7,-15],[8,-18],[-2,-2],[10,-12],[6,-5],[5,3],[2,8],[-1,19],[1,7],[-1,6],[5,17],[2,4],[3,-2],[0,-3],[3,-2],[3,2],[3,-2],[4,-15],[2,-14],[-3,-8],[-1,-23],[0,-8],[3,-13],[12,6],[4,8],[1,-1],[5,8],[5,2],[-1,-16],[1,-7],[2,0],[1,-4],[2,0],[4,-11],[-1,-7],[2,-3],[-3,-8],[2,-2],[0,-3],[-4,-18],[3,-14],[0,-17],[-11,-3],[-7,3],[2,-25],[2,1],[6,-3],[7,3],[4,-4],[4,1],[1,-8],[4,-2],[3,11],[-1,28],[8,7],[2,-2],[6,2],[0,7],[3,11],[-1,4],[0,7],[0,-3],[5,-1],[7,-7],[2,3],[5,3],[1,15],[-1,5]],[[9513,8735],[6,-13],[5,-2],[1,-6],[-2,-2],[1,-3],[-3,-12],[-4,-5],[-2,0],[-9,7],[-2,9],[1,10],[4,17],[4,0]],[[9704,8845],[0,-1],[0,-8],[-1,-3],[1,-2],[0,-1],[2,-2],[0,-1],[1,-7],[0,-1],[2,-2],[3,-2],[0,-1],[1,-4],[1,-5],[0,-1],[3,-4],[2,-4],[0,-3],[2,-7],[1,-3],[3,-5],[3,-5],[0,-1],[1,-1],[2,-5],[1,-6],[1,-7],[1,-6],[1,-6],[1,-3],[1,-7],[-1,-6],[0,-6],[0,-4],[0,-2],[2,-4],[1,-4],[1,-3],[2,-2],[2,-3],[1,-1],[2,-2],[4,1],[1,0],[0,-1],[1,-6],[0,-8],[2,-6],[-1,-4],[1,-4],[0,-4],[0,-5],[-3,-2],[-1,-1],[-2,0],[-1,0],[-1,1],[-1,-1],[0,-3],[1,-6],[0,-9],[0,-4],[0,-4],[1,-4],[1,-6],[0,-8],[-1,-6],[-1,-6],[-2,-6],[0,-5],[0,-5],[0,-7],[0,-4],[-1,-2],[0,-3],[-1,-4],[1,-2],[0,-2],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[2,-8],[2,-4],[2,-6],[1,-2],[0,-2],[0,-5],[-1,-4],[1,-6],[0,-2],[1,0],[1,-7],[1,-6],[0,-4],[1,-5],[-1,-5],[0,-6],[0,-1],[4,-5],[0,-1],[0,-2],[-2,-6],[-1,-8],[-1,-8],[-1,-5],[0,-4],[-2,-7],[-2,-5],[-2,-7],[-3,-7],[-1,-6],[-2,-3],[0,-2],[0,-2],[0,-2],[0,-4],[0,-3],[0,-3],[-2,-4],[-1,-5],[0,-4],[0,-1],[6,-3],[2,-2],[0,-1],[3,-3],[4,-3],[2,-4],[0,-2],[-1,-5],[0,-1],[0,-2],[0,-5],[0,-2],[0,-3],[1,-1],[1,-4],[1,-8],[1,-5],[0,-1],[-1,-2],[-1,0],[-2,-1],[-2,-4],[-1,-1],[-1,-3],[-1,-7],[0,-2],[-1,-5],[-1,-4],[-2,-4],[-3,-3],[-1,-5],[-2,-5],[-2,-12],[-1,-3],[0,-4],[2,-13],[1,-14],[1,-8],[1,-4],[2,-5],[1,-5],[2,-2],[1,-4],[2,-2],[2,-2],[0,-2],[1,-3],[2,-5],[2,-3],[1,-5],[1,-1],[1,-1],[2,-1],[1,-1],[1,-5],[0,-1],[0,-1],[-1,0],[-1,-1],[-1,-2],[-2,-4],[0,-6],[1,-4],[0,-3],[1,-9],[-1,-1],[-1,-3],[-1,-2],[-2,-4],[-4,1],[-3,-2],[-2,-4],[-1,-1],[-3,-3],[-2,-1],[-2,-4],[-1,-3],[-2,-3],[-1,-2],[-3,-4],[0,-2],[-1,-3],[0,-9],[0,-2],[1,-3],[0,-3],[-1,-5],[0,-3],[-1,-4],[0,-1],[-2,-3],[-1,-2],[-2,-1],[-2,-1],[-2,1],[-2,0],[-3,-3],[-2,-2],[-1,0],[-4,2],[-1,1],[-4,1],[-4,-1],[-3,1],[-1,-1]],[[9346,8301],[2,1],[0,9],[3,2],[5,-3],[8,0],[4,11],[4,2],[2,7],[5,-1],[1,3],[8,5],[3,10],[4,3],[3,2],[3,-3],[3,7],[5,-1],[2,9],[4,-1],[2,4],[4,1],[2,4],[6,-4],[2,4],[3,-3],[2,3],[2,0],[1,3],[5,3],[1,1],[-3,3],[-1,8],[2,6],[-1,2],[2,2],[4,25],[4,17],[-2,9],[10,15],[-4,8],[0,10],[3,5],[0,3],[2,-1],[2,7],[-3,5],[-8,-2],[-12,21],[-2,13],[0,2],[7,10],[3,11],[-5,17],[-4,5],[-5,2],[-5,8],[-3,1],[2,14],[6,11],[3,19],[3,5],[2,24],[4,10],[4,5],[2,5],[13,1],[6,-4],[0,-5],[1,-5],[5,-4],[1,-7],[6,-9],[-1,-5],[5,-6],[3,-2],[0,-6],[3,-3],[1,-6],[7,12],[3,12],[0,6],[1,0],[4,12],[5,26],[6,0],[3,-10],[2,6],[-3,6],[3,6],[1,26],[7,17],[8,5],[2,7],[-2,3],[4,29],[-5,9],[-7,2],[-6,10],[-3,-1],[1,9],[-2,6],[1,8],[6,1],[6,-3],[4,3],[2,10],[-3,4],[1,1],[-1,2],[1,3],[-2,4],[1,7],[-2,2],[4,28],[2,5],[0,8],[1,7],[0,11],[2,13],[2,4],[6,19]],[[9555,8958],[9,-4],[5,7],[8,3],[9,-9],[7,0],[6,-10],[12,-1],[1,3],[1,14],[3,12],[7,7],[3,16],[3,3],[2,-3],[-1,-26],[-1,-4],[-4,-3],[-1,-7],[2,-3],[11,1],[4,-4],[2,-6],[-4,-14],[-4,-8],[-1,-14],[2,-11],[7,-5],[10,-12],[3,-6],[0,-9],[3,-4],[6,-7],[6,4],[4,-5],[2,0],[2,-12],[3,0],[4,9],[3,2],[4,-5],[11,-2]],[[9504,9031],[17,-16],[2,-17],[4,-10],[0,-10],[5,-2],[2,-9],[7,-4],[4,3],[3,-4],[5,4],[2,-8]],[[9135,8166],[-1,2],[0,5],[2,4],[0,18],[2,2],[-2,12],[3,2],[4,8],[-3,4],[0,2],[5,13],[6,4],[-1,7],[0,9],[-6,19],[-1,6],[2,1],[-2,4],[3,7],[2,-1],[10,7],[7,11],[7,-6],[6,8],[-1,4],[-4,7],[-4,13],[-5,4],[-2,31],[-4,9],[-4,19],[1,0],[0,4],[1,-1],[2,4],[1,-3],[1,5],[2,1],[1,-2],[3,3],[1,-2],[5,5],[6,2],[1,5],[-13,17],[-2,-3],[-4,5],[-1,17],[2,1],[1,17],[-1,0],[-3,7],[1,17],[-1,2],[-3,-2],[-3,11],[-3,2],[-2,6],[1,8],[-3,11],[0,10],[3,0],[1,3],[5,0],[5,5],[1,4],[3,1],[3,6],[3,-1],[0,3],[-2,2],[0,3],[1,-2],[2,4],[2,11],[-2,3],[4,5],[2,7],[-1,8],[5,7],[0,5],[3,14],[-7,31],[9,9],[10,-17],[6,-2],[10,21],[7,-11],[8,-7],[9,7],[1,12],[-3,7],[-2,17],[-5,8],[3,20],[-4,17],[-1,14],[1,4],[4,3],[2,10],[4,9],[2,0],[0,7],[5,7],[-1,11],[0,11],[-3,5],[-2,-12],[-1,2],[-5,-7],[-1,-10],[-5,-9],[-4,0],[-7,11],[-1,-3],[-3,2],[-3,0],[-6,10],[-8,-4],[2,3],[-1,6],[3,8],[-2,3],[-3,-2],[0,2],[-3,3],[-4,-5],[0,5],[-2,2],[2,5],[-3,2],[2,3],[1,-2],[1,1],[-1,3],[1,3],[0,12],[0,3],[-3,1],[1,9],[-2,3],[-4,-2],[-5,8]],[[9172,8883],[2,4],[3,-1],[3,1],[4,9],[5,1],[4,12],[3,3],[6,-1],[6,-5],[5,1],[6,-6],[4,0],[4,4],[3,1],[2,6],[7,7],[3,-4],[2,-6],[6,1],[6,-3],[7,6],[4,1],[5,8],[6,1],[12,11],[2,-2],[5,9],[3,0],[5,-5],[7,2]],[[9312,8938],[3,-1],[2,2],[1,11],[2,3],[1,-1],[1,1],[3,19],[3,4],[5,1],[13,-7],[6,-5],[2,3],[1,10],[3,3],[4,-3],[5,-7],[4,0],[12,-7],[7,0],[8,-4],[2,3],[3,8],[8,11],[11,-4],[9,2],[10,-5],[6,5],[1,5],[6,8],[4,15],[1,0],[8,-9],[6,18],[2,3],[14,0],[2,2],[3,10],[2,3],[8,-4]],[[8965,8323],[0,1],[0,5],[1,9],[1,11],[1,2],[0,2],[0,3],[1,7],[1,6],[1,9],[1,9],[0,3],[1,8],[1,8],[2,8],[0,2],[1,8],[0,2],[0,2],[1,10],[1,6],[-1,4],[0,6],[-1,4],[1,8],[1,7],[0,1],[0,4],[1,4],[1,4],[0,3],[1,5],[0,7],[1,2],[1,7],[1,8],[1,5],[0,4],[1,3],[1,6],[0,4],[1,2],[1,6],[0,2],[0,3],[0,2],[1,3],[1,8],[0,3],[1,10],[2,10],[0,1],[1,8],[1,6],[1,8],[1,6],[0,1],[0,2],[1,3],[1,10],[1,8],[1,9],[1,6],[1,7],[0,2],[1,9],[1,5],[0,3],[1,10],[1,10],[1,6],[1,3],[0,1],[0,1],[1,11],[0,4],[1,8],[1,4],[0,3],[0,7],[1,8],[0,7],[1,6],[0,3],[1,5],[1,8],[1,11],[0,2],[0,5],[0,2],[0,2],[1,1],[-1,8],[0,5],[1,7]],[[9020,8831],[4,0],[2,3],[3,0],[7,8],[5,-12],[11,-1],[3,2],[1,11],[5,9],[3,1],[3,5],[5,-26],[4,-6],[1,0],[5,4],[-1,9],[6,3],[1,3],[3,2],[-1,2],[-2,-1],[0,3],[-7,6],[2,13],[4,0],[8,-10],[3,11],[8,-17],[-1,-8],[1,-7],[6,-7],[7,-3],[3,-8],[0,-3],[2,2],[-1,10],[1,10],[-4,3],[-2,6],[0,12],[1,2],[-1,7],[7,-3],[5,1],[5,-10],[4,0],[8,18],[5,1],[5,11],[1,7],[2,3],[3,-1],[3,-12],[4,-3],[2,2]],[[9288,9200],[1,-3],[-1,-12],[7,-2],[3,-6],[-1,-7],[-3,-3],[-1,-7],[-2,-4],[1,-3],[3,-6],[6,-1],[4,-5],[5,-11],[4,-4],[-5,-13],[3,-10],[-1,-8],[4,-1],[4,-5],[1,-7],[-1,-12],[5,-1],[3,-6],[-2,-5],[1,-4],[-2,-5],[-4,-19],[2,-21],[-1,-6],[-3,-9],[1,-6],[-1,-1],[3,-5],[-5,-8],[1,-4],[0,-4],[-5,-9],[-1,-4],[2,-8],[-1,-7]],[[9020,8831],[0,1],[0,9],[-1,8],[-1,9],[-1,4],[0,1],[-1,2],[-1,9],[0,7],[0,7],[0,3],[0,4],[0,1],[0,1],[0,4],[0,4],[0,3],[-1,5],[0,4],[-1,4],[-1,4],[0,3],[0,11],[-1,4],[-1,7],[0,1],[0,2],[0,1],[1,2],[0,2],[0,1],[0,1],[0,1],[-1,1],[-1,-1],[1,-1],[-1,1],[-1,1],[0,1],[1,-2],[0,1],[1,0],[-2,4],[0,2],[-1,3],[0,1],[-1,2],[-1,2],[-1,2],[0,2],[-1,4],[-1,5],[-2,9],[-4,7],[0,1],[-1,0],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-3],[1,-3],[0,-2],[0,-1],[-1,4],[-1,5],[0,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,3],[0,3],[-1,4],[-2,5],[0,2],[-1,1],[0,2],[1,8],[0,8],[-1,3],[-2,8],[-1,6],[0,10],[1,8],[-1,2],[0,1],[0,1],[-1,11],[-1,4],[0,6],[-1,7],[0,4],[-2,8],[-1,10],[0,3],[0,2],[0,4],[0,2],[0,2],[0,3],[1,3],[0,1],[-1,4],[0,2],[0,2],[-1,1],[0,1],[-1,1],[-3,8],[0,2],[-1,2],[0,4],[0,1],[-1,3],[0,1],[-1,2],[0,1],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,-1],[0,1],[1,1],[-1,1],[-1,1],[0,1],[-1,0],[0,1],[0,1],[0,3],[0,3],[-1,2],[0,3],[-2,6],[-1,5],[-1,5],[1,2],[0,1],[0,1],[-1,1],[0,1],[-1,4],[0,1],[0,1],[-1,10],[0,4],[1,4],[0,9],[1,3],[0,5],[1,4],[0,2],[0,3],[0,7],[1,4],[0,1],[0,2],[0,1],[0,2],[0,2]],[[8968,9299],[9,-6],[3,3],[2,-9],[4,-7],[4,2],[4,-2],[4,-11],[7,7],[5,-4],[5,-9],[3,-17],[4,-3],[2,1],[2,-4],[3,1],[0,-6],[3,1],[1,-2],[3,4],[4,-12],[2,-1],[-1,-6],[-7,-3],[0,-2],[-3,-2],[-2,-4],[3,-19],[0,-10],[1,-4],[1,-10],[2,-3],[1,7],[2,2],[16,-3],[3,4],[5,-5],[3,4],[5,-1],[1,3],[-1,7],[4,8],[2,0],[0,5],[4,2],[4,-2],[3,4],[3,-1],[5,4],[2,-1],[0,-5],[3,-2],[0,-5],[4,0],[4,3],[6,13],[1,5],[2,1],[6,-3],[-4,-9],[0,-11],[6,7],[2,-6],[4,1],[1,3],[2,-1],[5,6],[1,4],[2,-1],[4,3],[-1,-12],[3,-8],[2,-2],[0,-5],[3,-1],[2,-7],[1,1],[2,-3],[3,2],[1,-2],[3,5],[2,17],[-2,7],[4,2],[1,6],[3,1],[0,2],[1,2],[0,3],[4,5],[0,4],[5,-1],[2,2],[1,-2],[2,1],[0,4],[-1,8],[1,3],[-1,1],[4,2],[5,-3],[6,2],[3,-14],[2,3],[3,1],[3,-9],[0,-11],[5,-2],[1,-2],[2,0],[0,-3],[-2,-3],[-1,-11],[3,0],[3,-5],[0,-7],[4,-3],[1,-3],[1,3],[4,-7],[4,-1],[3,-5],[-1,-3],[2,-1],[3,2],[1,7],[2,5],[2,0],[0,-4],[1,0],[2,-6],[4,-2],[3,-10],[2,-3],[2,0],[4,6],[-1,4],[6,4],[0,3],[2,7],[2,1],[4,4],[0,9],[3,5],[0,7],[3,8]],[[9504,9031],[4,11],[1,6],[-2,13],[4,9],[3,-4],[7,-2],[1,2],[-1,4],[-3,3],[2,4],[-2,7],[3,3],[1,8],[-3,6],[1,7],[7,8],[1,7],[4,4],[-6,11],[5,8],[3,9],[3,-1],[7,7],[7,1],[0,3],[-14,11],[-5,13],[0,4],[2,3],[1,5],[-1,1],[-2,5],[0,3],[1,0],[0,3],[-1,1],[0,6],[-2,2],[0,7],[2,3],[-2,3],[1,3],[-1,3],[3,9],[-3,17],[4,8],[5,4],[4,-1],[1,8],[9,2],[4,4],[-2,4],[1,11],[0,8],[2,8],[-1,4],[4,6],[-1,4],[3,7],[18,3],[4,4],[-2,2],[0,7],[-3,4],[0,7],[-3,4],[-1,9],[-3,9],[0,10],[2,10],[-2,9],[2,21],[3,4],[1,3],[-2,11],[2,13],[12,39],[2,32],[1,5],[4,3],[1,14],[2,2],[5,2],[1,8],[-2,14],[2,2],[1,10],[-1,3],[-3,0],[-1,6],[-3,-1],[1,5],[-2,-1],[0,13],[-4,3],[2,5],[-1,4],[-2,-1],[0,3],[-1,1],[-1,5],[1,4],[1,-1],[0,3],[-1,6],[-2,1],[3,11],[0,9],[2,3],[0,11],[2,7],[-3,7],[1,6]],[[9596,9717],[1,1],[3,8],[2,10],[1,9],[0,5],[0,2],[1,0],[0,2],[2,3],[1,1],[-1,6],[-2,5],[-1,3],[-1,3],[0,4],[0,4],[0,5],[1,5],[-1,7],[0,6],[0,4],[0,2],[2,6],[0,1],[1,1],[2,0],[5,-3],[1,0],[0,-1],[1,3],[0,1],[1,4],[1,3],[1,1],[3,3],[2,-1],[4,-2],[2,-1],[2,-3],[1,-1],[5,-4],[1,-2],[4,-3],[1,-10],[2,-7],[1,-5],[2,-2],[2,-2],[1,0],[4,0],[1,1],[2,1],[0,2],[1,1],[1,0],[3,-2],[4,-2],[2,0],[2,0],[1,0],[3,1],[1,4],[1,5],[1,4],[1,2],[3,5],[2,3],[1,1],[1,0],[3,-2],[4,-2],[1,-1],[2,-9],[1,-5],[1,-7],[1,-4],[1,0],[3,2],[1,0],[3,-2],[2,0],[4,-2],[3,-1],[1,-1],[1,-1],[2,0],[3,1],[3,2],[1,1],[1,2],[1,2],[4,-2],[2,-1],[3,-2],[1,-1],[3,4],[1,-1],[1,-1],[1,0],[3,3],[4,21],[1,3],[-1,23],[3,-2],[3,-2],[3,0],[1,0],[3,-1],[1,-1],[3,-3],[1,-9],[2,-9],[1,-6],[0,-2],[3,-15],[3,-3],[6,-3],[2,-1],[4,1],[3,-3],[3,-2],[2,1],[3,1],[8,3],[3,1],[3,1],[6,2],[4,-2],[2,0],[1,1],[1,0],[0,1],[0,2],[1,3],[2,2],[1,0],[1,0],[0,-1],[2,1],[4,15],[0,5],[2,-3],[4,-5],[5,-8],[2,-4],[1,-2],[2,-2],[1,-9],[0,-5],[-1,-6],[-2,-8],[-2,-7],[1,-3],[-1,-7],[-1,-5],[-2,-4],[-1,-5],[-1,-4],[3,-2],[3,-2],[2,0],[3,-1],[2,-2],[5,-1],[3,0],[1,-4],[0,-1],[0,-2],[-2,-4],[-2,-4],[0,-1],[1,-1],[0,-2],[0,-2],[0,-1],[-1,-4],[0,-1],[0,-2],[-1,-6],[-1,-4],[0,-2],[0,-2],[0,-1],[0,-5],[0,-4],[0,-4],[-2,-7],[-1,-4],[-1,-7],[-2,-5],[0,-5],[1,-2],[0,-3],[0,-3],[-1,-5],[-1,-5],[-2,-6],[-1,-3],[0,-2],[1,-3],[-1,-3],[0,-1],[0,-2],[-1,-2],[-3,-2],[-1,-3],[0,-5],[0,-1],[0,-1],[1,0],[1,0],[2,-2],[0,-6],[0,-4],[1,-4],[1,-5],[1,-6],[2,-7],[1,-5],[0,-3],[0,-2],[-1,0],[-1,3],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,-2],[1,-1],[0,-4],[2,-8],[3,-5],[3,-4],[3,-4],[3,-4],[1,-3],[2,-5],[4,-4],[1,0],[2,0],[2,0],[3,4],[2,3],[3,3],[4,0],[2,9],[0,6],[1,2],[2,1],[1,0],[1,0],[3,-2],[3,-3],[4,-1],[2,0],[1,1],[2,0],[3,-2],[2,-1],[5,-2],[1,-1],[5,2],[1,2],[1,-1],[1,0],[5,-3],[4,-3],[2,-2],[3,-2],[2,-1],[5,-3],[1,-1],[2,-2],[3,-4],[2,-3],[0,-1],[3,-5],[2,-4],[3,-4],[1,-2],[3,-5],[3,-11],[1,-6],[2,-7],[2,-4],[4,-3],[2,-2],[2,-1],[2,0],[1,-2],[2,-3],[1,-5],[0,-4],[1,-3],[2,-7],[-1,-3],[-2,-2],[-1,-2],[-2,-4],[-2,-4],[-1,-1],[-1,-7],[-1,-6],[0,-3],[0,-2],[-1,-4],[-2,-3],[-1,-2],[-1,-3],[-1,-5],[-3,-6],[-2,-4],[-1,-2],[-2,-1],[-1,0],[0,-3],[2,-10],[-1,-3],[-1,-1],[-1,-1],[-1,1],[-2,-1],[-1,-3],[-1,-4],[0,-3],[-3,-4],[-1,-1],[-1,-2],[-1,-1],[0,-1],[0,-2],[0,-5],[0,-2],[0,-1],[-1,-3],[-3,-5],[-2,-6],[-2,-3],[0,-2],[0,-2],[0,-2],[1,-2],[1,-1],[1,-3],[1,-4],[0,-1],[-2,-6],[-1,-2],[-2,-5],[0,-2],[-3,-3],[-1,-2],[-1,0],[-1,1],[-2,0],[0,-1],[-1,-1],[-1,-3],[0,-3],[0,-2],[0,-1],[1,-1],[1,-1],[3,-3],[1,-2],[0,-2],[1,-7],[-1,-4],[-1,0],[-3,1],[-1,-2],[-3,-3],[-1,-1],[-1,-1],[-3,-2],[-1,0],[-1,0],[-1,2],[-1,2],[-1,4],[-1,3],[0,5],[-1,0],[-1,-1],[-3,-5],[-3,-1],[-2,-2],[0,-1],[-1,-1],[0,-5],[0,-8],[0,-3],[2,-4],[1,-1],[2,2],[1,-2],[0,-1],[0,-2],[-1,-3],[-3,-5],[-2,-2],[-4,0],[-2,0],[-2,-2],[-2,-2],[-1,-5],[-2,-4],[-1,-2],[0,-1],[0,-1],[3,-5],[1,-1],[0,-1],[-1,0],[-1,-3],[-2,-2],[-2,-1],[-1,-1],[-1,-5],[0,-1],[0,-2],[-1,-1],[1,-1],[0,-3],[0,-1],[0,-1],[-3,-5],[-2,-2],[-2,0],[-3,1],[-2,2],[-2,-1],[-1,-2],[-2,-3],[-1,-2],[-3,-5],[0,-3],[0,-2],[1,-1],[2,-3],[2,-3],[0,-2],[0,-1],[-1,-1],[-2,-2],[-2,-1],[-2,-4],[-2,-1],[-4,-1],[-1,1],[0,6],[-1,2],[-1,2],[-1,1],[-1,-1],[0,-2],[-1,-3],[-2,-3],[-3,-6],[-3,-3],[-1,-5],[-1,-6],[0,-2],[-1,-1],[-1,0],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-1,-3],[-2,0],[-2,1],[-2,2],[0,5],[0,3],[0,2],[-1,3],[-1,1],[-1,0],[0,-2],[-1,-3],[0,-3],[0,-2],[-1,-1],[-1,0],[-1,0],[-1,4],[0,1],[-1,0],[-4,-2],[-3,-3],[0,-1],[-1,-1],[-1,0],[-2,1],[-1,4],[-2,1],[-1,0],[0,-1],[-1,0],[0,-2],[-1,-6],[-1,-4],[-1,-2],[-1,1],[0,-1],[-2,-3],[-1,-2],[-1,-3],[-1,-2],[-4,-6],[-2,-7],[-1,-7],[0,-1],[0,-5],[-1,-4],[0,-1],[-1,-3],[-1,-3],[0,-2],[-1,-3],[-1,-3],[-3,-7],[-2,-4],[-2,-3],[-1,-1],[-2,-1],[-3,-6],[-2,-5],[0,-3],[-3,-4],[-1,-4],[-1,-2],[-1,-1],[-3,-3],[-2,-2],[-1,-5],[0,-6],[1,-5],[2,-5],[1,-7],[1,-1],[1,-2],[0,-2],[0,-2],[-1,-3],[-2,-2],[0,-1],[0,-1],[-1,-2],[0,-2],[-2,-2],[0,-1],[-1,-2],[0,-1],[-1,-5],[0,-1],[-1,-8],[-3,-6],[-2,-5],[0,-4],[-3,-4],[-3,-6],[-2,-4],[-2,-8],[-3,-3],[-2,-1],[-2,-2],[-1,0],[-1,-1],[-6,-1],[-3,1],[-4,0],[-3,0],[-2,2],[-1,0],[-2,1],[-2,2],[-3,2],[-2,2],[-1,1],[-1,1],[-1,0],[-2,-1],[-2,-5],[-2,-4]],[[9257,9657],[2,-11],[0,-6],[-1,-5],[-4,-1],[-1,-12],[-1,-1],[1,-8],[-1,-4],[1,-14],[-7,-12],[1,-8],[-1,-2],[-1,-14],[-3,-13],[-3,-6],[-5,-4],[-4,-14],[2,-2],[2,4],[2,-2],[12,6],[3,-3],[6,0],[5,9],[6,-3],[2,-9],[4,1],[2,-4],[0,2],[2,-2],[0,2],[4,-4],[0,-2],[1,0],[2,-5],[-2,-8],[-4,-6],[-1,-11],[2,-3],[0,-2],[-3,-8],[-1,-20],[3,-18],[5,-3],[7,3],[5,-11],[3,3],[6,-1],[6,-7],[4,-1],[6,7],[4,-6],[9,14],[3,14],[4,-4],[4,-9],[4,-15],[2,-3],[-2,-5],[2,1],[1,-2],[1,-6],[-2,-9],[-1,-1],[-2,-5],[1,-2],[-5,0],[-3,-3],[1,-7],[2,2],[0,-3],[-4,-4],[2,-6],[-1,1],[-2,-4],[-2,-1],[-1,-5],[-4,-3],[1,-13],[-11,-3],[-2,2],[0,3],[-2,-8],[1,-6],[-3,-11],[-3,-1],[-2,3],[-4,-3],[-5,-11],[0,-16],[-2,-10],[2,-7],[-1,-15],[-10,-18],[1,-13],[-2,-1],[-3,3],[1,-6],[-3,-2],[2,-5],[1,3],[2,-1],[0,-11],[-2,-6]],[[8968,9299],[0,6],[0,2],[-1,1],[-1,5],[-2,7],[-1,8],[0,8],[0,5],[1,1],[-1,1],[0,5],[-1,5],[-1,2],[0,1],[0,1],[0,2],[1,8],[-1,11],[0,1],[0,2],[0,1],[-1,5],[0,2],[-1,9],[0,3],[0,1],[-2,6],[0,3],[-1,2],[0,1],[0,3],[0,7],[-1,8],[-1,7],[0,3]],[[8954,9442],[1,2],[1,-4],[2,-3],[5,7],[2,-1],[3,4],[1,-3],[1,3],[1,-3],[5,1],[0,8],[3,3],[2,-6],[4,3],[3,12],[5,1],[3,-3],[3,9],[8,-1],[6,3],[5,-11],[2,1],[-1,15],[2,3],[0,4],[6,-3],[-1,-2],[0,-6],[6,1],[4,-10],[8,9],[3,-1],[4,-16],[2,-3],[-1,2],[5,1],[5,5],[-1,8],[2,11],[-2,8],[1,2],[-3,4],[2,8],[3,2],[1,6],[4,0],[3,43],[-2,2],[1,3],[6,13],[4,3],[2,-2],[1,-13],[9,5],[3,4],[1,6],[2,2],[2,4],[2,0],[3,6],[2,2],[0,2],[6,2],[4,-2],[2,4],[5,0],[3,9],[1,0],[3,-8],[5,-3],[6,5],[3,1],[9,-4],[3,7],[0,8],[2,5],[1,1],[3,-3],[3,-7],[2,-1],[4,7],[6,5],[2,6],[5,-1],[6,15],[3,2],[4,8],[3,-2],[2,3],[3,-5],[4,-1],[0,11]],[[9211,9654],[3,0],[2,0],[3,-3],[6,-6],[3,0],[4,2],[2,1],[3,-2],[1,-1],[2,0],[3,3],[3,1],[4,3],[4,2],[3,3]],[[2441,4721],[0,-1],[2,-2],[2,-2],[1,-1],[0,2],[1,0],[4,0],[2,1],[2,1],[0,1],[0,1],[4,3],[2,2],[3,3],[1,-2],[2,-2],[2,-1],[1,-1],[2,1],[2,3],[1,2],[1,-1],[1,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,-5],[0,-7],[-1,-1],[0,-1],[0,-4],[1,-1],[0,-2],[0,-1],[1,0],[2,-1],[2,-4],[3,-6],[1,-5],[1,-3],[2,-1],[2,-2],[1,-5],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[1,-4],[0,-1],[0,-1],[1,-3],[1,-2],[0,-1],[0,-2],[-1,-9],[-4,2],[-3,-1],[-3,-2],[-2,0],[-1,0],[-3,1],[-2,0],[-1,-1],[-1,-1],[-1,0],[0,1],[-1,0],[-2,5],[-1,1],[-1,3],[-1,3],[-1,4],[-2,3],[0,1],[-1,1],[-2,1],[-1,0],[-1,1],[-3,0],[-1,-2],[-5,-3],[0,-1],[-1,0],[-3,-4],[-4,3],[-2,-3],[-1,-1],[-1,-1],[-1,-1],[-1,2],[-1,1],[-1,2],[0,2],[-1,3],[-1,4],[-1,5],[0,8],[-1,6],[-1,4],[-2,5],[0,3],[-1,1],[0,1],[1,4],[2,7],[3,5],[6,6],[4,1]],[[9257,9657],[2,3],[3,6],[1,1],[1,0],[3,0],[4,1],[2,2],[0,2],[2,6],[0,3],[0,2],[1,1],[0,2],[1,1],[1,1],[2,3],[1,5],[1,5],[0,4],[3,5],[2,2],[2,2],[3,-1],[3,-2],[1,-2],[2,-1],[2,1],[2,4],[4,2],[3,5],[1,7],[1,4],[1,7],[1,7],[0,3],[0,5],[0,2],[0,3],[1,4],[0,3],[1,1],[1,0],[2,0],[2,0],[2,0],[1,-2],[0,-1],[1,-6],[-1,-6],[-1,-5],[0,-4],[1,-6],[0,-9],[0,-8],[0,-10],[-1,-5],[-1,-5],[1,-3],[1,-3],[1,-2],[2,-3],[1,-2],[2,6],[2,5],[3,3],[4,0],[1,1],[1,6],[0,1],[0,5],[-1,6],[5,-1],[1,0],[1,0],[3,1],[3,0],[4,1],[4,1],[2,1],[4,3],[1,3],[2,4],[2,4],[2,1],[1,0],[1,0],[2,-4],[1,-1],[1,-1],[4,2],[2,1],[2,3],[1,2],[3,4],[4,3],[1,0],[2,0],[4,-5],[2,-7],[2,-2],[1,0],[2,-2],[1,-2],[1,-2],[1,-2],[2,-4],[1,-1],[4,-1],[1,0],[1,0],[3,-1],[3,1],[1,3],[1,1],[1,0],[1,-2],[1,-1],[2,-2],[4,0],[2,1],[2,2],[1,-4],[0,-3],[-4,-4],[-2,-8],[-2,-7],[-1,-4],[-1,-4],[-1,-7],[-1,-6],[0,-4],[0,-2],[0,-1],[2,0],[4,4],[2,-1],[2,-1],[5,-1],[4,2],[3,2],[1,0],[2,-1],[3,2],[2,1],[2,2],[5,3],[3,4],[2,3],[1,4],[0,3],[-2,3],[-1,4],[1,4],[4,4],[2,1],[2,1],[0,-2],[3,-9],[4,3],[2,0],[1,-1],[3,1],[2,1],[3,-7],[0,-1],[-1,-7],[1,-5],[0,-2],[1,-4],[1,0],[3,-4],[3,-3],[1,-4],[0,-1],[-1,-2],[-1,-3],[0,-2],[0,-2],[0,-2],[0,-5],[0,-2],[1,-1],[3,2],[2,3],[2,3],[2,3],[1,2],[2,6],[0,1],[2,7],[1,3],[2,5],[2,2],[2,4],[3,3],[1,1],[3,-11],[0,-2],[5,4],[1,1],[1,0],[2,0],[3,-1],[3,-1],[1,-1],[1,1],[1,1],[2,3],[2,5],[4,0],[2,0],[1,0],[1,2],[3,4],[2,3],[1,2],[2,1],[2,2],[2,2],[2,1],[1,1],[3,-1],[3,1],[4,4],[1,2],[3,4],[1,0],[2,0]],[[8954,9442],[-1,7],[0,1],[0,2],[-1,1],[0,2],[-1,1],[-1,6],[-1,10],[0,3],[-1,4],[0,1],[0,1],[0,1],[0,7],[0,5],[0,4],[0,2],[0,2],[0,2],[0,1],[-1,3],[0,1],[-1,1],[-3,6],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[0,-1],[1,-1],[-1,1],[0,2],[0,2],[-1,7],[0,6],[-1,4],[0,1],[-1,2],[0,1],[-1,0],[-1,1],[0,2],[-1,4],[-1,6],[-1,5],[0,3],[-2,10],[-1,4],[-1,7],[-1,8],[0,7],[0,7],[0,3],[1,3],[0,1],[1,3],[0,3],[1,2],[0,1],[0,2],[0,1],[0,9],[-1,4],[1,7],[1,2],[0,1],[1,2],[0,3],[0,4],[-1,2],[-1,2],[-1,4],[0,1],[0,3],[-1,8],[0,5],[0,3],[0,1],[0,1],[0,1],[1,1],[1,1],[1,1],[0,1],[0,1],[0,2],[0,4],[0,2],[0,1],[0,1],[-1,7],[2,7],[1,1],[2,3],[2,2],[1,1],[2,6],[1,1],[2,2],[0,1],[1,6],[1,5],[1,3],[2,3],[3,3],[5,4],[2,1],[5,6],[2,2],[2,3],[2,4],[2,3],[2,2],[1,1],[1,1],[1,3],[1,1],[2,5],[1,5],[0,4],[-1,6],[0,3],[1,4],[1,2],[2,5],[3,3],[5,5],[1,2],[3,2],[3,2],[2,1],[2,4],[1,1],[1,1],[1,0],[1,-1],[1,2],[1,2],[1,3],[4,6],[0,1],[1,1],[0,2],[0,3],[0,2],[1,8],[0,3],[0,2],[-1,2],[0,2],[1,2],[0,2],[1,2],[1,1],[1,0],[1,1],[0,1],[1,1],[1,2],[1,4],[0,1],[1,3],[3,3],[2,1],[3,1],[1,0],[1,1],[4,1],[3,1],[2,0],[5,-2],[2,-2],[3,1],[4,1],[3,1],[2,2],[2,3],[2,2],[2,3],[1,1],[0,1],[-1,4],[-1,4],[1,4],[2,1],[1,0],[3,0],[4,0],[2,1],[2,2],[2,1],[1,0],[1,-1],[2,0],[1,0],[5,0],[3,2],[2,0],[3,0],[1,-1],[2,-5],[1,-2],[0,-2],[1,-1],[1,0],[2,0],[1,1],[1,0],[1,3],[3,4],[1,0],[3,0],[1,0],[1,0],[0,-1],[0,-1],[2,-2],[2,1],[1,1],[1,2],[1,2],[0,3],[1,3],[1,0],[2,2],[3,0],[1,0],[1,0],[1,-2],[1,-1],[1,-2],[2,-1],[1,0],[2,0],[2,5],[1,1],[0,3],[0,3],[0,1],[0,4],[1,1],[1,2],[2,0],[2,0],[2,0],[2,3],[1,2],[1,3],[2,3],[3,5],[1,2],[2,2],[1,0],[1,0],[1,-2],[1,-1],[1,0],[1,1],[0,1],[1,5],[0,6],[0,1],[1,2],[0,1],[1,1],[2,1],[1,1],[1,-1],[3,-5],[1,-1],[2,0],[1,0],[1,2],[1,2],[0,1],[2,2],[2,0],[1,1],[1,4],[1,4],[0,1],[0,3],[0,1],[1,1],[1,-4],[1,-6],[1,-3],[1,-6],[0,-1],[-2,-6],[0,-1],[1,-6],[0,-5],[1,-5],[0,-1],[1,-9],[0,-6],[0,-4],[0,-5],[0,-4],[1,-4],[-1,-6],[1,-4],[0,-1],[1,-3],[2,0],[2,1],[0,1],[3,5],[2,3],[4,4],[4,-4],[1,0],[1,2],[4,5],[2,-1],[5,-6],[3,-4],[1,-2],[1,-6],[2,-6],[0,-2],[1,-7],[1,-3],[0,-8],[0,-7],[0,-7],[-1,-9],[-1,-2],[-2,-3],[-2,-3],[-5,-2],[-1,-3],[-4,2],[-2,-1],[-1,-2],[-4,-15],[-1,-1],[-5,-3],[-2,-2],[-1,-7],[-1,-8],[-2,-6],[-2,-6],[-2,-5],[-3,-4],[-1,-1],[-1,-4],[-1,-2],[-1,-3],[-2,-6],[0,-2],[-1,-4],[0,-2],[-3,-7],[-1,-6],[0,-7],[1,-5],[1,-3],[2,-4],[2,-6],[1,-2],[0,-4],[0,-2],[2,-3],[4,-1],[0,-1],[2,2],[2,2],[1,1],[1,-3],[0,-3],[0,-3],[1,-6],[2,-4],[-1,-20],[0,-10],[-1,-14]],[[2173,5634],[2,0],[2,0],[3,0],[2,4],[3,6],[0,1],[1,1],[0,1],[2,0],[2,-1],[4,-4],[2,-2],[2,-3],[4,-5],[4,-3],[3,-3],[2,-2],[2,-2],[3,-8],[1,-6],[0,-2],[0,-1],[1,-2],[1,-3],[2,-4],[1,-8],[1,-4],[1,-4],[3,-2],[2,-5],[1,-3],[5,-3],[2,-1],[5,-2],[4,0],[1,1],[2,1],[1,-1],[1,0],[0,-1],[2,-3],[3,-3],[2,-2],[3,-3],[3,-3],[1,-2],[1,0],[1,0],[3,3],[4,0],[2,-1],[2,-1],[2,2],[2,1],[1,1],[3,3],[2,0],[1,1],[1,1],[1,1],[0,1],[4,7],[2,3],[3,4],[1,1],[1,2],[2,4],[1,-2],[1,-4],[0,-3],[2,-4],[3,-8],[4,-1],[3,0],[3,-1],[2,2],[2,2],[2,1],[2,0],[1,-3],[2,0],[4,1],[4,4],[3,2],[2,1],[5,3],[2,3],[4,2],[4,4],[1,1],[2,2],[1,1],[3,4],[3,6],[1,4],[1,2],[2,-2],[1,-3],[1,-2],[1,-1],[4,-1],[4,1],[3,2],[1,0],[4,2],[4,-3],[1,-1],[4,-3],[3,0],[2,-1],[2,1],[2,1],[2,1],[1,1],[5,2],[4,0],[1,-1],[2,-1],[1,0],[1,0],[3,0],[2,-1],[3,-3],[3,-3],[2,-4],[1,-9],[1,-3],[1,-9],[0,-5],[1,-7],[-1,-10],[0,-1],[-1,-2],[0,-1],[0,-1],[-1,-3],[0,-2],[0,-1],[0,-5],[1,-4],[1,-5],[-1,-4],[0,-2],[0,-4],[-1,-2],[-2,-8],[-2,-5],[-3,-8],[0,-1],[-2,-3],[-1,-1],[-1,-1],[-1,0],[-2,0],[-1,1],[-2,0],[-2,-1],[-1,-1],[-1,-1],[0,-2],[-2,-2],[-2,-1],[-2,1],[-1,0],[-5,5],[-4,4],[-2,1],[-1,0],[-2,1],[-2,0],[-5,-1],[-1,0],[-2,-1],[-1,-1],[-2,-2],[-1,-3],[-2,-2],[-1,-1],[-1,-2],[-1,0],[-2,-1],[-4,-3],[-4,-4],[-6,-1],[-2,0],[-2,0],[-1,-1],[-1,0],[-2,-3],[-1,0],[-1,-2],[0,-1],[-1,-2],[0,-1],[-1,-2],[-1,0],[-1,0],[-2,1],[-2,1],[-3,1],[-1,0],[-1,0],[-1,-1],[-4,0],[-4,0],[-5,0],[-3,-2],[-1,0],[0,-1],[-3,0],[0,1],[-2,2],[-3,0],[-5,0],[-1,2],[-2,0],[-2,0],[-3,-4],[-1,-1],[-1,-1],[-1,-2],[0,-1],[-1,0],[-3,-1],[-1,1],[-1,2],[-4,6],[-4,5],[0,1],[-1,1],[0,1],[-4,5],[-4,6],[-3,5],[-2,2],[-3,0],[-1,-1],[-2,1],[-2,0],[-1,1],[-4,2],[-2,0],[-1,0],[-2,3],[-2,2],[-2,1],[-1,0],[-1,-1],[-2,-3],[-3,-2],[-2,-2],[-3,-2],[-2,0],[-2,-1],[-1,-1],[-2,-4],[-2,-1],[-2,-1],[-1,0],[-1,0],[-2,2],[-2,1],[-2,3],[-1,0],[-1,2],[-1,2],[-1,3],[-3,6],[-4,5],[-1,2],[0,1],[-2,4],[-1,1],[-3,6],[-4,4],[-3,6],[-3,3],[-2,5],[-1,4],[-2,6],[-4,3],[-4,4],[-2,4],[-3,5],[-3,6],[-3,4],[-1,3],[-3,8],[0,5],[0,1],[-2,5],[-1,3],[-1,7],[0,5],[1,3],[3,8],[1,4],[2,4],[3,4],[1,4],[1,0],[0,2],[0,6],[0,4],[2,1]],[[1572,6554],[1,1],[4,1],[4,2],[3,0],[4,2],[4,1],[4,0],[4,1],[3,-2],[4,-4],[3,-5],[0,-1],[1,0],[3,2],[4,6],[2,-3],[4,0],[4,-1],[3,-2],[5,-2],[3,-2],[4,-4],[4,0],[3,-3],[5,1],[3,2],[3,0],[1,-1],[3,-5],[4,-7],[1,0],[3,-7],[2,-3],[1,-2],[1,-4],[0,-2],[0,-1],[0,-2],[1,-3],[0,-2],[0,-2],[1,-2],[0,-2],[2,-3],[1,-1],[1,-1],[-1,-3],[0,-3],[-1,0],[-1,0],[-1,1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-3],[0,-1],[0,-1],[0,-6],[1,-3],[1,-3],[2,0],[1,1],[1,3],[0,5],[-1,1],[1,-1],[0,-5],[0,-1],[0,-1],[0,-1],[0,-7],[1,-2],[1,-7],[0,-1],[0,-1],[-1,-1],[0,-2],[-2,-4],[-3,-6],[-4,-6],[0,-1],[-3,-5],[0,-4],[0,-9],[-1,-6],[0,-7],[-1,-1],[-1,-1],[-1,0],[-2,1],[-5,1],[-3,1],[-5,0],[-5,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,2],[-3,3],[-1,1],[-1,2],[-1,1],[-2,1],[-1,0],[-1,0],[-3,-1],[-3,-1],[-2,0],[-2,0],[-1,1],[-1,1],[-1,0],[-3,-3],[-2,-3],[0,-1],[1,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[-2,-2],[-1,0],[0,1],[-2,2],[0,1],[0,1],[0,1],[0,1],[1,2],[1,2],[0,2],[-1,3],[-1,1],[-4,0],[-4,0],[-4,0],[-3,-1],[-2,-2],[-1,1],[-2,1],[-3,3],[-1,2],[-2,3],[-2,2],[0,1],[-1,1],[-1,2],[-1,1],[-2,2],[-2,2],[-3,2],[-4,6],[-3,3],[-2,4],[-2,3],[0,2],[-1,1],[0,3],[-3,8],[-2,6],[-1,8],[0,5],[-1,5],[-1,3],[0,8],[0,3],[0,3],[0,2],[0,3],[1,2],[0,1],[1,4],[1,3],[0,1],[0,1],[1,6],[1,6],[1,5],[2,4],[2,1],[3,5],[4,5],[1,1],[3,2]],[[1100,6303],[5,5],[1,0],[1,1],[2,1],[3,2],[1,1],[1,0],[2,0],[1,-1],[3,-1],[2,-2],[3,0],[4,1],[2,0],[2,1],[1,1],[2,1],[1,1],[3,-1],[5,-2],[4,-2],[4,-4],[2,-1],[1,0],[1,-1],[4,-5],[4,-5],[2,-2],[2,-1],[2,-2],[1,0],[1,-1],[1,-3],[1,-4],[2,-3],[1,-2],[2,-1],[1,-2],[1,-1],[0,-4],[1,-4],[2,-4],[1,-1],[0,-1],[1,0],[1,0],[2,0],[2,-1],[1,-2],[0,-1],[1,-1],[2,-1],[5,-3],[1,1],[2,1],[1,1],[1,0],[1,-1],[0,-1],[1,-2],[0,-1],[1,0],[0,-1],[2,-7],[3,-3],[4,-3],[2,-1],[3,-4],[0,-1],[1,-1],[0,-3],[1,-2],[1,-6],[3,-1],[2,-1],[2,-2],[2,-3],[1,0],[1,0],[3,0],[2,0],[3,-1],[1,0],[0,-1],[1,-1],[1,-2],[2,-1],[1,0],[2,-1],[3,-1],[3,0],[1,0],[2,0],[2,-1],[4,-2],[2,0],[1,-1],[1,0],[4,0],[4,-2],[1,-1],[0,-1],[0,-1],[3,-5],[1,-2],[3,-3],[0,-1],[1,0],[0,-1],[1,-2],[0,-1],[2,-10],[0,-1],[0,-3],[-1,0],[-4,-3],[-4,-1],[-1,-1],[-2,-2],[-3,-2],[-4,-1],[-5,-2],[-2,0],[-2,1],[-2,1],[-1,1],[-2,1],[-3,2],[-2,0],[-1,0],[-1,0],[-1,0],[-3,0],[-1,1],[-5,1],[-3,0],[-2,1],[-1,0],[-2,0],[-1,1],[-1,-1],[-1,0],[-1,-2],[-2,-1],[-1,-5],[-1,-3],[-4,-5],[-4,-2],[-2,-3],[-1,-1],[0,-1],[-2,-1],[-4,-3],[-1,0],[-3,2],[-1,1],[-1,1],[0,1],[0,1],[0,2],[0,1],[0,1],[0,-1],[0,-1],[0,-1],[-1,1],[-1,1],[0,4],[0,3],[0,4],[0,2],[-1,3],[-1,1],[-3,3],[-1,1],[-1,1],[-4,0],[-3,0],[-3,-2],[-2,0],[-1,0],[-1,0],[-5,2],[-5,1],[-5,1],[-5,-1],[-1,-1],[-1,-1],[-1,0],[-1,1],[-1,1],[-2,3],[-1,0],[0,1],[-1,0],[-2,2],[-4,3],[-1,2],[-1,1],[-2,2],[-2,0],[-2,1],[-1,-1],[-1,0],[0,-1],[0,-2],[-1,-1],[-1,-2],[-2,-1],[-1,0],[-1,0],[-2,-1],[-1,0],[0,1],[-1,0],[-1,2],[0,1],[-2,3],[-1,2],[-1,2],[-2,2],[-2,1],[-1,0],[-1,1],[-1,1],[-1,1],[-4,4],[-2,3],[-3,3],[-2,2],[-3,3],[-1,1],[-1,7],[-2,9],[-3,9],[-3,8],[0,2],[0,5],[0,5],[-1,9],[0,7],[1,6],[0,4],[1,2],[0,2],[0,4],[0,2],[1,2],[2,4],[4,7],[0,1],[0,1],[2,3],[1,1],[1,1]],[[1181,6513],[5,-3],[4,-1],[3,-3],[3,-2],[4,-4],[3,-4],[3,-2],[2,-2],[2,-2],[2,-2],[4,-3],[2,-2],[2,-2],[1,-1],[2,-2],[2,-1],[2,-1],[2,-1],[1,-1],[5,-5],[4,-2],[3,-3],[1,0],[3,-2],[1,-1],[1,-3],[4,-4],[4,-5],[1,-1],[1,0],[4,0],[4,-2],[0,-1],[1,-1],[2,-3],[2,-3],[2,-1],[4,-3],[4,1],[2,-1],[0,-2],[1,-1],[1,-2],[1,-1],[2,-1],[1,-1],[2,1],[1,0],[4,-4],[3,-4],[2,-2],[3,-3],[2,-1],[1,-3],[1,-2],[1,-2],[1,-4],[1,0],[1,-3],[1,0],[2,-1],[3,-4],[4,-4],[4,-5],[4,-2],[2,-3],[1,-3],[0,-1],[1,-2],[1,-1],[0,-1],[1,-2],[1,0],[1,0],[1,-1],[2,0],[1,-1],[2,-2],[2,-2],[2,-1],[2,-2],[3,-4],[2,-2],[3,-3],[2,-2],[1,-1],[4,-5],[2,-2],[1,-1],[1,-1],[3,-5],[3,-3],[1,-1],[1,0],[2,-1],[3,-2],[2,-3],[4,-5],[5,-5],[2,-4],[3,-3],[3,-6],[0,-2],[-2,-4],[-1,-3],[-2,-2],[-2,-1],[0,-1],[0,-1],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-2,-1],[-1,0],[-3,-1],[-4,-1],[-4,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[-3,3],[-3,2],[-3,3],[-4,8],[-5,6],[-4,4],[-1,1],[-2,1],[-1,0],[-2,4],[-4,4],[-4,7],[-2,4],[-3,5],[-1,1],[-1,1],[-1,0],[-5,2],[0,1],[-2,1],[-2,2],[0,1],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-3,2],[-3,3],[-1,1],[-2,1],[-2,0],[-2,0],[-2,0],[-2,2],[-2,3],[-1,1],[0,2],[-2,4],[-3,5],[-2,2],[-3,4],[-2,3],[-1,1],[-1,1],[-1,0],[-5,1],[-4,2],[-5,4],[-4,3],[-2,2],[-2,4],[-4,4],[-5,4],[-3,3],[-4,5],[0,1],[-1,0],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[-3,3],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,2],[0,2],[0,1],[-1,1],[0,1],[-1,1],[-1,0],[-3,-2],[-3,1],[-2,5],[1,7],[-3,8],[-1,3],[-2,3],[-4,3],[-2,2],[-1,0],[-1,0],[0,1],[-1,1],[-4,5],[-3,6],[-1,3],[-4,7],[-2,2],[0,1],[-1,1],[0,2],[-1,2],[-1,3],[-1,4],[-1,2],[-2,3],[-1,1],[0,4],[3,-1]],[[974,6357],[2,0],[1,1],[0,1],[1,1],[1,1],[1,2],[1,1],[2,1],[4,0],[4,0],[4,1],[1,1],[1,0],[1,0],[1,0],[0,-1],[1,0],[0,-1],[1,0],[0,-1],[1,1],[2,2],[1,1],[2,4],[2,5],[1,5],[1,2],[1,1],[0,1],[0,2],[0,1],[1,2],[0,1],[1,1],[3,4],[0,1],[1,0],[1,1],[4,-1],[2,-2],[2,-1],[4,-3],[3,-3],[2,-2],[2,-1],[1,-2],[2,-5],[2,-4],[2,-4],[1,-1],[2,-1],[2,-1],[1,0],[3,-2],[2,-3],[4,-6],[1,-2],[1,-1],[0,-1],[1,-1],[1,-4],[0,-3],[-2,-6],[-1,-6],[1,-7],[-1,-6],[-2,-7],[1,-5],[0,-2],[1,-1],[1,-2],[1,-2],[0,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-2,-3],[0,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,2],[-1,-3],[0,-2],[1,-1],[1,-3],[1,-5],[0,-1],[0,-2],[-1,-1],[0,-1],[-3,2],[-1,0],[0,1],[0,2],[1,1],[0,1],[1,1],[-3,1],[-1,1],[-1,0],[-1,0],[0,-1],[-1,0],[0,-1],[-1,1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,1],[-1,1],[0,-1],[-1,0],[-1,-1],[-2,0],[-2,1],[-5,-2],[-2,0],[-2,0],[-1,-1],[-3,-1],[-2,-1],[-2,0],[-2,-1],[-1,1],[-3,2],[-2,2],[-5,2],[-1,3],[0,5],[0,4],[0,2],[0,3],[-1,2],[0,4],[0,3],[-2,10],[-1,3],[0,1],[-1,2],[-1,0],[0,1],[-1,0],[-1,1],[-1,-1],[0,-1],[-2,0],[-2,1],[-2,2],[-4,5],[-4,6],[-1,0],[0,1],[-2,3],[-1,0],[0,2],[-1,1],[-1,2],[-2,4],[-2,7],[1,6],[2,-1]],[[1285,6862],[4,1],[1,0],[1,0],[2,-1],[3,-3],[1,-1],[3,-4],[2,1],[4,-3],[2,-7],[2,-5],[0,-1],[0,-1],[1,-2],[0,-3],[3,-9],[1,-7],[3,-8],[1,-2],[1,-1],[1,-1],[0,-3],[1,-5],[0,-5],[1,-3],[1,-3],[-2,-5],[0,-3],[-5,-4],[-1,-1],[-1,0],[-1,1],[-2,1],[-2,1],[-2,1],[-2,0],[-2,3],[-2,4],[-2,2],[0,1],[0,1],[0,1],[-1,0],[-2,0],[-1,0],[-2,0],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,3],[-2,7],[-2,4],[-1,3],[-1,4],[0,5],[-1,5],[-1,2],[0,1],[0,1],[-3,6],[-2,6],[1,3],[2,5],[2,3],[2,8],[0,4],[1,3],[1,1],[1,1]],[[15,7298],[1,0],[1,0],[2,0],[1,-1],[2,1],[1,1],[0,2],[2,-7],[1,-6],[0,-1],[0,-1],[1,-1],[2,-3],[2,-2],[4,-4],[3,-2],[1,0],[2,1],[1,1],[0,1],[1,2],[1,1],[1,-4],[1,-4],[0,-6],[2,-8],[2,-9],[2,-6],[1,-2],[2,-1],[1,0],[1,-1],[0,-1],[0,-7],[-2,-8],[-3,-5],[-2,-6],[-1,-1],[0,-1],[0,-1],[-1,-11],[-1,-1],[0,-2],[0,-2],[0,-2],[0,-2],[1,-3],[0,-3],[-1,-7],[-1,-1],[0,-2],[-3,-10],[-3,-9],[-4,-5],[-4,-2],[-2,-1],[-5,1],[-2,1],[-2,1],[-1,0],[-2,-1],[0,-2],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-4,5],[-3,3],[-1,4],[-1,2],[0,5],[-1,2],[0,5],[1,5],[1,6],[-1,5],[-2,5],[-1,2],[0,7],[0,4],[1,1],[0,2],[0,1],[0,1],[0,2],[0,3],[0,1],[-1,5],[-2,5],[0,1],[0,1],[1,5],[2,2],[1,1],[0,3],[0,1],[0,1],[0,6],[0,7],[0,3],[0,8],[1,3],[1,2],[2,3],[2,3],[1,3],[2,6],[0,9],[0,1],[0,1],[-1,1],[1,1],[2,0]],[[63,7508],[1,1],[1,0],[0,-1],[1,0],[1,-1],[1,-1],[4,-5],[0,-3],[1,-5],[1,-2],[0,-2],[0,-5],[0,-1],[0,-2],[0,-1],[0,-2],[-2,-7],[-1,-4],[-2,-5],[-1,-2],[-1,-1],[-1,-2],[-3,-5],[0,-1],[-1,0],[0,-1],[-2,1],[-1,0],[-1,1],[0,1],[0,2],[1,4],[1,2],[0,2],[0,2],[-1,2],[-1,5],[-1,3],[-1,1],[0,2],[0,7],[0,4],[1,2],[0,2],[1,2],[2,9],[1,3],[2,1]]],"transform":{"scale":[0.002508105210521051,0.0009751131113111284],"translate":[-31.268393500000172,32.40426299999987]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/RO.json b/dist-amd/map/TopoJSON/RO.json new file mode 100644 index 0000000000..118eb32845 --- /dev/null +++ b/dist-amd/map/TopoJSON/RO.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3,4]]},{"type":"Polygon","arcs":[[5,6,7,8,9]]},{"type":"Polygon","arcs":[[10,11,-6,12,13]]},{"type":"Polygon","arcs":[[14]]},{"type":"Polygon","arcs":[[-4,15,16,17]]},{"type":"Polygon","arcs":[[-8,18,-2,19,20]]},{"type":"Polygon","arcs":[[21,22,-11,23,24]]},{"type":"Polygon","arcs":[[-24,-14,25,26,27],[-15]]},{"type":"Polygon","arcs":[[-5,-18,28,29,30]]},{"type":"Polygon","arcs":[[31,-25,-28,32,33,34]]},{"type":"Polygon","arcs":[[-29,-17,35,36,37]]},{"type":"Polygon","arcs":[[38,-22,-32,39,40]]},{"type":"Polygon","arcs":[[-26,-13,-10,41,42,43]]},{"type":"Polygon","arcs":[[44,-20,-1,-31,45,46,47]]},{"type":"Polygon","arcs":[[-42,-9,-21,-45,48,49]]},{"type":"Polygon","arcs":[[50]]},{"type":"Polygon","arcs":[[51,52,-37,53]]},{"type":"Polygon","arcs":[[-33,-27,-44,54,55]]},{"type":"Polygon","arcs":[[56,-40,-35,57,58,59]]},{"type":"Polygon","arcs":[[-58,-34,-56,60,61,62]]},{"type":"Polygon","arcs":[[-46,-30,-38,-53,63,64]]},{"type":"Polygon","arcs":[[-41,-57,65,66]]},{"type":"Polygon","arcs":[[67,-61,-55,-43,-50,68,69,70]]},{"type":"Polygon","arcs":[[-69,-49,-48,71,72]]},{"type":"Polygon","arcs":[[73,-64,-52,74,75]]},{"type":"Polygon","arcs":[[-72,-47,-65,-74,76,77,78]]},{"type":"Polygon","arcs":[[79,-62,-68,80,81]]},{"type":"Polygon","arcs":[[82,83,-59,-63,-80,84]]},{"type":"Polygon","arcs":[[85,-66,-60,-84,86]]},{"type":"Polygon","arcs":[[87,-85,-82,88,89]]},{"type":"Polygon","arcs":[[90,-70,-73,-79,91,92,93]]},{"type":"Polygon","arcs":[[94,95,96,97]]},{"type":"Polygon","arcs":[[98,-92,-78,99,-95,100]]},{"type":"Polygon","arcs":[[101,-89,-81,-71,-91,102]]},{"type":"Polygon","arcs":[[-96,-100,-77,-76,103,104]]},{"type":"Polygon","arcs":[[105,-87,-83,-88,106,107]]},{"type":"Polygon","arcs":[[108,-107,-90,-102,109]]},{"type":"Polygon","arcs":[[-93,-99,110,111]]},{"type":"Polygon","arcs":[[112,-97,-105,113]]},{"type":"Polygon","arcs":[[114,-111,-101,-98,-113,115]]},{"type":"Polygon","arcs":[[-108,-109,116,117,118]]},{"type":"Polygon","arcs":[[119,-117,-110,-103,-94,-112,-115,120]]},{"type":"Polygon","arcs":[[-118,-120,121]]}]}},"arcs":[[[3722,2357],[6,-45],[-5,-10],[6,-18],[4,1],[1,-13],[-5,-25],[3,-15],[-4,-16],[3,-24],[30,22],[11,-24],[15,4],[3,-8],[12,-8],[4,-14],[18,13],[24,-11],[-19,-23],[0,-8],[5,-13],[-1,-11],[6,-11],[-1,-11],[9,-32],[14,9],[5,-26],[6,-8],[1,-38],[6,-33]],[[3879,1961],[-24,-27],[3,-9],[-6,-4],[-6,3],[5,7],[-18,-9],[6,-9],[8,-1],[6,-18],[-22,-40],[19,-11],[4,-12],[4,-2],[-6,-5],[-12,1],[-6,-12],[4,-7],[8,-1],[-3,-26],[-13,-26],[2,-13],[-2,-9],[9,-23],[11,27],[53,-19],[11,-12],[7,-1],[-11,-61],[21,-4],[7,-15],[33,9],[10,18],[4,-2],[3,-11],[-8,-8],[23,-17],[0,-6],[4,-1],[-4,-22],[3,0],[-7,-12],[8,-8],[4,1],[1,-7],[-4,-5],[4,-4],[3,5],[13,-17],[23,-72],[6,-2],[13,5],[3,-73],[13,0],[16,-9],[9,2],[1,-23],[-8,-8],[91,-41],[-6,-28],[8,-5],[-13,-74],[4,-2],[-2,-18],[11,-2],[-9,-77],[-4,1],[-2,-28],[4,0],[-1,-4],[6,1],[-3,-22],[7,-1],[-5,-87],[-20,4],[-25,-6],[-6,-39],[11,-3],[-12,-91],[35,-9],[5,5],[56,-13],[-5,-23],[3,-1],[-5,-27],[3,-2],[-9,-36],[-21,9],[-9,-43],[20,-10],[-2,-11],[8,-3],[-23,-97],[8,-4],[-9,-43],[7,-4],[-5,-21],[-30,14],[-5,-21],[8,-4],[-10,-42],[8,-3],[-8,-33],[-14,7],[-3,-11],[-22,11],[-18,-82],[-10,-2],[-7,-78],[-8,-46],[2,-6],[-4,-32]],[[4074,173],[-5,2],[-7,1],[-6,0],[-4,1],[-5,1],[-1,1],[-6,5],[-5,8],[-4,6],[1,3],[-4,6],[-9,8],[-5,3],[-5,3],[-22,11],[-6,3],[-6,2],[-15,11],[-7,4],[-10,8],[-7,2],[-7,3],[-9,5],[-1,0],[-8,1],[-9,0],[-4,0],[-21,0],[-8,3],[-8,4],[-7,2],[-6,2],[-8,1],[-6,2],[-11,3],[-2,0],[-11,5],[-7,4],[-9,8],[-10,5],[-8,6],[-8,9],[-5,3],[-9,7],[-8,2],[-11,4],[-11,5],[-9,6],[-9,7],[-3,6],[-3,6],[-2,6],[-3,10],[-6,5],[-12,1],[-9,0],[-10,2],[-6,2],[-14,1],[-6,-1],[-10,-1],[-10,-3],[-7,-2],[-6,-3],[-6,-3],[-9,-5],[-9,-4],[-10,-5],[-2,0],[-7,-1],[-12,1],[-11,7],[-9,3],[-6,1],[-7,1],[-14,8],[-1,5],[-4,4],[-10,7],[-5,3],[-5,5],[-7,7],[-5,6],[-9,11],[2,3],[-6,8],[-5,6],[-8,6],[-10,5],[-5,-1],[-4,1],[-7,3],[-11,3],[-9,3],[-18,14],[-12,7],[-3,1],[-4,2],[-8,1],[-7,2],[-4,0],[-4,-1],[-2,-1],[-10,-3],[-5,0],[-4,0],[-10,-5],[-5,-1],[-11,1],[-12,2],[-17,2],[-16,-1],[-4,0],[-18,-3],[-7,0],[-14,-2],[0,2],[-5,0],[-8,-3],[-9,-5],[-13,-11],[-9,-5],[-10,1],[-8,-4],[-9,-5],[-10,-9],[-14,-8],[-16,-9],[-39,-29],[-8,-5],[-4,-2],[-4,-1],[-15,-3],[-12,-4],[-10,-2],[-8,-1],[-6,-4],[-7,-2],[-12,-2],[-5,1],[-9,5],[-6,3],[-4,2],[0,4],[-6,2],[-12,3],[-10,1],[-11,5],[-13,4],[-4,-2],[-2,-1],[-13,6],[-7,3],[-8,2],[-6,8],[1,4],[-5,4],[-10,6],[-9,3],[-13,0],[-7,2],[-6,3],[-7,3],[-5,4],[-5,3],[-4,2],[-8,5],[-3,3],[-5,4],[-3,6],[-4,9],[-7,11],[-6,16],[-5,13],[1,3],[0,3],[-2,13],[-1,4],[-2,0],[0,7],[0,8],[0,11],[6,21],[3,17],[4,10],[3,10],[5,12],[4,10],[1,19],[0,6],[1,8],[2,9],[2,9],[4,24],[2,16],[0,2],[4,22],[2,8],[3,6],[4,8],[6,9],[7,2],[12,4],[10,8],[10,7],[16,6],[5,1],[8,3],[15,5],[1,-6],[8,2],[11,3],[16,7],[6,5],[7,11],[-3,4],[5,9],[5,7],[8,16],[2,5],[6,15],[8,29],[0,12],[-1,9],[-4,16],[-4,9],[-4,8],[-4,6],[-6,7],[-11,10],[-10,3],[-13,5],[-8,1],[-19,1]],[[2861,1032],[0,7],[18,48],[23,34],[0,39],[85,-3],[-1,-11],[14,-11],[13,8],[8,85],[-24,21],[18,39],[-19,11],[4,38],[-9,6],[5,41],[15,1],[1,20],[16,63],[-6,4],[13,29],[9,-2],[7,8],[32,11],[18,61],[-5,32],[5,-1],[-1,5],[6,7],[10,-11],[11,17],[0,24],[-19,12],[-35,43],[12,26],[20,-22],[9,47],[18,1],[1,6],[-9,2],[2,8],[-10,5],[1,3],[-13,10],[0,17],[4,17],[15,-2],[0,7],[10,1],[0,5],[13,3],[4,8],[10,5],[-5,35],[37,10],[0,15],[5,17],[-11,9],[-17,0],[-4,20],[13,1],[23,18],[13,-3],[18,6],[10,-14],[-3,-5],[3,0],[2,-8],[9,-8],[11,18],[3,-4],[5,8],[2,6],[-4,3],[4,6],[6,0],[9,8],[30,-19],[6,-10],[11,-9],[2,12],[10,0],[9,16],[-7,6],[12,7],[4,11],[9,3],[3,37]],[[3378,2046],[12,-2],[-1,11],[-7,1],[13,10],[19,0],[4,-17],[4,0],[-3,18],[15,8],[-3,6],[2,14],[3,12],[6,1],[-1,6],[34,10],[1,5],[17,-2],[2,6],[25,11],[12,-21],[-2,-12],[6,-12],[9,-3],[2,-6],[10,-3],[6,9],[31,11],[4,5],[12,-4],[24,8],[3,-6],[-4,-7],[11,-10],[1,-14],[10,28],[-7,25],[10,39],[-1,19],[-11,12],[7,19],[-7,20],[19,54],[-7,17],[3,17],[-8,7],[-2,15],[4,33],[5,6],[12,-17],[16,-12],[34,-4]],[[5521,1793],[4,-3],[-15,-30],[3,-1],[-15,-34],[-3,-4],[-6,2],[-23,-33],[3,-7],[-6,-9],[25,-22],[-1,-16],[10,-9],[14,-3],[14,8],[-15,-36],[8,-14],[-9,-11],[4,-8],[-5,-43],[44,-24],[9,-1],[35,11],[6,-2],[14,-11],[1,-10],[25,6],[9,22],[9,-11],[5,3],[16,-23],[-15,-35],[1,-5],[34,-30],[5,48],[15,-9],[-4,-28],[6,-9],[-4,-14],[8,-1],[10,-14],[5,4],[3,-17],[8,3],[3,-11],[-7,-5],[10,-23],[-13,6],[-10,-6],[-5,-34],[-16,-33],[-1,-10],[3,-7],[-11,-67],[50,-18],[-1,-14],[-12,-1],[-6,8],[-8,1],[2,-66],[7,-1],[22,19],[3,-1],[-1,-5],[6,-9],[-9,-7],[-1,-13],[0,-19],[4,-17],[-11,7],[-5,11],[-3,23],[-5,2],[-2,-7],[3,-18],[-3,-3],[-7,10],[-5,-13],[0,-9],[8,-14],[-2,-16],[-17,23],[-5,32],[-9,-11],[-2,-13],[-10,-12],[9,-6],[-23,-21],[5,-11],[-12,-10],[8,-18],[-11,-10],[2,-9],[7,-3],[7,-11],[-7,-9],[-18,-5],[-2,-10],[3,-7],[-5,-6],[-4,5],[0,-45],[-5,-7],[6,-22],[-7,-3],[11,-24],[-13,-13],[28,-62],[-6,-7],[11,-24],[-5,0],[0,-9],[-35,1],[0,-67],[20,1],[12,-7],[0,-48],[-8,-8],[0,-72],[24,1],[0,-52],[32,0],[0,-90],[7,0],[1,-12],[-18,-51],[10,-8],[-4,-10],[7,-6],[1,-44],[14,8],[8,13],[3,1],[1,-5],[-10,-13],[6,-15],[-11,5],[-3,-8],[3,-12],[5,0],[2,-16],[-10,-1],[0,-14]],[[5723,156],[-7,-4],[-9,-8],[-8,-7],[-9,-11],[-8,-7],[-9,-4],[-4,-3],[-2,-2],[-1,0],[-8,-6],[-2,-2],[-8,-8],[-5,-5],[-7,-7],[-6,-7],[-7,-7],[-6,-8],[-8,-4],[-3,-1],[-6,-2],[-11,-1],[-10,1],[-10,3],[-2,0],[-3,1],[-8,2],[-6,1],[-10,-5],[-4,-1],[-9,-4],[-8,-3],[-2,-1],[-9,-7],[-1,-1],[-4,-4],[-4,-4],[-14,-11],[-7,-2],[-5,-1],[-3,-2],[-5,-2],[-9,-4],[-5,-2],[-8,-2],[-10,-3],[-8,-1],[-7,1],[-4,2],[-9,3],[-9,4],[-5,2],[-7,4],[-6,5],[-6,6],[-1,1],[-6,9],[-5,8],[-6,8],[-8,7],[-2,2],[-6,4],[-9,6],[-6,4],[-6,6],[-5,7],[-3,6],[-5,7],[-1,2],[-7,15],[-6,7],[-6,6],[-5,5],[-4,2],[-2,2],[-3,0],[-4,2],[-4,1],[-4,1],[-2,1],[-4,1],[-4,1],[-2,1],[-3,2],[-7,2],[-8,4],[-8,3],[-3,2],[-4,2],[-3,2],[-7,4],[-13,-1],[-7,-1],[-9,-4],[-11,-5],[-10,-5],[-5,-4],[-5,-3],[-5,-2],[-8,-4],[0,-1],[-7,1],[-9,1],[-5,2],[-7,4],[-9,2],[-9,2],[-10,3],[-5,3],[-6,5],[-4,5],[-2,3],[-6,10],[-9,11],[-6,5],[-8,12],[-1,5],[-4,8],[-1,3],[-1,2],[-10,6],[-6,1],[-6,0],[-2,0],[-6,1],[-4,0],[-4,0],[-7,2],[-6,1],[-9,0],[-4,-1],[-3,-1],[-6,-5],[-3,-3],[-3,-4],[-1,-12],[-9,-3],[-6,-2],[-1,0],[-5,-2],[-5,-3],[-4,-2],[-5,-1],[-7,-4],[-5,-3],[-1,0],[-5,-2],[-3,-1],[-6,-1],[-11,-1],[-1,0],[-7,2],[-4,3],[-6,3],[-5,4],[-6,2],[-6,2],[-7,0],[-8,-2],[-11,-4],[-8,-3],[1,-3],[-12,-12],[-9,-9],[-7,-7],[-7,-6],[-7,-5],[-7,-6],[-5,-1],[-8,-3],[-6,0],[-5,2],[-3,1],[-7,4],[-8,5],[-9,7],[-9,10],[-11,11],[-2,3],[-6,8],[-4,7],[-5,12],[-10,10],[-3,3],[-4,4],[-6,7],[-7,10]],[[4633,246],[16,46],[19,-7],[2,15],[11,3],[-3,27],[13,4],[-2,16],[56,22],[-3,3],[-8,32],[3,2],[-1,12],[17,-1],[0,7],[-9,4],[-2,6],[-16,-4],[1,9],[-4,4],[-31,-2],[-8,-9],[-3,10],[10,12],[5,0],[5,-7],[11,2],[8,7],[0,8],[-22,33],[-2,20],[-8,-2],[3,16],[-3,8],[-26,-9],[-7,35],[17,5],[-3,28],[-14,-1],[-4,4],[-20,55],[-4,3],[-5,-3],[-3,23],[21,11],[-1,5],[-13,3],[-3,36],[-13,-2],[-2,7],[-16,-4],[-1,18],[6,1],[2,15],[-10,-2],[-4,7],[12,8],[0,16],[-2,4],[-8,-13],[-4,5],[16,13],[7,30],[-3,10],[16,17],[5,-4],[28,18],[65,21],[-1,11],[-8,3],[11,6],[-12,25],[52,21],[-2,10],[47,11],[-2,12],[44,12],[1,-8],[17,17],[-5,3],[-4,14],[3,13],[-10,37],[0,18],[-29,33],[-12,22],[0,26],[-13,44],[10,21],[36,54],[-20,15],[11,8],[-9,11],[5,4],[5,62],[-7,22],[-1,16],[3,17],[12,8],[-5,16],[13,8],[4,13],[-2,5],[-7,1],[-11,22],[1,12],[-12,37],[-1,13],[32,16],[37,0],[5,24],[-3,7]],[[4890,1644],[81,-8],[1,-5],[16,13],[31,45],[5,15],[37,-29],[9,25],[11,-25],[29,34],[-1,-3],[13,-4],[-18,16],[20,0],[-3,4],[4,2],[5,-9],[15,12],[0,6],[4,2],[1,-4],[29,24],[-2,7],[50,40],[34,-69]],[[5261,1733],[6,-4],[11,-41],[27,28],[27,15],[-5,15],[12,14],[3,-5],[12,14],[4,9],[-4,3],[11,21],[3,-4],[5,22],[16,-11],[11,32],[-9,11],[12,39],[28,44],[24,-23],[2,4],[24,-18],[2,-14],[6,-5],[-23,-40],[39,-33],[2,5],[2,-11],[12,-7]],[[6346,1455],[24,-30],[-2,-5],[5,-5],[19,-44],[12,4],[11,-17],[8,2],[13,-20],[16,1],[1,-41],[41,3],[1,-35],[15,-9],[0,-12],[-8,4],[-9,-6],[0,-26],[10,1],[1,7],[2,-4],[6,2],[4,-11],[-1,-5],[-7,-1],[0,-10],[4,-23],[5,2],[5,-18],[2,-25],[-5,-11],[-1,-14],[-5,-7],[1,-12],[-17,1],[-14,-6],[-34,-32],[17,-116],[6,-25]],[[6472,912],[-4,0],[-5,-1],[-3,-3],[-10,-5],[-7,-3],[-11,-8],[-7,-3],[-12,-5],[-12,-5],[-7,-3],[-10,-9],[-3,-3],[-5,-6],[-5,-8],[-5,-8],[-9,-5],[-11,-8],[-11,-6],[-3,-1],[-4,-2],[-3,-2],[-5,-5],[-9,-6],[-11,-6],[-8,-5],[-16,-10],[-3,-2],[-3,0],[-9,0],[-11,4],[-12,1],[-12,-3],[-13,-6],[-12,-9],[-9,-7],[-3,-4],[-7,-13],[-4,-6],[-4,-11],[-3,-15],[-10,-15],[-5,-10],[-9,-15],[-1,-1],[-5,-14],[-4,-8],[-3,-7],[-3,-8],[-4,-11],[-6,-11],[-3,-4],[-2,-4],[-11,-10],[-9,-5],[-12,-10],[-12,-12],[-4,0],[-5,-5],[-10,-12],[-2,-4],[-5,-9],[-9,-7],[0,-1],[-6,-3],[-3,-3],[-4,-5],[-4,-4],[-6,-7],[-6,-10],[-5,-8],[-7,-14],[-4,-9],[-5,-11],[-3,-7],[-1,-11],[-3,-11],[-4,-12],[-8,-9],[-4,-6],[-8,-13],[-5,-10],[-3,-8],[-1,-4],[-2,-7],[3,-6],[-11,-18],[-6,-9],[-2,-3],[-3,-5],[-2,-3],[-7,-11],[-10,-9],[-3,-3],[-7,-4],[-13,-7],[-6,-1],[-4,-5],[-3,-4],[-6,-8],[-5,-11],[-3,-12],[-1,-3],[-2,-7],[-3,-13],[-4,-7],[-6,-10],[-3,-4],[-6,-5],[-8,-7],[-9,-7],[-11,-8],[-7,-7],[-8,-5],[-8,-3],[-8,-2],[-10,3],[-9,1],[-7,0],[-8,0],[-7,-1],[-9,0]],[[5521,1793],[18,29],[-7,13],[8,16],[4,-5],[10,24],[-2,5],[-11,-5],[-3,8],[-18,16],[1,11],[4,-4],[15,32],[-3,5],[7,1],[1,-6],[3,4],[10,0],[28,45],[6,-1],[5,-14],[13,-8],[1,7],[10,12],[1,-8],[6,-2],[-2,-5],[2,-10],[8,-2],[4,14],[8,-7],[17,47],[20,-3],[12,9],[3,-5],[-4,-15],[10,-11],[5,2],[1,-9],[14,-7],[-2,-11],[4,-5],[5,11],[3,-3],[-4,-10],[2,-2],[28,46],[5,-9],[9,10],[6,-7],[-2,-6],[3,-6],[10,2],[2,-5],[7,7],[12,-18],[7,13],[15,-14],[7,9],[5,-7],[14,21],[8,19],[17,-20],[6,5],[12,-26],[1,-13],[10,33],[5,-7],[1,4],[16,-8],[17,15]],[[5955,1984],[13,-27],[19,-26],[-27,-66],[13,-9],[3,-11],[5,1],[-16,-52],[-17,16],[-18,10],[-1,12],[5,7],[-7,13],[-8,1],[0,5],[-12,-21],[-3,-7],[10,0],[-2,-4],[4,-1],[1,-35],[-3,-8],[14,-8],[-18,-28],[17,-14],[-16,-9],[11,-11],[-28,-30],[3,-7],[-4,-5],[-7,13],[-1,-19],[5,-6],[12,2],[9,-9],[2,5],[6,-1],[0,-33],[13,-13],[1,-20],[6,-4],[15,6],[2,-11],[-6,-19],[11,0],[15,-28],[23,10],[13,-16],[8,-2],[1,-10],[-5,-9],[2,-4],[17,-1],[4,7],[-2,13],[4,4],[3,-1],[3,-11],[16,-11],[3,-19],[6,-5],[-6,-17],[-3,2],[2,-6],[-22,-57],[3,-2],[22,58],[5,9],[8,3],[5,-14],[18,-8],[23,-45],[11,-6],[22,1],[6,-26],[4,-6],[15,-13],[18,-6],[21,-20],[10,12],[6,-2],[2,-7],[11,31],[19,-19],[5,15],[-7,6],[18,40],[-2,7],[10,-14],[0,-8],[38,69],[7,-7],[5,7]],[[6181,1981],[-1,-21],[3,-24],[-4,-21],[2,-8],[5,2],[1,-6],[-6,-3],[11,-31],[74,-18],[-6,-3],[-16,-27],[-8,-19],[2,-3],[5,1],[0,-4],[6,-6],[9,7],[-2,-21],[7,4],[6,-5],[7,6],[4,-15],[7,-2],[5,-11],[6,3],[4,-8],[7,3],[-5,-13],[4,-4],[-3,-14],[-4,-3],[0,-21],[-10,-4],[6,-14],[-3,0],[1,-8],[-33,-2],[-20,9],[-13,-34],[-8,-27],[20,-52],[3,2],[3,-6],[-3,-4],[-8,-5],[0,-9],[-5,-3],[-26,31],[3,6],[-19,21],[-6,-6],[-9,11],[-2,-6],[-8,19],[-34,22],[-2,-8],[-8,4],[-1,-6],[-14,18],[7,8],[-5,8],[-3,-5],[-3,3],[-19,34],[-8,-9],[-1,4],[-5,-1],[-2,14],[-21,-6],[-6,21],[-5,0],[-1,11],[4,1],[-2,41],[49,4],[8,9],[1,4],[-7,2],[-2,9],[3,3],[-2,5],[-8,1],[-25,19],[-7,-3],[13,57],[-2,-1],[2,2],[-5,5],[0,7],[5,3],[7,-8],[4,7],[9,2],[2,28],[17,15],[-3,7],[2,6],[5,4],[5,-9],[17,17],[20,7],[1,10],[4,4],[4,-1],[1,-8],[20,5],[1,4],[7,-4]],[[2861,1032],[-8,0],[-13,2],[-11,1],[-11,5],[-2,2],[-4,3],[-5,6],[-11,10],[-6,6],[-5,6],[-11,16],[-4,6],[-10,12],[-5,4],[-6,5],[-6,5],[-7,6],[-8,8],[-10,7],[-13,5],[-6,4],[-6,7],[-7,7],[-5,7],[-8,9],[-7,9],[-3,5],[-4,6],[-5,9],[-4,6],[-2,3],[-3,5],[-1,3],[-10,16],[-2,3],[-8,4],[-6,3],[-6,1],[-7,1],[-7,2],[-7,0],[-6,0],[-6,1],[-6,2],[-9,8],[-2,3],[-9,13],[-2,5],[-1,5],[-1,1],[1,7],[0,4],[1,10],[0,2],[1,5],[2,6],[2,5],[1,3],[5,15],[1,4],[1,4],[1,4],[0,6],[-1,8],[-1,18],[0,7],[-1,4],[-2,5],[-1,4],[-1,3],[-2,4],[-2,3],[-1,1],[-2,3],[-3,4],[-3,3],[-13,9],[-1,1],[-4,1],[-1,0],[-8,1],[-11,0],[-8,1],[-5,1],[-5,1],[-5,2],[-10,5],[-3,2],[-2,1],[-7,4],[-11,3],[-3,0],[-2,1],[-2,1],[-2,0],[-1,8],[-3,3],[-7,0],[-1,2],[-4,7],[-1,4],[-2,6],[-2,9],[-5,9],[-7,9],[-6,7],[-6,7],[-1,2],[-2,6],[-1,3],[-1,6],[-1,6],[-1,4],[-3,15],[-2,13],[-1,3],[-3,10],[-4,11],[-4,13],[-2,6],[-1,6],[-1,11],[0,7],[-2,18],[0,16],[0,8],[0,3],[1,6],[-4,15],[-9,11],[-2,4],[-3,3],[-6,5],[-4,4],[-2,3],[-3,7],[-2,5],[-1,6],[-1,2],[-1,5],[0,3],[-2,14],[-2,7],[-3,17],[0,4],[0,2],[0,3],[2,5],[2,6],[0,1],[1,2],[2,1],[3,2],[1,1],[2,1],[5,0],[2,0],[8,-2],[3,-1],[11,-3],[3,-1],[8,-5],[7,-5],[1,-1],[5,0],[1,0],[4,1],[3,2],[1,1],[2,3],[9,6],[1,0],[3,1],[6,6],[2,3],[1,2],[2,3],[1,3],[1,5],[1,3],[1,2],[-1,9],[0,2],[1,2],[1,5],[3,10],[0,4],[0,6],[-1,7],[0,3],[0,5],[1,8],[1,18],[1,10],[2,7],[0,1],[7,12],[2,4],[4,5],[1,1],[4,4],[5,3],[4,3],[5,2],[4,1],[6,1],[4,0],[11,-2],[4,-1],[5,-2],[1,-3],[3,-4],[2,-1],[3,-2],[2,-1],[1,0],[3,-1],[3,-3],[6,-9],[3,-4],[3,-4],[6,-6],[4,-4],[4,-5],[17,-20],[3,-2],[2,-1],[4,-3],[3,0],[2,0],[2,1],[3,1],[3,2],[6,3],[6,5],[7,5],[9,6],[4,4],[9,6],[6,4],[3,2],[2,1],[4,3],[1,2],[2,3],[2,3],[1,2],[0,3],[0,8],[-1,5],[0,6],[-1,4],[-1,6],[-1,3],[-2,4],[-3,9],[-1,3],[-8,14],[-8,13],[-6,10],[-4,5],[-7,12],[-4,7],[-7,12],[-3,4],[-2,3],[-2,2],[-7,2],[-5,-1],[-2,1],[-1,1],[-7,6],[-4,5],[-2,3],[0,2],[-1,3],[0,5],[0,2],[-1,2],[-2,2],[-2,1],[-2,0],[-3,0],[-5,-1],[-3,-1],[-7,-2],[-2,0],[-1,0],[-9,-4],[-3,-1],[-4,-1],[-3,-1],[-4,0],[-3,0],[-7,2],[-4,2],[-4,3],[-9,8],[-8,8],[-4,5],[-10,9],[-10,8],[-1,1],[-4,3],[-3,4],[-3,5],[-1,4],[0,4],[-3,8],[-5,5],[-3,5],[-2,4],[-2,4],[-7,11],[-6,11],[-9,10],[-7,11],[-2,3],[-2,1],[-2,4],[-4,7],[-2,6],[-1,5],[-2,4],[-3,5],[-2,3],[-5,4],[-7,9],[-1,1],[-2,3],[-1,2],[-1,2],[-3,7],[0,1],[-1,1],[0,1],[-6,3],[-4,4],[-2,3],[-2,2],[-1,0],[-2,1],[-1,1],[-3,0],[-2,0],[-2,0],[-1,-1],[-7,-4],[-9,-5],[-2,-1],[-1,0],[-2,0],[-2,0],[-3,1],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,-1],[-7,-9],[-4,-5],[-5,-8],[-2,-5],[-3,-5],[-1,-3],[-1,-3],[0,-2],[-1,-3],[-2,-2],[-9,-14],[-2,-2],[-2,-2],[-2,-2],[-9,-8],[-2,-1],[-3,-3],[-2,-1],[-4,-1],[-3,-1],[-2,0],[-3,0],[-2,0],[-6,1],[-6,2],[-2,1],[-1,1],[-3,2],[-2,1],[-3,1],[-2,0],[-1,0],[-2,0],[-2,-1],[-1,-2],[-3,-3],[-3,-5],[-5,-9],[-2,-2],[-1,-2],[-3,-4],[-4,-4],[-3,-5],[-1,-1],[-1,-2],[-1,-2],[-2,-4],[0,-2],[-1,-2],[-1,-5],[-1,-3],[0,-3],[0,-2],[1,-5],[-1,-6],[0,-2],[-1,-3],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[-9,-9],[-9,-8],[-1,-1],[-2,-1],[-2,-4],[-1,-1],[-1,-3],[0,-3],[0,-2],[-1,-5],[1,-9],[-1,-6],[-1,-4],[-1,-6],[-1,-4],[-2,-4],[0,-3],[-3,-11],[-6,-16],[-6,-13],[-7,-15],[-5,-13],[-7,-11],[-1,-1],[-3,-5],[-1,-4],[-1,-1],[-1,-2],[-5,-17],[-4,-15],[-6,-16],[-1,-4],[-2,-9],[-2,-8],[-2,-6],[-3,-12],[-1,-2],[-2,-5],[-2,-4],[-2,-3],[-3,-5],[-1,-3],[-1,-2],[0,-3],[-1,-3],[0,-3],[0,-2],[-1,-5],[-3,-9],[-2,-9],[-3,-13],[-1,-6],[-1,-3],[-2,-5],[-1,-2],[-4,-4],[-10,-7],[-4,-3],[-2,-2],[-1,-1],[-1,0],[-3,-1],[-5,0],[-8,-1],[-2,-1],[-2,0],[-2,1],[-2,0],[-2,1],[-1,1],[-3,2],[-2,2],[-6,7],[-4,5],[-5,7],[-2,3],[-4,6],[-4,6],[-4,5],[-7,8],[-2,2],[-4,3],[-3,3],[-2,2],[-1,1],[-1,2],[-1,2],[-2,5],[-1,8],[-2,12],[-5,17],[-1,2],[0,1],[-2,3],[-12,17],[-3,2],[-2,2],[-8,5],[-2,2],[-2,2],[-2,2],[-1,2],[-1,2],[-1,1],[-1,2],[-1,3],[-1,6],[-1,4],[-4,16],[-2,7],[-1,2],[-1,8],[0,4],[0,4],[2,15],[1,18],[-1,2],[-3,15],[0,3],[-1,4],[-1,2],[-2,2],[-3,4],[-2,3]],[[1856,2110],[8,18],[6,-4],[34,9],[4,5],[-2,6],[20,15],[2,-9],[8,2],[6,-12],[-2,-8],[9,-11],[5,-17],[9,-11],[12,3],[4,17],[16,-33],[3,11],[6,4],[-2,14],[9,14],[0,9],[14,32],[-3,20],[4,13],[-6,19],[-19,3],[-12,13],[1,7],[-5,1],[7,41],[5,8],[-4,15],[3,17],[-2,7],[7,23],[3,55],[5,1],[3,13],[11,-7],[12,2],[8,10],[-1,9],[13,25],[-6,10],[-2,12],[1,10],[-3,6],[4,8],[0,18],[9,17],[0,39],[38,-21],[9,-20],[0,-10],[8,-3],[4,-15],[5,-6],[31,-5],[15,-11],[22,6],[10,-8],[12,-36],[1,-33],[4,-1],[1,-6],[0,10],[3,3],[0,-6],[4,2],[0,21],[3,7],[1,-3],[10,7],[3,-5],[10,14],[9,-8],[2,-11],[20,11],[-2,22],[7,16],[0,12],[6,-1],[-5,13],[-2,29],[4,3],[5,16],[12,20],[3,10],[0,26],[7,3],[3,13],[4,1],[-2,17],[14,20],[0,19],[8,7],[-2,8],[10,10],[3,28],[-7,28],[9,5],[-2,10],[8,24],[-3,8],[3,0],[-8,15],[1,11],[-3,4],[0,14],[4,5],[3,-3],[9,11],[15,1],[-5,22],[-21,16],[13,23],[7,4],[7,15],[12,7],[9,13],[10,24],[13,18],[-1,5],[6,8],[-2,7],[2,7],[8,14],[15,6],[2,7],[6,5],[2,11],[7,2],[-1,10],[3,7],[29,46],[7,22],[19,20],[1,9]],[[2533,3205],[2,6],[3,-11],[8,-3],[5,-8],[10,12],[3,-4],[6,-23],[8,-15],[0,-18],[7,-24],[3,9],[13,5],[7,9],[0,-5],[7,-1],[-9,-15],[10,3],[3,-3],[-5,-9],[6,-11],[19,3],[5,-4],[7,6],[16,-24],[0,-9],[15,-6],[12,-13],[6,-1],[18,-28],[-3,-9],[24,-44],[-3,-13],[13,-7],[6,7],[21,8],[10,-7],[-2,1],[-1,-3],[8,-1],[-7,-13],[0,-18],[-4,-2],[8,-25],[-2,-2],[0,5],[-9,-4],[-7,-9],[-3,5],[-8,-3],[5,-19],[-4,-16],[8,-23],[-1,-18],[8,-13],[-3,-7],[8,-26],[-1,-20],[8,-22],[-4,-11],[3,-15],[-4,-12],[6,-19],[-8,-12],[6,-8],[2,-17],[11,-29],[1,-13],[12,1],[14,-17],[7,1],[3,-7],[-1,-3],[5,-6],[1,-5],[-9,1],[-5,-8],[8,-41],[6,-8],[15,33],[11,-7],[10,-17],[8,0],[7,-17],[-5,-3],[6,-6],[-5,-6],[3,-2],[-2,-2],[2,-10],[9,-9],[0,-12],[3,-2],[-3,-8],[6,-3],[-4,-3],[11,-12],[4,0],[3,-8],[3,4],[5,-7],[4,3],[15,-3],[-1,-6],[6,-13],[3,9],[4,-4],[1,5],[3,-2],[3,-11],[-7,-4],[9,-14],[-4,0],[-1,-9],[13,-7],[2,-14],[9,0],[4,-14],[17,-2],[6,-11],[0,-8],[7,5],[-2,-7],[2,-6],[6,13],[9,-3],[8,-16],[6,5],[-15,16],[5,14],[3,-8],[8,-5],[26,3],[19,10],[5,-2],[1,-4],[-9,-29],[23,0],[13,-8],[8,4],[12,-13],[38,-5],[15,17],[5,-12],[24,-20],[6,-17],[-2,-13],[30,-25],[9,-13],[16,-7],[23,6],[-9,-20],[21,-19],[8,-2],[0,-16],[-10,-26],[23,-6],[1,-16],[6,0],[1,-6],[8,-4],[5,1],[-2,-11],[13,-4]],[[4633,246],[-1,2],[-10,10],[-8,8],[-3,1],[-10,7],[-8,3],[-6,3],[-2,1],[-4,2],[-3,1],[-6,3],[-6,3],[-8,2],[-11,3],[-12,1],[-16,4],[-10,3],[-12,6],[0,5],[-9,-3],[-7,-4],[-3,-3],[-7,-7],[-3,-2],[-4,-2],[-7,-6],[-8,-7],[-8,-6],[-6,-3],[-9,-4],[-3,0],[-4,1],[-4,-2],[-4,-2],[-7,-3],[-2,-1],[-3,-1],[-4,-1],[-2,-1],[-3,-1],[-3,-2],[-4,-4],[-2,-3],[-5,-7],[-2,-4],[-1,-3],[0,-1],[-7,-9],[-3,-3],[-3,-3],[-3,-8],[-1,-6],[-2,-5],[-9,-8],[-8,-8],[-7,-9],[-7,-4],[-9,-1],[-2,1],[-6,2],[-7,2],[-1,1],[-7,2],[-7,-1],[-4,-1],[-8,-3],[-9,-1],[-10,-3],[-11,-4],[-12,-4],[-5,-3],[-5,-1],[-3,0],[-10,-2],[-8,-3],[-5,-3],[-8,-4],[-6,0],[-6,0],[-9,-2],[-3,-1],[-4,-2],[-6,-2],[-2,0],[-12,1],[-16,6],[-4,4],[-9,7],[-11,7],[-14,8],[-10,4]],[[3879,1961],[2,-4],[10,13],[8,-6],[12,0],[33,15],[5,-9],[7,3],[12,-10],[15,-3],[4,-6],[-6,-14],[2,-6],[6,2],[5,10],[5,-1],[2,-19],[-8,-11],[0,-8],[5,-1],[11,12],[12,-31],[-8,3],[1,-5],[15,2],[8,-12],[6,4],[-3,15],[12,26],[-6,7],[9,3],[14,19],[8,-1],[2,30],[14,8],[15,32],[11,4],[7,-13],[11,8],[7,-17],[6,-5],[14,18],[4,-4],[5,5],[43,-4],[1,-6],[12,-3],[0,9],[-7,2],[7,26],[0,74],[6,-2],[-1,5],[19,-3],[6,-30],[-5,-32],[5,-10],[25,-12],[14,-1],[0,112],[-9,38],[-10,8],[-6,16],[-2,72],[-20,70],[-4,71],[7,19],[-9,42],[23,3],[3,22],[9,1],[2,8],[8,2],[-1,4],[7,4],[-4,9],[2,-4],[-3,0],[-2,-9],[0,24],[6,19],[0,16],[-3,2],[14,3],[-8,8],[4,22],[-10,18],[7,3],[-2,4],[19,23],[-9,23],[0,12],[16,1],[2,-5],[19,8],[16,34],[-3,7],[5,6],[4,-3],[-4,8],[4,1],[0,11],[6,-6],[2,3],[5,-8],[5,2],[18,-12],[3,-21],[-8,-3],[3,-5],[-2,-10],[4,-6],[-1,-9],[-4,-5],[1,-9],[-3,-11],[7,-1],[16,-20]],[[4418,2639],[-17,-39],[12,-20],[6,-2],[8,7],[-2,-8],[3,-3],[-2,-9],[7,10],[30,14],[3,17],[12,4],[0,28],[14,-2],[2,4],[0,24],[-5,20],[9,2],[2,4],[-2,19],[10,36],[6,-7],[5,1],[2,-6],[6,5],[4,-13],[-2,-51],[10,-6],[-1,-27],[5,-32],[3,-3],[1,-10],[3,-2],[-1,-4],[11,-13],[5,-37],[12,-2],[-6,-50],[5,2],[3,-44],[4,-1],[0,-9],[14,6],[7,-18],[4,2],[3,-15],[3,2],[9,-16],[-2,-9],[21,15],[14,4],[1,-4],[3,0],[8,8],[-1,-5],[11,2],[5,-8],[20,-6],[-2,-9],[5,-1],[0,-10],[6,-8],[10,6],[-7,-9],[3,-5],[-15,-2],[3,-7],[-26,-22],[8,-7],[-2,-3],[11,-79],[4,-6],[-4,-4],[4,-13],[-5,-17],[7,-5],[3,-21],[7,-4],[-9,-21],[2,-74],[6,2],[8,-10],[5,-14],[2,-23],[7,-13],[-1,-5],[-8,1],[3,-11],[-6,-11],[3,-2],[4,2],[1,7],[6,0],[4,-18],[-11,-34],[0,-17],[-3,-1],[-2,-46],[8,-2],[-1,-57],[27,-1],[-5,-19],[1,-9],[-6,-18],[4,-4],[1,-29],[-3,-7],[-8,-4],[10,-44],[-8,-6],[-2,-9],[11,-4],[0,-5],[34,15],[1,-13],[22,3],[-2,-7],[3,1],[1,-8],[5,0],[3,1],[0,14],[66,0],[4,-24]],[[8205,1552],[-6,-39],[-16,-37],[-18,-25],[-13,-41],[-19,-37],[-16,-15],[-21,-6],[-31,8],[-23,-12],[-37,3],[-29,-14],[-24,-17],[-48,-71],[-8,-4],[-27,-2],[-17,10],[-50,10],[-23,-13],[-15,-3],[-77,-61],[-25,-40],[-21,-16],[-33,-41],[-24,0],[-40,15],[-17,-8],[-18,1],[-15,5],[-19,18],[-13,3],[-21,-6],[-25,-25]],[[7416,1092],[-4,0],[-1,0],[-3,-1],[-2,0],[-3,-2],[-1,-1],[-9,-10],[-11,-5],[-7,-2],[-5,-1],[-12,1],[-9,3],[-8,2],[-7,2],[-8,1],[-10,10],[-1,2],[0,1],[-5,6],[-3,2],[-4,4],[-1,0],[-11,7],[-1,1],[-7,6],[-5,3],[-3,1],[-4,0],[-1,1],[-3,0],[-2,0],[-8,-2],[-7,-2],[-7,-2],[-5,-2],[-1,-1],[-8,-5],[-2,-1],[-2,-1],[-1,-1],[-11,0],[-10,3],[-10,3],[-4,3],[-4,3],[-4,4],[-2,3],[0,5],[-6,1],[-9,-2],[-5,-1],[-7,-2],[-10,-6],[-7,-6],[-9,-4],[-3,-2],[-9,0],[-1,0],[-10,2],[-7,2],[-3,1],[-5,0],[-12,-3],[-10,-3],[-8,-1],[-5,-1],[-6,0],[-11,3],[-6,-1],[-9,-5],[-7,-5],[-8,-7],[-2,-5],[-8,-5],[-4,-2],[-9,-4],[-10,-5],[-13,-9],[-10,-12],[-5,-5],[-8,-7],[-6,-5],[-7,-6],[-4,-4],[-5,-4],[-12,-11],[-4,-3],[-3,-2],[-3,-4],[-5,-3],[-5,-3],[-6,-3],[-8,-3],[-5,0],[-7,-3],[-10,-3],[-11,-3],[-8,6],[-8,2],[-9,0],[-10,-4],[-3,-1],[-2,-2],[-8,-4],[-8,-8],[-7,-10],[-22,-6],[-6,0],[-10,-3],[-7,-3],[-7,-2],[-7,-4],[-8,-5],[-8,-4],[-3,1],[-8,4],[-13,3],[-8,1],[-3,0],[-3,0],[-9,0],[-12,0],[-10,-2],[-10,-4],[-10,-6],[-4,-2],[-12,-5],[-11,-4],[-9,-4],[-3,-1],[-6,-2],[-9,-4],[1,-5],[-4,-2],[-11,-3],[-7,-1],[-4,4],[-12,1],[-7,2],[-13,4],[-5,4],[-11,2],[-10,3]],[[6346,1455],[-7,7],[23,41],[-24,28],[12,12],[17,28],[6,-7],[10,16],[2,-3],[5,5],[4,-7],[18,22],[-5,-3],[-4,5],[18,21],[-5,3],[2,4],[-8,-7],[-7,1],[-2,39],[-3,3],[-11,-4],[-3,11],[2,9],[-11,-1],[-1,14],[-20,1],[-8,8],[3,2],[5,-3],[14,11],[3,-2],[5,9],[6,-3],[4,-9],[4,4],[3,-5],[0,-10],[5,-12],[7,-2],[4,-29],[7,-4],[-2,5],[9,4],[-11,16],[17,12],[3,-9],[5,3],[0,12],[6,16],[25,21],[15,-13],[9,11],[2,-3],[1,41],[43,-2],[0,15],[10,-1],[1,25],[7,7],[-8,8],[-1,-14],[-7,0],[-6,12],[-12,-11],[-33,1],[-1,18],[-14,-2],[0,12],[-5,-2],[0,17],[-17,19],[40,54],[9,-7],[10,30]],[[6511,1943],[3,6],[10,-6],[29,43],[12,11],[-3,5],[-3,-4],[-9,1],[-1,5],[-14,-3],[10,36],[8,3],[11,-7],[8,15],[2,-1],[4,14],[18,-11],[-5,-20],[13,-8],[4,-7],[5,14],[10,-8],[43,-68],[39,-7],[-12,-23],[7,-3],[-1,7],[18,17],[-10,9],[2,13],[5,-1],[9,-12],[2,2],[1,7],[-5,10],[7,17],[21,-25],[4,10],[-10,10],[31,118],[20,-10],[-11,-40],[10,-15],[-3,-6],[25,-8],[1,3],[23,-3],[-4,-46],[33,-21],[7,48],[28,-18],[-8,-44],[-7,3],[-3,-11],[28,-14],[9,8],[6,16],[14,-23],[6,34],[22,-6],[-6,-11],[0,-9],[18,10],[15,-5],[6,22],[17,-10],[-5,-16],[84,28],[33,0],[0,-43],[93,0],[0,-51],[47,-4],[4,38],[52,-19],[-2,-12],[21,-6],[4,37],[10,-2],[2,14],[10,-3],[-3,-25],[37,-9],[5,37],[24,-6],[-3,-30],[26,-6],[1,5],[34,-7],[7,67],[19,-2],[0,-22],[21,0],[-2,-21],[32,2],[1,-6],[88,-2],[0,7],[17,1],[7,100],[22,-3],[0,43],[13,-2],[15,-5],[-2,-196],[46,0],[0,8],[27,-2],[-1,-11],[11,-1],[0,-31],[5,0],[0,-9],[6,-1],[-5,-54],[81,-4],[3,-3],[-3,-21],[3,-4],[13,-2],[2,-17],[19,0],[4,-5],[-26,-28],[2,-15],[10,-20],[-9,-8],[15,-31],[2,2],[8,-9],[18,23],[11,-36],[4,7],[11,-16],[14,13],[9,15],[8,45],[13,26],[172,-86]],[[5955,1984],[-12,27],[53,39],[66,88],[-4,23],[-9,15],[-13,4],[-30,30],[4,25],[18,-6],[2,7],[10,5],[-5,3],[2,8],[-6,4],[2,8],[15,-15],[4,1],[-9,13],[12,6],[-9,7],[-6,-4],[-2,12],[-5,-3],[-7,11],[10,6],[10,1],[0,4],[7,-5],[5,9],[4,22],[-9,-2],[-1,-3],[-8,2],[-4,23]],[[6040,2349],[-2,22],[4,15],[-4,10],[-5,0],[0,11],[-5,3],[4,2],[-3,13],[2,7],[7,-3],[-3,-21],[9,-3],[2,9],[7,2],[4,11],[9,-12],[5,-13],[10,10],[1,8],[8,-3],[6,6],[11,-9],[10,8],[1,-5],[5,1],[-3,-16],[3,-2],[1,11],[7,-2],[5,5],[-1,18],[11,5],[7,-15],[6,3],[2,-9],[14,-4],[-11,44],[11,5],[3,10],[12,-27],[13,-8],[8,-2],[10,6],[-5,5],[2,9],[5,-7],[9,6],[3,-7],[6,1],[2,-7],[6,0],[5,-8],[7,4],[-3,11],[7,4],[11,-14],[27,-4],[2,-5],[18,-7],[2,-11],[8,-2],[9,10],[1,31],[15,-2],[2,28],[29,-5],[1,5]],[[6390,2475],[48,-82],[28,-22],[-14,-34],[3,-2],[-2,-4],[9,-8],[-11,-23],[-8,1],[-5,-8],[-6,7],[-8,-18],[-1,5],[-4,-6],[4,-9],[11,-5],[11,-24],[6,-19],[0,-31],[9,5],[8,-42],[23,8],[4,-26],[-30,-47],[9,-12],[-22,-37],[8,-5],[-7,-9],[-6,6],[-20,-36],[6,4],[26,-48],[25,26],[10,-17],[16,-11],[-3,-7],[4,-2]],[[2533,3205],[1,15],[-8,27],[-11,-1],[-12,17],[-10,-3],[-16,9],[-10,-8],[-14,7],[-19,29],[-4,14],[3,5],[-2,8],[16,26],[1,17],[8,11],[6,16],[7,5],[1,19],[12,28],[8,0],[10,14],[9,-1],[2,10],[5,5],[9,-3],[9,11],[7,0],[9,7],[5,18],[10,9],[0,11]],[[2565,3527],[5,-3],[1,-11],[8,6],[0,13],[13,0],[1,-9],[8,-5],[16,0],[1,10],[6,5],[2,9],[14,-1],[6,11],[12,2],[3,-17],[8,0],[12,17],[10,-1],[9,5],[10,15],[0,13],[13,-5],[14,-19],[9,4],[7,-32],[9,0],[-1,5],[21,15],[5,9],[8,0],[13,11],[4,-5],[14,3],[7,-9],[17,-4],[-14,-16],[-5,-28],[-17,-23],[22,-7],[3,7],[0,19],[6,20],[-1,16],[6,9],[8,0],[5,-26],[7,-11],[12,2],[11,11],[5,-10],[7,-4],[14,11],[-2,-7],[19,9],[20,15],[11,-4],[2,22],[3,5],[6,-3],[17,33],[21,-5],[21,-17],[9,0],[4,-4],[0,4],[-4,1],[8,12],[9,-15],[7,7],[1,-9],[13,4],[2,8],[5,3],[25,-19],[7,10],[1,16],[10,22],[8,1],[3,7],[13,8],[32,-1],[12,7],[23,-21],[17,21],[2,23],[11,23],[7,3],[7,-4],[5,6],[19,-4],[3,14],[3,1],[15,-13],[5,3],[-1,4],[5,-4],[3,-24],[-6,-15],[21,-19],[18,-7],[3,-12],[13,1],[3,4],[18,5],[11,24],[8,2],[24,26],[20,4],[6,8],[2,16],[13,-2],[12,10],[5,14],[25,6]],[[3522,3732],[14,-27],[13,-2],[8,-12],[5,3],[4,17],[7,11],[7,4],[24,-19],[18,-29],[10,9],[6,-2],[8,7],[19,-15],[11,13],[24,7],[19,26],[9,1],[12,10],[30,-38],[17,-9],[4,-15],[-3,-7],[2,-15],[-20,-32],[-13,-42],[-14,-27],[-4,-15],[8,-40],[7,-10],[-2,-18],[10,-39],[0,-8],[22,-30],[3,-25],[5,-6],[8,-33],[2,-28],[-2,-7],[-9,-5],[2,-6],[-21,-14],[-16,-23],[12,-22],[1,-22],[-5,2],[-3,-8],[12,-26],[-3,-24],[3,-9],[-11,-8],[-6,1],[-9,-9],[-22,-8],[-1,-10],[8,-42],[5,-3],[1,-31],[-8,-11],[-6,-2],[-10,-18],[-15,-8],[-4,-22],[7,-16],[2,-45],[6,-11],[-1,-12],[5,-15],[-8,-52],[5,-37],[-3,-14],[-7,-5],[4,-14],[-1,-16],[-10,-31],[4,-2],[-1,-7],[6,10],[8,1],[-1,-14],[6,1],[5,-6],[6,-28],[1,-12],[-4,-13],[9,-21],[6,-25],[-5,-7],[-4,-15],[-1,-18],[-11,-3],[-6,-33],[3,-30],[8,-18],[-5,-12],[6,-13],[-6,-34],[4,-38]],[[8061,2462],[-11,-69],[3,-24],[7,-22],[11,-14],[22,-13],[21,-37],[9,-3],[19,4],[12,-24],[37,-50],[16,-15],[13,-29],[2,-18],[-1,-21],[-20,-49],[3,-42],[19,-38],[20,-83],[28,-25],[8,-13],[6,-25],[5,-50],[13,-36],[-6,-24],[-34,-31],[-3,-22],[-28,-41],[-19,-45],[-8,-51]],[[6390,2475],[5,13],[4,-3],[4,7],[8,30],[7,-2],[-6,-6],[0,-6],[13,1],[-1,14],[4,4],[3,-3],[2,-20],[6,3],[-4,-13],[12,9],[7,-3],[0,-7],[-7,-12],[1,-7],[14,6],[-3,-11],[4,-8],[15,-2],[72,106],[43,-43],[11,14],[3,-2],[28,52],[-10,11],[1,3],[47,31],[38,33]],[[6711,2664],[14,-34],[0,-17],[13,-42],[15,20],[15,-16],[21,-14],[37,23],[5,-22],[61,12],[36,-42],[7,19],[14,-14],[17,37],[20,-19],[14,30],[31,-32],[2,5],[67,-41],[37,77],[51,-59],[58,-32],[-14,-80],[38,-20],[4,13],[21,-11],[2,8],[21,-11],[9,35],[-22,13],[2,11],[-22,12],[8,44],[51,-3]],[[7344,2514],[21,-10],[-2,-15],[24,-39],[14,-17],[33,78],[22,-24],[33,60],[27,-28],[-3,-4],[20,-28],[10,19],[17,-22],[31,56],[43,-52],[6,12],[21,-1],[0,-12],[25,-1],[-6,32],[8,-1],[4,-9],[62,-2],[0,-12],[60,-4],[1,-12],[76,-7],[1,-4],[1,27],[23,3],[-1,20],[-13,4],[0,8],[-6,0],[3,16],[23,14],[27,-7],[8,23],[6,7],[12,-8],[6,11],[13,1],[2,-4],[7,3],[0,-22],[-7,-27],[2,-19],[6,-16],[7,-6],[42,-9],[6,-10],[2,-14]],[[1856,2110],[-2,2],[-1,2],[-1,2],[-7,10],[-1,0],[-1,3],[0,1],[-1,7],[-2,19],[0,4],[-1,7],[-1,4],[-1,4],[-2,3],[-1,1],[-3,3],[-2,2],[-3,0],[-4,1],[-6,0],[-1,-1],[-1,-1],[-2,-1],[-2,1],[-11,1],[-10,2],[-2,1],[-5,3],[-3,2],[-5,3],[-5,5],[-2,2],[-3,3],[-8,6],[-3,2],[-2,0],[-3,1],[-5,-1],[-6,-2],[-3,-2],[-3,-1],[-3,0],[-2,0],[-7,2],[-3,1],[-6,3],[-7,4],[-4,2],[-3,0],[-4,0],[-2,1],[-5,1],[-5,2],[-2,2],[-3,1],[-3,1],[-2,0],[-2,0],[-2,-1],[-6,-4],[-1,-1],[-5,-2],[-2,0],[-4,0],[-4,0],[-3,1],[-1,0],[-3,2],[-1,2],[-3,4],[-3,5],[-2,6],[-1,3],[-1,2],[-2,2],[-1,1],[-1,0],[-3,1],[-1,0],[-2,0],[-5,-2],[-3,-2],[-4,-1],[-8,-1],[-3,-1],[-8,-4],[-9,-4],[-6,-3],[-2,-1],[-3,-1],[-11,-2],[-2,-1],[-7,0],[-3,1],[-4,1],[-2,2],[-2,2],[-4,4],[-9,9],[-2,2],[-1,1],[-2,1],[-2,1],[-4,2],[-5,0],[-9,-1],[-3,-1],[-4,-1],[-4,-3],[-10,-4],[-5,-1],[-7,-2],[-4,0],[-1,0],[-2,0],[-1,1],[-1,0],[-2,2],[-2,1],[-3,3],[-4,4],[-2,2],[-2,3],[-2,3],[-1,3],[-1,4],[-4,15],[-1,7],[-1,4],[-1,3],[0,3],[0,3],[-1,21],[0,8],[1,7],[1,5],[1,5],[1,3],[0,2],[0,1],[1,4],[0,2],[-1,7],[-3,16],[-1,8],[-3,11],[-3,9],[-1,2],[-3,9],[-5,14],[-4,9],[-1,3],[-3,4],[-1,2],[-2,2],[-1,1],[-4,3],[-11,7],[-4,3],[-1,1],[-2,2],[-2,1],[-4,2],[-5,2],[-8,3],[-7,3],[-3,1],[-4,0],[-5,0],[-5,0],[-6,-2],[-9,-1],[-4,0],[-2,0],[-5,1],[-2,1],[-5,2],[-7,1],[-2,0],[-10,3],[-4,1],[-2,1],[-2,1],[-4,1],[-5,0],[-1,0],[-3,-1],[-8,-2],[-3,-1],[-2,0],[-6,1],[-2,0],[-2,-1],[-4,-2],[-2,-1],[-3,-1],[-1,0],[-3,1],[-3,0],[-4,1],[-9,4],[-3,1],[-2,2],[-2,1],[-3,4],[-2,3],[-2,4],[-1,2],[-1,4],[-1,5],[-1,8],[0,6],[-1,7],[-2,12],[-1,4],[-1,3],[-1,2],[-1,4],[-2,5],[-3,4],[-2,4],[-3,3],[-4,4],[-4,3],[-4,2],[-3,1],[-2,12],[1,2],[3,2],[1,-1],[0,1],[0,5],[-2,8],[-4,9],[-2,4],[6,17],[2,13],[3,12],[1,2],[1,4],[1,2],[0,1],[5,4],[1,1],[1,0],[4,-1],[9,4],[7,0],[6,-2],[4,-1],[5,2],[4,4],[11,5],[8,-5],[7,-3],[4,2],[4,3],[2,4],[0,1],[1,1],[1,1],[1,0],[7,-4],[3,-3],[6,-2],[5,-1],[12,3],[11,-1],[9,5],[10,8],[4,8],[11,4],[12,1],[10,6],[19,8],[-2,26],[0,9],[0,1],[0,3],[-2,5],[-2,6],[-2,4],[-1,15],[-1,10],[-4,10],[-2,3],[-5,5],[-10,8],[-11,1],[-14,13],[-18,11],[-18,16],[-4,4],[-21,7],[-4,1],[-5,-3],[-7,4],[-10,12],[-7,7],[-12,15],[4,9],[4,9],[-10,6],[2,6],[-19,12],[-6,8],[2,7],[-7,7],[-1,-3],[-9,14],[-6,10],[-2,7],[5,6],[3,4],[4,2],[4,2],[7,-1],[8,1],[7,5],[6,6],[4,5],[6,2],[6,1],[9,-3],[31,11],[-5,22],[-2,4],[-2,3],[0,3],[0,1],[0,3],[1,2],[3,6],[1,3],[2,2],[5,15],[3,6],[4,8],[6,11],[4,11],[2,1],[4,6],[1,2],[1,0],[1,0],[0,1],[-2,9],[-3,4],[-2,2],[-5,8],[-1,2],[-1,5],[1,7],[5,10],[2,8],[1,6],[4,7],[4,5],[2,0],[2,0],[3,-1],[3,-1],[8,6],[8,9],[9,7],[4,3],[5,4],[1,12],[-1,16],[-2,11],[-2,7],[-10,26],[-1,-1],[-1,0],[-7,0],[-11,3],[-3,2],[-2,9],[-6,23],[-2,9],[-4,2]],[[1288,3388],[-2,3],[3,4],[18,-1],[5,8],[13,5],[-7,4],[-1,17],[3,1],[-6,1],[0,10],[8,1],[6,16],[10,14],[0,16],[-6,12],[10,8],[4,33],[8,8],[8,1],[7,10],[-5,13],[-21,27],[12,18],[-18,69],[-34,24],[4,16],[-5,11],[-4,-5],[-46,80],[-5,36],[22,9],[0,8],[29,8],[-4,35],[-10,-8],[-7,10],[3,7],[-2,6],[-6,2],[-6,73],[31,23],[6,-3],[19,17],[18,1],[19,-13],[11,4],[-5,7],[7,15],[8,-8],[7,7],[12,20],[-6,0],[4,11],[-6,3],[-6,12],[15,20],[-3,3],[0,-5],[-1,5],[-2,-4],[-2,8],[-4,-2],[-2,4],[6,21],[21,26],[2,31],[22,-7],[9,1],[14,14],[6,12],[8,0],[8,10],[12,2],[21,-27],[9,1],[-4,-13],[1,-8],[5,-5],[21,3],[5,-15],[17,-8],[2,-17],[43,-25],[24,-4],[7,-8],[5,5],[10,-2],[9,16],[26,-4],[12,3],[1,16],[-5,9],[4,12],[-4,18],[55,12],[12,-22],[-15,-7],[4,-19],[16,-28],[5,-22],[-3,-16],[4,-17],[22,5],[9,9],[17,-20],[2,13],[15,-11],[2,14],[1,-6],[2,2],[1,-5],[8,-3],[11,-16],[13,2],[1,15],[11,9],[11,-2],[1,13],[-6,12],[7,2],[-3,8],[3,2],[-2,6],[12,7],[-10,8],[-10,36],[-10,-6],[-2,5],[-1,19],[5,2],[-6,22],[6,5],[-14,28],[10,9],[30,-42],[33,50],[10,-9],[9,11],[4,-1],[-1,-7],[9,4],[8,16],[1,22],[5,9],[3,-38],[12,20],[7,-8],[6,2],[16,28],[7,-11],[9,-4],[3,-11],[31,-3],[17,-36],[18,-6],[23,44],[1,32],[3,7],[2,27],[22,53],[33,7],[10,8],[18,-2],[15,-9],[7,12],[5,2],[19,-11],[8,11]],[[2290,4412],[18,-13],[0,-5],[11,0],[4,-15],[-5,-14],[9,-8],[3,-16],[12,-21],[-1,-5],[8,-1],[13,-11],[3,-6],[1,-13],[8,-2],[1,-21],[6,-8],[34,0],[-1,-13],[5,-17],[12,12],[5,-4],[7,0],[0,-6],[3,-2],[-2,-4],[12,11],[5,-14],[8,-7],[-4,-21],[1,-9],[18,7],[9,10],[10,-3],[6,9],[3,-1],[5,-13],[1,-11],[-4,-9],[3,-5],[-14,-23],[-1,-14],[9,1],[13,11],[5,-32],[13,-11],[1,-8],[12,-5],[-9,-19],[5,0],[3,-22],[14,-8],[3,-38],[6,-28],[9,-3],[-3,-10],[1,-50],[3,-25],[6,-12],[-11,-18],[-2,-13],[-10,-20],[-11,-13],[-14,-8],[-12,-24],[13,-21],[-2,-20],[18,-44],[8,-9],[3,4],[5,-1],[-7,-19],[5,-36],[-9,-17],[-1,-15],[-11,-13],[12,-17],[-3,-12],[1,-24]],[[9238,2283],[-9,-16],[-3,-6],[-14,-28],[-11,-23],[-8,-18],[-13,-30],[-6,-14],[-4,-14],[-3,-10],[-6,-18],[-2,-5],[-7,-22],[-3,-8],[-6,-19],[-2,-5],[-1,-1],[-1,0],[-18,-54],[-17,-45],[-12,-29],[-16,-34],[-10,-20],[-4,-9],[-29,-48],[-15,-24],[-11,-22],[-9,-16],[-3,-5],[-5,-7],[-14,-27],[-21,-45],[-8,-16],[-3,-4],[-5,-11],[-5,-12],[-5,-14],[-4,-12],[-4,-19],[-3,-12],[-2,-6],[-1,-25],[6,-20],[-1,0],[-5,19],[-2,16],[-3,6],[-4,3],[-3,1],[-12,-1],[-5,-10],[-1,-8],[-1,-8],[-8,-3],[2,-6],[38,-3],[0,-2],[-22,2],[-31,2],[-1,-1],[-7,-27],[-6,-31],[-4,-32],[-1,-20],[0,-18],[1,-30],[4,-27],[2,-11],[1,-7],[1,-3],[4,-11],[3,-7],[1,-1],[2,-3],[2,-1],[1,1],[3,-3],[4,-5],[3,-10],[2,-17],[2,-9],[0,-14],[-1,-10],[0,-5],[1,-4],[1,-5],[3,-9],[1,-3],[3,-1],[0,2],[-2,6],[5,-12],[-2,-4],[-4,0],[-1,-6],[-1,-12],[14,-16],[2,-13],[-1,-9],[1,-2],[29,-46],[3,-15],[5,-14],[-1,0],[-5,13],[-3,15],[-29,47],[0,11],[-2,10],[-1,3],[-7,8],[-6,6],[1,15],[0,2],[-2,5],[-6,-3],[-3,-21],[-5,-19],[2,-12],[14,6],[11,-2],[0,-2],[-3,-3],[-20,-9],[2,-8],[8,1],[4,-20],[3,-15],[3,-19],[-1,-1],[-2,11],[-2,12],[-3,12],[-2,5],[-6,-2],[-7,-3],[-1,-28],[0,-8],[-1,-15],[-1,-6],[0,-10],[3,-9],[8,0],[0,12],[1,21],[2,0],[0,-18],[4,0],[1,5],[0,12],[6,0],[0,-21],[3,-16],[2,-4],[21,-1],[5,6],[0,25],[1,0],[-1,-25],[-5,-7],[-22,1],[-27,-9],[-2,-3],[-3,-11],[0,-2],[0,-2],[0,-11],[0,-2],[2,-22],[1,-10],[5,-22],[3,-8],[2,-4],[3,-11],[2,-11],[3,-13],[2,-11],[1,-7],[1,-5],[1,-13],[-1,-4],[0,-4],[0,-6],[2,-10],[1,-3],[0,-9],[0,-9],[-3,-3],[-5,-10],[-2,-7],[0,-4],[0,-3],[-5,-19],[-8,-11],[-3,-7],[-1,-6],[-1,-9],[-3,-23],[-1,-23],[0,-13],[-5,-15],[-3,-7],[-8,-14],[-5,-9],[-3,-15],[-4,-19],[-1,-2],[0,-2],[-1,-10],[-1,-21],[1,-8],[0,-8],[1,-2],[1,-6],[0,-7],[0,-4],[0,-3],[-8,-9],[-8,-8],[-1,-2],[-1,-3],[0,-3],[-1,-6],[1,-9],[-1,-15],[-2,-14],[-1,-6],[-1,-6],[0,-4],[1,-1],[2,-11],[13,-13],[-1,-2],[-12,13],[0,1],[-4,4],[-4,-7],[-4,-14],[1,-8],[2,-10],[-1,-17],[0,-6],[0,-9],[-1,-13],[-4,-12],[-1,-11],[1,-6],[2,-6],[2,-12],[0,-15],[-22,-2],[-119,-9],[-11,4],[-60,23],[-2,1],[-30,12],[-76,8],[-43,5],[-17,11],[-50,33],[-37,24],[-19,13],[-92,74],[-9,5],[-22,15],[-10,7],[-10,69],[-3,15],[-8,50],[-21,75],[-4,38],[-3,24],[-4,34],[-14,25],[-15,26],[-51,-59],[-26,-31],[-11,-3],[-15,-3],[-67,-12],[-19,-10],[-14,5],[-15,7],[-3,10],[-13,51],[-23,91],[-30,37],[-2,2],[-33,-77],[-20,3],[-8,2],[-99,14],[-25,3],[-19,-5],[-1,-1],[-10,-3],[-6,-1],[-21,-7],[-2,0],[-14,-4],[-2,3],[-5,9],[-7,15],[-2,4],[-7,11],[-2,5],[-6,13],[-1,2],[-14,37],[-24,12],[-24,12],[-21,12],[0,2],[0,15],[-1,2],[-4,8],[-4,8],[-3,5],[-1,5],[-2,7],[-1,9],[1,4],[2,4],[2,6],[-1,6],[-2,3],[-1,2],[-1,3],[0,2],[0,3],[1,2],[0,3],[2,2],[-2,3],[-1,1],[-4,4],[0,1]],[[8061,2462],[17,21],[52,17],[13,-5],[34,-35],[14,-9],[12,0],[12,13],[9,-8],[11,30],[20,20],[10,44]],[[8265,2550],[38,-22],[6,0],[6,10],[2,-4],[7,3],[3,7],[21,-1],[31,-33],[-1,-52],[14,-15],[23,0],[1,18],[24,5],[1,-19],[23,0],[0,-18],[-4,1],[3,-46],[14,-18],[-6,-13],[3,-4],[4,6],[4,-3],[-12,-27],[6,-4],[19,24],[7,-4],[15,10],[15,-9],[-13,-24],[37,-11],[2,3],[15,-2],[-1,-14],[11,3],[4,-4],[-1,-8],[8,-2],[-8,-35],[0,-15],[1,-8],[9,-2],[0,-27],[10,-1],[8,22],[4,0],[-14,-31],[18,-10],[-3,-12],[11,-7],[2,-11],[14,1],[1,19],[14,38],[-16,14],[4,10],[-10,8],[7,34],[15,-11],[-2,-8],[20,-19],[4,2],[2,-8],[-4,-11],[56,-30],[8,4],[5,54],[3,3],[48,-10],[10,-8],[6,9],[92,22],[-6,-13],[26,-10],[-11,-11],[5,-6],[15,11],[16,-14],[8,6],[8,-10],[9,16],[31,2],[0,-16],[7,-7],[-1,-7],[7,-13],[9,-1],[5,9],[4,-13],[17,-1],[44,68],[52,48],[-2,18],[2,4],[15,3],[31,-8],[12,-9],[17,-23],[9,1]],[[5261,1733],[25,37],[5,-13],[17,20],[-9,8],[7,11],[-11,30],[4,5],[-2,5],[12,6],[-1,8],[-7,20],[2,8],[-9,33],[-9,10],[24,35],[7,39],[6,12],[-35,37],[-8,-13],[-33,84],[5,8],[-14,22],[-13,-18],[-2,3],[-5,24],[12,28],[-6,0],[-4,8],[-11,-13],[-5,4],[-1,5],[8,8],[8,2],[-2,9],[-14,13],[-4,9],[2,2],[-9,15],[20,19],[10,-9],[43,62],[-11,18],[-4,-4],[-14,13],[-8,-1],[-12,8],[-6,10],[-11,-2],[11,18],[-3,2],[3,7],[-12,8],[9,15],[-5,4],[6,11],[10,-23],[4,5],[4,9],[-3,5],[2,11],[12,35],[-3,20],[5,18],[-6,7],[-2,24],[-5,-1],[1,6],[-5,15],[4,9],[-9,20],[2,15],[-8,1],[9,48],[10,15],[-5,5],[-1,14],[-6,13],[-3,23],[8,47],[-21,24],[-4,11],[-7,6],[-7,-3],[6,14],[-3,14],[6,15],[-3,19],[4,17],[-2,32],[4,24],[5,12],[19,2],[5,26],[-3,35],[-10,32],[-18,-10],[2,25],[-29,-4],[4,28],[-22,21],[-4,20],[19,29],[12,3],[4,-20],[13,10],[-3,1],[2,4],[5,2],[7,20],[-3,16],[-3,3],[2,11],[-11,8],[-4,13],[-5,4],[-5,-15],[-9,1],[2,8],[18,18],[-8,8],[-9,2],[2,13],[5,3],[-8,13],[9,38],[-3,17],[0,28],[-5,8],[1,6],[8,6],[-1,9],[-9,10],[11,5],[-13,10],[-5,13],[17,0],[3,8],[6,-1],[1,-16],[4,-1],[2,-14],[13,3],[1,-15],[-5,-1],[0,-6],[7,-12],[12,-46],[11,-4],[5,-15],[5,5],[-1,12],[14,7],[11,20],[16,13],[2,7],[-7,23],[4,14],[-4,2],[4,1],[-6,13],[10,6],[13,0],[4,8],[6,2],[3,10],[8,-2],[2,6],[-1,9],[3,7],[-9,18],[2,27],[-7,18],[0,19],[5,13],[10,11],[2,8],[9,13],[0,28],[12,38],[-6,17],[-1,13],[16,21],[1,22],[-7,8],[3,12],[-6,11],[6,23]],[[5353,3792],[2,5],[7,-1],[14,6],[5,6],[11,1],[4,6],[31,-3],[12,-8],[7,17],[-2,56],[5,20],[5,1],[13,17],[6,-3],[18,10]],[[5491,3922],[4,-17],[7,0],[2,-8],[8,-7],[-3,-31],[16,-37],[-4,-26],[-7,-7],[-3,-10],[3,-38],[-7,-22],[3,-14],[8,-9],[-4,-18],[14,-29],[17,8],[2,-7],[4,1],[13,-13],[7,-14],[6,-2],[2,-9],[-3,-10],[8,-8],[-1,-8],[5,-9],[6,-2],[1,-14],[5,-7],[-3,-10],[-9,-7],[-11,-19],[-4,-22],[-5,0],[3,-14],[-7,-12],[-3,1],[-8,-22],[25,-13],[6,-27],[-10,-19],[1,-9],[4,-5],[24,9],[6,-42],[26,-41],[10,-9],[-5,-13],[13,-31],[0,-10],[5,-1],[9,-11],[5,-14],[0,-12],[11,-4],[1,-13],[5,-15],[16,-2],[12,-17],[6,1],[4,-6],[-1,-5],[13,-41],[6,-8],[10,-23],[-3,-12],[5,-11],[-18,-11],[-3,-11],[4,-8],[-13,-23],[4,-27],[-3,-7],[8,-32],[-5,-12],[-1,-17],[11,-30],[-1,-9],[24,-13],[16,5],[7,-3],[9,5],[5,-5],[26,10],[3,-14],[20,9],[11,-51],[10,4],[2,-17],[8,-3],[-1,-22],[6,-13],[-18,-18],[6,-31],[-12,-15],[2,-10],[-8,-18],[5,-5],[-27,-21],[-2,-12],[3,-26],[5,-6],[1,6],[62,-32],[1,13],[18,22],[3,10],[13,1],[-1,-13],[3,-11],[5,2],[5,-6],[-3,-9],[3,-16],[9,-14],[5,2],[10,-11],[-2,-4],[-2,4],[1,-11],[3,-9],[8,-2],[-1,-5],[4,-8],[-2,-4],[3,-4],[-4,-1],[-1,-7],[8,2],[4,-3],[-4,-3],[7,-5],[-5,-12],[9,1],[2,-11],[6,-3],[-5,-17],[-13,-9],[1,-11],[-4,0],[2,-9],[-7,-1],[0,6],[-8,-9],[7,-38],[12,-14],[1,-23],[6,-8],[22,59],[3,-2],[6,8],[5,-10],[-6,-2],[-7,-11],[-1,-15],[18,7]],[[4508,4222],[8,-22],[1,-36],[9,-39],[-8,-14],[-4,1],[-13,-15],[-5,-11],[2,-14],[7,-9],[8,-22],[-5,-42],[2,-4],[-15,-26],[-4,4],[-2,-4],[-10,3],[-11,-4],[-4,-15],[-3,-39],[6,-21],[-3,-9],[4,-4],[-2,-12],[8,-15],[0,-21],[5,-2],[-1,-4],[11,-27],[-1,-10],[-11,-2],[14,-56],[-9,0],[-3,8],[-16,5],[-3,7],[-12,3],[7,-12],[-4,-21],[4,-17],[0,-23],[14,4],[2,-4],[-3,-3],[7,-8],[-3,-6],[3,-13],[-6,-6],[5,-1],[0,-7],[-10,-14],[-1,-14],[8,1],[0,-17],[4,-13],[0,-10],[-17,-23],[8,-5],[-2,-4],[3,-13],[-5,0],[-2,-25],[-7,-11],[3,-5],[-8,-13],[4,-8],[-1,-15],[7,-26],[9,8],[17,-16],[1,-7],[-8,-2],[-7,-11],[13,-16],[3,3],[12,-2],[9,-20],[-3,-7],[-9,-3],[2,-20],[-8,-4],[-8,4],[2,-16],[13,-19],[8,-32],[-3,-8],[-1,-38],[-3,-11],[-3,-1],[-8,17],[-5,-1],[-5,-9],[1,-9],[3,0],[-10,-3],[5,-14],[7,3],[2,-8],[-5,-5],[2,-6],[9,3],[-1,-10],[2,-7],[-5,-11],[-12,-6],[-10,-35],[18,-10],[14,-2],[5,-4],[-2,-6],[6,-3],[-3,-21],[-9,-8],[-5,-13],[-3,1],[-5,-14],[-7,-4],[-8,-16],[6,-1],[22,-35],[-6,-1],[-13,-21],[-3,-16],[-7,-9],[-5,-18],[3,-8],[-12,-33],[3,-6],[5,8],[8,3],[-1,8],[10,-9],[8,-13],[-13,-14],[-15,-26],[-4,-2],[1,-9],[-6,-13],[-1,-22],[17,-11],[-3,-19],[-14,-34],[9,0],[-5,-7],[-5,-20],[-11,-17],[-9,-4],[-6,-15]],[[3522,3732],[-6,9],[3,17],[-3,10],[5,8],[11,8],[1,12],[-10,34],[-3,25],[5,11],[-2,12],[-16,6],[-1,9],[9,13],[3,23],[9,18],[-2,19],[3,10],[-2,7],[3,8]],[[3529,3991],[8,-11],[7,-3],[3,-10],[6,3],[-8,-16],[16,6],[13,-7],[5,6],[9,0],[12,8],[12,12],[13,20],[1,21],[7,2],[8,19]],[[3641,4041],[19,13],[21,-3],[5,9],[14,6],[3,6],[10,-1],[25,42],[10,4],[16,-5],[40,12],[10,-21],[7,-6],[8,9],[25,4],[18,16],[44,-12],[11,7],[13,-2],[8,-2],[8,-11],[11,11],[11,-2],[14,-17],[26,-9],[22,-14],[15,2],[11,-5],[9,3],[6,-8],[1,9],[8,3],[10,2],[10,-6],[10,11],[3,-8],[5,3],[9,-2],[8,14],[3,-4],[1,6],[23,4],[3,7],[4,-1],[0,11],[14,19],[1,15],[14,-4],[2,-4],[17,-1],[10,14],[-1,13],[11,-1],[9,14],[23,10],[29,33],[-2,-12],[5,-8],[6,8],[6,-3],[11,4],[15,12],[14,4],[7,-4],[20,4],[22,-6],[5,14],[10,7],[16,-22],[13,5],[4,-3],[4,-20],[32,31],[12,-13]],[[4508,4222],[32,15],[13,-18],[25,22],[8,14],[5,-3],[5,9],[17,2],[4,9],[7,-1],[0,-5],[12,7],[5,-6],[10,3],[1,-13],[12,-5],[15,20]],[[4679,4272],[11,4],[4,-7],[15,3],[4,8],[7,-2],[5,4],[9,-12],[17,7],[6,7],[15,4],[20,-14],[2,-5],[18,18],[6,-8],[14,-1],[7,-32],[13,3],[6,-5],[5,7],[16,-3],[22,5],[16,-5],[8,4],[12,-19],[14,-8],[15,22],[12,1],[10,-3],[7,-11],[7,4],[25,-5],[24,15],[16,-13],[20,-3],[11,-8],[24,8],[10,-19],[15,-12],[8,-21],[12,-5],[7,-23],[-1,-5],[25,-21],[14,-29],[16,-6],[8,15],[20,-22],[7,3],[-4,-13],[3,-15],[5,-6],[2,-18],[-5,-25],[1,-14],[21,-41],[-1,-10],[8,-11],[7,0],[4,-10],[-14,-9],[0,-7],[-9,-13],[2,-13],[8,-8],[4,-21],[6,-4],[8,15],[7,2],[7,13],[8,4],[12,-52],[-5,-20],[15,-19]],[[9877,2619],[-1,-2],[-3,-8],[-13,-30],[-7,-13],[-4,-9],[-4,-6],[-8,-13],[-6,-10],[-8,-11],[-8,-9],[-11,-12],[-9,-7],[-7,-4],[-5,-2],[-13,-3],[-7,1],[-10,3],[-4,1],[-6,4],[-7,11],[-2,4],[0,2],[1,-1],[5,-2],[6,-5],[3,-3],[10,-4],[13,0],[6,1],[10,3],[2,1],[7,7],[2,9],[3,3],[1,0],[7,1],[6,1],[3,1],[2,1],[1,1],[7,8],[1,3],[6,11],[5,7],[4,5],[2,4],[1,1],[4,11],[2,6],[1,6],[3,6],[4,9],[1,2],[4,8],[5,9],[4,4],[1,0],[0,-1]],[[469,5471],[5,2],[7,-4],[2,-25],[10,-7],[19,6],[20,-2],[8,-5],[10,-41],[18,-10],[5,-30],[31,-36],[28,-1],[5,-12],[5,-4],[21,4],[24,-25],[7,3],[4,-32],[20,-47],[38,3],[70,-6],[8,1],[-1,7],[20,0],[7,-58],[8,1],[3,-35],[26,-43],[10,13],[7,-13],[32,37],[5,3],[2,-5],[10,12],[14,-22],[16,-15],[28,-18],[16,-4],[-4,15],[-3,2],[1,5],[10,-6],[2,4],[-10,4],[0,8],[14,15],[11,3],[12,44],[12,11],[32,-24],[3,8],[9,-12],[11,1],[10,-17],[4,5],[11,-14],[-10,-26],[16,-3],[-3,8],[5,12],[15,20],[7,2],[2,15],[6,-7],[27,13],[-5,11],[34,27],[-16,33],[3,4],[-6,23],[4,5],[6,-7],[-2,-9],[11,-13],[13,22],[17,15],[9,1],[12,12],[18,-2],[23,-75],[-2,-16],[-10,-16],[-1,-17],[17,-3],[8,-6],[5,-24],[9,2],[0,14],[13,-10],[20,-7],[-1,-9],[29,-18],[-3,-10],[6,-5],[22,-2],[-13,-68],[8,1],[12,10],[7,-13],[0,-8],[7,-5],[6,-20],[-5,-24],[5,-19],[26,21],[1,21],[11,39],[11,23],[0,14],[11,16],[-3,15],[16,31],[6,-25],[22,-47],[13,-17],[-7,-20],[3,-25],[-4,-17],[2,-6],[38,9],[-6,9],[1,40],[8,1],[3,10],[8,0],[-2,11],[-5,-1],[3,5],[-4,3],[9,22],[4,-12],[15,-11],[5,-15],[9,-6],[16,3],[7,22],[7,-9],[8,2],[7,-7],[2,6],[7,0],[15,17],[7,17],[-3,17],[6,13],[11,7],[21,-2],[12,15],[15,-5],[6,-7],[1,-24],[5,-13],[6,-7],[11,6],[4,-4],[9,2],[13,-8],[7,5],[8,-15],[24,-5],[2,-5],[9,-5],[12,-19],[9,-7],[13,0],[12,-11],[5,-9],[-3,-14],[7,0],[3,-9],[8,7],[4,-7],[8,-4],[8,10],[11,7],[10,-11],[20,-2],[4,-14],[14,-7],[4,-21],[5,-3],[10,6],[12,-2],[2,24],[-4,23],[11,9],[5,10],[5,1],[6,-9],[5,8],[5,-4],[9,3],[9,-6],[6,2],[4,11],[6,1],[-5,7],[9,46],[-1,7],[-4,3],[12,11],[18,2],[0,3],[14,-3]],[[2212,5066],[26,-18],[6,-15],[9,-6],[14,-24],[8,-3],[7,-11],[0,-14],[-8,-17],[-1,-33],[-9,-8],[-1,-7],[-14,-6],[-13,-21],[-8,-6],[1,-3],[10,5],[8,-4],[6,-20],[12,-17],[-1,-13],[9,-14],[11,7],[5,-7],[11,3],[13,-17],[15,-1],[-2,-21],[8,-7],[9,8],[2,-65],[-9,-11],[11,-18],[0,-16],[21,-4],[18,17],[8,15],[10,3],[14,-24],[4,-25],[-3,-13],[-7,-6],[-3,-12],[-18,-20],[-2,-8],[-12,-10],[-3,-7],[-12,-2],[-10,-14],[-16,-9],[-5,-21],[3,-61],[-6,-12],[-13,-13],[-11,3],[-9,-7],[-5,-24]],[[1288,3388],[-20,10],[-18,9],[-7,8],[-1,1],[0,2],[-2,5],[-2,4],[-1,2],[-1,2],[-7,7],[-2,1],[-5,5],[-5,6],[-4,8],[-3,5],[-1,1],[-1,1],[-1,-1],[-4,-10],[-4,-11],[-27,16],[-10,-9],[-17,21],[-4,4],[-2,2],[-10,7],[-4,0],[-1,1],[-5,-1],[-10,2],[-5,2],[-5,2],[-6,3],[-1,1],[-1,0],[-1,0],[-12,-19],[-7,-7],[-14,15],[-3,3],[-7,9],[-3,2],[-27,20],[-5,-5],[-17,32],[7,21],[-14,16],[-5,8],[-1,11],[0,3],[-1,3],[-1,7],[-5,17],[-1,4],[-2,2],[-1,9],[1,3],[2,7],[0,6],[-3,6],[-4,5],[-10,-11],[-1,1],[0,3],[-1,4],[-3,3],[-9,-12],[-4,-8],[1,-7],[-1,-7],[-5,-10],[-18,0],[-9,-6],[-5,-2],[-5,0],[-12,-8],[-2,-3],[-17,47],[-10,-7],[-10,3],[2,32],[0,3],[-36,-13],[-12,-3],[-2,1],[-7,35],[-11,1],[-3,3],[-6,7],[-4,8],[-2,6],[-2,5],[-2,4],[-13,15],[-9,6],[-10,17],[-3,23],[-7,2],[-11,1],[-1,12],[6,1],[-3,12],[-2,8],[-4,2],[-3,8],[-1,4],[-4,18],[-10,0],[-11,0],[-11,9],[-7,3],[-8,7],[-11,13],[1,7],[0,2],[2,1],[7,15],[4,12],[0,7],[-3,6],[-4,10],[-6,12],[-2,0],[-1,0],[-3,1],[-29,30],[-23,0],[-23,0],[-14,0],[-5,0],[0,18],[2,6],[0,7],[-5,13],[16,13],[22,18],[3,2],[22,40],[5,4],[-14,31],[4,3],[-13,30],[0,7],[-2,7],[-8,17],[-3,6],[-3,8],[-1,2],[-24,-10],[-2,10],[-5,54],[14,21],[10,50],[17,25],[-4,21],[-1,10],[3,22],[-4,7],[-3,4],[5,21],[2,7],[-2,4],[2,77],[4,14],[2,9],[8,2],[2,6],[6,49],[-42,24],[-4,-23],[-6,-39],[0,-6],[-42,3],[-2,0],[-10,-5],[-11,-7],[-10,2],[-4,6],[-7,13],[-2,14],[4,1],[-5,24],[0,3],[-9,38],[-20,-7],[-4,19],[-4,10],[-5,9],[8,28],[3,10],[-43,62],[-9,13],[-14,-5],[-2,11],[-1,7],[-1,3],[-14,-5],[-4,16],[-2,10],[1,7],[0,11],[-8,44],[-15,-6],[-9,-3],[3,-13],[-28,-13],[-7,-4],[-15,40],[-4,18],[-13,60],[-1,4],[-1,4],[-1,6],[-38,36],[-10,-2],[-34,-8],[-61,74],[4,7],[3,7],[1,8],[-6,21],[-10,36],[-1,6],[0,5],[4,12],[3,1],[-18,24],[-6,8],[-15,21],[-1,8],[-4,11],[-1,2],[0,2],[-1,8],[-31,25],[-4,9],[-5,12],[0,2],[0,1],[1,3],[2,3],[0,-1],[1,-1],[1,1],[6,2],[7,8],[1,2],[0,1],[-3,1],[-1,0],[-2,-1],[-2,-1],[-3,-2],[-2,-1],[-1,0],[-2,1],[-3,3],[-2,2],[0,1],[-1,2],[0,1],[0,2],[0,2],[1,3],[1,1],[1,2],[-1,3],[5,1],[2,0],[4,13],[7,13],[2,6],[6,9],[7,11],[2,2],[2,-1],[11,10],[4,-13],[37,34],[8,8],[7,-21],[4,-11],[3,-4],[1,0],[3,4],[1,2],[4,4],[4,0],[6,-5],[8,-6],[1,5],[2,6],[6,-5],[1,-4],[6,-5],[8,-6],[10,-7],[10,-4],[10,-3],[15,2],[3,4],[10,16],[5,9],[6,9],[3,4],[5,9],[4,7],[2,15],[-1,13],[1,7],[3,4],[3,4],[2,0],[8,-7],[6,-6],[5,-4],[3,-1],[2,-1],[7,-1],[9,-2],[4,-1],[4,-4],[2,-4],[8,-8],[3,-3],[2,-1],[6,-9],[4,-6],[6,-8],[2,-2],[6,-4],[1,-1],[3,-3],[2,-3],[1,-2],[1,-3],[1,-1],[1,-2],[4,-1],[1,-1],[4,-1],[4,-2],[2,-1],[1,-1],[2,-4],[9,-13],[6,-12],[2,-5],[0,-1],[5,-6],[2,-1],[1,0],[1,0],[3,0],[2,1],[4,7],[1,2],[4,7],[0,2],[0,2],[0,3],[0,7],[0,7],[0,1],[3,7],[1,2],[4,3],[2,1],[5,0],[7,-2],[4,-6],[2,-2],[1,-1],[5,-2],[2,0],[4,2],[0,1],[5,11],[2,8],[0,4],[1,4],[3,3],[7,2],[1,0]],[[5491,3922],[4,9],[-1,5],[6,12],[17,-1],[9,17],[11,8],[2,6],[15,7],[14,-11],[8,-14],[19,13],[23,6],[7,-1],[11,-13],[14,4],[5,28],[18,19],[5,11],[1,13],[14,-2],[0,-7],[27,8],[13,11],[20,-21],[2,-21],[26,-34],[18,5],[24,-5],[5,8],[1,11],[16,16],[11,-22],[13,-8],[5,-21],[6,-5],[0,-13],[9,-23],[-1,-8],[-5,-8],[8,-5],[13,1],[14,-8],[4,-9],[6,1],[2,2],[2,27],[12,18],[10,6],[-1,16],[4,11],[-6,16],[11,24],[-7,21],[9,24],[9,5],[14,45],[6,-1],[12,-20],[25,-4],[6,-6],[6,7],[24,7],[14,-22],[5,-30],[18,-9],[11,-16],[6,0],[1,8],[5,0],[2,6],[12,1],[1,36],[6,8]],[[6147,4061],[7,-15],[8,-8],[0,-9],[6,-15],[16,-16],[16,-2],[28,-40],[1,-60],[-3,-17],[-3,-4],[-1,-19],[11,-14],[10,-3],[5,-16],[-6,-1],[-4,-9],[1,-6],[-6,-23],[8,-20],[-1,-11],[14,0],[4,-11],[12,-4],[2,-18],[5,-1],[12,-26],[4,-16],[14,-4],[11,-24],[-4,-18],[-10,-2],[-6,-11],[-7,-5],[-11,-26],[-13,-15],[2,-5],[6,2],[0,-4],[11,-4],[14,9],[7,-9],[8,-37],[-5,-26],[6,-10],[4,2],[7,-7],[1,-4],[-10,-3],[13,-23],[1,-20],[3,-3],[0,-29],[2,5],[5,-1],[0,16],[9,2],[4,-8],[18,4],[18,-12],[8,19],[4,-5],[12,18],[10,2],[11,-6],[4,-6],[8,4],[-12,-39],[4,-8],[-4,-12],[6,0],[3,-13],[1,-19],[-3,-14],[9,-2],[16,-13],[6,16],[16,27],[26,-7],[42,50],[0,-69],[9,-60],[-4,2],[-10,-7],[0,-15],[-7,-6],[0,-24],[3,1],[1,-7],[2,-27],[-3,-3],[4,-13],[-4,-10],[4,-13],[-5,4],[-3,-9],[-6,-1],[0,-7],[3,-5],[18,-7],[6,-14],[7,-35],[3,0],[-1,-28],[11,-31],[-3,-2],[8,-29],[4,3],[6,-16],[13,10],[-4,19],[21,4],[5,-25],[13,-13],[9,5],[6,-11],[-2,-2],[19,-47],[2,-23],[15,7],[7,-18],[-22,-7],[1,-4],[-52,-28],[6,-59],[13,12],[0,-4],[5,3],[33,-71],[9,8],[16,-30],[-8,-9],[10,-19],[-5,-5]],[[8219,3842],[-4,-23],[0,-54],[-4,-34],[-12,-40],[-3,-26],[-10,-29],[-5,-47],[30,-42],[47,-32],[29,-6],[6,4],[9,15],[6,1],[6,-34],[11,-20],[-42,-93],[52,-47],[35,-46],[13,-11],[9,-2],[4,-8],[-26,-24],[-4,-9],[10,-32],[-4,-11],[-16,-4],[-14,2],[-7,6],[-6,-8],[-1,-38],[4,-30],[16,-69],[-18,-17],[-8,-32],[15,-75],[8,-4],[1,-9],[-4,-17],[-15,-34],[-9,-59],[4,-42],[6,-13],[9,-7],[0,-6],[-6,-18],[-26,-21],[-13,-23],[-2,-31],[-23,-58],[-2,-35]],[[7344,2514],[4,21],[-10,10],[0,7],[-10,5],[3,10],[21,-10],[21,112],[-19,10],[3,16],[-6,3],[26,-7],[33,169],[15,107],[-5,-8],[-7,4],[-21,-2],[4,56],[-7,-1],[2,15],[-54,2],[3,57],[6,32],[-3,-1],[3,51],[-18,-2],[-1,-9],[-7,-1],[-3,9],[-3,31],[7,0],[6,7],[-9,9],[-13,-7],[-16,101],[-2,31],[-40,-32],[2,-4],[-5,-4],[6,-33],[-18,-15],[-7,19],[-26,41],[19,46],[32,48],[6,26],[-2,2],[4,6],[3,-6],[53,74],[37,-55],[31,-30],[4,22],[43,-43],[9,29],[12,0],[3,-5],[9,-1],[6,12],[15,-12],[16,3],[-11,7],[9,20],[-5,3],[9,11],[-26,16],[13,30],[-22,19],[9,31],[-15,25],[-1,10],[14,-1],[10,-16],[32,-25],[9,7],[-2,13],[13,2],[6,8],[-3,14],[2,42],[-10,37],[14,4],[-1,12],[18,7],[-2,1],[3,4],[-2,22],[-9,11],[-1,7],[6,4],[3,-4],[37,31],[-8,41]],[[7588,3822],[-5,23],[6,3],[-3,6],[57,65],[76,104]],[[7719,4023],[4,6],[11,-8],[3,9],[14,-13],[18,-7],[-3,-10],[12,-9],[-3,-19],[14,4],[5,-25],[18,16],[-3,33],[12,5],[0,23],[10,-2],[-6,-29],[3,-9],[29,22],[4,-1],[3,-6],[-1,-12],[-5,-10],[-9,-5],[1,-6],[7,-7],[-6,2],[-10,-32],[46,-28],[4,13],[-3,3],[11,2],[3,-7],[7,-4],[-5,7],[5,-2],[10,21],[3,0],[-8,-34],[2,-14],[-6,-11],[1,-13],[4,-3],[14,11],[28,7],[4,-6],[-1,-27],[25,-8],[13,-14],[23,7],[14,-7],[12,3],[2,8],[-5,9],[8,10],[1,16],[10,-3],[6,7],[29,-28],[32,-4],[25,-19],[7,-2],[6,-10],[6,5],[5,16],[14,-9],[9,11],[17,6]],[[6147,4061],[13,23],[9,-1]],[[6169,4083],[3,3],[3,25],[17,34],[7,9],[7,28],[11,11],[5,29],[5,9],[8,0],[0,-17],[6,0],[1,-15],[7,-4],[2,-12],[2,2],[8,23],[-5,4],[-1,7],[5,17],[-2,16],[8,2],[1,27],[20,14],[9,16],[23,0],[7,5],[2,6],[3,-2],[1,-10],[9,-7],[-6,-14],[3,-24],[23,-18],[7,-14],[4,17],[11,9],[6,16],[5,4],[5,-9],[8,38],[9,9],[3,15],[1,13],[-7,24],[10,43],[-1,36],[5,2],[5,29],[7,4],[9,22],[-4,22],[12,1],[7,24],[14,5],[-3,10],[-1,19],[9,37],[-6,34],[2,23],[7,19]],[[6485,4699],[12,-11],[7,-15],[9,2],[9,-6],[15,-26],[3,-53],[-9,-26],[8,-9],[0,-9],[17,-12],[8,-14],[1,-31],[16,-8],[7,-16],[-2,-13],[6,-23],[16,-22],[10,-33],[8,-9],[5,-14],[12,3],[4,-16],[6,-10],[11,-4],[13,14],[7,-3],[1,-10],[13,-18],[17,16],[6,1],[9,-7],[11,-18],[8,-3],[7,-13],[19,5],[17,-6],[3,-14],[15,-17],[4,-16],[15,-21],[2,-11],[19,-2],[7,-9],[4,-9],[-9,-12],[5,-14],[14,-4],[5,5],[-1,-5],[7,6],[8,-6],[6,4],[2,-6],[11,10],[8,-10],[6,0],[12,-41],[3,1],[5,-13],[10,-11],[4,7],[16,9],[16,-5],[18,-15],[5,2],[4,12],[7,2],[3,33],[3,-13],[9,6],[4,-6],[2,5],[6,0],[4,-8],[9,1],[4,-3],[-1,-11],[5,-1],[3,-7],[7,16],[9,3],[0,7],[8,3],[2,-4],[13,10],[2,-3],[-13,-10],[11,-26],[0,-18],[17,-43],[1,-14],[17,-15],[29,-55],[47,-14],[8,27],[3,0],[3,26],[6,-4],[0,13],[19,-13],[0,-5],[9,-2],[5,16],[19,-17],[-16,-29],[-8,-1],[-5,-8],[-11,1],[-5,-12],[-10,-8],[7,-8],[-9,-19],[16,-11],[-5,-25],[30,2],[5,13],[28,25],[-1,8],[10,13],[12,34],[6,-6],[5,5],[20,-54],[15,11],[3,-6],[6,10],[-2,7],[3,6],[7,6],[3,12],[24,11],[2,-45],[-5,-2],[4,-12],[-7,3],[-10,-17],[6,-65],[74,-14],[-3,-27],[19,0],[26,9],[16,17],[7,-13],[35,38]],[[2212,5066],[-14,13],[0,18],[-4,15],[7,8],[44,-5],[5,29],[7,2],[10,-16],[12,6],[-3,7],[10,8],[8,0],[5,-6],[2,5],[-2,11],[6,26],[-13,12],[-1,19],[8,12],[-7,33],[1,27],[-1,4],[-11,5],[-10,15],[-4,15],[4,6],[3,23],[9,-9],[4,6],[8,-2],[3,10],[-3,4],[15,7],[3,19],[9,12],[0,18],[6,8],[0,4],[5,3],[-15,37],[1,27],[-5,6],[-1,31],[-7,12],[1,8],[-6,13],[2,5],[6,4],[2,11],[7,6],[6,0],[4,-7],[-1,22],[8,5],[0,7],[18,7],[9,16],[7,-25],[12,-15],[6,-1],[5,9],[0,-6],[6,-2],[5,9],[8,-3],[5,-7],[7,12],[3,-6],[8,11],[22,3],[3,-11],[5,0],[-4,-7],[22,-14],[6,4],[3,13],[9,11],[1,-6],[6,4],[3,-10],[15,6],[-2,10],[11,4],[2,9],[-2,8],[5,12],[-8,14],[6,14],[-1,15],[15,34],[1,20],[6,9],[3,25],[-6,15],[1,10],[6,5],[11,-1],[32,23],[6,12],[15,15],[5,10]],[[2631,5880],[14,4],[16,-8],[9,-20],[14,-2],[6,-20],[8,-8],[9,6],[23,-2],[10,4],[4,13],[14,5],[40,-16],[19,1],[9,-10],[4,-11],[-2,-8],[9,-25],[0,-16],[15,-12],[8,-23],[-19,-34],[8,-13],[1,-29],[6,-7],[-1,-14],[5,-10],[9,2],[8,-15],[1,-19],[9,1],[12,-14],[11,7],[4,-6],[9,0],[15,-9],[12,13],[7,-10],[14,-4],[-3,-5],[2,-14],[28,-35],[-1,-9],[-4,-2],[-1,-23],[7,-8],[-2,-6],[3,-7],[6,-7],[-5,-32],[-9,11],[-4,-2],[-9,15],[-2,-10],[-22,-9],[5,-25],[8,-15],[-6,-36],[14,3],[15,-15],[2,-11],[-8,-5],[4,-3],[0,-6],[-8,-13],[10,-12],[-2,-22],[16,-11],[1,-12],[-3,-4],[3,-5],[-3,-12],[9,1],[10,-10],[12,2],[6,-17],[4,5],[24,-11],[16,-1],[8,-10],[21,19],[20,-7],[14,18],[5,-6],[-7,-17],[6,-47],[-8,-47],[12,-14],[9,-24],[-1,-21],[14,-55],[5,-10],[17,-5],[-3,-4],[11,-13],[2,3],[3,-4],[15,8],[3,-6],[8,4],[6,-13],[10,6],[-1,-15],[-17,-11],[-2,4],[-16,-30],[11,-5],[14,-27],[0,3],[5,-1],[1,-21],[-6,-8],[3,-3],[0,-11],[-6,-18],[2,-19],[-3,-14],[6,-10],[1,-16],[7,-9],[-1,-6],[5,-12],[-1,-4],[4,-5],[0,-17],[10,-14],[-5,-10],[5,-14],[0,-9],[22,-10],[2,-18],[6,-11],[-1,-14],[-6,-9],[-5,-23],[-2,-26],[-8,-18],[6,-22],[17,-27],[14,-2],[10,-15],[14,-7],[5,-11],[-1,-19],[-14,-3],[-7,-21],[-16,-4],[-2,-14],[-17,-17],[-3,-11],[4,-24],[7,-9],[19,18],[15,7],[19,-23],[-7,-20],[4,-13],[-5,-12],[-1,-14],[10,-24],[8,2],[1,6],[10,-1],[9,-17],[11,4],[13,-2],[7,-15],[17,13],[5,-18],[-1,-17],[11,-21],[5,-7],[19,-1],[16,-26],[3,-16],[15,-13],[9,-36],[20,-33],[-4,-13],[6,-12],[0,-16]],[[8219,3842],[9,25],[16,18],[28,28],[18,9],[35,-9],[54,-51],[9,1],[3,16],[-3,43],[3,36],[10,19],[9,1]],[[8410,3978],[7,-2],[3,-1],[13,-4],[8,-4],[8,-6],[9,-5],[6,-5],[3,-2],[2,-2],[4,-4],[5,-8],[4,-5],[1,-3],[2,-5],[1,-5],[2,-7],[1,-8],[0,-3],[0,-7],[0,-12],[-1,-10],[-1,-17],[-1,-6],[1,-7],[0,-6],[1,-4],[2,-7],[3,-7],[3,-8],[2,-5],[3,-5],[3,-6],[2,-6],[3,-6],[2,-5],[1,-6],[5,-15],[1,-3],[7,-22],[2,-6],[7,-20],[6,-16],[1,-3],[4,-7],[3,-5],[3,-6],[3,-2],[4,-4],[6,-4],[6,-4],[15,-9],[4,-3],[10,-7],[3,-2],[14,-10],[19,-12],[4,-3],[11,-8],[7,-4],[5,-2],[9,-4],[4,-1],[10,-6],[11,-5],[4,-4],[7,-7],[10,-7],[3,-2],[9,-6],[6,-4],[8,-5],[9,-8],[8,-6],[3,-2],[6,-6],[6,-6],[3,-3],[5,-3],[5,-1],[5,-1],[10,-1],[11,-2],[12,-1],[18,0],[11,-1],[6,-3],[8,-4],[5,-3],[12,-6],[18,-12],[10,-7],[4,-3],[2,-1],[3,-1],[7,-3],[10,-2],[5,0],[9,4],[7,4],[8,7],[7,5],[3,1],[4,0],[5,0],[8,2],[6,1],[6,2],[7,3],[3,1],[3,3],[3,4],[2,5],[1,5],[-1,6],[-1,7],[0,2],[-1,5],[-4,6],[-4,3],[-3,2],[-6,1],[-5,1],[-6,3],[-5,10],[-10,25],[-1,7],[1,5],[1,5],[3,3],[2,3],[3,1],[4,2],[3,1],[4,0],[6,-1],[5,-1],[3,0],[4,1],[2,1],[3,1],[0,1],[2,2],[2,4],[6,14],[3,8],[1,4],[1,5],[0,5],[-3,4],[-4,4],[-9,4],[-6,3],[-4,3],[-2,3],[0,4],[0,5],[2,4],[2,3],[3,4],[4,3],[10,7],[5,1],[6,1],[5,-1],[4,-1],[6,-6],[4,-10],[3,-6],[3,-5],[4,-5],[5,-5],[4,-3],[4,-2],[5,-1],[5,1],[10,2],[3,-1],[3,0],[2,-2],[4,-6],[2,-5],[5,-8],[3,-5],[6,-7],[4,-7],[3,-4],[8,-13],[4,-5],[6,-6],[4,-4],[8,-5],[4,-1],[6,0],[2,0],[3,2],[2,1],[5,5],[2,3],[2,4],[1,5],[0,4],[0,3],[0,6],[0,2],[0,5],[-1,6],[-2,6],[-2,3],[0,2],[-1,2],[0,3],[0,3],[0,4],[3,6],[6,16],[2,6],[3,6],[2,5],[3,1],[4,3],[1,0],[2,0],[3,-1],[1,0],[4,-1],[2,0],[3,2],[4,2],[7,6],[4,7],[2,2],[1,2],[3,4],[3,3],[1,1],[2,1],[2,2],[8,5],[10,9],[3,4],[3,4],[3,4],[1,2],[2,2],[1,0],[2,0],[4,-1],[1,0],[4,0],[2,0],[4,2],[2,2],[7,5],[3,3],[5,5],[2,2],[1,3],[2,3],[3,3],[3,3],[4,1],[4,1],[9,-1],[2,0],[4,1],[3,2],[3,4],[5,5],[1,2],[1,0],[2,1],[3,1],[4,1],[5,1],[2,2],[5,2],[12,9],[8,5],[5,3],[8,5],[4,5],[2,2],[3,4],[2,5],[0,3],[4,12],[0,2],[1,2],[2,2],[3,3],[4,2],[8,4],[4,1],[3,0],[5,2],[3,3],[2,2],[4,3],[3,3],[4,7],[2,3],[3,4],[3,4],[1,1],[2,2],[8,6],[2,0],[4,-1],[4,-3],[7,-5],[5,-3],[6,-4],[4,-2],[2,-1],[6,0],[5,1],[3,1],[5,3],[2,2],[3,3],[2,3],[9,16],[6,10],[2,3],[5,3],[3,2],[3,0],[3,-1],[4,-3],[4,-6],[6,-7],[3,-4],[2,-3],[3,-2],[2,0],[5,-1],[18,6],[6,0],[4,-2],[3,-3],[2,-2],[2,0],[3,1],[3,1],[16,8],[12,4],[3,0],[4,-2],[3,-4],[2,-5],[2,-6],[4,-3],[5,-3],[5,-1],[2,-2],[13,-8],[5,-5],[5,-3],[12,-4],[10,-3],[7,-2],[7,-3],[4,-2],[2,-1],[3,-2],[21,-9],[4,-1],[1,-1],[2,0],[5,-3],[4,-2],[1,-2],[2,-1],[6,-9],[3,-3],[17,-17],[7,-8],[5,-4],[3,-2],[4,-6],[7,-12],[3,-6],[12,-20],[5,-11],[14,-22],[6,-10],[4,-5],[4,-5],[5,-10],[7,-27],[1,-4],[4,-19],[3,-10],[2,-16],[0,-10],[1,-19],[3,-11],[2,-11],[1,-8],[0,-8],[0,-5],[-1,-1],[-4,-3],[-3,-3],[-4,-5],[-2,-3],[-1,-3],[-3,-12],[-1,-4],[0,-5],[0,-4],[2,-18],[1,-2],[6,-18],[1,-6],[1,-6],[0,-6],[3,-7],[5,-12],[2,-2],[1,-3],[-3,-5],[-8,1],[-8,5],[-11,0],[-12,3],[-9,-9],[1,-23],[1,-11],[3,-16],[1,-8],[1,-6],[4,-19],[1,-3],[2,-5],[2,-3],[4,-3],[5,-2],[9,0],[8,1],[12,3],[12,3],[8,2],[3,1],[3,0],[1,0],[2,0],[3,0],[0,-3],[-1,-3],[0,-1],[-7,-4],[-5,-4],[-4,-4],[-6,-10],[-2,-4],[2,-3],[-11,-17],[-4,-9],[-9,-21],[-7,-27],[-4,-18],[-6,-25],[-3,-30],[-1,-16],[-2,-22],[-1,-18],[-2,-34],[-3,-46],[-3,-49],[-5,-64],[0,-19],[-8,-71],[-2,-35],[-2,-21],[-1,-31],[0,-3],[-4,-15],[-1,-13],[0,-12],[-1,-6],[-3,-9],[-4,-15],[-3,-9],[-4,-8],[-2,-3],[-1,-2],[-2,-3],[-2,-2],[-2,-2],[-3,-2],[-4,-2],[-9,1],[-6,0],[-5,-7],[-2,-2],[-3,-4],[-3,-4],[-7,-5],[-3,-3],[-5,2],[-6,2],[-7,-1],[-6,-2],[-11,-4],[-8,-1],[-14,-1],[-10,-1],[-11,-2],[-8,-2],[-17,-3],[-20,-2],[-1,-1],[-2,-1],[-18,-3],[-24,-5],[-3,0],[-23,-3],[-18,-2],[-11,-3],[-20,-4],[-22,-5],[-13,-3],[-19,-5],[-10,-3],[-17,-4],[-28,-12],[-35,-14],[-32,-18],[-18,-11],[-17,-11],[-17,-14],[-23,-23],[-28,-38],[-14,-18],[-17,-27],[-14,-23],[-10,-19],[-4,-8],[-9,-16]],[[5490,5349],[2,-46],[-3,-20],[5,-9],[13,-9],[8,-14],[8,2],[7,-9],[4,-10],[12,-12],[18,7],[4,6],[6,-5],[3,8],[2,-10],[4,5],[5,-4],[-1,9],[3,7],[2,-9],[8,8],[-3,-11],[3,-5],[8,10],[-4,-18],[1,-17],[5,1],[7,-15],[11,-8],[-2,-20],[-7,-10],[-5,-21],[-9,-2],[-4,-12],[-11,1],[-1,-5],[9,-13],[-3,-3],[-4,7],[-4,-1],[2,-6],[-4,-7],[1,-17],[-4,-22],[4,-9],[-3,-11],[8,-17],[-7,-19],[6,-28],[12,-10],[1,-8],[6,-7],[-2,-7],[-6,2],[-8,-12],[0,-8],[5,-6],[-10,-10],[6,2],[0,-7],[-9,-3],[5,-6],[0,4],[9,-2],[1,13],[16,2],[42,-12],[31,20],[2,-12],[-30,-16],[-13,-2],[-5,-21],[-3,1],[-6,-12],[-7,8],[10,10],[-1,5],[-6,1],[-13,-13],[-14,-1],[-1,-11],[8,-24],[-4,-22],[7,-7],[-4,-8],[4,-5],[0,-9],[8,-4],[2,-9],[9,-6],[15,-3],[2,6],[9,-10],[2,9],[12,-10],[-8,-6],[7,-13],[0,-13],[22,0],[4,-9],[-9,-6],[4,-9],[7,-7],[1,11],[11,-21],[5,-3],[0,-15],[6,-14],[6,-3],[0,-13],[-5,-9],[6,-12],[-5,-10],[-8,-3],[-2,-9],[10,-4],[6,4],[13,25],[7,4],[6,27],[8,-9],[8,0],[0,7],[8,-8],[19,2],[7,-15],[10,-8],[1,-5],[6,-2],[5,9],[3,-3],[3,6],[5,-4],[3,9],[7,1],[2,-4],[-5,-20],[48,-13],[-3,-11],[-4,1],[3,-10],[-3,-2],[0,-11],[-6,3],[1,-17],[16,-6],[4,17],[15,-18],[-4,-7],[6,-5],[5,-21],[5,-1],[15,9],[2,-3],[33,2],[1,-17],[11,-2],[16,-19],[24,-12],[10,0],[-4,-31],[4,-14],[-3,4],[0,-7],[-7,-5],[6,-3],[-18,-19],[13,-11],[32,-2],[1,4],[2,-7],[6,9],[5,-13],[14,-12],[-8,-29],[1,-10],[5,-8],[14,7],[26,-4],[-1,-11],[11,-12],[-13,-19],[1,-8],[15,-17],[3,-17],[23,-11],[2,-34],[10,-13],[-11,-34],[-2,-28],[-3,-1],[4,-12]],[[4679,4272],[-2,15],[-8,11],[-6,51],[9,15],[-1,36],[6,16],[-2,21],[-7,7],[4,5],[-1,13],[5,36],[-10,24],[-14,61],[-12,32],[-5,5],[2,4],[-4,39],[3,2],[0,10],[-5,9],[5,4],[-3,6],[2,7],[15,11],[-2,8],[6,12],[18,15],[7,0],[-2,16],[6,9],[12,-17],[10,-25],[4,-1],[10,10],[3,12],[-4,19],[-5,7],[2,6],[16,-11],[9,10],[12,3],[20,-6],[3,23],[-6,15],[7,9],[-6,15],[-16,6],[-5,12],[-25,26],[-1,6],[-11,6],[-4,17],[0,20],[-6,15],[1,20],[-8,9],[3,18],[19,12],[15,-16],[15,-7],[4,18],[20,41],[-4,16],[1,12],[24,-6],[10,7],[10,-4],[27,8],[3,18],[-14,21],[-6,20],[1,10],[14,-8],[21,9],[12,-2],[11,44],[10,6],[5,15],[8,4],[11,-8],[12,12],[11,2],[6,12],[10,3],[0,10],[22,12],[-4,9],[-14,15],[1,9],[-3,5]],[[4956,5295],[10,25],[-10,6],[2,18],[6,7],[4,15],[21,29],[16,7],[5,13],[12,9],[6,15],[5,-9],[14,-6],[14,-13],[9,4],[4,9],[22,22],[0,4],[6,-6],[18,4],[12,-11],[3,-7],[11,1],[5,12],[-2,5],[5,-1],[-1,-4],[3,-2],[11,15],[4,10],[14,0],[11,15]],[[5196,5481],[6,-3],[12,14],[28,-33],[2,-9],[6,1],[5,-11],[12,-6],[3,-5],[7,0],[11,21],[0,6],[-4,3],[10,28],[-15,19],[7,10],[0,18],[16,-7],[-8,-25],[7,-10],[22,14],[17,-4],[2,4],[9,-9],[8,10],[5,0],[5,-15],[13,-16],[-2,-5],[10,-15],[3,-17],[15,-23],[12,2],[10,-14],[5,8],[6,-2],[6,-8],[-4,-11],[9,3],[13,-7],[23,6],[5,-10],[-3,-34]],[[3641,4041],[-6,4],[-14,-6],[-12,1],[-9,-6],[-9,25],[-2,1],[-4,24],[2,7],[-8,8],[3,8],[-10,15],[-2,21],[-9,8],[-18,34],[5,7],[2,31],[12,16],[16,0],[9,27],[-6,5],[0,8],[-4,1],[0,7],[-7,2],[1,8],[-5,13],[1,15],[7,-2],[5,5],[0,22],[-21,40],[-9,4],[-4,10],[-21,18],[-2,6],[6,5],[0,9],[15,10],[-1,7],[-13,8],[-9,18],[5,6],[3,-5],[1,7],[-2,4],[9,17],[-3,14],[9,0],[0,8],[10,19],[-4,8],[1,13],[6,11],[10,4],[14,-14],[15,34],[16,-26],[-17,30],[-10,5],[1,10],[-7,3],[-5,14],[-11,2],[-6,9],[2,24],[-10,4],[2,12],[9,14],[20,-8],[6,6],[27,-5],[4,6],[9,-11],[0,11],[9,2],[-2,35],[5,8],[21,-11],[-3,3],[1,11],[5,6],[14,-5],[-2,16],[-6,4],[0,18],[6,-12],[4,19],[12,22],[27,41],[-7,16],[-18,-7],[-6,16],[-15,10],[-3,12],[8,7],[-5,8],[6,4],[-3,5],[8,4],[10,14],[9,-4],[33,17],[9,-7],[-1,-6],[8,4],[-1,10],[13,-12],[4,13],[5,4],[3,20],[9,6],[1,18],[7,4],[7,12],[11,-11],[1,-9],[9,-2],[2,16],[3,3],[-1,7],[-11,5],[-3,38],[-6,1],[1,3],[-4,6],[6,31],[-7,5],[1,14],[-7,-2],[36,61],[4,-4],[9,23],[10,-9],[5,0],[2,4],[6,-3],[7,5],[2,11],[7,0],[5,-10],[-1,-10],[5,-3],[1,3],[20,-6],[8,9],[2,-7],[-3,-7],[5,0],[12,9],[5,-8],[-8,-11],[15,-24],[-3,0],[-1,-8],[4,-16],[10,-20],[6,5],[-1,25],[2,10],[21,26],[-9,22],[15,4],[-4,16],[-2,32],[7,22],[11,15],[-1,35],[17,-25],[6,11],[12,9],[-4,5],[-5,-4],[10,8],[-2,7],[8,1],[-2,4],[5,7],[5,20],[14,12],[8,19],[8,8],[21,7],[14,-6],[24,18],[3,9],[15,12],[17,5],[6,-3],[4,21],[-8,22],[-17,8],[-6,12],[8,55],[4,7],[-9,26],[6,2],[8,13],[7,4],[10,-6],[10,2],[8,10],[16,10],[-24,21],[-2,11],[4,9]],[[4199,5683],[9,-14],[10,-6],[16,7],[1,28],[9,2],[-1,19],[6,10],[10,7],[12,-62],[7,1],[7,-8],[18,6],[9,-11],[8,10],[8,0],[11,-16],[17,-7],[10,21],[12,-3],[8,10],[1,10],[8,2],[4,7],[12,-6],[4,-10],[15,7],[11,-12],[4,-1],[4,15],[17,-10],[6,3],[1,-7],[8,-6],[-4,-21],[4,-1],[1,4],[9,4],[2,7],[4,0],[3,9],[9,-7],[12,0],[4,21],[9,1],[2,-8],[14,1],[2,13],[5,6],[-2,9],[3,9],[4,-3],[-1,-6],[4,-6],[13,6],[2,-5],[-1,7],[3,0],[12,-43],[6,-2],[8,5],[6,-3],[2,12],[-3,3],[5,8],[6,0],[-2,8],[3,5],[-1,5],[7,2],[7,17],[13,-3],[8,7],[2,-25],[5,-17],[-3,-12],[7,-14],[-5,-12],[-2,-34],[-6,1],[3,9],[-3,3],[-5,-3],[-3,10],[-6,-12],[4,-12],[11,0],[9,-16],[4,-10],[-1,-13],[8,-26],[-1,-28],[-9,-32],[6,-21],[0,-22],[-4,0],[-8,-22],[9,-21],[-3,-15],[-2,0],[4,-19],[-3,-3],[2,-6],[-3,-11],[20,-19],[4,-25],[22,-14],[6,15],[17,13],[11,0],[3,-7],[9,-3],[11,4],[7,15],[-1,18],[24,-11],[7,-9],[9,5],[5,-2],[25,28],[23,8],[13,-5],[10,3],[16,-8],[0,-30],[6,-13],[7,0],[6,-14],[30,-1]],[[2554,5998],[-1,-23],[7,-21],[10,-3],[8,-11],[1,-29],[15,-7],[15,3],[7,-10],[9,-5],[6,-12]],[[469,5471],[0,1],[3,5],[8,12],[7,39],[3,0],[4,4],[3,2],[2,3],[0,3],[0,2],[-3,3],[-3,6],[-1,7],[0,13],[14,-3],[19,-3],[4,0],[-3,18],[-2,18],[-2,13],[0,1],[-6,44],[2,10],[4,9],[4,7],[17,32],[0,1],[9,-5],[6,-1],[11,5],[7,2],[5,2],[10,3],[13,4],[8,3],[29,10],[5,-1],[3,-2],[7,-12],[9,-17],[33,-21],[4,31],[11,3],[3,1],[8,2],[5,-24],[2,-6],[9,-6],[10,-3],[21,-3],[12,3],[10,3],[5,2],[9,7],[4,-13],[3,-9],[3,-9],[3,-9],[4,0],[5,-2],[15,-5],[7,-4],[5,22],[9,-2],[6,10],[9,8],[8,6],[2,2],[4,15],[2,15],[1,11],[2,14],[2,11],[2,15],[7,-2],[25,8],[2,-11],[4,-4],[1,1],[1,1],[3,0],[11,-1],[4,0],[4,5],[7,8],[-8,31],[3,5],[2,6],[-2,19],[4,9],[6,2],[5,3],[5,11],[5,8],[-2,47],[-1,2],[1,9],[0,3],[3,21],[3,14],[3,23],[11,-3],[3,20],[6,6],[15,-7],[8,0],[2,0],[4,-2],[7,-2],[17,-4],[8,-8],[14,8],[-7,14],[0,4],[7,16],[0,2],[7,17],[1,1],[7,15],[1,3],[1,1],[0,3],[1,12],[0,3],[0,1],[3,2],[2,0],[-7,16],[-6,15],[-3,8],[-3,7],[-4,9],[-13,3],[-10,-2],[-2,15],[-3,8],[-4,11],[-2,8],[-4,13],[1,5],[2,6],[4,18],[4,17],[6,25],[-1,5],[-1,7],[6,9],[10,-1],[2,6],[7,14],[7,15],[0,1],[3,15],[7,15],[2,5],[5,12],[-5,6],[-5,1],[-6,3],[-2,2],[-3,5],[3,9],[3,15],[5,16],[3,13],[0,5],[4,7],[7,15],[6,8],[9,-3],[12,1],[3,-1],[13,15],[1,1],[8,-6],[6,-8],[6,-8],[8,-3],[8,-4],[11,-5],[1,6],[0,2],[3,19],[2,17],[6,9],[11,3],[4,3],[6,5]],[[1248,6527],[34,2],[-10,14],[-5,-9],[-6,7],[5,8],[4,-4],[3,5],[7,-3],[10,-13],[-1,-7],[5,-1],[13,22],[5,-3],[2,-15],[3,4],[4,-2],[1,-37],[10,-4],[0,9],[7,-2],[-1,-11],[13,-8],[8,-60],[6,-1],[0,4],[16,-5],[0,27],[-7,14],[6,8],[3,-5],[-3,9],[5,-2],[2,3],[-7,5],[2,5],[-6,3],[0,17],[4,2],[4,18],[7,4],[14,-7],[12,1],[9,-7],[11,3],[9,7],[19,35],[5,-6],[7,-1],[7,5],[6,-2],[19,3],[10,-11],[9,-3],[7,3],[1,-3],[16,10],[3,-8],[25,8],[29,-20],[13,2],[15,2],[31,27],[20,5],[6,6],[6,16],[39,-27],[5,-12],[-31,-68],[31,-2],[0,-6],[6,-4],[30,-10],[8,-8],[6,0],[9,9],[24,-2],[3,7],[9,2],[9,26],[9,11],[4,26],[5,1],[-1,-10],[5,-8],[-3,-4],[16,-5],[4,-10],[9,2],[2,-13],[6,9],[10,-4],[2,9],[0,-4],[8,2],[-5,-12],[11,6],[4,-7],[-1,-29],[5,-8],[15,2],[2,-18],[7,-9],[15,0],[3,9],[9,-10],[15,6],[13,-3],[7,-16],[-6,-29],[-3,-3],[-2,-22],[6,-14],[-1,-9],[6,-5],[4,-25],[1,-17],[-5,-5],[9,-22],[7,-5],[9,-23],[11,-2],[8,21],[6,-9],[-2,-9],[9,1],[0,-11],[10,-1],[8,-13],[11,10],[17,-14],[45,31],[11,-1],[-2,-10],[4,-18],[-4,-13],[5,-12],[-6,-15],[6,-10],[12,-5],[7,-49],[-2,-12],[17,-19],[14,1],[9,-18],[-14,-7],[2,-3],[7,-4],[25,-32],[11,-1],[5,-17],[7,-4],[1,-13],[4,-3],[26,-15],[15,4],[47,-2],[46,18],[12,-4],[9,12],[15,0],[32,-16],[13,3],[5,-5],[15,4],[7,12],[5,1],[6,14],[10,4]],[[2554,5998],[-2,6],[4,4],[10,4],[10,15],[24,25],[-17,7],[-14,12],[-2,4],[4,25],[-6,11],[-4,16],[-6,6],[3,17],[-7,10],[-10,-3],[9,13],[1,10],[7,4],[-5,31],[3,21],[-1,15],[15,-10],[10,13],[1,13],[22,22],[4,13],[15,4],[5,-5],[7,5],[4,12],[-4,31],[6,7],[6,-7],[1,15],[14,-6],[-3,-8],[5,6],[4,-1],[0,-9],[3,-3],[28,6]],[[2698,6349],[1,-28],[13,-5],[11,-15],[13,-2],[8,11],[4,-23],[25,-9],[13,6],[7,12],[7,0],[15,19],[8,4],[17,3],[14,-14],[9,-3],[10,0],[13,13],[11,-4],[-1,-9],[-11,-23],[13,-9],[0,-14],[5,-6],[4,-22],[-3,-12],[5,-11],[12,-7],[10,4],[24,-21],[-10,-34],[2,-18],[4,-4],[4,1],[2,8],[3,1],[10,0],[6,-7],[12,-2],[8,4],[11,36],[0,11],[4,3],[12,-10],[11,8],[15,27],[7,6],[3,-4],[10,6],[5,-3],[13,9],[5,-1],[7,-32],[5,-4],[23,-5],[14,5],[6,-4],[13,15],[22,0],[8,20],[5,4],[18,1],[14,22],[20,2],[13,27],[3,0],[1,-7],[24,19],[20,4],[13,-22],[12,-1],[7,-6],[12,5],[9,-13],[16,11],[6,-7],[-6,-17],[4,-3],[5,-25],[14,-8],[5,0],[5,6],[2,-8],[11,-9],[6,2],[13,-8],[8,-15],[8,11],[-1,18],[8,-1],[12,11],[12,-34],[3,8],[7,1],[5,11],[10,-6],[3,3],[2,-16],[16,-2],[9,-6],[3,-14],[-15,-1],[3,-18],[-7,-21],[-7,-7],[2,-44],[12,-16],[1,-31],[8,-1],[12,-17],[10,-2],[2,-4],[9,0],[-2,-7],[3,-2],[4,4],[12,-3],[2,-6],[9,11],[-4,1],[-1,6],[5,-3],[4,8],[8,3],[-9,20],[-7,6],[-3,0],[6,-11],[-14,5],[0,14],[-5,7],[2,3],[21,1],[-4,21],[9,22],[25,17],[31,-13],[11,7],[6,9],[12,-3],[9,10],[7,0],[4,-6],[8,-2],[8,4],[-2,6],[13,6],[3,-5],[3,5],[7,1],[12,-7],[5,13],[3,0],[0,-7],[5,1],[1,-10],[4,6],[13,-29],[9,13],[3,-1],[-2,-12],[4,-8],[13,6],[-5,8],[13,12],[-1,9],[9,0],[1,-6],[14,6],[14,-30],[29,1],[15,-29],[9,0],[-2,-3],[4,-1],[3,-11],[3,5],[5,-2]],[[3939,6052],[8,-10],[4,1],[28,49],[-5,12],[2,5],[7,6],[6,-7],[-4,-6],[5,-8],[-1,-9],[-6,-12],[10,-18],[-1,-24],[-6,-12],[6,-19],[-11,-7],[-16,-28],[-17,-12],[-4,-8],[6,-20],[24,-11],[3,4],[10,2],[0,-7],[-12,-7],[1,-6],[12,-14],[11,-6],[9,-16],[17,-5],[9,-12],[13,-2],[13,5],[16,-8],[22,6],[4,-7],[-2,-2],[6,-1],[6,-11],[0,-36],[-7,-19],[5,-10],[13,-10],[-2,-19],[6,-6],[-3,-5],[5,-1],[0,-12],[4,-6],[8,0],[-1,11],[4,-1],[-4,7],[3,0],[-1,8],[3,-5],[3,11],[4,2],[1,-6],[1,5],[3,-4],[3,3],[18,-25],[-5,-11],[4,-6],[11,1],[11,-10]],[[6536,5208],[-3,-7],[3,-26],[6,-10],[-15,-40],[7,-15],[0,-8],[-21,-29],[-20,-19],[-9,-20],[-2,-7],[3,-14],[-5,-17],[6,-15],[-3,-10],[5,-16],[-13,-10],[0,-12],[-7,-8],[4,-27],[-3,-12],[9,-13],[3,-21],[-7,-23],[-7,-11],[-4,-31],[6,-13],[2,-22],[-4,-13],[8,-15],[2,-17],[8,-8]],[[5490,5349],[11,0],[6,6],[0,15],[12,22],[-1,19],[3,7],[-2,20],[20,6],[4,15],[8,13],[-5,10],[4,11],[-1,8],[3,4],[-4,18],[2,7],[19,20],[9,4],[0,7],[11,8],[2,7],[10,-4],[7,22],[13,-11],[19,45],[10,16],[11,-4],[19,10],[2,7],[13,5],[21,16],[10,12],[6,19],[21,11],[16,1],[12,-6],[8,-24],[-11,-16],[7,-8],[37,-79],[1,-10],[10,-7],[4,-11],[6,-5],[6,-16],[1,-16],[-3,-12],[3,-8],[13,-7],[2,-17],[16,-22],[3,-11],[11,-9],[4,-22],[8,-7],[2,-16],[6,-2],[4,-8],[22,9],[10,-6],[11,6],[6,-4],[10,12],[1,6],[9,1],[18,-9],[42,18],[4,-2],[1,-12],[9,-7],[9,10],[20,-4],[3,13],[7,9],[1,11],[6,2],[3,15],[15,10],[5,8],[11,2],[22,-9],[-4,8],[13,11],[21,-9],[6,17],[10,6],[7,-1],[3,-6],[21,-11],[4,-6],[8,0],[4,16],[1,25],[2,5],[9,-6],[0,9],[-4,4],[15,-12],[10,-1],[10,34],[3,24],[6,3],[6,-4],[22,10],[7,8],[-1,4],[4,0],[-3,8],[1,8],[-6,0],[3,3],[-2,5],[4,10],[-4,7],[-5,1],[13,8],[1,16]],[[6349,5655],[28,-4],[22,-12],[17,-19],[12,-32],[4,-25],[-1,-9],[-8,-8],[-3,-27],[4,-16],[14,-30],[-4,-54],[11,10],[15,3],[4,7],[16,-3],[-4,-11],[5,-4],[1,-10],[-3,-9],[7,-12],[-9,4],[-3,7],[-14,-19],[1,-15],[3,-9],[18,-15],[20,4],[0,-17],[-3,-7],[27,-31],[-6,-23],[6,-11],[2,2],[-1,-7],[3,-1],[-2,-1],[10,-17],[-4,-7],[2,-19]],[[7650,5467],[-7,-13],[-2,-17],[19,-4],[1,-8]],[[7661,5425],[-20,0],[-4,-30],[-34,2],[-23,28],[-9,-19],[10,-32],[-4,-2],[-1,-9],[-1,-25],[4,0],[4,-10],[-6,-11],[-31,-7],[-1,7],[-23,-3],[-3,-3],[-1,-17],[-18,4],[-30,-3],[-3,15],[-30,-6],[1,-6],[-8,-3],[-3,-9],[3,-7],[-2,-10],[5,1],[3,-17],[-14,-1],[-3,-10],[1,-15],[-7,-13],[-29,3],[-5,7],[-4,-21],[0,-22],[2,-5],[-4,-6],[-4,-26],[6,-43],[-1,-27],[5,-18],[5,-44],[15,-36],[19,-74],[10,-22],[-7,-6],[-1,3],[-25,-6],[-4,-21],[24,3],[2,-10],[7,3],[2,-6],[-6,-3],[4,-20],[3,-3],[8,9],[3,-12],[11,-20],[18,-85],[8,-23],[16,-14],[-4,-2],[0,-8],[18,-53],[-3,-5],[1,-21],[9,-38],[7,-9],[6,-25],[17,-29],[13,-38],[13,-11],[2,6],[9,-4],[-5,-16],[4,-5],[6,4],[7,18],[3,1],[11,-18],[0,-20],[6,-8],[-4,-15],[12,-11],[1,-15],[6,-5],[19,9],[3,-10],[-3,-14],[16,-6],[10,-12],[1,-12],[-17,-19],[10,3],[8,-7],[4,-31],[15,-11],[4,-9],[-3,-6],[-25,-4],[-6,-29],[3,-7],[18,-14],[4,-10],[0,-21],[-6,-20],[2,-21],[19,-23],[-3,-8],[-7,0],[-6,-11],[11,-14],[6,12],[16,-24]],[[6536,5208],[22,-8],[17,10],[3,11],[13,1],[25,-40],[12,3],[5,-4],[4,4],[5,-10],[9,2],[3,-9],[8,0],[14,-7],[10,18],[5,33],[5,1],[11,13],[7,-5],[11,18],[16,9],[0,8],[7,10],[-1,11],[6,9],[9,9],[12,0],[6,-5],[11,5],[3,11],[22,21],[14,-11],[17,14],[7,-17],[19,4],[4,-6],[5,7],[7,-2],[7,11],[6,-13],[2,-20],[14,-6],[1,-11],[5,-11],[19,14],[5,-4],[16,2],[4,16],[15,4],[4,8],[4,2],[23,-17],[4,3],[10,-6],[1,-6],[13,-8],[5,-9],[10,-2],[5,6],[3,23],[8,6],[5,11],[-2,26],[-5,4],[16,19],[24,10],[30,-16],[6,0],[13,-7],[2,-7],[11,-2],[3,-6],[12,-2],[18,-15],[6,1],[6,16],[22,-15],[0,36],[-19,7],[-1,6],[26,-5],[13,-10],[9,27],[4,-5],[3,8],[-6,5],[8,29],[-14,8],[-4,21],[49,48],[-5,10],[2,5],[3,-6],[4,16],[4,-1],[9,-19],[5,17],[0,14],[4,2],[4,-4],[3,-14],[22,26],[5,-9],[10,6],[4,-25],[6,-1],[6,7],[20,5],[-8,37],[38,6],[9,6],[3,-1],[-1,-5],[10,-1],[1,-23],[-4,-5],[-1,-13],[8,1],[5,-6],[-3,-4],[7,0],[4,-24],[17,1],[1,-15],[-4,-11],[3,-9],[11,9],[15,1],[0,12],[6,5],[-5,28],[3,25],[8,-1],[2,10],[6,1],[28,-1],[-5,-10],[20,-1],[4,-8],[10,-2],[6,-24],[-3,-2],[9,-32],[8,0],[-2,10],[3,-9],[9,6],[3,15],[15,-11],[0,-7]],[[8314,5355],[0,-2],[-2,-4],[-5,-4],[-6,-2],[-3,-7],[1,-12],[2,-9],[1,-8],[-1,-9],[-2,-2],[-5,1],[-4,-1],[-4,-1],[-5,-18],[-1,-4],[1,-2],[4,-3],[3,-2],[3,-1],[2,-1],[0,-3],[-1,-4],[-1,-2],[-2,-1],[-5,0],[-3,0],[-1,-2],[0,-3],[1,-4],[3,-5],[2,-1],[6,-1],[4,-3],[-3,-11],[-6,-14],[-5,-9],[0,-5],[-1,-14],[-2,-13],[1,-2],[2,-3],[1,-1],[2,-1],[2,-1],[1,-4],[-1,-2],[-5,-6],[-3,-4],[1,-8],[3,-4],[4,-11],[1,-2],[0,-2],[6,-15],[1,-7],[-1,-8],[1,-8],[1,-7],[1,-7],[1,-10],[2,-17],[4,-6],[3,-8],[2,-4],[1,-11],[-1,-15],[1,-7],[2,-8],[2,-2],[1,-3],[1,-11],[0,-7],[-1,-6],[-1,-2],[-1,-2],[0,-2],[-2,-11],[0,-6],[1,-7],[-2,-7],[-1,-5],[-1,-5],[-1,-8],[4,-8],[-5,-10],[-1,-2],[1,-2],[2,-2],[2,0],[6,1],[4,5],[1,-1],[2,-3],[1,-2],[0,-3],[0,-9],[-2,-12],[-1,-7],[-2,-7],[-5,-6],[-6,-2],[-7,-2],[-2,-1],[-1,-1],[0,-1],[1,-2],[3,-10],[3,-8],[0,-9],[0,-2],[-1,-8],[0,-8],[1,-9],[-2,-12],[1,-10],[-2,-10],[2,-4],[5,-4],[4,-6],[2,-15],[0,-12],[-8,-6],[-1,-1],[-1,-1],[0,-5],[1,-5],[2,-2],[1,0],[4,3],[1,0],[0,-1],[3,-8],[4,-8],[3,-4],[5,-7],[1,0],[4,3],[6,3],[3,3],[2,2],[2,1],[1,-1],[1,-1],[1,-8],[-1,-12],[-6,-11],[-3,-9],[-1,-2],[-1,-4],[0,-3],[2,-3],[3,-5],[3,-9],[0,-9],[3,-9],[7,-11],[3,-7],[2,-8],[-4,-16],[3,-15],[0,-2],[3,-6],[4,-8],[0,-3],[-1,-2],[-4,-4],[-3,-2],[-1,-10],[0,-14],[3,-13],[3,-15],[1,-17],[-2,-8],[-2,-12],[-1,-7],[1,-7],[-3,-6],[-1,-2],[-2,-3],[-1,0],[-1,-1],[0,-2],[2,-2],[2,-1],[4,0],[5,0],[1,0],[2,-2],[1,-4],[1,-3],[-1,-2],[-1,-4],[-4,-4],[-3,-3],[-6,-3],[-2,0],[-1,-1],[-1,-1],[-2,-6],[-3,-5],[-1,-5],[-1,-5],[-1,-2],[-4,-7],[-5,4],[-1,2],[-1,1],[-2,-1],[-4,-3],[-1,-5],[0,-2],[0,-3],[-2,-1],[-1,1],[-4,3],[-3,4],[-1,4],[-1,5],[0,1],[-1,0],[-4,-1],[-3,-1],[-2,-1],[0,-2],[0,-3],[0,-1],[0,-1],[-1,-2],[-2,-3],[-2,-1],[-7,-6],[-8,-11],[-2,-3],[-2,-2],[0,-7],[0,-3],[1,-3],[2,-9],[6,-6],[8,-12],[8,-10],[2,-1],[2,-5],[2,-7],[1,-6],[-1,-2],[0,-2],[0,-2],[3,-5],[2,-1],[4,-1],[5,5],[4,6],[0,2],[1,0],[3,0],[1,-1],[1,-1],[2,-10],[2,-12],[1,-1],[1,1],[2,2],[1,2],[1,5],[2,4],[2,4],[1,2],[2,1],[0,-2],[0,-7],[0,-6],[-2,-7],[0,-15],[4,-16],[1,-2],[3,-5],[3,-4],[0,-1],[1,-7],[0,-11],[0,-16],[-1,-10],[1,-11],[0,-3],[-3,-12],[-1,-13],[0,-14],[0,-1],[6,1],[1,1],[2,1],[2,-1],[3,-9],[1,-3],[1,-7],[1,-7],[0,-7],[1,-4],[6,-16],[1,-4],[1,-1],[1,-1],[5,-2],[4,-2],[5,-2],[5,-2],[1,-1],[2,-3],[3,-1]],[[7661,5425],[2,-15],[20,-38],[12,-44],[-12,-5],[-4,-7],[3,-6],[-6,-2],[15,-39],[-17,-23],[0,-6],[12,-21],[15,-51],[12,-18],[-2,-2],[12,-9],[1,-8],[25,10],[19,25],[-9,18],[9,18],[-6,11],[1,32],[30,12],[-5,11],[-7,-4],[3,13],[-6,5],[-25,-8],[-3,5],[1,4],[24,7],[-5,31],[-19,43],[9,4],[-8,16],[3,0],[-1,7],[11,-3],[-8,8],[-4,17],[-7,3],[2,11],[-5,9],[2,5],[7,1],[2,6],[13,-13],[-6,-11],[5,-9],[0,-6],[5,-4],[3,13],[7,-5],[2,5],[8,-4],[2,6],[5,-3],[1,5],[14,-18],[4,23],[22,-17],[5,19],[18,-20],[4,7],[14,7],[1,-20],[54,-3],[1,-27],[16,-6],[-1,-6],[9,6],[2,-16],[-5,1],[6,-16],[-1,-7],[4,2],[0,11],[4,-7],[21,15],[-8,15],[9,4],[6,14],[8,-19],[10,9],[-9,25],[16,-2],[-3,14],[3,2],[1,52],[10,0],[1,12],[13,-4],[4,-7],[-4,1],[4,-13],[-1,-15],[14,-1],[27,19],[7,-12],[9,9],[14,-38],[27,14],[9,-43],[7,5],[5,-29],[19,12],[0,-4],[7,3],[0,-23],[14,-2],[20,6],[37,23],[30,-1],[12,-9],[-2,-10],[7,-2]],[[7347,6781],[4,-18],[8,-5],[9,-15],[2,-16],[3,13],[5,-5],[-3,-8],[7,-20],[9,-6],[6,-10],[37,-25],[24,-34],[6,4],[10,-9],[-10,-14],[-5,1],[-8,-12],[2,-6],[-15,-15],[9,-18],[13,-12],[1,-7],[4,3],[2,-5],[-6,-7],[2,-7],[-24,-28],[-18,-30],[11,-15],[9,-23],[8,-3],[5,-9],[3,-14],[9,0],[0,-10],[6,-4],[5,-12],[7,-39],[17,-31],[-2,-3],[4,-2],[-1,-7],[6,-10],[2,-10],[8,-6],[6,-23],[6,3],[-7,-9],[5,-8],[6,4],[-3,-12],[3,-9],[-1,-17],[11,-41],[5,-5],[2,-20],[3,-1],[7,-14],[5,-1],[0,5],[2,-5],[-5,-10],[5,-9],[-3,-3],[6,-36],[6,-1],[-4,-8],[10,-13],[-2,-13],[5,-13],[10,-6],[8,-21],[3,-46],[8,0],[5,-17],[2,-18],[-8,-6],[13,-51],[5,-13],[6,-2],[1,-5],[-7,-1],[4,-17],[-4,-1],[-2,11],[-18,-6],[3,-26],[7,-13],[-3,-13],[20,-31],[-17,-6],[5,-20],[3,-71],[4,-13],[1,-22],[29,-2],[4,-21],[0,-7],[-6,-6],[5,-23],[-4,-1],[2,-8],[-7,-52],[6,-1],[0,-19],[-14,8]],[[6349,5655],[-5,8],[2,8],[5,5],[-7,8],[-1,12],[-5,3],[1,22],[10,6],[6,16],[6,0],[-4,10],[1,10],[7,6],[-1,10],[3,6],[4,31],[4,4],[5,18],[-1,10],[-10,5],[-12,14],[-27,-10],[-4,-10],[-6,-1],[-4,-20],[-12,-24],[-5,0],[-8,-7],[-4,5],[-4,-6],[-8,-2],[-2,5],[-15,-4],[-2,5],[-13,7],[-7,-2],[-6,14],[-2,16],[6,22],[10,17],[3,18],[-4,13],[4,16],[-4,8],[0,17],[3,9],[-18,8],[-17,18],[-15,1],[-9,7],[-51,0],[-6,6],[6,14],[-2,7],[-14,7],[-13,1],[-5,-15],[-8,13],[-2,-15],[-15,8],[-3,-14],[-9,1],[6,15],[-4,14],[7,6],[0,5],[-17,29],[20,13],[-1,21],[4,10],[9,4],[-6,17],[5,8],[0,9],[-10,12],[13,21],[14,-3],[25,7],[5,-3],[2,-12],[12,-6],[10,60],[-10,28],[-18,4],[0,5],[-10,5],[-13,26],[5,14],[-1,11],[-8,12],[2,20],[-8,15],[-4,25],[-11,2],[-14,25],[-2,16],[-7,16],[2,11],[11,14],[1,21],[6,-7],[11,0],[-12,30],[-2,24],[-6,8],[-7,23],[-14,13],[-8,-5],[5,15],[-3,10],[0,17]],[[6044,6625],[10,-1],[16,7],[4,-9],[10,-4],[4,4],[2,13],[14,17],[10,9],[14,5],[14,-8],[4,-10],[-1,-12],[6,-17],[-6,-14],[3,-18],[9,-13],[-3,-12],[3,-12],[-3,-8],[2,-4],[7,-4],[14,-17],[15,18],[27,12],[8,-9],[5,-16],[-2,-7],[9,-9],[22,19],[17,6],[9,-4],[12,10],[-1,24],[8,22],[-4,5],[15,12],[11,25],[7,0],[17,13],[1,-9],[-5,-11],[10,-5],[2,-8],[11,-15],[0,-11],[5,-6],[5,-25],[0,-13],[11,-5],[17,4],[6,16],[5,4],[9,-8],[8,-21],[10,4],[7,-5],[20,-1],[10,3],[9,12],[1,9],[4,-1],[5,9],[2,30],[22,12],[4,8],[3,-1],[3,-18],[14,5],[8,-6],[5,2],[6,-7],[14,9],[2,-4],[9,10],[11,24],[9,0],[9,-12],[7,8],[3,-7],[5,-2],[2,-9],[8,-13],[5,5],[0,-4],[20,0],[13,14],[-2,7],[3,-4],[5,6],[21,50],[16,17],[6,-10],[9,14],[6,-9],[23,39],[5,-7],[7,7],[-6,41],[9,11],[-3,16],[31,-2],[2,11],[4,-1],[12,-9],[1,-6],[10,-3],[2,12],[9,-1],[-5,-20],[-7,-8],[-1,-12],[24,14],[-2,-40],[7,-2],[14,-19],[8,-5],[7,-19],[15,11],[-3,6],[21,17],[-4,6],[12,9],[-2,8],[15,14],[-3,5],[3,-4],[5,3],[-10,23],[-2,7],[2,2],[-5,3],[-6,12],[15,13],[8,-8],[3,10],[3,-1],[0,53],[18,5],[0,6],[6,1],[-1,8],[12,4],[-1,28],[30,-3],[-4,-12],[12,-4],[-7,-27],[-7,-6],[0,-6],[9,-8],[-2,-14],[9,-2],[-5,-9],[1,-5],[11,-3],[7,5],[7,-2],[2,-23],[8,-9],[-1,-28],[18,-4],[5,10],[10,8],[25,6],[7,8],[17,0],[4,6],[10,-4],[7,5],[8,-27],[6,0],[4,-8],[13,22],[26,7],[5,-5],[12,-40],[8,3],[8,-6],[13,15],[5,-2],[-5,-26],[10,-10],[-1,-12],[10,7],[5,18],[-2,15],[10,2],[6,-5],[8,3],[2,23],[7,8],[1,-6],[5,12],[7,6]],[[5274,7488],[-12,-23],[-5,-25],[0,-30],[24,-47],[8,-4],[9,-16],[0,-26],[-5,-17],[12,-25],[13,-13],[1,-22],[-1,-7],[-6,-4],[5,-3],[1,-12],[-7,-18],[1,-20],[-7,-3],[-6,-13],[-1,-39],[-8,-33],[5,-26],[11,-8],[-9,-20],[2,-8],[-6,-15],[-1,-21],[-7,-16],[0,-14],[-7,-25],[14,1],[13,-13],[6,0],[7,-11],[-7,-7],[-3,-27],[7,-24],[0,-13],[16,-10],[13,-15],[5,-28],[-1,-10],[-29,-34],[-13,-5],[-13,6],[-4,-7],[3,-35],[-5,-13],[23,-40],[15,-45],[-16,-35],[-15,-3],[-15,10],[-16,-11],[2,-42],[-17,-24],[10,-11],[-6,-12],[-5,2],[-4,-4],[3,-5],[-2,-13],[-4,1],[0,14],[-22,3],[-1,-13],[-5,-8],[-1,-15],[-6,-8],[-3,-17],[-4,0],[-9,-10],[-4,-13],[-12,-9],[2,-6],[-3,-9],[-11,4],[-1,-3],[-8,-1],[-8,7],[-4,0],[2,-4],[-6,6],[-13,1],[-6,-10],[-12,-1],[-2,-9],[-11,-6],[3,-3],[-10,-28],[-18,-8],[-22,-22],[-9,-1],[-9,-24],[4,-5],[-6,-18],[-4,0],[2,-4],[-6,-15],[-7,-2],[-7,-20],[-8,-10],[27,-1],[3,-10],[1,4],[6,-10],[-3,-4],[5,-5],[-2,-5],[7,-3],[-5,-10],[4,-3],[-2,-9],[-5,-12],[-9,0],[-7,-14],[-7,12],[3,5],[-6,-4],[-4,4],[3,-14],[-4,-20],[-8,-12],[-18,7],[-3,-6],[-10,2],[-5,-4],[4,-21],[-15,-28],[0,-26],[4,-1],[4,-9],[17,0],[21,-41],[-12,-12],[-21,-11],[-5,7],[-13,-1],[-2,12],[-6,10],[-4,3],[-5,-4],[-7,8],[-8,-4],[-3,-10],[-7,-5],[-1,4],[-13,0],[-2,-3],[3,-7],[10,-6],[-8,-9],[4,-17],[-6,-1],[-1,-6],[-6,1],[-13,-13],[-4,4],[1,-11],[-4,-9],[10,-4],[3,-12],[4,-2],[-3,-29],[11,2],[1,-4],[-11,-15],[-1,-11],[-6,-4],[1,-5],[6,-3],[3,-6],[-3,-12],[6,3],[0,4],[9,-6],[1,-4],[5,4],[23,-42],[21,-19],[5,4],[-5,-13],[6,-2],[-7,-8],[11,-7],[0,-10],[-7,-2],[1,-12],[8,1],[3,-7],[1,5],[10,-2],[0,8],[9,-2],[-4,-5],[1,-6],[10,1],[0,-4],[11,-2],[7,-10],[5,8],[-2,8],[11,-3],[6,11],[7,0],[27,-18],[16,11],[18,0],[9,-9],[-2,-18],[27,0],[5,-4],[7,-45],[19,-48],[8,-14],[14,-7],[10,-15],[11,-6],[2,-5]],[[3939,6052],[2,6],[4,-4],[15,22],[-11,14],[-5,-3],[-5,5],[5,5],[-2,5],[-5,-4],[-4,2],[0,6],[6,6],[-15,1],[-3,29],[-6,6],[12,14],[-10,35],[6,10],[-1,4],[6,0],[-17,23],[11,14],[1,7],[18,37],[17,-3],[10,-17],[7,-4],[11,4],[5,19],[12,7],[-9,26],[11,2],[5,8],[0,28],[8,35],[8,16],[2,16],[-5,7],[-9,-2],[0,-4],[-1,7],[-8,0],[-6,7],[-18,5],[-5,27],[9,4],[6,25],[-1,8],[27,13],[5,11],[7,-2],[15,7],[11,-3],[-1,9],[9,1],[6,35],[5,10],[1,24],[10,7],[1,6],[-10,9],[1,6],[-5,6],[-9,-3],[-14,6],[-24,48],[8,26],[11,2],[-1,6],[4,1],[1,8],[29,-24],[11,9],[-11,41],[2,18],[11,5],[13,-1],[10,9],[19,3],[3,11],[11,2],[8,13],[-4,16],[-3,1],[-2,7]],[[4145,6856],[2,-5],[18,-5],[19,-26],[-6,-9],[31,-19],[-6,-4],[13,-9],[-2,5],[3,4],[31,-26],[13,-3],[12,-14],[8,11],[9,0],[8,-8],[14,8],[24,-24],[14,4],[11,-3],[5,9],[13,-2],[2,8],[-4,9],[5,5],[-3,7],[8,8],[1,9],[6,4],[9,-4],[2,9],[5,-2],[2,-11],[5,2],[16,-12],[21,38],[-10,18],[-2,-14],[-12,9],[7,35],[8,13],[-6,19],[7,4],[3,14],[14,5],[9,10],[1,10],[14,-2],[3,15],[-3,0],[0,11],[4,3],[2,-9],[19,12],[6,35],[6,-6],[-3,11],[4,8],[-8,10],[9,22],[-9,16],[1,18],[30,-4],[5,8],[4,-1],[-5,8],[8,6],[13,0],[1,13],[-7,10],[7,7],[9,35],[7,6],[9,-8],[15,-3],[6,18],[1,-6],[9,-7],[0,-16],[7,-1],[-5,-26],[14,-4],[-8,-9],[1,-4],[9,-5],[2,-4],[-6,-1],[6,-8],[38,-2],[16,-13],[18,3],[3,17],[18,-12],[10,9],[-1,9],[-9,6],[-4,7],[2,3],[-4,0],[-4,10],[-15,13],[21,45],[-9,9],[8,6],[5,26],[-6,4],[3,23],[11,23],[11,1],[12,27],[11,67],[9,21],[23,28],[7,19],[18,20],[16,33],[17,19],[29,10],[8,-11],[1,-8],[9,4],[18,-14],[9,9],[1,14],[13,29],[11,-2],[15,-11],[9,11],[13,-18],[16,1],[20,18],[2,15],[8,14],[9,-4],[14,12]],[[5080,7571],[8,-5],[8,-17],[5,0],[11,-13],[17,-2],[16,8],[5,-15],[9,1],[6,-8],[21,36],[10,2],[9,-6],[9,-19],[10,-12],[28,-12],[7,-21],[7,-3],[8,3]],[[3787,8009],[1,-12],[-4,-9],[3,-7],[-14,-16],[0,-14],[-3,-10],[-9,1],[-3,-4],[2,-18],[-10,-6],[7,-10],[-7,-7],[-8,-14],[8,-21],[7,-9],[1,-22],[-5,0],[5,-13],[-7,0],[0,8],[-12,8],[0,10],[-22,20],[-6,0],[-1,12],[-6,1],[3,4],[-4,-2],[4,3],[-4,5],[-4,-6],[2,-7],[-4,-13],[2,-16],[-6,-7],[3,-3],[-3,-37],[-19,10],[-9,-2],[-3,18],[-3,1],[-6,-8],[0,-13],[-4,-3],[-15,1],[-19,-22],[0,7],[-10,0],[-2,5],[-3,-13],[-3,8],[-10,-5],[1,-12],[-10,-13],[1,-20],[-5,-1],[-5,-25],[-9,-16],[7,-10],[-2,-3],[2,-12],[-6,-12],[-7,-1],[-6,-15],[-10,-4],[-2,-6],[-8,-1],[-4,15],[-8,4],[-3,9],[-9,6],[-5,-3],[0,-4],[-7,4],[-10,-4],[-11,-27],[2,-13],[-11,5],[-14,-12],[-13,4],[-12,-5],[3,-30],[-5,-19],[-4,-5],[9,-4],[4,-23],[-3,-9],[-1,3],[-5,-2],[-9,13],[-3,-19],[6,-2],[-10,-3],[9,-25],[-4,-12],[-20,-2],[-15,12],[1,-8],[-5,-9],[-8,0],[-7,6],[0,5],[-7,-7],[13,-18],[0,-6],[8,-6],[0,-11],[5,-7],[-2,-14],[6,0],[4,-7],[8,2],[7,-8],[2,-6],[-4,-5],[5,-8],[-5,-5],[17,-18],[-4,-7],[2,-5],[-3,-4],[-10,3],[-3,-7],[-4,-10],[7,-10],[0,-7],[-7,-3],[-10,-14],[6,-3],[0,-7],[-5,-6],[-7,4],[-7,-5],[-5,-13],[-10,5],[-4,-12],[-31,11],[12,-12],[-6,-3],[3,-9],[5,-1],[-13,-12],[-15,2],[-1,-13],[5,-5],[-1,-4],[-12,-2],[-4,-7],[5,-12],[-7,-20],[10,-7],[0,-5],[-7,-6],[-5,-19],[-9,1],[-1,-9],[-7,2],[-9,-7],[1,-9],[10,-2],[-4,-10],[-13,-14],[-7,2],[-8,10],[-16,-7],[-5,-17],[-15,-11],[-4,3],[-5,-3],[-1,7],[-5,1],[2,20],[-15,-1],[-5,8],[-5,26],[4,19],[-8,16],[-13,10],[4,20],[-15,16],[-2,-3],[2,-7],[6,-5],[-6,-5],[1,-5],[-13,2],[4,-8],[0,-8],[-5,-13],[15,-11],[-7,-8],[-10,-3],[-12,-15],[4,-2],[6,-34],[-1,-8],[12,-20],[-7,-2],[-8,-16],[-8,-5],[-2,-27],[-8,1],[-16,20],[-15,0],[10,-2],[4,-7],[-16,2],[-11,-14],[2,-8],[-10,-2],[-12,-15],[-28,-10],[-1,6],[3,3],[-2,6],[-7,1],[-3,-5],[-5,3],[0,6],[-7,10],[2,10],[-2,13],[9,26],[-15,11],[2,7],[-16,5],[1,8],[-8,-10],[2,-7],[-3,-4],[-3,0],[-9,-13],[-5,-1],[4,-8],[-3,-6],[-6,0],[1,13],[-5,4],[9,16],[-6,-2],[-2,12],[-3,-1],[-4,-18],[-4,6],[-8,-15],[-5,-1],[2,9],[-4,1],[5,17],[-5,-1],[-4,6],[2,10],[-7,-7],[-17,-3],[-8,5],[-1,10],[-5,6],[-16,2],[0,4],[-12,7],[-7,-6],[-7,5],[1,8],[-5,9],[-7,-1],[-5,19],[-5,-1],[-4,6],[-4,-8],[-3,19],[-5,5],[3,14],[0,40],[-10,15],[-20,7],[9,20],[-4,1],[-10,-19],[-8,15],[-13,8],[-2,-7],[-2,1],[-8,14],[-4,-2],[-3,-17],[-8,-7],[-20,-5],[-7,-7],[-11,9],[1,14],[-34,32],[-20,11],[-7,-1]],[[2609,7293],[-5,5],[-14,1],[-9,15],[-4,28],[-8,9],[1,26],[-5,10],[-9,-1],[-6,3],[-5,-5],[-9,3],[-11,13],[-19,-4],[-11,11],[-21,8],[-9,-2],[0,10],[-20,18],[-5,13],[-25,12],[-8,25],[-24,20],[15,7],[2,-5],[13,12],[15,2],[10,12],[0,10],[-11,-4],[-3,21],[-10,2],[0,10],[5,-1],[6,8],[-5,2],[3,3],[-4,9],[-8,-7],[-8,7],[7,25],[-9,17],[-10,-10],[-15,2],[-1,16],[-14,30],[9,4],[10,16],[-6,27],[2,13],[8,-17],[7,3],[-12,24],[7,14],[-1,15],[13,5],[0,-4],[12,1],[13,31],[9,8],[-3,5],[0,15],[-7,-1],[10,8],[-6,12],[-2,-1],[-1,6],[-6,-7],[0,25],[7,2],[-4,21],[4,3],[-6,12],[14,19],[6,-7],[3,4],[6,-11],[6,1],[-5,15],[14,32],[1,6],[-3,3],[8,-3],[14,5],[5,14]],[[2487,7997],[10,-3],[5,4],[1,13],[4,2],[3,-14],[-1,22],[-4,9],[4,12],[9,12],[-1,11],[5,17],[12,1],[13,12],[4,-8],[21,21],[9,-1],[8,10],[14,5],[15,18],[-3,8],[15,7],[1,-6],[8,8],[5,15],[7,6],[11,1],[0,-6],[9,2],[6,-9],[10,-3],[-1,-6],[11,-19],[23,39],[16,8],[1,-6],[11,-4],[2,-10],[4,11],[54,-9],[-1,-8],[5,-1],[-2,-17],[7,0],[-4,-15],[9,0],[0,-4],[4,0],[-1,-25],[5,0],[-1,-13],[22,-33],[21,-17],[11,12],[3,9],[8,0],[6,16],[15,-11],[3,-15],[20,5],[3,-8],[5,3],[5,-15],[3,1],[1,6],[5,-3],[-1,10],[4,8],[12,0],[0,7],[5,6],[8,-2],[1,-4],[18,22],[-9,7],[2,6],[-5,2],[-3,9],[6,13],[13,11],[12,-1],[1,29],[-8,4],[6,13],[-3,32],[-3,13],[-7,10]],[[3009,8229],[7,4],[27,0],[19,-6],[-1,-7],[4,0],[3,13],[23,32],[4,-15],[9,0],[10,-9],[0,-13],[16,-19],[0,9],[5,5],[12,-10],[9,2],[0,7],[15,-24],[5,1],[6,-7],[6,-2],[12,5],[1,-8],[22,-4],[3,6],[5,-3],[-1,-7],[7,-9],[15,-7],[6,7],[9,-5],[10,11],[3,-38],[3,-1],[7,-12],[-1,-5],[3,2],[4,-10],[14,0],[2,7],[5,1],[5,-8],[6,5],[6,-11],[5,-1],[2,7],[20,-16],[23,-3],[1,-4],[6,2],[0,-7],[5,6],[10,0],[12,-25],[19,-9],[7,9],[-2,5],[13,2],[6,-5],[6,5],[19,-6],[3,-8],[20,-2],[6,22],[11,6],[8,-4],[6,4],[3,14],[3,-1],[-3,10],[1,6],[5,7],[6,-3],[10,12],[-1,-4],[6,-4],[9,2],[5,-6],[12,-23],[5,4],[2,-4],[-4,-9],[4,-3],[-1,-16],[7,-7],[8,-18],[8,-7],[8,6],[17,-5],[-13,-11],[7,-4],[-5,-2],[2,-3],[-3,-4],[6,-6],[4,-16],[8,3],[1,-10],[3,-1],[6,-13],[10,4],[9,-5],[6,12],[10,-1],[2,10],[-2,10],[5,4],[24,-1],[21,14],[10,2],[5,-5],[3,7],[6,-14],[12,4]],[[3979,8056],[-6,-38],[10,-28],[-5,-5],[8,-9],[-3,-8],[-9,-8],[3,-7],[-14,-3],[-1,-18],[-18,30],[-8,6],[-6,-13],[-5,3],[0,-10],[-8,0],[-5,11],[1,-10],[-4,-2],[0,10],[-4,-1],[-4,-22],[-9,8],[-3,-14],[-8,-1],[3,-1],[-6,-6],[8,-30],[-4,-6],[0,-15],[-11,-4],[-1,-56],[4,-3],[1,-21],[5,-9],[0,-23],[8,-21],[-1,-26],[15,-49],[3,2],[6,-8],[1,-4],[-6,-8],[5,-13],[5,4],[7,-2],[2,8],[6,3],[18,2],[11,-5],[2,4],[-6,7],[1,8],[15,6],[5,-12],[-1,-10],[5,3],[4,-13],[-5,-19],[-10,8],[0,-13],[-3,-4],[6,-18],[3,0],[4,8],[2,0],[0,-6],[14,-6],[1,-17],[11,1],[3,-4],[4,4],[15,-10],[-4,-9],[2,0],[1,-13],[7,4],[12,-10],[9,25],[12,-6],[3,-12],[-3,-11],[2,-6],[5,0],[6,-10],[-1,-18],[10,-11],[7,4],[4,-4],[2,4],[6,-10],[-1,-5],[-16,1],[5,-12],[-1,-18],[-8,-6],[-3,-10],[2,-13],[-8,-5],[-1,-15],[-3,-1],[2,-20],[-14,-31],[13,-11],[0,-23],[-12,-19],[3,-15],[-7,1],[2,-7],[-5,-8],[2,-7],[9,-1],[9,-20],[2,-10],[-5,-23],[29,14],[17,-12],[1,7],[18,-3],[-5,-11],[8,-3],[0,-7],[-6,-1],[-4,-13],[-8,2],[1,-31],[6,1],[0,-6],[8,3],[11,-8],[7,13],[3,-9],[-2,-14],[-7,-5],[24,-22],[6,-11],[2,-21],[11,-19],[-1,-4],[-15,-2],[7,-25],[-21,-45],[8,-8],[4,-21],[-4,-8],[-19,-10],[9,-24],[-9,-16],[5,-6],[-2,-9],[-9,8],[-6,-4],[3,-6]],[[2698,6349],[6,3],[-4,12],[3,18],[-11,13],[1,43],[-6,17],[9,19],[1,12],[4,1],[5,12],[-9,-4],[-8,-13],[-17,-8],[6,15],[0,12],[-22,28],[-2,30],[-16,41],[-7,8],[-3,12],[2,11],[-5,6],[1,11],[-3,14],[-10,22],[-25,30],[7,31],[-4,21],[2,1],[-63,63],[-5,-2],[-5,4],[-7,13],[22,12],[27,-2],[22,3],[7,16],[3,-4],[5,8],[8,2],[7,39],[13,30],[1,22],[9,39],[6,4],[20,42],[-5,11],[1,17],[-9,5],[-20,-2],[-12,7],[-1,7],[-11,10],[-8,22],[-21,12],[-13,0],[-7,13],[1,9],[-10,2],[6,10],[2,17],[-3,18],[23,23],[6,10],[0,10],[12,8],[15,28]],[[3787,8009],[-10,16],[6,5],[3,10],[7,38],[6,-9],[15,5],[3,21],[2,-5],[-3,-7],[3,-8],[16,-11],[7,-20],[5,-4],[20,5],[4,-9],[4,-1],[2,5],[17,12],[14,-2],[13,8],[2,6],[14,-1],[12,-7],[5,-9],[-5,16],[7,-2],[-1,3],[2,0],[15,-9],[7,1]],[[5712,7474],[4,-7],[13,3],[5,-8],[23,-14],[6,4],[6,-10],[20,-6],[5,-7],[6,-41],[5,-10],[21,-25],[5,-20],[-4,-21],[12,-19],[9,-24],[3,-35],[5,-7],[4,-22],[5,-4],[4,4],[9,21],[9,-5],[6,-19],[7,-6],[4,-42],[10,-23],[2,-16],[8,-3],[-6,-6],[-15,-1],[-3,7],[-17,0],[-20,12],[-4,-11],[1,-19],[-16,-22],[-22,-44],[10,-28],[7,-6],[0,-12],[-6,-22],[-13,-15],[-1,-10],[10,-14],[8,-1],[5,15],[-6,7],[1,13],[3,1],[11,-6],[13,-16],[-11,-17],[-12,2],[-6,-18],[5,-8],[3,-19],[12,-5],[7,-8],[2,1],[3,-5],[-7,-9],[1,-8],[7,-9],[0,-15],[-5,-16],[2,-6],[-6,-13],[5,-10],[-2,-50],[5,-9],[-11,-20],[3,0],[-5,-18],[10,-28],[7,-18],[26,-34],[1,-13],[5,-10],[6,-1],[14,-25],[7,-23],[10,3],[12,-6],[15,4],[7,13],[-6,28],[-5,3],[-13,29],[-2,11],[6,10],[1,12],[13,11],[8,-8],[22,4],[17,-7],[8,-8],[7,8],[14,-4]],[[5274,7488],[5,-1],[13,13],[16,0],[17,24],[2,12],[-11,28],[10,32],[-2,15],[11,21],[21,2],[8,9],[23,11],[5,10],[16,-10],[17,12],[10,0],[5,-5],[11,10],[11,1],[3,-7],[-1,-23],[12,-17],[7,-18],[7,0],[7,-19],[14,-10],[7,-14],[9,0],[0,-5],[11,-7],[2,-11],[7,-10],[4,-3],[9,5],[14,-18],[-4,-23],[5,-7],[0,-21],[4,-8],[18,-4],[23,7],[29,-16],[13,14],[10,24],[18,-3],[12,-14],[10,10]],[[1248,6527],[6,10],[8,9],[0,2],[0,7],[-2,4],[-3,1],[-3,-2],[-1,0],[-4,1],[-4,8],[-5,12],[-4,10],[-2,11],[-1,7],[1,2],[2,9],[1,1],[3,3],[11,-10],[7,-6],[10,8],[10,7],[2,0],[8,-6],[8,-8],[5,-1],[5,2],[0,4],[2,6],[2,3],[2,4],[4,3],[3,5],[1,12],[2,6],[4,6],[4,4],[6,7],[5,8],[1,7],[0,7],[0,1],[-1,7],[-1,7],[-1,7],[-1,3],[-2,2],[-14,11],[-5,7],[-8,11],[-6,9],[-9,2],[0,9],[2,16],[3,12],[9,4],[10,11],[4,16],[4,9],[3,10],[1,8],[1,8],[2,9],[1,7],[-1,3],[-1,4],[-2,8],[0,6],[1,14],[-1,11],[0,2],[1,2],[3,4],[10,1],[2,1],[4,9],[3,5],[4,4],[4,1],[4,5],[3,3],[2,3],[4,1],[7,0],[2,1],[7,5],[6,3],[9,4],[5,1],[2,1],[5,10],[2,6],[-1,8],[-1,14],[2,13],[3,2],[7,1],[-2,17],[-3,17],[-6,4],[-1,3],[-1,3],[-2,5],[1,15],[-1,3],[-1,1],[0,9],[1,12],[6,10],[2,1],[2,0],[4,0],[1,0],[27,1],[3,12],[7,8],[1,1],[1,1],[1,1],[2,10],[4,9],[4,3],[5,2],[6,1],[5,2],[5,11],[2,7],[0,2],[0,3],[-5,4],[-4,1],[-2,0],[-4,2],[1,5],[3,13],[5,16],[2,6],[-1,10],[2,9],[2,18],[-3,14],[0,11],[0,1],[-16,4],[-2,2],[-2,2],[0,2],[-1,3],[-5,15],[-1,1],[-2,5],[-2,6],[0,5],[0,2],[1,1],[1,1],[7,0],[1,0],[3,1],[4,4],[2,1],[4,1],[1,1],[5,0],[5,5],[3,7],[5,11],[5,6],[4,2],[3,3],[5,6],[-3,11],[7,7],[8,7],[-2,10],[-1,8],[4,8],[1,2],[4,9],[5,14],[22,11],[8,4],[11,5],[6,2],[3,0],[9,-3],[9,-3],[2,1],[1,2],[0,1],[-1,5],[-1,15],[0,9],[4,8],[4,6],[2,6],[0,6],[1,7],[2,16],[3,17],[2,10],[3,16],[2,3],[2,7],[6,9],[9,5],[11,5],[8,15],[6,2],[5,4],[2,20],[0,9],[0,11],[0,12],[-1,19],[-5,0],[-6,4],[-1,4],[2,13],[2,17],[1,3],[9,18],[5,20],[1,3],[6,11],[4,2],[3,1],[3,3],[5,8],[2,4],[-1,9],[-2,6],[-4,6],[-1,2],[-2,4],[0,2],[0,4],[4,3],[3,5],[4,11],[2,11],[3,11],[2,18],[1,3],[6,10],[4,6],[2,6],[3,8],[6,10],[3,7],[3,8],[2,6],[-1,2],[1,10],[2,8],[5,6],[5,8],[1,3],[2,10],[0,11],[1,4],[5,4],[2,0],[3,0],[3,-1],[2,0],[6,7],[2,3],[1,2],[0,2],[14,-2],[1,-4],[3,0],[5,3],[2,1],[1,1],[1,2],[4,0],[5,-1],[1,-2],[0,-4],[2,-2],[2,-1],[11,-1],[5,12],[3,10],[2,3],[3,4],[1,7],[2,9],[2,7],[7,24],[1,4],[0,6],[-6,13],[4,6],[2,5],[-4,15],[-2,4],[-1,17],[3,15],[-11,7],[-5,16],[-3,16],[-5,11],[-1,3],[-1,16],[1,4],[3,10],[0,2],[1,9],[2,16],[5,17],[5,16],[4,9],[4,8],[4,6],[2,2],[4,8],[4,9],[1,3],[1,2],[11,-15],[6,-8],[1,3],[9,17],[-10,11],[-7,8],[0,3],[3,5],[3,5],[2,2],[2,1],[10,11],[6,6],[6,-3],[6,-7],[3,1],[4,6],[1,3],[2,4],[1,2],[1,4],[0,1],[1,6],[1,3],[1,3],[1,1],[3,2],[4,1],[2,1],[1,1],[4,7],[1,3],[1,4],[4,11],[4,9],[1,6],[0,2],[-1,4],[2,2],[2,0],[7,0],[7,-7],[6,-2],[9,-2],[10,-3],[2,1],[2,1],[3,4],[5,11],[0,1]],[[2030,8568],[21,-2],[7,-6],[7,-22],[11,1],[6,-10],[7,-36],[8,5],[5,-8],[8,7],[5,-6],[-4,-7],[5,-13],[-7,-32],[32,-11],[4,12],[3,-38],[3,-7],[-10,-8],[7,-14],[-4,-6],[23,-12],[0,3],[17,-7],[15,-18],[0,-54],[4,-20],[-3,-2],[11,-46],[7,-10],[4,-4],[20,-1],[28,15],[1,-8],[13,4],[8,-18],[5,-4],[7,12],[15,4],[6,5],[15,-23],[9,2],[9,7],[13,-4],[-1,-13],[7,1],[3,12],[19,-10],[4,-25],[-3,-17],[22,4],[16,-20],[2,-18],[-9,-7],[5,-9],[3,1],[-2,-5],[5,-10],[7,-7],[-2,-10],[-4,2],[-1,-12],[3,4],[12,-2],[13,-23],[13,-9],[4,-18]],[[8307,6929],[1,-4],[1,-17],[0,-5],[-2,-6],[0,-3],[3,-6],[2,-2],[6,-4],[2,-7],[2,-9],[0,-3],[2,-4],[2,-5],[4,-4],[4,0],[9,-3],[1,-10],[4,-7],[4,-7],[4,-5],[3,1],[2,-2],[7,-8],[3,-12],[-7,2],[-7,0],[-1,-1],[1,-3],[1,-2],[2,-2],[4,-4],[3,-2],[5,-4],[4,-5],[3,-14],[-5,-9],[-4,-15],[1,-2],[4,-13],[1,-7],[2,-5],[2,-6],[1,-1],[2,-1],[3,2],[1,2],[2,1],[1,0],[1,-1],[1,-2],[1,-4],[0,-4],[0,-2],[-1,-1],[-2,0],[-2,0],[-2,-3],[-1,-2],[-1,-2],[0,-3],[0,-3],[1,-1],[8,-3],[7,-6],[6,-9],[1,-2],[1,-3],[1,-5],[0,-9],[2,-18],[2,-12],[2,-5],[6,-4],[2,-12],[0,-11],[0,-2],[2,-3],[2,-2],[2,0],[1,0],[1,1],[1,2],[0,3],[-1,3],[-1,4],[3,-2],[3,-5],[3,-14],[1,-3],[0,-3],[-1,-2],[-2,-3],[0,-10],[0,-17],[2,-5],[2,-4],[2,-5],[2,-14],[0,-4],[0,-1],[0,-2],[3,-17],[2,-3],[1,-5],[1,-5],[0,-3],[0,-2],[0,-13],[-2,-7],[-4,-4],[-1,-2],[-3,-14],[-2,-14],[-1,-5],[0,-8],[-3,-15],[-3,-3],[-5,1],[-4,0],[-2,-1],[0,-2],[0,-3],[3,-15],[3,-14],[5,-13],[1,-10],[-2,-2],[-4,2],[-1,0],[-2,-2],[-1,-4],[-3,-6],[-1,-5],[-3,-11],[0,-7],[2,-5],[5,-3],[6,-8],[0,-9],[-1,-4],[-1,-1],[-2,-4],[-2,-3],[-5,-14],[-3,-4],[-3,-2],[-3,-5],[-2,-4],[0,-3],[4,-8],[2,-1],[3,1],[5,-5],[5,-9],[2,-7],[-1,-9],[-2,-13],[2,-4],[4,-5],[5,0],[2,3],[1,2],[2,-1],[4,-5],[1,-4],[0,-14],[-1,-9],[13,-3],[0,-1],[1,-2],[-1,-2],[-1,-2],[-2,-3],[-2,-1],[-3,0],[-4,-4],[-6,-7],[-1,-1],[0,-2],[1,-4],[1,-4],[1,-1],[7,0],[9,-4],[1,-8],[1,-6],[0,-6],[-2,-19],[0,-2],[0,-3],[-1,-2],[-1,-2],[-4,-8],[-2,-3],[-2,-1],[-4,-2],[-2,1],[-4,0],[-6,-1],[-2,0],[-1,-2],[0,-7],[0,-6],[-2,-4],[-2,-9],[-1,-2],[-1,-2],[0,-4],[0,-2],[2,-1],[3,0],[5,4],[6,-2],[3,-6],[1,-2],[-1,-1],[-1,-2],[-5,-6],[-2,-1],[-3,0],[-4,1],[-7,6],[-3,-1],[-1,-6],[4,-8],[-4,-8],[-8,-11],[-6,-10],[-5,-9],[2,-6],[2,-6],[2,-3],[3,-5],[0,-2],[-1,-2],[-4,-3],[-3,-2],[-6,1],[-2,1],[-1,1],[0,1],[1,3],[-1,0],[-1,-2],[-1,-2],[1,-3],[1,-5],[2,-5],[2,-4],[-1,-1],[-3,0],[-4,2],[-3,2],[-1,1],[0,1],[3,1],[1,1],[0,1],[-2,1],[-3,-1],[-1,-1],[0,-2],[0,-1],[2,-3],[2,-5],[1,-5],[3,-4],[2,-2],[2,0],[1,1],[1,-9],[-8,-3],[-3,-14],[-1,-3],[5,-4],[6,-6],[5,-3],[4,-4],[1,-3],[1,-4],[0,-8],[-3,-9],[-6,-12],[-7,-4],[-7,-3],[-5,-2],[-1,-1],[0,-1],[0,-4],[1,-5],[3,-3],[0,-9],[-2,-10],[-1,0],[-7,11],[1,2],[2,2],[2,3],[0,2],[0,1],[-3,4],[-2,2],[-2,-1],[-1,-3],[-1,-6],[0,-8],[1,-13],[0,-2],[-2,-1],[-4,-1],[-1,0],[-1,1],[-4,9],[-4,8],[-1,3],[-2,2],[-1,0],[-2,-2],[0,-2],[2,-6],[2,-9],[0,-3],[0,-4],[0,-3],[-1,-1],[-6,-1],[-2,1],[-1,3],[2,5],[2,7],[0,1],[-2,1],[-3,0],[-3,-3],[-2,-4],[-1,-7],[0,-7],[0,-14],[-1,-11],[0,-2],[-2,-2],[-4,-1],[-2,-6],[2,-6],[1,-3],[1,0],[5,3],[3,0],[2,0],[1,-1],[4,-6],[1,-4],[0,-1],[-7,-6],[-3,-2],[-1,1],[-4,1],[-4,-4],[-2,-2],[-1,-3],[-3,-5],[-1,-2],[-4,-6],[-1,1],[-1,2],[-2,7],[-1,5],[0,1],[-2,0],[-2,-5],[-1,-3],[0,-3],[0,-5],[1,-5],[2,-7],[0,-3],[-1,-6],[-1,-4],[0,-14],[2,-13],[-1,-14],[-2,-4],[0,-2],[1,-3],[2,-3],[1,-1],[1,0],[2,2],[1,2],[1,4],[0,3],[-1,4],[0,3],[0,2],[1,2],[2,0],[1,0],[1,-1],[2,-1],[2,-4],[1,-2],[0,-7],[-2,-7],[-1,-4],[-3,-6],[-3,-3],[0,-3],[1,-5],[1,-1],[0,-1],[3,2],[5,3],[4,4],[3,1],[1,-1],[7,-7],[1,-2],[0,-6],[-1,-10],[-1,-1],[-1,-1],[-1,1],[-3,4],[-2,2],[-2,0],[-1,-1],[0,-3],[0,-3],[1,-2],[2,-2],[2,-1],[6,-1],[2,-1],[1,-1],[-1,-4],[-1,-2],[-1,-1],[-2,0],[-3,1],[-2,2],[-3,3],[-1,1],[-1,0],[-1,0],[-1,-2],[0,-2],[0,-2],[1,-3],[2,-2],[3,-2],[3,-2],[3,-5],[3,-11],[1,-1],[-9,-11],[-7,-8],[-2,0],[0,-1],[-1,-2],[-1,-4],[-1,-7],[0,-4],[1,-1],[1,-1],[2,-1],[1,-1],[1,-2],[0,-4],[-1,-3],[-2,-3],[-1,-2],[0,-4],[1,-4],[2,-8],[1,0],[0,-12],[-4,-12],[-3,-15],[-1,-7],[-1,-6]],[[7347,6781],[10,6],[14,-5],[5,16],[-10,29],[-2,-4],[-10,1],[0,7],[3,0],[-4,21],[4,8],[0,13],[3,-1],[-4,12],[13,7],[-6,23],[-15,18],[10,12],[-4,3],[7,4],[-9,11],[-2,-3],[-10,8],[2,11],[-9,6],[2,6],[-7,10],[0,10],[15,14]],[[7343,7024],[12,-13],[10,3],[3,-21],[21,9],[2,8],[3,-18],[20,7],[1,-4],[15,15],[10,-19],[14,3],[4,-12],[11,2],[0,7],[15,1],[3,16],[11,4],[2,9],[11,6],[3,-3],[9,21],[4,-7],[23,10],[2,-16],[-4,-2],[1,-6],[4,3],[1,-17],[5,2],[1,-5],[10,0],[8,-26],[23,6],[-1,5],[10,4],[5,-16],[8,4],[-5,3],[-1,6],[10,6],[4,-10],[15,7],[-3,12],[15,5],[16,-5],[18,15],[-12,20],[3,4],[0,25],[-4,21],[12,3],[3,-11],[13,7],[4,-14],[6,-12],[13,-53],[3,25],[19,-4],[-5,-3],[0,-18],[7,3],[-1,4],[10,3],[-3,8],[9,1],[-1,8],[5,-1],[-3,8],[9,0],[1,-7],[5,-1],[2,6],[9,4],[1,5],[13,1],[-2,10],[-6,7],[2,17],[-9,20],[-15,6],[2,31],[-11,16],[1,8],[2,-6],[7,5],[-11,16],[2,29],[14,45],[8,-6],[9,-26],[18,-1],[6,-7],[6,-14],[18,-25],[11,-39],[13,7],[5,-19],[5,2],[10,-26],[9,4],[4,-13],[3,2],[5,-31],[21,-45],[5,3],[0,-15],[11,8],[0,-5],[3,1],[4,10],[0,-18],[6,0],[-1,26],[-9,25],[2,19],[-6,19],[-2,20],[-7,19],[1,29],[11,3],[3,-6],[4,1],[3,-10],[-2,-6],[3,-17],[4,-7],[14,1],[1,14],[2,-1],[6,-22],[-1,-10],[-5,3],[-1,-4],[1,-22],[-3,-4],[3,-6],[-3,-16],[4,-11],[-3,-10],[3,0],[2,-13],[-2,-5],[-6,-1],[-6,-20],[4,-2],[-9,-9],[1,-7],[20,-12],[14,-3],[4,22],[13,4],[8,-9],[9,-1],[5,-10],[4,7],[2,-2],[-4,-17],[1,-23],[8,-21],[10,-13],[1,16],[-7,26],[4,1],[6,-15],[2,-18],[-3,-4],[6,-22],[-7,-6],[7,-14],[8,5],[7,-8],[8,12],[4,-2],[-4,18],[4,2],[-1,5],[9,2],[1,-8],[16,7],[-9,21],[6,4],[0,7],[-14,5],[6,9],[4,-3],[3,4],[-20,40],[8,7],[8,-3],[6,-21],[40,5],[11,-41],[19,2],[7,-12],[8,-1],[5,11],[24,18],[3,9],[6,-7],[6,-1],[7,11],[14,-15],[8,7],[12,-17],[3,3],[4,-8],[5,0]],[[6608,7862],[27,-43],[7,-2],[27,-35],[2,-21],[7,-14],[26,-33],[-9,-9],[17,2],[3,-6],[-1,-9],[8,-20],[-14,-23],[2,-10],[7,0],[-6,-10],[4,-7],[-10,-12],[3,-8],[12,-10],[-5,-13],[3,-11],[11,-7],[-7,-10],[-1,-38],[21,-37],[12,5],[39,38],[26,-44],[4,4],[15,-19],[17,20],[19,7],[37,-53],[2,8],[14,-22],[3,2],[9,-33],[-5,-2],[4,-20],[13,-10],[3,9],[-1,3],[47,32],[7,-13],[-14,-12],[5,-10],[13,9],[8,-27],[6,-11],[3,5],[6,-2],[21,14],[3,-3],[-2,6],[12,12],[5,-5],[13,10],[-1,32],[3,-2],[0,6],[11,0],[-1,33],[13,4],[4,-24],[2,3],[3,-9],[6,-29],[-3,-1],[8,-25],[6,0],[1,-7],[14,-6],[4,3],[-2,3],[7,3],[6,9],[-4,1],[3,16],[-11,2],[0,4],[9,9],[4,-3],[1,7],[6,3],[-1,5],[3,5],[7,-3],[9,27],[-1,20],[19,7],[9,-2],[12,10],[49,-17],[3,-5],[9,2],[19,-23],[10,-23],[3,-25],[-9,-21],[10,-22],[20,-5],[14,-23],[10,0],[12,-11],[-2,-31],[6,-10],[-12,-12],[-2,-19],[-4,-5],[-10,-4],[-10,9],[-3,9],[-7,-9],[-9,11],[-1,10],[-9,2],[-7,-7],[-1,-22],[-7,-6],[2,-3],[4,5],[-1,-6],[-9,-2],[-14,-19],[2,-3],[-3,-3],[-15,11],[-13,-27],[21,-17],[36,-44],[9,-26],[12,-15],[-1,-9],[5,-8],[3,3],[1,-4],[-10,-16],[10,-11]],[[5712,7474],[-2,9],[5,11],[2,15],[-2,25],[11,4],[0,16],[6,4],[19,27],[-8,25],[1,9],[7,10],[3,15],[21,9],[2,11],[-6,11],[-1,26],[2,7],[12,7],[0,29],[6,-2],[9,22],[7,-3],[4,9],[15,4],[7,10],[14,6],[27,47],[-8,17],[3,6],[-4,20],[-16,14],[-13,46],[-14,20],[9,8],[23,-4],[8,-8],[3,3],[5,-2],[9,-10],[18,1],[12,-16],[0,-7],[12,-14],[13,-2],[3,-12],[10,-9],[5,-28],[14,-19],[9,1],[16,-7],[8,20],[1,18],[16,8],[17,1],[5,3],[3,9],[8,4],[31,-11],[11,12],[7,1],[14,-21],[19,-11],[19,9],[21,19],[11,0],[5,10],[17,11],[13,-19],[7,7],[30,10],[14,23],[22,-18],[3,-11],[18,-5],[17,-22],[10,-3],[12,10],[4,-5],[12,9],[5,11],[-6,8],[85,59],[0,-6],[7,0],[10,15],[-7,4],[4,8],[5,2],[6,-8],[26,23],[32,-28],[9,-23],[8,-6],[31,-45],[1,-10],[19,-10],[8,-25]],[[3979,8056],[10,0],[6,26],[6,-1],[8,9],[10,0],[-1,7],[11,20],[6,27],[-4,14],[4,6],[9,-3],[-3,4],[5,3],[-3,4],[3,-1],[-1,4],[8,1],[1,10],[10,-2],[6,11],[1,15],[15,10],[-4,6],[4,6],[-7,7],[10,24],[-9,5],[12,11],[-8,20],[3,-2],[4,12],[-10,-1],[-2,8],[6,8],[-2,17],[3,1],[-3,1],[6,9],[1,-12],[5,0],[-2,-6],[11,-8],[5,8],[-2,5],[10,3],[0,17],[7,0],[7,6],[16,3],[8,-8],[9,6],[4,-4],[4,-13],[12,12],[24,-8],[4,4],[3,22],[7,14],[6,4],[10,-6],[2,13],[9,13],[1,31],[9,5],[6,20],[9,5],[3,18],[-4,11],[2,16],[21,-15],[4,-11],[10,2],[7,-5],[7,12],[12,8],[7,27],[9,10],[12,35],[5,-8],[16,-6],[8,-11],[9,1],[16,-14],[12,2],[7,8],[18,-16],[20,-3],[13,-11],[11,3],[7,-12],[34,-8],[4,-5],[2,-13],[9,-6],[4,0],[11,18],[26,-4],[27,15],[22,-18],[2,-11],[-3,-9],[8,-9],[5,8],[29,2],[25,30],[11,7],[10,-9],[5,3],[17,-4],[11,5],[5,-3],[18,11],[7,-5],[3,-11],[11,-7],[9,21],[6,36],[8,8],[19,-1],[14,-11],[4,7],[8,-1],[29,20],[18,-11],[40,-5],[7,2]],[[4971,8561],[33,-24],[-2,-4],[1,-7],[4,-7],[7,-3],[7,-15],[7,0],[1,-5],[4,3],[26,-17],[9,1],[4,-17],[1,-16],[10,-32],[16,-9],[14,-21],[-1,-27],[-22,-22],[-1,-10],[-11,-11],[0,-5],[-5,3],[-5,-4],[-7,0],[1,-23],[9,-7],[5,-10],[4,-17],[4,-3],[-1,-6],[15,8],[11,-11],[-14,-23],[-17,-3],[0,-7],[-10,-6],[-2,-12],[9,-10],[-1,-9],[-9,4],[-24,38],[-13,-5],[-3,-11],[-13,-18],[-18,8],[3,-12],[6,0],[5,-11],[6,2],[34,-43],[2,-6],[-1,-14],[6,-9],[13,-7],[11,4],[7,-20],[-6,-8],[-4,-28],[10,-25],[8,-2],[-5,-24],[4,-6],[-1,-12],[4,-13],[-1,-7],[-17,-5],[-3,-11],[-12,-2],[-21,-36],[8,-9],[3,1],[14,-28],[19,-20],[11,-5],[-5,-26],[-15,-23],[-18,-42],[15,-32],[-2,-29],[5,-5],[7,-40],[-11,-35],[9,-17],[-2,-13]],[[3418,9360],[18,-27],[22,-8],[13,-22],[9,-7],[6,8],[8,3],[8,-24],[0,-12],[9,-8],[0,-15],[8,-33],[3,-4],[22,0],[3,-11],[-2,-8],[15,-7],[9,-24],[3,-28],[-11,-20],[-12,-6],[-4,-9],[-4,-2],[-1,12],[-6,2],[-15,-15],[-5,-18],[-10,0],[1,-28],[-15,-18],[0,-23],[-24,-4],[-6,-15],[-15,1],[-10,-16],[-8,0],[-7,-10],[-19,-5],[-5,-5],[0,-9],[-8,-18],[-14,-11],[-7,12],[-6,0],[-9,7],[-4,-8],[-9,0],[-11,20],[-16,0],[-2,8],[-20,-1],[-19,-11],[-1,6],[-6,2],[-38,-7],[-4,8],[1,17],[-8,8],[-9,2],[-12,14],[-9,-7],[-1,5],[-10,2],[-2,-17],[-12,-5],[-25,-45],[11,-1],[-6,-4],[6,-20],[-2,-27],[-4,-6],[12,-16],[1,-18],[6,-1],[4,8],[4,1],[21,-12],[17,13],[5,-8],[-2,-12],[11,-13],[10,1],[14,-9],[14,14],[2,-18],[10,-2],[11,-13],[2,-30],[15,9],[7,-4],[3,-7],[-15,-18],[-2,-9],[2,-3],[-3,0],[-8,-12],[-5,18],[-6,-4],[3,-9],[-4,-12],[-2,3],[-6,-5],[-11,-19],[6,-19],[-9,-9],[-18,-3],[-7,-9],[-4,-14],[-17,6],[-3,-33],[-6,-7],[10,-24],[-2,-42],[-6,-9],[-15,8],[-8,-1],[-2,-18],[3,-24],[-3,-22],[-9,-1],[-10,5],[-6,-3],[-22,28],[-2,16],[-7,3],[0,6],[-18,12],[3,12],[-5,2],[-2,9],[-18,4],[-25,66],[-2,0],[-21,-21],[-6,-21],[-28,-41],[-2,-9],[-8,-3],[-15,-18],[-7,-25],[-6,-10],[0,-24],[-4,-11],[2,-23],[-10,-44],[5,-43],[-17,-5],[-15,5],[-5,11],[-12,-5],[-7,6],[-7,-22],[-14,8],[-11,-1],[-2,-17],[4,-9],[6,4],[4,-13],[-5,-4],[2,-3],[5,5],[8,0],[-3,-9],[2,-10],[-6,-3],[-3,5],[-1,-7],[-9,-6],[2,-18],[-3,-17],[17,-10],[13,-2],[5,-6],[13,7],[1,-8],[7,6],[7,-8],[4,-22],[5,-9],[13,-5],[0,4],[-10,6],[14,41],[10,1],[3,9],[6,-3],[5,8],[8,3],[9,-3],[9,-12],[11,10]],[[2030,8568],[2,14],[3,4],[1,1],[4,13],[2,10],[1,16],[2,8],[0,4],[2,5],[3,5],[4,38],[8,-1],[3,4],[5,7],[3,8],[2,12],[-1,9],[3,17],[-3,4],[4,12],[5,11],[7,3],[4,1],[8,0],[6,2],[5,4],[1,14],[1,11],[1,9],[0,6],[-3,2],[4,21],[2,8],[2,0],[20,-3],[3,4],[9,10],[9,8],[7,5],[4,2],[2,0],[1,8],[2,11],[0,7],[-2,13],[0,2],[-1,7],[-1,1],[8,2],[6,-3],[3,-4],[6,-7],[4,-8],[4,-8],[3,-3],[2,-1],[4,-3],[3,-1],[12,-4],[6,-1],[9,-2],[10,2],[2,2],[2,0],[3,0],[6,-2],[4,-4],[3,-5],[13,-2],[7,-1],[0,7],[0,2],[-3,6],[-2,4],[2,10],[5,16],[3,15],[1,6],[3,28],[2,15],[5,16],[3,8],[20,5],[8,7],[7,5],[8,-11],[9,-9],[5,-4],[15,-14],[8,-8],[4,-3],[13,-13],[9,-18],[1,-2],[9,0],[5,0],[12,-1],[3,0],[7,0],[22,0],[8,-1],[2,6],[2,6],[2,0],[13,1],[11,4],[12,1],[9,4],[4,3],[3,7],[8,3],[6,-1],[5,9],[1,2],[2,4],[1,7],[4,11],[3,12],[7,14],[1,11],[3,7],[3,5],[2,7],[1,12],[5,5],[4,3],[4,0],[4,-1],[2,-1],[7,-3],[12,-3],[5,-1],[4,3],[3,2],[3,5],[3,4],[8,4],[4,0],[1,2],[1,12],[0,7],[-3,14],[-1,4],[-4,7],[-4,1],[-2,2],[-2,4],[7,25],[-9,12],[-2,4],[-1,9],[0,3],[1,4],[2,3],[7,-2],[4,-2],[9,-1],[12,-1],[5,1],[1,2],[4,4],[2,2],[4,3],[4,3],[10,10],[6,7],[1,1],[7,4],[1,-2],[8,-2],[5,2],[3,2],[2,3],[1,2],[1,1],[5,12],[5,7],[2,3],[3,6],[0,1],[2,7],[2,5],[3,11],[5,10],[5,6],[2,5],[2,6],[1,3],[0,3],[4,3],[1,0],[3,-1],[0,-2],[2,3],[0,2],[1,0],[4,1],[0,1],[5,6],[5,6],[5,-3],[6,-2],[9,2],[1,1],[2,2],[8,7],[2,4],[3,7],[-2,10],[-1,12],[-2,17],[0,5],[0,2],[-2,11],[-2,7],[-1,1],[-2,0],[-6,2],[-4,4],[-1,4],[-1,4],[-1,4],[1,15],[1,2],[4,8],[5,-1],[11,-3],[3,-1],[7,-8],[9,-10],[3,5],[0,1],[0,1],[9,-2],[7,-3],[9,-11],[11,-10],[10,-8],[11,-10],[7,1],[1,2],[3,7],[3,5],[2,5],[27,6],[9,10],[10,2],[3,-2],[3,-3],[3,-4],[1,0],[6,1],[1,1],[1,4],[3,14],[-3,5],[-2,2],[0,5],[2,3],[4,4],[2,2],[1,2],[3,5],[6,12],[2,7],[0,5],[-5,5],[-3,1],[-1,2],[-2,3],[-1,2],[10,12],[3,4],[2,5],[-3,11],[-3,10],[0,5],[1,2],[3,3],[3,2],[5,16],[5,3],[1,8],[-10,10],[1,1],[4,6],[4,3],[5,3],[10,8],[4,3],[3,1],[4,4],[4,25],[3,4],[4,3],[9,1],[3,9],[6,1],[3,0],[4,-6],[3,-8],[4,-13],[1,-1],[0,-10],[1,-10],[3,0],[11,-2],[9,-3],[11,-3],[7,-2],[5,-1],[5,2],[7,-1],[1,-1],[1,-1],[1,2],[1,2],[3,9],[1,5],[6,1],[7,0],[1,0],[3,-1],[0,-5],[1,-14],[0,-10],[1,-4],[2,-2],[4,-2],[10,-10],[6,-9],[-2,-4],[-1,-2],[-2,-2],[-2,-6],[-5,-14],[-2,-2],[-1,-1],[1,-5],[4,-8],[2,-4],[7,-13],[7,-3],[9,-4],[4,1],[2,1],[1,1],[6,-2],[11,-9],[4,-2],[3,-5],[1,-3],[-5,-10],[-2,-8],[0,-4],[2,-3],[1,-3],[8,-7],[2,0],[3,1],[2,2],[5,-2],[4,-3],[6,-6],[4,-4],[7,-4],[7,-12],[9,-2],[7,-3],[6,-4],[3,-5],[2,-4],[1,-7],[3,-4],[3,-2],[6,-5],[8,-1],[4,2],[8,4],[1,-2],[3,-9],[7,-8],[5,-7],[9,-8],[12,-1],[12,-2],[1,-1],[6,-3],[2,-2],[3,-5],[2,-1]],[[4957,8846],[0,-25],[7,-11],[-2,-15],[9,0],[19,-17],[31,-45],[10,-5],[5,-17],[17,-5],[5,-10],[9,-1],[5,-25],[-5,-15],[-20,-5],[-7,-9],[-15,0],[-12,-15],[-6,-1],[-4,-13],[-7,0],[-10,-14],[-10,5],[-7,-2],[-2,-6],[4,-34]],[[3418,9360],[9,2],[2,3],[2,3],[-1,2],[-1,2],[0,2],[0,3],[1,4],[1,6],[2,3],[8,15],[5,9],[2,10],[3,13],[2,12],[2,15],[1,8],[1,-1],[2,-1],[2,-2],[1,-2],[2,-4],[5,-12],[1,-2],[2,-1],[3,1],[2,0],[1,0],[2,-1],[4,-1],[1,-1],[4,-3],[5,-5],[2,-1],[2,-1],[2,0],[2,1],[8,4],[10,2],[10,2],[12,2],[7,-3],[12,-6],[1,0],[3,0],[1,0],[2,-2],[3,-1],[3,-3],[2,-2],[1,-3],[0,-2],[1,-5],[7,-12],[12,-8],[9,-3],[7,4],[9,1],[1,0],[2,1],[1,1],[12,8],[11,5],[8,0],[12,0],[9,1],[9,4],[8,-4],[12,-1],[7,1],[9,-7],[7,-7],[7,-4],[9,-1],[9,-3],[1,-1],[4,-2],[1,-2],[3,-3],[2,-3],[1,-12],[5,-5],[2,-2],[5,-6],[0,-1],[-1,-6],[0,-2],[-1,-2],[1,-4],[3,-8],[1,-3],[1,-2],[3,-4],[1,-2],[1,-1],[0,-2],[1,-1],[0,-3],[0,-2],[-1,-3],[0,-3],[0,-2],[1,-3],[1,-1],[1,-3],[6,-5],[11,-12],[2,-1],[1,-1],[2,0],[1,1],[1,1],[6,8],[2,5],[1,2],[9,9],[13,2],[1,1],[6,2],[7,1],[5,-1],[13,3],[10,0],[2,0],[3,2],[4,10],[2,3],[1,5],[0,3],[0,3],[0,3],[0,1],[1,2],[1,1],[2,3],[3,1],[1,0],[1,1],[14,1],[5,0],[6,-3],[3,-5],[4,-1],[3,0],[4,3],[4,2],[5,2],[5,1],[5,1],[10,-11],[1,-1],[4,-6],[1,-4],[2,-5],[3,-7],[0,-1],[2,0],[2,0],[7,5],[2,1],[4,2],[6,1],[6,0],[3,0],[2,-2],[2,-1],[1,-3],[2,-4],[2,-3],[1,-1],[3,-2],[4,-2],[2,-2],[3,-2],[2,-2],[5,-5],[8,-7],[3,-12],[4,-13],[4,-11],[3,-8],[0,-2],[1,-1],[2,0],[1,0],[5,0],[3,1],[5,0],[4,1],[4,-3],[5,-5],[1,0],[2,0],[2,1],[2,1],[2,3],[5,2],[5,3],[8,2],[12,-1],[13,-4],[10,0],[10,-12],[3,-2],[3,-5],[6,-8],[0,-3],[0,-5],[1,-3],[3,-2],[4,0],[6,2],[10,5],[6,4],[2,2],[1,1],[2,2],[2,3],[3,2],[6,2],[3,0],[1,0],[2,-1],[5,-1],[5,-1],[3,0],[1,0],[0,1],[2,2],[6,5],[5,3],[10,8],[5,6],[5,6],[5,6],[9,1],[3,-2],[8,-11],[10,-6],[6,1],[2,2],[3,2],[6,6],[13,8],[9,6],[0,1],[0,7],[-1,4],[0,4],[1,4],[1,4],[5,9],[4,10],[1,4],[1,9],[1,4],[3,3],[1,0],[9,6],[9,3],[10,9],[5,8],[4,3],[4,3],[11,-14],[4,-3],[11,-1],[12,2],[3,-2],[6,-6],[5,-5],[10,-4],[5,-3],[3,-4],[11,-1],[1,1],[2,6],[2,3],[6,6],[6,5],[9,1],[13,-4],[3,3],[4,5],[4,6],[3,4],[2,0],[11,-2],[9,-6],[1,-8],[9,-9],[3,-5],[3,-9],[3,-3],[4,-1],[6,7],[13,0],[5,-8],[5,-18],[0,-13],[3,-16],[0,-1],[-1,-2],[6,-4],[7,-4],[5,-4],[2,-12],[2,-5],[3,-5],[4,-3],[7,-13],[5,-11],[0,-6],[-3,-8],[-1,-4],[-1,-15],[-1,-17],[2,-7],[6,-15],[2,-1],[3,-3],[2,-4],[2,-2],[0,-2],[0,-2],[5,-3],[3,-1],[6,-1],[1,0],[5,-4],[2,-7],[0,-13],[1,-6],[11,0],[8,0],[8,5],[4,3],[5,-6],[7,-13],[7,-11],[5,12],[1,3],[7,5],[11,-4],[4,-13],[3,-12],[2,-5],[6,3],[5,1],[3,-1],[4,-4],[4,-1],[13,-2],[6,-1],[5,-1],[1,-6],[-5,-13],[-2,-12],[8,-13],[4,-6],[4,-8],[0,-4],[1,-12],[-2,-9],[0,-5],[16,-11],[4,-8],[0,-11],[14,-15],[3,-4],[8,-9],[1,-12],[2,-18],[2,-6],[3,-5],[-1,-7],[-2,-13],[19,1],[3,0],[19,4],[1,0],[20,4],[6,1]],[[6608,7862],[40,62],[3,2],[15,-20],[1,9],[6,1],[5,20],[-10,12],[-1,7],[-12,-13],[-2,2],[-1,7],[3,3],[-2,7],[-10,-5],[-21,53],[-11,-11],[-9,33],[-6,-1],[1,13],[5,2],[-4,11],[11,2],[-4,6],[-3,13],[5,1],[-2,10],[-11,16],[-2,17],[37,27],[-1,-12],[6,-20],[40,-1],[0,-28],[31,-20],[13,-26],[58,11],[5,-3],[10,6],[3,8],[-4,6],[-8,-8],[-10,7],[2,6],[13,4],[2,8],[-3,6],[-8,4],[1,10],[-13,17],[-8,-6],[1,12],[-7,6],[26,16],[12,12],[-1,3],[2,-2],[8,4],[2,-22],[6,-7],[4,16],[4,2],[1,13],[-4,11],[-9,12],[-6,24],[-3,7],[-4,-1],[2,46],[6,4],[8,-7],[0,12],[6,14]],[[6812,8292],[27,3],[-12,28],[-19,14],[8,14],[-6,22],[11,1],[8,12],[14,-8],[7,-11],[15,-8],[24,2],[15,-8],[32,17],[11,-15],[8,1],[2,-9],[10,-4],[20,2],[14,-10],[43,5],[10,-4],[17,11],[24,-8],[9,6],[7,-12],[7,4],[19,-37],[-3,13],[2,8],[5,-11],[-2,-4],[7,-19],[-4,-2],[-3,9],[2,-7],[-7,-6],[4,-9],[4,5],[10,-7],[21,-50],[8,29],[0,31],[16,-9],[8,7],[10,-2],[0,47],[-2,13],[-4,1],[-4,43],[20,64],[6,0],[3,12],[20,-9],[1,6],[26,-10],[6,-27],[10,13],[10,-25],[12,-4],[-1,-10],[8,-2],[1,9],[17,-3],[14,4],[5,-5],[2,-12],[6,4],[-5,16],[14,9],[5,-10],[18,15],[-14,30],[4,5],[-2,4],[2,8],[4,4],[-8,8],[7,5],[-5,1],[0,7],[4,5],[4,-5],[4,5],[-3,7],[7,7],[19,-6],[7,12],[7,-15],[12,11],[-5,8],[16,2],[3,-6],[3,2],[7,-6],[56,27],[10,10]],[[7542,8545],[4,-3],[6,-6],[1,-1],[2,-3],[3,-1],[7,0],[8,2],[6,0],[1,-1],[2,-3],[0,-4],[-2,-2],[-5,-7],[-5,-7],[-1,-3],[1,-11],[1,-3],[2,-3],[6,-17],[4,-20],[1,-4],[4,-5],[9,-11],[2,0],[2,-1],[5,0],[3,2],[3,-2],[0,-3],[-1,-2],[-2,-2],[-9,-3],[-2,-2],[0,-1],[1,-1],[6,-9],[3,-4],[3,-4],[0,-7],[-1,-3],[-1,-17],[0,-4],[2,-5],[4,-5],[5,-4],[2,-2],[2,-4],[-1,-4],[0,-2],[0,-3],[1,-4],[6,-13],[2,-3],[3,2],[6,3],[5,2],[2,1],[3,0],[1,-1],[1,-3],[-1,-2],[-1,-1],[-3,-3],[0,-3],[2,-4],[2,-2],[2,-1],[7,-2],[3,0],[2,4],[1,3],[1,11],[3,8],[2,2],[2,-1],[1,-3],[0,-2],[-1,-2],[-3,-4],[-1,-7],[-1,-9],[1,-6],[1,-2],[1,-2],[2,1],[2,3],[14,23],[5,2],[4,-1],[0,-7],[2,-9],[2,-7],[3,-4],[3,-4],[4,-6],[4,-7],[1,-3],[2,-4],[3,-1],[3,1],[3,4],[5,-5],[1,-10],[-2,-7],[-2,-11],[-2,-2],[-2,-1],[-7,-15],[-7,-14],[-1,-3],[1,-8],[1,-4],[1,-3],[1,-2],[5,-4],[6,1],[4,-3],[3,-9],[1,-6],[0,-1],[-1,-6],[0,-3],[2,-5],[2,-2],[3,1],[1,2],[0,2],[2,0],[1,-3],[0,-5],[-1,-12],[-1,-3],[0,-2],[-2,-1],[-3,2],[-2,0],[-3,-4],[-3,-5],[-1,-4],[0,-1],[0,-16],[0,-12],[0,-11],[0,-3],[3,-2],[2,1],[1,1],[1,1],[3,4],[1,3],[1,4],[1,1],[2,0],[1,-2],[0,-4],[0,-2],[-2,-4],[-7,-4],[-2,-2],[0,-3],[1,-3],[2,-1],[8,0],[2,0],[10,6],[2,-1],[2,-8],[0,-5],[0,-7],[-1,-11],[-1,-3],[-2,-9],[-1,-4],[2,-3],[2,-1],[5,0],[1,0],[3,-1],[8,-7],[1,-2],[0,-4],[-1,-3],[-9,-11],[-6,-2],[-5,0],[-5,1],[-7,-2],[-3,-3],[0,-2],[0,-3],[1,-2],[3,0],[5,2],[3,0],[3,-1],[0,-1],[1,-2],[0,-3],[0,-2],[-3,-2],[-1,-2],[0,-2],[2,-3],[1,-2],[2,-2],[2,-1],[2,1],[1,2],[0,3],[-1,1],[-2,4],[0,3],[5,11],[2,1],[3,-1],[2,-3],[1,-3],[0,-4],[-1,-2],[-1,-3],[-4,-6],[-1,-2],[1,-2],[3,0],[2,1],[3,2],[4,3],[2,5],[1,5],[1,3],[2,0],[3,-9],[1,-4],[1,-8],[2,-8],[1,-3],[1,-3],[2,-12],[0,-2],[2,-2],[9,-3],[3,4],[0,7],[1,3],[3,1],[4,0],[8,-3],[3,-2],[4,-6],[2,-6],[3,-2],[3,2],[1,4],[0,4],[0,4],[1,2],[3,-5],[0,-14],[2,-19],[2,-7],[2,-2],[1,0],[1,2],[1,3],[-1,5],[2,4],[1,2],[5,-1],[2,-1],[2,-1],[5,1],[0,6],[-1,8],[0,3],[3,3],[4,-1],[5,-4],[11,-7],[1,1],[1,1],[2,-1],[4,-6],[4,-10],[1,-1],[1,-5],[1,-6],[2,-6],[4,-4],[1,0],[1,0],[1,-1],[1,-3],[-1,-10],[-3,-8],[0,-5],[1,-3],[3,-3],[9,-5],[2,-4],[0,-3],[-2,-2],[-4,0],[-1,0],[-1,1],[-1,2],[-3,2],[-3,-1],[-3,-2],[1,-5],[0,-3],[2,-3],[1,-1],[1,0],[0,1],[0,2],[1,2],[0,1],[3,2],[2,-1],[3,-2],[2,-4],[0,-6],[-1,-5],[-3,-1],[-1,1],[-2,2],[-3,0],[-2,-3],[0,-3],[0,-4],[1,-3],[2,-4],[3,-3],[2,-5],[1,-7],[0,-2],[1,-2],[2,-2],[4,1],[6,2],[3,2],[4,-1],[2,-2],[1,-4],[-3,-7],[4,-6],[4,-4],[3,-1],[3,-4],[0,-2],[0,-3],[0,-4],[-7,-11],[-2,-5],[-1,-5],[1,-2],[2,0],[1,1],[2,3],[5,5],[2,0],[1,-1],[0,-4],[-2,-4],[-1,-8],[0,-2],[-1,-8],[0,-10],[2,-4],[5,-3],[3,1],[3,2],[3,-2],[0,-6],[-2,-8],[-1,-1],[0,-4],[-1,-1],[-1,-13],[0,-5],[1,-2],[6,-6],[3,-1],[3,-4],[0,-6],[-4,-6],[-2,-2],[-1,-2],[-1,-1],[0,-6],[-4,-1],[-4,1],[-4,1],[-2,-1],[-3,-5],[-1,-4],[1,-4],[2,-1],[2,0],[3,4],[2,2],[2,-1],[5,-10],[0,-5],[-1,-2],[-2,0],[-5,3],[-5,2],[-3,2],[-3,0],[-2,-2],[1,-3],[1,-3],[3,-1],[2,0],[6,-1],[7,-4],[5,-1],[5,0],[5,1],[3,0],[8,-7],[7,-4],[3,0],[3,0],[4,3],[1,2],[2,0],[5,-6],[3,-6],[2,-5],[-2,-6],[-2,-3],[-2,-2],[-1,0],[-10,8],[-9,-5],[-2,-2],[0,-2],[1,-2],[2,-5],[3,-5],[4,-3],[10,-2],[8,-2],[3,-6],[-1,-4],[1,-3],[2,-4],[3,-4],[3,0],[1,1],[1,1],[0,1],[3,7],[7,0],[2,-1],[0,-2],[-1,-2],[-1,-1],[0,-5],[3,-2],[3,-3],[3,-3],[-3,-13],[0,-2],[1,-3],[3,-2],[2,0],[2,2],[2,0],[1,-1],[4,-9],[2,-6],[1,-10],[2,-6],[4,-3],[10,-6],[8,-8],[10,-10],[5,0],[11,-3],[10,-6],[6,-4],[1,-2],[0,-4],[-1,-1],[-3,-1],[-3,2],[-1,0],[-1,0],[-3,-2],[-4,-3],[-1,-3],[0,-2],[4,-4],[3,-3],[2,0],[8,0],[11,-4],[3,-5],[3,-5],[1,-4],[2,-4],[4,-4],[3,-1],[2,1],[0,3],[1,3],[2,2],[3,-2],[2,-2],[1,-3],[0,-2],[0,-3],[1,-4],[1,-4],[7,-4],[3,-1],[9,-7],[5,-1],[2,1],[2,2],[0,2],[-1,3],[1,2],[1,3],[3,3],[7,0],[2,-2],[2,-3],[4,-6],[4,-1],[1,0],[2,-1],[3,-9],[2,-12],[0,-2],[-1,-1],[-2,1],[-2,6],[-4,5],[-4,1],[-3,-2],[-2,-3],[-3,-6],[-1,-3],[0,-2],[0,-2],[2,-2],[4,-4],[4,-5],[4,-6],[2,-1],[2,-2],[3,-1],[0,1],[1,0],[6,-6],[6,-5],[5,-5],[6,-5],[7,-6],[5,-10],[9,-10],[1,-2],[0,-3],[0,-1],[-2,-3],[-1,-2],[-8,-13],[-7,-9],[-1,-2],[0,-3],[2,-4],[1,-3],[2,-3],[6,-7],[9,-9],[1,-2],[1,-3],[-3,-15],[-1,-2],[-6,-3],[-4,-1],[-1,2],[-1,0],[-1,0],[-2,-2],[1,-3],[1,-3],[1,-2],[4,-1],[12,-1],[4,-1],[3,-3],[1,-3],[0,-3],[-2,-1],[-2,-1],[-1,1],[0,3],[-1,2],[-1,0],[-3,-1],[-1,-2],[0,-1],[1,-2],[8,-6],[6,-3],[1,-1],[2,-2],[-1,-3],[-3,-9],[-4,-8],[-4,-3],[-7,-11],[-8,3],[-1,0],[-4,-10],[1,-4],[3,-6],[5,-7],[0,-1],[12,-1],[7,3],[2,0],[2,-5],[1,-5],[-1,-8],[1,-14],[1,-10],[-11,-5],[-3,-6],[-1,-3],[7,-9],[9,-12],[4,-6],[3,-5],[2,-4],[-2,-7],[-3,0],[-1,0],[-2,-2],[-2,-3],[-3,-13],[2,-6]],[[6175,9383],[22,-14],[-2,-5],[4,1],[-4,-11],[-3,2],[-5,-7],[9,-10],[8,-2],[5,-8],[-8,-17],[6,-7],[-5,-13],[2,-8],[14,-8],[6,5],[3,-15],[16,9],[3,-16],[4,-4],[8,5],[7,-3],[-1,-20],[9,-5],[-9,-18],[1,-15],[11,-3],[5,-16],[8,6],[-5,4],[2,4],[10,-4],[2,12],[10,0],[1,10],[4,2],[10,-11],[3,-8],[7,-2],[2,-11],[10,1],[4,-13],[10,-9],[-1,-9],[-5,-5],[-3,4],[0,-5],[6,-2],[1,-7],[5,-2],[6,-14],[10,16],[4,-6],[0,-13],[5,-3],[4,3],[9,-14],[-2,-5],[-7,-2],[4,-10],[-6,-2],[0,-10],[5,-7],[1,9],[6,1],[-2,-17],[15,5],[-1,-9],[-8,-1],[2,-15],[6,-1],[-6,-5],[0,-5],[7,-7],[-1,-7],[9,-6],[0,-12],[7,0],[3,-12],[6,1],[2,-7],[5,-1],[-1,-13],[8,3],[0,-12],[5,-1],[5,-13],[2,6],[4,-7],[32,22],[-2,-8],[4,-3],[-3,-2],[0,-14],[-3,-2],[4,-6],[-4,-3],[4,-27],[-8,-4],[-8,-15],[5,-6],[-4,-8],[9,-12],[-3,18],[9,1],[15,14],[8,-16],[13,5],[-8,-36],[14,16],[23,-38],[-9,-5],[5,-15],[46,-93],[-11,-11],[9,2],[-2,-10],[7,-6],[10,0],[-2,-9],[20,2],[8,-10],[1,-7],[-8,-6],[-1,-7],[7,-7],[-6,-6],[-1,-20],[11,-3],[0,-13],[6,-6],[-7,-7],[2,-12],[-11,-4],[3,-7],[4,3],[0,-7],[4,-5],[0,-9],[-6,-10],[17,-7],[-2,-8],[9,-23],[-2,-18],[6,-3],[0,-14],[15,-20],[-3,-3],[3,-4],[-5,-1],[27,-6],[1,-26],[-41,-14],[-12,-9],[-2,7],[-2,-3],[2,-7],[-2,-9],[7,0],[4,-19],[10,8],[10,-3],[1,-12],[9,-3],[-2,-28],[4,-17],[-5,-15],[10,0],[3,-7],[33,20],[75,6]],[[4957,8846],[1,0],[26,1],[10,0],[1,0],[3,-1],[3,-2],[4,-6],[2,-1],[1,0],[6,6],[0,1],[0,2],[1,2],[1,1],[4,8],[4,-1],[13,-6],[11,-8],[4,-3],[1,-1],[2,0],[1,1],[0,2],[0,2],[2,8],[3,8],[3,6],[3,7],[3,9],[4,-4],[5,-6],[1,-1],[1,1],[10,8],[3,2],[12,7],[4,2],[12,7],[9,3],[4,1],[1,5],[-1,9],[0,7],[0,7],[2,2],[4,6],[6,10],[7,14],[4,4],[7,7],[10,3],[7,1],[3,1],[1,1],[2,1],[2,3],[3,9],[0,18],[-2,3],[0,1],[-2,5],[3,3],[6,5],[1,2],[1,1],[2,5],[1,4],[1,6],[0,2],[2,7],[3,7],[5,5],[4,5],[8,13],[-1,11],[0,6],[1,4],[1,4],[4,6],[14,9],[2,2],[1,24],[2,10],[-1,5],[-1,4],[2,8],[1,4],[4,18],[1,1],[4,3],[9,1],[11,-1],[5,-2],[3,-2],[2,-1],[5,0],[3,0],[17,19],[12,12],[5,6],[4,4],[2,3],[3,4],[10,-1],[9,-1],[8,1],[3,0],[6,2],[3,2],[3,1],[1,0],[7,1],[12,3],[10,2],[9,3],[52,11],[8,2],[13,3],[23,5],[17,4],[6,1],[2,0],[15,3],[4,0],[8,1],[7,1],[5,1],[3,0],[29,4],[13,1],[2,0],[10,2],[19,12],[10,6],[4,3],[2,1],[8,0],[10,1],[7,-1],[4,0],[2,0],[1,0],[7,0],[3,-1],[2,-2],[2,-1],[8,-3],[13,-1],[6,0],[4,1],[1,-1],[5,-3],[5,-4],[3,-1],[6,-1],[1,0],[4,4],[4,2],[5,2],[10,-7],[2,0],[13,-2],[22,-2],[8,4],[14,8],[15,12],[10,7],[7,21],[13,7],[13,4],[12,3],[3,-2],[10,-7],[7,-6],[5,-2],[7,-2],[9,4],[8,3],[2,10],[4,12],[1,5],[10,0],[7,-1],[10,-2],[5,-6],[8,-5],[12,5],[12,5],[33,9],[23,7],[35,11],[12,-5],[28,-15]],[[6175,9383],[2,-1],[17,8],[7,8],[9,2],[13,-1],[18,5],[9,5],[1,0],[15,9],[3,1],[7,15],[5,12],[4,17],[1,5],[5,23],[2,22],[1,18],[1,7],[1,3],[1,1],[4,4],[3,2],[3,3],[4,5],[5,5],[7,6],[10,10],[9,8],[11,9],[6,11],[3,9],[2,20],[5,12],[2,13],[1,14],[2,11],[5,14],[2,5],[5,14],[4,7],[6,11],[2,4],[7,10],[2,1],[10,8],[5,9],[2,5],[1,5],[-1,11],[-7,20],[2,8],[4,5],[3,3],[13,-1],[12,4],[1,1],[1,1],[5,7],[2,2],[2,3],[0,1],[1,2],[0,1],[-1,1],[0,1],[1,3],[1,3],[2,1],[1,2],[2,1],[1,0],[7,-6],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[-2,-1],[-2,-1],[-2,-1],[-1,-1],[0,-2],[0,-2],[1,-1],[0,-1],[1,0],[1,-1],[1,0],[5,-2],[1,0],[1,1],[13,3],[1,1],[2,1],[2,2],[8,10],[2,2],[1,1],[7,10],[8,-8],[3,-9],[3,0],[2,2],[2,3],[0,1],[-1,3],[-1,2],[0,1],[-1,0],[-4,4],[2,8],[1,0],[3,0],[3,0],[4,-1],[1,0],[4,1],[5,3],[2,1],[1,1],[1,1],[1,2],[1,2],[0,1],[-1,2],[0,1],[1,6],[5,4],[5,5],[5,0],[1,-3],[2,-1],[2,-1],[1,-1],[2,0],[1,0],[1,1],[1,0],[4,4],[1,1],[3,1],[2,0],[8,-3],[3,-2],[3,-3],[11,-7],[14,3],[14,4],[3,6],[2,7],[2,5],[5,2],[7,-5],[7,-5],[2,0],[1,0],[0,1],[1,6],[0,3],[-2,7],[-1,3],[0,10],[1,11],[0,1],[1,1],[0,1],[3,4],[12,11],[1,0],[1,-1],[1,-1],[2,-4],[2,-5],[0,-1],[1,-1],[3,-4],[1,-1],[2,0],[2,0],[7,4],[10,9],[8,6],[1,0],[1,-1],[2,1],[1,2],[1,6],[0,1],[0,3],[0,2],[-1,2],[0,1],[0,2],[0,4],[0,3],[1,1],[1,2],[2,2],[2,0],[2,-1],[3,-3],[2,-3],[1,-4],[1,-2],[0,-4],[0,-2],[1,-2],[1,0],[3,2],[2,1],[2,3],[2,3],[2,5],[1,7],[1,3],[1,0],[1,1],[1,-1],[2,-1],[1,-2],[2,-3],[0,-3],[0,-3],[-3,-9],[-1,-4],[0,-4],[1,-3],[1,-2],[2,-2],[2,0],[14,4],[2,1],[6,8],[2,2],[1,3],[1,4],[2,8],[1,4],[1,3],[1,2],[1,1],[2,0],[2,-1],[2,-1],[0,-3],[3,-13],[1,-6],[2,-3],[8,-11],[3,-2],[3,-2],[3,0],[2,1],[2,2],[2,5],[0,2],[0,2],[-5,6],[-1,2],[0,2],[1,3],[1,2],[1,0],[1,1],[3,-1],[9,-5],[1,-2],[1,-2],[-1,-3],[-1,-3],[-1,-2],[-2,-1],[-4,-4],[-1,-1],[-1,-1],[1,-1],[0,-1],[1,-1],[2,-1],[3,-1],[2,1],[2,1],[6,4],[4,2],[2,1],[12,-1],[3,0],[5,-2],[3,-3],[6,-1],[4,1],[3,4],[0,1],[4,4],[12,8],[2,2],[2,0],[2,0],[2,-2],[3,-7],[2,-6],[3,-4],[3,-1],[2,-1],[3,-1],[1,-2],[1,-4],[1,-5],[1,-9],[-1,-5],[1,-5],[1,-5],[1,-2],[1,-1],[2,-1],[2,0],[6,5],[2,3],[1,3],[2,3],[2,2],[2,1],[3,-1],[2,-2],[2,-4],[1,-6],[1,-11],[2,-9],[1,-2],[1,-2],[3,-5],[4,-4],[9,-12],[2,-4],[5,-7],[2,-2],[4,-1],[5,0],[4,1],[2,2],[4,0],[2,0],[3,-1],[0,-2],[0,-4],[-1,-4],[-2,-3],[-1,-1],[-2,-2],[-1,0],[-6,0],[-2,-1],[-1,-1],[-1,-3],[0,-3],[1,-4],[4,-10],[3,-4],[4,-4],[2,0],[4,-1],[5,1],[2,1],[3,1],[1,1],[1,2],[0,3],[-1,5],[-4,11],[-2,6],[-1,3],[0,3],[0,2],[1,1],[2,2],[2,0],[12,1],[3,-1],[5,-1],[2,-2],[3,-3],[4,-5],[1,-4],[4,-10],[-1,-5],[0,-4],[-1,-3],[-2,-5],[-3,-4],[-3,-4],[-3,-4],[-4,-5],[-2,-3],[0,-3],[0,-3],[1,-4],[1,-3],[3,-3],[2,-2],[4,-3],[4,-1],[5,1],[4,0],[10,2],[6,0],[3,-1],[3,-1],[4,-3],[4,-3],[2,-2],[3,-5],[2,-5],[2,-5],[-1,-3],[-1,-4],[-2,-2],[-3,-3],[-3,-2],[-3,0],[-4,1],[-4,3],[-6,5],[-4,4],[-2,3],[-2,2],[-1,1],[-2,-1],[-3,-2],[-2,-3],[0,-2],[0,-4],[0,-5],[1,-4],[3,-13],[2,-4],[4,-5],[8,-7],[1,0],[3,-1],[3,0],[7,1],[2,-1],[3,-1],[3,-2],[3,-3],[2,-2],[2,-4],[2,-2],[2,-1],[2,0],[3,1],[2,4],[3,7],[5,11],[2,7],[1,1],[1,3],[3,2],[4,0],[2,0],[2,-1],[0,-1],[1,-2],[0,-4],[0,-5],[-2,-3],[-3,-4],[-1,-4],[0,-3],[0,-3],[2,-2],[3,-1],[1,1],[2,2],[0,1],[1,3],[2,5],[3,3],[1,0],[1,0],[2,-1],[0,-2],[0,-2],[-3,-8],[-3,-8],[-1,-6],[0,-1],[0,-4],[1,-3],[3,-6],[3,-8],[1,-3],[0,-4],[-1,-5],[-2,-5],[-1,-3],[-3,-4],[-4,-4],[-5,-8],[-1,-3],[1,-2],[5,-5],[3,-3],[4,-1],[3,-3],[2,-2],[1,-2],[0,-2],[0,-9],[1,-9],[0,-3],[2,-3],[2,-2],[8,-6],[2,-1],[1,-1],[5,-4],[5,-6],[9,-11],[5,-8],[2,-4],[1,-4],[0,-3],[-2,-10],[1,-8],[1,-4],[3,-3],[4,-2],[2,-1],[4,1],[6,1],[3,0],[2,0],[2,-2],[0,-5],[0,-3],[-2,-3],[-4,-5],[-3,-2],[-5,-2],[-2,-2],[-1,-4],[-2,-9],[-1,-14],[1,-3],[2,-3],[2,-3],[3,0],[2,0],[3,1],[2,2],[1,2],[2,2],[0,1],[1,2],[2,3],[3,4],[4,3],[5,2],[3,1],[2,-1],[3,-2],[3,-2],[0,-2],[0,-3],[-1,-2],[-3,-4],[-4,-5],[-2,-3],[-3,-6],[-1,-2],[-1,-3],[0,-4],[2,-5],[2,-4],[8,-3],[8,-3],[18,6],[13,2],[-2,-4],[-5,-16],[-6,-30],[-12,-10],[9,-12],[30,-31],[-4,-8],[-12,-23],[-12,-25],[43,-36],[8,-6],[11,-119],[17,-14],[3,-4],[6,0],[6,-1],[3,0],[2,-1],[2,-3],[1,-5],[-1,-4],[-1,-4],[-3,-2],[-8,-8],[-2,0],[-4,0],[-2,3],[0,6],[-2,4],[-3,1],[-4,-4],[-4,-7],[-2,-9],[0,-5],[2,-6],[3,-4],[4,-2],[7,2],[6,3],[2,1],[2,-1],[3,-2],[1,-4],[-2,-3],[-2,-3],[-4,-4],[-2,-4],[-2,-6],[0,-10],[3,-3],[4,-2],[2,0],[8,-5],[2,-2],[1,-2],[0,-2],[-1,-5],[-1,-4],[1,-4],[3,-5],[5,-7],[6,-4],[4,-12],[1,-5],[1,-6],[0,-3],[-1,-3],[-2,-3],[-1,-3],[0,-3],[1,-3],[1,-1],[2,0],[1,0],[4,5],[4,4],[1,1],[2,0],[1,-1],[2,-3],[3,-8],[1,-3],[0,-3],[0,-3],[-3,-2],[-3,-1],[-2,-1],[0,-3],[1,-2],[2,-3],[3,-1],[2,0],[2,1],[1,1],[1,3],[2,4],[2,1],[2,0],[1,-1],[1,-2],[0,-4],[0,-4],[0,-2],[-2,-2],[-5,-1],[-3,0],[-2,-1],[-1,-2],[-4,-12],[-1,-4],[1,-4],[1,-4],[1,-3],[3,-3],[3,-1],[3,0],[2,-1],[2,-4],[0,-3],[-1,-4],[-2,-1],[-2,-2],[-3,0],[-4,2],[-11,11],[-7,8],[-1,1],[-3,0],[-3,-4],[-3,-6],[-3,-12],[-4,-6],[0,-1],[2,-4],[2,-2],[3,-3],[4,-2],[3,-2],[3,-2],[1,-3],[1,-5],[0,-2],[0,-3],[-2,-6],[1,-2],[4,-7],[3,0],[1,1],[1,0],[3,-1],[0,-6],[-1,-3],[-5,-9],[0,-2],[0,-2],[4,-8],[2,-5],[3,-2],[4,-1],[3,1],[4,-1],[3,-2],[1,-2],[0,-3],[0,-12],[-3,-10],[-1,-2],[1,-3],[2,-9],[1,-1],[3,-1],[3,1],[7,-4],[3,-8],[1,-5],[2,-8],[0,-4],[0,-5],[0,-6],[2,-3],[5,-4],[2,-2],[3,-6],[4,-9],[1,-4],[2,-4],[4,-4],[4,-2],[18,-8],[2,-2],[3,-3],[2,-6],[0,-4],[0,-2],[0,-1],[1,-6],[1,-4],[2,-5],[2,-4],[2,-12],[1,-2],[1,-1],[3,-4],[7,-6],[6,-4],[3,-3]]],"transform":{"scale":[0.0009452263726372624,0.0004646254125412519],"translate":[20.26200099999977,43.619023499999855]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/RS.json b/dist-amd/map/TopoJSON/RS.json new file mode 100644 index 0000000000..46a9be4b77 --- /dev/null +++ b/dist-amd/map/TopoJSON/RS.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1]]},{"type":"Polygon","arcs":[[2,3,-2,4,5,6,7]]},{"type":"Polygon","arcs":[[8,9,-3,10,11]]},{"type":"Polygon","arcs":[[12,-9,13,14]]},{"type":"Polygon","arcs":[[15,16,17]]},{"type":"Polygon","arcs":[[18,-15,19,20]]},{"type":"Polygon","arcs":[[21,-20,-14,-12,22,23,24]]},{"type":"Polygon","arcs":[[-24,25,26]]},{"type":"Polygon","arcs":[[27,-26,-23,-11,-8,28,29,30]]},{"type":"Polygon","arcs":[[-29,-7,31,32]]},{"type":"Polygon","arcs":[[33,-32,-6,34,35,36]]},{"type":"Polygon","arcs":[[-36,37,38]]},{"type":"Polygon","arcs":[[39,40,41,42,43]]},{"type":"Polygon","arcs":[[44,45,-17,46,-21,-22,47,48]]},{"type":"Polygon","arcs":[[49,-48,-25,-27,-28,50,51,52]]},{"type":"Polygon","arcs":[[-52,53,54,55]]},{"type":"Polygon","arcs":[[56,-30,-33,-34,57,58,59]]},{"type":"Polygon","arcs":[[60,-49,-50,61]]},{"type":"Polygon","arcs":[[62,63,-54,-51,-31,-57,64]]},{"type":"Polygon","arcs":[[-41,65,-18,-46,66,67]]},{"type":"Polygon","arcs":[[68,-43,69,70,71]]},{"type":"Polygon","arcs":[[72,-44,-69,73]]},{"type":"Polygon","arcs":[[74,-58,-37,-39,75]]},{"type":"Polygon","arcs":[[76,77,78,-67,-45,-61,79,80]]},{"type":"Polygon","arcs":[[81,-55,-64,82,83]]},{"type":"Polygon","arcs":[[84,85,-65,-60,86,87]]},{"type":"Polygon","arcs":[[-87,-59,-75,88,89,90]]},{"type":"Polygon","arcs":[[91,-80,-62,-53,-56,-82,92]]},{"type":"Polygon","arcs":[[93,-70,-42,-68,-79,94]]},{"type":"Polygon","arcs":[[95,96,97]]},{"type":"Polygon","arcs":[[98,-97,99]]},{"type":"Polygon","arcs":[[-83,-63,-86,100,101]]},{"type":"Polygon","arcs":[[102,-100,103,-71,-94,104]]},{"type":"Polygon","arcs":[[-74,-72,-104,-96,105,106]]},{"type":"Polygon","arcs":[[107,-88,-91,108,109,110]]},{"type":"Polygon","arcs":[[111,-111,112,113]]},{"type":"Polygon","arcs":[[114,-81,-92,115,116,117]]},{"type":"Polygon","arcs":[[118,-101,-85,-108,-112,119]]},{"type":"Polygon","arcs":[[-77,-115,120,121]]},{"type":"Polygon","arcs":[[122,123,-106,-98,-99,-103,124,125]]},{"type":"Polygon","arcs":[[-109,-90,126,127,128]]},{"type":"Polygon","arcs":[[-116,-93,-84,-102,-119,129,130]]},{"type":"Polygon","arcs":[[-121,-118,131,132,133]]},{"type":"Polygon","arcs":[[-126,134,135,136]]},{"type":"Polygon","arcs":[[137,138,-113,-110,-129,139,140]]},{"type":"Polygon","arcs":[[141,-130,-120,-114,-139,142,143]]},{"type":"Polygon","arcs":[[144,145,-117,-131,-142,146]]},{"type":"Polygon","arcs":[[-135,-125,-105,-95,-78,-122,-134,147,148,149]]},{"type":"Polygon","arcs":[[150,151,-123,-137,152,153,154]]},{"type":"Polygon","arcs":[[-140,-128,155,156,157,158]]},{"type":"Polygon","arcs":[[159,-148,-133,160,161]]},{"type":"Polygon","arcs":[[162,-157,163,164]]},{"type":"Polygon","arcs":[[165,-153,-136,-150,166,167,168]]},{"type":"Polygon","arcs":[[-167,-149,-160,169,170]]},{"type":"Polygon","arcs":[[171,172,-143,-138,173,174]]},{"type":"Polygon","arcs":[[175,176,177,178]]},{"type":"Polygon","arcs":[[179,-145,180,181]]},{"type":"Polygon","arcs":[[-151,182,183]]},{"type":"Polygon","arcs":[[184,185,-161,-132,-146,-180,186]]},{"type":"Polygon","arcs":[[-177,187,-168,-171,188,189]]},{"type":"Polygon","arcs":[[190,-181,-147,-144,-173,191]]},{"type":"Polygon","arcs":[[192,-189,-170,-162,-186,193]]},{"type":"Polygon","arcs":[[194,-169,-188,-176,195,196]]},{"type":"Polygon","arcs":[[197,198,-165,199]]},{"type":"Polygon","arcs":[[200,201,-158,-163,-199,202]]},{"type":"Polygon","arcs":[[203,-154,-166,-195,204,205]]},{"type":"Polygon","arcs":[[-196,-179,206,207]]},{"type":"Polygon","arcs":[[-192,-172,208,209,210,211]]},{"type":"Polygon","arcs":[[-207,-178,-190,-193,212,213]]},{"type":"Polygon","arcs":[[214,-174,-141,-159,-202,215,216]]},{"type":"Polygon","arcs":[[-183,-155,-204,217,218]]},{"type":"Polygon","arcs":[[219,-210,220]]},{"type":"Polygon","arcs":[[221,-205,-197,-208,-214,222,223]]},{"type":"Polygon","arcs":[[224,-216,-201,225,226,227]]},{"type":"Polygon","arcs":[[-226,-203,-198,228,229]]},{"type":"Polygon","arcs":[[230,231,232,-187,-182,-191,-212,233,234]]},{"type":"Polygon","arcs":[[235,-234,-211,-220,236,237]]},{"type":"Polygon","arcs":[[-223,-213,-194,-185,-233,238,239]]},{"type":"Polygon","arcs":[[-231,240,241,242]]},{"type":"Polygon","arcs":[[243,-217,-225,244,245]]},{"type":"Polygon","arcs":[[246,247,-237,-221,-209,-175,-215,-244,248,249]]},{"type":"Polygon","arcs":[[250,-218,-206,-222,251,252,253]]},{"type":"Polygon","arcs":[[254,-227,-230,255,256,257]]},{"type":"Polygon","arcs":[[-252,-224,-240,258,259]]},{"type":"Polygon","arcs":[[-241,-235,-236,260,261,262]]},{"type":"Polygon","arcs":[[-259,-239,-232,-243,263,264]]},{"type":"Polygon","arcs":[[265,-249,-246,266,267]]},{"type":"Polygon","arcs":[[268,-261,-238,-248,269]]},{"type":"Polygon","arcs":[[270,-267,-245,-228,-255,271,272,273]]},{"type":"Polygon","arcs":[[274,-257,275,276,277]]},{"type":"Polygon","arcs":[[-250,-266,278,279]]},{"type":"Polygon","arcs":[[-272,-258,-275,280]]},{"type":"Polygon","arcs":[[281,-264,-242,-263,282,283,284]]},{"type":"Polygon","arcs":[[-284,285,286]]},{"type":"Polygon","arcs":[[287,-253,-260,-265,-282,288,289]]},{"type":"Polygon","arcs":[[-286,-283,-262,-269,290,291,292,293]]},{"type":"Polygon","arcs":[[294,-291,-270,-247,-280,295,296,297]]},{"type":"Polygon","arcs":[[298,299,-277,300,301,302]]},{"type":"Polygon","arcs":[[303,304,-292,-295,305]]},{"type":"Polygon","arcs":[[306,-296,-279,-268,-271,307,308,309]]},{"type":"Polygon","arcs":[[310,-308,-274,311,312]]},{"type":"Polygon","arcs":[[313,-304,314,315]]},{"type":"Polygon","arcs":[[-309,-311,316,317,318]]},{"type":"Polygon","arcs":[[319,320,-289,-285,-287,-294,321,322]]},{"type":"Polygon","arcs":[[-315,-306,-298,323,324,325]]},{"type":"Polygon","arcs":[[326,-302,327,328]]},{"type":"Polygon","arcs":[[329,-299,330,331]]},{"type":"Polygon","arcs":[[332,-254,-288,333,334]]},{"type":"Polygon","arcs":[[335,336,-312,-273,-281,-278,-300,-330,337]]},{"type":"Polygon","arcs":[[338,-324,-297,-307,339,340]]},{"type":"Polygon","arcs":[[341,-322,-293,-305,-314,342,343]]},{"type":"Polygon","arcs":[[344,345,-331,-303,-327,346]]},{"type":"Polygon","arcs":[[347,-340,-310,-319,348,349]]},{"type":"Polygon","arcs":[[350,-334,-290,-321,351,352]]},{"type":"Polygon","arcs":[[-317,-313,-337,353,354]]},{"type":"Polygon","arcs":[[355,-352,-320,356,357]]},{"type":"Polygon","arcs":[[358,-338,-332,-346,359,360]]},{"type":"Polygon","arcs":[[361,-354,-336,-359,362,363]]},{"type":"Polygon","arcs":[[364,-349,-318,-355,-362,365,366]]},{"type":"Polygon","arcs":[[367,-325,-339,368,369]]},{"type":"Polygon","arcs":[[370,-343,-316,-326,-368,371,372]]},{"type":"Polygon","arcs":[[373,-369,-341,-348,374,375]]},{"type":"Polygon","arcs":[[376,-344,-371,377,378]]},{"type":"Polygon","arcs":[[-347,-329,379,380]]},{"type":"Polygon","arcs":[[-357,-323,-342,-377,381,382]]},{"type":"Polygon","arcs":[[-375,-350,-365,383,384,385]]},{"type":"Polygon","arcs":[[386,-384,-367,387,388]]},{"type":"Polygon","arcs":[[389,390,-363,-361,391,392]]},{"type":"Polygon","arcs":[[393,-335,-351,394,395]]},{"type":"Polygon","arcs":[[396,-388,-366,-364,-391,397,398]]},{"type":"Polygon","arcs":[[399,400,-382,-379,401]]},{"type":"Polygon","arcs":[[402,-358,-383,-401,403,404]]},{"type":"Polygon","arcs":[[405,406,407]]},{"type":"Polygon","arcs":[[-372,-370,-374,408,409,410]]},{"type":"Polygon","arcs":[[-407,411,-389,-397,412,413,414]]},{"type":"Polygon","arcs":[[415,-385,-387,-412,-406,416,417,418]]},{"type":"Polygon","arcs":[[-395,-353,-356,-403,419,420,421]]},{"type":"Polygon","arcs":[[422,-418,423,424,425]]},{"type":"Polygon","arcs":[[-424,-417,-408,-415,426,427]]},{"type":"Polygon","arcs":[[428,-409,-376,-386,-416,429,430,431]]},{"type":"Polygon","arcs":[[-430,-419,-423,432]]},{"type":"Polygon","arcs":[[433,-427,-414,434,435]]},{"type":"Polygon","arcs":[[-425,-428,-434,436,437]]},{"type":"Polygon","arcs":[[438,439,440]]},{"type":"Polygon","arcs":[[441,-392,-360,-345,-381,442,-441,443]]},{"type":"Polygon","arcs":[[-420,-405,444,445]]},{"type":"Polygon","arcs":[[-435,-413,-399,446,447]]},{"type":"Polygon","arcs":[[448,449,450]]},{"type":"Polygon","arcs":[[-402,-378,-373,-411,451,-451,452,453]]},{"type":"Polygon","arcs":[[454,-447,-398,-390,455,456]]},{"type":"Polygon","arcs":[[-445,-404,-400,-454,457,458]]},{"type":"Polygon","arcs":[[-437,-436,-448,-455,459,460]]},{"type":"Polygon","arcs":[[-396,-422,461]]},{"type":"Polygon","arcs":[[462,463,-456,-393,-442,464,465]]},{"type":"Polygon","arcs":[[466,467,-449,-452,-410,-429,468,469]]},{"type":"Polygon","arcs":[[470,-465,-444,-440,471,472,473,474]]},{"type":"Polygon","arcs":[[475,-469,-432,476,477,478]]},{"type":"Polygon","arcs":[[479,-477,-431,-433,-426,-438,-461,480,481]]},{"type":"Polygon","arcs":[[-481,-460,-457,-464,482,483]]},{"type":"Polygon","arcs":[[484,-473,485]]},{"type":"Polygon","arcs":[[486,-466,-471,487,488,489]]},{"type":"Polygon","arcs":[[-458,-453,-450,-468,490,491]]},{"type":"Polygon","arcs":[[492,493,-483,-463,-487,494,495]]},{"type":"Polygon","arcs":[[496,497,498,-488,-475,499]]},{"type":"Polygon","arcs":[[-495,-490,500,501]]},{"type":"Polygon","arcs":[[-478,-480,502,503]]},{"type":"Polygon","arcs":[[-501,-489,-499,504]]},{"type":"Polygon","arcs":[[505,-479,-504,506,507]]},{"type":"Polygon","arcs":[[508,-470,-476,-506,509,510]]},{"type":"Polygon","arcs":[[511,-493,512,513]]},{"type":"Polygon","arcs":[[-491,-467,-509,514,515]]},{"type":"Polygon","arcs":[[516,-497,517,518]]},{"type":"Polygon","arcs":[[519,-513,-496,-502,-505,-498,-517,520,521]]},{"type":"Polygon","arcs":[[522,523,524]]},{"type":"Polygon","arcs":[[-515,-511,525,526]]},{"type":"Polygon","arcs":[[-518,-500,-474,-485,527,-524,528,529]]},{"type":"Polygon","arcs":[[530,-522,531,532]]},{"type":"Polygon","arcs":[[533,-514,-520,-531,534,535,536]]},{"type":"Polygon","arcs":[[537,-526,-510,-508,538,539]]},{"type":"Polygon","arcs":[[540,541,-529,-523,542,543,544]]},{"type":"Polygon","arcs":[[545,-532,-521,-519,-530,-542,546,547]]},{"type":"Polygon","arcs":[[548,-539,-507,-503,-482,-484,-494,-512,-534,549,550]]},{"type":"Polygon","arcs":[[-544,551,552]]},{"type":"Polygon","arcs":[[-535,-533,-546,553,554]]},{"type":"Polygon","arcs":[[555,-554,-548,556,557]]},{"type":"Polygon","arcs":[[-557,-547,-541,558,559]]},{"type":"Polygon","arcs":[[560,-536,-555,-556,561,562]]},{"type":"Polygon","arcs":[[-540,-549,563,564,565]]},{"type":"Polygon","arcs":[[-550,-537,-561,566,567]]},{"type":"Polygon","arcs":[[568,-567,-563,569,570,571]]},{"type":"Polygon","arcs":[[-565,572,573]]},{"type":"Polygon","arcs":[[574,-570,-562,-558,-560,575,576]]},{"type":"Polygon","arcs":[[577,-576,-559,-545,-553,578]]},{"type":"Polygon","arcs":[[-571,-575,579,580,581]]},{"type":"Polygon","arcs":[[-573,-564,-551,-568,-569,582,583]]},{"type":"Polygon","arcs":[[-583,-572,-582,584,585,586]]},{"type":"Polygon","arcs":[[587,-580,-577,-578,588]]},{"type":"Polygon","arcs":[[589,-585,-581,-588,590]]},{"type":"Polygon","arcs":[[-586,-590,591]]}]}},"arcs":[[[4595,461],[-1,-1],[1,-8],[1,-2],[3,-3],[2,-8],[0,-9],[-10,-8],[-5,-5],[-4,-5],[-12,-10],[-1,-3],[0,-3],[4,-10],[5,-11],[-3,-15],[-2,-15],[-3,-13],[-1,-13],[0,-11],[3,-8],[8,-5],[14,-16],[12,-16],[6,-8],[2,-4],[1,-5],[-2,-11],[-1,-2],[-2,-1],[-10,-3],[-4,-2],[-4,-3],[-7,-7],[8,-10],[10,-10],[10,-12],[5,-9],[9,-19],[-4,-8],[-6,-8],[-11,-7],[-19,-11],[-2,-3],[-2,-2],[-2,-8],[-4,-9],[-4,-4],[-11,-2],[-10,-1],[-2,-2],[-5,-8],[-5,-6],[1,-6],[1,-5],[-1,-5],[-2,-7],[-19,-29],[-53,1],[-16,-4],[-10,-4],[-8,-3],[-16,-5],[-4,0],[-1,1],[-4,4],[0,4],[3,5],[-2,6],[-8,5],[-19,12],[-17,4],[-26,-1],[-5,-2],[-9,-4],[-4,-11],[-7,-8],[-15,-10],[-17,-7],[-16,-9],[-17,10],[-10,3],[-2,9],[-8,4],[-13,10],[-8,12],[-3,2],[-3,5],[-3,2],[-2,16],[-4,4],[-8,8],[-2,7],[-3,6],[-3,8],[-9,17],[-5,10],[-4,6],[-3,9],[5,0],[8,-1],[5,0],[4,2],[5,7],[5,7],[1,3],[0,2],[0,2],[1,1],[21,6],[1,-1],[1,0],[3,1],[9,3],[12,8],[21,11],[1,1],[2,2],[2,11],[2,12],[4,14],[5,4],[2,6],[-1,7],[-2,7],[-2,15],[0,2],[-7,10],[-5,2],[-3,1],[-3,1],[-6,6],[-6,6],[-5,14],[-7,21],[-2,8],[-2,6],[-3,8],[-3,10],[-13,12],[-1,6],[-3,23],[0,15],[-2,7],[-1,2],[-2,2],[-4,2],[-2,2],[-4,3],[-7,5],[-7,6],[-4,3],[-12,10],[-11,4],[-6,4],[-7,10],[-4,5],[-10,11],[-7,12],[-8,11],[-1,2],[5,7],[3,6],[12,12],[11,10]],[[4134,565],[41,41],[52,12],[9,-25],[49,-23],[18,-15],[0,-21],[17,-9],[-29,-16],[16,-5],[21,-17],[64,-9],[21,11],[2,6],[31,2],[80,-21],[9,-12],[60,-3]],[[4892,899],[-22,-26],[6,-31],[-26,-7],[8,-30],[29,-10],[138,-14],[59,-14],[22,-11],[34,-51],[-6,-42]],[[5134,663],[-7,-2],[-26,-7],[-7,0],[-16,0],[-14,3],[-6,1],[-15,-1],[-12,-5],[-17,-9],[-10,-8],[-19,-1],[-4,-3],[-7,-8],[-1,-4],[-9,-15],[-16,-12],[-14,-9],[-9,-10],[-3,-1],[-8,-7],[-2,-1],[-4,-1],[-4,-1],[-9,-1],[-4,2],[-1,0],[-25,2],[-5,1],[-5,-1],[-23,2],[-14,0],[-25,-6],[-3,-5],[-4,-4],[-10,-14],[-7,-2],[-10,-1],[-16,-1],[-10,-2],[-9,-2],[-7,-1],[-21,0],[-8,2],[-5,1],[-4,0],[-3,0],[-5,-1],[-14,-10],[-2,-8],[0,-2],[-4,-10],[-14,-14],[-13,-10],[-6,-4],[-10,-4],[-8,-4],[-2,-1],[-3,-3]],[[4134,565],[1,2],[-13,19],[-3,4],[1,4],[1,2],[2,3],[5,6],[4,4],[2,3],[2,6],[0,2],[-4,8],[-9,14],[-7,9],[-7,7],[1,11],[1,3],[3,3],[-1,2],[-1,1],[-1,2],[-12,8],[-4,4],[-12,10],[-5,6],[2,6],[-2,8],[-4,9],[-9,11],[-4,5],[-5,8],[-8,13],[-7,20],[-4,13],[-2,10],[-5,14],[-24,32],[-12,1],[-17,7],[-3,4],[0,7],[-6,14],[-3,4],[-2,2],[-2,1],[-2,2],[-2,0],[-10,6],[-18,11],[-3,4]],[[3926,920],[29,9],[23,22],[30,2],[10,15],[54,19],[22,23],[12,-5],[22,7],[1,10],[-13,10],[11,13],[-9,12],[-9,2],[11,1],[23,-29],[8,8],[31,7],[5,12],[21,9]],[[4208,1067],[12,0],[13,-12],[4,-16],[19,-10],[20,-1],[11,-6],[-3,13],[10,18],[10,7],[11,-6],[24,26],[29,17],[-6,9],[34,20],[2,-7],[16,1],[18,-14],[1,-10],[-7,-5],[6,-4],[-10,-10],[31,-20],[11,12],[6,-2],[16,24],[-10,12],[-1,25],[13,9],[17,4]],[[4505,1141],[9,-8],[13,-2],[8,-14],[29,-5],[13,-8],[-2,-12],[10,-3],[-9,-12],[11,-6],[11,-19],[38,9],[-14,-9],[9,-12],[-9,-14],[15,-9],[9,-16],[15,5],[6,-5],[13,6],[8,-1],[32,-16],[-7,-5],[12,-6],[6,-15],[17,-5],[11,4],[36,-4],[16,-7],[33,2],[23,-27],[12,0],[-3,-9],[9,-3],[7,-16]],[[5446,1000],[33,-13],[21,0],[9,-14],[11,1],[-4,-10],[13,-9],[-5,-19],[6,-17],[-2,-15],[-12,-11],[-24,-4],[-32,-75]],[[5460,814],[-10,1],[-11,-1],[-9,0],[-9,-3],[-13,-6],[-5,-5],[-1,-1],[-1,-2],[-11,-11],[-14,-8],[-2,-1],[-6,-2],[-10,-3],[-9,-1],[-15,-7],[-9,-6],[-6,-4],[-11,-10],[-2,-2],[-7,-9],[-17,-12],[-8,-4],[-9,-6],[-10,-6],[-15,-12],[-1,-2],[-5,-1],[-16,-3],[-4,-1],[-14,0],[-10,-5],[-9,-5],[-8,-2],[-11,-3],[-24,-7],[-4,-1]],[[4892,899],[24,-11],[42,5],[29,18],[4,10],[52,28],[10,14],[27,2],[55,16],[-12,37],[17,31]],[[5140,1049],[54,8],[70,-32],[20,37],[-8,11],[15,31],[39,-10],[12,-24],[12,-3],[6,-11],[31,-12],[13,0],[28,-40],[14,-4]],[[6083,886],[-9,-10],[-5,-9],[-2,-5],[-9,-6],[-8,-5],[-8,-3],[-8,-3],[-10,-9],[-5,-8],[-5,-7],[-8,-8],[-13,-1],[-8,2],[-8,-5],[-4,-4],[-2,-4],[-1,-3],[3,-6],[1,-2],[3,-3],[2,-2],[2,-1],[0,-4],[-1,-2],[-2,-3],[-8,-11],[-3,-5],[-2,-6],[-5,-5],[-6,-3],[-13,-8],[-2,-5],[0,-3],[1,-10],[-4,-17],[0,-2],[-4,-3],[-9,-11],[-1,-2],[-8,-4],[3,-4],[-2,-3],[-7,-2],[-3,-4],[-3,-2],[0,-1],[3,-11],[8,-13],[11,-13],[6,-15],[11,-15],[-1,-7],[-8,-4],[-22,-3],[-6,-1],[-2,2],[-3,2],[-3,4],[-16,-2],[-11,-9],[-16,-6],[-17,-8],[-3,-2],[-3,-2],[-10,-3],[-6,-1],[-24,-3],[-12,-2],[-5,-3],[-7,2],[-1,5],[-3,2],[-10,-1],[-3,-1],[-4,2],[-9,7],[-11,-2],[-8,-2],[-9,2],[-8,13],[-8,10],[-5,11],[4,9],[3,13],[0,5],[0,7],[-4,13],[-5,7],[-12,15],[-4,5],[-6,7],[-11,7],[-14,15],[-10,10],[-7,6],[-11,7],[-9,16],[-6,10],[-3,4],[-10,14],[-4,10],[-5,6],[-7,9],[-3,2],[-2,1],[-6,1],[-22,3],[-9,1],[-25,4],[-10,1],[-13,1],[-10,4],[-4,4],[-2,0]],[[5446,1000],[50,19],[25,-20],[33,3],[24,27],[25,9],[36,-31],[12,5],[-2,7],[15,0],[-2,12],[14,3],[-7,21],[16,0],[-1,6],[12,5],[36,3],[48,29]],[[5780,1098],[39,-7],[37,23],[6,-4],[-9,-18],[11,-11],[-14,1],[-20,-12],[-38,-45],[16,-16],[-5,-13],[22,-2],[6,-13],[8,1],[29,-44],[24,-2],[6,-9],[23,6],[33,-5],[19,-14],[15,2],[0,13],[11,7],[5,-8],[17,-6],[24,-21],[38,-15]],[[7174,1051],[-6,-4],[-8,-13],[-1,-1],[-3,-3],[-1,-2],[-20,-11],[-3,-1],[-8,-1],[-15,1],[-2,1],[-3,1],[-2,1],[-2,2],[-2,1],[-12,6],[-3,-6],[-2,-11],[-6,-12],[-10,-13],[-2,-2],[-3,-1],[-14,-11],[0,-13],[-5,-5],[-6,-2],[-6,0],[-8,-4],[-3,-3],[-4,-5],[-3,-3],[-6,-2],[-10,-3],[-3,1],[-4,2],[-5,3],[-1,2],[-3,2],[-3,0],[-10,0],[-2,-1],[-13,-1],[-16,4],[-12,2],[-4,-7],[-9,-8],[-16,-6],[-2,-5],[-1,-10],[1,-9],[-5,-5],[-4,-3],[-3,-2],[-18,-10],[-9,-1],[-11,1],[-6,9],[-6,3],[-13,4],[-6,0],[-2,-2],[-9,-1],[-13,5],[-21,10],[-7,3],[-23,3],[-5,0],[-20,1],[-22,2],[-12,2],[-10,1],[-1,1],[-4,2],[-3,3],[-2,1],[-9,4],[-19,-3],[-18,1],[-7,3],[-3,1],[-3,1],[-10,8],[-2,2]],[[6586,945],[7,10],[-19,29],[6,8],[-55,36],[9,25],[-11,11],[-24,-1],[-22,-11],[-10,13],[2,10],[-13,2],[10,2],[-31,15],[7,13],[-4,21],[24,41],[-9,15],[21,16],[27,-24],[7,8],[17,4],[24,-12],[19,12],[-13,18],[9,7],[39,11],[28,-19],[26,2],[10,4],[16,33],[24,15],[-4,11],[24,14]],[[6727,1284],[22,-14],[1,-11],[23,-22],[35,-2],[34,-10],[15,9],[13,-4],[14,5],[7,-7],[17,-2],[16,-30],[-6,-8],[-9,5],[-9,-6],[-9,-15],[4,-14],[9,-9],[-8,-14],[15,0],[16,-8],[-7,0],[-3,-9],[34,-11],[1,6],[20,-2],[17,12],[7,-4],[17,4],[7,-10],[26,-5],[14,13],[41,1],[40,-38],[10,-4],[23,-29]],[[6379,965],[-22,5],[-5,0],[-7,1],[-13,5],[-14,7],[-12,2],[-5,0],[-5,-1],[-1,-2],[-5,-2],[-12,-2],[-6,-1],[-9,0],[-6,1],[-3,5],[-10,-3],[-9,-10],[-3,-9],[3,-5],[-1,-9],[-1,-3],[-8,-4],[-10,-5],[2,-8],[3,-11],[4,-6],[7,-5],[2,-2],[5,-6],[1,-3],[0,-4],[2,-6],[-3,-3],[-5,-2],[-7,1],[-4,1],[0,2],[-4,3],[-15,9],[-7,0],[-5,4],[-4,0],[-3,-1],[-21,7],[-22,9],[-2,0],[-5,0],[-11,-5],[-15,-4],[-8,-2],[-4,-3],[-12,-13],[-1,-1]],[[5780,1098],[2,10],[9,6],[-14,10],[-8,-1],[-7,11],[12,21],[2,30],[19,-4],[8,2],[0,6],[9,-2],[51,13],[11,1],[5,-7],[31,-2],[7,27],[-30,26],[23,65]],[[5910,1310],[43,20],[52,7],[-1,9],[15,0],[15,15],[13,6],[7,-2],[-3,-10],[27,-13],[-22,-4],[3,-10],[16,-5],[1,-16],[23,-7],[13,4],[8,-17],[17,-6],[12,3],[11,-7],[1,-31],[6,-8],[13,-12],[23,0],[4,-8],[18,4],[4,-12],[-13,-5],[5,-5],[60,-9],[14,-11],[-1,-16],[22,-42],[35,-30],[25,-4],[-3,-5],[13,-6],[2,-12],[-21,-7],[3,-13],[23,-14],[15,-32],[-28,-13],[-1,-21]],[[5830,1384],[28,-31],[1,-14],[51,-29]],[[5140,1049],[-15,29],[5,16],[-12,12],[5,13],[-11,22],[-3,32],[-26,30]],[[5083,1203],[20,-6],[12,3],[18,27],[23,0],[9,7],[28,-13],[14,6],[24,-8],[27,3],[11,-7],[8,4],[4,14],[74,18],[7,4],[-25,19],[2,24],[6,4],[29,-2],[8,9],[-7,6],[17,0],[12,18],[41,10],[9,16],[-15,16],[24,5],[11,11],[19,3],[13,8]],[[5506,1402],[2,-10],[14,-9],[9,7],[30,0],[1,14],[34,-3],[9,-10],[29,17],[51,6],[80,-17],[5,-14],[24,-17],[36,18]],[[5083,1203],[-51,12],[-20,15],[5,9],[8,-3],[5,5],[50,-7],[16,19],[-18,-3],[-14,6],[-24,21],[62,29],[12,12],[-15,2],[-27,16],[14,16],[-20,7],[-12,14],[-44,9],[-30,15],[-39,5],[6,14],[16,13],[31,7]],[[4994,1436],[13,-3],[13,4],[22,23],[17,4],[32,18],[42,-41],[30,3],[18,15],[32,-25],[11,8],[54,-2],[12,-4],[10,-11],[44,-2],[15,3],[-19,0],[1,4],[36,7],[13,18],[7,-13],[-6,-9],[15,9],[6,-1],[-5,-14],[4,-6],[21,-3],[58,11],[1,-6],[7,0],[8,-21]],[[4838,1517],[-1,-32],[-6,-8],[-12,-1],[13,-22],[29,11],[2,-6],[33,9],[14,-5],[18,1],[8,-21],[16,-2],[2,-7],[12,5],[28,-3]],[[4505,1141],[12,14],[-5,12],[14,33],[-7,46],[4,10],[11,9],[20,-10],[31,14],[37,-8],[3,5],[-10,32],[18,4],[4,8],[-5,13],[-15,10],[-10,16],[-1,14],[27,20],[-33,9],[-27,32],[37,23],[18,19],[6,19]],[[4634,1485],[20,2],[4,23],[10,11]],[[4668,1521],[48,12],[57,-9],[13,-7],[52,0]],[[4208,1067],[18,15],[-4,10],[15,6],[-56,15],[-23,-1],[-14,11],[-27,6],[-7,13],[-28,-6],[0,10],[-29,23],[-4,12],[-12,1],[2,10],[-22,5],[-4,21],[14,11],[4,19],[-16,-1],[-21,18],[1,8],[18,9],[-4,9],[18,10],[-5,7],[7,9],[-7,15],[-19,14],[13,12],[-10,23],[-14,11],[7,13],[-14,11],[8,9],[14,1],[0,12],[16,3],[-24,17],[23,45],[13,7],[37,-2],[-5,13],[10,10]],[[4077,1531],[30,1],[8,5],[1,11],[16,-9],[14,8],[-2,5],[27,-6],[43,2],[4,-5],[0,11],[10,1],[7,-14],[61,6],[11,8],[6,-5],[21,4],[21,23],[30,5],[14,-11],[3,4],[7,-6],[19,0],[15,-7],[2,-25],[10,-3],[-3,-13],[11,6],[46,-26],[23,7],[9,-10],[2,-22],[27,11],[2,-9],[16,13],[14,-5],[25,7],[7,-8]],[[4023,1591],[10,-14],[16,0],[-6,-12],[9,-2],[-2,-7],[13,-2],[-4,-9],[15,0],[-9,-5],[12,-9]],[[3926,920],[-13,12],[-17,13],[-14,11],[-9,6],[-12,6],[-8,2],[-10,4],[-11,5],[-2,0],[-15,0],[-14,1],[-10,2],[-19,9],[-8,1],[-21,4],[-7,5],[-1,1],[-6,10],[-1,4],[-1,2],[-3,4],[-5,6],[-24,7],[-15,5],[-12,4],[-3,0],[-7,0],[-9,2],[-19,6],[-5,5],[-2,7],[-2,7],[-21,14],[-15,10],[-7,1],[-21,-1],[-7,-3],[-19,-12],[-16,-11],[-9,0],[-8,1],[-11,6],[-13,9],[-17,0],[-11,-3],[-13,-3],[-8,-1],[-26,-3],[-11,0],[-21,8],[-4,3],[-10,7],[0,2],[0,2],[2,2],[9,7],[2,2],[-5,9],[-9,11],[-7,6],[-7,7],[1,1],[8,7],[6,4],[5,5],[3,15],[1,14],[-3,6],[-8,13],[-4,10],[-19,11],[-20,15],[-6,4],[-12,6],[-9,5],[-8,11],[6,10],[1,1],[4,5],[9,3],[10,4],[10,4],[3,13],[-2,6],[-4,4],[-4,3],[-1,1],[-1,3],[-2,8],[-15,16],[-17,14],[-5,3],[-6,3],[-8,4],[-2,1],[-11,6],[-3,1],[-1,2],[-2,4],[0,6],[4,3],[3,3],[4,7],[-3,3],[-12,12],[-17,9],[-2,2],[-6,16],[-7,16],[-9,4],[-5,3],[-10,12],[0,8]],[[3172,1491],[95,19],[-5,-14],[11,-32],[31,-13],[6,-10],[25,-2],[8,-11],[32,-7],[6,-8],[15,0],[3,-8],[26,-7],[7,5],[8,-13],[27,-9],[44,3],[26,-17],[4,29],[26,-40],[45,18],[-12,7],[-7,17],[-22,11],[24,10],[-2,7],[14,11],[21,3],[0,4],[10,2],[10,-30],[13,4],[-3,6],[17,6],[-2,4],[18,0],[-3,11],[23,0],[-6,7],[7,3],[26,-1],[2,14],[-8,3],[3,11],[-19,13],[2,8],[47,26],[-12,14],[11,16],[89,19],[13,14],[-9,8],[-5,16]],[[3852,1618],[56,12],[18,-6],[24,1],[23,-22],[26,2],[1,-11],[23,-3]],[[3172,1491],[-2,11],[-3,6],[-16,4],[-10,7],[-11,6],[-26,8],[-19,6],[-15,6],[-7,3],[-19,7],[-24,9],[-14,13],[-11,14],[-10,10],[-8,11],[-16,8],[-8,1],[6,1],[1,2],[3,11],[6,10],[9,15],[2,17],[-3,13],[-6,11],[-7,9],[-4,4],[-3,5],[-7,9],[-4,9],[1,8],[3,4],[1,5],[1,5],[0,6],[0,3],[1,3],[3,4],[6,4],[10,7],[6,2],[6,4],[7,10],[1,6],[3,6],[1,1],[7,6],[3,3],[5,2],[10,4],[10,3],[3,4],[5,14]],[[3039,1851],[34,7],[37,-19],[45,-7],[25,2],[23,-10],[30,8],[30,1],[-20,-24],[-5,-30],[39,-14],[7,-15],[-6,-5],[10,-12],[44,-7],[62,-2],[76,-30],[19,19],[10,-3],[9,10],[10,0],[8,6],[-3,3],[-5,-4],[8,17],[9,0],[20,-23],[17,1],[40,-27],[-17,-8],[4,-27],[7,-11],[34,3],[11,-11],[-25,-11],[4,-14],[25,-10],[28,-1],[57,23],[32,5],[24,-8],[20,4],[36,-9]],[[8295,1195],[-2,2],[-6,4],[-18,-5],[-4,-1],[-5,-3],[-2,0],[-4,-2],[-5,-6],[-4,-5],[-4,-4],[-5,-2],[-5,-1],[-3,1],[-2,1],[-4,5],[-2,3],[-3,1],[-4,2],[-5,0],[-2,-1],[-2,-1],[-14,-9],[-4,-10],[0,-1],[2,-3],[-1,-5],[0,-2],[-8,-7],[-2,-1],[-8,-3],[-4,-4],[-11,-10],[-21,-13],[-19,1],[-22,2],[-23,4],[-4,2],[-8,1],[-3,0],[-7,-2],[-16,-12],[-15,-15],[-11,-13],[-14,-12],[-4,-4],[-7,-6],[-5,0],[-7,2],[-3,3],[-4,4],[-3,2],[-3,1],[-18,4],[-11,0],[-6,-8],[-5,-6],[-3,-4],[-9,-9],[-5,-2],[-13,3],[-4,2],[-6,4],[-10,2],[-9,1],[-6,-4],[-5,-3],[-3,-1],[-21,-6],[-16,-2],[-8,-2],[-22,-6],[-27,-4],[-8,-1],[-8,0],[-13,10],[-21,8],[-10,-1],[-4,-1],[-5,-2],[-3,-3],[-1,-2],[-2,-2],[-1,-3],[-3,-2],[-6,-3],[-5,-2],[-16,2],[-4,3],[-6,4],[-5,4],[-13,10],[-17,11],[-16,10],[-9,4],[-21,9],[-11,4],[-14,4],[-10,5],[-7,4],[-6,4],[-5,2],[-5,3],[-13,8],[-15,6],[-10,6],[-8,1],[-9,-2],[-17,-5]],[[7421,1125],[-20,25],[-5,17],[10,1],[24,17],[22,-21],[3,16],[-21,25],[10,12],[-25,0],[-8,6],[12,14],[32,4],[8,-6],[12,28]],[[7475,1263],[17,14],[70,-2],[16,15],[16,-7],[17,7],[-6,25],[22,10],[21,-12],[9,-18],[30,-11],[25,19],[24,2],[5,9],[19,7],[36,4],[12,-5],[15,-16],[9,8],[11,0],[-12,29],[-2,38],[14,21]],[[7843,1400],[32,-13],[17,-1],[25,-21],[8,2],[19,-8],[20,11],[27,-7],[17,17],[4,15],[26,-4],[26,6],[5,42],[33,14]],[[8102,1453],[16,-9],[13,-18],[22,-7],[8,-10],[15,1],[12,-13],[13,0],[31,-13],[19,-1],[25,-21],[9,-30],[22,-4],[27,-20],[4,-17],[-9,-5],[1,-11],[10,-22],[-10,-35],[5,-17],[-40,-6]],[[6353,1649],[-5,-8],[13,-20],[-7,-10],[23,3],[2,-14],[13,-4],[7,-17],[15,-15],[7,-3],[13,7],[2,-10],[28,-27],[-3,-7],[12,-10],[5,-17],[9,1],[3,-41],[-12,-15],[6,-6],[8,-1],[41,16],[26,-1],[7,1],[0,4],[13,0],[11,-3],[-12,-20],[8,1],[15,-20],[52,-6],[8,-12],[13,6],[16,-2]],[[6690,1399],[-19,-18],[25,-29],[-3,-8],[15,-15],[-3,-17],[23,-16],[-1,-12]],[[6586,945],[-1,0],[-12,-6],[-8,-7],[-7,-7],[-11,-5],[-7,-2],[-12,0],[-11,1],[-15,2],[-7,2],[-7,1],[-3,0],[-3,-1],[-12,-6],[-2,-2],[-1,-1],[-7,-1],[-7,-1],[-27,-2],[-1,1],[-1,1],[-1,3],[-1,13],[-3,10],[-9,15],[-24,9],[-7,3]],[[5830,1384],[8,14],[-1,27],[11,12],[-18,2],[-1,16],[74,-1],[24,25],[-8,15],[-18,9],[-9,18],[13,36],[-18,-1],[-25,9],[-11,23],[14,21],[23,17],[-3,6],[21,-7],[8,7],[-6,13],[35,-5]],[[5943,1640],[16,-5],[1,-6],[17,4],[35,-1],[21,8],[5,9],[26,3],[11,-5],[6,-15],[28,-12],[-1,-7],[23,-25],[-7,-7],[40,-1],[16,10],[22,5],[6,7],[-17,32],[6,14],[-7,18],[13,9],[50,-6],[6,4],[26,-23],[15,15],[23,5],[30,-21]],[[5990,1694],[-11,-1],[-10,-30],[-21,-7],[-5,-16]],[[4838,1517],[3,8],[44,-1],[11,-9],[6,3],[46,34],[35,6],[1,25],[27,-1],[10,-10],[28,-4],[7,9],[29,15],[-8,16],[-15,6],[11,12],[-6,6],[41,23],[13,-2]],[[5121,1653],[29,6],[12,10],[68,11],[-4,9],[20,9],[21,-1],[6,-6],[17,4],[2,-11],[9,7],[13,1],[4,-22],[10,2],[1,6],[74,1],[15,-25],[12,5],[-3,11],[5,4]],[[5432,1674],[3,-5],[15,3],[7,-8],[21,6],[6,-27],[72,32],[20,19],[11,-17],[8,9],[10,-6],[2,-11],[-8,-1],[-4,7],[-5,-7],[1,-5],[9,1],[6,-17],[13,7],[4,-10],[25,3],[48,-13],[5,16],[13,10],[13,3],[9,8],[24,2],[-1,12],[-13,5],[0,23],[-10,4],[17,19],[4,7],[-6,5],[21,17],[8,-3],[5,6],[49,11],[23,-1],[15,-17],[43,-13],[1,-12],[11,-3],[18,-36],[19,22],[26,-25]],[[5121,1653],[8,22],[-4,40],[-33,6],[20,14],[-6,18],[23,19],[13,21],[-35,27],[-4,14]],[[5103,1834],[56,7],[6,6],[14,-5],[-11,12],[17,8],[4,13],[10,2],[2,-14],[20,-1],[7,-21],[11,-3],[4,6],[12,-7],[3,3],[26,-1],[12,-5],[7,0],[8,17],[21,7],[15,-2],[1,-23],[7,2],[2,16],[26,-6],[0,7],[8,1],[-2,8],[63,3]],[[5452,1864],[10,-1],[6,-18],[-35,-13],[3,-23],[24,8],[42,2],[-33,-19],[17,-15],[-13,-36],[-7,1],[-7,-10],[-10,1],[-31,-29],[-5,-25],[5,-9],[14,-4]],[[4599,1734],[65,5],[19,-8],[15,-14],[-9,-24],[-15,-3],[-6,-18],[9,-13],[19,-3],[16,-13],[-12,-55],[10,-31],[-15,-10],[-39,-9],[-1,-5],[13,-12]],[[4023,1591],[16,17],[-18,20],[0,11],[-17,6],[-4,12],[-39,17],[-6,27],[-39,1],[11,15],[-5,33],[-9,7],[3,8],[11,0],[11,9],[15,28],[21,18],[-12,3],[-9,-3],[-22,31],[-17,1],[-9,16],[0,20],[5,5],[-14,3],[5,12],[-11,-1],[-5,9]],[[3885,1916],[34,-6],[19,11],[22,-6],[30,2],[13,-8],[14,0],[14,14],[32,-14],[59,7],[29,19],[0,6],[10,3],[0,21],[7,4],[8,-19],[8,-4],[6,-1],[9,6],[15,-5],[19,20],[33,21]],[[4266,1987],[8,-20],[16,-7],[11,2],[5,-29],[26,-35],[16,-7],[14,-4],[40,5],[12,8],[8,18],[11,5],[10,-4],[20,-21],[-2,-15],[9,-16],[-1,-10],[-16,-16],[-5,-28],[5,-14],[17,-10],[35,4],[19,-4],[27,-31],[2,-22],[20,-7],[26,5]],[[6274,1784],[13,0],[10,-13],[35,-6],[2,-16],[-7,-4],[14,-21],[-2,-9],[16,3],[25,-11],[-7,-12],[10,-19],[-26,-12],[-4,-15]],[[5990,1694],[8,-11],[27,26],[17,53],[23,13],[29,-1],[6,14],[23,16],[18,-9],[3,-14],[8,8],[10,-18],[8,25],[28,1],[2,-13],[10,-3],[4,-18],[13,1],[9,12],[38,8]],[[5043,2006],[8,-26],[36,-20],[18,-21]],[[5105,1939],[-22,-12],[-4,-20],[24,-73]],[[4599,1734],[21,16],[-8,45],[9,22],[15,15],[-11,26],[39,-1],[33,14],[3,-12],[7,10],[11,-3],[4,-8],[6,2],[-8,8],[10,0],[23,13],[-9,6],[-10,34],[-7,4],[6,8],[49,8],[0,14],[26,12],[24,-14],[13,6],[8,-2],[13,-24],[10,-1],[11,-15],[14,11],[15,27],[27,17],[17,19],[32,-10],[34,16],[12,11],[5,-2]],[[7421,1125],[-1,-2],[-1,-13],[-5,-18],[-2,-16],[-2,-12],[-3,-9],[-2,-2],[-6,-5],[-3,-1],[-6,-2],[-3,-1],[-12,-2],[-7,-1],[-4,0],[-14,-3],[-13,-3],[-12,-2],[-8,6],[-5,5],[-4,4],[-2,5],[-1,2],[-3,5],[-4,2],[-3,0],[-8,-3],[-9,-4],[-3,-3],[-8,6],[-8,7],[-1,4],[-2,3],[-17,9],[-8,5],[-8,3],[-3,1],[-6,0],[-5,0],[-8,-2],[-11,-2],[-10,-5],[-1,-2],[0,-3],[1,-8],[1,-6],[-2,-7],[-5,-4]],[[6690,1399],[27,20],[40,18],[-1,18],[33,1],[2,6],[-12,14],[57,23],[7,6],[-7,8],[5,14],[9,3],[26,-7],[7,8],[-8,14],[-25,19],[3,9],[-11,10],[19,4],[1,10],[13,10],[51,-6],[31,14],[15,13],[3,7],[-10,7],[8,12],[0,25],[-34,47],[6,7],[10,-1],[6,11],[19,-3],[3,15],[13,13],[-10,11],[0,14],[12,6],[3,11],[22,-10],[5,2],[21,21],[-1,8],[12,0],[14,10]],[[7074,1841],[18,-6],[9,9],[9,-11],[54,-9],[1,-11],[18,-12],[-4,-17],[45,-31],[-14,-14],[2,-23],[-14,-8],[0,-10],[-8,-6],[-22,1],[-17,-17],[-63,-19],[-18,-18],[-15,0],[-15,-7],[-36,-52],[1,-18],[17,-18],[24,-5],[43,-24],[95,-97],[38,-15],[7,-15],[20,-11],[28,-7],[1,-10],[13,-12],[30,-19],[4,-23],[9,-11],[25,-1],[22,-7],[56,2],[17,-23],[21,-3]],[[8153,1635],[-8,0],[3,-14],[-11,-19],[4,-35],[-8,-8],[-42,-6],[-11,-8],[12,-19],[-10,-17],[31,-17],[-19,-11],[-3,-9],[11,-19]],[[7843,1400],[-9,12],[18,69],[-23,9],[-21,-7],[-7,5],[-12,-2],[-11,6],[-18,-3],[-5,11],[-11,-4],[-1,7],[-9,-3],[-11,11],[-46,18],[-20,-23],[-19,7],[-13,-8],[-45,19],[-22,28],[-29,0],[-2,11],[-54,22],[-51,7],[3,14],[12,-5],[18,10],[-4,3],[11,4],[3,13],[13,1],[-1,11],[12,-6],[10,4],[14,-5],[6,17],[12,1],[17,18],[16,4]],[[7564,1676],[10,3],[2,17],[19,18],[-1,9],[25,0],[16,8],[6,14],[16,4],[4,14],[5,-2],[-3,-5],[17,-7],[60,-9],[8,-13],[40,-12],[9,-1],[11,7],[25,-10],[9,1],[21,9],[-3,13]],[[7860,1734],[0,4],[28,11],[10,-6],[16,27],[24,-21],[5,-12],[31,-24],[10,-20],[21,-8],[64,0],[16,-18],[24,-9],[0,-15],[14,-4],[15,4],[15,-8]],[[8637,1647],[4,-3],[13,1],[18,-1],[29,-6],[7,-3],[5,-5],[9,-8],[8,-7],[8,-4],[11,-4],[3,0],[5,-4],[6,-4],[10,-12],[4,-7],[12,-10],[13,-7],[27,-6],[11,-7],[3,-3],[5,-8],[3,-3],[19,-11],[17,-12],[9,-9],[1,-4],[3,-7],[5,-7],[7,-10],[10,-17],[1,-3],[-3,-10],[-4,-7],[-6,-12],[-6,-8],[-5,-4],[-10,-4],[-2,-2],[-1,-2],[-1,-15],[-1,-11],[1,-9],[-3,-12],[-5,-9],[-6,-8],[-3,-5],[-1,-4],[2,-6],[-1,-5],[0,-5],[-2,-7],[-7,-4],[-5,-1],[-7,-4],[-5,-4],[-5,-8],[-4,-10],[0,-4],[0,-7],[-1,-7],[-1,-4],[-1,-2],[-11,-6],[-5,0],[-17,4],[-16,-1],[-13,1],[-4,-1],[-12,-3],[-9,-2],[-10,0],[-2,-8],[3,-10],[1,-14],[-7,-4],[-9,-1],[-11,-5],[-3,-8],[-4,-7],[-13,-12],[-4,-5],[0,-1],[1,-11],[0,-5],[3,-12],[5,-10],[-4,-7],[-4,-5],[-11,-14],[-5,-4],[-2,-1],[-10,-1],[-8,-2],[-7,-3],[-5,-1],[0,-2],[-1,-1],[-4,-4],[-7,-3],[-6,-3],[-2,1],[-1,5],[-6,6],[-8,7],[-5,3],[-6,-4],[-3,-2],[-9,-1],[-9,1],[-7,5],[-13,1],[-6,-8],[-25,-10],[-26,-3],[-13,0],[-16,-2],[-4,-4],[-8,-8],[-7,-10],[-1,-3],[1,-1],[-3,1],[-14,12],[-5,3],[-4,0],[-18,3],[-13,1],[-4,2],[-1,0],[-2,1],[-5,3],[-2,2],[-10,15],[-24,4],[-5,3],[-4,2],[-5,4],[-3,6],[-6,5],[-9,5],[-11,6],[-7,4],[-6,5],[-2,2],[-4,7],[9,12],[11,16],[-3,14]],[[8153,1635],[15,3],[9,39],[35,19],[19,20],[10,27],[12,8],[21,-22],[-2,-17],[6,-5],[14,9],[28,-3],[36,4],[16,-22],[21,-7],[13,8],[49,-8],[40,9],[38,-9],[11,4],[36,-34],[12,14],[25,-2],[11,-29],[9,6]],[[3539,2245],[39,-5],[23,-34],[-14,-44],[-2,-56],[10,-10],[5,-29],[16,-15],[-6,-14],[7,-7],[-2,-8],[-10,-1],[-2,-9],[15,-11],[24,-5],[23,-16],[24,-7],[35,-28],[8,-22],[97,-8],[10,1],[-7,4],[5,2],[12,1],[9,-6],[0,-7],[18,8],[9,-3]],[[3039,1851],[-42,25],[-14,5],[-13,27],[-36,0],[-18,9],[-19,6],[-7,9],[-10,10],[-2,1],[-2,1],[-3,1],[-8,1],[-9,0],[-6,2],[-4,10],[0,11],[-8,4],[-12,3],[-11,3],[0,6],[11,1],[16,10],[4,5],[-9,2],[-10,2],[-6,2],[-6,4],[-4,3],[-4,4],[-1,1],[-1,1],[0,1],[1,19],[4,16],[8,7],[3,6],[3,13],[1,10],[3,9],[1,3],[7,0],[14,8],[13,8],[5,2],[6,4],[25,6],[4,1],[12,3],[1,0],[10,-3],[2,-1],[17,-6],[25,0],[24,4],[9,1],[3,-1],[16,-8],[-3,-7],[5,-3],[16,-8],[5,-2],[5,-2],[12,-2],[12,-1],[19,-6],[10,-5],[10,-4],[7,-2],[3,-1],[4,17],[1,4],[14,11],[9,-6],[17,-7],[11,-7],[6,-5],[9,-5],[8,-2],[7,-2],[17,-16],[3,-3],[2,3],[2,2],[3,3],[2,2],[2,1],[13,0],[4,0],[8,-2],[4,-2],[11,1],[11,3],[7,4],[3,1],[8,2],[2,0],[11,-1],[14,5],[13,5],[23,5],[7,19],[4,4],[3,3],[7,6],[9,6],[2,1],[2,2],[4,3],[0,3],[-7,21],[-2,22],[-3,8],[-4,7],[-3,0],[-4,4],[-3,2],[-4,6],[-1,3],[4,7],[1,1],[5,1],[2,0],[3,-1],[2,0],[3,1],[5,1],[24,10],[2,1],[3,3],[1,2],[-1,3],[-2,4],[10,9],[6,2],[2,-1],[3,-3],[4,-5],[4,-1],[4,-1],[9,-1],[3,1],[5,14],[5,11],[9,0],[3,0],[18,-1],[9,-4],[5,-5],[1,-7],[8,-6]],[[6832,1934],[33,3]],[[6865,1937],[9,-7],[20,1],[20,4],[4,8],[20,-3],[37,16],[11,0]],[[6986,1956],[0,-12],[15,-28],[29,-16],[-1,-22],[24,-12],[21,-25]],[[6274,1784],[-5,10],[7,21],[-7,4],[25,10],[-7,30],[17,-1],[-2,5],[-55,36],[-42,8],[-6,20],[6,8],[-33,9],[-9,16],[17,8],[22,-2],[11,12],[27,-24],[72,-6],[7,3],[-2,13],[20,15],[-10,11],[7,7],[17,4],[9,17],[19,16]],[[6379,2034],[66,-23],[30,-4],[3,14],[26,5],[16,15],[5,-11],[24,-12],[15,2],[8,-8],[4,5],[23,-3],[2,-19],[-16,-32],[21,0],[25,-14],[22,-1],[9,-6],[31,13],[6,-8],[10,2],[15,-41],[38,-34],[31,26],[-4,15],[7,9],[36,10]],[[5473,2155],[-25,-19],[-15,-30],[-25,-8],[-7,-23],[-8,-6],[15,-39],[25,-12],[6,5],[-5,-7],[19,-7],[0,-10],[-21,-24],[20,-14],[0,9],[14,4],[18,-22],[-12,-3],[-14,10],[-9,0],[0,-12],[15,-15],[26,-4],[2,-7],[-24,-33],[-13,1],[-3,-25]],[[5105,1939],[8,-19],[20,11],[29,-2],[7,8],[33,14],[-1,10],[13,2],[10,9],[18,-1],[-5,12],[57,13],[4,26],[36,-4],[-2,7],[-9,1],[3,7],[-12,6],[35,22],[-8,9],[19,13],[-14,34],[-16,0],[11,30],[23,11],[13,17],[32,1],[21,18],[29,5]],[[5459,2199],[-3,-11],[17,-33]],[[4584,2283],[8,-9],[18,5],[-2,-9],[9,-11],[33,-17],[7,-17],[29,14],[28,-11],[38,10],[12,-14],[25,-6],[9,9],[8,-3]],[[4806,2224],[39,-47],[-15,-24],[12,-16],[-10,-7],[26,-9],[3,-13],[-2,-14],[-17,-10],[-1,-13],[29,-17],[20,6],[20,-5],[8,14],[10,4],[-5,4],[11,1],[24,-12],[41,-10],[44,-50]],[[4266,1987],[-2,26],[12,1],[22,-9],[19,17],[-9,11],[16,6],[18,22],[0,8],[-21,16],[-19,27],[0,10],[-9,0],[-5,5],[0,4],[25,8],[13,29],[-6,47],[15,21],[5,44]],[[4340,2280],[16,11],[-11,19],[-1,19],[16,-16],[23,-7],[32,10],[7,9],[22,-1],[23,-18],[-7,-16],[16,-10],[4,-19],[12,-14],[50,-15],[32,-26],[11,22],[-21,47],[20,8]],[[3539,2245],[19,16],[18,6],[11,1],[3,-2],[1,-3],[5,-2],[14,-2],[8,2]],[[3618,2261],[25,-2],[40,21],[69,13],[26,-9],[23,-19],[30,-3],[53,45],[33,14],[21,19],[39,8],[33,17],[54,11]],[[4064,2376],[28,-6],[11,12],[36,12],[85,-26],[15,-10],[15,-2],[-11,-4],[1,-14],[12,0],[22,-12],[15,-48],[16,-3],[31,5]],[[6110,2088],[1,-19],[8,-11],[16,-4],[21,0],[16,6],[8,-5],[7,6],[13,-2],[34,8],[5,-4],[15,6],[7,-11],[27,-17],[28,25],[63,-32]],[[5473,2155],[6,-10],[11,-4],[4,-12],[21,-4],[25,18],[-1,8],[22,9],[6,20],[7,2],[-2,-7],[30,3],[10,-41],[32,6],[13,-6],[2,-6],[13,4],[5,-11],[10,-3],[-4,-20],[13,4],[-2,9],[13,29],[14,3],[50,-20],[5,9],[-13,12],[8,12],[-2,11],[44,-5],[-3,8],[9,10],[25,3],[-3,5],[15,1],[11,18],[7,1],[19,-11],[13,1],[3,5],[28,7],[1,9],[6,0],[18,-19],[10,4],[20,-8],[3,-28],[-6,-8],[27,-5],[19,-10],[28,-1],[20,-11],[8,-9],[0,-21],[21,-8],[-2,-10]],[[7451,2162],[-7,-13],[-27,-9],[-2,-22],[-21,-28],[4,-5],[-6,-10],[19,-27],[2,-24],[-14,-36],[0,-22],[-20,-19],[-2,-11],[27,-47],[-17,-20],[-2,-19],[-10,-12],[20,-34],[12,-8],[19,1],[22,-6],[35,6],[3,-6],[18,-5],[7,-18],[15,-9],[-2,-8],[14,-21],[-4,-14],[-17,-2],[33,-16],[0,-10],[14,-12]],[[6986,1956],[11,6],[30,-11],[14,1],[-1,9],[21,18],[11,18],[-2,26],[-11,12],[6,18],[10,3],[8,-3],[3,8],[19,0],[-6,24],[29,-1],[13,9],[-3,10],[-15,0],[-6,9],[25,18],[7,18],[77,2],[32,11],[12,-13],[8,6],[31,1],[22,11],[39,-6],[24,13],[23,-4],[21,7],[13,-14]],[[8103,2127],[-39,-13],[-35,25]],[[8029,2139],[27,18],[-7,19]],[[8049,2176],[26,4],[4,-12],[19,-16],[-6,-18],[11,-7]],[[8026,2192],[23,-16]],[[8029,2139],[-20,17],[-19,4],[-25,17],[22,19],[17,2],[22,-6]],[[4806,2224],[17,5],[15,18],[35,3],[17,21],[19,8],[17,-2],[16,18],[6,-3],[26,4],[-6,-14],[11,5],[15,-8],[22,19],[-9,7],[16,61],[-8,2],[2,24],[4,5],[6,-8],[14,4],[-3,20],[8,6],[17,3],[9,-20],[20,-2],[16,6],[-3,6],[20,9],[7,46],[-24,35],[27,2],[12,14],[30,-19],[25,-7],[11,-14],[8,9],[31,14],[35,1],[7,5],[14,-16],[27,-2],[-6,27],[11,2],[5,-5],[18,10]],[[5363,2523],[-7,-32],[-20,-21],[2,-17],[-23,1],[-5,-5],[8,-11],[-5,-16],[12,-5],[24,-27],[-4,-11],[12,-22],[0,-18],[10,-6],[-9,-14],[16,-17],[-7,-29],[14,5],[25,-8],[36,-27],[14,-25],[-3,-8],[6,-11]],[[8009,2205],[17,-13]],[[8029,2139],[-47,-34],[-10,-26],[-27,10],[-33,-4],[-10,-42],[-36,-31],[35,-12],[6,-26],[-10,-14],[5,-4],[-39,-11],[-9,13],[-25,9],[-12,-9],[2,-9],[-15,4],[12,-33],[-26,-26],[0,-13],[14,1],[-6,-10],[-20,-7],[18,-5],[8,-6],[-3,-6],[-21,5],[-36,16],[-10,-3],[9,-7],[-11,-9],[-1,-14],[12,-7],[-2,-13],[17,-43],[13,2],[7,10],[11,-11],[-6,-11],[31,-13],[21,-2],[25,-14]],[[7451,2162],[20,0],[39,26],[8,-1],[7,-12],[11,6],[3,35],[10,19],[34,16],[21,3],[14,-21],[2,-19],[27,-2],[37,4],[67,37],[20,2],[29,-11],[18,12],[20,2],[11,-24],[12,-8],[1,-11],[-39,-23],[31,-16],[36,-8],[48,31],[3,7],[30,-4],[38,3]],[[8103,2127],[33,-39],[21,-2],[31,-14],[23,1],[15,8],[11,-16],[42,2],[9,30],[21,20],[28,3],[3,10],[42,-3],[66,19],[3,9],[29,17],[-3,12],[12,11],[-5,19],[33,-10],[37,3],[7,3],[-1,9],[14,0],[20,15],[21,-2],[19,11],[10,0]],[[8644,2243],[-7,-14],[1,-9],[0,-12],[1,-11],[3,-2],[16,-5],[1,-5],[1,-5],[7,-6],[6,-3],[2,-3],[3,-4],[3,-7],[3,-11],[0,-7],[7,-9],[12,-9],[11,-9],[9,-8],[6,-10],[9,-14],[6,-7],[2,-2],[4,-5],[11,-1],[8,-3],[7,-5],[4,-2],[3,-4],[2,-6],[-1,-1],[-6,-7],[-4,-7],[-1,-6],[0,-5],[-1,-10],[-18,-4],[-5,-2],[-4,-8],[-5,-7],[-3,-2],[-13,-7],[-1,-2],[-5,-14],[-3,-15],[1,-1],[0,-3],[-2,-2],[-9,-7],[-3,-2],[-14,0],[-6,-3],[0,-2],[3,-11],[14,-4],[11,-3],[6,-5],[8,-7],[-5,-12],[-8,-14],[-9,-10],[-10,-8],[-4,-9],[1,-1],[0,-1],[0,-8],[-18,-5],[32,-13],[-3,-10],[-13,-13],[-3,-12],[-4,-9],[-7,-11],[-4,-5],[-5,-7],[0,-13],[-3,-13],[-2,-9],[-4,-5],[-4,-6],[-13,-10],[-3,-13],[0,-15],[-1,-6],[0,-5],[2,-7],[1,-1]],[[4679,2432],[-3,-16],[11,-22],[-12,-9],[4,-7],[-22,3],[-36,-18],[-12,6],[-16,-1],[-9,-16],[-21,0],[-6,-6],[-11,-32],[38,-31]],[[4064,2376],[-7,14],[-36,10],[1,10],[-37,17],[-13,29],[-33,26],[-1,9],[24,27],[1,17],[27,27],[15,4],[2,12]],[[4007,2578],[53,9],[9,-26],[15,-5],[12,16],[7,1],[-6,16],[31,21],[12,31],[28,9],[0,25],[22,4],[1,5],[55,-3],[9,5],[-7,-30],[6,-4],[15,1],[15,12],[26,-4],[2,8],[-10,14],[12,15],[22,-2],[2,26],[42,5]],[[4380,2727],[28,-22],[44,-17],[30,-5],[84,-53],[-36,-28],[42,-29],[11,-16],[-1,-24],[21,-18],[16,-23],[2,-14],[11,-9],[24,-2],[5,-7],[19,-6],[-8,-7],[7,-15]],[[4748,2608],[21,-23],[29,-9],[31,-25],[78,-25],[-14,-15],[2,-29],[-21,-18],[2,-19],[-11,-23],[-36,-1],[-13,12],[-17,4],[20,-19],[2,-19],[-5,-1],[-20,11],[-20,0],[-16,7],[-47,0],[-14,7],[-10,15],[-10,-6]],[[4380,2727],[3,25],[-12,8],[11,20]],[[4382,2780],[16,-4],[9,6],[22,0],[6,-7],[32,-3],[-5,-28],[20,-10],[22,-23],[10,12],[38,22],[14,-10],[36,5],[-3,-9],[10,-21],[27,2],[19,-5],[16,-22],[13,3],[9,-6],[10,12],[8,0],[6,-16],[-25,-22],[-1,-7],[12,-10],[22,0],[20,-14],[-8,-12],[11,-5]],[[6497,2563],[20,-39],[-1,-9],[11,-3],[0,-12],[26,7],[21,-6],[16,7],[59,-23],[24,4],[16,-45],[8,-4],[-4,-8],[55,5],[15,-29],[27,-10],[2,-29],[17,-9],[1,-13],[-12,-11],[10,-17],[-1,-21],[-23,-21],[22,-9],[22,-25],[3,-17],[-42,0],[-10,-13],[-52,-11],[9,-12],[11,0],[-1,-16],[11,-6],[3,-13],[21,-4],[10,-18],[18,-8],[3,-16],[-10,-9],[27,-12],[9,-18],[-2,-10],[12,-13],[-6,-15],[8,-14],[-3,-24],[7,-3],[-1,-14],[12,-3],[-29,-10],[-4,-30]],[[6110,2088],[33,21],[13,1],[8,19],[-9,14],[1,13],[12,6],[-3,5],[-11,1],[-2,9],[13,22],[26,-1],[-13,44],[17,18],[-2,33],[32,10],[-4,48]],[[6221,2351],[19,11],[1,25],[28,2],[-9,14],[13,9],[2,13],[-3,5],[-13,2],[-4,8],[16,1],[9,5],[-17,0],[-9,11],[21,27],[12,1],[15,11],[-4,7],[13,17],[-17,15],[-3,38],[-19,28],[-21,13],[4,5],[16,-2],[10,10],[37,12],[24,4]],[[6342,2643],[19,-9],[41,-4],[17,-16],[53,-21],[25,-30]],[[5176,2812],[24,-7],[5,-23],[14,-1],[20,-20],[9,-27],[-4,-12],[26,-8],[8,-10],[16,-3],[15,-13],[47,-79],[4,-18],[17,-10],[0,-10],[-10,-11],[7,-9],[-11,-28]],[[4748,2608],[13,9],[-2,-8],[14,0],[9,7],[-2,14],[11,0],[42,22],[15,-3],[58,12],[11,18],[-18,16],[7,4],[-4,9],[8,8],[14,-3],[2,-7],[35,-19],[10,-12],[39,15],[22,39],[16,5],[5,-3],[23,11],[34,-1],[9,13],[1,20],[34,20],[7,22],[15,-4]],[[6497,2563],[55,1],[15,19],[22,6],[22,-9],[17,3],[14,-3],[42,-19],[6,-9],[19,-1],[10,-12],[44,16],[17,12],[8,17],[14,9],[-3,16],[31,-24],[13,3],[22,-7],[21,1],[7,-6],[25,-6],[5,-9],[10,17],[1,24],[22,-6],[-6,8],[9,11],[8,2],[6,-8],[7,1],[31,15],[16,-5],[9,4],[21,-20],[19,20]],[[7076,2624],[52,-4],[17,10],[24,-8],[49,-40],[24,-12],[1,-19],[49,-41],[29,-35],[-30,-18],[-14,2],[-5,-5],[-16,5],[-14,-7],[-2,-10],[-10,-8],[-19,3],[-17,15],[-29,-31],[-18,-5],[-20,5],[-19,-21],[-10,-29],[-36,-20],[-17,-3],[-7,-10],[10,-11],[-7,-7],[13,-12],[-6,-7],[3,-15],[-11,-17],[-2,-31],[5,-10],[14,-2],[2,-9],[-19,-26],[-40,-14],[2,-16],[6,-2],[-6,-3],[-10,3],[-3,-4],[11,-17],[0,-20],[-26,-24],[-4,-16],[-35,-25],[-8,-22],[-12,-4],[-5,-14],[-34,-12],[-4,-18],[9,-21],[-16,-25]],[[8461,2495],[15,-18],[47,-23],[6,-12],[-5,-11],[34,-15],[23,-19],[42,-5],[35,-18],[47,3],[60,-9],[13,-4],[7,-11],[34,-11]],[[8819,2342],[1,-3],[3,-2],[1,-4],[0,-7],[-2,-5],[-3,-6],[-3,-2],[-12,-6],[-17,-6],[-9,-4],[-12,-8],[-13,-9],[-6,-5],[-10,-8],[-4,-3],[-9,-5],[-7,-2],[-8,-2],[-4,1],[-9,3],[-15,-6],[-14,-6],[-23,-4]],[[8009,2205],[39,-8],[28,2],[15,7],[39,-8],[-19,13],[-13,28],[-9,5],[9,12],[-21,24],[-14,1],[-8,-9],[-10,-1],[-21,5],[6,9],[25,5],[9,21],[14,-4],[5,9],[-4,13],[34,34],[-4,18],[12,16]],[[8121,2397],[-1,25],[10,6],[7,18],[8,0],[15,-22],[45,10],[16,42],[15,-9],[9,-19],[25,-4],[28,14],[36,-3],[22,9],[-6,13],[-31,18],[-12,24],[6,9],[24,-3],[13,-12],[53,-12],[28,8],[30,-14]],[[3618,2261],[-1,4],[-2,9],[-3,9],[-3,6],[-3,10],[-1,6],[0,2],[4,2],[-1,4],[0,2],[-1,2],[-2,2],[-7,11],[-5,12],[-1,2],[0,3],[2,3],[4,6],[3,4],[1,3],[0,4],[0,5],[0,2],[-3,10],[0,3],[1,4],[6,9],[2,15],[-4,9],[-5,9],[-6,4],[-11,1],[-1,0],[-11,3],[-7,4],[-22,5],[-15,4],[-9,9],[-22,3],[-14,3],[-20,9],[-10,6],[-24,7],[-15,0],[-11,5],[-15,6],[-22,5],[-19,1],[-8,4],[-18,9],[-20,13],[-7,6],[-2,2],[-15,7],[-4,2],[-2,0],[-2,0],[-7,-2],[-3,0],[-6,-1],[-7,1],[-14,3],[-11,7],[-15,12],[-5,3],[-3,3],[-5,3],[-3,1],[-27,5],[-20,1],[-5,6],[-1,9],[1,7],[-1,2],[-1,5],[-1,2],[-2,1],[-3,1],[-5,0],[-14,-15],[-10,-16],[-1,-3],[-8,-8],[-5,-4],[-22,-11],[-2,1],[-6,2],[-7,5],[-19,8],[-7,4],[-5,3],[0,11],[-2,7],[-4,4],[-11,7],[-14,10],[-10,7],[-17,3],[-12,2],[-15,7],[-4,4],[-1,8],[-3,5]],[[2924,2661],[24,15],[3,46],[13,-1],[6,7],[12,36],[21,33],[48,57],[10,3],[4,13],[24,17],[29,9],[23,5],[30,-5],[23,12],[-4,16],[-12,4],[-13,15],[2,16],[35,1],[18,19],[2,16],[20,11],[35,1],[13,-8],[22,7],[30,0],[69,27],[2,-4],[46,10],[24,11],[5,20]],[[3488,3070],[4,-13],[14,-7],[6,-16],[-12,-12],[21,-12],[4,-16],[38,-18],[6,-20],[7,6],[40,-22],[31,-57],[18,-13],[3,-10],[31,-17],[8,-19],[15,2],[6,-8],[28,-1],[39,11],[10,-48],[-32,-33],[9,-25],[20,-7],[-2,-8],[19,-5],[58,-48],[19,7],[34,1],[8,7],[21,1],[29,13],[22,-4],[4,-18],[-21,-7],[23,-31],[-4,-9],[9,-7],[-21,-24],[7,-5]],[[5176,2812],[9,12],[-2,41],[-7,15],[-18,13],[-26,0],[-26,10],[-7,9],[4,12],[-8,8]],[[5095,2932],[6,5],[-4,9],[11,8],[60,9],[15,-6],[25,-2],[4,-7],[24,-4],[59,-51],[67,22],[1,25],[25,18],[25,-22],[8,-20],[11,1],[15,-15],[58,5],[30,-52],[-25,-20],[32,-51],[-1,-46],[8,-25],[23,-2],[6,-5],[-11,-27],[22,-27],[-4,-6],[13,0],[41,18],[-3,16],[13,19],[18,2],[49,-9],[1,-8],[29,-26],[0,-36],[15,-20],[-10,-15],[-4,-26],[-9,-10],[3,-20],[22,-28],[1,-10],[14,-6],[6,-13],[40,-36],[2,-30],[9,-5],[19,1],[11,13],[13,5],[17,-5],[12,12],[24,-9],[39,1],[13,-9],[14,2],[8,-12],[-3,-8],[15,-7],[-1,-16],[20,-7],[7,-13],[10,-3],[11,5],[17,0],[20,-15],[18,1],[4,10],[20,7],[78,-5]],[[6342,2643],[5,8],[21,10],[25,2],[28,28],[24,7],[-3,9],[8,9],[90,22],[37,-4],[11,6],[10,-6],[24,12],[26,5],[12,18],[27,21],[-4,7],[51,2],[12,-12],[58,16],[6,7]],[[6810,2810],[6,-3],[23,15],[-1,12],[18,11],[73,17],[5,17],[45,2],[48,9],[37,21]],[[7064,2911],[23,-31],[13,-3],[8,6],[24,-16],[2,-36],[38,-25],[6,4],[2,-31],[20,-28],[-9,-9],[-42,-2],[-9,-26],[-41,-58],[-1,-12],[-22,-20]],[[8121,2397],[-38,-13],[-30,2],[-9,5],[-14,-6],[-22,0],[-33,16],[-11,22],[-35,6],[-24,32],[-31,4],[-3,15],[-20,6],[1,20],[-68,0],[-5,-13],[5,-7],[-24,-3],[-27,-18],[-32,25],[-1,14],[-13,6],[-8,20],[-10,2],[-2,20],[8,14],[-7,12],[-2,27],[24,10],[17,0],[-3,7],[18,32],[8,3],[28,-7],[27,4],[13,18],[-8,28],[-22,-3],[1,10],[23,1],[4,12],[20,3],[13,17],[14,-1],[0,10],[10,2],[5,14],[18,0],[7,8],[16,-1],[20,11],[1,21]],[[7920,2804],[15,-3],[15,9],[41,1],[7,-21],[12,13],[20,-11],[55,-4],[5,13],[35,29]],[[8125,2830],[45,-27],[27,-6],[-1,-8],[-87,-37],[-60,-46],[34,-17],[0,-8],[63,-6],[44,-43],[18,13],[46,0],[10,-2],[7,-11],[16,-1],[-1,-11],[9,-4],[43,-2],[6,-2],[-6,-5],[5,-4],[24,-1],[20,-14],[57,-2],[15,-15],[50,-21],[-2,-7],[11,-4],[-17,-34],[-40,-10]],[[3647,3294],[36,8],[20,18],[12,-9],[44,-11],[37,18],[25,-1],[13,-7],[50,0],[9,-12],[121,-65],[5,-10],[20,-9],[24,1],[26,-13],[5,-13],[52,-34],[14,-4],[12,-25],[16,-11],[10,3]],[[4198,3118],[33,-26],[10,-14],[5,-17],[-14,-12],[7,-12],[26,-4],[16,-10],[28,-3],[29,-11],[24,-31],[-11,-14],[37,-15],[1,-11],[28,-9],[18,-31],[1,-9],[-13,-7],[14,-18],[-14,-25],[-36,-13],[-25,0],[-14,-11],[14,-16],[15,0],[5,-19]],[[3488,3070],[-60,25],[-13,13],[-25,-8],[-8,2],[-10,16],[19,15],[0,16],[-8,-3],[-56,3],[-13,5],[24,12],[-16,11],[6,17],[11,8],[8,-6],[11,11],[21,-2],[3,17],[14,7],[7,14],[-16,26],[4,13],[15,15],[-5,10],[24,15],[-4,12],[14,12],[46,18]],[[3481,3364],[26,-20],[0,-13],[12,-15],[35,-18],[36,-13],[30,-3],[27,12]],[[4991,2982],[13,-4],[11,-23],[22,-2],[21,-14],[37,-7]],[[4198,3118],[16,13],[22,-13],[13,-2],[39,11],[25,-5],[26,10],[8,-5],[38,-1],[38,12],[2,10],[26,17],[25,4],[3,10],[16,6],[2,13],[24,21],[46,-9],[33,-2],[20,8],[8,-7],[45,-1],[5,5],[-3,30],[19,17],[68,-2],[-4,5]],[[4758,3263],[10,-2],[-1,-12],[13,0],[2,-11],[36,-13],[24,-31],[27,-16],[16,-20],[0,-27],[23,-16],[-20,5],[-36,-1],[-5,5],[-23,-6],[-26,5],[-5,-10],[5,-11],[28,-20],[-23,-10],[-27,-3],[-8,-11],[18,-14],[42,3],[18,-22],[41,6],[21,-26],[16,-4],[9,3],[22,-17],[36,-5]],[[5513,3253],[38,-25],[1,-19],[9,-10],[15,-4],[16,-27],[19,-18],[16,-5],[0,-11],[16,-11],[23,22],[-8,10],[11,-6],[38,11],[21,-15],[6,-2],[8,9],[9,-11],[19,-1],[21,-13],[8,16],[42,1],[42,49],[50,-3],[16,-7]],[[5949,3183],[7,-7],[-16,2],[-5,-11],[18,-25],[-8,-21],[11,-15],[21,-5],[1,-19],[26,1],[33,-12],[-1,8],[12,3],[4,8],[-10,19],[9,17],[12,4],[17,-2],[18,-14],[23,-37],[23,-6],[0,-10],[-14,-22],[9,-23],[-19,-16],[28,-13],[-15,-16],[8,-2],[5,-17],[28,-13],[-7,0],[-2,-14],[-19,-4],[-2,-11],[-10,3],[-21,-24],[4,-5],[6,8],[10,-2],[18,-16],[-34,-23],[0,-38],[-10,-12],[26,-11],[2,-23],[7,-7],[-4,-10],[14,-5],[15,8],[27,2],[8,-4],[-8,-3],[-1,-9],[28,-7],[-7,-10],[9,-30],[44,-14],[21,-28],[51,7],[3,-14]],[[4991,2982],[3,17],[24,19],[27,40],[6,4],[28,-1],[12,10],[12,2],[14,20],[-16,26],[12,14],[-3,9],[-14,8],[-3,14],[9,17],[-10,14],[32,23],[21,-1],[4,8],[-10,3],[9,20],[-3,21],[28,6],[63,-26],[20,16],[40,12],[11,-1],[11,-11],[22,-6],[0,-12],[11,-10],[38,-18],[17,-1],[18,6],[41,1],[22,26],[26,2]],[[7064,2911],[46,24],[0,19],[12,4],[26,-2],[-15,27],[-20,9]],[[7113,2992],[13,9],[31,-3],[20,5],[52,-11],[16,1],[29,22],[31,4],[-3,12],[11,8],[6,-10],[20,-9]],[[7339,3020],[34,-29],[3,-8],[-10,-16],[6,-8],[41,13],[25,36],[8,-2],[4,-18],[56,13],[17,18],[8,-5],[6,16],[45,-19],[28,-6],[11,-8],[26,25],[1,-11],[12,-3],[14,-19],[0,-11],[12,-1],[21,-20],[19,-8],[-4,-10],[19,-15],[20,-6],[39,-26],[5,-1],[8,8],[33,-33],[35,-12],[12,-11],[14,-4],[13,-35]],[[8841,2654],[-5,-10],[25,-19],[12,-20],[57,-30],[12,-14],[41,-18],[16,-17],[0,-7],[-9,-3],[40,-23],[28,0],[5,5],[21,-5],[-1,-13],[14,2],[12,-18],[16,-4],[-22,-18],[-4,-22],[-19,-16],[0,-8]],[[9080,2396],[-11,10],[-5,0],[-12,-2],[-11,-4],[-8,-3],[-23,2],[-20,-6],[-6,-2],[-6,-6],[-2,-6],[-2,-3],[-3,-2],[-3,-4],[-8,-4],[-3,-6],[-1,-2],[-1,-9],[2,-7],[3,-6],[3,-7],[-28,17],[-9,4],[-17,3],[-12,7],[-19,9],[-9,4],[-2,1],[-11,-8],[-14,-6],[-8,-3],[-7,-4],[-8,-11]],[[8125,2830],[55,60],[30,9],[36,-2],[30,13]],[[8276,2910],[68,-21],[63,7],[8,16],[17,0],[5,18],[5,2],[14,-8],[18,2],[6,6],[11,2],[10,10],[9,-2],[11,7],[52,64]],[[8573,3013],[25,-15],[-4,-14],[7,-7],[10,1],[7,-16],[12,-6],[9,6],[3,-3],[18,4],[22,-11],[14,0],[14,-24],[26,-22],[-6,-29],[5,-13],[-16,-2],[3,-10],[-20,-16],[-1,-7],[12,-16],[26,-16],[28,-7],[8,-15],[-8,-18],[12,-12],[0,-14],[10,-8],[24,-8],[31,1],[24,-7],[-2,-6],[-15,-5],[-9,-21],[-17,-12],[16,-11]],[[2924,2661],[-16,3],[-8,3],[0,4],[6,12],[-1,3],[-17,10],[-3,6],[-9,9],[-16,9],[-21,11],[-40,12],[-48,22],[-9,12],[-8,15],[-3,6],[-16,13],[-5,6],[-13,20],[-6,9],[6,3],[2,10],[1,7],[1,6],[3,10],[2,2],[0,8],[-7,6],[-5,4],[-9,0],[-3,-1],[-16,-6],[-7,-5],[-5,-3],[-7,-5],[-5,-1],[-4,-2],[-26,-6],[-23,-6],[-5,0],[-2,0],[-2,-2],[-8,-9],[-1,-6],[-3,-5],[-7,3],[-3,1],[-7,3],[-4,2],[-1,1],[-1,1],[-1,2],[-6,11],[-2,3],[-9,1],[-9,0],[-9,-2],[-6,-1],[-4,0],[-7,8],[-6,11],[-7,7],[-4,2],[-13,6],[-5,2],[-3,0],[-10,-3],[-9,-8],[-8,-7],[-5,-3],[-9,-6],[-18,-8],[-5,-4],[-3,-3],[-5,-2],[-12,5],[3,13],[-4,13],[8,5],[2,1],[4,0],[3,4],[-4,4],[-10,5],[-10,5],[-2,0],[-9,1],[-4,-1],[-6,-2],[-4,-3],[-18,-1],[-3,1],[-11,4],[-1,2],[3,6],[-6,3],[-13,3],[-2,0],[-8,0],[-6,-1],[-5,1],[-7,6],[-5,5],[-1,2],[-8,18],[-7,22],[0,3],[1,6],[2,5],[-2,9],[-1,3],[-2,1],[-18,13],[-2,0]],[[2217,3023],[7,26],[-25,18],[1,14],[7,2],[20,-10],[41,11],[60,-7],[20,6],[32,-10],[19,3],[23,16],[11,-5],[10,12],[4,32],[-21,4],[-25,16],[-1,21],[-15,8],[10,15],[10,0],[8,10],[-9,20],[5,7],[-12,0],[-9,11],[-11,0],[10,8],[-13,12],[5,11],[-16,-6],[-5,9],[15,9],[-11,11],[9,22],[15,-4],[7,9],[13,4],[35,-4],[26,5],[35,15],[-3,10],[27,0],[-2,6],[-15,6],[-5,11],[-24,6],[5,44],[-7,10]],[[2478,3437],[29,2],[12,16],[16,-7],[20,4],[6,13],[-14,19],[10,15],[-4,10],[59,37],[7,18],[16,12],[-1,9],[5,-4],[19,7],[16,-11],[14,4],[40,-12],[20,3],[46,-7],[10,13],[-10,2],[-4,8],[5,16],[4,-7],[6,3],[2,14],[9,3],[13,-7],[9,12],[22,1],[17,15],[19,7],[13,-1],[12,9]],[[2921,3653],[-6,-19],[29,-34],[11,-3],[4,-27],[28,-38],[31,-12],[12,-40],[19,-5],[22,-18],[-19,-43],[30,-17],[10,-14],[22,-7],[4,-11],[38,4],[24,20],[35,-2],[18,-6],[12,1],[9,10],[68,0],[16,-7],[7,19],[12,8],[41,-1],[18,7],[35,-11],[30,-43]],[[7039,3235],[-1,-20],[18,-23],[6,-26],[-6,-10],[-19,0],[14,-53],[4,-10],[14,2],[18,-28],[30,-23],[-3,-15],[-29,-25],[28,-12]],[[6810,2810],[-12,14],[-65,22],[-7,-3],[-5,13],[6,22],[-31,28],[15,36],[-10,10],[-2,20],[21,5],[25,17],[-3,7],[-27,14],[23,32],[-17,1],[-20,10],[-9,-5],[-11,8],[-14,1],[5,16],[13,6],[14,17],[-2,17],[9,28],[19,-10],[12,3],[3,-9],[8,3],[-1,17],[-30,16],[-5,8],[9,6],[0,11],[16,7],[-1,4]],[[6736,3202],[8,4],[25,-2],[19,-16],[22,-8],[6,-9],[18,-2],[10,-16],[24,-3],[17,42],[-16,64],[56,8],[23,-24],[29,8],[62,-13]],[[1888,3777],[28,-16],[20,-33],[-8,-7],[3,-4],[37,-23],[14,-1],[33,-13],[22,-1],[18,-21],[12,4],[14,-6],[7,22],[34,-12],[22,5],[2,-8],[61,-18],[3,-24],[37,-7],[18,-9],[0,-14],[36,-8],[0,-23],[17,-5],[3,-23],[22,-12],[-6,-14],[4,-8],[25,3],[36,-8],[19,5],[14,-15],[-2,-22],[19,-7],[8,-8],[12,-2],[6,-7]],[[2217,3023],[-25,2],[-9,-4],[-1,-6],[-24,-3],[-9,1],[-8,5],[-5,7],[-3,6],[-4,9],[-10,1],[-9,0],[-17,-1],[-17,-2],[-19,1],[-25,-5],[-20,-1],[-7,6],[-1,1],[-3,5],[-1,2],[0,3],[1,3],[-3,4],[-10,7],[-11,6],[-9,3],[-5,2],[-2,0],[-18,-1],[-15,3],[-22,4],[-7,15],[-2,11],[0,8],[0,6],[-2,6],[-6,6],[-9,10],[-1,3],[-2,4],[-6,8],[-2,2],[-18,13],[-15,7],[-10,3],[-11,3],[-11,3],[-9,3],[-17,6],[-26,2],[-13,2],[-14,2],[-17,3],[-21,5],[-8,2],[-4,2],[-3,7],[-2,13],[-7,16],[-10,11],[-11,11],[-6,10],[-1,9],[-2,10],[5,8],[6,12],[3,6],[7,11],[4,7],[-5,9],[-14,15],[-4,5],[-7,5],[-9,4],[-5,0],[-6,0],[-11,2],[-7,2],[-6,2],[-23,3],[-21,5],[-8,2],[0,1],[-8,12],[-15,10],[-17,8],[-4,1],[-14,7],[0,2],[0,5],[1,3],[0,11],[-1,6],[-4,11],[-4,4],[-6,6],[-12,4],[0,9],[-1,11],[0,3],[2,12],[-4,12],[-11,5]],[[1434,3544],[23,6],[-1,11],[23,-3],[23,15],[-51,58],[-22,14],[5,7],[-5,10],[17,16],[11,0],[24,13],[9,10],[37,12],[1,10],[-7,6],[20,14],[10,20],[11,2],[16,11],[33,-4],[13,-7],[54,-3],[59,-15],[9,-16],[62,27],[26,32],[30,-1],[24,-12]],[[7861,3127],[47,-17],[130,-68],[51,-9],[13,-13],[-6,-13],[20,-4],[75,-1],[12,17],[16,-12],[3,-12],[21,-6],[-10,-22],[43,-57]],[[7339,3020],[17,14],[-11,44],[8,29],[14,16],[3,13],[17,8],[-17,23],[2,7]],[[7372,3174],[17,-1],[15,18],[3,-7],[19,0],[18,-18],[21,7],[7,-3],[8,14],[19,7],[3,13]],[[7502,3204],[5,-4],[16,9],[35,0],[37,14],[11,14],[19,-3],[64,14],[8,-9],[11,4],[10,-13],[19,-7],[31,-6],[24,-40],[29,-28],[40,-22]],[[7039,3235],[-3,22],[48,-9],[15,-40],[26,9],[36,4],[-1,13],[31,5],[2,17],[-6,5]],[[7187,3261],[31,5],[-4,11],[11,17],[31,1],[27,-8],[16,19],[18,-7],[10,7],[12,-32],[-10,-17],[6,-4],[-1,-12],[37,-34],[1,-33]],[[4671,3692],[5,-2],[-8,-28],[-22,-37],[8,-19],[-11,-15],[18,-6],[15,-15],[10,8],[33,-8],[29,9],[6,-9],[13,10],[9,-5],[20,0],[4,-4]],[[4800,3571],[-2,-20],[19,-24],[-7,-49],[13,-28],[-2,-15],[-20,-12],[-22,-30],[-15,0],[-14,-14],[13,-64],[-4,-10],[-19,-15],[0,-12],[6,-10],[12,-5]],[[3647,3294],[-21,20],[8,15],[-2,15],[40,13],[28,3],[7,24],[30,6],[3,37],[14,17],[20,3],[20,-4],[7,-17],[15,3],[4,9],[-9,20],[26,21],[1,36],[-15,6],[-13,21],[10,12],[13,-7],[3,14]],[[3836,3561],[46,-20],[13,6],[21,0],[22,25],[34,1],[20,11],[31,-15],[-6,15],[7,16],[33,10],[25,-7],[22,-17],[5,-15],[39,-2],[25,18],[24,6],[30,29],[27,6],[20,-2],[7,11],[25,-10],[34,9],[15,-8],[3,-12],[38,-2],[11,1],[-3,12],[8,8],[-13,17],[14,6],[74,0],[33,18],[28,2],[8,6],[22,2],[10,8],[-9,2],[5,10],[36,-4],[20,-10],[31,0]],[[7516,3370],[-4,-23]],[[7512,3347],[-118,17],[-80,2],[-16,10],[9,10]],[[7307,3386],[39,10]],[[7346,3396],[67,-1],[24,-12],[26,1],[23,-7],[13,18],[13,8],[14,-8],[-10,-25]],[[6160,3562],[-1,-14],[-17,-13],[-18,-34],[-26,-19],[-14,-31],[11,-29],[-18,-6],[5,-30],[47,-57],[1,-20],[15,-20],[-41,-20],[4,-16],[16,-15],[-20,-17],[-34,-10],[4,-6],[-7,-15],[-24,7],[-24,-24],[-38,16],[-20,0],[-12,-6]],[[5513,3253],[19,10],[-4,25],[7,7],[40,2],[-6,26],[20,31],[2,24],[7,4],[25,1],[14,21],[56,26],[-17,45],[5,8],[31,13],[0,16]],[[5712,3512],[16,5],[21,-10],[33,-1],[5,13],[21,8],[19,-4],[19,7],[12,10],[-1,7],[23,1],[6,-6],[20,10],[18,-1],[7,7],[65,8],[25,17],[16,-2],[19,-15],[13,2],[14,-13],[11,-1],[26,9],[28,-4],[12,3]],[[8841,2654],[27,-4],[18,-8],[9,3],[13,-12],[23,6],[16,11],[31,-2],[28,-48],[39,-16],[24,12],[33,4],[8,6],[4,-5],[24,-1],[8,-6],[15,25],[-16,11],[0,23],[20,10],[-4,8],[16,-1],[9,-12],[22,-8],[7,-12],[5,2],[-6,8],[38,12],[-9,28],[2,5],[13,4],[-3,4],[37,13],[20,-9],[16,4],[20,16],[18,-3],[-4,8],[-11,1],[11,6],[-7,6],[33,43],[0,11],[15,6],[1,14],[-7,-2],[-11,11],[-15,-1],[-22,22],[15,7],[0,12],[40,-6],[7,4],[-5,8],[-5,-1],[0,12],[-11,2],[-11,14],[12,9],[-30,5],[-5,23],[20,10],[-8,11],[6,9],[34,0],[41,14],[29,-16],[36,16],[52,-16],[42,-30],[35,23],[28,10],[18,0],[7,7],[-12,5],[32,20],[4,7],[-8,7],[25,14],[-3,6],[9,4],[3,16],[14,6],[-7,27],[7,28],[-6,7],[13,16],[-4,20]],[[9763,3157],[6,-1],[11,-2],[11,-4],[13,-11],[10,-7],[6,-3],[10,-6],[7,-7],[5,-4],[22,8],[18,2],[9,0],[17,-4],[22,-4],[12,-2],[12,-6],[11,-6],[12,-7],[12,-5],[7,-1],[3,-10],[-5,-5],[-16,-15],[-17,-13],[-3,-4],[-4,-6],[-3,-4],[0,-2],[12,-5],[7,-4],[3,-3],[4,-11],[-5,-10],[-1,-8],[1,-8],[1,-7],[1,-4],[-2,-9],[-6,-13],[-3,-5],[-6,-6],[-9,-14],[-3,-8],[-2,-5],[-5,-8],[-6,-4],[-9,-4],[-26,-16],[-13,-7],[-14,-11],[-13,-3],[-8,0],[-26,-6],[-6,-3],[-29,-16],[-1,-10],[-10,-24],[-7,-15],[-5,-7],[-8,-4],[-4,-4],[-10,-9],[-1,-2],[-3,-26],[-3,-2],[-40,-16],[-43,-16],[-32,-39],[-33,-15],[-32,-12],[-43,-12],[-8,-2],[-7,-2],[-19,-7],[-12,-2],[-3,-1],[0,-1],[0,-17],[0,-15],[0,-2],[0,-13],[0,-9],[-7,-13],[-8,-3],[-2,0],[-6,-2],[-4,-1],[-3,2],[-4,0],[-2,-1],[-1,-3],[2,-9],[10,-17],[8,-6],[2,-8],[-1,-8],[-4,-11],[-9,-11],[-12,-4],[-16,-11],[1,-4],[0,-8],[-3,-6],[-7,-6],[-6,-9],[1,-5],[-9,-7],[-8,-8],[-7,-4],[-15,-3],[-6,0],[-5,3],[-8,2],[-7,2],[-24,-4],[-27,-3],[-3,-1],[-22,-13],[-8,-4],[-6,-3],[-2,0],[-7,-3],[-11,-6],[-1,-6],[3,-2],[-4,-4],[-6,-3],[-7,2],[-2,5],[0,8],[0,8],[-2,1],[-21,8],[-8,5],[-2,1],[-11,3],[-8,0],[-8,-4],[-3,-2],[-1,-1],[-15,-5],[-3,0],[-13,8],[-12,9],[-2,2],[-10,11],[-2,2]],[[6329,3519],[46,-24],[52,-2],[94,-24],[16,0],[21,7],[12,-6],[25,15],[14,21]],[[6609,3506],[8,-21],[-14,-14],[0,-22],[-17,-16],[-3,-41],[24,-37],[17,-11],[7,-21],[28,-9],[22,-16],[20,8],[17,0],[-23,-9],[-36,-30],[17,-13],[-2,-9],[14,-12],[7,-4],[9,3],[13,-13],[6,3],[13,-20]],[[6160,3562],[8,10],[48,-10],[47,-27],[29,-7],[10,8],[13,-1],[14,-16]],[[7512,3347],[6,-13],[-13,-17],[-22,-9],[6,-8],[8,5],[11,-9],[14,-36],[6,-2],[-9,-11],[5,-26],[-15,-5],[-7,-12]],[[7187,3261],[-49,1],[3,10],[12,4],[0,11],[-30,12],[-17,0],[-32,48],[-20,12],[-7,-7],[-33,-11],[-26,4],[-6,-7],[-16,20],[-9,1],[-4,14],[-30,27],[16,10],[33,38]],[[6972,3448],[5,3],[12,-4],[-1,7],[6,-3],[19,6],[2,-4],[51,22],[2,-11],[11,-2],[16,-20],[21,-9],[-9,-9],[0,-10],[21,-9],[28,1],[3,-6],[-13,-4],[11,-8],[15,6],[18,-2],[7,-8],[12,11],[10,-3],[6,-12],[11,-5],[6,2],[-2,8],[16,1],[25,8],[15,1],[11,-9]],[[5522,3589],[28,-13],[17,7],[36,-6],[43,1],[6,-5],[-2,-21],[22,-2],[19,7],[8,-17],[11,-9],[2,-19]],[[4800,3571],[13,0],[3,-7],[8,10],[26,-1],[13,9],[10,0],[17,11],[0,33],[11,16],[39,13],[31,1],[38,19],[23,20],[11,-5],[15,5],[1,-11],[21,-9],[19,18],[12,-1],[10,6],[20,0],[22,-13],[5,-24],[12,-9],[1,-11],[10,-9],[15,-3],[5,-15],[42,-15],[10,8],[-7,17],[6,22],[21,8],[30,3],[8,-11],[34,-8],[1,-17],[-15,-18],[3,-17],[-9,-19],[12,-27],[9,-4],[9,3],[8,15],[12,-11],[17,3],[18,-9],[11,5],[20,-2],[12,-10],[11,10],[-3,28],[18,12],[32,-18],[12,1],[-20,14],[9,12]],[[6879,3524],[45,-23],[48,-53]],[[6609,3506],[4,6],[29,3],[10,12],[35,20],[29,-15],[15,-22],[16,-4],[27,9],[60,5],[24,12],[21,-8]],[[7912,3447],[-12,-17],[36,-18],[-7,-10],[4,-7],[-13,-15],[18,-33],[-9,-11],[31,-12],[20,-30],[22,-11],[-20,-15],[-1,-9],[-14,7],[-46,-9],[8,-16],[-25,-16],[-8,-32],[-19,-5],[-16,-61]],[[7516,3370],[18,-3],[13,-24],[21,-2],[20,12],[16,-9],[15,0],[28,15],[13,-5],[31,34],[-6,21],[4,27],[6,8],[7,-4],[16,7],[7,19],[9,-5],[9,1],[19,9],[1,7],[31,-13],[57,5]],[[7851,3470],[32,-12],[19,1],[10,-12]],[[1593,4097],[44,-14],[17,1],[8,-12],[35,8],[53,-17],[5,-8],[14,5],[17,-6],[8,6],[8,-11],[10,2],[25,-9],[15,-21],[14,1],[17,-7],[0,-6],[16,-9],[23,-5],[-2,-6],[10,-9],[11,4],[-5,-9],[5,-10],[16,-3],[-2,7],[9,3],[-4,12],[20,-1],[1,15],[12,-1],[-1,9],[-10,5],[33,10],[5,-5],[-5,-7],[16,-14]],[[2031,3995],[-1,-22],[9,-11],[18,4],[-7,-13],[12,-2],[-1,-7],[-33,-13],[-9,-15],[-10,1],[-18,-15],[-38,-2],[-3,-7],[9,-6],[1,-20],[-4,-9],[-22,-10],[10,-13],[-14,-5],[5,-15],[-11,-15],[-13,2],[-23,-25]],[[1434,3544],[0,1],[-4,1],[-2,1],[-3,0],[-9,1],[-10,0],[-23,3],[-27,0],[-4,1],[-10,5],[-14,9],[-16,4],[-5,4],[-4,6],[-3,8],[-6,5],[-3,1],[-2,2],[-4,1],[-14,1],[-24,0],[-13,0],[-12,2],[-12,4],[-12,10],[-10,10],[-5,6],[-7,8],[-4,5],[-9,8],[-14,8],[-2,1],[-8,3],[-7,0],[-7,0],[-8,-3],[-3,0],[-8,1],[-4,1],[-5,2],[-8,4],[-6,2],[-7,1],[-9,0],[-3,0],[-6,2],[-2,2],[-11,6],[-10,6],[-9,5],[-17,8],[-18,6],[-15,3],[-9,9],[-11,10],[-10,5],[-16,7],[-19,10],[-8,5],[-5,4],[5,18],[2,15],[-1,16],[4,7],[4,11],[-5,12],[-6,16],[0,7],[3,1],[21,0],[21,3],[22,1],[-4,9],[-5,15],[-2,19],[7,18],[3,11],[2,15],[2,5],[4,9],[1,5],[-3,11],[-2,4],[-3,4],[-4,5],[-6,7],[-1,9],[9,-1],[14,-3],[10,-1],[12,4],[19,10],[-6,9],[-4,3],[-19,-5],[-13,-4],[1,3],[3,4],[12,9],[12,-1],[9,-9],[19,-9],[10,0],[19,5],[5,1],[3,-2],[7,-6],[9,-10],[7,-3],[17,-2],[14,-1],[8,0],[17,1],[20,1],[16,7],[5,4],[4,3],[13,13],[7,5],[13,6],[10,5],[9,1],[5,-1],[1,-4],[3,-3],[2,-1],[24,-7],[1,-2],[0,-8],[1,-7],[4,-6],[1,-1],[7,-2],[2,0],[7,0],[7,2],[4,1],[2,-1],[2,-1],[11,-8],[-5,-13],[-1,-16],[7,-11],[10,0],[9,1],[7,3],[9,4],[17,12],[20,4],[11,1],[4,0],[16,1],[12,-3],[7,-3],[11,-2],[3,-1],[10,0],[21,-2],[4,-1],[5,-2],[3,-3],[9,-2],[11,0],[10,4],[19,6],[21,16],[-1,5],[-4,7],[-10,10],[-8,5],[-7,0],[-2,13],[3,9],[7,14],[1,7],[-1,6],[-11,16],[-11,17],[1,2],[2,2],[2,2],[9,6],[6,3],[6,2],[2,-1],[10,-12],[7,-8],[10,-1]],[[2573,4020],[20,-2],[10,6],[0,-13],[15,-2],[6,8],[29,-19]],[[2653,3998],[-3,-7],[-29,-5],[-1,-19],[10,-1],[-1,-10],[-22,-12],[-11,-15],[-24,-6],[-4,-6],[26,-13],[11,-25],[14,-5],[14,-19],[21,0],[-1,-5],[28,-9],[17,6],[18,-1],[19,-8],[-4,-7],[11,-10],[-3,-10],[72,-7],[26,-10],[8,-37],[22,-14],[8,-30],[-2,-19],[21,-31],[24,-1],[3,-9]],[[2031,3995],[54,18],[5,22],[24,9],[17,27],[21,-1],[3,15],[34,32],[11,-3],[3,-7],[7,1],[15,-14],[23,-52],[10,-7],[-3,-13],[23,-15],[20,17],[14,-2],[9,10],[-5,3],[29,9],[53,-15],[32,4],[40,-9],[13,-9],[18,-4],[13,6],[46,-7],[13,10]],[[8621,3462],[-21,-35],[-26,-3],[2,-10],[-11,-18],[-26,-10],[-20,-2],[-10,-14],[7,-14],[18,-7],[12,-28],[-7,-25],[22,-6],[16,-11],[-8,-16],[23,-8],[19,1],[-2,-6],[35,-29],[22,-38],[-4,-17],[-9,-4],[-1,-45],[-49,5],[-15,-8],[11,-21],[22,-12],[-36,-15],[1,-13],[-18,-3],[5,-37]],[[7912,3447],[20,1],[46,12],[28,-6],[38,-1],[32,-7],[16,-20],[112,-28],[51,10],[51,-6],[26,3],[23,6],[22,14],[-13,45],[18,18],[-6,18],[18,10],[-3,18]],[[8391,3534],[49,-10],[9,4],[18,-4],[10,-13],[19,-5],[20,-19],[13,10],[20,1],[21,-7],[35,-30],[16,1]],[[7346,3396],[0,10],[10,7],[-16,3],[10,11],[-19,7],[-19,-1],[-8,17],[9,7],[26,2],[7,16],[10,4],[15,58],[-4,29],[9,16],[19,9],[-43,16],[-15,12],[-73,15],[-5,12],[9,4],[-11,6],[14,4],[16,15],[5,-6],[29,-3],[48,5],[20,-11],[17,0],[34,10]],[[7440,3670],[25,-11],[31,-34],[-5,-34],[48,-20],[10,-26],[30,-7],[22,4],[27,-5],[77,6],[24,-12],[18,-1],[14,-12],[60,-19],[25,-18],[5,-11]],[[4671,3692],[18,3],[-4,44],[21,10],[-11,6],[-2,21],[-14,11],[-4,23],[-23,18],[-3,20],[-17,9],[4,7]],[[4636,3864],[27,16],[13,-5],[12,-13],[28,-1],[30,-13],[16,2],[1,8],[27,23],[26,0],[23,-32],[27,-3],[16,-8],[11,0],[6,-7],[28,-3],[77,18],[27,-3],[26,24]],[[5057,3867],[37,0],[11,11],[24,-2],[16,23],[21,8],[13,-18],[13,0],[19,-14],[22,-35],[14,-3],[24,-15],[34,-5],[14,-6],[10,11],[21,8],[11,15],[20,5],[9,-7],[7,6],[20,0],[3,-13],[-12,-13],[23,-16],[22,13],[46,-8],[8,6],[20,19],[-5,11],[27,13],[-6,31]],[[5543,3892],[22,17],[15,-3],[1,4],[15,-5],[22,13],[3,-11],[8,4],[31,-1],[9,-15],[6,-39],[-16,-12],[-2,-16],[21,-22],[46,2],[13,-3],[-82,-49],[40,-31],[-8,-11],[-25,-9],[-13,-20],[-32,-25],[-21,-4],[-36,-49],[-25,0],[-16,-13],[3,-5]],[[6879,3524],[14,1],[81,33],[58,9],[9,27],[-36,9],[15,23],[-8,4],[-23,-9],[-3,5],[12,17],[-7,11],[20,13],[25,-13],[31,6],[14,-14],[18,1],[47,35],[21,33],[24,15],[27,27],[24,0],[17,-6],[-1,-3],[51,-1],[14,-9],[15,11],[29,6]],[[7367,3755],[18,-19],[20,-4],[10,-8],[0,-13],[25,-41]],[[3724,4074],[-15,-7],[-11,-17],[5,-13],[-5,-18],[16,-7],[-27,-8],[-19,-33],[-26,-3],[-51,-39],[-20,1],[-22,-16],[12,-3],[24,4],[-13,-13],[23,-3],[1,-15],[23,-3],[7,-18],[10,-9],[33,-7],[37,-17],[17,-15],[2,-11],[19,-15],[9,-24],[22,-12],[28,-29],[3,-14],[-21,-21],[5,-21],[-7,-21],[-11,-9],[13,-8],[6,-15],[20,0],[-15,-16],[-23,1],[-6,-14],[9,-20],[16,-13],[10,-1],[26,15],[8,-6]],[[2653,3998],[35,-10],[24,-26],[21,1],[52,13],[2,8],[14,3],[9,16],[-8,10],[15,8],[12,16],[21,-1],[12,2],[2,7],[16,1],[47,40],[85,-10],[33,15],[-2,25],[-23,30],[12,21],[11,0],[-14,7],[2,6],[34,-5],[12,-8],[44,-4],[13,-10],[21,5],[29,-3],[17,-7],[17,5],[5,33],[25,8]],[[3248,4194],[11,-8],[37,13],[20,-15],[9,8],[20,-10],[20,9],[28,2],[18,-13],[8,1],[14,-14],[0,-27],[11,-14],[3,8],[10,-2],[18,12],[34,-9],[46,4],[15,11],[40,-20],[6,-19],[31,-2],[14,-16],[11,-2],[2,7],[12,0],[38,-24]],[[8621,3462],[17,-5],[10,4],[14,-10],[24,8],[24,12],[15,18],[-2,7],[25,9],[19,-9],[15,-32],[19,-14],[16,-3],[0,-8],[16,-2],[9,-12],[-1,-9],[18,9],[14,0],[80,-28],[23,-1],[2,10],[-19,20],[8,13],[-1,21],[65,25],[12,13],[23,2],[15,9],[26,46],[16,10],[62,9]],[[9185,3574],[0,-1],[15,-12],[10,-5],[4,-1],[23,-2],[22,0],[12,0],[11,2],[7,1],[20,2],[9,-1],[19,-9],[2,-2],[1,-3],[16,-4],[14,0],[6,-2],[9,-5],[9,-8],[4,-1],[9,-4],[16,-3],[3,-2],[1,-3],[2,-13],[-1,-2],[-1,-5],[4,-7],[11,-7],[17,-7],[9,-6],[13,-12],[7,-14],[3,-3],[3,-2],[18,-8],[8,-2],[4,1],[14,-3],[22,-9],[6,-5],[3,-3],[2,-6],[1,-9],[3,-14],[2,-5],[6,-7],[4,-3],[4,-8],[2,-3],[0,-6],[0,-1],[3,-2],[15,-13],[-3,-10],[-3,-11],[1,-4],[5,-9],[8,-12],[12,-2],[13,-1],[9,-4],[16,-12],[0,-12],[1,-14],[2,-4],[19,-14],[14,-18],[10,-11],[12,-8],[8,-13],[7,-4],[16,-6],[5,-1]],[[4914,4176],[38,-14],[33,12],[15,-11],[2,-18],[-9,-7],[6,-4],[28,5],[9,-15],[35,-1],[5,-10],[20,-5],[-20,-22],[-10,4],[-21,-13],[5,-7],[-6,-8],[-24,-6],[-22,0],[-6,-31],[-11,-17],[9,-11],[-4,-26],[29,-1],[7,-7],[-10,-15],[10,-13],[-6,-14],[12,-7],[-3,-6],[14,-4],[-6,-22],[24,-15]],[[4636,3864],[-12,-2],[-50,15],[-12,-4],[-25,7],[0,31],[9,22],[38,2],[13,7],[7,-7],[23,2],[52,-13],[14,6],[13,0],[6,12],[0,11],[-15,14],[-20,5],[-5,16],[-20,3],[-9,-4],[-5,27],[-21,14],[2,14],[-29,23],[-2,22],[-13,5],[-1,14],[24,20],[3,20],[14,4],[-8,12],[11,12],[15,13],[39,14],[35,52],[21,10],[12,0],[9,6],[-6,9],[10,2],[32,-14],[4,-8],[-6,-11],[6,-7],[28,6],[17,-11],[-1,-6],[-32,-7],[-1,-8],[16,-5],[23,8],[-4,-16],[11,-4],[16,24],[16,-15],[24,5],[21,-11],[-21,-19],[12,-5]],[[7565,3957],[4,-8],[25,-1],[13,-20],[39,-2],[17,-12],[-20,-17],[-10,-28],[44,-19],[10,-27],[44,-26],[31,23],[46,-22],[17,1],[28,-19],[33,-2],[11,-13],[-6,-15],[20,-2],[11,-9],[53,-9],[22,7],[-1,-6],[19,-1],[1,8],[19,-3],[22,15],[1,6],[22,3],[71,-22],[3,-10],[-14,-20],[15,-14],[-8,18],[17,-4],[6,5],[37,-13],[26,-23],[13,18],[28,18],[22,26],[14,-16],[26,-7],[5,-11],[5,5],[11,-12],[5,5],[44,-23],[4,-15],[-9,-5],[11,-9],[-2,-28],[-18,-19],[-4,-10],[9,-22],[-21,-28],[15,-9]],[[7367,3755],[-18,14],[0,23],[31,5],[11,47],[-20,19]],[[7371,3863],[30,4],[7,8],[27,0],[6,8],[31,1],[3,8],[33,-18],[29,2],[8,10],[2,8],[-27,16],[-4,11],[-28,13],[-23,20],[3,57],[23,2],[52,-17],[11,-29],[11,-10]],[[3090,4465],[19,-5],[17,-24],[3,-17],[-13,-14],[12,-27],[42,-13],[7,-11],[20,4],[33,-12],[1,-34],[-19,-16],[8,-13],[1,-21],[-10,-1],[-22,-16],[12,-9],[46,-17],[1,-25]],[[2573,4020],[-17,10],[-14,-1],[0,9],[15,14],[-10,33],[-48,7],[-6,22],[-10,5],[7,16],[51,-6],[27,13],[-18,12],[1,12],[-11,14],[5,5],[13,-6],[18,8],[8,9],[0,16],[-6,9],[-43,13],[7,18]],[[2542,4252],[106,50],[2,11],[-15,5],[-3,9],[-29,7],[3,17],[21,30],[-12,27],[29,3],[13,-9]],[[2657,4402],[12,-17],[10,-3],[17,-21],[17,-10],[40,0],[21,-14],[51,27],[16,1],[10,-7],[15,6],[14,31],[21,17],[31,9],[4,11],[12,-3],[12,8],[25,-1],[8,7],[20,2],[2,7],[21,2],[2,24],[8,3],[6,-9],[22,0],[16,-7]],[[1593,4097],[5,17],[1,19],[2,2],[3,2],[11,2],[15,4],[1,1],[1,2],[3,9],[4,10],[3,9],[1,6],[-4,9],[-12,17],[-6,10],[-2,3],[-5,7],[-3,5],[-1,7],[1,1],[2,3],[-2,8],[-3,5],[-6,6],[2,4],[2,4],[7,4],[1,5],[0,5]],[[1614,4283],[45,14],[-23,16],[-8,29],[40,8],[15,12],[-8,35],[4,14],[13,3],[-13,47],[13,5],[13,-2],[16,-11],[10,1],[2,6],[28,-20],[3,12],[25,17],[9,-9],[13,2],[14,9],[-3,25],[12,24],[-10,2],[16,9],[15,-3],[37,8],[12,37],[12,-10],[13,0],[-4,6],[50,-8],[30,10],[35,-23],[55,18],[-8,25],[8,7],[10,-5],[27,1],[20,-17],[12,2],[-3,7],[5,1],[13,-10],[1,-30],[-18,-4],[-25,-18],[3,-11],[11,3],[-6,-8],[23,-25],[48,30],[44,-2],[32,7],[4,-6],[30,-14],[16,-18],[37,-20],[10,-8],[-3,-4],[18,-11],[-19,-24],[2,-15],[-26,-22],[-10,-34],[51,3],[10,-9],[14,2],[34,-10],[-1,-13],[14,-9],[0,-7],[13,-7],[8,5],[6,-12],[33,-20],[-2,-13],[11,-1]],[[6094,4137],[25,-11],[10,1],[8,-7],[1,-13],[19,-11],[25,-3],[8,-16],[20,-4],[22,6],[5,-18],[12,-11],[-10,-26],[19,-16],[20,-2],[40,13],[12,9],[26,4],[-6,7],[4,17]],[[6354,4056],[11,-1],[15,-13],[16,0],[9,5],[-2,13],[12,11],[34,-21],[31,15],[2,-14]],[[6482,4051],[-18,-13],[-4,-12],[-14,-6],[1,-11],[12,-9],[3,-14],[32,-16],[-1,-8],[-12,-6],[16,-27],[6,-25],[12,-6],[30,-1],[17,-22],[-3,-22],[-20,-19],[1,-11],[-13,-17],[1,-13],[-37,-59],[15,-14],[7,-22],[16,-7],[-6,-11],[27,-3],[19,-15],[-15,-15],[-6,-20],[-11,-7],[-36,-13],[-13,-11],[-20,-2],[-5,5],[-12,-8],[-12,0],[1,-11],[-29,-26],[-33,-14],[-48,-8],[-1,-13]],[[5543,3892],[6,12],[-17,-3],[-3,10],[8,23],[26,20],[18,5],[7,11],[23,15],[-4,5],[15,3],[8,11],[-20,8],[7,14],[-11,10],[-5,-5],[-11,0],[-18,12],[-5,-7],[7,-14],[-8,-2],[-10,6],[1,13],[22,35],[-4,27],[-8,3],[7,10],[11,0],[-23,10],[8,10],[-19,16],[7,11],[-13,1],[1,9],[-24,8],[-1,21],[-8,11],[27,20],[2,10],[11,2],[-2,9],[19,7],[26,1]],[[5596,4260],[66,-34],[5,3],[41,-8],[45,1],[10,-10],[10,2],[25,-7],[51,1],[39,-8],[8,17],[19,-1],[17,7],[18,-25],[10,-1],[-1,-11],[-12,-5],[-3,-9],[14,-34],[26,6],[6,-16],[27,1],[8,-9],[19,-5],[36,4],[14,18]],[[5469,4321],[7,-12],[13,-7],[1,-8],[48,-5],[11,-8],[5,2],[4,-10],[11,3],[27,-16]],[[4914,4176],[4,7],[19,2],[1,18],[13,19],[65,28],[-20,38],[9,27],[-4,18],[15,0],[5,8],[-5,15],[-11,4],[20,16],[30,0],[4,10],[11,3]],[[5070,4389],[18,-8],[20,-22],[25,11],[16,-6],[19,20],[20,4],[5,-14],[39,-6],[20,-13],[15,8],[29,-10],[27,2],[38,-27],[23,5],[0,10],[32,1],[23,-16],[30,-7]],[[6482,4051],[-2,-13],[14,-7],[2,16],[34,30],[-11,26],[11,9],[10,-13],[5,8],[34,-13],[9,12],[8,-15],[8,4],[12,-6],[50,13],[6,6],[-7,10],[29,19],[-6,41],[-14,25],[16,29],[69,40],[8,-4],[51,22],[14,-1]],[[6832,4289],[9,-6],[8,-21],[-7,-13],[8,-9],[-5,-10],[38,-26],[6,-12],[-9,-6],[1,-11],[22,-36],[56,-24],[13,-23],[31,-10],[4,-6],[-9,-9],[1,-30],[77,-29],[27,6],[20,-3],[42,7],[18,-22],[17,-6],[35,11],[-14,7],[-3,7],[26,8],[19,-10],[29,-30],[22,-45],[-7,-10],[14,-11],[4,5],[-1,-13],[17,-6],[11,-18],[19,-4],[-6,-13],[6,-5]],[[6094,4137],[-16,51],[13,3],[18,-13],[17,13],[-7,16],[-14,6],[2,15],[36,26],[13,24],[7,1],[20,-18],[14,7],[-17,27],[-28,0],[-23,12],[-54,3],[-12,22],[0,20],[5,12],[24,-2],[8,-6],[4,-20],[15,-8],[13,0],[27,10],[6,9]],[[6165,4347],[15,4],[16,16],[8,0],[-2,6],[24,8],[17,-2],[0,6],[18,11],[62,16]],[[6323,4412],[10,-6],[-5,-30],[16,-21],[4,-3],[35,5],[23,-24],[15,-7],[6,3],[12,-20],[-3,-18],[-34,-3],[-20,-13],[-10,-41],[-20,8],[-1,7],[-13,-3],[-6,8],[-14,-15],[6,-6],[-34,-12],[-7,-30],[18,-24],[-6,-5],[22,11],[33,-42],[1,-21],[-12,-15],[1,-11],[8,-4],[21,11],[24,-10],[-6,-11],[-34,3],[-7,-11],[8,-6]],[[3787,4330],[12,-19],[29,-3],[-1,-11],[17,-12],[2,-9],[-12,-12],[19,-13],[1,-28],[-8,-17],[-30,-30],[-19,-4],[-18,12],[1,8],[-14,2],[-36,-16],[-14,-16],[-9,1],[-21,-18],[-7,-15],[39,-26],[10,-23],[-4,-7]],[[3090,4465],[6,10],[6,-4],[4,4],[-6,2],[5,11],[34,17],[12,11],[-41,22],[-9,16],[-32,16],[-12,30],[6,18],[-16,3],[-17,14],[8,2],[-8,6],[5,7],[9,-2],[15,10],[-18,20],[27,10],[-7,10],[5,12],[24,5],[24,-12],[13,-1],[29,16],[23,0]],[[3179,4718],[17,5],[8,-9],[15,-2],[26,21],[38,-20],[37,-5],[-3,-15],[33,-18],[22,-10],[19,5],[6,-13],[15,-4],[33,-53],[52,-26],[44,-15],[1,-9],[6,7],[16,-1],[9,-21],[41,-18],[25,-23],[0,-23],[36,-35],[17,-5],[8,-42],[39,-31],[-2,-11],[11,-15],[23,-4],[16,2]],[[4949,4614],[2,-10],[21,-14],[8,-20],[14,-7]],[[4994,4563],[4,-55],[15,-20],[1,-18],[16,-16],[-10,-21],[29,-5],[19,-14],[14,-14],[-5,-10],[-7,-1]],[[3787,4330],[13,40],[25,14],[46,-4],[9,17],[24,4],[29,-7],[9,6],[39,-4],[-2,9],[15,14],[7,23],[-5,13],[16,4],[10,-5],[16,12],[49,9],[16,14],[-1,17],[13,1],[4,-10],[9,3],[9,13],[-9,5],[39,36],[-11,7],[9,16],[-23,11],[47,21],[29,27],[13,2],[9,14],[10,-5],[14,4],[15,-3],[6,11],[-5,6],[18,10]],[[4298,4675],[9,3],[2,-8],[26,-15],[15,-20],[52,-17],[4,-13],[-7,-19],[21,-24],[12,-4],[-6,-12],[31,-15],[10,-16],[25,-10],[11,-13],[36,-9],[25,10],[51,4],[22,17],[12,1],[9,-7],[7,8],[-9,12],[8,23],[-13,14],[-15,5],[-14,19],[8,16],[67,13],[59,4],[30,0],[20,-10],[24,-1],[-10,17],[3,10],[22,-7],[19,12],[10,-5],[1,-10],[28,-16],[25,6],[21,-4]],[[8560,4250],[9,-8],[8,-6],[10,-10],[3,-7],[0,-2],[8,-5],[12,-6],[14,-4],[21,-11],[8,-9],[13,-8],[5,-2],[14,-6],[16,-4],[10,-1],[14,1],[3,-3],[8,-5],[3,-3],[2,-3],[0,-5],[2,-5],[3,-4],[1,-2],[7,-3],[1,-1],[7,-9],[0,-8],[-2,-5],[-9,-8],[-7,-5],[-4,-9],[3,-2],[5,-5],[6,-6],[1,-4],[4,-13],[5,-16],[2,-8],[-9,-10],[-6,-7],[-1,-3],[1,-2],[5,-8],[13,-7],[3,-1],[1,-1],[0,-5],[-4,-9],[-8,-12],[-9,-8],[2,-14],[3,-13],[9,-14],[11,-13],[11,-9],[3,-5],[-3,-10],[-1,-9],[2,-8],[4,-9],[5,-13],[3,-6],[9,-9],[5,-13],[4,-6],[12,-11],[8,-4],[2,-7],[0,-7],[-1,-11],[7,-6],[7,-5],[6,-19],[1,-4],[14,-7],[14,-4],[12,-6],[7,-4],[3,-1],[9,1],[12,2],[19,0],[9,-3],[10,-4],[11,-8],[9,-9],[7,-12],[1,-11],[1,-2],[2,-4],[9,-6],[6,-4],[8,-1],[11,-3],[16,-5],[18,-6],[8,-2],[11,-1],[13,4],[3,4],[11,5],[24,-7],[14,-5],[8,-6],[4,-6],[3,-7],[5,-7],[7,-8],[1,-2],[3,-10],[1,-13]],[[7565,3957],[30,26],[9,28],[61,30],[8,-5],[11,8],[16,-1],[31,-27],[65,11],[5,10],[-80,39],[-1,13],[11,5],[-1,23],[10,-1],[3,6],[-24,41],[-12,9],[18,22],[-1,37],[-38,26],[-47,16],[-2,12]],[[7637,4285],[22,15],[-4,14],[7,17],[35,-3],[10,-9]],[[7707,4319],[9,-8],[3,3],[11,-5],[15,-17],[48,-8],[13,9],[20,-8],[62,2],[53,12],[5,3],[-12,24],[4,7],[45,-4],[22,-18],[17,-6],[6,-12],[30,-6],[14,6],[1,-15],[-8,-6],[8,-7],[15,2],[2,-9],[45,-1],[37,12],[60,-11],[13,3],[23,-8],[3,7],[15,-1],[6,-1],[-5,-7],[6,-3],[36,-8],[13,5],[5,-5],[17,-2],[-5,-7],[9,-1],[20,4],[4,8],[7,-4],[12,2],[-6,8],[16,-5],[16,6],[-2,-12],[12,-6],[30,21],[30,-11],[53,9]],[[2639,4831],[-24,-11],[6,-17],[-8,-10],[13,-8],[6,-13],[38,-21],[-5,-10],[28,-9],[15,-36],[-16,-33],[12,-24],[-12,-1],[-21,22],[-12,1],[-14,14],[-8,1],[-15,-15],[-60,-27],[9,-18],[15,-7],[16,1],[-4,-15],[23,-5],[5,-9],[17,-1],[0,-9],[32,-17],[2,-34],[4,-7],[13,-1],[19,-28],[-4,-18],[-29,-7],[-12,-11],[-11,0],[8,-10],[-9,-16],[1,-20]],[[1614,4283],[-1,7],[-8,4],[-14,9],[-10,7],[-18,6],[-20,10],[-8,4],[-9,4],[-4,3],[-2,2],[-6,13],[-1,3],[0,1],[0,5],[0,2],[-15,15],[-3,1],[-3,2],[-3,3],[-2,5],[-1,7],[-1,7],[-13,10],[-20,14],[-9,5],[-2,1],[-6,1],[-6,1],[-7,0],[-12,4],[-7,6],[0,1],[0,5],[-1,2],[-5,10],[-13,11],[-8,5],[-9,2],[-11,-1],[-17,2],[-17,5],[-9,4],[-2,8],[-3,8],[-4,4]],[[1304,4511],[14,20],[37,-9],[6,10],[30,9],[6,12],[26,13],[-8,7],[-4,21],[14,6],[32,1],[6,8],[-16,14],[3,5],[-15,2],[-13,14],[-4,21],[-13,-1],[-5,6],[16,6],[-3,8],[21,10],[-2,14],[13,6],[23,-1],[27,8],[16,-2],[21,-12],[57,-16],[34,-22],[16,4],[13,18],[43,1],[15,10],[21,1],[73,-19],[9,6],[41,0],[52,35],[38,-6],[48,2],[75,-7],[31,18],[43,9],[40,27],[47,-1],[27,19],[-6,8],[25,23],[-6,11],[14,15],[-31,21],[12,8]],[[2263,4872],[35,19],[34,-6],[42,16],[19,-6],[38,8],[24,-10],[27,6],[73,-20],[55,-24],[29,-24]],[[6832,4289],[4,17],[33,11],[7,7],[-20,36],[-23,15],[-37,8],[3,22],[6,7],[19,5],[27,-10],[30,5],[4,9],[-24,10],[10,9]],[[6871,4440],[57,-14],[13,3],[12,-4],[55,1],[31,-5],[17,-15],[52,-7],[24,10],[49,10],[40,2],[49,15],[53,-2],[30,-9],[29,-21],[32,-12],[23,-23],[-3,-18],[14,-32],[21,-19],[25,-7],[13,-10],[34,5],[59,-8],[37,5]],[[5469,4321],[10,8],[27,-1],[0,8],[27,2],[-13,20],[0,33],[5,3],[-4,24],[13,10],[37,-24],[24,4],[0,-16],[11,-8],[21,20],[15,4],[-6,8],[12,-1],[5,8],[17,-11],[12,12],[18,4],[16,16],[1,11],[41,4],[15,6],[10,12],[4,29],[28,19],[-17,14],[4,46]],[[5802,4585],[0,8],[23,21]],[[5825,4614],[32,-4],[-1,-20],[13,-7],[-8,-2],[-2,-11],[6,-3],[-13,-10],[0,-21],[-13,-18],[-2,-17],[-9,-2],[0,-16],[-12,-4],[9,-18],[32,-12],[26,1],[4,4],[72,5],[1,9],[12,2],[2,10],[5,-15],[7,-2],[-3,5],[28,13],[45,0],[13,-11],[-16,-20],[20,-23],[10,3],[9,27],[24,1],[12,-11],[-9,-18],[-55,-27],[-3,-8],[38,-9],[18,13],[4,12],[22,9],[13,-12],[-9,-8],[-12,-1],[-5,-17],[34,-21],[1,-13]],[[6323,4412],[6,4],[10,27],[40,6],[17,12],[3,18],[26,-11],[90,48],[11,-4],[13,4],[35,-2],[18,12],[75,-14],[68,13],[18,9]],[[6753,4534],[23,-29],[95,-65]],[[4076,4886],[6,-13],[13,-5],[-10,-7],[3,-20],[12,1],[1,-21],[16,-18],[19,4],[27,-21],[24,0],[52,-47],[4,-18],[23,-11],[3,-13],[17,-5],[12,-17]],[[3179,4718],[-20,17],[-22,-2],[-22,13],[-23,2],[-21,27],[-31,18],[1,8],[-10,10],[21,22],[20,7],[-45,32]],[[3027,4872],[13,15],[36,10],[19,-14],[79,-24],[23,4],[10,9],[10,-1],[11,10],[15,-1],[7,7],[21,-16],[25,-2],[36,21],[0,13],[35,29],[0,27],[7,9],[20,-4],[13,-14],[27,-10],[22,0],[64,16],[14,-9],[25,5],[39,-22],[23,0],[13,-16],[16,-5],[10,-10],[-12,-29],[3,-20],[4,-12],[22,-13],[15,2],[13,10],[18,-11],[18,2],[-3,5],[14,11],[-9,7],[9,11],[17,4],[12,10],[16,-6],[24,0],[28,21],[0,15],[7,6],[31,-8],[4,-15],[13,-3],[19,-16],[8,15],[4,-7],[23,6],[25,-7],[16,8],[15,-4],[6,3],[30,-9],[26,11]],[[5311,4775],[18,-15],[18,-7],[26,5],[44,-14],[37,8],[3,-12],[-9,-13],[10,-2],[4,-14],[35,-6],[-6,-14],[4,-4],[53,7],[52,-10],[11,-21],[69,-27],[-4,-6],[7,-9],[11,1],[21,-17],[10,9],[15,-14],[62,-15]],[[4994,4563],[10,-5],[15,4],[21,-10],[21,2],[12,11],[1,25],[27,14],[7,10],[41,8],[44,15],[20,35],[28,-3],[-5,14],[15,14],[-15,11],[-24,7],[4,14],[-14,8],[10,23],[-4,14],[16,-4],[10,11],[27,1],[16,11],[3,-7],[31,-11]],[[2950,5209],[-4,-8],[26,-21],[8,-14],[-3,-23],[-16,-9],[3,-10],[-7,-12],[10,-7],[3,-17],[-5,-6],[4,-31],[22,-23],[-2,-13],[8,-4],[-12,-13],[-14,-3],[-39,-38],[8,-7],[27,-6],[-6,-7],[13,-28],[19,-8],[5,-11],[13,-2],[4,-9],[12,-7]],[[2639,4831],[15,-1],[10,9],[9,-6],[33,-2],[12,14],[20,-4],[2,14],[12,5],[4,22],[31,20],[7,-6],[12,4],[18,22],[-2,21],[-31,20],[-13,36],[7,6],[-14,2],[-4,-7],[-14,4],[2,18],[24,27],[-2,15],[-23,23],[4,34],[-13,19],[15,15],[2,18]],[[2762,5173],[24,8],[-5,22],[13,18],[30,5]],[[2824,5226],[11,2],[17,-10],[68,-1],[30,-8]],[[2107,5279],[2,-5],[-15,-7],[0,-18],[16,-32],[28,-6],[1,-5],[-21,-25],[0,-17],[-19,-7],[-19,-18],[-25,-1],[8,-14],[-18,-4],[-4,-8],[-22,-5],[13,-8],[-11,-14],[29,-23],[0,-19],[30,-1],[11,10],[14,1],[44,-23],[22,6],[8,-3],[13,-22],[46,-31],[-19,-31],[12,-30],[36,-17],[-4,-30]],[[1304,4511],[-1,1],[-7,8],[-7,5],[-12,7],[-13,11],[-4,4],[-2,3],[0,3],[1,1],[3,2],[2,3],[1,4],[1,2],[0,5],[-2,1],[-2,1],[-7,1],[-6,1],[-6,2],[-2,1],[-4,3],[-16,15],[-14,12],[-11,9],[-10,11],[-10,15],[-2,5],[-5,7],[-2,2],[-6,6],[-8,7],[-3,1],[-6,3],[-7,1],[-7,3],[-4,3],[-2,2],[-4,8],[-6,14],[-4,9],[-1,4],[-2,3],[-7,6],[-7,5],[-7,6],[-7,7],[-1,2],[1,5],[0,3],[-3,7],[-3,3],[-9,10],[-13,11],[-9,9],[-7,6],[-8,5],[-12,14],[-2,4],[0,2],[-7,3],[-13,6],[-2,0],[-8,2],[-7,3],[-4,4],[-2,2],[-2,2],[3,2],[2,2],[3,3],[2,4],[2,3],[-1,5],[-3,7],[-1,3],[-4,6],[-4,5],[-4,4],[-9,7],[-7,7],[-6,5],[-1,2],[-7,14],[-1,9],[-1,4],[0,5],[0,16],[-1,5],[0,6],[0,4],[2,3],[3,3],[3,2],[6,2],[4,0],[12,-1],[2,-1],[5,-2],[7,-4],[2,-3],[8,-8],[4,-3],[4,-3],[13,-7],[2,-1],[14,-3],[14,-3],[13,-1],[10,-1],[15,2],[12,0],[10,0],[2,-1],[14,-3],[13,-6],[13,-7],[11,-7],[16,-9],[5,-2],[3,-1],[8,-1],[14,0],[13,1],[6,0],[9,-2],[3,-1],[2,-2],[0,-1],[-1,-2],[-2,-1],[-1,-1],[0,-2],[2,-3],[2,-2],[3,-2],[5,-4],[8,-4],[8,-2],[7,-2],[4,-2],[6,-3],[3,-3],[11,-7],[17,-4],[5,-1],[6,1],[4,2],[2,1],[4,2],[2,6],[4,4],[1,1],[3,2],[5,1],[6,0],[4,-1],[1,-1],[2,-3],[2,-2],[3,-2],[3,-2],[12,-6],[8,-3],[4,-2],[5,0],[21,-3],[5,0],[7,1],[15,3],[10,0],[17,0],[8,-1],[6,-1],[10,-2],[14,-2],[10,-1],[27,-2],[31,-1],[41,1],[13,1],[4,-1],[8,1],[3,1],[2,2],[2,2],[3,7],[4,7],[11,16],[2,3],[4,3],[17,10],[9,4],[4,2],[7,1],[11,2],[9,2],[5,1],[2,2],[2,2],[1,2],[0,4],[0,3],[-2,4],[-1,1],[-6,10],[-2,5],[0,1],[1,2],[3,1],[5,2],[3,0],[5,1],[27,4],[17,1],[5,2],[3,2],[3,4],[5,4],[4,2],[4,2],[5,2],[16,2],[23,4],[4,1],[5,4],[2,3],[3,7],[-1,7],[-1,1],[-8,11],[-6,6],[-3,4],[-1,2],[-1,4],[1,3],[1,3],[11,11],[3,3],[5,7],[2,4],[1,1],[0,5],[-1,1],[-1,1],[-3,2],[-6,2],[-3,1],[-2,-1],[-11,-8],[-2,0],[-4,-1],[-11,1],[-2,1],[-2,2],[-2,3],[-2,12],[0,5],[0,3],[0,5],[-2,10],[-2,3],[-2,3],[-4,1],[-13,3],[-6,0],[-7,-1],[-3,-1],[-5,-4],[-3,-3],[-1,-2],[0,-10],[2,-8],[0,-4],[0,-11],[-1,-4],[0,-2],[-3,-6],[-2,-2],[-5,-2],[-6,-1],[-5,2],[-7,4],[-3,3],[-2,3],[-3,6],[0,3],[-3,12],[-2,3],[-8,10],[-4,4],[-6,5],[-3,2],[-9,5],[-3,1],[-13,3],[-11,3],[-5,1],[-4,0],[-5,0],[-40,7],[-17,4],[-3,1],[-1,1],[-2,2],[-4,5],[-10,15],[-8,10],[-4,3],[-3,3],[-1,2]],[[1561,5180],[17,5],[13,-4],[3,6],[19,-7],[25,19],[5,-8],[40,8],[10,7],[24,-1],[11,22],[14,5],[13,21],[61,23],[19,-1],[20,-20],[17,-3],[9,19],[9,1],[0,21],[14,19],[-9,16],[19,11]],[[1914,5339],[15,2],[38,-14],[7,-14],[45,-2],[14,-22],[65,-16],[-3,5],[12,1]],[[4076,4886],[20,-6],[9,18],[22,7],[19,23],[33,15],[15,28],[22,8],[11,16],[19,12],[-10,8],[11,8],[-11,4],[25,-1],[17,-19],[21,-1],[9,4],[-7,17],[24,5],[-2,4],[18,1],[-4,15]],[[4337,5052],[8,19],[18,10],[4,17],[-7,22],[9,1],[35,-15],[6,-10],[11,-1],[2,-15],[8,-4],[61,-8],[23,-5],[6,-6],[10,14],[1,-13],[12,-11],[-46,-13],[-2,-14],[-10,-6],[-5,4],[-6,-6],[2,-13],[27,-10],[4,7],[25,-3],[12,10],[15,2],[-3,-3],[43,-8],[28,-1],[22,-29],[-10,-3],[-7,-22],[33,-8],[1,-7],[-9,-1],[5,-27],[22,-30],[-5,-42],[17,-15],[15,-1],[6,-12],[17,1],[29,-8],[4,11],[10,-9],[26,-5],[-10,-15],[26,-26],[5,8],[6,-1],[56,-73],[16,-2],[21,11],[19,-9],[12,-34],[-6,-31]],[[2107,5279],[11,3],[6,-6],[15,-2],[-1,-17],[6,-4],[37,-8],[-2,7],[8,2],[15,-7],[-9,-5],[13,-13],[29,-10],[12,-13],[-3,-19],[30,-15],[-9,-4],[17,-8],[7,-34],[39,-13],[26,10],[8,26],[-6,11],[12,14],[-15,21],[4,9],[-16,15],[-18,3],[9,8],[-2,10],[-37,18],[-18,-2],[-5,10],[47,12],[44,-21],[23,1],[24,-7],[12,-12],[11,8],[3,18],[17,-3],[19,7],[-3,13],[6,11],[17,8],[1,9],[56,-15],[7,3],[18,-3],[30,-17],[7,-10],[-20,-12],[14,-7],[-24,-10],[21,-28],[21,-4],[19,3],[2,-10],[12,0],[15,-10],[3,-11],[23,-4],[37,5],[30,-7]],[[6972,4852],[-26,-12],[-4,-9],[20,-36],[-9,-21],[-21,-13],[-40,7],[-10,-16],[-47,2],[-5,-14],[-24,-9],[9,-20],[-14,-19],[0,-11],[27,-15],[16,-30],[-7,-13],[-33,-24],[-12,-31],[-43,-18],[-5,-10],[9,-6]],[[5825,4614],[-11,39],[36,31]],[[5850,4684],[41,0],[16,-7],[41,5],[18,9],[20,-3],[6,3],[-1,15],[31,15],[0,-12],[-28,-34],[5,-6],[17,-3],[6,15],[15,6],[24,1],[8,-4],[10,6],[0,11],[13,4],[6,10],[62,1],[37,-14],[41,-6],[25,10],[-5,6],[13,9],[10,-7],[15,-1],[40,32],[0,7],[-34,8],[-4,17],[7,16],[-45,1],[-6,-6],[-53,4],[-31,7],[3,12],[14,2],[-1,5],[49,-1],[24,10],[10,-6],[44,5],[19,-2],[1,6],[20,0],[109,44],[40,9],[6,8],[13,3],[-1,5],[12,1],[16,10]],[[6548,4910],[26,10],[21,-10],[13,-13],[15,-1],[3,-12],[15,-2],[13,-8],[40,21],[51,-9],[25,-12],[16,9],[19,1],[2,5],[43,-3],[26,-5],[16,-14],[13,1],[54,-19],[13,3]],[[5850,4684],[-23,35],[-17,11],[19,7],[17,-1],[26,27],[15,4],[18,13],[1,10],[40,14],[7,-4],[21,4],[-4,11],[-28,14],[-2,11],[-15,-11],[-25,13],[20,3],[-21,14],[25,9],[51,0],[18,16],[-14,15],[8,29],[-32,0],[-8,5],[6,8],[18,1],[3,13],[-9,-9],[-10,5],[-9,-4],[-9,8],[-16,-8],[-14,16],[-18,1],[-2,8],[29,23],[16,1],[22,13],[0,9],[10,-2],[10,6],[14,15],[10,4],[6,-4],[5,7],[23,-9],[17,1],[17,23],[-7,28]],[[6059,5087],[7,-4],[-2,9],[34,13],[33,-8],[15,4],[32,-2],[16,-8],[11,-18],[20,-15],[66,-11],[43,3],[-1,-4],[11,-1],[1,8],[17,3],[11,-2],[3,-12],[35,6],[43,-28],[19,0],[13,-10],[19,-3],[34,11],[3,-16],[37,-26],[-16,-15],[-16,-1],[-15,-7],[-10,-19],[-18,-10],[13,-13],[-5,-5],[13,-1],[8,17],[15,-12]],[[7888,4733],[-5,-25],[11,-4],[-3,-9],[7,-13],[-12,-26],[-25,5],[-50,-36],[-25,-2],[-13,-5],[-18,-20],[3,-15],[-16,-4],[3,-5],[38,1],[25,-13],[44,-7],[12,-8],[3,-22],[-8,-6],[14,-2],[2,-19],[-29,-23],[1,-15],[-10,-7],[9,-6],[-3,-3],[-29,2],[-26,-31],[-45,-12],[-7,4],[-10,-17],[6,-14],[-16,-14],[1,-26],[-10,-17]],[[6972,4852],[14,12],[17,43],[45,17],[5,13],[-7,5],[-1,23],[13,30],[-8,16]],[[7050,5011],[32,-6],[2,-7],[33,-23],[0,6],[29,9],[19,-10],[23,5],[17,-15],[69,17],[20,2],[18,-8],[10,3],[36,-13],[15,-12],[8,-28],[21,-4],[25,-23],[74,-28],[5,3],[22,-10],[34,-2],[12,-11],[25,-3],[25,29],[18,-1],[3,23],[17,-12],[23,-1],[-2,14],[10,0],[16,-20],[-19,-2],[-2,-15],[32,-18],[-5,-19],[18,-22],[0,-36],[7,-10],[13,-7],[9,8],[17,-4],[17,-12],[45,-16],[11,-20],[13,6],[5,13],[18,2]],[[5311,4775],[7,6],[-2,26],[-13,12],[6,16],[-16,17],[14,2],[21,-8],[32,20],[-15,12],[-7,20],[-36,25],[-13,36],[2,4],[19,0],[11,-8],[1,12],[15,-5],[-10,15],[22,0],[-9,9],[10,4],[39,-13],[20,1],[2,17],[16,13],[1,15],[19,25],[-17,31],[10,14],[-27,4],[-9,15],[-14,-2],[-11,5]],[[5379,5115],[-9,18],[65,22],[21,13],[7,-8],[28,16],[11,-1],[16,20],[0,14],[28,10],[-3,14],[70,3]],[[5613,5236],[4,-12],[-10,-12],[1,-15],[10,-4],[27,5],[10,-11],[-21,-16],[-37,2],[-12,-9],[10,-5],[39,1],[-5,-10],[13,-32],[23,-17],[70,16],[-3,11],[-13,5],[8,17],[36,15],[36,5],[13,18],[0,11],[21,13],[-16,0],[-3,10],[6,3]],[[5820,5225],[0,6],[-6,1],[6,1],[8,-6],[26,5],[17,-6],[18,15],[0,-15],[26,-20],[0,-8],[10,-1],[-15,-7],[2,-4],[-9,-7],[9,-6],[-13,-7],[18,-29],[85,-13],[28,-27],[9,2],[3,-7],[17,-5]],[[5060,5263],[15,-8],[-1,-16],[45,-16],[9,-27],[13,1],[-6,-7],[13,-13],[7,7],[3,-9],[11,0],[-14,-5],[2,-8],[-14,9],[-47,-12],[1,-9],[20,-5],[-2,-5],[34,-2],[9,4],[-1,7],[13,0],[6,5],[17,-3],[27,3],[-1,-7],[15,0],[9,-9],[8,-21],[19,-3],[19,3],[20,-14],[15,-1],[18,9],[11,-3],[7,10],[4,-6],[15,3]],[[4337,5052],[-14,5],[-19,29],[-29,13],[-37,33],[-36,17],[-34,2],[-28,21],[-41,17],[-5,12],[8,14],[-9,32]],[[4093,5247],[32,30],[2,15],[30,-3],[35,18],[69,6],[35,32],[18,-4],[1,11],[-7,4],[28,28],[30,-7],[53,4],[11,-7],[-4,-6],[8,-6],[30,4],[7,-13],[14,0],[12,-12],[26,0],[15,-18],[9,14],[74,-1],[22,5],[7,-4],[-4,-8],[9,3],[1,9],[8,1],[21,-1],[43,-15],[39,8],[17,-5],[-5,26],[3,4],[10,-2]],[[4792,5357],[21,1],[31,-10],[17,4],[-1,9],[11,0],[14,14],[11,-2],[3,-7],[-14,-10],[6,-10],[-7,0],[-11,9],[-4,-4],[5,-13],[12,-6],[-13,-9],[10,-11],[-24,-20],[-2,-14],[-7,0],[-2,-7],[8,-18],[41,-14],[-10,-8],[18,-18],[9,-1],[6,8],[5,-3],[14,9],[10,13],[12,0],[18,29],[11,-4],[0,5],[10,0],[20,-11],[23,4],[11,-4],[6,5]],[[1415,5573],[77,-14],[13,-16],[16,1],[19,-10],[10,2],[18,-11],[13,-1],[-5,3],[5,8],[13,2],[11,-5],[2,-10],[10,-7],[38,-7],[7,-5],[39,3],[23,-18],[48,-12],[19,-22],[-4,-13],[7,-4]],[[1794,5437],[7,-33],[17,-23],[14,-1],[27,-13],[10,-16],[21,-10],[24,-2]],[[1561,5180],[-3,3],[-1,1],[-1,3],[-1,3],[-1,8],[0,9],[-1,6],[-1,2],[-1,2],[-3,2],[-3,1],[-12,0],[-21,1],[-4,0],[-2,0],[-6,3],[-1,2],[-3,4],[-1,1],[-1,2],[1,9],[1,4],[2,4],[4,4],[6,4],[13,8],[3,4],[3,8],[0,3],[-1,4],[-3,3],[-12,7],[-6,2],[-8,0],[-10,-3],[-10,-4],[-6,-4],[-5,-4],[-7,-6],[-3,-4],[-7,-12],[-3,-3],[-2,-2],[-3,-1],[-4,0],[-4,1],[-21,6],[-6,3],[-6,4],[-7,5],[-13,6],[-3,2],[-2,2],[-3,6],[-9,19],[-6,11],[-2,6],[0,5],[-1,2],[-4,5],[-3,4],[-4,2],[-3,1],[-2,1],[-3,-1],[-4,0],[-10,2],[-6,2],[-5,4],[-2,2],[-6,3],[-9,4],[-11,4],[-6,2],[-5,1],[-7,0],[-14,0],[-2,0],[-9,3],[-5,2],[-5,3],[-3,4],[-2,4],[-1,6],[-3,16],[0,3],[0,6],[1,2],[5,5],[4,5],[0,3],[-3,4],[-9,10],[-3,0],[-7,2],[-3,1],[-2,1],[-7,4],[-3,3],[-2,2],[-2,6],[1,2],[7,11],[1,2],[3,2],[2,2],[1,4],[-8,14],[-4,7],[-4,5],[-5,3],[-6,4],[-11,4],[-3,2],[-2,2],[-3,2],[-3,8],[-2,10],[2,11],[-1,13],[-2,2],[-5,4],[-6,2],[-5,1],[-4,1],[-7,0],[-7,0],[-6,-1],[-7,-3],[-6,-3],[-8,-1],[-4,-1],[-5,0],[-4,1],[-14,4],[-3,1],[-3,3],[-13,7],[-3,1],[-5,0],[-3,-1],[-5,-5],[-4,-3],[-5,-3],[-7,-3],[-12,-6],[-8,-3],[-20,-7],[-3,-1],[-16,-2],[-5,0]],[[949,5555],[9,28],[17,5],[9,11],[-7,8],[-12,2],[6,7],[-14,12],[11,37],[29,31],[61,40],[7,10]],[[1065,5746],[4,-28],[9,-9],[21,1],[34,16],[46,-1],[12,-2],[8,-13],[40,-1],[36,-13],[1,-5],[12,-3],[-6,-8],[16,-8],[-2,-8],[24,-22],[6,-14],[13,2],[8,-8],[2,-13],[-15,-7],[10,-13],[18,-1],[-8,-12],[1,-12],[38,10],[22,-1]],[[5286,5393],[19,-18],[4,-19],[15,-14],[67,-24],[9,-12],[20,-3],[8,-9],[13,-2],[49,-6],[9,4],[9,-5],[3,3]],[[5511,5288],[12,-12],[44,7],[30,-2],[11,-12],[5,-33]],[[5060,5263],[-3,19],[-7,1],[14,5],[-3,8],[6,9],[25,3],[2,-5],[18,0],[-7,2],[1,6],[23,-2],[4,13],[30,4],[5,12],[20,-3],[24,-15],[8,13],[-15,13],[-9,-2],[14,7],[3,18],[27,6],[-11,2],[-5,13],[17,11],[30,-13],[15,5]],[[3923,5404],[-11,-36],[13,-19],[30,8],[25,-16],[26,-1],[20,-22],[22,-6],[3,-17],[21,-23],[18,-7],[3,-18]],[[2950,5209],[18,6],[35,-14],[40,3],[6,-15],[24,-4],[14,-10],[7,10],[12,0],[3,-8],[21,-7],[5,7],[-4,22],[-21,7],[-3,23],[4,3],[22,-6],[28,3]],[[3161,5229],[24,-2],[17,7],[-10,12],[39,19],[21,-5],[46,2],[7,1],[-2,8],[37,0],[26,-7],[30,4],[28,17],[35,4],[19,-5],[9,4],[26,-2],[1,33],[27,8],[4,6],[41,-2],[31,11],[-9,30],[8,27],[38,4],[18,10],[33,-5],[0,24],[14,27],[-4,7],[13,21],[39,-13],[13,4],[11,26],[-14,4],[15,14],[-1,12],[9,4],[-1,14],[20,13],[-2,5]],[[3817,5570],[14,-12],[-6,-4],[6,-15],[10,-4],[11,6],[11,-15],[-16,2],[-4,-9],[5,-3],[0,5],[9,-5],[-9,-12],[11,-7],[-7,-3],[-14,2],[16,-6],[-9,-11],[7,-2],[6,5],[6,-8],[-10,-2],[11,-18],[-11,-5],[6,-7],[-3,-15],[22,-19],[20,-1],[9,10],[15,-13]],[[3265,5577],[-31,-13],[-19,-28],[45,-8],[6,-4],[-4,-8],[-53,-19],[-4,-26],[-15,-12],[15,-27],[19,-7],[7,-10],[-15,-8],[-2,-14],[-30,0],[-18,-9],[-13,-17],[-35,-19],[-4,-8],[7,-8],[-17,-5],[37,-29],[2,-16],[23,-12],[-9,-15],[7,-16],[-3,-10]],[[2824,5226],[-9,10],[4,8],[-15,6],[0,24],[-11,3],[-23,3],[-19,-3],[-18,5],[-13,-10],[-26,-6],[-15,-12],[-4,13],[-20,9],[-13,19],[-7,1],[7,28],[-23,16],[0,12],[21,26],[19,47],[15,9],[-8,4],[5,9],[-6,8],[23,10],[13,16],[16,1],[20,-9],[2,9],[12,0],[19,18],[-1,12],[11,4],[2,16],[-10,10],[3,15],[12,4],[-12,14],[-5,-2],[-22,16],[6,6],[-13,-4],[-6,3],[3,6],[35,14],[5,9],[36,-1],[37,-16],[24,3],[19,20],[12,1],[3,10],[17,6],[53,-7],[-7,11],[2,15],[-13,16]],[[2961,5681],[80,17],[8,-7],[55,-12],[8,11],[12,-5],[11,-19],[-5,-16],[7,-24],[26,-19],[4,-24],[7,8],[27,4],[45,-1],[19,-17]],[[5498,5445],[3,-14],[-22,-12],[-4,-10],[11,-5],[16,12],[18,-4],[-1,-28],[8,-18],[-51,-32],[15,-4],[15,9],[15,-8],[-14,-20],[4,-23]],[[5286,5393],[-5,12],[-60,10],[-12,4],[-5,9],[12,8],[21,3],[6,6],[22,0],[32,19],[13,0]],[[5310,5464],[49,5],[33,-8],[29,11],[22,-8],[14,-17],[30,3],[11,-5]],[[3265,5577],[37,9],[10,-11],[16,2],[-16,12],[3,7],[-16,33],[30,19]],[[3329,5648],[19,0],[-5,-10],[11,-10],[18,3],[8,-8],[-12,-2],[4,-8],[14,-3],[8,7],[1,-17],[20,-5],[-10,-4],[32,2],[5,-6],[-12,-10],[59,-20],[5,1],[3,27],[12,13],[10,-12],[13,3],[31,-6],[9,9],[21,6],[12,17],[11,-1],[9,11],[10,-1],[4,14],[16,3],[-5,23],[24,3],[6,7],[10,-5],[11,4],[8,11],[23,-11]],[[3732,5673],[22,0],[6,8],[23,12],[21,-3],[-3,-34],[10,-15],[-13,-16],[-3,-28],[6,-14],[20,-12],[-4,-1]],[[6376,5418],[32,-30],[25,8],[2,-18],[21,-25],[43,-25],[14,19],[11,3],[-23,-24],[3,-10],[-5,-6],[21,-23],[25,0],[19,-14],[24,-3],[37,10],[14,9],[27,-16],[85,-5],[11,-7],[19,-1],[11,-8],[7,-22],[15,-16],[46,-16],[102,13],[12,7],[18,-7],[3,-17],[26,-22],[63,-8],[4,13],[15,7],[25,-11],[23,-32]],[[7151,5141],[-10,-13],[11,-11],[-8,-4],[-9,-18],[-40,-10],[-1,-49],[-9,-8],[-27,-7],[-8,-10]],[[5820,5225],[-20,4],[0,13],[-15,5],[30,2],[22,10],[49,47],[8,20],[15,10],[5,12],[-8,6],[18,11],[16,-4],[-8,8],[9,-1],[38,-36],[29,-3],[3,8],[36,10],[32,-40],[-4,-8],[8,-8],[29,-8],[0,21],[9,23],[-13,26],[16,18],[1,15],[18,17],[3,11],[13,6],[-13,8]],[[6146,5428],[-16,8],[5,4],[20,5],[6,7],[24,1],[8,-4],[61,0],[37,-33],[15,6],[3,-7],[10,11],[22,-7],[35,-1]],[[4792,5357],[3,5],[9,-2],[1,9],[-19,8],[26,13],[-21,0],[19,6],[-2,11],[-14,2],[6,9],[-16,5],[-2,-19],[-6,-2],[-4,27],[-16,9],[-11,-4],[-4,9],[-12,-1],[-12,16],[3,8],[-8,1],[0,11],[-7,5],[10,7],[7,30],[17,7],[-5,8],[9,7],[-12,18],[18,25],[31,22]],[[4780,5607],[20,-6],[19,5],[6,-4],[8,6],[5,-6],[14,-4],[-2,-9],[9,-4],[0,9],[12,-2],[5,6],[13,-11],[-2,-11],[7,-5],[26,3],[20,13],[15,-12],[10,2],[37,-10],[-3,6],[18,10],[4,-5],[33,3],[6,5],[16,-2],[1,6],[22,-8],[13,0],[14,12]],[[5126,5594],[22,-5],[-9,-9],[8,-13],[-4,-20],[11,-9],[-7,-3],[12,-1],[27,-17],[99,-29],[25,-24]],[[1026,5864],[-8,-4],[1,-14],[-21,-29],[-31,0],[-17,-7],[-27,8],[-28,-7],[-21,6],[7,-18],[-6,-11],[11,-25],[-5,-4],[15,-5],[8,-11],[6,-25],[20,-3],[19,17],[42,-6],[32,4],[5,12],[37,4]],[[949,5555],[-9,-1],[-13,3],[-6,1],[-6,3],[-6,3],[-8,8],[-2,1],[-2,4],[-1,3],[-4,9],[-2,9],[0,5],[0,2],[-1,6],[-2,2],[-2,4],[-3,2],[-13,4],[-6,1],[-12,0],[-4,0],[-5,-1],[-12,-7],[-7,-8],[-2,-2],[-14,-7],[-4,-1],[-5,-2],[-7,0],[-3,1],[-16,6],[-9,4],[-6,5],[-2,2],[-1,3],[-2,4],[-1,11],[-4,12],[-1,1],[-6,6],[-7,7],[-3,1],[-3,3],[-7,4],[-6,1],[-8,1],[-8,3],[-4,2],[-9,7],[-2,2],[-2,3],[-3,7],[-1,4],[0,13],[13,13],[4,3],[1,2],[0,2],[0,2],[-2,2],[-4,2],[-7,1],[-9,1],[-8,0],[-4,0],[-20,7],[-1,2],[-8,15],[-5,8],[0,5],[1,3],[1,2],[3,3],[4,2],[12,3],[4,3],[2,2],[0,3],[-1,3],[-2,2],[-2,1],[-7,2],[-3,0],[-3,0],[-4,0],[-2,-1],[-2,-2],[-1,-2],[-1,-1],[-3,0],[-2,0],[-2,1],[-2,2],[-3,3],[-2,4],[0,4],[0,4],[3,8],[6,8],[2,4],[0,2],[-1,11],[1,10],[0,2],[6,7],[1,1],[20,12],[21,6],[28,9],[9,4],[4,2],[3,3],[2,2],[2,3],[1,17],[-1,7],[0,6],[1,5],[1,3],[3,10],[0,2],[-3,9],[-4,3],[-2,3],[-3,5],[-11,18],[-3,6],[0,12],[2,5],[4,12],[0,3],[-1,3],[-1,3],[-2,3],[-4,4]],[[696,6048],[60,24],[35,6],[15,-20],[34,-11],[-3,-11],[8,-7],[15,0],[27,-23],[23,-5],[-10,-12],[-1,-16],[-14,-8],[-2,-11],[-16,-6],[15,-6],[4,-23],[29,-17],[33,-4],[26,-10],[12,-16],[13,3],[27,-11]],[[1922,5977],[29,-2],[13,-16],[-13,-11],[48,-28],[14,-30],[-15,-10],[6,-23],[14,-18],[1,-12],[-11,-19],[7,-12],[-3,-19],[-22,-22],[-13,6],[-12,-1],[3,-15],[-11,-1],[-7,-11],[15,-9],[-14,0],[-3,-5],[25,-15],[54,-18],[6,-10],[-6,-9],[-21,2],[-13,-17],[-18,-6],[-25,0],[-23,11],[-22,-3],[-4,-21],[-15,-12],[7,-13],[-11,-12],[-39,2],[-28,-14],[36,-25],[7,-24],[10,-9],[1,-17],[-8,-5],[-4,-21],[-18,-2],[-16,-10],[-9,-31],[-20,-3]],[[1415,5573],[0,7],[18,5],[11,-11],[15,6],[0,11],[11,4],[-4,9],[-25,7],[15,13],[9,-1],[3,5],[11,-8],[-4,7],[32,11],[-4,23],[24,38],[32,0],[61,32],[-2,7],[-35,19],[0,9],[-14,10],[-5,11],[-40,-13],[0,15],[-21,16],[-5,12],[2,12],[11,3],[26,-8],[29,0],[11,11],[8,-1],[0,30],[13,11],[-8,11],[25,14],[-11,15],[38,23],[-14,10],[-4,12],[-28,1],[-6,7],[-16,3],[-1,10],[26,11],[27,-1],[17,13],[20,1],[11,-7],[39,4],[21,14],[23,7]],[[1757,6023],[85,-60],[65,3],[15,11]],[[8869,5057],[9,-5],[4,-4],[-2,-16],[-1,-9],[-1,-4],[-3,-8],[-19,-12],[-9,-2],[-11,-2],[-13,0],[-23,-1],[-30,-1],[-20,4],[-6,1],[-11,-3],[-11,-4],[-5,-3],[-13,-2],[-30,3],[-15,2],[-16,-2],[-1,-2],[-1,-8],[-1,-4],[-18,-2],[-9,-2],[-19,-6],[-9,1],[-10,0],[-11,-5],[2,-13],[7,-8],[0,-7],[-7,-8],[-4,-4],[0,-9],[6,-15],[5,-10],[-2,-11],[-4,-13],[1,-16],[-9,-9],[-3,-7],[3,-4],[3,-15],[-4,-4],[-5,-3],[-14,-6],[-16,-7],[-5,-3],[-5,-7],[-1,-6],[5,-9],[2,-3],[5,-7],[3,-11],[1,-4],[0,-3],[-9,-19],[-3,-9],[0,-13],[-1,-9],[-1,-8],[0,-9],[-3,-6],[-3,-6],[-2,-12],[-4,-15],[-9,-25],[-1,-8],[-3,-6],[-9,-13],[-9,-15],[-2,-5],[-10,-12],[-13,-5],[-3,-8],[-4,-15],[5,-13],[5,-11],[5,-11],[10,-14],[2,-5],[4,-6],[13,-15],[3,-12],[1,-1],[11,-8],[12,-12],[17,-14],[3,-3],[6,-7],[3,-6],[-2,-7],[0,-5],[-1,-6],[0,-6],[2,-6],[-1,-9],[-11,-15],[7,-6],[12,-8],[1,-3],[3,-12],[1,-12],[2,-5],[5,-9],[0,-9],[-1,-5],[4,-10]],[[7888,4733],[18,13],[-1,10],[9,12],[15,6],[49,3],[3,29],[15,15],[-6,3],[-5,30],[27,17],[-1,8],[12,-1],[10,44],[-3,12],[16,16],[2,11],[55,28],[6,23],[43,9],[-2,12],[13,10],[3,17],[-8,17],[18,24],[-8,11],[-21,6],[-3,12],[-17,15],[14,14],[-8,0],[-14,11],[7,5],[-17,20],[8,16],[-16,14],[-3,17],[-11,2],[-24,27],[-1,23],[14,10],[35,-5],[5,25],[19,11],[-8,23],[10,9],[3,16],[10,3]],[[8150,5386],[3,-8],[53,-31],[5,-12],[18,1],[13,-21],[24,5],[23,-2],[48,-7],[35,-15],[34,0],[1,-5],[7,4],[1,16],[9,-8],[17,10],[11,1],[-5,11],[7,2],[23,-2],[21,6],[25,-12],[13,0],[4,5],[30,-8],[-2,-15],[16,3],[14,-12],[18,-6],[1,-10],[-8,-11],[22,-4],[16,-9],[7,3],[2,-5],[54,-1],[12,-4],[3,-20],[41,-46],[-17,-22],[-18,16],[-11,1],[4,-26],[-10,-10],[-30,-7],[-18,3],[5,-14],[15,-6],[-9,-12],[-3,-29],[12,-10],[22,-1],[-12,-38],[45,-1],[13,15],[-1,21],[9,7],[79,-16],[28,7]],[[2434,5948],[34,-22],[3,-17],[47,-26],[-15,-10],[16,-11],[-2,-12],[18,-30],[12,-1],[15,36],[23,-7],[3,-6],[-9,-8],[9,-3],[-4,-8],[18,-11],[22,-3],[42,6],[12,-6],[0,8],[11,1],[5,9],[6,-17],[13,6],[14,-5],[-2,10],[8,6],[10,-1],[10,-13],[27,-2],[-2,-17],[11,-19],[12,-7],[19,-2],[-11,-5],[9,-5],[22,13],[16,1],[16,-8],[3,8],[17,-2],[-1,6]],[[2891,5774],[12,-2],[2,-35],[33,-21],[14,-22],[11,-3],[-2,-10]],[[1922,5977],[34,17],[21,1],[19,8],[46,-1],[7,11],[17,-7],[9,3],[18,-29],[20,-9],[27,-7],[36,5],[16,-12],[56,0],[12,-14],[15,-51],[60,5],[61,-8],[21,8],[13,-11],[-2,13],[11,25],[-12,15],[7,9]],[[4654,5704],[8,-3],[-1,-12],[44,3],[59,-13],[12,2],[-7,-32],[-7,1],[-5,-5],[23,-38]],[[3923,5404],[33,25],[9,0],[-3,-12],[27,8],[15,-7],[30,-5],[49,1],[34,27],[3,18],[16,-4],[-1,6],[16,15],[14,-3],[19,20],[31,-17],[11,-12],[32,-6],[1,10],[13,6],[21,25],[-29,14],[-15,22],[-25,9],[-3,12],[-12,-4],[-9,8],[11,6],[18,-4],[44,7],[52,-8],[19,10],[11,-2],[-6,8],[14,12],[-4,4],[8,12],[-34,46],[8,21],[-8,11],[24,27],[11,-9],[9,7],[-15,11],[2,12],[-26,8],[14,2],[1,13],[13,5]],[[4366,5759],[10,-1],[77,25],[17,-12],[6,9],[18,2],[14,-4],[-14,-23],[44,-5],[21,6],[61,-48],[34,-4]],[[5924,5622],[53,-17],[12,-9],[8,-54],[15,-9],[-8,-15],[46,4],[12,-2],[3,-10],[18,-3],[-8,-1],[9,-3],[-10,-16],[4,-9],[-28,-21],[-11,-33],[6,-3],[2,5],[23,1],[-1,4],[18,-12],[33,1],[18,1],[8,7]],[[5498,5445],[8,7],[22,-20],[16,3],[9,8],[1,12],[-19,27],[1,9],[10,10],[34,15],[-41,40],[16,8],[-1,8],[-20,-1],[-16,-20],[-35,35],[30,9],[28,-14],[13,9],[-2,13],[-46,5],[-11,23],[-22,4],[-6,6],[8,19],[54,-5],[6,13],[-6,10]],[[5529,5678],[25,7],[17,-8],[6,4],[17,-17],[11,0],[10,-8],[8,-1],[13,9],[26,-6],[8,-11],[11,4],[17,-24],[8,-1],[6,6],[5,-9],[-7,-8],[7,1],[1,-13],[33,-34],[6,3],[36,-7],[1,5],[15,2],[36,-21],[7,10],[-20,3],[21,13],[1,10],[10,6],[-6,7],[11,-1],[20,27],[9,0],[9,8],[17,-12]],[[1705,6059],[17,-3],[8,-7]],[[1730,6049],[5,-11],[20,-9],[2,-6]],[[1026,5864],[14,17],[-5,9],[4,10],[-23,22],[-1,16],[21,9],[-7,18],[8,4],[13,-6],[24,2],[14,15],[23,3],[24,11],[19,-17],[16,-1],[21,33],[17,-1],[43,9],[14,23],[64,-18],[-5,-14],[54,-26],[3,13],[10,1],[31,22],[-7,10],[4,10],[34,16],[23,2],[3,-5],[7,3],[10,-5],[11,4],[-1,6],[59,2],[18,6],[43,-14],[41,18],[38,-12]],[[4086,5913],[0,-16],[12,-5],[4,-18],[-19,-20],[13,-29],[11,-3],[37,21],[43,4],[65,16],[5,14],[16,-2],[20,-7],[3,-13],[-6,-11],[9,-1],[-3,-14],[9,-2],[-8,-13],[9,-2],[13,-30],[8,2],[-5,7],[7,3],[4,-7],[16,0],[6,-8],[-9,-15],[20,-5]],[[3732,5673],[39,76],[-4,10],[8,3],[7,15],[41,40],[43,12],[-31,17],[2,9],[-30,6],[-25,15],[1,23],[-16,6],[5,18],[22,12],[17,-5],[28,31]],[[3839,5961],[16,11],[33,2],[11,-12],[20,-11],[10,1],[12,-19],[13,-1],[8,-12],[10,2],[15,-5],[23,12],[18,-7],[13,2],[45,-11]],[[8047,5553],[30,-18],[4,-14],[15,-10],[2,-19],[15,-19],[-12,-13],[1,-13],[13,-22],[37,-18],[-2,-21]],[[7151,5141],[26,19],[30,11],[31,-3],[9,-6],[16,1],[40,39],[42,22],[29,8],[52,-4],[11,7],[23,-2],[14,16],[11,-3],[7,4],[7,23],[-26,18],[-13,44],[27,-2],[11,27],[-5,17],[10,40]],[[7503,5417],[28,0],[3,10],[10,4],[33,-15],[22,-2],[16,5],[-2,30],[20,15],[12,42],[-3,17],[-21,23],[-10,56],[8,7],[39,2],[24,-8],[-1,-7],[30,-4],[54,13],[6,5],[-6,7],[8,4],[22,-4],[24,-21],[14,1],[32,-11],[-1,-5],[22,1],[9,-20],[32,-13],[11,-8],[-3,-5],[22,8],[6,-9],[40,-4],[44,22]],[[2891,5774],[3,8],[-8,13],[11,12],[-8,10],[0,16],[7,3],[-7,9],[15,28],[48,32],[17,0],[22,-17],[-1,-7],[13,-1],[-6,-8],[13,-4],[3,-6],[37,-18],[14,8],[10,-1],[23,32],[-23,29],[13,7],[23,-4],[16,4],[1,22],[27,13],[30,3],[44,25],[28,5],[11,9],[-11,17],[-6,31],[16,8],[7,10],[49,16],[10,14],[9,3]],[[3341,6095],[20,-6],[-12,-13],[14,-2],[-12,-8],[6,-14],[-13,-3],[22,-16],[-5,-6],[-9,3],[-20,-7],[0,-12],[12,4],[6,-8],[-8,-4],[-13,3],[13,-14],[-1,-12],[16,6],[2,-5],[-9,-3],[12,0],[4,-5],[-12,-9],[9,-23],[-13,-1],[4,-10],[-7,2],[-18,-12],[-11,3],[-24,-17],[2,-11],[9,-7],[-8,-8],[-15,3],[-11,-9],[7,-10],[12,5],[9,-23],[-7,-3],[-16,8],[-3,-5],[13,-4],[-7,-4],[-8,4],[-1,-9],[6,-3],[-4,-7],[-6,0],[25,-18],[-9,-2],[4,-10],[41,-29],[-48,-1],[-41,-6],[-8,-5],[4,-9],[15,0],[4,-8],[-10,-10],[14,-6],[1,-5],[9,2],[4,10],[10,-1],[-5,-9],[12,-5],[-14,-2],[13,-7],[-4,-4],[-14,1],[15,-8],[-2,-8],[7,-3],[25,1],[6,-12],[-12,-3],[20,-8],[1,-10]],[[7144,5704],[40,4],[29,-13],[15,10],[36,-4],[89,-43],[0,-10],[-21,0],[-1,-8],[6,-19],[21,-28],[-5,-6],[-12,3],[-11,-4],[15,-12],[16,-36],[-13,-23],[7,-3],[8,7],[0,-10],[31,-18],[36,18],[13,0],[14,25],[23,0],[15,-7],[-28,-32],[6,-7],[20,-5],[-2,-7],[-12,-2],[2,-15],[15,-7],[11,-15],[-3,-14],[-7,0],[6,-6]],[[6376,5418],[-9,15],[3,5],[41,4],[26,12],[18,2],[43,29],[-9,30],[-14,-4],[-32,9],[-19,21],[-2,15],[19,8],[10,17],[10,-3],[8,11],[33,-3],[-1,35],[14,16],[7,26],[25,30],[21,-15],[8,7],[-9,12],[11,6],[11,-1],[12,7],[34,0],[26,11],[6,26],[33,14],[-9,18]],[[6691,5778],[70,-2],[11,6],[49,-29],[68,-24],[25,18],[37,-18],[20,-21],[30,-7],[9,-15],[42,12],[13,-5],[24,10],[8,-21],[25,-3],[20,6],[6,12],[-4,7]],[[2474,6224],[7,-3],[-10,-25],[5,-48],[31,-9],[-4,-8],[14,-4],[-28,-45],[7,-2],[-8,-19],[5,-24],[-20,-18],[9,-12],[-25,-5],[-11,-15],[5,-13],[-27,-9],[-2,-6],[12,-11]],[[1730,6049],[49,16],[5,-4],[10,19],[21,-1],[34,-11],[-6,25],[7,21],[5,4],[13,-4],[9,40],[17,8],[6,-3]],[[1900,6159],[12,-8],[58,12],[29,-7],[19,4],[12,-10],[-30,-14],[8,-22],[25,1],[6,-8],[23,6],[14,-8],[-5,8],[26,13],[-8,37],[-16,19],[10,13],[-4,19],[12,16],[38,1],[18,-7],[15,-18],[41,14],[21,27],[44,9],[18,10],[27,-10],[6,-24],[6,-2],[34,9],[11,11],[14,-2],[8,-25],[17,-2],[14,-13],[25,2],[18,15],[8,-1]],[[3344,6114],[5,-4],[-11,-12],[3,-3]],[[2474,6224],[23,23],[56,34],[44,-5],[19,-9],[61,9],[69,26]],[[2746,6302],[12,-18],[-15,-20],[-1,-25],[20,-23],[28,-13],[11,-14],[-4,-8],[18,-1],[0,8],[-6,0],[4,6],[18,-3],[8,7],[8,-4],[-3,-8],[12,-8],[42,-12],[20,-12],[37,21],[16,35],[64,4],[5,-10],[4,10],[13,-5],[3,-9],[-6,-4],[31,-24],[23,-34],[17,-10],[15,7],[1,11],[13,10],[72,50],[3,37],[-6,12],[30,8],[29,-20],[-17,-13],[10,-9],[-15,-1],[7,-11],[6,4],[12,-1],[2,-12],[-12,0],[-1,-9],[4,-4],[-1,6],[11,-2],[11,-14],[-18,-14],[6,-6],[-16,-3],[-2,-5],[15,-3],[10,4],[5,-5],[-7,-5],[-18,-2],[15,-11],[25,3],[-7,-5],[5,-4],[13,7],[13,-4],[-11,-7],[18,2],[-1,-5]],[[3765,6024],[1,-24],[32,-17],[39,-11],[2,-11]],[[3344,6114],[31,9],[15,25],[33,8],[-2,10],[19,-5],[3,14],[-34,12],[-13,13],[-1,22],[8,17],[24,-5],[69,19]],[[3496,6253],[-9,-17],[7,-33],[18,-10],[44,-6],[37,-20],[32,-40],[-38,-24],[22,-16],[15,-24],[-1,-16],[16,2],[67,-20],[59,-5]],[[5208,6076],[-18,-2],[1,-9],[39,-13],[14,-10],[-6,-16],[4,-16],[8,-4],[11,5],[-15,-11],[7,-7],[-10,-13],[3,-5],[-12,-3],[5,-12],[-24,-12],[-5,-14],[-42,-10],[-9,-12],[-8,2],[-38,-22],[7,-4],[1,-15],[10,-3],[0,-5],[-10,1],[7,-25],[33,-7],[33,17],[16,-13],[36,-10],[20,-26],[1,-17],[15,-13],[-42,-10],[-24,3],[-12,-7],[-44,8],[-36,-22],[-15,-1],[45,-21],[-3,-18],[-20,-28],[-1,-26],[13,-20],[-17,-36]],[[4654,5704],[9,10],[-5,11],[8,4],[-13,15],[7,3],[-7,8],[-23,6],[33,16],[-19,6],[7,11],[18,-4],[12,8],[10,-4],[9,24],[-11,1],[-8,-8],[-12,4],[-6,-3],[-18,9],[-18,-4],[-24,16],[-9,22],[-25,7],[-1,9],[15,4],[29,59],[10,5],[-14,28],[15,-7],[5,10],[16,-3],[0,5],[-10,2],[16,2],[16,11],[8,-4],[2,7],[25,-11],[25,-3],[11,-10],[8,2],[30,-4],[17,10],[0,7],[11,-2],[-6,7],[3,10],[10,0],[13,27],[-23,25],[-18,0],[-3,9],[7,6],[-28,26],[-49,20],[2,30]],[[4711,6139],[29,19],[37,2],[4,5],[17,-5],[47,15],[26,1],[-1,5],[-9,0],[11,1],[8,-5],[21,5],[11,-7],[6,3],[25,-7],[25,1],[20,-13],[19,0],[12,-14],[46,-14],[13,-9],[-17,0],[-35,-29],[-12,1],[7,-5],[-10,-7],[0,-10],[-9,-9],[12,1],[40,-21],[-3,-9],[-15,0],[6,-5],[28,8],[4,-7],[31,-6],[6,13],[40,20],[-9,3],[4,22],[40,1],[35,28],[3,-3],[-35,-28],[19,-4]],[[5545,6099],[17,-8],[-14,-15],[1,-11],[29,-14],[9,-12],[-14,-9],[-35,-3],[-9,-9],[19,-14],[25,5],[16,-6],[-4,-11],[-28,-3],[-6,-7],[4,-8],[26,-11],[6,-29],[-16,-3],[-13,13],[-28,-3],[-17,-21],[-44,-16],[-8,-10],[10,-7],[30,4],[24,-9],[-6,-7],[-30,-6],[0,-16],[-10,-6],[1,-7],[-16,-7],[4,-12],[15,2],[10,-10],[20,-6],[15,7],[21,-9],[13,8],[-1,-8],[11,-10],[12,-3],[14,-21],[-9,-21],[-12,-2],[-5,-7],[-15,-3],[-10,6],[-10,-12],[-13,-5],[-3,-12],[-19,1],[-6,-9],[-17,-1],[-14,-10],[10,-10],[21,9],[12,0],[21,-17]],[[5208,6076],[22,-3],[14,8],[9,-5],[20,5],[44,-19],[30,-4],[11,-6],[11,12],[51,9],[13,21],[34,18],[8,-1],[24,27]],[[5499,6138],[20,-1],[1,-29],[25,-9]],[[4559,6225],[11,-1],[-8,-11],[12,-13],[33,5],[12,-6],[-6,-9],[17,-39],[15,3],[66,-15]],[[4086,5913],[6,14],[-13,42],[7,11],[25,6],[15,12],[6,26],[23,13],[23,-15],[17,-2],[3,10],[32,26],[46,24],[42,10],[-40,45],[16,-7],[27,10],[-11,21],[49,24],[-7,24],[35,36],[-2,18]],[[4385,6261],[34,5],[23,-17],[31,-9],[20,-41],[21,21],[-3,17],[8,3],[18,-16],[4,5],[15,-6],[3,2]],[[5887,5998],[6,-3],[3,-15],[-19,-2],[2,-13],[-16,-5],[25,-23],[15,-7],[5,7],[11,-5],[-9,-3],[-2,-10],[-18,-3],[15,-4],[-5,-11],[19,-8],[-4,-30],[-21,-25],[-9,-4],[18,-56],[-10,-19],[-19,-5],[-9,-22],[-37,-18],[-3,-11],[13,-10],[-9,-6],[4,-3],[16,3],[-8,-5],[1,-5],[10,-2],[2,1],[-7,8],[9,-2],[3,-14],[19,-2],[9,-8],[-7,-7],[-25,-2],[-1,-4],[20,-3],[15,4],[-1,10],[4,-6],[27,4],[12,-10],[-4,-9],[8,-7],[-11,-6]],[[5545,6099],[12,4],[5,12],[18,-7],[2,7],[10,-2],[2,6],[72,-3],[0,6],[20,0],[39,15]],[[5725,6137],[22,-15],[6,-24],[21,-12],[16,-20],[30,-4],[1,-12],[29,-18],[21,-29],[16,-5]],[[696,6048],[-4,5],[-3,4],[-1,2],[-1,3],[0,5],[0,3],[-1,8],[0,2],[-2,3],[-5,6],[-7,4],[-10,10],[-1,2],[0,5],[0,2],[1,3],[5,8],[3,8],[0,3],[1,8],[1,2],[2,6],[2,3],[3,3],[2,1],[2,0],[26,9],[2,0],[4,0],[5,-1],[12,-5],[24,-2],[7,0],[5,1],[5,3],[3,3],[7,7],[4,10],[2,5],[1,1],[6,7],[6,5],[7,4],[10,6],[3,2],[4,9],[1,3],[-2,6],[0,1],[-2,2],[-8,4],[-6,4],[-3,3],[-3,3],[-1,8],[1,8],[4,11],[3,4],[4,1],[8,1],[12,-2],[11,-1],[11,5],[3,9],[3,6],[7,8],[3,3],[2,1],[2,0],[7,3],[10,8],[1,3],[2,10],[3,9],[5,9],[1,8],[0,11],[1,11],[17,4],[11,3],[10,6],[2,2],[1,4],[3,2],[11,6],[15,5],[8,3],[4,3],[9,14],[6,9],[-3,12],[-2,2],[-2,2],[-8,4],[-2,3],[1,2],[3,3],[6,3],[2,1],[2,0],[10,-4],[7,-2],[4,-1],[11,0],[5,3],[3,2],[2,4],[-1,4],[-2,2],[-5,19],[9,14],[21,10],[17,11],[3,4],[5,9],[-3,5],[7,9],[2,3],[3,3],[7,6],[3,4],[-2,5],[-3,2]],[[1103,6586],[41,1],[10,-7],[21,-2],[-1,-12],[24,-4],[-3,-26],[9,0],[1,-6],[15,-1],[-5,-8],[18,-14],[1,-9],[1,6],[54,15],[11,-2],[37,-24],[10,0],[5,-37],[10,-10],[-7,-12],[8,-14],[17,-11],[0,-19],[8,-6],[66,0],[-9,-4],[10,-11],[32,2],[25,-11],[25,-2],[13,-7],[5,-11],[34,-11],[42,-26],[8,-22],[15,-13],[-10,-22],[62,-61],[3,-19],[24,-9],[9,-10],[-19,-24],[-3,-20],[-7,-1],[9,-24],[-17,-19]],[[5887,5998],[52,19],[-12,9],[7,5],[-6,8],[15,9],[0,11],[60,3],[81,-16],[39,21],[8,-6],[19,17],[17,-4],[3,9],[14,-1],[-2,15],[42,-8],[9,5],[-4,7],[9,3],[8,20],[69,4],[35,16],[50,-2]],[[6400,6142],[11,-4],[9,-11],[0,-29],[11,-10],[28,-10],[39,-4],[26,5],[56,-26],[-3,-10],[-25,-11],[6,-27],[-10,-11],[8,-14],[23,-11],[-7,-7],[12,-18],[23,-12],[3,-9],[-11,-7],[-22,3],[-2,-4],[23,-19],[4,-23],[33,-3],[9,-9],[3,-12],[-9,-7],[-4,-20],[10,-24],[25,-17],[22,-3]],[[3765,6024],[20,67],[11,4],[9,16],[32,9],[5,14],[-11,10],[-28,8],[-11,14],[32,32],[25,12],[6,11],[45,18],[30,21],[35,2],[4,9],[-11,8],[9,2]],[[3967,6281],[5,-3],[12,8],[11,-2],[45,23],[41,0],[28,13],[15,12],[-14,15],[4,21],[48,-9],[66,15]],[[4228,6374],[13,-13],[34,-4],[22,-17],[9,0],[1,-19],[11,2],[15,-8],[12,-16],[40,-26],[0,-12]],[[3817,6448],[18,-11],[24,1],[6,-11],[35,-31],[0,-8],[22,-8],[32,-45],[-3,-18],[16,-36]],[[3496,6253],[-3,8],[-45,14],[-6,5],[6,5],[-11,8],[-20,3],[15,11],[-8,17],[6,4],[-16,15],[116,36],[24,12],[11,13]],[[3565,6404],[30,4],[27,18],[14,-19],[50,-1],[-4,26],[-9,10],[25,12],[20,-17],[8,9],[17,4],[-7,5],[11,16],[15,-19],[14,-5],[-11,-2],[4,-3],[-7,-5],[-9,5],[9,-12],[30,15],[25,3]],[[2537,6554],[111,-3],[39,-6],[50,4],[24,-3],[10,-18],[-24,-25],[-55,-26],[-62,-3],[-26,-7],[-26,-19],[-1,-12],[13,-15],[62,-17],[39,4],[45,24]],[[2736,6432],[6,-8],[-9,-9],[2,-15],[-12,1],[-12,-28],[2,-9],[22,-9],[5,-12],[29,-28],[-23,-13]],[[1900,6159],[71,84],[-1,8],[28,21],[-6,10],[8,14],[24,14],[1,14],[-18,2],[8,7],[-11,9],[2,10],[7,-3],[21,14],[2,-5],[32,9],[8,12],[-15,5],[0,7],[14,8],[-4,12],[-20,9],[4,6],[-12,3],[1,9],[-30,18],[-4,22],[21,2],[8,8],[47,15],[7,-7],[10,3],[8,-10],[71,-12],[12,15],[10,3],[-11,9],[13,21],[32,5],[11,15],[9,1],[2,-10],[28,-7],[13,-32],[13,-1],[9,17],[32,19],[-5,6],[24,13],[20,20],[3,14],[-12,0],[29,20]],[[2414,6605],[48,-30],[75,-21]],[[8712,5961],[3,-3],[3,-3],[9,-4],[14,-5],[6,-3],[5,-5],[21,-12],[9,-16],[-2,-7],[-1,-2],[0,-10],[1,-16],[3,-19],[2,-8],[2,-12],[2,-6],[4,-7],[10,-14],[9,-11],[7,-11],[1,-3],[5,-15],[8,-15],[1,-4],[3,-7],[2,-6],[2,-4],[6,-6],[2,-2],[12,-8],[13,-7],[16,-10],[11,-10],[7,-9],[3,-7],[4,-4],[7,-7],[4,-3],[15,1],[7,-4],[2,-8],[4,-1],[5,-1],[5,0],[6,-1],[26,-3],[15,-4],[6,-2],[6,-1],[22,-5],[13,-3],[11,-1],[12,-1],[17,-1],[26,0],[18,-1],[2,0],[8,-1],[3,-1],[29,-10],[7,-3],[7,-4],[5,-3],[2,-2],[3,-2],[6,-5],[3,-4],[2,-3],[3,-6],[3,-4],[1,-7],[2,-20],[2,-9],[-1,-6],[-1,-4],[-2,-5],[-2,-3],[-12,-16],[-3,-4],[-5,-5],[-4,-7],[-2,-5],[-1,-3],[-2,-10],[0,-4],[0,-8],[0,-1],[2,-5],[6,-5],[-7,-5],[-25,-10],[-4,-2],[-15,-6],[-8,2],[-6,-4],[-4,-7],[-10,-17],[-2,-7],[2,-8],[-11,-14],[-4,-14],[-4,-4],[-2,-1],[-15,-3],[-10,0],[-8,-2],[-9,-4],[-6,-13],[5,-4],[9,-2],[6,-1],[10,-7],[1,-11],[-4,-8],[-7,3],[-4,-1],[-21,-84],[-4,-17],[4,-8],[3,-5],[7,-5],[9,-3],[1,-17],[0,-11],[-4,-13],[0,-5],[1,-7],[2,-10],[0,-11],[-10,-6],[-10,-2],[-7,0],[-7,0],[-23,0],[-20,0],[-7,0],[-6,-1],[-4,-18],[-12,1],[-18,5],[-20,2],[-13,-9],[-12,0],[-15,-1],[-20,-2],[-5,-3],[-5,-6],[12,-5],[2,-1]],[[8047,5553],[-8,3],[24,43],[-18,22],[0,22],[12,16],[-6,6],[20,17],[3,16],[-8,8],[12,6],[46,2],[9,28],[-10,13],[9,6],[-6,1],[13,10],[2,14],[9,-2],[15,7],[-10,45],[-15,18],[2,51],[-17,29],[-4,29],[12,8],[43,-7],[56,8],[-3,11],[8,8],[-13,30],[17,34],[27,-9],[26,-1],[-1,11],[14,-2],[23,6]],[[8330,6060],[73,3],[34,-22],[28,-5],[21,-27],[26,-13],[-14,-20],[19,-4],[14,-9],[53,-19],[10,-11],[14,-6],[72,0],[32,14],[-12,13],[12,7]],[[3461,6486],[48,-25],[9,-12],[12,3],[15,-25],[14,-2],[-7,-3],[16,-12],[-3,-6]],[[2736,6432],[43,48],[76,44],[102,28],[61,8],[61,32]],[[3079,6592],[37,5],[29,-14],[13,-18],[-8,-36],[3,-13],[16,-12],[24,-3],[30,10],[21,15],[43,66],[38,7],[22,-11],[2,-14],[-33,-32],[10,-28],[33,-24],[22,-10],[55,-3],[25,9]],[[6110,6433],[28,-12],[2,4],[14,-3],[0,-19],[22,-7],[13,-14],[-4,-6],[18,-2],[-3,-28],[-17,-11],[6,-7],[-11,3],[-11,-23],[29,-41],[22,-23],[35,-13],[0,-9],[13,-2],[12,7],[19,-10],[17,-1]],[[6314,6216],[75,-41],[18,-30],[-7,-3]],[[5725,6137],[-20,10],[-3,18],[-20,11],[22,37],[-2,25],[4,7],[30,-2],[9,1],[2,6],[22,-2],[4,8],[-29,0],[-16,5],[4,8],[10,1],[1,16],[-21,1],[-10,12],[-20,6],[7,7],[46,13],[40,-9],[50,11],[50,2],[9,17],[-16,17],[13,31],[62,-8],[82,3],[33,14],[13,16],[11,0],[0,10],[12,7],[6,-3]],[[7434,6198],[-1,-22],[15,-1],[10,-19],[-4,-16],[-15,-6],[-16,-18],[-1,-25],[-24,-26],[1,-9],[17,-7],[3,-8],[-18,-30],[7,-14],[-4,-7],[-17,-5],[-90,12],[0,-35],[-20,0],[1,-20],[-17,-15],[-21,-13],[-16,7],[22,5],[-2,18],[-8,-9],[-43,-8],[-3,-11],[-15,-9],[11,-7],[-3,-8],[-14,-5],[-10,-25],[-19,-9],[-11,1],[-5,-8],[-8,-29],[-17,-18],[22,-14],[16,-4],[17,-20],[4,-12],[-22,-32],[8,-13]],[[6314,6216],[-1,18],[4,4],[8,-2],[6,7],[-3,15],[12,2],[-6,9],[10,2],[3,8],[24,-5],[9,26],[10,5],[-5,6]],[[6385,6311],[11,-3],[46,15],[13,-4],[39,18],[-1,-8],[11,-6],[18,-2],[2,11],[6,-8],[-10,-6],[-47,-6],[-3,-23],[13,-24],[20,4],[19,22],[23,9],[8,16],[17,-9],[26,2],[1,-7],[45,-29],[34,-9],[18,7],[25,-3],[15,7],[3,8],[15,0],[7,-8],[87,25],[17,-3],[10,26],[60,26],[6,12],[-9,13],[15,10],[-3,-11],[15,-7],[36,-1],[38,10],[18,-15],[21,-1],[4,9],[11,1],[8,-7],[28,-8],[-14,-33],[5,-15],[22,-6],[26,7],[26,-4],[-1,-15],[30,-11],[29,6],[31,-12],[25,9],[12,-3],[5,-30],[13,-5],[28,0],[8,-21],[27,-6],[18,-18],[23,1]],[[3882,6696],[13,-15],[-1,-17],[-11,-3],[3,-11],[5,-5],[12,1],[14,-15],[14,-2],[-18,-19],[3,-6],[23,-9],[10,-15],[-6,1],[-18,-8],[-26,4],[-26,-7],[-12,-30]],[[3861,6540],[-34,4],[-20,8],[-8,9],[-7,-1],[-9,10],[-20,1],[17,61],[-1,13],[-13,16],[26,5],[28,23],[-11,23],[15,12],[-3,6]],[[3821,6730],[7,5],[21,-35],[33,-4]],[[4559,6225],[33,21],[20,1],[14,16],[-4,3],[16,4],[-6,1],[3,5],[14,-1],[5,9],[70,17],[16,-2],[-3,26],[-11,3],[-3,12],[-16,12],[-9,-2],[-8,11],[-16,1],[4,15],[23,21],[-5,45],[37,16],[7,9]],[[4740,6468],[66,-1],[160,20],[43,21],[78,56],[75,41],[41,7],[62,-5]],[[5265,6607],[-10,-10],[-21,-8],[-3,-11],[19,-8],[4,17],[16,1],[3,-8],[-23,-14],[12,-1],[18,11],[4,14],[8,-9],[-12,-17],[27,-5],[-6,-10],[-16,6],[-16,-7],[7,-16],[-5,-9],[-31,1],[-12,-7],[9,-15],[37,5],[17,-24],[-10,-4],[-18,14],[-21,-6],[6,-14],[21,-6],[20,-15],[-6,-7],[-22,-5],[2,-12],[20,-7],[13,12],[27,5],[1,-6],[-21,-3],[-9,-11],[3,-10],[9,1],[12,11],[13,-7],[-5,-13],[5,-7],[16,2],[4,12],[7,3],[16,-1],[14,-10],[-17,-13],[-1,-11],[-24,-3],[-23,8],[-10,-6],[1,-6],[16,-4],[10,-14],[15,12],[33,3],[-3,-9],[-27,3],[-6,-7],[31,-16],[-1,-20],[19,-11],[14,1],[12,13],[22,5],[8,-5],[0,-17],[64,-1],[10,-6],[-5,-9],[-21,2],[3,-22],[-16,0],[-9,-7],[11,-25],[15,-13],[1,-12],[-8,-2],[-30,10],[-13,-5],[39,-32],[15,2],[3,19],[23,-5],[-23,-31],[-20,7],[-10,-3],[-8,-26],[21,-5]],[[3861,6540],[33,-6],[33,-15],[-3,-15],[-7,-14],[-25,-14],[-21,5],[0,-16],[-54,-17]],[[3461,6486],[41,49],[12,106],[30,28],[43,25],[27,30]],[[3614,6724],[65,47],[81,17],[41,0]],[[3801,6788],[-10,-9],[29,-29],[1,-20]],[[4088,6630],[51,-26],[-4,-23],[32,-26],[6,-23],[-51,-16],[-71,5],[21,-19],[3,-20],[14,-7],[15,-25],[-7,-34],[25,-3],[48,20],[26,0],[43,-31],[3,-12],[-14,-16]],[[3882,6696],[20,-4],[7,15],[-19,19],[5,18],[-4,34]],[[3891,6778],[10,-4],[33,4],[32,-2]],[[3966,6776],[11,-23],[26,-11],[-30,-17],[1,-8],[25,-14],[3,-9],[49,-37],[25,-1],[12,-26]],[[7434,6198],[27,3],[38,12],[14,-5],[2,12],[-18,6],[3,10],[27,13],[3,14],[17,7],[4,28],[21,3],[37,39]],[[7609,6340],[3,-2],[3,-3],[3,-2],[4,-3],[9,-4],[2,-2],[2,-3],[3,-4],[2,-3],[6,-15],[1,-3],[-1,-20],[-4,-16],[-2,-4],[1,-4],[3,-9],[1,-2],[5,-7],[9,-18],[2,-3],[3,-7],[3,-3],[1,-2],[2,-2],[3,-2],[2,-2],[4,-2],[6,-3],[5,-2],[17,-5],[4,-1],[6,-3],[28,-18],[4,-3],[2,-2],[1,-2],[11,-17],[5,-14],[3,-8],[4,-6],[2,-2],[2,-2],[2,-1],[4,-2],[8,-3],[9,-4],[5,-2],[15,-8],[9,-6],[10,-6],[9,-7],[4,-3],[12,-8],[8,-4],[15,-8],[5,-2],[6,-2],[3,-1],[5,-1],[4,-1],[5,0],[4,0],[4,0],[19,2],[11,0],[5,1],[3,0],[3,1],[5,2],[8,3],[23,8],[9,4],[3,2],[5,5],[2,3],[2,7],[7,14],[5,9],[6,10],[2,6],[1,2],[0,3],[0,4],[2,2],[2,3],[3,2],[6,6],[4,4],[5,4],[4,5],[2,3],[8,11],[4,8],[4,8],[6,10],[3,3],[12,18],[9,16],[13,18],[2,3],[1,1],[3,3],[7,6],[2,2],[15,11],[12,14],[15,16],[15,14],[14,17],[5,12],[2,4],[3,4]],[[8227,6350],[24,0],[18,-5],[50,8],[22,-17],[12,-43],[49,-24],[19,4],[16,-7],[-5,-20],[-79,-17],[-23,-43],[7,-8],[-3,-7],[-22,-18],[5,-18],[-40,-26],[51,-25],[2,-24]],[[3917,6807],[49,-31]],[[3891,6778],[0,25],[-8,10]],[[3883,6813],[9,7]],[[3892,6820],[25,-13]],[[3801,6788],[35,19],[11,24]],[[3847,6831],[24,-3],[12,-15]],[[4697,6470],[43,-2]],[[4088,6630],[7,6],[0,29],[-37,28],[-1,13],[36,26],[35,-17],[18,14],[18,4],[13,19]],[[4177,6752],[17,24],[13,8],[46,4],[11,8],[19,-2]],[[4283,6794],[-14,-57],[34,-52],[19,-12],[46,-16],[24,-15],[41,-50],[78,-66],[85,-35],[19,-14],[82,-7]],[[3917,6807],[35,23],[44,-10],[31,-21],[20,4],[11,20],[3,-6],[13,-4],[19,-38],[46,1],[14,-11],[17,-5],[7,-8]],[[3836,6855],[11,-24]],[[3614,6724],[-9,6],[-13,36],[-3,-3],[-5,12],[-6,-3],[-25,103]],[[3553,6875],[79,-4],[41,-6],[36,-11],[12,20],[34,4],[1,-5],[13,1],[3,-11],[13,-10],[13,4],[4,-7],[14,-2],[20,7]],[[3836,6855],[21,19]],[[3857,6874],[72,-10],[-12,-24],[-6,1],[0,-10],[-19,-11]],[[1135,6660],[3,0],[9,1],[3,1],[2,2],[8,12],[-2,4],[-12,1],[-10,-1],[-4,1],[-2,1],[-4,2],[-2,2],[-1,1],[-1,3],[1,3],[2,3],[6,2],[7,0],[6,1],[2,7],[-2,6],[-9,2],[-2,1],[-4,0],[-7,-2],[-4,0],[-14,0],[-4,2],[-6,3],[-2,2],[-2,4],[0,2],[1,3],[1,2],[4,3],[3,0],[6,1],[21,2],[15,1],[4,3],[3,3],[1,2],[-2,11],[-2,2],[-2,1],[-5,2],[-6,1],[-2,0],[-2,-2],[-3,-3],[-9,-3],[-9,-2],[-24,2],[-3,0],[-4,2],[-2,1],[-1,2],[0,3],[2,2],[2,3],[18,11],[19,4],[4,-1],[3,0],[6,2],[1,2],[2,5],[-3,4],[-1,2],[-4,2],[-4,1],[-2,1],[-2,1],[-2,1],[-1,6],[0,4],[1,2],[3,7],[3,3],[2,1],[3,0],[8,-3],[7,0],[5,1],[2,2],[0,4],[-6,5],[-8,2],[-3,3],[0,2],[0,1],[2,3],[3,2],[3,0],[15,1],[16,2],[8,5],[9,4],[12,-3],[15,0],[6,8],[1,1],[2,10],[-6,2],[-9,5],[-9,6],[1,7],[0,19],[0,2],[1,2],[4,6],[3,3],[6,4],[8,-2],[2,-1],[11,-4],[11,-4],[1,1],[5,3],[0,3],[-3,5],[-9,6],[-2,2],[-4,5],[-1,2],[0,1],[1,4],[1,2],[1,1],[8,8],[4,5],[1,2],[3,6],[1,2],[-1,3],[-13,3],[-16,6],[-5,2],[-9,5]],[[1206,6998],[12,10],[-1,16],[-60,17],[-22,20],[9,13],[23,2],[121,-22],[22,8],[20,20],[43,-1],[19,-18],[-3,9],[11,8],[18,-3],[16,5],[-4,10],[-31,17],[8,9],[12,4],[14,0],[59,-24],[22,-2],[-11,-6],[17,-8],[-4,-21],[11,-7],[0,-12],[10,-1],[3,-10],[13,-4],[9,5],[13,-3],[11,13],[11,1],[-8,8],[5,5],[7,3],[12,-6],[-3,8],[13,13],[-2,9],[12,-1],[23,-12],[21,-20],[15,-1],[11,6],[4,-5],[16,3],[9,-12],[19,1],[4,-6],[15,1],[6,5],[2,-6],[8,0],[5,10],[22,0],[-1,-3],[21,4],[-7,10],[28,18],[20,-2],[28,7],[20,-11],[11,2],[3,-5],[48,8]],[[1984,7074],[4,-5],[-42,-18],[-45,-4],[-5,-11],[9,-3],[-3,-4],[-24,2],[7,-27],[-21,-44],[-23,0],[8,-14],[-8,-15],[-10,1],[-1,-7],[-22,-8],[7,-2],[-16,-4],[-2,4],[-19,-9],[3,-44],[17,-6],[11,-21],[-9,-11],[-12,7],[-8,-25],[-38,-11],[-11,-9],[6,-3],[-4,-5],[-7,3],[-4,-7],[-10,3],[-1,-9],[11,-6],[-1,-8],[6,0],[-5,-28],[-41,-19],[-8,5],[-41,-32],[-12,4],[-3,-9],[-18,-4],[-17,-16],[-15,0],[3,8],[8,0],[-1,10],[18,10],[-2,4],[-17,-1],[1,18],[-37,13],[7,8],[-33,10],[-11,-4],[-52,10],[-6,0],[-34,-39],[-27,2],[4,-19],[22,-4],[-13,-8],[1,-13],[-40,-1],[-3,-9],[-35,8],[1,6],[-32,-1],[-2,-10],[-43,0],[-1,-8],[-18,-2],[-18,4],[-17,-5],[-8,2],[-7,-8],[-11,0],[-29,24]],[[2178,7011],[-31,-24],[-10,-21],[-36,-45],[-5,7],[-9,0],[-24,-36],[-8,-19],[5,-3],[-20,-37],[-4,-48],[19,-62],[47,-37],[19,-8],[3,3],[46,-8],[93,4],[24,-5],[49,-19],[5,-7],[73,-41]],[[1103,6586],[-6,0],[-5,-1],[-1,2],[-2,4],[0,2],[2,5],[6,2],[6,0],[9,2],[5,4],[2,3],[1,4],[0,2],[-2,3],[-2,2],[-4,2],[-6,1],[-5,2],[-6,4],[-3,2],[-1,2],[-1,3],[1,1],[7,9],[3,3],[9,8],[4,2],[7,2],[4,-2],[10,1]],[[1984,7074],[2,10],[28,-2],[37,5],[16,-5],[11,-14],[33,-19],[33,7],[28,0],[11,-5],[8,-16],[-13,-24]],[[6385,6311],[-20,20],[26,14],[-1,10],[11,2],[-3,7],[8,3],[3,15],[-12,4],[-7,22],[2,22],[12,27],[-17,2],[-11,7],[11,31],[19,18],[7,-2],[6,16],[34,23],[-9,2],[-3,27],[26,10],[24,17],[62,-15],[7,14],[23,4],[2,14],[32,13],[-6,16],[15,4]],[[6626,6658],[1,-2],[2,-3],[7,-9],[6,-12],[4,-9],[6,-16],[2,-8],[0,-2],[-1,-4],[0,-2],[-1,-2],[-2,-3],[-3,-5],[-2,-5],[-1,-8],[-1,-9],[2,-22],[0,-3],[1,-4],[1,-2],[2,-5],[4,-8],[8,-15],[3,-5],[3,-3],[4,-3],[4,-3],[5,-3],[9,-4],[7,-3],[4,-2],[4,-1],[2,0],[4,-1],[3,-1],[3,0],[9,1],[17,2],[10,1],[22,4],[9,3],[10,2],[6,0],[21,2],[11,-1],[9,-1],[6,-1],[3,-1],[4,-2],[4,-2],[19,-10],[11,-4],[4,-2],[6,-2],[8,-1],[6,-1],[16,0],[4,0],[26,3],[6,1],[5,1],[14,3],[19,4],[20,4],[7,2],[17,1],[8,1],[8,2],[11,2],[5,0],[3,0],[6,-1],[2,0],[2,-1],[5,-3],[2,-1],[3,-4],[5,-5],[7,-6],[6,-4],[4,-2],[6,-3],[2,0],[7,-1],[9,0],[8,0],[5,0],[10,2],[4,1],[14,5],[3,1],[5,0],[4,0],[8,-1],[7,-2],[5,-1],[11,-2],[10,-2],[5,0],[10,-1],[6,0],[9,-2],[17,-5],[13,-2],[8,-2],[14,-2],[6,0],[6,0],[6,1],[9,2],[13,3],[11,1],[7,-1],[4,0],[7,-2],[17,-7],[8,-3],[6,-3],[11,-4],[9,-4],[8,-2],[11,-3],[5,-1],[23,-2],[24,-2],[6,0],[3,1],[2,0],[4,1],[12,1],[9,-1],[8,-1],[5,-2],[6,-3],[2,-1],[4,-3],[3,-4],[2,-5],[3,-7],[0,-4],[5,-20],[2,-8],[0,-1],[3,-3],[1,-1],[16,-10]],[[3079,6592],[-11,7],[-15,-1],[-38,22],[7,9],[41,0],[-6,12],[4,8],[27,6],[-49,30],[4,15],[24,-2],[2,6],[25,2],[2,13],[-19,14],[-28,2],[-26,14],[-16,1],[-8,13],[-18,4],[21,46],[102,-10],[8,19]],[[3112,6822],[32,-5],[13,24],[35,-1],[13,61],[10,-4],[23,3],[46,33],[97,26],[16,28],[45,-17],[15,-97],[96,2]],[[5357,6609],[78,29],[26,1],[22,8],[50,7],[33,23],[5,17],[35,21],[45,9],[47,34],[101,20],[36,17]],[[5835,6795],[35,18]],[[5870,6813],[26,-36],[-9,-40],[-39,-35],[-30,-17],[-76,-2],[-2,-48],[-28,-12],[-62,-8],[13,-15],[14,5],[12,-2],[-5,-12],[-25,-18],[-3,-10],[12,-15],[0,-20],[-40,-5],[-51,2],[-9,-11],[-14,3],[-77,-29],[-26,17],[15,6],[-7,7],[6,2],[-17,18],[5,1],[-8,10],[6,2],[-5,14],[-35,-1],[-24,6],[-37,28],[7,11]],[[5265,6607],[35,-4],[57,6]],[[5870,6813],[39,11]],[[5909,6824],[41,-23],[0,-5],[11,1],[23,-9],[7,-5],[-3,-8],[17,-5],[9,-36],[-17,-7],[15,-14],[-19,-14],[16,-3],[12,-15],[-6,-14],[-12,-1],[-12,-11],[-15,6],[-16,-26],[-32,-15],[-49,-10],[-38,-22],[-11,0],[-2,-10],[43,-6],[-15,-15],[-10,1],[-1,-9],[10,-6],[-14,1],[8,-3],[-13,-9],[1,-8],[140,-32],[58,-24],[41,6],[33,-22],[7,-12],[0,-7],[-6,0]],[[3121,6927],[-9,-105]],[[2537,6554],[21,77],[-44,20],[-32,29],[4,3],[-13,8],[23,14],[56,-11],[38,-3],[8,5],[-50,11],[-1,-8],[-9,1],[10,21],[-31,20],[-16,0],[1,17],[-39,3],[14,17],[-3,6],[97,22],[0,11],[-30,-10],[9,5],[-1,8],[-8,4],[-9,-4],[-2,7],[-10,-1],[27,19],[18,28],[41,23],[-15,6],[-81,8],[-34,-1],[40,74],[69,15],[51,-10],[-6,18],[-58,5],[-18,7],[-13,24],[2,32],[10,13],[55,13],[37,18],[34,5],[59,-5],[32,8],[-11,11],[52,11]],[[2811,7148],[3,-12],[95,-40],[-3,-14],[11,1],[-9,-17],[13,0],[0,-7],[14,0],[2,13],[53,7],[91,-141],[40,-11]],[[5909,6824],[58,20],[69,2]],[[6036,6846],[8,-2],[9,-2],[9,-3],[9,-5],[6,-3],[5,-4],[6,-5],[6,-5],[2,-3],[3,-3],[2,-3],[1,-5],[5,-12],[2,-7],[0,-7],[2,-9],[2,-5],[3,-4],[2,-3],[4,-4],[5,-3],[7,-4],[4,-1],[6,-2],[6,-2],[20,-4],[9,-1],[7,0],[6,-1],[4,0],[5,1],[5,1],[9,2],[6,1],[5,0],[12,-1],[4,0],[8,1],[19,3],[5,1],[4,0],[11,-1],[9,-1],[3,0],[7,-1],[9,-2],[21,-3],[5,0],[15,-1],[12,-2],[6,-1],[9,-1],[6,-1],[9,1],[19,1],[16,1],[11,1],[10,0],[10,0],[7,-1],[15,-3],[18,-4],[13,-2],[9,-2],[3,-1],[4,-2],[4,-1],[8,-3],[25,-8],[9,-3],[3,-1],[5,-3],[2,-1],[6,-4],[3,-4],[8,-10],[12,-14],[6,-8]],[[3121,6927],[34,13],[14,16],[-6,37],[17,22],[-3,28],[77,4],[57,-4],[-9,19],[118,44],[10,-9],[52,18],[-4,4],[16,6]],[[3494,7125],[91,-71],[11,-3],[30,-45],[7,-22],[31,-25],[47,-25],[54,-17],[26,-22],[66,-21]],[[8227,6350],[3,4],[2,6],[2,5],[1,6],[0,9],[1,6],[0,2],[1,3],[2,3],[2,1],[5,4],[4,2],[2,1],[21,8],[21,10],[2,1],[3,2],[2,2],[2,2],[1,3],[1,2],[1,6],[-1,6],[0,2],[0,3],[1,4],[3,4],[2,3],[2,2],[3,4],[2,2],[3,2],[2,2],[8,5],[8,5],[7,3],[3,2],[3,3],[11,10],[7,5],[6,3],[4,2],[4,1],[5,0],[3,0],[3,0],[7,-1],[5,-1],[6,-2],[3,-1],[5,-1],[13,-2],[13,-1],[5,0],[8,-1],[4,0],[7,1],[8,2],[5,1],[7,3],[4,1],[21,9],[5,2],[4,2],[4,2],[22,15],[3,2],[2,3],[1,3],[2,2],[4,4],[5,5],[5,6],[11,9],[9,5],[17,9],[2,1],[3,1],[3,0],[2,0],[2,0],[7,-1],[6,0],[4,0],[3,1],[3,0],[22,6],[14,4],[3,1],[5,0],[5,0],[6,0],[3,-1],[5,-1],[1,0],[4,-2],[6,-3],[9,-4],[12,-4],[1,-1],[2,-1],[1,-1],[6,-7],[2,-2],[2,-3],[5,-3],[2,-1],[16,-10],[11,-4],[6,-3],[7,-6],[3,-4],[4,-5],[4,-6],[8,-8],[6,-4],[3,-2],[6,-3],[16,-12],[19,-11],[14,-11],[16,-12],[5,-5],[5,-4],[7,-4],[10,-6],[7,-9],[1,-4],[2,-4],[6,-5],[8,-5],[8,-3],[3,-1],[23,-9],[21,-10],[11,-5],[18,-8],[19,-9],[11,-3],[8,-2],[16,-2],[7,-1],[9,1],[8,0],[7,2],[8,1],[20,4],[3,0],[3,0],[16,2],[8,1],[11,2],[8,0],[4,-1],[4,-1],[4,-2],[2,-2],[0,-3],[1,-5],[1,-3],[1,-1],[5,-5],[9,-5],[15,-6],[3,-1],[4,-1],[12,1],[15,-2],[4,-2],[6,-4],[6,-4],[16,-12],[10,-8],[15,-13],[9,-6],[14,-10],[18,-14],[18,-15],[3,-3],[7,-10],[3,-4],[2,-3],[4,-7],[1,-4],[2,-6],[1,-5],[0,-9],[0,-4],[-1,-1],[-5,-4],[-4,-3],[-4,-2],[-7,-4],[-5,-1],[-8,-2],[-13,-4],[-22,-7],[-9,-3],[-19,-7],[-16,-6],[-14,-5],[-13,-3],[-8,-2],[-6,-1],[-6,-1],[-4,0],[-6,0],[-9,3],[-6,1],[-5,3],[-40,20],[-10,6],[-7,4],[-14,6],[-8,5],[-6,4],[-13,9],[-7,4],[-7,1],[-3,0],[-3,1],[-9,2],[-3,1],[-6,4],[-2,3],[-12,3],[-9,1],[-26,2],[-9,0],[-14,-1],[-10,-1],[-10,-2],[-10,-3],[-10,-4],[-9,-3],[-3,-2],[-8,-5],[-6,-4],[-15,-13],[-1,-2],[-3,-7],[-2,-11],[-4,-19],[-2,-9],[0,-4],[1,-4],[1,-8],[1,-6],[-1,-4],[-7,-11],[-2,-5],[-1,-2],[0,-3],[1,-9],[-1,-2],[-2,-4],[-3,-5],[-4,-4],[-3,-3],[-2,-2],[-6,-3],[-12,-6],[-7,-1],[-4,0],[-19,-6],[-4,-4],[-3,-1],[-6,-2],[-9,-2],[-4,0],[-11,1],[-3,1],[-14,5],[-20,5],[-5,1],[-27,4],[-6,1],[-17,2],[-5,0],[-11,0],[-5,-1],[-3,-1],[-7,-2],[-3,-2],[-3,-1],[-1,-2],[-4,-6],[-3,-5],[-2,-3],[0,-3],[0,-4],[7,-18],[4,-7],[5,-16],[1,-3],[2,-5],[1,-3],[4,-6],[4,-5],[5,-5]],[[2783,7369],[4,-27],[-10,-16],[16,-32],[-9,-23],[38,17],[8,-7],[-11,-5],[11,-9],[-11,-8]],[[2819,7259],[-12,-55],[4,-56]],[[2178,7011],[37,-10],[12,1],[3,8],[15,10],[22,-7],[17,29],[26,24],[3,15],[34,51],[-92,11],[-60,49],[17,2],[-11,37],[-27,-1],[1,-23],[-86,6],[-64,18],[-28,32],[89,20],[-16,67],[32,133],[10,23],[9,1]],[[2121,7507],[11,-15],[1,-17],[-1,-30],[-12,-12],[0,-9],[14,-2],[-2,-6],[34,-5],[4,-27],[0,-24],[-19,-63],[64,16],[-8,43],[8,26],[17,22],[-2,12],[21,3],[0,20],[8,1],[1,11],[23,8],[-1,-9],[11,1],[6,-7],[-1,-22],[13,0],[-9,-59],[-8,-18],[-19,-3],[3,-15],[220,53],[32,-30],[21,5],[3,-10],[43,12],[22,-39],[3,9],[12,4],[-3,35],[28,24],[4,20],[81,-44],[39,3]],[[5329,7121],[6,-3],[-24,-22],[201,-105],[57,50]],[[5569,7041],[157,-84],[-33,-30],[46,-25],[33,30],[90,-51],[-63,-57],[22,-13],[14,-16]],[[4697,6470],[-1,69],[58,5],[29,46],[52,41],[3,8],[-28,118],[-6,4],[12,16],[-55,-7],[-21,5],[-6,28],[-11,8],[2,32],[-47,12],[28,30],[144,66],[200,60],[9,15],[-81,54],[-21,163]],[[4957,7243],[-29,25],[19,37],[40,-40],[7,-15],[9,3],[94,-74],[18,-67],[85,90],[44,-21],[-3,-11],[88,-49]],[[2088,7598],[26,-52],[13,-10],[-6,-29]],[[1206,6998],[-9,4],[-20,11],[-6,3],[-15,5],[-16,4],[-4,4],[-5,5],[-5,4],[-12,6],[-11,2],[-17,2],[-8,1],[-7,0],[-6,-1],[-4,-1],[-9,-4],[-5,-4],[-6,-2],[-5,-1],[-14,3],[-5,1],[-18,11],[-6,3],[-4,2],[-5,0],[-8,1],[-5,0],[-4,0],[-5,-2],[-7,-2],[-31,-18],[-7,-4],[-9,-8],[-5,-3],[-9,-2],[-7,-1],[-7,1],[-9,2],[-2,1],[-3,3],[-2,3],[-1,3],[-6,15],[-1,4],[-3,4],[-8,9],[-2,3],[-5,3],[-7,4]],[[831,7072],[0,36],[47,0],[0,31],[92,0],[0,-31],[31,0],[9,10],[33,3],[19,12],[15,-9],[14,0],[56,25],[51,5],[26,-14],[14,35],[-43,72],[8,16],[-56,39],[-28,10],[-4,35],[8,1],[15,-13],[17,-3],[15,9],[30,-5],[3,8],[27,-2],[6,9],[-20,-6],[-18,14],[89,25],[9,14],[140,-13],[52,61],[19,82],[-19,13],[5,39],[9,10],[29,3],[11,-4],[11,6],[21,0],[2,12],[18,11],[-1,23]],[[1593,7641],[15,15]],[[1608,7656],[35,-16],[0,-10],[14,3],[11,-12],[14,9],[31,-6],[18,-10],[33,-2],[37,-9],[12,4],[1,-7],[25,-13],[70,18],[165,0],[14,-7]],[[4627,7359],[136,-77],[96,-95],[98,56]],[[4283,6794],[2,6],[-13,17],[-27,24],[9,22],[-49,-2],[-14,11],[-11,22],[-25,14],[48,15],[59,-2],[2,4],[-10,3],[-63,13],[26,10],[51,5],[-21,42],[13,17],[-3,17],[9,14],[-76,63],[-19,3],[-16,-3],[-1,13],[-9,4],[-13,-7],[-36,4],[-11,14],[14,10],[-8,4],[-15,-2],[-14,-10],[-8,2],[-41,53],[12,14],[-23,14],[-31,9]],[[3971,7231],[11,15],[37,23],[211,34]],[[4230,7303],[0,-21],[54,-71],[-20,-6],[10,-12],[28,9],[-8,12],[44,17],[11,-14],[142,46],[-45,55],[153,61],[16,-27],[12,7]],[[3766,7451],[12,-5],[6,-13],[-11,-13],[4,-16],[-7,-26],[15,-11],[2,-15],[12,-14],[32,-14],[1,-7],[40,-16],[54,-59],[14,1],[6,-10],[25,-2]],[[3494,7125],[-29,35],[-4,26],[8,41],[70,37],[84,19],[15,25],[5,20],[-13,42],[-30,39],[-27,20]],[[3573,7429],[98,52],[95,-30]],[[2819,7259],[94,19],[86,3],[24,32],[72,52],[-2,-36],[89,-10],[156,5],[5,51],[-2,20],[-13,21],[162,82]],[[3490,7498],[54,-53],[19,-6],[10,-10]],[[1388,7644],[-4,-11],[9,-10],[20,-3],[14,-23],[15,-10],[17,16],[14,4],[6,21],[45,-7],[-40,10],[1,8],[21,15],[87,-13]],[[831,7072],[-15,4],[-12,1],[-13,0],[-5,-1],[-7,-1],[-3,-1],[-8,-4],[-6,-4],[-10,-10],[-8,-6],[-9,-7],[-17,-8],[-7,-3],[-6,-1],[-10,-2],[-11,-2],[-5,-1],[-4,-2],[-2,-2],[-2,-1],[-5,-8],[-2,-5],[-3,-3],[-3,-4],[-5,-4],[-4,-2],[-7,-2],[-5,-2],[-32,-4],[-13,-3],[-9,-2],[-5,-2],[-3,-2],[-5,-4],[-8,-10],[-6,-8],[-5,-4],[-8,-6],[-9,-4],[-10,-4],[-12,-3],[-14,-1],[-27,-1],[-12,-2],[-25,-5],[-8,-1],[-8,-1],[-2,3],[-12,18],[-5,7],[-3,5],[-3,5],[-12,16],[-17,15],[-6,7],[-10,12],[-2,4],[-1,10],[-3,16],[7,6],[10,14],[2,0],[28,8],[1,2],[9,3],[7,1],[21,2],[11,1],[4,-1],[3,0],[5,-2],[10,-10],[10,-10],[3,-2],[3,-1],[8,-4],[5,-1],[2,-1],[6,-3],[22,-13],[5,-1],[5,-1],[3,1],[2,1],[6,5],[3,2],[4,2],[4,1],[11,0],[5,4],[8,6],[-9,4],[0,9],[2,8],[1,8],[12,7],[19,6],[15,7],[17,1],[24,11],[10,4],[19,0],[5,1],[4,0],[6,1],[3,1],[6,2],[0,3],[0,7],[7,7],[6,3],[11,5],[-1,12],[-11,9],[-1,13],[0,18],[-6,6],[-5,4],[-3,2],[-2,1],[-6,2],[-5,0],[-3,0],[-5,-1],[-12,-6],[-6,-2],[-9,-2],[-19,-11],[-27,-1],[-14,1],[-18,5],[-21,0],[-27,-2],[-21,5],[-19,4],[-2,1],[0,1],[2,3],[4,3],[3,1],[8,3],[21,6],[3,1],[10,2],[21,7],[18,13],[10,9],[6,16],[16,13],[-7,12],[-6,15],[0,5],[0,2],[0,1],[-4,18],[-3,9],[13,10],[5,6],[8,12],[2,4],[-13,9],[-13,7],[5,11],[4,6],[10,14],[4,10],[3,7],[-2,4],[-8,4],[-7,5],[-10,9],[-5,5],[-3,4],[5,7],[0,8],[0,5],[-6,5],[-4,3],[-16,15],[-14,12],[1,19],[1,4],[0,3],[7,9],[8,9],[9,6],[-2,14],[-1,2],[62,-16],[5,-2],[9,-5],[5,-3],[52,-9],[10,7],[23,17],[21,15],[55,44],[5,6],[7,13],[0,14],[-17,9],[-19,5],[-27,8],[1,2],[4,9],[4,7],[4,6],[13,5],[3,-3],[3,-2],[8,1],[7,1],[7,1],[14,-7],[14,-7],[19,-9],[12,-7],[3,-2],[2,0],[9,-4],[5,-1],[10,-1],[5,-1],[1,0],[4,-3],[10,-8],[9,-8],[2,-3],[24,5],[7,-5],[8,-3],[14,1],[16,3],[2,0],[11,1],[4,-2],[2,-2],[4,-3],[3,-3],[7,-1],[11,0],[23,0],[0,6],[-1,12],[-3,3],[-8,8],[-12,12],[-3,4],[-5,6],[9,14],[-2,8],[1,8],[23,-2],[14,1],[19,1],[11,1],[9,2],[7,-3],[6,-5],[2,-14],[6,-11],[5,-10],[9,-12],[6,-13],[7,-6],[9,-3],[11,-2],[4,-2],[3,-2],[7,-5],[10,-1],[9,5],[7,4],[5,3],[10,-5],[22,-2],[23,4],[22,-4],[17,-2],[28,-8],[2,0],[7,-1],[6,0],[10,2],[3,1]],[[2629,7603],[2,-14],[19,-7],[67,-68],[-13,-6],[5,-5],[-13,-6],[38,-46],[15,-5],[16,-20],[18,-57]],[[2088,7598],[-6,8],[13,10],[21,-6],[27,10],[27,-2],[22,11],[52,-9],[10,4]],[[2254,7624],[56,-7],[22,-8],[10,2],[6,-9],[31,4],[5,8],[34,0],[14,9],[75,-7]],[[2507,7616],[35,-23],[9,13],[22,5],[34,-10],[22,2]],[[5569,7041],[48,42],[-131,70],[11,9],[60,-26],[15,3],[25,11],[-27,12],[24,27],[94,-38],[40,-5],[-9,-6],[7,-17],[42,-7],[50,-26],[5,2],[-9,5],[16,17],[-17,7],[6,16],[6,4],[7,-10],[55,16],[1,-6],[11,1],[3,5],[-12,3],[-1,6],[6,7],[15,1],[3,14],[20,4],[32,-34],[33,-14],[10,7],[-55,44],[2,14],[14,17],[14,-3],[9,4],[16,20],[23,15],[-24,24],[24,24],[13,5]],[[6044,7305],[4,-6],[14,-11],[19,-15],[3,3],[17,-8],[-6,-7],[13,-8],[44,-13],[-4,-6],[23,-7],[-9,-10],[-10,-9],[28,-17],[15,-7],[24,-13],[15,-4],[12,3],[8,-1],[49,-8],[9,-4],[40,-16],[41,-12],[31,-15],[26,0],[22,-9],[12,-6],[5,-3],[9,-11],[2,-11],[3,-15],[4,-4],[5,-7],[4,-5],[1,-3],[0,-1],[0,-10],[4,-28],[-43,-9],[-23,-6],[-28,-2],[-25,-3],[-9,-9],[-23,-9],[-21,-5],[-24,1],[-27,-4],[-12,1],[-12,3],[-9,4],[-14,3],[-2,1],[-2,-1],[-2,-1],[-1,0],[-2,-2],[-4,-4],[-9,-4],[-9,-1],[-15,3],[-19,6],[-24,-6],[-10,-4],[-10,-3],[-9,2],[-16,2],[-15,0],[-20,-4],[-9,0],[-2,0],[-4,0],[-10,-5],[-1,-1],[-2,-2],[-3,-4],[-1,-2],[-6,-13],[-6,-14],[-14,-18],[5,-5],[10,-10],[4,-8],[-1,-5],[0,-1],[-2,1],[-5,-2],[-4,-2],[5,-13]],[[3001,7680],[29,21],[27,4],[35,-8],[42,-29],[55,13],[55,-13],[6,9],[34,-5],[33,-9],[32,-30],[40,-11],[26,-15],[16,-38]],[[3431,7569],[-6,-3],[65,-68]],[[2629,7603],[22,6],[6,-3],[11,2],[97,38],[15,25],[12,-2],[9,19],[-14,10],[29,20]],[[2816,7718],[29,12],[37,-21],[-9,-29],[-36,-29],[49,-7],[91,4],[24,32]],[[1673,7835],[-1,-5],[31,-26]],[[1703,7804],[28,-43],[26,-13],[23,-2],[38,4],[68,18],[104,4],[87,18],[70,-11],[97,-3]],[[2244,7776],[-10,-19],[14,-25],[-2,-23],[38,-11],[-14,-16],[-1,-11],[-20,-15],[5,-32]],[[1608,7656],[-20,-11],[-6,20],[-13,13],[-20,38],[-36,19],[5,13],[8,-1],[8,-15],[12,-1],[-10,24],[6,32],[19,-2],[31,41],[37,14],[44,-5]],[[2507,7616],[3,16],[12,11],[-2,10],[18,9],[-5,33],[12,24],[-21,13],[16,4],[32,29]],[[2572,7765],[26,14],[44,-48],[10,4],[17,-9],[57,7],[39,-19],[46,14],[5,-10]],[[3766,7451],[6,18],[-3,3],[-12,-7],[4,8],[-9,5],[31,24],[55,25],[25,19],[-6,8],[-41,4],[-1,5],[24,-2],[9,15],[11,1],[13,14],[20,-1],[-20,15],[3,5],[35,-1],[-2,8],[-24,1],[8,14],[-20,14],[0,7],[4,2],[17,-13],[-5,17],[18,-4],[-7,25],[24,-2],[7,6]],[[3930,7684],[59,-24],[216,-145],[-3,-13],[22,-12],[-42,2],[2,-7],[-43,-77],[38,-57],[15,-9],[26,8],[10,-47]],[[2244,7776],[64,-12],[59,13],[34,15],[27,19],[6,16],[-7,26],[25,13],[45,-8],[71,-33],[13,-25],[-15,-24],[6,-11]],[[4719,7767],[-16,-11],[-59,-77],[73,-42],[17,-28],[50,-14],[-42,-75],[-10,2],[-36,-77],[-21,-26],[12,-39],[-60,-21]],[[3930,7684],[-14,13],[1,18],[5,2],[-1,-7],[26,-12],[-3,28],[40,43],[18,-9],[-30,-11],[-5,-6],[26,-4],[13,-13],[12,0],[-2,16],[21,-9],[29,27],[-1,-10],[27,5],[-8,-16],[4,-9],[6,14],[9,4],[9,-19],[15,-3],[-6,18],[29,-3],[10,57],[15,8],[96,-35],[6,23],[122,-48],[23,-4],[12,-10],[-21,-20],[84,-32]],[[4497,7680],[42,-37],[70,106],[43,-13],[26,37],[41,-6]],[[5435,7538],[-17,-5],[15,-52],[-31,-92],[12,2],[-34,-106],[13,-2],[-23,-65],[19,-24],[13,-7],[-73,-66]],[[4719,7767],[128,83]],[[4847,7850],[581,-259],[7,-53]],[[3362,8066],[27,-13],[26,-27],[-5,-6],[-27,-4],[-11,-16],[43,-7],[8,-7],[-15,-6],[-56,-1],[-23,-6],[-9,-11],[24,-4],[-6,-31],[13,-13],[83,-35],[33,-33],[56,-80],[1,-43],[-11,-40],[-13,-11],[-56,-13],[-10,-12],[12,-38],[-6,-28],[-9,-12]],[[3001,7680],[2,71],[18,35],[-38,-3],[6,18],[-27,-2],[8,44],[-52,-3],[-19,99]],[[2899,7939],[-3,16],[57,-7],[4,15],[80,6],[7,7],[21,-1],[53,30],[6,-6],[28,25],[-18,37],[21,18],[25,6],[11,-4],[23,-24],[-45,-49],[-27,-17],[217,-2],[14,33],[-45,14],[10,18],[24,12]],[[5435,7538],[302,186],[-40,35],[-16,68],[20,8]],[[5701,7835],[11,5],[62,-21],[5,-2],[17,-9],[6,-3],[32,-17],[15,8],[28,20],[3,0],[3,0],[1,-1],[13,-3],[12,-2],[11,-2],[24,-3],[10,1],[4,0],[7,-1],[23,-7],[6,-2],[7,-4],[39,-23],[23,9],[62,-16],[10,11],[8,11],[2,1],[3,-1],[2,-1],[7,-5],[9,-9],[11,-7],[11,-4],[5,-2],[15,-7],[4,-2],[3,-3],[4,-4],[4,-6],[1,-2],[0,-1],[18,-9],[40,-8],[45,-12],[9,-2],[5,-10],[14,-23],[5,-11],[7,-2],[23,-3],[16,0],[3,0],[3,1],[21,-27],[5,-8],[4,-12],[2,-17],[-1,-13],[-11,-4],[-10,-4],[-19,-7],[-19,-10],[-17,-6],[-8,1],[-8,1],[-4,0],[-4,0],[-9,-5],[-9,-8],[-2,-6],[-6,-8],[-9,-11],[-2,-8],[1,-5],[3,-3],[10,-8],[5,-2],[6,-5],[6,-9],[-2,-1],[-1,0],[-1,0],[-4,-3],[-9,-5],[-3,-2],[-11,-12],[-12,-12],[-10,-8],[-8,-7],[-11,-16],[-3,-2],[-4,-2],[-6,-8],[-2,-2],[-1,-2],[0,-2],[1,-3],[4,-3],[5,-4],[12,-24],[-72,-11],[-18,2],[-16,0],[-12,-3],[-11,-5],[-13,-7],[-16,-5],[-17,-1],[-17,1],[-9,-2],[-9,-3],[-7,-3],[-10,-6],[0,-2]],[[1891,8185],[31,-23],[51,-65],[14,-47],[-9,-19],[13,-25],[-8,-22],[-8,-12],[-94,26],[-24,1],[24,-60],[-73,-1],[7,-68],[-40,-15],[-72,-51]],[[1673,7835],[15,49],[-1,23],[24,39],[11,72],[-116,1],[-41,59],[-42,-10],[-7,7],[79,86],[9,-4],[21,67],[82,16]],[[1707,8240],[50,-23],[134,-32]],[[2597,8092],[67,-14],[69,-28],[-27,-41],[79,-40],[4,-23],[110,-7]],[[1891,8185],[25,33],[20,11],[91,20],[27,3],[29,-15],[16,-18],[14,12]],[[2113,8231],[22,-20],[33,17],[54,3],[75,-9],[-3,15],[34,-2],[33,-72],[17,-21],[62,-31],[-21,-42],[16,0],[-4,-5],[68,-31],[98,59]],[[447,8380],[-8,-12],[2,-18],[24,-18],[26,-5],[10,3],[-5,8],[6,8],[43,4],[6,-31],[86,-3],[10,-11],[-9,-6],[1,-9],[-17,-9],[6,-4],[15,1],[10,7],[4,-6],[74,-5],[10,17],[15,4],[59,-14],[26,-12],[-5,-4],[10,-7],[1,-30],[15,3],[15,12],[18,-3],[129,20],[5,25],[14,20],[61,-66],[74,24],[88,-6]],[[1266,8257],[-8,-36],[-55,-6],[-63,-16],[16,-28],[-6,-2],[4,-26],[-35,-4],[-25,-14],[-36,-4],[-23,-13],[-6,-28],[-9,-2],[-15,-21],[-7,-43],[-60,-7],[-57,-41],[-32,-11],[1,-30],[-39,-52]],[[811,7873],[-13,3],[-24,12],[-4,1],[-18,4],[-22,5],[-8,3],[-15,4],[-9,4],[-9,4],[-19,8],[-26,9],[-5,3],[-6,3],[-7,4],[-7,5],[-3,2],[-2,2],[-8,13],[-2,5],[-3,5],[-2,8],[2,7],[1,9],[-1,4],[-1,9],[-2,5],[-3,7],[-7,8],[-4,2],[-7,4],[-11,4],[-12,4],[-13,2],[-12,0],[-15,0],[-20,3],[-2,7],[-6,4],[-4,2],[-7,1],[-20,1],[-21,3],[-10,2],[-4,1],[-4,2],[-16,10],[-10,3],[-2,0],[-16,0],[-11,4],[-3,2],[-7,3],[-22,10],[-9,5],[-16,11],[-1,1],[-8,10],[-1,2],[-1,3],[-1,3],[0,3],[0,6],[1,3],[3,6],[3,3],[2,3],[2,1],[4,3],[4,2],[13,6],[6,2],[6,1],[6,1],[19,3],[10,0],[14,0],[17,0],[7,1],[5,2],[3,1],[4,2],[4,3],[2,2],[7,6],[2,4],[3,7],[-1,5],[0,3],[-1,4],[-2,4],[-5,5],[-4,4],[-10,7],[-5,3],[-5,4],[-5,3],[-6,2],[-6,3],[-13,4],[-17,11],[-8,5],[-6,7],[-2,3],[-4,8],[0,1],[-1,11],[2,6],[3,4],[1,3],[1,3],[1,5],[0,12],[-1,10],[0,9],[0,5],[1,3],[3,6],[2,5],[10,14],[3,4],[4,3],[6,4],[5,2],[13,-3],[6,-1],[8,-3],[3,-1],[20,-11],[6,-2],[12,-3]],[[4847,7850],[-92,42],[105,21],[88,48],[102,27],[164,19]],[[5214,8007],[5,-1],[27,3],[81,14],[0,-3],[-5,-35],[23,-3],[24,8],[38,-51],[4,3],[27,9],[11,0],[13,3],[20,6],[40,0],[12,10],[3,8],[-3,8],[9,8],[21,13],[5,-4],[4,-4],[1,-2],[1,-2],[23,12],[9,-5],[6,-7],[0,-6],[-4,-8],[-2,-3],[3,-10],[3,-2],[3,-5],[10,-18],[4,-7],[1,-3],[1,-4],[2,-11],[11,-9],[31,-17],[-14,-23],[39,-34]],[[1388,7644],[6,3],[16,7],[-3,10],[-6,9],[-4,7],[-3,10],[19,12],[2,1],[12,0],[14,7],[-3,2],[-2,2],[-7,7],[-4,3],[-4,5],[-7,8],[-10,11],[-9,8],[-2,3],[-3,4],[-6,8],[-3,5],[0,1],[-1,4],[-1,7],[-1,3],[-1,4],[-29,-1],[-7,1],[-7,0],[-9,0],[-18,-2],[-14,-1],[-24,0],[-13,0],[-19,-1],[-12,0],[-7,0],[-8,0],[-16,1],[-20,1],[-22,2],[-25,3],[-24,3],[-13,1],[-24,0],[-6,0],[-19,4],[-12,3],[-15,2],[-8,2],[-14,4],[-4,7],[1,10],[1,7],[8,11],[5,5],[14,12],[6,7],[3,4],[1,3],[-1,7],[-2,4],[-4,3],[-9,6],[-2,1],[-9,1],[-8,1],[-6,-1],[-8,-2],[-9,-3],[-3,-4],[-3,-4],[-11,-9],[-12,-4],[-24,-8],[-13,-3],[-8,-1],[-11,2],[-33,2],[-11,0],[-13,1],[-8,1],[-8,0]],[[1266,8257],[28,28],[-24,21],[-7,18],[-1,54],[109,37]],[[1371,8415],[18,-22],[132,4],[-2,-29],[35,-32],[23,21],[73,18],[65,-11],[29,-29],[12,-47],[-49,-48]],[[2588,8338],[66,-6],[61,-29],[-51,-64],[-36,-76],[29,-17],[-28,-35],[-32,-19]],[[2113,8231],[46,38],[20,4],[19,43],[8,54],[33,30]],[[2239,8400],[49,-17],[63,-35],[48,1],[99,19],[76,-30],[14,0]],[[3124,8391],[90,-73],[-58,-2],[2,-6],[-21,-3],[4,-24],[-8,-1],[21,-38],[45,7],[15,-11],[13,2],[22,-7],[18,2],[9,10],[35,4],[-1,-29],[-30,-47],[-19,-17],[-4,-20],[26,-40],[53,-15],[26,-17]],[[2588,8338],[5,4],[-15,9],[109,80]],[[2687,8431],[46,-22],[103,21],[14,-12],[26,-8],[22,3],[2,15],[16,19]],[[2916,8447],[-15,-54],[3,-39],[36,14],[45,27],[-8,59],[7,10],[49,-4],[52,-41],[-4,-3],[9,-17],[13,6],[21,-14]],[[4624,8383],[0,-19],[12,0],[32,-1],[53,0],[52,1],[67,-32],[4,-1],[3,0],[6,-1],[12,-12],[10,-12],[6,-6],[0,-7],[-9,-13],[-15,-16],[-4,-1],[-1,-2],[-3,-8],[25,-14],[20,-7],[14,-4],[27,-10],[24,1],[24,0],[7,-19],[3,-4],[7,-9],[9,-3],[5,-8],[5,-13],[-13,-1],[3,-13],[26,-1],[15,-2],[6,-25],[23,-18],[21,-7],[30,-15],[4,-4],[4,-6],[6,-6],[9,-8],[12,-8],[8,-4],[25,-1],[16,-37]],[[4497,7680],[-54,55],[18,37],[-27,38],[66,102],[-115,31],[-63,3],[10,17],[21,2],[10,8],[-6,18],[4,30],[17,12],[24,-17],[24,4],[-31,23],[-8,18],[4,2],[7,-9],[11,4],[-15,71],[9,21],[-63,49],[32,23],[-26,20],[37,12],[20,-11],[5,7]],[[4408,8250],[38,27],[25,27],[-79,18],[41,33],[-2,3],[85,34],[5,-6],[29,14],[33,-37],[41,20]],[[1164,8727],[-43,-40],[19,-48],[64,5],[39,11],[41,-29],[-7,-9],[-37,-19],[11,-12],[-18,-8],[18,-19],[-34,3],[5,-5],[-10,-4],[15,-15],[-16,-15],[41,-23],[34,0],[53,-31],[27,-1]],[[1366,8468],[-9,-34],[14,-19]],[[447,8380],[15,-3],[15,-2],[8,0],[8,1],[5,1],[4,2],[11,2],[8,0],[8,0],[12,0],[17,1],[6,0],[8,2],[14,9],[10,9],[7,9],[3,4],[2,5],[0,2],[1,11],[-1,4],[-1,4],[-4,7],[-5,5],[-3,2],[-17,7],[-15,5],[-9,4],[-6,2]],[[548,8473],[32,42],[39,-7],[14,17],[48,5],[48,50]],[[729,8580],[11,-9],[61,-5],[15,4],[4,10],[112,23],[16,17],[-19,52],[-26,36],[-28,7],[53,46],[47,-1],[20,5],[42,-29],[23,2],[7,-6],[15,5],[52,2],[30,-12]],[[2061,8669],[36,-60],[10,-35],[-8,-50],[4,-62],[55,-51],[81,-11]],[[1366,8468],[109,31],[72,-32],[88,41],[8,60],[25,9],[83,6],[-10,53],[3,21],[60,95]],[[1804,8752],[257,-83]],[[3718,8644],[78,-91],[166,-145],[-1,-7],[-13,6],[-9,-10],[-39,3],[12,-35],[60,7],[16,-26],[-30,-13],[28,-27],[26,10],[31,-35],[-4,-2],[18,-37],[9,2],[4,-7],[19,4],[13,-10],[-11,-25],[5,-13],[17,7],[7,-18],[10,2],[7,5],[-5,6],[37,15],[-9,8],[12,5],[-9,7],[37,14],[26,-28],[57,28],[-27,25],[23,-1],[8,-6],[50,24],[71,-36]],[[3124,8391],[64,30],[41,-25],[44,-8],[105,11],[79,14],[5,24],[-50,50],[163,198]],[[3575,8685],[78,-35],[30,-3],[17,17],[18,-20]],[[548,8473],[-8,5],[-15,4],[-7,1],[-38,4],[-10,0],[-9,0],[-10,1],[-7,6],[-5,7],[-6,23],[-7,10],[-12,8],[-14,2],[-6,0],[-8,-3],[-6,-5],[-8,-12],[-2,-3],[-9,-10],[-2,-2],[-2,-2],[-5,-3],[-7,-3],[-4,-2],[-5,-2],[-5,-1],[-11,-3],[-12,-2],[-5,-1],[-5,0],[-25,-4],[-11,-1],[-13,1],[-6,1],[-5,1],[-3,1],[-13,5],[-32,16],[-1,2],[-3,5],[-2,3],[-2,2],[-2,2],[13,6],[5,3],[3,3],[3,6],[1,2],[-1,7],[-3,5],[-3,3],[-3,2],[-6,2],[-21,3],[-12,-1],[-9,0],[-10,2],[-7,2],[-5,2],[-3,2],[-2,4],[-1,5],[-1,9],[1,5],[5,10],[2,2],[6,5],[5,3],[6,4],[9,5],[2,2],[4,7],[1,1],[1,2],[0,2],[0,1],[-1,2],[6,-1],[5,-1],[5,-2],[6,-1],[7,-1],[9,0],[4,0],[17,5],[6,3],[4,2],[2,2],[4,4],[2,5],[-4,9],[-2,14],[-9,6],[-13,-6],[-16,-6],[-21,-1],[-6,0],[-6,4],[0,8],[5,6],[2,2],[4,2],[15,5],[6,-3],[9,-4],[6,-2],[8,-1],[4,0],[7,0],[10,2],[11,4],[3,2],[1,1],[0,4],[-3,4],[-10,10],[-4,3],[-8,-4],[-12,-3],[-4,4],[1,2],[2,3],[-1,3],[2,4],[0,2],[1,2],[1,1],[4,5],[6,3],[6,-1],[6,0],[4,1],[6,2],[24,7],[8,1],[8,1],[7,3],[4,3],[4,3],[4,4],[1,4],[-1,4],[-2,6],[-4,6],[-4,4],[-2,0],[-11,4],[0,1],[1,5],[0,4],[-1,1],[-1,2],[-4,4],[-7,5],[-4,2],[-1,5],[-5,5],[-15,9],[-13,3],[-28,4],[-1,-2],[-8,4],[-3,1],[2,1],[-6,5],[-6,6],[-10,10],[-10,11],[-4,4],[-3,5],[8,2],[7,-1],[25,-8],[35,-1],[6,-1],[9,-5],[6,-7],[1,-4],[6,-3],[5,-2],[7,-1],[5,0],[11,1],[4,1],[4,3],[3,2],[4,4],[2,5],[5,14],[3,12],[-1,3],[-1,6],[-7,8],[-5,3],[-7,1],[-6,1],[-11,-1],[-9,-3],[-12,-6],[-4,-1],[-24,-5],[-5,0],[-13,-1],[-5,0],[-8,2],[-41,-9],[-3,4],[-2,3],[-3,7],[0,3],[2,3],[1,4],[3,3],[2,2],[4,2],[17,5],[14,3],[2,0],[8,0],[8,-1],[7,-3],[17,-6],[5,-1],[11,-1],[10,0],[9,2],[11,5],[14,8],[6,4],[13,12],[4,7],[0,5],[-1,6],[-2,5],[-5,4],[-5,3]],[[300,8986],[77,16],[54,0],[71,-12],[-5,-38],[-47,-24],[21,-30],[85,-15],[126,-5],[8,-31],[24,-24],[-49,-20],[1,-16],[30,-21],[-1,-26],[45,0],[39,-20],[-33,-33],[-37,-70],[6,-23],[14,-14]],[[2061,8669],[57,10],[33,16],[26,36],[-6,46],[23,22],[34,59]],[[2228,8858],[197,-29],[9,-41],[28,-56],[15,-20],[44,-35],[-62,-46],[-4,-43],[-16,-2],[3,-29],[13,-4],[-1,-32],[25,-13],[4,7],[37,-2],[31,-22],[26,-3],[8,20],[14,6],[20,-3],[6,-23],[32,-41],[30,-16]],[[2209,8945],[38,-61],[-19,-26]],[[1804,8752],[71,35],[-22,35],[-113,58],[28,39],[24,21]],[[1792,8940],[117,60],[128,0],[115,20],[57,-75]],[[1164,8727],[3,-4],[47,23],[-66,45],[-44,0],[-38,25],[76,50],[-129,23],[25,16],[10,25],[-1,17],[125,-32],[-14,17],[-22,13],[26,39],[34,23],[184,83]],[[1380,9090],[80,-96],[116,-62],[104,65],[67,-52],[14,-1],[16,-9],[15,5]],[[3081,8898],[-43,-3],[-39,7],[-6,-5],[15,-28],[0,-21],[-24,-23],[62,-45],[4,-10],[-126,-6],[-49,-9],[-34,-15],[10,-24],[26,-14],[41,3],[39,34],[14,-3],[30,-24],[-23,-33],[-23,-11],[-47,-9],[34,-43],[22,-3],[26,10],[52,9],[39,-7],[10,-7],[-6,-17],[-48,-28],[-13,5],[-57,-30],[-70,-9],[-11,-5],[3,-6],[35,-13],[7,-11],[-2,-23],[-13,-34]],[[2209,8945],[174,41],[95,32]],[[2478,9018],[181,-1],[65,-22],[46,-10],[179,-6],[96,-36],[36,-45]],[[3718,8644],[29,18],[107,27],[204,-16]],[[4058,8673],[26,28],[69,-12],[-6,-16],[11,1],[172,-65],[11,25],[44,17],[40,2],[-25,75],[184,35],[-25,75],[4,7],[61,-1],[0,-14],[19,0],[8,8],[33,3]],[[4684,8841],[7,-4],[10,-7],[-7,-23],[2,-11],[9,-23],[-38,-27],[-23,-53],[-33,-23],[13,-58],[2,-11],[56,11],[1,-2],[7,-9],[8,-6],[19,-19],[3,-7],[1,-7],[28,-32],[-8,-4],[31,-33],[-11,-4],[-50,-42],[-7,-3],[-51,-20],[-34,-13],[11,-14],[0,-8],[-6,-6]],[[3081,8898],[36,12],[55,34],[-2,25],[-43,36],[-4,16],[58,35]],[[3181,9056],[216,10],[106,10],[73,-27],[15,18],[56,-5],[3,-33],[45,-60],[15,-34],[1,-22],[74,-16],[0,-7],[21,-11],[9,-12],[-14,-11],[-18,-4],[-20,-39],[-38,15],[-19,-35],[-21,6],[-5,-11],[-21,-2],[-3,-8],[-35,8],[-3,8],[17,29],[-4,1],[-21,-25],[0,-15],[12,-12],[33,-11],[10,-10],[-19,-23],[-40,-9],[-31,-34]],[[3169,9066],[12,-10]],[[2478,9018],[-8,20],[-11,9],[-18,3],[-6,16],[-7,-3],[-4,33],[21,3],[-15,47]],[[2430,9146],[198,52],[195,2],[151,25]],[[2974,9225],[13,-18],[61,-21],[56,-30],[11,-12],[14,-33],[-8,-42],[48,-3]],[[4058,8673],[-50,110],[19,56],[20,-1],[37,18],[26,36],[155,-13],[14,3],[8,103],[60,47],[-17,52],[34,4]],[[4364,9088],[44,8],[21,-42],[1,-2],[10,-26],[-9,-2],[5,-15],[15,-14],[10,-6],[22,-2],[27,7],[22,6],[5,0],[94,-3],[2,7],[13,41],[8,24],[95,-25],[-14,-53],[-3,-6],[-19,-2],[-5,-10],[-8,-15],[-4,-82],[3,-5],[-3,-7],[-12,-23]],[[2262,9287],[73,-75],[8,-18],[-5,-38],[18,-29],[74,19]],[[1380,9090],[-64,52],[-38,14],[-42,39],[-9,96],[-60,75],[99,61]],[[1266,9427],[147,7],[142,-43],[67,-36],[16,-15],[7,-49],[48,-37],[50,28],[80,24],[1,-5],[134,22],[55,16],[32,-108],[42,5],[4,-21],[29,4],[-7,42],[97,52],[17,-20],[24,10],[11,-16]],[[1093,9544],[38,-34],[27,-39],[43,13],[-5,-65],[7,-6],[35,20],[28,-6]],[[300,8986],[-2,1],[-2,8],[2,12],[0,4],[-1,4],[-2,2],[-3,4],[-6,3],[-6,1],[-9,1],[-6,0],[-5,-1],[-6,-3],[-8,-3],[-7,-4],[-19,-13],[-19,-13],[-7,-4],[-6,-3],[-9,-4],[-7,-2],[-10,-1],[-10,-1],[-8,2],[-9,2],[-24,12],[-2,3],[-2,7],[-2,5],[-2,11],[-1,7],[0,4],[0,4],[0,3],[-1,5],[-1,3],[-3,4],[-3,4],[-2,3],[-2,1],[-6,4],[-5,3],[-10,3],[-8,2],[2,0],[10,1],[4,0],[2,-1],[15,-8],[12,-5],[28,4],[9,2],[15,5],[6,3],[5,8],[2,7],[1,7],[3,11],[4,10],[1,5],[-1,4],[-9,16],[-7,10],[-3,3],[-18,8],[-3,1],[-18,5],[-6,0],[-6,0],[-9,-2],[-9,-3],[-10,-6],[-2,-4],[-1,-3],[2,-3],[0,-2],[-10,-18],[-2,-2],[-2,-1],[-18,-1],[-13,-1],[-4,0],[-16,4],[-13,14],[-2,2],[3,7],[1,5],[3,7],[1,1],[5,6],[5,12],[1,12],[2,11],[1,7],[0,9],[-2,11],[0,7],[-2,6],[9,10],[4,-3],[10,-3],[11,-2],[11,-1],[31,0],[13,3],[2,1],[2,1],[18,11],[3,3],[1,6],[-3,5],[-3,4],[-3,3],[-5,2],[-4,2],[-17,7],[-17,5],[-3,1],[-5,2],[-3,2],[-2,2],[-13,18],[-2,3],[0,2],[0,2],[2,3],[5,5],[4,2],[5,3],[6,2],[10,3],[9,2],[27,7],[10,6],[3,3],[2,3],[2,4],[-1,2],[-1,2],[-4,4],[-2,1],[-6,3],[-2,0],[-14,2],[-3,0],[-5,1],[4,6],[11,7],[18,16],[6,4],[6,-1],[15,-2],[40,-6],[9,-2],[24,-6],[33,-3],[26,3],[44,10],[2,-3],[1,-1],[13,-15],[34,-2],[-8,15],[-18,38],[19,29],[9,3],[12,4],[10,3],[28,3],[6,1],[29,0],[24,1],[7,-1],[14,-2],[19,-2],[19,1],[-11,29],[-22,55],[18,15],[7,8],[33,31],[27,27],[9,11],[21,-4],[49,-2],[13,-22],[2,-6],[10,-29],[7,-11],[-4,-15],[5,-12],[43,0],[1,-4],[94,-4],[-13,13],[17,1],[63,1],[9,-9],[117,4],[27,-21],[15,9]],[[2262,9287],[86,45],[-7,7],[14,2],[-42,54]],[[2313,9395],[226,28],[80,5],[205,48],[113,57]],[[2937,9533],[36,-4],[43,5],[-28,-55],[21,-27],[-15,-19],[0,-21],[53,-70],[45,-19],[-10,-20],[-26,-20],[36,-8],[10,-16],[-7,-11],[-18,-8],[-64,17],[-25,-5],[-11,-7],[-3,-20]],[[3169,9066],[0,4],[76,11],[97,33],[7,-2],[10,13],[2,23],[18,21],[-19,93],[45,33],[95,29],[-25,69],[10,5],[-15,0],[9,12],[18,9],[-5,15],[7,-8],[21,4],[8,-9],[8,3],[4,17],[-11,11],[-1,10],[-13,-1],[-5,4],[6,5],[14,-1],[4,6],[-20,7],[6,5],[9,-1],[-1,10],[8,8],[29,16],[14,-2],[104,-42],[62,7]],[[3745,9483],[78,9],[22,2],[86,-38],[3,-7],[2,-4],[2,-5],[30,-64],[8,-19],[34,-43],[17,4],[64,14],[-7,14],[20,4],[35,6],[18,-48],[-1,-11],[-1,-8],[4,-10],[9,-17],[31,5],[2,-4],[4,-7],[5,-12],[31,5],[20,-13],[97,-67],[-6,-11],[-18,-29],[11,-10],[10,-10],[9,-21]],[[2937,9533],[-29,19]],[[2908,9552],[68,13],[105,-9],[190,-33],[103,4],[30,44],[130,64],[41,9],[11,15]],[[3586,9659],[1,-6],[2,-6],[23,-38],[12,-22],[-2,-9],[-6,-8],[-9,-8],[138,-79]],[[2446,9910],[73,-62],[-30,-40],[-18,-8],[-21,0],[-5,-47],[7,-60],[-11,-29],[-80,-87],[-43,-59],[-5,-123]],[[1093,9544],[-51,53],[199,86],[12,-10],[25,-26],[1,-1],[36,14],[49,8],[18,22],[12,8],[27,19],[2,1],[22,12],[22,11],[8,4],[12,6],[1,17],[4,18],[20,9],[21,7],[25,8],[30,8],[34,17],[11,7],[-46,29],[-2,2],[5,7],[-17,11],[27,16],[8,6],[23,-9],[19,9],[62,33],[7,8],[-8,10],[8,7],[11,4],[90,-13],[7,-1],[56,-8],[70,46],[11,-5],[9,-3],[10,-4],[13,-5],[10,-5],[5,0],[5,1],[1,2],[0,3],[23,12],[4,1],[4,-1],[8,-8],[35,-18],[0,-3],[-1,-4],[2,-3],[9,-5],[10,-3],[2,0],[8,1],[6,3],[3,0],[17,-10],[9,-12],[9,-9],[3,-2],[21,-18],[8,-3],[15,-4],[9,-2],[9,0],[22,-3],[8,-3],[11,-4],[2,0],[15,-8],[5,-3],[11,-4],[15,-4],[11,-3],[11,1],[54,25],[13,10],[9,9],[26,1],[3,1]],[[2921,9898],[-2,-31],[42,-32],[3,-13],[-48,-32],[-50,-21],[-3,-10],[13,-12],[93,-41],[16,-21],[-22,-46],[-30,-29],[-34,-11],[-43,10],[-9,-5],[9,-16],[52,-36]],[[2446,9910],[19,2],[11,3],[48,17],[8,2],[5,1],[16,3],[12,3],[13,5],[4,2],[11,7],[10,7],[18,7],[11,0],[54,-1],[29,1],[10,0],[17,0],[24,0],[22,1],[20,1],[15,-8],[3,-6],[5,-11],[5,-16],[3,-11],[6,-14],[4,-4],[9,-4],[3,-1],[9,0],[10,1],[22,7],[7,0],[4,-1],[5,-1],[2,-2],[1,-2]],[[2921,9898],[13,11],[19,20],[47,43],[12,-1],[3,0],[4,-1],[6,-4],[1,-3],[-7,-4],[3,-15],[5,-6],[20,-11],[26,-14],[2,2],[13,-6],[9,-6],[1,-6],[2,-1],[22,1],[55,18],[24,11],[6,6],[37,-21],[3,-3],[23,-13],[6,-20],[46,-14],[8,-13],[37,14],[8,-7],[0,-3],[-5,-4],[1,-5],[1,-5],[4,-4],[3,-3],[4,-1],[18,23],[3,1],[1,0],[2,-2],[-2,-2],[-2,-1],[-3,-4],[0,-2],[0,-1],[0,-2],[1,-2],[2,-2],[3,-1],[8,-3],[5,-1],[2,0],[3,0],[7,2],[2,1],[3,1],[4,0],[3,1],[7,-2],[0,-1],[-3,-2],[-15,-9],[-13,-2],[-3,0],[-2,1],[-1,1],[-4,-3],[-3,-4],[0,-1],[1,-2],[12,-13],[8,-9],[70,-27],[2,-8],[1,-2],[2,-3],[9,-12],[2,-9],[35,-22],[14,-9],[39,-26],[-6,0],[-9,-13]]],"transform":{"scale":[0.0004158659365936591,0.00043367076707670515],"translate":[18.848146999999784,41.85279899999986]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/SE.json b/dist-amd/map/TopoJSON/SE.json new file mode 100644 index 0000000000..5a7ff6abda --- /dev/null +++ b/dist-amd/map/TopoJSON/SE.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3]]},{"type":"Polygon","arcs":[[4,-1,5,6]]},{"type":"Polygon","arcs":[[7,-6,-4,8,9]]},{"type":"Polygon","arcs":[[10,-9,-3,11,12]]},{"type":"Polygon","arcs":[[13,-10,-11,14,15]]},{"type":"Polygon","arcs":[[16,-7,-8,-14,17]]},{"type":"Polygon","arcs":[[18]]},{"type":"Polygon","arcs":[[19,-18,-16,20,21,22]]},{"type":"Polygon","arcs":[[23,-21,-15,-13,24,25]]},{"type":"Polygon","arcs":[[26,27,-23,28,29,30]]},{"type":"Polygon","arcs":[[31,-29,-22,-24,32,33]]},{"type":"Polygon","arcs":[[-30,-32,34,35]]},{"type":"Polygon","arcs":[[-27,36,37]]},{"type":"Polygon","arcs":[[-33,-26,38,39]]},{"type":"Polygon","arcs":[[-37,-31,-36,40,41]]},{"type":"Polygon","arcs":[[42]]},{"type":"Polygon","arcs":[[43,-35,-34,-40,44,45]]},{"type":"Polygon","arcs":[[46,-41,-44,47,48],[-43]]},{"type":"Polygon","arcs":[[49,-49,50,51]]},{"type":"Polygon","arcs":[[-51,-48,-46,52,53]]},{"type":"Polygon","arcs":[[54,-52,-54,55,56]]},{"type":"Polygon","arcs":[[-57,57]]}]}},"arcs":[[[2886,950],[-5,-9],[-7,-3],[-7,-13],[-11,-12],[-14,-1],[-21,-5],[-8,0],[-1,-5],[5,-6],[-1,-12],[-4,-1],[-6,-16],[1,-6],[-12,-25],[13,2],[-1,-7],[17,-3],[-2,-21],[2,-4],[4,-2],[-1,-2],[-5,0],[8,-10],[0,-3],[4,-2],[15,-3],[0,9],[3,1],[14,-8],[21,-8],[12,5],[4,-1],[22,2],[-2,-8],[5,-6],[7,-22],[-2,-8],[4,-10],[-3,-7],[5,-7],[-6,-13],[1,-10],[-17,-11],[-2,-12],[-7,-6],[-1,-8],[-7,-6],[0,-18],[45,-185]],[[2945,444],[8,-10],[6,-10],[8,-15],[2,-7],[7,-7],[17,-18],[14,-14],[9,-13],[8,-15],[-120,-94],[-111,-87],[-2,-1],[-103,-81],[-8,-7],[-46,-36],[-18,0],[-19,0],[-18,1],[-15,2],[-25,0],[-24,1],[-25,2],[-23,4],[-23,5],[-22,6],[-21,8],[-26,0],[-15,0],[-10,1],[-19,-6],[-19,-5],[-19,-4],[-21,-4],[-20,-2],[-15,-2],[-15,-1],[-16,-6],[-17,-4],[-17,-4],[-5,-1],[-14,-5],[-20,-5],[-20,-4],[-8,-1],[-13,-2],[-22,-2],[-23,-1],[-22,0],[-23,1],[-15,1],[-14,1],[-25,2],[-24,2],[-23,3],[-23,4],[-22,6],[-1,0],[-22,-1],[-22,0],[-21,1],[-22,2],[-6,-2],[-10,-3],[-12,-3],[-24,-6],[-98,69],[-51,36],[-15,12],[-3,5],[-2,3],[-2,5],[-2,6],[1,5],[-28,-4],[-8,-2],[-1,4],[-21,65],[24,12],[52,28],[2,7],[9,30],[112,53],[10,22],[-13,14],[-23,25],[-64,59],[-38,33],[-6,5],[-1,2],[-1,2],[-6,23],[-8,15],[-4,4],[-8,6],[-6,7],[-2,2],[-4,5],[0,1],[1,16],[2,7],[0,3],[2,24],[0,11],[2,9],[1,6],[-1,6],[-2,4],[-6,6],[-2,2],[-9,4],[-21,12],[-6,5],[-6,3],[-20,10],[-13,7],[-27,11],[-11,5],[-10,5],[-4,2],[-72,45],[-8,5],[27,15],[-7,2],[-6,3],[-6,3],[-6,3],[-4,3],[-5,3],[-4,3],[-4,4],[-4,4],[-7,18],[-48,19],[-105,40],[49,67],[42,58]],[[1213,1020],[409,-3],[70,-72],[5,-3],[27,-6],[15,0],[-1,-7],[9,-2],[-6,-11],[9,-2],[-6,-3],[2,-2],[-8,-7],[7,0],[3,-3],[-13,-14],[18,-2],[4,-6],[50,-2],[19,-3],[27,1],[12,2],[14,-2],[17,-7],[10,-2],[4,-11],[6,-1],[15,3],[9,4],[17,11],[3,3],[-3,4],[39,19],[31,4],[30,17],[13,1],[24,3],[18,6]],[[2112,927],[5,-1],[3,-3],[20,-12],[8,4],[7,0],[6,-1],[2,-2],[9,-2],[20,4],[7,0],[12,4],[3,-2],[20,4],[15,0],[2,2],[33,3],[3,2],[24,5],[20,7],[25,3],[22,-4],[39,-4],[10,11],[8,3],[18,0],[20,7],[13,1],[24,0],[11,1],[6,-1],[21,22],[1,9],[4,2],[3,5],[-2,4],[22,4],[19,-5],[2,-3],[-3,-2],[7,-9],[4,1],[11,0],[12,-4],[2,-3],[11,-3],[14,2],[24,-4],[6,2],[18,10],[8,-2],[0,-4],[7,0],[24,-4],[19,-6],[39,-5],[29,-6],[8,0],[7,2],[10,-5],[17,-1],[15,-3]],[[4140,557],[-2,0],[-146,-44],[-32,-26],[-48,-21],[-50,-15],[-54,-10],[-80,-1],[-43,4],[-80,20],[-62,36],[-79,40],[-50,5],[-58,2],[-10,-14],[-25,-13],[-38,-14],[-34,-13],[-4,-1],[-22,-6],[-23,-4],[-24,-3],[-24,-2],[-56,-3],[-151,-30]],[[2886,950],[48,-12],[13,0],[13,-4],[7,-12],[6,-2],[15,-11],[9,-1],[12,-10],[25,-3],[12,1],[15,-4],[4,3],[15,-1],[19,-6],[37,-7],[3,-4],[21,3],[13,-1],[19,16],[25,12],[-1,1],[6,5],[6,17],[7,4],[0,2],[12,4],[21,3],[13,-9],[0,11],[24,-1],[4,2],[9,-1],[20,1],[5,-7],[2,0],[6,-6],[28,-6],[8,2],[6,4],[5,-1],[3,3],[4,9],[-2,2],[-7,2],[3,2],[28,3],[11,5],[4,-3],[7,-1],[1,-4],[5,-2],[7,-1],[11,2],[6,-2],[32,19]],[[3511,966],[2,7],[13,6],[18,-2],[8,-4],[8,-1],[3,3],[3,0],[7,-9],[17,3],[9,-5],[15,-4],[7,2],[-2,11],[11,8],[17,0],[19,-6],[8,0],[1,-9],[4,0],[6,-7],[10,-2],[19,-10],[13,4],[15,-26],[13,-1],[28,-6],[3,-2],[20,-21],[7,-2],[2,-8],[19,-17],[10,-8],[4,0],[0,-2],[18,-7],[15,-3],[33,-2],[6,1],[15,-1],[3,3],[2,-2],[8,0],[4,-3],[6,1],[3,-4],[-1,-2],[6,-1],[-1,-2],[14,0],[9,-3],[6,4],[-2,4],[3,3],[18,7],[25,0],[105,-13],[-3,-281]],[[3624,1482],[6,-6],[16,-5],[7,2],[4,-17],[-8,-12],[10,-1],[7,1],[17,-4],[0,-4],[12,-4],[19,-2],[1,-12],[15,-11],[8,-1],[6,-8],[7,0],[0,-3],[6,-2],[3,-1],[1,2],[14,-2],[9,-13],[34,-18],[3,-7],[21,-10],[2,-5],[12,-8],[3,-11],[-1,-22],[-9,-10],[-15,-11],[-2,-4],[-16,5],[-18,-2],[2,0],[-15,-2],[-26,2],[-6,0],[-19,-8],[-53,16],[-8,-3],[-21,6],[-10,-2],[-14,-9],[-2,-9],[6,0],[6,-6],[8,-2],[8,-12],[-15,-10],[11,-16],[1,-10],[-12,-13],[-35,-7],[-32,1],[2,-10],[-4,-3],[-13,3],[-7,-2],[-24,1],[-11,0],[-6,-17],[13,-5],[5,-5],[5,-7],[-1,-9],[8,-3],[8,0],[9,-3],[0,-2],[-5,-1],[1,-8],[-4,-4],[-3,-6],[0,-3],[10,-4],[0,-3],[-14,-6],[-3,-4],[6,-2],[-1,-2],[4,-4],[4,0],[0,-4],[-19,-11],[-5,-8],[-9,-3],[-4,-5],[6,-7],[8,-2],[4,-4],[-3,-4],[0,-5],[-7,-7],[4,-5],[-3,-1],[-8,2],[-2,9],[-6,-2],[1,-6],[4,-1],[-5,-2],[-1,-12],[-5,-3],[6,-5],[-3,-2],[0,-5],[-5,-3],[1,-5],[-6,-4],[1,-3],[-3,-4],[7,-4],[12,-1]],[[2112,927],[4,3],[-3,11],[-11,16],[4,19],[7,13],[-8,19],[-10,10],[0,12],[-9,2],[-7,3],[-11,10],[-5,17],[-12,15],[-12,20],[-26,17],[-14,-1],[6,4],[-1,7],[7,5],[-5,7],[-2,7],[3,18],[-2,24],[-2,5],[-9,12],[-2,0],[-1,9],[29,10],[-2,4],[3,1],[1,4],[-4,1],[2,3],[-4,5],[3,1],[0,6],[7,0],[0,-6],[4,0],[5,-5],[34,10],[21,-1],[8,7],[4,0],[8,1],[11,-3],[-4,-2],[2,-2],[12,1],[13,4],[16,9],[7,0],[3,-3],[13,5],[10,-2],[8,0],[18,6],[9,7],[31,3],[4,6],[15,4],[1,7],[-5,5],[5,2],[3,13],[-9,6]],[[2273,1318],[8,3],[0,8],[14,13],[1,8],[18,14],[7,1],[10,-2],[-4,-5],[7,-2],[11,-1],[17,3],[15,-15],[10,-1],[5,-3],[0,-2],[3,0],[9,0],[12,14],[7,-1],[19,1],[10,7],[0,8],[37,1],[12,-8],[19,15],[22,0],[29,-6],[11,-5],[-4,-10],[26,1],[16,5],[4,-12],[-4,-3],[2,-7],[4,0],[14,-8],[9,-22],[18,-2],[-5,-6],[4,-3],[-3,-3],[6,-2],[4,-17],[8,-7],[16,-11],[31,-5],[13,3],[5,-1],[1,7],[14,15],[12,6],[6,6],[5,1],[1,7],[7,4],[0,6],[7,6],[0,2],[-11,6],[-3,5],[-7,0],[1,9],[7,5],[-3,3],[-5,2],[-13,-2],[1,5],[-13,3],[-3,6],[3,10],[-2,2],[5,2],[0,9],[16,1],[-2,13],[5,3],[-6,4],[3,2],[-1,6],[-7,2],[-1,5],[-7,5],[1,3],[3,-3],[6,4],[7,1],[-1,8],[-8,10],[11,4],[4,1],[5,-2],[6,3],[11,-2],[8,1],[3,2],[8,-5],[0,-3],[6,6],[3,0],[1,-2],[3,1],[7,9],[6,0],[0,-4],[3,0],[10,0],[6,1],[0,-3],[3,-2],[4,1],[4,4],[7,3],[2,-2],[19,1],[4,7],[5,1],[4,11],[14,1],[4,-4],[3,1],[10,-5],[2,3],[7,-1],[-3,17],[9,-1],[9,1],[18,-2],[0,4],[8,-1],[11,2],[23,8],[4,3],[17,0],[6,2],[31,-2],[13,-3],[12,-5],[4,-4],[3,0],[1,-4],[25,-3],[15,-15],[-4,-7],[5,-3],[1,-8],[7,-11],[16,-2],[21,2],[8,-2],[10,1],[16,5],[-1,3],[9,8],[1,5],[10,1],[9,-2],[5,8],[15,6],[2,3],[6,0],[4,6],[15,0],[6,-3],[13,0],[2,-4],[13,-7],[6,7],[-3,19],[-9,9],[-13,4],[8,6],[16,-5],[2,-4],[3,-1],[5,4],[10,-4],[-2,-3],[3,-5],[12,-4],[8,2],[18,14],[5,-7],[8,4],[10,-4],[10,1],[2,2],[6,-1],[8,1],[8,-2],[1,-3],[4,5],[5,0],[6,2],[13,-1],[19,1],[8,-1],[8,0],[10,-4],[12,-1],[6,-5],[4,1],[0,3],[3,0],[27,-4],[20,-8],[5,0]],[[1846,1442],[-17,-12],[2,-2],[9,2],[4,0],[-6,-3],[2,-3],[-6,-5],[4,-5],[-7,-5],[6,-7],[1,-2],[-5,-1],[2,-4],[10,-4],[6,-6],[6,-1],[-1,-3],[4,-1],[1,-3],[-5,-9],[6,-5],[-3,-1],[3,-6],[8,2],[2,5],[4,1],[11,1],[17,7],[10,1],[9,4],[0,2],[-9,-2],[-4,2],[-14,-6],[-4,2],[8,3],[5,8],[5,-3],[3,1],[6,5],[24,5],[-6,4],[6,4],[-6,5],[3,1],[4,0],[15,-6],[4,0],[10,2],[12,8],[10,0],[11,-1],[25,8],[12,1],[13,-2],[0,1],[26,0],[14,-2],[3,-3],[7,-2],[-1,-4],[11,2],[3,5],[12,4],[9,-4],[-1,-13],[-6,-2],[8,-9],[3,8],[17,2],[5,-4],[-1,-2],[3,1],[6,-1],[20,-7],[-2,-2],[2,-3],[2,0],[6,2],[12,-2],[3,-2],[1,-5],[-3,-3],[5,-5],[-16,-7],[12,-6],[-5,-6],[3,-4],[20,-11],[2,-6],[12,1],[1,-1],[13,-2],[11,-8]],[[1213,1020],[41,57],[-26,30],[-61,69],[-122,136],[-5,6],[-200,122],[-37,22],[-12,25],[-1,2],[-59,124],[-48,50],[-50,34]],[[633,1697],[244,0],[24,39],[44,3],[11,2],[71,2],[0,-2],[12,-6],[6,-6],[25,5],[2,-2],[18,1],[15,3],[1,1],[-6,2],[9,2],[2,-2],[49,5],[5,0],[2,2],[21,3],[52,17],[3,-3],[19,-9],[24,-13],[-11,-11],[-9,-16],[3,-9],[21,-17],[-17,-18],[2,-2],[10,-7],[16,1],[12,-2],[22,-12],[1,-7],[3,-4],[-5,-2],[9,-5],[2,-5],[-8,-3],[1,-1],[-10,-9],[-10,-27],[7,-3],[-3,-2],[8,-7],[13,-6],[6,3],[5,-6],[-9,-6],[4,-1],[4,-26],[14,3],[4,4],[5,-2],[14,2],[10,6],[3,-3],[5,-1],[18,16],[5,11],[14,2],[3,6],[10,1],[14,7],[6,1],[2,3],[16,-4],[-2,-7],[16,-2],[7,5],[-2,3],[8,1],[6,-2],[3,-6],[9,0],[4,2],[1,-3],[10,-5],[-1,-7],[25,-8],[5,-11],[10,-9],[12,2],[2,6],[22,12],[19,-22],[20,-3],[1,2],[8,-1],[5,3],[15,-3],[5,2],[11,-4],[6,-1],[3,-1],[-4,-3],[1,-6],[4,2],[9,-3],[4,-5],[-13,-9],[-8,-1],[-7,-5],[2,-16],[-6,-10],[5,-5],[16,-2],[4,3],[15,0],[7,3],[19,-4],[10,3],[18,-1],[0,-3],[-9,-3],[-4,-10],[4,-2],[14,0],[5,-6],[5,0],[10,4],[3,4],[5,-1],[9,2],[0,-7],[4,-3]],[[3554,1844],[13,-14],[28,-8],[2,-2],[6,1],[11,-8],[12,0],[14,-8],[33,-9],[7,-5],[1,-5],[27,-14],[26,-4],[-18,-7],[-8,2],[0,-3],[-20,-16],[-11,-5],[-9,-8],[13,0],[18,-6],[-2,-1],[14,-7],[2,-11],[12,-8],[-8,-6],[-13,-2],[-3,-3],[-4,-18],[3,-5],[-4,-8],[-7,-5],[-6,-1],[-5,7],[-12,4],[-2,3],[-6,2],[-1,5],[-9,3],[-1,-2],[-20,-7],[-12,1],[0,-4],[-7,-7],[-3,-7],[2,-11],[7,-4],[12,0],[6,-3],[-5,-4],[1,-12],[-9,-2],[-10,-6],[1,-2],[15,-5],[-5,-1],[2,-5],[-3,-4],[8,-8],[-6,-7],[0,-16],[-17,3],[-13,-3],[-3,-6],[11,-14],[-7,0],[1,-5],[-13,-1],[22,-14],[3,-1],[8,0],[10,-3],[9,-9],[-3,-1],[3,-5],[-6,-10],[-5,-4],[3,-3]],[[1846,1442],[12,3],[15,13],[0,4],[11,5],[17,22],[14,12],[-5,6],[8,10],[11,1],[14,6],[9,0],[5,-3],[5,0],[1,-5],[2,2],[2,6],[5,2],[0,4],[6,3],[5,8],[0,10],[-3,7],[47,8],[11,4],[6,-1],[12,13],[10,0],[26,7],[-4,6],[4,7],[7,3],[17,-2],[7,14],[8,5],[18,1],[3,9],[-8,3],[7,10],[12,2],[29,28],[10,5],[3,8],[16,18],[17,8],[10,1],[14,8],[16,16],[-1,13],[-4,0],[-2,6],[-3,0],[4,7],[-7,-1],[-3,15],[5,9],[7,-1],[3,5],[14,3],[14,21],[-1,18],[-21,10],[25,9],[-9,5],[-1,6],[13,15],[7,3],[8,12],[-4,2],[1,5],[-2,0],[-3,16],[3,3],[-1,3],[-5,4],[0,15],[-4,4],[7,13],[17,9],[-3,12],[22,10],[-2,10],[-6,3],[-6,-1],[-8,10],[-15,1],[-5,-2],[-4,-4],[-12,25],[-19,6],[2,1],[21,0],[4,8],[-5,0],[4,3],[8,4],[8,-1],[4,-2],[6,6],[-4,2],[3,4],[2,0],[-2,-1],[13,-1],[1,4],[-7,18],[4,2],[1,6],[12,6],[4,-2],[-3,-4],[7,0],[6,4],[37,-9],[6,0],[2,4],[36,-4],[24,-7],[9,-17],[30,3],[44,8],[-1,3],[5,-2],[-3,10],[30,17],[9,11],[-4,1],[-2,4],[6,4],[3,7],[-2,15],[9,18],[6,-5],[6,0],[0,-3],[15,-5],[17,2],[12,3],[12,1],[66,-3],[76,39]],[[2814,2190],[39,-40],[51,-13],[6,-4],[6,-2],[13,2],[12,-3],[4,-3],[13,0],[2,-2],[21,1],[5,-1],[6,1],[0,2],[30,-1],[13,0],[5,-1],[25,4],[2,0],[4,-6],[0,-6],[27,0],[5,-3],[24,3],[2,-1],[5,2],[5,-2],[19,4],[3,-4],[3,0],[2,1],[-2,2],[3,2],[-6,5],[6,4],[1,5],[13,0],[-3,3],[4,3],[-6,3],[-6,-3],[-6,4],[-2,2],[3,3],[-1,3],[26,-2],[18,4],[1,4],[17,4],[7,-2],[-7,-10],[4,-6],[10,-3],[6,-6],[3,-9],[23,-32],[-4,-1],[-3,-3],[26,-18],[6,-6],[7,-13],[-5,-6],[-6,-3],[-12,2],[-23,1],[-7,-3],[4,-6],[1,-16],[-7,-4],[-6,-2],[-1,-2],[-8,-2],[14,-7],[5,-5],[-12,-8],[-1,-6],[11,-10],[8,-1],[1,-5],[6,-5],[-1,-3],[8,-9],[22,-9],[1,-4],[4,-2],[1,-2],[-5,-4],[-2,-6],[4,-11],[6,-8],[5,-17],[22,-18],[8,-15],[-1,-7],[8,0],[2,-3],[9,-2],[2,-2],[17,-1],[-2,4],[9,-1],[16,1],[38,-3],[12,2],[-1,3],[4,2],[7,-3],[8,-1],[19,-8],[21,5],[35,1],[9,0],[3,-2]],[[4975,2055],[-86,-124],[25,-76],[1,-3],[3,-9],[1,-13],[-2,-13],[-3,-13],[-6,-13],[-7,-12],[111,-88],[23,-18],[11,-10],[9,-9],[7,-9],[1,-2],[7,-10],[18,-33],[5,-13],[4,-13],[1,-12],[-1,-13],[-3,-13],[-3,-8],[-2,-4],[-7,-13],[-9,-12],[-19,-21],[-12,-13],[-2,-10],[-2,-12],[-5,-12],[-7,-12],[-136,-211],[-17,-27],[-5,-7],[-6,-7],[-52,-61],[-8,-6],[-9,-5],[-5,-5],[-4,-9],[-4,-8],[-5,-12],[-8,-12],[0,-5],[0,-5],[-3,-11],[-4,-11],[-6,-12],[-8,-13],[-10,-13],[-12,-12],[-14,-12],[-8,-12],[-4,-7],[-5,-7],[-4,-10],[-6,-13],[-8,-13],[-5,-6],[-20,-55],[-26,-55],[-27,-25],[-41,-44],[-47,-31],[-82,-37],[-15,-5],[-22,-7],[-23,-6],[-23,-5],[-170,-49],[-34,-11]],[[3554,1844],[6,2],[12,8],[-4,6],[8,4],[-16,9],[36,7],[7,5],[9,-3],[10,8],[7,-5],[11,6],[12,2],[-9,11],[7,2],[5,5],[28,14],[2,5],[5,5],[-5,16],[14,1],[8,-1],[7,-3],[14,5],[15,2],[1,-1],[20,0],[21,-6],[24,1],[29,-15],[10,-10],[7,1],[17,8],[30,0],[13,-9],[22,-9],[18,15],[16,7],[31,19],[26,10],[-5,6],[2,2],[-4,6],[2,2],[4,0],[-10,10],[-7,5],[-9,2],[-1,5],[-7,11],[7,8],[14,7],[4,-2],[17,9],[13,3],[-30,7],[-20,16],[-22,8],[1,10],[14,12],[-1,7],[-12,4],[-8,6],[14,8],[9,-3],[6,-7],[30,-2],[13,2],[25,9],[7,0],[15,-17],[22,2],[-10,20],[2,5],[7,8],[10,-5],[13,2],[5,8],[15,9],[3,4],[18,4],[15,-3],[15,-9],[20,-5],[25,10],[15,2],[4,-3],[15,1],[3,-6],[5,-1],[4,-5],[22,-1],[6,-10],[18,-7],[30,19],[12,-4],[17,-9],[-7,-6],[34,-26],[-12,-2],[8,-2],[3,-2],[-5,-6],[23,-17],[-5,-3],[3,-4],[23,-8],[9,5],[7,0],[14,-4],[7,0],[16,-5],[3,8],[6,2],[3,-4],[6,5],[13,2],[11,0],[3,-4],[6,-1],[7,2],[6,19],[57,-17],[336,-3]],[[6369,2483],[122,-16],[17,-4],[19,-5],[19,-5],[18,-6],[17,-7],[30,-13],[19,-9],[17,-11],[16,-11],[13,-11],[11,-12],[9,-13],[6,-13],[4,-13],[2,-14],[-1,-13],[-4,-14],[-6,-13],[-8,-13],[-10,-12],[-13,-12],[-15,-11],[-24,-16],[-15,-9],[-16,-9],[22,-8],[21,-9],[19,-10],[17,-11],[15,-12],[11,-10],[2,-2],[10,-13],[8,-14],[5,-13],[2,-14],[0,-14],[1,-12],[0,-13],[-3,-12],[-5,-11],[-2,-14],[-5,-14],[-8,-13],[-10,-13],[-12,-12],[-15,-11],[-168,-122],[-90,-69],[34,-44],[19,-54],[-15,-58],[-177,-120],[-89,-63],[-201,-149],[-8,-12],[-10,-11],[-12,-10],[-13,-10],[-15,-10],[-16,-9],[-18,-8],[-6,-3],[-16,-7],[-27,-11],[-60,-20],[-31,-7],[-25,-4],[-36,-10],[-36,-6],[-43,-3],[-36,0],[-50,4],[-38,4],[-41,7],[-48,13],[-31,13],[-35,22],[-21,16],[-8,9],[-10,11],[-7,12],[-6,13],[-3,12],[-2,10],[0,10],[0,9],[2,10],[18,76],[-14,42],[-22,8],[-21,9],[-18,11],[-17,11],[-14,11],[-13,13],[-10,13],[-8,14],[-5,14],[-2,7],[-1,7],[0,14],[2,14],[5,14],[6,13],[8,12],[11,12],[12,11],[14,11],[16,10],[18,9],[2,7],[-1,12],[1,12],[2,11],[4,10],[5,11],[1,11],[2,11],[4,11],[7,14],[9,13],[12,13],[14,12],[9,7],[11,10],[12,9],[14,9],[13,9],[2,2],[17,10],[19,9],[3,2],[14,6],[59,38],[9,9],[11,10],[8,12],[6,8],[7,9],[10,10],[8,10],[9,10],[11,9],[12,9],[13,10],[15,8],[18,9],[19,8],[21,8],[21,6],[18,5],[13,8],[18,10],[20,10],[22,9],[18,9],[20,8],[22,8],[22,6],[24,5],[18,4],[19,3],[89,14],[182,26],[-21,9],[-20,10],[-17,11],[-15,11],[-13,13],[-11,12],[-8,14],[-3,6],[-2,3],[-11,12],[-10,13],[-6,13],[-5,13],[-2,13],[1,14],[3,13],[5,14],[8,13],[10,12],[13,12],[15,11],[16,11],[19,9],[20,9],[22,8],[23,6],[5,1],[20,5],[6,1],[26,4],[28,3],[28,2],[9,0],[26,0],[26,-1],[5,0]],[[5131,2342],[-2,-1],[-10,-64],[-1,-4],[-2,-12],[-4,-13],[-23,-32],[-31,-43],[-83,-118]],[[2814,2190],[78,123],[111,109],[78,98]],[[3081,2520],[19,13],[87,23],[5,0],[19,-2],[12,-7],[3,2],[21,8],[6,6],[16,-1],[10,11],[3,12],[11,13],[12,8],[4,0],[3,-2],[4,2],[-3,1],[1,1],[8,-1],[2,3],[4,-1],[3,9],[5,0],[1,3],[5,0],[0,2],[-5,0],[-6,2],[7,4],[8,16],[20,-7],[24,3],[6,3],[10,9],[-3,8],[13,-1],[8,-2],[0,5],[4,3],[4,0],[5,11],[9,-1],[15,-10],[23,7],[0,-6],[15,-15],[26,12],[19,-3],[6,-7],[-2,-3],[4,-5],[0,-9],[8,4],[-3,5],[2,1],[16,-1],[4,1],[-11,29],[26,-1],[12,3],[12,-2],[17,1],[8,5],[9,-3],[6,20],[18,2],[5,8],[-24,21],[-2,13],[23,2],[29,17],[9,-7],[24,1],[9,5]],[[3749,2761],[1,4],[11,-2],[13,4],[5,-4],[-1,-4],[6,-4],[6,-15],[17,3],[-1,6],[12,3],[1,11],[18,13],[0,10],[6,2],[21,-3],[21,-11],[-3,-6],[8,0],[4,-3],[0,-6],[6,-2],[14,-10],[13,-1],[47,-17],[31,-6],[15,-1],[19,-5],[10,-10],[0,-2],[-4,-1],[7,-2],[3,-10],[9,0],[46,-18],[11,-15],[16,-3],[1,1],[5,1],[30,-4],[19,-22],[16,-8],[-10,-11],[5,-4],[18,6],[12,-9],[3,0],[15,-9],[1,-8],[3,-1],[-2,-4],[3,-4],[-2,-2],[4,-13],[7,-5],[21,1],[8,-4],[27,1],[11,-2],[45,3],[11,-2],[22,0],[30,-5],[13,-9],[4,2],[29,-3],[16,-8],[2,-5],[8,-4],[-1,-3],[4,0],[20,-12],[-5,-3],[59,-24],[46,4],[21,-3],[18,-8],[22,-3],[32,7],[39,0],[45,-29],[12,-12],[1,-22],[306,-75]],[[2726,2783],[-8,-46],[26,-19],[3,-9],[-2,-4],[5,0],[6,-5],[15,2],[3,-1],[-3,-2],[5,-1],[7,-8],[9,1],[8,-2],[-9,-4],[9,-6],[0,-3],[-5,-2],[-7,5],[-16,-12],[6,-2],[1,-3],[15,1],[-5,-11],[4,0],[24,-25],[14,-1],[23,-9],[4,-32],[-4,-10],[5,-6],[12,-2],[9,2],[6,3],[-2,2],[2,1],[10,0],[7,-6],[7,3],[6,-10],[-14,-19],[5,-2],[26,4],[25,8],[10,2],[-3,30],[51,2],[0,-8],[3,-5],[-4,-7],[7,-11],[59,-36]],[[633,1697],[-150,102],[-13,9],[-21,14],[-33,92],[-8,23],[-21,19],[-95,88],[-18,39],[-1,3],[-3,5],[-13,23],[-37,68],[-32,59],[-23,25],[-101,111],[-5,4],[-9,11],[-7,12],[-6,12],[-3,12],[-34,174],[10,27],[24,68],[205,36],[48,13],[61,12],[20,10],[18,17],[26,46],[53,6],[25,6],[22,3],[10,4],[28,7],[21,-12],[15,-15],[18,-27],[13,-9],[8,-10],[16,-16],[-2,-2],[-1,0],[-2,-1],[-2,-1],[6,-9],[-2,-15],[1,-6],[1,-2],[1,-6],[-3,-6],[-1,-1],[-2,-5],[0,-1],[0,-1],[0,-12],[1,-3],[3,-2],[16,1],[5,0],[8,-1],[8,-5],[3,-1],[2,-1],[2,-1],[3,-1],[4,0],[4,0],[1,0],[1,1],[0,1],[0,1],[0,1],[-3,2],[-1,0],[1,0],[1,0],[2,0],[1,1],[2,1],[1,1],[1,3],[4,3],[1,0],[1,1],[2,-1],[1,0],[3,-2],[1,0],[9,-3],[11,0],[1,0],[2,1],[7,3],[2,1],[8,3],[5,2],[4,2],[2,0],[3,0],[10,-1],[1,0],[1,2],[3,9],[2,4],[4,5],[7,3],[1,4],[4,4],[5,4],[0,4],[-1,4],[-1,5],[3,3],[2,2],[0,2],[-3,3],[-1,1],[2,2],[3,3],[3,4],[4,7],[2,3],[0,1],[2,6],[1,6],[7,3],[3,2],[1,2],[4,3],[4,2],[3,3],[3,5],[4,4],[0,1],[1,1],[3,2],[2,2],[6,4],[3,2],[3,2],[2,4],[1,4],[0,3],[-2,3],[-2,3],[-4,3],[-1,2],[1,3],[2,4],[5,6],[1,2],[0,2],[-1,4],[0,7],[0,5],[-1,3],[0,3],[1,5],[3,7],[1,5],[1,4],[-1,1],[1,3],[0,1],[1,1],[4,4],[2,2],[3,3],[6,5],[5,3],[9,3],[2,1]],[[908,2945],[50,-10],[13,0],[9,1],[15,7],[2,10],[47,-26],[14,0],[1,-9],[16,-8],[23,-9],[9,9],[7,4],[-8,3],[-4,9],[1,6],[-5,5],[-3,22],[17,-4],[9,1],[6,-2],[9,2],[36,-2],[18,2],[0,5],[6,2],[6,-1],[2,-3],[6,0],[5,-21],[4,-6],[4,-2],[4,-14],[8,-5],[5,-2],[5,1],[8,5],[13,1],[5,-9],[17,-8],[23,3],[36,11],[13,1],[14,-2],[1,-6],[-4,-7],[-25,1],[-4,-5],[6,-4],[19,-3],[7,-4],[-1,-6],[7,-3],[-8,-6],[18,-4],[34,1],[14,-2],[8,-3],[6,-5],[7,-1],[4,0],[8,6],[-2,6],[7,1],[16,10],[-1,6],[7,8],[-3,3],[4,7],[15,6],[4,-1],[-1,-7],[12,2],[18,-5],[12,-13],[32,-16],[-1,-10],[6,-6],[8,-37],[-1,-11],[94,-163],[187,-43],[21,1],[54,-22],[126,15],[-64,48],[62,104],[123,73],[269,-20],[63,-3],[-5,6],[2,5],[16,1],[11,4],[17,-1],[24,1],[11,2],[7,-1],[16,-7],[36,2],[6,-11],[25,-9],[22,-3]],[[5022,3050],[-3,-13],[10,-10],[-66,0],[9,-12],[-1,-6],[4,-5],[-5,-6],[3,-5],[-1,-19],[-5,-3],[-22,-6],[-5,-6],[3,-3],[-5,-3],[-5,1],[-4,-3],[-11,-1],[-5,-12],[-6,-4],[-10,-1],[2,-16],[10,-2],[5,-9],[-8,0],[29,-14],[8,-7],[0,-3],[9,-6],[1,-8],[-3,-25],[-5,-11],[11,-7],[-5,-9],[1,-7],[8,-5],[2,-7],[9,-2],[-2,-2],[6,-6],[2,-7],[4,-1],[12,-17],[5,2],[9,-3],[32,0],[5,5],[-1,5],[21,-6],[5,1],[14,-2],[9,-3],[4,1],[28,0],[-7,-10],[11,-12],[8,0],[13,-6],[7,0],[20,-6],[-1,-2],[9,-18],[-3,-3],[5,-3],[13,-4],[-1,-13],[6,-7],[-8,-5],[13,-23],[35,-8],[7,-14],[43,-14],[6,-76],[116,-131]],[[5416,2407],[-56,-13],[-46,-10],[-142,-33],[-38,-9],[-3,0]],[[3749,2761],[-16,0],[-11,10],[4,12],[-19,0],[-6,2],[-3,6],[9,1],[3,5],[5,1],[-5,2],[4,6],[-2,2],[5,2],[-2,3],[24,7],[9,2],[13,7],[6,1],[4,6],[-14,7],[6,4],[17,3],[4,-2],[5,2],[21,0],[5,-1],[13,4],[-3,5],[1,4],[3,1],[-6,6],[2,4],[6,0],[-27,43]],[[3804,2916],[97,24],[-20,36],[0,5],[2,1],[4,-8],[3,2],[-1,8],[3,7],[16,-4],[3,1],[4,13],[22,5],[-3,6],[1,7],[11,6],[15,2],[45,12],[20,-6],[-1,-1],[9,-4],[31,-2],[32,-3],[12,4],[13,1],[13,5],[9,1],[10,-2],[22,3],[5,7],[1,11],[5,3],[18,5],[-12,0],[-30,9],[0,20],[6,10],[9,-1],[24,4],[12,-4],[39,11],[12,-1],[12,-4],[13,0],[158,17],[10,1],[12,5],[27,-4],[10,1],[31,10],[56,-3],[38,-13],[16,0],[7,2],[12,2],[11,5],[12,21]],[[4690,3149],[16,-3],[8,-4],[24,-2],[11,5],[14,-3],[15,13],[24,-3],[18,-7],[14,-22],[16,-4],[20,-13],[60,-11],[16,-6],[18,2],[12,-2],[9,-16],[18,-1],[-5,-12],[24,-10]],[[3554,3388],[8,-3],[7,-1],[-1,-3],[10,-6],[-6,-4],[1,-5],[6,-2],[-12,-9],[0,-3],[-6,0],[-4,-7],[10,2],[48,0],[6,-7],[0,-8],[13,-11],[-3,-6],[17,-19],[-4,-6],[5,-14],[-9,-6],[-7,-1],[3,-2],[-15,-24],[6,-13],[20,-4],[14,-2],[35,3],[3,-3],[3,-21],[10,-1],[-3,-18],[-4,2],[4,-38],[21,3],[8,3],[1,4],[24,3],[10,-16],[0,-6],[-9,-3],[-13,-6],[1,-8],[-3,-5],[19,-1],[2,-18],[11,-14],[0,-16],[-22,0],[-37,-4],[-10,1],[-6,-1],[-3,-4],[-14,-1],[-5,-19],[10,-6],[2,-10],[15,-10],[-1,-13],[-19,-20],[32,-8],[30,-5],[25,-33],[53,5],[-27,-24]],[[2726,2783],[20,35],[9,9],[3,7],[-1,10],[-31,20],[3,8],[-8,15],[0,18],[4,12],[-5,12],[0,9],[14,14],[-2,13],[4,9],[-3,5],[8,10],[11,21],[6,3],[10,-2],[9,24],[-3,3],[11,1],[-2,5],[2,5],[14,9],[9,12],[6,0],[39,21],[-24,15],[-11,16],[-17,12],[-6,9],[30,17],[4,4],[29,-10],[-11,50],[-27,48],[8,13],[-11,14],[-14,28],[2,11],[23,10],[-15,37],[5,16],[-1,25],[-5,9],[6,7],[-16,8],[-10,-4],[-14,3],[-7,6],[2,10],[-5,2],[-2,-2],[-3,5],[-5,0],[0,2],[-6,6],[92,15],[-15,38]],[[2829,3511],[234,-21],[-13,61],[53,21],[31,-5],[-1,-2],[-6,0],[-4,-6],[2,-4],[4,-3],[11,-1],[32,-22],[12,1],[14,-3],[55,6],[16,-13],[8,3],[1,5],[19,-4],[39,-26],[59,-5],[17,-18],[93,-59],[7,-11],[3,-2],[4,1],[35,-16]],[[3554,3388],[9,12],[4,0],[15,16],[5,0],[16,3],[1,3],[-4,0],[-6,4],[4,1],[-1,3],[16,10],[-7,6],[28,15],[53,-6],[15,-10],[26,4],[16,-1],[-1,6],[4,1],[6,0],[10,8],[-1,4],[5,1],[9,8],[-6,0],[-1,16],[-10,11],[9,1],[13,5],[1,1],[-4,4],[-14,0],[-9,3],[-9,13],[14,-5],[4,3],[0,5],[11,3],[0,8],[10,5],[-3,1],[-15,0],[7,8],[4,0],[2,3],[13,2],[0,5],[3,2],[-3,2],[10,3],[4,11],[-29,-2],[0,12],[30,2],[20,13],[6,10],[59,-9],[33,4],[15,9],[12,-1],[3,2],[22,0],[13,-3],[6,0],[22,-24],[58,-7],[23,-13],[-2,-6],[-14,-15],[29,-5],[2,-6],[11,0],[6,-2],[4,2],[5,0],[-1,3],[3,1],[2,-2],[15,0],[15,-4],[16,0],[2,-3],[4,1],[-1,2],[19,0],[3,4],[8,1],[13,-4],[1,5],[16,-2],[3,1],[-2,2],[7,-1],[2,3],[-3,3],[4,1],[9,-1],[2,1],[-1,8],[27,17],[45,8],[25,0],[-1,10],[4,2],[-6,2],[-3,7],[12,6],[7,-2],[22,6],[47,3],[7,4],[35,4]],[[4498,3633],[12,-8],[-1,-2],[11,-12],[4,-15],[5,-6],[-15,-11],[6,-2],[-2,-4],[-20,-3],[7,-13],[-17,-5],[13,-10],[6,-8],[-4,-1],[12,-10],[-3,-15],[-6,-8],[6,-6],[7,0],[3,-14],[11,-4],[15,-2],[13,-7],[-3,-1],[-5,0],[0,2],[-6,-1],[-8,-8],[1,-2],[5,-1],[2,3],[8,0],[6,-8],[4,1],[5,-25],[-18,-2],[-3,-8],[18,-9],[1,-9],[28,-7],[-14,-5],[-5,-1],[-8,-5],[8,-5],[3,1],[2,-2],[-8,-2],[0,-5],[-5,-1],[3,-4],[5,0],[-1,-2],[-5,-2],[-6,0],[-10,-3],[3,-3],[-13,-1],[-5,-7],[-7,-2],[-18,-12],[6,-1],[28,-18],[7,-13],[-1,-8],[19,-4],[6,-4],[6,-13],[22,-16],[15,-30],[32,-44],[3,-12],[32,-19]],[[5022,3050],[11,8],[-3,23],[7,10],[13,3],[26,-3],[11,0],[-1,14],[-27,34],[34,6],[11,11],[11,4],[5,9],[15,-2],[9,10],[-40,20],[-5,14],[-6,2],[1,8],[17,9],[25,2],[15,8],[-10,3],[-4,5],[3,3],[14,0],[10,5],[12,3],[4,4],[-1,9],[37,-1],[18,-5],[14,-1],[4,-15],[8,2],[9,-4],[5,3],[14,19],[14,-3],[3,-2],[4,0],[8,-4],[11,2],[1,7],[10,4],[16,2],[19,8],[15,0],[17,3],[6,-2],[7,5],[15,3],[6,4],[11,0],[4,3],[-4,1],[1,2],[10,2],[-2,2],[3,1],[5,-1],[-1,3],[6,-5],[9,-1],[1,-2],[5,2],[-4,5],[30,-4],[5,8],[13,6],[-3,6],[9,12],[2,14],[9,11],[47,9],[17,-2],[13,4],[14,1],[13,11],[29,4],[3,3],[15,2],[20,1],[-1,7],[17,5],[5,7],[8,2],[0,4],[-7,10],[-1,5],[-10,7],[-1,5],[11,13],[10,1],[13,0],[4,8],[-1,10],[17,9],[6,-1],[7,2],[5,7],[-18,4],[-1,4],[-27,8],[-13,6],[-5,5],[4,-1],[16,5],[12,6],[9,1],[5,14],[9,2],[22,17],[2,10],[-3,1],[3,1],[1,9],[-2,3],[7,4],[6,2],[2,11],[58,2],[35,-2],[26,-4],[2,8],[10,-1],[0,7],[-14,9],[-1,5],[17,4],[1,4],[-14,18],[4,6],[27,6],[146,23],[156,14]],[[6284,3707],[-19,-45],[-16,-32],[44,-30],[75,-50],[59,-40],[73,-49],[100,-69],[5,-3],[7,-5],[60,-41],[97,-66],[111,-75],[37,-26],[-11,-21],[-8,-20],[-5,-19],[-11,-15],[-78,-106],[-15,-10],[-17,-9],[-16,-8],[-3,-1],[-20,-8],[-21,-7],[-23,-6],[-64,-23],[-102,-35],[-120,-73],[-38,-22],[-103,-63],[-10,-6],[-12,-6],[-96,-47],[-5,-2],[-6,-2],[-101,-41],[-262,-105],[-15,-7],[-18,-7],[-12,-5],[-5,-2],[-37,-14],[-44,-18],[-1,0],[-21,-8],[-19,-8],[-21,-8],[-21,-6],[-23,-5],[-23,-5],[-91,-20],[-3,-1]],[[908,2945],[1,1],[1,0],[0,1],[0,1],[-3,17],[-3,23],[-1,4],[1,4],[0,2],[-3,19],[-1,5],[-3,4],[-3,2],[-13,12],[0,1],[1,2],[-2,2],[-5,5],[-1,2],[-1,2],[-4,18],[-9,10],[-1,21],[-5,15],[-3,6],[-2,3],[-13,14],[-2,5],[-1,2],[-7,14],[-9,17],[-9,18],[0,1],[5,12],[0,1],[8,6],[6,4],[8,4],[25,7],[6,2],[6,2],[6,0],[49,4],[2,0],[5,3],[3,3],[3,4],[4,7],[2,8],[8,7],[21,1],[11,0],[3,0],[2,0],[2,1],[2,2],[1,1],[-1,0],[-6,5],[-1,5],[1,5],[0,4],[-3,3],[0,2],[0,1],[-1,4],[-2,2],[-2,2],[-2,3],[0,1],[2,1],[2,1],[1,0],[0,1],[1,0],[1,1],[0,1],[1,0],[0,1],[-1,7],[-1,3],[0,1],[-1,2],[-1,1],[-1,1],[0,1],[-1,2],[0,1],[1,2],[0,1],[0,1],[-1,2],[-1,0],[-4,2],[-7,3],[-1,1],[0,1],[-2,3],[-3,3],[-1,0],[-1,1],[-1,0],[-2,1],[-2,2],[-1,1],[-2,2],[-2,1],[-1,1],[-4,2],[-3,0],[-5,1],[-5,0],[-6,1],[-7,5],[-1,1],[-1,1],[1,1],[4,1],[3,1],[3,0],[7,3],[4,1],[9,3],[2,1],[2,2],[-1,1],[-1,1],[-2,2],[-1,1],[0,1],[0,1],[1,0],[0,1],[1,1],[1,0],[1,1],[3,0],[7,-1],[9,0],[1,1],[1,0],[1,0],[3,1],[1,0],[1,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[1,1],[1,0],[1,1],[1,0],[10,3],[29,8],[3,-1],[1,0],[30,-7],[4,0],[5,-1],[10,-2],[11,1],[17,2],[5,1],[3,0],[5,1],[3,0],[4,1],[4,0],[1,0],[2,0],[20,-5],[6,1],[6,1],[2,0],[3,2],[8,6],[1,0],[25,16],[8,5],[4,1],[2,0],[6,3],[9,2],[18,6],[6,3],[1,0],[30,10],[2,1],[6,5],[7,6],[3,4],[7,6],[2,2],[1,0],[2,2],[3,2],[1,1],[6,6],[7,3],[16,6],[7,4],[4,2],[4,2],[3,1],[1,1],[0,1],[15,15],[1,1],[5,5],[1,2],[1,0],[0,1],[10,13],[2,2],[1,1],[1,1],[0,1],[2,3],[0,1],[1,1],[5,12],[1,3],[1,2],[1,2],[0,1],[1,1],[10,23],[1,1],[7,17],[-8,15],[-1,2],[-3,5],[0,1],[-1,2],[-7,20],[-1,3],[-1,2],[-3,8],[-1,2],[-1,3],[-2,13],[0,3],[-1,4],[0,4],[-1,2],[0,5],[19,9],[10,5],[5,3],[6,6],[8,7],[4,4],[1,1],[2,1],[8,8],[1,1],[2,2],[2,1],[1,1],[10,10],[0,17],[0,3],[0,3],[0,4],[0,4],[0,7],[0,13],[0,9],[0,17],[-2,3],[-1,2],[-3,4],[-3,5],[-2,3],[-7,9],[-3,3],[-4,3],[-4,3],[-13,9],[-5,4],[-20,14],[-1,13],[-2,18],[-22,18],[-15,12],[-1,1],[-4,3],[-18,13],[-10,7],[-1,1],[-14,10],[-1,1],[-1,2],[-5,10],[-2,2],[-1,2],[-6,12],[-2,3],[-2,3],[-1,3],[-3,5],[-10,18],[-9,18],[-2,6],[-1,12],[0,7],[0,1],[0,6],[-2,3],[-3,3],[-2,3],[-2,2],[-4,4],[-1,1],[-6,7],[-4,4],[-1,1],[-4,4],[-6,7],[-1,1],[-2,2],[-3,3],[-1,2],[-3,3],[-1,2],[-4,4],[-2,2],[-2,2],[-1,1],[-4,5],[-2,2],[-3,3],[-3,4],[-4,4],[0,1],[-1,1],[-5,5],[-2,3],[-2,1],[13,4],[3,1],[2,0],[11,2],[21,3],[3,0],[2,0],[10,2],[9,1],[4,1],[14,2],[12,2],[5,1],[6,0],[26,4],[6,1],[13,2],[8,1],[26,1],[40,-2],[40,-2],[4,0],[7,0],[14,2],[16,2],[5,0],[8,2],[1,1]],[[1529,4251],[21,-42],[191,-97],[91,-41],[58,-36],[27,-40],[0,-11],[38,1],[22,-32],[35,-25],[75,-64],[29,-42],[55,-26],[58,-6],[36,-8],[41,-33],[50,-52],[26,-22],[100,-57],[34,11],[-14,18],[-30,26],[29,0],[0,-2],[24,-5],[0,-10],[93,2],[5,-9],[1,-8],[22,-19],[1,-7],[6,-7],[-2,-7],[2,-5],[4,-1],[-3,-1],[1,-2],[6,-8],[-1,-5],[4,-6],[0,-12],[75,-24],[90,-26]],[[4498,3633],[22,-1],[11,-4],[21,1],[16,7],[3,9],[12,2],[13,1],[5,1],[4,4],[14,2],[29,8],[-9,5],[-4,0],[-2,1],[-1,6],[13,10],[7,1],[-3,9],[15,4],[24,0],[1,4],[10,2],[10,-6],[8,-9],[14,-2],[15,2],[12,-2],[18,-9],[24,7],[-6,8],[23,6],[20,0],[9,6],[12,2],[3,5],[-1,28],[12,13],[-12,2],[2,8],[-8,3],[3,3],[1,15],[10,7],[8,2],[0,10],[12,-2],[15,2],[2,-7],[23,16],[7,14],[4,33],[34,53],[19,48],[-4,0],[1,5],[4,-1],[5,14],[10,5],[232,18],[184,143]],[[5424,4145],[35,-12],[74,-26],[33,-12],[61,-22],[136,-34],[29,-8],[68,-17],[100,-26],[2,0],[46,-12],[27,2],[27,1],[28,0],[27,-1],[27,-3],[26,-4],[26,-5],[24,-6],[23,-7],[22,-8],[1,-43],[2,-89],[14,-48],[16,-3],[4,-3],[-17,-51],[-1,-1]],[[3550,4936],[-14,-1],[-22,8],[-2,4],[12,4],[26,-15]],[[2837,4638],[168,-3],[2,-5],[-2,-7],[-9,-4],[2,-3],[-9,-2],[4,-7],[7,-4],[3,-11],[-2,-8],[-10,-13],[8,-3],[1,-5],[9,-4],[7,1],[0,2],[18,0],[11,5],[7,-2],[11,1],[4,-1],[20,-1],[13,2],[8,-2],[24,2],[7,-1],[30,2],[11,-3],[7,1],[19,-3],[14,3],[7,-2],[84,-5],[44,81],[39,-66],[73,-58],[107,-69],[71,-35],[83,-45],[16,-74],[61,-46],[117,-30],[154,-11],[94,-95],[94,-53],[0,-14],[-7,-15],[-23,-15],[-6,3],[-20,-17],[6,-11],[-59,-48],[-27,-6],[-48,-4],[20,-22],[5,-14],[15,-17],[34,-18],[14,-11],[6,-1],[3,2],[3,-4],[-13,-1],[-3,-3],[6,1],[6,-2],[9,0],[4,-10],[35,-29],[7,-9],[38,-27],[11,-2],[13,1],[18,-5],[20,-4],[29,-7],[19,-11],[27,-30],[26,-15],[11,-28],[46,-17],[5,-5],[4,-9]],[[1529,4251],[8,2],[1,1],[1,4],[1,2],[1,6],[1,2],[2,7],[1,1],[2,7],[7,23],[2,8],[4,2],[5,3],[3,2],[2,1],[3,2],[6,4],[2,1],[6,4],[3,2],[5,3],[3,2],[3,2],[8,5],[2,1],[3,2],[3,2],[3,4],[4,5],[0,1],[15,20],[2,2],[1,2],[2,2],[2,3],[2,3],[1,2],[1,1],[0,2],[1,2],[1,1],[11,30],[1,2],[2,5],[4,9],[0,1],[4,11],[3,7],[-2,1],[-20,14],[-2,2],[-11,7],[-10,7],[-4,3],[-37,25],[-7,5],[-1,1],[-2,1],[-6,4],[-6,4],[-1,1],[-5,3],[-11,8],[-1,0],[-64,44],[-6,4],[-6,4],[-20,14],[-27,0],[-5,0],[-3,0],[-20,-1],[-2,0],[-24,0],[-10,0],[-20,-3],[-27,18],[-3,2],[-9,5],[-1,1],[-17,11],[-8,3],[-2,1],[-16,6],[-3,1],[-5,2],[-15,5],[-12,7],[-42,26],[-14,8],[-5,3],[-4,2],[-5,3],[-3,2],[-16,9],[3,10],[2,5],[0,2],[2,4],[2,7],[1,3],[1,3],[1,3],[1,4],[1,3],[1,5],[2,6],[5,14],[0,2],[5,14],[0,3],[1,1],[1,2],[1,7],[1,1],[2,5],[0,2],[0,1],[5,15],[0,1],[1,4],[1,3],[2,7],[1,3],[1,2],[0,1],[5,17],[1,4],[1,2],[1,3],[1,4],[0,1],[1,3],[4,14],[1,2],[2,8],[3,11],[1,2],[3,9],[0,2],[1,5],[5,14],[1,4],[2,8],[2,5],[2,8],[6,15],[4,12],[1,6],[1,1],[0,2],[2,6],[1,4],[7,24],[1,4],[12,37],[0,3],[2,5],[1,3]],[[1256,5121],[228,-38],[145,4],[73,-57],[34,-6],[39,-48],[25,4],[5,-7],[52,-14],[32,-16],[45,15],[49,12],[6,-33],[72,-8],[-141,-51],[45,-12],[88,-56],[21,-25],[61,-49],[3,-10],[9,-6],[-8,-5],[-2,7],[-5,-17],[51,-32],[29,8],[117,-10],[46,1],[59,-6],[57,-9],[166,-4],[62,-6],[34,-6],[46,-26],[38,23]],[[5537,4991],[-8,-16],[-30,-54],[-34,-105],[-11,-33],[-25,-69],[-20,-53],[-41,-71],[-36,-116],[-5,-17],[-24,-70],[-22,-52],[32,-64],[54,-106],[57,-20]],[[2837,4638],[38,22],[12,73],[4,0],[1,5],[-4,0],[6,36],[5,0],[104,81],[10,3],[10,-18],[46,-38],[0,-2],[16,-11],[14,-7],[39,-9],[-10,14],[-27,12],[-35,31],[35,17],[43,-43],[1,-12],[47,9],[-18,41],[4,1],[14,-3],[86,-7],[0,-32],[33,-3],[14,19],[-18,37],[22,-1],[-2,30],[21,12],[-23,3],[0,7],[-13,22],[86,28],[98,40],[55,14],[10,25],[-22,27],[-1,8],[-33,14],[-20,41]],[[3485,5124],[40,19],[92,28],[79,4],[193,-40],[104,-21],[156,-17],[153,1],[62,-2],[88,-15],[115,-7],[69,-19],[32,-5],[2,2],[5,0],[2,-4],[13,-3],[8,2],[43,-4],[26,3],[14,-2],[9,-3],[13,-1],[21,1],[9,5],[36,-1],[1,-4],[7,-5],[71,5],[175,-19],[414,-31]],[[6635,5720],[-132,-18],[-14,-6],[-5,-3],[-306,-166],[-3,-2],[-182,-104],[-64,-38],[-42,-26],[-138,-83],[-16,-9],[-69,-37],[-3,-4],[-39,-74],[-19,-36],[-25,-47],[-41,-76]],[[3485,5124],[-31,15],[-98,-31],[-156,51],[-34,27],[-22,24],[8,8],[-55,1],[-3,44],[12,-4],[19,0],[8,6],[-7,4],[0,11],[-6,5],[-2,8],[-9,10],[-10,4],[-1,7],[5,5],[-1,3],[-3,1],[1,6],[3,4],[-21,20],[136,7],[98,-12],[21,-17],[87,28],[201,13],[87,11],[242,58],[122,-16],[85,14],[90,-11],[39,54],[54,27],[130,78],[2,0],[-2,-3],[6,0],[12,5],[9,1],[2,-4],[7,5],[111,6],[94,11],[-76,48],[-162,88],[-57,28],[-238,91],[9,8],[-27,0],[-40,15],[5,3],[-42,14],[-5,-2],[-31,11],[26,10],[6,27],[-61,18],[-4,-1],[-4,2],[-21,-12],[-38,10],[24,76],[-48,28],[-53,26],[-11,2],[-2,4],[-39,17],[79,18],[7,-5],[-2,-8],[21,-5],[14,0],[20,-3],[79,36],[105,-31],[30,0],[36,27],[10,-2],[5,-3],[6,4],[123,5],[72,7],[-11,27],[-18,23],[-8,29],[12,34],[103,113]],[[4509,6385],[117,-56],[157,-16],[166,-14],[109,-8],[196,-12],[241,42],[255,41],[20,-5],[17,-6],[-1,-2],[7,-1],[7,-7],[2,-6],[-9,-10],[2,-8],[-34,0],[-1,-2],[-7,-2],[-1,-3],[14,-3],[0,-8],[9,-10],[10,-4],[19,-16],[-4,-2],[6,-5],[3,-10],[79,-14],[35,2],[33,-4],[1,-1],[12,-3],[0,-4],[11,-2],[30,3],[35,-16],[-4,-5],[14,-6],[58,7],[4,-1],[41,-14],[-7,-24],[14,4],[21,-2],[33,-30],[101,-65],[8,-20],[76,-79],[231,-258]],[[1256,5121],[-6,8],[-6,8],[0,1],[-5,6],[-2,3],[-3,5],[-1,0],[0,1],[-3,4],[-2,3],[-3,3],[-2,3],[-7,10],[-5,6],[-2,3],[-8,12],[-1,1],[-2,3],[-16,23],[-1,0],[-5,7],[-3,4],[-4,5],[-1,2],[-3,5],[-3,4],[-5,6],[-17,24],[-11,14],[-16,22],[-11,17],[-6,8],[-16,22],[-3,4],[5,9],[1,1],[4,6],[0,1],[3,5],[1,1],[8,14],[1,1],[0,1],[8,12],[1,2],[1,2],[3,5],[6,10],[3,5],[2,3],[3,5],[7,12],[2,3],[-4,9],[-2,6],[-3,7],[-8,20],[-2,5],[-16,38],[-1,4],[-1,2],[-8,20],[39,26],[5,3],[7,5],[1,1],[9,6],[2,1],[7,4],[6,5],[29,19],[-5,5],[-35,39],[-16,18],[-14,14],[-3,4],[-12,13],[-8,7],[-1,2],[-8,8],[-2,3],[-3,3],[-7,7],[-4,4],[-1,2],[-3,3],[-1,1],[-4,5],[-16,16],[-19,20],[-17,19],[7,6],[3,2],[30,23],[2,2],[1,1],[9,6],[1,2],[9,6],[2,2],[2,1],[2,1],[1,2],[11,8],[3,2],[5,6],[10,9],[1,1],[2,2],[7,7],[8,7],[1,2],[1,0],[4,4],[9,8],[12,11],[5,5],[1,1],[3,2],[1,2],[2,1],[1,1],[3,3],[2,1],[9,9],[5,5],[-5,10],[-3,4],[-1,3],[-10,17],[-3,5],[-1,1],[-2,5],[-1,2],[-1,2],[-2,2],[-8,15],[-9,16],[6,3],[17,8],[2,1],[5,3],[1,0],[8,4],[10,4],[6,3],[2,1],[2,1],[3,2],[17,10],[1,0],[8,4],[6,3],[8,5],[3,1],[3,3],[2,0],[1,1],[6,8],[1,3],[3,4],[1,0],[5,7],[1,2],[5,6],[3,3],[1,0],[7,5],[2,1],[68,46],[9,6],[2,2],[2,1],[5,3],[2,2],[2,1],[3,2],[4,3],[19,14],[2,1],[5,4],[15,11],[2,1],[4,3],[3,2],[3,3],[5,4],[5,3],[1,1],[1,1],[2,2],[10,7],[27,20],[9,7],[9,6],[4,4],[10,7],[8,6],[6,5],[6,2],[4,1],[3,1],[6,2],[10,4],[2,0],[22,7],[44,15],[14,5],[3,1],[10,4],[15,5],[6,2],[6,2],[8,2],[19,7],[10,1],[30,4],[14,1],[30,4],[33,5],[13,1],[15,2],[10,1],[15,2],[6,1],[10,1],[5,1],[19,3],[38,-4],[8,-1],[2,0],[5,0],[10,-1],[5,-1],[20,-1],[35,-4],[65,-5],[3,-1],[49,-4],[57,-6],[3,0],[5,-1],[5,0],[8,-1],[10,-1],[16,-2],[2,0],[26,-3],[7,-1],[19,-3],[4,0],[5,-1],[8,-1],[9,-2],[18,-2],[8,-1],[7,-1],[5,-1],[37,-6],[4,0],[10,-2],[44,-6],[1,1],[8,7],[7,7],[13,12],[4,3],[9,9],[2,2],[9,8],[10,10],[13,13],[14,14],[1,0],[4,4],[3,4],[8,7],[0,1],[2,2],[6,5],[4,5],[8,7],[5,5],[4,4],[4,4],[-4,30],[-5,34],[-2,14],[-4,20],[-4,25],[-1,5],[-1,3],[-1,4],[0,3],[-1,4],[-1,7],[0,1],[-1,7],[-1,3],[0,3],[-1,5],[-1,5],[-1,2],[-2,14],[-1,3],[-20,11],[-1,1],[-22,3],[-5,1],[-35,5],[-5,0],[-40,6],[-35,5],[-6,2],[-3,1],[-53,16],[-19,5],[-6,2],[-13,4],[-4,1],[-10,3],[-2,1],[-17,5],[-2,1],[-1,0],[-28,9],[-8,2],[-3,1],[4,4],[15,17],[8,10],[3,3],[3,3],[5,6],[3,2],[1,1],[1,1],[2,1],[18,15],[13,10],[4,3],[1,1],[1,0],[9,7],[11,9],[2,1],[4,4],[3,2],[1,1],[3,2],[2,2],[3,2],[16,13],[3,3],[1,0],[2,2],[2,1],[3,3],[14,11],[8,6],[3,2],[5,4],[3,3],[3,2],[4,3],[17,13],[6,5],[13,10],[14,12],[6,4],[4,3],[2,2],[1,1],[5,4],[11,8],[15,12],[3,2],[5,4],[5,4],[6,4],[4,3],[1,1],[3,3],[4,2],[6,5],[1,1],[9,7],[15,11],[7,5],[14,10],[4,2],[6,5],[21,14],[7,5],[5,4],[15,10],[35,25],[4,3],[10,6],[3,2],[2,2],[19,13]],[[2748,7169],[214,-84],[62,-9],[1,-8],[8,-7],[-1,-6],[14,-4],[17,-1],[2,-4],[8,-2],[7,-4],[-1,-9],[3,-4],[-5,-6],[12,-4],[15,-1],[22,-10],[5,-7],[-6,-3],[13,-3],[4,-3],[15,-4],[38,-5],[31,-8],[44,-40],[0,-4],[-6,-6],[4,-4],[-3,-5],[6,-5],[19,-4],[53,0],[2,-4],[35,-4],[9,-6],[21,-7],[30,-16],[14,-11],[36,-11],[0,-11],[5,-5],[-75,-8],[8,-4],[9,-2],[29,-2],[9,-3],[42,-27],[34,-3],[7,3],[8,-11],[2,-8],[7,-1],[12,-5],[5,0],[2,-3],[33,-9],[17,-10],[-3,-9],[13,-7],[-3,-6],[11,-14],[7,-6],[1,-11],[50,2],[-8,52],[50,13],[27,-96],[10,2],[84,-17],[-10,-5],[124,-31],[0,-45],[-4,-1],[16,-15],[51,11],[12,-2],[15,5],[14,-5],[40,2],[368,-169]],[[8353,7013],[-27,-8],[-66,-39],[30,-40],[60,-81],[8,-9],[6,-9],[27,-33],[18,-10],[16,-12],[14,-11],[5,-6],[21,-36],[4,-28],[-32,-57],[-36,-36],[-53,-50],[-13,-12],[-16,-10],[-18,-11],[-20,-9],[-141,-62],[-111,-49],[-78,-61],[12,-22],[13,-20],[27,-45],[2,-14],[0,-15],[-4,-14],[0,-14],[-3,-14],[-6,-13],[-9,-14],[-12,-13],[-14,-12],[-18,-12],[-6,-12],[-8,-1],[-310,-79],[-178,-26],[-91,-45],[-75,-38],[-73,-21],[-57,-22],[-64,-32],[-81,-72],[-31,0],[-31,1],[-30,3],[-55,-14],[-21,-5],[-22,-4],[-23,-4],[-28,-4],[-120,-17]],[[2748,7169],[4,10],[4,9],[1,3],[9,22],[0,2],[1,2],[2,5],[14,31],[1,3],[1,1],[1,4],[25,11],[23,11],[6,3],[13,7],[3,1],[3,2],[13,6],[4,1],[3,2],[2,1],[-1,11],[0,3],[-1,4],[-1,20],[-1,4],[0,4],[0,5],[-1,39],[0,7],[0,3],[0,5],[0,13],[-1,34],[1,3],[3,14],[7,28],[2,5],[0,1],[1,4],[2,10],[2,8],[5,19],[1,7],[1,4],[1,3],[1,4],[1,5],[1,6],[1,0],[0,1],[1,6],[5,7],[2,2],[10,13],[1,2],[3,3],[0,1],[7,8],[7,10],[5,7],[4,4],[4,5],[2,2],[3,5],[1,1],[2,3],[1,0],[4,5],[1,2],[-6,14],[-1,2],[-2,4],[-1,1],[-2,5],[-1,1],[-4,9],[-10,23],[-2,4],[-1,2],[0,1],[-1,3],[-1,5],[-1,3],[0,2],[-3,12],[-2,14],[-14,39],[-1,1],[-2,6],[-2,6],[0,2],[-1,3],[-1,3],[-2,8],[-2,7],[-2,3],[0,3],[-1,3],[-1,2],[-3,11],[-1,1],[0,1],[-3,8],[0,1],[-4,11],[-2,7],[7,0],[8,0],[10,1],[8,0],[9,0],[5,0],[7,1],[2,0],[15,0],[4,0],[13,1],[3,0],[12,0],[8,1],[12,0],[11,1],[9,0],[46,2],[23,1],[16,0],[27,1],[11,1],[3,0],[4,0],[22,1],[13,1],[11,0],[9,0],[20,1],[16,1],[8,0],[5,0],[6,1],[4,1],[5,1],[20,6],[26,8],[11,3],[51,14],[24,7],[42,12],[3,1],[12,4],[3,0],[2,1],[50,14],[3,0],[13,4],[61,16],[-1,1],[0,1],[-2,3],[-5,10],[-3,6],[-6,13],[-6,11]],[[3578,8049],[232,-38],[339,-108],[216,-63],[60,-7],[123,-9],[153,-56],[511,-213],[128,-23],[134,-16],[2,-11],[30,-6],[21,11],[33,-4],[-3,-9],[11,-1],[15,2],[1,-8],[12,-8],[26,-9],[14,-8],[68,-27],[62,2],[57,-16],[14,-16],[33,-5],[9,-3],[35,-5],[55,3],[15,-1],[18,-9],[-2,-7],[3,-6],[16,-7],[30,-7],[16,-10],[14,-2],[13,2],[44,-15],[2,-4],[32,-3],[30,-9],[3,-13],[9,-3],[29,0],[19,-2],[25,-9],[26,-4],[29,-11],[20,-4],[18,-8],[11,-9],[-7,-1],[-8,1],[-7,-11],[1,-6],[12,-8],[14,-2],[45,-13],[2,-3],[-4,-2],[19,-9],[19,-17],[31,7],[4,-3],[33,9],[-3,3],[96,24],[64,40],[6,-2],[6,4],[-6,1],[141,88],[153,-25],[518,-99],[338,-32],[39,-20],[128,-38],[330,-130]],[[3578,8049],[-17,34],[-6,10],[-21,34],[-13,22],[24,13],[30,15],[2,1],[4,2],[55,22],[28,11],[1,1],[6,2],[30,12],[8,6],[35,26],[23,17],[4,3],[38,28],[11,9],[18,13],[15,10],[2,2],[3,2],[3,2],[3,2],[2,2],[15,10],[14,10],[16,11],[9,7],[28,20],[13,10],[14,11],[8,7],[3,1],[22,20],[1,0],[2,1],[37,16],[4,2],[2,1],[21,9],[48,21],[39,13],[8,2],[9,3],[26,8],[27,9],[16,5],[17,5],[0,4],[1,3],[1,10],[1,11],[0,5],[1,5],[0,4],[1,4],[0,2],[3,32],[0,1],[2,11],[0,3],[0,2],[0,1],[0,1],[1,5],[1,11],[-14,11],[-5,4],[-5,3],[-13,10],[-3,2],[-5,4],[-4,3],[-5,4],[-14,9],[-5,4],[-5,4],[-8,6],[-2,1],[-3,2],[-11,8],[-14,9],[-4,3],[-37,27],[-3,2],[-1,1],[-4,2],[-11,8],[-16,11],[-16,11],[-5,4],[-1,0],[-11,8],[-6,4],[8,10],[1,1],[3,4],[5,6],[24,28],[9,11],[68,5],[26,2],[16,1],[4,0],[29,1],[41,2],[46,31],[18,13],[13,11],[18,15],[3,2],[11,9],[9,11],[2,3],[7,10],[31,45],[5,9],[6,8],[22,30],[1,1],[0,1],[3,4],[3,4],[2,2],[25,37],[2,3],[2,3],[3,4],[0,1],[6,9],[1,1],[4,6],[36,12],[27,8],[1,1],[6,1],[34,11],[29,10],[8,2],[9,3],[78,22],[3,1],[6,2],[8,2],[57,16],[24,7],[5,4],[2,1],[4,3],[6,4],[27,19],[4,2],[5,4],[21,12],[54,-11],[17,-3],[7,-2],[20,-4],[11,-2],[26,-5],[22,-4],[13,-3],[42,-9],[5,-1],[7,-2],[7,-1],[6,-1],[45,-10],[8,-2],[6,-2],[22,-6],[4,-1],[52,-15],[70,-20],[9,-3],[2,0],[1,1],[18,15],[14,13],[7,6],[4,4],[4,3],[2,2],[4,4],[2,2],[3,3],[27,23],[0,1],[10,8],[3,3],[13,11],[31,27],[1,1],[22,20],[18,16],[1,2],[0,2],[-9,34],[-1,2],[-1,5],[-4,13],[0,1],[-3,11],[-5,20],[-1,3],[-1,5],[-2,5],[-3,15],[-1,3],[-1,6],[-1,5],[-1,3],[0,4],[-1,3],[-2,8],[2,9],[2,9],[0,3],[1,3],[7,32],[1,5],[1,7],[0,1],[2,13],[1,2],[2,10],[36,6],[63,10],[6,1],[10,1],[13,2],[45,7],[21,4],[12,2],[20,-7],[12,-3],[7,-3],[19,-6],[50,-17],[33,-12],[17,-6],[3,0],[13,0],[1,0],[15,1],[15,0],[41,1],[28,1],[34,1],[76,2],[13,0],[28,1],[20,-3],[47,-8],[48,-8],[7,-1],[11,-2],[51,-8],[26,-4],[28,-5],[45,-8],[38,-6],[22,-4],[150,-25],[40,-6],[54,-10],[32,-5],[11,-2],[1,0],[59,-11],[13,8],[1,0],[11,6],[3,2],[2,1],[12,7],[3,1],[3,1],[6,3],[13,5],[6,2],[1,1],[1,0],[12,5],[7,3],[45,19],[2,0],[1,0],[44,18],[2,1],[8,3],[7,3],[22,8],[-64,13],[-53,10],[-31,6],[-37,11],[-5,2],[-10,3],[-5,1],[-8,2],[40,12],[44,12],[5,2],[19,10],[46,22],[1,1],[25,12],[14,7],[1,0],[42,42],[1,2],[10,9],[5,6],[15,14],[4,4],[4,4],[11,11],[2,1],[3,4],[1,2],[-2,7],[-2,6],[-5,20],[-1,4],[0,1],[-5,20],[-2,12],[-4,17],[-1,1],[-1,1],[-30,12],[-19,8],[-28,14],[-2,1],[-6,4],[-59,29],[-9,4],[-27,13],[149,4],[30,1],[89,2],[12,1],[11,0],[1,0],[29,1],[10,0],[26,1],[3,0],[1,-1],[5,-1],[5,0],[5,-1],[3,-1],[4,-1],[10,-1],[5,-1],[10,-1],[6,-2],[4,0],[8,-1],[3,0],[6,-1],[10,0],[9,0],[10,0],[13,0],[5,-2],[1,0],[2,0],[7,-2],[6,0],[10,-1],[11,-2],[5,0],[2,-1],[2,0],[2,-2],[3,-1],[3,-1],[9,-3],[6,-2],[2,-1],[2,-1],[2,-3],[3,-5],[7,-4],[2,-2],[3,-1],[3,-2],[2,0],[2,-1],[2,0],[10,-2],[9,-1],[4,-1],[4,-3],[5,-2],[5,-2],[4,-2],[1,0],[4,-3],[0,-1],[2,-4],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-3,-2],[-3,-2],[-6,-5],[-7,0],[-7,0],[-9,-1],[-8,-2],[-4,-1],[-1,-2],[1,-1],[0,-1],[1,-2],[1,-1],[2,-2],[6,-1],[5,-1],[4,-1],[6,-2],[1,0],[0,-1],[3,-3],[3,-3],[3,-1],[4,-3],[3,-1],[0,-1],[-2,-1],[-5,-1],[-1,0],[-1,0],[-3,0],[-2,0],[-1,0],[-1,0],[-2,-1],[-1,0],[0,-1],[0,-1],[2,0],[2,0],[4,-1],[5,0],[5,0],[4,0],[3,2],[3,2],[8,1],[10,-1],[13,-3],[6,-1],[11,0],[5,1],[2,1],[0,1],[8,0],[9,-3],[6,-2],[4,-2],[3,-1],[4,-2],[10,-1],[5,-2],[5,-2],[5,-1],[5,-4],[0,-2],[1,0],[7,-2],[4,-1],[1,0],[4,-1],[4,0],[7,-2],[8,-2],[3,-1],[2,-2],[3,-2],[5,-2],[9,-5],[10,-2],[3,-1],[5,-2],[3,-2],[4,-3],[10,-2],[10,-3],[6,0],[4,-1],[5,-3],[7,-4],[4,-2],[1,-1],[3,-6],[4,-5],[3,-2],[1,-1],[1,-1],[2,-1],[2,0],[2,-1],[3,-2],[1,0],[4,-3],[5,-4],[1,-1],[1,-1],[1,0],[1,0],[5,-1],[4,-1],[3,0],[5,0],[1,0],[3,0],[2,1],[11,3],[10,2],[5,0],[10,-2],[6,-2],[9,-4],[2,-1],[4,-4],[-1,-3],[-2,-3],[0,-3],[0,-1],[0,-1],[1,0],[4,-5],[2,-5],[3,-5],[-2,-4],[2,-6],[-1,0],[0,-1],[0,-1],[1,0],[1,-1],[6,-2],[9,-2],[7,-1],[5,-1],[1,-1],[2,-1],[2,-1],[5,0],[7,-1],[7,-1],[1,0],[2,-1],[1,0],[13,-2],[13,0],[3,0],[8,0],[4,1],[3,0],[6,-1],[2,0],[1,-1],[0,-1],[0,-1],[2,-1],[6,-1],[6,-1],[6,-1],[2,0],[2,0],[3,1],[1,-1],[7,-1],[2,0],[2,-1],[1,-2],[1,-1],[1,-2],[2,-1],[1,0],[9,-3],[8,-2],[4,-2],[4,-2],[4,-2],[9,-2],[11,-3],[6,-2],[3,-3],[2,-3],[1,-2],[-5,-2],[-1,0],[-3,-1],[-1,0],[0,-1],[0,-2],[1,-3],[1,-2],[0,-2],[3,-4],[13,-3],[16,-2],[9,-1],[10,-1],[2,0],[1,0],[2,0],[2,0],[3,0],[7,1],[5,0],[6,2],[4,0],[1,0],[15,1],[3,0],[2,0],[1,0],[8,-1],[6,-2],[5,-1],[5,0],[7,0],[2,0],[0,-1],[3,-1],[2,0],[3,-2],[5,-3],[1,-1],[5,-2],[8,-2],[7,-4],[1,-1],[1,-1],[1,-1],[7,-2],[8,-2],[12,-6],[6,-5],[1,0],[4,-2],[6,0],[1,0],[2,0],[2,-1],[1,0],[1,-2],[-5,-3],[-4,-3],[0,-1],[1,0],[3,-2],[3,-3],[3,-3],[0,-1],[0,-3],[1,-1],[2,-4],[4,-2],[5,-3],[4,-3],[3,-1],[4,-3],[2,-1],[1,0],[1,0],[9,0],[5,1],[4,0],[6,1],[4,0],[1,0],[3,0],[15,-1],[5,0],[5,-1],[1,-3],[1,-2],[1,0],[2,-1],[1,0],[14,-1],[5,1],[5,2],[4,1],[3,1],[4,1],[8,1],[6,1],[6,-2],[5,-1],[6,-1],[6,0],[5,2],[7,2],[9,0],[7,-1],[11,-1],[2,1],[1,0],[1,1],[1,0],[1,1],[1,1],[2,0],[2,0],[1,0],[1,0],[9,-1],[8,-1],[2,0],[3,0],[1,0],[1,0],[1,0],[1,1],[4,0],[4,0],[1,0],[2,0],[1,-1],[-5,-6],[0,-4],[-1,-5],[0,-4],[-2,-5],[0,-1],[0,-1],[1,0],[2,0],[6,0],[1,0],[1,1],[2,0],[4,2],[10,4],[3,1],[4,2],[5,3],[1,1],[2,0],[2,1],[1,0],[1,1],[1,0],[1,0],[2,0],[2,0],[2,0],[13,-3],[6,-3],[3,-2],[8,-4],[6,-4],[4,-1],[3,-1],[2,1],[1,0],[4,0],[5,0],[4,0],[9,-1],[1,0],[2,0],[8,-2],[6,-2],[11,-1],[2,0],[2,0],[2,0],[2,0],[2,-1],[1,-1],[1,-1],[1,0],[3,-3],[2,-2],[2,-1],[1,0],[2,0],[1,0],[1,0],[2,0],[2,1],[1,0],[10,1],[5,1],[8,1],[1,0],[1,0],[0,1],[0,1],[0,1],[1,1],[2,1],[1,0],[7,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[2,-1],[0,-1],[-2,-3],[-1,-3],[0,-1],[1,-1],[2,-1],[2,-1],[5,-1],[1,0],[6,-1],[9,-1],[2,0],[1,-1],[8,-3],[1,0],[0,-1],[0,-1],[-1,-1],[-3,0],[-1,-1],[1,0],[0,-1],[1,0],[2,-1],[3,0],[4,0],[2,0],[2,0],[6,-1],[1,0],[3,-1],[5,-1],[1,0],[0,-1],[0,-2],[0,-1],[1,0],[2,-2],[1,0],[2,-1],[1,0],[1,0],[15,0],[2,0],[2,0],[1,0],[2,1],[1,0],[2,0],[1,1],[8,3],[6,1],[5,-1],[5,0],[14,-3],[3,0],[1,0],[3,-1],[7,-2],[1,0],[1,0],[0,-1],[0,-1],[-1,0],[-4,-3],[-3,-2],[-1,-3],[0,-1],[0,-1],[1,-1],[5,-2],[2,-1],[2,0],[2,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,0],[2,-1],[5,-2],[12,-3],[12,-4],[6,-5],[1,-2],[1,0],[2,-1],[1,-1],[1,0],[9,0],[3,0],[7,0],[8,0],[11,0],[1,0],[1,-1],[1,0],[1,0],[1,-1],[0,-2],[1,-2],[3,-1],[7,-3],[11,-3],[2,-1],[3,0],[3,-1],[8,-2],[8,-2],[4,0],[7,1],[1,0],[1,0],[1,0],[1,-1],[2,-1],[1,-1],[3,-2],[2,-2],[1,-3],[0,-1],[-1,0],[-2,-2],[-1,-1],[0,-1],[-1,-1],[0,-2],[2,-3],[2,-1],[3,-2],[0,-1],[1,-2],[1,-2],[1,-1],[3,-1],[1,-1],[3,-1],[1,0],[11,-4],[1,-1],[2,-1],[3,-1],[1,-1],[2,0],[2,-1],[7,0],[5,-1],[2,0],[1,0],[1,0],[2,0],[1,-1],[1,-1],[0,-3],[1,-1],[1,-1],[2,-2],[1,-1],[0,-2],[0,-1],[-1,-2],[-2,-2],[-2,-2],[-1,-5],[-1,-4],[0,-2],[0,-2],[0,-1],[1,0],[1,-1],[1,0],[1,0],[2,0],[1,0],[1,0],[2,0],[2,-1],[1,0],[1,-1],[0,-2],[0,-1],[-1,0],[-3,0],[0,-1],[-3,-1],[-1,0],[-1,0],[-2,-2],[-4,-5],[1,-3],[0,-1],[0,-1],[3,-3],[-1,-4],[-3,-4],[-1,-2],[0,-1],[1,-1],[3,-4],[3,-3],[2,-4],[2,-1],[4,-2],[2,0],[2,-1],[1,0],[1,0],[2,0],[1,1],[2,1],[13,2],[11,4],[7,2],[6,1],[10,0],[3,0],[2,0],[2,1],[2,0],[1,0],[1,1],[1,0],[1,1],[0,1],[4,3],[12,0],[1,-1],[1,0],[2,0],[2,-1],[11,-3],[5,-2],[5,-5],[5,-5],[2,-5],[2,-2],[1,-3],[2,-5],[2,-2],[1,-1],[0,-1],[1,-3],[2,-4],[3,-1],[5,-2],[2,-2],[1,0],[4,-4],[1,-3],[0,-1],[4,-5],[3,-5],[5,-6],[5,-5],[1,0],[0,-1],[2,-1],[2,-1],[5,-2],[1,0],[1,0],[5,-1],[12,-2],[11,-1],[1,0],[3,-1],[3,0],[8,-3],[2,-2],[1,-2],[0,-1],[1,-2],[1,-1],[1,-1],[1,0],[7,-2],[1,-1],[2,0],[8,-1],[6,-1],[3,-1],[1,0],[2,-1],[10,-2],[4,0],[2,0],[2,-1],[1,0],[1,-1],[1,0],[0,-1],[0,-1],[-2,-2],[0,-1],[0,-1],[2,-2],[1,-1],[0,-1],[8,-4],[1,-1],[5,-2],[5,-3],[5,-2],[1,-1],[2,0],[1,-1],[2,0],[2,0],[1,0],[1,0],[2,1],[2,0],[2,0],[1,0],[2,0],[1,0],[3,-1],[3,0],[4,-1],[2,0],[4,-1],[5,-1],[5,0],[2,-1],[1,0],[2,-1],[3,0],[2,-1],[2,-1],[1,-1],[0,-1],[0,-2],[-1,-1],[4,-5],[4,-3],[1,0],[-1,-2],[-3,-2],[-1,0],[-1,-1],[-3,-3],[-3,-3],[-1,-4],[0,-1],[-1,-2],[0,-1],[-2,-1],[-3,-1],[-8,-3],[-10,-2],[-13,-3],[-1,-1],[-1,0],[-2,-2],[-1,-1],[-2,-2],[-4,-1],[-1,0],[-3,0],[-2,0],[-5,1],[-13,-1],[-12,-4],[-5,-1],[-1,0],[-1,0],[-3,-1],[-7,-4],[-2,-4],[-5,-5],[-2,-2],[-1,0],[0,-1],[-1,-1],[-2,-3],[0,-3],[0,-2],[0,-1],[-2,-2],[-1,0],[-1,-1],[-1,0],[-1,0],[-2,0],[-1,-1],[0,-1],[0,-1],[1,-3],[1,-2],[1,-3],[0,-1],[0,-1],[-3,-2],[-1,-1],[-1,-6],[2,-6],[1,-2],[1,-1],[2,-2],[0,-1],[3,-1],[2,0],[2,-2],[1,-1],[0,-1],[-1,-5],[-1,-1],[-1,-1],[-3,-1],[-1,0],[0,-1],[-1,0],[0,-2],[0,-1],[1,-1],[1,-2],[2,-1],[2,-4],[0,-5],[0,-1],[-2,-2],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-4,-1],[-1,-1],[-1,-1],[0,-1],[1,-1],[4,-2],[2,-2],[2,-1],[-1,-1],[-1,-1],[-3,-1],[-1,-1],[-1,0],[0,-2],[0,-4],[0,-1],[1,0],[1,-1],[1,0],[1,-1],[0,-3],[0,-1],[-1,-1],[-2,-1],[1,-1],[1,-2],[7,-5],[3,-5],[0,-1],[1,-1],[1,-1],[0,-1],[-1,-3],[-2,-3],[-1,-1],[-1,-1],[0,-2],[1,-1],[4,-4],[7,-4],[3,-3],[1,-2],[5,-2],[4,-2],[3,-2],[4,-2],[3,-3],[1,-1],[5,-5],[2,-3],[1,-2],[-2,-2],[-2,-1],[-5,-6],[0,-2],[2,-3],[1,-4],[1,-5],[0,-1],[-3,-2],[-1,-1],[-1,0],[-1,-1],[-7,-2],[-5,-3],[-6,-4],[-1,0],[-1,-1],[-2,0],[-1,0],[-2,0],[-1,0],[-3,0],[-1,1],[-1,0],[-7,2],[-11,-1],[-1,0],[-1,0],[-3,-1],[-3,-1],[-1,0],[-1,-1],[-1,0],[0,-1],[1,0],[2,-3],[5,-5],[2,-1],[1,0],[6,-2],[4,-3],[1,-1],[-1,-1],[-5,-5],[-9,-2],[-9,-3],[-10,-4],[-2,0],[0,-1],[-1,0],[0,-3],[0,-1],[1,-1],[-1,-1],[-1,-1],[-4,-2],[-3,-1],[-2,0],[-1,0],[-2,0],[-6,-1],[-1,0],[-1,-1],[-1,0],[-3,-5],[-2,-1],[-1,-1],[0,-1],[-2,-2],[0,-1],[1,-1],[1,-1],[1,0],[1,-1],[4,-5],[1,-2],[1,-1],[1,-1],[2,-1],[1,0],[3,-1],[1,0],[13,-2],[6,-3],[8,-2],[1,-1],[1,0],[5,-1],[2,0],[3,0],[1,-1],[5,0],[3,-1],[2,-1],[1,0],[4,-1],[2,-1],[1,0],[5,0],[4,0],[1,0],[3,1],[1,1],[3,4],[8,3],[0,1],[1,0],[1,0],[2,0],[5,1],[4,0],[8,-1],[9,-2],[2,-1],[3,-1],[3,0],[5,-1],[3,0],[1,0],[9,0],[8,-1],[3,0],[2,-1],[3,-1],[1,0],[1,0],[7,-1],[3,0],[1,0],[1,0],[13,-3],[3,0],[4,-1],[3,0],[1,0],[1,0],[4,1],[2,0],[3,1],[1,0],[1,0],[2,1],[1,0],[6,0],[1,0],[5,-1],[4,-1],[3,-1],[7,-2],[2,-1],[5,-1],[3,0],[3,-1],[3,-1],[1,0],[1,-1],[2,-2],[1,-1],[0,-1],[-1,0],[-1,-1],[-2,0],[-3,-1],[-2,-2],[-1,-1],[0,-1],[0,-3],[1,-2],[-3,-4],[-4,-2],[-2,-1],[-4,-3],[-10,-3],[0,-1],[-1,0],[-1,-1],[-1,-3],[0,-1],[1,0],[3,-1],[1,0],[3,-1],[5,-2],[0,-1],[-2,-2],[-2,-4],[0,-1],[3,-3],[4,-4],[0,-3],[2,-2],[4,-2],[6,0],[5,-1],[6,-4],[3,-2],[1,0],[-1,-1],[-1,-2],[-1,0],[-3,-1],[-2,-1],[-5,-2],[-4,-5],[-2,-2],[-3,-6],[-5,-6],[-1,-2],[-1,-3],[0,-1],[-1,0],[-2,-3],[-6,-5],[-2,-1],[-2,0],[-3,0],[-4,0],[-8,1],[-6,0],[-8,0],[-2,-1],[-1,0],[-10,-2],[-3,0],[-2,0],[-1,0],[-5,-1],[-1,0],[-1,-1],[-1,0],[-3,-1],[-1,0],[-2,-1],[-1,0],[-5,-1],[-4,0],[-1,0],[-2,0],[-9,1],[-15,-2],[-5,-1],[-1,-1],[-1,0],[-9,-4],[0,-1],[-1,0],[0,-1],[1,0],[3,-3],[2,-2],[0,-1],[-3,-1],[-1,0],[-4,0],[-2,-1],[-2,0],[-1,0],[0,-1],[3,-3],[5,-3],[0,-1],[0,-1],[-1,-1],[-4,-2],[0,-6],[2,0],[2,0],[1,0],[2,0],[1,-1],[1,0],[2,-1],[1,0],[0,-1],[3,-1],[1,-1],[1,-1],[10,-3],[0,-2],[0,-2],[-1,-1],[-1,0],[-3,-4],[0,-1],[1,-1],[1,-2],[0,-1],[-1,-1],[-2,-1],[-1,0],[-2,0],[-7,-2],[-1,0],[-1,0],[-6,-3],[-1,-1],[-1,0],[-4,-6],[0,-1],[2,-2],[1,-1],[1,0],[4,-3],[3,-1],[2,-1],[2,-1],[2,-2],[8,-5],[3,-2],[4,-4],[4,-2],[7,-4],[9,-6],[1,-2],[2,-1],[2,-3],[1,0],[4,-3],[5,-2],[6,-2],[5,-3],[1,-3],[2,-2],[1,-3],[1,-1],[1,-2],[-1,-3],[1,-5],[4,-5],[3,-2],[3,-2],[1,-1],[1,-1],[2,-1],[1,-1],[2,0],[4,-1],[3,-1],[1,-1],[1,-1],[4,-4],[7,-5],[6,-4],[2,-1],[1,-2],[2,-2],[4,-4],[1,-1],[1,-1],[1,0],[3,-1],[2,-1],[1,-1],[5,-2],[2,-2],[2,-2],[1,0],[5,-2],[3,-2],[4,-1],[3,0],[2,-1],[2,0],[4,-2],[4,-2],[2,-1],[0,-1],[1,-3],[3,-2],[8,-3],[3,-4],[4,-6],[6,-1],[6,-1],[1,0],[2,0],[2,-1],[8,-3],[1,-1],[0,-2],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[1,-2],[0,-1],[1,-1],[2,-2],[1,-2],[0,-2],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-4],[0,-2],[1,-1],[1,-1],[1,0],[3,-2],[1,0],[8,-4],[8,-3],[8,-5],[2,-2],[1,0],[1,-1],[0,-2],[1,-1],[2,-1],[1,-1],[1,0],[4,0],[4,0],[1,-1],[1,0],[2,0],[1,-1],[1,0],[2,-3],[2,-4],[6,-4],[1,-2],[1,-1],[5,-5],[2,-1],[4,-4],[1,-1],[1,-1],[0,-2],[1,-3],[0,-1],[1,0],[3,-1],[1,-1],[1,0],[1,-1],[4,-4],[5,-4],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-1,0],[0,-1],[1,-3],[-1,-3],[0,-1],[-1,0],[-4,-2],[-2,-3],[3,-2],[1,-1],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-3,-1],[-1,0],[-1,0],[-2,-1],[-2,0],[-6,0],[-2,0],[-1,1],[-1,0],[-1,0],[-5,3],[-10,4],[-1,1],[-2,0],[-3,1],[-2,0],[-1,0],[-3,0],[-2,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[1,-1],[0,-1],[3,-3],[1,-3],[1,-1],[0,-1],[1,-2],[0,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,0],[-2,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-2,0],[-1,-1],[-5,-2],[-1,-1],[-1,-1],[0,-4],[2,-3],[1,-1],[1,0],[1,-1],[1,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[1,-1],[2,-2],[2,-2],[3,-3],[6,-4],[0,-1],[0,-1],[-1,-1],[-4,-4],[-3,-5],[0,-1],[-1,-2],[-3,-4],[-2,-4],[0,-5],[-1,-4],[-2,-2],[-3,-2],[-2,0],[-2,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-4],[-4,-3],[0,-1],[0,-3],[1,-1],[2,-2],[1,-4],[0,-1],[0,-5],[5,-7],[4,-3],[1,-1],[1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[-2,-1],[0,-1],[-3,-5],[0,-6],[1,-4],[0,-2],[-1,-2],[-1,-3],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-1,-1],[-3,-1],[-1,-1],[-1,-1],[-1,-3],[-1,-3],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-2,0],[-3,0],[-10,-3],[-5,-2],[-7,-2],[-6,-2],[-5,-2],[-6,-2],[-1,0],[-1,0],[-1,0],[-1,-1],[0,-2],[4,-3],[4,-3],[1,-1],[0,-1],[-1,-2],[0,-1],[-1,0],[-1,-1],[-2,0],[-4,0],[-9,-2],[-8,-2],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-1,0],[-1,0],[-5,-1],[-1,0],[-2,0],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,-2],[1,-2],[-8,-4],[-1,0],[0,-1],[0,-3],[0,-1],[1,-1],[1,-2],[1,-1],[1,-1],[0,-1],[0,-1],[-1,0],[-3,-2],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-2,1],[-2,0],[-1,0],[-1,0],[-2,-1],[-2,0],[-1,0],[-1,-1],[-3,-1],[-1,0],[-3,-2],[-11,-4],[-3,-1],[-2,-1],[-1,0],[-1,-1],[-2,-2],[-1,0],[0,-1],[-1,-4],[0,-3],[0,-2],[-1,-2],[-1,0],[-1,-1],[-1,0],[0,-1],[0,-1],[-1,-3],[0,-1],[0,-3],[1,0],[0,-1],[2,-1],[2,-2],[2,-1],[1,-1],[2,-2],[2,-2],[1,-1],[3,-5],[1,-2],[1,-1],[1,-1],[1,0],[1,-1],[3,-1],[3,0],[2,-1],[1,0],[1,0],[0,-1],[2,-1],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-2,-4],[-1,-1],[-2,-1],[-2,-2],[-1,-1],[-1,-1],[-2,-3],[-1,-1],[-3,-3],[-3,-2],[-6,-5],[1,-3],[1,-5],[0,-5],[0,-4],[-1,-4],[0,-2],[-1,-2],[-1,-2],[-1,-1],[-1,-2],[-1,0],[-2,-2],[-1,-1],[-1,-2],[1,-1],[1,-1],[1,-1],[1,0],[4,-4],[5,-4],[2,-4],[4,-4],[1,-3],[-1,-3],[-3,-4],[0,-1],[1,0],[5,-3],[1,-1],[2,0],[3,-1],[2,0],[1,-1],[2,-1],[1,0],[6,-4],[1,-1],[0,-1],[-2,-3],[-2,-2],[-1,-1],[0,-1],[-1,-1],[1,-1],[6,-6],[2,-1],[1,-1],[2,-1],[2,0],[1,0],[3,0],[1,-1],[2,0],[2,-1],[1,0],[1,-1],[3,-2],[1,-2],[1,0],[0,-1],[0,-1],[0,-1],[-2,0],[-2,-1],[0,-1],[-1,0],[-1,-1],[1,-1],[0,-1],[1,0],[2,-1],[1,0],[2,-1],[2,0],[2,0],[1,0],[2,0],[2,0],[2,0],[4,-1],[2,0],[7,-1],[11,-2],[2,-1],[8,-3],[11,-3],[7,-2],[5,-2],[3,-1],[1,0],[2,0],[2,0],[2,0],[1,0],[4,0],[6,0],[3,0],[1,-1],[2,-1],[4,-2],[4,0],[5,1],[10,0],[5,-2],[5,0],[4,-1],[1,0],[1,0],[1,-1],[1,0],[1,-1],[4,-4],[2,-2],[0,-2],[-1,-1],[0,-1],[-1,-1],[-1,0],[-2,-1],[-3,-1],[0,-3],[1,-3],[3,-1],[2,-1],[1,-1],[4,-2],[6,-4],[0,-1],[-1,-1],[1,-6],[1,0],[1,0],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[-1,0],[-4,-4],[-1,-4],[-1,-1],[1,-3],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[1,-1],[1,-1],[1,0],[3,-2],[9,-3],[4,-3],[2,-1],[4,-2],[1,-1],[1,0],[3,-2],[3,-3],[1,-1],[0,-2],[5,-5],[2,-2],[2,-1],[2,-2],[7,-5],[7,-4],[9,-5],[3,-2],[2,-1],[6,-5],[0,-1],[1,-1],[1,-2],[0,-1],[1,-3],[0,-2],[0,-3],[1,-6],[-4,-3],[-4,-2],[1,-4],[1,-1],[6,-5],[8,-4],[8,-3],[1,-1],[1,0],[1,-2],[2,-2],[1,-1],[3,-3],[2,-1],[2,0],[2,-1],[3,0],[2,0],[2,0],[1,1],[2,0],[1,0],[1,0],[1,0],[4,-2],[1,-1],[0,-1],[-1,-4],[-3,-3],[-1,-5],[3,-6],[0,-1],[2,-3],[2,-1],[2,-1],[4,-1],[1,-1],[1,0],[1,-1],[0,-1],[2,-3],[2,-3],[0,-1],[2,-2],[1,-1],[2,-2],[1,0],[1,-1],[4,-4],[-7,-1],[-3,1],[-3,0],[-3,0],[-4,-3],[0,-1],[-1,-4],[2,-2],[8,-2],[5,-4],[3,-6],[1,-3],[3,-9],[1,0],[-9,-9],[-7,-5],[-2,-5],[-3,-3],[0,-5],[3,-5],[30,-33],[-4,-16],[-1,-5],[9,-26],[-12,-29],[-1,-5],[-18,-59],[-5,0],[-50,-3],[-8,-46],[-111,-70],[-32,-6],[-123,-20],[-78,-5],[-10,-1],[-181,-13],[-148,-10],[-28,-32],[-7,-13],[-11,-13],[-13,-12],[-11,-8],[-28,-18],[-37,-14],[-69,-21],[-77,-14],[-140,-27],[-34,-7],[-21,-5],[-70,-15],[-90,-19],[-69,-13],[-25,-5],[-139,-41]]],"transform":{"scale":[0.0013585949094909483,0.0013924146414641461],"translate":[10.593094999999778,55.13721449999983]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/SI.json b/dist-amd/map/TopoJSON/SI.json new file mode 100644 index 0000000000..a22771d6f1 --- /dev/null +++ b/dist-amd/map/TopoJSON/SI.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3]]},{"type":"Polygon","arcs":[[4,-1,5]]},{"type":"Polygon","arcs":[[6,7,8]]},{"type":"Polygon","arcs":[[9,-2,-5,10,11,12]]},{"type":"Polygon","arcs":[[-11,-6,-4,13,14]]},{"type":"Polygon","arcs":[[-8,15,16,17]]},{"type":"Polygon","arcs":[[18,19,-13,20,21,22]]},{"type":"Polygon","arcs":[[23,24,25,26]]},{"type":"Polygon","arcs":[[27,28,-19,29,30]]},{"type":"Polygon","arcs":[[-27,31,32,33,34]]},{"type":"Polygon","arcs":[[35,36,37,-17,38,39,40]]},{"type":"Polygon","arcs":[[-40,41,-28,42,43,44]]},{"type":"Polygon","arcs":[[-43,-31,45,46,47]]},{"type":"Polygon","arcs":[[48,-46,-30,-23,49,50]]},{"type":"Polygon","arcs":[[51,-24,-35,52,53]]},{"type":"Polygon","arcs":[[-50,-22,54,55,56]]},{"type":"Polygon","arcs":[[57,-32,-26,58,-9,-18,-38,59,60,61]]},{"type":"Polygon","arcs":[[62,-36,63,64]]},{"type":"Polygon","arcs":[[65,66,-33,-58,67]]},{"type":"Polygon","arcs":[[68,-60,-37,-63,69]]},{"type":"Polygon","arcs":[[70,71,-56,72,73,74]]},{"type":"Polygon","arcs":[[75,-64,-41,-45,76]]},{"type":"Polygon","arcs":[[-66,77,78,79]]},{"type":"Polygon","arcs":[[80,-51,-57,-72,81]]},{"type":"Polygon","arcs":[[82,-47,-49,-81,83,84]]},{"type":"Polygon","arcs":[[85,86,-74,87,88]]},{"type":"Polygon","arcs":[[89,90,91,92,-77,-44,-48,-83,93,94]]},{"type":"Polygon","arcs":[[95,-78,-68,-62,96,97,98]]},{"type":"Polygon","arcs":[[-86,99,100]]},{"type":"Polygon","arcs":[[101,-97,-61,-69,102,103]]},{"type":"Polygon","arcs":[[-100,-89,104,105]]},{"type":"Polygon","arcs":[[106,107,108,-53,-34,-67,-80,109,110,111]]},{"type":"Polygon","arcs":[[-103,-70,-65,-76,-93,112,113,114]]},{"type":"Polygon","arcs":[[115,-110,-79,-96,116]]},{"type":"Polygon","arcs":[[117,118,-107,119,120,121]]},{"type":"Polygon","arcs":[[122,-118,123]]},{"type":"Polygon","arcs":[[-120,-112,124,125]]},{"type":"Polygon","arcs":[[-90,126,127]]},{"type":"Polygon","arcs":[[128,-84,-82,-71,129,130]]},{"type":"Polygon","arcs":[[131,-121,-126,132,133]]},{"type":"Polygon","arcs":[[134,135,-117,-99,136,137,138]]},{"type":"Polygon","arcs":[[139,-135,140,141]]},{"type":"Polygon","arcs":[[142,-113,-92,143,144]]},{"type":"Polygon","arcs":[[145,-133,-125,-111,-116,-136,-140,146]]},{"type":"Polygon","arcs":[[147,148,149,-127,-95,150,151]]},{"type":"Polygon","arcs":[[152,-114,-143,153]]},{"type":"Polygon","arcs":[[154,-104,-115,-153,155]]},{"type":"Polygon","arcs":[[-151,-94,-85,-129,156,157,158,159]]},{"type":"Polygon","arcs":[[-137,-98,-102,-155,160,161]]},{"type":"Polygon","arcs":[[-149,162,163]]},{"type":"Polygon","arcs":[[164,165,166]]},{"type":"Polygon","arcs":[[167,-144,-91,-128,-150,-164,168]]},{"type":"Polygon","arcs":[[-148,169]]},{"type":"Polygon","arcs":[[170,-147,-142,171]]},{"type":"Polygon","arcs":[[-158,172,173,174]]},{"type":"Polygon","arcs":[[-173,-157,-131,175,176,177]]},{"type":"Polygon","arcs":[[-176,-130,-75,-87,-101,-106,178,-165,179,180]]},{"type":"Polygon","arcs":[[-138,-162,181,182]]},{"type":"Polygon","arcs":[[183,184,-169,-163,-170,-152,-160,185,186]]},{"type":"Polygon","arcs":[[187,188,189,190]]},{"type":"Polygon","arcs":[[191,-188,192,-124,-122,-132,193,194]]},{"type":"Polygon","arcs":[[195,196,197,198,199,200]]},{"type":"Polygon","arcs":[[201,-194,-134,-146,-171,202,-196,203]]},{"type":"Polygon","arcs":[[204,205,206,207]]},{"type":"Polygon","arcs":[[-198,208,209]]},{"type":"Polygon","arcs":[[-180,-167,210,211]]},{"type":"Polygon","arcs":[[-190,212,213,214]]},{"type":"Polygon","arcs":[[215,216,217,-207,218,-182,-161,-156,-154,-145,-168,-185,219,220]]},{"type":"Polygon","arcs":[[-217,221,222]]},{"type":"Polygon","arcs":[[223,-209,-197,-203,-172,-141,-139,-183,-219,-206,224,225]]},{"type":"Polygon","arcs":[[-186,-159,-175,226,227,228]]},{"type":"Polygon","arcs":[[-227,-174,-178,229,230]]},{"type":"Polygon","arcs":[[231,-225,-205,232,233]]},{"type":"Polygon","arcs":[[-213,-189,-192,234,235]]},{"type":"Polygon","arcs":[[-220,-184,236,237,238,239]]},{"type":"Polygon","arcs":[[240,-222,-216,241,242,243]]},{"type":"Polygon","arcs":[[244,245]]},{"type":"Polygon","arcs":[[246,-242,-221,-240,247,248]]},{"type":"Polygon","arcs":[[249,-200,250,251]]},{"type":"Polygon","arcs":[[252,-233,-208,-218,-223,-241,253]]},{"type":"Polygon","arcs":[[254,-251,-199,-210,-224,255,256,257]]},{"type":"Polygon","arcs":[[258,-256,-226,-232,259,260,261]]},{"type":"Polygon","arcs":[[-260,-234,-253,262]]},{"type":"Polygon","arcs":[[-237,-187,-229,263,264]]},{"type":"Polygon","arcs":[[265,266,-245,267,-204,-201,-250,268,269]]},{"type":"Polygon","arcs":[[-243,-247,270,271]]},{"type":"Polygon","arcs":[[272,-230,-177,-181,-212,273,274,275]]},{"type":"Polygon","arcs":[[276,-214,-236,277,278,279]]},{"type":"Polygon","arcs":[[280,-264,-228,-231,-273,281]]},{"type":"Polygon","arcs":[[282,-275,283,284]]},{"type":"Polygon","arcs":[[285,-266,286]]},{"type":"Polygon","arcs":[[287,-257,-259,288,289]]},{"type":"Polygon","arcs":[[290,-258,-288,291,292]]},{"type":"Polygon","arcs":[[293,-248,-239,294,295]]},{"type":"Polygon","arcs":[[296,-289,-262,297,298]]},{"type":"Polygon","arcs":[[299,-271,-249,-294,300]]},{"type":"Polygon","arcs":[[301,302,303]]},{"type":"Polygon","arcs":[[304,305,306,307]]},{"type":"Polygon","arcs":[[308,-279,309,310,311]]},{"type":"Polygon","arcs":[[312,313,-307,314,-280,-309,315]]},{"type":"Polygon","arcs":[[-295,-238,-265,-281,316,317,-302,318,319]]},{"type":"Polygon","arcs":[[-310,-278,-235,-195,-202,-268,-246,-267,-286,320,321,322]]},{"type":"Polygon","arcs":[[323,324,325,-317,-282,-276,-283,326,327]]},{"type":"Polygon","arcs":[[328,-299,329,330,331,332]]},{"type":"Polygon","arcs":[[333,-321,-287,-270,334,335]]},{"type":"Polygon","arcs":[[336,-331,337,338,339]]},{"type":"Polygon","arcs":[[340,-292,-290,-297,-329,341,342]]},{"type":"Polygon","arcs":[[343,-301,-296,-320,344]]},{"type":"Polygon","arcs":[[345,-335,-269,-252,-255,-291,346,347]]},{"type":"Polygon","arcs":[[348,-338,-330,-298,-261,-263,-254,-244,-272,-300,-344,349,350]]},{"type":"Polygon","arcs":[[-347,-293,-341,351,352,353]]},{"type":"Polygon","arcs":[[354,355,-305,356,357]]},{"type":"Polygon","arcs":[[358,-316,-312,359,360]]},{"type":"Polygon","arcs":[[-332,-337,361,362]]},{"type":"Polygon","arcs":[[363,364,-325,365,366]]},{"type":"Polygon","arcs":[[-352,-343,367,368]]},{"type":"Polygon","arcs":[[369,370,-322,-334,371,372]]},{"type":"Polygon","arcs":[[-313,-359,373,374]]},{"type":"Polygon","arcs":[[-303,-318,-326,-365,375,376]]},{"type":"Polygon","arcs":[[377,-327,-285,378]]},{"type":"Polygon","arcs":[[379,380,-360,-311,-323,-371,381]]},{"type":"Polygon","arcs":[[382,-366,-324,383]]},{"type":"Polygon","arcs":[[384,-355,385]]},{"type":"Polygon","arcs":[[-368,-342,-333,-363,386,387]]},{"type":"Polygon","arcs":[[-372,-336,-346,388,389,390]]},{"type":"Polygon","arcs":[[391,-350,-345,392,393]]},{"type":"Polygon","arcs":[[394,-357,-308,-314,-375,395,396]]},{"type":"Polygon","arcs":[[397,-376,-364,398,399]]},{"type":"Polygon","arcs":[[400,-387,-362,-340,401,402]]},{"type":"Polygon","arcs":[[-393,-319,-304,-377,-398,403]]},{"type":"Polygon","arcs":[[-402,-339,-349,404,405]]},{"type":"Polygon","arcs":[[406,407,408,409,410]]},{"type":"Polygon","arcs":[[-405,-351,-392,411,412]]},{"type":"Polygon","arcs":[[413,-389,-348,-354,414,415]]},{"type":"Polygon","arcs":[[-380,416,417]]},{"type":"Polygon","arcs":[[418,-409,419,-386,-358,-395,420,421,422]]},{"type":"Polygon","arcs":[[423,-407,424]]},{"type":"Polygon","arcs":[[-399,-367,-383,425,426]]},{"type":"Polygon","arcs":[[-415,-353,-369,-388,-401,427,428]]},{"type":"Polygon","arcs":[[-373,-391,429,430]]},{"type":"Polygon","arcs":[[431,-410,-419,432,433]]},{"type":"Polygon","arcs":[[-426,-384,-328,-378,434]]},{"type":"Polygon","arcs":[[435,-421,-397,436,437,438]]},{"type":"Polygon","arcs":[[439,440,-425,-411,-432,441]]},{"type":"Polygon","arcs":[[442,-417,-382,-370,-431,443,444]]},{"type":"Polygon","arcs":[[-422,-436,445,446]]},{"type":"Polygon","arcs":[[447,448,449,-428,-403,-406,-413,450,451]]},{"type":"Polygon","arcs":[[452,453]]},{"type":"Polygon","arcs":[[454,-438,455,456]]},{"type":"Polygon","arcs":[[457,-444,-430,-390,-414,458,459]]},{"type":"Polygon","arcs":[[-456,-437,-396,-374,-361,-381,-418,-443,460,461,462]]},{"type":"Polygon","arcs":[[463,464,465,-433,-423,-447,466,467,468]]},{"type":"Polygon","arcs":[[-467,-446,-439,-455,469,470,471,472]]},{"type":"Polygon","arcs":[[473,-442,-434,-466,474,475]]},{"type":"Polygon","arcs":[[-452,476,477]]},{"type":"Polygon","arcs":[[478,-470,-457,-463,479,480]]},{"type":"Polygon","arcs":[[-471,-479,481]]},{"type":"Polygon","arcs":[[482,-464,483,484,485]]},{"type":"Polygon","arcs":[[486,-454,487,-440,-474,488,489]]},{"type":"Polygon","arcs":[[-489,-476,490,491]]},{"type":"Polygon","arcs":[[492,493,-459,-416,-429,-450,494,495]]},{"type":"Polygon","arcs":[[496,497,-491,-475,-465,-483,498]]},{"type":"Polygon","arcs":[[499,500,-460,-494,501,502]]},{"type":"Polygon","arcs":[[-468,-473,503,504]]},{"type":"Polygon","arcs":[[-480,-462,505,506,507]]},{"type":"Polygon","arcs":[[-499,-486,508,509,510,511]]},{"type":"Polygon","arcs":[[-509,-485,512,513]]},{"type":"Polygon","arcs":[[-506,-461,-445,-458,-501,514,515]]},{"type":"Polygon","arcs":[[516,517,518]]},{"type":"Polygon","arcs":[[-448,-478,519,520]]},{"type":"Polygon","arcs":[[521,-495,-449,-521,522]]},{"type":"Polygon","arcs":[[-502,-493,523,524,525]]},{"type":"Polygon","arcs":[[526,-511,527,528]]},{"type":"Polygon","arcs":[[529,-518,530,-490,-492,-498,531,532,533,534]]},{"type":"Polygon","arcs":[[535,-528,-510,-514,536,537]]},{"type":"Polygon","arcs":[[538,-524,-496,-522,539]]},{"type":"Polygon","arcs":[[540,-537,-513,-484,-469,-505,541,542,543,544]]},{"type":"Polygon","arcs":[[545,546,-542,-504,-472,-482,-481,-508,547,548]]},{"type":"Polygon","arcs":[[549,-534,550,551]]},{"type":"Polygon","arcs":[[552,-532,-497,-512,-527,553,554]]},{"type":"Polygon","arcs":[[-551,-533,-553,555,556]]},{"type":"Polygon","arcs":[[557,-525,-539,558]]},{"type":"Polygon","arcs":[[559,560,561,-519,-530,562,563,564,565]]},{"type":"Polygon","arcs":[[-564,566]]},{"type":"Polygon","arcs":[[-503,-526,-558,567,568]]},{"type":"Polygon","arcs":[[-515,-500,-569,569,570]]},{"type":"Polygon","arcs":[[571,-560,572]]},{"type":"Polygon","arcs":[[-548,-507,-516,-571,573]]},{"type":"Polygon","arcs":[[-544,574,575,576]]},{"type":"Polygon","arcs":[[577,-538,-541,578]]},{"type":"Polygon","arcs":[[579,580,-556,-555,581,582]]},{"type":"Polygon","arcs":[[-561,-572,583,584,585]]},{"type":"Polygon","arcs":[[-575,-543,-547,586,587]]},{"type":"Polygon","arcs":[[588,-584,-573,-566,589,590]]},{"type":"Polygon","arcs":[[591,-587,-546,592]]},{"type":"Polygon","arcs":[[-590,-565,-567,-563,-535,-550,593,594]]},{"type":"Polygon","arcs":[[-582,-554,-529,-536,-578,595,596,597]]},{"type":"Polygon","arcs":[[-596,-579,-545,-577,598,599]]},{"type":"Polygon","arcs":[[-599,-576,-588,-592,600,601]]},{"type":"Polygon","arcs":[[602,-580,603,604,605]]},{"type":"Polygon","arcs":[[606,-594,-552,-557,-581,-603,607]]},{"type":"Polygon","arcs":[[608,609,-585,-589,610]]},{"type":"Polygon","arcs":[[-597,-600,-602,611]]},{"type":"Polygon","arcs":[[-609,612,613]]},{"type":"Polygon","arcs":[[614,-605,615,616]]},{"type":"Polygon","arcs":[[-613,-611,-591,-595,-607,617,618,619,620]]},{"type":"Polygon","arcs":[[-618,-608,-606,-615,621,622,623]]},{"type":"Polygon","arcs":[[624,-623,625,626]]},{"type":"Polygon","arcs":[[-626,-622,-617,627,628]]},{"type":"Polygon","arcs":[[629,-619,-624,-625,630,631]]},{"type":"Polygon","arcs":[[-631,-627,-629,632]]},{"type":"Polygon","arcs":[[633,634]]},{"type":"Polygon","arcs":[[-634,635,-620,-630,636]]},{"type":"Polygon","arcs":[[637,-14]]},{"type":"Polygon","arcs":[[638,-54,-109]]},{"type":"Polygon","arcs":[[639]]}]}},"arcs":[[[1191,846],[-2,-38],[18,-18],[-3,-64],[33,-83],[-10,-49],[12,-30],[-12,-17],[27,-20],[10,9],[-3,-14],[13,4],[-11,-14],[1,-17],[19,-5],[3,-29],[19,-31],[-12,-22],[8,-15],[9,5],[3,-12],[44,21],[12,128]],[[1369,535],[16,9],[78,-25],[12,-13],[1,-29],[-23,-84],[-15,6],[-28,-47],[-7,12],[-9,-56],[9,-25],[-10,-18],[-16,20],[17,-47],[-21,-10],[-3,10],[-19,-41]],[[1351,197],[-5,5],[-16,23],[-23,20],[-11,13],[-3,7],[-4,8],[-20,18],[-6,4],[-28,7],[-3,2],[-5,7],[-3,3],[-11,0],[-10,9],[-11,3],[-11,6],[-11,2],[-12,10],[-13,13],[-20,28],[-21,40]],[[1104,425],[7,11],[4,-6],[8,29],[0,38],[-10,40],[-7,33],[2,3],[-2,3],[0,3],[4,10],[2,3],[5,3],[10,0],[2,-3],[1,19],[0,10],[0,6],[-3,29],[-3,7],[-7,2],[-3,-1],[-20,1],[-28,2],[-5,6],[-6,11],[-1,3],[-1,5],[-1,9],[-3,39],[-12,40],[6,2],[9,-4],[16,-9],[5,-5],[7,-10],[8,-8],[2,-1],[4,1],[16,6],[14,1],[5,0],[6,0],[20,11],[0,5],[-5,10],[-1,6],[-1,4],[-1,5],[1,6],[4,23],[32,22],[3,1],[4,0]],[[1420,901],[-11,-31],[7,-22],[-7,-11],[13,-37],[-10,-9],[-4,-56],[11,-29],[-2,-24],[-29,-65],[-19,-82]],[[1191,846],[5,-2],[4,-6],[4,-9],[10,-12],[2,-3],[13,-10],[10,-5],[9,-3],[6,1],[5,4],[2,0],[2,-2],[4,-5],[5,-3],[4,0],[2,3],[4,6],[4,3],[34,43],[15,-1],[38,33],[2,3],[7,5],[30,16],[3,1],[5,-2]],[[5149,649],[-8,11],[-20,33],[-12,14],[-14,24],[-19,17],[-16,22],[-5,0],[-7,-5],[-12,-2],[-9,-6],[-2,-6],[-3,-29],[-2,-4],[-9,-8],[-4,-7],[-2,-7],[1,-18],[-2,-20],[0,-15],[8,-33],[1,-11],[0,-5],[-2,-3],[-7,-5],[-2,-4],[-2,-13],[2,-9],[9,-23],[1,-5],[-2,-9],[-12,-27],[-2,-8],[0,-6],[3,-15],[2,-17],[-3,-14],[-5,-14],[-6,-9],[-12,-9],[-14,5],[-10,2],[-7,-1],[-10,-4],[-30,-22],[-13,-14],[-22,-31],[-29,-9],[-27,-12],[-8,-4],[-24,-4],[-20,-5],[-28,-5],[-10,12],[-3,37],[2,15],[-1,15],[-2,2],[-19,26],[-7,16],[-1,21],[-4,43],[-4,57],[-10,25],[-11,23],[-2,3],[-15,13]],[[4646,608],[8,41],[-3,62],[10,8]],[[4661,719],[20,-45],[13,-4],[4,-58],[11,-22],[35,5],[25,18],[22,76],[7,53],[-19,45],[16,9],[-5,14],[54,37],[44,-41],[17,-38],[74,-43],[6,28],[22,-1],[6,32],[62,20],[74,-113],[0,-42]],[[2327,710],[-13,-27],[0,-4],[1,-10],[12,-41],[-6,-1],[-18,4],[-18,8],[-18,16],[-4,12],[-5,7],[-8,1],[-4,0],[-18,-26],[-18,-35],[11,-68],[5,2],[7,-3],[21,-15],[17,-23],[4,-7],[20,-38],[4,-10],[-7,-11],[6,-26],[14,-32],[-19,-15],[-8,-12],[-2,-12],[0,-12],[-2,-44],[-4,-17],[-36,-40],[-6,-17],[-40,54],[-30,7],[-8,-16],[-54,-2],[-32,-2],[-17,-17],[-16,-43],[-19,-29],[-13,-19],[-16,-55],[0,-27],[-28,6],[-3,0],[-23,0],[-25,2],[-19,18],[-9,20],[-34,10],[-2,0],[-10,5],[-25,5],[-14,-3],[-9,-4],[-11,21],[-14,34],[-15,42],[-2,5],[1,4],[0,6],[0,7],[4,11],[3,8],[2,3],[0,4],[-2,8],[-6,8],[-22,32],[-16,12],[-16,9],[-18,5],[-12,-17],[-3,1],[-2,7],[-4,3],[-16,5],[-7,6],[-6,-7],[-2,-8],[-7,-12],[-5,-7],[-24,-12],[-11,1],[-39,-1],[-32,-30],[-29,-19],[-15,-7],[-1,6],[-3,15],[4,5],[-1,8],[-5,0],[-6,-1],[-3,-6],[0,-8],[-2,-5],[-3,-3],[-24,-23],[-17,-21],[-10,-14],[-6,-8],[-19,-13],[-8,8],[-8,11]],[[1420,901],[23,0],[24,-8],[5,-3],[6,-8],[9,-13],[6,-6],[2,-1],[19,33],[8,30],[11,41],[28,2],[-1,2],[-2,5],[-22,2],[6,37],[32,3],[1,-3],[3,11],[0,7],[-1,9],[-3,10],[-8,15],[-16,17],[-18,27],[-4,9],[-7,5],[-14,10],[-14,8],[-12,5],[-5,4],[-3,4],[-24,34],[4,16],[10,8],[4,1],[8,-2],[5,-2],[2,-5],[1,-3],[5,-6],[3,-3],[6,1],[4,2],[3,3],[4,7],[1,5],[-1,5],[-1,5]],[[1507,1221],[6,0],[30,10],[32,11],[2,1],[8,-8],[30,-27],[14,-13],[9,-10],[3,-3],[18,-17],[9,-9],[10,-8],[18,-6],[14,-2],[12,-2],[15,-5],[5,-2],[4,-1],[9,-2],[8,-2],[27,5],[8,1],[2,0],[34,3],[29,11],[15,8],[5,14],[1,17],[6,16],[2,5],[2,2],[19,14],[15,29],[5,17],[1,9],[0,18],[0,16],[3,10],[5,3],[17,8]],[[1959,1332],[-22,-12],[-1,-45],[28,-11],[23,-86],[-8,-16],[4,-19],[32,-117],[14,-21],[32,3],[36,-108],[114,43],[55,-165],[45,-68],[16,0]],[[1104,425],[-7,53],[-8,8],[-15,30],[-27,66],[-37,37],[-50,75],[-201,484]],[[759,1178],[471,295],[245,-223],[19,-29],[13,0]],[[4646,608],[-12,10],[-41,7],[-8,2],[-27,15],[-2,2],[-23,43],[-12,15],[-27,35],[-23,33],[-19,25],[-12,11],[-11,-2],[-14,-2],[-13,9],[-5,2],[-7,-4],[-3,-3],[-3,-11],[3,-16],[-1,-22],[-5,-10],[-15,6],[-10,6],[-10,14],[-2,5],[-5,16],[-3,16],[0,6],[12,53],[4,53],[5,32],[10,6],[5,10],[1,6],[3,20],[-1,15],[-1,26],[-1,6],[-3,8],[-1,5],[-10,46],[-8,23],[-3,5]],[[4348,1130],[17,42],[-8,11],[89,79]],[[4446,1262],[14,-171],[25,-22],[-9,-23],[-10,1],[-12,-65],[90,-78],[117,-185]],[[2607,1367],[5,-24],[50,-41],[-42,-91],[-15,0],[-13,-33],[13,-4],[-13,-53],[9,-34],[-5,-30],[17,-26],[22,39],[34,-19],[-14,-33],[-4,-82],[-28,-37],[0,-104],[-8,-31],[-25,-30],[-2,-49],[8,12],[33,-9],[18,-59],[14,-9],[10,32],[17,16],[-4,-50],[24,-114],[-18,12],[4,-53],[-25,-19]],[[2669,444],[-19,7],[-8,1],[-15,2],[-7,0],[-3,-3],[-26,-3],[-33,14],[-30,19],[-3,8],[-29,40],[-8,-1],[-10,18],[-11,17],[-17,-3],[-4,5],[-34,54],[-12,28],[-46,62],[-27,1]],[[1959,1332],[6,4],[8,9],[18,23],[15,20],[17,15],[13,13],[9,13],[15,19],[21,23],[1,5],[0,11],[-19,26],[-12,15],[-28,27]],[[2023,1555],[61,7],[33,-20],[15,13],[8,-13],[26,15]],[[2166,1557],[0,-49],[75,13],[30,-13],[37,-47],[1,-31],[25,-9],[19,-49],[34,-20],[27,17],[32,-15],[82,21],[-31,-59],[-3,-47],[45,-3],[21,24],[4,49],[43,28]],[[5881,1354],[-15,-66],[58,-36],[24,48],[19,-1],[2,-18],[-28,-39],[11,-13],[15,8],[-6,-23],[14,-49],[40,-40],[38,22],[23,-83],[47,56],[-4,26],[18,14]],[[6137,1160],[2,-6],[2,-9],[3,-47],[-5,-82],[2,-30],[2,-25],[0,-23],[-2,-43],[6,-52],[7,-24],[8,-26],[21,-44],[8,-10],[4,-6],[13,-12],[15,-42],[3,-11],[11,-22],[7,-9],[37,-34],[18,-17],[11,-14],[24,-35],[26,-8],[31,-26],[3,-4],[2,-6],[-1,-12],[-1,-3],[-17,-6],[-7,-5],[-19,-23],[-28,-25],[-15,-37],[-17,-48],[-3,-9],[-2,-10],[-10,-23],[-11,-13],[-8,-2],[-4,-1],[-24,-28],[-5,0],[-5,2],[-21,22],[-32,13],[-30,8],[-14,13],[-19,12],[-23,19],[-13,3],[-9,-5],[-14,-23],[-20,-20],[-24,-16],[-21,-23],[-2,-4],[-17,-40],[-9,-29],[-11,-28],[-6,-46],[-1,-14],[-5,-19],[-3,-4],[-11,-7],[-8,-1],[-34,0],[-13,6],[-6,8],[-13,48],[-4,13],[-4,3],[-9,-9],[-7,-12],[0,-6],[4,-22],[-3,-11],[-5,-7],[-17,-26],[-10,-11],[-6,2],[-2,1],[-25,2],[-26,17],[-11,10],[-19,30],[-4,10],[-1,7],[-11,46],[-28,39],[-16,4],[-10,6],[-4,7],[-4,6],[-10,21],[-13,19],[-4,5],[-11,22],[-8,19],[-3,6],[-7,7],[-25,4],[-4,3],[-12,11],[-7,9],[-4,14],[-1,50],[-18,39],[-12,25],[-5,7],[-3,5],[-6,3],[-7,-1],[-13,-2],[-3,2],[-4,2],[-4,8],[-1,8],[-3,12]],[[5430,520],[16,14],[2,49],[28,22],[15,31],[2,-9],[45,43],[39,-5],[16,63],[-32,50],[-37,-13],[-31,-44],[-41,-27],[-21,12],[-12,28],[6,12],[-4,51],[20,60],[-9,16],[10,13],[14,-16],[8,26],[22,7],[4,36],[13,-6],[3,-35],[20,0],[12,60],[-16,27],[-58,19],[-1,89],[20,47],[-31,56],[15,27],[1,42],[-27,17],[6,20]],[[5447,1302],[95,-66],[95,32],[22,39],[-6,31],[17,59],[25,35],[51,23],[20,-34],[84,-38],[8,-30],[12,19],[11,-18]],[[3583,1572],[8,-38],[-12,-7],[5,-13],[-18,-55],[11,-31],[-9,-22],[-11,0],[-5,-27],[20,-37],[51,-16],[15,-62],[17,-6],[-17,-80],[-35,11],[6,-45],[-10,-9],[23,9],[21,-13],[47,15],[22,-26],[3,26],[23,-10],[24,17],[35,-34]],[[3797,1119],[-3,-7],[-6,-19],[0,-8],[1,-20],[1,-3],[1,-4],[2,-15],[-1,-10],[-4,-6],[-3,-7],[-1,-10],[-2,-18],[1,-7],[1,-5],[4,-10],[2,-46],[-3,-20],[-10,-27],[-7,-27],[-6,-19],[-5,-6],[-18,-12],[-21,-9],[-7,-11],[-5,-8],[-10,-22],[-25,-33],[-18,-22],[-18,-14],[-17,-9],[-14,-40],[-15,-8],[-15,-6],[-35,-4],[-27,-21],[-10,-14],[-6,-14],[-10,-31],[-7,-15],[-5,0],[-9,0],[-8,-3],[-23,-38],[-47,-24],[-6,-4],[-31,11],[-12,-11],[-18,-25],[-11,-20],[-24,-36],[-16,-12],[-9,17],[-9,69],[-32,-19],[-44,32],[-13,38],[-14,0],[-6,0],[-26,-33],[-10,-8],[-12,4],[-13,34],[-9,23],[-10,22],[-11,26],[-7,16],[-2,6],[-13,9],[-12,6],[-7,-1],[-12,-6],[-22,-23],[-3,-33],[-7,-22],[-11,-8],[-17,-22],[-12,-47],[1,-25],[3,-63],[-38,25],[-19,14],[-15,15],[-6,5],[-24,12],[-14,2],[-5,1],[-8,-2],[-12,4],[-17,5],[-10,-6],[-21,-35],[-20,0],[-9,2],[-17,14],[-14,12],[-6,6],[-8,8]],[[2607,1367],[0,62]],[[2607,1429],[7,3],[8,-32],[19,3],[21,28],[10,58],[18,16],[15,-25],[32,20],[9,-31],[61,-61],[49,8],[42,41],[26,-26],[42,10],[36,41],[28,73],[52,27],[44,39],[26,42],[7,-17],[27,4],[18,-14],[79,46],[33,-4],[4,27],[-9,32],[-33,9],[9,7],[-6,35],[67,53],[83,-183],[-7,-65],[13,-30],[46,14],[21,-22],[24,-2],[55,19]],[[5447,1302],[-50,38],[-18,36],[4,20],[-25,79],[-16,26]],[[5342,1501],[34,82],[-29,52],[4,22],[21,44],[40,30],[5,64],[19,12],[-9,45],[9,17],[16,19],[13,-12],[26,20],[39,-25],[17,-44],[11,36]],[[5558,1863],[30,12],[8,-13],[36,34],[21,-12],[19,22],[19,0],[0,10],[12,-17],[12,7],[14,-37],[38,-33],[19,40],[73,50],[11,14],[-4,21],[7,20],[23,11]],[[5896,1992],[9,-15],[19,18],[7,-78],[12,-30],[2,-62],[13,20],[46,-43],[19,-54],[-17,-38],[42,-55],[-1,-12],[11,3],[16,-42],[-36,-56],[-35,7],[-16,-28],[-13,-65],[11,-14],[-2,-16],[-26,-5],[-9,-43],[-16,-6],[0,-28],[-15,13],[1,-21],[-9,-6],[-28,18]],[[4023,2200],[19,8],[10,-19],[5,6],[23,-44],[13,11],[16,-14],[9,20],[27,10],[17,-43],[18,2],[7,-39],[26,-56]],[[4213,2042],[31,-108],[32,-51],[-15,-46],[182,-47],[5,-62],[27,15],[8,-72],[-9,-16],[8,-28],[-13,-31]],[[4469,1596],[-2,-70],[-9,-12],[-88,-14],[49,-82],[27,-156]],[[4348,1130],[-1,2],[-15,21],[-3,5],[-5,15],[-7,9],[-15,3],[-8,1],[-20,4],[-11,3],[-10,3],[-16,5],[-19,45],[-24,36],[-23,34],[-16,39],[-31,17],[-6,6],[-26,40],[-19,25],[0,5],[2,1],[4,2],[3,8],[2,8],[7,18],[0,6],[1,38],[8,47],[8,61],[1,15],[-3,32],[-8,18],[-9,12],[-12,4],[-13,-2],[-12,-7],[-11,-5],[-10,2],[-5,2],[-8,17],[-3,10],[-1,8],[-2,7],[-3,4],[-11,3]],[[3998,1757],[-27,12],[-4,125],[-51,219],[-14,98]],[[3902,2211],[31,30],[22,-59],[15,-10],[53,28]],[[3998,1757],[-2,-11],[-4,-38],[-1,-10],[0,-17],[0,-16],[0,-18],[-3,-25],[-2,-8],[-6,-16],[-15,-50],[-1,-9],[-2,-5],[-12,-27],[-1,-3],[-5,-8],[-6,-16],[-3,-7],[-2,-19],[-8,-31],[-4,-13],[-25,-50],[-12,-15],[-18,-17],[-32,-22],[-8,-1],[-12,1],[-11,3],[-4,4],[-3,1],[-7,-8],[-4,-49],[3,-24],[3,-12],[2,-4],[7,-10],[5,-8],[2,-5],[3,-6],[1,-7],[0,-5],[-5,-29],[-6,-22],[-3,-6]],[[3583,1572],[9,57],[13,8],[-3,43],[-13,22],[-61,22],[-32,60],[-59,159],[38,29],[-12,34]],[[3463,2006],[15,1],[22,-48],[86,143],[-14,38],[18,4],[8,-23],[31,51],[-2,23],[23,4],[6,22],[74,57]],[[3730,2278],[50,-49],[11,-51],[18,-29],[3,10],[13,-8],[19,31],[12,-20],[14,0],[32,49]],[[2607,1429],[-41,44],[28,37],[-16,23],[-1,52],[-40,58],[25,70],[-14,9],[9,22],[-8,-1],[8,25],[-6,52],[-34,16],[9,55],[-8,2],[20,44],[-1,61],[7,-17],[18,46],[2,-13],[38,-10],[12,50]],[[2614,2054],[45,-13],[9,-31],[17,6],[75,-64],[67,20],[55,26],[6,18],[17,-5],[-2,31],[16,2],[1,19],[40,60],[19,-59],[49,28],[10,25],[41,-4],[6,27],[46,43],[-12,16],[22,2],[-4,7],[78,74],[65,48]],[[3280,2330],[13,-97],[21,-28],[22,11],[79,-147],[48,-63]],[[2446,2362],[28,-70],[10,9],[62,-24],[33,-55],[-19,-17],[10,-5],[-6,-30],[11,23],[-1,-30],[14,-1],[5,14],[14,-8],[-8,-3],[6,-31],[-13,10],[-15,-13],[34,-3],[-9,-10],[12,-64]],[[2166,1557],[33,110],[3,73],[-77,39],[51,17],[20,29],[4,56],[39,82],[32,26],[-52,81],[27,83],[-42,52],[-7,37],[27,-17],[55,43],[13,36],[18,18],[0,73]],[[2310,2395],[7,-10],[18,27],[5,-18],[11,50],[14,-14],[10,12],[71,-80]],[[6054,1992],[14,-6],[9,10],[11,20],[7,-4],[2,-4],[9,-23],[4,-25],[1,-8],[-4,-18],[-1,-5],[0,-11],[3,-18],[6,-15],[16,-19],[16,-9],[-5,5],[-9,10],[2,4],[2,-1],[4,1],[2,4],[1,8],[-3,15],[0,20],[10,10],[16,-5],[8,-11],[-5,-21],[-7,-27],[5,-13],[10,-20],[12,-29],[7,-40],[5,-1],[9,-3],[11,12],[-8,52],[-3,9],[-6,10],[-1,5],[-1,7],[-5,48],[1,3],[3,7],[6,7],[18,12],[12,17],[2,3],[5,14],[3,9],[-2,13],[1,9],[4,13],[3,9],[7,20],[6,0],[25,-1],[10,0],[10,-3],[3,-5],[5,-18],[0,-13],[0,-6],[-2,-12],[-3,-18],[-2,-19],[0,-12],[3,-10],[2,-1],[10,13],[3,-5],[2,-5],[2,-5],[-1,-28],[-2,-9],[-9,-22],[-13,-17],[-11,-19],[-8,-19],[-1,-31],[4,-24],[6,6],[22,39],[6,16],[2,16],[-2,14],[0,10],[4,7],[3,5],[8,5],[2,1],[1,3],[4,2],[-2,-18],[0,-12],[5,-18],[17,-46],[7,-9],[15,-25],[22,-39],[6,-31],[3,-42],[1,-13],[8,-13],[4,-5],[7,-2],[8,-1],[0,-23],[-14,-32],[-3,-5],[-19,-25],[-6,-4],[-14,6],[-29,18],[-9,8],[-23,13],[-6,3],[-21,10],[-9,5],[-5,1],[-17,-5],[-5,-2],[-3,-8],[-1,-5],[0,-4],[1,-4],[3,-7],[4,-5],[5,0],[3,0],[5,1],[2,-2],[4,-3],[1,-3],[2,-5],[1,-4],[0,-4],[-2,-4],[-3,-5],[-2,-4],[-3,-3],[-3,-4],[-9,-6],[-14,-8],[-5,1],[-15,5],[-5,3],[-17,3],[-6,-3],[-8,-1],[-15,-3],[-31,-12],[-9,-13],[-2,-5],[-1,-7],[1,-34],[2,-8],[1,-5],[10,-17],[6,-30],[0,-4],[-4,-6],[-5,-5],[-33,1],[-4,-2],[-20,-19],[-12,-12],[-13,-23],[0,-8],[11,-28],[11,-30],[25,-35],[13,-27]],[[5896,1992],[52,91],[23,6]],[[5971,2089],[8,-10],[14,-11],[7,-18],[12,-44],[5,-36],[3,-21],[9,-22],[6,-10],[6,-2],[2,20],[6,30],[6,20],[-1,7]],[[2023,1555],[-4,2],[-5,2],[-7,7],[-13,15],[-17,20],[-14,18],[-21,29],[-13,19],[-26,41],[-5,16],[-11,31],[-18,49],[-21,31],[-16,19],[-3,19],[-4,21],[2,9],[1,10],[5,19],[2,22],[-2,37],[-14,32],[-8,20],[-8,11],[-21,27],[-17,21],[-8,19],[-7,18],[-2,6],[-7,31],[-4,21],[-4,22],[-12,19],[-4,6],[-17,17],[-8,8],[-5,4],[-21,3],[-16,8],[-18,19],[-14,12],[-15,8],[-17,-1],[-12,-1],[-19,23],[-9,18],[3,3],[-6,12],[-14,18],[-4,5],[-12,8],[-13,12],[-19,17],[-12,12],[-5,7]],[[1464,2456],[42,39],[24,-9],[9,17],[3,-17],[31,0],[-8,35],[-12,-2],[-8,18],[13,52],[12,-49],[56,-14],[16,18],[52,5],[41,45],[10,-31],[29,25],[56,-2],[7,39],[10,1],[10,-23],[51,29],[19,47],[22,16],[3,-14],[12,3],[2,-23],[27,9],[22,-14],[-3,-18],[39,67]],[[2051,2705],[72,-106],[-4,-8],[10,-16],[48,-27],[19,6],[2,-18],[16,1],[20,-38],[43,-18],[45,-61],[-12,-25]],[[5201,2398],[-4,-31],[7,-31],[-10,-36],[16,-7],[1,-13],[-27,-50],[11,-27],[-4,-22],[-24,5],[-6,-27],[1,-64],[-8,9],[6,-106],[-13,-4],[45,-41],[1,-20],[11,1],[1,-26],[42,-70],[51,-44],[-3,-139],[19,-116],[28,-38]],[[5430,520],[0,4],[-3,5],[-7,5],[-7,-1],[-10,-5],[-4,-19],[-3,-8],[-8,-11],[-14,-8],[-30,-9],[-7,4],[-3,7],[-5,17],[-2,7],[-3,4],[-16,11],[-5,19],[-3,6],[-4,4],[-5,2],[-11,-1],[-7,-1],[-13,-6],[-30,-1],[-12,4],[-10,8],[-12,15],[-20,37],[-10,29],[-3,3],[-8,2],[-4,3],[-2,3]],[[4469,1596],[15,-3],[37,-70],[67,-17],[22,23],[-7,67],[32,93],[-22,43],[-20,108],[23,56],[94,152],[-15,18],[35,78]],[[4730,2144],[14,-20],[42,99],[12,9],[-17,35],[-16,6],[3,32],[-16,22]],[[4752,2327],[27,62],[11,-16],[-7,-31],[8,-13],[59,18],[39,-46],[-4,-38],[7,-15],[33,16],[5,-16],[21,-10],[23,56],[14,10],[-9,66],[19,20],[9,39],[29,-1],[7,35],[79,-51],[79,-14]],[[4043,2585],[-4,-26],[23,-2],[59,-45],[29,11],[-2,-13],[28,-15],[19,-28],[40,8],[2,-14],[65,-11],[-21,-57],[26,3],[24,-43],[-16,-8],[4,-36],[-19,-9],[-14,-73],[6,-27],[-17,-7],[-7,-31],[6,-10],[-16,-27],[-7,-68],[-38,-15]],[[4023,2200],[-8,2],[-20,92],[-10,10],[1,50],[15,45],[-4,71],[-4,11],[-42,0],[-24,47],[5,20],[44,1],[6,19]],[[3982,2568],[7,29],[54,-12]],[[5416,2521],[12,-41],[-7,-30],[70,-132],[-15,-38],[43,-65],[64,-60]],[[5583,2155],[-4,-47],[33,-38],[4,-18],[-11,-55],[12,-11],[-9,-17],[-15,17],[2,-35],[-30,-9],[2,11],[-10,-18],[-9,-28],[10,-44]],[[5201,2398],[45,129],[-8,7],[10,-2],[20,54],[73,-12],[28,-72],[14,-2],[17,25],[16,-4]],[[4345,2757],[17,-7],[9,-35],[20,-17],[10,-51],[23,-34],[81,-90],[15,-63],[51,-85],[5,-23],[154,-208]],[[4043,2585],[27,1],[5,52],[30,-11],[27,26],[47,-20],[-2,-12],[16,31],[11,-16],[24,0],[22,32],[11,-2],[5,25],[14,-10],[33,89],[32,-13]],[[1852,2869],[-4,-11],[16,-13],[7,-25],[10,7],[41,-34],[13,13],[10,-14],[6,18],[53,14]],[[2004,2824],[-2,-33],[19,-3],[-4,-40],[19,1],[-5,-24],[15,2],[5,-22]],[[1464,2456],[-22,29],[-2,4],[-6,14],[-3,7],[-30,46],[-20,22],[-11,-5],[-12,23],[-6,23],[-3,6],[-33,4],[-2,0],[-25,-7],[-19,-5],[-14,-3],[-12,2],[-9,3],[-19,8],[-25,16],[-10,4],[-13,5],[-10,2],[-24,27],[0,10],[0,15],[1,14],[0,8],[0,7],[-5,21]],[[1130,2756],[141,6],[42,-26],[75,1],[21,128],[38,3],[39,55],[11,93],[-11,46]],[[1486,3062],[96,-48],[10,-24],[42,-37],[16,-46],[54,-48],[61,6],[6,20],[-8,30],[22,-1],[6,23],[21,-10],[18,-32],[21,-5],[-7,-14],[8,-7]],[[3808,2916],[0,-18],[55,-84],[2,-26],[16,-31],[-1,-30],[49,-5],[13,-95],[27,-22],[13,-37]],[[3730,2278],[57,53],[-12,7],[-1,27],[-22,40],[-20,-15],[-7,25],[-19,4],[-8,-17],[-13,9],[-1,23],[-30,44],[-19,-16],[8,9],[-7,19],[13,23],[-3,40],[-11,22],[-6,-9],[-11,13],[3,14],[-7,-5],[-7,24],[19,2],[21,34],[0,35],[-9,9],[26,66],[42,-6],[-18,39],[27,30],[28,5],[4,24],[-10,26],[47,6],[13,36],[9,10],[2,-12]],[[5416,2521],[56,68],[35,105]],[[5507,2694],[28,14],[0,45]],[[5535,2753],[6,-16],[11,6],[50,-42],[-1,-55],[11,4],[-1,-17],[10,-1],[-5,-23],[12,-27],[-23,-25],[10,-27],[-16,-3],[-13,-27],[7,-41],[-8,-41],[16,-38],[-21,-9],[6,-29],[-22,-30],[2,-36],[42,-61],[-25,-60]],[[2467,2883],[61,-168],[-10,-100],[-8,40],[-23,-33],[-7,-196],[-19,19],[-15,-83]],[[2004,2824],[14,41],[-9,42],[28,3],[0,21],[20,9],[3,17],[29,8],[27,40],[-14,15],[-1,25],[36,25],[10,-11],[22,41],[22,-14],[15,56],[12,-12],[3,39],[21,14],[79,-21],[37,-32],[-7,-15],[38,-47],[-7,-20],[12,-14],[-23,-6],[-4,-91],[22,-2],[34,-55],[44,3]],[[3141,2949],[20,-30],[-15,-4],[-2,-65],[-15,-7],[-4,-80],[-23,-47],[3,-52],[-43,-51],[62,-124],[-11,-14],[76,-135],[90,0],[1,-10]],[[2467,2883],[157,80],[-9,14],[32,75],[15,19],[19,-4],[7,25],[15,11]],[[2703,3103],[9,25],[18,-4],[35,32],[19,-36],[51,15],[48,34],[5,-26],[23,-7],[25,-45],[20,11],[12,-14],[15,-30],[-13,-18],[5,-14],[63,12],[5,-17],[-17,-10],[15,-10],[2,-21],[12,9],[4,-26],[31,50],[5,-6],[-12,-24],[39,6],[19,-40]],[[1300,3286],[-8,-48],[-13,12],[-4,-18],[-35,13],[-27,-10],[-3,-14],[13,-15],[35,0],[-13,-87],[131,-69],[30,-3],[2,44],[20,-18],[54,-10]],[[1482,3063],[4,-1]],[[1130,2756],[-7,31],[-4,31],[-7,51],[-18,23],[-16,21],[-6,10],[0,15],[4,41],[9,40],[3,8],[1,3],[4,14],[2,13],[4,26],[2,6],[7,26],[18,24],[-3,7],[-5,11],[-7,14],[5,49],[9,30],[20,32],[13,13],[6,5],[13,27],[3,10]],[[1180,3337],[29,-6],[-8,-20],[18,-23],[66,18],[15,-20]],[[3417,3158],[39,-79],[17,-8],[1,-38],[23,-15],[27,107],[29,-8]],[[3553,3117],[37,-83],[14,-1],[29,18],[4,28],[29,45],[16,-1],[14,-24],[3,19],[15,0],[20,44],[30,28]],[[3764,3190],[1,0]],[[3765,3190],[6,-24],[24,-22],[-7,-31],[12,-8],[-3,-61],[-18,-21],[6,-47],[30,-41],[-7,-19]],[[3141,2949],[69,242],[-4,30]],[[3206,3221],[31,44],[20,7],[28,-20],[41,-82],[27,35],[13,-30],[5,-48],[-6,-11],[18,-13],[14,7],[20,48]],[[5350,2924],[24,13],[2,-92],[19,-37],[50,-7],[62,-107]],[[4752,2327],[-52,32],[-28,108],[8,13],[-9,41],[7,16],[-8,1],[23,38],[-11,25],[6,15]],[[4688,2616],[22,10],[3,-12],[16,21],[46,-37],[33,-2],[18,2],[16,34],[3,234],[-13,-6],[-10,15],[-5,24],[14,34],[-22,3],[-8,72],[15,14],[93,-18],[4,27],[-11,6],[15,6],[-1,35],[-12,5],[-6,24]],[[4898,3107],[31,-26],[9,28],[67,-26],[17,-32],[45,62],[24,2],[14,-62],[5,5],[15,-36],[-2,-70],[21,-43],[21,-6],[6,14],[31,-26],[20,45],[32,29],[38,-2],[-10,-58],[9,4],[3,-22],[25,4],[31,33]],[[1300,3286],[19,24],[-9,15],[7,8],[-17,17],[38,6],[1,18],[-11,7],[17,20],[9,-4],[6,15],[28,-37],[9,107]],[[1397,3482],[8,12],[38,-16],[3,24],[12,7],[38,-9],[-11,-154],[13,-10],[-22,3],[-15,-37],[-20,-4],[0,-38],[-20,-3],[-6,-18],[14,-33],[52,-59],[8,-55],[-19,-5],[12,-24]],[[4530,3205],[28,-23],[33,-116],[-25,-6],[-11,-45],[-21,-15],[5,-161],[23,26],[19,-22],[2,-44],[18,-6],[24,-36],[-8,-81],[61,-30],[10,-30]],[[4345,2757],[0,33],[-52,107],[-26,15],[-45,60],[-10,-53],[-21,35],[-3,58],[22,46],[-6,83]],[[4204,3141],[39,3],[26,52],[-19,30],[20,7],[-3,20],[11,14],[9,-16],[14,13],[27,-55],[41,-31],[2,20],[21,-4],[15,-20],[-7,-12],[25,-17],[10,7],[14,-24],[25,11],[11,27],[31,15],[-2,10],[16,14]],[[1180,3337],[9,27],[5,29],[4,26],[7,18],[3,6],[10,7],[6,13],[7,30],[5,23],[11,20],[10,16],[0,10],[-1,10]],[[1256,3572],[5,10],[23,-23],[3,-23],[29,-40],[35,21],[19,-46],[26,29],[1,-18]],[[6009,2960],[17,-40],[0,-72],[17,-83],[5,-10],[25,12],[7,-12],[13,-81],[14,-16],[2,-38],[64,-79],[21,-190]],[[6194,2351],[-14,-19],[-20,-12],[-16,-6],[-12,-20],[0,-12],[-3,-13],[-12,-12],[-17,-10],[-23,-32],[-19,-42],[-17,-33],[-7,-12],[-5,-6],[-4,-1]],[[6025,2121],[-4,1],[-26,-7],[-21,-10],[-3,-16]],[[5535,2753],[7,43],[17,-25],[20,8],[-1,62],[13,7],[8,26],[1,40],[-15,32],[5,10],[58,-10],[6,56],[-8,61],[11,8],[-10,15],[19,53]],[[5666,3139],[12,-8],[10,18],[15,-25],[18,9],[62,-46],[65,66]],[[5848,3153],[28,-80],[18,-18],[4,-54],[19,6],[10,-26],[24,45],[25,5],[33,-71]],[[3765,3190],[36,44],[32,-11],[38,-42],[26,-8],[15,-44],[34,-12],[10,-25],[38,-27],[51,57],[-4,19],[20,69],[-18,83]],[[4043,3293],[10,16],[11,-39],[8,3],[-6,58],[27,40]],[[4093,3371],[67,-83],[7,-24],[-9,-29],[7,-25],[10,1],[-6,-21],[18,-45],[14,13],[3,-17]],[[5544,3295],[-1,-25],[29,-25],[38,-67],[40,-18],[16,-21]],[[5350,2924],[-7,152],[20,5],[-5,17],[7,19],[23,8],[12,-18],[16,13],[11,77],[11,-18],[11,10],[45,-7],[12,36],[-6,45],[16,41],[6,-12],[22,3]],[[6377,3205],[-6,-65],[15,-4],[4,-68],[43,-2],[-20,-34],[-28,-6],[-16,-32],[-10,14],[-20,-22],[21,-33],[8,9],[18,-70],[2,-37],[-19,-12],[-6,-43],[17,-40],[-6,-6],[5,-32],[28,-5],[18,-39],[13,-7],[14,-99]],[[6452,2572],[-9,-5],[-28,-20],[-12,-23],[-8,-25],[-10,-15],[-25,-7],[-22,-13],[-8,-5],[-8,-5],[-26,-13],[-29,-30],[-29,-37],[-2,-2],[-16,-12],[-26,-9]],[[6009,2960],[29,34],[6,44],[71,62]],[[6115,3100],[39,14],[31,-28],[43,23],[7,30],[20,29],[22,-35],[-2,16],[18,50],[-5,24]],[[6288,3223],[-1,12],[48,9],[12,-4],[-3,-16],[33,-19]],[[6676,2805],[-10,-14],[-10,-24],[-9,-22],[-6,-22],[-1,-3],[4,-48],[3,-19],[5,-18],[9,-21],[-13,-15],[-6,-4],[-20,-12],[-18,7],[-9,5],[-27,2],[-6,0],[-7,-1],[-5,-10],[-3,-1],[-3,2],[-18,6],[-15,8],[-8,0],[-6,-1],[-17,-14],[-28,-14]],[[6377,3205],[-1,24],[63,-2],[0,26],[88,1],[-6,-176],[37,-25],[-2,-43],[43,-28],[18,-99],[22,-43],[19,-4],[18,-31]],[[5848,3153],[38,48],[-22,19],[23,8],[-7,14],[13,34],[24,28],[-9,37],[-20,8],[8,42],[-8,40],[47,61]],[[5935,3492],[40,-86],[20,1],[20,-50],[15,-2],[-4,-46],[24,54],[10,-13],[15,11],[0,-51],[-16,-10],[-3,-18],[22,-104],[21,7],[12,27],[12,-5],[19,30],[0,-34],[-8,2],[-8,-39],[-21,-15],[14,-20],[-4,-31]],[[3417,3158],[-19,23],[-25,91],[11,3],[6,49],[-27,2],[-22,59],[-9,77],[-25,82],[11,13],[-16,63],[20,27],[-4,21],[10,2],[-9,13],[9,12],[4,42],[31,21],[40,1]],[[3403,3759],[3,-28],[-15,-23],[16,-56],[6,9],[5,-36],[55,-96],[9,3],[31,-36],[8,21],[28,-21],[9,18],[-4,-142],[-15,-14],[12,-49],[-21,-11],[-19,-32],[18,-22],[-2,-80],[16,-12],[10,-35]],[[2686,3165],[17,-62]],[[1852,2869],[12,21],[-14,40],[6,15],[-42,0],[3,28],[-19,-5],[-20,27],[-14,-1],[0,17],[-11,1],[-4,46],[-14,-1],[-2,26],[-10,2],[10,46],[-50,44],[-11,24],[-67,31],[1,35],[-12,51],[-21,16],[-22,-16],[-14,21],[16,20],[20,-7],[23,48],[36,3],[17,16],[68,125],[37,130],[-18,162],[82,-36],[105,53],[-61,129],[33,20]],[[1895,4000],[42,-49],[11,-46],[-10,-32],[8,-16],[75,-68],[35,3],[5,-42],[24,-40],[16,-56],[14,-7],[18,-39],[31,-18],[7,9],[-2,-23],[20,-49],[34,31],[1,-40],[57,-32],[39,-53],[0,-43],[49,-11],[54,-45],[4,-16],[-10,-27],[14,-9],[41,-78],[18,35],[23,-26],[17,9],[10,22],[15,-3],[0,-15],[19,-11],[-1,-10],[113,-40]],[[6295,3569],[-29,-65],[9,-188],[-17,-35],[3,-10],[-16,-11],[10,-26],[33,-11]],[[5935,3492],[-11,15]],[[5924,3507],[-8,44],[26,17],[12,-32],[11,45],[27,14],[1,28],[-9,17],[25,25],[39,-65],[2,-40],[16,-6],[24,16],[-3,36],[-25,43],[21,74],[76,-77],[1,49],[-10,25],[7,8],[50,-27],[31,20],[-5,-66],[8,-32],[54,-54]],[[5257,3743],[9,-36],[-15,-6],[40,-32],[5,11],[5,-13],[13,3],[-9,-46],[7,-25],[32,-17],[4,-60],[36,-4],[40,-62],[14,28],[43,10],[7,-34],[13,-7],[-5,-14],[27,-38],[30,21],[2,14],[12,-6]],[[5567,3430],[12,-36],[-16,-25],[4,-56],[-14,-22],[-9,4]],[[4898,3107],[-16,24],[5,27],[-35,57],[43,76],[4,42],[16,9],[-13,87],[8,45],[-10,20],[27,67],[-11,20],[4,46],[23,-5],[20,20],[15,-8],[-8,-12],[14,13],[10,-9],[6,50],[21,18],[1,25],[19,25]],[[5041,3744],[28,14],[12,-10],[6,24],[-5,49],[29,29]],[[5111,3850],[48,-22],[14,-41],[48,4],[36,-48]],[[5556,3635],[-2,-65],[13,-20],[1,-36],[22,-11],[12,10],[7,-29],[-15,-12],[6,-46],[-33,4]],[[5257,3743],[15,2],[3,17],[26,-12],[15,26],[-12,36],[24,21],[7,22],[2,-10],[17,7]],[[5354,3852],[12,0],[14,-39],[-6,-32],[14,0],[7,21],[10,-12],[16,12],[60,-127],[49,-10],[26,-30]],[[3890,3932],[4,-22],[42,-25],[17,-79],[12,-4],[-2,-37],[-22,-1],[28,-61],[9,-131],[-10,0],[0,-41],[-29,-33],[6,-73],[11,-15],[11,28],[20,0],[2,-48],[-10,-24],[6,-28],[27,-27],[14,16],[13,-53],[4,19]],[[3764,3190],[-51,61],[-20,72],[2,100],[-23,146],[15,35],[-5,18],[6,9],[-55,191]],[[3633,3822],[34,12],[4,21],[24,-6],[1,-16],[26,8],[7,7],[-20,114],[110,56],[9,-45],[22,5],[15,-36],[25,-10]],[[5698,3847],[10,-61],[30,-24],[1,-68],[8,3],[36,-46],[18,-27],[8,-34],[17,-3],[28,-51],[21,6],[24,-33],[25,-2]],[[5556,3635],[57,23],[-14,29],[2,20],[16,0],[-7,6],[16,5],[19,41],[6,-33],[15,-4],[2,50],[10,1],[9,35],[0,50],[11,-11]],[[3035,4154],[12,-38],[12,0],[11,-29],[-44,3],[-14,-25],[2,-26],[26,-36],[48,-27],[15,11],[18,-14],[8,-33],[24,12],[-12,33],[2,43],[61,-10],[38,26],[3,20],[14,8],[53,2]],[[3312,4074],[37,-73],[21,-22],[32,24],[7,-37]],[[3409,3966],[39,-149],[-30,-27],[-4,-30],[-11,-1]],[[3206,3221],[-22,81],[1,41],[-101,185],[-18,13],[6,41],[-23,5],[5,27],[-59,39],[-2,17],[-15,5],[-5,-30],[-17,7],[1,34],[-30,21],[50,56],[-8,56],[-21,5],[0,60],[17,11],[0,50],[17,-8],[36,24],[-48,66],[-16,6],[-2,21],[-47,10],[-24,-33],[3,134]],[[2884,4165],[36,5],[35,-29],[80,13]],[[4129,3972],[-1,-41],[-26,-4],[-3,16],[-9,-31],[-49,-25],[18,-69],[-4,-54],[24,-5],[-13,-16],[9,-30],[-9,-36],[9,-11],[-9,-71],[5,-30],[-17,-45],[22,-119],[17,-30]],[[3890,3932],[7,64],[17,41],[-37,55],[3,13],[86,-24],[27,32],[14,-2],[1,18],[30,-1],[19,-70],[22,-1],[33,-53],[14,5],[13,-25],[-10,-12]],[[4499,3979],[-1,-27],[10,-6],[-7,-14],[-15,12],[-26,-43],[-9,-31],[5,-35],[-25,-28],[4,-23],[-19,-6],[-4,-37],[-18,-35],[22,-52],[6,10],[-10,12],[22,2],[13,-32],[5,15],[14,-2],[-1,-16],[21,-12],[-21,-22],[15,-44],[7,-82],[23,-74],[29,-47],[-8,-18],[-19,11],[4,-33],[-8,-35],[7,-49],[15,-33]],[[4129,3972],[13,-46],[15,-16],[36,0],[-19,47],[10,9],[21,-55],[2,17],[11,-12],[15,10],[15,-15],[32,0],[9,6],[-1,36],[31,15],[12,22],[-27,38],[33,43],[26,-19],[5,29],[8,-14],[17,34],[29,-23],[0,-30],[12,-7],[5,-39],[10,20],[5,-23],[18,-5],[1,-12],[26,-3]],[[2686,3165],[-9,121],[-25,56],[-33,40],[2,78],[-11,61],[38,37],[3,80],[25,34],[-10,76],[6,25],[-34,-7],[-1,42],[20,22],[-8,31],[37,-10],[20,14],[14,82],[28,5],[-16,29],[19,33],[-17,14]],[[2734,4028],[11,26],[16,-3],[-5,35],[8,24],[21,-1],[0,33],[27,-16],[20,11],[6,18],[-6,26],[37,37],[0,32]],[[2869,4250],[11,5]],[[2880,4255],[12,-28],[-17,-52],[9,-10]],[[4499,3979],[23,32]],[[4522,4011],[30,-29],[33,11],[18,23],[2,42],[29,-12],[29,40],[12,-28],[-4,-15],[15,-12],[5,17],[11,-39],[8,19],[14,1],[8,-34],[16,5],[17,-21],[19,13],[61,-36],[2,18],[15,11],[-6,55],[21,-9],[7,27],[25,-30],[13,-82],[29,-7],[-8,-42],[36,-103],[23,-41],[39,-9]],[[3312,4074],[40,27],[26,1],[4,23],[-10,34],[31,43],[56,6]],[[3459,4208],[-1,-15],[42,-33],[-2,-57],[23,-58],[-83,-4],[-31,-50],[2,-25]],[[1171,4057],[34,-40],[36,-76],[-40,-23],[-5,-9],[11,-17]],[[1207,3892],[-15,-5],[-16,6],[-31,19],[-17,11],[-14,0],[-6,-4],[-24,-34],[-8,-31],[-6,-28],[-16,-32],[-24,-4],[-18,4],[-9,1],[-10,-4],[-3,-7],[-9,-15],[-12,-12],[-14,5],[-23,19],[-11,31],[-25,39],[-27,10],[-8,1],[-8,9],[-11,21],[-3,9],[-2,5],[-3,8],[-10,29],[-9,32],[-22,38],[-4,8],[-6,22],[1,6],[7,26],[3,3],[9,7],[10,7],[9,5],[12,12],[11,16],[9,32],[11,36],[9,30],[1,6],[1,9],[1,5],[3,34],[-2,15],[-5,20],[-10,2],[-11,6],[-6,3],[-5,4],[1,21],[1,37],[5,17],[5,12],[3,7],[3,4],[5,0],[13,-4],[16,-1],[5,3],[11,13],[21,22],[6,8]],[[936,4466],[40,-47],[58,-25],[19,-60],[-13,-23],[7,-67],[38,-25],[8,-35],[-7,-5],[25,-13],[2,-37],[12,0],[5,22],[11,-9],[30,-85]],[[3588,4187],[7,-49],[15,-23],[-1,-27],[61,-20],[18,-25],[-9,-42],[-56,-41],[11,-8],[-45,-46],[-6,-31],[17,-44],[20,-12],[9,14],[4,-11]],[[3459,4208],[69,40],[24,-33],[16,11],[4,-30],[10,6],[6,-15]],[[3035,4154],[0,32],[-18,14],[13,33],[18,4],[18,57],[27,-9],[45,38],[45,-28],[13,18],[7,-26],[25,-11],[31,2],[16,22],[34,-45],[11,-37],[0,-51],[9,-22],[-14,-13],[-3,-58]],[[5554,4126],[17,-35],[3,-33],[-7,-10],[73,-53],[7,-116],[13,55],[40,11],[3,36],[7,-14],[22,21],[18,-2],[-17,-8],[9,-4],[2,-28],[-12,-14],[0,-37],[-28,-10],[-6,-38]],[[5354,3852],[-1,38],[9,13],[-24,80],[-12,5],[12,41],[85,-2],[8,62],[14,13],[24,7],[3,-18],[31,-9],[2,66],[49,-22]],[[2734,4028],[-55,-4],[-1,30],[-18,-10],[2,13],[-11,23],[-22,-5],[13,39],[-18,29],[5,39],[-16,28],[9,16],[-8,17],[-32,-36],[-9,15],[-6,-35],[-20,-6],[28,73],[-23,3],[7,21],[-15,40],[4,23],[-32,20],[-18,40],[-14,6],[4,77],[-14,-3],[-16,30],[-47,-22]],[[2411,4489],[-3,3]],[[2408,4492],[3,59],[52,27],[20,-21],[32,1],[19,-32],[39,6],[0,-26],[16,5],[2,-20],[32,20],[21,-20],[32,31],[0,-14],[19,2],[18,-24],[5,11],[27,-34],[13,-61],[19,0],[-1,-33],[32,-35],[-5,-13],[17,-34],[20,-16],[3,-16],[12,11],[14,-16]],[[1895,4000],[39,31]],[[1934,4031],[2,137],[8,47],[-12,22],[-4,49],[31,-28],[4,12],[-12,38],[6,23],[-34,9],[-11,23],[16,34],[-8,59],[63,-67],[10,67],[-5,12],[18,-3],[12,-18]],[[2018,4447],[20,-3],[13,-38],[18,-17],[16,16],[33,-26],[10,38],[-7,28],[-20,18],[5,16],[22,11],[6,-51],[17,29],[10,-21],[11,1],[3,56],[29,16],[3,52],[-10,22],[10,12],[70,-116],[75,-74],[16,26],[16,4],[8,-14],[-4,-8],[11,-5],[22,20],[-10,50]],[[1256,3572],[-3,15],[-2,13],[-1,7],[-6,29],[-1,9],[1,12],[1,15],[3,24],[5,37],[6,53],[4,43],[3,38],[-7,31],[-9,14],[-13,0],[-13,-8],[-11,-9],[-6,-3]],[[1171,4057],[12,16],[19,-14],[54,-84],[49,22],[-91,169],[43,-11],[44,172],[25,51],[37,35],[8,44],[26,57],[14,-25],[15,5],[-3,15],[15,-4],[1,-19],[17,33],[31,-84],[63,-78],[2,-17],[49,64],[-3,43],[11,-3],[23,67],[15,18],[1,142]],[[1648,4671],[26,65],[23,-17],[14,17],[32,-7],[20,-94],[-14,-42],[41,-68],[-35,-45],[10,-25],[-8,-14],[-1,-100],[51,-102],[-1,-30],[21,-64],[21,-32],[6,14],[30,-27],[50,-69]],[[4522,4011],[-3,14],[13,23],[-20,-1],[10,36],[-19,15],[11,4],[-15,12],[-1,23],[8,18],[34,4],[0,17],[-7,1],[9,23],[-14,10],[-21,54],[-19,11],[-34,78],[18,-3],[6,18],[39,35],[-2,59]],[[4515,4462],[29,-17],[13,-33],[10,2],[13,-25],[-12,-4],[8,-17],[23,-22],[38,-4],[7,-36],[18,-8],[6,25],[31,3],[-13,25],[14,20],[12,-14],[18,5],[22,-39],[17,1],[26,39],[32,-7],[34,28],[16,-3],[11,34],[-23,68],[64,-60],[20,5],[9,-23],[-2,-30],[20,10],[35,-72],[32,-22],[-19,-60],[10,-10],[14,-83],[-17,-94],[15,-6],[7,-20],[1,-45],[-16,-17],[5,-61],[57,3],[12,-13],[-1,-35]],[[3281,4656],[17,-37],[4,-47],[49,17],[-7,-23],[14,-7],[13,-32],[45,6],[5,16],[-47,44],[36,33],[30,3],[13,-43],[14,-2],[25,-45],[31,15]],[[3523,4554],[46,-8],[-5,-62],[19,-17],[-10,-17],[16,-12],[-13,-5],[8,-22],[13,20],[-2,-22],[10,-1],[13,-48],[-4,-19],[8,-11],[-24,-12],[5,-16],[-8,-14],[11,-30],[11,2],[6,-31],[-35,-42]],[[2880,4255],[27,36],[6,70],[23,25],[6,38],[-11,35],[0,64],[22,80],[25,22],[6,33]],[[2984,4658],[65,3],[21,64],[24,11],[39,-7],[31,-30],[73,-3],[18,-32],[26,-8]],[[6843,2916],[-23,46],[-69,47],[-18,96],[-26,50],[-2,46],[12,71],[-8,0],[8,12],[1,66],[6,9],[9,-12],[1,22],[13,10],[10,-32],[13,-9],[35,38],[14,-15],[10,25],[30,-22],[-6,59],[9,34],[-23,37],[49,-15],[14,48],[12,107],[-10,4],[-9,97],[12,21],[5,58],[-23,62],[21,76],[29,33],[-15,21],[-37,6],[-17,-13],[-1,34],[18,25],[-13,0],[-2,44],[-15,13],[10,19]],[[6867,4134],[12,-3],[22,24],[16,-12],[24,34],[16,-14],[34,8],[6,15],[15,-9],[-30,-130],[-11,-4],[6,-7],[-4,-11],[-9,12],[-24,-53],[22,-14],[43,45],[31,11],[31,59],[32,16],[34,66],[45,39]],[[7178,4206],[17,3],[-3,18],[24,79],[39,17],[35,-26],[39,53],[37,-17],[9,22],[8,-6],[-4,23]],[[7379,4372],[11,-18],[18,-35],[8,-18],[-2,-5],[-5,-11],[-10,-5],[-12,-10],[-16,-27],[-2,-16],[-2,-36],[-3,-48],[-13,-25],[-4,-19],[2,-17],[13,-11],[3,-6],[1,-4],[-7,-16],[-13,-21],[-17,-21],[-6,-29],[2,-25],[7,-46],[1,-14],[2,-23],[2,-24],[1,-7],[1,-8],[4,-48],[5,-49],[0,-36],[-1,-30],[-1,-32],[2,-37],[-4,-41],[-6,-32],[0,-13],[0,-25],[3,-18],[-2,-9],[-2,-10],[-23,-22],[-17,-31],[-18,-24],[-5,-7],[-9,-11],[-5,-9],[3,-15],[2,-11],[4,-29],[-1,-39],[-1,-9],[5,-15],[-2,-23],[-4,-26],[-3,-23],[-1,-52],[-1,-13],[9,-23],[6,-9],[5,-5],[15,-4],[2,-1],[16,-17],[21,-47],[4,-9],[8,-28],[-9,-9],[-4,-1],[-3,-1],[-15,-4],[-14,-7],[-9,-3],[-34,-7],[-30,-9],[-9,-4],[-9,-9],[-17,-24],[-6,-10],[-8,-17],[-11,-30],[-3,-11],[-5,-10],[-7,-15],[-5,-7],[-6,9],[-12,27],[-6,25],[-3,9],[-8,10],[-23,8],[-21,12],[-9,12],[-6,16],[-8,13],[-10,10],[-27,19],[-15,11],[-33,18],[-6,2],[-7,3],[-10,-5],[-13,-23],[-16,-53],[-18,1],[-6,11],[-2,10],[-2,13],[-10,11],[-27,17],[-3,-26],[1,-11]],[[6671,4478],[39,-35],[20,-31],[-3,-20],[23,14],[13,35],[38,-22],[0,-27],[17,-19],[4,-43],[30,-4],[15,-192]],[[6843,2916],[0,-52],[-12,-42],[-13,-27],[-4,-5],[-20,-15],[-20,10],[-3,-1],[-17,-6],[-4,0],[-3,0],[-6,-1],[-4,4],[1,17],[1,8],[0,6],[-6,9],[-6,6],[-5,4],[-11,15],[-19,-19],[-16,-22]],[[6295,3569],[7,26],[-10,31],[27,0],[15,19],[-12,10],[0,53],[22,-8],[16,44],[5,99],[17,25],[37,8],[61,55],[8,67],[22,5],[-28,75],[9,27],[-25,30],[-7,68],[-13,4],[11,14],[-9,18],[-2,93],[26,-8],[-19,45],[-7,57],[16,22]],[[6462,4448],[37,11],[17,-14],[28,30],[31,0],[16,-21],[61,34],[19,-10]],[[5799,4533],[50,-63],[-4,-50],[19,-18],[1,-87],[21,-11],[38,6],[33,-61],[-11,-28],[-31,-9],[-13,-27],[-16,6],[-20,-21],[-18,26],[-3,35],[-125,42],[-60,38],[-23,2],[-5,-19],[-74,-33],[-36,15]],[[5522,4276],[-31,8],[-18,30],[1,36],[-15,29],[1,66]],[[5460,4445],[23,37],[25,-20],[6,49],[-9,14]],[[5505,4525],[14,12],[11,-14],[28,19],[5,17],[-8,-3],[-5,15],[13,31],[-1,36]],[[5562,4638],[36,-28],[17,5],[9,-29],[51,1],[20,15],[-5,17],[19,-2],[8,19]],[[5717,4636],[13,-35],[35,-28],[3,-38],[31,-2]],[[6316,4504],[36,-34],[34,32],[22,-38],[54,-16]],[[5554,4126],[-34,96],[2,54]],[[5799,4533],[9,39],[10,-7],[22,20],[6,-25],[26,-5],[30,38],[38,-60],[53,-7],[15,22],[11,-9],[-3,18],[18,17],[2,32],[13,-36],[-7,-59],[10,-10],[10,14],[13,-15],[-12,-97],[19,-6],[11,-24],[-5,95],[51,-6],[19,34],[26,14],[49,-19],[17,10],[59,-9],[7,12]],[[4341,4796],[7,-26],[4,13],[21,-37],[46,22],[32,-16],[-29,-90],[7,-16],[14,20],[5,-8],[15,31],[15,-12],[5,-21],[49,10]],[[4532,4666],[6,-31],[-21,-35],[-90,-27],[-13,-43]],[[4414,4530],[-44,-7],[-15,-26],[-14,30],[-14,-4],[-13,15],[-5,51],[-36,-53],[-40,2],[-36,-25],[-33,-4],[-81,70],[-20,3],[-5,24],[8,46]],[[4066,4652],[81,-15],[15,37],[20,-9],[16,31],[42,16],[14,86],[41,22],[46,-24]],[[5460,4445],[-70,-41],[-15,6],[-66,-73],[-83,35],[-4,20],[44,19],[-2,18],[-24,21],[-3,63],[6,4],[-22,65],[43,28],[10,56],[-22,66],[3,15]],[[5255,4747],[33,-41],[67,-44],[41,-52],[14,11],[-11,12],[5,8],[26,23],[13,-46],[20,-9],[-8,-15],[10,-16],[16,15],[11,-12],[-6,-29],[19,-27]],[[936,4466],[11,13],[16,29],[15,49],[23,5],[17,15],[33,25],[21,28],[7,20],[5,13],[9,11],[26,25],[17,20],[8,16],[7,28],[3,9],[8,12],[22,23],[26,33],[16,35],[11,28],[6,11],[3,5],[2,2],[5,-3],[7,-2],[2,2],[11,17],[3,5],[5,13],[10,28],[14,48],[4,28],[-1,9],[-2,7],[-3,14],[0,9],[0,5],[5,10],[12,19],[3,5],[7,15],[4,13]],[[1334,5163],[28,6],[13,-27],[4,-56],[24,-67],[-2,-75],[17,-12],[8,-41],[9,11],[35,-8],[-28,-18],[5,-22],[28,7],[15,-46],[23,5],[27,-25],[-10,-2],[32,-47],[14,13],[21,-32],[18,12],[0,-31],[8,-3],[-7,-21],[32,-13]],[[7178,4206],[6,4],[-21,9],[28,28],[-29,32],[-30,-41],[-40,-5],[0,21],[-50,16],[-3,36],[-12,19],[1,92],[-8,50]],[[7020,4467],[3,27],[5,-10],[12,29],[29,-27],[-5,7],[43,76],[0,18]],[[7107,4587],[18,-18],[6,-2],[5,1],[11,5],[4,11],[18,2],[22,-28],[8,-11],[-5,-45],[1,-10],[1,-5],[2,-3],[12,-6],[8,9],[10,4],[11,2],[23,-7],[6,-9],[8,-19],[7,-13],[11,-14],[5,-4],[31,-20],[20,-12],[16,-7],[13,-16]],[[3832,4983],[-2,-35],[22,-33],[-1,-22]],[[3851,4893],[6,-34],[21,-15],[6,-21],[13,3],[13,-38],[11,4],[13,-18],[17,22],[32,-23],[13,-26]],[[3996,4747],[-4,-11],[13,-35],[12,18],[9,-16],[-1,21],[11,13],[7,-20],[19,-7],[4,-58]],[[4414,4530],[34,-38],[-1,-19],[-12,-9],[15,-18],[65,16]],[[3523,4554],[8,48],[18,29],[34,0],[5,14],[17,-11],[18,17],[-37,46],[-9,87],[-20,-7],[6,49],[10,8],[1,44],[35,-3],[18,-50],[15,26],[1,26],[14,0],[-2,13],[14,0],[22,33],[8,-5],[-11,27],[14,20]],[[3702,4965],[7,5],[12,-44],[8,14],[14,-3],[10,27],[41,8],[15,24],[23,-13]],[[3851,4893],[26,23],[63,3],[0,12],[26,21],[6,34],[64,7]],[[4036,4993],[-16,-16],[-5,-33],[-18,-7],[-9,-98],[23,-75],[-15,-17]],[[5257,4756],[-2,-9]],[[4532,4666],[25,15],[-4,11],[13,8],[-11,13],[15,19],[6,-21],[4,23],[8,-23],[9,11],[-5,15],[14,-10],[-1,20],[20,-12],[16,10],[12,-20],[-6,43],[12,20],[27,-16],[-6,40],[-14,25],[33,35],[15,6],[14,-13],[31,57],[14,5]],[[4773,4927],[4,-64],[24,-2],[25,19],[7,-12],[18,25],[6,-15],[90,-5],[1,-96],[-16,-43],[15,-23],[2,-59],[23,-34],[28,17],[79,-14],[35,15],[18,19],[20,61],[79,82],[15,-10],[11,-32]],[[2408,4492],[-31,80],[6,84],[26,73],[39,38],[5,59],[23,63],[17,14],[-5,49],[37,67],[13,49]],[[2538,5068],[5,-19],[27,17],[17,68],[-21,17],[4,7],[45,-7],[17,19],[-1,-25],[24,-18],[-15,35],[12,14],[53,10],[26,31],[10,-18],[14,11],[11,-18],[24,26],[7,-9]],[[2797,5209],[9,-12],[10,14],[4,-14],[3,22],[7,-26],[11,23],[20,7],[27,-19],[31,32],[27,-4],[15,-51],[8,6],[22,-21],[-31,-62],[-9,-48],[-10,14],[-18,-6],[7,-2],[-8,-23],[13,-16],[-20,-18],[-9,-48],[-12,-2],[6,-15],[27,-3],[-3,-30],[10,-31],[-14,-11],[-13,-36],[-5,8],[0,-36],[46,-53],[24,8],[-4,-28],[16,-70]],[[2018,4447],[10,21],[-11,30],[29,-21],[14,0],[5,15],[-33,114],[7,10],[-9,22],[7,55],[-8,19],[17,58],[-21,17],[-44,96],[-1,42],[23,-14],[5,34],[-1,25],[-9,5],[6,19],[-9,6],[3,23],[18,12],[-3,17],[19,17],[-7,35],[5,13],[14,0],[0,13],[25,-8],[-1,22],[16,30],[40,-4],[14,25],[21,-18],[13,36],[74,-5],[41,110]],[[2287,5318],[2,-38],[-10,-28],[11,-19],[-10,-12],[3,-17],[13,-3],[-3,-17],[24,-25],[12,-5],[39,26],[34,-26],[36,22],[23,-24],[40,-6],[17,-21],[20,6],[0,-63]],[[4752,5084],[16,-16],[-4,-16],[13,-36],[23,-19],[-10,-36],[-30,4],[28,-11],[-2,-28],[-13,1]],[[4341,4796],[16,47],[0,35],[-7,-24],[-8,21],[12,31],[-37,35],[23,34]],[[4340,4975],[21,-3],[15,26],[5,-16],[12,5],[18,50],[-7,16],[6,21],[18,-6],[8,54],[41,20],[12,-22],[40,-16],[7,-15],[49,26],[25,37],[28,-38],[4,-24],[22,17],[21,-8],[6,24],[3,-22],[25,-24],[33,7]],[[6671,4478],[12,72],[-8,27],[-29,3],[-17,27],[-16,60],[12,60],[-16,12],[-9,40],[33,-27],[20,48],[19,-12],[-2,-16],[26,-41],[31,18],[10,9],[-6,34],[12,38],[22,9],[-11,35],[9,9],[-3,12],[47,17]],[[6807,4912],[11,-59],[30,-5],[1,32],[40,-31],[6,-54],[21,-31],[38,6],[41,-24],[24,-57],[3,-38],[-28,-19],[-15,-42],[-20,4],[-2,-26],[30,-93],[1,-29],[32,21]],[[3281,4656],[15,8],[3,31],[12,21],[-8,31],[7,19],[-27,37],[4,82],[28,33],[27,8],[25,75],[12,-18],[11,8],[2,50],[6,-12],[25,1],[-2,-33],[13,-8],[15,41],[-5,49],[40,-2]],[[3484,5077],[80,67],[-24,38],[-26,116]],[[3514,5298],[29,-8],[23,20],[29,-10],[-1,-14],[75,23]],[[3669,5309],[-8,-23],[10,-28],[-5,-19],[9,2],[-14,-24],[14,-55],[22,-2],[-12,-80],[17,-115]],[[4055,5280],[-19,-88],[17,-6],[-8,-81],[20,-10],[-2,-15],[-9,0],[9,-2],[0,-25],[-12,-18],[0,-41],[-15,-1]],[[3832,4983],[25,13],[-4,26],[12,45],[49,30],[-17,40],[8,12],[-2,27]],[[3903,5176],[132,161]],[[4035,5337],[-12,-41],[32,-16]],[[6365,4768],[-28,88],[-8,75]],[[6329,4931],[18,13],[1,43],[29,-4],[10,29],[25,14],[2,32],[43,35],[11,-17],[-17,-16],[9,-57],[22,8],[-1,-37],[35,-8],[1,-24],[30,6],[0,-74],[-23,-4],[15,-39],[-8,-15],[-12,-12],[-15,17],[-22,70],[1,-10],[-12,-1],[3,-47],[-45,-34],[-5,-53],[-47,-1],[-12,23]],[[3793,5369],[20,-24],[4,-45],[10,2],[34,-46],[-7,-32],[8,-30],[15,5],[5,-21],[21,-2]],[[3669,5309],[5,17],[27,16],[-28,38],[16,18]],[[3689,5398],[14,8],[26,-26],[13,11],[10,-14],[35,8],[6,-16]],[[5590,5241],[33,-51],[6,-27],[-4,-26],[19,0],[-9,-61],[27,-9],[29,21],[14,-22],[-2,-25],[23,-13],[-5,-53],[38,-36],[5,-30],[9,2],[0,-45],[18,-7],[4,-70],[22,-40],[-46,-19],[-11,-49],[-28,32],[-17,-3],[-7,23],[-18,6],[-8,27],[-14,-4],[5,-30],[-18,-19],[62,-77]],[[5562,4638],[-26,65],[3,39],[-24,12],[-1,22],[-29,-3],[-22,80],[-19,13],[7,50],[10,13],[-21,9],[-8,28],[10,35],[18,11],[7,34],[38,18],[-19,92],[20,4],[-3,26],[9,-13],[13,26],[58,12],[-7,43]],[[5576,5254],[14,-13]],[[4329,5349],[11,-17],[-8,-11],[-23,11],[-12,-23],[-19,-4],[14,-21],[-11,-7],[4,-18],[-10,-44],[-11,-36],[-42,-54],[-11,-45],[24,17],[24,-11],[15,-62],[12,-3],[4,23],[11,2],[-4,-23],[18,-1],[-6,-17],[11,1],[6,-30],[14,-1]],[[4055,5280],[33,0],[9,-35],[15,9],[68,73],[15,50],[27,1],[20,38],[7,-34],[38,16],[42,-49]],[[5578,5280],[-2,-26]],[[5257,4756],[6,15],[22,-10],[21,16],[-5,20],[22,10],[-1,13],[11,-11],[3,22],[20,21],[-8,15],[10,19],[-8,25],[-9,-10],[-1,15],[-9,-2],[1,17],[10,4],[-8,4],[1,39],[-14,26],[12,24],[-24,3],[6,38],[-10,52],[-29,-10],[-1,-21],[-24,58],[-16,1],[2,-21],[-13,3],[-2,-15],[-17,9],[34,58],[44,16],[7,24],[23,-5],[-4,32],[-40,54],[-10,-5],[17,38]],[[5276,5337],[24,0],[-11,-32],[21,-14],[19,24],[21,-10],[21,9],[20,35]],[[5391,5349],[7,-11],[-4,-28],[13,-20],[76,-37],[69,50],[26,-23]],[[5170,5325],[40,23],[21,-20],[43,20],[2,-11]],[[4752,5084],[-1,42],[-28,7],[-14,32],[96,-8],[42,15],[7,22],[29,19],[58,-21],[-7,36],[23,14],[19,42],[-6,36],[6,20],[-13,63]],[[4963,5403],[-2,14],[16,-11],[17,12]],[[4994,5418],[2,-64],[32,-18],[13,-46],[18,-21],[41,4],[70,52]],[[4329,5349],[25,12],[17,-21],[9,12],[16,-9],[9,55],[85,-13],[18,-33],[0,-25],[20,7],[0,-22],[20,-24],[0,13],[22,-3],[-2,55],[36,-17],[14,19],[19,-13],[45,23],[7,-19],[12,43],[64,-36],[48,-4],[30,40],[58,2],[3,16],[42,16],[17,-20]],[[2797,5209],[-1,73],[24,13],[55,81],[34,-13],[4,29],[31,-18],[19,24],[13,-14],[27,6],[2,104],[20,-7],[4,18],[-41,53],[13,13],[-1,16],[40,-1],[4,24],[-6,15],[12,24]],[[3050,5649],[37,-25],[25,6],[38,-55],[-20,-37],[14,-13],[-7,-18],[-36,-15],[-5,-52],[7,-10],[6,15],[16,-1],[11,-36],[3,20],[18,-9],[14,33],[26,-82],[34,6],[9,-7],[-2,-18],[11,-3],[31,19],[17,-56],[6,5],[17,-32],[13,7],[2,-15],[32,17],[-2,24],[50,23],[-3,-25],[-31,-10],[-6,-34],[12,-57],[20,2],[-6,28],[36,12],[47,-179]],[[6127,5293],[14,-43],[-15,-5],[7,-17],[-10,3],[9,-33],[-14,8],[0,-17],[-25,1],[-11,-24],[7,-29],[24,-14],[21,5],[1,-15],[68,25],[5,35],[19,6],[2,47],[5,-22],[15,-2],[57,45]],[[6306,5247],[21,3],[28,-76],[-12,-19],[3,-72],[-40,-20],[-12,-41],[35,-91]],[[6365,4768],[-20,-20],[-4,-45],[25,-16],[-3,-93],[-7,6],[-19,-25],[1,-32],[-22,-39]],[[5590,5241],[103,29],[12,28],[12,-9],[23,32],[2,-19],[15,-7],[-17,-21],[14,-21],[24,2],[16,18],[12,-8],[2,17],[16,-17],[23,1],[8,8],[3,41],[24,35]],[[5882,5350],[10,-3],[-15,-41],[35,15],[2,-31],[17,17],[0,-14],[8,6],[0,28],[24,9],[26,37],[14,-9],[7,-52],[72,-1],[45,-18]],[[3793,5369],[18,30],[4,50],[18,28],[15,0],[7,20],[14,-14],[12,8],[-4,10],[34,55],[5,32],[35,69]],[[3951,5657],[-2,-39],[22,-1],[-7,-22],[6,-66],[21,-13],[-2,-92],[19,-57],[27,-30]],[[2302,5619],[39,-50],[6,-82],[-6,-3],[-3,-51],[-32,-15],[-19,-100]],[[1334,5163],[3,7],[2,5],[2,13],[-2,10],[-10,31],[-2,4],[-7,21],[-12,16],[-19,14],[-10,8],[-25,10],[-9,-1]],[[1245,5301],[-15,25],[-28,12],[12,41],[-7,19],[15,47],[-18,25],[42,79],[12,-45],[13,-8],[23,28],[-3,19],[21,2],[11,25],[20,-13],[9,27],[5,-17],[67,-20],[-16,103],[-20,31],[13,92],[37,87],[53,68],[51,-3]],[[1542,5925],[7,-37],[8,7],[15,-16],[35,-97],[35,3],[41,-64],[59,-49],[28,-43],[58,5],[34,-24],[6,-18],[22,0],[19,-33],[9,9],[39,-24],[26,22],[27,-24],[26,31],[28,-9],[12,12],[90,6],[20,34],[14,4],[21,-26],[37,37],[44,-12]],[[7143,5252],[-5,-9],[-7,-17],[-7,-17],[-23,-21],[-19,-17],[-17,-13],[-14,-19],[-12,-27],[-2,-7],[3,-8],[14,-12],[5,-7],[6,-21],[-10,-21],[-7,-6],[-8,-5],[-13,-5],[-11,-13],[-1,-8],[3,-16],[1,-4],[17,-18],[20,-22],[4,-8],[3,-25],[-4,-40],[-6,-49],[-10,-33],[2,-22],[6,-23],[13,-39],[11,-13],[14,-9],[11,-9],[-5,-21],[-8,-19],[-2,-4],[3,-10],[3,-5],[6,-9],[8,-12],[2,-2]],[[6807,4912],[6,77],[25,41],[-7,10],[6,41]],[[6837,5081],[17,-4],[6,25],[54,24],[3,77],[-9,23],[18,18],[-5,18],[20,1],[6,31],[13,5],[-2,27],[20,13],[7,-13],[7,37],[41,27],[0,19]],[[7033,5409],[29,-1],[9,-16],[-5,-29],[9,-17],[4,12],[38,-4],[12,-34],[1,-18],[-9,-1],[22,-49]],[[2803,5908],[67,-55],[32,-125],[22,2],[-5,-25],[7,-14],[36,-6],[6,10],[9,-14],[6,15],[12,-18],[12,47],[7,-41],[36,-35]],[[2302,5619],[20,12],[-12,28],[94,46],[6,18],[56,-33],[22,-31],[55,-18],[14,-23],[37,7],[8,28],[-10,53],[8,117],[11,38],[-7,24],[15,34],[20,15],[20,-13],[46,0],[26,-34],[32,-10],[40,31]],[[1512,6029],[22,-31],[-7,-40],[15,-33]],[[1245,5301],[-10,-1],[-15,-15],[-9,-9],[-23,-17],[-9,8],[3,5],[4,8],[-3,13],[-34,-6],[-18,2],[-6,16],[-6,10],[-14,-13],[-4,-5],[-5,-7],[-19,-24],[-29,3],[-4,5],[-1,4],[0,8],[1,12],[1,27],[-4,11],[-3,10],[-4,30],[-1,19],[-23,28],[-21,21],[-9,7],[-9,4],[-9,3],[-13,10],[-11,14],[-14,7],[-6,0],[-2,-1],[-10,-7],[-3,-2],[-16,-8],[-17,1],[-6,2],[-12,7],[-4,3],[-2,12],[1,14],[-5,6],[-10,5],[-25,12],[-3,2],[-5,1],[-12,2],[-15,1],[-22,-11],[-26,17],[-31,-2],[-6,-3],[12,-63],[-6,-24],[-18,-3],[-12,-6],[-37,-37],[-2,11],[-1,7],[-1,2],[-13,9],[-7,4],[-7,4],[-4,3],[-2,4],[-3,11],[-2,7],[0,3],[2,10],[2,3],[13,26],[5,11],[11,49],[4,25],[-7,17],[-7,11],[-6,4],[-9,5],[-5,7],[-13,26],[-1,8],[-13,53],[-8,15],[-3,19],[-4,33],[-4,27],[-4,23],[-2,27],[-1,26],[1,25],[0,9],[-1,4],[-3,5],[-12,22],[-14,15],[-7,14],[-8,17],[-5,27],[0,4],[81,13]],[[566,6052],[-10,-27],[37,-25],[-4,-25],[7,-8],[52,-16],[117,-77],[73,-5],[71,-51],[29,60],[3,34],[-2,47],[-18,1],[-4,-25],[-9,45],[48,83],[10,-9],[12,11],[39,-26],[14,9],[92,-70],[74,47],[14,31],[53,-36],[30,-52],[38,-25],[102,85],[39,-17],[39,18]],[[6241,5564],[12,-12],[29,11],[4,-41],[32,10],[3,-73],[-16,-19],[0,-77],[-17,-43],[10,-72],[8,-1]],[[6127,5293],[35,18],[-14,33],[-2,61],[-9,-11],[-15,12],[4,48],[7,4],[-8,47],[11,22],[24,-7],[45,25],[-2,32],[18,-1],[9,17],[11,-29]],[[5396,5550],[-5,-37],[27,-78],[-13,3],[-14,-89]],[[5170,5325],[-13,54],[0,101],[26,66],[14,8],[13,77],[16,11],[4,28],[23,-3],[2,30],[18,-3],[1,71],[19,0],[-1,10]],[[5292,5775],[20,-4],[14,-21],[13,9],[11,-20],[-8,-31],[23,-17],[-6,-29],[36,-9],[-17,-14],[6,-16],[-8,-30],[15,11],[5,-54]],[[5552,5754],[38,-76],[-5,-14],[76,-23],[19,-28],[-10,-42],[-14,19],[-6,-18],[-10,0],[-4,-49],[9,-43],[-12,1],[9,-43],[-3,-88],[-37,-55],[-24,-15]],[[5396,5550],[9,19],[33,0],[19,67],[20,6],[-14,39],[25,10],[-4,20],[12,6],[-2,27],[35,24]],[[5529,5768],[23,-14]],[[3691,5975],[-1,-39],[-20,1],[-25,-30],[18,-3],[-15,-27],[-9,3],[-3,-30],[-10,3],[-4,-22],[-8,-95],[18,-120],[-4,-28],[-6,0],[7,-33],[-16,-19],[11,-28],[17,9],[12,-25],[11,-90],[25,-4]],[[3514,5298],[3,47],[-27,35],[-16,64],[-18,24],[13,28],[34,-15],[11,32],[-7,4],[10,30],[-28,37],[-2,78],[8,13],[-4,37],[26,8],[-1,17],[-13,48],[-19,11],[8,7],[-8,17],[18,1],[22,59],[16,-9],[5,10],[-15,29],[12,47]],[[3542,5957],[18,10],[4,-15],[28,-5],[1,17],[13,4],[6,19],[2,-28],[34,26],[43,-10]],[[5161,5907],[28,-13],[35,-82],[22,3],[15,-37],[31,-3]],[[4994,5418],[-2,35],[26,15],[7,-13],[2,16],[24,11],[-48,17],[-14,77],[-23,-13],[-12,31],[-28,2],[-5,28]],[[4921,5624],[11,43],[20,5],[13,50],[-20,53],[5,15],[28,0],[49,-27],[-1,46],[29,34],[23,18],[22,-22],[13,9],[5,27],[-14,26],[0,21],[19,5],[3,-25],[35,5]],[[3917,6115],[-17,-42],[1,-25],[47,-106],[-13,-60],[49,-25],[-13,-27],[38,-78],[-19,-4],[1,-19],[-11,-15],[1,-24],[12,-11],[-42,-22]],[[3691,5975],[7,34],[23,11],[78,-28],[28,29],[18,3],[-15,31],[23,-12],[0,28],[17,-9],[2,29],[20,4],[6,23],[19,-3]],[[3280,6170],[13,-41],[-16,13],[-15,-15],[14,-48],[-53,-51],[10,-51],[12,6],[23,-33],[-2,-37],[24,-21],[25,3],[1,-47],[-8,-3],[-5,-63],[-19,-2],[13,-46],[-13,-29],[-22,23],[-6,34],[-23,43],[-109,60]],[[3124,5865],[-17,24],[-21,123],[11,142],[10,6],[-14,44],[9,7]],[[3102,6211],[25,6],[7,-17],[12,4],[8,-25],[9,1],[1,15],[18,-1],[2,-49],[24,27],[-4,25],[15,12],[33,-20],[-4,-12],[7,-8],[25,1]],[[7476,5819],[9,-30],[-5,-12],[14,-7],[10,-32],[41,6],[44,28]],[[7589,5772],[3,-28],[4,-12],[11,-38],[12,-36],[-7,-19],[-10,-16],[-7,-34],[-2,-44],[-12,-48],[-7,-12],[-6,-10],[-9,-13],[-7,-8],[-11,-10],[-28,-16],[-18,-12],[-9,-1],[-3,1],[-10,13],[-5,12],[0,8],[3,10],[7,12],[4,11],[-2,15],[-2,2],[-21,10],[-5,2],[-11,4],[-4,-4],[-5,-5],[-7,-8],[-13,-5],[-11,10],[-9,18],[-20,-1],[-35,-1],[-12,0],[-14,5],[-6,2],[-7,3],[-27,18],[-8,4],[-12,2],[-4,-3]],[[7247,5550],[-6,53],[7,29],[29,-2],[11,31],[14,-21],[-4,81],[18,47],[15,19],[13,-11],[29,13],[41,42]],[[7414,5831],[13,-1],[10,-40],[39,29]],[[6906,5867],[-5,-27],[7,-48],[25,-19],[12,-53],[2,-42],[-11,-15],[15,7],[0,-47],[11,9],[-4,-42],[17,-21],[-2,-15],[46,-8],[-3,-31],[-11,-2],[-6,-21],[23,-33],[0,-34],[11,-16]],[[6837,5081],[-20,6],[-19,45],[-8,-15],[-32,-3],[-9,-35],[-18,-1],[-6,-26],[-22,13],[-11,26],[-26,9],[-1,44],[-21,9],[0,99],[-27,32],[9,36],[-28,7],[-4,34],[-16,6],[3,20],[-23,67],[4,34],[-21,55],[21,11],[21,67],[6,-15],[23,22],[0,16],[20,3],[2,32],[52,23],[5,22],[30,17],[3,36],[12,-3],[21,32],[-7,29],[28,14],[21,52]],[[6799,5901],[65,4]],[[6864,5905],[4,-17],[28,9],[10,-30]],[[7134,5922],[10,-12],[-12,-21],[4,-16],[41,19],[14,-20],[52,7]],[[7243,5879],[23,-13],[39,11],[-15,-40],[9,-23],[22,21],[38,-6],[25,24],[30,-22]],[[7247,5550],[-2,-1],[-6,-4],[-10,-21],[-17,-19],[-13,-11],[-17,-8],[-10,-6],[-10,-12],[-13,-35],[-2,-16],[2,-5],[3,-4],[15,-25],[1,-50],[1,-13],[-2,-20],[-7,-19],[-2,-6],[-4,-5],[-11,-18]],[[6906,5867],[29,98],[30,-9],[8,-18],[47,43],[25,-41],[58,27],[31,-45]],[[2803,5908],[36,16]],[[2839,5924],[21,-25],[26,1],[11,-16],[34,43],[6,-5],[-2,-43],[44,16],[3,-27],[18,-12],[-1,-25],[17,31],[5,-20],[27,19],[11,-11],[45,1],[20,14]],[[3280,6170],[4,60],[-10,13],[10,0],[-9,49],[28,-1],[8,21],[31,-10],[-4,19],[22,69],[94,-16],[57,20]],[[3511,6394],[-42,-189],[4,-40],[-13,-110],[-23,-27],[4,22],[-12,17],[-9,-10],[-26,35],[-3,-11],[19,-29],[-7,-61],[16,-12],[6,-54],[43,63],[17,-24],[17,24],[14,1],[26,-32]],[[6241,5564],[-8,43],[8,26],[-8,18],[61,57],[3,75]],[[6297,5783],[12,19],[-16,62],[10,78],[14,8],[16,-12],[7,20],[15,4],[-2,15],[23,49],[-30,17],[-12,-6],[-9,29],[28,66]],[[6353,6132],[26,-36],[-3,-27],[29,-7],[33,14],[42,-14],[8,-20],[31,0],[-2,-12],[10,-11],[52,0],[17,-37],[48,-8],[12,-16],[1,-27],[43,2],[3,-30],[16,11],[-1,29],[19,-2],[5,17],[57,-57]],[[1860,6577],[72,-131],[74,38],[30,36],[80,-63],[13,12],[27,-27],[34,-69],[61,15],[24,-11]],[[2275,6377],[43,-131],[22,37],[28,-26],[32,-47],[-3,-18],[33,-75],[55,4],[17,-27],[4,34],[25,-5],[1,22],[21,-1],[18,32],[5,-128],[14,-27],[-6,-14],[22,-16],[5,50],[22,45],[9,-10]],[[2642,6076],[45,-22],[-1,-12],[41,-12],[85,13],[-3,29],[12,19],[34,-66],[-16,-101]],[[1512,6029],[28,59],[34,43],[-14,143],[11,33],[18,2],[12,30],[26,1],[44,39],[18,42],[6,-8],[14,25],[32,-6],[15,30],[24,-6],[5,17],[28,18],[28,96]],[[1841,6587],[19,-10]],[[5172,6045],[9,-54],[-15,-40],[9,-23],[-14,-21]],[[4921,5624],[-70,53],[-18,34]],[[4833,5711],[-3,79],[18,86],[-6,11],[18,22],[4,34],[9,-7],[24,34],[-9,35],[17,6],[-6,22]],[[4899,6033],[14,18],[17,-8],[-3,-13],[5,10],[21,-10],[2,-12],[28,-1],[22,36],[21,0],[41,51],[20,39],[-8,17],[6,25],[-20,5],[-8,51],[22,-4],[4,25],[-9,18],[21,6]],[[5095,6286],[10,-3],[3,-30],[30,-30],[6,-31],[24,-35],[-6,-34],[7,-40],[-9,-26],[12,-12]],[[5955,6183],[15,-30],[79,-50],[20,-51],[-8,-47],[37,-38],[-20,-40],[12,-14],[1,-22],[12,11],[38,-18],[3,-31],[9,13],[17,-7],[7,28],[13,-23],[8,36],[30,-49],[35,-18],[1,-15],[18,-5],[-2,-10],[9,4],[8,-24]],[[5882,5350],[7,19],[-2,149],[21,71],[-5,38],[13,17],[-21,46],[0,64],[-15,26],[23,7],[-19,17],[1,68],[24,34],[15,-2],[-30,56],[7,82],[13,6],[-7,32],[16,27],[-8,50]],[[5915,6157],[25,38],[15,-12]],[[4868,6133],[5,-48],[21,-23],[5,-29]],[[4833,5711],[-146,35],[-84,-38],[-33,26],[-24,-21],[-34,32],[-44,16],[-75,1],[-26,62],[28,77],[-2,46]],[[4393,5947],[19,45],[-6,22],[6,26],[20,-5],[17,23],[10,59],[37,12],[6,25],[38,3],[10,11],[-8,13],[5,41],[19,-8],[21,54],[28,24]],[[4615,6292],[21,30],[35,16],[-9,-28],[19,-11],[-4,-50],[15,-1],[12,-27],[20,12],[29,-10],[9,-34],[16,-12],[1,-38],[10,-14],[28,-11],[23,22],[28,-3]],[[5404,6084],[20,-77],[18,-21],[-4,-22],[12,-35],[44,-108],[35,-53]],[[5172,6045],[29,65],[16,-1],[15,29],[-7,45],[13,57],[49,43]],[[5287,6283],[22,-41],[16,4],[25,-29],[1,-18],[20,-2],[1,-28],[32,-51],[0,-34]],[[3896,6444],[32,-36],[10,-41],[-36,-97],[3,-23],[31,-43],[4,12],[13,-35],[-4,-30],[-32,-36]],[[3511,6394],[40,-31],[31,11],[-5,31],[19,18],[9,81],[20,3],[9,-11],[34,1],[24,-23],[30,12],[49,-33],[37,23],[39,-41],[19,31],[30,-22]],[[5830,6226],[38,-10],[8,-12],[-2,-16],[41,-31]],[[5552,5754],[31,64],[-35,43],[24,47],[13,-8],[29,78],[-9,6],[9,40],[-8,7],[10,120]],[[5616,6151],[0,27],[16,40],[32,5],[5,59],[24,-3],[24,18],[-4,32],[31,-38],[18,-60],[33,-54],[25,13],[10,36]],[[4197,6491],[7,-202],[-8,-26],[61,-115],[34,0],[13,-26],[10,-88],[-12,-94],[27,-15],[64,22]],[[3896,6444],[13,36],[64,7],[10,27]],[[3983,6514],[67,-86],[14,30],[65,-12],[68,45]],[[5404,6084],[18,17],[12,-9],[-16,24],[-1,32],[16,31],[-4,144],[21,3],[1,58]],[[5451,6384],[9,7]],[[5460,6391],[36,-23],[0,-59],[10,5],[28,-26],[13,-29],[23,20],[19,-116],[27,-12]],[[7667,6115],[-6,-12],[7,-22],[13,-15],[16,8],[27,-89],[12,-4],[-9,-25],[35,-24],[26,9],[25,-61]],[[7813,5880],[-1,0],[3,-9],[-3,-15],[-4,-11],[-8,-16],[-15,-5],[-19,-5],[-18,-1],[-4,1],[-13,-2],[-11,-7],[-29,-21],[-20,2],[-24,-1],[-6,-1],[-8,-6],[-16,-8],[-14,2],[-14,-5]],[[7476,5819],[-11,40],[14,38],[-14,41],[13,64],[47,40],[10,-13],[9,10],[16,39],[2,57],[9,12],[-3,32],[19,23]],[[7587,6202],[29,-36],[-1,-21],[16,16],[23,-44],[13,-2]],[[7138,6208],[11,4],[2,-20],[8,4],[14,-29],[9,-94],[-8,-15],[23,-17],[-1,-36],[-17,-23],[-13,-47],[-32,-13]],[[6864,5905],[7,18],[11,0],[8,30],[-22,29],[0,27],[14,18],[-6,27],[10,9],[-22,42],[6,62],[-13,65],[3,34],[-10,14]],[[6850,6280],[20,12],[21,-31],[62,8],[29,-21],[2,-36],[12,-14],[44,31],[15,-19],[-3,-31],[27,13],[-6,-23],[10,-2],[2,15],[20,-8],[6,22],[27,12]],[[4868,6133],[12,-3],[14,20],[-1,60],[20,14],[-21,57],[-1,29],[11,92],[25,17],[7,106]],[[4934,6525],[17,-4],[46,-72],[30,-7],[18,-59],[-1,-33],[38,-30],[13,-34]],[[2688,6748],[-21,-80],[10,-26],[13,5],[9,-53],[15,-14],[-6,-37],[11,-20]],[[2719,6523],[-3,-29],[18,1],[6,-42],[14,-21],[-6,-19],[20,-16],[-3,-35],[14,-7],[-8,-22],[-19,5],[-12,-36],[-39,-8],[4,-23],[-12,-25],[12,-36],[-24,-36],[-20,2],[-11,-15],[-8,-85]],[[2275,6377],[27,16],[8,62],[54,25],[17,-6],[2,-17],[30,12],[10,-15],[21,15],[19,-16],[10,-33],[19,6],[-3,31],[52,40],[20,41],[-1,33],[41,82],[2,27],[-16,42],[10,4]],[[2597,6726],[69,49],[18,-11],[4,-16]],[[5287,6283],[-4,25],[-25,36],[11,39],[-13,9],[-8,32],[4,70],[14,23],[-20,4],[8,43]],[[5254,6564],[30,-63],[-1,-32],[30,4],[12,-31],[40,-10],[16,-36],[32,20],[38,-32]],[[6220,6491],[22,-10],[0,-71],[10,-24],[-13,-40],[14,6],[61,-66],[21,-2]],[[6335,6284],[-25,-55],[0,-26],[43,-71]],[[5955,6183],[0,20],[38,111],[29,8],[-13,22],[-1,66],[8,35],[16,-4],[-1,11],[16,12],[-12,17],[7,8]],[[6042,6489],[30,5],[9,-7],[-1,-14],[9,30],[37,-29],[10,37],[9,1],[75,-21]],[[7138,6208],[-11,58],[13,1],[-8,13],[9,115],[20,7],[70,-27]],[[7231,6375],[38,-24],[29,28],[46,11],[24,-57],[0,-28],[-15,2],[-10,-18],[11,-12],[-2,-134],[-10,-8],[-5,-86],[-51,-135],[-43,-35]],[[2719,6523],[61,94],[24,-28],[16,-1],[23,-41],[-5,19],[13,21],[-3,13],[12,-6],[-3,24],[10,10],[-2,-31],[20,30],[-1,77],[28,62],[22,81],[40,38],[34,2]],[[3008,6887],[28,-4],[24,-39],[-22,-41],[21,-49],[-2,-53],[-11,-10],[0,-17],[16,-24],[3,-46],[-14,1],[4,-113],[-27,-110],[14,-42],[12,7],[-5,-32],[34,53],[9,-28],[-38,-58],[9,-1],[0,-27],[39,-43]],[[1392,6992],[-19,-94],[11,-28],[54,45],[50,19],[31,48],[36,21],[42,-90],[72,-21],[43,-45],[-2,-15],[21,-3],[5,-24],[31,-2],[8,-18],[-8,-21],[4,-42],[11,-27],[-4,-44],[26,-43],[35,0],[2,-21]],[[566,6052],[21,37],[11,19],[6,20],[-1,24],[4,13],[7,12],[16,23],[6,4],[9,2],[5,0],[7,-3],[12,14],[12,17],[15,34],[6,19],[0,4],[-6,10],[-5,21],[-7,42],[-11,41],[-3,6],[-4,12],[2,28],[1,5],[3,7],[26,18],[4,1],[12,-1],[12,0],[13,-3],[10,-5],[13,-4],[10,8],[6,6],[3,2],[3,4],[7,17],[9,16],[5,6],[6,5],[9,-3],[7,0],[11,3],[8,2],[3,2],[2,2],[4,5],[9,12],[9,10],[15,8],[16,12],[2,34],[20,24],[13,2],[11,-11],[9,3],[9,10],[3,13],[23,24],[24,24],[11,9],[13,6],[22,43],[9,20],[6,28],[2,46],[1,44],[3,14],[2,5],[2,3],[4,9],[8,9],[17,29],[4,11],[4,4],[8,7],[9,4],[21,9],[20,2],[18,5],[25,10],[22,0],[15,10],[16,11],[6,3],[5,0],[9,-10],[4,-18],[11,-14],[9,1],[3,0],[5,2],[14,1],[13,-4],[22,-8],[3,-2],[8,-6]],[[6501,6531],[27,-33],[35,4],[16,-16],[-7,-37],[12,-14],[10,6],[1,-15],[22,13],[27,-14],[26,26],[24,-33],[27,42]],[[6721,6460],[16,-13],[1,-62],[16,-29],[13,17],[69,25],[12,-31],[-7,-53],[9,-34]],[[6335,6284],[13,4],[22,118],[25,56],[20,16],[36,-86],[15,44],[24,25],[-8,34],[13,8],[-9,25],[5,12],[10,-9]],[[2284,7013],[36,-9],[41,-57],[48,-19],[14,-20],[23,8],[8,-29],[70,-43],[45,-59],[8,-40],[20,-19]],[[1860,6577],[149,130],[39,53],[56,18],[41,137],[50,26],[37,-6],[6,77],[10,12],[36,-11]],[[7943,5969],[-5,4],[-13,-4],[-18,-6],[-13,-27],[-17,-14],[-16,-9],[-18,0],[-3,0],[-7,-1],[-4,-4],[-6,-7],[-6,-10],[-4,-11]],[[7667,6115],[7,6],[3,37],[-8,16],[14,77],[-1,30],[-20,13],[0,24],[30,4],[1,48],[12,24],[29,-29],[22,47],[10,-13],[22,27],[8,-19],[36,21],[12,-49],[43,-5],[39,-56],[-6,-39],[15,-37],[-24,-25],[1,-58],[27,-75],[-6,-64],[16,-25],[-6,-26]],[[4934,6525],[25,71],[12,79]],[[4971,6675],[19,-12],[48,88],[33,8],[17,-4],[29,-64],[31,-37],[13,3],[1,24],[13,-14],[49,5],[4,8],[-13,3],[14,21],[21,-29],[-1,-36],[23,-13],[-14,-17],[-4,-45]],[[5830,6226],[7,41],[17,24],[-4,33],[17,24],[-11,28],[8,10],[-6,23],[-29,66],[-1,68],[-17,55],[3,46]],[[5814,6644],[117,23]],[[5931,6667],[51,-54],[27,-105],[25,-4],[8,-15]],[[3983,6557],[0,-43]],[[3511,6394],[10,51],[-7,57],[-12,26],[4,37],[36,21],[13,29],[-7,70],[11,30],[30,33],[15,0],[-17,15],[0,51],[37,90]],[[3624,6904],[6,-6],[11,-11],[18,-4],[22,1],[15,-1],[25,-11],[7,-26],[20,-13],[26,7],[4,12],[6,13],[17,28],[7,8],[9,9],[4,3],[4,2],[24,5],[8,-16],[8,-22],[6,-16],[15,-25],[9,-7],[3,-1],[8,-11],[3,-7],[3,-33],[2,-13],[5,-13],[12,-28],[5,-10],[7,-17],[5,-15],[2,-8],[5,-35],[2,-20],[2,-13],[-1,-14],[3,-22],[5,-10],[6,-7],[11,0]],[[7650,6446],[6,-42],[-7,-32],[-12,-34],[-21,-11],[-12,-45],[8,-31],[-25,-49]],[[7231,6375],[-9,90],[5,48],[14,13]],[[7241,6526],[20,-15],[32,6],[55,-15],[36,14],[66,-20],[38,16],[43,-1],[-1,-20],[61,-9],[3,-41],[56,5]],[[3018,6960],[-10,-73]],[[2688,6748],[6,43],[-8,20],[9,16],[-20,40],[11,41],[22,35],[11,-1],[-1,23],[32,37],[23,-15]],[[2773,6987],[3,-4],[2,-4],[3,-3],[4,-3],[5,-3],[12,-4],[9,-2],[5,-1],[17,5],[13,17],[31,30],[14,9],[16,-10],[19,-7],[9,0],[7,0],[4,2],[2,6],[1,4],[1,4],[3,5],[5,2],[10,-3],[4,-4],[5,-7],[2,-6],[1,-5],[3,-9],[3,-7],[4,-8],[2,-3],[8,-9],[16,-9],[2,0]],[[4914,6872],[28,-3],[26,-37],[-12,-91],[15,-66]],[[4615,6292],[-11,16],[14,14],[-3,66],[40,80],[-9,52],[19,24],[3,44],[28,36],[16,70],[-33,96],[11,28],[4,60],[-19,15]],[[4675,6893],[31,-9],[74,13],[40,-42],[53,23],[41,-6]],[[3018,6960],[26,9],[7,4],[5,3],[6,6],[8,8],[2,4],[16,9],[31,16],[8,5],[4,2],[6,2],[14,5],[3,0],[5,-3],[5,-4],[10,-8],[28,-17],[7,-5],[3,-4],[4,-21],[8,-17],[4,-9],[6,0],[13,3],[13,4],[3,-1],[8,-1],[10,-2],[4,1],[14,7],[4,2],[7,8],[9,9],[10,9],[9,5],[23,5],[22,4],[14,3],[8,7],[8,0],[12,-1],[10,-3],[7,0],[15,6],[15,14],[20,14],[9,4],[5,1],[18,3],[8,2],[13,-1],[19,0],[5,0],[9,6],[22,-16],[0,-7],[-2,-20],[-6,-5],[-1,-3],[-4,-14],[-1,-5],[4,-13],[9,-14],[21,-46],[4,-6]],[[4197,6491],[33,-23],[51,-1],[79,129],[23,-31],[57,71],[38,-11],[22,48],[-29,99],[64,96]],[[4535,6868],[31,22],[1,42],[26,22],[18,-33],[23,15],[14,-28],[27,-15]],[[8267,6606],[2,-56],[-12,-5],[8,-30],[-17,-17],[7,-29],[-7,-16],[23,-32],[13,9],[7,-44],[-8,-59],[6,-27],[10,9],[6,-10]],[[8305,6299],[-17,-24],[-5,-8],[-16,-48],[-4,-19],[0,-17],[6,-14],[-3,-15],[-5,-11],[-22,-29],[-26,-12],[-6,-1],[-8,8],[-3,5],[-26,31],[-33,-22],[-9,-11],[-8,-12]],[[8120,6100],[-13,25],[10,18],[-1,22],[-14,17],[8,28],[-32,65],[16,13],[2,21],[-8,7],[11,16],[-1,20],[-38,38],[21,54],[-3,27]],[[8078,6471],[71,22],[32,35]],[[8181,6528],[35,58],[49,32],[2,-12]],[[3983,6557],[29,13],[4,2],[4,5],[3,4],[5,14],[4,15],[0,3],[7,47],[8,33],[0,29],[4,52],[1,17],[0,22],[-4,24],[-10,29],[3,38],[3,15],[9,24],[22,26],[10,19],[23,15],[5,3],[11,2],[7,1],[3,-2],[8,-5],[9,-2],[19,5],[25,12],[22,15],[13,7],[10,5],[3,-1],[29,9],[21,26],[4,5],[6,5]],[[4303,7088],[46,-25],[94,14],[7,-34],[24,0],[22,-33],[1,-30],[14,-18],[9,-59],[15,-35]],[[5623,6865],[3,-35],[22,-26],[32,-22],[11,12],[5,-41],[27,-3],[-1,35],[28,24],[12,-16],[24,16],[6,-51],[-12,-35],[-16,-13],[2,-29],[48,-37]],[[5460,6391],[7,125],[-18,14],[27,35],[27,-3],[-5,66],[3,20],[13,7],[-4,23],[16,57],[-14,20],[16,42],[-4,97]],[[5524,6894],[-4,59],[9,19],[46,-41],[36,-10],[-4,-41],[12,2],[4,-17]],[[6501,6531],[3,29],[-41,11],[-35,43],[44,7],[6,45],[14,-3],[-13,45],[-28,18],[-17,37],[12,15],[22,-10],[0,37],[10,24],[-5,38],[22,35]],[[6495,6902],[45,-20],[18,-76],[19,1],[7,-75],[25,-32],[13,48],[8,-11],[19,8],[7,22],[52,-54],[1,-18],[-15,-21],[10,-32],[-4,-38],[-8,-2],[22,-75],[7,-67]],[[7893,6709],[39,-68],[45,2],[11,-13],[-2,-115],[49,7],[15,-32],[28,-19]],[[8120,6100],[-6,-16],[-7,-25],[-4,-15],[-4,-6],[-4,-6],[-6,-5],[-28,-13],[-18,-21],[-10,-10],[-14,-5],[-11,2],[-15,-7],[-18,-15],[-13,-6],[-9,10],[-10,7]],[[7650,6446],[5,204],[28,60]],[[7683,6710],[54,-92],[23,28],[13,-5],[-6,-20],[15,-1],[-8,17],[25,0]],[[7799,6637],[19,12],[11,25],[16,-3],[-9,25],[38,21],[-5,23],[24,-31]],[[8367,6666],[-6,-26],[-4,-11],[-7,-16],[6,-13],[10,-12],[15,-16],[7,-16],[5,-15],[10,-22],[6,-14],[6,-29],[5,-28],[6,-47],[4,-21],[0,-15],[-3,-11],[-12,-23],[-10,-8],[-2,1],[-3,11],[-2,2],[-8,3],[-7,-2],[-11,-20],[-7,-18],[-6,-9],[-15,0],[-9,6],[-8,11],[-18,-4],[-4,-5]],[[8267,6606],[55,59],[3,18],[31,-1],[11,-16]],[[2284,7013],[13,69],[23,2],[25,-18],[2,12],[-19,13],[27,-10],[-3,146],[-15,51],[5,21]],[[2342,7299],[7,-5],[24,1],[15,8],[16,25],[12,20],[7,11],[4,4],[12,9],[3,0],[19,-2],[22,-9],[18,-10],[18,-11],[6,-6],[4,-1],[3,-1],[20,-4],[9,0],[9,-2],[19,-4],[13,-11],[10,-11],[20,-17],[17,-8],[6,-3],[16,-9],[5,-10],[11,-24],[15,-39],[14,-44],[2,-13],[2,-13],[1,-7],[0,-8],[0,-4],[-2,-7],[0,-9],[4,-8],[5,-9],[9,-12],[14,-17],[18,-42],[1,-6],[3,-4]],[[4914,6872],[40,1],[32,43],[16,44],[94,7],[5,48],[50,25],[-24,76]],[[5127,7116],[22,0],[22,-27],[20,2],[93,-93],[62,9],[30,-23],[83,-20],[65,-70]],[[5931,6667],[20,3],[-8,46],[14,-3],[27,55],[7,42],[18,11],[4,101],[33,82],[-2,22],[16,17],[39,2],[27,26],[79,2]],[[6205,7073],[16,-16],[-8,-20],[13,-17],[25,0],[8,14],[-7,29],[22,-19],[-2,-19],[-7,15],[-19,-36],[-27,19],[-15,-35],[-2,-58],[26,-49],[-11,-40],[0,-68],[41,4],[25,-21],[21,13],[5,-39],[1,-89],[-9,-6],[2,-21],[-23,9],[-1,-22],[-15,4],[0,-28],[-11,10],[-5,-13],[14,-23],[-28,-8],[-4,-7],[9,-11],[-19,-34]],[[8124,6856],[-5,-36],[11,-1],[4,-40],[-14,-69],[31,-1],[10,-99],[20,-82]],[[7893,6709],[22,57],[21,6],[-8,18],[24,-20],[23,31],[33,12],[2,58],[17,8]],[[8027,6879],[45,-10],[-1,-12],[53,-1]],[[1392,6992],[13,17],[11,17],[5,10],[1,5],[0,9],[-1,10],[2,15],[2,12],[3,11],[2,4],[1,5],[5,17],[-2,18],[-3,13],[0,66],[30,50],[6,13],[2,12],[-7,6],[-10,10],[-2,13],[1,14],[5,27],[-1,12],[-1,8],[-4,12],[-2,20],[1,5],[2,8],[5,5],[18,19],[15,33],[-1,41],[-7,47],[4,-2],[5,1],[9,3],[8,1],[10,-8],[16,-16],[17,-18],[5,0],[13,1],[13,2],[11,2],[26,-9],[31,-3],[12,5],[11,-9],[20,-36],[18,-23],[14,-5],[36,1],[21,15],[20,28],[26,28],[24,-5],[18,-9],[7,-3],[20,-2],[3,1],[7,2],[11,6],[2,2],[3,4],[11,14],[11,8],[26,11],[14,6],[17,-3],[14,-13],[6,-2],[18,-1],[7,3],[5,3],[19,5],[17,-9],[4,-3],[5,-3],[6,-9],[13,-23],[17,-8],[20,-6],[2,-1],[4,-5],[26,-31],[10,-14],[16,-24],[14,-18],[8,-8],[8,0],[21,-4],[16,-15],[13,-26],[11,-19],[27,-25],[14,-11]],[[7596,6957],[-5,-36],[22,-5],[-6,-17],[8,-6],[-3,-20],[22,-8],[1,-72],[17,8],[16,-22],[-3,-43],[18,-26]],[[7241,6526],[-23,34],[14,35],[-6,14],[8,12],[15,-34],[26,81],[-41,43],[21,19],[5,-17],[17,-7],[2,38],[-57,-2],[-5,14],[46,39]],[[7263,6795],[106,92],[32,47]],[[7401,6934],[27,39],[37,-19],[8,-33],[5,27],[40,-22],[36,75],[42,-44]],[[8251,6961],[16,-30],[60,8],[2,-107],[-16,-21],[41,-67],[21,-8],[-10,-12],[8,-33]],[[8373,6691],[-6,-25]],[[8124,6856],[10,-1],[18,85],[20,-6],[6,22],[23,14],[12,35],[38,-44]],[[6243,7252],[7,-38],[-6,-28],[28,-49],[-5,-66],[33,-19],[25,16],[19,-8],[14,-28],[1,-36],[7,7],[38,-47],[31,41],[14,-48],[46,-47]],[[6205,7073],[22,43],[-33,48],[-14,43],[-6,74],[12,0]],[[6186,7281],[13,-7],[8,-28],[36,6]],[[7596,6957],[5,-8],[21,24],[-29,40],[14,33],[-14,21],[11,22],[33,4],[24,31]],[[7661,7124],[78,-173],[11,-52],[-17,-16],[15,-13],[-2,-32],[21,4],[6,-32],[-24,-17],[-1,-17],[25,-22],[-21,-13],[22,-50],[24,28],[17,-45],[-20,-18],[4,-19]],[[4964,7422],[13,-15],[9,14],[28,-10],[16,9]],[[5030,7420],[50,-3],[14,-66],[-6,-40],[73,5]],[[5161,7316],[-8,-54],[9,-19],[-8,-30],[-15,-13],[-12,-84]],[[4303,7088],[3,2],[8,30],[-4,30],[-2,9],[15,26],[10,9],[7,-10],[8,-7],[11,-4],[5,0],[9,4],[10,10],[3,7],[-3,19],[-6,20],[0,22],[9,24],[7,5],[13,4],[5,33],[3,34],[5,31],[4,34],[21,-12],[4,-7],[4,-14],[9,-16],[10,8],[9,16],[3,8],[3,11],[2,13],[14,11],[11,0],[5,-3],[6,-3],[12,-7],[17,23],[29,4],[12,-5],[13,-6],[8,-11],[11,-10],[15,7],[29,22],[15,16],[29,11],[8,5],[7,4]],[[4729,7485],[28,18],[14,-11],[5,-18],[-11,-18],[1,-22],[30,-42],[26,-5],[7,28],[28,0],[-1,-13],[22,4],[6,-34],[19,-19],[54,33],[7,36]],[[8999,6958],[5,-20],[4,-16],[2,-34],[-1,-32],[10,-20],[13,2],[16,-21],[27,-37],[23,-48],[1,-24],[-2,-26],[0,-14],[2,-26],[-10,-55],[-86,0],[-12,-8],[-6,-5],[-20,4],[-5,5],[-9,4],[-20,12],[-13,1],[-11,7],[-10,20],[-5,13],[-13,12],[-6,-1],[-8,-7],[-4,-13],[-8,-19],[-10,-12],[-9,14],[-3,4],[-14,8]],[[8817,6626],[0,38],[18,11],[8,-8],[10,35],[-10,6],[2,33],[-24,10],[36,60],[-11,18],[-5,-8],[-3,22],[-22,31],[-2,46],[25,1],[8,16],[5,-16],[4,30],[-8,18],[10,6],[-1,22],[21,7],[3,16],[7,-13],[-9,-9],[5,-31],[23,-8],[12,-81],[17,7],[17,-17],[2,29],[16,-2],[15,36],[-4,9],[17,18]],[[7351,7144],[29,-72],[-30,-19],[14,-14],[19,-80],[15,13],[3,-38]],[[7263,6795],[-47,55],[3,18],[-20,47],[-91,30],[21,41],[-96,55],[-17,-13],[-57,84],[-5,28],[-24,25],[-56,24],[1,27],[-12,11],[-2,20],[19,8],[8,28],[-34,25]],[[6854,7308],[24,19],[41,-14],[80,-87],[-2,18],[14,31],[33,11],[19,-9],[-5,-43],[68,-29],[11,-34],[28,-33],[57,26],[17,-20],[42,45],[5,-21],[44,12],[9,-29],[12,-7]],[[6177,7356],[13,-48],[-4,-27]],[[5623,6865],[10,28],[8,-4],[21,60],[-10,28],[2,76],[25,-2],[3,-51],[24,24],[14,69],[-33,71],[49,6],[19,23],[75,195],[6,84]],[[5836,7472],[40,-21],[39,-90],[34,-31],[44,32],[22,33],[32,-23],[12,5],[13,-23],[52,30],[15,-32],[38,4]],[[6243,7252],[62,12],[17,22],[11,-21],[4,-57],[17,0],[19,-38],[2,22],[20,19],[1,26],[18,20],[44,2]],[[6458,7259],[25,24],[23,-22],[26,30],[34,-8],[88,84],[72,38],[23,-21],[77,2],[15,15]],[[6841,7401],[6,-13],[-9,-19],[16,-61]],[[7664,7385],[10,0],[-8,-25],[13,-23],[21,-7],[13,-24],[23,0],[23,-59],[-1,-29],[-9,-8],[31,-36],[-6,-16],[18,-29],[13,2],[20,-37],[8,8],[31,-30],[-1,27],[26,7],[18,22],[-3,36],[38,41],[0,24],[37,16],[7,30],[28,30],[6,-19]],[[8020,7286],[-10,-67],[10,-60],[-9,-10],[13,-49],[14,-8]],[[8038,7092],[2,-34],[-24,-58],[10,-8],[-14,-100],[15,-13]],[[7661,7124],[-43,41],[7,39],[-11,34],[-34,-30],[-39,-1]],[[7541,7207],[20,63],[9,-4],[17,33],[16,0],[13,35],[29,5],[0,29],[-21,24],[24,6]],[[7648,7398],[16,-13]],[[7351,7144],[0,2]],[[7351,7146],[66,100],[-56,127],[10,5],[20,-21],[13,60]],[[7404,7417],[-5,23],[8,0]],[[7407,7440],[17,-21],[4,-71],[38,-7],[11,-35],[36,-26],[11,-50],[17,-23]],[[8299,7136],[-8,-86],[-25,-19],[3,-16],[-11,1],[5,-9],[-8,-8],[7,-7],[-11,-31]],[[8038,7092],[25,-4],[23,-67],[23,-3],[11,57],[74,113],[6,63],[-12,48],[9,10],[23,-15],[22,65]],[[8242,7359],[60,-111],[7,-38],[-19,-34],[13,1],[-4,-41]],[[4729,7485],[1,5],[0,6],[0,16],[-3,20],[0,26],[5,20],[12,52],[8,42],[-2,42],[10,29]],[[4760,7743],[4,-10],[34,14],[6,-18],[11,4],[0,15],[16,-10],[30,27],[13,-22],[-13,-49],[11,13],[7,-32],[8,18],[16,-21],[5,21],[1,-29],[-14,-4],[-5,-58],[20,-2],[6,-45],[11,-19],[50,-17],[-1,-38],[-13,2],[-2,-26],[10,-9],[-7,-26]],[[7284,7518],[-17,-10],[38,-71],[7,-49],[-31,0],[-18,-27],[19,-49],[26,-32],[43,-134]],[[6841,7401],[20,55],[52,28]],[[6913,7484],[33,31],[68,20],[45,34],[7,-27],[-8,-27],[20,1],[23,-15],[-2,-9],[29,2],[19,-15],[35,16],[1,35],[33,1],[-4,-30],[59,40],[13,-23]],[[7284,7518],[39,20],[10,-63],[48,-22],[6,-30],[17,-6]],[[8025,7352],[7,-47],[-12,-19]],[[7664,7385],[34,29],[14,32],[11,-10],[15,32],[13,-11],[1,12]],[[7752,7469],[19,-8],[13,-37],[13,-7],[30,17],[8,-13],[6,47],[12,10],[15,-9],[-13,-13],[20,9],[1,-23],[9,13],[36,-19],[48,29]],[[7969,7465],[17,-78],[12,4],[1,-20],[26,-19]],[[8914,7352],[0,-15],[14,-32],[19,-40],[6,-14],[9,-18],[2,-13],[2,-14],[0,-3],[0,-6],[0,-7],[2,-14],[5,-43],[9,-56],[-1,-38],[2,-22],[2,-15],[2,-8],[5,-13],[5,-16],[2,-7]],[[8817,6626],[-9,-17],[-9,-7],[-18,-6],[-16,2],[-20,22],[-32,31],[-18,40],[-15,31],[-19,28],[-11,12],[-18,9],[-12,0],[-18,-6],[-16,-17],[-99,-73],[-25,-18],[-56,22],[-33,12]],[[8299,7136],[23,-12],[13,10],[36,-83],[34,-22],[11,92],[13,36],[12,-8],[-11,-25],[15,-36],[34,2],[3,-10],[16,14],[-2,15],[21,32],[30,21],[-14,33],[23,33],[-4,18],[-9,-4],[-1,21],[-13,-24],[10,37],[-5,17],[-20,5],[28,18],[7,38]],[[8549,7354],[61,-41],[15,34],[2,44],[16,0],[6,-13],[22,46],[22,-89],[29,21],[15,-23],[-21,-50],[2,-15],[22,-39],[17,13],[0,-35],[27,-18],[-17,43],[-2,14],[10,2],[-12,37],[22,3],[19,-20],[12,-41],[21,14],[-7,59],[19,14],[5,20],[22,-3],[38,21]],[[8242,7359],[-7,10],[13,35],[-6,45],[-20,24],[14,17]],[[8236,7490],[36,-20],[54,13],[64,-70],[22,18],[19,-15],[25,11],[34,-14],[33,14],[26,-73]],[[5568,7864],[5,-31],[91,-83],[6,-73],[-14,-53],[17,-34],[30,-2],[18,-39],[15,-1],[23,22],[22,-40],[35,-17]],[[5816,7513],[8,-36],[12,-5]],[[5161,7316],[68,40],[12,22],[-1,38],[29,-3],[10,58],[-5,34],[4,15],[8,-11],[3,47],[-3,57],[-16,38],[20,74]],[[5290,7725],[15,-11],[14,-48],[28,-37],[12,7],[-5,49],[21,-28],[-4,19],[17,10],[13,55],[38,-45],[-12,-12],[7,-26],[6,-7],[13,17],[9,-17],[-17,70],[-37,49],[54,56],[19,-8],[31,24],[17,-4],[12,25],[26,10],[1,-9]],[[8208,7583],[2,-42],[34,-32]],[[8244,7509],[-8,-19]],[[8025,7352],[0,84],[12,36],[73,42],[26,55],[58,26],[14,-12]],[[6059,7889],[64,-87],[-8,-43],[5,-24],[57,38],[-3,-28],[13,-14],[10,-41],[-20,-33],[-2,-57],[9,-39],[-11,-37],[11,-27],[34,2]],[[6218,7499],[-35,-83],[-6,-60]],[[5816,7513],[26,52],[5,34]],[[5847,7599],[17,-17],[14,41],[-13,2],[13,46],[-12,22],[13,13],[0,29],[17,-15],[17,24],[12,-16],[22,70],[14,14],[-3,-16],[17,33],[6,-17],[26,22],[13,29],[17,9],[2,20],[20,-3]],[[7407,7440],[-22,15],[-11,25],[-16,129],[28,-4],[10,22],[23,-7],[11,49],[39,72]],[[7469,7741],[8,-30],[36,16],[24,36],[3,-20],[15,0],[1,-17],[15,-14],[-1,-65],[28,-13],[8,-25],[21,-5],[27,-47],[12,-57],[-23,2],[-18,-25],[5,-18],[-9,-26],[24,-5],[3,-30]],[[6458,7259],[-27,48],[16,18],[18,59],[-10,46],[13,32],[33,7],[41,55],[-3,74],[25,11],[4,35],[18,25],[-8,11],[5,11],[-33,2],[19,26],[8,46],[7,-3],[11,10],[2,65],[8,6]],[[6605,7843],[-6,-73],[-13,-56],[25,-61],[37,-8],[34,8],[21,53],[62,38],[35,61],[88,36]],[[6888,7841],[15,2],[7,-46],[-9,-17],[3,-37],[-12,-39],[2,-26],[-13,-28],[7,-61],[-12,-9],[-3,-47],[40,-49]],[[7969,7465],[8,28],[-5,25],[21,2],[-24,139]],[[7969,7659],[2,30]],[[7971,7689],[1,27],[33,1],[26,-37],[-3,-39],[36,-10],[0,22],[19,3],[1,26],[32,-2],[6,34],[25,24]],[[8147,7738],[21,-42],[3,-39],[28,-32],[9,-42]],[[7752,7469],[5,50],[20,39],[-1,43],[14,16],[-4,38],[12,16]],[[7798,7671],[15,-14],[43,87],[1,35],[25,0],[-1,-11],[4,8],[26,-23],[-10,-19],[4,-12],[9,6],[0,-12],[11,3],[-2,-17],[21,-6],[-4,-21],[9,2],[4,-16],[4,9],[-3,-23],[15,12]],[[6218,7499],[3,26],[-10,20],[37,23],[5,34],[13,17],[-12,6],[12,45],[-8,20],[21,38],[-6,51],[8,14],[23,-26],[11,84],[11,-19],[13,5],[-2,17],[13,-2],[-7,37],[14,44],[-10,-9],[-16,45],[30,34],[69,-17],[16,-12],[52,-103],[21,-18],[35,30],[-2,80],[13,20]],[[6565,7983],[35,-59],[5,-81]],[[9127,7582],[-1,-2],[-10,-20],[-5,-11],[-4,-11],[-1,-10],[2,-5],[-1,-8],[-7,-6],[-10,-6],[-6,-2],[-7,2],[-11,5],[-2,3],[-2,2],[-13,12],[-15,4],[-26,-1],[-17,-4],[-3,-19],[0,-9],[1,-7],[0,-18],[-2,-17],[-19,-27],[-16,0],[-5,2],[-3,-6]],[[8944,7423],[8,94],[-14,8],[-22,-13],[-4,-27],[-12,20],[31,27],[-12,12],[7,12],[-11,11],[3,12],[10,0],[18,21],[4,24],[24,15],[15,48]],[[8989,7687],[14,-48],[16,18],[66,-71],[42,-4]],[[4760,7743],[2,7],[9,15],[11,37],[2,13],[1,12],[-4,14],[-5,10],[1,8],[1,7],[8,27],[5,18],[11,36],[18,24],[7,15],[6,14],[15,46],[15,36],[6,26],[0,12],[0,8],[2,7],[8,14],[7,9],[4,3],[27,23],[4,4]],[[4921,8188],[0,-27],[23,-24],[-10,-59],[13,4],[17,-69],[12,-8],[8,25],[9,-37],[17,8],[25,-73],[0,-24],[19,-42],[-16,-34],[24,-8],[28,18],[17,-43],[-7,-35],[-23,-1],[0,-35],[-10,-9],[15,-8],[9,-69],[15,-11],[-10,-22],[26,-16],[-16,-46],[19,-9],[-29,-9],[-21,-57],[-12,-2],[3,-30],[-13,9],[-23,-25]],[[5035,8160],[11,-6],[3,-31],[17,-28],[17,-5],[-5,-20],[19,-26],[14,24],[11,-18],[23,3],[6,24],[12,-10],[7,-12],[-16,-13],[-1,-26],[15,-52],[15,-15],[13,5],[-3,-22],[25,-4],[18,-21],[16,4],[1,-39],[20,-22],[21,25],[12,-97],[-16,-53]],[[4921,8188],[3,3],[5,2],[7,-2],[23,-16],[27,-29],[14,-12],[23,-16],[10,7],[3,3],[1,10],[-2,22]],[[5568,7864],[12,10],[-5,28],[7,-5],[1,12],[-27,79],[34,11],[-9,29],[12,51],[34,-29],[11,19]],[[5638,8069],[50,-22],[21,11],[49,77],[5,36],[36,45]],[[5799,8216],[20,-21],[22,-58],[33,-8],[15,-23],[2,-46],[12,-10],[-27,-56],[-26,-93],[-21,27],[-41,8],[21,-39],[24,-2],[-20,-18],[12,-43],[-19,-24],[5,-27],[-29,-28],[2,-37],[-20,-4],[2,-32],[19,-21],[2,-64],[16,-19],[44,21]],[[8126,8006],[-3,-79],[-27,-61],[7,-56],[28,-26],[16,-46]],[[7971,7689],[-20,0],[-18,103],[-17,15],[9,12],[-8,90],[24,6],[48,74],[37,-1],[13,41]],[[8039,8029],[24,-14],[39,9],[24,-18]],[[8903,7790],[86,-103]],[[8944,7423],[-16,-10],[-9,-19],[-6,-27],[1,-15]],[[8244,7509],[18,65],[-2,26],[13,25],[-17,9],[30,56],[9,-3],[5,68],[69,-55],[40,-1]],[[8409,7699],[55,12],[-2,11],[24,-38],[0,-33],[37,-32],[46,21],[48,-42],[8,28],[16,-3],[9,20],[24,-12],[16,43],[6,91],[19,19],[-12,19],[-14,-14],[-7,15],[3,25],[9,-9],[10,19],[-4,14]],[[8700,7853],[11,18],[14,-6],[12,57],[11,-12],[0,-34],[15,4],[9,-15],[3,30],[-7,19],[9,-7],[15,48]],[[8792,7955],[111,-165]],[[7976,8078],[48,-22],[15,-27]],[[7798,7671],[-31,48],[-28,12],[-1,20],[63,66],[-12,54],[11,47],[-9,8],[-17,-16],[6,28],[-16,31],[4,36],[19,21],[-11,46],[42,38]],[[7818,8110],[22,-12],[35,-123],[18,5],[-8,49],[11,-1],[-1,-12],[11,14],[11,-7],[4,-19],[10,9],[2,27],[17,-5],[26,43]],[[5499,8423],[33,-36],[3,-47],[-11,-13],[39,-134],[5,-49],[32,-6],[38,-69]],[[5035,8160],[-1,15],[-6,41],[0,8],[2,8],[5,11],[3,2],[2,0],[4,-2],[5,-5],[3,-6],[3,-9],[4,-11],[3,3],[5,5],[15,22],[15,20],[4,8],[12,22],[14,25],[7,5],[2,2],[26,-25],[3,-3],[6,-12],[3,-8],[4,-14],[7,-40],[1,-12],[0,-15],[1,-23],[1,-7],[1,-10],[5,-20],[5,-12],[4,-6],[5,4],[5,5],[4,4],[5,13],[18,46],[4,22],[3,22],[0,18],[3,8],[13,26],[6,11],[15,28],[15,32],[26,39],[29,31],[8,14],[18,15],[20,5],[33,2],[19,-2],[7,-3],[23,-11],[4,-6],[13,-18],[0,1]],[[7769,8186],[1,-13],[12,14],[24,-6],[12,-71]],[[7469,7741],[3,18],[18,0],[9,27],[20,4],[12,26],[1,25],[-16,-9],[-20,14],[-21,60]],[[7475,7906],[-1,42],[24,27]],[[7498,7975],[33,-23],[45,51],[26,-1],[2,24],[55,54],[19,2],[2,30],[-17,32],[62,56]],[[7725,8200],[11,-16],[-7,-27],[32,3],[8,26]],[[6853,8332],[9,-27],[27,-9],[12,18],[9,-25],[14,6],[4,-16],[43,5],[14,31],[18,-18],[13,11],[20,-45],[-3,-36],[24,19],[11,-32],[51,-49],[-13,-74],[20,-3],[36,-35]],[[7162,8053],[29,-1],[27,21],[8,-16],[21,19],[21,-23],[8,6],[6,-36],[-9,-14],[5,-31],[-11,-14],[34,-17],[27,-47],[23,4],[44,-74],[39,59],[24,-4],[8,23],[9,-2]],[[6888,7841],[-6,34],[-23,16],[3,38],[9,8],[-19,36],[26,67],[-27,23],[-28,-2],[-20,32],[7,10],[-17,7],[7,19],[-18,18],[21,1],[-6,19],[11,31],[-14,4],[-5,61]],[[6789,8263],[3,1],[10,9],[12,21],[13,24],[9,11],[5,6],[3,3],[4,0],[4,-1],[1,-5]],[[8628,8117],[10,-23],[29,-8],[103,-91],[22,-40]],[[8700,7853],[-11,-1],[-3,16],[-9,-6],[-8,20],[-39,-21],[32,74],[-11,6],[9,26],[-15,1],[11,25],[-18,-6],[0,27],[-19,-19],[-38,54],[23,12],[-26,21],[1,45]],[[8579,8127],[49,-10]],[[8420,8056],[25,-62],[-4,-66],[24,-36],[-9,-41],[-28,14],[-15,-9],[-10,-56],[6,-101]],[[8126,8006],[24,22],[48,-7],[10,29],[22,10]],[[8230,8060],[27,-13],[-2,-32],[17,-5],[3,35],[23,34],[-1,25],[22,0],[11,75],[8,-38],[17,19],[21,-42],[1,-94],[7,-9],[-8,-24],[20,-1],[24,66]],[[8420,8056],[0,15],[50,81],[52,6]],[[8522,8158],[-9,-19],[21,-25],[45,13]],[[5732,8491],[4,-30],[16,-8],[-5,-29],[27,-3],[-11,-84],[57,-105],[-23,0],[2,-16]],[[5499,8423],[21,28],[20,17],[16,16],[8,11],[13,18],[3,2],[6,-1],[6,-6],[4,-6],[4,-11],[23,-25],[28,-2],[2,11],[2,15],[7,8],[21,14],[6,3],[8,-4],[32,-19],[3,-1]],[[9155,8006],[9,-22],[-9,-59],[7,-4],[-4,-21],[-8,0],[28,-48],[-30,-42]],[[9148,7810],[-15,-12],[-12,-44],[21,-1],[15,-42],[15,22],[26,-10]],[[9198,7723],[-3,-3],[-1,-8],[3,-4],[12,-1],[4,-3],[4,-12],[0,-14],[-9,-51],[-2,-5],[-7,-11],[-10,-4],[-4,7],[-20,3],[-14,-3],[-9,-8],[-15,-24]],[[8903,7790],[22,10],[-5,14],[38,44],[-5,20],[10,15]],[[8963,7893],[18,0],[16,57],[30,-19],[33,108],[19,6],[1,12],[-18,14]],[[9062,8071],[8,29]],[[9070,8100],[14,-9],[-3,-25],[48,-44],[-5,-12],[22,-23],[9,19]],[[8963,7893],[-12,42],[4,18],[-16,18],[10,63],[38,82],[39,-46],[10,21],[26,-20]],[[5732,8491],[19,-12],[27,4],[16,7],[4,0],[12,-18],[15,-27],[1,-7],[15,-15],[14,-10],[32,-9],[11,-3],[16,-1],[26,-10],[49,-3],[34,19],[11,5],[13,1],[2,-1],[4,-1],[15,-5],[16,6],[25,30],[13,16],[4,8],[3,1],[20,4],[12,-2],[7,-2],[4,-1],[5,-3],[6,-6],[3,-6],[28,0],[8,13],[22,6],[4,0]],[[6248,8469],[-15,-80],[11,-71],[-17,-60],[21,-70],[-28,-26],[-48,1],[-14,-27],[-20,9],[-12,-43],[-25,12],[-14,-49],[11,-7],[2,-35],[-21,-3],[-8,-39],[8,-26],[-18,-35],[-2,-31]],[[6248,8469],[7,0],[32,5],[18,4],[30,-24],[26,-4],[31,13],[20,0],[12,2],[16,6],[4,2]],[[6444,8473],[27,-51],[4,-38],[16,5],[37,-43],[11,-53],[-1,-61],[41,-6],[-10,-15],[7,-18],[-16,-10],[7,-32],[-25,-35],[4,-19],[-15,-7],[5,-41],[-11,-19],[14,-32],[22,10],[5,18],[8,-22],[-9,-21]],[[9291,8108],[22,-57],[66,-94],[0,-32],[-43,12],[-5,-25],[-34,-11],[0,-24],[-39,-48],[-50,-21],[-1,-22],[-59,24]],[[9155,8006],[18,58],[-9,20],[4,14],[12,-8],[7,36],[59,-35],[29,-36],[16,40],[-7,17],[7,-4]],[[6444,8473],[17,6],[6,1],[14,1],[9,0],[8,0],[2,-2],[6,-17],[15,-34],[16,-31],[11,-13],[6,-5],[3,0],[4,0],[7,5],[10,6],[12,-4],[11,-9],[4,-5],[-2,-16],[-2,-15],[-1,-11],[2,-11],[5,-17],[5,-10],[6,-8],[3,-57],[1,-15],[2,-5],[2,-2],[24,-16],[3,-2],[5,1],[10,7],[4,5],[6,12],[2,3],[2,6],[1,7],[2,7],[3,4],[11,6],[8,0],[4,-1],[11,-10],[11,-13],[10,-12],[15,7],[7,23],[8,11],[10,10],[6,3]],[[7498,7975],[-26,73],[0,84],[20,68],[-5,21],[18,42],[-1,56],[8,14],[17,-3]],[[7529,8330],[20,5],[-2,30],[-19,31],[13,9],[-12,34],[33,-19],[4,-17],[20,28],[28,-9]],[[7614,8422],[5,-11],[22,20],[12,-5],[13,-125],[15,-32],[-14,-4],[-8,-24],[66,-41]],[[7866,8414],[16,-3],[7,-22],[24,4],[26,-33],[25,26],[22,-18],[24,5],[0,-23],[-15,-15],[-3,-20],[-22,-8],[1,-23],[-15,-14],[-22,5],[-9,-22],[19,-42],[-2,-54],[34,-79]],[[7769,8186],[-3,41],[10,6],[-7,15],[16,13],[7,26],[8,-6],[4,30],[9,0],[-7,61],[15,29],[-6,25],[45,-20],[6,8]],[[8314,8490],[-6,-40],[28,-19],[93,-116],[69,-106]],[[8498,8209],[22,-31],[2,-20]],[[8230,8060],[2,14],[-11,-6],[-2,11],[31,58],[1,46],[-11,17],[-50,20],[3,109],[6,25],[35,18],[19,78],[48,52]],[[8301,8502],[13,-12]],[[9291,8108],[-52,81]],[[9239,8189],[8,37],[24,41],[-12,25],[20,46],[11,11],[16,-25],[25,36],[18,5]],[[9349,8365],[6,-14],[8,-14],[17,-2],[11,-9],[10,-14],[12,-19],[9,-24],[19,-48],[10,-26],[20,0],[6,0],[35,-15],[9,-34],[11,-36],[10,-20],[17,-6],[2,-4],[8,-33],[9,-27],[2,-6],[2,-7],[2,1],[10,12],[9,-15],[3,-5],[8,-18],[6,-20],[2,-16],[-2,-34],[-1,-30],[0,-4],[3,-4],[13,-7],[25,-17],[10,-1],[11,6],[5,5],[11,7],[5,-13],[9,-26],[10,-28],[7,-47],[-5,-35],[0,-24],[1,-20],[14,-12],[6,1],[4,-1],[7,-2],[9,-20],[-1,-15],[-4,-34],[-4,-10],[-2,-5],[-8,-19],[2,-26],[1,-4],[7,-4],[10,3],[5,-7],[-10,-47],[-13,8],[-5,-23],[23,-31],[4,-2],[12,-3],[28,-36],[16,-13],[13,-10],[27,-23],[28,-36],[14,-18],[30,-22],[18,-7],[2,-1],[-3,-13],[0,-8],[-2,-17],[2,-36],[0,-7],[-3,-9],[-4,-4],[-12,7],[0,18],[3,23],[-2,14],[-12,4],[-9,0],[-22,-3],[-26,10],[-11,11],[2,10],[0,6],[-6,6],[-10,-4],[-19,-8],[0,9],[-3,3],[-4,0],[-14,-9],[-9,6],[-15,-18],[-2,-10],[1,-5],[2,-7],[-2,-4],[-17,-21],[-5,-2],[-6,2],[-5,5],[-2,6],[0,6],[1,6],[12,22],[14,24],[-8,13],[-8,1],[-10,1],[-6,-12],[-12,-4],[-17,8],[-4,6],[-2,9],[16,3],[0,12],[0,17],[1,5],[6,15],[1,11],[-1,6],[-8,12],[-13,4],[-25,13],[-19,10],[-8,6],[-12,22],[-6,29],[-7,16],[-13,14],[-21,23],[-24,15],[-22,16],[-27,-7],[-22,-9],[-5,7],[-3,9],[0,36],[8,14],[0,6],[-7,14],[-10,9],[-10,8],[-12,4],[-3,-3],[-5,-6],[2,-10],[-7,0],[-14,7],[-5,11],[-5,11],[-11,12],[-7,0],[-2,-3],[7,-13],[6,-9],[-3,-19],[-7,-6],[-6,1],[-9,24],[-1,33],[-7,15],[-12,2],[-13,-9],[-8,-4],[-9,4],[-23,31],[-10,3],[-6,5],[-10,12],[-1,4],[-3,8],[1,8],[7,7],[12,-3],[11,5],[5,5],[3,8],[0,11],[-5,8],[-32,15],[-6,1],[-3,-4],[-3,-10],[1,-8],[4,-20],[-1,-7],[-3,-7],[-20,-12],[-5,0],[-5,6],[-1,7],[1,6],[-1,5],[-4,4],[-4,0],[-3,-15],[0,-7],[3,-7],[4,-4],[4,-3],[5,-20],[-4,2],[0,7],[-1,5],[-6,6],[-2,1],[-12,-10],[-7,2],[-1,5],[-3,4],[-3,2],[-5,0],[-10,-1]],[[7162,8053],[-6,49],[9,13],[45,5],[-36,138],[-7,111],[-9,20]],[[7158,8389],[29,23],[9,-24],[22,-9],[24,30],[9,-4],[0,28],[-11,12],[-1,60],[9,10],[-7,17],[46,15],[-6,68],[35,7],[1,-27],[32,-42],[26,40],[5,31],[53,-55],[-7,-52],[19,-3],[-1,-36],[5,12],[20,-17],[9,-25],[-6,-25],[25,-25],[32,-68]],[[9110,8401],[69,-113],[8,-59],[17,-25],[25,0],[10,-15]],[[9070,8100],[1,32],[21,72],[-95,35],[-16,34],[26,-2],[-32,42],[54,37],[3,32],[26,8],[9,38]],[[9067,8428],[43,-27]],[[7094,8650],[7,-30],[-13,-28],[2,-48],[27,-7],[4,-55],[37,-93]],[[6853,8332],[11,10],[10,21],[5,10],[-3,13],[-5,7],[2,21],[8,41],[1,31],[-8,44],[-12,43],[-2,7],[17,18],[2,2],[3,2],[8,-2],[27,20],[16,25],[27,27],[16,3],[24,25],[6,11],[5,10],[6,3],[10,-2],[5,-4],[14,-9],[5,-4],[2,-32],[29,-17],[12,-6]],[[8628,8117],[28,-14],[52,88],[22,0],[15,114],[38,-37],[15,44],[-12,35],[12,-13],[10,26],[17,-14],[5,25],[-7,16],[9,17],[19,-34],[12,41],[38,51]],[[8901,8462],[22,-1],[63,-53],[24,120],[41,-97],[16,-3]],[[7866,8414],[19,68],[-3,64]],[[7882,8546],[16,-32],[13,23],[60,-5],[12,23],[30,6],[11,80],[33,5],[-3,17],[30,16],[1,22]],[[8085,8701],[16,-2],[14,-4],[11,-3],[24,-6],[4,-1],[9,-6],[8,-4],[20,-13],[6,-5],[6,-8],[7,-12],[3,-10],[2,-4],[2,-10],[0,-4],[4,-29],[5,-16],[3,-7],[5,-8],[5,-5],[7,-6],[5,-2],[32,-21],[18,-13]],[[7614,8422],[-36,115],[1,12],[45,29],[-20,21],[26,59],[-11,28],[5,32],[-9,7],[17,49]],[[7632,8774],[20,24],[8,-6],[30,-80],[-21,-28],[20,-38],[20,-10],[11,9],[22,-61],[20,7],[6,-19],[14,8],[9,-18],[14,19],[9,-49],[22,32],[19,-18],[27,0]],[[7094,8650],[5,1],[19,7],[4,12],[-2,13],[7,27],[7,13],[6,8],[7,7],[17,-9],[17,0],[3,7],[1,4],[1,29],[-1,17],[-2,7],[-4,7],[-3,8],[-4,16],[1,5],[20,5],[25,0],[14,3],[8,1],[6,-1],[7,-2],[8,-5],[17,-15],[23,-28],[7,-5],[10,-4],[14,0],[7,-1],[20,-6],[17,-7],[32,9],[19,13],[9,3],[11,0],[5,-2],[7,-4],[6,-4],[9,-3],[10,0],[14,4],[6,2],[8,2],[27,18],[8,10],[6,7],[21,23]],[[7574,8842],[40,-77],[18,9]],[[8518,8713],[-6,-67],[-21,-17],[1,-29],[15,-10],[8,-41],[-2,-52],[17,-17],[8,-37],[19,19],[22,-30],[-81,-223]],[[8314,8490],[6,36],[2,47],[0,8],[-5,14],[0,5],[1,18],[4,28],[4,36],[-2,23],[-6,23]],[[8318,8728],[14,15],[18,-12],[29,65]],[[8379,8796],[38,-14],[24,13],[37,-70],[21,4],[19,-16]],[[8719,8762],[15,-9],[11,-73],[21,-34],[-18,-86],[27,-13],[25,16],[-7,-33],[10,-22],[35,-16],[24,-29],[39,-1]],[[8518,8713],[46,-5],[15,-16],[9,33],[37,-4],[25,-39],[23,82],[9,5],[-2,16],[13,-27],[28,-16],[-2,20]],[[9240,8670],[1,-54],[24,-8],[27,-38],[3,-24],[33,-21],[26,10]],[[9354,8535],[3,-24],[-4,-19],[-2,-5],[-2,-4],[-8,-11],[-3,1],[-3,1],[1,-34],[6,-34],[6,-39],[1,-2]],[[9110,8401],[-15,62],[19,-10],[8,28],[25,174],[11,-6],[1,24],[18,3],[21,45],[-1,-20],[11,-18],[32,-13]],[[7574,8842],[8,10],[6,9],[14,19],[13,13],[6,4],[4,3],[13,6],[26,15],[14,6],[32,13],[10,2],[14,1],[45,0],[18,-2],[24,-7],[20,-9],[2,-2],[19,-14],[25,-23],[8,-5],[8,-2],[18,-6],[13,-8],[15,-12],[13,-14],[10,-15],[40,-63],[4,-7],[16,-24],[6,-8],[9,-7],[12,-7],[11,-4],[15,-3]],[[9240,8670],[16,83],[7,19],[12,-1],[11,48]],[[9286,8819],[2,-3],[13,-13],[18,-18],[9,-8],[15,-2],[18,-2],[25,-1],[17,-4],[35,-6],[11,-1],[4,-2],[10,-10],[-11,-31],[-5,-21],[-3,-30],[0,-33],[3,-31],[0,-39],[-12,-49],[-11,-4],[-14,0],[-11,0],[-13,16],[-16,6],[-11,1],[-5,1]],[[8370,9160],[19,-85],[-12,-3],[5,-21],[-11,-29],[10,-19],[-7,-28],[-41,-40],[46,-139]],[[8318,8728],[-4,17],[-4,11],[-7,16],[-18,51],[-4,24],[-7,20],[-15,14],[-23,28],[-15,6],[-13,9],[0,24],[0,9],[-10,23],[-7,15],[-13,37],[-6,26],[-4,19],[-2,34],[-2,51],[5,56],[4,59],[-3,26]],[[8170,9303],[56,-9],[-1,-34],[39,-89],[44,20],[51,-10],[11,-21]],[[8719,8762],[-18,120],[8,49],[11,-5],[16,40],[22,-46],[4,13],[12,-16],[21,46],[-12,10],[20,99],[17,13]],[[8820,9085],[35,-32],[30,85],[-7,42],[22,18],[12,-5],[9,68],[39,52]],[[8960,9313],[67,-38],[41,10],[52,39]],[[9120,9324],[15,-5],[17,0],[19,6],[2,-14],[-4,-27],[-2,-9],[-5,-20],[-13,-35],[-7,-46],[5,-19],[6,-15],[5,-7],[4,-1],[20,-21],[22,-40],[17,-40],[8,-20],[2,-9],[2,-20],[3,-25],[8,-43],[3,-10],[7,-7],[14,8],[10,11],[15,4],[12,-8],[13,-19],[1,-21],[-2,-8],[-6,-10],[-16,-23],[-9,-12]],[[8370,9160],[22,48]],[[8392,9208],[13,48],[42,-33],[37,-8],[3,-25],[46,6],[10,42],[-6,101],[29,-16],[16,7],[-1,43],[25,99],[-13,53],[20,128]],[[8613,9653],[36,-5],[15,-36],[26,-26],[7,-23],[-21,-40],[10,-23],[27,-9],[32,-75],[10,-13],[14,19],[32,-12],[28,-110],[-46,-45],[-36,-90],[31,-18],[13,13],[-8,-29],[29,-7],[13,-29],[-5,-10]],[[8585,9669],[28,-16]],[[8392,9208],[-41,27],[17,111],[-8,8],[0,66],[11,11],[-6,31],[9,24],[-6,25],[-14,1],[12,13],[7,38]],[[8373,9563],[42,-15],[17,47],[24,23],[24,68],[11,-29],[34,5],[15,-17],[45,24]],[[8170,9303],[0,3],[-1,2],[0,8],[2,25],[7,26],[5,29],[1,23],[1,15],[-2,18],[-2,16],[-1,21],[0,7],[2,8],[2,4],[4,5],[6,15],[3,16],[-2,8],[-1,4],[-16,34],[-13,34],[-4,35],[0,3],[10,23],[5,10],[10,18],[5,4],[4,-4],[6,-14],[6,-8],[2,-2],[12,-2],[7,5],[3,8],[22,25],[30,31],[2,-1],[4,-4],[5,-12],[26,-4],[27,0],[9,4],[12,6],[3,3]],[[8371,9748],[5,-80],[-14,-72],[11,-33]],[[8712,9876],[35,-44],[36,-11],[25,-54],[58,-57],[23,-48],[68,-31],[-1,-67],[18,9],[21,-55],[5,-30],[-7,-4],[7,-13],[-23,-98],[-14,-15],[8,-26],[-11,-19]],[[8585,9669],[-16,25],[15,29],[-14,25],[10,18],[21,-9],[5,33],[-13,52],[5,15]],[[8598,9857],[16,-7],[22,-1],[25,-7],[13,23],[5,15],[9,6],[7,-3],[13,-6],[3,-2],[1,1]],[[8371,9748],[8,8],[9,18],[9,30],[5,14],[9,18],[11,2],[9,-1],[6,3],[12,19],[5,10],[4,9],[3,11],[26,13],[8,3],[13,9],[18,32],[4,3],[2,0],[5,-1],[4,-9],[15,-30],[14,-23],[14,-23],[14,-6]],[[9122,9458],[-18,-4],[-29,21],[-1,41],[27,41],[1,25],[8,-2],[8,65],[-7,52],[-21,6],[-16,50],[22,20],[-12,51],[-27,51],[19,53]],[[9076,9928],[8,-35],[17,-10],[9,-7],[17,-16],[17,-23],[16,-27],[17,-23],[37,-14],[13,-37],[6,-42],[1,-14],[-22,-39],[-8,-32],[-2,-34],[1,-5],[2,-27],[-1,-27],[0,-6],[-2,-8],[-3,-3],[-2,-1],[-14,-7],[-20,-5],[-11,-4],[-10,-5],[-9,-7],[-11,-12]],[[9122,9458],[0,-6],[-4,-57],[-1,-14],[0,-17],[3,-40]],[[8712,9876],[25,31],[4,9],[7,9],[11,5],[32,11],[10,8],[16,3],[10,-2],[6,-4],[6,1],[8,4],[11,10],[6,6],[8,11],[10,16],[5,5],[27,-2],[29,-13],[24,-13],[12,-4],[7,-1],[7,2],[17,2],[26,2],[7,0],[13,2],[3,-1],[8,-10],[2,-3],[2,-6],[5,-26]],[[1104,425],[-3,2],[-5,-9],[-6,0],[-23,29],[-10,12],[-16,18],[-21,27],[-5,4],[-14,12],[-29,20],[-22,17],[-28,22],[-36,28],[-6,2],[-10,-5],[-6,-6],[-4,-5],[-820,-593],[-40,251],[299,639],[460,288]],[[6025,2121],[1,-4],[2,-21],[4,-21],[3,-3],[8,-13],[3,-8],[8,-51],[0,-8]],[[9984,7244],[4,-11],[8,-8],[3,-11],[-1,-8],[-7,2],[-21,12],[-3,16],[18,14],[-1,-6]]],"transform":{"scale":[0.0003400968096809692,0.00014603385338533907],"translate":[13.210451999999776,45.41638349999985]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/SK.json b/dist-amd/map/TopoJSON/SK.json new file mode 100644 index 0000000000..1ce53fccac --- /dev/null +++ b/dist-amd/map/TopoJSON/SK.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2,3,4]]},{"type":"Polygon","arcs":[[5,6,7,8,9]]},{"type":"Polygon","arcs":[[10,-10,11,12]]},{"type":"Polygon","arcs":[[13,-2,14,15]]},{"type":"Polygon","arcs":[[-6,-11,16,17]]},{"type":"Polygon","arcs":[[18,-17,-13,19,20]]},{"type":"Polygon","arcs":[[21,-20,-12,-9,22,23]]},{"type":"Polygon","arcs":[[24,25,-5,26,27]]},{"type":"Polygon","arcs":[[28,-16,29,-7,-18,-19,30,31]]},{"type":"Polygon","arcs":[[-27,-4,32,33]]},{"type":"Polygon","arcs":[[34,-33,-3,-14,-29,35,36]]},{"type":"Polygon","arcs":[[-31,-21,-22,37,38]]},{"type":"Polygon","arcs":[[39,40,-28,-34,-35,41,42]]},{"type":"Polygon","arcs":[[43,44,45,46,-25,-41,47,48]]},{"type":"Polygon","arcs":[[49,-46,50,51,52,53]]},{"type":"Polygon","arcs":[[-42,-37,54,55,56]]},{"type":"Polygon","arcs":[[-51,-45,57,58]]},{"type":"Polygon","arcs":[[-48,-40,59,60,61]]},{"type":"Polygon","arcs":[[62,-38,-24,63,64]]},{"type":"Polygon","arcs":[[65,-55,-36,-32,-39,-63,66,67]]},{"type":"Polygon","arcs":[[68,-58,-44,69,70]]},{"type":"Polygon","arcs":[[71,72,-56,-66,73]]},{"type":"Polygon","arcs":[[74,75,76,-54,77]]},{"type":"Polygon","arcs":[[-70,-49,-62,78,79,80]]},{"type":"Polygon","arcs":[[81,-60,-43,-57,-73,82,83]]},{"type":"Polygon","arcs":[[-79,-61,-82,84,85]]},{"type":"Polygon","arcs":[[-67,-65,86,87,88]]},{"type":"Polygon","arcs":[[89,-78,-53,90,91]]},{"type":"Polygon","arcs":[[-91,-52,-59,-69,92,93,94]]},{"type":"Polygon","arcs":[[-75,-90,95,96]]},{"type":"Polygon","arcs":[[-74,-68,-89,97,98,99]]},{"type":"Polygon","arcs":[[-98,-88,100]]},{"type":"Polygon","arcs":[[101,-93,-71,-81,102,103]]},{"type":"Polygon","arcs":[[104,-83,-72,-100,105,106]]},{"type":"Polygon","arcs":[[-85,-84,-105,107,108]]},{"type":"Polygon","arcs":[[109,-76,-97,110,111]]},{"type":"Polygon","arcs":[[112,113,-112,114]]},{"type":"Polygon","arcs":[[-94,-102,115,116,117,118]]},{"type":"Polygon","arcs":[[119,120,121]]},{"type":"Polygon","arcs":[[122,-120,123,124]]},{"type":"Polygon","arcs":[[125,126,-103,-80,-86,-109,127,128,129]]},{"type":"Polygon","arcs":[[-116,-104,-127,130]]},{"type":"Polygon","arcs":[[-125,131,132]]},{"type":"Polygon","arcs":[[-128,-108,-107,133,134]]},{"type":"Polygon","arcs":[[135,-115,-111,-96,-92,-95,-119,136,137,138]]},{"type":"Polygon","arcs":[[-132,-124,-122,139]]},{"type":"Polygon","arcs":[[140,141,142,143]]},{"type":"Polygon","arcs":[[144,145,146,-113,-136,147,148]]},{"type":"Polygon","arcs":[[149,150,-129,-135,151,152]]},{"type":"Polygon","arcs":[[153,-143,154,-146,155,156],[-121,-123,-133,-140]]},{"type":"Polygon","arcs":[[-156,-145,157,158]]},{"type":"Polygon","arcs":[[159,-158,-149,160,161]]},{"type":"Polygon","arcs":[[162,-141,163,164,165]]},{"type":"Polygon","arcs":[[166,-137,-118,167,168]]},{"type":"Polygon","arcs":[[-168,-117,-131,-126,169,170]]},{"type":"Polygon","arcs":[[171,-166,172,173]]},{"type":"Polygon","arcs":[[-153,174,175]]},{"type":"Polygon","arcs":[[176,-150,-176,177,178,179]]},{"type":"Polygon","arcs":[[180,181,-138,-167,182,183]]},{"type":"Polygon","arcs":[[184,-162,185,186,187,188]]},{"type":"Polygon","arcs":[[189,-180,190]]},{"type":"Polygon","arcs":[[191,192,193,-170,-130,-151,-177,-190,194]]},{"type":"Polygon","arcs":[[-183,-169,-171,-194,195,196,197]]},{"type":"Polygon","arcs":[[-192,198]]},{"type":"Polygon","arcs":[[199,200,-157,-159,-160,-185,201,202]]},{"type":"Polygon","arcs":[[-164,-144,-154,-201,203,204,205]]},{"type":"Polygon","arcs":[[-202,-189,206,207]]},{"type":"Polygon","arcs":[[-186,-161,-148,-139,-182,208,209]]},{"type":"Polygon","arcs":[[-174,210,211]]},{"type":"Polygon","arcs":[[-211,-173,-165,-206,212,213,214]]},{"type":"Polygon","arcs":[[-184,-198,215,216]]},{"type":"Polygon","arcs":[[217,-196,-193,-199,-195,-191,-179,218]]},{"type":"Polygon","arcs":[[219,-187,-210,220]]},{"type":"Polygon","arcs":[[221,-207,-188,-220,222]]},{"type":"Polygon","arcs":[[223,-213,-205,224,225]]},{"type":"Polygon","arcs":[[-216,-197,-218,226]]},{"type":"Polygon","arcs":[[-214,-224,227]]},{"type":"Polygon","arcs":[[228,-203,-208,-222,229]]},{"type":"Polygon","arcs":[[-225,-204,-200,-229,230]]}]}},"arcs":[[[2929,128],[-11,-6],[-8,-4],[-3,-1],[-10,-3],[-3,0],[-4,1],[-3,2],[-2,1],[-3,5],[-2,3],[-4,6],[-7,16],[-5,8],[-5,6],[-12,10],[-3,2],[-2,2],[-10,4],[-3,1],[-4,-1],[-2,0],[-3,-1],[-2,-2],[-4,-3],[-1,-2],[-9,-12],[-7,-12],[-7,-12],[-4,-4],[-1,-1],[-2,-1],[-2,-1],[-9,-1],[-3,-1],[-14,-9],[-7,-4],[-4,-1],[-3,-1],[-7,-1],[-7,-1],[-7,-3],[-2,-1],[-4,-3],[-7,-6],[-11,-13],[-6,-8],[-2,-2],[-4,-3],[-25,-12],[-6,-4],[-6,-5],[-17,-10],[-15,-8],[-12,-7],[-9,-3],[-8,-3],[-10,-5],[-11,-6],[-3,-1],[-11,-4],[-8,-3],[-2,0],[-2,0],[-3,1],[-10,4],[-2,0],[-9,6],[-10,11],[-6,8],[-3,4],[-1,1],[-14,7],[-5,2],[-13,2],[-10,2],[-6,2],[-11,3],[-7,3],[-2,1],[-16,1],[-6,0],[-5,-2],[-13,-7],[-7,-2],[-3,-1],[-3,0],[-6,1],[-23,3],[-5,1],[-4,2],[-8,5],[-7,6],[-7,6],[-18,13],[-4,3],[-21,10],[-8,6],[-7,2],[-10,3],[-14,3],[-6,2],[-5,2],[-5,3],[-5,3],[-5,3],[-8,7],[-4,2],[-3,1],[-3,1],[-4,1],[-75,0],[-4,0],[-4,0],[-4,-1],[-4,-1],[-4,-2],[-4,-3],[-4,-3],[-3,-3],[-8,-10],[-6,-7],[-9,-12],[-3,-3],[-4,-2],[-3,-2],[-3,-1],[-3,0],[-4,0],[-3,1],[-3,2],[-3,2],[-3,3],[-21,33],[-2,3],[-3,3],[-2,2],[-3,1],[-3,1],[-3,1],[-2,-1],[-3,0],[-3,-2],[-2,-2],[-3,-2],[-7,-11],[-7,-12],[-7,-17],[-3,-5],[-2,-4],[-3,-4],[-3,-3],[-3,-3],[-3,-2],[-4,-1],[-3,-1],[-36,2],[-3,-1],[-3,-1],[-2,-2],[-4,-3],[-11,-13],[-3,-2],[-3,-2],[-3,-1],[-3,-1],[-3,0],[-3,0],[-1,1],[-2,0],[-3,2],[-3,2],[-14,11],[-11,9],[-7,6],[-5,2],[-4,1],[-3,0],[-3,-1],[-3,-1],[-4,-2],[-5,-3],[-12,-8],[-11,-6],[-3,-1],[-18,-7],[-3,-1],[-2,0],[-2,0],[-3,1],[-2,1],[-3,1],[-10,13],[-2,1],[-6,4],[-5,2],[-3,0],[-7,-1],[-2,0],[-2,-1],[-3,-2],[-2,-2],[-2,-4],[-3,-5],[-2,-2],[-3,-3],[-3,-2],[-6,-4],[-2,-1],[-3,0],[-2,0],[-3,0],[-2,1],[-2,2],[-3,2],[-1,2],[-3,5],[-1,3],[-2,7],[-2,6],[-3,7],[-3,5],[-2,6],[-3,3],[-2,3],[-3,2],[-2,1],[-3,1],[-2,1],[-18,0],[-5,1],[-4,3],[-6,5],[-12,9],[-3,2],[-4,1],[-3,0],[-2,0],[-5,0],[-2,0],[-6,1],[-3,2],[-7,3],[-3,3],[-2,2],[-2,3],[-3,4],[-3,9]],[[1521,148],[43,89],[-10,45],[12,4],[-8,17],[11,2],[3,14],[-14,14],[5,58],[14,21],[8,-14],[10,7],[4,-16],[8,10],[14,-23],[14,65],[42,41],[10,62],[-9,105],[20,63],[1,28],[24,18],[7,-12],[13,18],[24,89],[50,57],[22,45],[0,44],[-28,46],[25,78],[-4,73],[-14,22]],[[1818,1218],[-5,15],[4,59],[9,63]],[[1826,1355],[29,-35],[5,4],[3,-11],[34,11],[23,-37],[63,-56]],[[1983,1231],[10,23],[20,20],[8,-4],[12,12],[12,-10],[-6,16],[11,17],[1,23],[5,-3],[22,-106],[-4,-18],[-19,-19],[3,-60],[69,23],[6,31],[24,-27],[12,32],[14,-27],[4,27],[14,13],[-1,19],[-5,4],[3,17],[16,4],[5,18],[5,-5],[5,34],[9,9],[7,-11],[-4,-5],[17,-9],[11,16],[21,-32],[6,-12],[4,-61],[26,-50],[65,63],[13,-27],[13,53],[30,-11],[48,-83],[37,-33],[43,-73],[25,60],[-71,99],[72,-98],[8,19],[52,-98],[-24,-107],[21,-47],[-1,-46],[19,-49],[80,-39],[3,9],[67,-118],[20,-11],[21,-26],[3,-25],[41,-85],[17,-13],[28,3],[-3,-81],[14,-87],[-33,40],[-17,7],[12,-198]],[[496,2162],[29,-11],[15,-21],[6,-52],[-14,-65],[3,-54],[31,-146],[28,-75],[24,-25]],[[618,1713],[61,-73],[34,-93]],[[713,1547],[-3,-4],[-11,-18],[-13,-11],[-10,1],[-5,6],[-7,8],[-18,4],[-7,-2],[-9,-6],[-7,-5],[-12,-12],[-7,-7],[-11,-9],[-10,-11],[-4,-4],[-4,-5],[-2,-3],[-2,-6],[-18,37],[-4,8],[-7,27],[-9,8],[-7,5],[-5,0],[-9,-9],[-8,17],[-3,10],[-5,12],[-5,7],[-8,9],[-35,-61],[-1,4],[-2,6],[-6,11],[-8,11],[-8,9],[-15,21],[13,24],[13,28],[10,23],[-4,20],[-2,5],[-8,5],[-10,9],[-10,13],[3,9],[9,11],[20,33],[-25,27],[1,6],[10,35],[-12,15],[8,28],[23,32],[6,39],[-13,15],[-4,0],[-10,19],[-8,23],[-10,39],[-1,5],[-3,9],[0,15],[3,19],[-2,14],[-5,24],[-2,11],[0,12],[-3,16],[-2,5]],[[393,2183],[26,-8],[1,9]],[[420,2184],[37,-20],[39,-2]],[[509,2257],[-1,-51],[14,-4],[-6,-30],[-15,4],[-5,-14]],[[420,2184],[7,132],[-10,19],[2,20]],[[419,2355],[21,-51],[69,-47]],[[1106,2237],[-1,-44],[4,-12],[28,8],[-2,-40],[13,-56],[11,1],[8,-21],[20,4],[1,-23],[20,-22],[8,10],[3,31],[20,3],[6,-36],[-16,-27],[0,-19],[9,-6],[28,15],[17,31],[6,-17],[-10,-38],[9,-9],[9,29],[12,-4],[17,-82],[8,58],[10,11],[-1,25],[15,12],[12,-40],[-3,-19],[-11,-17],[5,-19],[12,8],[1,-9],[29,0],[29,-44],[23,17],[4,-16],[-4,-42],[23,-13],[-1,-50],[16,6],[20,-36],[27,10],[49,-31],[5,-15],[5,10],[14,-6],[5,-47],[14,-22],[-13,-33],[25,-26],[12,-53],[22,-10],[17,-63],[16,2],[5,-37],[19,-34],[6,-43],[10,-25],[10,4],[6,-28],[13,7],[24,-88],[14,1]],[[1521,148],[-6,16],[-8,32],[-3,10],[-2,6],[-3,6],[-3,5],[-2,4],[-4,7],[-3,4],[-3,4],[-6,6],[-2,3],[-16,27],[-9,16],[-3,5],[-6,11],[-6,9],[-6,10],[-3,4],[-4,5],[-4,5],[-9,12],[-5,6],[-5,7],[-4,8],[-5,8],[-22,56],[-7,20],[-3,6],[-6,13],[-1,3],[-1,1],[-4,2],[-2,0],[-3,0],[-3,-1],[-21,-8],[-3,-2],[-3,-2],[-16,-26],[-2,-3],[-2,-2],[-2,-1],[-1,-1],[-3,1],[-3,2],[-2,4],[-3,4],[-7,19],[-2,7],[-4,19],[-1,6],[-2,5],[-10,21],[-2,5],[0,3],[-1,6],[-1,5],[0,4],[0,6],[-3,18],[-1,6],[-2,3],[-1,3],[-1,3],[-1,4],[-1,4],[-1,12],[0,5],[0,6],[1,4],[0,4],[1,3],[-1,10],[0,4],[-2,5],[-2,5],[-2,3],[-3,3],[-2,2],[-3,5],[-2,5],[-2,5],[-2,8],[-6,21],[-2,6],[-3,5],[-2,3],[-2,2],[-4,1],[-3,0],[-2,-1],[-3,-3],[-4,-1],[-11,0],[-5,0],[-4,1],[-4,2],[-5,3],[-2,2],[-3,4],[-1,3],[-4,9],[-4,6],[-14,24],[-5,8],[-4,4],[-3,2],[-3,1],[-4,1],[-5,2],[-4,3],[-4,3],[-4,4],[-5,6],[-3,5],[-4,6],[-1,4],[-2,5],[-1,6],[-1,6],[-1,10],[0,7],[-1,4],[-5,24],[-1,4],[-1,4],[-4,7],[-1,5],[-7,25],[-3,17],[-1,5],[0,4],[-1,5],[0,12],[0,8],[-1,4],[-5,23],[-1,3],[0,2],[-12,29],[-14,26],[-3,3],[-4,7],[-2,6],[-5,14],[-4,16],[-1,4],[0,4],[-1,10],[-1,7],[-2,7],[-1,6],[-4,9],[-2,3],[-2,3],[-2,3],[-6,4],[-5,4],[-14,15],[-6,7],[-4,7],[-3,4],[-2,7],[-7,22],[-5,17],[-2,6],[-3,9],[-3,6],[-2,6],[-3,5],[-6,9],[-3,5],[-4,9],[-4,7],[-4,11],[-3,8],[-4,14],[-3,10],[-5,12],[-6,14],[-2,3],[-1,3],[-4,3],[-3,2],[-9,4],[-2,1],[-22,3],[-6,1],[-8,0],[-10,-1],[-4,-2],[-7,-5],[-5,-2],[-7,-1],[-7,0],[-2,0],[-4,1],[-6,5],[-10,8],[-4,2],[-2,2],[-7,4],[-4,3],[-8,8],[-3,4],[-2,3],[-1,4],[-2,6],[-1,5],[-1,7],[0,5],[0,9],[0,7],[-1,13]],[[722,1492],[20,56],[-9,33],[9,1],[5,-16],[12,12],[23,77],[35,11],[8,26],[-13,40],[-4,47],[10,12],[21,-45],[17,58],[13,-9],[4,65],[13,17],[15,3],[7,37],[-10,-3],[-8,24],[-30,-38],[-19,52],[-5,-7],[-10,11],[11,84],[-15,23],[0,19],[40,-26],[12,13],[11,-12],[36,46],[9,35],[22,-17],[20,66],[-22,24],[2,20],[-8,2],[-1,11],[13,21],[-13,14],[14,35],[-3,17],[28,-10],[6,31],[18,-52],[-21,-38],[6,-26],[30,7],[23,-47],[9,-3],[20,13],[18,42],[8,3],[7,-14]],[[509,2257],[53,61],[40,111],[80,17]],[[682,2446],[1,-28],[-12,-24],[20,-64],[14,-9],[-15,-5],[-3,-17],[8,2],[4,-12],[-1,-31],[9,-16],[-2,-48],[8,-28],[29,-17],[11,-64],[26,-2],[5,-14],[-6,-20],[9,-2],[-2,-34],[-13,-53],[-53,64],[-16,-4],[-33,-43],[1,-41],[-20,-53],[10,-30],[-20,-51],[2,-47],[-13,12],[-12,-54]],[[687,2511],[8,-29],[-13,-36]],[[419,2355],[-16,21],[11,32],[-11,36],[-1,34],[5,25],[-3,34],[9,62],[14,14],[20,-28],[0,22],[7,-4],[7,15],[14,-5],[8,24],[-6,25],[2,28],[25,24],[21,4]],[[525,2718],[15,4],[5,-19],[13,-9],[20,33],[6,-30],[41,-52],[62,-134]],[[530,2742],[-5,-24]],[[393,2183],[-2,8],[-22,-15],[-10,-5],[-9,-1],[-6,2],[-5,3],[-4,5],[-3,6],[-9,31],[-9,23],[-7,10],[-17,21],[-10,15],[-17,35],[-10,15],[-4,7],[-1,14],[0,10],[1,10],[2,12],[0,6],[-1,39],[-2,10],[-6,22],[-4,32],[-2,10],[-2,9],[-2,14],[-2,13],[-5,39],[0,9],[-1,8],[-2,11],[-2,10],[-6,17],[-13,23],[-3,11],[-1,10],[1,29],[4,24],[1,32],[3,24],[1,5],[8,22],[1,6],[0,3]],[[216,2827],[3,9],[19,-8],[31,-60],[15,1],[39,-24],[4,11],[41,11],[5,-35],[35,-18],[5,-26],[7,-9],[5,2],[-1,21],[9,21],[0,32],[17,-17],[14,14],[37,-26],[15,19],[14,-3]],[[2639,2368],[5,-74],[19,-27],[25,-8],[5,-18],[6,-3],[5,-53],[20,-15],[6,-17],[4,11],[21,-6],[43,-26],[19,-38],[19,-103],[4,-31],[-13,-13],[1,-53],[-9,-9],[4,-26],[-54,32],[15,-98],[27,-59],[2,-58],[-12,-36],[2,-21],[16,-58],[32,-40],[-7,-32],[-18,-33],[21,-46],[-6,-35],[-8,-2],[-10,-29],[-4,-38],[10,-96],[19,-55],[6,17],[26,-52],[11,7],[23,-12],[59,-48],[31,78],[11,-18],[37,-6],[27,-30],[8,25],[25,33],[1,-11],[12,31],[44,-34],[1,-20],[30,-13],[34,67],[9,-12],[20,3],[15,-20],[9,21],[19,-17],[17,2],[5,10],[6,-8],[34,5],[14,-18]],[[3382,1135],[2,-30],[-1,-17],[-3,-24],[-1,-9],[-1,-3],[-1,-4],[-9,-21],[-6,-11],[-3,-4],[-2,-4],[0,-3],[-1,-4],[0,-4],[0,-4],[0,-7],[2,-6],[2,-18],[1,-19],[-1,-24],[-2,-22],[1,-25],[5,-31],[2,-30],[1,-25],[0,-16],[1,-26],[8,-14],[1,-1],[2,0],[18,-7],[13,-7],[6,-12],[4,-15],[2,-10],[1,-2],[1,-2],[5,-3],[8,-5],[8,-3],[11,-7],[12,-22],[1,-3],[0,-4],[1,-7],[-2,-10],[0,-8],[1,-13],[1,-4],[9,-32],[7,-16],[10,-14],[3,-3],[2,-2],[2,0],[5,2],[7,4],[1,1],[2,0],[2,-1],[7,-13],[1,-3],[-1,-4],[-1,-5],[-4,-8],[-8,-24],[-1,-4],[-2,-11],[-11,4],[-8,4],[-14,4],[-8,1],[-3,0],[-7,0],[-4,1],[-3,2],[-1,1],[-8,8],[-6,5],[-2,1],[-6,2],[-8,1],[-5,0],[-5,-1],[-2,-1],[-20,-10],[-7,-2],[-4,-2],[-12,-8],[-12,-7],[-18,-10],[-7,-4],[-2,-2],[-3,-4],[-6,-11],[-3,-8],[-3,-10],[-1,-6],[-2,-9],[-1,-13],[0,-6],[0,-13],[-1,-7],[0,-6],[-1,-14],[-1,-4],[0,-4],[-3,-9],[-2,-5],[-4,-10],[-2,-4],[-7,-9],[-6,-10],[-10,-18],[-7,-14],[-2,-3],[-6,-8],[-7,-5],[-4,-2],[-2,-3],[-6,-8],[-6,-11],[-2,-4],[-18,-22],[-11,-12],[-3,-3],[-7,-5],[-4,-2],[-9,-4],[-16,-3],[-3,0],[-6,0],[-2,0],[-15,-5],[-18,-6],[-2,0],[-3,0],[-2,0],[-3,1],[-13,5],[-6,3],[-25,16],[-7,5],[-8,4],[-17,9],[-5,3],[-3,1],[-2,-1],[-13,-2],[-3,-1],[-11,-4],[-2,0],[-16,0],[-2,-1],[-2,-1],[-5,-3],[-3,-4],[-2,-6],[-4,-8],[-1,-2],[-3,-4],[-7,-8],[-5,-5],[-4,-3],[-4,-2],[-6,-3]],[[1983,1231],[-3,63],[14,48],[12,12],[-8,26],[19,59],[-11,20],[5,-7],[37,24],[3,22],[17,32],[-27,78],[5,52],[-7,-2],[-32,80],[-11,72],[14,96],[32,127],[-33,54],[-14,15],[-18,-1],[-10,25],[70,183]],[[2037,2309],[30,-68],[15,6],[20,-69],[60,109],[106,149],[-4,19],[33,26],[6,-14],[-5,-9],[8,5],[59,62],[4,-8],[-6,-16],[5,-3],[-2,-15],[4,-8],[3,8],[6,-26],[-5,2],[-17,-42],[-5,3],[-1,-18],[9,-15],[-1,-46],[9,-3],[1,-14],[6,14],[0,-11],[11,-2],[42,48],[27,11],[9,23],[0,52],[-12,54],[9,13],[30,-49],[23,-16],[34,-6],[2,-40],[-6,-21],[45,-16],[3,15],[14,-10],[4,-17],[29,2]],[[1187,2910],[-54,-139],[-7,-64],[-10,-31],[23,-23],[1,9],[9,-3],[50,-33],[-35,-108],[7,-25],[17,-8],[13,21],[5,-29],[8,-6],[-14,-11],[1,-42],[-5,2],[-8,-63],[-8,-5],[-5,13],[-12,-43],[-24,21],[-7,-7],[1,-20],[-6,-9],[6,-9],[-4,-16],[-9,9],[-14,-54]],[[722,1492],[0,4],[-1,19],[-1,11],[-1,7],[-2,4],[-1,4],[-3,6]],[[687,2511],[28,22],[-40,75],[2,29],[7,16],[8,2],[4,-20],[9,-1],[35,78],[7,-19],[33,7],[12,14],[12,-25],[41,7],[50,79],[4,132],[38,-25],[5,24],[7,-7],[6,28],[7,-5],[10,30],[-7,8],[3,14],[18,25],[7,-15],[6,13],[32,-48],[62,103]],[[1093,3052],[11,21],[11,-52],[40,-67],[9,12],[23,-56]],[[1826,1355],[-19,102],[8,68],[-9,22],[27,63],[-11,31],[5,29],[-16,40],[-16,-7],[-10,9],[-2,16],[-3,-11],[-27,47],[23,32],[-14,40],[-50,-61],[2,17],[-11,16],[-7,-5],[3,12],[-8,18],[7,63],[23,93],[-10,7],[-2,36],[-62,137],[-40,47],[41,52],[29,-6],[1,-24],[8,-22],[29,37],[-4,12],[6,7],[6,38],[14,6],[-50,98],[1,30],[10,22],[9,-3],[15,33],[19,-45],[11,-53],[6,7],[4,28],[59,65],[8,38],[0,33],[-23,61],[-4,-7],[-23,33],[-12,79],[22,34],[-3,33],[-12,14],[17,32],[11,53],[-2,18]],[[1800,2919],[27,20],[8,-37],[19,30],[4,-48],[14,7],[9,-32],[53,-72],[59,-32],[9,13],[16,-82],[-18,4],[11,-50],[10,-100],[-38,-112],[4,6],[14,-30],[36,-95]],[[1786,3272],[6,-18],[-7,-8],[7,-28],[-20,-27],[-2,-28],[5,-32],[-7,-6],[0,-69],[-25,-48],[9,-42],[38,-12],[10,-35]],[[1187,2910],[35,-72],[48,-137],[27,55],[11,4],[23,75],[18,29],[18,-20],[6,10],[56,4],[-1,-23],[4,-1],[0,32],[6,12],[-4,33],[59,23],[2,10],[-5,8],[8,5],[-2,13],[7,23],[14,3],[-10,28],[-17,18],[22,53],[50,30],[1,17],[22,-14],[4,-23],[9,7],[2,67],[4,2],[9,57]],[[1613,3238],[16,-13],[12,-44],[11,-8],[14,-34],[17,22],[27,12],[-19,100],[16,27],[14,-4],[5,18],[12,-11],[12,-28],[7,0],[5,-39],[24,36]],[[530,2742],[21,43],[13,58],[-3,11],[17,56],[-18,55],[-6,45],[10,41],[-3,19],[10,25],[26,-12],[22,65],[-11,54],[27,39],[-15,54],[17,59],[-5,19],[2,25],[23,43],[23,-2],[24,15],[13,-22],[4,54],[-8,18],[9,22],[10,7],[1,33],[9,17],[-15,37],[12,12],[-4,33],[12,8],[-4,31],[31,-11],[6,27],[16,23],[13,68],[11,28],[19,11]],[[839,3850],[6,-11],[-1,-13],[51,2],[3,-19],[17,-18],[6,-34],[55,-1],[-4,-22],[6,-7],[-24,-21],[17,-52],[25,-9],[-6,-60],[9,11],[19,-17],[-11,-24],[8,8],[6,-42],[10,-13],[-7,-27],[19,-30],[-10,-13],[2,-19],[18,-26],[15,23],[6,-8],[5,9],[29,-76],[0,-12],[16,-29],[-8,-59],[-18,-57],[-1,-29],[-10,11],[-13,-41],[20,-37],[-5,-16],[4,-20]],[[2370,3755],[-4,-6],[8,-29],[37,-81],[20,-20],[-3,-34],[33,-27],[-6,-22],[5,-37],[37,-88],[-10,-60],[15,-50],[-4,-17],[-10,14],[-15,-50],[3,-5],[-12,-3],[-4,-20],[31,-50],[-4,-17],[13,-50],[18,38],[17,-19],[9,-43],[23,17],[9,-34],[-6,-51],[28,2],[18,-15],[36,-5],[9,-16],[-18,-49],[5,-24],[37,-35],[46,-25],[4,-14],[7,12]],[[2742,2842],[14,3],[7,-20],[-2,-21],[17,-38],[7,2],[15,-72],[-19,-6],[-28,-87],[-18,7],[-20,-21],[-1,-40],[-9,21],[-45,42],[0,-15],[-19,0],[-6,-25],[6,-35],[-4,-5],[22,-45],[-4,-31],[-21,-34],[5,-54]],[[1786,3272],[-4,17],[27,37],[-2,33],[13,14],[8,48],[35,109],[6,3],[6,61],[17,61],[5,49],[19,32],[1,40],[22,-6],[-4,28],[7,3],[-3,12],[20,66],[10,-9]],[[1969,3870],[7,-13],[18,-6],[47,-3],[-1,40],[25,8],[18,-15],[1,-11],[20,1],[1,-34],[33,-19],[-15,-74],[23,-29],[74,-51],[13,4],[-1,38],[28,63],[4,37],[16,-16],[90,-35]],[[3344,3612],[11,-13],[3,-43],[20,-49],[10,-7],[0,-21],[14,-49],[5,8],[23,-37],[18,-5],[11,-40],[5,-87],[8,-3],[1,-79],[14,-54],[22,-2],[4,-53],[8,-26]],[[3521,3052],[-14,-46],[1,-37],[-9,-25],[8,-54],[-6,-38],[-25,-14],[-16,-26],[-6,-15],[-2,-36],[-12,-30],[6,-24],[20,-28],[1,-13],[-13,0],[-9,-17],[40,-126],[-13,-25],[-7,6],[-4,-39],[-18,4],[-16,-46],[6,-27],[1,-49],[11,-44],[22,8],[5,50],[15,11],[27,-19],[12,-37],[29,-1],[-6,-10],[4,-20],[7,0],[7,-26],[0,26],[14,-13],[1,17],[23,-20],[10,14],[45,-12],[2,17],[-8,22],[17,58],[9,2],[8,-22],[19,49],[15,-9],[33,35],[39,12],[0,20],[10,0],[13,-19],[31,33],[18,46]],[[3866,2515],[38,-55],[-17,-32],[8,-3],[7,-19],[-15,-12],[-8,-27],[3,-64],[-17,-22],[19,-54],[-4,-14],[10,-13],[5,-54],[-33,-107],[-30,-31],[-13,-37],[5,-26],[-21,-17],[-3,-44],[6,-61]],[[3806,1823],[-7,-8],[-4,-9],[-3,-7],[-6,-3],[-8,-3],[-5,-3],[-1,-1],[-6,-12],[-1,-2],[0,-5],[-1,-10],[-6,-27],[-5,-12],[-5,-7],[-1,-2],[-2,1],[-11,11],[-11,11],[-8,1],[-10,0],[-22,4],[-2,0],[-10,-1],[-1,0],[-3,-1],[-12,-8],[-10,-10],[-6,-5],[-4,-4],[-2,-1],[-9,-5],[-11,2],[-20,13],[-6,9],[-7,1],[-2,-11],[-2,-18],[-4,-6],[-12,-19],[-16,11],[-11,3],[-13,6],[-20,1],[-12,-13],[-7,-35],[-10,7],[0,-19],[2,-20],[1,-2],[1,-5],[1,-4],[0,-5],[0,-5],[0,-6],[-1,-5],[-2,-8],[-2,-6],[-3,-7],[-4,-6],[-7,-23],[3,-28],[2,-27],[1,-30],[-2,-40],[-1,-5],[-1,-3],[-1,-5],[-1,-5],[-8,-18],[-2,-4],[-4,-5],[-8,-11],[-3,-3],[-2,-2],[-3,-1],[-2,0],[-1,0],[-6,4],[-17,2],[-22,-4],[-2,0],[-2,-1],[-2,-3],[-2,-3],[-16,-30],[-1,-3],[-1,-4],[-2,-7],[0,-4],[0,-2],[0,-6],[1,-6],[2,-7],[1,-2],[2,-4],[11,-15],[11,-30],[9,-25],[1,-5],[0,-3],[0,-5],[-1,-4],[-2,-4],[-5,-40],[1,-2]],[[2742,2842],[0,29],[-15,57],[27,18],[2,18],[7,-4],[6,20],[10,-10],[12,7],[54,-96],[28,4],[-11,38],[-22,20],[-2,38],[9,24],[18,4],[6,42],[-17,50],[13,17],[4,29],[-17,42],[27,3],[13,15],[26,-19],[25,23],[6,-15]],[[2951,3196],[18,-36],[4,10],[7,-5],[-15,-25],[5,-22],[-3,-34],[5,-11],[13,68],[23,35],[1,55],[11,-2],[15,48],[12,-19],[56,-4],[9,20],[19,5],[11,28],[31,-15],[0,-31],[24,42],[16,11],[10,38],[-4,60],[17,4],[-1,39],[13,13],[2,18],[10,12],[-7,18],[28,36],[27,85],[28,2],[8,-27]],[[4724,2531],[-8,-4],[-15,-11],[-2,-4],[-3,-5],[-1,-7],[-1,-5],[2,-7],[2,-7],[2,-2],[1,-5],[1,-6],[0,-3],[0,-21],[-1,-5],[-9,-30],[-8,-7],[-4,-3],[-10,-15],[-4,-9],[-2,-4],[-2,-14],[0,-14],[2,-4],[2,-6],[2,-8],[2,-14],[1,-12],[1,-8],[1,-31],[-3,-20],[-4,-22],[-8,-12],[-15,-26],[-1,-23],[1,-35],[1,-21],[0,-8],[-2,-20],[-1,-6],[-2,-31],[-1,-32],[-14,-29],[-2,-29],[-12,-14],[-4,0],[-4,-2],[-1,-1],[-6,-12],[-2,-17],[0,-3],[1,-4],[2,-6],[1,-3],[0,-3],[-1,-5],[-2,-2],[-7,-5],[-14,30],[-6,22],[-2,8],[1,9],[0,3],[1,2],[2,1],[3,12],[-9,5],[-14,0],[-9,-3],[-2,-1],[-1,-5],[-7,-28],[-9,-18],[-5,-5],[-8,-6],[-5,1],[-13,-2],[-9,-12],[-10,-3],[-9,13],[-4,7],[-4,11],[0,4],[-1,2],[-2,0],[-6,-2],[-9,-5],[-6,-4],[-16,-7],[-7,3],[-9,4],[-12,-2],[-15,-4],[-15,8],[-3,1],[-5,0],[-1,-1],[-13,-11],[-3,-3],[-4,-2],[-5,1],[-8,5],[-16,-7],[-16,-16],[-7,-9],[-4,-7],[-1,-4],[-3,-22],[-1,-2],[-1,-4],[-4,-5],[-1,-2],[-5,0],[-9,3],[-3,0],[-2,0],[-4,-3],[-5,-4],[-3,-2],[-2,-2],[-2,-3],[-2,-4],[-1,-2],[-8,-31],[-1,-5],[-1,-4],[0,-5],[1,-14],[-1,-4],[0,-2],[-1,-3],[-7,-17],[-3,-3],[-2,-1],[-3,0],[-1,1],[-12,11],[-12,21],[-2,8],[-2,3],[-1,2],[-2,2],[-11,6],[-12,-2],[-15,-3],[-7,-7],[-6,-5],[-7,0],[-10,4],[-16,13],[-21,8],[-10,3],[-13,11],[-10,20],[-8,11],[-2,1],[-1,1],[-11,-2],[-2,0],[-1,-2],[-8,-15],[-2,-2],[0,-4],[-11,-16],[-10,-3],[-8,1],[-7,5],[-7,8],[-1,3],[-3,5],[-9,13],[-2,1],[-3,1],[-2,0],[-2,-1],[-3,-2],[-1,-2],[-1,-3],[-2,-5],[-2,-8],[-5,-10],[-4,-6],[-1,-2],[-3,-1],[-3,0],[-3,-2],[-3,-3],[-3,-4],[-3,-8],[-1,-6],[-3,-13],[-1,-4],[-1,-2],[-2,-1],[-1,2],[-4,7],[-5,12],[-8,20],[-9,2],[-3,-1],[-4,0],[-6,0],[-4,5],[-5,15],[-6,10],[-12,16],[-8,3]],[[3866,2515],[30,63],[10,56],[31,-38],[10,5],[1,-30],[6,10],[9,-22],[16,3],[12,40],[2,30],[19,31],[3,-22],[12,-12],[12,3],[4,-31],[15,-17],[13,29],[3,68],[9,23],[10,-9],[5,-31],[7,-7],[14,62],[25,27],[8,-16],[13,27],[4,47],[17,12],[-2,21],[-15,12],[-14,32],[-7,86],[-8,32],[-10,6],[-1,44],[5,45],[8,5],[7,41],[-5,22],[0,62],[4,15],[28,18],[7,15],[-5,31],[6,35]],[[4184,3338],[16,-25],[4,-22],[11,1],[3,-40],[8,-6],[8,-38],[6,-2],[-4,-34],[11,-113],[-4,-17],[8,-25],[15,-14],[10,-30],[19,8],[32,-43],[47,-12],[7,17],[6,-6],[13,12],[-17,20],[0,22],[-12,31],[-5,135],[6,-5],[16,49],[4,63],[5,-1],[0,15],[33,24],[9,67],[-5,22],[-15,8],[-22,44],[-2,57]],[[4395,3500],[9,-37],[23,-1],[34,59],[5,22]],[[4466,3543],[7,-39],[-4,-1],[19,-43],[5,-43],[14,2],[7,-30],[31,-7],[-16,-67],[2,-67],[11,17],[32,15],[12,-44],[9,-78],[7,3],[7,-43],[18,-11],[-1,-20],[23,-38],[0,-48],[13,-100],[32,-8],[3,40],[29,3],[3,-17],[8,-5],[6,-32],[19,-30],[-31,-3],[-7,-19],[9,-79],[-9,-61],[12,-57],[-12,-102]],[[1613,3238],[-45,53],[-25,10],[-15,19],[-13,-1],[0,60],[15,1],[19,28],[5,23],[-11,40],[9,71],[-7,43],[10,28],[-2,11],[13,27],[-8,21],[-6,-3],[4,8],[-6,21],[-42,-2],[-16,34],[-9,55],[11,55],[-12,82],[3,39],[11,24],[-20,67]],[[1476,4052],[3,6],[49,-94],[16,-14],[48,-13],[10,73],[25,9],[1,62],[23,66],[-10,-20],[-13,6],[6,55],[37,-47],[2,-49],[18,-28],[33,39],[-7,64],[8,21],[6,-6],[15,18],[14,-14],[5,12]],[[1765,4198],[2,-40],[11,4],[14,-29],[27,-20],[23,-3],[45,-62],[32,-77],[54,-75],[-4,-26]],[[3521,3052],[19,0],[15,33],[7,-19],[9,1],[7,36],[-8,39],[9,-7],[10,-40],[15,12],[4,-27],[8,-3],[22,22],[-10,35],[15,38],[7,0],[5,27],[20,20],[13,-17],[10,14],[0,17],[-29,84],[8,15],[-3,28],[5,16],[12,4],[10,40],[-24,43],[2,17],[28,-22],[-6,37],[10,44],[-1,27],[24,14],[8,27],[11,5],[18,62]],[[3771,3674],[29,41],[7,27],[36,27],[19,-93],[37,-48],[9,8],[7,-16],[16,-8],[8,31],[16,14],[14,-9],[4,-19],[11,8],[0,-79],[17,-43],[-2,-30],[30,-11],[5,18],[8,-3],[12,15],[-4,-17],[7,-24],[26,45],[3,-13],[36,-34],[-2,-14],[7,-2],[3,-37],[35,-16],[-1,-25],[20,-29]],[[2370,3755],[52,80],[4,35],[25,28],[5,29],[19,29],[17,55],[36,8],[19,34],[31,14]],[[2578,4067],[52,-38],[10,19],[5,41],[6,-46],[17,-11],[5,-25],[0,44],[37,36],[48,108],[46,40],[17,38],[22,22],[8,36],[19,11]],[[2870,4342],[17,-26],[7,-45],[17,-49],[27,15],[-31,-42],[-21,-52],[-12,-61],[25,0],[1,38],[25,14],[21,-6],[12,-16],[5,2],[0,12],[5,-26],[5,2],[-2,-85],[-10,-71],[27,15],[-27,-56],[0,-22],[-18,-60],[21,6],[4,-66],[19,-19],[-13,-96],[39,1],[9,-69],[8,-6],[-3,-57],[8,-31],[-3,-21],[8,-41],[-16,-28],[-3,-15],[8,-23],[-5,-25],[-17,-10],[-22,-35],[6,-21],[-5,-8],[5,0],[-20,-18],[7,-28],[-8,-23],[-9,21],[-10,-15]],[[910,4118],[-12,-27],[-20,-20],[9,-29],[-13,-28],[2,-23],[-8,8],[-4,-21],[-25,5],[-2,-31],[-19,-49],[21,-53]],[[216,2827],[-2,6],[-14,28],[-4,3],[-3,2],[-10,1],[-10,0],[-8,1],[-7,3],[-2,3],[-4,6],[0,15],[-2,9],[-2,6],[-9,20],[-7,22],[-3,12],[-8,38],[-6,34],[-6,30],[-2,8],[0,6],[0,7],[2,10],[4,8],[9,11],[3,6],[7,23],[1,4],[0,7],[-2,4],[-1,3],[-17,13],[-15,15],[-11,18],[-16,8],[-2,3],[-4,8],[-2,7],[0,4],[1,4],[2,5],[6,9],[1,6],[0,9],[-2,5],[-1,3],[-4,1],[-13,-2],[-15,-3],[-4,-1],[-7,3],[-5,7],[-2,2],[-3,7],[-1,10],[-3,45],[1,24],[0,19],[-7,28],[-6,20],[-1,6],[0,6],[1,7],[2,4],[5,4],[3,-1],[7,-9],[3,-2],[7,4],[2,6],[1,5],[-1,9],[0,10],[0,13],[1,5],[6,13],[2,6],[1,7],[-1,13],[-6,24],[-2,13],[-1,12],[0,11],[2,8],[3,8],[4,8],[12,16],[2,5],[0,6],[-1,7],[-5,9],[-2,6],[-4,13],[-4,20],[-5,27],[-1,18],[-2,43],[7,13],[8,11],[4,17],[-1,17],[-1,4],[0,5],[7,28],[2,5],[3,4],[9,1],[4,6],[2,8],[4,23],[4,17],[2,5],[2,2],[1,-1],[13,4],[3,9],[1,3],[6,21],[1,7],[0,4],[-1,4],[-9,13],[-1,5],[0,4],[1,6],[11,23],[6,5],[5,2],[6,-1],[1,-2],[3,-11],[2,-3],[5,-5],[2,1],[3,2],[2,3],[1,5],[0,5],[-1,3],[-5,23],[-2,25],[0,17],[1,8],[2,6],[9,24],[9,16],[14,4],[13,-2],[3,2],[2,3],[1,4],[0,3],[-6,14],[0,4],[0,4],[2,9],[3,9],[5,9],[6,20]],[[203,4274],[18,12],[19,-3],[-7,51],[20,2],[8,21],[132,21],[-11,44],[67,-28],[15,12],[-3,8],[15,3],[15,-26],[18,-59],[56,24],[23,30],[46,21],[10,19],[5,-12],[2,13],[25,20],[26,-6],[-2,71],[54,47],[4,52],[25,49],[23,-4],[56,246],[19,-17],[-6,-15],[4,6],[15,-27],[11,15],[11,-22],[27,-103],[3,-86],[-34,-65],[7,-18],[-9,3],[-25,-69],[-20,-20],[-7,13],[0,-46],[15,-17],[-1,-12],[-15,26],[-8,-4],[-3,-32],[-25,-22],[-32,-51],[2,-4],[-21,-34],[-5,-12],[14,25],[15,-26],[21,-12],[16,-21],[7,-51],[22,-43],[15,6],[7,-9],[-8,-9],[11,-18],[25,-13]],[[1299,4815],[1,-29],[-5,-33],[15,-40],[-9,-9],[-16,-50],[9,-19],[2,-47],[-11,-12],[-8,7],[-5,-12],[-10,-54],[2,-34],[11,-13],[8,15],[10,0],[8,-6],[8,-31],[12,-7],[12,-56],[29,-72],[-6,-6],[18,-29],[5,5],[-1,-18],[3,-7],[7,8],[12,-31],[-6,-23],[9,-29],[31,-48],[10,21],[9,-43],[23,-61]],[[910,4118],[10,37],[-10,-10],[-28,12],[24,20],[3,83],[8,38],[21,58],[20,23],[0,24],[13,15],[26,-5],[6,-14],[29,-8],[2,-19],[5,26],[31,38],[9,-5],[8,-31],[26,63],[-2,55],[19,3],[12,37],[14,1],[2,41],[45,145],[18,11]],[[1221,4756],[2,14],[15,3],[6,50],[12,-4],[13,33],[19,-13],[11,-24]],[[3731,4399],[15,-61],[10,-82],[16,41],[29,18],[4,-24],[-7,-80],[4,-12],[-12,-13],[7,-6],[1,-29],[-10,-33],[-5,-59],[-11,-18],[3,-42],[27,-37],[-21,-83],[2,-24],[14,-41],[2,-75],[-12,-37],[-18,-21],[2,-7]],[[3344,3612],[14,38],[4,69],[10,34],[7,-16],[26,-11],[13,-43],[20,9],[9,-25],[13,-7],[22,41],[-22,58],[24,2],[11,-17],[10,0],[15,40],[20,8],[-4,20],[5,11],[5,-16],[8,7],[-5,11],[11,36],[-7,44],[9,6],[1,12],[-30,4],[-11,-18],[-2,32],[-4,-7],[1,14],[-17,11],[-3,13],[-6,-5],[-4,20],[-21,1],[1,-18],[-6,-11],[-5,7],[1,20]],[[3457,3986],[-1,43],[18,19],[10,-7],[7,14],[12,-5],[11,23],[10,-7],[6,8],[11,44],[-2,29],[48,-6],[18,70],[4,68],[7,0],[4,23],[9,-2],[15,64],[17,29],[8,32],[12,8],[8,-12],[6,20],[0,-51],[27,-7],[9,16]],[[1536,5027],[26,-50],[2,-35],[24,-53],[66,-59],[12,-20],[16,19],[1,-14],[11,-3],[7,16],[21,-4],[6,38],[-6,18],[5,9],[-5,1],[11,6],[22,-11],[-2,-41],[24,-58],[7,0],[3,26],[13,9],[24,-24],[2,-36],[29,25],[20,-37],[25,1],[16,-21],[13,5],[1,-8],[29,5],[8,-7],[-5,-19],[10,-30],[26,6]],[[1998,4681],[2,-38],[9,-22],[-4,-25],[-11,-1],[-4,-28],[-43,-3],[6,-40],[-59,-4],[1,12],[-11,22],[-21,22],[-10,-2],[-16,-110],[-26,-54],[-15,-108],[5,-14],[-1,-31],[-6,0],[3,-7],[-14,-36],[-18,-16]],[[1299,4815],[24,3],[16,18],[8,-8],[35,23],[-11,21],[3,17],[-10,51],[1,36],[15,21],[7,-10],[-4,-14],[-7,5],[16,-17],[5,-19],[5,14],[15,-12],[13,9],[-7,23],[24,-14],[6,15],[5,-8],[0,11],[13,5],[16,43],[12,-11],[16,36],[21,-26]],[[4791,4281],[20,-53],[5,-66],[23,-42],[2,-42],[-15,-69],[21,-93],[-25,-45],[16,-27],[19,-9],[5,-19],[-8,-29],[14,-9],[-7,-19],[5,-18],[14,-21],[9,6],[44,-55],[17,-29],[12,-39],[-1,-36],[-11,-16],[-11,31],[-21,9],[-15,-59],[4,-32],[-6,-39],[4,-24],[7,10],[10,-6],[27,-64],[5,-26],[19,-11],[12,31],[37,-9],[22,25],[14,-23],[7,19],[6,-16],[18,32],[-5,52],[21,9],[34,-14],[11,24],[-2,13],[26,29],[12,-30],[20,5],[-1,22],[27,-6]],[[5232,3503],[2,-37],[17,-47],[30,-26],[4,-47],[-9,-8],[11,-19],[-19,-45],[0,-34],[13,-31],[3,-36],[14,-27],[5,-64],[11,-3],[0,-76],[13,-11],[2,-19],[29,-28],[-4,-25],[16,-62],[-5,-8],[-1,-54],[14,-33],[31,-9],[8,-26],[0,-33],[6,-6],[-3,-13],[-16,2],[-10,-82],[4,-23],[-13,-54],[6,-17],[-16,4],[-15,-44],[-28,18],[8,-73],[-21,-92],[10,-14]],[[5329,2301],[-4,-1],[-7,0],[-3,19],[-2,13],[-1,1],[-2,1],[-13,0],[-9,-1],[-8,5],[-7,8],[-8,4],[-5,-15],[-7,-43],[-3,-1],[-2,-1],[-3,-1],[-4,0],[-7,2],[-1,0],[-5,4],[-2,7],[-5,17],[-9,7],[-8,-6],[-2,-1],[-4,-4],[-7,-21],[-3,-13],[0,-6],[-1,-11],[-2,-7],[-3,-8],[-8,-4],[-6,-2],[-3,0],[-4,9],[-12,35],[-4,12],[0,9],[10,34],[9,24],[4,7],[6,11],[8,16],[1,4],[1,5],[-1,7],[-6,29],[-6,8],[-8,4],[-9,11],[-8,13],[-5,14],[-1,2],[-13,17],[-7,4],[-16,31],[-18,23],[-4,3],[-7,2],[-5,-1],[-3,-1],[-5,-1],[-2,-3],[-2,-6],[-3,-9],[-6,-24],[-4,-15],[-1,-6],[-1,-2],[-7,-9],[-2,-1],[-21,-3],[-9,7],[-12,11],[-14,21],[-13,22],[-1,2],[-5,30],[-5,33],[-2,32],[-1,13],[-2,24],[-1,4],[-1,3],[-3,6],[-2,4],[-2,2],[-10,1],[-2,-1],[-1,-1],[-3,-6],[-4,-10],[-2,-1],[-2,-1],[-3,0],[-7,6],[-4,14],[-4,9],[-9,15],[-5,11],[-12,-1],[-6,-14],[-2,-6],[-5,-10],[-2,-2],[-9,-9],[-12,-18],[-12,-31],[-12,-17],[-1,-3],[-4,-14],[-5,-11],[-15,-32],[-1,-2],[-2,-2],[-2,-1],[-10,0],[-3,0],[-1,-1],[-8,-12],[-15,-24],[-10,-12],[-7,9],[-4,-2]],[[4466,3543],[-10,56],[4,62],[-20,89],[-24,63],[12,19],[-9,20],[50,7],[-20,33],[-3,19],[21,40],[-41,35],[-13,34],[52,-11],[26,-21],[24,30],[14,-31],[15,43],[11,75],[9,-24],[11,-5],[-1,-42],[18,2],[21,58],[32,17],[8,84],[20,27],[14,8],[8,-12],[31,80],[14,-1],[10,15],[10,-13],[4,26],[5,-4],[2,-44],[20,4]],[[2870,4342],[15,3],[18,103]],[[2903,4448],[4,-25],[10,-9],[11,1],[7,17],[3,-12],[22,-11],[7,18],[4,-8],[13,10],[0,-11],[16,21],[24,0],[-4,17],[22,39],[35,-12],[8,46],[-5,27],[4,19],[34,79],[24,92],[18,45]],[[3160,4791],[16,-4],[16,-69],[21,-45],[4,-56],[19,-105],[25,-49],[-9,-118],[5,-46],[-9,-35],[23,-30],[21,-2],[11,-33],[13,-12],[4,-27],[-12,-16],[-1,-24],[5,-89],[16,-8],[26,11],[37,-52],[17,5],[16,-25],[6,2],[6,34],[21,-12]],[[2400,4777],[14,-14],[17,7],[50,-106],[-6,-5],[3,-19],[-18,-31],[-12,-59],[-6,9],[-33,-68],[16,-53],[15,12],[5,-9],[-15,-66],[10,-20],[9,26],[8,-16],[6,19],[16,-3],[52,-76],[17,-77],[23,-70],[9,-61],[-2,-30]],[[1998,4681],[19,43],[11,-17],[19,43],[-9,15],[3,5],[21,-33],[3,17],[-4,33],[15,31],[-7,2],[-7,60],[4,24],[-18,19],[9,5],[-11,3],[-6,55],[-7,12],[6,26],[-15,26],[7,35],[-12,91],[25,41]],[[2044,5217],[12,-6],[17,11],[7,-8],[-8,-33],[12,-22],[24,16],[12,-30],[17,-14],[3,11],[18,-16],[17,1],[13,-23],[15,-5],[15,30],[26,-46],[0,-22],[11,-26],[13,-18],[-5,-26],[20,-11],[10,-60],[-3,-8],[23,-28],[9,-42],[35,19],[9,-34],[15,-10],[1,-29],[18,-11]],[[2400,4777],[11,26],[-9,11],[6,38],[-10,34],[25,16],[5,13],[51,-41],[16,5],[2,12],[14,14],[15,65],[25,-26],[22,13],[3,11],[3,-18],[-5,-30],[14,2],[12,-49],[10,-17],[13,52],[11,15],[3,114],[-11,38],[1,30],[25,7],[5,41],[9,2],[3,12],[23,-1]],[[2692,5166],[19,-62],[9,14],[22,1],[7,-14],[-5,-18],[4,-21],[14,-37],[18,-3],[10,16],[12,-1],[0,19],[19,-1],[8,-15],[1,-64],[6,-19],[-5,-28],[8,-30],[8,-7],[-13,-49],[-12,-9],[-9,-22],[-13,-6],[30,-64],[32,-43],[-16,-49],[14,-72],[-2,-29],[30,-45],[15,-60]],[[203,4274],[7,37],[0,10],[-1,6],[-2,3],[-5,4],[-3,4],[-8,23],[-1,5],[1,4],[3,15],[1,6],[-1,11],[-2,8],[-5,9],[-3,12],[-5,26],[-1,15],[1,13],[5,27],[1,14],[-1,7],[-3,22],[-2,35],[1,22],[2,19],[3,3],[3,6],[2,8],[0,10],[0,12],[-4,13],[-1,9],[2,14],[2,4],[3,7],[1,2],[10,13],[13,16],[6,28],[4,36],[6,27],[5,37],[-3,39],[0,44],[0,11],[1,8],[3,12],[5,8],[3,5],[1,2],[3,8],[1,4],[2,9],[0,7]],[[253,5033],[10,0],[5,-39],[12,-3],[19,33],[48,-8],[15,18],[9,36],[9,10],[13,0],[11,-15],[26,42],[38,17],[29,-23],[51,62],[2,-28],[14,-34],[-6,-44],[21,21],[17,-12],[4,6],[4,55],[8,19],[30,21],[2,26],[26,2],[12,-17],[3,8],[27,-16],[28,11],[4,48],[-10,70],[10,-3],[27,23],[83,32],[29,75],[7,31],[-3,24],[8,25],[-3,17],[15,34]],[[907,5557],[6,-16],[16,15],[13,-33],[9,17],[3,-14],[11,-3],[25,34],[12,47],[15,5],[10,-17],[5,-34],[-6,-29],[11,-17],[24,-14],[7,11],[3,-18],[15,-19],[29,-3],[-3,-18],[10,-49],[3,-13],[18,-14],[7,-47],[-9,-24],[0,-31],[-19,5],[-6,-79],[-10,-15],[3,-20],[-5,-19],[22,-32],[3,-21],[-10,-36],[14,-3],[5,-44],[7,1],[-3,-20],[23,-28],[13,-63],[-5,-30],[48,-113]],[[4951,4716],[5,-19],[26,-7],[26,-61],[29,-32],[-14,-22],[-4,14],[-4,-7],[0,-30],[12,-18],[-2,-15],[-7,3],[2,-20],[-26,-10],[-3,-11],[-4,6],[-7,-17],[-20,12],[-37,-65],[-11,-3],[1,15],[-6,-5],[16,-57],[-10,-3],[-6,-17],[1,-20],[-11,-2],[-3,-15],[6,-8],[-15,-9],[-8,-61],[2,-28],[-9,-20],[-14,83],[-15,23],[-31,-13],[-19,4]],[[4395,3500],[-10,117],[-18,71],[-10,19],[2,14],[-21,35],[-15,1],[-5,-11],[-21,16],[-6,20],[-9,-8],[-23,12],[-1,68],[7,59],[-12,20],[-29,-4],[-13,30],[-2,27],[-16,22],[1,40],[9,23],[-3,23],[33,-14],[3,-16],[5,14],[-8,45],[20,-4],[13,-23],[12,36],[6,60],[-25,70],[16,37],[9,-8],[-14,37],[6,25],[-9,-4],[-4,24],[16,15],[-4,33],[13,15],[4,43],[5,3],[-3,18],[46,-6],[7,-14],[10,-78],[18,13],[35,-16],[15,-58],[27,-3],[-46,83],[-1,22],[14,24],[-8,17],[-42,47],[-9,-6],[-3,21],[-23,21],[10,40],[12,10],[-4,32],[45,-7],[6,26],[12,15],[15,-1],[15,42],[9,-10],[11,4],[1,-13],[11,-8],[11,11],[14,-33],[-4,-11],[10,4],[-3,-11],[17,0],[39,127],[0,20],[63,101],[17,-2]],[[4641,4903],[22,24],[15,-2],[6,13],[34,3],[30,-31],[14,17],[15,-23],[31,-12],[5,7],[28,-44],[17,4],[19,-22],[25,6],[5,-34],[-17,-33],[1,-29],[40,-6],[20,-25]],[[3731,4399],[5,39],[8,-1],[12,37],[8,-16],[11,0],[14,58],[11,8],[-4,55],[-18,7],[-17,42],[-7,48],[8,108],[13,46],[-15,41],[2,43],[41,104],[5,-11],[9,5],[20,53]],[[3837,5065],[60,-81],[17,-56],[9,7],[14,-26],[12,-42],[19,-12],[10,7],[27,-59],[1,67],[14,3],[7,-40],[1,-38],[-6,-15],[3,-9],[8,24],[8,5],[-7,28],[51,4],[14,46],[10,17],[9,-5],[-3,8],[8,8],[1,14],[13,13],[16,-47],[6,15],[21,-32],[0,-42],[-14,-63],[16,-49],[6,43],[37,5],[47,87],[-1,-9],[9,-5],[3,-17],[22,-14],[42,69],[45,16],[43,37],[52,-39],[41,3],[13,42],[31,8],[15,-10],[28,53]],[[4615,4984],[23,-37],[3,-44]],[[4951,4716],[52,90],[20,9],[61,59]],[[5084,4874],[21,-42],[45,-27],[8,-51],[21,-5],[11,-12],[2,-20],[23,-20],[12,-53],[16,-28],[4,-24],[33,-8],[36,-77],[2,-48],[-6,0],[3,-27],[-4,-30],[-13,-2],[-25,-76],[-22,18],[-17,-6],[-17,-58],[-2,-59],[17,-23],[3,17],[10,2],[33,-108],[36,-53],[9,-54],[17,-16],[7,-35],[-6,-16],[12,-15],[-22,-71],[11,-24],[4,-28],[22,-40],[28,6],[-7,-27],[3,-8],[-18,-21],[1,-137],[8,-2],[-4,-18],[5,-6],[-16,0],[-4,12],[-43,-38],[-46,40],[-28,3],[-15,-56]],[[907,5557],[5,26],[8,-4],[12,29],[21,16],[6,21],[13,-1],[0,39],[15,42],[-4,23]],[[983,5748],[2,3],[4,11],[3,8],[11,24],[10,18],[13,12],[8,11],[8,15],[5,19],[8,20],[7,5],[7,7],[5,15],[2,4],[4,4],[2,0],[18,-13],[12,-7],[13,-10],[4,-5],[1,-3],[14,-33],[11,-23],[8,-18],[8,-17],[5,-9],[3,-4],[4,0],[1,7],[1,7],[1,8],[2,8],[6,16],[2,-1],[-3,-14],[-2,-14],[0,-11],[0,-14],[1,-6],[6,-23],[6,-2],[5,-1],[3,0],[8,18],[9,16],[2,1],[2,-1],[4,-4],[6,-8],[2,1],[7,10],[2,5],[3,8],[1,3],[1,6],[-6,14],[-1,17],[10,6],[8,-13],[4,-7],[5,-6],[6,-4],[2,-1],[2,1],[8,3],[22,6],[6,10],[2,2],[2,4],[2,11],[1,14],[1,16],[1,4],[1,4],[6,16],[12,2],[12,2],[2,1],[7,2]],[[1374,5901],[-12,-85],[7,-17],[8,-69],[-5,-29],[6,-48],[17,-51],[-10,7],[3,-26],[-8,-10],[12,-10],[-6,-17],[3,-6],[12,-8],[6,9],[14,-22],[-1,-16],[15,-3],[-22,-9],[-7,9],[-5,-10],[3,-13],[9,-18],[6,14],[26,-11],[30,26],[26,-56],[12,-1],[0,-13],[8,-5],[16,-63],[-4,-43],[6,-20],[-8,11],[-4,-13],[-6,1],[-1,-32],[-6,-19],[17,-75],[-10,-11],[7,-4],[-5,-13],[24,-38],[-7,-14],[-4,-53]],[[253,5033],[1,9],[1,7],[2,7],[3,5],[6,8],[2,3],[5,6],[3,4],[3,3],[2,3],[3,7],[2,8],[2,8],[1,7],[0,12],[-2,23],[-1,16],[-1,7],[1,6],[0,7],[2,6],[2,6],[3,8],[7,12],[8,8],[3,8],[2,9],[1,8],[0,8],[0,13],[0,11],[1,8],[2,7],[3,9],[9,21],[10,35],[10,40],[2,3],[5,6],[3,8],[2,6],[1,8],[0,7],[1,14],[0,9],[1,9],[2,9],[2,9],[6,8],[4,4],[3,3],[6,4],[5,6],[5,9],[4,8],[1,4],[2,6],[4,14],[4,9],[5,4],[6,4],[7,3],[9,6],[5,9],[2,6],[2,8],[1,10],[-1,26],[1,9],[1,5],[1,4],[2,7],[2,2],[7,11],[4,6],[2,2],[2,5],[2,5],[2,8],[1,8],[1,12],[2,28],[0,8],[-1,5],[0,5],[-1,4],[-1,8],[-1,7],[0,9],[1,7],[1,6],[2,7],[1,6],[2,6],[2,6],[3,6],[3,4],[3,3],[5,5],[3,3],[4,3],[4,4],[4,3],[6,8],[4,4],[2,3],[2,2],[9,9],[5,5],[5,4],[3,1],[15,21],[1,4],[1,5],[1,4],[1,4],[1,2],[5,12],[2,3],[1,2],[4,4],[2,2],[4,3],[2,2],[5,7],[1,3],[2,6],[10,26],[7,23],[6,16],[5,11],[6,10],[9,10],[4,3],[1,-1],[8,-10],[16,-25],[3,-2],[1,-2],[22,-10],[14,-1],[18,-18],[5,-10],[2,-5],[4,-3],[8,-5],[4,-1],[5,-2],[4,5],[2,3],[1,0],[5,0],[6,-4],[2,-2],[2,-2],[2,-8],[1,-12],[1,-6],[2,-4],[14,-17],[10,-6],[2,-2],[3,-2],[1,-4],[4,-7],[0,-3],[0,-2],[1,-4],[1,-3],[5,-5],[2,-2],[9,-2],[2,1],[2,1],[2,4],[3,4],[1,1],[2,1],[4,-1],[2,-3],[3,-33],[3,-14],[9,-18],[9,-14],[3,-6],[4,-4],[2,-2],[13,-16],[7,-13],[12,-36],[2,-5],[2,-4],[2,-2],[2,0],[2,1],[4,4],[4,5],[2,2],[2,5],[4,6],[2,3],[4,4],[2,0],[9,-12],[6,-6],[15,-11],[2,-1]],[[3776,5406],[-3,-48],[10,-36],[-2,-20],[5,-12],[4,-76],[-5,-24],[11,-22],[12,11],[3,-13],[21,-9],[-21,-14],[26,-78]],[[3160,4791],[20,36],[26,-31],[33,-15],[15,9],[12,-25],[20,-8],[4,34],[-10,77],[36,45],[12,31],[0,16],[9,19],[9,74],[-3,23],[8,26],[9,6],[5,23],[31,-18],[27,36],[9,41],[10,20],[19,93],[15,36],[0,41]],[[3476,5380],[10,20],[18,12],[21,47],[0,24],[28,17],[5,14],[14,2],[5,-7],[-1,-39],[11,-5],[5,-25],[-2,-23],[31,-2],[9,-37],[15,-14],[12,6],[22,38],[36,-18],[21,12],[16,-15],[11,7],[4,15],[9,-3]],[[2041,5401],[-7,-31],[-4,-73],[14,-80]],[[1374,5901],[0,6],[-1,8],[0,6],[0,4],[2,5],[3,7],[7,15],[3,4],[7,12],[1,1],[7,1],[2,-1],[14,0],[7,-1],[18,2],[14,-2],[12,16],[13,12],[12,11],[3,0],[9,-3],[4,-3],[2,-1],[7,5],[11,20],[4,8],[1,3],[2,5],[3,10],[2,10],[0,4],[2,4],[2,3],[3,6],[3,4],[6,7],[5,4],[2,0],[1,2],[4,5],[2,2],[2,5],[2,4],[3,8],[2,8],[9,31],[7,31],[3,13],[3,9],[5,11],[16,33],[10,17],[1,2],[2,1],[2,1],[2,1],[2,0],[2,2],[6,10],[2,5],[2,4],[1,14],[0,7],[-1,8],[-1,8],[4,7],[6,0],[5,0],[6,0],[13,-1],[10,0],[2,1],[3,0],[8,2],[2,3],[21,5],[11,-1],[17,2]],[[1763,6353],[3,-26],[-6,-36],[6,-61],[-18,-22],[-8,-60],[20,-117],[35,-83],[-3,-6],[14,-47],[-3,-3],[6,-31],[10,5],[-3,-75],[-14,-41],[7,-45],[6,-13],[30,61],[18,-14],[48,-2],[7,-24],[-6,-29],[5,-29],[7,4],[6,-16],[46,10],[5,-32],[-6,-66],[31,-142],[18,19],[17,-31]],[[2041,5401],[45,39],[14,58],[13,-34],[55,-39],[33,-81],[5,7],[8,-14],[5,4],[-1,21],[22,4],[15,15],[2,23],[11,26],[0,32],[20,-4],[21,30],[0,18],[-12,26],[5,10],[7,4],[4,-14],[12,20],[7,-9],[-6,-13],[4,5],[4,-12],[-7,-3],[10,-6],[8,22],[0,33],[16,-42],[9,5],[18,-23],[18,44],[18,10],[-5,41],[4,51],[-8,42],[-11,17],[3,62],[-4,96],[16,98],[17,37],[-3,52],[72,63],[30,14],[27,-43],[21,10],[9,45],[23,35]],[[2615,6183],[32,-19],[4,-51],[17,-26],[4,-68],[40,-6],[11,-14],[4,-24],[21,-6],[5,-24],[10,-10],[4,-44],[-10,-34],[-12,-89],[8,-38],[-6,-13],[9,-24],[15,-9],[11,-77],[18,-25],[-9,-46],[10,-39],[-7,-3],[-6,-22],[0,-52],[-9,-12],[-1,-15],[-15,-2],[-13,-36],[-26,11],[-48,-39],[-9,-47],[1,-23],[9,-49],[15,-42]],[[6251,3659],[-2,-6],[-1,-3],[-1,-22],[2,-25],[5,-35],[-5,-41],[-2,-13],[-3,-21],[-2,-5],[-9,-17],[-3,-5],[-1,-2],[1,-17],[4,-19],[5,-25],[1,-4],[1,-7],[-8,-33],[-2,-8],[-4,-7],[-10,-19],[-10,-13],[-13,-20],[2,-4],[1,-8],[0,-6],[-9,-29],[-11,-29],[-6,-14],[-2,-13],[1,-15],[1,-12],[-1,-14],[-4,-15],[-14,-34],[-11,-24],[-13,-23],[-11,-19],[-13,-35],[-9,-41],[-2,-40],[-2,-40],[-17,-2],[-9,-5],[-5,-12],[-1,-13],[-3,-12],[-15,-9],[-11,-7],[-2,0],[-4,0],[-1,0],[-4,2],[-2,4],[-2,5],[-14,19],[-16,21],[-14,20],[-14,18],[-15,10],[-8,-1],[-14,-15],[1,-4],[1,-7],[5,-8],[4,-5],[1,-3],[1,-4],[-2,-7],[0,-3],[-9,-22],[-7,-11],[-13,-17],[-14,-1],[-8,-32],[-8,-19],[-11,-9],[-5,-3],[-23,5],[-7,2],[-20,8],[-21,10],[-2,4],[-9,9],[-14,-6],[-6,-20],[-1,-4],[0,-4],[0,-3],[0,-5],[1,-3],[3,-4],[1,-1],[3,-19],[0,-8],[1,-12],[-5,-45],[0,-16],[-1,-9],[-7,-16],[-2,-4],[-2,-4],[-13,-14],[-5,-8],[-13,-20],[-5,-10],[-2,-5],[-14,-24],[-8,-32],[-9,-9],[-9,-6],[-2,1],[-3,-1],[-3,-1],[-2,-2],[-1,-3],[-10,-20],[-3,-6],[-2,-5],[-1,-6],[1,-2],[1,-2],[3,-6],[2,3],[4,1],[1,-2],[5,-13],[-1,-12],[-6,-12],[-7,-8],[-9,-1],[-6,-9],[-4,-11],[-7,-21],[-1,-8],[-3,-8],[-3,-1],[-6,-1],[-4,0],[-1,6],[-1,7],[-3,14],[-4,12],[-16,13],[-3,1],[-6,-2],[-6,-3],[-10,-8],[-18,-16],[-3,-3],[-3,-2],[-14,-14],[-8,-23],[-11,2],[-3,7],[-12,2],[-19,-74],[-11,-3],[-11,-11],[-4,-20],[-6,-14],[-5,-12],[-7,-29],[-5,-18],[-12,-9],[-14,-5],[-14,1],[-10,-12],[-1,-2],[-6,-8],[-3,-3],[-1,-1],[-4,2],[0,24],[6,25],[6,20],[8,13],[6,29],[-5,12],[-6,11],[-1,6],[-8,47],[-5,33],[-12,-8],[-1,0],[-4,-2]],[[5084,4874],[-36,62],[9,50],[55,40],[4,10],[-5,32],[18,35],[23,-8],[32,29],[10,86],[28,-2],[0,64],[13,32],[1,23],[22,25],[5,28],[18,31],[22,-17],[13,27],[-4,34],[16,60]],[[5328,5515],[32,-38],[13,-33],[25,-12],[23,7],[22,-25],[13,-1],[6,-23],[9,-67],[-4,-38],[8,-37],[-20,-52],[-1,-23],[6,-13],[22,23],[4,-19],[46,-76],[-3,-33],[-7,-9],[6,-40],[-11,-42],[3,-14],[26,-32],[-7,-49],[5,-35],[26,-30],[17,-57],[-7,-33],[-21,-7],[8,-22],[10,-7],[14,9],[7,-41],[22,-3],[8,-23],[8,-78],[8,-11],[22,3],[5,-41],[27,-17],[17,-91],[13,-30],[-14,19],[-9,-24],[-14,-6],[-18,30],[-6,-3],[0,-52],[5,-18],[-7,-11],[4,-29],[-12,-16],[13,-9],[0,-22],[16,-21],[12,7],[12,-21],[-2,14],[12,55],[-4,17],[12,10],[5,21],[23,21],[42,-55],[-22,-73],[-1,-45],[7,-24],[-5,-21],[1,-32],[38,-24],[73,-79],[5,-102],[22,-35],[-3,-15],[7,-18],[34,-22],[-1,-68],[31,-47],[18,-7],[17,13],[5,-52],[-4,-14],[5,-12],[-7,-17],[31,-19],[31,2],[0,-11],[69,18],[2,12],[13,9],[8,28],[-2,33],[15,11],[9,22],[24,11],[15,-29],[18,4]],[[5861,5627],[24,-91],[-28,-69],[-17,-18],[1,-153],[15,-43],[32,10],[55,-106],[21,-23],[6,-22],[12,-5],[14,-25],[11,-70],[8,-8],[14,-59],[12,-23],[9,1],[-16,-73],[8,-76],[10,-35],[-12,-66],[43,-32],[22,20],[15,-46],[23,-7],[-14,-78],[5,-49],[-16,-28],[-18,-101],[1,-70],[-14,-10],[-9,-62],[-28,-26],[-7,-76],[2,-18],[18,-33],[-6,-82],[24,-28],[22,7],[0,-11],[6,7],[9,-11],[-12,-50],[12,-12],[36,11],[13,-10],[18,36],[19,-27],[10,-35],[31,25],[11,50],[12,-18],[10,11],[7,-9],[32,32],[15,-27],[-1,-21],[10,-5]],[[6341,3890],[-1,-17],[2,-14],[0,-13],[0,-9],[-1,-5],[-9,-7],[-13,-9],[-7,-4],[-1,-1],[-1,-2],[-6,-15],[-6,-19],[-9,-33],[-7,-23],[-15,-33],[-11,-17],[-2,-4],[-3,-6]],[[5328,5515],[-3,41],[8,34],[41,-23],[5,-14],[14,44],[9,9],[14,1],[7,-29],[50,-2],[3,24],[26,2],[8,20],[36,33],[5,34],[8,-3],[22,27],[19,-15],[14,6],[5,-8],[-10,-28],[5,-4],[18,9],[13,24],[18,-8],[11,10],[8,-8],[-3,-35],[5,-32],[32,-31],[10,1],[29,32],[25,-45],[36,75],[16,-38],[29,9]],[[3776,5406],[14,71],[7,9],[0,54],[11,85],[-42,65],[-1,45],[6,30],[11,5],[2,26],[-1,59],[-16,51],[1,15],[9,17],[17,4],[14,30],[15,60],[-4,45],[11,14]],[[3830,6091],[31,30],[23,-32],[32,-4]],[[3916,6085],[8,-12],[36,25],[73,15],[14,-22],[17,34],[34,-22],[6,25],[31,10],[15,25],[31,-15],[1,25],[22,9],[16,-19],[2,-35],[20,-11],[1,-95],[-3,-8],[-4,9],[-4,-30],[-12,-19],[20,19],[10,-6],[26,14],[13,-8],[16,7],[27,50],[2,50],[22,77],[14,16],[20,2]],[[4390,6195],[16,-58],[44,-25],[0,-31],[27,-81],[4,-58],[-36,-95],[3,-77],[18,-56],[0,-17],[-13,-29],[6,-10],[18,9],[9,-6],[6,-42],[23,-15],[0,-18],[11,-14],[9,-45],[17,-14],[27,9],[2,-17],[-10,-42],[3,-32],[28,6],[30,-86],[1,-29],[24,-30],[-13,-78],[5,-21],[-16,-57],[-20,-34],[-19,-6],[-7,-24],[16,-55],[14,-11],[-2,-22]],[[7698,5225],[-1,-26],[-17,-66],[-37,-81],[-8,-61],[9,0],[13,-36],[31,-19],[6,-64],[6,-4],[0,-14]],[[7700,4854],[-20,20],[-14,-3],[-21,-31],[4,-27],[-15,-7],[35,-88],[-7,-11],[4,-24],[-9,-18],[9,-24],[20,-147],[-35,-39],[-66,59],[-15,44],[7,10],[-2,13],[-9,3],[0,111],[-11,25],[-77,1],[0,32],[15,63],[-9,86],[-5,5],[51,71],[-6,-36],[4,-20],[19,-13],[26,1],[9,28],[3,51],[-1,100],[-6,42],[16,6],[21,-17],[-26,95],[2,22],[-18,37],[-12,-1],[5,34],[8,4]],[[7574,5311],[4,11],[4,-11],[9,7],[5,-14],[48,-43],[5,28],[9,-13],[25,10],[9,-32],[-1,-22],[7,-7]],[[7823,5211],[19,-29],[-4,-26],[4,-5],[-2,-62],[23,-67],[14,-13],[-1,-80],[10,-10],[5,-83],[-9,16],[-12,-6],[-23,16],[-5,26],[-15,-2],[-6,10],[2,-11],[-35,-4],[-19,-17],[-6,23],[-28,-36],[-35,3]],[[7698,5225],[41,21],[9,30]],[[7748,5276],[9,11],[15,-29],[6,14],[3,-7],[-2,-48],[8,10],[9,-18],[27,2]],[[3139,6552],[17,-24],[39,-22],[51,16],[15,-43],[17,-18],[13,-54]],[[3291,6407],[-11,-8],[-6,-36],[-12,8],[-1,-23],[-8,11],[-8,-6],[6,-51],[-7,-47],[8,-6],[17,-54],[-9,-41],[3,-15],[-15,-34],[7,-25],[2,-36],[-5,-114],[44,-51],[10,-32],[18,0],[23,-27],[-3,-36],[6,-14],[19,-20],[22,-5],[-14,-23],[1,-12],[18,-11],[-7,-71],[30,-44],[29,-71],[-2,-19],[9,-34],[18,-32],[3,-48]],[[2615,6183],[-14,67],[9,22],[-5,59]],[[2605,6331],[9,42],[19,-5],[23,-24],[20,35],[5,29],[18,7],[13,-34],[13,4],[12,-25],[5,-56],[34,-30],[16,1],[7,-62],[17,-26],[24,62],[42,15],[14,33],[2,50],[15,16],[6,22],[-5,36]],[[2914,6421],[14,-17],[20,1],[26,51],[37,14],[4,10],[-4,19],[3,15],[28,72],[11,1],[1,-25],[19,-52],[10,-2],[-2,20],[6,19],[27,-7],[25,12]],[[3291,6407],[7,2],[30,66],[34,41],[6,12],[-4,27],[5,7],[23,-14],[35,-51],[40,-39],[2,21],[12,5],[11,-2],[-3,-17],[14,-16],[2,9],[6,-6],[7,19],[2,-31],[11,-5],[12,-26],[48,-10],[32,-62],[40,-24],[26,-76],[4,-53],[14,-11],[28,-89],[45,4],[17,37],[19,9],[14,-43]],[[7748,5276],[2,26],[-8,48],[-12,23],[14,19],[17,72],[15,33],[5,43],[-7,34],[15,28]],[[7789,5602],[9,-48],[-8,-31],[3,-45],[19,-85],[8,-8],[-7,-32],[19,-12],[0,-32],[4,-3],[-1,-13],[-9,-5],[-1,-32],[17,-22],[-6,-13],[-9,12],[-4,-22]],[[1763,6353],[4,1],[18,-7],[7,-8],[11,-9],[3,-2],[2,1],[19,22],[10,23],[2,37],[1,17],[4,24],[7,21],[6,23],[2,6],[1,10],[2,9],[0,4],[1,4],[2,20],[-3,16],[-1,19],[1,16],[1,14],[1,14],[1,12],[0,5],[1,5],[1,5],[2,7],[5,12],[2,4],[3,6],[2,3],[0,4],[2,7],[2,19],[1,6],[-1,3],[0,2],[-1,12],[-1,5],[0,5],[0,12],[0,16],[1,17],[2,4],[14,37],[1,2],[4,8],[11,13],[6,5],[12,-1],[6,0],[2,1],[2,1],[2,2],[18,2],[22,-8],[2,-1],[3,-1],[2,0],[5,3],[2,1],[1,1],[2,4],[1,4],[2,8],[2,5],[3,3],[5,1],[4,1],[3,-2],[3,-2],[7,-12],[7,-12],[7,-9],[2,-1],[17,2],[15,9],[14,17],[18,14],[7,7],[3,3],[6,5],[1,1],[6,3],[7,8],[6,8],[8,10],[1,3],[12,26],[4,10],[3,15],[0,10],[2,9],[2,6],[1,3],[7,13],[8,14],[-1,13],[-2,5],[-1,9],[0,7],[1,12],[1,6],[3,7],[2,1]],[[2200,7108],[0,-43],[13,-50],[-9,-39],[7,-9],[-12,-34],[9,-39],[0,-28],[-6,12],[-7,-26],[14,-7],[3,-37],[22,-52],[17,-128],[21,-40],[20,-4],[-24,-59],[-1,-18],[20,-32],[-17,-28],[-14,-45],[5,0],[1,-21],[18,-26],[21,0],[4,13],[25,-65],[25,-33],[41,50],[12,-20],[14,14],[48,-39],[11,25],[31,18],[8,22],[85,-9]],[[5989,6070],[-14,-21],[-19,2],[-10,-52],[-3,-86],[-13,-9],[-5,-27],[-21,-21],[-5,-26],[-33,-54],[7,-62],[-10,-29],[9,-27],[-11,-31]],[[4390,6195],[59,152]],[[4449,6347],[19,8],[16,-15],[14,15],[49,-1],[22,20],[10,-1],[11,28],[36,20],[9,17],[46,-24],[27,41],[12,4],[15,-30],[52,-10],[22,21],[18,-16],[17,7],[23,-18],[10,5],[32,-35],[2,-30],[11,-17],[34,-31],[13,20],[24,7],[21,-31],[8,-29],[16,-19],[20,-4],[7,-41],[12,-17],[21,21],[9,24],[4,-7],[20,9],[50,53],[10,-7],[13,11],[9,-43],[28,-22],[43,26],[17,-17],[14,21],[56,-11],[17,7],[10,-20],[11,13],[34,-4],[27,25],[12,22],[27,-44]],[[5509,6248],[7,-18],[33,-16],[51,-3],[20,-19],[27,8],[151,-49],[31,99],[19,-41],[28,-29],[17,1],[43,-53],[17,-1],[36,-57]],[[7574,5311],[-16,9],[-50,129],[-12,-7],[-20,41],[10,15],[-6,76],[6,21],[22,-6],[4,-14],[3,9],[-2,24],[5,14],[-24,101],[9,37],[21,29],[2,15],[19,-6],[10,-44],[12,-19],[0,-19],[21,-36],[17,-14],[15,4],[8,-32],[21,-19],[-4,-15],[21,-24],[-4,-8],[-5,8],[2,-24],[8,-4],[-10,-12],[21,8],[5,-17],[10,-7],[-6,44],[19,1],[-1,16],[15,16],[6,-9],[3,49],[10,9],[-2,19],[6,13],[4,-47],[19,25],[17,-18],[6,-40]],[[8586,5543],[3,-4],[-3,-23],[17,-28],[0,-42],[-14,-62],[3,-17],[-28,-26],[-51,-18],[4,-12],[10,9],[-3,-25],[11,-39],[2,-42],[7,1],[5,-14],[-5,-7],[0,-37],[31,-24],[16,-27],[2,-62],[10,-20],[7,-33],[-3,-15],[17,-53],[8,-78],[15,-5],[0,43],[5,3],[3,-13],[1,-119],[8,-106],[16,-62],[-22,0],[7,-156],[10,12],[10,-16],[-13,-5],[7,-133],[17,-21],[7,18],[8,-33],[11,18],[3,-23],[-11,6],[3,-23],[-16,-26],[16,11],[-3,-23],[-8,5],[-8,-25],[-14,11],[-8,-20],[3,-35],[23,-59],[7,-36],[-11,-20],[4,-34],[-11,-24],[17,-19],[-21,-5],[-2,21],[-6,-45],[31,2],[-9,-18],[13,-22],[10,1],[-5,19],[6,22],[9,5],[-7,37],[10,0],[6,36],[-5,20],[10,-7],[5,21],[5,-21],[3,17],[17,3],[-8,21],[14,-2],[10,28],[-8,12],[10,22],[0,-24],[10,16],[-1,-16],[15,0],[-4,17],[10,-2],[0,15],[9,-3],[0,27],[11,-26],[-4,-28],[11,15],[-2,19],[18,-16],[-13,1],[11,-17],[-1,-12],[6,4],[2,26],[52,8],[41,15],[5,11],[3,-10],[37,-9],[-4,9],[8,7],[-1,18],[10,-11],[6,24],[14,-12],[4,18],[10,-12],[11,11],[9,-38],[23,-22],[4,-34],[8,-16],[20,-11],[38,-93],[34,11],[14,-16],[25,-137],[10,-5]],[[9255,3805],[0,-8],[-1,-13],[-1,-21],[-1,-17],[-1,-24],[0,-39],[-1,-7],[0,-23],[0,-6],[0,-7],[1,-8],[7,-44],[5,-10],[6,-7],[10,0],[2,-1],[0,-16],[0,-5],[0,-3],[-1,-3],[-1,-5],[-1,-4],[-2,-4],[-3,-4],[-7,-6],[-8,-3],[-9,-2],[-3,-1],[-1,0],[-2,-2],[-3,-3],[-1,-3],[-1,-5],[1,-3],[2,-10],[4,-12],[-13,-26],[-2,-4],[-2,0],[-6,1],[-8,1],[-3,3],[-6,2],[-2,-1],[-2,-1],[-1,-1],[-14,-20],[-2,-4],[-16,-11],[-6,-13],[-2,0],[-3,27],[0,20],[-3,9],[-7,16],[-4,8],[-7,-8],[-15,-14],[-4,-11],[-5,-14],[-6,-2],[-6,11],[-4,9],[-7,15],[-5,4],[-9,8],[-15,31],[-2,1],[-2,1],[-6,-1],[-4,-18],[-4,-13],[-2,-3],[-4,-4],[-16,-16],[-13,-18],[-6,-8],[-16,-1],[-12,8],[-15,5],[-6,2],[-17,-2],[-7,-1],[-6,-4],[-2,-3],[-16,-27],[-11,-18],[-1,-24],[0,-3],[0,-3],[-3,-9],[-1,-2],[-3,-2],[-2,0],[-1,1],[-12,10],[-9,12],[-5,10],[-5,1],[-14,-1],[-3,-12],[2,-9],[-1,-4],[-1,-2],[-2,-1],[-2,0],[-2,0],[-12,5],[4,19],[2,4],[0,4],[-1,2],[-2,1],[-2,1],[-3,-1],[-1,-2],[-1,-2],[-2,-4],[-2,-5],[-6,-22],[-19,-24],[-8,-12],[-4,-3],[-2,2],[-1,2],[-2,8],[0,3],[0,11],[-1,8],[0,5],[-1,7],[-1,3],[-1,3],[-4,6],[-2,1],[-1,0],[-9,-8],[-8,-4],[-7,-1],[-4,-3],[-2,-2],[-2,-5],[0,-5],[0,-4],[2,-19],[2,-25],[0,-11],[-1,-33],[-4,-34],[-9,-17],[-8,-1],[-15,13],[-10,9],[-10,9],[-14,12],[-7,-6],[-17,-10],[-14,5],[-6,-2],[-7,-2],[-6,-1],[-3,6],[-2,3],[-15,29],[-19,14],[-8,4],[-3,1],[-9,-3],[-1,-1],[-2,0],[-2,1],[-4,2],[-2,2],[-2,2],[-1,4],[-12,27],[-3,26],[-2,18],[-4,15],[-2,3],[-4,9],[-4,19],[2,11],[1,4],[-1,5],[-5,17],[-2,4],[-1,2],[-4,10],[-5,3],[-9,10],[-7,8],[-2,3],[-2,4],[-21,8],[-4,7],[-2,3],[-5,14],[1,34],[-3,32],[2,26],[-4,34],[-7,2],[-3,17],[-3,19],[-4,24],[-3,27],[-9,17],[-1,5],[-2,5],[-2,12],[-16,33],[-5,7],[-2,5],[-1,4],[-3,23],[0,4],[0,2],[0,12],[-3,14],[-8,23],[-2,8],[0,2],[-2,11],[0,7],[2,3],[3,16],[-1,29],[-1,40],[-1,13],[-2,14],[-1,8],[-9,18],[-1,40],[-4,13],[-6,6],[-15,10],[-9,13],[-3,-1],[-3,-1],[-6,-6],[-5,-10],[-3,-8],[-3,-12],[-7,-8],[-8,0],[-11,3],[-6,11],[-7,18],[-14,-10],[-14,-2],[-1,0],[-2,9],[0,8],[-11,25],[-5,6],[-2,6],[-4,12],[-5,20],[-8,40],[-8,34],[2,29]],[[8169,4317],[12,34],[-11,15],[-10,56],[48,135],[-37,13],[-7,18],[2,17],[22,23],[5,24],[9,-5],[18,24],[6,19],[30,-36],[20,44],[-51,124],[-13,8],[-20,73],[19,143],[-11,117],[13,2],[9,28],[-11,39],[18,97],[-20,105],[4,24],[-9,44],[15,43],[-11,28],[3,30],[-5,25],[5,17]],[[8211,5645],[14,-12],[24,12],[6,-13],[16,-3],[14,-28],[-1,-28],[20,11],[36,-48],[39,34],[38,0],[7,-39],[18,-36],[19,-17],[19,13],[12,-10],[17,5],[14,14],[-1,20],[9,-6],[-5,11],[7,-1],[1,27],[6,-1],[-1,24],[20,-1],[-2,-31],[29,1]],[[6453,5646],[2,-50],[26,-21],[8,-30],[-1,-74],[19,-75],[20,-15],[26,23],[19,-5],[28,39],[24,-25],[9,-34],[9,1],[-1,-11],[18,-12],[-7,-28],[5,-19],[-10,-24],[8,-29],[0,-116],[16,-68],[21,-11],[13,19],[0,-18],[14,-17],[22,-2],[30,-50],[28,-21],[8,20]],[[6807,4993],[38,-34],[36,-6],[17,9],[2,-17],[16,-3],[8,-49],[12,-31],[3,-33],[31,-50],[4,-58],[-16,21],[-47,2],[9,-39],[14,-29],[5,-37],[-6,-24],[-9,13],[-18,3],[5,-148]],[[6911,4483],[-1,0],[-57,-17],[-10,-2],[-4,-1],[-18,-4],[-19,-3],[-16,-4],[-12,5],[-8,0],[-12,-8],[-18,-16],[-14,-13],[-7,-8],[-4,-4],[-7,-1],[-15,4],[-18,-3],[-5,1],[-3,1],[-8,-20],[-8,-24],[-14,-6],[-16,-6],[-15,-23],[-15,-20],[-15,-1],[-7,-7],[-12,-12],[-7,-18],[-4,2],[-13,10],[-7,7],[-11,9],[-10,7],[-21,5],[-7,-6],[-6,-18],[-6,-47],[-1,-11],[-7,4],[-14,10],[-3,6],[-2,7],[-3,15],[-2,6],[-3,0],[-15,-9],[-4,-4],[-5,-13],[-1,-3],[-1,-14],[1,-28],[3,-26],[5,-12],[1,-2],[3,-19],[-1,-5],[-5,-19],[-4,-94],[-2,-5],[-8,-5],[-7,-3],[-5,-17],[-1,-2],[-2,-17],[-2,-20],[-6,-16],[-7,-15],[-1,-4],[-6,-9],[-8,-14],[-7,-14]],[[5989,6070],[17,-16],[20,25],[1,52],[15,32],[-9,13],[5,28],[19,43],[31,-21],[1,16],[25,50],[5,42]],[[6119,6334],[36,-27],[23,-42],[20,9],[7,-6],[-1,-13],[42,-3],[-2,-14],[-11,-13],[-21,-7],[-9,10],[-12,-15],[-2,-21],[19,-38],[-6,-28],[6,-28],[-3,-24],[10,-4],[4,-15],[28,30],[-44,-63],[-8,-59],[-14,-28],[29,-27],[9,8],[7,-12],[25,-2],[13,-34],[10,9],[4,-7],[5,12],[14,-2],[11,-22],[17,-9],[5,-66],[35,-41],[4,-33],[-15,-45],[4,-22],[-6,-24],[27,97],[25,-10],[11,-39],[30,-24],[8,4]],[[2798,6645],[5,11],[13,-7],[8,-26],[14,-11],[-1,-66],[9,-39]],[[2846,6507],[-2,-33],[17,-47],[9,1],[1,-10],[18,9],[25,-6]],[[2200,7108],[10,15],[9,37],[8,33],[6,16],[2,40],[-1,6],[-1,10],[-1,9],[-3,36],[-2,25],[0,5],[1,4],[4,20],[2,4],[2,2],[2,0],[2,0],[2,-2],[2,-3],[1,-3],[2,2],[0,5],[-3,15],[-1,7],[-1,5],[-2,5],[-2,7],[-2,3],[-4,6],[-2,5],[-4,7],[-1,4],[-2,6],[0,4],[-1,5],[0,6],[4,19],[4,10],[3,8],[4,14]],[[2237,7505],[41,-5],[7,-17],[16,-11],[1,-86],[10,-21],[16,7],[20,-48],[2,-28],[13,-11],[9,-23],[11,-58],[11,-15],[16,-56],[6,-66],[20,-28],[12,19],[9,-21],[10,-61],[35,-59],[-5,50],[6,25],[28,26],[14,-20],[2,9],[5,-4],[14,-23],[-7,-21],[61,-142],[18,7],[-1,-8],[8,1],[-6,-20],[18,-6],[-4,-20],[18,1],[-4,-8],[27,-95],[-8,-34],[31,-21],[17,-30],[37,4],[27,57]],[[8110,6114],[1,-71],[20,-5],[11,-31],[-12,-25],[-1,-54],[21,-56],[19,-6],[16,-43],[6,-34],[-7,-45],[21,-57],[6,-42]],[[8169,4317],[1,8],[1,8],[-5,15],[-3,7],[-10,17],[-4,5],[-20,16],[-17,17],[-11,17],[-17,24],[-5,10],[-8,13],[-11,6],[-13,16],[-4,18],[-6,17],[-2,4],[-2,1],[-14,-9],[-8,-11],[-7,-14],[-3,-21],[0,-3],[1,-30],[0,-27],[-1,-7],[-2,-3],[-5,-9],[-6,-6],[-11,3],[-2,3],[-1,3],[0,5],[-1,4],[-1,5],[-5,2],[-9,0],[-3,-1],[-2,-2],[-17,-15],[-6,-7],[-3,-2],[-10,3],[-12,7],[-16,1],[-13,0],[-4,0],[-4,-1],[-4,-2],[-4,-4],[-2,-1],[-6,0],[-7,1],[-7,3],[-3,10],[-5,4],[-2,-2],[-5,-7],[-4,-11],[-2,-5],[0,-4],[0,-5],[1,-3],[2,-1],[9,-4],[4,-12],[-10,-40],[-7,-23],[-3,-20],[5,-18],[-1,-3],[-2,-7],[-11,-34],[-1,-6],[-2,-5],[-1,-3],[-2,-2],[-2,1],[-12,2],[-19,8],[-27,18],[-1,-3],[-19,13],[-6,8],[-16,24],[-12,23],[-6,-1],[-5,-2],[0,-6],[0,-5],[1,-7],[-1,-8],[-21,18],[-16,-22],[-5,-17],[-6,-16],[-10,-13],[-1,-2],[-6,1],[-3,4],[-7,-5],[-10,-23],[-7,-8],[-9,11],[-11,5],[-10,0],[-3,0],[-14,-25],[-9,-23],[-13,-34],[-6,-25],[-2,-7],[-2,-11],[-1,-6],[0,-5],[-1,-3],[-2,-4],[-8,-12],[-5,-2],[-15,-5],[-5,3],[-8,4],[-11,9],[-3,3],[-3,7],[-8,20],[-1,5],[0,4],[1,4],[5,9],[1,9],[0,23],[-1,3],[0,3],[-3,9],[-6,16],[-4,9],[-2,3],[-5,3],[-3,0],[-12,7],[-12,12],[-8,20],[-22,-20],[-20,20],[-14,6],[-16,19],[-17,1],[-7,-2],[-6,-8],[-6,-8],[-4,0],[-9,0],[-8,-2],[-1,-1],[-2,-2],[-2,-7],[1,-7],[0,-2],[-1,-9],[-4,-8],[-4,-7],[-3,-4],[-3,-2],[-3,14],[-6,22],[-19,-22],[-12,3],[-2,2],[-2,3],[0,15],[0,18],[0,11],[0,20],[-18,13],[-20,17],[-6,37],[-2,12],[-1,14],[0,4],[0,3],[-6,18],[-7,12],[-3,6],[-6,3],[-20,-14],[-36,-27],[-13,-9],[-15,8],[-4,8],[-3,5],[-6,17],[-3,9],[-1,5],[-8,34],[-12,6],[4,57],[1,5],[-2,4],[-3,-6],[-8,-17],[-8,-10],[-4,9],[2,9],[1,5],[1,4],[3,5],[-2,6],[-2,5],[-2,2],[-3,-1],[-9,-7],[-15,-11],[-10,-9],[-3,-1],[-10,-6],[-9,-6],[-11,1]],[[6807,4993],[12,25],[-7,56],[19,73],[-5,33],[5,59],[18,12],[11,35],[40,16],[30,43],[14,0],[3,14],[11,-9],[2,26],[14,0],[18,54],[-1,77],[31,61],[9,-29],[14,-16],[32,-14],[10,13],[38,-38],[32,18],[17,43],[37,19],[22,-7],[38,-38],[28,11],[17,20],[4,13],[-12,51],[9,13],[3,53],[-8,22],[17,1],[21,22],[1,22],[-10,16],[1,11],[27,-4],[9,23],[-7,22],[1,23],[-13,7],[35,29],[-7,69],[-10,-9],[-4,12],[0,41],[-32,18],[-5,19],[6,21],[-2,32],[17,18],[-3,19],[12,-12],[9,-28],[6,18],[-1,59],[-17,70],[5,17]],[[7368,6238],[34,-48],[19,10],[18,-24],[12,17],[21,-12],[6,23],[25,11],[11,-19],[25,-14],[2,-17],[9,-7],[4,-46],[29,-60],[27,74],[47,-72],[3,42],[18,-14],[1,-39],[11,7],[17,-13],[-1,13],[14,18],[10,-47],[-4,-20],[6,-7],[-40,-42],[1,-15],[-4,-5],[6,-20],[-1,-35],[10,-22],[-8,-25],[28,-58],[23,-3],[-2,-24],[10,-11],[44,30],[15,-7],[-4,20],[-9,-3],[8,21],[-9,7],[3,16],[-11,9],[27,47],[16,-19],[21,14],[0,18],[31,-13],[20,5],[1,25],[20,43],[8,38],[-6,76],[-11,43],[5,8],[30,17],[6,-21],[16,-9],[13,-40],[11,118],[5,-9],[2,-59],[10,-45],[2,9],[9,-7],[6,19],[-1,-16],[5,1],[-3,-13],[18,0],[24,24],[-3,24],[12,-2],[10,15],[14,-4]],[[6453,5646],[-7,32],[1,70],[37,30],[5,-17],[4,52],[-9,14],[0,12],[25,38],[9,58],[26,31],[-9,8],[-5,48],[4,0],[0,23],[15,16],[0,9],[-11,1],[4,29],[64,83],[14,-4],[20,24],[5,-1],[1,-25],[25,5],[-2,-94],[4,5],[2,-15],[-2,-59],[-9,-19],[8,-9],[0,-40],[17,-29],[-9,48],[9,36],[31,1],[18,-33],[23,1],[25,-53],[22,-12],[24,-57],[30,8],[19,28],[13,0],[21,21],[76,27],[8,16],[51,40],[17,102],[61,137],[-5,26],[-18,25],[1,30],[-11,27],[-4,-7],[-5,12],[-31,-3],[-3,24],[17,-2],[13,35],[-1,15],[-9,6],[4,17],[-10,55],[8,33],[17,18]],[[7091,6543],[35,3],[53,-86],[8,42],[11,-6],[21,32],[22,-5],[10,-52],[-2,-72],[41,-65],[3,-53],[8,-25],[-4,-13],[32,-19],[39,14]],[[7052,6608],[20,-42],[12,3],[7,-26]],[[6119,6334],[-14,48],[-18,17],[-22,-24],[-12,25],[-10,-8],[-4,13],[8,42],[19,21],[5,34],[12,14],[13,37],[22,6],[13,40],[32,41],[17,-3],[18,41],[27,19],[2,-35],[14,22],[3,-11],[27,85],[0,-10],[7,-1],[0,-27],[17,14]],[[6295,6734],[20,-37],[3,-18],[19,30],[19,-46],[-2,-62],[23,-33],[1,36],[-11,-3],[-1,13],[0,68],[10,-25],[11,20],[16,0],[9,26],[-1,10],[-49,42],[43,-5],[0,27],[19,58],[9,10],[7,-14],[7,10],[7,-41],[-11,-8],[-5,-18],[2,-38],[16,-19],[6,-25],[25,-5],[0,-12],[20,-21],[21,-70],[72,43],[3,-74],[10,-3],[12,-65],[20,27],[23,-18],[30,20],[14,42],[-7,40],[19,24],[10,-12],[29,35],[18,-12],[22,-67],[10,31],[23,24],[6,-38],[12,-7],[5,-15],[27,28],[-19,22],[7,61],[-5,32],[-7,8],[4,21],[-8,-8],[-3,8],[9,24],[9,-28],[-3,-31],[5,-1],[2,38],[12,3],[28,-32],[-2,-13],[29,-21],[21,3],[10,18],[12,-3],[-39,-62],[20,-28],[18,12],[19,-4],[-12,-6],[-2,-21],[49,33],[4,1],[1,-13],[7,8]],[[9300,4493],[-2,-11],[-1,-6],[-2,-8],[-3,-20],[-1,-7],[0,-3],[-1,-22],[0,-9],[0,-17],[-1,-17],[0,-17],[0,-11],[-1,-14],[0,-14],[0,-24],[-1,-22],[0,-12],[0,-18],[0,-7],[-1,-8],[0,-11],[-3,-27],[-2,-26],[-2,-37],[-1,-9],[-1,-14],[-2,-35],[0,-11],[-2,-17],[-2,-30],[-4,-43],[-1,-13],[-1,-24],[-2,-25],[-4,-41],[-2,-30],[-1,-23],[-1,-5]],[[8586,5543],[-1,32],[27,16],[-2,19],[40,25],[16,-8],[-4,57],[5,-4],[7,29],[-25,84],[6,18],[3,59],[-19,112],[0,24],[12,13],[-18,89],[8,6],[-5,48],[3,24]],[[8639,6186],[8,-10],[2,20],[8,1],[4,18],[19,3],[18,-15],[9,-54],[12,13],[1,-26],[12,17],[2,14],[14,9],[62,-24],[17,-25],[33,-19],[31,-51],[21,-7],[5,-98],[11,-15],[32,-14],[2,14],[33,-8],[0,-41],[48,-6],[21,1],[71,43],[9,-8],[96,-4],[-2,135],[-7,30],[-5,1],[4,64],[54,29]],[[9284,6173],[7,-45],[10,-18],[-1,-76],[-8,-73],[-10,-33],[1,-40],[-14,-50],[10,-51],[-5,1],[-2,-29],[-5,3],[-4,-30],[-15,14],[-21,-1],[-18,-30],[-7,4],[3,18],[-19,-45],[-20,-23],[-1,-20],[-9,-11],[14,-20],[-15,-50],[-11,-17],[2,-62],[3,-17],[28,12],[6,-23],[-12,-8],[1,-8],[-22,-13],[-3,7],[-37,-29],[37,-184],[0,-35],[-9,-37],[15,0],[12,-57],[-24,-37],[-1,-19],[9,-6],[9,-33],[-9,-12],[2,-14],[-13,-30],[2,-10],[3,-14],[22,-7],[12,-27],[5,35],[5,-42],[24,-48],[2,-54],[19,13],[-4,-143],[6,0],[5,-68],[10,16],[17,-11],[12,-110],[22,17]],[[4522,7647],[0,-126],[27,-72],[9,-11],[11,9],[12,-16],[-4,-61],[6,-53],[-11,-5],[-10,-25],[-1,-29],[-11,-37],[-6,-1],[1,-26],[-15,7],[-2,-43],[-14,4],[-17,-19],[-3,-30],[15,-17],[4,-92],[-18,-24],[-17,-74],[-21,-49],[-5,-39],[-26,-39],[-2,-39],[-13,-30],[2,-123],[-10,-30],[-3,-43],[14,-20],[13,10],[8,-39],[13,-6],[-7,-66],[8,-46]],[[3916,6085],[8,54],[-8,33],[5,33],[-4,19],[6,31],[10,5],[8,61],[33,40],[9,27],[7,-17],[9,5],[22,63],[-1,42],[-11,8],[-1,14],[-21,5],[-12,56],[-21,42],[3,51],[9,13],[-11,49],[18,46],[3,129],[-9,10],[9,24],[-5,39],[7,56],[16,23],[-7,43],[6,84],[-12,51],[11,58],[-5,30],[4,24],[12,6],[22,46],[4,26],[-6,22],[3,28]],[[4026,7464],[9,78],[-13,12],[-10,46],[2,30],[17,1],[9,22],[16,-15],[12,-29],[26,12],[20,-17],[14,-39],[4,-53],[-6,-33],[15,-6],[17,48],[6,-4],[58,98],[27,-20],[9,-42],[-3,-10],[12,-7],[5,12],[18,3],[7,-13],[5,8],[17,-10],[9,15],[25,-24],[26,-2],[7,65],[16,35],[1,20],[27,34],[6,-16],[14,8],[13,-15],[34,15],[0,-15],[25,-9]],[[3139,6552],[16,49],[-2,41],[42,83],[15,2],[11,-26],[13,-11],[10,11],[20,-4],[10,10],[4,47],[8,19],[16,-8],[2,45],[-9,31],[23,26],[14,37],[-9,35],[4,24],[-7,56],[25,3],[9,27],[5,-5],[17,22],[11,-4],[33,46],[19,36],[2,20],[16,23],[-3,34],[8,31],[-4,16],[12,70],[10,25],[-3,35],[10,7],[23,48],[5,64],[12,16],[16,6],[9,-12],[30,14],[-2,13],[19,44],[21,-15],[14,33],[14,2],[13,20],[24,-24],[17,18],[1,18],[9,8],[12,43],[14,10],[29,-4],[26,61],[18,-17],[12,3],[9,-19],[10,24],[27,-22],[17,23],[8,72],[-5,28],[35,37]],[[3924,7897],[-10,-49],[14,-147],[-13,-48],[4,-31],[29,-86],[2,-36],[8,-22],[24,0],[8,13],[22,-25],[14,-2]],[[9677,6008],[-2,-15],[0,-10],[1,-25],[-2,-31],[-2,-37],[-4,-17],[-2,-3],[-1,-5],[0,-5],[1,-4],[1,-5],[2,-7],[2,-10],[4,-18],[1,-4],[4,-9],[0,-7],[2,-38],[1,-18],[0,-7],[1,-40],[-4,-29],[-4,-4],[-1,-3],[-2,-5],[-5,-24],[-2,-17],[-4,-27],[-2,-3],[-6,-5],[-14,-23],[-15,-23],[-2,-2],[-2,-3],[-6,-22],[-1,-12],[0,-16],[0,-10],[-2,-23],[3,-35],[11,-24],[10,-14],[4,-15],[1,-38],[-8,-34],[-9,-34],[0,-16],[1,-3],[-4,-18],[-4,-18],[-2,-5],[-1,-8],[-1,-5],[0,-7],[0,-7],[0,-11],[0,-6],[0,-4],[0,-4],[-1,-7],[-1,-6],[0,-5],[-4,-27],[-1,-6],[-1,-9],[-1,-7],[-1,-7],[-2,-3],[-9,-3],[-11,-1],[-2,0],[-2,0],[-3,-2],[-1,-1],[-6,-4],[-18,-20],[-6,-7],[-5,-12],[-7,-13],[-17,-28],[-1,-6],[-3,-6],[-1,-2],[-2,-3],[-2,-5],[-2,-4],[-6,-8],[-12,-19],[-9,-12],[-5,-9],[-5,-9],[-8,-10],[-4,-5],[-5,-16],[-3,-20],[-6,-33],[-8,-31],[-9,-20],[-11,-23],[-11,-2],[-7,1],[-6,1],[-2,0],[-1,-2],[-10,-17],[-2,-3],[-4,-15],[-3,-12],[-2,-4],[-6,-8],[-3,-2],[-1,-1],[-2,-1],[-2,1],[-11,-20],[-9,-22],[-9,-29],[-11,-40],[-1,-8],[-2,-6],[-1,-12],[-4,-20],[-2,-13]],[[9284,6173],[6,61],[40,73],[9,56],[6,0]],[[9345,6363],[39,3],[9,-16],[18,1],[11,-69],[-3,-38],[18,-85],[10,-9],[9,-53],[-6,-44],[10,-27],[55,24],[22,-11],[31,18],[6,19],[6,0],[25,-34],[26,12],[7,-14],[28,9],[11,-41]],[[2237,7505],[3,14],[4,19],[5,18],[17,25],[-2,43],[-3,10],[1,12],[0,28],[1,35],[1,18],[-1,10],[13,33],[10,26],[9,32],[-1,31],[0,7],[0,9],[0,6],[4,4],[4,29],[3,19],[-1,16],[-2,13],[-9,35],[0,22],[-1,7],[-1,10],[-1,7],[0,5],[1,4],[1,6],[1,4],[5,10],[7,10],[17,32],[18,32],[13,21],[4,27],[1,33],[-2,28],[0,7],[2,2],[10,13],[1,2],[16,13],[9,4],[16,1],[20,7],[23,2],[15,0]],[[2468,8306],[0,-114],[7,-27],[17,-26],[-2,-55],[18,-105],[7,-13],[7,6],[19,-67],[-13,-3],[12,-32],[21,22],[51,-18],[-9,-26],[-3,-50],[5,-95],[7,4],[13,-17],[9,-29],[25,-15],[-3,-47],[12,-13],[7,-25],[0,-66],[5,-14],[11,-2],[11,-79],[-6,-18],[6,-7],[23,7],[6,-38],[-23,-32],[-6,-32],[11,1],[14,-17],[-2,-25],[-12,-5],[10,-125],[-4,-9],[12,-12],[-12,-31],[-5,6],[-4,-10],[0,-50],[-6,-13],[18,-58],[0,-38],[18,-45],[-5,-13],[3,-34],[-7,-16],[4,-13],[18,-27],[-1,-18],[17,2],[0,-43],[13,-9],[16,-33]],[[3064,7345],[-12,-40],[-41,-69],[-5,-32],[39,-7],[18,-28],[5,-30],[11,-14],[-2,-15],[9,-35],[-5,-29],[5,-19],[-13,-32],[13,-38],[-6,-89],[-23,-30],[2,-23],[-31,-86],[-53,-38],[-15,7],[-37,-53],[-5,-60],[-16,-40],[-12,3],[-18,-15],[-10,-21],[-16,-5]],[[2468,8306],[12,11],[14,7],[3,1],[3,5],[4,5],[8,8],[6,5],[9,3],[9,2],[13,2],[3,1],[12,6],[15,34],[5,4],[6,4],[1,2],[6,6]],[[2597,8412],[5,-9],[53,34],[11,-12],[20,8]],[[2686,8433],[6,-83],[12,-30],[14,-7],[9,-34],[2,-39],[8,-1],[13,-61],[20,-33],[15,-52],[-5,-37],[21,-64],[4,-58],[16,-36],[-7,-31],[30,-41],[-2,-35],[8,-45],[22,-13],[29,-53],[20,-7],[16,-51],[12,-13],[17,2],[9,-27],[28,-23],[-3,-42],[37,-19],[6,-47],[-6,-54],[22,-19],[5,-35]],[[5111,7842],[1,-3],[3,-4],[5,-2],[10,-4],[11,-23],[10,-8],[9,-2],[8,5],[4,8],[6,12],[9,2],[8,-1],[18,-13],[9,-6],[7,-8],[8,-13],[7,-8],[4,-3],[8,6],[5,3],[8,2],[13,1],[16,12],[14,24],[5,11]],[[5317,7830],[11,-25],[21,-2],[2,-24],[-7,-55],[9,-21],[12,10],[10,-8],[-1,-28],[11,-24],[4,-64],[-6,-46],[-14,-12],[-21,-55],[-8,-41],[5,2],[26,-54],[3,41],[22,69],[23,-3],[20,17],[10,-4],[21,29],[16,39],[20,9],[17,24],[-6,-29],[-19,-25],[-9,-65],[-29,-8],[-27,-61],[-2,-37],[9,-60],[8,6],[-2,11],[14,1],[4,27],[8,1],[5,-45],[9,-10],[20,11],[5,-11],[-8,-11],[28,-9],[2,14],[20,-2],[5,20],[12,7],[2,-13],[12,10],[4,-12],[-14,-110],[4,-20],[-3,-28],[-6,-34],[-13,-6],[14,-52],[0,-30],[-11,-33],[4,-6],[-4,-22],[-14,-42],[4,-107],[-10,-6],[-15,9],[-33,-23],[-6,18],[-16,5],[-2,-24],[-8,-16],[2,-15],[11,-6],[11,-27],[20,-18],[28,-82],[10,-48],[10,-3],[11,-26],[2,-30],[-10,-21],[9,-9],[-6,-28],[24,-68],[-1,-18],[12,-8],[21,11],[15,-11],[-9,-37],[-35,-59],[-15,-16],[-45,-7],[-15,-13]],[[4522,7647],[-4,18],[11,17],[5,-48],[14,17],[17,-15],[13,33],[8,5],[11,-13],[16,16],[1,82],[13,36],[10,-7],[31,50],[4,28],[18,36],[11,91],[51,34]],[[4752,8027],[29,-8],[17,-28],[4,-29],[-4,-17],[7,-18],[14,-4],[13,-34],[15,1],[19,-21],[33,-9],[35,75],[24,5],[11,-18],[-1,-31],[11,-27],[32,-22],[-7,-33],[13,-19],[22,12],[28,-20],[20,5],[13,16],[11,39]],[[7097,7140],[-13,-136],[-22,-50],[2,-90],[-18,-44],[-5,-44],[19,-45],[9,0],[-17,-52],[13,-19],[-3,-23],[7,-12],[-17,-17]],[[6295,6734],[2,23],[-11,9],[7,37],[-4,67],[15,-49],[9,-3],[0,67],[6,23]],[[6319,6908],[32,30],[-4,41],[20,42],[15,-8],[2,-23],[15,-14],[12,-28],[1,30],[37,23],[28,33],[0,17],[-16,2],[4,41],[12,-9],[1,9],[-12,10],[14,20],[9,48],[-13,9],[-1,27],[53,74],[10,31],[27,33],[3,24],[28,43],[37,86],[10,48]],[[6643,7547],[17,16]],[[6660,7563],[38,-85],[54,-81],[8,-23],[11,8],[15,-17],[5,22],[33,-3],[7,15],[15,-32],[12,-49],[28,27],[9,-5],[25,-48],[14,-54],[28,-56],[7,-32],[30,32],[18,0],[14,24],[45,-28],[21,-38]],[[3088,8608],[-28,-34],[7,-30],[-6,-24],[1,-24],[11,-10],[8,-41],[-5,-37],[14,-95],[2,-65],[22,-64],[13,-80],[28,-10],[-8,-68],[-24,-27],[-14,1],[-20,-31],[-7,-36],[-15,-6],[15,-38],[11,-1],[1,-33],[8,-13],[-6,-46],[-14,-31],[5,-19],[-5,-14],[16,-9],[6,-138],[-8,-74],[4,-25],[9,-3],[5,-16],[-2,-21],[9,-7],[1,-28],[-24,6],[-3,-23],[-24,-20],[-7,-29]],[[2686,8433],[10,26],[20,3],[18,51],[18,16],[16,-38],[21,0],[18,26],[21,-13],[13,19],[9,-5],[-1,16],[6,5],[20,4],[3,-11],[11,22],[24,19],[-6,7],[23,42],[5,-24],[16,-11],[20,27],[11,39],[26,-5],[8,-23],[8,9],[13,-17],[4,32],[9,-12],[4,41],[7,-26],[12,-5],[6,15],[9,-54]],[[3218,8546],[8,-34],[13,-8],[1,-28],[11,-23],[7,-88],[18,-37],[-4,-16],[8,-3],[5,-46],[5,-2],[-2,-16],[8,-10],[-4,-8],[6,-16],[-3,-27],[13,-14],[-2,-20],[37,1],[17,65],[10,-21],[15,-5],[-2,-16],[10,-4],[-11,-21],[2,-9],[44,-86],[2,19],[11,11],[11,35],[-7,21],[8,23],[23,-2],[-1,-20],[19,-17],[23,11],[13,-51],[-3,-18],[9,-8],[5,13],[10,-17],[10,4],[8,24],[5,-20],[24,4],[35,61],[18,11],[6,128],[-16,22],[-7,34],[-33,20],[11,73]],[[3612,8415],[11,-20],[4,-48],[31,-24],[10,15],[7,43],[55,39],[17,-7],[3,-34],[9,-8],[27,2],[16,26],[5,-9],[-7,-13],[9,2],[9,-18],[14,-7],[10,11],[4,19],[17,-43],[13,19],[18,-11],[0,-25],[11,18],[39,23],[5,30],[20,-3],[-2,-8],[9,-2],[1,-9],[13,21],[3,-20]],[[3993,8374],[-14,-15],[-1,-23],[-21,-65],[2,-22],[-5,-44],[14,-115],[-2,-63],[-15,-58],[8,-21],[-1,-40],[-15,-44],[-19,33]],[[3088,8608],[30,-13],[11,24],[7,49],[15,7],[12,-33],[17,-3],[24,-31],[5,-56],[9,-6]],[[3993,8374],[12,0],[54,111],[-6,4]],[[4053,8489],[6,18],[6,-7],[3,-64],[20,-14],[36,2],[8,22],[22,15],[14,-19],[28,-5],[4,-19],[-4,-91],[15,-47],[-3,-56],[18,16],[-1,26],[24,67],[27,26],[32,19],[1,-26],[24,0],[38,22],[32,-38],[13,18],[27,-31],[-2,-13],[6,-7],[16,13],[49,118]],[[4512,8434],[11,-15],[23,-63],[21,-24],[7,-33],[27,-9],[29,12],[7,-15],[-1,-16],[9,-9],[-4,-17],[7,-5],[7,-33],[21,12],[8,-18],[35,-24],[10,-136],[23,-14]],[[3218,8546],[2,34],[-12,41],[1,20],[6,-2],[-1,-8],[7,23],[28,2],[22,49],[12,0],[15,-23],[13,3],[1,54],[18,23],[3,28],[9,13],[14,-8],[13,-26],[17,-7],[2,-31],[6,2],[5,-26],[18,-22],[6,4],[14,-66],[42,24],[8,-23],[20,24],[5,-13],[39,-29],[-1,-27],[45,-48],[3,-41],[-7,-45],[21,-30]],[[7919,7357],[66,-50],[16,-22],[-1,-11],[7,4],[8,-30],[29,-15],[-2,-60],[36,-22]],[[8078,7151],[-16,-34],[12,-21],[-12,-56],[-23,-35],[-5,-23],[-16,0],[-17,-55],[-7,6],[-9,-76],[-13,-15],[15,-21],[20,-61],[-30,-43],[2,-27],[18,-13],[10,-39],[10,-10],[4,-52],[28,-42],[13,-72],[8,-15],[11,2],[4,-18],[-10,-27],[2,-26],[11,-30],[10,-6],[9,-21],[-8,-61],[7,-86],[8,-18],[-4,-42]],[[7097,7140],[18,20],[3,34],[10,16],[-1,27],[5,-36],[18,-27],[-1,-16],[7,-7],[24,14],[6,-17],[20,-2],[13,36],[0,23],[35,-3],[-11,-20],[3,-12],[23,-5],[12,-18],[14,-69],[7,-10],[-3,-13],[12,-9],[30,-67],[-6,-8],[3,-25],[23,11],[12,-57],[4,8],[9,-10],[28,-48],[-8,56],[-7,3],[6,11],[-11,23],[0,15],[3,-7],[5,7],[-2,16],[23,-19],[6,26],[6,-32],[6,-1],[17,64],[23,-33],[11,28],[14,4],[6,36],[11,3],[6,35],[48,-8],[-12,25],[-3,23],[9,14],[-14,28],[-3,24],[32,-55],[12,12],[24,-15],[5,21],[-9,23],[4,27],[12,-13],[6,16],[10,-17],[11,12],[2,29],[-12,9],[-3,16],[1,14],[10,12],[-2,17],[-14,20],[-27,118],[-15,15],[3,14],[-6,41],[-17,16],[-13,71],[-16,26],[8,31],[-8,35],[9,0],[10,37]],[[7571,7723],[8,-6],[8,-32],[27,-11],[16,-62],[35,-37],[22,-18],[8,8],[11,-21],[20,-1],[5,20],[42,-41],[8,-26],[0,-82],[27,-41],[0,42],[12,16],[0,12],[20,-22],[7,-23],[16,2],[16,-58],[40,15]],[[8078,7151],[28,14],[25,-9],[22,-33],[16,2],[7,-16],[-3,-17],[4,-12],[9,21],[24,10],[9,23],[15,7],[-2,21],[8,-10],[16,37],[-4,47],[7,36],[-5,40],[7,8],[-24,44],[6,44],[14,-13],[0,-20],[16,-35]],[[8273,7340],[0,-21],[9,-2],[12,-21],[4,5],[29,-67],[-8,-26],[12,-49],[2,-37],[-4,-15],[18,-5],[11,-43],[11,-5],[1,-23],[34,-63],[13,27],[17,-6],[16,34],[-21,64],[18,19],[6,-4],[28,50],[12,1],[33,64],[5,21],[0,60],[-9,27],[-5,70],[5,14],[5,-6],[15,14],[8,-4],[6,27],[6,2]],[[8562,7442],[13,-61],[-4,-61],[8,-34],[-10,-14],[0,-14],[15,-30],[0,-23],[11,1],[13,-53],[-7,-21],[5,-32],[14,-27],[-14,-13],[-13,-35],[-10,-70],[-6,-10],[3,-31],[-6,-1],[5,-33],[12,10],[8,-26],[18,-14],[-18,-52],[1,-24],[18,-16],[5,-21],[-6,-65],[26,-47],[2,-19],[12,-11],[7,-27],[-13,-81],[4,-41],[-24,-21],[-12,-71],[7,-20],[1,-61],[-8,-23],[6,-24],[12,6],[5,-14],[-3,-32]],[[6660,7563],[25,67],[24,21],[17,-10],[4,-18],[12,-8],[75,142],[12,-3],[9,59],[15,19],[18,68],[-3,61],[58,-17],[7,20],[14,-10],[8,17],[7,-1],[14,-30],[-2,-12],[21,22],[14,-18],[-17,-47],[6,14],[6,-12],[-1,14],[13,-3],[4,12],[-5,5],[8,4],[14,-28],[0,-29],[10,-3],[7,63],[-5,27],[17,-16],[2,10],[-1,-88],[6,2],[10,-28],[7,19],[12,-10],[4,10],[13,-16],[19,43],[7,-19],[11,11],[23,-19],[2,21],[20,29],[17,2],[16,43],[19,9],[4,11]],[[7257,7963],[11,-6],[8,-37],[27,-42],[13,-1],[11,25],[23,-12],[15,30],[37,-53],[71,49],[13,-48],[24,-25],[3,-33],[9,-16],[37,-13],[2,-37],[10,-21]],[[5317,7830],[9,15],[15,18],[10,16],[5,22],[1,5],[0,18],[2,43],[4,1],[2,2],[2,1],[2,1],[6,8],[5,8],[13,3],[17,-4],[10,-6],[11,-3],[19,-6],[9,-4],[10,-5],[16,2],[3,2],[5,-1],[7,-10],[4,-10],[1,-5],[5,-6],[3,-4],[14,-15],[7,-13],[4,-13],[0,-28],[12,-32],[7,-19],[2,-2],[4,-2],[2,-2],[6,-3],[10,-6],[7,-6],[4,-10],[2,-7],[2,-6],[5,-9],[11,-17],[3,-3],[1,-1],[12,-9],[10,-14],[7,-16],[9,-9],[2,-1],[2,0],[13,5],[6,31],[-5,20],[-2,19],[0,9],[4,41],[2,35],[9,35],[10,27],[5,32],[-4,20],[-3,24],[1,13],[0,3],[2,10],[3,24],[0,34],[1,10],[2,4],[5,11],[13,36],[1,4],[6,12],[10,19],[2,11],[6,28],[1,11],[1,18],[0,13],[3,45],[5,41],[4,23],[2,8],[5,17],[10,35],[7,7],[5,-5],[5,-22],[3,-34],[0,-3],[1,-9],[1,-2],[8,15],[1,2],[14,27],[3,16],[0,16],[-6,16],[-3,15],[7,25],[9,1],[1,0],[2,0],[3,0],[2,0],[2,0],[1,3]],[[5842,8484],[5,-47],[-5,-50],[8,-27],[19,-22],[6,-23],[-3,-31],[27,-40],[13,-9],[10,6],[22,46],[45,1],[31,-30],[22,6],[20,-13],[10,8],[8,-14],[3,-38],[-8,-71],[11,-19],[-2,-52],[13,-63],[-4,-37],[19,-26],[2,10],[13,-16],[24,-5],[15,-29],[1,-32],[-7,-2],[3,-59],[-47,8],[-1,-12],[34,-23],[-1,-54],[-5,0],[38,-73],[6,15],[7,-24],[-15,6],[5,-22],[-33,34],[-22,-69],[-27,34],[-17,-27],[12,-26],[-15,-24],[19,-26],[-20,-27],[-10,35],[-19,9],[-28,36],[-9,-50],[11,-38],[-9,0],[3,-12],[-15,-13],[23,-26],[8,-33],[54,-115],[21,-22],[2,-31],[4,13],[18,-17],[5,9],[13,-23],[21,-11],[-29,-69],[20,-76],[40,-89],[20,22],[8,-10],[-3,-26],[4,-20],[38,-14],[23,13],[5,-21],[10,3],[1,-11],[8,-1]],[[9345,6363],[-13,9],[-7,25],[-12,13],[-17,1],[5,-3],[-2,-9],[-13,14],[-10,-23],[-3,22],[11,41],[-23,45],[-15,-47],[-1,-26],[-6,-8],[-20,11],[-5,-52],[-13,1],[-13,15],[-3,-8],[-13,50],[-17,-18],[-7,24],[-13,-26],[-11,10],[-12,37],[-26,17],[-32,-14],[-4,28],[-6,-1],[-5,23],[0,25],[21,15],[-1,22],[38,50],[-5,61],[14,89],[11,16],[12,0],[20,-20],[3,25],[13,2],[24,51],[15,-2],[7,16],[-17,19],[-16,49],[-8,0],[15,36],[-7,4],[-2,65],[27,56],[12,-7],[29,44],[-12,105],[-9,20],[-23,3],[-9,18],[7,103],[-9,52],[21,52],[23,2],[1,91],[10,13],[7,80],[18,19],[4,45],[6,9]],[[9279,7742],[4,-3],[10,-8],[8,-8],[8,-7],[10,-7],[3,-4],[9,-15],[6,-14],[7,-3],[9,2],[11,15],[9,18],[11,15],[11,-5],[2,-2],[6,-5],[8,-11],[2,-4],[1,-2],[6,-34],[1,-15],[1,-5],[0,-6],[-1,-3],[-1,-2],[-2,-4],[-3,-5],[-3,-6],[-5,-9],[-2,-6],[-1,-5],[-1,-29],[6,-13],[14,5],[13,-7],[14,-7],[5,-3],[11,-11],[16,-16],[5,-5],[15,-9],[17,-6],[11,-4],[3,-3],[3,-3],[2,-2],[13,-15],[12,-3],[9,8],[5,12],[7,17],[4,7],[5,8],[2,1],[2,-1],[17,-3],[14,-2],[20,6],[11,-16],[7,-28],[3,-21],[9,-20],[13,-26],[2,-14],[4,-26],[6,-11],[9,-17],[5,-16],[4,-14],[4,-10],[1,-4],[4,-7],[2,-5],[14,-11],[8,0],[8,2],[1,3],[1,1],[2,2],[2,2],[2,1],[11,5],[5,1],[4,1],[14,1],[17,-14],[8,-14],[7,-13],[11,-17],[15,-22],[15,-14],[3,0],[3,2],[1,3],[1,7],[1,5],[2,3],[1,3],[2,3],[10,6],[2,2],[5,1],[11,2],[7,0],[19,4],[19,-12],[6,-8],[10,-12],[1,0],[5,-1],[9,3],[2,0],[2,2],[-2,-8],[0,-7],[0,-9],[-1,-5],[-4,-9],[-8,-5],[-6,-12],[-4,-15],[-1,-20],[0,-17],[-1,-13],[0,-26],[0,-42],[0,-42],[-1,-22],[0,-16],[0,-13],[0,-14],[0,-13],[0,-5],[-1,-5],[-1,-5],[-3,-12],[-8,-12],[-9,-9],[1,-17],[6,-27],[6,-31],[-1,-4],[-3,-3],[-4,-4],[-13,-10],[-18,-28],[-22,1],[-9,10],[-8,-2],[-2,-1],[-5,-3],[-4,-3],[-3,-12],[-4,-10],[-5,-4],[-3,-2],[-3,0],[-2,0],[-6,-13],[-4,-15],[-2,-32],[-8,-39],[-5,-5],[-4,-3],[-1,-1],[-5,-16],[-5,-18],[-5,-16],[-2,-7],[-6,-19],[-4,-15],[-8,-24],[-10,-34],[-7,-24],[-8,-26],[-12,-31],[1,-18],[2,-9],[3,-6],[2,-16],[0,-18],[-8,-27],[-3,-39],[-1,-14],[-2,-91],[-2,-4],[-5,-4],[-27,-22],[-13,-23],[-13,-28],[-3,-9],[-2,-11],[-1,-5],[-2,-12]],[[8562,7442],[2,39],[7,-4],[11,15],[-1,33],[26,8],[0,35],[-8,28],[5,22],[-7,78],[19,67],[13,-9],[2,14],[10,-1],[2,25]],[[8643,7792],[28,-123],[-4,-46],[6,-45],[-5,-15],[9,-21],[-2,-10],[14,-53],[7,-1],[8,-21],[9,3],[5,-22],[11,-12],[6,-31],[17,-27],[10,14],[25,-25],[2,-22],[39,-64],[9,3],[23,61],[32,6],[10,-43],[6,5],[-1,-20],[11,-19],[26,12],[9,29],[4,53],[-8,45],[13,32],[20,-11],[2,13],[12,-12],[14,14],[28,-17],[20,36],[57,38],[14,35],[7,3],[14,41],[-6,14],[0,17],[12,29],[11,69],[15,18],[2,58],[13,46]],[[9197,7826],[6,-3],[2,-1],[4,-4],[6,-6],[5,-4],[11,-2],[18,-1],[9,-1],[3,-12],[0,-6],[-1,-12],[0,-9],[4,-8],[11,-12],[4,-3]],[[4512,8434],[9,38],[24,44],[-10,7],[20,57],[34,27],[16,39],[20,5],[3,31],[20,20],[4,56],[49,66],[-8,13],[3,14],[36,43],[34,66],[6,-2],[17,50],[31,52],[-24,70],[-1,45]],[[4795,9175],[3,-2],[9,-1],[3,2],[4,1],[3,0],[3,-3],[3,-3],[9,-16],[1,-4],[6,-16],[3,-10],[9,-7],[13,8],[15,19],[7,11],[6,8],[6,8],[1,-14],[-1,-18],[-7,-19],[0,-30],[0,-5],[0,-2],[2,-4],[6,-12],[4,-18],[0,-17],[-3,-10],[-2,-11],[-2,-8],[-2,-10],[-2,-12],[-5,-41],[-2,-25],[16,2],[14,-8],[5,-1],[5,-1],[8,-4],[8,-3],[5,-4],[8,-7],[14,-9],[12,-9],[14,-11],[8,-9],[6,-9],[13,-22],[8,-18],[-1,-6],[1,-2],[1,-1],[2,1],[3,4],[11,14],[3,5],[2,4],[6,14],[1,4],[7,22],[2,3],[0,4],[1,5],[1,7],[1,4],[2,6],[1,4],[7,11],[3,3],[8,6],[9,7],[2,1],[2,2],[7,5],[4,3],[5,1],[7,-2],[6,-1],[4,-2],[5,-1],[13,-5],[2,-14],[-1,-16],[-1,-15],[3,-46],[0,-8],[0,-28],[0,-8],[0,-6],[0,-4],[3,-19],[2,-12],[5,-15],[4,-11],[2,-4],[1,-3],[2,-5],[1,-2],[2,-15],[0,-4],[0,-4],[1,-5],[-4,-44],[-2,-21],[-4,-8],[-3,-7],[-1,-6],[-1,-3],[0,-3],[-1,-7],[0,-4],[0,-5],[5,-27],[2,-19],[0,-12],[1,-4],[5,-16],[3,-27],[-1,-29],[-9,-41],[-8,-33],[-1,-5],[-1,-10],[0,-9],[0,-6],[0,-4],[2,-11],[1,-3],[1,-2],[13,-2],[9,0],[2,0],[3,-5],[6,-25],[8,-29],[4,-13],[3,-14],[0,-4],[1,-4],[0,-6],[-2,-1],[-9,-4],[-9,-3],[-13,-14],[-16,-18],[-1,-2],[-3,-5],[-4,-42],[-1,-32],[-6,-25],[-10,-18],[-7,-15],[-11,-31],[-3,-12],[-1,-15],[1,-22],[-2,-23],[-1,-6],[-4,-11],[-3,-8],[-4,-7],[-3,-6],[-1,-3],[1,-3],[1,-17],[1,-5],[1,-6],[5,-12],[1,-1]],[[3991,8878],[8,-72],[-6,-51],[-20,-43],[11,-28],[21,15],[5,-21],[12,-2],[21,-35],[6,-41],[-13,-39],[-3,-42],[7,-22],[13,-8]],[[2597,8412],[2,5],[2,5],[2,4],[1,2],[2,2],[3,2],[4,1],[8,1],[2,1],[6,3],[8,5],[14,8],[12,6],[3,1],[3,2],[1,1],[3,2],[3,3],[9,13],[7,11],[4,10],[16,61],[11,29],[10,26],[2,16],[4,16],[12,19],[9,23],[-3,24],[-3,15],[-2,12],[-2,17],[-1,33],[-7,35],[-3,14],[0,6],[7,11],[4,2],[3,0],[11,-9],[11,-12],[15,-13],[4,-1],[17,3],[8,2],[1,8],[0,20],[7,14],[6,10],[13,15],[10,5],[8,7],[1,3],[3,15],[0,10],[3,31],[4,22],[4,10],[3,4],[15,19],[7,31],[9,17],[9,25],[5,7],[15,18],[6,17],[5,18],[13,35],[7,15],[9,3],[3,3],[5,12],[-1,15],[-7,28],[-11,30],[-2,7],[-3,12],[1,11],[0,15],[2,5],[11,21],[2,9],[2,10],[3,10],[11,10],[8,8],[5,6],[4,5],[5,7],[13,8],[2,-1],[2,-5],[4,-3],[7,-2],[16,13],[12,7],[7,-13],[1,-4],[1,-22],[0,-6],[0,-8],[-1,-5],[0,-8],[2,-4],[6,-3],[17,-7],[3,-1],[7,4],[11,11],[8,3],[15,1],[14,14],[9,8],[17,-2],[5,4],[6,7],[1,9],[7,7],[2,1],[3,0],[3,-1],[7,-7],[2,-6],[1,-12],[4,-11],[7,-2],[7,-1],[6,3],[9,5],[11,5],[2,-1],[16,-17],[12,-21],[9,-20],[3,-5],[10,-7],[7,-3],[14,4],[7,7],[11,16],[2,3],[2,3],[1,3],[2,2],[3,13],[3,7],[11,20],[3,6],[16,20],[5,1],[16,5],[14,31],[8,7],[11,-1],[2,0],[18,-1],[19,-6],[16,10],[3,2],[2,1],[21,10],[14,-12],[14,-4],[21,-6],[4,-2],[2,-1],[2,0],[7,3],[6,3],[3,2],[10,7],[14,5],[15,4],[10,0],[11,-1],[2,-1],[5,-5],[1,-4],[2,-2],[15,-26],[11,-16],[11,-13],[2,-2],[3,-7],[2,-5],[1,-5],[0,-19],[-4,-20],[-10,-33],[-5,-29],[0,-7],[4,-9],[8,-24],[-7,-29],[1,-11],[0,-11],[-3,-27],[-5,-36],[2,-1],[4,-5],[3,-3],[2,-1],[2,0],[5,0],[1,0],[4,-6],[2,-5],[0,-5],[5,-31],[1,-12],[-1,-6],[4,-12],[6,-23],[6,-9],[2,-15],[-3,-31],[-1,-6],[-10,-21],[-11,-16],[-3,-3],[-6,-9],[0,-4],[0,-8],[1,-5],[5,-38],[7,-23],[7,-18],[2,2],[2,1],[6,5],[5,5],[11,2],[14,-4],[18,-8],[21,-8],[6,2],[11,6],[2,2],[2,2],[2,3],[11,18],[1,5],[1,3],[-1,7],[5,21],[7,26],[9,13],[10,-2],[13,3],[10,12],[15,-3],[13,-9],[14,-21],[2,-4],[2,-5],[5,-13],[0,-3],[9,-11],[17,-7],[2,0]],[[6278,8855],[18,-16],[14,-36],[-20,-13],[-13,-26],[9,-19],[-18,-34],[1,-64],[-15,-55],[3,-38],[-6,-37],[-28,-81],[6,-49],[-6,-30],[16,-16],[9,-25],[22,-17],[59,73],[18,48],[6,6],[14,-14],[12,37],[14,-98],[1,-45],[7,-21],[0,-21],[15,-20],[-16,-56],[5,-15],[-11,-35],[29,-60],[-14,-28],[17,15],[12,-48],[18,-6],[21,-49],[12,-9],[7,-19],[5,2],[7,-25],[7,1],[2,-36],[17,-7],[10,-23],[17,12],[23,-50],[-3,-12],[9,-25],[10,-1],[6,-13],[-10,-17],[7,-33],[-5,-39],[5,-68],[21,-17],[19,-36]],[[5842,8484],[3,4],[8,16],[0,3],[1,4],[0,12],[0,7],[1,3],[1,8],[3,6],[1,4],[2,4],[2,2],[5,-1],[4,-1],[6,3],[13,11],[2,2],[1,2],[3,18],[7,9],[7,4],[3,-4],[8,-16],[7,-4],[8,7],[6,9],[8,3],[10,-3],[12,-7],[7,-4],[12,4],[1,3],[1,2],[2,6],[3,5],[8,1],[7,-1],[10,-1],[10,0],[9,-11],[9,-13],[4,-7],[4,-6],[5,-4],[2,-1],[3,2],[4,5],[5,13],[1,4],[1,3],[4,15],[1,4],[2,45],[0,14],[1,9],[0,17],[0,9],[-2,15],[-2,6],[-3,16],[0,5],[0,4],[1,3],[4,15],[5,21],[5,23],[-5,5],[-5,-1],[-9,-7],[-1,-2],[-2,0],[0,3],[0,6],[1,11],[0,4],[5,32],[2,7],[3,8],[5,3],[3,0],[4,-2],[20,-8],[22,-7],[3,-4],[2,-2],[5,-2],[2,0],[2,1],[7,7],[3,4],[1,3],[1,3],[1,9],[0,3],[-1,4],[1,5],[1,5],[0,3],[2,2],[1,2],[2,1],[2,0],[2,-2],[2,-2],[2,-5],[1,-2],[1,-2],[1,-3],[2,-8],[0,-3],[0,-6],[1,-6],[0,-5],[0,-8],[0,-4],[-1,-8],[0,-4],[0,-2],[0,-9],[1,-5],[2,-6],[3,-1],[11,-2],[4,1],[17,8],[5,2],[2,2],[2,1],[1,2],[2,1],[5,9],[1,3],[1,3],[1,2],[1,5],[0,2],[0,5],[0,5],[-1,5],[0,3],[0,7],[0,3],[1,3],[3,7],[1,2],[3,0],[1,-1],[2,-1],[10,-13],[5,-20],[5,-7],[2,3]],[[7242,8372],[8,-40],[16,-27],[11,-48],[17,-12],[-7,-27],[-38,-8],[10,-39],[4,-60],[11,-16],[-2,-76],[-18,-44],[3,-12]],[[6278,8855],[3,7],[3,29],[-8,16],[-4,9],[-1,11],[0,4],[0,12],[1,4],[1,5],[2,3],[3,3],[2,1],[2,0],[1,-1],[1,-2],[6,-15],[8,-11],[1,-1],[2,-2],[2,0],[2,0],[2,1],[1,2],[1,3],[11,10],[13,6],[2,0],[1,-1],[7,-2],[5,-3],[2,-2],[5,-11],[17,-24],[20,-16],[8,-5],[3,-4],[3,-7],[0,-17],[1,-12],[5,-17],[9,-2],[17,-14],[19,-18],[11,-4],[6,-3],[3,-3],[3,-5],[2,-3],[6,-13],[16,-9],[12,-6],[8,2],[7,8],[4,16],[2,4],[1,2],[5,6],[3,1],[2,-2],[5,-5],[2,-2],[2,-1],[5,9],[2,5],[5,10],[2,4],[0,4],[1,6],[0,3],[0,3],[-1,5],[0,8],[2,9],[6,23],[10,9],[2,19],[-1,20],[-1,16],[0,6],[2,13],[4,9],[8,1],[3,-3],[1,-3],[1,-3],[0,-4],[-1,-5],[1,-6],[3,-13],[3,-4],[1,-2],[4,-3],[5,-3],[4,0],[3,-1],[4,-4],[2,-4],[3,-10],[3,-13],[1,-9],[5,-1],[4,0],[5,1],[6,3],[15,15],[8,14],[17,29],[15,20],[5,10],[5,9],[2,1],[7,1],[5,0],[5,-3],[5,-2],[7,-1],[10,-1],[16,-6],[18,-7],[2,1],[2,0],[2,0],[2,-1],[2,-2],[2,-1],[3,-4],[2,-4],[1,-3],[1,-3],[0,-3],[1,-5],[-1,-4],[0,-3],[-2,-5],[-1,-4],[-1,-4],[-1,-2],[-1,-8],[0,-8],[0,-5],[10,-7],[10,-1],[1,0],[2,-1],[3,-4],[1,-3],[1,-4],[0,-5],[-1,-3],[-1,-3],[-2,-4],[-2,-2],[-2,-1],[-2,-2],[-1,-1],[-1,-1],[-2,-3],[-4,-8],[0,-3],[0,-2],[-1,-3],[0,-4],[0,-5],[1,-2],[2,-6],[10,-15],[2,-2],[2,-1],[2,-2],[2,-15],[0,-17],[-2,-11],[-1,-4],[0,-2],[0,-6],[1,-3],[1,-3],[1,-3],[2,-5],[1,-2],[2,-3],[3,-2],[1,1],[2,1],[2,1],[3,3],[11,10],[7,6],[2,1],[2,0],[2,-1],[5,-3],[1,-2],[2,-3],[2,-4],[1,-5],[-1,-3],[-3,-6],[-3,-8],[-5,-12],[-1,-11],[-1,-2],[1,-4],[0,-4],[1,-3],[2,-6],[1,-2],[8,2],[5,4],[1,3],[2,2],[1,2],[2,2],[4,1],[3,-1],[1,0],[2,-1],[2,-2],[2,-1],[6,-7],[2,-1],[2,-5],[2,-3],[1,-5],[0,-3],[1,-4],[0,-8],[0,-3],[-1,-4],[-2,-4],[-2,-1],[-2,-1],[-1,1],[-8,-14],[-8,-30],[-1,-3],[0,-3],[1,-3],[4,-4],[3,3],[4,5],[1,2],[4,7],[4,7],[1,3],[3,1],[3,-2],[2,-3],[2,-4],[6,-21],[5,-21],[7,-15],[6,-5],[12,3],[10,6],[13,24],[8,28],[3,7],[1,1],[5,3],[3,1],[2,0],[2,0],[4,-3],[2,-2],[2,-3],[2,-4],[1,-3],[1,-3],[9,-32],[11,-23],[3,-15],[-2,-27],[5,-10],[8,-9],[2,3],[2,2],[7,2],[7,1],[7,-4],[2,-2],[2,-3],[1,-2],[2,-4],[1,-4],[0,-7],[-1,-2],[-2,-13],[-1,-14],[9,-24],[10,-26],[3,-3],[6,-13],[5,-13],[1,-4],[0,-3],[-1,-7],[4,-2],[4,1],[10,7],[12,12],[16,12],[4,4],[2,1],[1,2],[3,3],[6,9],[5,9],[3,6],[6,3],[6,1],[7,0],[2,-1],[3,-3],[7,-5],[5,-4],[2,2]],[[8641,8631],[17,-101],[6,-7],[23,18],[25,-103],[22,-34],[9,-44],[27,-31],[14,-45],[-40,-102],[0,-22],[-9,-23],[-15,9],[-11,-21],[-2,-40],[12,-28],[-2,-28],[-10,-18],[-2,-97],[-13,-13],[-1,-51],[-21,8],[-33,-17],[6,-49]],[[8273,7340],[26,47],[4,82],[-19,32],[-25,88],[11,53],[16,23],[1,34],[7,13],[-5,17],[20,43],[3,76],[-10,27],[6,18],[-2,37],[-5,10],[2,29],[17,60],[9,-3],[7,24],[13,12],[-6,73],[9,38],[-3,22],[14,10],[14,29],[-10,85],[13,17],[17,-22],[27,12],[12,52],[27,27],[9,21],[-16,57],[18,40],[19,20],[21,-36],[7,-50],[11,-21],[26,-104],[-2,-37],[46,3],[-5,84],[-22,81],[-5,92],[26,59],[-5,18],[19,34]],[[8610,8666],[7,-22],[2,-6],[2,-4],[2,-4],[2,-1],[3,0],[10,-2],[3,4]],[[3991,8878],[1,0],[7,4],[2,2],[6,7],[3,3],[1,6],[2,9],[4,6],[3,1],[3,-2],[5,-5],[4,-3],[1,-3],[1,-4],[0,-3],[1,-5],[6,-8],[3,0],[3,3],[3,3],[10,13],[13,20],[2,4],[2,4],[2,2],[1,1],[5,4],[3,1],[2,-2],[3,-3],[3,-6],[4,-4],[3,-5],[3,-3],[5,6],[10,14],[2,3],[0,4],[-3,9],[-7,41],[-9,41],[-2,10],[1,5],[7,21],[4,15],[5,17],[9,21],[10,11],[7,3],[6,-6],[10,-5],[9,23],[2,4],[1,13],[4,31],[0,6],[-2,17],[-2,2],[-3,2],[-2,2],[-5,10],[0,16],[0,3],[0,2],[1,3],[0,5],[2,4],[6,24],[6,23],[2,22],[4,26],[4,5],[1,4],[1,10],[1,16],[-1,13],[-3,16],[-1,22],[0,3],[15,30],[7,14],[11,16],[9,20],[7,21],[6,7],[7,4],[17,11],[21,-2],[4,-2],[8,1],[3,1],[4,3],[4,6],[2,2],[3,4],[3,2],[3,1],[5,-2],[6,-5],[3,-8],[2,-16],[11,2],[3,1],[3,0],[3,2],[14,11],[11,7],[12,2],[3,-1],[3,0],[4,-1],[3,1],[5,2],[2,5],[2,4],[2,6],[2,14],[2,19],[1,6],[0,6],[-3,35],[10,35],[-1,8],[-1,10],[-1,11],[0,4],[0,4],[5,6],[1,2],[6,7],[7,6],[9,2],[11,5],[11,8],[2,3],[2,5],[7,21],[3,11],[0,5],[-1,13],[1,15],[3,20],[1,3],[2,1],[15,13],[10,3],[7,1],[12,6],[3,2],[5,4],[2,3],[1,3],[2,3],[1,4],[1,6],[-1,6],[-1,3],[-3,16],[1,13],[2,10],[2,8],[2,6],[3,3],[18,-10],[7,6],[9,4],[1,-3],[3,-11],[8,-34],[1,-7],[-2,-10],[-6,-17],[0,-17],[14,-38],[4,-6],[4,-4],[3,-3],[17,-12],[17,-7],[5,0],[3,-2],[2,-1],[3,-5],[6,-16],[0,-5],[1,-5],[1,-4],[2,-4],[1,-3],[7,-7],[3,0],[4,0],[2,2],[4,3],[0,-10],[0,-7],[-1,-18],[-1,-19],[0,-8],[-1,-7],[0,-8],[1,-10],[1,-19],[1,-6],[0,-3],[0,-2],[0,-28],[0,-21],[-1,-4],[1,-11],[0,-3],[1,-9],[2,-11],[5,-21],[8,-30],[6,-22],[9,-39],[2,-8],[3,-14],[3,-17],[3,-21],[1,-5],[0,-4],[0,-8],[1,-18],[-1,-9],[0,-7],[0,-6],[-1,-5],[1,-6],[1,-2],[1,-4],[11,-27],[7,-15],[3,-23],[0,-17],[2,-13],[13,-30],[9,-32],[3,-1]],[[8641,8631],[1,2],[3,15],[0,5],[0,4],[-1,11],[-1,4],[2,38],[11,37],[0,2],[2,3],[8,12],[5,3],[2,-2],[4,0],[2,2],[5,4],[8,9],[2,5],[3,10],[3,11],[2,3],[4,4],[3,2],[17,4],[3,0],[3,0],[12,-26],[1,-4],[1,-4],[2,-6],[-1,-9],[0,-4],[1,-25],[10,-29],[1,-2],[1,-4],[1,-2],[3,-5],[3,-1],[3,1],[2,2],[7,10],[7,3],[11,5],[14,-16],[3,-4],[2,-5],[2,-13],[1,-18],[2,-14],[1,-5],[1,-3],[1,-5],[4,-5],[10,-16],[7,-8],[9,10],[12,3],[2,-1],[2,-1],[2,-3],[2,-2],[4,-6],[1,-2],[2,-5],[4,-11],[4,-7],[2,-2],[4,-3],[2,0],[3,1],[2,2],[12,11],[13,6],[3,0],[10,-2],[2,-1],[1,-2],[2,-3],[1,-2],[3,-11],[7,-37],[4,-15],[2,-7],[1,-3],[2,-12],[1,-3],[5,-26],[0,-3],[2,-14],[0,-3],[0,-6],[2,-30],[8,-28],[11,-29],[13,-23],[9,-24],[4,-15],[2,-5],[7,-16],[4,-5],[4,-2],[3,-2],[7,-7],[6,-8],[9,-13],[1,-2],[3,-7],[3,-10],[1,-3],[1,-10],[1,-5],[-3,-30],[-3,-33],[9,-20],[4,-16],[2,-18],[-4,-36],[-3,-13],[-3,-13],[-1,-9],[0,-16],[2,-18],[-1,-9],[-1,-4],[-1,-5],[-2,-9],[-2,-4],[-1,-4],[-1,-7],[1,-4],[9,-15],[5,-7],[17,-19],[15,-14],[16,-14],[19,-16],[9,-5],[7,-3],[15,-8],[16,-5],[5,-3]],[[8042,8929],[-11,-75],[-40,-70],[8,-19],[-5,-1],[-9,-50],[-23,0],[-8,-19],[-20,10],[-18,-9],[-6,-28],[31,-40],[28,-14],[11,-25],[26,-20],[-3,-29],[-9,-7],[-11,-40],[-22,-9],[-6,-25],[50,-48],[21,-47],[20,21],[8,-52],[-5,-19],[17,-77],[10,-11],[19,9],[20,-54],[16,-7],[7,-26],[-4,-54],[-13,-31],[18,-27],[18,-47],[0,-75],[18,-37],[-7,-4],[-5,-28],[-24,-27],[1,-7],[-23,15],[-15,-29],[-5,-30],[6,-39],[-5,-43],[29,-39],[19,21],[-6,-44],[-6,-4],[3,-39],[9,3],[13,-27],[24,-12],[6,-45],[-7,3],[-8,24],[-4,-39],[10,-72],[-1,35],[3,-15],[7,35],[6,-13],[7,9],[0,-17],[-10,-4],[-8,-35],[-9,10],[-8,39],[-43,-38],[0,39],[-16,47],[3,14],[-9,-3],[-11,17],[-19,49],[-3,-15],[-18,-17],[-3,-39],[-21,-19],[6,-25],[-5,-7],[-21,-30],[-16,-9],[-22,10],[-29,-8],[-2,-41],[-13,-14],[0,-14],[-6,1]],[[7242,8372],[2,2],[8,14],[4,8],[0,4],[0,13],[0,4],[-1,2],[-2,5],[-2,4],[-1,4],[-1,3],[0,3],[-2,11],[-1,25],[0,2],[2,8],[2,5],[8,13],[10,6],[7,14],[5,14],[-1,6],[0,4],[0,3],[4,25],[3,11],[2,1],[17,23],[15,30],[7,13],[11,17],[9,6],[6,2],[19,-6],[17,-4],[8,0],[10,5],[10,6],[7,0],[11,16],[12,40],[1,4],[-2,5],[-3,8],[-6,11],[-5,8],[-17,28],[-12,20],[-12,16],[-7,17],[-9,24],[-3,1],[-4,2],[-4,5],[-3,6],[-2,9],[-4,19],[-6,29],[0,5],[0,10],[3,6],[11,10],[3,1],[2,1],[21,11],[16,9],[16,12],[21,-1],[1,-2],[1,-2],[1,-2],[9,-8],[5,-3],[3,-1],[1,0],[2,2],[1,4],[1,4],[3,19],[3,16],[1,4],[3,9],[2,3],[2,2],[2,2],[12,-10],[10,-10],[18,-20],[6,-7],[3,-3],[1,-3],[3,-8],[19,-45],[17,-29],[11,-37],[2,-8],[11,-6],[3,0],[4,2],[14,14],[3,3],[16,13],[16,31],[1,2],[7,14],[2,15],[-2,17],[0,16],[3,14],[7,24],[6,10],[5,5],[4,-3],[3,0],[2,4],[3,7],[15,29],[16,26],[8,37],[1,16],[1,2],[2,5],[2,3],[3,4],[1,1],[4,3],[3,1],[2,1],[1,-2],[9,-11],[10,-13],[8,-12],[16,-19],[10,-8],[10,0],[8,1],[12,7],[18,6],[2,0],[7,-2],[4,-1],[2,-2],[3,-5],[1,-4],[2,-5],[1,-4],[1,-3],[1,-2],[2,-4],[8,-10],[6,-3],[3,-2],[7,-6],[6,-12],[1,-2],[2,-7],[0,-4],[1,-3],[7,-8],[9,-3],[13,2],[12,1],[6,-2],[4,-1],[2,-1],[2,-3],[2,-2],[1,-3],[1,-3],[2,-8],[0,-5],[10,-26],[10,-21],[2,-3],[7,-11],[14,-20],[10,-7],[15,-2]],[[8042,8929],[3,1],[2,1],[2,2],[2,3],[21,3],[1,-1],[6,-3],[10,2],[10,7],[6,18],[4,16],[2,11],[2,14],[1,4],[1,2],[1,6],[3,3],[7,2],[3,0],[4,-3],[14,-26],[10,-19],[3,-5],[3,-5],[4,-3],[8,5],[-1,15],[-2,23],[8,23],[3,9],[3,7],[2,4],[1,2],[2,2],[3,2],[1,0],[1,1],[2,0],[20,-9],[7,-2],[5,8],[6,11],[4,11],[3,5],[1,2],[2,1],[3,2],[4,1],[3,-3],[4,-6],[1,-3],[11,-18],[6,-4],[7,-5],[2,0],[3,-1],[3,1],[3,0],[20,10],[9,19],[6,15],[8,15],[2,2],[4,2],[21,8],[1,1],[2,-7],[5,-20],[5,-22],[9,-29],[7,-11],[2,-1],[2,-1],[4,-9],[6,-16],[2,-12],[0,-3],[0,-11],[1,-5],[0,-4],[2,-7],[1,-2],[1,-2],[6,-5],[4,-2],[6,-1],[9,-6],[4,-5],[4,-5],[14,0],[1,3],[4,7],[2,2],[11,16],[2,4],[3,1],[2,-1],[6,-7],[5,-7],[9,-12],[7,2],[8,-6],[2,-2],[2,-3],[1,-5],[1,-4],[1,-17],[0,-14],[5,-18],[5,-14],[7,-8],[8,-12],[13,-23],[8,-8],[10,-11],[1,-1],[7,-10],[4,-5],[2,-10],[0,-5],[1,-14],[-1,-30],[3,-24],[5,-18],[2,-9]]],"transform":{"scale":[0.000573418441844184,0.00018827652765276504],"translate":[16.83322899999979,47.731189999999856]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSON/UA.json b/dist-amd/map/TopoJSON/UA.json new file mode 100644 index 0000000000..b0aa1a1164 --- /dev/null +++ b/dist-amd/map/TopoJSON/UA.json @@ -0,0 +1 @@ +{"type":"Topology","objects":{"PolbndA":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0,1,2]]},{"type":"Polygon","arcs":[[3,4,5]]},{"type":"Polygon","arcs":[[6,7,-1,8,9]]},{"type":"Polygon","arcs":[[10,-7,11,12]]},{"type":"Polygon","arcs":[[13,-5,14,15]]},{"type":"Polygon","arcs":[[16,-9,-3,17,18]]},{"type":"Polygon","arcs":[[19,20,-6,-14,21,22]]},{"type":"Polygon","arcs":[[23,-13,24,25,26]]},{"type":"Polygon","arcs":[[27,-25,-12,-10,-17,28]]},{"type":"Polygon","arcs":[[29,-22,-16,30,31,32]]},{"type":"Polygon","arcs":[[33,34,-20,35,36]]},{"type":"Polygon","arcs":[[37,-32,38,39,40,41]]},{"type":"Polygon","arcs":[[42,43,-36,-23,-30,44,45]]},{"type":"Polygon","arcs":[[46,-26,-28,47,48]]},{"type":"Polygon","arcs":[[-40,49,50]]},{"type":"Polygon","arcs":[[51,-34,52,53]]},{"type":"Polygon","arcs":[[-48,-29,-19,54]]},{"type":"Polygon","arcs":[[55,56,-27,-47,57,58]]},{"type":"Polygon","arcs":[[59,-45,-33,-38,60,61]]},{"type":"Polygon","arcs":[[-53,-37,-44,62,63]]},{"type":"Polygon","arcs":[[64,65,-41,-51,66]]},{"type":"Polygon","arcs":[[67]]},{"type":"Polygon","arcs":[[-61,-42,-66,68,69]]},{"type":"Polygon","arcs":[[-63,-43,70,71]]},{"type":"Polygon","arcs":[[72,-56,73,74]]},{"type":"Polygon","arcs":[[-71,-46,-60,75,76]]},{"type":"Polygon","arcs":[[77,78]]},{"type":"Polygon","arcs":[[-54,-64,-72,-77,79,80]]},{"type":"Polygon","arcs":[[81,-74,-59,82,83,84]]},{"type":"Polygon","arcs":[[85,-76,-62,-70,86,87]]},{"type":"Polygon","arcs":[[88,-87,-69,-65,89,90,91]]},{"type":"Polygon","arcs":[[92,93,94,95]]},{"type":"Polygon","arcs":[[-84,96,97,98]]},{"type":"Polygon","arcs":[[-91,99,-96,100,101]]},{"type":"Polygon","arcs":[[-94,102,-78,103,104,105]]},{"type":"Polygon","arcs":[[106,107,108,109]]},{"type":"Polygon","arcs":[[110,111,112,113]]},{"type":"Polygon","arcs":[[114,115,-75,-82,116,117]]},{"type":"Polygon","arcs":[[-117,-85,-99,118,119,120]]},{"type":"Polygon","arcs":[[121,122,-109,123,124]]},{"type":"Polygon","arcs":[[-119,-98,125,126,127]]},{"type":"Polygon","arcs":[[-113,128,-115,129,130,131]]},{"type":"Polygon","arcs":[[-92,-102,132,133,134]]},{"type":"Polygon","arcs":[[-133,-101,-95,-106,135,136,137]]},{"type":"Polygon","arcs":[[138,139,140,141,142]]},{"type":"Polygon","arcs":[[143,144,-107,145,146]]},{"type":"Polygon","arcs":[[147,-139,148,149]]},{"type":"Polygon","arcs":[[-136,-105,150,151,152,153]]},{"type":"Polygon","arcs":[[-141,154,155,156]]},{"type":"Polygon","arcs":[[157,-127,158,159,160]]},{"type":"Polygon","arcs":[[161,162,-122,163,164]]},{"type":"Polygon","arcs":[[-146,-110,-123,-163,165,166]]},{"type":"Polygon","arcs":[[167,-160,168,169]]},{"type":"Polygon","arcs":[[170,171,172,173]]},{"type":"Polygon","arcs":[[174,-130,-118,-121,175,176,177]]},{"type":"Polygon","arcs":[[178,-80,-86,179,180,181]]},{"type":"Polygon","arcs":[[-172,182,183,184,185]]},{"type":"Polygon","arcs":[[186,187,-156,188,-144,189,190]]},{"type":"Polygon","arcs":[[191,-180,-88,-89,-135,192,193]]},{"type":"Polygon","arcs":[[194,-174,195,196]]},{"type":"Polygon","arcs":[[197,-176,-120,-128,-158,198,199]]},{"type":"Polygon","arcs":[[-164,-125,200,201]]},{"type":"Polygon","arcs":[[202,-184,203,-150,204,205]]},{"type":"Polygon","arcs":[[-152,206,-111,207,208,209,210]]},{"type":"Polygon","arcs":[[-208,-114,-132,211,212]]},{"type":"Polygon","arcs":[[213,-205,-149,-143,214,215]]},{"type":"Polygon","arcs":[[216,-193,-134,-138,217,218]]},{"type":"Polygon","arcs":[[219,-166,-162,220,221]]},{"type":"Polygon","arcs":[[222,-212,-131,-175,223,224]]},{"type":"Polygon","arcs":[[225,-221,-165,-202,226,227]]},{"type":"Polygon","arcs":[[228,229,-190,-147,-167,-220,230,231]]},{"type":"Polygon","arcs":[[232,233,-153,-211,234,235]]},{"type":"Polygon","arcs":[[-177,-198,236,237,238]]},{"type":"Polygon","arcs":[[239,-197,240,241,242]]},{"type":"Polygon","arcs":[[243,-170,244,245,246]]},{"type":"Polygon","arcs":[[247,-181,-192,248]]},{"type":"Polygon","arcs":[[-199,-161,-168,-244,249,250]]},{"type":"Polygon","arcs":[[251,-231,-222,-226,252,253]]},{"type":"Polygon","arcs":[[-206,-214,254,255,256]]},{"type":"Polygon","arcs":[[257,258,-182,-248,259,260,261]]},{"type":"Polygon","arcs":[[262,-219,263,264]]},{"type":"Polygon","arcs":[[-185,-203,-257,265,266]]},{"type":"Polygon","arcs":[[267,268,-264,-218,-137,-154,-234,269]]},{"type":"Polygon","arcs":[[270,-215,-142,-157,-188,271,272]]},{"type":"Polygon","arcs":[[273,274,-255,-216,-271,275]]},{"type":"Polygon","arcs":[[276,277,-242,278,279]]},{"type":"Polygon","arcs":[[-209,-213,-223,280,281,282]]},{"type":"Polygon","arcs":[[283,-253,-228,284]]},{"type":"Polygon","arcs":[[-279,-241,-196,-173,-186,-267,285,286,287]]},{"type":"Polygon","arcs":[[288,-246,289,290,291]]},{"type":"Polygon","arcs":[[-272,-187,292,293,294]]},{"type":"Polygon","arcs":[[295,-238,296,297,298]]},{"type":"Polygon","arcs":[[-235,-210,-283,299,300,301]]},{"type":"Polygon","arcs":[[-260,-249,-194,-217,-263,302,303,304]]},{"type":"Polygon","arcs":[[305,-297,-237,-200,-251,306,307]]},{"type":"Polygon","arcs":[[308,309,-281,-225,310,311]]},{"type":"Polygon","arcs":[[312,313,-243,-278,314]]},{"type":"Polygon","arcs":[[315,316,-270,-233,317]]},{"type":"Polygon","arcs":[[318,-311,-224,-178,-239,-296,319]]},{"type":"Polygon","arcs":[[320,-293,-191,-230,321]]},{"type":"Polygon","arcs":[[322,-286,-266,-256,-275,323,324]]},{"type":"Polygon","arcs":[[325,326,-291,327,328,329]]},{"type":"Polygon","arcs":[[-318,-236,-302,330,331,332]]},{"type":"Polygon","arcs":[[-303,-265,-269,333,334]]},{"type":"Polygon","arcs":[[335,336,-313,337,338,339]]},{"type":"Polygon","arcs":[[340,-329,341,342,343,344]]},{"type":"Polygon","arcs":[[345,-307,-250,-247,-289,346,347,348]]},{"type":"Polygon","arcs":[[-261,-305,349,350,351,352,353]]},{"type":"Polygon","arcs":[[354,-324,-274,355,356]]},{"type":"Polygon","arcs":[[357,-300,-282,-310,358,359]]},{"type":"Polygon","arcs":[[360,-287,-323,361,362]]},{"type":"Polygon","arcs":[[363,-347,-292,-327,364]]},{"type":"Polygon","arcs":[[365,366,-308,-346,367]]},{"type":"Polygon","arcs":[[368,369,-232,-252,370,371]]},{"type":"Polygon","arcs":[[372,-322,-229,-370,373,374]]},{"type":"Polygon","arcs":[[375,-371,-254,-284,376,377]]},{"type":"Polygon","arcs":[[378,-356,-276,-273,-295,379,380]]},{"type":"Polygon","arcs":[[381,-298,-306,-367,382,383]]},{"type":"Polygon","arcs":[[384,385,-338,-315,-277,386,387]]},{"type":"Polygon","arcs":[[388,-387,-280,-288,-361,389]]},{"type":"Polygon","arcs":[[390,-262,-354,391,392]]},{"type":"Polygon","arcs":[[393,-344,394,395]]},{"type":"Polygon","arcs":[[-395,-343,396,-336,397,398]]},{"type":"Polygon","arcs":[[399,400,-334,-268,-317,401,402]]},{"type":"Polygon","arcs":[[-402,-316,-333,403,404,405]]},{"type":"Polygon","arcs":[[406,-350,-304,-335,-401,407,408]]},{"type":"Polygon","arcs":[[-330,-341,409,410,411]]},{"type":"Polygon","arcs":[[-331,-301,-358,412,413,414]]},{"type":"Polygon","arcs":[[-351,-407,415,416]]},{"type":"Polygon","arcs":[[-380,-294,-321,-373,417,418,419]]},{"type":"Polygon","arcs":[[420,421,-258,-391,422,423]]},{"type":"Polygon","arcs":[[424,-312,-319,425,426]]},{"type":"Polygon","arcs":[[-410,-345,-394,427,428]]},{"type":"Polygon","arcs":[[429,-357,-379,430,431]]},{"type":"Polygon","arcs":[[-426,-320,-299,-382,432,433,434]]},{"type":"Polygon","arcs":[[435,-359,-309,-425,436,437]]},{"type":"Polygon","arcs":[[438,439,-390,-363,440,441]]},{"type":"Polygon","arcs":[[442,-374,-369,443,444]]},{"type":"Polygon","arcs":[[445,-431,-381,-420,446]]},{"type":"Polygon","arcs":[[-441,-362,-325,-355,-430,447,448]]},{"type":"Polygon","arcs":[[449,450,-339,-386,451,452]]},{"type":"Polygon","arcs":[[453,-368,-349,454,455]]},{"type":"Polygon","arcs":[[456,-398,-340,-451,457]]},{"type":"Polygon","arcs":[[458,459,-421,460]]},{"type":"Polygon","arcs":[[461,-452,-385,462,463,464]]},{"type":"Polygon","arcs":[[465,-405,466,467]]},{"type":"Polygon","arcs":[[-392,-353,468,469]]},{"type":"Polygon","arcs":[[-463,-388,-389,-440,470,471]]},{"type":"Polygon","arcs":[[-383,-366,-454,472,473]]},{"type":"Polygon","arcs":[[474,475,-444,-372,-376,476,477]]},{"type":"Polygon","arcs":[[478,479,-365,-326,-412,480,481]]},{"type":"Polygon","arcs":[[-455,-348,-364,-480,482,483]]},{"type":"Polygon","arcs":[[-416,-409,484,485,486,487]]},{"type":"Polygon","arcs":[[-434,488,489,490]]},{"type":"Polygon","arcs":[[491,-413,-360,-436,492,493]]},{"type":"Polygon","arcs":[[-448,-432,-446,494,495,496,497]]},{"type":"Polygon","arcs":[[498,499,-428,-396,-399,-457,500,501]]},{"type":"Polygon","arcs":[[502,-467,-404,-332,-415,503,504]]},{"type":"Polygon","arcs":[[505,-481,-411,-429,-500,506,507]]},{"type":"Polygon","arcs":[[508,-477,-378,509,510]]},{"type":"Polygon","arcs":[[-403,-406,-466,511,512,513]]},{"type":"Polygon","arcs":[[-489,-433,-384,-474,514,515]]},{"type":"Polygon","arcs":[[516,517,-461,-424,518,519]]},{"type":"Polygon","arcs":[[-504,-414,-492,520,521]]},{"type":"Polygon","arcs":[[522,-495,-447,-419,523,524]]},{"type":"Polygon","arcs":[[525,526,-459,-518,527,528]]},{"type":"Polygon","arcs":[[529,-453,-462,530,531]]},{"type":"Polygon","arcs":[[-524,-418,-375,-443,532,533]]},{"type":"Polygon","arcs":[[534,-533,-445,-476,535,536]]},{"type":"Polygon","arcs":[[-519,-423,-393,-470,537,538,539]]},{"type":"Polygon","arcs":[[540,-442,-449,-498,541,542,543]]},{"type":"Polygon","arcs":[[544,545,-483,-479,546]]},{"type":"Polygon","arcs":[[547,548,-471,-439,-541,549]]},{"type":"Polygon","arcs":[[550,-478,-509,551]]},{"type":"Polygon","arcs":[[552,-538,-469,-352,-417,-488,553]]},{"type":"Polygon","arcs":[[554,555,-496,-523,556,557]]},{"type":"Polygon","arcs":[[558,-501,-458,-450,-530,559]]},{"type":"Polygon","arcs":[[560,-521,-494,561,562,563]]},{"type":"Polygon","arcs":[[564,565,-464,-472,-549,566]]},{"type":"Polygon","arcs":[[567,-437,-427,-435,-491,568,569]]},{"type":"Polygon","arcs":[[570,-531,-465,-566,571]]},{"type":"Polygon","arcs":[[572,-562,-493,-438,-568,573]]},{"type":"Polygon","arcs":[[574,-542,-497,-556,575]]},{"type":"Polygon","arcs":[[576,-547,-482,-506,577,578,579]]},{"type":"Polygon","arcs":[[580,581,-526,582]]},{"type":"Polygon","arcs":[[583,-485,-408,-400,-514,584,585]]},{"type":"Polygon","arcs":[[586,-507,-499,587,588]]},{"type":"Polygon","arcs":[[589,-552,-511,590,591]]},{"type":"Polygon","arcs":[[-557,-525,-534,-535,592,593]]},{"type":"Polygon","arcs":[[594,-536,-475,-551,-590,595]]},{"type":"Polygon","arcs":[[596,-588,-502,-559,597,598]]},{"type":"Polygon","arcs":[[599,-598,-560,-532,-571,600,601]]},{"type":"Polygon","arcs":[[602,603,-515,-473,-456,-484,-546,604,605]]},{"type":"Polygon","arcs":[[606,-505,-522,-561,607,608]]},{"type":"Polygon","arcs":[[-605,-545,-577,609,610]]},{"type":"Polygon","arcs":[[611,-578,-508,-587,612,613]]},{"type":"Polygon","arcs":[[614,615,-569,-490,-516,-604,616,617]]},{"type":"Polygon","arcs":[[618,-543,-575,619,620]]},{"type":"Polygon","arcs":[[621,622,-593,-537,-595,623,624,625]]},{"type":"Polygon","arcs":[[-486,-584,626,627]]},{"type":"Polygon","arcs":[[628,-585,-513,629,630,631]]},{"type":"Polygon","arcs":[[-630,-512,-468,-503,-607,632,633]]},{"type":"Polygon","arcs":[[634,-574,-570,-616,635]]},{"type":"Polygon","arcs":[[636,-520,-540,637,638]]},{"type":"Polygon","arcs":[[639,640,-583,-529,641,642,643]]},{"type":"Polygon","arcs":[[-642,-528,-517,-637,644,645]]},{"type":"Polygon","arcs":[[646,-638,-539,-553,647,648,649]]},{"type":"Polygon","arcs":[[650,-550,-544,-619,651,652]]},{"type":"Polygon","arcs":[[653,-579,-612,654,655]]},{"type":"Polygon","arcs":[[-608,-564,656,657,658,659]]},{"type":"Polygon","arcs":[[660,-643,-646,661,662]]},{"type":"Polygon","arcs":[[663,-601,-572,-565,664,665,666]]},{"type":"Polygon","arcs":[[667,-613,-589,-597,668,669]]},{"type":"Polygon","arcs":[[670,-558,-594,-623,671,672]]},{"type":"Polygon","arcs":[[673,-665,-567,-548,-651,674,675]]},{"type":"Polygon","arcs":[[676,-602,-664,677,678,679]]},{"type":"Polygon","arcs":[[680,-648,-554,-487,-628,681]]},{"type":"Polygon","arcs":[[682,-657,-563,-573,-635,683,684]]},{"type":"Polygon","arcs":[[685,-610,-580,-654,686,687]]},{"type":"Polygon","arcs":[[-581,-641,688,689]]},{"type":"Polygon","arcs":[[690,-617,-603,691,692]]},{"type":"Polygon","arcs":[[-624,-596,-592,693,694]]},{"type":"Polygon","arcs":[[695,-620,-576,-555,-671,696,697]]},{"type":"Polygon","arcs":[[698,699,-618,-691,700]]},{"type":"Polygon","arcs":[[-633,-609,-660,701,702]]},{"type":"Polygon","arcs":[[703,-669,-599,-600,-677,704]]},{"type":"Polygon","arcs":[[705,-655,-614,-668,706,707]]},{"type":"Polygon","arcs":[[708,-692,-606,-611,709,710]]},{"type":"Polygon","arcs":[[-662,-645,-639,-647,711,712,713]]},{"type":"Polygon","arcs":[[714,-684,-636,-615,-700,715,716,717]]},{"type":"Polygon","arcs":[[718,719,-652,-621,-696,720]]},{"type":"Polygon","arcs":[[721,-687,-656,-706,722]]},{"type":"Polygon","arcs":[[723,-672,-622,724,725]]},{"type":"Polygon","arcs":[[726,-682,-627,-586,-629,727,728,729]]},{"type":"Polygon","arcs":[[730,731,-649,-681,-727,732]]},{"type":"Polygon","arcs":[[733,734,-675,-653,-720,735]]},{"type":"Polygon","arcs":[[736,-712,-650,-732,737]]},{"type":"Polygon","arcs":[[738,-625,-695,739,740]]},{"type":"Polygon","arcs":[[-710,-686,741,742,743]]},{"type":"Polygon","arcs":[[744,-689,-640,745,746]]},{"type":"Polygon","arcs":[[747,-676,-735,748,749]]},{"type":"Polygon","arcs":[[-666,-674,-748,750,751]]},{"type":"Polygon","arcs":[[-725,-626,-739,752,753]]},{"type":"Polygon","arcs":[[754,-679,755,756]]},{"type":"Polygon","arcs":[[757,-742,-688,-722,758,759]]},{"type":"Polygon","arcs":[[760,-707,-670,-704,761,762]]},{"type":"Polygon","arcs":[[-716,-699,763,764,765]]},{"type":"Polygon","arcs":[[766,-764,-701,-693,-709,767,768]]},{"type":"Polygon","arcs":[[769,770,771]]},{"type":"Polygon","arcs":[[-756,-678,-667,-752,772,773,774,775]]},{"type":"Polygon","arcs":[[776,777,-702,-659,778,779]]},{"type":"Polygon","arcs":[[-771,780,-728,-632,781,782,783]]},{"type":"Polygon","arcs":[[784,-779,-658,-683,785,786]]},{"type":"Polygon","arcs":[[-721,-698,787,788,789,790]]},{"type":"Polygon","arcs":[[791,-762,-705,-680,-755,792,793,794]]},{"type":"Polygon","arcs":[[-788,-697,-673,-724,795,796,797]]},{"type":"Polygon","arcs":[[798,-768,-711,-744,799,800,801]]},{"type":"Polygon","arcs":[[-786,-685,-715,802,803]]},{"type":"Polygon","arcs":[[804,805,-759,-723,-708,-761,806,807]]},{"type":"Polygon","arcs":[[808,-782,-631,-634,-703,-778,809]]},{"type":"Polygon","arcs":[[810,-713,-737,811,812]]},{"type":"Polygon","arcs":[[813,-800,-743,-758,814,815]]},{"type":"Polygon","arcs":[[-796,-726,-754,816,817]]},{"type":"Polygon","arcs":[[-749,-734,818,819,820]]},{"type":"Polygon","arcs":[[821,822,823,-789,-798,824]]},{"type":"Polygon","arcs":[[825,-746,-644,-661,826,827,828]]},{"type":"Polygon","arcs":[[-815,-760,-806,829,830]]},{"type":"Polygon","arcs":[[-803,-718,831,832,833]]},{"type":"Polygon","arcs":[[834,835,-812,-738,-731,836,837]]},{"type":"Polygon","arcs":[[-819,-736,-719,-791,838,839,840]]},{"type":"Polygon","arcs":[[841,-827,-663,-714,-811,842,843]]},{"type":"Polygon","arcs":[[844,-747,-826,845,846]]},{"type":"Polygon","arcs":[[847,-783,-809,848,849]]},{"type":"Polygon","arcs":[[-832,-717,-766,850,851]]},{"type":"Polygon","arcs":[[852,-807,-763,-792,853,854]]},{"type":"Polygon","arcs":[[855,-793,-757,-776,856,857]]},{"type":"Polygon","arcs":[[858,-849,-810,-777,859,860]]},{"type":"Polygon","arcs":[[861,-801,-814,862,863]]},{"type":"Polygon","arcs":[[-837,-733,-730,864,865,866]]},{"type":"Polygon","arcs":[[867,-865,-729,-781,-770,868,869]]},{"type":"Polygon","arcs":[[870,-808,-853,871,872]]},{"type":"Polygon","arcs":[[-851,-765,-767,873,874]]},{"type":"Polygon","arcs":[[875,-817,-753,-741,876,877]]},{"type":"Polygon","arcs":[[878,-773,-751,-750,-821,879,880]]},{"type":"Polygon","arcs":[[881,-828,-842,882,883]]},{"type":"Polygon","arcs":[[-822,884,885,886]]},{"type":"Polygon","arcs":[[887,888,-787,-804,-834,889,890]]},{"type":"Polygon","arcs":[[891,892,-794,-856,893]]},{"type":"Polygon","arcs":[[894,-860,-780,-785,-889,895]]},{"type":"Polygon","arcs":[[896,897,-802,-862,898,899]]},{"type":"Polygon","arcs":[[900,-874,-769,-799,-898,901]]},{"type":"Polygon","arcs":[[902,-854,-795,-893,903]]},{"type":"Polygon","arcs":[[-869,-772,-784,-848,904,905,906]]},{"type":"Polygon","arcs":[[907,-857,-775,908,909]]},{"type":"Polygon","arcs":[[-885,-825,-797,-818,-876,910,911,912]]},{"type":"Polygon","arcs":[[913,-847,914]]},{"type":"Polygon","arcs":[[915,-911,-878,916,917]]},{"type":"Polygon","arcs":[[-830,-805,-871,918,919,920]]},{"type":"Polygon","arcs":[[-909,-774,-879,921,922]]},{"type":"Polygon","arcs":[[923,-839,-790,-824,924,925]]},{"type":"Polygon","arcs":[[926,-899,-864,927,928]]},{"type":"Polygon","arcs":[[929,930,-840,-924,931]]},{"type":"Polygon","arcs":[[932,-890,-833,-852,-875,-901,933,934]]},{"type":"Polygon","arcs":[[935,-880,-820,-841,-931,936]]},{"type":"Polygon","arcs":[[937,-872,-855,-903,938,939]]},{"type":"Polygon","arcs":[[940,-838,-867,941,942,943]]},{"type":"Polygon","arcs":[[944,-883,-844,945,946,947]]},{"type":"Polygon","arcs":[[948,-894,-858,-908,949,950]]},{"type":"Polygon","arcs":[[951,952,-861,-895,953]]},{"type":"Polygon","arcs":[[954,-925,-823,-887,955,956]]},{"type":"Polygon","arcs":[[957,-946,-843,-813,-836,958,959]]},{"type":"Polygon","arcs":[[-906,960,961,962]]},{"type":"Polygon","arcs":[[-959,-835,-941,963,964]]},{"type":"Polygon","arcs":[[965,966,-928,-863,-816,-831,-921,967,968]]},{"type":"Polygon","arcs":[[969,-950,-910,-923,970,971]]},{"type":"Polygon","arcs":[[972,973,-912,-916,974,975]]},{"type":"Polygon","arcs":[[976,-956,-886,-913,-974,977]]},{"type":"Polygon","arcs":[[978,-971,-922,-881,-936,979,980]]},{"type":"Polygon","arcs":[[-919,-873,-938,981,982,983]]},{"type":"Polygon","arcs":[[984,-884,-945,985,986]]},{"type":"Polygon","arcs":[[987,-939,-904,-892,-949,988,989]]},{"type":"Polygon","arcs":[[990,991,-942,-866,-868,992,993]]},{"type":"Polygon","arcs":[[994,-975,-918,995,996]]},{"type":"Polygon","arcs":[[997,-947,-958,998,999]]},{"type":"Polygon","arcs":[[-961,-905,-850,-859,-953,1000,1001,1002]]},{"type":"Polygon","arcs":[[1003,1004,-915,-846,-829,-882,-985,1005,1006]]},{"type":"Polygon","arcs":[[-968,-920,-984,1007,1008,1009]]},{"type":"Polygon","arcs":[[-900,-927,1010,1011,1012,1013]]},{"type":"Polygon","arcs":[[-1001,-952,1014,1015]]},{"type":"Polygon","arcs":[[-993,-870,-907,-963,1016,1017,1018]]},{"type":"Polygon","arcs":[[1019,1020,-943,-992,1021]]},{"type":"Polygon","arcs":[[1022,-932,-926,-955,1023,1024]]},{"type":"Polygon","arcs":[[1025,-980,-937,-930,-1023,1026,1027]]},{"type":"Polygon","arcs":[[1028,-934,-902,-897,-1014,1029]]},{"type":"Polygon","arcs":[[-1011,-929,-967,1030,1031]]},{"type":"Polygon","arcs":[[1032,-1015,-954,-896,-888,1033,1034,1035]]},{"type":"Polygon","arcs":[[1036,-1034,-891,-933,1037,1038,1039]]},{"type":"Polygon","arcs":[[1040,-1038,-935,-1029,1041]]},{"type":"Polygon","arcs":[[1042,-989,-951,-970,1043,1044,1045]]},{"type":"Polygon","arcs":[[-1008,-983,1046,1047,1048]]},{"type":"Polygon","arcs":[[1049,1050,-1035,-1037,1051]]},{"type":"Polygon","arcs":[[-1047,-982,-940,-988,1052,1053]]},{"type":"Polygon","arcs":[[1054,-969,-1010,1055,1056]]},{"type":"Polygon","arcs":[[1057,-999,-960,-965,1058,1059]]},{"type":"Polygon","arcs":[[-1017,-962,-1003,1060,1061,1062]]},{"type":"Polygon","arcs":[[1063,-981,-1026,1064]]},{"type":"Polygon","arcs":[[1065,-1031,-966,-1055,1066]]},{"type":"Polygon","arcs":[[1067,-978,-973,1068,1069,1070]]},{"type":"Polygon","arcs":[[-986,-948,-998,1071,1072]]},{"type":"Polygon","arcs":[[1073,1074,-1004,1075,1076]]},{"type":"Polygon","arcs":[[-1069,-976,-995,1077,1078,1079]]},{"type":"Polygon","arcs":[[-1024,-957,-977,-1068,1080,1081]]},{"type":"Polygon","arcs":[[1082,1083,-994,-1019,1084,1085,1086]]},{"type":"Polygon","arcs":[[-1059,-964,-944,-1021,1087,1088]]},{"type":"Polygon","arcs":[[1089,-1053,-990,-1043,1090]]},{"type":"Polygon","arcs":[[1091,-1074,1092,1093]]},{"type":"Polygon","arcs":[[1094,1095,-1091,-1046,1096,1097]]},{"type":"Polygon","arcs":[[-1076,-1007,1098,1099,1100,1101]]},{"type":"Polygon","arcs":[[1102,-1022,-991,-1084,1103,1104]]},{"type":"Polygon","arcs":[[1105,-1056,-1009,-1049,1106,1107]]},{"type":"Polygon","arcs":[[1108,-1027,-1025,-1082,1109,1110,1111]]},{"type":"Polygon","arcs":[[1112,-1042,-1030,-1013,1113,1114,1115]]},{"type":"Polygon","arcs":[[1116,-1078,-997,1117,1118]]},{"type":"Polygon","arcs":[[1119,-1050,1120,1121,1122]]},{"type":"Polygon","arcs":[[1123,1124,-1061,-1002,-1016,-1033,1125,1126]]},{"type":"Polygon","arcs":[[1127,-1085,-1018,-1063,1128,1129]]},{"type":"Polygon","arcs":[[1130,1131,-1039,-1041,-1113,1132,1133]]},{"type":"Polygon","arcs":[[-1121,-1052,-1040,-1132,1134,1135]]},{"type":"Polygon","arcs":[[1136,-1070,-1080,1137,1138]]},{"type":"Polygon","arcs":[[1139,-1088,-1020,-1103,1140,1141]]},{"type":"Polygon","arcs":[[1142,-1065,-1028,-1109,1143,1144]]},{"type":"Polygon","arcs":[[1145,-1044,-972,-979,-1064,-1143,1146,1147]]},{"type":"Polygon","arcs":[[1148,1149,-1093,-1077,-1102,1150]]},{"type":"Polygon","arcs":[[-1107,-1048,-1054,-1090,-1096,1151,1152]]},{"type":"Polygon","arcs":[[1153,-1060,-1089,-1140,1154,1155]]},{"type":"Polygon","arcs":[[1156,-1114,-1012,-1032,-1066,1157,1158]]},{"type":"Polygon","arcs":[[1159,-1135,-1131,1160]]},{"type":"Polygon","arcs":[[1161,-1086,-1128,1162]]},{"type":"Polygon","arcs":[[1163,-1104,-1083,1164,1165]]},{"type":"Polygon","arcs":[[1166,-1126,-1036,-1051,-1120,1167]]},{"type":"Polygon","arcs":[[-1158,-1067,-1057,-1106,1168,1169,1170]]},{"type":"Polygon","arcs":[[1171,-1072,-1000,-1058,-1154,1172,1173]]},{"type":"Polygon","arcs":[[1174,1175,-1097,-1045,-1146,1176]]},{"type":"Polygon","arcs":[[1177,-1129,-1062,-1125,1178,1179]]},{"type":"Polygon","arcs":[[-1099,-1006,-987,-1073,-1172,1180,1181,1182]]},{"type":"Polygon","arcs":[[1183,1184,-1119,1185]]},{"type":"Polygon","arcs":[[1186,-1133,-1116,1187,1188,1189]]},{"type":"Polygon","arcs":[[1190,-1169,-1108,-1153,1191,1192]]},{"type":"Polygon","arcs":[[1193,-1188,-1115,-1157,1194,1195]]},{"type":"Polygon","arcs":[[1196,-1165,-1087,-1162,1197,1198]]},{"type":"Polygon","arcs":[[1199,-1138,-1079,-1117,-1185,1200]]},{"type":"Polygon","arcs":[[-1094,-1150,1201,1202]]},{"type":"Polygon","arcs":[[1203,-1179,-1124,1204,1205]]},{"type":"Polygon","arcs":[[1206,-1141,-1105,-1164,1207,1208]]},{"type":"Polygon","arcs":[[1209,-1122,-1136,-1160,1210,1211,1212]]},{"type":"Polygon","arcs":[[-1151,-1101,1213,1214,1215]]},{"type":"Polygon","arcs":[[-1214,-1100,-1183,1216,1217]]},{"type":"Polygon","arcs":[[-1205,-1127,-1167,1218,1219]]},{"type":"Polygon","arcs":[[1220,-1110,-1081,-1071,-1137,1221,1222]]},{"type":"Polygon","arcs":[[-1211,-1161,-1134,-1187,1223,1224,1225]]},{"type":"Polygon","arcs":[[1226,1227,-1198,-1163,-1130,-1178,1228,1229]]},{"type":"Polygon","arcs":[[1230,-1192,-1152,-1095,1231,1232]]},{"type":"Polygon","arcs":[[-1232,-1098,-1176,1233,1234,1235]]},{"type":"Polygon","arcs":[[-1181,-1174,1236,1237,1238]]},{"type":"Polygon","arcs":[[-1189,-1194,1239,1240,1241]]},{"type":"Polygon","arcs":[[1242,-1195,-1159,-1171,1243,1244]]},{"type":"Polygon","arcs":[[-1212,-1226,1245,1246]]},{"type":"Polygon","arcs":[[1247,-1219,-1168,-1123,-1210,1248,1249]]},{"type":"Polygon","arcs":[[1250,-1144,-1112,1251,1252]]},{"type":"Polygon","arcs":[[-1234,-1175,1253,1254]]},{"type":"Polygon","arcs":[[-1227,1255,1256]]},{"type":"Polygon","arcs":[[-1222,-1139,-1200,1257,1258]]},{"type":"Polygon","arcs":[[1259,-1252,-1111,-1221,1260,1261]]},{"type":"Polygon","arcs":[[1262,-1208,-1166,-1197,1263,1264]]},{"type":"Polygon","arcs":[[1265,-1155,-1142,-1207,1266,1267,1268]]},{"type":"Polygon","arcs":[[1269,-1246,-1225,1270,1271,1272]]},{"type":"Polygon","arcs":[[1273,-1237,-1173,-1156,-1266,1274]]},{"type":"Polygon","arcs":[[-1244,-1170,-1191,1275,1276]]},{"type":"Polygon","arcs":[[1277,-1258,-1201,-1184,1278]]},{"type":"Polygon","arcs":[[-1229,-1180,-1204,1279,1280,1281]]},{"type":"Polygon","arcs":[[1282,1283,-1217,-1182,-1239,1284,1285]]},{"type":"Polygon","arcs":[[-1267,-1209,-1263,1286,1287]]},{"type":"Polygon","arcs":[[1288,-1249,-1213,-1247,-1270,1289,1290]]},{"type":"Polygon","arcs":[[-1285,-1238,-1274,1291,1292]]},{"type":"Polygon","arcs":[[1293,-1215,-1218,-1284,1294,1295]]},{"type":"Polygon","arcs":[[-1240,-1196,-1243,1296,1297]]},{"type":"Polygon","arcs":[[1298,-1264,-1199,-1228,-1257,1299,1300,1301]]},{"type":"Polygon","arcs":[[-1280,-1206,-1220,-1248,1302,1303]]},{"type":"Polygon","arcs":[[1304,-1271,-1224,-1190,-1242,1305,1306,1307]]},{"type":"Polygon","arcs":[[1308,-1202,-1149,-1216,-1294,1309]]},{"type":"Polygon","arcs":[[1310,-1147,-1145,-1251,1311,1312]]},{"type":"Polygon","arcs":[[1313,-1261,-1223,-1259,-1278,1314]]},{"type":"Polygon","arcs":[[1315,-1254,-1177,-1148,-1311,1316]]},{"type":"Polygon","arcs":[[-1300,-1256,-1230,-1282,1317,1318,1319]]},{"type":"Polygon","arcs":[[1320,-1262,-1314,1321]]},{"type":"Polygon","arcs":[[-1312,-1253,-1260,-1321,1322]]},{"type":"Polygon","arcs":[[1323,-1272,-1305,1324,1325]]},{"type":"Polygon","arcs":[[1326,1327,-1233,-1236,1328,1329]]},{"type":"Polygon","arcs":[[1330,1331,-1303,-1250,-1289,1332]]},{"type":"Polygon","arcs":[[1333,-1318,-1281,-1304,-1332,1334,1335]]},{"type":"Polygon","arcs":[[-1275,-1269,1336,1337,1338,1339]]},{"type":"Polygon","arcs":[[1340,-1297,-1245,-1277,1341,1342,1343]]},{"type":"Polygon","arcs":[[1344,-1337,-1268,-1288,1345,1346]]},{"type":"Polygon","arcs":[[-1306,-1241,-1298,-1341,1347,1348]]},{"type":"Polygon","arcs":[[1349,1350,-1286,-1293,1351,1352]]},{"type":"Polygon","arcs":[[1353,-1295,-1283,-1351,1354,1355,1356]]},{"type":"Polygon","arcs":[[1357,-1327,1358]]},{"type":"Polygon","arcs":[[1359,-1301,-1320,1360,1361]]},{"type":"Polygon","arcs":[[1362,1363,-1352,-1292,-1340,1364]]},{"type":"Polygon","arcs":[[1365,-1333,-1291,1366,1367]]},{"type":"Polygon","arcs":[[-1329,-1235,-1255,-1316,1368]]},{"type":"Polygon","arcs":[[1369,-1342,-1276,-1193,-1231,-1328,-1358,1370]]},{"type":"Polygon","arcs":[[1371,-1325,-1308,1372,1373,1374]]},{"type":"Polygon","arcs":[[-1338,-1345,1375,1376]]},{"type":"Polygon","arcs":[[1377,-1310,-1296,-1354,1378,1379]]},{"type":"Polygon","arcs":[[1380,-1326,-1372,1381,1382]]},{"type":"Polygon","arcs":[[1383,1384,-1361,-1319,-1334,1385,1386]]},{"type":"Polygon","arcs":[[1387,-1346,-1287,-1265,-1299,1388,1389]]},{"type":"Polygon","arcs":[[1390,-1367,-1290,-1273,-1324,-1381,1391,1392]]},{"type":"Polygon","arcs":[[-1389,-1302,-1360,1393,1394]]},{"type":"Polygon","arcs":[[-1394,-1362,-1385,1395]]},{"type":"Polygon","arcs":[[-1373,-1307,-1349,1396,1397]]},{"type":"Polygon","arcs":[[1398,-1335,-1331,-1366,1399,1400,1401]]},{"type":"Polygon","arcs":[[-1386,-1336,-1399,1402,1403]]},{"type":"Polygon","arcs":[[1404,-1363,1405,1406]]},{"type":"Polygon","arcs":[[1407,-1397,-1348,-1344,1408,1409]]},{"type":"Polygon","arcs":[[1410,-1355,-1350,1411,1412]]},{"type":"Polygon","arcs":[[1413,-1400,-1368,-1391,1414]]},{"type":"Polygon","arcs":[[1415,-1379,-1357,1416,1417]]},{"type":"Polygon","arcs":[[-1412,-1353,-1364,-1405,1418]]},{"type":"Polygon","arcs":[[-1380,-1416,1419]]},{"type":"Polygon","arcs":[[-1417,-1356,-1411,1420]]},{"type":"Polygon","arcs":[[-1406,-1365,-1339,-1377,1421,1422]]},{"type":"Polygon","arcs":[[1423,-1374,-1398,-1408,1424,1425,1426]]},{"type":"Polygon","arcs":[[1427,-1409,-1343,-1370,1428,1429,1430]]},{"type":"Polygon","arcs":[[1431,-1382,-1375,-1424,1432]]},{"type":"Polygon","arcs":[[-1422,-1376,-1347,-1388,1433]]},{"type":"Polygon","arcs":[[1434,-1415,-1393,1435,1436]]},{"type":"Polygon","arcs":[[1437,-1425,-1410,-1428,1438,1439,1440]]},{"type":"Polygon","arcs":[[-1436,-1392,-1383,-1432,1441,1442,1443]]},{"type":"Polygon","arcs":[[-1387,-1404,1444,1445]]},{"type":"Polygon","arcs":[[1446,-1401,-1414,-1435,1447,1448]]},{"type":"Polygon","arcs":[[-1445,-1403,-1402,-1447,1449]]},{"type":"Polygon","arcs":[[1450,-1430,1451]]},{"type":"Polygon","arcs":[[1452,-1448,-1437,-1444,1453,1454]]},{"type":"Polygon","arcs":[[-1454,-1443,1455,1456,1457]]},{"type":"Polygon","arcs":[[1458,-1426,-1438,1459,1460]]},{"type":"Polygon","arcs":[[1461,-1456,-1442,-1433,-1427,-1459,1462]]},{"type":"Polygon","arcs":[[1463,-1439,-1431,-1451,1464]]},{"type":"Polygon","arcs":[[1465,-1440,-1464,1466]]},{"type":"Polygon","arcs":[[1467,-1460,-1441,-1466,1468,1469]]},{"type":"Polygon","arcs":[[-1455,-1458,1470,1471,1472]]},{"type":"Polygon","arcs":[[1473,-1470,1474]]},{"type":"Polygon","arcs":[[1475,-1471,-1457,-1462,1476,1477]]},{"type":"Polygon","arcs":[[-1472,-1476,1478,1479]]},{"type":"Polygon","arcs":[[1480,-1477,-1463,-1461,-1468,-1474,1481]]},{"type":"Polygon","arcs":[[-1479,-1478,-1481,1482]]}]}},"arcs":[[[3604,1349],[7,-66],[-3,-7],[-2,-20],[8,-23],[1,-20],[-5,-14],[13,1],[0,-9],[10,-4],[7,-17],[10,-7],[4,-17],[-4,-6],[-17,3],[9,-11],[4,-17],[1,-10],[-7,-10],[-10,-10],[-8,-2],[-6,6],[-21,3],[0,-10],[-5,-10]],[[3590,1072],[-6,1],[-9,0],[-7,1],[-5,1],[-6,1],[-2,0],[-3,1],[-2,1],[-2,2],[-3,4],[-3,3],[-2,1],[-4,4],[-5,4],[-4,3],[-3,3],[-5,3],[-1,1],[-6,5],[-3,4],[-2,2],[-6,3],[-5,3],[-2,1],[-5,2],[-3,1],[-3,3],[-6,4],[-2,2],[-10,7],[-8,6],[-1,1],[-5,4],[-2,1],[-8,6],[-3,2],[-3,3],[-2,2],[-2,1],[-2,4],[-1,2],[-2,5],[-1,1],[-3,10],[-4,11],[0,4],[-4,12],[-1,3],[-2,8],[-1,3],[-1,4],[-1,3],[-2,3],[-1,4],[-2,3],[-1,3],[-2,4],[-1,4],[-1,4],[0,3],[-1,3],[0,5],[0,3],[1,10],[1,5],[0,8],[0,4],[-1,1],[0,5],[-1,4],[-1,3],[-1,3],[0,2],[-2,3],[-3,4],[-2,2],[-1,2],[-1,1],[-4,3],[-4,3],[-5,3],[-4,2],[-6,3],[-2,0],[-4,1],[2,1],[0,2],[0,2],[10,23],[3,8],[1,1],[2,7],[2,4],[0,1],[2,5],[4,9],[5,9],[3,5],[2,2],[1,1],[1,2],[6,8],[3,4],[3,5],[2,1],[1,-1],[3,-1],[5,-4],[8,-5],[4,-2],[2,-2],[4,-2],[2,-2],[2,-1],[4,-3],[1,-1],[5,-3],[4,-3],[3,-2],[4,-2],[3,-2],[6,-4],[2,-2],[1,-1],[-1,-5],[0,-6],[1,-12],[0,-11],[3,0],[5,1],[2,1],[16,6],[10,4],[11,4],[2,1],[2,1],[1,0],[-1,6],[-2,16],[-7,45],[-3,21],[0,1],[29,11]],[[3541,1491],[6,-32],[39,-34],[7,1],[8,-3],[5,-6],[-9,-60],[4,-1],[3,-7]],[[6735,207],[-3,1],[-1,0],[-3,0],[-2,-2],[-4,-5],[-3,-3],[-2,-2],[-4,-3],[-2,-1],[-1,-4],[-1,-8],[-1,-6],[0,-1],[-2,-6],[-4,-10],[-1,-2],[-5,-6],[-1,-1],[-7,-2],[-5,0],[-6,-1],[-5,-2],[-3,-2],[-1,0],[-6,-1],[-6,-3],[-5,-3],[-1,-1],[-1,-3],[-3,-9],[0,-7],[-1,-3],[-1,-2],[-2,-2],[-1,-4],[-1,-9],[-3,-7],[-3,-10],[-1,-4],[0,-3],[-3,-12],[-1,-5],[-1,-2],[-4,-2],[-4,2],[-2,0],[-6,-1],[-4,-1],[-5,-5],[-4,-2],[-2,0],[-1,1],[-4,-1],[-6,-6],[-3,-3],[-3,-6],[0,-2],[-4,-4],[-2,0],[-4,2],[-2,0],[-1,0],[-4,-5],[-1,0],[-3,-2],[-2,0],[-2,1],[-3,1],[-1,0],[-3,-2],[-2,-1],[0,-3],[0,-3],[-2,-1],[-5,-2],[-3,0],[-5,0],[-7,0],[-1,1],[-4,3],[-8,5],[-4,1],[-4,2],[-6,1],[-6,2],[-3,0],[-6,2],[-4,0],[-8,-1],[-2,0],[-7,-8],[-10,-3],[-4,-1],[-3,-1],[-2,-4],[-2,-2],[-2,-1],[-4,-1],[-7,1],[-2,1],[0,1]],[[6425,4],[1,4],[6,-1],[8,4],[1,9],[3,3],[22,7],[13,11],[7,-1],[42,8],[16,11],[5,5],[9,32],[2,12],[17,1],[0,12],[7,16],[13,12],[3,-5],[3,3],[3,11],[11,9],[1,5],[5,9],[-1,10],[7,14],[7,7],[8,1],[15,18],[-1,5],[5,0],[6,10],[1,7],[6,-1],[1,-7],[6,3],[6,10],[1,10],[-6,16],[3,5],[6,-1],[6,1]],[[6699,289],[-1,-4],[-8,-7],[2,-7],[13,-2],[0,-4],[6,-4],[-1,-29],[13,1],[7,-14],[4,1],[-2,-6],[3,-7]],[[3852,1670],[8,-56],[-17,-6],[7,-46],[-6,-21],[10,4],[3,-22],[-6,-7],[38,-19],[6,-15],[-15,-26],[-5,-27],[-12,-17],[-2,-23],[1,-13],[7,-7],[11,2],[1,-37],[-9,-19],[2,-4],[9,3],[10,-43]],[[3893,1271],[0,-2],[-1,-2],[-1,-3],[-1,-1],[-3,-2],[-4,-3],[-2,-2],[-5,-3],[-6,-5],[-2,-2],[-2,0],[-2,-1],[-2,-1],[-2,0],[-1,-1],[-1,-1],[-2,-3],[-2,-2],[-2,-2],[-2,0],[-1,0],[-4,0],[-2,0],[-2,-1],[-2,-1],[-2,-2],[-1,-2],[0,-2],[-1,-1],[-3,-3],[-2,-1],[-3,-4],[-1,-1],[-2,-1],[-1,0],[-2,0],[-1,0],[-2,1],[-1,0],[-2,-2],[-2,-3],[-1,-2],[-2,-3],[-5,-5],[-4,-3],[-1,-1],[-1,0],[-1,-1],[-1,-2],[-2,-2],[-1,-1],[0,-2],[-3,-3],[-3,-4],[-2,-1],[-2,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,0],[-1,0],[-2,-2],[-1,-1],[-1,-2],[-2,-4],[-1,-4],[-3,-8],[-1,-4],[-1,-2],[0,-2],[0,-2],[1,-1],[0,-1],[1,-2],[1,-4],[0,-3],[1,-3],[0,-1],[0,-4],[0,-1],[-1,-3],[0,-3],[-1,-2],[-1,-2],[-3,-2],[-1,-1],[-1,-1],[-2,0],[-3,0],[-2,1],[-4,2],[-2,3],[-3,3],[-2,3],[-5,8],[-1,2],[-2,4],[-3,4],[-2,3],[-2,4],[-2,3],[-1,4],[-2,1],[-1,0],[-2,1],[-5,-1],[-2,-1],[-3,1],[-2,1],[-2,2],[-3,3],[-2,2],[-2,3],[-1,4],[-2,6],[-4,3],[-1,1],[-3,0],[-3,0],[-3,-1],[-5,-4],[-2,-2],[-2,-2],[-1,-2],[-1,-2],[0,-3],[0,-2],[2,-2],[2,-2],[3,-2],[4,-2],[3,-3],[1,-1],[0,-3],[-1,-3],[0,-3],[-2,-5],[-3,-8],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-2,-1],[-1,1],[-3,0],[-3,1],[-2,0],[-2,-1],[-2,-1],[-1,0],[-1,-2],[-2,-2],[-1,-3],[0,-3],[1,-4],[5,-14],[2,-6],[4,-2],[2,-1],[3,0],[2,-1],[2,-2],[2,-4],[0,-2],[1,-2],[0,-4],[0,-3],[0,-3],[-1,-3],[-1,-2],[-2,-2],[-2,-1],[-3,-2],[-3,0],[-4,-1],[-4,-1],[-2,0],[-2,0],[-2,-1],[-3,-3],[-5,-4],[-4,-2],[-4,-2],[-3,-1],[-5,2],[-4,1],[-1,1],[-2,1],[-1,1],[-5,4],[-10,7],[-6,4],[-3,2],[-4,2],[-3,1]],[[3604,1349],[27,12],[-1,11],[36,15],[-17,117],[46,16],[8,-4],[26,10],[-2,12],[39,8],[-6,28],[2,4],[25,9],[-8,52],[4,2],[10,-2],[13,6],[-5,35],[3,8],[14,-2],[8,22],[10,-2]],[[3836,1706],[11,-1],[5,-35]],[[4168,1455],[-3,-6],[-5,-8],[-10,-21],[-3,-5],[-2,-4],[-3,-8],[-2,-8],[-2,-10],[-3,-11],[0,-13],[-1,2],[-1,5],[-1,1],[0,7],[2,10],[1,7],[-2,6],[1,5],[3,1],[2,2],[3,2],[0,1],[-1,1],[-1,0],[-1,0],[-7,-2],[-1,0],[0,-1],[0,-3],[1,-6],[1,-6],[1,-6],[0,-1],[-2,-5],[-2,-4],[0,-2],[-1,-3],[-1,-3],[0,-3],[2,-3],[3,-7],[3,-4],[2,0],[2,-2],[2,-3],[1,-2],[4,-8],[4,-6],[1,-1],[2,1],[1,0],[1,1],[3,9],[0,3],[0,5],[0,1],[0,1],[-1,0],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,2],[0,1],[1,4],[0,3],[0,1],[1,1],[0,1],[4,3],[1,0],[2,-1],[2,-2],[1,-2],[3,-5],[0,-3],[0,-1],[-1,-3],[-1,-3],[0,-7],[0,-2],[1,-1],[4,0],[2,1],[1,2],[0,1],[0,1],[-2,-1],[-1,4],[0,2],[0,1],[0,1],[1,2],[2,1],[3,2],[1,0],[2,-2],[4,-3],[7,5],[3,2],[4,5],[5,10],[3,-1],[-2,-11],[-1,-3],[0,-8],[1,-3],[1,-1],[1,0],[2,0],[1,0],[2,2],[0,3],[1,2],[1,2],[1,0],[2,-5],[0,-1],[0,-1],[-2,-4],[-1,-2],[-3,-5],[0,-7],[0,-4],[0,-3],[2,-7],[1,-3],[0,-1],[1,-7],[0,-6],[-2,-6],[-3,-12],[-1,-4],[-2,-4],[0,-5],[0,-5],[0,-2],[2,-2],[1,0],[2,-4],[1,-3],[-1,-13],[0,-7],[0,-10],[1,-7],[1,-5],[1,-7],[0,-8],[1,-7],[0,-2],[0,-4],[0,-4],[-1,-5],[-1,-5],[-3,-14],[-1,-6],[-2,-10],[-2,-10],[-3,-13],[-1,-9],[0,-3],[-1,0],[-1,0],[0,2],[0,10],[0,2],[1,2],[1,4],[0,2],[-1,2],[-2,4],[-2,-1],[-5,-4],[1,-7],[0,-4],[4,-11],[2,-2],[2,-1],[1,-2],[0,-4],[1,-7],[-1,-4],[-1,-7],[-1,-4],[1,-3],[3,-6],[1,-2],[0,-3],[0,-3],[-1,-1],[0,-1],[-1,0],[-2,1],[-6,-2],[-2,-8],[-1,-11],[-1,-1],[-1,-1],[0,1],[0,1],[0,1],[1,6],[0,5],[0,1],[0,-2],[-1,-6],[-1,-4],[-1,0],[-1,0],[0,1],[1,7],[0,5],[-4,1],[0,-1],[-1,-3],[0,-5],[-2,-6],[0,-1],[-1,0],[0,1],[-1,12],[1,7],[0,1],[0,1],[-1,1],[-1,-1],[-2,-4],[-1,-3],[0,-1],[0,-3],[2,-4],[1,-2],[1,-2],[0,-3],[0,-1],[-3,3],[-3,7],[-1,4],[1,7],[2,6],[-1,3],[-5,-4],[-1,-1],[-1,-2],[-1,-3],[0,-6],[0,-1],[2,-6],[1,-2],[1,-1],[0,-1],[-1,0],[-1,1],[-3,7],[-1,4],[-1,4],[0,3],[-1,3],[-3,11],[0,1],[-1,11],[0,2],[0,3],[0,2],[2,7],[0,2],[1,2],[3,3],[1,1],[2,2],[1,1],[0,2],[0,5],[-1,5],[-1,6],[-1,7],[-1,11],[0,5],[-1,10],[-2,6],[-2,10],[0,3],[-4,15],[-3,7],[-2,2],[-2,3],[-3,6],[-7,13],[-3,6],[-6,12],[-1,3],[-4,7],[-2,3],[-2,2],[-2,3],[-4,4],[-9,10],[-2,2],[-3,4],[-1,2],[-1,1],[-2,1],[-2,1],[-1,1],[-1,0],[-2,1],[-11,5],[-1,1],[-1,1],[-2,1],[-4,1],[-4,2],[-5,1],[-6,2],[-3,3],[-2,2],[-7,5],[-2,1],[-2,1],[-3,1],[-1,3],[-2,3],[-1,2],[-1,3],[-3,1],[-1,0],[-6,-2],[-8,-5],[-2,-1],[-1,0],[-2,0],[-1,1],[-2,2],[-2,1],[-2,0],[-10,-3],[-3,0],[-1,0],[-1,1],[-1,2],[-2,2],[-3,5],[-2,3],[-2,2],[-2,0],[-1,0],[-2,-1],[-2,-1],[-2,-2],[-3,-6],[-4,-10],[-1,-1],[-2,-2],[-1,-1],[-3,-2],[-1,0],[-3,-1],[-3,0],[-1,1],[-2,1],[-3,2],[-3,2],[-3,3],[-3,1],[-2,1],[-1,0],[-4,-4],[-1,-1],[-1,0],[-1,-2],[-1,-3],[-1,-2],[-3,-4],[-1,-1],[-2,-2],[-1,-2],[-2,-1],[-2,-1],[-2,0],[-2,-1],[-5,-2],[-2,-2],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-2,-8]],[[3852,1670],[54,18],[0,-20],[8,-4],[-5,-16],[60,34]],[[3969,1682],[6,-52],[50,11],[3,-36],[21,5],[4,-45],[12,3],[1,-24],[-6,-4],[2,-6],[8,6],[6,-2],[1,6],[29,3],[-2,27],[25,3],[2,-31],[-7,-64],[2,-20],[8,-14],[16,-17],[12,21],[6,3]],[[6712,469],[-4,-39],[-10,-8],[0,-11],[-15,7],[-12,-7],[-11,3],[2,-36],[3,-4],[1,-8],[15,-17],[5,-21],[-3,-4],[4,-5],[11,2],[5,-9],[-4,-23]],[[6425,4],[-2,1],[-7,-3],[-2,-2],[-2,0],[-4,4],[-2,4],[-1,2],[-1,3],[-1,3],[-1,8],[-2,5],[-3,4],[-1,2],[0,6],[0,1],[-2,1],[-2,-1],[-4,-2],[-6,-2],[-6,0],[-4,2],[-2,3],[-3,3],[-2,1],[-2,3],[-1,2],[-1,5],[-1,7],[0,7],[0,10],[-1,3],[-2,8],[0,3],[-1,5],[0,2],[-1,4],[-3,8],[-1,3],[-6,8],[-1,2],[-7,5],[-1,6],[-1,1],[-1,-2],[-2,-7],[-3,-1],[-2,0],[-6,1],[-4,-3],[-2,0],[-2,-1],[-3,0],[-4,3],[-2,3],[-2,2],[-4,3],[-4,4],[-2,3],[-6,0],[-3,2],[-2,0],[-2,-1],[-2,-2],[-1,-4],[-1,-1],[-2,0],[-2,7],[-1,8],[-3,6],[-4,8],[-2,3],[-4,8],[-5,4],[-3,3],[-2,4],[-2,3],[-6,6],[-7,10],[-2,2],[-4,9],[-2,4],[-4,7],[-3,7],[-2,3],[-1,4],[0,1],[3,2],[7,5],[2,-2],[0,-2],[0,-2],[1,-10],[1,-4],[4,-8],[1,1],[0,9],[0,7],[0,4],[1,6],[0,3],[2,-8],[3,-7],[1,-7],[4,-2],[0,6],[-2,3],[-2,4],[1,10],[-3,6],[0,2],[1,2],[5,6],[2,2],[1,1],[1,-2],[1,-7],[2,-4],[1,0],[0,3],[1,4],[0,4],[1,4],[2,2],[3,1],[2,1],[1,-5],[0,-6],[0,-6],[1,-3],[2,-2],[0,11],[1,10],[4,2],[6,2],[2,-2],[4,1],[2,4],[3,2],[8,3],[1,-1],[0,-7],[0,-13],[-1,-1],[0,-2],[1,-2],[1,0],[2,8],[0,6],[1,6],[3,3],[6,1],[5,-1],[6,-4],[2,-1],[4,-1],[7,-1],[1,0],[1,3],[-6,5],[-5,3],[-5,1],[-2,1],[-2,3],[-2,1],[-3,0],[-3,1],[-6,0],[0,1],[-1,1],[-2,1],[-4,1],[-5,1],[-1,2],[-1,1],[3,6],[1,2],[2,0],[2,0],[2,1],[2,4],[3,10],[1,2],[2,13],[0,4],[1,4],[0,5],[1,16],[0,7],[0,5],[0,8],[0,7],[0,10],[0,12],[-2,14],[-1,5],[0,5],[0,3],[0,10],[-2,25],[-1,12],[-1,7],[0,3],[0,2],[2,5],[3,7],[2,3],[1,5],[2,12],[-1,4],[-1,9],[0,3],[1,3],[1,6],[1,1],[3,2],[1,0],[3,-5],[3,0],[2,2],[3,4],[6,4],[2,5],[1,2],[2,6],[3,15],[0,4],[2,18],[0,6],[1,13],[0,6],[0,22],[0,5]],[[6343,674],[19,6],[0,-27],[13,7],[15,-8],[10,-15],[14,17],[6,-3],[0,-12],[25,-1],[9,5],[11,-5],[0,29],[23,0],[13,-12],[0,-12],[12,1],[11,-29],[8,5],[8,-12],[23,-1],[-2,-17],[16,-9],[7,-22],[-2,-6],[-8,2],[-2,-9],[-7,10],[-8,-4],[3,-18],[27,-38],[9,-35],[8,-9],[16,-24],[7,25],[24,33],[17,4],[2,-5],[13,5],[-1,20],[3,3],[19,-4],[0,-10],[8,-30]],[[3829,1953],[-38,-14],[13,-86],[10,3],[22,-150]],[[3541,1491],[-3,19],[-3,25],[-10,63],[-5,-2],[-8,-3],[-2,1],[-2,2],[0,4],[-1,7],[-1,8],[2,6],[2,4],[1,1],[1,1],[2,4],[4,6],[1,5],[1,5],[2,9],[2,10],[1,9],[2,9],[1,4],[0,1],[1,0],[1,0],[4,-5],[1,-1],[1,0],[1,1],[5,2],[5,1],[2,-2],[1,-4],[2,-4],[2,-1],[2,-1],[7,2],[1,1],[2,1],[2,4],[1,1],[0,1],[0,1],[0,1],[0,1],[0,4],[-1,6],[0,5],[-1,6],[0,1],[-1,4],[-2,8],[-3,7],[0,1],[3,3],[4,-1],[1,-1],[4,-2],[2,0],[6,-3],[2,0],[2,-1],[1,0],[9,3],[19,7],[7,3],[11,4],[-3,24],[-1,5],[-1,7],[-1,11],[6,2],[5,2],[10,4],[11,4],[6,2],[3,2],[8,2],[-3,19],[-3,18],[-2,13],[-2,16],[-3,20],[-2,15],[0,3],[-1,8],[-1,5],[2,5],[1,1],[1,1],[0,4],[0,2],[-1,11],[-2,16],[13,4],[-2,13],[6,2],[8,3],[7,2],[14,5],[6,2],[4,2],[6,2],[7,3],[4,1],[6,2],[4,2],[12,4],[4,1],[3,1],[3,1],[3,2],[3,1],[7,2],[4,2]],[[3781,2021],[28,-31],[20,-37]],[[6968,617],[-11,-40],[-1,-20],[3,-27]],[[6959,530],[-5,-4],[-6,-4],[-4,-2],[-4,-5],[-5,-7],[-2,-3],[-4,-3],[-7,-2],[-3,1],[-2,-1],[-5,-4],[-2,-3],[-6,-5],[-7,-3],[-4,-2],[-3,-2],[-2,-3],[-4,-7],[-2,-3],[-2,-2],[-13,-6],[-4,-3],[-3,-3],[-1,-3],[-2,-4],[-1,-2],[-3,-5],[-3,-2],[-4,0],[-4,-2],[-2,-1],[-8,-7],[-1,-2],[-5,-6],[-4,-4],[-4,-4],[-5,-5],[-3,-3],[-7,-17],[-2,-4],[-1,-3],[-5,-7],[-2,-5],[-5,-9],[0,-2],[-1,-3],[-1,-5],[-2,-6],[-1,-1],[-3,-11],[-1,-4],[-1,-7],[-2,-7],[-4,-10],[-3,-7],[-1,-8],[-3,-10],[0,-5],[-1,-5],[0,-8],[-2,-3],[-2,-1],[-5,-4],[-2,-2],[-1,-3],[-2,-13],[0,-8],[0,-9],[0,-8],[0,-7],[0,-1],[-6,-1],[-4,3],[-5,4]],[[6712,469],[7,5],[0,-8],[4,1],[2,12],[6,-2],[-4,-10],[5,-9],[1,-10],[6,2],[7,12],[11,8],[12,20],[-2,11],[22,18],[3,12],[13,11],[19,25],[20,-8],[1,9],[-12,16],[-10,-5],[-4,7]],[[6819,586],[7,11],[2,-5],[5,9],[21,-4],[0,29],[19,-2],[19,-12],[-10,-15],[11,-6],[-5,-5],[5,-17],[9,4],[5,9],[7,8],[5,19],[-3,4],[7,1],[17,-8],[1,22],[4,14],[13,-4],[2,-13],[8,-8]],[[4454,1828],[-9,-11],[-5,-5],[-7,-11],[-5,-5],[-4,-4],[-6,-6],[-5,-5],[-5,-6],[-5,-7],[-5,-7],[-4,-5],[-3,-3],[-9,-13],[-6,-8],[-4,-7],[-8,-12],[-4,-8],[-4,-5],[-3,-4],[-7,-8],[-4,-5],[-7,-8],[-6,-9],[-3,-3],[-5,-6],[-1,-2],[-3,-4],[-6,-7],[-4,-5],[-6,-8],[-6,-7],[-4,-4],[-2,-4],[-3,-5],[-5,-7],[-1,-2],[-5,-7],[-4,-7],[-5,-5],[-6,-8],[-7,-8],[-2,-2],[-3,-4],[-3,-3],[-6,-8],[-5,-5],[-3,-4],[-5,-6],[-5,-5],[-3,-3],[-7,-9],[-2,-3],[-5,-7],[-2,-3],[-5,-5],[-3,-4],[-5,-6],[-1,-1],[-2,-4],[-6,-8],[-6,-9],[-3,-7],[-3,-6]],[[3969,1682],[32,6],[20,20],[-4,49],[43,-16],[1,16],[-9,-1],[-15,93],[15,62],[18,-7],[53,16]],[[4123,1920],[1,-17],[34,12],[0,4],[99,20],[-2,21],[23,3],[0,14],[49,10],[4,-7],[42,12]],[[4373,1992],[6,2],[4,-44],[-7,11],[5,-39],[25,3],[18,7],[10,-1],[10,-81],[-4,-1],[2,-22],[10,13],[2,-12]],[[4080,2266],[-18,-5],[-1,-43],[-5,-1],[0,-16],[28,6],[4,-10],[1,-61],[-17,-71],[27,8],[5,-123],[16,5],[3,-35]],[[3829,1953],[10,4],[21,50],[43,-47],[19,73],[-4,9],[13,50],[8,28],[5,6],[1,-10],[5,7],[-1,8],[2,29],[12,51],[26,-11],[-1,6],[42,-21],[-2,15],[-6,3],[2,10],[-36,16],[4,15],[-6,0],[0,3],[15,-4],[10,59],[36,-11],[33,-25]],[[6660,1048],[2,0],[0,-48],[4,-18],[3,-29],[5,7],[8,-17],[15,6],[14,-44],[1,-7],[-9,2],[2,-17],[5,-5],[-1,-4],[0,-26],[-2,-4],[1,-10],[5,-11],[1,-22],[-4,-6],[1,-29],[1,-13],[5,0],[10,-46],[-9,-18],[5,-8],[4,-26],[15,-31],[10,16],[9,-13],[2,5],[4,-8],[3,6],[2,-14],[6,-3],[3,-14],[2,14],[7,-15],[19,6],[1,-9],[9,-9]],[[6343,674],[0,3],[0,6],[-2,17],[-2,8],[-1,7],[-1,10],[-1,7],[1,3],[1,3],[1,2],[0,10],[-1,5]],[[6338,755],[31,1],[0,-5],[12,0],[0,40],[-3,-1],[0,23],[17,4],[44,0],[0,15],[4,-11],[2,0],[2,20],[-2,20],[-15,1],[2,22],[40,-1],[0,10],[28,4],[1,33],[9,1],[0,36],[-10,4],[-1,33],[33,1],[-12,66]],[[6520,1071],[26,1],[-3,-11],[0,-56],[14,-1],[1,34],[9,0],[1,20],[26,-2],[1,20],[16,0],[-7,-25],[56,-3]],[[7196,737],[0,-7],[-4,-3],[2,-5],[9,-5],[0,-4],[-14,-2],[-3,2],[-2,-6],[-7,8],[-5,-3],[7,-2],[2,-4],[-6,-10],[5,5],[0,-5],[3,2],[6,-8],[-1,-3],[-14,-12],[7,1],[0,-5],[2,-2],[1,8],[11,4],[3,-5],[0,-2],[6,3],[2,-7],[-5,-6],[-3,-9],[-5,-6],[1,-4],[-2,-6],[-5,-3],[6,-13]],[[7193,623],[-3,-8],[0,-3],[-1,-5],[0,-5],[-1,-2],[0,-1],[-1,-2],[-1,-1],[-1,-5],[0,-3],[-1,-5],[0,-2],[-2,-12],[0,-6],[-1,-6],[1,-8],[0,-1],[0,-2],[-1,0],[-2,-1],[-4,-4],[-2,-3],[-1,-5],[-3,-4],[-3,-3],[-1,-1],[-4,-5],[-4,-8],[-3,-1],[-2,1],[-7,4],[-6,1],[-2,1],[-1,1],[0,2],[1,3],[1,5],[0,4],[0,3],[-2,4],[-5,10],[-1,2],[-3,2],[-5,1],[-5,3],[-6,3],[-2,0],[-3,0],[-3,2],[-3,2],[-4,2],[-3,2],[-2,-1],[-2,-1],[-1,-2],[-6,1],[-4,-3],[-2,-4],[-5,-3],[-10,-10],[-7,-8],[-3,0],[-3,1],[-1,3],[-1,2],[-2,1],[-2,0],[-5,-1],[-2,0],[-2,-3],[-3,-1],[-4,-2],[-2,0],[-1,1],[-5,2],[-2,0],[-3,0],[-6,0],[-5,1],[-2,0],[-3,-2],[-4,0],[-7,1],[-7,-3],[-4,-3],[-7,-4],[-2,1],[-5,0],[-2,-2]],[[6968,617],[6,7],[1,10],[23,6],[8,16],[8,1],[1,8],[5,4],[-4,12],[15,16],[12,4],[3,65],[3,4],[11,-13],[8,15],[3,-6],[-1,-4],[4,-2],[2,6],[0,10],[10,3],[4,33],[4,11],[-3,16],[-10,-10],[-11,-3],[-3,9]],[[7067,835],[12,9],[3,22],[9,12],[28,-8],[-6,-22],[4,-4],[-2,-9],[-3,-4],[-3,-13],[-5,-13],[5,-20],[13,-27],[2,-14],[-3,-3],[-8,1],[-1,-18],[35,-1],[13,4],[6,10],[12,-5],[10,13],[8,-8]],[[6511,1197],[-1,-12],[-13,-1],[-4,-55],[16,0],[11,-58]],[[6338,755],[-1,13],[0,6],[-2,10],[-1,5],[-1,4],[-2,7],[-1,7],[-1,9],[-1,6],[-2,6],[-4,17],[-1,5],[-1,4],[-1,5],[-7,19],[-2,6],[-4,8],[-2,5],[-1,3],[-2,6],[-3,6],[-4,8],[-3,7],[-3,6],[-6,11],[-4,4],[-7,11],[-4,6],[-2,4],[-5,7],[-10,14],[-5,6],[-6,6],[-6,5],[-6,4],[-6,2],[-4,-1],[-2,-1],[-2,-2],[-1,-2],[0,-2],[1,-5],[0,-1],[-3,-4],[-6,-4],[-4,-5],[-3,-2],[-2,-1],[-7,-1],[-3,2],[-3,1],[-6,-1],[-3,-2],[-2,-3],[-2,-4],[0,-7],[-2,-4],[-2,-4],[-2,-2],[-1,-5],[-1,-2],[-1,-1],[-4,-1],[-5,0],[-3,2],[-3,4],[-5,9],[-1,4],[-1,3],[-3,5],[-5,8],[-3,3],[-5,4],[-4,3],[-5,1],[-5,0],[-1,1],[-4,6],[-7,6],[-4,8],[-3,2],[-3,3],[-1,3],[-3,10],[-2,5],[-5,8],[-5,4],[-3,2],[-2,4],[-1,2],[-2,6],[-2,8],[-1,2],[-4,8],[-3,7],[-3,5],[-7,15],[-6,8],[-10,12],[-7,10],[-4,7],[-5,9],[-4,5],[-4,5],[-4,7],[-1,2]],[[5997,1175],[21,32],[11,12],[17,26],[12,-6],[4,10],[20,30],[9,8],[4,20],[12,5],[2,10],[20,9],[2,11],[14,13],[1,7],[15,-11],[28,1],[1,13]],[[6190,1365],[21,-1],[0,13],[-7,34],[0,13],[18,-1],[-1,-23],[31,-5],[0,9],[9,-1],[-3,-57],[-8,2],[-1,-13],[-7,1],[1,-29],[39,1],[3,17],[24,-5],[0,-11],[14,0],[-1,-39],[13,0],[1,29],[4,1],[2,11],[15,-2],[7,11]],[[6364,1320],[15,4],[2,-17],[12,-4],[1,-17],[15,2],[3,27],[44,2],[0,-20],[-8,-1],[0,-32],[56,0],[6,-31],[2,-23],[-1,-13]],[[6936,1062],[-2,-14],[-4,0],[-1,-46],[12,0],[2,22],[22,17],[0,5],[17,0],[-1,-78],[11,0],[2,23],[41,-2],[0,-22],[15,0],[-2,-26]],[[7048,941],[0,-8],[-14,-1],[0,-65],[5,-3],[5,6],[11,-6],[12,1],[1,-15],[-6,-2],[5,-13]],[[6660,1048],[2,35],[9,5],[1,15],[5,-3],[0,20],[1,3],[41,1],[0,-7],[13,0],[1,-50],[3,-7],[5,-33],[27,0],[0,10],[28,1],[9,11],[39,-2],[1,-18],[13,-1],[2,10],[7,12],[-4,13],[-10,3],[-1,18],[14,0]],[[6866,1084],[0,-5],[28,-1],[1,14],[19,0],[-3,-16],[10,-11],[15,-3]],[[4168,2469],[-2,-44],[15,3],[32,22],[21,-50],[6,-5],[4,-54],[11,0],[2,-10],[-14,-4],[1,-13],[28,6],[2,-18],[20,6],[2,-21],[41,11],[7,-59],[-11,-2],[7,-58],[-17,-4],[5,-50],[28,8],[7,-76],[10,-65]],[[4080,2266],[19,-10],[41,10],[0,17],[-8,78],[-7,-2],[-3,25],[-27,-7],[-40,107],[-12,12],[-4,14],[9,28],[21,-30],[10,37]],[[4079,2545],[1,0],[26,-7],[8,-69],[11,2],[2,-11],[3,0],[7,2],[8,2],[12,2],[4,1],[7,2]],[[5997,1175],[-1,1],[-6,7],[-2,4],[-10,10],[-9,8],[-11,11],[-4,2],[-3,2],[-6,1],[-5,2],[-5,1],[-4,1],[-4,2],[-2,1],[-1,0],[-8,-1],[-2,1],[-2,0],[-7,-2],[-4,-1],[-3,1],[-7,-1],[-4,-1],[-2,0],[-5,1],[-3,0],[-4,-1],[-3,-1],[-3,-1],[-3,-3],[-7,-6],[-4,-5],[-6,-8],[-1,-3],[-2,-1],[-5,-4],[-6,-5],[-1,-1],[-3,-2],[-2,-6],[-2,-5],[0,-3],[-2,-2],[-3,-4],[-2,-2],[-5,-2],[-2,0],[-2,1],[-4,2],[-5,2],[-5,1],[-5,7],[-8,3],[-5,1],[-2,1],[-1,0],[-4,2],[-1,1],[0,1],[-2,4],[-4,0],[-5,-1],[0,1],[-1,0],[-5,5],[-5,2],[-6,1],[-7,3],[-6,1],[-2,1],[-1,1],[0,1],[-1,1],[2,2],[1,3],[3,3],[4,6],[1,2],[1,2],[0,3],[1,5],[-1,3],[0,2],[-2,9],[0,3],[-1,1],[-3,2],[-1,0],[-2,0],[-2,0],[-3,2],[-4,5],[-1,0],[0,2],[1,12],[0,2],[0,2],[1,1],[5,10],[3,7],[4,7],[5,7],[4,5],[2,3],[2,4],[4,8],[2,6],[4,9],[4,5],[5,7],[4,4],[3,5],[6,5],[6,7],[4,3],[7,6],[6,6],[6,6],[5,6],[3,2],[7,7],[6,5],[7,6],[2,-2],[1,-4],[1,-8],[5,5],[2,5],[1,5],[1,5],[2,4],[4,2],[2,3],[1,3],[3,4],[1,2],[4,4],[5,6],[2,2],[4,2],[4,5],[2,1],[2,0],[5,4],[1,2],[1,0],[1,0],[4,-3],[0,-1],[0,-1],[0,-2],[2,-4],[1,0],[3,2],[1,1],[1,3],[2,1],[2,-3],[1,-6],[1,-3],[0,-1],[2,0],[1,1],[1,2],[1,1],[1,5],[0,2],[2,9],[1,3],[1,4],[1,4],[0,4],[0,3],[-1,2],[-1,2],[-1,2],[-1,0],[-2,0],[-2,0],[-5,-1],[-1,0],[0,1],[0,1],[2,5],[1,2],[4,6],[9,12],[11,13],[5,6],[4,7],[4,6],[5,6],[4,5],[6,5],[5,6],[6,5],[6,7],[6,7],[7,6],[4,4],[3,3],[5,3],[4,1],[4,2],[2,3],[2,3],[4,5],[2,1],[5,3],[4,3],[4,3],[5,7],[3,3],[4,3],[3,0],[3,3],[2,2]],[[6053,1654],[7,-17],[14,1],[1,-23],[-9,0],[2,-21],[22,2],[0,-6],[27,1],[0,-64],[14,-1],[2,-63],[49,-5],[-1,-51],[9,-42]],[[7419,928],[-5,-1],[-13,-6],[-5,-3],[-3,-2],[-6,-2],[-2,-2],[-1,-1],[-2,-1],[-11,-8],[-14,-15],[-3,-3],[-5,-6],[-4,-7],[-7,-11],[-7,-12],[-3,-7],[-3,-5],[0,-3],[-1,-6],[-2,-14],[0,-4],[2,-6],[2,-6],[9,0],[3,-2],[2,-4],[4,-6],[-2,-5],[-6,-5],[-3,-3],[-4,-3],[-4,-2],[-7,-4],[-2,0],[-3,-3],[-1,-1],[-2,-3],[-1,-5],[-3,-11],[0,-3],[1,-2],[4,-6],[1,-5],[1,-5],[1,-5],[2,-4],[7,1],[2,-1],[1,-1],[0,-1],[-3,-5],[-1,-2],[-1,0],[-2,1],[-3,4],[-3,3],[-5,3],[-1,5],[-1,2],[-1,2],[-3,2],[-2,2],[-3,1],[-9,3],[-3,0],[-2,0],[-5,-2],[-4,-2],[-7,1],[-4,3],[-2,0],[-5,-4],[-2,-2],[-2,-3],[-2,-5],[-2,-4],[-1,-2],[0,-5],[0,-2],[0,-2],[1,-3],[1,-2],[0,-3],[1,-1],[0,-2],[-3,-10],[-3,-7],[-4,-9],[-5,-4],[-4,-1],[-7,0],[-2,-1],[-9,-5],[-5,-6],[-1,-1],[-2,0],[-2,-1],[-3,-4],[-3,-5],[-2,-4],[-2,-8]],[[7196,737],[7,13],[11,1],[3,4],[1,23],[4,7],[15,2],[4,3],[1,22],[-4,12],[1,17],[9,-4],[5,24],[1,44],[2,4],[28,-32],[11,4],[5,8],[-5,27],[3,10],[20,-3],[0,17],[17,1],[20,5],[-8,27],[0,8]],[[7347,981],[47,-3],[8,-34],[0,-12],[17,1],[0,-5]],[[3781,2021],[2,6],[5,19],[2,10],[6,23],[-4,8],[-16,29],[-10,17],[0,1],[12,24],[3,6],[4,9],[6,12],[3,5],[5,10],[6,11],[1,2],[1,2],[5,10],[0,1],[1,2],[5,9],[12,25],[-3,4],[-15,19],[-8,10],[-2,3],[-5,6],[-3,3],[-1,2],[-26,33],[0,7],[6,23],[8,28],[0,2],[3,10],[2,3],[2,-1],[3,-2],[1,0],[2,0],[1,1],[0,1],[-4,8],[0,2],[0,2],[-1,7],[-1,11],[-1,3],[-1,0],[-1,-1],[-3,10],[-1,5],[-3,9],[-4,17],[-2,6],[-2,10],[-2,13],[-4,21],[-3,14],[-1,5],[-1,5],[0,6],[-1,9],[-1,6],[-3,8],[4,0],[5,0],[3,1],[3,0],[2,0],[1,0],[2,0],[12,1],[5,0],[9,2],[5,1],[1,0],[0,6],[0,8],[-1,9],[-8,-1],[-1,0],[-1,0],[-9,-1],[-2,0],[-2,1],[-2,2],[1,4],[0,3],[1,3],[4,0],[3,0],[5,1],[7,0],[10,1],[3,3],[-1,11],[1,5],[7,1],[2,0],[3,2],[2,2],[0,1],[2,2],[8,1],[4,0],[5,0],[28,2],[8,1],[-1,15],[0,21],[3,1],[16,8],[12,4],[3,2],[2,1],[3,0],[1,-1],[0,-2],[3,-58],[0,-11],[5,1],[3,-19],[-4,-5],[-15,-22],[5,-7],[0,-10],[0,-17],[0,-3],[-1,-3],[1,-1],[1,-5],[1,-1],[0,-1],[1,-1],[3,-3],[1,-2],[1,-1],[1,-2],[0,-2],[-3,-4],[-2,-4],[-7,-12],[-3,-7],[-6,-11],[0,-2],[3,-2],[15,-8],[8,11],[2,3],[3,5],[2,3],[-3,7],[1,8],[1,1],[17,13],[4,-11],[11,8],[-2,9],[-5,17],[-3,11],[7,4],[-2,10],[-2,5],[-1,7],[6,5],[4,2],[5,4],[1,10],[-2,8],[-1,6],[0,2],[-1,2],[2,1],[9,9],[9,-32],[7,-24],[-2,-1],[11,-42],[2,1],[-7,26],[6,11],[14,28],[10,19],[4,7],[5,-9],[2,-2],[4,-7],[8,-12],[3,-5],[3,-4],[3,-4],[2,-4],[-2,-4],[-7,-12],[-1,-1],[1,-4],[1,-8],[0,-2],[1,-3],[3,-8],[0,1],[1,1],[5,-7],[1,-1],[5,-1]],[[4497,2486],[8,-3],[7,-30],[-8,-10],[4,-17],[-11,-28],[-3,-48],[84,-74],[1,-8],[3,-10],[4,-4],[5,-17],[10,-9],[17,-22],[17,-10],[7,1],[10,13]],[[4652,2210],[-3,-7],[-2,-3],[-2,-4],[-4,-8],[-3,-4],[-4,-5],[-2,-3],[-2,-3],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,-5],[0,-1],[-1,-5],[-1,-4],[-2,-4],[-1,-1],[-3,-7],[-3,-8],[-3,-9],[-3,-9],[-2,-5],[-1,-3],[-2,-3],[-2,-2],[-2,-2],[-9,-13],[-8,-13],[-4,-8],[-3,-7],[-3,-5],[-3,-6],[-2,-4],[-6,-10],[-4,-7],[-1,-2],[-1,0],[-9,-16],[-18,-36],[-2,-3],[-3,-6],[-6,-13],[-3,-6],[-5,-14],[-2,-3],[-7,-16],[-8,-17],[-4,-8],[-4,-8],[-4,-8],[-7,-12],[-4,-7],[-10,-13],[-7,-10]],[[4168,2469],[-2,27],[-2,15],[-2,18],[-3,22],[-1,12],[1,0],[9,7],[2,-14],[2,-6],[8,3],[4,2],[15,6],[-2,6],[6,5],[-8,29],[3,3],[5,5],[0,-1],[2,-1],[3,-2],[10,-21],[4,2],[8,-41],[-2,-3],[4,-7],[2,3],[7,-14],[7,-12],[-10,-13],[22,-19],[2,-2],[5,-4],[4,-4],[3,-2],[12,-10],[-3,24],[19,24],[1,1],[0,1],[9,11],[3,-4],[17,-12],[2,-2],[1,-1],[4,-3],[5,7],[4,-2],[10,-6],[20,20],[7,-2],[6,-9],[1,-2],[2,-3],[0,-1],[2,-3],[2,-6],[1,-3],[4,13],[2,7],[9,5],[13,12],[3,4],[6,6]],[[4436,2534],[7,8],[-3,20],[9,-2],[5,15],[16,-3],[12,-16],[9,-23],[-4,-12],[3,-18],[7,-17]],[[6868,1420],[0,-23],[-7,-10],[11,-53],[-16,-10],[-5,-15],[3,-36],[24,1],[0,-24],[12,1],[-1,-45],[5,0],[-1,-27],[-36,0],[0,-33],[9,0],[0,-62]],[[6511,1197],[25,-2],[1,6],[8,0],[1,67],[18,1],[3,3],[15,-3],[0,51],[4,0],[-5,40],[-9,0],[-1,-10],[-14,-13],[-14,-7],[0,25],[7,-1],[-1,48],[2,0],[1,38],[40,1],[0,70],[-7,0],[0,5],[-26,-1],[0,30],[-4,0],[1,24],[12,2],[1,13],[4,0],[4,4],[0,-8],[15,-1]],[[6592,1579],[0,-23],[22,-1],[0,-21],[21,0],[0,-44],[11,0],[0,25],[11,0],[4,35],[38,-1],[0,-94],[13,-1],[1,12],[21,-1],[1,6],[8,0],[-4,-17],[42,0],[0,23],[32,-2],[-1,-26],[21,2],[10,-6],[2,-26],[23,1]],[[7048,941],[11,-2],[2,-6],[-5,-23],[28,0],[0,55],[14,0],[0,21],[21,-1],[0,14],[14,-1],[0,-11],[15,0],[0,-10],[21,0],[8,10],[0,24],[-4,0],[0,56],[-10,0],[-2,29],[-20,0],[0,4],[-7,0],[1,23],[7,-1],[0,21],[26,3],[1,12],[13,0],[0,28],[30,224]],[[7212,1410],[9,-17],[32,-85],[12,-25],[9,-11],[4,-22],[11,-9],[6,-26],[4,-7],[6,-4],[6,-11],[10,-9],[5,-11],[5,-23],[4,-8],[4,-5],[5,1],[2,4],[0,8],[1,4],[6,-4],[13,-16],[1,-5],[-7,-22],[6,-68],[-21,-5],[2,-53]],[[6384,1828],[1,-19],[19,4],[1,-20],[-8,-1],[0,-56],[12,0],[1,-3]],[[6410,1733],[7,-30],[-24,-19],[1,-17],[6,-20],[-11,1],[0,20],[-22,0],[1,34],[-29,0],[-2,-60],[1,-42],[-2,-48],[-12,0],[-2,-52],[-23,-20],[-2,-15],[5,-1],[0,-52],[-7,-48],[67,-6],[2,-38]],[[6053,1654],[2,3],[2,2],[1,1],[4,-1],[5,-2],[2,0],[2,1],[2,2],[1,1],[5,4],[3,2],[1,2],[1,2],[4,12],[3,11],[0,3],[2,14],[1,10],[1,12],[1,11],[1,14],[2,8],[1,4],[2,5],[1,0],[0,-4],[0,-1],[-2,-3],[-1,-1],[-2,-6],[0,-1],[-1,-3],[1,-1],[0,-3],[3,-11],[2,-4],[3,-6],[4,-7],[3,-3],[6,-6],[4,-4],[2,-2],[6,-3],[2,0],[2,0],[4,0],[7,3],[3,1],[2,0],[5,5],[4,4],[3,0],[3,3],[4,3],[3,2],[3,2],[6,4],[4,4],[4,3],[6,4],[3,3],[2,3],[5,6],[2,4],[4,6],[8,12],[7,12],[2,2],[4,8],[5,8],[3,5],[4,1],[11,10],[4,1],[1,0],[1,0],[0,-1],[-2,-1],[-6,-4],[-2,-1],[-5,-3],[-4,-4],[-2,-3],[-5,-6],[-1,-1],[-1,-3],[0,-1],[1,-2],[1,-3],[3,4],[0,5],[0,2],[1,1],[1,2],[2,-1],[1,-2],[1,-2],[1,-3],[2,-1],[1,-2],[1,0],[2,2],[1,1],[0,5],[1,3],[2,3],[2,2],[1,1],[2,-1],[3,1],[1,1],[1,0],[0,2],[1,3],[-1,6],[0,3],[0,1],[1,2],[1,1],[2,3],[4,2],[1,0],[2,0],[1,0],[2,-7],[1,-8],[0,-1],[0,-1],[0,-1],[4,0],[1,0],[2,1],[4,5],[4,3],[2,0],[3,-2],[0,-1],[0,-1],[0,-6],[0,-6],[1,0],[3,0],[1,1],[2,3],[0,1],[1,6],[2,7],[1,4],[1,3],[1,4],[1,6],[1,4],[2,3],[2,2],[2,1],[2,-1],[-1,-1],[-1,0],[0,-1],[1,-1],[1,-1],[1,0],[1,1],[2,4],[1,4],[2,5],[1,3],[1,3],[3,3],[6,5],[2,1],[2,0],[1,0],[1,-2],[1,-2],[-1,0],[3,-4],[6,-7],[6,-5],[6,-9],[2,-6],[1,-1],[3,-3],[7,-11],[0,-3],[-1,-2],[-1,-1],[1,-1],[1,-4],[0,1],[1,1],[1,3],[0,4]],[[6026,2050],[6,-5],[4,-2],[2,-3],[1,-3],[1,-2],[2,-1],[1,-1],[1,1],[1,1],[1,-1],[-1,-3],[-3,0],[-5,1],[-6,0],[-2,-1],[-2,-3],[-2,-1],[-6,-1],[-6,1],[-7,3],[-5,1],[-7,0],[-3,1],[-7,1],[-4,1],[-2,0],[-2,0],[-8,-3],[-6,0],[-2,0],[-2,1],[-2,1],[-3,2],[-3,1],[-6,1],[-8,1],[-8,3],[-10,2],[-6,1],[-6,2],[-5,3],[-8,2],[-19,5],[-4,1],[-4,2],[-6,1],[-4,1],[-9,4],[-3,2],[-12,5],[-3,2],[-2,2],[-2,1],[-6,3],[-4,2],[-19,7],[-6,2],[-12,4],[-7,1],[-5,2],[-5,0],[-5,1],[-1,0],[0,1],[0,1],[5,1],[6,-3],[5,0],[7,-2],[3,-1],[2,0],[4,-1],[4,-1],[5,-2],[5,-1],[5,-3],[8,-2],[3,0],[1,0],[1,-1],[5,-5],[6,-4],[4,-4],[3,0],[1,0],[7,-3],[8,-4],[6,-3],[6,-1],[5,-2],[7,-2],[5,-2],[1,0],[4,0],[4,2],[4,3],[4,3],[3,4],[2,2],[3,3],[6,5],[7,5],[2,1],[3,3],[2,4],[1,3],[0,1],[1,0],[2,0],[1,-1],[1,-2],[2,-3],[2,-5],[0,-1],[3,-2],[3,-4],[5,-5],[1,-2],[1,-1],[0,-1],[-1,-2],[-1,-3],[1,-1],[8,3],[4,-1],[2,0],[2,1],[3,1],[1,1],[0,1],[1,5],[1,3],[1,1],[1,0],[5,-7],[4,-3],[2,-3],[4,-5],[1,-2],[3,-1],[2,-1],[8,1],[5,-1],[4,-2],[5,-3],[3,-2],[2,0],[3,1],[1,2],[-1,1],[-1,0],[-2,-1],[-1,-1],[-1,0],[0,1],[2,3],[1,0],[4,-3]],[[6410,1733],[19,4],[0,38],[24,3],[1,-8],[37,-6],[0,-14],[8,-5],[43,5],[1,-23],[13,-1],[8,-1],[10,17],[-4,6],[-5,0],[0,22],[35,0]],[[6600,1770],[0,-5],[12,-2],[1,-15],[12,-1],[-2,-27],[-10,0],[0,-55],[4,-32],[0,-15],[-3,0],[-1,-18],[-13,-1],[-3,-20],[-5,0]],[[6936,1062],[5,3],[0,19],[5,12],[6,7],[6,0],[1,22],[22,0],[1,33],[-5,1],[0,56],[26,0],[0,16],[6,0],[0,15],[-22,20],[-11,29],[10,-1],[0,10],[5,-3],[-1,-7],[10,0],[-1,9],[27,0],[-3,23],[48,-10],[-5,30],[0,36],[43,10],[9,77],[8,-1],[7,7],[21,17],[3,4],[-4,11],[2,8],[4,4]],[[7159,1519],[17,-32],[14,-44],[4,-7],[10,-8],[8,-18]],[[4786,2716],[-3,-1],[-7,-3],[-2,-1],[-3,-3],[-5,-4],[-4,-4],[-1,-3],[-3,-7],[-2,-3],[-2,-9],[-1,-3],[0,-3],[0,-3],[-1,-6],[-1,-4],[-1,-1],[0,-1],[0,-3],[0,-8],[3,-10],[6,-5],[5,-5],[3,-4],[2,-5],[1,-3],[0,-5],[-1,-6],[0,-7],[0,-2],[2,-8],[2,-5],[0,-4],[1,-5],[-1,-11],[0,-3],[-1,-12],[-3,-8],[-1,-5],[-3,-11],[-2,-12],[-1,-8],[-1,-2],[0,-5],[-4,-8],[-5,-9],[-7,-7],[-3,-5],[-3,-6],[-4,-9],[-2,-7],[-4,-7],[-2,-5],[-3,-7],[-2,-5],[0,-1],[0,-2],[-2,-5],[-4,-12],[-3,-12],[-4,-12],[-2,-4],[-1,-2],[-3,-13],[-2,-8],[-2,-9],[-6,-20],[-4,-12],[-3,-6],[-2,-5],[-2,-4],[-4,-9],[-3,-8],[-3,-7],[-4,-8],[-2,-6],[-1,-6],[-1,-3],[-1,-6],[-3,-7],[-3,-9],[-3,-9],[-2,-5]],[[4497,2486],[4,18],[22,39],[39,51],[4,20],[20,2],[-3,-39],[18,5],[0,-6],[29,6],[2,-24],[13,2],[2,-28],[7,11],[7,5],[4,-9],[4,-4],[5,-15],[2,36],[-4,45],[10,5],[-2,15],[7,3],[-2,22],[8,1],[5,-10],[4,3],[5,-3],[1,4],[12,0],[-2,13],[-2,-1],[-2,6],[4,4],[7,1],[-6,23],[-5,8],[11,5],[6,12],[21,-4],[-7,19],[0,11]],[[4745,2738],[6,-17],[8,-1],[6,5],[2,19],[3,1],[9,14],[8,-3],[-7,-14],[2,-1],[2,-17],[2,-8]],[[6868,1420],[7,-1],[-1,33],[11,12],[-4,6],[4,8],[11,-15],[0,10],[47,1],[0,24],[55,-2],[0,23],[-21,1],[0,10],[-24,1],[1,16],[7,23],[7,0],[35,-10],[1,25],[2,15],[10,14],[19,47],[52,50]],[[7087,1711],[2,-6],[3,-17],[10,-27],[3,-27],[8,-17],[8,-5],[11,-25],[8,-33],[19,-35]],[[5373,2663],[-7,-23],[-9,2],[-6,-4],[-4,-8],[-2,-14]],[[5345,2616],[-7,4],[-10,4],[-5,2],[-3,1],[-8,1],[-5,-2],[-7,-4],[-5,-4],[-5,-6],[-2,-3],[0,-1],[-1,-3],[-2,-5],[-1,-13],[0,-8],[-1,-5],[0,-2],[1,-1],[3,-2],[3,-2],[2,-2],[0,-1],[-1,-2],[-1,0],[-3,3],[-2,4],[-6,8],[-3,5],[-4,7],[-4,7],[-5,11],[-11,17],[-13,20],[-4,6],[-11,13],[-5,6],[-3,4],[-13,18],[-3,6],[-3,4],[-2,4],[-4,10],[-4,11],[-2,6],[-3,5],[-3,6],[0,1],[6,-9],[2,-7],[2,-7],[2,-4],[2,-5],[4,-5],[6,-6],[10,-9],[3,-2],[3,-1],[6,-1],[2,1],[5,2],[4,1],[3,0],[5,-1],[4,1],[8,-2],[1,0],[4,-1],[3,-1],[2,0],[3,1],[3,1],[5,4],[1,0],[6,2],[3,1],[5,1],[2,0],[5,1],[5,1],[3,1],[3,0],[6,1],[1,-1],[2,-1],[7,-5],[1,-1],[6,-9],[7,-7],[4,-3],[3,-1],[1,0],[6,-2],[7,-3],[8,-3],[4,-3]],[[7087,1711],[9,8]],[[7096,1719],[4,-12],[2,-6],[1,-6],[3,-8],[2,-5],[11,-35],[4,-12],[2,-6],[5,-16],[2,-6],[10,-24],[6,-18],[5,-12],[4,-8],[12,-28],[6,-13],[3,-7],[5,-9],[15,-29],[2,-4],[12,-22],[5,-10],[4,-8],[6,-18],[4,-9],[2,-4],[3,-8],[13,-31],[2,-7],[8,-17],[3,-7],[3,-5],[2,-4],[1,-4],[9,-18],[5,-9],[9,-20],[6,-9],[2,-3],[1,-4],[7,-12],[8,-12],[3,-5],[4,-6],[6,-8],[2,-3],[1,-2],[1,-3],[3,-3],[6,-7],[4,-5],[4,-6],[5,-6],[11,-12],[10,-9],[10,-9],[10,-7],[5,-3],[2,0],[2,2],[3,4],[7,7],[6,4],[4,3],[3,3],[7,5],[4,4],[6,5],[3,3],[8,3],[9,6],[2,0],[1,0],[8,2],[8,4],[5,4],[4,1],[8,2],[3,-1],[3,1],[1,1],[3,5],[3,5],[0,2],[0,1],[-1,1],[-1,4],[0,1],[1,4],[1,1],[4,3],[2,2],[4,5],[3,4],[1,3],[2,4],[1,5],[1,8],[0,3],[-1,1],[-1,2],[-4,2],[-1,2],[0,1],[-1,1],[1,4],[1,1],[1,4],[2,3],[3,3],[4,2],[2,3],[4,4],[5,7],[7,12],[1,1],[2,1],[2,2],[6,10],[2,4],[1,3],[0,4],[0,3],[0,2],[-1,1],[-1,0],[-2,2],[-1,5],[0,2],[0,3],[1,3],[3,8],[1,1],[4,3],[3,2],[6,2],[5,0],[5,-4],[0,-1],[2,-3],[0,-2],[1,-5],[-1,-1],[-2,-3],[-7,-7],[-2,-1],[-3,-2],[-1,-2],[0,-3],[1,-2],[3,-10],[1,-3],[4,-10],[3,-5],[2,-6],[8,-12],[3,-5],[4,-6],[5,-5],[5,-7],[5,-6],[9,-7],[9,-7],[4,-2],[6,-2],[4,0],[6,0],[4,0],[1,0],[2,0],[6,3],[6,3],[5,5],[6,6],[1,1],[3,7],[3,4],[2,4],[3,6],[2,8],[1,4],[-1,12],[1,4],[-1,3],[0,4],[-1,4],[-1,1],[0,3],[1,6],[1,1],[1,3],[6,6],[1,1],[2,1],[4,2],[2,1],[7,6],[4,4],[2,2],[9,4],[3,1],[5,2],[10,3],[5,0],[7,1],[1,-1],[1,0],[8,1],[8,3],[5,3],[5,0],[4,0],[2,1],[5,1],[4,2],[5,3],[6,-1],[1,0],[2,-1],[3,-4],[5,-5],[2,-1],[3,-1],[3,0],[7,4],[1,3],[3,0],[2,-2],[2,-3],[2,-1],[3,-2],[4,-2],[5,-8],[3,-5],[9,-11],[3,-2],[4,-2],[3,-1],[3,-1],[2,1],[2,2],[5,6],[6,7],[7,-1],[3,1],[3,-1],[1,-1],[3,-2],[6,-8],[4,-5],[6,-7],[3,-5],[4,-5],[5,-4],[2,-1],[5,-1],[3,-1],[2,-1],[5,3],[2,3],[0,2],[-1,1],[0,6],[0,1],[1,1],[3,4],[1,1],[4,0],[1,0],[3,-2],[4,-2],[1,-4],[1,-4],[3,-5],[4,-7],[0,-1],[0,-4],[-1,-3],[-2,-1],[-1,-2],[0,-1],[0,-2],[1,-3],[9,-14],[6,-7],[1,-1],[4,-4],[1,-3],[0,-1],[0,-3],[-1,-3],[-2,-2],[-2,-2],[-2,-4],[-1,-5],[0,-3],[-3,-4],[-3,-4],[-3,-3],[-2,-4],[-2,-4],[-3,-3],[-3,-3],[-8,1],[-2,0],[-4,0],[-3,0],[-3,0],[-6,-2],[-3,-2],[-1,1],[-2,2],[-2,4],[-1,1],[-1,1],[-4,0],[-2,0],[-1,1],[0,1],[-1,4],[0,1],[-1,1],[-2,2],[-1,1],[-8,4],[-2,0],[-5,-3],[-2,-3],[-1,-4],[-2,-9],[-2,-9],[0,-7],[1,-10],[3,-6],[4,-3],[1,-4],[0,-4],[-2,-7],[-2,-3],[-6,-3],[-14,-8],[-4,0],[-4,-4],[-2,-2],[-3,-5],[-1,-3],[-1,-2],[-1,-11],[2,-4],[4,-8],[1,-7],[-1,-7],[-1,-4],[-1,-3],[-2,-4],[-1,-2],[-1,-1],[0,-1],[1,0],[2,3],[1,5],[2,6],[2,3],[1,5],[2,5],[0,3],[-1,2],[0,2],[-2,3],[-1,2],[0,1],[0,1],[2,1],[2,-2],[0,-3],[1,-9],[0,-1],[-2,-7],[-4,-12],[-2,-7],[-1,-6],[-2,-8],[-3,-8],[-2,-6],[-3,-7],[0,-3],[0,-6],[1,-15],[1,-6],[0,-3],[0,-13],[0,-8],[1,-3],[2,-4],[2,-4],[1,-3],[1,-8],[0,-8],[1,-12],[0,-2],[2,-3],[0,-3],[1,-9],[1,-3],[1,-4],[2,-4],[4,-4],[6,-9],[1,-4],[0,-2],[0,-4],[0,-3],[-4,-9],[-2,-3],[-3,-3],[-4,-4],[-3,-3],[-3,-2],[-3,-2],[-3,-3],[-3,-3],[-4,-3],[-7,-6],[-3,-3],[-4,-2],[-10,1],[-23,-1],[-9,-3],[-8,-2],[-7,-2],[-6,-3],[-4,-3],[-1,-2],[0,-3],[-1,-3],[-2,-5],[-5,-7],[-4,-6],[-2,0],[-2,0],[-6,6],[-3,2],[-7,0],[-17,3],[-6,2],[-4,2],[-18,5],[-17,6],[-15,3],[-8,-1],[-4,-1],[-14,-9],[-1,-2],[-5,-10],[-2,-4],[-1,-5],[-2,-4],[-2,-2],[-1,0],[-3,-2],[-2,-1],[-1,-1],[-3,-4],[-2,-2],[-1,-1],[-2,1],[-4,2],[-2,1],[-2,2],[-3,3],[-1,0],[-2,1],[-8,-1],[-3,-2],[-3,-4],[-5,-3],[-3,0],[-4,-2],[-2,-1],[-2,-4],[-2,-3],[-4,-2],[-3,-2],[-7,-3],[-1,-1],[-2,1],[-3,4],[-1,2],[0,2],[1,1],[2,2],[0,2],[-1,3],[-6,9],[-4,3],[-2,0],[0,1],[3,12],[0,2],[-1,3],[-1,4],[-2,5],[-4,6],[-5,7],[-2,3],[-4,8],[-2,4],[-6,9],[-6,8],[-5,6],[-5,5],[-4,5],[-8,7],[-9,8],[-4,3],[-4,4],[-5,3],[-4,3],[-8,4],[-8,4],[-6,3],[-7,4],[-4,2],[-5,2],[-10,2],[-7,0],[-7,-1]],[[4675,2995],[2,-31],[2,-6],[-1,-12],[4,-32],[14,-25],[12,2],[5,-2],[10,-21],[7,-8],[3,-22],[4,-4],[-3,-15],[6,-33],[5,-48]],[[4436,2534],[-1,1],[0,1],[0,1],[-1,2],[0,2],[1,3],[0,1],[0,2],[0,2],[-1,2],[0,1],[-1,1],[-1,1],[-1,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-3],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[0,3],[0,3],[-3,6],[-1,2],[-1,1],[-1,2],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[0,-1],[-3,2],[-2,3],[-1,2],[0,1],[-1,2],[-1,1],[-1,0],[-1,1],[0,-1],[-1,0],[0,-1],[0,-1],[1,-2],[0,-1],[1,-1],[1,-2],[1,-1],[0,-2],[0,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,1],[0,1],[0,1],[-1,2],[0,1],[0,2],[0,1],[-1,1],[-1,1],[0,1],[-1,0],[-1,0],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-3,-3],[-2,-3],[-6,1],[-1,0],[-1,1],[0,1],[0,1],[-1,2],[0,1],[0,2],[0,2],[0,1],[1,1],[0,1],[1,1],[1,1],[1,1],[0,1],[1,0],[0,1],[0,1],[1,1],[-1,1],[-1,0],[-3,0],[-1,0],[-1,0],[-2,0],[0,1],[-1,-1],[-1,0],[-1,0],[-2,0],[-2,-1],[-1,0],[-1,0],[-1,-1],[-4,0],[-1,1],[0,1],[0,2],[0,2],[0,1],[1,1],[0,2],[1,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,1],[-1,1],[-2,3],[-1,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,1],[1,0],[1,1],[2,0],[1,0],[3,0],[2,0],[2,0],[1,0],[1,0],[1,1],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-3,0],[-1,-1],[-2,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[0,1],[-1,1],[0,1],[-2,6],[-1,1],[0,2],[0,1],[0,2],[0,2],[0,1],[0,1],[0,1],[1,1],[1,8],[-1,8],[0,1],[0,1],[0,2],[-1,1],[-1,3],[0,2],[-1,1],[-1,0],[0,-1],[0,-1],[-1,-3],[0,-2],[-3,-5],[-5,-5],[-1,-3],[0,-2],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,1],[1,1],[2,6],[0,2],[1,2],[1,2],[1,1],[1,2],[0,1],[0,1],[0,1],[0,2],[0,1],[-1,1],[0,1],[-1,0],[-1,0],[0,-1],[0,-2],[-1,-2],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[0,1],[-1,0],[0,1],[-2,7],[-1,1],[-2,1],[-1,1],[-1,1],[0,1],[0,1],[1,1],[0,2],[1,3],[1,1],[0,1],[0,1],[-1,1],[-1,0],[-3,-1],[-3,0],[-1,0],[-1,0],[-1,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,1],[1,0],[0,1],[1,0],[1,1],[1,1],[0,1],[1,1],[-1,1],[0,1],[-3,1],[-1,1],[-1,0],[-1,1],[-1,1],[-1,0],[-1,1],[0,1],[0,1],[0,2],[0,1],[2,1],[0,3],[-2,4],[-3,9],[-2,1],[-2,-2],[-1,-1],[0,-1],[-1,0],[-1,1],[-1,4],[0,1],[3,1],[7,1],[17,6],[3,0],[9,3],[0,2],[-2,6],[-2,8],[0,1],[-1,9],[-1,2],[1,9],[1,3],[1,1],[3,-1],[4,-3],[1,0],[4,-1],[1,9],[2,4],[0,4],[-1,4],[-2,4],[-2,8],[-2,8],[-1,4],[0,1],[1,9],[0,4],[0,4]],[[4321,2811],[110,-9],[-13,60],[66,15],[1,-5],[36,8],[6,-47],[-28,-7],[4,-17],[31,8],[3,-32],[17,4],[0,8],[-5,9],[-9,29],[34,7],[0,-5],[14,4],[0,-9],[18,10],[0,9],[-12,22],[2,12],[11,-16],[6,-18],[17,-11],[4,-7],[6,-2],[-7,8],[-3,12],[-3,42],[-2,10],[1,28],[-3,8],[4,7],[-7,15],[0,22],[-4,22],[-14,47]],[[4602,3052],[3,2],[6,12],[5,-7],[1,-15],[11,-33],[21,20],[7,-34],[6,2],[1,-15],[12,11]],[[6728,2091],[12,2],[12,-8],[29,-56],[4,-20],[10,-27],[19,-28],[13,-10],[6,1],[31,62],[7,2],[95,-93],[9,-13],[26,-10],[-2,-113],[41,-25],[47,-44]],[[6600,1770],[0,22],[14,0],[0,40],[11,9],[17,-7],[0,32],[-12,0],[0,42],[-18,-7],[-4,29],[3,5],[3,-1],[3,9],[-5,8],[-8,0],[-13,41],[-1,10],[9,4],[6,11],[-2,14],[7,13],[-3,8],[-5,-12],[-1,8],[-5,8],[5,26],[-20,7],[12,30],[3,44]],[[6596,2163],[9,3],[9,-1],[18,-24],[4,-10],[22,-29],[38,-18],[32,7]],[[6557,2177],[24,-31],[15,17]],[[6384,1828],[0,2],[1,6],[-1,5],[0,4],[-2,9],[-1,6],[1,1],[0,3],[-1,3],[0,9],[-2,9],[0,4],[0,4],[0,3],[1,4],[2,3],[2,3],[1,0],[1,0],[1,-1],[-2,0],[0,-1],[1,-1],[3,-2],[4,3],[1,3],[3,4],[4,7],[4,7],[2,1],[2,1],[2,0],[7,-1],[1,0],[0,-4],[1,0],[0,-1],[3,0],[1,0],[2,5],[-1,4],[-1,7],[-3,10],[0,2],[-3,6],[0,1],[-3,1],[-2,0],[-3,-1],[-6,0],[-9,4],[-7,2],[-3,0],[-1,0],[-1,2],[1,4],[0,1],[-1,-3],[0,-2],[1,-2],[0,-1],[-2,-2],[-1,0],[-4,0],[-3,1],[-4,1],[-1,-1],[-3,-1],[-7,-5],[-1,-1],[0,-1],[0,-3],[0,-2],[0,-1],[0,-1],[-2,0],[-4,0],[-3,2],[-1,1],[-1,2],[-1,1],[0,1],[1,1],[5,9],[2,4],[0,7],[0,9],[0,6],[0,6],[-1,7],[-2,11],[-2,7],[0,2],[-1,7],[0,7],[-1,6],[0,9],[0,4],[-1,2],[-1,5],[-1,11],[0,7],[0,6],[1,5],[3,6],[4,11],[3,8],[1,0],[0,-1],[0,-3],[1,0],[1,0],[1,2],[0,3],[1,6],[0,3],[-3,10],[-2,7],[-6,13],[-3,13],[-1,18]],[[6345,2186],[12,7],[-13,107],[10,3]],[[6354,2303],[7,2],[23,-30],[10,-5],[19,-22],[28,22],[11,3],[22,-6],[36,-50],[47,-40]],[[6125,2280],[-3,-10],[-3,-9],[0,-3],[-2,-3],[-1,-1],[-1,0],[-1,0],[-2,1],[-3,5],[-1,0],[0,-2],[0,-5],[2,-5],[2,-3],[0,-1],[1,-2],[-2,-9],[-2,-8],[-2,-8],[-1,-5],[-1,-1],[-1,-1],[-4,-4],[-3,-4],[0,-2],[-1,-1],[-5,-8],[-6,-8],[-2,-4],[-2,-5],[-2,-1],[-3,-1],[-5,3],[-5,4],[-3,3],[-2,1],[-4,1],[-7,3],[-2,4],[-2,3],[-1,6],[-2,7],[-2,3],[-6,1],[-6,2],[-7,0],[-5,-5],[-2,4],[1,4],[0,1],[-2,-3],[-1,-1],[0,-4],[1,-2],[3,-5],[3,-7],[1,-2],[1,-3],[-1,-3],[-2,-5],[-3,-7],[-3,-4],[0,-1],[0,-4],[1,-3],[0,-2],[1,0],[1,-1],[1,1],[1,2],[-1,1],[-2,2],[3,-1],[1,-1],[3,-6],[0,-1],[-1,-1],[-1,-1],[-7,-1],[-3,-1],[-8,2],[-4,-1],[-6,2],[-7,0],[-1,0],[-8,-4],[-1,-1],[-7,-1],[-1,0],[-3,1],[-5,1],[-5,0],[-7,2],[-4,2],[-2,1],[-2,2],[-3,3],[-4,0],[-5,0],[-5,-1],[-7,-1],[-2,-2],[-1,-2],[-1,-1],[-1,0],[-3,1],[-2,2],[-2,1],[0,1],[-1,1],[0,1],[-2,1],[-4,1],[-4,-1],[-1,-1],[-6,4],[-7,4],[-2,0],[-4,-2],[-5,-3],[-5,-2],[0,-1],[-1,-6],[-1,-2],[-3,-2],[-5,1],[-3,0],[-2,0],[-4,-1],[-7,-4],[-2,-1],[-9,-6],[-1,0],[-1,2],[-5,4],[-2,1],[-3,2],[-3,0],[-2,0],[-1,-1],[-2,-1],[-7,-1],[-1,-1],[-2,-2],[-2,-3],[-1,0],[-2,0],[-3,0],[-2,0],[-5,-4],[-4,-2],[-2,-1],[-6,-6],[-5,-4],[-3,-2],[-4,-2],[-1,0],[-2,-3],[-2,-5],[-1,-2],[0,-3],[0,-2],[0,-1],[1,-1],[1,-1],[2,-1],[0,-1],[-1,-1],[-1,0],[-9,4],[-2,0],[-5,2],[-5,3],[-2,1],[-4,0],[-4,2],[-5,3],[-18,9]],[[5698,2123],[5,12],[9,-2],[-2,35],[35,8],[-2,25],[46,9],[-11,31],[20,5],[-14,140],[61,13],[-2,19],[22,4],[-2,34],[13,0],[2,-20],[41,8]],[[5919,2444],[8,-73],[22,4],[2,-26],[69,18],[-8,97],[89,23]],[[6101,2487],[24,-207]],[[4321,2811],[-4,9],[-1,3],[0,2],[0,3],[0,2],[0,1],[1,2],[3,5],[0,1],[1,2],[0,3],[1,7],[1,5],[-1,5],[1,4],[1,2],[2,3],[2,2],[1,2],[1,1],[0,1],[0,4],[-1,7],[0,7],[-2,9],[0,2],[0,4],[1,4],[0,2],[0,4],[0,2],[0,9],[2,9],[0,1],[0,5],[1,6],[1,6],[0,3],[-2,1],[-3,1],[0,3],[0,7],[0,9],[-1,5],[-2,6],[-2,5],[-2,4],[-4,8],[-1,5],[-5,11],[4,4],[8,9],[3,3],[4,-1],[5,-2],[0,4],[-4,6],[0,6],[-2,4],[-4,3],[-3,5],[-3,4],[-6,-4],[-4,-2],[-2,-2],[-1,-1],[2,-6],[0,-2],[-14,-10],[-6,21],[-4,11],[0,5],[0,3],[3,2],[0,3],[-3,19],[0,1],[0,2],[-1,7],[0,3],[0,5],[-9,-2],[-3,0],[-9,-3]],[[4261,3120],[-6,64],[11,4],[-3,25],[18,5],[4,-30],[38,10],[-3,25],[10,5],[-2,14],[18,5],[4,-27],[5,1],[0,7],[14,5],[1,-4],[53,14]],[[4423,3243],[55,13],[6,-53],[8,2],[-4,33],[17,4],[3,-17],[12,3],[2,-12],[9,2],[1,-7],[-9,-2],[0,-12],[-4,-3],[5,-22],[15,3],[11,-70],[3,-34],[12,3],[6,-30],[31,8]],[[6345,2186],[0,1],[-3,14],[-2,4],[-5,6],[-2,3],[-4,2],[-2,0],[-2,-1],[-2,-2],[-3,-5],[-1,-4],[-1,-6],[0,-6],[1,0],[-1,-3],[-2,-1],[-5,0],[-3,0],[-1,0],[-3,-8],[0,-3],[0,-4],[1,0],[1,0],[2,5],[0,2],[3,-1],[-2,-4],[-3,-5],[-4,-5],[-5,-2],[-3,1],[-2,2],[-2,4],[-3,2],[0,-1],[-1,-8],[1,-8],[1,-6],[1,-6],[3,-4],[5,-6],[6,-6],[3,-2],[3,-4],[3,-4],[5,-7],[-4,0],[-3,0],[-2,1],[-8,4],[-6,4],[-3,0],[-3,0],[-3,-1],[-2,-2],[-3,-4],[-1,-4],[-3,-7],[0,-6],[0,-8],[1,-4],[1,-3],[3,-3],[2,-7],[2,-7],[2,-4],[2,-2],[0,1],[1,0],[0,-3],[0,-1],[-2,-1],[-7,-1],[-4,3],[-4,5],[-5,6],[-4,9],[-2,3],[-2,2],[-1,1],[-3,-2],[-1,-3],[-1,-1],[1,0],[1,0],[-1,-2],[-3,-5],[-4,-1],[-8,0],[-4,-2],[1,-4],[1,-2],[2,-5],[-2,1],[-3,5],[-3,6],[-2,4],[-7,14],[-2,5],[-6,9],[-2,4],[-6,9],[0,1],[0,3],[1,3],[2,3],[1,3],[0,6],[-1,2],[-2,0],[-4,1],[-3,1],[-5,3],[-2,5],[-2,6],[0,3],[-1,3],[0,1],[-2,4],[-2,1],[-5,-6],[-2,-3],[-2,-6],[-2,-13],[-1,-2],[0,-8],[0,-5],[1,-5],[-1,-1],[-3,0],[-4,0],[-1,0],[-4,2],[-1,1],[-1,1],[0,3],[-1,6],[0,8],[0,4],[0,2],[1,2],[0,-1],[0,-2],[1,-1],[3,-3],[3,-2],[4,1],[3,3],[1,3],[0,2],[1,8],[0,12],[-1,5],[-1,4],[-2,4],[-2,2],[-10,8],[-2,1],[-3,0],[-3,1],[-5,5],[0,1],[-2,0],[-4,-1],[-1,-2],[-1,-1],[-3,-2],[-7,-1],[-5,-2],[-2,-2],[-2,-3],[-1,-4],[-1,-4],[0,-4],[2,-14],[1,-1],[2,0],[-1,-2],[-2,0],[-1,1],[-3,2],[-2,3],[-1,6],[0,2],[1,4],[2,1],[1,1],[0,2],[0,2],[0,4],[0,6],[0,2],[0,2],[2,7],[0,1],[3,4],[6,9],[1,2],[0,1],[-5,13],[-2,4],[-4,6],[0,2],[0,2],[2,4],[1,5],[0,1],[-2,8],[1,3],[2,7],[2,4],[0,1],[1,0],[1,3],[1,6],[-1,3],[-1,-1],[-1,-1]],[[6101,2487],[34,8]],[[6135,2495],[66,17],[6,-57],[45,10],[11,-83],[40,11],[-2,23],[33,8],[3,-27],[7,1],[10,-95]],[[5698,2123],[-15,6],[-8,3],[-10,6],[-7,2],[-4,2],[-4,3],[-4,2],[-3,1],[-14,7],[-9,5],[-2,1],[-7,4],[-16,8],[-7,4],[-5,3],[-5,2],[-1,1],[0,1],[2,6],[3,8],[1,3],[0,4],[0,4],[0,2],[-1,9],[-1,2],[0,1],[-2,4],[-1,1],[1,1],[2,6],[1,1],[1,0],[1,-4],[1,-2],[-1,-2],[-1,-1],[0,-1],[0,-1],[1,0],[1,0],[2,1],[0,1],[1,2],[0,4],[-2,8],[-2,5],[2,2],[2,-1],[4,-1],[5,1],[0,1],[1,6],[-1,2],[0,1],[-3,1],[-2,0],[-1,0],[0,-1],[0,-2],[-1,-2],[-1,-1],[-6,-2],[-1,-1],[-2,1],[-1,1],[-4,4],[-1,0],[-1,0],[-7,0],[-2,-3],[-4,-5],[0,-4],[1,-3],[3,-2],[1,-1],[-1,0],[-2,-1],[-3,2],[-1,1],[-3,4],[-7,13],[-1,4],[2,1],[1,0],[1,0],[1,1],[3,2],[0,1],[1,1],[0,2],[0,2],[-4,-1],[-4,-1],[-8,1],[-7,1],[-3,0],[-2,0],[-5,2],[-1,1],[-10,10],[-5,7],[-1,2],[-3,2],[-1,2],[-3,5],[-1,4],[0,3],[0,11],[0,2],[0,1],[0,1],[-1,3],[-2,3],[-2,1],[-3,1],[-1,0],[0,-1],[0,-1],[0,-1],[1,-3],[2,-3],[-1,0],[-1,1],[-3,4],[0,1],[-1,1],[-1,5],[-1,2],[-2,4],[-1,0],[-3,0],[-5,-7],[-4,-6],[-1,0],[-2,0],[-8,2],[-2,1],[-6,2],[0,1],[0,1],[1,4],[1,1],[2,2],[1,2],[0,2],[0,1],[-1,3],[0,1],[-1,0],[-2,-1],[0,-1],[-1,-2],[0,-8],[0,-1],[-2,-3],[-2,0],[-8,3],[-3,3],[-4,5],[-3,3],[-2,8],[-2,4],[-1,12],[-1,3],[0,2],[-2,4],[-2,1],[-4,2],[-1,1],[-8,2],[-1,1],[-8,1],[-1,1],[-2,3],[0,2],[0,2],[0,1],[1,3],[0,5],[-2,4],[-6,-7],[-2,-3],[0,-1],[3,-7],[1,-1],[0,-1],[1,0],[1,1],[2,0],[1,0],[1,-5],[0,-3],[1,-8],[0,-2],[-4,-9],[-2,-3],[-4,-7],[-3,-2],[-2,1],[-8,4],[-8,2],[-5,-1],[-3,-1],[-2,-2],[-1,-1],[-2,-5],[4,-1],[0,-1],[-5,0],[0,1],[-1,1],[-1,7],[-4,4],[-4,0],[-8,2],[-2,5],[-3,7],[0,7],[-1,6],[-1,6],[-1,0],[0,1],[-1,0],[-2,0],[0,3],[1,5],[2,3],[3,1],[1,0],[2,1],[1,3],[1,3],[0,6],[0,1],[6,3],[6,5],[11,5],[6,2],[3,0],[3,0],[5,-2],[2,0],[4,0],[6,1],[6,1],[4,-2],[4,2],[4,1],[8,2],[4,1],[3,3],[4,2],[7,2],[7,4],[7,3],[3,3],[6,7],[2,2],[2,4],[4,9],[1,3],[2,9],[1,1],[3,8],[2,-5],[3,-2],[2,-1],[4,1],[5,6],[2,2],[1,4],[1,4],[-1,5],[-1,4],[-1,2],[-5,9],[-2,4],[-2,5],[-1,1],[-1,5],[-1,11],[-1,9],[-1,3],[-2,6],[-3,5],[-1,2],[-2,2],[-1,1],[-4,2],[-1,1],[-8,2],[-1,0],[-4,-4],[-6,-2],[-1,-1],[2,-4],[1,-1],[1,0],[2,1],[2,3],[0,3],[0,1],[2,2],[2,-1],[1,-1],[0,-2],[-1,-3],[-3,-3],[-2,-3],[-2,0],[-5,0],[-3,0],[-1,0],[0,1],[0,1],[1,3],[-3,2],[-2,1],[-4,2],[-2,0],[0,-1],[1,-1],[3,-1],[5,-4],[-1,-1],[-6,2],[-4,3],[-2,1],[0,1],[-2,2],[-1,2],[-3,3],[-4,0],[-1,0],[0,-1],[0,-1],[5,-4],[2,-2],[5,-4],[7,-6],[-3,0],[-5,3],[-2,1],[-5,5],[-3,2],[-6,5],[-11,8],[-4,2],[-5,1],[-2,1],[-14,8],[-6,2],[-7,3],[-2,2],[-5,3]],[[5373,2663],[2,0],[6,-4],[4,-1],[3,1],[3,5],[3,1],[2,-1],[2,-2],[2,-5],[6,-4],[5,-1],[4,-3],[4,-4],[4,-3],[5,-3],[4,-3],[7,-4],[6,-1],[4,-1],[5,0],[6,-1],[6,0],[8,1],[6,1],[5,2],[5,3],[4,3],[1,1],[8,0],[7,1],[8,0],[2,0],[5,-2],[4,-1],[7,-4],[7,-5],[8,-4],[8,-6],[6,-3],[2,-1],[2,0],[3,1],[4,2],[7,-2],[2,-1],[8,-1],[3,1],[1,-1],[2,0],[1,-1],[5,-4],[10,-5],[6,-3],[3,-1],[6,0],[13,-4],[7,0],[6,2],[9,5],[5,3],[4,0],[1,1],[1,1],[4,8],[2,8],[5,1],[3,0],[-3,8],[-1,2],[-3,1],[-6,2],[-1,0],[-2,-1],[-5,-5],[-6,-1],[-8,0],[-1,0],[-2,-2],[-7,-8],[-3,-2],[-2,-3],[-2,-7],[-5,-4],[-6,0],[3,4],[0,6],[-1,1],[-10,5],[-4,3],[-2,1],[-1,1],[-2,3],[1,1],[2,2],[4,1],[1,0],[2,0],[4,-1],[3,1],[-1,3],[-4,4]],[[5622,2640],[23,20],[49,59],[21,14],[8,0],[5,-11],[9,-13],[8,0],[17,10],[3,-9],[4,6],[2,16],[8,7],[6,3],[8,11]],[[5793,2753],[10,-20],[13,-36],[22,-9],[1,-16],[7,-7],[32,6],[6,-5],[6,-79],[12,-3],[12,-26],[5,-114]],[[553,4807],[4,-2],[2,-6],[4,-18],[1,-19],[11,-20],[9,-7],[4,-11],[7,-3],[13,-1],[4,-6],[11,-1],[6,-40],[-5,-12],[-1,-9],[-4,-7]],[[619,4645],[-3,0],[-1,-3],[-1,-5],[0,-2],[-1,-1],[-1,1],[0,1],[-4,0],[-2,-1],[-3,0],[-4,1],[-6,2],[-4,2],[-6,1],[-2,0],[0,6],[0,6],[-3,8],[-1,5],[-2,3],[-2,0],[-3,0],[-2,-6],[-4,0],[-2,-2],[-2,-2],[-2,-15],[-2,-2],[-1,-1],[-3,-1],[-5,-5],[-2,-2],[-3,-2],[-2,-3],[0,-1],[5,-6],[0,-4],[-3,-2],[-3,-9],[-1,-1],[-2,-2],[0,-1],[0,-3],[1,-6],[2,-6],[-1,-4],[-2,-1],[-5,-8],[0,-1],[1,-2],[1,-1],[2,0],[2,-3],[0,-3],[-1,-4],[-3,-7],[-2,-3],[0,-1],[-1,-1],[-2,-3],[-1,-1],[0,-3],[1,-1],[1,-3],[-1,-9],[-1,-2],[0,-1],[-4,0],[-2,2],[-1,2],[-2,1],[-5,-1],[-5,-6],[-14,-3],[-1,-3],[-1,-3],[-2,-4],[0,-1],[-4,-1],[-6,6],[-5,5],[-6,5],[-5,7],[-3,1],[-5,2],[0,-1],[0,-1],[-1,-3],[-5,6],[-4,5],[-1,0],[-6,2],[-2,1],[-3,-5],[0,-1],[-1,-8],[1,-3],[0,-2],[1,-2],[2,-3],[3,-1],[1,0],[0,-1],[1,-4],[2,-6],[0,-1],[0,-3],[1,-10],[0,-7],[1,-6],[-1,-4],[-1,-2],[-4,-4],[-2,-2],[-5,-1],[-3,1],[-2,1],[-3,-3],[-3,-3],[0,-1],[-2,0],[-1,0],[-2,3],[0,2],[1,3],[0,4],[0,3],[0,1],[-2,0],[-2,-1],[-4,0],[-3,2],[0,4],[-2,3],[-2,3],[-6,4],[-4,5],[-6,8],[0,3],[3,5],[1,2],[4,8],[3,6],[1,1],[4,3],[-1,7],[0,6],[1,0],[1,1],[2,1],[0,1],[2,4],[2,7],[1,3],[0,24],[-3,1],[-1,-5],[-2,0],[-2,2],[-1,3],[-1,4],[-1,7],[0,9],[0,3],[-2,5],[-5,6],[-1,1],[-2,-1],[-2,2],[-2,2],[-3,9],[-1,2],[0,2],[0,3],[0,3],[2,6],[0,3],[-1,4],[-2,6],[-1,1],[-2,1]],[[378,4667],[1,8],[-6,11],[3,3],[-6,14],[3,5],[11,4],[5,6],[1,24],[-4,15],[-7,0],[1,14],[11,22],[0,24],[-4,6],[18,21]],[[405,4844],[15,-7],[4,-17],[7,4],[8,-4],[18,13],[11,12],[9,1],[19,13],[12,-14],[7,-33],[-2,-6],[1,-8],[15,0],[5,25],[11,-15],[8,-1]],[[5408,3039],[-7,-23],[-1,-15],[1,-25],[4,-21],[13,-25],[5,-43],[-3,-36]],[[5420,2851],[-23,0],[1,-3],[1,-3],[0,-6],[-2,-9],[-2,-6],[-1,-3],[-2,-4],[-2,-3],[-5,-4],[-5,-3],[-15,-8],[-6,-2],[-2,-2],[-9,-7],[-7,-7],[-2,1],[-3,4],[-1,3],[-2,3],[-5,5],[-2,2],[-7,2],[-4,0],[-4,0],[-3,0],[-3,1],[-3,1],[-3,3],[-2,1],[-2,2],[-7,7],[-6,4],[-4,2],[-5,2],[-9,4],[-2,1],[-4,0],[-5,0],[-7,-1],[-11,-3],[-3,-2],[-5,-4],[-3,-4],[-3,-5],[-7,-11],[-2,-5],[-2,-4],[-3,-8],[-3,-8],[-3,1],[-4,2],[-5,6],[-2,3],[-5,6],[-10,5],[-2,1],[-12,2],[-4,0],[-16,-1],[-5,0],[-1,0],[-2,0]],[[5133,2799],[0,7],[5,9],[26,36],[11,42],[9,13],[2,25],[7,19],[3,34],[33,39],[-3,22],[0,13],[-4,8],[1,23],[-6,16]],[[5217,3105],[5,6],[33,13],[2,-7],[36,11],[3,-30],[29,7],[4,-30],[11,4],[4,-29],[19,5],[1,-5],[29,8],[15,-19]],[[4910,3223],[-1,-17],[3,-17],[6,-9],[3,-17],[0,-22],[7,0],[15,-9],[10,-17],[8,-41],[16,-2],[9,-10],[-3,-41],[1,-13],[13,-30],[-2,-10],[-11,-19],[2,-23],[6,-16],[7,-6],[-1,-37],[4,-23],[7,0],[-2,-6],[-10,-5],[1,-5],[6,1],[1,-13],[-8,-5],[0,-9]],[[4997,2802],[-7,-1],[-7,-2],[-3,-2],[-3,-2],[-1,-1],[-3,-3],[-1,-2],[-3,-1],[-1,0],[-7,0],[-8,-3],[-7,-2],[-3,-1],[-3,-2],[-7,-3],[-2,-1],[-7,-2],[-11,-5],[-3,-1],[-5,-3],[-7,-6],[-6,-4],[-8,-3],[-6,-4],[-8,-3],[-5,-2],[-3,-1],[-2,0],[-2,-1],[-4,-3],[-1,-1],[-3,-3],[-6,-1],[-2,-2],[-2,-1],[-8,-5],[-1,-1],[-5,-6],[-5,-4],[-2,-1],[-5,-2],[-3,-2],[-1,-1],[-5,-1],[-4,0],[-1,0],[-1,1],[0,2],[-1,2],[-1,2],[-2,1],[-1,1],[-1,0],[-5,0],[-2,0]],[[4675,2995],[0,5],[2,5],[3,-6],[5,-40],[51,18],[9,-13],[3,0],[1,14],[3,2],[-2,11],[8,2],[-1,8],[19,6],[-29,137],[18,7],[0,6],[26,8],[-5,37],[11,4],[-10,23],[-4,0],[-2,19],[-15,-2],[-4,14],[-12,-5],[-7,66]],[[4743,3321],[0,7],[43,14],[-1,-9],[9,1],[2,-58],[34,10],[-1,13],[61,20],[9,-12],[11,-84]],[[4423,3243],[-7,65],[59,16],[0,7],[26,6],[1,-3],[10,4],[-2,17],[25,7],[-3,26],[7,2]],[[4539,3390],[55,18],[2,-15],[10,1],[0,17],[15,6],[2,-18],[16,5],[1,-10],[15,4],[-3,25]],[[4652,3423],[16,5],[12,-31],[15,8],[5,-18],[15,-30],[5,1],[17,-38],[6,1]],[[151,4999],[5,-15],[-2,-6],[7,-13],[3,2],[7,-9],[-2,-3],[5,-12],[15,3],[7,7],[10,-11],[1,3],[1,-4],[-7,-28],[-2,-2],[-4,4],[-4,0],[2,-6],[-3,-6],[4,-2],[1,-5],[7,-4],[4,-5],[8,-20],[6,3],[-2,10],[10,5],[5,9],[0,5],[5,4],[2,13],[4,5],[-4,5],[-7,-5],[-6,7],[9,4],[5,12],[2,-4],[3,1],[3,-8],[9,3],[3,-6],[4,-2],[5,3],[0,6],[-5,10],[6,10],[5,-5],[2,-9],[2,2],[15,-41],[21,-17],[26,-7],[7,9],[14,-4],[-2,10],[2,12],[3,3],[3,-2],[0,4],[6,1],[1,5],[4,4],[1,10],[7,7],[-5,6],[3,8],[6,-6],[-2,-6],[10,-1]],[[400,4940],[-3,-13],[2,-9],[0,-17],[3,-3],[-13,-17],[1,-11],[2,1],[9,-6],[1,-4],[6,-3],[2,-8],[-4,0],[-1,-6]],[[378,4667],[-1,0],[-1,0],[-1,0],[-2,-3],[0,-2],[-1,-2],[0,-5],[0,-1],[-1,-1],[-1,-1],[-2,0],[0,1],[-1,1],[0,2],[0,2],[1,4],[2,2],[0,2],[0,2],[0,1],[-2,2],[-2,1],[-1,0],[-2,-6],[-1,0],[-1,-1],[-1,0],[-1,1],[-3,3],[-2,2],[-2,1],[-1,-1],[-1,-1],[0,-2],[0,-2],[1,-1],[3,-4],[0,-1],[0,-1],[0,-1],[-1,0],[-2,-2],[-2,0],[-2,0],[-1,1],[-1,4],[-1,3],[0,4],[-2,2],[-2,0],[-3,-2],[-3,-1],[-3,0],[-3,-1],[-1,-1],[-2,-2],[-2,-2],[-4,-2],[-3,-2],[-4,-4],[-1,-2],[-3,-4],[-5,-5],[-4,-6],[-1,-1],[-1,-1],[-2,0],[-2,0],[-2,2],[-5,3],[-6,0],[-4,0],[-1,0],[-1,1],[-2,4],[-2,3],[-1,2],[-2,3],[-2,-1],[-2,-2],[-2,0],[-3,0],[-1,1],[-7,4],[1,1],[1,6],[1,2],[1,3],[0,3],[-2,3],[0,2],[0,7],[0,2],[0,2],[-1,3],[0,1],[-1,4],[0,1],[-1,1],[0,2],[1,1],[2,2],[2,-1],[1,2],[-4,9],[-1,-2],[-2,4],[-2,7],[-5,5],[-2,10],[-2,7],[-2,5],[0,4],[4,1],[1,6],[0,5],[-1,3],[-7,2],[-3,7],[-2,3],[-2,2],[-5,3],[-4,4],[-3,6],[-3,6],[-1,1],[-1,3],[0,2],[0,3],[1,6],[0,4],[-7,1],[-2,2],[2,4],[1,2],[-1,4],[-7,5],[-4,-2],[-5,-3],[-5,-6],[-4,-3],[-3,3],[-4,4],[-2,4],[-5,3],[-1,-2],[1,-5],[-7,2],[0,1],[0,1],[-10,-1],[-3,-5],[-4,-7],[-2,-7],[-1,1],[-8,13],[-1,8],[-1,5],[0,1],[-3,11],[-5,9],[-1,-2],[0,1],[-3,5],[-3,4],[2,5],[-2,8],[0,4],[0,9],[0,6],[-3,7],[-5,4],[-1,1],[-2,3],[0,1],[-2,9],[1,8],[2,9],[-1,7],[1,8],[0,1],[-1,2]],[[100,4960],[2,12],[-1,3],[6,11],[8,2],[2,5],[-1,5],[2,1],[-4,7],[4,17],[2,2],[4,-4],[-2,-14],[2,-3],[0,-6],[5,-11],[1,4],[4,2],[3,11],[6,7],[4,-12],[4,0]],[[4261,3120],[1,-8],[-18,-6],[-7,-3],[-13,-4],[-16,-5],[-4,24],[-1,8],[-6,41],[-5,-1],[0,1],[-2,16],[-5,-5],[1,-5],[-5,-1],[-1,2],[-29,-6],[-4,44],[-37,-19],[-1,0],[-9,22],[22,8],[1,24],[1,33],[1,10],[1,19],[0,3],[0,8],[10,3],[5,1],[-9,63],[0,3],[-1,4],[-2,-1],[-2,-1],[-5,-1],[-12,-2],[-14,-4],[1,-22],[-11,-1],[0,8],[-8,39],[-3,-2],[-6,-2],[-1,15],[-1,9],[2,1],[3,-1],[6,1],[1,0],[5,1],[2,1],[2,0],[4,1],[22,5],[-4,37],[-3,27]],[[4107,3502],[37,9],[7,-22],[5,14],[1,11],[5,1],[1,-7],[43,12],[-1,6],[33,9],[3,-6],[4,1],[4,-13],[6,0],[3,-28],[8,0],[1,-13],[34,11],[-1,12],[9,3],[1,-11],[41,11],[-2,21],[5,1],[-4,39]],[[4350,3563],[22,7],[6,-2],[18,13],[5,-23],[12,4],[-1,5],[9,2],[2,-22],[6,-14],[7,-57],[-2,-1],[3,-26],[39,13],[8,9],[0,5],[39,11],[6,-52],[10,-45]],[[5133,2799],[-1,-1],[-4,-1],[-3,-4],[-1,-1],[-1,0],[-5,3],[-5,2],[-4,0],[-5,-1],[-2,-1],[-2,-1],[-2,-3],[-2,-2],[-1,-2],[0,-3],[-1,-4],[1,-6],[-1,-5],[-1,0],[-1,-1],[-1,1],[-1,1],[-1,1],[-6,3],[-1,0],[-8,2],[-4,1],[-6,4],[-2,0],[-2,1],[-9,1],[-4,-1],[-6,-3],[-3,0],[-7,2],[-2,0],[-2,2],[-2,2],[-2,3],[-2,3],[-4,2],[-3,2],[-4,2],[-7,3],[-6,2]],[[4910,3223],[13,6],[26,7],[-1,11],[27,7],[2,-13],[58,17],[-4,10],[-5,28],[20,7],[2,-8],[12,4],[-1,8],[4,1],[-1,18],[6,2]],[[5068,3328],[38,12]],[[5106,3340],[9,-71],[98,27],[4,-36],[-30,-8],[1,-8],[5,-5],[-3,-23],[5,-8],[2,-15],[3,0],[1,-7],[-3,-5],[1,-24],[4,-29],[11,-13],[3,-10]],[[6135,2495],[-8,11],[-4,35],[29,7],[-8,78],[101,29],[-7,65],[3,1]],[[6241,2721],[17,4],[2,-11],[7,4],[7,-19],[2,-22],[44,11],[1,-12],[118,32],[4,-44],[109,24]],[[6552,2688],[48,9],[18,-22],[11,-122],[-92,-21],[6,-255],[14,-100]],[[5793,2753],[6,28],[8,3],[0,7],[19,16],[23,7],[8,-4],[7,0],[4,-2],[7,4],[11,13],[-2,8],[12,12],[-4,17],[16,10],[17,18],[34,41],[30,12],[37,0],[4,4]],[[6030,2947],[28,29]],[[6058,2976],[18,-14],[0,-8],[15,-44],[13,3],[1,-23],[-15,-13],[-2,6],[-12,-7],[5,-15],[-15,-23],[24,-32],[10,0],[1,46],[25,5],[2,-19],[30,8],[9,-80],[66,18],[8,-63]],[[1633,4718],[-8,1],[-5,-4],[4,-14],[-3,-16],[-5,-5],[-6,2],[-6,-8],[2,-9],[-5,-9],[-19,13],[-4,0],[-6,-10],[6,-21],[3,-4],[-4,-17],[-10,-8],[-19,-37],[-14,-19],[1,-16],[4,-4],[-7,-18],[5,-28],[-1,-7],[5,-5],[-5,-1],[2,-9],[5,-3],[-4,-2],[-1,-7],[5,-11],[9,-9],[1,-9],[6,-5],[2,-10],[-1,-11],[-5,1],[-2,-7],[9,-26],[6,-2],[3,-8],[6,-4],[-4,-7],[8,-7],[-7,-28],[-6,-15],[-6,-8],[-2,-19],[-4,-1],[-7,-41],[-6,-19],[-4,-30]],[[1539,4177],[-9,-2],[-2,0],[-10,-1],[1,8],[1,4],[-2,3],[-1,4],[-2,10],[0,7],[-4,5],[-2,3],[-7,8],[0,6],[-2,5],[-8,6],[0,3],[1,6],[-1,7],[0,2],[-2,5],[-2,3],[-4,8],[1,7],[2,7],[0,4],[-3,1],[-3,0],[-7,1],[-1,1],[-3,2],[-1,0],[-3,0],[-3,-2],[-1,3],[-2,7],[-2,8],[-5,2],[-4,-3],[-1,-2],[-2,-7],[-4,7],[-4,7],[-2,4],[-3,-2],[-3,-3],[-5,0],[-5,0],[-1,4],[0,7],[-1,5],[-2,1],[-1,1],[-3,0],[-2,1],[-2,2],[0,1],[-1,1],[0,1],[-2,2],[-1,2],[-1,0],[-3,9],[-1,5],[0,10],[1,8],[0,2],[2,5],[0,3],[-3,7],[-4,7],[-1,2],[-2,3],[-1,3],[-1,7],[-3,2],[-3,2],[-3,3],[0,1],[0,1],[-2,9],[0,8],[-2,10],[-3,5],[-7,0],[-3,-4],[-2,0],[-2,2],[-1,5],[-2,3],[-5,5],[0,5],[-4,3],[-6,2]],[[1342,4480],[-1,10],[3,6],[0,18],[3,5],[0,17],[3,10],[5,5],[4,12],[4,3],[5,-1],[9,14],[-4,23],[-9,15],[-4,16],[-5,2],[-10,15],[-7,2],[1,6],[-2,9]],[[1337,4667],[14,28],[5,-1],[0,8],[6,15],[0,5],[5,3],[2,-11],[7,5],[5,0],[7,10],[-5,19],[4,17],[4,5],[1,7],[3,2],[3,10],[1,11],[9,15],[-6,10],[-4,14],[6,18],[4,0],[29,12]],[[1437,4869],[1,-8],[7,-14],[5,6],[4,-16],[6,-6],[-1,-19],[8,-12],[13,6],[6,0],[7,-5],[5,5],[3,-7],[19,-18],[11,14],[2,10],[37,-8],[6,-6],[6,-18],[3,-2],[10,0],[7,-11],[2,-5],[-1,-10],[2,-8],[9,-7],[7,0],[12,-12]],[[867,4986],[-5,-18],[1,-11],[-11,-11],[-6,-1],[0,-5],[9,-24],[-2,-5],[-5,-1],[-5,2],[-16,-15],[-3,-26],[-13,-28],[-8,-6],[-1,-16],[-6,-16],[0,-7],[-11,-4],[-1,-9],[-10,-5],[-3,-20],[4,-17],[4,-7],[-2,-22],[6,0],[3,-10],[-8,-27],[-25,-8],[-10,0],[-7,-9],[-2,-28],[-13,-26],[2,-12],[5,-3],[2,-9],[4,-3],[3,-13],[9,-3],[3,-10],[11,-1],[4,-6],[5,-2]],[[769,4544],[0,-4],[-1,-9],[-2,-7],[-1,-8],[-1,-5],[-3,-6],[-4,-8],[-1,-2],[-1,-4],[0,-2],[0,-2],[0,-1],[0,-1],[1,-1],[-1,-2],[-1,-2],[-4,-1],[-2,1],[-1,3],[-1,1],[-4,2],[-6,1],[-7,1],[-4,4],[-3,4],[-4,5],[-1,5],[0,1],[-5,-2],[-2,-1],[-4,0],[-3,3],[-2,2],[-1,2],[-1,4],[-1,3],[-1,2],[-3,2],[-4,3],[-5,1],[-4,6],[-3,3],[-2,2],[-3,4],[-3,1],[-2,1],[-1,-1],[-2,0],[-1,0],[-4,4],[-1,1],[0,3],[-1,2],[2,4],[2,6],[0,2],[-2,3],[-2,1],[-6,5],[-3,1],[-1,0],[-1,-1],[-2,-1],[-5,3],[-3,2],[-3,7],[-2,3],[-2,4],[0,3],[0,1],[1,1],[3,8],[1,3],[1,2],[1,1],[0,2],[-3,5],[-5,6],[-2,1],[-1,2],[-1,2],[1,6],[-1,8],[0,2],[-1,1],[-1,0],[-4,0]],[[553,4807],[8,16],[4,-5],[8,-2],[5,3],[4,-5],[29,-14],[2,3],[0,15],[4,4],[0,7],[6,7],[-4,10],[-2,12],[10,0],[5,5],[0,7],[-5,21],[3,8],[21,27],[6,10],[2,12],[2,0],[5,10],[4,15],[4,5],[2,8],[1,18],[7,14],[8,-2],[6,2],[2,6],[16,6],[8,13],[-3,7],[9,22],[7,7]],[[737,5079],[1,-5],[8,-11],[14,-3],[3,-5],[2,0],[4,-10],[13,-1],[4,4],[7,-17],[8,4],[0,-8],[15,3],[4,5],[3,0],[9,-19],[21,-10],[4,-4],[4,-12],[6,-4]],[[1759,4411],[-5,1],[-2,-2],[-1,-2],[-2,-2],[-2,-4],[-7,-7],[-9,-11],[-1,0],[-3,0],[-1,1],[-1,1],[-3,1],[-6,1],[-4,-1],[-2,-2],[-1,0],[-2,-10],[-1,-3],[0,-5],[0,-2],[0,-3],[-1,-6],[0,-14],[-1,-1],[-7,-5],[-2,-4],[-1,-2],[-1,-2],[0,-4],[1,-6],[-4,-7],[-2,-3],[-3,-3],[-2,-4],[-1,-5],[0,-1],[0,-3],[-1,-2],[-1,-3],[0,-1],[-1,-1],[-3,-3],[-1,-2],[0,-3],[1,0],[0,-2],[1,-10],[-2,-6],[-1,-2],[-1,0],[-1,-1],[-1,0],[-4,-1],[-5,-1],[-4,-5],[-2,-2],[-3,-8],[-4,-6],[-2,-3],[-1,-2],[0,-4],[1,-4],[0,-5],[-1,-3],[-2,0],[-5,-2],[-6,-4],[-2,-1],[-6,-4],[-1,-1],[-6,-5],[0,-1],[-1,1],[-3,4],[-2,2],[-1,-5],[-2,-5],[-1,-3],[-2,-5],[-1,-4],[0,-2],[0,-1],[-1,0],[-1,0],[-2,2],[-6,5],[-7,3],[-2,1],[-2,-5],[0,-1],[-1,-1],[0,-1],[0,-1],[-3,-3],[-2,1],[-2,3],[-1,1],[-2,1],[-6,0],[-13,-1],[-1,0],[-3,0],[-11,-3]],[[1633,4718],[3,7],[-6,7],[1,13],[6,6],[10,-3],[8,-8],[6,7],[0,14],[-14,22],[2,5],[-2,9],[-4,2],[6,8],[4,1],[1,6],[5,6]],[[1659,4820],[4,-10],[5,-7],[-3,-8],[3,-7],[-2,-18],[3,-11],[10,-10],[5,-11],[-6,-14],[18,-14],[-2,-20],[-6,-12],[-7,-47],[-7,-1],[-17,-8],[18,-12],[-6,-12],[28,-29],[-6,-14],[1,-18],[3,-10],[5,-5],[2,-10],[8,-9],[1,-28],[11,-6],[7,7],[5,-7],[3,-13],[5,-4],[5,-12],[10,-10],[2,-19]],[[5622,2640],[-6,5],[-1,1],[-3,0],[-3,0],[-1,0],[-3,2],[0,1],[0,1],[2,2],[1,1],[1,0],[1,-1],[2,-3],[2,-1],[2,0],[1,0],[6,1],[1,0],[0,1],[0,1],[-3,0],[-1,0],[-3,-1],[-2,1],[-2,1],[-3,3],[1,1],[6,1],[1,4],[-1,5],[-1,3],[-3,5],[-2,7],[0,4],[2,11],[6,9],[1,12],[1,4],[-1,3],[-1,2],[-2,5],[-4,8],[-3,3],[-5,3],[-6,6],[-1,2],[-3,2],[-2,1],[-1,1],[-4,0],[-1,0],[-2,-1],[-3,-2],[-6,-6],[-4,-5],[-4,-3],[-2,-1],[-4,-1],[-5,-1],[-3,0],[-1,-1],[-2,-1],[-4,-3],[-3,-4],[-3,-3],[-4,-2],[-2,-1],[-2,-2],[-4,-6],[-1,0],[-3,12],[-2,7],[-2,14],[-2,11],[-2,6],[-1,5],[-2,3],[-2,5],[-2,4],[-3,3],[-3,3],[-2,1],[-3,1],[-4,0],[-6,-2],[-3,-1],[-2,-1],[-1,0],[-1,0],[-1,1],[-3,3],[-3,4],[-7,6],[-5,5],[-3,3],[-1,4],[-8,8],[-1,4],[-7,14],[-1,2],[-2,5],[0,2],[0,3]],[[5440,2849],[30,2],[-7,13],[37,9],[-6,57],[-8,-2],[-3,21],[30,10],[1,-9],[32,9],[-1,13],[28,10],[-5,43],[15,5],[8,12],[-13,32],[64,-61],[16,4],[-4,38]],[[5654,3055],[54,14],[4,-30],[34,8],[-4,31],[9,4],[-4,38],[6,2],[1,-16],[14,3],[0,-8],[7,-14],[14,3],[2,-5],[42,10],[6,-51],[5,4],[31,5],[1,-10],[6,5],[-2,8],[22,5],[0,7],[75,22]],[[5977,3090],[3,-27],[16,4],[1,-10],[20,6],[13,-116]],[[1342,4480],[-1,0],[-2,-3],[-2,-3],[-2,-3],[-2,-2],[-7,2],[-4,0],[-3,-3],[-3,-4],[-1,-1],[-1,-4],[-1,0],[-6,0],[-1,2],[-3,2],[-5,3],[-3,3],[-3,3],[-2,1],[-6,-1],[-5,1],[-2,1],[-6,8],[-2,-1],[-2,-2],[-3,-5],[-5,-5],[-5,-1],[-5,-4],[-2,-2],[-1,-2],[0,-5],[0,-3],[-3,-5],[-2,-6],[-1,-2],[0,-3],[0,-2],[0,-2],[1,-4],[0,-1],[-6,-3],[-6,-5],[-4,-4],[-1,-1],[-1,-1],[-3,-1],[-5,4],[-4,7],[-2,1],[-5,-1],[-2,-3],[-3,-4],[-3,-4],[-5,-4],[-3,-2],[-3,-2],[0,-2],[-1,0],[-2,0],[-2,0],[-3,1],[-1,0],[-2,0],[-3,-1],[-1,-1],[-2,-1],[-1,-2],[-1,-1],[-4,-3],[-5,-3],[-3,-1],[-2,0],[-2,1],[0,2],[0,3],[0,1],[-3,5],[-2,3],[-1,1],[-5,7],[-6,0],[-7,3],[-6,0],[-4,-1],[-3,-1],[-2,-2],[-1,-2],[-1,0],[-2,-1],[-1,0],[-3,3],[-2,2],[-2,0],[-2,-1],[-2,0],[-2,0],[-1,0],[-1,0],[-1,1],[-1,5],[-2,6],[-3,8],[-1,7],[-4,4],[-3,3],[-1,1],[-1,2],[-1,1],[-3,1],[-1,1],[-1,1],[0,1],[-1,2],[-1,2],[-1,1],[-1,1],[-2,0],[-3,0],[-3,-1],[-2,-1],[-1,-1],[-4,-2],[-1,0],[-1,0],[-1,4],[-1,3],[-1,2],[-2,4],[-1,1],[-5,6],[-3,0],[-2,-1],[-3,-1],[-2,-2],[-2,-1],[-2,0],[-2,0],[-1,3],[-3,2],[-3,0],[-7,-1],[-1,0],[-2,-1],[-1,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-3],[0,-2],[-2,-5],[-2,-2],[-1,1],[-6,0],[-6,-2],[-3,0],[-3,-1],[-3,-1],[-1,0],[-1,0]],[[972,4450],[0,17],[-2,7],[-3,2],[-7,11],[-1,8],[-5,5],[9,27],[-4,8],[2,27],[12,8],[-3,6],[10,7],[15,-5],[3,9],[-2,11],[0,13],[5,17],[4,1],[-6,18],[2,7],[1,19],[-3,18],[19,37],[1,6],[23,43],[0,11],[9,27],[0,16],[-3,11],[1,6],[5,-4],[3,9],[3,-9],[4,5],[3,-16],[7,14],[-1,15],[3,-4],[6,4],[0,-15],[4,4],[4,-12],[4,6],[0,8],[14,5],[1,-8],[6,16],[5,-4],[8,4],[1,10],[-12,16],[4,6],[-2,13],[-8,0],[0,9],[12,30],[0,12],[6,15]],[[1129,4977],[7,2],[5,-5],[6,-19],[9,10],[10,2],[3,-6],[4,-3],[5,5],[1,9],[3,6],[0,7],[8,10],[-5,15],[3,3],[0,9],[5,-5],[4,0],[8,-6],[2,-3],[6,-1],[9,-9],[4,-1],[3,-9],[-3,-5],[-1,-13],[6,-14],[5,1],[9,-8],[5,-11],[2,2],[9,-5],[-1,-6],[7,-10],[2,-7],[4,0],[1,-7],[4,-9],[16,-22],[3,1],[4,-9],[-3,-41],[21,-10],[9,-13],[4,-12],[-7,-4],[-7,-15],[3,-7],[-8,-12],[5,-11],[-8,-11],[-2,-10],[1,-8],[11,-12],[1,-7],[3,-6],[0,-12],[13,-8]],[[4337,3814],[-16,-12],[0,-4],[-40,-12],[4,-58],[12,3],[2,-22],[-8,-5],[-1,-19],[-3,-3],[9,-21],[8,-12],[12,-30],[21,5],[9,-61],[4,0]],[[4107,3502],[-5,47],[-4,34],[8,2],[12,3],[6,2],[-2,24],[-2,21],[-2,23],[-1,5],[0,3],[-1,9],[-1,19],[-1,5],[-4,33]],[[4110,3732],[-1,23],[7,2],[-3,34],[10,2],[-3,22],[6,3],[-2,11],[-10,-1],[-4,34],[8,4],[-1,19],[10,3],[-1,17],[46,13]],[[4172,3918],[16,5],[3,-5],[60,16],[10,-78],[24,6],[2,-18],[26,8],[4,-29],[4,1],[2,-8],[14,2],[0,-4]],[[399,5301],[7,-11],[-1,-14],[5,-11],[0,-11],[6,-10],[6,-4],[6,-21],[-4,-8],[-7,-4],[2,-13],[-7,-16],[1,-4],[5,3],[2,-4],[9,1],[3,-2],[-1,-6],[11,-27],[0,-7],[11,-9]],[[453,5123],[-1,-11],[-8,-13],[-13,-14],[1,-7],[5,-1],[0,-6],[-4,-3],[0,-11],[-4,-1],[-1,-6],[-7,2],[-8,10],[2,5],[-4,7],[-1,-8],[-9,8],[-5,-2],[2,-13],[9,-3],[-2,-12],[6,0],[0,-10],[9,-6],[6,1],[8,-10],[1,-7],[4,-3],[0,-9],[-3,1],[-8,-5],[-3,2],[-9,-7],[1,-5],[-2,-4],[-5,2],[-4,-17],[2,-4],[-3,-1],[-4,2],[-2,-6],[1,-18]],[[151,4999],[14,24],[-1,9],[4,4],[12,0],[4,5],[-12,20],[-8,-2],[-1,3],[4,5],[-1,4],[-7,2],[-13,15],[-18,25],[-4,1],[0,4],[9,5],[2,-1],[1,5],[4,-1],[8,3],[0,4],[5,-5],[12,-6],[1,-6],[8,1],[15,8],[2,5],[8,8],[2,-2],[7,3],[1,-8],[9,3],[6,-5],[4,2],[1,-5],[5,-3],[0,15],[7,2],[6,10],[1,10],[-5,-1],[1,5],[-3,6],[-7,9],[-3,13],[1,19],[4,9],[22,19],[7,1],[3,4],[4,-1],[1,7],[9,16],[5,6],[-1,8],[2,9],[-2,5]],[[286,5294],[4,3],[3,7],[2,29],[16,-5],[1,-7],[8,-4],[10,-9],[10,1],[11,6],[10,-3],[18,-27],[16,3],[4,13]],[[453,5123],[5,7],[19,1],[11,-10],[18,-3],[13,-13],[9,-12],[23,-8],[6,-7],[0,-15],[4,3],[11,-2],[4,-6],[4,8],[8,4],[10,23],[10,-4],[6,2],[4,6],[5,20],[-4,25],[2,5],[-3,23],[13,20],[2,9],[5,5],[7,28],[11,7]],[[656,5239],[8,-12],[4,-2],[14,-32],[13,-18],[3,-24],[3,-6],[0,-6],[5,-12],[7,-7],[8,-18],[7,-6],[0,-8],[9,-9]],[[4158,3999],[9,-55],[2,1],[3,-27]],[[4110,3732],[-27,-7],[-4,-1],[-12,-8],[-2,-2],[-2,-1],[-1,-7],[3,-1],[-3,-13],[4,-1],[-1,-6],[-5,-1],[1,-10],[0,-4],[0,-13],[1,-6],[-16,-6],[-7,-2],[1,-6],[-11,-3],[-1,8],[-1,7],[-6,-2],[-5,-2],[-3,-1],[-5,36],[-3,18],[0,2],[8,10],[-2,15],[-2,18],[-12,-4],[-2,-2],[-2,-2],[-13,-3],[-1,7],[-1,6],[-1,14],[-1,3],[-1,11],[0,5],[-1,8],[-1,5],[-1,13],[-1,9],[-1,11],[0,1],[-1,5],[-5,-3],[-2,-4],[0,-1],[-1,0],[-6,-5],[-4,-3],[-2,1],[-3,-1],[-1,-1],[-1,-1],[-3,-4],[-3,-4],[-3,-4],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-2],[0,-1],[0,-1],[0,-1],[-1,-1],[-1,-1],[-3,0],[0,8],[-1,11],[0,10],[0,29],[-18,-30],[-3,-5],[-2,-3],[-2,-4],[-3,-4],[-1,0],[-2,5],[-2,9],[1,0],[2,3],[-3,13],[4,10],[1,1],[0,3],[0,8],[-1,0],[-1,-1],[-1,-1],[-2,-2],[-4,-5],[-1,-1],[-4,-5],[-2,-3],[-3,9],[3,3],[12,15],[2,2],[0,9],[-1,10],[-2,3],[0,1],[0,2],[0,2],[2,10],[2,10],[0,1],[-2,4],[-2,1],[-3,-3],[-4,-3],[-3,-2],[-7,-6],[-2,7],[-1,1],[-3,11],[0,1],[-13,40],[10,7],[0,1],[10,7],[7,6],[1,-1],[1,-2],[1,-2],[6,5],[2,4],[0,6],[1,10],[2,4],[0,1],[2,1],[1,1],[1,1],[1,3],[1,5],[0,4],[4,5],[3,4],[0,8],[-2,6],[0,2],[-1,6],[0,1],[2,-4],[3,2],[2,9],[6,9],[-13,1],[0,14],[0,5],[6,0],[-1,24],[0,2],[0,5],[5,0],[2,2]],[[3921,4124],[11,11],[52,-35],[36,-7],[-2,-12],[4,-12],[13,-1],[-2,11],[4,2],[6,-10],[4,2],[3,-9],[3,1],[3,-13],[5,-1],[0,-11],[2,11],[5,4],[2,7],[13,1],[1,-3],[36,3],[5,-19],[22,4],[5,-51],[6,2]],[[2270,4603],[-3,-3],[-4,-4],[-2,-3],[-3,-3],[-1,-2],[-2,-1],[-2,-2],[0,-1],[-1,-1],[0,-5],[-1,-10],[-1,-13],[-2,-13],[-1,-3],[-2,-10],[-3,-7],[-3,-9],[-2,0],[-7,-5],[-1,-1],[-5,-2],[-9,-3],[-7,0],[-5,-1],[-3,-5],[-9,-4],[-1,1],[-15,8],[-6,3],[-19,-6],[-11,-4],[-18,-6],[-6,-2],[-7,-3],[-4,2],[-2,4],[-5,1],[-4,1],[-5,0],[-1,-3],[-2,-7],[-1,-6],[-4,-2],[-5,-2],[-3,1],[-3,1],[-3,4],[-6,4],[-2,1],[-6,-2],[-7,-2],[-6,-4],[-4,-12],[-5,-5],[-8,-6],[-7,-5],[-5,-3],[-11,2],[-7,1]],[[1992,4446],[-16,55],[10,9],[4,-3],[9,8],[-2,33],[2,7],[5,4],[0,11],[-3,7],[-1,18],[8,8],[3,8],[2,26],[7,8],[5,12],[6,28],[3,22],[19,-14],[18,-8],[9,6],[13,3],[3,11],[-2,18],[5,6],[-12,33],[1,8],[8,6],[1,11],[14,3],[-3,11],[-9,13],[3,18]],[[2102,4832],[9,-1],[1,-3],[4,2],[-1,6],[9,6],[4,-4],[2,10]],[[2130,4848],[13,-13],[7,0],[3,-5],[18,-17],[-2,-7],[21,-16],[-1,-6],[-5,-6],[0,-6],[-9,-7],[0,-12],[-4,-5],[-7,-2],[-5,-13],[4,-18],[4,-11],[-3,-17],[6,-5],[3,-19],[6,-10],[1,-9],[-3,-4],[0,-6],[4,-6],[5,-3],[5,-13],[0,-6],[-12,-9],[-7,-13],[8,-13],[11,3],[5,-17],[-1,-4],[8,2],[-6,10],[-4,37],[-3,19],[5,-2],[1,5],[5,-2],[6,9],[7,-7],[12,-5],[10,-11],[34,-5]],[[4844,3718],[5,-17],[-10,-6],[0,-4],[-12,-6],[4,-20],[9,3],[8,-53],[50,15],[-4,-28],[10,5],[6,-40],[34,11],[-1,7],[52,16],[2,-12],[-4,-1],[5,-41],[-18,-6],[6,-45],[-18,-7],[-3,16],[-5,-2],[4,-27],[-5,-1],[1,-12],[10,2],[1,-5],[18,5],[20,-2],[1,20],[26,6],[1,-9],[11,3],[13,-97],[5,-15],[-4,-1],[6,-42]],[[4652,3423],[-4,-1],[-3,31],[12,8],[6,-7],[7,7],[-16,47],[-12,-8],[-2,13],[-32,-8],[-2,25],[6,1],[2,26],[-3,28],[1,9],[-7,1],[-2,21]],[[4603,3616],[6,3],[1,9],[6,2],[1,5],[5,1],[10,-5],[2,-19],[11,2],[5,-2],[5,8],[-2,15],[5,4],[-1,7],[32,10],[11,2],[11,-19],[2,-12],[6,-6],[23,8],[-1,17],[-13,2],[-8,15],[12,-1],[6,16],[0,16],[12,5],[-3,15],[17,6],[18,21],[12,6],[-9,36],[32,12]],[[4817,3795],[20,6],[3,-28],[-10,-3],[6,-53],[8,1]],[[7168,2395],[-3,-3],[-2,-6],[-4,-9],[-5,-9],[-2,-3],[-1,-1],[-10,-10],[-31,-18],[-10,-3],[-6,-1],[-6,-2],[-12,-5],[-7,-2],[-4,-2],[-9,-2],[-2,-1],[-1,-1],[-2,-3],[-2,-3],[-4,-4],[-5,-7],[-18,-21],[-4,-6],[-2,-6],[-2,-8],[0,-2],[-2,-13],[0,-8],[0,-5],[0,-2],[-1,-4],[-3,-4],[3,-20],[2,-5],[1,-4],[2,-14],[1,-12],[1,-15],[1,-20],[1,-14],[2,-15],[0,-4],[2,-28],[2,-26],[3,-26],[5,-36],[3,-19],[2,-8],[11,-56],[1,-8],[4,-21],[3,-10],[1,-4],[3,-11],[4,-17],[3,-11],[2,-8],[0,-3],[9,-32],[1,-5],[3,-8],[7,-25],[5,-17]],[[6728,2091],[33,93],[4,29],[7,19],[9,14],[17,11],[35,33],[16,26],[35,19],[1,12],[24,4],[-3,32],[9,2],[-7,64],[36,7],[-10,106],[-63,-12],[-5,57],[-42,-10],[-5,79]],[[6819,2676],[72,22],[-3,14],[32,8],[0,16],[37,8]],[[6957,2744],[14,3],[5,-40],[74,18],[3,-34],[-7,-2],[3,-39],[29,6],[7,-9],[37,-29],[19,5],[8,-126],[-6,-16],[7,-90],[18,4]],[[1992,4446],[-1,0],[-5,4],[-3,-1],[-2,-1],[-2,-3],[-4,1],[-1,0],[-3,3],[-2,1],[-1,1],[-2,0],[-3,0],[-7,0],[-4,2],[-1,1],[-1,1],[-2,0],[-3,0],[-1,0],[-1,0],[-2,0],[-4,1],[-5,-1],[-4,0],[-1,-1],[-2,-1],[-5,-4],[-10,-7],[-6,-1],[-1,0],[-6,-1],[-16,-2],[-1,0],[-3,0],[-3,-1],[-4,0],[-3,-1],[-8,-1],[-1,0],[-3,-1],[-9,-2],[-12,-3],[-7,-2]],[[1827,4427],[-13,19],[-5,0],[-16,18],[-19,30],[6,12],[1,13],[5,12],[-2,10],[-14,16],[-6,14],[6,18],[4,-4],[8,12],[9,17],[1,7],[-2,7],[3,8],[-8,9],[12,18],[14,9],[22,-3],[10,-4],[2,5],[-4,12],[2,12],[-3,16],[1,12],[-5,7],[-2,9],[0,10],[6,9],[-2,13],[2,8],[3,1],[5,53],[5,1],[0,7],[3,0],[3,-3]],[[1859,4837],[7,-2],[5,17],[4,-4],[7,0],[9,-8],[1,-5],[8,0],[4,11],[9,-2],[6,21],[3,27],[17,17],[9,-14],[14,-11],[11,-20],[13,1],[3,3],[5,-2],[9,5],[0,10],[5,4],[-3,8],[5,3],[2,-6],[5,-1],[14,11]],[[2031,4900],[13,-21],[20,-19],[27,-14],[11,-14]],[[1100,5187],[3,-6]],[[1103,5181],[1,-4],[-2,-11],[-3,-5],[-6,-20],[15,-20],[-8,-13],[0,-11],[4,-30],[7,-3],[-3,-33],[7,-9],[-3,-14],[2,-5],[7,-4],[2,-7],[7,-2],[-1,-13]],[[972,4450],[-6,-1],[-5,-6],[0,-1],[-1,-2],[-3,-5],[-1,-1],[-1,0],[-1,0],[-1,1],[-6,7],[-3,3],[-1,1],[0,1],[0,2],[0,1],[0,1],[0,2],[0,2],[0,1],[0,1],[-1,1],[0,1],[-1,1],[-1,2],[-1,1],[0,2],[-2,5],[0,2],[0,1],[0,1],[1,4],[0,1],[-3,3],[-1,1],[-2,3],[-1,7],[-1,2],[-1,1],[-1,1],[-2,2],[-1,0],[-4,2],[-5,1],[-4,2],[-3,4],[-5,4],[-4,0],[-6,0],[-4,2],[-5,-2],[-4,-1],[-7,0],[-4,1],[-6,-3],[-6,-5],[-1,0],[-1,-1],[-5,-1],[-3,-2],[-5,1],[-7,5],[-3,7],[-1,3],[0,2],[0,1],[-1,1],[-2,2],[-1,1],[-1,1],[-1,0],[-1,0],[-1,0],[-6,3],[-4,2],[-6,-1],[-6,-2],[-5,-1],[-4,-2],[-1,0],[-1,0],[-1,0],[-1,1],[-3,3],[-2,2],[-2,1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[0,1],[-3,7],[-1,3],[0,1],[-1,1],[-1,1],[-1,0]],[[867,4986],[7,3],[9,-1],[6,5],[2,8],[3,4],[7,-5],[3,6],[2,-2],[11,21],[1,11],[8,14],[-4,16],[4,20],[8,18],[4,20],[4,7],[1,12],[5,9],[6,47],[0,13]],[[954,5212],[5,4],[6,-5],[2,4],[4,-3],[8,11],[3,-9],[9,-4],[-7,-23],[2,-5],[0,-5],[3,-15],[-4,-6],[1,-18],[-7,-14],[3,-14],[7,-10],[21,-8],[10,12],[-5,13],[6,5],[8,29],[3,3],[3,-4],[8,0],[5,-4],[3,3],[5,11],[12,8],[5,-7],[2,5],[5,4],[0,9],[6,-3],[5,11],[9,0]],[[6640,2932],[14,-142],[12,2],[2,-24],[18,2],[5,-70],[27,3],[-1,15],[16,3],[6,-62],[30,7],[-3,26],[25,5],[-1,10],[25,8],[4,-39]],[[6552,2688],[-1,23],[8,2],[-1,25],[-11,-2],[-6,58],[11,2],[-2,21],[43,13],[-1,15],[-5,3],[-4,26]],[[6583,2874],[29,7],[-4,43],[9,2],[-1,16],[22,7],[2,-17]],[[2320,4748],[-1,-1],[-2,-3],[-1,-4],[3,-12],[1,-7],[0,-2],[-1,-3],[-3,-5],[-5,-5],[-1,-1],[-4,-6],[-1,-2],[-3,-7],[-2,-4],[-3,-7],[-1,-4],[-2,-8],[-2,-6],[0,-8],[-1,-8],[-2,-7],[-2,-11],[-1,-6],[-3,-6],[-6,-5],[-5,-5],[-2,-2]],[[2130,4848],[11,17]],[[2141,4865],[13,-3],[12,-15],[11,-8],[5,-8],[19,-18],[10,5],[5,-2],[5,4],[3,-13],[6,7],[6,-1],[1,-18],[5,0],[2,-5],[4,3],[-2,8],[5,0],[4,-8],[5,1],[7,-14],[5,1],[7,-3],[2,3],[10,-9],[8,-2],[-3,-10],[2,-6],[7,3],[5,-5],[8,1],[2,-5]],[[4511,3966],[9,-79],[10,2],[4,-26],[17,-7],[-1,15],[6,0],[6,5],[9,2],[5,-19],[2,-19],[17,5],[3,-23],[-8,-3],[2,-16],[9,2],[7,-48],[-10,-3],[1,-23],[-5,-2],[-4,-41],[-40,-13],[3,-25],[18,5],[4,-23],[16,5],[1,-4],[8,2],[3,-19]],[[4337,3814],[20,6],[-1,10],[-5,0],[-5,11],[0,50],[2,1],[1,6],[12,4],[2,6],[16,5],[1,-7],[55,15],[-2,14],[6,2],[1,-3],[31,11],[1,4],[-4,2],[0,9],[31,17]],[[4499,3977],[1,-3],[10,2],[1,-10]],[[100,4960],[0,2],[-10,-1],[-2,2],[-1,2],[-14,5],[-1,1],[-3,7],[-1,3],[-2,7],[-1,4],[-1,3],[-3,3],[-3,3],[-1,2],[0,2],[1,0],[1,1],[3,2],[3,1],[1,3],[3,8],[1,5],[1,6],[0,1],[-2,1],[-2,0],[-3,0],[-7,-1],[-1,0],[-2,1],[-3,2],[-2,3],[-5,11],[-2,2],[-1,1],[-2,0],[-3,-2],[-4,-4],[-3,-5],[-2,-2],[-1,-1],[-1,0],[-2,-1],[-4,0],[-2,-1],[-3,-1],[-3,-3],[-1,-1],[0,-2],[0,-5],[-1,0],[-3,0],[-2,2],[-1,2],[-2,10],[-1,2],[0,2],[0,1],[0,6],[0,1],[0,10],[1,5],[0,4],[0,5],[1,3],[0,2],[0,1],[0,6],[1,7],[1,9],[1,6],[0,6],[1,3],[1,10],[1,7],[0,4],[0,3],[1,8],[0,3],[0,2],[1,9],[1,6],[0,7],[1,2],[0,2],[0,2],[0,4],[0,3],[0,5],[0,6],[0,3],[0,3],[1,3],[0,4],[0,4],[0,4],[0,2],[0,5],[0,1],[1,2],[1,4],[0,2],[0,2],[1,2],[1,3],[1,5],[0,3],[1,1],[0,2],[4,9],[3,7],[2,6],[4,4],[1,0],[1,0],[0,1],[2,2],[1,1],[1,3],[1,3],[1,1],[3,4],[1,0],[2,0],[2,0],[3,0],[4,6],[3,4],[2,8],[2,8],[1,4],[2,4],[1,1],[2,3],[2,2],[2,2],[3,3],[4,4],[1,2],[1,1],[1,1],[0,1],[1,2],[1,1],[5,7],[2,3],[2,3],[2,1],[6,5],[1,1],[1,0],[1,0],[0,1],[1,-1],[4,1],[2,1],[1,0],[0,2],[1,1],[0,3],[0,1],[1,6],[1,2],[0,1],[0,2],[0,2],[0,1],[0,3],[0,1],[0,2],[0,1],[1,2],[0,1],[2,4],[1,4],[0,1],[0,4],[2,8],[3,8],[0,9],[-2,4],[-3,3],[-3,6],[-1,8],[0,5],[0,2],[0,4],[1,3],[2,5],[0,1],[1,0],[5,6],[4,5],[2,2],[1,0],[0,2]],[[131,5500],[3,-7],[2,-12],[14,-29],[2,-18],[6,-13],[4,-27],[18,-26],[8,-7],[6,-2],[20,9],[30,-6],[33,-45],[7,-25],[2,2]],[[1889,4997],[-1,-9],[3,-24],[-8,-41],[-4,-2],[3,-5],[-5,-14],[5,-6],[-5,-7],[-9,-5],[1,-15],[-6,-8],[-4,-24]],[[1827,4427],[-4,-1],[-27,-6],[-4,-2],[-5,-1],[-7,-2],[-4,0],[0,-1],[-2,0],[-1,-1],[-3,-1],[-2,-1],[-4,0],[-5,0]],[[1659,4820],[7,9],[15,-1],[8,8],[8,23],[4,3],[7,16],[2,8],[5,4],[-1,8],[4,16],[7,0],[14,29],[13,19],[1,11]],[[1753,4973],[6,8],[9,3],[23,21],[7,-1],[7,3],[1,4],[7,-2],[10,3],[11,9],[6,-2],[2,5],[4,-6],[12,4],[15,-7],[11,-18],[5,0]],[[5440,2849],[-20,2]],[[5408,3039],[6,14],[37,63],[5,30],[14,-10],[6,20],[14,4],[5,-3],[1,4],[-6,6],[-3,-2],[-3,12],[10,15],[-3,6],[3,5],[7,3],[-4,6],[7,13],[-1,20],[-12,-2],[-8,11],[-1,7],[-14,7],[-7,11],[-6,0],[7,10],[-2,1],[1,18],[-5,7],[-4,1],[0,-9],[2,-3],[-4,-22],[-3,3],[-9,-8],[-10,9]],[[5428,3286],[1,22],[6,11],[2,13],[14,21],[-1,65],[9,32],[15,4],[2,-10],[27,8],[-1,21],[12,5]],[[5514,3478],[64,19],[7,-13],[-8,-13],[-1,-5],[2,-4],[-5,-9],[11,-6],[1,3],[54,16],[-10,-28],[31,8],[2,-11],[95,27]],[[5757,3462],[7,-55],[3,1],[5,-30],[12,3],[9,-76],[-6,-2],[1,-22],[-35,-11],[-3,23],[-63,-19],[8,-75],[-61,-18],[4,-31],[9,3],[5,-36],[-10,-3],[2,-14],[5,1],[5,-46]],[[5106,3340],[-8,63],[68,17],[-11,98],[16,4],[11,12],[19,36],[4,-3],[-2,17],[19,16],[-10,14],[-7,5],[17,16],[-3,12],[48,43]],[[5267,3690],[4,-5],[27,-3],[0,-18],[14,-32],[7,5],[8,-10],[2,-9],[-10,-13],[-8,-21],[-2,-22],[2,-22],[7,-12],[38,-25],[10,-18],[4,-12],[-1,-11],[-8,-22],[-1,-8],[3,-13],[8,-9],[21,-11],[6,-13],[-2,-24],[-18,-28],[-3,-10],[-2,-18],[2,-15],[8,-23],[7,-5],[8,0],[16,16],[14,7]],[[1686,5072],[-4,-6],[0,-34],[5,-6],[3,1],[5,-8],[9,3],[7,-7],[11,-1],[-2,-7],[8,-29],[9,7],[3,-4],[1,2],[6,-8],[2,3],[4,-5]],[[1437,4869],[2,1],[0,8],[-3,19],[8,24],[5,5],[0,5],[-6,10],[1,18],[-3,8],[3,22],[-5,5],[-4,-1],[-3,6],[-6,18],[0,12],[3,10],[-8,3],[-2,4],[32,36],[5,8],[0,11]],[[1456,5101],[6,-2],[5,-9],[2,-12],[14,-8],[13,10],[4,7],[8,-4],[0,4],[-2,2],[-8,4],[-2,8],[6,13],[9,-16],[9,-9],[13,-26],[8,-8],[15,14],[4,1],[11,-7],[3,2],[16,-17],[13,-3],[-1,9],[-10,24],[2,5],[0,31],[5,4],[2,-4],[5,5],[17,-27],[3,1],[3,-4],[-1,-8],[-7,-6],[1,-15],[5,-11],[4,2],[4,-4],[2,20],[7,11],[8,-11],[-1,-5],[4,-4],[5,5],[-1,19],[3,3],[6,-5],[10,0],[2,6],[6,-14]],[[6562,2981],[14,3],[-2,-6],[9,-104]],[[6058,2976],[26,23],[36,-20],[22,-5],[12,-10],[12,-5],[12,0],[10,5],[29,36],[7,16],[28,32],[18,14],[24,8],[18,-5],[14,0],[8,6],[5,11],[8,73],[10,32]],[[6357,3187],[27,-40],[12,-121],[7,3],[9,-85],[150,37]],[[576,5303],[8,-7],[6,13],[8,2],[7,10],[7,1],[24,-25],[0,-4],[3,-3],[7,-17],[5,-5],[6,-21],[-1,-8]],[[399,5301],[2,16],[-7,27],[5,9],[-3,6],[1,8],[-3,10],[3,10],[8,14],[1,11],[-4,9],[1,11],[4,12],[0,13],[10,7],[4,5]],[[421,5469],[9,-12],[13,-1],[4,-6],[4,-11],[0,-11],[4,-34],[7,-5],[6,-2],[4,9],[8,-7],[4,1],[0,-8],[15,-2],[-1,3],[6,1],[12,17],[9,-3],[-4,-16],[3,-16],[0,-27],[-5,-32],[4,-3],[2,2],[5,-5],[-2,-15],[2,-2],[7,2],[5,5],[2,-2],[6,1],[7,8],[-2,5],[12,-5],[-4,-6],[6,-4],[3,2],[-2,4],[6,9]],[[5227,3742],[6,-4],[16,-33],[13,-9],[5,-6]],[[4844,3718],[-3,24],[26,8],[4,-33],[21,6],[1,6],[28,-6],[10,18],[-3,93]],[[4928,3834],[24,2],[0,-4],[30,1],[6,-13],[13,6],[2,-9],[16,-14],[22,7],[0,-4],[11,5],[-1,-17],[14,3],[-1,6],[11,-20],[11,3],[4,-30],[26,7],[8,-11],[2,-8],[18,1],[-1,-15],[4,0],[3,7],[2,-2],[31,8],[1,20],[3,0],[4,-10],[11,-5],[8,3],[17,-9]],[[410,5550],[2,-10],[-6,-6],[7,-24],[2,-17],[4,-9],[2,-15]],[[131,5500],[1,5],[1,4],[1,5],[1,1],[0,1],[1,1],[2,7],[0,4]],[[138,5528],[13,2],[16,10],[12,-9],[9,3],[4,8],[0,8],[3,12],[-2,17],[2,10],[3,0],[6,-6],[7,9],[2,6],[4,0],[3,-12],[5,-7],[-2,-7],[14,-14],[3,0],[1,-3],[-7,-20],[3,-5],[4,0],[3,-4],[-1,-10],[8,-6],[2,11],[8,-15],[18,-4],[8,3],[7,13],[13,16],[17,16],[6,2],[5,7],[3,9],[7,5],[2,0],[9,-16],[4,-2],[12,-33],[11,0],[5,9],[5,-1],[5,9],[7,3],[5,8]],[[782,5428],[11,-1],[12,-9],[3,-16],[8,-2],[3,4],[4,0],[7,-9],[0,-19],[8,-7],[6,-9],[1,-6],[6,-3],[1,-17],[17,-17],[14,1],[7,11],[11,-2],[5,-5],[3,3],[2,-4],[4,0],[3,-12],[-1,-2],[0,-13]],[[917,5294],[-4,-10],[0,-7],[5,-7],[-3,-7],[1,-6],[6,-10],[18,-2],[-2,-15],[16,-18]],[[576,5303],[-5,6],[-2,-2],[1,9],[4,-1],[2,2],[3,-5],[5,1],[0,4],[-3,4],[2,3],[11,-8],[6,9],[3,0],[3,5],[9,6],[-2,8],[4,9],[9,14],[9,8],[3,6],[2,7],[-2,13],[1,9],[-1,6],[4,6],[6,2],[3,9],[1,25],[2,5]],[[654,5463],[12,4],[1,3],[7,5],[2,10],[8,-12],[2,-21],[2,-4],[2,1],[4,-5],[3,-7],[8,3],[11,-12],[13,-1],[7,-3],[1,-6],[13,5],[6,13],[5,3],[8,-10],[7,-3],[6,2]],[[5964,3453],[-4,-3],[0,-17],[-6,-14],[3,-19],[-4,-18],[89,-86]],[[6042,3296],[-25,-62],[-40,39],[-9,-23],[5,-20],[4,-29],[15,4],[2,-20],[-32,-8],[2,-21],[-47,-13],[0,-10],[-4,-10],[13,-9],[33,8],[2,-21],[14,3],[2,-14]],[[5757,3462],[-8,62],[29,7],[2,-19],[25,7]],[[5805,3519],[76,19],[3,-34],[17,7],[7,-69],[39,10],[2,8],[15,-7]],[[4511,3966],[83,24],[-3,16],[20,7],[-3,30]],[[4608,4043],[47,15],[1,-6],[9,2],[20,10],[3,-14],[26,11],[-1,-41],[22,2],[9,7],[-6,39],[38,10]],[[4776,4078],[7,2],[2,-16],[-6,-2],[-1,-13],[-3,-1],[3,-33],[-2,-1],[1,-15],[-18,-6],[4,-24],[5,-8],[5,1],[1,-9],[8,1],[7,6],[2,-7],[13,2],[3,-15],[24,9],[3,-45],[-16,-7],[4,-28],[-3,0],[6,-45],[-10,0],[2,-29]],[[2516,4950],[3,-15],[1,-7],[-4,0],[-3,-1],[-4,-1],[0,-2],[0,-1],[-1,-3],[1,-3],[0,-1],[-6,-6],[-3,-3],[-7,-6],[2,-6],[-1,-3],[-4,-9],[-1,-2],[-3,-5],[-4,-6],[-6,-7],[4,-11],[1,-3],[1,-3],[1,-1],[1,-1],[-1,0],[0,-2],[0,-2],[0,-2],[0,-1],[1,-1],[0,-1],[0,-1],[0,-1],[-1,-4],[-1,-1],[-1,0],[0,1],[-5,-4],[-5,-5],[-4,-3],[-1,0],[-1,1],[-2,2],[0,1],[-1,3],[-1,3],[-1,0],[0,1],[-1,-1],[-6,-5],[-1,-3],[-1,0],[0,-1],[0,-1],[-1,-6],[0,-6],[1,-2],[1,-4],[0,-1],[0,-4],[-1,-1],[-1,1],[-4,2],[-4,3],[-2,-1],[-1,-3],[-1,-4],[-2,-3],[-7,-3],[-7,-1],[-6,4],[-2,2],[-1,1],[-5,1],[-1,0],[-1,0],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-1,1],[-1,0],[-1,1],[-1,2],[-2,0],[-3,-3],[-2,-3],[-1,-3],[0,-1],[1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-3,-2],[-2,-1],[-1,0],[-2,1],[-1,0],[-2,0],[-1,0],[0,-5],[1,-2],[1,0],[1,-2],[0,-1],[0,-1],[-1,-2],[-1,-1],[-1,0],[-2,5],[-4,5],[-4,-6],[-1,-2],[-4,-5],[-1,-1],[-2,-1],[0,-1],[-7,-2],[-1,0],[-3,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[1,1],[1,0],[1,1],[1,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[-3,4],[-1,0],[-1,-1],[-1,-1],[0,-1],[-1,-1],[0,-2],[0,-1],[0,-1],[0,-1],[-1,0],[0,-2],[-1,-2],[-3,-3],[-1,-1],[0,-1],[-7,-2],[-6,1],[-1,-1]],[[2141,4865],[-1,6],[-5,11],[9,14],[-5,20],[1,6],[11,-9],[3,23],[-1,17],[-6,4],[3,8],[1,9],[-4,3],[7,0],[0,7],[-3,5],[-14,-3],[5,14],[-1,10],[-6,5],[2,8],[-2,6],[-3,0],[7,11],[-4,12],[13,7],[5,-13],[5,2],[6,-31],[6,3],[10,15]],[[2180,5035],[29,-22],[15,-24],[5,-38],[20,10],[3,-6],[-3,-3],[5,-20],[10,1],[6,3],[5,24],[5,12],[9,-6],[11,-13],[15,22],[19,-16],[4,12],[14,0],[-2,-29],[7,-5],[12,32],[18,-17],[10,0],[7,-33],[0,-16],[7,1],[8,5],[1,10],[-2,11],[22,9],[2,8],[-3,26],[6,2],[9,8],[2,11],[8,7]],[[2464,5001],[10,-32],[8,5],[7,-16],[2,-14],[25,6]],[[4143,4270],[11,-6],[4,-8],[0,8],[26,-25],[-1,-4],[-4,1],[-2,-3],[2,-9],[10,-11],[59,-17],[6,-54],[-4,-1],[9,-71],[16,4],[1,-15],[-15,-6],[5,-56],[-8,-3],[-3,-6],[-3,5],[-36,-14],[-1,5],[-33,-9],[-1,17],[-4,10],[-19,-3]],[[3921,4124],[-6,16],[1,1],[-3,7],[0,2],[-1,2],[-1,4],[-1,1],[-4,11],[6,24],[9,8],[2,1],[7,7],[3,8],[0,1],[0,1],[1,3],[9,40],[3,10],[-1,3],[-12,7],[-2,1],[-1,1],[-4,-8],[-4,-9],[-1,0],[-7,1],[-2,4],[-2,5],[-2,6],[-4,8],[-1,2],[0,2],[1,6],[0,2],[1,3],[1,4],[4,7],[3,5],[1,4]],[[3914,4325],[17,-6],[17,-14],[17,-6],[26,4],[3,3],[-3,13],[0,8],[7,4],[-13,13],[6,1],[1,3],[-6,5],[1,3],[9,-3],[1,3],[-3,1],[1,6],[4,1],[3,-10],[1,0],[-2,10],[5,15],[-1,10],[1,0],[2,-6],[5,4]],[[4013,4387],[4,10],[16,1],[-4,4],[3,8],[10,-14],[3,1],[0,3],[10,3],[-3,-8],[7,0],[1,5],[5,2],[1,-4],[-2,-7],[-3,1],[0,-3],[7,-1],[-5,-9],[0,-2],[7,2],[2,-5],[0,7],[3,2],[5,-14],[-3,-9],[-10,-1],[0,-2],[8,-6],[2,-9],[6,5],[4,-4],[-4,-8],[2,-12],[8,2],[0,14],[20,5],[1,-11],[-7,-2],[2,-15],[10,2],[12,7],[3,-1],[0,-6],[-5,0],[2,-4],[4,-17],[4,-31],[4,4]],[[6976,3047],[5,-53],[-9,0],[0,-29],[-8,0],[0,-12],[-43,-9],[1,-17],[-19,-4],[4,-45],[27,5],[1,-18],[35,7],[6,-71],[-25,-9],[6,-48]],[[6640,2932],[76,24],[-4,31],[106,25],[-14,15],[15,3],[-3,29],[39,9],[5,-48],[54,13],[-1,9],[62,13],[1,-8]],[[4143,4270],[8,6],[15,-6],[-12,11],[6,0],[13,-11],[25,7],[-1,8],[11,36],[17,4],[-4,23],[22,-3],[-2,10],[4,8],[25,-4]],[[4270,4359],[0,-5],[19,-2],[0,-16],[18,-8],[-6,-13],[-8,1],[0,-6],[22,3],[1,5],[16,2],[12,-10],[2,-20],[6,-9],[1,-8],[26,-5],[8,-61],[4,0],[5,-36],[26,7],[9,-10],[4,-30],[12,3],[3,-20],[-4,-1],[2,-18],[-3,-8],[4,-8],[9,-2],[0,-6],[-3,-1],[1,-14],[-9,-17],[8,-1],[2,-20],[-10,-3],[1,-17],[12,3],[1,-20],[33,7],[5,-18]],[[553,5575],[-3,-5],[2,-7],[9,-2],[15,-33],[1,-18],[6,-15],[1,-10],[5,-15],[9,1],[4,3],[8,-5],[8,5],[8,-1],[3,5],[3,0],[1,11],[3,1],[7,-11],[9,-10],[2,-6]],[[410,5550],[1,5],[-5,19],[-8,15],[-2,8],[-6,7],[-4,7],[4,15],[11,21],[3,10],[-4,15],[12,11]],[[412,5683],[9,-31],[22,-25],[15,-9],[3,-5],[1,-31],[5,-12],[11,-12],[12,22],[4,-2],[7,7],[9,-7],[4,9],[11,2],[1,8],[6,2],[3,-6],[13,-8],[2,1],[3,-11]],[[1686,5072],[27,79],[8,18],[3,24],[-6,6],[10,15],[-1,3],[5,-2],[5,5],[0,8],[4,10],[7,11],[10,11],[6,-6],[8,-2]],[[1772,5252],[14,-20],[9,9],[9,-15],[6,12],[10,-5],[5,11],[10,-8],[-2,-8],[6,-9],[14,-8],[6,3],[4,9],[-2,38],[4,8],[8,-5],[11,-14],[23,6]],[[1907,5256],[8,-21],[0,-13],[5,-41],[-4,-28],[0,-26],[-2,-13],[4,-13],[-1,-21],[4,-26],[-5,-19],[9,7],[1,-20],[-4,-26],[-18,-4],[-1,4],[-14,1]],[[7298,2877],[-9,-26],[0,-80],[-2,-20],[8,-38],[1,-60],[12,-49],[13,-36],[20,-37]],[[7341,2531],[-1,-3],[-3,-4],[-5,-11],[-4,-10],[-1,-4],[-2,-2],[-2,-3],[-3,-8],[-4,-10],[-4,-9],[-3,-6],[-9,-22],[-2,-9],[-7,-15],[-1,-3],[-5,-13],[-8,-16],[-7,-20],[-4,-13],[-9,-23],[-10,-25],[-3,-7],[-2,-7],[-1,-5],[-3,-11],[-3,-10],[-4,-12],[-7,-17],[0,-3],[-10,-23],[-8,-16],[-9,-12],[-2,-1],[-5,-8],[-10,-9],[-14,-12],[-7,-3],[-3,0],[-6,-4],[-2,-3],[-4,-3],[-4,-3],[-4,-1],[-14,-11],[-2,-1],[-8,-7],[-3,-1],[-2,0],[-2,1],[-3,3],[0,2],[1,8],[0,2],[1,6],[0,6],[0,4],[0,1],[1,1],[2,3],[5,3],[2,1],[2,0],[1,-1],[5,-4],[1,-1],[2,1],[0,2],[-1,1],[0,1],[-3,2],[-2,2],[-1,2],[1,2],[0,2],[3,5],[1,1],[1,0],[4,0],[2,0],[2,1],[1,1],[0,1],[0,1],[-1,3],[-1,0],[-2,-1],[-2,2],[0,3],[0,4],[3,1],[3,-1],[4,-2],[1,-1],[2,0],[1,0],[4,3],[1,1],[1,2],[0,1],[-1,3],[1,4],[3,2],[5,-3],[2,0],[1,1],[0,1],[1,2],[-1,2],[0,3],[-2,1],[-1,0],[-7,-4],[-8,0],[-4,-3],[-4,-1],[-1,0],[-1,1],[0,1],[5,3],[5,4],[4,3],[2,1],[3,0],[13,-1],[3,1],[10,6],[7,3],[9,7],[10,8],[17,10],[3,2],[5,5],[3,6],[2,4],[2,8],[-1,6],[1,11],[3,7],[3,9],[6,9],[2,3],[3,9],[1,4],[2,1],[3,6],[-88,63]],[[6976,3047],[33,7],[-2,5]],[[7007,3059],[48,7]],[[7055,3066],[14,-21],[5,1],[4,-49],[-7,-2],[0,-62],[4,-18],[78,18],[34,1],[0,27],[21,4],[2,-31],[13,-4],[2,9],[7,1],[2,-22],[19,4],[-4,12],[2,20],[9,-11],[41,-15],[-22,-47],[19,-4]],[[6658,3128],[9,-96],[-48,-11],[-2,20],[-47,-11],[0,-16],[-11,-3],[3,-30]],[[6357,3187],[12,31],[11,50],[11,31],[15,26],[23,27],[11,16]],[[6440,3368],[16,-12],[78,-89],[39,80],[39,-44],[-37,-76],[83,-99]],[[1907,5256],[3,22],[-3,28]],[[1907,5306],[13,-7],[54,-13],[-9,-15],[8,-10],[-4,-55],[5,-36],[35,-10],[14,-10],[0,-7],[26,-18],[5,4],[6,-44],[2,-4],[-1,-19],[-12,-35],[19,-20],[-6,-78],[3,-1],[2,3],[10,-6],[4,-9],[-1,-5],[-9,-5],[-26,0],[-14,-6]],[[6367,3504],[72,-69],[17,-12]],[[6456,3423],[-8,-39],[-8,-16]],[[6042,3296],[46,-43],[6,7],[22,6],[15,-13],[54,16],[9,36],[-42,34],[11,28],[-3,2],[12,32],[26,-24],[22,61],[37,-34],[18,49],[13,-12],[5,12],[8,-6],[13,35],[35,-33],[13,32],[-13,12],[8,21],[10,-10]],[[1448,5478],[-7,-21],[-10,-12],[4,-22],[14,-14],[13,-23],[-2,-10],[9,-6],[11,1],[2,-6],[-2,-46],[6,0],[-1,-37],[-8,-5],[5,-9],[7,3],[9,-41],[-10,-17],[-15,-9],[-2,-5],[0,-4],[-6,-6],[-13,-28],[-1,-7],[5,-33],[-2,-6],[-4,4],[-1,-1],[7,-17]],[[1103,5181],[3,3],[24,-14],[7,0],[20,25],[6,12],[6,16],[-1,4],[8,28],[6,7],[3,-3],[6,9],[5,-9],[4,6],[2,10],[6,4],[9,-1],[10,11],[10,3],[-2,17],[13,8],[35,10],[11,-4],[17,4],[10,16],[0,4],[-6,-3],[-3,4],[-1,24],[23,31],[4,25],[23,-14],[14,14],[6,15],[5,48],[-15,12],[3,5],[15,7],[6,21]],[[1395,5536],[21,-7],[3,-17],[9,-5],[11,-21],[9,-8]],[[1537,5481],[13,-10],[18,-26],[-2,-13],[5,-1],[11,7],[-11,32],[3,6],[11,-26],[3,4],[2,-8],[14,-12],[10,-22],[1,-16],[7,-15],[1,3],[15,-19],[10,-1],[24,-33],[10,-8],[5,11],[5,-6],[4,10],[4,2],[5,-5]],[[1705,5335],[5,-2],[2,-5],[-5,-14],[-1,-13],[-5,-6],[-1,-20],[17,-2],[0,7],[6,10],[4,-13],[11,-1],[2,-2],[1,8],[8,-3],[2,5],[4,-2],[8,-10],[3,-8],[6,-5],[0,-7]],[[1448,5478],[6,-2],[6,7],[14,22],[2,-4],[4,-2],[0,8],[3,3],[6,-15],[12,-15],[5,5],[6,-10],[18,-7],[2,15],[5,-2]],[[2381,5193],[10,7],[10,4],[7,-7],[5,-16],[0,-9],[21,-49],[8,-29],[4,-6],[9,-4]],[[2455,5084],[2,-10],[-2,-1],[3,-21],[-4,-18],[8,-10],[2,-23]],[[2180,5035],[-4,4],[-7,15],[4,22],[-1,16],[-11,21],[3,9],[-2,19],[13,0],[5,-18],[12,5],[2,-3],[2,6],[-6,25],[3,3],[-4,5],[0,11],[7,7],[7,13],[-3,6]],[[2200,5201],[5,7],[0,21],[-7,13],[-7,23],[-2,12],[3,13],[6,5],[5,-1],[13,-26],[0,-65],[10,-21],[18,-4],[40,18],[6,-4],[10,-32],[6,-3],[8,10],[15,-10],[8,2],[13,29],[8,4],[13,-2],[10,3]],[[5227,3742],[0,15],[14,8],[-1,10],[-13,26],[6,18],[26,7],[2,-13],[37,11],[4,5],[-6,5],[8,19],[-2,9],[5,1],[4,6],[2,28],[4,10],[8,2],[7,9],[1,11],[8,5],[2,5],[-4,18],[-10,13]],[[5329,3970],[5,4],[-2,19],[3,-1],[3,3],[6,-7],[4,-10],[-4,-6],[44,7],[2,-16],[34,6],[2,-24],[21,4],[4,-14],[55,24],[14,18]],[[5520,3977],[0,-7],[20,4],[1,-26],[-7,-25],[-1,-10],[-13,-3],[5,-7],[-5,-14],[-8,6],[1,-10],[-8,-6],[-10,2],[-16,-1],[5,-58],[7,1],[2,-21],[24,-13],[9,-89],[-15,-3],[10,-81],[-21,-7],[9,-76],[-3,-3],[8,-52]],[[405,5774],[6,-3],[10,5],[9,-19],[2,-9],[-1,-6],[3,-9],[-5,-6],[-7,5],[-3,-5],[-12,-11],[0,-18],[5,-15]],[[138,5528],[-1,5],[0,2],[0,4],[-1,9],[0,2],[-1,2],[0,1],[-1,4],[-1,2],[-1,2],[0,1],[0,1],[0,1],[0,2],[1,0],[1,4],[1,9],[0,7],[0,6],[0,3],[1,3],[0,3],[0,1],[1,3],[1,2],[4,6],[4,6],[9,5],[1,1],[1,1],[1,21],[0,4],[1,9],[2,6],[0,4],[0,4],[-1,2],[-1,2],[0,4],[4,7],[2,6],[2,6],[4,8],[2,6],[2,3],[1,5],[1,1],[1,4],[2,4],[2,4],[1,1],[2,1],[3,9],[0,8],[1,3],[2,3],[1,0],[1,1],[1,0],[1,1],[2,2],[1,3],[1,1],[2,0],[0,1],[3,0],[2,-2],[7,0],[6,6],[4,3],[2,0],[0,1],[1,1],[-2,7],[-2,7],[0,4],[3,2],[2,3],[1,3],[0,1],[1,1],[0,1],[0,3],[0,3],[0,4],[0,3],[0,5],[0,10],[0,10],[0,6],[0,4],[0,4],[1,4],[1,4],[2,3],[2,1],[1,2],[1,1],[0,2],[0,2],[1,2],[3,4],[3,5],[2,0],[2,1],[5,-2],[3,-2],[1,-4],[3,-8],[4,-2],[6,-2],[1,-2],[2,-4],[1,-4],[1,-5],[1,-6],[1,-3],[1,-2],[4,-6],[2,-4],[2,-2],[5,-3],[2,-1],[2,-2],[0,-3],[2,-2],[3,-3],[1,0],[1,0],[2,1],[4,7],[2,5],[1,0],[4,2],[4,1],[6,-1],[6,-2],[2,-2],[4,-3],[3,-3],[1,0],[1,1],[2,4],[1,6],[2,2],[4,-2],[3,-3],[5,-4],[2,-4],[3,-4],[2,-4],[6,-2],[0,-6],[2,-6],[5,-3],[1,0],[2,2],[3,2],[3,-6],[1,-4],[1,-6],[1,-7],[0,-3],[0,-1],[2,-3],[4,0],[5,1],[3,0]],[[1907,5306],[0,9],[10,18],[10,14],[2,15]],[[1929,5362],[25,-8],[22,-4],[11,-38],[7,-11],[4,33],[7,19],[9,12],[16,-12],[27,-63],[-5,-19],[3,-5],[13,4],[15,-15],[13,2],[8,8],[17,31],[10,-2],[13,-12],[7,11],[3,35],[9,3]],[[2163,5331],[7,-12],[-3,-21],[4,-17],[-3,-10],[-10,-17],[21,-36],[8,-25],[6,-1],[7,9]],[[3994,4635],[11,-25],[12,2],[4,-3],[-12,-6],[-1,-10],[-9,-16],[-18,0],[10,-11],[3,-7],[0,-14],[-8,-15],[-8,27],[-9,-19],[-8,-9],[-2,-16],[2,-6],[11,-15],[4,-10],[-2,-18],[3,-13],[6,1],[10,-12],[3,1],[1,-3],[-1,-4],[6,-15],[9,-9],[-6,-9],[8,-14]],[[3914,4325],[2,7],[4,8],[4,7],[2,4],[1,1],[14,11],[3,6],[2,5],[2,4],[1,1],[-1,2],[-2,1],[-2,0],[-18,-3],[-3,0],[-7,-2],[-1,1],[0,2],[1,1],[1,2],[-2,4],[-2,2],[-1,-2],[0,-7],[-1,-4],[-6,-1],[-1,-1],[-3,28],[0,4],[-1,5],[0,8],[-1,7],[-1,10],[0,4],[-1,18],[-2,17],[-1,0],[-1,0],[-1,2],[-1,13],[0,10],[-1,9],[-2,2],[-2,0],[-6,0],[-2,0],[-9,0],[-7,0],[0,-6],[1,0],[1,-2],[1,-1],[1,-3],[-1,-2],[-1,0],[-1,0],[-4,2],[-2,-1],[-6,-1],[-5,1],[-2,0],[-1,-2],[-4,-5],[1,-3],[3,-2],[2,-2],[1,-4],[1,-2],[-1,-5],[-1,-1],[-3,7],[-3,4],[-1,-3],[0,-5],[2,-6],[1,-16],[-4,-2],[-4,-2],[-5,-1],[-2,-1],[-4,1],[-3,1],[-1,1],[-2,2],[-1,0],[-1,-1],[-1,-1],[0,-1],[-3,-1],[-3,4],[-2,5],[-3,5],[-2,2],[-1,1],[-6,4],[-3,3],[-5,6],[-6,8],[-1,4],[-6,3],[-3,-5],[-6,-6],[-11,-13],[-1,2],[-4,8],[-7,13],[-2,5],[-4,7],[-6,9],[-1,5],[2,5],[2,4],[4,4],[1,4],[-3,2],[-5,-4],[-4,4],[-4,5],[-6,4],[-3,9],[-2,2],[-4,5],[3,15],[2,9],[1,6],[0,3],[-4,6],[3,6],[-4,6],[-3,-5],[-2,2],[1,3],[3,5],[2,0],[2,0]],[[3709,4618],[6,0],[0,-5],[6,-7],[4,18],[27,13],[2,6],[3,34],[6,39],[10,-3],[9,-4],[2,-4],[9,2],[7,-2],[5,-17],[-1,-6],[8,-6],[6,23],[4,8],[-4,10],[2,21],[8,11],[-2,7],[4,6]],[[3830,4762],[6,0],[32,-52],[6,3],[6,-8],[-8,-10],[24,0],[5,-8],[8,0],[3,11],[15,-3],[6,11],[1,-14],[5,-7],[-15,-15],[-9,5],[-9,-5],[11,-19],[5,-3],[8,10],[8,0],[3,-10],[0,-11],[7,-5],[4,5],[15,-9],[12,10],[9,-7],[6,4]],[[1100,5187],[2,6],[-1,9],[-3,-1],[-1,8],[-11,19],[3,13],[-3,12],[1,7],[-3,7],[0,13],[6,9],[0,11],[-2,5],[1,18],[-2,7],[3,3],[17,-16],[5,9],[0,12],[5,11],[4,0],[8,11],[-1,9],[11,17],[2,-2],[9,4],[1,6],[3,8],[8,8],[-2,8],[6,9],[-4,32],[4,1],[0,18],[4,14],[-1,2],[3,4],[3,-4],[25,38],[5,-8],[9,7],[2,22],[3,1],[4,13]],[[1223,5567],[5,11],[2,14],[5,13],[3,5],[4,-10],[5,0],[6,15],[8,11],[-1,6],[4,1],[-1,4],[7,8],[10,24]],[[1280,5669],[2,0],[2,-7],[15,-30],[7,-4],[31,-37],[15,-10],[8,15],[9,7],[4,-14],[27,-26],[-6,-18],[1,-9]],[[4774,4296],[4,-36],[-16,-4],[4,-32],[14,4],[4,-35],[-13,-8],[0,-14],[-12,-11],[5,-13],[-8,-2],[1,-8],[3,-6],[3,0],[13,-53]],[[4608,4043],[-5,27],[-24,-8],[-5,40],[1,7],[-13,102],[4,1],[0,4],[15,5],[-4,31],[13,4],[-2,15],[-4,-2],[-4,26]],[[4580,4295],[-12,113],[20,4],[10,-2],[9,-10],[27,-15],[24,5],[2,10],[6,4],[5,-7],[6,2],[9,9]],[[4686,4408],[2,4],[12,-6],[6,20],[18,2],[12,-13],[17,-123],[20,6],[1,-2]],[[5520,3977],[-1,12],[-2,0],[0,12],[20,6],[-2,27],[11,3],[3,-30],[27,5]],[[5576,4012],[1,-16],[17,1],[2,-8],[9,-1],[0,-13],[7,-11],[25,3],[-1,-7],[-7,-3],[13,-18],[5,3],[4,-9],[-3,-6],[9,0],[1,-4],[3,0],[1,3],[8,2],[13,-25],[-6,-17],[-10,-6],[-7,0],[6,-16],[-7,-7],[4,-7],[7,4],[1,-2],[-3,-3],[5,-4],[-3,-2],[-5,5],[-1,-2],[11,-31],[23,24],[-9,20],[17,16],[-5,11],[-3,-3],[-9,19],[13,-1],[10,11],[24,6],[-3,-39],[34,9],[0,8],[6,3],[-2,21],[36,11]],[[5807,3931],[6,-63],[-5,-1],[3,-28],[-14,-6],[8,-81],[16,5],[9,-93],[-13,-3],[7,-78],[-25,-6],[6,-58]],[[6658,3128],[80,160],[-6,7],[17,34],[34,38],[-3,28]],[[6780,3395],[65,5]],[[6845,3400],[18,1],[8,-102],[13,2],[5,-43],[11,2],[2,-26],[32,8],[3,-28],[28,6],[9,-102],[28,3],[5,-62]],[[4472,4534],[13,-37],[-3,-18],[21,-19],[13,-27],[-4,-11],[6,-64],[12,-76],[50,13]],[[4270,4359],[9,4],[16,-3],[5,-8],[3,5],[5,3],[-7,33],[7,6],[-11,23],[-7,30],[22,17],[-7,21],[9,10],[1,7]],[[4315,4507],[17,-49],[31,-2],[9,5],[2,-5],[19,4],[3,-1],[3,3],[-6,4],[19,19],[3,21],[-4,14],[12,25],[9,-9],[8,21],[6,-1],[-2,-6],[19,-21],[9,5]],[[5149,4240],[12,-83],[56,19]],[[5217,4176],[10,-74],[11,-7],[10,-76],[34,9],[12,-16],[14,-24],[5,3],[16,-21]],[[4928,3834],[-1,18],[28,12],[3,-3],[2,2],[-5,44],[3,1],[4,-6],[20,5],[15,-1],[-4,16],[3,17],[5,-4],[1,6],[24,4],[1,20],[18,2],[5,10],[-10,9],[-12,6],[-4,6],[-11,3],[-11,13],[-4,15],[3,11],[6,4],[2,14],[8,-3],[4,8],[2,11],[-2,7],[1,15],[5,6],[20,10],[1,15],[-15,29],[-16,-8],[-13,12],[-4,10],[3,15],[0,12]],[[5003,4197],[35,12],[-4,26],[4,3],[0,15],[5,2],[1,-9],[18,-40],[49,16],[-5,32],[20,6],[4,-27],[19,7]],[[2711,5226],[0,-4],[11,-7],[-4,-5],[-7,8],[-2,-13],[5,-6],[4,-11],[-9,8],[-2,-27],[11,-16],[1,-10],[12,-20],[2,-8],[-2,-12],[-3,-4],[-4,7],[-3,-1],[-2,-9],[-6,7],[-15,-11],[2,-8],[-2,-9],[3,-13],[8,5],[3,-10],[-8,-3]],[[2704,5054],[-8,-3],[-2,-2],[1,-2],[0,-1],[4,-4],[1,0],[4,-1],[6,-8],[1,-5],[2,-5],[0,-8],[0,-4],[0,-2],[1,-11],[0,-5],[-1,-6],[-5,6],[-2,2],[-2,2],[0,1],[-1,0],[-1,1],[-1,0],[-5,-1],[-4,-2],[-2,-1],[-1,-1],[-1,-2],[0,-8],[-1,-11],[-6,-2],[-4,1],[-5,2],[-6,3],[-3,2],[-6,2],[-6,3],[-1,-2],[-2,-2],[-3,0],[-3,4],[-4,4],[0,1],[-3,3],[-5,6],[-1,1],[0,2],[1,2],[1,4],[0,2],[1,5],[-3,9],[-1,5],[-3,6],[-2,4],[-1,2],[-4,4],[-2,1],[-4,-5],[-3,-2],[-2,-1],[-1,-1],[-6,2],[-6,1],[-3,1],[-3,0],[-3,1],[-4,1],[-7,1],[-5,1],[-6,-1],[0,-3],[-1,-2],[-1,-4],[-1,-3],[-4,-5],[0,-1],[-2,-2],[-2,-5],[-5,4],[-3,3],[-3,3],[-2,3],[-3,3],[-2,0],[-1,-1],[-2,-2],[-4,-5],[2,-4],[1,-1],[5,-10],[3,-7],[6,-10],[3,-8],[2,-4],[4,-8],[1,-3],[2,-5],[5,-5],[2,-1],[3,-2],[2,-3],[1,-1],[3,-3],[2,0],[2,1],[2,3],[2,2],[6,-2],[4,-5],[2,-9],[0,-14],[-2,-2],[0,-6],[1,-2],[0,-1],[0,-6],[0,-1],[-1,-2],[0,-9],[-3,-8],[-2,-3],[-11,-3],[-2,3],[-2,1],[-1,2],[-3,3],[-7,4],[-3,11],[0,6],[0,2],[0,2],[-1,2],[0,2],[0,1],[-1,1],[-7,-9],[-3,-3],[-1,-1],[-1,0],[-1,7],[-2,3],[0,2],[-6,15],[-1,3],[-4,7],[-1,4],[-1,1],[-2,3],[-1,3],[-4,11],[-2,-2],[-4,-3],[-1,-1],[2,-5],[1,-5],[1,-4]],[[2455,5084],[10,0],[13,4],[5,10],[0,6],[-11,33],[0,11],[3,7],[7,1],[6,-4],[9,-24],[25,-1],[6,5],[3,8],[-1,9],[-6,11],[-11,13],[-3,19],[-4,7],[-22,-10],[-5,4],[-2,14],[6,13],[10,4],[10,-3],[21,-35],[9,-4],[10,9],[3,7],[0,24],[-4,11],[-6,4],[-3,13],[4,5],[8,-3],[6,-10],[3,-31],[3,-8],[9,0],[6,7],[3,19],[-9,30],[1,10],[10,13],[9,2],[5,-5],[2,-8],[-5,-18],[2,-11],[14,-30],[13,-14],[9,0],[7,5],[14,33],[7,6],[16,-3],[8,13],[10,-19],[23,-7]],[[6081,3794],[17,4],[2,-20],[74,19],[3,-31],[30,8],[0,5],[70,-66],[-14,-36],[21,-19]],[[6284,3658],[-17,-43],[14,-14],[2,-1],[11,30],[24,-25],[6,15],[6,8],[35,-32],[-5,-8],[7,-8],[4,8],[21,-20],[-25,-64]],[[5964,3453],[13,23],[7,29],[11,3],[9,-1],[3,8],[6,-11],[-1,-8],[7,-6],[7,2],[-1,12],[10,4],[7,12],[-1,24],[9,0],[9,6],[5,-11],[4,-15],[10,-2],[6,10],[-6,4],[-4,20],[5,5],[6,-5],[7,8],[4,-5],[10,8],[-26,35],[3,8],[-12,6],[-9,9],[3,23],[-4,24],[15,7],[5,6],[-9,71],[-45,-13],[-7,56],[5,2],[-1,20],[10,3],[-3,30],[13,9],[0,-79],[37,10]],[[4961,4369],[4,-19],[4,-6],[-2,-9],[1,-11],[-7,-10],[1,-10],[9,-8],[11,1],[14,-10],[0,-24],[4,-38],[0,-16],[3,-12]],[[4774,4296],[41,13],[1,11],[11,7],[-2,6],[10,7],[1,-7],[28,18],[1,-6],[20,6],[-1,8],[13,4],[1,-9],[28,9],[-1,14],[23,6],[5,-17],[8,3]],[[1131,5797],[4,-10],[10,-11],[3,3],[12,-14],[-3,-8],[1,-5],[5,-9],[0,-5],[4,1],[9,-6],[9,-1],[-4,-16],[3,-8],[-2,-9],[18,-18],[9,1],[16,-25],[15,-15],[-2,-25],[-3,-2],[-7,-23],[-5,-25]],[[917,5294],[3,-2],[5,3],[6,0],[8,-9],[2,7],[13,2],[7,6],[-3,19],[1,8],[-5,8],[-6,-1],[-4,6],[6,12],[9,13],[16,10],[1,7],[-7,5],[-7,8],[-12,19],[-3,18],[1,9],[6,11],[1,23],[4,12],[-2,16],[10,14],[16,13],[10,25],[1,9],[7,21],[-1,4],[4,8],[2,9],[5,-3],[11,8],[-6,5],[-3,8],[-4,16],[1,10],[-2,11],[5,13],[9,7],[4,9],[4,0],[10,-8],[7,6],[9,3],[-1,8],[4,7],[8,7],[0,5],[10,-1],[2,9],[-2,4],[2,6],[14,0],[10,5],[-5,44],[2,10],[8,-7],[0,6],[-2,8],[2,9],[9,-2],[6,4],[2,-8],[6,-9]],[[1837,5600],[6,-8],[-11,-24],[3,-9],[18,-15],[5,-10],[10,-8],[15,-2],[8,-7],[20,-33],[26,-31],[-16,-25],[0,-9],[23,-14],[-1,-14],[-16,-18],[2,-11]],[[1705,5335],[12,31],[-3,18],[-15,25],[13,16],[15,13],[-4,12],[-1,23],[-14,25],[9,11],[-3,17],[3,17],[11,12],[29,-1],[6,13]],[[1763,5567],[11,0],[-2,21],[6,7],[12,-3],[30,-18],[6,6],[-7,24],[4,8],[14,-12]],[[3836,4895],[14,-11],[3,-6]],[[3853,4878],[1,-18],[-5,-5],[2,-10],[-6,-18],[-11,-13],[-1,-17],[-5,-15],[0,-18],[2,-2]],[[3709,4618],[1,5],[0,2],[3,13],[1,6],[0,3],[0,2],[-1,6],[-4,8],[0,1],[-4,12],[-4,4],[-3,-2],[-4,-1],[-4,-3],[-3,11],[-5,-3],[-2,-5],[-2,-1],[-10,-1],[-2,1],[-1,2],[-1,2],[-3,4],[-3,5],[-2,0],[-2,-1],[-4,-1],[-3,-1],[-1,-1],[-3,-4],[-3,-4],[-2,1],[-5,3],[-2,0],[-2,-1],[-1,-1],[-3,-2],[-4,-2],[-2,6],[-3,7],[-1,10],[3,5],[-3,-1],[-11,-2],[-3,-1],[-3,-1],[1,11],[-5,3],[-3,0],[-1,0],[-1,0],[-4,4],[-4,0],[-3,0],[0,1],[-8,14],[-2,5],[-7,-8],[-5,8],[0,1],[0,2],[-3,-1]],[[3553,4738],[-2,11],[7,23],[8,-4],[2,16]],[[3568,4784],[5,-2],[9,1],[14,5],[0,7],[8,5],[15,7],[11,0],[8,13],[5,15],[10,3],[2,-3],[13,30],[-8,6],[8,4],[5,-2],[-2,-6],[4,-2],[8,5],[-12,18],[5,10],[22,8],[7,-3],[9,1],[1,7],[7,11],[8,1],[21,10],[9,-24],[5,2],[6,-6],[15,-8],[0,-7],[11,-12],[6,0],[15,10],[1,6],[17,1]],[[5807,3931],[8,1],[-3,32],[35,5],[5,-18],[2,-37],[22,3],[-4,36],[39,7]],[[5911,3960],[8,-78],[-4,-1],[2,-20],[21,5],[1,-11],[12,3],[1,-9],[17,5],[10,19],[-4,6],[29,2],[34,17],[22,0],[13,6]],[[6073,3904],[4,-34],[-3,-6],[7,-70]],[[6456,3423],[6,29],[13,27],[29,40],[19,32],[7,31],[22,62]],[[6552,3644],[13,-14],[19,0],[0,-21],[40,-1],[9,10],[23,0],[0,-94],[6,-5],[-9,-26],[19,-16],[-9,-22],[17,-15],[41,-49],[59,4]],[[2942,5255],[6,-21],[7,-41],[1,-21],[-3,-18],[11,-31],[12,-15],[9,0]],[[2985,5108],[-2,-3],[-2,-1],[-2,-3],[-2,-2],[-2,-1],[0,-1],[-4,-4],[-1,-1],[-3,-3],[-1,-1],[-1,1],[-1,1],[-5,3],[-2,-2],[-5,-4],[-2,-2],[-3,-2],[-1,-2],[-1,-2],[-1,-8],[0,-3],[0,-2],[-1,-4],[0,-2],[-1,-2],[0,-2],[-3,-11],[-2,-7],[-2,-5],[-1,-2],[-3,0],[-2,2],[-5,1],[-3,1],[-5,0],[-6,-1],[-5,0],[-2,-2],[-1,0],[-2,1],[-2,2],[-1,2],[0,2],[-1,9],[1,2],[-1,7],[0,2],[-1,2],[0,7],[-1,4],[-3,-1],[-3,2],[-2,3],[-3,1],[-2,-2],[-2,0],[-2,2],[-2,2],[-2,-5],[2,-2],[-1,-1],[-10,3],[-1,-7],[0,-2],[-2,-5],[-1,-3],[0,-2],[1,-6],[0,-1],[-5,-9],[-4,-7],[0,-2],[-2,-13],[-4,-33],[-1,1],[-1,0],[-10,10],[-6,-5],[-3,-1],[-7,-3],[-1,2],[-1,1],[-1,3],[-4,6],[-4,8],[-3,2],[-2,-1],[-1,-1],[-3,0],[-1,1],[-1,2],[-1,2],[-1,1],[0,1],[-2,-2],[-3,-4],[-3,-4],[-5,-7],[-2,-2],[-2,-1],[-5,-2],[-6,-3],[-5,2],[-5,4],[-4,9],[-2,5],[-2,5],[-1,2],[-2,4],[-1,2],[-3,5],[-3,7],[-2,7],[-1,11],[0,3],[0,9],[-3,-1],[-4,-1],[-2,-1],[-2,-4],[-1,-6],[-2,-1],[-3,1],[-7,0],[-6,3],[-1,1]],[[2711,5226],[36,-12],[16,14],[5,14],[7,4]],[[2775,5246],[12,5],[16,-18],[21,-7],[11,11],[0,15],[-6,17],[-11,11],[10,22],[18,-4],[14,-28],[14,1],[6,9],[2,26],[13,1]],[[2895,5307],[26,-18],[15,-18],[6,-16]],[[3520,4932],[4,-8],[1,-7],[-3,-9],[2,-36],[-5,-15],[3,-4],[12,-3],[8,-5],[15,-32],[-6,-16],[17,-13]],[[3553,4738],[-4,-4],[-3,-1],[-2,0],[-3,-3],[-3,-6],[-3,-8],[-3,-5],[-1,-1],[-6,-1],[-2,1],[-3,-3],[1,-4],[2,-3],[5,-7],[-2,-2],[-2,-3],[-2,-2],[-3,-3],[-1,-1],[-2,-4],[1,-5],[-3,-6],[0,-4],[1,-3],[-1,-4],[0,-8],[0,-8],[1,-5],[0,-2],[0,-2],[0,-5],[-1,-3],[-1,-3],[-1,-3],[0,-3],[1,-2],[1,-3],[2,-1],[1,-1],[1,-2],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-2,1],[-2,1],[-1,2],[-1,2],[-2,2],[-3,1],[-3,1],[-3,2],[-3,2],[-1,1],[-1,2],[-2,2],[-1,2],[0,3],[-1,3],[-1,3],[-2,5],[-1,1],[-1,1],[-1,4],[-1,5],[0,4],[0,2],[0,3],[-2,4],[-2,5],[-1,2],[-1,2],[-1,2],[-1,2],[0,3],[1,3],[0,2],[0,3],[2,2],[1,3],[2,2],[2,2],[1,2],[1,3],[1,2],[-1,3],[0,3],[-1,5],[-1,4],[0,1],[0,1],[0,6],[0,4],[-1,3],[-1,3],[-1,2],[-2,2],[-5,3],[-2,1],[-1,0],[-2,0],[-2,0],[-2,0],[-2,0],[-1,0],[-3,0],[-2,-1],[-1,-1],[-1,-1],[-2,-3],[-3,-7],[-1,-2],[-1,-4],[-1,-4],[0,-4],[-3,-9],[-1,-4],[-2,-6],[-2,-3],[-3,-3],[-6,-3],[-3,0],[-3,0],[-3,0],[-2,2],[-5,4],[-1,1],[-1,3],[0,2],[0,2],[1,3],[0,3],[0,4],[-1,4],[0,4],[1,2],[1,3],[3,3],[5,4],[5,5],[4,3],[3,3],[2,3],[2,3],[4,8],[1,2],[1,3],[0,3],[0,4],[1,4],[2,6],[0,4],[1,6],[0,3],[0,5],[0,4],[-1,6],[-1,4],[-2,8],[-1,4],[-2,3],[0,1],[-1,1],[-2,2],[-1,1],[-1,0],[-2,-1],[-3,-2],[-2,-1],[-1,-3],[-2,-2],[-1,-4],[-1,-2],[-1,-2],[-2,-1],[-2,1],[-2,2],[-1,2],[0,2],[-1,3],[-1,1],[-2,0],[-2,0],[-1,-3],[-4,-4],[-3,-5],[-1,-1],[-2,-1],[-1,-1],[-3,-1],[-2,-2],[-4,-4],[-3,-4],[-3,-2],[-2,-2],[-2,-2],[-5,-5],[-2,-2],[-4,-3],[-2,-1],[-2,-2],[-3,-1],[-2,0],[-4,1],[-3,3],[-4,5],[-1,3],[-1,3],[0,5],[0,5],[-1,3],[0,6],[-1,3],[0,1],[0,6],[1,4],[1,5],[1,3],[0,3],[-1,2],[-2,2],[-1,2],[-1,0],[-3,2],[-6,2],[-2,2],[-4,1],[-2,1],[-1,-1],[-2,-1],[-1,-3],[0,-5],[0,-4],[-1,-3],[-1,-4],[-3,-5],[-4,-5],[-4,-3],[-1,-2],[-2,-2],[-3,-2],[-2,-1],[-2,1],[-5,4],[-2,1],[-2,3],[-1,3],[0,4],[-1,5],[1,11],[1,6],[1,3],[1,4],[2,7],[0,9],[1,4],[1,10],[0,3],[0,3],[-1,2],[-3,10],[0,2],[-1,2],[-3,4],[-2,5]],[[3282,4914],[3,4],[7,-12],[6,10],[-1,2],[-3,-2],[-5,3],[-3,8],[1,7],[-6,15],[2,5],[4,-2],[-4,16],[8,9],[0,17]],[[3291,4994],[10,-7],[-4,-27],[5,10],[2,-1],[3,24],[5,8],[3,-4],[13,-4],[2,-12],[3,0],[3,-4],[2,-19],[12,9],[-1,9],[-6,-1],[-1,27],[10,6],[8,-5],[5,4],[-2,18],[-2,3],[2,4],[5,-5],[5,6],[0,9],[6,-2],[12,-34],[4,4],[14,3],[1,23],[-21,7],[-1,8],[6,17],[7,11],[-1,4],[-3,-3],[-3,4],[4,13],[7,-9],[3,6],[4,-4],[4,6],[5,-2],[6,17]],[[3427,5111],[9,-6],[9,-20],[9,-8],[-5,-13],[10,-31],[9,8],[27,14],[3,-7],[-3,-28],[-4,-8],[2,-14],[-3,-10],[17,-15],[-9,-20],[22,-21]],[[4279,4755],[-10,-6],[-6,-14],[16,-5],[2,-34],[-20,-3],[1,-31],[12,-1],[0,-20],[-8,-15],[4,-34],[-3,-2],[6,-15],[-2,-2],[14,-17],[9,-34],[12,6],[2,-9],[7,-12]],[[3994,4635],[3,2],[2,-5],[10,5],[-3,11],[6,14],[27,10],[17,1],[2,-18],[12,-8],[17,-5],[24,6],[8,-1],[-2,12],[8,10],[2,17],[20,-13],[-1,-13],[11,-2],[4,-5],[3,12],[-7,3],[8,8],[3,53],[-12,35]],[[4156,4764],[6,1],[9,-10],[24,18],[21,-2],[9,4],[1,6]],[[4226,4781],[7,-10],[27,16],[19,-32]],[[6845,3400],[-2,18]],[[6843,3418],[18,2],[-4,47],[30,6],[2,-37],[66,13],[0,10],[44,9]],[[6999,3468],[8,1],[9,16],[15,-24],[-3,-14],[12,3],[1,-15],[44,11],[1,-5]],[[7086,3441],[4,-75],[34,6],[0,-5],[23,6],[-2,10],[23,5],[1,-10],[19,4],[-1,-8],[22,-5],[0,9],[19,0]],[[7228,3378],[6,-84],[-9,3],[-13,-3],[-10,-26],[-21,-4],[3,-30],[-13,-37],[2,-30],[-30,-7],[3,-40],[-30,-6],[1,-19],[-33,-9],[-3,31],[-15,-5],[-11,-46]],[[1705,5681],[5,6],[5,-6],[-5,-24],[0,-33],[-12,-42],[7,-5],[11,27],[18,-2],[7,-4],[2,-20],[19,0],[1,-11]],[[1537,5481],[6,11],[20,16],[-6,19],[2,10],[-10,4],[-4,15],[-1,21],[-8,13],[4,17],[-3,6],[2,22],[7,8],[2,13],[3,0],[2,4],[-11,14],[-5,17],[4,12],[15,26],[-4,6],[5,10],[-2,30],[6,6],[6,-1]],[[1567,5780],[-2,-18],[28,23],[11,-14],[30,-24],[10,21],[3,-4],[-4,-17],[3,-24],[18,-16],[1,-10],[-15,-18],[-1,-11],[9,-37],[0,-16],[15,-13],[5,13],[1,13],[-4,7],[17,29],[-4,14],[12,-5],[5,8]],[[5567,4216],[7,-58],[-24,-5],[8,-114],[14,2],[4,-29]],[[5217,4176],[13,5],[-2,19],[19,5],[3,-23],[78,24],[-5,46],[10,3],[1,-2],[26,8]],[[5360,4261],[2,-14],[70,21],[-2,13],[21,6],[9,2],[1,-4],[21,6],[3,-15],[9,2],[2,-14],[3,1],[2,-18],[11,2],[4,-35],[9,3],[4,-12],[8,10],[0,5],[2,0],[1,-12],[27,8]],[[2067,5579],[-31,-30],[-28,9],[4,-30],[0,-19],[4,2],[3,-8],[1,-6],[17,-12],[13,0],[9,-17],[-5,-22],[-6,-2],[6,-15],[6,4],[5,-3],[9,-1],[5,10],[20,0],[13,-9],[9,-14],[-1,-18],[-11,-31],[-1,-24],[7,-10],[2,12],[7,-4],[2,5],[9,-3],[12,3],[16,-15]],[[1837,5600],[7,26],[15,10],[10,2],[11,21],[6,17],[-5,9],[1,14]],[[1882,5699],[20,-17],[3,3],[12,-8],[8,12],[16,-1],[9,-75],[6,2],[18,-17],[2,1],[8,-7],[16,-1],[9,23],[14,0],[22,-18],[1,-4],[21,-13]],[[3980,4952],[2,-3],[4,-20],[5,-59],[15,-10],[8,-8],[10,14],[7,0],[15,-20],[6,11],[17,-10],[15,-15],[1,-19],[10,-27],[9,-11],[5,-2],[7,5],[10,-8],[6,5],[11,-9],[1,4],[12,-6]],[[3853,4878],[10,-10],[8,0],[-1,14],[11,-1],[8,3],[3,15],[15,10],[2,9],[-3,12],[-5,7],[4,9],[8,-5],[3,-5],[0,-5],[2,3],[22,3],[1,9],[4,6],[4,-3],[3,3],[2,11],[3,-2],[-1,-10],[3,-5],[4,0],[1,3],[5,-4],[11,7]],[[4439,4703],[11,9],[6,-6],[25,-11],[12,9],[12,-9],[11,2]],[[4516,4697],[4,-32],[24,-6],[0,-13],[-16,-4],[-1,7],[-7,3],[0,-8],[7,-4],[-19,0],[-5,-5],[-1,-10],[-17,6],[-3,-16],[-10,-9],[-7,4],[-4,-6],[11,-15],[4,5],[13,-47],[-17,-13]],[[4279,4755],[8,-6],[21,63],[25,-20],[8,16],[0,-13],[5,-3],[6,-13],[-5,-14],[1,-17],[11,4],[6,-12],[9,-33],[6,2],[4,-8],[4,2],[18,-9],[1,4],[14,6],[8,-4],[10,3]],[[794,6034],[-4,-2],[2,-6],[17,-26],[-10,-21],[22,-33],[8,-7],[5,-1],[14,-19],[1,-13],[5,5],[16,5],[0,-5],[3,3],[1,6],[11,10],[9,15],[4,-1],[0,-4],[9,-13],[-1,-12]],[[906,5915],[-6,12],[-5,-2],[-2,-10],[-7,-8],[-1,-9],[-9,-11],[-5,11],[-3,-5],[-4,3],[-4,-6],[-8,-26],[5,-7],[-5,-25],[1,-7],[-8,-20],[-4,-1],[-5,-6],[-6,11],[-10,-9],[3,-13],[-14,-17],[-17,-31],[0,-8],[6,-5],[1,-7],[3,-4],[-13,-56],[8,-30],[7,-6],[10,1],[-1,-12],[-8,-2],[-5,1],[-4,-8],[-4,-15],[3,-9],[-3,-5],[-2,-16],[-7,-9],[3,-12],[6,-12],[0,-11],[6,-12],[-1,-8],[-5,-8],[-8,-29],[0,-4],[-2,-5],[-3,-2],[2,-4],[1,-14]],[[553,5575],[10,0],[3,8],[1,13],[-2,9],[2,10],[-5,16],[2,32],[5,8],[27,24],[-1,6],[3,13],[-5,7],[-10,-2],[0,6],[5,5],[-1,2],[-4,-2],[1,7],[-3,3],[2,8],[-5,0],[-1,-4],[-5,-1],[-4,8],[-2,-5],[5,-8],[-10,-10],[-3,4],[1,-15],[-5,-1],[-2,7],[2,4],[-4,2],[-2,-4],[-4,5],[2,6],[0,34],[0,9],[-4,1],[-1,5],[10,9],[-3,12],[5,7],[5,-2],[4,-5],[10,5],[6,0],[4,4],[8,-6],[10,16],[-3,12],[18,-29],[11,24],[1,11],[7,8],[3,10],[-1,45],[-3,2],[0,10],[-4,11],[3,11]],[[632,5940],[7,-1],[6,5],[3,9],[-1,2],[1,7],[6,-1],[0,-3],[10,-5],[-2,-6],[5,-1],[6,-6],[13,22],[-1,5],[8,20],[-6,16],[-14,18],[5,7],[4,1],[4,-4],[25,28],[3,-3],[2,3],[-1,6],[20,-4],[3,5],[9,-3],[17,-14],[12,1],[5,6],[3,1],[4,-8],[3,-1],[3,-8]],[[1160,5952],[-3,-17],[1,-30],[-6,2],[0,4],[-5,1],[-1,-3],[-10,-1],[-14,-23],[2,-3],[5,5],[8,0],[0,-12],[-6,-12],[2,-8],[-2,-20],[-3,-4],[3,-34]],[[906,5915],[3,5],[3,-1],[7,-14],[3,-2],[3,5],[7,0],[4,4],[22,-3],[20,-14],[4,11],[13,20],[9,7],[3,-1],[8,13],[4,-2],[5,-7],[10,-3],[4,-7],[-1,-6],[5,-4],[5,9],[7,8],[9,22],[12,-2],[2,4],[20,-13],[11,2],[1,-2]],[[1109,5944],[5,-12],[8,-2],[0,11],[4,10],[6,-2],[7,-6],[6,14],[10,-6],[5,1]],[[567,6100],[19,-19],[8,3],[7,-11],[-1,-6],[11,-12],[4,-9],[-10,-8],[0,-5],[11,-2],[0,-3],[-3,-3],[-19,-4],[1,-6],[-5,-8],[4,-9],[4,-2],[2,-8],[15,-13],[5,-1],[2,-6],[0,-5],[3,-3],[5,4],[2,-13],[-3,-7],[3,-4]],[[405,5774],[3,1],[6,4],[2,2],[1,3],[1,7],[0,2],[0,1],[-2,1],[-3,2],[-2,3],[-3,7],[-1,2],[0,2],[-1,5],[-2,3],[-1,1],[0,2],[2,5],[2,4],[1,2],[0,1],[-1,4],[-1,2],[-1,3],[-2,4],[0,8],[1,9],[0,3],[4,3],[5,7],[2,5],[3,6],[-2,4],[-3,1],[-1,0],[-2,0],[-5,2],[-1,0],[-4,2],[-3,2],[0,1],[0,4],[1,4],[-1,3],[-4,0],[-2,-2],[-1,-1],[-3,0],[-3,1],[-2,2],[0,3],[0,2],[1,0],[-3,5],[-2,4],[-5,6],[-2,4],[0,1],[-2,2],[-2,2],[-2,2],[-2,2],[-1,3],[-1,9],[1,6],[0,2],[0,1],[-2,3],[-2,-1],[-6,-2],[-4,-2],[-4,0],[-6,1],[-4,3],[-1,5],[1,8],[1,2],[3,8],[3,8],[-3,3],[-1,0],[-6,-2],[-2,-2],[-2,-8],[-2,-8],[-1,-1],[-1,-2],[-2,-1],[-1,0],[0,1],[-4,8],[-1,2],[0,3],[1,6],[2,1],[2,1],[0,1],[2,5],[0,4],[0,2],[1,3],[1,2],[3,5],[0,4],[1,2],[2,4],[3,4],[4,4],[0,1],[0,1],[0,1],[-4,1],[-4,2],[-5,2],[-2,0],[-3,7],[1,8],[1,4],[2,6],[5,4],[4,3],[1,1],[0,4],[0,7],[0,9],[1,12],[0,10],[1,5],[0,17],[1,4],[3,18],[-3,17]],[[336,6183],[9,-2],[27,-32],[9,-3],[5,-15],[4,0],[-1,-6],[6,-10],[2,1],[7,-12],[9,-5],[6,-13],[8,-8],[1,-6],[11,-9],[4,7],[0,6],[-2,3],[11,11],[1,-1],[-2,-9],[4,-6],[6,-2],[4,5],[14,-17],[5,8],[-6,9],[1,3],[8,-5],[3,-5],[6,-4],[9,3],[5,-1],[-4,3],[0,9],[-2,6],[3,5],[8,-10],[6,5],[3,-3],[8,6],[19,-20],[5,6],[3,13],[8,12]],[[1529,5825],[2,7],[3,0],[8,-13],[16,-21],[9,-18]],[[1280,5669],[2,7],[11,17],[2,8],[7,14],[1,7],[12,12],[0,5],[13,31],[-5,7],[20,19]],[[1343,5796],[12,-19],[7,-4],[28,44],[10,5],[16,26],[4,3],[-2,3],[7,16],[18,5],[0,5],[-6,1],[1,4],[8,1],[2,4],[-1,-15],[24,-31],[8,-2],[1,-2],[-3,-13],[5,-1],[19,-26],[10,3],[5,13],[13,9]],[[4625,4718],[4,-10],[7,-3],[16,-28],[-6,-5],[6,-17],[4,1],[17,-11],[4,12],[-3,10],[-4,4],[1,13],[7,9],[14,-21],[0,-15],[8,-4],[13,-13],[9,-4],[3,-8],[-5,-10],[-10,-10],[-7,-10],[14,-41],[-13,-52],[-15,11],[-14,-52],[11,-56]],[[4516,4697],[6,-3],[6,10],[0,13],[9,6],[14,15],[8,-1],[3,-10],[9,-3]],[[4571,4724],[7,-2],[10,13],[18,-12],[5,4],[11,4],[3,-13]],[[2471,5594],[4,-21],[17,-26],[3,0],[8,-12],[-3,-3],[7,-10],[-9,-2],[0,-6],[5,-1],[2,-10],[5,-9],[-3,-8],[4,-12],[20,-10],[8,-9],[10,24],[15,-2],[13,-6],[7,3],[10,-5],[2,-5],[-1,-6],[2,-18],[5,2],[1,-7],[16,5],[-6,4],[0,8],[12,-4],[2,8],[3,-3],[0,-15],[-7,-1],[0,-6],[4,-2],[6,6],[1,10],[17,8],[5,-6],[4,-15],[21,-15],[7,4],[7,-1],[3,8],[19,3],[12,-5]],[[2729,5426],[2,-34],[3,-3],[-7,-21],[8,-15],[0,-16],[5,-5],[-9,-13],[8,-10],[-1,-12],[7,-5],[9,30],[5,6],[8,0],[4,-18],[-6,-13],[-4,-1],[0,-5],[6,6],[-4,-28],[12,-23]],[[2381,5193],[-4,9],[-14,-4],[-14,27],[-4,0],[-2,-26],[-8,-2],[-2,4],[4,6],[0,13],[-5,0],[-10,8],[0,5],[3,7],[10,7],[-2,9],[-6,-5],[-3,3],[1,10],[-10,4],[1,15],[-19,17],[1,5],[13,-4],[4,8],[-4,8],[-12,-4],[-5,8],[13,12],[-2,8],[-3,2],[-3,-8],[-7,-5],[-9,3],[6,20],[-1,10],[-13,-8],[-6,9],[1,10],[-10,0],[-2,11],[8,2],[1,7],[-5,13],[5,16],[-3,10],[5,9],[-10,15],[3,9],[6,-8],[3,7],[-9,7],[5,14]],[[2267,5486],[40,-4],[-4,32],[12,5],[3,8],[36,-31],[14,-3],[14,9],[6,-8],[3,2],[9,48],[-9,29],[37,-2],[11,-3],[8,12],[1,20],[5,6],[15,-15],[3,3]],[[2239,5656],[5,-8],[12,14],[4,-8],[-12,-12],[3,-13],[1,-26],[-6,-3],[2,-12],[8,-7],[0,-13],[11,-25],[8,5],[3,-7],[-5,-9],[-11,8],[-4,-6],[8,-19],[-1,-6],[-8,3],[-1,9],[-5,0],[3,-29],[12,3],[1,-9]],[[2067,5579],[13,28],[6,45],[9,2],[18,19],[5,-1],[-3,-14],[11,-9],[28,3],[-2,20],[6,3],[-3,3],[5,11],[-2,16],[39,-26],[4,21],[8,-5],[-3,-8],[27,-22],[-1,-3],[6,-10],[1,4]],[[7533,3264],[10,-40],[-21,-4],[0,-9],[-13,-3],[0,-25],[-17,-3],[0,-42],[-27,-1],[0,-19],[-16,-1],[0,20],[-4,1],[3,-116],[-39,-15],[-4,-52],[-45,-10],[-3,-21],[-31,-9],[3,-22],[-31,-16]],[[7228,3378],[19,4],[1,-17],[20,-6],[2,32],[16,-3],[1,40],[15,-7],[5,14],[11,-4],[-5,-15],[18,-7],[-5,-22],[10,-2],[-4,-16],[55,7],[2,19]],[[7389,3395],[47,-5],[6,6],[13,-1],[23,-44],[3,-26],[5,-1],[6,-71],[17,3],[0,7],[23,4],[1,-3]],[[3407,5236],[-2,-20],[10,-10],[4,-17],[15,-15],[1,-11],[-17,-9],[-2,-24],[7,1],[10,-4],[-6,-16]],[[3291,4994],[6,48],[-3,2],[-41,-30],[-2,4],[1,7],[9,12],[-4,7],[-2,-2],[-4,4],[-2,6],[0,6],[-4,8],[1,7],[3,4],[6,-6],[3,2],[-1,9],[-4,4],[-5,17],[0,12],[2,11],[3,0],[0,11],[-9,13],[-3,-1],[-15,10],[-4,-7],[-1,10],[-8,15],[8,11],[-7,14],[0,7],[11,22],[5,28],[0,16],[2,15],[-6,15],[1,15]],[[3227,5320],[13,4],[20,-5],[8,13],[3,-2],[3,4],[14,-2],[-1,-7],[2,-8],[7,-16],[4,1],[4,-10],[11,1],[8,-4],[14,5],[0,-13],[7,6],[2,-3],[4,3],[6,-5],[3,-7],[5,2],[2,-7],[10,5],[14,-21],[17,-18]],[[3282,4914],[-1,2],[-1,2],[-1,1],[-2,1],[-3,3],[-2,0],[-6,3],[-1,0],[-2,0],[-2,1],[-6,0],[-4,0],[-3,0],[-7,-1],[-6,-1],[-7,0],[-1,0],[-2,0],[-2,0],[-2,0],[-1,1],[-1,1],[-4,2],[-1,1],[-1,2],[-2,2],[-1,3],[-3,3],[-1,2],[-3,3],[-2,2],[-2,2],[-3,3],[-1,2],[-3,3],[-1,2],[-1,1],[-1,1],[-1,1],[-2,2],[-4,7],[-3,7],[-4,6],[0,2],[-1,2],[0,4],[-1,3],[0,3],[0,3],[0,1],[0,2],[0,2],[1,2],[0,2],[0,1],[0,2],[-2,6],[-1,4],[-1,2],[-1,1],[-1,1],[-1,1],[0,1],[-3,2],[-6,4],[-1,1],[-2,1],[-2,1],[-1,0],[-1,0],[-1,0],[-2,0],[-2,2],[-4,2],[-1,1],[-1,2],[-1,1],[0,3],[-1,3],[-1,2],[-2,5],[-1,2],[-1,2],[-1,0],[-1,1],[-1,1],[-2,3],[-2,2],[-1,3],[-1,2],[-1,1],[-1,1],[-4,3],[-1,1],[-2,1],[-1,1],[-2,1],[-1,1],[-1,2],[-1,1],[-2,1],[-2,1],[-3,1],[-1,0],[-2,0],[-6,-2],[-5,-3],[-7,-3],[-1,-1],[-4,-3],[-1,-1],[-2,-1],[0,-1],[-3,-2],[-2,-2],[-6,-3],[-4,0],[-5,0],[-4,1],[-4,0],[-2,1],[-2,2],[-4,2],[-2,3],[-5,4],[-2,2],[-6,5],[-2,1],[-3,2],[-2,3],[-1,1],[-1,5],[0,2],[1,2],[0,3],[3,8],[0,2],[3,5],[1,2],[1,1],[0,1],[-1,1],[0,2],[-2,2],[-1,1],[-1,0],[-2,1],[-2,0],[-3,-1],[-2,-1],[-1,-1],[-2,-2],[-5,-6],[-5,-5],[-2,-2],[-3,-3],[-3,-2],[-2,-3]],[[2942,5255],[4,4],[4,8],[9,2],[3,-20],[-3,-5],[12,-11],[4,11],[9,-5],[4,9],[8,2],[4,4],[11,6],[6,28],[15,49],[-1,23],[32,-7],[13,-15],[10,1],[7,-4],[1,-6],[-4,-9],[15,-15],[10,13],[-2,9],[5,5],[-1,7],[6,3],[6,-10],[6,-3],[7,9],[9,3],[6,-5],[14,-4],[17,9],[-2,12],[2,22]],[[3188,5375],[6,-3],[20,-2],[5,-3],[3,-8],[5,-39]],[[6557,3843],[10,0]],[[6567,3843],[0,-77],[-3,-81],[-12,-41]],[[6284,3658],[18,-18],[15,37],[-11,10],[24,59],[-9,9],[6,14],[28,8],[-3,27],[16,5],[-8,66]],[[6360,3875],[152,35],[7,4],[5,-1],[4,-18],[3,-27],[-1,-25],[11,4],[16,-4]],[[6073,3904],[13,8],[-3,37],[-26,-21],[-3,31],[2,34]],[[6056,3993],[37,-12],[20,2],[8,-2],[13,10],[2,-13],[-2,-13],[-8,-10],[0,-22],[13,-1],[10,14],[9,7],[6,-5],[0,-17],[-5,-15],[11,-18],[5,-1],[4,-16],[-4,-6],[3,-4],[20,15],[-11,22],[-3,17],[89,24],[-6,54]],[[6267,4003],[58,14],[2,-12],[3,-1],[3,-18],[7,2],[1,-19],[-10,-3],[2,-17],[-7,-15],[4,-37],[9,3],[0,7],[17,5],[4,-37]],[[6842,3672],[0,-5],[-20,-6],[5,-42],[15,3],[7,-19],[2,-21],[-22,-5],[14,-159]],[[6567,3843],[35,14],[33,8]],[[6635,3865],[17,-10],[24,-18],[12,-16],[5,-14],[6,-45],[-4,-4],[7,-39],[6,2],[5,-36],[6,-73],[7,-6],[14,26],[16,4],[-1,-12],[25,4],[-1,14],[11,3],[-3,27],[44,13],[2,6],[9,-1],[0,-18]],[[3520,4932],[5,8],[4,2],[15,20],[1,16],[4,13],[-7,3],[6,12],[10,40],[-4,13],[0,18],[4,2],[1,18],[29,12],[3,-4],[3,5],[14,-10],[-5,-17],[10,1],[28,-15],[15,23],[-1,12],[14,0],[4,-4],[9,1],[2,3],[15,0],[-4,7],[-4,22],[-1,13],[5,-2],[4,6],[-4,9],[-3,18]],[[3692,5177],[5,-6],[31,-1]],[[3728,5170],[8,-1],[12,5],[6,-19],[4,-2],[3,5],[1,6],[10,6],[4,-15],[-5,-3],[15,-14],[5,-9],[-4,-40],[39,1],[21,-13],[0,-23],[-5,-6],[-4,-11],[-21,2],[-3,-21],[6,-21],[-4,-25],[-4,-8],[12,-28],[13,-5],[10,3],[3,-14],[-13,-7],[-1,-18]],[[5567,4216],[13,3],[-5,40],[10,3],[-2,25],[36,12],[9,-7]],[[5628,4292],[2,-6],[3,0],[2,-9],[17,-21],[3,1],[2,5],[8,7],[2,-2],[8,3],[0,-3],[-4,0],[4,-3],[7,3],[2,5],[3,-2],[1,-14],[109,30]],[[5797,4286],[6,-56],[57,15],[7,-57],[7,1],[3,-18],[-32,-8],[0,-24],[4,-9],[6,-49],[11,3],[7,-65],[19,5],[4,-36],[13,2],[2,-30]],[[6842,3672],[27,7],[4,-39],[20,0],[-4,33],[120,32]],[[7009,3705],[3,-22],[26,4],[5,-41],[-23,-3],[-12,-6],[3,-40],[-12,-3],[1,-21],[-10,-3],[9,-102]],[[1160,5952],[28,30],[10,1],[17,13],[11,2],[2,5],[15,3],[4,-10],[14,-15],[9,8],[2,10],[-3,10],[4,10],[-1,11],[3,7],[-2,4],[4,0],[1,5],[-2,1],[2,13]],[[1278,6060],[3,2],[3,-1],[2,-3],[1,-8],[3,-1],[8,6],[3,-1]],[[1301,6054],[13,-10],[8,10],[10,-13],[3,-11],[-1,-8],[2,-5],[11,-4],[-7,-11],[-26,-6],[-4,-25],[26,-22],[2,-34],[-1,-29],[4,-6],[0,-6],[-19,-31],[12,-16],[3,1],[10,-11],[-8,-10],[4,-11]],[[7699,3216],[-4,-50],[-9,-16],[-30,-1],[-2,-45],[41,22],[2,9],[16,-19],[11,8],[19,-16],[-33,-27],[4,-15],[0,-21],[-37,-16],[2,-67],[-38,-11],[4,-29],[-36,-3],[9,-79]],[[7618,2840],[-12,-6],[-15,-9],[-4,-2],[-2,-1],[-3,-7],[-1,-1],[-1,1],[0,1],[2,9],[0,9],[0,2],[-1,2],[-1,1],[-4,2],[-1,1],[0,7],[0,2],[-4,3],[-1,0],[0,-1],[0,-1],[2,-12],[1,-12],[1,-2],[2,-3],[1,-3],[1,-4],[0,-4],[0,-3],[-2,-3],[-2,-3],[-10,-10],[-2,-2],[-10,-7],[-10,-8],[-11,-6],[-2,-1],[-5,-6],[-13,-14],[-3,-4],[-3,-6],[-8,-16],[-6,-11],[-3,-5],[-2,-4],[-2,-4],[-2,-5],[-10,-18],[-10,-15],[-2,-4],[-7,-11],[-2,-4],[-4,-6],[-5,-7],[-5,-5],[-11,-11],[-4,-3],[-6,-4],[-15,-11],[-4,-2],[-4,-2],[-4,-6],[-7,-4],[-11,-6],[-7,-4],[-3,-5],[-2,-3],[-6,-10],[-1,-3],[-11,-19]],[[7533,3264],[51,10],[2,-18],[14,3],[-1,18],[21,5],[1,20],[-6,8],[5,10],[-2,33]],[[7618,3353],[17,2],[0,-11],[18,2],[0,5],[9,3],[2,-7],[-2,-8],[-9,-3],[0,-14],[5,-7],[0,-15],[-4,-4],[-1,-58],[47,12],[-1,-34]],[[5122,4657],[2,-16],[-5,-2],[8,-71],[-7,-2],[4,-28],[6,1],[3,-21],[7,3],[24,-189],[-18,-6],[5,-45],[-7,-3],[5,-38]],[[4961,4369],[-11,30],[-5,3],[-17,23],[-6,27],[2,9],[-7,34],[1,6],[-5,1],[-8,12],[4,5],[29,18],[-7,28],[36,23],[22,7],[-3,30],[12,4],[-1,6],[7,4],[-3,41],[5,7],[-3,21],[8,3],[0,7],[12,4]],[[5023,4722],[7,-57],[45,24],[3,-28],[8,2],[6,5],[11,2],[7,14],[4,-1],[4,-27],[4,1]],[[3407,5236],[5,4],[4,12],[14,20],[6,16],[10,-4],[6,19],[5,-13],[8,18],[-7,12],[6,13],[14,9],[24,28],[9,-7],[9,3],[5,-12],[8,2]],[[3533,5356],[9,-32],[10,18],[6,-3],[2,-7],[6,1],[19,12],[2,-11],[15,-37],[5,6],[3,-5],[3,-16],[8,-13],[3,12],[5,-4],[8,-14],[-4,-5],[-1,-11],[-13,-9],[15,-21],[6,-14],[10,0],[10,7],[2,8],[4,-3],[7,4],[2,-13],[11,0],[5,-6],[4,-12],[0,-6],[-3,-5]],[[1724,6003],[11,-20],[-2,-17],[5,-10],[2,-56],[-8,-1],[-6,-7],[-7,-41],[-6,-15],[-8,-4],[-7,2],[-3,-20],[10,-4],[-4,-17],[6,-6],[-3,-9],[11,-8],[-8,-30],[3,-6],[-5,-3],[-2,-10],[6,-23],[-6,-13],[2,-4]],[[1529,5825],[1,25],[7,12],[-1,7],[1,3],[3,2],[22,-9],[3,-5],[14,1],[-2,13],[-1,-4],[-7,4],[3,9],[-3,9],[6,25],[-13,10],[-34,6],[-19,40],[-3,-2],[-1,23],[16,26]],[[1521,6020],[22,-23],[-1,-3],[10,-8],[22,11],[8,0],[24,-9],[2,-4],[78,11],[33,13],[5,-5]],[[4625,4718],[14,25],[10,-14],[5,-15],[14,-2],[2,3],[20,0],[0,12],[19,8],[-4,9],[0,9]],[[4705,4753],[20,2],[18,10],[2,-12],[36,6],[4,-29],[12,2],[0,8],[5,16],[2,-9],[12,3],[4,-30],[8,0],[4,5],[9,1],[3,-7],[2,5],[8,2],[2,6],[4,-5],[2,23],[7,0],[6,-4],[5,6],[13,-2],[-4,47],[39,13],[2,-16],[20,6]],[[4950,4800],[26,6],[1,-10],[12,3],[16,-36],[-7,-16],[11,-17],[12,2],[2,-10]],[[5323,4646],[9,-73],[-30,-9],[13,-114],[7,1],[2,20],[9,-7],[9,5],[24,5],[6,-59],[12,4],[4,-32],[-2,-1],[0,-15],[2,1],[5,-21],[-20,-1],[1,-18],[-4,-1],[2,-15],[4,0],[4,-18],[-23,-7],[3,-30]],[[5122,4657],[10,3],[-1,10],[28,9]],[[5159,4679],[10,2],[5,-52],[-11,-6],[-2,-5],[-2,-20],[11,3],[2,-18],[10,9],[0,13],[22,2],[-6,47],[10,3],[3,-11],[11,6],[-1,28],[28,8],[5,-25],[24,7],[5,-33],[40,9]],[[2005,5918],[2,-9],[-6,-16],[12,-15],[5,-14],[-4,0],[-2,-9],[3,-8],[3,-3],[5,0],[4,7],[10,2],[2,-9],[6,0],[0,-15],[18,-14],[9,-11],[11,3],[22,-9],[8,22],[9,-6],[3,3],[26,0],[6,18],[30,-20],[2,-11],[17,-2],[8,-5],[-6,-11],[2,-16],[16,-12],[7,7]],[[2233,5765],[5,-8],[12,-1],[3,-7],[-5,-9],[-13,3],[-1,-12],[16,-15],[-1,-12],[-6,-14],[2,-22],[-7,-1],[1,-11]],[[1882,5699],[3,13],[-18,20],[5,30],[6,-4],[8,16],[-4,10],[4,67],[-6,18],[10,35],[0,16],[2,5],[-6,11]],[[1886,5936],[4,5],[3,-4],[35,-2],[2,18],[17,1],[4,3],[17,-12],[5,13],[12,-3],[5,-24],[-5,-10],[3,-3],[0,-4],[4,0],[1,5],[8,2],[4,-3]],[[1025,6242],[-8,-26],[7,-22],[19,-7],[2,-7],[-5,-21],[7,-19],[3,-4],[5,1],[12,-20],[1,-12],[-6,-28],[3,-20],[13,3],[1,-11],[-2,-3],[11,-30],[6,-4],[0,-8],[2,-3],[3,5],[2,1],[12,-39],[-4,-24]],[[794,6034],[1,-9],[13,14],[15,-7],[11,-1],[2,5],[7,0],[5,8],[3,11],[7,11],[-2,4],[1,5],[2,1],[1,9],[-12,18],[1,3],[-2,6],[1,11],[6,-2],[7,12],[6,12],[11,37],[8,-17],[4,26],[4,-2],[16,4],[4,16],[-2,3],[-3,-5],[-4,1],[-1,13],[3,0],[0,5],[8,8],[1,9],[7,2]],[[923,6245],[6,0],[8,5],[-1,-21],[7,-4],[1,-10],[-2,-5],[0,-7],[7,-4],[6,12],[8,0],[3,8],[5,2],[12,23],[4,1],[5,-2],[7,19],[12,-4],[14,-16]],[[1497,6110],[0,-10],[24,-16],[10,-11],[15,-8],[0,-6],[-17,-18],[-8,-21]],[[1301,6054],[23,27],[7,-2],[2,5],[-4,11],[5,7],[2,-3],[14,15],[-13,43],[11,-1],[6,4],[10,-1],[8,5],[3,-4],[9,2],[3,-9],[12,-2],[2,-7],[5,3],[6,-21],[3,0],[0,6],[3,-1],[4,-15],[6,6],[10,-2],[0,7],[3,-5],[12,-2],[1,6],[21,-16],[0,5],[22,-5]],[[1724,6003],[16,22]],[[1740,6025],[7,15],[41,-18],[16,-17],[3,9],[-1,12],[7,-3],[6,15],[3,-5],[18,3],[32,-34],[-8,-29],[6,-6],[-3,-4],[2,-11],[17,-16]],[[2906,5686],[1,-39],[6,-15]],[[2913,5632],[5,-9],[2,-70],[-4,-17],[5,-17],[4,-1],[-5,-12],[-7,-28],[-9,0],[1,-8],[12,-24],[-8,-14],[9,-35],[-1,-8],[-4,0],[1,-10],[-5,0],[-5,-9],[-2,-29],[-3,-5],[-4,-29]],[[2729,5426],[7,1],[5,6],[-1,10],[-4,0],[-5,7],[3,6],[-5,5],[-5,11],[4,13],[-3,11],[-7,4],[0,8],[3,3],[3,-5],[7,4],[0,7],[6,8],[7,-6],[8,24],[-7,2],[-1,8],[-3,1],[-1,17],[5,0],[0,-5],[3,0],[0,6],[4,6],[19,-12],[1,19],[-12,-2],[-4,4],[0,21],[4,0],[-1,35],[6,9],[-7,3],[-13,-7],[-7,12],[-2,-3],[-5,18],[7,16],[10,16],[-1,15],[3,3]],[[2750,5725],[8,-5],[4,1],[3,-5],[0,-3],[25,-7],[3,-24],[8,-9],[5,-2],[13,6],[30,-19],[0,21],[3,-3],[3,5],[-2,8],[18,3],[13,-8],[12,2],[4,6],[3,-2],[-1,-5],[4,1]],[[4393,5101],[-5,-16],[-12,-32],[9,0],[2,-6],[20,-25],[2,-9],[-9,-5],[1,-9],[29,-33],[3,-7],[6,-33],[-8,-7],[2,-7],[3,2],[1,-12],[-12,-12],[-4,11],[-24,-15],[5,-11],[10,-7],[1,-7],[-4,-18],[-7,-2],[7,-49],[-8,-3],[2,-16],[13,0],[1,-20],[11,1],[1,-41],[9,-6],[1,-4]],[[4226,4781],[-4,11],[-1,10],[6,21],[-6,17],[2,4],[-1,16],[-8,7],[-3,14],[-2,1],[1,12],[6,-3],[5,10],[-2,5],[7,7],[1,19],[9,-1],[3,20],[4,5],[-14,27],[45,55],[-3,13],[13,4],[11,14],[11,1],[13,12],[3,16],[5,-1],[2,14]],[[4329,5111],[17,-1],[5,8],[23,4],[19,-21]],[[3184,5500],[1,-12],[-9,-2],[-3,-14],[2,-26],[5,-25],[9,4],[6,-14],[-1,-21],[-2,-10],[-4,-1],[0,-4]],[[2913,5632],[20,11],[12,-2],[0,20],[13,14],[6,-11],[14,-15],[4,8],[7,-4],[4,-8],[1,-11],[19,-15],[15,-41],[-2,-5],[25,-18],[10,-17],[16,-15],[0,7],[14,-5],[2,5],[10,-8],[12,12],[9,35],[12,-3],[4,-31],[12,-4],[2,2],[12,-24],[6,1],[12,-10]],[[7906,3367],[9,-37],[9,1],[11,-24],[0,-24],[-6,-3],[-4,-12],[3,-14],[-31,-6],[0,-10],[7,-12],[-2,-16],[-8,-23],[5,-1],[0,-7],[5,-11],[6,0],[1,-7],[8,-13],[-14,-5],[31,-67],[13,-60],[-11,-10],[-2,-12],[16,-24],[-1,-8]],[[7951,2962],[-9,-6],[-4,-2],[-6,-3],[-6,-4],[-7,-4],[-5,-2],[-10,-7],[-6,-4],[-7,-6],[-6,-6],[-2,-3],[-2,-2],[-10,-11],[-5,-5],[-5,-7],[-5,-9],[-2,-3],[-3,-4],[-3,-6],[-3,-10],[-1,-2],[-1,0],[-1,1],[1,3],[1,5],[2,4],[2,3],[2,4],[1,3],[-1,1],[-1,0],[-2,-2],[-4,-6],[-5,-10],[-1,0],[-1,-2],[-5,-8],[-2,-4],[-1,-2],[-1,-2],[0,-4],[2,-7],[0,-2],[1,0],[2,2],[2,5],[3,9],[1,5],[1,1],[1,-3],[0,-1],[-6,-16],[-1,-1],[-1,-2],[-2,-9],[-4,-12],[-3,-6],[-6,-19],[-1,-3],[-4,-14],[-4,-12],[-8,-24],[-4,-10],[-12,-26],[-5,-10],[-2,-3],[-3,-6],[-4,-6],[-5,-9],[-4,-10],[-3,-4],[-2,-1],[-3,2],[-1,1],[-3,0],[-6,-7],[-4,-4],[-9,-8],[-3,-1],[-2,0],[-1,1],[-1,1],[-1,2],[0,4],[1,4],[0,1],[1,0],[1,-1],[0,-1],[1,-2],[2,-2],[4,0],[4,3],[2,3],[4,5],[3,6],[2,10],[1,10],[0,7],[0,7],[0,2],[1,1],[1,1],[1,-1],[2,-4],[0,-1],[0,-2],[-1,-2],[-1,0],[-1,-5],[1,-13],[1,-6],[0,-2],[1,0],[4,7],[2,10],[1,1],[0,1],[5,4],[9,11],[5,8],[6,6],[1,0],[1,1],[7,17],[3,8],[4,10],[2,7],[7,20],[3,8],[5,20],[1,3],[6,16],[1,4],[0,2],[0,2],[-2,4],[-3,5],[-4,3],[-2,0],[-1,0],[0,-1],[1,-2],[8,-9],[0,-1],[1,-2],[-1,-1],[-1,1],[-3,5],[-5,4],[-2,1],[-1,-1],[0,-1],[1,-1],[3,-2],[3,-4],[1,-2],[0,-1],[0,-1],[-1,-1],[-2,-3],[0,-6],[0,-4],[-2,-14],[-1,-1],[0,1],[0,8],[-1,16],[-2,7],[-1,1],[-1,-1],[-1,-4],[0,-1],[3,-11],[0,-10],[-2,-21],[-1,-7],[-1,-2],[0,6],[1,4],[0,9],[0,14],[-1,7],[-1,4],[-5,15],[-2,4],[-3,3],[-2,5],[-4,6],[-5,6],[-5,7],[-4,4],[-6,4],[-1,0],[-2,0],[-4,0],[-6,-1],[-4,-1],[-2,-1],[-7,-4],[-7,-6],[-10,-7],[-6,0],[-6,2],[-2,1],[-6,3],[-15,8],[-6,2],[-5,-1],[-14,-6],[-6,-1],[-5,-1],[-8,-3],[-20,1],[-2,0],[-3,-3],[-4,-2]],[[7699,3216],[26,7],[-1,10],[39,4],[-3,58],[20,2],[-2,31],[32,38],[9,6],[24,4],[0,5],[55,16],[8,-30]],[[2743,5759],[6,-17],[1,-17]],[[2471,5594],[-2,5],[6,14],[-2,8],[5,6],[5,16],[-9,14],[-11,7],[-8,-1],[-6,5],[-3,-5],[-9,6],[-4,28],[-8,0],[10,39],[-7,15],[8,9]],[[2436,5760],[8,2],[34,-18],[4,6],[-11,17],[-8,4],[-1,14],[10,3],[13,-26],[5,8],[20,34],[-12,28],[14,20],[-7,5],[6,7]],[[2511,5864],[23,-1],[12,-6],[0,8],[11,0],[6,-6],[17,0],[-3,9],[4,0],[6,-8],[7,5],[10,-2],[4,-14],[23,-22],[1,-9],[-5,-17],[24,-14],[1,25],[8,-12],[4,3],[21,-20],[3,7],[7,-5],[3,-22],[13,1],[-1,-9],[3,-4],[6,9],[6,-3],[18,2]],[[6306,4258],[6,-13],[-1,-5],[19,-41],[-7,-14],[7,-45],[-27,-7],[2,-25],[-25,-6],[3,-22],[-23,-6],[5,-56],[-11,-4],[2,-13],[11,2]],[[6056,3993],[2,22],[-75,-8],[0,9],[6,7],[9,3],[0,12],[3,1],[-1,39],[-10,94],[18,5],[-1,7],[37,9],[-2,30],[-7,-2],[-3,26],[10,3],[-6,59],[14,5],[-6,59],[8,3],[-4,44]],[[6048,4420],[0,5],[30,-20],[3,-30],[12,3],[-2,-7],[22,-14],[3,-1],[4,19],[7,1],[11,8],[6,0],[5,-9],[2,-13],[4,0],[1,-15],[-10,-32],[2,-6],[-7,-13],[0,-10],[-5,-2],[-1,-14],[1,-19],[4,-4],[7,31],[5,2],[1,-10],[9,1],[-2,13],[10,2],[3,-13],[2,0],[0,4],[14,4],[2,-16],[33,8],[-5,26],[15,6],[5,-1],[0,-16],[14,16],[2,-3],[4,1],[-1,6],[8,2],[2,-17],[-23,-7],[2,-14],[23,5],[4,-19],[19,4],[1,-5],[12,1]],[[7086,3441],[23,3],[-3,48],[25,5],[-4,49],[11,11],[-3,32],[6,1],[-4,44],[31,9],[-1,6],[41,9],[-7,78],[171,28]],[[7372,3764],[11,1],[1,-24],[-11,-1],[0,5],[-16,-2],[2,-54],[33,-32],[-24,-58],[23,-24],[-4,-11],[5,-3],[-11,-41],[9,-5],[-8,-46],[-19,12],[-3,-13],[32,-19],[-1,-22],[-4,-14],[2,-18]],[[2233,5765],[3,5],[8,6],[0,-3],[9,0],[1,14],[-8,12],[0,8],[4,3],[0,5],[-11,17],[-1,13],[16,16],[-10,1],[-1,6],[6,26],[-5,38],[5,7],[-5,4],[1,10],[-4,14],[3,8],[4,-6],[5,5],[-2,6]],[[2251,5980],[5,6],[-1,-11],[5,5],[16,-36],[0,-18],[6,-13],[4,8],[-4,6],[1,4],[-3,3],[7,11],[-3,2],[-1,7],[-4,3],[3,6],[13,-11],[0,4],[-4,4],[10,30],[2,-6],[9,-5],[4,12],[14,-21],[-2,-5],[18,-16],[10,2],[9,6],[17,-19],[-1,-11],[-13,-17],[12,-41],[1,-16],[31,-26],[26,-10],[6,-9],[2,-14],[-1,-10],[-8,-5],[-1,-19]],[[4393,5101],[2,-9],[14,-7],[10,14],[0,9],[8,3],[6,17],[-3,12],[8,9],[31,-29],[19,12],[0,19],[26,8]],[[4514,5159],[16,-86],[-13,-5],[7,-9],[-14,-13],[3,-2],[8,-13],[0,-7],[5,-1],[4,-11],[-2,-10],[1,-39],[1,-5],[-2,-4],[4,-17],[5,3],[0,11],[7,15],[19,-13],[7,-9],[0,-7],[2,-38],[-6,-28],[-5,-1],[2,-39],[9,-12],[2,-6],[-4,-12],[-1,-21],[-2,-6],[18,-2],[-14,-48]],[[831,6435],[5,-11],[13,-4],[23,-3],[4,-20],[11,-1]],[[887,6396],[-2,-4],[3,-1],[2,3],[3,0],[17,-5],[1,3],[3,-3],[-3,-20],[-20,8],[-4,-12],[3,-8],[4,0],[0,-3],[-5,0],[0,-3],[-5,2],[1,-21],[10,0],[3,-3],[3,7],[-1,3],[1,9],[3,-1],[0,-9],[16,-6],[0,-12],[-4,1],[-3,-9],[2,-1],[0,-5],[-4,-8],[1,-2],[5,-1],[-1,-13],[-3,-2],[2,-10],[4,4],[4,-29]],[[567,6100],[-5,17],[-6,10],[-5,1],[-2,6],[-7,1],[-4,11],[6,10],[-8,8],[0,5],[5,9],[-3,9],[2,7]],[[540,6194],[9,0],[10,9],[1,13],[4,7],[8,4],[7,-1],[6,4],[2,-8],[6,-8],[5,-1],[10,16],[-1,2],[4,21],[6,9],[0,6],[3,9],[-3,17],[2,6],[-3,9],[10,9],[9,30],[13,-2],[7,-6],[3,2],[3,-2],[12,5],[2,7],[7,-6],[2,3],[8,0],[2,9],[5,0],[1,4],[-2,4],[0,11],[3,1],[4,-1],[14,4],[19,12],[18,-7],[11,1],[17,7],[8,17],[-3,7],[4,37],[4,0],[0,-6],[3,-3],[31,-10]],[[4028,5227],[4,-13],[1,-38],[12,-6],[8,-40]],[[4053,5130],[-11,12],[-18,8],[-2,-11],[-19,-31],[3,-6],[-6,-3],[3,-17],[0,-11],[-4,-5],[-4,9],[-21,-23],[-1,-16],[-4,-10],[-9,3],[-6,-2],[-1,-7],[13,-5],[24,-2],[4,-8],[-9,-9],[2,-6],[5,4],[4,-5],[4,4],[3,-1],[11,-12],[1,9],[10,-10],[-7,-6],[2,-5],[-5,-2],[-1,-8],[-11,-2],[0,-4],[-9,1],[0,5],[-3,1],[-11,-7]],[[3728,5170],[-1,24],[9,12],[10,9],[5,3],[16,-6],[4,11],[20,-11],[7,7],[6,-4],[3,3],[-6,1],[13,15],[10,-8],[7,7],[2,-6],[5,2],[-1,8],[-6,-1],[-7,9],[4,5],[4,-4],[1,10],[17,0],[2,3],[12,-16],[4,5],[11,-12],[0,6],[-3,3],[-3,12],[2,6],[-3,4],[1,13],[13,8],[-4,12],[1,16],[8,30],[-3,7],[0,12],[18,12],[5,-6],[4,8],[-12,10],[-5,11],[5,19]],[[3903,5419],[25,-16],[9,5],[7,-9],[6,-3],[3,-19],[17,-8],[-3,-7],[-8,-9],[4,-2],[1,-8],[-2,-6],[4,-6],[0,-14],[-2,-4],[2,-6],[5,-4],[-1,-7],[-3,-2],[-5,-18],[2,-9],[7,-8],[2,-12],[7,-12],[9,9],[3,-4],[6,6],[16,-24],[14,5]],[[4053,5130],[17,14],[24,10],[11,-5],[7,-6],[-5,23],[8,6],[-2,8],[8,4],[1,15],[-4,5],[1,12],[2,-6],[9,-2],[16,9],[-2,25],[34,-3],[9,-26],[25,-28],[4,-11],[33,-1],[2,19],[22,41],[4,10],[12,20],[29,2]],[[4318,5265],[5,-17],[8,1],[12,-6],[7,-10],[-1,-26],[9,-14],[1,-8],[-2,-17],[-11,4],[-5,-6],[1,-4],[7,1],[2,-2],[-3,-26],[-11,3],[-3,-6],[-6,2],[-2,-23],[3,0]],[[6635,3865],[53,22],[22,22],[25,10],[90,20],[8,10],[20,16],[18,5],[19,2]],[[6890,3972],[29,-4],[44,-25],[38,-3],[30,-25],[12,-3],[34,15],[16,21]],[[7093,3948],[12,-5],[5,3]],[[7110,3946],[0,-175],[-10,-12],[-13,-4],[-17,5],[-19,12],[-3,-11],[-44,-11],[5,-45]],[[4705,4753],[-4,43],[10,54],[26,14],[-17,57],[1,4],[9,-1],[1,-12],[10,3],[2,4],[-2,7],[-5,6],[-6,-2],[0,4],[5,1],[-6,11],[26,47],[2,24],[11,6],[-8,33]],[[4760,5056],[24,19],[13,-7],[2,7]],[[4799,5075],[12,-9],[1,-6],[-8,-12],[-1,-11],[11,-26],[-2,-11],[5,-9],[28,8],[-1,8],[19,8],[3,-16],[16,5],[2,-12],[15,2],[4,-40],[8,2],[3,-35],[6,-6],[-11,-3],[2,-23],[23,5],[3,-4],[31,8],[4,-23],[-5,-2],[-3,-14],[-14,-5],[1,-14],[3,1],[3,-22],[-9,-3],[2,-16]],[[5689,4623],[11,2],[1,-9],[-16,-4],[4,-41],[-35,-22],[5,0],[6,-10],[-4,-5],[-16,-4],[3,-26],[-20,-7],[7,-69],[3,0],[3,-29],[7,2],[2,-3],[1,-15],[-43,-10],[-4,-22],[1,-7],[10,2],[3,-1],[0,-7],[3,1],[2,-28],[5,-19]],[[5323,4646],[-1,7],[32,9],[1,-9],[34,6],[-2,17],[3,1]],[[5390,4677],[16,5],[0,9],[31,2],[3,-19],[26,13],[1,7],[12,-5],[12,5],[26,0],[9,-6],[12,5],[2,-7],[44,23],[-2,8],[3,2],[4,-11],[6,3],[7,-28],[1,1],[4,-16],[-10,-2],[3,-21],[12,3],[4,-24],[32,9],[12,8],[8,-7],[1,-15],[20,4]],[[1497,6110],[-2,15]],[[1495,6125],[11,1],[5,3],[2,11],[13,3],[7,0],[7,-9],[10,-4],[7,4],[-1,6],[3,2],[24,13],[6,-10],[5,-3],[5,-7],[2,10],[3,5],[18,-10],[1,3],[-4,12],[5,6],[-5,12],[-1,21],[6,15],[2,14],[4,1]],[[1630,6224],[21,-2],[2,4],[58,-8],[19,3]],[[1730,6221],[1,-16],[18,0],[0,-33],[-14,0],[0,-43],[-5,1],[-17,-75],[12,-16],[-2,-2],[17,-12]],[[3382,5677],[11,-19],[9,-9],[4,-28],[-6,-15],[15,-36],[13,-13],[3,-6],[6,1],[4,16],[11,10],[19,-22],[12,-10],[-2,-16],[4,-3],[6,10],[-5,5],[8,14],[12,0],[-4,-10],[3,-7],[26,-20],[7,6]],[[3538,5525],[4,-20],[-8,-6],[-7,3],[0,-6],[12,-11],[4,-13],[-4,-6],[-9,3],[-5,-5],[7,-14],[-3,-3],[-12,9],[-5,-13],[2,-6],[-3,-5],[2,-12],[4,-6],[1,3],[12,-3],[0,-11],[-2,-1],[0,-14],[6,-14],[-1,-18]],[[3184,5500],[2,7],[8,-5],[3,9],[-4,11],[8,4],[-3,15],[2,14],[6,3],[-1,9],[3,10],[3,-5],[6,13]],[[3217,5585],[6,-6],[-2,-6],[6,-13],[7,1],[13,-11],[5,10],[-3,8],[8,15],[-6,5],[6,7],[13,1],[3,5],[-1,14],[-3,7],[-2,28],[7,9],[2,-4],[3,4],[20,-25],[5,4],[19,-23],[7,13],[23,-6],[5,19],[8,-3],[3,12],[-8,28],[3,12],[18,-13]],[[6008,4506],[-6,-5],[0,-21],[2,0],[4,-39],[-7,-3],[7,-27],[5,-3],[35,12]],[[5797,4286],[0,2],[19,5],[-1,9],[4,16],[5,4],[4,12],[-3,8],[-3,-5],[-3,20],[12,4],[-5,43],[-11,-3],[-3,20],[52,14],[-5,15],[4,10],[-26,-7],[-4,44],[50,12]],[[5883,4509],[7,2],[2,-15],[3,-1],[0,-7],[5,1],[0,4],[29,9],[2,-5],[16,5],[-5,42],[-8,9],[-1,6],[6,1],[1,-6],[18,4],[-1,8],[17,6],[4,-9],[22,16],[8,-73]],[[3840,5453],[8,-16],[21,-10],[7,-9],[6,-12],[6,-4],[5,19],[10,-2]],[[3538,5525],[8,6],[2,15],[10,14],[4,-6],[13,3],[31,-3],[-4,23],[14,22],[-5,8]],[[3611,5607],[23,5],[4,-15],[6,-5],[9,7],[1,12],[8,-14],[7,-7],[7,-13],[-7,-25],[36,-42],[6,7],[7,-34],[-7,-6],[17,-21],[7,19],[23,-2],[4,6],[5,-10],[15,1],[2,-4],[0,-19],[9,8],[13,-2],[6,-6],[5,11],[6,0],[12,-11],[5,6]],[[504,6557],[5,-8],[3,-14],[3,0],[4,-8],[1,-9],[7,1],[4,-12],[8,-6],[4,-8],[-1,-9],[-3,0],[-2,4],[-6,6],[-3,-4],[-9,2],[-2,-4],[-4,1],[-2,-6],[3,-2],[-1,-3],[16,-12],[1,-4],[-3,-8],[-5,-4],[-1,-10],[3,-5],[3,0],[3,-13],[-2,-14],[5,-10],[-6,-6],[13,-34],[-4,-12],[2,-6],[8,-6],[10,-20],[-1,-4],[-2,2],[-4,-8],[-5,0],[-7,4],[-15,-14],[4,-4],[3,-9],[0,-9],[-8,-22],[-5,-5],[-2,-5],[4,-30],[4,-1],[18,-15]],[[336,6183],[-1,7],[1,11],[0,4],[1,12],[0,3],[-1,13],[-2,6],[-1,8],[-1,4],[-2,13],[-1,5],[-3,12],[-1,2],[0,2],[-2,11],[-3,12],[-2,10],[0,1],[-1,9],[-1,6],[-4,35],[0,3],[0,1],[-1,8],[-2,9],[-7,1],[-7,2],[-11,13],[-3,20],[-3,7],[13,11],[6,13],[1,4],[1,7],[0,4],[3,12],[1,2],[0,1],[9,20],[1,3],[2,3],[4,6],[1,2],[5,11],[8,17],[1,3],[4,7],[0,1],[4,5],[15,27],[0,5],[1,6],[0,6],[1,8],[5,9],[5,12],[7,1],[2,0],[1,1],[9,12],[5,7],[2,12],[0,1],[1,0]],[[396,6672],[2,-12],[30,-2],[8,-14],[-10,-13],[2,-4],[12,7],[10,-7],[2,-8],[7,-3],[1,-11],[9,-17],[2,1],[3,-10],[-11,-7],[-2,-9],[2,3],[3,-3],[7,-12],[9,2],[1,4],[5,-1],[3,-4],[8,5],[0,4],[5,-4]],[[6306,4258],[-9,21],[26,8],[11,-7],[7,9],[19,3],[1,-8],[16,2],[0,-6],[17,6],[11,10],[-1,5],[-19,3],[-5,31],[30,4],[1,-6],[16,-2],[2,19],[19,6]],[[6448,4356],[1,-8],[19,4],[2,-23],[-9,0],[7,-59],[16,9],[-1,14],[23,9],[10,11],[9,1],[17,-4],[0,-11],[36,11]],[[6578,4310],[3,-32],[13,3],[-1,-10],[2,-8],[-15,-26],[-4,-4],[-7,-27],[-12,-5],[-22,-3],[-1,-26],[-15,-4],[5,-5],[-6,-28],[6,-2],[24,-32],[9,3],[3,-4],[19,2],[1,3],[6,-3],[-5,25],[4,-7],[2,-11],[9,9],[7,-18],[15,2],[6,8],[4,-21],[-3,0],[1,-8],[-9,1],[-18,-14],[6,-24],[-11,2],[4,20],[-13,-24],[0,-6],[7,-3],[8,-16],[3,6],[3,-8],[-5,-7],[-1,-11],[-10,-3],[-10,7],[-7,-10],[-4,0],[-6,-18],[-4,-1],[-3,11],[1,-140]],[[4514,5159],[15,14],[31,6],[1,20],[9,38],[27,12],[13,-21],[14,2],[0,-6],[3,0],[1,12],[9,-7],[8,1],[1,4],[14,-5]],[[4660,5229],[4,-2],[-1,-10],[-4,1],[0,-8],[3,-1],[11,-56],[4,1],[0,-19],[18,0],[-1,-67],[23,1],[2,-5],[1,8],[5,-2],[2,-7],[2,5],[10,-7],[11,7],[4,-12],[6,0]],[[7873,3632],[30,-34],[7,-53],[-25,-58],[45,5],[4,-79]],[[7934,3413],[-10,-4],[-1,14],[-11,-2],[1,-15],[8,-10],[0,-24],[-15,-5]],[[7618,3353],[-1,25],[-31,-4],[-2,57],[6,3],[-1,13],[-7,-1],[-1,15],[-8,13],[-2,38],[83,3],[0,21],[7,43],[-13,46],[-3,20],[6,14],[-2,6],[13,27]],[[7662,3692],[2,4],[9,-5],[48,4],[38,-22],[10,-31],[-6,-6],[4,-14],[18,-6],[22,8],[0,-7],[7,6],[23,-10],[8,-14],[10,-2],[9,41],[9,-6]],[[5689,4623],[-2,16],[-6,10],[-17,7],[-1,10],[11,11],[11,-1],[9,9],[18,6],[-5,23],[21,4],[2,3],[-2,19],[3,10],[-4,8]],[[5727,4758],[8,-4],[1,-6],[7,-4],[5,-14],[9,-7],[7,0],[1,-9],[4,0],[3,-34],[15,1],[2,4],[11,-6],[10,0],[1,-30],[2,1],[2,-20],[-4,-1],[6,-53],[-1,-4],[3,-11],[34,9],[0,6],[18,4],[0,-6],[3,0],[9,-65]],[[1429,6392],[5,-8],[-3,-10],[4,-3],[8,-20],[2,-19],[11,-22],[-1,-9],[3,-9],[1,-14],[-2,-13],[4,-14],[-2,-14],[5,2],[1,7],[9,4],[6,8],[7,-6],[8,-35],[11,-12],[-4,-3],[-2,-10],[-3,-1],[-3,-15],[-5,-6],[1,-44],[5,-1]],[[1278,6060],[-6,-2],[-5,4],[-23,-7],[-21,8],[-6,11],[3,0],[2,13],[3,1],[1,23],[3,0],[2,11],[-2,1],[0,5],[-12,8],[-17,-19],[-4,11],[0,16],[1,22],[22,-7],[9,15],[11,-15],[2,1],[7,27],[4,4],[0,4],[-4,3],[2,13],[-2,4],[2,3],[4,-3],[-1,6],[4,3],[-1,4],[16,19],[-8,5],[1,2],[-10,8],[-10,2],[-1,17],[-6,5],[-1,23],[-2,0],[1,6],[6,9],[15,3],[4,34],[-2,1],[-6,27],[5,12],[16,0],[3,3],[-6,37],[11,17]],[[1282,6458],[3,3],[4,-4],[0,7],[8,-2],[-5,7],[14,-3],[4,-4],[0,-7],[8,-5],[2,-4],[-4,-3],[-3,1],[-2,-3],[4,-6],[-1,-4],[3,-8],[13,4],[18,13],[1,-10],[22,-24],[3,3],[9,-15],[2,5],[6,-3],[2,6],[13,-11],[3,4],[8,-7],[12,4]],[[8182,3477],[1,-12],[29,-40],[3,5],[2,-1],[-1,-18],[5,0],[0,-10],[-4,-6],[5,-5],[-2,-15],[-12,-8],[52,-40],[10,15],[15,-25],[-20,-40],[28,-31],[-21,-27],[-6,10],[-38,-51],[6,-11],[16,-45]],[[8250,3122],[-5,-5],[-2,-3],[-1,-2],[-4,-4],[-10,0],[-5,-1],[-4,0],[-2,-1],[-8,-6],[-5,-5],[-6,-8],[-21,-27],[-1,-3],[-1,-2],[-3,-5],[-3,-4],[-2,-3],[-4,-8],[-8,-18],[-2,-6],[-4,-14],[-4,-12],[-3,-10],[-1,-3],[-7,-27],[-3,-17],[-2,-7],[-1,-5],[0,-4],[-3,-17],[-1,-3],[-9,-23],[-8,-24],[-3,-9],[-7,-15],[-1,-2],[-3,-4],[-4,-5],[-2,-2],[-3,-1],[-2,-1],[-2,1],[-1,0],[-2,2],[0,1],[0,1],[2,3],[3,5],[1,7],[-1,5],[1,7],[0,1],[1,2],[1,0],[-1,-3],[0,-4],[0,-3],[2,-7],[2,-3],[2,2],[2,3],[1,1],[2,10],[1,10],[1,0],[1,1],[4,-4],[1,10],[2,4],[3,2],[3,3],[1,2],[1,3],[4,10],[2,5],[3,8],[0,4],[1,7],[0,3],[-3,14],[-2,6],[-4,8],[-4,5],[-6,11],[-1,2],[-3,5],[-3,5],[-5,6],[-4,5],[-5,2],[-2,3],[-2,2],[-7,7],[-3,3],[-4,2],[-5,2],[-13,0],[-5,-1],[-7,1],[-10,2],[-4,0],[-11,-2],[-3,-2],[-6,-4],[-7,-6],[-6,-3],[-5,-4],[-6,-4],[-8,-3],[-5,0],[-5,-2],[-6,-2],[-2,-1]],[[7934,3413],[98,36],[-3,56],[22,12],[49,4],[-5,-12],[40,6]],[[8135,3515],[9,-21],[16,-8],[4,-12],[18,3]],[[2953,5883],[14,-27],[-37,3],[1,-6],[-5,-2],[-2,-15],[-5,2],[-7,-29],[-12,-29],[10,-10],[-3,-8],[6,-21],[6,-6],[-2,-13],[2,-9],[-6,-1],[-7,-26]],[[2743,5759],[-4,30],[-3,10],[-8,4],[1,9],[-8,13],[-5,3],[3,2],[-9,4],[0,-11],[-15,-5],[-5,14],[-2,-4],[-3,11],[-9,3],[-4,10],[6,5],[5,-2],[2,3],[-3,9],[8,23],[-4,24],[4,13],[-4,11],[9,7],[4,-7],[10,-7],[11,8],[27,66]],[[2747,6005],[-1,-17],[18,-8],[0,14],[8,1],[7,7],[22,2],[2,-5],[-8,-12],[7,-1],[0,-5],[6,-1],[3,-7],[-3,-2],[5,-8],[2,-14],[23,5],[7,-17],[6,1],[21,-35],[11,16],[1,17],[11,14],[17,-11],[7,1],[3,-6],[15,4],[-7,-18],[-2,-24],[5,-6],[-2,-4],[5,-6],[12,-5],[5,8]],[[1025,6242],[-2,11],[2,15],[2,1],[5,-4],[2,4],[4,-4],[1,9],[3,1],[0,4],[-4,2],[12,15],[2,-1],[4,5],[8,0],[-1,6],[5,13],[21,-19],[4,5],[6,3],[0,-6],[4,1],[0,-6],[12,-6],[14,22],[9,7],[6,1],[0,4],[3,4],[-5,7],[-1,7],[20,7],[1,6],[-8,16],[-9,7],[-8,14],[4,-2],[0,18],[3,0],[0,4],[-7,4],[0,3],[-6,8],[4,8],[6,-8],[2,5],[-6,12],[-11,13],[-5,18],[1,12]],[[1122,6488],[7,6],[17,-1],[7,-10],[13,0],[3,12],[0,16],[3,9],[4,6],[-4,9],[14,-8],[4,0],[2,-24],[9,-3],[5,-4],[3,4],[3,-2],[0,-8],[5,0],[4,-4],[9,15],[-1,12],[7,1],[-2,-5],[1,-5],[4,-1],[3,-4],[2,-14],[5,-14],[3,0],[1,7],[8,7],[8,1],[11,-17],[2,-11]],[[1081,6549],[-2,-11],[1,-9],[7,-13],[12,-10],[16,-1],[4,-3],[3,-14]],[[887,6396],[14,6],[-4,21],[-15,7],[-4,5],[1,3],[5,0],[1,4],[5,-4],[17,0],[-2,-14],[3,-4],[-2,-9],[7,-2],[8,26],[2,-1],[3,-12],[-3,-1],[6,-7],[-2,16],[4,3],[0,4],[-12,21],[-5,3],[0,9],[-4,16],[1,10],[5,3],[3,19]],[[919,6518],[7,0],[2,8],[4,2],[4,-4],[5,-15],[6,0],[1,-5],[-2,-2],[0,-6],[27,0],[3,-8],[3,2],[5,-6],[8,0],[4,13],[12,12],[0,6],[-17,7],[-1,9],[-5,4],[-4,28],[9,-2],[8,24],[14,-16],[-4,-8],[20,0],[0,-3],[12,-5],[2,6],[2,-1],[6,7],[-3,4],[9,8],[25,-28]],[[7372,3764],[-12,23],[9,8],[7,2],[19,-5],[0,-24],[23,-1],[-1,21],[20,6],[-4,38]],[[7433,3832],[13,0],[-1,-15],[39,-2],[4,-4],[8,16],[35,-31],[13,0],[7,58],[23,4],[45,-10]],[[7619,3848],[-3,-109],[7,-18],[39,-29]],[[2079,6234],[-2,-47],[3,-17],[9,-15],[14,-11],[-4,-3],[-5,-13],[-19,2],[-5,-9],[-8,-6],[2,-14],[5,-5],[7,-28],[-5,-3],[2,-21],[-6,-18],[-10,4],[-16,-37],[-15,-44],[-11,-19],[-6,-2],[-4,-10]],[[1730,6221],[-1,42],[30,-9],[8,6],[3,-7],[14,6],[-5,10],[3,10],[18,5]],[[1800,6284],[32,-12],[7,8],[20,-13],[11,-2],[4,12],[5,1],[7,13],[33,-12],[9,7],[10,-4],[4,9],[3,0],[-3,-19],[5,-5],[9,2],[3,6],[13,0],[13,-5],[34,-21],[-3,-10],[9,-4],[19,28],[3,12],[8,10]],[[2055,6285],[20,-12],[-3,-14],[3,-18],[-1,-5],[5,-2]],[[4217,5503],[5,-5],[7,3],[10,-8],[-2,-5],[36,-14],[-1,-5],[-3,-2],[9,-14],[6,-16],[-3,-4],[-7,4],[-7,-24],[4,-3],[-1,-16],[6,4],[25,-39],[16,-2],[-2,-4],[1,-12],[7,1],[7,-19],[12,-9],[1,-4]],[[4343,5310],[-4,-17],[3,-4],[-4,-4],[-17,-3],[-3,-17]],[[4028,5227],[-25,44],[1,4],[-2,11],[8,2],[6,12],[7,1],[0,8],[-15,23],[-1,17],[4,4],[1,17],[5,0],[2,8],[11,-15],[6,11],[11,2],[8,-9],[7,-20],[13,6],[2,16],[4,10],[9,-13],[16,12],[22,0],[6,25],[6,4],[1,9],[6,12],[6,1],[6,-5],[6,2],[-3,31],[-9,19],[11,13],[0,9],[-12,16],[13,18],[12,-7],[-1,-6],[12,-28],[29,12]],[[2264,6238],[7,-5],[-7,-16],[5,-2],[0,-10],[-6,5],[-3,-19]],[[2260,6191],[2,-15],[11,-14],[0,-16],[7,-13],[-6,-5],[4,-12],[-7,1],[8,-16],[-9,-12],[3,-5],[-3,-9],[-20,3],[-6,-38],[-7,-25],[7,-17],[-3,-12],[10,-6]],[[2079,6234],[4,9],[7,-2],[29,-21],[4,3],[53,-1],[16,9],[14,2],[0,18],[19,-4],[1,5],[38,-14]],[[720,6715],[4,-8],[1,-6],[-8,-31],[3,-6],[-10,-27],[3,-11],[31,-24],[6,-1],[10,8],[7,-6],[24,-1],[3,-10],[1,-19],[8,-4],[6,18],[9,1],[0,4],[7,5],[3,-4],[-5,-8],[1,-12],[3,-2],[-5,-38],[-2,-4],[-2,2],[-5,-6],[0,-10],[11,-10],[6,-17],[7,-1],[3,-6],[-1,-17],[-8,-29]],[[504,6557],[2,4],[-6,16],[3,6],[9,-10],[4,3],[6,-12],[2,9],[5,4],[1,5],[11,3],[10,-2],[1,-4],[7,1],[-2,5],[22,5],[-3,-6],[20,-8],[2,4],[8,-1],[2,7],[3,0],[10,-10],[4,0],[3,8],[22,4],[-2,8],[5,17],[8,1],[3,-4],[3,11],[5,0],[7,11],[8,-3],[2,4],[-1,6],[3,3],[4,18],[-6,2],[1,5],[4,1],[3,23],[-6,13],[6,18],[17,-10],[6,3]],[[7347,4067],[1,-25],[21,0],[-5,-16],[50,2],[19,-196]],[[7110,3946],[24,3],[108,113],[19,27],[9,-4],[12,18],[13,11],[8,-21],[7,-5],[21,1],[1,-21],[15,-1]],[[1550,6533],[8,-4],[-3,-2],[0,-18],[7,-2],[15,-11]],[[1577,6496],[4,-22],[-2,-9],[-4,1],[-2,-13],[9,-4],[4,-4],[-4,-10],[-6,-9],[3,-5],[17,-14],[6,-16],[3,1],[4,6],[26,-23],[0,-10],[-9,-3],[-9,-23],[4,-5],[-3,-11],[4,-19],[-6,-3],[15,-10],[-10,-8],[-1,-9],[-11,10],[-3,-5],[24,-21],[-4,-30],[4,-4]],[[1429,6392],[1,14],[-2,3],[0,26],[3,3],[-1,8],[3,9],[-6,28],[6,5],[0,-3],[18,1],[1,3],[2,-2],[16,1],[2,16],[9,1],[8,7],[3,-16],[3,2],[-4,22],[16,-1],[2,9],[2,-2],[2,7]],[[1513,6533],[5,-1],[2,-8],[9,-4],[-1,14],[7,6],[6,-6],[8,-3],[1,2]],[[3171,5990],[2,-26],[-12,-9],[-2,6],[-10,-4],[-4,-11],[-1,-9],[2,-4],[-9,-14],[-3,6],[-13,-21],[5,-15],[6,-2],[0,-16],[-8,-10],[17,2],[6,6],[5,-3],[7,-18],[14,0],[-8,-30],[5,-18],[13,-18],[-3,-3],[-6,5],[-17,-13],[0,-23],[7,-18],[11,-4],[1,-9],[12,-4],[-11,-19],[-2,-15],[7,-28],[4,-10],[10,-14],[-4,-12],[5,-10],[11,6],[4,-3],[-9,-14],[3,-6],[5,3],[6,-6]],[[2953,5883],[7,5],[4,10],[3,11],[-6,14],[8,13],[15,-13],[3,6],[-3,19],[4,-10],[18,-17],[13,19],[-2,25],[3,6],[9,0],[15,9],[24,-33],[4,5],[3,-8],[8,11],[14,-9],[13,26],[10,12],[-2,23],[3,2],[5,-16],[3,-1],[5,12],[5,3],[5,-12],[4,3],[9,-6],[4,-8],[10,6]],[[5717,4806],[10,-48]],[[5390,4677],[-1,41],[-3,17],[14,4],[0,7],[9,3],[6,-5],[7,2],[-1,8],[7,3],[-6,35],[-4,3],[-8,27],[-6,40],[11,5],[-2,45],[4,0],[-1,26],[5,2],[-3,16],[31,12]],[[5449,4968],[3,-17],[34,6],[0,6],[32,13],[7,-28],[17,9],[12,18],[17,2],[3,11],[8,4],[2,9],[4,-4],[-8,-36],[8,-5],[42,21],[5,-23],[32,8]],[[5667,4962],[10,-14],[-1,-11],[8,-4],[12,-14],[0,-18],[6,-9],[-7,-2],[1,-10],[-3,-1],[2,-20],[-22,-6],[6,-44],[34,9],[4,-12]],[[2440,6260],[3,-2],[-5,-16],[-6,-4],[14,-16],[-3,-21],[6,-14],[13,-10],[1,-11],[13,21],[28,-9],[1,-5],[-6,-8],[6,-17],[11,-6]],[[2516,6142],[14,-26],[-1,-4],[-11,1],[0,-11],[35,-20],[2,-5],[-8,-15],[10,-52],[-2,0],[-14,-30],[0,-16],[-6,-5],[-8,-20],[3,-4],[-9,-23],[-7,4],[-5,-50],[2,-2]],[[2260,6191],[13,6],[15,30],[5,26],[35,-38],[7,23],[6,-8],[4,14],[-6,8],[24,20],[5,-10],[17,4],[0,18],[8,-3],[10,-11],[15,1],[4,-6],[18,-5]],[[5041,5218],[-24,-2],[23,-180],[31,-1],[6,-39],[13,-40],[35,12],[9,-24],[1,-15],[10,-15],[-2,-5],[7,-54],[-9,-6],[-9,-20],[4,-9],[-5,-10],[-5,-2],[-2,-9],[19,-64],[8,-46],[5,1],[3,-11]],[[4799,5075],[-6,11],[11,16],[2,-4],[9,2],[19,38],[1,35],[26,0],[-4,38],[34,1],[-1,62],[45,1],[19,10],[6,-25],[14,6],[2,-6],[14,1],[-1,4],[7,3]],[[4996,5268],[10,-29],[22,21],[13,-42]],[[2757,6183],[1,-4],[9,0],[7,-10],[4,6],[13,-11],[5,2],[3,-4],[8,0],[11,-11],[1,-4],[-9,-4],[7,-27],[-3,-9],[-8,-4],[-4,-12],[5,-16],[0,-13],[-32,6],[5,-9],[-10,-1],[2,-10],[-7,-5],[-7,0],[-3,-6],[1,-7],[9,-6],[2,-13],[-9,-3],[-3,3],[-2,-4],[-6,-2]],[[2516,6142],[6,16],[15,0],[6,4],[11,-3],[25,-19],[8,13],[6,24],[21,-6],[24,16],[2,5],[10,-1],[10,4],[5,-2],[0,-11],[18,-17],[-1,-6],[27,25],[16,3],[0,16],[18,-6],[14,-14]],[[5371,5115],[5,-1],[0,3],[4,-1],[0,-3],[7,-7],[2,-37],[18,3],[0,11],[23,-11],[4,-24],[2,0],[13,-80]],[[5041,5218],[5,0],[6,-43],[15,4],[0,4],[31,10],[4,-20],[18,0],[0,-2],[26,0],[1,-13],[-21,0],[1,-37],[20,1],[1,-9],[-9,-39],[10,-17],[26,7],[13,0],[1,6],[9,1],[0,-7],[7,0],[-1,-16],[-4,-4],[2,-8],[13,5],[1,-2],[4,5],[2,-2],[3,10],[2,0],[7,14],[2,-1],[0,8],[4,7],[4,2],[2,-2],[0,6],[3,6],[4,-46],[6,9],[1,-6],[27,5],[4,-27],[-5,-2],[2,-13],[2,1],[2,-16],[9,2],[-1,7],[7,2],[0,30],[18,6],[-1,17],[-2,0],[-6,60],[4,5],[-1,14],[5,20],[2,0],[-3,-13],[4,-30],[13,12],[2,-16],[29,2]],[[1816,6506],[-3,-13],[-15,-18],[1,-12],[-7,-8],[0,-19],[8,-11],[-3,-13],[4,-5],[24,6],[5,-11],[1,-11],[7,-6],[5,-11],[1,-7],[-3,-16],[-8,-6],[-10,8],[-11,-50],[-12,-19]],[[1577,6496],[15,17],[25,3],[15,6],[4,0],[2,18],[2,-1],[7,11],[9,-8],[9,0],[8,-15],[7,-8],[13,15],[1,12],[15,-1],[14,-10],[18,-4],[8,-14],[5,2],[32,2],[9,-6],[18,4],[3,-13]],[[4199,5655],[-13,-14],[10,-13],[3,-39],[16,-11],[2,-75]],[[3840,5453],[-2,8],[5,17],[8,11],[5,-1],[4,20],[-7,18],[8,15],[7,-6],[4,1],[1,7],[-6,21],[-4,6],[2,3],[7,-5],[6,0],[4,7],[6,0],[2,15],[4,10],[12,9],[13,4],[3,3],[-3,14],[1,22],[35,12]],[[3955,5664],[2,-7],[25,-17],[16,10],[2,18],[12,-1],[1,18],[5,5],[1,10],[8,-2],[16,4],[1,-6],[15,-1],[5,-9],[6,-6],[2,-23],[12,1],[7,5],[2,6],[6,1],[0,7],[7,0],[6,5],[4,-1],[27,-37],[15,19],[4,14]],[[4162,5677],[11,-16],[8,5],[7,-7],[11,-4]],[[8493,3507],[4,-17],[-4,-2],[-2,-9],[-3,-3],[-10,-1],[-1,-10],[13,-1],[0,-24],[-3,0],[-1,12],[-13,-1],[12,-98],[-7,-26],[6,-5],[-7,-15],[2,-2]],[[8479,3305],[-3,-7],[-4,-13],[-4,-11],[-3,-6],[-2,-7],[-4,-7],[-5,-12],[-4,-9],[-4,-6],[-3,-5],[-2,-3],[-9,-17],[-4,-8],[-4,-12],[-5,-11],[-5,-12],[-1,-4],[-2,-5],[-2,-4],[-4,-8],[-4,-8],[-5,-10],[-5,-7],[-5,-6],[-6,-5],[-2,0],[-1,0],[0,1],[0,2],[1,1],[3,2],[4,7],[1,2],[2,0],[0,-1],[0,-1],[-2,-3],[-3,-2],[-1,-2],[1,-1],[2,2],[1,2],[2,3],[5,9],[2,9],[-2,13],[-1,2],[1,2],[1,-3],[0,1],[-1,6],[-2,6],[-2,5],[-4,6],[-5,8],[-3,5],[-7,6],[-5,5],[-9,7],[-3,3],[-4,1],[-2,1],[-2,-1],[-3,-2],[-1,-2],[-7,-10],[-1,-1],[-3,-4],[-2,-2],[-4,0],[-1,0],[-2,-1],[-1,-1],[-2,-3],[-4,-6],[-5,-8],[-1,-3],[-2,-3],[-3,-1],[-7,-2],[-7,-2],[-4,-2],[-7,-5],[-4,-5],[-4,-4],[-4,-4],[-5,-4],[-8,-6],[-3,-2]],[[8182,3477],[101,20],[-7,-16],[-2,-16],[-10,-21],[14,-19],[-1,-18],[5,-6],[19,31],[26,-29],[8,13],[7,-4],[40,5],[-4,50],[52,8],[-3,34],[58,9],[6,-15],[2,4]],[[6831,4430],[2,1],[4,-35],[2,0],[3,-25],[10,1],[7,-59],[12,3],[2,-23],[16,3],[12,-110],[19,4],[2,-21],[6,0],[0,-7],[-9,-25],[3,-15],[-2,-8],[1,-12],[17,-9],[0,-16],[-15,2],[2,-8],[6,1],[5,-17],[-8,-9],[1,-7],[-11,-4],[-12,10],[-4,-13],[-5,-1],[-7,-59]],[[6578,4310],[-7,50],[-12,-1],[3,27],[-5,11],[10,4],[-3,29],[25,5],[1,-11],[18,30],[4,1],[13,-12],[13,2],[-2,11],[11,22],[8,3]],[[6655,4481],[-1,-16],[12,2],[-1,5],[17,3],[0,13],[35,5],[4,8],[3,0],[2,-14],[-2,-2],[4,-31],[6,-22],[10,4],[2,-17],[20,4],[0,3],[17,3],[0,8],[-18,-6],[-1,12],[25,6],[-1,10],[13,2],[4,-32],[2,0],[1,-4],[23,5]],[[3608,5856],[-4,-10],[-4,-1],[-1,-4],[8,-8],[-4,-5],[-3,-13],[1,-5],[9,-10],[-4,-13],[-6,-9],[0,-8],[5,-3],[-1,-9],[3,-6],[6,-2],[2,-5],[-3,-11],[4,-11],[-2,-5],[-3,-1],[-13,8],[-11,-37],[11,-9],[-3,-7],[4,-9],[-7,-22],[1,-5],[12,-6],[6,-23]],[[3382,5677],[2,5],[7,-2],[8,39],[-1,15],[5,6],[-5,11],[8,3],[-7,8],[14,43],[-10,35],[16,8],[-2,6],[3,14],[0,15],[-11,10],[2,9],[4,-1],[10,10],[2,11]],[[3427,5922],[6,47],[6,2],[9,-7],[1,-12],[22,35],[7,-4],[25,-41],[7,-3],[2,-15],[-7,-11],[0,-7],[16,-26],[6,4],[7,12],[0,8],[20,6],[3,5],[-3,6],[17,26],[9,-2],[-2,-12],[7,-14],[-8,-12],[11,-13],[-3,-10],[11,-3],[1,5],[11,-30]],[[724,6787],[0,-4],[4,-2],[4,-9],[-5,-12],[-4,-1],[-1,-13],[9,-4],[-2,-18],[-8,-4],[-1,-5]],[[396,6672],[3,9],[5,10],[3,6],[6,5],[6,7],[1,2],[0,6],[1,10],[0,1],[2,3],[1,3],[3,5],[13,24],[5,4],[3,4],[4,4],[3,4],[-1,10],[7,30],[9,4],[4,1],[5,12],[2,4],[2,6],[12,27],[3,5],[3,5],[11,22],[1,2],[13,20],[1,3],[1,2]],[[528,6932],[16,-9],[11,6],[-2,-19],[11,-27],[1,-9],[5,4],[2,-2],[7,3],[19,-7],[8,-9],[6,-18],[8,-2],[3,-6],[4,3],[6,-12],[18,-19],[2,4],[6,-2],[9,-13],[6,-3],[11,7],[39,-15]],[[1081,6549],[26,41],[1,8],[5,3],[5,-5],[-3,-4],[4,-12],[8,7],[4,-2],[5,-11],[2,1],[-1,-8],[4,-2],[8,15],[-4,-1],[0,3],[7,1],[0,12],[-6,3],[2,11],[-2,4],[8,2],[8,7],[5,-4],[-6,0],[0,-4],[2,-7],[-4,-3],[0,-10],[6,-10],[12,0],[3,-6],[6,-1],[2,4],[-9,23],[-6,9],[3,3],[0,3],[-5,0],[-1,5],[4,1],[4,-5],[4,3],[3,-4],[-2,-3],[2,-5],[5,0],[1,4],[5,1],[1,7],[-3,5],[2,10],[-2,8],[3,14],[3,-2],[2,11],[-8,4],[1,5],[9,-3],[1,12],[11,8],[1,-3],[11,11],[3,-2],[9,4]],[[1240,6705],[1,-7],[2,-2],[5,2],[4,-14],[7,2],[-1,5],[4,13],[2,0],[5,-8],[4,0],[3,-7],[3,0],[2,6],[4,0],[3,-9],[8,-10],[5,3],[0,9],[12,1],[1,12],[4,2],[0,10],[15,-4],[3,-14],[7,-3],[1,-5],[-3,-4],[2,-6],[14,3],[8,-12],[2,-9],[5,-4],[2,4],[8,0],[0,9],[4,7],[-1,4],[7,32],[7,-11],[1,2],[1,-6],[1,3],[14,-10],[3,-16],[-3,-16],[3,-4],[8,14],[16,2],[14,-1],[7,-10],[1,-37],[5,-3],[16,-3],[2,15],[10,-3],[0,-7],[4,-3],[0,-12],[-11,-2],[-2,3],[-3,-2],[-2,-8],[3,-3],[7,-19],[3,-1],[16,15],[5,-2],[8,-22],[-3,-5],[-9,-2],[0,3],[-4,-1],[-2,-8],[0,-6],[7,-1],[-2,-11]],[[960,6828],[-3,3],[-4,-6],[3,-4],[-5,-10],[-1,-13],[-4,-9],[-1,-6],[-3,-3],[-1,-16],[-4,-3],[-2,-11],[-3,1],[0,4],[-7,2],[-3,-5],[-6,3],[-2,-1],[-3,-10],[-9,-1],[10,-31],[13,-11],[-2,-10],[1,-27],[-8,-23],[-8,-8],[-3,-8],[-5,0],[-1,-5],[9,-4],[-3,-25],[-6,-2],[-3,-23],[6,-5],[0,-15],[5,-1],[0,-9],[10,-1],[0,-14],[2,-3]],[[724,6787],[1,4],[-2,6],[4,5],[2,-8],[10,-1],[7,4],[13,29],[14,16],[-1,14],[7,8],[14,9],[8,-6],[0,-27],[5,-1],[2,-4],[8,-6],[1,-8],[8,-9],[3,0],[0,-7],[7,-2],[2,19],[5,6],[5,1],[6,-3],[2,6],[5,2],[1,13],[11,-4],[1,-18],[20,1],[2,3],[21,-7],[6,10],[11,-4],[12,6],[1,7],[10,-1],[4,-12]],[[3341,6044],[3,-6],[-2,-7],[9,-15],[8,-5],[-1,-16],[5,-6],[2,-24],[26,-19],[2,-6],[19,-6],[8,-7],[0,-4],[7,-1]],[[3171,5990],[6,3],[3,9],[6,1],[-1,16],[-6,19]],[[3179,6038],[16,23],[11,6],[13,21],[9,3],[0,6],[13,-1],[15,-7],[2,7],[29,-10],[17,-21],[-3,-4],[7,-14],[7,7],[2,-6],[24,-4]],[[3159,6100],[6,-13],[6,-8],[-9,-12],[6,-29],[11,0]],[[2757,6183],[8,3],[26,-4],[2,5],[-5,18],[19,3],[21,-6],[22,-28],[5,7],[-13,26],[4,16],[3,0]],[[2849,6223],[21,0],[3,4],[21,1],[7,-23],[4,3],[9,-4],[4,5],[3,-1],[6,-12],[15,-8],[0,11],[17,34],[7,-11],[-1,-6],[4,-5],[-8,-24],[-3,-19],[6,-1],[9,-20],[7,-8],[16,-10],[5,5],[20,-10],[6,-12],[6,9],[13,7],[1,-5],[13,1],[14,-17],[-8,-3],[3,-19],[6,0],[10,-16],[-3,-13],[0,-8],[19,22],[-1,3],[6,8],[-4,11],[2,3],[10,-10],[17,-1],[0,13],[10,-1],[0,-8],[18,12]],[[4617,5550],[-8,-10],[7,-10],[-9,-30],[32,-48],[0,-10],[8,-16],[9,9],[9,-14]],[[4665,5421],[14,-27],[6,-2],[-6,-21],[-2,-22],[-25,-12],[-13,-33],[24,-28],[-7,-11],[5,-4],[-4,-16],[4,-2],[-1,-14]],[[4343,5310],[3,-1],[1,5],[20,5],[2,6],[19,-19],[12,37],[0,10],[11,16],[2,9],[-3,13],[-7,-1],[-5,-6],[-5,6],[-6,22],[-9,5],[-4,12],[-9,0],[-7,-6],[-7,6],[17,35],[8,2],[4,-2],[7,2],[4,9],[-2,7],[-7,4],[9,1],[10,9],[0,28],[12,20],[0,25],[-4,6],[4,28],[-12,-1],[-4,35],[1,28]],[[4398,5665],[10,-1],[25,6],[13,-11],[8,-27],[4,-2],[12,4],[20,2],[5,-8],[2,-19],[19,5],[14,-5],[9,4],[15,-11],[22,-25],[9,11],[9,-16],[23,-22]],[[6124,4721],[1,-16],[4,0],[3,-28],[-8,-1],[0,-5],[-19,-3],[2,-19],[21,6],[-2,8],[3,1],[0,-4],[6,2],[0,-8],[-7,-3],[1,-15],[-40,-11],[1,-8],[-7,-1],[1,-13],[3,0],[3,-30],[-3,-1],[-4,28],[-16,-4],[0,6],[-3,0],[-2,-22],[3,-7],[-40,-10],[0,-5],[-2,0],[1,-19],[-7,-9],[2,-4],[-1,-26],[-10,6]],[[5717,4806],[17,6],[5,-12],[15,4],[2,-18],[8,3],[6,10],[1,8],[-5,43],[24,6],[1,-12],[83,19],[7,20],[54,12],[1,-12],[65,14],[-4,52],[33,8]],[[6030,4957],[5,-39],[29,5],[3,-37],[3,0],[2,-22],[9,4],[3,-34],[3,1],[3,-26],[-4,-1],[5,-57],[-10,-3],[5,-38],[9,1],[1,-13],[13,3],[-2,16],[17,4]],[[4199,5655],[19,21],[13,-15],[16,0],[8,-21],[15,-11],[-1,-6],[10,-12],[12,23],[21,-4],[8,9],[-1,9],[3,10],[1,14],[9,21],[1,8],[5,4],[2,14],[-3,8],[9,-1],[4,-5],[10,4],[8,-1],[25,6]],[[4393,5730],[8,-34],[-3,-31]],[[3810,5867],[-3,-19],[12,-13],[6,-2],[4,3],[8,-25],[4,-5],[1,-7],[12,3],[-2,-16],[7,-3],[-4,-17],[32,-34],[3,-16],[9,9],[11,18],[8,8],[8,0],[8,-9],[2,-29],[5,3],[-3,10],[8,-3],[3,-16],[0,-27],[6,2],[0,-18]],[[3608,5856],[9,10],[-4,11],[2,4],[5,-5],[2,-6],[3,4],[9,-2],[6,3],[2,10],[3,-12],[-3,-7],[18,4],[17,18],[25,37],[-5,52],[7,22],[12,8]],[[3716,6007],[-1,-11],[8,4],[9,-5],[1,-12],[41,-18],[-5,-25],[1,-7],[-11,-18],[-3,-21],[5,-3],[9,-21],[0,-8],[6,-8],[25,13],[9,0]],[[5044,5457],[-5,-10],[3,-29],[4,-28]],[[5046,5390],[-11,-5],[-7,28],[-28,-20],[2,-14],[-22,-18],[30,-90],[-14,-3]],[[4665,5421],[8,2],[10,-4],[7,28],[8,-3],[1,15],[34,19],[12,-7],[18,0],[1,10],[27,-16],[5,16],[3,-2],[8,-21],[7,6],[28,-9],[-2,11],[4,7],[14,-1]],[[4858,5472],[11,-1],[-1,15],[6,-3],[5,-10],[6,-1],[11,6],[3,-7],[18,-1],[12,-6],[9,-11],[-1,-10],[10,-8],[3,10],[7,-4],[1,-9],[5,-2],[5,17],[14,3],[16,22],[9,-1],[30,8],[7,-22]],[[2059,6441],[-1,-12],[2,-3],[-4,-12],[-4,-4],[10,-8],[-8,-76],[-3,1],[-8,13],[-16,-48],[21,-3],[7,-4]],[[1816,6506],[4,9],[5,1],[20,-12],[0,26],[13,8],[-3,16],[1,14],[3,3],[11,-1],[3,13],[-12,3],[-6,10],[4,8],[9,3],[4,-2],[4,9],[0,18],[4,25],[12,1],[12,17]],[[1904,6675],[-3,-13],[11,-15],[5,5],[15,-6],[7,-8],[6,-33],[3,-7],[9,6],[8,-9],[2,-14],[-8,-18],[11,-33],[2,-32],[57,-2],[15,-12],[0,-14],[-3,-3],[9,-7],[2,-17],[7,-2]],[[1229,6881],[-5,-12],[3,-12]],[[1227,6857],[-4,-13],[3,-3],[7,0],[8,-11],[5,0],[3,5],[5,1],[4,-4],[-5,-15],[0,-11],[5,-14],[-5,-12],[-6,-3],[-12,3],[-1,-12],[-2,-1],[-1,-13],[-4,1],[-5,-15],[24,-29],[-4,0],[-2,-6]],[[960,6828],[9,6],[5,-2],[7,4],[2,9],[-2,0],[0,6],[4,5],[-1,17],[-4,-1],[-1,5],[6,8],[5,19],[-1,5],[4,9]],[[993,6918],[17,3],[9,11],[4,-21],[11,3],[4,-11],[-3,-12],[8,0],[4,-4],[16,-8],[5,-15],[5,1],[7,17],[4,3],[9,0],[6,2],[2,26],[19,-8]],[[1120,6905],[52,-16],[0,-4],[18,-2],[5,-7],[2,11],[4,1],[0,4],[3,3],[11,-4],[0,-6],[9,-2],[2,2],[3,-4]],[[6831,4430],[-1,9],[22,5],[-1,14],[13,3],[0,6],[20,5],[-2,22],[12,3],[-3,39],[35,10],[0,-3],[36,8],[4,-32],[45,0],[0,13],[15,4]],[[7026,4536],[6,2],[4,-18],[3,-22],[19,3],[3,-43],[3,-21],[-20,-7],[-2,17],[-15,-6],[2,-20],[-28,-8],[8,-63],[23,20],[3,-2],[4,-34],[14,2],[4,-28],[-13,-14],[8,-75],[35,12],[4,-35],[-6,-2],[2,-17],[-3,0],[2,-17],[-14,-1],[4,-43],[-17,-5],[5,-49],[9,2],[4,-41],[-2,-14],[-7,3],[12,-25],[-7,-6],[1,-4],[8,6],[6,-7],[5,-28]],[[6669,4591],[9,3],[3,-16],[4,1],[4,-23],[-9,-2],[1,-13],[-8,-4],[1,-13],[-7,-3],[1,-18],[-2,-1],[2,-17],[-13,-4]],[[6448,4356],[-3,50],[-22,-4],[-3,33],[-14,-4],[-2,18],[-26,-8],[-10,69],[1,1],[-4,28],[46,7],[-1,27],[13,2],[0,-11],[9,0],[0,-6],[4,0],[1,-10],[6,1],[0,8],[-5,15],[-4,0],[-1,12],[-61,-10],[-35,246]],[[6337,4820],[14,5],[-2,7],[9,8],[17,5],[3,-12],[13,-1],[1,-2],[23,5],[1,-3],[35,16],[3,-8],[11,-8],[2,10],[6,2],[5,-3],[11,1]],[[6489,4842],[5,-48],[21,5],[3,-27],[7,0],[2,-17],[-6,-6],[1,-5],[17,4],[-1,7],[7,1],[3,-7],[12,2],[7,-54],[23,12],[14,-62],[14,0],[9,-11],[7,-15],[10,-12],[15,5],[-3,-9],[3,0],[2,-14],[8,0]],[[6124,4721],[-1,11],[16,4],[3,-27],[14,3],[-1,-20],[4,-44],[8,-1],[5,11],[0,10],[8,-1],[-2,13],[-4,-1],[-7,28],[13,4],[-1,5],[23,2],[2,6],[9,-1],[2,3],[28,6],[-2,22],[28,9],[0,7],[10,3],[2,36],[16,-4],[-2,-3],[1,-4],[6,6],[0,4],[5,6]],[[6307,4814],[17,21],[-3,65],[3,4],[-1,8],[5,3],[16,1],[5,-32],[-1,-8],[-15,-28],[4,-28]],[[5420,5338],[7,-10],[10,-50],[5,3],[2,-12],[-5,-2],[1,-8],[-5,-2],[-2,10],[-7,-7],[-1,3],[-20,-18],[15,-22],[2,-24],[6,-12],[-1,-3],[-7,11],[-9,2],[-3,-7],[-9,8],[-18,-17],[0,-41],[-8,0],[-2,-25]],[[5046,5390],[8,-43],[10,-2],[32,14],[14,1],[1,16],[15,-1],[0,15],[22,10],[5,-19],[47,11],[1,-9],[19,6],[-5,25],[2,16],[16,-9],[5,4],[5,-1],[6,12],[13,4],[1,-6],[-2,-25],[3,-11],[10,1],[2,-17],[5,1],[3,-17],[10,1],[2,-27],[3,0],[0,-5],[26,6],[3,-33],[16,2],[12,-3],[5,8],[-5,23],[36,15],[5,-6],[6,4],[3,-3],[4,2],[10,-12]],[[8005,4028],[2,-24],[23,6],[3,-31],[-22,-5],[2,-18],[23,5],[3,-41],[-18,-3],[1,-20],[-18,-28],[-17,8],[-20,6],[3,-30],[0,-12],[-19,-4],[16,-38],[-13,-11],[1,-25],[-21,-19],[-16,7],[5,-22],[1,-16],[4,-12],[11,-12],[3,-7],[-12,-4],[-11,21],[-14,-2],[-5,7],[-4,-7],[1,-19],[-28,-7],[4,-39]],[[7619,3848],[38,-7],[5,24],[12,43],[-8,1],[2,9],[3,3],[6,-6],[10,2],[3,-6],[10,51]],[[7700,3962],[1,9],[19,3],[2,-12],[13,5],[-2,23],[18,-6],[1,-7],[9,-3],[3,-40],[27,4],[-3,11],[16,-9],[-1,17],[4,20],[79,49],[0,5],[102,21],[11,-26],[6,2]],[[8545,3729],[-7,-3],[7,-11],[14,-4],[-1,-4],[9,-5],[0,-11],[37,-7],[-2,-45],[-10,1],[3,-20],[5,-6],[5,-21],[11,-9],[5,-9]],[[8621,3575],[-32,-1],[1,-25],[-22,-1],[-11,13],[-3,-11],[-14,13],[0,-7],[-4,-14],[-32,10],[-9,-7],[-3,-7],[1,-31]],[[8135,3515],[0,3],[20,1],[-4,7],[27,1],[0,-7],[17,0],[-4,34],[-5,-1],[-6,81],[-5,34],[11,1],[0,-11],[46,3],[4,-18],[25,18],[-1,10]],[[8260,3671],[5,5],[-1,5],[15,12],[-4,45],[19,5],[5,-13],[6,-34],[23,18],[-5,21],[21,80],[3,-1],[4,20],[-3,7],[3,14]],[[8351,3855],[11,-4],[-6,-22],[2,-7],[15,-9],[-2,-13],[14,-13],[9,-13],[10,-5],[9,20],[30,-21],[-6,-17],[9,-10],[-7,-25],[9,-2],[91,17],[6,-2]],[[8005,4028],[43,11]],[[8048,4039],[2,-17],[5,0],[0,-15],[4,-34],[2,1],[6,-49],[4,2],[9,-69],[28,8],[1,-13],[7,-18],[2,-12],[18,22],[17,34],[7,-17],[5,-35],[22,-27],[-14,-50],[-9,-1],[1,-20],[26,4],[1,-25],[13,-2],[3,-24],[11,1],[3,5],[10,-20],[8,8],[2,-4],[12,12],[3,-6],[0,-6],[3,-1]],[[7648,4170],[-3,0],[9,-87],[19,4],[3,-45],[3,0],[-3,-11],[-1,-28],[-8,-1],[0,-17],[-2,-6],[6,-8],[29,-9]],[[7347,4067],[-1,44],[22,1],[1,-18],[8,1],[1,17],[-14,30],[0,10],[3,9],[-1,23],[-10,-3],[-9,85],[11,4],[-1,5],[4,2],[0,5],[-7,6],[-7,1],[0,4]],[[7347,4293],[9,2],[-2,14],[13,2],[-3,25],[40,6],[2,-17],[45,13],[17,-10],[22,9],[-1,17],[7,2]],[[7496,4356],[20,4],[4,-40],[31,4],[1,-17],[25,5],[3,-29],[-5,-53],[18,4],[10,-4],[-1,-4],[12,-4],[-2,-8],[20,3],[13,-16],[3,-31]],[[2242,6662],[27,-24],[4,-15],[10,-13],[2,-19],[-4,-2],[2,-15],[-7,-11],[-8,6],[-5,-1],[-3,-17],[-10,-17],[-4,-1],[8,-24],[0,-9],[-4,-3],[7,-35],[-9,-8],[-2,12],[-6,1],[-15,-27],[-4,-20],[-6,-11],[24,-37],[2,-33],[6,-16],[-3,-11],[7,-19],[9,-8],[1,-10],[5,-3],[-4,-23],[-4,-5],[6,-6]],[[2059,6441],[18,10],[23,-2],[-3,13],[-11,19],[13,13],[9,14],[3,37],[17,20],[-2,7],[3,33],[11,46],[-5,5],[-6,-2],[-6,13]],[[2123,6667],[12,-2],[7,4],[4,-4],[20,8],[14,1],[23,-3],[22,-6],[3,16],[8,-9],[6,-10]],[[4130,5842],[12,-45],[4,-7],[9,-2],[11,12],[7,2],[-3,-8],[5,-9],[-2,-5],[5,-10],[-25,-51],[5,-14],[-4,-14],[10,-9],[-2,-5]],[[3810,5867],[1,12],[21,1],[8,17],[-10,25],[10,0],[0,15],[12,2],[2,25],[8,5],[7,10],[2,33],[30,9],[2,7],[14,-2],[2,13],[7,0],[-3,10],[-5,1],[2,17],[12,-2],[7,3]],[[3939,6068],[1,-7],[4,-6],[6,-1],[4,3],[5,-6],[-10,-7],[-10,-19],[29,-22],[-3,-11],[-6,2],[-2,-6],[-10,13],[-2,-3],[10,-40],[10,1],[3,-5],[2,15],[10,-6],[-1,-7],[17,-7],[3,-23],[-21,-16],[3,-31],[8,-9],[16,30],[9,-8],[-3,-5],[4,-8],[4,-2],[8,3],[0,7],[19,21],[8,14],[-3,9],[12,-6],[-4,-14],[11,-7],[4,13],[6,0],[12,-40],[3,-18],[3,-1],[-4,-26],[31,-2],[1,6],[4,6]],[[5667,4962],[6,20],[-1,8],[-8,3],[12,2],[0,11],[19,1],[6,-9],[28,0],[0,7],[10,1],[0,38],[32,0],[0,26],[-2,0],[0,16],[45,2],[1,106],[22,1]],[[5837,5195],[24,0],[-2,5],[12,0]],[[5871,5200],[10,-1],[4,-41],[-3,-1],[3,-11],[-4,-9],[1,-16],[6,-8],[3,-18],[-2,-5],[-4,2],[-1,-4],[35,-28],[3,11],[18,8],[21,22],[-4,11],[57,11],[-2,27],[19,5]],[[6031,5155],[0,-12],[2,-2],[-4,-2],[4,-42],[22,2],[2,-21],[5,1],[1,-14],[-15,-4],[3,-29],[-3,-8],[-2,-1],[2,-26],[-4,-2],[-1,-11],[-14,-1],[1,-26]],[[8262,3890],[25,-35],[16,-17],[12,36],[9,-5],[-5,-15],[32,1]],[[8048,4039],[13,4],[-1,14],[4,1]],[[8064,4058],[22,3],[0,-13],[-12,-2],[2,-19],[7,1],[2,-9],[37,29],[35,-98],[28,38],[13,-26],[7,8],[12,-28],[11,18],[30,-76],[4,6]],[[2848,6500],[-11,-44],[10,2],[-9,-12],[6,-28],[-15,4],[-5,-3],[14,-14],[-3,-2],[-5,-16],[11,-5],[1,-12],[-8,-10],[1,-8],[-4,-8],[1,-6],[8,-3],[10,5],[11,-14],[-1,-8],[3,-5],[-13,-17],[13,-15],[-4,-5],[4,-16],[-1,-15],[-5,0],[-1,-5],[-9,-1],[2,-16]],[[2440,6260],[3,3],[8,-5],[12,11],[12,17],[-12,22],[3,4],[15,6],[18,-2],[0,17],[-4,35],[4,10],[2,17],[14,1],[7,14],[-4,1],[-27,19],[16,35],[-6,0],[9,43]],[[2510,6508],[14,-1],[2,17],[23,-7],[16,-1],[33,-13],[3,7],[29,-8],[12,-10],[-5,-27],[12,-18],[6,-1],[0,5],[5,1],[-1,-7],[10,2],[19,-2],[13,7],[8,-3],[3,15],[13,2],[11,-8],[9,7],[19,-11],[5,11],[-3,20],[10,2]],[[2776,6487],[-4,-12],[4,-5],[19,-2],[4,9],[-4,7],[5,3],[-1,11],[11,-7],[2,4],[7,2],[9,-1],[6,9],[14,-5]],[[3585,6207],[2,-43],[17,-12],[5,-30],[17,-11],[0,-16],[11,-11],[21,-2],[0,-10],[28,-1],[4,5],[4,0],[4,-3],[3,-26],[6,0],[3,-22],[6,-18]],[[3341,6044],[4,12],[-10,15],[4,4],[14,3],[7,-1],[-1,-10],[11,0],[4,20],[31,42],[7,-5],[2,10],[-2,9],[7,11],[-15,12],[3,9],[13,12],[3,12],[12,14],[0,41]],[[3435,6254],[3,0],[8,-14],[-1,-5],[4,-10],[3,-2],[6,-18],[9,5],[-3,8],[5,9],[4,-11],[7,6],[3,9],[8,6],[-2,10],[15,24],[6,-2],[3,-5],[-1,-15],[8,-2],[17,-12],[3,-10],[3,0],[15,-16],[11,-5],[0,7],[7,5],[9,-9]],[[1681,6815],[-2,-4],[-8,4],[-4,-2],[0,-5],[-4,0],[-1,-15],[-3,-3],[-7,5],[-4,-1],[-10,4],[-7,8],[-2,-4],[1,-32],[3,-18],[-2,-10],[-4,0],[-3,-9],[15,-16],[9,-17],[-11,-16],[-2,3],[-12,-20],[2,-5],[-4,-3],[-13,26],[-12,5],[-13,-44],[-3,-42],[1,-5],[-3,1],[-1,-25],[-5,-4],[-6,2],[-9,-33],[-3,-1],[0,4],[-9,0],[5,-5],[0,-5]],[[1227,6857],[6,0],[3,-4],[18,-6],[2,4],[3,-2],[1,-6],[7,4],[3,-10],[5,-4],[2,4],[1,-5],[3,-3],[5,4],[6,0],[14,16],[3,6],[6,-6],[-1,-5],[18,-3],[12,-11],[14,-6],[8,22],[-5,4],[3,18],[18,3],[11,19],[27,-19],[28,20],[5,19],[-8,0],[3,4],[12,5],[-1,5],[12,4],[0,-4],[6,6],[-3,6],[1,13],[2,-2],[2,5],[2,-1],[-1,4],[17,-2],[3,-9],[3,2],[0,3],[6,1],[5,-4],[-3,-8],[7,-10],[7,-2],[8,7],[2,5],[19,1]],[[1554,6939],[3,-4],[3,-18],[-2,-17],[5,-4],[8,4],[6,-11],[-10,-17],[-2,-7],[6,-2],[0,-2],[4,-5],[3,0],[2,9],[2,-1],[2,-2],[-1,-10],[5,-3],[3,4],[7,1],[-1,5],[8,1],[4,9],[-4,6],[4,8],[18,-14],[3,2],[9,-5],[34,-34],[4,-13],[4,-4]],[[2464,6638],[-3,-19],[-3,0],[-1,-11],[6,-2],[5,6],[10,-2],[12,-27],[0,-14],[8,-1],[-4,-4],[3,-31],[8,-2],[5,-23]],[[2242,6662],[12,27],[17,15]],[[2271,6704],[2,-12],[9,-13],[9,-4],[-5,-16],[8,-9],[5,-11],[13,-2],[1,4],[11,-14],[-7,-19],[8,-3],[2,-13],[7,-3],[5,15],[8,8],[8,24],[3,-2],[3,19],[15,3],[3,-9],[8,0],[1,9],[11,-7],[4,2],[0,11],[3,8],[21,-10],[-4,-8],[2,-9],[-7,-6],[0,-4],[7,0],[4,-5],[7,0],[-1,6],[7,11],[8,-6],[14,-1]],[[3125,6385],[-8,-19],[-6,3],[-10,-34],[3,-16],[8,6],[2,-3],[6,3],[6,-9],[8,4],[12,-21],[11,11],[2,-10],[-11,-21],[2,-17],[-12,-6],[0,-10],[9,-6],[0,-8],[-9,-2],[1,-13],[13,-8],[9,-21],[1,-19],[-3,-9],[7,-19],[-7,-41]],[[2848,6500],[4,-4],[-1,-7],[37,-7],[4,16]],[[2892,6498],[9,-3],[-4,-20],[9,-11],[8,1],[-15,-39],[4,-4],[8,0],[16,-14],[3,-10],[5,13],[0,12],[5,2],[16,-6],[1,-10],[6,0],[1,13],[4,5],[7,-3],[12,-16],[14,0],[2,-9],[11,0],[2,9],[7,2],[4,13],[16,-8],[4,7],[7,-14],[3,14],[13,-1],[1,-6],[20,15],[7,-2]],[[3098,6428],[-3,-39],[30,-4]],[[7132,4643],[2,-11],[16,-16],[12,-16],[25,-52],[2,-14],[-1,-15],[-12,-38],[-1,-21],[6,2],[7,-27],[2,-29],[10,2],[-4,-6],[14,-12],[14,3],[1,-3],[26,7],[0,-23],[44,11],[-5,-6],[3,-44],[-7,-14],[3,-5],[7,0],[11,13],[7,0],[-1,19],[27,5],[7,-60]],[[7026,4536],[-4,47],[19,4],[-11,99],[13,0],[2,-7],[19,4],[3,-21],[-6,-1],[0,-11],[2,-17],[8,2],[0,-2],[32,7],[2,-9],[5,5],[22,7]],[[5577,5401],[-2,-1],[8,-37],[12,5],[3,-15],[-2,-4],[2,-7],[5,-5],[6,-22],[17,8],[1,-6],[5,3],[2,-6],[7,3],[4,-11],[4,-4],[2,-9],[22,3],[4,-7],[11,1],[3,-13],[24,1],[12,5],[8,0],[-1,4],[15,1],[1,11],[4,-2],[5,-37],[25,11],[5,-18],[29,1],[9,-3],[1,-5],[3,0],[1,-27],[3,-3],[2,-21]],[[5420,5338],[9,15],[-8,36],[5,3],[4,-11],[8,-3],[24,8],[-1,9],[33,16]],[[5494,5411],[8,-39],[17,9],[-1,11],[7,7],[-2,3],[0,14],[22,10],[5,-22],[4,3],[5,10],[2,9],[6,5],[5,-5],[5,-25]],[[4249,5996],[14,-13],[4,3],[3,-10],[9,-9],[4,-10],[12,-4],[13,-16],[10,4],[1,7],[7,-12],[-2,-7],[9,2],[7,-11],[-6,-9],[4,-7],[4,2],[4,-4],[8,-2],[6,-7],[7,-31],[-11,-2],[8,-31],[-18,-14],[1,-27],[8,-16],[10,1],[15,-9],[9,-11],[5,-12],[-1,-11]],[[4130,5842],[4,-1],[8,-13],[6,9],[-3,9],[9,44],[21,-10],[-5,15],[0,15],[3,5],[27,9],[-1,12],[-7,0],[-6,19],[4,18],[5,51],[-8,7],[-5,23],[12,-6],[7,8]],[[4201,6056],[4,-3],[4,2],[-4,-5],[0,-14],[-9,-4],[19,-36],[29,8],[5,-8]],[[8621,3575],[9,0],[-1,12],[10,10],[2,-27],[10,11],[-5,9],[-1,17],[7,2],[9,41],[9,5],[7,-8],[2,11],[-6,9],[52,-3],[1,4],[6,-1],[4,14],[0,13],[47,9],[3,-5],[-2,-8],[-7,2],[0,-20],[-16,-9],[3,-6],[1,-24],[7,-1],[4,-18],[26,1],[1,15],[18,-7],[0,4],[27,-4],[1,7],[14,2],[8,18],[19,1]],[[8890,3651],[64,0],[-7,-31],[6,-11],[-5,-21],[-21,0],[0,-21],[-14,-1],[-16,-10],[6,-16],[-5,-17],[0,-83],[-4,-23],[1,-1],[-1,-1],[-3,-4],[-1,-1],[-2,-5],[-1,-1],[-4,-6],[-5,-6],[-5,-7],[-2,-2],[-3,-6],[-2,-6],[-1,-4],[-4,-10],[-1,-3],[-2,-4],[-3,-5],[-6,-8],[-6,-8],[-6,-5],[-4,-5],[-4,-3],[-1,-2],[-2,-4],[-1,-3],[-6,-9],[-2,-1],[-1,0],[-1,0],[0,2],[0,1],[1,1],[0,1],[5,4],[6,10],[3,2],[2,3],[5,8],[0,1],[3,1],[1,0],[1,0],[0,1],[1,3],[1,4],[0,3],[-1,5],[-1,6],[0,3],[-2,8],[-2,5],[-2,7],[-4,7],[-7,13],[-2,3],[-4,4],[-3,1],[-7,2],[-2,1],[-3,2],[-1,0],[-2,-3],[-5,-7],[-4,-11],[-3,-4],[-1,-2],[-2,-1],[-1,0],[-2,0],[-3,1],[-4,3],[-3,4],[-5,2],[-5,-2],[-1,0],[-4,1],[-1,-1],[-4,-3],[-1,-1],[0,-1],[1,-1],[3,-2],[2,-2],[0,-1],[0,-1],[-1,0],[-2,0],[-2,0],[-4,2],[-7,6],[-5,4],[-3,2],[-4,2],[-5,4],[-3,3],[-3,3],[-5,2],[-2,1],[-3,1],[-1,0],[-1,0],[-4,-3],[-2,0],[-4,-1],[-5,-1],[-3,-2],[-7,-4],[-1,0],[-4,-5],[-4,-5],[-3,-3],[-1,-1],[-2,-1],[-4,-1],[-5,-2],[-3,-1],[-5,0],[-2,1],[-4,1],[-2,0],[-2,0],[-5,-2],[-3,-1],[-5,-3],[-7,-2],[-3,0],[-2,-1],[-7,-2],[-6,0],[-7,1],[-8,4],[-7,4],[-6,5],[-6,3],[-3,1],[-3,1],[-2,-2],[-4,-2],[-3,-1],[-5,-1],[-5,-3],[-5,1],[-1,2],[-1,3],[-2,6],[-1,1],[-1,0],[4,-11],[0,-1],[-3,-4],[-4,-1],[-5,-2],[-7,-1],[-4,-2],[-4,-3],[-5,-6],[-1,-3],[-1,-2],[0,-2],[0,-7],[0,-2],[1,-3],[2,-3],[1,-2],[0,-1],[-2,-4],[-1,0],[-2,1],[-6,-2],[-1,1],[2,3],[1,2],[5,-4],[1,0],[1,0],[0,1],[1,2],[-2,5],[-2,6],[0,5],[-6,-12],[0,-2],[-2,-6],[-4,-8],[-4,-6],[-3,-6],[-3,-6]],[[4789,5724],[-5,-10],[0,-32],[9,2],[0,-11],[6,0],[6,-11],[-3,-13],[8,-2],[1,-8],[5,3],[16,1],[19,-6],[11,-76],[-10,-17],[26,-31],[-15,-20],[-6,-13],[1,-8]],[[4617,5550],[26,38],[-34,32],[2,-9],[-10,0],[-3,22],[-4,7],[8,24],[7,-5],[3,6],[-5,4],[7,17],[-6,0],[7,14],[-4,5],[6,14],[-1,6],[6,8],[12,7],[-4,10],[6,3],[6,12],[7,5],[7,24],[-4,19],[-11,7],[5,25],[3,5],[-2,16],[2,3]],[[4649,5869],[26,-11],[10,11],[7,-14],[8,1],[-2,-7],[3,-8],[3,-4],[10,9],[1,15],[16,-6],[1,-18],[11,-11],[10,10],[15,0],[8,-19],[-2,-7],[17,-7],[2,-10],[-3,-16],[-8,-7],[3,-11],[5,-4],[-4,-8],[3,-23]],[[528,6932],[1,1],[2,4],[5,12],[1,5],[1,2],[2,11],[10,12],[2,1],[1,2],[3,3],[6,13],[5,8],[1,4],[8,14],[1,2],[4,7],[13,26],[1,1],[0,9],[1,3],[0,7],[0,2],[13,8],[6,13],[8,18],[8,9],[0,2],[0,15],[1,1],[5,1],[2,1],[2,4],[3,5],[3,2],[3,1],[2,4],[4,7],[10,16],[2,3],[2,4],[5,7],[9,13],[4,7],[5,6],[18,20],[3,4],[6,11],[1,2]],[[721,7265],[13,-10],[13,-2],[1,-16],[6,-19],[0,-6],[7,0],[11,26],[5,3],[13,-4],[7,4],[8,-29],[15,1],[0,-5],[6,5],[2,-3],[-3,-6],[2,-6],[-7,-8],[13,-3],[7,-17],[3,0],[6,-16],[9,-5],[10,-9],[6,-9],[4,1],[6,-10],[3,1],[3,-8],[16,-7],[0,-18],[5,-10],[-2,-1],[2,-12],[14,-12],[2,-26],[-3,-3],[4,-4],[-2,-7],[14,-4],[18,-13],[13,-6],[8,-26],[4,1],[0,-13],[6,-5],[-4,-12],[4,-6],[7,14],[1,-3],[-4,-9],[2,-6],[-2,-9]],[[1883,6741],[-4,-22],[6,-8],[1,-18],[-2,-7],[10,-11],[10,4],[0,-4]],[[1681,6815],[2,4],[27,-17],[10,0],[0,12],[9,3],[4,-9],[9,-3],[4,13],[-1,7],[4,4],[0,4],[-2,2],[1,3],[6,-1],[15,9],[1,5],[8,-1],[6,3],[3,-1],[4,5],[-1,9],[3,1],[5,27],[-7,19],[7,18],[-1,7],[5,0],[3,6],[7,-4],[7,6]],[[1819,6946],[2,-6],[-6,-12],[0,-12],[24,-36],[8,-48],[0,-31],[11,-7],[8,-11],[11,-36],[6,-6]],[[5002,5721],[19,-38],[1,-9],[13,-13],[5,-19],[-5,-9],[-1,-13],[3,1],[10,-44],[4,-35],[11,-2],[-1,-32],[20,2],[12,-12],[4,-7],[0,-7],[-23,-5],[-7,3],[-6,-3],[1,-11]],[[5062,5468],[-4,0],[-14,-11]],[[4789,5724],[25,-5],[23,23],[3,-7],[6,1],[7,5],[4,9],[12,7],[-6,7],[23,13],[0,6],[11,1],[2,18],[15,1],[-2,-33],[-3,-7],[5,-1],[-2,-13],[14,1],[12,-38],[3,-4],[8,7],[13,1],[1,-7],[39,12]],[[6031,5155],[-1,12],[20,2],[7,46],[7,-11],[0,21],[12,-1],[1,-14],[7,1],[2,-10],[20,5],[-2,23],[13,2],[0,-2],[-3,-1],[0,-7],[4,1],[2,-7],[-3,-2],[-2,4],[-6,-23],[-3,-4],[10,-7],[-1,-4],[6,-4],[0,-8],[4,0],[5,-16],[12,-2],[9,-8],[0,6],[14,4],[-3,23],[29,9],[-1,-13],[3,-31],[35,7],[0,8],[6,2],[-3,14],[33,17]],[[6264,5187],[12,-119],[-2,-43],[5,0],[1,-14],[-6,-1],[0,-3],[-10,-3],[0,-19],[4,-3],[-9,-15],[1,-10],[9,-1],[-2,-29],[3,4],[15,4],[6,-5],[-5,-45],[3,0],[2,-10],[-2,-8],[9,-3],[3,-28],[2,0],[4,-22]],[[3370,6446],[-2,-6],[24,-26],[-5,-19],[1,-8],[9,-18],[-17,11],[-3,-11],[11,-19],[-1,-5],[22,-31],[-5,-21],[3,-12],[-11,-22],[1,-4],[8,8],[5,11],[18,-10],[7,-10]],[[3125,6385],[13,-7],[8,5],[6,-12],[13,6],[12,11],[6,-7],[18,-1],[-2,-14],[10,0],[5,12],[15,-10],[4,-14],[5,3],[3,-6],[4,-2],[1,-5],[12,-12],[11,3],[2,21],[14,-4],[0,-7],[13,-4],[0,3],[17,7],[4,24],[10,31],[-4,15],[5,43],[40,-18]],[[3891,6170],[14,-11],[7,-29],[13,-1],[0,-18],[8,-5],[-1,-6],[7,-32]],[[3585,6207],[7,-6],[8,1],[16,-12],[7,17],[-20,41],[-6,2],[-14,29],[11,28],[24,-14],[47,18],[7,-15],[6,20],[4,2],[4,-10],[45,14]],[[3731,6322],[19,-22],[3,-9],[3,-17],[5,-1],[5,-24],[6,9],[8,6],[9,1],[4,-4],[3,2],[7,-2],[4,-13],[23,-1],[10,-6],[-3,-24],[-13,6],[-4,-16],[5,1],[2,-9],[-6,-6],[4,-6],[1,-6],[3,1],[3,-16],[-3,-1],[9,-11],[12,-3],[18,9],[7,-17],[4,3],[4,16],[7,2],[1,6]],[[4656,5964],[4,-20],[-15,-70],[7,-1],[-3,-4]],[[4393,5730],[19,5],[-1,20],[43,47],[5,-5],[6,12],[-9,19],[8,12],[-9,15],[21,-5],[27,9],[6,16],[-3,10],[7,16],[1,9],[-4,21],[18,11],[4,11],[3,3],[5,-7],[7,2],[10,-9],[6,0],[4,6],[-3,11],[6,20],[-2,4],[11,19]],[[4579,6002],[6,0],[13,-6],[12,0],[0,-35],[2,-13],[24,4],[20,12]],[[7648,4170],[22,5],[-3,52],[65,14],[34,0],[-6,4],[1,11],[6,8],[1,14],[7,-2],[1,21],[-4,12]],[[7772,4309],[38,0],[6,-21],[30,6],[-1,16],[-3,8],[28,-1],[1,-10],[13,1],[31,-9],[37,5],[-1,10],[35,15]],[[7986,4329],[11,2],[2,-12],[-5,-28],[-6,-2],[-1,-38],[4,-2],[43,12],[8,-80],[9,3],[6,-67],[43,8],[-6,-12],[3,-2],[-4,-7],[-15,-2],[2,-5],[-20,-4],[4,-35]],[[5404,5629],[-3,-15],[11,-34],[-7,-18],[1,-12],[-6,-6],[-2,-7],[64,-19],[15,-67],[5,1],[2,-5],[-5,-4],[4,-17],[4,-3],[7,-12]],[[5062,5468],[8,1],[11,-42],[13,3],[1,18],[16,-17],[2,18],[12,-2],[4,17],[6,-11],[6,11],[-7,11],[24,29],[34,21],[-1,16],[17,15],[2,8],[-4,2],[7,26],[-5,8],[8,10],[4,1],[1,5],[-4,5],[2,4],[-5,10],[5,5],[-3,5],[-4,1],[9,16],[7,-9],[-8,-17],[0,-6],[12,8],[-3,4],[3,6],[3,-3],[6,3],[1,5],[11,2],[2,-8],[20,1],[5,-8],[4,14],[2,17],[-2,8],[1,5],[15,4],[14,-10],[12,11]],[[5326,5689],[13,6],[6,13]],[[5345,5708],[2,-1],[-1,-7],[13,-12],[3,4],[25,-26],[20,-11],[1,-13],[-4,-13]],[[2049,6964],[26,0],[0,-14]],[[2075,6950],[14,-11],[-2,-19],[-16,-7],[0,-12],[-6,-6],[-22,2],[-7,-11],[6,-21],[-8,-15],[14,-13],[5,-13],[-10,-47],[6,-1],[5,-11],[-13,-25],[-3,-19],[12,-10],[2,4],[8,-19],[7,-6],[-1,-8],[21,-18],[2,10],[16,-26],[18,19]],[[1883,6741],[15,26],[6,6],[7,-2],[33,9],[-7,19],[4,12],[11,18],[6,5],[-7,16],[-6,9],[10,7],[-8,19],[-2,18],[-10,10],[-5,18],[-12,15],[4,5],[-1,14],[-3,2],[1,11],[6,12],[20,14],[8,-5],[8,13],[4,-10],[4,7],[5,2],[9,-5],[1,-16],[7,1],[10,-9],[1,4],[8,-6],[-3,-8],[8,-15],[17,-6],[1,-4],[10,-1],[6,18]],[[4073,6253],[-2,-11],[10,-18],[4,-36],[4,-12],[20,-4],[1,4],[12,-8],[14,-16],[-5,-6],[1,-13],[4,-12],[0,-12],[-4,-6],[8,-9],[6,-14],[5,-3],[10,6],[14,-15],[2,18],[4,10],[6,3],[4,-17],[0,-16],[4,-7],[6,-3]],[[3891,6170],[2,10],[16,14],[17,3],[6,-10],[-1,-3],[10,-8],[11,8],[5,-2],[7,15],[5,6],[1,8],[-2,4],[17,26],[-2,5],[2,5],[34,-18],[4,4],[1,10],[8,12],[6,1],[2,4],[-4,10],[10,3],[4,-6],[3,-12],[16,-8],[4,2]],[[1514,7173],[2,0],[5,-36],[6,10],[6,-3],[4,-8],[4,-2],[-5,-8],[4,-17],[-2,16],[3,2],[4,-13],[0,-15],[-2,0],[-5,-15],[12,-4],[3,4],[6,-4],[4,7],[2,-5],[-3,-5],[-13,-4],[-1,-3],[-24,-7],[1,-11],[15,-18],[6,-13],[1,-10],[10,-16],[10,-3],[1,-3],[-1,-3],[-8,2],[-5,-3],[-1,-5],[3,-1],[2,-11],[-12,-2],[1,-22],[7,-5]],[[1229,6881],[1,4],[15,-3],[1,16],[18,-5],[3,1],[4,-3],[3,50],[-4,13],[10,16],[1,7],[-2,7],[2,8],[-7,1],[3,7],[4,-1],[11,13],[6,34],[8,4],[20,-14],[9,-1],[2,7],[-10,24],[-17,-3],[-4,6],[-3,10],[2,13],[-4,5],[-6,-8],[-4,2],[-5,9],[3,19],[17,2],[4,-3],[26,-5],[3,31],[-18,12],[-2,14],[28,-5],[-1,5],[13,-4],[2,12],[17,-6],[4,19],[17,1],[1,9]],[[1400,7201],[22,-6],[15,0],[9,6],[3,-5],[-6,-23],[8,2],[7,-3],[0,-2],[8,0],[1,-6],[2,4],[6,-7],[3,2],[28,-18],[4,10],[4,18]],[[7217,4695],[-8,-12],[-12,-3],[-31,3],[-11,-9],[-12,-3],[-11,-28]],[[6669,4591],[-3,13],[18,6],[2,-7],[31,5],[-4,48],[6,3],[2,6],[44,18],[2,-12],[6,5],[22,5],[-2,14],[-5,0],[0,13],[5,6],[9,-1],[5,7],[1,12],[-9,2],[1,-8],[-25,-6],[-6,57],[9,1],[2,-17],[18,4],[-5,47],[16,4],[0,10],[4,-5],[7,29],[18,-12],[6,16],[4,-5],[3,3],[-1,9],[16,-1],[2,-8],[2,-17],[14,2],[-3,41],[6,6],[0,-5],[6,1]],[[6893,4880],[1,-24],[10,2],[-1,8],[24,3],[-3,30],[23,3],[-3,10],[4,3],[71,-34],[5,-51],[6,-4],[21,8],[2,-13],[11,2],[0,3],[19,6],[2,18],[12,16],[4,8],[20,5],[0,-5],[6,-1],[0,-13],[14,2],[3,-32],[46,9],[21,7]],[[7211,4846],[7,-32],[-3,-77],[4,-35],[-2,-7]],[[7502,4689],[19,-49]],[[7521,4640],[-17,-7],[2,-49],[15,-24],[10,-56],[-4,-5],[5,-50],[-24,-8],[-7,-26],[-5,2],[-5,-20],[5,-41]],[[7217,4695],[18,-1],[7,-6],[10,2],[12,8],[8,0],[30,-25],[24,-7],[53,-28],[11,3],[6,-4],[5,9],[99,49],[2,-6]],[[2218,6981],[-2,-10],[11,-45],[-14,-14],[-4,-18],[16,-12],[1,-9],[21,-19]],[[2247,6854],[-12,-23],[3,-4],[0,-13],[17,-32],[2,-13],[4,-8],[-1,-13],[9,-8],[2,-36]],[[2075,6950],[11,7],[31,-14],[7,13],[5,-7],[-2,-19],[8,-10],[16,18],[13,26],[0,15],[30,-2],[1,5],[7,3],[-4,15],[14,-6],[2,-15],[4,2]],[[7692,4593],[7,-42],[-17,-8],[4,-19],[12,-4],[4,-35],[-12,-9],[1,-8],[12,8],[7,-44],[14,14],[5,-16],[-6,-5],[10,-28],[-3,-3],[4,-12],[-7,-23],[1,-8],[-17,-4],[-3,27],[-15,-4],[3,-15],[6,-3],[2,-23],[14,2],[1,-7],[43,8],[-1,9],[11,3],[-5,-22],[5,-13]],[[7521,4640],[14,1],[9,-5],[12,9],[6,-43],[50,16],[32,21],[5,-5],[0,-6],[5,-1],[0,-10],[-3,0],[-4,-6],[1,-19],[4,6],[4,-5],[-5,-9],[-1,-10],[42,19]],[[1162,7254],[-3,-18],[-7,-7],[-9,-40],[-16,15],[0,7],[-15,9],[-6,-15],[-3,-16],[1,-23],[-20,0],[1,-19],[7,1],[0,-9],[4,-12],[5,-3],[13,7],[0,5],[6,1],[6,-8],[-3,-11],[8,-7],[5,-1],[0,4],[19,-20],[1,-7],[-8,-16],[-11,6],[-4,-49],[7,10],[1,-27],[-8,-17],[-1,-10],[3,-20],[-4,-6],[-11,-3],[1,-12],[3,-5],[0,-17],[-4,-16]],[[721,7265],[1,1],[3,6],[1,2],[11,20],[3,2],[7,6],[5,4],[5,3],[11,14],[2,3],[10,10],[6,7],[5,4],[7,7],[4,9],[0,2],[11,25],[2,6],[11,7],[4,19],[21,11]],[[851,7433],[-1,-11],[7,-26],[14,-3],[0,6],[21,-3],[1,5],[25,-4],[6,-14],[-2,-13],[4,1],[3,-8],[-1,-5],[3,-1],[4,-8],[9,-5],[22,-1],[15,-45],[10,3],[5,-4],[11,4],[10,-3],[-5,-14],[4,-9],[29,-5],[11,4],[25,2],[0,-9],[3,-4],[0,6],[3,0],[3,7],[25,0],[16,5],[1,-6],[2,-2],[-2,-10],[8,-4],[14,3],[-5,-13],[10,1],[1,3],[-4,2],[1,2],[5,-3]],[[4249,5996],[18,10],[14,-2],[1,5],[-4,12],[12,6],[6,23],[7,8],[6,24],[13,1],[1,47],[-8,18],[3,13],[8,-6],[12,11],[13,-2],[1,15],[9,8],[5,-2]],[[4366,6185],[20,-7],[4,-6],[4,-12],[-1,-18],[4,-17],[6,-11],[7,-4],[5,17],[-1,13],[-8,9],[3,8],[8,0],[3,7],[3,20],[6,3],[1,-9],[27,2],[-6,-66],[36,-7],[6,2],[56,-20],[3,-23],[2,0],[14,83],[11,0]],[[4579,6149],[10,-2],[15,-15],[-4,-18],[31,-28],[-10,-65],[-25,5],[-18,11],[-11,-4],[2,-5],[-6,-19],[5,5],[11,-12]],[[8926,3874],[10,-11],[-1,-105],[-8,0],[0,-23],[-15,0],[-8,-12],[0,-17],[-8,-8],[-4,-13],[-2,-8],[0,-26]],[[8545,3729],[9,5],[1,7],[10,-2],[3,33],[5,-1],[-3,37],[-8,-2],[-2,42],[2,20],[4,5],[-1,11],[3,10],[8,1],[1,-16],[22,3],[4,3],[4,-1],[-2,13],[3,5],[2,13],[5,0],[-1,17],[-17,0],[-4,9],[0,26],[14,0],[3,7],[-5,5],[-1,39],[31,1],[0,-3],[19,0],[13,-4]],[[8667,4012],[4,-1],[1,-17],[12,-1],[-1,25],[56,7],[6,-1],[6,-17],[8,-7],[-4,-12],[14,-10],[-1,-6],[-8,-10],[-1,-10],[7,-12],[0,-5],[-10,-4],[6,-15],[23,-15],[12,10],[21,-11],[7,6],[1,10],[10,-3],[0,9],[9,0],[0,-5],[21,0],[0,19],[33,-1],[-2,-15],[8,-21],[-7,-12],[28,-13]],[[2489,6887],[-4,-10],[-9,9],[6,-30],[7,1],[2,-8],[5,0],[-5,-16],[5,-3],[1,-13],[-6,-29],[-4,-7],[-1,-30],[-5,-5],[13,-22],[1,-20],[-5,-16],[-12,5],[1,-6],[3,0],[-8,-31],[-7,-9],[-3,-9]],[[2247,6854],[7,-1],[-1,7],[10,4],[0,4],[23,-2],[7,7],[18,6],[1,8],[-2,9],[5,8],[1,10],[7,4],[5,-2],[5,12],[9,7],[8,-6],[-2,-6],[3,-8],[19,-14],[2,-16],[10,-8],[2,13],[5,0],[4,-6],[9,4],[16,-11],[3,21],[4,2],[-14,13],[-5,2],[3,13],[-3,12],[21,12],[4,-7],[6,5],[31,-5],[7,22]],[[2475,6967],[25,-14],[3,-9],[-9,-6],[1,-6],[5,0],[-11,-45]],[[2489,6887],[30,5],[3,4],[7,2],[1,11],[11,-1],[4,-8],[5,0],[12,18],[10,-5],[8,4],[2,-3],[-2,-9],[25,-14],[3,-8],[8,-7],[13,0],[12,-13],[1,22],[8,5],[3,14],[6,-5],[20,12]],[[2679,6911],[13,-30],[-4,-2],[-6,1],[3,-5],[-3,-16],[0,-20],[9,5],[12,-6],[-3,-13],[1,-21],[-4,-6],[-9,10],[-6,-3],[-1,-6],[8,-13],[-9,-25],[8,-6],[32,-12],[-2,-7],[12,-3],[0,-7],[15,-1],[3,-49],[0,-11],[18,-53],[-6,0],[4,-7],[-4,-11],[11,-16],[-2,-15],[-5,-16],[6,-10],[1,-18],[10,-15],[5,-11],[-10,-6]],[[1162,7254],[3,1],[0,12],[6,3],[12,-3],[10,46],[-2,2],[-1,39],[17,4],[2,6],[-4,7],[1,3]],[[1206,7374],[6,-5],[10,4],[5,6],[12,-3],[2,-5],[-3,-4],[-9,3],[5,-17],[8,-9],[0,-16],[6,-7],[8,-21],[6,-5],[12,2],[10,-4],[7,-33],[6,-10],[9,8],[2,5],[9,1],[31,-13],[4,2],[15,-8],[17,-13],[9,-19],[9,0],[-2,-12]],[[3140,6689],[10,-6],[-16,-24],[3,-11],[-27,-5],[3,-39],[24,-29],[0,-34],[-6,5],[-8,-27],[-7,-1],[-1,-10],[-6,-5],[-1,-15],[21,-25],[-7,-9],[6,-19],[-10,-11],[-11,14],[-7,-3],[-2,-7]],[[2892,6498],[0,7],[9,5],[-2,10],[2,14],[20,-4],[1,7],[-7,4],[-18,20],[5,18],[16,-2],[7,-8],[13,19],[4,1],[-2,19],[8,5],[11,-9],[5,0],[0,-4],[15,4],[6,10],[10,1],[2,12],[-9,1],[0,9],[-15,2],[6,11],[-6,11],[8,6],[-4,12],[2,3],[24,0],[1,23],[50,1],[-2,5],[-7,5],[7,22],[-5,7],[1,19],[5,4]],[[3053,6768],[2,-3],[3,17],[14,-8],[2,9],[10,-4],[7,-8],[-6,-20],[-5,-5],[-3,-13],[16,-8],[9,-8],[18,-36],[14,0],[6,8]],[[4325,6275],[0,-6],[8,4],[3,-10],[-8,-22],[-11,1],[-1,-5],[14,-10],[4,-16],[9,-5],[1,11],[7,0],[10,-23],[6,3],[6,-2],[-7,-10]],[[4073,6253],[2,1],[-2,11],[20,8],[12,16],[-2,5],[9,13],[-1,6],[11,12],[-2,14],[-14,9],[-12,30],[11,13],[12,0]],[[4117,6391],[10,0],[6,-8],[9,3],[8,-6],[11,-4],[3,-7],[11,-1],[23,-14],[6,-9],[3,7],[6,-2],[7,-8],[-2,-2],[3,-12],[3,0],[5,-10],[24,-1],[5,-16],[3,2],[7,-14],[6,0],[5,-13],[9,-5],[2,6],[-2,3],[2,3],[3,0],[1,8],[7,-3],[-3,-9],[4,-5],[4,2],[12,-11],[7,10]],[[3723,6350],[-4,-8],[6,-14],[6,-6]],[[3370,6446],[2,29],[-13,10],[5,27],[7,1],[1,8],[6,8],[-8,21],[6,6],[15,-11],[-2,-5],[28,-23],[7,14],[2,17],[3,6],[5,-3],[6,8],[6,-5],[3,11],[5,6],[-1,11],[9,42],[15,0],[7,21],[13,-5]],[[3497,6640],[0,-11],[18,-17],[9,4],[5,-4],[6,-8],[4,-10],[0,-11],[-3,-7],[7,-10],[14,-10],[8,14],[14,-1],[1,3],[7,-9],[20,-9],[0,5],[26,-12],[9,-16],[4,-13],[8,5],[-10,-27],[31,-87],[4,-1],[-1,-12],[12,-28],[5,12],[28,-30]],[[5002,5721],[0,10],[7,21],[-19,19],[7,18],[12,8],[-1,15],[8,9],[11,-5],[8,43],[7,3],[0,3],[-9,13],[-8,4],[9,2],[-1,8],[4,7],[11,3],[8,22],[-1,3]],[[5055,5927],[10,13],[4,-2],[2,-9],[15,-4],[6,-17],[15,9],[1,9],[7,-6],[13,7],[3,11],[-2,8],[9,8],[3,-5],[14,6],[5,8],[7,-10],[4,4],[4,-15],[15,10],[6,-3]],[[5196,5949],[-5,-21],[20,-4],[26,-27],[6,1],[-3,-45],[9,-72],[-4,-2],[0,-43],[20,-16],[9,-16],[6,7],[5,17],[-4,6],[2,7],[12,5],[1,5],[5,0],[-5,-20],[1,-9],[5,-8],[9,9],[10,-16],[-3,-4],[8,-14]],[[4966,6093],[8,-26],[7,-6],[-1,-15],[10,-16],[14,-16],[-9,0],[-15,-8],[8,-22],[8,1],[7,-16],[-9,-24],[8,-16],[0,-10],[9,-15],[9,9],[10,-1],[5,-10],[20,25]],[[4656,5964],[-1,9],[8,6],[9,-1],[15,-10],[15,-5],[13,7],[-4,4],[2,6],[46,-15],[7,8],[13,-11],[16,33],[17,-13],[9,11],[-4,10],[2,3],[5,-7],[13,-7],[8,21],[12,-6],[0,3],[16,16],[0,23],[-2,4],[8,7],[1,11],[-4,5],[6,14],[-4,15],[7,20]],[[4885,6125],[5,21],[22,-18],[17,-7],[22,-15],[6,-8],[9,-5]],[[6983,5113],[-25,-13],[-13,10],[0,-23],[-2,-4],[-14,17],[-9,-2],[0,5],[4,1],[0,7],[-7,-2],[0,-4],[-5,-2],[1,-13],[-6,3],[-1,-8],[-2,7],[-21,-9],[-1,4]],[[6882,5087],[13,13],[1,10],[-2,11],[-2,12],[-5,8],[3,1],[-4,2],[-11,-9],[0,-6],[3,-1],[2,-17],[-10,9],[-2,15],[-14,18],[-4,1],[-7,-7],[-4,21],[-4,-2],[1,-6],[-2,-2],[-3,5],[0,3],[-8,8],[5,14],[10,-7],[12,2],[9,31]],[[6859,5214],[32,-27],[23,5],[9,-11],[29,-22],[11,-14],[14,-8],[1,-4],[-7,-3],[4,-9],[8,-8]],[[2679,6911],[-8,7],[1,6]],[[2672,6924],[4,6],[21,-1],[2,6],[12,-7],[9,15],[6,0],[-1,8],[11,0],[4,5],[22,-4],[12,3],[14,-5],[0,-7],[16,-5],[-1,-15],[-9,-16],[3,-10],[14,-9],[15,1]],[[2826,6889],[2,-11],[17,5],[0,9],[4,-3],[7,13],[5,1],[6,17],[9,-2],[-1,-9],[10,-1],[7,-21],[0,-20],[9,-10],[14,11],[7,17],[6,7],[8,16],[5,-15],[13,-24],[10,1],[12,9],[-1,21],[3,8],[14,-1]],[[2992,6907],[0,-9],[8,1],[2,10],[16,-18],[0,-6],[12,4],[4,-2],[-8,-21],[3,-2],[-1,-13],[4,-4],[-1,-5],[4,-8],[-3,-6],[11,-39],[10,-21]],[[6124,5538],[2,-2],[-6,-4],[2,-15],[8,0],[-1,5],[12,10],[2,-12],[14,3],[-1,-14],[9,1],[1,-8],[10,0],[5,-8],[16,8],[0,2],[11,3],[1,-13],[9,1],[1,-10],[10,1],[2,-23],[5,-3],[2,-12],[3,-1],[-3,-4],[-5,-1],[4,-39],[15,5],[-2,17],[8,2],[1,-11],[13,3],[2,-19],[13,2],[-1,19],[15,4],[16,11],[-2,5],[6,7],[2,-5],[3,1],[4,-11],[17,-4]],[[6347,5429],[8,-4],[8,2],[2,-5],[17,2],[27,-39],[8,1],[3,-15],[30,8],[-2,-32],[-25,-8],[1,-10],[3,0],[1,-6],[-3,-1],[2,-20],[-14,-12],[-9,-3],[-34,-34],[-6,16],[-13,-2],[0,6],[-9,-3],[6,-41],[-17,-9],[-3,20],[-42,-9],[2,-12],[-8,1],[-9,-4],[1,-10],[-6,-4],[4,-12],[-6,-3]],[[5871,5200],[-1,17],[4,3],[0,21],[6,1],[4,23],[-4,3],[4,10],[12,-4],[4,12],[8,-1],[17,6],[-1,18],[3,8],[15,3],[5,9],[13,3],[-12,21],[0,3],[-6,3],[-1,-5],[-5,0],[0,10],[-9,10],[3,11],[-1,27],[5,11],[-1,9],[4,4],[1,18],[4,9],[-1,8],[13,-19],[6,-2],[3,-4],[-5,62],[8,2],[-5,42]],[[5961,5552],[48,10],[0,18],[9,2],[2,11],[17,5],[1,14],[37,7],[1,-4],[12,2],[1,-4],[2,-23],[-2,-1],[1,-5],[4,2],[0,6],[3,0],[0,-6],[4,2],[2,-18],[6,2],[2,-26],[3,1],[-1,-11],[11,2]],[[6882,5087],[-3,4],[-13,8],[-3,-8],[-22,1],[-1,-20],[14,-2],[-1,-6],[15,-1],[-1,-13],[4,-21],[-1,-1],[8,-50],[2,0],[8,-44],[-5,-4],[-1,-5],[-7,-5],[13,-16],[1,-11],[4,-13]],[[6489,4842],[-2,10],[51,15],[1,4],[15,6],[-5,39],[8,4],[6,0],[-8,82],[8,9],[-4,29],[3,2],[-3,31]],[[6559,5073],[-2,23],[1,3],[17,-2],[-1,12],[18,6],[8,5],[13,12],[5,1],[-1,-23],[-3,-1],[3,-38],[2,0],[5,-37],[8,2],[-1,5],[22,6],[-1,4],[18,6],[0,15],[7,3],[1,-6],[5,1],[2,-21],[-16,-22],[3,-23],[25,9],[-5,35],[31,10],[-3,13],[-6,-1],[-1,30],[18,7],[-3,21],[2,3],[-1,6],[9,8],[22,13],[4,-3],[28,59],[7,1],[20,44]],[[6819,5259],[14,-6],[9,-9],[17,-30]],[[5858,5739],[2,-38],[7,-7],[0,-3],[-6,-1],[-1,-4],[5,-4],[4,4],[8,-5],[5,-47],[5,0],[1,6],[11,-1],[4,-10],[7,14],[16,-20],[8,2],[7,-77],[20,4]],[[5577,5401],[23,12],[-8,32],[43,23],[3,-11],[31,9],[0,4],[26,10],[-7,53],[-3,33],[5,-2],[5,8],[14,4],[-4,12],[27,7],[13,19],[2,8],[8,-4],[3,3],[-3,6],[10,12],[22,17],[-3,10],[-9,-3],[2,18],[8,-4],[2,4],[0,7],[7,1],[-1,10],[-4,0],[-2,-3],[-1,15],[2,1],[2,-8],[0,8]],[[5790,5712],[16,6],[1,-6],[18,9],[2,-4],[-6,24],[5,12],[2,-5],[8,1],[2,-10],[18,2],[2,-2]],[[1819,6946],[-4,6],[-7,5],[-3,10],[6,17],[-6,20],[-14,7],[-15,15]],[[1776,7026],[3,17],[3,-1],[2,36],[12,4],[2,-2],[2,2],[16,2],[6,5],[4,23],[6,3],[1,7],[2,2],[-1,17],[7,-2],[-1,5],[13,5],[-2,15],[-16,4],[-4,9],[1,33],[15,19],[14,-4],[-1,-7],[30,-7],[12,31]],[[1902,7242],[18,-16],[8,-13],[35,32],[4,-1],[5,-7],[10,2],[3,16],[19,-10],[1,3],[6,-2],[12,7],[9,-5],[7,2]],[[2039,7250],[9,-17],[-10,-13],[-3,3],[-4,-6],[-5,1],[-2,4],[-2,-8],[5,-9],[-8,-9],[15,-30],[1,-13],[12,5],[15,-5],[0,-6],[-5,1],[-4,-21],[9,-8],[-2,-7],[-11,2],[-10,-5],[-5,-52],[4,-3],[-2,-17],[6,-3],[-2,-32],[5,-1],[-4,-29],[-7,2],[-5,-17],[7,-3],[-2,6],[8,11],[7,-7]],[[3451,6748],[11,-11],[0,-12],[2,-7],[-2,-5],[3,-14],[3,-3],[-1,-11],[5,-7],[3,2],[1,-6],[7,9],[30,-18],[-3,-8],[-3,-21],[-10,4]],[[3140,6689],[-1,11],[11,3],[0,13],[6,-4],[26,6],[0,7],[5,5],[10,1]],[[3197,6731],[7,1],[14,12],[13,2],[15,-4],[6,-6],[41,0],[29,16],[1,6],[4,-3],[32,5],[3,-1],[-1,-5],[4,0],[3,10],[8,4],[0,21],[3,0]],[[3379,6789],[7,-6],[1,-11],[14,-3],[5,4],[29,-11],[16,-14]],[[1514,7173],[-1,9],[5,27],[-5,21],[5,4],[-1,3],[-11,1],[-1,3],[9,4],[3,5],[5,-2],[9,6],[8,0],[4,3],[9,-1],[19,12],[4,-4],[7,12],[4,2],[3,12],[12,17],[-2,9],[2,0],[1,6],[-9,3],[10,1],[2,5],[-1,5],[2,3],[-1,7],[-2,1],[1,2],[0,8],[-3,6],[1,11],[6,1],[0,11],[7,-5],[-1,17]],[[1614,7398],[8,-7],[24,-11]],[[1646,7380],[2,-5],[6,-1],[18,11],[7,-1],[18,-13],[-1,-32],[1,-8],[-7,1],[-9,-20],[3,-11],[-8,-1],[-1,-16],[2,-10],[25,-27],[-2,-12],[-4,0],[-2,-4],[3,-11],[-4,-34],[5,-15],[54,-110],[3,-9],[21,-26]],[[4849,6219],[0,-6],[9,0],[9,-7],[3,-8],[1,-11],[6,-13],[0,-7],[-3,-7],[2,-8],[-2,-10],[11,-17]],[[4579,6149],[-3,34],[13,4],[2,4],[-3,19]],[[4588,6210],[20,18],[24,-47],[7,3],[5,-2],[3,5],[1,5],[6,4],[7,18],[8,-6],[14,25]],[[4683,6233],[17,-17],[12,5],[1,-6],[8,0],[17,-24],[4,4],[8,-10],[11,18],[16,-2],[12,12],[12,0],[7,-4],[3,3],[10,1],[5,-3],[7,11],[9,4],[7,-6]],[[5404,5629],[4,-7],[15,32],[3,0],[1,4],[4,-4],[15,6],[5,6],[4,-3],[12,21],[8,-11],[2,1],[2,-7],[17,4],[2,-5],[5,3],[0,-12],[-3,-5],[6,3],[1,-5],[4,0],[-1,10],[23,1],[3,6],[1,37],[-6,5],[-7,1],[3,4],[-1,14],[13,3],[3,5],[9,0],[3,20],[-3,2],[3,9],[5,-2],[1,-6],[7,0],[5,-5],[10,81],[12,20],[1,13],[4,5],[10,-3],[0,7]],[[5609,5877],[10,-14],[10,8],[16,-2],[11,-20],[3,-16],[-3,-15],[16,-13],[12,0],[12,30],[14,-25],[5,-32],[9,11],[3,1],[2,-4],[-3,-16],[3,-15],[6,-6],[1,-9],[-2,-6],[2,-4],[-2,-10],[7,-13],[1,-7],[-2,-6],[17,2],[-6,15],[4,8],[-5,4],[0,5],[9,-1],[-1,-3],[9,-7],[4,1],[0,-8],[4,-2],[5,6],[-1,7],[9,4],[0,-10],[2,-3]],[[4074,6583],[9,-6],[0,-5],[7,-5],[-1,-7],[-3,1],[-4,-9],[-7,-6],[2,-9],[-6,-24],[16,-37],[2,-17]],[[4089,6459],[2,-14],[3,0],[-2,-23],[6,-2],[11,-18],[2,4],[6,-3],[0,-12]],[[3723,6350],[12,-23],[25,4],[15,0],[-4,5],[5,15],[7,-3],[2,9],[10,6],[-2,15],[-16,25],[20,29],[-8,12],[-1,9],[-7,9],[5,62]],[[3786,6524],[4,-7],[18,-9],[13,6],[6,-2],[25,1],[7,-12],[3,3],[15,8],[22,-9],[7,10],[7,-7],[15,19],[6,-16],[13,0],[0,45],[28,2],[7,-16],[8,16],[14,-11],[9,34],[7,15],[10,-8],[2,13],[29,-16],[1,5],[12,-5]],[[6476,5491],[9,-4],[9,-9],[2,8],[3,0],[0,-6],[15,-9],[-1,-22],[7,-4],[1,-18],[16,-3],[3,-7],[1,-13],[-4,-25],[0,-7],[16,-9],[-4,-9],[-7,-36],[6,3],[3,-11],[-6,-5],[-1,-16],[-9,0],[-4,-25],[-9,-10],[-8,2],[-2,-5],[-14,-2],[-6,-45],[30,8],[-5,-49],[13,5],[4,-16],[-4,-14],[-1,-22],[-2,-20],[-6,-9],[3,-10],[5,-4],[11,7],[2,-14],[17,7]],[[6347,5429],[-7,30],[-7,-4],[-7,21],[-2,19],[5,1],[-2,20],[10,2],[2,-8],[6,1],[1,-6],[22,6],[10,29],[5,-3],[3,-6],[9,6],[8,-6],[3,-26],[9,2],[4,7],[12,5],[1,-9],[11,3],[0,8],[10,2],[4,-32],[5,-3],[2,-6],[10,1],[2,8]],[[7984,4616],[3,-2],[0,-13],[-5,-4],[5,-12],[-7,-15],[7,-13],[2,-12],[-12,-10],[8,-8],[3,-8],[-6,-4],[5,-50],[23,6],[6,-51],[-11,-4],[-16,4],[1,-13],[-27,-6],[4,-35],[15,3],[4,-40]],[[7692,4593],[152,78],[1,7],[-4,4],[6,4],[-1,18],[17,5],[0,11],[10,2],[-1,18],[19,5],[2,-41],[11,2],[7,7]],[[7911,4713],[40,-2],[-1,21],[19,2],[4,-9],[9,-92],[-4,-3],[0,-5],[6,-9]],[[4477,6395],[8,-7],[-2,-10],[3,-11],[10,0],[8,-4],[1,-4],[3,-1],[-3,-9],[4,0],[11,-22],[6,4],[34,-25],[0,-42],[10,-2],[4,-10],[-7,-6],[8,-41],[13,5]],[[4325,6275],[-3,14],[-4,-1],[-2,8],[6,4],[3,23],[-4,22],[6,1],[1,-6],[14,4],[-1,-12],[10,2],[2,15],[-2,14],[13,21],[-3,2],[7,12],[0,10],[6,-6],[12,2],[12,21],[4,1],[8,25]],[[4410,6451],[12,-9],[1,7],[18,15],[19,-70],[17,1]],[[1206,7374],[-9,11],[-12,7],[6,11],[8,3],[3,4],[8,28],[-12,11],[-11,-6],[-14,21],[-5,1],[6,9],[2,-2],[12,19],[-7,8],[8,19],[5,2],[5,-13],[28,-12],[-1,-11],[8,-3],[7,16],[31,-2],[16,17],[11,-3],[-3,23],[11,8],[18,-7],[15,13],[-3,13],[24,1]],[[1361,7560],[0,-21],[17,-6],[6,1],[7,-8],[11,-5],[19,-19],[8,-14],[-4,-37],[35,-6],[8,9],[8,1],[2,3],[28,3],[3,10],[12,-1],[-1,-18],[15,3],[13,-2],[1,33],[-5,7],[8,16],[31,-44],[18,-11],[14,5],[0,-21],[2,-7],[-4,-17],[2,-3],[-2,-7],[1,-6]],[[2218,6981],[0,11],[3,1],[1,7],[6,5],[2,9],[17,-1],[2,9],[3,20],[-12,6],[-7,6],[16,14],[7,0],[0,12],[5,0],[-2,16],[-11,11],[2,11],[-3,5],[2,13],[-2,9],[31,5],[9,-1],[0,14],[-21,25],[4,14],[-11,-1],[0,4],[-8,9],[7,15],[-5,12],[5,6]],[[2258,7247],[4,-10],[33,13],[9,20],[-2,8]],[[2302,7278],[11,2],[4,-2],[-3,-4],[5,-5],[-1,-6],[-6,1],[-3,-12],[4,-5],[9,-1],[5,-6],[21,-4],[2,-5],[18,-2],[2,-5],[-3,-8],[6,-33],[-5,-8],[13,-18],[12,1],[4,18],[27,7],[3,4],[3,10],[11,2],[1,-8],[10,-10],[-19,-36],[10,-7],[3,1],[18,-13],[1,-14],[-12,-8],[-5,-14],[-10,-11],[-14,3],[-1,-5],[6,-22],[4,8],[28,-17],[5,-58],[8,-4],[2,-9],[-1,-8]],[[1696,7487],[5,0],[10,-16],[17,8],[-1,-12],[23,-9],[1,-5],[13,-1],[1,-3],[10,-4],[1,3],[14,-7],[5,17],[24,-14]],[[1819,7444],[2,-13],[12,0]],[[1833,7431],[-1,-7],[-3,-3],[0,-6],[6,-7],[4,-8],[15,-10],[9,6],[1,-8],[7,-9],[10,-3],[0,-10],[4,-1],[3,-26],[-6,-10],[-1,-17],[-9,-12],[19,-43],[6,2],[5,-11],[0,-6]],[[1646,7380],[-1,10],[-5,1],[-1,6],[3,0],[2,14],[32,24],[-12,16],[3,11],[-4,12],[2,3],[-4,6],[10,6],[3,7],[2,0],[7,-22],[10,3],[3,10]],[[8655,4373],[8,-62],[8,-2],[-15,-29],[-3,1],[-22,-45],[2,-4],[-20,-39],[21,-17],[-6,-7],[-7,1],[-1,-13],[1,-12],[-5,-10],[54,-70],[-2,-9],[-1,-44]],[[8262,3890],[18,29],[6,14],[3,66],[-44,6],[2,61],[25,-1],[3,82],[3,3]],[[8278,4150],[12,10],[-2,42],[60,-27],[4,40],[3,-2],[-4,11],[-5,2],[3,45],[8,0],[1,5],[13,-4],[-1,-6],[41,-28],[1,5],[28,-20],[-4,-12],[12,-8],[43,7],[50,4],[-2,27],[14,3],[-4,79],[8,-5],[14,4],[0,8],[12,1],[8,20],[2,21],[5,12]],[[8598,4384],[15,13],[1,-6],[43,7],[1,-7],[-5,-1],[2,-17]],[[4089,6459],[12,-1],[5,-11],[24,37],[24,-14],[6,14],[9,8],[3,6],[16,0],[21,-6],[5,18],[3,19],[8,-2],[3,9],[6,0],[13,-8],[6,6],[6,33],[7,0],[-5,29],[17,7],[6,-3]],[[4284,6600],[29,-8],[3,3],[6,-4],[0,-14],[-6,-2],[2,-11],[14,-12],[-1,-3],[15,8],[37,-24],[20,-18],[4,-16],[10,0],[-1,-28],[-8,-15],[2,-5]],[[5345,5708],[4,9],[10,-2],[5,7],[-4,27],[-28,30],[2,15],[11,9],[23,9],[1,9],[12,14],[-7,19],[1,6],[25,21],[7,-7],[12,27],[9,12],[7,-1],[16,10],[15,5],[2,15],[10,10],[-17,32],[12,5],[7,-4],[4,11],[17,-2],[1,14],[-3,14],[5,6],[12,-9],[-1,-7],[10,-5],[4,3],[17,-7],[3,6],[0,12],[-5,-1],[-3,16],[5,3]],[[5546,6039],[9,-5],[19,8],[4,6],[8,1]],[[5586,6049],[0,-12],[4,-21],[11,-9],[-3,-22],[-25,10],[3,-11],[-18,-4],[-2,-23],[6,-3],[-4,-20],[30,3],[1,-22],[-6,-1],[3,-14],[11,-3],[2,5],[9,-18],[1,-7]],[[7713,4961],[1,-6],[5,-7],[1,-12],[6,-20],[2,0],[6,-18],[14,8],[3,-11],[26,13],[7,-28],[4,1],[5,-17],[7,3],[4,-14],[4,1],[1,11],[5,2],[3,-13],[10,7],[-2,16],[-6,10],[0,8],[5,8],[15,-25],[9,-10],[7,6],[7,-2],[5,-45],[9,1],[1,-10],[-7,-4],[4,-27],[29,6]],[[7903,4793],[8,-80]],[[7502,4689],[19,14],[0,10],[-19,69],[15,12],[-5,25],[0,15],[8,18],[5,-2],[2,10],[-4,-1],[-1,9],[5,6],[2,12],[17,-9],[-2,29],[17,5],[-5,52]],[[7556,4963],[12,3],[-2,25],[8,4],[1,7],[25,6],[-4,9],[-3,-2],[-3,8],[1,4],[5,-1],[6,5],[111,-70]],[[2039,7250],[18,11],[7,13],[4,22],[3,2],[22,36],[-1,5],[3,2],[18,2],[8,-13],[9,-2],[5,-5],[7,-14],[5,1],[22,31],[30,-15]],[[2199,7326],[27,-14],[3,14],[14,25],[12,1],[4,5]],[[2259,7357],[-1,-12],[-3,-2],[1,-32],[-7,1],[-6,-6],[-5,4],[3,-15],[-6,-26],[23,-22]],[[8313,4525],[-10,5],[-12,-8],[4,-3],[-1,-7],[15,-1],[-2,-16],[-5,1],[-2,-28],[-33,13],[-1,10],[-8,1],[-4,-55],[5,-1],[-4,-69],[12,-11],[-8,-7],[-4,-67],[-15,2],[-3,-37],[2,0],[-2,-36],[11,-4],[-2,-24],[19,-9],[3,7],[11,-5],[-1,-26]],[[7984,4616],[3,5],[10,5],[-2,7],[10,-8],[7,0],[-1,6],[7,-2],[4,5],[-7,2],[9,8],[5,-15],[7,4],[13,-10],[13,-1],[2,-13],[10,-9],[-2,-15],[7,-4],[5,7],[11,-10],[12,7],[3,-12],[10,-10],[8,4],[7,-6],[2,24],[10,-2],[1,13]],[[8148,4596],[63,15],[0,5],[67,15],[-1,8],[23,5],[3,-39],[-3,-1],[5,-51],[7,-8],[1,-20]],[[8965,4040],[-3,0],[0,-51],[-21,0],[-1,-29],[-3,-10],[-11,-2],[0,-43],[5,-4],[-1,-19],[-4,-8]],[[8655,4373],[7,2],[3,-4],[5,5],[-6,20],[26,6],[2,-13],[5,0],[5,-12],[13,1],[4,-15],[-6,-9],[4,-43],[7,0],[-3,9],[8,14],[3,-2],[6,9],[11,-5],[-3,7],[4,2],[18,-13],[16,-23],[0,-25],[19,3],[1,9],[17,0],[-2,15],[2,3],[12,-7],[6,0],[-1,-13],[9,-17],[10,10],[12,26]],[[8869,4313],[14,-32],[10,-3],[5,8],[13,2],[-15,-41],[-3,2],[-4,-19],[-22,3],[-8,-9],[1,-7],[14,2],[-1,-37],[10,0],[13,-16],[-1,-4],[8,-5],[22,-28],[11,17],[9,1],[5,-45],[-1,-15],[7,0],[1,-30],[9,-5],[-1,-12]],[[6719,5426],[3,-15],[5,-6],[16,-1],[10,-7],[4,-14],[-4,-16],[2,-9],[16,-15],[7,-12],[21,-10],[3,-10],[-1,-22],[10,-23],[8,-7]],[[6476,5491],[-2,28],[9,49],[5,4],[11,76]],[[6499,5648],[14,-23],[8,-5],[6,0],[21,-18],[22,-3],[4,-5],[0,-14],[3,-9],[10,-6],[6,-9],[7,-7],[11,2],[11,-3],[5,-14],[-6,-16],[3,-18],[6,-10],[12,-4],[12,5],[7,-6],[9,-16],[7,1],[8,-3],[10,-17],[7,-1],[6,3],[9,-3],[5,-8],[-3,-15]],[[5196,5949],[1,7],[17,5],[5,-2],[24,26],[3,9],[0,10],[9,22],[6,1],[-3,5],[5,7],[-3,18],[-13,28],[-4,1],[-5,24],[4,9],[10,-8],[7,19],[0,26],[-12,4],[-7,14],[14,22]],[[5254,6196],[44,-28],[15,-39],[7,-13],[16,-15],[22,11],[29,-21],[12,1],[6,-4],[7,3],[17,31],[18,0],[11,23],[11,2],[5,-7],[11,-6],[29,-31],[5,-17],[36,-27],[-9,-20]],[[3768,6820],[-4,-23],[8,1],[1,-15],[4,-6],[-15,-26],[13,-9],[-1,-27],[19,-18],[4,-14],[-8,-13],[2,-3],[-11,-23],[-4,3],[-6,-20],[-5,-2],[-1,-5],[2,-6],[8,-3],[9,-22],[0,-6],[16,-21],[-12,-29],[-1,-9]],[[3451,6748],[15,14],[8,40],[7,-5],[11,0],[9,4],[2,-13],[5,-7],[25,16],[0,-6],[7,-12],[10,-24],[2,0],[4,-16],[17,10],[-6,36],[13,0],[7,4],[8,-4],[0,5],[27,-19],[0,7],[9,6],[2,-6],[7,4],[4,-14],[3,2],[7,23],[6,2],[1,6],[-5,0],[0,26],[19,-2],[0,11],[15,2],[2,8],[16,1],[7,35]],[[3715,6882],[13,1],[0,-4],[9,-5],[-1,-11],[8,-7],[-3,-5],[19,-13],[8,-18]],[[3234,7033],[-2,-5],[-3,-2],[-5,-10],[0,-22],[8,-12],[-10,-33],[2,-49],[-10,-3],[-3,-9],[-5,3],[-3,-3],[-1,-15],[-11,-6],[-6,-9],[-8,-34],[-5,-10],[4,-7],[3,-18],[-4,-16],[4,-8],[-1,-13],[22,-13],[-3,-8]],[[2992,6907],[0,32],[4,1],[0,13],[9,3],[-6,45],[-4,5],[-4,15],[0,15],[7,2],[4,8],[7,-1],[17,-15],[17,38],[9,-6],[0,-8],[8,0],[4,12],[-1,34]],[[3063,7100],[8,-8],[10,-5],[12,5],[1,6],[14,-7],[3,5],[11,-3],[20,7],[8,-3],[0,-19],[21,-17],[8,22],[16,-9],[3,7],[10,-4],[0,3],[9,0],[-2,-7],[3,-2],[-3,-30],[19,-8]],[[6436,5696],[16,-2],[16,-11],[18,-26],[10,-5],[3,-4]],[[6124,5538],[0,2],[3,0],[0,17],[-7,-3],[5,14],[0,14],[29,6],[-5,34],[-11,-13],[-4,7],[-1,15],[4,5],[-1,18],[23,27],[-14,41],[6,17],[10,7],[1,-3],[6,-2],[7,-24],[3,1]],[[6178,5718],[4,-12],[6,4],[2,-4],[9,6],[1,-7],[26,-25],[0,31],[2,4],[-1,3],[3,4],[3,-5],[6,-1],[0,-7],[-4,3],[3,-6],[4,4],[1,6],[25,-6],[-2,-17],[3,-6],[-2,-24],[6,1],[3,9],[4,1],[0,5],[22,5],[5,-21],[15,-3],[-4,9],[8,1],[1,-4],[4,1],[10,26],[-4,5],[4,10],[3,-2],[5,10],[6,6],[1,14],[7,6],[9,1],[9,-26],[6,-6],[1,-7],[11,-9],[25,7],[12,-6]],[[4692,6520],[0,-9],[16,-25],[6,-22],[12,-14],[8,-36],[8,-14],[3,-13],[-4,0],[-7,-7],[-3,-15],[8,6],[6,-11],[-1,-12],[-4,0],[-2,-5],[-8,-21],[-4,-4],[-2,-13],[-4,0],[-3,-5],[-6,-1],[-17,-39],[-5,-1],[-3,3],[-9,-1],[-10,-10],[16,-18]],[[4477,6395],[1,8],[12,-3],[-8,42],[-8,-8],[-3,9],[-6,6],[-2,10],[21,42],[15,11],[6,11]],[[4505,6523],[12,-5],[18,16],[14,2],[6,-5],[4,21],[6,-5],[5,5],[15,3],[1,8],[6,10],[7,-16],[4,-1],[2,5],[4,2],[44,-30],[4,-5],[14,8],[-1,-9],[16,-10],[6,3]],[[7211,4846],[-4,36],[-3,6],[13,10],[3,8],[5,4],[-3,7],[8,8],[-2,6],[21,22],[0,4],[15,14],[-4,7],[21,5],[-16,18],[0,12],[-6,-3],[-9,19],[9,-2],[-2,7],[-11,18],[-6,2],[2,7],[36,8]],[[7278,5069],[6,-19],[21,19],[-3,9],[13,10],[-22,68],[14,11],[6,-16],[10,9],[-5,18],[11,9],[4,-9],[18,14],[48,-14]],[[7399,5178],[6,-35],[18,7],[-3,20],[28,12],[-3,17],[7,4],[11,-29],[-13,-16],[6,-17],[12,-22],[13,15],[20,-37],[10,13],[4,-8],[9,8],[10,-13],[14,-32],[-9,-11],[4,-28],[-27,-5],[25,-55],[2,9],[5,4],[6,-3],[2,-13]],[[7104,5400],[-35,-47],[13,-13],[16,-11],[-9,-14],[6,-11],[2,3],[9,-14],[11,17],[5,-5],[8,1],[2,4],[11,-3],[3,30],[12,-2],[3,-8],[22,20],[4,-10],[0,-6],[5,11],[2,-2],[7,7],[3,-5],[17,10],[8,-16],[-13,5],[-9,-29],[-6,-26],[6,-18],[-17,-16],[5,-8],[3,4],[15,-20],[14,-12],[13,-15],[4,-30],[7,-5],[14,-39],[10,8],[8,-23],[-7,-5],[-7,-9],[9,-29]],[[6983,5113],[4,12],[13,-3],[13,10],[8,3],[7,8],[-4,13],[-10,-4],[-2,9],[-9,2],[-1,8],[-13,14],[-3,64],[-7,-5],[-7,9],[-1,8],[-5,9],[-7,29],[3,8],[44,63],[-8,10],[8,11],[17,-19],[8,10],[3,-4],[4,5],[-4,6],[12,13],[2,-4],[6,8],[-4,7]],[[7050,5413],[8,10],[6,-5],[13,-21],[18,26],[8,-11],[-3,-6],[4,-6]],[[4037,6777],[3,-8],[10,-46],[-9,-37],[-6,-3],[7,-20],[26,0],[-3,-9],[0,-46],[14,-8],[-5,-17]],[[3768,6820],[61,64],[7,13],[-3,3],[0,4],[40,-17],[27,-18],[9,2],[0,7],[3,3],[3,-12],[8,11]],[[3923,6880],[1,-6],[8,0],[1,-25],[25,-3],[7,-29],[7,-2],[4,16],[-5,0],[5,6],[-1,4],[2,5],[19,0],[1,-8],[6,-5],[10,-23],[-5,-7],[14,-18],[9,9],[6,-17]],[[4966,6093],[5,19],[7,18],[9,2],[5,12],[63,-43],[4,28],[-2,21],[4,21],[0,3],[-6,4],[7,7],[5,2],[5,32],[12,2],[2,-9],[8,-13],[17,-17],[12,8],[1,6],[9,14],[1,12],[17,7],[-10,24],[13,25],[5,-3],[-3,-19],[4,-5],[11,17],[-6,13],[-5,1],[-2,10],[4,8],[18,-11],[5,-7],[7,2],[-1,16],[-16,1],[-9,4],[-6,6],[-3,18],[7,3],[11,-8],[4,-9],[13,-5],[7,1],[3,16]],[[5202,6327],[16,-12],[12,-4],[2,-8],[12,3],[23,12],[5,-8],[-28,-29],[-2,-7],[7,-6],[8,-15],[-5,-4],[-6,-12],[-1,-13],[4,-17],[5,-11]],[[1332,7694],[8,-33],[-4,-7],[1,-15],[4,-1],[1,-4],[8,1],[5,4],[-1,7],[6,-3],[-3,-4],[1,-14],[3,-6],[0,-14],[-5,-7],[5,-5],[0,-33]],[[851,7433],[5,3],[1,3],[1,13],[1,3],[0,11],[3,13],[3,10],[1,2],[3,5],[10,11],[6,3],[1,1],[17,10],[4,2],[14,5],[4,0],[19,1],[18,4],[3,-1],[19,4],[2,1],[6,1],[5,1],[19,-1],[5,0],[7,-1],[1,3],[4,26],[16,12],[2,13],[2,7],[2,7],[2,6],[0,1],[5,18],[1,3],[5,16],[0,2],[3,20],[1,7],[4,22],[1,8],[0,3],[3,13],[0,8],[0,12],[4,27],[0,1],[0,7],[-1,6],[-1,4],[-2,4],[0,3],[1,5],[3,18]],[[1084,7819],[6,-3],[8,11],[-2,5],[5,2],[6,-8],[1,5],[2,-5],[3,6],[2,-5],[4,-1],[4,-11],[-2,-3],[6,-8],[-2,-3],[3,-4],[-1,-14],[5,14],[2,-7],[2,4],[3,-6],[2,3],[3,-5],[-3,-4],[8,-12],[-1,-8],[7,1],[-2,-4],[6,-7],[33,-12],[12,-2],[7,26],[-1,8],[20,-3],[12,15],[9,-21],[8,-8],[-7,-14],[4,-18],[24,-26],[9,1],[11,13],[14,6],[9,-5],[9,-18]],[[2625,7258],[5,-16],[4,-2],[4,-11],[8,-9],[2,-12],[4,-7],[6,0],[9,-10],[5,0],[-12,-66],[26,-16],[1,-12],[-3,-4],[0,-17],[-8,-29],[-18,22],[-3,-11],[4,-2],[-4,-25],[15,-4],[10,-19],[-9,3],[0,-32],[-13,-3],[-2,-7],[-14,5],[-7,-13],[8,-22],[9,5],[5,-11],[9,5],[6,-14]],[[2302,7278],[2,10],[10,14],[2,10],[12,9],[9,16],[9,0],[2,9],[5,5],[25,-3],[8,4],[0,-5],[11,1],[3,5],[16,-2],[-5,4],[0,21],[2,-1],[1,4],[6,-3],[-3,3],[5,15],[3,0],[1,6],[-2,3],[3,7],[4,-5],[7,3],[0,11],[8,0],[1,5]],[[2447,7424],[7,-22],[3,0],[3,6],[3,-7],[10,-8],[-1,-10],[-6,0],[0,-4],[3,-9],[16,-24],[4,-1],[2,3],[14,-3],[1,-6],[11,9],[2,-3],[8,5],[10,-16],[4,5],[79,-45],[3,-15],[-6,-12],[6,-2],[0,-5],[2,-2]],[[8561,4527],[-13,0],[0,-8],[4,-8],[3,-29],[-18,7],[-12,2],[-11,-14],[-6,-33],[28,-18],[17,-7],[0,3],[10,0],[1,-5],[15,1],[1,-11],[12,-1],[6,-12],[0,-10]],[[8313,4525],[4,0],[9,12],[9,0],[5,5],[13,-6],[15,-15],[6,0],[-2,25],[-14,3],[-3,31],[-5,-1],[-4,23],[12,6],[2,8],[18,4],[2,-13],[6,9],[9,5],[-1,4],[8,2],[2,-7],[19,4],[6,-9],[2,-1],[-4,10],[-8,6],[-1,7],[4,1],[-2,13],[-4,2],[-1,11],[9,3],[1,-13],[11,-1],[6,-10],[9,0],[-2,6],[4,4],[-6,15],[-2,16],[3,3],[36,5]],[[8484,4692],[3,-16],[-4,-2],[0,-9],[8,-5],[3,-34],[24,-3],[-13,-39],[6,-2],[44,8],[6,-63]],[[1696,7487],[2,2],[-4,24],[-9,5],[-2,-2],[-4,1],[-1,6],[0,23],[-6,4],[-2,10],[-10,-2],[0,11],[7,12],[-1,6],[-6,2],[0,7],[-21,15],[11,0],[16,7],[7,30],[-15,39],[-6,28]],[[1652,7715],[8,-8],[29,5],[-1,-7],[4,-5],[19,-1],[8,-5],[0,-4],[13,-1],[8,5],[10,1],[3,8]],[[1753,7703],[18,-5],[0,-4],[-12,-2],[-2,-19],[2,0],[1,-5],[2,0],[0,-7],[7,3],[7,-7],[5,2],[2,-4],[4,-1],[1,-3],[14,-3],[0,-22],[7,-4],[-4,-33],[15,-11],[19,-28],[5,-30],[-6,-2],[-10,-15],[-1,1],[-4,-4],[-4,2],[-3,-15],[1,-13],[-1,-18],[4,-8],[-1,-4]],[[5710,6181],[18,-23],[19,-12],[19,-22],[14,-8],[10,-28],[35,0],[21,4],[14,-7],[16,-23],[20,11],[4,6],[19,3],[6,-4]],[[5925,6078],[-5,-18],[-22,-27],[-18,-34],[-9,-27],[6,-16],[6,-6],[60,-28],[2,-31],[-18,-7],[-24,-19],[8,-15],[5,-59],[-6,-4],[10,-9],[5,-8],[9,0],[1,-8],[-16,-3],[0,-12],[-28,-7],[1,-6],[-34,5]],[[5586,6049],[6,2],[20,-9],[13,37],[15,18],[8,-10],[17,-15],[17,57],[22,60]],[[5704,6189],[6,-8]],[[3389,7160],[8,-4],[4,4],[8,-2],[2,-5],[-6,-26],[12,0],[-3,-11],[-4,-5],[7,-7],[2,-8],[13,7],[3,26],[6,-15],[2,2],[4,-8],[16,7],[2,-5],[16,-6],[-1,-23],[-4,-4],[1,-7],[-5,-3],[1,-23]],[[3473,7044],[0,-6],[-5,-4],[0,-6],[-15,-25],[3,-4],[1,-22],[-6,-34],[-18,-31],[-2,-8],[-7,3],[-7,-1],[2,-7],[-7,-9],[-7,4],[-9,-13],[-1,-13],[12,-3],[2,-6],[-9,-11],[3,-5],[-10,-1],[-15,-40],[1,-13]],[[3234,7033],[9,0],[1,27],[-5,3],[1,6],[-3,16],[6,-4],[5,15],[-4,8],[2,4],[-7,17],[4,7],[0,14],[-3,2],[-2,22],[2,2],[15,1],[6,9],[1,5],[6,4],[5,-19],[13,-2],[17,-17],[9,0],[1,8],[6,0],[1,26],[4,-3],[13,0],[5,-5],[8,6],[14,-11],[25,-14]],[[6062,5998],[8,-11],[2,-12],[6,-5],[6,-17],[10,-19],[-6,-8],[5,-17],[-2,-14],[5,-8],[9,7],[9,-14],[-5,-6],[5,-4],[2,-8],[13,7],[1,9],[7,-10],[3,3],[1,81],[-4,21],[3,1],[8,-13],[3,-8],[1,-19],[5,3],[7,-14],[8,-4],[-8,-28],[-6,3],[-5,-3],[-2,-7],[7,-11],[7,2],[10,-6],[-5,-11],[9,-20],[1,-15],[3,2],[6,-22],[-19,-19],[1,-3],[-3,-2],[16,-57],[-6,-4]],[[5925,6078],[19,-13],[22,-3],[20,14],[18,-52],[12,-9],[6,-14],[24,1],[8,-4],[8,0]],[[4978,6537],[-4,-13],[-3,-24],[12,-3],[-8,-12],[6,-2],[3,-17],[-6,2],[-1,-6]],[[4977,6462],[-11,10],[-11,-16],[-2,-6],[3,-14],[-5,-20],[0,-22],[-11,-15],[-5,-4],[-2,-7],[-7,1],[-5,-7],[3,-20],[-9,16],[-13,-25],[1,-23],[-5,-6],[-4,-6],[-7,3],[-12,-1],[-10,-3],[-10,-6],[8,-10],[0,-15],[-3,-5],[1,-15],[-6,0],[-6,-27]],[[4692,6520],[-4,10],[2,19],[1,-6],[-1,-13],[5,-8],[8,-3],[2,6],[11,-3],[2,-3],[9,3],[1,-6],[5,4],[5,14],[5,-10],[11,25],[-1,4],[-20,16],[1,5]],[[4734,6574],[30,-16],[9,0],[1,-12],[48,-4],[-2,-25],[15,-11],[8,6],[-3,11],[1,8],[4,-1],[6,19],[3,-1],[1,-8],[11,-15],[8,-21],[6,11],[5,2],[2,-13],[1,13],[9,0],[2,4],[4,-6],[7,0],[6,11],[8,-5],[1,-7],[9,-9],[7,15],[9,28],[8,-7],[17,1],[3,-5]],[[5151,6468],[2,-9],[-4,-11],[5,-34],[8,-13],[23,3],[3,-15],[-8,-34],[1,-6],[2,-10],[4,-5],[15,-7]],[[4977,6462],[15,-19],[2,-23],[8,-10],[9,15],[11,2],[0,-14],[4,-4],[9,16],[20,6],[2,-11],[8,0],[8,-5],[3,3],[-1,11],[4,-5],[4,13],[5,-7],[-5,-8],[8,-14],[-4,-6],[7,-7],[3,8],[-3,21],[10,-5],[-2,16],[8,-7],[-3,-5],[3,-6],[11,9],[10,-6],[4,5],[-7,4],[2,7],[-8,6],[2,-11],[-10,16],[2,18],[4,5],[9,0],[4,10],[11,-12],[7,0]],[[3666,7070],[-1,-9],[2,-12],[5,-6],[21,-1],[-2,-29],[-6,-11],[0,-5],[11,-6],[-5,-22],[-9,-5],[9,-7],[-2,-4],[-13,0],[3,-12],[20,-6],[5,4],[9,14],[2,-2],[-8,-9],[0,-15],[-2,-3],[16,-10],[-6,-32]],[[3473,7044],[6,15],[17,1],[0,14],[2,8],[15,-2],[4,4],[13,-1],[37,-16],[4,3],[2,7],[4,-4],[3,4],[2,5],[13,-5],[0,-7],[11,9],[11,21],[17,-6],[3,4],[14,-20],[15,-8]],[[6719,5426],[3,-2],[5,7],[-2,5],[6,17],[2,14],[-3,0],[-1,11],[17,20]],[[6746,5498],[1,4],[-4,7],[0,4],[3,-3],[3,11],[3,-2],[3,4],[5,1],[2,11],[4,2],[-2,-4],[5,0],[0,6],[3,-2],[4,6],[6,-4],[2,-10],[9,-12],[-8,-11],[2,-5],[16,-4],[47,-1],[10,-17],[105,131]],[[6965,5610],[0,-24],[16,-10],[1,-26],[6,-5],[-3,-36],[7,-15],[3,-1],[-3,-27],[6,4],[7,-6],[18,30],[17,-29],[-8,-12],[13,-22],[-2,-4],[7,-14]],[[3052,7263],[3,1],[-1,-27],[9,-14],[-2,-9],[-12,-1],[-2,-11],[-9,1],[-3,-27],[5,-7],[-3,-6],[-3,0],[-1,-10],[4,-2],[-8,-21],[29,-12],[5,-18]],[[2826,6889],[7,7],[-4,5],[-3,11],[4,6],[-5,6],[4,1],[12,21],[6,22],[-10,30],[-9,0],[-17,38],[11,4],[1,8],[15,-5],[3,51],[-2,1],[0,5],[-3,1],[2,23],[-2,10],[4,5],[2,12],[6,0],[1,3],[9,-4],[9,3],[1,16],[19,-5],[7,27],[5,15],[-1,6],[2,15],[-1,57],[2,25],[2,76]],[[2903,7385],[20,-24],[0,6],[12,-1],[-2,-18],[11,-2],[0,-2],[10,-1],[1,-8],[4,-13],[18,-18],[3,-1],[9,26],[11,0],[8,16],[9,0],[5,-19],[-6,-34],[9,-1],[1,-25],[6,4],[0,-35],[12,3],[-3,19],[11,6]],[[1332,7694],[5,-5],[10,17],[3,1],[3,10],[-10,9],[1,3],[15,-8],[12,2],[5,14],[6,6],[7,23]],[[1389,7766],[18,-7],[29,4],[4,-8],[0,-18],[12,-3],[38,12],[0,13],[-2,9],[22,42],[3,0],[4,6],[-10,-1],[-2,3],[-1,11],[4,10],[5,2],[4,12],[-1,2],[4,7],[8,0]],[[1528,7862],[28,0],[6,-18],[19,-25],[-6,-16],[-1,-8],[19,13],[7,0],[8,-8],[10,-5],[7,1],[7,-3],[-6,-16],[-10,-5],[-2,-8],[5,-3],[3,1],[0,-12],[30,-32],[0,-3]],[[9233,4352],[-8,-22],[-1,-19],[4,-11],[-2,-12],[-22,0],[1,-22],[-4,-10],[8,-20],[-5,-8],[0,-38],[-6,-2],[-4,-18],[2,-2],[-1,-42],[-10,1],[-10,-7],[-1,24],[-38,-2],[0,-36],[-19,-1],[-1,-3],[0,-16],[-7,-12],[-65,0],[-23,0],[0,-34],[-56,0]],[[8869,4313],[-33,33],[2,13],[-9,6],[9,28],[-7,3],[-33,0],[0,7],[-21,4],[-4,4],[4,6],[-5,9],[33,41],[12,-3],[15,11],[16,32],[8,-1],[4,-21],[8,2],[6,-9],[6,-3],[14,1],[5,3],[-8,22],[13,15],[0,-7],[13,-10],[1,-9],[-11,-10],[4,-9],[6,1],[-2,-10],[6,-10],[7,-1],[2,-8],[-4,0],[10,-8],[20,29],[-8,11],[13,22],[8,-8],[8,-1],[0,-7],[7,-6],[-1,-9],[27,-14],[5,-11],[11,4],[0,6],[16,9],[5,-4],[7,9],[3,-4],[2,-22],[19,-8],[-1,37],[20,1],[-1,-24],[7,-30],[20,17],[10,5],[14,-6],[10,4],[20,-21],[5,6],[1,-16],[-5,-16],[4,-37],[15,7],[0,10],[36,-16]],[[1316,7937],[4,-4],[0,-14],[-9,-30],[10,-11],[7,10],[17,-10],[-7,-22],[0,-8],[41,-26],[-2,-25],[-5,-10],[0,-10],[17,-11]],[[1084,7819],[-5,1],[-5,8],[2,6],[1,1],[1,5],[0,4],[-1,5],[0,7],[-1,5],[-1,3],[-3,2],[-2,-1],[-1,1],[-2,3],[-2,2],[1,10],[0,2],[1,5],[1,4],[0,10],[0,5],[1,2],[1,3],[0,7],[-4,3],[-3,1],[-5,-4],[-5,0],[-3,2],[-4,3],[-4,5],[-1,6],[-1,4],[0,2],[0,11],[1,7],[-1,2],[-1,3],[-1,3],[-1,3],[0,5],[1,0],[1,1],[2,-2],[1,0],[0,-1],[1,2],[-1,6],[-2,3],[-2,2],[-1,1],[-1,0]],[[1036,7987],[1,6],[13,4],[3,9],[4,2],[2,-11],[5,-8],[19,18],[0,6],[7,5],[-1,7],[4,9],[9,2],[-2,-16],[1,-26],[7,-14],[7,7],[25,0],[4,-18],[4,-7],[9,-5],[7,18],[12,1],[-1,-9],[9,-7],[3,-26],[5,-4],[4,4],[1,4],[14,-1],[10,-24],[16,0],[8,7],[9,-14],[2,10],[-3,11],[10,4],[2,10],[41,3],[10,-7]],[[4037,6777],[5,-2],[12,14],[6,-16],[4,3],[-1,2],[6,8],[-4,17],[9,12],[19,-20],[4,11],[-1,9],[16,2],[0,4],[10,3],[4,7],[-1,5],[3,5],[9,-5],[11,22],[7,-5],[6,11],[-8,6]],[[4153,6870],[20,26],[8,7],[17,-27],[30,21],[25,-31],[11,-6],[11,22],[-2,2],[4,8],[2,-6],[9,0],[0,11],[28,39]],[[4316,6936],[6,-22],[7,3],[2,-3],[-3,-3],[3,-6],[3,2],[3,-2],[-4,-13],[-4,-1],[-6,-11],[-3,-13],[1,-4],[5,4],[5,-5],[-6,-4],[0,-6],[-3,-5],[2,-6],[5,-2],[2,-9],[-7,-7],[-3,1],[1,-11],[-2,-5],[6,2],[1,4],[19,-3],[7,-5],[-1,-14],[-17,-18],[-2,-6],[-14,-9],[-12,11],[-24,-3],[-16,-15],[4,-9],[-2,-3],[1,-2],[17,-9],[-10,-21],[8,-13],[-11,-23],[-18,16],[-12,-2],[0,-4],[5,-12],[13,-7],[20,-26],[2,-37]],[[2625,7258],[14,4],[2,20],[7,-1],[5,-12],[5,21],[-10,10],[4,12],[7,-4],[1,4],[14,-1],[1,-15],[9,-13],[-1,13],[5,8],[0,23],[-12,0],[-2,-5],[-7,9],[5,17],[13,2],[-1,8],[2,13],[76,-29],[1,4],[-4,4],[0,8],[3,11],[2,29],[-14,6],[1,4],[-1,4],[-4,-5],[-10,4],[1,5],[-2,10],[-8,-4],[0,27],[26,4],[0,12],[25,2],[5,-2],[13,-16],[7,7],[-10,7],[9,22],[-2,0],[7,8],[3,-2],[5,8],[13,-4],[8,10]],[[2836,7505],[30,-22],[1,-21],[-5,-15],[2,-12],[7,4],[14,-3],[5,1],[30,-32],[0,-9],[-8,-6],[1,-7],[-10,2]],[[2185,7701],[3,-3],[5,-53],[-3,0],[-1,-31],[-7,7],[-14,-45],[12,-14],[-7,-17],[3,-2],[-2,-9],[-5,1],[3,-31],[-13,-8],[-37,17],[-27,-1],[6,-12],[-5,-20],[14,-17],[8,0],[14,-40],[1,-12],[17,-30],[20,-23],[11,4],[1,-6],[6,6],[5,-5],[10,8],[5,-3],[-9,-36]],[[1833,7431],[13,-1],[10,4],[-4,12],[-17,-2],[-1,18],[10,-3],[0,21],[4,13],[4,0],[3,7],[4,-2],[3,11],[7,1],[14,15],[20,5],[9,19],[1,-10],[-2,0],[-3,-5],[5,-3],[4,11],[-1,10],[9,11],[2,-7],[6,-1],[1,4],[27,10],[2,15],[-1,9],[3,6],[10,-4],[5,14],[7,42],[-5,17],[4,10],[16,-19],[29,1],[12,-13],[26,4],[-12,30],[-1,14],[2,10],[-5,15],[-10,3],[-5,23],[3,10],[13,6],[9,1],[8,-2],[3,3]],[[2074,7764],[9,1],[0,-4],[6,-1],[-1,-12],[3,-14],[-4,0],[-4,-7],[25,-30],[5,7],[15,-7],[3,-6],[-4,-13],[-3,1],[-3,-7],[3,-9],[5,2],[6,-5],[5,3],[6,-1],[3,-7],[24,20],[12,26]],[[4753,6655],[5,-18],[-6,-8],[-2,-37],[-17,0],[1,-18]],[[4505,6523],[-13,11],[-1,22],[-6,1],[-2,6],[2,4],[-4,3],[-5,-5],[-14,11],[-7,15],[8,14],[31,-13],[7,20],[11,11],[-18,25],[6,34],[-4,-1],[0,16],[8,5],[8,0],[0,7],[6,-2],[-2,-9],[12,-4],[4,5],[7,-4],[-3,-6],[13,-3],[2,5],[25,-9],[1,3],[-8,5],[2,50],[33,-4],[1,24],[51,13],[-1,32]],[[4655,6805],[56,13],[8,-6],[24,-9],[0,-107],[-5,0],[7,-24],[1,-16],[7,-1]],[[2377,7671],[6,2],[13,-11],[2,-9],[12,0],[-4,-13],[-9,-9]],[[2397,7631],[-5,1],[-22,-9],[-5,-18],[-28,0],[-11,-39],[-1,-14],[-22,-26],[-10,0],[-8,5],[-12,-1],[-9,-6],[13,-15],[12,7],[5,-9],[-1,-4],[0,-7],[6,-4],[1,-5],[-5,-9],[-2,-13],[4,-5],[10,-1],[-10,-21],[0,-11],[-4,-14],[10,-16],[-5,-7],[-34,9],[-4,-29],[-10,1],[-3,-6],[12,-8]],[[2185,7701],[8,13],[-3,7],[3,4],[3,-4],[5,3],[3,-5],[6,0],[10,15],[11,-7],[11,-13],[7,6],[5,-1],[2,11],[9,-3],[5,7],[5,0],[2,-17],[4,-3],[4,-10],[-2,-31],[10,3],[6,9],[11,0],[4,4],[0,5],[9,1],[-4,-12],[3,-5],[8,3],[19,-29],[13,11],[15,8]],[[5530,6332],[11,-40],[11,-7],[7,-12],[13,-3],[10,2],[29,3],[15,-6],[17,-13],[7,-8],[5,-27],[6,-11],[8,-8],[10,1],[25,-14]],[[5151,6468],[1,16],[27,-2],[-1,18],[-8,9],[-1,28],[2,23],[4,7],[12,13],[11,-7],[-1,-8],[9,-6],[-2,13],[11,4],[4,-13],[12,27],[14,1],[9,-5]],[[5254,6586],[7,-14],[26,-11],[37,-1],[8,-7],[4,-32],[10,-29],[29,-23],[10,9],[10,1],[8,-10],[10,-1],[8,-9],[3,-19],[20,-12],[7,-14],[21,8],[5,-6],[-3,-23],[1,-14],[4,-14],[8,-16],[8,-8],[35,-9]],[[2541,7608],[-3,-14],[6,-7],[-1,-9],[-10,1],[-4,-34],[-10,2],[-6,-37],[-12,2],[-7,-33],[-15,7],[-10,-4],[-10,-35],[-17,-12],[5,-11]],[[2397,7631],[24,-12],[7,13],[-4,14],[6,7],[3,0],[11,7],[10,19],[12,2],[3,14],[7,0],[1,-7],[8,1],[16,-9],[8,-8],[10,-18],[-1,-11],[13,-20],[6,-3],[-3,-8],[7,-4]],[[3924,7177],[-7,-17],[21,-10],[7,-7],[-1,-12],[2,-13],[-4,-11],[-6,-3],[-2,-15],[14,-5],[12,-32],[-17,-15],[0,-6],[5,-10],[0,-5],[-4,1],[4,-12],[3,-1],[-3,-27],[-35,6],[0,-3],[5,-6],[-6,-14],[0,-6],[2,-10],[10,-11],[7,-44],[-8,-9]],[[3666,7070],[6,39],[16,9],[0,6],[3,2],[3,7],[10,-8],[13,3],[5,8],[2,9],[-16,13],[1,4],[-3,2],[12,29],[-2,5],[5,14],[5,2],[1,5],[8,1],[4,20],[5,11],[26,-21],[-8,-16],[11,-5],[1,12],[13,-2],[1,4],[9,5],[-1,5],[5,6],[6,-1],[4,-13]],[[3811,7225],[21,-11],[1,2],[4,-5],[4,15],[10,-3],[6,-5],[6,2],[6,-15],[1,-6],[33,6],[0,-8],[-3,0],[0,-6],[14,2],[3,-14],[7,-2]],[[7826,5185],[-30,-62],[4,-4],[-22,-42],[-3,4],[-9,-16],[-18,7],[-2,-6],[-15,-10],[1,-5],[-8,-8],[1,7],[-7,-2],[0,10],[4,13],[-10,2],[0,6],[-18,4],[-4,10],[-2,0],[32,-135],[-7,3]],[[7399,5178],[-1,7],[18,8],[-15,77],[15,-6],[1,15],[-3,15],[-3,-2],[4,25],[6,12],[19,23],[-4,9],[8,14],[-2,4],[10,18],[4,-2],[6,9],[3,-3],[19,36],[0,33],[-9,12],[4,14]],[[7479,5496],[26,-34],[5,8],[5,-6],[-5,-8],[9,-12],[5,7],[3,-5],[1,-10],[26,-35],[7,13],[9,-10],[9,14],[4,-4],[10,22],[22,-25],[5,4],[-14,-27],[4,-5],[-16,-29],[10,-13],[-8,-12],[3,-4],[12,11],[4,0],[2,8],[10,-2],[6,13],[25,-26],[18,36],[9,-10],[-2,-8],[23,-26],[10,27],[19,-7],[6,12],[-5,6],[1,10],[6,10],[21,-23],[14,29]],[[7778,5385],[32,-36],[2,3],[8,-8],[-9,-12],[0,-15],[-8,-21],[36,-42],[-26,-54],[13,-15]],[[8548,4868],[-5,-37],[-17,10],[-1,-21],[-8,-10],[-6,1],[-20,-16],[-3,13],[-25,-6],[-22,-34],[-4,-3],[1,-4],[31,3],[15,-9],[-5,-7],[6,-10],[-2,-10],[4,-21],[-3,-15]],[[8148,4596],[10,20],[-13,133],[6,-1],[2,-7],[3,2],[0,16],[3,-5],[4,7],[17,1],[-13,144],[-21,-5],[-2,15],[-29,-6],[-5,44],[4,1],[-1,11]],[[8113,4966],[12,-5],[21,1],[-1,14],[13,3],[0,17],[8,-16],[5,-4],[2,18],[3,1],[9,-23],[13,2],[-1,8],[18,-6],[2,-2],[2,-19],[13,1],[1,4],[23,-2],[2,4],[8,0],[8,-3],[1,-15],[50,10],[0,14],[6,32],[19,2],[5,-8],[9,0],[-1,14],[27,1],[0,-25],[23,5],[0,-5],[11,2],[0,7],[37,7]],[[8461,5000],[5,-46],[9,7],[8,-13],[-6,-9],[1,-2],[3,-9],[3,2],[5,-13],[24,27],[13,-8],[8,-13],[9,-24],[4,7],[5,-3],[-4,-35]],[[3354,7362],[-3,-22],[-3,-3],[-4,1],[-7,-20],[-4,0],[-3,-5],[46,-57],[19,-73],[-9,-5],[-1,-9],[3,1],[3,-5],[-2,-5]],[[3052,7263],[-3,8],[4,2],[0,7],[-4,2],[3,10],[5,4],[8,-6],[0,3],[-7,11],[1,10],[13,6],[4,-8],[-3,-4],[2,-2],[28,6],[3,-9],[9,4],[0,18],[-11,0],[-2,9],[29,6],[2,-8],[22,-8],[2,4],[8,-4],[-2,-15],[4,-4],[1,54],[7,1],[4,10],[6,-3],[4,16],[3,5],[6,-6],[28,-6],[0,9],[-3,1],[0,5],[4,0],[5,44],[18,-11],[5,14],[10,-5],[13,15]],[[3278,7448],[6,4],[70,-90]],[[6326,6106],[1,-25],[24,-27],[48,-4],[24,-26],[-5,-48],[-20,-16],[-6,-48],[71,-20],[-4,-28],[4,3],[8,-12]],[[6471,5855],[-7,-33],[6,-19],[-18,-25],[8,-38],[-26,-14],[2,-4],[0,-26]],[[6062,5998],[10,16],[13,9],[27,42],[17,-1],[0,-7],[15,0],[0,11],[19,-10],[16,6],[2,-5],[5,3],[7,-4],[1,13],[6,-13],[5,12],[-3,3],[6,18],[-3,3],[1,4],[3,-2],[7,19],[1,9],[14,-16],[21,2],[4,6],[-1,3],[7,9],[5,-5],[0,-4],[5,0],[8,9],[5,7],[-4,42],[16,-4],[5,-41],[4,-9],[1,-10],[19,-7]],[[2042,7797],[-11,-17],[3,-9],[3,8],[7,0],[10,5],[18,-14],[2,-6]],[[1753,7703],[12,46],[-16,-4],[2,25],[-3,2],[1,13],[-4,3],[0,23],[10,-1],[9,-21],[13,1],[0,-5],[11,-1],[0,3],[8,0],[0,-3],[7,-2],[5,6],[-5,8],[-6,0],[0,8],[-2,0],[0,5],[2,1],[-13,11],[0,7],[-6,-4],[1,10],[2,-5],[3,8],[5,3],[4,-2],[3,3],[0,32],[-4,3],[4,8],[11,-26],[32,-7],[-2,16],[5,7],[4,-9],[13,5],[8,8],[7,1],[19,12],[2,-2],[9,8],[5,1],[7,-5],[-3,21],[5,5],[11,-4]],[[1929,7915],[38,13],[1,-27],[4,-4],[10,-22],[-7,-5],[0,-8],[18,-3],[18,10],[8,-10],[4,0],[-1,-4],[14,-48],[6,-10]],[[8163,5184],[1,-11],[-30,-6],[3,-38],[-15,-3],[3,-53],[6,1],[3,-34],[-6,6],[-9,-9],[5,-6],[-7,-3],[3,-45],[-3,-6],[-5,1],[1,-12]],[[7903,4793],[-5,47],[20,6],[-3,41],[42,9],[-2,22],[35,8],[-5,53],[21,5],[-5,64],[-3,15],[-4,2],[-3,8],[-4,-2],[1,8],[-2,4],[-6,1],[-3,7],[4,6],[42,10],[-1,15],[10,2],[-4,41],[8,6],[26,6],[6,-2],[5,4],[16,-2],[6,-5],[4,1],[-1,16],[3,2],[-5,37],[15,3]],[[8111,5231],[7,1],[0,-5],[20,4],[7,-23],[6,0],[1,-10],[9,2],[2,-16]],[[6746,5498],[-9,12],[-6,-9],[-9,-1],[0,45],[17,1],[9,6],[-12,4],[1,19],[6,0],[1,-4],[8,8],[-2,11],[-7,0],[1,20],[-17,16],[3,6],[-6,8],[6,55],[23,55],[-6,7],[1,4],[-10,10],[3,10],[7,10],[5,0],[0,7],[6,7],[-2,7],[19,13],[-2,8],[5,7],[4,28],[-3,21],[34,-37],[7,10],[12,-14],[9,12],[7,-8]],[[6849,5852],[10,-12],[7,1],[8,8],[-5,12],[6,30],[9,-5],[1,15],[-2,4],[2,5],[3,-3],[14,17]],[[6902,5924],[10,-24],[4,-6],[13,-1],[0,-7],[8,-25],[-6,-7],[2,-6],[-13,-12],[7,-17],[13,11],[26,-65],[-5,-7],[13,-28],[-5,-6],[8,-20],[-11,-6],[7,-14],[4,3],[18,-30],[-6,-7],[3,-6],[-27,-34]],[[7826,5185],[17,30],[16,-21],[-2,-5],[3,-4],[20,41],[-6,7],[33,72],[-12,8],[1,2],[14,-3],[19,37],[44,-50],[2,-9],[8,0],[1,-11],[5,0],[1,-6],[36,8],[-1,9],[11,3],[-1,8],[17,4],[1,-7],[19,5]],[[8072,5303],[4,-37],[17,5],[1,-5],[14,0],[3,-35]],[[4604,7000],[12,-20],[2,-38],[12,2],[8,6],[1,-8],[5,0]],[[4644,6942],[-4,-25],[17,-11],[15,-21],[-7,-15],[-3,-20],[-16,-3],[0,-44],[9,2]],[[4316,6936],[4,7],[9,3],[9,18]],[[4338,6964],[8,-14],[25,-15],[0,-3],[6,-4],[7,-9],[3,-12],[4,2],[10,-34],[35,3],[8,-3],[2,8],[9,-4],[13,6],[12,-5],[3,4],[4,-2],[14,6],[8,-10],[47,46],[3,7],[-27,20],[-4,18],[12,6],[8,10],[3,20],[4,-1],[8,6],[5,-4],[9,5],[13,1],[8,-12],[6,0]],[[3203,7559],[9,-4],[7,-22],[-5,-8],[-15,6],[0,-5],[11,-12],[19,3],[11,-6],[22,-7],[3,-7],[-3,-28],[16,-21]],[[2836,7505],[-10,8],[6,39],[14,30]],[[2846,7582],[16,1],[13,-6],[2,3],[11,-6],[5,10],[8,-5],[-1,-10],[6,-14],[5,0],[8,6],[8,20],[16,-11],[-1,-5],[12,-12],[18,-4],[13,24],[7,10],[7,-2],[13,3],[5,4],[19,-7],[6,2],[3,8],[5,1],[3,-8],[2,-17],[4,-5],[10,-3],[9,13],[4,2],[0,4],[9,-11],[0,-18],[5,-4],[2,4],[7,0],[4,-3],[0,7],[12,15],[6,-10],[1,5],[10,-2],[4,28],[6,-1],[3,-7],[4,2],[3,-7],[7,-4],[11,1],[10,-7],[3,2],[14,-9]],[[1483,8131],[5,-1],[2,-25],[-1,-10],[20,-4],[21,-24]],[[1530,8067],[-22,-22],[18,-10],[6,-7],[1,-26],[11,-4],[2,-23],[4,-7],[-3,-5],[0,-33],[3,-11],[-2,-16],[-21,4],[-12,9],[-6,-15],[0,-13],[3,-3],[-2,-7],[6,-6],[10,0],[2,-10]],[[1316,7937],[4,1],[6,12],[2,15],[15,-1],[1,4],[9,-4],[8,10],[11,7],[4,28],[-23,7],[11,37],[-15,5],[-13,-3],[-2,24],[9,2],[-3,11],[8,16],[3,1],[11,31]],[[1362,8140],[7,-9],[13,-11],[20,-23],[10,2],[6,6],[14,28],[4,15],[36,-22],[5,1],[6,4]],[[1740,8075],[4,-2],[5,-14],[-2,-14],[-7,-6],[-2,4],[-2,-5],[7,-13],[1,2],[2,-3],[-7,-16],[-2,-12],[2,-3],[8,2],[11,-10],[6,4],[-6,0],[-4,4],[2,5],[7,-5],[-2,6],[2,1],[3,-5],[3,8],[11,-5],[2,4],[12,-9],[12,7],[1,-4],[9,3],[21,-35],[22,19],[10,13],[5,0],[1,2],[-2,5],[4,7],[2,-1],[1,-4],[6,-3],[3,-19],[28,2],[3,-5],[16,2],[4,-13],[-1,-10],[-10,-7],[0,-37]],[[1530,8067],[10,18],[4,-2],[11,1],[7,11],[7,-5],[4,22],[9,-17],[4,6],[-1,-8],[-6,-12],[1,-19],[2,-7],[24,1],[5,-7],[0,-6],[5,0],[7,6],[12,-20],[7,7],[3,-7],[18,-11],[-1,-25],[11,-8],[5,14],[12,0],[2,23],[-2,1],[-1,4],[3,2],[-7,21],[0,21],[-10,-8],[2,13],[5,8],[9,1],[4,4],[0,6],[8,5],[2,-2],[5,2],[3,-15],[14,7],[-2,-7],[5,-12],[1,4],[9,-2]],[[2797,7725],[1,-13],[5,-24],[30,-25],[0,-19],[5,-8],[13,4],[5,-2],[-7,-24],[1,-21],[-4,-11]],[[2541,7608],[2,10],[5,4],[-2,-23],[13,1],[6,7],[5,1],[2,9],[-15,-6],[0,7],[3,2],[0,16],[5,-1],[3,6],[-2,7],[22,4],[1,11],[5,13],[4,-1],[1,-6],[10,-9],[9,15],[4,15],[12,15]],[[2634,7705],[9,-10],[11,-9],[15,-3],[10,-5],[3,11],[11,8],[6,25],[13,-7],[16,-4],[2,6],[-5,8],[4,17],[4,9],[4,-3],[1,8],[7,-3],[8,11],[2,-4],[5,-3],[-2,-17],[3,-17],[9,3],[27,-1]],[[3924,7177],[15,8],[3,-15],[9,3],[2,-8],[1,4],[14,5],[-4,19]],[[3964,7193],[4,2],[4,-19],[2,0],[0,-3],[-2,0],[1,-6],[-3,-2],[-1,-3],[2,-7],[17,-35],[17,27],[-4,21],[32,-1],[7,-6],[12,3],[-7,13],[5,14],[6,3],[5,8],[-6,25],[13,5],[1,12],[15,-4],[19,12],[41,-13],[6,8]],[[4150,7247],[5,-11],[22,-19],[-18,-14],[-2,-33],[8,-3],[-13,-12],[27,-49],[0,-29],[-14,-15],[5,-3],[-1,-13],[9,-19],[-2,-6],[8,-18],[7,-7],[-4,-10],[2,-4],[8,3],[1,-8],[-4,-5],[6,-20],[-5,-4],[2,-10],[-36,-27],[-3,-10],[-9,-6],[-5,-16],[-3,0],[2,-10],[10,1]],[[8966,4841],[-9,10],[-8,5],[-5,-5],[-7,1],[-8,-5],[-4,-12],[7,-4],[15,-3],[3,-8],[-7,6],[-15,-1],[3,-8],[0,-20],[10,-8],[-3,-30],[-16,1],[-5,9],[-10,6],[-1,-7],[-4,3],[1,-7],[-4,-4],[5,-10],[-30,-12],[-7,17],[1,17],[-2,1],[-20,-18],[-4,-19],[-5,3],[0,-6],[-22,-15],[-18,-17],[0,-16],[-4,-5],[-2,23],[-17,-20],[-4,2],[-3,-5],[-9,-2],[-13,21],[-9,-2],[-7,11],[-11,-17],[-12,9],[-5,-8],[-8,16],[-9,-5],[-14,-24],[3,-12],[-3,-6],[16,3],[0,-5],[19,-1],[5,-20],[-1,-18],[-6,-16],[-7,1],[-4,-4],[-13,-3],[-5,7],[-5,2],[-16,18],[-3,-9],[-9,-3],[-7,6],[-9,-2],[-1,-13],[-6,0],[0,-12],[-11,-1],[-7,-10],[-4,6],[-17,-25],[3,-42],[-9,0],[-12,7]],[[8548,4868],[47,-13],[2,-8],[17,4],[-6,54],[17,18],[30,5],[1,-10],[23,5],[0,-5],[-9,-5],[0,-3],[12,5],[6,-40],[4,1],[-4,45],[17,-11],[1,4],[-16,15],[19,-2],[0,3],[-15,2],[-4,4],[0,3],[17,3]],[[8707,4942],[18,3],[18,-21],[-27,-5],[-1,-15],[-9,2],[0,-15],[10,-10],[3,-30],[6,3],[0,-7],[-3,-8],[-18,-8],[3,-23],[7,4],[1,-4],[17,2],[-4,-20],[10,5],[7,-4],[6,12],[29,39],[-6,0],[4,11],[11,-12],[4,11],[13,2],[-1,-6],[7,0],[1,-8],[10,0],[7,12],[-3,10],[14,7],[-7,19],[10,3],[8,6],[2,7],[15,-5],[-2,-7],[8,-5],[7,3],[2,22],[7,1],[28,12],[34,-30],[10,2],[-3,-17],[15,-2],[-9,-20],[0,-17]],[[3701,7427],[-1,-4],[20,1],[0,-18],[11,-10],[-2,-6],[5,-8],[-2,-16],[-3,-3],[-3,6],[-4,-1],[-1,-5],[5,-1],[4,-14],[12,-18],[11,-25],[12,-3],[4,6],[4,-5],[-4,-6],[1,-3],[-7,-16],[7,-11],[-6,-11],[3,-5],[26,0],[9,-5],[11,2],[-2,-23]],[[3354,7362],[11,1],[6,-15],[39,39],[-7,11],[-5,11],[13,-3],[-1,7],[8,1],[2,10],[-4,32],[6,-3],[1,4],[-1,3],[4,6],[26,0],[0,27],[19,1]],[[3471,7494],[8,-1],[4,-7],[15,-2],[0,-9],[10,-7],[3,3],[6,-6],[7,7],[23,-22],[11,28],[10,-2],[12,-15],[7,8],[14,-6],[4,13],[-11,13],[5,20],[6,7],[19,-40],[1,-23],[10,-1],[13,11],[21,2],[14,-17],[-2,-20],[20,-1]],[[7379,5747],[-1,-11],[10,6],[4,8],[2,-5],[10,-4],[-1,8],[4,-2],[2,-4],[20,-7],[4,17],[6,1],[3,-7],[16,1],[-3,-8],[2,-11],[8,0],[4,9],[6,0],[2,-8],[3,5],[7,0],[8,-8],[-3,-9],[3,-7],[-3,-3],[0,-8],[8,5]],[[7500,5705],[13,-76],[-14,-6],[-13,0],[-2,5],[-18,1],[0,-6],[-4,0],[0,-16],[8,0],[19,-28],[-3,-6],[-6,8],[-12,-22],[18,-26],[-5,-9],[7,-11],[-9,-17]],[[7104,5400],[10,-15],[8,12],[17,46],[10,21],[2,-1],[4,8],[-3,5],[10,22],[-3,10],[5,13],[2,-2],[6,13],[-5,13],[13,11],[-10,12],[-11,-19],[-20,20],[7,14],[3,-3],[30,60],[7,-7],[-4,-14],[4,-3],[10,13],[8,-9],[5,6],[6,-7],[13,26],[-4,5],[5,22],[2,0],[3,18],[3,-1],[3,14],[9,-1],[4,10],[3,34],[-1,12],[-17,6],[0,25],[15,-1],[2,7],[4,52],[15,-2],[4,15]],[[7278,5860],[16,-13],[7,-11],[-3,-3],[6,-10],[10,-2],[10,-17],[6,5],[3,-3],[0,-14],[19,-7],[-1,-10],[7,-5],[0,-2],[6,0],[-1,-13],[6,1],[5,-11],[5,2]],[[1111,8335],[20,-16],[-5,-16],[20,-30],[8,-8],[11,12],[1,10],[16,9],[19,-9],[1,-14],[-6,-17],[3,-11],[8,-3],[0,-20],[7,-8],[6,1],[3,9],[-6,5],[2,14],[29,-6],[3,-12],[17,-5],[-4,-13],[1,-6],[8,-7],[15,-5],[14,0],[27,-29],[1,-4],[32,-16]],[[1036,7987],[-1,1],[0,-1],[-4,-1],[-3,-2],[-6,1],[-2,-1],[-2,2],[-3,6],[-4,3],[-1,2],[0,3],[1,3],[1,2],[-1,3],[0,1],[-2,1],[-1,5],[1,4],[2,9],[0,5],[0,5],[1,5],[0,2],[2,1],[1,2],[1,3],[1,4],[3,8],[1,2],[3,4],[3,2],[2,1],[5,2],[7,0],[2,-1],[6,-1],[7,-2],[3,-2],[3,-1],[2,-1],[5,-1],[5,2],[3,0],[4,0],[4,1],[2,2],[5,3],[1,3],[2,2],[5,3],[4,7],[4,6],[1,1],[1,6],[0,8],[0,1],[-2,-1],[-3,-1],[-4,-1],[-2,1],[-2,3],[-4,4],[-4,2],[-6,5],[-4,7],[-3,4],[-2,1],[-3,2],[-5,1],[-3,1],[-1,0],[-2,1],[-2,4],[0,2],[-3,4],[-3,2],[0,1],[-1,1],[-2,3],[-1,3],[-4,6],[-2,3],[-2,2],[-4,2],[-1,1],[-3,7],[-3,2],[-1,1],[-1,4],[0,3],[-2,8],[0,3],[-1,1],[-2,2],[-2,1],[-3,0],[-1,0],[0,1],[-3,5],[0,1],[-1,6],[0,2],[1,1],[-1,10],[-1,6],[0,5],[0,4],[-2,4],[-3,9],[-3,6],[-1,1],[-5,6],[-3,4],[-1,2],[-5,1],[-4,1],[-1,1],[0,4],[1,2],[6,1],[0,6],[-3,6],[-4,7],[0,1],[1,3],[2,3],[3,3],[3,3],[-1,1],[-2,0],[-3,-2],[-3,4],[-1,2],[0,2],[1,3],[0,2],[0,2],[-1,7]],[[982,8341],[14,0],[8,-23],[15,-20],[25,3],[7,-4],[3,-5],[5,0],[7,-3],[3,4],[3,-3],[9,0],[7,-5],[5,28],[10,27],[5,-3],[-1,-2],[2,-2],[2,2]],[[8400,5245],[-3,-2],[11,-28],[11,5],[0,-30],[17,1],[-7,-25],[3,0],[-3,-18],[-7,-2],[-6,-23],[40,-9],[-3,-22],[2,-19],[5,1],[2,-21],[-8,-2],[0,-18],[9,2],[3,-34],[-5,-1]],[[8163,5184],[20,4],[2,8],[27,7],[2,-12],[1,1],[9,18],[0,18],[20,-9],[3,16],[-5,1],[0,12],[11,1],[-2,23],[20,9],[3,-22],[18,7],[14,-7],[-1,21],[21,1]],[[8326,5281],[2,-9],[27,-1],[4,-41],[23,1],[-2,37],[20,-23]],[[6471,5855],[4,-1],[3,8],[9,-6],[7,34],[90,-26],[3,7],[-2,7],[2,24],[2,3],[0,6],[17,1],[6,62],[-5,3],[2,15],[-7,6],[-2,-4],[-18,7],[-4,28],[4,3],[-4,11],[-3,24],[-14,18],[0,11],[12,20],[0,10],[-8,12],[-5,24],[-8,-1],[-6,71],[-6,0]],[[6540,6232],[0,8],[21,-4],[8,3],[0,3],[15,5]],[[6584,6247],[-2,-8],[-19,-7],[2,-28],[4,-18],[26,0],[2,-13],[29,-2],[6,-8],[22,8],[7,-10],[9,13],[10,-7],[2,5],[8,-2],[3,-9],[7,7],[8,-19],[2,8],[4,-2],[-1,-10],[31,-19],[18,-16],[20,4],[5,-24],[19,-11],[-12,-53],[-11,1],[9,-32],[17,3],[4,-6],[-17,-45],[15,-10],[-5,-14],[-8,6],[-4,-11],[1,-4],[15,0],[9,-15],[-1,-5],[7,-2],[1,4],[16,-26],[3,3],[9,-12],[-5,-9]],[[9094,4818],[0,-13],[13,-36],[-8,-26],[10,-13],[28,-10],[15,-1],[-2,-17],[35,-18],[14,-4],[22,-17],[-7,-33],[7,-6],[-11,-12],[4,-8],[6,-2],[6,15],[0,-22],[-7,-12],[10,-43],[114,-12],[0,-63],[13,-10],[5,5],[7,-14],[4,0],[-15,-58],[5,-31]],[[9362,4357],[-42,0],[0,-1],[-25,0],[-5,4],[-18,3],[-7,-3],[-11,4],[-2,-12],[-19,0]],[[8966,4841],[16,2],[-3,-15],[11,3],[5,16],[9,21]],[[9004,4868],[30,-5],[6,-3],[38,2],[16,-21],[0,-23]],[[4150,7247],[14,24],[8,23],[2,10],[9,6]],[[4183,7310],[12,-11],[-5,-18],[2,-4],[29,3],[6,6],[17,-8],[2,8],[50,3],[29,-11],[21,11]],[[4346,7289],[5,-8],[1,-7],[5,-2],[-10,-16],[8,-16],[18,-2],[2,-6],[5,-1],[8,4],[16,15],[-1,5],[13,-4],[2,-5],[1,-10],[-6,-1],[0,-15],[-3,-8],[8,-10],[12,-6],[2,-12],[16,-28],[-20,-2],[-10,-8],[-17,-30],[4,-13],[-3,-10],[-3,-38],[3,-4],[-3,-11],[-9,-1],[-5,8],[-28,-19],[1,-3],[-4,-4],[-8,0],[1,-8],[-3,-5],[-3,0],[3,-14],[-9,-9],[3,-21]],[[4753,6655],[15,1],[7,4],[-3,19],[3,2],[23,35],[23,22],[34,6],[-7,55],[53,-21],[5,13],[0,11],[-11,5],[-2,4],[0,6],[-7,-2],[0,9],[5,2],[0,4],[12,2],[-4,12],[4,5],[10,-8],[4,20],[13,-16],[27,59],[42,23],[5,20],[-4,13]],[[5000,6960],[39,-17],[11,7],[4,8]],[[5054,6958],[2,20],[3,12],[3,3]],[[5062,6993],[8,2],[3,-4],[-14,-23],[13,9],[18,-15],[-5,-18],[7,-1],[17,-36],[-3,-11],[-5,-4],[-22,-4],[-19,-12],[-16,-31],[-9,10],[-21,-19],[7,-25],[-17,-52],[15,-17],[-5,-29],[7,-25],[-4,-4],[-8,-35],[11,-11],[-12,-12],[4,-10],[-34,-79]],[[6326,6106],[12,16],[6,21],[5,-4],[7,16],[9,9],[-2,7],[8,3],[2,6],[4,-1],[1,-3],[7,19],[-3,20],[8,13],[5,-1],[-4,-5],[7,1],[-2,10],[5,4],[0,7],[-3,-7],[2,16],[12,11],[5,0],[0,6],[-8,7],[11,-3],[4,9],[-18,24],[-2,17],[40,-5],[-1,10],[4,6]],[[6447,6335],[0,-7],[6,-1],[6,9],[-1,6],[2,1],[4,-11],[-1,-3],[1,-7],[17,9],[2,6],[13,1],[-5,-24],[15,-10],[8,-10],[7,-5],[2,3],[6,-4],[-5,-16],[-3,-38],[19,-6],[0,4]],[[6902,5924],[14,0],[1,4],[7,-9],[11,4],[-1,11],[8,6],[0,-6],[5,-1],[8,9],[5,-1],[8,11],[3,-5],[3,4],[7,-2],[0,13],[-4,17],[10,12],[9,0]],[[6996,5991],[4,4],[5,-18],[8,18],[-4,11],[21,3],[4,-7],[21,-10],[-3,-11],[-9,1],[-4,-3],[-3,-7],[3,-1],[16,-12],[4,7],[2,-2],[5,2],[1,24],[4,13],[4,-6],[7,17],[8,-12],[8,-4],[0,-6],[20,-29],[-1,-7],[3,3]],[[7120,5959],[12,6],[4,6],[-14,21],[21,-1],[7,-9],[-3,-6],[3,-8],[4,6],[3,-5],[-4,-9],[3,-10],[4,13],[17,11],[7,-4],[0,-8],[9,-3],[5,14],[10,-3],[5,5],[12,-12],[1,-6],[-4,2],[-7,-4],[1,-22],[7,9],[13,-16],[-10,1],[0,-9],[-6,1],[-4,-5],[1,-8],[15,-2],[5,-7],[4,16],[5,-3],[7,2],[0,-8],[6,-2],[-1,-10],[5,-8],[3,7],[0,-6],[6,4],[5,-7],[4,4],[2,-18],[-5,-8]],[[7634,5752],[23,-20],[-7,-11],[15,-19],[-3,-5],[0,-4],[26,-28],[-18,-36],[15,-17],[-18,-24],[18,-13],[7,-1],[12,-9],[-5,-34],[33,0],[18,-30]],[[7750,5501],[-3,-4],[3,-17],[-9,-3],[12,-21],[-11,-31],[36,-40]],[[7500,5705],[5,2],[-1,11],[4,8],[9,1],[1,-19],[9,-4],[4,11],[9,-8],[4,6],[3,-2],[-2,-10],[7,-21],[8,3],[-2,13],[5,0],[5,10],[15,-2],[-1,14],[14,6],[3,15],[14,-3],[3,-4],[8,7],[4,-3],[3,6],[-5,4],[2,12],[6,-6]],[[2415,7929],[10,-17],[15,2],[5,-7],[-11,-20],[-4,9],[-5,-9],[5,-4],[-5,-13],[-4,-2],[0,-16],[-3,-6],[4,-14],[-10,0],[-12,-12],[-9,-1],[-11,-22],[11,-25],[-7,-16],[-8,4],[1,-20],[-24,-1],[-12,-13],[5,-1],[-2,-7],[4,-2],[0,-3],[12,0],[2,-19],[8,0],[7,-23]],[[2042,7797],[8,15],[-11,18],[12,26],[5,16],[8,11],[0,9],[3,9],[2,16],[-3,5],[3,1],[-4,21],[2,18],[7,19],[1,42],[5,13],[5,6],[-1,18],[3,3],[4,-4],[3,3],[13,-7],[3,5],[3,-7],[6,1],[5,-5],[8,2],[4,-5],[6,5],[7,-3],[4,24],[8,2]],[[2161,8074],[-4,-3],[4,-2],[1,-6],[4,11],[3,-1],[1,4],[1,-2],[2,5],[0,-4],[11,-17],[-1,-1],[-2,-7],[2,0],[-2,-8],[0,2],[-5,0],[-3,-11],[14,-17],[0,4],[11,-9],[1,-8],[5,-9],[-2,-3],[3,-9],[9,-8],[3,1],[14,-5],[8,3],[11,26],[1,25],[4,5],[9,-19],[8,52],[4,0],[14,9],[0,-17],[4,-9],[4,1],[0,-12],[5,0],[1,-5],[3,1],[0,-11],[11,-1],[2,24],[9,-17],[4,0],[2,-5],[17,-14],[5,17],[7,-9],[8,4],[4,-18],[-25,-43],[2,-12],[5,-6],[2,3],[4,1],[0,-5],[2,3],[1,-3],[0,4],[12,-3],[5,-7],[7,9],[6,0],[0,4],[4,5],[2,-5],[1,5],[3,-5],[-2,-3],[4,2],[-1,-7],[7,-9]],[[2575,7959],[2,-5],[-4,-13],[11,-4],[-6,-23],[4,-5],[-2,-12],[4,-1],[-1,-16],[4,-7],[6,0],[-5,-17],[-6,-4],[0,-14],[-4,-5],[-1,-12],[-10,-7],[4,-21],[9,-6],[5,-9],[8,0],[-4,-6],[0,-7],[4,-4],[1,-8],[4,0],[1,-17],[19,-2],[14,-15],[-1,-11],[3,-3]],[[2415,7929],[-1,24],[4,7],[23,3],[9,-14],[14,-5],[22,7],[8,8],[8,-4],[14,-1],[1,15],[27,3],[2,-8],[15,0],[5,20]],[[2566,7984],[9,-25]],[[5296,6838],[6,-8],[-12,-4],[-2,-65],[-6,-2],[1,-18],[14,0],[-1,-23],[-9,-8],[-9,-49],[-4,-4],[-1,-6],[8,-9],[-15,-38],[-12,-18]],[[5062,6993],[3,13],[7,6],[22,-2],[17,5],[18,-5],[4,1],[9,-11],[4,-11],[-5,-11],[-3,-13],[1,-12],[-6,-15],[0,-31],[10,-40],[11,0],[7,-8],[1,-12],[6,-4],[5,4],[2,-16],[3,-6],[6,3],[0,29],[10,7],[13,1],[6,15],[2,11],[7,3],[-1,11],[17,-1],[1,-16],[-3,-6],[4,-11],[-1,-30],[13,2],[16,0],[24,-9],[4,4]],[[4644,6942],[1,12],[7,-5],[36,-1],[6,5],[-2,24],[9,-5],[11,5],[-11,26],[8,5],[4,-6],[20,20],[4,5],[-1,4],[42,33],[14,-11],[10,-14],[-2,-6],[8,-22],[6,4],[-2,16],[0,45],[4,13],[0,7],[10,27],[3,-2],[3,8],[1,12],[23,10]],[[4856,7151],[4,-23],[10,-3],[7,-6],[3,-8],[0,-21],[2,-6],[33,-51],[10,-11],[13,-31],[28,14],[7,-3],[5,-18],[9,-14],[13,-10]],[[6439,6365],[10,1],[5,-11],[-3,-18],[-4,-2]],[[5710,6181],[7,17],[-9,-1],[-1,5],[1,6],[5,5],[9,27],[6,27],[7,12],[7,-7],[2,-11],[6,-12],[6,-3],[6,3],[22,-9],[24,-21],[20,-9],[18,3],[13,-3],[0,26],[-12,16],[-11,-2],[-9,23],[2,11],[-1,19],[-11,2],[-4,14],[12,12],[-4,14],[2,20],[0,19],[5,13],[16,-3],[14,22],[5,4]],[[5863,6420],[9,-3],[37,10],[-7,-22],[9,2],[7,10],[8,-17],[9,14],[12,6],[3,-5],[-1,-8],[3,-32],[9,-2],[2,-9],[5,4],[28,-24],[10,26],[5,-2],[6,10],[22,1],[10,31],[28,-17],[8,-8],[-6,-4],[0,-23],[4,-7],[10,1],[4,11],[7,0],[6,-5],[7,0],[36,-12],[1,6],[26,-13],[14,7],[-2,12],[2,36],[22,15],[-2,8],[29,18],[2,15],[-2,5],[6,2],[8,44],[4,1],[14,29]],[[6275,6531],[27,-20],[23,-8],[21,-12],[11,-49],[6,-18],[24,-9],[8,-13],[7,-7],[12,1],[5,-10],[8,-5],[6,-18],[6,2]],[[5841,6575],[6,-30],[-10,-21],[9,-11],[4,2],[10,-13],[4,-11],[5,-3],[-3,-5],[3,-5],[-3,-10],[1,-40],[-4,-8]],[[5530,6332],[5,28],[15,51],[-19,5],[6,7],[10,-7],[2,13],[12,5],[-3,11],[-4,4],[-8,2],[-5,16],[3,19],[4,7],[7,5],[9,14],[4,-5],[5,4],[4,12],[21,28],[13,129],[21,81],[-1,4]],[[5631,6765],[12,2],[0,32],[14,18],[-2,7],[15,22]],[[5670,6846],[9,-15],[2,-8],[14,-27],[6,-30],[30,11],[5,-38],[23,-1],[9,-26],[-2,-8],[3,-55],[50,-27],[-2,-5],[9,-5],[2,-8],[8,-13],[7,-3],[-2,-13]],[[5397,6950],[-2,-8],[-2,-19],[-12,-10],[-1,-14],[3,-11],[7,9],[7,-15],[11,18],[5,-5],[11,-4],[1,-13],[5,-8],[-10,-22],[30,-21],[-7,-30],[8,1],[10,17],[8,-4],[0,-11],[13,-2],[7,-15],[3,-1],[2,13],[-2,9],[23,34],[9,1],[19,-8],[19,-37],[12,33],[16,0],[11,2],[23,14],[7,-78]],[[5296,6838],[20,50],[11,0],[-2,32],[14,18],[11,31],[0,11],[42,-5],[1,-16],[4,-9]],[[3438,7629],[0,-4],[8,-2],[0,-5],[15,-1],[-3,-8],[20,-17],[2,-5],[-9,-8],[0,-12],[8,-29],[-8,-21],[0,-23]],[[3203,7559],[8,9],[-4,23],[1,25],[-8,5],[11,37],[-3,3],[30,11],[1,4],[-5,8],[4,10],[12,-5],[4,7],[-3,4],[6,11],[7,-1],[9,14],[-6,41]],[[3267,7765],[9,0],[3,-4],[10,-3],[9,1],[17,17],[11,2],[3,6],[11,0],[24,26],[11,2]],[[3375,7812],[1,-9],[5,-9],[4,2],[7,-11],[-2,-10],[11,-29],[-2,-18],[10,-8],[0,-21],[14,0],[-1,-32],[-10,-24],[12,-16],[7,4],[7,-2]],[[3964,7193],[-8,37],[-7,11],[-5,12],[2,29],[19,-9],[4,11],[5,-4],[1,7],[8,9],[6,34],[-2,25],[-8,-2],[-16,33],[12,18],[26,12],[5,5]],[[4006,7421],[16,29],[4,-6],[14,26],[-8,14],[-1,10],[14,6],[1,24]],[[4046,7524],[14,5],[-1,9],[45,12],[16,-28],[-2,-12],[3,-19],[7,-2],[9,-9],[5,7],[4,-2],[3,-16],[-15,-20],[7,-15],[10,-8],[8,2],[8,-5],[10,5],[-1,-18],[-5,2],[-3,-18],[1,-16],[6,0],[0,-6],[-5,-7],[-4,4],[-4,-4],[4,-9],[-4,-2],[8,-13],[4,-15],[9,-16]],[[5955,6759],[5,-21],[30,-16],[-3,-11],[3,-5],[8,7],[6,-8],[2,3],[3,-2],[6,9],[20,-28],[-5,-6],[8,-16],[32,-24],[7,6],[11,-11],[-6,-15],[8,-9],[-7,-16],[15,-13],[11,-5],[1,24],[19,-4],[15,0],[5,-2],[-1,-11],[12,-15],[6,1],[3,8],[10,-8],[3,11],[16,0],[7,7],[2,-6],[9,10],[15,-18],[20,-9],[-4,-17],[14,-5],[0,-4],[18,-3]],[[6279,6537],[-4,-6]],[[5841,6575],[15,6],[2,8],[-3,5],[-16,10],[4,22],[-1,9],[6,2],[6,26],[-2,10],[4,3],[-4,2],[0,14],[5,6],[4,-4],[2,4],[4,-5],[3,5],[4,-4],[3,7],[15,11],[7,-1],[6,7],[2,11],[-5,7],[1,12],[4,6],[6,-3],[3,5],[5,-3],[3,8],[-2,7],[5,1],[-2,10],[9,2],[-1,-5],[2,-19],[3,-5],[0,13],[8,-8],[9,2]],[[3701,7427],[5,25],[-1,17],[7,8],[-1,8],[4,4],[4,-5],[8,10],[1,17],[14,11],[0,14],[-7,12],[1,10],[-24,8],[-4,8],[7,10],[4,15],[25,9],[6,38],[-23,22],[1,5],[10,-5],[17,0],[6,11],[3,-7],[12,24],[7,6]],[[3783,7702],[20,-17],[-1,-6],[-6,-4],[-3,-42],[-10,-23],[2,-5],[53,-2],[4,-26],[5,-1],[0,-5],[-7,0],[2,-17],[8,-8],[0,-4],[4,-1],[3,-5],[3,9],[13,-3],[7,-26],[15,4],[20,-41],[2,8],[22,5],[2,2],[17,-10],[4,-10],[7,-6],[-1,-4],[20,-13],[2,-26],[16,-4]],[[4629,7331],[1,-21],[-11,5],[-9,-14],[-3,-20],[8,-54],[8,-11],[-16,-3],[-1,-10],[-7,-2],[0,-4],[-4,-1],[-4,-30],[7,-11],[8,-2],[6,-5],[-2,-14],[-11,-10],[-8,-15],[2,-14],[5,0],[8,-22],[-5,0],[2,-5],[-4,-51],[5,-17]],[[4346,7289],[-3,13],[-5,5],[11,36],[21,21],[12,33],[26,6]],[[4408,7403],[25,-8],[13,-9],[-6,-18],[3,-5],[9,19],[20,6],[2,-15],[-8,-7],[12,1],[9,-10],[14,17],[-2,2],[6,10],[4,-6],[8,1],[28,-10],[11,4],[-2,10],[-7,6],[12,19],[7,-7],[-2,-13],[7,-3],[2,5],[9,-3],[2,11],[11,-4],[6,-7],[-6,-16],[0,-9],[10,-10],[4,4],[8,-1],[12,-26]],[[8322,5539],[-5,-20],[20,-9],[-5,-22],[16,-16],[11,8],[23,-5],[5,10],[8,-36],[-2,-34],[-4,-10],[-5,0],[-4,-38],[0,-18],[-9,2],[-8,-20],[-26,14],[8,-49],[-21,-7],[2,-8]],[[8072,5303],[-3,25],[-2,1],[-5,10],[4,3],[-4,7],[1,4],[-4,10],[2,13],[-2,12],[8,1],[2,8],[-11,44],[-3,38],[-10,2],[-2,8],[9,14],[9,24]],[[8061,5527],[24,-10],[15,5],[-4,-15],[5,-4],[-3,-7],[16,-4],[2,-8],[11,3],[8,34],[37,-4],[1,-4],[12,-3],[2,6],[12,-5],[16,-29],[18,-24],[4,4],[2,17],[-10,2],[0,8],[-16,15],[7,19],[6,0],[3,19],[20,-4],[10,5],[11,41],[18,-10],[9,-1],[-3,-11],[5,-1],[3,-9],[20,-13]],[[6584,6247],[4,17],[4,0],[15,58],[29,-5],[-2,17],[25,1],[12,2],[13,8],[16,-1],[5,-9],[6,3],[5,7],[-8,2],[-3,9],[6,14]],[[6711,6370],[22,-5],[6,3],[13,-17],[17,-1],[26,12],[10,-1],[0,6],[14,3],[3,-4],[0,-14],[5,-4],[-4,-14],[21,-20],[6,1],[11,-7],[-2,4],[14,8],[20,-2],[6,-8],[5,0],[5,12],[1,-4],[3,5],[8,-2]],[[6921,6321],[2,-1],[-3,-15],[27,-10],[6,-13],[0,-15],[-17,-1],[-1,-13],[9,-12],[0,-4],[6,-14],[41,-29],[-21,-56],[-17,-19],[-8,-74],[4,-31],[11,-5],[0,-5],[5,-4],[1,3],[6,-2],[1,5],[9,-4],[-7,-18],[2,0],[5,13],[12,1],[2,-7]],[[2817,8037],[2,-7],[-1,-12],[5,-4],[-1,-28],[9,-6],[2,-5],[5,0],[-3,-20],[5,-15],[-2,-28],[-6,-11],[0,-4],[-4,-9],[-4,-24],[-14,-2],[-8,-6],[-1,-8],[6,-4],[-2,-20],[1,-3],[-7,-11],[4,-2],[-9,-5],[0,-5],[3,-1],[5,-8],[11,-9],[-5,-22],[9,-28],[-20,-5]],[[2575,7959],[8,0],[0,6],[12,-1],[-1,7],[13,0],[0,-3],[18,0],[0,4],[9,3],[1,-16],[2,-1],[8,1],[6,12],[25,-4],[3,-5],[0,-9],[7,-3],[10,9],[4,25],[5,1],[-3,6],[4,0],[8,-5],[40,5],[2,-9],[1,6],[5,3],[4,7],[-5,7],[4,11],[3,1],[2,6],[14,1],[5,4],[5,-2],[11,52],[4,-24],[-6,-26],[14,9]],[[4712,7354],[9,-10],[7,4],[12,-16],[5,-12],[-6,-18],[0,-7],[4,-5],[14,-2],[4,-9],[-3,-11],[12,-33],[3,-16],[15,6],[10,-7],[1,-8],[22,0],[1,-5],[-4,-5],[12,2],[7,-8],[12,-23],[7,-20]],[[4629,7331],[3,18],[9,-5],[24,3],[6,-14],[3,-43],[29,17],[-1,10],[2,4],[-11,22],[0,8],[-4,5],[-3,12],[14,2],[2,-12],[10,-4]],[[1834,8282],[-16,-4],[-3,-12],[4,-8],[-4,-9],[-13,1],[-26,-28],[1,-6],[8,-13],[5,0],[5,7],[10,-6],[-3,-12],[2,-14],[-10,6],[-9,0],[1,-12],[-2,0],[-4,-11],[-2,-13],[3,-2],[2,2],[18,-16],[-2,-9],[-2,-3],[-6,5],[-12,15],[-9,-2],[0,-9],[-3,-8],[-10,6],[-10,-14],[9,-7],[-4,-13],[-6,-3],[-7,0],[1,-15]],[[1483,8131],[5,22],[-1,11],[5,13],[-4,10],[0,13],[23,-2],[5,-10],[8,-3],[-2,13],[1,9],[-3,8],[-11,12],[0,5],[-4,-1],[-6,4],[-3,5],[-3,35],[4,0]],[[1497,8275],[33,-2],[4,10],[22,15],[19,1],[5,2],[5,-6],[26,15],[20,5],[3,-6],[16,0],[2,4],[4,-1],[4,6],[1,8],[23,8],[8,-2],[8,10],[4,13],[12,9],[3,6],[-5,6],[1,22],[3,15],[4,9],[6,4],[12,-5],[3,8],[7,5],[5,-2],[-1,-7],[9,-14],[17,10],[2,4],[11,-2]],[[1793,8423],[8,-13],[4,-1],[13,-29],[-1,-16],[8,-2],[2,-29],[-3,-5],[8,-30],[3,17],[-1,-33]],[[8400,5245],[23,14],[1,23],[8,5],[8,0],[6,5],[-2,-9],[5,-31],[17,-3],[10,6],[3,30],[7,6],[11,27],[7,9],[6,17],[5,-3],[14,6],[7,-10],[14,16],[0,4],[17,-16],[7,10],[6,-6],[18,4],[6,5],[0,6],[9,-1],[0,17],[29,-2],[0,5],[9,1],[7,5]],[[8658,5385],[11,-19],[11,-2],[-4,-20],[-12,-17],[2,-14],[10,-8],[-1,-34],[-17,-2],[1,-9],[3,-7],[11,-1],[3,-8],[3,-38],[7,5],[12,-20],[4,1],[19,-48],[1,-14],[10,-1],[22,5],[-7,-23],[24,4],[2,-10],[-6,-17],[-19,-1],[-1,-28],[5,-36],[-4,-11],[13,-14],[-3,-11],[-6,8],[-6,2],[-3,-7],[2,-13],[-13,-18],[-12,4],[-8,14],[-5,-24],[0,-11]],[[9536,4751],[1,-26],[-4,-5],[-2,-13],[-7,-16],[12,-14],[6,2],[4,6],[5,-1],[4,-77],[11,-24],[17,-4],[-6,-5],[-3,-17],[-9,-3],[-16,-15],[-12,2],[13,26],[-2,17],[6,7],[-5,11],[-15,-7],[-5,-28],[8,-4],[-8,-28],[-15,-1],[-4,-4],[-20,1],[0,-92],[30,-22],[3,-11],[-5,-37],[-4,-5],[0,-5]],[[9514,4359],[0,-6],[-60,-1],[-5,-16],[-27,0],[-7,-7],[-10,5],[-2,-11],[-21,0],[0,10],[-15,1],[0,23],[-5,0]],[[9094,4818],[95,70],[21,6],[7,-3],[-5,20],[6,53],[12,0],[2,20],[16,5],[14,20],[15,4]],[[9277,5013],[-3,-13],[0,-31],[9,-5],[7,3],[8,6],[4,18],[9,0],[6,-12],[3,-1],[3,-17],[22,0],[5,-78],[12,0],[1,-6],[17,1],[4,8],[19,0],[31,-80],[7,0],[22,-19],[22,-1],[11,10],[5,17],[11,-2],[11,3],[5,-9],[-7,-29],[3,-12],[12,-13]],[[1111,8335],[6,5],[0,5],[6,4],[-1,11],[2,9],[21,17],[0,5],[4,-2],[8,6],[6,-2],[3,4],[7,-4],[5,6],[0,20],[-4,33],[-9,8],[-4,-9],[-10,1],[5,25],[-1,28],[11,12],[1,10],[7,11],[0,15],[11,3],[-1,18],[28,6],[1,-4],[10,2],[2,8],[5,1]],[[1230,8587],[5,-13],[4,-4],[1,-18],[16,-5],[5,25],[8,0],[4,16],[9,2],[10,9]],[[1292,8599],[9,-11],[-3,-20],[-5,0],[1,-27],[12,-12],[17,-13],[3,8],[35,-24],[21,-8],[4,7],[8,-5],[1,4],[7,-1],[-4,-4],[-4,-11],[-8,-9],[-1,-5],[3,-4],[-2,-5],[0,-6],[27,-12],[6,3],[5,-2],[2,-10],[-4,0],[-14,-10],[-2,-34],[-17,16],[2,-19],[-1,-17],[12,-5],[7,-14],[-6,-13],[-1,-7],[-8,-1],[1,-5],[2,-3],[15,-1],[0,-4],[6,0],[7,5],[0,-4],[3,1],[1,-5],[11,2],[-1,-5],[13,1],[4,10],[-4,25],[10,9],[8,-12],[4,18],[17,4],[21,-45],[-11,-15],[-4,-29]],[[1834,8282],[6,-5],[18,9],[10,-13],[5,-3],[12,6],[7,-3],[1,-4],[9,-9],[5,0],[0,13],[4,33],[8,-4],[23,17],[17,-24],[7,10],[10,-8],[2,-14],[6,-10],[9,-9],[2,4],[5,-6],[1,-11],[-3,-11],[6,-4],[12,7],[6,14],[8,9],[21,1],[10,5],[5,7],[2,11],[8,0],[4,9],[-2,22],[2,4],[9,-6],[2,-13],[14,17],[8,3],[22,-5],[37,9],[16,-1]],[[2188,8329],[7,-50],[-11,-2],[-2,-4],[-2,-13],[1,-20],[-17,-2],[-19,-12],[-10,3],[-4,-5],[-3,1],[-7,-5],[15,-29],[-4,-86],[3,-3],[8,3],[9,-11],[4,-8],[1,-12],[3,5],[1,-5]],[[7390,5944],[2,-55],[30,-4]],[[7422,5885],[0,-21],[13,-5],[-15,-56],[-9,4],[-24,-37],[-8,-23]],[[7120,5959],[-20,119],[9,50],[5,20],[3,-2],[7,21],[-3,3],[3,7]],[[7124,6177],[6,8],[24,-18],[0,-9],[5,-10],[6,-1],[13,2],[26,-8],[25,-1],[1,3],[13,-2],[13,-11],[-2,-6],[7,-7],[3,12],[6,11],[-5,29],[23,41]],[[7288,6210],[4,-17],[8,3],[7,-34],[6,4],[3,-4],[-19,-50],[-1,-11],[3,-1],[1,13],[5,-2],[-1,-9],[5,-13],[7,5],[16,-48],[11,7],[19,-59],[-7,-43],[35,-7]],[[7750,5501],[8,11],[-7,14],[10,14],[7,-2],[21,24],[4,11],[5,-3],[10,6],[4,-10],[12,-12],[10,5],[10,9],[-3,10],[23,40],[-3,3],[10,16],[22,-26],[17,32],[-5,5],[24,44],[3,-6],[18,29],[5,-14],[32,46],[4,4],[30,8],[-2,33]],[[8019,5792],[17,4],[2,15],[10,-10],[14,8],[4,-16],[10,1],[7,-6],[-11,-18],[-2,-8],[8,1],[3,-9],[6,-1],[5,-41],[5,-15],[3,0],[4,-28],[5,-4],[1,-8],[-3,-20],[-3,-3],[-5,3],[1,4],[-4,1],[-6,-8],[-7,1],[-18,-43],[-8,9],[-17,-19],[4,-40],[3,-8],[14,-7]],[[3703,7860],[-15,-17],[2,-8],[11,0],[0,-10],[27,-3],[0,-8],[10,-6],[-1,-10],[9,-3],[4,-27],[10,-30],[-1,-5],[26,-21],[-2,-10]],[[3438,7629],[15,18],[18,-6],[10,-29],[13,0],[6,-6],[17,20],[3,19],[-16,16],[13,15],[5,14],[8,1],[4,3],[28,6],[7,-11],[10,-1],[19,-16],[2,9],[5,-5],[6,0],[-2,22],[14,23],[5,20],[9,7],[-4,21],[11,23],[-2,13],[-7,10],[5,18],[10,8],[2,15],[-2,16],[6,13],[6,4],[12,-15],[29,-11],[0,-3]],[[9825,4746],[-6,-52],[-17,-28],[2,-12],[-5,-36],[-17,-13],[8,-14],[20,-10],[-1,-10],[-59,-1],[9,-35],[14,-16],[-1,-19],[3,-42],[-9,0],[1,-19],[-8,-20],[1,-61],[-17,-2],[0,-28],[-18,-24],[-43,6],[-7,6],[-39,-1],[-28,-16],[-12,25],[-11,21],[-21,-11],[-6,-19],[-9,-8],[-15,50],[-20,2]],[[9536,4751],[19,-14],[2,40],[7,11],[6,-15],[18,10],[2,11],[11,-4],[1,5]],[[9602,4795],[15,-5],[0,-17],[18,-4],[1,-12],[12,4],[7,-4],[9,5],[28,-15],[-6,-34],[12,-1],[0,10],[20,2],[3,8],[-4,10],[10,0],[0,6],[31,0],[2,52],[46,-3],[1,-69],[9,4],[9,14]],[[3672,7938],[24,-27],[3,-8],[17,0]],[[3716,7903],[-8,-19],[5,-21],[-6,-7],[-4,4]],[[3375,7812],[0,7],[17,37],[5,5],[-21,50],[10,1],[0,12]],[[3386,7924],[12,-4],[0,6],[4,10],[-2,4],[2,25],[4,3],[16,-5],[5,6],[15,2],[15,-7],[11,6],[1,-13],[6,2],[5,6],[8,-1],[2,-11],[20,0],[7,30],[10,-2],[-1,-9],[7,1],[1,-5],[7,-7],[2,-12],[8,0],[19,7],[10,-16],[22,15],[-3,11],[18,4],[5,-6],[12,6],[9,-4],[6,-30],[0,-15],[23,17]],[[9004,4868],[-1,11],[5,12],[-4,14],[7,11],[-3,30],[8,6],[18,7],[9,13],[-14,11],[-1,10],[-9,2],[-2,-7],[-7,25],[1,18],[-3,48]],[[9008,5079],[-1,22],[10,8],[4,19],[6,12],[7,-23],[10,9],[3,-2],[9,1],[11,23],[-2,7],[9,13]],[[9074,5168],[-1,-17],[12,1],[-1,-7],[8,-3],[2,8],[7,-1],[3,15],[-5,-1],[-4,5],[2,17],[18,5],[8,-2],[5,3],[8,-9],[14,8],[3,10],[8,1],[17,15],[1,9],[4,11],[19,-20],[5,-2],[12,-15],[7,2],[1,-5],[12,-11],[10,-5],[5,11],[6,0],[6,-7],[-8,-9],[19,-14],[8,0],[-1,26],[-15,2],[-1,6],[27,-1]],[[9295,5194],[-2,-16],[-5,-7],[7,-24],[6,2],[-6,-9],[-2,-12],[-8,-3],[1,-15],[11,0],[4,-50],[-5,-2],[1,-20],[-8,-2],[-3,-22],[-9,-1]],[[7753,6013],[4,-75],[-5,-3],[2,-27],[50,21],[9,-29],[-14,-10],[-4,-8],[-21,-15],[-2,-6],[-7,3],[-28,-24],[-3,-8],[-12,0],[0,-9],[-6,-15],[-6,-3],[-8,-18],[0,-9],[-11,-7],[1,-12],[-6,2],[0,-5],[3,-2],[-10,-10],[-10,5],[2,5],[-9,4],[0,-4],[-2,1],[-4,25],[-7,-3],[-9,-7],[-6,-18]],[[7422,5885],[-1,12],[47,31],[-10,32],[16,14],[-2,5],[4,1],[20,-28],[26,41],[-7,13],[15,25],[5,-2],[4,13],[4,-1],[2,18],[26,-14],[8,28],[13,-9],[31,-11],[8,38],[10,-2],[3,15],[6,2],[19,-7],[9,41],[11,5]],[[7689,6145],[11,-13],[3,-8],[-4,-15],[-1,-19],[37,-5],[2,-6],[3,-25],[-5,0],[0,-14],[7,-1],[-4,-23],[14,2],[1,-5]],[[4346,7656],[-7,-8],[10,-5],[5,-8],[0,-10],[12,-2],[2,-6],[-3,-2],[-4,6],[0,-9],[-7,2],[-1,8],[-6,-1],[6,-14],[22,-5],[1,-9],[10,3],[-1,3],[2,2],[7,-8],[-25,-3],[-8,-5],[1,-3],[-4,-6],[-4,8],[-10,-7],[0,-5],[2,0],[3,-7],[9,1],[-2,-6],[1,-5],[-11,-26],[-2,-8],[17,-4],[1,-11],[4,-4],[0,-9],[11,-1],[13,-23],[-7,-2],[-2,-12],[10,-23],[21,-18],[-4,-11]],[[4046,7524],[-7,21],[4,3],[10,-6],[2,7],[5,-1],[10,29],[-1,8],[-24,1],[-4,2],[6,23],[14,-14],[8,9],[4,-1],[4,6],[-5,16],[3,6],[-3,10],[2,4],[-25,21],[3,14],[-5,12],[6,4],[10,-4],[9,19],[-2,13],[3,14],[-3,5],[-1,16],[-12,21],[-17,16],[15,10],[-4,6],[11,17]],[[4062,7831],[11,4],[30,-33],[2,14],[5,14],[3,-11],[9,-8],[5,-8],[-1,-7],[19,-7],[19,-20],[6,-3],[21,7],[22,-59],[11,15],[14,27],[10,-2],[2,-17],[11,-7],[-1,-4],[17,1],[3,7],[18,-14],[6,19],[10,-7],[-2,-4],[-4,0],[-2,-8],[3,-2],[-5,-11],[42,-51]],[[2416,8321],[0,-8],[-11,-7],[17,-23],[2,-10],[-1,-9],[36,-26],[3,-28],[11,-8],[4,-6],[-7,-9],[-11,-10],[-6,-40],[6,0],[12,-9],[11,-16],[19,-12],[19,-8],[8,-12],[4,0],[6,-8],[5,0],[-26,-51],[-4,-1],[3,-10],[6,0],[2,-11],[6,2],[0,-4],[28,-5],[0,10],[8,-18]],[[2188,8329],[-1,7],[-41,41],[-11,-6],[-9,0],[-22,7],[4,14],[1,11],[-7,14],[2,5],[10,8],[18,-4],[0,21],[8,3],[2,-14],[19,13],[8,2],[4,6],[2,12],[-7,19],[4,7],[-4,10]],[[2168,8505],[5,11],[20,11],[3,3]],[[2196,8530],[2,-2],[-1,-7],[3,-4],[-5,-3],[-2,-10],[-12,-4],[-1,-15],[35,1],[2,2],[5,0],[4,-28],[11,4],[8,8],[2,-15],[-1,-11],[7,-4],[4,-30],[3,-1],[-1,5],[8,4],[5,-5],[0,4],[9,1],[4,-6],[-1,-4],[7,-10],[3,6],[7,6],[-1,-19],[27,-4],[1,-6],[6,-14],[-6,-10],[-3,1],[7,-13],[-1,-8],[46,-3],[17,-22],[0,-9],[9,10],[-4,21],[2,7],[-3,5],[2,5],[4,3],[13,-13],[2,-14],[-5,-1],[2,-7]],[[5399,7043],[3,-5],[6,-65],[-11,-23]],[[5054,6958],[-9,-2],[-13,18],[8,14],[-1,15],[-6,7],[-13,-11],[-3,23],[-3,7],[9,-3],[4,12],[34,23],[1,23],[-2,4],[-19,-12],[-9,1],[-9,-5],[-19,4],[-5,6],[-10,-6],[-3,6],[2,11],[-3,11],[5,6],[3,38],[6,-7],[10,31],[11,51],[30,-1],[0,9]],[[5050,7231],[41,10],[15,0],[11,-14],[14,6],[1,8],[-3,18],[-8,30],[-5,14],[-6,1],[0,22],[-11,17],[0,10],[6,7],[14,-3],[10,-18],[2,5],[40,-50],[4,9],[15,-17],[11,23],[1,6],[17,1],[15,27],[14,9],[3,9],[5,2],[0,9],[13,0]],[[5269,7372],[15,-8],[-8,-24],[4,-3],[-4,-14],[4,-30],[-2,-15],[15,-7],[-1,-4],[5,-11],[37,-1],[-3,-15],[5,-26],[17,-23],[2,-8],[-4,-22],[23,-34],[-5,-20],[2,-9],[5,-9],[-4,-8],[12,-20],[2,2],[13,-20]],[[1108,8859],[1,-6],[17,-11],[-2,-5],[12,-13],[-9,-20],[4,-26],[4,-13],[6,4],[5,-2],[-6,-2],[7,-6],[-2,-19],[9,-9],[2,-11],[3,1],[2,6],[14,-2],[-1,-3],[-6,-3],[-1,-4],[-1,0],[0,-10],[12,1],[4,-4],[-8,-19],[17,-21],[18,-10],[5,26],[18,-2],[-4,-11],[7,-21],[0,-46],[-5,-2],[0,-9]],[[982,8341],[0,1],[-1,10],[0,10],[-1,2],[0,3],[-1,3],[-2,1],[0,-1],[-1,-5],[-2,0],[-4,1],[-1,6],[-3,3],[-3,-3],[-2,-1],[-1,4],[-2,9],[-1,8],[-3,2],[-1,3],[-1,2],[0,3],[0,3],[-1,5],[-1,5],[-1,3],[0,3],[-2,6],[0,1],[2,6],[3,2],[1,0],[0,-3],[0,-1],[2,2],[2,1],[1,3],[0,1],[-1,10],[0,6],[-1,3],[-2,8],[-3,4],[-6,2],[-2,1],[-4,1],[-5,0],[-1,1],[-1,1],[-4,9],[-1,10],[0,1],[0,1],[-4,7],[-5,3],[-6,2],[-2,1],[-1,2],[0,1],[1,4],[0,3],[0,1],[-1,1],[-3,1],[-2,0],[-3,1],[-3,2],[-1,4],[-1,4],[-3,3],[-4,0],[-1,1],[-2,2],[-1,3],[-1,4],[0,1],[2,3],[1,3],[-1,7],[-1,2],[-3,2],[-3,2],[0,1],[-1,2],[1,4],[-2,7],[1,3],[0,4],[0,5],[-1,7],[-4,8],[-4,10],[-1,1],[-3,6],[-5,6],[-1,2],[-1,1],[-2,1],[-3,1],[-2,1],[-3,1],[-2,0],[-2,-1],[-3,-2],[-2,-1],[-2,0],[-1,1],[-1,4],[1,3],[1,4],[-1,4],[-2,3],[-1,4],[0,4],[-3,8],[-1,5],[0,8],[0,4],[2,2],[2,3],[2,3],[3,8],[1,5],[1,9],[1,4],[2,4],[3,6],[6,3],[0,1],[2,1],[0,4],[0,6],[-1,4],[0,1],[0,1],[2,3],[0,4],[-2,3],[-2,2],[0,2],[1,1],[3,3],[3,2],[3,3],[2,3],[0,3]],[[863,8780],[10,1],[1,-10],[10,4],[3,2],[1,5],[-4,5],[7,10],[19,-12],[3,-4],[3,-11],[9,-1],[6,-6],[7,16],[17,21],[3,-4],[-4,-14],[3,-6],[12,-11],[7,-16],[20,14],[12,24],[10,14],[2,0],[-1,-24],[3,3],[1,9],[8,5],[3,-1],[4,-12],[4,-4],[6,3],[0,9],[-6,15],[5,7],[-1,34],[27,16],[17,15],[6,-12],[-4,-6],[-4,8],[-3,-3],[1,-8],[-2,-9],[2,-7],[19,4],[0,10],[3,6]],[[6319,6807],[-1,-11],[7,0],[1,-45],[-10,-5],[0,-7],[-13,-7],[5,-39],[-25,-53],[-1,-49],[7,-10],[-5,-10],[3,-8],[-8,-26]],[[5955,6759],[-2,12],[0,15],[9,15],[15,3],[6,21],[2,2]],[[5985,6827],[4,1],[3,15],[5,-1],[6,8],[-4,7],[-1,12],[11,14],[0,10],[-5,4],[-4,14],[3,3],[-2,12],[3,4],[6,0],[6,-7],[8,-2],[26,-28],[27,12],[0,-24],[-4,-1],[2,-10],[31,1],[1,8],[4,5],[12,-27],[0,-7],[13,-2],[1,15],[11,37],[-9,20],[12,22],[2,-7],[13,0],[3,8],[0,9],[15,13],[-5,18],[-5,6]],[[6174,6989],[42,-38],[-5,-19],[3,-6],[-5,-5],[-1,-8],[2,0],[0,-14],[-4,-1],[1,-13],[18,-5],[20,-27],[0,-9],[4,-10],[5,2],[7,-1],[0,6],[10,3],[9,-4],[36,-27],[3,-6]],[[6653,6757],[0,-53],[6,0],[8,-12],[6,-2],[4,-6],[9,1],[4,4]],[[6690,6689],[1,-5],[-3,-3],[1,-7],[-9,-1],[1,-16],[-2,-8],[19,-15],[-2,-8],[3,-3],[0,-25],[3,0],[0,-23],[-13,-11],[1,-6],[-6,-2],[-5,3],[0,-45],[8,3],[8,-18],[-1,-17],[7,-7],[3,-11],[5,-2],[0,-8],[-5,-13],[6,-43],[3,1],[2,-15],[-4,-14]],[[6439,6365],[4,8],[-3,3],[8,5],[-2,6],[4,0],[1,7],[6,2],[-1,10],[5,9],[-1,15],[-6,0],[0,10],[11,5],[-3,19],[3,7],[-4,5],[1,22],[-14,15],[5,12],[16,1],[0,11],[16,4],[-1,14],[3,1],[-2,22],[15,0],[8,3],[11,18],[11,-3],[-2,8],[2,5],[-3,5],[0,9],[-4,10],[-14,-7],[-2,9],[3,3]],[[6510,6638],[16,12],[-3,7],[5,4],[10,-10],[23,-6],[3,6],[2,-3],[9,-2],[4,6],[0,13],[9,-1],[8,22],[-6,10],[-6,3],[-1,15],[12,5],[10,0],[5,11],[16,-2],[5,15],[5,0],[0,20],[17,0],[0,-6]],[[7129,6514],[5,-5],[-10,-13],[8,-15],[-4,-3],[3,-13],[-21,-61],[12,-12],[4,8],[14,-13],[-4,-12],[9,-6],[-4,-7],[4,-3],[-5,-11],[1,-2],[-20,-53],[-3,2],[-9,-17],[-4,-1],[-6,-21],[4,-2],[-1,-6],[-5,2],[0,-11],[-4,-22],[31,-40]],[[6921,6321],[3,12],[7,10],[2,17],[17,-2],[21,3],[14,11],[5,10],[15,17],[-1,7],[25,28],[2,-3],[14,8],[-2,8],[9,9],[-4,8],[-2,-1],[-5,9],[1,3],[-6,12],[13,7],[3,8],[-2,3],[16,26],[4,-11],[10,10],[3,-8]],[[7083,6522],[4,-9],[21,23],[1,-7],[20,-15]],[[5540,7256],[10,-27],[67,-30],[3,-28],[-10,1],[-20,-9],[14,-21],[-8,-18],[11,-24],[18,-30],[4,1],[3,15],[5,8],[9,-14],[-3,-14],[10,-3],[3,-39],[5,-3],[1,-25],[27,-24]],[[5689,6972],[-5,-31],[6,-11],[-6,-5],[-2,-25],[10,-19],[-18,-15],[-5,11],[-10,-13],[11,-18]],[[5399,7043],[3,6],[32,27],[6,-6],[3,17],[-33,10],[-7,-6],[-3,2],[2,6],[1,49],[35,31],[-9,18],[-7,-5],[-7,27],[18,-8],[5,19],[13,35],[-5,3],[2,7],[12,5],[9,-17],[6,-5],[8,-1],[16,42],[12,-2],[5,11]],[[5516,7308],[5,-5],[-7,-15],[26,-32]],[[5689,6972],[9,11],[7,-12],[7,10],[2,22],[11,9],[3,-5],[11,-3],[2,-6],[8,19],[4,-1],[10,26],[25,43],[-16,17],[23,23],[2,-1],[3,7],[-2,4],[2,8],[-6,12],[22,8]],[[5816,7163],[2,2],[7,-9],[9,14],[6,-8],[2,3],[22,-29],[-9,-10],[-7,2],[-7,-28],[7,-2],[6,-29],[11,-1],[15,-11],[7,-18],[7,-1],[4,-8],[6,1],[-3,-9],[1,-5],[-5,-12],[5,-10],[-1,-6],[-7,-7],[-13,7],[-5,-10],[1,-7],[-27,-18],[6,-12],[3,1],[6,-14],[-7,-5],[8,-17],[6,4],[6,-6],[15,-6],[4,0],[7,-8],[2,-15],[19,-2],[8,10],[18,-18],[2,-11],[11,0],[2,-9],[19,-19]],[[1697,8741],[-3,-22],[-11,-29],[-1,-12],[2,-2],[0,-11],[7,-20],[1,-7],[6,-12],[23,3],[8,-17],[5,-31],[6,3],[2,5],[8,-3],[8,0],[5,-12],[5,-32],[-34,-4],[6,-16],[10,-2],[0,-4],[-4,-5],[7,-11],[5,-1],[7,-8],[-1,-4],[2,-4],[5,0],[14,-13],[-3,-5],[6,-17],[7,-4],[9,-1],[6,-6],[-4,-5],[-13,-9]],[[1292,8599],[20,20],[30,8],[-2,6],[3,6],[-5,39],[6,4],[3,24],[16,1],[-1,-6],[-4,-11],[5,-9],[6,5],[3,1],[1,-7],[16,2],[2,8],[0,5],[3,26],[34,27],[5,0],[4,4],[-1,3],[17,16],[16,-1],[0,3],[14,1],[5,4],[3,10],[-1,6]],[[1490,8794],[3,-5],[4,1],[8,-6],[2,-13],[4,0],[9,-7],[7,-18],[11,-4],[21,0],[-6,-12],[2,-4],[-4,-5],[6,-6],[8,-3],[3,6],[7,3],[3,-2],[4,3],[29,2],[15,6],[23,4],[5,9],[9,3],[23,2],[5,-6],[6,-1]],[[8009,6062],[11,-6],[-9,-39],[14,-3],[-10,-54],[-3,1],[-11,-19],[4,-6],[-15,-37],[0,-6],[8,-10],[13,-6],[8,-85]],[[7753,6013],[17,1],[32,-42],[6,-3],[12,7],[5,-17],[5,3],[2,-6],[9,1],[-1,32],[37,22],[5,-3],[11,8],[-13,28],[12,17],[27,18],[5,-7],[14,16],[24,-14],[3,-8],[-3,-10],[11,-30],[9,12],[-2,5],[16,27]],[[7996,6070],[13,-8]],[[2801,8262],[12,-30],[-1,-19],[9,-8],[-3,-10],[2,-3],[-10,-8],[-2,-8],[4,-12],[6,-2],[0,-7],[12,-12],[-4,-15],[3,-2],[-5,-18],[3,-13],[-10,-22],[5,-18],[-5,-18]],[[2416,8321],[2,1],[5,15],[-16,35],[-11,-1],[-11,17],[5,2],[11,-6],[4,-6],[9,0],[-1,3],[7,6],[8,-5],[2,3],[-15,17],[-3,10],[-4,2],[2,5],[-12,15],[11,22],[6,1],[12,19],[19,18],[12,1],[8,8],[19,0],[2,-4],[-1,-22],[3,-3],[6,-11],[8,-8],[-1,-26],[6,-15],[0,-5],[-9,1],[-1,-6],[17,-12],[8,8],[9,4],[-1,7],[10,16],[5,2],[2,-4],[4,1],[0,6],[4,0],[1,-6],[4,0],[9,16],[3,12],[7,-12],[9,0],[14,-11],[18,-7],[7,16],[46,0]],[[2674,8440],[52,-57],[11,-35],[13,0],[13,-6],[4,-7],[-4,-14],[0,-6],[24,-47],[14,-6]],[[2934,8277],[-14,-37],[-12,-15],[9,-30],[8,-7],[9,-1],[16,-31],[11,-4],[-1,-11],[-25,4],[-2,-11],[6,-17],[6,-4],[1,-5],[-4,-16],[19,3],[1,-8],[-16,-13],[-9,15],[-13,0],[-15,10],[-2,-5],[3,-24],[3,-1],[-9,-31],[4,-1],[5,20],[14,0],[3,3],[4,-6],[7,-21],[12,8],[5,-12],[4,5],[-1,14],[13,6],[1,-4],[7,-2],[9,-38],[20,11],[4,-19],[-1,-10],[7,-9],[4,-49],[-3,-23],[2,-8],[14,-14],[5,-1],[7,12],[18,0],[0,-7],[7,-3],[5,-16],[10,-7],[8,8],[7,3],[7,-7],[1,-6],[5,-1],[-1,-8],[22,-6],[3,5],[15,0],[1,10],[9,9],[11,-24],[-5,-6],[-9,6],[7,-11],[-2,-5],[9,-10],[11,9],[20,-5],[1,3],[5,-4],[0,-9],[4,0],[10,-26],[15,-2],[6,-7],[-2,-5],[8,-13],[11,0]],[[2801,8262],[-2,10],[9,10],[6,0],[0,17],[-3,8],[0,5],[31,2],[1,9],[26,2],[-5,15],[4,23],[4,14]],[[2872,8377],[16,-10],[-1,-20],[24,0],[16,11],[3,-19],[5,-10],[-14,-20],[1,-10],[-17,-16],[-4,-8],[-7,-1],[-1,11],[-9,0],[5,-12],[14,-18],[3,13],[5,-2],[3,7],[20,4]],[[9451,5238],[2,-15],[-3,-18],[9,-8],[-5,-10],[-13,-15],[14,-6],[10,13],[12,1],[0,-15],[9,-24],[11,0],[5,-11],[-5,-10],[21,-7]],[[9518,5113],[3,-10],[4,-49],[14,4],[15,0],[10,5],[3,-18],[13,3],[5,-11],[-3,-7],[3,-23],[-2,-9],[-20,3],[-9,-12],[15,-17],[6,-13],[2,-8],[5,0],[1,-13],[-7,-2],[0,-9],[-11,0],[6,-31],[-5,-1],[-9,-16],[-3,19],[-11,4],[-11,-20],[4,-18],[22,7],[1,-12],[21,-5],[4,-16],[-5,-7],[16,-23],[2,-11],[5,-2]],[[9295,5194],[12,-1],[0,-9],[28,-1],[19,17],[26,3],[20,11],[4,12],[0,13],[19,-1],[2,9],[-7,2],[1,7],[-2,4],[2,6],[17,-10],[-3,-4],[16,-7],[2,-7]],[[3716,7903],[-1,6],[29,21],[7,-4],[7,-17],[10,8],[5,-7],[8,5],[2,-4],[10,1],[11,-9],[2,-14],[6,-1],[3,-4],[-1,-9],[8,-9],[8,-3],[7,1],[0,-5],[-20,-4],[10,-12],[19,0],[28,15],[7,18],[23,-8],[0,-5],[6,-3],[0,-12],[15,-7],[1,-9],[3,-6],[5,3],[3,14],[11,-1],[15,31],[-10,6],[4,8],[10,-7],[2,4],[10,-14],[2,4],[20,13],[1,16],[6,-1],[12,7],[3,12],[-1,8],[12,-3],[6,5],[3,11],[6,1],[2,-11],[-2,-9],[14,-1],[-12,33],[8,-2],[3,-8],[2,0],[2,-8],[3,7],[3,1],[0,-10],[-8,-16],[15,-8],[2,-8],[5,-2],[5,-9],[7,-3],[4,3],[15,32],[-4,17],[2,6]],[[4115,7947],[8,-14],[-9,-31],[-10,-14],[-11,-3],[-4,-14],[-3,-1],[-1,-14],[-12,-12],[-9,6],[-5,-13],[3,-6]],[[8383,5744],[-5,-12],[4,-3],[5,1],[-3,-4],[3,-10],[6,1],[0,-5],[-8,-3],[5,-15],[9,2],[-2,-7],[2,-2],[-2,-13],[-9,0],[-7,-6],[-1,7],[-16,-1],[-2,-20],[-10,3],[-4,-2],[-8,1],[-7,-25],[-12,-10],[2,-38],[-1,-44]],[[8009,6062],[16,4],[17,-2],[0,-5],[19,-10],[32,14],[10,-7],[1,-15],[-9,-69],[7,-10],[13,-3],[-1,-10],[14,-2],[1,-7],[-5,-5],[-1,-15],[5,-9],[4,14],[8,-1],[1,10],[14,11],[9,-9],[4,4],[3,-4],[14,9],[15,-8],[7,10],[0,17],[3,5],[-9,14],[11,9]],[[8212,5992],[3,3],[3,-1],[3,-33],[-2,-4],[2,-6],[9,-1],[12,-27],[5,-2],[4,-39],[-15,-30],[-5,-1],[-1,-5],[2,-21],[8,-25],[17,4],[2,-29],[7,-4],[1,-21],[5,0],[14,13],[16,3],[5,-11],[9,6],[7,-8],[10,7],[7,-3],[2,13],[3,10],[11,3],[5,-12],[14,-7],[-3,-16],[11,-4]],[[5006,7575],[18,-26],[-9,-4],[5,-14],[-3,-21],[5,-1],[-4,-10],[-6,2],[4,-29],[-20,1],[-8,-19],[-5,-3],[0,-6],[-4,-6],[1,-26],[3,-16],[15,-4],[13,-12],[3,-5],[3,-45],[-14,-61],[14,-11],[33,-1],[0,-27]],[[4712,7354],[1,8],[5,5],[-4,10],[-8,8],[-3,12],[-15,42],[-3,16],[7,3],[4,-7],[2,9],[8,0],[12,-9],[12,8],[13,25],[18,-3],[0,8],[16,13],[-1,1],[8,15],[8,-6],[12,14]],[[4804,7526],[36,64],[16,16],[15,11],[5,-3],[5,9],[3,0],[10,-9],[4,4],[4,-7],[-3,-6],[4,-12],[12,1],[2,8],[17,17],[20,-1],[24,-40],[13,-3],[9,6],[6,-6]],[[5802,7180],[14,-17]],[[5540,7256],[10,19],[-3,2],[13,32],[-3,3],[4,14],[9,-14],[3,-12],[10,-16],[14,27],[41,8],[33,-11],[-2,-10],[7,3],[3,-6],[16,9],[9,-18],[12,11],[12,-13],[6,-4],[1,4],[7,-7],[12,-35],[-4,-5],[4,-6],[-1,-2],[10,-8],[5,-14],[4,2],[3,-10],[-3,-2],[9,-20],[15,10],[1,-4],[5,-3]],[[7372,6477],[-37,-5],[-1,-9],[13,-6],[0,-27],[31,-15],[3,-9],[-5,-30],[-10,3],[-1,-4],[-71,26],[-9,-61],[16,-6],[5,-5],[5,0],[-8,-52],[15,-9],[-30,-58]],[[7129,6514],[17,17],[15,-3],[5,8],[8,-10],[17,14],[1,8],[11,1],[1,-10],[40,-28],[9,18],[8,-7],[6,9],[9,-11],[11,8],[11,-13],[4,5],[12,-18],[6,9],[12,-13],[5,17],[19,-15],[-3,-5],[19,-18]],[[7654,6345],[7,-6],[-7,-60],[-12,-8],[21,-2],[-3,-18],[5,-2],[-1,-16],[4,-1],[0,-17],[9,0],[1,-9],[5,2],[3,-6],[1,-9],[-6,-5],[1,-16],[-4,-2],[2,-11],[4,-12],[5,-2]],[[7390,5944],[11,3],[6,18],[11,6],[-7,33],[20,11],[5,-11],[4,4],[2,-5],[20,32],[-38,51],[39,19],[-18,52],[6,4],[-11,32],[11,9],[9,-15],[18,-17],[26,17],[-14,35],[8,5],[-4,9],[23,15],[-1,15],[25,20],[-22,61],[-9,2]],[[7510,6349],[1,12],[-6,4],[18,6],[0,6],[13,2],[2,-6],[9,3],[2,6],[15,-13],[0,11],[3,-1],[5,9],[8,3],[4,-8],[3,4],[23,-23],[12,-5],[13,-37],[13,11],[6,12]],[[6522,6922],[-5,-20],[5,-6],[0,-23],[5,-10],[2,-12],[-8,-8],[-7,-2],[-7,2],[-10,-9],[-20,-7],[0,-16],[12,-7],[4,-13],[5,-7],[-6,-38],[4,-5],[3,3],[0,-10],[-5,-9],[-7,-1],[-10,5],[3,-6],[1,-21],[5,1],[24,-53],[0,-12]],[[6319,6807],[9,0],[2,14],[8,-1],[8,48],[27,10],[-2,20],[14,1],[3,26],[32,4],[1,5],[3,-1],[14,8],[8,9],[15,-3],[18,11],[6,-13],[13,-11],[-6,-13],[16,-1],[1,3],[4,0],[0,-8],[4,0],[1,10],[4,-3]],[[4346,7656],[12,2],[1,-11],[32,-1],[3,-5],[6,4],[-4,13],[6,9],[-14,14],[9,26],[6,-4],[6,12],[-8,6],[10,26],[-9,4],[1,21],[-7,9],[8,13],[8,-7],[1,-18],[13,-9],[13,-25],[13,5],[8,46],[15,-3],[3,15],[8,-2],[-1,14],[3,4],[7,-2],[-1,-10],[3,-12],[7,3],[0,10]],[[4504,7803],[4,-7],[3,0],[2,-12],[17,-10],[-1,-4],[-17,8],[-8,-9],[3,-15],[6,-6],[43,-4],[-1,12],[48,-3],[1,-11],[5,-1],[-5,-9],[15,-8],[3,-10],[17,-16]],[[4639,7698],[5,-8],[1,-11],[8,-17],[7,7],[-7,24],[55,-4],[6,22],[18,14],[1,-10],[8,2],[-1,23],[5,12],[9,4],[16,-5],[3,-9],[8,4],[5,-11],[12,-7],[1,-36],[-13,-8],[-6,-18],[-2,6],[-4,-4],[1,-8],[-5,3],[-17,-19],[3,-10],[8,0],[2,-7],[-6,-1],[-1,-8],[4,-21],[-6,-2],[10,-13],[9,-6],[0,-6],[15,-16],[-4,-12],[17,-16]],[[8688,5516],[-20,-45],[3,-9],[-6,-18],[2,-2],[-3,-6],[2,-14],[-7,-25],[-1,-12]],[[8383,5744],[6,1],[6,5],[-7,3],[1,5],[12,5],[6,11],[7,-6],[0,-8],[7,4],[2,39],[8,-1],[-3,29],[14,6],[5,12],[30,-8],[9,8],[4,1],[1,6],[4,2],[1,12],[-5,16],[-6,10],[4,5],[2,-1]],[[8491,5900],[25,-33],[20,-11],[10,0],[0,-8],[-4,0],[-2,-12],[20,-10],[3,-8],[13,-4],[6,-6],[-4,-8],[6,-8],[-23,-27],[4,-8],[-3,-26],[-7,-4],[13,-21],[17,-7],[8,4],[4,-4],[3,3],[-4,2],[6,14],[7,-4],[3,-8],[2,6],[4,-15],[6,-7],[-3,-6],[9,-14],[9,1],[-2,-11],[3,-12],[-4,-8],[3,-17],[6,3],[7,9],[20,4],[15,-11],[7,1],[-2,-7],[5,-4],[5,-65],[9,8],[-1,-13],[2,-18],[-8,-7],[-3,-7],[-9,9],[-4,-9]],[[3245,8346],[13,-8],[7,-13],[1,-10],[4,-4],[24,-9],[17,3],[0,-20],[-11,-27],[27,-27],[-8,-2],[2,-11],[12,-21]],[[3333,8197],[3,-22],[-9,-20],[-9,-14],[-3,-18],[-9,-11],[0,-9],[7,-9],[13,-50],[-2,-18],[14,-7],[-4,-15],[42,-41],[-8,-11],[7,-8],[1,-13],[10,-7]],[[2934,8277],[2,9],[3,0],[14,43],[-3,9],[43,32],[9,-5],[-2,-2],[7,-6],[1,-6],[-4,-5],[3,-4],[6,1],[-2,18],[2,1],[-1,12],[8,-9],[4,3],[0,5],[10,-4],[5,-10],[1,-5],[11,-16],[6,-17],[-3,-32],[12,1],[12,-8],[-1,-9],[5,-4],[20,0],[15,20],[-7,8],[-6,13],[7,7],[-6,15],[13,0],[14,8],[40,-7],[30,1],[12,26],[3,-1],[-3,-11],[31,-2]],[[7027,6708],[2,-40],[7,0],[9,-14],[-1,-7],[-3,-2],[7,-7],[3,4],[3,-5],[-8,-9],[-4,-9],[6,-20],[4,0],[2,-6],[-4,-6],[14,-8],[7,1],[19,-51],[-7,-7]],[[6690,6689],[1,6],[5,0],[9,8],[3,-6],[52,-38],[2,-5],[22,10],[8,-19],[9,2],[7,-6],[5,11],[3,-1],[6,7],[6,2],[5,14],[7,8],[0,4],[9,1],[0,-4],[8,0],[1,-10],[13,-3],[4,1],[7,-7]],[[6882,6664],[7,-4],[10,2],[6,11],[-3,4],[6,11],[2,19],[26,9],[6,5],[4,23],[37,-17],[-1,-3],[30,-10],[15,-1],[0,-5]],[[8688,5516],[3,-4],[25,-11],[6,13],[10,1],[-3,29],[-8,-2],[-2,25],[5,4],[11,2],[-1,7],[11,1],[26,-8],[-2,22],[13,7],[-1,26],[-8,-7],[-3,20],[10,8],[14,40]],[[8794,5689],[8,-2],[12,3],[20,-13],[12,7],[35,-2],[11,8]],[[8892,5690],[3,-100],[-4,-20],[20,4],[6,-12],[1,-11],[23,4],[2,-18],[-15,-1],[-3,-49],[-4,-1],[-7,-28],[9,-16],[21,-2],[5,-29],[-13,0],[6,-10],[0,-26],[-16,-4],[0,-11],[-14,-7],[0,-11],[-10,-1],[-6,-6],[1,-15],[17,4],[10,-134],[21,-34],[-11,-23],[3,-20],[-8,2],[16,-14],[-4,-12],[18,-22],[9,7],[8,0],[3,-18],[12,7],[-1,6],[18,10]],[[1071,9046],[2,-5],[3,0],[3,-20],[6,-8],[-3,-7],[1,-7],[4,1],[13,-21]],[[1100,8979],[-3,-24],[10,-6],[-4,-22],[12,-48],[-7,-10],[0,-10]],[[863,8780],[0,4],[0,4],[-1,6],[-5,3],[-1,8],[-1,2],[-1,1],[-1,3],[-1,4],[2,4],[0,4],[0,2],[-2,1],[-3,0],[-3,1],[-4,2],[-2,0],[-3,1],[-1,1],[0,1],[-1,10],[2,5],[1,0],[2,2],[1,2],[2,4],[5,6],[1,5],[-1,8],[-1,2],[-4,8],[-1,2],[-2,0],[-1,-1],[-1,-3],[0,-1],[-1,-1],[-5,0],[-2,0],[-1,1],[-3,8],[-4,4],[-4,9],[0,1],[0,5],[6,-5],[15,-3],[7,-4],[4,2],[2,8],[-3,16],[-9,21],[-10,17],[0,10],[4,3],[5,9],[4,1],[2,12],[-2,11],[-12,9],[-4,-1],[-3,9],[-1,10],[-5,7],[-4,3],[-1,9],[6,3],[7,5],[9,12],[8,1],[3,3],[5,9],[2,5],[14,-5],[0,3],[17,8],[6,3],[8,0],[9,7],[2,1],[3,-1],[3,-8],[0,-24],[6,0],[13,7],[12,-7],[11,3],[26,-14],[-14,-23],[-5,-6],[-2,-13],[2,-7],[13,7],[14,0],[9,-1],[8,-10],[7,-3],[8,-5],[5,-3],[2,0],[8,9],[2,4],[0,7],[7,8],[24,19]],[[5531,7457],[6,-14],[-6,-18],[-7,-8],[6,-14],[-30,-27],[7,-6],[-2,-4],[3,0],[-6,-36],[5,-6],[-1,-4],[10,-12]],[[5269,7372],[-1,50]],[[5268,7422],[1,4],[4,3],[7,10],[5,0],[2,3],[0,7],[-7,19],[3,0],[1,3],[2,-5],[7,3],[15,44],[5,10],[0,9],[11,-2],[-4,-6],[42,5],[33,-47],[45,-4],[5,-20],[13,-3],[3,-3],[11,0],[3,4],[-5,10],[0,12],[-10,15],[2,16],[13,0],[2,-5],[9,-3],[8,-11]],[[5494,7490],[8,-7],[7,6],[1,4],[8,5],[11,-5],[9,0],[3,-11],[-11,-17],[1,-8]],[[4376,7981],[-4,-14],[5,-19],[-7,-14],[3,-8],[7,-12],[10,-9],[1,-9],[9,-5],[0,-4],[7,-2],[2,16],[-6,3],[3,12],[23,-6],[-1,-14],[10,-2],[1,-29],[5,-5],[1,-5],[11,-3],[9,-8],[-6,-14],[29,-5],[10,-4],[6,-18]],[[4115,7947],[-6,40]],[[4109,7987],[1,10],[7,-5],[8,9],[5,-6],[1,-9],[24,-10],[59,6],[8,7],[11,0],[16,5],[6,13],[19,9],[4,-9],[12,-9],[-7,-12],[7,-26],[3,-3],[3,9],[-3,26],[3,3],[4,-3],[2,-26],[24,0],[5,28],[7,-1],[8,-7],[29,2],[0,3],[4,1],[1,-9],[-4,-2]],[[5145,7648],[16,-3],[1,-60],[13,0],[2,3],[16,1],[3,6],[3,-1],[-1,-3],[26,-13],[2,-7],[9,-11],[3,-8],[13,4],[1,-9],[-3,-1],[-15,-84],[5,-1],[-5,-30],[30,-11],[4,2]],[[5006,7575],[8,20],[-2,18],[-11,-4],[1,8],[-1,5],[1,4],[6,-1],[1,16],[-5,6],[0,6],[8,7],[-2,13],[16,20],[-6,8],[5,4],[10,-2],[4,15]],[[5039,7718],[4,2],[-3,-18],[36,-21],[1,-17],[5,-16],[15,35],[7,5],[24,-19],[4,-11],[-1,-8],[14,-2]],[[7426,6578],[4,-14],[-4,1],[6,-26],[-19,-13],[4,-14],[4,2],[13,-4],[9,10],[8,-9],[7,-15],[-14,-7],[-3,-14],[6,-13],[5,-28],[25,-97],[5,-3],[4,-6],[13,16],[11,5]],[[7372,6477],[6,9],[-10,36],[-8,38],[-15,32],[0,9],[5,4],[0,7]],[[7350,6612],[18,0],[0,-5],[5,-1],[2,6],[3,0],[25,-14],[4,-16],[19,-4]],[[1450,8896],[-1,-11],[-2,-3],[-1,-5],[7,-27],[-4,-5],[-1,-7],[16,-14],[25,-7],[4,-9],[-3,-14]],[[1100,8979],[6,-7],[4,-1],[3,-5],[19,9],[6,0],[21,14],[21,5],[1,-6],[11,-2],[6,4],[7,-1],[3,3],[14,3],[5,8],[4,0],[11,10],[4,8],[7,3],[4,-9],[3,-2],[13,10],[5,-6],[9,6],[2,-2],[2,13],[5,8],[-7,17],[6,15],[11,-37],[5,-10],[1,-8],[-5,-1],[0,-7],[8,-5],[5,-10],[0,-17],[-1,-4],[4,-8],[-1,-11],[-7,-11],[-3,-13],[42,-28],[-1,13],[12,4],[11,-3],[6,4],[10,-26],[15,1],[4,21],[-5,0],[-4,11],[20,2],[1,-13],[27,-22]],[[9518,5113],[24,4],[0,39],[2,22],[7,0],[0,16],[-3,8],[13,1],[1,-22],[35,19],[4,0],[4,-12],[16,1],[7,-7],[32,8],[-3,47],[8,17],[6,-7],[20,10],[10,-3]],[[9701,5254],[27,-1],[7,7],[1,-13],[13,13],[14,-1],[4,-10],[11,4],[-3,-11],[16,-10],[8,-81],[-10,-3],[1,-43],[20,-20],[13,-36],[4,-35],[-5,-6],[11,-19],[4,16],[6,-3],[-5,-21],[5,-19],[-5,-7],[-9,-2],[0,-8],[-22,-7],[-19,-1],[-3,-30],[26,-1],[1,-14],[7,4],[0,-7],[8,-10],[-4,-6],[0,-8],[6,-7],[10,22],[9,19],[5,-6],[8,20],[7,2],[5,-31],[9,-29],[3,-18],[-8,-16],[2,-22],[-6,1],[-32,5],[-2,-59],[-14,0]],[[6925,6881],[5,-13],[-5,-12],[-6,-5],[2,-7],[-5,-3],[-2,-9],[-7,-11],[0,-6],[-3,4],[-4,-5],[1,-5],[-4,-6],[6,-8],[-4,-4],[1,-7],[-3,-4],[1,-8],[-1,-6],[4,-5],[-1,-8],[4,2],[-4,-6],[2,-8],[1,4],[5,-1],[-2,-6],[0,-5],[-2,-1],[-2,2],[-5,-5],[3,-10],[-8,-5],[4,-4],[2,-17],[4,-1],[-1,-7],[-4,-2],[-4,2],[-8,-7],[0,-9],[-3,-5]],[[6653,6757],[5,0],[0,10],[19,5],[3,-1],[1,4],[-1,12],[7,7],[0,50],[11,13],[-11,19],[2,7],[-2,2],[5,7],[12,-1],[15,10],[-1,11],[-11,24],[-4,-1],[-4,13],[5,3],[-1,3],[16,2]],[[6719,6956],[3,-21],[22,9],[9,-13],[17,-5],[0,8],[19,-4],[0,-8],[26,29],[6,-7],[2,4],[9,-4],[1,-5],[5,2],[4,-10],[8,-11],[1,-4],[17,-13],[22,-3],[5,-5],[0,-17],[10,7],[6,1],[6,7],[6,-3],[-3,-8],[3,-3],[2,2]],[[7920,6349],[10,-9],[-19,-84],[15,-4],[24,-21],[0,-20],[19,2],[-2,-33],[8,0],[-2,-16],[30,-23],[-3,-27],[-11,10],[-5,0],[-10,-16],[10,-7],[8,-28],[4,-3]],[[7654,6345],[-3,5],[2,7],[-1,21],[3,0],[-1,24],[52,0],[2,16]],[[7708,6418],[28,-1],[1,27],[23,-2],[1,-7],[10,-26],[10,2],[15,-11],[11,48],[8,1],[33,-19],[1,-6],[10,-1],[7,-17],[9,0],[1,-49],[20,-5],[7,-6],[17,3]],[[6209,7196],[-6,-11],[8,-18],[9,-35],[5,4],[4,-7],[-11,-22],[1,-7],[-2,-13],[-9,-33],[-10,0],[-13,-6],[-2,-11],[-15,-2],[0,-23],[-6,-1],[14,-6],[-2,-16]],[[5802,7180],[12,21],[0,12],[-2,0],[9,29],[2,-2],[4,12]],[[5827,7252],[4,-9],[5,1],[1,-4],[6,-1],[1,-4],[6,0],[1,-10],[4,-4],[4,0],[1,5],[3,3],[2,-4],[20,15],[-2,7],[2,2],[3,-4],[4,2],[3,-5],[7,0],[-2,-12],[0,-5],[6,-1],[17,8],[7,9],[8,-9],[3,2],[6,-5],[7,-12],[6,-5],[13,-19],[9,6],[15,1],[1,3],[14,8],[16,-5],[0,-3],[8,-8],[8,9],[0,4],[5,1],[7,14],[2,1],[17,23],[4,8],[7,2],[-2,5],[4,-2],[5,19],[-5,4],[0,31]],[[6088,7314],[30,0],[4,-3],[0,-4],[7,-2],[2,-11],[5,-7],[-2,-7],[4,-2],[7,1],[-1,8],[38,1],[4,-7],[5,-2],[8,-9],[-4,-12],[0,-18],[-2,-5],[6,-5],[15,-22],[-6,-11],[1,-1]],[[9074,5168],[0,2],[-4,-3],[-4,8],[0,4],[8,0],[0,-3],[3,0],[1,12],[10,14],[-1,21],[10,-3],[3,6],[-11,10],[-15,24],[0,7],[-3,4],[-1,10],[4,-2],[12,8],[23,-11],[8,5],[5,-6],[12,3],[5,7],[10,1],[-1,13],[8,15],[-2,2],[-6,-11],[0,16],[4,2],[18,40],[-13,4],[-8,32],[-9,78]],[[9140,5477],[6,-5],[39,5],[9,5],[6,35],[29,-7],[13,28],[22,-4],[12,21],[11,-7],[26,33],[17,-10],[7,-73],[8,1],[3,-5]],[[9348,5494],[4,-54],[12,-3],[13,-27],[19,-1],[1,-30],[17,-10],[7,9],[8,26],[5,-10],[16,17],[5,-3],[5,7],[4,23],[7,25],[8,-6],[4,16],[12,17],[8,0],[11,-17],[3,-42],[10,-13],[-14,-6],[4,-20],[-16,-15],[0,-17],[7,-6],[6,-11],[-9,0],[-2,-62],[-30,4],[-22,19],[-6,-21],[11,-9],[-4,-13],[7,-17],[-8,-6]],[[8892,5690],[6,6],[-3,9],[18,24],[-10,45],[2,11],[10,16],[17,1],[32,-43],[9,-5],[0,-6],[15,-26],[8,7],[14,3],[13,-3],[6,14],[10,8],[-7,14],[24,-2],[10,-11]],[[9066,5752],[11,-20],[23,0],[16,-3],[1,-12],[-10,-27],[30,-42],[11,-9],[13,0],[-6,-14],[13,-13],[-33,-16],[0,-13],[14,-14],[0,-13],[-7,1],[-8,-23],[16,-15],[-17,-22],[-3,-12],[10,-8]],[[6522,6922],[12,28],[5,21],[3,-9],[6,5],[0,9],[11,6],[-2,6],[3,4],[1,-4],[4,10],[-4,2],[3,6],[-7,8],[-3,7],[3,3],[14,4],[-3,9],[0,15],[5,22],[-2,15],[4,12],[-4,4],[-1,7]],[[6570,7112],[11,7],[7,0],[18,-20],[3,8],[5,0],[4,-12],[5,-1],[10,9],[12,-20],[4,6],[15,-16],[11,-4],[-1,-22],[10,-7],[6,-18],[2,-47],[26,4],[1,-23]],[[1906,8974],[-4,-6],[-6,-20],[17,-16],[-1,-5],[-24,-13],[2,-4],[31,-3],[-4,-17],[12,-1],[-3,-19],[4,3],[10,-45],[-6,-6],[7,-27],[4,1],[2,-7],[7,2],[4,-4],[5,-8],[3,-17],[5,3],[2,-12],[-5,-1],[2,-9],[3,2],[-1,5],[4,3],[5,-6],[3,3],[-4,10],[5,9],[-1,4],[19,1],[-2,-24],[14,-10],[4,6],[10,-5],[14,17],[7,-16],[-8,-5],[-2,-6],[4,-5],[-6,-21],[3,-4],[1,-9],[6,-3],[4,-17],[11,-1],[6,-8],[-1,-9],[5,1],[8,-17],[21,-18],[-4,-10],[2,-17],[7,-8],[0,-20],[4,-3],[24,-6],[33,-51]],[[1697,8741],[6,13],[10,11],[17,-6],[15,41],[0,23],[-8,10],[-4,-1],[-5,-7],[-9,9],[10,27],[10,8],[5,-2],[9,4],[1,4],[8,1],[9,-14],[-2,-18],[5,-5],[8,15],[9,23],[24,5],[20,64]],[[1835,8946],[18,19],[9,14],[10,-4],[16,18],[5,1],[4,-2],[4,-4],[5,-14]],[[5531,7457],[42,13],[5,-10],[18,-1],[5,3],[-7,3],[3,11],[-5,13],[13,0],[0,8],[7,-1],[4,23],[3,-1],[2,6],[11,2],[-5,18],[2,9],[11,4],[15,-2],[1,-14],[16,-11],[2,8],[25,-18],[17,-1],[3,3]],[[5719,7522],[5,-2],[1,-21],[-5,-9],[7,-14],[8,-5],[8,-16],[19,15],[9,0],[5,-4],[27,2],[-1,12],[22,5],[-1,-15],[33,-3],[5,2],[2,-7],[3,9],[8,-13],[3,6],[13,-9],[4,12],[-7,7],[2,11],[7,4]],[[5896,7489],[-1,-18],[5,-2],[5,-8],[1,-19],[-7,5],[1,-7],[-6,4],[-10,-31],[3,-3],[-2,-8],[-3,0],[-4,-22],[-14,-18],[-1,-15],[-6,4],[-1,-4],[-6,-3],[1,-4],[-9,-3],[-7,-17],[-3,-38],[6,-7],[-2,-6],[-5,1],[-4,-9],[2,-2],[-2,-7]],[[7188,6846],[13,-7],[2,-8],[17,-8],[-1,-7],[10,-4],[3,-5],[-3,-8],[1,-13],[3,-7],[-4,-4],[-5,2],[-3,-5],[0,-7],[6,-6],[-3,-10],[4,-13],[-5,-17],[3,-5],[0,-10],[8,-12],[19,-4]],[[7253,6688],[3,-22],[-12,-4],[7,-5],[-6,-18],[11,-11],[18,1],[20,-8],[7,-18],[25,2],[0,3],[19,2],[1,3],[4,-1]],[[7027,6708],[7,5],[-2,23],[-7,0],[0,20],[-7,1],[8,45],[35,-12],[1,30],[10,-3],[3,16],[5,-1],[-5,10],[-2,-3],[-15,17],[5,11],[3,-1],[13,29]],[[7079,6895],[15,-18],[5,6],[20,-16],[10,15],[17,-3],[0,-5],[-6,-2],[1,-8],[-5,-2],[12,-17],[9,2],[11,-3],[8,-8],[12,10]],[[4051,8269],[1,-12],[5,-11],[-20,13],[-15,-6],[0,-44],[13,-4],[17,-26],[5,-12],[-2,-15],[10,-17],[4,-3],[9,-11],[4,-13],[-12,-38],[17,-17],[3,7],[4,-1],[3,-21],[-6,0],[-12,7],[-9,-3],[-5,-5],[4,-12],[13,-14],[-9,-8],[3,-4],[0,-8],[-20,0],[-1,-3],[18,-8],[15,12],[21,-5]],[[3672,7938],[-3,15],[9,2],[4,5],[-3,6],[3,2],[10,-18],[11,-1],[12,69],[-1,4],[10,10],[6,-1],[6,24],[-5,5],[7,22],[-9,9],[2,5],[-2,4],[-1,6],[-8,5],[-3,18],[3,6],[7,-3],[2,11],[10,-4],[2,6],[-11,22],[4,19],[5,3],[7,-1],[13,2],[12,-11],[1,10],[8,-4],[1,9],[2,2],[0,18],[22,0],[1,-8],[7,-3],[-1,22],[9,1],[9,19],[-15,6],[-2,11],[1,11],[-2,4],[-2,13],[2,5]],[[3812,8295],[7,-9],[15,-4],[9,-15],[30,15],[5,-6],[21,-3],[5,6],[2,-7],[-6,-8],[-1,-6],[10,2],[2,-4],[2,5],[-1,5],[10,2],[-9,9],[20,-9],[3,-6],[4,0],[2,7],[-7,5],[5,19],[2,-1],[-2,-9],[11,-10],[6,-10],[5,-3],[4,13],[1,7],[8,7],[-2,17],[5,17],[16,-13],[3,3],[4,7],[3,-3],[-4,-10],[8,-3],[-1,-6],[-5,0],[-4,-3],[6,-15],[7,0],[11,9],[0,6],[13,-5],[-5,-13],[17,-3],[0,-4],[4,1]],[[3333,8197],[5,9],[8,1],[4,-4],[3,3],[7,-8],[-2,-6],[20,-16],[1,-4],[5,0],[0,3],[3,0],[0,-8],[-3,-5],[2,-5],[-7,-13],[7,-12],[7,2],[3,10],[6,2],[4,17],[8,-2],[5,10],[0,10],[5,14],[8,14],[6,5],[5,20],[6,4],[4,12],[-1,11],[26,-2],[7,9],[3,20],[5,4],[12,-8],[9,5],[3,-1],[6,7],[0,8],[5,0],[7,9],[-2,19],[17,8],[5,15],[2,81],[19,8],[2,-4],[4,3]],[[3582,8442],[-2,-8],[4,-2],[2,4],[20,0],[1,5],[15,-3],[2,-22],[5,-4],[1,-4],[30,-11],[16,5],[0,9]],[[3676,8411],[15,1],[7,9],[6,-6],[35,1],[0,8],[5,-1],[0,-7],[22,0],[0,-9],[-3,-6],[4,-15],[-4,-4],[2,-15],[-2,-3],[9,-21],[4,-3],[12,13],[5,-5],[18,-27],[1,-26]],[[8491,5900],[27,10],[21,19],[-8,10],[-4,-2],[-10,16],[3,3],[7,-5],[-5,27],[-30,22],[5,16],[23,27],[4,10]],[[8524,6053],[5,6],[30,3],[49,-16],[49,-22],[0,5],[15,0],[0,-5],[9,-1],[7,31],[9,15]],[[8697,6069],[5,-22],[6,-3],[-1,-8],[11,1],[4,-12],[5,3],[6,-18],[-16,-9],[-8,-12],[5,-11],[-5,-7],[16,-18],[13,-9],[5,3],[14,-14],[33,-4],[3,30],[12,-5],[9,2],[1,-16],[-9,-49],[-3,-41],[-5,-5],[12,-26],[13,-49],[-1,-10],[-12,-1],[-12,-7],[0,-26],[-13,12],[-15,-38],[20,0],[1,-10],[3,-1]],[[5145,7648],[6,12],[24,15],[12,-1],[0,9],[25,-13],[4,12],[30,-9],[7,5],[3,10],[0,25],[9,1],[4,-6],[8,17],[55,-4],[-3,22],[7,3],[-4,33],[16,1],[0,21]],[[5348,7801],[26,10]],[[5374,7811],[15,-16],[2,1],[6,-14],[3,3],[5,-8],[8,-5],[7,-12],[0,-8],[4,-5],[-3,-25],[6,-22],[59,-1],[0,-14],[-4,-8],[4,-17],[-8,-17],[-20,-11],[-7,11],[-6,-1],[-1,-15],[-4,1],[-1,6],[-6,-5],[6,-8],[-3,-7],[1,-8],[28,-11],[3,-29],[6,-8],[3,-30],[6,-9],[22,23],[3,-5],[-13,-25],[3,-8],[0,-9],[-4,-5]],[[4991,7938],[0,-10],[13,-1],[1,-26],[8,3],[1,-11],[6,0],[1,-38],[-9,-13],[-2,-13],[3,-11],[11,-11],[-3,-10],[4,-8],[-2,-8],[-32,1],[0,-22],[12,-2],[0,-18],[15,-1],[0,-4],[18,-4],[3,-13]],[[4639,7698],[3,11],[20,-3],[-7,14],[14,6],[3,14],[-8,8],[4,7],[9,8],[8,-9],[15,14],[-3,17],[7,2],[8,40],[5,0],[2,12],[6,0],[9,7],[-13,18],[1,21],[11,12],[0,3],[-14,12],[11,12],[11,5],[0,12],[19,47]],[[4760,7988],[17,5],[31,-18],[5,12],[14,11],[3,-4],[-17,-15],[-2,-7],[1,-7],[-7,2],[0,-8],[3,-6],[22,3],[2,27],[6,7],[3,-10],[21,-4],[1,-5],[9,-2],[3,8],[10,-3],[22,5],[10,-4],[22,4],[2,20],[28,-8],[-2,-30],[10,-4],[6,-13],[3,1],[5,-7]],[[5896,7489],[4,2],[15,-1],[35,40],[6,0],[2,4],[-1,18],[4,1],[-1,5],[13,2]],[[5973,7560],[13,-16],[21,9],[-1,-14],[9,-4],[-9,-34],[27,3],[7,-24],[-4,0],[1,-3],[-5,-6],[1,-3],[-5,-23],[1,-5],[9,-4],[2,-9],[11,0],[0,-16],[8,0],[4,-11],[-2,-9],[4,-12],[6,5],[8,-1],[2,-2],[-5,-13],[5,-15],[-6,-5],[-1,-18],[2,-2],[6,3],[6,-17]],[[6588,7191],[-7,-16],[4,-13],[-7,-16],[-5,1],[-3,-7],[1,-4],[-7,-11],[5,-6],[1,-7]],[[6209,7196],[1,-1],[3,6],[10,2],[3,7],[7,1],[0,3],[9,-12],[12,6],[15,-10],[2,9],[-3,5],[5,8],[-13,13],[-3,11],[4,3],[1,-2],[16,4],[-7,21],[12,13],[-3,6],[5,7],[3,-2],[4,13],[-1,1],[3,16],[4,8],[1,12],[11,11],[0,4],[11,10],[5,8],[12,-2],[3,12],[6,0]],[[6347,7387],[18,-3],[1,-11],[-3,-9],[21,-24],[15,4],[2,4],[2,-2],[-7,-14],[0,-6],[6,0],[2,-18],[4,-2],[2,6],[5,-1],[4,-7],[3,1],[-2,4],[2,11],[5,1],[3,-4],[-1,-5],[21,1],[6,-34],[8,-27],[-3,-25],[13,-9],[-7,-25],[10,-9],[7,9],[7,21],[3,-2],[5,6],[2,-10],[3,3],[0,5],[7,5],[5,-2],[4,-5],[4,2],[5,-7],[7,9],[0,-6],[13,-2],[-1,-9],[6,-1],[0,-2],[28,3],[-1,-7],[7,-3]],[[2654,8867],[12,-21],[9,-28],[-1,-13],[10,-2],[15,-39],[-23,-33],[-2,5],[-7,-9],[16,-27],[5,-22],[-3,-19],[-5,-6],[0,-28],[3,-2],[4,-13],[0,-10],[-2,-5],[1,-13],[25,-24],[10,-7],[-1,-25],[5,-17],[11,-24],[-14,-34],[-15,-6],[-15,-1],[-9,-6],[-9,2]],[[2196,8530],[10,10],[3,6],[13,18],[66,3],[26,12],[3,34],[14,-2],[4,-8],[17,7],[-8,11],[0,8],[-6,5],[0,46],[-13,3],[-8,20],[7,14],[9,-1],[5,8],[4,15],[31,18],[-2,5],[10,7],[3,27]],[[2384,8796],[4,1],[0,7],[23,6],[6,7],[2,9],[8,-12],[10,-6],[3,18],[-8,18],[6,15],[2,-2],[3,15],[-2,-1],[0,6],[18,0],[1,26],[77,-3],[0,28],[6,5],[10,-12],[12,-1],[2,-3],[17,2],[8,-6],[4,-14],[26,-17],[12,-21],[7,-1],[8,7],[5,0]],[[3245,8346],[4,19],[6,0],[7,-10],[9,3],[-7,6],[8,22],[7,-4],[4,9],[-7,5],[-6,13],[7,9],[3,14],[-6,4],[-1,7],[4,1],[3,10],[-2,23],[7,15],[-6,8],[2,12],[-9,10],[7,12],[3,17],[5,0],[1,5],[-4,6],[18,19],[10,2],[-7,-17],[-3,3],[-1,-6],[9,-12]],[[3310,8551],[-1,-10],[11,10],[9,2],[3,-3],[5,5],[8,-21],[9,-4],[9,7],[6,-17],[18,-8],[2,-4],[5,2],[2,10],[14,-2],[3,-9],[18,-4],[4,23],[-3,4],[6,10],[3,-1],[1,-5],[8,-6],[-1,-6],[8,-3],[9,5],[0,7],[6,-7],[25,-3],[0,15],[6,17],[11,17],[14,-7],[3,-17],[-6,-7],[4,-4],[12,8],[11,-2],[0,-7],[9,-1],[-5,25],[9,5],[4,11],[16,-5],[1,-8],[-7,4],[-6,-11],[2,-3],[5,4],[6,-9],[-3,-14],[3,-8],[27,-1],[0,-4],[-4,0],[-1,-7],[16,-1],[0,-6],[-3,-7],[-12,4],[-13,-3],[-4,2],[-2,-2],[4,-7],[-3,-3],[-11,3],[1,-8],[9,-13],[0,-5],[4,-5],[-2,-12],[2,-7],[-12,-2]],[[7188,6846],[0,24],[-2,9],[3,9],[8,-3],[7,17],[-4,5],[13,16],[6,-5],[4,10],[11,6],[13,11],[4,-14],[28,4],[-3,-19],[9,-8],[17,6],[2,-8],[5,16],[9,8]],[[7318,6930],[2,7],[9,0],[8,-6],[-15,-27],[-7,-8],[-4,0],[-9,-13],[15,-14],[18,-8],[7,2],[0,-2],[9,-2],[1,-9],[8,-3],[19,-23],[-1,-16],[-22,-10],[-2,-3],[1,-21],[-11,3],[-2,-6],[1,-17],[-52,-19],[3,-6],[0,-9],[-2,-3],[1,-11],[4,-8],[3,-1],[2,-19],[-49,10]],[[1450,8896],[2,6],[3,23],[9,13],[-2,10],[2,3],[-4,5],[-2,10],[2,8],[-1,27],[1,-1],[-4,31],[-51,-7],[-2,3],[-16,3],[3,16],[13,-8],[7,8],[-1,5],[-4,6],[7,5],[0,8],[-8,2],[11,12],[-1,6],[5,8],[2,9],[-8,27],[0,12],[-3,2],[6,11],[-13,15],[-1,4],[3,2],[2,6],[6,-1],[5,-4],[7,-23],[5,9],[2,27],[3,11],[-2,12],[2,11],[17,14],[8,3],[10,1],[6,-5],[4,9]],[[1480,9250],[3,-8],[5,3],[7,-13],[9,-1],[46,27],[9,-12],[-1,-5],[4,-2],[-3,-11],[4,-6],[-2,-12],[9,-2],[9,14],[16,-1],[25,29],[24,5],[-4,-12],[2,-2],[-1,-60],[8,-2],[4,-6],[4,2],[6,-3],[8,-10],[10,-6],[-3,-9],[-14,-15],[0,-2],[12,9],[5,0],[1,8],[5,3],[2,7],[2,1],[-7,6],[10,3],[0,4],[2,0],[5,16],[11,-10],[7,-10],[8,-3],[13,8],[2,-2],[3,2],[5,-2],[2,-5],[13,-6],[2,2],[8,-6],[-6,-25],[4,-18],[3,-3],[-7,-21],[1,-15],[13,-11],[15,3],[23,-20],[-4,-9],[2,-4],[4,-2],[1,-15],[3,-3],[10,3],[-4,-25],[-10,-15],[-6,-16],[-10,-2],[-9,11],[0,-13],[2,-5],[18,-4],[7,5],[10,-5]],[[2250,9106],[7,11],[22,-16],[24,-30],[-15,-38],[9,-28],[12,-6],[-9,-31],[-30,-2],[0,-4],[-9,-4],[52,-70],[-1,-15],[-7,-1],[-11,-9],[8,-13],[2,-8],[4,7],[27,5],[-2,-17],[3,-17],[8,-21],[28,10],[12,-13]],[[1906,8974],[7,2],[3,26],[-9,14],[-2,15],[-10,-4],[-5,27],[-7,-6],[0,-4],[-5,-2],[1,21],[19,2],[-2,-9],[6,-2],[8,27],[9,-6]],[[1919,9075],[18,6],[6,-4],[-2,-10],[5,-16],[13,11],[8,-21],[14,-6],[-12,-44],[0,-11],[3,-9],[133,46],[-2,6],[4,10],[-6,6],[-6,14],[-5,3],[4,4],[-2,26],[13,21],[4,11],[-2,3],[12,26],[5,1],[1,3],[4,-4],[4,10],[2,-2],[2,24],[12,1],[-6,-8],[2,-22],[5,7],[6,-2],[-4,-13],[-16,-22],[11,-22],[3,-2],[3,2],[-4,7],[7,0],[2,-3],[19,-4],[34,-2],[34,6],[5,4]],[[7645,6725],[0,-8],[8,-21],[9,-9],[12,-3],[7,-10],[-11,-3],[-4,-6],[4,-12],[9,-1],[0,-6],[10,-9],[14,-3],[0,-17],[-8,1],[0,-6],[4,-8],[-5,-21],[5,-34],[-1,-8],[5,1],[3,-18],[5,2],[10,-16],[8,-4],[-21,-22],[-6,-37],[6,-29]],[[7426,6578],[16,14],[10,0],[2,13],[0,31],[21,5],[2,-5],[20,18],[-14,32],[3,16],[-4,6],[-10,1],[11,16],[6,21],[12,-6],[4,19],[-3,1],[1,12],[-7,1],[1,27],[27,8],[-2,3],[7,6],[12,-15],[-6,-7],[27,-11],[4,21],[8,5],[-1,7],[-9,-1],[2,30],[18,17],[3,-5],[5,8],[-4,2],[5,8]],[[7593,6876],[12,-1],[3,-10],[11,2],[-2,12],[6,3],[3,-30],[12,0],[1,7],[7,-19],[6,-8],[1,-19],[10,-15],[-7,-10],[2,-9],[6,-6],[-2,-3],[-5,0],[-5,-29],[-6,-7],[-1,-9]],[[8392,6433],[4,-19],[-16,-17],[2,-5],[-3,-4],[8,-11],[-15,-17],[-11,14],[-10,4],[-16,-6],[-6,-7],[0,-15],[5,-4],[2,-9],[-9,-10],[5,-31],[4,-55],[-4,-3],[-6,8],[-17,6],[-6,-5],[-4,-24],[-10,1],[0,-16],[14,-13],[2,-7],[-4,-12],[-5,-2],[-5,-14],[-27,-29],[7,-3],[2,-5],[-10,-3],[-4,8],[-10,-1],[-8,8],[-14,-1],[-3,7],[-9,6],[-8,-1],[-4,-81],[9,-56],[0,-17]],[[7920,6349],[9,18],[16,-16],[-1,23],[9,1],[-4,25],[-11,8],[-7,12],[-4,-18],[-3,5],[-19,2],[-3,4],[-3,7],[4,14],[6,-4],[2,6],[-6,6],[21,-3],[12,-13],[16,32],[22,-7],[7,16],[2,-2],[6,13],[6,-2],[10,31],[43,-24],[1,22]],[[8051,6505],[8,1],[15,13],[9,3],[0,11],[22,14],[0,21],[30,-1],[0,-39],[14,-6],[4,-12],[2,-1],[5,11],[16,1],[-3,-24],[7,0],[1,-21],[4,-8],[9,-6],[17,-1],[11,30],[9,-21],[8,20],[15,12],[1,7],[6,0]],[[8261,6509],[13,-10],[21,22],[12,-6],[4,-24],[0,-17],[-5,-2],[5,-23],[14,3],[20,-4],[33,-22],[14,7]],[[6041,7673],[-3,-3],[-10,-19],[-8,1],[-3,-9],[2,-5],[-6,-15],[1,-12],[-15,8],[0,-4],[-11,0],[5,-15],[-5,-4],[-2,-7],[2,-4],[-2,-7],[-3,-3],[-6,4],[-9,-12],[5,-7]],[[5719,7522],[8,8],[-2,10],[-10,5],[-6,13],[1,11],[6,7],[12,4],[8,-8],[2,5],[1,25],[4,12],[11,2],[7,-10],[5,2],[1,5],[-17,26],[0,10],[5,4],[5,1],[0,-9],[4,1],[14,-4],[2,12],[8,8],[4,-1],[4,-9],[13,-1],[6,-14],[6,0],[1,6],[7,7],[2,7],[1,19],[8,15],[1,24],[-1,16],[12,0],[2,5]],[[5854,7736],[5,-4],[-1,-11],[6,-10],[18,-3],[12,-9],[-1,-6],[2,-7],[6,3],[4,10],[7,3],[3,7],[3,-2],[-2,-18],[4,-1],[-2,-17],[5,-2],[9,17],[21,-3],[2,7],[6,-1],[5,12],[6,4],[11,-12],[10,0],[4,3],[15,-5],[10,6],[7,-2],[3,3]],[[6032,7698],[9,-25]],[[8491,6355],[-9,-17],[-18,-17],[-3,1],[-7,-15],[2,-4],[-10,-16],[-5,1],[5,-15],[-5,-37],[17,-46],[-3,-7],[-8,-1],[-1,-15],[30,-7],[6,-15],[23,-17],[-2,-28],[-3,-13],[22,-23],[2,-11]],[[8392,6433],[12,7],[18,19],[9,-9],[-6,-31],[1,-7],[3,4],[7,-2],[5,8],[26,-46],[3,1],[4,-5],[2,10],[4,-5],[-3,-9],[6,-10],[8,-3]],[[4376,7981],[6,-6],[10,29],[0,18],[6,3],[5,24],[-14,50],[12,22],[1,39],[-10,39],[-10,11],[-4,20],[5,4],[-7,24],[6,8],[0,17],[7,8],[22,7],[7,-6],[7,5],[10,0],[10,12],[-1,11],[4,-5],[17,3],[2,-4],[11,0],[1,8],[9,3],[10,-11],[11,1],[3,7],[7,0],[1,4],[8,7],[16,-25],[14,17],[11,3],[0,-7],[11,-11],[4,-15],[-5,-6],[6,-3],[0,-6],[-5,-7],[1,-10],[6,-10],[24,-4],[-6,12],[0,30],[4,9],[7,3],[8,-2]],[[4624,8301],[56,6],[1,-22],[11,0],[10,-10],[4,-20],[-3,-28],[7,-13],[6,-19],[-1,-9],[10,-35],[28,-9],[1,-10],[18,-18],[4,-23],[-4,-5],[5,-24],[-6,-7],[1,-12],[-4,-7],[-3,-1],[-7,11],[-7,-4],[7,-15],[0,-19],[-4,-5],[1,-18],[5,3]],[[1546,9395],[3,-19],[-15,-4],[-1,-8],[12,-5],[3,-6],[0,-21],[8,-2],[-10,-13],[-1,2],[-2,-1],[-4,-10],[-6,-6],[-2,-6],[-8,-9],[-5,-1],[-7,3],[-6,11],[-7,6],[-3,-1],[-2,-16],[-4,-12],[-6,-7],[-3,-20]],[[1071,9046],[2,1],[12,24],[3,8],[10,28],[81,63],[28,43],[-7,23],[0,13],[-7,25],[4,15],[6,18],[11,17],[2,6],[3,3],[-3,11],[3,9],[4,0],[14,18],[9,6],[49,0],[22,7],[11,-2],[17,3],[3,6],[17,9],[12,2],[20,-4],[5,-9],[23,5],[15,-17],[14,2],[9,10],[7,4],[5,17],[4,4],[13,-1],[5,-19],[6,3],[36,16],[7,-18]],[[6925,6881],[18,15],[5,-1],[2,13],[-2,4],[-5,2],[-2,5],[1,5],[-12,1],[-2,8],[-7,8],[7,4],[3,15],[15,3],[7,14],[-18,5],[0,24],[-2,7],[7,9],[7,19],[-1,10],[-10,5],[-1,19],[-11,20],[-17,5],[-1,-2],[-10,2],[-5,4],[-11,0],[-11,-4],[0,10],[-6,0],[-1,20],[-4,0],[-4,18],[16,-1],[3,4],[-1,2],[3,20]],[[6875,7173],[4,9],[7,-2],[2,-6],[14,-5],[5,-8],[5,3],[8,1],[0,-5],[5,1],[-1,4],[7,20],[-2,2],[2,2],[3,-5],[-3,-6],[0,-8],[3,-5],[-2,-4],[12,-1],[-1,5],[-1,23],[4,0],[-2,21],[4,3],[7,-1],[1,7],[7,4],[9,-3],[0,-5],[-5,-12],[13,3],[9,8],[11,2],[-1,7],[15,0],[4,-6],[5,5],[3,8],[4,-4],[27,-4],[20,-9]],[[7077,7212],[4,-23],[-5,-49],[10,-1],[0,-15],[3,-1],[2,-9],[-15,-16],[-2,-9],[-18,-28],[-15,-40],[-10,-17],[7,-36],[-5,-8],[10,-8],[8,-15],[11,3],[17,-45]],[[9032,6124],[0,-15],[5,-2],[0,-14],[-3,-17],[17,-25],[-1,-34],[9,2],[-2,7],[12,2],[1,-8],[25,2],[1,-5],[18,-1],[1,-12],[-7,-14],[25,-3],[17,-24],[1,-61],[3,-19],[12,1],[1,-29],[-16,-2],[-1,-24]],[[9150,5829],[-1,-28],[-37,3],[-46,-52]],[[8697,6069],[-2,10],[16,8],[-1,4],[9,4],[-6,13],[7,9],[25,9],[-6,24]],[[8739,6150],[19,-2],[10,-13],[19,2],[41,-7],[-2,24],[16,10],[11,-6],[64,20],[12,-2],[1,-5],[22,0],[7,-25],[9,-47],[22,8],[12,14],[11,26],[19,-3],[0,-20]],[[7645,6725],[12,-8],[5,6],[14,-5],[5,7],[16,-11],[3,10],[9,7],[6,-1],[7,-12],[14,-4],[14,20],[0,13],[-4,8],[-17,4],[6,21],[22,24],[7,-8],[20,-7],[20,9],[8,-5],[7,4],[-1,9],[10,-6],[4,2],[9,-9],[2,-10],[-1,-16],[7,-7],[18,8],[3,-9],[7,2],[4,8],[16,1]],[[7897,6770],[7,-18],[-1,-11],[7,3],[2,-5],[26,28],[9,11],[17,2],[15,-13],[0,-11],[15,0],[4,10],[7,0],[1,-7],[6,3],[1,-12],[8,-15],[8,-3],[6,-9],[-11,-11],[-9,-3],[-2,-21],[2,-9],[19,-23],[10,-3],[8,-9],[6,0],[2,-28],[-3,2],[-6,-113]],[[6352,7623],[-1,-36],[-10,-1],[-6,-8],[-2,-25],[5,-4],[-5,-34],[-6,-4],[2,-5],[-5,-8],[5,-9],[-7,-11],[8,-18],[-1,-10],[2,-16],[17,-3],[-1,-20],[10,-2],[-10,-22]],[[6041,7673],[20,-3],[9,-15],[7,9],[3,-4],[5,2],[4,12],[7,0],[4,4],[3,-3],[4,-11],[4,-6],[11,-1],[5,-5],[4,7],[5,0],[-2,6],[3,6],[3,14],[-2,11],[9,7],[1,5],[3,0],[1,7],[6,-1],[4,-4],[-1,-5],[5,-1],[5,-13],[9,-3],[1,-14],[31,-1],[0,-30],[21,3],[0,-9],[4,-1],[0,-10],[8,-10],[1,2],[-1,9],[16,10],[9,-3],[-1,-8],[4,-4],[8,22],[3,-1],[5,-17],[10,-4],[3,6],[0,5],[13,2],[6,6]],[[6321,7641],[23,-11],[1,-5],[7,-2]],[[8491,6355],[11,0],[2,-22],[25,-10],[1,-12],[15,5],[5,10],[9,8],[7,15],[6,34],[12,-1],[15,21],[4,14],[12,-1],[16,-12],[11,1],[0,-10],[18,-10],[2,8],[18,-3]],[[8680,6390],[6,-10],[-4,-54],[18,2],[0,-12],[2,0],[-1,-23],[10,-18],[-9,-88],[2,-25],[35,-12]],[[9538,5852],[0,-21],[8,-21],[-18,-3],[-11,-37],[-7,-30],[-14,-43],[-13,-4],[-2,-20],[-12,0],[-3,4],[-16,1],[-31,-61],[-24,-10],[25,-66],[-16,-6],[9,-32],[-13,-7],[-12,7],[-40,-9]],[[9150,5829],[30,4],[1,8],[39,-2],[0,49],[34,33],[143,-28],[3,38],[26,-14],[15,7],[15,3]],[[9456,5927],[2,-5],[-11,-18],[9,-16],[16,-7],[18,14],[48,-43]],[[4991,7938],[11,0],[4,7],[5,-4],[0,7],[5,11],[2,-8],[14,11],[-29,50],[17,23],[16,2],[8,15],[16,42],[4,0],[12,14],[-6,4],[-5,-3],[0,38],[6,0]],[[5071,8147],[17,6],[26,-4],[21,15],[5,-2],[0,9],[5,1],[7,-5],[5,10],[3,0],[1,-9],[8,-1],[6,-6],[5,-12],[13,-8],[17,-27],[10,-5],[-1,-5],[29,-20],[3,3],[7,-9],[-13,-41],[5,-3],[16,0],[8,21],[10,-12],[0,-9],[9,-64],[-6,-11],[20,-6],[-13,-19],[21,-22],[-13,-23],[0,-12],[9,-10],[4,-36],[9,10],[-1,-23],[10,-13],[15,-4]],[[7569,7023],[1,-10],[-6,-3],[-6,6],[-1,-13],[4,-10],[-12,-24],[0,-9],[11,-12],[-7,-12],[4,-4],[8,10],[3,-4],[-1,-12],[11,-1],[3,-7],[13,-3],[-4,-15],[3,-3],[-4,-12],[4,-9]],[[7318,6930],[-1,10],[7,3],[0,18],[-2,15]],[[7322,6976],[17,1],[19,9],[9,-14],[3,2],[1,-22],[23,-3],[-5,12],[1,5],[-9,9],[15,23],[3,-4],[14,23],[0,5],[21,22],[28,-6],[7,-23],[42,19],[5,16],[5,2],[21,-9]],[[7542,7043],[8,6],[-1,-6],[6,-10],[-1,-7],[15,-3]],[[6588,7191],[15,13],[10,2],[16,12],[6,0],[0,6],[-4,2],[0,7],[6,59],[12,35],[5,8],[5,25],[-4,2],[7,13],[3,-2],[7,32],[4,6],[10,2],[-4,9],[1,8],[6,4],[-7,10],[7,8],[8,-3],[-2,-7],[8,0],[-1,6],[2,4],[5,0],[0,11],[20,-2],[4,-9],[7,1],[0,7],[19,5],[1,8],[6,-2]],[[6766,7471],[4,-4],[0,-7],[5,-9],[9,-7],[-6,-24],[32,-41],[4,4],[19,-4],[12,-5],[-4,-9],[5,-16],[-2,-13],[-3,3],[1,-6],[7,-11],[4,5],[-3,6],[13,-5],[1,-14],[3,-6],[2,9],[4,-11],[-7,-26],[-3,0],[-16,-38],[1,-5],[5,-1],[-4,-21],[6,0],[0,-16],[5,-2],[-1,-9],[16,-15]],[[5826,7918],[3,-13],[-6,-9],[10,-7],[2,3],[16,1],[-2,-8],[10,-10],[5,0],[1,-17],[7,0],[0,-22],[-8,-3],[0,-9],[-16,-4],[3,-17],[-3,1],[4,-12],[0,-11],[3,-6],[-2,-3],[5,-11],[-3,-7],[10,-3],[1,-12],[-2,-5],[-9,7],[-1,-5]],[[5374,7811],[14,11],[3,7],[-5,8],[10,12],[2,7],[-4,11],[6,15]],[[5400,7882],[9,25],[9,-4],[6,17],[26,-12],[1,-7],[12,-6],[3,4],[-3,9],[14,9],[-3,11],[16,53],[19,-7],[-1,-12],[12,1]],[[5520,7963],[14,2],[14,14],[21,12],[12,-31],[6,7],[1,-15],[6,-12],[6,0],[2,-6],[-3,-5],[5,-12],[17,-12],[1,9],[5,8],[-7,3],[7,12],[11,-11],[13,-9],[3,15],[13,0],[1,8],[10,-2],[-1,-9],[6,-3],[4,-27],[9,-5],[1,4],[7,-2],[3,-5],[12,2],[0,-6],[8,0],[6,7],[0,5],[-8,5],[-2,8],[4,2],[0,8],[-4,23],[5,4],[10,-6],[1,-8],[11,-8],[4,5],[16,-12],[2,3],[14,-3],[5,11],[25,-2],[6,-12],[4,1]],[[9696,5758],[9,13],[18,-28],[11,12],[11,-37],[6,-4],[1,-8],[5,-16],[-5,-3],[-3,-13],[7,-10],[11,-3],[6,-6],[1,-14],[5,-14],[4,10],[-1,11],[7,-1],[3,-14],[40,7],[9,-12],[9,-17],[20,-7],[3,19],[4,25],[6,1],[6,16],[16,-6],[11,-54],[-43,-74],[-12,-19],[-16,15],[-36,19],[-47,24],[-9,-39],[3,-12],[-14,-44],[-8,12],[-13,-54],[-10,-14],[2,-22],[5,1],[0,-18],[3,-4],[-11,-20],[5,-3],[-2,-16],[-9,-13],[-17,-33],[-1,-15],[15,-22]],[[9538,5852],[20,-11],[11,9],[0,12],[-8,6],[9,21],[-3,13],[11,0],[1,-24],[21,3],[-4,-13],[-4,-3],[4,-3],[20,-71],[1,-26],[30,-19],[19,30],[14,-27],[16,9]],[[3055,8919],[4,-25],[-12,6],[-14,-23],[-25,-5],[2,-62],[9,0],[3,-19],[7,-6],[-1,-8],[-16,-1],[-1,6],[-27,27],[-4,19],[4,12],[-17,-1],[1,-21],[-7,-36],[1,-40],[17,-11],[1,-16],[-3,-14],[-17,-33],[-27,-6],[3,-34],[8,-25],[-6,-3],[0,-3],[-2,-2],[4,-12],[5,-1],[5,-13],[-5,-2],[-4,-13],[-7,-2],[-15,-27],[-8,-2],[1,-21],[-5,-14],[2,-2],[-14,-20],[3,-7],[-5,-7],[-3,0],[3,-38],[-2,-5],[1,-12],[-7,-5],[0,-11],[-10,2],[-3,-6]],[[2654,8867],[3,0],[1,12],[2,1],[0,23],[32,2],[14,16],[16,0],[0,14],[-5,3],[-3,14],[-6,9],[-11,36],[-6,5],[-7,1],[-20,69],[3,10],[11,17],[0,7],[-3,14],[2,18],[126,3]],[[2803,9141],[1,-37],[17,3],[6,1],[12,-17],[0,-9],[-15,-34],[3,-11],[4,-11],[6,1],[-1,4],[43,0],[8,12],[19,-13],[19,1],[0,9],[15,9],[0,-13],[8,-4],[8,9],[2,-5],[-4,-10],[1,-11],[9,-6],[3,-2],[5,5],[8,20],[-8,-1],[-3,29],[6,10],[12,-21],[6,18],[38,-37],[13,7],[1,18],[12,-18],[10,1],[1,-4],[2,-5],[6,1],[12,-2],[2,-12],[2,-3],[-5,-38],[-24,-28],[1,-25],[-9,-3]],[[1911,9429],[2,-11],[19,-17],[14,2],[11,-2],[16,-9],[-8,-17],[-8,-4],[-9,-13],[-10,-24],[-1,-14],[4,-11],[2,1],[1,-7],[-2,-9],[-2,1],[-5,-6],[-2,-11],[8,-11],[1,-8],[-4,0],[10,-7],[-3,-3],[-2,-17],[4,-4],[7,10],[7,-19],[-4,-18],[-7,-15],[2,-13],[-9,-14],[-1,-18],[-6,-6],[1,-10],[-2,-8],[-5,-3],[0,-9],[-4,-9],[0,-6],[-7,-15]],[[1546,9395],[18,0],[18,23],[12,4],[20,25],[7,3],[7,9],[11,7],[7,-3],[14,1],[9,4],[6,10],[8,3],[7,4],[11,-3],[7,-7],[4,1],[7,7],[6,2],[4,-1],[5,-7],[9,-4],[1,-4],[6,-3],[4,-5],[6,-7],[1,-4],[3,-3],[4,1],[2,-5],[7,-4],[6,3],[8,-10],[4,1],[11,-2],[4,-6],[22,1],[17,-2],[3,6],[0,6],[3,0],[6,-2],[4,-8],[5,7],[5,16],[36,-20]],[[3274,8987],[-2,-10],[-4,-4],[-9,-20],[-2,-10],[4,-8],[13,9],[5,-5],[-1,-9],[-9,-27],[-7,-1],[-13,-36],[4,-10],[-2,-13],[2,-15],[7,-16],[4,1],[3,-20],[-6,0],[-1,-7],[2,-6],[-3,-16],[-19,-11],[-2,-5],[10,4],[15,-40],[6,-11],[0,-8],[-7,-3],[-6,-15],[2,-4],[-6,-42],[47,24],[18,-30],[-7,-72]],[[3055,8919],[16,-24],[4,0],[11,-9],[11,-18],[12,-2],[2,5],[1,18],[9,18],[10,32],[19,2],[8,14],[-5,7],[0,4],[-1,3],[-6,20],[-1,8],[2,8],[0,14],[6,15],[-6,5],[-5,6],[17,15],[5,1],[10,-8],[5,-1],[3,-7],[11,0],[3,-9],[3,-6],[1,-14],[-3,-20],[15,3],[5,16],[6,4],[6,-3],[-6,-17],[-3,-4],[-3,-8],[-10,-14],[1,-3],[27,5],[5,1],[26,5],[8,6]],[[7077,7212],[19,8],[-7,33],[8,-3],[12,1],[5,-7],[1,9],[13,-6],[-1,-17],[6,-2],[20,45],[-4,7],[14,8]],[[7163,7288],[6,2],[12,14],[12,20],[24,-16],[1,9],[21,-9]],[[7239,7308],[-5,-23],[4,-18],[4,-3],[8,-25],[3,-25],[6,-16],[12,-20],[-6,-5],[5,-5],[8,5],[4,-27],[8,-10],[-3,-4],[3,-5],[8,3],[3,-12],[5,-3],[4,20],[4,6],[11,-15],[5,7],[8,-7],[-13,-20],[5,-13],[-18,-7],[10,-6],[4,10],[8,-1],[0,9],[6,-1],[4,-7],[-13,-15],[5,-22],[-15,-2],[1,-6],[14,-9],[-5,-18],[2,-11],[-16,8],[2,-14],[0,-18],[4,-3],[-1,-4]],[[2395,9273],[0,-14],[-16,-32],[-12,10],[-12,-9],[-20,6],[0,-4],[-8,2],[3,-11],[-4,-8],[-9,-4],[-3,-13],[9,-5],[2,-11],[2,0],[2,-20],[-6,1],[-7,-1],[-18,5],[0,3],[-7,3],[-1,13],[-1,-3],[-20,10],[-2,-10],[-4,4],[-22,-41],[-2,2],[-4,-5],[-4,2],[-3,-18],[17,10],[2,-10],[-1,-14],[4,2],[0,-7]],[[1911,9429],[63,-10],[25,8],[4,3],[12,-4],[-8,35],[8,-1],[0,-4],[18,0],[7,-5],[-1,-6],[-2,0],[-2,-11],[6,-5],[4,3],[15,-1],[6,-5],[4,0],[6,-3],[8,1],[11,-6],[14,8],[6,4],[3,1],[2,1],[3,1],[12,7],[25,-9],[2,-14],[26,-3],[5,-16],[6,-3],[5,-6],[10,-22],[2,5],[6,0],[0,-16],[11,4],[8,-8],[17,5],[0,5],[30,0],[2,-5],[6,3],[8,-10],[15,4],[23,-2],[12,18],[1,-57],[18,1],[7,-29],[15,5],[0,-17]],[[2395,9273],[16,0],[27,-3],[5,9],[-1,10],[12,8],[8,3],[2,11],[4,0],[7,-7],[21,0],[23,-1],[10,-15],[11,4],[12,-16],[2,-10],[2,-12],[-2,1],[-2,-11],[8,-6],[6,-8],[6,0],[-1,-5],[4,-7],[7,-1],[6,11],[16,3],[17,-24],[16,2],[24,-17],[27,42],[114,2],[1,-95]],[[6071,7823],[2,-1],[-11,-47],[11,-5],[-2,-9],[-9,2],[-5,-10],[2,-6],[-10,-17],[-3,-13],[-14,-19]],[[5826,7918],[10,9],[-9,32],[6,-2],[11,14],[11,1],[25,-6],[10,18],[4,1],[21,13],[0,6],[5,1]],[[5920,8005],[1,-5],[5,-10],[-2,-6],[12,-21],[6,-1],[2,-9],[30,-1],[2,-11],[-2,-7],[1,-6],[4,1],[5,-24],[3,-9],[5,-5],[12,-2],[10,9],[13,-8],[4,9],[3,0],[4,-17],[20,8],[5,0],[4,-9],[-5,-6],[-11,-2],[2,-15],[-5,0],[5,-15],[2,-16],[11,0],[5,-4]],[[3993,8757],[0,-14],[19,-7],[-1,-38],[3,-22],[-23,-60],[-9,-4],[-6,0],[2,9],[-36,-17],[25,-158],[4,-14],[4,-1],[2,39],[9,2],[44,-44],[17,-42],[22,-25],[8,-14]],[[4077,8347],[-21,-36],[-5,-16],[2,-10],[-2,-16]],[[3676,8411],[1,22],[4,4],[-3,9],[7,7],[2,-6],[12,2],[0,78],[10,2],[29,20],[9,-2],[20,2],[-2,28],[-5,7],[-1,34],[9,4],[14,0],[8,6],[0,17],[6,0],[0,26],[4,7],[6,1],[9,11],[4,17],[-1,7],[10,15],[5,4],[2,-4],[-5,-10],[4,-4],[2,2],[8,-3],[4,11],[3,-5],[-4,-10],[2,-21],[12,-11],[40,5],[-1,6],[5,22],[-3,19],[0,15],[-4,23],[1,23],[5,1],[5,14],[19,12],[-1,-5],[2,-5],[7,4],[-2,31],[5,-1],[5,2]],[[3944,8844],[3,1],[4,2],[11,-6],[-1,-13],[5,-14],[-1,-14],[4,-8],[5,-18],[-5,-16],[2,-14],[9,10],[6,-1],[4,1],[3,3]],[[6693,7677],[2,-8],[3,-23],[1,-12],[-3,-37],[1,-23],[3,-8],[4,-4],[4,1],[9,-25],[30,-29],[13,-17],[2,1],[3,-7],[8,-5]],[[6773,7481],[-7,-10]],[[6352,7623],[50,-17],[9,-11],[27,3],[3,8],[-1,12],[23,6],[-2,8],[7,5],[3,-3],[3,12],[-3,6],[-10,6],[-6,-1],[-2,10],[5,3],[1,-4],[11,6],[-2,4],[21,12],[1,-3],[8,3],[2,-10],[9,-13],[7,9],[16,32],[24,-26],[12,-18],[7,-1],[-2,-15],[4,7],[8,6],[4,-5],[2,4],[-3,5],[4,5],[24,-16],[-8,-16],[-4,-3],[8,-10],[3,1],[2,-2],[6,16],[0,22],[12,4],[10,12],[12,3],[14,-1],[8,12],[5,-9],[9,-4]],[[7137,7504],[2,-3],[-3,-7],[-5,4],[-7,-13],[26,-23],[7,-14],[2,-9],[-2,-5],[2,-28],[3,-6],[1,-39],[5,-11],[6,-6],[-3,-15],[-10,-3],[-2,-14],[4,-24]],[[6773,7481],[4,12],[5,-3],[0,3],[10,9],[1,-3],[19,7],[6,9],[8,-7],[3,8],[-6,6],[5,12],[8,29],[3,0],[2,20],[27,1],[1,3],[8,-3],[5,29],[4,0],[17,19]],[[6903,7632],[3,-10],[2,1],[11,-25],[-3,-10],[19,-23],[3,4],[9,-19],[3,-1],[5,10],[10,4],[-1,5],[6,7],[6,2],[10,9],[4,-3],[4,3],[4,-6],[0,6],[6,-4],[-2,-22],[2,-6],[3,0],[2,-8],[4,1],[8,-6],[0,-5],[9,-10],[3,4],[-1,7],[3,0],[4,7],[6,-6],[6,-2],[11,-19],[3,4],[-1,10],[8,0],[-7,-18],[4,-9],[4,10],[11,-3],[21,15],[1,-2],[2,7],[4,6],[6,-2],[3,-5],[10,-4],[5,-13],[-3,-3],[4,-6]],[[8261,6509],[-9,28],[-3,0],[-1,19],[-6,8],[-6,-16],[-8,4],[-9,-6],[-4,18],[-17,34],[10,13],[20,50],[-12,4],[-1,14],[-3,0],[-11,50],[-3,-2],[-2,10],[30,22],[-2,8],[5,9],[11,-14],[0,-15],[15,-16],[4,28],[12,-10],[7,2],[5,7],[9,26],[6,12]],[[8298,6796],[10,10],[2,-1],[6,10],[4,0]],[[8320,6815],[16,-4],[6,5],[-3,22],[9,1],[5,45],[31,-14],[6,3],[12,-7]],[[8402,6866],[6,-4],[-6,-15],[6,-6],[1,-13],[-6,-4],[3,-16],[-11,-5],[4,-18],[-2,-4],[3,-10],[-3,-21],[6,-8],[7,8],[2,-6],[30,-3],[0,-10],[5,-1],[2,-9],[8,-4],[1,-29],[-11,-6],[-4,-21],[6,-12],[16,-11],[1,-23],[-8,1],[0,-8],[-5,1],[-5,-21],[0,-11],[6,-3],[-1,6],[23,2],[7,-8],[8,3],[14,-5],[7,-14],[-13,-21],[-8,1],[-12,-41],[-9,-12],[3,-4],[3,-39],[-4,-8],[4,-6],[8,-4],[4,2],[2,-7],[-3,-8],[4,-56]],[[5142,8495],[-4,-18],[2,-9],[-3,-17],[-8,-10],[4,-12],[-18,-4],[2,-19],[-6,-14],[-34,8],[-4,-15],[-11,3],[0,-24],[-7,-1],[18,-23],[-2,-5],[3,-7],[-9,-10],[-4,-2],[-3,1],[-10,-10],[16,-16],[2,-7],[12,-3],[8,-18],[5,-2],[9,2],[5,-8],[-13,-20],[-2,-11],[-16,-12],[16,-11],[6,-14],[-20,-4],[-4,-18],[-5,-8],[7,-4],[-3,-6]],[[4624,8301],[0,8],[-5,27],[7,12],[3,18],[-14,22],[3,6],[12,7],[2,15],[-12,25],[-2,39],[4,10],[4,3],[11,-5],[7,5],[1,7],[-12,7],[7,17],[-14,30],[3,9],[7,4],[17,-6],[3,9],[-2,15]],[[4654,8585],[7,12],[9,-11],[11,-7],[1,-5],[8,-8],[20,3],[5,6],[0,7],[11,2],[-1,-11],[2,0],[7,19],[3,15],[-3,20],[2,4],[21,-11],[3,1],[0,6],[5,5],[20,-2],[20,-6],[6,-5],[2,-11],[-3,-6],[3,-2],[6,5],[4,13],[7,13],[14,-22],[7,-5],[18,0],[18,-6],[-1,-12],[10,-7],[2,4],[11,-10],[3,-9],[11,-6],[12,9],[-2,11],[10,-1],[-6,-21],[17,-1],[10,12],[5,-3],[-13,-15],[-1,-7],[28,-6],[13,-7],[4,36],[5,6],[27,-33],[27,-24],[0,-5],[36,-20],[20,27]],[[5115,8516],[3,-3],[9,3],[7,-6],[7,7],[-1,-13],[2,-9]],[[8103,6954],[5,-20],[-7,-5],[-2,-6],[3,-16],[4,-11],[6,1],[1,-2],[3,-19],[-6,-18],[-1,-12],[-4,-12],[3,-7],[4,-25],[7,0],[3,-3],[17,-8],[4,0],[1,4],[7,1],[16,-16],[6,3],[9,13],[2,12],[-9,-1],[3,11],[3,-3],[0,6],[5,5],[10,-5],[2,5],[17,-18],[6,7],[-2,7],[4,-7],[0,15],[12,-11],[18,17],[0,-4],[5,-1],[23,-29],[17,-6]],[[7897,6770],[-8,20],[13,68],[7,-4],[7,17],[42,9],[0,16],[3,12],[13,-5],[4,17],[7,-7],[9,10],[6,12],[-4,8],[26,41],[-16,21],[1,17],[-1,4],[3,10],[-3,16],[-10,11]],[[7996,7063],[16,29],[6,5],[20,5],[8,-22],[4,-22],[10,-15],[11,6],[9,0],[9,-15],[1,-12],[-4,-16],[5,-12],[8,-7],[6,2],[3,-3],[-3,-4],[-11,2],[9,-30]],[[5142,8495],[27,14],[6,-2],[15,4]],[[5190,8511],[27,-8],[10,-5],[5,-6],[4,5],[17,-7],[0,-12],[-9,-15],[-9,-5],[6,-37],[4,-6],[5,-1],[4,3],[0,13],[18,3],[6,-14],[-6,-21],[7,-8],[8,-16],[9,-26],[-7,-30],[-1,-19],[-9,-2],[2,-8],[11,2],[8,-1],[7,-11],[5,-14],[3,6],[9,-5],[-3,-6],[8,-4],[13,-25],[28,-17],[2,-8],[8,0],[-9,-46],[-4,-4],[-8,-1],[-2,-6],[-26,-6],[-1,-8],[-19,-15],[-2,-10],[16,-12],[19,-66],[29,-11],[-4,-15],[4,-7],[5,-1],[2,-9],[-5,-20],[-5,0],[4,-19],[-2,-6],[12,-5],[-3,-15],[8,-4],[-2,-7],[-13,5],[0,-11],[-5,0],[-1,-13],[7,-1],[3,-5],[22,-6]],[[8972,6488],[14,2],[3,-18],[7,-15],[4,2],[5,22],[6,6],[8,17],[10,6],[6,-6],[9,7],[9,-1],[3,-7],[3,-20],[-2,-14],[5,-16],[-23,-9],[-3,-6],[-1,-7],[-8,7],[-14,-28],[9,-13],[3,7],[19,-28],[6,2],[24,-17],[5,-41],[-17,-19],[9,-6],[22,-9]],[[9093,6286],[-2,-14],[19,-15],[4,-40],[-10,-19],[-12,1],[-1,-12],[-18,-69],[-7,0],[-1,6],[-33,0]],[[8680,6390],[4,31],[21,-2],[18,20],[5,10],[0,6],[-23,2],[21,23],[0,4],[16,-2],[-10,32],[4,0],[2,21],[16,1],[3,15],[9,4],[-5,17],[7,9],[22,10],[-4,13],[-10,16],[0,21],[-6,0],[-2,6],[10,4]],[[8778,6651],[10,0],[6,13],[8,3],[10,-17],[3,5],[15,-21],[34,-7],[12,3],[5,-8],[3,18],[13,1],[10,-10],[-12,-19],[-5,-45],[13,-27],[17,-17],[6,-20],[4,-35],[42,20]],[[9500,6226],[-3,-7],[-11,6],[-3,-11],[7,-10],[12,-4],[1,-18],[-11,-4],[-4,-24],[7,-7],[2,-19],[-2,-14],[-29,19],[-21,-36],[1,-34],[-7,-10],[1,-8],[10,-28],[4,5],[25,-47],[-3,-21],[-11,-25],[-9,-2]],[[9093,6286],[16,11],[12,17],[18,-9],[7,-41],[-6,-1],[11,-40],[12,-16],[43,9],[38,29],[21,35]],[[9265,6280],[28,-2],[2,-7],[10,-5],[0,10],[23,-16],[7,-19],[60,-44],[10,26],[-24,21],[18,42]],[[9399,6286],[20,-12],[-3,-8],[21,-15],[3,14],[39,-20],[6,17],[21,10],[1,-17],[-7,-29]],[[4233,8825],[1,-4],[-11,-16],[-4,-16],[-20,-23],[-3,5],[-7,-13],[16,-16],[-1,-16],[11,-2],[1,-20],[4,0],[2,19],[6,-3],[-3,-5],[5,-5],[6,11],[8,1],[0,14],[13,-9],[7,-11],[-8,-2],[-2,-18],[-12,-2],[-3,-17],[4,-19],[9,-6],[4,-7],[-7,-12],[-4,2],[-12,-2],[-8,-11],[-3,-10],[-19,-12],[0,-9],[15,6],[22,-2],[6,-4],[0,-12],[9,-6],[2,-8],[7,-10],[0,-10],[11,-8],[-1,-5],[5,-1],[7,10],[22,-10],[8,-6],[0,-4],[-14,-6],[-19,0],[-1,-8],[5,-9],[7,-1],[25,-24],[0,-6],[9,-4],[1,-9],[-17,3],[-2,3],[-13,6],[-29,8],[2,4],[-5,4],[-10,-25],[6,0],[6,-7],[-10,-18],[-18,9],[-2,-18],[-4,-2],[-14,6],[-17,1],[-2,-3],[-17,11],[-1,-41],[20,-11],[8,-13],[-5,-4],[-3,-14],[-12,4],[-3,-9],[1,-25],[-19,12],[-2,-19],[-27,1],[0,-14],[-37,5],[0,10],[-28,3],[2,26]],[[3993,8757],[3,2],[4,6],[0,5],[10,12],[13,8],[8,-1],[14,-9],[16,-11],[5,-1],[4,3],[4,12],[3,19],[4,-2],[-2,27],[9,30],[3,20],[21,-27],[16,13],[1,28],[7,-1],[8,16],[4,-9],[6,8],[9,-4],[2,10],[20,14],[0,8],[16,4],[4,-22],[-4,-3],[4,-13],[0,-9],[-9,-3],[6,-29],[2,-7],[-1,-4],[30,-22]],[[7561,7163],[3,-20],[4,0],[2,-9],[-3,-15],[4,-11],[5,-7],[-10,-4],[-4,-10],[-11,-11],[7,1],[1,-11],[-9,-3],[-8,-20]],[[7239,7308],[4,9],[11,-1],[0,32],[5,6],[17,-4],[18,17],[-20,16],[14,27],[-2,4],[7,6],[28,-29],[2,13],[-2,7],[-1,11],[10,-1],[7,3],[8,15],[8,-21],[12,-3],[-1,-7],[21,-18],[4,8],[11,-13],[5,15],[-9,19],[23,5],[7,-3],[12,14],[21,-8],[-4,-5],[13,-12],[5,2],[3,17],[7,0],[2,10],[6,1]],[[7491,7440],[3,-12],[8,3],[5,-10],[2,-14],[20,-17],[-3,-9],[-11,10],[-10,3],[-7,-9],[3,-8],[-3,-4],[9,-44],[-9,-11],[-1,-14],[4,-12],[4,8],[2,-3],[-2,-10],[10,-8],[-10,2],[11,-29],[9,-1],[0,-7],[4,-4],[-3,-8],[5,-8],[-4,-7],[9,-4],[3,-6],[-5,-5],[4,-12],[-9,-9],[-1,-6],[7,-5],[8,5],[7,-13],[11,1]],[[8482,6902],[-7,-14],[15,-11],[-6,-21],[7,0],[18,-7],[9,-20],[-1,-7],[16,-8],[3,-35],[8,-6],[10,-1],[20,-14],[0,-7],[10,-4],[16,0],[41,-29],[2,2],[28,-22],[-1,-11],[15,-14],[3,5],[25,-25],[7,17],[11,-8],[10,22]],[[8741,6684],[5,-16],[8,-12],[8,9],[16,0],[0,-14]],[[8402,6866],[5,15],[-6,7],[21,23],[5,-3],[-3,-9],[3,-1],[14,10],[16,2],[10,9],[7,-5],[8,-12]],[[6603,7907],[20,-27],[17,-33],[20,-17],[0,-5],[6,-18],[18,-33],[-3,-5],[5,-34],[-4,-1],[1,-19],[6,-1],[3,-26],[2,-8],[-1,-3]],[[6321,7641],[-3,4],[-5,0],[-6,5],[-1,20],[7,0],[0,15],[13,2],[1,7],[4,4],[-3,5],[7,8],[5,-12],[6,9],[-8,15],[3,5],[-1,7],[9,14],[6,-9],[11,12],[-10,17],[29,51],[8,-9],[10,9],[0,7],[3,4],[-2,9],[4,5],[1,14],[7,11],[6,-4],[5,-7],[7,16],[-1,11]],[[6433,7886],[14,6],[2,8],[-1,8],[7,6],[5,15],[10,3],[7,-13],[40,5],[11,7],[32,-20],[37,0],[6,-4]],[[3274,8987],[8,10],[4,-5],[11,3],[8,12],[3,16],[5,11],[11,-5],[12,30],[1,21],[29,27],[10,10],[9,9],[4,-2],[2,-10],[-3,-7],[-3,-35],[-3,-13],[2,-11],[12,4],[25,-42],[0,-6],[9,-10],[7,-24],[0,-9],[-2,-9],[2,-4],[20,13],[20,23],[10,15],[13,16],[17,-3],[10,0],[4,-11],[17,1],[0,-14],[43,1],[0,-5],[11,2],[3,-3],[-5,-2],[-4,0],[-6,-6],[1,-6],[10,6],[1,-3],[-4,-2],[-3,-4],[5,-10],[4,-24],[-2,-4],[17,-100],[8,-3],[9,11],[3,1],[1,11],[9,7],[-2,-38],[4,-7],[5,-6],[-1,-10],[3,-2],[7,16],[4,29],[4,-1],[0,4],[-2,6],[-2,18],[-7,13],[1,5],[10,32],[6,18],[3,8],[4,6],[2,12],[7,14],[5,0],[3,-1],[5,5],[8,8],[3,1],[2,3],[1,4],[5,1],[1,4],[0,5],[17,9],[8,-3],[10,2],[13,2],[3,-21],[5,-3],[10,2],[15,-2],[7,37],[4,7],[8,16],[8,11],[7,-1],[3,13],[0,7],[13,15],[11,-8],[5,4],[7,-3],[4,4],[5,-6],[-5,-9],[-1,-9],[-5,-7],[17,-9],[-5,-12],[1,-5],[14,-12],[1,-9],[-1,-9],[-2,-2],[8,-18],[16,2],[5,-3],[2,-15],[0,-4],[1,-28],[-5,-9],[-1,-16],[-2,-12],[4,-23],[9,-7],[-1,-13],[3,-11]],[[4645,8601],[0,-6],[9,-10]],[[4233,8825],[-2,20],[11,2],[1,-13],[17,11],[4,-11],[14,-4],[0,14],[6,7],[2,13],[-1,6],[1,8],[20,8],[12,-9],[6,-14],[11,17],[7,-4],[4,4],[7,5],[3,9],[-2,9],[12,0],[13,-7],[29,-12],[9,2],[-4,18],[5,3],[19,-23],[2,26],[8,4],[18,-24],[17,-9],[16,-23],[8,-5],[26,-48],[6,-4],[8,-54],[-20,-21],[6,-12],[7,-4],[11,-20],[13,-16],[4,-10],[13,-10],[13,6],[10,-3],[-3,-13],[3,-5],[-4,-8],[-2,0],[0,-15],[5,0],[20,6],[5,0],[18,-21]],[[5908,8098],[5,-44],[7,3],[13,-16],[-6,-9],[-9,-23],[2,-4]],[[5520,7963],[-1,11],[-3,0],[-3,15],[-5,-2],[1,14],[3,2],[-4,7],[2,10],[5,4],[-15,26],[-3,21],[-8,3],[3,7],[-3,3],[3,19],[-18,5],[11,18],[-1,14],[7,7],[-8,10],[0,30],[11,5],[5,19],[3,-1],[8,7],[-1,14],[-3,2],[-3,8],[2,7],[3,1],[6,9],[7,4],[11,-4],[3,9],[4,-1],[16,29],[-4,9]],[[5551,8304],[6,5],[1,6],[11,-13],[10,0],[17,9],[2,-4],[-17,-12],[17,2],[4,-23],[7,1],[0,8],[5,0],[3,9],[7,-6],[3,3],[0,5],[8,17],[14,-19],[0,-4],[4,-6],[-2,-4],[3,-8],[4,6],[-4,5],[3,11],[19,-2],[2,4],[-7,21],[1,9],[9,11],[8,20],[6,4],[-2,11],[27,3],[5,5]],[[5725,8378],[18,-23],[0,-37],[5,-14],[17,-12],[6,2],[8,-4],[8,16],[6,0],[3,-5],[18,-14],[17,-10],[7,-16],[-2,-15],[2,-8],[-4,-29],[8,-9],[9,0],[20,-13],[3,-26],[6,-27],[10,1],[17,-23],[1,-14]],[[8103,6954],[10,13],[32,0],[-1,22],[14,7],[6,10],[1,10],[7,-2],[7,1],[9,9],[18,3],[6,10],[4,-2],[11,5],[3,5],[3,-1],[4,2],[5,-3],[8,4],[5,-4],[4,4],[5,-1],[7,4],[3,3],[1,9],[-2,4],[2,3],[4,15],[3,0],[-1,-4],[11,-5],[13,-1]],[[8305,7074],[2,-15],[-2,-16],[-7,-9],[6,-8],[-4,-14],[12,-10],[0,-4],[-4,-15],[-3,0],[-11,-14],[-4,-13],[24,-7],[0,-32],[3,0],[3,-102]],[[9911,6002],[-20,-6],[-18,-39],[-33,-84],[0,-32],[-17,1],[-16,8],[-42,-6],[-20,-24],[-41,14],[-12,-12],[7,-6],[-6,-26],[3,-3],[-7,-16],[7,-13]],[[9500,6226],[7,-8],[49,-6],[1,13],[14,3],[26,-4],[4,6],[7,20],[29,-22],[26,-6],[6,3],[66,-8],[14,35]],[[9749,6252],[21,-20],[-9,-5],[3,-75],[-8,-1],[7,-32],[8,-14],[0,-17],[-10,-40],[40,-16],[26,-6],[5,4],[0,-8],[47,-19],[2,12],[9,16],[21,-29]],[[6116,8225],[-2,-53],[7,-22],[-4,-4],[3,-7],[-12,-3],[0,4],[-6,-3],[-4,-13],[6,-18],[-3,-2],[-4,-18],[11,-3],[-8,-6],[-2,-9],[1,-2],[-8,-8],[0,-5],[5,-11],[-1,-17],[3,-3],[-2,-8],[-7,1],[20,-61],[10,2],[4,-14],[9,4],[5,-9],[-13,-7],[-1,-6],[-7,2],[-24,-10],[-2,-7],[-9,2],[8,-21],[-2,-49],[-6,-8],[-6,1],[-5,-2],[1,-9]],[[5908,8098],[6,-2],[37,33],[18,6],[0,8],[3,-2],[20,28],[-6,11],[5,6],[2,-4],[9,2],[2,8],[12,0],[-3,6],[2,6],[-5,6],[-3,-7],[-11,-6],[-3,10],[0,25],[11,12],[10,21],[8,1],[-1,4],[4,1],[3,-3]],[[6028,8268],[-2,-3],[22,-16],[0,13],[22,19],[12,-48],[-2,-8],[27,-4],[2,5],[7,-1]],[[7353,7700],[-2,-9],[24,-60],[10,-6],[20,-22],[17,-16],[4,6],[-5,0],[3,10],[11,-20],[0,-22],[-2,-2],[0,-45],[5,-1],[4,-12],[6,-11],[-5,-10],[13,-18],[2,4],[16,-6]],[[7474,7460],[-2,-5],[14,-5],[1,6],[6,-2],[-2,-14]],[[7137,7504],[7,-2],[1,-11],[8,10],[10,-2],[8,9],[3,-6],[2,11],[3,-2],[5,12],[12,10],[0,5],[-5,11],[7,7],[4,9],[6,-2],[0,-5],[4,0],[2,5],[4,-1],[0,12],[-4,8],[6,12],[5,-13],[13,20],[1,8],[15,11],[-2,6],[7,5],[3,-5],[5,10],[1,14],[8,5],[-12,19]],[[7264,7674],[2,7],[7,0],[0,8],[3,7],[-3,14],[5,-8],[-1,-5],[4,-4],[5,-15],[3,-1],[-4,18],[10,10],[1,-9],[3,6],[28,-8],[-1,7],[4,0],[0,6],[5,7],[18,-14]],[[8030,7301],[-4,-9],[2,-9],[5,3],[20,-20],[-6,-5],[-2,-7],[4,2],[4,-8],[-5,-3],[-5,-13],[-6,4],[-3,-7],[8,-9],[10,1],[-3,-7],[-16,-9],[11,-24],[-4,-12],[-7,-7],[-2,-9],[-10,-3],[-9,8],[-5,-18],[-6,6],[-10,3],[-8,-11],[-7,2],[-10,-18],[1,-19],[9,-36],[13,-1],[7,-3]],[[7569,7023],[9,-5],[4,-8],[21,6],[3,6],[17,4],[1,5],[6,-1],[-3,-8],[6,-9],[0,-11],[4,-2],[11,19],[14,-22],[9,2],[8,-3],[-2,-9],[16,-5],[5,3],[6,8],[12,-5],[10,-10],[3,14],[11,-2],[-1,7],[-6,1],[1,23],[-5,15],[1,7],[6,-7],[18,-1],[4,19],[-6,3],[-3,15],[5,0],[15,25],[9,20],[5,0],[2,12],[6,1],[0,-5],[7,2],[6,6],[1,9],[5,-3],[4,7],[8,5],[-12,30],[4,3],[4,-4],[15,9],[9,-4],[14,-19],[3,-12],[4,14],[4,33],[5,2],[3,10],[7,-1],[0,6],[-8,6],[1,9],[6,7],[-3,1],[-1,18],[-5,0],[-1,14],[4,4],[3,7],[-1,7],[-10,0],[8,10],[-1,19],[4,6],[2,16],[-2,24],[-10,19]],[[7868,7385],[5,3],[-3,8],[16,10],[12,25],[4,3],[6,-23],[17,2],[8,-3],[6,-15],[15,-6],[0,-9],[16,-5],[7,4],[10,0],[2,-13],[-9,-1],[3,-15],[-9,-16],[28,-34],[1,6],[15,-7],[3,-4],[9,6]],[[6365,8202],[4,0],[-18,-39],[2,-7],[-5,-9],[6,-6],[-1,-20],[-2,-3],[1,-11],[2,2],[0,-25],[-4,-13],[3,0],[2,4],[11,-11],[15,10],[2,-5],[-5,-4],[1,-5],[-13,0],[9,-8],[-2,-10],[5,-2],[1,-26],[7,-12],[7,5],[7,-15],[-8,-9],[4,-9],[-4,-11],[13,-9],[2,6],[11,-21],[18,-18],[-3,-35]],[[6116,8225],[6,14],[5,-1],[0,4],[34,9],[33,-8],[0,-5],[42,-11],[-1,4],[6,2],[8,-2],[6,28],[4,-3],[1,6],[3,-4],[4,5],[7,-6],[12,-3],[4,9]],[[6290,8263],[6,-7],[9,3],[9,-18],[2,-14],[21,-3],[0,-4],[8,-2],[-4,-7],[3,-6],[21,-3]],[[7561,7163],[3,7],[10,0],[3,-25],[3,1],[3,-17],[7,-10],[1,6],[9,-3],[9,11],[23,-2],[0,28],[23,7],[0,27],[15,-5],[13,59],[20,-2],[-1,28],[-5,7],[-14,7],[31,16],[1,12],[-7,6],[0,6],[6,3],[5,-11],[9,5],[3,12],[9,15],[9,9],[-2,9],[7,8],[5,18],[-6,1],[3,10],[-6,13],[2,8],[-5,9],[11,2],[-1,17],[-6,9],[-7,6],[-5,-8],[-13,20],[28,31],[7,11]],[[7761,7524],[12,19],[7,-14],[3,2],[3,-7],[-4,-4],[-7,-2],[5,-11],[11,-23],[2,-9],[5,-6],[6,-4],[15,-23],[-2,-4],[-4,-12],[5,-1],[-2,-9],[6,-21],[6,1],[-1,-9],[37,-6],[4,4]],[[7474,7460],[9,6],[35,-2],[10,18],[25,36],[3,18],[-5,1],[-3,5],[23,23],[2,-12],[12,5],[8,-9],[9,22],[8,-2],[3,-3],[5,2],[9,-8],[2,5],[9,-1],[12,8],[34,10],[16,3],[2,-6],[9,2],[17,-11],[9,-1],[15,-8],[5,-28],[4,-9]],[[5190,8511],[-1,11],[-18,5],[5,15],[14,5],[7,26],[24,0],[7,-3],[4,3],[19,1],[11,-20],[19,9],[4,10],[10,1],[2,-3],[4,3],[4,-2],[4,9],[17,-6],[4,4],[6,-9],[14,-8],[11,5],[3,-7],[3,4],[-2,6],[4,8],[10,0],[5,-12],[3,2],[10,37],[4,-2],[10,36],[7,-4],[5,1],[1,7],[4,3],[9,-3],[1,-4],[5,1],[2,7],[-3,4],[2,11],[22,20]],[[5466,8682],[7,-5],[6,7],[8,-5],[-13,-9],[-3,-7],[-5,-1],[4,-8],[7,8],[15,-54],[-9,-6],[0,-9],[10,-2],[7,-15],[0,-7],[-14,3],[-23,-11],[-4,-8],[0,-15],[16,-34],[4,-2],[2,-9],[10,-24],[5,4],[7,-10],[3,8],[8,-1],[2,-9],[27,-45],[-6,-26],[-12,-1],[0,-11],[8,-6],[4,-35],[5,5],[0,-6],[10,-14],[-1,-18]],[[7062,7881],[-6,-15],[-8,-2],[-12,-62],[-10,-3],[-10,-20],[-8,3],[-13,-11],[3,-6],[-4,-8],[-5,-3],[11,-26],[-21,0],[-6,7],[-13,-1],[3,-19],[-2,-16],[1,-3],[-6,-17],[-5,3],[1,-11],[-23,-17],[-4,1],[-12,-9],[-9,-10],[4,0],[-5,-4]],[[6603,7907],[11,18],[14,11],[8,-15],[12,19],[-7,9],[0,8],[11,10],[4,12],[-9,13],[0,25],[-3,6],[-7,0],[-1,11],[11,0],[5,26],[7,11]],[[6659,8071],[17,-7],[4,5],[3,-4],[-2,-21],[32,-14],[20,26],[-4,8],[-6,3],[5,6],[7,-8],[12,-1],[19,-11],[17,4],[6,9],[17,3]],[[6806,8069],[11,-21],[17,-10],[3,-9],[1,-11],[4,-1],[4,-16],[5,-1],[3,7],[7,0],[1,11],[7,-1],[8,5],[7,-3],[-1,-4],[4,-2],[1,-11],[4,-3],[9,12],[3,-5],[-4,-4],[3,-4],[8,4],[6,-7],[8,-3],[3,-9],[8,2],[3,-4],[-1,-8],[3,-9],[0,-14],[3,-4],[-3,-8],[1,-13],[21,-7],[1,6],[26,2],[11,9],[2,-4],[6,3],[16,-1],[1,-34],[8,-11],[5,9],[13,-15],[10,-1]],[[7062,7881],[13,15],[1,21],[5,6],[-8,-4],[2,5],[-5,1],[5,7],[-6,2],[0,14],[-6,8],[6,4]],[[7069,7960],[10,-10],[2,-7],[5,2],[4,-2],[2,6],[4,2],[-1,8],[3,1],[1,-13],[11,3],[5,-2],[15,-9],[12,-4],[19,-17],[-4,-9],[-4,2],[-5,-9],[4,-5],[-4,-6],[2,-5],[-3,0],[-7,19],[-12,-8],[6,-1],[-4,-5],[-9,1],[2,-23],[8,1],[3,12],[12,-11],[-2,10],[17,-9],[0,-6],[12,-9],[9,11],[11,3],[2,10],[6,-3],[3,-14],[6,0],[1,-9],[6,4],[1,-4],[-4,-4],[8,-18],[-4,-1],[-5,-13],[-7,-4],[3,-4],[-2,-10],[-4,1],[6,-12],[-5,-7],[0,-14],[-3,-5],[-5,1],[-2,-4],[6,-4],[-2,-9],[16,-12],[6,8],[18,-7],[9,20],[14,-8],[-3,-18],[7,-2],[-4,-9],[-1,-22],[-3,4],[-10,-3],[7,-7],[-1,-7],[5,8],[3,-10],[-2,-6],[-4,-1],[1,-7],[7,2],[1,3]],[[8786,6897],[33,-69],[-9,-12],[-15,5],[-15,-3],[-7,-31],[26,-29],[-1,-7],[-10,-1],[-6,-13],[-7,-8],[-1,-11],[-7,-5],[-8,2],[-3,16],[-5,-11],[-10,-36]],[[8482,6902],[18,-21],[9,8],[4,-2],[10,16],[-5,10],[5,10],[4,20],[5,8],[-2,8],[7,18],[8,11],[-7,7],[-14,-20],[-2,1],[-2,29],[25,29],[-6,9],[22,35],[1,40],[24,0],[1,6],[-2,17],[9,8],[12,3],[3,-5],[5,16]],[[8614,7163],[11,-19],[8,-24],[23,7],[8,-11],[23,-22],[23,-11],[17,-18],[9,-29],[13,-39],[9,-4],[9,-18],[4,6],[22,-44],[-13,-8],[1,-20],[5,-12]],[[5450,8735],[-2,-16],[18,-37]],[[5115,8516],[5,7],[-6,20],[8,2],[-3,40],[10,24],[-5,7],[1,6],[18,-4],[-7,22],[-10,50],[-5,10],[5,21],[11,11],[1,12],[7,19],[-14,24],[2,38],[25,4],[0,8],[-5,9],[-4,32],[-11,17],[3,13],[7,-21],[3,-2],[3,2],[0,6],[-5,0],[6,8],[-1,11],[6,6],[15,-2],[14,9],[10,-11],[2,8],[9,-19],[9,9],[10,2],[11,-10],[4,2]],[[5244,8906],[17,-7],[1,4],[8,4],[20,-16],[-5,-11],[9,-13],[8,-1],[6,-27],[-6,-7],[-3,-10],[13,9],[8,-14],[13,-3],[-10,-11],[16,-10],[8,1],[4,17],[5,-18],[3,9],[2,-10],[13,-3],[-2,-11],[6,-6],[1,-9],[3,2],[4,-4],[-1,-9],[5,-7],[2,-9],[21,-8],[10,3],[10,-5],[4,-17],[4,3],[-5,13],[14,10]],[[9270,6795],[-10,0],[-27,-30],[-1,-12],[-21,-10],[4,-16],[-9,-16],[-8,-46],[21,-10],[4,14],[11,-5],[8,12],[10,-1],[14,-5],[12,-23],[19,-25],[0,-12],[-11,-25],[5,-1],[0,-12],[-8,-1],[0,-7],[-8,5],[7,-16],[9,5],[1,-8],[-20,-2],[-9,-53],[1,-25],[7,-23],[6,-10],[-10,-77],[-10,-24],[-8,-5],[-3,-26],[4,0],[14,-16],[1,-9]],[[8972,6488],[-4,19],[-8,19],[12,7],[16,-11],[21,22],[-8,22],[12,21],[3,-4],[13,40],[29,-16],[18,67],[-16,5],[13,34],[17,6],[-5,27],[3,24],[9,0],[12,33],[19,-9],[0,-9],[19,-7],[7,64],[-11,31],[-7,1],[-21,21],[13,20],[11,-5],[18,3],[0,11],[12,7]],[[9169,6931],[4,-24],[7,-14],[12,-2],[7,-14],[29,-11],[3,-10],[21,-1],[13,5],[6,-14],[2,-38],[-3,-13]],[[6567,8354],[-2,-14],[5,-6],[15,-44],[6,0],[16,-18],[2,-6],[-3,1],[-8,-5],[-4,-32],[-16,-15],[6,-8],[5,-3],[8,1],[0,-14],[15,3],[6,-12],[-6,-6],[5,-24],[13,-40],[19,13],[12,-28],[1,-6],[-4,-10],[1,-10]],[[6365,8202],[5,32],[8,-1],[11,-5],[7,3],[9,17],[17,6],[25,-5],[3,7],[21,-3],[5,12],[25,-15],[5,2],[-7,8],[6,13],[1,16],[7,-4],[8,4],[8,15],[10,14],[-3,16],[4,0],[0,4],[-2,1],[0,20],[2,3],[17,-3],[10,-5]],[[9787,6475],[9,-70],[-24,-26],[6,-31],[-3,-21],[-21,-41],[-7,-19],[2,-15]],[[9399,6286],[8,23],[15,-13],[6,12],[8,-6],[23,43],[9,-6],[10,18],[6,-4],[11,25],[4,-3],[24,60],[0,26],[8,26],[-6,10],[5,11],[26,-16],[28,86],[-13,4],[-13,-9],[-12,32],[-8,9],[-6,21],[15,42],[16,-13],[17,18],[8,-12],[8,-7],[1,-7],[23,39]],[[9620,6695],[38,-6],[-11,-19],[14,-38],[5,-28],[8,-40],[11,-25],[15,-3],[6,-9],[10,2],[20,-11],[23,-39],[8,-11],[20,7]],[[8786,6897],[13,28],[38,24],[2,-13],[-1,-12],[25,25],[-5,11],[20,15],[-1,8],[12,15],[-8,24],[-2,7],[-8,21],[1,21],[-1,18],[-4,33],[27,-6],[24,-4],[16,18],[17,-2],[2,-33],[10,-29],[1,-20],[-2,-16],[12,-8],[25,-21],[8,20],[5,0],[15,-6],[-1,-14],[7,-1],[4,-23],[7,0],[19,-6],[29,22],[16,-2],[18,-24],[11,20],[6,1],[0,33],[3,10],[8,-10],[11,-20],[-18,-27],[5,-35],[17,-8]],[[9787,6475],[27,-6],[24,20],[9,28],[26,6],[32,7],[5,-9],[40,21],[2,-25],[15,-34],[-72,-61],[1,-26],[-6,-59],[11,-11],[5,-10],[11,-31],[16,-24],[8,-7],[9,-6],[8,-10],[7,-10],[9,-16],[7,-8],[1,-17],[-6,-37],[1,-24],[22,-30],[-2,-11],[-8,-11],[-15,-7],[-24,4],[-8,-12],[-9,-26],[-8,-10],[-9,-19],[-5,-2]],[[9270,6795],[11,-21],[12,-7],[27,21],[11,9],[29,-2],[22,22],[11,31],[28,34],[5,-5],[21,-67],[0,-30],[6,-9],[3,-16],[7,-17],[10,-7],[6,-15],[15,-4],[25,-14],[11,-3],[19,18],[17,8],[20,-4],[10,-6],[24,-16]],[[8305,7074],[6,30],[6,1],[3,13],[-12,10],[-11,19],[12,18],[10,10],[2,-4],[4,8],[26,-24],[4,7],[5,-8],[11,13],[-7,12],[20,13],[-2,10],[-5,9],[8,1],[9,22],[-2,13],[17,11],[7,-10],[6,0],[3,17],[-6,33],[4,12],[6,10],[9,-4],[6,19],[6,5],[-3,44],[23,14],[2,-3],[19,15],[16,8],[5,20]],[[8512,7438],[11,-4],[9,-24],[20,8],[15,-6],[1,-11],[-6,-14],[0,-62],[-7,-32],[16,-33],[-2,-13],[16,-32],[20,-27],[9,-25]],[[5885,8810],[-5,-6],[0,-8],[-6,0],[-1,-15],[-10,-6],[2,-11],[3,-1],[1,-11],[-17,-18],[7,-23],[-1,-21],[-4,-11],[-5,2],[-1,-4],[3,-2],[-6,-18],[6,-5],[0,-14],[-3,-5],[-7,-22],[-14,1],[-13,-7],[11,-14],[-16,-36],[18,0],[0,-15],[-10,-18],[-4,5],[-8,0],[1,19],[-23,0],[-22,-14],[-22,9],[-3,-9],[15,-15],[0,-5],[8,-17],[-8,-35],[9,-34],[0,-7],[6,-26],[-25,-1],[-2,9],[-3,0],[-5,-16],[-6,-7]],[[5450,8735],[7,2],[8,-13],[6,11],[-2,12],[26,5],[0,7],[8,1],[14,11],[10,4],[14,-9],[10,-14],[14,-9],[6,3],[6,-8],[3,4],[-3,6],[0,9],[6,10],[29,11],[-2,11],[6,5],[9,-9],[19,2],[1,-8],[4,0],[1,17],[1,-7],[5,1],[1,6],[6,9]],[[5663,8805],[8,2],[-4,-24],[13,-20],[15,-6],[22,4],[4,12],[5,2],[2,-8],[6,12],[3,-6],[3,2],[-4,5],[9,10],[20,-3],[10,13],[14,5],[2,14],[-11,17],[-16,-3],[-5,12],[9,-8],[-3,12],[14,-3],[8,-10],[7,8],[0,4],[9,4],[5,-13],[21,-6],[5,-8],[14,-1],[3,7]],[[5851,8831],[5,1],[7,-18],[7,3],[15,-7]],[[5233,9088],[-10,-7],[-1,-7],[3,-10],[8,-6],[5,-8],[0,-8],[5,-6],[7,-28],[2,-27],[9,24],[8,-3],[15,8],[-1,-7],[-4,-5],[2,-6],[0,-14],[-8,-2],[0,-18],[-12,0],[-7,-9],[4,-10],[-16,-22],[2,-11]],[[4645,8601],[17,8],[1,7],[12,9],[6,-1],[6,6],[1,17],[3,7],[-6,5],[-6,0],[-5,5],[18,25],[5,2],[5,2],[3,6],[0,10],[-5,9],[-2,8],[3,9],[7,6],[-1,13],[-5,10],[-9,26],[-3,3],[0,11],[-4,5],[-4,-1],[-5,-6],[-6,3],[-3,33],[10,10],[3,-1],[9,3],[-1,18],[-10,-4]],[[4679,8864],[2,19],[5,4],[9,3],[3,-4],[3,7],[1,12],[5,5],[8,3],[11,-4],[15,0],[4,-8],[8,0],[12,9],[1,6],[24,-6],[7,12],[10,-4],[19,15],[6,13],[-6,18],[8,18],[-9,28],[11,22],[10,-1],[2,13],[9,28],[11,24],[5,2],[18,-10],[42,5],[6,-4],[2,8],[7,4],[4,-4],[4,7],[17,-18],[5,5],[4,-4],[35,13],[-1,11],[10,20],[14,1],[18,-24],[15,16],[-2,4],[4,23],[17,4]],[[5092,9155],[4,-1],[1,-5],[-15,-7],[28,-35],[16,-26],[4,5],[7,0],[6,5],[6,-4],[-6,-4],[0,-10],[13,15],[0,12],[9,15],[12,-4],[7,21],[18,-18],[3,7],[10,-10],[6,-1],[12,-22]],[[6043,8690],[5,-14],[-7,-21],[-11,-5],[8,-5],[-9,-4],[0,-6],[11,2],[-2,-4],[6,0],[0,-15],[-7,-12],[1,-11],[6,-3],[-23,-35],[6,-9],[1,-17],[-7,-2],[0,-6],[-17,-1],[-5,-2],[-6,-11],[4,-6],[-14,-27],[18,-24],[-27,-67],[7,-7],[2,7],[45,-10],[-2,-12],[17,-3],[2,-8],[-7,-19],[14,-11],[-13,-25],[-11,-29]],[[5885,8810],[3,9],[19,-4],[11,-15],[12,0],[-3,-9],[6,-3],[0,-7],[4,1],[1,10],[6,5],[10,-8],[-2,-12],[1,-6],[2,14],[8,-9],[12,0],[-1,-6],[-7,-7],[9,-5],[3,-15],[24,-18],[-16,-17],[-4,-15],[6,-7],[4,0],[5,8],[16,-18],[3,4],[-4,6],[7,4],[13,-3],[-3,-4],[10,0],[3,7]],[[8030,7301],[9,18],[4,34],[9,4],[9,12],[16,6],[0,7],[8,5],[3,13],[17,4],[5,8],[13,1],[10,18],[8,7],[28,17],[12,5],[34,-1],[25,-6],[33,9],[-2,6],[39,6],[68,50],[3,5],[6,25],[6,8],[6,6],[11,0],[16,-7],[9,0],[14,4],[6,11],[20,13],[4,7],[8,-3],[-4,-14],[-1,-16],[-10,-5],[1,-58],[3,-13],[8,-20],[7,-3],[4,-1],[8,-21],[9,-4]],[[6637,8552],[-1,-10],[4,-21],[-10,-16],[-6,-5],[1,-29],[5,-18],[-1,-3],[-12,3],[-16,-30],[1,-2],[-6,-35],[-28,-16],[-1,-16]],[[6290,8263],[-6,15],[4,1],[-1,33],[-6,4],[-11,16],[0,28],[-8,32],[7,24],[28,-16],[4,13],[34,-5],[7,14],[-14,27],[-13,0],[3,73],[5,-2],[13,58],[11,-4],[4,5],[1,25],[4,2],[0,4],[-9,-1],[12,39],[7,0],[-1,38],[-3,4],[2,10]],[[6364,8700],[10,0],[7,-5],[0,-5],[4,-7],[4,0],[0,-4],[-6,-1],[-2,-5],[7,-16],[10,4],[9,-11],[0,-5],[24,-36],[36,5],[2,-16],[22,15],[9,-5],[-3,-2],[-1,-17],[8,2],[4,-18],[-5,-18],[9,-14],[9,9],[0,-9],[11,-3],[5,-14],[9,-1],[0,-5],[18,5],[2,18],[15,23],[6,-7],[8,14],[20,3],[9,-15],[1,5],[7,-2],[-1,-6],[6,-4]],[[5616,9057],[4,-28],[17,-22],[28,6],[15,-28],[-8,-8],[11,-50],[-5,-17],[9,0],[3,-11],[13,-9],[1,-12],[8,-1],[0,-16],[4,2],[0,-5],[-14,-10],[-10,8],[3,-17],[-16,18],[-5,-9],[12,-8],[1,-17],[-9,3],[-8,-4],[-7,-17]],[[5233,9088],[12,-8],[5,1],[15,30],[0,7],[8,1],[5,4],[4,-4],[4,5],[6,-1],[10,9],[3,5],[13,7],[-3,12],[8,7],[7,0]],[[5330,9163],[7,-23],[-1,-33],[2,-8],[9,-9],[-2,-30],[28,-8],[12,-19],[36,62],[14,-8],[61,-14]],[[5496,9073],[0,-11],[19,-52],[23,-3],[-8,17],[12,11],[26,52],[11,12],[6,-3],[2,-17],[-8,-20],[3,-2],[3,4],[12,-4],[5,-15],[7,21],[3,-1],[4,-5]],[[6043,8690],[3,8],[-8,10],[-9,-6],[-4,18],[2,10],[-21,38],[21,6],[3,13],[7,-11],[-10,-15],[11,-8],[0,-17],[26,-6],[1,20],[-10,8],[1,2],[10,-1],[5,-9],[8,0],[0,16],[-5,14],[5,14]],[[6079,8794],[37,1],[0,-11],[5,-1],[10,-39],[22,-14],[-1,-16],[12,11],[19,47],[46,11],[27,-8],[10,-5],[14,5],[21,-10],[3,8],[12,-1],[13,-22],[38,4]],[[6367,8754],[-8,-21],[5,-33]],[[7069,7960],[2,8],[-1,16],[5,2],[-4,10],[11,3],[2,4],[5,-2],[-3,-12],[6,6],[2,6],[21,9],[14,3],[6,5],[3,12],[15,10],[-7,-3],[-1,16],[-4,0],[1,12],[-7,4],[6,9],[0,9],[6,6],[-2,5],[3,10],[-6,-7],[-13,5],[-8,-5],[-11,6],[2,14],[17,25],[-6,3],[3,7],[-5,0],[6,7],[-2,4],[-4,-6],[-8,3],[-2,10],[5,10],[8,0],[7,-6],[5,10],[-2,13],[-7,5],[1,29],[-7,4],[1,11],[-7,5],[6,13],[13,-8],[4,6],[10,1],[3,4],[3,-2],[0,3],[5,3],[7,-2],[-1,-4],[15,4],[2,2],[-1,6],[7,43],[-2,-1],[-1,11],[3,5],[-6,23],[-5,0],[-1,4],[20,0],[-1,8]],[[7195,8374],[6,4],[1,-7],[8,-16],[4,-16],[5,-5],[2,3],[6,-7],[20,23],[6,-5],[5,-3],[5,2],[-1,6],[17,12],[0,6],[11,-4],[2,-5],[12,-11],[5,4],[8,1],[8,-16],[4,2],[5,-8],[1,-11],[-3,-9],[4,-8],[-8,-8],[-5,0],[-2,-9],[-13,-9],[-19,9],[6,-16],[0,-2],[-2,-3],[7,-13],[5,-13],[-8,-17],[-6,-20],[3,-11],[9,-8],[10,1],[4,-11],[11,1],[5,-26],[-12,-9],[4,-13],[7,-7],[-10,-13],[11,-8],[9,-24],[0,-19],[-5,-27],[2,-10],[11,-6],[11,-15],[12,1],[7,-8],[-7,-24],[0,-24],[-6,-4],[4,-12],[-7,-27],[4,-24],[16,-8],[-4,-15],[0,-9],[-2,-4],[-13,12],[-19,-13],[-14,1],[-5,-8],[0,-9],[5,-12],[7,-23],[3,-7],[3,-8],[-14,-16],[-4,-12],[21,-25],[5,-22]],[[6953,8487],[-8,-15],[9,-25],[-7,-5],[6,-15],[-4,-5],[3,-4],[-15,-3],[-4,-7],[-24,-5],[2,-20],[-16,14],[-22,9],[-4,-6],[4,-3],[-8,-16],[-7,-3],[-3,-36],[-7,-27],[6,-4],[-4,-37],[-13,10],[-3,-30],[3,-3],[-7,-20],[-12,-65],[-2,2],[-13,-26],[12,-10],[5,-20],[-13,-10],[0,-27],[-1,-6]],[[6637,8552],[3,13],[5,6],[2,8],[9,2],[3,6],[9,-6],[7,9],[-4,3],[14,11]],[[6685,8604],[13,-6],[29,-28],[14,2],[29,42],[6,-2],[23,-20],[5,6],[21,-20],[8,-1],[9,-1],[5,13],[10,0],[21,-25],[15,25],[31,-8],[4,-62],[9,-19],[16,-13]],[[6953,8487],[9,12],[24,-7],[5,10],[19,-18],[9,0],[0,18],[15,19],[8,-9],[4,6],[6,-4],[9,16],[13,1],[5,14],[8,14],[12,7],[4,-6],[6,0],[6,3],[8,-14],[8,-3],[2,-18],[12,15],[-1,8],[6,11],[27,-1],[16,-10],[-6,-12],[2,-12],[-7,-12],[0,-23],[3,-5],[-7,-10],[10,-15],[-2,-3],[3,-19],[15,-9],[2,-5],[-4,-4],[-2,-10],[1,-13],[4,2],[3,-5],[-2,-14],[-10,4],[-4,-9],[3,-3]],[[5033,9581],[-1,-4],[1,-9],[3,-2],[24,-43],[34,-9],[9,-10],[-8,-6],[-7,6],[0,4],[-14,5],[-3,-5],[-5,3],[-13,-3],[-6,-27],[-10,1],[-4,-6],[18,-9],[14,-1],[-1,-19],[11,-16],[2,4],[7,-3],[-6,-7],[-3,-6],[-7,-2],[-12,-9],[2,-4],[-4,-5],[-2,5],[-7,-8],[-13,-6],[7,-30],[-22,-12],[5,-11],[-6,-10],[2,-4],[31,-5],[17,-22],[3,-7],[-1,-11],[-4,0],[1,-11],[-6,4],[-7,-19],[6,-22],[0,-7],[8,-5],[2,-5],[-5,-20],[-16,-27],[5,-7],[18,9],[22,-9],[0,-4]],[[4679,8864],[-8,12],[-1,20],[-1,6],[-9,15],[10,31],[-1,7],[-5,8],[-14,-12],[-12,35],[3,4],[12,3],[-1,8],[-12,3],[-11,15],[0,7],[5,5],[14,-7],[3,0],[3,11],[-12,8],[0,8],[-8,2],[-5,5],[3,18],[6,4],[4,15],[-9,7],[-1,5],[3,12],[7,-1],[7,-12],[4,-4],[6,-1],[3,6],[2,23],[-8,22],[8,11],[17,-2],[6,0],[5,5],[1,22],[11,23],[2,12],[-3,7],[-9,-3],[-5,-2],[-3,5],[2,8],[10,6],[8,-5],[5,5],[-4,6],[6,8],[4,12],[-5,23],[-5,14],[13,10],[9,1],[9,41],[16,19],[5,23],[4,5],[24,-10],[12,26],[0,12],[-8,22],[5,6],[5,0],[0,7],[13,-10],[4,9],[-8,1],[0,6],[6,1],[6,13],[3,0],[4,-7],[10,6],[0,5],[-4,9],[2,4],[8,0],[4,1],[1,6],[-5,2],[-3,3],[-1,6],[3,5],[4,0],[1,-6],[5,-8],[5,1],[4,7],[-4,9],[-7,1],[-2,2],[2,3],[3,0],[3,5],[-6,5],[0,4],[7,-1],[1,4],[-3,6],[1,4],[0,2],[6,-3],[-1,4],[-4,2],[-1,0],[0,4],[6,2],[2,4],[-3,4],[-6,4],[-1,8],[3,4],[3,0],[2,-12],[6,-2],[-2,14],[-4,4],[-2,11],[3,4],[5,-3],[3,2],[-1,17],[4,1],[4,0],[-2,-8],[3,-3],[15,-5],[3,3],[19,8],[10,1],[9,6],[7,0],[10,-3],[16,13],[7,4],[5,-19],[4,-1],[1,-9],[7,-5],[21,-4],[4,-5],[-1,-7],[7,-16],[8,-5]],[[6719,8880],[-5,-15],[-8,1],[-12,-22],[5,-20],[-6,-5],[1,-6],[-13,-4],[3,-36],[10,2],[13,-20],[11,4],[-2,-16],[10,-9],[2,5],[12,-7],[6,-12],[-13,-18],[-3,-12],[-14,8],[-2,-9],[3,-13],[-4,-6],[0,-10],[-4,7],[-4,-21],[-4,4],[-10,-11],[3,-11],[4,-3],[-1,-7],[-10,-2],[-2,-12]],[[6367,8754],[10,-1],[34,51],[11,-3],[-4,16],[-7,1],[0,8],[4,9],[-5,22],[12,8],[4,42],[16,10]],[[6442,8917],[11,-8],[13,5],[8,-19],[4,1],[-1,7],[15,2],[-1,-7],[10,-4],[-8,-40],[22,0],[19,18],[-1,-21],[9,0],[16,20],[0,13],[-8,10],[2,17],[9,3],[-3,13],[12,3],[2,-9],[13,4],[-5,20],[6,14],[7,-26],[10,-17],[31,-14],[21,28],[7,-13],[-1,-20],[6,-10],[16,13],[15,0],[21,-20]],[[6079,8794],[-12,16],[6,39],[7,8],[-1,32],[22,9],[2,9],[8,0],[0,22],[-4,16],[-6,6],[-8,14],[26,23],[8,11],[-16,4],[-8,17],[-12,14],[-1,41],[-15,3],[-1,11],[12,21],[-4,5],[1,8],[11,-2],[2,2]],[[6096,9123],[13,-9],[-1,13],[7,0],[1,-10],[5,-11],[2,-13],[13,5],[0,6],[13,3],[5,6],[11,6],[-5,6],[3,2],[6,-6],[6,3],[5,-3],[5,8],[12,7],[3,6],[13,10],[0,5],[8,-1],[2,5],[10,6],[10,-1],[4,5],[9,-6],[5,2],[3,-1],[0,-7],[6,0],[5,-5],[1,3],[-2,4],[11,5]],[[6285,9166],[4,-5],[-5,-7],[9,-11],[11,-10],[5,-7],[3,-12],[15,-16],[12,14],[20,-32],[21,4],[1,-5],[-9,-13],[38,-33],[5,-29],[-10,-2],[19,-63],[18,-22]],[[5945,9282],[-10,-17],[5,-3],[-3,-10],[6,-15],[-5,-8],[-10,2],[-5,-3],[-1,-4],[-16,-11],[-8,-11],[-21,-10],[-21,-16],[-9,0],[-9,4],[-5,-12],[-5,-21],[7,-11],[-4,-9],[1,-6],[16,-15],[2,-40],[15,-9],[16,-1],[18,-10],[10,7],[3,-9],[-8,-3],[1,-8],[8,3],[2,-7],[-5,-15],[1,-15],[9,-14],[-20,3],[-2,5],[-11,1],[-4,-4],[-1,-7],[-6,1],[-7,-17],[-5,0],[-5,-4],[-26,4],[-3,-11],[-4,-6],[1,12],[-5,-1],[-1,6],[-7,2],[-1,-18],[-6,3],[-8,-10],[3,-18],[-13,-2],[0,-12],[4,-8],[-2,-1],[-1,-5],[10,-3],[-4,-7],[1,-10],[16,5],[9,-4],[-2,-8],[6,-10],[-1,12],[6,8],[5,-8],[19,-6],[5,-11],[-8,-12],[-1,-13]],[[5616,9057],[34,16],[0,5],[14,33],[10,-3],[0,8],[-9,0],[-1,7],[3,4],[-12,-3],[-6,18],[4,5],[5,-3],[5,8],[0,11],[7,8],[4,0],[8,-7],[2,5],[9,-2],[2,-8],[18,-10],[0,-9],[6,-1],[29,7],[-1,9],[-5,7],[2,17],[6,4],[0,9],[7,7],[-7,0],[-2,-3],[-1,10],[3,6],[9,0],[10,-8],[7,-14],[-6,-7],[7,-9],[3,6],[4,-8],[4,2],[5,-5],[7,10],[3,-5],[7,2],[3,14],[-10,3],[-4,14],[7,3],[4,15],[-17,16],[-9,3],[3,6],[-11,23],[4,3],[-6,13],[3,3],[20,-41],[7,-6],[13,6],[4,-10],[10,11],[4,-12],[11,1],[-5,26],[3,-1],[-4,16],[-10,9],[3,8],[7,-8],[4,4],[8,2],[4,4],[0,6],[-10,5],[1,5],[-2,8],[9,-5],[10,-1],[12,2],[5,8],[13,9],[10,0],[-3,8],[1,10]],[[5902,9356],[11,7],[8,0],[3,-6],[5,-4],[2,-18],[-2,-14],[6,-4],[3,-13],[4,1],[1,-10],[-2,-2],[1,-4],[4,-1],[-1,-6]],[[6081,9314],[6,-18],[-4,-4],[-5,2],[-6,-7],[0,-6],[-11,-20],[0,-11],[-4,3],[-5,-3],[-4,-8],[4,-8],[2,6],[2,0],[2,-19],[5,-16],[18,-24],[-3,-5],[8,-12],[5,-13],[8,-3],[0,-7],[-7,-7],[-7,4],[1,-10],[3,-3],[6,2],[1,-4]],[[5945,9282],[22,11],[1,6],[16,-10],[6,10],[4,3],[7,-6],[3,-16],[3,-2],[9,6],[4,19],[10,13],[4,12],[18,17],[9,-4],[4,-17],[0,-10],[3,-5],[13,5]],[[5351,9647],[-4,-35],[-18,-8],[3,-18],[-4,-3],[-1,-7],[2,-13],[5,-1],[-1,7],[2,6],[4,-19],[2,0],[1,-3],[-2,-2],[3,-34],[-7,-8],[-6,7],[-1,-5],[-6,-7],[3,-18],[-7,-4],[12,-14],[1,-8],[6,0],[-1,-10],[9,0],[1,-4],[-6,-2],[1,-16],[3,-15],[6,0],[0,-4],[-6,0],[-11,6],[-35,0],[4,6],[-13,5],[-8,-18],[-16,-9],[6,-4],[-7,-18],[19,-14],[-4,-18],[-4,0],[-4,-24],[-4,-8],[0,-4],[-6,-2],[1,-6],[-12,5],[0,-20],[9,-9],[2,-7],[11,-8],[-10,4],[-3,-17],[43,-38],[4,1],[11,-8],[-9,-7],[-5,-11],[11,-20],[15,20],[1,-13],[-1,-10]],[[5033,9581],[7,-4],[24,12],[13,38],[-2,4],[0,4],[3,8],[2,12],[25,12],[9,9],[-6,16],[7,0],[8,9],[9,-3],[6,5],[11,-4],[10,-25],[4,-1],[4,-4],[8,1],[11,11],[9,-2],[6,-4],[9,0],[12,-5],[6,-3],[7,-2],[5,2],[20,-1],[5,3],[18,-9],[10,-3],[6,-12],[20,9],[6,8],[9,3],[4,-6],[2,-6],[7,-5],[4,-1]],[[5526,9578],[6,-7],[10,2],[33,-20],[-3,-13],[-9,-1],[1,-13],[12,-2],[1,-11],[3,-1],[7,-18],[-3,-11],[-6,-12],[9,-9],[-10,-11],[0,-9],[-24,-11],[1,-5],[-6,-2],[-4,-5],[13,-52],[-5,0],[-2,-17],[-20,5],[-7,-27],[-9,-17],[-28,-14],[1,-6],[-5,-18],[4,-7],[-15,-11],[0,-11],[10,1],[8,10],[0,-8],[6,-5],[-9,-15],[3,-19],[-2,-13],[-7,-14],[-7,-19],[2,-7],[-1,-10],[3,-3],[15,25],[6,0],[-1,-19],[-5,-1],[-1,-7],[-6,-5],[-2,-12],[2,-8],[0,-3],[-5,1],[-2,-6],[6,-9],[6,3],[5,-12],[1,-16]],[[5351,9647],[4,1],[15,15],[10,-2],[17,-8],[17,-16],[8,-12],[5,1],[3,-9],[-2,-9],[-6,-7],[-2,-5],[-7,1],[-6,-6],[6,-4],[0,-4],[-6,2],[-2,-6],[7,-1],[7,8],[6,-3],[8,7],[30,-5],[9,-4],[4,-7],[12,-6],[17,-2],[0,12],[16,3],[5,-3]],[[5845,9420],[14,8],[-1,14],[10,-2],[-1,-16],[11,-4],[-5,-9],[2,-4],[-4,-3],[21,-17],[1,2],[9,-5],[-2,-26],[-4,-11],[1,-3],[2,8],[3,4]],[[5526,9578],[0,11],[6,4],[1,14],[3,3],[11,4],[11,-4],[5,0],[-1,4],[11,13]],[[5573,9627],[17,-2],[11,-8],[6,-20],[5,-6],[5,4],[23,-6],[6,7],[17,1],[3,-5],[-3,-6],[-10,0],[3,-16],[12,-10],[0,-4],[12,-7],[-3,-3],[6,-20],[5,11],[3,-2],[2,-8],[-6,-7],[-5,-12],[1,-7],[4,3],[3,11],[6,6],[3,-18],[-2,-6],[20,-11],[-5,-11],[-15,4],[-3,-12],[18,-14],[-8,-35],[8,-10],[3,5],[-1,11],[9,19],[5,-28],[7,1],[2,-3],[15,12],[10,-13],[40,7],[6,-6],[7,3],[3,-3],[1,-13],[2,11],[7,7],[17,2]],[[6285,9166],[3,3],[5,-2],[9,21],[8,4],[4,-3],[10,3],[-6,3],[-2,19],[12,-5],[9,4],[-5,10],[-2,-1],[-3,12],[31,20],[-1,-19],[-5,-9],[25,-5],[2,9],[17,1],[2,9],[27,28],[-6,9],[0,7],[-3,11],[5,0],[-1,6],[4,7]],[[6424,9308],[4,0],[5,-7],[3,-11],[14,5],[1,6],[11,7],[0,11],[4,-1],[3,3],[6,1],[4,-4],[10,5],[11,1],[4,-4],[4,3],[7,0],[5,-6],[14,-1],[3,22],[9,17],[6,1],[2,4],[10,10],[32,-59],[7,2],[6,32],[-7,7],[7,11],[11,3],[-13,11],[12,15],[25,5],[2,11],[-6,12],[2,19],[-6,6],[10,19],[-8,8],[5,13]],[[6643,9485],[20,0],[3,-21],[16,-30],[-3,-10],[8,-9],[8,4],[6,-8],[-3,-20],[2,-6],[-6,-10],[9,-3],[7,11],[15,0],[21,-27],[12,-12],[5,-13],[20,-21],[3,-17],[-3,-38],[17,-32],[-3,-35],[-15,-17],[-30,-5],[-24,6],[-7,-12],[-30,-13],[-17,3],[-24,-15],[-21,-1],[-27,-28],[7,-5],[6,5],[5,-20],[10,-4],[0,-5],[20,3],[6,-24],[2,-36],[16,3],[3,-32],[12,13],[7,-11],[-3,-8],[7,-12],[-4,-7],[5,-9],[0,-16],[20,-2],[1,-9],[6,-5],[0,-12],[-11,-1],[5,-23],[-3,-9]],[[6004,9858],[4,-6],[0,-9],[-2,-11],[6,-19],[-8,-22],[-2,-1],[5,-3],[3,-20],[12,-2],[0,-7],[-8,0],[-3,5],[-30,-21],[0,-12],[8,0],[-21,-66],[-2,1],[-6,-5],[-3,-7],[-9,1],[-9,6],[2,-29],[-3,1],[-10,-6],[4,-5],[7,3],[-1,-16],[-28,-3],[3,-38],[-15,-10],[-2,-12],[4,-8],[-1,-5],[-6,-2],[2,-7],[-15,-4],[0,-7],[-2,-6],[1,-5],[-5,-5],[0,-2],[-13,-7],[-31,14],[-2,-4],[-15,-2],[-4,-12],[9,-10],[24,2],[1,-8],[5,-10],[-1,-19],[-3,-6],[1,-12]],[[5573,9627],[2,4],[22,8],[16,14],[3,11],[-1,8],[2,5],[11,-1],[1,19],[5,-5],[3,9],[14,1],[5,8],[-2,11],[-18,0],[-4,-6],[0,16],[12,23],[-1,16],[-8,9],[-4,25],[13,29],[8,-8],[13,3],[8,8],[-6,6],[-3,21],[6,11],[-6,0],[-5,-6],[-2,5],[-4,30],[-6,18],[2,16],[5,6],[4,4],[12,1],[5,0],[5,-5],[12,-16],[16,7],[14,-16],[6,10],[2,7],[12,0],[9,-3],[5,2],[13,-21],[4,-11],[7,6],[25,-24],[17,-13],[10,-14],[2,-11],[6,-2],[0,-8],[9,14],[5,-3],[16,13],[5,-13],[8,6],[11,5],[10,-9],[9,26],[12,-5],[16,-2],[-2,-20],[4,-16],[11,2],[2,5],[8,10],[9,5],[11,14],[10,1],[7,-3],[3,-6]],[[6383,9672],[-5,-11],[0,-61],[-35,-2],[-6,-20],[-21,5],[-8,-15],[-1,-57],[22,9],[0,-3],[-12,-11],[20,-1],[4,-8],[4,-2],[4,0],[0,-13],[-5,-5],[0,-11],[-9,-16],[1,-23],[-9,-38],[25,-19],[48,0],[5,-23],[10,-15],[-13,-20],[4,-1],[4,5],[2,-4],[-3,-5],[15,1]],[[6081,9314],[-5,3],[0,14],[-3,-1],[3,24],[3,-4],[0,13],[2,2],[4,-2],[0,8],[15,5],[5,6],[-1,12],[-4,6],[2,6],[5,-3],[2,11],[6,-3],[9,4],[1,-10],[4,1],[-3,5],[1,4],[5,-6],[4,1],[1,8],[6,1],[-2,5],[4,3],[0,5],[6,-10],[3,5],[13,1],[2,14],[4,-2],[7,4],[0,-3],[6,-1],[2,-4],[13,0],[4,21],[6,-1],[-2,7],[5,4],[6,-3],[3,3],[2,5],[-9,18],[-5,-4],[0,9],[-3,5],[-1,-2],[-9,5],[-1,19],[-3,2],[-3,8],[-17,6],[-1,7],[6,-1],[1,19],[16,-2],[5,2],[7,11],[13,12],[7,1],[4,-21],[9,-10],[6,8],[15,8],[19,0],[0,63],[-5,-8],[-17,7],[-12,0],[4,10],[-6,16],[-14,8],[4,10]],[[6235,9678],[8,21],[6,-4],[13,13],[5,-8],[17,-6],[13,5],[0,4],[11,7],[3,-11],[18,0],[0,12],[11,4],[3,-11],[3,6],[13,-20],[6,6],[18,-24]],[[6383,9672],[7,-4],[22,10],[27,-14],[15,-15],[12,-35],[19,-10],[21,37],[20,-32],[5,6],[26,-17],[9,-1],[-2,12],[2,14],[10,-12],[13,-3],[3,-13],[0,16]],[[6592,9611],[10,1],[2,-18],[5,-4],[3,-14],[-3,-8],[-1,-6],[2,-23],[3,-10],[7,3],[8,0],[6,-9],[-5,-20],[7,-18],[7,0]],[[6242,9956],[-7,-25],[-6,-5],[-3,-10],[-6,4],[-1,-7],[6,-4],[2,-5],[-2,-6],[-2,4],[-4,-6],[-1,-34],[-7,-16],[-8,1],[-1,-5],[5,-12],[1,-13],[-20,-25],[-4,9],[-5,-8],[5,-4],[4,-12],[-9,-14],[1,-19],[11,-17],[0,-9],[-5,0],[-2,-24],[10,-1],[0,3],[-8,3],[8,6],[41,-27]],[[6004,9858],[0,12],[2,15],[8,5],[5,9],[10,9],[0,9],[7,5],[0,13],[8,-3],[1,-14],[-5,0],[-2,-6],[4,-9],[7,6],[7,11],[21,27],[0,5],[4,7],[10,-11],[8,4],[0,39],[10,1],[0,7],[5,0],[0,-6],[9,0],[42,-21],[9,-9],[26,6],[4,11],[15,9],[17,-4],[-7,-9],[6,-2],[1,-8],[-4,-4],[10,-6]],[[6242,9956],[9,-4],[0,8],[-3,5],[10,16],[7,-9],[15,-2],[6,2],[6,-5],[-2,-8],[2,-5],[-5,-14],[-7,-1],[-4,-3],[-1,-9],[-5,-9],[6,-7],[4,3],[4,-8],[11,1],[6,-3],[14,-3],[3,10],[-2,5],[-10,8],[0,4],[11,-5],[9,-10],[-1,9],[13,18],[13,7],[18,3],[7,8],[8,13],[13,7],[5,0],[3,-11],[14,4],[2,6],[11,1],[9,6],[27,-8],[1,-19],[8,-16],[-9,-15],[21,-19],[12,1],[4,-6],[3,7],[6,-5],[3,-12],[6,-6],[4,-9],[-1,-19],[-2,-21],[10,-6],[4,-13],[18,-9],[3,-7],[-2,-15],[10,-11],[19,0],[5,-21],[2,-4],[-6,-14],[13,-20],[7,0],[15,-17],[-3,-6],[0,-17],[-7,-13],[-5,-4],[-1,-8],[7,-12],[-5,-10],[-4,-1],[-12,-13],[0,-5]]],"transform":{"scale":[0.001809289728972896,0.0007992982798279809],"translate":[22.137110999999777,44.38785549999986]}} \ No newline at end of file diff --git a/dist-amd/map/TopoJSONChoropleth.js b/dist-amd/map/TopoJSONChoropleth.js new file mode 100644 index 0000000000..1a9a219517 --- /dev/null +++ b/dist-amd/map/TopoJSONChoropleth.js @@ -0,0 +1 @@ +!function(o,t){"function"==typeof define&&define.amd?define(["d3","topojson","./Choropleth","require"],t):o.map_TopoJSONChoropleth=t(o.d3,o.topojson,o.map_Choropleth,o.require)}(this,function(o,t,e,n){function r(){e.call(this),this.projection("mercator")}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" map_TopoJSONChoropleth",r.prototype.publish("region","GB","set","Region Data",["AT","BE","BG","CHLI","CY","CZ","DE","DK","EE","ES","FI","FR","GB","GE","GR","HR","HU","IE","IS","IT","KS","LT","LU","LV","MD","MK","MT","ND","NL","NO","PL","PT","RO","RS","SE","SI","SK","UA"]),r.prototype.layerEnter=function(t,n,r){e.prototype.layerEnter.apply(this,arguments),this._selection.widgetElement(this._choroplethData),this.choroPaths=o.select(null)},r.prototype.layerUpdate=function(o){var r=this;return new Promise(function(a,c){r._prevRegion!==r.region()?(r._prevRegion=r.region(),n(["json!src/map/TopoJSON/"+r.region()+".json"],function(c){function i(t){r._choroTopologyIndex=t,e.prototype.layerUpdate.call(r,o,!0),a()}r._choroTopology=c,r._choroTopologyObjects=c.objects.PolbndA,r._choroTopologyFeatures=t.feature(r._choroTopology,r._choroTopologyObjects).features,n(["json!src/map/TopoJSON/"+r.region()+"_idx.json"],i,function(o){i({})})})):(e.prototype.layerUpdate.call(r,o),a())}).then(function(){var t=[];r.data().forEach(function(o){if(isNaN(o[0]))for(var e in r._choroTopologyIndex)for(var n in r._choroTopologyIndex[e])n===o[0]&&r._choroTopologyIndex[e][n].forEach(function(e){t.push([e].concat(o.filter(function(o,t){return t>0})))});else t.push(o)}),r.choroPaths=r._choroplethData.selectAll(".data").data(r.visible()?t:[],function(o){return o[0]}),r.choroPaths.enter().append("path").attr("class","data").call(r._selection.enter.bind(r._selection)).on("click",function(o){r._dataMap[o[0]]&&r.click(r.rowToObj(r._dataMap[o[0]]),"weight",r._selection.selected(r))}).on("mouseover.tooltip",function(o){r.tooltipShow([o[0],o[1]],r.columns(),1)}).on("mouseout.tooltip",function(o){r.tooltipShow()}).on("mousemove.tooltip",function(o){r.tooltipShow([o[0],o[1]],r.columns(),1)}),r.choroPaths.attr("d",function(t){var e=o._d3GeoPath(r._choroTopologyFeatures[t[0]]);return e||console.log("Unknown Country: "+t),e}).style("fill",function(o){var t=r._palette(o[1],r._dataMinWeight,r._dataMaxWeight);return t}),r.choroPaths.exit().remove()})},r}); \ No newline at end of file diff --git a/dist-amd/map/Utility.js b/dist-amd/map/Utility.js new file mode 100644 index 0000000000..55caccb108 --- /dev/null +++ b/dist-amd/map/Utility.js @@ -0,0 +1,3 @@ +// (c) 2008 David Troy + +!function(t,n){"function"==typeof define&&define.amd?define(["d3"],n):t.map_Utility=n(t.d3)}(this,function(t){function n(){}n.prototype.constructor=n,n.prototype._class+=" map_Geohash",n.prototype.base32="0123456789bcdefghjkmnpqrstuvwxyz",n.prototype.encode=function(t,n,e){if("undefined"==typeof e){for(var r=1;12>=r;r++){var a=this.encode(t,n,r),o=this.decode(a);if(o.lat===t&&o.lon===n)return a}e=12}if(t=Number(t),n=Number(n),e=Number(e),isNaN(t)||isNaN(n)||isNaN(e))throw new Error("Invalid geohash");for(var i=0,s=0,c=!0,l="",h=-90,u=90,p=-180,f=180;l.lengthd?(i=2*i+1,p=d):(i=2*i,f=d)}else{var g=(h+u)/2;t>g?(i=2*i+1,h=g):(i=2*i,u=g)}c=!c,5===++s&&(l+=this.base32.charAt(i),s=0,i=0)}return l},n.prototype.decode=function(t){var n=this.bounds(t),e=n.sw.lat,r=n.sw.lon,a=n.ne.lat,o=n.ne.lon,i=(e+a)/2,s=(r+o)/2;return i=i.toFixed(Math.floor(2-Math.log(a-e)/Math.LN10)),s=s.toFixed(Math.floor(2-Math.log(o-r)/Math.LN10)),{lat:Number(i),lon:Number(s)}},n.prototype.bounds=function(t){if(0===t.length)throw new Error("Invalid geohash");t=t.toLowerCase();for(var n=!0,e=-90,r=90,a=-180,o=180,i=0;i=0;l--){var h=c>>l&1;if(n){var u=(a+o)/2;1===h?a=u:o=u}else{var p=(e+r)/2;1===h?e=p:r=p}n=!n}}var f={sw:{lat:e,lon:a},ne:{lat:r,lon:o}};return f},n.prototype.adjacent=function(t,n){if(t=t.toLowerCase(),n=n.toLowerCase(),0===t.length)throw new Error("Invalid geohash");if(-1==="nsew".indexOf(n))throw new Error("Invalid direction");var e={n:["p0r21436x8zb9dcf5h7kjnmqesgutwvy","bc01fg45238967deuvhjyznpkmstqrwx"],s:["14365h7k9dcfesgujnmqp0r2twvyx8zb","238967debc01fg45kmstqrwxuvhjyznp"],e:["bc01fg45238967deuvhjyznpkmstqrwx","p0r21436x8zb9dcf5h7kjnmqesgutwvy"],w:["238967debc01fg45kmstqrwxuvhjyznp","14365h7k9dcfesgujnmqp0r2twvyx8zb"]},r={n:["prxz","bcfguvyz"],s:["028b","0145hjnp"],e:["bcfguvyz","prxz"],w:["0145hjnp","028b"]},a=t.slice(-1),o=t.slice(0,-1),i=t.length%2;return-1!==r[n][i].indexOf(a)&&""!==o&&(o=this.adjacent(o,n)),o+this.base32.charAt(e[n][i].indexOf(a))},n.prototype.neighbours=function(t){return{n:this.adjacent(t,"n"),ne:this.adjacent(this.adjacent(t,"n"),"e"),e:this.adjacent(t,"e"),se:this.adjacent(this.adjacent(t,"s"),"e"),s:this.adjacent(t,"s"),sw:this.adjacent(this.adjacent(t,"s"),"w"),w:this.adjacent(t,"w"),nw:this.adjacent(this.adjacent(t,"n"),"w")}},n.prototype.contained=function(t,n,e,r,a){(isNaN(n)||n>=90)&&(n=89),(isNaN(e)||e>180)&&(e=180),(isNaN(r)||-90>=r)&&(r=-89),(isNaN(t)||-180>t)&&(t=-180),a=a||1;for(var o=this.encode(n,t,a),i=this.encode(n,e,a),s=this.encode(r,e,a),c=o,l=0,h=-1,u=[o,s],p=this.adjacent(o,"e");p!==s;)u.push(p),++l,p===i||h===l?(h=l+1,l=0,p=this.adjacent(c,"s"),c=p):p=this.adjacent(p,"e");return u},n.prototype.calculateWidthDegrees=function(t){var n;n=t%2===0?-1:-.5;var e=180/Math.pow(2,2.5*t+n);return e},n.prototype.width=function(t){var n=t%2;return 180/(2^(5*t+n)/2-1)};var e=function(){function n(){var n=Math.max(Math.log(r)/Math.LN2-8,0),i=Math.round(n+o),s=Math.pow(2,n-i+8),c=[(a[0]-r/2)/s,(a[1]-r/2)/s],l=[],h=t.range(Math.max(0,Math.floor(-c[0])),Math.max(0,Math.ceil(e[0]/s-c[0]))),u=t.range(Math.max(0,Math.floor(-c[1])),Math.max(0,Math.ceil(e[1]/s-c[1])));return u.forEach(function(t){h.forEach(function(n){l.push([n,t,i])})}),l.translate=c,l.scale=s,l}var e=[960,500],r=256,a=[e[0]/2,e[1]/2],o=0;return n.size=function(t){return arguments.length?(e=t,n):e},n.scale=function(t){return arguments.length?(r=t,n):r},n.translate=function(t){return arguments.length?(a=t,n):a},n.zoomDelta=function(t){return arguments.length?(o=+t,n):o},n},r=function(){function n(t){var n=t[0],s=t[1];return e=null,r(n,s),e||(a(n,s),e)||(o(n,s),e)||(i(n,s),e),e}var e,r,a,o,i,s=1e-6,c=t.geo.albers(),l=t.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),h=t.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),u=t.geo.conicEqualArea().rotate([66,0]).center([0,18]).parallels([8,18]),p={point:function(t,n){e=[t,n]}};return n.invert=function(t){var n=c.scale(),e=c.translate(),r=(t[0]-e[0])/n,a=(t[1]-e[1])/n;return(a>=.12&&.234>a&&r>=-.425&&-.214>r?l:a>=.166&&.234>a&&r>=-.214&&-.115>r?h:a>=.204&&.234>a&&r>=.32&&.38>r?u:c).invert(t)},n.stream=function(t){var n=c.stream(t),e=l.stream(t),r=h.stream(t),a=u.stream(t);return{point:function(t,o){n.point(t,o),e.point(t,o),r.point(t,o),a.point(t,o)},sphere:function(){n.sphere(),e.sphere(),r.sphere(),a.sphere()},lineStart:function(){n.lineStart(),e.lineStart(),r.lineStart(),a.lineStart()},lineEnd:function(){n.lineEnd(),e.lineEnd(),r.lineEnd(),a.lineEnd()},polygonStart:function(){n.polygonStart(),e.polygonStart(),r.polygonStart(),a.polygonStart()},polygonEnd:function(){n.polygonEnd(),e.polygonEnd(),r.polygonEnd(),a.polygonEnd()}}},n.precision=function(t){return arguments.length?(c.precision(t),l.precision(t),h.precision(t),u.precision(t),n):c.precision()},n.scale=function(t){return arguments.length?(c.scale(t),l.scale(.35*t),h.scale(t),u.scale(t),n.translate(c.translate())):c.scale()},n.translate=function(t){if(!arguments.length)return c.translate();var e=c.scale(),f=+t[0],d=+t[1];return r=c.translate(t).clipExtent([[f-.455*e,d-.238*e],[f+.455*e,d+.238*e]]).stream(p).point,a=l.translate([f-.307*e,d+.201*e]).clipExtent([[f-.425*e+s,d+.12*e+s],[f-.214*e-s,d+.234*e-s]]).stream(p).point,o=h.translate([f-.205*e,d+.212*e]).clipExtent([[f-.214*e+s,d+.166*e+s],[f-.115*e-s,d+.234*e-s]]).stream(p).point,i=u.translate([f+.35*e,d+.224*e]).clipExtent([[f+.32*e,d+.204*e],[f+.38*e,d+.234*e]]).stream(p).point,n},n.scale(1070)};return t.geo.albersUsaPr||(t.geo.albersUsaPr=r),{Geohash:n,Tile:e,albersUsaPr:r}}); \ No newline at end of file diff --git a/dist-amd/map/countries.js b/dist-amd/map/countries.js new file mode 100644 index 0000000000..4d1a9cced7 --- /dev/null +++ b/dist-amd/map/countries.js @@ -0,0 +1,2 @@ +!function(a,n){"function"==typeof define&&define.amd?define([],n):a.map_countries=n()}(this,function(){return{countryNames:{"-1":{name:"Northern Cyprus"},"-2":{name:"Kosovo"},"-3":{name:"Somaliland"},4:{name:"Afghanistan"},8:{name:"Albania"},10:{name:"Antarctica"},12:{name:"Algeria"},16:{name:"American Samoa"},20:{name:"Andorra"},24:{name:"Angola"},28:{name:"Antigua and Barbuda"},31:{name:"Azerbaijan"},32:{name:"Argentina"},36:{name:"Australia"},40:{name:"Austria"},44:{name:"Bahamas"},48:{name:"Bahrain"},50:{name:"Bangladesh"},51:{name:"Armenia"},52:{name:"Barbados"},56:{name:"Belgium"},60:{name:"Bermuda"},64:{name:"Bhutan"},68:{name:"Bolivia, Plurinational State of"},70:{name:"Bosnia and Herzegovina"},72:{name:"Botswana"},74:{name:"Bouvet Island"},76:{name:"Brazil"},84:{name:"Belize"},86:{name:"British Indian Ocean Territory"},90:{name:"Solomon Islands"},92:{name:"Virgin Islands, British"},96:{name:"Brunei Darussalam"},100:{name:"Bulgaria"},104:{name:"Myanmar"},108:{name:"Burundi"},112:{name:"Belarus"},116:{name:"Cambodia"},120:{name:"Cameroon"},124:{name:"Canada"},132:{name:"Cape Verde"},136:{name:"Cayman Islands"},140:{name:"Central African Republic"},144:{name:"Sri Lanka"},148:{name:"Chad"},152:{name:"Chile"},156:{name:"China"},158:{name:"Taiwan, Province of China"},162:{name:"Christmas Island"},166:{name:"Cocos (Keeling) Islands"},170:{name:"Colombia"},174:{name:"Comoros"},175:{name:"Mayotte"},178:{name:"Congo"},180:{name:"Congo, the Democratic Republic of the"},184:{name:"Cook Islands"},188:{name:"Costa Rica"},191:{name:"Croatia"},192:{name:"Cuba"},196:{name:"Cyprus"},203:{name:"Czech Republic"},204:{name:"Benin"},208:{name:"Denmark"},212:{name:"Dominica"},214:{name:"Dominican Republic"},218:{name:"Ecuador"},222:{name:"El Salvador"},226:{name:"Equatorial Guinea"},231:{name:"Ethiopia"},232:{name:"Eritrea"},233:{name:"Estonia"},234:{name:"Faroe Islands"},238:{name:"Falkland Islands (Malvinas)"},239:{name:"South Georgia and the South Sandwich Islands"},242:{name:"Fiji"},246:{name:"Finland"},248:{name:"�land Islands"},250:{name:"France"},254:{name:"French Guiana"},258:{name:"French Polynesia"},260:{name:"French Southern Territories"},262:{name:"Djibouti"},266:{name:"Gabon"},268:{name:"Georgia"},270:{name:"Gambia"},275:{name:"Palestinian Territory, Occupied"},276:{name:"Germany"},288:{name:"Ghana"},292:{name:"Gibraltar"},296:{name:"Kiribati"},300:{name:"Greece"},304:{name:"Greenland"},308:{name:"Grenada"},312:{name:"Guadeloupe"},316:{name:"Guam"},320:{name:"Guatemala"},324:{name:"Guinea"},328:{name:"Guyana"},332:{name:"Haiti"},334:{name:"Heard Island and McDonald Islands"},336:{name:"Holy See (Vatican City State)"},340:{name:"Honduras"},344:{name:"Hong Kong"},348:{name:"Hungary"},352:{name:"Iceland"},356:{name:"India"},360:{name:"Indonesia"},364:{name:"Iran, Islamic Republic of"},368:{name:"Iraq"},372:{name:"Ireland"},376:{name:"Israel"},380:{name:"Italy"},384:{name:"C�te d'Ivoire"},388:{name:"Jamaica"},392:{name:"Japan"},398:{name:"Kazakhstan"},400:{name:"Jordan"},404:{name:"Kenya"},408:{name:"Korea, Democratic People's Republic of"},410:{name:"Korea, Republic of"},414:{name:"Kuwait"},417:{name:"Kyrgyzstan"},418:{name:"Lao People's Democratic Republic"},422:{name:"Lebanon"},426:{name:"Lesotho"},428:{name:"Latvia"},430:{name:"Liberia"},434:{name:"Libya"},438:{name:"Liechtenstein"},440:{name:"Lithuania"},442:{name:"Luxembourg"},446:{name:"Macao"},450:{name:"Madagascar"},454:{name:"Malawi"},458:{name:"Malaysia"},462:{name:"Maldives"},466:{name:"Mali"},470:{name:"Malta"},474:{name:"Martinique"},478:{name:"Mauritania"},480:{name:"Mauritius"},484:{name:"Mexico"},492:{name:"Monaco"},496:{name:"Mongolia"},498:{name:"Moldova, Republic of"},499:{name:"Montenegro"},500:{name:"Montserrat"},504:{name:"Morocco"},508:{name:"Mozambique"},512:{name:"Oman"},516:{name:"Namibia"},520:{name:"Nauru"},524:{name:"Nepal"},528:{name:"Netherlands"},531:{name:"Cura�ao"},533:{name:"Aruba"},534:{name:"Sint Maarten (Dutch part)"},535:{name:"Bonaire, Sint Eustatius and Saba"},540:{name:"New Caledonia"},548:{name:"Vanuatu"},554:{name:"New Zealand"},558:{name:"Nicaragua"},562:{name:"Niger"},566:{name:"Nigeria"},570:{name:"Niue"},574:{name:"Norfolk Island"},578:{name:"Norway"},580:{name:"Northern Mariana Islands"},581:{name:"United States Minor Outlying Islands"},583:{name:"Micronesia, Federated States of"},584:{name:"Marshall Islands"},585:{name:"Palau"},586:{name:"Pakistan"},591:{name:"Panama"},598:{name:"Papua New Guinea"},600:{name:"Paraguay"},604:{name:"Peru"},608:{name:"Philippines"},612:{name:"Pitcairn"},616:{name:"Poland"},620:{name:"Portugal"},624:{name:"Guinea-Bissau"},626:{name:"Timor-Leste"},630:{name:"Puerto Rico"},634:{name:"Qatar"},638:{name:"R�union"},642:{name:"Romania"},643:{name:"Russian Federation"},646:{name:"Rwanda"},652:{name:"Saint Barth�lemy"},654:{name:"Saint Helena, Ascension and Tristan da Cunha"},659:{name:"Saint Kitts and Nevis"},660:{name:"Anguilla"},662:{name:"Saint Lucia"},663:{name:"Saint Martin (French part)"},666:{name:"Saint Pierre and Miquelon"},670:{name:"Saint Vincent and the Grenadines"},674:{name:"San Marino"},678:{name:"Sao Tome and Principe"},682:{name:"Saudi Arabia"},686:{name:"Senegal"},688:{name:"Serbia"},690:{name:"Seychelles"},694:{name:"Sierra Leone"},702:{name:"Singapore"},703:{name:"Slovakia"},704:{name:"Viet Nam"},705:{name:"Slovenia"},706:{name:"Somalia"},710:{name:"South Africa"},716:{name:"Zimbabwe"},724:{name:"Spain"},728:{name:"South Sudan"},729:{name:"Sudan"},732:{name:"Western Sahara"},740:{name:"Suriname"},744:{name:"Svalbard and Jan Mayen"},748:{name:"Swaziland"},752:{name:"Sweden"},756:{name:"Switzerland"},760:{name:"Syrian Arab Republic"},762:{name:"Tajikistan"},764:{name:"Thailand"},768:{name:"Togo"},772:{name:"Tokelau"},776:{name:"Tonga"},780:{name:"Trinidad and Tobago"},784:{name:"United Arab Emirates"},788:{name:"Tunisia"},792:{name:"Turkey"},795:{name:"Turkmenistan"},796:{name:"Turks and Caicos Islands"},798:{name:"Tuvalu"},800:{name:"Uganda"},804:{name:"Ukraine"},807:{name:"Macedonia, the former Yugoslav Republic of"},818:{name:"Egypt"},826:{name:"United Kingdom"},831:{name:"Guernsey"},832:{name:"Jersey"},833:{name:"Isle of Man"},834:{name:"Tanzania, United Republic of"},840:{name:"United States"},850:{name:"Virgin Islands, U.S."},854:{name:"Burkina Faso"},858:{name:"Uruguay"},860:{name:"Uzbekistan"},862:{name:"Venezuela, Bolivarian Republic of"},876:{name:"Wallis and Futuna"},882:{name:"Samoa"},887:{name:"Yemen"},894:{name:"Zambia"}},topology:{type:"Topology",objects:{land:{type:"MultiPolygon",arcs:[[[0]],[[1]],[[2]],[[3]],[[4]],[[5]],[[6]],[[7,8,9]],[[10,11,12,13]],[[14]],[[15]],[[16]],[[17]],[[18]],[[19]],[[20]],[[21,22]],[[23]],[[24]],[[25]],[[26]],[[27]],[[28]],[[29]],[[30]],[[31,32]],[[33]],[[34]],[[35]],[[36]],[[37]],[[38]],[[39]],[[40]],[[41]],[[42]],[[43]],[[44,45]],[[46]],[[47]],[[48]],[[49,50,51,52]],[[53]],[[54]],[[55]],[[56]],[[57]],[[58]],[[59]],[[60]],[[61]],[[62]],[[63]],[[64,65]],[[66]],[[67]],[[68]],[[69]],[[70]],[[71]],[[72]],[[73]],[[74]],[[75]],[[76]],[[77]],[[78,79]],[[80]],[[81]],[[82]],[[83]],[[84]],[[85]],[[86]],[[87]],[[88]],[[89]],[[90]],[[91]],[[92,93]],[[94]],[[95]],[[96,97,98,99,100,101,102,103]],[[104]],[[105]],[[106]],[[107]],[[108]],[[109]],[[110]],[[111,112]],[[113]],[[114,115]],[[116,117]],[[118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229]],[[230,231]],[[232]],[[233]],[[234]],[[235]],[[236]],[[237]],[[238,239,240,241]],[[242]],[[243]],[[244]],[[245]],[[246]],[[247]],[[248]],[[249]],[[250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467],[468,469,470,471,472,473,474,475,476,477]],[[478]],[[479]],[[480]],[[481]],[[482]],[[483]],[[484]],[[485]],[[486]],[[487]],[[488]],[[489]],[[490]],[[491]]]},countries:{type:"GeometryCollection",bbox:[-179.99999999999997,-90.00000000000003,180.00000000000014,83.64513000000001],geometries:[{type:"Polygon",id:4,arcs:[[492,493,494,495,496,497]]},{type:"MultiPolygon",id:24,arcs:[[[498,499,334,500,336,501,502]],[[339,503,504]]]},{type:"Polygon",id:8,arcs:[[505,506,398,507,508,509]]},{type:"Polygon",id:784,arcs:[[297,510,299,511,512]]},{type:"MultiPolygon",id:32,arcs:[[[513,13]],[[514,515,516,517,172,518,174,519,520]]]},{type:"Polygon",id:51,arcs:[[521,522,523,524,525]]},{type:"MultiPolygon",id:10,arcs:[[[0]],[[1]],[[2]],[[3]],[[4]],[[5]],[[6]],[[526,527,9]]]},{type:"Polygon",id:260,arcs:[[15]]},{type:"MultiPolygon",id:36,arcs:[[[16]],[[26]]]},{type:"Polygon",id:40,arcs:[[528,529,530,531,532,533,534]]},{type:"MultiPolygon",id:31,arcs:[[[535,-525]],[[477,536,469,537,471,538,-523,539,540]]]},{type:"Polygon",id:108,arcs:[[541,542,543]]},{type:"Polygon",id:56,arcs:[[544,545,546,547,419]]},{type:"Polygon",id:204,arcs:[[548,549,550,551,552]]},{type:"Polygon",id:854,arcs:[[553,554,555,-551,556,557]]},{type:"Polygon",id:50,arcs:[[558,280,559,282,560]]},{type:"Polygon",id:100,arcs:[[561,395,562,563,564,565]]},{type:"MultiPolygon",id:44,arcs:[[[73]],[[75]],[[76]]]},{type:"Polygon",id:70,arcs:[[566,567,568]]},{type:"Polygon",id:112,arcs:[[569,570,571,572,573]]},{type:"Polygon",id:84,arcs:[[574,148,575]]},{type:"Polygon",id:68,arcs:[[576,577,578,579,-521]]},{type:"Polygon",id:76,arcs:[[-516,580,-579,581,582,583,584,585,586,165,587,167,588,169,589]]},{type:"Polygon",id:96,arcs:[[50,590]]},{type:"Polygon",id:64,arcs:[[591,592]]},{type:"Polygon",id:72,arcs:[[593,594,595,596]]},{type:"Polygon",id:140,arcs:[[597,598,599,600,601,602,603]]},{type:"MultiPolygon",id:124,arcs:[[[86]],[[87]],[[88]],[[89]],[[90]],[[105]],[[106]],[[108]],[[110]],[[113]],[[604,119,605,121,606,123,607,125,608,127,609,129,610,209,611,211,612,223,613,225,614,227,615,229]],[[616,231]],[[232]],[[233]],[[234]],[[235]],[[237]],[[238,617,240,618]],[[243]],[[245]],[[246]],[[248]],[[249]],[[478]],[[479]],[[481]],[[482]],[[483]],[[489]],[[490]]]},{type:"Polygon",id:756,arcs:[[-532,619,620,621]]},{type:"MultiPolygon",id:152,arcs:[[[-514,10,622,12]],[[-520,175,623,177,624,-577]]]},{type:"MultiPolygon",id:156,arcs:[[[66]],[[625,269,626,271,627,628,629,630,-593,631,632,633,634,-496,635,636,637,638,639,640]]]},{type:"Polygon",id:384,arcs:[[348,641,642,643,-554,644]]},{type:"Polygon",id:120,arcs:[[645,646,343,647,648,649,650,-604,651]]},{type:"Polygon",id:180,arcs:[[652,653,-542,654,655,-503,338,-505,656,-602,657]]},{type:"Polygon",id:178,arcs:[[-504,340,658,-652,-603,-657]]},{type:"Polygon",id:170,arcs:[[659,180,660,661,157,662,-583,663]]},{type:"Polygon",id:188,arcs:[[185,664,152,665]]},{type:"Polygon",id:192,arcs:[[72]]},{type:"Polygon",id:-99,arcs:[[79,666]]},{type:"Polygon",id:196,arcs:[[78,-667]]},{type:"Polygon",id:203,arcs:[[-534,667,668,669]]},{type:"Polygon",id:276,arcs:[[426,670,-668,-533,-622,671,672,-546,673,421,674]]},{type:"Polygon",id:262,arcs:[[316,675,676,677]]},{type:"MultiPolygon",id:208,arcs:[[[94]],[[678,-675,422,679,424]]]},{type:"Polygon",id:214,arcs:[[64,680]]},{type:"Polygon",id:12,arcs:[[681,682,683,684,685,365,686,687]]},{type:"Polygon",id:218,arcs:[[179,-660,688]]},{type:"Polygon",id:818,arcs:[[313,689,690,371,691,373,692]]},{type:"Polygon",id:232,arcs:[[693,694,315,-678]]},{type:"Polygon",id:724,arcs:[[417,695,411,696,413,697]]},{type:"Polygon",id:233,arcs:[[698,434,699,700]]},{type:"Polygon",id:231,arcs:[[-677,701,702,703,704,705,706,-694]]},{type:"Polygon",id:246,arcs:[[707,436,708,709]]},{type:"MultiPolygon",id:242,arcs:[[[20]],[[22,21]]]},{type:"Polygon",id:238,arcs:[[14]]},{type:"MultiPolygon",id:250,arcs:[[[710,711,164,-587]],[[84]],[[712,-672,-621,713,410,-696,418,-548]]]},{type:"Polygon",id:266,arcs:[[341,714,-646,-659]]},{type:"MultiPolygon",id:826,arcs:[[[715,92]],[[716,97,717,99,718,101,719,103]]]},{type:"Polygon",id:268,arcs:[[385,720,-540,-522,721]]},{type:"Polygon",id:288,arcs:[[347,-645,-558,722]]},{type:"Polygon",id:324,arcs:[[723,724,351,725,726,727,-643]]},{type:"Polygon",id:270,arcs:[[354,728]]},{type:"Polygon",id:624,arcs:[[352,729,-726]]},{type:"Polygon",id:226,arcs:[[342,-647,-715]]},{type:"MultiPolygon",id:300,arcs:[[[80]],[[397,-507,730,-564,731]]]},{type:"Polygon",id:304,arcs:[[491]]},{type:"Polygon",id:320,arcs:[[189,732,-576,149,733,734]]},{type:"Polygon",id:328,arcs:[[162,735,-585,736]]},{type:"Polygon",id:340,arcs:[[187,737,-734,150,738]]},{type:"Polygon",id:191,arcs:[[739,-569,740,401,741,742]]},{type:"Polygon",id:332,arcs:[[-681,65]]},{type:"Polygon",id:348,arcs:[[-529,743,744,745,746,-743,747]]},{type:"MultiPolygon",id:360,arcs:[[[28]],[[748,32]],[[33]],[[34]],[[37]],[[38]],[[41]],[[42]],[[749,45]],[[46]],[[47]],[[750,52]],[[48]]]},{type:"Polygon",id:356,arcs:[[-634,751,-632,-592,-631,752,-561,283,753,285,754]]},{type:"Polygon",id:372,arcs:[[93,-716]]},{type:"Polygon",id:364,arcs:[[755,-498,756,287,757,289,758,759,760,-536,-524,-539,472]]},{type:"Polygon",id:368,arcs:[[761,762,763,764,765,766,-760]]},{type:"Polygon",id:352,arcs:[[109]]},{type:"Polygon",id:376,arcs:[[767,768,769,-693,374,770,376,771,772]]},{type:"MultiPolygon",id:380,arcs:[[[81]],[[82]],[[773,403,774,405,775,407,776,409,-714,-620,-531]]]},{type:"Polygon",id:388,arcs:[[63]]},{type:"Polygon",id:400,arcs:[[-768,777,-765,778,312,-770,779]]},{type:"MultiPolygon",id:392,arcs:[[[77]],[[83]],[[85]]]},{type:"Polygon",id:398,arcs:[[780,781,474,782,-638,783]]},{type:"Polygon",id:404,arcs:[[322,784,785,786,-704,787]]},{type:"Polygon",id:417,arcs:[[-784,-637,788,789]]},{type:"Polygon",id:116,arcs:[[790,791,792,273]]},{type:"Polygon",id:410,arcs:[[262,793,264,794]]},{type:"Polygon",id:-99,arcs:[[-510,795,796,797]]},{type:"Polygon",id:414,arcs:[[291,798,-763]]},{type:"Polygon",id:418,arcs:[[799,800,-629,801,-792]]},{type:"Polygon",id:422,arcs:[[-772,377,802]]},{type:"Polygon",id:430,arcs:[[349,803,-724,-642]]},{type:"Polygon",id:434,arcs:[[804,-688,805,368,806,370,-691,807,808]]},{type:"Polygon",id:144,arcs:[[54]]},{type:"Polygon",id:426,arcs:[[809]]},{type:"Polygon",id:440,arcs:[[810,811,812,-570,813]]},{type:"Polygon",id:442,arcs:[[-673,-713,-547]]},{type:"Polygon",id:428,arcs:[[432,814,-701,815,-571,-813]]},{type:"Polygon",id:504,arcs:[[-686,816,360,817,362,818,364]]},{type:"Polygon",id:498,arcs:[[819,820]]},{type:"Polygon",id:450,arcs:[[25]]},{type:"Polygon",id:484,arcs:[[821,147,-575,-733,190,822,192,823,194,824,196,825,198,826]]},{type:"Polygon",id:807,arcs:[[-798,827,-565,-731,-506]]},{type:"Polygon",id:466,arcs:[[828,-683,829,-555,-644,-728,830]]},{type:"Polygon",id:104,arcs:[[277,831,279,-559,-753,-630,-801,832]]},{type:"Polygon",id:499,arcs:[[833,400,-741,-568,834,-796,-509]]},{type:"Polygon",id:496,arcs:[[835,-640]]},{type:"Polygon",id:508,arcs:[[836,325,837,838,839,840,841,842]]},{type:"Polygon",id:478,arcs:[[843,356,844,358,845,-684,-829]]},{type:"Polygon",id:454,arcs:[[-843,846,847]]},{type:"MultiPolygon",id:458,arcs:[[[275,848]],[[-751,49,-591,51]]]},{type:"Polygon",id:516,arcs:[[333,-500,849,-595,850]]},{type:"Polygon",id:540,arcs:[[19]]},{type:"Polygon",id:562,arcs:[[-556,-830,-682,-805,851,-650,852,-552]]},{type:"Polygon",id:566,arcs:[[345,-553,-853,-649]]},{type:"Polygon",id:558,arcs:[[186,-739,151,-665]]},{type:"Polygon",id:528,arcs:[[-674,-545,420]]},{type:"MultiPolygon",id:578,arcs:[[[853,-710,854,438,855,440]],[[480]],[[485]],[[486]]]},{type:"Polygon",id:524,arcs:[[-752,-633]]},{type:"MultiPolygon",id:554,arcs:[[[17]],[[18]]]},{type:"MultiPolygon",id:512,arcs:[[[856,304,857,858,-512,300,859,302]],[[-511,298]]]},{type:"Polygon",id:586,arcs:[[-635,-755,286,-757,-497]]},{type:"Polygon",id:591,arcs:[[860,182,861,184,-666,153,862,155,863,-661]]},{type:"Polygon",id:604,arcs:[[-625,178,-689,-664,-582,-578]]},{type:"MultiPolygon",id:608,arcs:[[[53]],[[56]],[[57]],[[58]],[[59]],[[60]],[[61]]]},{type:"MultiPolygon",id:598,arcs:[[[39]],[[40]],[[-750,44]],[[43]]]},{type:"Polygon",id:616,arcs:[[-671,427,864,429,865,-814,-574,866,867,-669]]},{type:"Polygon",id:630,arcs:[[62]]},{type:"Polygon",id:408,arcs:[[868,261,-795,265,869,870,268,-626]]},{type:"Polygon",id:620,arcs:[[-698,414,871,416]]},{type:"Polygon",id:600,arcs:[[-580,-581,-515]]},{type:"Polygon",id:275,arcs:[[-780,-769]]},{type:"Polygon",id:634,arcs:[[295,872]]},{type:"Polygon",id:642,arcs:[[873,-821,874,392,875,394,-562,876,-746]]},{type:"MultiPolygon",id:643,arcs:[[[91]],[[-866,430,877,-811]],[[114,116,878]],[[236]],[[242]],[[244]],[[247]],[[250,879,252,880,254,881,256,882,258,883,260,-869,-641,-836,-639,-783,475,884,-541,-721,386,885,388,886,-572,-816,-700,435,-708,-854,441,887,443,888,445,889,447,890,449,891,451,892,893,894,455,895,457,896,459,897,461,898,463,899,465,900,111,901]],[[484]],[[487]],[[488]]]},{type:"Polygon",id:646,arcs:[[902,-543,-654,903]]},{type:"Polygon",id:732,arcs:[[-685,-846,359,-817]]},{type:"Polygon",id:682,arcs:[[904,309,905,311,-779,-764,-799,292,906,294,-873,296,-513,-859,907]]},{type:"Polygon",id:729,arcs:[[908,909,-599,910,-808,-690,314,-695,-707,911]]},{type:"Polygon",id:728,arcs:[[912,-705,-787,913,-658,-601,914,-909]]},{type:"Polygon",id:686,arcs:[[355,-844,-831,-727,-730,353,-729]]},{type:"MultiPolygon",id:90,arcs:[[[27]],[[29]],[[30]],[[35]],[[36]]]},{type:"Polygon",id:694,arcs:[[350,-725,-804]]},{type:"Polygon",id:222,arcs:[[188,-735,-738]]},{type:"Polygon",id:-99,arcs:[[-702,-676,317,915,916]]},{type:"Polygon",id:706,arcs:[[917,321,-788,-703,-917,918,319]]},{type:"Polygon",id:688,arcs:[[-566,-828,-797,-835,-567,-740,-747,-877]]},{type:"Polygon",id:740,arcs:[[163,-712,919,-586,-736]]},{type:"Polygon",id:703,arcs:[[-868,920,-744,-535,-670]]},{type:"Polygon",id:705,arcs:[[-530,-748,-742,402,-774]]},{type:"Polygon",id:752,arcs:[[-855,-709,437]]},{type:"Polygon",id:748,arcs:[[921,-839]]},{type:"Polygon",id:760,arcs:[[-778,-773,-803,378,922,-766]]},{type:"Polygon",id:148,arcs:[[-852,-809,-911,-598,-651]]},{type:"Polygon",id:768,arcs:[[923,-723,-557,-550]]},{type:"Polygon",id:764,arcs:[[274,-849,276,-833,-800,-791]]},{type:"Polygon",id:762,arcs:[[-789,-636,-495,924]]},{type:"Polygon",id:795,arcs:[[-756,473,-782,925,-493]]},{type:"Polygon",id:626,arcs:[[31,-749]]},{type:"Polygon",id:780,arcs:[[55]]},{type:"Polygon",id:788,arcs:[[-687,926,367,-806]]},{type:"MultiPolygon",id:792,arcs:[[[-722,-526,-761,-767,-923,379,927,928,382,929,384]],[[-732,-563,396]]]},{type:"Polygon",id:158,arcs:[[74]]},{type:"Polygon",id:834,arcs:[[-785,930,324,-837,-848,931,-655,-544,-903,932]]},{type:"Polygon",id:800,arcs:[[-904,-653,-914,-786,-933]]},{type:"Polygon",id:804,arcs:[[-887,389,933,391,-875,-820,-874,-745,-921,-867,-573]]},{type:"Polygon",id:858,arcs:[[-590,170,934,-517]]},{type:"MultiPolygon",id:840,arcs:[[[67]],[[68]],[[69]],[[70]],[[71]],[[130,935,132,936,134,937,136,938,138,939,940,141,941,143,942,145,-827,199,943,201,944,945,204,946,206,947,208,-611]],[[95]],[[104]],[[107]],[[-613,212,948,214,949,216,950,218,951,220,952,222]]]},{type:"Polygon",id:860,arcs:[[-926,-781,-790,-925,-494]]},{type:"Polygon",id:862,arcs:[[158,953,160,954,-737,-584,-663]]},{type:"Polygon",id:704,arcs:[[272,-793,-802,-628]]},{type:"MultiPolygon",id:548,arcs:[[[23]],[[24]]]},{type:"Polygon",id:887,arcs:[[305,955,307,-908,-858]]},{type:"Polygon",id:710,arcs:[[956,328,957,330,958,332,-851,-594,959,-840,-922,-838,326],[-810]]},{type:"Polygon",id:894,arcs:[[-847,-842,960,-596,-850,-499,-656,-932]]},{type:"Polygon",id:716,arcs:[[-960,-597,-961,-841]]}]}},arcs:[[[33452,5736],[-82,-294],[-81,-259],[-582,79],[-621,-34],[-348,192],[0,22],[-152,170],[625,-23],[599,-56],[207,237],[147,203],[288,-237]],[[5775,6048],[-533,-79],[-364,204],[-163,203],[-11,34],[-180,158],[169,214],[517,-90],[277,-181],[212,-203],[76,-260]],[[37457,6883],[342,-248],[120,-350],[33,-248],[11,-293],[-430,-181],[-452,-146],[-522,-136],[-582,-113],[-658,34],[-365,192],[49,237],[593,158],[239,192],[174,248],[126,214],[168,203],[180,238],[0,-1],[141,0],[414,125],[419,-125]],[[16330,9501],[359,-90],[332,102],[-158,-203],[-261,-147],[-386,45],[-278,203],[60,192],[332,-102]],[[15122,9513],[425,-226],[-164,23],[-359,56],[-381,158],[202,124],[277,-135]],[[22505,10404],[305,-79],[304,68],[163,-327],[-217,45],[-337,-23],[-343,23],[-376,-34],[-283,113],[-146,237],[174,101],[353,-79],[403,-45]],[[30985,10967],[33,-259],[-49,-226],[-76,-214],[-326,-79],[-311,-113],[-364,11],[136,226],[-327,-79],[-310,-79],[-212,169],[-16,237],[305,226],[190,67],[321,-22],[82,293],[16,215],[-6,462],[158,271],[256,90],[147,-214],[65,-214],[120,-260],[92,-248],[76,-260]],[[794,3215],[78,48],[94,59],[81,51],[41,25]],[[1088,3398],[41,-1],[29,-10]],[[1158,3387],[402,-239],[352,239],[63,33],[816,102],[265,-135],[130,-68],[419,-192],[789,-147],[625,-180],[1072,-136],[800,158],[1181,-113],[669,-180],[734,169],[773,158],[60,271],[-1094,22],[-898,136],[-234,225],[-745,125],[49,259],[103,237],[104,214],[-55,237],[-462,158],[-212,204],[-430,180],[675,-34],[642,91],[402,-192],[495,169],[457,214],[223,192],[-98,237],[-359,158],[-408,169],[-571,34],[-500,79],[-539,57],[-180,214],[-359,181],[-217,203],[-87,654],[136,-56],[250,-181],[457,57],[441,79],[228,-249],[441,57],[370,124],[348,158],[315,192],[419,56],[-11,215],[-97,214],[81,203],[359,102],[163,-192],[425,113],[321,146],[397,12],[375,56],[376,136],[299,124],[337,124],[218,-34],[190,-45],[414,79],[370,-102],[381,12],[364,79],[375,-57],[414,-56],[386,22],[403,-11],[413,-11],[381,22],[283,170],[337,90],[349,-124],[331,101],[300,203],[179,-180],[98,-203],[180,-192],[288,169],[332,-214],[375,-68],[321,-158],[392,34],[354,101],[418,-22],[376,-79],[381,-102],[147,249],[-180,191],[-136,204],[-359,45],[-158,214],[-60,214],[-98,429],[213,-79],[364,-34],[359,34],[327,-90],[283,-169],[119,-203],[376,-34],[359,79],[381,113],[342,67],[283,-135],[370,45],[239,440],[224,-259],[321,-102],[348,56],[228,-225],[365,-23],[337,-68],[332,-124],[218,215],[108,203],[278,-226],[381,57],[283,-125],[190,-191],[370,56],[288,124],[283,147],[337,79],[392,68],[354,79],[272,124],[163,180],[65,249],[-32,236],[-87,226],[-98,226],[-87,226],[-71,203],[-16,225],[27,226],[130,214],[109,237],[44,226],[-55,248],[-32,226],[136,260],[152,169],[180,214],[190,181],[223,169],[109,248],[152,158],[174,147],[267,34],[174,180],[196,113],[228,68],[202,147],[157,180],[218,68],[163,-147],[-103,-192],[-283,-169],[-120,-124],[-206,90],[-229,-56],[-190,-136],[-202,-146],[-136,-170],[-38,-225],[17,-215],[130,-191],[-190,-136],[-261,-45],[-153,-192],[-163,-180],[-174,-249],[-44,-214],[98,-237],[147,-181],[229,-135],[212,-181],[114,-225],[60,-215],[82,-225],[130,-192],[82,-215],[38,-530],[81,-214],[22,-226],[87,-226],[-38,-304],[-152,-237],[-163,-192],[-370,-79],[-125,-203],[-169,-192],[-419,-215],[-370,-90],[-348,-124],[-376,-124],[-223,-237],[-446,-23],[-489,23],[-441,-45],[-468,0],[87,-226],[424,-101],[311,-158],[174,-204],[-310,-180],[-479,56],[-397,-146],[-17,-237],[-11,-226],[327,-192],[60,-214],[353,-215],[588,-90],[500,-158],[398,-180],[506,-181],[690,-90],[681,-158],[473,-170],[517,-191],[272,-271],[136,-215],[337,204],[457,169],[484,180],[577,147],[495,158],[691,11],[680,-79],[560,-135],[180,248],[386,169],[702,12],[550,124],[522,124],[577,79],[614,102],[430,146],[-196,203],[-119,203],[0,215],[-539,-23],[-571,-90],[-544,0],[-77,214],[39,429],[125,124],[397,136],[468,135],[337,169],[337,170],[251,225],[380,102],[376,79],[190,45],[430,23],[408,79],[343,112],[337,136],[305,135],[386,181],[245,192],[261,169],[82,226],[-294,135],[98,237],[185,181],[288,112],[305,136],[283,180],[217,226],[136,271],[202,158],[331,-34],[136,-192],[332,-22],[11,214],[142,226],[299,-57],[71,-214],[331,-34],[360,102],[348,67],[315,-34],[120,-237],[305,192],[283,102],[315,79],[310,79],[283,135],[310,91],[240,124],[168,203],[207,-147],[288,79],[202,-271],[157,-203],[316,113],[125,226],[283,158],[365,-34],[108,-215],[229,215],[299,68],[326,22],[294,-11],[310,-68],[300,-34],[130,-192],[180,-169],[304,102],[327,22],[315,0],[310,12],[278,79],[294,67],[245,158],[261,102],[283,56],[212,158],[152,316],[158,192],[288,-90],[109,-203],[239,-136],[289,45],[196,-203],[206,-146],[283,135],[98,248],[250,102],[289,192],[272,79],[326,112],[218,125],[228,135],[218,124],[261,-68],[250,203],[180,158],[261,-11],[229,136],[54,203],[234,158],[228,113],[278,90],[256,45],[244,-34],[262,-56],[223,-158],[27,-249],[245,-191],[168,-158],[332,-68],[185,-158],[229,-158],[266,-34],[223,113],[240,237],[261,-124],[272,-68],[261,-68],[272,-45],[277,0],[229,-598],[-11,-147],[-33,-259],[-266,-147],[-218,-214],[38,-226],[310,11],[-38,-225],[-141,-215],[-131,-237],[212,-180],[321,-57],[321,102],[153,226],[92,214],[153,181],[174,169],[70,203],[147,282],[174,57],[316,22],[277,68],[283,90],[136,226],[82,214],[190,215],[272,146],[234,113],[153,192],[157,101],[202,91],[277,-57],[250,57],[272,67],[305,-33],[201,158],[142,383],[103,-158],[131,-271],[234,-112],[266,-46],[267,68],[283,-45],[261,-11],[174,56],[234,-34],[212,-124],[250,79],[300,0],[255,79],[289,-79],[185,192],[141,192],[191,158],[348,429],[179,-79],[212,-158],[185,-203],[354,-350],[272,-12],[256,0],[299,68],[299,79],[229,158],[190,169],[310,23],[207,124],[218,-113],[141,-180],[196,-181],[305,23],[190,-147],[332,-147],[348,-56],[288,45],[218,181],[185,180],[250,45],[251,-79],[288,-56],[261,90],[250,0],[245,-56],[256,-57],[250,102],[299,90],[283,23],[316,0],[255,56],[251,45],[76,282],[11,237],[174,-158],[49,-259],[92,-237],[115,-192],[234,-102],[315,34],[365,12],[250,33],[364,0],[262,12],[364,-23],[310,-45],[196,-181],[-54,-214],[179,-169],[299,-136],[310,-146],[360,-102],[375,-90],[283,-90],[315,-12],[180,192],[245,-158],[212,-180],[245,-136],[337,-56],[321,-68],[136,-226],[316,-135],[212,-203],[310,-90],[321,11],[299,-34],[332,11],[332,-45],[310,-79],[288,-135],[289,-113],[195,-169],[-32,-226],[-147,-203],[-125,-260],[-98,-203],[-131,-237],[-364,-90],[-163,-203],[-360,-124],[-125,-226],[-190,-214],[-201,-181],[-115,-237],[-70,-214],[-28,-260],[6,-214],[158,-226],[60,-214],[130,-204],[517,-78],[109,-249],[-501,-90],[-424,-124],[-528,-23],[-234,-327],[-49,-271],[-119,-214],[-147,-215],[370,-191],[141,-237],[239,-215],[338,-192],[386,-180],[419,-181],[636,-180],[142,-282],[800,-125],[53,-44],[208,-170],[767,147],[636,-181],[-99520,-139],[16,-4],[245,335],[501,-181],[32,21]],[[31400,20215],[-92,-233],[-238,-178]],[[31070,19804],[-301,64]],[[30769,19868],[-202,174],[-291,83],[-350,322],[-283,309],[-383,645],[229,-121],[390,-384],[369,-207],[143,264],[90,394],[256,238],[198,-68]],[[30935,21517],[106,-267],[139,-432],[361,-345],[389,-144],[-125,-288],[-264,-29],[-141,203]],[[33736,22402],[222,-259],[-83,-202],[-375,-173],[-125,202],[-236,-259],[-139,259],[333,345],[236,-144],[167,231]],[[69522,23202],[-427,-37],[-7,306],[41,238],[19,118],[179,-181],[263,-72],[9,-110],[-77,-262]],[[90387,28338],[269,-199],[151,79],[217,111],[166,-39],[20,-684],[-95,-198],[-29,-463],[-97,157],[-193,-401],[-57,31],[-171,18],[-171,493],[-38,380],[-160,502],[7,264],[181,-51]],[[98060,28265],[63,-238],[198,233],[80,-243],[0,-242],[-103,-267],[-182,-424],[-142,-232],[103,-277],[-214,-7],[-238,-217],[-75,-377],[-157,-583],[-219,-257],[-138,-164],[-256,12],[-180,190],[-302,40],[-46,212],[149,427],[349,568],[179,109],[200,219],[238,301],[167,299],[123,429],[106,146],[41,321],[195,267],[61,-245]],[[98502,31008],[202,-607],[5,394],[126,-158],[41,-435],[224,-188],[188,-46],[158,220],[141,-67],[-67,-511],[-85,-336],[-212,12],[-74,-175],[26,-248],[-41,-107],[-105,-310],[-138,-395],[-214,-229],[-48,151],[-116,83],[160,474],[-91,317],[-299,230],[8,209],[201,200],[47,444],[-13,372],[-113,386],[8,102],[-133,237],[-218,510],[-117,408],[104,45],[151,-320],[216,-149],[78,-513]],[[96421,39068],[-105,-138],[-153,155],[-199,259],[-179,306],[-184,406],[-38,195],[119,-8],[156,-196],[122,-196],[89,-161],[228,-357],[144,-265]],[[99547,41844],[96,-167],[-46,-300],[-172,-79],[-153,71],[-27,253],[107,198],[126,-71],[69,95]],[[0,42295],[99822,-141],[-177,-122],[-36,215],[139,118],[88,32],[-99836,180]],[[0,42577],[57,26],[-34,-277],[-23,-31]],[[96623,42347],[-92,-76],[-93,252],[10,155],[175,-331]],[[96418,43229],[45,-464],[-75,72],[-58,-31],[-39,159],[-6,441],[133,-177]],[[63904,44023],[45,-693],[72,-269],[-28,-277],[-49,-169],[-94,338],[-53,-171],[53,-427],[-24,-244],[-77,-133],[-18,-488],[-109,-671],[-137,-793],[-172,-1092],[-106,-800],[-125,-668],[-226,-136],[-243,-244],[-160,147],[-220,206],[-77,304],[-18,510],[-98,460],[-26,414],[50,415],[128,100],[1,191],[133,437],[25,367],[-65,272],[-52,364],[-23,530],[97,322],[38,366],[138,21],[155,118],[103,104],[122,8],[158,328],[229,355],[83,289],[-38,247],[118,-70],[153,401],[6,346],[92,257],[96,-247],[74,-245],[69,-380]],[[89877,43903],[100,-452],[179,217],[92,-243],[133,-225],[-29,-255],[60,-494],[42,-288],[70,-70],[75,-492],[-27,-299],[90,-390],[301,-301],[197,-274],[186,-251],[-37,-139],[159,-361],[108,-623],[111,126],[113,-249],[68,88],[48,-610],[197,-354],[129,-220],[217,-466],[78,-463],[7,-328],[-19,-356],[132,-490],[-16,-509],[-48,-267],[-75,-514],[6,-330],[-55,-413],[-123,-524],[-205,-283],[-102,-446],[-93,-284],[-82,-497],[-107,-287],[-70,-431],[-36,-397],[14,-182],[-159,-200],[-311,-21],[-257,-236],[-127,-223],[-168,-248],[-230,255],[-170,101],[43,301],[-152,-109],[-243,-417],[-240,156],[-158,91],[-159,41],[-269,167],[-179,355],[-52,437],[-64,291],[-137,233],[-267,70],[91,279],[-67,428],[-136,-399],[-247,-106],[146,319],[42,332],[107,282],[-22,427],[-226,-491],[-174,-197],[-106,-458],[-217,237],[9,305],[-174,418],[-147,216],[52,133],[-356,349],[-195,16],[-267,280],[-498,-54],[-359,-206],[-317,-192],[-265,38],[-294,-296],[-241,-132],[-53,-302],[-103,-234],[-236,-14],[-174,-52],[-246,105],[-199,-62],[-191,-27],[-165,-307],[-81,26],[-140,-163],[-133,-183],[-203,23],[-186,0],[-295,368],[-149,109],[6,330],[138,79],[47,131],[-10,207],[34,400],[-31,341],[-147,582],[-45,329],[12,328],[-111,375],[-7,169],[-123,230],[-35,451],[-158,456],[-39,245],[122,-249],[-93,535],[137,-167],[83,-223],[-5,294],[-138,454],[-26,181],[-65,173],[31,333],[56,141],[38,289],[-29,336],[114,415],[21,-439],[118,396],[225,193],[136,245],[212,212],[126,45],[77,-71],[219,214],[168,64],[42,126],[74,53],[153,-14],[292,169],[151,256],[71,307],[163,293],[13,229],[7,314],[194,489],[117,-497],[119,115],[-99,272],[87,279],[122,-125],[34,439],[152,283],[67,227],[140,98],[4,161],[122,-67],[5,145],[122,82],[134,78],[205,-264],[155,-342],[173,-3],[177,-54],[-59,316],[133,462],[126,150],[-44,144],[121,329],[168,203],[142,-68],[234,108],[-5,294],[-204,190],[148,84],[184,-143],[148,-236],[234,-148],[79,59],[172,-177],[162,164],[105,-50],[65,111],[127,-285],[-74,-308],[-105,-233],[-96,-19],[32,-230],[-81,-288],[-99,-283],[20,-163],[221,-318],[214,-184],[143,-199],[201,-341],[78,1],[145,-148],[43,-178],[265,-195],[183,197],[55,309],[56,255],[34,316],[85,458],[-39,279],[20,167],[-32,330],[37,434],[53,117],[-43,192],[67,305],[52,317],[7,164],[104,216],[78,-282],[19,-361],[70,-70],[11,-242],[101,-293],[21,-326],[-10,-209]],[[95032,45793],[78,-198],[-194,3],[-106,355],[166,-140],[56,-20]],[[83531,45933],[-117,-11],[-368,403],[259,113],[146,-175],[97,-175],[-17,-155]],[[94680,46144],[-108,-13],[-170,58],[-58,89],[17,228],[183,-90],[91,-121],[45,-151]],[[94910,46301],[-42,-106],[-206,499],[-57,344],[94,0],[100,-461],[111,-276]],[[84713,46708],[32,136],[239,129],[194,20],[87,72],[105,-72],[-102,-156],[-289,-252],[-233,-165]],[[84746,46420],[-181,-430],[-238,-127],[-33,69],[25,196],[119,351],[275,229]],[[82749,47167],[100,-153],[172,47],[69,-245],[-321,-116],[-193,-77],[-149,4],[95,332],[153,5],[74,203]],[[84139,47168],[-41,-320],[-417,-163],[-370,71],[0,210],[220,120],[174,-173],[185,44],[249,211]],[[94409,47028],[12,-116],[-218,245],[-152,206],[-104,192],[41,59],[128,-138],[228,-265],[65,-183]],[[93760,47598],[-56,-33],[-121,131],[-114,237],[14,96],[166,-243],[111,-188]],[[80172,47926],[533,-57],[61,237],[515,-277],[101,-373],[417,-105],[341,-342],[-317,-220],[-306,232],[-251,-15],[-288,42],[-260,104],[-322,220],[-204,57],[-116,-72],[-506,237],[-48,247],[-255,43],[191,550],[337,-34],[224,-225],[115,-44],[38,-205]],[[87423,48251],[-143,-393],[-27,434],[49,207],[58,195],[63,-169],[0,-274]],[[93299,47902],[-78,-58],[-120,221],[-122,366],[-59,439],[38,55],[30,-171],[84,-130],[135,-366],[131,-195],[-39,-161]],[[92217,48675],[-146,-48],[-44,-161],[-152,-140],[-142,-135],[-148,1],[-228,167],[-158,161],[23,178],[249,-84],[152,45],[42,276],[40,14],[27,-306],[158,44],[78,197],[155,206],[-30,339],[166,11],[56,-94],[-5,-320],[-93,-351]],[[85346,49837],[-104,-191],[-192,106],[-54,248],[281,27],[69,-190]],[[86241,50048],[101,-441],[-234,238],[-232,48],[-157,-38],[-192,20],[65,317],[344,24],[305,-168]],[[92538,49238],[-87,-154],[-52,340],[-65,223],[-126,189],[-158,245],[-200,170],[77,139],[150,-162],[94,-126],[117,-139],[111,-241],[106,-185],[33,-299]],[[89166,50332],[482,-397],[513,-329],[192,-295],[154,-290],[43,-339],[462,-356],[68,-306],[-256,-62],[62,-383],[248,-378],[180,-611],[159,19],[-11,-255],[215,-98],[-84,-108],[295,-243],[-30,-166],[-184,-40],[-69,149],[-238,65],[-281,86],[-216,368],[-158,316],[-144,504],[-362,252],[-235,-164],[-170,-190],[35,-425],[-218,-198],[-155,96],[-288,25]],[[89175,46579],[-247,472],[-282,116],[-69,-164],[-352,-18],[118,469],[175,160],[-72,626],[-134,483],[-538,488],[-229,48],[-417,532],[-82,-279],[-107,-51],[-63,211],[-1,250],[-212,283],[299,207],[198,-11],[-23,153],[-407,1],[-110,343],[-248,106],[-117,285],[374,140],[142,188],[446,-237],[44,-214],[78,-931],[287,-345],[232,611],[319,347],[247,1],[238,-201],[206,-206],[298,-110]],[[84788,52647],[-223,-571],[-209,-111],[-267,113],[-463,-29],[-243,-83],[-39,-436],[248,-512],[150,261],[518,196],[-22,-265],[-121,83],[-121,-337],[-245,-223],[263,-738],[-50,-198],[249,-665],[-2,-378],[-148,-170],[-109,203],[134,471],[-273,-222],[-69,159],[36,222],[-200,338],[21,561],[-186,-175],[24,-671],[11,-824],[-176,-84],[-119,169],[79,530],[-43,556],[-117,4],[-86,395],[115,377],[40,457],[139,868],[58,238],[237,427],[217,-170],[350,-80],[319,24],[275,419],[48,-129]],[[85746,52481],[-15,-503],[-143,57],[-42,-351],[114,-304],[-78,-69],[-112,365],[-82,736],[56,460],[92,210],[20,-315],[164,-50],[26,-236]],[[79393,48459],[-308,-12],[-234,481],[-356,471],[-119,349],[-210,469],[-138,432],[-212,806],[-244,480],[-81,495],[-103,449],[-250,363],[-145,493],[-209,322],[-290,635],[-24,293],[178,-23],[430,-111],[246,-564],[215,-390],[153,-240],[263,-619],[283,-9],[233,-394],[161,-482],[211,-263],[-111,-471],[159,-200],[100,-14],[47,-402],[97,-321],[204,-51],[135,-365],[-70,-716],[-11,-891]],[[80461,52985],[204,-198],[214,108],[56,488],[119,108],[333,125],[199,456],[137,364]],[[81723,54436],[110,215],[236,316]],[[82069,54967],[214,400],[140,450],[112,2],[143,-291],[13,-251],[183,-160],[231,-173],[-20,-226],[-186,-29],[50,-281],[-205,-196]],[[82744,54212],[-158,-520],[204,-545],[-48,-265],[312,-533],[-329,-68],[-93,-393],[12,-522],[-267,-393],[-7,-574],[-107,-881],[-41,205],[-316,-259],[-110,352],[-198,33],[-139,184],[-330,-207],[-101,279],[-182,-32],[-229,67],[-43,772],[-138,160],[-134,493],[-38,504],[32,533],[165,383]],[[85104,56675],[28,-382],[16,-323],[-94,-527],[-102,587],[-130,-292],[89,-425],[-79,-270],[-327,335],[-78,416],[84,274],[-176,273],[-87,-239],[-131,22],[-205,-321],[-46,168],[109,486],[175,161],[151,217],[98,-260],[212,157],[45,257],[196,16],[-16,445],[225,-273],[23,-290],[20,-212]],[[72560,55398],[-242,-132],[-132,458],[-49,828],[126,935],[192,-320],[129,-406],[134,-599],[-42,-600],[-116,-164]],[[33073,57651],[-232,-63],[-50,52],[81,158],[-6,228],[160,75],[58,-20],[-11,-430]],[[84439,57749],[-100,-190],[-87,-363],[-87,-171],[-171,398],[57,154],[70,162],[30,357],[153,34],[-44,-388],[205,556],[-26,-549]],[[82917,57194],[-369,-546],[136,403],[200,355],[167,399],[146,572],[49,-470],[-183,-317],[-146,-396]],[[83856,58678],[166,-179],[177,1],[-5,-240],[-129,-245],[-176,-173],[-10,268],[20,293],[-43,275]],[[84861,58834],[78,-643],[-214,152],[5,-193],[68,-355],[-132,-129],[-11,405],[-84,30],[-43,348],[163,-46],[-4,218],[-169,440],[266,-13],[77,-214]],[[83757,59356],[-74,-498],[-119,288],[-142,438],[238,-21],[97,-207]],[[83700,62485],[171,-164],[85,150],[26,-146],[-46,-239],[95,-413],[-73,-478],[-164,-191],[-43,-465],[62,-458],[147,-64],[123,68],[347,-319],[-27,-313],[91,-139],[-29,-265],[-216,283],[-103,302],[-71,-211],[-177,345],[-253,-86],[-138,128],[14,238],[87,146],[-83,133],[-36,-207],[-137,331],[-41,251],[-11,551],[112,-190],[29,901],[90,522],[169,-1]],[[31780,62327],[-71,-146],[-209,4],[-163,-21],[-16,247],[40,84],[227,-3],[142,-51],[50,-114]],[[28638,62119],[-84,-96],[-156,92],[-159,210],[34,132],[116,40],[64,-19],[187,-52],[147,-138],[46,-158],[-195,-11]],[[30080,63183],[34,98],[217,-3],[165,-148],[73,14],[50,-204],[152,11],[-9,-171],[124,-21],[136,-211],[-103,-235],[-132,126],[-127,-25],[-92,28],[-50,-105],[-106,-36],[-43,140],[-92,-83],[-111,-394],[-71,92],[-14,165]],[[30081,62221],[-185,98],[-131,-40],[-169,42],[-130,-108],[-149,179],[24,186],[256,-80],[210,-46],[100,128],[-127,250],[2,220],[-175,89],[62,159],[170,-25],[241,-90]],[[80649,62586],[-240,-277],[-228,179],[-8,495],[137,261],[304,161],[159,-13],[62,-220],[-122,-254],[-64,-332]],[[6794,62819],[-41,-96],[-69,82],[8,161],[-46,210],[14,64],[48,94],[-19,113],[16,54],[21,-11],[107,-97],[49,-50],[45,-77],[71,-202],[-7,-32],[-108,-123],[-89,-90]],[[6645,63718],[-94,-41],[-47,121],[-32,47],[-3,36],[27,49],[99,-55],[73,-88],[-23,-69]],[[6456,64025],[-9,-63],[-149,17],[21,70],[137,-24]],[[6207,64108],[-15,-33],[-19,8],[-97,20],[-35,130],[-11,23],[74,80],[23,-37],[80,-191]],[[5737,64488],[-33,-57],[-93,105],[14,42],[43,57],[64,-13],[5,-134]],[[27867,64939],[110,-210],[260,65],[98,-136],[235,-356],[173,-260],[92,8],[165,-118],[-20,-162],[205,-23],[210,-236],[-33,-135],[-185,-73],[-187,-29],[-191,46],[-398,-56],[186,321],[-113,150],[-179,38],[-96,166],[-66,328],[-157,-22],[-259,154],[-83,121],[-362,89],[-97,113],[104,144],[-273,29],[-199,-299],[-115,-8],[-40,-141],[-138,-63],[-118,55],[146,178],[60,208],[126,128],[142,112],[210,55],[67,63],[240,-41],[219,-6],[261,-197]],[[28462,65512],[-68,-29],[-70,332],[-104,167],[60,365],[84,-23],[97,-478],[1,-334]],[[83659,64954],[-119,-472],[-146,486],[-32,427],[163,566],[223,436],[127,-172],[-49,-347],[-167,-924]],[[28383,67136],[-303,-92],[-19,213],[130,46],[184,-17],[8,-150]],[[28611,67142],[-48,-409],[-51,73],[4,301],[-124,228],[-1,66],[220,-259]],[[87399,71495],[35,-197],[-156,-349],[-114,185],[-143,-134],[-73,-337],[-181,164],[2,273],[154,344],[158,-67],[114,242],[204,-124]],[[59437,72019],[8,-46],[-285,-234],[-136,74],[-64,232],[132,21]],[[59092,72066],[19,3],[40,139],[200,-8],[253,172],[-188,-245],[21,-108]],[[56583,72391],[152,-194],[216,33],[207,-41],[-7,-100],[151,69],[-35,-170],[-400,-49],[3,95],[-339,112],[52,245]],[[54311,73846],[-100,-453],[41,-179],[-58,-296],[-213,217],[-141,62],[-387,293],[38,296],[325,-53],[284,63],[211,50]],[[52558,75561],[166,-408],[-39,-762],[-126,36],[-113,-192],[-105,153],[-11,694],[-64,330],[153,-29],[139,178]],[[89159,73219],[-104,-460],[48,-288],[-145,-406],[-355,-271],[-488,-36],[-396,-657],[-186,221],[-12,431],[-483,-127],[-329,-271],[-325,-11],[282,-424],[-186,-979],[-179,-242],[-135,224],[69,519],[-176,167],[-113,395],[263,177],[145,362],[280,298],[203,394],[553,171],[297,-117],[291,1024],[185,-275],[408,575],[158,224],[174,704],[-47,648],[117,364],[295,105],[152,-798],[-9,-467],[-256,-580],[4,-594]],[[52655,76104],[-92,-445],[-126,118],[-64,387],[56,214],[179,220],[47,-494]],[[89974,77268],[195,-122],[197,244],[62,-647],[-412,-157],[-244,-572],[-436,393],[-152,-630],[-308,-9],[-39,573],[138,443],[296,32],[81,797],[83,449],[326,-600],[213,-194]],[[32315,78637],[202,-78],[257,16],[-137,-236],[-102,-37],[-353,244],[-69,193],[105,177],[97,-279]],[[32831,80108],[-135,-10],[-360,180],[-258,272],[96,49],[365,-145],[284,-240],[8,-106]],[[15692,79765],[-140,-80],[-456,262],[-84,204],[-248,202],[-50,164],[-286,103],[-107,314],[24,133],[291,-125],[171,-88],[261,-61],[94,-198],[138,-274],[277,-238],[115,-318]],[[34407,81019],[-184,-504],[181,195],[187,-124],[-98,-200],[247,-158],[128,140],[277,-177],[-86,-422],[194,99],[36,-306],[86,-358],[-117,-507],[-125,-21],[-183,109],[60,471],[-77,73],[-322,-499],[-166,20],[196,270],[-267,140],[-298,-34],[-539,17],[-43,171],[173,202],[-121,157],[234,347],[287,917],[172,328],[241,198],[129,-25],[-54,-156],[-148,-363]],[[13136,82950],[267,46],[-84,-654],[242,-463],[-111,1],[-167,264],[-103,265],[-140,179],[-51,253],[16,184],[131,-75]],[[89901,81054],[280,-1020],[-411,190],[-171,-832],[271,-590],[-8,-403],[-211,347],[-182,-445],[-51,483],[31,561],[-32,621],[64,436],[13,770],[-163,566],[24,787],[257,265],[-110,267],[123,81],[73,-381],[96,-555],[-7,-567],[114,-581]],[[47896,83579],[233,23],[298,-356],[-149,-395]],[[48278,82851],[46,-412],[-210,-514],[-493,-340],[-393,87],[225,601],[-145,586],[378,451],[210,269]],[[53524,83854],[-166,-466],[-291,325],[-39,239],[408,191],[88,-289]],[[7498,84721],[-277,-219],[-142,148],[-43,270],[252,205],[148,88],[185,-39],[117,-179],[-240,-274]],[[49420,84027],[270,-740]],[[49690,83287],[190,-93],[171,-656],[79,-227],[337,-110],[-34,-368],[-142,-169],[111,-298],[-250,-302],[-371,6],[-473,-159],[-130,114],[-183,-270],[-257,65],[-195,-220],[-148,115],[407,605],[249,125]],[[49051,81445],[-436,96]],[[48615,81541],[-79,229],[291,179],[-152,310],[52,377]],[[48727,82636],[414,-52]],[[49141,82584],[40,334]],[[49181,82918],[-190,363]],[[48991,83281],[-337,101],[-66,156],[101,258],[-92,158],[-149,-272],[-17,555],[-140,294],[101,595],[216,467],[222,-45],[335,48],[-297,-623],[283,79],[304,-3],[-72,-469],[-250,-516],[287,-37]],[[4006,86330],[-171,-89],[-182,107],[-168,157],[274,98],[220,-52],[27,-221]],[[27981,87625],[-108,-302],[-123,49],[-73,171],[13,40],[107,173],[114,-13],[70,-118]],[[27250,87943],[-325,-317],[-196,13],[-61,156],[207,265],[381,-5],[-6,-112]],[[2297,88560],[171,-109],[173,59],[225,-152],[276,-77],[-23,-63],[-211,-121],[-211,125],[-106,104],[-245,-33],[-66,51],[17,216]],[[26344,89640],[51,-253],[143,89],[161,-151],[304,-198],[318,-179],[25,-274],[204,45],[199,-191],[-247,-181],[-432,138],[-156,259],[-275,-306],[-396,-298],[-95,337],[-377,-55],[242,284],[35,454],[95,527],[201,-47]],[[45969,90100],[-64,-373],[314,-392],[-361,-440],[-801,-394],[-240,-105],[-365,85],[-775,182],[273,254],[-605,282],[492,112],[-12,169],[-583,134],[188,375],[421,85],[433,-391],[422,314],[349,-163],[453,307],[461,-41]],[[28926,90499],[-312,-29],[-69,282],[118,323],[255,80],[217,-160],[3,-246],[-32,-80],[-180,-170]],[[0,91544],[681,-440],[728,-572],[-24,-358],[187,-143],[-64,418],[754,-86],[544,-539],[-276,-251],[-455,-59],[-7,-563],[-111,-120],[-260,17],[-212,201],[-369,168],[-62,250],[-283,94],[-315,-74],[-151,201],[60,214],[-333,-137],[126,-271],[-158,-244]],[[0,89250],[0,2294]],[[23431,91627],[-173,-202],[-374,175],[-226,-63],[-380,259],[245,178],[194,250],[295,-164],[166,-103],[84,-110],[169,-220]],[[99999,92620],[-305,-29],[-49,183],[-99645,240]],[[0,93014],[99999,-394]],[[0,93014],[36,24],[235,-1],[402,-165],[-24,-79],[-286,-138],[-363,-35]],[[0,92620],[0,394]],[[27392,90477],[-544,-402],[-386,-89]],[[26462,89986],[-287,173],[-83,-289],[-268,-486],[-81,-252],[-322,-389],[-397,-38],[-220,-244],[-18,-374],[-323,-72],[-340,-467],[-301,-648],[-108,-454]],[[23714,86446],[-15,-669],[408,-96]],[[24107,85681],[125,-539],[130,-437],[388,114],[517,-250],[277,-219],[199,-272],[348,-158],[294,-243],[459,-33],[302,-56],[-45,-499],[86,-578],[201,-645],[414,-547],[214,188],[150,592],[-145,909],[-196,303],[445,270],[314,404],[154,401]],[[28738,84386],[-22,385],[-189,489]],[[28527,85260],[-338,434],[328,603],[-121,522],[-93,899],[194,133],[476,-157],[286,-56],[230,152],[258,-196],[342,-333],[85,-224]],[[30174,87037],[495,-43],[-8,-484]],[[30661,86510],[92,-728],[254,-90],[201,-339],[402,319],[266,636]],[[31876,86308],[184,268],[216,-515]],[[32276,86061],[362,-734],[307,-691],[-112,-362],[370,-325],[250,-329],[442,-149],[179,-183],[110,-488],[216,-76],[112,-217],[20,-647],[-202,-217],[-199,-202],[-458,-205],[-349,-473],[-470,-93],[-594,121],[-417,4],[-287,-40],[-233,-413],[-354,-255],[-401,-762],[-320,-532],[236,95],[446,756],[583,480]],[[31513,80124],[416,58],[245,-283]],[[32174,79899],[-262,-387],[88,-620],[91,-435],[361,-287],[459,83],[278,647],[19,-417],[180,-209],[-344,-377],[-615,-343],[-276,-233],[-310,-415],[-211,43],[-11,487],[483,476],[-445,-19],[-309,-70]],[[31350,77823],[48,-189],[-296,-279],[-286,-198],[-293,-171]],[[30523,76986],[-159,-376],[-35,-95]],[[30329,76515],[-3,-306],[92,-305],[115,-14],[-29,210],[83,-128],[-22,-165],[-188,-93],[-133,11],[-205,-100],[-121,-29],[-162,-28],[-231,-167],[408,108],[82,-109],[-389,-173],[-177,-1],[8,71],[-84,-160],[82,-26],[-60,-414],[-203,-443],[-20,148],[-61,30],[-91,144],[57,-310]],[[29077,74266],[66,-103],[8,-217]],[[29151,73946],[-89,-224],[-157,-460],[-25,23],[86,392],[-142,220],[-33,478],[-53,-249],[59,-365]],[[28797,73761],[-175,86],[183,-181]],[[28805,73666],[12,-548],[79,-40],[29,-199],[39,-577],[-176,-427],[-288,-171],[-182,-338],[-139,-37],[-141,-211],[-39,-193],[-305,-374],[-157,-274],[-131,-342],[-43,-409],[50,-400],[92,-492],[124,-408],[1,-249],[132,-668],[-9,-388],[-12,-224],[-69,-352],[-83,-73],[-137,70],[-44,253]],[[27408,66595],[-106,132],[-147,496]],[[27155,67223],[-129,440]],[[27026,67663],[-42,226],[57,382]],[[27041,68271],[-77,317],[-217,481]],[[26747,69069],[-108,89],[-281,-262],[-49,29],[-135,269],[-174,142],[-314,-72],[-247,63],[-212,-39]],[[25227,69288],[-118,-81],[54,-162]],[[25163,69045],[-5,-234],[59,-113],[-53,-76],[-103,85],[-104,-109]],[[24957,68598],[-202,18],[-207,304]],[[24548,68920],[-242,-72],[-202,133],[-173,-40],[-234,-135],[-253,-427],[-276,-248],[-152,-275],[-63,-259],[-3,-397],[14,-277],[52,-196]],[[23016,66727],[1,-1],[-1,-1],[-107,-503]],[[22909,66222],[-49,-415],[-20,-771],[-27,-281],[48,-315],[86,-280],[56,-447],[184,-429],[65,-328],[109,-284],[295,-153],[114,-241],[244,161],[212,58],[208,104],[175,99],[176,235],[67,336],[22,483],[48,169],[188,151],[294,133],[246,-20],[169,49],[66,-122],[-9,-278],[-149,-342],[-66,-351],[51,-100],[-42,-249],[-69,-449],[-71,148],[-58,-10]],[[25472,62483],[1,-84],[53,-3],[-5,-157],[-45,-249],[24,-89],[-29,-206],[18,-55],[-32,-291],[-55,-153],[-50,-18],[-55,-199]],[[25297,60979],[90,-105],[24,86],[82,-73]],[[25493,60887],[29,-23],[61,101],[79,9],[26,-47],[43,28],[129,-52],[128,15],[90,64],[32,65],[89,-30],[66,-39],[73,13],[55,50],[127,-80],[44,-13],[85,-107],[80,-129],[101,-88],[73,-159]],[[26903,60465],[-24,-55],[-14,-129],[29,-210],[-64,-197],[-30,-231],[-9,-254],[15,-148],[7,-260],[-43,-56],[-26,-247],[19,-152],[-56,-147],[12,-156],[43,-94]],[[26762,58129],[70,-313],[108,-232],[130,-246]],[[27070,57338],[100,-206],[-6,-122],[111,-26],[26,47],[77,-142],[136,42],[119,145],[168,116]],[[27801,57192],[95,173],[153,-34]],[[28049,57331],[-10,-57],[155,-20],[124,-99],[90,-173]],[[28408,56982],[105,-160],[143,-18]],[[28656,56804],[209,402],[114,62],[3,190],[51,487],[159,267],[175,11],[22,120],[218,-48],[218,291],[109,128],[134,278],[98,-36],[73,-151],[-54,-194]],[[30185,58611],[-8,-136],[-163,-67],[91,-262],[-3,-301],[-123,-334],[105,-457],[120,37],[62,417],[-86,202],[-14,436],[346,234],[-38,272],[97,181],[100,-404],[195,-10],[180,-321],[11,-190]],[[31057,57908],[249,-5],[297,59]],[[31603,57962],[159,-258],[213,-71],[155,180],[4,145],[344,34],[333,8],[-236,-170],[95,-272],[222,-43],[210,-283]],[[33102,57232],[45,-461],[144,13],[109,-136]],[[33400,56648],[183,-212],[171,-375],[8,-297],[105,-13],[149,-281],[109,-201]],[[34125,55269],[333,-115],[30,104],[225,41],[298,-155]],[[35011,55144],[95,-63],[204,-136],[294,-486],[46,-236]],[[35650,54223],[95,27],[69,-318],[155,-1008],[149,-95],[7,-397],[-208,-474],[86,-174],[491,-90]],[[36494,51694],[10,-577],[211,377]],[[36715,51494],[349,-207],[462,-351],[135,-338],[-45,-319],[323,178],[540,-305],[415,23],[411,-477],[355,-645],[214,-166],[237,-23],[101,-182],[94,-733],[46,-348],[-110,-953],[-142,-376],[-391,-801],[-177,-651],[-206,-499],[-69,-11],[-78,-424],[20,-1079],[-77,-888],[-30,-379],[-88,-228],[-49,-769],[-282,-752],[-47,-595]],[[38626,39196],[-225,-249],[-65,-346]],[[38336,38601],[-302,2],[-437,-222],[-195,-256],[-311,-168],[-327,-459],[-235,-571],[-41,-430],[46,-318],[-51,-582],[-63,-281],[-195,-317],[-308,-1013],[-244,-457],[-189,-269],[-127,-548],[-183,-329]],[[35174,32383],[-121,-362],[-313,-320],[-205,115],[-151,-62],[-256,247],[-189,-18]],[[33939,31983],[-169,318],[-19,-300]],[[33751,32001],[353,-493],[-38,-397],[173,-251],[-14,-282],[-267,-738],[-412,-309],[-557,-120],[-305,58],[59,-343],[-57,-431],[51,-291],[-167,-202],[-284,-80],[-267,210],[-108,-151],[39,-572],[188,-173],[152,181],[82,-299],[-255,-179],[-223,-358],[-41,-579],[-66,-309],[-262,-1],[-218,-295],[-80,-432]],[[31227,25165],[274,-422],[265,-116]],[[31766,24627],[-96,-517],[-328,-325],[-180,-675],[-254,-227],[-113,-270],[89,-598],[185,-333],[-117,29]],[[30952,21711],[-247,4],[-134,-141],[-250,-208],[-45,-538],[-118,-14],[-313,188],[-318,401],[-346,329],[-87,365],[79,337],[-140,383],[-36,982],[119,554],[293,445],[-422,168],[265,509],[94,956],[309,-202],[145,1193],[-186,153],[-87,-719],[-175,81],[87,823],[95,1067],[127,394]],[[29661,29221],[-79,562],[-23,649]],[[29559,30432],[117,18],[170,930],[192,922],[118,858],[-64,863],[83,475],[-34,711],[163,703],[50,1114],[89,1196],[87,1287],[-20,943],[-58,811]],[[30452,41263],[-279,331],[-24,236],[-551,578],[-498,630],[-214,355],[-115,476],[46,166],[-236,755],[-274,1063],[-262,1147],[-114,262],[-87,424],[-216,376],[-198,233],[90,257],[-134,550],[86,403],[221,364]],[[27693,49869],[148,430],[-60,251],[-106,-267],[-166,252],[56,163],[-47,522],[97,87],[52,359],[105,371],[-20,235],[153,123],[190,230]],[[28095,52625],[-37,178],[103,44],[-12,288],[65,209],[138,38],[117,362],[106,302],[-102,137],[52,335],[-62,526],[59,152],[-44,487],[-112,306]],[[28366,55989],[-93,167],[-59,310]],[[28214,56466],[68,154],[-70,40],[-52,190],[-138,160],[-122,-37],[-56,-200],[-112,-145],[-61,-20],[-27,-120],[132,-312],[-75,-74],[-40,-85]],[[27661,56017],[-130,-30],[-48,344],[-36,-97]],[[27447,56234],[-92,33],[-56,232],[-114,38],[-72,68],[-119,-1],[-8,-125],[-32,87]],[[26954,56566],[-151,128],[-56,121],[32,100],[-11,127],[-77,138],[-109,113],[-95,74],[-19,168],[-73,103],[18,-167],[-55,-138],[-64,160],[-89,57],[-38,116],[2,175],[36,182],[-78,81],[64,111]],[[26191,58215],[-96,181],[-130,233],[-61,194],[-117,181],[-140,260],[31,89],[46,-87],[21,41]],[[25745,59307],[-48,180],[-84,50]],[[25613,59537],[-31,-135],[-161,8],[-100,55],[-115,115],[-154,36],[-79,123]],[[24973,59739],[-142,101],[-174,10],[-127,114],[-149,238]],[[24381,60202],[-314,620],[-144,187],[-226,150],[-156,-42],[-223,-216],[-140,-57],[-196,152],[-208,109],[-260,264],[-208,81],[-314,268],[-233,275],[-70,154],[-155,34],[-284,183],[-116,262],[-299,327],[-139,363],[-66,281],[93,56],[-29,164],[64,150],[1,199],[-93,259],[-25,229],[-94,290],[-244,573],[-280,450],[-135,359],[-238,235],[-51,140],[42,356],[-142,135],[-164,279],[-69,402],[-149,47]],[[19117,67920],[-162,304],[-130,280]],[[18825,68504],[-12,180],[-149,434],[-99,441],[5,221],[-201,229],[-93,-26],[-159,159],[-44,-234],[46,-276],[27,-433],[95,-237],[206,-397],[46,-135],[42,-41],[37,-198],[49,8],[56,-372],[85,-146],[59,-204],[174,-293],[92,-536],[83,-252],[77,-270],[15,-304],[134,-19],[112,-261],[100,-257]],[[19608,65285],[-6,-103],[-117,-212]],[[19485,64970],[-49,3],[-74,350]],[[19362,65323],[-182,328],[-200,278]],[[18980,65929],[-142,147],[9,421],[-42,312],[-132,179],[-191,257]],[[18482,67245],[-37,-74],[-70,150]],[[18375,67321],[-171,139],[-164,334],[20,44],[115,-33],[103,215],[10,260],[-214,411],[-163,159],[-102,360],[-103,377],[-129,461],[-113,518]],[[17464,70566],[-46,294],[-180,331],[-130,69],[-30,165],[-156,29],[-100,156],[-258,57]],[[16564,71667],[-70,93],[-34,316]],[[16460,72076],[-270,578],[-231,801],[10,133],[-123,190],[-215,483],[-38,469],[-148,315],[61,477],[-10,494]],[[15496,76016],[-89,442],[109,542]],[[15516,77e3],[67,1045]],[[15583,78045],[-50,773]],[[15533,78818],[-88,493],[-80,267]],[[15365,79578],[33,112],[402,-195],[148,-544]],[[15948,78951],[68,152],[-44,472]],[[15972,79575],[-94,473]],[[15878,80048],[-38,1],[-537,566],[-199,248],[-503,239],[-155,510],[40,353],[-356,245]],[[14130,82210],[-48,465],[-336,418]],[[13746,83093],[-6,296]],[[13740,83389],[-153,217]],[[13587,83606],[-245,184],[-78,502]],[[13264,84292],[-358,466],[-150,543],[-267,38],[-441,14],[-326,165],[-574,598],[-266,109],[-486,206],[-385,-49],[-546,264],[-330,246],[-309,-122],[58,-400],[-154,-37],[-321,-120],[-245,-195]],[[8164,86018],[-307,-122],[-40,339]],[[7817,86235],[125,565],[295,177],[-76,145],[-354,-321],[-190,-383],[-400,-410],[203,-280],[-262,-413],[-299,-241],[-278,-176],[-69,-255],[-434,-297],[-87,-271],[-325,-246],[-191,44],[-259,-160],[-282,-196],[-231,-193],[-477,-164]],[[4226,83160],[-43,97],[304,269]],[[4487,83526],[271,177],[296,315],[345,65],[137,236],[385,345],[62,115],[205,204],[48,437],[141,340],[-320,-175],[-90,99],[-150,-209],[-181,292],[-75,-207],[-104,287],[-278,-230],[-170,0],[-24,343],[50,211],[-179,205],[-361,-110],[-235,270],[-190,138],[-1,327],[-214,245],[108,331],[226,322],[99,295],[225,42],[191,-92],[224,278],[201,-50],[212,179],[-52,263],[-155,104],[205,222],[-170,-7],[-295,-125],[-85,-127],[-219,127],[-392,-65],[-407,138],[-117,232]],[[3654,89313],[-351,335],[390,240]],[[3693,89888],[620,282],[228,0],[-38,-288],[586,22],[-225,357],[-342,219],[-197,288],[-267,246],[-381,182],[155,302]],[[3832,91498],[493,18],[350,263]],[[4675,91779],[66,280],[284,274],[271,66],[526,256],[256,-39],[427,307],[421,-121],[201,-260],[123,112],[469,-35],[-16,-132],[425,-98],[283,57],[585,-182],[534,-54],[214,-75],[370,94],[421,-173],[302,-81]],[[10837,91975],[518,-139],[438,-277],[289,-53],[244,241]],[[12326,91747],[336,180],[413,-71]],[[13075,91856],[416,253],[455,144],[191,-239],[207,134],[62,272],[192,-62],[470,-516],[369,390],[38,-437],[341,95],[105,168],[337,-33],[424,-242],[650,-211],[383,-98],[272,37]],[[17987,91511],[375,-292],[-391,-286]],[[17971,90933],[502,-123],[750,68],[236,100],[296,-345],[302,291],[-283,245],[179,197],[338,26],[223,58],[224,-138],[279,-312],[310,46],[491,-260],[431,91],[405,-13],[-32,358]],[[22622,91222],[247,101],[431,-196]],[[23300,91127],[-2,-545],[177,459],[223,-15],[126,579],[-298,355],[-324,233],[22,636],[329,418],[366,-92],[281,-255],[378,-649],[-247,-283],[517,-116],[-1,-589],[371,451],[332,-371],[-83,-427],[269,-388],[290,416],[202,497],[16,632],[394,-44],[411,-85],[373,-286],[17,-285],[-207,-307],[196,-309],[-36,-280]],[[19722,91438],[-824,-101],[-374,-39]],[[18524,91298],[-151,271],[-379,157],[-246,-64],[-343,456],[185,61],[429,99],[392,-26],[362,100],[-537,135],[-594,-46],[-394,11],[-146,213],[644,230],[-428,-8],[-485,152],[233,431],[193,229],[744,351],[284,-111],[-139,-270],[618,174],[386,-291],[314,294],[254,-188],[227,-566],[140,238],[-197,590],[244,85],[276,-93],[311,-232],[175,-561],[86,-406],[466,-285],[502,-273],[-31,-253],[-456,-47],[178,-221],[-94,-211],[-503,90],[-478,156],[-322,-35],[-522,-196]],[[20972,94111],[-244,-381],[-434,404],[95,80],[372,23],[211,-126]],[[28794,93928],[25,-159],[-296,16],[-299,13],[-304,-78],[-80,35],[-306,306],[12,207],[133,38],[636,-62],[479,-316]],[[25955,93959],[219,-359],[256,465],[704,236],[477,-596],[-42,-377],[550,168],[263,228],[616,-291],[383,-274],[36,-252],[515,131],[290,-367],[670,-228],[242,-232],[263,-539],[-510,-268],[654,-376],[441,-127],[400,-529],[437,-38],[-87,-404],[-487,-669],[-342,246],[-437,554],[-359,-72],[-35,-330],[292,-335],[377,-265],[114,-153],[181,-570],[-96,-414],[-350,156],[-697,461],[393,-496],[289,-348],[45,-201],[-753,230],[-596,334],[-337,281],[97,162],[-414,296],[-405,280],[5,-167],[-803,-92],[-235,198],[183,424],[522,10],[571,74],[-92,205],[96,287],[360,561],[-77,255],[-107,197],[-425,280],[-563,196],[178,145],[-294,358],[-245,33],[-219,196],[-149,-170],[-503,-74],[-1011,129],[-588,169],[-450,87],[-231,202],[290,263],[-394,2],[-88,583],[213,515],[286,235],[717,154],[-204,-373]],[[22123,94355],[331,-122],[496,73],[72,-167],[-259,-276],[420,-248],[-50,-518],[-455,-223],[-268,48],[-192,220],[-690,444],[5,185],[567,-72],[-306,377],[329,279]],[[89889,93991],[-421,-4],[-569,64],[-49,31],[263,227],[348,54],[394,-221],[34,-151]],[[24112,93737],[-298,-430],[-317,21],[-173,506],[4,287],[145,244],[276,157],[579,-20],[530,-140],[-415,-513],[-331,-112]],[[15808,92660],[-147,253],[-641,304]],[[15020,93217],[93,188],[218,477]],[[15331,93882],[241,378],[-272,353],[939,90],[397,-119],[709,-32],[270,-167],[298,-243],[-349,-145],[-681,-405],[-344,-403]],[[16539,93189],[0,-242],[-731,-287]],[[91869,95069],[-321,-228],[-444,52],[-516,227],[66,187],[518,-87],[697,-151]],[[23996,95009],[-151,-223],[-403,43],[-337,150],[148,259],[399,155],[243,-202],[101,-182]],[[90301,95344],[-219,-427],[-1023,16],[-461,-136],[-550,374],[149,396],[366,108],[734,-25],[1004,-306]],[[22639,96011],[212,-267],[9,-295],[-127,-429],[-458,-59],[-298,92],[5,336],[-455,-44],[-18,445],[299,-18],[419,197],[390,-34],[22,76]],[[19941,95712],[109,-205],[247,97],[291,-25],[49,-282],[-169,-274],[-940,-89],[-701,-249],[-423,-13],[-35,187],[577,255],[-1255,-69],[-389,103],[379,563],[262,161],[782,-194],[493,-341],[485,-44],[-397,551],[255,210],[286,-67],[94,-275]],[[65981,92556],[-164,-51],[-907,75],[-74,256],[-503,154],[-40,311],[284,124],[-10,314],[551,491],[-255,70],[665,506],[-75,261],[621,304],[917,370],[925,108],[475,214],[541,74],[193,-227],[-187,-179],[-984,-286],[-848,-274],[-863,-548],[-414,-563],[-435,-553],[56,-479],[531,-472]],[[23699,96229],[308,-186],[547,2],[240,-190],[-64,-216],[319,-130],[177,-137],[374,-26],[406,-48],[441,125],[566,49],[451,-40],[298,-218],[62,-238],[-174,-153],[-414,-124],[-355,70],[-797,-88],[-570,-11],[-449,71],[-738,186],[-96,316],[-34,286],[-279,251],[-574,70],[-322,179],[104,236],[573,-36]],[[17722,96544],[-38,-443],[-214,-199],[-259,-29],[-517,-246],[-444,-88],[-377,124],[472,431],[570,373],[426,-8],[381,85]],[[0,89247],[99640,-253],[-360,42],[250,-307],[166,-474],[128,-155],[32,-238],[-71,-153],[-518,126],[-777,-434],[-247,-67],[-425,-405],[-403,-353],[-102,-262]],[[97313,86314],[-397,398],[-724,-451],[-126,213]],[[96066,86474],[-268,-246],[-371,79],[-90,-379],[-333,-557],[10,-233],[316,-129],[-37,-839],[-258,-21],[-119,-482],[116,-248],[-486,-294],[-96,-657],[-415,-141],[-83,-585],[-400,-536],[-103,396],[-119,841],[-155,1279],[134,799],[234,344]],[[93543,84865],[15,269],[431,129]],[[93989,85263],[496,725],[479,592],[499,459],[223,812]],[[95686,87851],[-337,-48],[-167,-475]],[[95182,87328],[-705,-632],[-227,708],[-717,-196],[-696,-965],[230,-353],[-620,-151],[-430,-59],[20,417],[-431,87],[-344,-283],[-850,99]],[[90412,86e3],[-913,-171],[-900,-1124]],[[88599,84705],[-1065,-1358]],[[87534,83347],[438,-72],[136,-361]],[[88108,82914],[270,-128],[178,288],[305,-38],[401,-633],[9,-490],[-217,-576],[-23,-687],[-126,-921],[-418,-833],[-94,-399],[-377,-670],[-374,-665],[-179,-340],[-370,-338],[-175,-8],[-175,280],[-373,-421],[-43,-192]],[[86327,76143],[-106,35],[-120,-195],[-83,-196],[10,-414],[-143,-127],[-50,-102],[-104,-170],[-185,-95],[-121,-154],[-9,-250],[-32,-63],[111,-94],[157,-253]],[[85652,74065],[240,-679],[68,-373],[3,-664],[-105,-316],[-252,-111],[-222,-239],[-250,-49]],[[85134,71634],[-31,314],[52,431],[-123,600]],[[85032,72979],[206,97],[-190,493]],[[85048,73569],[-135,109],[-34,-108],[-81,-48],[-10,109],[-72,52],[-75,92]],[[84641,73775],[77,254],[65,67]],[[84783,74096],[-25,106],[71,310]],[[84829,74512],[-18,94],[-163,63],[-131,154]],[[84517,74823],[-388,-167],[-204,-269],[-300,-157],[148,267],[-58,224],[220,387],[-147,302],[-242,-204],[-314,-400],[-171,-372],[-272,-28],[-142,-268],[147,-390],[227,-94],[9,-259],[220,-168],[311,411],[247,-224],[179,-15]],[[83987,73399],[46,-302],[-394,-161]],[[83639,72936],[-130,-311],[-270,-289],[-142,-403],[299,-316],[109,-567],[169,-527],[189,-443],[-5,-428],[-174,-157],[66,-307],[164,-179],[-43,-469],[-71,-456],[-155,-52],[-203,-623],[-225,-756],[-258,-687],[-382,-532],[-386,-484],[-313,-67],[-170,-255],[-96,186],[-157,-286],[-388,-288],[-294,-88],[-95,-609],[-154,-33],[-73,418],[66,222],[-373,185],[-131,-94]],[[80013,64241],[-371,-493],[-231,-544],[-61,-399],[212,-607],[260,-753],[252,-356],[169,-462],[127,-1066],[-37,-1013],[-232,-379],[-318,-371],[-227,-480],[-346,-536],[-101,369],[78,390],[-206,327]],[[78981,57868],[-233,84],[-112,301],[-141,594]],[[78495,58847],[-249,265],[-238,-11],[41,452],[-245,-3],[-22,-633],[-150,-841],[-90,-509],[19,-417],[181,-18],[113,-526],[50,-498],[155,-330],[168,-67],[144,-299]],[[78372,55412],[64,-54],[164,-347],[116,-386],[16,-388],[-29,-262],[27,-198],[20,-340],[98,-159],[109,-509],[-5,-195],[-197,-38],[-263,426],[-329,457],[-32,294],[-161,385],[-38,477],[-100,314],[30,419],[-61,244]],[[77801,55552],[-110,221],[-47,285],[-148,325],[-135,274],[-45,-339],[-53,320],[30,359],[82,553]],[[77375,57550],[-27,427],[86,441],[-94,341],[23,627],[-113,299],[-90,689],[-50,727],[-121,477]],[[76989,61578],[-183,-288],[-315,-411]],[[76491,60879],[-156,51],[-172,135],[96,714],[-58,539],[-218,664],[34,208],[-163,74],[-197,469]],[[75657,63733],[-79,301],[-16,293],[-53,277],[-116,335],[-256,23],[25,-237]],[[75162,64725],[-87,-320],[-118,116]],[[74957,64521],[-41,-105],[-78,63],[-108,52]],[[74730,64531],[-39,-210],[-189,7],[-343,-120],[16,-433],[-148,-341],[-400,-387],[-311,-678],[-209,-363],[-276,-377],[-1,-265],[-138,-142]],[[72692,61222],[-250,-206],[-130,-31]],[[72312,60985],[-84,-439],[58,-749],[15,-478],[-118,-547],[-1,-978],[-144,-28],[-126,-439],[84,-190],[-253,-163],[-93,-392],[-112,-165],[-263,537],[-128,807],[-107,581],[-97,272],[-148,553],[-69,720],[-48,360],[-253,791],[-115,1116],[-83,737],[1,698],[-54,539],[-404,-345],[-196,69],[-362,698],[133,208],[-82,226],[-326,489]],[[68937,65473],[-203,146],[-83,414],[-215,438],[-512,-108],[-451,-11],[-391,-81]],[[67082,66271],[-523,174]],[[66559,66445],[-302,133],[-314,74]],[[65943,66652],[-118,707],[-133,102],[-214,-103],[-280,-279],[-339,191],[-281,443],[-267,164],[-186,546],[-205,768],[-149,-93],[-177,190]],[[63594,69288],[-103,-224],[-165,28]],[[63326,69092],[58,-254],[-25,-132],[89,-434]],[[63448,68272],[109,-497],[137,-131]],[[63694,67644],[47,-202],[190,-243]],[[63931,67199],[16,-237],[-27,-192],[35,-193],[80,-162],[37,-189],[41,-141]],[[64113,66085],[-18,419],[75,302],[76,62],[84,-180],[5,-337],[-61,-339]],[[64274,66012],[53,-220]],[[64327,65792],[49,28],[11,-158],[217,91],[230,-15],[168,-17],[190,389],[207,369],[176,355]],[[65575,66834],[80,196],[35,-50],[-26,-238],[-37,-104]],[[65627,66638],[38,-455]],[[65665,66183],[125,-393],[155,-209]],[[65945,65581],[204,-76],[164,-105]],[[66313,65400],[125,-330],[75,-191],[100,-73],[-1,-128],[-101,-344],[-44,-161],[-117,-184],[-104,-395],[-126,30],[-58,-137],[-44,-292],[34,-385],[-26,-71],[-128,2],[-174,-215],[-27,-281],[-63,-121]],[[65634,62124],[-173,5],[-109,-146]],[[65352,61983],[1,-232],[-134,-160],[-153,54],[-186,-194],[-128,-33]],[[64752,61418],[-201,-154],[-54,-256],[-6,-196],[-277,-244],[-444,-268],[-249,-406],[-122,-32],[-83,34],[-163,-239],[-177,-111],[-233,-30],[-70,-33],[-61,-152],[-73,-42]],[[62539,59289],[-42,-146],[-138,13],[-89,-79]],[[62270,59077],[-192,30],[-72,336],[8,315],[-46,170],[-54,426],[-80,236],[56,28],[-29,264],[34,111],[-12,251]],[[61883,61244],[-36,246],[-84,173]],[[61763,61663],[-22,230],[-143,206],[-148,483],[-79,469],[-192,397],[-124,94],[-184,549],[-32,400],[12,342],[-159,638],[-130,225],[-150,119],[-92,330],[15,130],[-77,299],[-81,128],[-108,429],[-170,464]],[[59899,67595],[-141,396],[-139,-3]],[[59619,67988],[44,316],[12,201],[34,230]],[[59709,68735],[-9,84]],[[59700,68819],[-78,-232],[-60,-435],[-75,-300],[-65,-100],[-93,186],[-125,257],[-198,825],[-29,-52],[115,-608],[171,-579],[210,-897],[102,-313],[90,-325],[249,-638],[-55,-100],[9,-374],[323,-517],[49,-118]],[[60240,64499],[90,-565],[-61,-105],[40,-593],[102,-687],[106,-142],[152,-213]],[[60669,62194],[161,-666],[77,-529],[152,-281],[379,-544],[154,-328],[151,-332],[87,-198],[136,-173]],[[61966,59143],[66,-178],[-9,-240],[-158,-137],[119,-158]],[[61984,58430],[91,-106],[54,-238],[125,-241],[138,-2],[262,147],[302,68],[245,179],[138,38],[99,105]],[[63438,58380],[158,21],[89,11]],[[63685,58412],[128,85],[147,58],[132,198],[105,1],[6,-159],[-25,-335],[1,-303],[-59,-208],[-78,-622],[-134,-644],[-172,-735],[-238,-844],[-237,-645],[-327,-785]],[[62934,53474],[-278,-466],[-415,-572]],[[62241,52436],[-259,-438],[-304,-698],[-64,-304],[-63,-136]],[[61551,50860],[-195,-230],[-68,-240],[-104,-42],[-40,-406],[-89,-233],[-54,-383],[-112,-190]],[[60889,49136],[-128,-709],[16,-327]],[[60777,48100],[178,-210],[8,-149],[-76,-348],[16,-175],[-18,-275],[97,-361],[115,-568],[101,-126]],[[61198,45888],[45,-258],[-11,-574],[34,-505],[11,-900],[49,-282],[-83,-412],[-108,-400],[-177,-357],[-254,-219],[-313,-279],[-313,-618],[-107,-106],[-194,-409],[-115,-133],[-23,-411],[132,-436],[54,-337],[4,-173],[49,29],[-8,-565],[-45,-267],[65,-99],[-41,-239],[-116,-205],[-229,-195],[-334,-312],[-122,-213],[24,-242],[71,-39],[-24,-303]],[[59119,36429],[-70,-419],[-32,-479],[-72,-260],[-190,-290],[-54,-84],[-118,-292],[-77,-296],[-158,-413],[-314,-594],[-196,-345]],[[57838,32957],[-209,-262],[-291,-224]],[[57338,32471],[-141,-30],[-36,-160],[-169,85],[-138,-109],[-301,111]],[[56553,32368],[-168,-70],[-115,30]],[[56270,32328],[-286,-228],[-238,-91],[-171,-218],[-127,-13],[-117,205]],[[55331,31983],[-94,11],[-120,257]],[[55117,32251],[-13,-80],[-37,155],[2,337],[-90,386],[89,105],[-7,442],[-182,539],[-139,488],[-1,1],[-199,749]],[[54540,35373],[-207,435],[-108,420],[-62,561],[-68,417],[-93,887],[-7,689],[-35,314],[-108,237],[-144,476],[-146,691],[-60,361],[-226,563],[-17,441]],[[53259,41865],[-26,363],[38,506],[96,527],[15,247],[90,519],[66,236],[159,377]],[[53697,44640],[90,257],[29,426]],[[53816,45323],[-15,326],[-83,206],[-74,350],[-68,345],[15,120],[85,228],[-84,557],[-57,385]],[[53535,47840],[-139,365],[26,111]],[[53422,48316],[-39,179]],[[53383,48495],[-74,433]],[[53309,48928],[-228,610]],[[53081,49538],[-285,581],[-184,475],[-169,595],[9,192],[61,184],[67,419],[56,427]],[[52636,52411],[-52,87],[96,647]],[[52680,53145],[40,454],[-108,381],[-127,98],[-56,258]],[[52429,54336],[-71,82],[3,159]],[[52361,54577],[-289,-207],[-105,30],[-107,-129],[-222,13],[-149,360],[-91,417],[-197,379],[-209,-7],[-245,1]],[[50747,55434],[-229,-67],[-224,-123]],[[50294,55244],[-436,-337],[-154,-198],[-250,-167],[-248,164]],[[49206,54706],[-126,-6],[-194,112],[-178,-6],[-329,-101],[-193,-166],[-275,-211],[-54,15]],[[47857,54343],[-73,-5],[-286,274],[-252,439],[-237,315],[-187,371]],[[46822,55737],[-75,43],[-200,232],[-144,308],[-49,211],[-34,425]],[[46320,56956],[-122,341],[-108,226],[-71,74],[-69,115],[-32,254],[-41,127],[-80,94]],[[45797,58187],[-149,241],[-117,38],[-63,162],[1,88],[-84,122],[-18,124]],[[45367,58962],[-46,441]],[[45321,59403],[36,255]],[[45357,59658],[-115,449],[-138,205],[122,109],[134,404],[66,296]],[[45426,61121],[-24,311]],[[45402,61432],[78,284],[34,542]],[[45514,62258],[-30,569],[-34,286],[28,287],[-72,274],[-146,249]],[[45260,63923],[12,243]],[[45272,64166],[13,267],[106,157],[91,300],[-18,195],[96,406],[155,366],[93,93],[74,336],[6,307],[100,356],[185,210],[177,588]],[[46350,67747],[144,229]],[[46494,67976],[259,64]],[[46753,68040],[219,393],[139,154]],[[47111,68587],[232,481],[-70,716],[106,495],[37,304],[179,389],[278,263],[206,238],[186,596],[87,354],[205,-3],[167,-244],[264,39],[288,-127],[121,-6]],[[49397,72082],[267,315],[300,100],[175,238],[268,175],[471,102],[459,47],[140,-85],[262,227],[297,4],[113,-134],[190,35]],[[52339,73106],[302,233],[195,-70]],[[52836,73269],[-9,-291],[236,212],[20,-111],[-139,-282],[-2,-266],[96,-143],[-36,-499],[-183,-289],[53,-314],[143,-10],[70,-274],[106,-90]],[[53191,70912],[326,-198],[117,50],[232,-96],[368,-258],[130,-512],[250,-111],[391,-242],[296,-286],[136,150]],[[55437,69409],[133,265],[-65,441]],[[55505,70115],[87,280],[200,270],[192,78],[375,-118],[95,-257],[104,-3],[88,-98],[276,-67],[68,-191]],[[56990,70009],[369,10],[268,-152]],[[57627,69867],[275,-170],[129,-90]],[[58031,69607],[214,182],[114,165],[245,48],[198,-73],[75,-286],[65,189],[222,-136],[217,-33],[137,145]],[[59518,69808],[80,190],[-19,32]],[[59579,70030],[74,269],[56,435]],[[59709,70734],[40,146],[8,6]],[[59757,70886],[99,469],[138,406],[5,20]],[[59999,71781],[-26,440],[68,237]],[[60041,72458],[-102,261],[105,217],[-169,-49],[-233,132],[-191,-331],[-421,-65],[-225,309],[-300,19],[-64,-238],[-192,-69],[-268,307],[-303,-11],[-165,573],[-203,320]],[[57310,73833],[135,448],[-176,275]],[[57269,74556],[308,551],[428,23],[117,437]],[[58122,75567],[529,-76]],[[58651,75491],[334,374],[324,162]],[[59309,76027],[459,13],[485,-406],[399,-223],[323,89],[239,-52],[328,301]],[[61542,75749],[42,246],[-70,393],[-160,212],[-154,66],[-102,177]],[[61098,76843],[-354,486],[-317,218],[-240,338],[202,92],[231,482]],[[60620,78459],[-156,228],[410,234],[-8,126]],[[60866,79047],[-249,-92]],[[60617,78955],[-222,-46],[-185,-187],[-260,-30],[-239,-215],[16,-358],[136,-139],[284,35],[-55,-206]],[[60092,77809],[-304,-99],[-377,-334]],[[59411,77376],[-154,117],[61,271],[-304,169],[50,110],[265,191],[-80,132],[-432,146],[-19,215],[-257,-71],[-103,-317],[-215,-426]],[[58223,77913],[6,-149]],[[58229,77764],[-135,-123],[-84,53]],[[58010,77694],[-78,-694]],[[57932,77e3],[-144,-239],[-101,-412],[89,-328]],[[57776,76021],[33,-222],[243,-186],[-51,-141],[-330,-32],[-118,-178],[-232,-310],[-87,268],[3,119]],[[57237,75339],[-169,17],[-145,54],[-336,-150],[192,-323],[-141,-94],[-154,-1],[-147,297],[-52,-127],[62,-344],[139,-270],[-105,-126],[155,-265],[137,-167],[4,-326],[-257,153],[82,-294],[-176,-60],[105,-509],[-184,-7],[-228,251],[-104,460],[-49,384],[-108,264],[-143,329],[-18,164]],[[55597,74649],[-48,40],[-5,127],[-154,193],[-24,274],[23,393],[38,179]],[[55427,75855],[-46,91],[-59,44]],[[55322,75990],[-78,188],[-120,115]],[[55124,76293],[-261,213],[-161,207],[-254,171],[-233,424],[56,43],[-127,242],[-5,195],[-179,91],[-85,-249],[-82,193],[6,200],[10,9]],[[53809,78032],[62,52]],[[53871,78084],[-221,84],[-226,-204],[15,-286],[-34,-164],[91,-293],[261,-290],[140,-476]],[[53897,76455],[309,-465],[217,4]],[[54423,75994],[68,-127],[-78,-115],[249,-208],[204,-174],[238,-301],[29,-107],[-52,-206]],[[55081,74756],[-154,269],[-242,94]],[[54685,75119],[-116,-372],[200,-214],[-33,-300],[-116,-34],[-148,-494],[-116,-45],[1,176],[57,309],[60,123],[-108,334],[-85,290],[-115,72],[-82,249]],[[54084,75213],[-179,105],[-120,231]],[[53785,75549],[-206,37],[-217,260],[-254,375],[-189,332],[-86,569],[-138,67],[-226,190],[-128,-78],[-161,-267],[-115,-42]],[[52065,76992],[-252,-326],[-548,156],[-404,-186],[-32,-347]],[[50829,76289],[15,-335],[-263,-383],[-356,-122],[-25,-194],[-171,-319],[-107,-469],[108,-329],[-160,-257],[-60,-374],[-210,-115],[-197,-443]],[[49403,72949],[-352,-9],[-265,11]],[[48786,72951],[-174,-203],[-106,-218],[-136,48],[-103,195],[-79,331],[-259,89]],[[47929,73193],[-112,-149],[-146,81],[-143,-64],[42,451],[-26,354],[-124,53]],[[47420,73919],[-67,219],[22,376]],[[47375,74514],[111,210],[20,232],[58,347],[-6,244],[-56,206],[-12,195]],[[47490,75948],[14,410],[-114,250],[393,415],[340,-104],[373,4],[296,-98],[230,30],[449,-19]],[[49471,76836],[144,345],[53,1147],[-287,605],[-205,291],[-424,222],[-28,420],[360,125],[466,-148],[-88,652],[263,-247],[646,449],[84,472],[243,116]],[[50698,81285],[222,113]],[[50920,81398],[143,159],[244,847],[380,241],[231,-16]],[[51918,82629],[54,122],[232,31],[52,-127],[188,284],[-63,216],[-13,326]],[[52368,83481],[-113,320],[-8,589],[46,155],[80,173],[244,36]],[[52617,84754],[98,158],[223,163]],[[52938,85075],[-9,-296],[-82,-188],[33,-161],[151,-87],[-68,-217],[-83,62]],[[52880,84188],[-200,-414],[76,-281]],[[52756,83493],[4,-222],[281,-135],[-3,-204],[283,108],[156,158],[313,-228],[132,-183]],[[53922,82787],[189,169]],[[54111,82956],[434,267],[350,194]],[[54895,83417],[277,-97],[21,-140],[268,-8]],[[55461,83172],[63,254]],[[55524,83426],[383,187],[-59,484]],[[55848,84097],[10,433],[136,362],[262,196],[221,-430],[223,11]],[[56700,84669],[53,443],[32,339]],[[56785,85451],[-102,-72],[-176,204],[-24,331],[351,161],[350,83],[301,-95],[287,17]],[[57772,86080],[316,318],[-291,274]],[[57797,86672],[-504,-46],[-489,-211],[-452,-121],[-161,314],[-269,189],[62,567],[-135,520],[133,335],[252,362],[635,624],[185,121],[-28,243],[-387,272]],[[56639,89841],[-478,-163],[-269,-401],[43,-353],[-441,-463],[-537,-495],[-202,-811],[198,-406],[265,-320],[-255,-649],[-289,-135],[-106,-967],[-157,-539],[-337,55],[-158,-456],[-321,-27],[-89,545],[-232,653],[-211,814]],[[53063,85723],[-187,354],[-548,-666]],[[52328,85411],[-370,-135],[-385,293]],[[51573,85569],[-99,619],[-88,1329],[256,371],[733,483],[549,595],[508,802],[668,1112],[465,434],[763,722],[610,252],[457,-31],[423,477],[506,-25],[499,115],[869,-422],[-358,-154],[305,-361]],[[58639,91887],[286,200],[456,-348],[761,-137],[1050,-652],[213,-273],[18,-384],[-308,-302],[-454,-154],[-1240,438],[-204,-73],[453,-422]],[[59670,89780],[36,-856]],[[59706,88924],[358,-175],[217,-150],[36,279]],[[60317,88878],[-174,257],[183,209]],[[60326,89344],[672,-358]],[[60998,88986],[234,140],[-187,422]],[[61045,89548],[647,564],[256,-33],[260,-202],[161,396],[-231,343],[136,345],[-204,357],[777,-185],[158,-322],[-351,-71]],[[62654,90740],[2,-321],[218,-197]],[[62874,90222],[429,125],[68,367]],[[63371,90714],[581,275],[969,494]],[[64921,91483],[209,-28],[-273,-350],[344,-60],[199,197],[521,16],[412,239],[317,-347],[315,381],[-291,334],[145,190],[820,-175],[385,-180],[1006,-658],[186,302],[-282,304],[-8,122],[-335,57],[92,273],[-149,449],[-8,185],[512,521]],[[69038,93255],[182,524],[207,113]],[[69427,93892],[735,-152],[58,-320]],[[70220,93420],[-263,-467],[173,-184]],[[70130,92769],[89,-403],[-63,-789],[307,-353],[-120,-384],[-544,-818],[318,-85],[110,207],[306,148],[74,285],[240,274],[-162,328],[130,380],[-304,47],[-67,321],[222,578],[-361,469],[497,389],[-64,409],[139,13],[145,-319],[-109,-556],[297,-105],[-127,415],[465,227],[577,30],[513,-328],[-247,479],[-28,614]],[[72363,94242],[484,116],[668,-25]],[[73515,94333],[602,75],[-226,301]],[[73891,94709],[321,379],[319,15]],[[74531,95103],[540,286],[734,77]],[[75805,95466],[93,158],[729,53]],[[76627,95677],[227,-129],[624,306],[510,-10],[77,249],[265,245],[656,236],[476,-186],[-378,-142],[629,-89],[75,-284],[254,140],[812,-8],[626,-281],[223,-215],[-69,-300],[-307,-170],[-730,-320],[-209,-171],[345,-80],[410,-146]],[[81143,94322],[250,109],[142,-369]],[[81535,94062],[122,149],[444,91],[892,-95],[67,-269],[1162,-86],[15,440],[590,-101],[443,3],[449,-303],[128,-369],[-165,-241],[349,-453],[437,-234],[268,605],[446,-260],[473,155],[538,-177],[204,162],[455,-81]],[[88852,92998],[-201,535],[367,249]],[[89018,93782],[2509,-374],[236,-342],[727,-440],[1122,109],[553,-95],[231,-238],[-33,-421],[342,-164],[372,118],[492,15],[525,-113],[526,64],[484,-512],[344,184],[-224,368],[123,256],[886,-161],[578,34]],[[98811,92070],[799,-274],[-99610,-252]],[[0,91544],[0,-2297]],[[63641,75603],[141,-409],[130,-26]],[[63912,75168],[85,-156],[-228,-46],[-49,-447]],[[63720,74519],[-47,-202],[-102,-135]],[[63571,74182],[7,-285]],[[63578,73897],[88,-424],[263,-120],[193,-289],[395,-100],[434,153],[27,134]],[[64978,73251],[-52,408],[40,602],[-216,195],[71,394],[-184,34],[61,485],[262,-141],[244,184],[-202,346],[-80,329],[-224,-147],[-28,-422],[-87,374]],[[64583,75892],[-15,140],[68,240],[-53,201],[-322,196],[-125,517],[-154,146],[-9,187],[270,-54],[11,421],[236,93],[243,-86],[50,562],[-50,356],[-278,-28],[-236,141],[-321,-253],[-259,-121]],[[63639,78550],[-127,-342],[-269,-95],[-276,-594],[252,-547]],[[63219,76972],[-27,-387],[303,-679]],[[63495,75906],[146,-303]],[[23933,96472],[-126,-17],[-521,37],[-74,161],[559,-9],[195,-107],[-33,-65]],[[19392,96574],[-518,-166],[-411,186],[224,183],[406,59],[392,-90],[-93,-172]],[[56867,96664],[-620,-236],[-490,134],[191,149],[-167,184],[575,115],[110,-216],[401,-130]],[[19538,97095],[-339,-113],[-461,1],[5,82],[285,173],[149,-27],[361,-116]],[[23380,96781],[-411,-119],[-226,134],[-119,216],[-22,238],[360,-23],[162,-38],[332,-200],[-76,-208]],[[22205,96935],[108,-240],[-453,64],[-457,187],[-619,21],[268,171],[-335,139],[-21,221],[546,-79],[751,-210],[212,-274]],[[79187,96925],[-1566,-222],[507,756],[229,64],[208,-37],[704,-327],[-82,-234]],[[55069,97728],[915,-429],[-699,-227],[-155,-424],[-243,-108],[-132,-478],[-335,-22],[-598,351],[252,205],[-416,166],[-541,487],[-216,451],[757,206],[152,-202],[396,8],[105,197],[408,20],[350,-201]],[[57068,98134],[545,-202],[-412,-310],[-806,-68],[-819,96],[-50,159],[-398,10],[-304,264],[858,161],[403,-138],[281,172],[702,-144]],[[64204,98215],[-373,-76],[-250,-44],[-39,-94],[-324,-95],[-301,136],[158,180],[-618,17],[542,105],[422,7],[57,-155],[159,138],[262,95],[412,-126],[-107,-88]],[[77760,97255],[-606,-71],[-773,166],[-462,220],[-213,413],[-379,113],[722,394],[600,130],[540,-290],[640,-557],[-69,-518]],[[25828,97704],[334,-186],[-381,-171],[-513,-434],[-492,-41],[-575,74],[-299,235],[4,208],[220,154],[-508,-5],[-306,192],[-176,261],[193,256],[192,175],[285,41],[-122,132],[646,29],[355,-308],[468,-123],[455,-109],[220,-380]],[[30972,99689],[742,-45],[597,-74],[508,-156],[-12,-154],[-678,-250],[-672,-117],[-251,-129],[605,3],[-656,-349],[-452,-163],[-476,-470],[-573,-96],[-177,-117],[-841,-62],[383,-72],[-192,-103],[230,-284],[-264,-198],[-429,-163],[-132,-225],[-388,-172],[39,-130],[475,22],[6,-141],[-742,-345],[-726,159],[-816,-89],[-414,69],[-525,30],[-35,277],[514,130],[-137,415],[170,41],[742,-249],[-379,370],[-450,110],[225,223],[492,137],[79,201],[-392,225],[-118,297],[759,-25],[220,-63],[433,210],[-625,67],[-972,-37],[-491,196],[-232,232],[-324,169],[-61,197],[413,110],[324,18],[545,94],[409,214],[344,-30],[300,-161],[211,311],[367,92],[498,64],[849,24],[148,-63],[802,98],[601,-37],[602,-36]],[[42472,99927],[1737,-457],[-513,-222],[-1062,-25],[-1496,-56],[140,-103],[984,63],[836,-198],[540,176],[231,-206],[-305,-335],[707,214],[1348,223],[833,-111],[156,-246],[-1132,-410],[-157,-133],[-888,-99],[643,-28],[-324,-420],[-224,-373],[9,-641],[333,-376],[-434,-24],[-457,-182],[513,-305],[65,-490],[-297,-53],[360,-495],[-617,-42],[322,-234],[-91,-203],[-391,-89],[-388,-2],[348,-390],[4,-256],[-549,238],[-143,-154],[375,-144],[364,-352],[105,-464],[-495,-111],[-214,222],[-344,331],[95,-391],[-322,-303],[732,-24],[383,-31],[-745,-502],[-755,-454],[-813,-199],[-306,-2],[-288,-222],[-386,-608],[-597,-404],[-192,-23],[-370,-142],[-399,-134],[-238,-357],[-4,-403],[-141,-378],[-453,-461],[112,-450],[-125,-476],[-142,-563],[-391,-35],[-410,471],[-556,3],[-269,315],[-186,563],[-481,716],[-141,375],[-38,517],[-384,532],[100,424],[-186,203],[275,673],[418,214],[110,241],[58,450],[-318,-204],[-151,-85],[-249,-83],[-341,188],[-19,392],[109,306],[258,8],[567,-153],[-478,366],[-249,197],[-276,-81],[-232,143],[310,536],[-169,215],[-220,398],[-335,611],[-353,223],[3,241],[-745,337],[-590,42],[-743,-23],[-677,-42],[-323,183],[-482,362],[729,181],[559,31],[-1188,149],[-627,236],[39,223],[1051,277],[1018,277],[107,210],[-750,206],[243,230],[961,402],[404,62],[-115,258],[658,152],[854,90],[853,6],[303,-180],[737,317],[663,-215],[390,-45],[577,-188],[-660,311],[38,246],[932,344],[975,-26],[354,213],[982,55],[2219,-72]],[[67002,72360],[284,-219],[209,77],[58,261],[219,87],[157,175],[55,460],[234,112],[44,205],[131,-154],[84,-18]],[[68477,73346],[154,-4],[210,-122]],[[68841,73220],[85,-70],[201,185],[93,-111],[90,264],[166,-12],[43,84],[29,233],[120,200],[150,-131],[-30,-176],[84,-27],[-26,-484],[110,-189],[97,121],[123,57],[173,258],[192,-42],[286,-1]],[[70827,73379],[50,-165]],[[70877,73214],[-162,-65],[-141,-106],[-319,-67],[-298,-121],[-163,-251],[66,-244],[32,-287],[-139,-242],[12,-221],[-76,-207],[-265,18],[110,-381],[-177,-146],[-118,-347],[15,-346],[-108,-162],[-103,53],[-212,-75],[-31,-161],[-207,1],[-154,-326],[-10,-490],[-361,-239],[-194,50],[-56,-126],[-166,74],[-278,-87],[-465,294]],[[66909,69007],[252,523],[-23,370],[-210,97],[-22,366],[-91,460],[119,315],[-121,85],[76,419],[113,718]],[[56642,45537],[29,-179],[-32,-279],[49,-270],[-41,-216],[24,-199],[-579,7],[-13,-1832],[188,-471],[181,-360]],[[56448,41738],[-510,-235],[-673,82],[-192,276],[-1126,-25],[-42,-40],[-166,260],[-180,17],[-166,-98],[-134,-110]],[[53697,44640],[90,256],[29,427]],[[53535,47840],[-139,364],[26,112]],[[53422,48316],[115,78],[80,-11],[98,69],[820,-7],[68,-430],[80,-345],[64,-186],[106,-301],[184,46],[91,81],[154,-81],[42,144],[69,336],[172,22],[15,100],[142,2],[-24,-207],[337,5],[5,-363],[56,-222],[-41,-347],[21,-354],[93,-214],[-15,-685],[68,53],[121,-15],[172,87],[127,-34]],[[53309,48928],[112,249],[84,97],[104,-198]],[[53609,49076],[-101,-121],[-45,-148],[-9,-251],[-71,-61]],[[55719,75933],[-35,-196],[39,-247],[115,-140]],[[55838,75350],[-5,-151],[-91,-84],[-16,-187],[-129,-279]],[[55427,75855],[-47,91]],[[55380,75946],[-18,183],[120,284],[18,-109],[75,51]],[[55575,76355],[59,-154],[66,-59],[19,-209]],[[65575,66834],[52,-196]],[[65665,66183],[-142,-2],[-23,-375],[50,-80],[-126,-114],[-1,-235],[-81,-238],[-7,-232]],[[65335,64907],[-56,-122],[-835,290],[-106,584],[-11,133]],[[31400,20215],[-168,16],[-297,0],[0,1286]],[[32587,39017],[511,-940],[227,-88],[339,-425],[286,-225],[40,-254],[-273,-876],[280,-156],[312,-88],[220,92],[252,441],[45,509]],[[34826,37007],[138,110],[139,-332],[-6,-460],[-234,-318],[-186,-234],[-314,-559],[-370,-786]],[[33993,34428],[-70,-461],[-74,-592],[3,-573],[-61,-128],[-21,-372]],[[33770,32302],[-19,-301]],[[31227,25165],[273,-422],[266,-116]],[[30952,21711],[-257,90],[-672,77],[-115,336],[6,431],[-185,-37],[-98,209],[-24,611],[213,253],[88,365],[-33,292],[148,491],[101,763],[-30,338],[122,109],[-30,217],[-129,115],[92,242],[-126,218],[-65,665],[112,117],[-47,702],[65,590],[75,513],[166,209],[-84,563],[-1,529],[210,376],[-7,481],[159,562],[1,530],[-72,105],[-128,994],[171,592],[-27,558],[100,523],[182,540],[196,358],[-83,226],[58,186],[-9,960],[302,284],[96,598],[-34,144]],[[31359,38736],[231,521],[364,-141],[163,-416],[109,464],[316,-24],[45,-123]],[[62106,75494],[386,89]],[[62492,75583],[57,-151],[106,-100],[-56,-144],[148,-198],[-78,-183],[118,-157],[124,-94],[7,-399]],[[62918,74157],[-101,-17]],[[62817,74140],[-113,333],[1,89],[-123,-2],[-82,155],[-58,-16]],[[62442,74699],[-109,168],[-207,144],[27,280],[-47,203]],[[794,3215],[294,183]],[[1088,3398],[38,-6],[32,-5]],[[54716,79543],[-21,-236],[-156,-1],[53,-125],[-92,-370]],[[54500,78811],[-53,-97],[-243,-15],[-140,-130],[-229,44]],[[53835,78613],[-398,149],[-62,200],[-274,-100],[-32,-109],[-169,81]],[[52900,78834],[-142,16],[-125,105],[42,141],[-10,102]],[[52665,79198],[83,32],[141,-160],[39,152],[245,-25],[199,104],[133,-18],[87,-118],[26,98],[-40,375],[100,73],[98,266]],[[53776,79977],[206,-186],[157,236],[98,43],[215,-176],[131,30],[128,-109]],[[54711,79815],[-23,-73],[28,-199]],[[62817,74140],[-190,76],[-141,266],[-44,217]],[[63641,75603],[141,-408],[130,-27]],[[63720,74519],[-48,-202],[-101,-135]],[[63578,73897],[-69,-28],[-173,301],[95,285],[-82,169],[-104,-43],[-327,-424]],[[62492,75583],[68,94],[207,-165],[149,-34],[38,67],[-136,312],[72,79]],[[62890,75936],[78,-19],[191,-350],[122,-39],[48,146],[166,232]],[[58149,49238],[-17,694],[-70,262]],[[58062,50194],[169,-45],[85,328],[147,-38]],[[58463,50439],[16,-227],[60,-130],[3,-187],[-69,-121],[-108,-300],[-101,-209],[-115,-27]],[[50920,81398],[204,-45],[257,120],[176,-252],[153,-135]],[[51710,81086],[-32,-389]],[[51678,80697],[-72,-22],[-30,-323]],[[51576,80352],[-243,263],[-143,-45],[-194,272],[-129,231],[-129,9],[-40,203]],[[50747,55434],[-229,-68]],[[50518,55366],[-69,398],[13,1322],[-56,119],[-11,283],[-96,201],[-85,170],[35,303]],[[50249,58162],[96,66],[56,251],[136,54],[61,172]],[[50598,58705],[93,169],[100,2],[212,-332]],[[51003,58544],[-11,-191],[62,-342],[-54,-232],[29,-154],[-135,-357],[-86,-176],[-52,-364],[7,-366],[-16,-928]],[[49214,57382],[-190,149],[-130,-22],[-97,-145],[-125,122],[-49,190],[-125,126]],[[48498,57802],[-18,334],[76,244],[-7,195],[221,477],[41,395],[76,141],[134,-78],[116,117],[38,148],[216,259],[53,180],[259,238],[153,82],[70,-110],[178,3]],[[50104,60427],[-22,-280],[37,-262],[156,-376],[9,-279],[320,-130],[-6,-395]],[[50249,58162],[-243,13]],[[50006,58175],[-128,46],[-90,-93],[-123,42],[-482,-27],[-7,-327],[38,-434]],[[75742,64522],[-6,-413],[-97,88],[18,-464]],[[75162,64725],[-87,-321],[-118,117]],[[74730,64531],[-43,474],[-96,433],[47,347],[-171,154],[62,210],[173,215],[-200,305],[98,390],[220,-248],[133,-29],[24,-400],[265,-79],[257,8],[160,-98],[-128,-487],[-124,-34],[-86,-327],[152,-299],[46,368],[76,2],[147,-914]],[[56293,77303],[80,-236],[108,42],[213,-90],[408,-30],[138,147],[327,133],[202,-209],[163,-60]],[[57776,76021],[-239,77],[-283,-181]],[[57254,75917],[-3,-287],[-252,-55],[-196,202],[-222,-159],[-206,17]],[[56375,75635],[-20,381],[-139,185]],[[56216,76201],[46,81],[-30,69],[47,183],[105,180],[-135,248],[-24,211],[68,130]],[[55279,77663],[100,2],[-69,-253],[134,-222],[-41,-271],[-65,-25]],[[55338,76894],[-52,-53],[-90,-134],[-41,-316]],[[55155,76391],[-246,218],[-105,240],[-106,128],[-127,215],[-61,178],[-136,270],[59,239],[99,-133],[60,120],[130,13],[239,-96],[192,8],[126,-128]],[[56523,82877],[268,-4],[302,217],[64,325],[228,184],[-26,258]],[[57359,83857],[169,97],[298,222]],[[57826,84176],[293,-144],[39,-143],[146,68],[272,-137],[27,-270],[-60,-156],[174,-377],[113,-105],[-16,-104],[187,-101],[80,-154],[-108,-126],[-224,20],[-54,-53],[66,-192],[68,-368]],[[58829,81834],[-239,-34],[-85,-127],[-18,-290],[-111,56],[-250,-28],[-73,135],[-104,-100],[-105,83],[-218,11],[-310,139],[-281,45],[-215,-13],[-152,-156],[-133,-23]],[[56535,81532],[-6,257],[-85,267],[166,117],[2,230],[-77,219],[-12,255]],[[25238,62085],[-2,85],[33,26],[51,-68],[99,348],[53,7]],[[25297,60979],[-83,-1],[22,650],[2,457]],[[31359,38736],[-200,-79],[-109,794],[-150,646],[88,557],[-146,244],[-37,416],[-136,391]],[[30669,41705],[175,622],[-119,484],[63,194],[-49,213],[108,288],[6,490],[13,405],[60,195],[-240,926]],[[30686,45522],[206,-48],[143,12],[62,174],[243,234],[147,216],[363,98],[-29,-432],[34,-221],[-23,-386],[302,-516],[311,-95],[109,-216],[188,-114],[115,-167],[175,6],[161,-171],[12,-333],[55,-168],[3,-248],[-81,-10],[107,-671],[533,-23],[-41,-333],[30,-227],[151,-162],[66,-358],[-49,-453],[-77,-253],[27,-328],[-87,-119]],[[33842,40210],[-4,177],[-259,295],[-258,8],[-484,-167],[-133,-507],[-7,-310],[-110,-689]],[[34826,37007],[54,332],[38,340],[0,317],[-100,105],[-104,-94],[-103,26],[-33,222],[-26,527],[-52,172],[-187,156],[-114,-113],[-293,111],[18,782],[-82,320]],[[30686,45522],[-157,-99],[-126,66],[18,875],[-228,-339],[-245,15],[-105,307],[-184,33],[59,247],[-155,351],[-115,518],[73,106],[0,243],[168,166],[-28,312],[71,200],[20,269],[318,392],[227,111],[37,86],[251,-27]],[[30585,49354],[125,1579],[6,250],[-43,330],[-123,210],[1,418],[156,95],[56,-60],[9,221],[-162,60],[-4,360],[541,-13],[92,198],[77,-182],[55,-340],[52,71]],[[31423,52551],[153,-304],[216,37],[54,176],[206,135],[115,94],[32,244],[198,164],[-15,121],[-235,49],[-39,363],[12,386],[-125,149],[52,53],[206,-73],[221,-144],[80,136],[200,89],[310,216],[102,220],[-37,162]],[[33129,54824],[145,26],[64,-133],[-36,-253],[96,-87],[63,-268],[-77,-203],[-44,-490],[71,-291],[20,-267],[171,-270],[137,-28],[30,112],[88,25],[126,101],[90,153],[154,-48],[67,20]],[[34294,52923],[151,-47],[25,118],[-46,114],[28,167],[112,-51],[131,59],[159,-122]],[[34854,53161],[121,-119],[86,156],[62,-24],[38,-162],[133,41],[107,219],[85,424],[164,527]],[[36494,51694],[10,-578],[211,378]],[[38626,39196],[-225,-250],[-65,-345]],[[35174,32383],[-77,326],[122,273],[-160,392],[-218,318],[-286,369],[-103,-17],[-279,446],[-180,-62]],[[82069,54967],[-13,-284],[-16,-368],[-133,18],[-58,-196],[-126,299]],[[75471,67823],[113,-184],[-20,-354],[-227,-17],[-234,39],[-175,-90],[-252,218],[-6,115]],[[74670,67550],[184,429],[150,146],[198,-134],[147,-14],[122,-154]],[[58175,39107],[-393,-424],[-249,-430],[-93,-383],[-83,-217],[-152,-46],[-48,-275],[-28,-180],[-178,-134],[-226,28],[-133,162],[-117,70],[-135,-134],[-68,-276],[-132,-173],[-139,-257],[-199,-59],[-62,202],[26,351],[-165,548],[-75,86]],[[55526,37566],[0,1681],[274,20],[8,2051],[207,19],[428,202],[106,-238],[177,226],[85,1],[156,130]],[[56967,41658],[50,-43]],[[57017,41615],[107,-460],[56,-103],[87,-333],[315,-633],[119,-62],[0,-203],[82,-365],[215,-88],[177,-261]],[[54244,56103],[229,44],[52,148],[46,-11],[69,-131],[350,221],[118,224],[145,202],[-28,202],[78,53],[269,-35],[261,266],[201,629],[141,233],[176,98]],[[56351,58246],[31,-246],[160,-360],[1,-235],[-45,-240],[18,-179],[96,-166]],[[56612,56820],[212,-252]],[[56824,56568],[152,-232],[2,-188],[187,-299],[116,-250],[70,-345],[208,-228],[44,-183]],[[57603,54843],[-91,-61],[-178,14],[-209,60],[-104,-49],[-41,-140],[-90,-17],[-110,121],[-309,-287],[-127,58],[-38,-45],[-83,-347],[-207,112],[-203,57],[-177,212],[-229,196],[-149,-186],[-108,-292],[-25,-402]],[[55125,53847],[-178,33],[-188,96],[-166,-305],[-146,-536]],[[54447,53135],[-29,167],[-12,263],[-127,185],[-103,297],[-23,207],[-132,301],[23,171],[-28,243],[21,446],[67,105],[140,583]],[[27392,90477],[-544,-403],[-386,-88]],[[23714,86446],[-16,-669],[409,-96]],[[28738,84386],[-23,385],[-188,489]],[[30174,87037],[495,-44],[-8,-483]],[[31876,86308],[184,267],[216,-514]],[[31513,80124],[415,58],[246,-283]],[[31350,77823],[-181,326],[0,785],[-123,166],[-187,-98],[-92,152],[-212,-435],[-84,-448],[-99,-262],[-118,-89],[-89,-29],[-28,-142],[-512,-1],[-422,-4],[-125,-106],[-294,-414],[-34,-45],[-89,-225],[-255,0],[-273,-2],[-125,-91],[44,-113],[25,-176],[-5,-58],[-363,-287],[-286,-90],[-323,-308],[-70,0],[-94,91],[-31,82],[6,60],[61,202],[131,317],[81,340],[-56,500],[-59,523],[-290,270],[35,103],[-41,70],[-76,0],[-56,91],[-14,137],[-54,-60],[-75,18],[17,57],[-65,57],[-27,151],[-216,185],[-224,191],[-272,223],[-261,209],[-248,-163],[-91,-6],[-342,150],[-225,-75],[-269,179],[-284,91],[-194,36],[-86,97],[-49,317],[-94,-3],[-1,-221],[-575,0],[-951,0],[-944,-1],[-833,1],[-834,0],[-819,0],[-847,0],[-273,0],[-825,0],[-788,0]],[[14130,82210],[-48,464],[-336,419]],[[13740,83389],[154,278],[-7,363],[-473,367],[-284,657],[-173,413],[-255,259],[-187,236],[-147,298],[-279,-187],[-270,-321],[-247,378],[-194,252],[-271,160],[-273,17],[1,3279],[2,2137]],[[12326,91747],[336,179],[413,-70]],[[17987,91511],[374,-292],[-390,-286]],[[22622,91222],[247,100],[431,-195]],[[19722,91438],[-704,-86],[-494,-54]],[[15020,93217],[119,244],[192,421]],[[16539,93189],[0,-251],[-731,-278]],[[52900,78834],[-22,-236],[-122,-97],[-206,72],[-60,-232],[-132,-18],[-48,91],[-156,-195],[-134,-28],[-120,124]],[[51900,78315],[-95,252],[-133,-90],[5,261],[203,323],[-9,147],[126,-53],[77,98]],[[52074,79253],[236,-4],[57,125],[298,-176]],[[31070,19804],[-137,18],[-164,46]],[[29661,29221],[-80,562],[-22,649]],[[30452,41263],[143,147],[74,295]],[[86288,76244],[-179,340],[-111,-323],[-429,-248],[44,-304],[-241,21],[-131,181],[-191,-409],[-306,-309],[-227,-370]],[[83987,73399],[45,-302],[-393,-161]],[[80013,64241],[-280,149],[-132,234],[44,332],[-254,105],[-134,216],[-236,-307],[-271,-66],[-221,3],[-149,-141]],[[78380,64766],[-144,-84],[42,-659],[-148,16],[-25,135]],[[78105,64174],[-9,238],[-203,-167],[-121,106],[-206,216],[81,478],[-176,112],[-66,530],[-293,-96],[33,684],[263,480],[11,475],[-8,441],[-121,137],[-93,339],[-162,-42]],[[77035,68105],[-300,86],[94,242],[-130,358],[-198,-243],[-233,142],[-321,-367],[-252,-428],[-224,-72]],[[74670,67550],[-23,454],[-170,-121]],[[74477,67883],[-324,56],[-314,132],[-225,253],[-216,114],[-93,276],[-157,83],[-280,375],[-223,177],[-115,-138]],[[72530,69211],[-386,403],[-273,365],[-78,635],[200,-78],[9,294],[-111,295],[28,470],[-298,675]],[[71621,72270],[-457,233],[-82,442],[-205,269]],[[70827,73379],[-42,328],[10,224],[-169,131],[-91,-58],[-70,533]],[[70465,74537],[79,132],[-39,135],[266,272],[192,112],[294,-77],[105,368],[356,68],[99,229],[438,312],[39,130]],[[72294,76218],[-22,328],[190,150],[-250,1e3],[550,231],[143,128],[200,1031],[551,-190],[155,261],[13,577],[230,54],[212,383]],[[74266,80171],[109,48]],[[74375,80219],[73,-402],[233,-306],[396,-216],[192,-464],[-107,-673],[100,-249],[330,-99],[374,-80],[336,-359],[171,-64],[127,-531],[163,-342],[306,14],[574,-129],[369,80],[274,-86],[411,-350],[336,1],[123,-179],[324,309],[448,200],[417,21],[324,203],[200,309],[194,193],[-45,190],[-89,222],[146,371],[156,-52],[286,-117],[277,306],[423,223],[204,380],[195,164],[404,77],[219,-65],[30,204],[-251,403],[-223,184],[-214,-212],[-274,89],[-157,-73],[-72,236],[197,575],[135,434]],[[82410,80559],[333,-217],[392,364],[-3,253],[251,611],[155,184],[-4,318],[-152,137],[229,287],[345,104],[369,15],[415,-171],[244,-212],[172,-581],[104,-248],[97,-354],[103,-564],[483,-184],[329,-409],[112,-541],[423,-1],[240,227],[459,170],[-146,-518],[-107,-211],[-96,-631],[-186,-560],[-338,102],[-238,-203],[73,-494],[-40,-680],[-142,-16],[2,-292]],[[47857,54343],[22,474],[26,72],[-8,227],[-118,241],[-88,39],[-81,158],[60,256],[-28,278],[13,168]],[[47655,56256],[44,0],[17,251],[-22,112],[27,80],[103,69],[-69,461],[-64,238],[23,195],[55,45]],[[47769,57707],[36,52],[77,-86],[215,-5],[51,168],[48,-11],[80,65],[43,-246],[65,72],[114,86]],[[49214,57382],[74,-819],[-117,-484],[-73,-650],[121,-496],[-13,-227]],[[53632,53135],[-35,31],[-164,-74],[-169,77],[-132,-38]],[[53132,53131],[-452,14]],[[52429,54336],[-72,82],[4,159]],[[52361,54577],[71,408],[132,556],[81,5],[165,337],[105,9],[156,-236],[191,194],[26,239],[63,232],[43,291],[148,238],[56,403],[59,128],[39,299],[74,368],[234,446],[14,191],[31,104],[-110,229]],[[53939,59018],[9,184],[78,33]],[[54026,59235],[111,-369],[18,-382],[-10,-383],[151,-523],[-155,6],[-78,-41],[-127,57],[-60,-271],[164,-336],[121,-98],[39,-239],[87,-397],[-43,-156]],[[54447,53135],[-20,-311],[-220,136],[-225,152],[-350,23]],[[58564,53850],[-16,-673],[111,-78],[-89,-205],[-107,-153],[-106,-300],[-59,-268],[-15,-462],[-65,-220],[-2,-434]],[[58216,51057],[-80,-161],[-10,-342],[-38,-45],[-26,-315]],[[58149,49238],[50,-530],[-27,-299],[55,-334],[161,-323],[150,-726]],[[58538,47026],[-109,59],[-373,-97],[-75,-69],[-79,-368],[62,-254],[-49,-681],[-34,-578],[75,-103],[194,-224],[76,105],[23,-621],[-212,4],[-114,317],[-103,246],[-213,80],[-62,302],[-170,-182],[-222,81],[-93,261],[-176,53],[-131,-14],[-15,179],[-96,15]],[[53609,49076],[73,-59],[95,221],[152,-6],[17,-163],[104,-102],[164,361],[161,281],[71,185],[-10,473],[121,560],[127,296],[183,278],[32,184],[7,211],[45,200],[-14,326],[34,510],[55,360],[83,308],[16,347]],[[57603,54843],[169,-475],[124,-70],[75,97],[128,-38],[155,122],[66,-246],[244,-383]],[[53081,49538],[212,318],[-105,381],[95,144],[187,71],[23,255],[148,-276],[245,-25],[85,273],[36,382],[-31,450],[-131,341],[120,667],[-69,114],[-207,-47],[-78,298],[21,251]],[[29063,51742],[-119,136],[-137,191],[-79,-92],[-235,80],[-68,248],[-52,-9],[-278,329]],[[28366,55989],[36,280],[89,-41],[52,171],[-64,339],[34,85]],[[28513,56823],[143,-19]],[[30185,58611],[-178,-96],[-71,-288],[-107,-165],[-81,-215],[-34,-410],[-77,-337],[144,-39],[35,-265],[62,-126],[21,-232],[-33,-213],[10,-120],[69,-48],[66,-201],[357,55],[161,-73],[196,-496],[112,62],[200,-31],[158,66],[99,-99],[-50,-311],[-62,-193],[-22,-413],[56,-383],[79,-171],[9,-129],[-140,-286],[100,-127],[74,-202],[85,-574]],[[30585,49354],[-139,306],[-83,14],[179,586],[-213,270],[-166,-50],[-101,100],[-153,-152],[-207,72],[-163,603],[-129,149],[-89,272],[-184,272],[-74,-54]],[[26191,58215],[42,74],[183,-152],[63,75],[89,-48],[46,-119],[82,-38],[66,122]],[[27070,57338],[-107,-51],[1,-232],[58,-86],[-41,-68],[10,-104],[-23,-117],[-14,-114]],[[59437,72019],[-30,20],[-53,-44],[-42,12],[-14,-22],[-5,59],[-20,35],[-54,6],[-75,-49],[-52,30]],[[53776,79977],[-157,247],[-141,139],[-30,243],[-49,171],[202,125],[103,144],[200,111],[70,110],[73,-66],[124,60]],[[54171,81261],[132,-186],[207,-50],[-17,-158],[151,-119],[41,148],[191,-64],[26,-180],[207,-35],[127,-284]],[[55236,80333],[-82,0],[-43,-104],[-64,-25],[-18,-131],[-54,-28],[-7,-53],[-95,-60],[-123,10],[-39,-127]],[[53922,82787],[64,-293],[-77,-154],[101,-205],[69,-308],[-22,-199],[114,-367]],[[52074,79253],[35,410],[140,395],[-400,106],[-131,151]],[[51718,80315],[16,252],[-56,130]],[[51710,81086],[-47,604],[167,0],[70,217],[69,527],[-51,195]],[[52368,83481],[210,-76],[178,88]],[[61984,58430],[-102,-308]],[[61882,58122],[-62,103],[-67,-41],[-155,9],[-4,176],[-22,159],[94,269],[98,255]],[[61764,59052],[119,-50],[83,141]],[[52880,84188],[-200,-415],[76,-280]],[[52617,84754],[98,159],[223,162]],[[30081,62221],[5,157],[-71,172],[68,97],[21,222],[-24,314]],[[53333,65346],[-952,-1097],[-804,-1132],[-392,-257]],[[51185,62860],[-308,-56],[-3,366],[-129,94],[-173,165],[-66,270],[-937,1256],[-937,1257]],[[48632,66212],[-1045,1394]],[[47587,67606],[6,112],[-1,38]],[[47592,67756],[-2,682],[449,425],[277,88],[227,155],[107,288],[324,228],[12,427],[161,50],[126,213],[363,97],[51,224],[-73,122],[-96,608],[-17,350],[-104,369]],[[52339,73106],[-57,-295],[44,-549],[-65,-475],[-171,-322],[24,-433],[227,-344],[3,-139],[171,-232],[118,-1034]],[[52633,69283],[90,-509],[15,-267],[-49,-470],[21,-263],[-36,-315],[24,-362],[-110,-240],[164,-420],[11,-247],[99,-321],[130,105],[219,-267],[122,-361]],[[29063,51742],[38,-438],[-86,-374],[-303,-603],[-334,-227],[-170,-501],[-53,-389],[-157,-237],[-116,291],[-113,62],[-114,-45],[-8,211],[79,137],[-33,240]],[[60240,64499],[-1102,0],[-1077,0],[-1117,0]],[[56944,64499],[0,2120],[0,2048],[-83,464],[71,356],[-43,246],[101,276]],[[57627,69867],[275,-171],[129,-89]],[[59518,69808],[182,-989]],[[61764,59052],[-95,187],[-114,337],[-124,185],[-71,199],[-242,231],[-191,7],[-67,120],[-163,-135],[-168,261],[-87,-430],[-323,121]],[[60119,60135],[-30,230],[120,847],[27,382],[88,177],[204,95],[141,328]],[[49471,76836],[111,-224],[511,-262],[101,125],[313,-261],[322,75]],[[49403,72949],[-352,-8],[-265,10]],[[47929,73193],[-23,191],[103,216],[38,156],[-96,172],[77,378],[-111,345],[120,48],[11,272],[45,84],[3,449],[129,156],[-78,289],[-162,20],[-47,-72],[-164,-1],[-70,282],[-113,-84],[-101,-146]],[[56753,85111],[32,340]],[[57772,86080],[42,-100],[-198,-332],[83,-537],[-120,-183]],[[57579,84928],[-229,1],[-239,214],[-121,70],[-237,-102]],[[61882,58122],[-61,-204],[103,-317],[102,-277],[106,-206],[909,-683],[233,3]],[[63274,56438],[-785,-1728],[-362,-26],[-247,-406],[-178,-10],[-76,-182]],[[61626,54086],[-190,0],[-112,195],[-254,-241],[-82,-240],[-185,45],[-62,67],[-65,-16],[-87,6],[-352,489],[-193,0],[-95,189],[0,324],[-145,96]],[[59804,55e3],[-164,627],[-127,133],[-48,231],[-141,280],[-171,42],[95,328],[147,14],[42,176]],[[59437,56831],[-4,517]],[[59433,57348],[82,603],[132,161],[28,236],[119,440],[168,285],[112,567],[45,495]],[[57942,91602],[-41,-403],[425,-383],[-256,-435],[323,-655],[-187,-494],[250,-429],[-113,-375],[411,-394],[-105,-294],[-258,-333],[-594,-735]],[[56639,89841],[-93,225],[-8,886],[-433,392],[-371,282]],[[55734,91626],[167,152],[309,-304],[362,29],[298,-140],[265,255],[137,422],[431,196],[356,-229],[-117,-405]],[[34854,53161],[70,246],[24,262],[48,246],[-107,340]],[[34889,54255],[-22,394],[144,495]],[[51576,80352],[62,-50],[80,13]],[[51900,78315],[-11,-163],[82,-216],[-97,-176],[72,-445],[151,-73],[-32,-250]],[[52636,52411],[94,33],[404,-6],[-2,693]],[[48278,82851],[-210,118],[-172,-8],[57,309],[-57,309]],[[49420,84027],[22,-61],[248,-679]],[[49051,81445],[-2,0],[-434,96]],[[48727,82636],[413,-52],[1,0]],[[49181,82918],[-186,355],[-4,8]],[[61098,76843],[34,68],[235,-99],[409,-93],[378,-276],[48,-107],[169,90],[259,-120],[85,-236],[175,-134]],[[62106,75494],[-268,282],[-296,-27]],[[50006,58175],[-20,-180],[116,-297],[-1,-418],[27,-454],[69,-210],[-61,-518],[22,-287],[74,-365],[62,-202]],[[47655,56256],[-78,14],[-57,-232],[-78,3],[-55,123],[19,231],[-116,353],[-73,-65],[-59,-13]],[[47158,56670],[-77,-33],[3,211],[-44,151],[9,168],[-60,242],[-78,206],[-222,0],[-65,-108],[-76,-13],[-48,-125],[-32,-159],[-148,-254]],[[45797,58187],[123,281],[84,-11],[73,97],[61,1],[44,76],[-24,191],[31,60],[5,195]],[[46194,59077],[134,-5],[200,-141],[61,13],[21,64],[151,-45],[40,32]],[[46801,58995],[16,-211],[44,1],[73,77],[46,-20],[77,-146],[119,-46],[76,125],[90,77],[67,80],[55,-15],[62,-126],[33,-159],[114,-241],[-57,-149],[-11,-187],[59,57],[35,-67],[-15,-172],[85,-166]],[[45357,59658],[302,17],[63,136],[88,10],[110,-142],[86,-3],[92,97],[56,-166],[-120,-130],[-121,11],[-119,121],[-103,-133],[-50,-5],[-67,-80],[-253,12]],[[45367,58962],[147,93],[92,-18],[75,65],[513,-25]],[[55838,75350],[182,51],[106,126],[150,-11],[46,100],[53,19]],[[57254,75917],[135,-153],[-86,-360],[-66,-65]],[[24381,60202],[7,168],[32,135],[-39,107],[133,470],[357,1],[7,197],[-45,35],[-31,124],[-103,133],[-103,193],[125,1],[1,324],[259,1],[257,-6]],[[25493,60887],[-127,-220],[-131,-161],[-20,-111],[22,-113],[-58,-146]],[[25179,60136],[-65,-36],[15,-67],[-52,-64],[-95,-145],[-9,-85]],[[34125,55269],[-44,-518],[-169,-150],[15,-136],[-51,-297],[123,-418],[89,-1],[37,-325],[169,-501]],[[33129,54824],[-188,437],[75,159],[-5,265],[171,93],[69,108],[-95,213],[24,210],[220,339]],[[25613,59537],[19,231],[-38,62],[-57,41],[-122,-68],[-10,77],[-84,93],[-60,114],[-82,49]],[[26903,60465],[-95,12],[-38,-79],[-97,-75],[-70,0],[-61,-73],[-56,26],[-47,88],[-29,-17],[-36,-138],[-27,5],[-4,-118],[-97,-159],[-51,-68],[-29,-72],[-82,117],[-60,-154],[-58,4],[-65,-14],[6,-283],[-41,-5],[-35,-131],[-86,-24]],[[55230,78267],[67,-223],[89,-164],[-107,-217]],[[55155,76391],[-31,-98]],[[53809,78032],[194,-20],[51,98],[94,-94],[109,-12],[-1,161],[97,59],[27,233],[221,153]],[[54601,78610],[88,-71],[208,-247],[229,-111],[104,86]],[[54716,79543],[141,-148],[103,-62],[233,70],[22,116],[111,17],[135,89],[30,-37],[130,72],[66,136],[91,35],[297,-175],[59,59]],[[56134,79715],[155,-157],[19,-154]],[[56308,79404],[-170,-121],[-131,-391],[-168,-390],[-223,-109]],[[55616,78393],[-173,26],[-213,-152]],[[54601,78610],[-54,194],[-47,7]],[[84713,46708],[28,-113],[5,-175]],[[89166,50332],[5,-1877],[4,-1876]],[[80461,52985],[47,-385],[190,-325],[179,117],[177,-42],[162,291],[133,51],[263,-162],[226,123],[143,801],[107,200],[96,655],[319,0],[241,-97]],[[72530,69211],[-176,-261],[-108,-538],[269,-218],[262,-283],[362,-323],[381,-75],[160,-293],[215,-54],[334,-135],[231,10],[32,228],[-36,366],[21,248]],[[77035,68105],[20,-219],[-97,-105],[23,-355],[-199,104],[-359,-397],[8,-330],[-153,-483],[-14,-281],[-124,-474],[-217,131],[-11,-596],[-63,-196],[30,-245],[-137,-137]],[[72692,61222],[-251,-206],[-129,-31]],[[68937,65473],[185,384],[612,-1],[-56,494],[-156,292],[-31,444],[-182,258],[306,604],[323,-44],[290,604],[174,584],[270,578],[-4,411],[236,333],[-224,284],[-96,390],[-99,504],[137,249],[421,-141],[310,86],[268,484]],[[64978,73251],[244,112],[197,329],[186,-17],[122,108],[197,-53],[308,-292],[221,-63],[318,-510],[207,-21],[24,-484]],[[66909,69007],[137,-302],[112,-348],[266,-253],[7,-508],[133,-93],[23,-265],[-400,-298],[-105,-669]],[[66559,66445],[-303,133],[-313,74]],[[63594,69288],[-104,-224]],[[63490,69064],[-153,302],[-3,307],[-89,0],[46,417],[-143,438],[-340,315],[-193,548],[65,449],[139,199],[-21,336],[-182,173],[-180,687]],[[62436,73235],[-152,461],[55,179],[-87,660],[190,164]],[[63490,69064],[-164,28]],[[63326,69092],[-187,48],[-204,-553]],[[62935,68587],[-516,46],[-784,1158],[-413,403],[-335,156]],[[60887,70350],[-112,701]],[[60775,71051],[615,600],[105,696],[-26,421],[152,142],[142,359]],[[61763,73269],[119,90],[324,-75],[97,-146],[133,97]],[[59922,70666],[-49,-182]],[[59873,70484],[-100,80],[-58,-383],[69,-65],[-71,-79],[-12,-152],[131,78]],[[59832,69963],[7,-224],[-139,-920]],[[59579,70030],[74,270],[56,434]],[[59757,70886],[93,-1],[25,101],[75,7]],[[59950,70993],[4,-236],[-38,-87],[6,-4]],[[53835,78613],[-31,-283],[67,-246]],[[53897,76455],[309,-464],[217,3]],[[55081,74756],[-154,268],[-242,95]],[[54084,75213],[-179,104],[-120,232]],[[59922,70666],[309,-228],[544,613]],[[60887,70350],[-53,-87],[-556,-289],[277,-575],[-92,-98],[-46,-193],[-212,-80],[-66,-207],[-120,-177],[-310,91]],[[59832,69963],[41,169],[0,352]],[[69711,76170],[-159,-107],[-367,-401],[-121,-412],[-104,-4],[-76,273],[-353,18],[-57,472],[-135,4],[21,578],[-333,421],[-476,-45],[-326,-84],[-265,519],[-227,218],[-431,412],[-52,50],[-715,-340],[11,-2124]],[[65546,75618],[-142,-28],[-195,452],[-188,161],[-315,-120],[-123,-191]],[[63639,78550],[-142,93],[29,296],[-177,385],[-207,-16],[-235,391],[160,436],[-81,118],[222,632],[285,-334],[35,421],[573,626],[434,15],[612,-399],[329,-233],[295,243],[440,12],[356,-298],[80,170],[391,-24],[69,272],[-450,396],[267,281],[-52,157],[266,150],[-200,394],[127,197],[1039,200],[136,142],[695,213],[250,239],[499,-124],[88,-597],[290,140],[356,-197],[-23,-314],[267,33],[696,543],[-102,-180],[355,-445],[620,-1463],[148,302],[383,-332],[399,148],[154,-104],[133,-332],[194,-112],[119,-244],[358,77],[147,-353]],[[72294,76218],[-171,84],[-140,207],[-412,61],[-461,15],[-100,-63],[-396,242],[-158,-119],[-43,-340],[-457,198],[-183,-81],[-62,-252]],[[60889,49136],[-399,576],[-19,334],[-1007,1173],[-47,63]],[[59417,51282],[-3,611],[80,233],[137,381],[101,420],[-123,661],[-32,289],[-132,400]],[[59445,54277],[171,344],[188,379]],[[61626,54086],[-243,-653],[3,-2098],[165,-475]],[[70465,74537],[-526,-87],[-343,187],[-301,-45],[26,332],[303,-96],[101,177]],[[69725,75005],[212,-56],[355,414],[-329,304],[-198,-144],[-205,217],[234,373],[-83,57]],[[78495,58847],[-66,696],[178,479],[359,110],[261,-83]],[[79227,60049],[229,-226],[126,397],[246,-212]],[[79828,60008],[64,-384],[-34,-690],[-467,-443],[122,-349],[-292,-42],[-240,-232]],[[85134,71634],[-31,313],[51,432],[-122,600]],[[85048,73569],[17,52],[124,-21],[108,260],[197,28],[118,38],[40,139]],[[55575,76355],[52,129]],[[55627,76484],[66,42],[38,191],[50,32],[40,-81],[52,-36],[36,-92],[46,-27],[54,-107],[39,3],[-31,-140],[-33,-68],[9,-43]],[[55993,76158],[-62,-23],[-164,-89],[-13,-118],[-35,5]],[[63448,68272],[-196,-15],[-69,274],[-248,56]],[[79227,60049],[90,260],[12,487],[-224,502],[-18,568],[-211,468],[-210,40],[-56,-201],[-163,-17],[-83,102],[-293,-344],[-6,517],[68,606],[-188,27],[-16,346],[-120,178]],[[77809,63588],[59,212],[237,374]],[[78380,64766],[162,-454],[125,-524],[342,-4],[108,-502],[-178,-151],[-80,-207],[333,-345],[231,-680],[175,-508],[210,-400],[70,-407],[-50,-576]],[[59999,71781],[125,-30],[45,-226],[-151,-217],[-68,-315]],[[46822,55737],[66,184],[15,168],[126,313],[129,268]],[[54125,64996],[-197,-214],[-156,316],[-439,248]],[[52633,69283],[136,133],[24,244],[-30,238],[191,222],[86,185],[135,165],[16,442]],[[55437,69409],[133,264],[-65,442]],[[56944,64499],[0,-1150],[-320,-2],[-3,-242]],[[56621,63105],[-1108,1103],[-1108,1103],[-280,-315]],[[58049,35154],[96,-173],[-85,-281],[-47,-187],[-155,-90],[-51,-184],[-99,-58],[-209,443],[148,365],[151,225],[130,118],[121,-178]],[[56314,83116],[-23,147],[30,157],[-123,92],[-291,100]],[[55907,83612],[-59,485]],[[55848,84097],[318,176],[466,-37],[273,57],[39,-120],[148,-37],[267,-279]],[[56523,82877],[-67,177],[-142,62]],[[56700,84669],[53,442]],[[57579,84928],[134,-133],[24,-279],[89,-340]],[[47592,67756],[-42,0],[7,-308],[-172,-19],[-90,-131],[-126,0],[-100,75],[-234,-62],[-91,-449],[-86,-42],[-131,-726],[-386,-621],[-92,-796],[-114,-258],[-33,-208],[-625,-46],[-5,1]],[[46350,67747],[5,8],[139,221]],[[46753,68040],[218,393],[140,154]],[[57394,79599],[66,85],[185,57],[204,-180],[115,-21],[125,-155],[-20,-195],[101,-95],[40,-240],[97,-147],[-19,-86],[52,-58],[-74,-43],[-164,17],[-27,80],[-58,-46],[20,-103],[-76,-184],[-49,-197],[-70,-63]],[[57842,78025],[-50,263],[30,246],[-9,253],[-160,342],[-89,243],[-86,171],[-84,56]],[[23016,66727],[-107,-505]],[[19117,67920],[-162,303],[-130,281]],[[19608,65285],[-6,-104],[-117,-211]],[[19362,65323],[-181,328],[-201,278]],[[18482,67245],[-37,-75],[-70,151]],[[17464,70566],[316,44],[353,63],[-26,-113],[419,-280],[634,-406],[552,5],[221,0],[0,237],[481,0],[102,-204],[142,-182],[165,-253],[92,-301],[69,-317],[144,-174],[230,-172],[175,455],[227,11],[196,-230],[139,-394],[96,-338],[164,-328],[61,-403],[78,-271],[217,-178],[197,-127],[108,17]],[[55993,76158],[95,33],[128,10]],[[46619,60247],[93,105],[47,339],[88,13],[194,-160],[157,114],[107,-38],[42,128],[1114,8],[62,404],[-48,71],[-134,2485],[-134,2485],[425,11]],[[51185,62860],[1,-1326],[-152,-384],[-24,-355],[-247,-92],[-379,-49],[-102,-205],[-178,-22]],[[46801,58995],[13,179],[-24,223],[-104,162],[-54,330],[-13,358]],[[76989,61578],[-183,-289],[-315,-410]],[[77809,63588],[-159,-134],[-162,-249],[-196,-26],[-127,-623],[-117,-104],[134,-506],[177,-420],[113,-380],[-101,-501],[-96,-106],[66,-289],[185,-458],[32,-321],[-4,-268],[108,-525],[-152,-537],[-135,-591]],[[55380,75946],[-58,44]],[[55338,76894],[74,-99],[40,-80],[91,-62],[106,-119],[-22,-50]],[[74375,80219],[292,99],[530,496],[423,271],[242,-176],[289,-9],[186,-269],[277,-21],[402,-144],[270,401],[-113,339],[288,596],[311,-238],[252,-67],[327,-148],[53,-432],[394,-242],[263,107],[351,75],[279,-76],[272,-276],[168,-295],[258,6],[350,-94],[255,143],[366,96],[407,405],[166,-62],[146,-193],[331,48]],[[59599,45195],[209,47],[334,-163],[73,73],[193,15],[99,173],[167,-10],[303,224],[221,334]],[[59119,36429],[-211,5]],[[58908,36434],[-24,254],[-41,259]],[[58843,36947],[-23,206],[49,642],[-72,410],[-133,810]],[[58664,39015],[292,654],[74,415],[42,52],[31,339],[-45,171],[12,430],[54,400],[0,728],[-145,185],[-132,42],[-60,143],[-128,121],[-232,-11],[-18,215]],[[58409,42899],[-26,410],[843,474]],[[59226,43783],[159,-276],[77,53],[110,-146],[16,-231],[-59,-268],[21,-405],[181,-356],[85,399],[120,122],[-24,740],[-116,417],[-100,185],[-97,-8],[-77,748],[77,438]],[[46619,60247],[-184,395],[-168,424],[-184,153],[-133,169],[-155,-6],[-135,-126],[-138,50],[-96,-185]],[[45402,61432],[78,283],[34,543]],[[45260,63923],[60,192],[1088,-4],[-53,832],[68,296],[261,51],[-9,1474],[911,-30],[1,872]],[[59226,43783],[-147,149],[85,535],[87,201],[-53,477],[56,467],[47,156],[-71,489],[-131,257]],[[59099,46514],[273,-108],[55,-159],[95,-269],[77,-783]],[[77801,55552],[48,103],[227,-252],[22,-296],[183,69],[91,236]],[[56448,41738],[228,131],[180,-33],[109,-130],[2,-48]],[[55526,37566],[0,-2127],[-248,-294],[-149,-42],[-175,108],[-125,42],[-47,247],[-109,157],[-133,-284]],[[54125,64996],[68,-895],[104,-150],[4,-183],[116,-198],[-60,-248],[-107,-1168],[-15,-749],[-354,-543],[-120,-759],[115,-213],[0,-371],[178,-13],[-28,-271]],[[53939,59018],[-52,-12],[-188,630],[-65,23],[-217,-322],[-215,168],[-150,34],[-80,-81],[-163,17],[-164,-245],[-141,-14],[-337,298],[-131,-142],[-142,10],[-104,218],[-279,214],[-298,-68],[-72,-124],[-39,-331],[-80,-233],[-19,-514]],[[58639,91887],[-473,-231],[-224,-54]],[[55734,91626],[-172,-23],[-41,-379],[-523,92],[-74,-321],[-267,2],[-183,-409],[-278,-639],[-431,-810],[101,-197],[-97,-228],[-275,10],[-180,-540],[17,-765],[177,-292],[-92,-677],[-231,-395],[-122,-332]],[[52328,85411],[-371,-135],[-384,293]],[[65634,62124],[-173,4],[-109,-145]],[[64752,61418],[-91,403],[-217,950]],[[64444,62771],[833,576],[185,1152],[-127,408]],[[65945,65581],[203,-76],[165,-105]],[[28366,55989],[-93,166],[-59,311]],[[27661,56017],[-130,-29],[-48,344],[-36,-98]],[[27801,57192],[95,172],[153,-33]],[[28408,56982],[105,-159]],[[54111,82956],[434,266],[350,195]],[[55461,83172],[342,-65],[511,9]],[[56535,81532],[139,-502],[-29,-162],[-138,-67],[-252,-479],[71,-259],[-60,34]],[[56266,80097],[-264,221],[-200,-81],[-131,59],[-165,-123],[-140,204],[-114,-78],[-16,34]],[[86288,76244],[39,-101]],[[84641,73775],[76,254],[66,67]],[[84783,74096],[-25,105],[71,311]],[[47420,73919],[-67,218],[22,377]],[[64274,66012],[-77,-41],[-84,114]],[[56308,79404],[120,123],[172,-64],[178,-2],[129,-141],[95,89],[205,55],[69,135],[118,0]],[[57842,78025],[124,-106],[131,93],[126,-99]],[[58229,77764],[-135,-124],[-84,54]],[[56293,77303],[-51,101],[65,97],[-69,72],[-87,-129],[-162,167],[-22,237],[-169,136],[-31,183],[-151,226]],[[55524,83426],[383,186]],[[0,92620],[99999,0]],[[97313,86314],[-397,399],[-724,-453],[-126,214]],[[93543,84865],[14,269],[432,129]],[[95686,87851],[-337,-49],[-167,-474]],[[90412,86e3],[-914,-171],[-899,-1124]],[[87534,83347],[438,-73],[136,-360]],[[63219,76972],[-27,-388],[303,-678]],[[60620,78459],[-156,227],[410,236],[-8,125]],[[60617,78955],[9,255],[143,161],[269,42],[44,192],[-62,318],[113,302],[-3,169],[-410,187],[-162,-6],[-172,270],[-213,-92],[-352,203],[6,113],[-99,250],[-222,28],[-23,178],[70,117],[-178,326],[-288,-56],[-84,29],[-70,-131],[-104,24]],[[59670,89780],[18,-267],[18,-589]],[[60317,88878],[-168,248],[177,218]],[[60998,88986],[233,140],[-186,422]],[[62654,90740],[1,-321],[219,-197]],[[63371,90714],[580,274],[970,495]],[[69038,93255],[183,523],[206,114]],[[69427,93892],[736,-152],[57,-320]],[[70220,93420],[-263,-468],[173,-183]],[[72363,94242],[483,116],[669,-25]],[[73891,94709],[321,378],[319,16]],[[75805,95466],[93,157],[729,54]],[[81143,94322],[251,109],[141,-369]],[[88852,92998],[-201,534],[367,250]],[[98811,92070],[799,-275],[-99610,-251]],[[0,89250],[0,-3]],[[58449,51176],[110,-325],[-16,-339],[-80,-73]],[[58216,51057],[67,-59],[166,178]],[[61883,61244],[-37,246],[-83,173]],[[59899,67595],[-141,395],[-139,-2]],[[63694,67644],[47,-203],[190,-242]],[[64444,62771],[-801,-221],[-259,-259],[-199,-604],[-130,-96],[-70,191],[-106,-28],[-269,57],[-50,58],[-321,-13],[-75,-52],[-114,149],[-74,-283],[28,-243],[-121,-183]],[[59434,57280],[-39,11],[5,287],[-33,197],[-143,228],[-34,415],[34,425],[-129,40],[-19,-129],[-167,-29],[67,-169],[23,-346],[-152,-316],[-138,-415],[-144,-59],[-233,336],[-105,-119],[-29,-168],[-143,-109],[-9,-118],[-277,0],[-38,118],[-200,20],[-100,-99],[-77,50],[-143,336],[-48,158],[-200,-79],[-76,-267],[-72,-514],[-95,-109],[-85,-63]],[[56635,56793],[-23,27]],[[56351,58246],[3,140],[-102,169],[-3,335],[-58,222],[-98,-33],[28,211],[72,240],[-32,239],[92,176],[-58,135],[73,355],[127,425],[240,-41],[-14,2286]],[[59433,57348],[1,-68]],[[59434,57280],[3,-449]],[[59445,54277],[-171,-265],[-195,1],[-224,-135],[-176,129],[-115,-157]],[[56824,56568],[-189,225]],[[63438,58380],[158,20]],[[63596,58400],[-2,-9],[-1,-237],[0,-581],[0,-301],[-125,-353],[-194,-481]],[[62934,53474],[-278,-467],[-415,-571]],[[63596,58400],[89,12]],[[34889,54255],[109,-341],[-49,-248],[-24,-263],[-71,-242]],[[56266,80097],[-77,-150],[-55,-232]],[[58908,36434],[-56,-256],[-163,-62],[-166,312],[-2,199],[76,216],[26,168],[80,41],[140,-105]],[[60041,72458],[74,126],[75,127],[15,321],[91,-112],[306,160],[147,-108],[229,1],[320,217],[149,-10],[316,89]],[[50518,55366],[-224,-122]],[[68841,73220],[156,583],[-60,429],[-204,137],[72,254],[232,-27],[132,318],[89,370],[371,134],[-58,-267],[40,-161],[114,15]],[[65546,75618],[313,8],[-45,290],[237,199],[234,334],[374,-304],[30,-460],[106,-118],[301,27],[93,-105],[137,-593],[317,-398],[181,-271],[291,-282],[369,-247],[-7,-352]],[[52339,73106],[302,232],[195,-69]],[[57310,73833],[135,447],[-176,276]],[[57269,74556],[308,550],[428,23],[117,438]],[[58651,75491],[334,373],[324,163]],[[60889,49136],[-128,-710],[16,-326]],[[59099,46514],[-157,172],[-177,97],[-111,97],[-116,146]],[[58449,51176],[98,69],[304,-7],[566,44]],[[60092,77809],[-304,-100],[-377,-333]],[[33939,31983],[-169,319]],[[30523,76986],[-147,-342],[-47,-129]],[[29077,74266],[69,-103],[5,-217]],[[28797,73761],[-183,90],[191,-185]],[[27408,66595],[-105,132],[-148,496]],[[27026,67663],[-42,225],[57,383]],[[27041,68271],[-77,316],[-217,482]],[[25227,69288],[-114,-90],[50,-153]],[[24957,68598],[-202,17],[-207,305]],[[16564,71667],[-71,93],[-33,316]],[[15496,76016],[-89,441],[109,543]],[[15516,77e3],[34,523],[33,522]],[[15533,78818],[-88,492],[-80,268]],[[15948,78951],[69,152],[-45,472]],[[13587,83606],[-245,183],[-78,503]],[[8164,86018],[-308,-122],[-39,339]],[[4226,83160],[-43,96],[304,270]],[[3654,89313],[-351,334],[390,241]],[[3832,91498],[493,19],[350,262]],[[31057,57908],[249,-6],[297,60]],[[33102,57232],[45,-462],[144,13],[109,-135]],[[62539,59289],[-43,-146],[-137,12],[-89,-78]],[[57838,32957],[-210,-262],[-290,-224]],[[56553,32368],[-168,-71],[-115,31]],[[55331,31983],[-94,10],[-120,258]],[[58175,39107],[113,-6],[134,-97],[94,69],[148,-58]],[[58409,42899],[-210,-79],[-159,-230],[-33,-199],[-100,-46],[-241,-473],[-154,-373],[-94,-13],[-90,66],[-311,63]]], +transform:{scale:[.0036000360003600037,.001736468664686647],translate:[-180,-90]}}}}); \ No newline at end of file diff --git a/dist-amd/map/us-counties.js b/dist-amd/map/us-counties.js new file mode 100644 index 0000000000..144719a144 --- /dev/null +++ b/dist-amd/map/us-counties.js @@ -0,0 +1,11 @@ +!function(o,y){"function"==typeof define&&define.amd?define([],y):o.map_usCounties=y()}(this,function(){return{stateNames:{1:{name:"Alabama",code:"AL"},2:{name:"Alaska",code:"AK"},4:{name:"Arizona",code:"AZ"},5:{name:"Arkansas",code:"AR"},6:{name:"California",code:"CA"},8:{name:"Colorado",code:"CO"},9:{name:"Connecticut",code:"CT"},10:{name:"Delaware",code:"DE"},11:{name:"District of Columbia",code:"DC"},12:{name:"Florida",code:"FL"},13:{name:"Georgia",code:"GA"},15:{name:"Hawaii",code:"HI"},16:{name:"Idaho",code:"ID"},17:{name:"Illinois",code:"IL"},18:{name:"Indiana",code:"IN"},19:{name:"Iowa",code:"IA"},20:{name:"Kansas",code:"KS"},21:{name:"Kentucky",code:"KY"},22:{name:"Louisiana",code:"LA"},23:{name:"Maine",code:"ME"},24:{name:"Maryland",code:"MD"},25:{name:"Massachusetts",code:"MA"},26:{name:"Michigan",code:"MI"},27:{name:"Minnesota",code:"MN"},28:{name:"Mississippi",code:"MS"},29:{name:"Missouri",code:"MO"},30:{name:"Montana",code:"MT"},31:{name:"Nebraska",code:"NE"},32:{name:"Nevada",code:"NV"},33:{name:"New Hampshire",code:"NH"},34:{name:"New Jersey",code:"NJ"},35:{name:"New Mexico",code:"NM"},36:{name:"New York",code:"NY"},37:{name:"North Carolina",code:"NC"},38:{name:"North Dakota",code:"ND"},39:{name:"Ohio",code:"OH"},40:{name:"Oklahoma",code:"OK"},41:{name:"Oregon",code:"OR"},42:{name:"Pennsylvania",code:"PA"},44:{name:"Rhode Island",code:"RI"},45:{name:"South Carolina",code:"SC"},46:{name:"South Dakota",code:"SD"},47:{name:"Tennessee",code:"TN"},48:{name:"Texas",code:"TX"},49:{name:"Utah",code:"UT"},50:{name:"Vermont",code:"VT"},51:{name:"Virginia",code:"VA"},53:{name:"Washington",code:"WA"},54:{name:"West Virginia",code:"WV"},55:{name:"Wisconsin",code:"WI"},56:{name:"Wyoming",code:"WY"},60:{name:"American Samoa",code:"AS"},66:{name:"Guam",code:"GU"},69:{name:"Northern Mariana Islands",code:"MP"},72:{name:"Puerto Rico",code:"PR"},78:{name:"Virgin Islands",code:"VI"}},countyNames:{1001:"AUTAUGA",1003:"BALDWIN",1005:"BARBOUR",1007:"BIBB",1009:"BLOUNT",1011:"BULLOCK",1013:"BUTLER",1015:"CALHOUN",1017:"CHAMBERS",1019:"CHEROKEE",1021:"CHILTON",1023:"CHOCTAW",1025:"CLARKE",1027:"CLAY",1029:"CLEBURNE",1031:"COFFEE",1033:"COLBERT",1035:"CONECUH",1037:"COOSA",1039:"COVINGTON",1041:"CRENSHAW",1043:"CULLMAN",1045:"DALE",1047:"DALLAS",1049:"DEKALB",1051:"ELMORE",1053:"ESCAMBIA",1055:"ETOWAH",1057:"FAYETTE",1059:"FRANKLIN",1061:"GENEVA",1063:"GREENE",1065:"HALE",1067:"HENRY",1069:"HOUSTON",1071:"JACKSON",1073:"JEFFERSON",1075:"LAMAR",1077:"LAUDERDALE",1079:"LAWRENCE",1081:"LEE",1083:"LIMESTONE",1085:"LOWNDES",1087:"MACON",1089:"MADISON",1091:"MARENGO",1093:"MARION",1095:"MARSHALL",1097:"MOBILE",1099:"MONROE",1101:"MONTGOMERY",1103:"MORGAN",1105:"PERRY",1107:"PICKENS",1109:"PIKE",1111:"RANDOLPH",1113:"RUSSELL",1115:"ST. CLAIR",1117:"SHELBY",1119:"SUMTER",1121:"TALLADEGA",1123:"TALLAPOOSA",1125:"TUSCALOOSA",1127:"WALKER",1129:"WASHINGTON",1131:"WILCOX",1133:"WINSTON",2013:"ALEUTIANS EAST",2016:"ALEUTIANS WEST",2020:"ANCHORAGE",2050:"BETHEL",2060:"BRISTOL BAY",2068:"DENALI",2070:"DILLINGHAM",2090:"FAIRBANKS",2100:"HAINES",2110:"JUNEAU",2122:"KENAI",2130:"KETCHIKAN GATEWAY",2150:"KODIAK ISLAND",2164:"LAKE AND PENINSULA",2170:"MATANUSKA-SUSITNA BOROUGH",2180:"NOME",2185:"NORTH SLOPE",2188:"NORTHWEST ARCTIC",2201:"PRINCE OF WALES-OUTER KETCHIKAN",2220:"SITKA",2232:"SKAGWAY-HOONAH-ANGOON",2240:"SOUTHEAST FAIRBANKS",2261:"VALDEZ-CORDOVA",2270:"WADE HAMPTON",2280:"WRANGELL-PETERSBURG",2282:"YAKUTAT",2290:"YUKON-KOYUKUK",4001:"APACHE",4003:"COCHISE",4005:"COCONINO",4007:"GILA",4009:"GRAHAM",4011:"GREENLEE",4012:"LA PAZ",4013:"MARICOPA",4015:"MOHAVE",4017:"NAVAJO",4019:"PIMA",4021:"PINAL",4023:"SANTA CRUZ",4025:"YAVAPAI",4027:"YUMA",5001:"ARKANSAS",5003:"ASHLEY",5005:"BAXTER",5007:"BENTON",5009:"BOONE",5011:"BRADLEY",5013:"CALHOUN",5015:"CARROLL",5017:"CHICOT",5019:"CLARK",5021:"CLAY",5023:"CLEBURNE",5025:"CLEVELAND",5027:"COLUMBIA",5029:"CONWAY",5031:"CRAIGHEAD",5033:"CRAWFORD",5035:"CRITTENDEN",5037:"CROSS",5039:"DALLAS",5041:"DESHA",5043:"DREW",5045:"FAULKNER",5047:"FRANKLIN",5049:"FULTON",5051:"GARLAND",5053:"GRANT",5055:"GREENE",5057:"HEMPSTEAD",5059:"HOT SPRING",5061:"HOWARD",5063:"INDEPENDENCE",5065:"IZARD",5067:"JACKSON",5069:"JEFFERSON",5071:"JOHNSON",5073:"LAFAYETTE",5075:"LAWRENCE",5077:"LEE",5079:"LINCOLN",5081:"LITTLE RIVER",5083:"LOGAN",5085:"LONOKE",5087:"MADISON",5089:"MARION",5091:"MILLER",5093:"MISSISSIPPI",5095:"MONROE",5097:"MONTGOMERY",5099:"NEVADA",5101:"NEWTON",5103:"OUACHITA",5105:"PERRY",5107:"PHILLIPS",5109:"PIKE",5111:"POINSETT",5113:"POLK",5115:"POPE",5117:"PRAIRIE",5119:"PULASKI",5121:"RANDOLPH",5123:"ST. FRANCIS",5125:"SALINE",5127:"SCOTT",5129:"SEARCY",5131:"SEBASTIAN",5133:"SEVIER",5135:"SHARP",5137:"STONE",5139:"UNION",5141:"VAN BUREN",5143:"WASHINGTON",5145:"WHITE",5147:"WOODRUFF",5149:"YELL",6001:"ALAMEDA",6003:"ALPINE",6005:"AMADOR",6007:"BUTTE",6009:"CALAVERAS",6011:"COLUSA",6013:"CONTRA COSTA",6015:"DEL NORTE",6017:"EL DORADO",6019:"FRESNO",6021:"GLENN",6023:"HUMBOLDT",6025:"IMPERIAL",6027:"INYO",6029:"KERN",6031:"KINGS",6033:"LAKE",6035:"LASSEN",6037:"LOS ANGELES",6039:"MADERA",6041:"MARIN",6043:"MARIPOSA",6045:"MENDOCINO",6047:"MERCED",6049:"MODOC",6051:"MONO",6053:"MONTEREY",6055:"NAPA",6057:"NEVADA",6059:"ORANGE",6061:"PLACER",6063:"PLUMAS",6065:"RIVERSIDE",6067:"SACRAMENTO",6069:"SAN BENITO",6071:"SAN BERNARDINO",6073:"SAN DIEGO",6075:"SAN FRANCISCO",6077:"SAN JOAQUIN",6079:"SAN LUIS OBISPO",6081:"SAN MATEO",6083:"SANTA BARBARA",6085:"SANTA CLARA",6087:"SANTA CRUZ",6089:"SHASTA",6091:"SIERRA",6093:"SISKIYOU",6095:"SOLANO",6097:"SONOMA",6099:"STANISLAUS",6101:"SUTTER",6103:"TEHAMA",6105:"TRINITY",6107:"TULARE",6109:"TUOLUMNE",6111:"VENTURA",6113:"YOLO",6115:"YUBA",8001:"ADAMS",8003:"ALAMOSA",8005:"ARAPAHOE",8007:"ARCHULETA",8009:"BACA",8011:"BENT",8013:"BOULDER",8014:"BROOMFIELD",8015:"CHAFFEE",8017:"CHEYENNE",8019:"CLEAR CREEK",8021:"CONEJOS",8023:"COSTILLA",8025:"CROWLEY",8027:"CUSTER",8029:"DELTA",8031:"DENVER",8033:"DOLORES",8035:"DOUGLAS",8037:"EAGLE",8039:"ELBERT",8041:"EL PASO",8043:"FREMONT",8045:"GARFIELD",8047:"GILPIN",8049:"GRAND",8051:"GUNNISON",8053:"HINSDALE",8055:"HUERFANO",8057:"JACKSON",8059:"JEFFERSON",8061:"KIOWA",8063:"KIT CARSON",8065:"LAKE",8067:"LA PLATA",8069:"LARIMER",8071:"LAS ANIMAS",8073:"LINCOLN",8075:"LOGAN",8077:"MESA",8079:"MINERAL",8081:"MOFFAT",8083:"MONTEZUMA",8085:"MONTROSE",8087:"MORGAN",8089:"OTERO",8091:"OURAY",8093:"PARK",8095:"PHILLIPS",8097:"PITKIN",8099:"PROWERS",8101:"PUEBLO",8103:"RIO BLANCO",8105:"RIO GRANDE",8107:"ROUTT",8109:"SAGUACHE",8111:"SAN JUAN",8113:"SAN MIGUEL",8115:"SEDGWICK",8117:"SUMMIT",8119:"TELLER",8121:"WASHINGTON",8123:"WELD",8125:"YUMA",9001:"FAIRFIELD",9003:"HARTFORD",9005:"LITCHFIELD",9007:"MIDDLESEX",9009:"NEW HAVEN",9011:"NEW LONDON",9013:"TOLLAND",9015:"WINDHAM",10001:"KENT",10003:"NEW CASTLE",10005:"SUSSEX",11001:"DISTRICT OF COLUMBIA",12001:"ALACHUA",12003:"BAKER",12005:"BAY",12007:"BRADFORD",12009:"BREVARD",12011:"BROWARD",12013:"CALHOUN",12015:"CHARLOTTE",12017:"CITRUS",12019:"CLAY",12021:"COLLIER",12023:"COLUMBIA",12025:"DADE",12027:"DESOTO",12029:"DIXIE",12031:"DUVAL",12033:"ESCAMBIA",12035:"FLAGLER",12037:"FRANKLIN",12039:"GADSDEN",12041:"GILCHRIST",12043:"GLADES",12045:"GULF",12047:"HAMILTON",12049:"HARDEE",12051:"HENDRY",12053:"HERNANDO",12055:"HIGHLANDS",12057:"HILLSBOROUGH",12059:"HOLMES",12061:"INDIAN RIVER",12063:"JACKSON",12065:"JEFFERSON",12067:"LAFAYETTE",12069:"LAKE",12071:"LEE",12073:"LEON",12075:"LEVY",12077:"LIBERTY",12079:"MADISON",12081:"MANATEE",12083:"MARION",12085:"MARTIN",12086:"MIAMI-DADE",12087:"MONROE",12089:"NASSAU",12091:"OKALOOSA",12093:"OKEECHOBEE",12095:"ORANGE",12097:"OSCEOLA",12099:"PALM BEACH",12101:"PASCO",12103:"PINELLAS",12105:"POLK",12107:"PUTNAM",12109:"ST. JOHNS",12111:"ST. LUCIE",12113:"SANTA ROSA",12115:"SARASOTA",12117:"SEMINOLE",12119:"SUMTER",12121:"SUWANNEE",12123:"TAYLOR",12125:"UNION",12127:"VOLUSIA",12129:"WAKULLA",12131:"WALTON",12133:"WASHINGTON",13001:"APPLING",13003:"ATKINSON",13005:"BACON",13007:"BAKER",13009:"BALDWIN",13011:"BANKS",13013:"BARROW",13015:"BARTOW",13017:"BEN HILL",13019:"BERRIEN",13021:"BIBB",13023:"BLECKLEY",13025:"BRANTLEY",13027:"BROOKS",13029:"BRYAN",13031:"BULLOCH",13033:"BURKE",13035:"BUTTS",13037:"CALHOUN",13039:"CAMDEN",13043:"CANDLER",13045:"CARROLL",13047:"CATOOSA",13049:"CHARLTON",13051:"CHATHAM",13053:"CHATTAHOOCHEE",13055:"CHATTOOGA",13057:"CHEROKEE",13059:"CLARKE",13061:"CLAY",13063:"CLAYTON",13065:"CLINCH",13067:"COBB",13069:"COFFEE",13071:"COLQUITT",13073:"COLUMBIA",13075:"COOK",13077:"COWETA",13079:"CRAWFORD",13081:"CRISP",13083:"DADE",13085:"DAWSON",13087:"DECATUR",13089:"DEKALB",13091:"DODGE",13093:"DOOLY",13095:"DOUGHERTY",13097:"DOUGLAS",13099:"EARLY",13101:"ECHOLS",13103:"EFFINGHAM",13105:"ELBERT",13107:"EMANUEL",13109:"EVANS",13111:"FANNIN",13113:"FAYETTE",13115:"FLOYD",13117:"FORSYTH",13119:"FRANKLIN",13121:"FULTON",13123:"GILMER",13125:"GLASCOCK",13127:"GLYNN",13129:"GORDON",13131:"GRADY",13133:"GREENE",13135:"GWINNETT",13137:"HABERSHAM",13139:"HALL",13141:"HANCOCK",13143:"HARALSON",13145:"HARRIS",13147:"HART",13149:"HEARD",13151:"HENRY",13153:"HOUSTON",13155:"IRWIN",13157:"JACKSON",13159:"JASPER",13161:"JEFF DAVIS",13163:"JEFFERSON",13165:"JENKINS",13167:"JOHNSON",13169:"JONES",13171:"LAMAR",13173:"LANIER",13175:"LAURENS",13177:"LEE",13179:"LIBERTY",13181:"LINCOLN",13183:"LONG",13185:"LOWNDES",13187:"LUMPKIN",13189:"MCDUFFIE",13191:"MCINTOSH",13193:"MACON",13195:"MADISON",13197:"MARION",13199:"MERIWETHER",13201:"MILLER",13205:"MITCHELL",13207:"MONROE",13209:"MONTGOMERY",13211:"MORGAN",13213:"MURRAY",13215:"MUSCOGEE",13217:"NEWTON",13219:"OCONEE",13221:"OGLETHORPE",13223:"PAULDING",13225:"PEACH",13227:"PICKENS",13229:"PIERCE",13231:"PIKE",13233:"POLK",13235:"PULASKI",13237:"PUTNAM",13239:"QUITMAN",13241:"RABUN",13243:"RANDOLPH",13245:"RICHMOND",13247:"ROCKDALE",13249:"SCHLEY",13251:"SCREVEN",13253:"SEMINOLE",13255:"SPALDING",13257:"STEPHENS",13259:"STEWART",13261:"SUMTER",13263:"TALBOT",13265:"TALIAFERRO",13267:"TATTNALL",13269:"TAYLOR",13271:"TELFAIR",13273:"TERRELL",13275:"THOMAS",13277:"TIFT",13279:"TOOMBS",13281:"TOWNS",13283:"TREUTLEN",13285:"TROUP",13287:"TURNER",13289:"TWIGGS",13291:"UNION",13293:"UPSON",13295:"WALKER",13297:"WALTON",13299:"WARE",13301:"WARREN",13303:"WASHINGTON",13305:"WAYNE",13307:"WEBSTER",13309:"WHEELER",13311:"WHITE",13313:"WHITFIELD",13315:"WILCOX",13317:"WILKES",13319:"WILKINSON",13321:"WORTH",15001:"HAWAII",15003:"HONOLULU",15005:"KALAWAO",15007:"KAUAI",15009:"MAUI",16001:"ADA",16003:"ADAMS",16005:"BANNOCK",16007:"BEAR LAKE",16009:"BENEWAH",16011:"BINGHAM",16013:"BLAINE",16015:"BOISE",16017:"BONNER",16019:"BONNEVILLE",16021:"BOUNDARY",16023:"BUTTE",16025:"CAMAS",16027:"CANYON",16029:"CARIBOU",16031:"CASSIA",16033:"CLARK",16035:"CLEARWATER",16037:"CUSTER",16039:"ELMORE",16041:"FRANKLIN",16043:"FREMONT",16045:"GEM",16047:"GOODING",16049:"IDAHO",16051:"JEFFERSON",16053:"JEROME",16055:"KOOTENAI",16057:"LATAH",16059:"LEMHI",16061:"LEWIS",16063:"LINCOLN",16065:"MADISON",16067:"MINIDOKA",16069:"NEZ PERCE",16071:"ONEIDA",16073:"OWYHEE",16075:"PAYETTE",16077:"POWER",16079:"SHOSHONE",16081:"TETON",16083:"TWIN FALLS",16085:"VALLEY",16087:"WASHINGTON",17001:"ADAMS",17003:"ALEXANDER",17005:"BOND",17007:"BOONE",17009:"BROWN",17011:"BUREAU",17013:"CALHOUN",17015:"CARROLL",17017:"CASS",17019:"CHAMPAIGN",17021:"CHRISTIAN",17023:"CLARK",17025:"CLAY",17027:"CLINTON",17029:"COLES",17031:"COOK",17033:"CRAWFORD",17035:"CUMBERLAND",17037:"DEKALB",17039:"DE WITT",17041:"DOUGLAS",17043:"DUPAGE",17045:"EDGAR",17047:"EDWARDS",17049:"EFFINGHAM",17051:"FAYETTE",17053:"FORD",17055:"FRANKLIN",17057:"FULTON",17059:"GALLATIN",17061:"GREENE",17063:"GRUNDY",17065:"HAMILTON",17067:"HANCOCK",17069:"HARDIN",17071:"HENDERSON",17073:"HENRY",17075:"IROQUOIS",17077:"JACKSON",17079:"JASPER",17081:"JEFFERSON",17083:"JERSEY",17085:"JO DAVIESS",17087:"JOHNSON",17089:"KANE",17091:"KANKAKEE",17093:"KENDALL",17095:"KNOX",17097:"LAKE",17099:"LASALLE",17101:"LAWRENCE",17103:"LEE",17105:"LIVINGSTON",17107:"LOGAN",17109:"MCDONOUGH",17111:"MCHENRY",17113:"MCLEAN",17115:"MACON",17117:"MACOUPIN",17119:"MADISON",17121:"MARION",17123:"MARSHALL",17125:"MASON",17127:"MASSAC",17129:"MENARD",17131:"MERCER",17133:"MONROE",17135:"MONTGOMERY",17137:"MORGAN",17139:"MOULTRIE",17141:"OGLE",17143:"PEORIA",17145:"PERRY",17147:"PIATT",17149:"PIKE",17151:"POPE",17153:"PULASKI",17155:"PUTNAM",17157:"RANDOLPH",17159:"RICHLAND",17161:"ROCK ISLAND",17163:"ST. CLAIR",17165:"SALINE",17167:"SANGAMON",17169:"SCHUYLER",17171:"SCOTT",17173:"SHELBY",17175:"STARK",17177:"STEPHENSON",17179:"TAZEWELL",17181:"UNION",17183:"VERMILION",17185:"WABASH",17187:"WARREN",17189:"WASHINGTON",17191:"WAYNE",17193:"WHITE",17195:"WHITESIDE",17197:"WILL",17199:"WILLIAMSON",17201:"WINNEBAGO",17203:"WOODFORD",18001:"ADAMS",18003:"ALLEN",18005:"BARTHOLOMEW",18007:"BENTON",18009:"BLACKFORD",18011:"BOONE",18013:"BROWN",18015:"CARROLL",18017:"CASS",18019:"CLARK",18021:"CLAY",18023:"CLINTON",18025:"CRAWFORD",18027:"DAVIESS",18029:"DEARBORN",18031:"DECATUR",18033:"DEKALB",18035:"DELAWARE",18037:"DUBOIS",18039:"ELKHART",18041:"FAYETTE",18043:"FLOYD",18045:"FOUNTAIN",18047:"FRANKLIN",18049:"FULTON",18051:"GIBSON",18053:"GRANT",18055:"GREENE",18057:"HAMILTON",18059:"HANCOCK",18061:"HARRISON",18063:"HENDRICKS",18065:"HENRY",18067:"HOWARD",18069:"HUNTINGTON",18071:"JACKSON",18073:"JASPER",18075:"JAY",18077:"JEFFERSON",18079:"JENNINGS",18081:"JOHNSON",18083:"KNOX",18085:"KOSCIUSKO",18087:"LAGRANGE",18089:"LAKE",18091:"LAPORTE",18093:"LAWRENCE",18095:"MADISON",18097:"MARION",18099:"MARSHALL",18101:"MARTIN",18103:"MIAMI",18105:"MONROE",18107:"MONTGOMERY",18109:"MORGAN",18111:"NEWTON",18113:"NOBLE",18115:"OHIO",18117:"ORANGE",18119:"OWEN",18121:"PARKE",18123:"PERRY",18125:"PIKE",18127:"PORTER",18129:"POSEY",18131:"PULASKI",18133:"PUTNAM",18135:"RANDOLPH",18137:"RIPLEY",18139:"RUSH",18141:"ST. JOSEPH",18143:"SCOTT",18145:"SHELBY",18147:"SPENCER",18149:"STARKE",18151:"STEUBEN",18153:"SULLIVAN",18155:"SWITZERLAND",18157:"TIPPECANOE",18159:"TIPTON",18161:"UNION",18163:"VANDERBURGH",18165:"VERMILLION",18167:"VIGO",18169:"WABASH",18171:"WARREN",18173:"WARRICK",18175:"WASHINGTON",18177:"WAYNE",18179:"WELLS",18181:"WHITE",18183:"WHITLEY",19001:"ADAIR",19003:"ADAMS",19005:"ALLAMAKEE",19007:"APPANOOSE",19009:"AUDUBON",19011:"BENTON",19013:"BLACK HAWK",19015:"BOONE",19017:"BREMER",19019:"BUCHANAN",19021:"BUENA VISTA",19023:"BUTLER",19025:"CALHOUN",19027:"CARROLL",19029:"CASS",19031:"CEDAR",19033:"CERRO GORDO",19035:"CHEROKEE",19037:"CHICKASAW",19039:"CLARKE",19041:"CLAY",19043:"CLAYTON",19045:"CLINTON",19047:"CRAWFORD",19049:"DALLAS",19051:"DAVIS",19053:"DECATUR",19055:"DELAWARE",19057:"DES MOINES",19059:"DICKINSON",19061:"DUBUQUE",19063:"EMMET",19065:"FAYETTE",19067:"FLOYD",19069:"FRANKLIN",19071:"FREMONT",19073:"GREENE",19075:"GRUNDY",19077:"GUTHRIE",19079:"HAMILTON",19081:"HANCOCK",19083:"HARDIN",19085:"HARRISON",19087:"HENRY",19089:"HOWARD",19091:"HUMBOLDT",19093:"IDA",19095:"IOWA",19097:"JACKSON",19099:"JASPER",19101:"JEFFERSON",19103:"JOHNSON",19105:"JONES",19107:"KEOKUK",19109:"KOSSUTH",19111:"LEE",19113:"LINN",19115:"LOUISA",19117:"LUCAS",19119:"LYON",19121:"MADISON",19123:"MAHASKA",19125:"MARION",19127:"MARSHALL",19129:"MILLS",19131:"MITCHELL",19133:"MONONA",19135:"MONROE",19137:"MONTGOMERY",19139:"MUSCATINE",19141:"O'BRIEN",19143:"OSCEOLA",19145:"PAGE",19147:"PALO ALTO",19149:"PLYMOUTH",19151:"POCAHONTAS",19153:"POLK",19155:"POTTAWATTAMIE",19157:"POWESHIEK",19159:"RINGGOLD",19161:"SAC",19163:"SCOTT",19165:"SHELBY",19167:"SIOUX",19169:"STORY",19171:"TAMA",19173:"TAYLOR",19175:"UNION",19177:"VAN BUREN",19179:"WAPELLO",19181:"WARREN",19183:"WASHINGTON",19185:"WAYNE",19187:"WEBSTER",19189:"WINNEBAGO",19191:"WINNESHIEK",19193:"WOODBURY",19195:"WORTH",19197:"WRIGHT",20001:"ALLEN",20003:"ANDERSON",20005:"ATCHISON",20007:"BARBER",20009:"BARTON",20011:"BOURBON",20013:"BROWN",20015:"BUTLER",20017:"CHASE",20019:"CHAUTAUQUA",20021:"CHEROKEE",20023:"CHEYENNE",20025:"CLARK",20027:"CLAY",20029:"CLOUD",20031:"COFFEY",20033:"COMANCHE",20035:"COWLEY",20037:"CRAWFORD",20039:"DECATUR",20041:"DICKINSON",20043:"DONIPHAN",20045:"DOUGLAS",20047:"EDWARDS",20049:"ELK",20051:"ELLIS",20053:"ELLSWORTH",20055:"FINNEY",20057:"FORD",20059:"FRANKLIN",20061:"GEARY",20063:"GOVE",20065:"GRAHAM",20067:"GRANT",20069:"GRAY",20071:"GREELEY",20073:"GREENWOOD",20075:"HAMILTON",20077:"HARPER",20079:"HARVEY",20081:"HASKELL",20083:"HODGEMAN",20085:"JACKSON",20087:"JEFFERSON",20089:"JEWELL",20091:"JOHNSON",20093:"KEARNY",20095:"KINGMAN",20097:"KIOWA",20099:"LABETTE",20101:"LANE",20103:"LEAVENWORTH",20105:"LINCOLN",20107:"LINN",20109:"LOGAN",20111:"LYON",20113:"MCPHERSON",20115:"MARION",20117:"MARSHALL",20119:"MEADE",20121:"MIAMI",20123:"MITCHELL",20125:"MONTGOMERY",20127:"MORRIS",20129:"MORTON",20131:"NEMAHA",20133:"NEOSHO",20135:"NESS",20137:"NORTON",20139:"OSAGE",20141:"OSBORNE",20143:"OTTAWA",20145:"PAWNEE",20147:"PHILLIPS",20149:"POTTAWATOMIE",20151:"PRATT",20153:"RAWLINS",20155:"RENO",20157:"REPUBLIC",20159:"RICE",20161:"RILEY",20163:"ROOKS",20165:"RUSH",20167:"RUSSELL",20169:"SALINE",20171:"SCOTT",20173:"SEDGWICK",20175:"SEWARD",20177:"SHAWNEE",20179:"SHERIDAN",20181:"SHERMAN",20183:"SMITH",20185:"STAFFORD",20187:"STANTON",20189:"STEVENS",20191:"SUMNER",20193:"THOMAS",20195:"TREGO",20197:"WABAUNSEE",20199:"WALLACE",20201:"WASHINGTON",20203:"WICHITA",20205:"WILSON",20207:"WOODSON",20209:"WYANDOTTE",21001:"ADAIR",21003:"ALLEN",21005:"ANDERSON",21007:"BALLARD",21009:"BARREN",21011:"BATH",21013:"BELL",21015:"BOONE",21017:"BOURBON",21019:"BOYD",21021:"BOYLE",21023:"BRACKEN",21025:"BREATHITT",21027:"BRECKINRIDGE",21029:"BULLITT",21031:"BUTLER",21033:"CALDWELL",21035:"CALLOWAY",21037:"CAMPBELL",21039:"CARLISLE",21041:"CARROLL",21043:"CARTER",21045:"CASEY",21047:"CHRISTIAN",21049:"CLARK",21051:"CLAY",21053:"CLINTON",21055:"CRITTENDEN",21057:"CUMBERLAND",21059:"DAVIESS",21061:"EDMONSON",21063:"ELLIOTT",21065:"ESTILL",21067:"FAYETTE",21069:"FLEMING",21071:"FLOYD",21073:"FRANKLIN",21075:"FULTON",21077:"GALLATIN",21079:"GARRARD",21081:"GRANT",21083:"GRAVES",21085:"GRAYSON",21087:"GREEN",21089:"GREENUP",21091:"HANCOCK",21093:"HARDIN",21095:"HARLAN",21097:"HARRISON",21099:"HART",21101:"HENDERSON",21103:"HENRY",21105:"HICKMAN",21107:"HOPKINS",21109:"JACKSON",21111:"JEFFERSON",21113:"JESSAMINE",21115:"JOHNSON",21117:"KENTON",21119:"KNOTT",21121:"KNOX",21123:"LARUE",21125:"LAUREL",21127:"LAWRENCE",21129:"LEE",21131:"LESLIE",21133:"LETCHER",21135:"LEWIS",21137:"LINCOLN",21139:"LIVINGSTON",21141:"LOGAN",21143:"LYON",21145:"MCCRACKEN",21147:"MCCREARY",21149:"MCLEAN",21151:"MADISON",21153:"MAGOFFIN",21155:"MARION",21157:"MARSHALL",21159:"MARTIN",21161:"MASON",21163:"MEADE",21165:"MENIFEE",21167:"MERCER",21169:"METCALFE",21171:"MONROE",21173:"MONTGOMERY",21175:"MORGAN",21177:"MUHLENBERG",21179:"NELSON",21181:"NICHOLAS",21183:"OHIO",21185:"OLDHAM",21187:"OWEN",21189:"OWSLEY",21191:"PENDLETON",21193:"PERRY",21195:"PIKE",21197:"POWELL",21199:"PULASKI",21201:"ROBERTSON",21203:"ROCKCASTLE",21205:"ROWAN",21207:"RUSSELL",21209:"SCOTT",21211:"SHELBY",21213:"SIMPSON",21215:"SPENCER",21217:"TAYLOR",21219:"TODD",21221:"TRIGG",21223:"TRIMBLE",21225:"UNION",21227:"WARREN",21229:"WASHINGTON",21231:"WAYNE",21233:"WEBSTER",21235:"WHITLEY",21237:"WOLFE",21239:"WOODFORD",22001:"ACADIA",22003:"ALLEN",22005:"ASCENSION",22007:"ASSUMPTION",22009:"AVOYELLES",22011:"BEAUREGARD",22013:"BIENVILLE",22015:"BOSSIER",22017:"CADDO",22019:"CALCASIEU",22021:"CALDWELL",22023:"CAMERON",22025:"CATAHOULA",22027:"CLAIBORNE",22029:"CONCORDIA",22031:"DE SOTO",22033:"EAST BATON ROUGE",22035:"EAST CARROLL",22037:"EAST FELICIANA",22039:"EVANGELINE",22041:"FRANKLIN",22043:"GRANT",22045:"IBERIA",22047:"IBERVILLE",22049:"JACKSON",22051:"JEFFERSON",22053:"JEFFERSON DAVIS",22055:"LAFAYETTE",22057:"LAFOURCHE",22059:"LA SALLE",22061:"LINCOLN",22063:"LIVINGSTON",22065:"MADISON",22067:"MOREHOUSE",22069:"NATCHITOCHES",22071:"ORLEANS",22073:"OUACHITA",22075:"PLAQUEMINES",22077:"POINTE COUPEE",22079:"RAPIDES",22081:"RED RIVER",22083:"RICHLAND",22085:"SABINE",22087:"ST. BERNARD",22089:"ST. CHARLES",22091:"ST. HELENA",22093:"ST. JAMES",22095:"ST. JOHN THE BAPTIST",22097:"ST. LANDRY",22099:"ST. MARTIN",22101:"ST. MARY",22103:"ST. TAMMANY",22105:"TANGIPAHOA",22107:"TENSAS",22109:"TERREBONNE",22111:"UNION",22113:"VERMILION",22115:"VERNON",22117:"WASHINGTON",22119:"WEBSTER",22121:"WEST BATON ROUGE",22123:"WEST CARROLL",22125:"WEST FELICIANA",22127:"WINN",23001:"ANDROSCOGGIN",23003:"AROOSTOOK",23005:"CUMBERLAND",23007:"FRANKLIN",23009:"HANCOCK",23011:"KENNEBEC",23013:"KNOX",23015:"LINCOLN",23017:"OXFORD",23019:"PENOBSCOT",23021:"PISCATAQUIS",23023:"SAGADAHOC",23025:"SOMERSET",23027:"WALDO",23029:"WASHINGTON",23031:"YORK",24001:"ALLEGANY",24003:"ANNE ARUNDEL",24005:"BALTIMORE",24009:"CALVERT",24011:"CAROLINE",24013:"CARROLL",24015:"CECIL",24017:"CHARLES",24019:"DORCHESTER",24021:"FREDERICK",24023:"GARRETT",24025:"HARFORD",24027:"HOWARD",24029:"KENT",24031:"MONTGOMERY",24033:"PRINCE GEORGES",24035:"QUEEN ANNES",24037:"ST. MARY'S",24039:"SOMERSET",24041:"TALBOT",24043:"WASHINGTON",24045:"WICOMICO",24047:"WORCESTER",24510:"BALTIMORE CITY",25001:"BARNSTABLE",25003:"BERKSHIRE",25005:"BRISTOL",25007:"DUKES",25009:"ESSEX",25011:"FRANKLIN",25013:"HAMPDEN",25015:"HAMPSHIRE",25017:"MIDDLESEX",25019:"NANTUCKET",25021:"NORFOLK",25023:"PLYMOUTH",25025:"SUFFOLK",25027:"WORCESTER",26001:"ALCONA",26003:"ALGER",26005:"ALLEGAN",26007:"ALPENA",26009:"ANTRIM",26011:"ARENAC",26013:"BARAGA",26015:"BARRY",26017:"BAY",26019:"BENZIE",26021:"BERRIEN",26023:"BRANCH",26025:"CALHOUN",26027:"CASS",26029:"CHARLEVOIX",26031:"CHEBOYGAN",26033:"CHIPPEWA",26035:"CLARE",26037:"CLINTON",26039:"CRAWFORD",26041:"DELTA",26043:"DICKINSON",26045:"EATON",26047:"EMMET",26049:"GENESEE",26051:"GLADWIN",26053:"GOGEBIC",26055:"GRAND TRAVERSE",26057:"GRATIOT",26059:"HILLSDALE",26061:"HOUGHTON",26063:"HURON",26065:"INGHAM",26067:"IONIA",26069:"IOSCO",26071:"IRON",26073:"ISABELLA",26075:"JACKSON",26077:"KALAMAZOO",26079:"KALKASKA",26081:"KENT",26083:"KEWEENAW",26085:"LAKE",26087:"LAPEER",26089:"LEELANAU",26091:"LENAWEE",26093:"LIVINGSTON",26095:"LUCE",26097:"MACKINAC",26099:"MACOMB",26101:"MANISTEE",26103:"MARQUETTE",26105:"MASON",26107:"MECOSTA",26109:"MENOMINEE",26111:"MIDLAND",26113:"MISSAUKEE",26115:"MONROE",26117:"MONTCALM",26119:"MONTMORENCY",26121:"MUSKEGON",26123:"NEWAYGO",26125:"OAKLAND",26127:"OCEANA",26129:"OGEMAW",26131:"ONTONAGON",26133:"OSCEOLA",26135:"OSCODA",26137:"OTSEGO",26139:"OTTAWA",26141:"PRESQUE ISLE",26143:"ROSCOMMON",26145:"SAGINAW",26147:"ST. CLAIR",26149:"ST. JOSEPH",26151:"SANILAC",26153:"SCHOOLCRAFT",26155:"SHIAWASSEE",26157:"TUSCOLA",26159:"VAN BUREN",26161:"WASHTENAW",26163:"WAYNE",26165:"WEXFORD",27001:"AITKIN",27003:"ANOKA",27005:"BECKER",27007:"BELTRAMI",27009:"BENTON",27011:"BIG STONE",27013:"BLUE EARTH",27015:"BROWN",27017:"CARLTON",27019:"CARVER",27021:"CASS",27023:"CHIPPEWA",27025:"CHISAGO",27027:"CLAY",27029:"CLEARWATER",27031:"COOK",27033:"COTTONWOOD",27035:"CROW WING",27037:"DAKOTA",27039:"DODGE",27041:"DOUGLAS",27043:"FARIBAULT",27045:"FILLMORE",27047:"FREEBORN",27049:"GOODHUE",27051:"GRANT",27053:"HENNEPIN",27055:"HOUSTON",27057:"HUBBARD",27059:"ISANTI",27061:"ITASCA",27063:"JACKSON",27065:"KANABEC",27067:"KANDIYOHI",27069:"KITTSON",27071:"KOOCHICHING",27073:"LAC QUI PARLE",27075:"LAKE",27077:"LAKE OF THE WOODS",27079:"LE SUEUR",27081:"LINCOLN",27083:"LYON",27085:"MCLEOD",27087:"MAHNOMEN",27089:"MARSHALL",27091:"MARTIN",27093:"MEEKER",27095:"MILLE LACS",27097:"MORRISON",27099:"MOWER",27101:"MURRAY",27103:"NICOLLET",27105:"NOBLES",27107:"NORMAN",27109:"OLMSTED",27111:"OTTER TAIL",27113:"PENNINGTON",27115:"PINE",27117:"PIPESTONE",27119:"POLK",27121:"POPE",27123:"RAMSEY",27125:"RED LAKE",27127:"REDWOOD",27129:"RENVILLE",27131:"RICE",27133:"ROCK",27135:"ROSEAU",27137:"ST. LOUIS",27139:"SCOTT",27141:"SHERBURNE",27143:"SIBLEY",27145:"STEARNS",27147:"STEELE",27149:"STEVENS",27151:"SWIFT",27153:"TODD",27155:"TRAVERSE",27157:"WABASHA",27159:"WADENA",27161:"WASECA",27163:"WASHINGTON",27165:"WATONWAN",27167:"WILKIN",27169:"WINONA",27171:"WRIGHT",27173:"YELLOW MEDICINE",28001:"ADAMS",28003:"ALCORN",28005:"AMITE",28007:"ATTALA",28009:"BENTON",28011:"BOLIVAR",28013:"CALHOUN",28015:"CARROLL",28017:"CHICKASAW",28019:"CHOCTAW",28021:"CLAIBORNE",28023:"CLARKE",28025:"CLAY",28027:"COAHOMA",28029:"COPIAH",28031:"COVINGTON",28033:"DESOTO",28035:"FORREST",28037:"FRANKLIN",28039:"GEORGE",28041:"GREENE",28043:"GRENADA",28045:"HANCOCK",28047:"HARRISON",28049:"HINDS",28051:"HOLMES",28053:"HUMPHREYS",28055:"ISSAQUENA",28057:"ITAWAMBA",28059:"JACKSON",28061:"JASPER",28063:"JEFFERSON",28065:"JEFFERSON DAVIS",28067:"JONES",28069:"KEMPER",28071:"LAFAYETTE",28073:"LAMAR",28075:"LAUDERDALE",28077:"LAWRENCE",28079:"LEAKE",28081:"LEE",28083:"LEFLORE",28085:"LINCOLN",28087:"LOWNDES",28089:"MADISON",28091:"MARION",28093:"MARSHALL",28095:"MONROE",28097:"MONTGOMERY",28099:"NESHOBA",28101:"NEWTON",28103:"NOXUBEE",28105:"OKTIBBEHA",28107:"PANOLA",28109:"PEARL RIVER",28111:"PERRY",28113:"PIKE",28115:"PONTOTOC",28117:"PRENTISS",28119:"QUITMAN",28121:"RANKIN",28123:"SCOTT",28125:"SHARKEY",28127:"SIMPSON",28129:"SMITH",28131:"STONE",28133:"SUNFLOWER",28135:"TALLAHATCHIE",28137:"TATE",28139:"TIPPAH",28141:"TISHOMINGO",28143:"TUNICA",28145:"UNION",28147:"WALTHALL",28149:"WARREN",28151:"WASHINGTON",28153:"WAYNE",28155:"WEBSTER",28157:"WILKINSON",28159:"WINSTON",28161:"YALOBUSHA",28163:"YAZOO",29001:"ADAIR",29003:"ANDREW",29005:"ATCHISON",29007:"AUDRAIN",29009:"BARRY",29011:"BARTON",29013:"BATES",29015:"BENTON",29017:"BOLLINGER",29019:"BOONE",29021:"BUCHANAN",29023:"BUTLER",29025:"CALDWELL",29027:"CALLAWAY",29029:"CAMDEN",29031:"CAPE GIRARDEAU",29033:"CARROLL",29035:"CARTER",29037:"CASS",29039:"CEDAR",29041:"CHARITON",29043:"CHRISTIAN",29045:"CLARK",29047:"CLAY",29049:"CLINTON",29051:"COLE",29053:"COOPER",29055:"CRAWFORD",29057:"DADE",29059:"DALLAS",29061:"DAVIESS",29063:"DEKALB",29065:"DENT",29067:"DOUGLAS",29069:"DUNKLIN",29071:"FRANKLIN",29073:"GASCONADE",29075:"GENTRY",29077:"GREENE",29079:"GRUNDY",29081:"HARRISON",29083:"HENRY",29085:"HICKORY",29087:"HOLT",29089:"HOWARD",29091:"HOWELL",29093:"IRON",29095:"JACKSON",29097:"JASPER",29099:"JEFFERSON",29101:"JOHNSON",29103:"KNOX",29105:"LACLEDE",29107:"LAFAYETTE",29109:"LAWRENCE",29111:"LEWIS",29113:"LINCOLN",29115:"LINN",29117:"LIVINGSTON",29119:"MCDONALD",29121:"MACON",29123:"MADISON",29125:"MARIES",29127:"MARION",29129:"MERCER",29131:"MILLER",29133:"MISSISSIPPI",29135:"MONITEAU",29137:"MONROE",29139:"MONTGOMERY",29141:"MORGAN",29143:"NEW MADRID",29145:"NEWTON",29147:"NODAWAY",29149:"OREGON",29151:"OSAGE",29153:"OZARK",29155:"PEMISCOT",29157:"PERRY",29159:"PETTIS",29161:"PHELPS",29163:"PIKE",29165:"PLATTE",29167:"POLK",29169:"PULASKI",29171:"PUTNAM",29173:"RALLS",29175:"RANDOLPH",29177:"RAY",29179:"REYNOLDS",29181:"RIPLEY",29183:"ST. CHARLES",29185:"ST. CLAIR",29186:"STE. GENEVIEVE",29187:"ST. FRANCOIS",29189:"ST. LOUIS",29195:"SALINE",29197:"SCHUYLER",29199:"SCOTLAND",29201:"SCOTT",29203:"SHANNON",29205:"SHELBY",29207:"STODDARD",29209:"STONE",29211:"SULLIVAN",29213:"TANEY",29215:"TEXAS",29217:"VERNON",29219:"WARREN",29221:"WASHINGTON",29223:"WAYNE",29225:"WEBSTER",29227:"WORTH",29229:"WRIGHT",29510:"SAINT LOUIS CITY",30001:"BEAVERHEAD",30003:"BIG HORN",30005:"BLAINE",30007:"BROADWATER",30009:"CARBON",30011:"CARTER",30013:"CASCADE",30015:"CHOUTEAU",30017:"CUSTER",30019:"DANIELS",30021:"DAWSON",30023:"DEER LODGE",30025:"FALLON",30027:"FERGUS",30029:"FLATHEAD",30031:"GALLATIN",30033:"GARFIELD",30035:"GLACIER",30037:"GOLDEN VALLEY",30039:"GRANITE",30041:"HILL",30043:"JEFFERSON",30045:"JUDITH BASIN",30047:"LAKE",30049:"LEWIS AND CLARK",30051:"LIBERTY",30053:"LINCOLN",30055:"MCCONE",30057:"MADISON",30059:"MEAGHER",30061:"MINERAL",30063:"MISSOULA",30065:"MUSSELSHELL",30067:"PARK",30069:"PETROLEUM",30071:"PHILLIPS",30073:"PONDERA",30075:"POWDER RIVER",30077:"POWELL",30079:"PRAIRIE",30081:"RAVALLI",30083:"RICHLAND",30085:"ROOSEVELT",30087:"ROSEBUD",30089:"SANDERS",30091:"SHERIDAN",30093:"SILVER BOW",30095:"STILLWATER",30097:"SWEET GRASS",30099:"TETON",30101:"TOOLE",30103:"TREASURE",30105:"VALLEY",30107:"WHEATLAND",30109:"WIBAUX",30111:"YELLOWSTONE",31001:"ADAMS",31003:"ANTELOPE",31005:"ARTHUR",31007:"BANNER",31009:"BLAINE",31011:"BOONE",31013:"BOX BUTTE",31015:"BOYD",31017:"BROWN",31019:"BUFFALO",31021:"BURT",31023:"BUTLER",31025:"CASS",31027:"CEDAR",31029:"CHASE",31031:"CHERRY",31033:"CHEYENNE",31035:"CLAY",31037:"COLFAX",31039:"CUMING",31041:"CUSTER",31043:"DAKOTA",31045:"DAWES",31047:"DAWSON",31049:"DEUEL",31051:"DIXON",31053:"DODGE",31055:"DOUGLAS",31057:"DUNDY",31059:"FILLMORE",31061:"FRANKLIN",31063:"FRONTIER",31065:"FURNAS",31067:"GAGE",31069:"GARDEN",31071:"GARFIELD",31073:"GOSPER",31075:"GRANT",31077:"GREELEY",31079:"HALL",31081:"HAMILTON",31083:"HARLAN",31085:"HAYES",31087:"HITCHCOCK",31089:"HOLT",31091:"HOOKER",31093:"HOWARD",31095:"JEFFERSON",31097:"JOHNSON",31099:"KEARNEY",31101:"KEITH",31103:"KEYA PAHA",31105:"KIMBALL",31107:"KNOX",31109:"LANCASTER",31111:"LINCOLN",31113:"LOGAN",31115:"LOUP",31117:"MCPHERSON",31119:"MADISON",31121:"MERRICK",31123:"MORRILL",31125:"NANCE",31127:"NEMAHA",31129:"NUCKOLLS",31131:"OTOE",31133:"PAWNEE",31135:"PERKINS",31137:"PHELPS",31139:"PIERCE",31141:"PLATTE",31143:"POLK",31145:"RED WILLOW",31147:"RICHARDSON",31149:"ROCK",31151:"SALINE",31153:"SARPY",31155:"SAUNDERS",31157:"SCOTTS BLUFF",31159:"SEWARD",31161:"SHERIDAN",31163:"SHERMAN",31165:"SIOUX",31167:"STANTON",31169:"THAYER",31171:"THOMAS",31173:"THURSTON",31175:"VALLEY",31177:"WASHINGTON",31179:"WAYNE",31181:"WEBSTER",31183:"WHEELER",31185:"YORK",32001:"CHURCHILL",32003:"CLARK",32005:"DOUGLAS",32007:"ELKO",32009:"ESMERALDA",32011:"EUREKA",32013:"HUMBOLDT",32015:"LANDER",32017:"LINCOLN",32019:"LYON",32021:"MINERAL",32023:"NYE",32027:"PERSHING",32029:"STOREY",32031:"WASHOE",32033:"WHITE PINE",32510:"CARSON CITY",33001:"BELKNAP",33003:"CARROLL",33005:"CHESHIRE",33007:"COOS",33009:"GRAFTON",33011:"HILLSBOROUGH",33013:"MERRIMACK",33015:"ROCKINGHAM",33017:"STRAFFORD",33019:"SULLIVAN",34001:"ATLANTIC",34003:"BERGEN",34005:"BURLINGTON",34007:"CAMDEN",34009:"CAPE MAY",34011:"CUMBERLAND",34013:"ESSEX",34015:"GLOUCESTER",34017:"HUDSON",34019:"HUNTERDON",34021:"MERCER",34023:"MIDDLESEX",34025:"MONMOUTH",34027:"MORRIS",34029:"OCEAN",34031:"PASSAIC",34033:"SALEM",34035:"SOMERSET",34037:"SUSSEX",34039:"UNION",34041:"WARREN",35001:"BERNALILLO",35003:"CATRON",35005:"CHAVES",35006:"CIBOLA",35007:"COLFAX",35009:"CURRY",35011:"DE BACA",35013:"DONA ANA",35015:"EDDY",35017:"GRANT",35019:"GUADALUPE",35021:"HARDING",35023:"HIDALGO",35025:"LEA",35027:"LINCOLN",35028:"LOS ALAMOS",35029:"LUNA",35031:"MCKINLEY",35033:"MORA",35035:"OTERO",35037:"QUAY",35039:"RIO ARRIBA",35041:"ROOSEVELT",35043:"SANDOVAL",35045:"SAN JUAN",35047:"SAN MIGUEL",35049:"SANTA FE",35051:"SIERRA",35053:"SOCORRO",35055:"TAOS",35057:"TORRANCE",35059:"UNION",35061:"VALENCIA",36001:"ALBANY",36003:"ALLEGANY",36005:"BRONX",36007:"BROOME",36009:"CATTARAUGUS",36011:"CAYUGA",36013:"CHAUTAUQUA",36015:"CHEMUNG",36017:"CHENANGO",36019:"CLINTON",36021:"COLUMBIA",36023:"CORTLAND",36025:"DELAWARE",36027:"DUTCHESS",36029:"ERIE",36031:"ESSEX",36033:"FRANKLIN",36035:"FULTON",36037:"GENESEE",36039:"GREENE",36041:"HAMILTON",36043:"HERKIMER",36045:"JEFFERSON",36047:"KINGS",36049:"LEWIS",36051:"LIVINGSTON",36053:"MADISON",36055:"MONROE",36057:"MONTGOMERY",36059:"NASSAU",36061:"NEW YORK",36063:"NIAGARA",36065:"ONEIDA",36067:"ONONDAGA",36069:"ONTARIO",36071:"ORANGE",36073:"ORLEANS",36075:"OSWEGO",36077:"OTSEGO",36079:"PUTNAM",36081:"QUEENS",36083:"RENSSELAER",36085:"RICHMOND",36087:"ROCKLAND",36089:"ST. LAWRENCE",36091:"SARATOGA",36093:"SCHENECTADY",36095:"SCHOHARIE",36097:"SCHUYLER",36099:"SENECA",36101:"STEUBEN",36103:"SUFFOLK",36105:"SULLIVAN",36107:"TIOGA",36109:"TOMPKINS",36111:"ULSTER",36113:"WARREN",36115:"WASHINGTON",36117:"WAYNE",36119:"WESTCHESTER",36121:"WYOMING",36123:"YATES",37001:"ALAMANCE",37003:"ALEXANDER",37005:"ALLEGHANY",37007:"ANSON",37009:"ASHE",37011:"AVERY",37013:"BEAUFORT", +37015:"BERTIE",37017:"BLADEN",37019:"BRUNSWICK",37021:"BUNCOMBE",37023:"BURKE",37025:"CABARRUS",37027:"CALDWELL",37029:"CAMDEN",37031:"CARTERET",37033:"CASWELL",37035:"CATAWBA",37037:"CHATHAM",37039:"CHEROKEE",37041:"CHOWAN",37043:"CLAY",37045:"CLEVELAND",37047:"COLUMBUS",37049:"CRAVEN",37051:"CUMBERLAND",37053:"CURRITUCK",37055:"DARE",37057:"DAVIDSON",37059:"DAVIE",37061:"DUPLIN",37063:"DURHAM",37065:"EDGECOMBE",37067:"FORSYTH",37069:"FRANKLIN",37071:"GASTON",37073:"GATES",37075:"GRAHAM",37077:"GRANVILLE",37079:"GREENE",37081:"GUILFORD",37083:"HALIFAX",37085:"HARNETT",37087:"HAYWOOD",37089:"HENDERSON",37091:"HERTFORD",37093:"HOKE",37095:"HYDE",37097:"IREDELL",37099:"JACKSON",37101:"JOHNSTON",37103:"JONES",37105:"LEE",37107:"LENOIR",37109:"LINCOLN",37111:"MCDOWELL",37113:"MACON",37115:"MADISON",37117:"MARTIN",37119:"MECKLENBURG",37121:"MITCHELL",37123:"MONTGOMERY",37125:"MOORE",37127:"NASH",37129:"NEW HANOVER",37131:"NORTHAMPTON",37133:"ONSLOW",37135:"ORANGE",37137:"PAMLICO",37139:"PASQUOTANK",37141:"PENDER",37143:"PERQUIMANS",37145:"PERSON",37147:"PITT",37149:"POLK",37151:"RANDOLPH",37153:"RICHMOND",37155:"ROBESON",37157:"ROCKINGHAM",37159:"ROWAN",37161:"RUTHERFORD",37163:"SAMPSON",37165:"SCOTLAND",37167:"STANLY",37169:"STOKES",37171:"SURRY",37173:"SWAIN",37175:"TRANSYLVANIA",37177:"TYRRELL",37179:"UNION",37181:"VANCE",37183:"WAKE",37185:"WARREN",37187:"WASHINGTON",37189:"WATAUGA",37191:"WAYNE",37193:"WILKES",37195:"WILSON",37197:"YADKIN",37199:"YANCEY",38001:"ADAMS",38003:"BARNES",38005:"BENSON",38007:"BILLINGS",38009:"BOTTINEAU",38011:"BOWMAN",38013:"BURKE",38015:"BURLEIGH",38017:"CASS",38019:"CAVALIER",38021:"DICKEY",38023:"DIVIDE",38025:"DUNN",38027:"EDDY",38029:"EMMONS",38031:"FOSTER",38033:"GOLDEN VALLEY",38035:"GRAND FORKS",38037:"GRANT",38039:"GRIGGS",38041:"HETTINGER",38043:"KIDDER",38045:"LAMOURE",38047:"LOGAN",38049:"MCHENRY",38051:"MCINTOSH",38053:"MCKENZIE",38055:"MCLEAN",38057:"MERCER",38059:"MORTON",38061:"MOUNTRAIL",38063:"NELSON",38065:"OLIVER",38067:"PEMBINA",38069:"PIERCE",38071:"RAMSEY",38073:"RANSOM",38075:"RENVILLE",38077:"RICHLAND",38079:"ROLETTE",38081:"SARGENT",38083:"SHERIDAN",38085:"SIOUX",38087:"SLOPE",38089:"STARK",38091:"STEELE",38093:"STUTSMAN",38095:"TOWNER",38097:"TRAILL",38099:"WALSH",38101:"WARD",38103:"WELLS",38105:"WILLIAMS",39001:"ADAMS",39003:"ALLEN",39005:"ASHLAND",39007:"ASHTABULA",39009:"ATHENS",39011:"AUGLAIZE",39013:"BELMONT",39015:"BROWN",39017:"BUTLER",39019:"CARROLL",39021:"CHAMPAIGN",39023:"CLARK",39025:"CLERMONT",39027:"CLINTON",39029:"COLUMBIANA",39031:"COSHOCTON",39033:"CRAWFORD",39035:"CUYAHOGA",39037:"DARKE",39039:"DEFIANCE",39041:"DELAWARE",39043:"ERIE",39045:"FAIRFIELD",39047:"FAYETTE",39049:"FRANKLIN",39051:"FULTON",39053:"GALLIA",39055:"GEAUGA",39057:"GREENE",39059:"GUERNSEY",39061:"HAMILTON",39063:"HANCOCK",39065:"HARDIN",39067:"HARRISON",39069:"HENRY",39071:"HIGHLAND",39073:"HOCKING",39075:"HOLMES",39077:"HURON",39079:"JACKSON",39081:"JEFFERSON",39083:"KNOX",39085:"LAKE",39087:"LAWRENCE",39089:"LICKING",39091:"LOGAN",39093:"LORAIN",39095:"LUCAS",39097:"MADISON",39099:"MAHONING",39101:"MARION",39103:"MEDINA",39105:"MEIGS",39107:"MERCER",39109:"MIAMI",39111:"MONROE",39113:"MONTGOMERY",39115:"MORGAN",39117:"MORROW",39119:"MUSKINGUM",39121:"NOBLE",39123:"OTTAWA",39125:"PAULDING",39127:"PERRY",39129:"PICKAWAY",39131:"PIKE",39133:"PORTAGE",39135:"PREBLE",39137:"PUTNAM",39139:"RICHLAND",39141:"ROSS",39143:"SANDUSKY",39145:"SCIOTO",39147:"SENECA",39149:"SHELBY",39151:"STARK",39153:"SUMMIT",39155:"TRUMBULL",39157:"TUSCARAWAS",39159:"UNION",39161:"VAN WERT",39163:"VINTON",39165:"WARREN",39167:"WASHINGTON",39169:"WAYNE",39171:"WILLIAMS",39173:"WOOD",39175:"WYANDOT",40001:"ADAIR",40003:"ALFALFA",40005:"ATOKA",40007:"BEAVER",40009:"BECKHAM",40011:"BLAINE",40013:"BRYAN",40015:"CADDO",40017:"CANADIAN",40019:"CARTER",40021:"CHEROKEE",40023:"CHOCTAW",40025:"CIMARRON",40027:"CLEVELAND",40029:"COAL",40031:"COMANCHE",40033:"COTTON",40035:"CRAIG",40037:"CREEK",40039:"CUSTER",40041:"DELAWARE",40043:"DEWEY",40045:"ELLIS",40047:"GARFIELD",40049:"GARVIN",40051:"GRADY",40053:"GRANT",40055:"GREER",40057:"HARMON",40059:"HARPER",40061:"HASKELL",40063:"HUGHES",40065:"JACKSON",40067:"JEFFERSON",40069:"JOHNSTON",40071:"KAY",40073:"KINGFISHER",40075:"KIOWA",40077:"LATIMER",40079:"LE FLORE",40081:"LINCOLN",40083:"LOGAN",40085:"LOVE",40087:"MCCLAIN",40089:"MCCURTAIN",40091:"MCINTOSH",40093:"MAJOR",40095:"MARSHALL",40097:"MAYES",40099:"MURRAY",40101:"MUSKOGEE",40103:"NOBLE",40105:"NOWATA",40107:"OKFUSKEE",40109:"OKLAHOMA",40111:"OKMULGEE",40113:"OSAGE",40115:"OTTAWA",40117:"PAWNEE",40119:"PAYNE",40121:"PITTSBURG",40123:"PONTOTOC",40125:"POTTAWATOMIE",40127:"PUSHMATAHA",40129:"ROGER MILLS",40131:"ROGERS",40133:"SEMINOLE",40135:"SEQUOYAH",40137:"STEPHENS",40139:"TEXAS",40141:"TILLMAN",40143:"TULSA",40145:"WAGONER",40147:"WASHINGTON",40149:"WASHITA",40151:"WOODS",40153:"WOODWARD",41001:"BAKER",41003:"BENTON",41005:"CLACKAMAS",41007:"CLATSOP",41009:"COLUMBIA",41011:"COOS",41013:"CROOK",41015:"CURRY",41017:"DESCHUTES",41019:"DOUGLAS",41021:"GILLIAM",41023:"GRANT",41025:"HARNEY",41027:"HOOD RIVER",41029:"JACKSON",41031:"JEFFERSON",41033:"JOSEPHINE",41035:"KLAMATH",41037:"LAKE",41039:"LANE",41041:"LINCOLN",41043:"LINN",41045:"MALHEUR",41047:"MARION",41049:"MORROW",41051:"MULTNOMAH",41053:"POLK",41055:"SHERMAN",41057:"TILLAMOOK",41059:"UMATILLA",41061:"UNION",41063:"WALLOWA",41065:"WASCO",41067:"WASHINGTON",41069:"WHEELER",41071:"YAMHILL",42001:"ADAMS",42003:"ALLEGHENY",42005:"ARMSTRONG",42007:"BEAVER",42009:"BEDFORD",42011:"BERKS",42013:"BLAIR",42015:"BRADFORD",42017:"BUCKS",42019:"BUTLER",42021:"CAMBRIA",42023:"CAMERON",42025:"CARBON",42027:"CENTRE",42029:"CHESTER",42031:"CLARION",42033:"CLEARFIELD",42035:"CLINTON",42037:"COLUMBIA",42039:"CRAWFORD",42041:"CUMBERLAND",42043:"DAUPHIN",42045:"DELAWARE",42047:"ELK",42049:"ERIE",42051:"FAYETTE",42053:"FOREST",42055:"FRANKLIN",42057:"FULTON",42059:"GREENE",42061:"HUNTINGDON",42063:"INDIANA",42065:"JEFFERSON",42067:"JUNIATA",42069:"LACKAWANNA",42071:"LANCASTER",42073:"LAWRENCE",42075:"LEBANON",42077:"LEHIGH",42079:"LUZERNE",42081:"LYCOMING",42083:"MCKEAN",42085:"MERCER",42087:"MIFFLIN",42089:"MONROE",42091:"MONTGOMERY",42093:"MONTOUR",42095:"NORTHAMPTON",42097:"NORTHUMBERLAND",42099:"PERRY",42101:"PHILADELPHIA",42103:"PIKE",42105:"POTTER",42107:"SCHUYLKILL",42109:"SNYDER",42111:"SOMERSET",42113:"SULLIVAN",42115:"SUSQUEHANNA",42117:"TIOGA",42119:"UNION",42121:"VENANGO",42123:"WARREN",42125:"WASHINGTON",42127:"WAYNE",42129:"WESTMORELAND",42131:"WYOMING",42133:"YORK",44001:"BRISTOL",44003:"KENT",44005:"NEWPORT",44007:"PROVIDENCE",44009:"WASHINGTON",45001:"ABBEVILLE",45003:"AIKEN",45005:"ALLENDALE",45007:"ANDERSON",45009:"BAMBERG",45011:"BARNWELL",45013:"BEAUFORT",45015:"BERKELEY",45017:"CALHOUN",45019:"CHARLESTON",45021:"CHEROKEE",45023:"CHESTER",45025:"CHESTERFIELD",45027:"CLARENDON",45029:"COLLETON",45031:"DARLINGTON",45033:"DILLON",45035:"DORCHESTER",45037:"EDGEFIELD",45039:"FAIRFIELD",45041:"FLORENCE",45043:"GEORGETOWN",45045:"GREENVILLE",45047:"GREENWOOD",45049:"HAMPTON",45051:"HORRY",45053:"JASPER",45055:"KERSHAW",45057:"LANCASTER",45059:"LAURENS",45061:"LEE",45063:"LEXINGTON",45065:"MCCORMICK",45067:"MARION",45069:"MARLBORO",45071:"NEWBERRY",45073:"OCONEE",45075:"ORANGEBURG",45077:"PICKENS",45079:"RICHLAND",45081:"SALUDA",45083:"SPARTANBURG",45085:"SUMTER",45087:"UNION",45089:"WILLIAMSBURG",45091:"YORK",46003:"AURORA",46005:"BEADLE",46007:"BENNETT",46009:"BON HOMME",46011:"BROOKINGS",46013:"BROWN",46015:"BRULE",46017:"BUFFALO",46019:"BUTTE",46021:"CAMPBELL",46023:"CHARLES MIX",46025:"CLARK",46027:"CLAY",46029:"CODINGTON",46031:"CORSON",46033:"CUSTER",46035:"DAVISON",46037:"DAY",46039:"DEUEL",46041:"DEWEY",46043:"DOUGLAS",46045:"EDMUNDS",46047:"FALL RIVER",46049:"FAULK",46051:"GRANT",46053:"GREGORY",46055:"HAAKON",46057:"HAMLIN",46059:"HAND",46061:"HANSON",46063:"HARDING",46065:"HUGHES",46067:"HUTCHINSON",46069:"HYDE",46071:"JACKSON",46073:"JERAULD",46075:"JONES",46077:"KINGSBURY",46079:"LAKE",46081:"LAWRENCE",46083:"LINCOLN",46085:"LYMAN",46087:"MCCOOK",46089:"MCPHERSON",46091:"MARSHALL",46093:"MEADE",46095:"MELLETTE",46097:"MINER",46099:"MINNEHAHA",46101:"MOODY",46103:"PENNINGTON",46105:"PERKINS",46107:"POTTER",46109:"ROBERTS",46111:"SANBORN",46113:"SHANNON",46115:"SPINK",46117:"STANLEY",46119:"SULLY",46121:"TODD",46123:"TRIPP",46125:"TURNER",46127:"UNION",46129:"WALWORTH",46135:"YANKTON",46137:"ZIEBACH",47001:"ANDERSON",47003:"BEDFORD",47005:"BENTON",47007:"BLEDSOE",47009:"BLOUNT",47011:"BRADLEY",47013:"CAMPBELL",47015:"CANNON",47017:"CARROLL",47019:"CARTER",47021:"CHEATHAM",47023:"CHESTER",47025:"CLAIBORNE",47027:"CLAY",47029:"COCKE",47031:"COFFEE",47033:"CROCKETT",47035:"CUMBERLAND",47037:"DAVIDSON",47039:"DECATUR",47041:"DEKALB",47043:"DICKSON",47045:"DYER",47047:"FAYETTE",47049:"FENTRESS",47051:"FRANKLIN",47053:"GIBSON",47055:"GILES",47057:"GRAINGER",47059:"GREENE",47061:"GRUNDY",47063:"HAMBLEN",47065:"HAMILTON",47067:"HANCOCK",47069:"HARDEMAN",47071:"HARDIN",47073:"HAWKINS",47075:"HAYWOOD",47077:"HENDERSON",47079:"HENRY",47081:"HICKMAN",47083:"HOUSTON",47085:"HUMPHREYS",47087:"JACKSON",47089:"JEFFERSON",47091:"JOHNSON",47093:"KNOX",47095:"LAKE",47097:"LAUDERDALE",47099:"LAWRENCE",47101:"LEWIS",47103:"LINCOLN",47105:"LOUDON",47107:"MCMINN",47109:"MCNAIRY",47111:"MACON",47113:"MADISON",47115:"MARION",47117:"MARSHALL",47119:"MAURY",47121:"MEIGS",47123:"MONROE",47125:"MONTGOMERY",47127:"MOORE",47129:"MORGAN",47131:"OBION",47133:"OVERTON",47135:"PERRY",47137:"PICKETT",47139:"POLK",47141:"PUTNAM",47143:"RHEA",47145:"ROANE",47147:"ROBERTSON",47149:"RUTHERFORD",47151:"SCOTT",47153:"SEQUATCHIE",47155:"SEVIER",47157:"SHELBY",47159:"SMITH",47161:"STEWART",47163:"SULLIVAN",47165:"SUMNER",47167:"TIPTON",47169:"TROUSDALE",47171:"UNICOI",47173:"UNION",47175:"VAN BUREN",47177:"WARREN",47179:"WASHINGTON",47181:"WAYNE",47183:"WEAKLEY",47185:"WHITE",47187:"WILLIAMSON",47189:"WILSON",48001:"ANDERSON",48003:"ANDREWS",48005:"ANGELINA",48007:"ARANSAS",48009:"ARCHER",48011:"ARMSTRONG",48013:"ATASCOSA",48015:"AUSTIN",48017:"BAILEY",48019:"BANDERA",48021:"BASTROP",48023:"BAYLOR",48025:"BEE",48027:"BELL",48029:"BEXAR",48031:"BLANCO",48033:"BORDEN",48035:"BOSQUE",48037:"BOWIE",48039:"BRAZORIA",48041:"BRAZOS",48043:"BREWSTER",48045:"BRISCOE",48047:"BROOKS",48049:"BROWN",48051:"BURLESON",48053:"BURNET",48055:"CALDWELL",48057:"CALHOUN",48059:"CALLAHAN",48061:"CAMERON",48063:"CAMP",48065:"CARSON",48067:"CASS",48069:"CASTRO",48071:"CHAMBERS",48073:"CHEROKEE",48075:"CHILDRESS",48077:"CLAY",48079:"COCHRAN",48081:"COKE",48083:"COLEMAN",48085:"COLLIN",48087:"COLLINGSWORTH",48089:"COLORADO",48091:"COMAL",48093:"COMANCHE",48095:"CONCHO",48097:"COOKE",48099:"CORYELL",48101:"COTTLE",48103:"CRANE",48105:"CROCKETT",48107:"CROSBY",48109:"CULBERSON",48111:"DALLAM",48113:"DALLAS",48115:"DAWSON",48117:"DEAF SMITH",48119:"DELTA",48121:"DENTON",48123:"DEWITT",48125:"DICKENS",48127:"DIMMIT",48129:"DONLEY",48131:"DUVAL",48133:"EASTLAND",48135:"ECTOR",48137:"EDWARDS",48139:"ELLIS",48141:"EL PASO",48143:"ERATH",48145:"FALLS",48147:"FANNIN",48149:"FAYETTE",48151:"FISHER",48153:"FLOYD",48155:"FOARD",48157:"FORT BEND",48159:"FRANKLIN",48161:"FREESTONE",48163:"FRIO",48165:"GAINES",48167:"GALVESTON",48169:"GARZA",48171:"GILLESPIE",48173:"GLASSCOCK",48175:"GOLIAD",48177:"GONZALES",48179:"GRAY",48181:"GRAYSON",48183:"GREGG",48185:"GRIMES",48187:"GUADALUPE",48189:"HALE",48191:"HALL",48193:"HAMILTON",48195:"HANSFORD",48197:"HARDEMAN",48199:"HARDIN",48201:"HARRIS",48203:"HARRISON",48205:"HARTLEY",48207:"HASKELL",48209:"HAYS",48211:"HEMPHILL",48213:"HENDERSON",48215:"HIDALGO",48217:"HILL",48219:"HOCKLEY",48221:"HOOD",48223:"HOPKINS",48225:"HOUSTON",48227:"HOWARD",48229:"HUDSPETH",48231:"HUNT",48233:"HUTCHINSON",48235:"IRION",48237:"JACK",48239:"JACKSON",48241:"JASPER",48243:"JEFF DAVIS",48245:"JEFFERSON",48247:"JIM HOGG",48249:"JIM WELLS",48251:"JOHNSON",48253:"JONES",48255:"KARNES",48257:"KAUFMAN",48259:"KENDALL",48261:"KENEDY",48263:"KENT",48265:"KERR",48267:"KIMBLE",48269:"KING",48271:"KINNEY",48273:"KLEBERG",48275:"KNOX",48277:"LAMAR",48279:"LAMB",48281:"LAMPASAS",48283:"LA SALLE",48285:"LAVACA",48287:"LEE",48289:"LEON",48291:"LIBERTY",48293:"LIMESTONE",48295:"LIPSCOMB",48297:"LIVE OAK",48299:"LLANO",48301:"LOVING",48303:"LUBBOCK",48305:"LYNN",48307:"MCCULLOCH",48309:"MCLENNAN",48311:"MCMULLEN",48313:"MADISON",48315:"MARION",48317:"MARTIN",48319:"MASON",48321:"MATAGORDA",48323:"MAVERICK",48325:"MEDINA",48327:"MENARD",48329:"MIDLAND",48331:"MILAM",48333:"MILLS",48335:"MITCHELL",48337:"MONTAGUE",48339:"MONTGOMERY",48341:"MOORE",48343:"MORRIS",48345:"MOTLEY",48347:"NACOGDOCHES",48349:"NAVARRO",48351:"NEWTON",48353:"NOLAN",48355:"NUECES",48357:"OCHILTREE",48359:"OLDHAM",48361:"ORANGE",48363:"PALO PINTO",48365:"PANOLA",48367:"PARKER",48369:"PARMER",48371:"PECOS",48373:"POLK",48375:"POTTER",48377:"PRESIDIO",48379:"RAINS",48381:"RANDALL",48383:"REAGAN",48385:"REAL",48387:"RED RIVER",48389:"REEVES",48391:"REFUGIO",48393:"ROBERTS",48395:"ROBERTSON",48397:"ROCKWALL",48399:"RUNNELS",48401:"RUSK",48403:"SABINE",48405:"SAN AUGUSTINE",48407:"SAN JACINTO",48409:"SAN PATRICIO",48411:"SAN SABA",48413:"SCHLEICHER",48415:"SCURRY",48417:"SHACKELFORD",48419:"SHELBY",48421:"SHERMAN",48423:"SMITH",48425:"SOMERVELL",48427:"STARR",48429:"STEPHENS",48431:"STERLING",48433:"STONEWALL",48435:"SUTTON",48437:"SWISHER",48439:"TARRANT",48441:"TAYLOR",48443:"TERRELL",48445:"TERRY",48447:"THROCKMORTON",48449:"TITUS",48451:"TOM GREEN",48453:"TRAVIS",48455:"TRINITY",48457:"TYLER",48459:"UPSHUR",48461:"UPTON",48463:"UVALDE",48465:"VAL VERDE",48467:"VAN ZANDT",48469:"VICTORIA",48471:"WALKER",48473:"WALLER",48475:"WARD",48477:"WASHINGTON",48479:"WEBB",48481:"WHARTON",48483:"WHEELER",48485:"WICHITA",48487:"WILBARGER",48489:"WILLACY",48491:"WILLIAMSON",48493:"WILSON",48495:"WINKLER",48497:"WISE",48499:"WOOD",48501:"YOAKUM",48503:"YOUNG",48505:"ZAPATA",48507:"ZAVALA",49001:"BEAVER",49003:"BOX ELDER",49005:"CACHE",49007:"CARBON",49009:"DAGGETT",49011:"DAVIS",49013:"DUCHESNE",49015:"EMERY",49017:"GARFIELD",49019:"GRAND",49021:"IRON",49023:"JUAB",49025:"KANE",49027:"MILLARD",49029:"MORGAN",49031:"PIUTE",49033:"RICH",49035:"SALT LAKE",49037:"SAN JUAN",49039:"SANPETE",49041:"SEVIER",49043:"SUMMIT",49045:"TOOELE",49047:"UINTAH",49049:"UTAH",49051:"WASATCH",49053:"WASHINGTON",49055:"WAYNE",49057:"WEBER",50001:"ADDISON",50003:"BENNINGTON",50005:"CALEDONIA",50007:"CHITTENDEN",50009:"ESSEX",50011:"FRANKLIN",50013:"GRAND ISLE",50015:"LAMOILLE",50017:"ORANGE",50019:"ORLEANS",50021:"RUTLAND",50023:"WASHINGTON",50025:"WINDHAM",50027:"WINDSOR",51001:"ACCOMACK",51003:"ALBEMARLE",51005:"ALLEGHANY",51007:"AMELIA",51009:"AMHERST",51011:"APPOMATTOX",51013:"ARLINGTON",51015:"AUGUSTA",51017:"BATH",51019:"BEDFORD",51021:"BLAND",51023:"BOTETOURT",51025:"BRUNSWICK",51027:"BUCHANAN",51029:"BUCKINGHAM",51031:"CAMPBELL",51033:"CAROLINE",51035:"CARROLL",51036:"CHARLES CITY",51037:"CHARLOTTE",51041:"CHESTERFIELD",51043:"CLARKE",51045:"CRAIG",51047:"CULPEPER",51049:"CUMBERLAND",51051:"DICKENSON",51053:"DINWIDDIE",51057:"ESSEX",51059:"FAIRFAX",51061:"FAUQUIER",51063:"FLOYD",51065:"FLUVANNA",51067:"FRANKLIN",51069:"FREDERICK",51071:"GILES",51073:"GLOUCESTER",51075:"GOOCHLAND",51077:"GRAYSON",51079:"GREENE",51081:"GREENSVILLE",51083:"HALIFAX",51085:"HANOVER",51087:"HENRICO",51089:"HENRY",51091:"HIGHLAND",51093:"ISLE OF WIGHT",51095:"JAMES CITY",51097:"KING AND QUEEN",51099:"KING GEORGE",51101:"KING WILLIAM",51103:"LANCASTER",51105:"LEE",51107:"LOUDOUN",51109:"LOUISA",51111:"LUNENBURG",51113:"MADISON",51115:"MATHEWS",51117:"MECKLENBURG",51119:"MIDDLESEX",51121:"MONTGOMERY",51125:"NELSON",51127:"NEW KENT",51131:"NORTHAMPTON",51133:"NORTHUMBERLAND",51135:"NOTTOWAY",51137:"ORANGE",51139:"PAGE",51141:"PATRICK",51143:"PITTSYLVANIA",51145:"POWHATAN",51147:"PRINCE EDWARD",51149:"PRINCE GEORGE",51153:"PRINCE WILLIAM",51155:"PULASKI",51157:"RAPPAHANNOCK",51159:"RICHMOND",51161:"ROANOKE",51163:"ROCKBRIDGE",51165:"ROCKINGHAM",51167:"RUSSELL",51169:"SCOTT",51171:"SHENANDOAH",51173:"SMYTH",51175:"SOUTHAMPTON",51177:"SPOTSYLVANIA",51179:"STAFFORD",51181:"SURRY",51183:"SUSSEX",51185:"TAZEWELL",51187:"WARREN",51191:"WASHINGTON",51193:"WESTMORELAND",51195:"WISE",51197:"WYTHE",51199:"YORK",51510:"ALEXANDRIA",51515:"BEDFORD CITY",51520:"BRISTOL",51530:"BUENA VISTA",51540:"CHARLOTTESVILLE",51550:"CHESAPEAKE",51570:"COLONIAL HEIGHTS",51580:"COVINGTON",51590:"DANVILLE",51595:"EMPORIA",51600:"FAIRFAX",51610:"FALLS CHURCH",51620:"FRANKLIN",51630:"FREDERICKSBURG",51640:"GALAX",51650:"HAMPTON",51660:"HARRISONBURG",51670:"HOPEWELL",51678:"LEXINGTON",51680:"LYNCHBURG",51683:"MANASSAS",51685:"MANASSAS PARK",51690:"MARTINSVILLE",51700:"NEWPORT NEWS",51710:"NORFOLK",51720:"NORTON",51730:"PETERSBURG",51735:"POQUOSON",51740:"PORTSMOUTH",51750:"RADFORD",51760:"RICHMOND",51770:"ROANOKE CITY",51775:"SALEM",51790:"STAUNTON",51800:"SUFFOLK",51810:"VIRGINIA BEACH",51820:"WAYNESBORO",51830:"WILLIAMSBURG",51840:"WINCHESTER",53001:"ADAMS",53003:"ASOTIN",53005:"BENTON",53007:"CHELAN",53009:"CLALLAM",53011:"CLARK",53013:"COLUMBIA",53015:"COWLITZ",53017:"DOUGLAS",53019:"FERRY",53021:"FRANKLIN",53023:"GARFIELD",53025:"GRANT",53027:"GRAYS HARBOR",53029:"ISLAND",53031:"JEFFERSON",53033:"KING",53035:"KITSAP",53037:"KITTITAS",53039:"KLICKITAT",53041:"LEWIS",53043:"LINCOLN",53045:"MASON",53047:"OKANOGAN",53049:"PACIFIC",53051:"PEND OREILLE",53053:"PIERCE",53055:"SAN JUAN",53057:"SKAGIT",53059:"SKAMANIA",53061:"SNOHOMISH",53063:"SPOKANE",53065:"STEVENS",53067:"THURSTON",53069:"WAHKIAKUM",53071:"WALLA WALLA",53073:"WHATCOM",53075:"WHITMAN",53077:"YAKIMA",54001:"BARBOUR",54003:"BERKELEY",54005:"BOONE",54007:"BRAXTON",54009:"BROOKE",54011:"CABELL",54013:"CALHOUN",54015:"CLAY",54017:"DODDRIDGE",54019:"FAYETTE",54021:"GILMER",54023:"GRANT",54025:"GREENBRIER",54027:"HAMPSHIRE",54029:"HANCOCK",54031:"HARDY",54033:"HARRISON",54035:"JACKSON",54037:"JEFFERSON",54039:"KANAWHA",54041:"LEWIS",54043:"LINCOLN",54045:"LOGAN",54047:"MCDOWELL",54049:"MARION",54051:"MARSHALL",54053:"MASON",54055:"MERCER",54057:"MINERAL",54059:"MINGO",54061:"MONONGALIA",54063:"MONROE",54065:"MORGAN",54067:"NICHOLAS",54069:"OHIO",54071:"PENDLETON",54073:"PLEASANTS",54075:"POCAHONTAS",54077:"PRESTON",54079:"PUTNAM",54081:"RALEIGH",54083:"RANDOLPH",54085:"RITCHIE",54087:"ROANE",54089:"SUMMERS",54091:"TAYLOR",54093:"TUCKER",54095:"TYLER",54097:"UPSHUR",54099:"WAYNE",54101:"WEBSTER",54103:"WETZEL",54105:"WIRT",54107:"WOOD",54109:"WYOMING",55001:"ADAMS",55003:"ASHLAND",55005:"BARRON",55007:"BAYFIELD",55009:"BROWN",55011:"BUFFALO",55013:"BURNETT",55015:"CALUMET",55017:"CHIPPEWA",55019:"CLARK",55021:"COLUMBIA",55023:"CRAWFORD",55025:"DANE",55027:"DODGE",55029:"DOOR",55031:"DOUGLAS",55033:"DUNN",55035:"EAU CLAIRE",55037:"FLORENCE",55039:"FOND DU LAC",55041:"FOREST",55043:"GRANT",55045:"GREEN",55047:"GREEN LAKE",55049:"IOWA",55051:"IRON",55053:"JACKSON",55055:"JEFFERSON",55057:"JUNEAU",55059:"KENOSHA",55061:"KEWAUNEE",55063:"LA CROSSE",55065:"LAFAYETTE",55067:"LANGLADE",55069:"LINCOLN",55071:"MANITOWOC",55073:"MARATHON",55075:"MARINETTE",55077:"MARQUETTE",55078:"MENOMINEE",55079:"MILWAUKEE",55081:"MONROE",55083:"OCONTO",55085:"ONEIDA",55087:"OUTAGAMIE",55089:"OZAUKEE",55091:"PEPIN",55093:"PIERCE",55095:"POLK",55097:"PORTAGE",55099:"PRICE",55101:"RACINE",55103:"RICHLAND",55105:"ROCK",55107:"RUSK",55109:"ST. CROIX",55111:"SAUK",55113:"SAWYER",55115:"SHAWANO",55117:"SHEBOYGAN",55119:"TAYLOR",55121:"TREMPEALEAU",55123:"VERNON",55125:"VILAS",55127:"WALWORTH",55129:"WASHBURN",55131:"WASHINGTON",55133:"WAUKESHA",55135:"WAUPACA",55137:"WAUSHARA",55139:"WINNEBAGO",55141:"WOOD",56001:"ALBANY",56003:"BIG HORN",56005:"CAMPBELL",56007:"CARBON",56009:"CONVERSE",56011:"CROOK",56013:"FREMONT",56015:"GOSHEN",56017:"HOT SPRINGS",56019:"JOHNSON",56021:"LARAMIE",56023:"LINCOLN",56025:"NATRONA",56027:"NIOBRARA",56029:"PARK",56031:"PLATTE",56033:"SHERIDAN",56035:"SUBLETTE",56037:"SWEETWATER",56039:"TETON",56041:"UINTA",56043:"WASHAKIE",56045:"WESTON",60010:"EASTERN",60020:"MANU'A",60030:"ROSE ISLAND",60040:"SWAINS ISLAND",60050:"WESTERN",66010:"GUAM",69085:"NORTHERN ISLANDS",69100:"ROTA",69110:"SAIPAN",69120:"TINIAN",72001:"ADJUNTAS",72003:"AGUADA",72005:"AGUADILLA",72007:"AGUAS BUENAS",72009:"AIBONITO",72011:"ANASCO",72013:"ARECIBO",72015:"ARROYO",72017:"BARCELONETA",72019:"BARRANQUITAS",72021:"BAYAMON",72023:"CABO ROJO",72025:"CAGUAS",72027:"CAMUY",72029:"CANOVANAS",72031:"CAROLINA",72033:"CATANO",72035:"CAYEY",72037:"CEIBA",72039:"CIALES",72041:"CIDRA",72043:"COAMO",72045:"COMERIO",72047:"COROZAL",72049:"CULEBRA",72051:"DORADO",72053:"FAJARDO",72054:"FLORIDA",72055:"GUANICA",72057:"GUAYAMA",72059:"GUAYANILLA",72061:"GUAYNABO",72063:"GURABO",72065:"HATILLO",72067:"HORMIGUEROS",72069:"HUMACAO",72071:"ISABELA",72073:"JAYUYA",72075:"JUANA DIAZ",72077:"JUNCOS",72079:"LAJAS",72081:"LARES",72083:"LAS MARIAS",72085:"LAS PIEDRAS",72087:"LOIZA",72089:"LUQUILLO",72091:"MANATI",72093:"MARICAO",72095:"MAUNABO",72097:"MAYAGUEZ",72099:"MOCA",72101:"MOROVIS",72103:"NAGUABO",72105:"NARANJITO",72107:"OROCOVIS",72109:"PATILLAS",72111:"PENUELAS",72113:"PONCE",72115:"QUEBRADILLAS",72117:"RINCON",72119:"RIO GRANDE",72121:"SABANA GRANDE",72123:"SALINAS",72125:"SAN GERMAN",72127:"SAN JUAN",72129:"SAN LORENZO",72131:"SAN SEBASTIAN",72133:"SANTA ISABEL",72135:"TOA ALTA",72137:"TOA BAJA",72139:"TRUJILLO ALTO",72141:"UTUADO",72143:"VEGA ALTA",72145:"VEGA BAJA",72147:"VIEQUES",72149:"VILLALBA",72151:"YABUCOA",72153:"YAUCO",74300:"MIDWAY ISLANDS",78010:"ST. CROIX",78020:"ST. JOHN",78030:"ST. THOMAS"},topology:{type:"Topology",objects:{counties:{type:"GeometryCollection",geometries:[{type:"Polygon",id:53073,arcs:[[0,1,2,3]]},{type:"Polygon",id:30105,arcs:[[4,5,6,7,8,9]]},{type:"Polygon",id:30029,arcs:[[10,11,12,13,14,15,16,17,18,19]]},{type:"Polygon",id:16021,arcs:[[20,21,22,23]]},{type:"Polygon",id:30071,arcs:[[-9,24,25,26,27,28,29]]},{type:"Polygon",id:38079,arcs:[[30,31,32,33]]},{type:"Polygon",id:30053,arcs:[[-19,34,35,-21,36]]},{type:"Polygon",id:38009,arcs:[[-32,37,38,39,40]]},{type:"Polygon",id:30035,arcs:[[41,42,-11,43]]},{type:"Polygon",id:30041,arcs:[[44,45,46,47]]},{type:"Polygon",id:30005,arcs:[[-29,-28,48,49,-48,50]]},{type:"Polygon",id:30019,arcs:[[51,52,-5,53]]},{type:"Polygon",id:38067,arcs:[[54,55,56,57]]},{type:"Polygon",id:27069,arcs:[[58,59,-55,60]]},{type:"Polygon",id:38095,arcs:[[61,62,63,-34,64,65]]},{type:"Polygon",id:38019,arcs:[[-57,66,67,-66,68]]},{type:"Polygon",id:53047,arcs:[[69,70,71,72,73,74,-1,75]]},{type:"Polygon",id:53065,arcs:[[76,77,78,79,80]]},{type:"Polygon",id:53051,arcs:[[-23,81,82,-77,83]]},{type:"Polygon",id:53019,arcs:[[-80,84,-70,85]]},{type:"Polygon",id:30051,arcs:[[86,87,88,-46,89]]},{type:"Polygon",id:38023,arcs:[[90,91,92,93]]},{type:"Polygon",id:38013,arcs:[[94,95,96,97,-91,98]]},{type:"Polygon",id:30101,arcs:[[99,-88,100,-42]]},{type:"Polygon",id:38075,arcs:[[101,102,-95,103,-40]]},{type:"Polygon",id:27135,arcs:[[104,105,-59,106,107]]},{type:"Polygon",id:30091,arcs:[[-93,108,109,-52,110]]},{type:"Polygon",id:16017,arcs:[[-36,111,112,113,114,-82,-22]]},{type:"Polygon",id:38101,arcs:[[-103,115,116,117,-96]]},{type:"MultiPolygon",id:53055,arcs:[[[118]],[[119]],[[120]]]},{type:"Polygon",id:27071,arcs:[[121,122,123,124,125]]},{type:"Polygon",id:53057,arcs:[[126,-2,-75,127,128,129]]},{type:"Polygon",id:38105,arcs:[[-98,130,131,132,-109,-92]]},{type:"Polygon",id:38049,arcs:[[133,134,135,-116,-102,-39]]},{type:"Polygon",id:27137,arcs:[[136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,-122,151]]},{type:"Polygon",id:30085,arcs:[[-110,-133,152,153,-6,-53]]},{type:"Polygon",id:53007,arcs:[[-74,154,155,156,157,-128]]},{type:"Polygon",id:38061,arcs:[[158,159,160,-131,-97,-118]]},{type:"Polygon",id:27089,arcs:[[161,162,163,164,165,-60,-106]]},{type:"Polygon",id:38069,arcs:[[-64,166,167,168,-134,-38,-31]]},{type:"Polygon",id:38071,arcs:[[169,170,171,-62,-68]]},{type:"Polygon",id:38099,arcs:[[-56,-166,172,173,-170,-67]]},{type:"Polygon",id:27007,arcs:[[-124,174,175,176,177,178,-162,-105,179]]},{type:"Polygon",id:30073,arcs:[[-101,-87,180,181,-12,-43]]},{type:"MultiPolygon",id:53029,arcs:[[[182,183]],[[184]]]},{type:"Polygon",id:53009,arcs:[[185,186,187]]},{type:"Polygon",id:38005,arcs:[[-63,-172,188,189,190,-167]]},{type:"Polygon",id:30015,arcs:[[-50,191,192,193,194,-181,-90,-45]]},{type:"Polygon",id:53061,arcs:[[-158,195,196,-183,197,-129]]},{type:"Polygon",id:30089,arcs:[[-18,198,199,200,201,-112,-35]]},{type:"Polygon",id:27075,arcs:[[202,203,-137,204]]},{type:"Polygon",id:38063,arcs:[[205,206,207,208,-189,-171,-174]]},{type:"Polygon",id:38035,arcs:[[-165,209,210,211,-206,-173]]},{type:"Polygon",id:27119,arcs:[[212,213,214,215,216,217,218,-210,-164]]},{type:"Polygon",id:27113,arcs:[[-179,219,-215,220,-213,-163]]},{type:"Polygon",id:30083,arcs:[[221,222,223,224,-153]]},{type:"Polygon",id:53017,arcs:[[225,226,-155,-73]]},{type:"Polygon",id:38053,arcs:[[-161,227,228,229,230,-222,-132]]},{type:"Polygon",id:53031,arcs:[[231,232,233,-186,234]]},{type:"Polygon",id:30099,arcs:[[-195,235,236,-13,-182]]},{type:"Polygon",id:30055,arcs:[[-225,237,238,239,-7,-154]]},{type:"Polygon",id:16079,arcs:[[-202,240,241,242,243,244,-113]]},{type:"Polygon",id:30047,arcs:[[245,-199,-17]]},{type:"Polygon",id:53063,arcs:[[-83,-115,246,247,248,249,-78]]},{type:"Polygon",id:27029,arcs:[[250,251,252,-216,-220,-178]]},{type:"Polygon",id:16055,arcs:[[-245,253,-247,-114]]},{type:"Polygon",id:30033,arcs:[[-240,254,255,256,257,-25,-8]]},{type:"Polygon",id:27125,arcs:[[-214,-221]]},{type:"Polygon",id:53025,arcs:[[-72,258,259,260,261,262,263,-226]]},{type:"Polygon",id:53043,arcs:[[-85,-79,-250,264,265,-259,-71]]},{type:"Polygon",id:30049,arcs:[[266,267,268,269,270,-14,-237]]},{type:"MultiPolygon",id:53035,arcs:[[[271]],[[272,273,274,275,276]]]},{type:"Polygon",id:27061,arcs:[[-151,277,278,-175,-123]]},{type:"Polygon",id:38055,arcs:[[279,280,281,282,283,-159,-117,-136]]},{type:"Polygon",id:38027,arcs:[[-209,284,285,286,-190]]},{type:"Polygon",id:38103,arcs:[[-191,-287,287,288,289,290,-168]]},{type:"Polygon",id:38083,arcs:[[-169,-291,291,292,-280,-135]]},{type:"Polygon",id:38025,arcs:[[-284,293,294,295,-228,-160]]},{type:"Polygon",id:30027,arcs:[[-27,296,297,298,299,300,-192,-49]]},{type:"Polygon",id:30021,arcs:[[-224,301,302,-238]]},{type:"MultiPolygon",id:53033,arcs:[[[303]],[[-157,304,305,306,307,-196]]]},{type:"Polygon",id:30013,arcs:[[308,309,-267,-236,-194]]},{type:"Polygon",id:38091,arcs:[[-212,310,311,312,313,-207]]},{type:"Polygon",id:38039,arcs:[[-314,314,315,316,-285,-208]]},{type:"Polygon",id:38097,arcs:[[317,318,-311,-211,-219]]},{type:"MultiPolygon",id:53045,arcs:[[[319,-276,320,321,322,323,-232]]]},{type:"Polygon",id:30063,arcs:[[-16,324,325,326,327,328,329,-200,-246]]},{type:"Polygon",id:30077,arcs:[[-271,330,331,332,-325,-15]]},{type:"Polygon",id:30069,arcs:[[-258,333,334,-297,-26]]},{type:"Polygon",id:53037,arcs:[[-227,-264,335,-305,-156]]},{type:"Polygon",id:38031,arcs:[[-317,336,-288,-286]]},{type:"Polygon",id:38057,arcs:[[337,338,339,-294,-283]]},{type:"Polygon",id:53027,arcs:[[-324,340,341,342,343,-233]]},{type:"Polygon",id:27087,arcs:[[344,345,-217,-253]]},{type:"Polygon",id:27107,arcs:[[-218,-346,346,347,348,-318]]},{type:"Polygon",id:30061,arcs:[[-330,349,-241,-201]]},{type:"Polygon",id:27021,arcs:[[350,351,352,353,354,355,-176,-279]]},{type:"Polygon",id:23003,arcs:[[356,357,358,359,360]]},{type:"Polygon",id:30045,arcs:[[-301,361,362,-309,-193]]},{type:"Polygon",id:16009,arcs:[[-244,363,364,-248,-254]]},{type:"Polygon",id:27057,arcs:[[-356,365,366,-251,-177]]},{type:"MultiPolygon",id:53053,arcs:[[[-307,-306,367,368,369,370]],[[-273,371]],[[-321,-275,372]]]},{type:"Polygon",id:30109,arcs:[[-231,373,374,375,-302,-223]]},{type:"Polygon",id:38007,arcs:[[-296,376,377,378,-229]]},{type:"Polygon",id:38033,arcs:[[-379,379,380,-374,-230]]},{type:"Polygon",id:38043,arcs:[[381,382,383,384,-292,-290]]},{type:"Polygon",id:38093,arcs:[[-316,385,386,387,-382,-289,-337]]},{type:"Polygon",id:38015,arcs:[[-385,388,389,390,-281,-293]]},{type:"Polygon",id:38065,arcs:[[-391,391,-338,-282]]},{type:"Polygon",id:53001,arcs:[[392,393,-260,-266]]},{type:"Polygon",id:53075,arcs:[[-249,-365,394,395,396,397,398,399,-393,-265]]},{type:"Polygon",id:38003,arcs:[[-313,400,401,402,-386,-315]]},{type:"Polygon",id:38017,arcs:[[-319,-349,403,404,405,-401,-312]]},{type:"Polygon",id:53067,arcs:[[-370,406,-341,-323,407]]},{type:"Polygon",id:30079,arcs:[[-376,408,409,-255,-239,-303]]},{type:"Polygon",id:27005,arcs:[[-367,410,411,412,-347,-345,-252]]},{type:"Polygon",id:27027,arcs:[[-413,413,414,415,-404,-348]]},{type:"Polygon",id:16057,arcs:[[-243,416,417,-395,-364]]},{type:"Polygon",id:53077,arcs:[[-263,418,419,420,421,-368,-336]]},{type:"Polygon",id:30059,arcs:[[-363,422,423,424,425,426,-268,-310]]},{type:"Polygon",id:27001,arcs:[[-150,427,428,429,430,431,-351,-278]]},{type:"Polygon",id:26131,arcs:[[432,433,434,435]]},{type:"Polygon",id:38089,arcs:[[-340,436,437,438,439,-377,-295]]},{type:"Polygon",id:38059,arcs:[[-390,440,441,442,-437,-339,-392]]},{type:"Polygon",id:26013,arcs:[[443,444,445,446]]},{type:"Polygon",id:16035,arcs:[[-350,-329,447,448,449,-417,-242]]},{type:"Polygon",id:30017,arcs:[[450,451,452,453,-256,-410]]},{type:"Polygon",id:30087,arcs:[[-454,454,455,456,457,458,-334,-257]]},{type:"Polygon",id:30039,arcs:[[459,460,-326,-333]]},{type:"Polygon",id:27159,arcs:[[-355,461,462,-411,-366]]},{type:"Polygon",id:27035,arcs:[[-432,463,464,-352]]},{type:"Polygon",id:53049,arcs:[[465,466,467,-343]]},{type:"Polygon",id:53041,arcs:[[-407,-369,-422,468,469,470,-466,-342]]},{type:"Polygon",id:30007,arcs:[[-427,471,472,-269]]},{type:"Polygon",id:27017,arcs:[[473,474,-428,-149]]},{type:"Polygon",id:26053,arcs:[[475,476,477,478,479,480,481,482,483,484,-434]]},{type:"Polygon",id:30065,arcs:[[-459,485,486,-298,-335]]},{type:"Polygon",id:26095,arcs:[[487,488,489,490,491]]},{type:"Polygon",id:30037,arcs:[[-487,492,493,494,495,-299]]},{type:"Polygon",id:30107,arcs:[[-300,-496,496,-423,-362]]},{type:"Polygon",id:53021,arcs:[[497,498,499,-261,-394,-400]]},{type:"Polygon",id:53005,arcs:[[500,501,502,503,-419,-262,-500]]},{type:"Polygon",id:27111,arcs:[[-463,504,505,506,507,-414,-412]]},{type:"Polygon",id:38037,arcs:[[508,509,510,-438,-443]]},{type:"Polygon",id:53023,arcs:[[511,512,513,-398]]},{type:"Polygon",id:30025,arcs:[[-381,514,515,516,517,-451,-409,-375]]},{type:"Polygon",id:16049,arcs:[[518,519,520,521,522,523,524,-448,-328]]},{type:"Polygon",id:30081,arcs:[[-461,525,526,527,-519,-327]]},{type:"Polygon",id:38029,arcs:[[-384,528,529,530,531,-441,-389]]},{type:"Polygon",id:38047,arcs:[[-388,532,533,-529,-383]]},{type:"Polygon",id:16069,arcs:[[-450,534,-524,535,536,-396,-418]]},{type:"Polygon",id:38087,arcs:[[537,538,539,-515,-380,-378,-440]]},{type:"Polygon",id:38045,arcs:[[540,541,542,-533,-387,-403]]},{type:"Polygon",id:38041,arcs:[[-511,543,-538,-439]]},{type:"Polygon",id:27167,arcs:[[-508,544,545,546,-415]]},{type:"Polygon",id:38073,arcs:[[-406,547,548,549,-541,-402]]},{type:"Polygon",id:38077,arcs:[[-547,550,551,552,-548,-405,-416]]},{type:"Polygon",id:53013,arcs:[[553,554,555,-498,-399,-514]]},{type:"Polygon",id:53071,arcs:[[-556,556,-501,-499]]},{type:"Polygon",id:55051,arcs:[[557,-484,-483,-482,-481,-480,-479,558,559,560,561]]},{type:"Polygon",id:23025,arcs:[[562,563,564,565,566,567,-360]]},{type:"Polygon",id:23021,arcs:[[568,-563,-359]]},{type:"Polygon",id:30043,arcs:[[-473,569,570,571,572,-331,-270]]},{type:"Polygon",id:26153,arcs:[[-490,573,574,575,576]]},{type:"Polygon",id:30111,arcs:[[577,578,579,580,-493,-486,-458]]},{type:"Polygon",id:30103,arcs:[[581,-578,-457]]},{type:"Polygon",id:16061,arcs:[[-449,-525,-535]]},{type:"Polygon",id:53003,arcs:[[-537,582,-512,-397]]},{type:"Polygon",id:38085,arcs:[[-532,583,584,-509,-442]]},{type:"Polygon",id:26071,arcs:[[-445,585,586,587,588,589,590,-476,-433,591]]},{type:"Polygon",id:27115,arcs:[[592,593,594,595,596,-429,-475]]},{type:"Polygon",id:23019,arcs:[[597,598,599,600,-564,-569,-358]]},{type:"Polygon",id:53059,arcs:[[-421,601,602,603,604,605,-469]] +},{type:"Polygon",id:53015,arcs:[[-606,606,607,608,609,-470]]},{type:"Polygon",id:53069,arcs:[[-471,-610,610,-467]]},{type:"Polygon",id:27153,arcs:[[-354,611,612,613,-505,-462]]},{type:"Polygon",id:27097,arcs:[[-465,614,615,616,-612,-353]]},{type:"Polygon",id:55125,arcs:[[617,618,-559,-478,-477,-591,619]]},{type:"Polygon",id:41007,arcs:[[620,621,622]]},{type:"Polygon",id:38001,arcs:[[-510,-585,623,624,625,626,-539,-544]]},{type:"Polygon",id:38081,arcs:[[-553,627,628,629,-549]]},{type:"Polygon",id:38051,arcs:[[-543,630,631,632,-530,-534]]},{type:"Polygon",id:38021,arcs:[[-550,-630,633,634,-631,-542]]},{type:"Polygon",id:38011,arcs:[[-627,635,-516,-540]]},{type:"Polygon",id:30023,arcs:[[-573,636,637,-526,-460,-332]]},{type:"Polygon",id:26043,arcs:[[638,639,640,-587,641]]},{type:"Polygon",id:27095,arcs:[[642,643,644,645,-615,-464,-431]]},{type:"Polygon",id:30097,arcs:[[-495,646,647,-424,-497]]},{type:"Polygon",id:30031,arcs:[[-426,648,649,650,651,652,-570,-472]]},{type:"Polygon",id:30067,arcs:[[-648,653,654,655,-649,-425]]},{type:"Polygon",id:30093,arcs:[[656,657,-637,-572]]},{type:"Polygon",id:41009,arcs:[[658,659,660,-621,661,-608]]},{type:"Polygon",id:27065,arcs:[[-597,662,-643,-430]]},{type:"Polygon",id:55013,arcs:[[663,664,665,666,-595,-594,667]]},{type:"Polygon",id:55113,arcs:[[668,669,670,671,672]]},{type:"Polygon",id:55129,arcs:[[-672,673,-664,674]]},{type:"Polygon",id:30011,arcs:[[675,676,677,678,-452,-518]]},{type:"Polygon",id:30095,arcs:[[-581,679,-654,-647,-494]]},{type:"Polygon",id:27051,arcs:[[-507,680,681,682,-545]]},{type:"Polygon",id:27041,arcs:[[-614,683,684,-681,-506]]},{type:"Polygon",id:55041,arcs:[[685,686,687,688,689,-620,-590]]},{type:"Polygon",id:53011,arcs:[[-605,690,-659,-607]]},{type:"Polygon",id:53039,arcs:[[-504,691,692,693,694,695,-602,-420]]},{type:"Polygon",id:30003,arcs:[[-456,696,697,698,699,-579,-582]]},{type:"Polygon",id:27155,arcs:[[-683,700,701,702,-551,-546]]},{type:"Polygon",id:55037,arcs:[[-588,-641,703,-686,-589]]},{type:"Polygon",id:41059,arcs:[[-555,704,705,706,707,-502,-557]]},{type:"Polygon",id:41063,arcs:[[-513,-583,-536,-523,708,709,710,-705,-554]]},{type:"Polygon",id:26109,arcs:[[711,712,713,714,-639,715]]},{type:"Polygon",id:55099,arcs:[[-619,716,717,718,719,-670,720,-560]]},{type:"Polygon",id:46105,arcs:[[721,722,723,724,725,-625]]},{type:"Polygon",id:46031,arcs:[[726,727,728,729,-722,-624,-584]]},{type:"Polygon",id:46063,arcs:[[-626,-726,730,-676,-517,-636]]},{type:"Polygon",id:46021,arcs:[[-633,731,732,-727,-531]]},{type:"Polygon",id:30001,arcs:[[-658,733,734,735,736,-527,-638]]},{type:"Polygon",id:46089,arcs:[[-635,737,738,739,-732,-632]]},{type:"Polygon",id:46013,arcs:[[-629,740,741,742,743,744,-738,-634]]},{type:"Polygon",id:46109,arcs:[[-703,745,746,747,748,-552]]},{type:"Polygon",id:46091,arcs:[[-749,749,-741,-628]]},{type:"Polygon",id:41049,arcs:[[-708,750,751,752,-692,-503]]},{type:"Polygon",id:55085,arcs:[[-690,753,754,-717,-618]]},{type:"Polygon",id:41061,arcs:[[755,756,-706,-711]]},{type:"Polygon",id:30057,arcs:[[-653,757,-734,-657,-571]]},{type:"Polygon",id:27009,arcs:[[-646,758,759,-616]]},{type:"Polygon",id:41021,arcs:[[760,761,762,-693,-753]]},{type:"Polygon",id:30075,arcs:[[-679,763,764,765,-697,-455,-453]]},{type:"Polygon",id:26031,arcs:[[766,767,768,769,770,771]]},{type:"Polygon",id:41057,arcs:[[772,773,774,775,776,-622]]},{type:"Polygon",id:41067,arcs:[[777,778,779,-773,-661]]},{type:"Polygon",id:27145,arcs:[[-760,780,781,782,783,784,-684,-613,-617]]},{type:"Polygon",id:27149,arcs:[[785,786,787,-701,-682]]},{type:"Polygon",id:27121,arcs:[[-785,788,789,-786,-685]]},{type:"Polygon",id:41055,arcs:[[790,-694,-763]]},{type:"Polygon",id:27059,arcs:[[791,792,793,-644,-663]]},{type:"Polygon",id:27025,arcs:[[-667,794,795,796,-792,-596]]},{type:"Polygon",id:55095,arcs:[[797,798,799,-795,-666]]},{type:"Polygon",id:41051,arcs:[[-691,-604,800,801,-778,-660]]},{type:"Polygon",id:41027,arcs:[[802,803,-801,-603,-696]]},{type:"Polygon",id:41065,arcs:[[-791,-762,804,805,806,807,-803,-695]]},{type:"Polygon",id:16059,arcs:[[-737,808,809,810,811,-520,-528]]},{type:"Polygon",id:23029,arcs:[[812,-598,-357,813]]},{type:"Polygon",id:23007,arcs:[[814,815,816,817,-567]]},{type:"Polygon",id:26141,arcs:[[818,819,-767,820]]},{type:"Polygon",id:55005,arcs:[[-674,821,822,823,-798,-665]]},{type:"Polygon",id:55107,arcs:[[-720,824,825,-822,-671]]},{type:"Polygon",id:30009,arcs:[[-700,826,827,-655,-680,-580]]},{type:"Polygon",id:46129,arcs:[[-740,828,829,830,-728,-733]]},{type:"Polygon",id:46045,arcs:[[-745,831,832,-829,-739]]},{type:"Polygon",id:46037,arcs:[[-750,-748,833,834,835,836,-742]]},{type:"Polygon",id:27011,arcs:[[-702,-788,837,838,839,840,-746]]},{type:"Polygon",id:27141,arcs:[[-645,-794,841,842,843,-781,-759]]},{type:"Polygon",id:55069,arcs:[[844,845,846,-718,-755]]},{type:"Polygon",id:46041,arcs:[[-831,847,848,849,850,-729]]},{type:"Polygon",id:46137,arcs:[[-851,851,852,-723,-730]]},{type:"Polygon",id:55067,arcs:[[-689,853,854,855,856,-845,-754]]},{type:"Polygon",id:41005,arcs:[[-804,-808,857,858,-779,-802]]},{type:"Polygon",id:41071,arcs:[[-859,859,860,861,-774,-780]]},{type:"Polygon",id:27171,arcs:[[-844,862,863,864,865,-782]]},{type:"Polygon",id:27003,arcs:[[-797,866,867,868,-842,-793]]},{type:"Polygon",id:27067,arcs:[[869,870,871,872,-789,-784]]},{type:"Polygon",id:27151,arcs:[[-873,873,874,-838,-787,-790]]},{type:"Polygon",id:55119,arcs:[[-847,875,876,877,-825,-719]]},{type:"Polygon",id:55083,arcs:[[878,879,880,881,882,883,884,-854,-688]]},{type:"Polygon",id:23017,arcs:[[-817,885,886,887,888,-889,889,890,891]]},{type:"Polygon",id:46051,arcs:[[-841,892,893,894,-834,-747]]},{type:"Polygon",id:27093,arcs:[[-866,895,896,-870,-783]]},{type:"Polygon",id:33007,arcs:[[897,898,899,900,-891]]},{type:"Polygon",id:27163,arcs:[[-800,901,902,903,904,-867,-796]]},{type:"Polygon",id:55017,arcs:[[-878,905,906,907,-823,-826]]},{type:"Polygon",id:41047,arcs:[[-860,-858,-807,908,909,910,-861]]},{type:"Polygon",id:16003,arcs:[[911,912,913,914,-709,-522]]},{type:"Polygon",id:27073,arcs:[[-839,-875,915,916,917,-893,-840]]},{type:"MultiPolygon",id:23009,arcs:[[[918]],[[919]],[[920,-599,-813]]]},{type:"Polygon",id:46107,arcs:[[-833,921,922,923,-848,-830]]},{type:"Polygon",id:46049,arcs:[[-744,924,925,926,-922,-832]]},{type:"Polygon",id:27053,arcs:[[-843,-869,927,928,929,930,-863]]},{type:"Polygon",id:46115,arcs:[[-837,931,932,933,-925,-743]]},{type:"Polygon",id:16085,arcs:[[-812,934,935,936,-912,-521]]},{type:"Polygon",id:46019,arcs:[[-725,937,938,939,-677,-731]]},{type:"Polygon",id:55109,arcs:[[940,941,-902,-799]]},{type:"Polygon",id:55033,arcs:[[-908,942,943,944,-941,-824]]},{type:"Polygon",id:26009,arcs:[[945,946,947,948,949]]},{type:"Polygon",id:26137,arcs:[[950,951,-946,952,-769]]},{type:"Polygon",id:26119,arcs:[[953,954,-951,-768,-820]]},{type:"Polygon",id:46025,arcs:[[955,956,957,958,-932,-836]]},{type:"Polygon",id:46029,arcs:[[-895,959,960,-956,-835]]},{type:"Polygon",id:27023,arcs:[[-872,961,962,-916,-874]]},{type:"Polygon",id:27123,arcs:[[-905,963,-928,-868]]},{type:"Polygon",id:55073,arcs:[[-846,-857,964,965,966,967,-876]]},{type:"Polygon",id:55078,arcs:[[-885,968,-855]]},{type:"Polygon",id:41001,arcs:[[-915,969,970,971,-756,-710]]},{type:"Polygon",id:41053,arcs:[[-911,972,973,974,-775,-862]]},{type:"Polygon",id:41069,arcs:[[-752,975,976,977,-805,-761]]},{type:"Polygon",id:41041,arcs:[[-975,978,979,980,-776]]},{type:"Polygon",id:46093,arcs:[[-853,981,982,983,-938,-724]]},{type:"Polygon",id:55019,arcs:[[-968,984,985,986,-906,-877]]},{type:"Polygon",id:55115,arcs:[[-969,-884,987,988,989,-965,-856]]},{type:"Polygon",id:50011,arcs:[[990,991,992,993,994]]},{type:"Polygon",id:50009,arcs:[[995,996,997,998,-900]]},{type:"Polygon",id:50013,arcs:[[999,1e3,1001,-994]]},{type:"Polygon",id:36019,arcs:[[1002,1003,1004,1005,-1001]]},{type:"Polygon",id:50019,arcs:[[-998,1006,1007,-991,1008]]},{type:"Polygon",id:56029,arcs:[[1009,1010,1011,1012,1013,-650,-656,-828]]},{type:"Polygon",id:36089,arcs:[[1014,1015,1016,1017,1018,1019]]},{type:"Polygon",id:56003,arcs:[[1020,1021,1022,-1010,-827,-699]]},{type:"Polygon",id:56005,arcs:[[1023,1024,1025,1026,1027,-765]]},{type:"Polygon",id:56033,arcs:[[-766,-1028,1028,-1021,-698]]},{type:"Polygon",id:36033,arcs:[[-1005,1029,1030,-1015,1031]]},{type:"Polygon",id:56011,arcs:[[-678,-940,1032,1033,-1024,-764]]},{type:"Polygon",id:41023,arcs:[[-757,-972,1034,1035,1036,-976,-751,-707]]},{type:"Polygon",id:27085,arcs:[[-865,1037,1038,1039,-896]]},{type:"Polygon",id:27019,arcs:[[-931,1040,1041,-1038,-864]]},{type:"Polygon",id:46039,arcs:[[-918,1042,1043,1044,1045,-960,-894]]},{type:"Polygon",id:27173,arcs:[[1046,1047,1048,1049,-1043,-917,-963]]},{type:"Polygon",id:27037,arcs:[[-904,1050,1051,1052,1053,-929,-964]]},{type:"Polygon",id:46119,arcs:[[1054,1055,1056,-849,-924]]},{type:"Polygon",id:46069,arcs:[[-927,1057,1058,1059,1060,-1055,-923]]},{type:"Polygon",id:46059,arcs:[[-934,1061,1062,1063,-1058,-926]]},{type:"Polygon",id:27129,arcs:[[-897,-1040,1064,1065,1066,1067,-1047,-962,-871]]},{type:"Polygon",id:16037,arcs:[[1068,1069,1070,1071,1072,-935,-811]]},{type:"Polygon",id:55093,arcs:[[-945,1073,1074,-1051,-903,-942]]},{type:"Polygon",id:26001,arcs:[[1075,1076,1077,1078]]},{type:"Polygon",id:26079,arcs:[[1079,1080,1081,-947]]},{type:"Polygon",id:26039,arcs:[[1082,1083,-1080,-952]]},{type:"Polygon",id:55035,arcs:[[-987,1084,1085,1086,1087,-943,-907]]},{type:"Polygon",id:26135,arcs:[[-1078,1088,-1083,-955]]},{type:"Polygon",id:16087,arcs:[[1089,1090,1091,-970,-914]]},{type:"Polygon",id:41031,arcs:[[-978,1092,1093,1094,-909,-806]]},{type:"Polygon",id:27139,arcs:[[-1054,1095,1096,1097,-1041,-930]]},{type:"Polygon",id:46057,arcs:[[-1046,1098,1099,-957,-961]]},{type:"Polygon",id:50015,arcs:[[1100,1101,1102,-992,-1008]]},{type:"Polygon",id:41043,arcs:[[-1095,1103,1104,1105,-973,-910]]},{type:"Polygon",id:46117,arcs:[[-1057,1106,1107,1108,1109,-850]]},{type:"Polygon",id:26019,arcs:[[1110,1111,1112,1113]]},{type:"Polygon",id:50005,arcs:[[1114,1115,1116,-1101,-1007,-997]]},{type:"MultiPolygon",id:23027,arcs:[[[-601,1117,1118,1119,1120,-565]]]},{type:"Polygon",id:16043,arcs:[[1121,1122,1123,1124,1125,-735,-758,-652]]},{type:"Polygon",id:46055,arcs:[[1126,1127,1128,-982,-852,-1110]]},{type:"Polygon",id:50007,arcs:[[-1103,1129,1130,1131,-1003,-1e3,-993]]},{type:"Polygon",id:41003,arcs:[[-1106,1132,-979,-974]]},{type:"Polygon",id:23011,arcs:[[1133,1134,1135,1136,-815,-566,-1121]]},{type:"Polygon",id:27143,arcs:[[-1042,-1098,1137,1138,-1065,-1039]]},{type:"Polygon",id:27049,arcs:[[1139,1140,1141,1142,1143,-1052,-1075]]},{type:"Polygon",id:27127,arcs:[[1144,1145,1146,1147,-1048,-1068]]},{type:"Polygon",id:55097,arcs:[[1148,1149,1150,1151,-966]]},{type:"Polygon",id:55141,arcs:[[-1152,1152,1153,1154,-985,-967]]},{type:"Polygon",id:55009,arcs:[[-883,1155,1156,1157,1158,1159,-988]]},{type:"Polygon",id:55091,arcs:[[-1088,1160,1161,-1140,-1074,-944]]},{type:"Polygon",id:55135,arcs:[[1162,1163,1164,-1149,-990]]},{type:"Polygon",id:55061,arcs:[[1165,1166,-1157,1167,1168]]},{type:"Polygon",id:56039,arcs:[[1169,1170,1171,1172,1173,-1122,-651,-1014]]},{type:"Polygon",id:46005,arcs:[[-959,1174,1175,1176,-1062,-933]]},{type:"Polygon",id:27081,arcs:[[1177,1178,1179,-1044,-1050]]},{type:"Polygon",id:27083,arcs:[[-1148,1180,1181,-1178,-1049]]},{type:"Polygon",id:46081,arcs:[[-984,1182,1183,-1033,-939]]},{type:"Polygon",id:55011,arcs:[[-1087,1184,1185,1186,-1161]]},{type:"Polygon",id:55121,arcs:[[1187,1188,1189,1190,-1185,-1086]]},{type:"Polygon",id:55053,arcs:[[-986,-1155,1191,1192,1193,-1188,-1085]]},{type:"Polygon",id:55087,arcs:[[-989,-1160,1194,1195,-1163]]},{type:"Polygon",id:16033,arcs:[[-1126,1196,1197,-809,-736]]},{type:"Polygon",id:56019,arcs:[[-1027,1198,1199,1200,-1022,-1029]]},{type:"Polygon",id:41013,arcs:[[-977,-1037,1201,1202,-1093]]},{type:"Polygon",id:46065,arcs:[[-1061,1203,-1107,-1056]]},{type:"Polygon",id:36031,arcs:[[1204,1205,1206,1207,-1030,-1004,-1132]]},{type:"Polygon",id:27079,arcs:[[1208,1209,1210,1211,-1138,-1097]]},{type:"Polygon",id:27131,arcs:[[-1053,-1144,1212,1213,1214,-1209,-1096]]},{type:"Polygon",id:46077,arcs:[[-1100,1215,1216,1217,1218,-1175,-958]]},{type:"Polygon",id:46011,arcs:[[-1180,1219,1220,1221,-1216,-1099,-1045]]},{type:"Polygon",id:26101,arcs:[[1222,1223,1224,1225,-1112]]},{type:"Polygon",id:26165,arcs:[[1226,1227,1228,-1223,1229]]},{type:"Polygon",id:26143,arcs:[[1230,1231,1232,1233,-1084]]},{type:"Polygon",id:26113,arcs:[[-1234,1234,1235,-1227,-1081]]},{type:"Polygon",id:26069,arcs:[[1236,1237,1238,-1077]]},{type:"Polygon",id:26129,arcs:[[-1239,1239,1240,-1231,-1089]]},{type:"Polygon",id:16045,arcs:[[-937,1241,1242,1243,1244,-1090,-913]]},{type:"Polygon",id:46103,arcs:[[-1129,1245,1246,1247,1248,-1183,-983]]},{type:"Polygon",id:50023,arcs:[[1249,1250,-1130,-1102,-1117]]},{type:"Polygon",id:27015,arcs:[[1251,1252,1253,1254,-1145,-1067]]},{type:"Polygon",id:23001,arcs:[[1255,1256,-886,-816,-1137]]},{type:"Polygon",id:27103,arcs:[[1257,-1252,-1066,-1139,-1212]]},{type:"Polygon",id:27157,arcs:[[-1162,-1187,1258,1259,-1141]]},{type:"Polygon",id:41045,arcs:[[-1092,1260,1261,1262,1263,1264,-1035,-971]]},{type:"Polygon",id:33009,arcs:[[1265,1266,1267,1268,1269,1270,-1115,-996,-899]]},{type:"Polygon",id:41017,arcs:[[-1203,1271,1272,1273,1274,-1104,-1094]]},{type:"Polygon",id:36045,arcs:[[1275,1276,-1019,1277,1278,1279,1280,1281]]},{type:"MultiPolygon",id:23013,arcs:[[[1282,1283,-1119]]]},{type:"Polygon",id:16015,arcs:[[-1073,1284,1285,-1242,-936]]},{type:"Polygon",id:23015,arcs:[[-1120,-1284,1286,1287,1288,-1134]]},{type:"Polygon",id:55071,arcs:[[-1167,1289,1290,1291,-1158]]},{type:"Polygon",id:50001,arcs:[[-1251,1292,1293,1294,1295,-1205,-1131]]},{type:"Polygon",id:41039,arcs:[[-1275,1296,1297,1298,-980,-1133,-1105]]},{type:"Polygon",id:33003,arcs:[[-890,888,1299,1300,1301,-1266,-898]]},{type:"Polygon",id:27013,arcs:[[-1211,1302,1303,1304,1305,-1253,-1258]]},{type:"Polygon",id:55057,arcs:[[1306,1307,1308,1309,-1192,-1154]]},{type:"Polygon",id:55001,arcs:[[-1151,1310,1311,1312,-1307,-1153]]},{type:"Polygon",id:55137,arcs:[[-1165,1313,1314,1315,-1311,-1150]]},{type:"Polygon",id:55139,arcs:[[1316,1317,1318,-1314,-1164,-1196]]},{type:"Polygon",id:55015,arcs:[[-1159,-1292,1319,1320,-1317,-1195]]},{type:"Polygon",id:16023,arcs:[[-1198,1321,1322,1323,-1070,-1069,-810]]},{type:"Polygon",id:50017,arcs:[[-1271,1324,-1293,-1250,-1116]]},{type:"Polygon",id:36049,arcs:[[1325,1326,-1278,-1018,1327]]},{type:"Polygon",id:46085,arcs:[[1328,1329,1330,1331,1332,-1108,-1204,-1060,1333]]},{type:"Polygon",id:27117,arcs:[[-1182,1334,1335,1336,-1220,-1179]]},{type:"Polygon",id:27101,arcs:[[-1147,1337,1338,1339,-1335,-1181]]},{type:"Polygon",id:46073,arcs:[[-1177,1340,1341,1342,1343,-1063]]},{type:"Polygon",id:27147,arcs:[[1344,1345,1346,1347,-1214]]},{type:"Polygon",id:27039,arcs:[[1348,1349,-1345,-1213,-1143]]},{type:"Polygon",id:46101,arcs:[[-1337,1350,1351,-1221]]},{type:"Polygon",id:27161,arcs:[[-1348,1352,1353,-1303,-1210,-1215]]},{type:"Polygon",id:46017,arcs:[[-1344,1354,-1334,-1059,-1064]]},{type:"Polygon",id:46111,arcs:[[-1219,1355,1356,1357,1358,-1341,-1176]]},{type:"Polygon",id:27109,arcs:[[-1260,1359,1360,1361,-1349,-1142]]},{type:"Polygon",id:27033,arcs:[[-1255,1362,1363,1364,-1338,-1146]]},{type:"Polygon",id:46079,arcs:[[-1222,-1352,1365,1366,1367,-1217]]},{type:"Polygon",id:46097,arcs:[[-1368,1368,1369,-1356,-1218]]},{type:"Polygon",id:27169,arcs:[[-1186,-1191,1370,1371,1372,-1360,-1259]]},{type:"Polygon",id:56045,arcs:[[-1184,-1249,1373,1374,1375,-1025,-1034]]},{type:"Polygon",id:26105,arcs:[[1376,1377,1378,-1225]]},{type:"Polygon",id:23005,arcs:[[-1257,1379,1380,1381,1382,1383,-887]]},{type:"Polygon",id:46075,arcs:[[-1333,1384,1385,-1386,1386,-1127,-1109]]},{type:"Polygon",id:56043,arcs:[[-1201,1387,1388,1389,-1011,-1023]]},{type:"MultiPolygon",id:23023,arcs:[[[-1382,1390]],[[-1288,1391]],[[1392,-1380,-1256,-1136]]]},{type:"Polygon",id:26085,arcs:[[-1224,-1229,1393,1394,-1377]]},{type:"Polygon",id:26133,arcs:[[-1236,1395,1396,-1394,-1228]]},{type:"Polygon",id:26035,arcs:[[-1233,1397,1398,-1396,-1235]]},{type:"Polygon",id:26051,arcs:[[1399,1400,1401,-1398,-1232,-1241]]},{type:"Polygon",id:55081,arcs:[[-1310,1402,1403,-1193]]},{type:"Polygon",id:16075,arcs:[[-1245,1404,-1261,-1091]]},{type:"Polygon",id:36041,arcs:[[1405,1406,1407,1408,-1016,-1031,-1208]]},{type:"Polygon",id:27165,arcs:[[-1306,1409,1410,-1363,-1254]]},{type:"Polygon",id:16039,arcs:[[-1072,1411,1412,1413,1414,1415,1416,-1285]]},{type:"Polygon",id:36043,arcs:[[-1409,1417,1418,1419,1420,-1328,-1017]]},{type:"Polygon",id:55063,arcs:[[-1194,-1404,1421,1422,-1371,-1190,-1189]]},{type:"Polygon",id:56017,arcs:[[-1390,1423,-1012]]},{type:"Polygon",id:16051,arcs:[[-1125,1424,1425,1426,-1322,-1197]]},{type:"Polygon",id:41025,arcs:[[-1265,1427,1428,1429,-1272,-1202,-1036]]},{type:"Polygon",id:56013,arcs:[[-1424,-1389,1430,1431,1432,1433,-1170,-1013]]},{type:"Polygon",id:26017,arcs:[[1434,1435,1436,1437,-1401,1438]]},{type:"Polygon",id:46071,arcs:[[-1387,1385,1439,1440,1441,-1246,-1128]]},{type:"Polygon",id:16013,arcs:[[-1324,1442,1443,1444,1445,1446,1447,-1412,-1071]]},{type:"Polygon",id:16081,arcs:[[-1174,1448,1449,-1123]]},{type:"Polygon",id:55047,arcs:[[-1319,1450,1451,1452,1453,-1315]]},{type:"Polygon",id:55077,arcs:[[-1454,1454,-1312,-1316]]},{type:"Polygon",id:50027,arcs:[[-1270,1455,1456,1457,1458,-1294,-1325]]},{type:"Polygon",id:41019,arcs:[[1459,1460,1461,1462,1463,1464,-1298]]},{type:"Polygon",id:55039,arcs:[[1465,1466,1467,-1451,-1318,-1321]]},{type:"Polygon",id:46003,arcs:[[-1359,1468,1469,1470,1471,-1342]]},{type:"Polygon",id:46015,arcs:[[-1472,1472,-1329,-1355,-1343]]},{type:"Polygon",id:16065,arcs:[[-1450,1473,-1425,-1124]]},{type:"Polygon",id:55117,arcs:[[1474,1475,1476,-1466,-1320,-1291]]},{type:"Polygon",id:16027,arcs:[[-1244,1477,1478,-1262,-1405]]},{type:"Polygon",id:46095,arcs:[[-1332,1479,1480,-1440,-1386,-1385]]},{type:"Polygon",id:16025,arcs:[[1481,1482,-1413,-1448]]},{type:"Polygon",id:50021,arcs:[[1483,1484,-1295,-1459]]},{type:"Polygon",id:46033,arcs:[[1485,1486,1487,-1374,-1248]]},{type:"Polygon",id:27133,arcs:[[-1340,1488,1489,1490,-1336]]},{type:"Polygon",id:27105,arcs:[[-1365,1491,1492,1493,-1489,-1339]]},{type:"Polygon",id:27047,arcs:[[1494,1495,1496,1497,-1353,-1347]]},{type:"Polygon",id:27099,arcs:[[-1362,1498,1499,1500,1501,-1495,-1346,-1350]]},{type:"Polygon",id:27055,arcs:[[-1423,1502,1503,1504,1505,-1372]]},{type:"Polygon",id:46035,arcs:[[1506,1507,1508,-1469,-1358]]},{type:"Polygon",id:46061,arcs:[[-1370,1509,1510,-1507,-1357]]},{type:"Polygon",id:27045,arcs:[[-1373,-1506,1511,1512,-1499,-1361]]},{type:"Polygon",id:27063,arcs:[[-1411,1513,1514,1515,1516,-1492,-1364]]},{type:"Polygon",id:27043,arcs:[[-1354,-1498,1517,1518,1519,-1304]]},{type:"Polygon",id:46099,arcs:[[1520,1521,1522,1523,-1366,-1351,-1491]]},{type:"Polygon",id:27091,arcs:[[-1305,-1520,1524,1525,-1514,-1410]]},{type:"Polygon",id:46087,arcs:[[-1367,-1524,1526,1527,-1510,-1369]]},{type:"Polygon",id:26111,arcs:[[-1438,1528,1529,1530,-1402]]},{type:"Polygon",id:26127,arcs:[[1531,1532,1533,-1378]]},{type:"Polygon",id:26073,arcs:[[-1531,1534,1535,1536,-1399]]},{type:"Polygon",id:23031,arcs:[[1537,1538,-1300,-889,-888,-1384]]},{type:"Polygon",id:26107,arcs:[[-1537,1539,1540,-1397]]},{type:"Polygon",id:26123,arcs:[[-1541,1541,1542,1543,-1532,-1395]]},{type:"Polygon",id:36115,arcs:[[-1485,1544,1545,1546,1547,-1206,-1296]]},{type:"Polygon",id:16001,arcs:[[-1286,-1417,1548,-1478,-1243]]},{type:"Polygon",id:36113,arcs:[[1549,-1406,-1207,-1548]]},{type:"Polygon",id:46123,arcs:[[1550,1551,1552,-1480,-1331]]},{type:"Polygon",id:33001,arcs:[[1553,1554,-1267,-1302]]},{type:"Polygon",id:26157,arcs:[[1555,1556,1557,1558,1559,-1436,1560,1561]]},{type:"Polygon",id:55123,arcs:[[1562,1563,1564,1565,-1503,-1422,-1403,-1309]]},{type:"Polygon",id:36075,arcs:[[-1327,1566,1567,1568,1569,1570,-1279]]},{type:"Polygon",id:46113,arcs:[[1571,1572,1573,1574,-1486,-1247,-1442]]},{type:"Polygon",id:26151,arcs:[[1575,1576,-1557,1577,1578]]},{type:"Polygon",id:16073,arcs:[[-1549,-1416,1579,1580,1581,-1263,-1479]]},{type:"Polygon",id:55021,arcs:[[1582,1583,1584,-1313,-1455,-1453]]},{type:"Polygon",id:55111,arcs:[[-1585,1585,1586,1587,-1563,-1308]]},{type:"Polygon",id:55027,arcs:[[1588,1589,1590,1591,-1583,-1452,-1468]]},{type:"Polygon",id:16019,arcs:[[-1474,-1449,-1173,1592,1593,1594,-1426]]},{type:"Polygon",id:16011,arcs:[[1595,1596,1597,-1443,-1323,-1427,-1595]]},{type:"Polygon",id:41035,arcs:[[1598,1599,1600,1601,-1460,-1297,-1274]]},{type:"Polygon",id:41037,arcs:[[1602,1603,-1599,-1273,-1430]]},{type:"Polygon",id:36065,arcs:[[1604,1605,-1567,-1326,-1421]]},{type:"Polygon",id:33013,arcs:[[-1555,1606,1607,1608,1609,-1268]]},{type:"Polygon",id:41011,arcs:[[1610,1611,-1464]]},{type:"Polygon",id:33019,arcs:[[-1610,1612,1613,1614,-1456,-1269]]},{type:"Polygon",id:33017,arcs:[[-1539,1615,1616,-1607,-1554,-1301]]},{type:"Polygon",id:26145,arcs:[[-1560,1617,1618,1619,-1529,-1437]]},{type:"Polygon",id:55103,arcs:[[1620,1621,1622,-1564,-1588]]},{type:"Polygon",id:55089,arcs:[[1623,1624,1625,-1476]]},{type:"Polygon",id:55131,arcs:[[-1477,-1626,1626,-1589,-1467]]},{type:"Polygon",id:19189,arcs:[[1627,1628,1629,-1518,-1497]]},{type:"Polygon",id:19109,arcs:[[1630,1631,1632,-1525,-1519,-1630,1633]]},{type:"Polygon",id:19059,arcs:[[1634,1635,-1516,1636]]},{type:"Polygon",id:19063,arcs:[[1637,-1637,-1515,-1526,-1633]]},{type:"Polygon",id:19195,arcs:[[1638,-1628,-1496,-1502,1639]]},{type:"Polygon",id:19143,arcs:[[1640,1641,-1493,-1517,-1636]]},{type:"Polygon",id:56027,arcs:[[-1488,1642,1643,1644,1645,1646,-1375]]},{type:"Polygon",id:19131,arcs:[[1647,1648,-1640,-1501,1649]]},{type:"Polygon",id:19119,arcs:[[1650,1651,-1521,-1490,-1494,-1642]]},{type:"Polygon",id:19089,arcs:[[1652,1653,-1650,-1500,-1513]]},{type:"Polygon",id:19005,arcs:[[-1566,1654,1655,1656,-1504]]},{type:"Polygon",id:19191,arcs:[[1657,1658,-1653,-1512,-1505,-1657]]},{type:"Polygon",id:46083,arcs:[[-1652,1659,1660,1661,1662,-1522]]},{type:"Polygon",id:56009,arcs:[[-1647,1663,1664,1665,1666,-1199,-1026,-1376]]},{type:"Polygon",id:46023,arcs:[[-1471,1667,1668,1669,1670,1671,1672,-1473]]},{type:"Polygon",id:46125,arcs:[[-1523,-1663,1673,1674,1675,-1527]]},{type:"Polygon",id:46067,arcs:[[-1528,-1676,1676,1677,-1669,1678,-1508,-1511]]},{type:"Polygon",id:56025,arcs:[[-1200,-1667,1679,-1431,-1388]]},{type:"Polygon",id:46043,arcs:[[-1509,-1679,-1668,-1470]]},{type:"Polygon",id:46053,arcs:[[-1673,1680,1681,-1551,-1330]]},{type:"Polygon",id:46047,arcs:[[-1575,1682,1683,-1643,-1487]]},{type:"Polygon",id:26121,arcs:[[-1544,1684,1685,1686,-1533]]},{type:"Polygon",id:26117,arcs:[[-1536,1687,1688,1689,-1542,-1540]]},{type:"Polygon",id:56035,arcs:[[1690,1691,-1171,-1434]]},{type:"Polygon",id:26057,arcs:[[-1530,-1620,1692,1693,-1688,-1535]]},{type:"Polygon",id:55023,arcs:[[-1623,1694,1695,-1655,-1565]]},{type:"Polygon",id:36011,arcs:[[1696,1697,1698,1699,1700,1701,-1570]]},{type:"Polygon",id:36091,arcs:[[-1547,1702,1703,1704,1705,1706,-1407,-1550]]},{type:"Polygon",id:46007,arcs:[[1707,1708,-1572,-1441]]},{type:"Polygon",id:46121,arcs:[[-1553,1709,-1708,-1481]]},{type:"Polygon",id:36073,arcs:[[1710,1711,1712,1713]]},{type:"Polygon",id:36063,arcs:[[-1713,1714,1715,1716]]},{type:"Polygon",id:36055,arcs:[[1717,1718,1719,1720,-1711,1721]]},{type:"Polygon",id:36117,arcs:[[1722,1723,-1718,1724,-1701]]},{type:"Polygon",id:26087,arcs:[[1725,1726,1727,1728,-1558,-1577]]},{type:"Polygon",id:56023,arcs:[[-1692,1729,1730,1731,1732,1733,-1593,-1172]]},{type:"Polygon",id:50003,arcs:[[-1458,1734,1735,1736,1737,-1545,-1484]]},{type:"Polygon",id:55025,arcs:[[-1592,1738,1739,1740,1741,-1586,-1584]]},{type:"Polygon",id:26081,arcs:[[1742,1743,1744,1745,-1685,-1543,-1690]]},{type:"Polygon",id:36035,arcs:[[-1707,1746,-1418,-1408]]},{type:"Polygon",id:33015,arcs:[[1747,1748,1749,-1608,-1617]]},{type:"Polygon",id:36067,arcs:[[1750,1751,-1697,-1569]]},{type:"Polygon",id:50025,arcs:[[-1615,1752,1753,-1735,-1457]]},{type:"Polygon",id:19167,arcs:[[1754,1755,1756,-1660,-1651]]},{type:"Polygon",id:19141,arcs:[[1757,1758,-1755,-1641]]},{type:"Polygon",id:19033,arcs:[[-1649,1759,1760,1761,-1639]]},{type:"Polygon",id:19081,arcs:[[-1762,1762,-1634,-1629]]},{type:"Polygon",id:19147,arcs:[[-1632,1763,1764,-1638]]},{type:"Polygon",id:19041,arcs:[[-1765,1765,-1758,-1635]]},{type:"Polygon",id:26049,arcs:[[-1729,1766,1767,1768,-1618,-1559]]},{type:"Polygon",id:19037,arcs:[[-1659,1769,1770,1771,-1654]]},{type:"Polygon",id:19067,arcs:[[-1772,1772,-1760,-1648]]},{type:"Polygon",id:55049,arcs:[[-1587,-1742,1773,1774,1775,-1621]]},{type:"Polygon",id:55043,arcs:[[-1776,1776,1777,1778,1779,-1695,-1622]]},{type:"Polygon",id:33011,arcs:[[-1750,1780,1781,1782,1783,-1613,-1609]]},{type:"Polygon",id:26139,arcs:[[-1746,1784,1785,-1686]]},{type:"Polygon",id:16063,arcs:[[1786,1787,1788,-1482,-1447]]},{type:"Polygon",id:16047,arcs:[[-1789,1789,1790,1791,-1414,-1483]]},{type:"Polygon",id:55055,arcs:[[1792,1793,1794,-1739,-1591]]},{type:"Polygon",id:16067,arcs:[[1795,1796,-1787,-1446]]},{type:"Polygon",id:55133,arcs:[[-1627,1797,1798,1799,-1793,-1590]]},{type:"Polygon",id:55079,arcs:[[1800,1801,-1798,-1625]]},{type:"Polygon",id:36053,arcs:[[-1606,1802,1803,1804,-1751,-1568]]},{type:"Polygon",id:33005,arcs:[[-1784,1805,1806,-1753,-1614]]},{type:"Polygon",id:46135,arcs:[[1807,1808,1809,1810,-1677,-1675]]},{type:"Polygon",id:46009,arcs:[[-1811,1811,-1670,-1678]]},{type:"Polygon",id:26155,arcs:[[-1769,1812,1813,1814,-1693,-1619]]},{type:"Polygon",id:36037,arcs:[[1815,1816,1817,-1715,-1712,-1721]]},{type:"Polygon",id:26067,arcs:[[1818,1819,1820,-1743,-1689]]},{type:"Polygon",id:26037,arcs:[[-1815,1821,1822,-1819,-1694]]},{type:"Polygon",id:16077,arcs:[[-1598,1823,1824,1825,-1444]]},{type:"MultiPolygon",id:36029,arcs:[[[1826]],[[-1818,1827,1828,1829,1830,1831,-1716]]]},{type:"Polygon",id:46127,arcs:[[-1757,1832,1833,1834,1835,1836,-1661]]},{type:"Polygon",id:46027,arcs:[[-1837,1837,1838,-1808,-1674,-1662]]},{type:"Polygon",id:19065,arcs:[[1839,1840,1841,-1770,-1658]]},{type:"Polygon",id:19043,arcs:[[-1696,-1780,1842,1843,-1840,-1656]]},{type:"Polygon",id:36057,arcs:[[-1706,1844,1845,1846,-1419,-1747]]},{type:"Polygon",id:36069,arcs:[[1847,1848,1849,1850,-1719,-1724]]},{type:"Polygon",id:16005,arcs:[[1851,1852,1853,-1824,-1597]]},{type:"Polygon",id:16029,arcs:[[-1594,-1734,1854,1855,-1852,-1596]]},{type:"Polygon",id:36099,arcs:[[1856,1857,1858,-1848,-1723,-1700]]},{type:"Polygon",id:31165,arcs:[[1859,1860,1861,-1644,-1684,1862]]},{type:"Polygon",id:31161,arcs:[[1863,1864,1865,1866,1867,-1573,1868]]},{type:"Polygon",id:31045,arcs:[[1869,-1863,-1683,-1574,-1868]]},{type:"Polygon",id:31015,arcs:[[1870,1871,1872,-1681,-1672]]},{type:"Polygon",id:31103,arcs:[[-1873,1873,1874,1875,-1552,-1682]]},{type:"Polygon",id:31031,arcs:[[-1710,-1876,1876,1877,1878,1879,1880,-1869,-1709]]},{type:"Polygon",id:41029,arcs:[[-1602,1881,1882,-1461]]},{type:"Polygon",id:36051,arcs:[[-1851,1883,1884,1885,-1816,-1720]]},{type:"Polygon",id:36083,arcs:[[-1738,1886,1887,1888,-1703,-1546]]},{type:"Polygon",id:36093,arcs:[[1889,1890,-1845,-1705]]},{type:"Polygon",id:41015,arcs:[[-1463,1891,1892,1893,-1611]]},{type:"Polygon",id:16083,arcs:[[-1791,1894,1895,1896,-1580,-1415,-1792]]},{type:"Polygon",id:19149,arcs:[[1897,1898,-1833,-1756]]},{type:"Polygon",id:19021,arcs:[[1899,1900,1901,-1766]]},{type:"Polygon",id:19035,arcs:[[-1902,1902,1903,-1898,-1759]]},{type:"Polygon",id:19151,arcs:[[1904,1905,1906,-1900,-1764]]},{type:"Polygon",id:19197,arcs:[[1907,1908,1909,1910,-1763]]},{type:"Polygon",id:19091,arcs:[[-1911,1911,-1905,-1631]]},{type:"Polygon",id:19069,arcs:[[1912,1913,-1908,-1761]]},{type:"Polygon",id:19023,arcs:[[1914,1915,1916,-1913,-1773]]},{type:"Polygon",id:19017,arcs:[[-1842,1917,-1915,-1771]]},{type:"Polygon",id:36077,arcs:[[-1847,1918,1919,1920,-1803,-1605,-1420]]},{type:"Polygon",id:31089,arcs:[[1921,1922,1923,1924,1925,1926,-1872]]},{type:"Polygon",id:26099,arcs:[[1927,1928,1929,-1727,1930]]},{type:"Polygon",id:26125,arcs:[[1931,1932,1933,-1767,-1728,-1930]]},{type:"Polygon",id:25009,arcs:[[1934,1935,1936,-1781,-1749]]},{type:"Polygon",id:31107,arcs:[[-1812,-1810,1937,1938,1939,-1922,-1871,-1671]]},{type:"Polygon",id:31027,arcs:[[-1839,1940,1941,1942,-1938,-1809]]},{type:"Polygon",id:36121,arcs:[[-1886,1943,1944,-1828,-1817]]},{type:"Polygon",id:55045,arcs:[[1945,1946,1947,1948,-1774,-1741]]},{type:"Polygon",id:16053,arcs:[[-1797,1949,-1895,-1790,-1788]]},{type:"Polygon",id:55105,arcs:[[-1795,1950,1951,1952,-1946,-1740]]},{type:"Polygon",id:31017,arcs:[[1953,1954,1955,-1877,-1875]]},{type:"Polygon",id:55127,arcs:[[-1800,1956,1957,1958,1959,-1951,-1794]]},{type:"Polygon",id:55101,arcs:[[1960,1961,-1957,-1799,-1802]]},{type:"Polygon",id:36095,arcs:[[-1891,1962,1963,1964,-1919,-1846]]},{type:"Polygon",id:36001,arcs:[[-1889,1965,-1963,-1890,-1704]]},{type:"Polygon",id:55065,arcs:[[-1949,1966,1967,-1777,-1775]]},{type:"Polygon",id:31149,arcs:[[1968,-1954,-1874,-1927]]},{type:"Polygon",id:36023,arcs:[[1969,1970,-1698,-1752,-1805,1971,1972]]},{type:"Polygon",id:41033,arcs:[[-1462,-1883,1973,1974,-1892]]},{type:"Polygon",id:26093,arcs:[[-1934,1975,1976,1977,-1813,-1768]]},{type:"Polygon",id:26065,arcs:[[-1978,1978,1979,-1822,-1814]]},{type:"Polygon",id:26045,arcs:[[-1823,-1980,1980,1981,1982,-1820]]},{type:"Polygon",id:26015,arcs:[[-1983,1983,1984,1985,-1744,-1821]]},{type:"Polygon",id:26005,arcs:[[-1745,-1986,1986,1987,1988,-1785]]},{type:"Polygon",id:36123,arcs:[[1989,1990,-1849,-1859]]},{type:"Polygon",id:31051,arcs:[[-1836,1991,1992,1993,-1941,-1838]]},{type:"Polygon",id:25003,arcs:[[1994,1995,1996,1997,1998,1999,-1887,-1737]]},{type:"Polygon",id:36017,arcs:[[-1921,2e3,2001,2002,-1972,-1804]]},{type:"Polygon",id:25011,arcs:[[2003,-1995,-1736,-1754,-1807,2004]]},{type:"Polygon",id:25017,arcs:[[2005,2006,2007,2008,2009,2010,2011,2012,2013,-1782,-1937]]},{type:"Polygon",id:25027,arcs:[[-1783,-2014,2014,2015,2016,2017,2018,2019,-2005,-1806]]},{type:"Polygon",id:16031,arcs:[[-1826,2020,2021,2022,-1896,-1950,-1796,-1445]]},{type:"Polygon",id:19061,arcs:[[2023,2024,2025,2026,-1843,-1779]]},{type:"Polygon",id:55059,arcs:[[2027,2028,2029,-1958,-1962]]},{type:"Polygon",id:19055,arcs:[[-2027,2030,2031,2032,-1844]]},{type:"Polygon",id:19187,arcs:[[-1910,2033,2034,2035,2036,-1906,-1912]]},{type:"Polygon",id:19019,arcs:[[-2033,2037,2038,2039,-1841]]},{type:"Polygon",id:19013,arcs:[[-2040,2040,2041,2042,-1916,-1918]]},{type:"Polygon",id:36109,arcs:[[-1971,2043,2044,2045,-1857,-1699]]},{type:"Polygon",id:56015,arcs:[[-1862,2046,2047,2048,2049,-1645]]},{type:"Polygon",id:56031,arcs:[[-2050,2050,2051,-1664,-1646]]},{type:"Polygon",id:16007,arcs:[[-1733,2052,2053,-1855]]},{type:"Polygon",id:36101,arcs:[[-1850,-1991,2054,2055,2056,2057,2058,-1884]]},{type:"Polygon",id:36013,arcs:[[2059,2060,2061,2062,-1831]]},{type:"Polygon",id:19193,arcs:[[-1904,2063,2064,2065,2066,-1834,-1899]]},{type:"Polygon",id:19161,arcs:[[2067,2068,2069,2070,-1901]]},{type:"Polygon",id:19093,arcs:[[-2071,2071,-2064,-1903]]},{type:"Polygon",id:19025,arcs:[[-2037,2072,2073,-2068,-1907]]},{type:"Polygon",id:19079,arcs:[[2074,2075,2076,-2034,-1909]]},{type:"Polygon",id:19083,arcs:[[-1914,2077,2078,2079,-2075]]},{type:"Polygon",id:19075,arcs:[[-2043,2080,2081,-2078,-1917]]},{type:"Polygon",id:25015,arcs:[[-2020,2082,-1996,-2004]]},{type:"Polygon",id:36097,arcs:[[-2046,2083,-2055,-1990,-1858]]},{type:"Polygon",id:36009,arcs:[[-1829,-1945,2084,2085,2086,-2060,-1830]]},{type:"Polygon",id:31043,arcs:[[-1835,-2067,2087,-1992]]},{type:"Polygon",id:36003,arcs:[[-1885,-2059,2088,2089,-2085,-1944]]},{type:"Polygon",id:36025,arcs:[[-1965,2090,2091,2092,2093,2094,-2001,-1920]]},{type:"Polygon",id:17085,arcs:[[-1968,2095,2096,2097,-2024,-1778]]},{type:"Polygon",id:36021,arcs:[[2098,2099,2100,-1888,-2e3]]},{type:"Polygon",id:17177,arcs:[[2101,-2096,-1967,-1948,2102,2103]]},{type:"Polygon",id:17201,arcs:[[2104,2105,-2103,-1947,-1953]]},{type:"Polygon",id:16071,arcs:[[-1854,2106,2107,2108,-2021,-1825]]},{type:"Polygon",id:17111, +arcs:[[2109,2110,2111,2112,2113,-1959,-2030]]},{type:"Polygon",id:17007,arcs:[[-1960,-2114,2114,-2105,-1952]]},{type:"Polygon",id:17097,arcs:[[2115,-2110,-2029,2116]]},{type:"Polygon",id:36039,arcs:[[2117,-2091,-1964,-1966,-2101]]},{type:"MultiPolygon",id:25025,arcs:[[[2118,2119,-2012,2120,-2010]]]},{type:"Polygon",id:31139,arcs:[[2121,2122,2123,-1939,-1943]]},{type:"Polygon",id:31013,arcs:[[2124,2125,-1860,-1870,-1867]]},{type:"Polygon",id:31003,arcs:[[-2124,2126,2127,2128,-1923,-1940]]},{type:"Polygon",id:26161,arcs:[[2129,2130,2131,-1976,-1933,2132]]},{type:"Polygon",id:56007,arcs:[[-1666,2133,2134,2135,2136,2137,-1432,-1680]]},{type:"Polygon",id:56001,arcs:[[-2052,2138,2139,2140,-2134,-1665]]},{type:"Polygon",id:16041,arcs:[[-2054,2141,-2107,-1853,-1856]]},{type:"Polygon",id:26075,arcs:[[-1977,-2132,2142,2143,2144,-1981,-1979]]},{type:"Polygon",id:26025,arcs:[[-2145,2145,2146,2147,-1984,-1982]]},{type:"Polygon",id:26159,arcs:[[2148,2149,2150,2151,-1988]]},{type:"Polygon",id:26077,arcs:[[-2148,2152,-2149,-1987,-1985]]},{type:"Polygon",id:36007,arcs:[[-2002,-2095,2153,2154,2155,-1973,-2003]]},{type:"Polygon",id:36107,arcs:[[-2156,2156,2157,2158,-2044,-1970]]},{type:"Polygon",id:19097,arcs:[[-2098,2159,2160,2161,-2025]]},{type:"Polygon",id:31179,arcs:[[-1994,2162,2163,2164,-2122,-1942]]},{type:"Polygon",id:25021,arcs:[[-2120,2165,2166,2167,2168,-2015,-2013]]},{type:"Polygon",id:25013,arcs:[[-2019,2169,2170,2171,-1997,-2083]]},{type:"Polygon",id:25023,arcs:[[2172,2173,2174,2175,2176,-2167,2177]]},{type:"Polygon",id:19011,arcs:[[2178,2179,2180,-2041,-2039]]},{type:"Polygon",id:19113,arcs:[[-2032,2181,2182,2183,-2179,-2038]]},{type:"Polygon",id:19171,arcs:[[-2181,2184,2185,-2081,-2042]]},{type:"Polygon",id:19105,arcs:[[-2026,-2162,2186,2187,-2182,-2031]]},{type:"Polygon",id:36015,arcs:[[-2045,-2159,2188,2189,-2056,-2084]]},{type:"Polygon",id:31173,arcs:[[-2066,2190,2191,2192,-2163,-1993,-2088]]},{type:"Polygon",id:56037,arcs:[[-1433,-2138,2193,2194,2195,2196,-1730,-1691]]},{type:"Polygon",id:42049,arcs:[[2197,2198,2199,2200,-2062]]},{type:"Polygon",id:26021,arcs:[[2201,2202,2203,2204,-2151]]},{type:"Polygon",id:19133,arcs:[[2205,2206,2207,-2191,-2065]]},{type:"Polygon",id:19127,arcs:[[-2186,2208,2209,-2079,-2082]]},{type:"Polygon",id:19027,arcs:[[-2074,2210,2211,2212,2213,-2069]]},{type:"Polygon",id:19047,arcs:[[-2072,-2070,-2214,2214,2215,-2206]]},{type:"Polygon",id:19015,arcs:[[-2077,2216,2217,2218,2219,-2035]]},{type:"Polygon",id:19073,arcs:[[-2220,2220,2221,-2211,-2073,-2036]]},{type:"Polygon",id:19169,arcs:[[-2080,-2210,2222,2223,-2217,-2076]]},{type:"Polygon",id:17141,arcs:[[2224,2225,2226,2227,-2104,-2106]]},{type:"Polygon",id:17015,arcs:[[-2228,2228,2229,-2160,-2097,-2102]]},{type:"Polygon",id:36111,arcs:[[-2100,2230,2231,2232,-2092,-2118]]},{type:"Polygon",id:17031,arcs:[[-2116,2233,2234,2235,2236,2237,2238,-2111]]},{type:"Polygon",id:17037,arcs:[[2239,2240,2241,2242,-2225,-2115,-2113]]},{type:"Polygon",id:17089,arcs:[[-2239,2243,2244,-2240,-2112]]},{type:"Polygon",id:31075,arcs:[[2245,2246,2247,-1864,-1881]]},{type:"Polygon",id:25005,arcs:[[2248,2249,2250,2251,2252,-2168,-2177]]},{type:"Polygon",id:31091,arcs:[[2253,2254,2255,-2246,-1880]]},{type:"Polygon",id:31039,arcs:[[-2193,2256,2257,2258,2259,-2164]]},{type:"Polygon",id:31119,arcs:[[2260,2261,2262,-2127,-2123]]},{type:"Polygon",id:31167,arcs:[[-2260,2263,2264,-2261,-2165]]},{type:"Polygon",id:31171,arcs:[[2265,2266,2267,-2254,-1879]]},{type:"Polygon",id:31183,arcs:[[2268,2269,2270,2271,-1924,-2129]]},{type:"Polygon",id:31009,arcs:[[-1878,-1956,2272,2273,2274,-2266]]},{type:"Polygon",id:31115,arcs:[[2275,2276,-2273,-1955,-1969,-1926]]},{type:"Polygon",id:31071,arcs:[[-2272,2277,2278,-2276,-1925]]},{type:"Polygon",id:26091,arcs:[[2279,2280,2281,2282,-2143,-2131]]},{type:"Polygon",id:36027,arcs:[[-1999,2283,2284,2285,2286,-2231,-2099]]},{type:"Polygon",id:25001,arcs:[[-2175,2287]]},{type:"Polygon",id:26023,arcs:[[2288,2289,2290,2291,-2147]]},{type:"Polygon",id:26059,arcs:[[-2283,2292,2293,2294,-2289,-2146,-2144]]},{type:"Polygon",id:26149,arcs:[[-2292,2295,2296,2297,-2153]]},{type:"Polygon",id:26027,arcs:[[-2298,2298,2299,-2202,-2150]]},{type:"Polygon",id:9005,arcs:[[-2172,2300,2301,2302,-2284,-1998]]},{type:"Polygon",id:31021,arcs:[[2303,2304,2305,-2257,-2192,-2208]]},{type:"Polygon",id:9003,arcs:[[2306,2307,2308,2309,-2301,-2171]]},{type:"Polygon",id:9013,arcs:[[-2018,2310,2311,-2307,-2170]]},{type:"Polygon",id:19045,arcs:[[-2230,2312,2313,2314,2315,2316,-2187,-2161]]},{type:"Polygon",id:9015,arcs:[[2317,2318,2319,-2311,-2017]]},{type:"Polygon",id:44007,arcs:[[-2253,2320,2321,2322,-2318,-2016,-2169]]},{type:"Polygon",id:36105,arcs:[[2323,2324,2325,-2093,-2233]]},{type:"Polygon",id:6093,arcs:[[-1601,2326,2327,2328,2329,2330,-1974,-1882]]},{type:"Polygon",id:31069,arcs:[[-2248,2331,2332,2333,2334,2335,-1865]]},{type:"Polygon",id:31123,arcs:[[-2336,2336,2337,2338,-2125,-1866]]},{type:"Polygon",id:49005,arcs:[[2339,2340,2341,-2108,-2142]]},{type:"Polygon",id:31157,arcs:[[-2339,2342,-2047,-1861,-2126]]},{type:"Polygon",id:49033,arcs:[[-1732,2343,2344,2345,2346,-2340,-2053]]},{type:"Polygon",id:42015,arcs:[[-2189,-2158,2347,2348,2349,2350,2351]]},{type:"Polygon",id:42117,arcs:[[-2190,-2352,2352,2353,-2057]]},{type:"Polygon",id:49003,arcs:[[2354,2355,2356,-2022,-2109,-2342]]},{type:"Polygon",id:32013,arcs:[[2357,2358,2359,-1428,-1264,-1582,2360]]},{type:"Polygon",id:32007,arcs:[[-2023,-2357,2361,2362,2363,2364,-2361,-1581,-1897]]},{type:"Polygon",id:42083,arcs:[[-2090,2365,2366,2367,2368,-2086]]},{type:"Polygon",id:42105,arcs:[[-2058,-2354,2369,2370,2371,-2366,-2089]]},{type:"Polygon",id:6015,arcs:[[-2331,2372,2373,-1893,-1975]]},{type:"Polygon",id:42127,arcs:[[-2094,-2326,2374,2375,2376,2377,-2154]]},{type:"Polygon",id:42115,arcs:[[2378,2379,-2348,-2157,-2155,-2378]]},{type:"Polygon",id:42123,arcs:[[-2369,2380,2381,2382,-2198,-2061,-2087]]},{type:"Polygon",id:6049,arcs:[[-1604,2383,2384,2385,-2327,-1600]]},{type:"Polygon",id:32031,arcs:[[2386,2387,2388,2389,2390,2391,2392,2393,2394,-2384,-1603,-1429,-2360]]},{type:"Polygon",id:17043,arcs:[[2395,2396,-2244,-2238]]},{type:"Polygon",id:39007,arcs:[[2397,2398,2399,2400,2401,-2200]]},{type:"Polygon",id:19031,arcs:[[-2188,-2317,2402,2403,2404,-2183]]},{type:"Polygon",id:17195,arcs:[[-2227,2405,2406,2407,2408,-2313,-2229]]},{type:"Polygon",id:31011,arcs:[[-2263,2409,2410,2411,-2269,-2128]]},{type:"Polygon",id:17103,arcs:[[-2243,2412,2413,-2406,-2226]]},{type:"Polygon",id:19085,arcs:[[-2216,2414,2415,2416,-2304,-2207]]},{type:"Polygon",id:19095,arcs:[[2417,2418,2419,2420,-2180]]},{type:"Polygon",id:19049,arcs:[[2421,2422,2423,-2221,-2219]]},{type:"Polygon",id:19165,arcs:[[2424,2425,2426,-2415,-2215]]},{type:"Polygon",id:19009,arcs:[[2427,2428,-2425,-2213]]},{type:"Polygon",id:19157,arcs:[[-2421,2429,2430,2431,-2185]]},{type:"Polygon",id:19153,arcs:[[-2224,2432,2433,2434,-2422,-2218]]},{type:"Polygon",id:19099,arcs:[[-2209,-2432,2435,2436,-2433,-2223]]},{type:"Polygon",id:19077,arcs:[[-2424,2437,-2428,-2212,-2222]]},{type:"Polygon",id:19103,arcs:[[-2405,2438,2439,2440,-2418,-2184]]},{type:"Polygon",id:39085,arcs:[[2441,2442,2443,-2401]]},{type:"Polygon",id:42039,arcs:[[-2383,2444,2445,2446,-2398,-2199]]},{type:"Polygon",id:17161,arcs:[[2447,2448,2449,2450,2451,-2314,-2409]]},{type:"Polygon",id:44001,arcs:[[2452,-2321,-2252]]},{type:"Polygon",id:19163,arcs:[[-2452,2453,-2403,-2316,-2315]]},{type:"Polygon",id:44003,arcs:[[2454,2455,2456,-2319,-2323]]},{type:"Polygon",id:18039,arcs:[[2457,2458,2459,2460,2461,-2299,-2297]]},{type:"Polygon",id:18141,arcs:[[2462,2463,2464,-2203,-2300,-2462]]},{type:"Polygon",id:18091,arcs:[[2465,2466,2467,-2204,-2465]]},{type:"Polygon",id:18151,arcs:[[2468,2469,-2290,-2295,2470]]},{type:"Polygon",id:18087,arcs:[[2471,-2458,-2296,-2291,-2470]]},{type:"Polygon",id:31037,arcs:[[-2259,2472,2473,2474,-2264]]},{type:"Polygon",id:31141,arcs:[[-2475,2475,2476,2477,2478,-2410,-2262,-2265]]},{type:"Polygon",id:31053,arcs:[[-2306,2479,2480,2481,2482,-2473,-2258]]},{type:"Polygon",id:31117,arcs:[[-2268,2483,2484,2485,2486,-2255]]},{type:"Polygon",id:31005,arcs:[[-2487,2487,-2332,-2247,-2256]]},{type:"Polygon",id:31077,arcs:[[2488,2489,2490,2491,-2270,-2412]]},{type:"Polygon",id:31041,arcs:[[-2279,2492,2493,2494,2495,2496,2497,-2274,-2277]]},{type:"Polygon",id:31113,arcs:[[-2275,-2498,2498,-2484,-2267]]},{type:"Polygon",id:31175,arcs:[[-2271,-2492,2499,-2493,-2278]]},{type:"Polygon",id:39095,arcs:[[2500,2501,2502,2503,-2281,2504,2505,2506,2507,2508,2509]]},{type:"Polygon",id:17197,arcs:[[-2237,2510,2511,2512,2513,-2396]]},{type:"Polygon",id:39123,arcs:[[2514,2515,2516,2517,2518,-2501]]},{type:"Polygon",id:17093,arcs:[[-2514,2519,2520,-2241,-2245,-2397]]},{type:"Polygon",id:39051,arcs:[[2521,2522,-2293,-2282,-2504]]},{type:"Polygon",id:39055,arcs:[[2523,2524,2525,-2442,-2400]]},{type:"Polygon",id:9011,arcs:[[-2457,2526,2527,2528,-2308,-2312,-2320]]},{type:"Polygon",id:18089,arcs:[[2529,2530,2531,2532,-2511,-2236,2533]]},{type:"Polygon",id:18127,arcs:[[2534,-2530,2535,-2467]]},{type:"Polygon",id:39171,arcs:[[2536,2537,2538,-2471,-2294,-2523]]},{type:"Polygon",id:31007,arcs:[[-2338,2539,2540,2541,-2048,-2343]]},{type:"Polygon",id:31177,arcs:[[-2417,2542,2543,-2480,-2305]]},{type:"MultiPolygon",id:44005,arcs:[[[2544]],[[2545,-2250]]]},{type:"Polygon",id:9001,arcs:[[2546,2547,2548,2549,-2285,-2303]]},{type:"Polygon",id:56021,arcs:[[-2049,-2542,2550,2551,2552,-2139,-2051]]},{type:"Polygon",id:44009,arcs:[[-2527,-2456,2553]]},{type:"Polygon",id:42131,arcs:[[-2380,2554,2555,2556,-2349]]},{type:"Polygon",id:9007,arcs:[[-2529,2557,2558,-2309]]},{type:"Polygon",id:9009,arcs:[[-2559,2559,2560,2561,-2547,-2302,-2310]]},{type:"Polygon",id:42069,arcs:[[-2377,2562,2563,-2555,-2379]]},{type:"Polygon",id:36071,arcs:[[-2287,2564,2565,2566,2567,2568,-2324,-2232]]},{type:"Polygon",id:17099,arcs:[[-2521,2569,2570,2571,2572,2573,2574,-2413,-2242]]},{type:"Polygon",id:39035,arcs:[[-2526,2575,2576,2577,2578,2579,-2443]]},{type:"Polygon",id:42047,arcs:[[2580,2581,2582,2583,-2368]]},{type:"Polygon",id:42053,arcs:[[-2584,2584,2585,2586,-2381]]},{type:"Polygon",id:42121,arcs:[[2587,2588,2589,-2445,-2382,-2587]]},{type:"Polygon",id:39043,arcs:[[2590,2591,2592,2593,2594,2595]]},{type:"Polygon",id:39173,arcs:[[-2519,2596,2597,2598,2599,-2502]]},{type:"Polygon",id:42023,arcs:[[-2372,2600,2601,-2581,-2367]]},{type:"Polygon",id:42103,arcs:[[-2569,2602,2603,-2375,-2325]]},{type:"Polygon",id:19139,arcs:[[-2404,-2454,-2451,2604,-2439]]},{type:"Polygon",id:42081,arcs:[[2605,2606,2607,2608,2609,2610,-2370,-2353,-2351]]},{type:"Polygon",id:42113,arcs:[[-2606,-2350,-2557,2611,2612]]},{type:"Polygon",id:17011,arcs:[[-2575,2613,2614,2615,2616,-2407,-2414]]},{type:"Polygon",id:17073,arcs:[[-2617,2617,2618,2619,-2448,-2408]]},{type:"Polygon",id:56041,arcs:[[-2197,2620,-2344,-1731]]},{type:"Polygon",id:18033,arcs:[[2621,2622,2623,-2469,-2539]]},{type:"Polygon",id:18113,arcs:[[-2624,2624,2625,2626,-2459,-2472]]},{type:"Polygon",id:31125,arcs:[[2627,2628,-2489,-2411,-2479]]},{type:"Polygon",id:36079,arcs:[[2629,2630,-2565,-2286,-2550,2631]]},{type:"Polygon",id:25007,arcs:[[2632]]},{type:"Polygon",id:39093,arcs:[[-2579,2633,2634,2635,-2591,2636]]},{type:"Polygon",id:19183,arcs:[[2637,2638,2639,2640,-2419,-2441]]},{type:"Polygon",id:19181,arcs:[[2641,2642,2643,2644,-2435]]},{type:"Polygon",id:19107,arcs:[[-2641,2645,2646,2647,-2430,-2420]]},{type:"Polygon",id:19121,arcs:[[2648,2649,2650,-2423,-2645]]},{type:"Polygon",id:19123,arcs:[[-2648,2651,2652,2653,-2436,-2431]]},{type:"Polygon",id:19125,arcs:[[-2654,2654,2655,-2642,-2434,-2437]]},{type:"Polygon",id:19155,arcs:[[-2427,2656,2657,2658,2659,2660,-2543,-2416]]},{type:"Polygon",id:19029,arcs:[[-2429,2661,2662,2663,-2657,-2426]]},{type:"Polygon",id:19001,arcs:[[-2438,-2651,2664,2665,-2662]]},{type:"Polygon",id:39155,arcs:[[-2447,2666,2667,2668,-2524,-2399]]},{type:"Polygon",id:39143,arcs:[[2669,-2593,2670,2671,-2597,-2518]]},{type:"Polygon",id:42085,arcs:[[-2590,2672,2673,2674,-2667,-2446]]},{type:"Polygon",id:39069,arcs:[[-2503,-2600,2675,2676,-2537,-2522]]},{type:"Polygon",id:18099,arcs:[[-2461,2677,2678,2679,-2463]]},{type:"Polygon",id:42035,arcs:[[-2611,2680,2681,2682,-2601,-2371]]},{type:"Polygon",id:6023,arcs:[[-2330,2683,2684,2685,-2373]]},{type:"Polygon",id:17063,arcs:[[2686,2687,-2570,-2520,-2513]]},{type:"Polygon",id:31023,arcs:[[-2483,2688,2689,2690,2691,-2476,-2474]]},{type:"Polygon",id:31155,arcs:[[2692,2693,2694,2695,-2689,-2482]]},{type:"Polygon",id:18085,arcs:[[-2627,2696,2697,2698,-2678,-2460]]},{type:"Polygon",id:31033,arcs:[[-2335,2699,2700,2701,2702,-2540,-2337]]},{type:"Polygon",id:42031,arcs:[[2703,2704,2705,-2588,-2586]]},{type:"Polygon",id:49057,arcs:[[-2341,-2347,2706,2707,-2355]]},{type:"Polygon",id:18149,arcs:[[-2680,2708,2709,-2466,-2464]]},{type:"Polygon",id:42079,arcs:[[2710,2711,2712,2713,-2612,-2556,-2564]]},{type:"Polygon",id:39039,arcs:[[2714,2715,2716,-2622,-2538,-2677]]},{type:"Polygon",id:19115,arcs:[[-2605,-2450,2717,2718,2719,-2638,-2440]]},{type:"Polygon",id:31101,arcs:[[2720,2721,2722,-2333,-2488,-2486]]},{type:"Polygon",id:31111,arcs:[[-2499,-2497,2723,2724,2725,2726,-2721,-2485]]},{type:"Polygon",id:25019,arcs:[[2727]]},{type:"Polygon",id:31143,arcs:[[2728,2729,2730,-2477,-2692]]},{type:"Polygon",id:31105,arcs:[[-2703,2731,2732,-2551,-2541]]},{type:"Polygon",id:31121,arcs:[[-2731,2733,2734,2735,-2628,-2478]]},{type:"Polygon",id:31093,arcs:[[-2629,-2736,2736,2737,2738,-2490]]},{type:"Polygon",id:31163,arcs:[[-2491,-2739,2739,-2494,-2500]]},{type:"Polygon",id:31055,arcs:[[-2544,-2661,2740,-2693,-2481]]},{type:"Polygon",id:49029,arcs:[[2741,2742,2743,-2707,-2346]]},{type:"Polygon",id:42065,arcs:[[2744,2745,2746,-2704,-2585,-2583]]},{type:"Polygon",id:6105,arcs:[[2747,2748,2749,-2684,-2329]]},{type:"Polygon",id:36119,arcs:[[2750,2751,-2632,-2549,2752]]},{type:"Polygon",id:34037,arcs:[[2753,2754,2755,2756,-2603,-2568]]},{type:"Polygon",id:39153,arcs:[[2757,2758,2759,2760,-2577]]},{type:"Polygon",id:39133,arcs:[[-2669,2761,2762,-2758,-2576,-2525]]},{type:"Polygon",id:17131,arcs:[[-2620,2763,2764,2765,2766,-2718,-2449]]},{type:"Polygon",id:17155,arcs:[[-2574,2767,-2614]]},{type:"Polygon",id:36087,arcs:[[2768,2769,-2566,-2631,2770]]},{type:"Polygon",id:42037,arcs:[[2771,2772,2773,-2607,-2613,-2714]]},{type:"Polygon",id:17091,arcs:[[-2533,2774,2775,2776,2777,-2687,-2512]]},{type:"Polygon",id:18183,arcs:[[2778,2779,2780,-2697,-2626]]},{type:"MultiPolygon",id:36103,arcs:[[[2781,2782]]]},{type:"Polygon",id:39077,arcs:[[-2636,2783,2784,2785,2786,-2671,-2592]]},{type:"Polygon",id:18073,arcs:[[-2710,2787,2788,2789,2790,-2531,-2535]]},{type:"Polygon",id:39103,arcs:[[-2761,2791,2792,-2634,-2578]]},{type:"Polygon",id:18003,arcs:[[2793,2794,2795,2796,2797,-2779,-2625,-2623,-2717]]},{type:"Polygon",id:39147,arcs:[[-2787,2798,2799,2800,-2598,-2672]]},{type:"Polygon",id:42033,arcs:[[2801,2802,2803,2804,-2745,-2582,-2602,-2683]]},{type:"Polygon",id:49043,arcs:[[-2621,-2196,2805,2806,2807,2808,-2742,-2345]]},{type:"Polygon",id:42027,arcs:[[2809,2810,2811,2812,-2802,-2682]]},{type:"Polygon",id:42089,arcs:[[-2757,2813,2814,2815,-2711,-2563,-2376,-2604]]},{type:"Polygon",id:39125,arcs:[[2816,2817,-2794,-2716]]},{type:"Polygon",id:17175,arcs:[[-2616,2818,2819,2820,-2618]]},{type:"Polygon",id:31049,arcs:[[-2723,2821,2822,-2700,-2334]]},{type:"Polygon",id:18111,arcs:[[2823,2824,-2775,-2532,-2791]]},{type:"Polygon",id:34031,arcs:[[2825,2826,-2754,-2567,-2770,2827]]},{type:"Polygon",id:31153,arcs:[[-2660,2828,2829,-2694,-2741]]},{type:"Polygon",id:6035,arcs:[[-2395,2830,2831,2832,-2385]]},{type:"Polygon",id:6089,arcs:[[-2386,-2833,2833,2834,-2748,-2328]]},{type:"Polygon",id:42097,arcs:[[2835,-2773,2836,2837,2838,2839,2840,-2609]]},{type:"Polygon",id:18049,arcs:[[2841,2842,2843,2844,-2679,-2699]]},{type:"Polygon",id:31081,arcs:[[2845,2846,2847,2848,-2734,-2730]]},{type:"Polygon",id:18131,arcs:[[-2845,2849,2850,-2788,-2709]]},{type:"Polygon",id:42093,arcs:[[-2774,-2836,-2608]]},{type:"Polygon",id:42019,arcs:[[-2706,2851,2852,2853,2854,-2673,-2589]]},{type:"Polygon",id:42005,arcs:[[-2747,2855,2856,2857,-2852,-2705]]},{type:"Polygon",id:39063,arcs:[[-2801,2858,2859,2860,2861,-2599]]},{type:"Polygon",id:39137,arcs:[[-2862,2862,2863,-2817,-2715,-2676]]},{type:"Polygon",id:19101,arcs:[[-2640,2864,2865,2866,-2646]]},{type:"Polygon",id:19087,arcs:[[-2720,2867,2868,2869,-2865,-2639]]},{type:"Polygon",id:19179,arcs:[[-2867,2870,2871,-2652,-2647]]},{type:"Polygon",id:19039,arcs:[[2872,2873,2874,-2649,-2644]]},{type:"Polygon",id:19117,arcs:[[-2656,2875,2876,-2873,-2643]]},{type:"Polygon",id:19135,arcs:[[-2872,2877,-2876,-2655,-2653]]},{type:"Polygon",id:19129,arcs:[[2878,2879,2880,-2829,-2659]]},{type:"Polygon",id:19137,arcs:[[-2664,2881,2882,-2879,-2658]]},{type:"Polygon",id:19003,arcs:[[-2666,2883,2884,-2882,-2663]]},{type:"Polygon",id:19175,arcs:[[-2650,-2875,2885,-2884,-2665]]},{type:"Polygon",id:49011,arcs:[[-2744,2886,2887,-2708]]},{type:"Polygon",id:17095,arcs:[[-2821,2888,2889,2890,-2764,-2619]]},{type:"Polygon",id:42119,arcs:[[2891,2892,-2810,-2681,-2610,-2841]]},{type:"Polygon",id:17123,arcs:[[-2768,-2573,2893,2894,-2819,-2615]]},{type:"Polygon",id:34003,arcs:[[2895,2896,-2828,-2769,2897]]},{type:"Polygon",id:39099,arcs:[[-2675,2898,2899,2900,-2762,-2668]]},{type:"Polygon",id:42025,arcs:[[-2816,2901,2902,2903,-2712]]},{type:"Polygon",id:42073,arcs:[[-2855,2904,2905,-2899,-2674]]},{type:"Polygon",id:17105,arcs:[[-2778,2906,2907,2908,-2571,-2688]]},{type:"Polygon",id:34041,arcs:[[2909,2910,2911,2912,-2814,-2756]]},{type:"Polygon",id:34027,arcs:[[2913,2914,2915,2916,-2910,-2755,-2827]]},{type:"Polygon",id:49045,arcs:[[2917,2918,2919,2920,-2362,-2356,-2888]]},{type:"Polygon",id:19057,arcs:[[-2767,2921,2922,2923,-2868,-2719]]},{type:"Polygon",id:17071,arcs:[[2924,2925,2926,2927,-2922,-2766]]},{type:"Polygon",id:17187,arcs:[[-2891,2928,2929,-2925,-2765]]},{type:"Polygon",id:39005,arcs:[[-2793,2930,2931,2932,2933,-2784,-2635]]},{type:"Polygon",id:31025,arcs:[[-2881,2934,2935,2936,-2695,-2830]]},{type:"Polygon",id:31185,arcs:[[2937,2938,2939,-2846,-2729]]},{type:"Polygon",id:31079,arcs:[[-2735,-2849,2940,2941,-2737]]},{type:"Polygon",id:31047,arcs:[[2942,2943,2944,2945,-2724,-2496]]},{type:"Polygon",id:31019,arcs:[[-2738,-2942,2946,2947,2948,-2943,-2495,-2740]]},{type:"Polygon",id:31159,arcs:[[2949,2950,-2938,-2691]]},{type:"Polygon",id:31109,arcs:[[-2937,2951,2952,2953,-2950,-2690,-2696]]},{type:"Polygon",id:18169,arcs:[[-2781,2954,2955,2956,-2842,-2698]]},{type:"Polygon",id:17075,arcs:[[-2825,2957,2958,2959,-2776]]},{type:"Polygon",id:18069,arcs:[[-2798,2960,2961,-2955,-2780]]},{type:"Polygon",id:8123,arcs:[[2962,2963,2964,2965,2966,-2552,-2733,2967]]},{type:"Polygon",id:31135,arcs:[[-2727,2968,2969,2970,2971,-2822,-2722]]},{type:"Polygon",id:8107,arcs:[[2972,2973,2974,2975,2976,-2136,2977]]},{type:"Polygon",id:8057,arcs:[[2978,-2978,-2135,-2141,2979]]},{type:"Polygon",id:8081,arcs:[[-2977,2980,2981,2982,-2194,-2137]]},{type:"Polygon",id:8075,arcs:[[2983,2984,2985,-2968,-2732,-2702,2986,2987]]},{type:"Polygon",id:8115,arcs:[[2988,-2987,-2701,-2823,-2972]]},{type:"Polygon",id:49009,arcs:[[2989,2990,-2806,-2195,-2983]]},{type:"Polygon",id:32011,arcs:[[2991,2992,2993,-2364]]},{type:"Polygon",id:32015,arcs:[[-2994,2994,2995,2996,-2358,-2365]]},{type:"Polygon",id:8069,arcs:[[2997,2998,-2980,-2140,-2553,-2967]]},{type:"Polygon",id:18103,arcs:[[-2957,2999,3e3,3001,-2843]]},{type:"Polygon",id:39033,arcs:[[3002,3003,3004,3005,-2799,-2786]]},{type:"Polygon",id:17053,arcs:[[3006,3007,3008,-2907,-2777,-2960]]},{type:"Polygon",id:39139,arcs:[[-2934,3009,3010,-3003,-2785]]},{type:"Polygon",id:39175,arcs:[[-3006,3011,3012,-2859,-2800]]},{type:"Polygon",id:39169,arcs:[[-2760,3013,3014,-2931,-2792]]},{type:"Polygon",id:39161,arcs:[[-2864,3015,3016,3017,3018,-2795,-2818]]},{type:"Polygon",id:39151,arcs:[[-2901,3019,3020,3021,3022,-3014,-2759,-2763]]},{type:"Polygon",id:17143,arcs:[[-2895,3023,3024,3025,-2889,-2820]]},{type:"Polygon",id:42095,arcs:[[3026,3027,-2902,-2815,-2913]]},{type:"Polygon",id:32027,arcs:[[-2997,3028,-2387,-2359]]},{type:"Polygon",id:42107,arcs:[[-2904,3029,3030,3031,3032,-2837,-2772,-2713]]},{type:"Polygon",id:39029,arcs:[[-2906,3033,3034,3035,3036,-3020,-2900]]},{type:"Polygon",id:17203,arcs:[[3037,3038,-3024,-2894,-2572,-2909]]},{type:"Polygon",id:18001,arcs:[[3039,3040,3041,-2796,-3019]]},{type:"Polygon",id:39003,arcs:[[-2861,3042,3043,-3016,-2863]]},{type:"Polygon",id:49035,arcs:[[-2743,-2809,3044,3045,-2918,-2887]]},{type:"Polygon",id:36005,arcs:[[3046,3047,3048,-2751]]},{type:"Polygon",id:18179,arcs:[[-3042,3049,3050,3051,-2961,-2797]]},{type:"Polygon",id:36059,arcs:[[-2782,3052,3053,3054,3055,3056]]},{type:"Polygon",id:18181,arcs:[[3057,3058,3059,3060,-2789,-2851]]},{type:"Polygon",id:18017,arcs:[[-2844,-3002,3061,3062,-3058,-2850]]},{type:"Polygon",id:42063,arcs:[[-2805,3063,3064,-2856,-2746]]},{type:"Polygon",id:34013,arcs:[[-2826,-2897,3065,3066,3067,-2914]]},{type:"Polygon",id:19071,arcs:[[3068,3069,3070,-2935,-2880]]},{type:"Polygon",id:19145,arcs:[[3071,3072,3073,-3069,-2883]]},{type:"Polygon",id:19173,arcs:[[3074,3075,3076,-3072,-2885]]},{type:"Polygon",id:19177,arcs:[[-2870,3077,3078,3079,3080,-2866]]},{type:"Polygon",id:19051,arcs:[[-3081,3081,3082,3083,-2871]]},{type:"Polygon",id:19159,arcs:[[3084,3085,3086,-3075,-2886]]},{type:"Polygon",id:19053,arcs:[[3087,3088,3089,-3085,-2874]]},{type:"Polygon",id:19185,arcs:[[3090,3091,3092,-3088,-2877]]},{type:"Polygon",id:19007,arcs:[[-3084,3093,3094,-3091,-2878]]},{type:"Polygon",id:42109,arcs:[[-2840,3095,3096,-2892]]},{type:"Polygon",id:36061,arcs:[[3097,-3048]]},{type:"Polygon",id:49047,arcs:[[-2982,3098,3099,3100,3101,3102,3103,-2990]]},{type:"Polygon",id:42007,arcs:[[-2854,3104,3105,3106,-3034,-2905]]},{type:"Polygon",id:42087,arcs:[[3107,-2811,-2893,-3097,3108]]},{type:"Polygon",id:49013,arcs:[[-2991,-3104,3109,3110,3111,-2807]]},{type:"Polygon",id:39065,arcs:[[-3013,3112,3113,3114,3115,-3043,-2860]]},{type:"Polygon",id:34017,arcs:[[3116,-3066,-2896]]},{type:"Polygon",id:19111,arcs:[[-2924,-2923,-2928,3117,3118,-3078,-2869]]},{type:"Polygon",id:36081,arcs:[[-3056,3119,3120,3121]]},{type:"Polygon",id:34019,arcs:[[3122,3123,3124,-2911,-2917]]},{type:"Polygon",id:42077,arcs:[[3125,3126,3127,-3030,-2903,-3028]]},{type:"Polygon",id:31131,arcs:[[-3071,3128,3129,3130,-2952,-2936]]},{type:"Polygon",id:34035,arcs:[[3131,3132,3133,-3123,-2916]]},{type:"Polygon",id:17113,arcs:[[-3009,3134,3135,3136,3137,3138,-3038,-2908]]},{type:"Polygon",id:8095,arcs:[[-2971,3139,3140,-2988,-2989]]},{type:"Polygon",id:17179,arcs:[[-3139,3141,3142,3143,-3025,-3039]]},{type:"Polygon",id:42061,arcs:[[-3108,3144,3145,3146,3147,3148,3149,-2812]]},{type:"Polygon",id:42013,arcs:[[-3149,3150,3151,-2803,-2813,-3150]]},{type:"Polygon",id:36047,arcs:[[3152,-3121]]},{type:"Polygon",id:18007,arcs:[[-2790,-3061,3153,3154,3155,-2958,-2824]]},{type:"Polygon",id:34039,arcs:[[3156,3157,-3132,-2915,-3068]]},{type:"Polygon",id:18015,arcs:[[-3063,3158,3159,3160,-3059]]},{type:"Polygon",id:39019,arcs:[[-3037,3161,3162,3163,-3021]]},{type:"Polygon",id:39107,arcs:[[3164,3165,3166,3167,-3040,-3018]]},{type:"Polygon",id:42021,arcs:[[-3152,3168,3169,3170,-3064,-2804]]},{type:"Polygon",id:17057,arcs:[[-3026,-3144,3171,3172,3173,-2929,-2890]]},{type:"Polygon",id:39117,arcs:[[-3011,3174,3175,3176,-3004]]},{type:"Polygon",id:39101,arcs:[[-3177,3177,3178,-3113,-3012,-3005]]},{type:"Polygon",id:31063,arcs:[[-2946,3179,3180,3181,3182,3183,-2725]]},{type:"Polygon",id:31001,arcs:[[-2848,3184,3185,3186,-2947,-2941]]},{type:"Polygon",id:31073,arcs:[[3187,3188,-3180,-2945]]},{type:"Polygon",id:31085,arcs:[[-3184,3189,3190,3191,-2969,-2726]]},{type:"Polygon",id:31029,arcs:[[-3192,3192,3193,-3140,-2970]]},{type:"Polygon",id:31059,arcs:[[3194,3195,3196,3197,-2939]]},{type:"Polygon",id:31151,arcs:[[-2951,-2954,3198,3199,-3195]]},{type:"Polygon",id:31035,arcs:[[-3198,3200,3201,-3185,-2847,-2940]]},{type:"Polygon",id:42067,arcs:[[-2839,3202,3203,-3145,-3109,-3096]]},{type:"Polygon",id:49051,arcs:[[-3112,3204,-3045,-2808]]},{type:"Polygon",id:31099,arcs:[[3205,3206,3207,-2948,-3187]]},{type:"Polygon",id:39011,arcs:[[-3116,3208,3209,-3165,-3017,-3044]]},{type:"Polygon",id:31137,arcs:[[-2949,-3208,3210,3211,-3188,-2944]]},{type:"Polygon",id:42129,arcs:[[-3065,-3171,3212,3213,3214,3215,-2857]]},{type:"Polygon",id:42011,arcs:[[3216,3217,3218,3219,-3031,-3128]]},{type:"Polygon",id:42003,arcs:[[-2858,-3216,3220,-3105,-2853]]},{type:"Polygon",id:39075,arcs:[[-3023,3221,3222,3223,-2932,-3015]]},{type:"Polygon",id:39157,arcs:[[-3164,3224,3225,3226,-3222,-3022]]},{type:"Polygon",id:42043,arcs:[[-3033,3227,3228,3229,3230,3231,-2838]]},{type:"Polygon",id:18053,arcs:[[-3052,3232,3233,3234,3235,3236,-3e3,-2956,-2962]]},{type:"Polygon",id:36085,arcs:[[3237]]},{type:"Polygon",id:17067,arcs:[[3238,3239,3240,3241,3242,-3118,-2927]]},{type:"Polygon",id:54029,arcs:[[3243,3244,3245,-3035,-3107]]},{type:"Polygon",id:17109,arcs:[[-3174,3246,-3239,-2926,-2930]]},{type:"Polygon",id:42099,arcs:[[3247,3248,-3203,-3232]]},{type:"Polygon",id:29045,arcs:[[-3243,3249,3250,3251,-3079,-3119]]},{type:"Polygon",id:42017,arcs:[[3252,3253,3254,3255,-3126,-3027,-2912,-3125]]},{type:"Polygon",id:34023,arcs:[[3256,3257,3258,-3133,-3158]]},{type:"Polygon",id:29199,arcs:[[-3252,3259,3260,3261,-3082,-3080]]},{type:"Polygon",id:39081,arcs:[[-3246,3262,3263,3264,3265,-3162,-3036]]},{type:"Polygon",id:29197,arcs:[[3266,3267,-3094,-3083,-3262]]},{type:"Polygon",id:29171,arcs:[[-3268,3268,3269,3270,-3092,-3095]]},{type:"Polygon",id:29005,arcs:[[-3074,3271,3272,3273,-3129,-3070]]},{type:"Polygon",id:29129,arcs:[[-3271,3274,3275,3276,-3089,-3093]]},{type:"Polygon",id:29147,arcs:[[-3077,3277,3278,3279,3280,-3272,-3073]]},{type:"Polygon",id:49049,arcs:[[-3111,3281,3282,3283,-2919,-3046,-3205]]},{type:"Polygon",id:29081,arcs:[[-3277,3284,3285,3286,3287,-3086,-3090]]},{type:"Polygon",id:39083,arcs:[[3288,3289,3290,-3175,-3010,-2933,-3224]]},{type:"Polygon",id:18075,arcs:[[-3168,3291,3292,3293,3294,-3050,-3041]]},{type:"Polygon",id:29227,arcs:[[-3288,3295,-3278,-3076,-3087]]},{type:"Polygon",id:18009,arcs:[[-3295,3296,-3233,-3051]]},{type:"Polygon",id:18067,arcs:[[3297,3298,-3159,-3062,-3001,-3237]]},{type:"Polygon",id:18157,arcs:[[-3161,3299,3300,3301,3302,-3154,-3060]]},{type:"Polygon",id:31127,arcs:[[3303,3304,3305,3306,-3130,-3274]]},{type:"Polygon",id:42075,arcs:[[-3228,-3032,-3220,3307]]},{type:"Polygon",id:39091,arcs:[[-3115,3308,3309,3310,-3209]]},{type:"Polygon",id:8087,arcs:[[-2986,3311,3312,-2963]]},{type:"Polygon",id:31067,arcs:[[3313,3314,3315,3316,3317,-3199,-2953]]},{type:"Polygon",id:31097,arcs:[[-3307,3318,-3314,-3131]]},{type:"Polygon",id:39159,arcs:[[3319,3320,3321,-3309,-3114,-3179,3322]]},{type:"Polygon",id:17183,arcs:[[-3156,3323,3324,3325,3326,-3007,-2959]]},{type:"Polygon",id:8049,arcs:[[3327,3328,3329,3330,3331,-2973,-2979,-2999]]},{type:"Polygon",id:39149,arcs:[[-3311,3332,3333,3334,-3166,-3210]]},{type:"Polygon",id:42125,arcs:[[-3221,-3215,3335,3336,3337,3338,3339,-3244,-3106]]},{type:"Polygon",id:18171,arcs:[[-3303,3340,3341,-3324,-3155]]},{type:"Polygon",id:34025,arcs:[[3342,3343,3344,3345,-3258,3346]]},{type:"Polygon",id:39031,arcs:[[-3227,3347,3348,3349,-3289,-3223]]},{type:"Polygon",id:42091,arcs:[[3350,3351,3352,3353,-3217,-3127,-3256]]},{type:"Polygon",id:6103,arcs:[[3354,3355,3356,3357,-2749,-2835]]},{type:"Polygon",id:6063,arcs:[[-2832,3358,3359,3360,-3355,-2834]]},{type:"Polygon",id:39041,arcs:[[-3291,3361,3362,-3323,-3178,-3176]]},{type:"Polygon",id:8125,arcs:[[-3194,3363,3364,3365,3366,-2984,-3141]]},{type:"Polygon",id:8121,arcs:[[-3367,3367,3368,3369,3370,-3312,-2985]]},{type:"Polygon",id:17125,arcs:[[3371,3372,3373,3374,-3172,-3143]]},{type:"Polygon",id:39067,arcs:[[-3266,3375,3376,-3225,-3163]]},{type:"Polygon",id:18023,arcs:[[-3299,3377,3378,3379,3380,-3300,-3160]]},{type:"Polygon",id:34021,arcs:[[-3259,-3346,3381,-3253,-3124,-3134]]},{type:"Polygon",id:18159,arcs:[[-3236,3382,3383,-3378,-3298]]},{type:"Polygon",id:54009,arcs:[[-3340,3384,-3263,-3245]]},{type:"Polygon",id:17019,arcs:[[-3327,3385,3386,-3135,-3008]]},{type:"Polygon",id:29211,arcs:[[3387,3388,3389,-3275,-3270]]},{type:"Polygon",id:29075,arcs:[[-3287,3390,3391,3392,-3279,-3296]]},{type:"Polygon",id:18095,arcs:[[3393,3394,3395,3396,-3383,-3235]]},{type:"Polygon",id:18035,arcs:[[-3297,-3294,3397,3398,-3394,-3234]]},{type:"Polygon",id:18045,arcs:[[-3302,3399,3400,3401,-3341]]},{type:"Polygon",id:39037,arcs:[[-3335,3402,3403,3404,3405,3406,-3292,-3167]]},{type:"Polygon",id:31181,arcs:[[-3202,3407,3408,3409,3410,-3206,-3186]]},{type:"Polygon",id:31061,arcs:[[-3411,3411,3412,3413,-3207]]},{type:"Polygon",id:31129,arcs:[[-3197,3414,3415,3416,-3408,-3201]]},{type:"Polygon",id:31057,arcs:[[3417,3418,3419,-3364,-3193,-3191]]},{type:"Polygon",id:31065,arcs:[[-3212,3420,3421,3422,3423,-3181,-3189]]},{type:"Polygon",id:31169,arcs:[[3424,3425,-3415,-3196]]},{type:"Polygon",id:31095,arcs:[[-3200,-3318,3426,-3425]]},{type:"Polygon",id:31145,arcs:[[-3424,3427,3428,3429,-3182]]},{type:"Polygon",id:31087,arcs:[[-3183,-3430,3430,-3418,-3190]]},{type:"Polygon",id:31083,arcs:[[-3414,3431,3432,-3421,-3211]]},{type:"Polygon",id:29001,arcs:[[-3261,3433,3434,3435,-3388,-3269,-3267]]},{type:"Polygon",id:42041,arcs:[[3436,3437,3438,-3248,-3231]]},{type:"Polygon",id:17107,arcs:[[3439,3440,3441,3442,-3372,-3142,-3138]]},{type:"Polygon",id:42009,arcs:[[-3148,3443,3444,3445,-3169,-3151]]},{type:"Polygon",id:42071,arcs:[[3446,3447,3448,3449,-3229,-3308,-3219]]},{type:"Polygon",id:18135,arcs:[[-3407,3450,3451,-3398,-3293]]},{type:"Polygon",id:29103,arcs:[[-3251,3452,3453,3454,-3434,-3260]]},{type:"Polygon",id:42055,arcs:[[-3439,3455,3456,3457,3458,-3146,-3204,-3249]]},{type:"Polygon",id:42111,arcs:[[-3446,3459,3460,3461,-3213,-3170]]},{type:"Polygon",id:17039,arcs:[[3462,3463,-3440,-3137]]},{type:"Polygon",id:17169,arcs:[[-3173,-3375,3464,3465,3466,-3240,-3247]]},{type:"Polygon",id:17147,arcs:[[-3387,3467,3468,3469,-3463,-3136]]},{type:"Polygon",id:39089,arcs:[[-3350,3470,3471,3472,3473,-3362,-3290]]},{type:"Polygon",id:39021,arcs:[[-3322,3474,3475,3476,-3333,-3310]]},{type:"Polygon",id:29079,arcs:[[-3390,3477,3478,3479,-3285,-3276]]},{type:"Polygon",id:8013,arcs:[[-2966,3480,3481,3482,-3328,-2998]]},{type:"Polygon",id:31133,arcs:[[-3306,3483,3484,3485,-3315,-3319]]},{type:"Polygon",id:31147,arcs:[[3486,3487,3488,3489,-3484,-3305]]},{type:"Polygon",id:29087,arcs:[[-3281,3490,3491,-3487,-3304,-3273]]},{type:"Polygon",id:29111,arcs:[[-3242,3492,3493,3494,-3453,-3250]]},{type:"Polygon",id:42029,arcs:[[3495,3496,3497,-3447,-3218,-3354]]},{type:"Polygon",id:42133,arcs:[[-3450,3498,3499,3500,3501,-3437,-3230]]},{type:"Polygon",id:8103,arcs:[[3502,-3099,-2981,-2976]]},{type:"Polygon",id:39059,arcs:[[3503,3504,-3348,-3226,-3377,3505]]},{type:"Polygon",id:18057,arcs:[[3506,3507,3508,-3379,-3384,-3397]]},{type:"Polygon",id:18107,arcs:[[-3381,3509,3510,3511,3512,-3400,-3301]]},{type:"Polygon",id:17001,arcs:[[-3467,3513,3514,3515,-3493,-3241]]},{type:"Polygon",id:39109,arcs:[[-3477,3516,3517,-3403,-3334]]},{type:"Polygon",id:54069,arcs:[[-3339,3518,3519,-3264,-3385]]},{type:"Polygon",id:34005,arcs:[[-3345,3520,3521,3522,3523,3524,3525,-3254,-3382]]},{type:"Polygon",id:18011,arcs:[[-3509,3526,3527,-3510,-3380]]},{type:"Polygon",id:39013,arcs:[[-3265,-3520,3528,3529,3530,-3506,-3376]]},{type:"Polygon",id:34029,arcs:[[-3343,3531,-3521,-3344]]},{type:"Polygon",id:39119,arcs:[[-3505,3532,3533,3534,-3471,-3349]]},{type:"Polygon",id:42057,arcs:[[-3459,3535,3536,-3444,-3147]]},{type:"Polygon",id:17129,arcs:[[-3443,3537,3538,-3373]]},{type:"Polygon",id:6007,arcs:[[3539,3540,3541,3542,-3356,-3361]]},{type:"Polygon",id:18165,arcs:[[-3402,3543,3544,3545,-3325,-3342]]},{type:"Polygon",id:42051,arcs:[[-3462,3546,3547,3548,3549,-3336,-3214]]},{type:"Polygon",id:39049,arcs:[[-3474,3550,3551,3552,-3320,-3363]]},{type:"Polygon",id:42101,arcs:[[-3526,3553,3554,-3352,-3351,-3255]]},{ +type:"Polygon",id:29061,arcs:[[-3286,-3480,3555,3556,3557,-3391]]},{type:"Polygon",id:29003,arcs:[[-3393,3558,3559,3560,-3491,-3280]]},{type:"Polygon",id:32033,arcs:[[-2921,3561,3562,3563,3564,-2992,-2363]]},{type:"Polygon",id:17017,arcs:[[-3374,-3539,3565,3566,3567,-3465]]},{type:"Polygon",id:39097,arcs:[[3568,3569,3570,3571,-3475,-3321,-3553]]},{type:"Polygon",id:17009,arcs:[[-3568,3572,3573,-3514,-3466]]},{type:"Polygon",id:8045,arcs:[[-2975,3574,3575,3576,3577,-3100,-3503]]},{type:"Polygon",id:18065,arcs:[[-3452,3578,3579,3580,3581,-3395,-3399]]},{type:"Polygon",id:42001,arcs:[[3582,3583,-3456,-3438,-3502]]},{type:"Polygon",id:42045,arcs:[[-3555,3584,3585,3586,3587,-3496,-3353]]},{type:"Polygon",id:17115,arcs:[[-3470,3588,3589,3590,3591,-3441,-3464]]},{type:"Polygon",id:8014,arcs:[[3592,3593,3594,-3481,-2965]]},{type:"Polygon",id:29121,arcs:[[-3455,3595,3596,3597,3598,3599,-3435]]},{type:"Polygon",id:39023,arcs:[[-3572,3600,3601,-3517,-3476]]},{type:"Polygon",id:29115,arcs:[[-3600,3602,3603,-3478,-3389,-3436]]},{type:"Polygon",id:29063,arcs:[[-3558,3604,3605,3606,-3559,-3392]]},{type:"Polygon",id:54051,arcs:[[3607,3608,-3529,-3519,-3338,3609]]},{type:"Polygon",id:42059,arcs:[[-3550,3610,3611,-3610,-3337]]},{type:"Polygon",id:49023,arcs:[[-3284,3612,3613,-3562,-2920]]},{type:"Polygon",id:18177,arcs:[[-3406,3614,3615,3616,-3579,-3451]]},{type:"Polygon",id:20023,arcs:[[3617,3618,3619,-3365,-3420]]},{type:"Polygon",id:20153,arcs:[[-3429,3620,3621,3622,-3618,-3419,-3431]]},{type:"Polygon",id:6045,arcs:[[-2750,-3358,3623,3624,3625,3626,-2685]]},{type:"Polygon",id:20089,arcs:[[3627,3628,3629,3630,3631,-3409,-3417]]},{type:"Polygon",id:20183,arcs:[[-3632,3632,3633,3634,-3412,-3410]]},{type:"Polygon",id:20157,arcs:[[3635,3636,-3628,-3416,-3426]]},{type:"Polygon",id:20201,arcs:[[-3317,3637,3638,3639,3640,-3636,-3427]]},{type:"Polygon",id:20039,arcs:[[-3423,3641,3642,3643,-3621,-3428]]},{type:"Polygon",id:32001,arcs:[[-2996,3644,3645,3646,-2388,-3029]]},{type:"Polygon",id:20137,arcs:[[3647,3648,3649,-3642,-3422,-3433]]},{type:"Polygon",id:20147,arcs:[[-3635,3650,3651,-3648,-3432,-3413]]},{type:"Polygon",id:20117,arcs:[[-3486,3652,3653,3654,-3638,-3316]]},{type:"Polygon",id:8001,arcs:[[-3371,3655,3656,3657,-3594,-3593,-2964,-3313]]},{type:"Polygon",id:20013,arcs:[[3658,3659,3660,3661,-3489]]},{type:"Polygon",id:20131,arcs:[[-3490,-3662,3662,3663,-3653,-3485]]},{type:"Polygon",id:20043,arcs:[[-3492,-3561,3664,3665,-3659,-3488]]},{type:"Polygon",id:34007,arcs:[[3666,3667,3668,-3524]]},{type:"Polygon",id:17167,arcs:[[-3592,3669,3670,3671,3672,-3566,-3538,-3442]]},{type:"Polygon",id:29117,arcs:[[3673,3674,3675,-3556,-3479,-3604]]},{type:"Polygon",id:29205,arcs:[[-3495,3676,3677,-3596,-3454]]},{type:"Polygon",id:18121,arcs:[[-3513,3678,3679,3680,-3544,-3401]]},{type:"Polygon",id:39121,arcs:[[-3531,3681,3682,3683,-3533,-3504]]},{type:"Polygon",id:29127,arcs:[[-3516,3684,3685,3686,-3677,-3494]]},{type:"Polygon",id:18059,arcs:[[-3582,3687,3688,3689,-3507,-3396]]},{type:"Polygon",id:39045,arcs:[[-3473,3690,3691,3692,-3551]]},{type:"Polygon",id:8047,arcs:[[3693,3694,-3329,-3483]]},{type:"Polygon",id:39127,arcs:[[3695,3696,3697,-3691,-3472,-3535]]},{type:"Polygon",id:18097,arcs:[[-3690,3698,3699,3700,3701,-3527,-3508]]},{type:"Polygon",id:8037,arcs:[[3702,3703,3704,-3575,-2974,-3332]]},{type:"Polygon",id:8117,arcs:[[3705,3706,3707,-3703,-3331]]},{type:"Polygon",id:18063,arcs:[[-3702,3708,3709,-3511,-3528]]},{type:"Polygon",id:39113,arcs:[[-3602,3710,3711,3712,3713,-3404,-3518]]},{type:"Polygon",id:39135,arcs:[[-3714,3714,3715,-3615,-3405]]},{type:"Polygon",id:8059,arcs:[[-3658,3716,3717,3718,3719,3720,3721,-3694,-3482,-3595]]},{type:"Polygon",id:8031,arcs:[[3722,-3717,-3657]]},{type:"Polygon",id:34015,arcs:[[3723,3724,3725,3726,-3668]]},{type:"Polygon",id:17045,arcs:[[3727,3728,3729,3730,-3326,-3546]]},{type:"Polygon",id:17041,arcs:[[-3731,3731,3732,-3468,-3386]]},{type:"Polygon",id:17137,arcs:[[-3673,3733,3734,3735,3736,-3573,-3567]]},{type:"Polygon",id:39111,arcs:[[-3609,3737,3738,3739,-3682,-3530]]},{type:"Polygon",id:18133,arcs:[[-3710,3740,3741,3742,-3679,-3512]]},{type:"Polygon",id:8019,arcs:[[-3722,3743,-3706,-3330,-3695]]},{type:"Polygon",id:39057,arcs:[[-3571,3744,3745,3746,-3711,-3601]]},{type:"Polygon",id:17149,arcs:[[-3737,3747,3748,3749,3750,3751,-3685,-3515,-3574]]},{type:"Polygon",id:10003,arcs:[[3752,3753,3754,3755,-3497,-3588,3756,-3586]]},{type:"Polygon",id:17021,arcs:[[-3591,3757,3758,-3670]]},{type:"Polygon",id:29021,arcs:[[-3607,3759,3760,3761,-3665,-3560]]},{type:"Polygon",id:49007,arcs:[[-3110,-3103,3762,3763,-3282]]},{type:"Polygon",id:49039,arcs:[[-3764,3764,3765,3766,-3613,-3283]]},{type:"Polygon",id:39129,arcs:[[-3693,3767,3768,3769,-3569,-3552]]},{type:"Polygon",id:6021,arcs:[[-3543,3770,3771,-3624,-3357]]},{type:"Polygon",id:17139,arcs:[[-3733,3772,3773,-3589,-3469]]},{type:"Polygon",id:18041,arcs:[[3774,3775,3776,-3580,-3617]]},{type:"Polygon",id:18139,arcs:[[-3777,3777,3778,3779,-3688,-3581]]},{type:"Polygon",id:17171,arcs:[[3780,-3748,-3736]]},{type:"Polygon",id:29025,arcs:[[-3676,3781,3782,3783,-3605,-3557]]},{type:"Polygon",id:34033,arcs:[[3784,3785,3786,3787,3788,3789,-3726]]},{type:"Polygon",id:6091,arcs:[[-2831,-2394,3790,3791,-3359]]},{type:"Polygon",id:39115,arcs:[[-3684,3792,3793,-3696,-3534]]},{type:"Polygon",id:29049,arcs:[[-3784,3794,3795,3796,-3760,-3606]]},{type:"Polygon",id:8005,arcs:[[-3370,3797,3798,3799,-3718,-3723,-3656]]},{type:"Polygon",id:32019,arcs:[[3800,3801,3802,3803,3804,-2389,-3647]]},{type:"Polygon",id:34001,arcs:[[3805,3806,3807,-3724,-3667,-3523]]},{type:"Polygon",id:18161,arcs:[[-3716,3808,3809,-3775,-3616]]},{type:"Polygon",id:24043,arcs:[[-3458,3810,3811,3812,3813,3814,3815,-3536]]},{type:"Polygon",id:24001,arcs:[[-3537,-3816,3816,3817,3818,3819,-3460,-3445]]},{type:"Polygon",id:24023,arcs:[[-3820,3820,3821,3822,-3547,-3461]]},{type:"Polygon",id:24015,arcs:[[-3756,3823,3824,3825,-3448,-3498]]},{type:"Polygon",id:54061,arcs:[[-3549,3826,3827,3828,3829,-3611]]},{type:"Polygon",id:54077,arcs:[[-3823,3830,3831,3832,3833,-3827,-3548]]},{type:"Polygon",id:24025,arcs:[[-3449,-3826,3834,3835,-3499]]},{type:"Polygon",id:54103,arcs:[[-3612,-3830,3836,3837,3838,3839,-3738,-3608]]},{type:"Polygon",id:24005,arcs:[[-3836,3840,3841,3842,3843,3844,-3500]]},{type:"Polygon",id:24013,arcs:[[-3845,3845,3846,-3583,-3501]]},{type:"Polygon",id:24021,arcs:[[-3847,3847,3848,3849,-3811,-3457,-3584]]},{type:"Polygon",id:39047,arcs:[[-3770,3850,3851,3852,-3745,-3570]]},{type:"Polygon",id:49015,arcs:[[-3102,3853,3854,3855,-3765,-3763]]},{type:"Polygon",id:29041,arcs:[[-3599,3856,3857,3858,3859,-3674,-3603]]},{type:"Polygon",id:18145,arcs:[[-3780,3860,3861,3862,-3699,-3689]]},{type:"Polygon",id:54065,arcs:[[3863,3864,3865,-3817,-3815]]},{type:"Polygon",id:29173,arcs:[[-3752,3866,3867,3868,-3686]]},{type:"Polygon",id:17029,arcs:[[-3730,3869,3870,3871,-3773,-3732]]},{type:"Polygon",id:29137,arcs:[[-3687,-3869,3872,3873,-3597,-3678]]},{type:"Polygon",id:39073,arcs:[[3874,3875,3876,-3768,-3692,-3698]]},{type:"Polygon",id:20029,arcs:[[-3641,3877,3878,3879,-3629,-3637]]},{type:"Polygon",id:20085,arcs:[[3880,3881,3882,3883,-3663,-3661]]},{type:"Polygon",id:20005,arcs:[[-3762,3884,3885,3886,-3881,-3660,-3666]]},{type:"Polygon",id:17173,arcs:[[-3774,-3872,3887,3888,3889,3890,-3758,-3590]]},{type:"Polygon",id:54057,arcs:[[3891,3892,-3821,-3819]]},{type:"Polygon",id:39167,arcs:[[-3740,3893,3894,3895,3896,-3793,-3683]]},{type:"Polygon",id:54049,arcs:[[-3829,3897,3898,-3837]]},{type:"Polygon",id:18081,arcs:[[-3863,3899,3900,3901,-3700]]},{type:"Polygon",id:6115,arcs:[[-3792,3902,3903,3904,-3540,-3360]]},{type:"Polygon",id:18109,arcs:[[-3902,3905,3906,3907,-3741,-3709,-3701]]},{type:"Polygon",id:32029,arcs:[[-2390,-3805]]},{type:"Polygon",id:54003,arcs:[[-3814,3908,3909,-3864]]},{type:"Polygon",id:29033,arcs:[[-3860,3910,3911,3912,-3782,-3675]]},{type:"Polygon",id:29175,arcs:[[-3874,3913,3914,3915,-3857,-3598]]},{type:"Polygon",id:18167,arcs:[[3916,3917,3918,-3728,-3545,-3681]]},{type:"Polygon",id:18021,arcs:[[-3743,3919,3920,3921,-3917,-3680]]},{type:"Polygon",id:54095,arcs:[[3922,3923,3924,-3894,-3739,-3840]]},{type:"Polygon",id:29163,arcs:[[3925,3926,3927,-3867,-3751,3928]]},{type:"Polygon",id:39017,arcs:[[3929,3930,3931,-3809,-3715,-3713]]},{type:"Polygon",id:39165,arcs:[[-3747,3932,3933,3934,-3930,-3712]]},{type:"Polygon",id:6033,arcs:[[3935,3936,3937,3938,-3625,-3772]]},{type:"Polygon",id:8063,arcs:[[-3620,3939,3940,3941,3942,-3368,-3366]]},{type:"Polygon",id:34011,arcs:[[3943,3944,-3785,-3725,-3808,3945,3946]]},{type:"Polygon",id:20163,arcs:[[3947,3948,3949,3950,-3651,-3634]]},{type:"Polygon",id:39027,arcs:[[3951,3952,-3933,-3746,-3853,3953]]},{type:"Polygon",id:20181,arcs:[[-3623,3954,3955,3956,-3940,-3619]]},{type:"Polygon",id:20193,arcs:[[-3644,3957,3958,3959,-3955,-3622]]},{type:"Polygon",id:20141,arcs:[[-3631,3960,3961,3962,3963,-3948,-3633]]},{type:"Polygon",id:20179,arcs:[[-3650,3964,3965,-3958,-3643]]},{type:"Polygon",id:20027,arcs:[[3966,3967,3968,3969,-3878,-3640]]},{type:"Polygon",id:20123,arcs:[[-3880,3970,3971,-3961,-3630]]},{type:"Polygon",id:20065,arcs:[[-3951,3972,3973,-3965,-3649,-3652]]},{type:"Polygon",id:20161,arcs:[[3974,3975,3976,-3967,-3639,-3655]]},{type:"Polygon",id:8035,arcs:[[3977,3978,3979,-3719,-3800]]},{type:"Polygon",id:8039,arcs:[[3980,3981,-3978,-3799]]},{type:"Polygon",id:20149,arcs:[[-3664,-3884,3982,3983,-3975,-3654]]},{type:"Polygon",id:8073,arcs:[[-3943,3984,3985,3986,3987,-3981,-3798,-3369]]},{type:"Polygon",id:8093,arcs:[[-3721,3988,3989,3990,3991,-3707,-3744]]},{type:"Polygon",id:39009,arcs:[[-3897,3992,3993,3994,-3875,-3697,-3794]]},{type:"Polygon",id:49027,arcs:[[-3767,3995,3996,3997,-3563,-3614]]},{type:"Polygon",id:54027,arcs:[[-3866,3998,3999,-3892,-3818]]},{type:"Polygon",id:29165,arcs:[[-3761,-3797,4e3,4001,4002,-3885]]},{type:"Polygon",id:18047,arcs:[[-3810,-3932,4003,4004,4005,-3778,-3776]]},{type:"Polygon",id:29177,arcs:[[-3913,4006,4007,4008,-3795,-3783]]},{type:"Polygon",id:17135,arcs:[[-3759,-3891,4009,4010,4011,4012,-3671]]},{type:"Polygon",id:17117,arcs:[[-4013,4013,4014,4015,-3734,-3672]]},{type:"Polygon",id:6057,arcs:[[-2393,4016,-3903,-3791]]},{type:"Polygon",id:17061,arcs:[[-3735,-4016,4017,4018,-3749,-3781]]},{type:"Polygon",id:39141,arcs:[[-3877,4019,4020,4021,4022,-3851,-3769]]},{type:"Polygon",id:54037,arcs:[[4023,4024,-3909,-3813]]},{type:"Polygon",id:49019,arcs:[[-3578,4025,4026,-3854,-3101]]},{type:"Polygon",id:17023,arcs:[[-3919,4027,4028,4029,4030,-3870,-3729]]},{type:"Polygon",id:54073,arcs:[[4031,4032,-3895,-3925]]},{type:"Polygon",id:18119,arcs:[[-3908,4033,4034,-3920,-3742]]},{type:"Polygon",id:54033,arcs:[[4035,4036,4037,4038,4039,-3838,-3899]]},{type:"Polygon",id:51069,arcs:[[4040,4041,4042,4043,-3999,-3865,-3910]]},{type:"Polygon",id:29047,arcs:[[-3796,-4009,4044,4045,-4001]]},{type:"Polygon",id:18031,arcs:[[-4006,4046,4047,4048,-3861,-3779]]},{type:"Polygon",id:54091,arcs:[[4049,-4036,-3898,-3828,-3834]]},{type:"Polygon",id:54017,arcs:[[-4040,4050,4051,4052,-3923,-3839]]},{type:"Polygon",id:20087,arcs:[[4053,4054,4055,-3882,-3887]]},{type:"Polygon",id:20103,arcs:[[-4003,4056,4057,4058,-4054,-3886]]},{type:"Polygon",id:6011,arcs:[[-3542,4059,4060,-3936,-3771]]},{type:"Polygon",id:29195,arcs:[[-3859,4061,4062,4063,4064,-3911]]},{type:"Polygon",id:54107,arcs:[[-4033,4065,4066,4067,4068,-3993,-3896]]},{type:"Polygon",id:17013,arcs:[[-4019,4069,4070,4071,-3929,-3750]]},{type:"Polygon",id:39163,arcs:[[-3995,4072,4073,4074,-4020,-3876]]},{type:"Polygon",id:54085,arcs:[[-4053,4075,4076,4077,-4066,-4032,-3924]]},{type:"Polygon",id:24029,arcs:[[-3755,4078,4079,4080,-3824]]},{type:"Polygon",id:8065,arcs:[[-3708,-3992,4081,4082,-3704]]},{type:"Polygon",id:17035,arcs:[[-4031,4083,4084,-3888,-3871]]},{type:"Polygon",id:39071,arcs:[[-4023,4085,4086,4087,-3954,-3852]]},{type:"Polygon",id:24510,arcs:[[4088,4089,-3842]]},{type:"Polygon",id:24027,arcs:[[-3844,4090,4091,4092,-3848,-3846]]},{type:"Polygon",id:8077,arcs:[[4093,4094,4095,4096,-4026,-3577]]},{type:"Polygon",id:8097,arcs:[[-4083,4097,4098,-4094,-3576,-3705]]},{type:"Polygon",id:10001,arcs:[[4099,4100,4101,-4079,-3754,4102]]},{type:"Polygon",id:18105,arcs:[[4103,4104,4105,4106,-4034,-3907]]},{type:"Polygon",id:18005,arcs:[[-4049,4107,4108,4109,-3900,-3862]]},{type:"Polygon",id:29007,arcs:[[-3868,-3928,4110,4111,4112,-3914,-3873]]},{type:"Polygon",id:24031,arcs:[[4113,4114,4115,4116,-3849,-4093]]},{type:"Polygon",id:18013,arcs:[[-4110,4117,-4104,-3906,-3901]]},{type:"Polygon",id:29089,arcs:[[4118,-4062,-3858,-3916,4119]]},{type:"Polygon",id:54023,arcs:[[4120,4121,4122,4123,-3831,-3822,-3893]]},{type:"Polygon",id:34009,arcs:[[4124,-3946,-3807]]},{type:"Polygon",id:51107,arcs:[[-4117,4125,4126,4127,4128,-4024,-3812,-3850]]},{type:"Polygon",id:6061,arcs:[[-2392,4129,4130,4131,4132,4133,-3904,-4017]]},{type:"Polygon",id:39061,arcs:[[-3935,4134,4135,4136,4137,4138,-3931]]},{type:"Polygon",id:18137,arcs:[[4139,4140,4141,4142,4143,-4047,-4005]]},{type:"Polygon",id:18029,arcs:[[-4004,-4139,4144,4145,-4140]]},{type:"Polygon",id:20143,arcs:[[-3970,4146,4147,4148,-3971,-3879]]},{type:"Polygon",id:6101,arcs:[[-3905,-4134,4149,4150,-4060,-3541]]},{type:"Polygon",id:54001,arcs:[[4151,4152,4153,-4037,-4050,-3833]]},{type:"Polygon",id:29107,arcs:[[4154,4155,4156,-4007,-3912,-4065]]},{type:"Polygon",id:54093,arcs:[[4157,-4152,-3832,-4124]]},{type:"Polygon",id:39025,arcs:[[4158,4159,4160,-4135,-3934,-3953,4161]]},{type:"Polygon",id:51043,arcs:[[-4129,4162,4163,-4041,-4025]]},{type:"Polygon",id:17083,arcs:[[-4015,4164,4165,-4070,-4018]]},{type:"MultiPolygon",id:24035,arcs:[[[4166]],[[-4102,4167,4168,4169,-4080]]]},{type:"Polygon",id:18153,arcs:[[-3922,4170,4171,4172,-4028,-3918]]},{type:"Polygon",id:8051,arcs:[[-4099,4173,4174,4175,4176,4177,4178,-4095]]},{type:"Polygon",id:39015,arcs:[[4179,4180,4181,-4162,-3952,-4088]]},{type:"Polygon",id:29019,arcs:[[-4113,4182,4183,4184,4185,-4120,-3915]]},{type:"Polygon",id:32510,arcs:[[4186,-4130,-2391,-3804]]},{type:"Polygon",id:54031,arcs:[[-4044,4187,4188,4189,-4121,-4e3]]},{type:"Polygon",id:24003,arcs:[[4190,4191,-4091,-3843,-4090,4192,4193,4194]]},{type:"Polygon",id:29095,arcs:[[-4008,-4157,4195,4196,4197,4198,-4045]]},{type:"Polygon",id:29113,arcs:[[-4072,4199,4200,4201,-3926]]},{type:"Polygon",id:20061,arcs:[[4202,4203,4204,-3968,-3977]]},{type:"Polygon",id:8029,arcs:[[-4179,4205,-4096]]},{type:"Polygon",id:20105,arcs:[[-4149,4206,4207,4208,-3962,-3972]]},{type:"Polygon",id:20177,arcs:[[-4056,4209,4210,4211,-3983,-3883]]},{type:"Polygon",id:17051,arcs:[[-3890,4212,4213,4214,4215,4216,-4010]]},{type:"Polygon",id:17049,arcs:[[-4085,4217,4218,-4213,-3889]]},{type:"Polygon",id:20197,arcs:[[-4212,4219,4220,4221,-4203,-3976,-3984]]},{type:"Polygon",id:39079,arcs:[[4222,4223,4224,4225,-4021,-4075]]},{type:"Polygon",id:39105,arcs:[[4226,4227,-4073,-3994,-4069,4228]]},{type:"Polygon",id:20209,arcs:[[-4002,-4046,-4199,4229,-4057]]},{type:"Polygon",id:39131,arcs:[[4230,4231,-4086,-4022,-4226]]},{type:"Polygon",id:18079,arcs:[[4232,4233,4234,-4108,-4048,-4144]]},{type:"Polygon",id:54105,arcs:[[4235,4236,4237,-4067,-4078]]},{type:"Polygon",id:17033,arcs:[[-4173,4238,4239,4240,4241,-4029]]},{type:"Polygon",id:17079,arcs:[[-4242,4242,4243,-4218,-4084,-4030]]},{type:"Polygon",id:18055,arcs:[[-4035,-4107,4244,4245,4246,4247,-4171,-3921]]},{type:"Polygon",id:54041,arcs:[[4248,4249,4250,4251,-4051,-4039]]},{type:"Polygon",id:32023,arcs:[[-2993,-3565,4252,4253,4254,4255,4256,-3645,-2995]]},{type:"Polygon",id:29139,arcs:[[-3927,-4202,4257,4258,4259,4260,-4111]]},{type:"Polygon",id:21015,arcs:[[4261,4262,4263,4264,4265,-4145,-4138]]},{type:"Polygon",id:24011,arcs:[[4266,4267,4268,4269,-4168,-4101]]},{type:"Polygon",id:20109,arcs:[[4270,4271,4272,4273,-3956,-3960]]},{type:"Polygon",id:20199,arcs:[[-4274,4274,4275,4276,-3941,-3957]]},{type:"Polygon",id:20051,arcs:[[-3964,4277,4278,4279,4280,-3949]]},{type:"Polygon",id:20063,arcs:[[-3966,-3974,4281,4282,4283,4284,-4271,-3959]]},{type:"Polygon",id:20041,arcs:[[-4205,4285,4286,4287,-4147,-3969]]},{type:"Polygon",id:20167,arcs:[[-4209,4288,4289,4290,-4278,-3963]]},{type:"Polygon",id:20195,arcs:[[-3950,-4281,4291,-4282,-3973]]},{type:"Polygon",id:24033,arcs:[[-4192,4292,4293,4294,4295,4296,-4114,-4092]]},{type:"Polygon",id:8119,arcs:[[4297,4298,-3989,-3720,-3980]]},{type:"Polygon",id:8041,arcs:[[-3982,-3988,4299,4300,-4298,-3979]]},{type:"Polygon",id:21037,arcs:[[-4161,4301,4302,-4136]]},{type:"Polygon",id:54083,arcs:[[-4123,4303,4304,4305,4306,-4153,-4158]]},{type:"Polygon",id:32005,arcs:[[-3803,4307,4308,4309,-4131,-4187]]},{type:"Polygon",id:54097,arcs:[[-4154,-4307,4310,-4249,-4038]]},{type:"Polygon",id:54021,arcs:[[-4252,4311,4312,-4076,-4052]]},{type:"Polygon",id:51171,arcs:[[4313,4314,4315,-4188,-4043]]},{type:"Polygon",id:21117,arcs:[[-4303,4316,4317,-4262,-4137]]},{type:"Polygon",id:54035,arcs:[[-4238,4318,4319,4320,4321,-4229,-4068]]},{type:"Polygon",id:32021,arcs:[[-4257,4322,4323,-3801,-3646]]},{type:"Polygon",id:18071,arcs:[[-4235,4324,4325,4326,-4105,-4118,-4109]]},{type:"Polygon",id:20045,arcs:[[-4059,4327,4328,4329,-4210,-4055]]},{type:"Polygon",id:6017,arcs:[[-4310,4330,4331,4332,-4132]]},{type:"Polygon",id:29027,arcs:[[-4112,-4261,4333,4334,-4183]]},{type:"Polygon",id:29053,arcs:[[-4186,4335,4336,4337,-4063,-4119]]},{type:"Polygon",id:51059,arcs:[[4338,4339,4340,4341,4342,4343,-4126,-4116]]},{type:"Polygon",id:8015,arcs:[[-3991,4344,4345,-4174,-4098,-4082]]},{type:"Polygon",id:20091,arcs:[[-4198,4346,4347,-4328,-4058,-4230]]},{type:"Polygon",id:39001,arcs:[[4348,4349,4350,-4180,-4087,-4232]]},{type:"Polygon",id:49041,arcs:[[-3856,4351,4352,4353,-3996,-3766]]},{type:"Polygon",id:8017,arcs:[[-4277,4354,4355,-3985,-3942]]},{type:"Polygon",id:54013,arcs:[[-4313,4356,4357,4358,-4236,-4077]]},{type:"Polygon",id:51187,arcs:[[4359,4360,4361,-4314,-4042,-4164]]},{type:"Polygon",id:39053,arcs:[[4362,4363,4364,-4223,-4074,-4228]]},{type:"Polygon",id:18115,arcs:[[4365,-4141,-4146,-4266]]},{type:"Polygon",id:54053,arcs:[[-4322,4366,4367,-4363,-4227]]},{type:"Polygon",id:17005,arcs:[[-4217,4368,4369,-4011]]},{type:"Polygon",id:39145,arcs:[[-4225,4370,4371,4372,-4349,-4231]]},{type:"Polygon",id:51061,arcs:[[4373,4374,4375,4376,-4360,-4163,-4128]]},{type:"Polygon",id:17119,arcs:[[-4014,-4012,-4370,4377,4378,4379,4380,4381,-4165]]},{type:"Polygon",id:29219,arcs:[[4382,4383,4384,-4258,-4201]]},{type:"Polygon",id:11001,arcs:[[4385,4386,-4115,-4297]]},{type:"Polygon",id:18093,arcs:[[-4327,4387,4388,4389,-4245,-4106]]},{type:"Polygon",id:29183,arcs:[[-4382,4390,4391,-4383,-4200,-4071,-4166]]},{type:"Polygon",id:10005,arcs:[[4392,4393,4394,4395,4396,4397,-4267,-4100]]},{type:"Polygon",id:20169,arcs:[[-4288,4398,4399,-4207,-4148]]},{type:"Polygon",id:54071,arcs:[[-4190,4400,4401,4402,4403,-4304,-4122]]},{type:"Polygon",id:29159,arcs:[[-4338,4404,4405,4406,4407,-4155,-4064]]},{type:"Polygon",id:24041,arcs:[[-4270,4408,-4169]]},{type:"Polygon",id:51153,arcs:[[-4344,4409,4410,-4374,-4127]]},{type:"Polygon",id:54087,arcs:[[-4359,4411,4412,-4319,-4237]]},{type:"Polygon",id:29101,arcs:[[-4408,4413,4414,-4196,-4156]]},{type:"Polygon",id:51013,arcs:[[4415,-4341,4416,-4339,-4387,4417]]},{type:"Polygon",id:6003,arcs:[[4418,4419,4420,4421,-4331,-4309]]},{type:"Polygon",id:18155,arcs:[[-4265,4422,4423,4424,-4142,-4366]]},{type:"Polygon",id:29135,arcs:[[4425,4426,4427,-4336,-4185]]},{type:"Polygon",id:6113,arcs:[[-4151,4428,4429,4430,-4431,4431,-3937,-4061]]},{type:"Polygon",id:18077,arcs:[[-4425,4432,4433,4434,4435,-4233,-4143]]},{type:"Polygon",id:17025,arcs:[[-4244,4436,4437,4438,-4214,-4219]]},{type:"Polygon",id:18083,arcs:[[4439,4440,4441,4442,4443,4444,-4239,-4172,-4248]]},{type:"Polygon",id:18101,arcs:[[-4390,4445,4446,4447,-4246]]},{type:"Polygon",id:18027,arcs:[[4448,4449,-4440,-4247,-4448]]},{type:"Polygon",id:54007,arcs:[[-4251,4450,4451,4452,-4357,-4312]]},{type:"Polygon",id:29189,arcs:[[-4381,4453,4454,4455,4456,4457,-4391]]},{type:"Polygon",id:21191,arcs:[[4458,4459,4460,-4317,-4302,-4160,4461]]},{type:"Polygon",id:20127,arcs:[[-4222,4462,4463,4464,-4286,-4204]]},{type:"Polygon",id:20053,arcs:[[-4400,4465,4466,4467,-4289,-4208]]},{type:"Polygon",id:20139,arcs:[[-4330,4468,4469,4470,-4220,-4211]]},{type:"Polygon",id:6055,arcs:[[4430,4471,4472,4473,4474,4475,-3938,-4432]]},{type:"Polygon",id:51157,arcs:[[4476,4477,4478,-4361,-4377]]},{type:"Polygon",id:21077,arcs:[[4479,4480,4481,-4423,-4264]]},{type:"Polygon",id:6097,arcs:[[-3939,-4476,4482,4483,4484,-3626]]},{type:"Polygon",id:17101,arcs:[[4485,4486,-4240,-4445]]},{type:"Polygon",id:51165,arcs:[[-4316,4487,4488,4489,4490,-4401,-4189]]},{type:"Polygon",id:17159,arcs:[[-4241,-4487,4491,4492,4493,-4437,-4243]]},{type:"Polygon",id:39087,arcs:[[4494,4495,4496,4497,-4371,-4224,-4365]]},{type:"Polygon",id:29037,arcs:[[-4415,4498,4499,4500,-4347,-4197]]},{type:"Polygon",id:51139,arcs:[[-4479,4501,4502,-4488,-4315,-4362]]},{type:"Polygon",id:18143,arcs:[[-4436,4503,4504,-4325,-4234]]},{type:"Polygon",id:21023,arcs:[[-4182,4505,4506,4507,-4462,-4159]]},{type:"Polygon",id:17121,arcs:[[-4439,4508,4509,4510,4511,-4215]]},{type:"Polygon",id:21081,arcs:[[-4318,-4461,4512,4513,4514,-4480,-4263]]},{type:"Polygon",id:18175,arcs:[[-4505,4515,4516,4517,4518,4519,-4388,-4326]]},{type:"Polygon",id:29510,arcs:[[-4454,-4380,4520]]},{type:"Polygon",id:24009,arcs:[[4521,-4293,-4191]]},{type:"Polygon",id:21161,arcs:[[-4351,4522,4523,4524,-4506,-4181]]},{type:"Polygon",id:21041,arcs:[[4525,4526,4527,-4433,-4424,-4482]]},{type:"Polygon",id:21089,arcs:[[-4498,4528,4529,4530,-4372]]},{type:"Polygon",id:17027,arcs:[[-4216,-4512,4531,4532,4533,-4378,-4369]]},{type:"Polygon",id:54075,arcs:[[-4404,4534,4535,4536,4537,-4305]]},{type:"Polygon",id:29051,arcs:[[-4335,4538,4539,-4426,-4184]]},{type:"Polygon",id:20111,arcs:[[-4471,4540,4541,4542,-4463,-4221]]},{type:"Polygon",id:20059,arcs:[[4543,4544,4545,-4469,-4329]]},{type:"Polygon",id:20121,arcs:[[-4501,4546,4547,-4544,-4348]]},{type:"Polygon",id:54101,arcs:[[-4311,-4306,-4538,4548,4549,-4451,-4250]]},{type:"Polygon",id:6067,arcs:[[4550,4551,4552,4553,-4429,-4150,-4133,-4333]]},{type:"Polygon",id:21223,arcs:[[-4528,4554,4555,4556,-4434]]},{type:"Polygon",id:21187,arcs:[[-4515,4557,4558,4559,-4526,-4481]]},{type:"Polygon",id:21135,arcs:[[4560,4561,4562,-4523,-4350,-4373,-4531]]},{type:"Polygon",id:29073,arcs:[[-4385,4563,4564,4565,4566,4567,-4259]]},{type:"Polygon",id:6051,arcs:[[-3802,-4324,4568,4569,4570,4571,4572,-4419,-4308]]},{type:"Polygon",id:29071,arcs:[[-4392,-4458,4573,4574,4575,-4564,-4384]]},{type:"Polygon",id:29151,arcs:[[-4260,-4568,4576,4577,-4539,-4334]]},{type:"Polygon",id:6005,arcs:[[-4422,4578,4579,-4551,-4332]]},{type:"Polygon",id:24019,arcs:[[-4268,-4398,4580,4581]]},{type:"Polygon",id:20171,arcs:[[-4285,4582,4583,4584,4585,-4272]]},{type:"Polygon",id:20101,arcs:[[4586,4587,-4583,-4284]]},{type:"Polygon",id:20071,arcs:[[4588,4589,4590,4591,-4355,-4276]]},{type:"Polygon",id:20203,arcs:[[-4586,4592,4593,-4589,-4275,-4273]]},{type:"Polygon",id:51047,arcs:[[4594,4595,4596,4597,-4477,-4376]]},{type:"Polygon",id:20135,arcs:[[-4292,-4280,4598,4599,4600,4601,-4587,-4283]]},{type:"Polygon",id:29141,arcs:[[-4428,4602,4603,4604,-4405,-4337]]},{type:"Polygon",id:20009,arcs:[[-4468,4605,4606,4607,4608,-4290]]},{type:"Polygon",id:8043,arcs:[[-4301,4609,4610,4611,-4345,-3990,-4299]]},{type:"Polygon",id:20165,arcs:[[-4291,-4609,4612,-4599,-4279]]},{type:"Polygon",id:24017,arcs:[[-4295,4613,4614,4615]]},{type:"Polygon",id:18117,arcs:[[-4520,4616,4617,-4446,-4389]]},{type:"Polygon",id:54079,arcs:[[4618,4619,-4367,-4321,4620]]},{type:"Polygon",id:32017,arcs:[[-3998,4621,4622,4623,4624,4625,-4253,-3564]]},{type:"Polygon",id:8085,arcs:[[-4178,4626,4627,4628,-4097,-4206]]},{type:"Polygon",id:54015,arcs:[[4629,4630,-4412,-4358,-4453]]},{type:"Polygon",id:17163,arcs:[[-4534,4631,4632,4633,-4455,-4521,-4379]]},{type:"Polygon",id:51113,arcs:[[-4598,4634,4635,-4502,-4478]]},{type:"Polygon",id:54039,arcs:[[-4413,-4631,4636,4637,4638,4639,4640,-4621,-4320]]},{type:"Polygon",id:8061,arcs:[[-4592,4641,4642,4643,4644,-3986,-4356]]},{type:"Polygon",id:20113,arcs:[[4645,4646,4647,4648,-4466,-4399]]},{type:"Polygon",id:20115,arcs:[[-4465,4649,4650,4651,-4646,-4287]]},{type:"Polygon",id:21201,arcs:[[-4525,4652,4653,4654,-4507]]},{type:"Polygon",id:17191,arcs:[[-4494,4655,4656,4657,4658,-4509,-4438]]},{type:"Polygon",id:18019,arcs:[[-4557,4659,4660,4661,-4516,-4504,-4435]]},{type:"Polygon",id:54011,arcs:[[-4368,-4620,4662,4663,-4495,-4364]]},{type:"Polygon",id:21103,arcs:[[4664,4665,4666,-4555,-4527,-4560]]},{type:"Polygon",id:51091,arcs:[[4667,4668,-4535,-4403]]},{type:"Polygon",id:51179,arcs:[[4669,4670,4671,4672,4673,4674,-4595,-4375,-4411]]},{type:"Polygon",id:21097,arcs:[[-4655,4675,4676,4677,-4513,-4460,-4459,-4508]]},{type:"Polygon",id:49001,arcs:[[-4354,4678,4679,4680,-4622,-3997]]},{type:"Polygon",id:17047,arcs:[[4681,4682,-4656,-4493]]},{type:"Polygon",id:17185,arcs:[[-4492,-4486,-4444,4683,4684,-4682]]},{type:"Polygon",id:29083,arcs:[[-4407,4685,4686,4687,-4499,-4414]]},{type:"Polygon",id:24045,arcs:[[4688,4689,4690,-4581,-4397]]},{type:"Polygon",id:54067,arcs:[[-4550,4691,4692,-4637,-4630,-4452]]},{type:"Polygon",id:18125,arcs:[[4693,4694,4695,-4441,-4450]]},{type:"MultiPolygon",id:6095,arcs:[[[4696,-4474]],[[-4554,4697,-4472,-4431,-4430]]]},{type:"Polygon",id:29015,arcs:[[-4605,4698,4699,4700,-4686,-4406]]},{type:"Polygon",id:18051,arcs:[[4701,4702,4703,4704,-4684,-4443,-4442,-4696]]},{type:"Polygon",id:18037,arcs:[[-4618,4705,4706,4707,4708,-4694,-4449,-4447]]},{type:"Polygon",id:21069,arcs:[[4709,4710,4711,-4653,-4524,-4563]]},{type:"Polygon",id:21185,arcs:[[-4667,4712,4713,-4660,-4556]]},{type:"Polygon",id:20017,arcs:[[-4543,4714,4715,-4650,-4464]]},{type:"Polygon",id:8101,arcs:[[4716,4717,4718,4719,4720,-4610,-4300]]},{type:"Polygon",id:8025,arcs:[[-4645,4721,4722,-4717,-3987]]},{type:"Polygon",id:20159,arcs:[[-4649,4723,4724,-4606,-4467]]},{type:"Polygon",id:17133,arcs:[[4725,4726,4727,-4456,-4634]]},{type:"Polygon",id:17189,arcs:[[-4532,-4511,4728,4729,4730,-4632,-4533]]},{type:"Polygon",id:24037,arcs:[[-4615,4731]]},{type:"Polygon",id:6009,arcs:[[-4421,4732,4733,4734,-4579]]},{type:"Polygon",id:49031,arcs:[[4735,4736,-4679,-4353]]},{type:"Polygon",id:49055,arcs:[[-3855,4737,4738,-4736,-4352]]},{type:"Polygon",id:29099,arcs:[[-4728,4739,4740,4741,-4574,-4457]]},{type:"Polygon",id:21019,arcs:[[4742,4743,-4529,-4497,4744]]},{type:"Polygon",id:21043,arcs:[[-4744,4745,4746,4747,-4561,-4530]]},{type:"Polygon",id:49037,arcs:[[-4629,4748,4749,4750,4751,4752,4753,4754,4755,-4738,-4027]]},{type:"Polygon",id:21209,arcs:[[4756,4757,4758,4759,-4558,-4514,-4678]]},{type:"Polygon",id:51079,arcs:[[4760,4761,-4489,-4503,-4636]]},{type:"Polygon",id:51015,arcs:[[4762,4763,4764,4765,-4668,-4402,-4491]]},{type:"Polygon",id:17081,arcs:[[-4659,4766,4767,4768,-4729,-4510]]},{type:"Polygon",id:29013,arcs:[[-4688,4769,4770,4771,-4547,-4500]]},{type:"Polygon",id:32009,arcs:[[4772,-4569,-4323,-4256]]},{type:"Polygon",id:21181,arcs:[[-4712,4773,4774,-4676,-4654]]},{type:"Polygon",id:8109,arcs:[[-4612,4775,4776,4777,4778,4779,4780,-4175,-4346]]},{type:"MultiPolygon",id:24047,arcs:[[[4781,4782,4783,-4689,-4396,4784]]]},{type:"Polygon",id:6109,arcs:[[-4573,4785,4786,4787,-4733,-4420]]},{type:"Polygon",id:20031,arcs:[[-4546,4788,4789,4790,-4541,-4470]]},{type:"Polygon",id:29131,arcs:[[-4540,-4578,4791,4792,4793,-4603,-4427]]},{type:"Polygon",id:18025,arcs:[[4794,4795,4796,-4706,-4617,-4519]]},{type:"Polygon",id:18061,arcs:[[4797,4798,4799,4800,-4795,-4518]]},{type:"Polygon",id:54099,arcs:[[-4664,4801,4802,4803,4804,-4745,-4496]]},{type:"Polygon",id:18043,arcs:[[-4662,4805,-4798,-4517]]},{type:"Polygon",id:51099,arcs:[[4806,4807,4808,4809,-4671,4810]]},{type:"Polygon",id:21205,arcs:[[-4748,4811,4812,4813,4814,-4710,-4562]]},{type:"Polygon",id:51137,arcs:[[4815,4816,4817,-4761,-4635,-4597]]},{type:"Polygon",id:20003,arcs:[[4818,4819,-4789,-4545]]},{type:"Polygon",id:20107,arcs:[[-4772,4820,4821,-4819,-4548]]},{type:"Polygon",id:21111,arcs:[[4822,4823,4824,4825,-4799,-4806,-4661,-4714]]},{type:"Polygon",id:51177,arcs:[[-4675,4826,-4673,4827,4828,4829,-4816,-4596]]},{type:"Polygon",id:54043,arcs:[[-4619,-4641,4830,4831,4832,-4802,-4663]]},{type:"Polygon",id:21073,arcs:[[-4559,-4760,4833,4834,4835,-4665]]},{type:"Polygon",id:21017,arcs:[[4836,4837,4838,-4757,-4677,-4775]]},{type:"Polygon",id:21211,arcs:[[4839,4840,-4823,-4713,-4666,-4836]]},{type:"Polygon",id:20145,arcs:[[-4608,4841,4842,4843,-4600,-4613]]},{type:"Polygon",id:8091,arcs:[[-4177,4844,4845,4846,-4627]]},{type:"Polygon",id:6041,arcs:[[4847,-4484]]},{type:"Polygon",id:21011,arcs:[[-4815,4848,4849,-4774,-4711]]},{type:"Polygon",id:6077,arcs:[[-4580,-4735,4850,4851,4852,4853,-4552]]},{type:"Polygon",id:29125,arcs:[[-4567,4854,4855,-4792,-4577]]},{type:"Polygon",id:24039,arcs:[[-4690,-4784,4856,4857,4858]]},{type:"Polygon",id:51003,arcs:[[-4818,4859,4860,4861,4862,-4763,-4490,-4762]]},{type:"Polygon",id:51193,arcs:[[4863,4864,4865,-4807,4866]]},{type:"Polygon",id:29029,arcs:[[-4794,4867,4868,4869,4870,-4699,-4604]]},{type:"Polygon",id:21127,arcs:[[-4805,4871,4872,4873,4874,-4746,-4743]]},{type:"Polygon",id:51017,arcs:[[-4669,-4766,4875,4876,4877,-4536]]},{type:"Polygon",id:8099,arcs:[[-4591,4878,4879,4880,4881,-4642]]},{type:"Polygon",id:54025,arcs:[[-4878,4882,4883,4884,4885,-4692,-4549,-4537]]},{type:"Polygon",id:21063,arcs:[[-4875,4886,-4812,-4747]]},{type:"Polygon",id:8027,arcs:[[-4721,4887,-4776,-4611]]},{type:"Polygon",id:8011,arcs:[[-4882,4888,4889,4890,-4643]]},{type:"Polygon",id:8089,arcs:[[-4891,4891,-4718,-4723,-4722,-4644]]},{type:"Polygon",id:18123,arcs:[[4892,4893,4894,4895,-4707,-4797]]},{type:"Polygon",id:54019,arcs:[[-4693,-4886,4896,4897,-4638]]},{type:"Polygon",id:20093,arcs:[[4898,4899,4900,-4593,-4585]]},{type:"Polygon",id:20055,arcs:[[-4588,-4602,4901,4902,4903,-4899,-4584]]},{type:"Polygon",id:20075,arcs:[[-4901,4904,-4879,-4590,-4594]]},{type:"Polygon",id:17193,arcs:[[-4685,-4705,4905,4906,4907,-4657,-4683]]},{type:"Polygon",id:20185,arcs:[[-4725,4908,4909,4910,-4842,-4607]]},{type:"Polygon",id:20083,arcs:[[-4844,4911,4912,4913,-4902,-4601]]},{type:"Polygon",id:17065,arcs:[[-4908,4914,4915,4916,-4767,-4658]]},{type:"Polygon",id:51033,arcs:[[-4810,4917,4918,4919,4920,-4828,-4672]]},{type:"Polygon",id:18173,arcs:[[-4709,4921,4922,4923,4924,4925,-4702,-4695]]},{type:"Polygon",id:18129,arcs:[[4926,4927,4928,4929,-4906,-4704]]},{type:"Polygon",id:54005,arcs:[[4930,4931,4932,-4831,-4640]]},{type:"Polygon",id:17157,arcs:[[-4633,-4731,4933,4934,4935,4936,-4726]]},{type:"Polygon",id:29185,arcs:[[-4701,4937,4938,4939,4940,-4770,-4687]]},{type:"Polygon",id:17145,arcs:[[-4730,-4769,4941,4942,-4934]]},{type:"Polygon",id:29055,arcs:[[-4576,4943,4944,4945,4946,-4565]]},{type:"Polygon",id:21067,arcs:[[4947,4948,4949,4950,-4758,-4839]]},{type:"Polygon",id:29221,arcs:[[-4742,4951,4952,-4944,-4575]]},{type:"Polygon",id:18147,arcs:[[-4896,4953,4954,-4923,-4922,-4708]]},{type:"Polygon",id:21163,arcs:[[4955,4956,-4893,-4796,-4801]]},{type:"Polygon",id:21239,arcs:[[-4951,4957,4958,4959,-4834,-4759]]},{type:"Polygon",id:21173,arcs:[[4960,4961,4962,-4837,-4850]]},{type:"Polygon",id:20079,arcs:[[4963,4964,4965,-4647,-4652]]},{type:"Polygon",id:20073,arcs:[[-4542,-4791,4966,4967,4968,4969,-4715]]},{type:"Polygon",id:20155,arcs:[[-4648,-4966,4970,4971,4972,-4909,-4724]]},{type:"Polygon",id:18163,arcs:[[-4926,4973,4974,-4927,-4703]]},{type:"Polygon",id:29161,arcs:[[-4947,4975,4976,4977,-4855,-4566]]},{type:"Polygon",id:49017,arcs:[[-4756,4978,4979,-4680,-4737,-4739]]},{type:"Polygon",id:51057,arcs:[[4980,4981,-4918,-4809,4982]]},{type:"Polygon",id:8113,arcs:[[-4847,4983,4984,-4749,-4628]]},{type:"Polygon",id:51109,arcs:[[-4830,4985,4986,4987,-4860,-4817]]},{type:"Polygon",id:49021,arcs:[[-4980,4988,4989,-4623,-4681]]},{type:"Polygon",id:21215,arcs:[[4990,4991,4992,-4824,-4841]]},{type:"Polygon",id:8053,arcs:[[-4781,4993,4994,4995,4996,-4845,-4176]] +},{type:"Polygon",id:21005,arcs:[[-4960,4997,4998,4999,-4991,-4840,-4835]]},{type:"Polygon",id:17055,arcs:[[-4917,5e3,5001,5002,-4942,-4768]]},{type:"Polygon",id:51159,arcs:[[5003,5004,5005,-4865]]},{type:"Polygon",id:29186,arcs:[[-4937,5006,5007,-4740,-4727]]},{type:"Polygon",id:21029,arcs:[[5008,5009,-4825,-4993]]},{type:"Polygon",id:21175,arcs:[[-4874,5010,5011,5012,5013,-4813,-4887]]},{type:"Polygon",id:21049,arcs:[[5014,5015,5016,-4948,-4838,-4963]]},{type:"Polygon",id:6013,arcs:[[-4853,5017,5018]]},{type:"Polygon",id:20015,arcs:[[-4716,-4970,5019,5020,5021,-4964,-4651]]},{type:"Polygon",id:20047,arcs:[[-4911,5022,5023,5024,-4912,-4843]]},{type:"Polygon",id:51163,arcs:[[5025,5026,5027,5028,-4876,-4765,5029]]},{type:"Polygon",id:29187,arcs:[[-5008,5030,5031,5032,-4952,-4741]]},{type:"Polygon",id:6099,arcs:[[5033,5034,5035,-4851,-4734,-4788]]},{type:"Polygon",id:29085,arcs:[[-4871,5036,5037,-4938,-4700]]},{type:"Polygon",id:29217,arcs:[[-4941,5038,5039,5040,5041,-4821,-4771]]},{type:"Polygon",id:21165,arcs:[[-4814,-5014,5042,5043,-4961,-4849]]},{type:"Polygon",id:51125,arcs:[[5044,5045,5046,-5030,-4764,-4863]]},{type:"Polygon",id:21027,arcs:[[5047,5048,5049,5050,-4894,-4957]]},{type:"Polygon",id:20207,arcs:[[5051,5052,-4967,-4790]]},{type:"Polygon",id:20001,arcs:[[5053,5054,-5052,-4820]]},{type:"Polygon",id:20011,arcs:[[-5042,5055,5056,-5054,-4822]]},{type:"MultiPolygon",id:51001,arcs:[[[5057,5058,-4782,5059]]]},{type:"Polygon",id:54045,arcs:[[-4933,5060,5061,-4832]]},{type:"Polygon",id:51133,arcs:[[5062,-5004,-4864,5063]]},{type:"Polygon",id:29169,arcs:[[-4856,-4978,5064,5065,-4868,-4793]]},{type:"Polygon",id:8055,arcs:[[-4720,5066,5067,5068,-4777,-4888]]},{type:"Polygon",id:51085,arcs:[[-4921,5069,5070,5071,5072,-4986,-4829]]},{type:"Polygon",id:51065,arcs:[[5073,5074,-4861,-4988,5075]]},{type:"Polygon",id:21093,arcs:[[5076,5077,5078,5079,5080,-5048,-4956,-4800,-4826,-5010]]},{type:"Polygon",id:21113,arcs:[[5081,5082,5083,-4958,-4950]]},{type:"Polygon",id:21115,arcs:[[5084,5085,5086,-5011,-4873]]},{type:"Polygon",id:20069,arcs:[[-4914,5087,5088,5089,-4903]]},{type:"Polygon",id:21091,arcs:[[-5051,5090,5091,-4954,-4895]]},{type:"Polygon",id:54081,arcs:[[-4639,-4898,5092,5093,5094,-4931]]},{type:"Polygon",id:21179,arcs:[[-5e3,5095,5096,5097,-5077,-5009,-4992]]},{type:"Polygon",id:54059,arcs:[[5098,5099,5100,5101,5102,-4803,-4833,-5062]]},{type:"Polygon",id:21101,arcs:[[-4974,-4925,5103,5104,5105,5106,-4928,-4975]]},{type:"Polygon",id:51097,arcs:[[-4982,5107,5108,5109,5110,-4919]]},{type:"Polygon",id:8111,arcs:[[-4997,5111,5112,-4984,-4846]]},{type:"Polygon",id:21167,arcs:[[-5084,5113,5114,5115,-4998,-4959]]},{type:"Polygon",id:8079,arcs:[[5116,5117,-4994,-4780]]},{type:"Polygon",id:21159,arcs:[[-4804,-5103,5118,5119,-5085,-4872]]},{type:"Polygon",id:51005,arcs:[[-5029,5120,5121,5122,-4883,-4877]]},{type:"Polygon",id:17077,arcs:[[-5003,5123,5124,5125,-4935,-4943]]},{type:"Polygon",id:21197,arcs:[[-5044,5126,5127,5128,-5015,-4962]]},{type:"Polygon",id:21059,arcs:[[5129,5130,-5104,-4924,-4955,-5092]]},{type:"Polygon",id:21151,arcs:[[5131,5132,5133,5134,-5082,-4949,-5017]]},{type:"Polygon",id:17059,arcs:[[-4930,5135,5136,5137,-4915,-4907]]},{type:"Polygon",id:21229,arcs:[[-5116,5138,5139,-5096,-4999]]},{type:"Polygon",id:20057,arcs:[[-5025,5140,5141,5142,-5088,-4913]]},{type:"Polygon",id:20173,arcs:[[-5022,5143,5144,-4971,-4965]]},{type:"Polygon",id:17165,arcs:[[-5138,5145,5146,5147,-5001,-4916]]},{type:"Polygon",id:51101,arcs:[[-5111,5148,5149,-5070,-4920]]},{type:"Polygon",id:29059,arcs:[[-4870,5150,5151,5152,5153,-5037]]},{type:"Polygon",id:6001,arcs:[[-4852,-5036,5154,5155,-5018]]},{type:"Polygon",id:51075,arcs:[[5156,5157,5158,-5076,-4987,-5073]]},{type:"Polygon",id:29157,arcs:[[-5126,5159,5160,5161,5162,-5031,-5007,-4936]]},{type:"Polygon",id:29039,arcs:[[5163,5164,5165,-5039,-4940]]},{type:"Polygon",id:6043,arcs:[[5166,5167,-4787]]},{type:"Polygon",id:21225,arcs:[[5168,5169,5170,-5136,-4929,-5107]]},{type:"Polygon",id:29105,arcs:[[-5066,5171,5172,5173,-5151,-4869]]},{type:"Polygon",id:8033,arcs:[[-5113,5174,-4750,-4985]]},{type:"Polygon",id:21153,arcs:[[-5087,5175,5176,5177,5178,-5012]]},{type:"Polygon",id:54089,arcs:[[5179,5180,-5093,-4897,-4885,5181]]},{type:"Polygon",id:17199,arcs:[[-5148,5182,5183,-5124,-5002]]},{type:"Polygon",id:21237,arcs:[[-5179,5184,5185,-5127,-5043,-5013]]},{type:"Polygon",id:21065,arcs:[[-5129,5186,5187,-5132,-5016]]},{type:"Polygon",id:51103,arcs:[[-5005,-5063,5188]]},{type:"Polygon",id:8105,arcs:[[-4779,5189,5190,5191,-5117]]},{type:"Polygon",id:6075,arcs:[[5192,5193]]},{type:"Polygon",id:29167,arcs:[[-5038,-5154,5194,5195,-5164,-4939]]},{type:"Polygon",id:21079,arcs:[[-5135,5196,5197,5198,-5114,-5083]]},{type:"Polygon",id:20151,arcs:[[-4973,5199,5200,5201,-5023,-4910]]},{type:"Polygon",id:51009,arcs:[[5202,5203,5204,5205,-5026,-5047]]},{type:"Polygon",id:8071,arcs:[[-4890,5206,5207,5208,5209,-5067,-4719,-4892]]},{type:"Polygon",id:51023,arcs:[[5210,5211,5212,-5121,-5028]]},{type:"Polygon",id:29065,arcs:[[-4946,5213,5214,5215,5216,-4976]]},{type:"Polygon",id:54109,arcs:[[5217,5218,-5099,-5061,-4932,-5095]]},{type:"Polygon",id:51029,arcs:[[5219,5220,5221,-5045,-4862,-5075]]},{type:"Polygon",id:6039,arcs:[[-4572,5222,5223,-5167,-4786]]},{type:"Polygon",id:51119,arcs:[[5224,-5108,-4981,5225]]},{type:"Polygon",id:21071,arcs:[[-5120,5226,5227,-5176,-5086]]},{type:"Polygon",id:8003,arcs:[[-5069,5228,5229,-5190,-4778]]},{type:"Polygon",id:51049,arcs:[[-5159,5230,5231,5232,-5220,-5074]]},{type:"Polygon",id:21195,arcs:[[5233,5234,5235,5236,5237,-5227,-5119,-5102]]},{type:"Polygon",id:29093,arcs:[[-5033,5238,5239,5240,-5214,-4945,-4953]]},{type:"Polygon",id:20187,arcs:[[5241,5242,5243,5244,-4880,-4905]]},{type:"Polygon",id:21183,arcs:[[-5050,5245,5246,5247,5248,-5130,-5091]]},{type:"Polygon",id:20067,arcs:[[5249,5250,-5242,-4900]]},{type:"Polygon",id:20081,arcs:[[-5090,5251,5252,5253,-5250,-4904]]},{type:"Polygon",id:20097,arcs:[[-5202,5254,5255,5256,-5141,-5024]]},{type:"Polygon",id:20095,arcs:[[-5145,5257,5258,5259,-5200,-4972]]},{type:"Polygon",id:20205,arcs:[[5260,5261,5262,-4968,-5053]]},{type:"Polygon",id:20133,arcs:[[-5057,5263,5264,5265,-5261,-5055]]},{type:"Polygon",id:21123,arcs:[[5266,5267,5268,5269,-5078,-5098]]},{type:"Polygon",id:21155,arcs:[[-5140,5270,5271,5272,-5267,-5097]]},{type:"Polygon",id:54063,arcs:[[-5123,5273,5274,-5182,-4884]]},{type:"Polygon",id:21129,arcs:[[-5186,5275,5276,5277,-5187,-5128]]},{type:"Polygon",id:21021,arcs:[[-5199,5278,5279,-5271,-5139,-5115]]},{type:"Polygon",id:51087,arcs:[[5280,5281,5282,5283,5284,5285,5286,5287,-5157,-5072]]},{type:"Polygon",id:6081,arcs:[[5288,5289,5290,5291,-5193]]},{type:"Polygon",id:21025,arcs:[[-5178,5292,5293,5294,-5276,-5185]]},{type:"Polygon",id:51145,arcs:[[5295,5296,-5231,-5158]]},{type:"Polygon",id:21149,arcs:[[-5249,5297,5298,5299,-5105,-5131]]},{type:"Polygon",id:20037,arcs:[[-5041,5300,5301,5302,5303,-5264,-5056]]},{type:"Polygon",id:51045,arcs:[[5304,5305,5306,-5274,-5122,-5213]]},{type:"Polygon",id:8023,arcs:[[-5210,5307,5308,5309,-5229,-5068]]},{type:"Polygon",id:29011,arcs:[[-5166,5310,5311,-5301,-5040]]},{type:"Polygon",id:21233,arcs:[[5312,5313,5314,-5169,-5106,-5300]]},{type:"Polygon",id:29123,arcs:[[-5163,5315,5316,-5239,-5032]]},{type:"Polygon",id:8009,arcs:[[-5245,5317,5318,5319,-5207,-4889,-4881]]},{type:"Polygon",id:8083,arcs:[[5320,5321,-4751,-5175]]},{type:"Polygon",id:8067,arcs:[[-4996,5322,5323,-5321,-5112]]},{type:"Polygon",id:6047,arcs:[[-5224,5324,5325,5326,-5034,-5168]]},{type:"Polygon",id:21137,arcs:[[5327,5328,5329,-5279,-5198]]},{type:"Polygon",id:51127,arcs:[[5330,5331,5332,-5281,-5071,-5150]]},{type:"Polygon",id:21085,arcs:[[-5081,-5080,5333,5334,5335,-5246,-5049]]},{type:"Polygon",id:51019,arcs:[[5336,5337,5338,5339,5340,-5211,-5027,-5206]]},{type:"Polygon",id:49053,arcs:[[5341,5342,-4624,-4990]]},{type:"Polygon",id:20049,arcs:[[-5263,5343,5344,5345,-5020,-4969]]},{type:"Polygon",id:29179,arcs:[[5346,5347,5348,-5215,-5241]]},{type:"Polygon",id:29031,arcs:[[5349,5350,5351,5352,5353,-5161]]},{type:"Polygon",id:29215,arcs:[[-4977,-5217,5354,5355,5356,5357,-5172,-5065]]},{type:"Polygon",id:17069,arcs:[[-5137,-5171,5358,5359,5360,-5146]]},{type:"Polygon",id:17151,arcs:[[-5361,5361,5362,5363,-5147]]},{type:"Polygon",id:51760,arcs:[[-5285,5364,-5287,-5286]]},{type:"Polygon",id:17087,arcs:[[-5364,5365,5366,5367,-5183]]},{type:"Polygon",id:17181,arcs:[[-5184,-5368,5368,5369,-5350,-5160,-5125]]},{type:"Polygon",id:51073,arcs:[[5370,5371,5372,-5109,-5225]]},{type:"Polygon",id:29017,arcs:[[-5354,5373,5374,-5316,-5162]]},{type:"Polygon",id:54055,arcs:[[-5181,5375,5376,5377,5378,-5218,-5094]]},{type:"Polygon",id:6019,arcs:[[5379,5380,5381,5382,5383,-5325,-5223,-4571]]},{type:"Polygon",id:29057,arcs:[[-5196,5384,5385,5386,-5311,-5165]]},{type:"Polygon",id:21109,arcs:[[-5278,5387,5388,5389,5390,-5133,-5188]]},{type:"Polygon",id:21107,arcs:[[5391,5392,5393,-5313,-5299]]},{type:"Polygon",id:51041,arcs:[[-5365,-5284,5394,5395,5396,5397,5398,5399,5400,5401,-5296,-5288]]},{type:"Polygon",id:51011,arcs:[[5402,5403,5404,-5203,-5046,-5222]]},{type:"MultiPolygon",id:51131,arcs:[[[5405,-5058]]]},{type:"Polygon",id:21045,arcs:[[-5330,5406,5407,5408,5409,-5272,-5280]]},{type:"Polygon",id:54047,arcs:[[-5379,5410,5411,-5100,-5219]]},{type:"Polygon",id:21055,arcs:[[-5315,5412,5413,5414,-5359,-5170]]},{type:"Polygon",id:49025,arcs:[[-4979,-4755,5415,5416,-5342,-4989]]},{type:"Polygon",id:21189,arcs:[[-5295,5417,5418,-5388,-5277]]},{type:"Polygon",id:21203,arcs:[[-5391,5419,5420,-5328,-5197,-5134]]},{type:"Polygon",id:51027,arcs:[[-5412,5421,5422,5423,-5234,-5101]]},{type:"Polygon",id:51115,arcs:[[-5372,5424]]},{type:"Polygon",id:21119,arcs:[[-5177,-5228,-5238,5425,5426,-5293]]},{type:"Polygon",id:51007,arcs:[[-5402,5427,5428,5429,-5232,-5297]]},{type:"Polygon",id:51036,arcs:[[5430,5431,-5282,-5333]]},{type:"Polygon",id:29225,arcs:[[-5174,5432,5433,5434,5435,-5152]]},{type:"Polygon",id:6085,arcs:[[-5035,-5327,5436,5437,-5290,5438,-5155]]},{type:"Polygon",id:21217,arcs:[[-5273,-5410,5439,5440,-5268]]},{type:"Polygon",id:29229,arcs:[[-5358,5441,-5433,-5173]]},{type:"Polygon",id:51071,arcs:[[-5307,5442,5443,5444,-5376,-5180,-5275]]},{type:"Polygon",id:20035,arcs:[[-5346,5445,5446,5447,5448,-5021]]},{type:"Polygon",id:20191,arcs:[[-5449,5449,5450,5451,-5258,-5144]]},{type:"Polygon",id:20119,arcs:[[-5143,5452,5453,5454,-5252,-5089]]},{type:"Polygon",id:20025,arcs:[[-5257,5455,5456,5457,-5453,-5142]]},{type:"Polygon",id:20007,arcs:[[-5260,5458,5459,5460,5461,-5255,-5201]]},{type:"Polygon",id:21087,arcs:[[-5441,5462,5463,5464,-5269]]},{type:"Polygon",id:51680,arcs:[[-5205,5465,-5337]]},{type:"Polygon",id:6027,arcs:[[-4773,-4255,5466,5467,5468,5469,-5380,-4570]]},{type:"Polygon",id:51095,arcs:[[5470,5471,5472,-5431,-5332,5473,5474,5475]]},{type:"Polygon",id:21099,arcs:[[-5270,-5465,5476,5477,5478,-5334,-5079]]},{type:"Polygon",id:21193,arcs:[[-5427,5479,5480,5481,5482,-5418,-5294]]},{type:"Polygon",id:51031,arcs:[[-5405,5483,5484,5485,-5338,-5466,-5204]]},{type:"Polygon",id:29077,arcs:[[-5153,-5436,5486,5487,-5385,-5195]]},{type:"Polygon",id:21139,arcs:[[-5415,5488,5489,5490,5491,-5362,-5360]]},{type:"Polygon",id:29203,arcs:[[-5349,5492,5493,5494,-5355,-5216]]},{type:"Polygon",id:8007,arcs:[[-5118,-5192,5495,5496,5497,-5323,-4995]]},{type:"Polygon",id:51161,arcs:[[-5341,5498,5499,5500,-5305,-5212],[5501,5502]]},{type:"Polygon",id:21177,arcs:[[5503,5504,5505,5506,-5392,-5298,-5248]]},{type:"Polygon",id:51147,arcs:[[-5233,-5430,5507,5508,5509,-5403,-5221]]},{type:"Polygon",id:8021,arcs:[[-5191,-5230,-5310,5510,5511,-5496]]},{type:"Polygon",id:21031,arcs:[[5512,5513,-5504,-5247,-5336,5514]]},{type:"Polygon",id:20129,arcs:[[5515,5516,5517,-5318,-5244]]},{type:"Polygon",id:20189,arcs:[[-5254,5518,5519,-5516,-5243,-5251]]},{type:"Polygon",id:20175,arcs:[[-5455,5520,5521,-5519,-5253]]},{type:"Polygon",id:20125,arcs:[[-5262,-5266,5522,5523,5524,5525,-5344]]},{type:"Polygon",id:20077,arcs:[[5526,5527,-5459,-5259,-5452]]},{type:"Polygon",id:20033,arcs:[[5528,5529,-5456,-5256,-5462]]},{type:"Polygon",id:20099,arcs:[[-5304,5530,5531,5532,-5523,-5265]]},{type:"Polygon",id:21033,arcs:[[-5394,5533,5534,5535,-5413,-5314]]},{type:"Polygon",id:51199,arcs:[[5536,5537,5538,5539,-5471,5540,-5475]]},{type:"Polygon",id:29097,arcs:[[-5387,5541,5542,5543,-5302,-5312]]},{type:"Polygon",id:51121,arcs:[[5544,5545,5546,5547,-5443,-5306,-5501]]},{type:"Polygon",id:21051,arcs:[[-5483,5548,5549,5550,5551,-5389,-5419]]},{type:"Polygon",id:21199,arcs:[[5552,5553,5554,-5407,-5329,-5421,5555]]},{type:"Polygon",id:20021,arcs:[[-5544,5556,5557,5558,-5531,-5303]]},{type:"Polygon",id:21061,arcs:[[-5479,5559,5560,-5515,-5335]]},{type:"Polygon",id:51770,arcs:[[5561,-5503]]},{type:"Polygon",id:17127,arcs:[[-5492,5562,5563,-5366,-5363]]},{type:"Polygon",id:51185,arcs:[[-5378,5564,5565,5566,-5422,-5411]]},{type:"Polygon",id:17003,arcs:[[5567,5568,5569,5570,-5351,-5370]]},{type:"Polygon",id:21125,arcs:[[-5552,5571,5572,5573,-5556,-5420,-5390]]},{type:"Polygon",id:17153,arcs:[[-5367,-5564,5574,5575,-5568,-5369]]},{type:"Polygon",id:21131,arcs:[[5576,5577,-5549,-5482]]},{type:"Polygon",id:29223,arcs:[[-5375,5578,5579,5580,-5347,-5240,-5317]]},{type:"Polygon",id:51149,arcs:[[5581,5582,5583,5584,5585,-5397,5586]]},{type:"Polygon",id:21001,arcs:[[-5409,5587,5588,5589,-5463,-5440]]},{type:"Polygon",id:51051,arcs:[[5590,5591,-5235,-5424]]},{type:"Polygon",id:20019,arcs:[[-5526,5592,5593,-5446,-5345]]},{type:"Polygon",id:51021,arcs:[[5594,5595,5596,-5565,-5377,-5445]]},{type:"Polygon",id:51135,arcs:[[5597,5598,-5508,-5429,5599]]},{type:"Polygon",id:29109,arcs:[[-5488,5600,5601,5602,5603,-5542,-5386]]},{type:"Polygon",id:6087,arcs:[[5604,5605,5606,-5291,-5438]]},{type:"Polygon",id:51053,arcs:[[5607,-5585,5608,5609,5610,-5600,-5428,-5401]]},{type:"Polygon",id:21133,arcs:[[-5237,5611,5612,-5480,-5426]]},{type:"Polygon",id:29201,arcs:[[5613,5614,5615,-5352,-5571]]},{type:"Polygon",id:51037,arcs:[[5616,5617,5618,-5484,-5404,-5510]]},{type:"Polygon",id:51155,arcs:[[5619,-5546,5620,5621,5622,-5595,-5444,-5548]]},{type:"Polygon",id:51181,arcs:[[5623,5624,5625,-5583,5626]]},{type:"Polygon",id:51067,arcs:[[5627,5628,5629,5630,-5499,-5340]]},{type:"Polygon",id:21007,arcs:[[5631,5632,-5569,-5576,5633]]},{type:"Polygon",id:21145,arcs:[[-5491,5634,5635,5636,-5634,-5575,-5563]]},{type:"Polygon",id:51700,arcs:[[5637,5638,-5472,-5540]]},{type:"Polygon",id:51195,arcs:[[5639,5640,5641,5642,-5612,-5236,-5592]]},{type:"Polygon",id:21227,arcs:[[-5561,5643,5644,5645,5646,-5513]]},{type:"Polygon",id:21207,arcs:[[-5555,5647,5648,5649,-5588,-5408]]},{type:"Polygon",id:21169,arcs:[[-5590,5650,5651,5652,-5477,-5464]]},{type:"Polygon",id:21143,arcs:[[-5536,5653,5654,-5489,-5414]]},{type:"Polygon",id:21009,arcs:[[5655,5656,-5644,-5560,-5478,-5653]]},{type:"Polygon",id:21047,arcs:[[-5507,5657,5658,5659,5660,-5534,-5393]]},{type:"Polygon",id:51093,arcs:[[5661,5662,5663,5664,-5624,5665]]},{type:"Polygon",id:51167,arcs:[[5666,5667,5668,-5640,-5591,-5423,-5567]]},{type:"Polygon",id:51143,arcs:[[5669,5670,5671,5672,5673,5674,-5628,-5339,-5486]]},{type:"Polygon",id:51063,arcs:[[-5631,5675,5676,-5621,-5545,-5500]]},{type:"Polygon",id:29207,arcs:[[-5353,-5616,5677,5678,5679,-5579,-5374]]},{type:"Polygon",id:51111,arcs:[[-5599,5680,5681,-5617,-5509]]},{type:"Polygon",id:51650,arcs:[[-5638,-5539,-5683,5683]]},{type:"Polygon",id:51183,arcs:[[5684,5685,-5609,-5584,-5626]]},{type:"Polygon",id:29035,arcs:[[-5581,5686,5687,5688,-5493,-5348]]},{type:"Polygon",id:29043,arcs:[[-5435,5689,5690,5691,-5601,-5487]]},{type:"Polygon",id:51197,arcs:[[5692,5693,5694,-5596,-5623]]},{type:"Polygon",id:21141,arcs:[[5695,5696,5697,-5505,-5514,-5647]]},{type:"Polygon",id:21219,arcs:[[-5698,5698,5699,-5658,-5506]]},{type:"Polygon",id:29067,arcs:[[-5442,-5357,5700,5701,5702,-5690,-5434]]},{type:"Polygon",id:21157,arcs:[[-5655,5703,5704,5705,-5635,-5490]]},{type:"Polygon",id:29133,arcs:[[-5633,5706,5707,5708,5709,-5614,-5570]]},{type:"Polygon",id:51083,arcs:[[-5619,5710,5711,5712,5713,-5670,-5485]]},{type:"Polygon",id:29091,arcs:[[-5495,5714,5715,5716,-5701,-5356]]},{type:"Polygon",id:29145,arcs:[[-5604,5717,5718,5719,-5557,-5543]]},{type:"Polygon",id:21121,arcs:[[5720,5721,-5572,-5551]]},{type:"Polygon",id:51025,arcs:[[-5611,5722,5723,5724,5725,-5681,-5598]]},{type:"Polygon",id:21095,arcs:[[-5613,-5643,5726,5727,-5577,-5481]]},{type:"Polygon",id:51173,arcs:[[-5597,-5695,5728,5729,-5667,-5566]]},{type:"Polygon",id:4017,arcs:[[5730,5731,5732,5733,-4753]]},{type:"Polygon",id:4005,arcs:[[-5734,5734,5735,5736,-5416,-4754]]},{type:"Polygon",id:21221,arcs:[[5737,5738,-5704,-5654,-5535,-5661]]},{type:"Polygon",id:40105,arcs:[[-5533,5739,5740,5741,-5524]]},{type:"Polygon",id:40113,arcs:[[5742,5743,5744,5745,5746,-5447,-5594]]},{type:"Polygon",id:40151,arcs:[[-5461,5747,5748,5749,5750,5751,-5529]]},{type:"Polygon",id:40035,arcs:[[-5559,5752,5753,5754,5755,-5740,-5532]]},{type:"Polygon",id:40147,arcs:[[-5742,5756,5757,-5743,-5593,-5525]]},{type:"Polygon",id:40053,arcs:[[5758,5759,5760,-5527,-5451]]},{type:"Polygon",id:40003,arcs:[[-5528,-5761,5761,5762,-5748,-5460]]},{type:"Polygon",id:40071,arcs:[[-5747,5763,5764,-5759,-5450,-5448]]},{type:"Polygon",id:40115,arcs:[[-5720,5765,5766,-5753,-5558]]},{type:"Polygon",id:40059,arcs:[[-5530,-5752,-5751,5767,5768,5769,-5457]]},{type:"Polygon",id:35039,arcs:[[-5512,5770,5771,5772,5773,5774,5775,-5497]]},{type:"Polygon",id:35045,arcs:[[-5776,5776,5777,5778,-5322,-5324,-5498]]},{type:"Polygon",id:4001,arcs:[[-5779,5779,5780,5781,5782,5783,-5731,-4752]]},{type:"Polygon",id:35059,arcs:[[5784,5785,5786,5787,5788,5789,-5208,-5320]]},{type:"Polygon",id:40025,arcs:[[-5518,5790,5791,5792,-5785,-5319]]},{type:"Polygon",id:40139,arcs:[[5793,5794,5795,5796,-5791,-5517,-5520,-5522]]},{type:"Polygon",id:40007,arcs:[[-5458,-5770,5797,5798,5799,-5794,-5521,-5454]]},{type:"Polygon",id:51175,arcs:[[5800,-5663,5801,5802,5803,5804,5805,-5685,-5625,-5665]]},{type:"Polygon",id:21231,arcs:[[5806,5807,5808,5809,-5648,-5554]]},{type:"Polygon",id:35055,arcs:[[5810,5811,-5771,-5511,-5309]]},{type:"Polygon",id:35007,arcs:[[-5790,5812,5813,-5811,-5308,-5209]]},{type:"Polygon",id:29209,arcs:[[5814,5815,5816,-5602,-5692]]},{type:"Polygon",id:6069,arcs:[[-5326,-5384,5817,-5605,-5437]]},{type:"Polygon",id:21235,arcs:[[-5722,5818,5819,5820,5821,-5573]]},{type:"Polygon",id:51710,arcs:[[5822,5823]]},{type:"Polygon",id:21147,arcs:[[-5822,5824,5825,-5807,-5553,-5574]]},{type:"Polygon",id:21013,arcs:[[-5578,-5728,5826,5827,-5819,-5721,-5550]]},{type:"Polygon",id:21039,arcs:[[-5637,5828,5829,-5707,-5632]]},{type:"Polygon",id:21083,arcs:[[-5706,5830,5831,5832,5833,-5829,-5636]]},{type:"Polygon",id:21057,arcs:[[5834,5835,5836,-5651,-5589,-5650]]},{type:"Polygon",id:21003,arcs:[[-5657,5837,5838,5839,5840,-5645]]},{type:"Polygon",id:29009,arcs:[[-5817,5841,5842,5843,-5718,-5603]]},{type:"Polygon",id:51810,arcs:[[5844,5845,5846,5847,5848,5849,5850,-5823,5851]]},{type:"Polygon",id:51035,arcs:[[5852,5853,5854,5855,5856,-5693,-5622,-5677]]},{type:"Polygon",id:51191,arcs:[[5857,5858,5859,-5668,-5730,5860,5861,5862,5863]]},{type:"Polygon",id:29023,arcs:[[-5680,5864,5865,5866,-5687,-5580]]},{type:"Polygon",id:51800,arcs:[[-5868,5868,5869,5870,-5802,-5662,5871]]},{type:"Polygon",id:6053,arcs:[[-5818,-5383,5872,5873,5874,-5606]]},{type:"Polygon",id:51081,arcs:[[-5686,-5806,5875,-5723,-5610]]},{type:"Polygon",id:51105,arcs:[[5876,5877,5878,-5827,-5727,-5642]]},{type:"Polygon",id:51117,arcs:[[-5726,5879,5880,5881,-5711,-5618,-5682]]},{type:"Polygon",id:21053,arcs:[[-5810,5882,5883,-5835,-5649]]},{type:"Polygon",id:29149,arcs:[[-5689,5884,5885,5886,5887,-5715,-5494]]},{type:"Polygon",id:51169,arcs:[[-5669,-5860,5888,5889,5890,-5877,-5641]]},{type:"Polygon",id:21213,arcs:[[5891,5892,-5696,-5646,-5841]]},{type:"Polygon",id:51141,arcs:[[5893,5894,5895,-5853,-5676,-5630]]},{type:"Polygon",id:29143,arcs:[[-5710,5896,5897,5898,5899,5900,5901,-5678,-5615]]},{type:"Polygon",id:51550,arcs:[[5902,-5904,5904,5905,-5850,5906,5907,-5869,-5909]]},{type:"Polygon",id:51089,arcs:[[5909,5910,-5894,-5629,-5675]]},{type:"Polygon",id:32003,arcs:[[5911,5912,-5467,-4254,-4626]]},{type:"Polygon",id:21171,arcs:[[-5837,5913,5914,-5838,-5656,-5652]]},{type:"Polygon",id:29181,arcs:[[-5867,5915,5916,-5885,-5688]]},{type:"Polygon",id:29213,arcs:[[-5703,5917,5918,5919,5920,-5815,-5691]]},{type:"Polygon",id:40153,arcs:[[5921,5922,5923,-5768,5750,-5751,-5750]]},{type:"Polygon",id:51077,arcs:[[-5857,5924,-5855,5925,5926,5927,5928,-5861,-5729,-5694]]},{type:"Polygon",id:29153,arcs:[[-5717,5929,5930,5931,-5918,-5702]]},{type:"Polygon",id:21105,arcs:[[-5834,5932,5933,5934,-5708,-5830]]},{type:"Polygon",id:29119,arcs:[[-5844,5935,5936,-5766,-5719]]},{type:"Polygon",id:21035,arcs:[[-5739,5937,5938,-5831,-5705]]},{type:"Polygon",id:6107,arcs:[[5939,5940,-5381,-5470]]},{type:"Polygon",id:47161,arcs:[[-5660,5941,5942,5943,5944,-5938,-5738]]},{type:"Polygon",id:40041,arcs:[[-5937,5945,5946,5947,5948,-5754,-5767]]},{type:"Polygon",id:47147,arcs:[[5949,5950,5951,-5699,-5697,-5893,5952]]},{type:"Polygon",id:47165,arcs:[[5953,5954,5955,5956,-5953,-5892,-5840]]},{type:"MultiPolygon",id:21075,arcs:[[[5957,5958,-5897,-5709,-5935]]]},{type:"Polygon",id:47125,arcs:[[-5952,5959,5960,5961,-5942,-5659,-5700]]},{type:"Polygon",id:51590,arcs:[[5962,-5672]]},{type:"Polygon",id:47111,arcs:[[5963,5964,5965,-5954,-5839,-5915,5966]]},{type:"Polygon",id:29069,arcs:[[-5902,5967,5968,5969,5970,5971,5972,-5865,-5679]]},{type:"Polygon",id:47137,arcs:[[5973,5974,5975,5976,-5883,-5809]]},{type:"Polygon",id:47027,arcs:[[5977,5978,-5967,-5914,-5836,-5884,-5977]]},{type:"Polygon",id:47163,arcs:[[5979,5980,5981,-5889,-5859,-5983,-5863,5983]]},{type:"Polygon",id:47091,arcs:[[-5929,5984,5985,5986,5987,-5984,-5862]]},{type:"Polygon",id:47151,arcs:[[5988,5989,5990,5991,-5974,-5808,-5826]]},{type:"Polygon",id:47025,arcs:[[5992,5993,5994,5995,-5820,-5828,-5879]]},{type:"Polygon",id:40103,arcs:[[5996,5997,5998,5999,-5764,-5746]]},{type:"Polygon",id:47067,arcs:[[-5891,6e3,6001,-5993,-5878]]},{type:"Polygon",id:40131,arcs:[[6002,6003,6004,-5757,-5741,-5756]]},{type:"Polygon",id:47013,arcs:[[6005,6006,-5989,-5825,-5821,-5996]]},{type:"Polygon",id:47073,arcs:[[-5982,6007,6008,6009,6010,-6001,-5890]]},{type:"Polygon",id:40047,arcs:[[-5765,-6e3,6011,6012,6013,-5762,-5760]]},{type:"Polygon",id:40045,arcs:[[-5924,6014,6015,6016,6017,-5798,-5769]]},{type:"Polygon",id:37009,arcs:[[6018,6019,6020,-5985,-5928]]},{type:"Polygon",id:47049,arcs:[[-5992,6021,6022,6023,6024,-5975]]},{type:"Polygon",id:37005,arcs:[[6025,6026,-6019,-5927]]},{type:"Polygon",id:40117,arcs:[[6027,6028,6029,-5997,-5745]]},{type:"Polygon",id:37171,arcs:[[-5896,6030,6031,6032,6033,-6026,-5926,-5854]]},{type:"Polygon",id:37073,arcs:[[6034,6035,6036,6037,6038,6039,-5803,-5871]]},{type:"MultiPolygon",id:37053,arcs:[[[6040,-5907,-5849,6041]],[[-5845,6042,6043,6044]]]},{type:"Polygon",id:37169,arcs:[[-5911,6045,6046,-6031,-5895]]},{type:"Polygon",id:37029,arcs:[[-5870,-5908,-6041,6047,6048,-6035]]},{type:"Polygon",id:37185,arcs:[[6049,6050,6051,6052,-5880,-5725]]},{type:"Polygon",id:37131,arcs:[[6053,6054,-6050,-5724,-5876,-5805,6055]]},{type:"Polygon",id:37091,arcs:[[-6040,6056,6057,-6056,-5804]]},{type:"Polygon",id:37145,arcs:[[6058,6059,6060,6061,-5713]]},{type:"Polygon",id:37181,arcs:[[-6053,6062,6063,-5881]]},{type:"Polygon",id:37077,arcs:[[6064,6065,6066,-6059,-5712,-5882,-6064]]},{type:"Polygon",id:37157,arcs:[[-5674,6067,6068,6069,-6046,-5910]]},{type:"Polygon",id:37033,arcs:[[-6062,6070,6071,-6068,-5673,-5963,-5671,-5714]]},{type:"Polygon",id:47133,arcs:[[-6025,6072,6073,-5978,-5976]]},{type:"Polygon",id:47087,arcs:[[-6074,6074,6075,-5964,-5979]]},{type:"Polygon",id:37083,arcs:[[6076,6077,6078,6079,-6051,-6055]]},{type:"Polygon",id:40097,arcs:[[-5949,6080,6081,-6003,-5755]]},{type:"Polygon",id:47019,arcs:[[6082,6083,6084,6085,-5980,-5988]]},{type:"Polygon",id:37139,arcs:[[6086,6087,-6036,-6049]]},{type:"Polygon",id:47131,arcs:[[-5934,6088,6089,6090,6091,-5958]]},{type:"Polygon",id:40093,arcs:[[-5763,-6014,6092,6093,6094,-5922,-5749]]},{type:"Polygon",id:47183,arcs:[[6095,6096,6097,-6089,-5933,-5833]]},{type:"Polygon",id:47095,arcs:[[6098,6099,-5900,-6101,-5898,-5959,-6092]]},{type:"Polygon",id:48421,arcs:[[6101,6102,-5792,-5797,6103]]},{type:"Polygon",id:47079,arcs:[[-5945,6104,6105,-6096,-5832,-5939]]},{type:"Polygon",id:48195,arcs:[[6106,6107,-6104,-5796,6108]]},{type:"Polygon",id:48111,arcs:[[-5793,-6103,6109,-5786]]},{type:"Polygon",id:48357,arcs:[[6110,6111,-6109,-5795,-5800]]},{type:"Polygon",id:48295,arcs:[[6112,6113,-6111,-5799,-6018]]},{type:"Polygon",id:5007,arcs:[[-5843,6114,6115,6116,6117,-5946,-5936]]},{type:"Polygon",id:5049,arcs:[[6118,6119,6120,-5930,-5716,-5888]]},{type:"Polygon",id:5015,arcs:[[-5816,-5921,6121,6122,6123,-6115,-5842]]},{type:"Polygon",id:5135,arcs:[[-5887,6124,6125,6126,6127,-6119]]},{type:"Polygon",id:5121,arcs:[[6128,6129,-6125,-5886,-5917,6130]]},{type:"Polygon",id:5009,arcs:[[6131,6132,6133,-6122,-5920]]},{type:"Polygon",id:5089,arcs:[[6134,6135,-6132,-5919,-5932]]},{type:"Polygon",id:5005,arcs:[[-6121,6136,6137,6138,-6135,-5931]]},{type:"Polygon",id:5021,arcs:[[-5866,-5973,6139,-6131,-5916]]},{type:"Polygon",id:6031,arcs:[[6140,6141,-5873,-5382,-5941]]},{type:"Polygon",id:47169,arcs:[[-5966,6142,6143,-5955]]},{type:"Polygon",id:47021,arcs:[[6144,6145,6146,6147,-5960,-5951]]},{type:"Polygon",id:47179,arcs:[[-6086,6148,6149,-6008,-5981]]},{type:"Polygon",id:37193,arcs:[[-6034,6150,6151,6152,6153,6154,-6020,-6027]]},{type:"Polygon",id:47173,arcs:[[6155,6156,6157,-6006,-5995]]},{type:"Polygon",id:47159,arcs:[[-6076,6158,6159,6160,-6143,-5965]]},{type:"Polygon",id:29155,arcs:[[-6100,6161,6162,-5968,-5901]]},{type:"Polygon",id:40143,arcs:[[-6005,6163,6164,6165,-6028,-5744,-5758]]},{type:"Polygon",id:47057,arcs:[[-6002,-6011,6166,6167,6168,-6156,-5994]]},{type:"Polygon",id:47037,arcs:[[-5957,6169,6170,6171,-6145,-5950]]},{type:"Polygon",id:47059,arcs:[[6172,6173,6174,6175,6176,-6009,-6150]]},{type:"Polygon",id:37189,arcs:[[-6155,6177,6178,-5986,-6021]]},{type:"Polygon",id:37143,arcs:[[6179,6180,-6037,-6088]]},{type:"Polygon",id:47129,arcs:[[-5991,6181,6182,6183,-6022]]},{type:"Polygon",id:47083,arcs:[[-5962,6184,6185,6186,-5943]]},{type:"Polygon",id:47005,arcs:[[-6187,6187,6188,6189,6190,-6105,-5944]]},{type:"Polygon",id:47189,arcs:[[-6144,-6161,6191,6192,6193,-6170,-5956]]},{type:"Polygon",id:37041,arcs:[[6194,-6038,-6181]]},{type:"Polygon",id:47063,arcs:[[-6177,6195,6196,-6167,-6010]]},{type:"Polygon",id:47043,arcs:[[-6148,-6147,6197,6198,6199,-6185,-5961]]},{type:"Polygon",id:5087,arcs:[[6200,6201,6202,6203,6204,-6116,-6124]]},{type:"Polygon",id:47141,arcs:[[-6024,6205,6206,6207,-6159,-6075,-6073]]},{type:"Polygon",id:47001,arcs:[[-6158,6208,6209,-6182,-5990,-6007]]},{type:"Polygon",id:37197,arcs:[[6210,6211,6212,-6151,-6033]]},{type:"Polygon",id:37011,arcs:[[6213,6214,6215,6216,6217,-6083,-5987,-6179]]},{type:"Polygon",id:37069,arcs:[[6218,6219,-6065,-6063,-6052]]},{type:"Polygon",id:5055,arcs:[[-5972,-5971,6220,6221,-6129,-6140]]},{type:"Polygon",id:35033,arcs:[[-5814,6222,6223,6224,-5772,-5812]]},{type:"Polygon",id:37067,arcs:[[6225,6226,6227,-6211,-6032,-6047]]},{type:"Polygon",id:5065,arcs:[[-6128,6228,6229,-6137,-6120]]},{type:"Polygon",id:47171,arcs:[[6230,6231,6232,-6173,-6149,-6085]]},{type:"Polygon",id:5075,arcs:[[-6222,6233,6234,6235,-6126,-6130]]},{type:"Polygon",id:37081,arcs:[[6236,6237,6238,-6226,-6070]]},{type:"Polygon",id:37001,arcs:[[6239,6240,6241,-6237,-6069,-6072]]},{type:"Polygon",id:40119,arcs:[[6242,6243,6244,-5998,-6030]]},{type:"Polygon",id:47085,arcs:[[-6200,6245,6246,-6188,-6186]]},{type:"Polygon",id:37015,arcs:[[6247,6248,6249,-6250,6250,-6077,-6054,-6058]]},{type:"Polygon",id:37135,arcs:[[-6061,6251,6252,-6240,-6071]]},{type:"Polygon",id:37063,arcs:[[-6067,6253,6254,-6252,-6060]]},{type:"Polygon",id:5143,arcs:[[6255,6256,-6117,-6205]]},{type:"MultiPolygon",id:37055,arcs:[[[6257,6258]],[[-6044,6259]]]},{type:"Polygon",id:47053,arcs:[[6260,6261,6262,6263,-6090,-6098]]},{type:"Polygon",id:35043,arcs:[[6264,6265,6266,6267,6268,-5777,-5775]]},{type:"Polygon",id:35021,arcs:[[-5789,6269,6270,-6223,-5813]]},{type:"Polygon",id:47045,arcs:[[6271,6272,6273,-6162,-6099,-6091,-6264]]},{type:"Polygon",id:37127,arcs:[[-6080,6274,6275,6276,-6219]]},{type:"Polygon",id:47089,arcs:[[-6197,6277,6278,6279,-6168]]},{type:"Polygon",id:47093,arcs:[[-6280,6280,6281,6282,6283,-6209,-6157,-6169]]},{type:"Polygon",id:47029,arcs:[[-6175,6284,6285,6286,6287,-6278,-6196,-6176]]},{type:"Polygon",id:47035,arcs:[[-6184,6288,6289,6290,6291,6292,6293,6294,-6206,-6023]]},{type:"Polygon",id:40073,arcs:[[6295,6296,6297,-6093,-6013]]},{type:"Polygon",id:40083,arcs:[[-5999,-6245,6298,6299,-6296,-6012]]},{type:"Polygon",id:40011,arcs:[[-6298,6300,6301,6302,6303,-6094]]},{type:"Polygon",id:40043,arcs:[[6304,6305,-6015,-5923,-6095,-6304]]},{type:"Polygon",id:40037,arcs:[[-6166,6306,6307,6308,-6243,-6029]]},{type:"Polygon",id:40145,arcs:[[-6082,6309,6310,6311,-6164,-6004]]},{type:"Polygon",id:40021,arcs:[[-5948,6312,6313,6314,-6310,-6081]]},{type:"Polygon",id:40001,arcs:[[-6118,-6257,6315,6316,-6313,-5947]]},{type:"Polygon",id:37121,arcs:[[-6218,6317,6318,-6231,-6084]]},{type:"Polygon",id:37065,arcs:[[6319,6320,6321,-6275,-6079]]},{type:"Polygon",id:47017,arcs:[[-6191,6322,6323,6324,-6261,-6097,-6106]]},{type:"Polygon",id:47041,arcs:[[6325,6326,6327,-6192,-6160,-6208]]},{type:"Polygon",id:5137,arcs:[[6328,6329,6330,6331,-6138,-6230]]},{type:"Polygon",id:5101,arcs:[[-6134,6332,6333,6334,-6201,-6123]]},{type:"Polygon",id:37027,arcs:[[-6154,6335,6336,6337,-6214,-6178]]},{type:"Polygon",id:5129,arcs:[[-6139,-6332,6338,6339,-6333,-6133,-6136]]},{type:"Polygon",id:47149,arcs:[[6340,6341,6342,6343,6344,-6171,-6194]]},{type:"Polygon",id:37199,arcs:[[6345,6346,6347,-6232,-6319]]},{type:"Polygon",id:47185,arcs:[[-6295,6348,6349,-6326,-6207]]},{type:"Polygon",id:37183,arcs:[[-6220,6350,6351,6352,-6254,-6066]]},{type:"Polygon",id:37117,arcs:[[6249,6353,6354,6355,-6320,-6078,-6251]]},{type:"Polygon",id:37115,arcs:[[-6233,-6348,6356,6357,-6285,6174,-6175,-6174]]},{type:"Polygon",id:37059,arcs:[[6358,6359,6360,-6212,-6228]]},{type:"Polygon",id:48393,arcs:[[-6114,6361,6362,6363,6364,-6107,-6112]]},{type:"Polygon",id:48211,arcs:[[-6113,-6017,6365,6366,-6362]]},{type:"Polygon",id:48233,arcs:[[-6108,-6365,6367,6368]]},{type:"Polygon",id:48205,arcs:[[6369,6370,6371,-5787,-6110]]},{type:"Polygon",id:37097,arcs:[[-6213,-6361,6372,6373,6374,6375,6376,6377,-6152]]},{type:"Polygon",id:48341,arcs:[[-6369,6378,6379,6380,-6370,-6102]]},{type:"Polygon",id:47187,arcs:[[-6345,6381,6382,6383,-6198,-6146,-6172]]},{type:"Polygon",id:37003,arcs:[[6384,-6336,-6153,-6378]]},{type:"Polygon",id:47145,arcs:[[6385,6386,6387,6388,-6289,-6183,-6210,-6284,6389]]},{type:"Polygon",id:47155,arcs:[[-6288,-6287,6286,6390,6391,6392,-6281,-6279]]},{type:"Polygon",id:37057,arcs:[[-6239,6393,6394,6395,-6359,-6227]]},{type:"Polygon",id:40129,arcs:[[-6306,6396,6397,6398,-6366,-6016]]},{type:"Polygon",id:35031,arcs:[[-6269,6399,-5780,-5778]]},{type:"Polygon",id:35049,arcs:[[-6225,6400,6401,6402,-6266,6403,6404,6405,-5773]]},{type:"Polygon",id:5093,arcs:[[6406,6407,6408,6409,6410,6411,6412,-5969,-6163,-6274]]},{type:"Polygon",id:37023,arcs:[[-6338,6413,6414,6415,6416,6417,-6216,-6215]]},{type:"Polygon",id:47033,arcs:[[6418,6419,6420,-6272,-6263]]},{type:"Polygon",id:5031,arcs:[[-6413,6421,6422,-6234,-6221,-5970]]},{type:"Polygon",id:37177,arcs:[[6423,6424,6425]]},{type:"Polygon",id:47081,arcs:[[-6384,6426,6427,6428,-6246,-6199]]},{type:"Polygon",id:37187,arcs:[[-6425,6429,6430,-6354,-6250,-6249,6431]]},{type:"Polygon",id:35028,arcs:[[-5774,-6406,6432,-6404,-6265]]},{type:"Polygon",id:47015,arcs:[[6433,6434,-6341,-6193,-6328]]},{type:"Polygon",id:37111,arcs:[[6435,6436,-6346,-6318,-6217,-6418]]},{type:"Polygon",id:47097,arcs:[[-6421,6437,6438,-6407,-6273]]},{type:"Polygon",id:40081,arcs:[[-6309,6439,6440,6441,-6299,-6244]] +},{type:"Polygon",id:5063,arcs:[[-6236,6442,6443,6444,-6329,-6229,-6127]]},{type:"Polygon",id:37151,arcs:[[-6242,6445,6446,6447,-6394,-6238]]},{type:"Polygon",id:47105,arcs:[[-6390,-6283,6448,6449,6450,-6386]]},{type:"Polygon",id:5067,arcs:[[-6235,-6423,6451,6452,6453,6454,-6443]]},{type:"Polygon",id:47009,arcs:[[6455,6456,6457,-6449,-6282,-6393]]},{type:"Polygon",id:37037,arcs:[[-6255,-6353,6458,6459,6460,6461,-6446,-6241,-6253]]},{type:"Polygon",id:35047,arcs:[[-6271,6462,6463,6464,-6401,-6224]]},{type:"Polygon",id:37195,arcs:[[6465,6466,6467,6468,-6276,-6322]]},{type:"Polygon",id:37159,arcs:[[-6396,6469,6470,-6373,-6360]]},{type:"Polygon",id:40111,arcs:[[-6165,-6312,6471,6472,6473,-6307]]},{type:"Polygon",id:40101,arcs:[[-6315,6474,6475,6476,-6472,-6311]]},{type:"Polygon",id:47177,arcs:[[-6350,6477,6478,6479,6480,-6434,-6327]]},{type:"Polygon",id:47119,arcs:[[6481,6482,6483,6484,-6427,-6383]]},{type:"Polygon",id:47039,arcs:[[6485,6486,6487,6488,-6323,-6190]]},{type:"Polygon",id:47135,arcs:[[-6429,6489,6490,-6486,-6189,-6247]]},{type:"Polygon",id:37147,arcs:[[-6356,6491,6492,6493,6494,6495,6496,-6466,-6321]]},{type:"Polygon",id:37035,arcs:[[-6377,6497,-6414,-6337,-6385]]},{type:"Polygon",id:37021,arcs:[[-6437,6498,6499,6500,-6357,-6347]]},{type:"Polygon",id:47143,arcs:[[6501,6502,6503,-6290,-6389]]},{type:"Polygon",id:47175,arcs:[[-6294,6504,-6292,6505,6506,-6478,-6349]]},{type:"Polygon",id:47077,arcs:[[-6489,6507,6508,6509,-6324]]},{type:"Polygon",id:47075,arcs:[[6510,6511,6512,6513,-6438,-6420]]},{type:"Polygon",id:37101,arcs:[[-6469,6514,6515,6516,-6351,-6277]]},{type:"Polygon",id:40039,arcs:[[-6303,6517,6518,6519,-6397,-6305]]},{type:"Polygon",id:6071,arcs:[[6520,6521,6522,6523,6524,6525,-5468,-5913]]},{type:"Polygon",id:6079,arcs:[[-6142,6526,6527,6528,-5874]]},{type:"Polygon",id:6029,arcs:[[-6526,6529,6530,6531,-6527,-6141,-5940,-5469]]},{type:"Polygon",id:47113,arcs:[[-6325,-6510,6532,6533,-6511,-6419,-6262]]},{type:"Polygon",id:5141,arcs:[[-6331,6534,6535,6536,6537,-6339]]},{type:"Polygon",id:37087,arcs:[[-6501,6538,6539,6540,-6391,-6287,-6286,-6358]]},{type:"Polygon",id:5047,arcs:[[6541,6542,6543,-6203,6544]]},{type:"Polygon",id:47007,arcs:[[-6504,6545,6546,-6506,-6291]]},{type:"Polygon",id:5071,arcs:[[-6202,-6335,6547,6548,-6545]]},{type:"Polygon",id:5033,arcs:[[6549,6550,-6316,-6256,-6204,-6544]]},{type:"Polygon",id:47121,arcs:[[6551,6552,6553,-6502,-6388]]},{type:"Polygon",id:35037,arcs:[[-6372,6554,6555,6556,6557,6558,6559,-6463,-6270,-5788]]},{type:"MultiPolygon",id:37013,arcs:[[[6560,6561,6562,-6494]],[[-6431,6563,6564,-6492,-6355]]]},{type:"Polygon",id:5115,arcs:[[-6340,-6538,6565,6566,6567,-6548,-6334]]},{type:"Polygon",id:40017,arcs:[[6568,6569,6570,6571,6572,-6301,-6297]]},{type:"Polygon",id:40109,arcs:[[-6442,6573,6574,-6569,-6300]]},{type:"Polygon",id:5023,arcs:[[-6445,6575,6576,-6535,-6330]]},{type:"Polygon",id:47117,arcs:[[6577,6578,6579,-6482,-6382,-6344]]},{type:"Polygon",id:5111,arcs:[[-6412,6580,6581,-6452,-6422]]},{type:"Polygon",id:37095,arcs:[[-6424,6582,-6258,6583,-6564,-6430]]},{type:"Polygon",id:47031,arcs:[[-6435,-6481,6584,6585,6586,6587,-6342]]},{type:"Polygon",id:47003,arcs:[[-6588,6588,6589,-6578,-6343]]},{type:"Polygon",id:37173,arcs:[[6590,6591,6592,-6456,-6392,-6541]]},{type:"Polygon",id:47123,arcs:[[-6458,6593,6594,6595,6596,6597,6598,-6450]]},{type:"Polygon",id:47101,arcs:[[-6485,6599,6600,-6490,-6428]]},{type:"Polygon",id:37079,arcs:[[6601,6602,-6467,-6497]]},{type:"MultiPolygon",id:47167,arcs:[[[6603,6604,-6410]],[[-6514,6605,6606,-6408,-6439]]]},{type:"Polygon",id:47107,arcs:[[-6451,-6599,6607,-6597,6608,6609,-6552,-6387]]},{type:"Polygon",id:40135,arcs:[[-6317,-6551,6610,6611,6612,-6475,-6314]]},{type:"Polygon",id:40107,arcs:[[-6474,6613,6614,6615,6616,-6440,-6308]]},{type:"Polygon",id:37105,arcs:[[6617,6618,-6461,-6460]]},{type:"Polygon",id:48359,arcs:[[-6381,6619,6620,-6555,-6371]]},{type:"Polygon",id:48065,arcs:[[-6364,6621,6622,6623,-6379,-6368]]},{type:"Polygon",id:48179,arcs:[[6624,6625,-6622,-6363]]},{type:"Polygon",id:48483,arcs:[[-6399,6626,6627,-6625,-6367]]},{type:"Polygon",id:48375,arcs:[[-6624,6628,-6620,-6380]]},{type:"Polygon",id:37161,arcs:[[6629,6630,6631,6632,6633,-6499,-6436,-6417]]},{type:"Polygon",id:37191,arcs:[[-6603,6634,6635,6636,-6515,-6468]]},{type:"Polygon",id:47023,arcs:[[6637,6638,6639,-6533,-6509]]},{type:"Polygon",id:37085,arcs:[[-6517,6640,6641,6642,-6618,-6459,-6352]]},{type:"Polygon",id:37045,arcs:[[6643,6644,6645,6646,-6630,-6416]]},{type:"Polygon",id:37109,arcs:[[-6376,6647,6648,-6644,-6415,-6498]]},{type:"Polygon",id:47153,arcs:[[6649,6650,6651,-6479,-6507,-6547]]},{type:"Polygon",id:40091,arcs:[[6652,6653,6654,-6614,-6473,-6477]]},{type:"Polygon",id:40015,arcs:[[-6573,6655,6656,6657,6658,-6518,-6302]]},{type:"Polygon",id:5145,arcs:[[-6455,6659,6660,6661,6662,-6576,-6444]]},{type:"Polygon",id:47061,arcs:[[6663,6664,-6585,-6480,-6652]]},{type:"Polygon",id:4025,arcs:[[6665,6666,6667,6668,6669,-5736]]},{type:"Polygon",id:37099,arcs:[[-6540,6670,6671,6672,6673,-6591]]},{type:"Polygon",id:37119,arcs:[[6674,6675,6676,6677,6678,-6648,-6375]]},{type:"Polygon",id:37125,arcs:[[-6619,-6643,6679,6680,6681,6682,-6447,-6462]]},{type:"Polygon",id:37123,arcs:[[-6683,6683,6684,-6395,-6448]]},{type:"Polygon",id:37025,arcs:[[6685,6686,-6675,-6374,-6471]]},{type:"Polygon",id:40009,arcs:[[-6520,6687,6688,6689,6690,6691,-6627,-6398]]},{type:"Polygon",id:37167,arcs:[[-6685,6692,6693,-6686,-6470]]},{type:"Polygon",id:37089,arcs:[[-6634,6694,6695,6696,-6500]]},{type:"Polygon",id:47181,arcs:[[6697,6698,6699,-6487,-6491,-6601]]},{type:"Polygon",id:40133,arcs:[[6700,6701,6702,-6616]]},{type:"Polygon",id:37075,arcs:[[6703,6704,-6594,-6457,-6593]]},{type:"Polygon",id:40149,arcs:[[-6659,6705,-6688,-6519]]},{type:"Polygon",id:40125,arcs:[[-6617,-6703,6706,6707,6708,-6574,-6441]]},{type:"Polygon",id:5029,arcs:[[6709,6710,6711,-6566,-6537]]},{type:"Polygon",id:47099,arcs:[[-6484,6712,6713,-6698,-6600]]},{type:"Polygon",id:40061,arcs:[[6714,6715,6716,-6653,-6476,-6613]]},{type:"Polygon",id:47065,arcs:[[-6554,6717,6718,6719,6720,6721,-6650,-6546,-6503]]},{type:"Polygon",id:47055,arcs:[[-6580,6722,6723,6724,-6713,-6483]]},{type:"Polygon",id:5131,arcs:[[-6543,6725,6726,6727,-6611,-6550]]},{type:"Polygon",id:5037,arcs:[[6728,6729,6730,-6453,-6582]]},{type:"Polygon",id:5147,arcs:[[-6731,6731,6732,6733,-6660,-6454]]},{type:"Polygon",id:5035,arcs:[[-6411,-6605,6734,6735,6736,6737,6738,-6729,-6581]]},{type:"Polygon",id:47069,arcs:[[-6534,-6640,6739,6740,6741,6742,6743,-6512]]},{type:"Polygon",id:37107,arcs:[[6744,6745,6746,-6635,-6602,-6496]]},{type:"Polygon",id:5083,arcs:[[-6549,-6568,6747,6748,-6726,-6542]]},{type:"Polygon",id:37175,arcs:[[6749,6750,6751,-6671,-6539,-6697]]},{type:"Polygon",id:47071,arcs:[[-6700,6752,6753,6754,6755,-6638,-6508,-6488]]},{type:"Polygon",id:37071,arcs:[[-6679,6756,-6645,-6649]]},{type:"MultiPolygon",id:37049,arcs:[[[6757,6758,6759]],[[-6563,6760,6761,6762,-6745,-6495]]]},{type:"Polygon",id:47127,arcs:[[6763,6764,-6589,-6587]]},{type:"Polygon",id:47157,arcs:[[6765,6766,6767,-6735,-6604,-6409,-6607]]},{type:"Polygon",id:37149,arcs:[[6768,6769,-6695,-6633]]},{type:"Polygon",id:47047,arcs:[[-6744,6770,6771,-6766,-6606,-6513]]},{type:"Polygon",id:47109,arcs:[[-6756,6772,-6740,-6639]]},{type:"Polygon",id:40079,arcs:[[6773,6774,6775,6776,6777,-6715,-6612,-6728]]},{type:"Polygon",id:40051,arcs:[[6778,6779,6780,6781,-6656,-6572]]},{type:"Polygon",id:40027,arcs:[[-6709,6782,-6570,-6575]]},{type:"Polygon",id:47103,arcs:[[-6765,6783,6784,6785,-6723,-6579,-6590]]},{type:"Polygon",id:5045,arcs:[[-6577,-6663,6786,6787,6788,-6710,-6536]]},{type:"Polygon",id:47051,arcs:[[-6665,6789,6790,6791,-6784,-6764,-6586]]},{type:"Polygon",id:47011,arcs:[[6792,6793,6794,-6718,-6553,-6610]]},{type:"Polygon",id:35006,arcs:[[-6268,6795,6796,6797,6798,-5781,-6400]]},{type:"Polygon",id:40087,arcs:[[-6708,6799,6800,-6779,-6571,-6783]]},{type:"Polygon",id:37113,arcs:[[6801,6802,6803,-6704,-6592,-6674]]},{type:"Polygon",id:37137,arcs:[[-6761,-6562,6804]]},{type:"Polygon",id:47115,arcs:[[-6722,6805,6806,-6790,-6664,-6651]]},{type:"Polygon",id:37163,arcs:[[-6637,6807,6808,6809,6810,-6641,-6516]]},{type:"Polygon",id:5149,arcs:[[-6712,6811,6812,6813,6814,-6748,-6567]]},{type:"Polygon",id:40121,arcs:[[-6717,6815,6816,6817,6818,6819,-6654]]},{type:"Polygon",id:37039,arcs:[[-6804,6820,6821,6822,6823,-6595,-6705]]},{type:"Polygon",id:40063,arcs:[[-6655,-6820,6824,6825,-6701,-6615]]},{type:"Polygon",id:47139,arcs:[[-6824,6826,6827,-6793,-6609,-6596]]},{type:"Polygon",id:37051,arcs:[[-6811,6828,6829,6830,-6680,-6642]]},{type:"Polygon",id:37103,arcs:[[6831,-6759,6832,6833,6834,-6746,-6763]]},{type:"Polygon",id:35001,arcs:[[-6403,6835,6836,-6796,-6267]]},{type:"Polygon",id:35019,arcs:[[-6560,6837,6838,6839,-6464]]},{type:"Polygon",id:45045,arcs:[[-6770,6840,6841,6842,6843,6844,-6750,-6696]]},{type:"Polygon",id:37007,arcs:[[6845,6846,6847,6848,-6693]]},{type:"Polygon",id:37093,arcs:[[-6831,6849,6850,6851,-6681]]},{type:"Polygon",id:37179,arcs:[[-6849,6852,6853,-6676,-6687,-6694]]},{type:"Polygon",id:45083,arcs:[[6854,6855,-6841,-6769,-6632,6856]]},{type:"Polygon",id:37061,arcs:[[-6747,-6835,6857,6858,-6808,-6636]]},{type:"Polygon",id:48117,arcs:[[6859,6860,6861,6862,-6556,-6621]]},{type:"Polygon",id:45021,arcs:[[6863,6864,-6857,-6631,-6647,6865]]},{type:"Polygon",id:48129,arcs:[[6866,6867,6868,6869,-6626]]},{type:"Polygon",id:48087,arcs:[[-6692,6870,6871,6872,-6867,-6628]]},{type:"Polygon",id:48381,arcs:[[6873,6874,6875,-6860,-6629]]},{type:"Polygon",id:37153,arcs:[[-6682,6876,6877,-6846,-6684]]},{type:"Polygon",id:48011,arcs:[[-6870,6878,6879,-6874,-6623]]},{type:"Polygon",id:45091,arcs:[[6880,6881,6882,-6866,-6646,-6757,-6678]]},{type:"Polygon",id:37043,arcs:[[-6803,6883,6884,6885,-6821]]},{type:"Polygon",id:5123,arcs:[[-6739,6886,6887,-6732,-6730]]},{type:"Polygon",id:40075,arcs:[[-6658,6888,6889,6890,6891,-6689,-6706]]},{type:"MultiPolygon",id:37031,arcs:[[[6892,-6833,-6758,6893]]]},{type:"Polygon",id:40055,arcs:[[-6892,6894,6895,-6690]]},{type:"MultiPolygon",id:6083,arcs:[[[6896]],[[6897]],[[-6532,6898,6899,-6528]]]},{type:"Polygon",id:5105,arcs:[[6900,6901,6902,-6812,-6711,-6789]]},{type:"Polygon",id:5127,arcs:[[-6815,6903,6904,-6774,-6727,-6749]]},{type:"Polygon",id:5117,arcs:[[-6734,6905,6906,6907,-6661]]},{type:"Polygon",id:45077,arcs:[[-6845,6908,6909,-6751]]},{type:"Polygon",id:5085,arcs:[[-6908,6910,6911,6912,-6787,-6662]]},{type:"Polygon",id:45057,arcs:[[-6854,6913,6914,6915,6916,-6881,-6677]]},{type:"Polygon",id:40077,arcs:[[-6778,6917,-6816,-6716]]},{type:"Polygon",id:45073,arcs:[[6918,6919,6920,6921,6922,6923,-6672,-6752,-6910]]},{type:"Polygon",id:35057,arcs:[[-6840,6924,6925,6926,-6836,-6402,-6465]]},{type:"Polygon",id:37165,arcs:[[-6851,6927,6928,-6877,-6852]]},{type:"Polygon",id:40057,arcs:[[-6896,6929,6930,6931,-6871,-6691]]},{type:"Polygon",id:5119,arcs:[[-6913,6932,6933,6934,-6901,-6788]]},{type:"Polygon",id:1077,arcs:[[6935,6936,6937,-6753,-6699,-6714,-6725,6938]]},{type:"Polygon",id:5095,arcs:[[-6888,6939,6940,6941,-6906,-6733]]},{type:"Polygon",id:13241,arcs:[[6942,6943,-6884,-6802,-6673,-6924]]},{type:"Polygon",id:1083,arcs:[[-6786,6944,6945,6946,-6939,-6724]]},{type:"Polygon",id:28003,arcs:[[6947,6948,-6741,-6773,-6755,6949]]},{type:"Polygon",id:28141,arcs:[[6950,6951,6952,-6950,-6754,-6938,6953]]},{type:"Polygon",id:28139,arcs:[[6954,6955,6956,-6742,-6949]]},{type:"Polygon",id:28033,arcs:[[6957,6958,6959,-6736,-6768,6960]]},{type:"Polygon",id:28009,arcs:[[6961,6962,-6771,-6743,-6957]]},{type:"Polygon",id:28093,arcs:[[6963,6964,6965,-6961,-6767,-6772,-6963]]},{type:"Polygon",id:13281,arcs:[[-6944,6966,6967,6968,-6885]]},{type:"Polygon",id:1089,arcs:[[-6792,6969,6970,6971,-6945,-6785]]},{type:"Polygon",id:1071,arcs:[[6972,6973,-6970,-6791,-6807,6974]]},{type:"Polygon",id:13213,arcs:[[6975,6976,6977,6978,-6794,-6828,6979]]},{type:"Polygon",id:13111,arcs:[[-6823,6980,6981,6982,6983,-6980,-6827]]},{type:"Polygon",id:13313,arcs:[[-6978,6984,6985,6986,-6795,-6979]]},{type:"Polygon",id:13047,arcs:[[6987,-6719,-6987]]},{type:"Polygon",id:13291,arcs:[[-6886,-6969,6988,6989,-6981,-6822]]},{type:"Polygon",id:37133,arcs:[[-6893,6990,6991,-6858,-6834]]},{type:"Polygon",id:13083,arcs:[[-6806,-6721,6992,6993,-6975]]},{type:"Polygon",id:13295,arcs:[[-6986,6994,6995,6996,6997,-6993,-6720,-6988]]},{type:"Polygon",id:40123,arcs:[[-6702,-6826,6998,6999,7e3,7001,-6800,-6707]]},{type:"Polygon",id:35061,arcs:[[-6837,-6927,7002,-6797]]},{type:"Polygon",id:37155,arcs:[[7003,7004,7005,7006,7007,-6928,-6850,-6830]]},{type:"Polygon",id:35009,arcs:[[-6863,7008,7009,7010,-6557]]},{type:"Polygon",id:45087,arcs:[[-6864,-6883,7011,7012,7013,7014,-6855,-6865]]},{type:"Polygon",id:5077,arcs:[[-6738,7015,7016,-6940,-6887]]},{type:"Polygon",id:1033,arcs:[[7017,7018,-6954,-6937]]},{type:"MultiPolygon",id:6111,arcs:[[[7019]],[[7020,-6899,-6531,7021]]]},{type:"Polygon",id:28143,arcs:[[-6737,-6960,7022,7023,7024,7025,7026,-7016]]},{type:"Polygon",id:1049,arcs:[[-6998,7027,7028,7029,7030,-6973,-6994]]},{type:"Polygon",id:37017,arcs:[[7031,7032,-7004,-6829,-6810]]},{type:"Polygon",id:40065,arcs:[[7033,7034,7035,7036,-6930,-6895,-6891]]},{type:"Polygon",id:5125,arcs:[[-6935,7037,7038,7039,-6902]]},{type:"Polygon",id:40031,arcs:[[-6657,-6782,7040,7041,7042,-6889]]},{type:"Polygon",id:40049,arcs:[[-7002,7043,7044,7045,-6780,-6801]]},{type:"Polygon",id:13123,arcs:[[7046,7047,7048,-6976,-6984]]},{type:"Polygon",id:13137,arcs:[[-6923,7049,7050,7051,7052,-6967,-6943]]},{type:"MultiPolygon",id:6037,arcs:[[[7053]],[[7054]],[[-6525,7055,7056,-7022,-6530]]]},{type:"Polygon",id:45023,arcs:[[-6917,7057,-7012,-6882]]},{type:"Polygon",id:45007,arcs:[[-6843,7058,7059,7060,-6919,-6909,-6844]]},{type:"Polygon",id:45025,arcs:[[7061,7062,7063,-6914,-6853,-6848,7064]]},{type:"Polygon",id:45069,arcs:[[-7008,7065,7066,7067,-7065,-6847,-6878,-6929]]},{type:"Polygon",id:1079,arcs:[[-6947,7068,7069,7070,7071,-7018,-6936]]},{type:"Polygon",id:13311,arcs:[[7072,7073,-6989,-6968,-7053]]},{type:"Polygon",id:45059,arcs:[[-7015,7074,7075,7076,-6842,-6856]]},{type:"Polygon",id:35011,arcs:[[7077,7078,7079,-6838,-6559]]},{type:"Polygon",id:28137,arcs:[[-6966,7080,7081,-7023,-6959,-6958]]},{type:"Polygon",id:5051,arcs:[[-7040,7082,7083,-6813,-6903]]},{type:"Polygon",id:40029,arcs:[[-6819,7084,7085,-6999,-6825]]},{type:"Polygon",id:28117,arcs:[[-6953,7086,7087,7088,-6955,-6948]]},{type:"Polygon",id:48437,arcs:[[-6880,7089,7090,7091,7092,-6875]]},{type:"Polygon",id:48045,arcs:[[-6869,7093,7094,7095,-7090,-6879]]},{type:"Polygon",id:48069,arcs:[[-7093,7096,7097,7098,-6861,-6876]]},{type:"Polygon",id:48191,arcs:[[-6873,7099,7100,7101,-7094,-6868]]},{type:"Polygon",id:48075,arcs:[[-6932,7102,7103,-7100,-6872]]},{type:"Polygon",id:5097,arcs:[[-7084,7104,7105,7106,7107,-6904,-6814]]},{type:"Polygon",id:48369,arcs:[[-7099,7108,7109,-7009,-6862]]},{type:"Polygon",id:13187,arcs:[[-7074,7110,7111,-6982,-6990]]},{type:"Polygon",id:37141,arcs:[[-6992,7112,7113,7114,7115,-7032,-6809,-6859]]},{type:"Polygon",id:5113,arcs:[[7116,7117,7118,-6775,-6905,-7108]]},{type:"Polygon",id:1103,arcs:[[-6972,7119,7120,-7069,-6946]]},{type:"Polygon",id:13257,arcs:[[7121,7122,-7050,-6922]]},{type:"Polygon",id:40137,arcs:[[-7046,7123,7124,7125,-7041,-6781]]},{type:"Polygon",id:40005,arcs:[[7126,7127,7128,7129,-7085,-6818]]},{type:"Polygon",id:40127,arcs:[[-6777,7130,7131,-7127,-6817,-6918]]},{type:"Polygon",id:5107,arcs:[[-7027,7132,7133,7134,7135,-6941,-7017]]},{type:"Polygon",id:40099,arcs:[[-7001,7136,7137,-7044]]},{type:"Polygon",id:40141,arcs:[[-7043,7138,7139,7140,-7035,-7034,-6890]]},{type:"Polygon",id:13129,arcs:[[-7049,7141,7142,7143,-6995,-6985,-6977]]},{type:"Polygon",id:45033,arcs:[[7144,7145,7146,-7066,-7007]]},{type:"Polygon",id:13085,arcs:[[-7112,7147,7148,7149,7150,-7047,-6983]]},{type:"Polygon",id:45055,arcs:[[-7063,7151,7152,7153,7154,7155,-6915,-7064]]},{type:"Polygon",id:35041,arcs:[[-7011,7156,7157,7158,7159,-7078,-6558]]},{type:"Polygon",id:28145,arcs:[[-7089,7160,7161,7162,-6964,-6962,-6956]]},{type:"Polygon",id:1095,arcs:[[-7031,7163,7164,7165,-7120,-6971,-6974]]},{type:"Polygon",id:13055,arcs:[[7166,7167,-7028,-6997]]},{type:"Polygon",id:13115,arcs:[[-7144,7168,7169,7170,-7167,-6996]]},{type:"Polygon",id:35053,arcs:[[-6926,7171,7172,7173,-6798,-7003]]},{type:"Polygon",id:35003,arcs:[[-7174,7174,7175,7176,-5782,-6799]]},{type:"Polygon",id:1059,arcs:[[-7072,7177,7178,7179,-6951,-7019]]},{type:"Polygon",id:48197,arcs:[[-7037,7180,7181,7182,-7103,-6931]]},{type:"Polygon",id:45039,arcs:[[-6916,-7156,7183,7184,-7013,-7058]]},{type:"Polygon",id:5001,arcs:[[-6942,-7136,7185,7186,7187,-6911,-6907]]},{type:"Polygon",id:13227,arcs:[[-7151,7188,-7142,-7048]]},{type:"Polygon",id:28071,arcs:[[-7163,7189,7190,7191,7192,-7081,-6965]]},{type:"Polygon",id:28107,arcs:[[-7193,7193,7194,7195,-7024,-7082]]},{type:"Polygon",id:13119,arcs:[[7196,7197,7198,-7122,-6921]]},{type:"Polygon",id:45031,arcs:[[-7068,7199,7200,-7152,-7062]]},{type:"Polygon",id:45071,arcs:[[-7185,7201,7202,7203,7204,-7075,-7014]]},{type:"Polygon",id:1019,arcs:[[-7171,7205,7206,7207,7208,-7029,-7168]]},{type:"Polygon",id:28027,arcs:[[7209,7210,7211,-7133,-7026,7212]]},{type:"Polygon",id:28119,arcs:[[-7196,7213,-7213,-7025]]},{type:"Polygon",id:13139,arcs:[[-7052,7214,7215,7216,7217,-7148,-7111,-7073]]},{type:"Polygon",id:28081,arcs:[[7218,7219,7220,7221,-7161,-7088]]},{type:"Polygon",id:40019,arcs:[[-7138,7222,7223,7224,7225,-7124,-7045]]},{type:"Polygon",id:40069,arcs:[[-7e3,-7086,-7130,7226,7227,-7223,-7137]]},{type:"Polygon",id:40033,arcs:[[-7126,7228,7229,7230,-7139,-7042]]},{type:"Polygon",id:40089,arcs:[[-7119,7231,7232,7233,7234,7235,-7131,-6776]]},{type:"Polygon",id:5059,arcs:[[-7039,7236,7237,7238,-7105,-7083]]},{type:"Polygon",id:4007,arcs:[[-5733,7239,7240,7241,-6667,-6666,-5735]]},{type:"Polygon",id:13147,arcs:[[-7061,7242,7243,-7197,-6920]]},{type:"Polygon",id:5053,arcs:[[-6934,7244,7245,7246,-7237,-7038]]},{type:"Polygon",id:5069,arcs:[[-6912,-7188,7247,7248,-7245,-6933]]},{type:"Polygon",id:13011,arcs:[[7249,7250,-7215,-7051,-7123,-7199]]},{type:"Polygon",id:37047,arcs:[[-7116,7251,7252,-7005,-7033]]},{type:"Polygon",id:45001,arcs:[[7253,7254,7255,-7059,-7077]]},{type:"Polygon",id:28057,arcs:[[-6952,-7180,7256,7257,-7219,-7087]]},{type:"Polygon",id:48487,arcs:[[-7141,7258,7259,7260,-7181,-7036]]},{type:"Polygon",id:13015,arcs:[[7261,7262,7263,-7169,-7143,7264]]},{type:"Polygon",id:13057,arcs:[[-7150,7265,7266,7267,-7265,-7189]]},{type:"Polygon",id:45047,arcs:[[-7205,7268,7269,7270,-7254,-7076]]},{type:"Polygon",id:37129,arcs:[[7271,7272,7273,7274,-7114]]},{type:"Polygon",id:28115,arcs:[[-7222,7275,7276,-7190,-7162]]},{type:"Polygon",id:45061,arcs:[[7277,7278,-7153,-7201]]},{type:"Polygon",id:37019,arcs:[[-7275,7279,7280,7281,7282,-7252,-7115]]},{type:"Polygon",id:5061,arcs:[[7283,7284,7285,7286,-7117]]},{type:"Polygon",id:5109,arcs:[[7287,7288,7289,-7284,-7107]]},{type:"Polygon",id:35027,arcs:[[-7080,7290,7291,7292,-7172,-6925,-6839]]},{type:"Polygon",id:5019,arcs:[[-7239,7293,7294,7295,-7288,-7106]]},{type:"Polygon",id:13117,arcs:[[-7218,7296,7297,-7266,-7149]]},{type:"Polygon",id:1093,arcs:[[7298,7299,7300,7301,7302,-7257,-7179]]},{type:"Polygon",id:4012,arcs:[[-6669,7303,7304,7305,7306,-6522,7307]]},{type:"Polygon",id:48345,arcs:[[7308,7309,7310,-7095,-7102]]},{type:"Polygon",id:48101,arcs:[[-7104,-7183,7311,7312,-7309,-7101]]},{type:"Polygon",id:1043,arcs:[[-7166,7313,7314,7315,-7070,-7121]]},{type:"Polygon",id:48153,arcs:[[-7311,7316,7317,-7091,-7096]]},{type:"Polygon",id:48189,arcs:[[-7097,-7092,-7318,7318,7319]]},{type:"Polygon",id:48279,arcs:[[-7320,7320,7321,-7109,-7098]]},{type:"Polygon",id:45041,arcs:[[7322,7323,7324,7325,-7278,-7200,-7067,-7147]]},{type:"Polygon",id:48017,arcs:[[-7322,7326,-7157,-7010,-7110]]},{type:"Polygon",id:1133,arcs:[[-7071,-7316,7327,-7299,-7178]]},{type:"Polygon",id:45051,arcs:[[-7253,-7283,7328,7329,7330,-7145,-7006]]},{type:"Polygon",id:45067,arcs:[[-7331,7331,7332,-7323,-7146]]},{type:"Polygon",id:13157,arcs:[[7333,7334,7335,-7216,-7251]]},{type:"Polygon",id:40067,arcs:[[-7226,7336,7337,7338,-7229,-7125]]},{type:"Polygon",id:13105,arcs:[[-7256,7339,7340,7341,7342,7343,-7243,-7060]]},{type:"Polygon",id:13195,arcs:[[-7344,7344,7345,7346,-7334,-7250,-7198,-7244]]},{type:"Polygon",id:45079,arcs:[[7347,7348,7349,-7202,-7184,-7155]]},{type:"Polygon",id:1009,arcs:[[-7165,7350,7351,7352,7353,-7314]]},{type:"Polygon",id:48155,arcs:[[-7182,-7261,7354,7355,7356,-7312]]},{type:"Polygon",id:48485,arcs:[[-7231,7357,7358,-7259,-7140]]},{type:"Polygon",id:1055,arcs:[[-7209,7359,7360,-7351,-7164,-7030]]},{type:"Polygon",id:45063,arcs:[[7361,7362,7363,7364,-7203,-7350]]},{type:"Polygon",id:28161,arcs:[[7365,7366,7367,-7194,-7192]]},{type:"Polygon",id:5133,arcs:[[7368,-7232,-7118,-7287]]},{type:"Polygon",id:45081,arcs:[[-7365,7369,7370,-7269,-7204]]},{type:"Polygon",id:13121,arcs:[[-7298,7371,7372,7373,7374,7375,7376,7377,7378,-7267]]},{type:"Polygon",id:40095,arcs:[[7379,7380,7381,-7224,-7228]]},{type:"Polygon",id:5079,arcs:[[-7187,7382,7383,7384,-7248]]},{type:"Polygon",id:45085,arcs:[[-7326,7385,7386,-7348,-7154,-7279]]},{type:"Polygon",id:13135,arcs:[[7387,7388,7389,7390,-7372,-7297,-7217]]},{type:"Polygon",id:28135,arcs:[[-7368,7391,7392,7393,-7210,-7214,-7195]]},{type:"Polygon",id:28013,arcs:[[-7277,7394,7395,7396,-7366,-7191]]},{type:"Polygon",id:40013,arcs:[[7397,7398,7399,7400,-7380,-7227,-7129]]},{type:"Polygon",id:40023,arcs:[[-7236,7401,7402,-7398,-7128,-7132]]},{type:"Polygon",id:5039,arcs:[[-7247,7403,7404,7405,-7294,-7238]]},{type:"Polygon",id:48077,arcs:[[-7339,7406,7407,7408,-7358,-7230]]},{type:"Polygon",id:13013,arcs:[[7409,7410,-7388,-7336]]},{type:"Polygon",id:28011,arcs:[[7411,7412,7413,7414,-7134,-7212]]},{type:"Polygon",id:5041,arcs:[[-7415,7415,7416,-7383,-7186,-7135]]},{type:"Polygon",id:13233,arcs:[[-7264,7417,7418,7419,-7206,-7170]]},{type:"Polygon",id:28095,arcs:[[-7258,-7303,7420,7421,7422,7423,-7220]]},{type:"Polygon",id:35005,arcs:[[-7160,7424,7425,7426,-7291,-7079]]},{type:"Polygon",id:13067,arcs:[[-7379,7427,7428,-7262,-7268]]},{type:"Polygon",id:6065,arcs:[[7429,7430,7431,-6523,-7307]]},{type:"Polygon",id:13223,arcs:[[-7429,7432,7433,7434,-7418,-7263]]},{type:"Polygon",id:45065,arcs:[[-7271,7435,7436,7437,-7340,-7255]]},{type:"Polygon",id:28017,arcs:[[-7221,-7424,7438,7439,-7395,-7276]]},{type:"Polygon",id:40085,arcs:[[-7382,7440,7441,7442,-7337,-7225]]},{type:"Polygon",id:5025,arcs:[[-7385,7443,7444,7445,-7404,-7246,-7249]]},{type:"Polygon",id:1075,arcs:[[7446,7447,7448,-7421,-7302]]},{type:"Polygon",id:13221,arcs:[[-7343,7449,7450,7451,7452,7453,-7346,-7345]]},{type:"Polygon",id:4013,arcs:[[-7242,7454,7455,7456,-7304,-6668]]},{type:"Polygon",id:13059,arcs:[[-7454,7457,-7335,-7347]]},{type:"Polygon",id:5057,arcs:[[7458,7459,7460,7461,-7285,-7290]]},{type:"Polygon",id:1127,arcs:[[-7315,-7354,7462,7463,7464,-7300,-7328]]},{type:"Polygon",id:13317,arcs:[[7465,7466,7467,7468,-7450,-7342]]},{type:"Polygon",id:48337,arcs:[[-7443,7469,7470,7471,-7407,-7338]]},{type:"Polygon",id:1115,arcs:[[7472,7473,7474,7475,-7352,-7361]]},{type:"Polygon",id:28133,arcs:[[-7394,7476,7477,7478,-7412,-7211]]},{type:"Polygon",id:13181,arcs:[[-7438,7479,7480,-7466,-7341]]},{type:"Polygon",id:45037,arcs:[[7481,7482,7483,-7436,-7270,-7371]]},{type:"Polygon",id:13089,arcs:[[-7391,7484,7485,7486,-7373]]},{type:"Polygon",id:1015,arcs:[[7487,-7473,-7360,-7208,7488]]},{type:"Polygon",id:13219,arcs:[[-7453,7489,7490,7491,-7410,-7458]]},{type:"Polygon",id:1029,arcs:[[-7420,7492,7493,7494,7495,7496,-7489,-7207]]},{type:"Polygon",id:48387,arcs:[[-7235,7497,7498,7499,7500,7501,7502,-7402]]},{type:"Polygon",id:5099,arcs:[[-7296,7503,7504,7505,-7459,-7289]]},{type:"Polygon",id:48181,arcs:[[-7401,7506,7507,7508,7509,-7441,-7381]]},{type:"Polygon",id:48097,arcs:[[-7510,7510,7511,-7470,-7442]]},{type:"Polygon",id:5081,arcs:[[-7286,-7462,7512,7513,-7233,-7369]]},{type:"Polygon",id:45027,arcs:[[7514,7515,7516,7517,-7386,-7325]]},{type:"Polygon",id:6059,arcs:[[-6524,-7432,7518,7519,-7056]]},{type:"Polygon",id:48277,arcs:[[-7503,7520,7521,-7399,-7403]]},{type:"Polygon",id:13297,arcs:[[-7492,7522,7523,7524,-7389,-7411]]},{type:"Polygon",id:1057,arcs:[[-7465,7525,7526,-7447,-7301]]},{type:"Polygon",id:13143,arcs:[[7527,-7493,-7419,-7435]]},{type:"Polygon",id:28043,arcs:[[-7397,7528,7529,7530,7531,-7392,-7367]]},{type:"Polygon",id:45089,arcs:[[-7333,7532,7533,-7515,-7324]]},{type:"Polygon",id:48147,arcs:[[-7522,7534,7535,7536,-7507,-7400]]},{type:"Polygon",id:45017,arcs:[[-7387,-7518,7537,-7362,-7349]]},{type:"Polygon",id:45003,arcs:[[7538,7539,7540,7541,-7482,-7370,-7364]]},{type:"Polygon",id:1073,arcs:[[-7476,7542,7543,7544,-7463,-7353]]},{type:"Polygon",id:48269,arcs:[[-7357,7545,7546,7547,-7313]]},{type:"Polygon",id:48275,arcs:[[7548,7549,-7546,-7356]]},{type:"Polygon",id:48009,arcs:[[-7409,7550,7551,7552,-7359]]},{type:"Polygon",id:48125,arcs:[[-7548,7553,7554,-7310]]},{type:"Polygon",id:48107,arcs:[[-7555,7555,7556,-7317]]},{type:"Polygon",id:48023,arcs:[[-7553,7557,-7549,-7355,-7260]]},{type:"Polygon",id:48303,arcs:[[-7557,7558,7559,-7319]]},{type:"Polygon",id:48079,arcs:[[7560,7561,7562,-7158,-7327]]},{type:"Polygon",id:48219,arcs:[[-7560,7563,-7561,-7321]]},{type:"Polygon",id:5103,arcs:[[-7406,7564,7565,7566,-7504,-7295]]},{type:"Polygon",id:13211,arcs:[[7567,7568,7569,7570,-7523,-7491]]},{type:"Polygon",id:13045,arcs:[[-7377,7571,7572,7573,-7494,-7528,-7434,7574]]},{type:"Polygon",id:28083,arcs:[[-7532,7575,7576,7577,-7477,-7393]]},{type:"Polygon",id:28025,arcs:[[-7423,7578,7579,7580,-7439]]},{type:"Polygon",id:13097,arcs:[[-7378,-7575,-7433,-7428]]},{type:"Polygon",id:5013,arcs:[[7581,7582,-7565,-7405,-7446]]},{type:"Polygon",id:5043,arcs:[[-7417,7583,7584,7585,-7444,-7384]]},{type:"Polygon",id:13247,arcs:[[7586,-7485,-7390,-7525,7587]]},{type:"Polygon",id:45043,arcs:[[-7330,7588,7589,7590,-7533,-7332]]},{type:"Polygon",id:4011,arcs:[[-7177,7591,7592,7593,7594,-5783]]},{type:"Polygon",id:13133,arcs:[[7595,7596,7597,-7568,-7490,-7452]]},{type:"Polygon",id:28087,arcs:[[-7449,7598,7599,7600,-7579,-7422]]},{type:"Polygon",id:13217,arcs:[[-7571,7601,7602,7603,-7588,-7524]]},{type:"Polygon",id:28155,arcs:[[-7581,7604,7605,7606,-7529,-7396,-7440]]},{type:"Polygon",id:13265,arcs:[[7607,7608,7609,-7596,-7451,-7469]]},{type:"Polygon",id:48037,arcs:[[-7514,7610,7611,7612,-7498,-7234]]},{type:"Polygon",id:45075,arcs:[[-7517,7613,7614,7615,7616,7617,-7539,-7363,-7538]]},{type:"Polygon",id:5011,arcs:[[-7586,7618,7619,-7582,-7445]]},{type:"Polygon",id:13073,arcs:[[-7437,-7484,7620,7621,-7480]]},{type:"Polygon",id:1121,arcs:[[-7488,-7497,7622,7623,7624,-7474]]},{type:"Polygon",id:28097,arcs:[[-7607,7625,7626,7627,-7530]]},{type:"Polygon",id:28015,arcs:[[-7628,7628,7629,-7576,-7531]]},{type:"Polygon",id:13189,arcs:[[-7481,-7622,7630,7631,7632,7633,-7467]]},{type:"Polygon",id:4009,arcs:[[-7595,7634,7635,7636,-7240,-5732,-5784]]},{type:"Polygon",id:13063,arcs:[[-7487,7637,7638,7639,-7374]]},{type:"Polygon",id:13151,arcs:[[-7587,-7604,7640,7641,-7638,-7486]]},{type:"Polygon",id:5091,arcs:[[7642,7643,7644,7645,-7611,-7513,-7461]]},{type:"Polygon",id:13301,arcs:[[7646,7647,7648,-7609,-7608,-7468,-7634]]},{type:"Polygon",id:1125,arcs:[[-7464,-7545,7649,7650,7651,7652,-7526]]},{type:"Polygon",id:35025,arcs:[[-7563,7653,7654,7655,7656,7657,7658,-7425,-7159]]},{type:"Polygon",id:28105,arcs:[[-7601,7659,7660,7661,-7605,-7580]]},{type:"Polygon",id:5017,arcs:[[-7414,7662,7663,7664,7665,7666,7667,-7584,-7416]]},{type:"Polygon",id:13113,arcs:[[7668,7669,-7375,-7640]]},{type:"Polygon",id:1117,arcs:[[-7625,7670,7671,7672,-7543,-7475]]},{type:"Polygon",id:13245,arcs:[[7673,7674,7675,-7631,-7621,-7483,-7542]]},{type:"Polygon",id:1107,arcs:[[-7527,-7653,7676,7677,7678,-7599,-7448]]},{type:"Polygon",id:28019,arcs:[[-7662,7679,7680,-7626,-7606]]},{type:"Polygon",id:28151,arcs:[[-7479,7681,7682,7683,-7663,-7413]]},{type:"Polygon",id:13159,arcs:[[7684,7685,7686,7687,-7602,-7570]]},{type:"Polygon",id:13077,arcs:[[-7670,7688,7689,7690,7691,-7572,-7376]]},{type:"Polygon",id:45015,arcs:[[-7591,7692,7693,7694,7695,-7614,-7516,-7534]]},{type:"Polygon",id:6073,arcs:[[7696,7697,-7519,-7431]]},{type:"Polygon",id:1111,arcs:[[-7574,7698,7699,7700,7701,7702,-7495]]},{type:"Polygon",id:1027,arcs:[[-7703,7703,7704,-7623,-7496]]},{type:"Polygon",id:48119,arcs:[[-7502,7705,7706,7707,-7535,-7521]]},{type:"Polygon",id:45011,arcs:[[7708,7709,7710,-7540,-7618]]},{type:"Polygon",id:13237,arcs:[[7711,7712,7713,-7685,-7569,-7598]]},{type:"Polygon",id:35051,arcs:[[-7293,7714,7715,7716,7717,-7175,-7173]]},{type:"Polygon",id:5073,arcs:[[-7506,7718,7719,7720,-7643,-7460]]},{type:"Polygon",id:13141,arcs:[[-7649,7721,7722,7723,-7712,-7597,-7610]]},{type:"Polygon",id:4027,arcs:[[-7457,7724,7725,7726,-7305]]},{type:"Polygon",id:4021,arcs:[[-7241,-7637,7727,-7455]]},{type:"Polygon",id:48237,arcs:[[-7472,7728,7729,7730,7731,-7551,-7408]]},{type:"Polygon",id:5027,arcs:[[-7567,7732,7733,7734,-7719,-7505]]},{type:"Polygon",id:13035,arcs:[[-7688,7735,7736,7737,-7641,-7603]]},{type:"Polygon",id:45009,arcs:[[7738,7739,-7709,-7617]]},{type:"Polygon",id:6025,arcs:[[-7727,7740,-7697,-7430,-7306]]},{type:"Polygon",id:48497,arcs:[[-7512,7741,7742,7743,-7729,-7471]]},{type:"Polygon",id:48121,arcs:[[7744,7745,7746,-7742,-7511,-7509]]},{type:"Polygon",id:13149,arcs:[[-7692,7747,-7699,-7573]]},{type:"Polygon",id:48231,arcs:[[7748,7749,7750,7751,7752,-7536,-7708,7753]]},{type:"Polygon",id:48085,arcs:[[-7537,-7753,7754,7755,-7745,-7508]]},{type:"Polygon",id:48263,arcs:[[7756,7757,7758,7759,-7554]]},{type:"Polygon",id:48433,arcs:[[7760,7761,7762,-7757,-7547]]},{type:"Polygon",id:48449,arcs:[[7763,7764,7765,-7500]]},{type:"Polygon",id:48169,arcs:[[-7760,7766,7767,7768,-7556]]},{type:"Polygon",id:48447,arcs:[[7769,7770,7771,7772,-7558]]},{type:"Polygon",id:48503,arcs:[[-7732,7773,7774,-7770,-7552]]},{type:"Polygon",id:48207,arcs:[[-7773,7775,7776,-7761,-7550]]},{type:"Polygon",id:5003,arcs:[[-7668,7777,7778,-7619,-7585]]},{type:"Polygon",id:48305,arcs:[[-7769,7779,7780,7781,-7559]]},{type:"Polygon",id:35035,arcs:[[-7427,7782,7783,7784,7785,7786,-7715,-7292]]},{type:"Polygon",id:48501,arcs:[[7787,7788,-7654,-7562]]},{type:"Polygon",id:48445,arcs:[[-7782,7789,7790,-7788,-7564]]},{type:"Polygon",id:48159,arcs:[[-7766,7791,7792,7793,-7706,-7501]]},{type:"Polygon",id:5139,arcs:[[-7583,-7620,-7779,7794,7795,-7733,-7566]]},{type:"Polygon",id:48223,arcs:[[-7794,7796,7797,-7754,-7707]]},{type:"Polygon",id:48343,arcs:[[-7613,7798,7799,7800,7801,-7764,-7499]]},{type:"Polygon",id:28051,arcs:[[-7630,7802,7803,7804,-7577]]},{type:"Polygon",id:13255,arcs:[[-7738,7805,7806,7807,-7689,-7669,-7639,-7642]]},{type:"Polygon",id:45035,arcs:[[-7696,7808,7809,-7615]]},{type:"Polygon",id:28053,arcs:[[-7578,-7805,7810,7811,-7682,-7478]]},{type:"Polygon",id:13125,arcs:[[7812,7813,7814,-7722,-7648]]},{type:"Polygon",id:13163,arcs:[[-7675,7815,7816,7817,7818,-7813,-7647,-7633,-7632,-7676]]},{type:"Polygon",id:48067,arcs:[[-7646,7819,7820,-7799,-7612]]},{type:"Polygon",id:13033,arcs:[[-7541,-7711,7821,7822,7823,7824,-7816,-7674]]},{type:"Polygon",id:28103,arcs:[[-7679,7825,7826,7827,-7660,-7600]]},{type:"Polygon",id:28159,arcs:[[-7828,7828,7829,7830,-7680,-7661]]},{type:"Polygon",id:28007,arcs:[[-7831,7831,7832,-7803,-7629,-7627,-7681]]},{type:"Polygon",id:1007,arcs:[[7833,7834,7835,-7650,-7544,-7673]]},{type:"Polygon",id:13303,arcs:[[-7815,-7814,-7819,7836,7837,7838,-7723]]},{type:"Polygon",id:13199,arcs:[[-7808,7839,7840,7841,7842,7843,-7690]]},{type:"Polygon",id:13285,arcs:[[-7844,7844,7845,-7700,-7748,-7691]]},{type:"Polygon",id:35017,arcs:[[-7718,7846,7847,-7592,-7176]]},{type:"Polygon",id:13231,arcs:[[7848,7849,-7840,-7807]]},{type:"Polygon",id:13171,arcs:[[7850,7851,-7849,-7806,-7737]]},{type:"Polygon",id:13207,arcs:[[-7687,7852,7853,7854,7855,-7851,-7736]]},{type:"Polygon",id:13009,arcs:[[-7724,-7839,7856,7857,-7713]]},{type:"Polygon",id:13169, +arcs:[[-7858,7858,7859,7860,-7853,-7686,-7714]]},{type:"Polygon",id:45029,arcs:[[-7810,7861,7862,7863,7864,-7739,-7616]]},{type:"Polygon",id:45005,arcs:[[-7740,7865,7866,7867,-7822,-7710]]},{type:"Polygon",id:1063,arcs:[[7868,7869,7870,-7677,-7652]]},{type:"Polygon",id:1017,arcs:[[-7846,7871,7872,7873,-7701]]},{type:"Polygon",id:1123,arcs:[[-7874,7874,7875,7876,7877,-7704,-7702]]},{type:"Polygon",id:1037,arcs:[[-7878,7878,7879,-7671,-7624,-7705]]},{type:"Polygon",id:28125,arcs:[[-7812,7880,7881,-7683]]},{type:"Polygon",id:48063,arcs:[[-7802,7882,7883,-7792,-7765]]},{type:"Polygon",id:1021,arcs:[[-7880,7884,7885,7886,7887,-7834,-7672]]},{type:"Polygon",id:35013,arcs:[[7888,7889,7890,-7716,-7787]]},{type:"Polygon",id:13251,arcs:[[-7867,7891,7892,7893,7894,7895,-7823,-7868]]},{type:"Polygon",id:45049,arcs:[[7896,7897,7898,-7892,-7866,-7865]]},{type:"Polygon",id:28163,arcs:[[7899,7900,7901,7902,7903,-7881,-7811,-7804]]},{type:"Polygon",id:22017,arcs:[[7904,7905,7906,7907,7908,-7820,-7645,7909]]},{type:"Polygon",id:22015,arcs:[[7910,7911,7912,-7910,-7644,-7721]]},{type:"Polygon",id:22119,arcs:[[7913,-7911,-7720,-7735,7914]]},{type:"Polygon",id:22027,arcs:[[7915,7916,-7915,-7734,-7796,7917]]},{type:"Polygon",id:22111,arcs:[[7918,7919,-7918,-7795,7920]]},{type:"Polygon",id:48499,arcs:[[7921,7922,7923,7924,7925,-7797,-7793,-7884]]},{type:"Polygon",id:28055,arcs:[[-7882,-7904,7926,7927,-7664,-7684]]},{type:"Polygon",id:13319,arcs:[[-7838,7928,7929,7930,-7859,-7857]]},{type:"Polygon",id:22067,arcs:[[-7667,7931,7932,7933,-7921,-7778]]},{type:"Polygon",id:1065,arcs:[[-7836,7934,7935,-7869,-7651]]},{type:"Polygon",id:22123,arcs:[[7936,7937,-7932,-7666]]},{type:"Polygon",id:48363,arcs:[[7938,7939,7940,7941,7942,-7774,-7731]]},{type:"Polygon",id:22035,arcs:[[7943,7944,7945,-7937,-7665,-7928]]},{type:"Polygon",id:48367,arcs:[[7946,7947,7948,-7939,-7730,-7744]]},{type:"Polygon",id:13293,arcs:[[-7852,-7856,7949,7950,7951,-7841,-7850]]},{type:"Polygon",id:1119,arcs:[[7952,7953,7954,7955,-7826,-7678,-7871]]},{type:"Polygon",id:48439,arcs:[[-7743,-7747,7956,7957,7958,-7947]]},{type:"Polygon",id:48113,arcs:[[-7756,7959,7960,7961,-7957,-7746]]},{type:"Polygon",id:48397,arcs:[[-7752,7962,-7960,-7755]]},{type:"Polygon",id:48379,arcs:[[-7926,7963,-7749,-7798]]},{type:"Polygon",id:48415,arcs:[[7964,7965,7966,-7767,-7759]]},{type:"Polygon",id:35015,arcs:[[-7659,7967,7968,7969,-7783,-7426]]},{type:"Polygon",id:48151,arcs:[[-7763,7970,7971,-7965,-7758]]},{type:"Polygon",id:48033,arcs:[[-7967,7972,7973,7974,-7780,-7768]]},{type:"Polygon",id:48115,arcs:[[-7975,7975,7976,-7790,-7781]]},{type:"Polygon",id:48165,arcs:[[-7791,-7977,7977,7978,-7655,-7789]]},{type:"Polygon",id:48253,arcs:[[-7777,7979,7980,7981,-7971,-7762]]},{type:"Polygon",id:48417,arcs:[[7982,7983,7984,-7980,-7776,-7772]]},{type:"Polygon",id:48429,arcs:[[-7943,7985,-7983,-7771,-7775]]},{type:"Polygon",id:13165,arcs:[[-7896,7986,7987,-7824]]},{type:"Polygon",id:13021,arcs:[[7988,7989,7990,7991,-7854,-7861]]},{type:"Polygon",id:28099,arcs:[[7992,7993,7994,-7830]]},{type:"Polygon",id:28079,arcs:[[-7995,7995,7996,7997,-7832]]},{type:"Polygon",id:28069,arcs:[[-7956,7998,-7993,-7829,-7827]]},{type:"Polygon",id:48459,arcs:[[-7801,7999,8e3,8001,8002,-7922,-7883]]},{type:"Polygon",id:13289,arcs:[[8003,8004,-7990,-7989,-7860,-7931]]},{type:"Polygon",id:13263,arcs:[[8005,8006,8007,8008,8009,-7842,-7952]]},{type:"Polygon",id:48315,arcs:[[-7909,8010,-8e3,-7800,-7821]]},{type:"Polygon",id:28089,arcs:[[-7998,8011,8012,8013,-7901,-7900,-7833]]},{type:"Polygon",id:1105,arcs:[[-7888,8014,8015,-7935,-7835]]},{type:"Polygon",id:13145,arcs:[[-8010,8016,8017,-7872,-7845,-7843]]},{type:"Polygon",id:13079,arcs:[[-7992,8018,8019,8020,-7950,-7855]]},{type:"Polygon",id:48257,arcs:[[8021,8022,8023,-7961,-7963,-7751]]},{type:"Polygon",id:13107,arcs:[[-7825,-7988,8024,8025,8026,8027,8028,8029,-7817]]},{type:"Polygon",id:48467,arcs:[[-7964,-7925,8030,8031,-8022,-7750]]},{type:"Polygon",id:13167,arcs:[[-8030,8032,-7929,-7837,-7818]]},{type:"Polygon",id:48203,arcs:[[-7908,8033,8034,8035,-8001,-8011]]},{type:"Polygon",id:35023,arcs:[[8036,8037,8038,-7593,-7848]]},{type:"Polygon",id:1051,arcs:[[8039,8040,8041,-7885,-7879,-7877]]},{type:"Polygon",id:22061,arcs:[[8042,8043,8044,-7916,-7920]]},{type:"Polygon",id:45053,arcs:[[8045,8046,8047,8048,8049,8050,8051,8052,8053,8054,8055,8056,-7898]]},{type:"Polygon",id:13269,arcs:[[-8021,8057,8058,8059,8060,-8006,-7951]]},{type:"Polygon",id:1081,arcs:[[-8018,8061,8062,8063,-7875,-7873]]},{type:"Polygon",id:1047,arcs:[[8064,8065,8066,8067,-8015,-7887]]},{type:"Polygon",id:22073,arcs:[[8068,8069,8070,-8043,-7919,-7934]]},{type:"Polygon",id:13175,arcs:[[8071,8072,8073,-7930,-8033,8074]]},{type:"Polygon",id:1001,arcs:[[-8042,8075,8076,-8065,-7886]]},{type:"MultiPolygon",id:45013,arcs:[[[8077]],[[-8053,-8052,8078]],[[8079]],[[8080]],[[8081,-8046,-7897,-7864]]]},{type:"Polygon",id:13225,arcs:[[8082,-8058,-8020,8083]]},{type:"Polygon",id:13153,arcs:[[-8005,8084,8085,8086,8087,-8084,-8019,-7991]]},{type:"Polygon",id:48423,arcs:[[-7923,-8003,8088,8089,8090,8091,-8031,-7924]]},{type:"Polygon",id:22083,arcs:[[-7946,8092,8093,8094,-8069,-7933,-7938]]},{type:"Polygon",id:48183,arcs:[[-8036,8095,-8089,-8002]]},{type:"Polygon",id:13031,arcs:[[-7894,8096,8097,8098,8099,-8025,-7987,-7895]]},{type:"Polygon",id:28123,arcs:[[-7997,8100,8101,8102,-8012]]},{type:"Polygon",id:28149,arcs:[[8103,8104,8105,8106,8107,8108,-7944,-7927,-7903]]},{type:"Polygon",id:13215,arcs:[[-8009,8109,8110,-8062,-8017]]},{type:"Polygon",id:35029,arcs:[[-7891,8111,-8037,-7847,-7717]]},{type:"Polygon",id:13103,arcs:[[-8057,-8056,8112,8113,-8097,-7893,-7899]]},{type:"Polygon",id:1087,arcs:[[8114,8115,8116,8117,-8040,-7876,-8064]]},{type:"Polygon",id:28121,arcs:[[-8103,8118,8119,8120,-8013]]},{type:"Polygon",id:22013,arcs:[[-8045,8121,8122,8123,8124,-7912,-7914,-7917]]},{type:"Polygon",id:13023,arcs:[[8125,8126,-8085,-8004,-8074]]},{type:"Polygon",id:28075,arcs:[[-7955,8127,8128,8129,-7999]]},{type:"Polygon",id:28101,arcs:[[-8130,8130,-8101,-7996,-7994]]},{type:"Polygon",id:28049,arcs:[[-8121,8131,8132,-8104,-7902,-8014]]},{type:"Polygon",id:22065,arcs:[[8133,8134,-8093,-7945,-8109]]},{type:"Polygon",id:13197,arcs:[[8135,8136,8137,8138,8139,-8007,-8061]]},{type:"Polygon",id:13043,arcs:[[8140,8141,-8026,-8100]]},{type:"Polygon",id:48221,arcs:[[8142,8143,8144,-7940,-7949]]},{type:"Polygon",id:48251,arcs:[[8145,8146,8147,8148,-8143,-7948,-7959]]},{type:"Polygon",id:48139,arcs:[[-7962,-8024,8149,8150,8151,-8146,-7958]]},{type:"Polygon",id:1091,arcs:[[-7936,-8016,-8068,8152,8153,8154,-7953,-7870]]},{type:"Polygon",id:13053,arcs:[[-8140,8155,8156,-8110,-8008]]},{type:"Polygon",id:48227,arcs:[[8157,8158,8159,8160,-7974]]},{type:"Polygon",id:48335,arcs:[[8161,8162,8163,-8158,-7973,-7966]]},{type:"Polygon",id:48353,arcs:[[8164,8165,8166,-8162,-7972]]},{type:"Polygon",id:48317,arcs:[[-8161,8167,8168,8169,-7978,-7976]]},{type:"Polygon",id:48003,arcs:[[-8170,8170,8171,8172,-7656,-7979]]},{type:"Polygon",id:13193,arcs:[[-8083,-8088,8173,8174,8175,-8059]]},{type:"Polygon",id:48441,arcs:[[8176,8177,8178,-8165,-7982]]},{type:"Polygon",id:48133,arcs:[[-7942,8179,8180,8181,8182,-7984,-7986]]},{type:"Polygon",id:48143,arcs:[[-7941,-8145,8183,8184,8185,8186,-8180]]},{type:"Polygon",id:48059,arcs:[[-8183,8187,8188,-8177,-7981,-7985]]},{type:"Polygon",id:4019,arcs:[[-7636,8189,8190,8191,-7725,-7456,-7728]]},{type:"Polygon",id:13283,arcs:[[8192,8193,-8075,-8029]]},{type:"Polygon",id:1113,arcs:[[-8111,-8157,8194,8195,8196,-8115,-8063]]},{type:"Polygon",id:1101,arcs:[[-8118,-8117,8197,8198,8199,8200,-8076,-8041]]},{type:"Polygon",id:22049,arcs:[[-8071,8201,8202,-8122,-8044]]},{type:"Polygon",id:13091,arcs:[[8203,8204,8205,8206,-8126,-8073]]},{type:"Polygon",id:13249,arcs:[[-8176,8207,-8136,-8060]]},{type:"Polygon",id:4003,arcs:[[-7594,-8039,8208,8209,-8190,-7635]]},{type:"Polygon",id:1085,arcs:[[-8201,8210,8211,8212,-8066,-8077]]},{type:"Polygon",id:48401,arcs:[[8213,8214,8215,8216,-8090,-8096,-8035]]},{type:"Polygon",id:22041,arcs:[[-8135,8217,8218,8219,-8094]]},{type:"Polygon",id:13235,arcs:[[-8127,-8207,8220,8221,-8086]]},{type:"Polygon",id:48365,arcs:[[-7907,8222,8223,-8214,-8034]]},{type:"Polygon",id:48213,arcs:[[-8032,-8092,8224,8225,8226,8227,-8150,-8023]]},{type:"Polygon",id:13209,arcs:[[8228,8229,-8193,8230]]},{type:"Polygon",id:13279,arcs:[[-8028,8231,8232,8233,-8231]]},{type:"Polygon",id:22031,arcs:[[8234,8235,8236,8237,-8223,-7906]]},{type:"Polygon",id:48349,arcs:[[8238,8239,8240,-8151,-8228]]},{type:"Polygon",id:48425,arcs:[[-8149,8241,-8184,-8144]]},{type:"Polygon",id:13267,arcs:[[8242,8243,8244,8245,8246,-8232,-8027,-8142]]},{type:"Polygon",id:1023,arcs:[[8247,8248,8249,8250,-8128,-7954,-8155]]},{type:"Polygon",id:13309,arcs:[[-8230,8251,8252,-8204,-8072,-8194]]},{type:"Polygon",id:1011,arcs:[[-8197,8253,8254,-8198,-8116]]},{type:"Polygon",id:13093,arcs:[[-8222,8255,8256,8257,8258,-8174,-8087]]},{type:"Polygon",id:13109,arcs:[[-8099,8259,8260,-8243,-8141]]},{type:"Polygon",id:22021,arcs:[[-8095,-8220,8261,8262,8263,-8202,-8070]]},{type:"Polygon",id:1131,arcs:[[-8067,-8213,8264,8265,8266,-8153]]},{type:"Polygon",id:48217,arcs:[[-8241,8267,8268,8269,-8147,-8152]]},{type:"Polygon",id:48093,arcs:[[8270,8271,8272,-8181,-8187]]},{type:"Polygon",id:22107,arcs:[[-8108,8273,-8106,8274,8275,8276,8277,8278,-8218,-8134]]},{type:"Polygon",id:13029,arcs:[[8279,8280,8281,-8260,-8098,-8114]]},{type:"Polygon",id:22081,arcs:[[-7913,-8125,8282,-8235,-7905]]},{type:"MultiPolygon",id:13051,arcs:[[[8283]],[[8284]],[[8285,-8280,-8113,-8055]]]},{type:"Polygon",id:13307,arcs:[[8286,8287,8288,8289,-8138]]},{type:"Polygon",id:13259,arcs:[[-8290,8290,8291,8292,-8195,-8156,-8139]]},{type:"Polygon",id:13261,arcs:[[-8259,-8258,8293,8294,8295,-8287,-8137,-8208,-8175]]},{type:"Polygon",id:28023,arcs:[[-8251,8296,8297,-8129]]},{type:"Polygon",id:28021,arcs:[[-8133,8298,8299,-8275,-8105]]},{type:"Polygon",id:28061,arcs:[[-8298,8300,8301,8302,-8131]]},{type:"Polygon",id:28129,arcs:[[-8303,8303,8304,8305,-8119,-8102]]},{type:"Polygon",id:48035,arcs:[[-8148,-8270,8306,8307,8308,-8185,-8242]]},{type:"Polygon",id:13271,arcs:[[8309,8310,8311,8312,-8205,-8253]]},{type:"Polygon",id:22127,arcs:[[-8203,-8264,8313,8314,8315,-8123]]},{type:"Polygon",id:22069,arcs:[[-8316,8316,8317,8318,8319,-8236,-8283,-8124]]},{type:"Polygon",id:1005,arcs:[[-8293,8320,8321,8322,8323,8324,8325,-8254,-8196]]},{type:"Polygon",id:48073,arcs:[[-8217,8326,8327,8328,8329,-8225,-8091]]},{type:"Polygon",id:13315,arcs:[[-8206,-8313,8330,8331,8332,-8256,-8221]]},{type:"MultiPolygon",id:13179,arcs:[[[8333]],[[8334,8335,-8244,-8261,-8282,8336]]]},{type:"Polygon",id:48431,arcs:[[-8164,8337,8338,8339,8340,-8159]]},{type:"Polygon",id:48173,arcs:[[-8341,8341,8342,-8168,-8160]]},{type:"Polygon",id:48329,arcs:[[-8343,8343,8344,-8171,-8169]]},{type:"Polygon",id:48135,arcs:[[-8345,8345,8346,8347,8348,-8172]]},{type:"Polygon",id:48495,arcs:[[-8349,8349,8350,-7657,-8173]]},{type:"Polygon",id:48081,arcs:[[-8167,8351,8352,-8338,-8163]]},{type:"Polygon",id:48001,arcs:[[8353,8354,8355,-8226,-8330]]},{type:"Polygon",id:48083,arcs:[[-8189,8356,8357,8358,8359,-8178]]},{type:"Polygon",id:48399,arcs:[[-8360,8360,8361,-8352,-8166,-8179]]},{type:"Polygon",id:48049,arcs:[[-8273,8362,8363,8364,-8357,-8188,-8182]]},{type:"Polygon",id:1109,arcs:[[-8326,-8325,8365,8366,8367,-8199,-8255]]},{type:"Polygon",id:1041,arcs:[[-8368,8368,8369,8370,-8211,-8200]]},{type:"Polygon",id:28029,arcs:[[8371,8372,8373,8374,-8299,-8132]]},{type:"Polygon",id:28127,arcs:[[-8306,8375,8376,8377,-8372,-8120]]},{type:"Polygon",id:13081,arcs:[[-8333,8378,8379,8380,-8294,-8257]]},{type:"Polygon",id:48193,arcs:[[8381,-8271,-8186,-8309,8382,8383]]},{type:"Polygon",id:13183,arcs:[[8384,8385,-8245,-8336]]},{type:"Polygon",id:48161,arcs:[[8386,8387,-8239,-8227,-8356]]},{type:"Polygon",id:48109,arcs:[[8388,8389,8390,-7784,-7970]]},{type:"Polygon",id:48229,arcs:[[8391,8392,8393,-7785,-8391]]},{type:"Polygon",id:48141,arcs:[[8394,-7889,-7786,-8394]]},{type:"Polygon",id:48301,arcs:[[8395,8396,-7968,-7658,-8351]]},{type:"Polygon",id:48389,arcs:[[8397,8398,8399,-8389,-7969,-8397]]},{type:"Polygon",id:13239,arcs:[[8400,8401,-8321,-8292]]},{type:"Polygon",id:1025,arcs:[[-8267,8402,8403,8404,-8248,-8154]]},{type:"Polygon",id:48419,arcs:[[8405,8406,8407,8408,-8215,-8224,-8238]]},{type:"Polygon",id:22025,arcs:[[-8279,8409,8410,8411,-8262,-8219]]},{type:"Polygon",id:13161,arcs:[[8412,8413,8414,-8310,-8252,-8229,-8234]]},{type:"Polygon",id:13273,arcs:[[8415,8416,8417,8418,-8288,-8296]]},{type:"Polygon",id:13001,arcs:[[-8247,8419,8420,8421,-8413,-8233]]},{type:"Polygon",id:1013,arcs:[[-8371,8422,8423,8424,-8265,-8212]]},{type:"Polygon",id:13243,arcs:[[-8289,-8419,8425,8426,-8401,-8291]]},{type:"Polygon",id:22059,arcs:[[-8412,8427,8428,8429,-8314,-8263]]},{type:"Polygon",id:13177,arcs:[[-8381,8430,8431,-8416,-8295]]},{type:"Polygon",id:28153,arcs:[[8432,8433,8434,-8301,-8297,-8250,8435]]},{type:"Polygon",id:28063,arcs:[[-8375,8436,8437,8438,-8276,-8300]]},{type:"Polygon",id:48309,arcs:[[8439,-8307,-8269,8440,8441,8442]]},{type:"Polygon",id:13287,arcs:[[8443,8444,8445,8446,-8379,-8332]]},{type:"Polygon",id:13017,arcs:[[-8312,8447,8448,-8444,-8331]]},{type:"Polygon",id:13321,arcs:[[-8380,-8447,8449,8450,8451,8452,-8431]]},{type:"Polygon",id:48347,arcs:[[-8409,8453,8454,-8327,-8216]]},{type:"Polygon",id:22085,arcs:[[-8320,8455,8456,8457,-8406,-8237]]},{type:"Polygon",id:13305,arcs:[[-8246,-8386,8458,8459,8460,8461,-8420]]},{type:"Polygon",id:1099,arcs:[[-8425,8462,8463,8464,-8403,-8266]]},{type:"Polygon",id:28067,arcs:[[8465,8466,8467,-8304,-8302,-8435]]},{type:"Polygon",id:48293,arcs:[[8468,-8441,-8268,-8240,-8388,8469,8470]]},{type:"Polygon",id:13069,arcs:[[8471,8472,8473,8474,8475,-8448,-8311,-8415]]},{type:"Polygon",id:22043,arcs:[[-8430,8476,-8317,-8315]]},{type:"Polygon",id:28031,arcs:[[-8468,8477,8478,8479,-8376,-8305]]},{type:"Polygon",id:13061,arcs:[[-8427,8480,8481,8482,-8322,-8402]]},{type:"Polygon",id:1067,arcs:[[-8483,8483,8484,8485,-8323]]},{type:"Polygon",id:28065,arcs:[[8486,8487,8488,-8377,-8480]]},{type:"Polygon",id:13155,arcs:[[-8476,8489,8490,-8445,-8449]]},{type:"Polygon",id:22029,arcs:[[-8278,8491,8492,8493,8494,8495,8496,-8410]]},{type:"Polygon",id:28077,arcs:[[8497,8498,8499,-8373,-8378,-8489]]},{type:"Polygon",id:1035,arcs:[[8500,8501,-8463,-8424]]},{type:"Polygon",id:28001,arcs:[[8502,8503,-8492,-8277,-8439]]},{type:"Polygon",id:4023,arcs:[[-8210,8504,-8191]]},{type:"Polygon",id:48333,arcs:[[8505,8506,-8363,-8272,-8382]]},{type:"Polygon",id:28085,arcs:[[8507,8508,8509,8510,-8437,-8374,-8500]]},{type:"Polygon",id:13005,arcs:[[8511,8512,-8472,-8414,-8422]]},{type:"Polygon",id:48099,arcs:[[8513,-8383,-8308,-8440,8514]]},{type:"Polygon",id:48451,arcs:[[-8362,8515,8516,8517,8518,-8339,-8353]]},{type:"Polygon",id:1129,arcs:[[-8405,8519,8520,8521,-8436,-8249]]},{type:"MultiPolygon",id:13191,arcs:[[[8522]],[[8523,8524,-8459,-8385,-8335]]]},{type:"Polygon",id:48289,arcs:[[8525,8526,8527,-8470,-8387,-8355]]},{type:"Polygon",id:48461,arcs:[[8528,8529,8530,-8346,-8344]]},{type:"Polygon",id:48103,arcs:[[-8531,8531,8532,8533,-8347]]},{type:"Polygon",id:48405,arcs:[[8534,8535,8536,-8454,-8408]]},{type:"Polygon",id:48383,arcs:[[-8340,-8519,8537,8538,-8529,-8342]]},{type:"Polygon",id:48475,arcs:[[-8396,-8350,-8348,-8534,8539,-8398]]},{type:"Polygon",id:13095,arcs:[[-8453,8540,8541,8542,-8417,-8432]]},{type:"Polygon",id:13037,arcs:[[-8418,-8543,8543,8544,-8481,-8426]]},{type:"Polygon",id:1045,arcs:[[-8486,8545,8546,8547,-8366,-8324]]},{type:"Polygon",id:1031,arcs:[[8548,8549,-8369,-8367,-8548]]},{type:"Polygon",id:28037,arcs:[[-8511,8550,8551,-8503,-8438]]},{type:"Polygon",id:48403,arcs:[[-8458,8552,8553,-8535,-8407]]},{type:"Polygon",id:13277,arcs:[[-8491,8554,8555,8556,-8450,-8446]]},{type:"Polygon",id:48225,arcs:[[8557,8558,8559,8560,-8526,-8354,-8329]]},{type:"Polygon",id:48095,arcs:[[-8359,8561,8562,-8516,-8361]]},{type:"Polygon",id:13229,arcs:[[-8462,8563,8564,-8512,-8421]]},{type:"Polygon",id:1039,arcs:[[-8550,8565,8566,8567,8568,-8501,-8423,-8370]]},{type:"Polygon",id:48235,arcs:[[8569,8570,-8538,-8518]]},{type:"Polygon",id:48005,arcs:[[-8537,8571,8572,8573,8574,-8558,-8328,-8455]]},{type:"Polygon",id:13099,arcs:[[-8545,8575,8576,8577,8578,-8484,-8482]]},{type:"Polygon",id:48145,arcs:[[8579,8580,-8442,-8469,8581]]},{type:"Polygon",id:22079,arcs:[[-8429,8582,8583,8584,8585,-8318,-8477]]},{type:"Polygon",id:48307,arcs:[[-8365,8586,8587,8588,-8562,-8358]]},{type:"Polygon",id:48411,arcs:[[-8507,8589,8590,8591,8592,-8587,-8364]]},{type:"Polygon",id:13019,arcs:[[-8475,8593,8594,8595,8596,-8555,-8490]]},{type:"Polygon",id:13299,arcs:[[-8565,8597,8598,8599,8600,8601,8602,-8473,-8513]]},{type:"Polygon",id:48281,arcs:[[8603,8604,-8590,-8506,-8384,-8514]]},{type:"MultiPolygon",id:13127,arcs:[[[8605,8606]],[[8607,8608,8609,8610,8611,-8460,-8525]]]},{type:"Polygon",id:13007,arcs:[[-8542,8612,8613,8614,-8576,-8544]]},{type:"Polygon",id:13205,arcs:[[-8452,8615,8616,8617,8618,-8613,-8541]]},{type:"Polygon",id:28041,arcs:[[-8522,8619,8620,8621,-8433]]},{type:"Polygon",id:28035,arcs:[[8622,8623,8624,8625,-8478,-8467]]},{type:"Polygon",id:28073,arcs:[[-8479,-8626,8626,8627,-8487]]},{type:"Polygon",id:28111,arcs:[[-8434,-8622,8628,8629,-8623,-8466]]},{type:"Polygon",id:28091,arcs:[[-8628,8630,8631,8632,-8498,-8488]]},{type:"Polygon",id:13003,arcs:[[-8603,-8602,8633,8634,-8594,-8474]]},{type:"Polygon",id:48455,arcs:[[8635,8636,8637,-8559,-8575]]},{type:"Polygon",id:48371,arcs:[[-8533,8638,8639,8640,8641,-8399,-8540]]},{type:"Polygon",id:13025,arcs:[[-8612,8642,8643,-8598,-8564,-8461]]},{type:"Polygon",id:28157,arcs:[[-8552,8644,8645,8646,-8493,-8504]]},{type:"Polygon",id:22115,arcs:[[-8586,8647,8648,8649,-8456,-8319]]},{type:"Polygon",id:48395,arcs:[[8650,8651,8652,-8582,-8471,-8528]]},{type:"Polygon",id:13075,arcs:[[8653,8654,8655,8656,-8556,-8597]]},{type:"Polygon",id:28005,arcs:[[-8510,8657,8658,8659,8660,-8645,-8551]]},{type:"Polygon",id:28113,arcs:[[8661,8662,8663,-8658,-8509]]},{type:"Polygon",id:28147,arcs:[[-8633,8664,-8662,-8508,-8499]]},{type:"Polygon",id:22009,arcs:[[-8411,-8497,8665,8666,8667,8668,-8583,-8428]]},{type:"Polygon",id:13071,arcs:[[-8557,-8657,8669,8670,-8616,-8451]]},{type:"Polygon",id:48027,arcs:[[-8581,8671,8672,8673,-8604,-8515,-8443]]},{type:"Polygon",id:1003,arcs:[[-8465,8674,8675,8676,8677,8678,8679,-8520,-8404]]},{type:"Polygon",id:1069,arcs:[[-8579,8680,8681,8682,-8546,-8485]]},{type:"Polygon",id:1053,arcs:[[-8569,8683,8684,8685,-8675,-8464,-8502]]},{type:"Polygon",id:13201,arcs:[[-8615,8686,8687,-8577]]},{type:"Polygon",id:1061,arcs:[[8688,8689,8690,-8566,-8549,-8547,-8683]]},{type:"Polygon",id:48351,arcs:[[8691,8692,8693,8694,-8553,-8457,-8650]]},{type:"Polygon",id:13065,arcs:[[-8601,8695,8696,8697,8698,-8634]]},{type:"Polygon",id:13173,arcs:[[-8699,8699,8700,-8595,-8635]]},{type:"Polygon",id:1097,arcs:[[8701,8702,8703,-8620,-8521,-8680]]},{type:"MultiPolygon",id:13039,arcs:[[[8704]],[[8705,8706,8707,-8643,-8611]]]},{type:"Polygon",id:48241,arcs:[[8708,8709,8710,-8572,-8536,-8554,-8695]]},{type:"Polygon",id:48373,arcs:[[8711,8712,8713,8714,-8636,-8574]]},{type:"Polygon",id:48331,arcs:[[8715,8716,8717,-8672,-8580,-8653]]},{type:"Polygon",id:48243,arcs:[[8718,-8392,-8390,-8400,-8642,8719]]},{type:"Polygon",id:48313,arcs:[[8720,8721,8722,-8527,-8561]]},{type:"Polygon",id:48327,arcs:[[-8589,8723,8724,8725,-8563]]},{type:"Polygon",id:48413,arcs:[[-8726,8726,8727,-8570,-8517]]},{type:"Polygon",id:48105,arcs:[[-8530,-8539,-8571,-8728,8728,8729,8730,-8639,-8532]]},{type:"Polygon",id:13087,arcs:[[-8614,-8619,8731,8732,8733,-8687]]},{type:"Polygon",id:13131,arcs:[[8734,8735,8736,-8732,-8618]]},{type:"Polygon",id:13027,arcs:[[-8655,8737,8738,8739,8740,-8670,-8656]]},{type:"Polygon",id:13275,arcs:[[-8671,-8741,8741,8742,-8735,-8617]]},{type:"Polygon",id:13253,arcs:[[-8734,8743,8744,-8681,-8578,-8688]]},{type:"Polygon",id:13049,arcs:[[8745,8746,-8599,-8644,-8708]]},{type:"Polygon",id:48457,arcs:[[-8711,8747,-8712,-8573]]},{type:"Polygon",id:48471,arcs:[[8748,8749,8750,-8721,-8560,-8638]]},{type:"MultiPolygon",id:22125,arcs:[[[8751,8752,-8494,-8647,8753]]]},{type:"Polygon",id:48053,arcs:[[-8674,8754,8755,8756,8757,-8591,-8605]]},{type:"Polygon",id:13185,arcs:[[-8596,-8701,8758,8759,8760,8761,-8738,-8654]]},{type:"Polygon",id:22077,arcs:[[-8495,-8753,8762,8763,8764,8765,-8667,-8767]]},{type:"Polygon",id:28109,arcs:[[-8625,8767,8768,8769,8770,-8631,-8627]]},{type:"Polygon",id:22117,arcs:[[-8771,8771,8772,-8663,-8665,-8632]]},{type:"Polygon",id:22039,arcs:[[-8669,8773,8774,8775,8776,-8584]]},{type:"Polygon",id:12063,arcs:[[-8745,8777,8778,8779,8780,8781,-8689,-8682]]},{type:"Polygon",id:22105,arcs:[[-8773,8782,8783,8784,8785,8786,-8659,-8664]]},{type:"Polygon",id:12033,arcs:[[8787,-8676,-8686,8788]]},{type:"Polygon",id:12113,arcs:[[8789,8790,-8789,-8685]]},{type:"Polygon",id:28039,arcs:[[-8704,8791,8792,-8629,-8621]]},{type:"Polygon",id:22091,arcs:[[-8787,8793,8794,8795,-8660]]},{type:"MultiPolygon",id:12091,arcs:[[[-8568,8796,8797,-8790,-8684]]]},{type:"Polygon",id:22037,arcs:[[-8796,8798,8799,-8754,-8646,-8661]]},{type:"Polygon",id:12059,arcs:[[-8782,8800,8801,-8690]]},{type:"Polygon",id:12131,arcs:[[-8691,-8802,8802,8803,8804,-8806,8806,-8797,-8567]]},{type:"Polygon",id:48041,arcs:[[8807,8808,8809,-8651,-8723]]},{type:"Polygon",id:48319,arcs:[[-8593,8810,8811,8812,-8724,-8588]]},{type:"Polygon",id:48299,arcs:[[-8758,8813,8814,-8811,-8592]]},{type:"Polygon",id:28131,arcs:[[-8793,8815,8816,-8768,-8624,-8630]]},{type:"Polygon",id:48491,arcs:[[8817,8818,8819,-8755,-8673,-8718]]},{type:"Polygon",id:48407,arcs:[[-8715,8820,8821,-8749,-8637]]},{type:"Polygon",id:22003,arcs:[[-8777,8822,8823,-8648,-8585]]},{type:"Polygon",id:22011,arcs:[[-8824,8824,8825,-8692,-8649]]},{type:"Polygon",id:13101,arcs:[[8826,8827,-8759,-8700,-8698]]},{type:"Polygon",id:48185,arcs:[[-8751,8828,8829,8830,-8808,-8722]]},{type:"Polygon",id:22097,arcs:[[-8766,8831,8832,8833,-8774,-8668]]},{type:"Polygon",id:12133,arcs:[[8834,-8803,-8801,-8781]]},{type:"Polygon",id:12089,arcs:[[-8707,8835,8836,8837,-8746]]},{type:"Polygon",id:28059,arcs:[[-8703,8838,8839,-8816,-8792]]},{type:"Polygon",id:48051,arcs:[[-8810,8840,8841,-8716,-8652]]},{type:"Polygon",id:22033,arcs:[[8842,8843,8844,8845,-8799,-8795]]},{type:"Polygon",id:22103,arcs:[[-8770,8846,8847,8848,8849,-8783,-8772]]},{type:"Polygon",id:12039,arcs:[[-8737,8850,8851,-8778,-8744,-8733]]},{type:"Polygon",id:48267,arcs:[[8852,8853,8854,8855,-8725,-8813]]},{type:"Polygon",id:48435,arcs:[[-8856,8856,8857,-8729,-8727]]},{type:"Polygon",id:12073,arcs:[[-8743,8858,8859,8860,-8851,-8736]]},{type:"Polygon",id:28047,arcs:[[-8840,8861,8862,-8817]]},{type:"Polygon",id:12065,arcs:[[-8740,8863,8864,8865,8866,-8859,-8742]]},{type:"Polygon",id:48043,arcs:[[8867,-8720,-8641,8868,8869]]},{type:"Polygon",id:22121,arcs:[[8870,-8763,-8752,-8800,-8846]]},{type:"Polygon",id:48443,arcs:[[8871,8872,-8869,-8640,-8731]]},{type:"Polygon",id:22063,arcs:[[-8786,8873,8874,-8843,-8794]]},{type:"Polygon",id:12079,arcs:[[-8762,8875,8876,8877,8878,8879,-8864,-8739]]},{type:"Polygon",id:28045,arcs:[[-8863,8880,-8847,-8769]]},{type:"Polygon",id:12047,arcs:[[-8828,8881,8882,-8877,-8760]]},{type:"Polygon",id:48377,arcs:[[-8868,8883,-8719]]},{type:"Polygon",id:48339,arcs:[[-8822,8884,8885,8886,-8829,-8750]]},{type:"Polygon",id:48453,arcs:[[8887,8888,8889,8890,-8756,-8820]]},{type:"Polygon",id:12013,arcs:[[8891,8892,8893,-8779]]},{type:"Polygon",id:12077,arcs:[[-8861,8894,8895,8896,-8892,-8852]]},{type:"Polygon",id:12023,arcs:[[-8697,8897,8898,8899,8900,8901,-8882,-8827]]},{type:"MultiPolygon",id:12031,arcs:[[[8902,8903]],[[8904,8905]],[[8906,8907,8908,-8837]]]},{type:"Polygon",id:12003,arcs:[[-8838,-8909,8909,8910,8911,-8898,-8696,-8600,-8747]]},{type:"MultiPolygon",id:12005,arcs:[[[8912,8913]],[[-8894,8914,8915,-8804,-8835,-8780]]]},{type:"Polygon",id:48287,arcs:[[8916,8917,8918,-8818,-8717,-8842]]},{type:"Polygon",id:48199,arcs:[[-8710,8919,8920,8921,-8713,-8748]]},{type:"Polygon",id:48171,arcs:[[-8815,8922,8923,8924,-8853,-8812]]},{type:"Polygon",id:48031,arcs:[[-8757,-8891,8925,8926,8927,-8923,-8814]]},{type:"MultiPolygon",id:22099,arcs:[[[8928,8929,8930]],[[8931,8932,-8832,-8765,8933]]]},{type:"Polygon",id:22047,arcs:[[-8871,-8845,8934,8935,8936,-8934,-8764]]},{type:"Polygon",id:48291,arcs:[[-8922,8937,8938,8939,-8885,-8821,-8714]]},{type:"Polygon",id:22019,arcs:[[8940,8941,8942,-8693,-8826]]},{type:"Polygon",id:22053,arcs:[[-8776,8943,8944,8945,8946,-8941,-8825,-8823]]},{type:"Polygon",id:22001,arcs:[[-8834,8947,8948,8949,-8945,-8944,-8775]]},{type:"Polygon",id:12121,arcs:[[-8902,8950,8951,-8878,-8883]]},{type:"Polygon",id:48021,arcs:[[8952,8953,-8888,-8819,-8919]]},{type:"Polygon",id:48477,arcs:[[-8831,8954,8955,8956,-8917,-8841,-8809]]},{type:"Polygon",id:22055,arcs:[[-8933,8957,8958,-8948,-8833]]},{type:"Polygon",id:48209,arcs:[[8959,8960,-8926,-8890,8961]]},{type:"Polygon",id:22005,arcs:[[-8875,8962,8963,8964,8965,-8935,-8844]]},{type:"Polygon",id:12123,arcs:[[8966,8967,8968,-8865,-8880]]},{type:"Polygon",id:12129,arcs:[[-8867,8969,8970,-8895,-8860]]},{type:"Polygon",id:22095,arcs:[[8971,8972,8973,8974,-8963,-8874,-8785]]},{type:"Polygon",id:48465,arcs:[[-8858,8975,8976,8977,-8872,-8730]]},{type:"Polygon",id:48137,arcs:[[8978,8979,8980,8981,-8976,-8857,-8855]]},{type:"Polygon",id:48265,arcs:[[8982,8983,8984,-8979,-8854,-8925]]},{type:"Polygon",id:12067,arcs:[[-8952,8985,8986,-8967,-8879]]},{type:"MultiPolygon",id:12109,arcs:[[[8987,8988,8989,8990,8991,-8903,8992]],[[-8905,8993]]]},{type:"Polygon",id:48361,arcs:[[-8943,8994,8995,-8920,-8709,-8694]]},{type:"Polygon",id:48473,arcs:[[8996,8997,8998,-8955,-8830,-8887]]},{type:"Polygon",id:22089,arcs:[[8999,-8972,9e3]]},{type:"Polygon",id:22051,arcs:[[9001,9002,9003,9004,-9001,-8784,-8850]]},{type:"Polygon",id:12045,arcs:[[-8897,9005,9006,9007,9008,-8913,9009,-8915,-8893]]},{type:"Polygon",id:22071,arcs:[[9010,9011,9012,-9002,-8849]]},{type:"Polygon",id:12019,arcs:[[9013,9014,9015,-8910,-8908]]},{type:"Polygon",id:48245,arcs:[[-8996,9016,9017,9018,-8938,-8921]]},{type:"Polygon",id:48201,arcs:[[-8940,9019,9020,9021,9022,9023,-8997,-8886]]},{type:"MultiPolygon",id:22087,arcs:[[[9024,9025,9026,-9012,9027]],[[9028]]]},{type:"Polygon",id:22093,arcs:[[9029,9030,-8965,-8964,-8975]]},{type:"Polygon",id:48149,arcs:[[9031,9032,9033,9034,9035,-8953,-8918,-8957]]},{type:"Polygon",id:22113,arcs:[[-8959,9036,9037,9038,-8946,-8950,-8949]]},{type:"Polygon",id:12007,arcs:[[-9016,9039,9040,9041,-8911]]},{type:"Polygon",id:12125,arcs:[[-9042,9042,-8899,-8912]]},{type:"Polygon",id:48259,arcs:[[-8928,9043,9044,9045,-8983,-8924]]},{type:"MultiPolygon",id:22045,arcs:[[[9046]],[[-8937,9047,-8930,9048,9049,-9037,-8958,-8932]]]},{type:"Polygon",id:48015,arcs:[[-8999,9050,9051,9052,-9032,-8956]]},{type:"Polygon",id:22007,arcs:[[-8965,8964,-9031,9053,9054,9055,-8931,-9048,-8936,-8966]]},{type:"Polygon",id:48385,arcs:[[-8985,9056,9057,-8980]]},{type:"Polygon",id:48055,arcs:[[-8954,-9036,9058,9059,-8962,-8889]]},{type:"Polygon",id:22023,arcs:[[-8947,-9039,9060,-9017,-8995,-8942]]},{type:"Polygon",id:48091,arcs:[[9061,9062,-9044,-8927,-8961]]},{type:"MultiPolygon",id:12037,arcs:[[[9063]],[[-9008,9064]],[[-8971,9065,-9006,-8896]]]},{type:"Polygon",id:48089,arcs:[[9066,9067,9068,-9033,-9053]]},{type:"Polygon",id:22101,arcs:[[-9056,9069,9070,-9049,-8929]]},{type:"Polygon",id:12001,arcs:[[-9041,9071,9072,9073,9074,-8900,-9043]]},{type:"Polygon",id:12041,arcs:[[-9075,9075,9076,-8986,-8951,-8901]]},{type:"Polygon",id:22057,arcs:[[9077,9078,9079,9080,9081,9082,9083,-9054,-9030,-8974,-8973,-9e3,-9005,9084]]},{type:"Polygon",id:48019,arcs:[[9085,-9057,-8984,-9046,9086,9087]]},{type:"MultiPolygon",id:22075,arcs:[[[9088]],[[-9003,-9013,-9027,9089]]]},{type:"Polygon",id:48071,arcs:[[-9019,9090,9091,9092,-9020,-8939]]},{type:"Polygon",id:48187,arcs:[[9093,9094,9095,-9062,-8960,-9060]]},{type:"MultiPolygon",id:12107,arcs:[[[-8991,9096,9097,9098]],[[9099,9100,-9072,-9040,-9015]]]},{type:"Polygon",id:48157,arcs:[[9101,9102,9103,-9051,-8998,-9024]]},{type:"Polygon",id:48177,arcs:[[9104,9105,9106,9107,-9094,-9059,-9035]]},{type:"MultiPolygon",id:22109,arcs:[[[9108]],[[-9070,-9055,-9084,9109]]]},{type:"Polygon",id:48029,arcs:[[-9096,9110,9111,9112,-9087,-9045,-9063]]},{type:"Polygon",id:48325,arcs:[[9113,9114,9115,-9088,-9113]]},{type:"Polygon",id:12035,arcs:[[9116,9117,-9097,-8990]]},{type:"Polygon",id:48481,arcs:[[-9104,9118,9119,9120,-9067,-9052]]},{type:"Polygon",id:48285,arcs:[[9121,9122,9123,-9105,-9034,-9069]]},{type:"Polygon",id:48463,arcs:[[-9116,9124,9125,-8981,-9058,-9086]]},{type:"Polygon",id:48271,arcs:[[-9126,9126,9127,-8977,-8982]]},{type:"MultiPolygon",id:48167,arcs:[[[9128]],[[9129,-9022,9130]],[[9131,-9092]]]},{type:"Polygon",id:48039,arcs:[[-9130,9132,9133,-9119,-9103,-9102,-9023]]},{type:"Polygon",id:12075,arcs:[[-9074,9134,9135,9136,9137,9138,-9076]]},{type:"Polygon",id:12083,arcs:[[9139,9140,9141,9142,-9135,-9073,-9101]]},{type:"Polygon",id:48493,arcs:[[-9108,9143,9144,-9111,-9095]]},{type:"MultiPolygon",id:12127,arcs:[[[9145,9146,9147,9148,9149,9150,9151,9152,-9098,-9118,9153]]]},{type:"Polygon",id:48123,arcs:[[9154,9155,-9106,-9124,9156]]},{type:"Polygon",id:12069,arcs:[[-9152,-9151,9157,9158,9159,9160,-9141,9161]]},{type:"Polygon",id:48239,arcs:[[9162,9163,9164,9165,9166,9167,9168,9169,-9122,-9068,-9121]]},{type:"Polygon",id:48013,arcs:[[9170,9171,-9114,-9112,-9145,9172,9173]]},{type:"Polygon",id:48321,arcs:[[9174,-9163,-9120,-9134,9175]]},{type:"Polygon",id:48255,arcs:[[9176,9177,-9173,-9144,-9107,-9156,9178]]},{type:"Polygon",id:48469,arcs:[[-9170,9179,9180,9181,9182,-9157,-9123]]},{type:"Polygon",id:48163,arcs:[[-9172,9183,9184,9185,-9115]]},{type:"Polygon",id:48507,arcs:[[-9186,9186,9187,-9125]]},{type:"Polygon",id:48323,arcs:[[-9188,9188,9189,9190,-9127]]},{type:"Polygon",id:12017,arcs:[[-9136,-9143,9191,9192,9193]]},{type:"Polygon",id:12119,arcs:[[-9161,9194,9195,9196,-9192,-9142]]},{type:"Polygon",id:48175,arcs:[[-9183,9197,9198,-9179,-9155]]},{type:"Polygon",id:12117,arcs:[[-9149,9199,-9158,-9150]]},{type:"MultiPolygon",id:12009,arcs:[[[9200,9201,9202,9203,-9148]],[[9204,9205,9206,-9146]]]},{type:"Polygon",id:48297,arcs:[[9207,9208,9209,-9174,-9178,9210,9211]]},{type:"Polygon",id:12095,arcs:[[-9200,-9204,9212,-9159]]},{type:"MultiPolygon",id:48057,arcs:[[[9213,9214]],[[9215,-9181,9216]],[[-9166,9217]]]},{type:"Polygon",id:48025,arcs:[[-9199,9218,9219,-9211,-9177]]},{type:"Polygon",id:12053,arcs:[[-9197,9220,9221,-9193]]},{type:"Polygon",id:48283,arcs:[[9222,9223,9224,-9184]]},{type:"Polygon",id:48311,arcs:[[-9210,9225,-9223,-9171]]},{type:"Polygon",id:48127,arcs:[[-9185,-9225,9226,-9189,-9187]]},{type:"Polygon",id:48391,arcs:[[-9216,9227,9228,9229,9230,9231,-9219,-9198,-9182]]},{type:"Polygon",id:12101,arcs:[[-9196,9232,9233,9234,9235,-9221]]},{type:"Polygon",id:12105,arcs:[[9236,9237,9238,9239,-9233,-9195,-9160]]},{type:"Polygon",id:12097,arcs:[[-9203,9240,9241,-9237,-9213]]},{type:"MultiPolygon",id:48007,arcs:[[[9242]],[[9243,9244,-9231]],[[9245,9246]],[[-9229,9247,9248,9249]]]},{type:"Polygon",id:48479,arcs:[[9250,9251,9252,9253,-9190,-9227,-9224]]},{type:"Polygon",id:48409,arcs:[[-9245,9254,-9246,9255,9256,9257,9258,9259,9260,-9212,-9220,-9232]]},{type:"Polygon",id:12103,arcs:[[9261,9262,-9235]]},{type:"Polygon",id:12057,arcs:[[-9240,9263,9264,-9262,-9234]]},{type:"Polygon",id:48131,arcs:[[9265,9266,9267,-9251,-9226,-9209]]},{type:"Polygon",id:48249,arcs:[[-9261,-9260,9268,9269,9270,-9266,-9208]]},{type:"MultiPolygon",id:48355,arcs:[[[9271]],[[9272,-9269,-9259,9273]]]},{type:"MultiPolygon",id:12061,arcs:[[[9274,9275,-9241,-9202,9276]]]},{type:"Polygon",id:12055,arcs:[[9277,9278,9279,9280,-9238]]},{type:"Polygon",id:12049,arcs:[[-9281,9281,9282,-9239]]},{type:"Polygon",id:12081,arcs:[[-9283,9283,9284,9285,-9264]]},{type:"Polygon",id:12093,arcs:[[-9276,9286,9287,9288,-9278,-9242]]},{type:"MultiPolygon",id:48273,arcs:[[[9289,9290,9291,9292]],[[9293,9294,9295,-9270,-9273]]] +},{type:"Polygon",id:12111,arcs:[[9296,9297,9298,9299,-9287,-9275]]},{type:"Polygon",id:12115,arcs:[[-9285,9300,9301,9302,9303,9304]]},{type:"Polygon",id:48247,arcs:[[9305,9306,9307,-9252,-9268]]},{type:"Polygon",id:12027,arcs:[[-9280,9308,-9301,-9284,-9282]]},{type:"Polygon",id:48505,arcs:[[-9308,9309,9310,-9253]]},{type:"MultiPolygon",id:48261,arcs:[[[9311,9312]],[[9313,-9290,9314]],[[9315,9316,9317,-9295,9318]]]},{type:"Polygon",id:48047,arcs:[[-9271,-9296,-9318,9319,9320,-9306,-9267]]},{type:"MultiPolygon",id:12085,arcs:[[[9321,9322,9323,9324,9325,-9288,-9300,9326]]]},{type:"Polygon",id:12043,arcs:[[9327,9328,-9279,-9289]]},{type:"MultiPolygon",id:12015,arcs:[[[-9304,9329]],[[-9329,9330,9331,-9302,-9309]]]},{type:"Polygon",id:12099,arcs:[[9332,9333,9334,-9326]]},{type:"Polygon",id:12051,arcs:[[9335,9336,9337,-9328,-9335]]},{type:"MultiPolygon",id:12071,arcs:[[[9338]],[[-9338,9339,9340,-9331]]]},{type:"Polygon",id:48427,arcs:[[-9321,9341,9342,-9310,-9307]]},{type:"Polygon",id:48215,arcs:[[-9317,9343,9344,9345,-9342,-9320]]},{type:"Polygon",id:48489,arcs:[[9346,-9344,-9316,9347]]},{type:"MultiPolygon",id:12021,arcs:[[[9348,9349,9350,9351,-9340,-9337]]]},{type:"Polygon",id:48061,arcs:[[-9345,-9347,9352]]},{type:"Polygon",id:12011,arcs:[[9353,9354,-9349,-9336,-9334]]},{type:"Polygon",id:12086,arcs:[[9355,9356,9357,9358,9359,-9350,-9355,9360]]},{type:"MultiPolygon",id:12087,arcs:[[[9361]],[[-9360,9362,-9351]]]},{type:"Polygon",id:4015,arcs:[[-5737,-6670,-7308,-6521,-5912,-4625,-5343,-5417]]},{type:"Polygon",id:12029,arcs:[[-9077,-9139,9363,-8968,-8987]]},{type:"Polygon",id:27077,arcs:[[-125,-180,-108,9364]]},{type:"Polygon",id:27031,arcs:[[9365,-203,9366]]},{type:"Polygon",id:55031,arcs:[[9367,-675,-668,-593,-474,-148,9368]]},{type:"Polygon",id:55007,arcs:[[9369,-673,-9368,9370]]},{type:"Polygon",id:55003,arcs:[[-561,-721,-669,-9370,9371]]},{type:"Polygon",id:55003,arcs:[[9372]]},{type:"Polygon",id:26083,arcs:[[9373,9374,9375]]},{type:"Polygon",id:26083,arcs:[[9376]]},{type:"Polygon",id:26061,arcs:[[9377,-446,-592,-436,9378]]},{type:"Polygon",id:26061,arcs:[[9379,-9375]]},{type:"Polygon",id:26103,arcs:[[9380,9381,-716,-642,-586,-444,9382]]},{type:"Polygon",id:26003,arcs:[[-577,9383,-9381,9384,-491]]},{type:"Polygon",id:26041,arcs:[[-9384,-576,9385,-712,-9382]]},{type:"Polygon",id:55075,arcs:[[-715,9386,-879,-687,-704,-640]]},{type:"Polygon",id:55029,arcs:[[-1169,9387]]},{type:"Polygon",id:26033,arcs:[[9388,9389]]},{type:"Polygon",id:26033,arcs:[[9390]]},{type:"Polygon",id:26033,arcs:[[9391,9392,9393,-488,9394]]},{type:"Polygon",id:26097,arcs:[[9395]]},{type:"Polygon",id:26097,arcs:[[9396,9397,-574,-489,-9394]]},{type:"Polygon",id:26047,arcs:[[-771,9398,9399]]},{type:"Polygon",id:26029,arcs:[[-9399,-770,-953,-950,9400]]},{type:"Polygon",id:26029,arcs:[[9401]]},{type:"Polygon",id:26089,arcs:[[9402]]},{type:"Polygon",id:26089,arcs:[[9403,-1114,9404]]},{type:"Polygon",id:26055,arcs:[[-948,-1082,-1230,-1111,-9404,9405]]},{type:"Polygon",id:26007,arcs:[[9406,-1079,-954,-819]]},{type:"Polygon",id:26011,arcs:[[9407,-1439,-1400,-1240,-1238]]},{type:"Polygon",id:26063,arcs:[[-1578,-1556,9408]]},{type:"Polygon",id:26147,arcs:[[-1931,-1726,-1576,9409]]},{type:"Polygon",id:26163,arcs:[[9410,9411,-2133,-1932,-1929]]},{type:"Polygon",id:26115,arcs:[[9412,-2505,-2280,-2130,-9412]]},{type:"MultiPolygon",id:45019,arcs:[[[9413,9414,9415,-7862,-7809,-7695]],[[-7693,-7590,9416]]]},{type:"Polygon",id:15001,arcs:[[9417]]},{type:"Polygon",id:15007,arcs:[[9418]]},{type:"Polygon",id:15009,arcs:[[-9420,9420]]},{type:"Polygon",id:15009,arcs:[[9421]]},{type:"Polygon",id:15009,arcs:[[9422]]},{type:"Polygon",id:15009,arcs:[[9423]]},{type:"Polygon",id:15003,arcs:[[9424]]},{type:"Polygon",id:15007,arcs:[[9425]]},{type:"MultiPolygon",id:2016,arcs:[[[9426]],[[9427]],[[9428]],[[9429]],[[9430]],[[9431]],[[9432]],[[9433]],[[9434]],[[9435]],[[9436]],[[9437]],[[9438]],[[9439]],[[9440]],[[9441]],[[9442]],[[9443]],[[9444]],[[9445]],[[9446]],[[9447]],[[9448]],[[9449]]]},{type:"MultiPolygon",id:2013,arcs:[[[9450]],[[9451]],[[9452]],[[9453]],[[9454]],[[9455]],[[9456]],[[9457]],[[9458]],[[9459]],[[9460]],[[9461]],[[9462,9463,9464,9465]]]},{type:"MultiPolygon",id:2130,arcs:[[[9466]],[[9467]]]},{type:"Polygon",id:2060,arcs:[[9468,9469]]},{type:"MultiPolygon",id:2070,arcs:[[[9470]],[[9471,9472]],[[9473,9474,9475]]]},{type:"MultiPolygon",id:2164,arcs:[[[9476]],[[9477,9478,9479,-9465,9480,-9470,9481,-9475,9482]]]},{type:"MultiPolygon",id:2150,arcs:[[[9483]],[[9484]],[[9485]],[[9486]],[[9487]],[[9488]],[[9489]],[[9490]],[[9491]],[[9492]],[[9493,-9479,9494,9495]]]},{type:"MultiPolygon",id:2110,arcs:[[[9496,9497,9498,9499]],[[9500]],[[9501,9502,9503,9504,9505,9506]],[[9507,9508]]]},{type:"MultiPolygon",id:2280,arcs:[[[9509]],[[9510]],[[9511]],[[9512]],[[9513]],[[9514]],[[9515]],[[9516,9517,9518,9519]]]},{type:"MultiPolygon",id:2232,arcs:[[[9520,9521,9522,9523]],[[9524]],[[-9520,9525,9526,9527,-9503,9528]],[[-9497,9529,9530,9531]],[[9532,9533]],[[-9499,9534]],[[9535,9536,9537,9538]],[[9539,9540,9541,9542]]]},{type:"MultiPolygon",id:2100,arcs:[[[-9507,9543,-9508,9544,-9540,9545]],[[9546,-9538,9547,-9542]]]},{type:"MultiPolygon",id:2220,arcs:[[[9548]],[[9549,9550]],[[-9521,9551,-9533,9552]]]},{type:"MultiPolygon",id:2270,arcs:[[[9553]],[[9554]],[[9555]],[[9556,9557,9558,9559]]]},{type:"MultiPolygon",id:2050,arcs:[[[9560]],[[9561]],[[9562]],[[9563]],[[-9559,9564,9565,9566,-9483,-9474,9567,-9473,9568]]]},{type:"Polygon",id:2170,arcs:[[9569,9570,9571,9572,-9566,9573,9574,9575]]},{type:"Polygon",id:2068,arcs:[[9576,9577,-9575,9578]]},{type:"Polygon",id:2020,arcs:[[-9571,9579,9580,9581]]},{type:"MultiPolygon",id:2261,arcs:[[[9582]],[[9583]],[[9584]],[[9585]],[[9586]],[[9587]],[[9588]],[[9589]],[[9590,9591]],[[9592]],[[9593]],[[9594]],[[9595,9596]],[[9597]],[[9598,-9580,-9570,9599,9600,9601,9602]]]},{type:"MultiPolygon",id:2122,arcs:[[[9603]],[[9604]],[[9605]],[[-9581,-9599,9606,-9596,9607,-9591,9608]],[[-9495,-9478,-9567,-9573,9609]]]},{type:"Polygon",id:2282,arcs:[[-9602,9610,-9536,9611]]},{type:"Polygon",id:2290,arcs:[[9612,9613,9614,-9579,-9574,-9565,-9558,9615,9616,9617]]},{type:"Polygon",id:2090,arcs:[[9618,-9577,-9615]]},{type:"Polygon",id:2240,arcs:[[-9600,-9576,-9578,-9619,-9614,9619]]},{type:"MultiPolygon",id:2185,arcs:[[[9620]],[[-9618,9621,9622]]]},{type:"Polygon",id:2188,arcs:[[-9617,9623,9624,-9622]]},{type:"MultiPolygon",id:2180,arcs:[[[9625]],[[9626]],[[9627]],[[-9624,-9616,-9557,9628]]]},{type:"Polygon",id:2201,arcs:[[9629]]},{type:"Polygon",id:2201,arcs:[[9630]]},{type:"Polygon",id:2201,arcs:[[9631]]},{type:"Polygon",id:2201,arcs:[[9632]]},{type:"Polygon",id:2201,arcs:[[9633]]},{type:"Polygon",id:2201,arcs:[[9634]]},{type:"Polygon",id:2201,arcs:[[9635]]},{type:"Polygon",id:2201,arcs:[[9636]]},{type:"Polygon",id:2201,arcs:[[9637]]},{type:"Polygon",id:2201,arcs:[[9638]]},{type:"Polygon",id:2201,arcs:[[9639]]},{type:"Polygon",id:2201,arcs:[[9640]]},{type:"Polygon",id:2201,arcs:[[9641]]},{type:"Polygon",id:2201,arcs:[[9642]]},{type:"Polygon",id:2201,arcs:[[9643]]},{type:"Polygon",id:2201,arcs:[[-9518,9644]]},{type:"Polygon",id:72125,arcs:[[9645,9646,9647,9648,9649,9650]]},{type:"Polygon",id:72003,arcs:[[9651,9652,9653,9654,9655]]},{type:"Polygon",id:72097,arcs:[[9656,9657,-9651,9658,9659,9660,9661]]},{type:"Polygon",id:72065,arcs:[[9662,9663,9664,9665,9666]]},{type:"Polygon",id:72055,arcs:[[9667,9668,9669,9670]]},{type:"Polygon",id:72083,arcs:[[9671,9672,-9657,9673,9674]]},{type:"Polygon",id:72025,arcs:[[9675,9676,9677,9678,9679,9680,9681]]},{type:"Polygon",id:72045,arcs:[[9682,9683,9684,9685,9686]]},{type:"Polygon",id:72133,arcs:[[9687,9688,9689,9690]]},{type:"Polygon",id:72121,arcs:[[-9671,9691,-9647,9692,9693]]},{type:"Polygon",id:72027,arcs:[[-9666,9694,9695,9696,9697]]},{type:"Polygon",id:72001,arcs:[[9698,9699,9700,9701,9702,9703]]},{type:"Polygon",id:72111,arcs:[[9704,9705,9706,-9700]]},{type:"Polygon",id:72047,arcs:[[9707,9708,9709,9710,9711,9712]]},{type:"Polygon",id:72091,arcs:[[9713,9714,9715,9716,9717,9718]]},{type:"Polygon",id:72013,arcs:[[9719,9720,9721,9722,-9663,9723]]},{type:"Polygon",id:72145,arcs:[[9724,9725,-9714,9726]]},{type:"Polygon",id:72031,arcs:[[9727,9728,9729,9730,9731,9732]]},{type:"Polygon",id:72061,arcs:[[9733,9734,9735,9736,9737]]},{type:"Polygon",id:72129,arcs:[[9738,9739,9740,9741,9742,-9678,9743]]},{type:"Polygon",id:72075,arcs:[[9744,9745,-9691,9746,9747,9748,9749]]},{type:"Polygon",id:72063,arcs:[[-9729,9750,-9744,-9677,9751]]},{type:"Polygon",id:72073,arcs:[[9752,-9749,9753,9754,9755]]},{type:"Polygon",id:72143,arcs:[[9756,9757,-9712,9758,-9725,9759]]},{type:"Polygon",id:72011,arcs:[[9760,-9674,-9662,9761,9762,-9653,9763]]},{type:"Polygon",id:72081,arcs:[[-9665,9764,-9703,9765,9766,-9672,9767,-9695]]},{type:"Polygon",id:72079,arcs:[[-9692,-9670,9768,9769,-9648]]},{type:"Polygon",id:72009,arcs:[[9770,9771,9772,9773,9774]]},{type:"Polygon",id:72099,arcs:[[9775,9776,-9764,-9652,9777]]},{type:"Polygon",id:72023,arcs:[[9778,-9649,-9770,9779,-9660]]},{type:"Polygon",id:72109,arcs:[[9780,9781,9782,-9784,9784,9785,-9742]]},{type:"Polygon",id:72101,arcs:[[-9759,-9711,9786,9787,-9715,-9726]]},{type:"Polygon",id:72005,arcs:[[-9778,-9656,9788,9789]]},{type:"Polygon",id:72059,arcs:[[-9707,9790,9791,-9701]]},{type:"Polygon",id:72021,arcs:[[-9736,9792,-9683,9793,9794,9795,9796]]},{type:"Polygon",id:72141,arcs:[[9797,-9755,9798,-9704,-9765,-9664,-9723]]},{type:"Polygon",id:72041,arcs:[[-9680,9799,-9775,9800,-9685,9801]]},{type:"Polygon",id:72123,arcs:[[9802,9803,-9689,9804,-9772,9805]]},{type:"Polygon",id:72131,arcs:[[9806,-9696,-9768,-9675,-9761,-9777,9807]]},{type:"Polygon",id:72035,arcs:[[-9743,-9786,9808,-9806,-9771,-9800,-9679]]},{type:"Polygon",id:72135,arcs:[[-9795,9809,-9713,-9758,9810,9811]]},{type:"Polygon",id:72115,arcs:[[-9697,-9807,9812,9813]]},{type:"Polygon",id:72054,arcs:[[-9717,9814,-9721,9815]]},{type:"Polygon",id:72105,arcs:[[-9794,-9687,9816,-9708,-9810]]},{type:"Polygon",id:72017,arcs:[[-9718,-9816,-9720,9817]]},{type:"Polygon",id:72127,arcs:[[-9731,9818,-9682,9819,-9734,9820]]},{type:"Polygon",id:72139,arcs:[[-9730,-9752,-9676,-9819]]},{type:"Polygon",id:72057,arcs:[[-9785,-9822,9822,-9803,-9809]]},{type:"Polygon",id:72153,arcs:[[-9702,-9792,9823,-9668,-9694,9824,-9766]]},{type:"Polygon",id:72043,arcs:[[9825,9826,-9773,-9805,-9688,-9746,9827]]},{type:"Polygon",id:72149,arcs:[[-9828,-9745,9828]]},{type:"Polygon",id:72039,arcs:[[-9788,9829,-9756,-9798,-9722,-9815,-9716]]},{type:"Polygon",id:72113,arcs:[[-9748,9830,-9705,-9699,-9799,-9754]]},{type:"Polygon",id:72107,arcs:[[9831,-9826,-9829,-9750,-9753,-9830,-9787,-9710]]},{type:"Polygon",id:72071,arcs:[[-9813,-9808,-9776,-9790,9832]]},{type:"Polygon",id:72007,arcs:[[-9681,-9802,-9684,-9793,-9735,-9820]]},{type:"Polygon",id:72019,arcs:[[-9686,-9801,-9774,-9827,-9832,-9709,-9817]]},{type:"Polygon",id:72093,arcs:[[-9767,-9825,-9693,-9646,-9658,-9673]]},{type:"Polygon",id:72151,arcs:[[9833,9834,9835,-9781,-9741,9836]]},{type:"Polygon",id:72137,arcs:[[9837,-9796,-9812,9838,9839]]},{type:"Polygon",id:78030,arcs:[[9840]]},{type:"Polygon",id:72089,arcs:[[9841,9842,9843,9844]]},{type:"Polygon",id:72087,arcs:[[9845,9846,-9733,9847]]},{type:"Polygon",id:72095,arcs:[[9848,-9782,-9836]]},{type:"Polygon",id:72119,arcs:[[-9844,9849,9850,9851,9852,-9846,9853]]},{type:"Polygon",id:72103,arcs:[[9854,9855,9856,9857,-9851]]},{type:"Polygon",id:72085,arcs:[[-9858,9858,-9837,-9740,9859,9860,-9852]]},{type:"Polygon",id:72029,arcs:[[-9853,-9861,9861,-9728,-9847]]},{type:"Polygon",id:72053,arcs:[[9862,-9842,9863]]},{type:"Polygon",id:72077,arcs:[[-9860,-9739,-9751,-9862]]},{type:"Polygon",id:72037,arcs:[[9864,-9855,-9850,-9843,-9863]]},{type:"Polygon",id:72069,arcs:[[9865,-9834,-9859,-9857]]},{type:"Polygon",id:72147,arcs:[[9866]]},{type:"Polygon",id:78010,arcs:[[9867]]},{type:"Polygon",id:72051,arcs:[[-9839,-9811,-9757,9868]]}]},states:{type:"GeometryCollection",geometries:[{type:"MultiPolygon",id:2,arcs:[[[9426]],[[9427]],[[9428]],[[9429]],[[9430]],[[9431]],[[9432]],[[9433]],[[9434]],[[9435]],[[9436]],[[9437]],[[9438]],[[9439]],[[9440]],[[9441]],[[9442]],[[9443]],[[9444]],[[9445]],[[9446]],[[9447]],[[9450]],[[9451]],[[9452]],[[9453]],[[9629]],[[9454]],[[9630]],[[9455]],[[9456]],[[9631]],[[9457]],[[9632]],[[9633]],[[9458]],[[9634]],[[9459]],[[9460]],[[9466]],[[9635]],[[9461]],[[9636]],[[9637]],[[9638]],[[9639]],[[9483]],[[9640]],[[9509]],[[9467]],[[9641]],[[9642]],[[9510]],[[9643]],[[9511]],[[9512]],[[9484]],[[9476]],[[9485]],[[9486]],[[9448]],[[9513]],[[9514]],[[9515]],[[9487]],[[9449]],[[9548]],[[9869,9550]],[[9488]],[[9489]],[[9524]],[[9490]],[[9552,9521,9870,9523,9551,9533]],[[9500]],[[9499,9529,9871,9531,9497,9534]],[[9491]],[[9492]],[[9470]],[[9603]],[[9604]],[[9582]],[[9583]],[[9584]],[[9585]],[[9560]],[[9586]],[[9587]],[[9561]],[[9588]],[[9605]],[[9589]],[[9562]],[[9592]],[[9593]],[[9594]],[[9563]],[[9597]],[[9553]],[[9554]],[[9555]],[[9625]],[[9626]],[[9627]],[[9620]],[[9611,9602,9606,9596,9607,9591,9608,9581,9571,9609,9872,9493,9479,9465,9873,9463,9480,9468,9481,9475,9567,9471,9568,9559,9628,9624,9622,9612,9619,9600,9610,9536,9547,9542,9545,9501,9528,9516,9644,9518,9525,9874,9527,9503,9875,9505,9543,9508,9544,9540,9546,9538]]]},{type:"MultiPolygon",id:15,arcs:[[[9417]],[[9422]],[[9421]],[[9423]],[[9876,9420]],[[9424]],[[9425]],[[9418]]]},{type:"MultiPolygon",id:72,arcs:[[[9866]],[[9813,9697,9666,9723,9817,9718,9726,9759,9868,9839,9877,9737,9820,9731,9847,9853,9844,9863,9864,9855,9865,9834,9848,9782,9878,9822,9803,9689,9746,9830,9705,9790,9823,9668,9768,9779,9660,9761,9879,9654,9788,9832]]]},{type:"Polygon",id:1,arcs:[[-6786,-6785,-6792,-6791,-6807,6974,-6994,-6998,7027,-7168,-7171,7205,-7420,7492,7493,-7574,7698,7699,-7846,7871,-8018,8061,-8111,-8157,8194,-8293,8320,8321,-8483,8483,-8579,8680,8681,8688,8689,8690,8566,8567,8683,8684,8685,8675,8676,9880,8678,8701,8702,8703,-8620,8521,-8436,8249,8250,-8128,7954,7955,-7826,7678,-7599,7448,-7421,7302,-7257,7179,-6951,-6954,6937,-6753,-6699,-6714,-6725,-6724]]},{type:"Polygon",id:5,arcs:[[-5843,-5842,-5816,-5921,-5920,-5919,-5932,-5931,-5930,-5716,-5888,-5887,-5886,-5917,-5916,-5866,-5973,-5972,-5971,-5970,-5969,-6163,-6274,6406,6407,6408,6409,-6605,6734,6735,6736,7015,-7027,7132,7133,-7415,-7414,7662,7663,7664,7665,7666,7777,7794,7795,7733,7734,7719,7720,7643,7644,7645,-7611,7513,-7233,-7232,7118,-6775,-6774,6727,-6611,6550,-6316,6256,6117,-5946,-5936]]},{type:"Polygon",id:4,arcs:[[-4752,-5779,5779,5780,5781,-7177,7591,7592,-8039,8208,8504,8191,7725,7726,7305,7306,-6522,-6521,-5912,-4625,-5343,-5417,-5416,-4754,-4753]]},{type:"MultiPolygon",id:6,arcs:[[[7053]],[[7019]],[[7054]],[[6896]],[[6897]],[[-1601,-1600,-1604,2383,-2395,-2394,-2393,-2392,4129,4130,-4310,-4309,-4308,-3802,-4324,4568,-4773,-4255,5466,-5913,6520,6521,-7307,-7306,-7727,7740,7697,7519,7056,7020,6899,6528,5874,5606,5291,5193,5288,5438,5155,5018,4853,4552,4697,4472,4696,4474,4482,4847,4484,3626,2685,2373,-1893,-1975,-1974,-1882]]]},{type:"Polygon",id:8,arcs:[[-2141,-2140,-2553,-2552,-2733,-2732,-2702,-2701,-2823,-2972,-2971,3139,-3194,3363,3364,-3620,3939,3940,-4277,4354,-4592,-4591,4878,4879,-5245,5317,5318,5319,5207,5208,5307,5308,5510,5511,5496,5497,5323,5321,-4751,-4750,-4749,4628,-4026,3577,-3100,-3099,2981,2982,-2194,-2137,-2136,-2135]]},{type:"Polygon",id:9,arcs:[[-2172,-2171,-2170,-2018,-2017,2317,2318,-2457,2526,2527,2557,2559,9881,2561,2547,2548,2549,-2285,-2284,-1998]]},{type:"Polygon",id:11,arcs:[[4385,4386,-4115,-4297]]},{type:"Polygon",id:10,arcs:[[3752,4102,4392,4393,4394,4395,4396,4397,-4267,4100,4101,-4079,3754,3755,-3497,-3588,3756,-3586]]},{type:"MultiPolygon",id:12,arcs:[[[9361]],[[9338]],[[9063]],[[9882,9883]],[[8993,8905]],[[9884,9356,9885,9358,9362,9351,9340,9331,9302,9329,9304,9285,9264,9262,9235,9221,9193,9886,9137,9363,8968,8865,8969,9065,9006,9064,9008,8913,9009,8915,8804,9887,8806,8797,8790,8787,-8676,-8686,-8685,-8684,-8568,-8567,-8691,-8690,-8689,-8682,-8745,-8744,-8733,-8737,-8736,-8743,-8742,-8740,-8739,-8762,8875,-8760,-8828,-8827,-8697,-8696,-8600,-8747,-8746,-8707,8835,8906,9013,9099,9139,9161,9152,9098,8991,8903,8992,9888,8988,9116,9153,9204,9889,9206,9146,9200,9276,9296,9890,9298,9326,9891,9322,9892,9324,9332,9353,9360]]]},{type:"MultiPolygon",id:13,arcs:[[[8704]],[[9893,8606]],[[8522]],[[8333]],[[8283]],[[8284]],[[8523,8607,9894,8609,8705,8706,8745,8746,8599,8695,8696,8826,8827,8759,-8876,8761,8738,8739,8741,8742,8735,8736,8732,8743,8744,-8681,8578,-8484,8482,-8322,-8321,8292,-8195,8156,8110,-8062,8017,-7872,7845,-7700,-7699,7573,-7494,-7493,7419,-7206,7170,7167,-7028,6997,6993,-6975,-6806,-6721,-6720,-6719,-6795,-6794,-6828,-6827,-6823,-6822,-6886,-6885,-6884,-6802,-6673,-6924,-6923,-6922,-6921,-6920,-7061,-7060,-7256,7339,-7438,-7437,-7484,-7483,-7542,-7541,-7711,7821,-7868,-7867,7891,-7899,-8057,-8056,-8055,8285,8280,8336]]]},{type:"Polygon",id:19,arcs:[[-1566,1654,-1696,-1780,-1779,2023,-2098,2159,-2230,2312,2313,-2452,-2451,-2450,2717,-2767,2921,-2928,3117,3118,3078,3079,3081,3082,3093,3094,3091,3092,3088,3089,3085,3086,3075,3076,3072,3073,3069,3070,-2935,2880,-2829,2659,2660,-2543,2416,-2304,2207,-2191,2065,2066,-1834,-1833,1756,-1660,1651,-1521,-1490,-1494,-1493,-1517,-1516,-1515,-1526,-1525,-1519,-1518,-1497,-1496,-1502,-1501,-1500,-1513,-1512,-1505,-1504]]},{type:"Polygon",id:16,arcs:[[20,-36,111,-202,240,-350,-329,-328,518,-528,-737,-736,-735,-758,-652,1121,-1174,-1173,1592,-1734,-1733,2052,2141,2107,2108,2021,2022,1896,1580,1581,-1263,-1262,-1261,1091,-970,914,-709,522,535,536,-396,-395,364,-248,-247,114,-82,22,23]]},{type:"Polygon",id:17,arcs:[[-1968,-1967,-1948,-1947,-1953,-1952,-1960,-1959,-2030,-2029,2116,2233,2234,2235,2510,-2533,2774,-2825,2957,-3156,3323,3324,-3546,3727,-3919,4027,-4173,4238,-4445,-4444,4683,-4705,4905,-4930,5135,-5171,5358,5359,5361,-5492,5562,5574,5575,5568,5569,5570,-5351,-5350,-5160,5125,4935,4936,4726,4727,-4456,-4455,-4521,4379,4380,4381,4165,4070,4071,-3929,3750,3751,-3685,3515,-3493,3241,3242,-3118,2927,-2922,2766,-2718,2449,2450,2451,-2314,-2313,2229,-2160,2097,-2024,-1778]]},{type:"Polygon",id:18,arcs:[[-2297,-2296,-2291,-2290,-2295,2470,-2539,2621,-2717,2793,2794,-3019,3039,-3168,3291,-3407,-3406,3614,-3716,3808,-3932,-4139,4144,-4266,-4265,4422,4423,4432,4433,-4557,4659,4660,4805,4798,4799,4800,4795,4892,4893,4894,4953,4954,4923,4924,4973,4974,4927,4928,4929,-4906,4704,-4684,4443,4444,-4239,4172,-4028,3918,-3728,3545,-3325,-3324,3155,-2958,2824,-2775,2532,-2511,-2236,2533,2535,2467,-2204,-2203,-2300,-2299]]},{type:"Polygon",id:20,arcs:[[-3419,-3431,-3429,-3428,-3423,-3422,-3433,-3432,-3413,-3412,-3410,-3409,-3417,-3416,-3426,-3427,-3317,-3316,-3486,-3485,-3490,-3489,-3488,-3492,-3561,3664,-3762,3884,-4003,-4002,-4046,-4199,-4198,4346,-4501,4546,-4772,4820,-5042,-5041,5300,5301,-5544,5556,5557,5558,5531,5532,5523,5524,5592,5593,5446,5447,5449,5450,5526,5527,5459,5460,5528,5529,5456,5457,5453,5520,5521,5519,5516,5517,-5318,5244,-4880,-4879,4590,4591,-4355,4276,-3941,-3940,3619,-3365,-3420]]},{type:"MultiPolygon",id:21,arcs:[[[-4137,-4136,-4161,-4160,-4159,-4182,-4181,-4351,-4350,-4373,-4372,-4498,-4497,4744,-4805,-4804,-5103,-5102,5233,5234,5235,5611,-5643,5726,5826,5827,5819,5820,5824,5825,5807,5808,5882,5883,5835,5913,5914,5838,5839,5891,5892,5696,5698,5699,5658,5659,5737,5937,5938,5831,5832,5932,5933,5957,5958,-5897,-5709,-5708,-5707,5632,-5569,-5576,-5575,-5563,5491,-5362,-5360,-5359,5170,-5136,-4929,-4928,-4975,-4974,-4925,-4924,-4955,-4954,-4895,-4894,-4893,-4796,-4801,-4800,-4799,-4806,-4661,-4660,4556,-4434,-4433,-4424,-4423,4264,4265,-4145,-4138]]]},{type:"MultiPolygon",id:22,arcs:[[[9108]],[[9088]],[[9046]],[[9028]],[[9899,9025,9089,9003,9084,9900,9078,9901,9080,9902,9082,9109,9070,9049,9037,9060,-9017,-8995,8942,-8693,-8692,8649,8456,8457,-8406,8237,-8223,7906,7907,7908,-7820,-7645,-7644,-7721,-7720,-7735,-7734,-7796,-7795,-7778,-7667,-7666,-7665,-7928,7943,-8109,-8108,-8107,-8106,8274,8275,8276,8491,8492,-8647,-8646,-8661,-8660,-8659,-8664,-8663,-8665,-8632,-8771,-8770,8846,8847,9010,9027]]]},{type:"MultiPolygon",id:25,arcs:[[[2727]],[[2632]],[[2175,2248,2249,2250,2251,2252,2168,2015,2016,2017,2169,2170,2171,1997,1998,1999,-1887,-1737,-1736,-1754,-1807,-1806,-1783,-1782,-1781,-1749,1934,9903,2006,9904,2008,2118,2165,2177,9905,2173,2287]]]},{type:"MultiPolygon",id:24,arcs:[[[4166]],[[4781,4782,4856,4857,4858,4690,4581,4268,4408,4169,4080,3824,3834,3840,4088,4192,9906,4194,4521,4293,4613,4731,4615,4295,4296,4114,4115,4116,3849,3811,3812,3813,3814,3816,3817,3818,3820,3821,3822,-3547,-3461,-3460,-3445,-3537,-3536,-3458,-3457,-3584,-3583,-3501,-3500,-3499,-3449,-3448,-3498,-3756,-3755,4078,-4102,-4101,4266,-4398,-4397,-4396,4784]]]},{type:"MultiPolygon",id:23,arcs:[[[918]],[[919]],[[1288,1134,1392,1380,1390,1382,1537,1538,-1300,-889,889,890,891,817,567,360,813,920,599,1117,1282,1286,1391]]]},{type:"MultiPolygon",id:26,arcs:[[[9402]],[[9401]],[[771,820,9406,1075,1236,9407,1434,1560,1561,9408,1578,9409,1927,9410,9412,-2505,2280,2281,2292,2293,2294,2289,2290,2295,2296,2298,2299,2202,2203,2204,2151,1988,1785,1686,1533,1378,1225,1112,9404,9405,948,9400,9399]],[[9395]],[[9388,9389]],[[9390]],[[9377,446,9382,9384,491,9394,9907,9392,9396,9397,574,9385,712,713,714,639,640,587,588,589,590,476,477,478,479,480,481,482,483,484,434,9378]],[[9373,9379,9375]],[[9376]]]},{type:"Polygon",id:27,arcs:[[125,151,204,9366,9365,203,137,138,139,140,141,142,143,144,145,146,147,473,592,593,594,-667,794,-800,901,902,1050,-1075,1139,-1162,-1187,-1186,-1191,1370,-1423,1502,1503,1504,1511,1512,1499,1500,1501,1495,1496,1517,1518,1524,1525,1514,1515,1516,1492,1493,1489,1490,1336,-1220,1179,-1044,-1043,917,-893,840,-746,702,-551,546,415,-404,348,-318,218,-210,164,165,-55,60,106,9364]]},{type:"Polygon",id:29,arcs:[[-3119,-3243,-3242,3492,-3516,3684,-3752,-3751,3928,-4072,-4071,-4166,-4382,-4381,-4380,4520,4454,4455,-4728,-4727,-4937,-4936,-5126,5159,5349,5350,-5571,-5570,-5633,5706,5707,5708,5896,5897,5898,5899,-6100,6161,6162,5968,5969,5970,5971,5972,5865,5915,5916,5885,5886,5887,5715,5929,5930,5931,5918,5919,5920,5815,5841,5842,5935,5936,-5766,5719,-5557,5543,-5302,-5301,5040,5041,-4821,4771,-4547,4500,-4347,4197,4198,4045,4001,4002,-3885,3761,-3665,3560,3491,-3487,-3304,3273,-3129,-3070,-3074,-3073,-3077,-3076,-3087,-3086,-3090,-3089,-3093,-3092,-3095,-3094,-3083,-3082,-3080,-3079]]},{type:"Polygon",id:28,arcs:[[-6755,-6754,-6938,6953,6950,-7180,7256,-7303,7420,-7449,7598,-7679,7825,-7956,-7955,8127,-8251,-8250,8435,-8522,8619,-8704,-8703,8838,8861,8880,-8847,8769,8770,8631,8664,8662,8663,8658,8659,8660,8645,8646,-8493,-8492,-8277,-8276,-8275,8105,8106,8107,8108,-7944,7927,-7664,-7663,7413,7414,-7134,-7133,7026,-7016,-6737,-6736,-6768,-6767,-6772,-6771,-6743,-6742,-6741,-6773]]},{type:"Polygon",id:30,arcs:[[43,99,88,46,50,29,9,53,110,-93,108,-133,221,-231,373,-381,514,515,516,675,676,677,763,764,765,697,698,826,827,655,649,650,651,757,734,735,736,527,-519,327,328,349,-241,201,-112,35,-21,36,19]]},{type:"MultiPolygon",id:37,arcs:[[[-5845,6042,6259,6044]],[[6047,6086,6179,6194,6038,6056,6247,6431,6425,6582,6258,6583,6564,6492,6560,6804,6761,6831,6759,6893,6990,7112,7271,9920,7273,7279,7280,7281,7282,7252,7005,7006,7007,6928,6877,6846,6847,6852,6853,6676,6677,6756,6645,6646,6630,6631,6768,6769,6695,6749,6750,6751,6671,6672,6801,6883,6884,6885,6821,6822,6823,-6595,-6594,-6457,-6456,-6392,-6391,-6287,-6286,-6285,6174,-6175,-6174,-6233,-6232,-6231,-6084,-6083,-5987,-5986,-5985,-5928,-5927,-5926,-5854,-5896,-5895,-5911,-5910,-5674,-5673,-5963,-5671,-5714,-5713,-5712,-5882,-5881,-5880,-5725,-5724,-5876,-5805,-5804,-5803,-5871,-5870,-5908,-5907,-5849,6041]]]},{type:"Polygon",id:38,arcs:[[54,-166,-165,209,-219,317,-349,403,-416,-547,550,551,627,628,633,634,631,632,530,583,623,624,625,635,-516,-515,380,-374,230,-222,132,-109,92,93,98,103,40,32,64,68,57]]},{type:"Polygon",id:31,arcs:[[-1710,-1552,-1682,-1681,-1672,-1671,-1812,-1810,-1809,-1839,-1838,-1836,-1835,-2067,-2066,2190,-2208,2303,-2417,2542,-2661,-2660,2828,-2881,2934,-3071,3128,-3274,3303,3486,3487,3488,3489,3484,3485,3315,3316,3426,3425,3415,3416,3408,3409,3411,3412,3431,3432,3421,3422,3427,3428,3430,3418,3419,-3364,3193,-3140,2970,2971,2822,2700,2701,2731,2732,-2551,2541,-2048,-2047,1861,-1644,-1684,-1683,-1574,-1573,-1709]]},{type:"Polygon",id:33,arcs:[[-890,888,1299,-1539,1615,1747,1748,1780,1781,1782,1805,1806,-1753,1614,-1456,1269,1270,-1115,-996,899,900,-891]]},{type:"Polygon",id:34,arcs:[[9921,3944,3785,3786,3787,3788,3789,3726,3668,3524,3525,-3254,-3253,3124,2911,2912,-2814,2756,-2603,-2568,-2567,-2770,-2769,2897,3116,3066,3156,3256,3346,3531,3521,3805,4124,3946]]},{type:"Polygon",id:35,arcs:[[5784,5785,5786,-6372,6554,6555,-6863,7008,7009,7156,7157,-7563,7653,7654,7655,7656,7657,7967,7968,7969,7783,7784,7785,7888,7889,8111,8037,8038,-7593,-7592,7176,-5782,-5781,-5780,5778,-5322,-5324,-5498,-5497,-5512,-5511,-5309,-5308,-5209,-5208,-5320]]},{type:"Polygon",id:32,arcs:[[-2023,-2357,2361,-2921,3561,3562,-3998,4621,4622,4623,4624,5911,5912,-5467,4254,4772,-4569,4323,3801,4307,4308,4309,-4131,-4130,2391,2392,2393,2394,-2384,-1603,-1429,-1428,-1264,-1582,-1581,-1897]]},{type:"MultiPolygon",id:36,arcs:[[[3237]],[[3052,9922,3054,3119,3152,3121,3056,2782]],[[1826]],[[3046,3097,3048,2751,2629,2770,2768,2769,2566,2567,2568,2324,2325,2093,2153,2154,2156,2157,2188,2189,2056,2057,2088,2089,2085,2086,2060,2061,2062,1831,1716,1713,1721,1724,1701,1570,1279,9923,1281,1275,1276,1019,1031,1005,-1001,1002,-1132,1204,-1296,-1485,1544,-1738,1886,-2e3,-1999,2283,2284,-2550,-2549,2752]]]},{type:"Polygon",id:39,arcs:[[2397,-2447,2666,-2675,2898,-2906,3033,3034,-3246,3262,3263,-3520,3528,-3609,3737,3738,3893,3894,3895,3992,-4069,4228,4226,4362,4363,4494,4495,4496,4497,4371,4372,4349,4350,4180,4181,4158,4159,4160,4135,4136,4137,4138,3931,-3809,3715,-3615,3405,3406,-3292,3167,-3040,3018,-2795,-2794,2716,-2622,2538,-2471,-2294,-2293,-2282,-2281,2504,2505,2506,2507,2508,2509,2514,9926,2516,2669,2593,2594,2595,2636,2579,2443,2401,-2200]]},{type:"Polygon",id:40,arcs:[[-5458,-5457,-5530,-5529,-5461,-5460,-5528,-5527,-5451,-5450,-5448,-5447,-5594,-5593,-5525,-5524,-5533,-5532,-5559,-5558,-5720,5765,-5937,5945,-6118,-6257,6315,-6551,6610,-6728,6773,6774,-7119,7231,7232,7233,7234,7401,7402,7398,7399,7400,7380,7440,7441,7442,7337,7338,7229,7230,7139,7140,7035,7036,6930,6931,-6871,6691,-6627,6398,-6366,6016,6017,5798,5799,5794,5795,5796,5791,5792,-5785,-5319,-5518,-5517,-5520,-5522,-5521,-5454]]},{type:"Polygon",id:41,arcs:[[661,-608,658,-691,-604,-603,-696,-695,-694,-693,-692,-503,-502,-557,-555,-554,-513,-583,-536,-523,708,-915,969,-1092,1260,1261,1262,1263,1427,1428,1602,1603,1599,1600,1881,1973,1974,1892,1893,1611,1464,1298,980,776,622]]},{type:"Polygon",id:42,arcs:[[-2061,-2087,-2086,-2090,-2089,-2058,-2057,-2190,-2189,-2158,-2157,-2155,-2154,-2094,-2326,-2325,-2569,2602,-2757,2813,-2913,-2912,-3125,3252,3253,-3526,3553,3584,3585,-3757,3587,3496,3497,3447,3448,3498,3499,3500,3582,3583,3456,3457,3535,3536,3444,3459,3460,3546,3547,3548,3610,3611,-3610,3337,3338,3339,-3244,3106,-3034,2905,-2899,2674,-2667,2446,-2398,2199,2200,-2062]]},{type:"MultiPolygon",id:44,arcs:[[[2544]],[[2545,-2250]],[[-2253,-2252,2452,2321,2454,2553,-2527,2456,-2319,-2318,-2016,-2169]]]},{type:"MultiPolygon",id:45,arcs:[[[8077]],[[8079]],[[8080]],[[7693,9413,9930,9415,7862,8081,8046,9931,8048,9932,8050,8078,8053,8054,8055,8056,7898,-7892,7866,7867,-7822,7710,7540,7541,7482,7483,7436,7437,-7340,7255,7059,7060,6919,6920,6921,6922,6923,-6672,-6752,-6751,-6750,-6696,-6770,-6769,-6632,-6631,-6647,-6646,-6757,-6678,-6677,-6854,-6853,-6848,-6847,-6878,-6929,-7008,-7007,-7006,-7253,-7283,7328,7588,9416]]]},{type:"Polygon",id:46,arcs:[[-624,-584,-531,-633,-632,-635,-634,-629,-628,-552,-703,745,-841,892,-918,1042,1043,-1180,1219,-1337,-1491,1520,-1652,1659,-1757,1832,1833,1834,1835,1837,1838,1808,1809,1811,1670,1671,1680,1681,1551,1709,1708,1572,1573,1682,1683,-1643,1487,-1374,1248,1183,-1033,939,-677,-676,-517,-636,-626,-625]]},{type:"Polygon",id:47,arcs:[[-5660,-5659,-5700,-5699,-5697,-5893,-5892,-5840,-5839,-5915,-5914,-5836,-5884,-5883,-5809,-5808,-5826,-5825,-5821,-5820,-5828,-5879,-5878,-5891,-5890,-5889,-5859,-5983,-5863,-5862,-5929,5984,5985,5986,6082,6083,6230,6231,6232,6173,6174,-6175,6284,6285,6286,6390,6391,6455,6456,6593,6594,-6824,6826,6827,6793,6794,6718,6719,6720,6805,6806,6790,6791,6784,6785,6723,6724,6713,6698,6752,6753,6754,6772,6740,6741,6742,6770,6771,6766,6767,-6735,6604,-6410,-6409,-6408,-6407,6273,-6162,6099,-5900,-6101,-5898,-5959,-5958,-5934,-5933,-5833,-5832,-5939,-5938,-5738]]},{type:"MultiPolygon",id:48,arcs:[[[9933]],[[9311,9312]],[[9313,9290,9934,9292,9314]],[[9271]],[[9242]],[[9935,9214]],[[9128]],[[9132,9175,9936,9164,9217,9166,9937,9168,9179,9216,9227,9247,9938,9249,9229,9243,9254,9246,9255,9939,9257,9273,9293,9318,9347,9352,9345,9342,9310,9253,9190,9127,8977,8872,8869,8883,8392,8394,-7889,-7786,-7785,-7784,-7970,-7969,-7968,-7658,-7657,-7656,-7655,-7654,7562,-7158,-7157,-7010,-7009,6862,-6556,-6555,6371,-5787,-5786,-5793,-5792,-5797,-5796,-5795,-5800,-5799,-6018,-6017,6365,-6399,6626,-6692,6870,-6932,-6931,-7037,-7036,-7141,-7140,-7231,-7230,-7339,-7338,-7443,-7442,-7441,-7381,-7401,-7400,-7399,-7403,-7402,-7235,-7234,-7514,7610,-7646,7819,-7909,-7908,-7907,8222,-8238,8405,-8458,-8457,-8650,8691,8692,-8943,8994,9016,9017,9090,9131,9092,9020,9130]]]},{type:"Polygon",id:49,arcs:[[-1732,2343,-2621,-2196,-2195,-2983,-2982,3098,3099,-3578,4025,-4629,4748,4749,4750,4751,4752,4753,5415,5416,5342,-4624,-4623,-4622,3997,-3563,-3562,2920,-2362,2356,-2022,-2109,-2108,-2142,-2053]]},{type:"MultiPolygon",id:51,arcs:[[[5405,5058,-4782,5059]],[[5005,4865,4807,4982,5225,5370,5424,5372,5109,5148,5330,5473,5536,9940,5683,5638,5472,5431,5282,5394,9941,5581,5626,5665,5871,9942,5902,9943,9944,5905,5850,5823,5851,5844,5845,5846,5847,5848,5906,5907,5869,5870,5802,5803,5804,5875,5723,5724,5879,5880,5881,5711,5712,5713,5670,5962,5672,5673,5909,5910,5894,5895,5853,5925,5926,5927,5928,5861,5862,5982,5858,5888,5889,5890,5877,5878,-5827,-5727,5642,-5612,-5236,-5235,-5234,-5101,-5412,-5411,-5378,-5377,-5376,-5180,-5275,-5274,5122,-4883,4877,-4536,-4535,-4403,-4402,-4401,-4189,-4188,4043,-3999,-3865,-3910,-4025,-4024,-3812,-3850,-4117,-4116,-4387,4417,9945,4342,4409,4669,4810,4866,5063,5188]]]},{type:"Polygon",id:50,arcs:[[1008,998,-900,995,1114,-1271,-1270,1455,-1615,1752,1753,1735,1736,1737,-1545,1484,1295,-1205,1131,-1003,1e3,1001,994]]},{type:"MultiPolygon",id:53,arcs:[[[303]],[[271]],[[184]],[[118]],[[119]],[[120]],[[126,2,3,75,85,80,83,-23,81,-115,246,247,-365,394,395,-537,582,512,553,554,556,501,502,691,692,693,694,695,602,603,690,-659,607,608,610,467,343,233,186,187,234,319,276,371,273,372,321,407,370,307,196,183,197,129]]]},{type:"MultiPolygon",id:55,arcs:[[[9372]],[[9371,561,557,-484,-483,-482,-481,-480,-479,-478,-477,-591,-590,-589,-588,-641,-640,-715,9386,879,9949,881,1155,1167,9387,1165,1289,1474,1623,1800,1960,2027,2028,2029,1958,1959,1951,1952,1946,1947,1966,1967,1777,1778,1779,1695,-1655,1565,-1503,1422,-1371,1190,1185,1186,1161,-1140,1074,-1051,-903,-902,799,-795,666,-595,-594,-593,-474,-148,9368,9370]]]},{type:"Polygon",id:54,arcs:[[3243,-3340,-3339,-3338,3609,-3612,-3611,-3549,-3548,-3823,-3822,-3821,-3819,-3818,-3817,-3815,-3814,-3813,4023,4024,3909,3864,3998,-4044,4187,4188,4400,4401,4402,4534,4535,-4878,4882,-5123,5273,5274,5179,5375,5376,5377,5410,5411,5100,5101,5102,4803,4804,-4745,-4496,-4495,-4364,-4363,-4227,-4229,4068,-3993,-3896,-3895,-3894,-3739,-3738,3608,-3529,3519,-3264,-3263,3245,-3035,-3107]]},{type:"Polygon",id:56,arcs:[[-827,-699,-698,-766,-765,-764,-678,-940,1032,-1184,-1249,1373,-1488,1642,1643,-1862,2046,2047,-2542,2550,2551,2552,2139,2140,2134,2135,2136,2193,2194,2195,2620,-2344,1731,1732,1733,-1593,1172,1173,-1122,-651,-650,-656,-828]]},{type:"MultiPolygon",id:78,arcs:[[[9867]],[[9840]]]}]},land:{type:"MultiPolygon",arcs:[[[9361]],[[9933]],[[9338]],[[9311,9312]],[[9313,9290,9934,9292,9314]],[[9271]],[[9242]],[[9935,9214]],[[9128]],[[9108]],[[9088]],[[9046]],[[9063]],[[9882,9883]],[[9028]],[[8993,8905]],[[8704]],[[9893,8606]],[[8522]],[[8333]],[[8283]],[[8284]],[[8077]],[[8079]],[[8080]],[[7053]],[[7019]],[[7054]],[[6896]],[[6897]],[[4166]],[[3237]],[[3052,9922,3054,3119,3152,3121,3056,2782]],[[2727]],[[2632]],[[2544]],[[1826]],[[918]],[[919]],[[9402]],[[9401]],[[9395]],[[9388,9389]],[[9390]],[[9372]],[[9373,9379,9375]],[[-9918]],[[1275,1276,1019,1031,1005,1001,994,1008,998,900,891,817,567,360,813,920,599,1117,1282,1286,1391,1288,1134,1392,1380,1390,1382,1537,1615,1747,1934,9903,2006,9904,2008,2118,2165,2177,9905,2173,2287,2175,2248,2545,2250,2452,2321,2454,2553,2527,2557,2559,9881,2561,2547,2752,3046,3097,3048,2751,2629,2770,2897,3116,3066,3156,3256,3346,3531,3521,3805,4124,3946,9921,3944,3785,9954,3787,9955,3789,3726,3668,3524,3553,3584,3752,4102,4392,9956,4394,4784,5059,5405,5058,4782,4856,9957,4858,4690,4581,4268,4408,4169,4080,3824,3834,3840,4088,4192,9906,4194,4521,4293,4613,4731,4615,4295,4385,4417,9945,4342,4409,4669,4810,4866,5063,5188,5005,4865,4807,4982,5225,5370,5424,5372,5109,5148,5330,5473,5536,9940,5683,5638,5472,5431,5282,5394,9941,5581,5626,5665,5871,9942,5902,9943,9944,5905,5850,5823,5851,6042,6259,6044,5845,9958,9959,9960,5847,6041,6047,6086,6179,6194,6038,6056,6247,6431,6425,6582,6258,6583,6564,6492,6560,6804,6761,6831,6759,6893,6990,7112,7271,9920,7273,7279,9961,7281,7328,7588,9416,7693,9413,9930,9415,7862,8081,8046,9931,8048,9932,8050,8078,8053,8285,8280,8336,8523,8607,9894,8609,8705,8835,8906,9013,9099,9139,9161,9152,9098,8991,8903,8992,9888,8988,9116,9153,9204,9889,9206,9146,9200,9276,9296,9890,9298,9326,9891,9322,9892,9324,9332,9353,9360,9884,9356,9885,9358,9362,9351,9340,9331,9302,9329,9304,9285,9264,9262,9235,9221,9193,9886,9137,9363,8968,8865,8969,9065,9006,9064,9008,8913,9009,8915,8804,9887,8806,8797,8790,8787,8676,9880,8678,8701,8838,8861,8880,8847,9010,9027,9899,9025,9089,9003,9084,9900,9078,9901,9080,9902,9082,9109,9070,9049,9037,9060,9017,9090,9131,9092,9020,9130,9132,9175,9936,9164,9217,9166,9937,9168,9179,9216,9227,9247,9938,9249,9229,9243,9254,9246,9255,9939,9257,9273,9293,9318,9347,9352,9345,9342,9310,9253,9190,9127,8977,8872,8869,8883,8392,8394,7889,8111,8037,8208,8504,8191,7725,7740,7697,7519,7056,7020,6899,6528,5874,5606,5291,5193,5288,5438,5155,5018,4853,4552,4697,4472,4696,4474,4482,4847,4484,3626,2685,2373,1893,1611,1464,1298,980,776,622,661,608,610,467,343,233,186,9946,9962,9948,3,75,85,80,83,23,36,19,43,99,88,46,50,29,9,53,110,93,98,103,40,32,64,68,57,60,106,9364,125,151,204,9366,9365,203,137,138,139,140,141,142,143,144,145,146,9368,9370,9371,561,557,484,434,9378,9377,446,9382,9384,491,9394,9907,9392,9396,9397,574,9385,712,713,9386,879,9949,881,1155,1167,9387,1165,1289,1474,1623,1800,1960,2027,2116,2233,2234,2533,2535,2467,2204,2151,1988,1785,1686,1533,1378,1225,1112,9404,9405,948,9400,9399,771,820,9406,1075,1236,9407,1434,1560,1561,9408,1578,9409,1927,9410,9412,2505,-9912,2507,-9910,2509,2514,9926,2516,2669,2593,2594,2595,2636,2579,2443,2401,2200,2062,1831,1716,1713,1721,1724,1701,1570,1279,9923,1281]],[[9612,9619,9600,9610,9536,9547,9542,9545,9501,9528,9516,9644,9518,9525,9874,9527,9503,9875,9505,9543,9508,9544,9540,9546,9538,9611,9602,9606,9596,9607,9591,9608,9581,9571,9609,9872,9493,9479,9465,9873,9463,9480,9468,9481,9475,9567,9471,9568,9559,9628,9624,9622]],[[9489]],[[9626]],[[9552,9521,9870,9523,9551,9533]],[[9561]],[[9499,9529,9871,9531,9497,9534]],[[9869,9550]],[[9455]],[[9515]],[[9447]],[[9563]],[[9514]],[[9491]],[[9445]],[[9555]],[[9554]],[[9440]],[[9586]],[[9510]],[[9444]],[[9434]],[[9513]],[[9512]],[[9588]],[[9511]],[[9431]],[[9548]],[[9642]],[[9460]],[[9438]],[[9562]],[[9432]],[[9470]],[[9451]],[[9589]],[[9487]],[[9458]],[[9426]],[[9553]],[[9437]],[[9524]],[[9492]],[[9500]],[[9441]],[[9435]],[[9490]],[[9592]],[[9439]],[[9625]],[[9486]],[[9485]],[[9488]],[[9442]],[[9452]],[[9443]],[[9597]],[[9454]],[[9436]],[[9453]],[[9585]],[[9483]],[[9449]],[[9428]],[[9456]],[[9446]],[[9620]],[[9603]],[[9459]],[[9448]],[[9457]],[[9450]],[[9594]],[[9583]],[[9584]],[[9582]],[[9476]],[[9587]],[[9605]],[[9604]],[[9484]],[[9627]],[[9461]],[[9560]],[[9429]],[[9427]],[[9433]],[[9593]],[[9430]],[[9629]],[[9630]],[[9631]],[[9632]],[[9633]],[[9634]],[[9466]],[[9635]],[[9636]],[[9637]],[[9638]],[[9639]],[[9640]],[[9509]],[[9467]],[[9641]],[[9643]],[[9867]],[[9866]],[[9840]],[[9813,9697,9666,9723,9817,9718,9726,9759,9868,9839,9877,9737,9820,9731,9847,9853,9844,9863,9864,9855,9865,9834,9848,9782,9878,9822,9803,9689,9746,9830,9705,9790,9823,9668,9768,9779,9660,9761,9879,9654,9788,9832]],[[9417]],[[9422]],[[9421]],[[9423]],[[9876,9420]],[[9424]],[[9425]],[[9418]]] +}},arcs:[[[162416,583189],[236,-863],[94,-3199],[220,-1079],[-271,-1241]],[[162695,576807],[-443,-309],[-4396,83]],[[157856,576581],[-6,1800],[-436,606],[-476,3062],[167,1173]],[[157105,583222],[2782,-89],[2529,56]],[[203483,583173],[-111,-3268],[363,0],[1,-4838],[604,-14]],[[204340,575053],[0,-6406],[-109,-3],[-1,-3886]],[[204230,564758],[-1074,300],[-478,661],[-49,-1946]],[[202629,563773],[-411,-2654],[-860,-2419],[-1043,-435],[-462,561]],[[199853,558826],[29,9804],[98,1617],[303,-7],[-114,3279],[302,529],[-36,7508],[72,1628]],[[200507,583184],[2976,-11]],[[181317,583162],[311,-3373],[318,707],[389,-2530],[-133,-1970],[788,-1235],[-38,-1636],[347,-662],[20,-2123]],[[183319,570340],[343,-1416],[-25,-1101],[608,-791]],[[184245,567032],[386,-2907],[-296,-416]],[[184335,563709],[-284,-667],[56,-2637],[-277,-1038],[59,-2316]],[[183889,557051],[-896,68]],[[182993,557119],[-468,-2]],[[182525,557117],[101,1562],[-233,2072],[31,1860],[-477,1550],[-122,1357],[-537,-515],[111,-1134],[-1263,-12],[41,-3203],[-354,-5]],[[179823,560649],[-1,1601],[-1073,-52],[-59,2655]],[[178690,564853],[-26,3920],[480,4],[-5,6466],[-109,1581],[659,10],[112,1730],[-222,1681],[-105,2947]],[[179474,583192],[1843,-30]],[[175797,583199],[0,-9287]],[[175797,573912],[-2052,-28],[-1,6456],[-689,-16]],[[173055,580324],[0,2844]],[[173055,583168],[2742,31]],[[199853,558826],[-98,-1296],[-681,144],[-597,-3335]],[[198477,554339],[-62,2205],[-374,544],[-690,-278]],[[197351,556810],[-1278,1156],[-333,1655]],[[195740,559621],[8,3507],[732,-36],[49,1307],[484,-269],[0,4521],[87,4167]],[[197100,572818],[159,-390],[75,5957],[166,-2],[64,4793]],[[197564,583176],[2943,8]],[[221924,574709],[-1820,8]],[[220104,574717],[-102,3252],[0,5201]],[[220002,583170],[1830,2]],[[221832,583172],[3,-5232],[89,-3231]],[[178690,564853],[-400,43],[-118,-1893],[-228,-480],[-676,326],[-48,1381],[-615,5245],[-698,-1923],[-112,1018]],[[175795,568570],[2,5342]],[[175797,583199],[3677,-7]],[[220104,574717],[-363,-10]],[[219741,574707],[-362,-1],[-1,1624],[-1819,10],[0,-1619]],[[217559,574721],[-1091,11],[0,3239],[-126,10],[-1,5192]],[[216341,583173],[3661,-3]],[[186539,583158],[25,-9701]],[[186564,573457],[-1094,108],[-9,-3230],[-2142,5]],[[181317,583162],[5222,-4]],[[193948,567081],[-538,-46],[0,1653],[-330,-43],[0,1617],[-2172,10],[0,-1617],[-363,1]],[[190545,568656],[35,14501]],[[190580,583157],[3492,32]],[[194072,583189],[-44,-7981],[115,-2218],[-242,-2960],[47,-2949]],[[195740,559621],[-133,1040],[-934,55],[-434,-1362],[-302,351]],[[193937,559705],[11,7376]],[[194072,583189],[3492,-13]],[[206421,583169],[53,-6498],[181,-1619]],[[206655,575052],[-2315,1]],[[203483,583173],[2938,-4]],[[228232,583191],[206,-4516],[166,-1312],[-187,-2686]],[[228417,574677],[-2130,0]],[[226287,574677],[-64,8514]],[[226223,583191],[2009,0]],[[230526,583184],[49,-8486]],[[230575,574698],[-2158,-21]],[[228232,583191],[2294,-7]],[[223380,574698],[-1,-3220],[-639,-11]],[[222740,571467],[-816,5]],[[221924,571472],[0,3237]],[[221832,583172],[1466,10]],[[223298,583182],[0,-5247],[82,-3237]],[[226287,574677],[-1090,12]],[[225197,574689],[-1817,9]],[[223298,583182],[2925,9]],[[168030,583185],[-42,-19407]],[[167988,563778],[-338,-262]],[[167650,563516],[-25,343]],[[167625,563859],[88,1056],[-308,2218],[-251,148],[-798,-1281],[-586,-1450],[-104,1725],[-570,-648],[55,-1799]],[[165151,563828],[-497,4],[-263,1945],[-611,1931],[-82,1381],[-532,1417],[-331,3957]],[[162835,574463],[-140,2344]],[[162416,583189],[2209,-15],[3405,11]],[[171951,583192],[-373,-3049],[-183,-3367],[361,7],[-7,-9706],[182,-1632]],[[171931,565445],[-274,12],[-1,-4693],[-436,1680],[-359,-1132]],[[170861,561312],[-166,418],[-548,-890],[-371,2707],[-364,-947]],[[169412,562600],[-132,2358],[405,757],[-4,1210],[289,2381],[-187,3288],[316,4420],[-331,3951],[45,2219]],[[169813,583184],[2138,8]],[[173055,580324],[-26,-14910]],[[173029,565414],[-1098,31]],[[171951,583192],[1104,-24]],[[169412,562600],[-45,-983],[-485,620],[-109,1069],[-446,-598],[-339,1070]],[[168030,583185],[1783,-1]],[[188725,567028],[0,1624]],[[188725,568652],[374,0],[11,14480]],[[189110,583132],[1470,25]],[[190545,568656],[-200,-1611],[-1620,-17]],[[212324,583170],[-3,-5175],[150,-1639]],[[212471,576356],[-3238,15]],[[209233,576371],[-1,6810]],[[209232,583181],[3092,-11]],[[214880,583162],[-1,-3570]],[[214879,579592],[-364,-1],[-1,-1615],[-226,0],[0,-3239]],[[214288,574737],[-1816,1]],[[212472,574738],[-1,1618]],[[212324,583170],[2556,-8]],[[186539,583158],[2571,-26]],[[188725,568652],[-718,-1],[2,2422],[-362,804],[-543,30],[-81,1075],[-459,475]],[[217559,574721],[0,-1621]],[[217559,573100],[-2179,21],[-1,4852],[-499,6],[-1,1613]],[[214880,583162],[1461,11]],[[233488,574623],[-724,-26]],[[232764,574597],[-2189,101]],[[230526,583184],[3019,-21]],[[233545,583163],[240,-2188],[402,728],[5,-3862],[-704,-3],[0,-3215]],[[209233,576371],[4,-4555]],[[209237,571816],[-1620,-4],[1,1622],[-363,4],[0,1612],[-600,2]],[[206421,583169],[2811,12]],[[175795,568570],[0,-4401]],[[175795,564169],[-503,1656],[-278,-929],[18,-2373]],[[175032,562523],[-508,-3],[3,1885],[-1501,-262]],[[173026,564143],[3,1271]],[[217559,573100],[127,-1619],[-2,-6492],[124,-2],[-3,-3238]],[[217805,561749],[-2509,-20]],[[215296,561729],[1,3269],[-141,0],[0,6485],[-143,10],[0,3259],[-725,-15]],[[156776,574866],[145,-2337],[-336,700],[191,1637]],[[156018,576188],[367,-1161],[-54,-1921],[-274,763],[-39,2319]],[[156711,577874],[437,-1003],[-572,-1182],[-174,1060],[309,1125]],[[239768,576252],[-26,-7172],[46,-6528]],[[239788,562552],[-1935,133],[-2,-978],[-1789,-11]],[[236062,561696],[-29,9709]],[[236033,571405],[-4,6210]],[[236029,577615],[339,173],[235,-1132],[1047,-347],[154,-2131],[907,561],[6,841],[719,948],[332,-276]],[[157403,572219],[-142,1501],[248,575],[362,-1247],[-15,3533]],[[162835,574463],[-341,252],[-585,-931],[-106,-3299],[197,-417]],[[162e3,570068],[-3852,30]],[[158148,570098],[-745,2121]],[[212472,574738],[0,-3235],[160,6],[-1,-4641]],[[212631,566868],[-1041,215],[-260,-1783],[-494,-878],[-372,2570],[-383,-709],[-219,-2110],[-618,322]],[[209244,564495],[-7,7321]],[[219741,574707],[109,-3230],[1,-6504],[110,0],[-1,-3243]],[[219960,561730],[-1079,-3]],[[218881,561727],[-1076,22]],[[243362,568344],[29,-12216],[-17,-11280]],[[243374,544848],[-834,-2840],[212,-1505]],[[242752,540503],[-2,-7]],[[242750,540496],[-224,823]],[[242526,541319],[-10,0]],[[242516,541319],[-187,-592]],[[242329,540727],[-9,7]],[[242320,540734],[-75,-212]],[[242245,540522],[-5,-38]],[[242240,540484],[-9,-872]],[[242231,539612],[3,11]],[[242234,539623],[-248,57]],[[241986,539680],[-26,1879],[-2117,44]],[[239843,541603],[15,4838]],[[239858,546441],[-15,12915],[-55,3196]],[[239768,576252],[1003,-1644],[260,59],[-216,-1483],[572,-280],[382,-4206],[280,489],[20,1987],[577,82],[135,-1750],[581,-1162]],[[209244,564495],[-258,1115],[-593,-179],[-307,1362],[-1057,19],[-145,560],[-288,-1583],[-558,-1]],[[206038,565788],[-93,498],[-752,103],[-963,-1631]],[[165151,563828],[-359,-3363],[-516,-331],[-139,-2995],[-195,-1515],[49,-2367],[561,-1042],[-25,-1385]],[[164527,550830],[-822,-18],[-768,1529],[-383,1474],[-339,202],[-528,3049]],[[161687,557066],[129,2030],[-144,1373]],[[161672,560469],[135,875],[-307,1331],[76,2648],[386,644],[303,1650],[-265,2451]],[[215296,561729],[-1431,3],[-2,-1673]],[[213863,560059],[-714,1226]],[[213149,561285],[-15,1450],[265,1806],[-308,1452],[-460,875]],[[232764,574597],[24,-6811]],[[232788,567786],[-2527,21]],[[230261,567807],[-1799,-6]],[[228462,567801],[14,367]],[[228476,568168],[71,2441],[-130,4068]],[[221924,571472],[-986,7],[-3,-6507],[100,-3249]],[[221035,561723],[-716,0]],[[220319,561723],[-359,7]],[[225197,574689],[73,-6488]],[[225270,568201],[-362,-8],[-2,-3234],[-287,1],[0,-1975]],[[224619,562985],[-263,25],[-571,2718],[-293,-1216],[-752,3114],[0,3841]],[[228476,568168],[-2123,27]],[[226353,568195],[-1083,6]],[[236062,561696],[6,-7465]],[[236068,554231],[0,-615],[-707,-32]],[[235361,553584],[-1430,50]],[[233931,553634],[-29,8560],[-224,1564],[125,1180],[-986,11]],[[232817,564949],[-29,2837]],[[233488,574623],[363,-5],[3,-3239],[2179,26]],[[188725,567028],[1,-2703]],[[188726,564325],[-1602,-42],[-179,1901],[-363,820],[-2337,28]],[[158090,569229],[27,-389]],[[158117,568840],[-233,-1009],[277,-1641],[-369,861],[-55,2156],[353,22]],[[157568,571941],[243,-1776],[-417,-307],[-219,-1059],[350,-339],[185,-3598],[45,1502],[415,-1154],[-2,-2382],[-642,2318],[-20,2344],[-434,1258],[298,3296],[198,-103]],[[156634,565779],[-60,-3687],[-1564,-7],[0,264],[-3066,-4]],[[151944,562345],[-337,5365],[202,2998],[-202,971]],[[151607,571679],[463,-265],[484,-1494],[396,-424],[748,-1863],[763,58],[868,-995],[776,701],[529,-1618]],[[224619,562985],[0,-1281]],[[224619,561704],[-2151,10]],[[222468,561714],[-1433,9]],[[193937,559705],[-803,-422],[-51,-3212],[-1027,-2365]],[[192056,553706],[-1187,-7]],[[190869,553699],[-361,552],[1,1469],[-266,4],[-517,1364],[204,1867],[-1205,-7]],[[188725,558948],[1,5377]],[[161672,560469],[-3555,-37]],[[158117,560432],[249,3191],[301,1598],[-407,1180],[-143,2439]],[[158090,569229],[58,869]],[[179823,560649],[58,-3498],[649,4],[-91,-2233],[238,251],[-154,-1949],[417,-649],[44,-4053]],[[180984,548522],[-292,-238],[-171,1188],[-551,1163],[-685,298]],[[179285,550933],[-478,836],[-38,1568],[-837,1677],[-963,-135]],[[176969,554879],[-354,1336],[183,799],[-95,1862],[-283,1075],[-625,4218]],[[245498,568091],[24,-13480]],[[245522,554611],[-1265,-6316],[-883,-3447]],[[243362,568344],[242,-1593],[425,-163],[-24,-1207],[886,751],[607,1959]],[[226353,568195],[59,-3242],[-1,-6490]],[[226411,558463],[-285,2]],[[226126,558465],[-1436,0]],[[224690,558465],[-71,3239]],[[228462,567801],[350,-5611],[344,-3679]],[[229156,558511],[-1603,-50]],[[227553,558461],[-1142,2]],[[230261,567807],[50,-3920]],[[230311,563887],[2,-2161],[360,-5],[2,-1615],[1435,5],[0,1629],[356,7],[-1,1624]],[[232465,563371],[355,-34]],[[232820,563337],[77,-8073]],[[232897,555264],[-1430,-21]],[[231467,555243],[-2182,14]],[[229285,555257],[-129,3254]],[[232817,564949],[3,-1612]],[[232465,563371],[-1,531],[-2153,-15]],[[209244,564495],[-2,-11147]],[[209242,553348],[-241,-806],[-805,9]],[[208196,552551],[-259,2],[1,3249],[-225,-5],[0,1619],[-1072,7],[1,1622],[-715,4],[0,1622]],[[205927,560671],[111,1440],[0,3677]],[[167625,563859],[-339,-5],[-301,-1380],[-1,-1619],[-240,-1347],[-120,-2159],[-533,-1577],[-2,-1607],[-955,-85],[-358,-2172],[-6,-1862]],[[164770,550046],[-243,784]],[[213149,561285],[0,-2790],[-1274,10],[2,-6436]],[[211877,552069],[-1581,12]],[[210296,552081],[-1055,15]],[[209241,552096],[1,1252]],[[156465,557234],[-1439,15],[0,-1663]],[[155026,555586],[-1512,9],[-857,298]],[[152657,555893],[-215,4015],[-498,2437]],[[156634,565779],[273,1293],[567,-4576],[-189,-396],[-251,-3033],[-105,2479],[-246,-3231],[-218,-1081]],[[188725,558948],[-718,-7],[0,-1612],[-713,3],[0,-1972],[-347,194]],[[186947,555554],[-644,-185],[-426,1863],[-409,506],[-656,-490],[-280,1681],[6,2406],[-203,2374]],[[205927,560671],[-357,-7],[-3,-4859],[-120,-3],[2,-6473]],[[205449,549329],[-1188,-10],[0,-1636],[-355,-3],[0,1641],[-354,-3]],[[203552,549318],[-232,0],[-1,3235],[-355,-6],[105,3251],[-2,6316],[-270,1],[-168,1658]],[[176969,554879],[-257,-1008],[473,-1408],[60,-942],[526,-680],[549,-2997],[263,-2458],[250,-686]],[[178833,544700],[-3820,28]],[[175013,544728],[0,1637]],[[175013,546365],[0,7286]],[[175013,553651],[19,8872]],[[182525,557117],[-825,-26],[-58,-2280],[224,-1574],[136,-3906],[-311,-808],[-707,-1]],[[173026,564143],[8,-11380]],[[173034,552763],[0,-1987]],[[173034,550776],[-2181,20]],[[170853,550796],[8,10516]],[[233931,553634],[40,-4845]],[[233971,548789],[-1065,-20]],[[232906,548769],[-9,6495]],[[175013,553651],[-715,16],[-120,-800],[-1144,-104]],[[203552,549318],[2,-5970]],[[203554,543348],[0,-266]],[[203554,543082],[-1766,-14],[-2,268],[-3263,-152]],[[198523,543184],[-142,489],[173,2154],[-209,2560],[-11,4245],[143,1707]],[[167650,563516],[-17,-12700]],[[167633,550816],[-9,-6518],[-1075,22],[-3,-3262]],[[166546,541058],[-233,-1081]],[[166313,539977],[-187,857],[-295,-1494],[-690,-306]],[[165141,539034],[-276,2022]],[[164865,541056],[127,1141],[-311,5065],[89,2784]],[[170853,550796],[-381,1]],[[170472,550797],[-2839,19]],[[186947,555554],[7,-6012],[711,-1191],[-2,-4005],[368,-11]],[[188031,544335],[35,-1328],[411,-1480]],[[188477,541527],[-392,-449],[14,-3150],[-430,-3]],[[187669,537925],[-672,2],[-784,-2757]],[[186213,535170],[46,3441],[-325,1748],[-347,-22],[-1,2529],[-723,-49],[-4,6432],[-731,40],[-1,5728],[-238,2034]],[[157723,558953],[152,-2103],[-263,244],[111,1859]],[[157679,553460],[-209,2]],[[157470,553462],[-20,-1]],[[157450,553461],[-465,10]],[[156985,553471],[3,2161],[-621,2]],[[156367,555634],[297,1874],[455,873],[193,2438],[440,2118],[103,-3144],[-199,149],[-132,-3407],[313,-1094],[-158,-1981]],[[239858,546441],[-2004,75]],[[237854,546516],[-6,4597],[-694,1379],[-255,2407],[-570,-1212],[-261,544]],[[218881,561727],[0,-3232],[-241,5],[-5,-6449]],[[218635,552051],[-211,-1],[0,-3173],[-602,-11]],[[217822,548866],[-251,2540],[-563,-513]],[[217008,550893],[-256,567],[-256,3108],[36,1844],[-852,-555],[-222,-665],[-1091,1453]],[[214367,556645],[-155,784],[-3,3078],[-346,-448]],[[224690,558465],[0,-1585]],[[224690,556880],[-2133,9]],[[222557,556889],[-89,4825]],[[222557,556889],[-2,-4848]],[[222555,552041],[-597,-4]],[[221958,552037],[-1539,4]],[[220419,552041],[1,6449],[-101,3233]],[[220419,552041],[-222,0]],[[220197,552041],[-1562,10]],[[214367,556645],[0,-4588],[170,0],[-1,-5915]],[[214536,546142],[-1061,-2],[0,-539],[-1412,-13]],[[212063,545588],[-1,6481],[-185,0]],[[197351,556810],[-6,-4998],[-770,-161],[-356,-670],[-49,-3204],[356,-6],[-61,-6487]],[[196465,541284],[-1055,22]],[[195410,541306],[-1057,8],[-1,-1068]],[[194352,540246],[-993,3]],[[193359,540249],[-236,2014],[209,1754],[-4,5386],[-1034,1610],[0,1620],[-238,1073]],[[208196,552551],[218,-2029],[102,-3785],[-297,-2572],[-534,-806]],[[207685,543359],[-1181,12],[-117,1073],[-355,1],[0,1079],[-356,1],[0,3802],[-227,2]],[[157999,553531],[-253,-1157],[151,3089],[102,-1932]],[[161687,557066],[-282,-523],[-596,-2846],[-98,-1164],[460,-3838],[-225,-1131]],[[160946,547564],[-1160,1608],[-293,-321]],[[159493,548851],[-540,718],[-133,1180],[-534,2],[-231,1165]],[[158055,551916],[258,528],[-269,4233],[225,530],[-269,1061],[117,2164]],[[190869,553699],[1,-1066],[-358,1],[-13,-4900],[354,-2],[-21,-5066]],[[190832,542666],[-725,2921],[-441,463],[-28,1539],[-216,-1426],[-1061,-216],[1,-1610],[-331,-2]],[[227553,558461],[-3,-6470],[62,-1591]],[[227612,550400],[-709,17]],[[226903,550417],[-711,10]],[[226192,550427],[-72,1593],[6,6445]],[[226192,550427],[-1411,-1]],[[224781,550426],[-88,1602]],[[224693,552028],[-3,4852]],[[229285,555257],[53,-4884]],[[229338,550373],[-1726,27]],[[156465,557234],[-98,-1600]],[[156985,553471],[-2,-837]],[[156983,552634],[-349,-1455],[-54,-1446],[-357,-1953]],[[156223,547780],[-354,-250]],[[155869,547530],[-801,-41],[-42,8097]],[[182993,557119],[1,-7838],[454,9],[0,-6466]],[[183448,542824],[-493,-548],[1,-1075],[-524,-539],[1,-1072],[-447,49]],[[181986,539639],[-1407,-5]],[[180579,539634],[-732,-499]],[[179847,539135],[-222,1916]],[[179625,541051],[352,195],[-48,4028],[320,550],[-90,1379],[-636,2137],[-238,1593]],[[186213,535170],[-690,-2887]],[[185523,532283],[-1333,17]],[[184190,532300],[-6,8737],[-214,-420],[-522,2207]],[[198523,543184],[180,-1780]],[[198703,541404],[-2238,-120]],[[164865,541056],[-1495,18],[1,1609],[-349,24],[-1,1604],[-1091,-12],[-177,1484],[-533,1821],[-274,-40]],[[224693,552028],[-2138,13]],[[217008,550893],[-1,-451],[-1411,-2],[0,-4839]],[[215596,545601],[-928,-4]],[[214668,545597],[-132,545]],[[155869,547530],[120,-1651],[-5,-3776]],[[155984,542103],[-587,-24]],[[155397,542079],[-2025,38]],[[153372,542117],[-110,2053],[253,-202],[623,1195],[-914,1191],[-230,4847],[-241,1362],[-96,3330]],[[232906,548769],[-1437,4]],[[231469,548773],[-2,6470]],[[231469,548773],[-356,-11]],[[231113,548762],[-1799,-4]],[[229314,548758],[24,1615]],[[179625,541051],[-761,2278],[-31,1371]],[[237854,546516],[-2,-4237]],[[237852,542279],[-1578,50],[42,-9604],[-40,-223]],[[236276,532502],[-231,1006],[-307,-538],[-332,854]],[[235406,533824],[-216,372]],[[235190,534196],[-133,486],[-22,7620]],[[235035,542302],[353,-11],[-27,11293]],[[310206,521389],[-674,-758]],[[309532,520631],[-1071,-1126],[-11,14936],[-1066,258]],[[307384,534699],[-8,3291],[-2505,26]],[[304871,538016],[-841,2]],[[304030,538018],[72,2263],[2153,14228],[505,-616],[6,-3382],[393,-1252],[815,1288],[76,747],[564,5],[41,1253],[358,12],[783,-2953],[455,-2410],[25,-20921],[-70,-4891]],[[193359,540249],[-620,1062],[-850,-749]],[[191889,540562],[-514,-598],[-543,2702]],[[175013,546365],[-1409,188],[-569,1764]],[[173035,548317],[-1,2459]],[[235035,542302],[-1048,14]],[[233987,542316],[-16,6473]],[[160946,547564],[-215,-3053],[-185,-928],[189,-1670]],[[160735,541913],[-845,11],[-206,-1040],[-1032,654]],[[158652,541538],[-352,1507],[-447,420],[-411,2054],[-166,2243]],[[157276,547762],[314,1630],[142,2452],[323,72]],[[157679,553460],[-93,-2779],[-243,609],[127,2172]],[[157450,553461],[-258,-1218],[-95,-3180],[-196,1415],[82,2156]],[[209241,552096],[0,-12823]],[[209241,539273],[-860,0],[-178,810],[-527,0]],[[207676,540083],[9,3276]],[[212063,545588],[-553,-13],[-2,-6518]],[[211508,539057],[-1052,-1]],[[210456,539056],[-1,6519],[-160,-2],[1,6508]],[[210456,539056],[-534,-4],[0,-1652],[-681,3]],[[209241,537403],[0,1870]],[[221958,552037],[-1,-6447],[97,4],[-9,-6501]],[[222045,539093],[-1299,23]],[[220746,539116],[-462,8]],[[220284,539124],[18,6480],[-110,4],[5,6433]],[[224781,550426],[0,-4857],[78,2],[0,-6489]],[[224859,539082],[-1664,-10]],[[223195,539072],[-1150,21]],[[220284,539124],[-1617,18]],[[218667,539142],[-333,973],[-96,2185],[-334,3330]],[[217904,545630],[153,619],[-235,2617]],[[217904,545630],[-2308,-29]],[[170472,550797],[5,-6432],[-150,-2317],[-550,-959]],[[169777,541089],[-3231,-31]],[[173035,548317],[0,-10901]],[[173035,537416],[-1,-2155]],[[173034,535261],[-435,-110],[-89,788]],[[172510,535939],[-70,1545],[-616,2886],[-769,-192],[-280,-1214]],[[170775,538964],[-894,-1263],[-120,595]],[[169761,538296],[16,2793]],[[226903,550417],[68,-4868],[-1,-6487]],[[226970,539062],[-981,13]],[[225989,539075],[-1130,7]],[[229314,548758],[6,-2652],[212,-1371],[-110,-2548],[10,-3117]],[[229432,539070],[-1342,-24]],[[228090,539046],[-1120,16]],[[158652,541538],[-2669,23],[1,542]],[[156223,547780],[371,1366],[-165,-1818],[270,11],[248,1911],[329,-1488]],[[207676,540083],[-352,-1344]],[[207324,538739],[-349,-4],[-351,-1338],[-710,7],[-585,557],[-127,1621],[-225,-2],[-117,3243],[-599,530],[-707,-5]],[[233987,542316],[-1,-1623]],[[233986,540693],[-2817,4]],[[231169,540697],[-56,8065]],[[231169,540697],[7,-1623],[-303,3]],[[230873,539077],[-1399,-8]],[[229474,539069],[-42,1]],[[175013,544728],[1,-5708],[-353,21]],[[174661,539041],[-461,-3],[-274,-1604],[-891,-18]],[[165141,539034],[20,-10944]],[[165161,528090],[-2024,0],[-2593,63]],[[160544,528153],[0,6416]],[[160544,534569],[359,11],[-157,2684],[251,3313],[-262,1336]],[[191889,540562],[-24,-9125]],[[191865,531437],[0,-675]],[[191865,530762],[-1399,153]],[[190466,530915],[-777,9]],[[189689,530924],[-178,1515],[195,2306],[-474,569],[-329,2182],[-426,4031]],[[239843,541603],[18,-6465]],[[239861,535138],[2,-4863]],[[239863,530275],[-1052,-76]],[[238811,530199],[4,1716],[-1019,-55]],[[237796,531860],[-43,6341],[94,109],[5,3969]],[[251183,535146],[2,-1610]],[[251185,533536],[-1045,-5],[1,3214],[-1046,-7],[1,1617],[-346,13],[-67,3221]],[[248683,541589],[281,995],[1035,453],[493,1189],[335,1615],[517,690]],[[251344,546531],[2,-4943],[190,-1609],[-348,15],[-5,-4848]],[[214668,545597],[3,-4901]],[[214671,540696],[-1,-1616]],[[214670,539080],[-2316,-18]],[[212354,539062],[-846,-5]],[[218667,539142],[262,-751],[-62,-3093]],[[218867,535298],[-369,-884],[-548,257],[-360,-2039]],[[217590,532632],[0,1615],[-698,1],[0,4816],[-1166,16],[-1,1620],[-1054,-4]],[[253820,544308],[0,-2728],[148,-1606],[-346,-13],[-2,-4817]],[[253620,535144],[-1568,10]],[[252052,535154],[1,8035],[354,0],[-1,1615],[281,8]],[[252687,544812],[-46,-3487],[634,3347],[545,-364]],[[179847,539135],[-2885,-2989],[-517,-3856],[-988,1959]],[[175457,534249],[-555,1774]],[[174902,536023],[-222,561],[-19,2457]],[[207324,538739],[0,-2429],[-481,-1],[56,-6431]],[[206899,529878],[-149,-3],[0,-6510],[-119,1]],[[206631,523366],[-3371,30]],[[203260,523396],[2,6487],[106,4],[-6,6446],[97,2],[-1,6474],[96,273]],[[203260,523396],[-118,-5],[-3,-8127],[-123,-27],[0,-3173]],[[203016,512064],[-1361,-4],[-1,3224],[108,-22],[0,5983],[-512,206],[100,2748],[-171,715]],[[201179,524914],[0,4963],[-191,-49],[-58,4866],[-348,2],[-60,1616],[-1571,-11]],[[198951,536301],[-119,265]],[[198832,536566],[-129,4838]],[[184190,532300],[-1,-814],[-687,-6],[15,-3299],[-666,-1967]],[[182851,526214],[-255,180],[-220,1599],[-323,48],[141,1392],[-197,1673],[207,1275],[-352,4420],[134,2838]],[[235190,534196],[-1183,4]],[[234007,534200],[-21,6493]],[[237796,531860],[-40,-1612]],[[237756,530248],[-1572,8],[92,2246]],[[155397,542079],[36,-7597]],[[155433,534482],[-1024,26],[-6,-1764]],[[154403,532744],[-413,-941],[-401,1402],[-173,-855],[164,5828],[40,-3886],[154,66],[163,3197],[-178,1201],[335,1945],[-445,-237],[-277,1653]],[[160544,534569],[-1998,-62]],[[158546,534507],[-2722,-5]],[[155824,534502],[-391,-20]],[[189689,530924],[-790,-90],[-193,-3456],[-681,-3145]],[[188025,524233],[-2,4020],[-344,10],[-10,9662]],[[241986,539680],[-2,-4580]],[[241984,535100],[-2123,38]],[[251185,533536],[-1,-4392]],[[251184,529144],[-281,766],[-2333,3002]],[[248570,532912],[1,-217]],[[248571,532695],[-1,217]],[[248570,532912],[-533,692],[-150,1914]],[[247887,535518],[-158,1305]],[[247729,536823],[-232,120]],[[247497,536943],[-117,450]],[[247380,537393],[-170,465]],[[247210,537858],[1092,2058],[381,1673]],[[198832,536566],[-2,-1875],[-409,1],[-280,-2448],[-812,5],[-234,-521],[0,-1926],[-1045,-3]],[[196050,529799],[2,2685],[-229,1641],[-121,3955],[-233,23],[-59,3203]],[[261640,541399],[0,-9499]],[[261640,531900],[-1747,-14]],[[259893,531886],[0,4842]],[[259893,536728],[1,3448]],[[259894,540176],[1066,-173],[680,1396]],[[196050,529799],[-402,-5]],[[195648,529794],[-1369,1],[-6,-1634]],[[194273,528161],[-522,16],[-137,3239]],[[193614,531416],[699,2],[39,8828]],[[193614,531416],[-1749,21]],[[169761,538296],[-37,88]],[[169724,538384],[-623,62],[-454,-1721],[-56,-1735],[-390,-2246],[-741,-1821]],[[167460,530923],[-633,1584],[-9,4567],[-505,2903]],[[167460,530923],[206,-1170],[-54,-2423]],[[167612,527330],[-388,-1247],[-851,-272]],[[166373,525811],[-390,134],[-275,-1277],[-551,-390]],[[165157,524278],[4,3812]],[[234007,534200],[29,-4880]],[[234036,529320],[-1739,14]],[[232297,529334],[-1380,20]],[[230917,529354],[-44,9723]],[[217590,532632],[-397,-2552],[-436,-1343],[-920,-1191],[-478,1151],[-416,-370]],[[214943,528327],[1,2829]],[[214944,531156],[-135,1457],[-12,6465],[-127,2]],[[172510,535939],[0,-949],[-531,-522],[0,-4866],[-168,2],[-1,-2312]],[[171810,527292],[-342,20]],[[171468,527312],[-26,6322],[-175,-16],[-173,2490],[-351,-8],[32,2864]],[[209241,537403],[-2,-4854]],[[209239,532549],[2,-6235]],[[209241,526314],[3,-1180]],[[209244,525134],[-252,2],[0,1618],[-714,26],[2,1575],[-351,-6],[0,1522],[-1030,7]],[[180579,539634],[-29,-2628],[-262,-4539],[-67,-3326],[-131,-1223],[266,-995],[5,-2349],[-249,-34],[-187,-1420],[189,-1949],[-181,-2072]],[[179933,519099],[-282,-1616],[-344,766],[-14,-1410],[527,-2617],[-250,-1838]],[[179570,512384],[-3571,-27],[-470,-1640]],[[175529,510717],[-390,422],[-163,2564],[-956,-4]],[[174020,513699],[362,4439],[258,2019],[-236,2563],[-686,1930]],[[173718,524650],[258,2608]],[[173976,527258],[446,46],[76,2435],[240,1363],[665,-892],[157,1127],[335,203],[-438,2709]],[[182851,526214],[3,-24]],[[182854,526190],[-34,-1070],[-471,-700],[-670,-2752]],[[181679,521668],[-944,-3979],[-194,-400],[-349,1946],[-259,-136]],[[220746,539116],[-2,-6512],[105,-7]],[[220849,532597],[-3,-6355]],[[220846,526242],[-1761,43]],[[219085,526285],[-327,3734],[198,1955],[-89,3324]],[[223195,539072],[-2,-6466]],[[223193,532606],[-2344,-9]],[[174902,536023],[1,-2306],[-958,-326],[31,-6133]],[[173718,524650],[-339,2599]],[[173379,527249],[-122,1925],[104,1310],[-372,3279],[45,1498]],[[212354,539062],[9,-6489]],[[212363,532573],[-197,-14]],[[212166,532559],[-2927,-10]],[[225989,539075],[-2,-6478]],[[225987,532597],[-2698,1]],[[223289,532598],[-96,8]],[[214944,531156],[-1391,13],[0,1436],[-1190,-32]],[[230917,529354],[-1,-1621]],[[230916,527733],[-866,4]],[[230050,527737],[45,1766],[-114,3993],[-380,2928],[-127,2645]],[[228090,539046],[-2,-6457]],[[228088,532589],[-2023,4]],[[226065,532593],[-78,4]],[[230050,527737],[35,-1611]],[[230085,526126],[-1852,-1]],[[228233,526125],[-87,1154],[-58,5310]],[[171468,527312],[-1045,34]],[[170423,527346],[-53,1]],[[170370,527347],[16,3854],[-350,1],[2,1631],[-349,-8],[35,5559]],[[170370,527347],[-2758,-17]],[[247207,537862],[3,-4]],[[248571,532695],[0,-5698],[-321,-1]],[[248250,526996],[-719,-11]],[[247531,526985],[-3,3230],[-343,-15],[1,1609],[-352,7],[6,6374]],[[246840,538190],[367,-328]],[[304871,538016],[-24,-11134],[233,-2084],[-240,-2015],[-258,-234],[344,-2135],[-221,-1593],[445,-9902],[739,1165]],[[305889,510084],[248,-6545]],[[306137,503539],[-330,592],[-241,-1132]],[[305566,502999],[-450,139],[79,-2294],[-907,625]],[[304288,501469],[-183,1244],[-102,3478],[-276,-236],[62,1778],[-139,3374],[-376,-344],[-347,651],[-372,9721]],[[302555,521135],[466,1247],[-87,1101],[431,1781],[-152,2424],[219,2371],[-153,838],[286,2948],[372,1242],[93,2931]],[[307384,534699],[-16,-13241],[-374,-415],[-14,-2790],[297,274],[227,-5338],[-292,-284],[68,-1531],[-1391,-1290]],[[188025,524233],[-403,-667]],[[187622,523566],[-350,1101],[-490,-286],[-233,-1732]],[[186549,522649],[-588,1549],[-293,6520],[-198,-55]],[[185470,530663],[53,1620]],[[259893,531886],[-1,-5144]],[[259892,526742],[-133,-900],[-413,823],[-698,-828],[-156,-2487],[-258,-538]],[[258234,522812],[-83,2590],[0,4873],[-349,11]],[[257802,530286],[0,3251],[697,-26],[0,3238],[1394,-21]],[[198951,536301],[351,-3235],[408,-2428],[-126,-2500]],[[199584,528138],[-454,7],[0,-1079],[-345,0],[-233,-1614],[-461,6],[-62,-7075],[-689,-1094],[-914,66]],[[196426,517355],[-551,2736]],[[195875,520091],[-174,1330],[10,5159],[-63,3214]],[[201179,524914],[-661,1614],[-693,2],[0,1610],[-241,-2]],[[173379,527249],[-1569,43]],[[219085,526285],[-4142,17]],[[214943,526302],[0,2025]],[[253620,535144],[-3,-3220]],[[253617,531924],[2,-6051]],[[253619,525873],[-776,1095]],[[252843,526968],[-385,757],[-418,-132]],[[252040,527593],[-694,1110]],[[251346,528703],[-162,441]],[[251183,535146],[869,8]],[[241984,535100],[-2,-4840]],[[241982,530260],[-158,-2623],[-854,-1719]],[[240970,525918],[-513,-3612]],[[240457,522306],[-838,12]],[[239619,522318],[-5,4660],[247,5],[2,3292]],[[309532,520631],[304,-6938],[-325,-226]],[[309511,513467],[-690,-626],[93,-2259],[-353,-313],[61,-1593],[-355,-304],[157,-4050],[-1023,-1483]],[[307401,502839],[-7,-12]],[[307394,502827],[-61,341],[-964,-1079],[-232,1450]],[[160544,528153],[-247,-4],[10,-4864],[241,-1079]],[[160548,522206],[-796,-345],[-318,-1062]],[[159434,520799],[-910,-1886]],[[158524,518913],[9,9424]],[[158533,528337],[13,6170]],[[158533,528337],[-318,-1795],[-454,494],[-602,-1308],[-130,-1178]],[[157029,524550],[-330,4339],[-600,1896],[-259,-235]],[[155840,530550],[-2,54]],[[155838,530604],[-14,3898]],[[155838,530604],[-183,-462],[-495,2189],[-757,413]],[[235406,533824],[28,-10701]],[[235434,523123],[-1381,-10]],[[234053,523113],[-17,6207]],[[237756,530248],[0,-3231],[116,-9],[14,-2987]],[[237886,524021],[-1641,-2],[226,-872]],[[236471,523147],[-1037,-24]],[[251026,525384],[-2773,33]],[[248253,525417],[-3,1579]],[[251346,528703],[-2,-1704],[-318,2],[0,-1617]],[[155418,529962],[8,-6731]],[[155426,523231],[-1689,63]],[[153737,523294],[-68,3037],[184,1180],[-262,4093],[309,-882],[393,425],[493,-351],[259,901],[373,-1735]],[[214943,526302],[-5,-2]],[[214938,526300],[-2623,9]],[[212315,526309],[-150,2]],[[212165,526311],[1,6248]],[[228233,526125],[-2090,12]],[[226143,526137],[-83,1]],[[226060,526138],[5,6455]],[[223289,532598],[-7,-6387]],[[223282,526211],[-1986,21]],[[221296,526232],[-450,10]],[[226060,526138],[-1995,52]],[[224065,526190],[-783,21]],[[212165,526311],[-2924,3]],[[185470,530663],[-558,-802],[1,-1628],[-449,-1027],[40,-1093],[-451,-1375]],[[184053,524738],[-389,163],[-476,-1895],[-334,3184]],[[255011,527072],[0,-1623],[-222,0],[-2,-3274],[-416,-8]],[[254371,522167],[-587,1081]],[[253784,523248],[-213,794],[48,1831]],[[253617,531924],[1399,-8],[-5,-4844]],[[238811,530199],[-2,-3213],[-238,7],[11,-4605]],[[238582,522388],[9,-3269]],[[238591,519119],[-694,16]],[[237897,519135],[-11,4886]],[[194273,528161],[-16,-1570],[-232,-20],[-119,-1641],[-35,-4874],[-1029,-1611],[-3,-3241],[-365,3],[-1,-3287]],[[192473,511920],[-459,14],[21,11394],[-200,2],[30,7432]],[[190466,530915],[-30,-11211],[-346,-1209],[4,-3242],[-336,0],[-17,-6512]],[[189741,508741],[-32,-6238]],[[189709,502503],[19,-3579]],[[189728,498924],[-493,1905],[18,850],[-441,2415]],[[188812,504094],[13,11149],[64,-1],[-3,5424],[-518,4],[-341,1882],[-405,1014]],[[192473,511920],[739,-89]],[[193212,511831],[-1,-3075]],[[193211,508756],[-2525,-184],[-945,169]],[[186549,522649],[-756,-104],[-628,-2190]],[[185165,520355],[-202,2288],[-910,2095]],[[157029,524550],[63,-2277]],[[157092,522273],[-463,-110]],[[156629,522163],[-284,1059],[-919,9]],[[155418,529962],[422,588]],[[239619,522318],[-1037,70]],[[242661,530268],[51,-9640]],[[242712,520628],[-343,-3]],[[242369,520625],[1,1598],[-1042,59],[-2,-1612],[-997,38]],[[240329,520708],[128,1598]],[[241982,530260],[679,8]],[[245796,530213],[-1,-3233],[691,9]],[[246486,526989],[-5,-6392]],[[246481,520597],[-2401,-12]],[[244080,520585],[-30,9671]],[[244050,530256],[1746,-43]],[[244080,520585],[-1368,43]],[[242661,530268],[1389,-12]],[[209244,525134],[12,-12455]],[[209256,512679],[-50,-4012]],[[209206,508667],[-2732,55]],[[206474,508722],[1,6547],[142,-1],[14,8098]],[[195875,520091],[-795,-463],[-177,-2270],[-459,3],[-573,-1888],[-130,-1894],[-228,1],[-3,-1752],[-298,3]],[[232297,529334],[32,-6470]],[[232329,522864],[-1381,-3]],[[230948,522861],[-32,4872]],[[234053,523113],[0,-269]],[[234053,522844],[-1724,20]],[[252040,527593],[20,-5420],[700,-8]],[[252760,522165],[-8,-6432]],[[252752,515733],[-696,32]],[[252056,515765],[-692,-1],[9,1610],[-345,-7]],[[251028,517367],[-2,8017]],[[158524,518913],[-1068,1088],[-329,768],[-35,1504]],[[165157,524278],[-366,-437]],[[164791,523841],[-600,-1643],[-745,-544],[-478,786]],[[162968,522440],[-730,-1784]],[[162238,520656],[-782,-457],[-46,928],[-635,569]],[[160775,521696],[-227,510]],[[203016,512064],[45,-3465]],[[203061,508599],[-4592,141]],[[198469,508740],[-941,-34]],[[197528,508706],[337,4066],[-1591,0],[48,4006],[104,577]],[[230948,522861],[3,-3246]],[[230951,519615],[-1623,13]],[[229328,519628],[-7,1157],[513,1813],[251,3528]],[[253784,523248],[-5,-1258],[-1019,175]],[[170423,527346],[14,-2610]],[[170437,524736],[-401,-3204],[0,-4052],[-226,-813],[-642,33],[1,-1372],[-752,-187],[118,-2760],[304,1],[77,-3742]],[[168916,508640],[-1798,-1]],[[167118,508639],[49,1621],[4,8063],[-288,1],[0,1596],[-518,16],[8,5875]],[[174020,513699],[-270,-3512]],[[173750,510187],[-1345,32]],[[172405,510219],[-2,1583],[-584,-9],[-295,3221],[-171,-21],[-111,3312],[-289,3248],[113,3191],[-629,-8]],[[255706,527058],[117,-1614],[-5,-6481],[175,-7]],[[255993,518956],[-481,-4769],[-453,-2674],[26,-1006]],[[255085,510507],[-74,93]],[[255011,510600],[-348,1798],[263,2651],[-666,243],[263,2751],[-117,1110],[148,2102],[-183,912]],[[255011,527072],[695,-14]],[[248253,525417],[-2,-6367]],[[248251,519050],[4,-3225]],[[248255,515825],[-1774,-77]],[[246481,515748],[0,4849]],[[246486,526989],[1045,-4]],[[214938,526300],[2,-8789]],[[214940,517511],[-1,-8089]],[[214939,509422],[-2667,29]],[[212272,509451],[0,3227]],[[212272,512678],[43,13631]],[[219085,526285],[420,-1613],[146,-2779],[-339,-2104]],[[219312,519789],[-135,-1298],[382,-971]],[[219559,517520],[-3145,-9]],[[216414,517511],[-1474,0]],[[212272,512678],[-3016,1]],[[221296,526232],[3,-6469]],[[221299,519763],[-1987,26]],[[185165,520355],[-3,-2744],[506,-650],[135,-1730],[3,-4866],[343,-1],[-3,-1637],[400,-13],[67,-3224],[282,-801],[790,-48],[2,-1347],[860,8]],[[188547,503302],[-99,-3225],[-305,274]],[[188143,500351],[-567,-772],[-129,1024],[-637,-765],[-533,835],[-280,-2222],[-238,584],[-857,90],[-96,-2021]],[[184806,497104],[-526,1386],[-10,1397],[-348,4611],[-316,914],[-262,-706],[-323,1502],[13,3600],[-287,1010],[-383,2793],[-233,2701],[-86,3613],[-272,361],[-94,1382]],[[224065,526190],[-1,-6467]],[[224064,519723],[-2739,40]],[[221325,519763],[-26,0]],[[226143,526137],[-2,-6467]],[[226141,519670],[-6,-6480]],[[226135,513190],[-2051,63]],[[224084,513253],[-13,1]],[[224071,513254],[-7,6469]],[[229328,519628],[389,-3087],[628,-1746]],[[230345,514795],[-1456,6],[-40,-559],[-610,15]],[[228239,514257],[-2,4850]],[[228237,519107],[-4,7018]],[[228237,519107],[-408,548],[-1688,15]],[[167118,508639],[-1414,-28]],[[165704,508611],[-332,4],[2,1361]],[[165374,509976],[84,1859],[-342,39],[1,1607],[-347,28],[21,10332]],[[251028,517367],[-1054,48]],[[249974,517415],[-9,1640],[-1714,-5]],[[172405,510219],[-826,-23],[-2,-1616],[-596,-10],[-301,1240],[-304,-1200],[-378,943],[-318,-1615]],[[169680,507938],[-764,702]],[[188812,504094],[-265,-792]],[[237897,519135],[-1085,-11]],[[236812,519124],[-341,4023]],[[165374,509976],[-1964,15]],[[163410,509991],[-24,269]],[[163386,510260],[-111,2406],[145,4765],[366,767],[-140,1600],[-678,2642]],[[206474,508722],[-142,2]],[[206332,508724],[-2606,-129]],[[203726,508595],[-665,4]],[[264518,520373],[-131,-4],[15,-7954]],[[264402,512415],[-335,1]],[[264067,512416],[-1024,59]],[[263043,512475],[5,1628]],[[263048,514103],[0,9277]],[[263048,523380],[752,-2508],[718,-499]],[[155426,523231],[0,-1322],[-345,8],[171,-1358],[345,-537],[-450,-2154],[-12,-1076]],[[155135,516792],[6,-4051],[-896,-4],[0,-2601],[169,-5]],[[154414,510131],[-4,-597]],[[154410,509534],[-766,17]],[[153644,509551],[191,6727],[-98,7016]],[[156629,522163],[0,-1647],[515,-2132],[1,-1597]],[[157145,516787],[-1,-1893],[-346,-271]],[[156798,514623],[-744,2159],[-919,10]],[[236812,519124],[284,-2536]],[[237096,516588],[-222,-1934],[-374,-651]],[[236500,514003],[-341,795],[-1058,-11]],[[235101,514787],[1,1614],[-1027,-8]],[[234075,516393],[-22,6451]],[[232329,522864],[30,-6471]],[[232359,516393],[-1030,-8]],[[231329,516385],[-347,13],[-31,3217]],[[234075,516393],[-344,3]],[[233731,516396],[-1372,-3]],[[163386,510260],[-629,17],[17,874],[-376,1203],[-462,444],[26,1607],[414,1539],[112,2268],[-250,2444]],[[239619,522318],[0,-3212],[333,-17],[8,-2705]],[[239960,516384],[-1367,53]],[[238593,516437],[-2,2682]],[[240329,520708],[8,-1270],[308,-144],[354,-2360],[-276,-2707]],[[240723,514227],[-762,15]],[[239961,514242],[-1,2142]],[[242369,520625],[-6,-8009]],[[242363,512616],[-1675,1]],[[240688,512617],[35,1610]],[[159434,520799],[0,-1905],[284,-1586]],[[159718,517308],[-2288,-7],[-285,-514]],[[160775,521696],[0,-3313],[-116,6],[3,-4865],[-600,-5]],[[160062,513519],[3,2149],[-347,1640]],[[163410,509991],[119,-3799],[225,-798]],[[163754,505394],[-3866,76]],[[159888,505470],[69,1165]],[[159957,506635],[-196,2311],[405,1008],[-239,2616],[135,949]],[[184806,497104],[3,-2717],[-506,66]],[[184303,494453],[-906,-18]],[[183397,494435],[-56,1597],[-348,2544],[-106,-614],[-845,1225],[-633,3398],[-141,1578],[-365,-189],[52,2183],[-181,-234],[-402,-2430],[55,-905],[-491,-1771],[-716,3192],[20,1138]],[[179240,505147],[217,1310],[9,5102],[104,825]],[[309697,499440],[-326,8144],[343,307],[-203,5576]],[[310206,521389],[551,-1389],[510,-516],[-213,-1647],[200,-1810],[-163,-2048],[408,-2916],[145,1141],[349,-534],[352,-3817],[161,-2744],[-592,-2997],[-880,-140],[-164,-1985],[-252,636],[-149,-1354],[-202,2089],[-181,-786],[-141,-3116],[-248,1984]],[[304288,501469],[-305,-404],[-9,-1934],[-241,39]],[[303733,499170],[-304,-527]],[[303429,498643],[-117,2061],[-640,1070],[-291,3135],[-430,-1180],[-152,5251],[122,80],[-151,4819]],[[301770,513879],[26,2283],[518,-340],[-235,2392],[476,2921]],[[266792,512571],[-1372,-94]],[[265420,512477],[-1018,-62]],[[264518,520373],[261,-2225],[563,-388],[377,-1459],[555,-1119],[218,171],[319,-1624],[-19,-1158]],[[244080,520585],[-2,-6434]],[[244078,514151],[-2,-1590],[-344,26]],[[243732,512587],[-1369,29]],[[246481,515748],[-686,31],[0,-1629]],[[245795,514150],[-1717,1]],[[197528,508706],[-1036,15]],[[196492,508721],[-3281,35]],[[221325,519763],[-3,-6470]],[[221322,513293],[-1536,18]],[[219786,513311],[-158,1348],[120,1153],[-189,1708]],[[224071,513254],[-2371,30]],[[221700,513284],[-378,9]],[[228239,514257],[0,-2714]],[[228239,511543],[-746,-4]],[[227493,511539],[-1359,31]],[[226134,511570],[1,1620]],[[231329,516385],[38,-4380]],[[231367,512005],[-336,821]],[[231031,512826],[-637,896]],[[230394,513722],[-49,1073]],[[238593,516437],[-6,-3147]],[[238587,513290],[-26,17]],[[238561,513307],[-163,843],[-522,101],[-780,2337]],[[249974,517415],[-2,-6482]],[[249972,510933],[-1721,20]],[[248251,510953],[4,4872]],[[219786,513311],[-178,-2703],[123,-1550],[-312,142],[-35,-2389]],[[219384,506811],[-387,-2543],[-370,1156],[-115,-974]],[[218512,504450],[-583,57],[-208,-834],[-377,334]],[[217344,504007],[2,4597],[-1015,-5],[83,8912]],[[217344,504007],[-269,-1030],[-621,-1015],[-210,-1237],[-503,175],[-264,-1035],[-539,-243]],[[214938,499622],[1,9800]],[[252056,515765],[-7,-3234],[109,-1632]],[[252158,510899],[-950,13],[2,-1661]],[[251210,509251],[-675,9]],[[250535,509260],[-1,1662],[-562,11]],[[159957,506635],[-1846,-55],[-387,968],[-169,1538],[-534,2059],[129,2390],[-300,15]],[[156850,513550],[-52,1073]],[[156850,513550],[-43,-124]],[[156807,513426],[-486,-577],[117,-1993],[-201,-742]],[[156237,510114],[-1823,17]],[[238561,513307],[-382,-977],[-277,-2080],[-23,-1945]],[[237879,508305],[-685,14]],[[237194,508319],[-679,14]],[[236515,508333],[-15,5670]],[[239961,514242],[-4,-3220]],[[239957,511022],[-577,12],[2,-1654]],[[239382,509380],[-216,1965],[-579,1945]],[[235101,514787],[15,-8081]],[[235116,506706],[-1367,-14]],[[233749,506692],[6,4861]],[[233755,511553],[-24,4843]],[[233755,511553],[-2201,-4]],[[231554,511549],[-187,456]],[[248251,510953],[-430,7],[0,-1618],[-327,3]],[[247494,509345],[-1694,-51]],[[245800,509294],[-5,4856]],[[252752,515733],[340,-44],[-9,-3220],[342,-69],[182,-3245],[999,-1069]],[[254606,508086],[-385,-2583],[-242,-2789]],[[253979,502714],[-8,-1]],[[253971,502713],[-10,-1]],[[253961,502712],[-693,38]],[[253268,502750],[-16,3221],[-670,52]],[[252582,506023],[14,4857],[-438,19]],[[303429,498643],[-266,-4622],[-406,-3326]],[[302757,490695],[-370,576],[-32,2012],[-647,-2107],[393,-1789],[-189,-2754]],[[301912,486633],[-573,-426]],[[301339,486207],[0,-16]],[[301339,486207],[-59,9193]],[[301280,495400],[-86,9641],[-121,9365]],[[301073,514406],[217,752],[480,-1279]],[[230394,513722],[3,-5426]],[[230397,508296],[-1199,-12]],[[229198,508284],[-5,3228],[-954,31]],[[236515,508333],[-686,5],[-1,-1627]],[[235828,506711],[-712,-5]],[[301280,495400],[-90,-875],[-585,121],[-254,-2830],[-201,2230]],[[300150,494046],[-446,795],[-524,2812]],[[299180,497653],[520,1849],[112,1480],[-264,3054],[383,3039],[-19,1891]],[[299912,508966],[388,4730],[214,623],[386,-1123],[173,1210]],[[240688,512617],[-96,-2433],[64,-4037]],[[240656,506147],[-95,-2137]],[[240561,504010],[-562,444],[-38,2207]],[[239961,506661],[97,22],[-1,4337],[-100,2]],[[245800,509294],[3,-3236]],[[245803,506058],[-2030,-24]],[[243773,506034],[-41,6553]],[[159888,505470],[-167,-669],[70,-1970]],[[159791,502831],[-1153,206],[-234,1076],[-631,10],[-781,720],[-578,-1960],[-382,1172]],[[156032,504055],[-98,1557],[388,2208],[-85,2294]],[[175529,510717],[154,-826],[-340,-5246],[151,-1455],[0,-3805]],[[175494,499385],[-398,-1021]],[[175096,498364],[-634,868],[-4,2312],[-267,893],[0,3275],[-765,34]],[[173426,505746],[189,1739],[-44,1635],[179,1067]],[[231554,511549],[662,-3749],[173,-272]],[[232389,507528],[-309,-828],[-3,-1608],[-1680,19]],[[230397,505111],[0,3185]],[[307819,495119],[63,-2040],[-255,1149],[192,891]],[[308823,498239],[322,-1210],[-422,-2791],[-256,1682],[356,2319]],[[309697,499440],[-194,-3153],[-121,2654],[-613,1160],[154,-1192],[-465,-1333],[31,1761],[-402,-1706],[118,-3275],[-828,3345],[180,1911],[-237,2132],[81,1095]],[[221700,513284],[1,-6478]],[[221701,506806],[-279,1]],[[221422,506807],[-2038,4]],[[224084,513253],[3,-6454]],[[224087,506799],[-1659,3]],[[222428,506802],[-727,4]],[[239382,509380],[134,-2743]],[[239516,506637],[-427,-1841]],[[239089,504796],[-534,227]],[[238555,505023],[9,1658],[-687,3],[2,1621]],[[226134,511570],[12,-9713]],[[226146,501857],[-2029,49]],[[224117,501906],[-30,4893]],[[179240,505147],[-395,-1629],[-367,938],[-230,-2310],[-308,-655],[142,-3509],[-185,-1566]],[[177897,496416],[-297,-1464],[-332,-476],[-1622,25],[-30,-1653],[-277,66]],[[175339,492914],[2,3219],[164,2],[-11,3250]],[[212272,509451],[-19,-8102],[-1681,-4]],[[210572,501345],[-701,13],[-661,-630]],[[209210,500728],[-4,7939]],[[242363,512616],[57,-6548]],[[242420,506068],[-1764,79]],[[243773,506034],[0,-3210]],[[243773,502824],[-1350,15]],[[242423,502839],[-3,3229]],[[262700,510887],[28,-4815]],[[262728,506072],[-1240,27],[-113,-876]],[[261375,505223],[-305,883]],[[261070,506106],[220,4694],[-69,1784]],[[261221,512584],[458,-42],[1,-1633],[1020,-22]],[[264067,512416],[-14,-6399]],[[264053,506017],[-1325,55]],[[262700,510887],[342,-32],[1,1620]],[[265420,512477],[-20,-6431]],[[265400,506046],[-1347,-29]],[[227493,511539],[8,-6473]],[[227501,505066],[-4,-4842]],[[227497,500224],[-1004,10]],[[226493,500234],[-9,1613],[-338,10]],[[229198,508284],[-7,-3209]],[[229191,505075],[-1690,-9]],[[233749,506692],[-652,-11],[0,-2565]],[[233097,504116],[-708,3412]],[[239961,506661],[-445,-24]],[[250535,509260],[0,-6476]],[[250535,502784],[-1731,65]],[[248804,502849],[-1313,5]],[[247491,502854],[3,6491]],[[252582,506023],[-689,18],[2,1616],[-685,-6],[0,1600]],[[173426,505746],[-385,-1718],[-296,-3771],[-219,-1145],[9,-3403]],[[172535,495709],[-741,0],[0,1607],[-294,1057],[-1059,-21],[-726,-3486]],[[169715,494866],[-738,-18],[245,2192],[-29,1556],[314,2473],[-552,1434],[612,1573],[-29,2092],[142,1770]],[[156032,504055],[-16,-548]],[[156016,503507],[-1264,17]],[[154752,503524],[-340,334],[-2,5676]],[[165704,508611],[55,-3187],[-11,-9610]],[[165748,495814],[-676,-6],[-1,1543],[-342,912],[-1014,-19],[1,2354]],[[163716,500598],[38,4796]],[[154752,503524],[16,-5366],[-345,3],[16,-1350],[-284,-293],[116,-1140]],[[154271,495378],[-947,-137]],[[153324,495241],[89,2631],[44,7616],[170,1569],[17,2494]],[[214938,499622],[-3,-12]],[[214935,499610],[-311,-1407],[-474,240],[-222,-2776],[-71,-2959],[-2964,12]],[[210893,492720],[-2,2156],[-338,-10],[19,6479]],[[247491,502854],[1,-4850]],[[247492,498004],[-1354,-31],[0,1610],[-337,6],[2,1612]],[[245803,501201],[0,4857]],[[253268,502750],[-7,-1765]],[[253261,500985],[-1005,107]],[[252256,501092],[2,1635],[-1723,57]],[[296979,508865],[60,-3257],[-127,-958]],[[296912,504650],[-471,86],[-134,-1750],[-359,-1102]],[[295948,501884],[-849,1672]],[[295099,503556],[103,5410]],[[295202,508966],[1777,-101]],[[299180,497653],[-205,-1076]],[[298975,496577],[-266,1736],[213,1023],[-144,948],[183,1193],[-188,668],[204,1295],[-286,977]],[[298691,504417],[181,2e3],[-64,2446]],[[298808,508863],[1104,103]],[[295099,503556],[-145,-2596],[-226,-366]],[[294728,500594],[-75,974],[149,3512],[-119,604],[97,3231]],[[294780,508915],[422,51]],[[294728,500594],[65,-315]],[[294793,500279],[-930,-2003],[-662,-178]],[[293201,498098],[-213,5176],[-115,5362]],[[292873,508636],[1907,279]],[[298691,504417],[-203,-1307],[-284,945],[-413,-3859],[-312,777]],[[297479,500973],[-299,925],[174,1659],[-442,1093]],[[296979,508865],[1829,-2]],[[196492,508721],[81,-2400],[-1,-6524],[53,-2],[-1,-6560],[65,0]],[[196689,493235],[-1,-1658]],[[196688,491577],[-673,4],[0,-1650],[-344,-3],[9,-1603],[-502,-5],[2,-1644],[-615,-55]],[[194565,486621],[-361,2183],[-278,575],[-278,-718],[-65,-1424],[-340,-839],[-198,2909],[-378,-147],[-165,1088]],[[192502,490248],[0,2320],[-270,2958],[-406,2562],[50,1661],[-272,1204],[-814,-4],[0,1554],[-1081,0]],[[290927,508615],[234,-781],[324,-14558],[-26,-1329]],[[291459,491947],[-889,-543]],[[290570,491404],[-581,-367],[-299,867]],[[289690,491904],[-769,2247]],[[288921,494151],[-1154,3457]],[[287767,497608],[260,2084],[1343,6200],[870,2516],[687,207]],[[198469,508740],[221,-3931],[453,-2060],[152,402],[684,-2631]],[[199979,500520],[185,-1795],[287,-397],[154,-2198],[-5,-2947]],[[200600,493183],[-3911,52]],[[206332,508724],[28,-15346]],[[206360,493378],[-1,-12616]],[[206359,480762],[-2612,-66]],[[203747,480696],[21,19902]],[[203768,500598],[-42,7997]],[[203768,500598],[-1168,-134],[-2621,56]],[[293201,498098],[-645,-417],[133,-5014],[-525,-324]],[[292164,492343],[-705,-396]],[[290927,508615],[1946,21]],[[209210,500728],[5,-7271]],[[209215,493457],[-2855,-79]],[[169715,494866],[13,-4024]],[[169728,490842],[-1637,145],[-4,-1633],[-2343,-17]],[[165744,489337],[4,6477]],[[237194,508319],[5,-4865]],[[237199,503454],[-679,9],[-2,-1632],[-677,-6],[-1,1627]],[[235840,503452],[-12,3259]],[[238555,505023],[-264,-1740],[-417,-1264]],[[237874,502019],[-336,1431],[-339,4]],[[230397,505111],[0,-3258]],[[230397,501853],[0,-1635]],[[230397,500218],[-1208,4]],[[229189,500222],[2,4853]],[[233097,504116],[341,-1014]],[[233438,503102],[0,-2921],[-654,12]],[[232784,500193],[-25,1632],[-1362,11]],[[231397,501836],[-1e3,17]],[[240561,504010],[200,-612]],[[240761,503398],[-169,-3191],[-689,-567],[0,-757]],[[239903,498883],[-674,2],[0,1341]],[[239229,500226],[-140,4570]],[[221422,506807],[-9,-6505]],[[221413,500302],[-2368,-13]],[[219045,500289],[-317,676],[77,2217],[-293,1268]],[[222428,506802],[33,-13076]],[[222461,493726],[-769,-45]],[[221692,493681],[-243,467]],[[221449,494148],[-36,6154]],[[224117,501906],[15,-8145]],[[224132,493761],[-628,-3]],[[223504,493758],[-1043,-32]],[[235840,503452],[-367,-8],[16,-4852]],[[235489,498592],[-437,8]],[[235052,498600],[-236,771]],[[234816,499371],[-1378,3731]],[[183397,494435],[-268,4],[1,-3240],[-116,1],[10,-3446],[227,-982],[-443,-1878]],[[182808,484894],[-596,-1711],[-145,-1114]],[[182067,482069],[-654,3911],[-113,-748],[-563,1718],[-9,879],[-657,322],[-39,-921],[-426,1521],[-370,1],[1,1214],[-439,-1021]],[[178798,488945],[-56,216]],[[178742,489161],[-154,1983],[62,1848],[-398,879],[-33,1744],[-322,801]],[[242423,502839],[0,-2695],[-505,27]],[[241918,500171],[-647,507],[-510,2720]],[[266980,506080],[138,-2703],[-131,-3752]],[[266987,499625],[-1582,-51]],[[265405,499574],[-5,6472]],[[265400,506046],[1580,34]],[[262728,506072],[-10,-6460]],[[262718,499612],[-1346,23]],[[261372,499635],[3,5588]],[[264053,506017],[3,-6475]],[[264056,499542],[-1338,70]],[[245803,501201],[-678,11]],[[245125,501212],[-1014,-15]],[[244111,501197],[-336,9]],[[243775,501206],[-2,1618]],[[265405,499574],[-1349,-32]],[[175096,498364],[-132,-2275],[-32,-3181],[-260,7]],[[174672,492915],[-1240,21]],[[173432,492936],[-217,1684],[-680,1089]],[[163716,500598],[-1231,-21],[0,-1605],[-451,-3],[2,-1609],[-331,10]],[[161705,497370],[-2049,35]],[[159656,497405],[135,5426]],[[239229,500226],[-676,-7]],[[238553,500219],[-1077,-9]],[[237476,500210],[398,1809]],[[229189,500222],[-676,-12]],[[228513,500210],[-1016,14]],[[297479,500973],[-166,-1451]],[[297313,499522],[-157,-1497],[-296,998],[-160,-1510],[-420,996]],[[296280,498509],[-67,1872],[-265,1503]],[[159656,497405],[121,-2501]],[[159777,494904],[-1469,-89],[-166,-673],[-532,204],[-411,1117],[-498,-541],[-6,-1096],[-722,-4],[-55,1558]],[[155918,495380],[-123,1127],[43,2998],[-132,924],[521,1787],[-211,1291]],[[219045,500289],[-133,-1711],[523,-288],[58,-1572],[780,-877],[539,-1239],[-128,-869]],[[220684,493733],[-1196,-11],[0,-483]],[[219488,493239],[-1893,-6]],[[217595,493233],[-334,-5],[34,9715],[49,1064]],[[260032,504518],[-8,-4869]],[[260024,499649],[-1160,99]],[[258864,499748],[-13,3454],[458,1388]],[[259309,504590],[723,-72]],[[298975,496577],[-544,-513],[-20,-3063]],[[298411,493001],[-914,898]],[[297497,493899],[402,4106],[-586,1517]],[[307394,502827],[-140,-1573],[180,-625],[-64,-1886],[-523,-588],[177,-1427],[-225,-1986]],[[306799,494742],[-257,115],[-412,2029],[-390,-679]],[[305740,496207],[-272,275]],[[305468,496482],[309,2126],[8,3412],[-219,979]],[[189728,498924],[5,-9133]],[[189733,489791],[-389,-951],[-593,-175]],[[188751,488665],[-448,-740],[-1162,820]],[[187141,488745],[-1,811],[-499,8],[1,1607]],[[186642,491171],[338,-6],[2,1607],[490,820],[15,2406],[170,1557],[484,19],[2,2777]],[[217595,493233],[-48,-3229]],[[217547,490004],[-2628,-7]],[[214919,489997],[16,9613]],[[296280,498509],[-410,-5407]],[[295870,493102],[-68,2572],[-938,-658]],[[294864,495016],[48,3058],[-119,2205]],[[155918,495380],[-1647,-2]],[[305468,496482],[-133,-1505],[-266,329],[-18,-2929],[-277,307]],[[304774,492684],[-7,9]],[[304767,492693],[-269,531],[-119,-1120],[-300,314]],[[304079,492418],[-196,1521],[-150,5231]],[[237476,500210],[-51,-1566]],[[237425,498644],[-1936,-52]],[[241918,500171],[207,-1615]],[[242125,498556],[-525,16],[0,-1617],[-334,5],[-1,-3232]],[[241265,493728],[-356,11]],[[240909,493739],[-1010,22]],[[239899,493761],[4,5122]],[[234816,499371],[-1,-4018],[-672,-9],[-5,-1614]],[[234138,493730],[-984,19]],[[233154,493749],[-366,-7]],[[232788,493742],[-4,6451]],[[250535,502784],[-3,-8151]],[[250532,494633],[-1040,40]],[[249492,494673],[-353,36]],[[249139,494709],[-6,4906],[-327,5],[-2,3229]],[[249139,494709],[-495,33]],[[248644,494742],[-1141,-12]],[[247503,494730],[-11,3274]],[[253961,502712],[-152,-2104],[333,-532],[464,2018]],[[254606,502094],[-10,-5904]],[[254596,496190],[-339,8],[-1,-1624],[-432,11]],[[253824,494585],[-416,19]],[[253408,494604],[6,6419],[-153,-38]],[[243775,501206],[-1056,-193],[-152,-3331]],[[242567,497682],[-442,874]],[[252256,501092],[-365,1],[-8,-6465]],[[251883,494628],[-410,-12]],[[251473,494616],[-941,17]],[[255685,502676],[-302,-3069],[-169,-3411]],[[255214,496196],[-618,-6]],[[254606,502094],[72,609]],[[254678,502703],[1007,-27]],[[192502,490248],[5,-10113]],[[192507,480135],[-16,-1620],[-799,3],[0,-1615],[-653,8],[-1,-1051]],[[191038,475860],[-655,-1],[0,1504],[-643,-3]],[[189740,477360],[-2,3452]],[[189738,480812],[-5,8979]],[[226493,500234],[-2,-6499]],[[226491,493735],[-1332,24]],[[225159,493759],[-1027,2]],[[231397,501836],[40,-8076]],[[231437,493760],[-1042,2]],[[230395,493762],[2,6456]],[[232788,493742],[-1310,16]],[[231478,493758],[-41,2]],[[210893,492720],[-1678,5]],[[209215,492725],[0,732]],[[244111,501197],[-1,-6504],[-219,-857],[207,-1948],[-69,-1318]],[[244029,490570],[-834,3122]],[[243195,493692],[-279,3080],[-349,910]],[[245125,501212],[38,-9630]],[[245163,491582],[-120,124]],[[245043,491706],[-313,-400],[-41,-1496],[-287,-3]],[[244402,489807],[-373,763]],[[247503,494730],[-1,-1740]],[[247502,492990],[-1654,56],[-187,-1630]],[[245661,491416],[-498,166]],[[253408,494604],[-589,39]],[[252819,494643],[-936,-15]],[[186642,491171],[-1501,14],[-1,-1610]],[[185140,489575],[-834,8],[-3,4870]],[[203747,480696],[-170,-9]],[[203577,480687],[-2877,-39],[0,148]],[[200700,480796],[-49,12388],[-51,-1]],[[165744,489337],[-329,0],[-5,-4859],[-338,5]],[[165072,484483],[-1001,8],[0,1610],[-336,-4],[-2,1618],[-1027,-13],[-1,1606],[-664,64],[-2,3219],[-321,77],[-13,4702]],[[221449,494148],[180,-1781],[-749,47],[-196,1319]],[[294864,495016],[-214,-1344],[-132,-2763],[162,-4374]],[[294680,486535],[-165,-92]],[[294515,486443],[-1724,-1101]],[[292791,485342],[28,960],[-465,275],[-343,2130],[225,833],[-72,2803]],[[238553,500219],[-2,-6472]],[[238551,493747],[-677,-2]],[[237874,493745],[1,807],[-681,-7]],[[237194,494545],[221,1970],[10,2129]],[[239899,493761],[-13,0]],[[239886,493761],[-1006,-6]],[[238880,493755],[-329,-8]],[[228513,500210],[-4,-6463]],[[228509,493747],[-670,-20]],[[227839,493727],[-1336,7]],[[226503,493734],[-12,1]],[[230395,493762],[0,-2]],[[230395,493760],[-1217,-20]],[[229178,493740],[-669,7]],[[260024,499649],[-9,-6494]],[[260015,493155],[-615,55]],[[259400,493210],[-964,215]],[[258436,493425],[364,3555],[64,2768]],[[261372,499635],[-2,-6463]],[[261370,493172],[-640,-4]],[[260730,493168],[-715,-13]],[[260024,499649],[1348,-14]],[[264056,499542],[8,-6454]],[[264064,493088],[-669,-1]],[[263395,493087],[-679,16]],[[262716,493103],[2,6509]],[[262716,493103],[-656,52]],[[262060,493155],[-690,17]],[[266987,499625],[-62,-3376],[-470,-1067],[-157,-2040]],[[266298,493142],[-886,-31]],[[265412,493111],[-7,6463]],[[265412,493111],[-786,0]],[[264626,493111],[-562,-23]],[[175339,492914],[-169,-3],[-23,-6408]],[[175147,486503],[-644,5]],[[174503,486508],[-557,-1]],[[173946,486507],[0,3241],[391,-17],[114,1594],[220,-13],[1,1603]],[[214919,489997],[-33,-5323],[-334,-145]],[[214552,484529],[-104,-245],[-1766,9]],[[212682,484293],[343,3115],[-3812,-38]],[[209213,487370],[2,5355]],[[297497,493899],[-208,-1404],[-408,589],[-262,-2738],[-163,304]],[[296456,490650],[-487,788],[-99,1664]],[[235052,498600],[861,-2186],[275,-1379]],[[236188,495035],[12,-2914]],[[236200,492121],[-1368,-13]],[[234832,492108],[-669,3],[-25,1619]],[[304079,492418],[-79,-2770]],[[304e3,489648],[-229,-1286],[-556,2438],[-134,-953],[-324,848]],[[237194,494545],[-162,-1485],[-844,1975]],[[243195,493692],[-616,1],[0,-1602]],[[242579,492091],[-668,7],[-1,1620],[-645,10]],[[173432,492936],[-215,-1206],[111,-1864],[-135,-2004]],[[173193,487862],[-118,-728],[-1,-2989]],[[173074,484145],[-2,-31284]],[[173072,452861],[-3259,-52]],[[169813,452809],[-49,5195],[-6,11887],[-34,1],[4,20950]],[[300150,494046],[150,-5520],[-565,-417],[90,-2385]],[[299825,485724],[28,-1263],[-360,-306],[-213,-2182]],[[299280,481973],[-251,-349],[-88,1241],[-239,-1545]],[[298702,481320],[-1098,1335]],[[297604,482655],[73,1782],[273,1403]],[[297950,485840],[461,7161]],[[165072,484483],[0,-1675]],[[165072,482808],[-3996,131]],[[161076,482939],[-1867,-3]],[[159209,482936],[78,4514],[296,1024],[283,3753],[-89,2677]],[[286590,490299],[-326,1891]],[[286264,492190],[242,1614],[1261,3804]],[[288921,494151],[-278,-2136],[171,-535],[-163,-1981],[-600,-1658],[-229,98],[184,-3632]],[[288006,484307],[-698,337],[-439,-517]],[[286869,484127],[-30,11]],[[286839,484138],[-17,6]],[[286822,484144],[-93,2654],[-183,296],[473,1068],[-221,1526],[192,1728],[-400,-1117]],[[306799,494742],[-208,-3178],[83,-580],[-394,-2170],[-422,630],[40,936]],[[305898,490380],[198,677],[-157,2940],[-190,25],[-9,2185]],[[178742,489161],[-408,649],[-97,1865],[-374,-2892],[-523,-708],[-420,-3554],[-518,-1775],[-403,-257]],[[175999,482489],[-852,4014]],[[305898,490380],[-88,1150],[-333,-4456],[-153,1112],[-294,-803],[27,3034],[-191,-1422]],[[304866,488995],[63,1229],[-293,335]],[[304636,490559],[138,2125]],[[255214,496196],[10,-3137],[-283,-948],[-252,-4020]],[[254689,488091],[-861,-9]],[[253828,488082],[-4,6503]],[[296456,490650],[-138,-1260]],[[296318,489390],[-526,-1476],[60,-1043]],[[295852,486871],[-725,197],[35,-1311],[-435,-257]],[[294727,485500],[-47,1035]],[[159209,482936],[-356,-1083],[-4,-2172]],[[158849,479681],[-1695,-61],[-4,1999],[-1023,-130],[-80,4507],[-584,9],[-506,918],[-251,1689],[-581,464],[-272,-1480],[-649,-38]],[[153204,487558],[120,7683]],[[301339,486191],[74,-4637]],[[301413,481554],[-561,-31]],[[300852,481523],[-271,609],[-756,3592]],[[237874,493745],[1,-6477]],[[237875,487268],[-1335,-3]],[[236540,487265],[-340,-1]],[[236200,487264],[0,4857]],[[248644,494742],[4,-1203],[-356,-1775],[167,-1777],[17,-2211],[270,-1702],[223,-2658]],[[248969,483416],[-1467,-1]],[[247502,483415],[1,1681]],[[247503,485096],[-1,7894]],[[249492,494673],[0,-4905]],[[249492,489768],[-4,-6324]],[[249488,483444],[-519,-28]],[[251473,494616],[2,-4829]],[[251475,489787],[-785,-8]],[[250690,489779],[-1198,-11]],[[252819,494643],[-1,-5695]],[[252818,488948],[3,-842],[-1344,42]],[[251477,488148],[-2,1639]],[[253828,488082],[-336,-5]],[[253492,488077],[2,862],[-676,9]],[[185140,489575],[-7,-6496]],[[185133,483079],[-5,-1541],[-325,-81],[-2,-1617],[-333,6],[-31,-3059],[-167,-6]],[[184270,476781],[-988,-2],[0,1538],[-762,6],[71,2286],[-253,1758],[-271,-298]],[[297950,485840],[-1609,2937],[-23,613]],[[289857,482936],[-1180,-3640],[-620,942]],[[288057,480238],[-51,4069]],[[289690,491904],[167,-8968]],[[222306,488875],[139,-1400],[-277,-1473],[-155,-2285],[239,-7],[214,-2924]],[[222466,480786],[-655,1]],[[221811,480787],[-251,2],[-1,4520],[-205,288],[-400,-1289],[-686,-69],[-402,533]],[[219866,484772],[-299,59]],[[219567,484831],[-77,2419],[-2,5989]],[[221692,493681],[38,-1693],[582,-1977],[-6,-1136]],[[231478,493758],[-2,-6467]],[[231476,487291],[-1083,9]],[[230393,487300],[2,6460]],[[233154,493749],[0,-6482]],[[233154,487267],[-1644,21]],[[231510,487288],[-34,3]],[[225159,493759],[1,-4821]],[[225160,488938],[-1327,-45]],[[223833,488893],[-333,-2]],[[223500,488891],[4,4867]],[[239886,493761],[1,-6484]],[[239887,487277],[-11,1]],[[239876,487278],[-996,-7]],[[238880,487271],[0,6484]],[[240909,493739],[-31,-6461]],[[240878,487278],[-991,-1]],[[230393,487300],[-1213,-24]],[[229180,487276],[-2,6464]],[[238880,487271],[-672,1]],[[238208,487272],[-333,-4]],[[223500,488891],[-1194,-16]],[[226503,493734],[-5,-6430]],[[226498,487304],[-323,15]],[[226175,487319],[-998,7]],[[225177,487326],[-17,1612]],[[242579,492091],[0,-4839]],[[242579,487252],[-1030,-242]],[[241549,487010],[-671,268]],[[234832,492108],[2,-4840]],[[234834,487268],[-1653,0]],[[233181,487268],[-27,-1]],[[229180,487276],[-670,-7]],[[228510,487269],[-670,12]],[[227840,487281],[-1,6446]],[[227840,487281],[-666,8]],[[227174,487289],[-676,15]],[[244402,489807],[392,-2555]],[[244794,487252],[-1243,-3]],[[243551,487249],[-972,3]],[[209213,487370],[2,-6520]],[[209215,480850],[-2355,-66]],[[206860,480784],[-501,-22]],[[259400,493210],[11,-6545]],[[259411,486665],[-1095,72]],[[258316,486737],[-227,4105],[347,2583]],[[304e3,489648],[314,-1030]],[[304314,488618],[155,528]],[[304469,489146],[-41,-1011]],[[304428,488135],[-42,-1969],[-144,1438],[-555,-1235],[-307,-2321],[164,-2049],[-435,-545]],[[303109,481454],[-386,1324],[-161,2030],[-306,-178],[3,1605],[-347,398]],[[219567,484831],[-690,962],[-261,-1066],[-279,233],[-415,1973],[-376,207]],[[217546,487140],[0,-1]],[[217546,487140],[1,2864]],[[200700,480796],[-1181,20]],[[199519,480816],[-168,0]],[[199351,480816],[0,2700],[-338,-12],[1,1631],[-671,1],[0,1587],[-983,520],[0,1054],[-332,2],[5,1652],[-345,1626]],[[304469,489146],[96,425],[146,-4224],[-211,-753],[-72,3541]],[[304866,488995],[-144,-863],[186,-1284],[-136,-1342],[-199,4245],[63,808]],[[304767,492693],[-187,-2521],[-266,-1554]],[[260730,493168],[6,-6502]],[[260736,486666],[-1325,-1]],[[262060,493155],[-5,-6525]],[[262055,486630],[-1319,36]],[[263395,493087],[5,-6429]],[[263400,486658],[-1345,-28]],[[264626,493111],[-1,-3070]],[[264625,490041],[-2,-3183]],[[264623,486858],[-1223,-200]],[[247503,485096],[-1667,-111]],[[245836,484985],[-8,6443],[-167,-12]],[[173946,486507],[-392,-272],[-361,1627]],[[292791,485342],[-439,-295],[152,-6649]],[[292504,478398],[55,-2188]],[[292559,476210],[-1099,-481],[-496,1080]],[[290964,476809],[-432,1e3],[257,2733],[-219,10862]],[[236200,487264],[-1352,5]],[[234848,487269],[-14,-1]],[[178798,488945],[-51,-1480]],[[178747,487465],[-147,-2107],[27,-2295],[-141,-364],[-9,-7526]],[[178477,475173],[-2,-5280],[149,-49]],[[178624,469844],[-11,-2674]],[[178613,467170],[-1161,-3],[35,3027],[-978,384],[-398,937],[-84,-1083],[-654,1955],[-183,1188]],[[175190,473575],[801,17],[8,8897]],[[290964,476809],[48,-2087],[-179,-2358]],[[290833,472364],[-10,-3429]],[[290823,468935],[-322,652],[-79,-1360],[-540,1549],[-309,-528]],[[289573,469248],[-20,3211],[418,3255],[-260,632],[239,1293],[-93,5297]],[[245836,484985],[-965,57]],[[244871,485042],[-77,2210]],[[199351,480816],[0,-542],[-2071,-233],[-330,808],[-664,541],[-332,1359],[-996,270],[0,1480],[-393,2122]],[[187141,488745],[-18,-3230],[155,229],[839,-2595]],[[188117,483149],[-2489,-4]],[[185628,483145],[-495,-66]],[[169813,452809],[-3140,-59]],[[166673,452750],[-102,8]],[[166571,452758],[-13,14052],[-1606,-147],[6,8084],[116,22],[-2,8039]],[[199519,480816],[49,-535],[44,-12867],[-117,0],[4,-6462],[53,0]],[[199552,460952],[1,-3214]],[[199553,457738],[-4238,36]],[[195315,457774],[-81,8002],[-208,644],[-621,4049],[-508,1245],[-388,4713],[-175,3678],[-827,30]],[[265345,488432],[-13,-4364],[594,-1608]],[[265926,482460],[2,-2061]],[[265928,480399],[-330,807],[-651,39],[-327,827]],[[264620,482072],[3,4786]],[[264625,490041],[337,2],[2,-1583],[381,-28]],[[217546,487139],[-458,-846],[2,-7566]],[[217090,478727],[-2459,14]],[[214631,478741],[-79,1615],[0,4173]],[[184270,476781],[-1,-3235]],[[184269,473546],[-657,2],[18,-6493],[161,-1616],[-161,-935]],[[183630,464504],[-371,1135],[-285,-316]],[[182974,465323],[1,3349],[164,1],[-2,6527],[-838,4]],[[182299,475204],[-1840,-8]],[[180459,475196],[-55,2307],[-390,208],[75,2719],[-486,2042],[-29,3598],[-455,236],[-372,1159]],[[189738,480812],[-430,714],[-126,1528],[-434,6]],[[188748,483060],[3,5605]],[[251477,488148],[-2,-4871]],[[251475,483277],[-336,-10]],[[251139,483267],[-664,186]],[[250475,483453],[215,6326]],[[250475,483453],[-987,-9]],[[297604,482655],[-139,-531],[-150,-6299]],[[297315,475825],[-695,-198],[-380,613]],[[296240,476240],[-135,842]],[[296105,477082],[40,1309],[261,-315],[91,2132],[-178,490],[251,3497],[-332,632],[104,1629],[-255,1003],[-235,-588]],[[158849,479681],[187,-616],[254,-2713],[-330,-3406],[-529,-206],[-3,-1355]],[[158428,471385],[-331,3],[-437,-1062],[-659,-2951],[-995,-473],[-214,-851]],[[155792,466051],[-606,-123],[-747,708],[-3,821]],[[154436,467457],[-267,104]],[[154169,467561],[-22,3824],[329,1721],[-5,3184],[-170,-23],[1,3263],[-310,1557],[0,1719],[-955,38]],[[153037,482844],[167,4714]],[[253492,488077],[4,-6488]],[[253496,481589],[-667,11]],[[252829,481600],[-2,1626],[-1352,51]],[[225177,487326],[14,-6561]],[[225191,480765],[-1074,13]],[[224117,480778],[-247,-3]],[[223870,480775],[-37,8118]],[[223870,480775],[-1404,11]],[[188748,483060],[-631,89]],[[254689,488091],[84,-3796],[-251,-2704]],[[254522,481591],[-691,-12]],[[253831,481579],[-335,10]],[[174503,486508],[-1,-3222],[107,-1],[3,-3245],[-111,-9],[5,-3147]],[[174506,476884],[-751,3480],[-169,2160],[-512,1621]],[[219866,484772],[49,-6023]],[[219915,478749],[-2825,-22]],[[180459,475196],[-612,-25]],[[179847,475171],[-1370,2]],[[296105,477082],[-1078,260]],[[295027,477342],[17,4427],[-151,1362],[-345,330],[179,2039]],[[212682,484293],[-532,-1541],[1,-2393]],[[212151,480359],[-2937,18]],[[209214,480377],[1,473]],[[231510,487288],[-3,-6495]],[[231507,480793],[-1113,5]],[[230394,480798],[-1,6502]],[[233181,487268],[-6,-6467]],[[233175,480801],[-1132,-10]],[[232043,480791],[-536,2]],[[239876,487278],[3,-6493]],[[239879,480785],[-1250,-4]],[[238629,480781],[-423,3]],[[238206,480784],[2,6488]],[[241549,487010],[0,-6211]],[[241549,480799],[-290,-4]],[[241259,480795],[-1313,-10]],[[239946,480785],[-67,0]],[[244871,485042],[-35,-2081],[144,-2160]],[[244980,480801],[-1096,2]],[[243884,480803],[-334,1]],[[243550,480804],[1,6445]],[[226175,487319],[6,-6546]],[[226181,480773],[-417,-14]],[[225764,480759],[-573,6]],[[227174,487289],[5,-6502]],[[227179,480787],[-998,-14]],[[243550,480804],[-972,-1]],[[242578,480803],[-1029,-4]],[[234848,487269],[-4,-6462]],[[234844,480807],[-164,-8]],[[234680,480799],[-1319,-4]],[[233361,480795],[-186,6]],[[238206,480784],[-897,-1]],[[237309,480783],[-772,10]],[[236537,480793],[3,6472]],[[230394,480798],[-407,0]],[[229987,480798],[-908,-8]],[[229079,480790],[-570,-5]],[[228509,480785],[1,6484]],[[236537,480793],[-544,5]],[[235993,480798],[-1149,9]],[[228509,480785],[-758,1]],[[227751,480786],[-572,1]],[[264620,482072],[-6,-1618],[-556,-296]],[[264058,480158],[-662,0]],[[263396,480158],[4,6500]],[[259411,486665],[-4,-6481]],[[259407,480184],[-1175,91]],[[258232,480275],[-219,3393],[303,3069]],[[263396,480158],[-664,2]],[[262732,480160],[-666,1]],[[262066,480161],[-11,6469]],[[303109,481454],[-237,-3363],[-309,-544],[-343,-4752],[-437,1185]],[[301783,473980],[56,1699],[-493,2897],[67,2978]],[[262066,480161],[-1330,37]],[[260736,480198],[0,6468]],[[260736,480198],[0,-3238]],[[260736,476960],[-635,-23]],[[260101,476937],[-693,9],[-1,3238]],[[295027,477342],[-54,-6909]],[[294973,470433],[-1008,-44]],[[293965,470389],[167,2590],[-54,4202]],[[294078,477181],[-94,3357],[378,3142],[153,2763]],[[175190,473575],[-334,1506],[-129,1913],[-221,-110]],[[294078,477181],[-671,-975],[-134,2686],[-769,-494]],[[221811,480787],[-2,-9343]],[[221809,471444],[-1850,12]],[[219959,471456],[-44,7293]],[[300852,481523],[10,-3416],[-211,-1325]],[[300651,476782],[-895,3175],[-123,-380],[-353,2396]],[[266573,485031],[2,-1116],[972,143]],[[267547,484058],[-7,-6487]],[[267540,477571],[-652,-91],[7,-1620],[-304,-225]],[[266591,475635],[-654,-32]],[[265937,475603],[-9,4796]],[[265926,482460],[77,10]],[[266003,482470],[432,2693],[138,-132]],[[247502,483415],[3,-1619]],[[247505,481796],[-1004,-19],[9,-2420]],[[246510,479357],[-1496,-1]],[[245014,479356],[-34,1445]],[[288057,480238],[-163,246],[-201,-2951],[7,-3154]],[[287700,474379],[-304,516]],[[287396,474895],[-580,1634],[-156,-692],[-618,-119]],[[286042,475718],[-350,485],[-33,3060]],[[285659,479263],[575,1959],[489,118],[146,2787]],[[214631,478741],[5,-4840],[73,-2432]],[[214709,471469],[-1978,12]],[[212731,471481],[-580,15]],[[212151,471496],[0,8863]],[[269259,474627],[-1374,-276]],[[267885,474351],[-11,2434],[-334,786]],[[267547,484058],[1423,278]],[[268970,484336],[189,-4720],[100,-4989]],[[178613,467170],[-2,-14382]],[[178611,452788],[-3086,41],[-2428,19]],[[173097,452848],[-25,13]],[[251139,483267],[-6,-6483]],[[251133,476784],[-1982,151]],[[249151,476935],[334,1631],[4,3332],[-358,174],[-162,1344]],[[249151,476935],[-328,-1617]],[[248823,475318],[-991,-774]],[[247832,474544],[6,7269],[-333,-17]],[[252829,481600],[-49,-6493]],[[252780,475107],[-328,24]],[[252452,475131],[-1318,30]],[[251134,475161],[-1,1623]],[[189740,477360],[2,-5505]],[[189742,471855],[-1523,-1]],[[188219,471854],[6,4870],[-654,10],[0,1562],[-614,11],[-169,1087],[-1161,0],[1,3751]],[[188219,471854],[-1319,42]],[[186900,471896],[-1651,-7],[-264,-1313]],[[184985,470576],[-183,-1642],[-532,-4],[-1,4616]],[[161076,482939],[-47,-16196],[1299,-29],[11,-13965]],[[162339,452749],[-1582,70]],[[160757,452819],[-2346,190]],[[158411,453009],[17,18376]],[[166571,452758],[-1779,10]],[[164792,452768],[-2453,-19]],[[289573,469248],[-100,-158]],[[289473,469090],[-527,-154],[-20,1300],[-279,-24],[-23,1968],[-519,2370],[-405,-171]],[[300651,476782],[-32,-195]],[[300619,476587],[-404,-4938]],[[300215,471649],[-352,1116],[-342,-274],[-74,1832],[-524,-693],[-159,1711],[-267,-361]],[[298497,474980],[-226,2506],[101,2208],[330,1626]],[[154169,467561],[-316,-270],[-199,-1661],[-396,-276],[-61,3940],[-268,1346],[-619,4]],[[152310,470644],[269,5888],[458,6312]],[[298497,474980],[-81,-1100]],[[298416,473880],[-391,59],[61,931],[-822,-385]],[[297264,474485],[51,1340]],[[301783,473980],[-163,-962]],[[301620,473018],[-513,-14],[127,1049],[-615,2534]],[[265937,475603],[-658,-19],[7,-1630]],[[265286,473954],[-1222,-81]],[[264064,473873],[-6,6285]],[[247832,474544],[-657,679]],[[247175,475223],[-660,-544]],[[246515,474679],[-5,4678]],[[254522,481591],[-329,-5330],[49,-1204]],[[254242,475057],[-476,2]],[[253766,475059],[65,6520]],[[253766,475059],[-986,48]],[[238629,480781],[-1,-4543]],[[238628,476238],[-1318,-2]],[[237310,476236],[-1,4547]],[[237308,469765],[-1315,6]],[[235993,469771],[0,6459]],[[235993,476230],[0,4568]],[[237310,476236],[-2,-6471]],[[234682,476230],[-1321,3]],[[233361,476233],[0,4562]],[[234680,480799],[2,-4569]],[[235993,476230],[-1311,0]],[[239947,476239],[-1319,-1]],[[239946,480785],[1,-4546]],[[233361,476233],[-1320,43]],[[232041,476276],[2,4515]],[[209214,480377],[5,-8812]],[[209219,471565],[0,-7313]],[[209219,464252],[-1679,-40]],[[207540,464212],[-659,-10]],[[206881,464202],[-21,16582]],[[241256,475444],[-1309,0]],[[239947,475444],[0,795]],[[241259,480795],[-3,-5351]],[[232041,476276],[-1933,42]],[[230108,476318],[88,2490],[-209,1990]],[[242578,480803],[-3,-5357]],[[242575,475446],[-1319,-2]],[[245014,479356],[4,-1361],[405,-1717],[-331,-3302]],[[245092,472976],[-1192,26]],[[243900,473002],[-16,7801]],[[243900,473002],[-1326,21]],[[242574,473023],[1,2423]],[[230108,476318],[224,-745],[59,-2539]],[[230391,473034],[-980,6]],[[229411,473040],[-330,1]],[[229081,473041],[-2,7749]],[[206881,464202],[-1098,-58],[7,-3247]],[[205790,460897],[-134,-6],[-121,-2624],[-664,265],[160,2348],[-1441,51]],[[203590,460931],[-7,-1]],[[203583,460930],[-6,19757]],[[224117,480778],[91,-2393],[1571,-3239]],[[225779,475146],[90,-530]],[[225869,474616],[-47,-3529],[-165,-2603]],[[225657,468484],[-436,813]],[[225221,469297],[-526,2160]],[[224695,471457],[-1032,3041],[-78,1580],[-470,1325],[-243,2027],[-406,1356]],[[229081,473041],[-659,-11]],[[228422,473030],[0,1617],[-665,-11]],[[227757,474636],[-6,6150]],[[227757,474636],[-663,-12]],[[227094,474624],[-1225,-8]],[[225779,475146],[-15,5613]],[[203583,460930],[-1530,-51],[-2501,73]],[[224695,471457],[-2109,-11]],[[222586,471446],[-777,-2]],[[212151,471496],[-1401,0]],[[210750,471496],[-1531,69]],[[260101,476937],[-1,-1635]],[[260100,475302],[-329,14],[4,-1620],[-1016,-10]],[[258759,473686],[-527,6589]],[[262732,480160],[25,-6465]],[[262757,473695],[-1325,-1]],[[261432,473694],[1,3265],[-697,1]],[[195315,457774],[-2814,132]],[[192501,457906],[-1359,125],[-5,3185],[-131,-2],[32,14646]],[[264064,473873],[0,-195]],[[264064,473678],[-1307,17]],[[246515,474679],[-1111,-3345],[-255,-73]],[[245149,471261],[-57,1715]],[[286042,475718],[-35,-4144],[115,-2963],[261,67],[229,-1455]],[[286612,467223],[26,-2749]],[[286638,464474],[-1117,-2]],[[285521,464472],[-187,1943],[55,5513]],[[285389,471928],[-24,5905]],[[285365,477833],[294,1430]],[[293965,470389],[-115,-2942]],[[293850,467447],[-369,-82]],[[293481,467365],[-266,2462],[-523,832]],[[292692,470659],[-14,505]],[[292678,471164],[-119,5046]],[[217090,478727],[0,-7285]],[[217090,471442],[-2381,27]],[[219959,471456],[-2869,-14]],[[281818,478275],[-5,-4317]],[[281813,473958],[-1305,-81]],[[280508,473877],[0,4510]],[[280508,478387],[1310,-112]],[[280508,473877],[4,-838]],[[280512,473039],[-752,7],[-414,-1125]],[[279346,471921],[-518,1158],[12,3307],[719,1122],[949,879]],[[283548,476628],[9,-4501]],[[283557,472127],[-318,-2],[8,-1701],[-272,15]],[[282975,470439],[-429,33],[9,794],[-498,-13]],[[282057,471253],[10,2716],[-254,-11]],[[281818,478275],[657,-443],[527,-1887],[546,683]],[[285389,471928],[-697,-201]],[[284692,471727],[-474,498],[-661,-98]],[[283548,476628],[635,251],[429,-526],[753,1480]],[[267885,474351],[36,-4847]],[[267921,469504],[-333,-96]],[[267588,469408],[-976,-152]],[[266612,469256],[-21,6379]],[[192501,457906],[15,-12908]],[[192516,444998],[-2779,45]],[[189737,445043],[-3,7851]],[[189734,452894],[0,9524]],[[189734,462418],[8,9437]],[[296240,476240],[-137,-2650],[-357,111],[-31,-3519],[241,-61],[-25,-3494]],[[295931,466627],[-259,37]],[[295672,466664],[-674,89]],[[294998,466753],[-25,3680]],[[251134,475161],[-13,-6521]],[[251121,468640],[-991,-43]],[[250130,468597],[-1307,230]],[[248823,468827],[0,6491]],[[261432,473694],[8,-6496]],[[261440,467198],[-657,-32]],[[260783,467166],[-660,1]],[[260123,467167],[-23,8135]],[[292678,471164],[-1239,47],[-606,1153]],[[301620,473018],[189,655],[301,-1389],[-295,-3187]],[[301815,469097],[-594,-238],[-94,-983],[-503,-1186]],[[300624,466690],[-506,1531],[-67,1971],[164,1457]],[[287396,474895],[215,-2005],[56,-5300]],[[287667,467590],[-1055,-367]],[[297264,474485],[21,-2797],[-310,-2918],[270,-2372]],[[297245,466398],[-1314,229]],[[232041,476276],[7,-6486]],[[232048,469790],[-1892,-6]],[[230156,469784],[78,2628],[157,622]],[[233361,476233],[0,-6428]],[[233361,469805],[-1313,-15]],[[239947,475444],[-4,-5679]],[[239943,469765],[-1318,14]],[[238625,469779],[3,6459]],[[238625,469779],[-1317,-14]],[[235993,469771],[-1311,30]],[[234682,469801],[0,6429]],[[234682,469801],[-1321,4]],[[266612,469256],[-658,-171],[8,-1638]],[[265962,467447],[-657,-45]],[[265305,467402],[-19,6552]],[[242574,473023],[-2,-3272]],[[242572,469751],[-1316,2]],[[241256,469753],[0,5691]],[[241256,469753],[-1313,12]],[[248823,468827],[0,-812]],[[248823,468015],[-1640,-18]],[[247183,467997],[-8,7226]],[[247183,467997],[1,-5692]],[[247184,462305],[-597,23]],[[246587,462328],[-172,2280],[-542,826]],[[245873,465434],[-469,1433],[-255,4394]],[[300624,466690],[-29,-121]],[[300595,466569],[-107,-729],[-1684,270]],[[298804,466110],[-84,15]],[[298720,466125],[-215,4313],[-157,16],[68,3426]],[[260123,467167],[-1187,-13]],[[258936,467154],[-50,4104],[-127,2428]],[[182299,475204],[2,-6522],[-141,-1591],[-469,14]],[[181691,467105],[-327,810],[-823,11],[-55,776],[-638,0]],[[179848,468702],[-1,6469]],[[179848,468702],[-63,-3749]],[[179785,464953],[-565,398],[-162,1616]],[[179058,466967],[-63,1875],[-371,1002]],[[252452,475131],[-16,-6573]],[[252436,468558],[-656,-5]],[[251780,468553],[-659,87]],[[182974,465323],[-238,-239],[-275,-2258],[-767,3]],[[181694,462829],[-3,4276]],[[253766,475059],[-16,-6494]],[[253750,468565],[-660,-23]],[[253090,468542],[-654,16]],[[254242,475057],[185,-6512]],[[254427,468545],[-677,20]],[[289473,469090],[-133,-2371]],[[289340,466719],[-1655,-378]],[[287685,466341],[-18,1249]],[[298720,466125],[-986,173]],[[297734,466298],[-489,100]],[[228422,473030],[0,-5278]],[[228422,467752],[-410,1264],[-493,-321]],[[227519,468695],[-420,21]],[[227099,468716],[-5,5908]],[[227099,468716],[-647,153],[-239,-1688],[-225,-93],[-331,1396]],[[265305,467402],[-657,-79]],[[264648,467323],[-572,-16]],[[264076,467307],[-12,6371]],[[282057,471253],[-126,-2331]],[[281931,468922],[-1419,93]],[[280512,469015],[0,4024]],[[262757,473695],[0,-6486]],[[262757,467209],[-661,6]],[[262096,467215],[-656,-17]],[[264076,467307],[-666,-109]],[[263410,467198],[-653,11]],[[184985,470576],[7,-703],[463,1104],[183,-1172],[54,-3295],[325,-1616],[-111,-2670]],[[185906,462224],[-218,4],[1,-1621],[-435,0],[0,-1622],[-966,-25]],[[184288,458960],[-6,4851],[-652,693]],[[279029,472686],[285,-724],[-124,-1251],[-161,1975]],[[280512,469015],[1,-6165]],[[280513,462850],[-1219,-1634]],[[279294,461216],[-444,1662]],[[278850,462878],[-210,586]],[[278640,463464],[245,2248],[543,1799],[-163,3149],[81,1261]],[[230156,469784],[-257,-2656],[18,-1098],[319,-1424],[30,-1300]],[[230266,463306],[144,-1322]],[[230410,461984],[-513,643]],[[229897,462627],[-187,2346],[-300,1001]],[[229410,465974],[1,7066]],[[229410,465974],[-586,1070]],[[228824,467044],[-402,708]],[[243900,473002],[-5,-8148]],[[243895,464854],[-1323,-36]],[[242572,464818],[0,4933]],[[245873,465434],[-1,-548],[-656,3]],[[245216,464889],[-1321,-35]],[[292692,470659],[24,-1088],[-500,-1877]],[[292216,467694],[-534,-438],[-538,1053]],[[291144,468309],[-321,626]],[[284692,471727],[-24,-4636]],[[284668,467091],[-949,-53],[-149,-3444]],[[283570,463594],[-344,17]],[[283226,463611],[9,1733],[-312,31],[52,5064]],[[186900,471896],[-241,-2319],[147,-3747],[355,398],[146,-1874],[116,-3740]],[[187423,460614],[-60,-2973],[-639,535]],[[186724,458176],[-180,1226],[-380,-494],[84,2409],[-342,907]],[[189734,462418],[-524,-641],[35,1743],[-1064,341],[14,-3257]],[[188195,460604],[-772,10]],[[285521,464472],[224,-1369],[-308,-60]],[[285437,463043],[-555,-97]],[[284882,462946],[2,2100],[-216,2045]],[[210915,461007],[1,-6453],[118,-1623]],[[211034,452931],[-1815,-34]],[[209219,452897],[0,11355]],[[210750,471496],[65,-4017],[1,-6473],[99,1]],[[214922,454659],[-168,-1624]],[[214754,453035],[-1702,-71]],[[213052,452964],[-57,-9]],[[212995,452955],[-124,1630],[-20,6469],[-66,0]],[[212785,461054],[0,6430],[-54,3997]],[[214709,471469],[45,-10348],[76,-3],[-4,-6452],[96,-7]],[[212785,461054],[-1870,-47]],[[225221,469297],[13,-2261]],[[225234,467036],[-777,345],[-862,1235],[-166,869],[-848,-1646]],[[222581,467839],[5,3607]],[[222581,467839],[-781,-1614],[-391,247]],[[221409,466472],[-1271,1432],[-179,713]],[[219959,468617],[0,2839]],[[219959,468617],[86,-14154]],[[220045,454463],[-279,6]],[[219766,454469],[-1612,38]],[[218154,454507],[-1617,75]],[[216537,454582],[-1615,77]],[[158411,453009],[-2622,-72]],[[155789,452937],[3,13114]],[[283226,463611],[-473,58],[-176,-2031]],[[282577,461638],[-328,866],[-551,60]],[[281698,462564],[229,2735],[4,3623]],[[294998,466753],[-244,-4393]],[[294754,462360],[-1202,-852]],[[293552,461508],[61,2653],[237,3286]],[[293481,467365],[-1033,-910]],[[292448,466455],[-257,-293],[25,1532]],[[154436,467457],[-322,-2815],[-164,-2462],[-328,-79],[-48,-2548],[372,-119],[281,-2180],[-183,-1761],[99,-2713]],[[154143,452780],[-1087,57]],[[153056,452837],[-394,1953],[-208,4302],[105,4473],[-71,1599],[-264,1356],[-114,2029],[200,2095]],[[179785,464953],[674,-952],[683,-1920],[360,583]],[[181502,462664],[-185,-223],[-6,-1813],[-601,5],[9,-7878]],[[180719,452755],[-2108,33]],[[232048,469790],[-2,-6489]],[[232046,463301],[-1780,5]],[[234682,469801],[-2,-6505]],[[234680,463296],[-1319,27]],[[233361,463323],[0,6482]],[[233361,463323],[-985,-8]],[[232376,463315],[-330,-14]],[[235993,469771],[0,-4895]],[[235993,464876],[0,-1607]],[[235993,463269],[-1313,27]],[[238625,469779],[-3,-6531]],[[238622,463248],[-1315,8]],[[237307,463256],[0,1612]],[[237307,464868],[1,4897]],[[237307,464868],[-1314,8]],[[239943,469765],[-4,-6533]],[[239939,463232],[-1317,16]],[[241256,469753],[-1,-4930]],[[241255,464823],[1,-1610]],[[241256,463213],[-1317,19]],[[242572,464818],[-1317,5]],[[291144,468309],[49,-3778],[-226,-2026]],[[290967,462505],[-369,-97],[-984,-2871],[-607,-823]],[[289007,458714],[112,1789],[-67,1881],[190,1044],[98,3291]],[[225234,467036],[12,-6037]],[[225246,460999],[0,-6480]],[[225246,454519],[-1283,-6]],[[223963,454513],[-1286,-11]],[[222677,454502],[-33,1]],[[222644,454503],[-31,12930],[-32,406]],[[268694,465642],[-316,-1305],[-142,-3076]],[[268236,461261],[-593,-71]],[[267643,461190],[-55,8218]],[[267921,469504],[681,71],[92,-3933]],[[267643,461190],[-1306,-223]],[[266337,460967],[-314,-75]],[[266023,460892],[-61,6555]],[[301815,469097],[129,-3011],[504,-1291],[-172,-917],[-656,-1009],[-20,-1435],[-247,-532]],[[301353,460902],[-115,246]],[[301238,461148],[-90,2974],[-550,962],[-3,1485]],[[227519,468695],[-2,-7665]],[[227517,461030],[-972,-16]],[[226545,461014],[-1299,-15]],[[228824,467044],[-4,-7638]],[[228820,459406],[-975,10]],[[227845,459416],[1,1618],[-329,-4]],[[281698,462564],[-753,1]],[[280945,462565],[-432,285]],[[250130,468597],[9,-6418]],[[250139,462179],[-99,3]],[[250040,462182],[-1216,98]],[[248824,462280],[-1,5735]],[[181694,462829],[-192,-165]],[[251780,468553],[1,-6529]],[[251781,462024],[-457,58]],[[251324,462082],[-1185,97]],[[221409,466472],[43,-12006]],[[221452,454466],[-68,2]],[[221384,454468],[-1339,-5]],[[253090,468542],[2,-4305]],[[253092,464237],[4,-2164]],[[253096,462073],[-1122,-19]],[[251974,462054],[-193,-30]],[[254427,468545],[185,-1078],[-127,-2165]],[[254485,465302],[-1064,31],[0,-1088],[-329,-8]],[[292448,466455],[-171,-3336],[-36,-2654]],[[292241,460465],[-527,-991]],[[291714,459474],[-489,1291],[-258,1740]],[[293552,461508],[-1311,-1043]],[[248824,462280],[-247,1]],[[248577,462281],[-1393,24]],[[222644,454503],[-1192,-37]],[[287015,460504],[-343,-51]],[[286672,460453],[-34,4021]],[[287685,466341],[71,-5738]],[[287756,460603],[-741,-99]],[[155789,452937],[-801,-56]],[[154988,452881],[-845,-101]],[[266023,460892],[-1299,-123]],[[264724,460769],[-27,1]],[[264697,460770],[-49,6553]],[[264697,460770],[-1281,-49]],[[263416,460721],[-6,6477]],[[263416,460721],[-329,-8]],[[263087,460713],[-985,-2]],[[262102,460711],[-6,6504]],[[262102,460711],[-632,-30]],[[261470,460681],[-681,30]],[[260789,460711],[-6,6455]],[[260789,460711],[-616,-16]],[[260173,460695],[-1419,-24]],[[258754,460671],[182,6483]],[[284882,462946],[17,-1460],[-606,385]],[[284293,461871],[-102,1733],[-621,-10]],[[229897,462627],[-253,6],[-13,-4592]],[[229631,458041],[-268,-255]],[[229363,457786],[-543,3],[0,1617]],[[295672,466664],[201,-1871],[-69,-1578]],[[295804,463215],[-69,-4535]],[[295735,458680],[-148,-5073]],[[295587,453607],[-1209,182]],[[294378,453789],[-26,1]],[[294352,453790],[-31,692],[433,7878]],[[289007,458714],[-9,-2219]],[[288998,456495],[-609,12],[-4,988],[-551,-86]],[[287834,457409],[-78,3194]],[[297645,459260],[-169,1432],[-916,-278],[9,882],[-474,583],[-291,1336]],[[297734,466298],[148,-1093],[-43,-2779],[-194,-3166]],[[301238,461148],[-70,-970]],[[301168,460178],[-67,-41]],[[301101,460137],[28,-397]],[[301129,459740],[-2,-4]],[[301127,459736],[-256,-726]],[[300871,459010],[-22,-492]],[[300849,458518],[-74,-390]],[[300775,458128],[-385,553],[-40,-2081],[-373,-819]],[[299977,455781],[-294,713],[-11,1200],[281,1310],[-388,368],[185,1162],[57,2438],[-390,-234],[39,1513],[-540,411],[-112,1448]],[[299977,455781],[-56,-2596]],[[299921,453185],[-840,-171]],[[299081,453014],[-844,387]],[[298237,453401],[-93,27]],[[298144,453428],[2,2448],[-359,413],[119,1141]],[[297906,457430],[27,1226],[-288,604]],[[184288,458960],[0,-6128]],[[184288,452832],[-2898,-86]],[[181390,452746],[-671,9]],[[246587,462328],[-37,-556],[502,-1805]],[[247052,459967],[-532,14],[-2,-1629],[-648,10]],[[245870,458362],[-647,9]],[[245223,458371],[-7,6518]],[[254485,465302],[3,-3266]],[[254488,462036],[-1092,47]],[[253396,462083],[-300,-10]],[[245223,458371],[-649,13]],[[244574,458384],[-652,-1]],[[243922,458383],[-27,6471]],[[237307,463256],[111,-1603],[1,-4876]],[[237419,456777],[-650,-3]],[[236769,456774],[-649,-15]],[[236120,456759],[0,4918],[-127,1592]],[[243922,458383],[-651,50]],[[243271,458433],[-651,-34]],[[242620,458399],[-48,6419]],[[242620,458399],[-653,5]],[[241967,458404],[-654,-10]],[[241313,458394],[-57,4819]],[[286672,460453],[9,-2065],[-460,403],[-3,-1030],[-340,349]],[[285878,458110],[-226,21]],[[285652,458131],[-201,28],[-14,4884]],[[209219,452897],[0,-5656]],[[209219,447241],[2,-2488]],[[209221,444753],[-1673,14],[-1,1638]],[[207547,446405],[-7,17807]],[[207547,446405],[-1742,68]],[[205805,446473],[-15,14424]],[[189734,452894],[-1286,-39]],[[188448,452855],[-243,1756],[-87,2141],[178,1265],[-101,2587]],[[284293,461871],[21,-3935],[375,114]],[[284689,458050],[-2,-5187]],[[284687,452863],[-1795,-1]],[[282892,452862],[-390,-48]],[[282502,452814],[75,8824]],[[278850,462878],[-1,-10015]],[[278849,452863],[-1529,-47]],[[277320,452816],[-423,27],[0,5034]],[[276897,457877],[602,1758],[633,2570],[508,1259]],[[232376,463315],[-1,-1600],[202,-13],[-4,-4901]],[[232573,456801],[-1911,67]],[[230662,456868],[1,1145]],[[230663,458013],[-154,1201],[39,2679],[-138,91]],[[234680,463296],[161,-1608],[-5,-4919]],[[234836,456769],[-647,13]],[[234189,456782],[-648,10]],[[233541,456792],[3,4901],[-183,1630]],[[233541,456792],[-968,9]],[[236120,456759],[-644,5]],[[235476,456764],[-640,5]],[[238622,463248],[103,-1618],[-1,-4868]],[[238724,456762],[-656,0]],[[238068,456762],[-649,15]],[[239939,463232],[70,-6471]],[[240009,456761],[-640,-7]],[[239369,456754],[-645,8]],[[241313,458394],[-653,-6],[2,-1611]],[[240662,456777],[-653,-16]],[[297906,457430],[-486,-1106],[-24,856],[-523,-374],[-118,1160],[-154,-1681],[-621,1035],[76,1737],[-321,-377]],[[285652,458131],[-963,-81]],[[280945,462565],[4,-9702]],[[280949,452863],[-1704,-50]],[[279245,452813],[-396,50]],[[230663,458013],[-1032,28]],[[282502,452814],[-1272,49]],[[281230,452863],[-281,0]],[[291714,459474],[-261,-2859],[238,-600]],[[291691,456015],[-916,-2845]],[[290775,453170],[-1003,-3057]],[[289772,450113],[-329,184],[-290,2566]],[[289153,452863],[-165,772],[10,2860]],[[248577,462281],[18,-5761]],[[248595,456520],[-1108,-48]],[[247487,456472],[-211,623],[-224,2872]],[[294352,453790],[-85,-1335],[-514,519],[-607,1358]],[[293146,454332],[53,903]],[[293199,455235],[352,2851],[1,3422]],[[249240,456572],[-645,-52]],[[250040,462182],[14,-5553]],[[250054,456629],[-814,-57]],[[251324,462082],[2,-6381]],[[251326,455701],[-650,-38],[2,1005],[-624,-39]],[[186724,458176],[47,-5357]],[[186771,452819],[-155,1]],[[186616,452820],[-2328,12]],[[253396,462083],[-8,-6346]],[[253388,455737],[-109,0]],[[253279,455737],[-975,-13]],[[252304,455724],[-325,0]],[[251979,455724],[-5,6330]],[[251979,455724],[-653,-23]],[[254614,455702],[-1226,35]],[[254488,462036],[-82,-3532],[208,-2802]],[[293199,455235],[-367,801],[-92,-1372],[-647,330],[-402,1021]],[[301127,459736],[69,-1616]],[[301196,458120],[-253,-1012],[-168,1020]],[[300849,458518],[22,492]],[[227845,459416],[-2,-4858]],[[227843,454558],[-1298,-23]],[[226545,454535],[0,6479]],[[212995,452955],[-1853,-35]],[[211142,452920],[-108,11]],[[226545,454535],[3,-3229]],[[226548,451306],[-1288,-24]],[[225260,451282],[-14,3237]],[[266372,454459],[-653,-60]],[[265719,454399],[-998,-201]],[[264721,454198],[3,6571]],[[266337,460967],[35,-6508]],[[203590,460931],[13,-19328],[-708,2],[8,-7373]],[[202903,434232],[-1501,65]],[[201402,434297],[-1279,5]],[[200123,434302],[-1673,-16]],[[198450,434286],[-31,12241],[1170,-39],[16,8015],[-52,3235]],[[205805,446473],[4,-12257]],[[205809,434216],[-2545,-6]],[[203264,434210],[-361,22]],[[188448,452855],[-1677,-36]],[[264721,454198],[-644,35]],[[264077,454233],[-965,-59]],[[263112,454174],[-25,6539]],[[263112,454174],[-326,40]],[[262786,454214],[-1301,-17]],[[261485,454197],[-15,6484]],[[260173,460695],[3,-6540]],[[260176,454155],[-1280,41]],[[258896,454196],[-2,3199],[-393,-4]],[[258501,457391],[253,3280]],[[261485,454197],[-1309,-42]],[[289153,452863],[-334,-23]],[[288819,452840],[-1736,23]],[[287083,452863],[-29,3458],[98,834],[-137,3349]],[[287083,452863],[-115,0]],[[286968,452863],[-1145,0]],[[285823,452863],[55,5247]],[[247487,456472],[432,-1434],[26,-1577]],[[247945,453461],[-2077,28]],[[245868,453489],[2,4873]],[[229363,457786],[-2,-3238]],[[229361,454548],[-545,3]],[[228816,454551],[-973,7]],[[301196,458120],[304,-647]],[[301500,457473],[18,-1677],[-433,-1150]],[[301085,454646],[-839,-2060]],[[300246,452586],[-325,599]],[[298144,453428],[-1041,73]],[[297103,453501],[-1391,88]],[[295712,453589],[-125,18]],[[301793,457791],[116,-445]],[[301909,457346],[403,-2846],[-196,-1501],[475,-1514],[5,-2152]],[[302596,449333],[-234,-1189]],[[302362,448144],[-280,-204],[-97,-1526],[-241,-453]],[[301744,445961],[-218,3011],[-291,-217],[146,1519],[-214,1940],[-82,2432]],[[301500,457473],[293,318]],[[243271,458433],[-1,-8140]],[[243270,450293],[-1301,18]],[[241969,450311],[-2,8093]],[[244574,458384],[-7,-6498]],[[244567,451886],[-1,-1627]],[[244566,450259],[-1296,34]],[[241969,450311],[-1303,-7]],[[240666,450304],[-4,6473]],[[245868,453489],[0,-1629]],[[245868,451860],[-1301,26]],[[285823,452863],[-1027,0]],[[284796,452863],[-109,0]],[[230662,456868],[249,-1941],[-15,-1182]],[[230896,453745],[-107,-597],[-679,13]],[[230110,453161],[-2,1379],[-747,8]],[[198450,434286],[-3154,-25]],[[195296,434261],[-2647,-56]],[[192649,434205],[-133,0]],[[192516,434205],[0,10793]],[[277320,452816],[-6,-2742]],[[277314,450074],[-2528,-14]],[[274786,450060],[0,2383]],[[274786,452443],[526,1090],[1585,4344]],[[258896,454196],[-10,-5792]],[[258886,448404],[-830,-14]],[[258056,448390],[-837,12]],[[257219,448402],[579,2539],[358,3966],[345,2484]],[[232573,456801],[-5,-6484]],[[232568,450317],[-1299,59]],[[231269,450376],[19,2011],[-392,1358]],[[240666,450304],[-1299,5]],[[239367,450309],[2,6445]],[[235476,456764],[0,-6454]],[[235476,450310],[-323,-7]],[[235153,450303],[-970,19]],[[234183,450322],[6,6460]],[[234183,450322],[-1294,1]],[[232889,450323],[-321,-6]],[[238068,456762],[0,-6440]],[[238068,450322],[-326,1]],[[237742,450323],[-971,-4]],[[236771,450319],[-2,6455]],[[236771,450319],[-324,-4]],[[236447,450315],[-971,-5]],[[239367,450309],[-322,8]],[[239045,450317],[-977,5]],[[251326,455701],[-4,-4851]],[[251322,450850],[-1168,-69],[-750,255]],[[249404,451036],[-159,538]],[[249245,451574],[-5,4998]],[[249245,451574],[-1296,-32]],[[247949,451542],[-4,1919]],[[293146,454332],[-66,-9100]],[[293080,445232],[-482,-138],[-384,934],[-288,-777]],[[291926,445251],[-77,1003],[-501,1869],[338,2426],[-911,2621]],[[254614,455702],[218,-1446],[316,-5438]],[[255148,448818],[123,-1399]],[[255271,447419],[-6,-4485]],[[255265,442934],[-737,66],[-9,1648],[-322,-35],[-7,1623],[-327,774]],[[253863,447010],[319,582],[-16,5161],[-954,-144]],[[253212,452609],[67,3128]],[[252304,455724],[-37,-8080]],[[252267,447644],[0,-1641]],[[252267,446003],[-938,-57]],[[251329,445946],[-7,4904]],[[253212,452609],[3,-4870]],[[253215,447739],[-948,-95]],[[216537,454582],[2,-6500]],[[216539,448082],[-1559,-14]],[[214980,448068],[-230,-4],[4,4971]],[[301744,445961],[-236,-1674],[-533,-780]],[[300975,443507],[-36,3034],[-176,277]],[[300763,446818],[-87,707]],[[300676,447525],[-253,1172]],[[300423,448697],[-177,3889]],[[218154,454507],[10,-6475]],[[218164,448032],[-1572,52]],[[216592,448084],[-53,-2]],[[230110,453161],[-2,-5099]],[[230108,448062],[-976,13]],[[229132,448075],[-318,5]],[[228814,448080],[2,6471]],[[227843,454558],[1,-6473]],[[227844,448085],[-1288,-18]],[[226556,448067],[-8,3239]],[[228814,448080],[-648,2]],[[228166,448082],[-322,3]],[[219766,454469],[6,-6447]],[[219772,448022],[-1243,-2]],[[218529,448020],[-365,12]],[[225260,451282],[0,-3235]],[[225260,448047],[-1272,-15]],[[223988,448032],[-19,0]],[[223969,448032],[-6,6481]],[[221384,454468],[0,-6437]],[[221384,448031],[-1572,-10]],[[219812,448021],[-40,1]],[[222677,454502],[3,-6462]],[[222680,448040],[-1296,-9]],[[223969,448032],[-1263,4]],[[222706,448036],[-26,4]],[[265719,454399],[30,-6681]],[[265749,447718],[-327,-64]],[[265422,447654],[-1337,-251]],[[264085,447403],[-8,6830]],[[294378,453789],[-86,-7126]],[[294292,446663],[-33,-2600]],[[294259,444063],[-1125,-725],[-133,-918]],[[293001,442420],[79,2812]],[[302596,449333],[321,-1189],[408,-369],[764,1511],[-341,4569],[401,-2137],[107,-3239],[-210,-1768],[-1085,-604],[-241,-1586],[-502,-404],[144,4027]],[[262786,454214],[4,-5818]],[[262790,448396],[-1035,-6]],[[261755,448390],[-267,4]],[[261488,448394],[-3,5803]],[[264085,447403],[-109,-15]],[[263976,447388],[-1133,-180]],[[262843,447208],[-53,1188]],[[261488,448394],[-1023,-15]],[[260465,448379],[-349,0]],[[260116,448379],[69,741],[-9,5035]],[[260116,448379],[-774,27]],[[259342,448406],[-456,-2]],[[295712,453589],[-58,-1345],[397,121],[-173,-3103],[-189,-155],[94,-2951]],[[295783,446156],[-481,-2335],[-431,-845]],[[294871,442976],[-365,419],[-214,3268]],[[231269,450376],[205,-1283],[-160,-2129]],[[231314,446964],[-897,11]],[[230417,446975],[1,1083],[-310,4]],[[297103,453501],[5,-4180],[88,63],[182,-3932]],[[297378,445452],[-156,-333]],[[297222,445119],[-108,1173],[-581,-358],[-107,-908]],[[296426,445026],[-541,-412],[-102,1542]],[[298237,453401],[8,-1301],[-328,-15],[-2,-2289],[170,-1515],[-230,-737]],[[297855,447544],[-477,-2092]],[[247949,451542],[-252,-2717]],[[247697,448825],[-205,-1009]],[[247492,447816],[-632,692]],[[246860,448508],[-476,-580],[-516,680]],[[245868,448608],[0,3252]],[[299081,453014],[27,-5277]],[[299108,447737],[6,-1575]],[[299114,446162],[-459,-104],[-560,583],[-240,903]],[[300423,448697],[-95,-429]],[[300328,448268],[-110,206]],[[300218,448474],[-189,-592],[-921,-145]],[[291926,445251],[-301,-1608],[-771,-203],[-6,-1282]],[[290848,442158],[-634,1017],[-245,2280]],[[289969,445455],[47,2798],[-244,1860]],[[160757,452819],[3,-15155]],[[160760,437664],[-2931,-15]],[[157829,437649],[50,2566],[-253,887],[-643,-3074],[-236,36],[-242,-1729],[156,-2198],[-334,192],[-289,1393],[-274,-63],[-470,1939]],[[155294,437598],[-187,3492],[-519,272]],[[154588,441362],[111,941],[-260,2964],[146,1892],[-113,2512],[387,1397],[129,1813]],[[214980,448068],[2,-6471]],[[214982,441597],[-197,8],[0,-3232]],[[214785,438373],[-1547,1]],[[213238,438374],[-73,4047]],[[213165,442421],[1,5662],[-117,1089],[3,3792]],[[213165,442421],[-2040,-26]],[[211125,442395],[-4,4869]],[[211121,447264],[21,5656]],[[188448,452855],[2,-2742],[226,-3238],[-46,-2736],[-189,-2015]],[[188441,442124],[-433,106],[-167,-983],[-443,939]],[[187398,442186],[-88,2093],[-182,-89],[-193,3078],[-4,3038],[-315,2514]],[[211121,447264],[-1902,-23]],[[189737,445043],[-2,-6109]],[[189735,438934],[-608,-2e3]],[[189127,436934],[120,1271],[-305,2684],[-249,88]],[[188693,440977],[-252,1147]],[[286968,452863],[88,-6473]],[[287056,446390],[-234,-102],[-57,-1948]],[[286765,444340],[-1655,896]],[[285110,445236],[-170,121]],[[284940,445357],[-144,7506]],[[284940,445357],[-238,-844],[-1781,-169]],[[282921,444344],[-29,8518]],[[187398,442186],[-205,139],[-194,-1813],[-584,5],[-711,-4841]],[[185704,435676],[-852,-1423],[-3463,-5]],[[181389,434248],[1,18498]],[[173097,434253],[-1,-6651],[-636,-10],[-149,-2165]],[[172311,425427],[-25,2930],[-933,15],[0,3230],[-3183,-37],[0,1955],[-1457,-9]],[[166713,433511],[-57,0],[17,19239]],[[173097,452848],[0,-18595]],[[181389,434248],[-13,-16439]],[[181376,417809],[-3391,104],[-1592,99]],[[176393,418012],[-461,-9],[-438,10035],[-1,6209],[-1195,9]],[[174298,434256],[-1201,-3]],[[281230,452863],[9,-7106]],[[281239,445757],[-601,-298]],[[280638,445459],[-179,516],[-1317,-113]],[[279142,445862],[103,6951]],[[282921,444344],[4,-1186]],[[282925,443158],[-1089,-71]],[[281836,443087],[-171,12],[-426,2658]],[[154588,441362],[-303,-18],[-4,1572],[-819,-16]],[[153462,442900],[-267,5082],[-262,812],[123,4043]],[[289969,445455],[-804,-6748]],[[289165,438707],[-411,-130]],[[288754,438577],[180,478],[-59,7138]],[[288875,446193],[-56,6647]],[[288875,446193],[-721,12]],[[288154,446205],[-1098,185]],[[279142,445862],[-1549,13]],[[277593,445875],[-281,-13]],[[277312,445862],[2,4212]],[[164792,452768],[-2,-15095]],[[164790,437673],[-3709,-1]],[[161081,437672],[-321,-8]],[[166713,433511],[-9,-8230],[-71,-9],[-2,-9666],[318,13]],[[166949,415619],[45,-3525],[106,-405],[-51,-2898]],[[167049,408791],[-264,-205]],[[166785,408586],[-505,-709],[-438,-1338],[-205,182],[104,-3535],[-151,-1501]],[[165590,401685],[-469,-1590],[-343,3]],[[164778,400098],[-9,2800]],[[164769,402898],[12,2458]],[[164781,405356],[6,5108]],[[164787,410464],[3,27209]],[[253863,447010],[-4,809],[-643,-82]],[[253216,447737],[-1,2]],[[274786,450060],[0,-6514]],[[274786,443546],[-1348,42]],[[273438,443588],[-1,3974]],[[273437,447562],[3,2573]],[[273440,450135],[1346,2308]],[[245868,448608],[-3,-3243]],[[245865,445365],[-1300,22]],[[244565,445387],[1,4872]],[[249404,451036],[-5,-5898]],[[249399,445138],[-644,-16]],[[248755,445122],[-900,11]],[[247855,445133],[-158,3692]],[[226556,448067],[2,-4023]],[[226558,444044],[-753,-845],[-533,-1]],[[225272,443198],[-12,4849]],[[251329,445946],[-636,7],[1,-814]],[[250694,445139],[-1295,-1]],[[232889,450323],[0,-4862],[165,-1791]],[[233054,443670],[-1389,16]],[[231665,443686],[-256,439],[-95,2839]],[[243270,450293],[6,-6524]],[[243276,443769],[-326,-13]],[[242950,443756],[-979,-17]],[[241971,443739],[-2,6572]],[[237742,450323],[68,-6545]],[[237810,443778],[-1255,-153]],[[236555,443625],[-107,1818],[-1,4872]],[[234183,450322],[1,-4860],[144,-1818]],[[234328,443644],[-317,10]],[[234011,443654],[-957,16]],[[235153,450303],[2,-4797],[121,-1872]],[[235276,443634],[-948,10]],[[241971,443739],[-319,-4]],[[241652,443735],[-960,-14]],[[240692,443721],[-26,6583]],[[239045,450317],[53,-6615]],[[239098,443702],[0,-314]],[[239098,443388],[-1288,390]],[[240692,443721],[-320,-6]],[[240372,443715],[-1274,-13]],[[236555,443625],[-1279,9]],[[244565,445387],[-5,-3261]],[[244560,442126],[-322,12]],[[244238,442138],[-104,1623],[-858,8]],[[273437,447562],[-275,-15],[3,-1357],[-539,-11],[-3,-1320],[-265,-4]],[[272358,444855],[-272,1146]],[[272086,446001],[570,2452],[784,1682]],[[277312,445862],[-602,-34],[-476,-2456]],[[276234,443372],[-1448,-20]],[[274786,443352],[0,194]],[[247855,445133],[-29,-825],[-657,-1555],[-5,-2418]],[[247164,440335],[-1778,120]],[[245386,440455],[0,4]],[[245386,440459],[89,1581],[707,640]],[[246182,442680],[363,171],[871,2340],[76,2625]],[[300676,447525],[-94,-1308],[-254,2051]],[[246182,442680],[7,2674],[-324,11]],[[300218,448474],[-108,-2110]],[[300110,446364],[-154,-894],[-847,-110]],[[299109,445360],[5,802]],[[260465,448379],[14,-4389]],[[260479,443990],[3,-1610]],[[260482,442380],[-1130,-18]],[[259352,442362],[-1,806]],[[259351,443168],[-9,5238]],[[259351,443168],[-1136,-50],[2,-810]],[[258217,442308],[-163,-1]],[[258054,442307],[104,4029],[-102,2054]],[[258054,442307],[-490,-569],[-231,-2173],[-408,-905]],[[256925,438660],[-7,8808]],[[256918,447468],[301,934]],[[262847,444118],[-1085,-69]],[[261762,444049],[-7,4341]],[[262843,447208],[4,-3090]],[[261762,444049],[-1283,-59]],[[229132,448075],[0,-5329]],[[229132,442746],[-759,-1483],[-211,138]],[[228162,441401],[4,6681]],[[228162,441401],[-318,227]],[[227844,441628],[-643,-1180]],[[227201,440448],[0,1151],[-292,1]],[[226909,441600],[0,2456],[-351,-12]],[[230417,446975],[2,-2974],[320,-2434]],[[230739,441567],[-395,2]],[[230344,441569],[-276,747],[-936,373]],[[229132,442689],[0,57]],[[218529,448020],[-5,-6446]],[[218524,441574],[-1550,27]],[[216974,441601],[-383,9]],[[216591,441610],[1,6474]],[[216591,441610],[-1609,-13]],[[225272,443198],[0,-1617]],[[225272,441581],[-1262,6]],[[224010,441587],[-20,-2]],[[223990,441585],[-2,6447]],[[222706,448036],[25,-6450]],[[222731,441586],[-12,-6463]],[[222719,435123],[-609,-9]],[[222110,435114],[-2224,2]],[[219886,435116],[-74,6454]],[[219812,441570],[0,6451]],[[219812,441570],[-1288,4]],[[223990,441585],[-1259,1]],[[267414,445850],[-697,-80]],[[266717,445770],[-430,-32],[-394,-2264],[-479,-1510]],[[265414,441964],[1,1360]],[[265415,443324],[7,4330]],[[265749,447718],[781,161]],[[266530,447879],[6,1]],[[266536,447880],[30,6]],[[266566,447886],[16,1]],[[266582,447887],[26,6]],[[266608,447893],[806,-2043]],[[255265,442934],[-2,-3134]],[[255263,439800],[-1357,-110],[6,-1614],[-648,-80]],[[253264,437996],[-23,4868]],[[253241,442864],[-25,4873]],[[267414,445850],[546,-1925],[381,1255],[294,-1578],[-868,-836]],[[267767,442766],[-50,-4]],[[267717,442762],[-15,-1]],[[267702,442761],[-769,5],[-213,794]],[[266720,443560],[-3,2210]],[[253241,442864],[-956,-107]],[[252285,442757],[-18,3246]],[[265415,443324],[-1279,-37]],[[264136,443287],[-108,529],[-52,3572]],[[273438,443588],[0,-2864]],[[273438,440724],[-1081,8]],[[272357,440732],[1,4123]],[[299109,445360],[-23,-3357],[-140,-1618]],[[298946,440385],[-436,-421],[-482,288],[-416,-840],[-291,2723]],[[297321,442135],[350,235],[-50,1824],[-299,-181],[-100,1106]],[[256110,445860],[11,-7106]],[[256121,438754],[-158,-435]],[[255963,438319],[-386,-1051],[-314,71]],[[255263,437339],[0,2461]],[[255271,447419],[248,-1015],[591,-544]],[[256925,438660],[-559,918],[-245,-824]],[[256110,445860],[808,1608]],[[264136,443287],[1,-1079]],[[264137,442208],[-1288,-29]],[[262849,442179],[-2,1939]],[[211125,442395],[-24,-800]],[[211101,441595],[-1879,-26]],[[209222,441569],[-1,3184]],[[231665,443686],[164,-2163]],[[231829,441523],[-1090,44]],[[300704,446133],[-85,-2793],[-210,505],[295,2288]],[[300975,443507],[-208,-748],[-4,4059]],[[294871,442976],[348,-1153],[336,-2034],[-121,-1229]],[[295434,438560],[-200,-1187],[-705,-2090],[-626,-1185]],[[293903,434098],[-195,2025],[683,2086],[-173,2860]],[[294218,441069],[41,2994]],[[209222,441569],[-4,-7295]],[[209218,434274],[-2479,-59]],[[206739,434215],[-930,1]],[[300110,446364],[27,-3366],[-179,-1833],[-1042,-1242],[30,462]],[[288154,446205],[-316,-4003]],[[287838,442202],[-487,-794],[-761,-136]],[[286590,441272],[175,3068]],[[297321,442135],[207,-2884],[-531,-114]],[[296997,439137],[-298,3270],[-256,-278],[-17,2897]],[[296997,439137],[9,-62]],[[297006,439075],[21,-79]],[[297027,438996],[-1112,58],[-473,-1600],[-8,1106]],[[288754,438577],[-264,-1321]],[[288490,437256],[-133,486],[-104,2827],[-415,1633]],[[293001,442420],[-13,-2190]],[[292988,440230],[-683,-3302]],[[292305,436928],[-373,1054]],[[291932,437982],[-934,2867]],[[290998,440849],[-150,1309]],[[252285,442757],[26,-6500]],[[252311,436257],[-960,-39],[-1,-3314]],[[251350,432904],[-324,-34]],[[251026,432870],[0,3329],[-319,-14]],[[250707,436185],[-5,3838]],[[250702,440023],[-8,5116]],[[272357,440732],[-1,0]],[[272356,440732],[-569,47],[73,-1359],[-321,-13]],[[271539,439407],[-538,-38]],[[271001,439369],[3,1405],[-263,14],[8,2861]],[[270749,443649],[623,-332],[714,2684]],[[280638,445459],[-3,-3672],[463,-4],[46,-3243]],[[281144,438540],[-1140,433],[-177,-968]],[[279827,438005],[-70,1137],[-624,1848],[-379,-396]],[[278754,440594],[88,2092],[292,-302],[8,3478]],[[278754,440594],[-317,-166]],[[278437,440428],[5,1839],[-538,103],[-216,-927]],[[277688,441443],[-95,4432]],[[277688,441443],[-1,-945],[-351,-264],[-253,-2768]],[[277083,437466],[-849,-18]],[[276234,437448],[0,5924]],[[269692,442195],[16,-2668]],[[269708,439527],[-1391,120]],[[268317,439647],[-18,2605],[-150,10]],[[268149,442262],[253,825],[384,-407]],[[268786,442680],[-5,-153]],[[268781,442527],[480,-1172],[431,840]],[[266720,443560],[-15,-4583]],[[266705,438977],[-3,-1624]],[[266702,437353],[-1282,19]],[[265420,437372],[-6,4592]],[[281836,443087],[1,-1967],[-292,-2833]],[[281545,438287],[-401,253]],[[290998,440849],[-384,-1439],[-427,-3445]],[[290187,435965],[-461,1079],[82,1909],[-643,-246]],[[245386,440459],[-830,46],[4,1621]],[[285110,445236],[175,-3416],[441,-1905],[405,-536]],[[286131,439379],[-539,-2232]],[[285592,437147],[-256,304]],[[285336,437451],[-455,-615]],[[284881,436836],[-228,-951],[-463,-355]],[[284190,435530],[-1068,5402],[-197,2226]],[[286590,441272],[-78,-1277]],[[286512,439995],[-381,-616]],[[250702,440023],[-480,-176],[-57,-1256],[-306,11],[0,-1588]],[[249859,437014],[-479,1]],[[249380,437015],[-1,1587],[-610,12]],[[248769,438614],[-14,6508]],[[248769,438614],[-31,-1592],[-323,7]],[[248415,437029],[-1262,34]],[[247153,437063],[11,3272]],[[192516,434205],[-2782,5],[1,4724]],[[262849,442179],[1,-2880]],[[262850,439299],[-1082,-133]],[[261768,439166],[-6,4883]],[[261768,439166],[-323,-1]],[[261445,439165],[-639,38],[-321,533]],[[260485,439736],[-3,2644]],[[226909,441600],[-6,-1597],[-967,-298],[-621,-536],[-31,2413]],[[225284,441582],[-12,-1]],[[293006,440243],[-18,-18]],[[292988,440225],[0,5]],[[294218,441069],[-1212,-826]],[[302428,442673],[372,-1939],[-773,-264],[113,1840],[288,363]],[[271001,439369],[-263,5],[-6,-1403],[-273,-2],[-271,-1169],[-5,-1369]],[[270183,435431],[-459,41]],[[269724,435472],[-16,4055]],[[269692,442195],[936,1653],[121,-199]],[[244238,442138],[-5,-4866]],[[244233,437272],[-641,8]],[[243592,437280],[-640,13]],[[242952,437293],[-2,6463]],[[239098,443388],[2,-6149]],[[239100,437239],[-639,12]],[[238461,437251],[-646,14]],[[237815,437265],[-5,6513]],[[242952,437293],[-653,-16]],[[242299,437277],[-642,-14]],[[241657,437263],[-5,6472]],[[237815,437265],[-627,-98]],[[237188,437167],[-633,7]],[[236555,437174],[0,6451]],[[241657,437263],[-642,-12]],[[241015,437251],[-638,-8]],[[240377,437243],[-5,6472]],[[240377,437243],[-639,-2]],[[239738,437241],[-638,-2]],[[234011,443654],[-4,-6441]],[[234007,437213],[-636,14]],[[233371,437227],[-1382,-2]],[[231989,437225],[-120,575]],[[231869,437800],[88,2413],[-128,1310]],[[235276,443634],[0,-6443]],[[235276,437191],[-633,8]],[[234643,437199],[-636,14]],[[236555,437174],[-638,8]],[[235917,437182],[-641,9]],[[274786,443352],[1,-6623]],[[274787,436729],[-1339,18]],[[273448,436747],[-10,3977]],[[267702,442761],[447,-499]],[[268317,439647],[3,-645]],[[268320,439002],[-1615,-25]],[[276234,437448],[-271,-1900]],[[275963,435548],[-140,819],[-1037,201]],[[274786,436568],[1,161]],[[265420,437372],[-967,-37]],[[264453,437335],[-1,4878],[-315,-5]],[[259352,442362],[14,-4890],[-65,-6]],[[259301,437466],[-1086,-26]],[[258215,437440],[2,4868]],[[284190,435530],[0,-456]],[[284190,435074],[-1015,-1516],[-180,1961],[-470,731],[-132,1393],[-289,-77],[-14,1365],[-389,-1859]],[[281701,437072],[-156,1215]],[[155294,437598],[-138,-2080],[141,-717],[-208,-2138],[-386,312],[218,-3716],[-6,-13593]],[[154915,415666],[-1334,-12]],[[153581,415654],[-243,1901],[-703,2914],[-129,3412],[387,4770],[132,-280],[308,6363],[-131,874],[260,7292]],[[253264,437996],[-21,-1627]],[[253243,436369],[-932,-112]],[[229132,442689],[-7,-7583]],[[229125,435106],[-7,1]],[[229118,435107],[-1274,15]],[[227844,435122],[0,6506]],[[230344,441569],[400,-3784]],[[230744,437785],[23,-2699]],[[230767,435086],[-404,-540]],[[230363,434546],[0,542],[-1238,18]],[[260485,439736],[-89,-4618]],[[260396,435118],[-728,-71]],[[259668,435047],[-364,782],[-3,1637]],[[213238,438374],[-29,-4081]],[[213209,434293],[-91,-1]],[[213118,434292],[-2030,-1]],[[211088,434291],[13,7304]],[[278437,440428],[-17,-5242]],[[278420,435186],[-185,-771],[-669,-629],[-401,1395],[-70,2246]],[[277095,437427],[-12,39]],[[188693,440977],[-212,-2506],[-449,-761],[-413,552],[-140,-1426]],[[187479,436836],[-928,257],[-847,-1417]],[[258215,437440],[-1290,17]],[[256925,437457],[0,1203]],[[288490,437256],[-135,-732]],[[288355,436524],[-329,-581],[98,-1543],[-739,-1772]],[[287385,432628],[-586,684]],[[286799,433312],[-59,3514],[-251,1238],[23,1931]],[[264453,437335],[-316,-6]],[[264137,437329],[-325,1637],[-962,-17]],[[262850,438949],[0,350]],[[245386,440455],[-115,-1740],[344,-1568],[113,-1545]],[[245728,435602],[-1175,26]],[[244553,435628],[2,1613],[-322,31]],[[216974,441601],[-2,-6470],[56,-810]],[[217028,434321],[-2233,-1]],[[214795,434320],[-10,4053]],[[219886,435116],[3,-6448]],[[219889,428668],[-1545,-2]],[[218344,428666],[-1309,-44]],[[217035,428622],[-7,5699]],[[304069,440802],[121,-1847],[-424,-197],[303,2044]],[[227844,435122],[-1276,-6]],[[226568,435116],[-6,2365]],[[226562,437481],[639,2967]],[[211088,434291],[-535,-10]],[[210553,434281],[-1335,-7]],[[226562,437481],[-534,-2005],[-733,-3605]],[[225295,431871],[-11,3241]],[[225284,435112],[0,6470]],[[225284,435112],[-1212,5]],[[224072,435117],[-74,0]],[[223998,435117],[12,6470]],[[223998,435117],[-1279,6]],[[231869,437800],[-1125,-15]],[[189127,436934],[-680,-1517],[-235,-1307],[316,-2474],[-193,-1471],[-256,343]],[[188079,430508],[-272,1154]],[[187807,431662],[-214,1796],[-114,3378]],[[279827,438005],[-264,-1317],[-1,-4191]],[[279562,432497],[-1143,101]],[[278419,432598],[1,2588]],[[157829,437649],[146,-436],[-429,-4820],[-421,-4012],[145,-2152],[-836,-2813],[-185,-2444]],[[156249,420972],[222,-710],[144,-5037]],[[156615,415225],[-1701,-22],[1,463]],[[293524,432082],[-325,588]],[[293199,432670],[123,2992],[-28,2071],[-288,2510]],[[293903,434098],[-379,-2016]],[[291932,437982],[-383,-2133]],[[291549,435849],[-417,-3054],[-322,-187]],[[290810,432608],[-554,3400]],[[290256,436008],[-69,-43]],[[272356,440732],[-5,-6697]],[[272351,434035],[-74,-1524],[-634,144]],[[271643,432655],[-114,1381]],[[271529,434036],[10,5371]],[[273448,436747],[0,-2714],[-243,-5]],[[273205,434028],[-854,7]],[[247153,437063],[-6,-1623]],[[247147,435440],[-963,88]],[[246184,435528],[-456,35]],[[245728,435563],[0,39]],[[250707,436185],[-548,-8],[-300,837]],[[293219,434221],[-863,2534]],[[292356,436755],[-51,173]],[[292988,440225],[220,-3323],[11,-2681]],[[286799,433312],[-277,-2753],[-204,-490]],[[286318,430069],[-412,1992]],[[285906,432061],[44,1187],[-292,2181],[-66,1718]],[[255263,437339],[2,-2898]],[[255265,434441],[-1688,-234]],[[253577,434207],[-321,-56]],[[253256,434151],[-13,2218]],[[261445,439165],[-77,-4820]],[[261368,434345],[-859,-54]],[[260509,434291],[-113,827]],[[294554,427872],[-111,3761]],[[294443,431633],[-93,1192],[769,-305],[174,1128],[1072,-46],[376,298],[903,2985],[-441,-2838],[-371,-1388],[292,-372],[379,1926],[532,898],[205,-1023],[552,1761],[82,-626],[-1554,-3632],[-192,472],[-405,-1606],[-231,346],[-428,-1336],[-389,99],[-351,-945],[-238,353],[-532,-1102]],[[269724,435472],[-278,-7],[9,-1349]],[[269455,434116],[-813,51]],[[268642,434167],[-292,19]],[[268350,434186],[-30,4816]],[[256925,437457],[-1,-4839]],[[256924,432618],[-156,-1387],[-315,-5],[2,-1882]],[[256455,429344],[-469,-1]],[[255986,429343],[-23,8976]],[[271529,434036],[-1228,59]],[[270301,434095],[-118,1336]],[[262850,438949],[1,-4898]],[[262851,434051],[1,-1244]],[[262852,432807],[-755,-89]],[[262097,432718],[-730,-14]],[[261367,432704],[1,1641]],[[268350,434186],[-789,-60]],[[267561,434126],[-857,-30]],[[266704,434096],[-2,3257]],[[281701,437072],[-194,-834],[74,-2825],[-363,-706],[-462,-3035],[47,-403]],[[280803,429269],[26,-143]],[[280829,429126],[-1257,-6]],[[279572,429120],[-10,3377]],[[192649,434205],[0,-3424]],[[192649,430781],[-728,405],[-315,-879],[-787,-888],[-261,131],[-420,-1293]],[[190138,428257],[-340,-1866],[-343,-529],[-618,1479],[-69,1143],[-267,-1698],[-177,190]],[[188324,426976],[-245,3532]],[[284190,435074],[-613,-3675]],[[283577,431399],[-884,-2182]],[[282693,429217],[-399,259],[-333,-970],[-479,890]],[[281482,429396],[-679,-127]],[[290256,436008],[-428,-2351]],[[289828,433657],[-466,-1940],[-519,-917]],[[288843,430800],[-280,2542],[218,671],[-426,2511]],[[264137,437329],[-1,-3255],[-160,-7]],[[263976,434067],[-1125,-16]],[[249380,437015],[-1,-3256]],[[249379,433759],[-966,19]],[[248413,433778],[2,3251]],[[214795,434320],[-2,-28]],[[214793,434292],[-1584,1]],[[255986,429343],[-721,8]],[[255265,429351],[0,5090]],[[292587,430897],[-395,1442]],[[292192,432339],[-104,1880],[-539,1630]],[[292356,436755],[-165,-2166],[367,-971],[29,-2721]],[[231989,437225],[3,-1985]],[[231992,435240],[-431,236],[-484,-1309],[-310,919]],[[164787,410464],[-407,-275]],[[164380,410189],[102,1081],[5,3235],[-258,1376],[-24,1351],[-366,545],[-472,2488],[-707,1250],[-457,-2310],[-371,1200],[1,3539],[-743,-22]],[[161090,423922],[22,8573],[-31,5177]],[[161090,423922],[-473,4]],[[160617,423926],[-1427,-349],[-831,-1032],[-549,336],[-407,-1138],[-271,689],[-883,-1460]],[[285336,437451],[-167,-4196],[366,397],[371,-1591]],[[286318,430069],[-895,-2188]],[[285423,427881],[-525,-887],[-165,332]],[[284733,427326],[26,188]],[[284759,427514],[265,1448],[124,3090]],[[285148,432052],[-223,1660],[-44,3124]],[[259668,435047],[-2,-813]],[[259666,434234],[-620,-58],[0,-1610]],[[259046,432566],[-835,5]],[[258211,432571],[4,4869]],[[226568,435116],[1,-6480]],[[226569,428636],[-1260,-4]],[[225309,428632],[-14,-1]],[[225295,428631],[0,3240]],[[258211,432571],[-314,19]],[[257897,432590],[-973,28]],[[277095,437427],[-6,-9328]],[[277089,428099],[-1270,90]],[[275819,428189],[-27,3362]],[[275792,431551],[-19,2706],[190,1291]],[[278419,432598],[1,-2521],[-655,-4576]],[[277765,425501],[-675,2580]],[[277090,428081],[-1,18]],[[266704,434096],[-266,-3234]],[[266438,430862],[-1015,34]],[[265423,430896],[-1,1871]],[[265422,432767],[-2,4605]],[[265422,432767],[-638,-293],[0,-813],[-644,-36]],[[264140,431625],[-164,2442]],[[243592,437280],[-8,-4878]],[[243584,432402],[-1283,-20]],[[242301,432382],[-2,4895]],[[244553,435628],[-3,-4868],[-104,1]],[[244446,430761],[-862,15]],[[243584,430776],[0,1626]],[[242301,432382],[-1281,-16]],[[241020,432366],[-5,4885]],[[238461,437251],[3,-4896]],[[238464,432355],[-1277,-24]],[[237187,432331],[1,4836]],[[239738,437241],[4,-4883]],[[239742,432358],[-1278,-3]],[[241020,432366],[-1278,-8]],[[233371,437227],[-2,-4811]],[[233369,432416],[-1193,2]],[[232176,432418],[-184,2822]],[[234643,437199],[-2,-4800]],[[234641,432399],[-1272,17]],[[235917,437182],[-1,-4805]],[[235916,432377],[-1275,22]],[[237187,432331],[-1271,46]],[[187807,431662],[-565,-723],[-182,1854],[-716,-2763]],[[186344,430030],[-640,5646]],[[248413,433778],[-2,-4886]],[[248411,428892],[-1277,44]],[[247134,428936],[13,6504]],[[285148,432052],[-398,107],[-1152,-1498]],[[283598,430661],[-21,738]],[[251026,432870],[-1183,-88]],[[249843,432782],[68,968],[-532,9]],[[292970,430541],[-431,-269]],[[292539,430272],[48,625]],[[293219,434221],[-249,-3680]],[[274786,436568],[0,-4189]],[[274786,432379],[-1580,38]],[[273206,432417],[-1,1611]],[[288843,430800],[-376,-510]],[[288467,430290],[-415,-967]],[[288052,429323],[-667,3305]],[[275792,431551],[-1004,-68]],[[274788,431483],[-2,896]],[[253256,434151],[34,-7012],[-625,-15]],[[252665,427124],[-321,-16],[-28,2626],[-961,-79]],[[251355,429655],[-5,3249]],[[290810,432608],[-339,-2310]],[[290471,430298],[-220,-1439],[-616,-2210]],[[289635,426649],[-20,311]],[[289615,426960],[68,3155],[341,1723],[-196,1819]],[[292192,432339],[-162,208],[-116,-3152]],[[291914,429395],[-248,-1212]],[[291666,428183],[-265,1560],[-471,-723]],[[290930,429020],[-459,1278]],[[186344,430030],[155,-1074],[97,-4631]],[[186596,424325],[-109,-154],[37,-2824],[149,-2529],[-95,-2971]],[[186578,415847],[-452,-1998],[-1271,-19],[-3480,52]],[[181375,413882],[1,3927]],[[245728,435563],[-37,-2695],[-356,-1884],[-63,-2389]],[[245272,428595],[-424,1079]],[[244848,429674],[-402,1087]],[[246184,435528],[-12,-8061]],[[246172,427467],[-319,64]],[[245853,427531],[-783,-26]],[[245070,427505],[202,1090]],[[247134,428936],[-3,-1616]],[[247131,427320],[-959,147]],[[270301,434095],[8,-6024]],[[270309,428071],[-263,-11],[2,-1850]],[[270048,426210],[-326,-246]],[[269722,425964],[-6,3195],[-215,1865],[-46,3092]],[[232176,432418],[-58,-2195]],[[232118,430223],[-1754,3]],[[230364,430226],[-1,4320]],[[227844,435122],[-1,-6484]],[[227843,428638],[-1271,-2]],[[226572,428636],[-3,0]],[[225295,428631],[-1221,12]],[[224074,428643],[-2,6474]],[[222110,435114],[25,-6995]],[[222135,428119],[-630,263]],[[221505,428382],[-943,281]],[[220562,428663],[-673,5]],[[224074,428643],[-9,-170]],[[224065,428473],[-507,-690],[-760,186]],[[222798,427969],[-663,150]],[[229118,435107],[-7,-6481]],[[229111,428626],[-1268,12]],[[230364,430226],[0,-4858]],[[230364,425368],[-1251,12]],[[229113,425380],[-2,3246]],[[260509,434291],[14,-6500]],[[260523,427791],[-630,-27]],[[259893,427764],[-208,-13],[-19,6483]],[[255265,429351],[-1,-4575]],[[255264,424776],[-1140,-98]],[[254124,424678],[-508,40],[-39,9489]],[[261367,432704],[3,-4889],[-318,-15]],[[261052,427800],[-529,-9]],[[210532,425375],[-1577,18],[-7,-9746]],[[208948,415647],[-2260,-10]],[[206688,415637],[-254,-1]],[[206434,415636],[-6,4869]],[[206428,420505],[-5,1629],[310,-3],[6,12084]],[[210553,434281],[-21,-8906]],[[217035,428622],[-272,6]],[[216763,428628],[-1968,-10]],[[214795,428618],[0,969]],[[214795,429587],[-2,4705]],[[201978,423908],[55,-1918],[16,-7760]],[[202049,414230],[-1129,-108]],[[200920,414122],[-15,3214]],[[200905,417336],[-2,2479],[-1118,-26]],[[199785,419789],[29,5937],[320,1081],[-11,7495]],[[201402,434297],[26,-1459],[436,-670],[159,-1784],[-185,-3985],[140,-2491]],[[204199,424684],[-292,-2572],[-164,468],[-589,-929],[-98,691],[-519,-162],[-107,1114],[-340,-603],[-112,1217]],[[203264,434210],[15,-1191],[530,-3758],[390,-4577]],[[199785,419789],[-1878,-31],[-2612,18]],[[195295,419776],[7,8024]],[[195302,427800],[-6,6461]],[[213087,423794],[-321,0]],[[212766,423794],[-1910,-39]],[[210856,423755],[-5,1618],[-319,2]],[[213118,434292],[7,-4708]],[[213125,429584],[-38,-5790]],[[214795,429587],[-1670,-3]],[[195302,427800],[-315,562],[-118,3255],[-531,-11],[-250,-2208],[-269,1599],[-807,-1146],[-299,857]],[[192713,430708],[-64,73]],[[176393,418012],[113,-5116],[-101,-2197],[49,-2635],[-263,-2403],[2,-5633]],[[176193,400028],[-1933,-7]],[[174260,400021],[29,16934],[-18,16297],[27,1004]],[[174260,400021],[-2037,36],[-1236,-1303]],[[170987,398754],[153,2224],[-118,2607],[482,3073],[266,298],[86,1838],[-89,2169],[75,3206],[-204,1481]],[[171638,415650],[673,9777]],[[206428,420505],[-1667,-25]],[[204761,420480],[-562,4204]],[[259893,427764],[3,-1604]],[[259896,426160],[-839,-53]],[[259057,426107],[-11,6459]],[[268642,434167],[-7,-5295]],[[268635,428872],[-365,-116]],[[268270,428756],[-705,-39]],[[267565,428717],[-4,5409]],[[254124,424678],[8,-1608]],[[254132,423070],[-1470,-13]],[[252662,423057],[3,4067]],[[269722,425964],[-798,-95]],[[268924,425869],[-10,2970],[-279,33]],[[267565,428717],[-860,-299]],[[266705,428418],[-211,275],[-56,2169]],[[271643,432655],[-7,-4586]],[[271636,428069],[-1327,2]],[[264140,431625],[-158,-803],[1,-2439]],[[263983,428383],[-165,-1]],[[263818,428382],[0,807],[-964,-2]],[[262854,429187],[-2,3620]],[[273206,432417],[-2,-3235]],[[273204,429182],[-418,-80],[-224,-1340]],[[272562,427762],[-923,-316]],[[271639,427446],[-3,623]],[[249843,432782],[-231,-3232]],[[249612,429550],[-356,-3635],[-528,-731]],[[248728,425184],[-4,2060],[-320,38],[7,1610]],[[289615,426960],[-382,-1335]],[[289233,425625],[-268,2542],[-150,-335],[-348,2458]],[[171638,415650],[-2672,-44],[-2017,13]],[[288052,429323],[-372,-1084]],[[287680,428239],[-781,-2648],[-748,-727]],[[286151,424864],[-265,1103]],[[285886,425967],[-463,1914]],[[274788,431483],[-1,-3962]],[[274787,427521],[-415,-1047]],[[274372,426474],[-540,317]],[[273832,426791],[-154,2374],[-474,17]],[[251355,429655],[-154,-1644],[-415,-1270],[-378,-47]],[[250408,426694],[-162,394],[-9,2476],[-625,-14]],[[262854,429187],[-1,-2903]],[[262853,426284],[-742,-74]],[[262111,426210],[-14,6508]],[[265423,430896],[0,-3263]],[[265423,427633],[-634,-31],[-321,800],[-485,-19]],[[188324,426976],[-114,-601]],[[188210,426375],[-465,-891],[-618,-2134],[-142,895],[-389,80]],[[293524,432082],[-12,-1259],[-325,-351]],[[293187,430472],[-27,1524]],[[293160,431996],[39,674]],[[262111,426210],[-369,-18]],[[261742,426192],[-685,-6]],[[261057,426186],[-5,1614]],[[294554,427872],[-875,-1167]],[[293679,426705],[-79,470]],[[293600,427175],[63,323]],[[293663,427498],[119,2121],[-126,535]],[[293656,430154],[90,1670],[410,854],[287,-1045]],[[257897,432590],[-1,-3261]],[[257896,429329],[-463,33],[-65,-3266]],[[257368,426096],[-903,15]],[[256465,426111],[-10,3233]],[[259057,426107],[-583,-24]],[[258474,426083],[2,2440],[-422,-1],[-158,807]],[[279572,429120],[-482,-6118]],[[279090,423002],[-351,-508],[-158,819],[-661,807],[-155,1381]],[[292539,430272],[83,-963]],[[292622,429309],[-118,-889]],[[292504,428420],[-590,975]],[[233369,432416],[31,-5977]],[[233400,426439],[-1091,87]],[[232309,426526],[-329,3028],[138,669]],[[234641,432399],[38,-6061]],[[234679,426338],[-801,63]],[[233878,426401],[-478,38]],[[235916,432377],[-1,-6119]],[[235915,426258],[-449,10]],[[235466,426268],[-787,70]],[[243584,430776],[5,-4002]],[[243589,426774],[-630,136]],[[242959,426910],[-660,-98]],[[242299,426812],[2,5570]],[[242299,426812],[-476,-61]],[[241823,426751],[-800,-120]],[[241023,426631],[-3,5735]],[[237187,432331],[-2,-6015]],[[237185,426316],[-604,-38]],[[236581,426278],[-666,-20]],[[238464,432355],[-1,-5921]],[[238463,426434],[-606,-50]],[[237857,426384],[-672,-68]],[[239742,432358],[1,-5855]],[[239743,426503],[-772,-67]],[[238971,426436],[-508,-2]],[[241023,426631],[-213,-26]],[[240810,426605],[-1067,-102]],[[284759,427514],[-273,768],[-697,261]],[[283789,428543],[-185,151],[-6,1967]],[[293187,430472],[-271,-1807],[244,3331]],[[195295,419776],[-1,-10465]],[[195294,409311],[0,-3031]],[[195294,406280],[-156,-665],[-2555,-5]],[[192583,405610],[1,135]],[[192584,405745],[-39,1805],[122,2542],[304,1923],[-230,5]],[[192741,412020],[-28,18688]],[[275819,428189],[-81,-1216],[-510,-2451]],[[275228,424522],[-441,-3]],[[274787,424519],[0,3002]],[[282497,422685],[-451,359],[271,1888],[-71,939],[431,2360],[16,986]],[[283789,428543],[-584,-2082],[-708,-3776]],[[192741,412020],[-2481,120]],[[190260,412140],[-95,1614]],[[190165,413754],[-27,14503]],[[266705,428418],[4,-3381]],[[266709,425037],[-283,-21]],[[266426,425016],[-1003,645]],[[265423,425661],[0,1972]],[[292970,430541],[-211,-2552],[-210,-378],[73,1698]],[[245070,427505],[-470,-582],[-146,-1016],[115,-2813],[-151,-420]],[[244418,422674],[-829,4100]],[[293663,427498],[-315,245]],[[293348,427743],[-288,1615]],[[293060,429358],[139,999],[457,-203]],[[290930,429020],[33,-2516],[-174,-1499],[76,-1477]],[[290865,423528],[-301,-1443],[-241,-92]],[[290323,421993],[-332,1496],[-16,2220],[-340,940]],[[289233,425625],[-418,-2203]],[[288815,423422],[-127,532]],[[288688,423954],[-1008,4285]],[[232309,426526],[155,-1143]],[[232464,425383],[-995,-12]],[[231469,425371],[-1105,-3]],[[291666,428183],[-6,-1402]],[[291660,426781],[-177,-793],[187,-1217],[-446,-2170]],[[291224,422601],[-359,927]],[[252662,423057],[2,-2183]],[[252664,420874],[-322,-1]],[[252342,420873],[-1598,9]],[[250744,420882],[-321,803]],[[250423,421685],[-15,5009]],[[214795,428618],[0,-4795]],[[214795,423823],[-1708,-29]],[[250423,421685],[-945,-94]],[[249478,421591],[-311,-17],[-6,2159],[-579,14]],[[248582,423747],[146,1437]],[[282497,422685],[136,-2142]],[[282633,420543],[-450,-3766]],[[282183,416777],[-753,1929]],[[281430,418706],[-282,1104],[-60,1366]],[[281088,421176],[343,3266],[-54,1256]],[[281377,425698],[-185,2188],[290,1510]],[[281088,421176],[-85,-1011],[-408,1094],[-38,-1088],[-480,1549]],[[280077,421720],[157,810],[68,2530],[527,4066]],[[293348,427743],[-53,-1237],[-451,497],[216,2355]],[[256465,426111],[5,-1623]],[[256470,424488],[-1206,27]],[[255264,424515],[0,261]],[[292504,428420],[-134,-1705]],[[292370,426715],[-710,66]],[[258474,426083],[-4,-2412]],[[258470,423671],[-889,5]],[[257581,423676],[-3,2416],[-210,4]],[[273832,426791],[-165,-804],[-57,-2449]],[[273610,423538],[-915,163]],[[272695,423701],[15,2450],[-148,1611]],[[263818,428382],[2,-6071],[59,-79]],[[263879,422232],[-1,-5]],[[263878,422227],[-1029,-28]],[[262849,422199],[4,4085]],[[280077,421720],[-106,-1566]],[[279971,420154],[-653,120],[-455,659]],[[278863,420933],[227,2069]],[[248582,423747],[-330,-1227],[-73,-1405],[-363,-2059]],[[247816,419056],[-702,92],[4,1628]],[[247118,420776],[13,6544]],[[268924,425869],[-64,-3813],[-274,84]],[[268586,422140],[-515,158],[-254,1409]],[[267817,423707],[174,1059],[2,2875],[277,1115]],[[267817,423707],[-635,190]],[[267182,423897],[2,1173],[-475,-33]],[[220562,428663],[2,-4872],[-317,7],[0,-1627]],[[220247,422171],[-287,-23]],[[219960,422148],[-1562,-10]],[[218398,422138],[-52,0]],[[218346,422138],[-2,6528]],[[225309,428632],[0,-6478]],[[225309,422154],[-1242,1]],[[224067,422155],[-2,6318]],[[221505,428382],[3,-6212]],[[221508,422170],[-1261,1]],[[218346,422138],[-1521,20]],[[216825,422158],[-55,-2]],[[216770,422156],[-7,6472]],[[216770,422156],[-1975,-23]],[[214795,422133],[0,1690]],[[227843,428638],[0,-6483]],[[227843,422155],[-1260,3]],[[226583,422158],[-9,0]],[[226574,422158],[-2,6478]],[[229113,425380],[-8,-3237]],[[229105,422143],[-1262,12]],[[226574,422158],[-1253,-4]],[[225321,422154],[-12,0]],[[284733,427326],[-651,-856],[-995,-3406],[-367,-2037]],[[282720,421027],[-87,-484]],[[190165,413754],[-530,18],[-2,802],[-456,2164],[59,2009],[-250,2239],[-310,-14],[-357,1412],[-183,1615],[74,2376]],[[224067,422155],[-8,0]],[[224059,422155],[-1261,5]],[[222798,422160],[0,5809]],[[265423,425661],[-341,-1036]],[[265082,424625],[-938,-40],[1,-1903],[-266,-450]],[[222798,422160],[-1257,8]],[[221541,422168],[-33,2]],[[278863,420933],[-360,-3256],[-302,-1293]],[[278201,416384],[-562,1959],[-401,-1171],[-297,845],[-366,-25]],[[276575,417992],[19,1314]],[[276594,419306],[179,812],[290,5226],[-200,1084],[227,1653]],[[288688,423954],[-466,-3820]],[[288222,420134],[-493,-1946]],[[287729,418188],[-773,3321]],[[286956,421509],[-805,3355]],[[276594,419306],[-123,1029],[-749,1490],[-494,2697]],[[271639,427446],[-58,-3551],[-110,16]],[[271471,423911],[-1324,215]],[[270147,424126],[-99,2084]],[[272695,423701],[-15,-2420],[-175,-1661]],[[272505,419620],[-793,132]],[[271712,419752],[19,2733],[-268,49],[8,1377]],[[285886,425967],[-397,-1498],[304,-5190]],[[285793,419279],[-424,-1382]],[[285369,417897],[-35,1119],[-345,857]],[[284989,419873],[-161,1874]],[[284828,421747],[-318,1084],[208,1376],[-107,1919],[122,1200]],[[261057,426186],[8,-3496]],[[261065,422690],[-374,7]],[[260691,422697],[-791,-21]],[[259900,422676],[0,530]],[[259900,423206],[-4,2954]],[[292731,427719],[-75,-1794],[-401,-1052],[179,2727],[297,119]],[[245853,427531],[-16,-6606]],[[245837,420925],[-6,-1698]],[[245831,419227],[-1653,137]],[[244178,419364],[22,898]],[[244200,420262],[218,2412]],[[274787,424519],[3,-1461]],[[274790,423058],[-309,-66]],[[274481,422992],[90,1247],[-199,2235]],[[247118,420776],[-1281,149]],[[284828,421747],[-989,-927],[-267,651],[-693,-2144]],[[282879,419327],[-159,1700]],[[244200,420262],[-1263,158]],[[242937,420420],[2,812]],[[242939,421232],[20,5678]],[[290323,421993],[609,-3619]],[[290932,418374],[-696,-1839]],[[290236,416535],[-114,1663]],[[290122,418198],[-1307,5224]],[[292370,426715],[-184,-1985],[143,-700]],[[292329,424030],[-474,-3179],[-254,-504]],[[291601,420347],[-383,1322],[6,932]],[[242939,421232],[-1108,36]],[[241831,421268],[-6,813]],[[241825,422081],[-2,4670]],[[274481,422992],[82,-1388],[-230,-2519]],[[274333,419085],[-58,-527]],[[274275,418558],[-502,43]],[[273773,418601],[49,4903],[-212,34]],[[241825,422081],[-931,-55]],[[240894,422026],[21,2915],[-105,1664]],[[240894,422026],[-478,-14]],[[240416,422012],[1,803],[-1426,-54]],[[238991,422761],[-20,3675]],[[233878,426401],[60,-5898]],[[233938,420503],[-1042,58]],[[232896,420561],[-163,921],[-269,3901]],[[238991,422761],[0,-2171]],[[238991,420590],[-1104,-44]],[[237887,420546],[-30,5838]],[[235466,426268],[95,-3437]],[[235561,422831],[-21,-4851]],[[235540,417980],[-1218,74]],[[234322,418054],[-79,2428],[-305,21]],[[190260,412140],[-1085,14]],[[189175,412154],[-1095,-4]],[[188080,412150],[-519,2499],[-397,-2608],[-336,-472],[101,2059],[-351,2219]],[[237887,420546],[-2,-2440]],[[237885,418106],[-1261,68]],[[236624,418174],[7,4610]],[[236631,422784],[-50,3494]],[[270147,424126],[-32,-4044]],[[270115,420082],[-784,126],[-762,580]],[[268569,420788],[17,1352]],[[262849,422199],[1,-796]],[[262850,421403],[-1157,-62]],[[261693,421341],[-3,1350]],[[261690,422691],[52,3501]],[[236631,422784],[-1070,47]],[[261690,422691],[-625,-1]],[[259900,423206],[-1060,-73],[0,-541]],[[258840,422592],[-370,1079]],[[257581,423676],[-3,-4054]],[[257578,419622],[-1105,9]],[[256473,419631],[1,2822]],[[256474,422453],[-4,2035]],[[232896,420561],[7,-55]],[[232903,420506],[-1276,-7]],[[231627,420499],[-157,10]],[[231470,420509],[-1,4862]],[[286956,421509],[-435,-1129],[-728,-1101]],[[266426,425016],[-87,-5114]],[[266339,419902],[-1291,820]],[[265048,420722],[34,3903]],[[210856,423755],[-18,-8096],[-651,-3]],[[210187,415656],[-1239,-9]],[[230364,425368],[0,-4857]],[[230364,420511],[0,-4861]],[[230364,415650],[-953,8]],[[229411,415658],[-308,1]],[[229103,415659],[2,6484]],[[231470,420509],[-1106,2]],[[267401,418295],[-101,-658]],[[267300,417637],[-828,69]],[[266472,417706],[25,2123],[-158,73]],[[267182,423897],[1,-3714],[212,-4],[6,-1884]],[[255264,424515],[-14,-6129]],[[255250,418386],[-5,-4933]],[[255245,413453],[-1127,-59]],[[254118,413394],[14,9676]],[[204761,420480],[44,-3995],[-107,-2111]],[[204698,414374],[-40,-1499]],[[204658,412875],[-515,-982],[-138,-1866]],[[204005,410027],[-269,-196],[-186,2235],[-440,1922],[-526,245]],[[202584,414233],[-535,-3]],[[265048,420722],[-23,-1666]],[[265025,419056],[-1141,243]],[[263884,419299],[-6,2928]],[[276575,417992],[2,-1690],[-338,-982]],[[276239,415320],[-807,669],[-645,-1057]],[[274787,414932],[1,1006]],[[274788,415938],[-1,2667]],[[274787,418605],[3,4453]],[[256474,422453],[-391,-1026],[-571,-2640],[86,-782]],[[255598,418005],[-348,381]],[[292681,417933],[-2,100]],[[292679,418033],[-411,-199],[-60,940],[-392,65],[-407,-1734]],[[291409,417105],[-97,1099]],[[291312,418204],[289,2143]],[[292329,424030],[617,-741],[71,-1974],[-164,-3756],[-172,374]],[[271712,419752],[-260,-1288]],[[271452,418464],[-1312,274]],[[270140,418738],[-25,1344]],[[290122,418198],[-263,-1712]],[[289859,416486],[-319,873],[49,-1506],[-196,-651]],[[289393,415202],[-235,1650]],[[289158,416852],[-265,413],[-399,2752],[-272,117]],[[160617,423926],[82,-1783],[339,-681],[-59,-1870],[-213,-1153]],[[160766,418439],[-393,-947],[-168,-2179],[-364,-1740],[-738,-94],[-15,-1615]],[[159088,411864],[-2483,10]],[[156605,411874],[10,3351]],[[164380,410189],[-1412,-44],[-74,-533],[-535,1856],[-381,-2584]],[[161978,408884],[-186,-741]],[[161792,408143],[-928,5114],[-31,2656],[120,1726],[-187,800]],[[268569,420788],[-30,-2813]],[[268539,417975],[-1138,320]],[[214795,422133],[0,-6444]],[[214795,415689],[6,-7987]],[[214801,407702],[-2099,-116]],[[212702,407586],[-2,8093],[66,8115]],[[212702,407586],[-979,-41]],[[211723,407545],[-1541,11]],[[210182,407556],[3,3232]],[[210185,410788],[2,4868]],[[249478,421591],[4,-3680]],[[249482,417911],[-1008,385],[-87,-647]],[[248387,417649],[-390,-864],[-421,-125],[-193,1284]],[[247383,417944],[433,1112]],[[273773,418601],[-955,197]],[[272818,418798],[-313,822]],[[258840,422592],[0,-2942]],[[258840,419650],[1,-653]],[[258841,418997],[-1263,-39]],[[257578,418958],[0,664]],[[291312,418204],[-380,170]],[[259900,422676],[0,-2968]],[[259900,419708],[-1060,-58]],[[274787,418605],[-454,480]],[[254118,413394],[-1462,-13]],[[252656,413381],[8,7493]],[[240416,422012],[-1,-5688]],[[240415,416324],[-1409,-76]],[[239006,416248],[-15,4342]],[[236624,418174],[-6,-1893]],[[236618,416281],[-1077,81]],[[235541,416362],[-1,1618]],[[260691,422697],[7,-5629]],[[260698,417068],[-1,-2446]],[[260697,414622],[-797,-40]],[[259900,414582],[0,5126]],[[261693,421341],[13,-4278]],[[261706,417063],[-1008,5]],[[256473,419631],[4,-4874]],[[256477,414757],[-917,-11]],[[255560,414746],[38,3259]],[[263884,419299],[17,-5164]],[[263901,414135],[-164,-21]],[[263737,414114],[-912,-29]],[[262825,414085],[5,1641]],[[262830,415726],[20,5677]],[[225321,422154],[-1,-6473]],[[225320,415681],[-642,-7]],[[224678,415674],[-618,2]],[[224060,415676],[-1,6479]],[[224060,415676],[-949,-1]],[[223111,415675],[-312,-4]],[[222799,415671],[-1,6489]],[[226583,422158],[-2,-6488]],[[226581,415670],[-307,0]],[[226274,415670],[-954,11]],[[216825,422158],[-7,-6476]],[[216818,415682],[-238,-3]],[[216580,415679],[-1785,10]],[[221541,422168],[6,-6503]],[[221547,415665],[-1532,-5]],[[220015,415660],[-43,2]],[[219972,415662],[-12,6486]],[[227843,422155],[-2,-6487]],[[227841,415668],[-1260,2]],[[229103,415659],[-1262,9]],[[219972,415662],[-1519,9]],[[218453,415671],[-56,3]],[[218397,415674],[1,6464]],[[218397,415674],[-1579,8]],[[222799,415671],[-1245,-6]],[[221554,415665],[-7,0]],[[241831,421268],[7,-4945]],[[241838,416323],[-1399,2]],[[240439,416325],[-24,-1]],[[284989,419873],[-135,-1158],[-365,-437],[-280,-1345]],[[284209,416933],[-135,-748],[-607,-656],[-188,-939]],[[283279,414590],[-400,4737]],[[250744,420882],[11,-4342]],[[250755,416540],[4,-2437],[-209,-17]],[[250550,414086],[-738,301],[-265,799]],[[249547,415186],[-65,2725]],[[281430,418706],[-459,-6339],[-226,-1900]],[[280745,410467],[-1192,6]],[[279553,410473],[143,1890],[-17,4331],[292,3460]],[[287729,418188],[-193,-522],[-134,-4476],[-402,-2750]],[[287e3,410440],[-272,4]],[[286728,410444],[-19,0]],[[286709,410444],[-635,4132],[-197,2069],[-508,1252]],[[262830,415726],[-1089,-10]],[[261741,415716],[-35,1347]],[[242937,420420],[-5,-5731]],[[242932,414689],[-936,53]],[[241996,414742],[-158,1581]],[[283279,414590],[33,-4171]],[[283312,410419],[-28,0]],[[283284,410419],[-1756,39]],[[281528,410458],[270,1944],[385,4375]],[[279553,410473],[-342,-2]],[[279211,410471],[-1285,-23]],[[277926,410448],[-70,2461],[345,3475]],[[252342,420873],[-474,-4214]],[[251868,416659],[-1113,-119]],[[247383,417944],[-442,-2539]],[[246941,415405],[-262,-106],[-246,2264],[-607,13]],[[245826,417576],[5,1651]],[[252656,413381],[-31,-1626]],[[252625,411755],[-759,5]],[[251866,411760],[2,4899]],[[270140,418738],[-33,-4034],[-98,-688]],[[270009,414016],[-637,319]],[[269372,414335],[-891,172]],[[268481,414507],[58,3468]],[[266472,417706],[-35,-1885]],[[266437,415821],[-1449,559]],[[264988,416380],[37,2676]],[[239006,416248],[0,-1219]],[[239006,415029],[-1115,-150]],[[237891,414879],[-6,3227]],[[206434,415636],[-263,-1609]],[[206171,414027],[-698,-18]],[[205473,414009],[-2,412],[-773,-47]],[[231627,420499],[-1,-4856]],[[231626,415643],[-637,4]],[[230989,415647],[-625,3]],[[232903,420506],[433,-2548],[-67,-1276],[313,-1051]],[[233582,415631],[-87,0]],[[233495,415631],[-1249,8]],[[232246,415639],[-620,4]],[[234322,418054],[138,-4323]],[[234460,413731],[-255,-671],[-623,2571]],[[244178,419364],[30,-3037],[165,-1715]],[[244373,414612],[-1128,56]],[[243245,414668],[-313,21]],[[289158,416852],[-454,-2262],[-196,-1986]],[[288508,412604],[-541,-2144]],[[287967,410460],[-967,-20]],[[286709,410444],[-918,-3]],[[285791,410441],[-606,-7]],[[285185,410434],[-592,-13]],[[284593,410421],[124,2546],[-179,2926],[-329,1040]],[[200905,417336],[-779,-15],[-5,-3273],[-315,52],[0,-1664],[-1412,-62],[0,-2430],[-1717,-16],[1,-809],[-1384,192]],[[272795,414723],[-423,-10],[-218,-1045],[-319,59],[-5,-1092],[-317,67]],[[271513,412702],[-96,1662],[35,4100]],[[272818,418798],[-23,-4075]],[[259900,414582],[-209,-308]],[[259691,414274],[-843,-20]],[[258848,414254],[-7,4743]],[[257578,418958],[2,-4763]],[[257580,414195],[0,-1081]],[[257580,413114],[-876,36]],[[256704,413150],[-229,10],[2,1597]],[[245826,417576],[-7,-4829]],[[245819,412747],[1,-1636],[-1253,29]],[[244567,411140],[-193,1581],[-1,1891]],[[264988,416380],[-41,-2986]],[[264947,413394],[-298,808],[-748,-67]],[[274788,415938],[-600,318]],[[274188,416256],[87,2302]],[[291409,417105],[453,-5673],[-67,-3974]],[[291795,407458],[-8,-68]],[[291787,407390],[-674,1374],[-215,1839]],[[290898,410603],[-464,1137],[-81,1797],[-341,1921]],[[290012,415458],[-13,49]],[[289999,415507],[237,1028]],[[258848,414254],[-240,-36]],[[258608,414218],[-1028,-23]],[[274188,416256],[-53,-2245],[-194,-1195]],[[273941,412816],[-1155,355]],[[272786,413171],[9,1552]],[[292681,417933],[179,-418],[-159,-5398],[-46,2228],[-255,-3465],[103,-763],[-505,-2576],[-203,-83]],[[271513,412702],[-9,-1621]],[[271504,411081],[-1056,287]],[[270448,411368],[-261,927],[22,1648],[-200,73]],[[281528,410458],[-678,3]],[[280850,410461],[-105,6]],[[249547,415186],[-334,-14],[-11,-1088],[-814,-276]],[[248388,413808],[-1,3841]],[[161792,408143],[-203,-1301],[-432,-149],[-282,-3313],[-609,-861]],[[160266,402519],[-794,177]],[[159472,402696],[52,1463]],[[159524,404159],[106,2863],[-398,-48],[-7,2486],[153,591],[-290,1813]],[[255560,414746],[183,-1655],[-78,-4758]],[[255665,408333],[-417,-12]],[[255248,408321],[-3,5132]],[[277926,410448],[-234,-9]],[[277692,410439],[-800,-6]],[[276892,410433],[-426,0]],[[276466,410433],[-22,3775],[-205,1112]],[[268481,414507],[-116,-2692]],[[268365,411815],[-1169,326]],[[267196,412141],[-43,3579],[147,1917]],[[289999,415507],[-235,-1943],[-206,-350]],[[289558,413214],[-165,1988]],[[237891,414879],[8,-3256]],[[237899,411623],[-1244,79]],[[236655,411702],[-37,4579]],[[235541,416362],[8,-4089]],[[235549,412273],[-763,19]],[[234786,412292],[-326,1439]],[[181375,413882],[-2,-6764]],[[181373,407118],[-6,-16110]],[[181367,391008],[-2649,0]],[[178718,391008],[-2525,9020]],[[248388,413808],[0,-544]],[[248388,413264],[-1641,72]],[[246747,413336],[194,2069]],[[267196,412141],[-24,-2179]],[[267172,409962],[-1117,398]],[[266055,410360],[17,1046]],[[266072,411406],[162,-81],[203,4496]],[[246747,413336],[32,-697]],[[246779,412639],[-960,108]],[[200920,414122],[-228,4],[1,-10296]],[[200693,403830],[-885,2]],[[199808,403832],[-4513,9]],[[195295,403841],[-1,2439]],[[261741,415716],[-55,-4023]],[[261686,411693],[-223,-17]],[[261463,411676],[-823,-18]],[[260640,411658],[57,2964]],[[284593,410421],[-604,-5]],[[283989,410416],[-677,3]],[[289558,413214],[-576,-1173]],[[288982,412041],[-434,587]],[[288548,412628],[-38,-23]],[[288510,412605],[-2,-1]],[[251866,411760],[-181,-2587]],[[251685,409173],[-599,19]],[[251086,409192],[-316,21],[-7,2708],[-211,269]],[[250552,412190],[-2,1896]],[[206688,415637],[-41,-6]],[[206647,415631],[-213,-1605]],[[206434,414026],[-263,1]],[[241996,414742],[-30,-6459]],[[241966,408283],[-4,0]],[[241962,408283],[-1090,94]],[[240872,408377],[8,1624],[-470,45]],[[240410,410046],[29,6279]],[[266072,411406],[-502,924],[-631,517]],[[264939,412847],[8,547]],[[240410,410046],[-1140,66]],[[239270,410112],[-272,4],[8,4913]],[[236655,411702],[-1,-802]],[[236654,410900],[-1104,25]],[[235550,410925],[-1,1348]],[[274786,410447],[-874,-18]],[[273912,410429],[29,2387]],[[274787,414932],[-1,-4485]],[[276466,410433],[-1406,8]],[[275060,410441],[-274,6]],[[188080,412150],[154,-1357],[-372,-847],[15,-4365],[-94,-1439],[-489,-27],[-259,-1246]],[[187035,402869],[-502,281],[-66,4178],[-5094,-210]],[[262825,414085],[-5,-3544]],[[262820,410541],[-613,-224]],[[262207,410317],[-419,17],[-102,1359]],[[216580,415679],[-8,-8083]],[[216572,407596],[-1771,-4]],[[214801,407592],[0,110]],[[218453,415671],[-6,-8082]],[[218447,407589],[-1806,7]],[[216641,407596],[-69,0]],[[156605,411874],[135,-4012]],[[156740,407862],[1,-964],[-483,-512],[-38,-1771],[225,-3191],[-238,-1152],[-36,-1898],[296,-1405],[109,-1803],[362,-938]],[[156938,394228],[-728,41],[-164,-808],[-645,-63],[-455,-694]],[[154946,392704],[-541,2801],[109,2093],[-386,5926],[150,3428],[-35,2228],[-194,3368],[-468,3106]],[[226274,415670],[1,-6485]],[[226275,409185],[-1,-1617]],[[226274,407568],[-1548,10]],[[224726,407578],[-50,3]],[[224676,407581],[2,8093]],[[224676,407581],[-1502,8]],[[223174,407589],[-61,1]],[[223113,407590],[-2,8085]],[[227841,415668],[2,-6478]],[[227843,409190],[-1568,-5]],[[229411,415658],[-2,-8099]],[[229409,407559],[-425,-1]],[[228984,407558],[-1141,12]],[[227843,407570],[0,1620]],[[220015,415660],[-6,-8093]],[[220009,407567],[-1504,22]],[[218505,407589],[-58,0]],[[170987,398754],[-249,-368]],[[170738,398386],[-2476,18]],[[168262,398404],[-1,696],[-1014,5147],[112,6217],[-310,-1673]],[[221554,415665],[-6,-8087]],[[221548,407578],[-1487,-3]],[[220061,407575],[-52,-8]],[[223113,407590],[-1493,-14]],[[221620,407576],[-72,2]],[[230989,415647],[1,-8092]],[[230990,407555],[-955,2]],[[230035,407557],[-626,2]],[[210185,410788],[-3283,6]],[[206902,410794],[415,545],[-67,968],[390,99],[54,1354],[-365,-16],[-165,-1868],[-731,-135]],[[206433,411741],[1,2285]],[[233495,415631],[0,-6461]],[[233495,409170],[-625,0]],[[232870,409170],[-626,1]],[[232244,409171],[2,6468]],[[232244,409171],[-1,-1611],[-687,-7]],[[231556,407553],[-566,2]],[[234786,412292],[-21,-1748],[-200,350],[-276,-2271]],[[234289,408623],[-168,539],[-626,8]],[[290898,410603],[-392,-2264]],[[290506,408339],[-409,2275],[-302,2865]],[[289795,413479],[217,1979]],[[250552,412190],[-498,-1355],[-387,-1885],[5,-2169]],[[249672,406781],[-468,-23]],[[249204,406758],[-627,-24]],[[248577,406734],[-163,3649],[-26,2881]],[[239270,410112],[-32,-1637]],[[239238,408475],[-1337,-78]],[[237901,408397],[-2,3226]],[[243245,414668],[-19,-5394]],[[243226,409274],[-941,82],[-5,-1096],[-314,23]],[[256704,413150],[-11,-4877]],[[256693,408273],[-517,45]],[[256176,408318],[-511,15]],[[272786,413171],[-213,31],[-15,-3018],[100,-1891]],[[272658,408293],[-850,-351]],[[271808,407942],[-304,3139]],[[244567,411140],[169,-1392]],[[244736,409748],[-1143,47],[1,-537]],[[243594,409258],[-368,16]],[[260640,411658],[-101,-1640]],[[260539,410018],[-888,-25]],[[259651,409993],[40,4281]],[[269372,414335],[-25,-1734],[207,-77],[64,-3317]],[[269618,409207],[-318,124],[-21,-1094],[-338,108],[-318,-1009]],[[268623,407336],[-310,141],[52,4338]],[[205473,414009],[-1,-3086]],[[205472,410923],[-407,495],[-407,1457]],[[270448,411368],[146,-862],[-65,-3237]],[[270529,407269],[-311,107]],[[270218,407376],[-615,748],[15,1083]],[[259651,409993],[-1,-1094]],[[259650,408899],[-829,-88]],[[258821,408811],[-213,-27]],[[258608,408784],[0,5434]],[[202584,414233],[137,-2936],[562,-2151],[-209,-2932],[145,-2133]],[[203219,404081],[-612,-329]],[[202607,403752],[-1914,78]],[[204005,410027],[367,-1170],[-102,-1326]],[[204270,407531],[-525,-3718],[-328,267]],[[203417,404080],[-198,1]],[[258608,408784],[-389,-585],[-532,8]],[[257687,408207],[-86,542],[-21,4365]],[[264939,412847],[-109,-226],[-59,-4847]],[[264771,407774],[-700,215]],[[264071,407989],[-317,28]],[[263754,408017],[-17,6097]],[[263754,408017],[1,-413],[-936,-24]],[[262819,407580],[1,2961]],[[206433,411741],[-1,-3287]],[[206432,408454],[13,-903]],[[206445,407551],[-516,-5958],[-264,-2164]],[[205665,399429],[-5,0]],[[205660,399429],[-187,-2],[-3,8127]],[[205470,407554],[2,3369]],[[206902,410794],[-80,-2161],[-167,812],[-223,-991]],[[290506,408339],[-301,-1740]],[[290205,406599],[-214,1002]],[[289991,407601],[-385,1831],[-352,446],[-281,1743]],[[288973,411621],[822,1858]],[[255248,408321],[1,-2424]],[[255249,405897],[-1194,77]],[[254055,405974],[-17,3810]],[[254038,409784],[80,3610]],[[254038,409784],[-270,-622],[-1139,-17]],[[252629,409145],[-4,2610]],[[248577,406734],[-633,-33]],[[247944,406701],[-412,-2]],[[247532,406699],[2,2166],[-201,554],[5,1620],[-635,683]],[[246703,411722],[76,917]],[[273912,410429],[-309,-2118]],[[273603,408311],[-264,-1244]],[[273339,407067],[6,599],[-687,627]],[[257687,408207],[-84,-2441]],[[257603,405766],[-705,61]],[[256898,405827],[-209,8],[4,2438]],[[205470,407554],[-1200,-23]],[[266055,410360],[-47,-3101]],[[266008,407259],[-855,352]],[[265153,407611],[-382,163]],[[246703,411722],[-132,-1725],[183,-3269]],[[246754,406728],[-92,-2345]],[[246662,404383],[-900,73]],[[245762,404456],[-253,771],[-419,2924]],[[245090,408151],[-354,1597]],[[288982,412041],[-534,-3560],[147,-1015],[-73,-1880],[204,-1804]],[[288726,403782],[-376,-1333],[-304,88]],[[288046,402537],[-18,1506]],[[288028,404043],[-61,6417]],[[288510,412605],[38,23]],[[251086,409192],[2,-5734],[-320,52]],[[250768,403510],[-1088,3],[-8,3268]],[[235550,410925],[3,-4037]],[[235553,406888],[-1398,56]],[[234155,406944],[134,1679]],[[192584,405745],[-2935,12],[-153,2687],[-321,1686]],[[189175,410130],[0,2024]],[[189175,410130],[1,-4419],[-152,2],[6,-8099]],[[189030,397614],[-1545,14],[-447,229]],[[187038,397857],[-3,5012]],[[268623,407336],[-26,-1603]],[[268597,405733],[-717,218],[40,496],[-788,178]],[[267132,406625],[40,3337]],[[159524,404159],[-693,578],[2,-532],[-1674,-52]],[[157159,404153],[9,3692],[-428,17]],[[252629,409145],[5,-3808]],[[252634,405337],[-318,9],[-371,2452],[-255,17],[-5,1358]],[[262207,410317],[-5,-3506]],[[262202,406811],[-729,-13]],[[261473,406798],[-10,4878]],[[261473,406798],[1,-1345]],[[261474,405453],[-925,-9]],[[260549,405444],[-10,4574]],[[247532,406699],[-778,29]],[[237901,408397],[-2,-1616]],[[237899,406781],[-1252,49]],[[236647,406830],[7,4070]],[[289991,407601],[-61,-2065],[-434,1889],[-494,-3193]],[[289002,404232],[-350,2027]],[[288652,406259],[12,7]],[[288664,406266],[-51,2043]],[[288613,408309],[-8,430]],[[288605,408739],[368,2882]],[[164781,405356],[-1401,-15],[-152,1283],[-273,170],[-234,-1182],[-772,-1245]],[[161949,404367],[29,4517]],[[271808,407942],[-352,-103],[16,-1874],[-379,-569]],[[271093,405396],[-587,184],[23,1689]],[[236647,406830],[-6,-1351]],[[236641,405479],[-1087,27]],[[235554,405506],[-1,1382]],[[210182,407556],[-20,1]],[[210162,407557],[-2635,-8]],[[207527,407549],[-1082,2]],[[168262,398404],[-491,-22],[-237,-2422],[1,-1714],[313,16],[-13,-8145],[-697,1]],[[167138,386118],[-482,2257]],[[166656,388375],[-55,3726],[-157,-50],[-42,4120],[307,671],[-2,1728],[-666,42]],[[166041,398612],[-32,2039],[-419,1034]],[[165590,401685],[652,1617],[543,5284]],[[291787,407390],[22,-3591],[-686,-1401]],[[291123,402398],[-572,644]],[[290551,403042],[14,1877],[-360,1680]],[[262819,407580],[-2,-848]],[[262817,406732],[-615,79]],[[283284,410419],[-281,-1862],[-298,-5500]],[[282705,403057],[-115,-74]],[[282590,402983],[-298,3217]],[[282292,406200],[-167,1078],[132,1025],[-513,247]],[[281744,408550],[-440,1436],[-237,-1383],[-192,274]],[[280875,408877],[-25,1584]],[[280875,408877],[-278,-307],[-96,-1937]],[[280501,406633],[-526,345]],[[279975,406978],[-386,1376],[-475,-3170],[-283,767]],[[278831,405951],[380,4520]],[[278831,405951],[-568,-2831]],[[278263,403120],[-600,-2270]],[[277663,400850],[29,9589]],[[288028,404043],[-186,-68]],[[287842,403975],[-578,293],[198,3147],[-296,-282]],[[287166,407133],[-438,3311]],[[276892,410433],[-365,-5307]],[[276527,405126],[-123,314]],[[276404,405440],[-598,2940],[-675,502]],[[275131,408882],[-71,1559]],[[277663,400850],[0,-206]],[[277663,400644],[-557,1424],[-342,-761]],[[276764,401307],[-239,1285]],[[276525,402592],[2,2534]],[[287166,407133],[-74,-2015],[-419,-1267],[83,1880],[-379,-1384]],[[286377,404347],[-194,1934],[-292,888],[-100,3272]],[[275131,408882],[-285,-1378],[11,-1745]],[[274857,405759],[-140,-755]],[[274717,405004],[-207,396]],[[274510,405400],[-283,562],[-368,2261],[-256,88]],[[286377,404347],[69,-1031],[-251,-2457],[-293,640]],[[285902,401499],[0,2434],[-506,6],[2,-1756],[256,-748]],[[285654,401435],[-221,-442]],[[285433,400993],[-513,2542]],[[284920,403535],[-27,1753],[292,5146]],[[284920,403535],[-797,69]],[[284123,403604],[171,2561],[-558,2378],[253,1873]],[[284123,403604],[-2,-8]],[[284121,403596],[-805,-2420]],[[283316,401176],[-301,1526],[-310,355]],[[267132,406625],[-296,-2585]],[[266836,404040],[-607,26]],[[266229,404066],[40,3087],[-261,106]],[[192583,405610],[37,-825],[-294,-4891],[-129,-5401],[227,-2018],[156,-4770]],[[192580,387705],[-3568,0],[0,191]],[[189012,387896],[18,9718]],[[240872,408377],[-43,-5375]],[[240829,403002],[-232,408],[-163,-2184]],[[240434,401226],[-711,2931]],[[239723,404157],[-347,980],[-138,3338]],[[260549,405444],[-153,-1912]],[[260396,403532],[-746,-50]],[[259650,403482],[0,5417]],[[281744,408550],[-325,-479],[-251,-3773]],[[281168,404298],[-330,1391]],[[280838,405689],[-337,944]],[[245090,408151],[-786,-2744],[61,-2460]],[[244365,402947],[-779,381]],[[243586,403328],[8,5930]],[[254055,405974],[-144,-1904]],[[253911,404070],[-1278,-83]],[[252633,403987],[1,1350]],[[243586,403328],[-1650,162]],[[241936,403490],[26,4793]],[[270218,407376],[-23,-1681],[-315,124],[-26,-1652]],[[269854,404167],[-626,216],[-9,-491],[-644,-24]],[[268575,403868],[22,1865]],[[227843,407570],[-4,-4859]],[[227839,402711],[-1559,8]],[[226280,402719],[-6,4849]],[[232870,409170],[-17,-4355]],[[232853,404815],[-53,-3774]],[[232800,401041],[-1244,5]],[[231556,401046],[0,6507]],[[234155,406944],[373,-2132]],[[234528,404812],[-590,6]],[[233938,404818],[-1085,-3]],[[252633,403987],[0,-2970]],[[252633,401017],[-933,24]],[[251700,401041],[-932,31]],[[250768,401072],[0,2438]],[[279975,406978],[-539,-3798],[-360,-1739]],[[279076,401441],[-431,1393],[-382,286]],[[273339,407067],[-230,-1522]],[[273109,405545],[-695,-2161]],[[272414,403384],[-195,1249],[-314,-1223],[-55,-1445],[-293,114],[-131,-1044]],[[271426,401035],[10,997],[-367,905],[24,2459]],[[276404,405440],[-240,-950],[-479,-156]],[[275685,404334],[-828,1425]],[[259650,403482],[-372,-61]],[[259278,403421],[-462,-45]],[[258816,403376],[5,5435]],[[161949,404367],[-299,-280],[-426,-2782],[0,-3647]],[[161224,397658],[-376,-706]],[[160848,396952],[-363,-449],[-90,-981],[-129,6997]],[[258816,403376],[-362,-36]],[[258454,403340],[-695,149]],[[257759,403489],[-4,2280],[-152,-3]],[[282292,406200],[-394,-2354],[-185,-1907]],[[281713,401939],[-545,2359]],[[239723,404157],[-203,523],[-147,-1561],[-300,-406],[-194,-1441],[-195,1193]],[[238684,402465],[-29,-1189],[-453,360],[-301,-768]],[[237901,400868],[-2,5913]],[[241936,403490],[-12,-1887]],[[241924,401603],[-322,44]],[[241602,401647],[-773,1355]],[[256176,408318],[-109,-1613],[-6,-4868]],[[256061,401837],[-1014,8]],[[255047,401845],[202,1649],[0,2403]],[[256898,405827],[-7,-2443],[-310,8],[-2,-3248]],[[256579,400144],[-520,69]],[[256059,400213],[2,1624]],[[274510,405400],[-752,-2906]],[[273758,402494],[-136,1719],[-196,-664]],[[273426,403549],[-49,2100],[-268,-104]],[[246361,401187],[-1284,58],[-7,-1638],[-209,11]],[[244861,399618],[-414,50]],[[244447,399668],[-82,3279]],[[245762,404456],[468,-1904],[131,-1365]],[[264071,407989],[93,-711],[-59,-4822]],[[264105,402456],[-1299,240]],[[262806,402696],[11,4036]],[[265153,407611],[-83,-5848]],[[265070,401763],[-704,292]],[[264366,402055],[-261,401]],[[157159,404153],[-103,-1293],[316,-1811],[516,-796],[-42,-2231],[424,-2417]],[[158270,395605],[-153,-1117]],[[158117,394488],[-193,-2961],[-454,-702]],[[157470,390825],[-532,3403]],[[214801,407592],[7,-8099]],[[214808,399493],[2,-1604]],[[214810,397889],[-3111,-174]],[[211699,397715],[24,9830]],[[289029,404122],[-16,45]],[[289013,404167],[-11,65]],[[290551,403042],[-150,-2724]],[[290401,400318],[-533,654],[-508,1437],[-331,1713]],[[223174,407589],[-9,-8099]],[[223165,399490],[-1516,-10]],[[221649,399480],[-38,0]],[[221611,399480],[9,8096]],[[265463,401619],[-346,126]],[[265117,401745],[-47,18]],[[266229,404066],[-541,-2162],[-225,-285]],[[216641,407596],[-7,-8066]],[[216634,399530],[-241,-6]],[[216393,399524],[-1585,-31]],[[218505,407589],[-3,-8092]],[[218502,399497],[-253,0]],[[218249,399497],[-1615,33]],[[224726,407578],[-8,-6473]],[[224718,401105],[0,-1621]],[[224718,399484],[-1525,8]],[[223193,399492],[-28,-2]],[[220061,407575],[-7,-8104]],[[220054,399471],[-1552,26]],[[228984,407558],[-8,-6447]],[[228976,401111],[-4,-1634]],[[228972,399477],[-1137,-7]],[[227835,399470],[4,3241]],[[226280,402719],[-2,-1625]],[[226278,401094],[-1560,11]],[[221611,399480],[-1512,-5]],[[220099,399475],[-45,-4]],[[230035,407557],[-404,-3028],[468,-4114],[473,-185]],[[230572,400230],[-5,-2410],[-307,8]],[[230260,397828],[0,542],[-975,290],[5,2433],[-314,18]],[[207527,407549],[-7,-8122]],[[207520,399427],[-1032,5]],[[206488,399432],[-823,-3]],[[210162,407557],[-14,-13021],[-936,36]],[[209212,394572],[12,4830],[-1704,25]],[[231556,401046],[-18,-1625]],[[231538,399421],[-118,1200],[-442,280],[-406,-671]],[[211699,397715],[-29,-7916]],[[211670,389799],[2,-1622],[-925,-165]],[[210747,388012],[-1530,111]],[[209217,388123],[-5,6449]],[[205660,399429],[4,-8051]],[[205664,391378],[-1785,-68]],[[203879,391310],[176,2110],[-338,2531],[-236,-28],[-218,2136]],[[203263,398059],[20,4732],[134,1289]],[[271426,401035],[-87,-662]],[[271339,400373],[-1426,435]],[[269913,400808],[-59,3359]],[[187038,397857],[-586,-3353],[17,-2559],[-254,-958],[-384,92],[-188,-2026]],[[185643,389053],[-4276,11]],[[181367,389064],[0,1944]],[[280838,405689],[20,-2091],[-220,-1799],[43,-1667],[-291,-1467]],[[280390,398665],[-1091,2059],[-223,717]],[[235554,405506],[-2,-5520]],[[235552,399986],[-482,732]],[[235070,400718],[-348,1876],[57,1415],[-251,803]],[[262806,402696],[-686,37]],[[262120,402733],[-425,22],[-218,-746]],[[261477,402009],[-3,3444]],[[237901,400868],[-183,147],[-782,-1329]],[[236936,399686],[-300,1183]],[[236636,400869],[5,4610]],[[250768,401072],[-307,-8],[0,-3525]],[[250461,397539],[-935,2],[-151,-542]],[[249375,396999],[-164,-3]],[[249211,396996],[-7,9762]],[[249211,396996],[-1245,20]],[[247966,397016],[-6,4876]],[[247960,401892],[-16,4809]],[[164769,402898],[-1779,-16],[-231,-508],[-692,-3277],[-169,-1785],[-674,346]],[[247960,401892],[-463,-687],[1,-945],[-743,197],[-64,-1253]],[[246691,399204],[-29,5179]],[[268575,403868],[-39,-2983]],[[268536,400885],[-64,-729]],[[268472,400156],[-1582,537]],[[266890,400693],[-54,3347]],[[282590,402983],[-306,-3506]],[[282284,399477],[-571,2462]],[[195295,403841],[-25,-16136]],[[195270,387705],[-2690,0]],[[255047,401845],[-69,-1900]],[[254978,399945],[-895,326]],[[254083,400271],[-160,-18]],[[253923,400253],[-12,3817]],[[273426,403549],[-646,-1538]],[[272780,402011],[-366,1373]],[[257759,403489],[-152,-219],[7,-3170]],[[257614,400100],[-1035,44]],[[275685,404334],[85,-2807]],[[275770,401527],[-169,-2411]],[[275601,399116],[-203,-165]],[[275398,398951],[-825,1176]],[[274573,400127],[195,794],[-216,1514],[165,2569]],[[281713,401939],[-331,-4249]],[[281382,397690],[-453,-530]],[[280929,397160],[-54,1697],[-336,-1326],[-249,538]],[[280290,398069],[100,596]],[[236636,400869],[-257,453],[-437,-2067],[-407,-128]],[[235535,399127],[17,859]],[[261477,402009],[-400,-1353]],[[261077,400656],[-346,-1150],[-342,-59]],[[260389,399447],[7,4085]],[[276525,402592],[-354,-957],[-401,-108]],[[274573,400127],[-368,-1330]],[[274205,398797],[-236,255]],[[273969,399052],[-281,3046],[70,396]],[[233938,404818],[-18,-6982]],[[233920,397836],[-872,234]],[[233048,398070],[-272,169],[24,2802]],[[235070,400718],[-349,74],[-25,-3937]],[[234696,396855],[-411,-173]],[[234285,396682],[-361,-327],[-4,1481]],[[159472,402696],[-103,-2315],[298,-2192],[9,-2579]],[[159676,395610],[-1406,-5]],[[240434,401226],[-265,-1911],[27,-1099]],[[240196,398216],[-322,-2537]],[[239874,395679],[-1243,272]],[[238631,395951],[53,6514]],[[272780,402011],[-162,-1543]],[[272618,400468],[-357,-942],[-433,-2022]],[[271828,397504],[-465,1315]],[[271363,398819],[-24,1554]],[[246691,399204],[104,-2426],[318,-370]],[[247113,396408],[-268,-1767],[-327,1147]],[[246518,395788],[-157,5399]],[[269913,400808],[-106,32],[-45,-3310]],[[269762,397530],[-314,137]],[[269448,397667],[30,1913],[-311,800],[-631,505]],[[273969,399052],[-615,-1858]],[[273354,397194],[-359,392]],[[272995,397586],[-242,74],[-135,2808]],[[288046,402537],[11,-942]],[[288057,401595],[-639,-5]],[[287418,401590],[-372,-2533],[-163,577],[-139,-1617],[-138,1747],[461,4160],[775,51]],[[203263,398059],[-1079,33]],[[202184,398092],[232,2578],[24,2143],[167,939]],[[253923,400253],[-983,-53]],[[252940,400200],[-307,817]],[[266890,400693],[-89,-2651]],[[266801,398042],[-801,-648]],[[266e3,397394],[-555,16],[18,4209]],[[285902,401499],[-150,-622]],[[285752,400877],[-98,558]],[[285433,400993],[-397,-2058]],[[285036,398935],[-134,518]],[[284902,399453],[-167,-26],[-614,4169]],[[199808,403832],[101,-2046]],[[199909,401786],[-296,-714]],[[199613,401072],[-737,-3251],[-270,662],[-334,-354],[-440,-2814],[-665,-1480],[1,-2999]],[[197168,390836],[-2,-3131],[-1896,0]],[[202184,398092],[-58,-1116]],[[202126,396976],[-415,809],[-150,-1174],[-541,1039],[-198,1577],[-600,-2],[-313,2561]],[[289289,396094],[-480,-882],[-190,-1251],[-469,-135]],[[288150,393826],[-70,5854]],[[288080,399680],[-23,1915]],[[288726,403782],[311,-1995],[21,-3695],[231,-1998]],[[258454,403340],[32,-5425],[144,8]],[[258630,397923],[2,-1078]],[[258632,396845],[-1016,28]],[[257616,396873],[-2,3227]],[[260389,399447],[-315,-33],[3,-1128]],[[260077,398286],[-173,-511],[-611,176]],[[259293,397951],[-15,5470]],[[244447,399668],[-615,99],[-12,-1654]],[[243820,398113],[-1328,97]],[[242492,398210],[16,3269],[-584,124]],[[284902,399453],[-317,-3074]],[[284585,396379],[-327,-588]],[[284258,395791],[-575,2284]],[[283683,398075],[-376,337],[-185,1327],[194,1437]],[[259293,397951],[-663,-28]],[[241246,396473],[-791,166],[-259,1577]],[[241602,401647],[-356,-5174]],[[279076,401441],[-306,-3713],[122,-2044],[-246,-2142]],[[278646,393542],[-601,2684]],[[278045,396226],[-22,130]],[[278023,396356],[164,2029],[-157,242],[174,1961],[-541,56]],[[291123,402398],[69,-689],[-433,-4685],[-217,-1125],[-299,-2],[197,2821],[-39,1600]],[[283683,398075],[-584,-3904]],[[283099,394171],[-333,1776]],[[282766,395947],[-855,1322]],[[281911,397269],[373,2208]],[[164778,400098],[2,-985]],[[164780,399113],[3,-842]],[[164783,398271],[-389,10],[-272,-829],[-495,64],[-430,-2100],[-547,1772],[-795,-2034],[-254,-3502]],[[161601,391652],[-950,430]],[[160651,392082],[48,3551],[149,1319]],[[264366,402055],[-167,-4639]],[[264199,397416],[-520,1367]],[[263679,398783],[-327,-384]],[[263352,398399],[-336,1361],[-212,-782]],[[262804,398978],[2,3718]],[[262120,402733],[-187,-6686]],[[261933,396047],[-9,-343]],[[261924,395704],[-187,-294]],[[261737,395410],[-674,-15]],[[261063,395395],[14,5261]],[[262804,398978],[-161,-1387]],[[262643,397591],[-710,-1544]],[[227835,399470],[-1,-3241]],[[227834,396229],[-1551,10]],[[226283,396239],[-5,4855]],[[160651,392082],[-328,7]],[[160323,392089],[-249,595],[-92,1588],[-306,1338]],[[276764,401307],[-43,-2135]],[[276721,399172],[-197,-2650],[-527,-489]],[[275997,396033],[78,1671],[-474,1412]],[[238631,395951],[-2,-269]],[[238629,395682],[-940,177],[-5,-542],[-774,158]],[[236910,395475],[26,4211]],[[278023,396356],[-421,199],[-771,1158],[-110,1459]],[[264942,392757],[-495,1045]],[[264447,393802],[-4,881]],[[264443,394683],[-244,2733]],[[265117,401745],[-175,-8988]],[[281911,397269],[-117,-636]],[[281794,396633],[-412,1057]],[[247966,397016],[-356,-13],[-7,-1413]],[[247603,395590],[-490,818]],[[286601,396690],[-270,-2438],[180,3428],[90,-990]],[[288080,399680],[-243,-645],[-318,-3541]],[[287519,395494],[-452,119]],[[287067,395613],[-237,-813],[-18,1649],[166,2200],[440,2941]],[[256059,400213],[0,-4914]],[[256059,395299],[-785,-99]],[[255274,395200],[-296,4745]],[[202126,396976],[391,-1636],[384,-265],[-241,-1239],[-125,-2430],[202,-1122],[70,-1956],[300,-2059]],[[203107,386269],[-2100,52],[-1,-5185]],[[201006,381136],[-1582,2]],[[199424,381138],[-184,2879]],[[199240,384017],[376,1],[-3,6826]],[[199613,390844],[0,10228]],[[266e3,397394],[-90,-7128]],[[265910,390266],[-554,2430]],[[265356,392696],[-414,61]],[[242492,398210],[-119,-2235],[32,-2529],[-220,-3074]],[[242185,390372],[-394,741],[-91,1045]],[[241700,392158],[-289,3405]],[[241411,395563],[-165,910]],[[166041,398612],[-586,525],[-675,-24]],[[280290,398069],[-483,-2836],[-192,-318],[-231,-2313]],[[279384,392602],[-347,1620],[-177,-1641]],[[278860,392581],[-214,961]],[[285904,391677],[-438,651]],[[285466,392328],[40,2580],[-96,1946],[-374,2081]],[[285752,400877],[17,-34]],[[285769,400843],[123,37]],[[285892,400880],[302,-2195],[-274,-289],[359,-1162],[-397,-2847],[22,-2710]],[[236910,395475],[-14,-1566]],[[236896,393909],[-1362,260]],[[235534,394169],[1,3667]],[[235535,397836],[0,1291]],[[246518,395788],[-459,-1047],[-357,-130]],[[245702,394611],[-426,36],[-426,2233]],[[244850,396880],[11,2738]],[[230260,397828],[-3,-3239]],[[230257,394589],[-1081,7]],[[229176,394596],[-204,1767],[0,3114]],[[199613,390844],[-2445,-8]],[[226283,396239],[-1,-1625]],[[226282,394614],[-1549,-5]],[[224733,394609],[-15,4875]],[[233048,398070],[-2,-3479]],[[233046,394591],[-1241,3]],[[231805,394594],[-1,4258],[-266,569]],[[251700,401041],[-3,-5671],[315,56]],[[252012,395426],[-4,-1645]],[[252008,393781],[-1234,-55],[-1,-1621]],[[250773,392105],[-323,107]],[[250450,392212],[11,5327]],[[252940,400200],[-3,-4846]],[[252937,395354],[-925,72]],[[231805,394594],[2,-2436]],[[231807,392158],[-1134,-2]],[[230673,392156],[-105,1611],[-311,822]],[[269448,397667],[-55,-3546],[-336,-2]],[[269057,394119],[-207,85]],[[268850,394204],[-308,109],[-130,1734]],[[268412,396047],[60,4109]],[[270916,394754],[20,1086],[-281,1702],[-269,-1234]],[[270386,396308],[9,758],[-633,464]],[[271363,398819],[-98,-3218],[-349,-847]],[[235535,397836],[-738,278],[-101,-1259]],[[268412,396047],[-1128,225],[-164,1037]],[[267120,397309],[-319,733]],[[261063,395395],[-665,-1817]],[[260398,393578],[-311,-147]],[[260087,393431],[-10,4855]],[[272995,397586],[-322,-2153]],[[272673,395433],[-626,51]],[[272047,395484],[-219,2020]],[[255274,395200],[-23,-931]],[[255251,394269],[-1050,-45]],[[254201,394224],[-106,0]],[[254095,394224],[-12,6047]],[[254095,394224],[-871,-49]],[[253224,394175],[-287,84],[0,1095]],[[257616,396873],[-2,-1632]],[[257614,395241],[-617,-10]],[[256997,395231],[-542,-4]],[[256455,395227],[-396,72]],[[275398,398951],[-49,-2705],[-193,-1560],[-17,-2747]],[[275139,391939],[-179,223]],[[274960,392162],[-177,2249],[-237,821]],[[274546,395232],[-309,1940],[-32,1625]],[[178718,391008],[0,-11659],[-2488,-10],[-9,-22498]],[[176221,356841],[9,-15660]],[[176230,341181],[-3544,18062]],[[172686,359243],[1,19187],[-1464,8789]],[[171223,387219],[-1407,8282],[-2,1512],[924,1373]],[[244850,396880],[-2,-2773],[-421,28],[-7,-2523]],[[244420,391612],[-356,-627],[-262,515]],[[243802,391500],[-20,-7]],[[243782,391493],[38,6620]],[[263352,398399],[22,-5065]],[[263374,393334],[-124,-465]],[[263250,392869],[-377,1491]],[[262873,394360],[-210,810]],[[262663,395170],[-20,2421]],[[288150,393826],[43,-3599]],[[288193,390227],[-151,927],[-491,-152]],[[287551,391002],[-166,1427],[180,785]],[[287565,393214],[-46,2280]],[[218249,399497],[-18,-8071]],[[218231,391426],[-863,14]],[[217368,391440],[-992,-7]],[[216376,391433],[17,8091]],[[216376,391433],[-231,-10]],[[216145,391423],[-1332,-39]],[[214813,391384],[-3,6505]],[[223193,399492],[-14,-8122]],[[223179,391370],[-1512,-4]],[[221667,391366],[-36,-1]],[[221631,391365],[18,8115]],[[220099,399475],[-16,-8095]],[[220083,391380],[-260,15]],[[219823,391395],[-1228,34]],[[218595,391429],[-364,-3]],[[229176,394596],[-104,-1079],[-8,-3775]],[[229064,389742],[-1230,0]],[[227834,389742],[0,6487]],[[224733,394609],[-4,-3237]],[[224729,391372],[-1523,-3]],[[223206,391369],[-27,1]],[[221631,391365],[-1548,15]],[[285466,392328],[-31,-1556]],[[285435,390772],[-7,-2276]],[[285428,388496],[-134,1401],[-606,809],[-230,-837],[-81,1376]],[[284377,391245],[169,2219]],[[284546,393464],[298,1555],[-259,1360]],[[206488,399432],[13,-4858],[-121,-1295],[371,-47],[-10,-2736]],[[206741,390496],[-830,-42],[-247,924]],[[209217,388123],[-2473,-52]],[[206744,388071],[-3,2425]],[[264443,394683],[-524,-1280]],[[263919,393403],[-110,901],[24,2588],[-154,1891]],[[278045,396226],[-294,-515],[-232,-1658],[80,-1120],[-325,-2167]],[[277274,390766],[-416,1407],[-243,-3513],[-463,-1711],[-244,275],[-358,-1593]],[[275550,385631],[171,2537],[-267,3168]],[[275454,391336],[428,949],[115,3748]],[[166656,388375],[-699,3239]],[[165957,391614],[-901,4159]],[[165056,395773],[-269,1240],[-4,1258]],[[275454,391336],[-315,603]],[[274546,395232],[-268,-471],[-788,-2996]],[[273490,391765],[-200,1393],[150,994],[-86,3042]],[[280929,397160],[39,-1197],[-240,-2110]],[[280728,393853],[-452,-1704],[-259,-2493]],[[280017,389656],[-633,2946]],[[263919,393403],[-308,-257]],[[263611,393146],[-237,188]],[[272047,395484],[-122,-4567],[68,-1111]],[[271993,389806],[-308,-1084],[-178,1340]],[[271507,390062],[-213,1013]],[[271294,391075],[-378,3679]],[[171223,387219],[-1840,-10801],[-214,48]],[[169169,376466],[-2031,9652]],[[260087,393431],[-260,-1361]],[[259827,392070],[-266,627],[-811,-80]],[[258750,392617],[-16,4231],[-102,-3]],[[234285,396682],[0,-4534]],[[234285,392148],[-1239,4]],[[233046,392152],[0,2439]],[[165056,395773],[67,-1276],[-536,-3016]],[[164587,391481],[-681,-2964],[-867,-752],[-370,962],[-735,-860]],[[161934,387867],[-256,3852],[-77,-67]],[[243782,391493],[-600,-672],[-237,-1354]],[[242945,389467],[-301,-676],[-459,1581]],[[241411,395563],[-330,-4505],[-622,73]],[[240459,391131],[-612,170]],[[239847,391301],[27,4378]],[[284258,395791],[-146,-762]],[[284112,395029],[62,-330]],[[284174,394699],[109,-599]],[[284283,394100],[166,-999]],[[284449,393101],[22,-1315],[-319,-1468],[-235,541]],[[283917,390859],[-818,3312]],[[203879,391310],[232,-1351],[-63,-2148],[-283,-1101]],[[203765,386710],[-658,-441]],[[235534,394169],[-3,-2030]],[[235531,392139],[-1246,9]],[[267120,397309],[10,-7398]],[[267130,389911],[-689,1520],[-363,-1183]],[[266078,390248],[-168,18]],[[189012,387896],[-1284,-154]],[[187728,387742],[-2094,148]],[[185634,387890],[9,1163]],[[214813,391384],[1,-1534]],[[214814,389850],[-3144,-51]],[[273490,391765],[-131,-932]],[[273359,390833],[-145,-1041]],[[273214,389792],[-209,606],[-29,1581],[-303,3454]],[[281794,396633],[-352,-2134]],[[281442,394499],[-181,-1569],[-249,-398]],[[281012,392532],[-284,1321]],[[270386,396308],[-126,-2312],[-210,-922],[124,-3421],[-112,-240]],[[270062,389413],[-201,-166]],[[269861,389247],[-208,45],[20,1691],[-328,121],[-31,1670],[-276,128],[19,1217]],[[262663,395170],[-751,43],[12,491]],[[271294,391075],[-509,-438],[-303,-919],[26,-2485]],[[270508,387233],[-446,2180]],[[250450,392212],[-956,23]],[[249494,392235],[-119,4764]],[[268850,394204],[-252,-4689],[-210,-491]],[[268388,389024],[-201,3414],[-398,-533]],[[267789,391905],[-350,-1991],[-309,-3]],[[282766,395947],[-168,-2056],[513,-5136]],[[283111,388755],[-288,-2729]],[[282823,386026],[-280,58],[-558,5269]],[[281985,391353],[-543,3146]],[[249494,392235],[6,-1626],[-311,-14]],[[249189,390595],[-1322,101]],[[247867,390696],[42,2085]],[[247909,392781],[135,617]],[[248044,393398],[6,862],[-447,1330]],[[245702,394611],[-17,-6019]],[[245685,388592],[-299,1157],[-435,348],[-393,1319]],[[244558,391416],[-138,196]],[[284546,393464],[-223,1829]],[[284323,395293],[-65,498]],[[258750,392617],[-93,-1410]],[[258657,391207],[-1043,-28]],[[257614,391179],[0,4062]],[[248044,393398],[-494,1528],[-406,-1104],[-259,-2536],[-553,-983]],[[246332,390303],[-515,-1949],[-132,238]],[[289289,396094],[351,-2735],[270,-53],[-16,-3322],[132,-3186]],[[290026,386798],[-57,0]],[[289969,386798],[-44,0]],[[289925,386798],[-712,13]],[[289213,386811],[-982,153],[-22,1873]],[[288209,388837],[-16,1390]],[[227834,389742],[-1541,10]],[[226293,389752],[-11,4862]],[[278860,392581],[-466,-5287]],[[278394,387294],[-254,-1223]],[[278140,386071],[-449,839],[-166,1723],[-310,768]],[[277215,389401],[59,1365]],[[239847,391301],[-20,-3034]],[[239827,388267],[-622,98],[-4,-541],[-615,114]],[[238586,387938],[4,815]],[[238590,388753],[39,6929]],[[287565,393214],[-230,-1318],[167,-933],[-195,-1781],[-402,1979],[-480,1174],[215,1900],[256,-1835],[-68,1744],[239,1469]],[[283917,390859],[-162,-3064]],[[283755,387795],[-414,1424],[-230,-464]],[[273214,389792],[-307,-1569]],[[272907,388223],[-755,413],[-159,1170]],[[238590,388753],[-1541,208]],[[237049,388961],[-153,25],[0,4923]],[[284458,394060],[-175,40]],[[284174,394699],[-62,330]],[[284323,395293],[135,-1233]],[[165957,391614],[-111,-1812],[217,-2118],[-268,-3202]],[[165795,384482],[-318,1675],[-351,-1063],[-392,1451]],[[164734,386545],[-147,1347]],[[164587,387892],[0,3589]],[[262873,394360],[-58,-1367],[-578,-418]],[[262237,392575],[-496,-1308]],[[261741,391267],[-4,4143]],[[241700,392158],[-280,-5796]],[[241420,386362],[-362,56]],[[241058,386418],[-603,3090],[4,1623]],[[160323,392089],[-77,-1062],[333,-1452],[-117,-1633],[135,-802],[-46,-1999],[-216,-908]],[[160335,384233],[-267,44],[0,3908],[-681,143],[-458,-370]],[[158929,387958],[0,-4]],[[158929,387958],[-514,6077],[-298,453]],[[261741,391267],[-366,837]],[[261375,392104],[-331,-489],[66,-2303]],[[261110,389312],[-395,371]],[[260715,389683],[-3,1350],[-313,1080],[-1,1465]],[[253224,394175],[-108,-3960],[133,-658]],[[253249,389557],[-1250,128]],[[251999,389685],[9,4096]],[[256455,395227],[-410,-1812],[-93,-2129],[104,-2737]],[[256056,388549],[-615,-232]],[[255441,388317],[-297,-785]],[[255144,387532],[-486,-1420]],[[254658,386112],[-34,905],[308,954],[-17,1005]],[[254915,388976],[435,3214],[-99,2079]],[[257614,391179],[2,-2983]],[[257616,388196],[-674,-391]],[[256942,387805],[55,7426]],[[256942,387805],[-413,171]],[[256529,387976],[-473,573]],[[274960,392162],[-143,-1744],[-396,-2216]],[[274421,388202],[-376,577],[-266,-940]],[[273779,387839],[-420,2994]],[[247909,392781],[-238,-998],[-192,-2324],[175,-1160]],[[247654,388299],[-24,-168]],[[247630,388131],[-211,-2528]],[[247419,385603],[-176,2124],[-512,9],[-410,-650]],[[246321,387086],[11,3217]],[[264517,389239],[-698,-957]],[[263819,388282],[-57,221]],[[263762,388503],[-151,4643]],[[264447,393802],[70,-4563]],[[230673,392156],[-3,-4046]],[[230670,388110],[-1298,15]],[[229372,388125],[-307,-1],[-1,1618]],[[226293,389752],[2,-1622]],[[226295,388130],[-1550,-17]],[[224745,388113],[-16,3259]],[[233046,392152],[-20,-5676]],[[233026,386476],[-1232,4]],[[231794,386480],[13,5678]],[[158929,387954],[-62,-1644],[169,-2032],[-399,3],[-19,-2538],[-216,-434]],[[158402,381309],[-24,5]],[[158378,381314],[-291,-21]],[[158087,381293],[-3,45]],[[158084,381338],[140,477],[-107,2272],[-522,4538],[-125,2200]],[[281985,391353],[-669,-3258],[-157,217]],[[281159,388312],[-296,1764]],[[280863,390076],[149,2456]],[[263250,392869],[-350,-1063]],[[262900,391806],[-413,-1090]],[[262487,390716],[-250,1859]],[[158084,381338],[-237,-853],[-152,859]],[[157695,381344],[-539,908],[-435,1971],[-296,-310]],[[156425,383913],[-353,2861],[-569,2152],[-557,3778]],[[254915,388976],[-726,35]],[[254189,389011],[12,5213]],[[280017,389656],[-138,-1763],[572,-1648]],[[280451,386245],[-493,-2674]],[[279958,383571],[-240,-1325]],[[279718,382246],[-1324,5048]],[[254189,389011],[-119,3]],[[254070,389014],[-537,-21]],[[253533,388993],[-284,564]],[[269861,389247],[-95,-2476],[-512,-708]],[[269254,386063],[-253,186]],[[269001,386249],[-194,1565]],[[268807,387814],[-419,1210]],[[237049,388961],[-4,-2241]],[[237045,386720],[-1525,568]],[[235520,387288],[11,4851]],[[280863,390076],[-319,-2827]],[[280544,387249],[-93,-1004]],[[260715,389683],[-623,-25],[-151,-811]],[[259941,388847],[-106,262],[-8,2961]],[[265356,392696],[-244,-3246]],[[265112,389450],[-475,-738]],[[264637,388712],[-120,527]],[[251999,389685],[-2,-2447]],[[251997,387238],[-1241,-17]],[[250756,387221],[2,543]],[[250758,387764],[15,4341]],[[263762,388503],[-226,-927]],[[263536,387576],[-64,-376]],[[263472,387200],[-541,2720],[-31,1886]],[[259941,388847],[-406,-1355],[-4,-1306]],[[259531,386186],[-106,-8]],[[259425,386178],[-618,89]],[[258807,386267],[-150,4]],[[258657,386271],[0,4936]],[[247867,390696],[-213,-2397]],[[285904,391677],[33,-3347],[377,-2748],[-110,-1238],[-607,2727],[-162,3701]],[[266078,390248],[8,-2072]],[[266086,388176],[-605,-1279],[-198,665]],[[265283,387562],[-171,1888]],[[262487,390716],[-392,-1207]],[[262095,389509],[-262,-210]],[[261833,389299],[-458,2805]],[[268807,387814],[-424,-2456]],[[268383,385358],[-426,367],[-546,2055]],[[267411,387780],[397,3341],[-19,784]],[[250758,387764],[-457,107]],[[250301,387871],[-488,-745],[-369,60],[-248,-998]],[[249196,386188],[-7,4407]],[[277215,389401],[-117,-2971],[-334,-2300],[41,-777]],[[276805,383353],[-350,-1565],[-111,-2182]],[[276344,379606],[-848,-338],[-274,1261],[9,2076]],[[275231,382605],[22,2224],[297,802]],[[242945,389467],[-266,-2385],[-345,60],[127,-1459],[-203,-1038]],[[242258,384645],[-596,107],[14,1563],[-256,47]],[[231794,386480],[-23,-4900]],[[231771,381580],[-1110,51]],[[230661,381631],[9,6479]],[[234285,392148],[-26,-6491]],[[234259,385657],[-1233,6]],[[233026,385663],[0,813]],[[235520,387288],[0,-1654]],[[235520,385634],[-1261,23]],[[275231,382605],[-213,772]],[[275018,383377],[-482,1699],[-115,3126]],[[161934,387867],[6,-3922]],[[161940,383945],[-1040,-1303],[-210,591],[-282,-2812]],[[160408,380421],[-311,-431],[76,1800]],[[160173,381790],[162,2443]],[[261833,389299],[-405,-1730]],[[261428,387569],[-332,583]],[[261096,388152],[14,1160]],[[263472,387200],[-446,-2246]],[[263026,384954],[-363,80]],[[262663,385034],[-258,1506],[-110,2136],[-200,833]],[[267411,387780],[-197,-1449],[23,-1521],[-313,-464]],[[266924,384346],[-311,1158]],[[266613,385504],[-354,897],[-173,1775]],[[244558,391416],[4,-9113]],[[244562,382303],[-467,23],[2,-1088]],[[244097,381238],[-267,17]],[[243830,381255],[-40,2514]],[[243790,383769],[12,7731]],[[169169,376466],[1659,-8029]],[[170828,368437],[-2625,-35]],[[168203,368402],[-689,2284]],[[167514,370686],[-267,2691],[-422,166]],[[166825,373543],[187,2774],[-290,1077],[-121,2597],[-312,216],[-475,1906],[-19,2369]],[[246321,387086],[-122,-4889]],[[246199,382197],[-880,-1]],[[245319,382196],[-757,107]],[[243790,383769],[-1536,69]],[[242254,383838],[4,807]],[[164587,387892],[-720,-834],[-259,133],[-515,-1390],[-61,-1062],[-1009,-2141]],[[162023,382598],[-83,1347]],[[288209,388837],[-340,-1484],[-14,-1069]],[[287855,386284],[-365,-3226],[-285,1002],[9,-1396],[-759,4562],[218,1227],[-54,1256],[301,244],[335,-1096],[296,2145]],[[218595,391429],[0,-8114]],[[218595,383315],[-1157,7]],[[217438,383322],[-63,-1]],[[217375,383321],[-7,8119]],[[219823,391395],[8,-8114]],[[219831,383281],[-1236,34]],[[216145,391423],[-1,-8126]],[[216144,383297],[-1330,-14]],[[214814,383283],[1,118]],[[214815,383401],[-1,6449]],[[217375,383321],[-1161,-23]],[[216214,383298],[-70,-1]],[[282823,386026],[45,-780]],[[282868,385246],[-236,-135]],[[282632,385111],[-191,603],[-899,-1519]],[[281542,384195],[7,1473],[-390,2644]],[[221667,391366],[1,-6464]],[[221668,384902],[2,-1623]],[[221670,383279],[-1791,1]],[[219879,383280],[-48,1]],[[241058,386418],[-180,-1533],[-17,-2354]],[[240861,382531],[-193,-605],[-544,142],[-327,1182]],[[239797,383250],[30,5017]],[[224745,388113],[2,-4860]],[[224747,383253],[-1206,6]],[[223541,383259],[-334,2],[0,1622]],[[223207,384883],[-1,6486]],[[206744,388071],[3,-4865],[-303,-5]],[[206444,383201],[-2083,130]],[[204361,383331],[-596,3379]],[[223207,384883],[-1539,19]],[[285428,388496],[2,-844]],[[285430,387652],[-211,220],[-263,-2218]],[[284956,385654],[81,-2289],[-234,434],[-329,2869],[-459,-1569],[-187,2281],[549,3865]],[[258657,386271],[-1,-537],[-1038,13]],[[257618,385747],[-2,2449]],[[270898,384461],[-214,-1052],[-154,1960]],[[270530,385369],[-22,1864]],[[271507,390062],[-150,-656],[68,-2319],[-484,-1260],[-43,-1366]],[[181367,389064],[0,-7900]],[[181367,381164],[-7,-10123]],[[181360,371041],[4,-11253]],[[181364,359788],[2,-2927]],[[181366,356861],[-1984,13],[0,178],[-2727,-7],[-434,-204]],[[199240,384017],[-2,565],[-1384,-11],[128,-1422],[415,-674],[-79,-1241]],[[198318,381234],[-2999,12]],[[195319,381246],[-49,6459]],[[273779,387839],[177,-533],[-261,-1185],[-892,-2812]],[[272803,383309],[-146,3878],[250,1036]],[[249196,386188],[3,-3707]],[[249199,382481],[-545,27]],[[248654,382508],[-40,1621],[-342,19],[-642,3983]],[[281542,384195],[-437,-1435],[-99,693]],[[281006,383453],[-396,1782],[-66,2014]],[[272803,383309],[-1,-6]],[[272802,383303],[-272,-1508],[-143,-3971]],[[272387,377824],[-212,340]],[[272175,378164],[-165,2328],[-356,2011],[-528,-202]],[[271126,382301],[46,1976],[-274,184]],[[214815,383401],[-1944,-34]],[[212871,383367],[-1832,-28]],[[211039,383339],[-284,-8]],[[210755,383331],[-8,4681]],[[227834,389742],[0,-8111]],[[227834,381631],[-920,3]],[[226914,381634],[-613,-2]],[[226301,381632],[-6,6498]],[[229372,388125],[-59,-8133]],[[229313,379992],[-869,39]],[[228444,380031],[-2,1618],[-608,-18]],[[265283,387562],[-139,-989]],[[265144,386573],[-341,379]],[[264803,386952],[-166,1760]],[[253533,388993],[-9,-5827]],[[253524,383166],[-612,-14]],[[252912,383152],[-924,24]],[[251988,383176],[9,4062]],[[261096,388152],[-573,-2670]],[[260523,385482],[-285,-2089],[-141,377]],[[260097,383770],[-46,2157],[-520,259]],[[270530,385369],[-363,-645],[-243,-2058]],[[269924,382666],[-670,3397]],[[262663,385034],[-353,-388]],[[262310,384646],[-796,417]],[[261514,385063],[-86,2506]],[[278140,386071],[-341,-3644],[-207,-671]],[[277592,381756],[-787,1597]],[[283755,387795],[-68,-3119]],[[283687,384676],[-6,-1714]],[[283681,382962],[-121,26]],[[283560,382988],[-214,707]],[[283346,383695],[-232,459]],[[283114,384154],[-246,1092]],[[264803,386952],[-255,-1635]],[[264548,385317],[-418,-1608],[-274,-40]],[[263856,383669],[-44,1680],[-276,2227]],[[185634,387890],[509,-3310],[-59,-2002],[-242,-1389]],[[185842,381189],[-97,-48]],[[185745,381141],[-4378,23]],[[254070,389014],[36,-2007],[-137,-3775]],[[253969,383232],[-445,-66]],[[254658,386112],[-463,-2723],[-218,-213]],[[253977,383176],[-8,56]],[[238586,387938],[-30,-5629]],[[238556,382309],[-1467,73]],[[237089,382382],[-71,8],[27,4330]],[[289213,386811],[95,-1816],[-160,-1192],[-692,-216]],[[288456,383587],[-506,-230]],[[287950,383357],[-283,-697],[-32,1164],[220,2460]],[[275018,383377],[-768,-3505],[-473,452]],[[273777,380324],[-279,2237],[-256,-553],[-440,1295]],[[256529,387976],[-3,-5248]],[[256526,382728],[-678,251]],[[255848,382979],[2,2497],[-255,-92],[-154,2933]],[[158378,381314],[146,-1464],[-437,1443]],[[160173,381790],[-408,-2224],[-354,-188],[-351,1518],[-215,-1698],[-283,502],[-160,1609]],[[239797,383250],[35,-3689]],[[239832,379561],[-1222,173]],[[238610,379734],[-54,2575]],[[255848,382979],[-1,-825],[-418,-677]],[[255429,381477],[-616,58]],[[254813,381535],[-309,1118],[-517,34]],[[253987,382687],[-10,489]],[[257618,385747],[6,-2451]],[[257624,383296],[-312,-1080]],[[257312,382216],[-630,-29]],[[256682,382187],[-156,541]],[[266613,385504],[-146,-2035],[-362,-1580]],[[266105,381889],[-246,1825],[-347,209]],[[265512,383923],[-368,2650]],[[261514,385063],[-513,-1353]],[[261001,383710],[-478,1772]],[[230661,381631],[-3,-1635],[-459,10]],[[230199,380006],[-886,-14]],[[209217,388123],[-12,-6998]],[[209205,381125],[-8,-7666]],[[209197,373459],[-808,1541]],[[208389,375e3],[-823,1546],[-1023,-359],[-102,637]],[[206441,376824],[3,6377]],[[210755,383331],[-21,-1721],[-306,-20],[0,-1082],[-596,-8],[-593,529]],[[209239,381029],[-34,96]],[[226301,381632],[-1535,-18]],[[224766,381614],[-19,1639]],[[248654,382508],[-383,35],[1,-1620],[-477,-883]],[[247795,380040],[-127,736]],[[247668,380776],[-303,1892],[54,2935]],[[250756,387221],[-8,-4860]],[[250748,382361],[-1241,119]],[[249507,382480],[-308,1]],[[285430,387652],[553,-2587],[494,-4061],[-10,-1655],[-344,2010],[-710,2346],[-112,-1069],[-345,3018]],[[164734,386545],[-434,-1184],[-950,-7856],[-382,-2239]],[[162968,375266],[-758,4581]],[[162210,379847],[-187,2751]],[[187728,387742],[-228,-1434],[16,-5094]],[[187516,381214],[-1674,-25]],[[192580,387705],[27,-2493],[351,-3273],[-106,-713]],[[192852,381226],[-4142,-34],[-1194,22]],[[247668,380776],[-455,-1591]],[[247213,379185],[-466,-722],[-158,1359]],[[246589,379822],[-390,2375]],[[268978,383008],[-530,-70]],[[268448,382938],[-65,2420]],[[269001,386249],[-23,-3241]],[[268448,382938],[-363,-1281]],[[268085,381657],[-378,305],[-289,1389],[-223,-1372]],[[267195,381979],[-271,2367]],[[195319,381246],[2,-5061]],[[195321,376185],[-5,-7382]],[[195316,368803],[-5,-9039]],[[195311,359764],[-2662,-21]],[[192649,359743],[-2090,97]],[[190559,359840],[-1844,-32]],[[188715,359808],[653,1884],[604,385],[346,3275],[287,901],[-33,1956],[278,1645]],[[190850,369854],[446,2473],[227,3835],[527,220],[571,4056],[231,788]],[[263856,383669],[113,-1403]],[[263969,382266],[-621,-1698]],[[263348,380568],[-281,1465]],[[263067,382033],[-41,2921]],[[281006,383453],[-231,-1615]],[[280775,381838],[-817,1733]],[[279718,382246],[-89,-2346],[-162,-617]],[[279467,379283],[-168,-1840],[-296,-1251],[-422,177]],[[278581,376369],[-906,3632]],[[277675,380001],[127,1436],[-210,319]],[[251988,383176],[-8,-2447]],[[251980,380729],[-1183,-9]],[[250797,380720],[-49,1641]],[[237089,382382],[-24,-3302]],[[237065,379080],[-1548,436]],[[235517,379516],[3,6118]],[[172686,359243],[-1858,9194]],[[265512,383923],[-362,-1946]],[[265150,381977],[-326,1245],[-276,2095]],[[204361,383331],[336,-2212],[254,-3271],[312,-1387]],[[205263,376461],[44,-2691]],[[205307,373770],[-1620,-57]],[[203687,373713],[-1526,-10],[-2,1613],[-297,15]],[[201862,375331],[0,678],[-568,1790],[-287,-220]],[[201007,377579],[-1,3557]],[[289111,378680],[-677,-384]],[[288434,378296],[-6,32]],[[288428,378328],[-108,834],[337,902],[-201,3523]],[[289925,386798],[-186,-3801],[-305,-810],[-323,-3507]],[[166825,373543],[-110,722]],[[166715,374265],[-627,2326],[-335,-1722],[-420,-936],[-390,89],[-379,1183],[-853,-3610]],[[163711,371595],[-743,3671]],[[233026,385663],[-31,-6553]],[[232995,379110],[-1225,36]],[[231770,379146],[1,2434]],[[242254,383838],[30,-5137]],[[242284,378701],[-616,91]],[[241668,378792],[-306,22],[-345,3550],[-156,167]],[[258807,386267],[-62,-3640],[-147,-849]],[[258598,381778],[-366,-1124]],[[258232,380654],[2,1594],[-309,13],[3,1094],[-304,-59]],[[259425,386178],[1,-1624],[368,-2837]],[[259794,381717],[-134,-3193]],[[259660,378524],[-140,-131]],[[259520,378393],[-503,215],[-244,853],[-175,2317]],[[269924,382666],[-59,-1571],[261,-1815],[-318,-1930]],[[269808,377350],[-304,-1659]],[[269504,375691],[-230,1692]],[[269274,377383],[-144,2308],[-237,1273],[85,2044]],[[260097,383770],[-303,-2053]],[[284512,383385],[-92,-1945]],[[284420,381440],[-8,-27]],[[284412,381413],[-144,-224]],[[284268,381189],[-437,1843],[-150,-70]],[[283687,384676],[250,-96],[535,1272],[40,-2467]],[[267195,381979],[-57,-1464]],[[267138,380515],[-472,-1482]],[[266666,379033],[-181,318]],[[266485,379351],[-380,2538]],[[282632,385111],[-701,-4528]],[[281931,380583],[-408,650],[-297,-356]],[[281226,380877],[-451,961]],[[234259,385657],[-34,-6557]],[[234225,379100],[-1230,10]],[[235517,379516],[0,-428]],[[235517,379088],[-1292,12]],[[261001,383710],[173,-405],[-53,-2162]],[[261121,381143],[-14,-546]],[[261107,380597],[-355,-820],[-434,244],[-629,-1650]],[[259689,378371],[-29,153]],[[283114,384154],[232,-459]],[[283560,382988],[-758,-4755]],[[282802,378233],[-126,314]],[[282676,378547],[-383,1648],[-362,388]],[[271126,382301],[-263,-1063],[-13,-2367]],[[270850,378871],[-720,-941]],[[270130,377930],[-322,-580]],[[263067,382033],[-389,-1467]],[[262678,380566],[-442,233]],[[262236,380799],[74,3847]],[[265150,381977],[-286,-1440]],[[264864,380537],[-573,-892]],[[264291,379645],[-263,850],[-59,1771]],[[262236,380799],[-219,-1712]],[[262017,379087],[-896,2056]],[[223541,383259],[-1,-4853],[-304,-4]],[[223236,378402],[-914,9],[-1,1610],[-610,3]],[[221711,380024],[-41,3255]],[[199424,381138],[158,-1618],[-158,-1773]],[[199424,377747],[-472,-1110]],[[198952,376637],[-30,888],[-421,1384],[24,1647],[-207,678]],[[157695,381344],[162,-972],[-41,-3299],[179,-856],[-251,-1183],[-370,1731],[-114,-336],[-479,2414],[-374,-283],[165,2872],[317,-1457],[-464,3938]],[[266485,379351],[-223,-717],[-503,-259]],[[265759,378375],[-341,2566],[-268,1036]],[[162210,379847],[2,-6325],[-188,423],[-596,-1237],[-739,-3958]],[[160689,368750],[-239,1114],[0,5132]],[[160450,374996],[-71,4167]],[[160379,379163],[29,1258]],[[243830,381255],[-6,-1908],[-732,4],[-351,-755]],[[242741,378596],[-457,105]],[[288428,378328],[-760,-1368],[99,2154],[225,837]],[[287992,379951],[5,43]],[[287997,379994],[-216,-302],[-1,1870],[-264,-794],[434,2589]],[[281226,380877],[-275,-2361]],[[280951,378516],[-515,-3903]],[[280436,374613],[-425,-1184]],[[280011,373429],[-544,5854]],[[285766,378696],[-155,-920]],[[285611,377776],[-363,657],[-314,2280],[-163,-800]],[[284771,379913],[-351,1527]],[[284512,383385],[528,-1942],[635,-277],[253,-1943],[-162,-527]],[[241668,378792],[-8,-3016]],[[241660,375776],[-363,-1063],[-225,1683],[-655,61]],[[240417,376457],[-605,128]],[[239812,376585],[20,2976]],[[269274,377383],[-231,160],[-89,-1393]],[[268954,376150],[-910,2229],[-138,-652]],[[267906,377727],[-93,803]],[[267813,378530],[371,1947],[-99,1180]],[[277675,380001],[-469,-3994]],[[277206,376007],[-657,395],[-135,1144],[-337,-42]],[[276077,377504],[267,2102]],[[214814,383283],[8,-9753]],[[214822,373530],[1,-1754]],[[214823,371776],[-1967,-12]],[[212856,371764],[15,11603]],[[276077,377504],[-296,-1431],[-373,-3413]],[[275408,372660],[-430,-146],[-592,890]],[[274386,373404],[-399,2555]],[[273987,375959],[102,2169],[-312,2196]],[[267813,378530],[-479,65],[-196,1920]],[[206441,376824],[-330,1926],[-322,-2223],[-84,711],[-442,-777]],[[212856,371764],[-914,-4]],[[211942,371760],[-915,4]],[[211027,371764],[12,11575]],[[211027,371764],[-1822,7],[-8,1688]],[[258232,380654],[-83,-1403]],[[258149,379251],[-55,-2225],[-404,-1554]],[[257690,375472],[32,1005],[-295,274],[-178,1615]],[[257249,378366],[114,-4],[-51,3854]],[[273987,375959],[-386,-927]],[[273601,375032],[-357,1057],[-619,250],[-238,1485]],[[217438,383322],[-3,-8107],[40,-1726]],[[217475,373489],[-1218,0]],[[216257,373489],[-44,1699],[1,8110]],[[219879,383280],[1,-4863]],[[219880,378417],[-1219,28],[33,-4957]],[[218694,373488],[-1219,1]],[[216257,373489],[-1435,41]],[[253987,382687],[206,-1256],[-505,-5063]],[[253688,376368],[-787,325]],[[252901,376693],[11,6459]],[[224766,381614],[1,-6484]],[[224767,375130],[-1507,16]],[[223260,375146],[-24,3256]],[[221711,380024],[-1,-3245]],[[221710,376779],[-1831,17]],[[219879,376796],[1,1621]],[[252901,376693],[0,-15]],[[252901,376678],[-925,-16]],[[251976,376662],[4,4067]],[[284268,381189],[-150,-1311],[278,-2136]],[[284396,377742],[-309,-256],[-1,-1105]],[[284086,376381],[-456,-1904]],[[283630,374477],[-165,-177],[-222,1929],[-441,2004]],[[256682,382187],[-392,-3475]],[[256290,378712],[-307,-2568]],[[255983,376144],[-94,369]],[[255889,376513],[-415,787]],[[255474,377300],[-45,4177]],[[254813,381535],[-35,-5040]],[[254778,376495],[-630,72]],[[254148,376567],[54,-1761],[-336,-146]],[[253866,374660],[-178,1708]],[[272175,378164],[-318,-1099],[158,-2552]],[[272015,374513],[-260,-47]],[[271755,374466],[-295,397],[-169,2098],[-573,1278],[132,632]],[[249507,382480],[-7,-4915]],[[249500,377565],[-220,-2832]],[[249280,374733],[-473,1903],[-262,-565]],[[248545,376071],[-165,1642],[-585,2327]],[[238610,379734],[-22,-2902],[-171,-1635]],[[238417,375197],[-154,26]],[[238263,375223],[-509,95],[7,1074],[-716,163]],[[237045,376555],[20,2525]],[[250797,380720],[-133,-3247]],[[250664,377473],[-1164,92]],[[245319,382196],[-11,-8638]],[[245308,373558],[-149,-795]],[[245159,372763],[-438,51],[4,1622],[-612,34]],[[244113,374470],[-16,6768]],[[264291,379645],[-143,-3260]],[[264148,376385],[-273,-833]],[[263875,375552],[-122,1730],[-504,1185]],[[263249,378467],[99,2101]],[[246589,379822],[-14,-6361]],[[246575,373461],[-1267,97]],[[257249,378366],[-460,-1268]],[[256789,377098],[-280,-2533],[-526,1579]],[[259520,378393],[-23,-3367],[-403,-371]],[[259094,374655],[-945,4596]],[[263249,378467],[-138,-2638]],[[263111,375829],[-141,-279],[-100,2291]],[[262870,377841],[-192,2725]],[[265759,378375],[-26,-1497]],[[265733,376878],[-550,230]],[[265183,377108],[-319,3429]],[[228444,380031],[1,-3258]],[[228445,376773],[-1531,-4]],[[226914,376769],[0,4865]],[[231770,379146],[-5,-5695]],[[231765,373451],[0,-2430]],[[231765,371021],[-1573,61]],[[230192,371082],[7,8924]],[[226914,376769],[9,-3303],[-304,-24]],[[226619,373442],[-1831,-22]],[[224788,373420],[-21,1710]],[[255474,377300],[-169,-643],[-206,1280]],[[255099,377937],[-83,-2666],[-238,1224]],[[244113,374470],[-771,42],[-10,-3582]],[[243332,370930],[-613,69]],[[242719,370999],[22,7597]],[[190850,369854],[-4778,-85],[-898,125]],[[185174,369894],[-16,4888],[309,-23],[-28,1599],[335,1],[-29,4782]],[[285474,374121],[-189,-776]],[[285285,373345],[-143,1232],[-392,-213],[-211,1145],[-143,2233]],[[284412,381413],[24,-1012],[357,-714],[24,-1757],[347,-1481],[310,-2328]],[[198952,376637],[-342,-2418]],[[198610,374219],[-358,1511],[-614,-665],[-130,1368],[-1561,20],[-626,-268]],[[282676,378547],[-305,-5181]],[[282371,373366],[-288,723],[-132,1443],[-320,1091]],[[281631,376623],[-680,1893]],[[185174,369894],[-607,4],[0,-813]],[[184567,369085],[-377,-469],[-604,143],[0,868],[-616,2],[-1,1663],[-315,-252],[-1294,1]],[[262017,379087],[-182,-1209]],[[261835,377878],[-647,-598],[-256,976]],[[260932,378256],[175,2341]],[[201007,377579],[-383,-319],[-19,-4903],[45,-4703]],[[200650,367654],[-984,-5]],[[199666,367649],[-1,4038]],[[199665,371687],[0,2392],[-241,3668]],[[262870,377841],[-381,-297],[-271,-1165]],[[262218,376379],[-341,113]],[[261877,376492],[-42,1386]],[[251976,376662],[-1,-808]],[[251975,375854],[-1238,-25]],[[250737,375829],[-73,1644]],[[285611,377776],[352,-2379]],[[285963,375397],[-300,-592]],[[285663,374805],[-240,293],[-546,3121],[-106,1694]],[[248545,376071],[-481,-3793]],[[248064,372278],[-249,-32],[-722,3898],[380,1913],[-260,1128]],[[260932,378256],[-418,-2942],[-267,-430]],[[260247,374884],[-558,3487]],[[267906,377727],[-44,-1950]],[[267862,375777],[-303,91],[-437,-1812],[23,-1008]],[[267145,373048],[-650,2775]],[[266495,375823],[171,3210]],[[265183,377108],[-100,-1732]],[[265083,375376],[-218,283]],[[264865,375659],[-717,726]],[[160450,374996],[-1125,-1844],[-234,1488],[-260,115],[-482,1735]],[[158349,376490],[-209,1238],[349,1656],[315,-572],[373,668],[783,-708],[357,1506],[62,-1115]],[[230192,371082],[-1,-2432]],[[230191,368650],[-1749,-16]],[[228442,368634],[3,8139]],[[223260,375146],[0,-1720]],[[223260,373426],[-1521,36]],[[221739,373462],[-29,3317]],[[278540,374733],[-257,-158],[-226,-2494],[-255,-813]],[[277802,371268],[-172,-1567]],[[277630,369701],[-515,2398],[26,1888]],[[277141,373987],[65,2020]],[[278581,376369],[-41,-1636]],[[248064,372278],[-101,-552]],[[247963,371726],[-1081,38]],[[246882,371764],[-315,-16],[8,1713]],[[163711,371595],[-1656,-4355],[43,-1065],[-727,-3846]],[[161371,362329],[-154,872],[-328,-612],[-163,2474],[146,498],[-186,3197]],[[160686,368758],[3,-8]],[[239812,376585],[-307,30],[-14,-1889]],[[239491,374726],[-1074,471]],[[237045,376555],[-22,-4864]],[[237023,371691],[-1517,258]],[[235506,371949],[0,363]],[[235506,372312],[11,6776]],[[266495,375823],[-378,-675]],[[266117,375148],[-384,1730]],[[280011,373429],[-196,-1763],[-242,63],[-67,-1661]],[[279506,370068],[-122,-195]],[[279384,369873],[-552,4224],[-292,636]],[[259094,374655],[-346,-3823]],[[258748,370832],[-372,-503],[-265,1038],[-246,-1075]],[[257865,370292],[-129,1809]],[[257736,372101],[-46,3371]],[[232995,379110],[-18,-5688]],[[232977,373422],[-1212,29]],[[234225,379100],[-29,-5681]],[[234196,373419],[-1219,3]],[[235506,372312],[-1310,27]],[[234196,372339],[0,1080]],[[287953,369117],[-126,1004]],[[287827,370121],[-283,134],[320,3324],[379,1762],[191,2955]],[[289111,378680],[-116,-2440],[-517,-3407],[-55,-2436],[-470,-1280]],[[271755,374466],[-438,-677],[176,-948],[-282,-761]],[[271211,372080],[-347,405],[-184,-776],[-249,1135],[-83,2839],[-218,2247]],[[286401,372837],[-192,2274],[-246,286]],[[285766,378696],[289,-8],[647,-2450],[-301,-3401]],[[242719,370999],[-614,37]],[[242105,371036],[2,817],[-459,1220],[12,2703]],[[208389,375e3],[-289,-1427],[-262,-3093],[-561,-3167],[-509,-171],[-616,-1904]],[[206152,365238],[46,2010],[-135,4024],[-310,764],[-525,-1496]],[[205228,370540],[79,3230]],[[283630,374477],[147,-1396],[514,-1038],[-44,-591]],[[284247,371452],[-292,-1688]],[[283955,369764],[-489,1286],[-105,1395],[-525,503]],[[282836,372948],[-465,418]],[[281362,373717],[-225,-1081]],[[281137,372636],[-621,1277],[-80,700]],[[281631,376623],[-269,-2906]],[[260247,374884],[160,-1473]],[[260407,373411],[-544,-3500],[-48,-1933]],[[259815,367978],[-431,176]],[[259384,368154],[-184,2177],[-263,88]],[[258937,370419],[-189,413]],[[263875,375552],[-250,-1451]],[[263625,374101],[-126,-753],[-407,1614]],[[263092,374962],[19,867]],[[268954,376150],[-162,-516],[84,-2449]],[[268876,373185],[-340,667],[-495,-733]],[[268041,373119],[-179,2658]],[[219879,376796],[30,-8168]],[[219909,368628],[-1216,-7]],[[218693,368621],[1,4867]],[[257736,372101],[-514,1415]],[[257222,373516],[-85,1915],[-348,1667]],[[273601,375032],[187,-2459],[-193,530],[-410,-2364]],[[273185,370739],[-292,-249],[-64,-1205]],[[272829,369285],[-281,1663],[-394,3474],[-139,91]],[[261877,376492],[-288,-708],[-405,-2399]],[[261184,373385],[-333,-3287]],[[260851,370098],[-286,-39],[142,1604],[-300,1748]],[[271211,372080],[-148,-2078]],[[271063,370002],[-199,-676]],[[270864,369326],[-114,472]],[[270750,369798],[-437,240],[-582,3546]],[[269731,373584],[-227,2107]],[[255889,376513],[81,-2236],[-378,-1771]],[[255592,372506],[-241,-671]],[[255351,371835],[-666,-172]],[[254685,371663],[-57,1803],[-480,3101]],[[285285,373345],[270,-2335]],[[285555,371010],[-138,-2862]],[[285417,368148],[-256,2601]],[[285161,370749],[-819,3092],[-256,2540]],[[199665,371687],[-1364,1]],[[198301,371688],[8,1040],[301,1491]],[[263092,374962],[-79,-1906]],[[263013,373056],[-780,-638]],[[262233,372418],[68,3271],[-83,690]],[[201862,375331],[-47,-8024]],[[201815,367307],[-1165,-220],[0,567]],[[269731,373584],[-340,-1357],[-300,301]],[[269091,372528],[-215,657]],[[277141,373987],[-397,706],[-568,-2859]],[[276176,371834],[-345,-947],[-213,581]],[[275618,371468],[-210,1192]],[[250737,375829],[-7,-4869]],[[250730,370960],[-827,-8],[-198,-520]],[[249705,370432],[27,2111],[-434,1360],[-18,830]],[[266117,375148],[-215,-2029]],[[265902,373119],[-39,-3]],[[265863,373116],[-510,788],[-270,1472]],[[257222,373516],[17,-1185],[-615,-2106]],[[256624,370225],[-1032,2281]],[[264865,375659],[-28,-5332]],[[264837,370327],[-303,-813]],[[264534,369514],[-414,301]],[[264120,369815],[-495,4286]],[[253866,374660],[-364,-2527],[71,-1661]],[[253573,370472],[-674,471]],[[252899,370943],[2,5735]],[[262233,372418],[-14,-886]],[[262219,371532],[-865,379],[-170,1474]],[[221739,373462],[9,-4974]],[[221748,368488],[-1535,133]],[[220213,368621],[-304,7]],[[228442,368634],[-1822,-25]],[[226620,368609],[-1,4833]],[[252899,370943],[-103,7]],[[252796,370950],[-827,-12]],[[251969,370938],[6,4916]],[[285161,370749],[-468,-117]],[[284693,370632],[-446,820]],[[240417,376457],[5,-7665]],[[240422,368792],[-608,47],[-4,-1332]],[[239810,367507],[-305,42]],[[239505,367549],[-14,7177]],[[160686,368758],[-1094,44],[-338,-404]],[[159254,368398],[-341,754],[-149,3106],[-463,2406],[48,1826]],[[282836,372948],[-67,-2692]],[[282769,370256],[-815,2165],[-30,-1006],[-320,603]],[[281604,372018],[-242,1699]],[[249705,370432],[0,-110]],[[249705,370322],[-946,616]],[[248759,370938],[-796,-36]],[[247963,370902],[0,824]],[[238263,375223],[35,-4781]],[[238298,370442],[-1280,166]],[[237018,370608],[5,1083]],[[166715,374265],[-765,-4053],[-188,-2675],[-313,4],[-790,-4320]],[[164659,363221],[-270,1013],[-380,3367],[-298,3994]],[[254685,371663],[-553,-2946]],[[254132,368717],[-234,1246],[-124,-776]],[[253774,369187],[-201,1285]],[[242105,371036],[-9,-2451]],[[242096,368585],[-1210,161]],[[240886,368746],[-464,46]],[[198301,371688],[-2633,-143],[-352,-2742]],[[268041,373119],[135,-3677],[-93,-602]],[[268083,368840],[-64,308]],[[268019,369148],[-398,2375],[-439,724]],[[267182,372247],[-37,801]],[[273842,367755],[-4,20]],[[273838,367775],[-653,2964]],[[274386,373404],[-544,-5649]],[[251969,370938],[-926,-51]],[[251043,370887],[-313,73]],[[267182,372247],[-389,564],[-373,-1145]],[[266420,371666],[-518,1453]],[[265863,373116],[-284,-991],[-227,-2237]],[[265352,369888],[-515,439]],[[286401,372837],[-31,-1676],[-479,915],[-228,2729]],[[203687,373713],[-2,-6471]],[[203685,367242],[-1781,53]],[[201904,367295],[-89,12]],[[158120,372965],[-303,-2]],[[157817,372963],[-33,1344],[287,552],[49,-1894]],[[239505,367549],[-1221,189]],[[238284,367738],[14,2704]],[[264120,369815],[-276,-992]],[[263844,368823],[-589,2769]],[[263255,371592],[-242,1464]],[[224788,373420],[0,-4871]],[[224788,368549],[-1526,-10]],[[223262,368539],[-2,4887]],[[279384,369873],[-416,-2088]],[[278968,367785],[-186,-655]],[[278782,367130],[-282,1313]],[[278500,368443],[-442,1074],[-256,1751]],[[211942,371760],[-29,-11975]],[[211913,359785],[-2568,-74]],[[209345,359711],[-3196,-18]],[[206149,359693],[3,5545]],[[277630,369701],[-234,-1501],[-213,613],[-430,-1507],[-95,-1769]],[[276658,365537],[-630,2108]],[[276028,367645],[291,2275],[-143,1914]],[[245159,372763],[-5,-2033]],[[245154,370730],[-438,88],[-5,-1634],[288,-70],[-3,-1602]],[[244996,367512],[-1212,138]],[[243784,367650],[-301,26],[0,3252],[-151,2]],[[272829,369285],[-248,-1599]],[[272581,367686],[-815,1322],[-628,339],[-75,655]],[[281137,372636],[-25,-1023],[-602,-5508]],[[280510,366105],[-361,1084]],[[280149,367189],[-643,2879]],[[167514,370686],[-806,-4323],[-52,-2727],[-160,-1067],[-478,-108],[49,-890],[-436,-1627],[-319,-2893],[-1552,-1282],[-242,1461],[-239,3370]],[[163279,360600],[183,976],[522,1046],[675,599]],[[285850,370354],[-295,656]],[[285474,374121],[422,-2948],[651,-1011],[-346,-835],[-351,1027]],[[269091,372528],[-167,-3365],[109,-686],[-352,-3385]],[[268681,365092],[-160,2649],[-438,1099]],[[205228,370540],[-718,-4116]],[[204510,366424],[-823,2],[-2,816]],[[281604,372018],[-166,-3772]],[[281438,368246],[-287,-1612]],[[281151,366634],[-415,-1159],[-226,630]],[[270750,369798],[-954,-4452]],[[269796,365346],[-678,-1792]],[[269118,363554],[-32,-122]],[[269086,363432],[-466,1404]],[[268620,364836],[61,256]],[[246882,371764],[-42,-6070]],[[246840,365694],[-2,-838],[-515,-29]],[[246323,364827],[-104,1909],[11,4271],[-1076,-277]],[[216257,373489],[3,-6477]],[[216260,367012],[-86,2]],[[216174,367014],[-1351,13]],[[214823,367027],[0,4749]],[[257865,370292],[-200,-146],[146,-3006]],[[257811,367140],[-547,-1924],[-253,-1484]],[[257011,363732],[-559,3794]],[[256452,367526],[172,2699]],[[217475,373489],[0,-6490]],[[217475,366999],[-1215,13]],[[218693,368621],[0,-1623]],[[218693,366998],[-1158,2]],[[217535,367e3],[-60,-1]],[[223262,368539],[4,-1605]],[[223266,366934],[-1483,-59]],[[221783,366875],[-35,1613]],[[226620,368609],[1,-1637]],[[226621,366972],[-1512,-41]],[[225109,366931],[-321,1],[0,1617]],[[232977,373422],[0,-6492]],[[232977,366930],[-1214,49]],[[231763,366979],[2,4042]],[[234196,372339],[0,-5412]],[[234196,366927],[-1206,3]],[[232990,366930],[-13,0]],[[260851,370098],[153,-1651]],[[261004,368447],[-327,81]],[[260677,368528],[-206,-892]],[[260471,367636],[-656,342]],[[262219,371532],[-27,-1601]],[[262192,369931],[-95,-2448]],[[262097,367483],[-273,950],[-278,-893],[-215,1025],[-327,-118]],[[275618,371468],[-300,-1181],[80,-1044],[-490,-1589]],[[274908,367654],[-100,1094],[-720,-2036],[-246,1043]],[[266420,371666],[-159,-2460]],[[266261,369206],[-144,586],[-553,-948],[-155,568]],[[265409,369412],[-57,476]],[[263255,371592],[-527,-1618]],[[262728,369974],[-536,-43]],[[283955,369764],[143,-836]],[[284098,368928],[-199,-2026]],[[283899,366902],[-182,62]],[[283717,366964],[-298,1139]],[[283419,368103],[99,1639],[-146,1185]],[[283372,370927],[-246,-568]],[[283126,370359],[-198,-214]],[[282928,370145],[-159,111]],[[158120,372965],[96,-2153],[271,-374],[409,-1981]],[[158896,368457],[-209,-644],[106,-2702]],[[158793,365111],[-4,-1304],[-465,-535],[78,-1485]],[[158402,361787],[-314,1660],[11,3040],[-319,2976],[37,3500]],[[268019,369148],[-408,283],[-84,-2105]],[[267527,367326],[-252,702],[-463,-1950],[-186,747],[-277,-816]],[[266349,366009],[-88,3197]],[[282769,370256],[-560,-2687]],[[282209,367569],[-433,1404],[-338,-727]],[[256452,367526],[-546,-453]],[[255906,367073],[-158,651],[-62,2671]],[[255686,370395],[-335,1440]],[[235506,371949],[0,-5388]],[[235506,366561],[0,-480]],[[235506,366081],[-1273,28]],[[234233,366109],[-37,818]],[[276028,367645],[-525,-1521]],[[275503,366124],[-183,485],[-294,-965]],[[275026,365644],[-118,2010]],[[206149,359693],[-184,-2]],[[205965,359691],[-1385,13]],[[204580,359704],[-148,938],[143,4466],[-65,1316]],[[237018,370608],[-19,-4325]],[[236999,366283],[-1493,278]],[[255686,370395],[-1221,-4085]],[[254465,366310],[33,525]],[[254498,366835],[-359,563],[-7,1319]],[[247963,370902],[3,-5312],[-200,55]],[[247766,365645],[-926,49]],[[214823,367027],[-1,-7366]],[[214822,359661],[-2676,121]],[[212146,359782],[-233,3]],[[198301,371688],[-141,-896],[-30,-2362],[-478,-2240],[-241,-2267],[2,-1425],[-247,-2726]],[[197166,359772],[-1855,-8]],[[199666,367649],[1,-7868]],[[199667,359781],[-2501,-9]],[[163279,360600],[-1049,-5634]],[[162230,354966],[-621,1774],[-205,2320]],[[161404,359060],[-33,3269]],[[263844,368823],[-156,-2927]],[[263688,365896],[-150,509],[-457,-2191]],[[263081,364214],[-5,2272],[-355,1236],[7,2252]],[[284693,370632],[402,-618],[175,-1717]],[[285270,368297],[-384,-511],[-28,-974]],[[284858,366812],[-760,2116]],[[259384,368154],[-65,-2032],[-241,-92]],[[259078,366030],[-868,-273]],[[258210,365757],[-399,1383]],[[278500,368443],[-229,-637],[32,-1405]],[[278303,366401],[-518,-5580]],[[277785,360821],[-108,-926],[-313,672]],[[277364,360567],[-363,2794],[-342,617]],[[276659,363978],[-1,1559]],[[184567,369085],[6,-9298]],[[184573,359787],[-3209,1]],[[231763,366979],[-8,-1628]],[[231755,365351],[-1561,66]],[[230194,365417],[-3,3233]],[[246323,364827],[-123,-4110]],[[246200,360717],[-515,62],[-148,783]],[[245537,361562],[-47,1372],[-348,1595],[-44,2975],[-102,8]],[[249705,370322],[275,-3108],[-171,-1185]],[[249809,366029],[-13,-1567]],[[249796,364462],[-367,-344],[-402,-1991]],[[249027,362127],[-283,3]],[[248744,362130],[15,8808]],[[243784,367650],[-24,-6958]],[[243760,360692],[-1208,136]],[[242552,360828],[-452,64]],[[242100,360892],[-4,7693]],[[253774,369187],[-63,-598],[-543,-370],[-221,-906]],[[252947,367313],[-159,350]],[[252788,367663],[8,3287]],[[252788,367663],[-169,-665],[-98,-2358],[240,-2056],[-183,-1537]],[[252578,361047],[0,1701],[-613,3308]],[[251965,366056],[4,4882]],[[283419,368103],[-491,2042]],[[251965,366056],[-546,-28],[-64,-613]],[[251355,365415],[-321,507]],[[251034,365922],[9,4965]],[[251034,365922],[-568,97]],[[250466,366019],[-657,10]],[[285850,370354],[308,-1052]],[[286158,369302],[-18,-1124]],[[286140,368178],[152,-3489],[-321,-310],[-554,3769]],[[248744,362130],[-259,20],[1,-1356],[-425,-246]],[[248061,360548],[-311,844],[16,4253]],[[273838,367775],[29,-1536],[-368,-994]],[[273499,365245],[-679,-1091]],[[272820,364154],[-382,1913]],[[272438,366067],[143,1619]],[[168203,368402],[-33,-2228],[201,-311],[166,-3441],[607,-1527],[212,-3239],[-22,-2583]],[[169334,355073],[-1716,-82],[-1,-1560],[-890,26],[-3,-1596],[-460,19],[-298,-1620]],[[165966,350260],[-246,-1296],[-814,-375],[-3,-4045],[-992,-5108]],[[163911,339436],[-928,3750],[56,1793],[-140,1162]],[[162899,346141],[229,1144],[-1,2966],[-897,4715]],[[238284,367738],[-14,-2707]],[[238270,365031],[-1188,150]],[[237082,365181],[-83,1102]],[[265409,369412],[279,-3141]],[[265688,366271],[-442,-1825]],[[265246,364446],[-535,1287]],[[264711,365733],[-177,3781]],[[255906,367073],[-251,-1812],[146,-2556]],[[255801,362705],[-529,-954],[-438,809]],[[254834,362560],[-346,1711],[-23,2039]],[[283717,366964],[-7,-1436]],[[283710,365528],[-51,69]],[[283659,365597],[-117,-1255]],[[283542,364342],[-75,-143]],[[283467,364199],[-36,-77]],[[283431,364122],[-87,-195]],[[283344,363927],[-565,790]],[[282779,364717],[-265,34],[-366,1828],[61,990]],[[280149,367189],[-243,-2778]],[[279906,364411],[-397,-807]],[[279509,363604],[-259,695],[-282,3486]],[[287953,369117],[-346,-3597],[-150,-3563],[-151,2650],[266,5441],[255,73]],[[263081,364214],[-502,-2273]],[[262579,361941],[-398,1304]],[[262181,363245],[-37,1322],[-302,999]],[[261842,365566],[255,1917]],[[272438,366067],[-555,-2439],[-498,578]],[[271385,364206],[-316,930],[-383,3657],[178,533]],[[254498,366835],[-802,-2923],[-19,-787]],[[253677,363125],[-271,-607]],[[253406,362518],[-71,2344],[-388,2451]],[[188715,359808],[-3142,-15]],[[185573,359793],[-1e3,-6]],[[266349,366009],[57,-1412]],[[266406,364597],[-349,1839],[-369,-165]],[[264711,365733],[-224,-683],[-203,-2441]],[[264284,362609],[-596,3287]],[[271385,364206],[-448,-1771]],[[270937,362435],[-326,-1378],[-364,-500]],[[270247,360557],[-283,4288],[-168,501]],[[286158,369302],[207,215],[310,-1575],[-73,-2372],[-462,2608]],[[268620,364836],[-243,-50],[-502,-1356]],[[267875,363430],[-354,1381],[6,2515]],[[282779,364717],[-405,-1350]],[[282374,363367],[-1213,1929]],[[281161,365296],[-10,1338]],[[284858,366812],[77,-164]],[[284935,366648],[-7,-2001],[-380,948],[-673,137],[24,1170]],[[240886,368746],[3,-7717]],[[240889,361029],[-605,67]],[[240284,361096],[-452,335]],[[239832,361431],[-22,6076]],[[161404,359060],[-763,407],[-257,-1537]],[[160384,357930],[-486,2766],[-658,1780],[-447,2635]],[[158896,368457],[358,-59]],[[261842,365566],[-523,-2202]],[[261319,363364],[-642,5164]],[[242100,360892],[-1211,137]],[[275026,365644],[-484,-1303]],[[274542,364341],[-690,-1814]],[[273852,362527],[-445,2380],[92,338]],[[230194,365417],[-2,-5660]],[[230192,359757],[-625,5]],[[229567,359762],[-1109,1]],[[228458,359763],[-16,8871]],[[228458,359763],[-876,-6]],[[227582,359757],[-948,0]],[[226634,359757],[-13,7215]],[[220213,368621],[49,-8799]],[[220262,359822],[-1515,-40]],[[218747,359782],[-2,7215],[-52,1]],[[221783,366875],[7,-7101]],[[221790,359774],[-1286,38]],[[220504,359812],[-242,10]],[[225109,366931],[7,-7184]],[[225116,359747],[-550,11]],[[224566,359758],[-1269,13]],[[223297,359771],[-31,7163]],[[261319,363364],[-484,-1545]],[[260835,361819],[-445,1353]],[[260390,363172],[-31,2226],[112,2238]],[[278782,367130],[-479,-729]],[[176230,341181],[676,-3535]],[[176906,337646],[-237,-293],[-2131,-6],[-3163,16]],[[171375,337363],[-1036,-168]],[[170339,337195],[74,1516],[-404,8051],[81,566],[-423,2802],[-72,2164],[-261,2779]],[[285483,364729],[247,-950]],[[285730,363779],[-49,-868]],[[285681,362911],[-94,912],[-633,479],[-19,2346]],[[285270,368297],[233,-1659]],[[285503,366638],[-153,-1180]],[[285350,365458],[133,-729]],[[260390,363172],[-160,-225]],[[260230,362947],[-453,-403],[-418,352]],[[259359,362896],[21,897],[-302,2237]],[[267875,363430],[-170,-1501],[19,-1797],[-189,-331]],[[267535,359801],[-167,368]],[[267368,360169],[-60,2882],[-338,936],[-80,1342],[-349,-222],[-82,-931]],[[266459,364176],[-53,421]],[[279509,363604],[-224,-3408]],[[279285,360196],[-519,775]],[[278766,360971],[-292,-175],[-159,1424],[-530,-1399]],[[239832,361431],[-1514,177]],[[238318,361608],[-48,3423]],[[253406,362518],[-128,-3094]],[[253278,359424],[-344,1547],[-334,-766]],[[252600,360205],[-233,1071]],[[252367,361276],[211,-229]],[[245537,361562],[-556,-176],[-16,-3767]],[[244965,357619],[-1212,97]],[[243753,357716],[7,2976]],[[201904,367295],[0,-3259],[564,-4371]],[[202468,359665],[-2632,116]],[[199836,359781],[-169,0]],[[276659,363978],[-321,-1646],[-128,663],[-334,-926]],[[275876,362069],[-139,-177]],[[275737,361892],[-37,2241],[-197,1991]],[[276171,365518],[-31,-845]],[[276140,364673],[211,-935],[217,1690],[-397,90]],[[257011,363732],[-118,-2665]],[[256893,361067],[-311,-151]],[[256582,360916],[-548,-371],[-28,565]],[[256006,361110],[-205,1595]],[[281161,365296],[-22,-3279]],[[281139,362017],[-569,-758]],[[280570,361259],[-694,2327],[30,825]],[[204580,359704],[-804,-10]],[[203776,359694],[-1308,-29]],[[258405,362945],[-625,205],[-142,-3375]],[[257638,359775],[-745,1292]],[[258210,365757],[195,-2812]],[[216174,367014],[4,-7320]],[[216178,359694],[-1317,-41]],[[214861,359653],[-39,8]],[[217535,367e3],[4,-7258]],[[217539,359742],[-1361,-48]],[[218747,359782],[-870,-30]],[[217877,359752],[-338,-10]],[[232990,366930],[-4,-7162]],[[232986,359768],[-736,0]],[[232250,359768],[-495,-4]],[[231755,359764],[0,5587]],[[226634,359757],[-863,-11]],[[225771,359746],[-655,1]],[[223297,359771],[-1270,0]],[[222027,359771],[-237,3]],[[234233,366109],[3,-6336]],[[234236,359773],[-930,-5]],[[233306,359768],[-320,0]],[[254834,362560],[-147,-2742]],[[254687,359818],[-400,-772]],[[254287,359046],[-461,3988],[-149,91]],[[285503,366638],[154,-1165],[635,-2093],[-66,-1012]],[[286226,362368],[53,-609]],[[286279,361759],[-115,-211]],[[286164,361548],[-434,2231]],[[285483,364729],[-133,729]],[[237082,365181],[-19,-4504]],[[237063,360677],[-1557,162]],[[235506,360839],[0,5242]],[[275737,361892],[-473,-1709],[-546,-689]],[[274718,359494],[-101,1954]],[[274617,361448],[153,1099]],[[274770,362547],[-228,1794]],[[266459,364176],[-121,-2911],[119,-2630]],[[266457,358635],[-224,322]],[[266233,358957],[-784,1845]],[[265449,360802],[-274,2103],[71,1541]],[[264091,359038],[-613,-1731]],[[263478,357307],[-281,2109],[-435,319]],[[262762,359735],[-183,2206]],[[264284,362609],[-193,-3571]],[[235506,360839],[0,-1078]],[[235506,359761],[-1085,11]],[[234421,359772],[-185,1]],[[259359,362896],[-159,-1977]],[[259200,360919],[-468,373],[-327,1653]],[[276140,364673],[31,845]],[[252367,361276],[-1008,2722]],[[251359,363998],[-4,1417]],[[272820,364154],[-287,-1786],[161,-862],[-535,-1063],[70,-474]],[[272229,359969],[-685,-1435],[-271,477]],[[271273,359011],[-336,3424]],[[250466,366019],[-48,-4180],[274,-850]],[[250692,360989],[92,-1564]],[[250784,359425],[-347,1556],[-155,-1005]],[[250282,359976],[-177,539],[-309,3947]],[[265449,360802],[-249,-1448],[-375,-410]],[[264825,358944],[-564,-169]],[[264261,358775],[-170,263]],[[251359,363998],[-15,-29]],[[251344,363969],[-427,-1199],[-225,-1781]],[[267368,360169],[-217,-969],[-641,-1367]],[[266510,357833],[-53,802]],[[248061,360548],[-409,-2218]],[[247652,358330],[-1170,82]],[[246482,358412],[-282,2305]],[[283884,365227],[441,265],[239,-1371]],[[284564,364121],[-405,-2255]],[[284159,361866],[-678,-2215]],[[283481,359651],[-2,3311]],[[283479,362962],[63,1380]],[[283659,365597],[225,-370]],[[262181,363245],[-452,-3529],[-71,-1327]],[[261658,358389],[-614,240]],[[261044,358629],[-209,3190]],[[270247,360557],[-500,-1318]],[[269747,359239],[-387,951],[-242,3364]],[[231755,359764],[-101,-4]],[[231654,359760],[-1462,-3]],[[273852,362527],[-162,-1380]],[[273690,361147],[-561,-945],[-310,462],[-429,-1770]],[[272390,358894],[-161,1075]],[[282112,359572],[-317,633]],[[281795,360205],[-220,-114],[-436,1926]],[[282374,363367],[-290,-906],[28,-2889]],[[238318,361608],[-4,-1905]],[[238314,359703],[-2,-1358]],[[238312,358345],[-1259,166]],[[237053,358511],[10,2166]],[[160384,357930],[-174,-102]],[[160210,357828],[-281,264],[-164,-998]],[[159765,357094],[-379,2271],[-464,-404],[-520,2826]],[[283344,363927],[135,-965]],[[283481,359651],[-614,-2145]],[[282867,357506],[-109,311]],[[282758,357817],[-299,1492],[-347,263]],[[269086,363432],[-450,-1508],[10,-1311],[-407,-1312]],[[268239,359301],[-193,764],[-584,-1127],[73,863]],[[250282,359976],[-572,-2622]],[[249710,357354],[-479,-188]],[[249231,357166],[11,1267],[-274,2900],[59,794]],[[280570,361259],[-138,-3504]],[[280432,357755],[-433,-3598]],[[279999,354157],[-48,2703],[-666,3336]],[[274770,362547],[-153,-1099]],[[274718,359494],[-251,-983]],[[274467,358511],[-297,-983]],[[274170,357528],[-480,3619]],[[285497,362381],[-63,-1487],[-424,-1183]],[[285010,359711],[-289,-964]],[[284721,358747],[-34,2055],[-528,1064]],[[284564,364121],[581,-507],[352,-1233]],[[277364,360567],[-130,-3464]],[[277234,357103],[-337,-1260],[-663,787],[-116,-677]],[[276118,355953],[-70,868],[-471,580]],[[275577,357401],[360,2850],[-61,1818]],[[251671,358926],[-486,-648],[-308,443]],[[250877,358721],[-93,704]],[[251344,363969],[327,-5043]],[[252600,360205],[-4,-1497]],[[252596,358708],[-916,78]],[[251680,358786],[-9,140]],[[286164,361548],[133,-1960]],[[286297,359588],[-664,2557],[48,766]],[[269747,359239],[82,-1209],[-301,-552]],[[269528,357478],[-635,40],[-381,-1462]],[[268512,356056],[-298,1723]],[[268214,357779],[25,1522]],[[259200,360919],[-148,-2366]],[[259052,358553],[-666,-2939]],[[258386,355614],[14,578],[-508,429],[-79,979]],[[257813,357600],[-175,2175]],[[262762,359735],[-638,-2584]],[[262124,357151],[-421,-78]],[[261703,357073],[-45,1316]],[[261044,358629],[-402,-2234]],[[260642,356395],[-399,432]],[[260243,356827],[-13,6120]],[[254287,359046],[-781,-1739]],[[253506,357307],[-228,2117]],[[260243,356827],[-662,-2212]],[[259581,354615],[-529,3938]],[[256006,361110],[-211,-8003]],[[255795,353107],[-851,-64]],[[254944,353043],[-147,-18]],[[254797,353025],[95,6137],[-205,656]],[[285916,358061],[-1039,-4907]],[[284877,353154],[-34,77]],[[284843,353231],[-42,1109]],[[284801,354340],[305,3818],[-96,1553]],[[285497,362381],[59,-1873],[467,-1557],[-107,-890]],[[271273,359011],[-157,-551]],[[271116,358460],[-308,-1199],[-364,-179],[-73,-1054],[-635,-1658]],[[269736,354370],[-208,3108]],[[278766,360971],[-356,-9724]],[[278410,351247],[-345,-4]],[[278065,351243],[106,760],[-263,1161],[-285,-493],[86,-1438]],[[277709,351233],[-112,-1]],[[277597,351232],[-569,21]],[[277028,351253],[206,5850]],[[275577,357401],[-419,-1374],[-218,-1669]],[[274940,354358],[-473,4153]],[[249231,357166],[-25,-4320],[-720,33]],[[248486,352879],[-527,25]],[[247959,352904],[-9,1582],[-298,3844]],[[281795,360205],[-66,-4560]],[[281729,355645],[-596,561],[-701,1549]],[[286315,361864],[-36,-105]],[[286315,361864],[307,-509],[-325,-1767]],[[284721,358747],[-1328,-4408]],[[283393,354339],[-167,252],[88,2639],[-447,276]],[[246482,358412],[44,-2141]],[[246526,356271],[-1263,227]],[[245263,356498],[-303,38],[5,1083]],[[240284,361096],[-17,-4867]],[[240267,356229],[-1101,142]],[[239166,356371],[-106,8],[13,3262],[-759,62]],[[274170,357528],[-841,-1351]],[[273329,356177],[-156,-696],[-455,-110]],[[272718,355371],[-328,3523]],[[257813,357600],[-221,-728],[-203,-3628]],[[257389,353244],[-828,-107]],[[256561,353137],[21,7779]],[[256561,353137],[-151,-14]],[[256410,353123],[-615,-16]],[[242552,360828],[-65,-4878]],[[242487,355950],[-1819,221]],[[240668,356171],[-401,58]],[[253506,357307],[130,-2237]],[[253636,355070],[-1045,64]],[[252591,355134],[5,3574]],[[250877,358721],[-61,-2945]],[[250816,355776],[-215,-1258],[64,-1202]],[[250665,353316],[-204,-1647],[-215,1259]],[[250246,352928],[-536,4426]],[[279999,354157],[-151,-412],[-88,-2492]],[[279760,351253],[-173,-5]],[[279587,351248],[-953,1]],[[278634,351249],[-224,-2]],[[243753,357716],[-40,-7253]],[[243713,350463],[-1248,-11]],[[242465,350452],[22,5498]],[[237053,358511],[-17,-3425]],[[237036,355086],[-1531,348]],[[235505,355434],[1,4327]],[[266233,358957],[17,-976],[-599,-2205],[-221,-1818]],[[265430,353958],[-521,3091],[-84,1895]],[[282758,357817],[6,-3369],[-310,-3129]],[[282454,351319],[-369,-16]],[[282085,351303],[-408,-9]],[[281677,351294],[52,4351]],[[268214,357779],[-540,-708],[-177,-2081],[-906,-1448]],[[266591,353542],[-141,2662],[60,1629]],[[272718,355371],[-733,-1028],[-226,-1288]],[[271759,353055],[-261,2813],[-382,2592]],[[192649,359743],[0,-24860],[483,-3],[-46,-2691],[-3,-12919],[-57,-4902],[46,-1624],[-29,-12941],[-91,-9],[0,-3908]],[[192952,295886],[-303,169]],[[192649,296055],[0,7877],[-2090,0],[0,4900]],[[190559,308832],[0,51008]],[[190559,308832],[-267,69],[-549,2097],[-586,1352],[-625,-723],[-214,1094]],[[188318,312721],[8,6150],[-629,15],[-1,3313],[-1550,-154],[-3,3263],[-297,21],[4,2068],[-380,-319],[-149,1054],[-899,1045],[-616,2799],[-445,401]],[[183361,332377],[1,5120],[66,1656],[-122,2775],[363,944],[70,1118],[518,1618],[615,865],[469,2332],[-89,1927],[91,1455],[24,3834],[237,2874],[-31,898]],[[254797,353025],[-1049,763]],[[253748,353788],[-112,1282]],[[233306,359768],[-67,-1052],[1,-6427]],[[233240,352289],[-1054,-2]],[[232186,352287],[-1,6412],[65,1069]],[[231654,359760],[-1,-10708]],[[231653,349052],[-2,-4884],[-743,12]],[[230908,344180],[41,1148],[-278,232],[-357,1844],[-191,-673],[-230,2345],[-236,376],[-145,2238],[-299,-1766],[-371,677]],[[228842,350601],[273,1701],[-395,-68]],[[228720,352234],[-26,1706],[357,-36],[129,1256],[379,564],[8,4038]],[[224566,359758],[31,-9970]],[[224597,349788],[-210,-1342],[-482,1078],[-172,1064],[-325,12]],[[223408,350600],[-48,1718],[-452,3424],[-433,679]],[[222475,356421],[0,1]],[[222475,356422],[-448,3349]],[[234421,359772],[22,-6122]],[[234443,353650],[-18,-2995]],[[234425,350655],[-897,9]],[[233528,350664],[-1,1625],[-287,0]],[[232186,352287],[-8,-3237]],[[232178,349050],[-525,2]],[[227582,359757],[-1,-7542]],[[227581,352215],[-1788,-1]],[[225793,352214],[-22,7532]],[[225793,352214],[0,-2428]],[[225793,349786],[-1196,2]],[[228720,352234],[-1136,-19]],[[227584,352215],[-3,0]],[[235505,355434],[1,-1837]],[[235506,353597],[-1063,53]],[[222475,356421],[0,-4177],[-865,-45]],[[221610,352199],[-1108,8]],[[220502,352207],[2,7605]],[[203776,359694],[98,-2074],[-26,-3169],[117,-4650],[-91,-2222],[-239,-893],[559,-1233],[337,-2424],[573,-1622]],[[205104,341407],[-115,-753],[-407,115]],[[204582,340769],[2,439],[-988,-6],[48,-1326],[-533,2]],[[203111,339878],[-7,660]],[[203104,340538],[1,655],[-1776,-49],[0,4052],[-2059,59]],[[199270,345255],[16,10890],[481,2044],[69,1592]],[[199270,345255],[-7,-4085]],[[199263,341170],[-3954,38]],[[195309,341208],[2,18556]],[[195309,341208],[0,-19410]],[[195309,321798],[-1,-7083]],[[195308,314715],[-3,-14913]],[[195305,299802],[-837,-13],[-15,-900],[-398,-1421]],[[194055,297468],[-881,-3135],[-222,1553]],[[212146,359782],[0,-9302]],[[212146,350480],[-110,1],[3,-8289]],[[212039,342192],[-2,-5881]],[[212037,336311],[-929,13]],[[211108,336324],[28,6448],[-1196,-12],[1,1644],[-599,9],[0,810]],[[209342,345223],[3,14488]],[[214861,359653],[-12,-9170]],[[214849,350483],[-362,-4]],[[214487,350479],[-2341,1]],[[217877,359752],[-24,-9286]],[[217853,350466],[-365,-7]],[[217488,350459],[-1501,5]],[[215987,350464],[-1138,19]],[[220502,352207],[-2,-1740]],[[220500,350467],[-1510,-6]],[[218990,350461],[-1137,5]],[[284801,354340],[42,-1109]],[[284877,353154],[-51,-1711]],[[284826,351443],[-1,-153]],[[284825,351290],[-691,44]],[[284134,351334],[-370,-26]],[[283764,351308],[-248,1789],[-323,550],[200,692]],[[263478,357307],[2,-789],[-559,-4123]],[[262921,352395],[-20,2]],[[262901,352397],[-528,227]],[[262373,352624],[-249,4527]],[[205965,359691],[58,-1482],[-85,-3570],[-387,-996],[-22,-2199],[163,-1118],[-61,-4279]],[[205631,346047],[-184,-448],[-36,-1983],[-307,-2209]],[[209342,345223],[-1191,14]],[[208151,345237],[-1196,-14],[2,803],[-1326,21]],[[239166,356371],[-30,-5933]],[[239136,350438],[-750,14]],[[238386,350452],[29,5979],[-103,1914]],[[162899,346141],[-231,-1190],[-456,1973],[-261,-928],[-61,1185],[-572,3411],[-183,-60],[-19,1981],[-417,1414],[44,778],[-533,3123]],[[265430,353958],[-148,-1853]],[[265282,352105],[-222,46]],[[265060,352151],[-603,35]],[[264457,352186],[-224,1544],[-135,2569],[163,2476]],[[286870,358327],[-79,-1657]],[[286791,356670],[-328,768],[3,1656],[404,-767]],[[264457,352186],[-96,-2]],[[264361,352184],[-1440,211]],[[266591,353542],[-596,-1193]],[[265995,352349],[-713,-244]],[[251680,358786],[-1,-3231]],[[251679,355555],[-863,221]],[[252591,355134],[-9,-4639]],[[252582,350495],[-78,9]],[[252504,350504],[-835,20]],[[251669,350524],[10,5031]],[[261703,357073],[-226,-4256]],[[261477,352817],[-391,-141]],[[261086,352676],[-444,3719]],[[259581,354615],[12,-1749]],[[259593,352866],[-647,210]],[[258946,353076],[-576,206]],[[258370,353282],[16,2332]],[[238386,350452],[-787,-3]],[[237599,350449],[-586,0]],[[237013,350449],[23,4637]],[[287748,351418],[-69,0]],[[287679,351418],[-139,3114],[-110,-3118]],[[287430,351414],[-90,0]],[[287340,351414],[-61,2]],[[287279,351416],[-242,-2]],[[287037,351414],[1,2143],[150,496],[-378,1441],[-61,1239]],[[286749,356733],[42,-63]],[[286870,358327],[530,-179],[348,-6730]],[[274940,354358],[-364,-882],[-48,-1926]],[[274528,351550],[-629,24]],[[273899,351574],[-213,1696]],[[273686,353270],[-50,397]],[[273636,353667],[-307,2510]],[[270321,353193],[-338,-940]],[[269983,352253],[-141,1]],[[269842,352254],[-106,2116]],[[271759,353055],[-114,-499]],[[271645,352556],[-501,43]],[[271144,352599],[-890,-363]],[[270254,352236],[67,957]],[[247959,352904],[-202,-2471]],[[247757,350433],[-990,13]],[[246767,350446],[-44,3365],[-197,2460]],[[286206,357292],[36,565]],[[286206,357292],[-103,-959],[-95,-4917]],[[286008,351416],[-140,0]],[[285868,351416],[-1042,27]],[[285916,358061],[-22,-1250],[348,1046]],[[163911,339436],[276,-2210]],[[164187,337226],[-3149,125]],[[161038,337351],[-326,1746],[-77,1735],[-231,787],[-396,3161],[-503,2053],[-222,5105],[442,1739],[40,3417]],[[283764,351308],[-1310,11]],[[268512,356056],[-491,-2310],[-105,-1529]],[[267916,352217],[-1356,67]],[[266560,352284],[-565,65]],[[281677,351294],[-774,-7]],[[280903,351287],[-371,-27]],[[280532,351260],[-772,-7]],[[262373,352624],[-838,204]],[[261535,352828],[-58,-11]],[[245263,356498],[-29,-6068]],[[245234,350430],[-782,-12]],[[244452,350418],[-119,11]],[[244333,350429],[-620,34]],[[269842,352254],[-878,-31]],[[268964,352223],[-617,-6]],[[268347,352217],[-431,0]],[[258370,353282],[-422,-315]],[[257948,352967],[-559,277]],[[276118,355953],[-148,-277],[114,-4413]],[[276084,351263],[-1077,152]],[[275007,351415],[-479,135]],[[250246,352928],[-253,-2473]],[[249993,350455],[-186,-21]],[[249807,350434],[-151,5]],[[249656,350439],[-18,-3004]],[[249638,347435],[-129,1228],[-367,441],[-80,-746],[-582,45]],[[248480,348403],[6,4476]],[[286305,356800],[-51,-466]],[[286570,356468],[-316,-134]],[[286570,356468],[124,213]],[[286694,356681],[55,52]],[[287037,351414],[-532,-2]],[[286505,351412],[-497,4]],[[286305,356800],[-99,492]],[[277028,351253],[-871,10]],[[276157,351263],[-73,0]],[[181366,356861],[18,-12097],[-305,-3169],[-223,-192],[-381,2417],[-725,-8],[-350,-1053],[144,-4362],[76,-6300],[227,-3470],[73,-3058],[-216,-1125],[36,-1876]],[[179740,322568],[-2834,15078]],[[261086,352676],[-980,65]],[[260106,352741],[-513,125]],[[246767,350446],[-580,-1]],[[246187,350445],[-953,-15]],[[240668,356171],[-20,-5742]],[[240648,350429],[-227,4]],[[240421,350433],[-1234,7]],[[239187,350440],[-51,-2]],[[223408,350600],[12,-6428]],[[223420,344172],[-1187,51]],[[222233,344223],[-596,-4],[-27,7980]],[[273636,353667],[50,-397]],[[273899,351574],[-178,50]],[[273721,351624],[-1258,239]],[[272463,351863],[-903,250]],[[271560,352113],[85,443]],[[242465,350452],[-84,-5]],[[242381,350447],[-1055,0]],[[241326,350447],[-678,-18]],[[251669,350524],[-28,4]],[[251641,350528],[-22,-4]],[[251619,350524],[-191,1382],[-763,1410]],[[237013,350449],[-1507,13]],[[235506,350462],[0,3135]],[[253748,353788],[47,-3358]],[[253795,350430],[-1213,65]],[[170339,337195],[-4266,60]],[[166073,337255],[29,8917],[143,-16],[5,2474],[-284,1630]],[[254944,353043],[136,-5034]],[[255080,348009],[-640,-725],[-443,466]],[[253997,347750],[-26,131]],[[253971,347881],[-176,2549]],[[235506,350462],[154,-6283]],[[235660,344179],[-653,-10]],[[235007,344169],[-597,8]],[[234410,344177],[15,6478]],[[257414,348712],[-201,-1047],[-242,621]],[[256971,348286],[-207,-250],[-369,1607]],[[256395,349643],[15,3480]],[[257948,352967],[-373,-4227],[-161,-28]],[[258946,353076],[-66,-2837]],[[258880,350239],[-152,-2605]],[[258728,347634],[-470,-221],[-397,-1687]],[[257861,345726],[-447,2986]],[[251619,350524],[-1425,9]],[[250194,350533],[-201,-78]],[[256395,349643],[-463,-2485]],[[255932,347158],[-632,238]],[[255300,347396],[-220,613]],[[278065,351243],[-356,-10]],[[260035,350463],[-39,-1632]],[[259996,348831],[-420,265]],[[259576,349096],[-528,339],[-168,804]],[[260106,352741],[-71,-2278]],[[248480,348403],[6,-7256]],[[248486,341147],[-919,-50]],[[247567,341097],[-247,-13]],[[247320,341084],[102,953]],[[247422,342037],[419,2876]],[[247841,344913],[353,1892],[-44,1811],[-209,1819],[-184,-2]],[[262901,352397],[149,-1465]],[[263050,350932],[-592,1050],[-298,-536],[-193,-2703]],[[261967,348743],[-458,2312]],[[261509,351055],[26,1773]],[[261509,351055],[-433,-573],[-153,-1811]],[[260923,348671],[-582,2219],[-306,-427]],[[270706,350628],[-572,-2009],[-308,-73]],[[269826,348546],[-389,912],[-672,-256]],[[268765,349202],[199,3021]],[[270254,352236],[-271,17]],[[271144,352599],[-438,-1971]],[[271560,352113],[-142,-3665]],[[271418,348448],[-528,-1943]],[[270890,346505],[-41,-397]],[[270849,346108],[-351,1893],[300,1976],[-92,651]],[[264361,352184],[5,-1438],[-252,-900],[56,-3382],[-120,-1264]],[[264050,345200],[-190,-992]],[[263860,344208],[-474,1989],[-250,1871]],[[263136,348068],[117,454],[-203,2410]],[[266560,352284],[206,-1169],[31,-2258]],[[266797,348857],[-174,-720],[-607,-562]],[[266016,347575],[-183,13],[-202,1691],[-279,-297]],[[265352,348982],[-292,3169]],[[228842,350601],[-61,-3232],[298,0],[0,-1617]],[[229079,345752],[-602,-1],[-1,-1624],[-593,-2]],[[227883,344125],[-297,101]],[[227586,344226],[-2,7989]],[[268347,352217],[-502,-559],[-752,-3147]],[[267093,348511],[-296,346]],[[233528,350664],[-299,-2],[-14,-8097]],[[233215,342565],[-365,1],[-131,1627],[-399,1]],[[232320,344194],[-150,-1],[8,4857]],[[265352,348982],[-275,-2785]],[[265077,346197],[-193,-790],[-429,315],[-38,-1252],[-367,730]],[[268765,349202],[-61,-397]],[[268704,348805],[-665,-1448],[-393,-1682]],[[267646,345675],[-224,1917],[-258,-1046]],[[267164,346546],[-71,1965]],[[227586,344226],[-599,4]],[[226987,344230],[-1193,4]],[[225794,344234],[-1,5552]],[[222233,344223],[3,-2818]],[[222236,341405],[-226,-158],[-275,-2614],[-162,-422],[-441,841],[-101,2156],[-521,-2268]],[[220510,338940],[0,3261]],[[220510,342201],[-10,8266]],[[272463,351863],[277,-3899]],[[272740,347964],[-622,-2325]],[[272118,345639],[-700,2809]],[[263136,348068],[-494,-1684],[-81,-2308]],[[262561,344076],[-537,-332]],[[262024,343744],[-54,115]],[[261970,343859],[103,956],[-106,3928]],[[273721,351624],[-182,-2986]],[[273539,348638],[-167,-516],[-189,1242],[-443,-1400]],[[230908,344180],[-82,5]],[[230826,344185],[-902,-44]],[[229924,344141],[-550,-15],[0,1626],[-295,0]],[[275007,351415],[-33,-5379]],[[274974,346036],[-1,-378]],[[274973,345658],[-247,762],[-926,-859]],[[273800,345561],[12,1685],[-273,1392]],[[285868,351416],[140,-749]],[[286008,350667],[106,-2464]],[[286114,348203],[-296,-486]],[[285818,347717],[-335,-961]],[[285483,346756],[-266,1180],[-452,774]],[[284765,348710],[60,2580]],[[287331,347551],[-272,271],[-554,3590]],[[287279,351416],[112,-2597],[320,-2367],[229,-3945],[-412,3972],[-197,1072]],[[287748,351418],[261,-5943]],[[288009,345475],[-7,-9]],[[288002,345466],[-124,1107],[-199,4845]],[[276157,351263],[-22,-5309]],[[276135,345954],[-1161,82]],[[287331,347551],[294,-3319],[-296,418],[-595,3435]],[[286734,348085],[-726,2582]],[[282085,351303],[5,-704]],[[282090,350599],[-40,-2323],[-263,-3337]],[[281787,344939],[-837,1178]],[[280950,346117],[82,750],[-129,4420]],[[284010,345759],[-232,-1457]],[[283778,344302],[-264,840],[-153,2057],[-292,-389],[-26,2140],[-250,1169],[-703,480]],[[284134,351334],[123,-1350],[-247,-4225]],[[284765,348710],[428,-835],[170,-2171]],[[285363,345704],[-1353,55]],[[279587,351248],[-16,-5691]],[[279571,345557],[-415,60]],[[279156,345617],[-565,56]],[[278591,345673],[43,5576]],[[280950,346117],[-322,-1897],[-207,205]],[[280421,344425],[-40,5196],[151,1639]],[[280421,344425],[-138,-2849]],[[280283,341576],[-564,914]],[[279719,342490],[-155,442],[7,2625]],[[277597,351232],[-60,-5440]],[[277537,345792],[-1,-133]],[[277536,345659],[-1401,295]],[[278591,345673],[-288,31]],[[278303,345704],[-766,88]],[[261970,343859],[-836,1715],[-211,1218]],[[260923,346792],[0,1879]],[[260923,346792],[-350,-1703],[-444,506]],[[260129,345595],[-184,949],[51,2287]],[[283778,344302],[137,-1341],[-235,-398]],[[283680,342563],[-211,-1306]],[[283469,341257],[-343,603],[-21,992],[-459,1162]],[[282646,344014],[-526,-168],[-333,1093]],[[234410,344177],[-298,-3],[1,-1624],[-250,5]],[[233863,342555],[-648,10]],[[270849,346108],[-412,-3021]],[[270437,343087],[-395,999]],[[270042,344086],[-95,1419],[-234,366]],[[269713,345871],[113,2675]],[[286734,348085],[37,-1381],[441,-2720],[-295,-510],[-337,1726]],[[286580,345200],[-247,781],[-219,2222]],[[251641,350528],[29,-1722],[-373,-22],[-27,-3471]],[[251270,345313],[-542,-338]],[[250728,344975],[-915,150]],[[249813,345125],[341,3659],[40,1749]],[[225794,344234],[-297,0]],[[225497,344234],[-1188,0]],[[224309,344234],[-889,-62]],[[252504,350504],[-37,-6508]],[[252467,343996],[-452,-1664]],[[252015,342332],[-416,1162],[-329,1819]],[[249813,345125],[-408,-510]],[[249405,344615],[-185,1255],[449,35],[-218,1039],[187,491]],[[249807,350434],[-151,5]],[[215987,342196],[-1502,-4]],[[214485,342192],[2,8287]],[[215987,350464],[0,-8268]],[[253971,347881],[-287,-10],[29,-1851],[-361,-2614]],[[253352,343406],[3,475],[-888,115]],[[217486,342236],[0,-44]],[[217486,342192],[-1499,4]],[[217488,350459],[-2,-8223]],[[214485,342192],[-2446,0]],[[218990,350461],[-2,-8244]],[[218988,342217],[-1502,19]],[[220510,342201],[-1504,15]],[[219006,342216],[-18,1]],[[237599,350449],[-67,-2392],[210,-1186]],[[237742,346871],[-201,-1331]],[[237541,345540],[-238,-554],[-1004,172],[-161,-2143],[-448,53]],[[235690,343068],[-30,1111]],[[244333,350429],[-13,-3019],[-310,36],[-1,-1628],[-349,62]],[[243660,345880],[-1297,148]],[[242363,346028],[18,4419]],[[239187,350440],[-9,-7019]],[[239178,343421],[-500,72]],[[238678,343493],[-199,24],[-297,3289],[-440,65]],[[244452,350418],[273,-1429],[140,-3024]],[[244865,345965],[-253,-501],[-21,-6336]],[[244591,339128],[-295,860],[-689,92]],[[243607,340080],[77,1094],[-24,4706]],[[246124,346133],[-9,-2184]],[[246115,343949],[-921,327],[-329,1689]],[[246187,350445],[91,-4020],[-154,-292]],[[240421,350433],[-86,-130],[-16,-7014]],[[240319,343289],[-151,19]],[[240168,343308],[-990,113]],[[241326,350447],[-51,-4301],[214,-302],[163,-1657],[2,-1854]],[[241654,342333],[-1188,137],[-147,819]],[[242363,346028],[-109,-2389]],[[242254,343639],[-4,-1372],[-299,33],[-7,-1620],[-298,35]],[[241646,340715],[8,1618]],[[247841,344913],[-363,-14],[3,1092],[-1357,142]],[[166073,337255],[-1825,-24]],[[164248,337231],[-61,-5]],[[259576,349096],[-441,-2425]],[[259135,346671],[-407,963]],[[256971,348286],[-234,-4732],[-157,-1542]],[[256580,342012],[-358,78]],[[256222,342090],[31,3291]],[[256253,345381],[-11,1627],[-310,150]],[[269713,345871],[-270,-1826],[-440,-1091]],[[269003,342954],[-147,935],[39,5066],[-191,-150]],[[273800,345561],[-24,-3359]],[[273776,342202],[-410,-186]],[[273366,342016],[-834,-921]],[[272532,341095],[-604,2256]],[[271928,343351],[190,2288]],[[266016,347575],[-182,-3347]],[[265834,344228],[-583,406]],[[265251,344634],[-174,1563]],[[260129,345595],[-76,-1981]],[[260053,343614],[-159,-706],[-544,-143]],[[259350,342765],[-215,3906]],[[249405,344615],[100,-1065],[-238,-811],[-78,-1540]],[[249189,341199],[-703,-52]],[[232320,344194],[0,-4873],[-163,-839]],[[232157,338482],[-593,17]],[[231564,338499],[9,4068],[-746,8],[-1,1610]],[[267164,346546],[-203,141],[-387,-2271]],[[266574,344416],[-254,92],[-305,-1843]],[[266015,342665],[-181,1563]],[[257861,345726],[219,-2689]],[[258080,343037],[-288,-2464]],[[257792,340573],[-469,1261],[-395,312],[-275,-1179],[-73,1045]],[[269003,342954],[-22,-1048]],[[268981,341906],[-95,483],[-414,-1436],[-99,-1242],[-215,430]],[[268158,340141],[0,1]],[[268158,340142],[-746,4390]],[[267412,344532],[234,1143]],[[271928,343351],[-738,-110]],[[271190,343241],[-274,1942],[-26,1322]],[[286580,345200],[260,-2059],[-166,-58],[-563,1793],[417,-1963],[-516,-159]],[[286012,342754],[-231,471],[37,4492]],[[263860,344208],[277,-2133]],[[264137,342075],[-291,-1173],[-653,-1442]],[[263193,339460],[-112,1610],[-520,3006]],[[255300,347396],[-148,-2919]],[[255152,344477],[-646,1243],[-422,-29]],[[254084,345691],[-87,2059]],[[254084,345691],[77,-2250],[-252,-3270],[243,-246],[-104,-1722]],[[254048,338203],[-22,-470]],[[254026,337733],[-578,561]],[[253448,338294],[-109,14],[13,5098]],[[259350,342765],[125,-2327]],[[259475,340438],[-385,-123]],[[259090,340315],[-438,450],[-572,2272]],[[286012,342754],[225,-326],[-290,-1136],[-496,1123],[-83,1530],[115,2811]],[[267412,344532],[-191,-1784]],[[267221,342748],[-165,990],[-482,678]],[[256222,342090],[-60,-1686]],[[256162,340404],[-921,638]],[[255241,341042],[-89,3435]],[[238678,343493],[80,-2934],[-203,-1599],[13,-2199]],[[238568,336761],[-493,96]],[[238075,336857],[-599,-165]],[[237476,336692],[-145,21]],[[237331,336713],[52,6147],[158,2680]],[[262024,343744],[-409,-705],[-49,-2263]],[[261566,340776],[-126,977],[-554,938],[-379,-1246]],[[260507,341445],[-454,2169]],[[265251,344634],[-424,-2187],[97,-598],[-378,-805],[-214,-1553]],[[264332,339491],[-195,2584]],[[274973,345658],[38,-1939],[-162,-1685]],[[274849,342034],[-546,79]],[[274303,342113],[-527,89]],[[271190,343241],[205,-849],[-197,-1935]],[[271198,340457],[-257,707]],[[270941,341164],[-122,-754]],[[270819,340410],[-107,-893]],[[270712,339517],[-146,572],[-129,2998]],[[281787,344939],[-692,-7162]],[[281095,337777],[-139,1398],[-673,2401]],[[247320,341084],[-33,-576],[-1290,60]],[[245997,340568],[118,3381]],[[208151,345237],[293,-4778],[-163,-1891],[63,-1472]],[[208344,337096],[-1781,-187],[-951,1848],[-1038,6]],[[204574,338763],[8,2006]],[[276135,345954],[-22,-4592]],[[276113,341362],[-980,-698]],[[275133,340664],[-284,1370]],[[243607,340080],[-387,-1384]],[[243220,338696],[-296,1224],[-438,78],[155,1793],[-387,1848]],[[270042,344086],[-542,-1570]],[[269500,342516],[-247,-1768]],[[269253,340748],[-294,-190],[22,1348]],[[245997,340568],[-63,-1620],[-438,76]],[[245496,339024],[-464,93]],[[245032,339117],[-441,11]],[[277536,345659],[-27,-6364]],[[277509,339295],[-1406,392]],[[276103,339687],[10,1675]],[[278303,345704],[22,-6834]],[[278325,338870],[33,-603],[-850,-17]],[[277508,338250],[1,1045]],[[229924,344141],[1,-4065]],[[229925,340076],[-1447,8]],[[228478,340084],[-594,800],[-1,3241]],[[255241,341042],[-480,-1635],[-27,-1245]],[[254734,338162],[-379,-650],[-307,691]],[[285363,345704],[-90,-1720],[200,-3016],[-54,-1230]],[[285419,339738],[-161,-1089]],[[285258,338649],[0,-1]],[[285258,338649],[-207,364],[-191,-1126],[-97,1433],[-186,-785],[-144,1522],[-394,-15],[-22,1228],[-337,1293]],[[279156,345617],[-183,-6999]],[[278973,338618],[-648,252]],[[279719,342490],[139,-1156],[-370,-2639],[-207,11]],[[279281,338706],[-308,-88]],[[237331,336713],[-1478,-32]],[[235853,336681],[-163,6387]],[[287690,334442],[-349,563]],[[287341,335005],[74,4092],[488,660],[174,-762],[41,-4814],[-337,-751],[-91,1012]],[[288009,345475],[568,-6870],[-469,3339],[-106,3522]],[[252015,342332],[-40,-5057]],[[251975,337275],[-583,117]],[[251392,337392],[-539,1204],[-221,2559]],[[250632,341155],[96,3820]],[[203104,340538],[-422,-118],[-2,-2837],[423,-966]],[[203103,336617],[9,-10066]],[[203112,326551],[-2650,80]],[[200462,326631],[-119,1601],[-198,-3]],[[200145,328229],[4,12910],[-886,31]],[[211108,336324],[-14,-6367],[-716,-155]],[[210378,329802],[-244,606],[-702,7065],[-124,-377],[-964,0]],[[250632,341155],[-254,-2106],[-175,-101]],[[250203,338948],[-180,1222],[-661,-786]],[[249362,339384],[-173,1815]],[[282646,344014],[-362,-5323]],[[282284,338691],[-1014,-2547]],[[281270,336144],[-175,1633]],[[267221,342748],[-212,-3523]],[[267009,339225],[-457,517],[-553,2139]],[[265999,341881],[16,784]],[[265999,341881],[52,-1240],[-389,-1579]],[[265662,339062],[-165,-855],[-257,652],[-539,-385],[-75,-938]],[[264626,337536],[-271,1710]],[[264355,339246],[-23,245]],[[268158,340141],[-176,-2867]],[[267982,337274],[-326,-27],[-492,-1365]],[[267164,335882],[-1,-24]],[[267163,335858],[-154,3367]],[[263193,339460],[-282,-1555]],[[262911,337905],[-375,-1179]],[[262536,336726],[-941,75]],[[261595,336801],[0,25]],[[261595,336826],[-52,385]],[[261543,337211],[10,106]],[[261553,337317],[156,2178],[-143,1281]],[[226987,344230],[5,-8168]],[[226992,336062],[-1485,-16]],[[225507,336046],[-10,8188]],[[228478,340084],[-1,-4054]],[[228477,336030],[-1485,32]],[[225507,336046],[-296,-3],[0,-3229]],[[225211,332814],[-863,2]],[[224348,332816],[-25,4855]],[[224323,337671],[-14,6563]],[[224323,337671],[-2072,-4]],[[222251,337667],[-15,3738]],[[231564,338499],[-444,3],[-1,-4058]],[[231119,334444],[-1192,-1]],[[229927,334443],[-2,5633]],[[233863,342555],[-208,-1974],[145,-1820],[-98,-1074]],[[233702,337687],[-1043,-408],[-29,1219],[-323,-7]],[[232307,338491],[-150,-9]],[[235007,344169],[-28,-9734]],[[234979,334435],[-892,6]],[[234087,334441],[0,3236],[-385,10]],[[235853,336681],[58,-2247]],[[235911,334434],[-932,1]],[[270712,339517],[-422,-1622]],[[270290,337895],[-183,3520],[-607,1101]],[[283469,341257],[168,-1847],[-22,-1611]],[[283615,337799],[-112,244],[-755,-2883]],[[282748,335160],[-250,2798],[-214,733]],[[253448,338294],[-3,-541]],[[253445,337753],[-1089,148],[-102,-658]],[[252254,337243],[-279,32]],[[260507,341445],[21,-2479],[-126,-943]],[[260402,338023],[-565,156]],[[259837,338179],[-362,2259]],[[243220,338696],[34,-3025]],[[243254,335671],[-1124,134]],[[242130,335805],[-496,72],[5,1351]],[[241639,337228],[7,3487]],[[240168,343308],[-18,-7271]],[[240150,336037],[-594,79]],[[239556,336116],[-989,104],[1,541]],[[272532,341095],[-16,-3720]],[[272516,337375],[-83,-532]],[[272433,336843],[-535,176],[-700,3438]],[[241639,337228],[-595,42],[-2,-1349],[-498,75]],[[240544,335996],[-394,41]],[[259090,340315],[-150,-4665]],[[258940,335650],[-106,-1338]],[[258834,334312],[-300,532],[-141,-775],[-313,1293],[-345,-45]],[[257735,335317],[-130,449]],[[257605,335766],[203,1497],[-16,3310]],[[270290,337895],[-396,-2233]],[[269894,335662],[-202,1972],[-170,143]],[[269522,337777],[-269,2971]],[[261553,337317],[-455,475],[-475,-445]],[[260623,337347],[-221,676]],[[281095,337777],[-585,-2047],[-679,-3519]],[[279831,332211],[-571,1186]],[[279260,333397],[-227,517],[248,4792]],[[285258,338648],[-235,-2967]],[[285023,335681],[-392,-875],[-524,1390]],[[284107,336196],[-492,1603]],[[269522,337777],[-293,-274],[-813,-2185],[-219,-149]],[[268197,335169],[-215,2105]],[[275133,340664],[83,-1448],[-296,-1329],[32,-1467]],[[274952,336420],[-480,1873],[-210,137]],[[274262,338430],[41,3683]],[[219006,342216],[1,-8139]],[[219007,334077],[-1521,-4]],[[217486,334073],[0,114]],[[217486,334187],[0,8005]],[[220510,338940],[0,-4867]],[[220510,334073],[-1503,4]],[[217486,334187],[-1496,-22]],[[215990,334165],[-3,8031]],[[214485,342192],[1,-7963]],[[214486,334229],[-2449,-95]],[[212037,334134],[0,2177]],[[274262,338430],[-178,-3320],[96,-3115]],[[274180,331995],[-135,-24]],[[274045,331971],[-450,-339]],[[273595,331632],[-36,1117]],[[273559,332749],[96,1381],[-522,2938]],[[273133,337068],[300,3339],[-67,1609]],[[215990,334165],[0,-71]],[[215990,334094],[-1504,-3]],[[214486,334091],[0,138]],[[257605,335766],[-267,-59]],[[257338,335707],[-1207,2676]],[[256131,338383],[31,2021]],[[273133,337068],[-79,883],[-538,-576]],[[263585,335029],[-124,-484]],[[263461,334545],[-99,4]],[[263362,334549],[-9,1249],[-281,766]],[[263072,336564],[-161,1341]],[[264355,339246],[-770,-4217]],[[267163,335858],[4,-355]],[[267167,335503],[-680,-2475],[-459,116]],[[266028,333144],[-109,2607],[-257,3311]],[[276103,339687],[-56,-7726]],[[276047,331961],[-323,-24]],[[275724,331937],[-70,1389],[-359,2653],[-343,441]],[[222251,337667],[32,-5647]],[[222283,332020],[-589,1],[-2,-1624],[-1182,13]],[[220510,330410],[0,3663]],[[200145,328229],[-3228,29],[-2,-6474],[-1606,14]],[[204574,338763],[16,-15442]],[[204590,323321],[-1474,-28]],[[203116,323293],[-4,3258]],[[203103,336617],[208,1296],[-208,257]],[[203103,338170],[0,312]],[[203103,338482],[8,1396]],[[249362,339384],[-275,31],[115,-1382],[-335,-1404],[-366,-378],[270,-1925],[-281,-846],[135,-919]],[[248625,332561],[-364,176],[-4,-2806]],[[248257,329931],[-36,-137]],[[248221,329794],[-36,1335],[-212,-483]],[[247973,330646],[-400,66]],[[247573,330712],[0,4865]],[[247573,335577],[-6,5520]],[[272433,336843],[-475,-3705]],[[271958,333138],[-10,-83]],[[271948,333055],[-430,282]],[[271518,333337],[-367,-86]],[[271151,333251],[-126,2692],[-326,1639],[222,1422],[-102,1406]],[[251392,337392],[-291,-2345],[-136,397]],[[250965,335444],[-553,1154],[-247,1169]],[[250165,337767],[38,1181]],[[247573,335577],[-2090,162]],[[245483,335739],[13,3285]],[[286926,335501],[-145,-1821],[-233,206],[79,1506],[-351,140]],[[286276,335532],[78,4358]],[[286354,339890],[552,1171],[303,-80],[50,-5636],[-333,156]],[[256131,338383],[-53,-2345],[-292,-1220]],[[255786,334818],[-336,-820],[-354,712],[-199,-818]],[[254897,333892],[-239,1015],[76,3255]],[[286276,335532],[-676,145]],[[285600,335677],[-577,4]],[[285419,339738],[847,1102],[88,-950]],[[203103,338482],[0,-312]],[[259837,338179],[-278,-1956],[-1,-1386]],[[259558,334837],[-289,-248],[-329,1061]],[[271151,333251],[-416,-936],[-546,60]],[[270189,332375],[-338,1184],[43,2103]],[[250165,337767],[-126,96],[-281,-4503]],[[249758,333360],[-309,1168],[-404,124],[-420,-2091]],[[229927,334443],[-12,-3281]],[[229915,331162],[-1439,22]],[[228476,331184],[1,4846]],[[245032,339117],[-92,-1440],[-340,-1929],[-44,-3402],[-591,77]],[[243965,332423],[-591,68]],[[243374,332491],[12,3306],[-132,-126]],[[277508,338250],[-37,-6115]],[[277471,332135],[-595,-66]],[[276876,332069],[-829,-108]],[[264626,337536],[88,-2617],[-150,-1005]],[[264564,333914],[-285,822],[-464,206],[-191,-774]],[[263624,334168],[-163,377]],[[245483,335739],[-6,-4945]],[[245477,330794],[-2,-1651]],[[245475,329143],[-590,63],[-3,1642],[-263,-127]],[[244619,330721],[-662,64],[8,1638]],[[266028,333144],[-304,-143],[-504,-1878]],[[265220,331123],[-22,58]],[[265198,331181],[-124,1694],[-214,-289],[-296,1328]],[[279260,333397],[-157,-1140]],[[279103,332257],[-411,1984],[-405,-1720],[-166,127]],[[278121,332648],[-77,-460]],[[278044,332188],[-573,-53]],[[210378,329802],[0,-2771],[-614,433],[-745,-2270]],[[209019,325194],[-2,1368],[-3247,12],[1,-3243]],[[205771,323331],[-1181,-10]],[[282748,335160],[-108,-471]],[[282640,334689],[-343,-1479]],[[282297,333210],[-672,237]],[[281625,333447],[-169,331],[-186,2366]],[[275724,331937],[-313,-27]],[[275411,331910],[-1231,85]],[[232307,338491],[0,-2433],[148,-23],[1,-3216]],[[232456,332819],[-305,-2],[-149,-3256],[-295,1]],[[231707,329562],[-295,1],[-1,3262],[-292,-4],[0,1623]],[[234087,334441],[-14,-2089],[230,-1261]],[[234303,331091],[-538,-3686],[-283,598]],[[233482,328003],[-1,4815],[-1025,1]],[[260623,337347],[23,-3296],[103,-1581]],[[260749,332470],[-138,-25]],[[260611,332445],[-753,-140]],[[259858,332305],[-300,2532]],[[257338,335707],[-156,-2905],[-342,-2492]],[[256840,330310],[-446,716],[-239,-414]],[[256155,330612],[-245,215]],[[255910,330827],[24,1814],[-148,2177]],[[254026,337733],[-164,-1607],[-17,-2092],[167,-1717],[-89,-1888]],[[253923,330429],[-48,-579]],[[253875,329850],[-477,-215],[-128,791]],[[253270,330426],[-3,1967],[147,1493],[31,3867]],[[254897,333892],[-166,-2346]],[[254731,331546],[-712,-436],[-96,-681]],[[284107,336196],[0,-1815],[235,-1426]],[[284342,332955],[-25,-150]],[[284317,332805],[-216,-594],[-40,-1864]],[[284061,330347],[-198,-1249],[-361,-217]],[[283502,328881],[-237,1612]],[[283265,330493],[-76,1699],[-549,2497]],[[273559,332749],[-1601,389]],[[270189,332375],[-269,-1121]],[[269920,331254],[-1335,-829]],[[268585,330425],[-153,883],[95,1791],[-330,2070]],[[263072,336564],[-195,-3681],[-172,-21],[-175,-2137],[-273,-558]],[[262257,330167],[-331,919]],[[261926,331086],[76,2096],[534,3544]],[[261543,337211],[52,-385]],[[261595,336801],[-473,-3690]],[[261122,333111],[-373,-641]],[[253270,330426],[-331,-79]],[[252939,330347],[-8,1375],[-395,358],[-301,1417]],[[252235,333497],[19,3746]],[[250965,335444],[-26,-4865]],[[250939,330579],[-293,-638]],[[250646,329941],[-810,109]],[[249836,330050],[-78,3310]],[[281625,333447],[-251,-3124],[4,-1252],[-421,-1196]],[[280957,327875],[-522,-413],[-138,954]],[[280297,328416],[-332,3370],[-134,425]],[[224348,332816],[-1,-1627]],[[224347,331189],[-2064,20]],[[222283,331209],[0,811]],[[179740,322568],[3,-2452],[444,-2894],[103,-2182],[267,-2704],[564,-2760]],[[181121,309576],[-326,-2417],[-494,-1592]],[[180301,305567],[-2460,-124],[1,-805],[-4499,-63],[2,-553],[-829,-9],[-928,528],[-315,-3026]],[[171273,301515],[-312,1400]],[[170961,302915],[145,1407],[238,4958],[-64,9969]],[[171280,319249],[98,4],[-3,18110]],[[164248,337231],[-3,-3233],[301,-23],[0,-1605],[244,-1640],[325,-33],[5,-1631],[192,12],[4,-1614],[397,-45],[3,-1614],[314,77],[-22,-1690],[246,-211],[0,-3299]],[[166254,320682],[-755,1375],[-936,2625],[-284,-1411],[-421,-724],[101,-1704],[-444,1648],[-536,-409]],[[162979,322082],[-5,3222],[-296,222],[-393,1771],[197,1535],[-165,1791],[-326,509],[-446,3198],[-339,588],[-168,2433]],[[171280,319249],[-3410,-90],[36,-551]],[[167906,318608],[-267,446],[-750,39],[-88,1202],[-462,376]],[[166339,320671],[-85,11]],[[252235,333497],[-177,-1852],[-458,-1134]],[[251600,330511],[-661,68]],[[242130,335805],[-34,-6486]],[[242096,329319],[-637,87]],[[241459,329406],[3,1623],[-1032,137]],[[240430,331166],[104,1602],[10,3228]],[[268585,330425],[-242,-1949],[-248,-496]],[[268095,327980],[-738,4146]],[[267357,332126],[82,740],[-272,2637]],[[238036,329533],[-270,1020],[-9,-2177],[-298,111],[-9,-1669],[-302,-290]],[[237148,326528],[-149,21],[20,4291]],[[237019,330840],[144,2397],[-140,1638],[249,-26],[204,1843]],[[238075,336857],[-39,-7324]],[[261926,331086],[-253,-1944]],[[261673,329142],[-494,2572],[-57,1397]],[[239556,336116],[-9,-2441],[-149,23],[-7,-2427],[-202,25],[-8,-2654]],[[239181,328642],[-294,242],[-94,1576],[-757,-927]],[[237019,330840],[-164,-1085],[-526,-532],[-175,1675],[-128,-957]],[[236026,329941],[-115,4493]],[[263362,334549],[-670,-5484]],[[262692,329065],[-240,-1164]],[[262452,327901],[-195,2266]],[[212037,334134],[-2,-8177]],[[212035,325957],[-1,-4264]],[[212034,321693],[-669,4],[-4,-1665],[-293,7],[-3,-1619],[-292,8],[-1,-1623],[-585,17],[-91,-1634]],[[210096,315188],[-586,7]],[[209510,315195],[-502,3],[-1,3241]],[[209007,318439],[12,6755]],[[284317,332805],[371,-2175],[955,-1730],[26,-1206]],[[285669,327694],[-54,-767],[-593,-358],[-140,698]],[[284882,327267],[-821,3080]],[[285600,335677],[126,-1604],[273,-883]],[[285999,333190],[-398,-1100],[175,-2297],[-1124,1768],[-310,1394]],[[240430,331166],[-12,-5402],[-114,-39]],[[240304,325725],[-550,-592],[-185,1872],[-331,1451]],[[239238,328456],[-57,186]],[[226992,336062],[8,-6492]],[[227e3,329570],[-1,-749]],[[226999,328821],[0,-19]],[[226999,328802],[-475,-44],[-290,766],[-418,55]],[[225816,329579],[-586,-9],[-19,3244]],[[228476,331184],[-1,-1622]],[[228475,329562],[-1475,8]],[[243374,332491],[-161,-3273],[-723,82]],[[242490,329300],[-394,19]],[[257735,335317],[-73,-4276],[185,-1700]],[[257847,329341],[-411,-2087],[-227,202]],[[257209,327456],[-369,2854]],[[247573,330712],[-600,58]],[[246973,330770],[-1496,24]],[[286926,335501],[415,-496]],[[287690,334442],[20,-1175],[-419,-3065],[-333,-1394],[-288,214],[-380,1512],[-221,-1047],[-325,2540],[265,-143],[-10,1306]],[[259858,332305],[-101,-4380]],[[259757,327925],[-680,1377],[-289,-544]],[[258788,328758],[11,1469]],[[258799,330227],[35,4085]],[[258799,330227],[-519,-1708],[-228,632]],[[258052,329151],[-205,190]],[[267357,332126],[-461,-863],[33,-2552]],[[266929,328711],[-948,-960]],[[265981,327751],[263,2892],[-1024,480]],[[265198,331181],[-169,-1111],[-21,-2086]],[[265008,327984],[-272,-947],[-243,467],[-219,-1109]],[[264274,326395],[-566,1467]],[[263708,327862],[264,835],[-23,1267],[-316,3898]],[[263633,333862],[1,202]],[[263634,334064],[-10,104]],[[255910,330827],[-429,244],[-353,-1106]],[[255128,329965],[-397,1581]],[[283265,330493],[-572,-1458],[-346,398]],[[282347,329433],[-50,3777]],[[248221,329794],[-58,-95]],[[248163,329699],[-190,947]],[[249836,330050],[-441,-507]],[[249395,329543],[-1138,388]],[[263634,334064],[-1,-202]],[[263708,327862],[-580,-828]],[[263128,327034],[-436,2031]],[[236026,329941],[-4,-304]],[[236022,329637],[-175,-1477],[-443,-195],[-252,1214],[-191,-612]],[[234961,328567],[-77,886],[-581,1638]],[[231707,329562],[0,-1617]],[[231707,327945],[-1281,2]],[[230426,327947],[0,3299],[-261,-1414],[-247,176]],[[229918,330008],[-3,1154]],[[279103,332257],[-595,-3991]],[[278508,328266],[-251,855],[-213,3067]],[[214486,334091],[-13,-8132]],[[214473,325959],[-2438,-2]],[[217486,334073],[-2,-8135]],[[217484,325938],[-1494,19]],[[215990,325957],[0,8137]],[[219007,334077],[3,-8124]],[[219010,325953],[-1526,-15]],[[220510,330410],[0,-4461]],[[220510,325949],[-1500,4]],[[215990,325957],[-1517,2]],[[271518,333337],[-29,-4139],[-182,-3291]],[[271307,325907],[-296,68]],[[271011,325975],[-264,59]],[[270747,326034],[1,1307],[-511,2796],[-304,-278]],[[269933,329859],[-13,1395]],[[282347,329433],[-80,-3574]],[[282267,325859],[-165,-563],[-420,837],[-332,-60]],[[281350,326073],[-393,1802]],[[252939,330347],[-5,-701]],[[252934,329646],[-672,-91],[-323,-2399],[-173,1]],[[251766,327157],[-166,3354]],[[280297,328416],[-211,-1293]],[[280086,327123],[-581,255],[-754,-1252]],[[278751,326126],[-353,1413],[110,727]],[[271948,333055],[227,-2695]],[[272175,330360],[382,-2967],[-24,-1802]],[[272533,325591],[-107,26]],[[272426,325617],[-1119,290]],[[273595,331632],[-24,-1620]],[[273571,330012],[-1396,348]],[[261673,329142],[-449,-3851]],[[261224,325291],[-188,2236],[-289,965]],[[260747,328492],[203,1622],[-339,2331]],[[233482,328003],[-312,226]],[[233170,328229],[-399,-1548],[-1070,-1312]],[[231701,325369],[6,2576]],[[225816,329579],[10,-9732]],[[225826,319847],[-1469,0]],[[224357,319847],[-5,4513]],[[224352,324360],[-5,6829]],[[244619,330721],[-212,-1147],[105,-2458],[-223,-2903]],[[244289,324213],[-330,36],[-3,-1236],[-368,689],[-238,-589]],[[243350,323113],[-586,854],[-297,-183]],[[242467,323784],[23,5516]],[[260747,328492],[-422,-561],[-84,-1375],[-372,150]],[[259869,326706],[-112,1219]],[[188318,312721],[-108,-986]],[[188210,311735],[-183,-611],[-147,-4378],[653,-3],[-47,-2816]],[[188486,303927],[-643,1],[-1223,898],[-311,-3086],[-1306,2189],[-1641,-13]],[[183362,303916],[1,5933]],[[183363,309849],[-2,22528]],[[268095,327980],[-175,-2988],[-203,-1444],[134,-484]],[[267851,323064],[-277,-501]],[[267574,322563],[-1,-3]],[[267573,322560],[-644,6151]],[[274045,331971],[332,-4443],[324,-1102]],[[274701,326426],[-806,-3867]],[[273895,322559],[-185,1400]],[[273710,323959],[-377,-576],[22,1922]],[[273355,325305],[216,4707]],[[278751,326126],[-5,-338]],[[278746,325788],[-367,682],[-294,-913],[-345,-2209]],[[277740,323348],[-312,427],[-120,1819]],[[277308,325594],[-233,1635],[-199,4840]],[[277308,325594],[-662,369],[-623,-753]],[[276023,325210],[-58,1792],[126,2469],[-367,2466]],[[275411,331910],[-586,-5936]],[[274825,325974],[-124,452]],[[222283,331209],[11,-6489]],[[222294,324720],[-137,-41]],[[222157,324679],[-1041,42],[0,-1614],[-294,3]],[[220822,323110],[-312,20]],[[220510,323130],[0,2819]],[[276023,325210],[-562,989]],[[275461,326199],[-228,-565],[-408,340]],[[269933,329859],[-238,-2104],[-19,-1655]],[[269676,326100],[-619,-853]],[[269057,325247],[-122,2958],[-350,2220]],[[255128,329965],[-90,-7353]],[[255038,322612],[-1051,45]],[[253987,322657],[8,5395],[-120,1798]],[[230426,327947],[0,-3244],[-137,1],[-1,-3821]],[[230288,320883],[-667,-984],[-127,786]],[[229494,320685],[-2,9491],[426,-168]],[[265981,327751],[-64,-576]],[[265917,327175],[-396,127],[-315,-711],[-198,1393]],[[224352,324360],[-359,353],[-1699,7]],[[229494,320685],[-431,1199]],[[229063,321884],[-238,-1062],[-352,454]],[[228473,321276],[2,8286]],[[241459,329406],[-204,-4750]],[[241255,324656],[-449,-779],[-905,103]],[[239901,323980],[403,1745]],[[256155,330612],[-49,-8076]],[[256106,322536],[-1068,76]],[[234961,328567],[-3,-2253],[-315,-6],[0,-2676]],[[234643,323632],[-1174,5]],[[233469,323637],[0,1895],[-295,3],[-4,2694]],[[262452,327901],[-222,-2978],[129,-2605]],[[262359,322318],[-796,-48]],[[261563,322270],[-276,-33]],[[261287,322237],[-306,-7]],[[260981,322230],[247,1084],[-4,1977]],[[257209,327456],[-20,-5059]],[[257189,322397],[-1046,132]],[[256143,322529],[-37,7]],[[237148,326528],[-7,-1358],[-305,-767]],[[236836,324403],[-229,-383],[-21,-2059],[-606,-644]],[[235980,321317],[42,8320]],[[246973,330770],[-2,-5539]],[[246971,325231],[-1504,75]],[[245467,325306],[8,3837]],[[245467,325306],[-8,-2742],[-290,30]],[[245169,322594],[-399,-324],[-210,-1347]],[[244560,320923],[13,2577],[-284,713]],[[248163,329699],[-214,-2387],[219,-627],[20,-1533],[-293,-395],[-116,-1725],[-268,-566]],[[247511,322466],[186,-1296],[-172,-1230]],[[247525,319940],[-289,-503]],[[247236,319437],[-2,1326]],[[247234,320763],[22,4543],[-285,-75]],[[251766,327157],[-13,-4699]],[[251753,322458],[-101,0]],[[251652,322458],[-541,-5]],[[251111,322453],[-505,-9]],[[250606,322444],[40,7497]],[[283502,328881],[-231,-2074]],[[283271,326807],[-356,-2933],[-358,-1181]],[[282557,322693],[-108,2562],[-182,604]],[[239238,328456],[-4,-1941],[-493,49],[-203,-1309],[-493,-195],[5,-2146]],[[238050,322914],[-1029,136],[-185,1353]],[[269057,325247],[-524,-1430]],[[268533,323817],[-371,-223]],[[268162,323594],[-311,-530]],[[253987,322657],[-600,-192]],[[253387,322465],[-453,-3]],[[252934,322462],[-51,3]],[[252883,322465],[51,7181]],[[273355,325305],[-822,286]],[[285469,320638],[-203,-948],[-926,-816]],[[284340,318874],[-64,5013]],[[284276,323887],[204,503],[398,-2748],[591,-1004]],[[284882,327267],[-235,-2198],[118,-897]],[[284765,324172],[-259,864],[-282,-1162]],[[284224,323874],[-953,2933]],[[258788,328758],[-158,-3843]],[[258630,324915],[-206,2015],[-376,1415],[4,806]],[[249395,329543],[-32,-7084]],[[249363,322459],[-223,-9]],[[249140,322450],[-1629,16]],[[270747,326034],[-688,163]],[[270059,326197],[-383,-97]],[[250606,322444],[-430,-12]],[[250176,322432],[-813,27]],[[252883,322465],[-1130,-7]],[[235980,321317],[-18,-3815]],[[235962,317502],[-20,-4124]],[[235942,313378],[-1326,-11]],[[234616,313367],[-2,3239],[-338,-2]],[[234276,316604],[0,3244],[171,1607],[196,17],[0,2160]],[[226999,328802],[9,-8951]],[[227008,319851],[-1,-3236]],[[227007,316615],[-1172,1]],[[225835,316616],[-9,3231]],[[228473,321276],[-555,611],[-74,2247],[-845,4687]],[[258630,324915],[-2,-2532]],[[258628,322383],[-1295,15]],[[257333,322398],[-144,-1]],[[242467,323784],[-5,-1009]],[[242462,322775],[-297,41],[-5,-1617],[-876,479]],[[241284,321678],[-151,871],[122,2107]],[[259869,326706],[27,-4377]],[[259896,322329],[-1243,53]],[[258653,322382],[-25,1]],[[263128,327034],[11,-1303],[-212,-3409]],[[262927,322322],[-101,-5]],[[262826,322317],[-467,1]],[[200462,326631],[361,-4881]],[[200823,321750],[-379,16],[-5,-7060]],[[200439,314706],[-1451,-14]],[[198988,314692],[-3680,23]],[[229063,321884],[-7,-2046]],[[229056,319838],[-2048,13]],[[267573,322560],[-1043,-137]],[[266530,322423],[-489,3118],[-223,-91]],[[265818,325450],[99,1725]],[[285669,327694],[310,746],[30,-1788],[-452,-995],[295,-346],[-138,-1387],[-575,-2025],[-396,1477],[22,796]],[[260981,322230],[-364,32]],[[260617,322262],[-721,67]],[[281350,326073],[46,-5342],[-149,-3077],[243,-284]],[[281490,317370],[-394,-3132]],[[281096,314238],[-204,2184],[-465,3449]],[[280427,319871],[-419,2517],[-71,1882],[149,2853]],[[239901,323980],[-690,-4023],[1,-1632]],[[239212,318325],[-296,-555]],[[238916,317770],[-881,35]],[[238035,317805],[15,5109]],[[233469,323637],[-441,-557],[-20,-6469]],[[233008,316611],[1,-1619],[-439,-6]],[[232570,314986],[-587,-6],[0,1619],[-585,2]],[[231398,316601],[2,1620]],[[231400,318221],[7,5253],[294,1895]],[[265818,325450],[-331,-347],[-413,-2793]],[[265074,322310],[-349,6]],[[264725,322316],[-533,16]],[[264192,322332],[82,4063]],[[231400,318221],[-877,0]],[[230523,318221],[1,2620],[-236,42]],[[264192,322332],[-835,-2]],[[263357,322330],[-430,-8]],[[280427,319871],[-1132,-401]],[[279295,319470],[-372,2213]],[[278923,321683],[-155,1648],[-22,2457]],[[284224,323874],[52,13]],[[284340,318874],[-211,-331]],[[284129,318543],[-198,2128],[-360,239],[-380,1072],[-481,71]],[[282710,322053],[-153,640]],[[203116,323293],[0,-1615],[261,2],[1,-1550],[-729,1]],[[202649,320131],[-58,616],[-705,53],[-101,-673],[-844,4],[-118,1619]],[[209007,318439],[-587,-7],[1,-1615],[-294,-10],[-3,-1617],[-1242,-7],[0,-4792]],[[206882,310391],[-1173,-5]],[[205709,310386],[1,4846],[62,-6],[-1,8105]],[[270059,326197],[-28,-6431],[221,-1212]],[[270252,318554],[-254,-3697],[-212,-1915]],[[269786,312942],[-11,23]],[[269775,312965],[-379,2612],[-91,3608]],[[269305,319185],[-142,3645],[-154,854],[-476,133]],[[276023,325210],[227,-1072],[186,597],[147,-1356],[71,-2679],[-218,-1752]],[[276436,318948],[-6,0]],[[276430,318948],[-1089,137]],[[275341,319085],[120,7114]],[[278923,321683],[-437,-2239],[-436,98]],[[278050,319542],[11,671]],[[278061,320213],[-25,1291],[-296,1844]],[[275341,319085],[-679,65]],[[274662,319150],[-651,42],[43,2132],[-159,1235]],[[271464,320921],[-199,-1405],[-198,-4516]],[[271067,315e3],[-604,2048],[-211,1506]],[[271011,325975],[333,-4682],[120,-372]],[[282710,322053],[66,-1015],[-81,-3692]],[[282695,317346],[-1205,24]],[[214473,325959],[-5,-8115]],[[214468,317844],[-992,-9]],[[213476,317835],[-1442,8]],[[212034,317843],[0,3850]],[[272173,319555],[-237,565]],[[271936,320120],[-472,801]],[[272426,325617],[-120,-2206],[-216,-215],[83,-3641]],[[219010,325953],[-5,-8103]],[[219005,317850],[-1126,11]],[[217879,317861],[-406,0]],[[217473,317861],[11,8077]],[[220510,323130],[0,-5304]],[[220510,317826],[-1158,20]],[[219352,317846],[-347,4]],[[215990,325957],[-18,-8108]],[[215972,317849],[-1028,11]],[[214944,317860],[-476,-16]],[[277740,323348],[-316,-945],[31,-1526],[-351,-1962]],[[277104,318915],[-668,33]],[[217473,317861],[-1061,-16]],[[216412,317845],[-440,4]],[[273710,323959],[112,-2797],[-91,-1953]],[[273731,319209],[-1617,15]],[[272114,319224],[59,331]],[[266530,322423],[-186,-14]],[[266344,322409],[-1079,-93]],[[265265,322316],[-191,-6]],[[247234,320763],[-1924,142],[-2,-829]],[[245308,320076],[-139,2518]],[[224357,319847],[-575,10],[0,-4860]],[[223782,314997],[-488,-1],[-284,811]],[[223010,315807],[139,1188],[-267,11],[14,2696],[-285,-467]],[[222611,319235],[-167,661],[-83,3113],[-204,1670]],[[284158,318179],[-29,364]],[[285469,320638],[29,1355],[695,561],[-107,-1081],[521,322],[-484,-2668],[-165,-1717],[-182,-44],[-131,1684],[-204,-1777],[-551,162],[-575,-954],[-157,1698]],[[222611,319235],[-441,-168],[-51,-1639],[-679,-8]],[[221440,317420],[-149,817],[-33,3268],[-436,-2],[0,1607]],[[164640,304627],[231,-1775],[-418,-877],[-322,2121],[509,531]],[[165054,305328],[976,-1440],[-461,-704],[-359,131],[-156,2013]],[[166339,320671],[-2,-7969],[-90,-1807]],[[166247,310895],[-250,760],[-867,-159],[-357,994],[-804,202],[-490,-416],[-116,1396],[-373,1056],[124,2395],[-24,2471],[-171,1150],[60,1338]],[[241284,321678],[-584,-794],[39,-1065]],[[240739,319819],[-931,86],[-3,-1605]],[[239805,318300],[-593,25]],[[238035,317805],[-614,-1483]],[[237421,316322],[-244,500],[-834,91],[-381,589]],[[244560,320923],[-20,-4593],[-199,25],[193,-1934]],[[244534,314421],[-604,81],[-3,-1622],[-230,23]],[[243697,312903],[96,2891],[-160,660],[20,4598],[-307,36],[4,2025]],[[269305,319185],[-840,-2741],[-145,-912]],[[268320,315532],[-168,2206],[10,5856]],[[243697,312903],[-75,13]],[[243622,312916],[-905,125]],[[242717,313041],[1,2457],[-235,29],[98,2072],[20,5168],[-139,8]],[[274662,319150],[434,-3775]],[[275096,315375],[-397,-1019],[74,-878],[-605,-586],[-6,1090],[-378,-1531]],[[273784,312451],[4,1591]],[[273788,314042],[49,2841],[-106,2326]],[[234276,316604],[-1268,7]],[[268320,315532],[-415,-2628]],[[267905,312904],[-174,218]],[[267731,313122],[-145,795]],[[267586,313917],[-653,2806]],[[266933,316723],[-40,540]],[[266893,317263],[305,3008],[323,1133],[53,1159]],[[205709,310386],[-2,-1614],[-1700,0]],[[204007,308772],[-1371,-6],[-3,3352]],[[202633,312118],[-147,1515],[16,6496],[147,2]],[[278050,319542],[43,-1242],[-360,-2633]],[[277733,315667],[-629,3248]],[[221440,317420],[1,-4034],[-493,-32]],[[220948,313354],[-223,1273],[-207,-261]],[[220518,314366],[-8,3460]],[[242717,313041],[-496,63]],[[242221,313104],[-106,14]],[[242115,313118],[5,1627],[-291,31],[-264,1665],[-303,325],[6,1345],[-291,53],[9,1622],[-247,33]],[[256004,318053],[-462,772]],[[255542,318825],[-243,556],[-714,-1852],[-404,1290],[-162,1541],[-347,181]],[[253672,320541],[-285,1924]],[[256143,322529],[-11,-3407],[-128,-1069]],[[245308,320076],[-7,-2464],[140,-1661]],[[245441,315951],[-7,-3254],[151,-26],[-6,-2481],[-150,6]],[[245429,310196],[-103,136],[-579,3569],[-213,520]],[[266893,317263],[-555,643],[-280,1346]],[[266058,319252],[-12,1037],[298,2120]],[[257333,322398],[-17,-8213]],[[257316,314185],[-332,545],[-546,1972]],[[256438,316702],[-434,1351]],[[252925,317998],[-982,22]],[[251943,318020],[-96,1897],[-197,-2],[2,2543]],[[252934,322462],[-9,-4464]],[[253555,314761],[-47,-2207]],[[253508,312554],[-481,7]],[[253027,312561],[-4,5160],[-98,277]],[[253672,320541],[-117,-5780]],[[251943,318020],[-47,-2986]],[[251896,315034],[-984,33]],[[250912,315067],[1,4042],[197,807],[1,2537]],[[249142,318304],[-519,9],[-251,-975]],[[248372,317338],[-343,700],[-215,-623]],[[247814,317415],[-5,2533],[-284,-8]],[[249140,322450],[2,-4146]],[[250912,315067],[-438,-278]],[[250474,314789],[-147,-6],[-2,4867],[-149,0],[0,2782]],[[250474,314789],[-2,-1631]],[[250472,313158],[-642,1090],[-534,3]],[[249296,314251],[-2,2446],[-152,1607]],[[266058,319252],[-82,-420]],[[265976,318832],[-275,-140]],[[265701,318692],[-106,2241],[-330,1383]],[[258653,322382],[-137,-6674],[89,-612]],[[258605,315096],[-29,-1679],[-447,-518],[-146,1195]],[[257983,314094],[-427,804],[-240,-713]],[[260678,319948],[-562,-4378],[-610,-2702],[-150,-76]],[[259356,312792],[-223,839],[-30,1451],[-498,14]],[[260617,322262],[61,-2314]],[[263365,319856],[101,-595],[-208,-1794],[7,-2679]],[[263265,314788],[-172,733],[-550,214]],[[262543,315735],[233,4869]],[[262776,320604],[50,1713]],[[263357,322330],[8,-2474]],[[264725,322316],[-135,-684],[239,-2782],[-180,-2853]],[[264649,315997],[-86,-841]],[[264563,315156],[-22,277]],[[264541,315433],[-329,3527],[-293,882],[-554,14]],[[262543,315735],[-381,-217]],[[262162,315518],[-1,1816],[-262,888]],[[261899,318222],[232,964],[228,3132]],[[261899,318222],[-334,1613],[-2,2435]],[[265701,318692],[-212,-1319]],[[265489,317373],[-231,351],[-271,-1838],[-338,111]],[[284158,318179],[119,-1091],[-640,-3358],[-489,-1594]],[[283148,312136],[-159,657],[-294,4553]],[[261287,322237],[-239,-2821],[0,-1352],[-233,-2520]],[[260815,315544],[-137,4404]],[[262162,315518],[-52,-656]],[[262110,314862],[-108,4]],[[262002,314866],[-1168,24]],[[260834,314890],[-19,654]],[[230523,318221],[0,-1628],[-295,-3],[-4,-3251]],[[230224,313339],[-873,12]],[[229351,313351],[0,1622],[-293,812]],[[229058,315785],[-2,4053]],[[202633,312118],[-979,1703],[-317,896],[-898,-11]],[[279295,319470],[266,-2708],[-183,-3842]],[[279378,312920],[-224,-636],[-333,-2783]],[[278821,309501],[-4,24]],[[278817,309525],[-1052,5966]],[[277765,315491],[-32,176]],[[212034,317843],[-3,-8091]],[[212031,309752],[0,-188]],[[212031,309564],[-1940,9],[5,5615]],[[272114,319224],[155,-4645]],[[272269,314579],[-1,-1445]],[[272268,313134],[-327,-920],[-286,1648]],[[271655,313862],[-588,1138]],[[247236,319437],[-213,565],[88,-2172],[-320,-435],[282,-923],[-325,-595]],[[246748,315877],[-1307,74]],[[255542,318825],[30,-628],[-318,-3711]],[[255254,314486],[-1699,275]],[[166086,290611],[276,-965],[-300,-16],[24,981]],[[167726,304768],[-743,1873],[-183,2255],[-553,1999]],[[167906,318608],[691,-9433],[-104,-2110],[-329,6],[-438,-2303]],[[247814,317415],[-122,-2322],[127,-841]],[[247819,314252],[0,-807]],[[247819,313445],[-294,-28],[6,-1584],[-272,-13]],[[247259,311820],[-473,1881]],[[246786,313701],[-38,2176]],[[260834,314890],[37,-1200]],[[260871,313690],[-340,-2929],[-579,-3107]],[[259952,307654],[-731,14]],[[259221,307668],[-12,4227],[147,897]],[[281096,314238],[217,-1643],[-222,-1225]],[[281091,311370],[-528,-425],[-618,1727],[-567,248]],[[223010,315807],[-346,-3461]],[[222664,312346],[46,-2146]],[[222710,310200],[-463,2268],[-59,-1528],[-214,361]],[[221974,311301],[-292,391],[-321,-718],[-413,2380]],[[242115,313118],[-438,43],[-4,-817],[-514,69],[-222,-771]],[[240937,311642],[-45,1094],[-302,570]],[[240590,313306],[-42,1616],[-478,872],[30,2513],[-295,-7]],[[225835,316616],[-146,-4],[-1,-3243]],[[225688,313369],[-284,3],[-145,-1083],[-582,7],[-438,-808]],[[224239,311488],[-1,1890],[-456,-2],[0,1621]],[[229058,315785],[-745,-262],[155,-2162],[-579,4]],[[227889,313365],[-586,3]],[[227303,313368],[-1,3244],[-295,3]],[[264541,315433],[-415,-1026]],[[264126,314407],[-860,-258]],[[263266,314149],[-1,639]],[[266933,316723],[-339,-3833]],[[266594,312890],[-433,-921]],[[266161,311969],[-142,1338]],[[266019,313307],[139,813],[-135,1990],[115,1469],[-162,1253]],[[168718,285870],[613,-3553],[-362,241],[-251,3312]],[[168675,294217],[663,-1336],[119,-1995],[-366,418],[-149,2047],[-267,866]],[[170961,302915],[-533,9],[-383,-3729]],[[170045,299195],[-299,468],[-188,-1226],[-342,667],[55,1824],[-185,2348],[-237,1371],[-531,-106],[-203,-603],[-389,830]],[[273788,314042],[-1519,537]],[[269786,312942],[-1189,-5125]],[[268597,307817],[-93,1502]],[[268504,309319],[-251,3128],[-348,457]],[[276707,313833],[-152,-754],[-450,18],[-676,-2348]],[[275429,310749],[-151,2724]],[[275278,313473],[-182,1902]],[[276430,318948],[164,-2140],[207,-809],[-94,-2166]],[[277765,315491],[-510,-6013]],[[277255,309478],[-68,132]],[[277187,309610],[-190,3520],[-290,703]],[[256438,316702],[-14,-6930]],[[256424,309772],[0,-270]],[[256424,309502],[-1170,99]],[[255254,309601],[0,4885]],[[266019,313307],[-494,36]],[[265525,313343],[-95,2291],[59,1739]],[[271655,313862],[-387,-3128],[-316,-1221],[-138,-1800]],[[270814,307713],[-619,2360],[-220,1485]],[[269975,311558],[-189,1384]],[[209510,315195],[7,-9723]],[[209517,305472],[-585,10],[0,-1637],[-1755,87],[0,1633],[-298,9]],[[206879,305574],[3,4817]],[[249296,314251],[-147,-1]],[[249149,314250],[-1330,2]],[[240590,313306],[-340,47],[-91,-2176],[-1279,142]],[[238880,311319],[36,6451]],[[231398,316601],[2,-3247],[-148,-1629],[-731,-2]],[[230521,311723],[-297,19],[0,1597]],[[253027,312561],[-593,32]],[[252434,312593],[1,817],[-542,-5]],[[251893,313405],[3,1629]],[[216412,317845],[0,-8101]],[[216412,309744],[-260,3]],[[216152,309747],[-1208,11]],[[214944,309758],[0,8102]],[[217879,317861],[-4,-8109]],[[217875,309752],[-265,-6]],[[217610,309746],[-1198,-2]],[[214944,309758],[-258,1]],[[214686,309759],[-1211,-2]],[[213475,309757],[1,8078]],[[219352,317846],[-4,-8079]],[[219348,309767],[-278,10]],[[219070,309777],[-1195,-25]],[[220518,314366],[0,-4631]],[[220518,309735],[-1170,32]],[[238880,311319],[-3,-1067]],[[238877,310252],[-196,24]],[[238681,310276],[-1273,171]],[[237408,310447],[13,5875]],[[213475,309757],[-250,-2]],[[213225,309755],[-1194,-3]],[[265525,313343],[-379,-1617]],[[265146,311726],[-589,2243],[6,1187]],[[283148,312136],[-617,-2746]],[[282531,309390],[-232,1787],[-388,-117],[-188,-953]],[[281723,310107],[-370,469]],[[281353,310576],[-262,794]],[[237408,310447],[-890,102],[31,-3035]],[[236549,307514],[-631,-50]],[[235918,307464],[24,5914]],[[257983,314094],[-89,-4491]],[[257894,309603],[-1470,169]],[[267586,313917],[-206,-1091],[-615,-312]],[[266765,312514],[-171,376]],[[227303,313368],[-1,-4055]],[[227302,309313],[-1606,12]],[[225696,309325],[-8,4044]],[[232570,314986],[0,-1620],[-300,-11],[2,-6507]],[[232272,306848],[-593,2]],[[231679,306850],[-1159,9]],[[230520,306859],[1,4864]],[[234616,313367],[-304,7],[0,-4907],[-291,4],[-15,-1618]],[[234006,306853],[-1734,-5]],[[246786,313701],[-19,-2054],[-497,-863],[38,-1147],[-293,-1724],[-253,399],[310,-1738],[-364,-407]],[[245708,306167],[3,-24]],[[245711,306143],[-453,5]],[[245258,306148],[92,410],[79,3638]],[[229351,313351],[-149,-2],[-1,-3219],[-146,-6]],[[229055,310124],[-301,797],[-865,13],[0,2431]],[[224239,311488],[147,-1345],[-3,-3288]],[[224383,306855],[-432,-385],[-522,1415]],[[223429,307885],[-656,27],[-63,2288]],[[263266,314149],[3,-2538]],[[263269,311611],[-982,-374]],[[262287,311237],[-274,215],[97,3410]],[[278817,309525],[-155,-872]],[[278662,308653],[-702,872],[-466,-1308]],[[277494,308217],[-239,1261]],[[265146,311726],[62,-1577]],[[265208,310149],[-838,21]],[[264370,310170],[1,855]],[[264371,311025],[-245,3382]],[[275429,310749],[0,-38]],[[275429,310711],[-371,-1301],[-162,-2339]],[[274896,307071],[-379,-1286]],[[274517,305785],[-288,-570],[-418,2121],[121,1598]],[[273932,308934],[155,2001],[-303,1516]],[[212031,309564],[-10,-8889]],[[212021,300675],[-15,-4739]],[[212006,295936],[-1274,-7]],[[210732,295929],[1,1618],[-582,-19],[5,3039],[-348,-1],[0,4885],[-291,21]],[[251893,313405],[-148,-262],[-98,-2422]],[[251647,310721],[-1175,275]],[[250472,310996],[0,2162]],[[259221,307668],[-550,-1892]],[[258671,305776],[-416,2982]],[[258255,308758],[-361,845]],[[262002,314866],[-202,-2820],[-428,-1223],[-148,-1566],[-209,4]],[[261015,309261],[-144,4429]],[[262287,311237],[-115,-5511]],[[262172,305726],[-1045,-291]],[[261127,305435],[-112,3826]],[[204007,308772],[-2,-8089],[-357,6],[0,-3269],[-895,189],[3,-3357]],[[202756,294252],[-282,-80],[-3451,20]],[[199023,294192],[-10,14576],[-25,5924]],[[199023,294192],[-802,21],[0,-5147]],[[198221,289066],[-2916,138]],[[195305,289204],[0,10598]],[[255254,309601],[-292,45]],[[254962,309646],[-1501,262]],[[253461,309908],[47,2646]],[[221974,311301],[-1,-5776]],[[221973,305525],[-842,203],[-613,2379]],[[220518,308107],[0,1628]],[[273932,308934],[-751,-1023],[-232,-720],[-385,1197]],[[272564,308388],[-296,4746]],[[245258,306148],[-220,-1244],[179,-1807],[-328,48],[-478,1054]],[[244411,304199],[-66,1224]],[[244345,305423],[-235,2560],[-507,303],[19,4630]],[[264371,311025],[-903,8],[-199,578]],[[250472,310996],[3,-4065]],[[250475,306931],[-737,17]],[[249738,306948],[0,538],[-588,29]],[[249150,307515],[-1,6735]],[[249150,307515],[-2,-541],[-585,15]],[[248563,306989],[-568,-78]],[[247995,306911],[2,1971],[-165,659],[-13,3904]],[[267731,313122],[-172,-4100]],[[267559,309022],[-165,-650],[-348,481],[-159,-755]],[[266887,308098],[-122,4416]],[[277187,309610],[-200,-184],[-957,-3894]],[[276030,305532],[-239,1408],[128,659],[-179,3128],[-311,-16]],[[272564,308388],[-61,-777]],[[272503,307611],[-371,-2256]],[[272132,305355],[-182,82],[-533,1971],[-394,-959]],[[271023,306449],[-209,1264]],[[261127,305435],[65,-2172]],[[261192,303263],[-366,-424]],[[260826,302839],[-582,505]],[[260244,303344],[-292,4310]],[[247116,305288],[0,-1624]],[[247116,303664],[-574,36]],[[246542,303700],[-7,2441],[-827,26]],[[247259,311820],[2,-3021],[-145,16],[0,-3527]],[[247995,306911],[-1,-1623],[-878,0]],[[266161,311969],[-151,-1209],[137,-1333]],[[266147,309427],[-550,-3124]],[[265597,306303],[-143,-536],[-540,1289]],[[264914,307056],[377,2075],[-83,1018]],[[252434,312593],[-3,-7006]],[[252431,305587],[-491,-269]],[[251940,305318],[-293,8]],[[251647,305326],[0,5395]],[[229055,310124],[0,-2981]],[[229055,307143],[-102,-1894]],[[228953,305249],[-1646,5]],[[227307,305254],[-5,4059]],[[230520,306859],[-129,-799],[-366,1]],[[230025,306061],[-236,1077],[-734,5]],[[225696,309325],[4,-2728]],[[225700,306597],[-87,-540],[-545,799],[-164,-1383]],[[224904,305473],[-175,-372],[-346,1754]],[[235918,307464],[-20,-4634]],[[235898,302830],[-25,-5641]],[[235873,297189],[-725,1210]],[[235148,298399],[-85,1118],[-236,-357],[-302,2195],[-518,1395]],[[234007,302750],[-1,4103]],[[240937,311642],[-27,-4926]],[[240910,306716],[-580,117]],[[240330,306833],[-387,76],[-25,1423],[-898,817],[-143,1103]],[[192649,296055],[0,-2067],[-471,-22],[-761,-1596],[-17,-3435]],[[191400,288935],[-519,-982],[-411,-2924],[-457,4942],[-260,4020]],[[189753,293991],[-316,3938],[-198,-1382],[-453,2730],[43,1284],[-343,3366]],[[268504,309319],[-576,-1452],[-270,224]],[[267658,308091],[-99,931]],[[242221,313104],[-71,-8013]],[[242150,305091],[-288,-50]],[[241862,305041],[-455,1583],[-497,92]],[[244345,305423],[-785,1742],[-49,-1484],[-582,-12],[0,-545]],[[242929,305124],[-779,-33]],[[266887,308098],[-133,-492]],[[266754,307606],[-217,1202],[-390,619]],[[281353,310576],[-256,-2617],[-334,-211],[-135,-1226],[-339,132],[-50,-1711],[-247,-2039]],[[279992,302904],[-1171,6597]],[[269975,311558],[-244,-1242],[240,-2297],[-54,-2071],[-167,-825]],[[269750,305123],[-567,148],[-179,-1083]],[[269004,304188],[-407,3629]],[[253461,309908],[-84,-4366]],[[253377,305542],[-946,45]],[[223429,307885],[-1,-7045]],[[223428,300840],[-1456,0]],[[221972,300840],[1,4685]],[[263252,305382],[-219,27]],[[263033,305409],[-515,58]],[[262518,305467],[-346,259]],[[263269,311611],[-17,-6229]],[[264370,310170],[-2,-2778]],[[264368,307392],[-267,-204],[-179,-1893]],[[263922,305295],[-670,87]],[[271023,306449],[-385,-3232]],[[270638,303217],[-108,-158]],[[270530,303059],[5,561],[-727,-210],[-58,1713]],[[282531,309390],[61,24]],[[282592,309414],[10,-65]],[[282602,309349],[-405,-2626],[-165,-1820],[-109,2615]],[[281923,307518],[-200,2589]],[[251647,305326],[-877,-15]],[[250770,305311],[-293,-4],[-2,1624]],[[276030,305532],[200,-730]],[[276230,304802],[-500,-1759],[-394,2383],[-444,601],[4,1044]],[[281923,307518],[8,-4063],[-186,-1610],[-387,486],[-737,-285],[-373,-589]],[[280248,301457],[-33,176]],[[280215,301633],[-11,67]],[[280204,301700],[-212,1204]],[[237408,310447],[27,-3044],[293,-50],[-7,-3257]],[[237721,304096],[-23,-4862],[-351,60]],[[237347,299294],[-4,1]],[[237343,299295],[-252,2449],[-133,5739],[-409,31]],[[238681,310276],[-66,-2358],[143,-158],[46,-2922],[169,-1709]],[[238973,303129],[-231,-2]],[[238742,303127],[-202,-247],[-819,1216]],[[206879,305574],[2,-12856],[-37,-4822],[-1146,-121]],[[205698,287775],[-6,3219],[-1134,-5],[-3,1594],[-1724,6]],[[202831,292589],[-75,1663]],[[240330,306833],[-20,-6441]],[[240310,300392],[-587,-612]],[[239723,299780],[-511,1233],[-239,2116]],[[264914,307056],[-97,-2181]],[[264817,304875],[-449,1093],[0,1424]],[[254962,309646],[-4,-5675]],[[254958,303971],[0,-1619]],[[254958,302352],[-879,89]],[[254079,302441],[-98,2459],[-614,117]],[[253367,305017],[10,525]],[[183362,303916],[0,-11575]],[[183362,292341],[-1740,3],[0,1620],[-862,-20],[-3,-8075],[-686,-61]],[[180071,285808],[-439,260],[-94,887],[82,3389],[-151,600],[21,1938],[272,564]],[[179762,293446],[283,2148],[77,2692],[-106,4262],[274,1899],[11,1120]],[[181121,309576],[281,-790],[1201,-586],[253,1502],[507,147]],[[219070,309777],[-4,-8906]],[[219066,300871],[-1455,-38]],[[217611,300833],[-1,8913]],[[220518,308107],[-138,101],[-4,-7331]],[[220376,300877],[-1310,-6]],[[258255,308758],[-186,-144],[-224,-2438],[-291,-747],[-162,-1946],[-430,-1123],[-129,-1066]],[[256833,301294],[-358,590],[-165,1921]],[[256310,303805],[109,-16],[5,5713]],[[217611,300833],[-1456,-60]],[[216155,300773],[-3,8974]],[[216155,300773],[-1454,-106]],[[214701,300667],[-15,9092]],[[214701,300667],[-1476,8]],[[213225,300675],[0,9080]],[[277494,308217],[-65,-786],[217,-4445],[468,-2796]],[[278114,300190],[-479,-436],[-840,1115],[-215,922]],[[276580,301791],[-276,1144]],[[276304,302935],[225,772],[-299,1095]],[[213225,300675],[-1204,0]],[[256310,303805],[-1352,166]],[[280204,301700],[21,-471],[-685,-2076],[-529,-3188]],[[279011,295965],[-269,-6],[-253,2493]],[[278489,298452],[-185,3128],[-229,1784],[245,1596],[342,3693]],[[278489,298452],[-265,205],[-88,1174]],[[278136,299831],[-22,359]],[[266754,307606],[118,-2921]],[[266872,304685],[-494,-1390]],[[266378,303295],[-72,1227],[-571,652],[-138,1129]],[[227307,305254],[-1,-3184]],[[227306,302070],[-352,1622],[-507,-2568],[-302,757]],[[226145,301881],[90,1860],[-381,232],[-154,2624]],[[269004,304188],[84,-1081]],[[269088,303107],[-225,529]],[[268863,303636],[-374,-245]],[[268489,303391],[-548,1345]],[[267941,304736],[-283,3355]],[[267941,304736],[-591,-490]],[[267350,304246],[-195,-334]],[[267155,303912],[-283,773]],[[274517,305785],[-85,-1864],[134,-4155],[-61,-616]],[[274505,299150],[-581,663],[-511,1884]],[[273413,301697],[-135,2327],[-372,1680],[-227,39],[-176,1868]],[[258671,305776],[-63,-2961]],[[258608,302815],[-229,-1970],[-471,-601],[9,-685]],[[257917,299559],[-515,1403],[-542,-470]],[[256860,300492],[-27,802]],[[221972,300840],[4,-1864]],[[221976,298976],[-229,1201],[-392,509],[-834,191]],[[220521,300877],[-145,0]],[[224904,305473],[0,-4595]],[[224904,300878],[-1476,-38]],[[260244,303344],[-448,-474],[-461,-1878]],[[259335,300992],[-374,2733],[-353,-910]],[[273413,301697],[-85,-3220]],[[273328,298477],[-403,-1010]],[[272925,297467],[-503,1412],[-567,2766]],[[271855,301645],[277,3710]],[[249738,306948],[7,-5486]],[[249745,301462],[-730,-2],[-438,571]],[[248577,302031],[-14,4958]],[[237343,299295],[-645,694],[-800,2841]],[[271855,301645],[-224,-1169]],[[271631,300476],[-514,964],[-162,2031],[-317,-254]],[[264817,304875],[-499,-1732]],[[264318,303143],[-198,104],[-7,-5871]],[[264113,297376],[-299,18],[-3,-1823]],[[263811,295571],[-420,-902]],[[263391,294669],[-672,168]],[[262719,294837],[116,1165]],[[262835,296002],[415,1551],[228,1602]],[[263478,299155],[298,1539],[245,2560],[-99,2041]],[[230025,306061],[101,-881],[-211,-1084],[101,-2120]],[[230016,301976],[-186,350],[-327,-1482],[-269,387],[-183,1849]],[[229051,303080],[-98,2169]],[[244411,304199],[-353,-701],[-25,-3600]],[[244033,299898],[-1166,155]],[[242867,300053],[62,5071]],[[276304,302935],[-783,-2654],[-394,-674],[-382,-2307]],[[274745,297300],[-240,1850]],[[265597,306303],[-143,-2279],[195,-1400]],[[265649,302624],[-510,-2675]],[[265139,299949],[-116,-620]],[[265023,299329],[-659,3103],[-46,711]],[[248577,302031],[0,-1380],[-585,-270],[-2,-1632]],[[247990,298749],[-442,543],[316,1089],[-750,38]],[[247114,300419],[2,3245]],[[250770,305311],[4,-4878],[-150,-1369]],[[250624,299064],[-878,-312]],[[249746,298752],[-1,2710]],[[231679,306850],[149,-590],[1,-3199],[271,-1474],[224,-5]],[[232324,301582],[-241,-630]],[[232083,300952],[-247,888],[-429,-565],[-250,-1798],[-558,-652]],[[230599,298825],[-125,949],[-568,1263],[110,939]],[[234007,302750],[-176,481],[-257,-1570]],[[233574,301661],[-669,201],[-133,967],[-448,-1247]],[[241862,305041],[-376,-48],[-11,-1571],[394,-3307]],[[241869,300115],[-693,133]],[[241176,300248],[-866,144]],[[226145,301881],[-3,-7871]],[[226142,294010],[-1232,-6]],[[224910,294004],[-6,6874]],[[266378,303295],[-305,-1110]],[[266073,302185],[-424,439]],[[246542,303700],[-5,-6913],[-293,-2],[0,-1616]],[[246244,295169],[-1256,-5]],[[244988,295164],[-45,601]],[[244943,295765],[269,599],[-236,1265],[282,815],[-40,1455],[303,-382],[-185,3716],[560,1252],[-185,1658]],[[244943,295765],[-41,-823],[-579,866]],[[244323,295808],[8,4034],[-298,56]],[[262518,305467],[-156,-2441],[-200,-874]],[[262162,302152],[-936,-50]],[[261226,302102],[-34,1161]],[[253367,305017],[-117,-5834]],[[253250,299183],[-737,-1766]],[[252513,297417],[38,554],[-611,6],[-2,2436]],[[251938,300413],[2,4905]],[[210732,295929],[-587,-11],[-3,-3235],[-124,-7],[0,-8008],[-134,-3]],[[209884,284665],[-2861,-35],[-28,-8243]],[[206995,276387],[-1400,-32],[4,8250],[101,1],[-2,3169]],[[263478,299155],[-127,1132],[-280,33]],[[263071,300320],[-38,5089]],[[179762,293446],[-4058,-181]],[[175704,293265],[-2643,-5],[-585,89],[-362,1122],[-387,245]],[[171727,294716],[267,2870],[-339,971],[-382,2958]],[[263071,300320],[-494,-473]],[[262577,299847],[-380,582]],[[262197,300429],[-35,1723]],[[270530,303059],[-303,-446],[112,-1813],[-159,-1241],[160,-3138]],[[270340,296421],[-326,1801]],[[270014,298222],[-319,2646],[-607,2239]],[[251938,300413],[-588,24],[-1,-1081],[-287,-276]],[[251062,299080],[-438,-16]],[[229051,303080],[-27,-97]],[[229024,302983],[-420,-2885],[-33,-1359],[-271,1490],[50,1869],[-342,-239],[-177,-1289],[-249,387],[-61,1401]],[[227521,302358],[-215,-288]],[[242867,300053],[0,-1626]],[[242867,298427],[-989,64]],[[241878,298491],[-9,1624]],[[254079,302441],[14,-7371]],[[254093,295070],[-914,185]],[[253179,295255],[71,3928]],[[268489,303391],[-191,-580],[-387,-2963],[106,-884]],[[268017,298964],[-130,-739]],[[267887,298225],[-343,99],[-450,1171]],[[267094,299495],[12,1605]],[[267106,301100],[49,2812]],[[189753,293991],[-1506,-3],[-6,-4849],[-1376,-19],[-349,1601],[-5,-14590]],[[186511,276131],[-3149,-35]],[[183362,276096],[0,16245]],[[267106,301100],[-728,2195]],[[238742,303127],[-74,-8950]],[[238668,294177],[-668,109]],[[238e3,294286],[-287,2381]],[[237713,296667],[-388,1098],[22,1529]],[[256860,300492],[-290,-2960],[-338,-792],[-245,-1877]],[[255987,294863],[-144,1386],[-293,274]],[[255550,296523],[0,1620],[-291,54],[-9,3268],[-292,887]],[[268863,303636],[139,-2861],[323,-3555]],[[269325,297220],[-471,-581]],[[268854,296639],[-87,-160]],[[268767,296479],[-371,1042],[-216,-421],[-163,1864]],[[227521,302358],[-8,-8969]],[[227513,293389],[-1201,1]],[[226312,293390],[-170,620]],[[259335,300992],[56,-1316],[-280,-1720]],[[259111,297956],[-212,-1709],[70,-887],[-508,-2769]],[[258461,292591],[2,2075],[-386,811]],[[258077,295477],[-160,4082]],[[247114,300419],[-4,-8971]],[[247110,291448],[-285,-7],[1,-1091],[-449,-9]],[[246377,290341],[-133,6],[0,4822]],[[270014,298222],[-538,-798]],[[269476,297424],[-151,-204]],[[271631,300476],[-1005,-5256]],[[270626,295220],[-44,238]],[[270582,295458],[-242,963]],[[265023,299329],[-257,-2572],[-190,585]],[[264576,297342],[-271,24]],[[264305,297366],[-192,10]],[[260085,295668],[2,547],[-556,17],[-158,1641],[-262,83]],[[260826,302839],[-296,-1218],[-7,-4236],[-438,-1717]],[[267094,299495],[-351,-1180]],[[266743,298315],[-277,2222]],[[266466,300537],[-393,1648]],[[261226,302102],[133,-4629]],[[261359,297473],[96,-3170]],[[261455,294303],[-945,242]],[[260510,294545],[-581,52]],[[259929,294597],[156,1071]],[[235148,298399],[-1,-6962]],[[235147,291437],[-172,647]],[[234975,292084],[-223,645],[-660,-165]],[[234092,292564],[-504,-212]],[[233588,292352],[-6,49]],[[233582,292401],[-8,9260]],[[239723,299780],[-33,-6035]],[[239690,293745],[-694,-157]],[[238996,293588],[-328,589]],[[230599,298825],[-15,-6105]],[[230584,292720],[-1252,143]],[[229332,292863],[-306,203]],[[229026,293066],[-2,9917]],[[229026,293066],[-1224,262]],[[227802,293328],[-289,61]],[[237713,296667],[-606,-1073]],[[237107,295594],[-320,702],[-637,-837],[-277,1730]],[[276580,301791],[-335,-2182],[7,-1181],[-302,-3863]],[[275950,294565],[-336,-991]],[[275614,293574],[-478,39],[-285,2097]],[[274851,295710],[-106,1590]],[[171727,294716],[-239,-2194]],[[171488,292522],[-527,2873],[-607,2124],[-309,1676]],[[233582,292401],[-516,1393],[-745,742],[-269,-626]],[[232052,293910],[31,7042]],[[266466,300537],[-488,-4110]],[[265978,296427],[-652,2740]],[[265326,299167],[-187,782]],[[255550,296523],[-579,144],[-98,-1641],[-485,59]],[[254388,295085],[-295,-15]],[[262197,300429],[-36,-1811],[-802,-1145]],[[249746,298752],[0,-823]],[[249746,297929],[-780,-17]],[[248966,297912],[-952,5]],[[248014,297917],[-24,832]],[[278136,299831],[-261,-1729],[-65,-2062],[-295,-1492],[-382,-3555]],[[277133,290993],[-221,469],[-599,3177],[-363,-74]],[[232052,293910],[-3,-968]],[[232049,292942],[-1216,-1076]],[[230833,291866],[-249,854]],[[274851,295710],[-156,131],[-298,-1760],[-415,2481],[-367,85],[-287,1830]],[[272925,297467],[-517,-3023]],[[272408,294444],[-1070,-5442]],[[271338,289002],[-265,919]],[[271073,289921],[-257,2318],[43,1727],[-233,1254]],[[258077,295477],[-439,-1478],[-435,-2504],[-548,-1594]],[[256655,289901],[-109,9]],[[256546,289910],[-267,1112],[-470,3450],[178,391]],[[220521,300877],[16,-8166]],[[220537,292711],[-1467,10]],[[219070,292721],[-4,8150]],[[221976,298976],[5,-6234]],[[221981,292742],[-1444,-31]],[[224910,294004],[2,-1315]],[[224912,292689],[-1486,26]],[[223426,292715],[2,8125]],[[219070,292721],[-1453,-13]],[[217617,292708],[-6,8125]],[[217617,292708],[-1443,-45]],[[216174,292663],[-19,8110]],[[223426,292715],[-1445,27]],[[216174,292663],[-1446,-96]],[[214728,292567],[-27,8100]],[[213225,300675],[57,-8129]],[[213282,292546],[-1287,-1]],[[211995,292545],[11,3391]],[[214728,292567],[-1446,-21]],[[241176,300248],[-12,-1321],[-518,-4118],[192,-1475],[382,-1184]],[[241220,292150],[-1146,188]],[[240074,292338],[-391,56],[7,1351]],[[266743,298315],[382,-3067],[-30,-933]],[[267095,294315],[-707,-913]],[[266388,293402],[-414,1708]],[[265974,295110],[4,1317]],[[262719,294837],[-459,-1602]],[[262260,293235],[-776,48]],[[261484,293283],[-29,1020]],[[262577,299847],[-12,-3859],[270,14]],[[248014,297917],[76,-4060],[-205,-780],[1,-1558]],[[247886,291519],[-437,-567]],[[247449,290952],[-227,-1245],[-112,1741]],[[252513,297417],[69,-2403],[-508,-277]],[[252074,294737],[0,1098],[-968,-56]],[[251106,295779],[-44,3301]],[[241878,298491],[54,-3825],[-183,-2389],[75,-1398]],[[241824,290879],[-230,-523],[-374,1794]],[[244323,295808],[-11,-3253]],[[244312,292555],[-1484,172]],[[242828,292727],[39,5700]],[[264965,295106],[-389,2236]],[[265326,299167],[-46,-1734],[-315,-2327]],[[279011,295965],[-403,-3616],[-92,-2363],[-262,1132],[231,-2620],[-212,-589],[-375,805]],[[277898,288714],[-123,574]],[[277775,289288],[-642,1705]],[[195305,289204],[0,-8032]],[[195305,281172],[-1,-6537]],[[195304,274635],[-186,-4]],[[195118,274631],[-312,2178],[43,3573],[-198,582],[-596,5810],[0,10694]],[[267887,298225],[124,-661],[-175,-1445],[3,-2070]],[[267839,294049],[-421,-2128]],[[267418,291921],[-323,2394]],[[253179,295255],[-83,-4574]],[[253096,290681],[-1016,-26]],[[252080,290655],[-6,4082]],[[265974,295110],[21,-726],[-419,-926],[-105,-1288]],[[265471,292170],[-170,1415]],[[265301,293585],[-336,1521]],[[251106,295779],[-194,-540]],[[250912,295239],[-465,-210],[-350,-1146]],[[250097,293883],[-350,16],[-1,4030]],[[268767,296479],[-104,-668]],[[268663,295811],[-273,-796],[-103,-1445]],[[268287,293570],[-448,479]],[[237107,295594],[1,-5232]],[[237108,290362],[-341,757],[-196,-1322],[-639,965],[-521,-443]],[[235411,290319],[-264,1118]],[[275614,293574],[-88,-2688],[-301,-779]],[[275225,290107],[-353,382],[-40,1051],[-800,-2860]],[[274032,288680],[-22,-72]],[[274010,288608],[-398,2352],[-785,2545]],[[272827,293505],[-419,939]],[[242828,292727],[22,-1854],[-368,-1418],[-65,-1107]],[[242417,288348],[-241,1667],[-352,864]],[[270582,295458],[-741,-3541]],[[269841,291917],[-395,3623],[30,1884]],[[259929,294597],[-147,0],[-211,-3806],[-383,38],[-157,-3571]],[[259031,287258],[-882,-28]],[[258149,287230],[-35,1334],[210,2007],[198,282],[-61,1738]],[[250097,293883],[-203,-505],[0,-2741]],[[249894,290637],[-534,-9]],[[249360,290628],[-4,2180],[-385,256],[-5,4848]],[[249360,290628],[-290,-1321]],[[249070,289307],[-1184,2212]],[[269841,291917],[-165,-789]],[[269676,291128],[-4,-5]],[[269672,291123],[-80,1]],[[269592,291124],[-424,845],[-314,4670]],[[195118,274631],[-3725,22]],[[191393,274653],[0,1610]],[[191393,276263],[7,12672]],[[264305,297366],[79,-1215],[-282,-4274]],[[264102,291877],[-95,1]],[[264007,291878],[19,2058],[-215,1635]],[[265301,293585],[-113,-1287],[-385,-1434]],[[264803,290864],[-134,698],[-567,315]],[[238e3,294286],[55,-4237],[-203,-2132],[-208,87],[128,-2331]],[[237772,285673],[-29,1]],[[237743,285674],[-635,-3]],[[237108,285671],[0,4691]],[[269592,291124],[-134,-694]],[[269458,290430],[-356,976],[-547,-1372]],[[268555,290034],[-268,3536]],[[256546,289910],[-601,-2119],[-102,-2363],[-288,-51]],[[255555,285377],[-818,63]],[[254737,285440],[-326,195],[-14,2539]],[[254397,288174],[-9,6911]],[[211995,292545],[-22,-7993]],[[211973,284552],[0,-8133]],[[211973,276419],[1,-8101]],[[211974,268318],[0,-1611],[-731,-3]],[[211243,266704],[-1104,-3]],[[210139,266701],[0,9724],[-255,-1],[0,8241]],[[252080,290655],[-401,-9]],[[251679,290646],[-766,-8]],[[250913,290638],[-1,4601]],[[244988,295164],[-59,-1673],[289,734],[-26,-3356],[151,-2943],[-317,-598],[225,-984],[-128,-820]],[[245123,285524],[0,-134]],[[245123,285390],[-271,18]],[[244852,285408],[-481,19]],[[244371,285427],[-67,-3]],[[244304,285424],[8,7131]],[[264007,291878],[-125,-1789],[-179,18]],[[263703,290107],[-245,1867],[-67,2695]],[[258149,287230],[-73,-1530]],[[258076,285700],[-260,915],[-756,37],[2,-410]],[[257062,286242],[-403,2158],[-4,1501]],[[271073,289921],[-669,-319],[-229,1236],[-260,-546]],[[269915,290292],[-148,616]],[[269767,290908],[-91,220]],[[254397,288174],[-931,-2937]],[[253466,285237],[-470,-87]],[[252996,285150],[100,5531]],[[250913,290638],[-58,-1638],[-291,-9],[-3,-1640],[-289,-10]],[[250272,287341],[5,3289],[-383,7]],[[246377,290341],[40,-3234]],[[246417,287107],[-592,20],[0,-1670]],[[245825,285457],[-702,67]],[[266388,293402],[-34,-4888]],[[266354,288514],[-753,-747]],[[265601,287767],[-17,901]],[[265584,288668],[-113,3502]],[[263703,290107],[-14,-676]],[[263689,289431],[-975,44],[-28,-604]],[[262686,288871],[-213,626]],[[262473,289497],[-213,3738]],[[277775,289288],[-200,-1210],[-345,-446],[-431,-3536]],[[276799,284096],[-357,-1958],[-73,1501]],[[276369,283639],[-170,-185],[-119,1854],[-263,409]],[[275817,285717],[-479,2444],[-113,1946]],[[175704,293265],[8,-6545],[-64,-14],[-11,-8498]],[[175637,278208],[-2838,-1564],[17,2580],[-320,834],[-131,1949],[82,971],[-206,4490],[-532,4208],[-221,846]],[[261484,293283],[160,-5557]],[[261644,287726],[11,-400]],[[261655,287326],[-1005,-14]],[[260650,287312],[-168,-13]],[[260482,287299],[28,7246]],[[260482,287299],[-991,-305]],[[259491,286994],[-460,264]],[[233588,292352],[-6,-55]],[[233582,292297],[-854,-556],[-398,-900],[-289,-1444]],[[232041,289397],[8,3545]],[[272827,293505],[-15,-5200],[98,-784]],[[272910,287521],[-478,-195],[-495,933],[-201,-1171]],[[271736,287088],[-363,872],[-35,1042]],[[267418,291921],[45,-836],[-297,-951],[-55,-1334]],[[267111,288800],[-431,-35]],[[266680,288765],[-326,-251]],[[202831,292589],[15,-6292]],[[202846,286297],[-1525,-4281],[1,-811],[-1146,18],[-2,-3253]],[[200174,277970],[-860,-3]],[[199314,277967],[-358,449],[43,2766],[-165,3253],[-161,392],[-104,4258],[-348,-19]],[[238996,293588],[-214,-3466],[-111,31],[-24,-4496]],[[238647,285657],[-85,2]],[[238562,285659],[-790,14]],[[268555,290034],[21,-284]],[[268576,289750],[-391,-1856],[-455,-1079]],[[267730,286815],[-127,1309],[-492,676]],[[183362,276096],[1,-8676]],[[183363,267420],[-4125,8475],[13,2284],[251,1898]],[[179502,280077],[536,715],[179,2807],[-146,2209]],[[191393,276263],[-1966,-35],[0,-192],[-2916,95]],[[226312,293390],[-10,-8052]],[[226302,285338],[-375,38]],[[225927,285376],[-1032,85]],[[224895,285461],[17,7228]],[[240074,292338],[-28,-6700]],[[240046,285638],[-697,10]],[[239349,285648],[-702,9]],[[265584,288668],[-611,418]],[[264973,289086],[-229,4]],[[264744,289090],[59,1774]],[[274010,288608],[-793,-2802]],[[273217,285806],[-307,1715]],[[179502,280077],[-3865,-1869]],[[227802,293328],[-42,-8197]],[[227760,285131],[-406,73]],[[227354,285204],[-1052,134]],[[229332,292863],[-29,-7782]],[[229303,285081],[-523,-53]],[[228780,285028],[-1020,103]],[[262473,289497],[-829,-1771]],[[232039,284934],[-231,5],[-115,-1982],[146,-674]],[[231839,282283],[-397,23]],[[231442,282306],[-615,61]],[[230827,282367],[1,2606]],[[230828,284973],[5,6893]],[[232041,289397],[-2,-4463]],[[230828,284973],[-612,11]],[[230216,284984],[-913,97]],[[219070,292721],[-5,-8098]],[[219065,284623],[-381,10]],[[218684,284633],[-1066,127]],[[217618,284760],[-1,7948]],[[220537,292711],[5,-8140]],[[220542,284571],[-432,-2]],[[220110,284569],[-1045,54]],[[234975,292084],[-31,-7088]],[[234944,284996],[-292,1575],[-561,-613]],[[234091,285958],[1,6606]],[[217618,284760],[-376,-125]],[[217242,284635],[-1070,-47]],[[216172,284588],[2,8075]],[[223426,292715],[8,-8204]],[[223434,284511],[-404,2]],[[223030,284513],[-1045,0]],[[221985,284513],[-4,8229]],[[224895,285461],[-2,-1035],[-413,38]],[[224480,284464],[-1046,47]],[[221985,284513],[-393,-1]],[[221592,284512],[-1050,59]],[[244304,285424],[-1696,42]],[[242608,285466],[-191,2882]],[[216172,284588],[-374,14]],[[215798,284602],[-1072,-38]],[[214726,284564],[2,8003]],[[206995,276387],[10,-9680]],[[207005,266707],[-197,-1]],[[206808,266706],[-3007,34]],[[203801,266740],[-1057,-19]],[[202744,266721],[2,17810],[100,1766]],[[213282,292546],[0,-7999]],[[213282,284547],[-1309,5]],[[214726,284564],[-368,-14]],[[214358,284550],[-1076,-3]],[[234091,285958],[-73,-393]],[[234018,285565],[-60,-961],[-377,12]],[[233581,284616],[1,7681]],[[242608,285466],[-1828,115]],[[240780,285581],[-734,57]],[[233581,284616],[-993,-39]],[[232588,284577],[-549,357]],[[235411,290319],[-5,-7248]],[[235406,283071],[-145,-6]],[[235261,283065],[-39,471]],[[235222,283536],[-278,1460]],[[249070,289307],[-206,-1883],[-209,-3399],[-189,-953]],[[248466,283072],[-1108,2439]],[[247358,285511],[-151,1938],[245,380],[-3,3123]],[[264744,289090],[-346,-257]],[[264398,288833],[-567,369],[-126,-463]],[[263705,288739],[-16,692]],[[275817,285717],[197,-1750],[-222,-2037],[-677,747]],[[275115,282677],[4,3611],[-520,96],[-567,2296]],[[247358,285511],[-237,-29],[-3,-1592],[-571,-19]],[[246547,283871],[-8,3240],[-122,-4]],[[269458,290430],[-641,-2764]],[[268817,287666],[-197,886]],[[268620,288552],[-44,1198]],[[269915,290292],[98,-679],[-163,-3128],[52,-2328],[-122,-1899]],[[269780,282258],[-329,-1370]],[[269451,280888],[-242,1119]],[[269209,282007],[-81,3665],[-311,1994]],[[237108,285671],[0,-2571]],[[237108,283100],[-1702,-29]],[[271736,287088],[202,-924]],[[271938,286164],[-630,-2537]],[[271308,283627],[-251,828],[-618,-687],[-182,-1942]],[[270257,281826],[-477,432]],[[252996,285150],[-21,-1156]],[[252975,283994],[-1295,-59]],[[251680,283935],[-1,6711]],[[251680,283935],[-283,11]],[[251397,283946],[-1128,96]],[[250269,284042],[3,3299]],[[250269,284042],[-1132,-33],[-12,-840]],[[249125,283169],[-659,-97]],[[257062,286242],[14,-3976],[-399,14]],[[256677,282280],[-836,-103],[-284,800]],[[255557,282977],[-2,2400]],[[269209,282007],[-689,-991],[-95,755],[-402,-936]],[[268023,280835],[-353,3484]],[[267670,284319],[60,2496]],[[263705,288739],[-84,-3973]],[[263621,284766],[55,-1652]],[[263676,283114],[-539,-692]],[[263137,282422],[-449,518]],[[262688,282940],[-2,5931]],[[262688,282940],[-898,-38]],[[261790,282902],[-135,4424]],[[199314,277967],[-878,-19],[0,-1622],[-852,-5],[-2,-8135],[36,-4019]],[[197618,264167],[-857,-7],[-37,4023],[2,8133],[-306,3],[2,1614],[-576,1],[-5,3232],[-536,6]],[[264398,288833],[-62,-3686]],[[264336,285147],[-715,-381]],[[264973,289086],[-7,-4742],[-221,-294]],[[264745,284050],[2,1070],[-411,27]],[[265601,287767],[265,-1986],[29,-1346]],[[265895,284435],[-506,-1945]],[[265389,282490],[-646,23]],[[264743,282513],[2,1537]],[[267670,284319],[-205,1161],[-587,-1542]],[[266878,283938],[-198,4827]],[[266878,283938],[-137,-519]],[[266741,283419],[-297,-993]],[[266444,282426],[-403,799],[-146,1210]],[[275115,282677],[-128,-2424],[77,-2306]],[[275064,277947],[21,-1799],[-453,1073]],[[274632,277221],[-397,2101],[-304,487]],[[273931,279809],[-206,2389],[-508,3608]],[[273217,285806],[-382,-1361],[-117,-2128],[-399,-1751]],[[272319,280566],[-269,3521],[-24,1416]],[[272026,285503],[-88,661]],[[254737,285440],[-323,-2639],[122,-3923],[141,-1192],[-210,-1223]],[[254467,276463],[-114,140]],[[254353,276603],[-184,1820],[-374,-689],[-62,3380],[-367,2778],[100,1345]],[[261790,282902],[136,-2308]],[[261926,280594],[-1276,-334]],[[260650,280260],[0,7052]],[[260650,280260],[-288,-579],[2,-1890]],[[260364,277791],[-286,-278],[4,-1615],[-248,-23]],[[259834,275875],[-17,4870],[-320,8]],[[259497,280753],[-6,6241]],[[259497,280753],[-1025,-27]],[[258472,280726],[-231,1150],[-165,3824]],[[246547,283871],[-292,-1615],[176,-342],[-73,-2890]],[[246358,279024],[-674,12],[3,3263],[138,3158]],[[235222,283536],[-1204,-38]],[[234018,283498],[0,2067]],[[258472,280726],[-106,-860]],[[258366,279866],[-839,-31],[-2,-819],[-563,45]],[[256962,279061],[-281,-16],[0,1226]],[[256681,280271],[-4,2009]],[[202744,266721],[-672,-16],[-49,-2500],[301,-1531]],[[202324,262674],[-2142,-5]],[[200182,262669],[-8,15301]],[[272319,280566],[44,-2784]],[[272363,277782],[-442,-1977]],[[271921,275805],[-595,2074]],[[271326,277879],[-222,903]],[[271104,278782],[-65,751],[269,4094]],[[273931,279809],[-121,-807]],[[273810,279002],[-90,-725],[-314,2439],[-742,-3661]],[[272664,277055],[-301,727]],[[248466,283072],[-231,-2682],[-557,-1363]],[[247678,279027],[-560,-1640]],[[247118,277387],[-289,-1241]],[[246829,276146],[-463,2072]],[[246366,278218],[-8,806]],[[238701,271113],[-400,6]],[[238301,271119],[-149,1513],[-322,444],[-467,-2738],[-254,8]],[[237109,270346],[-1,3653]],[[237108,273999],[0,5600]],[[237108,279599],[0,3501]],[[237743,285674],[-73,-1364],[157,-1652],[-2,-3964],[475,-5512],[401,-2069]],[[238562,285659],[194,-3036],[29,-8285],[191,-5]],[[238976,274333],[-156,-3244]],[[238820,271089],[-119,24]],[[239516,277585],[89,-2415],[-250,-839],[-379,2]],[[239349,285648],[4,-5606],[141,-1],[22,-2456]],[[240779,280837],[-287,-14],[-146,-3236]],[[240346,277587],[-830,-2]],[[240780,285581],[-1,-4744]],[[242619,280157],[-575,-2639],[-400,30]],[[241644,277548],[0,1623],[-290,937],[-575,729]],[[242608,285466],[11,-5309]],[[234018,283498],[-3,-6187]],[[234015,277311],[-813,788]],[[233202,278099],[-417,1389]],[[232785,279488],[-113,619]],[[232672,280107],[-84,4470]],[[246366,278218],[-28,-989],[-363,176],[-2,-2478],[-251,42],[-36,2444],[-221,12]],[[245465,277425],[-297,1279],[258,1420],[-227,256],[-7,1864],[186,934],[-62,1882],[-224,-1603],[31,1933]],[[268023,280835],[-29,-951]],[[267994,279884],[-750,-2311]],[[267244,277573],[-503,5846]],[[244371,285427],[-163,-2146],[-308,-2022],[-90,-2138]],[[243810,279121],[-368,-2107],[-400,-899]],[[243042,276115],[-26,3010],[-397,1032]],[[255557,282977],[-143,-816],[-4,-3254],[-143,-3],[2,-3233]],[[255269,275671],[-569,-21],[-233,813]],[[244852,285408],[-216,-2699],[-7,-2066],[-283,-3112]],[[244346,277531],[-420,5],[-116,1585]],[[225927,285376],[-30,-8275]],[[225897,277101],[-4,-879]],[[225893,276222],[-1134,26]],[[224759,276248],[-281,39]],[[224478,276287],[2,8177]],[[245465,277425],[-76,-261]],[[245389,277164],[-175,-453],[-903,-2]],[[244311,276709],[35,822]],[[227354,285204],[-18,-8167]],[[227336,277037],[-186,1]],[[227150,277038],[-1253,63]],[[264743,282513],[-219,-2968]],[[264524,279545],[-235,1092]],[[264289,280637],[-264,580],[-349,1897]],[[254353,276603],[-498,-1834],[-40,-1059],[323,-1231]],[[254138,272479],[-1368,-35]],[[252770,272444],[91,5015]],[[252861,277459],[114,6535]],[[228780,285028],[-17,-8118]],[[228763,276910],[-135,16]],[[228628,276926],[-1292,111]],[[230216,284984],[-6,-3141]],[[230210,281843],[-31,-4995]],[[230179,276848],[-1416,62]],[[230827,282367],[0,-513],[-617,-11]],[[232672,280107],[-600,939],[-233,1237]],[[218684,284633],[-13,-8156]],[[218671,276477],[-1432,43]],[[217239,276520],[3,8115]],[[210139,266701],[-717,-2]],[[209422,266699],[-123,-1]],[[209299,266698],[-2294,9]],[[220110,284569],[-7,-8139]],[[220103,276430],[-1432,47]],[[217239,276520],[0,-66]],[[217239,276454],[-1432,21]],[[215807,276475],[-9,8127]],[[215807,276475],[-1432,-37]],[[214375,276438],[-17,8112]],[[214375,276438],[-25,-1]],[[214350,276437],[-2377,-18]],[[221592,284512],[0,-8234]],[[221592,276278],[-49,0]],[[221543,276278],[-1440,152]],[[223030,284513],[0,-8233]],[[223030,276280],[-51,1]],[[222979,276281],[-1387,-3]],[[224478,276287],[-1448,-7]],[[271104,278782],[-447,-786]],[[270657,277996],[-226,1046],[-174,2784]],[[266444,282426],[-237,-2443]],[[266207,279983],[2,-920]],[[266209,279063],[-288,519]],[[265921,279582],[-345,931],[-187,1977]],[[251397,283946],[0,-6508]],[[251397,277438],[-1123,-9]],[[250274,277429],[-5,6613]],[[250274,277429],[-14,-1]],[[250260,277428],[-1136,15],[0,1061]],[[249124,278504],[1,4665]],[[252861,277459],[-1464,-21]],[[235261,283065],[11,-1603]],[[235272,281462],[1,-2618]],[[235273,278844],[-795,-2143]],[[234478,276701],[-463,610]],[[267244,277573],[-756,-2456]],[[266488,275117],[-124,3123],[-155,823]],[[264289,280637],[-142,-524],[-197,-2955],[-99,3]],[[263851,277161],[-538,-506]],[[263313,276655],[-159,-301]],[[263154,276354],[0,1215]],[[263154,277569],[-17,4853]],[[237108,279599],[-281,902],[-86,-872],[-299,1007],[-286,-1037],[-341,13],[-543,1850]],[[249124,278504],[-151,-881]],[[248973,277623],[-205,-34],[-580,-3455]],[[248188,274134],[-494,8],[0,1631],[-576,8],[0,1606]],[[256681,280271],[-69,-2498],[-191,-1960],[-869,-125],[4,-3255],[-143,-9]],[[255413,272424],[-143,-6],[-1,3253]],[[263154,277569],[-1076,448]],[[262078,278017],[-152,2577]],[[265921,279582],[1,-28]],[[265922,279554],[-184,35],[-659,-3027]],[[265079,276562],[-284,2688],[-271,295]],[[231442,282306],[2,-8953]],[[231444,273353],[-1049,21]],[[230395,273374],[-216,3474]],[[270657,277996],[-80,-1269]],[[270577,276727],[-329,-341],[-291,-3111],[55,-643]],[[270012,272632],[0,-5]],[[270012,272627],[-338,-491],[-153,1148]],[[269521,273284],[74,1606],[-301,1073],[-437,275]],[[268857,276238],[507,2500],[87,2150]],[[232785,279488],[1,-3858],[404,-2322]],[[233190,273308],[-1746,45]],[[268857,276238],[-59,1856],[-542,1927],[-262,-137]],[[237108,273999],[-848,-1143],[-402,1183]],[[235858,274039],[-244,1]],[[235614,274040],[-342,532],[1,4272]],[[197618,264167],[24,-1497]],[[197642,262670],[0,-8384],[-2346,-23]],[[195296,254263],[8,20372]],[[259834,275875],[18,-769],[-399,-590]],[[259453,274516],[-479,386],[-118,1013],[-486,-1586]],[[258370,274329],[-4,5537]],[[241644,277548],[-1,-1627]],[[241643,275921],[-577,18],[2,-799],[-433,-2]],[[240635,275138],[-285,12],[-4,2437]],[[273810,279002],[98,-1654]],[[273908,277348],[8,-2098]],[[273916,275250],[-11,-827]],[[273905,274423],[15,-90]],[[273920,274333],[-20,-184]],[[273900,274149],[-60,-392]],[[273840,273757],[-438,-2518],[175,-1903]],[[273577,269336],[17,-224]],[[273594,269112],[-42,-1026],[-431,800]],[[273121,268886],[-76,2024]],[[273045,270910],[44,2085],[-299,3226]],[[272790,276221],[-126,834]],[[265079,276562],[-41,-437]],[[265038,276125],[-259,143],[-399,-2644]],[[264380,273624],[-384,781]],[[263996,274405],[-145,2756]],[[262078,278017],[222,-1817]],[[262300,276200],[-162,-699],[-765,-79],[10,-1076],[-289,-21]],[[261094,274325],[-155,1623],[-575,1843]],[[256962,279061],[29,-2256],[255,-3763]],[[257246,273042],[-260,-2156],[4,-3296]],[[256990,267590],[-755,-8],[-207,1771],[-614,2276]],[[255414,271629],[-1,795]],[[243042,276115],[-252,-2320],[-86,-1940]],[[242704,271855],[-773,7]],[[241931,271862],[-288,2425],[0,1634]],[[268650,272453],[-454,-2106]],[[268196,270347],[-296,-908],[-412,5134]],[[267488,274573],[-244,3e3]],[[268857,276238],[-273,-3365],[66,-420]],[[258370,274329],[-238,-1220]],[[258132,273109],[-630,1133],[-256,-1200]],[[274213,271739],[154,-1026],[-395,-1964],[241,2990]],[[273840,273757],[261,-1594],[-185,-2612],[-322,-439]],[[274414,275981],[264,-153],[280,-1524],[-294,-990],[-167,-1798],[-139,1959],[56,2506]],[[274160,276707],[170,-315],[46,-4156],[-277,1435],[-122,1906],[183,1130]],[[274632,277221],[33,-1171],[-536,816],[-157,-984],[-64,1466]],[[265516,275419],[-478,706]],[[265922,279554],[-53,-2957],[-353,-1178]],[[266488,275117],[0,-942]],[[266488,274175],[-328,-2106]],[[266160,272069],[-649,44]],[[265511,272113],[5,3306]],[[234478,276701],[5,-3100]],[[234483,273601],[0,-4335]],[[234483,269266],[-1322,-45]],[[233161,269221],[-81,1800],[110,2287]],[[244311,276709],[-53,-2458]],[[244258,274251],[-441,-8],[-351,-1303],[-29,-1625],[-344,-1798]],[[243093,269517],[-234,272],[-155,2066]],[[235614,274040],[-175,-434],[-956,-5]],[[271921,275805],[37,-1771],[275,-2845]],[[272233,271189],[-961,-1642]],[[271272,269547],[-98,1564],[-427,591]],[[270747,271702],[140,2717],[-310,2308]],[[250260,277428],[-1,-6571]],[[250259,270857],[-1135,-31]],[[249124,270826],[0,2438],[-151,4359]],[[246829,276146],[-140,-527],[-67,-2600],[-183,267],[-97,-2398]],[[246342,270888],[-114,-1301],[-411,-1386],[-315,624]],[[245502,268825],[-3,115]],[[245499,268940],[-61,70]],[[245438,269010],[-315,191],[118,1426]],[[245241,270627],[337,223],[252,2167],[-256,411],[68,1606],[-306,122],[53,2008]],[[263154,276354],[-211,-1787],[-562,-838]],[[262381,273729],[-81,2471]],[[200182,262669],[-2540,1]],[[273045,270910],[-142,209],[-547,-2637]],[[272356,268482],[-123,2707]],[[261094,274325],[1,-3262]],[[261095,271063],[-1173,-46],[-180,788]],[[259742,271805],[-224,1640]],[[259518,273445],[-65,1071]],[[249124,270826],[0,-3253]],[[249124,267573],[-1393,50]],[[247731,267623],[-42,2293],[499,4218]],[[240635,275138],[6,-4081],[-110,-1625]],[[240531,269432],[-347,19]],[[240184,269451],[-691,9]],[[239493,269460],[-75,1632],[-598,-3]],[[267488,274573],[-96,548],[-482,-3351]],[[266910,271770],[-422,2405]],[[252770,272444],[-27,-1509]],[[252743,270935],[-1345,-64]],[[251398,270871],[-1,6567]],[[251398,270871],[-1139,-14]],[[247731,267623],[-1360,-26]],[[246371,267597],[-29,3291]],[[245241,270627],[-1027,-144]],[[244214,270483],[-103,1786],[147,1982]],[[263996,274405],[-106,-4613]],[[263890,269792],[-3,-599]],[[263887,269193],[-267,9],[-340,1832]],[[263280,271034],[-27,-2]],[[263253,271032],[60,5623]],[[270747,271702],[-157,187]],[[270590,271889],[-578,743]],[[227150,277038],[6,-4410]],[[227156,272628],[-469,-47],[-452,-1537]],[[226235,271044],[-342,5178]],[[228628,276926],[1,-5287]],[[228629,271639],[-1086,-1713]],[[227543,269926],[-107,-742],[-280,1303]],[[227156,270487],[0,2141]],[[230395,273374],[194,-555]],[[230589,272819],[-1430,-4745]],[[229159,268074],[-124,-408],[-406,3973]],[[255414,271629],[-142,-188],[4,-2273],[-284,-8],[4,-2361],[-126,-263]],[[254870,266536],[-1130,-23]],[[253740,266513],[-126,1159],[208,569],[68,3761],[248,477]],[[263253,271032],[-736,-38]],[[262517,270994],[98,589],[-330,1226],[96,920]],[[217239,276454],[-26,-8133]],[[217213,268321],[-225,-2]],[[216988,268319],[-1199,8]],[[215789,268327],[18,8148]],[[218671,276477],[-13,-8190]],[[218658,268287],[-436,22]],[[218222,268309],[-1009,12]],[[220103,276430],[-15,-8195]],[[220088,268235],[-232,-5]],[[219856,268230],[-1198,57]],[[215789,268327],[-226,-12]],[[215563,268315],[-1213,-2]],[[214350,268313],[0,8124]],[[214350,268313],[-210,4]],[[214140,268317],[-1427,-23]],[[212713,268294],[-739,24]],[[265511,272113],[-316,-757],[-183,-1474]],[[265012,269882],[-430,1091]],[[264582,270973],[-206,1238],[4,1413]],[[221543,276278],[-5,-8068]],[[221538,268210],[-231,14]],[[221307,268224],[-1219,11]],[[224759,276248],[2,-3983],[-213,-701]],[[224548,271564],[-1040,-3414]],[[223508,268150],[-541,29]],[[222967,268179],[12,8102]],[[226235,271044],[225,-2721]],[[226460,268323],[-392,-1293]],[[226068,267030],[-565,-1869]],[[225503,265161],[-119,1166],[-213,-724],[-623,5961]],[[222967,268179],[-215,-7]],[[222752,268172],[-1214,38]],[[191393,274653],[-1,-12960]],[[191392,261693],[-1985,-97],[1,-3801],[-565,-10],[0,-1773]],[[188843,256012],[-5480,11408]],[[269521,273284],[-686,-1046]],[[268835,272238],[-185,215]],[[262517,270994],[-386,-1847],[16,-1276]],[[262147,267871],[-360,-24],[-203,1604],[-425,-24]],[[261159,269427],[-64,1636]],[[259742,271805],[-223,-445],[6,-3713]],[[259525,267647],[5,-1554],[-546,-20]],[[258984,266073],[-309,-26],[-4,1611],[-286,-16]],[[258385,267642],[-7,3607],[-246,1860]],[[241931,271862],[-1,-2445]],[[241930,269417],[-1399,15]],[[268196,270347],[-120,-1132]],[[268076,269215],[-774,-4371]],[[267302,264844],[-222,1408],[-144,2418]],[[266936,268670],[128,1356],[-154,1744]],[[264582,270973],[-5,-1325],[-687,144]],[[195296,254263],[-3927,9]],[[191369,254272],[23,7421]],[[258385,267642],[-117,-1603]],[[258268,266039],[-1141,-46]],[[257127,265993],[-137,1597]],[[235858,274039],[-247,-3595],[-56,-4246],[248,15]],[[235803,266213],[165,-2415]],[[235968,263798],[-1351,24]],[[234617,263822],[-133,12],[-1,5432]],[[244214,270483],[8,-2105],[-240,-3867]],[[243982,264511],[-60,1623],[-510,-1824],[-304,1856]],[[243108,266166],[-15,3351]],[[266936,268670],[-756,231]],[[266180,268901],[-20,3168]],[[237109,270346],[74,-4024]],[[237183,266322],[-1380,-109]],[[233161,269221],[87,-951]],[[233248,268270],[-1739,-1463]],[[231509,266807],[-6,123]],[[231503,266930],[-162,2701],[-752,3188]],[[269315,266119],[-168,-187]],[[269147,265932],[-152,1040],[-160,5266]],[[269521,273284],[-206,-7165]],[[270012,272627],[143,-2843],[-121,-4705]],[[270034,265079],[-575,985]],[[269459,266064],[-144,55]],[[238301,271119],[215,-818],[-12,-1664],[522,-3202]],[[239026,265435],[-240,-345],[-1,-1274]],[[238785,263816],[-1220,-19]],[[237565,263797],[-382,2525]],[[231503,266930],[-1231,-4027]],[[230272,262903],[-620,348]],[[229652,263251],[-493,4823]],[[227156,270487],[-696,-2164]],[[270590,271889],[127,-3676],[608,-623]],[[271325,267590],[-175,-617]],[[271150,266973],[-403,-4199]],[[270747,262774],[-221,704]],[[270526,263478],[-177,1370],[-315,231]],[[253740,266513],[-294,-3347],[251,-2068]],[[253697,261098],[-1046,-26]],[[252651,261072],[-26,3649]],[[252625,264721],[118,6214]],[[269147,265932],[-285,-745]],[[268862,265187],[-233,1642],[-442,1367],[-111,1019]],[[261159,269427],[-50,-2453],[-440,-327],[-199,-2179]],[[260470,264468],[-372,2],[4,1617],[-263,0],[-26,1492],[-288,68]],[[266180,268901],[-4,-1686]],[[266176,267215],[-979,52]],[[265197,267267],[-144,1878]],[[265053,269145],[-41,737]],[[271272,269547],[173,-1188]],[[271445,268359],[-120,-769]],[[243108,266166],[-323,-822]],[[242785,265344],[-856,1]],[[241929,265345],[1,4072]],[[257127,265993],[-143,-9],[6,-2440]],[[256990,263544],[-1656,-27]],[[255334,263517],[-331,-38],[-133,3057]],[[229652,263251],[-593,-1974]],[[229059,261277],[-293,2871],[-669,-2188]],[[228097,261960],[2,1607],[-453,1892],[173,815],[-272,611],[-4,3041]],[[225503,265161],[144,-1412],[-855,-2935]],[[224792,260814],[-82,738],[-489,-431]],[[224221,261121],[-713,7029]],[[245438,269010],[61,-70]],[[245502,268825],[-127,-1815],[-313,-1032],[-168,-1704]],[[244894,264274],[-270,-484],[77,-1752]],[[244701,262038],[-172,-287]],[[244529,261751],[-462,332]],[[244067,262083],[-85,2428]],[[272356,268482],[444,-3810]],[[272800,264672],[248,-708],[-50,-2336],[-442,1524]],[[272556,263152],[-244,2510],[-518,506],[-349,2191]],[[239493,269460],[179,-3272],[-322,2],[-3,-1288],[-321,533]],[[273103,263918],[241,-620],[-261,-1764],[-124,1738],[144,646]],[[273429,267956],[229,-1123],[-211,-968],[-18,2091]],[[273121,268886],[209,-711],[80,-2196],[219,-966],[-158,-953],[-438,1415],[-233,-803]],[[263887,269193],[-34,-3123]],[[263853,266070],[-27,-877],[-408,18]],[[263418,265211],[-156,2]],[[263262,265213],[18,5821]],[[263262,265213],[-700,78]],[[262562,265291],[-449,1252]],[[262113,266543],[34,1328]],[[265197,267267],[107,-2252]],[[265304,265015],[-1157,121],[0,-794]],[[264147,264342],[-294,1728]],[[252625,264721],[-414,-683],[-803,-568]],[[251408,263470],[-10,7401]],[[246371,267597],[-50,-4882]],[[246321,262715],[-773,1410],[-654,149]],[[251408,263470],[-93,-39]],[[251315,263431],[-1039,-418]],[[250276,263013],[-17,7844]],[[250276,263013],[-235,-98]],[[250041,262915],[-702,-302]],[[249339,262613],[-25,4964],[-190,-4]],[[228097,261960],[-913,-2938]],[[227184,259022],[-236,2295],[-214,-718]],[[226734,260599],[-666,6431]],[[268862,265187],[-531,-2011]],[[268331,263176],[-444,-556]],[[267887,262620],[-507,1245]],[[267380,263865],[-78,979]],[[241929,265345],[-140,-2434]],[[241789,262911],[-714,10],[-2,-1631],[-985,-12]],[[240088,261278],[64,2739],[215,1718],[-183,3716]],[[240088,261278],[187,-1588],[292,-495],[230,-1479]],[[240797,257716],[-541,-2780],[-190,-403]],[[240066,254533],[-710,332]],[[239356,254865],[-1,3236],[-281,-4],[-5,3280],[-287,5],[3,2434]],[[262113,266543],[-202,-2490],[-1,-1443]],[[261910,262610],[38,-331]],[[261948,262279],[-247,-1122],[-557,78],[-1,-1623]],[[261143,259612],[-925,-26]],[[260218,259586],[89,792]],[[260307,260378],[163,4090]],[[234617,263822],[-104,-1184],[69,-2704],[234,-2044]],[[234816,257890],[-383,-1877]],[[234433,256013],[-270,786],[-111,1767],[-372,551]],[[233680,259117],[-7,1203],[-351,1944],[-118,1559],[44,4447]],[[267380,263865],[-842,-11]],[[266538,263854],[-369,126]],[[266169,263980],[7,3235]],[[273082,261033],[-133,-2581],[-38,2028],[171,553]],[[272467,260258],[-390,845]],[[272077,261103],[-418,1230],[-343,2022],[41,1842],[-207,776]],[[272556,263152],[364,-1898],[-453,-996]],[[218222,268309],[-10,-7269]],[[218212,261040],[-112,-2492],[-1121,-109]],[[216979,258439],[2,1757]],[[216981,260196],[7,8123]],[[216981,260196],[-1417,10]],[[215564,260206],[-1,8109]],[[215564,260206],[-1425,-1]],[[214139,260205],[1,8112]],[[214139,260205],[-87,1]],[[214052,260206],[-1250,7]],[[212802,260213],[-89,1]],[[212713,260214],[0,8080]],[[212713,260214],[-1472,-6]],[[211241,260208],[2,6496]],[[219856,268230],[-1,-7250]],[[219855,260980],[-1643,60]],[[233680,259117],[-1054,-950],[-246,-706]],[[232380,257461],[15,2779],[-147,-648]],[[232248,259592],[-249,2566],[-298,601],[38,1653],[-230,2395]],[[222752,268172],[-19,-11396]],[[222733,256776],[-311,-1069],[-354,1218],[-198,-944],[-249,1262]],[[221621,257243],[-334,1575]],[[221287,258818],[20,9406]],[[221287,258818],[-1085,65]],[[220202,258883],[-345,20],[-2,2077]],[[224221,261121],[-256,-235],[-55,-1438],[-590,-2354]],[[223320,257094],[-275,-434]],[[223045,256660],[-312,116]],[[260218,259586],[-114,-1]],[[260104,259585],[-994,-4]],[[259110,259581],[-7,3224],[-142,-9],[23,3277]],[[259110,259581],[-135,-3310]],[[258975,256271],[-230,291],[-9,1358],[-330,-1425],[-5,1399],[-275,-34]],[[258126,257860],[-1,2419],[142,6],[1,5754]],[[247731,267623],[274,-3564],[25,-1966]],[[248030,262093],[-341,-656]],[[247689,261437],[-106,-329],[-1263,-24]],[[246320,261084],[1,1631]],[[249339,262613],[-284,-111]],[[249055,262502],[-612,-243]],[[248443,262259],[-413,-166]],[[266169,263980],[-1,-929],[-528,-12]],[[265640,263039],[-382,824]],[[265258,263863],[46,1152]],[[225328,255832],[-536,4982]],[[226734,260599],[-1152,-3887]],[[225582,256712],[-254,-880]],[[272077,261103],[-207,-2290],[-271,-705]],[[271599,258108],[-852,4666]],[[232248,259592],[-1251,-3816]],[[230997,255776],[-725,7127]],[[209299,266698],[-218,-16661]],[[209081,250037],[-2269,-8219]],[[206812,241818],[27,3208],[-31,21680]],[[206812,241818],[-175,-639]],[[206637,241179],[-655,3287],[-500,980],[-452,2433],[-137,1784],[-467,1522],[-266,2270],[-357,1834]],[[203803,255289],[-2,11451]],[[203803,255289],[-618,1714],[-454,4718],[-407,953]],[[211241,260208],[-789,7]],[[210452,260215],[-226,1786],[-294,419],[-120,2210],[-128,-359],[-262,2428]],[[210452,260215],[261,-433],[176,-3774],[534,31],[187,-1030],[512,-17]],[[212122,254992],[-1599,-11259]],[[210523,243733],[-1442,6304]],[[262562,265291],[-9,-2748],[-135,18]],[[262418,262561],[-508,49]],[[255334,263517],[-41,-2445],[-142,-14],[4,-2674],[-156,-742],[132,-1478],[-365,-604],[-167,-1944]],[[254599,253616],[-506,-1944]],[[254093,251672],[-63,1221],[229,2446],[-147,-275],[95,2173],[-484,2051],[-26,1810]],[[237565,263797],[234,-2648],[-111,-2155]],[[237688,258994],[-417,-314]],[[237271,258680],[-297,954],[-857,614]],[[236117,260248],[-149,3550]],[[244067,262083],[-416,-314],[-36,-1776],[-276,-171],[-2,-3574],[-156,-1569],[81,-1641]],[[243262,253038],[-258,531],[-178,-1296],[-48,1873]],[[242778,254146],[7,11198]],[[269459,266064],[0,-2383],[-247,7],[-4,-2375]],[[269208,261313],[-295,-711]],[[268913,260602],[-583,-22],[1,2596]],[[264147,264342],[212,-842],[-100,-3841]],[[264259,259659],[-425,-12]],[[263834,259647],[-269,0]],[[263565,259647],[-156,2805],[9,2759]],[[270526,263478],[-236,-1e3],[1,-5622]],[[270291,256856],[-262,1105]],[[270029,257961],[-821,3352]],[[258126,257860],[-564,-27]],[[257562,257833],[-384,26],[-188,2e3],[3,2240]],[[256993,262099],[-3,1445]],[[263565,259647],[-754,-30]],[[262811,259617],[-348,-20],[-45,2964]],[[242778,254146],[-219,178]],[[242559,254324],[-305,2653]],[[242254,256977],[-195,277],[-241,2436],[-29,3221]],[[265258,263863],[-181,-811],[-39,-2867]],[[265038,260185],[-69,-496],[-710,-30]],[[252692,256194],[-1093,-41]],[[251599,256153],[-284,-4]],[[251315,256149],[0,7282]],[[252651,261072],[41,-4878]],[[246320,261084],[-2,-1627]],[[246318,259457],[-1160,-19]],[[245158,259438],[-408,1159],[-49,1441]],[[227703,254041],[-519,4981]],[[229059,261277],[364,-3474]],[[229423,257803],[-1328,-4514]],[[228095,253289],[-182,-662],[-210,1414]],[[266538,263854],[73,-1664]],[[266611,262190],[-131,-3053]],[[266480,259137],[-414,-482]],[[266066,258655],[-411,1022],[-15,3362]],[[267887,262620],[-7,-2008]],[[267880,260612],[-912,138],[0,1415],[-357,25]],[[266066,258655],[-13,-4419]],[[266053,254236],[-962,79]],[[265091,254315],[4,2025]],[[265095,256340],[-57,3845]],[[236117,260248],[245,-1198],[-44,-6786]],[[236318,252264],[-314,1644],[-175,1815],[-632,880],[-381,1287]],[[239356,254865],[-430,-6],[-146,-1627],[-240,7],[-65,-1705]],[[238475,251534],[-133,-174]],[[238342,251360],[-234,2339],[-88,3954],[-332,1341]],[[271599,258108],[109,-1595]],[[271708,256513],[-299,-2289]],[[271409,254224],[-861,806]],[[270548,255030],[-29,1447],[-228,379]],[[256993,262099],[-405,-645],[-234,-1413],[-90,-2314],[-724,-4800]],[[255540,252927],[-525,-296]],[[255015,252631],[-416,985]],[[251315,256149],[-565,11]],[[250750,256160],[-705,0]],[[250045,256160],[-4,6755]],[[229993,252193],[-570,5610]],[[230997,255776],[-230,-1047]],[[230767,254729],[-774,-2536]],[[268913,260602],[84,-3783]],[[268997,256819],[-88,-1964]],[[268909,254855],[-525,10],[-61,691],[-839,350]],[[267484,255906],[-15,966]],[[267469,256872],[411,3740]],[[242254,256977],[-1212,-1625],[-245,2364]],[[250045,256160],[-145,0]],[[249900,256160],[-376,-7]],[[249524,256153],[-46,1959],[-425,1320],[2,3070]],[[262811,259617],[-6,-2207]],[[262805,257410],[-584,-281],[-45,579]],[[262176,257708],[-228,4571]],[[262176,257708],[-117,-3882]],[[262059,253826],[-920,118]],[[261139,253944],[4,5668]],[[249524,256153],[-188,2]],[[249336,256155],[-474,-1],[2,-814],[-378,9]],[[248486,255349],[-43,6910]],[[267469,256872],[-538,69]],[[266931,256941],[-451,2196]],[[244529,261751],[-62,-2123],[-258,460],[229,-1495],[-276,-599],[18,-3120],[-205,750],[174,-2365],[-387,-521],[182,-1100]],[[243944,251638],[-102,-1383],[173,-931],[-202,-1256]],[[243813,248068],[-73,-540]],[[243740,247528],[12,447]],[[243752,247975],[-182,929]],[[243570,248904],[129,2677],[-437,1457]],[[248486,255349],[-225,-1013]],[[248261,254336],[-569,265]],[[247692,254601],[-3,6836]],[[257562,257833],[96,-2876],[-100,-437],[8,-2858]],[[257566,251662],[-179,1283],[-1847,-18]],[[245158,259438],[-12,-4904]],[[245146,254534],[-217,450],[-649,-954],[-49,-1688],[-287,-704]],[[191369,254272],[-1713,-9],[-813,1749]],[[225328,255832],[-812,-3459]],[[224516,252373],[-177,743],[-194,2530],[-443,141],[-382,1307]],[[247692,254601],[-45,0]],[[247647,254601],[-802,-13]],[[246845,254588],[-237,-7]],[[246608,254581],[0,4882],[-290,-6]],[[270029,257961],[-328,-1873],[-203,-243]],[[269498,255845],[-501,974]],[[226342,249372],[-760,7340]],[[227703,254041],[-1361,-4669]],[[220202,258883],[-12,-9165]],[[220190,249718],[-1597,-27]],[[218593,249691],[-12,8144],[-1602,88]],[[216979,257923],[0,516]],[[254093,251672],[-73,-563]],[[254020,251109],[-140,-343],[-854,-8],[-285,-550]],[[252741,250208],[-49,5986]],[[272895,258076],[-221,-2947],[-140,1836],[361,1111]],[[272467,260258],[359,-497],[69,-955],[-372,-536],[-14,-3438],[142,-738],[-530,300]],[[272121,254394],[-413,2119]],[[232380,257461],[233,-3410],[-192,-919],[-109,-3298]],[[232312,249834],[-587,-40],[-741,-2203]],[[230984,247591],[-246,5282],[29,1856]],[[215564,260206],[-1,-10641]],[[215563,249565],[-1463,119]],[[214100,249684],[-48,10522]],[[214100,249684],[-246,18]],[[213854,249702],[-112,1974],[-687,2489],[-255,-616]],[[212800,253549],[2,6664]],[[237271,258680],[3,-1922],[-169,-1045],[14,-5133]],[[237119,250580],[-252,-652]],[[236867,249928],[-549,2336]],[[216979,257923],[-20,-8366]],[[216959,249557],[-1396,8]],[[212800,253549],[-158,-489],[-520,1932]],[[265095,256340],[-399,-67]],[[264696,256273],[-805,-61]],[[263891,256212],[-57,3435]],[[263891,256212],[-578,-54]],[[263313,256158],[-423,46],[-85,1206]],[[261139,253944],[-190,-1282],[-485,462],[-142,-1410]],[[260322,251714],[-224,22]],[[260098,251736],[6,7849]],[[260098,251736],[-1121,-78]],[[258977,251658],[-2,4613]],[[246608,254581],[-1058,-7],[-230,-519]],[[245320,254055],[-174,479]],[[238342,251360],[-866,-337]],[[237476,251023],[-357,-443]],[[266931,256941],[-267,-2338]],[[266664,254603],[-217,-428]],[[266447,254175],[-394,61]],[[234433,256013],[126,-728]],[[234559,255285],[-1328,-6123]],[[233231,249162],[-512,-2377]],[[232719,246785],[-160,1025],[33,1830],[-280,194]],[[221621,257243],[-4,-7538]],[[221617,249705],[-1427,13]],[[270548,255030],[135,-1217],[-559,-1966],[-260,400]],[[269864,252247],[-282,1360],[-84,2238]],[[258977,251658],[18,-3690]],[[258995,247968],[-561,3]],[[258434,247971],[-835,7]],[[257599,247978],[-33,3684]],[[218593,249691],[-762,-75]],[[217831,249616],[-872,-59]],[[236867,249928],[-914,-1225]],[[235953,248703],[-290,477]],[[235663,249180],[-783,1632]],[[234880,250812],[-186,3541],[-135,932]],[[263313,256158],[-12,-3257]],[[263301,252901],[-768,-60],[-14,-3409]],[[262519,249432],[-296,57]],[[262223,249489],[-201,1664],[37,2673]],[[229345,250051],[-671,-2227]],[[228674,247824],[-579,5465]],[[229993,252193],[-648,-2142]],[[242559,254324],[-409,-313],[69,-6634],[-201,53]],[[242018,247430],[-298,679],[-278,-1715],[-307,-248]],[[241135,246146],[-630,-114]],[[240505,246032],[-17,6745],[-422,1756]],[[223045,256660],[-5,-9678]],[[223040,246982],[-1093,-7]],[[221947,246975],[-331,2],[1,2728]],[[224516,252373],[110,-2638],[233,-1105]],[[224859,248630],[-17,-2012]],[[224842,246618],[-1446,-2]],[[223396,246616],[-356,366]],[[267484,255906],[289,-2603],[-29,-1804]],[[267744,251499],[-329,-678],[-91,-2266]],[[267324,248555],[-270,35]],[[267054,248590],[-114,4038],[-276,1975]],[[269864,252247],[216,-986],[1,-1604],[213,-1377]],[[270294,248280],[-791,53],[-15,-4066],[756,-202],[-181,-4018]],[[270063,240047],[-569,247]],[[269494,240294],[-47,4435],[-166,-9],[13,2675],[-283,1029],[-221,3072]],[[268790,251496],[-78,1758],[187,-78]],[[268899,253176],[10,1679]],[[226342,249372],[-12,-642]],[[226330,248730],[-1471,-100]],[[272518,253791],[20,18]],[[272538,253809],[99,-1699],[-281,-1544],[-109,1279],[124,2060],[147,-114]],[[272121,254394],[4,-51]],[[272125,254343],[81,-132]],[[272206,254211],[155,-845],[-204,-1996],[71,-2600],[-325,802]],[[271903,249572],[-591,1666]],[[271312,251238],[97,2986]],[[264696,256273],[-167,-1561],[-391,-949],[-69,-1201],[-328,-1573],[-68,-1447]],[[263673,249542],[-96,10]],[[263577,249552],[15,3293],[-291,56]],[[265091,254315],[-12,-4796]],[[265079,249519],[-315,12]],[[264764,249531],[-724,18]],[[264040,249549],[-367,-7]],[[252741,250208],[18,-2159]],[[252759,248049],[-1139,-6]],[[251620,248043],[-21,8110]],[[250750,256160],[24,-9758]],[[250774,246402],[-565,1]],[[250209,246403],[-23,1870]],[[250186,248273],[3,6261],[-287,-6],[-2,1632]],[[250186,248273],[-850,-146]],[[249336,248127],[0,8028]],[[251620,248043],[-141,-1624]],[[251479,246419],[-705,-17]],[[249336,248127],[-206,-4]],[[249130,248123],[-300,-5]],[[248830,248118],[0,1358],[-237,-6],[-309,1882],[-23,2984]],[[268790,251496],[-833,9]],[[267957,251505],[-213,-6]],[[234880,250812],[-269,-1952],[-727,-4046]],[[233884,244814],[-145,1529],[-209,-878]],[[233530,245465],[-193,-35],[-106,3732]],[[213854,249702],[556,-1560],[549,-266],[329,-1468],[180,-3869],[116,-913]],[[215584,241626],[-1029,50],[-1,-1090],[-571,24],[0,-5857],[-623,-16],[0,-4293]],[[213360,230444],[-2433,11417]],[[210927,241861],[-404,1872]],[[271312,251238],[-472,-2258]],[[270840,248980],[-349,503],[-197,-1203]],[[245320,254055],[101,-733],[-2,-5263]],[[245419,248059],[-325,3]],[[245094,248062],[-1281,6]],[[240505,246032],[-431,-220]],[[240074,245812],[-1234,93],[-382,-268]],[[238458,245637],[138,2982],[-121,2915]],[[230984,247591],[-297,-1133],[-306,-3132],[-307,-919]],[[230074,242407],[-150,660]],[[229924,243067],[-83,1790],[-230,1424],[-92,2592],[-174,1178]],[[267054,248590],[-504,85]],[[266550,248675],[-89,305]],[[266461,248980],[-188,553]],[[266273,249533],[181,2384],[-7,2258]],[[246845,254588],[1,-6514]],[[246846,248074],[-55,0]],[[246791,248074],[-720,-7]],[[246071,248067],[-652,-8]],[[247647,254601],[2,-6508]],[[247649,248093],[-244,-6]],[[247405,248087],[-559,-13]],[[248830,248118],[-1181,-25]],[[243570,248904],[-75,-474]],[[243495,248430],[-154,-909],[-26,-2268]],[[243315,245253],[-1107,8]],[[242208,245261],[-190,2169]],[[266273,249533],[3,-822],[-452,71]],[[265824,248782],[-746,72],[1,665]],[[228674,247824],[-526,-1799],[-157,-2556]],[[227991,243469],[-863,2199],[-567,665]],[[226561,246333],[-231,2397]],[[255015,252631],[47,-4598]],[[255062,248033],[-100,-2449],[292,-2293],[343,-1258],[-72,-3553]],[[255525,238480],[118,-709],[-472,-3244],[-776,-834],[-363,138],[617,1003],[-445,2269],[13,2457],[-99,3216],[-227,556]],[[253891,243332],[-3,424]],[[253888,243756],[51,358]],[[253939,244114],[171,4892],[-90,2103]],[[262223,249489],[73,-1396]],[[262296,248093],[-1355,-67]],[[260941,248026],[8,3775],[-627,-87]],[[257599,247978],[-271,46]],[[257328,248024],[-1052,37]],[[256276,248061],[-1214,-28]],[[263577,249552],[-524,-184]],[[263053,249368],[-534,64]],[[260941,248026],[-26,-3]],[[260915,248023],[-1496,-68]],[[259419,247955],[-424,13]],[[238458,245637],[-203,-3553],[-301,-2557],[116,-1801],[-122,-774]],[[237948,236952],[-67,-1097],[156,-1846]],[[238037,234009],[-534,-28]],[[237503,233981],[98,13117],[-125,3925]],[[269494,240294],[-114,45]],[[269380,240339],[-346,137]],[[269034,240476],[-18,2136],[-493,492],[-222,1908],[-346,636]],[[267955,245648],[2,5857]],[[267955,245648],[-134,-370]],[[267821,245278],[-66,1821],[-380,52],[-51,1404]],[[253939,244114],[-283,-5327],[-10,-2293],[-805,174]],[[252841,236668],[-47,6490]],[[252794,243158],[-35,4891]],[[272307,246842],[-203,-3711],[-81,2742],[284,969]],[[271903,249572],[306,-2478],[-160,-4072],[-292,-203]],[[271757,242819],[-831,2065]],[[270926,244884],[0,3895],[-86,201]],[[237503,233981],[-603,-19]],[[236900,233962],[96,1937],[-93,1644],[125,1714]],[[237028,239257],[57,2122],[-200,796],[-362,6258],[-570,270]],[[235663,249180],[-268,-877],[313,-9029]],[[235708,239274],[21,-670],[-542,-17]],[[235187,238587],[-329,77]],[[234858,238664],[56,882],[-384,658],[-240,1922],[-168,-357],[-46,2247],[-192,798]],[[229924,243067],[-953,-3232]],[[228971,239835],[-534,-1857]],[[228437,237978],[-325,5186],[-121,305]],[[209922,237143],[-279,-6],[-3006,4042]],[[210927,241861],[-1005,-4718]],[[232719,246785],[-682,-1234]],[[232037,245551],[-850,-766]],[[231187,244785],[-203,2806]],[[221947,246975],[2,-4279]],[[221949,242696],[-1761,-8]],[[220188,242688],[2,7030]],[[220188,242688],[-2353,-81]],[[217835,242607],[-4,7009]],[[217835,242607],[0,-7787]],[[217835,234820],[-2223,6]],[[215612,234826],[279,1284],[-229,1216],[263,2565],[-18,1122],[-323,613]],[[264040,249549],[-12,-7241]],[[264028,242308],[-1345,403]],[[262683,242711],[300,3247],[70,3410]],[[264764,249531],[114,-3092],[-22,-4394]],[[264856,242045],[-554,176]],[[264302,242221],[-274,87]],[[266550,248675],[98,-2368],[249,-1172],[-274,-444],[-99,-1222],[356,-2141]],[[266880,241328],[-709,260]],[[266171,241588],[-368,134]],[[265803,241722],[21,7060]],[[265803,241722],[-735,254]],[[265068,241976],[-212,69]],[[262683,242711],[-3,0]],[[262680,242711],[-384,5382]],[[270926,244884],[-366,-1369],[-37,-1852],[123,-1709],[-124,-3745]],[[270522,236209],[-335,-64],[-107,1022],[-17,2880]],[[237028,239257],[-1320,17]],[[233530,245465],[-89,-6610]],[[233441,238855],[-666,84],[-646,2258]],[[232129,241197],[-92,4354]],[[244740,241601],[-76,124]],[[244664,241725],[-138,1864],[-596,-160],[213,1883],[-298,-206],[-105,2422]],[[245094,248062],[-354,-6461]],[[226561,246333],[-375,-2252],[-241,-2998]],[[225945,241083],[-212,-3685]],[[225733,237398],[-624,1108]],[[225109,238506],[-245,3503],[173,1353],[-5,1659],[-190,1597]],[[267821,245278],[-326,-1352],[-1,-2846]],[[267494,241080],[-481,193]],[[267013,241273],[-88,37]],[[266925,241310],[-45,18]],[[244664,241725],[-233,-2739],[-196,-268]],[[244235,238718],[-602,5]],[[243633,238723],[-154,6]],[[243479,238729],[63,3797],[-227,2727]],[[243752,247975],[-257,455]],[[250209,246403],[-2,-4881]],[[250207,241522],[-565,12],[0,-2449],[-406,-1071]],[[249236,238014],[-349,2359],[-75,1498]],[[248812,241871],[318,6252]],[[248812,241871],[-426,-22],[-726,870]],[[247660,242719],[-255,5368]],[[242208,245261],[112,-1501],[-109,-3720],[-662,-628],[-123,-1003]],[[241426,238409],[-387,12]],[[241039,238421],[5,125]],[[241044,238546],[92,1719],[-1,5881]],[[262680,242711],[-189,-1959]],[[262491,240752],[-656,31],[-11,-813],[-591,47]],[[261233,240017],[-143,13]],[[261090,240030],[8,4056],[-466,837]],[[260632,244923],[283,3100]],[[247660,242719],[34,-9078]],[[247694,233641],[-96,120]],[[247598,233761],[-55,1170],[-290,-153]],[[247253,234778],[-284,1435],[-176,2313],[-2,3039]],[[246791,241565],[0,6509]],[[256232,239600],[16,-2077],[-262,-1642],[-543,-650],[107,1725],[233,527],[-258,997]],[[256276,248061],[-334,-1385],[-81,-3536],[371,-3540]],[[257328,248024],[-39,-10998]],[[257289,237026],[-1052,-1037],[665,1910],[-225,961],[-136,-1053],[-250,2451],[-59,-658]],[[252794,243158],[-1314,0]],[[251480,243158],[-1,3261]],[[246791,241565],[-956,-12]],[[245835,241553],[167,1301]],[[246002,242854],[-21,4096],[90,1117]],[[258434,247971],[-17,-10056]],[[258417,237915],[-166,1067],[-410,-2043],[-552,87]],[[246002,242854],[-1125,-260],[-121,-1038]],[[244756,241556],[-16,45]],[[260632,244923],[-55,-1607],[-562,869],[-66,-1633]],[[259949,242552],[-537,37],[7,5366]],[[259949,242552],[-196,-1239],[99,-2459],[-315,-2140]],[[259537,236714],[-9,-2240]],[[259528,234474],[-1118,2046]],[[258410,236875],[0,-355]],[[258410,236875],[816,-133],[-426,1780],[-383,-607]],[[231187,244785],[-45,-4378],[221,-3089],[-139,-1697]],[[231224,235621],[12,737],[-414,180]],[[230822,236538],[-165,3013],[-358,1438],[-320,391],[95,1027]],[[223396,246616],[1,-7873]],[[223397,238743],[-946,26]],[[222451,238769],[-503,-4],[1,3931]],[[225109,238506],[-674,264]],[[224435,238770],[-1038,-27]],[[251480,243158],[0,-1087]],[[251480,242071],[-990,-2],[-283,-547]],[[228437,237978],[-499,-1008]],[[227938,236970],[-97,304]],[[227841,237274],[-634,1522],[-437,-1264],[-263,726],[-303,2900],[-259,-75]],[[234858,238664],[-878,-2778]],[[233980,235886],[-396,1124],[-143,1845]],[[241044,238546],[-396,8],[-9,-943],[-990,-262]],[[239649,237349],[2,3245],[421,9],[2,5209]],[[239649,237349],[0,-382]],[[239649,236967],[-709,-8],[2,1629],[-283,7],[1,-1639],[-712,-4]],[[269034,240476],[-293,113]],[[268741,240589],[-1247,491]],[[232129,241197],[72,-7162]],[[232201,234035],[-806,-384]],[[231395,233651],[-171,1970]],[[243479,238729],[216,-1917],[-535,411],[-328,-897]],[[242832,236326],[-172,207],[-257,-1508]],[[242403,235025],[-94,2569],[-194,809],[-689,6]],[[261090,240030],[-142,0],[-5,-2437],[-1018,73],[-388,-952]],[[271757,242819],[498,-308],[-34,-3432],[-155,926],[-295,-107]],[[271771,239898],[-322,203],[-925,-5548]],[[270524,234553],[-2,1656]],[[252841,236668],[-233,-1277],[-178,1270],[-575,-702],[-371,1453]],[[251484,237412],[-4,4659]],[[230822,236538],[-952,-1549]],[[229870,234989],[-278,409],[-621,4437]],[[245835,241553],[-210,-1460],[-15,-2062],[278,-2140]],[[245888,235891],[-360,-439]],[[245528,235452],[-338,30]],[[245190,235482],[-277,639],[124,2784],[-183,-36],[-98,2687]],[[249236,238014],[203,-4319],[261,-907]],[[249700,232788],[-283,-440]],[[249417,232348],[-471,-68],[-254,869],[-304,-894],[-309,779]],[[248079,233034],[-385,607]],[[264302,242221],[-267,-2074],[-54,-1701],[-693,-1753]],[[263288,236693],[-375,1330],[-2,1097],[-281,268],[-139,1364]],[[222451,238769],[6,-3970]],[[222457,234799],[-1261,76]],[[221196,234875],[-1009,-7]],[[220187,234868],[1,7820]],[[220187,234868],[-1627,-38]],[[218560,234830],[-725,-10]],[[265068,241976],[85,-2796],[-178,-1],[-97,-4622]],[[264878,234557],[-479,557],[-1297,-63]],[[263102,235051],[186,1642]],[[251484,237412],[-1134,-2305],[-141,1298]],[[250209,236405],[-2,5117]],[[266171,241588],[21,-1291],[-370,-1383],[42,-1369],[-274,-2432]],[[265590,235113],[-266,-1104],[-213,-2775]],[[265111,231234],[-234,66]],[[264877,231300],[1,3257]],[[209944,215738],[-22,21405]],[[213360,230444],[686,-3232]],[[214046,227212],[-190,-2194],[-356,428],[-422,-724],[-393,-4187],[-190,-3082],[-26,-2697],[-288,-495],[-452,-3923],[-784,1354],[-338,2103],[-458,443],[-205,1500]],[[245190,235482],[-472,-15],[-483,3251]],[[215612,234826],[-8,-9436]],[[215604,225390],[-988,210],[-570,1612]],[[247253,234778],[-437,-1709],[-207,516]],[[246609,233585],[-184,-841],[-537,3147]],[[266925,241310],[88,-37]],[[267013,241273],[105,-135],[78,-2865],[203,-1637]],[[267399,236636],[-213,-2319]],[[267186,234317],[-334,-5]],[[266852,234312],[-283,815],[-979,-14]],[[250209,236405],[34,-1301],[-543,-2316]],[[268741,240589],[-104,-715],[226,-2817],[-101,-1193],[-315,-130]],[[268447,235734],[-586,1764],[-462,-862]],[[209944,215738],[-499,619],[-308,933],[-500,3117],[-209,111],[-481,2314],[-467,5014],[-27,4955],[-481,3934],[-35,2230],[-300,2214]],[[233980,235886],[192,-3310]],[[234172,232576],[-466,-2513],[-754,2533],[-380,-1253],[-369,-201]],[[232203,231142],[-2,2893]],[[227841,237274],[-344,-3901],[-437,-2646]],[[227060,230727],[-169,-807]],[[226891,229920],[-1289,6177]],[[225602,236097],[131,1301]],[[262491,240752],[-511,-7567]],[[261980,233185],[-763,18]],[[261217,233203],[16,6814]],[[263102,235051],[119,-3211],[349,-2174]],[[263570,229666],[-1288,55],[-50,-791]],[[262232,228930],[-308,1351],[56,2904]],[[269380,240339],[4,-8335]],[[269384,232004],[-309,-3002],[110,-640]],[[269185,228362],[-359,-2062]],[[268826,226300],[-394,1903]],[[268432,228203],[15,7531]],[[272248,234159],[-9,-2722],[-434,368]],[[271805,231805],[-186,100],[91,1895],[-113,885],[151,2029],[471,-634],[29,-1921]],[[272388,234172],[-135,-12]],[[272253,234160],[-2,2672],[137,-2660]],[[271771,239898],[387,-696],[23,-1979],[-488,-401],[1,-1430],[-265,-958],[92,-1411]],[[271521,233023],[-998,-79]],[[270523,232944],[1,1609]],[[270523,232944],[0,-816]],[[270523,232128],[-259,0]],[[270264,232128],[-880,-124]],[[261213,230026],[6,-1939]],[[261219,228087],[-831,3621],[181,87],[319,-1692],[325,-77]],[[261217,233203],[-4,-3055]],[[261213,230148],[-256,-46],[-113,1656],[-199,-122],[-386,1289],[-6,-1143],[-725,2692]],[[229870,234989],[-428,-2537]],[[229442,232452],[-640,-2032]],[[228802,230420],[-160,3872],[-704,2678]],[[236900,233962],[5,-1513]],[[236905,232449],[-445,185],[-184,-1246],[-288,178]],[[235988,231566],[-422,-16],[-379,7037]],[[224435,238770],[11,-6721]],[[224446,232049],[-926,-12]],[[223520,232037],[-1061,-73],[-2,2835]],[[225602,236097],[-347,-5926]],[[225255,230171],[-325,-1870]],[[224930,228301],[-484,3748]],[[245308,223867],[-799,1569],[36,944],[-274,2264]],[[244271,228644],[603,287]],[[244874,228931],[203,-2331],[251,-832],[-20,-1901]],[[244558,230559],[-645,-479],[-351,1662],[-258,-1459],[-367,543]],[[242937,230826],[126,1509],[-231,3991]],[[243633,238723],[169,-1018],[54,-2471],[406,-1498],[38,-2365],[258,-812]],[[245528,235452],[-238,-4825]],[[245290,230627],[-329,-692]],[[244961,229935],[-403,624]],[[235988,231566],[8,-4159]],[[235996,227407],[-1499,-100]],[[234497,227307],[-325,5269]],[[239649,236967],[279,-442],[95,-4141],[287,-11],[14,-1373],[-301,-819]],[[240023,230181],[-367,261],[-1652,-20]],[[238004,230422],[33,3587]],[[241039,238421],[19,-2543]],[[241058,235878],[90,-2556],[-90,-2140]],[[241058,231182],[-312,-1023]],[[240746,230159],[-723,22]],[[242403,235025],[-396,-2817]],[[242007,232208],[-408,-1799],[-460,906]],[[241139,231315],[-81,-133]],[[268432,228203],[-222,-845]],[[268210,227358],[-526,3596],[-439,645],[-59,2718]],[[228802,230420],[-812,-4930]],[[227990,225490],[-930,5237]],[[231395,233651],[-275,-1643],[131,-1238]],[[231251,230770],[-412,483],[-916,-965]],[[229923,230288],[-71,1866],[-410,298]],[[242937,230826],[-38,-676]],[[242899,230150],[-457,1473],[-435,585]],[[226432,226825],[-346,-1970]],[[226086,224855],[-87,1789],[-744,3527]],[[226891,229920],[-513,-2622],[54,-473]],[[246609,233585],[-25,-1023]],[[246584,232562],[-762,-996],[-135,-865]],[[245687,230701],[0,-1]],[[245687,230700],[-397,-73]],[[266852,234312],[-10,-6935],[145,-1217]],[[266987,226160],[-200,-2815]],[[266787,223345],[-399,937],[-283,2980],[-405,1944],[-589,2028]],[[264877,231300],[-794,-653],[8,-1736],[-255,56]],[[263836,228967],[-266,699]],[[247598,233761],[-477,-3687],[-248,-294],[-10,-2337]],[[246863,227443],[-276,26]],[[246587,227469],[-43,-63]],[[246544,227406],[-91,2727],[131,2429]],[[218560,234830],[1,-12369]],[[218561,222461],[3,-3801],[-131,-3064],[-135,-246]],[[218298,215350],[-586,2295],[-155,1738],[-559,1471],[-109,1938],[-428,2706],[-230,-539],[-627,431]],[[221196,234875],[-9,-4032]],[[221187,230843],[-585,153],[-126,-5325],[-5,-3218]],[[220471,222453],[-272,-3]],[[220199,222450],[-1638,11]],[[223520,232037],[7,-6643]],[[223527,225394],[-721,2115],[-1183,235]],[[221623,227744],[-251,17],[4,3079],[-189,3]],[[268210,227358],[-114,-1168]],[[268096,226190],[-1109,-30]],[[272837,223331],[-14,0]],[[272823,223331],[-64,-213]],[[272759,223118],[-215,-625],[-556,-55]],[[271988,222438],[-4,2546]],[[271984,224984],[-177,2427],[99,1442],[-322,1679],[221,1273]],[[272248,234159],[350,-6434],[-19,-1080],[258,-3314]],[[272388,234172],[216,-5656],[-351,5644]],[[238004,230422],[-370,-3472]],[[237634,226950],[-15,2086],[-480,949],[-234,2464]],[[232203,231142],[-438,1363],[375,-6983]],[[232140,225522],[-575,-1123]],[[231565,224399],[-196,1520],[-118,4851]],[[247737,223729],[-329,25],[-92,1327],[-453,2362]],[[247598,233761],[-7,-4805],[112,-2059],[203,-841],[-169,-2327]],[[248079,233034],[-93,-5082],[222,493],[142,-926]],[[248350,227519],[-169,-1243],[4,-1675],[243,-2463],[7,-2735]],[[248435,219403],[-412,1679],[32,1884],[-166,601]],[[247889,223567],[-152,162]],[[262232,228930],[-64,-3572]],[[262168,225358],[-1,-31]],[[262167,225327],[-472,-1559]],[[261695,223768],[-260,-97],[30,2044],[-246,2372]],[[261213,230026],[0,122]],[[249417,232348],[-288,-1736],[-365,-1099]],[[248764,229513],[-363,-244],[-62,-812],[282,-1440]],[[248621,227017],[-271,502]],[[271521,233023],[-209,-1367],[211,19],[-61,-1459],[280,-1434],[17,-2305]],[[271759,226477],[-575,-58],[-356,-1658],[-304,-535]],[[270524,224226],[-1,7902]],[[237634,226950],[-209,-1155],[251,-2061]],[[237676,223734],[-488,-232],[-948,-2204]],[[236240,221298],[-9,6070],[-235,39]],[[234497,227307],[188,-998],[-40,-2779]],[[234645,223530],[-249,562],[-163,2138],[-77,-1073],[335,-1692],[-100,-2415]],[[234391,221050],[-400,-946],[-152,1094]],[[233839,221198],[-128,697],[-451,-247]],[[233260,221648],[-1120,3874]],[[249637,222999],[-31,137]],[[249606,223136],[-17,-11]],[[249589,223125],[-854,2530],[-114,1362]],[[248764,229513],[178,-1314],[189,484],[62,-1577],[278,-41],[74,2259],[374,1265],[70,-3363],[267,-194],[-426,-2469],[-490,256],[297,-1820]],[[250525,230647],[-312,-71],[261,1146],[51,-1075]],[[246544,227406],[-360,597],[-279,-302]],[[245905,227701],[-208,1350],[-10,1649]],[[229923,230288],[145,-1541]],[[230068,228747],[-848,-6121]],[[229220,222626],[-749,-87]],[[228471,222539],[-487,2914]],[[227984,225453],[6,37]],[[242899,230150],[-21,-3785]],[[242878,226365],[-34,-727],[-510,-1743],[182,-15],[-22,-1563],[-530,-1558],[-885,886]],[[241079,221645],[5,8529],[-338,-15]],[[270524,224226],[-18,-8]],[[270506,224218],[-216,2191],[-389,132],[-406,1491]],[[269495,228032],[311,619],[458,3477]],[[269495,228032],[-310,330]],[[224930,228301],[-647,-3579]],[[224283,224722],[-370,-472]],[[223913,224250],[-386,1144]],[[243094,222650],[507,-1497],[-373,-1379],[-504,1635],[370,1241]],[[244961,229935],[-87,-1004]],[[244271,228644],[-426,-208],[-645,-3854]],[[243200,224582],[80,1697],[-402,86]],[[231565,224399],[21,-2330],[-179,-21]],[[231407,222048],[-240,599]],[[231167,222647],[-226,617],[-208,2752],[-251,273],[-414,2458]],[[245905,227701],[-338,-3548]],[[245567,224153],[-211,-1645]],[[245356,222508],[-48,1359]],[[221623,227744],[-6,-5221]],[[221617,222523],[-1146,-70]],[[227984,225453],[-780,-2865],[-98,358]],[[227106,222946],[-308,892],[-366,2987]],[[241079,221645],[-915,2302],[-643,1244],[-860,-33],[-722,-625],[-263,-799]],[[226086,224855],[-251,-1276],[-617,-1664]],[[225218,221915],[-190,1265],[73,1338],[-818,204]],[[261984,223666],[48,-1027],[-349,843],[301,184]],[[262167,225327],[153,-1172],[-625,-387]],[[263836,228967],[267,-1312],[-501,151],[-1029,-3276],[-405,828]],[[231167,222647],[-368,-2222],[-115,-1978],[-812,-2987]],[[229872,215460],[-51,299]],[[229821,215759],[273,1332],[-648,4505],[-226,1030]],[[245356,222508],[-369,-726]],[[244987,221782],[-280,-1858],[-256,1228],[-396,-628],[-7,2090],[-206,-84],[-20,2140],[-622,-88]],[[270506,224218],[-1,-4598]],[[270505,219620],[-384,-936],[-50,1175],[-543,18]],[[269528,219877],[-418,-93],[-2,1070],[-275,505]],[[268833,221359],[-7,4941]],[[268833,221359],[-783,495]],[[268050,221854],[-36,3076],[82,1260]],[[248195,214699],[-70,-748]],[[248125,213951],[-368,-1498],[-381,4155],[-144,-1654]],[[247232,214954],[0,260]],[[247232,215214],[0,103]],[[247232,215317],[15,318]],[[247247,215635],[13,86]],[[247260,215721],[55,1625],[-668,4635],[-414,1833],[-105,1452],[-208,-1076],[-353,-37]],[[247889,223567],[32,-2068],[-180,-982],[125,-870],[386,-448],[38,-1287],[-225,-2e3],[130,-1213]],[[222150,222529],[-533,-6]],[[223913,224250],[-73,-521]],[[223840,223729],[-340,-2416],[-157,1139],[-1193,77]],[[249173,217874],[111,-1305],[-400,134],[289,1171]],[[249589,223125],[-488,-958],[203,-1847],[362,-1192],[-111,-777],[530,-230],[375,-1687],[141,831],[307,-3039],[-50,-1667],[-254,-1182],[-172,579],[-447,-2429],[422,3793],[-138,1557],[-368,-603],[-134,2620],[-304,1182],[-628,94],[58,1184],[-307,734],[-151,-685]],[[236240,221298],[-45,-112]],[[236195,221186],[-276,35]],[[235919,221221],[-211,269],[-540,-841],[124,4279],[-302,699],[-198,-2304],[-147,207]],[[227106,222946],[-578,-5086]],[[226528,217860],[-680,53],[-139,1116]],[[225709,219029],[22,814],[-513,2072]],[[271988,222438],[9,-2348],[241,-1825]],[[272238,218265],[-390,-928]],[[271848,217337],[-291,1592],[-5,2834],[246,456],[-91,1669],[277,1096]],[[271759,226477],[138,-1242],[-266,-1802],[-119,-4400],[73,-1266]],[[271585,217767],[-204,-13],[-96,2166],[-186,606],[-594,-906]],[[233260,221648],[-107,-2624],[-243,-16],[-116,-2071]],[[232794,216937],[-175,-671],[-275,621],[-264,-1151]],[[232080,215736],[-404,3185],[-269,3127]],[[228471,222539],[-170,-901],[-100,-3633]],[[228201,218005],[-1040,-5116]],[[227161,212889],[-321,2085]],[[226840,214974],[-364,2442],[52,444]],[[244928,217715],[211,-933],[-107,-1820],[-305,1569],[201,1184]],[[247260,215721],[-525,940],[-7,-1505],[-198,-130],[-95,-1883],[-522,-151],[-171,914],[376,1325],[-332,809],[-84,1095],[-261,-2776],[-233,825],[15,1953],[-358,1998],[122,2647]],[[225709,219029],[-761,-6052]],[[224948,212977],[-1106,2536]],[[223842,215513],[-2,8216]],[[223842,215513],[-1,-2983]],[[223841,212530],[-1697,16]],[[222144,212546],[6,9983]],[[272759,223118],[386,-4323]],[[273145,218795],[-132,-298],[16,-2699],[-744,-89],[-47,2556]],[[232080,215736],[-73,-613]],[[232007,215123],[-254,-1543],[-960,-3417]],[[230793,210163],[-921,5297]],[[229821,215759],[-780,-3735]],[[229041,212024],[-105,759]],[[228936,212783],[-735,5222]],[[222144,212546],[-1943,-92]],[[220201,212454],[-2,9996]],[[220201,212454],[-1549,-37]],[[218652,212417],[-301,1679],[-53,1254]],[[235183,217123],[-168,-988],[-897,-3581],[738,3848],[327,721]],[[234284,214573],[-491,4941],[46,1684]],[[234391,221050],[301,-995],[33,-3555],[-122,190],[-319,-2117]],[[236195,221186],[-1085,-2978],[545,2519],[264,494]],[[234284,214573],[-259,-341],[-245,-3555],[-456,-2355],[-295,-718]],[[233029,207604],[-168,76],[-313,2527],[-238,31],[-6,1604],[-193,734],[-104,2547]],[[269528,219877],[10,-5017],[-370,-17],[1,-3161]],[[269169,211682],[-610,-875]],[[268559,210807],[-4,-26]],[[268555,210781],[11,1180],[-229,1769],[-631,423],[-130,2753]],[[267576,216906],[349,3015],[125,1933]],[[271585,217767],[74,-1765]],[[271659,216002],[-47,-5892],[-823,-7]],[[270789,210103],[-996,7]],[[269793,210110],[-470,1716],[-154,-144]],[[226840,214974],[-1288,-6318]],[[225552,208656],[-604,4321]],[[274038,206958],[-133,1]],[[273905,206959],[-39,-1]],[[273866,206958],[-329,-17],[-54,-3299]],[[273483,203642],[-296,3940]],[[273187,207582],[-245,-773],[-517,1780]],[[272425,208589],[33,1990],[-268,1417]],[[272190,211996],[-290,2402]],[[271900,214398],[73,2026],[-125,913]],[[273145,218795],[71,-1438],[822,-10399]],[[228017,208315],[-311,1140],[-437,-2085]],[[227269,207370],[-501,3617],[393,1902]],[[228936,212783],[-919,-4468]],[[272425,208589],[-133,-1746]],[[272292,206843],[-680,-113],[4,-8039]],[[271616,198691],[-837,-35]],[[270779,198656],[10,11447]],[[271659,216002],[241,-1604]],[[230793,210163],[-40,-5357]],[[230753,204806],[-186,-16]],[[230567,204790],[-105,611]],[[230462,205401],[-405,-37]],[[230057,205364],[-229,272]],[[229828,205636],[-9,-8]],[[229819,205628],[-2,32]],[[229817,205660],[-203,3106],[-295,2552],[-278,706]],[[225150,203636],[-1,663],[-1297,-17]],[[223852,204282],[-11,8248]],[[225552,208656],[258,-1776]],[[225810,206880],[-660,-3244]],[[230757,204203],[-4,603]],[[233029,207604],[-514,-1808],[-270,336],[-409,-941],[-73,-1321],[716,1768],[-1755,-5263],[983,3206],[18,865],[-525,-948],[-443,705]],[[226700,204666],[-382,955],[-249,-541]],[[226069,205080],[-259,1800]],[[227269,207370],[-569,-2704]],[[229817,205660],[1,-376]],[[229818,205284],[-753,-2126],[109,-1486]],[[229174,201672],[-69,-398],[-683,1260]],[[228422,202534],[5,4144],[-122,1448],[-288,189]],[[223852,204282],[-1657,-123]],[[222195,204159],[-37,-4]],[[222158,204155],[-14,8391]],[[222158,204155],[-1965,141]],[[220193,204296],[8,8158]],[[220193,204296],[2,-8383]],[[220195,195913],[-275,-20]],[[219920,195893],[-228,1634],[-299,5632],[-270,1346],[-137,3111],[-290,2181],[-44,2620]],[[269793,210110],[391,-3170],[-256,-2281]],[[269928,204659],[-433,506],[-598,-8]],[[268897,205157],[-149,697],[-6,3295],[-183,1658]],[[270779,198656],[-274,-620]],[[270505,198036],[2,3099]],[[270507,201135],[2,766],[-428,978],[-153,1780]],[[228422,202534],[-599,-3072]],[[227823,199462],[-496,1215],[-66,1282],[-333,364],[-228,2343]],[[273483,203642],[-949,-51],[-367,555],[125,2697]],[[273866,206958],[152,-4435],[384,-6703],[460,-6126],[-21,-545]],[[274841,189149],[-1029,-223]],[[273812,188926],[17,9772]],[[273829,198698],[-61,3007],[-285,1937]],[[274038,206958],[411,-2425],[-276,2427]],[[274173,206960],[19,0]],[[274192,206960],[437,-3794],[144,-2446],[-167,-836],[-12,3069],[-288,-3646],[-72,100],[-11,3804],[-174,606],[153,1506],[-297,1636]],[[226409,193288],[-981,21]],[[225428,193309],[-276,-3]],[[225152,193306],[-2,10330]],[[226069,205080],[-235,-508],[782,-8928],[-25,-123]],[[226591,195521],[-240,-1164],[58,-1069]],[[273829,198698],[-2213,-7]],[[229313,193901],[29,366]],[[229342,194267],[112,1478],[226,125],[508,2370],[340,470],[-1215,-4809]],[[229467,200562],[-293,1110]],[[229818,205284],[138,-1955],[593,-2862],[-702,-2230],[-380,2325]],[[230462,205401],[-19,-1857],[-353,715],[-33,1105]],[[227823,199462],[-461,-4167]],[[227362,195295],[-76,-648],[-695,874]],[[270507,201135],[-552,2],[0,-813],[-1166,-23]],[[268789,200301],[108,4856]],[[223852,204282],[-7,-10983]],[[223845,193299],[-1631,-503],[-15,3242]],[[222199,196038],[-4,8121]],[[225152,193306],[-1307,-7]],[[222199,196038],[-2004,-125]],[[229467,200562],[-206,-608],[191,-1783]],[[229452,198171],[-926,-864],[295,-1302]],[[228821,196005],[-626,-2606]],[[228195,193399],[-53,240]],[[228142,193639],[-158,1151],[-622,505]],[[270505,198036],[-139,-2611]],[[270366,195425],[-1519,30]],[[268847,195455],[-374,-12]],[[268473,195443],[316,4858]],[[271616,198691],[0,-1635],[277,2],[94,-2171],[192,-1069],[303,-11],[-262,-959],[585,-3549],[246,-3711]],[[273051,185588],[-1173,63]],[[271878,185651],[-1368,-4]],[[270510,185647],[-6,9777],[-138,1]],[[273812,188926],[-11,-3356]],[[273801,185570],[-750,18]],[[229222,193536],[-326,-2723],[39,1456],[287,1267]],[[228195,193399],[229,-262],[-76,-1380]],[[228348,191757],[-206,1882]],[[228490,190446],[-134,1235]],[[228356,191681],[444,2665],[-7,-1493],[-303,-2407]],[[229452,198171],[-21,-806]],[[229431,197365],[-30,-1032]],[[229401,196333],[-338,-1783],[-242,1455]],[[223845,193299],[14,-13095]],[[223859,180204],[1,-1601],[-436,24]],[[223424,178627],[-1056,73],[-103,854],[-232,-1005]],[[222033,178549],[-141,1379],[72,2611],[-322,2960],[-327,370],[-463,2627],[-155,3392],[-155,198],[-278,2896],[-344,911]],[[228348,191757],[8,-76]],[[228490,190446],[-3,-28]],[[228487,190418],[-16,-156]],[[228471,190262],[-133,-1330],[-231,1091],[-604,-774]],[[227503,189249],[-413,475],[-457,1288],[12,1137]],[[226645,192149],[-45,799]],[[226600,192948],[-191,340]],[[268847,195455],[7,-2885]],[[268854,192570],[-198,-1538],[342,-1335],[-115,-2957],[-287,863],[-300,2065],[148,2365],[29,3410]],[[270510,185647],[-1388,-19]],[[269122,185628],[467,3254],[-294,1838],[49,-1786],[-175,307],[19,1799],[-334,1530]],[[225428,193309],[7,-14809]],[[225435,178500],[-810,49]],[[224625,178549],[3,1455],[-769,200]],[[226645,192149],[-378,-2056],[-22,-4642]],[[226245,185451],[-328,-1],[5,-6978]],[[225922,178472],[-487,28]],[[228402,187096],[249,1941],[-343,-3973],[94,2032]],[[227963,184054],[-1438,-46],[-280,1443]],[[227503,189249],[288,8],[201,-2841],[170,164],[-199,-2526]],[[275241,183987],[-902,23]],[[274339,184010],[-271,4],[-3,1573],[-264,-17]],[[274841,189149],[341,-3281],[59,-1881]],[[273051,185588],[-176,-2846],[396,-2050],[334,-3158]],[[273605,177534],[-628,-17],[1,-1639],[-277,-12],[2,-1649],[-824,22]],[[271879,174239],[-2,5717]],[[271877,179956],[1,5695]],[[271877,179956],[-1371,-47]],[[270506,179909],[4,5738]],[[270506,179909],[-2,-2429]],[[270504,177480],[-549,22],[3,3302],[-874,53]],[[269084,180857],[-345,1646],[240,734],[143,2391]],[[274339,184010],[6,-6562]],[[274345,177448],[1,-1562],[-580,-3038]],[[273766,172848],[42,3614],[-203,1072]],[[227901,178788],[-37,1]],[[227864,178789],[9,1767],[307,3881]],[[228180,184437],[70,-94]],[[228250,184343],[-349,-5555]],[[227963,184054],[-251,-4475],[-258,-852],[114,2438],[-407,-1626],[-336,1829],[200,-2389],[-320,-88]],[[226705,178891],[-582,-1386]],[[226123,177505],[-201,967]],[[275241,183987],[343,-5478]],[[275584,178509],[-145,-584]],[[275439,177925],[-1,-410]],[[275438,177515],[-1093,-67]],[[270504,177480],[-3,-3270]],[[270501,174210],[-551,17],[0,-506]],[[269950,173721],[0,-130]],[[269950,173591],[-1,-996],[-273,12]],[[269676,172607],[-254,2093],[-338,6157]],[[224625,178549],[159,-3917],[135,10],[-13,-5059]],[[224906,169583],[-1481,40]],[[223425,169623],[-1,9004]],[[271879,174239],[-1378,-29]],[[223425,169623],[-158,-2061],[-441,-1922]],[[222826,165640],[-276,5054],[-494,3303],[54,2886],[-77,1666]],[[228015,167092],[-166,1925],[-8,2670]],[[227841,171687],[174,-4595]],[[227841,171687],[-52,110],[22,6050],[53,942]],[[227901,178788],[-82,-3294],[22,-3807]],[[227632,166164],[-1163,-35],[-267,256]],[[226202,166385],[-78,3148]],[[226124,169533],[-1,7972]],[[226705,178891],[360,-137],[283,-871],[341,625],[-132,-4582],[-184,-313],[-31,-3271],[212,-1257],[78,-2921]],[[226124,169533],[-934,42]],[[225190,169575],[-284,8]],[[275994,173067],[-63,2]],[[275931,173069],[-9,1]],[[275922,173070],[-37,2]],[[275885,173072],[-22,0]],[[275863,173072],[-26,-266],[-2071,42]],[[275438,177515],[375,-1551],[181,-2897]],[[273766,172848],[-167,-3535],[-1729,10]],[[271870,169323],[9,4916]],[[269950,173591],[197,-1158],[100,-2595],[-427,921],[-144,1848]],[[271870,169323],[-1374,16]],[[270496,169339],[-105,2644],[304,1032],[-368,4],[-94,-803],[-283,1505]],[[275863,173072],[173,-517],[58,-7156],[-69,-4426]],[[276025,160973],[-424,252],[-1823,-64]],[[273778,161161],[-12,11687]],[[273778,161161],[4,-1336]],[[273782,159825],[-1083,-119],[-9,4916],[-814,-70]],[[271876,164552],[-6,4771]],[[270224,168129],[277,-3877],[-101,-154],[-176,4031]],[[271876,164552],[5,-1688],[-271,-31],[4,-1924],[-522,237]],[[271092,161146],[-65,2473],[-474,1226],[-124,2786],[67,1708]],[[225190,169575],[-740,-9780]],[[224450,159795],[-249,-323],[-357,2361],[-856,1101],[54,931],[-216,1775]],[[226202,166385],[-130,-3036],[395,-282],[0,-1591]],[[226467,161476],[2,-5174]],[[226469,156302],[-921,-317],[-542,1946],[-162,1244],[-394,620]],[[227781,162637],[-161,-1600],[-221,-469],[-932,908]],[[227632,166164],[36,-3208],[113,-319]],[[273782,159825],[19,-5212]],[[273801,154613],[0,-3238]],[[273801,151375],[-1312,-39]],[[272489,151336],[-461,1867],[-228,-193],[-395,1936],[-191,1815],[-122,4385]],[[227781,162637],[266,-4006],[-45,-1342],[291,-825],[-120,-2091],[-349,-1094],[6,-1266],[-411,861],[-516,2812],[-434,616]],[[276025,160973],[-123,-6440]],[[275902,154533],[-491,-343],[-1072,2],[-538,421]],[[275036,140768],[-16,1]],[[275020,140769],[-149,-434]],[[274871,140335],[3,-76]],[[274874,140259],[-199,601],[-388,-1467],[-445,274]],[[273842,139667],[-42,3489],[1,8219]],[[275902,154533],[-196,-4031],[-305,-2455],[-117,-2922],[81,-1855],[-329,-2502]],[[275491,142866],[-401,-4417],[-362,-2015],[523,3742],[240,2690]],[[273842,139667],[-118,-686],[-512,-438],[-244,1966],[102,2254],[184,-1641],[296,-971],[166,920],[-246,1771],[-349,146],[-259,2834],[-188,3420],[234,599],[-210,868],[-82,-1356],[-127,1983]],[[267576,216906],[-181,85],[-177,1931],[-468,2015],[37,2408]],[[233545,583163],[470,-1],[0,7179],[546,-266],[367,-1412],[396,-7638],[-21,-1975],[288,-1125],[438,-310]],[[249572,564554],[-1138,-3158],[-1287,-1848],[-816,-1938],[-809,-2999]],[[245498,568091],[407,1054],[402,-2818],[1697,311],[722,-2325],[296,673],[550,-432]],[[244050,541402],[0,-11146]],[[242234,539623],[263,1550],[296,-1143],[509,150],[748,1222]],[[245788,538230],[8,-8017]],[[244050,541402],[832,1557],[406,335],[672,1956],[311,-1206],[-365,-2639],[91,-1053],[-209,-2122]],[[245788,538230],[630,1480],[422,-1520]],[[246668,543604],[119,-491],[-601,-1772],[482,2263]],[[254361,554779],[386,-1343],[-683,-275],[52,-770],[-806,-2719]],[[253310,549672],[-198,1603],[-596,-3]],[[252516,551272],[245,1549],[576,1487],[1024,471]],[[252129,567028],[638,1075],[-743,-3451],[-872,-1783],[142,-551],[-582,-1037],[-166,1627],[1583,4120]],[[252473,548019],[214,-3207]],[[251344,546531],[128,1308],[717,2354],[12,-1815],[272,-359]],[[253310,549672],[-511,-4124],[-63,2158],[-507,612],[-28,1852],[315,1102]],[[256406,536544],[0,-6253]],[[256406,530291],[-348,-1],[-4,-3236],[-348,4]],[[253820,544308],[634,-392],[509,-1456],[171,-1720],[674,-4188],[598,-8]],[[257802,530286],[-1396,5]],[[256406,536544],[265,725],[573,-1784],[182,767],[315,-1250],[489,2628],[901,2228],[763,318]],[[258234,522812],[-689,-2e3],[491,3712],[-698,206],[-249,-2795],[-468,641],[-361,-1504],[-267,-2116]],[[255011,510600],[-35,-2168],[-370,-346]],[[254678,502703],[346,2967],[570,1286],[473,4864],[330,489],[143,1898],[235,8],[-572,-6086],[-44,-1740],[-320,-1641],[-154,-2072]],[[266291,525881],[-781,769]],[[265510,526650],[490,1336],[-121,1234],[374,-217],[304,-1926],[-266,-1196]],[[264534,537282],[192,-119],[-169,-2149],[-263,1387],[240,881]],[[264771,527003],[-281,49]],[[264490,527052],[-48,-2]],[[264442,527050],[-19,1612],[-346,2],[-1,1612],[-2086,1],[-3,1628],[-347,-5]],[[261640,541399],[788,243],[-207,-1485],[-13,-3740],[568,-816],[557,744],[103,-1308],[702,1641],[226,-1325],[215,-3355],[-110,-1628],[279,286],[140,-1587],[477,-2056],[-594,-10]],[[263518,523913],[579,-847],[-387,-679],[-192,1526]],[[264442,527050],[-1182,1276],[-230,-2015],[-35,-1966],[-708,3125],[-1172,1762],[-254,-167],[-506,-2455]],[[260355,526610],[-463,132]],[[263048,514103],[-754,-309],[-259,1732]],[[262035,515526],[484,1050],[-316,238],[-233,2467],[498,2959],[580,1140]],[[261221,512584],[62,1278],[458,1591],[294,73]],[[260809,522684],[123,-2641],[-358,-487],[235,3128]],[[259619,509895],[-266,697],[189,946],[77,-1643]],[[260516,504530],[-484,-12]],[[259309,504590],[9,2168],[372,1310],[375,-215],[515,4334],[143,-2358],[-221,-3319],[14,-1980]],[[260516,504530],[127,-152],[342,4121],[-150,-4481],[235,2088]],[[266792,512571],[208,-2839],[-312,126],[-6,-2477],[298,-1301]],[[266298,493142],[-35,-2125],[-276,-1072],[-460,40],[-182,-1553]],[[266573,485031],[572,4601],[580,621],[347,1131],[524,-1430],[297,-2969],[77,-2649]],[[269259,474627],[236,-3607],[-157,-1606],[-122,-4884],[-353,83],[-169,1029]],[[268236,461261],[-80,-1234],[-498,-1330],[-248,-2669],[-87,-2521]],[[267323,453507],[-275,1112],[-676,-160]],[[267323,453507],[-736,-4608],[-57,-1020]],[[276369,283639],[51,-2897],[155,-81],[-317,-2464],[-721,-1619]],[[275537,276578],[-263,-628]],[[275274,275950],[-210,1997]],[[277898,288714],[355,-1067],[-412,-2026],[-248,443],[-747,-4416],[-356,-321],[309,2769]],[[64909,48285],[735,-2763],[362,-391],[488,-1483],[555,-3196],[-25,-2084],[244,11],[54,-1736],[492,-2286],[-474,-3219],[-428,-1373],[-453,-186],[-605,-2496],[-405,-3858],[-627,2125],[-103,1501],[89,4218],[-292,5441],[-196,1715],[345,2265],[317,3334],[-187,1774],[-23,2014],[137,673]],[[55028,84760],[233,-813],[-51,-4138],[-317,-1724],[-531,856],[-341,1190],[-70,1626],[168,1566],[392,1359],[517,78]],[[61944,65038],[-272,274]],[[61944,65038],[565,-356],[-456,-1900],[-525,1012],[-688,11],[160,2281],[672,-774]],[[61752,60573],[246,-292],[244,-1961],[-82,-859],[-351,-533],[-258,3324],[201,321]],[[62904,54516],[45,-1246],[-351,-599],[9,965],[297,880]],[[62814,62495],[340,-2480],[439,903],[263,-353],[320,-1916],[312,-600],[35,-1559],[-160,-1021],[-712,-1316],[-391,412],[-54,3221],[-459,616],[-172,1326],[59,2293],[180,474]],[[58972,75138],[409,-3430],[-19,-1219],[215,21],[315,-3031],[-404,-786],[-271,1419],[-580,-706],[-493,5221],[435,169],[393,2342]],[[53118,80469],[25,-1794],[-233,-683],[-126,-1603],[-75,1953],[409,2127]],[[996993,632383],[817,-1163],[91,-906],[715,-2639],[-621,1211],[-350,1710],[-879,1732],[227,55]],[[949,635992],[99,-1643],[-281,619],[182,1024]],[[7983,636500],[-23,-2275],[-307,-73],[-67,2101],[397,247]],[[8254,636861],[430,-729],[-177,-971],[-343,386],[90,1314]],[[8791,637399],[79,-1229],[-422,751],[343,478]],[[2943,637533],[355,-28],[110,-1138],[762,-730],[-472,-573],[-84,-1947],[-423,-823],[-299,1293],[442,1083],[-738,1716],[347,1147]],[[5406,633632],[-183,-597],[-329,1038],[-855,-380],[1115,1264],[256,737],[15,1940],[429,-501],[-230,-1194],[22,-1773],[-240,-534]],[[996376,638802],[311,-785],[-243,-852],[-68,1637]],[[7153,639094],[-123,-3160],[551,52],[-111,-1993],[-622,-692],[-248,-1116],[-148,1715],[-276,-2445],[-150,1181],[346,1636],[-142,1180],[574,-355],[-294,2578],[643,1419]],[[999634,639522],[333,-975],[-327,-1865],[-356,430],[-110,1601],[460,809]],[[8394,641129],[361,-843],[-150,-1151],[-356,-113],[145,2107]],[[993962,641501],[134,-1164],[-301,-1591],[5,-1345],[-561,-90],[-112,-1517],[-310,1266],[482,1562],[297,123],[366,2756]],[[15681,641867],[-88,-644],[551,-599],[499,441],[600,-278],[-1374,-850],[-663,468],[-396,-613],[-512,1117],[346,752],[243,-725],[794,931]],[[18716,646240],[355,-1060],[-312,-984],[-542,-452],[86,1790],[413,706]],[[13937,646817],[445,-1871],[-209,-1713],[-378,-563],[294,-1046],[-846,-839],[-955,-1616],[-414,666],[-938,-680],[1039,1800],[664,138],[756,1388],[293,1606],[-346,796],[246,1637],[349,297]],[[983194,648582],[-58,-2897],[-305,734],[-723,157],[686,1802],[400,204]],[[23639,652034],[277,-453],[-113,-1345],[-515,-1146],[-83,1789],[434,1155]],[[26147,655623],[246,-1330],[-168,-813],[-713,1494],[635,649]],[[980646,657671],[765,-147],[436,-2390],[463,-235],[-708,-1136],[-317,775],[-432,-1614],[-470,872],[165,1668],[-516,-336],[77,1140],[-541,-71],[552,1545],[526,-71]],[[28035,654543],[906,4624],[-94,1472],[527,2186],[747,66],[-272,830],[81,1805],[502,2014],[613,648],[607,-970],[-156,-2372],[-1193,-2675],[-517,-3466],[-1751,-4162]],[[36357,673363],[-391,-2467],[-196,1415],[587,1052]],[[34797,676523],[213,-3286],[496,2734],[387,-123],[69,-1817],[-313,-391],[-520,-2697],[580,1301],[182,-1595],[-673,-869],[-156,-1540],[-280,592],[46,-1877],[-401,265],[-1841,-3579],[-465,-1377],[-652,1241],[1054,2460],[1094,1206],[-224,1758],[468,338],[-151,1493],[938,464],[-875,524],[-340,2033],[352,1704],[1012,1038]],[[26197,724966],[756,-263],[-288,-1191],[-468,1454]],[[25148,736553],[-442,-1993],[-390,1138],[832,855]],[[39421,678834],[125,-1114],[-550,-30],[-134,746],[559,398]],[[36825,680387],[730,-1661],[-578,-1781],[-479,150],[-104,2381],[431,911]],[[38083,681762],[-169,-1483],[356,-62],[-384,-1861],[-336,2175],[180,1214],[353,17]],[[45571,685391],[688,-1487],[-645,-37],[-43,1524]],[[46952,694607],[166,-1890],[-229,-1028],[-301,1739],[364,1179]],[[42853,695877],[635,14],[266,-1568],[335,-4089],[373,437],[214,-1478],[-487,52],[-124,932],[-254,-1722],[-453,-779],[-609,441],[-827,-359],[-641,-1585],[-62,-1249],[-802,-1375],[-569,491],[-279,2148],[72,1348],[583,1047],[405,3984],[357,1064],[527,-514],[982,2495],[358,265]],[[48297,698203],[503,-1314],[-281,-972],[-458,2014],[236,272]],[[54719,699114],[35,-1698],[-430,-1611],[395,3309]],[[53768,699716],[-57,-3065],[-690,-2054],[16,3270],[392,-758],[85,2465],[254,142]],[[52387,701641],[19,-2213],[-523,1390],[504,823]],[[51366,702388],[94,-1872],[270,219],[343,-2313],[-187,-1094],[-921,1412],[40,2470],[361,1178]],[[52632,703466],[224,-1137],[-482,351],[258,786]],[[56428,729876],[0,-164]],[[56428,729712],[1,-1271]],[[56429,728441],[-376,-902],[0,-1576],[-688,44],[0,-1691],[-885,0],[-1,-1609],[-854,-47],[-10,-3153],[262,-17],[11,-6313],[-174,-1752],[845,0],[0,-4665]],[[54559,706760],[-221,3584],[-465,487],[-226,-1331],[-227,543],[-128,-1791],[-942,-1954],[-501,-2558],[-203,1961],[-156,-2246],[-321,-160],[-388,1335],[-213,-1550],[-896,-1527],[-526,87],[101,2154],[312,2133],[-635,501],[-315,-1612],[38,-2336],[-533,-3433],[-423,296],[235,-2134],[-319,-953],[-328,1503],[-197,-2494],[-614,575],[-124,3742],[-387,952],[-195,-964],[305,-1471],[135,-4091],[-322,1731],[-87,-1650],[-581,-104],[-229,2389],[-557,961],[-44,-1927],[533,-1473],[-911,-2585],[204,4150],[-79,1484],[293,977],[934,318],[218,2402],[379,1261],[396,-106],[-126,1804],[846,4218],[1241,3631],[1202,1199],[764,131],[636,709],[-429,-1919],[670,-3198],[315,-565],[-272,3531],[664,-282],[156,-1434],[616,-516],[78,1328],[-802,1925],[-146,1183],[588,5125],[1475,4921],[1402,2354],[1201,3895]],[[131839,702693],[478,-1815],[-261,-3590],[-338,3444],[121,1961]],[[133475,712615],[472,-2306],[365,-3908],[-109,-3956],[-237,-2723],[-412,-1256],[-725,1926],[513,3110],[-666,-3077],[-842,2748],[552,2915],[-268,716],[-19,1677],[519,1253],[-147,1905],[1004,976]],[[60956,762087],[579,2152],[207,3039]],[[61742,767278],[1861,118],[1,-5313],[-2648,4]],[[51410,765657],[-525,-4199],[-534,-542],[50,2808],[1009,1933]],[[50361,766039],[-741,-1613]],[[49620,764426],[-84,1634],[825,-21]],[[50463,766367],[0,3048],[447,4],[153,1512],[-4,3289],[475,13],[-1,1618],[474,68],[155,1546],[1,3271],[484,-4],[8,3225],[637,43],[12,3203],[445,89],[14,3067],[182,1579],[477,25],[0,3225],[493,-12],[187,1563],[6,3225],[507,4],[7,1610],[466,16],[197,3194],[2958,4],[8,-1469],[509,-23],[-9,1634],[498,0],[0,1661],[983,-7],[4,-1637],[3363,-86]],[[64599,804865],[6,-22904],[-455,-40],[-4,-1619],[-951,22],[-1,-1609],[-472,18],[-264,-3260],[-959,50],[-1,-1622],[-475,33],[8,-3299],[224,-22],[8,-3864]],[[61263,766749],[-1094,-1969],[-1642,-2596],[-488,694],[-100,1404],[-595,1396],[200,3649],[-346,-1592],[-442,-553],[-70,-2804],[-205,-87],[353,-4364],[-131,-1596],[-719,558],[-940,6038],[-710,1488],[71,1756],[-303,-417],[-191,-2035],[-311,-514],[-282,1932],[-662,238],[-84,2398],[-285,617],[-1091,-3021],[-733,-1002]],[[61033,724292],[684,-545],[-930,-219],[246,764]],[[71633,804882],[114,-1587],[1,-6528],[-370,-12],[-9,-6508],[-350,-18],[4,-6265],[-356,2],[-2,-1646],[-479,-11],[4,-3276],[-475,-9],[9,-1643],[-816,-49],[14,-3240],[-942,-29],[5,-3278],[149,-20],[-2,-6355],[154,-1634],[924,0]],[[69210,762776],[7,-3471],[-453,-1843],[-736,-1056],[-774,-256],[-138,-1018],[-764,-799],[4,-5901],[-324,-916],[-689,-542],[-206,-2415],[-365,-3],[219,-1278],[-365,-813],[-334,533],[-169,-1391],[-664,236],[-689,-3490],[-377,-3219],[1107,-39]],[[63500,735095],[-534,-3229],[-498,991],[-283,-2643],[-165,1250],[-876,-3730],[-513,1840],[-93,-1738],[-418,-1467],[297,-1220],[-476,-272],[-290,1208],[-838,-1435],[-237,-1294],[835,518],[-97,-1512],[-773,886],[47,-1061],[-586,328],[-1008,-4054],[729,1416],[658,-1055],[-890,-5668],[-359,2476],[4,-2388],[-569,564],[-201,-1660],[-1170,-915],[-208,-1647],[-122,1992],[-209,-168],[97,-2311],[-195,-2337]],[[56429,728441],[768,-812],[-200,4018],[209,1634],[848,4197],[641,1528],[416,1983],[586,1663],[449,-1864],[-119,2914],[-249,-206],[-35,2059],[292,6723],[196,1491],[338,171],[-417,2931],[211,2814],[593,2402]],[[61742,767278],[-123,1251],[-356,-1780]],[[64599,804865],[4288,-12],[2746,29]],[[65699,709069],[-504,744],[538,1338],[-34,-2082]],[[70400,724037],[-204,-1087],[-508,-19],[712,1106]],[[68718,724702],[-249,-2013],[-521,-1694],[196,2303],[574,1404]],[[69851,724354],[-436,-1711],[-363,957],[373,1310],[426,-556]],[[72263,735888],[654,-276],[179,-1133],[-749,-602],[-369,-1913],[-213,2136],[498,1788]],[[71587,750055],[468,-1112],[218,-1969],[-712,1537],[26,1544]],[[72121,750653],[752,-1609],[143,801],[402,-896],[-319,-1580],[498,-23],[268,1873],[864,-1804],[-645,-1900],[256,-24],[-10,-2224],[878,340],[-525,-3652],[-488,209],[-628,1356],[-204,-635],[516,-1217],[-216,-2411],[-309,-183],[-530,1368],[-251,-544],[428,-942],[-369,-902],[-533,226],[-638,-2935],[-448,348],[322,-1679],[-993,-4198],[-693,-436],[211,1779],[606,2267],[-320,-122],[143,1970],[-433,-1663],[-186,436],[448,2279],[-693,794],[-670,-679],[120,-1420],[344,1135],[575,213],[-523,-3914],[-670,1507],[-38,3723],[-597,1836],[85,2427],[257,1668],[757,2434],[973,102],[63,-1862],[628,-4462],[-147,2063],[79,2795],[-204,1554],[706,-247],[-928,1791],[8,1470],[588,1559],[419,-1165],[70,-2442],[174,2478],[786,-908],[-91,1984],[527,-1432],[-621,2635],[26,690]],[[72294,752633],[298,-243],[384,-2001],[-771,1279],[-524,168],[436,1600],[177,-803]],[[74768,758552],[203,-1494],[403,602],[-149,-1955],[513,1173],[-64,-2164],[-263,-1096],[-683,1715],[168,-2076],[-475,81],[-333,-1022],[-37,2484],[-168,-2623],[-420,-227],[-2,-1319],[-1063,2147],[-114,1830],[590,-260],[-304,1148],[155,946],[718,-477],[-72,2281],[417,1422],[495,-330],[341,-2521],[144,1735]],[[73815,761335],[865,1186],[-376,-3031],[-417,471],[-72,1374]],[[72144,766667],[-256,-165],[-279,-2562],[-649,-1819],[-613,-91],[-174,-2213],[-343,-43],[106,-2403],[-387,-650],[215,-848],[-602,-2221],[-49,-1387],[-356,1779],[54,-1574],[-325,275],[-479,-1769],[-793,237],[-111,-2260],[-819,-2014],[-130,-1038],[-600,882],[68,-2347],[-396,-579],[9,-1505],[-775,384],[-35,-2432],[-520,654],[-902,-2724],[-22,-1053],[573,813],[-196,-1902],[142,-997]],[[69210,762776],[1368,8],[-5,1620],[1015,10],[-7,2250],[405,-14]],[[71986,766650],[158,17]],[[124853,753145],[-549,-606],[-394,-1297],[-255,1284]],[[123655,752526],[58,1721]],[[123713,754247],[93,682]],[[123806,754929],[27,-1188],[798,113],[222,-709]],[[124293,757146],[749,-2547],[-1014,763],[-164,962],[429,822]],[[124853,768717],[211,-1953],[1165,-2450],[370,-2181],[920,-3383],[-235,-797],[808,-4371]],[[128092,753582],[-945,-4191]],[[127147,749391],[-329,-1604]],[[126818,747787],[-267,-754]],[[126551,747033],[-348,2791],[-600,2743],[-36,3375],[303,711],[-120,1531],[-569,-3645],[-841,2824],[-590,340],[-226,2827],[-376,2538],[-6,5749]],[[123142,768817],[1711,-100]],[[122507,768865],[608,-35]],[[123115,768830],[94,-1237],[-284,-3190],[-329,1968],[-89,2494]],[[125028,711856],[427,56],[-445,-1309],[18,1253]],[[130215,719801],[107,-2063],[756,-2315],[-338,-626],[254,-2100],[-618,-805],[-298,1242],[209,718],[-487,1319],[-280,-690],[-164,3076],[325,413],[163,1718],[371,113]],[[129378,721918],[249,-1134],[-115,-2167],[-590,-788],[-540,1882],[182,1807],[814,400]],[[130830,716910],[-489,1840],[74,2204],[-143,1693],[379,-778],[302,-2036],[326,196],[295,-2757],[-436,-1557],[-308,1195]],[[128815,728558],[1034,-4174],[-772,-1663],[-360,265],[62,2359],[-148,3099],[184,114]],[[126153,727422],[-66,1104],[446,-558],[-459,-4949],[-272,-4761],[208,396],[-146,-3602],[-196,615],[-111,3651],[-137,-5807],[-277,1260],[-136,3641],[146,2921],[525,49],[-191,2101],[-591,341],[101,963],[-332,2219],[-28,2428],[338,-759],[186,2187],[562,-1046],[430,-2394]],[[126096,733937],[1281,-1597],[902,-116],[343,-1458],[134,-4906],[-199,-1131],[-500,1925],[-370,3179],[207,-4437],[380,-383],[50,-1490],[-321,-1688],[-659,1031],[14,-897],[-617,-308],[-202,4527],[180,2218],[-303,119],[-132,1682],[-636,2448],[448,1282]],[[130329,738612],[336,-2561],[-336,-2230],[901,-864],[-218,-3192],[698,-1259],[105,-3850],[709,243],[1430,-3886]],[[133954,721013],[215,-2257],[-268,-1573],[-450,60],[-523,-1243],[217,-2328],[-367,57],[-534,1418],[-526,-1313],[-53,-1739],[-415,-1188],[272,-1077],[-70,-1918],[-374,-1019],[-347,1785]],[[130731,708678],[461,1375],[54,2694],[202,40],[-10,3932],[574,625],[-464,526],[-186,2188],[-506,719],[-71,1280],[-436,1390],[254,2614],[-500,-62],[-115,1369],[-779,1724],[-462,2944],[356,-607],[-84,2467],[-160,-1289],[-1099,1537],[-631,1283]],[[127129,735427],[607,1116],[481,-957],[392,2691],[952,1778],[768,-1443]],[[120135,747679],[-911,-75]],[[119224,747604],[-113,-9]],[[119111,747595],[-67,-5]],[[119044,747590],[175,3136],[916,-3047]],[[118824,752542],[436,-1596],[-323,-3068],[-279,1217],[166,3447]],[[127129,735427],[-11,1829],[1069,643],[-784,626],[-296,2733],[133,1559],[-543,1078],[247,1825],[1153,-2770],[-708,2710],[-430,722],[26,2218]],[[126985,748600],[107,525]],[[127092,749125],[55,266]],[[128092,753582],[282,-2841],[560,-2991],[880,-6389],[515,-2749]],[[124853,753145],[18,23]],[[124871,753168],[418,537]],[[125289,753705],[-148,-676],[909,-5880],[23,-2256],[-213,92],[-809,7066],[78,-1904],[-258,510],[590,-4994],[507,-2211],[51,-2144],[-521,218],[645,-2298],[-310,-1473],[-533,1666],[53,-3416],[-405,-716],[-196,-1446],[-544,-1275],[-190,2104],[50,2518],[367,839],[-3,1567],[-686,5962],[69,2065],[-286,4181],[126,722]],[[120491,750760],[-344,-2996]],[[120147,747764],[-1106,4388],[166,2241],[347,-765],[278,1062],[445,-194],[427,1507],[913,-2103],[-367,-2249],[68,-1158],[543,2952],[316,-1048],[502,33],[561,-2130],[-236,-1608],[-622,1179],[757,-2767],[-774,-493],[-454,1349],[-1420,2800]],[[123713,754247],[-95,-1670],[-341,1775],[-156,4018],[685,-3441]],[[114794,765672],[1165,1936]],[[115959,767608],[1943,4721],[682,110],[264,1748]],[[118848,774187],[1665,-1619],[529,-1279],[326,-2198],[-480,-4537],[582,-819],[409,-1530],[231,-2153],[-489,-11]],[[121621,760041],[49,-2296],[-405,961],[-824,-873],[206,2553],[-684,5535],[900,1274],[-791,545],[-394,2927],[235,-3862],[-191,-2032],[-886,1580],[-101,2460],[-280,-1505],[-688,1343],[-390,-1137],[761,-460],[670,-1418],[-346,-493],[774,-1580],[-470,-1770],[538,847],[342,-513],[455,-4297],[-639,-1196],[-13,909],[-621,-1129],[-298,1069],[41,-2621],[-717,2666],[-654,322],[-1470,4078],[-936,3744]],[[122912,775799],[-900,-103]],[[122012,775696],[-90,222]],[[121922,775918],[-936,7001]],[[120986,782919],[676,1289],[685,-1898],[571,-2465],[-202,-2534],[196,-1512]],[[123142,768817],[-27,13]],[[122507,768865],[-495,6831]],[[122912,775799],[198,-1219],[722,-593],[59,-1056],[546,-1130],[416,-3084]],[[121922,775918],[-145,-2315],[-358,301],[513,-2663],[-50,-2481],[722,-6540],[-70,-1018],[302,-3962],[-98,-2100],[-512,-56],[-321,1677],[-284,3280]],[[118848,774187],[34,3836],[479,-24],[183,1767],[-318,752],[1118,1161],[642,1240]],[[120877,738496],[389,-2216],[137,-2451],[-166,-1459],[-605,-380],[11,6413],[234,93]],[[123928,718235],[-2,-1610]],[[123926,716625],[-393,1362],[-697,5371],[278,1647],[-447,-368],[-256,2377],[77,1437],[-515,245],[-59,2351],[446,1679],[-481,1224],[98,2800],[-464,-184],[-452,2135],[588,60],[-326,842],[146,1989],[629,565],[-77,-1197],[395,257],[557,-1676],[490,7],[-81,-2391],[463,-6886],[222,-4906],[-139,-7130]],[[120135,747679],[12,85]],[[120491,750760],[1455,-3708],[395,-1834],[349,1018],[504,16],[258,-5147],[-689,-337],[-265,1057],[-1794,4644],[718,-3300],[33,-2583],[-443,-1626],[-365,435],[-451,2590],[538,-1592],[-959,3723],[84,790],[-635,2698]],[[40063,839903],[770,-536],[-859,-2772],[-125,3412],[214,-104]],[[40964,844347],[883,-2223],[79,-1915],[441,-2171],[-40,-1740],[-704,2418],[-1774,1537],[90,1825],[445,2301],[580,-32]],[[42065,848667],[903,-976],[563,-1663],[-706,-1821],[-339,-2285],[-564,-2],[-711,2401],[-620,812],[14,1297],[651,1761],[809,476]],[[46153,848898],[568,1],[10,-1610],[529,1],[18,-1676],[524,-12],[-4,-1547],[3176,0]],[[50974,844055],[-395,-2136],[-20,-6445],[-126,-25],[-6,-6437],[383,-5],[-10,-4748],[1058,-39]],[[51858,824220],[180,-1451],[604,-215],[-1456,-2220],[-980,-2588],[-900,-571],[-1213,-1602],[-1234,662],[-494,709],[-1854,-1999],[-659,648],[-690,-2756],[-941,669],[31,-2392],[-389,-2165],[-92,-1943],[-1046,-1523],[-746,776],[-935,-1159]],[[39044,805100],[-172,1112],[664,830],[-1128,3201],[-13,-2176],[-520,182],[-234,2567],[116,849],[-614,571],[-207,2123],[418,1187],[-481,1394],[-546,-1187],[-95,2644],[1073,795],[-526,599],[-413,1924],[1380,582],[-440,3023],[251,2549],[1109,5289],[619,2101],[570,-119],[933,3977],[823,-896],[965,-4031],[-209,4581],[-457,1793],[12,1197],[848,640],[78,1725],[725,1785],[524,-1399],[778,464],[610,2670],[668,1252]],[[46896,791982],[261,-1285],[-270,-665],[9,1950]],[[36192,795959],[180,-1952],[581,363],[562,-947],[-123,-4413],[448,-2402],[-1265,-1162],[-486,-2126],[-685,2e3],[-493,-131],[-1055,2670],[-324,-89],[-644,1570],[-206,2197],[272,858],[1286,-625],[56,1283],[1008,2111],[905,-187],[-17,982]],[[17304,799216],[126,-1745],[804,-2158],[616,-183],[448,-1365],[-1028,65],[-1e3,3083],[-322,373],[356,1930]],[[39654,805231],[136,-1106],[641,589],[-101,-1482],[649,41],[525,-808],[139,-1889],[-482,-1833],[-426,-534],[213,-1308],[-375,-571],[-319,-2845],[-422,135],[-775,2413],[439,1980],[-612,-774],[-640,997],[1252,2977],[-199,1359],[401,589],[-44,2070]],[[51858,824220],[3536,-32],[10,1609],[2034,-5],[-4,1617],[4083,203],[1,-1838],[5893,-29],[3388,4],[-14,1716],[962,59],[3,1571],[903,-11],[192,1616]],[[72845,830700],[-3,-16190]],[[72842,814510],[-1303,45],[-14,-5422],[124,-21],[-16,-4230]],[[50463,766367],[-102,-328]],[[49620,764426],[-139,-1468],[-1061,-1905],[-97,1293],[-1035,446],[862,1205],[617,1650],[-307,160],[-238,3846],[703,1138],[-113,1059],[-716,-1213],[-383,2903],[195,2895],[687,2210],[-441,2484],[-273,3082],[-346,1471],[-416,3726],[137,1138],[-767,3115],[393,1259],[285,3791],[-129,577],[-402,-4189],[-434,-1001],[311,-2534],[-69,-3036],[-406,-1085],[-1628,-2447],[-1520,-851],[-1012,789],[-258,2086],[267,429],[-760,1956],[-694,3087],[-87,1177],[383,1597],[-110,1291],[397,379],[-183,1458],[364,50],[277,1573],[411,342],[228,1752],[702,-118],[-16,-3249],[425,240],[607,2498],[-384,1562],[-1050,843],[629,147],[400,1001],[-600,267],[-481,-1345],[-125,3490],[-458,-1834],[195,-1307],[-1242,-569],[-216,1520],[-538,-627],[-174,927],[-743,-457]],[[91002,847056],[9,-3988],[145,-1795],[8,-11469],[-1548,26],[56,-1646],[46,-12769],[-726,14],[-2,-927],[-3493,32]],[[85497,814534],[-2026,-32],[-141,995]],[[83330,815497],[-404,601],[-735,-459],[-672,-2022],[-283,-2604],[-1335,126],[-328,2166],[-15,-1517],[-1058,-1636]],[[78500,810152],[-4,1152],[-1002,21],[-4,3164],[-4648,21]],[[72845,830700],[0,8044]],[[72845,838744],[3088,-82],[10,1347],[6637,9993],[4096,-25],[12,2587],[2946,186]],[[89634,852750],[1353,59],[15,-5753]],[[86653,868811],[757,-1570],[2145,14]],[[89555,867255],[87,-6323],[-8,-8182]],[[72845,838744],[1580,8236],[-1,2534],[-536,-83],[-516,926],[-152,2433],[36,3161],[1704,93],[24,3109],[496,-4],[22,3291],[619,95],[97,1432],[588,58],[151,-985],[625,-419],[1536,6612],[4538,-401],[2997,-21]],[[85497,814534],[-37,-10730],[-760,-83],[1,-2090]],[[84701,801631],[-828,17],[9,1987]],[[83882,803635],[-435,1931],[-460,-308],[-1062,1669],[-902,2471],[707,3049],[1129,2748],[471,302]],[[97244,787641],[-970,-3439],[63,995],[907,2444]],[[87222,789210],[-181,-1772],[-422,-410],[603,2182]],[[86635,788749],[223,2200],[232,-961],[-455,-1239]],[[86658,791573],[-369,-3115],[-330,1166],[699,1949]],[[89188,794370],[360,-14],[-243,-1523],[503,637],[-806,-2688],[-814,-3927],[156,-1241],[-672,-1392],[-694,-249],[130,1479],[1249,4306],[686,2953],[145,1659]],[[86769,795107],[-71,-1859],[-324,817],[395,1042]],[[90857,797012],[511,-366],[-57,-1276],[666,500],[124,-712],[-950,-1371],[-533,-1467],[-218,828],[596,1566],[-651,-377],[-25,892],[537,1783]],[[87021,792777],[237,3392],[601,-294],[-413,-4995],[-425,1897]],[[84910,786500],[234,323],[68,9012],[-286,660]],[[84926,796495],[584,1623],[519,-1019],[523,1881],[285,-1347],[30,-1922],[-996,-2869],[605,-1030],[-717,-2215],[-215,-2677],[-634,-420]],[[92921,798974],[-9,-545],[-1147,-2071],[-222,1208],[1378,1408]],[[88339,800844],[383,-576],[-511,-771],[128,1347]],[[86236,802132],[283,-1843],[-421,600],[138,1243]],[[84951,797243],[-1,3142]],[[84950,800385],[697,2105],[-36,-2998],[388,2501],[244,-2671],[-390,-1481],[-418,814],[-484,-1412]],[[86676,805210],[325,-2117],[-624,-286],[299,2403]],[[84951,801507],[-250,124]],[[91002,847056],[976,234],[63,648],[2682,18],[0,-1651],[1595,-292],[4037,-37],[350,-2273],[-454,-2972],[436,-1269],[-270,-2840],[732,-302],[295,1951],[1174,-336],[-15,-1588],[537,-65],[-10,-1550],[466,-24],[-40,-6434],[413,-697],[4,-4218],[2303,15]],[[106276,823374],[-1,-28114]],[[106275,795260],[-589,822],[-1600,-31],[4,1610],[-3847,-34],[-2014,-8871],[13,-855]],[[98242,787901],[-1021,2713],[47,775],[-1005,-33],[-276,1650],[-683,426],[369,3141],[18,2628],[-612,-1565],[-178,-1401],[-659,-2022],[-457,1505],[-714,1071],[-573,-359],[943,3800],[-1116,-764],[259,1691],[-925,-1558],[532,2101],[-1009,-888],[-677,62],[-94,801],[1014,956],[446,1115],[-1050,-704],[-516,1833],[317,3213],[1053,57],[-177,903],[-744,-283],[-1116,-3389],[-359,1426],[-193,-1467],[-586,-1116],[-376,408],[6,3472],[-402,-3497],[-547,-1350],[-586,2075],[324,2590],[504,2086],[123,1742],[-770,-3524],[-194,-1549],[-275,1236],[-413,-4415],[-943,-1986]],[[71670,777076],[233,-1112],[-578,-408],[345,1520]],[[79473,776784],[-279,-2074],[90,2387],[189,-313]],[[75949,796147],[-337,-1236],[224,2635],[113,-1399]],[[84951,801507],[-1,-1122]],[[84951,797243],[-25,-748]],[[84910,786500],[-1245,807],[240,1474],[-371,-167],[-386,-2038],[-206,3702],[-29,-2396],[-481,-1666],[-173,-1732],[-183,2620],[-197,-5326],[-848,3357],[-39,-1545],[420,-800],[-371,-1104],[-68,-1569],[-635,-858],[208,3841],[-673,-5212],[-363,1475],[21,-2088],[-388,-20],[-756,-4011],[-74,2111],[-347,-2231],[-660,934],[-173,-859],[-799,-887],[-18,1049],[-623,715],[205,2741],[546,1203],[718,23],[17,1317],[737,963],[-66,842],[764,2927],[-372,25],[-1227,-2967],[-387,246],[-629,2275],[460,4880],[786,3381],[112,2715],[231,475],[102,3025],[-410,3227],[967,1254],[994,2799],[846,1832],[515,-1977],[448,-352],[796,1052],[346,-814],[1490,-887],[200,-646]],[[78500,810152],[-529,-2655],[-889,-709],[-891,-2927],[268,-2258],[-402,43],[-550,-1341],[-153,-1302],[-582,-1608],[-230,-3803],[-474,-1479],[-1035,411],[707,-1449],[308,-1771],[-381,-2913],[-287,-680],[-1149,-274],[-159,-989],[796,2],[-164,-2224],[-453,-1068],[-562,296],[227,1314],[-337,1411],[33,-1984],[-398,-2576],[-671,-197],[279,-1966],[-1055,-1700],[-61,-2764],[-263,-488],[166,-2860],[277,1050],[1025,35],[413,-1682],[604,-1164],[58,-1233]],[[106275,795260],[0,-1588],[1343,-1612],[173,1644],[1330,-2348],[801,2853],[1723,322],[-345,-4919],[404,-1740],[964,-1648],[226,-2564],[2839,-9771],[300,-4810],[-74,-1471]],[[114794,765672],[-73,1821],[-694,2541],[-828,1292],[163,1473],[-568,-631],[-1881,4464],[-679,903],[-783,1959],[551,424],[542,2604],[-421,3603],[333,1618],[530,-2532],[164,177],[-480,2635],[-360,838],[-174,-1871],[-463,-2242],[-1472,-2407],[-1544,735],[-1623,2726],[527,2089],[-371,3153],[-375,-856],[437,-1616],[-624,-1272],[-2761,2302],[-2696,-711],[-929,-990]],[[106279,946179],[-1,-49412]],[[106278,896767],[-929,-2457],[-130,-1600],[-1321,-3359],[-907,419],[-783,-1693],[-450,408],[-349,-3372],[-325,-1449],[-654,-436],[-1188,-2953],[58,-3794],[-686,-1988],[-821,654]],[[97793,875147],[-205,2151],[358,3325],[-316,719],[513,846],[-159,1080],[-963,-156],[-338,-900],[-1244,1394],[-886,-1195],[-579,221],[-639,-953],[-286,1202],[374,853],[-1289,1884],[-166,1202],[398,1802],[-514,869],[-625,-618],[-460,-1403],[-1061,-1321],[-1073,-10],[-601,-1159],[-3102,6],[49,-11363],[273,317],[853,-2473],[548,-2656]],[[50974,844055],[10,4776],[492,29],[-58,4949],[548,10],[4,1425],[1103,13],[-17,1635],[486,23],[-3,1682],[645,-27],[-89,4840],[-627,-26],[-61,12986],[569,33],[-9,3217],[557,13],[-4,6309],[539,-18],[-5,4867],[-575,-8]],[[54479,890783],[-5,8105],[1752,-14],[2,3093],[2984,34],[5,6543],[2343,38],[1,-3290],[1183,54],[6,3236],[1194,12],[-3,-1576],[600,61],[1,-1630],[1168,-18],[135,4836],[1805,-29],[9,2778],[1841,-6],[167,1643],[-10,6646],[-437,-20],[-10,1684],[-1234,59],[4,4809],[169,1664],[-624,-6],[17,1606],[-634,-27],[7,1645],[-621,10],[151,4212]],[[66445,936935],[6419,-2],[8315,-30],[7299,18],[3888,6],[-10,9096],[4663,309],[4790,-300],[4470,147]],[[97793,875147],[-1158,-1860],[-1437,-204],[-262,-1096],[-804,-486],[-476,-1291],[-576,796],[-732,-1427],[-433,43],[-568,-2104],[-1792,-263]],[[106278,896767],[-2,-73393]],[[79659,983425],[-186,-1458],[-395,1373],[581,85]],[[66445,936935],[-1,525],[-2610,-23],[-8,1900],[-2541,-186],[-15,1669],[-3117,28],[-4016,91],[-18,1253],[-1129,58],[26,-1250],[-2705,21],[-18,1268],[-1182,3],[11,-1279],[-1329,46],[-7,1283],[-2020,165],[0,-1272],[-4957,-98],[15,-3782],[-2411,70]],[[38413,937425],[-1695,2109],[-331,1545],[-1320,2645],[530,804],[403,3101],[38,5653],[2426,-416],[2905,1304],[905,1071],[1222,2916],[1184,4349],[538,5906],[-329,649],[1231,3476],[365,2385],[846,2065],[658,2577],[521,-1587],[1146,663],[1622,2412],[1470,3493],[882,527],[-302,-3710],[454,-2622],[-62,3461],[380,972],[-494,2433],[-541,46],[1260,3273],[1370,1209],[-523,-1007],[415,-852],[3297,1404],[1421,2118],[704,1933],[1322,4593],[409,808],[627,-1392],[915,-472],[117,-1342],[1298,-97],[153,-1576],[-589,-1821],[-1263,-1269],[606,-390],[-400,-1319],[1303,-54],[456,606],[-100,1673],[703,1368],[285,1695],[248,-1305],[706,928],[682,-1755],[-272,-1975],[1375,-2189],[693,2096],[1211,87],[987,691],[970,-830],[279,-2575],[299,2682],[989,-1071],[-561,-2519],[5,-1532],[1009,-525],[-1482,-681],[2474,169],[-499,-2280],[1552,-378],[326,-1080],[240,1607],[1280,271],[-195,-2495],[904,1573],[845,524],[665,1466],[1963,-425],[886,-1703],[688,50],[281,-1515],[1081,464],[877,-2131],[2068,-1579],[1439,785],[1493,-1038],[433,638],[1637,-3240],[1773,-387],[359,912],[3399,1866],[1396,-1344],[1104,-2165],[387,-1505],[1266,-1051],[1131,-2960],[450,854],[588,-630],[-1,-21362]],[[54479,890783],[-578,0],[-10,-1617],[-6227,42],[-4789,-36],[-1,3200],[-592,6],[0,3250],[-769,-10],[8,6456],[-205,26],[-5,6430],[-226,1957]],[[41085,910487],[1578,205],[202,-2556],[-311,-1225],[120,-2178],[-263,-1028],[215,-1763],[590,-1196],[375,540],[1138,-445],[965,699],[321,-1177],[667,-159],[982,797],[546,-2004],[189,2045],[810,3513],[796,-959],[609,527],[-495,1902],[-1494,1020],[-695,-1271],[194,3234],[-839,3465],[-836,788],[-422,2410],[386,1581],[446,30],[876,-3094],[-154,-2498],[448,-1913],[931,-1944],[1114,1832],[1074,-3146],[1511,331],[131,1770],[-331,2163],[-932,-162],[-460,1241],[-885,-263],[-253,-1860],[-717,-285],[-1099,3517],[232,3056],[871,1516],[-974,1717],[-1121,-1076],[-1026,-153],[-389,1249],[-528,-564],[-2241,1824],[-397,5492],[-677,3578],[-1097,2080],[-2353,5735]],[[46592,855663],[131,-1524],[-910,378],[779,1146]],[[20846,858392],[155,-1918],[1767,-2169],[1395,2514],[527,-232],[506,-1478],[153,-2243],[1093,-1044],[302,-1308],[1483,-327],[899,-741],[-443,-2851],[-1263,664],[-756,-2937],[125,-925],[-599,-398],[122,1508],[-581,2032],[-993,769],[95,1587],[-980,2254],[-777,1164],[-1179,-1499],[-406,-1269],[-853,1089],[-307,2233],[515,5525]],[[40155,909679],[-378,-812],[-1698,-1707],[2076,2519]],[[46153,848898],[640,3384],[128,1617],[836,-1042],[-394,-958],[1743,358],[1080,995],[1027,4968],[-512,5797],[-74,2808],[-783,2760],[-729,205],[138,2075],[1089,-245],[770,2178],[52,1988],[-320,1965],[-760,1982],[-574,-2906],[-898,82],[-597,-1411],[-710,-399],[-196,-1163],[-840,-1617],[-252,-2634],[-446,-1194],[-161,3173],[-951,2836],[-459,-1140],[680,-1515],[9,-1792],[-1367,2870],[-2018,-58],[-2019,-2251],[-807,901],[-2508,1784],[-689,2790],[279,1486],[-107,1445],[-749,1760],[-607,2842],[664,-527],[574,1254],[301,1828],[876,-777],[601,-2903],[499,-323],[640,1345],[-382,828],[-828,195],[-166,-711],[-669,2577],[-1941,1613],[-1534,482],[-1420,2818],[-465,461],[786,2442],[578,22],[0,1593],[845,1741],[325,-909],[992,2481],[418,1888],[1044,1672],[643,-1028],[1215,99],[319,783],[-1041,1553],[504,1846],[720,1193],[1099,506],[107,-679],[853,2834],[831,668]],[[129335,693546],[271,-1010],[-142,-1955],[-385,2864],[256,101]],[[133465,694933],[144,-1619],[-433,-1116],[-420,1401],[709,1334]],[[129050,698432],[385,-3029],[-187,-665],[-381,868],[233,1060],[-50,1766]],[[128271,699419],[264,-2151],[-73,-1620],[899,-5179],[112,-1526],[-465,199],[-651,4105],[-450,3522],[53,2603],[311,47]],[[132791,699517],[329,-1553],[-33,-2741],[-745,304],[319,2136],[-199,1261],[329,593]],[[127590,701351],[340,-1447],[-98,-960],[-490,-120],[14,2204],[234,323]],[[126995,702605],[287,-601],[-587,-1676],[300,2277]],[[127349,703974],[-507,-707],[254,1440],[253,-733]],[[126549,705223],[400,-333],[-240,-1814],[-293,1014],[133,1133]],[[127577,705503],[192,-1281],[-213,-946],[-252,1520],[273,707]],[[126975,710441],[673,-1209],[-593,136],[46,-1542],[-470,1638],[344,977]],[[127738,711890],[119,-2595],[-286,1329],[167,1266]],[[132951,712558],[-517,-394],[513,1288],[4,-894]],[[127377,716539],[387,-260],[-15,-2495],[-236,369],[-706,-1255],[-240,-1211],[-257,709],[519,3076],[548,1067]],[[126878,720140],[451,-579],[750,57],[384,-2788],[-191,-1469],[383,-1822],[435,266],[497,-1761],[456,-2620],[47,-3196],[267,734],[169,-1960],[371,-1718],[-850,2044],[-552,-1434],[684,586],[160,-2342],[299,487],[445,-2791],[-464,-922],[454,-352],[205,1480],[89,-3147],[-431,-827],[396,-512],[101,-2502],[-398,-59],[421,-1193],[-183,-2479],[-613,702],[-449,4336],[-561,-35],[258,2640],[-329,-710],[132,1822],[-300,-502],[-725,2251],[-725,264],[28,1947],[514,-21],[-361,1667],[236,2818],[-439,-873],[-448,796],[643,3530],[-238,1458],[-150,5160],[-814,306],[-187,1877],[133,1386]],[[133954,721013],[796,-683],[442,-1861],[432,-443],[118,-1890],[501,-841],[396,492],[280,-2136],[-1,-1873],[-414,-2628],[68,-3449],[429,-5569],[-359,-1662],[-236,-2416],[-441,-2702],[-867,-2699],[-213,1932],[-286,-2060],[-269,663],[-207,4192],[490,1686],[-537,-477],[-156,1948],[582,2169],[-76,7458],[-887,5088],[-486,-470],[-72,869],[-950,-2430],[-396,-118],[344,-1651],[-545,-5283],[-588,1664],[-115,2845]],[[312327,9345],[187,-607]],[[312514,8738],[-15,-1699]],[[312499,7039],[-350,67]],[[312149,7106],[17,912]],[[312166,8018],[43,812]],[[312209,8830],[118,515]],[[312084,13310],[6,-1330]],[[312090,11980],[-147,-91]],[[311943,11889],[-157,1158]],[[311786,13047],[223,739]],[[312009,13786],[75,-476]],[[312224,10808],[178,-1249]],[[312402,9559],[-75,-214]],[[312209,8830],[-202,83]],[[312007,8913],[-56,276]],[[311951,9189],[-19,1837]],[[311932,11026],[292,-218]],[[313107,15065],[-14,-2951]],[[313093,12114],[-156,-33]],[[312937,12081],[5,365]],[[312942,12446],[-35,2687]],[[312907,15133],[200,-68]],[[312774,6524],[70,-1308]],[[312844,5216],[-339,-42]],[[312505,5174],[62,1491]],[[312567,6665],[207,-141]],[[312709,10759],[26,-1200]],[[312735,9559],[-333,0]],[[312224,10808],[123,645]],[[312347,11453],[362,-694]],[[315123,11875],[54,-128]],[[315177,11747],[78,-1803]],[[315255,9944],[-163,-1770]],[[315092,8174],[-119,1033]],[[314973,9207],[-63,762]],[[314910,9969],[144,1736]],[[315054,11705],[69,170]],[[314670,11208],[37,-330]],[[314707,10878],[60,-642]],[[314767,10236],[-199,-737]],[[314568,9499],[-72,1129]],[[314496,10628],[174,580]],[[314052,6833],[264,-476]],[[314316,6357],[-19,-702]],[[314297,5655],[-318,75]],[[313979,5730],[73,1103]],[[312567,6665],[-68,374]],[[312514,8738],[144,137]],[[312658,8875],[116,-2351]],[[312942,12446],[-192,449]],[[312750,12895],[-16,-17]],[[312734,12878],[-7,2191]],[[312727,15069],[180,64]],[[313370,8907],[-65,-415]],[[313305,8492],[-209,82]],[[313096,8574],[-80,-28]],[[313016,8546],[-82,705]],[[312934,9251],[27,1093]],[[312961,10344],[345,-244],[64,-1193]],[[313305,8492],[-14,-2847]],[[313291,5645],[-154,398]],[[313137,6043],[-41,2531]],[[314464,12204],[-98,-1501]],[[314366,10703],[-105,-151]],[[314261,10552],[-75,983]],[[314186,11535],[35,729]],[[314221,12264],[129,637]],[[314350,12901],[114,-697]],[[314016,15104],[-14,-2136]],[[314002,12968],[-54,9]],[[313948,12977],[-196,-375]],[[313752,12602],[-27,1006]],[[313725,13608],[25,1394]],[[313750,15002],[266,102]],[[313604,15085],[-4,-1775]],[[313600,13310],[-8,-955]],[[313592,12355],[-45,-184]],[[313547,12171],[-454,-57]],[[313107,15065],[497,20]],[[314264,15070],[-76,-2600]],[[314188,12470],[-186,498]],[[314016,15104],[248,-34]],[[315464,13512],[1,-2420]],[[315465,11092],[-66,434]],[[315399,11526],[-159,1610]],[[315240,13136],[-103,1307]],[[315137,14443],[122,138]],[[315259,14581],[205,-1069]],[[314938,14053],[76,-2457]],[[315014,11596],[-176,-329]],[[314838,11267],[34,2700]],[[314872,13967],[51,292]],[[314923,14259],[15,-206]],[[315375,10330],[63,-1609]],[[315438,8721],[6,-427]],[[315444,8294],[-234,-827]],[[315210,7467],[-116,640]],[[315094,8107],[-2,67]],[[315255,9944],[120,386]],[[313784,8891],[255,-1303]],[[314039,7588],[13,-755]],[[313979,5730],[-242,-150]],[[313737,5580],[-39,3313]],[[313698,8893],[16,19]],[[313714,8912],[70,-21]],[[315465,11092],[-90,-762]],[[315177,11747],[222,-221]],[[313725,9097],[-11,-185]],[[313698,8893],[-269,126]],[[313429,9019],[231,2602]],[[313660,11621],[65,-2524]],[[314361,14911],[31,-1699]],[[314392,13212],[-42,-311]],[[314221,12264],[-33,206]],[[314264,15070],[97,-159]],[[312306,11771],[41,-318]],[[311932,11026],[-107,569]],[[311825,11595],[118,294]],[[312090,11980],[216,-209]],[[312937,12081],[24,-1737]],[[312934,9251],[-27,-13]],[[312907,9238],[-172,321]],[[312709,10759],[41,2136]],[[312505,5174],[-359,-115]],[[312146,5059],[3,2047]],[[314634,8728],[-21,-893]],[[314613,7835],[-92,-362]],[[314521,7473],[-160,1420]],[[314361,8893],[201,525]],[[314562,9418],[72,-690]],[[312295,14639],[81,-1251]],[[312376,13388],[-70,-1617]],[[312084,13310],[211,1329]],[[312007,8913],[159,-895]],[[312146,5059],[-281,903],[86,3227]],[[315210,7467],[60,-308]],[[315270,7159],[221,-1461]],[[315491,5698],[-308,-32]],[[315009,6674],[174,-1008]],[[315009,6674],[81,1384]],[[315090,8058],[4,49]],[[314186,11535],[-217,-675]],[[313969,10860],[-21,2117]],[[312009,13786],[157,1824]],[[312166,15610],[129,-971]],[[313137,6043],[-273,-821]],[[312864,5222],[152,3324]],[[314838,11267],[-131,-389]],[[314670,11208],[-8,753]],[[314662,11961],[28,1346]],[[314690,13307],[76,779]],[[314766,14086],[106,-119]],[[313547,12171],[113,-550]],[[313429,9019],[-59,-112]],[[314973,9207],[-339,-479]],[[314562,9418],[6,81]],[[314767,10236],[143,-267]],[[314776,6994],[-112,-1632]],[[314664,5362],[-367,293]],[[314316,6357],[205,1116]],[[314613,7835],[163,-841]],[[312679,13385],[55,-507]],[[312376,13388],[303,-3]],[[315090,8058],[-314,-1064]],[[314662,11961],[-198,243]],[[314392,13212],[143,200]],[[314535,13412],[155,-105]],[[312679,13385],[-109,1772]],[[312570,15157],[157,-88]],[[313752,12602],[-160,-247]],[[313600,13310],[125,298]],[[314496,10628],[-130,75]],[[313604,15085],[146,-83]],[[315240,13136],[-117,-1261]],[[315054,11705],[-40,-109]],[[314938,14053],[199,390]],[[315043,5450],[-34,1224]],[[315043,5450],[-379,-88]],[[312864,5222],[-20,-6]],[[312658,8875],[249,363]],[[314001,9350],[196,-57]],[[314197,9293],[164,-400]],[[314039,7588],[-38,1762]],[[313784,8891],[217,459]],[[313969,10860],[-244,-1763]],[[313737,5580],[-446,65]],[[314261,10552],[-64,-1259]],[[312166,15610],[404,-453]],[[315579,8262],[226,-901]],[[315805,7361],[-150,-1087]],[[315655,6274],[-385,885]],[[315444,8294],[135,-32]],[[314849,14669],[-83,-583]],[[314535,13412],[108,1312]],[[314643,14724],[206,-55]],[[318309,12804],[169,-865],[-544,829],[375,36]],[[316158,12800],[-233,-1215]],[[315925,11585],[-15,-114]],[[315910,11471],[23,1757]],[[315933,13228],[225,-428]],[[315714,13935],[-106,-832]],[[315608,13103],[-144,409]],[[315259,14581],[455,-646]],[[315655,6274],[-164,-576]],[[315910,11471],[-22,-197]],[[315888,11274],[-160,-129]],[[315728,11145],[-34,40]],[[315694,11185],[-86,1918]],[[315714,13935],[219,-707]],[[315888,11274],[293,-1348]],[[316181,9926],[-216,-625]],[[315965,9301],[-242,491]],[[315723,9792],[5,1353]],[[315723,9792],[-144,-1530]],[[315438,8721],[211,2085]],[[315649,10806],[45,379]],[[315649,10806],[-184,286]],[[316256,11346],[-331,239]],[[316158,12800],[154,393],[-56,-1847]],[[316256,11346],[125,-1004],[-200,-416]],[[315965,9301],[-160,-1940]],[[316936,9055],[328,-560],[-757,-909],[-91,685],[520,784]],[[318661,1986],[376,-1085],[-740,-781],[24,1181],[340,685]],[[314361,14911],[282,-187]],[[123928,718235],[-2,-1610]],[[119111,747595],[-67,-5]],[[124871,753168],[418,537]],[[71986,766650],[158,17]],[[56428,729876],[0,-164]],[[126985,748600],[107,525]],[[126818,747787],[-267,-754]],[[61672,65312],[272,-274]],[[314849,14669],[74,-410]],[[315183,5666],[-140,-216]],[[311825,11595],[-39,1452]],[[253891,243332],[-3,424]],[[297006,439075],[21,-79]],[[273150,218795],[-218,2571],[-109,2556],[341,-5125]],[[273164,218797],[-14,-2]],[[275036,140768],[-16,1]],[[274871,140335],[3,-76]],[[268559,210807],[-4,-26]],[[258410,236520],[0,355]],[[272837,223331],[-14,0]],[[274173,206960],[19,0]],[[275584,178509],[-145,-584]],[[275994,173067],[-63,2]],[[275922,173070],[-37,2]],[[272518,253791],[20,18]],[[272125,254343],[81,-132]],[[256680,462075],[-142,-2897],[-384,-10769]],[[256154,448409],[-883,-7],[0,-983]],[[254488,462036],[2192,39]],[[256154,448409],[1065,-7]],[[249637,222999],[-31,137]],[[248195,214699],[-70,-748]],[[247232,214954],[0,260]],[[247232,215317],[15,318]],[[301353,460902],[-185,-724]],[[301101,460137],[28,-397]],[[301793,457791],[116,-445]],[[285769,400843],[123,37]],[[264771,527003],[-281,49]],[[267568,452013],[-852,-4103],[-108,-17]],[[266608,447893],[-26,-6]],[[266582,447887],[-16,-1]],[[266566,447886],[-30,-6]],[[266536,447880],[-6,-1]],[[256680,462075],[-375,16538],[12,3500],[187,5880],[609,12037],[445,5943],[542,3980],[721,3116],[-1423,3912],[-936,-37],[-588,-3704],[-267,-718],[-95,-2358],[-427,343]],[[247207,537862],[1281,13508]],[[248488,551370],[1322,13439]],[[249810,564809],[408,-727],[1834,5024],[865,1148],[2109,-5688],[7666,-20686],[271,-4739],[574,-3230],[509,900],[683,396],[-47,-2079],[105,-3301],[426,-3438],[360,1156],[708,-243],[385,-2004],[-455,-3293],[3005,-8985],[1103,-32532],[-926,-12370],[-34,-3060],[-156,-2886],[-328,-976],[-521,-3379],[-656,-1036],[-180,-1472],[-60,-3681],[110,-1615]],[[252129,567028],[-1583,-4120],[166,-1627],[582,1037],[-142,551],[872,1783],[743,3451],[-638,-1075]],[[248488,551370],[-1963,212],[-2260,-6869],[-1513,-4210]],[[249572,564554],[238,255]],[[282592,309414],[10,-65]],[[289029,404122],[-16,45]],[[293679,426705],[-79,470]],[[286839,484138],[-17,6]],[[276897,457877],[-3,4558]],[[276894,462435],[2305,5850],[8,2378],[-220,544],[-164,5160],[-363,3502],[1422,3362],[1923,0],[3353,0],[997,8619],[109,340]],[[267767,442766],[-50,-4]],[[267568,452013],[114,-1687],[1085,-3482],[787,0],[3209,9884],[2039,2175]],[[274802,458903],[-16,-6460]],[[274802,458903],[1209,1289],[883,2243]],[[275537,276578],[-263,-628]],[[273916,275250],[-11,-827]],[[273920,274333],[-20,-184]],[[228015,167092],[147,-2633],[-252,2651],[105,-18]],[[228180,184437],[70,-94]],[[229313,193901],[29,366]],[[230757,204203],[-190,587]],[[229828,205636],[-9,-8]],[[229431,197365],[-30,-1032]],[[228487,190418],[-16,-156]],[[286226,362368],[89,-504]],[[283710,365528],[174,-301]],[[286242,357857],[63,-1057]],[[286254,356334],[304,311]],[[286558,356645],[136,36]],[[284458,394060],[-9,-959]],[[151607,571679],[12,2074],[1993,-3664],[1312,-1342],[815,1107],[372,2584],[-289,2342],[-137,2706],[722,1361],[0,1194],[-873,3181],[648,-1]],[[156182,583221],[153,1]],[[156335,583222],[770,0]],[[253979,502714],[-8,-1]],[[242231,539612],[9,872]],[[242245,540522],[75,212]],[[242329,540727],[187,592]],[[242526,541319],[224,-823]],[[288652,406259],[12,7]],[[288613,408309],[-8,430]],[[290026,386798],[-57,0]],[[287992,379951],[5,43]],[[287430,351414],[50,-2]],[[287480,351412],[118,4]],[[287598,351416],[-258,-2]],[[280248,301457],[-33,176]],[[156182,583221],[153,1]]], +transform:{scale:[.00035892617892657177,5371486851395936e-20],translate:[-179.1473400003406,17.67439566600018]}}}}); \ No newline at end of file diff --git a/dist-amd/map/us-states.js b/dist-amd/map/us-states.js new file mode 100644 index 0000000000..71468042cc --- /dev/null +++ b/dist-amd/map/us-states.js @@ -0,0 +1,2 @@ +!function(e,o){"function"==typeof define&&define.amd?define([],o):e.map_usStates=o()}(this,function(){return{stateNames:{1:{name:"Alabama",code:"AL"},2:{name:"Alaska",code:"AK"},4:{name:"Arizona",code:"AZ"},5:{name:"Arkansas",code:"AR"},6:{name:"California",code:"CA"},8:{name:"Colorado",code:"CO"},9:{name:"Connecticut",code:"CT"},10:{name:"Delaware",code:"DE"},11:{name:"District of Columbia",code:"DC"},12:{name:"Florida",code:"FL"},13:{name:"Georgia",code:"GA"},15:{name:"Hawaii",code:"HI"},16:{name:"Idaho",code:"ID"},17:{name:"Illinois",code:"IL"},18:{name:"Indiana",code:"IN"},19:{name:"Iowa",code:"IA"},20:{name:"Kansas",code:"KS"},21:{name:"Kentucky",code:"KY"},22:{name:"Louisiana",code:"LA"},23:{name:"Maine",code:"ME"},24:{name:"Maryland",code:"MD"},25:{name:"Massachusetts",code:"MA"},26:{name:"Michigan",code:"MI"},27:{name:"Minnesota",code:"MN"},28:{name:"Mississippi",code:"MS"},29:{name:"Missouri",code:"MO"},30:{name:"Montana",code:"MT"},31:{name:"Nebraska",code:"NE"},32:{name:"Nevada",code:"NV"},33:{name:"New Hampshire",code:"NH"},34:{name:"New Jersey",code:"NJ"},35:{name:"New Mexico",code:"NM"},36:{name:"New York",code:"NY"},37:{name:"North Carolina",code:"NC"},38:{name:"North Dakota",code:"ND"},39:{name:"Ohio",code:"OH"},40:{name:"Oklahoma",code:"OK"},41:{name:"Oregon",code:"OR"},42:{name:"Pennsylvania",code:"PA"},44:{name:"Rhode Island",code:"RI"},45:{name:"South Carolina",code:"SC"},46:{name:"South Dakota",code:"SD"},47:{name:"Tennessee",code:"TN"},48:{name:"Texas",code:"TX"},49:{name:"Utah",code:"UT"},50:{name:"Vermont",code:"VT"},51:{name:"Virginia",code:"VA"},53:{name:"Washington",code:"WA"},54:{name:"West Virginia",code:"WV"},55:{name:"Wisconsin",code:"WI"},56:{name:"Wyoming",code:"WY"},60:{name:"American Samoa",code:"AS"},66:{name:"Guam",code:"GU"},69:{name:"Northern Mariana Islands",code:"MP"},72:{name:"Puerto Rico",code:"PR"},78:{name:"Virgin Islands",code:"VI"}},topology:{type:"Topology",objects:{states:{type:"GeometryCollection",geometries:[{type:"MultiPolygon",id:2,arcs:[[[9426]],[[9427]],[[9428]],[[9429]],[[9430]],[[9431]],[[9432]],[[9433]],[[9434]],[[9435]],[[9436]],[[9437]],[[9438]],[[9439]],[[9440]],[[9441]],[[9442]],[[9443]],[[9444]],[[9445]],[[9446]],[[9447]],[[9450]],[[9451]],[[9452]],[[9453]],[[9629]],[[9454]],[[9630]],[[9455]],[[9456]],[[9631]],[[9457]],[[9632]],[[9633]],[[9458]],[[9634]],[[9459]],[[9460]],[[9466]],[[9635]],[[9461]],[[9636]],[[9637]],[[9638]],[[9639]],[[9483]],[[9640]],[[9509]],[[9467]],[[9641]],[[9642]],[[9510]],[[9643]],[[9511]],[[9512]],[[9484]],[[9476]],[[9485]],[[9486]],[[9448]],[[9513]],[[9514]],[[9515]],[[9487]],[[9449]],[[9548]],[[9869,9550]],[[9488]],[[9489]],[[9524]],[[9490]],[[9552,9521,9870,9523,9551,9533]],[[9500]],[[9499,9529,9871,9531,9497,9534]],[[9491]],[[9492]],[[9470]],[[9603]],[[9604]],[[9582]],[[9583]],[[9584]],[[9585]],[[9560]],[[9586]],[[9587]],[[9561]],[[9588]],[[9605]],[[9589]],[[9562]],[[9592]],[[9593]],[[9594]],[[9563]],[[9597]],[[9553]],[[9554]],[[9555]],[[9625]],[[9626]],[[9627]],[[9620]],[[9611,9602,9606,9596,9607,9591,9608,9581,9571,9609,9872,9493,9479,9465,9873,9463,9480,9468,9481,9475,9567,9471,9568,9559,9628,9624,9622,9612,9619,9600,9610,9536,9547,9542,9545,9501,9528,9516,9644,9518,9525,9874,9527,9503,9875,9505,9543,9508,9544,9540,9546,9538]]]},{type:"MultiPolygon",id:15,arcs:[[[9417]],[[9422]],[[9421]],[[9423]],[[9876,9420]],[[9424]],[[9425]],[[9418]]]},{type:"MultiPolygon",id:72,arcs:[[[9866]],[[9813,9697,9666,9723,9817,9718,9726,9759,9868,9839,9877,9737,9820,9731,9847,9853,9844,9863,9864,9855,9865,9834,9848,9782,9878,9822,9803,9689,9746,9830,9705,9790,9823,9668,9768,9779,9660,9761,9879,9654,9788,9832]]]},{type:"Polygon",id:1,arcs:[[-6786,-6785,-6792,-6791,-6807,6974,-6994,-6998,7027,-7168,-7171,7205,-7420,7492,7493,-7574,7698,7699,-7846,7871,-8018,8061,-8111,-8157,8194,-8293,8320,8321,-8483,8483,-8579,8680,8681,8688,8689,8690,8566,8567,8683,8684,8685,8675,8676,9880,8678,8701,8702,8703,-8620,8521,-8436,8249,8250,-8128,7954,7955,-7826,7678,-7599,7448,-7421,7302,-7257,7179,-6951,-6954,6937,-6753,-6699,-6714,-6725,-6724]]},{type:"Polygon",id:5,arcs:[[-5843,-5842,-5816,-5921,-5920,-5919,-5932,-5931,-5930,-5716,-5888,-5887,-5886,-5917,-5916,-5866,-5973,-5972,-5971,-5970,-5969,-6163,-6274,6406,6407,6408,6409,-6605,6734,6735,6736,7015,-7027,7132,7133,-7415,-7414,7662,7663,7664,7665,7666,7777,7794,7795,7733,7734,7719,7720,7643,7644,7645,-7611,7513,-7233,-7232,7118,-6775,-6774,6727,-6611,6550,-6316,6256,6117,-5946,-5936]]},{type:"Polygon",id:4,arcs:[[-4752,-5779,5779,5780,5781,-7177,7591,7592,-8039,8208,8504,8191,7725,7726,7305,7306,-6522,-6521,-5912,-4625,-5343,-5417,-5416,-4754,-4753]]},{type:"MultiPolygon",id:6,arcs:[[[7053]],[[7019]],[[7054]],[[6896]],[[6897]],[[-1601,-1600,-1604,2383,-2395,-2394,-2393,-2392,4129,4130,-4310,-4309,-4308,-3802,-4324,4568,-4773,-4255,5466,-5913,6520,6521,-7307,-7306,-7727,7740,7697,7519,7056,7020,6899,6528,5874,5606,5291,5193,5288,5438,5155,5018,4853,4552,4697,4472,4696,4474,4482,4847,4484,3626,2685,2373,-1893,-1975,-1974,-1882]]]},{type:"Polygon",id:8,arcs:[[-2141,-2140,-2553,-2552,-2733,-2732,-2702,-2701,-2823,-2972,-2971,3139,-3194,3363,3364,-3620,3939,3940,-4277,4354,-4592,-4591,4878,4879,-5245,5317,5318,5319,5207,5208,5307,5308,5510,5511,5496,5497,5323,5321,-4751,-4750,-4749,4628,-4026,3577,-3100,-3099,2981,2982,-2194,-2137,-2136,-2135]]},{type:"Polygon",id:9,arcs:[[-2172,-2171,-2170,-2018,-2017,2317,2318,-2457,2526,2527,2557,2559,9881,2561,2547,2548,2549,-2285,-2284,-1998]]},{type:"Polygon",id:11,arcs:[[4385,4386,-4115,-4297]]},{type:"Polygon",id:10,arcs:[[3752,4102,4392,4393,4394,4395,4396,4397,-4267,4100,4101,-4079,3754,3755,-3497,-3588,3756,-3586]]},{type:"MultiPolygon",id:12,arcs:[[[9361]],[[9338]],[[9063]],[[9882,9883]],[[8993,8905]],[[9884,9356,9885,9358,9362,9351,9340,9331,9302,9329,9304,9285,9264,9262,9235,9221,9193,9886,9137,9363,8968,8865,8969,9065,9006,9064,9008,8913,9009,8915,8804,9887,8806,8797,8790,8787,-8676,-8686,-8685,-8684,-8568,-8567,-8691,-8690,-8689,-8682,-8745,-8744,-8733,-8737,-8736,-8743,-8742,-8740,-8739,-8762,8875,-8760,-8828,-8827,-8697,-8696,-8600,-8747,-8746,-8707,8835,8906,9013,9099,9139,9161,9152,9098,8991,8903,8992,9888,8988,9116,9153,9204,9889,9206,9146,9200,9276,9296,9890,9298,9326,9891,9322,9892,9324,9332,9353,9360]]]},{type:"MultiPolygon",id:13,arcs:[[[8704]],[[9893,8606]],[[8522]],[[8333]],[[8283]],[[8284]],[[8523,8607,9894,8609,8705,8706,8745,8746,8599,8695,8696,8826,8827,8759,-8876,8761,8738,8739,8741,8742,8735,8736,8732,8743,8744,-8681,8578,-8484,8482,-8322,-8321,8292,-8195,8156,8110,-8062,8017,-7872,7845,-7700,-7699,7573,-7494,-7493,7419,-7206,7170,7167,-7028,6997,6993,-6975,-6806,-6721,-6720,-6719,-6795,-6794,-6828,-6827,-6823,-6822,-6886,-6885,-6884,-6802,-6673,-6924,-6923,-6922,-6921,-6920,-7061,-7060,-7256,7339,-7438,-7437,-7484,-7483,-7542,-7541,-7711,7821,-7868,-7867,7891,-7899,-8057,-8056,-8055,8285,8280,8336]]]},{type:"Polygon",id:19,arcs:[[-1566,1654,-1696,-1780,-1779,2023,-2098,2159,-2230,2312,2313,-2452,-2451,-2450,2717,-2767,2921,-2928,3117,3118,3078,3079,3081,3082,3093,3094,3091,3092,3088,3089,3085,3086,3075,3076,3072,3073,3069,3070,-2935,2880,-2829,2659,2660,-2543,2416,-2304,2207,-2191,2065,2066,-1834,-1833,1756,-1660,1651,-1521,-1490,-1494,-1493,-1517,-1516,-1515,-1526,-1525,-1519,-1518,-1497,-1496,-1502,-1501,-1500,-1513,-1512,-1505,-1504]]},{type:"Polygon",id:16,arcs:[[20,-36,111,-202,240,-350,-329,-328,518,-528,-737,-736,-735,-758,-652,1121,-1174,-1173,1592,-1734,-1733,2052,2141,2107,2108,2021,2022,1896,1580,1581,-1263,-1262,-1261,1091,-970,914,-709,522,535,536,-396,-395,364,-248,-247,114,-82,22,23]]},{type:"Polygon",id:17,arcs:[[-1968,-1967,-1948,-1947,-1953,-1952,-1960,-1959,-2030,-2029,2116,2233,2234,2235,2510,-2533,2774,-2825,2957,-3156,3323,3324,-3546,3727,-3919,4027,-4173,4238,-4445,-4444,4683,-4705,4905,-4930,5135,-5171,5358,5359,5361,-5492,5562,5574,5575,5568,5569,5570,-5351,-5350,-5160,5125,4935,4936,4726,4727,-4456,-4455,-4521,4379,4380,4381,4165,4070,4071,-3929,3750,3751,-3685,3515,-3493,3241,3242,-3118,2927,-2922,2766,-2718,2449,2450,2451,-2314,-2313,2229,-2160,2097,-2024,-1778]]},{type:"Polygon",id:18,arcs:[[-2297,-2296,-2291,-2290,-2295,2470,-2539,2621,-2717,2793,2794,-3019,3039,-3168,3291,-3407,-3406,3614,-3716,3808,-3932,-4139,4144,-4266,-4265,4422,4423,4432,4433,-4557,4659,4660,4805,4798,4799,4800,4795,4892,4893,4894,4953,4954,4923,4924,4973,4974,4927,4928,4929,-4906,4704,-4684,4443,4444,-4239,4172,-4028,3918,-3728,3545,-3325,-3324,3155,-2958,2824,-2775,2532,-2511,-2236,2533,2535,2467,-2204,-2203,-2300,-2299]]},{type:"Polygon",id:20,arcs:[[-3419,-3431,-3429,-3428,-3423,-3422,-3433,-3432,-3413,-3412,-3410,-3409,-3417,-3416,-3426,-3427,-3317,-3316,-3486,-3485,-3490,-3489,-3488,-3492,-3561,3664,-3762,3884,-4003,-4002,-4046,-4199,-4198,4346,-4501,4546,-4772,4820,-5042,-5041,5300,5301,-5544,5556,5557,5558,5531,5532,5523,5524,5592,5593,5446,5447,5449,5450,5526,5527,5459,5460,5528,5529,5456,5457,5453,5520,5521,5519,5516,5517,-5318,5244,-4880,-4879,4590,4591,-4355,4276,-3941,-3940,3619,-3365,-3420]]},{type:"MultiPolygon",id:21,arcs:[[[-4137,-4136,-4161,-4160,-4159,-4182,-4181,-4351,-4350,-4373,-4372,-4498,-4497,4744,-4805,-4804,-5103,-5102,5233,5234,5235,5611,-5643,5726,5826,5827,5819,5820,5824,5825,5807,5808,5882,5883,5835,5913,5914,5838,5839,5891,5892,5696,5698,5699,5658,5659,5737,5937,5938,5831,5832,5932,5933,5957,5958,-5897,-5709,-5708,-5707,5632,-5569,-5576,-5575,-5563,5491,-5362,-5360,-5359,5170,-5136,-4929,-4928,-4975,-4974,-4925,-4924,-4955,-4954,-4895,-4894,-4893,-4796,-4801,-4800,-4799,-4806,-4661,-4660,4556,-4434,-4433,-4424,-4423,4264,4265,-4145,-4138]]]},{type:"MultiPolygon",id:22,arcs:[[[9108]],[[9088]],[[9046]],[[9028]],[[9899,9025,9089,9003,9084,9900,9078,9901,9080,9902,9082,9109,9070,9049,9037,9060,-9017,-8995,8942,-8693,-8692,8649,8456,8457,-8406,8237,-8223,7906,7907,7908,-7820,-7645,-7644,-7721,-7720,-7735,-7734,-7796,-7795,-7778,-7667,-7666,-7665,-7928,7943,-8109,-8108,-8107,-8106,8274,8275,8276,8491,8492,-8647,-8646,-8661,-8660,-8659,-8664,-8663,-8665,-8632,-8771,-8770,8846,8847,9010,9027]]]},{type:"MultiPolygon",id:25,arcs:[[[2727]],[[2632]],[[2175,2248,2249,2250,2251,2252,2168,2015,2016,2017,2169,2170,2171,1997,1998,1999,-1887,-1737,-1736,-1754,-1807,-1806,-1783,-1782,-1781,-1749,1934,9903,2006,9904,2008,2118,2165,2177,9905,2173,2287]]]},{type:"MultiPolygon",id:24,arcs:[[[4166]],[[4781,4782,4856,4857,4858,4690,4581,4268,4408,4169,4080,3824,3834,3840,4088,4192,9906,4194,4521,4293,4613,4731,4615,4295,4296,4114,4115,4116,3849,3811,3812,3813,3814,3816,3817,3818,3820,3821,3822,-3547,-3461,-3460,-3445,-3537,-3536,-3458,-3457,-3584,-3583,-3501,-3500,-3499,-3449,-3448,-3498,-3756,-3755,4078,-4102,-4101,4266,-4398,-4397,-4396,4784]]]},{type:"MultiPolygon",id:23,arcs:[[[918]],[[919]],[[1288,1134,1392,1380,1390,1382,1537,1538,-1300,-889,889,890,891,817,567,360,813,920,599,1117,1282,1286,1391]]]},{type:"MultiPolygon",id:26,arcs:[[[9402]],[[9401]],[[771,820,9406,1075,1236,9407,1434,1560,1561,9408,1578,9409,1927,9410,9412,-2505,2280,2281,2292,2293,2294,2289,2290,2295,2296,2298,2299,2202,2203,2204,2151,1988,1785,1686,1533,1378,1225,1112,9404,9405,948,9400,9399]],[[9395]],[[9388,9389]],[[9390]],[[9377,446,9382,9384,491,9394,9907,9392,9396,9397,574,9385,712,713,714,639,640,587,588,589,590,476,477,478,479,480,481,482,483,484,434,9378]],[[9373,9379,9375]],[[9376]]]},{type:"Polygon",id:27,arcs:[[125,151,204,9366,9365,203,137,138,139,140,141,142,143,144,145,146,147,473,592,593,594,-667,794,-800,901,902,1050,-1075,1139,-1162,-1187,-1186,-1191,1370,-1423,1502,1503,1504,1511,1512,1499,1500,1501,1495,1496,1517,1518,1524,1525,1514,1515,1516,1492,1493,1489,1490,1336,-1220,1179,-1044,-1043,917,-893,840,-746,702,-551,546,415,-404,348,-318,218,-210,164,165,-55,60,106,9364]]},{type:"Polygon",id:29,arcs:[[-3119,-3243,-3242,3492,-3516,3684,-3752,-3751,3928,-4072,-4071,-4166,-4382,-4381,-4380,4520,4454,4455,-4728,-4727,-4937,-4936,-5126,5159,5349,5350,-5571,-5570,-5633,5706,5707,5708,5896,5897,5898,5899,-6100,6161,6162,5968,5969,5970,5971,5972,5865,5915,5916,5885,5886,5887,5715,5929,5930,5931,5918,5919,5920,5815,5841,5842,5935,5936,-5766,5719,-5557,5543,-5302,-5301,5040,5041,-4821,4771,-4547,4500,-4347,4197,4198,4045,4001,4002,-3885,3761,-3665,3560,3491,-3487,-3304,3273,-3129,-3070,-3074,-3073,-3077,-3076,-3087,-3086,-3090,-3089,-3093,-3092,-3095,-3094,-3083,-3082,-3080,-3079]]},{type:"Polygon",id:28,arcs:[[-6755,-6754,-6938,6953,6950,-7180,7256,-7303,7420,-7449,7598,-7679,7825,-7956,-7955,8127,-8251,-8250,8435,-8522,8619,-8704,-8703,8838,8861,8880,-8847,8769,8770,8631,8664,8662,8663,8658,8659,8660,8645,8646,-8493,-8492,-8277,-8276,-8275,8105,8106,8107,8108,-7944,7927,-7664,-7663,7413,7414,-7134,-7133,7026,-7016,-6737,-6736,-6768,-6767,-6772,-6771,-6743,-6742,-6741,-6773]]},{type:"Polygon",id:30,arcs:[[43,99,88,46,50,29,9,53,110,-93,108,-133,221,-231,373,-381,514,515,516,675,676,677,763,764,765,697,698,826,827,655,649,650,651,757,734,735,736,527,-519,327,328,349,-241,201,-112,35,-21,36,19]]},{type:"MultiPolygon",id:37,arcs:[[[-5845,6042,6259,6044]],[[6047,6086,6179,6194,6038,6056,6247,6431,6425,6582,6258,6583,6564,6492,6560,6804,6761,6831,6759,6893,6990,7112,7271,9920,7273,7279,7280,7281,7282,7252,7005,7006,7007,6928,6877,6846,6847,6852,6853,6676,6677,6756,6645,6646,6630,6631,6768,6769,6695,6749,6750,6751,6671,6672,6801,6883,6884,6885,6821,6822,6823,-6595,-6594,-6457,-6456,-6392,-6391,-6287,-6286,-6285,6174,-6175,-6174,-6233,-6232,-6231,-6084,-6083,-5987,-5986,-5985,-5928,-5927,-5926,-5854,-5896,-5895,-5911,-5910,-5674,-5673,-5963,-5671,-5714,-5713,-5712,-5882,-5881,-5880,-5725,-5724,-5876,-5805,-5804,-5803,-5871,-5870,-5908,-5907,-5849,6041]]]},{type:"Polygon",id:38,arcs:[[54,-166,-165,209,-219,317,-349,403,-416,-547,550,551,627,628,633,634,631,632,530,583,623,624,625,635,-516,-515,380,-374,230,-222,132,-109,92,93,98,103,40,32,64,68,57]]},{type:"Polygon",id:31,arcs:[[-1710,-1552,-1682,-1681,-1672,-1671,-1812,-1810,-1809,-1839,-1838,-1836,-1835,-2067,-2066,2190,-2208,2303,-2417,2542,-2661,-2660,2828,-2881,2934,-3071,3128,-3274,3303,3486,3487,3488,3489,3484,3485,3315,3316,3426,3425,3415,3416,3408,3409,3411,3412,3431,3432,3421,3422,3427,3428,3430,3418,3419,-3364,3193,-3140,2970,2971,2822,2700,2701,2731,2732,-2551,2541,-2048,-2047,1861,-1644,-1684,-1683,-1574,-1573,-1709]]},{type:"Polygon",id:33,arcs:[[-890,888,1299,-1539,1615,1747,1748,1780,1781,1782,1805,1806,-1753,1614,-1456,1269,1270,-1115,-996,899,900,-891]]},{type:"Polygon",id:34,arcs:[[9921,3944,3785,3786,3787,3788,3789,3726,3668,3524,3525,-3254,-3253,3124,2911,2912,-2814,2756,-2603,-2568,-2567,-2770,-2769,2897,3116,3066,3156,3256,3346,3531,3521,3805,4124,3946]]},{type:"Polygon",id:35,arcs:[[5784,5785,5786,-6372,6554,6555,-6863,7008,7009,7156,7157,-7563,7653,7654,7655,7656,7657,7967,7968,7969,7783,7784,7785,7888,7889,8111,8037,8038,-7593,-7592,7176,-5782,-5781,-5780,5778,-5322,-5324,-5498,-5497,-5512,-5511,-5309,-5308,-5209,-5208,-5320]]},{type:"Polygon",id:32,arcs:[[-2023,-2357,2361,-2921,3561,3562,-3998,4621,4622,4623,4624,5911,5912,-5467,4254,4772,-4569,4323,3801,4307,4308,4309,-4131,-4130,2391,2392,2393,2394,-2384,-1603,-1429,-1428,-1264,-1582,-1581,-1897]]},{type:"MultiPolygon",id:36,arcs:[[[3237]],[[3052,9922,3054,3119,3152,3121,3056,2782]],[[1826]],[[3046,3097,3048,2751,2629,2770,2768,2769,2566,2567,2568,2324,2325,2093,2153,2154,2156,2157,2188,2189,2056,2057,2088,2089,2085,2086,2060,2061,2062,1831,1716,1713,1721,1724,1701,1570,1279,9923,1281,1275,1276,1019,1031,1005,-1001,1002,-1132,1204,-1296,-1485,1544,-1738,1886,-2e3,-1999,2283,2284,-2550,-2549,2752]]]},{type:"Polygon",id:39,arcs:[[2397,-2447,2666,-2675,2898,-2906,3033,3034,-3246,3262,3263,-3520,3528,-3609,3737,3738,3893,3894,3895,3992,-4069,4228,4226,4362,4363,4494,4495,4496,4497,4371,4372,4349,4350,4180,4181,4158,4159,4160,4135,4136,4137,4138,3931,-3809,3715,-3615,3405,3406,-3292,3167,-3040,3018,-2795,-2794,2716,-2622,2538,-2471,-2294,-2293,-2282,-2281,2504,2505,2506,2507,2508,2509,2514,9926,2516,2669,2593,2594,2595,2636,2579,2443,2401,-2200]]},{type:"Polygon",id:40,arcs:[[-5458,-5457,-5530,-5529,-5461,-5460,-5528,-5527,-5451,-5450,-5448,-5447,-5594,-5593,-5525,-5524,-5533,-5532,-5559,-5558,-5720,5765,-5937,5945,-6118,-6257,6315,-6551,6610,-6728,6773,6774,-7119,7231,7232,7233,7234,7401,7402,7398,7399,7400,7380,7440,7441,7442,7337,7338,7229,7230,7139,7140,7035,7036,6930,6931,-6871,6691,-6627,6398,-6366,6016,6017,5798,5799,5794,5795,5796,5791,5792,-5785,-5319,-5518,-5517,-5520,-5522,-5521,-5454]]},{type:"Polygon",id:41,arcs:[[661,-608,658,-691,-604,-603,-696,-695,-694,-693,-692,-503,-502,-557,-555,-554,-513,-583,-536,-523,708,-915,969,-1092,1260,1261,1262,1263,1427,1428,1602,1603,1599,1600,1881,1973,1974,1892,1893,1611,1464,1298,980,776,622]]},{type:"Polygon",id:42,arcs:[[-2061,-2087,-2086,-2090,-2089,-2058,-2057,-2190,-2189,-2158,-2157,-2155,-2154,-2094,-2326,-2325,-2569,2602,-2757,2813,-2913,-2912,-3125,3252,3253,-3526,3553,3584,3585,-3757,3587,3496,3497,3447,3448,3498,3499,3500,3582,3583,3456,3457,3535,3536,3444,3459,3460,3546,3547,3548,3610,3611,-3610,3337,3338,3339,-3244,3106,-3034,2905,-2899,2674,-2667,2446,-2398,2199,2200,-2062]]},{type:"MultiPolygon",id:44,arcs:[[[2544]],[[2545,-2250]],[[-2253,-2252,2452,2321,2454,2553,-2527,2456,-2319,-2318,-2016,-2169]]]},{type:"MultiPolygon",id:45,arcs:[[[8077]],[[8079]],[[8080]],[[7693,9413,9930,9415,7862,8081,8046,9931,8048,9932,8050,8078,8053,8054,8055,8056,7898,-7892,7866,7867,-7822,7710,7540,7541,7482,7483,7436,7437,-7340,7255,7059,7060,6919,6920,6921,6922,6923,-6672,-6752,-6751,-6750,-6696,-6770,-6769,-6632,-6631,-6647,-6646,-6757,-6678,-6677,-6854,-6853,-6848,-6847,-6878,-6929,-7008,-7007,-7006,-7253,-7283,7328,7588,9416]]]},{type:"Polygon",id:46,arcs:[[-624,-584,-531,-633,-632,-635,-634,-629,-628,-552,-703,745,-841,892,-918,1042,1043,-1180,1219,-1337,-1491,1520,-1652,1659,-1757,1832,1833,1834,1835,1837,1838,1808,1809,1811,1670,1671,1680,1681,1551,1709,1708,1572,1573,1682,1683,-1643,1487,-1374,1248,1183,-1033,939,-677,-676,-517,-636,-626,-625]]},{type:"Polygon",id:47,arcs:[[-5660,-5659,-5700,-5699,-5697,-5893,-5892,-5840,-5839,-5915,-5914,-5836,-5884,-5883,-5809,-5808,-5826,-5825,-5821,-5820,-5828,-5879,-5878,-5891,-5890,-5889,-5859,-5983,-5863,-5862,-5929,5984,5985,5986,6082,6083,6230,6231,6232,6173,6174,-6175,6284,6285,6286,6390,6391,6455,6456,6593,6594,-6824,6826,6827,6793,6794,6718,6719,6720,6805,6806,6790,6791,6784,6785,6723,6724,6713,6698,6752,6753,6754,6772,6740,6741,6742,6770,6771,6766,6767,-6735,6604,-6410,-6409,-6408,-6407,6273,-6162,6099,-5900,-6101,-5898,-5959,-5958,-5934,-5933,-5833,-5832,-5939,-5938,-5738]]},{type:"MultiPolygon",id:48,arcs:[[[9933]],[[9311,9312]],[[9313,9290,9934,9292,9314]],[[9271]],[[9242]],[[9935,9214]],[[9128]],[[9132,9175,9936,9164,9217,9166,9937,9168,9179,9216,9227,9247,9938,9249,9229,9243,9254,9246,9255,9939,9257,9273,9293,9318,9347,9352,9345,9342,9310,9253,9190,9127,8977,8872,8869,8883,8392,8394,-7889,-7786,-7785,-7784,-7970,-7969,-7968,-7658,-7657,-7656,-7655,-7654,7562,-7158,-7157,-7010,-7009,6862,-6556,-6555,6371,-5787,-5786,-5793,-5792,-5797,-5796,-5795,-5800,-5799,-6018,-6017,6365,-6399,6626,-6692,6870,-6932,-6931,-7037,-7036,-7141,-7140,-7231,-7230,-7339,-7338,-7443,-7442,-7441,-7381,-7401,-7400,-7399,-7403,-7402,-7235,-7234,-7514,7610,-7646,7819,-7909,-7908,-7907,8222,-8238,8405,-8458,-8457,-8650,8691,8692,-8943,8994,9016,9017,9090,9131,9092,9020,9130]]]},{type:"Polygon",id:49,arcs:[[-1732,2343,-2621,-2196,-2195,-2983,-2982,3098,3099,-3578,4025,-4629,4748,4749,4750,4751,4752,4753,5415,5416,5342,-4624,-4623,-4622,3997,-3563,-3562,2920,-2362,2356,-2022,-2109,-2108,-2142,-2053]]},{type:"MultiPolygon",id:51,arcs:[[[5405,5058,-4782,5059]],[[5005,4865,4807,4982,5225,5370,5424,5372,5109,5148,5330,5473,5536,9940,5683,5638,5472,5431,5282,5394,9941,5581,5626,5665,5871,9942,5902,9943,9944,5905,5850,5823,5851,5844,5845,5846,5847,5848,5906,5907,5869,5870,5802,5803,5804,5875,5723,5724,5879,5880,5881,5711,5712,5713,5670,5962,5672,5673,5909,5910,5894,5895,5853,5925,5926,5927,5928,5861,5862,5982,5858,5888,5889,5890,5877,5878,-5827,-5727,5642,-5612,-5236,-5235,-5234,-5101,-5412,-5411,-5378,-5377,-5376,-5180,-5275,-5274,5122,-4883,4877,-4536,-4535,-4403,-4402,-4401,-4189,-4188,4043,-3999,-3865,-3910,-4025,-4024,-3812,-3850,-4117,-4116,-4387,4417,9945,4342,4409,4669,4810,4866,5063,5188]]]},{type:"Polygon",id:50,arcs:[[1008,998,-900,995,1114,-1271,-1270,1455,-1615,1752,1753,1735,1736,1737,-1545,1484,1295,-1205,1131,-1003,1e3,1001,994]]},{type:"MultiPolygon",id:53,arcs:[[[303]],[[271]],[[184]],[[118]],[[119]],[[120]],[[126,2,3,75,85,80,83,-23,81,-115,246,247,-365,394,395,-537,582,512,553,554,556,501,502,691,692,693,694,695,602,603,690,-659,607,608,610,467,343,233,186,187,234,319,276,371,273,372,321,407,370,307,196,183,197,129]]]},{type:"MultiPolygon",id:55,arcs:[[[9372]],[[9371,561,557,-484,-483,-482,-481,-480,-479,-478,-477,-591,-590,-589,-588,-641,-640,-715,9386,879,9949,881,1155,1167,9387,1165,1289,1474,1623,1800,1960,2027,2028,2029,1958,1959,1951,1952,1946,1947,1966,1967,1777,1778,1779,1695,-1655,1565,-1503,1422,-1371,1190,1185,1186,1161,-1140,1074,-1051,-903,-902,799,-795,666,-595,-594,-593,-474,-148,9368,9370]]]},{type:"Polygon",id:54,arcs:[[3243,-3340,-3339,-3338,3609,-3612,-3611,-3549,-3548,-3823,-3822,-3821,-3819,-3818,-3817,-3815,-3814,-3813,4023,4024,3909,3864,3998,-4044,4187,4188,4400,4401,4402,4534,4535,-4878,4882,-5123,5273,5274,5179,5375,5376,5377,5410,5411,5100,5101,5102,4803,4804,-4745,-4496,-4495,-4364,-4363,-4227,-4229,4068,-3993,-3896,-3895,-3894,-3739,-3738,3608,-3529,3519,-3264,-3263,3245,-3035,-3107]]},{type:"Polygon",id:56,arcs:[[-827,-699,-698,-766,-765,-764,-678,-940,1032,-1184,-1249,1373,-1488,1642,1643,-1862,2046,2047,-2542,2550,2551,2552,2139,2140,2134,2135,2136,2193,2194,2195,2620,-2344,1731,1732,1733,-1593,1172,1173,-1122,-651,-650,-656,-828]]},{type:"MultiPolygon",id:78,arcs:[[[9867]],[[9840]]]}]},land:{type:"MultiPolygon",arcs:[[[9361]],[[9933]],[[9338]],[[9311,9312]],[[9313,9290,9934,9292,9314]],[[9271]],[[9242]],[[9935,9214]],[[9128]],[[9108]],[[9088]],[[9046]],[[9063]],[[9882,9883]],[[9028]],[[8993,8905]],[[8704]],[[9893,8606]],[[8522]],[[8333]],[[8283]],[[8284]],[[8077]],[[8079]],[[8080]],[[7053]],[[7019]],[[7054]],[[6896]],[[6897]],[[4166]],[[3237]],[[3052,9922,3054,3119,3152,3121,3056,2782]],[[2727]],[[2632]],[[2544]],[[1826]],[[918]],[[919]],[[9402]],[[9401]],[[9395]],[[9388,9389]],[[9390]],[[9372]],[[9373,9379,9375]],[[-9918]],[[1275,1276,1019,1031,1005,1001,994,1008,998,900,891,817,567,360,813,920,599,1117,1282,1286,1391,1288,1134,1392,1380,1390,1382,1537,1615,1747,1934,9903,2006,9904,2008,2118,2165,2177,9905,2173,2287,2175,2248,2545,2250,2452,2321,2454,2553,2527,2557,2559,9881,2561,2547,2752,3046,3097,3048,2751,2629,2770,2897,3116,3066,3156,3256,3346,3531,3521,3805,4124,3946,9921,3944,3785,9954,3787,9955,3789,3726,3668,3524,3553,3584,3752,4102,4392,9956,4394,4784,5059,5405,5058,4782,4856,9957,4858,4690,4581,4268,4408,4169,4080,3824,3834,3840,4088,4192,9906,4194,4521,4293,4613,4731,4615,4295,4385,4417,9945,4342,4409,4669,4810,4866,5063,5188,5005,4865,4807,4982,5225,5370,5424,5372,5109,5148,5330,5473,5536,9940,5683,5638,5472,5431,5282,5394,9941,5581,5626,5665,5871,9942,5902,9943,9944,5905,5850,5823,5851,6042,6259,6044,5845,9958,9959,9960,5847,6041,6047,6086,6179,6194,6038,6056,6247,6431,6425,6582,6258,6583,6564,6492,6560,6804,6761,6831,6759,6893,6990,7112,7271,9920,7273,7279,9961,7281,7328,7588,9416,7693,9413,9930,9415,7862,8081,8046,9931,8048,9932,8050,8078,8053,8285,8280,8336,8523,8607,9894,8609,8705,8835,8906,9013,9099,9139,9161,9152,9098,8991,8903,8992,9888,8988,9116,9153,9204,9889,9206,9146,9200,9276,9296,9890,9298,9326,9891,9322,9892,9324,9332,9353,9360,9884,9356,9885,9358,9362,9351,9340,9331,9302,9329,9304,9285,9264,9262,9235,9221,9193,9886,9137,9363,8968,8865,8969,9065,9006,9064,9008,8913,9009,8915,8804,9887,8806,8797,8790,8787,8676,9880,8678,8701,8838,8861,8880,8847,9010,9027,9899,9025,9089,9003,9084,9900,9078,9901,9080,9902,9082,9109,9070,9049,9037,9060,9017,9090,9131,9092,9020,9130,9132,9175,9936,9164,9217,9166,9937,9168,9179,9216,9227,9247,9938,9249,9229,9243,9254,9246,9255,9939,9257,9273,9293,9318,9347,9352,9345,9342,9310,9253,9190,9127,8977,8872,8869,8883,8392,8394,7889,8111,8037,8208,8504,8191,7725,7740,7697,7519,7056,7020,6899,6528,5874,5606,5291,5193,5288,5438,5155,5018,4853,4552,4697,4472,4696,4474,4482,4847,4484,3626,2685,2373,1893,1611,1464,1298,980,776,622,661,608,610,467,343,233,186,9946,9962,9948,3,75,85,80,83,23,36,19,43,99,88,46,50,29,9,53,110,93,98,103,40,32,64,68,57,60,106,9364,125,151,204,9366,9365,203,137,138,139,140,141,142,143,144,145,146,9368,9370,9371,561,557,484,434,9378,9377,446,9382,9384,491,9394,9907,9392,9396,9397,574,9385,712,713,9386,879,9949,881,1155,1167,9387,1165,1289,1474,1623,1800,1960,2027,2116,2233,2234,2533,2535,2467,2204,2151,1988,1785,1686,1533,1378,1225,1112,9404,9405,948,9400,9399,771,820,9406,1075,1236,9407,1434,1560,1561,9408,1578,9409,1927,9410,9412,2505,-9912,2507,-9910,2509,2514,9926,2516,2669,2593,2594,2595,2636,2579,2443,2401,2200,2062,1831,1716,1713,1721,1724,1701,1570,1279,9923,1281]],[[9612,9619,9600,9610,9536,9547,9542,9545,9501,9528,9516,9644,9518,9525,9874,9527,9503,9875,9505,9543,9508,9544,9540,9546,9538,9611,9602,9606,9596,9607,9591,9608,9581,9571,9609,9872,9493,9479,9465,9873,9463,9480,9468,9481,9475,9567,9471,9568,9559,9628,9624,9622]],[[9489]],[[9626]],[[9552,9521,9870,9523,9551,9533]],[[9561]],[[9499,9529,9871,9531,9497,9534]],[[9869,9550]],[[9455]],[[9515]],[[9447]],[[9563]],[[9514]],[[9491]],[[9445]],[[9555]],[[9554]],[[9440]],[[9586]],[[9510]],[[9444]],[[9434]],[[9513]],[[9512]],[[9588]],[[9511]],[[9431]],[[9548]],[[9642]],[[9460]],[[9438]],[[9562]],[[9432]],[[9470]],[[9451]],[[9589]],[[9487]],[[9458]],[[9426]],[[9553]],[[9437]],[[9524]],[[9492]],[[9500]],[[9441]],[[9435]],[[9490]],[[9592]],[[9439]],[[9625]],[[9486]],[[9485]],[[9488]],[[9442]],[[9452]],[[9443]],[[9597]],[[9454]],[[9436]],[[9453]],[[9585]],[[9483]],[[9449]],[[9428]],[[9456]],[[9446]],[[9620]],[[9603]],[[9459]],[[9448]],[[9457]],[[9450]],[[9594]],[[9583]],[[9584]],[[9582]],[[9476]],[[9587]],[[9605]],[[9604]],[[9484]],[[9627]],[[9461]],[[9560]],[[9429]],[[9427]],[[9433]],[[9593]],[[9430]],[[9629]],[[9630]],[[9631]],[[9632]],[[9633]],[[9634]],[[9466]],[[9635]],[[9636]],[[9637]],[[9638]],[[9639]],[[9640]],[[9509]],[[9467]],[[9641]],[[9643]],[[9867]],[[9866]],[[9840]],[[9813,9697,9666,9723,9817,9718,9726,9759,9868,9839,9877,9737,9820,9731,9847,9853,9844,9863,9864,9855,9865,9834,9848,9782,9878,9822,9803,9689,9746,9830,9705,9790,9823,9668,9768,9779,9660,9761,9879,9654,9788,9832]],[[9417]],[[9422]],[[9421]],[[9423]],[[9876,9420]],[[9424]],[[9425]],[[9418]]]}},arcs:[[[162416,583189],[236,-863],[94,-3199],[220,-1079],[-271,-1241]],[[162695,576807],[-443,-309],[-4396,83]],[[157856,576581],[-6,1800],[-436,606],[-476,3062],[167,1173]],[[157105,583222],[2782,-89],[2529,56]],[[203483,583173],[-111,-3268],[363,0],[1,-4838],[604,-14]],[[204340,575053],[0,-6406],[-109,-3],[-1,-3886]],[[204230,564758],[-1074,300],[-478,661],[-49,-1946]],[[202629,563773],[-411,-2654],[-860,-2419],[-1043,-435],[-462,561]],[[199853,558826],[29,9804],[98,1617],[303,-7],[-114,3279],[302,529],[-36,7508],[72,1628]],[[200507,583184],[2976,-11]],[[181317,583162],[311,-3373],[318,707],[389,-2530],[-133,-1970],[788,-1235],[-38,-1636],[347,-662],[20,-2123]],[[183319,570340],[343,-1416],[-25,-1101],[608,-791]],[[184245,567032],[386,-2907],[-296,-416]],[[184335,563709],[-284,-667],[56,-2637],[-277,-1038],[59,-2316]],[[183889,557051],[-896,68]],[[182993,557119],[-468,-2]],[[182525,557117],[101,1562],[-233,2072],[31,1860],[-477,1550],[-122,1357],[-537,-515],[111,-1134],[-1263,-12],[41,-3203],[-354,-5]],[[179823,560649],[-1,1601],[-1073,-52],[-59,2655]],[[178690,564853],[-26,3920],[480,4],[-5,6466],[-109,1581],[659,10],[112,1730],[-222,1681],[-105,2947]],[[179474,583192],[1843,-30]],[[175797,583199],[0,-9287]],[[175797,573912],[-2052,-28],[-1,6456],[-689,-16]],[[173055,580324],[0,2844]],[[173055,583168],[2742,31]],[[199853,558826],[-98,-1296],[-681,144],[-597,-3335]],[[198477,554339],[-62,2205],[-374,544],[-690,-278]],[[197351,556810],[-1278,1156],[-333,1655]],[[195740,559621],[8,3507],[732,-36],[49,1307],[484,-269],[0,4521],[87,4167]],[[197100,572818],[159,-390],[75,5957],[166,-2],[64,4793]],[[197564,583176],[2943,8]],[[221924,574709],[-1820,8]],[[220104,574717],[-102,3252],[0,5201]],[[220002,583170],[1830,2]],[[221832,583172],[3,-5232],[89,-3231]],[[178690,564853],[-400,43],[-118,-1893],[-228,-480],[-676,326],[-48,1381],[-615,5245],[-698,-1923],[-112,1018]],[[175795,568570],[2,5342]],[[175797,583199],[3677,-7]],[[220104,574717],[-363,-10]],[[219741,574707],[-362,-1],[-1,1624],[-1819,10],[0,-1619]],[[217559,574721],[-1091,11],[0,3239],[-126,10],[-1,5192]],[[216341,583173],[3661,-3]],[[186539,583158],[25,-9701]],[[186564,573457],[-1094,108],[-9,-3230],[-2142,5]],[[181317,583162],[5222,-4]],[[193948,567081],[-538,-46],[0,1653],[-330,-43],[0,1617],[-2172,10],[0,-1617],[-363,1]],[[190545,568656],[35,14501]],[[190580,583157],[3492,32]],[[194072,583189],[-44,-7981],[115,-2218],[-242,-2960],[47,-2949]],[[195740,559621],[-133,1040],[-934,55],[-434,-1362],[-302,351]],[[193937,559705],[11,7376]],[[194072,583189],[3492,-13]],[[206421,583169],[53,-6498],[181,-1619]],[[206655,575052],[-2315,1]],[[203483,583173],[2938,-4]],[[228232,583191],[206,-4516],[166,-1312],[-187,-2686]],[[228417,574677],[-2130,0]],[[226287,574677],[-64,8514]],[[226223,583191],[2009,0]],[[230526,583184],[49,-8486]],[[230575,574698],[-2158,-21]],[[228232,583191],[2294,-7]],[[223380,574698],[-1,-3220],[-639,-11]],[[222740,571467],[-816,5]],[[221924,571472],[0,3237]],[[221832,583172],[1466,10]],[[223298,583182],[0,-5247],[82,-3237]],[[226287,574677],[-1090,12]],[[225197,574689],[-1817,9]],[[223298,583182],[2925,9]],[[168030,583185],[-42,-19407]],[[167988,563778],[-338,-262]],[[167650,563516],[-25,343]],[[167625,563859],[88,1056],[-308,2218],[-251,148],[-798,-1281],[-586,-1450],[-104,1725],[-570,-648],[55,-1799]],[[165151,563828],[-497,4],[-263,1945],[-611,1931],[-82,1381],[-532,1417],[-331,3957]],[[162835,574463],[-140,2344]],[[162416,583189],[2209,-15],[3405,11]],[[171951,583192],[-373,-3049],[-183,-3367],[361,7],[-7,-9706],[182,-1632]],[[171931,565445],[-274,12],[-1,-4693],[-436,1680],[-359,-1132]],[[170861,561312],[-166,418],[-548,-890],[-371,2707],[-364,-947]],[[169412,562600],[-132,2358],[405,757],[-4,1210],[289,2381],[-187,3288],[316,4420],[-331,3951],[45,2219]],[[169813,583184],[2138,8]],[[173055,580324],[-26,-14910]],[[173029,565414],[-1098,31]],[[171951,583192],[1104,-24]],[[169412,562600],[-45,-983],[-485,620],[-109,1069],[-446,-598],[-339,1070]],[[168030,583185],[1783,-1]],[[188725,567028],[0,1624]],[[188725,568652],[374,0],[11,14480]],[[189110,583132],[1470,25]],[[190545,568656],[-200,-1611],[-1620,-17]],[[212324,583170],[-3,-5175],[150,-1639]],[[212471,576356],[-3238,15]],[[209233,576371],[-1,6810]],[[209232,583181],[3092,-11]],[[214880,583162],[-1,-3570]],[[214879,579592],[-364,-1],[-1,-1615],[-226,0],[0,-3239]],[[214288,574737],[-1816,1]],[[212472,574738],[-1,1618]],[[212324,583170],[2556,-8]],[[186539,583158],[2571,-26]],[[188725,568652],[-718,-1],[2,2422],[-362,804],[-543,30],[-81,1075],[-459,475]],[[217559,574721],[0,-1621]],[[217559,573100],[-2179,21],[-1,4852],[-499,6],[-1,1613]],[[214880,583162],[1461,11]],[[233488,574623],[-724,-26]],[[232764,574597],[-2189,101]],[[230526,583184],[3019,-21]],[[233545,583163],[240,-2188],[402,728],[5,-3862],[-704,-3],[0,-3215]],[[209233,576371],[4,-4555]],[[209237,571816],[-1620,-4],[1,1622],[-363,4],[0,1612],[-600,2]],[[206421,583169],[2811,12]],[[175795,568570],[0,-4401]],[[175795,564169],[-503,1656],[-278,-929],[18,-2373]],[[175032,562523],[-508,-3],[3,1885],[-1501,-262]],[[173026,564143],[3,1271]],[[217559,573100],[127,-1619],[-2,-6492],[124,-2],[-3,-3238]],[[217805,561749],[-2509,-20]],[[215296,561729],[1,3269],[-141,0],[0,6485],[-143,10],[0,3259],[-725,-15]],[[156776,574866],[145,-2337],[-336,700],[191,1637]],[[156018,576188],[367,-1161],[-54,-1921],[-274,763],[-39,2319]],[[156711,577874],[437,-1003],[-572,-1182],[-174,1060],[309,1125]],[[239768,576252],[-26,-7172],[46,-6528]],[[239788,562552],[-1935,133],[-2,-978],[-1789,-11]],[[236062,561696],[-29,9709]],[[236033,571405],[-4,6210]],[[236029,577615],[339,173],[235,-1132],[1047,-347],[154,-2131],[907,561],[6,841],[719,948],[332,-276]],[[157403,572219],[-142,1501],[248,575],[362,-1247],[-15,3533]],[[162835,574463],[-341,252],[-585,-931],[-106,-3299],[197,-417]],[[162e3,570068],[-3852,30]],[[158148,570098],[-745,2121]],[[212472,574738],[0,-3235],[160,6],[-1,-4641]],[[212631,566868],[-1041,215],[-260,-1783],[-494,-878],[-372,2570],[-383,-709],[-219,-2110],[-618,322]],[[209244,564495],[-7,7321]],[[219741,574707],[109,-3230],[1,-6504],[110,0],[-1,-3243]],[[219960,561730],[-1079,-3]],[[218881,561727],[-1076,22]],[[243362,568344],[29,-12216],[-17,-11280]],[[243374,544848],[-834,-2840],[212,-1505]],[[242752,540503],[-2,-7]],[[242750,540496],[-224,823]],[[242526,541319],[-10,0]],[[242516,541319],[-187,-592]],[[242329,540727],[-9,7]],[[242320,540734],[-75,-212]],[[242245,540522],[-5,-38]],[[242240,540484],[-9,-872]],[[242231,539612],[3,11]],[[242234,539623],[-248,57]],[[241986,539680],[-26,1879],[-2117,44]],[[239843,541603],[15,4838]],[[239858,546441],[-15,12915],[-55,3196]],[[239768,576252],[1003,-1644],[260,59],[-216,-1483],[572,-280],[382,-4206],[280,489],[20,1987],[577,82],[135,-1750],[581,-1162]],[[209244,564495],[-258,1115],[-593,-179],[-307,1362],[-1057,19],[-145,560],[-288,-1583],[-558,-1]],[[206038,565788],[-93,498],[-752,103],[-963,-1631]],[[165151,563828],[-359,-3363],[-516,-331],[-139,-2995],[-195,-1515],[49,-2367],[561,-1042],[-25,-1385]],[[164527,550830],[-822,-18],[-768,1529],[-383,1474],[-339,202],[-528,3049]],[[161687,557066],[129,2030],[-144,1373]],[[161672,560469],[135,875],[-307,1331],[76,2648],[386,644],[303,1650],[-265,2451]],[[215296,561729],[-1431,3],[-2,-1673]],[[213863,560059],[-714,1226]],[[213149,561285],[-15,1450],[265,1806],[-308,1452],[-460,875]],[[232764,574597],[24,-6811]],[[232788,567786],[-2527,21]],[[230261,567807],[-1799,-6]],[[228462,567801],[14,367]],[[228476,568168],[71,2441],[-130,4068]],[[221924,571472],[-986,7],[-3,-6507],[100,-3249]],[[221035,561723],[-716,0]],[[220319,561723],[-359,7]],[[225197,574689],[73,-6488]],[[225270,568201],[-362,-8],[-2,-3234],[-287,1],[0,-1975]],[[224619,562985],[-263,25],[-571,2718],[-293,-1216],[-752,3114],[0,3841]],[[228476,568168],[-2123,27]],[[226353,568195],[-1083,6]],[[236062,561696],[6,-7465]],[[236068,554231],[0,-615],[-707,-32]],[[235361,553584],[-1430,50]],[[233931,553634],[-29,8560],[-224,1564],[125,1180],[-986,11]],[[232817,564949],[-29,2837]],[[233488,574623],[363,-5],[3,-3239],[2179,26]],[[188725,567028],[1,-2703]],[[188726,564325],[-1602,-42],[-179,1901],[-363,820],[-2337,28]],[[158090,569229],[27,-389]],[[158117,568840],[-233,-1009],[277,-1641],[-369,861],[-55,2156],[353,22]],[[157568,571941],[243,-1776],[-417,-307],[-219,-1059],[350,-339],[185,-3598],[45,1502],[415,-1154],[-2,-2382],[-642,2318],[-20,2344],[-434,1258],[298,3296],[198,-103]],[[156634,565779],[-60,-3687],[-1564,-7],[0,264],[-3066,-4]],[[151944,562345],[-337,5365],[202,2998],[-202,971]],[[151607,571679],[463,-265],[484,-1494],[396,-424],[748,-1863],[763,58],[868,-995],[776,701],[529,-1618]],[[224619,562985],[0,-1281]],[[224619,561704],[-2151,10]],[[222468,561714],[-1433,9]],[[193937,559705],[-803,-422],[-51,-3212],[-1027,-2365]],[[192056,553706],[-1187,-7]],[[190869,553699],[-361,552],[1,1469],[-266,4],[-517,1364],[204,1867],[-1205,-7]],[[188725,558948],[1,5377]],[[161672,560469],[-3555,-37]],[[158117,560432],[249,3191],[301,1598],[-407,1180],[-143,2439]],[[158090,569229],[58,869]],[[179823,560649],[58,-3498],[649,4],[-91,-2233],[238,251],[-154,-1949],[417,-649],[44,-4053]],[[180984,548522],[-292,-238],[-171,1188],[-551,1163],[-685,298]],[[179285,550933],[-478,836],[-38,1568],[-837,1677],[-963,-135]],[[176969,554879],[-354,1336],[183,799],[-95,1862],[-283,1075],[-625,4218]],[[245498,568091],[24,-13480]],[[245522,554611],[-1265,-6316],[-883,-3447]],[[243362,568344],[242,-1593],[425,-163],[-24,-1207],[886,751],[607,1959]],[[226353,568195],[59,-3242],[-1,-6490]],[[226411,558463],[-285,2]],[[226126,558465],[-1436,0]],[[224690,558465],[-71,3239]],[[228462,567801],[350,-5611],[344,-3679]],[[229156,558511],[-1603,-50]],[[227553,558461],[-1142,2]],[[230261,567807],[50,-3920]],[[230311,563887],[2,-2161],[360,-5],[2,-1615],[1435,5],[0,1629],[356,7],[-1,1624]],[[232465,563371],[355,-34]],[[232820,563337],[77,-8073]],[[232897,555264],[-1430,-21]],[[231467,555243],[-2182,14]],[[229285,555257],[-129,3254]],[[232817,564949],[3,-1612]],[[232465,563371],[-1,531],[-2153,-15]],[[209244,564495],[-2,-11147]],[[209242,553348],[-241,-806],[-805,9]],[[208196,552551],[-259,2],[1,3249],[-225,-5],[0,1619],[-1072,7],[1,1622],[-715,4],[0,1622]],[[205927,560671],[111,1440],[0,3677]],[[167625,563859],[-339,-5],[-301,-1380],[-1,-1619],[-240,-1347],[-120,-2159],[-533,-1577],[-2,-1607],[-955,-85],[-358,-2172],[-6,-1862]],[[164770,550046],[-243,784]],[[213149,561285],[0,-2790],[-1274,10],[2,-6436]],[[211877,552069],[-1581,12]],[[210296,552081],[-1055,15]],[[209241,552096],[1,1252]],[[156465,557234],[-1439,15],[0,-1663]],[[155026,555586],[-1512,9],[-857,298]],[[152657,555893],[-215,4015],[-498,2437]],[[156634,565779],[273,1293],[567,-4576],[-189,-396],[-251,-3033],[-105,2479],[-246,-3231],[-218,-1081]],[[188725,558948],[-718,-7],[0,-1612],[-713,3],[0,-1972],[-347,194]],[[186947,555554],[-644,-185],[-426,1863],[-409,506],[-656,-490],[-280,1681],[6,2406],[-203,2374]],[[205927,560671],[-357,-7],[-3,-4859],[-120,-3],[2,-6473]],[[205449,549329],[-1188,-10],[0,-1636],[-355,-3],[0,1641],[-354,-3]],[[203552,549318],[-232,0],[-1,3235],[-355,-6],[105,3251],[-2,6316],[-270,1],[-168,1658]],[[176969,554879],[-257,-1008],[473,-1408],[60,-942],[526,-680],[549,-2997],[263,-2458],[250,-686]],[[178833,544700],[-3820,28]],[[175013,544728],[0,1637]],[[175013,546365],[0,7286]],[[175013,553651],[19,8872]],[[182525,557117],[-825,-26],[-58,-2280],[224,-1574],[136,-3906],[-311,-808],[-707,-1]],[[173026,564143],[8,-11380]],[[173034,552763],[0,-1987]],[[173034,550776],[-2181,20]],[[170853,550796],[8,10516]],[[233931,553634],[40,-4845]],[[233971,548789],[-1065,-20]],[[232906,548769],[-9,6495]],[[175013,553651],[-715,16],[-120,-800],[-1144,-104]],[[203552,549318],[2,-5970]],[[203554,543348],[0,-266]],[[203554,543082],[-1766,-14],[-2,268],[-3263,-152]],[[198523,543184],[-142,489],[173,2154],[-209,2560],[-11,4245],[143,1707]],[[167650,563516],[-17,-12700]],[[167633,550816],[-9,-6518],[-1075,22],[-3,-3262]],[[166546,541058],[-233,-1081]],[[166313,539977],[-187,857],[-295,-1494],[-690,-306]],[[165141,539034],[-276,2022]],[[164865,541056],[127,1141],[-311,5065],[89,2784]],[[170853,550796],[-381,1]],[[170472,550797],[-2839,19]],[[186947,555554],[7,-6012],[711,-1191],[-2,-4005],[368,-11]],[[188031,544335],[35,-1328],[411,-1480]],[[188477,541527],[-392,-449],[14,-3150],[-430,-3]],[[187669,537925],[-672,2],[-784,-2757]],[[186213,535170],[46,3441],[-325,1748],[-347,-22],[-1,2529],[-723,-49],[-4,6432],[-731,40],[-1,5728],[-238,2034]],[[157723,558953],[152,-2103],[-263,244],[111,1859]],[[157679,553460],[-209,2]],[[157470,553462],[-20,-1]],[[157450,553461],[-465,10]],[[156985,553471],[3,2161],[-621,2]],[[156367,555634],[297,1874],[455,873],[193,2438],[440,2118],[103,-3144],[-199,149],[-132,-3407],[313,-1094],[-158,-1981]],[[239858,546441],[-2004,75]],[[237854,546516],[-6,4597],[-694,1379],[-255,2407],[-570,-1212],[-261,544]],[[218881,561727],[0,-3232],[-241,5],[-5,-6449]],[[218635,552051],[-211,-1],[0,-3173],[-602,-11]],[[217822,548866],[-251,2540],[-563,-513]],[[217008,550893],[-256,567],[-256,3108],[36,1844],[-852,-555],[-222,-665],[-1091,1453]],[[214367,556645],[-155,784],[-3,3078],[-346,-448]],[[224690,558465],[0,-1585]],[[224690,556880],[-2133,9]],[[222557,556889],[-89,4825]],[[222557,556889],[-2,-4848]],[[222555,552041],[-597,-4]],[[221958,552037],[-1539,4]],[[220419,552041],[1,6449],[-101,3233]],[[220419,552041],[-222,0]],[[220197,552041],[-1562,10]],[[214367,556645],[0,-4588],[170,0],[-1,-5915]],[[214536,546142],[-1061,-2],[0,-539],[-1412,-13]],[[212063,545588],[-1,6481],[-185,0]],[[197351,556810],[-6,-4998],[-770,-161],[-356,-670],[-49,-3204],[356,-6],[-61,-6487]],[[196465,541284],[-1055,22]],[[195410,541306],[-1057,8],[-1,-1068]],[[194352,540246],[-993,3]],[[193359,540249],[-236,2014],[209,1754],[-4,5386],[-1034,1610],[0,1620],[-238,1073]],[[208196,552551],[218,-2029],[102,-3785],[-297,-2572],[-534,-806]],[[207685,543359],[-1181,12],[-117,1073],[-355,1],[0,1079],[-356,1],[0,3802],[-227,2]],[[157999,553531],[-253,-1157],[151,3089],[102,-1932]],[[161687,557066],[-282,-523],[-596,-2846],[-98,-1164],[460,-3838],[-225,-1131]],[[160946,547564],[-1160,1608],[-293,-321]],[[159493,548851],[-540,718],[-133,1180],[-534,2],[-231,1165]],[[158055,551916],[258,528],[-269,4233],[225,530],[-269,1061],[117,2164]],[[190869,553699],[1,-1066],[-358,1],[-13,-4900],[354,-2],[-21,-5066]],[[190832,542666],[-725,2921],[-441,463],[-28,1539],[-216,-1426],[-1061,-216],[1,-1610],[-331,-2]],[[227553,558461],[-3,-6470],[62,-1591]],[[227612,550400],[-709,17]],[[226903,550417],[-711,10]],[[226192,550427],[-72,1593],[6,6445]],[[226192,550427],[-1411,-1]],[[224781,550426],[-88,1602]],[[224693,552028],[-3,4852]],[[229285,555257],[53,-4884]],[[229338,550373],[-1726,27]],[[156465,557234],[-98,-1600]],[[156985,553471],[-2,-837]],[[156983,552634],[-349,-1455],[-54,-1446],[-357,-1953]],[[156223,547780],[-354,-250]],[[155869,547530],[-801,-41],[-42,8097]],[[182993,557119],[1,-7838],[454,9],[0,-6466]],[[183448,542824],[-493,-548],[1,-1075],[-524,-539],[1,-1072],[-447,49]],[[181986,539639],[-1407,-5]],[[180579,539634],[-732,-499]],[[179847,539135],[-222,1916]],[[179625,541051],[352,195],[-48,4028],[320,550],[-90,1379],[-636,2137],[-238,1593]],[[186213,535170],[-690,-2887]],[[185523,532283],[-1333,17]],[[184190,532300],[-6,8737],[-214,-420],[-522,2207]],[[198523,543184],[180,-1780]],[[198703,541404],[-2238,-120]],[[164865,541056],[-1495,18],[1,1609],[-349,24],[-1,1604],[-1091,-12],[-177,1484],[-533,1821],[-274,-40]],[[224693,552028],[-2138,13]],[[217008,550893],[-1,-451],[-1411,-2],[0,-4839]],[[215596,545601],[-928,-4]],[[214668,545597],[-132,545]],[[155869,547530],[120,-1651],[-5,-3776]],[[155984,542103],[-587,-24]],[[155397,542079],[-2025,38]],[[153372,542117],[-110,2053],[253,-202],[623,1195],[-914,1191],[-230,4847],[-241,1362],[-96,3330]],[[232906,548769],[-1437,4]],[[231469,548773],[-2,6470]],[[231469,548773],[-356,-11]],[[231113,548762],[-1799,-4]],[[229314,548758],[24,1615]],[[179625,541051],[-761,2278],[-31,1371]],[[237854,546516],[-2,-4237]],[[237852,542279],[-1578,50],[42,-9604],[-40,-223]],[[236276,532502],[-231,1006],[-307,-538],[-332,854]],[[235406,533824],[-216,372]],[[235190,534196],[-133,486],[-22,7620]],[[235035,542302],[353,-11],[-27,11293]],[[310206,521389],[-674,-758]],[[309532,520631],[-1071,-1126],[-11,14936],[-1066,258]],[[307384,534699],[-8,3291],[-2505,26]],[[304871,538016],[-841,2]],[[304030,538018],[72,2263],[2153,14228],[505,-616],[6,-3382],[393,-1252],[815,1288],[76,747],[564,5],[41,1253],[358,12],[783,-2953],[455,-2410],[25,-20921],[-70,-4891]],[[193359,540249],[-620,1062],[-850,-749]],[[191889,540562],[-514,-598],[-543,2702]],[[175013,546365],[-1409,188],[-569,1764]],[[173035,548317],[-1,2459]],[[235035,542302],[-1048,14]],[[233987,542316],[-16,6473]],[[160946,547564],[-215,-3053],[-185,-928],[189,-1670]],[[160735,541913],[-845,11],[-206,-1040],[-1032,654]],[[158652,541538],[-352,1507],[-447,420],[-411,2054],[-166,2243]],[[157276,547762],[314,1630],[142,2452],[323,72]],[[157679,553460],[-93,-2779],[-243,609],[127,2172]],[[157450,553461],[-258,-1218],[-95,-3180],[-196,1415],[82,2156]],[[209241,552096],[0,-12823]],[[209241,539273],[-860,0],[-178,810],[-527,0]],[[207676,540083],[9,3276]],[[212063,545588],[-553,-13],[-2,-6518]],[[211508,539057],[-1052,-1]],[[210456,539056],[-1,6519],[-160,-2],[1,6508]],[[210456,539056],[-534,-4],[0,-1652],[-681,3]],[[209241,537403],[0,1870]],[[221958,552037],[-1,-6447],[97,4],[-9,-6501]],[[222045,539093],[-1299,23]],[[220746,539116],[-462,8]],[[220284,539124],[18,6480],[-110,4],[5,6433]],[[224781,550426],[0,-4857],[78,2],[0,-6489]],[[224859,539082],[-1664,-10]],[[223195,539072],[-1150,21]],[[220284,539124],[-1617,18]],[[218667,539142],[-333,973],[-96,2185],[-334,3330]],[[217904,545630],[153,619],[-235,2617]],[[217904,545630],[-2308,-29]],[[170472,550797],[5,-6432],[-150,-2317],[-550,-959]],[[169777,541089],[-3231,-31]],[[173035,548317],[0,-10901]],[[173035,537416],[-1,-2155]],[[173034,535261],[-435,-110],[-89,788]],[[172510,535939],[-70,1545],[-616,2886],[-769,-192],[-280,-1214]],[[170775,538964],[-894,-1263],[-120,595]],[[169761,538296],[16,2793]],[[226903,550417],[68,-4868],[-1,-6487]],[[226970,539062],[-981,13]],[[225989,539075],[-1130,7]],[[229314,548758],[6,-2652],[212,-1371],[-110,-2548],[10,-3117]],[[229432,539070],[-1342,-24]],[[228090,539046],[-1120,16]],[[158652,541538],[-2669,23],[1,542]],[[156223,547780],[371,1366],[-165,-1818],[270,11],[248,1911],[329,-1488]],[[207676,540083],[-352,-1344]],[[207324,538739],[-349,-4],[-351,-1338],[-710,7],[-585,557],[-127,1621],[-225,-2],[-117,3243],[-599,530],[-707,-5]],[[233987,542316],[-1,-1623]],[[233986,540693],[-2817,4]],[[231169,540697],[-56,8065]],[[231169,540697],[7,-1623],[-303,3]],[[230873,539077],[-1399,-8]],[[229474,539069],[-42,1]],[[175013,544728],[1,-5708],[-353,21]],[[174661,539041],[-461,-3],[-274,-1604],[-891,-18]],[[165141,539034],[20,-10944]],[[165161,528090],[-2024,0],[-2593,63]],[[160544,528153],[0,6416]],[[160544,534569],[359,11],[-157,2684],[251,3313],[-262,1336]],[[191889,540562],[-24,-9125]],[[191865,531437],[0,-675]],[[191865,530762],[-1399,153]],[[190466,530915],[-777,9]],[[189689,530924],[-178,1515],[195,2306],[-474,569],[-329,2182],[-426,4031]],[[239843,541603],[18,-6465]],[[239861,535138],[2,-4863]],[[239863,530275],[-1052,-76]],[[238811,530199],[4,1716],[-1019,-55]],[[237796,531860],[-43,6341],[94,109],[5,3969]],[[251183,535146],[2,-1610]],[[251185,533536],[-1045,-5],[1,3214],[-1046,-7],[1,1617],[-346,13],[-67,3221]],[[248683,541589],[281,995],[1035,453],[493,1189],[335,1615],[517,690]],[[251344,546531],[2,-4943],[190,-1609],[-348,15],[-5,-4848]],[[214668,545597],[3,-4901]],[[214671,540696],[-1,-1616]],[[214670,539080],[-2316,-18]],[[212354,539062],[-846,-5]],[[218667,539142],[262,-751],[-62,-3093]],[[218867,535298],[-369,-884],[-548,257],[-360,-2039]],[[217590,532632],[0,1615],[-698,1],[0,4816],[-1166,16],[-1,1620],[-1054,-4]],[[253820,544308],[0,-2728],[148,-1606],[-346,-13],[-2,-4817]],[[253620,535144],[-1568,10]],[[252052,535154],[1,8035],[354,0],[-1,1615],[281,8]],[[252687,544812],[-46,-3487],[634,3347],[545,-364]],[[179847,539135],[-2885,-2989],[-517,-3856],[-988,1959]],[[175457,534249],[-555,1774]],[[174902,536023],[-222,561],[-19,2457]],[[207324,538739],[0,-2429],[-481,-1],[56,-6431]],[[206899,529878],[-149,-3],[0,-6510],[-119,1]],[[206631,523366],[-3371,30]],[[203260,523396],[2,6487],[106,4],[-6,6446],[97,2],[-1,6474],[96,273]],[[203260,523396],[-118,-5],[-3,-8127],[-123,-27],[0,-3173]],[[203016,512064],[-1361,-4],[-1,3224],[108,-22],[0,5983],[-512,206],[100,2748],[-171,715]],[[201179,524914],[0,4963],[-191,-49],[-58,4866],[-348,2],[-60,1616],[-1571,-11]],[[198951,536301],[-119,265]],[[198832,536566],[-129,4838]],[[184190,532300],[-1,-814],[-687,-6],[15,-3299],[-666,-1967]],[[182851,526214],[-255,180],[-220,1599],[-323,48],[141,1392],[-197,1673],[207,1275],[-352,4420],[134,2838]],[[235190,534196],[-1183,4]],[[234007,534200],[-21,6493]],[[237796,531860],[-40,-1612]],[[237756,530248],[-1572,8],[92,2246]],[[155397,542079],[36,-7597]],[[155433,534482],[-1024,26],[-6,-1764]],[[154403,532744],[-413,-941],[-401,1402],[-173,-855],[164,5828],[40,-3886],[154,66],[163,3197],[-178,1201],[335,1945],[-445,-237],[-277,1653]],[[160544,534569],[-1998,-62]],[[158546,534507],[-2722,-5]],[[155824,534502],[-391,-20]],[[189689,530924],[-790,-90],[-193,-3456],[-681,-3145]],[[188025,524233],[-2,4020],[-344,10],[-10,9662]],[[241986,539680],[-2,-4580]],[[241984,535100],[-2123,38]],[[251185,533536],[-1,-4392]],[[251184,529144],[-281,766],[-2333,3002]],[[248570,532912],[1,-217]],[[248571,532695],[-1,217]],[[248570,532912],[-533,692],[-150,1914]],[[247887,535518],[-158,1305]],[[247729,536823],[-232,120]],[[247497,536943],[-117,450]],[[247380,537393],[-170,465]],[[247210,537858],[1092,2058],[381,1673]],[[198832,536566],[-2,-1875],[-409,1],[-280,-2448],[-812,5],[-234,-521],[0,-1926],[-1045,-3]],[[196050,529799],[2,2685],[-229,1641],[-121,3955],[-233,23],[-59,3203]],[[261640,541399],[0,-9499]],[[261640,531900],[-1747,-14]],[[259893,531886],[0,4842]],[[259893,536728],[1,3448]],[[259894,540176],[1066,-173],[680,1396]],[[196050,529799],[-402,-5]],[[195648,529794],[-1369,1],[-6,-1634]],[[194273,528161],[-522,16],[-137,3239]],[[193614,531416],[699,2],[39,8828]],[[193614,531416],[-1749,21]],[[169761,538296],[-37,88]],[[169724,538384],[-623,62],[-454,-1721],[-56,-1735],[-390,-2246],[-741,-1821]],[[167460,530923],[-633,1584],[-9,4567],[-505,2903]],[[167460,530923],[206,-1170],[-54,-2423]],[[167612,527330],[-388,-1247],[-851,-272]],[[166373,525811],[-390,134],[-275,-1277],[-551,-390]],[[165157,524278],[4,3812]],[[234007,534200],[29,-4880]],[[234036,529320],[-1739,14]],[[232297,529334],[-1380,20]],[[230917,529354],[-44,9723]],[[217590,532632],[-397,-2552],[-436,-1343],[-920,-1191],[-478,1151],[-416,-370]],[[214943,528327],[1,2829]],[[214944,531156],[-135,1457],[-12,6465],[-127,2]],[[172510,535939],[0,-949],[-531,-522],[0,-4866],[-168,2],[-1,-2312]],[[171810,527292],[-342,20]],[[171468,527312],[-26,6322],[-175,-16],[-173,2490],[-351,-8],[32,2864]],[[209241,537403],[-2,-4854]],[[209239,532549],[2,-6235]],[[209241,526314],[3,-1180]],[[209244,525134],[-252,2],[0,1618],[-714,26],[2,1575],[-351,-6],[0,1522],[-1030,7]],[[180579,539634],[-29,-2628],[-262,-4539],[-67,-3326],[-131,-1223],[266,-995],[5,-2349],[-249,-34],[-187,-1420],[189,-1949],[-181,-2072]],[[179933,519099],[-282,-1616],[-344,766],[-14,-1410],[527,-2617],[-250,-1838]],[[179570,512384],[-3571,-27],[-470,-1640]],[[175529,510717],[-390,422],[-163,2564],[-956,-4]],[[174020,513699],[362,4439],[258,2019],[-236,2563],[-686,1930]],[[173718,524650],[258,2608]],[[173976,527258],[446,46],[76,2435],[240,1363],[665,-892],[157,1127],[335,203],[-438,2709]],[[182851,526214],[3,-24]],[[182854,526190],[-34,-1070],[-471,-700],[-670,-2752]],[[181679,521668],[-944,-3979],[-194,-400],[-349,1946],[-259,-136]],[[220746,539116],[-2,-6512],[105,-7]],[[220849,532597],[-3,-6355]],[[220846,526242],[-1761,43]],[[219085,526285],[-327,3734],[198,1955],[-89,3324]],[[223195,539072],[-2,-6466]],[[223193,532606],[-2344,-9]],[[174902,536023],[1,-2306],[-958,-326],[31,-6133]],[[173718,524650],[-339,2599]],[[173379,527249],[-122,1925],[104,1310],[-372,3279],[45,1498]],[[212354,539062],[9,-6489]],[[212363,532573],[-197,-14]],[[212166,532559],[-2927,-10]],[[225989,539075],[-2,-6478]],[[225987,532597],[-2698,1]],[[223289,532598],[-96,8]],[[214944,531156],[-1391,13],[0,1436],[-1190,-32]],[[230917,529354],[-1,-1621]],[[230916,527733],[-866,4]],[[230050,527737],[45,1766],[-114,3993],[-380,2928],[-127,2645]],[[228090,539046],[-2,-6457]],[[228088,532589],[-2023,4]],[[226065,532593],[-78,4]],[[230050,527737],[35,-1611]],[[230085,526126],[-1852,-1]],[[228233,526125],[-87,1154],[-58,5310]],[[171468,527312],[-1045,34]],[[170423,527346],[-53,1]],[[170370,527347],[16,3854],[-350,1],[2,1631],[-349,-8],[35,5559]],[[170370,527347],[-2758,-17]],[[247207,537862],[3,-4]],[[248571,532695],[0,-5698],[-321,-1]],[[248250,526996],[-719,-11]],[[247531,526985],[-3,3230],[-343,-15],[1,1609],[-352,7],[6,6374]],[[246840,538190],[367,-328]],[[304871,538016],[-24,-11134],[233,-2084],[-240,-2015],[-258,-234],[344,-2135],[-221,-1593],[445,-9902],[739,1165]],[[305889,510084],[248,-6545]],[[306137,503539],[-330,592],[-241,-1132]],[[305566,502999],[-450,139],[79,-2294],[-907,625]],[[304288,501469],[-183,1244],[-102,3478],[-276,-236],[62,1778],[-139,3374],[-376,-344],[-347,651],[-372,9721]],[[302555,521135],[466,1247],[-87,1101],[431,1781],[-152,2424],[219,2371],[-153,838],[286,2948],[372,1242],[93,2931]],[[307384,534699],[-16,-13241],[-374,-415],[-14,-2790],[297,274],[227,-5338],[-292,-284],[68,-1531],[-1391,-1290]],[[188025,524233],[-403,-667]],[[187622,523566],[-350,1101],[-490,-286],[-233,-1732]],[[186549,522649],[-588,1549],[-293,6520],[-198,-55]],[[185470,530663],[53,1620]],[[259893,531886],[-1,-5144]],[[259892,526742],[-133,-900],[-413,823],[-698,-828],[-156,-2487],[-258,-538]],[[258234,522812],[-83,2590],[0,4873],[-349,11]],[[257802,530286],[0,3251],[697,-26],[0,3238],[1394,-21]],[[198951,536301],[351,-3235],[408,-2428],[-126,-2500]],[[199584,528138],[-454,7],[0,-1079],[-345,0],[-233,-1614],[-461,6],[-62,-7075],[-689,-1094],[-914,66]],[[196426,517355],[-551,2736]],[[195875,520091],[-174,1330],[10,5159],[-63,3214]],[[201179,524914],[-661,1614],[-693,2],[0,1610],[-241,-2]],[[173379,527249],[-1569,43]],[[219085,526285],[-4142,17]],[[214943,526302],[0,2025]],[[253620,535144],[-3,-3220]],[[253617,531924],[2,-6051]],[[253619,525873],[-776,1095]],[[252843,526968],[-385,757],[-418,-132]],[[252040,527593],[-694,1110]],[[251346,528703],[-162,441]],[[251183,535146],[869,8]],[[241984,535100],[-2,-4840]],[[241982,530260],[-158,-2623],[-854,-1719]],[[240970,525918],[-513,-3612]],[[240457,522306],[-838,12]],[[239619,522318],[-5,4660],[247,5],[2,3292]],[[309532,520631],[304,-6938],[-325,-226]],[[309511,513467],[-690,-626],[93,-2259],[-353,-313],[61,-1593],[-355,-304],[157,-4050],[-1023,-1483]],[[307401,502839],[-7,-12]],[[307394,502827],[-61,341],[-964,-1079],[-232,1450]],[[160544,528153],[-247,-4],[10,-4864],[241,-1079]],[[160548,522206],[-796,-345],[-318,-1062]],[[159434,520799],[-910,-1886]],[[158524,518913],[9,9424]],[[158533,528337],[13,6170]],[[158533,528337],[-318,-1795],[-454,494],[-602,-1308],[-130,-1178]],[[157029,524550],[-330,4339],[-600,1896],[-259,-235]],[[155840,530550],[-2,54]],[[155838,530604],[-14,3898]],[[155838,530604],[-183,-462],[-495,2189],[-757,413]],[[235406,533824],[28,-10701]],[[235434,523123],[-1381,-10]],[[234053,523113],[-17,6207]],[[237756,530248],[0,-3231],[116,-9],[14,-2987]],[[237886,524021],[-1641,-2],[226,-872]],[[236471,523147],[-1037,-24]],[[251026,525384],[-2773,33]],[[248253,525417],[-3,1579]],[[251346,528703],[-2,-1704],[-318,2],[0,-1617]],[[155418,529962],[8,-6731]],[[155426,523231],[-1689,63]],[[153737,523294],[-68,3037],[184,1180],[-262,4093],[309,-882],[393,425],[493,-351],[259,901],[373,-1735]],[[214943,526302],[-5,-2]],[[214938,526300],[-2623,9]],[[212315,526309],[-150,2]],[[212165,526311],[1,6248]],[[228233,526125],[-2090,12]],[[226143,526137],[-83,1]],[[226060,526138],[5,6455]],[[223289,532598],[-7,-6387]],[[223282,526211],[-1986,21]],[[221296,526232],[-450,10]],[[226060,526138],[-1995,52]],[[224065,526190],[-783,21]],[[212165,526311],[-2924,3]],[[185470,530663],[-558,-802],[1,-1628],[-449,-1027],[40,-1093],[-451,-1375]],[[184053,524738],[-389,163],[-476,-1895],[-334,3184]],[[255011,527072],[0,-1623],[-222,0],[-2,-3274],[-416,-8]],[[254371,522167],[-587,1081]],[[253784,523248],[-213,794],[48,1831]],[[253617,531924],[1399,-8],[-5,-4844]],[[238811,530199],[-2,-3213],[-238,7],[11,-4605]],[[238582,522388],[9,-3269]],[[238591,519119],[-694,16]],[[237897,519135],[-11,4886]],[[194273,528161],[-16,-1570],[-232,-20],[-119,-1641],[-35,-4874],[-1029,-1611],[-3,-3241],[-365,3],[-1,-3287]],[[192473,511920],[-459,14],[21,11394],[-200,2],[30,7432]],[[190466,530915],[-30,-11211],[-346,-1209],[4,-3242],[-336,0],[-17,-6512]],[[189741,508741],[-32,-6238]],[[189709,502503],[19,-3579]],[[189728,498924],[-493,1905],[18,850],[-441,2415]],[[188812,504094],[13,11149],[64,-1],[-3,5424],[-518,4],[-341,1882],[-405,1014]],[[192473,511920],[739,-89]],[[193212,511831],[-1,-3075]],[[193211,508756],[-2525,-184],[-945,169]],[[186549,522649],[-756,-104],[-628,-2190]],[[185165,520355],[-202,2288],[-910,2095]],[[157029,524550],[63,-2277]],[[157092,522273],[-463,-110]],[[156629,522163],[-284,1059],[-919,9]],[[155418,529962],[422,588]],[[239619,522318],[-1037,70]],[[242661,530268],[51,-9640]],[[242712,520628],[-343,-3]],[[242369,520625],[1,1598],[-1042,59],[-2,-1612],[-997,38]],[[240329,520708],[128,1598]],[[241982,530260],[679,8]],[[245796,530213],[-1,-3233],[691,9]],[[246486,526989],[-5,-6392]],[[246481,520597],[-2401,-12]],[[244080,520585],[-30,9671]],[[244050,530256],[1746,-43]],[[244080,520585],[-1368,43]],[[242661,530268],[1389,-12]],[[209244,525134],[12,-12455]],[[209256,512679],[-50,-4012]],[[209206,508667],[-2732,55]],[[206474,508722],[1,6547],[142,-1],[14,8098]],[[195875,520091],[-795,-463],[-177,-2270],[-459,3],[-573,-1888],[-130,-1894],[-228,1],[-3,-1752],[-298,3]],[[232297,529334],[32,-6470]],[[232329,522864],[-1381,-3]],[[230948,522861],[-32,4872]],[[234053,523113],[0,-269]],[[234053,522844],[-1724,20]],[[252040,527593],[20,-5420],[700,-8]],[[252760,522165],[-8,-6432]],[[252752,515733],[-696,32]],[[252056,515765],[-692,-1],[9,1610],[-345,-7]],[[251028,517367],[-2,8017]],[[158524,518913],[-1068,1088],[-329,768],[-35,1504]],[[165157,524278],[-366,-437]],[[164791,523841],[-600,-1643],[-745,-544],[-478,786]],[[162968,522440],[-730,-1784]],[[162238,520656],[-782,-457],[-46,928],[-635,569]],[[160775,521696],[-227,510]],[[203016,512064],[45,-3465]],[[203061,508599],[-4592,141]],[[198469,508740],[-941,-34]],[[197528,508706],[337,4066],[-1591,0],[48,4006],[104,577]],[[230948,522861],[3,-3246]],[[230951,519615],[-1623,13]],[[229328,519628],[-7,1157],[513,1813],[251,3528]],[[253784,523248],[-5,-1258],[-1019,175]],[[170423,527346],[14,-2610]],[[170437,524736],[-401,-3204],[0,-4052],[-226,-813],[-642,33],[1,-1372],[-752,-187],[118,-2760],[304,1],[77,-3742]],[[168916,508640],[-1798,-1]],[[167118,508639],[49,1621],[4,8063],[-288,1],[0,1596],[-518,16],[8,5875]],[[174020,513699],[-270,-3512]],[[173750,510187],[-1345,32]],[[172405,510219],[-2,1583],[-584,-9],[-295,3221],[-171,-21],[-111,3312],[-289,3248],[113,3191],[-629,-8]],[[255706,527058],[117,-1614],[-5,-6481],[175,-7]],[[255993,518956],[-481,-4769],[-453,-2674],[26,-1006]],[[255085,510507],[-74,93]],[[255011,510600],[-348,1798],[263,2651],[-666,243],[263,2751],[-117,1110],[148,2102],[-183,912]],[[255011,527072],[695,-14]],[[248253,525417],[-2,-6367]],[[248251,519050],[4,-3225]],[[248255,515825],[-1774,-77]],[[246481,515748],[0,4849]],[[246486,526989],[1045,-4]],[[214938,526300],[2,-8789]],[[214940,517511],[-1,-8089]],[[214939,509422],[-2667,29]],[[212272,509451],[0,3227]],[[212272,512678],[43,13631]],[[219085,526285],[420,-1613],[146,-2779],[-339,-2104]],[[219312,519789],[-135,-1298],[382,-971]],[[219559,517520],[-3145,-9]],[[216414,517511],[-1474,0]],[[212272,512678],[-3016,1]],[[221296,526232],[3,-6469]],[[221299,519763],[-1987,26]],[[185165,520355],[-3,-2744],[506,-650],[135,-1730],[3,-4866],[343,-1],[-3,-1637],[400,-13],[67,-3224],[282,-801],[790,-48],[2,-1347],[860,8]],[[188547,503302],[-99,-3225],[-305,274]],[[188143,500351],[-567,-772],[-129,1024],[-637,-765],[-533,835],[-280,-2222],[-238,584],[-857,90],[-96,-2021]],[[184806,497104],[-526,1386],[-10,1397],[-348,4611],[-316,914],[-262,-706],[-323,1502],[13,3600],[-287,1010],[-383,2793],[-233,2701],[-86,3613],[-272,361],[-94,1382]],[[224065,526190],[-1,-6467]],[[224064,519723],[-2739,40]],[[221325,519763],[-26,0]],[[226143,526137],[-2,-6467]],[[226141,519670],[-6,-6480]],[[226135,513190],[-2051,63]],[[224084,513253],[-13,1]],[[224071,513254],[-7,6469]],[[229328,519628],[389,-3087],[628,-1746]],[[230345,514795],[-1456,6],[-40,-559],[-610,15]],[[228239,514257],[-2,4850]],[[228237,519107],[-4,7018]],[[228237,519107],[-408,548],[-1688,15]],[[167118,508639],[-1414,-28]],[[165704,508611],[-332,4],[2,1361]],[[165374,509976],[84,1859],[-342,39],[1,1607],[-347,28],[21,10332]],[[251028,517367],[-1054,48]],[[249974,517415],[-9,1640],[-1714,-5]],[[172405,510219],[-826,-23],[-2,-1616],[-596,-10],[-301,1240],[-304,-1200],[-378,943],[-318,-1615]],[[169680,507938],[-764,702]],[[188812,504094],[-265,-792]],[[237897,519135],[-1085,-11]],[[236812,519124],[-341,4023]],[[165374,509976],[-1964,15]],[[163410,509991],[-24,269]],[[163386,510260],[-111,2406],[145,4765],[366,767],[-140,1600],[-678,2642]],[[206474,508722],[-142,2]],[[206332,508724],[-2606,-129]],[[203726,508595],[-665,4]],[[264518,520373],[-131,-4],[15,-7954]],[[264402,512415],[-335,1]],[[264067,512416],[-1024,59]],[[263043,512475],[5,1628]],[[263048,514103],[0,9277]],[[263048,523380],[752,-2508],[718,-499]],[[155426,523231],[0,-1322],[-345,8],[171,-1358],[345,-537],[-450,-2154],[-12,-1076]],[[155135,516792],[6,-4051],[-896,-4],[0,-2601],[169,-5]],[[154414,510131],[-4,-597]],[[154410,509534],[-766,17]],[[153644,509551],[191,6727],[-98,7016]],[[156629,522163],[0,-1647],[515,-2132],[1,-1597]],[[157145,516787],[-1,-1893],[-346,-271]],[[156798,514623],[-744,2159],[-919,10]],[[236812,519124],[284,-2536]],[[237096,516588],[-222,-1934],[-374,-651]],[[236500,514003],[-341,795],[-1058,-11]],[[235101,514787],[1,1614],[-1027,-8]],[[234075,516393],[-22,6451]],[[232329,522864],[30,-6471]],[[232359,516393],[-1030,-8]],[[231329,516385],[-347,13],[-31,3217]],[[234075,516393],[-344,3]],[[233731,516396],[-1372,-3]],[[163386,510260],[-629,17],[17,874],[-376,1203],[-462,444],[26,1607],[414,1539],[112,2268],[-250,2444]],[[239619,522318],[0,-3212],[333,-17],[8,-2705]],[[239960,516384],[-1367,53]],[[238593,516437],[-2,2682]],[[240329,520708],[8,-1270],[308,-144],[354,-2360],[-276,-2707]],[[240723,514227],[-762,15]],[[239961,514242],[-1,2142]],[[242369,520625],[-6,-8009]],[[242363,512616],[-1675,1]],[[240688,512617],[35,1610]],[[159434,520799],[0,-1905],[284,-1586]],[[159718,517308],[-2288,-7],[-285,-514]],[[160775,521696],[0,-3313],[-116,6],[3,-4865],[-600,-5]],[[160062,513519],[3,2149],[-347,1640]],[[163410,509991],[119,-3799],[225,-798]],[[163754,505394],[-3866,76]],[[159888,505470],[69,1165]],[[159957,506635],[-196,2311],[405,1008],[-239,2616],[135,949]],[[184806,497104],[3,-2717],[-506,66]],[[184303,494453],[-906,-18]],[[183397,494435],[-56,1597],[-348,2544],[-106,-614],[-845,1225],[-633,3398],[-141,1578],[-365,-189],[52,2183],[-181,-234],[-402,-2430],[55,-905],[-491,-1771],[-716,3192],[20,1138]],[[179240,505147],[217,1310],[9,5102],[104,825]],[[309697,499440],[-326,8144],[343,307],[-203,5576]],[[310206,521389],[551,-1389],[510,-516],[-213,-1647],[200,-1810],[-163,-2048],[408,-2916],[145,1141],[349,-534],[352,-3817],[161,-2744],[-592,-2997],[-880,-140],[-164,-1985],[-252,636],[-149,-1354],[-202,2089],[-181,-786],[-141,-3116],[-248,1984]],[[304288,501469],[-305,-404],[-9,-1934],[-241,39]],[[303733,499170],[-304,-527]],[[303429,498643],[-117,2061],[-640,1070],[-291,3135],[-430,-1180],[-152,5251],[122,80],[-151,4819]],[[301770,513879],[26,2283],[518,-340],[-235,2392],[476,2921]],[[266792,512571],[-1372,-94]],[[265420,512477],[-1018,-62]],[[264518,520373],[261,-2225],[563,-388],[377,-1459],[555,-1119],[218,171],[319,-1624],[-19,-1158]],[[244080,520585],[-2,-6434]],[[244078,514151],[-2,-1590],[-344,26]],[[243732,512587],[-1369,29]],[[246481,515748],[-686,31],[0,-1629]],[[245795,514150],[-1717,1]],[[197528,508706],[-1036,15]],[[196492,508721],[-3281,35]],[[221325,519763],[-3,-6470]],[[221322,513293],[-1536,18]],[[219786,513311],[-158,1348],[120,1153],[-189,1708]],[[224071,513254],[-2371,30]],[[221700,513284],[-378,9]],[[228239,514257],[0,-2714]],[[228239,511543],[-746,-4]],[[227493,511539],[-1359,31]],[[226134,511570],[1,1620]],[[231329,516385],[38,-4380]],[[231367,512005],[-336,821]],[[231031,512826],[-637,896]],[[230394,513722],[-49,1073]],[[238593,516437],[-6,-3147]],[[238587,513290],[-26,17]],[[238561,513307],[-163,843],[-522,101],[-780,2337]],[[249974,517415],[-2,-6482]],[[249972,510933],[-1721,20]],[[248251,510953],[4,4872]],[[219786,513311],[-178,-2703],[123,-1550],[-312,142],[-35,-2389]],[[219384,506811],[-387,-2543],[-370,1156],[-115,-974]],[[218512,504450],[-583,57],[-208,-834],[-377,334]],[[217344,504007],[2,4597],[-1015,-5],[83,8912]],[[217344,504007],[-269,-1030],[-621,-1015],[-210,-1237],[-503,175],[-264,-1035],[-539,-243]],[[214938,499622],[1,9800]],[[252056,515765],[-7,-3234],[109,-1632]],[[252158,510899],[-950,13],[2,-1661]],[[251210,509251],[-675,9]],[[250535,509260],[-1,1662],[-562,11]],[[159957,506635],[-1846,-55],[-387,968],[-169,1538],[-534,2059],[129,2390],[-300,15]],[[156850,513550],[-52,1073]],[[156850,513550],[-43,-124]],[[156807,513426],[-486,-577],[117,-1993],[-201,-742]],[[156237,510114],[-1823,17]],[[238561,513307],[-382,-977],[-277,-2080],[-23,-1945]],[[237879,508305],[-685,14]],[[237194,508319],[-679,14]],[[236515,508333],[-15,5670]],[[239961,514242],[-4,-3220]],[[239957,511022],[-577,12],[2,-1654]],[[239382,509380],[-216,1965],[-579,1945]],[[235101,514787],[15,-8081]],[[235116,506706],[-1367,-14]],[[233749,506692],[6,4861]],[[233755,511553],[-24,4843]],[[233755,511553],[-2201,-4]],[[231554,511549],[-187,456]],[[248251,510953],[-430,7],[0,-1618],[-327,3]],[[247494,509345],[-1694,-51]],[[245800,509294],[-5,4856]],[[252752,515733],[340,-44],[-9,-3220],[342,-69],[182,-3245],[999,-1069]],[[254606,508086],[-385,-2583],[-242,-2789]],[[253979,502714],[-8,-1]],[[253971,502713],[-10,-1]],[[253961,502712],[-693,38]],[[253268,502750],[-16,3221],[-670,52]],[[252582,506023],[14,4857],[-438,19]],[[303429,498643],[-266,-4622],[-406,-3326]],[[302757,490695],[-370,576],[-32,2012],[-647,-2107],[393,-1789],[-189,-2754]],[[301912,486633],[-573,-426]],[[301339,486207],[0,-16]],[[301339,486207],[-59,9193]],[[301280,495400],[-86,9641],[-121,9365]],[[301073,514406],[217,752],[480,-1279]],[[230394,513722],[3,-5426]],[[230397,508296],[-1199,-12]],[[229198,508284],[-5,3228],[-954,31]],[[236515,508333],[-686,5],[-1,-1627]],[[235828,506711],[-712,-5]],[[301280,495400],[-90,-875],[-585,121],[-254,-2830],[-201,2230]],[[300150,494046],[-446,795],[-524,2812]],[[299180,497653],[520,1849],[112,1480],[-264,3054],[383,3039],[-19,1891]],[[299912,508966],[388,4730],[214,623],[386,-1123],[173,1210]],[[240688,512617],[-96,-2433],[64,-4037]],[[240656,506147],[-95,-2137]],[[240561,504010],[-562,444],[-38,2207]],[[239961,506661],[97,22],[-1,4337],[-100,2]],[[245800,509294],[3,-3236]],[[245803,506058],[-2030,-24]],[[243773,506034],[-41,6553]],[[159888,505470],[-167,-669],[70,-1970]],[[159791,502831],[-1153,206],[-234,1076],[-631,10],[-781,720],[-578,-1960],[-382,1172]],[[156032,504055],[-98,1557],[388,2208],[-85,2294]],[[175529,510717],[154,-826],[-340,-5246],[151,-1455],[0,-3805]],[[175494,499385],[-398,-1021]],[[175096,498364],[-634,868],[-4,2312],[-267,893],[0,3275],[-765,34]],[[173426,505746],[189,1739],[-44,1635],[179,1067]],[[231554,511549],[662,-3749],[173,-272]],[[232389,507528],[-309,-828],[-3,-1608],[-1680,19]],[[230397,505111],[0,3185]],[[307819,495119],[63,-2040],[-255,1149],[192,891]],[[308823,498239],[322,-1210],[-422,-2791],[-256,1682],[356,2319]],[[309697,499440],[-194,-3153],[-121,2654],[-613,1160],[154,-1192],[-465,-1333],[31,1761],[-402,-1706],[118,-3275],[-828,3345],[180,1911],[-237,2132],[81,1095]],[[221700,513284],[1,-6478]],[[221701,506806],[-279,1]],[[221422,506807],[-2038,4]],[[224084,513253],[3,-6454]],[[224087,506799],[-1659,3]],[[222428,506802],[-727,4]],[[239382,509380],[134,-2743]],[[239516,506637],[-427,-1841]],[[239089,504796],[-534,227]],[[238555,505023],[9,1658],[-687,3],[2,1621]],[[226134,511570],[12,-9713]],[[226146,501857],[-2029,49]],[[224117,501906],[-30,4893]],[[179240,505147],[-395,-1629],[-367,938],[-230,-2310],[-308,-655],[142,-3509],[-185,-1566]],[[177897,496416],[-297,-1464],[-332,-476],[-1622,25],[-30,-1653],[-277,66]],[[175339,492914],[2,3219],[164,2],[-11,3250]],[[212272,509451],[-19,-8102],[-1681,-4]],[[210572,501345],[-701,13],[-661,-630]],[[209210,500728],[-4,7939]],[[242363,512616],[57,-6548]],[[242420,506068],[-1764,79]],[[243773,506034],[0,-3210]],[[243773,502824],[-1350,15]],[[242423,502839],[-3,3229]],[[262700,510887],[28,-4815]],[[262728,506072],[-1240,27],[-113,-876]],[[261375,505223],[-305,883]],[[261070,506106],[220,4694],[-69,1784]],[[261221,512584],[458,-42],[1,-1633],[1020,-22]],[[264067,512416],[-14,-6399]],[[264053,506017],[-1325,55]],[[262700,510887],[342,-32],[1,1620]],[[265420,512477],[-20,-6431]],[[265400,506046],[-1347,-29]],[[227493,511539],[8,-6473]],[[227501,505066],[-4,-4842]],[[227497,500224],[-1004,10]],[[226493,500234],[-9,1613],[-338,10]],[[229198,508284],[-7,-3209]],[[229191,505075],[-1690,-9]],[[233749,506692],[-652,-11],[0,-2565]],[[233097,504116],[-708,3412]],[[239961,506661],[-445,-24]],[[250535,509260],[0,-6476]],[[250535,502784],[-1731,65]],[[248804,502849],[-1313,5]],[[247491,502854],[3,6491]],[[252582,506023],[-689,18],[2,1616],[-685,-6],[0,1600]],[[173426,505746],[-385,-1718],[-296,-3771],[-219,-1145],[9,-3403]],[[172535,495709],[-741,0],[0,1607],[-294,1057],[-1059,-21],[-726,-3486]],[[169715,494866],[-738,-18],[245,2192],[-29,1556],[314,2473],[-552,1434],[612,1573],[-29,2092],[142,1770]],[[156032,504055],[-16,-548]],[[156016,503507],[-1264,17]],[[154752,503524],[-340,334],[-2,5676]],[[165704,508611],[55,-3187],[-11,-9610]],[[165748,495814],[-676,-6],[-1,1543],[-342,912],[-1014,-19],[1,2354]],[[163716,500598],[38,4796]],[[154752,503524],[16,-5366],[-345,3],[16,-1350],[-284,-293],[116,-1140]],[[154271,495378],[-947,-137]],[[153324,495241],[89,2631],[44,7616],[170,1569],[17,2494]],[[214938,499622],[-3,-12]],[[214935,499610],[-311,-1407],[-474,240],[-222,-2776],[-71,-2959],[-2964,12]],[[210893,492720],[-2,2156],[-338,-10],[19,6479]],[[247491,502854],[1,-4850]],[[247492,498004],[-1354,-31],[0,1610],[-337,6],[2,1612]],[[245803,501201],[0,4857]],[[253268,502750],[-7,-1765]],[[253261,500985],[-1005,107]],[[252256,501092],[2,1635],[-1723,57]],[[296979,508865],[60,-3257],[-127,-958]],[[296912,504650],[-471,86],[-134,-1750],[-359,-1102]],[[295948,501884],[-849,1672]],[[295099,503556],[103,5410]],[[295202,508966],[1777,-101]],[[299180,497653],[-205,-1076]],[[298975,496577],[-266,1736],[213,1023],[-144,948],[183,1193],[-188,668],[204,1295],[-286,977]],[[298691,504417],[181,2e3],[-64,2446]],[[298808,508863],[1104,103]],[[295099,503556],[-145,-2596],[-226,-366]],[[294728,500594],[-75,974],[149,3512],[-119,604],[97,3231]],[[294780,508915],[422,51]],[[294728,500594],[65,-315]],[[294793,500279],[-930,-2003],[-662,-178]],[[293201,498098],[-213,5176],[-115,5362]],[[292873,508636],[1907,279]],[[298691,504417],[-203,-1307],[-284,945],[-413,-3859],[-312,777]],[[297479,500973],[-299,925],[174,1659],[-442,1093]],[[296979,508865],[1829,-2]],[[196492,508721],[81,-2400],[-1,-6524],[53,-2],[-1,-6560],[65,0]],[[196689,493235],[-1,-1658]],[[196688,491577],[-673,4],[0,-1650],[-344,-3],[9,-1603],[-502,-5],[2,-1644],[-615,-55]],[[194565,486621],[-361,2183],[-278,575],[-278,-718],[-65,-1424],[-340,-839],[-198,2909],[-378,-147],[-165,1088]],[[192502,490248],[0,2320],[-270,2958],[-406,2562],[50,1661],[-272,1204],[-814,-4],[0,1554],[-1081,0]],[[290927,508615],[234,-781],[324,-14558],[-26,-1329]],[[291459,491947],[-889,-543]],[[290570,491404],[-581,-367],[-299,867]],[[289690,491904],[-769,2247]],[[288921,494151],[-1154,3457]],[[287767,497608],[260,2084],[1343,6200],[870,2516],[687,207]],[[198469,508740],[221,-3931],[453,-2060],[152,402],[684,-2631]],[[199979,500520],[185,-1795],[287,-397],[154,-2198],[-5,-2947]],[[200600,493183],[-3911,52]],[[206332,508724],[28,-15346]],[[206360,493378],[-1,-12616]],[[206359,480762],[-2612,-66]],[[203747,480696],[21,19902]],[[203768,500598],[-42,7997]],[[203768,500598],[-1168,-134],[-2621,56]],[[293201,498098],[-645,-417],[133,-5014],[-525,-324]],[[292164,492343],[-705,-396]],[[290927,508615],[1946,21]],[[209210,500728],[5,-7271]],[[209215,493457],[-2855,-79]],[[169715,494866],[13,-4024]],[[169728,490842],[-1637,145],[-4,-1633],[-2343,-17]],[[165744,489337],[4,6477]],[[237194,508319],[5,-4865]],[[237199,503454],[-679,9],[-2,-1632],[-677,-6],[-1,1627]],[[235840,503452],[-12,3259]],[[238555,505023],[-264,-1740],[-417,-1264]],[[237874,502019],[-336,1431],[-339,4]],[[230397,505111],[0,-3258]],[[230397,501853],[0,-1635]],[[230397,500218],[-1208,4]],[[229189,500222],[2,4853]],[[233097,504116],[341,-1014]],[[233438,503102],[0,-2921],[-654,12]],[[232784,500193],[-25,1632],[-1362,11]],[[231397,501836],[-1e3,17]],[[240561,504010],[200,-612]],[[240761,503398],[-169,-3191],[-689,-567],[0,-757]],[[239903,498883],[-674,2],[0,1341]],[[239229,500226],[-140,4570]],[[221422,506807],[-9,-6505]],[[221413,500302],[-2368,-13]],[[219045,500289],[-317,676],[77,2217],[-293,1268]],[[222428,506802],[33,-13076]],[[222461,493726],[-769,-45]],[[221692,493681],[-243,467]],[[221449,494148],[-36,6154]],[[224117,501906],[15,-8145]],[[224132,493761],[-628,-3]],[[223504,493758],[-1043,-32]],[[235840,503452],[-367,-8],[16,-4852]],[[235489,498592],[-437,8]],[[235052,498600],[-236,771]],[[234816,499371],[-1378,3731]],[[183397,494435],[-268,4],[1,-3240],[-116,1],[10,-3446],[227,-982],[-443,-1878]],[[182808,484894],[-596,-1711],[-145,-1114]],[[182067,482069],[-654,3911],[-113,-748],[-563,1718],[-9,879],[-657,322],[-39,-921],[-426,1521],[-370,1],[1,1214],[-439,-1021]],[[178798,488945],[-56,216]],[[178742,489161],[-154,1983],[62,1848],[-398,879],[-33,1744],[-322,801]],[[242423,502839],[0,-2695],[-505,27]],[[241918,500171],[-647,507],[-510,2720]],[[266980,506080],[138,-2703],[-131,-3752]],[[266987,499625],[-1582,-51]],[[265405,499574],[-5,6472]],[[265400,506046],[1580,34]],[[262728,506072],[-10,-6460]],[[262718,499612],[-1346,23]],[[261372,499635],[3,5588]],[[264053,506017],[3,-6475]],[[264056,499542],[-1338,70]],[[245803,501201],[-678,11]],[[245125,501212],[-1014,-15]],[[244111,501197],[-336,9]],[[243775,501206],[-2,1618]],[[265405,499574],[-1349,-32]],[[175096,498364],[-132,-2275],[-32,-3181],[-260,7]],[[174672,492915],[-1240,21]],[[173432,492936],[-217,1684],[-680,1089]],[[163716,500598],[-1231,-21],[0,-1605],[-451,-3],[2,-1609],[-331,10]],[[161705,497370],[-2049,35]],[[159656,497405],[135,5426]],[[239229,500226],[-676,-7]],[[238553,500219],[-1077,-9]],[[237476,500210],[398,1809]],[[229189,500222],[-676,-12]],[[228513,500210],[-1016,14]],[[297479,500973],[-166,-1451]],[[297313,499522],[-157,-1497],[-296,998],[-160,-1510],[-420,996]],[[296280,498509],[-67,1872],[-265,1503]],[[159656,497405],[121,-2501]],[[159777,494904],[-1469,-89],[-166,-673],[-532,204],[-411,1117],[-498,-541],[-6,-1096],[-722,-4],[-55,1558]],[[155918,495380],[-123,1127],[43,2998],[-132,924],[521,1787],[-211,1291]],[[219045,500289],[-133,-1711],[523,-288],[58,-1572],[780,-877],[539,-1239],[-128,-869]],[[220684,493733],[-1196,-11],[0,-483]],[[219488,493239],[-1893,-6]],[[217595,493233],[-334,-5],[34,9715],[49,1064]],[[260032,504518],[-8,-4869]],[[260024,499649],[-1160,99]],[[258864,499748],[-13,3454],[458,1388]],[[259309,504590],[723,-72]],[[298975,496577],[-544,-513],[-20,-3063]],[[298411,493001],[-914,898]],[[297497,493899],[402,4106],[-586,1517]],[[307394,502827],[-140,-1573],[180,-625],[-64,-1886],[-523,-588],[177,-1427],[-225,-1986]],[[306799,494742],[-257,115],[-412,2029],[-390,-679]],[[305740,496207],[-272,275]],[[305468,496482],[309,2126],[8,3412],[-219,979]],[[189728,498924],[5,-9133]],[[189733,489791],[-389,-951],[-593,-175]],[[188751,488665],[-448,-740],[-1162,820]],[[187141,488745],[-1,811],[-499,8],[1,1607]],[[186642,491171],[338,-6],[2,1607],[490,820],[15,2406],[170,1557],[484,19],[2,2777]],[[217595,493233],[-48,-3229]],[[217547,490004],[-2628,-7]],[[214919,489997],[16,9613]],[[296280,498509],[-410,-5407]],[[295870,493102],[-68,2572],[-938,-658]],[[294864,495016],[48,3058],[-119,2205]],[[155918,495380],[-1647,-2]],[[305468,496482],[-133,-1505],[-266,329],[-18,-2929],[-277,307]],[[304774,492684],[-7,9]],[[304767,492693],[-269,531],[-119,-1120],[-300,314]],[[304079,492418],[-196,1521],[-150,5231]],[[237476,500210],[-51,-1566]],[[237425,498644],[-1936,-52]],[[241918,500171],[207,-1615]],[[242125,498556],[-525,16],[0,-1617],[-334,5],[-1,-3232]],[[241265,493728],[-356,11]],[[240909,493739],[-1010,22]],[[239899,493761],[4,5122]],[[234816,499371],[-1,-4018],[-672,-9],[-5,-1614]],[[234138,493730],[-984,19]],[[233154,493749],[-366,-7]],[[232788,493742],[-4,6451]],[[250535,502784],[-3,-8151]],[[250532,494633],[-1040,40]],[[249492,494673],[-353,36]],[[249139,494709],[-6,4906],[-327,5],[-2,3229]],[[249139,494709],[-495,33]],[[248644,494742],[-1141,-12]],[[247503,494730],[-11,3274]],[[253961,502712],[-152,-2104],[333,-532],[464,2018]],[[254606,502094],[-10,-5904]],[[254596,496190],[-339,8],[-1,-1624],[-432,11]],[[253824,494585],[-416,19]],[[253408,494604],[6,6419],[-153,-38]],[[243775,501206],[-1056,-193],[-152,-3331]],[[242567,497682],[-442,874]],[[252256,501092],[-365,1],[-8,-6465]],[[251883,494628],[-410,-12]],[[251473,494616],[-941,17]],[[255685,502676],[-302,-3069],[-169,-3411]],[[255214,496196],[-618,-6]],[[254606,502094],[72,609]],[[254678,502703],[1007,-27]],[[192502,490248],[5,-10113]],[[192507,480135],[-16,-1620],[-799,3],[0,-1615],[-653,8],[-1,-1051]],[[191038,475860],[-655,-1],[0,1504],[-643,-3]],[[189740,477360],[-2,3452]],[[189738,480812],[-5,8979]],[[226493,500234],[-2,-6499]],[[226491,493735],[-1332,24]],[[225159,493759],[-1027,2]],[[231397,501836],[40,-8076]],[[231437,493760],[-1042,2]],[[230395,493762],[2,6456]],[[232788,493742],[-1310,16]],[[231478,493758],[-41,2]],[[210893,492720],[-1678,5]],[[209215,492725],[0,732]],[[244111,501197],[-1,-6504],[-219,-857],[207,-1948],[-69,-1318]],[[244029,490570],[-834,3122]],[[243195,493692],[-279,3080],[-349,910]],[[245125,501212],[38,-9630]],[[245163,491582],[-120,124]],[[245043,491706],[-313,-400],[-41,-1496],[-287,-3]],[[244402,489807],[-373,763]],[[247503,494730],[-1,-1740]],[[247502,492990],[-1654,56],[-187,-1630]],[[245661,491416],[-498,166]],[[253408,494604],[-589,39]],[[252819,494643],[-936,-15]],[[186642,491171],[-1501,14],[-1,-1610]],[[185140,489575],[-834,8],[-3,4870]],[[203747,480696],[-170,-9]],[[203577,480687],[-2877,-39],[0,148]],[[200700,480796],[-49,12388],[-51,-1]],[[165744,489337],[-329,0],[-5,-4859],[-338,5]],[[165072,484483],[-1001,8],[0,1610],[-336,-4],[-2,1618],[-1027,-13],[-1,1606],[-664,64],[-2,3219],[-321,77],[-13,4702]],[[221449,494148],[180,-1781],[-749,47],[-196,1319]],[[294864,495016],[-214,-1344],[-132,-2763],[162,-4374]],[[294680,486535],[-165,-92]],[[294515,486443],[-1724,-1101]],[[292791,485342],[28,960],[-465,275],[-343,2130],[225,833],[-72,2803]],[[238553,500219],[-2,-6472]],[[238551,493747],[-677,-2]],[[237874,493745],[1,807],[-681,-7]],[[237194,494545],[221,1970],[10,2129]],[[239899,493761],[-13,0]],[[239886,493761],[-1006,-6]],[[238880,493755],[-329,-8]],[[228513,500210],[-4,-6463]],[[228509,493747],[-670,-20]],[[227839,493727],[-1336,7]],[[226503,493734],[-12,1]],[[230395,493762],[0,-2]],[[230395,493760],[-1217,-20]],[[229178,493740],[-669,7]],[[260024,499649],[-9,-6494]],[[260015,493155],[-615,55]],[[259400,493210],[-964,215]],[[258436,493425],[364,3555],[64,2768]],[[261372,499635],[-2,-6463]],[[261370,493172],[-640,-4]],[[260730,493168],[-715,-13]],[[260024,499649],[1348,-14]],[[264056,499542],[8,-6454]],[[264064,493088],[-669,-1]],[[263395,493087],[-679,16]],[[262716,493103],[2,6509]],[[262716,493103],[-656,52]],[[262060,493155],[-690,17]],[[266987,499625],[-62,-3376],[-470,-1067],[-157,-2040]],[[266298,493142],[-886,-31]],[[265412,493111],[-7,6463]],[[265412,493111],[-786,0]],[[264626,493111],[-562,-23]],[[175339,492914],[-169,-3],[-23,-6408]],[[175147,486503],[-644,5]],[[174503,486508],[-557,-1]],[[173946,486507],[0,3241],[391,-17],[114,1594],[220,-13],[1,1603]],[[214919,489997],[-33,-5323],[-334,-145]],[[214552,484529],[-104,-245],[-1766,9]],[[212682,484293],[343,3115],[-3812,-38]],[[209213,487370],[2,5355]],[[297497,493899],[-208,-1404],[-408,589],[-262,-2738],[-163,304]],[[296456,490650],[-487,788],[-99,1664]],[[235052,498600],[861,-2186],[275,-1379]],[[236188,495035],[12,-2914]],[[236200,492121],[-1368,-13]],[[234832,492108],[-669,3],[-25,1619]],[[304079,492418],[-79,-2770]],[[304e3,489648],[-229,-1286],[-556,2438],[-134,-953],[-324,848]],[[237194,494545],[-162,-1485],[-844,1975]],[[243195,493692],[-616,1],[0,-1602]],[[242579,492091],[-668,7],[-1,1620],[-645,10]],[[173432,492936],[-215,-1206],[111,-1864],[-135,-2004]],[[173193,487862],[-118,-728],[-1,-2989]],[[173074,484145],[-2,-31284]],[[173072,452861],[-3259,-52]],[[169813,452809],[-49,5195],[-6,11887],[-34,1],[4,20950]],[[300150,494046],[150,-5520],[-565,-417],[90,-2385]],[[299825,485724],[28,-1263],[-360,-306],[-213,-2182]],[[299280,481973],[-251,-349],[-88,1241],[-239,-1545]],[[298702,481320],[-1098,1335]],[[297604,482655],[73,1782],[273,1403]],[[297950,485840],[461,7161]],[[165072,484483],[0,-1675]],[[165072,482808],[-3996,131]],[[161076,482939],[-1867,-3]],[[159209,482936],[78,4514],[296,1024],[283,3753],[-89,2677]],[[286590,490299],[-326,1891]],[[286264,492190],[242,1614],[1261,3804]],[[288921,494151],[-278,-2136],[171,-535],[-163,-1981],[-600,-1658],[-229,98],[184,-3632]],[[288006,484307],[-698,337],[-439,-517]],[[286869,484127],[-30,11]],[[286839,484138],[-17,6]],[[286822,484144],[-93,2654],[-183,296],[473,1068],[-221,1526],[192,1728],[-400,-1117]],[[306799,494742],[-208,-3178],[83,-580],[-394,-2170],[-422,630],[40,936]],[[305898,490380],[198,677],[-157,2940],[-190,25],[-9,2185]],[[178742,489161],[-408,649],[-97,1865],[-374,-2892],[-523,-708],[-420,-3554],[-518,-1775],[-403,-257]],[[175999,482489],[-852,4014]],[[305898,490380],[-88,1150],[-333,-4456],[-153,1112],[-294,-803],[27,3034],[-191,-1422]],[[304866,488995],[63,1229],[-293,335]],[[304636,490559],[138,2125]],[[255214,496196],[10,-3137],[-283,-948],[-252,-4020]],[[254689,488091],[-861,-9]],[[253828,488082],[-4,6503]],[[296456,490650],[-138,-1260]],[[296318,489390],[-526,-1476],[60,-1043]],[[295852,486871],[-725,197],[35,-1311],[-435,-257]],[[294727,485500],[-47,1035]],[[159209,482936],[-356,-1083],[-4,-2172]],[[158849,479681],[-1695,-61],[-4,1999],[-1023,-130],[-80,4507],[-584,9],[-506,918],[-251,1689],[-581,464],[-272,-1480],[-649,-38]],[[153204,487558],[120,7683]],[[301339,486191],[74,-4637]],[[301413,481554],[-561,-31]],[[300852,481523],[-271,609],[-756,3592]],[[237874,493745],[1,-6477]],[[237875,487268],[-1335,-3]],[[236540,487265],[-340,-1]],[[236200,487264],[0,4857]],[[248644,494742],[4,-1203],[-356,-1775],[167,-1777],[17,-2211],[270,-1702],[223,-2658]],[[248969,483416],[-1467,-1]],[[247502,483415],[1,1681]],[[247503,485096],[-1,7894]],[[249492,494673],[0,-4905]],[[249492,489768],[-4,-6324]],[[249488,483444],[-519,-28]],[[251473,494616],[2,-4829]],[[251475,489787],[-785,-8]],[[250690,489779],[-1198,-11]],[[252819,494643],[-1,-5695]],[[252818,488948],[3,-842],[-1344,42]],[[251477,488148],[-2,1639]],[[253828,488082],[-336,-5]],[[253492,488077],[2,862],[-676,9]],[[185140,489575],[-7,-6496]],[[185133,483079],[-5,-1541],[-325,-81],[-2,-1617],[-333,6],[-31,-3059],[-167,-6]],[[184270,476781],[-988,-2],[0,1538],[-762,6],[71,2286],[-253,1758],[-271,-298]],[[297950,485840],[-1609,2937],[-23,613]],[[289857,482936],[-1180,-3640],[-620,942]],[[288057,480238],[-51,4069]],[[289690,491904],[167,-8968]],[[222306,488875],[139,-1400],[-277,-1473],[-155,-2285],[239,-7],[214,-2924]],[[222466,480786],[-655,1]],[[221811,480787],[-251,2],[-1,4520],[-205,288],[-400,-1289],[-686,-69],[-402,533]],[[219866,484772],[-299,59]],[[219567,484831],[-77,2419],[-2,5989]],[[221692,493681],[38,-1693],[582,-1977],[-6,-1136]],[[231478,493758],[-2,-6467]],[[231476,487291],[-1083,9]],[[230393,487300],[2,6460]],[[233154,493749],[0,-6482]],[[233154,487267],[-1644,21]],[[231510,487288],[-34,3]],[[225159,493759],[1,-4821]],[[225160,488938],[-1327,-45]],[[223833,488893],[-333,-2]],[[223500,488891],[4,4867]],[[239886,493761],[1,-6484]],[[239887,487277],[-11,1]],[[239876,487278],[-996,-7]],[[238880,487271],[0,6484]],[[240909,493739],[-31,-6461]],[[240878,487278],[-991,-1]],[[230393,487300],[-1213,-24]],[[229180,487276],[-2,6464]],[[238880,487271],[-672,1]],[[238208,487272],[-333,-4]],[[223500,488891],[-1194,-16]],[[226503,493734],[-5,-6430]],[[226498,487304],[-323,15]],[[226175,487319],[-998,7]],[[225177,487326],[-17,1612]],[[242579,492091],[0,-4839]],[[242579,487252],[-1030,-242]],[[241549,487010],[-671,268]],[[234832,492108],[2,-4840]],[[234834,487268],[-1653,0]],[[233181,487268],[-27,-1]],[[229180,487276],[-670,-7]],[[228510,487269],[-670,12]],[[227840,487281],[-1,6446]],[[227840,487281],[-666,8]],[[227174,487289],[-676,15]],[[244402,489807],[392,-2555]],[[244794,487252],[-1243,-3]],[[243551,487249],[-972,3]],[[209213,487370],[2,-6520]],[[209215,480850],[-2355,-66]],[[206860,480784],[-501,-22]],[[259400,493210],[11,-6545]],[[259411,486665],[-1095,72]],[[258316,486737],[-227,4105],[347,2583]],[[304e3,489648],[314,-1030]],[[304314,488618],[155,528]],[[304469,489146],[-41,-1011]],[[304428,488135],[-42,-1969],[-144,1438],[-555,-1235],[-307,-2321],[164,-2049],[-435,-545]],[[303109,481454],[-386,1324],[-161,2030],[-306,-178],[3,1605],[-347,398]],[[219567,484831],[-690,962],[-261,-1066],[-279,233],[-415,1973],[-376,207]],[[217546,487140],[0,-1]],[[217546,487140],[1,2864]],[[200700,480796],[-1181,20]],[[199519,480816],[-168,0]],[[199351,480816],[0,2700],[-338,-12],[1,1631],[-671,1],[0,1587],[-983,520],[0,1054],[-332,2],[5,1652],[-345,1626]],[[304469,489146],[96,425],[146,-4224],[-211,-753],[-72,3541]],[[304866,488995],[-144,-863],[186,-1284],[-136,-1342],[-199,4245],[63,808]],[[304767,492693],[-187,-2521],[-266,-1554]],[[260730,493168],[6,-6502]],[[260736,486666],[-1325,-1]],[[262060,493155],[-5,-6525]],[[262055,486630],[-1319,36]],[[263395,493087],[5,-6429]],[[263400,486658],[-1345,-28]],[[264626,493111],[-1,-3070]],[[264625,490041],[-2,-3183]],[[264623,486858],[-1223,-200]],[[247503,485096],[-1667,-111]],[[245836,484985],[-8,6443],[-167,-12]],[[173946,486507],[-392,-272],[-361,1627]],[[292791,485342],[-439,-295],[152,-6649]],[[292504,478398],[55,-2188]],[[292559,476210],[-1099,-481],[-496,1080]],[[290964,476809],[-432,1e3],[257,2733],[-219,10862]],[[236200,487264],[-1352,5]],[[234848,487269],[-14,-1]],[[178798,488945],[-51,-1480]],[[178747,487465],[-147,-2107],[27,-2295],[-141,-364],[-9,-7526]],[[178477,475173],[-2,-5280],[149,-49]],[[178624,469844],[-11,-2674]],[[178613,467170],[-1161,-3],[35,3027],[-978,384],[-398,937],[-84,-1083],[-654,1955],[-183,1188]],[[175190,473575],[801,17],[8,8897]],[[290964,476809],[48,-2087],[-179,-2358]],[[290833,472364],[-10,-3429]],[[290823,468935],[-322,652],[-79,-1360],[-540,1549],[-309,-528]],[[289573,469248],[-20,3211],[418,3255],[-260,632],[239,1293],[-93,5297]],[[245836,484985],[-965,57]],[[244871,485042],[-77,2210]],[[199351,480816],[0,-542],[-2071,-233],[-330,808],[-664,541],[-332,1359],[-996,270],[0,1480],[-393,2122]],[[187141,488745],[-18,-3230],[155,229],[839,-2595]],[[188117,483149],[-2489,-4]],[[185628,483145],[-495,-66]],[[169813,452809],[-3140,-59]],[[166673,452750],[-102,8]],[[166571,452758],[-13,14052],[-1606,-147],[6,8084],[116,22],[-2,8039]],[[199519,480816],[49,-535],[44,-12867],[-117,0],[4,-6462],[53,0]],[[199552,460952],[1,-3214]],[[199553,457738],[-4238,36]],[[195315,457774],[-81,8002],[-208,644],[-621,4049],[-508,1245],[-388,4713],[-175,3678],[-827,30]],[[265345,488432],[-13,-4364],[594,-1608]],[[265926,482460],[2,-2061]],[[265928,480399],[-330,807],[-651,39],[-327,827]],[[264620,482072],[3,4786]],[[264625,490041],[337,2],[2,-1583],[381,-28]],[[217546,487139],[-458,-846],[2,-7566]],[[217090,478727],[-2459,14]],[[214631,478741],[-79,1615],[0,4173]],[[184270,476781],[-1,-3235]],[[184269,473546],[-657,2],[18,-6493],[161,-1616],[-161,-935]],[[183630,464504],[-371,1135],[-285,-316]],[[182974,465323],[1,3349],[164,1],[-2,6527],[-838,4]],[[182299,475204],[-1840,-8]],[[180459,475196],[-55,2307],[-390,208],[75,2719],[-486,2042],[-29,3598],[-455,236],[-372,1159]],[[189738,480812],[-430,714],[-126,1528],[-434,6]],[[188748,483060],[3,5605]],[[251477,488148],[-2,-4871]],[[251475,483277],[-336,-10]],[[251139,483267],[-664,186]],[[250475,483453],[215,6326]],[[250475,483453],[-987,-9]],[[297604,482655],[-139,-531],[-150,-6299]],[[297315,475825],[-695,-198],[-380,613]],[[296240,476240],[-135,842]],[[296105,477082],[40,1309],[261,-315],[91,2132],[-178,490],[251,3497],[-332,632],[104,1629],[-255,1003],[-235,-588]],[[158849,479681],[187,-616],[254,-2713],[-330,-3406],[-529,-206],[-3,-1355]],[[158428,471385],[-331,3],[-437,-1062],[-659,-2951],[-995,-473],[-214,-851]],[[155792,466051],[-606,-123],[-747,708],[-3,821]],[[154436,467457],[-267,104]],[[154169,467561],[-22,3824],[329,1721],[-5,3184],[-170,-23],[1,3263],[-310,1557],[0,1719],[-955,38]],[[153037,482844],[167,4714]],[[253492,488077],[4,-6488]],[[253496,481589],[-667,11]],[[252829,481600],[-2,1626],[-1352,51]],[[225177,487326],[14,-6561]],[[225191,480765],[-1074,13]],[[224117,480778],[-247,-3]],[[223870,480775],[-37,8118]],[[223870,480775],[-1404,11]],[[188748,483060],[-631,89]],[[254689,488091],[84,-3796],[-251,-2704]],[[254522,481591],[-691,-12]],[[253831,481579],[-335,10]],[[174503,486508],[-1,-3222],[107,-1],[3,-3245],[-111,-9],[5,-3147]],[[174506,476884],[-751,3480],[-169,2160],[-512,1621]],[[219866,484772],[49,-6023]],[[219915,478749],[-2825,-22]],[[180459,475196],[-612,-25]],[[179847,475171],[-1370,2]],[[296105,477082],[-1078,260]],[[295027,477342],[17,4427],[-151,1362],[-345,330],[179,2039]],[[212682,484293],[-532,-1541],[1,-2393]],[[212151,480359],[-2937,18]],[[209214,480377],[1,473]],[[231510,487288],[-3,-6495]],[[231507,480793],[-1113,5]],[[230394,480798],[-1,6502]],[[233181,487268],[-6,-6467]],[[233175,480801],[-1132,-10]],[[232043,480791],[-536,2]],[[239876,487278],[3,-6493]],[[239879,480785],[-1250,-4]],[[238629,480781],[-423,3]],[[238206,480784],[2,6488]],[[241549,487010],[0,-6211]],[[241549,480799],[-290,-4]],[[241259,480795],[-1313,-10]],[[239946,480785],[-67,0]],[[244871,485042],[-35,-2081],[144,-2160]],[[244980,480801],[-1096,2]],[[243884,480803],[-334,1]],[[243550,480804],[1,6445]],[[226175,487319],[6,-6546]],[[226181,480773],[-417,-14]],[[225764,480759],[-573,6]],[[227174,487289],[5,-6502]],[[227179,480787],[-998,-14]],[[243550,480804],[-972,-1]],[[242578,480803],[-1029,-4]],[[234848,487269],[-4,-6462]],[[234844,480807],[-164,-8]],[[234680,480799],[-1319,-4]],[[233361,480795],[-186,6]],[[238206,480784],[-897,-1]],[[237309,480783],[-772,10]],[[236537,480793],[3,6472]],[[230394,480798],[-407,0]],[[229987,480798],[-908,-8]],[[229079,480790],[-570,-5]],[[228509,480785],[1,6484]],[[236537,480793],[-544,5]],[[235993,480798],[-1149,9]],[[228509,480785],[-758,1]],[[227751,480786],[-572,1]],[[264620,482072],[-6,-1618],[-556,-296]],[[264058,480158],[-662,0]],[[263396,480158],[4,6500]],[[259411,486665],[-4,-6481]],[[259407,480184],[-1175,91]],[[258232,480275],[-219,3393],[303,3069]],[[263396,480158],[-664,2]],[[262732,480160],[-666,1]],[[262066,480161],[-11,6469]],[[303109,481454],[-237,-3363],[-309,-544],[-343,-4752],[-437,1185]],[[301783,473980],[56,1699],[-493,2897],[67,2978]],[[262066,480161],[-1330,37]],[[260736,480198],[0,6468]],[[260736,480198],[0,-3238]],[[260736,476960],[-635,-23]],[[260101,476937],[-693,9],[-1,3238]],[[295027,477342],[-54,-6909]],[[294973,470433],[-1008,-44]],[[293965,470389],[167,2590],[-54,4202]],[[294078,477181],[-94,3357],[378,3142],[153,2763]],[[175190,473575],[-334,1506],[-129,1913],[-221,-110]],[[294078,477181],[-671,-975],[-134,2686],[-769,-494]],[[221811,480787],[-2,-9343]],[[221809,471444],[-1850,12]],[[219959,471456],[-44,7293]],[[300852,481523],[10,-3416],[-211,-1325]],[[300651,476782],[-895,3175],[-123,-380],[-353,2396]],[[266573,485031],[2,-1116],[972,143]],[[267547,484058],[-7,-6487]],[[267540,477571],[-652,-91],[7,-1620],[-304,-225]],[[266591,475635],[-654,-32]],[[265937,475603],[-9,4796]],[[265926,482460],[77,10]],[[266003,482470],[432,2693],[138,-132]],[[247502,483415],[3,-1619]],[[247505,481796],[-1004,-19],[9,-2420]],[[246510,479357],[-1496,-1]],[[245014,479356],[-34,1445]],[[288057,480238],[-163,246],[-201,-2951],[7,-3154]],[[287700,474379],[-304,516]],[[287396,474895],[-580,1634],[-156,-692],[-618,-119]],[[286042,475718],[-350,485],[-33,3060]],[[285659,479263],[575,1959],[489,118],[146,2787]],[[214631,478741],[5,-4840],[73,-2432]],[[214709,471469],[-1978,12]],[[212731,471481],[-580,15]],[[212151,471496],[0,8863]],[[269259,474627],[-1374,-276]],[[267885,474351],[-11,2434],[-334,786]],[[267547,484058],[1423,278]],[[268970,484336],[189,-4720],[100,-4989]],[[178613,467170],[-2,-14382]],[[178611,452788],[-3086,41],[-2428,19]],[[173097,452848],[-25,13]],[[251139,483267],[-6,-6483]],[[251133,476784],[-1982,151]],[[249151,476935],[334,1631],[4,3332],[-358,174],[-162,1344]],[[249151,476935],[-328,-1617]],[[248823,475318],[-991,-774]],[[247832,474544],[6,7269],[-333,-17]],[[252829,481600],[-49,-6493]],[[252780,475107],[-328,24]],[[252452,475131],[-1318,30]],[[251134,475161],[-1,1623]],[[189740,477360],[2,-5505]],[[189742,471855],[-1523,-1]],[[188219,471854],[6,4870],[-654,10],[0,1562],[-614,11],[-169,1087],[-1161,0],[1,3751]],[[188219,471854],[-1319,42]],[[186900,471896],[-1651,-7],[-264,-1313]],[[184985,470576],[-183,-1642],[-532,-4],[-1,4616]],[[161076,482939],[-47,-16196],[1299,-29],[11,-13965]],[[162339,452749],[-1582,70]],[[160757,452819],[-2346,190]],[[158411,453009],[17,18376]],[[166571,452758],[-1779,10]],[[164792,452768],[-2453,-19]],[[289573,469248],[-100,-158]],[[289473,469090],[-527,-154],[-20,1300],[-279,-24],[-23,1968],[-519,2370],[-405,-171]],[[300651,476782],[-32,-195]],[[300619,476587],[-404,-4938]],[[300215,471649],[-352,1116],[-342,-274],[-74,1832],[-524,-693],[-159,1711],[-267,-361]],[[298497,474980],[-226,2506],[101,2208],[330,1626]],[[154169,467561],[-316,-270],[-199,-1661],[-396,-276],[-61,3940],[-268,1346],[-619,4]],[[152310,470644],[269,5888],[458,6312]],[[298497,474980],[-81,-1100]],[[298416,473880],[-391,59],[61,931],[-822,-385]],[[297264,474485],[51,1340]],[[301783,473980],[-163,-962]],[[301620,473018],[-513,-14],[127,1049],[-615,2534]],[[265937,475603],[-658,-19],[7,-1630]],[[265286,473954],[-1222,-81]],[[264064,473873],[-6,6285]],[[247832,474544],[-657,679]],[[247175,475223],[-660,-544]],[[246515,474679],[-5,4678]],[[254522,481591],[-329,-5330],[49,-1204]],[[254242,475057],[-476,2]],[[253766,475059],[65,6520]],[[253766,475059],[-986,48]],[[238629,480781],[-1,-4543]],[[238628,476238],[-1318,-2]],[[237310,476236],[-1,4547]],[[237308,469765],[-1315,6]],[[235993,469771],[0,6459]],[[235993,476230],[0,4568]],[[237310,476236],[-2,-6471]],[[234682,476230],[-1321,3]],[[233361,476233],[0,4562]],[[234680,480799],[2,-4569]],[[235993,476230],[-1311,0]],[[239947,476239],[-1319,-1]],[[239946,480785],[1,-4546]],[[233361,476233],[-1320,43]],[[232041,476276],[2,4515]],[[209214,480377],[5,-8812]],[[209219,471565],[0,-7313]],[[209219,464252],[-1679,-40]],[[207540,464212],[-659,-10]],[[206881,464202],[-21,16582]],[[241256,475444],[-1309,0]],[[239947,475444],[0,795]],[[241259,480795],[-3,-5351]],[[232041,476276],[-1933,42]],[[230108,476318],[88,2490],[-209,1990]],[[242578,480803],[-3,-5357]],[[242575,475446],[-1319,-2]],[[245014,479356],[4,-1361],[405,-1717],[-331,-3302]],[[245092,472976],[-1192,26]],[[243900,473002],[-16,7801]],[[243900,473002],[-1326,21]],[[242574,473023],[1,2423]],[[230108,476318],[224,-745],[59,-2539]],[[230391,473034],[-980,6]],[[229411,473040],[-330,1]],[[229081,473041],[-2,7749]],[[206881,464202],[-1098,-58],[7,-3247]],[[205790,460897],[-134,-6],[-121,-2624],[-664,265],[160,2348],[-1441,51]],[[203590,460931],[-7,-1]],[[203583,460930],[-6,19757]],[[224117,480778],[91,-2393],[1571,-3239]],[[225779,475146],[90,-530]],[[225869,474616],[-47,-3529],[-165,-2603]],[[225657,468484],[-436,813]],[[225221,469297],[-526,2160]],[[224695,471457],[-1032,3041],[-78,1580],[-470,1325],[-243,2027],[-406,1356]],[[229081,473041],[-659,-11]],[[228422,473030],[0,1617],[-665,-11]],[[227757,474636],[-6,6150]],[[227757,474636],[-663,-12]],[[227094,474624],[-1225,-8]],[[225779,475146],[-15,5613]],[[203583,460930],[-1530,-51],[-2501,73]],[[224695,471457],[-2109,-11]],[[222586,471446],[-777,-2]],[[212151,471496],[-1401,0]],[[210750,471496],[-1531,69]],[[260101,476937],[-1,-1635]],[[260100,475302],[-329,14],[4,-1620],[-1016,-10]],[[258759,473686],[-527,6589]],[[262732,480160],[25,-6465]],[[262757,473695],[-1325,-1]],[[261432,473694],[1,3265],[-697,1]],[[195315,457774],[-2814,132]],[[192501,457906],[-1359,125],[-5,3185],[-131,-2],[32,14646]],[[264064,473873],[0,-195]],[[264064,473678],[-1307,17]],[[246515,474679],[-1111,-3345],[-255,-73]],[[245149,471261],[-57,1715]],[[286042,475718],[-35,-4144],[115,-2963],[261,67],[229,-1455]],[[286612,467223],[26,-2749]],[[286638,464474],[-1117,-2]],[[285521,464472],[-187,1943],[55,5513]],[[285389,471928],[-24,5905]],[[285365,477833],[294,1430]],[[293965,470389],[-115,-2942]],[[293850,467447],[-369,-82]],[[293481,467365],[-266,2462],[-523,832]],[[292692,470659],[-14,505]],[[292678,471164],[-119,5046]],[[217090,478727],[0,-7285]],[[217090,471442],[-2381,27]],[[219959,471456],[-2869,-14]],[[281818,478275],[-5,-4317]],[[281813,473958],[-1305,-81]],[[280508,473877],[0,4510]],[[280508,478387],[1310,-112]],[[280508,473877],[4,-838]],[[280512,473039],[-752,7],[-414,-1125]],[[279346,471921],[-518,1158],[12,3307],[719,1122],[949,879]],[[283548,476628],[9,-4501]],[[283557,472127],[-318,-2],[8,-1701],[-272,15]],[[282975,470439],[-429,33],[9,794],[-498,-13]],[[282057,471253],[10,2716],[-254,-11]],[[281818,478275],[657,-443],[527,-1887],[546,683]],[[285389,471928],[-697,-201]],[[284692,471727],[-474,498],[-661,-98]],[[283548,476628],[635,251],[429,-526],[753,1480]],[[267885,474351],[36,-4847]],[[267921,469504],[-333,-96]],[[267588,469408],[-976,-152]],[[266612,469256],[-21,6379]],[[192501,457906],[15,-12908]],[[192516,444998],[-2779,45]],[[189737,445043],[-3,7851]],[[189734,452894],[0,9524]],[[189734,462418],[8,9437]],[[296240,476240],[-137,-2650],[-357,111],[-31,-3519],[241,-61],[-25,-3494]],[[295931,466627],[-259,37]],[[295672,466664],[-674,89]],[[294998,466753],[-25,3680]],[[251134,475161],[-13,-6521]],[[251121,468640],[-991,-43]],[[250130,468597],[-1307,230]],[[248823,468827],[0,6491]],[[261432,473694],[8,-6496]],[[261440,467198],[-657,-32]],[[260783,467166],[-660,1]],[[260123,467167],[-23,8135]],[[292678,471164],[-1239,47],[-606,1153]],[[301620,473018],[189,655],[301,-1389],[-295,-3187]],[[301815,469097],[-594,-238],[-94,-983],[-503,-1186]],[[300624,466690],[-506,1531],[-67,1971],[164,1457]],[[287396,474895],[215,-2005],[56,-5300]],[[287667,467590],[-1055,-367]],[[297264,474485],[21,-2797],[-310,-2918],[270,-2372]],[[297245,466398],[-1314,229]],[[232041,476276],[7,-6486]],[[232048,469790],[-1892,-6]],[[230156,469784],[78,2628],[157,622]],[[233361,476233],[0,-6428]],[[233361,469805],[-1313,-15]],[[239947,475444],[-4,-5679]],[[239943,469765],[-1318,14]],[[238625,469779],[3,6459]],[[238625,469779],[-1317,-14]],[[235993,469771],[-1311,30]],[[234682,469801],[0,6429]],[[234682,469801],[-1321,4]],[[266612,469256],[-658,-171],[8,-1638]],[[265962,467447],[-657,-45]],[[265305,467402],[-19,6552]],[[242574,473023],[-2,-3272]],[[242572,469751],[-1316,2]],[[241256,469753],[0,5691]],[[241256,469753],[-1313,12]],[[248823,468827],[0,-812]],[[248823,468015],[-1640,-18]],[[247183,467997],[-8,7226]],[[247183,467997],[1,-5692]],[[247184,462305],[-597,23]],[[246587,462328],[-172,2280],[-542,826]],[[245873,465434],[-469,1433],[-255,4394]],[[300624,466690],[-29,-121]],[[300595,466569],[-107,-729],[-1684,270]],[[298804,466110],[-84,15]],[[298720,466125],[-215,4313],[-157,16],[68,3426]],[[260123,467167],[-1187,-13]],[[258936,467154],[-50,4104],[-127,2428]],[[182299,475204],[2,-6522],[-141,-1591],[-469,14]],[[181691,467105],[-327,810],[-823,11],[-55,776],[-638,0]],[[179848,468702],[-1,6469]],[[179848,468702],[-63,-3749]],[[179785,464953],[-565,398],[-162,1616]],[[179058,466967],[-63,1875],[-371,1002]],[[252452,475131],[-16,-6573]],[[252436,468558],[-656,-5]],[[251780,468553],[-659,87]],[[182974,465323],[-238,-239],[-275,-2258],[-767,3]],[[181694,462829],[-3,4276]],[[253766,475059],[-16,-6494]],[[253750,468565],[-660,-23]],[[253090,468542],[-654,16]],[[254242,475057],[185,-6512]],[[254427,468545],[-677,20]],[[289473,469090],[-133,-2371]],[[289340,466719],[-1655,-378]],[[287685,466341],[-18,1249]],[[298720,466125],[-986,173]],[[297734,466298],[-489,100]],[[228422,473030],[0,-5278]],[[228422,467752],[-410,1264],[-493,-321]],[[227519,468695],[-420,21]],[[227099,468716],[-5,5908]],[[227099,468716],[-647,153],[-239,-1688],[-225,-93],[-331,1396]],[[265305,467402],[-657,-79]],[[264648,467323],[-572,-16]],[[264076,467307],[-12,6371]],[[282057,471253],[-126,-2331]],[[281931,468922],[-1419,93]],[[280512,469015],[0,4024]],[[262757,473695],[0,-6486]],[[262757,467209],[-661,6]],[[262096,467215],[-656,-17]],[[264076,467307],[-666,-109]],[[263410,467198],[-653,11]],[[184985,470576],[7,-703],[463,1104],[183,-1172],[54,-3295],[325,-1616],[-111,-2670]],[[185906,462224],[-218,4],[1,-1621],[-435,0],[0,-1622],[-966,-25]],[[184288,458960],[-6,4851],[-652,693]],[[279029,472686],[285,-724],[-124,-1251],[-161,1975]],[[280512,469015],[1,-6165]],[[280513,462850],[-1219,-1634]],[[279294,461216],[-444,1662]],[[278850,462878],[-210,586]],[[278640,463464],[245,2248],[543,1799],[-163,3149],[81,1261]],[[230156,469784],[-257,-2656],[18,-1098],[319,-1424],[30,-1300]],[[230266,463306],[144,-1322]],[[230410,461984],[-513,643]],[[229897,462627],[-187,2346],[-300,1001]],[[229410,465974],[1,7066]],[[229410,465974],[-586,1070]],[[228824,467044],[-402,708]],[[243900,473002],[-5,-8148]],[[243895,464854],[-1323,-36]],[[242572,464818],[0,4933]],[[245873,465434],[-1,-548],[-656,3]],[[245216,464889],[-1321,-35]],[[292692,470659],[24,-1088],[-500,-1877]],[[292216,467694],[-534,-438],[-538,1053]],[[291144,468309],[-321,626]],[[284692,471727],[-24,-4636]],[[284668,467091],[-949,-53],[-149,-3444]],[[283570,463594],[-344,17]],[[283226,463611],[9,1733],[-312,31],[52,5064]],[[186900,471896],[-241,-2319],[147,-3747],[355,398],[146,-1874],[116,-3740]],[[187423,460614],[-60,-2973],[-639,535]],[[186724,458176],[-180,1226],[-380,-494],[84,2409],[-342,907]],[[189734,462418],[-524,-641],[35,1743],[-1064,341],[14,-3257]],[[188195,460604],[-772,10]],[[285521,464472],[224,-1369],[-308,-60]],[[285437,463043],[-555,-97]],[[284882,462946],[2,2100],[-216,2045]],[[210915,461007],[1,-6453],[118,-1623]],[[211034,452931],[-1815,-34]],[[209219,452897],[0,11355]],[[210750,471496],[65,-4017],[1,-6473],[99,1]],[[214922,454659],[-168,-1624]],[[214754,453035],[-1702,-71]],[[213052,452964],[-57,-9]],[[212995,452955],[-124,1630],[-20,6469],[-66,0]],[[212785,461054],[0,6430],[-54,3997]],[[214709,471469],[45,-10348],[76,-3],[-4,-6452],[96,-7]],[[212785,461054],[-1870,-47]],[[225221,469297],[13,-2261]],[[225234,467036],[-777,345],[-862,1235],[-166,869],[-848,-1646]],[[222581,467839],[5,3607]],[[222581,467839],[-781,-1614],[-391,247]],[[221409,466472],[-1271,1432],[-179,713]],[[219959,468617],[0,2839]],[[219959,468617],[86,-14154]],[[220045,454463],[-279,6]],[[219766,454469],[-1612,38]],[[218154,454507],[-1617,75]],[[216537,454582],[-1615,77]],[[158411,453009],[-2622,-72]],[[155789,452937],[3,13114]],[[283226,463611],[-473,58],[-176,-2031]],[[282577,461638],[-328,866],[-551,60]],[[281698,462564],[229,2735],[4,3623]],[[294998,466753],[-244,-4393]],[[294754,462360],[-1202,-852]],[[293552,461508],[61,2653],[237,3286]],[[293481,467365],[-1033,-910]],[[292448,466455],[-257,-293],[25,1532]],[[154436,467457],[-322,-2815],[-164,-2462],[-328,-79],[-48,-2548],[372,-119],[281,-2180],[-183,-1761],[99,-2713]],[[154143,452780],[-1087,57]],[[153056,452837],[-394,1953],[-208,4302],[105,4473],[-71,1599],[-264,1356],[-114,2029],[200,2095]],[[179785,464953],[674,-952],[683,-1920],[360,583]],[[181502,462664],[-185,-223],[-6,-1813],[-601,5],[9,-7878]],[[180719,452755],[-2108,33]],[[232048,469790],[-2,-6489]],[[232046,463301],[-1780,5]],[[234682,469801],[-2,-6505]],[[234680,463296],[-1319,27]],[[233361,463323],[0,6482]],[[233361,463323],[-985,-8]],[[232376,463315],[-330,-14]],[[235993,469771],[0,-4895]],[[235993,464876],[0,-1607]],[[235993,463269],[-1313,27]],[[238625,469779],[-3,-6531]],[[238622,463248],[-1315,8]],[[237307,463256],[0,1612]],[[237307,464868],[1,4897]],[[237307,464868],[-1314,8]],[[239943,469765],[-4,-6533]],[[239939,463232],[-1317,16]],[[241256,469753],[-1,-4930]],[[241255,464823],[1,-1610]],[[241256,463213],[-1317,19]],[[242572,464818],[-1317,5]],[[291144,468309],[49,-3778],[-226,-2026]],[[290967,462505],[-369,-97],[-984,-2871],[-607,-823]],[[289007,458714],[112,1789],[-67,1881],[190,1044],[98,3291]],[[225234,467036],[12,-6037]],[[225246,460999],[0,-6480]],[[225246,454519],[-1283,-6]],[[223963,454513],[-1286,-11]],[[222677,454502],[-33,1]],[[222644,454503],[-31,12930],[-32,406]],[[268694,465642],[-316,-1305],[-142,-3076]],[[268236,461261],[-593,-71]],[[267643,461190],[-55,8218]],[[267921,469504],[681,71],[92,-3933]],[[267643,461190],[-1306,-223]],[[266337,460967],[-314,-75]],[[266023,460892],[-61,6555]],[[301815,469097],[129,-3011],[504,-1291],[-172,-917],[-656,-1009],[-20,-1435],[-247,-532]],[[301353,460902],[-115,246]],[[301238,461148],[-90,2974],[-550,962],[-3,1485]],[[227519,468695],[-2,-7665]],[[227517,461030],[-972,-16]],[[226545,461014],[-1299,-15]],[[228824,467044],[-4,-7638]],[[228820,459406],[-975,10]],[[227845,459416],[1,1618],[-329,-4]],[[281698,462564],[-753,1]],[[280945,462565],[-432,285]],[[250130,468597],[9,-6418]],[[250139,462179],[-99,3]],[[250040,462182],[-1216,98]],[[248824,462280],[-1,5735]],[[181694,462829],[-192,-165]],[[251780,468553],[1,-6529]],[[251781,462024],[-457,58]],[[251324,462082],[-1185,97]],[[221409,466472],[43,-12006]],[[221452,454466],[-68,2]],[[221384,454468],[-1339,-5]],[[253090,468542],[2,-4305]],[[253092,464237],[4,-2164]],[[253096,462073],[-1122,-19]],[[251974,462054],[-193,-30]],[[254427,468545],[185,-1078],[-127,-2165]],[[254485,465302],[-1064,31],[0,-1088],[-329,-8]],[[292448,466455],[-171,-3336],[-36,-2654]],[[292241,460465],[-527,-991]],[[291714,459474],[-489,1291],[-258,1740]],[[293552,461508],[-1311,-1043]],[[248824,462280],[-247,1]],[[248577,462281],[-1393,24]],[[222644,454503],[-1192,-37]],[[287015,460504],[-343,-51]],[[286672,460453],[-34,4021]],[[287685,466341],[71,-5738]],[[287756,460603],[-741,-99]],[[155789,452937],[-801,-56]],[[154988,452881],[-845,-101]],[[266023,460892],[-1299,-123]],[[264724,460769],[-27,1]],[[264697,460770],[-49,6553]],[[264697,460770],[-1281,-49]],[[263416,460721],[-6,6477]],[[263416,460721],[-329,-8]],[[263087,460713],[-985,-2]],[[262102,460711],[-6,6504]],[[262102,460711],[-632,-30]],[[261470,460681],[-681,30]],[[260789,460711],[-6,6455]],[[260789,460711],[-616,-16]],[[260173,460695],[-1419,-24]],[[258754,460671],[182,6483]],[[284882,462946],[17,-1460],[-606,385]],[[284293,461871],[-102,1733],[-621,-10]],[[229897,462627],[-253,6],[-13,-4592]],[[229631,458041],[-268,-255]],[[229363,457786],[-543,3],[0,1617]],[[295672,466664],[201,-1871],[-69,-1578]],[[295804,463215],[-69,-4535]],[[295735,458680],[-148,-5073]],[[295587,453607],[-1209,182]],[[294378,453789],[-26,1]],[[294352,453790],[-31,692],[433,7878]],[[289007,458714],[-9,-2219]],[[288998,456495],[-609,12],[-4,988],[-551,-86]],[[287834,457409],[-78,3194]],[[297645,459260],[-169,1432],[-916,-278],[9,882],[-474,583],[-291,1336]],[[297734,466298],[148,-1093],[-43,-2779],[-194,-3166]],[[301238,461148],[-70,-970]],[[301168,460178],[-67,-41]],[[301101,460137],[28,-397]],[[301129,459740],[-2,-4]],[[301127,459736],[-256,-726]],[[300871,459010],[-22,-492]],[[300849,458518],[-74,-390]],[[300775,458128],[-385,553],[-40,-2081],[-373,-819]],[[299977,455781],[-294,713],[-11,1200],[281,1310],[-388,368],[185,1162],[57,2438],[-390,-234],[39,1513],[-540,411],[-112,1448]],[[299977,455781],[-56,-2596]],[[299921,453185],[-840,-171]],[[299081,453014],[-844,387]],[[298237,453401],[-93,27]],[[298144,453428],[2,2448],[-359,413],[119,1141]],[[297906,457430],[27,1226],[-288,604]],[[184288,458960],[0,-6128]],[[184288,452832],[-2898,-86]],[[181390,452746],[-671,9]],[[246587,462328],[-37,-556],[502,-1805]],[[247052,459967],[-532,14],[-2,-1629],[-648,10]],[[245870,458362],[-647,9]],[[245223,458371],[-7,6518]],[[254485,465302],[3,-3266]],[[254488,462036],[-1092,47]],[[253396,462083],[-300,-10]],[[245223,458371],[-649,13]],[[244574,458384],[-652,-1]],[[243922,458383],[-27,6471]],[[237307,463256],[111,-1603],[1,-4876]],[[237419,456777],[-650,-3]],[[236769,456774],[-649,-15]],[[236120,456759],[0,4918],[-127,1592]],[[243922,458383],[-651,50]],[[243271,458433],[-651,-34]],[[242620,458399],[-48,6419]],[[242620,458399],[-653,5]],[[241967,458404],[-654,-10]],[[241313,458394],[-57,4819]],[[286672,460453],[9,-2065],[-460,403],[-3,-1030],[-340,349]],[[285878,458110],[-226,21]],[[285652,458131],[-201,28],[-14,4884]],[[209219,452897],[0,-5656]],[[209219,447241],[2,-2488]],[[209221,444753],[-1673,14],[-1,1638]],[[207547,446405],[-7,17807]],[[207547,446405],[-1742,68]],[[205805,446473],[-15,14424]],[[189734,452894],[-1286,-39]],[[188448,452855],[-243,1756],[-87,2141],[178,1265],[-101,2587]],[[284293,461871],[21,-3935],[375,114]],[[284689,458050],[-2,-5187]],[[284687,452863],[-1795,-1]],[[282892,452862],[-390,-48]],[[282502,452814],[75,8824]],[[278850,462878],[-1,-10015]],[[278849,452863],[-1529,-47]],[[277320,452816],[-423,27],[0,5034]],[[276897,457877],[602,1758],[633,2570],[508,1259]],[[232376,463315],[-1,-1600],[202,-13],[-4,-4901]],[[232573,456801],[-1911,67]],[[230662,456868],[1,1145]],[[230663,458013],[-154,1201],[39,2679],[-138,91]],[[234680,463296],[161,-1608],[-5,-4919]],[[234836,456769],[-647,13]],[[234189,456782],[-648,10]],[[233541,456792],[3,4901],[-183,1630]],[[233541,456792],[-968,9]],[[236120,456759],[-644,5]],[[235476,456764],[-640,5]],[[238622,463248],[103,-1618],[-1,-4868]],[[238724,456762],[-656,0]],[[238068,456762],[-649,15]],[[239939,463232],[70,-6471]],[[240009,456761],[-640,-7]],[[239369,456754],[-645,8]],[[241313,458394],[-653,-6],[2,-1611]],[[240662,456777],[-653,-16]],[[297906,457430],[-486,-1106],[-24,856],[-523,-374],[-118,1160],[-154,-1681],[-621,1035],[76,1737],[-321,-377]],[[285652,458131],[-963,-81]],[[280945,462565],[4,-9702]],[[280949,452863],[-1704,-50]],[[279245,452813],[-396,50]],[[230663,458013],[-1032,28]],[[282502,452814],[-1272,49]],[[281230,452863],[-281,0]],[[291714,459474],[-261,-2859],[238,-600]],[[291691,456015],[-916,-2845]],[[290775,453170],[-1003,-3057]],[[289772,450113],[-329,184],[-290,2566]],[[289153,452863],[-165,772],[10,2860]],[[248577,462281],[18,-5761]],[[248595,456520],[-1108,-48]],[[247487,456472],[-211,623],[-224,2872]],[[294352,453790],[-85,-1335],[-514,519],[-607,1358]],[[293146,454332],[53,903]],[[293199,455235],[352,2851],[1,3422]],[[249240,456572],[-645,-52]],[[250040,462182],[14,-5553]],[[250054,456629],[-814,-57]],[[251324,462082],[2,-6381]],[[251326,455701],[-650,-38],[2,1005],[-624,-39]],[[186724,458176],[47,-5357]],[[186771,452819],[-155,1]],[[186616,452820],[-2328,12]],[[253396,462083],[-8,-6346]],[[253388,455737],[-109,0]],[[253279,455737],[-975,-13]],[[252304,455724],[-325,0]],[[251979,455724],[-5,6330]],[[251979,455724],[-653,-23]],[[254614,455702],[-1226,35]],[[254488,462036],[-82,-3532],[208,-2802]],[[293199,455235],[-367,801],[-92,-1372],[-647,330],[-402,1021]],[[301127,459736],[69,-1616]],[[301196,458120],[-253,-1012],[-168,1020]],[[300849,458518],[22,492]],[[227845,459416],[-2,-4858]],[[227843,454558],[-1298,-23]],[[226545,454535],[0,6479]],[[212995,452955],[-1853,-35]],[[211142,452920],[-108,11]],[[226545,454535],[3,-3229]],[[226548,451306],[-1288,-24]],[[225260,451282],[-14,3237]],[[266372,454459],[-653,-60]],[[265719,454399],[-998,-201]],[[264721,454198],[3,6571]],[[266337,460967],[35,-6508]],[[203590,460931],[13,-19328],[-708,2],[8,-7373]],[[202903,434232],[-1501,65]],[[201402,434297],[-1279,5]],[[200123,434302],[-1673,-16]],[[198450,434286],[-31,12241],[1170,-39],[16,8015],[-52,3235]],[[205805,446473],[4,-12257]],[[205809,434216],[-2545,-6]],[[203264,434210],[-361,22]],[[188448,452855],[-1677,-36]],[[264721,454198],[-644,35]],[[264077,454233],[-965,-59]],[[263112,454174],[-25,6539]],[[263112,454174],[-326,40]],[[262786,454214],[-1301,-17]],[[261485,454197],[-15,6484]],[[260173,460695],[3,-6540]],[[260176,454155],[-1280,41]],[[258896,454196],[-2,3199],[-393,-4]],[[258501,457391],[253,3280]],[[261485,454197],[-1309,-42]],[[289153,452863],[-334,-23]],[[288819,452840],[-1736,23]],[[287083,452863],[-29,3458],[98,834],[-137,3349]],[[287083,452863],[-115,0]],[[286968,452863],[-1145,0]],[[285823,452863],[55,5247]],[[247487,456472],[432,-1434],[26,-1577]],[[247945,453461],[-2077,28]],[[245868,453489],[2,4873]],[[229363,457786],[-2,-3238]],[[229361,454548],[-545,3]],[[228816,454551],[-973,7]],[[301196,458120],[304,-647]],[[301500,457473],[18,-1677],[-433,-1150]],[[301085,454646],[-839,-2060]],[[300246,452586],[-325,599]],[[298144,453428],[-1041,73]],[[297103,453501],[-1391,88]],[[295712,453589],[-125,18]],[[301793,457791],[116,-445]],[[301909,457346],[403,-2846],[-196,-1501],[475,-1514],[5,-2152]],[[302596,449333],[-234,-1189]],[[302362,448144],[-280,-204],[-97,-1526],[-241,-453]],[[301744,445961],[-218,3011],[-291,-217],[146,1519],[-214,1940],[-82,2432]],[[301500,457473],[293,318]],[[243271,458433],[-1,-8140]],[[243270,450293],[-1301,18]],[[241969,450311],[-2,8093]],[[244574,458384],[-7,-6498]],[[244567,451886],[-1,-1627]],[[244566,450259],[-1296,34]],[[241969,450311],[-1303,-7]],[[240666,450304],[-4,6473]],[[245868,453489],[0,-1629]],[[245868,451860],[-1301,26]],[[285823,452863],[-1027,0]],[[284796,452863],[-109,0]],[[230662,456868],[249,-1941],[-15,-1182]],[[230896,453745],[-107,-597],[-679,13]],[[230110,453161],[-2,1379],[-747,8]],[[198450,434286],[-3154,-25]],[[195296,434261],[-2647,-56]],[[192649,434205],[-133,0]],[[192516,434205],[0,10793]],[[277320,452816],[-6,-2742]],[[277314,450074],[-2528,-14]],[[274786,450060],[0,2383]],[[274786,452443],[526,1090],[1585,4344]],[[258896,454196],[-10,-5792]],[[258886,448404],[-830,-14]],[[258056,448390],[-837,12]],[[257219,448402],[579,2539],[358,3966],[345,2484]],[[232573,456801],[-5,-6484]],[[232568,450317],[-1299,59]],[[231269,450376],[19,2011],[-392,1358]],[[240666,450304],[-1299,5]],[[239367,450309],[2,6445]],[[235476,456764],[0,-6454]],[[235476,450310],[-323,-7]],[[235153,450303],[-970,19]],[[234183,450322],[6,6460]],[[234183,450322],[-1294,1]],[[232889,450323],[-321,-6]],[[238068,456762],[0,-6440]],[[238068,450322],[-326,1]],[[237742,450323],[-971,-4]],[[236771,450319],[-2,6455]],[[236771,450319],[-324,-4]],[[236447,450315],[-971,-5]],[[239367,450309],[-322,8]],[[239045,450317],[-977,5]],[[251326,455701],[-4,-4851]],[[251322,450850],[-1168,-69],[-750,255]],[[249404,451036],[-159,538]],[[249245,451574],[-5,4998]],[[249245,451574],[-1296,-32]],[[247949,451542],[-4,1919]],[[293146,454332],[-66,-9100]],[[293080,445232],[-482,-138],[-384,934],[-288,-777]],[[291926,445251],[-77,1003],[-501,1869],[338,2426],[-911,2621]],[[254614,455702],[218,-1446],[316,-5438]],[[255148,448818],[123,-1399]],[[255271,447419],[-6,-4485]],[[255265,442934],[-737,66],[-9,1648],[-322,-35],[-7,1623],[-327,774]],[[253863,447010],[319,582],[-16,5161],[-954,-144]],[[253212,452609],[67,3128]],[[252304,455724],[-37,-8080]],[[252267,447644],[0,-1641]],[[252267,446003],[-938,-57]],[[251329,445946],[-7,4904]],[[253212,452609],[3,-4870]],[[253215,447739],[-948,-95]],[[216537,454582],[2,-6500]],[[216539,448082],[-1559,-14]],[[214980,448068],[-230,-4],[4,4971]],[[301744,445961],[-236,-1674],[-533,-780]],[[300975,443507],[-36,3034],[-176,277]],[[300763,446818],[-87,707]],[[300676,447525],[-253,1172]],[[300423,448697],[-177,3889]],[[218154,454507],[10,-6475]],[[218164,448032],[-1572,52]],[[216592,448084],[-53,-2]],[[230110,453161],[-2,-5099]],[[230108,448062],[-976,13]],[[229132,448075],[-318,5]],[[228814,448080],[2,6471]],[[227843,454558],[1,-6473]],[[227844,448085],[-1288,-18]],[[226556,448067],[-8,3239]],[[228814,448080],[-648,2]],[[228166,448082],[-322,3]],[[219766,454469],[6,-6447]],[[219772,448022],[-1243,-2]],[[218529,448020],[-365,12]],[[225260,451282],[0,-3235]],[[225260,448047],[-1272,-15]],[[223988,448032],[-19,0]],[[223969,448032],[-6,6481]],[[221384,454468],[0,-6437]],[[221384,448031],[-1572,-10]],[[219812,448021],[-40,1]],[[222677,454502],[3,-6462]],[[222680,448040],[-1296,-9]],[[223969,448032],[-1263,4]],[[222706,448036],[-26,4]],[[265719,454399],[30,-6681]],[[265749,447718],[-327,-64]],[[265422,447654],[-1337,-251]],[[264085,447403],[-8,6830]],[[294378,453789],[-86,-7126]],[[294292,446663],[-33,-2600]],[[294259,444063],[-1125,-725],[-133,-918]],[[293001,442420],[79,2812]],[[302596,449333],[321,-1189],[408,-369],[764,1511],[-341,4569],[401,-2137],[107,-3239],[-210,-1768],[-1085,-604],[-241,-1586],[-502,-404],[144,4027]],[[262786,454214],[4,-5818]],[[262790,448396],[-1035,-6]],[[261755,448390],[-267,4]],[[261488,448394],[-3,5803]],[[264085,447403],[-109,-15]],[[263976,447388],[-1133,-180]],[[262843,447208],[-53,1188]],[[261488,448394],[-1023,-15]],[[260465,448379],[-349,0]],[[260116,448379],[69,741],[-9,5035]],[[260116,448379],[-774,27]],[[259342,448406],[-456,-2]],[[295712,453589],[-58,-1345],[397,121],[-173,-3103],[-189,-155],[94,-2951]],[[295783,446156],[-481,-2335],[-431,-845]],[[294871,442976],[-365,419],[-214,3268]],[[231269,450376],[205,-1283],[-160,-2129]],[[231314,446964],[-897,11]],[[230417,446975],[1,1083],[-310,4]],[[297103,453501],[5,-4180],[88,63],[182,-3932]],[[297378,445452],[-156,-333]],[[297222,445119],[-108,1173],[-581,-358],[-107,-908]],[[296426,445026],[-541,-412],[-102,1542]],[[298237,453401],[8,-1301],[-328,-15],[-2,-2289],[170,-1515],[-230,-737]],[[297855,447544],[-477,-2092]],[[247949,451542],[-252,-2717]],[[247697,448825],[-205,-1009]],[[247492,447816],[-632,692]],[[246860,448508],[-476,-580],[-516,680]],[[245868,448608],[0,3252]],[[299081,453014],[27,-5277]],[[299108,447737],[6,-1575]],[[299114,446162],[-459,-104],[-560,583],[-240,903]],[[300423,448697],[-95,-429]],[[300328,448268],[-110,206]],[[300218,448474],[-189,-592],[-921,-145]],[[291926,445251],[-301,-1608],[-771,-203],[-6,-1282]],[[290848,442158],[-634,1017],[-245,2280]],[[289969,445455],[47,2798],[-244,1860]],[[160757,452819],[3,-15155]],[[160760,437664],[-2931,-15]],[[157829,437649],[50,2566],[-253,887],[-643,-3074],[-236,36],[-242,-1729],[156,-2198],[-334,192],[-289,1393],[-274,-63],[-470,1939]],[[155294,437598],[-187,3492],[-519,272]],[[154588,441362],[111,941],[-260,2964],[146,1892],[-113,2512],[387,1397],[129,1813]],[[214980,448068],[2,-6471]],[[214982,441597],[-197,8],[0,-3232]],[[214785,438373],[-1547,1]],[[213238,438374],[-73,4047]],[[213165,442421],[1,5662],[-117,1089],[3,3792]],[[213165,442421],[-2040,-26]],[[211125,442395],[-4,4869]],[[211121,447264],[21,5656]],[[188448,452855],[2,-2742],[226,-3238],[-46,-2736],[-189,-2015]],[[188441,442124],[-433,106],[-167,-983],[-443,939]],[[187398,442186],[-88,2093],[-182,-89],[-193,3078],[-4,3038],[-315,2514]],[[211121,447264],[-1902,-23]],[[189737,445043],[-2,-6109]],[[189735,438934],[-608,-2e3]],[[189127,436934],[120,1271],[-305,2684],[-249,88]],[[188693,440977],[-252,1147]],[[286968,452863],[88,-6473]],[[287056,446390],[-234,-102],[-57,-1948]],[[286765,444340],[-1655,896]],[[285110,445236],[-170,121]],[[284940,445357],[-144,7506]],[[284940,445357],[-238,-844],[-1781,-169]],[[282921,444344],[-29,8518]],[[187398,442186],[-205,139],[-194,-1813],[-584,5],[-711,-4841]],[[185704,435676],[-852,-1423],[-3463,-5]],[[181389,434248],[1,18498]],[[173097,434253],[-1,-6651],[-636,-10],[-149,-2165]],[[172311,425427],[-25,2930],[-933,15],[0,3230],[-3183,-37],[0,1955],[-1457,-9]],[[166713,433511],[-57,0],[17,19239]],[[173097,452848],[0,-18595]],[[181389,434248],[-13,-16439]],[[181376,417809],[-3391,104],[-1592,99]],[[176393,418012],[-461,-9],[-438,10035],[-1,6209],[-1195,9]],[[174298,434256],[-1201,-3]],[[281230,452863],[9,-7106]],[[281239,445757],[-601,-298]],[[280638,445459],[-179,516],[-1317,-113]],[[279142,445862],[103,6951]],[[282921,444344],[4,-1186]],[[282925,443158],[-1089,-71]],[[281836,443087],[-171,12],[-426,2658]],[[154588,441362],[-303,-18],[-4,1572],[-819,-16]],[[153462,442900],[-267,5082],[-262,812],[123,4043]],[[289969,445455],[-804,-6748]],[[289165,438707],[-411,-130]],[[288754,438577],[180,478],[-59,7138]],[[288875,446193],[-56,6647]],[[288875,446193],[-721,12]],[[288154,446205],[-1098,185]],[[279142,445862],[-1549,13]],[[277593,445875],[-281,-13]],[[277312,445862],[2,4212]],[[164792,452768],[-2,-15095]],[[164790,437673],[-3709,-1]],[[161081,437672],[-321,-8]],[[166713,433511],[-9,-8230],[-71,-9],[-2,-9666],[318,13]],[[166949,415619],[45,-3525],[106,-405],[-51,-2898]],[[167049,408791],[-264,-205]],[[166785,408586],[-505,-709],[-438,-1338],[-205,182],[104,-3535],[-151,-1501]],[[165590,401685],[-469,-1590],[-343,3]],[[164778,400098],[-9,2800]],[[164769,402898],[12,2458]],[[164781,405356],[6,5108]],[[164787,410464],[3,27209]],[[253863,447010],[-4,809],[-643,-82]],[[253216,447737],[-1,2]],[[274786,450060],[0,-6514]],[[274786,443546],[-1348,42]],[[273438,443588],[-1,3974]],[[273437,447562],[3,2573]],[[273440,450135],[1346,2308]],[[245868,448608],[-3,-3243]],[[245865,445365],[-1300,22]],[[244565,445387],[1,4872]],[[249404,451036],[-5,-5898]],[[249399,445138],[-644,-16]],[[248755,445122],[-900,11]],[[247855,445133],[-158,3692]],[[226556,448067],[2,-4023]],[[226558,444044],[-753,-845],[-533,-1]],[[225272,443198],[-12,4849]],[[251329,445946],[-636,7],[1,-814]],[[250694,445139],[-1295,-1]],[[232889,450323],[0,-4862],[165,-1791]],[[233054,443670],[-1389,16]],[[231665,443686],[-256,439],[-95,2839]],[[243270,450293],[6,-6524]],[[243276,443769],[-326,-13]],[[242950,443756],[-979,-17]],[[241971,443739],[-2,6572]],[[237742,450323],[68,-6545]],[[237810,443778],[-1255,-153]],[[236555,443625],[-107,1818],[-1,4872]],[[234183,450322],[1,-4860],[144,-1818]],[[234328,443644],[-317,10]],[[234011,443654],[-957,16]],[[235153,450303],[2,-4797],[121,-1872]],[[235276,443634],[-948,10]],[[241971,443739],[-319,-4]],[[241652,443735],[-960,-14]],[[240692,443721],[-26,6583]],[[239045,450317],[53,-6615]],[[239098,443702],[0,-314]],[[239098,443388],[-1288,390]],[[240692,443721],[-320,-6]],[[240372,443715],[-1274,-13]],[[236555,443625],[-1279,9]],[[244565,445387],[-5,-3261]],[[244560,442126],[-322,12]],[[244238,442138],[-104,1623],[-858,8]],[[273437,447562],[-275,-15],[3,-1357],[-539,-11],[-3,-1320],[-265,-4]],[[272358,444855],[-272,1146]],[[272086,446001],[570,2452],[784,1682]],[[277312,445862],[-602,-34],[-476,-2456]],[[276234,443372],[-1448,-20]],[[274786,443352],[0,194]],[[247855,445133],[-29,-825],[-657,-1555],[-5,-2418]],[[247164,440335],[-1778,120]],[[245386,440455],[0,4]],[[245386,440459],[89,1581],[707,640]],[[246182,442680],[363,171],[871,2340],[76,2625]],[[300676,447525],[-94,-1308],[-254,2051]],[[246182,442680],[7,2674],[-324,11]],[[300218,448474],[-108,-2110]],[[300110,446364],[-154,-894],[-847,-110]],[[299109,445360],[5,802]],[[260465,448379],[14,-4389]],[[260479,443990],[3,-1610]],[[260482,442380],[-1130,-18]],[[259352,442362],[-1,806]],[[259351,443168],[-9,5238]],[[259351,443168],[-1136,-50],[2,-810]],[[258217,442308],[-163,-1]],[[258054,442307],[104,4029],[-102,2054]],[[258054,442307],[-490,-569],[-231,-2173],[-408,-905]],[[256925,438660],[-7,8808]],[[256918,447468],[301,934]],[[262847,444118],[-1085,-69]],[[261762,444049],[-7,4341]],[[262843,447208],[4,-3090]],[[261762,444049],[-1283,-59]],[[229132,448075],[0,-5329]],[[229132,442746],[-759,-1483],[-211,138]],[[228162,441401],[4,6681]],[[228162,441401],[-318,227]],[[227844,441628],[-643,-1180]],[[227201,440448],[0,1151],[-292,1]],[[226909,441600],[0,2456],[-351,-12]],[[230417,446975],[2,-2974],[320,-2434]],[[230739,441567],[-395,2]],[[230344,441569],[-276,747],[-936,373]],[[229132,442689],[0,57]],[[218529,448020],[-5,-6446]],[[218524,441574],[-1550,27]],[[216974,441601],[-383,9]],[[216591,441610],[1,6474]],[[216591,441610],[-1609,-13]],[[225272,443198],[0,-1617]],[[225272,441581],[-1262,6]],[[224010,441587],[-20,-2]],[[223990,441585],[-2,6447]],[[222706,448036],[25,-6450]],[[222731,441586],[-12,-6463]],[[222719,435123],[-609,-9]],[[222110,435114],[-2224,2]],[[219886,435116],[-74,6454]],[[219812,441570],[0,6451]],[[219812,441570],[-1288,4]],[[223990,441585],[-1259,1]],[[267414,445850],[-697,-80]],[[266717,445770],[-430,-32],[-394,-2264],[-479,-1510]],[[265414,441964],[1,1360]],[[265415,443324],[7,4330]],[[265749,447718],[781,161]],[[266530,447879],[6,1]],[[266536,447880],[30,6]],[[266566,447886],[16,1]],[[266582,447887],[26,6]],[[266608,447893],[806,-2043]],[[255265,442934],[-2,-3134]],[[255263,439800],[-1357,-110],[6,-1614],[-648,-80]],[[253264,437996],[-23,4868]],[[253241,442864],[-25,4873]],[[267414,445850],[546,-1925],[381,1255],[294,-1578],[-868,-836]],[[267767,442766],[-50,-4]],[[267717,442762],[-15,-1]],[[267702,442761],[-769,5],[-213,794]],[[266720,443560],[-3,2210]],[[253241,442864],[-956,-107]],[[252285,442757],[-18,3246]],[[265415,443324],[-1279,-37]],[[264136,443287],[-108,529],[-52,3572]],[[273438,443588],[0,-2864]],[[273438,440724],[-1081,8]],[[272357,440732],[1,4123]],[[299109,445360],[-23,-3357],[-140,-1618]],[[298946,440385],[-436,-421],[-482,288],[-416,-840],[-291,2723]],[[297321,442135],[350,235],[-50,1824],[-299,-181],[-100,1106]],[[256110,445860],[11,-7106]],[[256121,438754],[-158,-435]],[[255963,438319],[-386,-1051],[-314,71]],[[255263,437339],[0,2461]],[[255271,447419],[248,-1015],[591,-544]],[[256925,438660],[-559,918],[-245,-824]],[[256110,445860],[808,1608]],[[264136,443287],[1,-1079]],[[264137,442208],[-1288,-29]],[[262849,442179],[-2,1939]],[[211125,442395],[-24,-800]],[[211101,441595],[-1879,-26]],[[209222,441569],[-1,3184]],[[231665,443686],[164,-2163]],[[231829,441523],[-1090,44]],[[300704,446133],[-85,-2793],[-210,505],[295,2288]],[[300975,443507],[-208,-748],[-4,4059]],[[294871,442976],[348,-1153],[336,-2034],[-121,-1229]],[[295434,438560],[-200,-1187],[-705,-2090],[-626,-1185]],[[293903,434098],[-195,2025],[683,2086],[-173,2860]],[[294218,441069],[41,2994]],[[209222,441569],[-4,-7295]],[[209218,434274],[-2479,-59]],[[206739,434215],[-930,1]],[[300110,446364],[27,-3366],[-179,-1833],[-1042,-1242],[30,462]],[[288154,446205],[-316,-4003]],[[287838,442202],[-487,-794],[-761,-136]],[[286590,441272],[175,3068]],[[297321,442135],[207,-2884],[-531,-114]],[[296997,439137],[-298,3270],[-256,-278],[-17,2897]],[[296997,439137],[9,-62]],[[297006,439075],[21,-79]],[[297027,438996],[-1112,58],[-473,-1600],[-8,1106]],[[288754,438577],[-264,-1321]],[[288490,437256],[-133,486],[-104,2827],[-415,1633]],[[293001,442420],[-13,-2190]],[[292988,440230],[-683,-3302]],[[292305,436928],[-373,1054]],[[291932,437982],[-934,2867]],[[290998,440849],[-150,1309]],[[252285,442757],[26,-6500]],[[252311,436257],[-960,-39],[-1,-3314]],[[251350,432904],[-324,-34]],[[251026,432870],[0,3329],[-319,-14]],[[250707,436185],[-5,3838]],[[250702,440023],[-8,5116]],[[272357,440732],[-1,0]],[[272356,440732],[-569,47],[73,-1359],[-321,-13]],[[271539,439407],[-538,-38]],[[271001,439369],[3,1405],[-263,14],[8,2861]],[[270749,443649],[623,-332],[714,2684]],[[280638,445459],[-3,-3672],[463,-4],[46,-3243]],[[281144,438540],[-1140,433],[-177,-968]],[[279827,438005],[-70,1137],[-624,1848],[-379,-396]],[[278754,440594],[88,2092],[292,-302],[8,3478]],[[278754,440594],[-317,-166]],[[278437,440428],[5,1839],[-538,103],[-216,-927]],[[277688,441443],[-95,4432]],[[277688,441443],[-1,-945],[-351,-264],[-253,-2768]],[[277083,437466],[-849,-18]],[[276234,437448],[0,5924]],[[269692,442195],[16,-2668]],[[269708,439527],[-1391,120]],[[268317,439647],[-18,2605],[-150,10]],[[268149,442262],[253,825],[384,-407]],[[268786,442680],[-5,-153]],[[268781,442527],[480,-1172],[431,840]],[[266720,443560],[-15,-4583]],[[266705,438977],[-3,-1624]],[[266702,437353],[-1282,19]],[[265420,437372],[-6,4592]],[[281836,443087],[1,-1967],[-292,-2833]],[[281545,438287],[-401,253]],[[290998,440849],[-384,-1439],[-427,-3445]],[[290187,435965],[-461,1079],[82,1909],[-643,-246]],[[245386,440459],[-830,46],[4,1621]],[[285110,445236],[175,-3416],[441,-1905],[405,-536]],[[286131,439379],[-539,-2232]],[[285592,437147],[-256,304]],[[285336,437451],[-455,-615]],[[284881,436836],[-228,-951],[-463,-355]],[[284190,435530],[-1068,5402],[-197,2226]],[[286590,441272],[-78,-1277]],[[286512,439995],[-381,-616]],[[250702,440023],[-480,-176],[-57,-1256],[-306,11],[0,-1588]],[[249859,437014],[-479,1]],[[249380,437015],[-1,1587],[-610,12]],[[248769,438614],[-14,6508]],[[248769,438614],[-31,-1592],[-323,7]],[[248415,437029],[-1262,34]],[[247153,437063],[11,3272]],[[192516,434205],[-2782,5],[1,4724]],[[262849,442179],[1,-2880]],[[262850,439299],[-1082,-133]],[[261768,439166],[-6,4883]],[[261768,439166],[-323,-1]],[[261445,439165],[-639,38],[-321,533]],[[260485,439736],[-3,2644]],[[226909,441600],[-6,-1597],[-967,-298],[-621,-536],[-31,2413]],[[225284,441582],[-12,-1]],[[293006,440243],[-18,-18]],[[292988,440225],[0,5]],[[294218,441069],[-1212,-826]],[[302428,442673],[372,-1939],[-773,-264],[113,1840],[288,363]],[[271001,439369],[-263,5],[-6,-1403],[-273,-2],[-271,-1169],[-5,-1369]],[[270183,435431],[-459,41]],[[269724,435472],[-16,4055]],[[269692,442195],[936,1653],[121,-199]],[[244238,442138],[-5,-4866]],[[244233,437272],[-641,8]],[[243592,437280],[-640,13]],[[242952,437293],[-2,6463]],[[239098,443388],[2,-6149]],[[239100,437239],[-639,12]],[[238461,437251],[-646,14]],[[237815,437265],[-5,6513]],[[242952,437293],[-653,-16]],[[242299,437277],[-642,-14]],[[241657,437263],[-5,6472]],[[237815,437265],[-627,-98]],[[237188,437167],[-633,7]],[[236555,437174],[0,6451]],[[241657,437263],[-642,-12]],[[241015,437251],[-638,-8]],[[240377,437243],[-5,6472]],[[240377,437243],[-639,-2]],[[239738,437241],[-638,-2]],[[234011,443654],[-4,-6441]],[[234007,437213],[-636,14]],[[233371,437227],[-1382,-2]],[[231989,437225],[-120,575]],[[231869,437800],[88,2413],[-128,1310]],[[235276,443634],[0,-6443]],[[235276,437191],[-633,8]],[[234643,437199],[-636,14]],[[236555,437174],[-638,8]],[[235917,437182],[-641,9]],[[274786,443352],[1,-6623]],[[274787,436729],[-1339,18]],[[273448,436747],[-10,3977]],[[267702,442761],[447,-499]],[[268317,439647],[3,-645]],[[268320,439002],[-1615,-25]],[[276234,437448],[-271,-1900]],[[275963,435548],[-140,819],[-1037,201]],[[274786,436568],[1,161]],[[265420,437372],[-967,-37]],[[264453,437335],[-1,4878],[-315,-5]],[[259352,442362],[14,-4890],[-65,-6]],[[259301,437466],[-1086,-26]],[[258215,437440],[2,4868]],[[284190,435530],[0,-456]],[[284190,435074],[-1015,-1516],[-180,1961],[-470,731],[-132,1393],[-289,-77],[-14,1365],[-389,-1859]],[[281701,437072],[-156,1215]],[[155294,437598],[-138,-2080],[141,-717],[-208,-2138],[-386,312],[218,-3716],[-6,-13593]],[[154915,415666],[-1334,-12]],[[153581,415654],[-243,1901],[-703,2914],[-129,3412],[387,4770],[132,-280],[308,6363],[-131,874],[260,7292]],[[253264,437996],[-21,-1627]],[[253243,436369],[-932,-112]],[[229132,442689],[-7,-7583]],[[229125,435106],[-7,1]],[[229118,435107],[-1274,15]],[[227844,435122],[0,6506]],[[230344,441569],[400,-3784]],[[230744,437785],[23,-2699]],[[230767,435086],[-404,-540]],[[230363,434546],[0,542],[-1238,18]],[[260485,439736],[-89,-4618]],[[260396,435118],[-728,-71]],[[259668,435047],[-364,782],[-3,1637]],[[213238,438374],[-29,-4081]],[[213209,434293],[-91,-1]],[[213118,434292],[-2030,-1]],[[211088,434291],[13,7304]],[[278437,440428],[-17,-5242]],[[278420,435186],[-185,-771],[-669,-629],[-401,1395],[-70,2246]],[[277095,437427],[-12,39]],[[188693,440977],[-212,-2506],[-449,-761],[-413,552],[-140,-1426]],[[187479,436836],[-928,257],[-847,-1417]],[[258215,437440],[-1290,17]],[[256925,437457],[0,1203]],[[288490,437256],[-135,-732]],[[288355,436524],[-329,-581],[98,-1543],[-739,-1772]],[[287385,432628],[-586,684]],[[286799,433312],[-59,3514],[-251,1238],[23,1931]],[[264453,437335],[-316,-6]],[[264137,437329],[-325,1637],[-962,-17]],[[262850,438949],[0,350]],[[245386,440455],[-115,-1740],[344,-1568],[113,-1545]],[[245728,435602],[-1175,26]],[[244553,435628],[2,1613],[-322,31]],[[216974,441601],[-2,-6470],[56,-810]],[[217028,434321],[-2233,-1]],[[214795,434320],[-10,4053]],[[219886,435116],[3,-6448]],[[219889,428668],[-1545,-2]],[[218344,428666],[-1309,-44]],[[217035,428622],[-7,5699]],[[304069,440802],[121,-1847],[-424,-197],[303,2044]],[[227844,435122],[-1276,-6]],[[226568,435116],[-6,2365]],[[226562,437481],[639,2967]],[[211088,434291],[-535,-10]],[[210553,434281],[-1335,-7]],[[226562,437481],[-534,-2005],[-733,-3605]],[[225295,431871],[-11,3241]],[[225284,435112],[0,6470]],[[225284,435112],[-1212,5]],[[224072,435117],[-74,0]],[[223998,435117],[12,6470]],[[223998,435117],[-1279,6]],[[231869,437800],[-1125,-15]],[[189127,436934],[-680,-1517],[-235,-1307],[316,-2474],[-193,-1471],[-256,343]],[[188079,430508],[-272,1154]],[[187807,431662],[-214,1796],[-114,3378]],[[279827,438005],[-264,-1317],[-1,-4191]],[[279562,432497],[-1143,101]],[[278419,432598],[1,2588]],[[157829,437649],[146,-436],[-429,-4820],[-421,-4012],[145,-2152],[-836,-2813],[-185,-2444]],[[156249,420972],[222,-710],[144,-5037]],[[156615,415225],[-1701,-22],[1,463]],[[293524,432082],[-325,588]],[[293199,432670],[123,2992],[-28,2071],[-288,2510]],[[293903,434098],[-379,-2016]],[[291932,437982],[-383,-2133]],[[291549,435849],[-417,-3054],[-322,-187]],[[290810,432608],[-554,3400]],[[290256,436008],[-69,-43]],[[272356,440732],[-5,-6697]],[[272351,434035],[-74,-1524],[-634,144]],[[271643,432655],[-114,1381]],[[271529,434036],[10,5371]],[[273448,436747],[0,-2714],[-243,-5]],[[273205,434028],[-854,7]],[[247153,437063],[-6,-1623]],[[247147,435440],[-963,88]],[[246184,435528],[-456,35]],[[245728,435563],[0,39]],[[250707,436185],[-548,-8],[-300,837]],[[293219,434221],[-863,2534]],[[292356,436755],[-51,173]],[[292988,440225],[220,-3323],[11,-2681]],[[286799,433312],[-277,-2753],[-204,-490]],[[286318,430069],[-412,1992]],[[285906,432061],[44,1187],[-292,2181],[-66,1718]],[[255263,437339],[2,-2898]],[[255265,434441],[-1688,-234]],[[253577,434207],[-321,-56]],[[253256,434151],[-13,2218]],[[261445,439165],[-77,-4820]],[[261368,434345],[-859,-54]],[[260509,434291],[-113,827]],[[294554,427872],[-111,3761]],[[294443,431633],[-93,1192],[769,-305],[174,1128],[1072,-46],[376,298],[903,2985],[-441,-2838],[-371,-1388],[292,-372],[379,1926],[532,898],[205,-1023],[552,1761],[82,-626],[-1554,-3632],[-192,472],[-405,-1606],[-231,346],[-428,-1336],[-389,99],[-351,-945],[-238,353],[-532,-1102]],[[269724,435472],[-278,-7],[9,-1349]],[[269455,434116],[-813,51]],[[268642,434167],[-292,19]],[[268350,434186],[-30,4816]],[[256925,437457],[-1,-4839]],[[256924,432618],[-156,-1387],[-315,-5],[2,-1882]],[[256455,429344],[-469,-1]],[[255986,429343],[-23,8976]],[[271529,434036],[-1228,59]],[[270301,434095],[-118,1336]],[[262850,438949],[1,-4898]],[[262851,434051],[1,-1244]],[[262852,432807],[-755,-89]],[[262097,432718],[-730,-14]],[[261367,432704],[1,1641]],[[268350,434186],[-789,-60]],[[267561,434126],[-857,-30]],[[266704,434096],[-2,3257]],[[281701,437072],[-194,-834],[74,-2825],[-363,-706],[-462,-3035],[47,-403]],[[280803,429269],[26,-143]],[[280829,429126],[-1257,-6]],[[279572,429120],[-10,3377]],[[192649,434205],[0,-3424]],[[192649,430781],[-728,405],[-315,-879],[-787,-888],[-261,131],[-420,-1293]],[[190138,428257],[-340,-1866],[-343,-529],[-618,1479],[-69,1143],[-267,-1698],[-177,190]],[[188324,426976],[-245,3532]],[[284190,435074],[-613,-3675]],[[283577,431399],[-884,-2182]],[[282693,429217],[-399,259],[-333,-970],[-479,890]],[[281482,429396],[-679,-127]],[[290256,436008],[-428,-2351]],[[289828,433657],[-466,-1940],[-519,-917]],[[288843,430800],[-280,2542],[218,671],[-426,2511]],[[264137,437329],[-1,-3255],[-160,-7]],[[263976,434067],[-1125,-16]],[[249380,437015],[-1,-3256]],[[249379,433759],[-966,19]],[[248413,433778],[2,3251]],[[214795,434320],[-2,-28]],[[214793,434292],[-1584,1]],[[255986,429343],[-721,8]],[[255265,429351],[0,5090]],[[292587,430897],[-395,1442]],[[292192,432339],[-104,1880],[-539,1630]],[[292356,436755],[-165,-2166],[367,-971],[29,-2721]],[[231989,437225],[3,-1985]],[[231992,435240],[-431,236],[-484,-1309],[-310,919]],[[164787,410464],[-407,-275]],[[164380,410189],[102,1081],[5,3235],[-258,1376],[-24,1351],[-366,545],[-472,2488],[-707,1250],[-457,-2310],[-371,1200],[1,3539],[-743,-22]],[[161090,423922],[22,8573],[-31,5177]],[[161090,423922],[-473,4]],[[160617,423926],[-1427,-349],[-831,-1032],[-549,336],[-407,-1138],[-271,689],[-883,-1460]],[[285336,437451],[-167,-4196],[366,397],[371,-1591]],[[286318,430069],[-895,-2188]],[[285423,427881],[-525,-887],[-165,332]],[[284733,427326],[26,188]],[[284759,427514],[265,1448],[124,3090]],[[285148,432052],[-223,1660],[-44,3124]],[[259668,435047],[-2,-813]],[[259666,434234],[-620,-58],[0,-1610]],[[259046,432566],[-835,5]],[[258211,432571],[4,4869]],[[226568,435116],[1,-6480]],[[226569,428636],[-1260,-4]],[[225309,428632],[-14,-1]],[[225295,428631],[0,3240]],[[258211,432571],[-314,19]],[[257897,432590],[-973,28]],[[277095,437427],[-6,-9328]],[[277089,428099],[-1270,90]],[[275819,428189],[-27,3362]],[[275792,431551],[-19,2706],[190,1291]],[[278419,432598],[1,-2521],[-655,-4576]],[[277765,425501],[-675,2580]],[[277090,428081],[-1,18]],[[266704,434096],[-266,-3234]],[[266438,430862],[-1015,34]],[[265423,430896],[-1,1871]],[[265422,432767],[-2,4605]],[[265422,432767],[-638,-293],[0,-813],[-644,-36]],[[264140,431625],[-164,2442]],[[243592,437280],[-8,-4878]],[[243584,432402],[-1283,-20]],[[242301,432382],[-2,4895]],[[244553,435628],[-3,-4868],[-104,1]],[[244446,430761],[-862,15]],[[243584,430776],[0,1626]],[[242301,432382],[-1281,-16]],[[241020,432366],[-5,4885]],[[238461,437251],[3,-4896]],[[238464,432355],[-1277,-24]],[[237187,432331],[1,4836]],[[239738,437241],[4,-4883]],[[239742,432358],[-1278,-3]],[[241020,432366],[-1278,-8]],[[233371,437227],[-2,-4811]],[[233369,432416],[-1193,2]],[[232176,432418],[-184,2822]],[[234643,437199],[-2,-4800]],[[234641,432399],[-1272,17]],[[235917,437182],[-1,-4805]],[[235916,432377],[-1275,22]],[[237187,432331],[-1271,46]],[[187807,431662],[-565,-723],[-182,1854],[-716,-2763]],[[186344,430030],[-640,5646]],[[248413,433778],[-2,-4886]],[[248411,428892],[-1277,44]],[[247134,428936],[13,6504]],[[285148,432052],[-398,107],[-1152,-1498]],[[283598,430661],[-21,738]],[[251026,432870],[-1183,-88]],[[249843,432782],[68,968],[-532,9]],[[292970,430541],[-431,-269]],[[292539,430272],[48,625]],[[293219,434221],[-249,-3680]],[[274786,436568],[0,-4189]],[[274786,432379],[-1580,38]],[[273206,432417],[-1,1611]],[[288843,430800],[-376,-510]],[[288467,430290],[-415,-967]],[[288052,429323],[-667,3305]],[[275792,431551],[-1004,-68]],[[274788,431483],[-2,896]],[[253256,434151],[34,-7012],[-625,-15]],[[252665,427124],[-321,-16],[-28,2626],[-961,-79]],[[251355,429655],[-5,3249]],[[290810,432608],[-339,-2310]],[[290471,430298],[-220,-1439],[-616,-2210]],[[289635,426649],[-20,311]],[[289615,426960],[68,3155],[341,1723],[-196,1819]],[[292192,432339],[-162,208],[-116,-3152]],[[291914,429395],[-248,-1212]],[[291666,428183],[-265,1560],[-471,-723]],[[290930,429020],[-459,1278]],[[186344,430030],[155,-1074],[97,-4631]],[[186596,424325],[-109,-154],[37,-2824],[149,-2529],[-95,-2971]],[[186578,415847],[-452,-1998],[-1271,-19],[-3480,52]],[[181375,413882],[1,3927]],[[245728,435563],[-37,-2695],[-356,-1884],[-63,-2389]],[[245272,428595],[-424,1079]],[[244848,429674],[-402,1087]],[[246184,435528],[-12,-8061]],[[246172,427467],[-319,64]],[[245853,427531],[-783,-26]],[[245070,427505],[202,1090]],[[247134,428936],[-3,-1616]],[[247131,427320],[-959,147]],[[270301,434095],[8,-6024]],[[270309,428071],[-263,-11],[2,-1850]],[[270048,426210],[-326,-246]],[[269722,425964],[-6,3195],[-215,1865],[-46,3092]],[[232176,432418],[-58,-2195]],[[232118,430223],[-1754,3]],[[230364,430226],[-1,4320]],[[227844,435122],[-1,-6484]],[[227843,428638],[-1271,-2]],[[226572,428636],[-3,0]],[[225295,428631],[-1221,12]],[[224074,428643],[-2,6474]],[[222110,435114],[25,-6995]],[[222135,428119],[-630,263]],[[221505,428382],[-943,281]],[[220562,428663],[-673,5]],[[224074,428643],[-9,-170]],[[224065,428473],[-507,-690],[-760,186]],[[222798,427969],[-663,150]],[[229118,435107],[-7,-6481]],[[229111,428626],[-1268,12]],[[230364,430226],[0,-4858]],[[230364,425368],[-1251,12]],[[229113,425380],[-2,3246]],[[260509,434291],[14,-6500]],[[260523,427791],[-630,-27]],[[259893,427764],[-208,-13],[-19,6483]],[[255265,429351],[-1,-4575]],[[255264,424776],[-1140,-98]],[[254124,424678],[-508,40],[-39,9489]],[[261367,432704],[3,-4889],[-318,-15]],[[261052,427800],[-529,-9]],[[210532,425375],[-1577,18],[-7,-9746]],[[208948,415647],[-2260,-10]],[[206688,415637],[-254,-1]],[[206434,415636],[-6,4869]],[[206428,420505],[-5,1629],[310,-3],[6,12084]],[[210553,434281],[-21,-8906]],[[217035,428622],[-272,6]],[[216763,428628],[-1968,-10]],[[214795,428618],[0,969]],[[214795,429587],[-2,4705]],[[201978,423908],[55,-1918],[16,-7760]],[[202049,414230],[-1129,-108]],[[200920,414122],[-15,3214]],[[200905,417336],[-2,2479],[-1118,-26]],[[199785,419789],[29,5937],[320,1081],[-11,7495]],[[201402,434297],[26,-1459],[436,-670],[159,-1784],[-185,-3985],[140,-2491]],[[204199,424684],[-292,-2572],[-164,468],[-589,-929],[-98,691],[-519,-162],[-107,1114],[-340,-603],[-112,1217]],[[203264,434210],[15,-1191],[530,-3758],[390,-4577]],[[199785,419789],[-1878,-31],[-2612,18]],[[195295,419776],[7,8024]],[[195302,427800],[-6,6461]],[[213087,423794],[-321,0]],[[212766,423794],[-1910,-39]],[[210856,423755],[-5,1618],[-319,2]],[[213118,434292],[7,-4708]],[[213125,429584],[-38,-5790]],[[214795,429587],[-1670,-3]],[[195302,427800],[-315,562],[-118,3255],[-531,-11],[-250,-2208],[-269,1599],[-807,-1146],[-299,857]],[[192713,430708],[-64,73]],[[176393,418012],[113,-5116],[-101,-2197],[49,-2635],[-263,-2403],[2,-5633]],[[176193,400028],[-1933,-7]],[[174260,400021],[29,16934],[-18,16297],[27,1004]],[[174260,400021],[-2037,36],[-1236,-1303]],[[170987,398754],[153,2224],[-118,2607],[482,3073],[266,298],[86,1838],[-89,2169],[75,3206],[-204,1481]],[[171638,415650],[673,9777]],[[206428,420505],[-1667,-25]],[[204761,420480],[-562,4204]],[[259893,427764],[3,-1604]],[[259896,426160],[-839,-53]],[[259057,426107],[-11,6459]],[[268642,434167],[-7,-5295]],[[268635,428872],[-365,-116]],[[268270,428756],[-705,-39]],[[267565,428717],[-4,5409]],[[254124,424678],[8,-1608]],[[254132,423070],[-1470,-13]],[[252662,423057],[3,4067]],[[269722,425964],[-798,-95]],[[268924,425869],[-10,2970],[-279,33]],[[267565,428717],[-860,-299]],[[266705,428418],[-211,275],[-56,2169]],[[271643,432655],[-7,-4586]],[[271636,428069],[-1327,2]],[[264140,431625],[-158,-803],[1,-2439]],[[263983,428383],[-165,-1]],[[263818,428382],[0,807],[-964,-2]],[[262854,429187],[-2,3620]],[[273206,432417],[-2,-3235]],[[273204,429182],[-418,-80],[-224,-1340]],[[272562,427762],[-923,-316]],[[271639,427446],[-3,623]],[[249843,432782],[-231,-3232]],[[249612,429550],[-356,-3635],[-528,-731]],[[248728,425184],[-4,2060],[-320,38],[7,1610]],[[289615,426960],[-382,-1335]],[[289233,425625],[-268,2542],[-150,-335],[-348,2458]],[[171638,415650],[-2672,-44],[-2017,13]],[[288052,429323],[-372,-1084]],[[287680,428239],[-781,-2648],[-748,-727]],[[286151,424864],[-265,1103]],[[285886,425967],[-463,1914]],[[274788,431483],[-1,-3962]],[[274787,427521],[-415,-1047]],[[274372,426474],[-540,317]],[[273832,426791],[-154,2374],[-474,17]],[[251355,429655],[-154,-1644],[-415,-1270],[-378,-47]],[[250408,426694],[-162,394],[-9,2476],[-625,-14]],[[262854,429187],[-1,-2903]],[[262853,426284],[-742,-74]],[[262111,426210],[-14,6508]],[[265423,430896],[0,-3263]],[[265423,427633],[-634,-31],[-321,800],[-485,-19]],[[188324,426976],[-114,-601]],[[188210,426375],[-465,-891],[-618,-2134],[-142,895],[-389,80]],[[293524,432082],[-12,-1259],[-325,-351]],[[293187,430472],[-27,1524]],[[293160,431996],[39,674]],[[262111,426210],[-369,-18]],[[261742,426192],[-685,-6]],[[261057,426186],[-5,1614]],[[294554,427872],[-875,-1167]],[[293679,426705],[-79,470]],[[293600,427175],[63,323]],[[293663,427498],[119,2121],[-126,535]],[[293656,430154],[90,1670],[410,854],[287,-1045]],[[257897,432590],[-1,-3261]],[[257896,429329],[-463,33],[-65,-3266]],[[257368,426096],[-903,15]],[[256465,426111],[-10,3233]],[[259057,426107],[-583,-24]],[[258474,426083],[2,2440],[-422,-1],[-158,807]],[[279572,429120],[-482,-6118]],[[279090,423002],[-351,-508],[-158,819],[-661,807],[-155,1381]],[[292539,430272],[83,-963]],[[292622,429309],[-118,-889]],[[292504,428420],[-590,975]],[[233369,432416],[31,-5977]],[[233400,426439],[-1091,87]],[[232309,426526],[-329,3028],[138,669]],[[234641,432399],[38,-6061]],[[234679,426338],[-801,63]],[[233878,426401],[-478,38]],[[235916,432377],[-1,-6119]],[[235915,426258],[-449,10]],[[235466,426268],[-787,70]],[[243584,430776],[5,-4002]],[[243589,426774],[-630,136]],[[242959,426910],[-660,-98]],[[242299,426812],[2,5570]],[[242299,426812],[-476,-61]],[[241823,426751],[-800,-120]],[[241023,426631],[-3,5735]],[[237187,432331],[-2,-6015]],[[237185,426316],[-604,-38]],[[236581,426278],[-666,-20]],[[238464,432355],[-1,-5921]],[[238463,426434],[-606,-50]],[[237857,426384],[-672,-68]],[[239742,432358],[1,-5855]],[[239743,426503],[-772,-67]],[[238971,426436],[-508,-2]],[[241023,426631],[-213,-26]],[[240810,426605],[-1067,-102]],[[284759,427514],[-273,768],[-697,261]],[[283789,428543],[-185,151],[-6,1967]],[[293187,430472],[-271,-1807],[244,3331]],[[195295,419776],[-1,-10465]],[[195294,409311],[0,-3031]],[[195294,406280],[-156,-665],[-2555,-5]],[[192583,405610],[1,135]],[[192584,405745],[-39,1805],[122,2542],[304,1923],[-230,5]],[[192741,412020],[-28,18688]],[[275819,428189],[-81,-1216],[-510,-2451]],[[275228,424522],[-441,-3]],[[274787,424519],[0,3002]],[[282497,422685],[-451,359],[271,1888],[-71,939],[431,2360],[16,986]],[[283789,428543],[-584,-2082],[-708,-3776]],[[192741,412020],[-2481,120]],[[190260,412140],[-95,1614]],[[190165,413754],[-27,14503]],[[266705,428418],[4,-3381]],[[266709,425037],[-283,-21]],[[266426,425016],[-1003,645]],[[265423,425661],[0,1972]],[[292970,430541],[-211,-2552],[-210,-378],[73,1698]],[[245070,427505],[-470,-582],[-146,-1016],[115,-2813],[-151,-420]],[[244418,422674],[-829,4100]],[[293663,427498],[-315,245]],[[293348,427743],[-288,1615]],[[293060,429358],[139,999],[457,-203]],[[290930,429020],[33,-2516],[-174,-1499],[76,-1477]],[[290865,423528],[-301,-1443],[-241,-92]],[[290323,421993],[-332,1496],[-16,2220],[-340,940]],[[289233,425625],[-418,-2203]],[[288815,423422],[-127,532]],[[288688,423954],[-1008,4285]],[[232309,426526],[155,-1143]],[[232464,425383],[-995,-12]],[[231469,425371],[-1105,-3]],[[291666,428183],[-6,-1402]],[[291660,426781],[-177,-793],[187,-1217],[-446,-2170]],[[291224,422601],[-359,927]],[[252662,423057],[2,-2183]],[[252664,420874],[-322,-1]],[[252342,420873],[-1598,9]],[[250744,420882],[-321,803]],[[250423,421685],[-15,5009]],[[214795,428618],[0,-4795]],[[214795,423823],[-1708,-29]],[[250423,421685],[-945,-94]],[[249478,421591],[-311,-17],[-6,2159],[-579,14]],[[248582,423747],[146,1437]],[[282497,422685],[136,-2142]],[[282633,420543],[-450,-3766]],[[282183,416777],[-753,1929]],[[281430,418706],[-282,1104],[-60,1366]],[[281088,421176],[343,3266],[-54,1256]],[[281377,425698],[-185,2188],[290,1510]],[[281088,421176],[-85,-1011],[-408,1094],[-38,-1088],[-480,1549]],[[280077,421720],[157,810],[68,2530],[527,4066]],[[293348,427743],[-53,-1237],[-451,497],[216,2355]],[[256465,426111],[5,-1623]],[[256470,424488],[-1206,27]],[[255264,424515],[0,261]],[[292504,428420],[-134,-1705]],[[292370,426715],[-710,66]],[[258474,426083],[-4,-2412]],[[258470,423671],[-889,5]],[[257581,423676],[-3,2416],[-210,4]],[[273832,426791],[-165,-804],[-57,-2449]],[[273610,423538],[-915,163]],[[272695,423701],[15,2450],[-148,1611]],[[263818,428382],[2,-6071],[59,-79]],[[263879,422232],[-1,-5]],[[263878,422227],[-1029,-28]],[[262849,422199],[4,4085]],[[280077,421720],[-106,-1566]],[[279971,420154],[-653,120],[-455,659]],[[278863,420933],[227,2069]],[[248582,423747],[-330,-1227],[-73,-1405],[-363,-2059]],[[247816,419056],[-702,92],[4,1628]],[[247118,420776],[13,6544]],[[268924,425869],[-64,-3813],[-274,84]],[[268586,422140],[-515,158],[-254,1409]],[[267817,423707],[174,1059],[2,2875],[277,1115]],[[267817,423707],[-635,190]],[[267182,423897],[2,1173],[-475,-33]],[[220562,428663],[2,-4872],[-317,7],[0,-1627]],[[220247,422171],[-287,-23]],[[219960,422148],[-1562,-10]],[[218398,422138],[-52,0]],[[218346,422138],[-2,6528]],[[225309,428632],[0,-6478]],[[225309,422154],[-1242,1]],[[224067,422155],[-2,6318]],[[221505,428382],[3,-6212]],[[221508,422170],[-1261,1]],[[218346,422138],[-1521,20]],[[216825,422158],[-55,-2]],[[216770,422156],[-7,6472]],[[216770,422156],[-1975,-23]],[[214795,422133],[0,1690]],[[227843,428638],[0,-6483]],[[227843,422155],[-1260,3]],[[226583,422158],[-9,0]],[[226574,422158],[-2,6478]],[[229113,425380],[-8,-3237]],[[229105,422143],[-1262,12]],[[226574,422158],[-1253,-4]],[[225321,422154],[-12,0]],[[284733,427326],[-651,-856],[-995,-3406],[-367,-2037]],[[282720,421027],[-87,-484]],[[190165,413754],[-530,18],[-2,802],[-456,2164],[59,2009],[-250,2239],[-310,-14],[-357,1412],[-183,1615],[74,2376]],[[224067,422155],[-8,0]],[[224059,422155],[-1261,5]],[[222798,422160],[0,5809]],[[265423,425661],[-341,-1036]],[[265082,424625],[-938,-40],[1,-1903],[-266,-450]],[[222798,422160],[-1257,8]],[[221541,422168],[-33,2]],[[278863,420933],[-360,-3256],[-302,-1293]],[[278201,416384],[-562,1959],[-401,-1171],[-297,845],[-366,-25]],[[276575,417992],[19,1314]],[[276594,419306],[179,812],[290,5226],[-200,1084],[227,1653]],[[288688,423954],[-466,-3820]],[[288222,420134],[-493,-1946]],[[287729,418188],[-773,3321]],[[286956,421509],[-805,3355]],[[276594,419306],[-123,1029],[-749,1490],[-494,2697]],[[271639,427446],[-58,-3551],[-110,16]],[[271471,423911],[-1324,215]],[[270147,424126],[-99,2084]],[[272695,423701],[-15,-2420],[-175,-1661]],[[272505,419620],[-793,132]],[[271712,419752],[19,2733],[-268,49],[8,1377]],[[285886,425967],[-397,-1498],[304,-5190]],[[285793,419279],[-424,-1382]],[[285369,417897],[-35,1119],[-345,857]],[[284989,419873],[-161,1874]],[[284828,421747],[-318,1084],[208,1376],[-107,1919],[122,1200]],[[261057,426186],[8,-3496]],[[261065,422690],[-374,7]],[[260691,422697],[-791,-21]],[[259900,422676],[0,530]],[[259900,423206],[-4,2954]],[[292731,427719],[-75,-1794],[-401,-1052],[179,2727],[297,119]],[[245853,427531],[-16,-6606]],[[245837,420925],[-6,-1698]],[[245831,419227],[-1653,137]],[[244178,419364],[22,898]],[[244200,420262],[218,2412]],[[274787,424519],[3,-1461]],[[274790,423058],[-309,-66]],[[274481,422992],[90,1247],[-199,2235]],[[247118,420776],[-1281,149]],[[284828,421747],[-989,-927],[-267,651],[-693,-2144]],[[282879,419327],[-159,1700]],[[244200,420262],[-1263,158]],[[242937,420420],[2,812]],[[242939,421232],[20,5678]],[[290323,421993],[609,-3619]],[[290932,418374],[-696,-1839]],[[290236,416535],[-114,1663]],[[290122,418198],[-1307,5224]],[[292370,426715],[-184,-1985],[143,-700]],[[292329,424030],[-474,-3179],[-254,-504]],[[291601,420347],[-383,1322],[6,932]],[[242939,421232],[-1108,36]],[[241831,421268],[-6,813]],[[241825,422081],[-2,4670]],[[274481,422992],[82,-1388],[-230,-2519]],[[274333,419085],[-58,-527]],[[274275,418558],[-502,43]],[[273773,418601],[49,4903],[-212,34]],[[241825,422081],[-931,-55]],[[240894,422026],[21,2915],[-105,1664]],[[240894,422026],[-478,-14]],[[240416,422012],[1,803],[-1426,-54]],[[238991,422761],[-20,3675]],[[233878,426401],[60,-5898]],[[233938,420503],[-1042,58]],[[232896,420561],[-163,921],[-269,3901]],[[238991,422761],[0,-2171]],[[238991,420590],[-1104,-44]],[[237887,420546],[-30,5838]],[[235466,426268],[95,-3437]],[[235561,422831],[-21,-4851]],[[235540,417980],[-1218,74]],[[234322,418054],[-79,2428],[-305,21]],[[190260,412140],[-1085,14]],[[189175,412154],[-1095,-4]],[[188080,412150],[-519,2499],[-397,-2608],[-336,-472],[101,2059],[-351,2219]],[[237887,420546],[-2,-2440]],[[237885,418106],[-1261,68]],[[236624,418174],[7,4610]],[[236631,422784],[-50,3494]],[[270147,424126],[-32,-4044]],[[270115,420082],[-784,126],[-762,580]],[[268569,420788],[17,1352]],[[262849,422199],[1,-796]],[[262850,421403],[-1157,-62]],[[261693,421341],[-3,1350]],[[261690,422691],[52,3501]],[[236631,422784],[-1070,47]],[[261690,422691],[-625,-1]],[[259900,423206],[-1060,-73],[0,-541]],[[258840,422592],[-370,1079]],[[257581,423676],[-3,-4054]],[[257578,419622],[-1105,9]],[[256473,419631],[1,2822]],[[256474,422453],[-4,2035]],[[232896,420561],[7,-55]],[[232903,420506],[-1276,-7]],[[231627,420499],[-157,10]],[[231470,420509],[-1,4862]],[[286956,421509],[-435,-1129],[-728,-1101]],[[266426,425016],[-87,-5114]],[[266339,419902],[-1291,820]],[[265048,420722],[34,3903]],[[210856,423755],[-18,-8096],[-651,-3]],[[210187,415656],[-1239,-9]],[[230364,425368],[0,-4857]],[[230364,420511],[0,-4861]],[[230364,415650],[-953,8]],[[229411,415658],[-308,1]],[[229103,415659],[2,6484]],[[231470,420509],[-1106,2]],[[267401,418295],[-101,-658]],[[267300,417637],[-828,69]],[[266472,417706],[25,2123],[-158,73]],[[267182,423897],[1,-3714],[212,-4],[6,-1884]],[[255264,424515],[-14,-6129]],[[255250,418386],[-5,-4933]],[[255245,413453],[-1127,-59]],[[254118,413394],[14,9676]],[[204761,420480],[44,-3995],[-107,-2111]],[[204698,414374],[-40,-1499]],[[204658,412875],[-515,-982],[-138,-1866]],[[204005,410027],[-269,-196],[-186,2235],[-440,1922],[-526,245]],[[202584,414233],[-535,-3]],[[265048,420722],[-23,-1666]],[[265025,419056],[-1141,243]],[[263884,419299],[-6,2928]],[[276575,417992],[2,-1690],[-338,-982]],[[276239,415320],[-807,669],[-645,-1057]],[[274787,414932],[1,1006]],[[274788,415938],[-1,2667]],[[274787,418605],[3,4453]],[[256474,422453],[-391,-1026],[-571,-2640],[86,-782]],[[255598,418005],[-348,381]],[[292681,417933],[-2,100]],[[292679,418033],[-411,-199],[-60,940],[-392,65],[-407,-1734]],[[291409,417105],[-97,1099]],[[291312,418204],[289,2143]],[[292329,424030],[617,-741],[71,-1974],[-164,-3756],[-172,374]],[[271712,419752],[-260,-1288]],[[271452,418464],[-1312,274]],[[270140,418738],[-25,1344]],[[290122,418198],[-263,-1712]],[[289859,416486],[-319,873],[49,-1506],[-196,-651]],[[289393,415202],[-235,1650]],[[289158,416852],[-265,413],[-399,2752],[-272,117]],[[160617,423926],[82,-1783],[339,-681],[-59,-1870],[-213,-1153]],[[160766,418439],[-393,-947],[-168,-2179],[-364,-1740],[-738,-94],[-15,-1615]],[[159088,411864],[-2483,10]],[[156605,411874],[10,3351]],[[164380,410189],[-1412,-44],[-74,-533],[-535,1856],[-381,-2584]],[[161978,408884],[-186,-741]],[[161792,408143],[-928,5114],[-31,2656],[120,1726],[-187,800]],[[268569,420788],[-30,-2813]],[[268539,417975],[-1138,320]],[[214795,422133],[0,-6444]],[[214795,415689],[6,-7987]],[[214801,407702],[-2099,-116]],[[212702,407586],[-2,8093],[66,8115]],[[212702,407586],[-979,-41]],[[211723,407545],[-1541,11]],[[210182,407556],[3,3232]],[[210185,410788],[2,4868]],[[249478,421591],[4,-3680]],[[249482,417911],[-1008,385],[-87,-647]],[[248387,417649],[-390,-864],[-421,-125],[-193,1284]],[[247383,417944],[433,1112]],[[273773,418601],[-955,197]],[[272818,418798],[-313,822]],[[258840,422592],[0,-2942]],[[258840,419650],[1,-653]],[[258841,418997],[-1263,-39]],[[257578,418958],[0,664]],[[291312,418204],[-380,170]],[[259900,422676],[0,-2968]],[[259900,419708],[-1060,-58]],[[274787,418605],[-454,480]],[[254118,413394],[-1462,-13]],[[252656,413381],[8,7493]],[[240416,422012],[-1,-5688]],[[240415,416324],[-1409,-76]],[[239006,416248],[-15,4342]],[[236624,418174],[-6,-1893]],[[236618,416281],[-1077,81]],[[235541,416362],[-1,1618]],[[260691,422697],[7,-5629]],[[260698,417068],[-1,-2446]],[[260697,414622],[-797,-40]],[[259900,414582],[0,5126]],[[261693,421341],[13,-4278]],[[261706,417063],[-1008,5]],[[256473,419631],[4,-4874]],[[256477,414757],[-917,-11]],[[255560,414746],[38,3259]],[[263884,419299],[17,-5164]],[[263901,414135],[-164,-21]],[[263737,414114],[-912,-29]],[[262825,414085],[5,1641]],[[262830,415726],[20,5677]],[[225321,422154],[-1,-6473]],[[225320,415681],[-642,-7]],[[224678,415674],[-618,2]],[[224060,415676],[-1,6479]],[[224060,415676],[-949,-1]],[[223111,415675],[-312,-4]],[[222799,415671],[-1,6489]],[[226583,422158],[-2,-6488]],[[226581,415670],[-307,0]],[[226274,415670],[-954,11]],[[216825,422158],[-7,-6476]],[[216818,415682],[-238,-3]],[[216580,415679],[-1785,10]],[[221541,422168],[6,-6503]],[[221547,415665],[-1532,-5]],[[220015,415660],[-43,2]],[[219972,415662],[-12,6486]],[[227843,422155],[-2,-6487]],[[227841,415668],[-1260,2]],[[229103,415659],[-1262,9]],[[219972,415662],[-1519,9]],[[218453,415671],[-56,3]],[[218397,415674],[1,6464]],[[218397,415674],[-1579,8]],[[222799,415671],[-1245,-6]],[[221554,415665],[-7,0]],[[241831,421268],[7,-4945]],[[241838,416323],[-1399,2]],[[240439,416325],[-24,-1]],[[284989,419873],[-135,-1158],[-365,-437],[-280,-1345]],[[284209,416933],[-135,-748],[-607,-656],[-188,-939]],[[283279,414590],[-400,4737]],[[250744,420882],[11,-4342]],[[250755,416540],[4,-2437],[-209,-17]],[[250550,414086],[-738,301],[-265,799]],[[249547,415186],[-65,2725]],[[281430,418706],[-459,-6339],[-226,-1900]],[[280745,410467],[-1192,6]],[[279553,410473],[143,1890],[-17,4331],[292,3460]],[[287729,418188],[-193,-522],[-134,-4476],[-402,-2750]],[[287e3,410440],[-272,4]],[[286728,410444],[-19,0]],[[286709,410444],[-635,4132],[-197,2069],[-508,1252]],[[262830,415726],[-1089,-10]],[[261741,415716],[-35,1347]],[[242937,420420],[-5,-5731]],[[242932,414689],[-936,53]],[[241996,414742],[-158,1581]],[[283279,414590],[33,-4171]],[[283312,410419],[-28,0]],[[283284,410419],[-1756,39]],[[281528,410458],[270,1944],[385,4375]],[[279553,410473],[-342,-2]],[[279211,410471],[-1285,-23]],[[277926,410448],[-70,2461],[345,3475]],[[252342,420873],[-474,-4214]],[[251868,416659],[-1113,-119]],[[247383,417944],[-442,-2539]],[[246941,415405],[-262,-106],[-246,2264],[-607,13]],[[245826,417576],[5,1651]],[[252656,413381],[-31,-1626]],[[252625,411755],[-759,5]],[[251866,411760],[2,4899]],[[270140,418738],[-33,-4034],[-98,-688]],[[270009,414016],[-637,319]],[[269372,414335],[-891,172]],[[268481,414507],[58,3468]],[[266472,417706],[-35,-1885]],[[266437,415821],[-1449,559]],[[264988,416380],[37,2676]],[[239006,416248],[0,-1219]],[[239006,415029],[-1115,-150]],[[237891,414879],[-6,3227]],[[206434,415636],[-263,-1609]],[[206171,414027],[-698,-18]],[[205473,414009],[-2,412],[-773,-47]],[[231627,420499],[-1,-4856]],[[231626,415643],[-637,4]],[[230989,415647],[-625,3]],[[232903,420506],[433,-2548],[-67,-1276],[313,-1051]],[[233582,415631],[-87,0]],[[233495,415631],[-1249,8]],[[232246,415639],[-620,4]],[[234322,418054],[138,-4323]],[[234460,413731],[-255,-671],[-623,2571]],[[244178,419364],[30,-3037],[165,-1715]],[[244373,414612],[-1128,56]],[[243245,414668],[-313,21]],[[289158,416852],[-454,-2262],[-196,-1986]],[[288508,412604],[-541,-2144]],[[287967,410460],[-967,-20]],[[286709,410444],[-918,-3]],[[285791,410441],[-606,-7]],[[285185,410434],[-592,-13]],[[284593,410421],[124,2546],[-179,2926],[-329,1040]],[[200905,417336],[-779,-15],[-5,-3273],[-315,52],[0,-1664],[-1412,-62],[0,-2430],[-1717,-16],[1,-809],[-1384,192]],[[272795,414723],[-423,-10],[-218,-1045],[-319,59],[-5,-1092],[-317,67]],[[271513,412702],[-96,1662],[35,4100]],[[272818,418798],[-23,-4075]],[[259900,414582],[-209,-308]],[[259691,414274],[-843,-20]],[[258848,414254],[-7,4743]],[[257578,418958],[2,-4763]],[[257580,414195],[0,-1081]],[[257580,413114],[-876,36]],[[256704,413150],[-229,10],[2,1597]],[[245826,417576],[-7,-4829]],[[245819,412747],[1,-1636],[-1253,29]],[[244567,411140],[-193,1581],[-1,1891]],[[264988,416380],[-41,-2986]],[[264947,413394],[-298,808],[-748,-67]],[[274788,415938],[-600,318]],[[274188,416256],[87,2302]],[[291409,417105],[453,-5673],[-67,-3974]],[[291795,407458],[-8,-68]],[[291787,407390],[-674,1374],[-215,1839]],[[290898,410603],[-464,1137],[-81,1797],[-341,1921]],[[290012,415458],[-13,49]],[[289999,415507],[237,1028]],[[258848,414254],[-240,-36]],[[258608,414218],[-1028,-23]],[[274188,416256],[-53,-2245],[-194,-1195]],[[273941,412816],[-1155,355]],[[272786,413171],[9,1552]],[[292681,417933],[179,-418],[-159,-5398],[-46,2228],[-255,-3465],[103,-763],[-505,-2576],[-203,-83]],[[271513,412702],[-9,-1621]],[[271504,411081],[-1056,287]],[[270448,411368],[-261,927],[22,1648],[-200,73]],[[281528,410458],[-678,3]],[[280850,410461],[-105,6]],[[249547,415186],[-334,-14],[-11,-1088],[-814,-276]],[[248388,413808],[-1,3841]],[[161792,408143],[-203,-1301],[-432,-149],[-282,-3313],[-609,-861]],[[160266,402519],[-794,177]],[[159472,402696],[52,1463]],[[159524,404159],[106,2863],[-398,-48],[-7,2486],[153,591],[-290,1813]],[[255560,414746],[183,-1655],[-78,-4758]],[[255665,408333],[-417,-12]],[[255248,408321],[-3,5132]],[[277926,410448],[-234,-9]],[[277692,410439],[-800,-6]],[[276892,410433],[-426,0]],[[276466,410433],[-22,3775],[-205,1112]],[[268481,414507],[-116,-2692]],[[268365,411815],[-1169,326]],[[267196,412141],[-43,3579],[147,1917]],[[289999,415507],[-235,-1943],[-206,-350]],[[289558,413214],[-165,1988]],[[237891,414879],[8,-3256]],[[237899,411623],[-1244,79]],[[236655,411702],[-37,4579]],[[235541,416362],[8,-4089]],[[235549,412273],[-763,19]],[[234786,412292],[-326,1439]],[[181375,413882],[-2,-6764]],[[181373,407118],[-6,-16110]],[[181367,391008],[-2649,0]],[[178718,391008],[-2525,9020]],[[248388,413808],[0,-544]],[[248388,413264],[-1641,72]],[[246747,413336],[194,2069]],[[267196,412141],[-24,-2179]],[[267172,409962],[-1117,398]],[[266055,410360],[17,1046]],[[266072,411406],[162,-81],[203,4496]],[[246747,413336],[32,-697]],[[246779,412639],[-960,108]],[[200920,414122],[-228,4],[1,-10296]],[[200693,403830],[-885,2]],[[199808,403832],[-4513,9]],[[195295,403841],[-1,2439]],[[261741,415716],[-55,-4023]],[[261686,411693],[-223,-17]],[[261463,411676],[-823,-18]],[[260640,411658],[57,2964]],[[284593,410421],[-604,-5]],[[283989,410416],[-677,3]],[[289558,413214],[-576,-1173]],[[288982,412041],[-434,587]],[[288548,412628],[-38,-23]],[[288510,412605],[-2,-1]],[[251866,411760],[-181,-2587]],[[251685,409173],[-599,19]],[[251086,409192],[-316,21],[-7,2708],[-211,269]],[[250552,412190],[-2,1896]],[[206688,415637],[-41,-6]],[[206647,415631],[-213,-1605]],[[206434,414026],[-263,1]],[[241996,414742],[-30,-6459]],[[241966,408283],[-4,0]],[[241962,408283],[-1090,94]],[[240872,408377],[8,1624],[-470,45]],[[240410,410046],[29,6279]],[[266072,411406],[-502,924],[-631,517]],[[264939,412847],[8,547]],[[240410,410046],[-1140,66]],[[239270,410112],[-272,4],[8,4913]],[[236655,411702],[-1,-802]],[[236654,410900],[-1104,25]],[[235550,410925],[-1,1348]],[[274786,410447],[-874,-18]],[[273912,410429],[29,2387]],[[274787,414932],[-1,-4485]],[[276466,410433],[-1406,8]],[[275060,410441],[-274,6]],[[188080,412150],[154,-1357],[-372,-847],[15,-4365],[-94,-1439],[-489,-27],[-259,-1246]],[[187035,402869],[-502,281],[-66,4178],[-5094,-210]],[[262825,414085],[-5,-3544]],[[262820,410541],[-613,-224]],[[262207,410317],[-419,17],[-102,1359]],[[216580,415679],[-8,-8083]],[[216572,407596],[-1771,-4]],[[214801,407592],[0,110]],[[218453,415671],[-6,-8082]],[[218447,407589],[-1806,7]],[[216641,407596],[-69,0]],[[156605,411874],[135,-4012]],[[156740,407862],[1,-964],[-483,-512],[-38,-1771],[225,-3191],[-238,-1152],[-36,-1898],[296,-1405],[109,-1803],[362,-938]],[[156938,394228],[-728,41],[-164,-808],[-645,-63],[-455,-694]],[[154946,392704],[-541,2801],[109,2093],[-386,5926],[150,3428],[-35,2228],[-194,3368],[-468,3106]],[[226274,415670],[1,-6485]],[[226275,409185],[-1,-1617]],[[226274,407568],[-1548,10]],[[224726,407578],[-50,3]],[[224676,407581],[2,8093]],[[224676,407581],[-1502,8]],[[223174,407589],[-61,1]],[[223113,407590],[-2,8085]],[[227841,415668],[2,-6478]],[[227843,409190],[-1568,-5]],[[229411,415658],[-2,-8099]],[[229409,407559],[-425,-1]],[[228984,407558],[-1141,12]],[[227843,407570],[0,1620]],[[220015,415660],[-6,-8093]],[[220009,407567],[-1504,22]],[[218505,407589],[-58,0]],[[170987,398754],[-249,-368]],[[170738,398386],[-2476,18]],[[168262,398404],[-1,696],[-1014,5147],[112,6217],[-310,-1673]],[[221554,415665],[-6,-8087]],[[221548,407578],[-1487,-3]],[[220061,407575],[-52,-8]],[[223113,407590],[-1493,-14]],[[221620,407576],[-72,2]],[[230989,415647],[1,-8092]],[[230990,407555],[-955,2]],[[230035,407557],[-626,2]],[[210185,410788],[-3283,6]],[[206902,410794],[415,545],[-67,968],[390,99],[54,1354],[-365,-16],[-165,-1868],[-731,-135]],[[206433,411741],[1,2285]],[[233495,415631],[0,-6461]],[[233495,409170],[-625,0]],[[232870,409170],[-626,1]],[[232244,409171],[2,6468]],[[232244,409171],[-1,-1611],[-687,-7]],[[231556,407553],[-566,2]],[[234786,412292],[-21,-1748],[-200,350],[-276,-2271]],[[234289,408623],[-168,539],[-626,8]],[[290898,410603],[-392,-2264]],[[290506,408339],[-409,2275],[-302,2865]],[[289795,413479],[217,1979]],[[250552,412190],[-498,-1355],[-387,-1885],[5,-2169]],[[249672,406781],[-468,-23]],[[249204,406758],[-627,-24]],[[248577,406734],[-163,3649],[-26,2881]],[[239270,410112],[-32,-1637]],[[239238,408475],[-1337,-78]],[[237901,408397],[-2,3226]],[[243245,414668],[-19,-5394]],[[243226,409274],[-941,82],[-5,-1096],[-314,23]],[[256704,413150],[-11,-4877]],[[256693,408273],[-517,45]],[[256176,408318],[-511,15]],[[272786,413171],[-213,31],[-15,-3018],[100,-1891]],[[272658,408293],[-850,-351]],[[271808,407942],[-304,3139]],[[244567,411140],[169,-1392]],[[244736,409748],[-1143,47],[1,-537]],[[243594,409258],[-368,16]],[[260640,411658],[-101,-1640]],[[260539,410018],[-888,-25]],[[259651,409993],[40,4281]],[[269372,414335],[-25,-1734],[207,-77],[64,-3317]],[[269618,409207],[-318,124],[-21,-1094],[-338,108],[-318,-1009]],[[268623,407336],[-310,141],[52,4338]],[[205473,414009],[-1,-3086]],[[205472,410923],[-407,495],[-407,1457]],[[270448,411368],[146,-862],[-65,-3237]],[[270529,407269],[-311,107]],[[270218,407376],[-615,748],[15,1083]],[[259651,409993],[-1,-1094]],[[259650,408899],[-829,-88]],[[258821,408811],[-213,-27]],[[258608,408784],[0,5434]],[[202584,414233],[137,-2936],[562,-2151],[-209,-2932],[145,-2133]],[[203219,404081],[-612,-329]],[[202607,403752],[-1914,78]],[[204005,410027],[367,-1170],[-102,-1326]],[[204270,407531],[-525,-3718],[-328,267]],[[203417,404080],[-198,1]],[[258608,408784],[-389,-585],[-532,8]],[[257687,408207],[-86,542],[-21,4365]],[[264939,412847],[-109,-226],[-59,-4847]],[[264771,407774],[-700,215]],[[264071,407989],[-317,28]],[[263754,408017],[-17,6097]],[[263754,408017],[1,-413],[-936,-24]],[[262819,407580],[1,2961]],[[206433,411741],[-1,-3287]],[[206432,408454],[13,-903]],[[206445,407551],[-516,-5958],[-264,-2164]],[[205665,399429],[-5,0]],[[205660,399429],[-187,-2],[-3,8127]],[[205470,407554],[2,3369]],[[206902,410794],[-80,-2161],[-167,812],[-223,-991]],[[290506,408339],[-301,-1740]],[[290205,406599],[-214,1002]],[[289991,407601],[-385,1831],[-352,446],[-281,1743]],[[288973,411621],[822,1858]],[[255248,408321],[1,-2424]],[[255249,405897],[-1194,77]],[[254055,405974],[-17,3810]],[[254038,409784],[80,3610]],[[254038,409784],[-270,-622],[-1139,-17]],[[252629,409145],[-4,2610]],[[248577,406734],[-633,-33]],[[247944,406701],[-412,-2]],[[247532,406699],[2,2166],[-201,554],[5,1620],[-635,683]],[[246703,411722],[76,917]],[[273912,410429],[-309,-2118]],[[273603,408311],[-264,-1244]],[[273339,407067],[6,599],[-687,627]],[[257687,408207],[-84,-2441]],[[257603,405766],[-705,61]],[[256898,405827],[-209,8],[4,2438]],[[205470,407554],[-1200,-23]],[[266055,410360],[-47,-3101]],[[266008,407259],[-855,352]],[[265153,407611],[-382,163]],[[246703,411722],[-132,-1725],[183,-3269]],[[246754,406728],[-92,-2345]],[[246662,404383],[-900,73]],[[245762,404456],[-253,771],[-419,2924]],[[245090,408151],[-354,1597]],[[288982,412041],[-534,-3560],[147,-1015],[-73,-1880],[204,-1804]],[[288726,403782],[-376,-1333],[-304,88]],[[288046,402537],[-18,1506]],[[288028,404043],[-61,6417]],[[288510,412605],[38,23]],[[251086,409192],[2,-5734],[-320,52]],[[250768,403510],[-1088,3],[-8,3268]],[[235550,410925],[3,-4037]],[[235553,406888],[-1398,56]],[[234155,406944],[134,1679]],[[192584,405745],[-2935,12],[-153,2687],[-321,1686]],[[189175,410130],[0,2024]],[[189175,410130],[1,-4419],[-152,2],[6,-8099]],[[189030,397614],[-1545,14],[-447,229]],[[187038,397857],[-3,5012]],[[268623,407336],[-26,-1603]],[[268597,405733],[-717,218],[40,496],[-788,178]],[[267132,406625],[40,3337]],[[159524,404159],[-693,578],[2,-532],[-1674,-52]],[[157159,404153],[9,3692],[-428,17]],[[252629,409145],[5,-3808]],[[252634,405337],[-318,9],[-371,2452],[-255,17],[-5,1358]],[[262207,410317],[-5,-3506]],[[262202,406811],[-729,-13]],[[261473,406798],[-10,4878]],[[261473,406798],[1,-1345]],[[261474,405453],[-925,-9]],[[260549,405444],[-10,4574]],[[247532,406699],[-778,29]],[[237901,408397],[-2,-1616]],[[237899,406781],[-1252,49]],[[236647,406830],[7,4070]],[[289991,407601],[-61,-2065],[-434,1889],[-494,-3193]],[[289002,404232],[-350,2027]],[[288652,406259],[12,7]],[[288664,406266],[-51,2043]],[[288613,408309],[-8,430]],[[288605,408739],[368,2882]],[[164781,405356],[-1401,-15],[-152,1283],[-273,170],[-234,-1182],[-772,-1245]],[[161949,404367],[29,4517]],[[271808,407942],[-352,-103],[16,-1874],[-379,-569]],[[271093,405396],[-587,184],[23,1689]],[[236647,406830],[-6,-1351]],[[236641,405479],[-1087,27]],[[235554,405506],[-1,1382]],[[210182,407556],[-20,1]],[[210162,407557],[-2635,-8]],[[207527,407549],[-1082,2]],[[168262,398404],[-491,-22],[-237,-2422],[1,-1714],[313,16],[-13,-8145],[-697,1]],[[167138,386118],[-482,2257]],[[166656,388375],[-55,3726],[-157,-50],[-42,4120],[307,671],[-2,1728],[-666,42]],[[166041,398612],[-32,2039],[-419,1034]],[[165590,401685],[652,1617],[543,5284]],[[291787,407390],[22,-3591],[-686,-1401]],[[291123,402398],[-572,644]],[[290551,403042],[14,1877],[-360,1680]],[[262819,407580],[-2,-848]],[[262817,406732],[-615,79]],[[283284,410419],[-281,-1862],[-298,-5500]],[[282705,403057],[-115,-74]],[[282590,402983],[-298,3217]],[[282292,406200],[-167,1078],[132,1025],[-513,247]],[[281744,408550],[-440,1436],[-237,-1383],[-192,274]],[[280875,408877],[-25,1584]],[[280875,408877],[-278,-307],[-96,-1937]],[[280501,406633],[-526,345]],[[279975,406978],[-386,1376],[-475,-3170],[-283,767]],[[278831,405951],[380,4520]],[[278831,405951],[-568,-2831]],[[278263,403120],[-600,-2270]],[[277663,400850],[29,9589]],[[288028,404043],[-186,-68]],[[287842,403975],[-578,293],[198,3147],[-296,-282]],[[287166,407133],[-438,3311]],[[276892,410433],[-365,-5307]],[[276527,405126],[-123,314]],[[276404,405440],[-598,2940],[-675,502]],[[275131,408882],[-71,1559]],[[277663,400850],[0,-206]],[[277663,400644],[-557,1424],[-342,-761]],[[276764,401307],[-239,1285]],[[276525,402592],[2,2534]],[[287166,407133],[-74,-2015],[-419,-1267],[83,1880],[-379,-1384]],[[286377,404347],[-194,1934],[-292,888],[-100,3272]],[[275131,408882],[-285,-1378],[11,-1745]],[[274857,405759],[-140,-755]],[[274717,405004],[-207,396]],[[274510,405400],[-283,562],[-368,2261],[-256,88]],[[286377,404347],[69,-1031],[-251,-2457],[-293,640]],[[285902,401499],[0,2434],[-506,6],[2,-1756],[256,-748]],[[285654,401435],[-221,-442]],[[285433,400993],[-513,2542]],[[284920,403535],[-27,1753],[292,5146]],[[284920,403535],[-797,69]],[[284123,403604],[171,2561],[-558,2378],[253,1873]],[[284123,403604],[-2,-8]],[[284121,403596],[-805,-2420]],[[283316,401176],[-301,1526],[-310,355]],[[267132,406625],[-296,-2585]],[[266836,404040],[-607,26]],[[266229,404066],[40,3087],[-261,106]],[[192583,405610],[37,-825],[-294,-4891],[-129,-5401],[227,-2018],[156,-4770]],[[192580,387705],[-3568,0],[0,191]],[[189012,387896],[18,9718]],[[240872,408377],[-43,-5375]],[[240829,403002],[-232,408],[-163,-2184]],[[240434,401226],[-711,2931]],[[239723,404157],[-347,980],[-138,3338]],[[260549,405444],[-153,-1912]],[[260396,403532],[-746,-50]],[[259650,403482],[0,5417]],[[281744,408550],[-325,-479],[-251,-3773]],[[281168,404298],[-330,1391]],[[280838,405689],[-337,944]],[[245090,408151],[-786,-2744],[61,-2460]],[[244365,402947],[-779,381]],[[243586,403328],[8,5930]],[[254055,405974],[-144,-1904]],[[253911,404070],[-1278,-83]],[[252633,403987],[1,1350]],[[243586,403328],[-1650,162]],[[241936,403490],[26,4793]],[[270218,407376],[-23,-1681],[-315,124],[-26,-1652]],[[269854,404167],[-626,216],[-9,-491],[-644,-24]],[[268575,403868],[22,1865]],[[227843,407570],[-4,-4859]],[[227839,402711],[-1559,8]],[[226280,402719],[-6,4849]],[[232870,409170],[-17,-4355]],[[232853,404815],[-53,-3774]],[[232800,401041],[-1244,5]],[[231556,401046],[0,6507]],[[234155,406944],[373,-2132]],[[234528,404812],[-590,6]],[[233938,404818],[-1085,-3]],[[252633,403987],[0,-2970]],[[252633,401017],[-933,24]],[[251700,401041],[-932,31]],[[250768,401072],[0,2438]],[[279975,406978],[-539,-3798],[-360,-1739]],[[279076,401441],[-431,1393],[-382,286]],[[273339,407067],[-230,-1522]],[[273109,405545],[-695,-2161]],[[272414,403384],[-195,1249],[-314,-1223],[-55,-1445],[-293,114],[-131,-1044]],[[271426,401035],[10,997],[-367,905],[24,2459]],[[276404,405440],[-240,-950],[-479,-156]],[[275685,404334],[-828,1425]],[[259650,403482],[-372,-61]],[[259278,403421],[-462,-45]],[[258816,403376],[5,5435]],[[161949,404367],[-299,-280],[-426,-2782],[0,-3647]],[[161224,397658],[-376,-706]],[[160848,396952],[-363,-449],[-90,-981],[-129,6997]],[[258816,403376],[-362,-36]],[[258454,403340],[-695,149]],[[257759,403489],[-4,2280],[-152,-3]],[[282292,406200],[-394,-2354],[-185,-1907]],[[281713,401939],[-545,2359]],[[239723,404157],[-203,523],[-147,-1561],[-300,-406],[-194,-1441],[-195,1193]],[[238684,402465],[-29,-1189],[-453,360],[-301,-768]],[[237901,400868],[-2,5913]],[[241936,403490],[-12,-1887]],[[241924,401603],[-322,44]],[[241602,401647],[-773,1355]],[[256176,408318],[-109,-1613],[-6,-4868]],[[256061,401837],[-1014,8]],[[255047,401845],[202,1649],[0,2403]],[[256898,405827],[-7,-2443],[-310,8],[-2,-3248]],[[256579,400144],[-520,69]],[[256059,400213],[2,1624]],[[274510,405400],[-752,-2906]],[[273758,402494],[-136,1719],[-196,-664]],[[273426,403549],[-49,2100],[-268,-104]],[[246361,401187],[-1284,58],[-7,-1638],[-209,11]],[[244861,399618],[-414,50]],[[244447,399668],[-82,3279]],[[245762,404456],[468,-1904],[131,-1365]],[[264071,407989],[93,-711],[-59,-4822]],[[264105,402456],[-1299,240]],[[262806,402696],[11,4036]],[[265153,407611],[-83,-5848]],[[265070,401763],[-704,292]],[[264366,402055],[-261,401]],[[157159,404153],[-103,-1293],[316,-1811],[516,-796],[-42,-2231],[424,-2417]],[[158270,395605],[-153,-1117]],[[158117,394488],[-193,-2961],[-454,-702]],[[157470,390825],[-532,3403]],[[214801,407592],[7,-8099]],[[214808,399493],[2,-1604]],[[214810,397889],[-3111,-174]],[[211699,397715],[24,9830]],[[289029,404122],[-16,45]],[[289013,404167],[-11,65]],[[290551,403042],[-150,-2724]],[[290401,400318],[-533,654],[-508,1437],[-331,1713]],[[223174,407589],[-9,-8099]],[[223165,399490],[-1516,-10]],[[221649,399480],[-38,0]],[[221611,399480],[9,8096]],[[265463,401619],[-346,126]],[[265117,401745],[-47,18]],[[266229,404066],[-541,-2162],[-225,-285]],[[216641,407596],[-7,-8066]],[[216634,399530],[-241,-6]],[[216393,399524],[-1585,-31]],[[218505,407589],[-3,-8092]],[[218502,399497],[-253,0]],[[218249,399497],[-1615,33]],[[224726,407578],[-8,-6473]],[[224718,401105],[0,-1621]],[[224718,399484],[-1525,8]],[[223193,399492],[-28,-2]],[[220061,407575],[-7,-8104]],[[220054,399471],[-1552,26]],[[228984,407558],[-8,-6447]],[[228976,401111],[-4,-1634]],[[228972,399477],[-1137,-7]],[[227835,399470],[4,3241]],[[226280,402719],[-2,-1625]],[[226278,401094],[-1560,11]],[[221611,399480],[-1512,-5]],[[220099,399475],[-45,-4]],[[230035,407557],[-404,-3028],[468,-4114],[473,-185]],[[230572,400230],[-5,-2410],[-307,8]],[[230260,397828],[0,542],[-975,290],[5,2433],[-314,18]],[[207527,407549],[-7,-8122]],[[207520,399427],[-1032,5]],[[206488,399432],[-823,-3]],[[210162,407557],[-14,-13021],[-936,36]],[[209212,394572],[12,4830],[-1704,25]],[[231556,401046],[-18,-1625]],[[231538,399421],[-118,1200],[-442,280],[-406,-671]],[[211699,397715],[-29,-7916]],[[211670,389799],[2,-1622],[-925,-165]],[[210747,388012],[-1530,111]],[[209217,388123],[-5,6449]],[[205660,399429],[4,-8051]],[[205664,391378],[-1785,-68]],[[203879,391310],[176,2110],[-338,2531],[-236,-28],[-218,2136]],[[203263,398059],[20,4732],[134,1289]],[[271426,401035],[-87,-662]],[[271339,400373],[-1426,435]],[[269913,400808],[-59,3359]],[[187038,397857],[-586,-3353],[17,-2559],[-254,-958],[-384,92],[-188,-2026]],[[185643,389053],[-4276,11]],[[181367,389064],[0,1944]],[[280838,405689],[20,-2091],[-220,-1799],[43,-1667],[-291,-1467]],[[280390,398665],[-1091,2059],[-223,717]],[[235554,405506],[-2,-5520]],[[235552,399986],[-482,732]],[[235070,400718],[-348,1876],[57,1415],[-251,803]],[[262806,402696],[-686,37]],[[262120,402733],[-425,22],[-218,-746]],[[261477,402009],[-3,3444]],[[237901,400868],[-183,147],[-782,-1329]],[[236936,399686],[-300,1183]],[[236636,400869],[5,4610]],[[250768,401072],[-307,-8],[0,-3525]],[[250461,397539],[-935,2],[-151,-542]],[[249375,396999],[-164,-3]],[[249211,396996],[-7,9762]],[[249211,396996],[-1245,20]],[[247966,397016],[-6,4876]],[[247960,401892],[-16,4809]],[[164769,402898],[-1779,-16],[-231,-508],[-692,-3277],[-169,-1785],[-674,346]],[[247960,401892],[-463,-687],[1,-945],[-743,197],[-64,-1253]],[[246691,399204],[-29,5179]],[[268575,403868],[-39,-2983]],[[268536,400885],[-64,-729]],[[268472,400156],[-1582,537]],[[266890,400693],[-54,3347]],[[282590,402983],[-306,-3506]],[[282284,399477],[-571,2462]],[[195295,403841],[-25,-16136]],[[195270,387705],[-2690,0]],[[255047,401845],[-69,-1900]],[[254978,399945],[-895,326]],[[254083,400271],[-160,-18]],[[253923,400253],[-12,3817]],[[273426,403549],[-646,-1538]],[[272780,402011],[-366,1373]],[[257759,403489],[-152,-219],[7,-3170]],[[257614,400100],[-1035,44]],[[275685,404334],[85,-2807]],[[275770,401527],[-169,-2411]],[[275601,399116],[-203,-165]],[[275398,398951],[-825,1176]],[[274573,400127],[195,794],[-216,1514],[165,2569]],[[281713,401939],[-331,-4249]],[[281382,397690],[-453,-530]],[[280929,397160],[-54,1697],[-336,-1326],[-249,538]],[[280290,398069],[100,596]],[[236636,400869],[-257,453],[-437,-2067],[-407,-128]],[[235535,399127],[17,859]],[[261477,402009],[-400,-1353]],[[261077,400656],[-346,-1150],[-342,-59]],[[260389,399447],[7,4085]],[[276525,402592],[-354,-957],[-401,-108]],[[274573,400127],[-368,-1330]],[[274205,398797],[-236,255]],[[273969,399052],[-281,3046],[70,396]],[[233938,404818],[-18,-6982]],[[233920,397836],[-872,234]],[[233048,398070],[-272,169],[24,2802]],[[235070,400718],[-349,74],[-25,-3937]],[[234696,396855],[-411,-173]],[[234285,396682],[-361,-327],[-4,1481]],[[159472,402696],[-103,-2315],[298,-2192],[9,-2579]],[[159676,395610],[-1406,-5]],[[240434,401226],[-265,-1911],[27,-1099]],[[240196,398216],[-322,-2537]],[[239874,395679],[-1243,272]],[[238631,395951],[53,6514]],[[272780,402011],[-162,-1543]],[[272618,400468],[-357,-942],[-433,-2022]],[[271828,397504],[-465,1315]],[[271363,398819],[-24,1554]],[[246691,399204],[104,-2426],[318,-370]],[[247113,396408],[-268,-1767],[-327,1147]],[[246518,395788],[-157,5399]],[[269913,400808],[-106,32],[-45,-3310]],[[269762,397530],[-314,137]],[[269448,397667],[30,1913],[-311,800],[-631,505]],[[273969,399052],[-615,-1858]],[[273354,397194],[-359,392]],[[272995,397586],[-242,74],[-135,2808]],[[288046,402537],[11,-942]],[[288057,401595],[-639,-5]],[[287418,401590],[-372,-2533],[-163,577],[-139,-1617],[-138,1747],[461,4160],[775,51]],[[203263,398059],[-1079,33]],[[202184,398092],[232,2578],[24,2143],[167,939]],[[253923,400253],[-983,-53]],[[252940,400200],[-307,817]],[[266890,400693],[-89,-2651]],[[266801,398042],[-801,-648]],[[266e3,397394],[-555,16],[18,4209]],[[285902,401499],[-150,-622]],[[285752,400877],[-98,558]],[[285433,400993],[-397,-2058]],[[285036,398935],[-134,518]],[[284902,399453],[-167,-26],[-614,4169]],[[199808,403832],[101,-2046]],[[199909,401786],[-296,-714]],[[199613,401072],[-737,-3251],[-270,662],[-334,-354],[-440,-2814],[-665,-1480],[1,-2999]],[[197168,390836],[-2,-3131],[-1896,0]],[[202184,398092],[-58,-1116]],[[202126,396976],[-415,809],[-150,-1174],[-541,1039],[-198,1577],[-600,-2],[-313,2561]],[[289289,396094],[-480,-882],[-190,-1251],[-469,-135]],[[288150,393826],[-70,5854]],[[288080,399680],[-23,1915]],[[288726,403782],[311,-1995],[21,-3695],[231,-1998]],[[258454,403340],[32,-5425],[144,8]],[[258630,397923],[2,-1078]],[[258632,396845],[-1016,28]],[[257616,396873],[-2,3227]],[[260389,399447],[-315,-33],[3,-1128]],[[260077,398286],[-173,-511],[-611,176]],[[259293,397951],[-15,5470]],[[244447,399668],[-615,99],[-12,-1654]],[[243820,398113],[-1328,97]],[[242492,398210],[16,3269],[-584,124]],[[284902,399453],[-317,-3074]],[[284585,396379],[-327,-588]],[[284258,395791],[-575,2284]],[[283683,398075],[-376,337],[-185,1327],[194,1437]],[[259293,397951],[-663,-28]],[[241246,396473],[-791,166],[-259,1577]],[[241602,401647],[-356,-5174]],[[279076,401441],[-306,-3713],[122,-2044],[-246,-2142]],[[278646,393542],[-601,2684]],[[278045,396226],[-22,130]],[[278023,396356],[164,2029],[-157,242],[174,1961],[-541,56]],[[291123,402398],[69,-689],[-433,-4685],[-217,-1125],[-299,-2],[197,2821],[-39,1600]],[[283683,398075],[-584,-3904]],[[283099,394171],[-333,1776]],[[282766,395947],[-855,1322]],[[281911,397269],[373,2208]],[[164778,400098],[2,-985]],[[164780,399113],[3,-842]],[[164783,398271],[-389,10],[-272,-829],[-495,64],[-430,-2100],[-547,1772],[-795,-2034],[-254,-3502]],[[161601,391652],[-950,430]],[[160651,392082],[48,3551],[149,1319]],[[264366,402055],[-167,-4639]],[[264199,397416],[-520,1367]],[[263679,398783],[-327,-384]],[[263352,398399],[-336,1361],[-212,-782]],[[262804,398978],[2,3718]],[[262120,402733],[-187,-6686]],[[261933,396047],[-9,-343]],[[261924,395704],[-187,-294]],[[261737,395410],[-674,-15]],[[261063,395395],[14,5261]],[[262804,398978],[-161,-1387]],[[262643,397591],[-710,-1544]],[[227835,399470],[-1,-3241]],[[227834,396229],[-1551,10]],[[226283,396239],[-5,4855]],[[160651,392082],[-328,7]],[[160323,392089],[-249,595],[-92,1588],[-306,1338]],[[276764,401307],[-43,-2135]],[[276721,399172],[-197,-2650],[-527,-489]],[[275997,396033],[78,1671],[-474,1412]],[[238631,395951],[-2,-269]],[[238629,395682],[-940,177],[-5,-542],[-774,158]],[[236910,395475],[26,4211]],[[278023,396356],[-421,199],[-771,1158],[-110,1459]],[[264942,392757],[-495,1045]],[[264447,393802],[-4,881]],[[264443,394683],[-244,2733]],[[265117,401745],[-175,-8988]],[[281911,397269],[-117,-636]],[[281794,396633],[-412,1057]],[[247966,397016],[-356,-13],[-7,-1413]],[[247603,395590],[-490,818]],[[286601,396690],[-270,-2438],[180,3428],[90,-990]],[[288080,399680],[-243,-645],[-318,-3541]],[[287519,395494],[-452,119]],[[287067,395613],[-237,-813],[-18,1649],[166,2200],[440,2941]],[[256059,400213],[0,-4914]],[[256059,395299],[-785,-99]],[[255274,395200],[-296,4745]],[[202126,396976],[391,-1636],[384,-265],[-241,-1239],[-125,-2430],[202,-1122],[70,-1956],[300,-2059]],[[203107,386269],[-2100,52],[-1,-5185]],[[201006,381136],[-1582,2]],[[199424,381138],[-184,2879]],[[199240,384017],[376,1],[-3,6826]],[[199613,390844],[0,10228]],[[266e3,397394],[-90,-7128]],[[265910,390266],[-554,2430]],[[265356,392696],[-414,61]],[[242492,398210],[-119,-2235],[32,-2529],[-220,-3074]],[[242185,390372],[-394,741],[-91,1045]],[[241700,392158],[-289,3405]],[[241411,395563],[-165,910]],[[166041,398612],[-586,525],[-675,-24]],[[280290,398069],[-483,-2836],[-192,-318],[-231,-2313]],[[279384,392602],[-347,1620],[-177,-1641]],[[278860,392581],[-214,961]],[[285904,391677],[-438,651]],[[285466,392328],[40,2580],[-96,1946],[-374,2081]],[[285752,400877],[17,-34]],[[285769,400843],[123,37]],[[285892,400880],[302,-2195],[-274,-289],[359,-1162],[-397,-2847],[22,-2710]],[[236910,395475],[-14,-1566]],[[236896,393909],[-1362,260]],[[235534,394169],[1,3667]],[[235535,397836],[0,1291]],[[246518,395788],[-459,-1047],[-357,-130]],[[245702,394611],[-426,36],[-426,2233]],[[244850,396880],[11,2738]],[[230260,397828],[-3,-3239]],[[230257,394589],[-1081,7]],[[229176,394596],[-204,1767],[0,3114]],[[199613,390844],[-2445,-8]],[[226283,396239],[-1,-1625]],[[226282,394614],[-1549,-5]],[[224733,394609],[-15,4875]],[[233048,398070],[-2,-3479]],[[233046,394591],[-1241,3]],[[231805,394594],[-1,4258],[-266,569]],[[251700,401041],[-3,-5671],[315,56]],[[252012,395426],[-4,-1645]],[[252008,393781],[-1234,-55],[-1,-1621]],[[250773,392105],[-323,107]],[[250450,392212],[11,5327]],[[252940,400200],[-3,-4846]],[[252937,395354],[-925,72]],[[231805,394594],[2,-2436]],[[231807,392158],[-1134,-2]],[[230673,392156],[-105,1611],[-311,822]],[[269448,397667],[-55,-3546],[-336,-2]],[[269057,394119],[-207,85]],[[268850,394204],[-308,109],[-130,1734]],[[268412,396047],[60,4109]],[[270916,394754],[20,1086],[-281,1702],[-269,-1234]],[[270386,396308],[9,758],[-633,464]],[[271363,398819],[-98,-3218],[-349,-847]],[[235535,397836],[-738,278],[-101,-1259]],[[268412,396047],[-1128,225],[-164,1037]],[[267120,397309],[-319,733]],[[261063,395395],[-665,-1817]],[[260398,393578],[-311,-147]],[[260087,393431],[-10,4855]],[[272995,397586],[-322,-2153]],[[272673,395433],[-626,51]],[[272047,395484],[-219,2020]],[[255274,395200],[-23,-931]],[[255251,394269],[-1050,-45]],[[254201,394224],[-106,0]],[[254095,394224],[-12,6047]],[[254095,394224],[-871,-49]],[[253224,394175],[-287,84],[0,1095]],[[257616,396873],[-2,-1632]],[[257614,395241],[-617,-10]],[[256997,395231],[-542,-4]],[[256455,395227],[-396,72]],[[275398,398951],[-49,-2705],[-193,-1560],[-17,-2747]],[[275139,391939],[-179,223]],[[274960,392162],[-177,2249],[-237,821]],[[274546,395232],[-309,1940],[-32,1625]],[[178718,391008],[0,-11659],[-2488,-10],[-9,-22498]],[[176221,356841],[9,-15660]],[[176230,341181],[-3544,18062]],[[172686,359243],[1,19187],[-1464,8789]],[[171223,387219],[-1407,8282],[-2,1512],[924,1373]],[[244850,396880],[-2,-2773],[-421,28],[-7,-2523]],[[244420,391612],[-356,-627],[-262,515]],[[243802,391500],[-20,-7]],[[243782,391493],[38,6620]],[[263352,398399],[22,-5065]],[[263374,393334],[-124,-465]],[[263250,392869],[-377,1491]],[[262873,394360],[-210,810]],[[262663,395170],[-20,2421]],[[288150,393826],[43,-3599]],[[288193,390227],[-151,927],[-491,-152]],[[287551,391002],[-166,1427],[180,785]],[[287565,393214],[-46,2280]],[[218249,399497],[-18,-8071]],[[218231,391426],[-863,14]],[[217368,391440],[-992,-7]],[[216376,391433],[17,8091]],[[216376,391433],[-231,-10]],[[216145,391423],[-1332,-39]],[[214813,391384],[-3,6505]],[[223193,399492],[-14,-8122]],[[223179,391370],[-1512,-4]],[[221667,391366],[-36,-1]],[[221631,391365],[18,8115]],[[220099,399475],[-16,-8095]],[[220083,391380],[-260,15]],[[219823,391395],[-1228,34]],[[218595,391429],[-364,-3]],[[229176,394596],[-104,-1079],[-8,-3775]],[[229064,389742],[-1230,0]],[[227834,389742],[0,6487]],[[224733,394609],[-4,-3237]],[[224729,391372],[-1523,-3]],[[223206,391369],[-27,1]],[[221631,391365],[-1548,15]],[[285466,392328],[-31,-1556]],[[285435,390772],[-7,-2276]],[[285428,388496],[-134,1401],[-606,809],[-230,-837],[-81,1376]],[[284377,391245],[169,2219]],[[284546,393464],[298,1555],[-259,1360]],[[206488,399432],[13,-4858],[-121,-1295],[371,-47],[-10,-2736]],[[206741,390496],[-830,-42],[-247,924]],[[209217,388123],[-2473,-52]],[[206744,388071],[-3,2425]],[[264443,394683],[-524,-1280]],[[263919,393403],[-110,901],[24,2588],[-154,1891]],[[278045,396226],[-294,-515],[-232,-1658],[80,-1120],[-325,-2167]],[[277274,390766],[-416,1407],[-243,-3513],[-463,-1711],[-244,275],[-358,-1593]],[[275550,385631],[171,2537],[-267,3168]],[[275454,391336],[428,949],[115,3748]],[[166656,388375],[-699,3239]],[[165957,391614],[-901,4159]],[[165056,395773],[-269,1240],[-4,1258]],[[275454,391336],[-315,603]],[[274546,395232],[-268,-471],[-788,-2996]],[[273490,391765],[-200,1393],[150,994],[-86,3042]],[[280929,397160],[39,-1197],[-240,-2110]],[[280728,393853],[-452,-1704],[-259,-2493]],[[280017,389656],[-633,2946]],[[263919,393403],[-308,-257]],[[263611,393146],[-237,188]],[[272047,395484],[-122,-4567],[68,-1111]],[[271993,389806],[-308,-1084],[-178,1340]],[[271507,390062],[-213,1013]],[[271294,391075],[-378,3679]],[[171223,387219],[-1840,-10801],[-214,48]],[[169169,376466],[-2031,9652]],[[260087,393431],[-260,-1361]],[[259827,392070],[-266,627],[-811,-80]],[[258750,392617],[-16,4231],[-102,-3]],[[234285,396682],[0,-4534]],[[234285,392148],[-1239,4]],[[233046,392152],[0,2439]],[[165056,395773],[67,-1276],[-536,-3016]],[[164587,391481],[-681,-2964],[-867,-752],[-370,962],[-735,-860]],[[161934,387867],[-256,3852],[-77,-67]],[[243782,391493],[-600,-672],[-237,-1354]],[[242945,389467],[-301,-676],[-459,1581]],[[241411,395563],[-330,-4505],[-622,73]],[[240459,391131],[-612,170]],[[239847,391301],[27,4378]],[[284258,395791],[-146,-762]],[[284112,395029],[62,-330]],[[284174,394699],[109,-599]],[[284283,394100],[166,-999]],[[284449,393101],[22,-1315],[-319,-1468],[-235,541]],[[283917,390859],[-818,3312]],[[203879,391310],[232,-1351],[-63,-2148],[-283,-1101]],[[203765,386710],[-658,-441]],[[235534,394169],[-3,-2030]],[[235531,392139],[-1246,9]],[[267120,397309],[10,-7398]],[[267130,389911],[-689,1520],[-363,-1183]],[[266078,390248],[-168,18]],[[189012,387896],[-1284,-154]],[[187728,387742],[-2094,148]],[[185634,387890],[9,1163]],[[214813,391384],[1,-1534]],[[214814,389850],[-3144,-51]],[[273490,391765],[-131,-932]],[[273359,390833],[-145,-1041]],[[273214,389792],[-209,606],[-29,1581],[-303,3454]],[[281794,396633],[-352,-2134]],[[281442,394499],[-181,-1569],[-249,-398]],[[281012,392532],[-284,1321]],[[270386,396308],[-126,-2312],[-210,-922],[124,-3421],[-112,-240]],[[270062,389413],[-201,-166]],[[269861,389247],[-208,45],[20,1691],[-328,121],[-31,1670],[-276,128],[19,1217]],[[262663,395170],[-751,43],[12,491]],[[271294,391075],[-509,-438],[-303,-919],[26,-2485]],[[270508,387233],[-446,2180]],[[250450,392212],[-956,23]],[[249494,392235],[-119,4764]],[[268850,394204],[-252,-4689],[-210,-491]],[[268388,389024],[-201,3414],[-398,-533]],[[267789,391905],[-350,-1991],[-309,-3]],[[282766,395947],[-168,-2056],[513,-5136]],[[283111,388755],[-288,-2729]],[[282823,386026],[-280,58],[-558,5269]],[[281985,391353],[-543,3146]],[[249494,392235],[6,-1626],[-311,-14]],[[249189,390595],[-1322,101]],[[247867,390696],[42,2085]],[[247909,392781],[135,617]],[[248044,393398],[6,862],[-447,1330]],[[245702,394611],[-17,-6019]],[[245685,388592],[-299,1157],[-435,348],[-393,1319]],[[244558,391416],[-138,196]],[[284546,393464],[-223,1829]],[[284323,395293],[-65,498]],[[258750,392617],[-93,-1410]],[[258657,391207],[-1043,-28]],[[257614,391179],[0,4062]],[[248044,393398],[-494,1528],[-406,-1104],[-259,-2536],[-553,-983]],[[246332,390303],[-515,-1949],[-132,238]],[[289289,396094],[351,-2735],[270,-53],[-16,-3322],[132,-3186]],[[290026,386798],[-57,0]],[[289969,386798],[-44,0]],[[289925,386798],[-712,13]],[[289213,386811],[-982,153],[-22,1873]],[[288209,388837],[-16,1390]],[[227834,389742],[-1541,10]],[[226293,389752],[-11,4862]],[[278860,392581],[-466,-5287]],[[278394,387294],[-254,-1223]],[[278140,386071],[-449,839],[-166,1723],[-310,768]],[[277215,389401],[59,1365]],[[239847,391301],[-20,-3034]],[[239827,388267],[-622,98],[-4,-541],[-615,114]],[[238586,387938],[4,815]],[[238590,388753],[39,6929]],[[287565,393214],[-230,-1318],[167,-933],[-195,-1781],[-402,1979],[-480,1174],[215,1900],[256,-1835],[-68,1744],[239,1469]],[[283917,390859],[-162,-3064]],[[283755,387795],[-414,1424],[-230,-464]],[[273214,389792],[-307,-1569]],[[272907,388223],[-755,413],[-159,1170]],[[238590,388753],[-1541,208]],[[237049,388961],[-153,25],[0,4923]],[[284458,394060],[-175,40]],[[284174,394699],[-62,330]],[[284323,395293],[135,-1233]],[[165957,391614],[-111,-1812],[217,-2118],[-268,-3202]],[[165795,384482],[-318,1675],[-351,-1063],[-392,1451]],[[164734,386545],[-147,1347]],[[164587,387892],[0,3589]],[[262873,394360],[-58,-1367],[-578,-418]],[[262237,392575],[-496,-1308]],[[261741,391267],[-4,4143]],[[241700,392158],[-280,-5796]],[[241420,386362],[-362,56]],[[241058,386418],[-603,3090],[4,1623]],[[160323,392089],[-77,-1062],[333,-1452],[-117,-1633],[135,-802],[-46,-1999],[-216,-908]],[[160335,384233],[-267,44],[0,3908],[-681,143],[-458,-370]],[[158929,387958],[0,-4]],[[158929,387958],[-514,6077],[-298,453]],[[261741,391267],[-366,837]],[[261375,392104],[-331,-489],[66,-2303]],[[261110,389312],[-395,371]],[[260715,389683],[-3,1350],[-313,1080],[-1,1465]],[[253224,394175],[-108,-3960],[133,-658]],[[253249,389557],[-1250,128]],[[251999,389685],[9,4096]],[[256455,395227],[-410,-1812],[-93,-2129],[104,-2737]],[[256056,388549],[-615,-232]],[[255441,388317],[-297,-785]],[[255144,387532],[-486,-1420]],[[254658,386112],[-34,905],[308,954],[-17,1005]],[[254915,388976],[435,3214],[-99,2079]],[[257614,391179],[2,-2983]],[[257616,388196],[-674,-391]],[[256942,387805],[55,7426]],[[256942,387805],[-413,171]],[[256529,387976],[-473,573]],[[274960,392162],[-143,-1744],[-396,-2216]],[[274421,388202],[-376,577],[-266,-940]],[[273779,387839],[-420,2994]],[[247909,392781],[-238,-998],[-192,-2324],[175,-1160]],[[247654,388299],[-24,-168]],[[247630,388131],[-211,-2528]],[[247419,385603],[-176,2124],[-512,9],[-410,-650]],[[246321,387086],[11,3217]],[[264517,389239],[-698,-957]],[[263819,388282],[-57,221]],[[263762,388503],[-151,4643]],[[264447,393802],[70,-4563]],[[230673,392156],[-3,-4046]],[[230670,388110],[-1298,15]],[[229372,388125],[-307,-1],[-1,1618]],[[226293,389752],[2,-1622]],[[226295,388130],[-1550,-17]],[[224745,388113],[-16,3259]],[[233046,392152],[-20,-5676]],[[233026,386476],[-1232,4]],[[231794,386480],[13,5678]],[[158929,387954],[-62,-1644],[169,-2032],[-399,3],[-19,-2538],[-216,-434]],[[158402,381309],[-24,5]],[[158378,381314],[-291,-21]],[[158087,381293],[-3,45]],[[158084,381338],[140,477],[-107,2272],[-522,4538],[-125,2200]],[[281985,391353],[-669,-3258],[-157,217]],[[281159,388312],[-296,1764]],[[280863,390076],[149,2456]],[[263250,392869],[-350,-1063]],[[262900,391806],[-413,-1090]],[[262487,390716],[-250,1859]],[[158084,381338],[-237,-853],[-152,859]],[[157695,381344],[-539,908],[-435,1971],[-296,-310]],[[156425,383913],[-353,2861],[-569,2152],[-557,3778]],[[254915,388976],[-726,35]],[[254189,389011],[12,5213]],[[280017,389656],[-138,-1763],[572,-1648]],[[280451,386245],[-493,-2674]],[[279958,383571],[-240,-1325]],[[279718,382246],[-1324,5048]],[[254189,389011],[-119,3]],[[254070,389014],[-537,-21]],[[253533,388993],[-284,564]],[[269861,389247],[-95,-2476],[-512,-708]],[[269254,386063],[-253,186]],[[269001,386249],[-194,1565]],[[268807,387814],[-419,1210]],[[237049,388961],[-4,-2241]],[[237045,386720],[-1525,568]],[[235520,387288],[11,4851]],[[280863,390076],[-319,-2827]],[[280544,387249],[-93,-1004]],[[260715,389683],[-623,-25],[-151,-811]],[[259941,388847],[-106,262],[-8,2961]],[[265356,392696],[-244,-3246]],[[265112,389450],[-475,-738]],[[264637,388712],[-120,527]],[[251999,389685],[-2,-2447]],[[251997,387238],[-1241,-17]],[[250756,387221],[2,543]],[[250758,387764],[15,4341]],[[263762,388503],[-226,-927]],[[263536,387576],[-64,-376]],[[263472,387200],[-541,2720],[-31,1886]],[[259941,388847],[-406,-1355],[-4,-1306]],[[259531,386186],[-106,-8]],[[259425,386178],[-618,89]],[[258807,386267],[-150,4]],[[258657,386271],[0,4936]],[[247867,390696],[-213,-2397]],[[285904,391677],[33,-3347],[377,-2748],[-110,-1238],[-607,2727],[-162,3701]],[[266078,390248],[8,-2072]],[[266086,388176],[-605,-1279],[-198,665]],[[265283,387562],[-171,1888]],[[262487,390716],[-392,-1207]],[[262095,389509],[-262,-210]],[[261833,389299],[-458,2805]],[[268807,387814],[-424,-2456]],[[268383,385358],[-426,367],[-546,2055]],[[267411,387780],[397,3341],[-19,784]],[[250758,387764],[-457,107]],[[250301,387871],[-488,-745],[-369,60],[-248,-998]],[[249196,386188],[-7,4407]],[[277215,389401],[-117,-2971],[-334,-2300],[41,-777]],[[276805,383353],[-350,-1565],[-111,-2182]],[[276344,379606],[-848,-338],[-274,1261],[9,2076]],[[275231,382605],[22,2224],[297,802]],[[242945,389467],[-266,-2385],[-345,60],[127,-1459],[-203,-1038]],[[242258,384645],[-596,107],[14,1563],[-256,47]],[[231794,386480],[-23,-4900]],[[231771,381580],[-1110,51]],[[230661,381631],[9,6479]],[[234285,392148],[-26,-6491]],[[234259,385657],[-1233,6]],[[233026,385663],[0,813]],[[235520,387288],[0,-1654]],[[235520,385634],[-1261,23]],[[275231,382605],[-213,772]],[[275018,383377],[-482,1699],[-115,3126]],[[161934,387867],[6,-3922]],[[161940,383945],[-1040,-1303],[-210,591],[-282,-2812]],[[160408,380421],[-311,-431],[76,1800]],[[160173,381790],[162,2443]],[[261833,389299],[-405,-1730]],[[261428,387569],[-332,583]],[[261096,388152],[14,1160]],[[263472,387200],[-446,-2246]],[[263026,384954],[-363,80]],[[262663,385034],[-258,1506],[-110,2136],[-200,833]],[[267411,387780],[-197,-1449],[23,-1521],[-313,-464]],[[266924,384346],[-311,1158]],[[266613,385504],[-354,897],[-173,1775]],[[244558,391416],[4,-9113]],[[244562,382303],[-467,23],[2,-1088]],[[244097,381238],[-267,17]],[[243830,381255],[-40,2514]],[[243790,383769],[12,7731]],[[169169,376466],[1659,-8029]],[[170828,368437],[-2625,-35]],[[168203,368402],[-689,2284]],[[167514,370686],[-267,2691],[-422,166]],[[166825,373543],[187,2774],[-290,1077],[-121,2597],[-312,216],[-475,1906],[-19,2369]],[[246321,387086],[-122,-4889]],[[246199,382197],[-880,-1]],[[245319,382196],[-757,107]],[[243790,383769],[-1536,69]],[[242254,383838],[4,807]],[[164587,387892],[-720,-834],[-259,133],[-515,-1390],[-61,-1062],[-1009,-2141]],[[162023,382598],[-83,1347]],[[288209,388837],[-340,-1484],[-14,-1069]],[[287855,386284],[-365,-3226],[-285,1002],[9,-1396],[-759,4562],[218,1227],[-54,1256],[301,244],[335,-1096],[296,2145]],[[218595,391429],[0,-8114]],[[218595,383315],[-1157,7]],[[217438,383322],[-63,-1]],[[217375,383321],[-7,8119]],[[219823,391395],[8,-8114]],[[219831,383281],[-1236,34]],[[216145,391423],[-1,-8126]],[[216144,383297],[-1330,-14]],[[214814,383283],[1,118]],[[214815,383401],[-1,6449]],[[217375,383321],[-1161,-23]],[[216214,383298],[-70,-1]],[[282823,386026],[45,-780]],[[282868,385246],[-236,-135]],[[282632,385111],[-191,603],[-899,-1519]],[[281542,384195],[7,1473],[-390,2644]],[[221667,391366],[1,-6464]],[[221668,384902],[2,-1623]],[[221670,383279],[-1791,1]],[[219879,383280],[-48,1]],[[241058,386418],[-180,-1533],[-17,-2354]],[[240861,382531],[-193,-605],[-544,142],[-327,1182]],[[239797,383250],[30,5017]],[[224745,388113],[2,-4860]],[[224747,383253],[-1206,6]],[[223541,383259],[-334,2],[0,1622]],[[223207,384883],[-1,6486]],[[206744,388071],[3,-4865],[-303,-5]],[[206444,383201],[-2083,130]],[[204361,383331],[-596,3379]],[[223207,384883],[-1539,19]],[[285428,388496],[2,-844]],[[285430,387652],[-211,220],[-263,-2218]],[[284956,385654],[81,-2289],[-234,434],[-329,2869],[-459,-1569],[-187,2281],[549,3865]],[[258657,386271],[-1,-537],[-1038,13]],[[257618,385747],[-2,2449]],[[270898,384461],[-214,-1052],[-154,1960]],[[270530,385369],[-22,1864]],[[271507,390062],[-150,-656],[68,-2319],[-484,-1260],[-43,-1366]],[[181367,389064],[0,-7900]],[[181367,381164],[-7,-10123]],[[181360,371041],[4,-11253]],[[181364,359788],[2,-2927]],[[181366,356861],[-1984,13],[0,178],[-2727,-7],[-434,-204]],[[199240,384017],[-2,565],[-1384,-11],[128,-1422],[415,-674],[-79,-1241]],[[198318,381234],[-2999,12]],[[195319,381246],[-49,6459]],[[273779,387839],[177,-533],[-261,-1185],[-892,-2812]],[[272803,383309],[-146,3878],[250,1036]],[[249196,386188],[3,-3707]],[[249199,382481],[-545,27]],[[248654,382508],[-40,1621],[-342,19],[-642,3983]],[[281542,384195],[-437,-1435],[-99,693]],[[281006,383453],[-396,1782],[-66,2014]],[[272803,383309],[-1,-6]],[[272802,383303],[-272,-1508],[-143,-3971]],[[272387,377824],[-212,340]],[[272175,378164],[-165,2328],[-356,2011],[-528,-202]],[[271126,382301],[46,1976],[-274,184]],[[214815,383401],[-1944,-34]],[[212871,383367],[-1832,-28]],[[211039,383339],[-284,-8]],[[210755,383331],[-8,4681]],[[227834,389742],[0,-8111]],[[227834,381631],[-920,3]],[[226914,381634],[-613,-2]],[[226301,381632],[-6,6498]],[[229372,388125],[-59,-8133]],[[229313,379992],[-869,39]],[[228444,380031],[-2,1618],[-608,-18]],[[265283,387562],[-139,-989]],[[265144,386573],[-341,379]],[[264803,386952],[-166,1760]],[[253533,388993],[-9,-5827]],[[253524,383166],[-612,-14]],[[252912,383152],[-924,24]],[[251988,383176],[9,4062]],[[261096,388152],[-573,-2670]],[[260523,385482],[-285,-2089],[-141,377]],[[260097,383770],[-46,2157],[-520,259]],[[270530,385369],[-363,-645],[-243,-2058]],[[269924,382666],[-670,3397]],[[262663,385034],[-353,-388]],[[262310,384646],[-796,417]],[[261514,385063],[-86,2506]],[[278140,386071],[-341,-3644],[-207,-671]],[[277592,381756],[-787,1597]],[[283755,387795],[-68,-3119]],[[283687,384676],[-6,-1714]],[[283681,382962],[-121,26]],[[283560,382988],[-214,707]],[[283346,383695],[-232,459]],[[283114,384154],[-246,1092]],[[264803,386952],[-255,-1635]],[[264548,385317],[-418,-1608],[-274,-40]],[[263856,383669],[-44,1680],[-276,2227]],[[185634,387890],[509,-3310],[-59,-2002],[-242,-1389]],[[185842,381189],[-97,-48]],[[185745,381141],[-4378,23]],[[254070,389014],[36,-2007],[-137,-3775]],[[253969,383232],[-445,-66]],[[254658,386112],[-463,-2723],[-218,-213]],[[253977,383176],[-8,56]],[[238586,387938],[-30,-5629]],[[238556,382309],[-1467,73]],[[237089,382382],[-71,8],[27,4330]],[[289213,386811],[95,-1816],[-160,-1192],[-692,-216]],[[288456,383587],[-506,-230]],[[287950,383357],[-283,-697],[-32,1164],[220,2460]],[[275018,383377],[-768,-3505],[-473,452]],[[273777,380324],[-279,2237],[-256,-553],[-440,1295]],[[256529,387976],[-3,-5248]],[[256526,382728],[-678,251]],[[255848,382979],[2,2497],[-255,-92],[-154,2933]],[[158378,381314],[146,-1464],[-437,1443]],[[160173,381790],[-408,-2224],[-354,-188],[-351,1518],[-215,-1698],[-283,502],[-160,1609]],[[239797,383250],[35,-3689]],[[239832,379561],[-1222,173]],[[238610,379734],[-54,2575]],[[255848,382979],[-1,-825],[-418,-677]],[[255429,381477],[-616,58]],[[254813,381535],[-309,1118],[-517,34]],[[253987,382687],[-10,489]],[[257618,385747],[6,-2451]],[[257624,383296],[-312,-1080]],[[257312,382216],[-630,-29]],[[256682,382187],[-156,541]],[[266613,385504],[-146,-2035],[-362,-1580]],[[266105,381889],[-246,1825],[-347,209]],[[265512,383923],[-368,2650]],[[261514,385063],[-513,-1353]],[[261001,383710],[-478,1772]],[[230661,381631],[-3,-1635],[-459,10]],[[230199,380006],[-886,-14]],[[209217,388123],[-12,-6998]],[[209205,381125],[-8,-7666]],[[209197,373459],[-808,1541]],[[208389,375e3],[-823,1546],[-1023,-359],[-102,637]],[[206441,376824],[3,6377]],[[210755,383331],[-21,-1721],[-306,-20],[0,-1082],[-596,-8],[-593,529]],[[209239,381029],[-34,96]],[[226301,381632],[-1535,-18]],[[224766,381614],[-19,1639]],[[248654,382508],[-383,35],[1,-1620],[-477,-883]],[[247795,380040],[-127,736]],[[247668,380776],[-303,1892],[54,2935]],[[250756,387221],[-8,-4860]],[[250748,382361],[-1241,119]],[[249507,382480],[-308,1]],[[285430,387652],[553,-2587],[494,-4061],[-10,-1655],[-344,2010],[-710,2346],[-112,-1069],[-345,3018]],[[164734,386545],[-434,-1184],[-950,-7856],[-382,-2239]],[[162968,375266],[-758,4581]],[[162210,379847],[-187,2751]],[[187728,387742],[-228,-1434],[16,-5094]],[[187516,381214],[-1674,-25]],[[192580,387705],[27,-2493],[351,-3273],[-106,-713]],[[192852,381226],[-4142,-34],[-1194,22]],[[247668,380776],[-455,-1591]],[[247213,379185],[-466,-722],[-158,1359]],[[246589,379822],[-390,2375]],[[268978,383008],[-530,-70]],[[268448,382938],[-65,2420]],[[269001,386249],[-23,-3241]],[[268448,382938],[-363,-1281]],[[268085,381657],[-378,305],[-289,1389],[-223,-1372]],[[267195,381979],[-271,2367]],[[195319,381246],[2,-5061]],[[195321,376185],[-5,-7382]],[[195316,368803],[-5,-9039]],[[195311,359764],[-2662,-21]],[[192649,359743],[-2090,97]],[[190559,359840],[-1844,-32]],[[188715,359808],[653,1884],[604,385],[346,3275],[287,901],[-33,1956],[278,1645]],[[190850,369854],[446,2473],[227,3835],[527,220],[571,4056],[231,788]],[[263856,383669],[113,-1403]],[[263969,382266],[-621,-1698]],[[263348,380568],[-281,1465]],[[263067,382033],[-41,2921]],[[281006,383453],[-231,-1615]],[[280775,381838],[-817,1733]],[[279718,382246],[-89,-2346],[-162,-617]],[[279467,379283],[-168,-1840],[-296,-1251],[-422,177]],[[278581,376369],[-906,3632]],[[277675,380001],[127,1436],[-210,319]],[[251988,383176],[-8,-2447]],[[251980,380729],[-1183,-9]],[[250797,380720],[-49,1641]],[[237089,382382],[-24,-3302]],[[237065,379080],[-1548,436]],[[235517,379516],[3,6118]],[[172686,359243],[-1858,9194]],[[265512,383923],[-362,-1946]],[[265150,381977],[-326,1245],[-276,2095]],[[204361,383331],[336,-2212],[254,-3271],[312,-1387]],[[205263,376461],[44,-2691]],[[205307,373770],[-1620,-57]],[[203687,373713],[-1526,-10],[-2,1613],[-297,15]],[[201862,375331],[0,678],[-568,1790],[-287,-220]],[[201007,377579],[-1,3557]],[[289111,378680],[-677,-384]],[[288434,378296],[-6,32]],[[288428,378328],[-108,834],[337,902],[-201,3523]],[[289925,386798],[-186,-3801],[-305,-810],[-323,-3507]],[[166825,373543],[-110,722]],[[166715,374265],[-627,2326],[-335,-1722],[-420,-936],[-390,89],[-379,1183],[-853,-3610]],[[163711,371595],[-743,3671]],[[233026,385663],[-31,-6553]],[[232995,379110],[-1225,36]],[[231770,379146],[1,2434]],[[242254,383838],[30,-5137]],[[242284,378701],[-616,91]],[[241668,378792],[-306,22],[-345,3550],[-156,167]],[[258807,386267],[-62,-3640],[-147,-849]],[[258598,381778],[-366,-1124]],[[258232,380654],[2,1594],[-309,13],[3,1094],[-304,-59]],[[259425,386178],[1,-1624],[368,-2837]],[[259794,381717],[-134,-3193]],[[259660,378524],[-140,-131]],[[259520,378393],[-503,215],[-244,853],[-175,2317]],[[269924,382666],[-59,-1571],[261,-1815],[-318,-1930]],[[269808,377350],[-304,-1659]],[[269504,375691],[-230,1692]],[[269274,377383],[-144,2308],[-237,1273],[85,2044]],[[260097,383770],[-303,-2053]],[[284512,383385],[-92,-1945]],[[284420,381440],[-8,-27]],[[284412,381413],[-144,-224]],[[284268,381189],[-437,1843],[-150,-70]],[[283687,384676],[250,-96],[535,1272],[40,-2467]],[[267195,381979],[-57,-1464]],[[267138,380515],[-472,-1482]],[[266666,379033],[-181,318]],[[266485,379351],[-380,2538]],[[282632,385111],[-701,-4528]],[[281931,380583],[-408,650],[-297,-356]],[[281226,380877],[-451,961]],[[234259,385657],[-34,-6557]],[[234225,379100],[-1230,10]],[[235517,379516],[0,-428]],[[235517,379088],[-1292,12]],[[261001,383710],[173,-405],[-53,-2162]],[[261121,381143],[-14,-546]],[[261107,380597],[-355,-820],[-434,244],[-629,-1650]],[[259689,378371],[-29,153]],[[283114,384154],[232,-459]],[[283560,382988],[-758,-4755]],[[282802,378233],[-126,314]],[[282676,378547],[-383,1648],[-362,388]],[[271126,382301],[-263,-1063],[-13,-2367]],[[270850,378871],[-720,-941]],[[270130,377930],[-322,-580]],[[263067,382033],[-389,-1467]],[[262678,380566],[-442,233]],[[262236,380799],[74,3847]],[[265150,381977],[-286,-1440]],[[264864,380537],[-573,-892]],[[264291,379645],[-263,850],[-59,1771]],[[262236,380799],[-219,-1712]],[[262017,379087],[-896,2056]],[[223541,383259],[-1,-4853],[-304,-4]],[[223236,378402],[-914,9],[-1,1610],[-610,3]],[[221711,380024],[-41,3255]],[[199424,381138],[158,-1618],[-158,-1773]],[[199424,377747],[-472,-1110]],[[198952,376637],[-30,888],[-421,1384],[24,1647],[-207,678]],[[157695,381344],[162,-972],[-41,-3299],[179,-856],[-251,-1183],[-370,1731],[-114,-336],[-479,2414],[-374,-283],[165,2872],[317,-1457],[-464,3938]],[[266485,379351],[-223,-717],[-503,-259]],[[265759,378375],[-341,2566],[-268,1036]],[[162210,379847],[2,-6325],[-188,423],[-596,-1237],[-739,-3958]],[[160689,368750],[-239,1114],[0,5132]],[[160450,374996],[-71,4167]],[[160379,379163],[29,1258]],[[243830,381255],[-6,-1908],[-732,4],[-351,-755]],[[242741,378596],[-457,105]],[[288428,378328],[-760,-1368],[99,2154],[225,837]],[[287992,379951],[5,43]],[[287997,379994],[-216,-302],[-1,1870],[-264,-794],[434,2589]],[[281226,380877],[-275,-2361]],[[280951,378516],[-515,-3903]],[[280436,374613],[-425,-1184]],[[280011,373429],[-544,5854]],[[285766,378696],[-155,-920]],[[285611,377776],[-363,657],[-314,2280],[-163,-800]],[[284771,379913],[-351,1527]],[[284512,383385],[528,-1942],[635,-277],[253,-1943],[-162,-527]],[[241668,378792],[-8,-3016]],[[241660,375776],[-363,-1063],[-225,1683],[-655,61]],[[240417,376457],[-605,128]],[[239812,376585],[20,2976]],[[269274,377383],[-231,160],[-89,-1393]],[[268954,376150],[-910,2229],[-138,-652]],[[267906,377727],[-93,803]],[[267813,378530],[371,1947],[-99,1180]],[[277675,380001],[-469,-3994]],[[277206,376007],[-657,395],[-135,1144],[-337,-42]],[[276077,377504],[267,2102]],[[214814,383283],[8,-9753]],[[214822,373530],[1,-1754]],[[214823,371776],[-1967,-12]],[[212856,371764],[15,11603]],[[276077,377504],[-296,-1431],[-373,-3413]],[[275408,372660],[-430,-146],[-592,890]],[[274386,373404],[-399,2555]],[[273987,375959],[102,2169],[-312,2196]],[[267813,378530],[-479,65],[-196,1920]],[[206441,376824],[-330,1926],[-322,-2223],[-84,711],[-442,-777]],[[212856,371764],[-914,-4]],[[211942,371760],[-915,4]],[[211027,371764],[12,11575]],[[211027,371764],[-1822,7],[-8,1688]],[[258232,380654],[-83,-1403]],[[258149,379251],[-55,-2225],[-404,-1554]],[[257690,375472],[32,1005],[-295,274],[-178,1615]],[[257249,378366],[114,-4],[-51,3854]],[[273987,375959],[-386,-927]],[[273601,375032],[-357,1057],[-619,250],[-238,1485]],[[217438,383322],[-3,-8107],[40,-1726]],[[217475,373489],[-1218,0]],[[216257,373489],[-44,1699],[1,8110]],[[219879,383280],[1,-4863]],[[219880,378417],[-1219,28],[33,-4957]],[[218694,373488],[-1219,1]],[[216257,373489],[-1435,41]],[[253987,382687],[206,-1256],[-505,-5063]],[[253688,376368],[-787,325]],[[252901,376693],[11,6459]],[[224766,381614],[1,-6484]],[[224767,375130],[-1507,16]],[[223260,375146],[-24,3256]],[[221711,380024],[-1,-3245]],[[221710,376779],[-1831,17]],[[219879,376796],[1,1621]],[[252901,376693],[0,-15]],[[252901,376678],[-925,-16]],[[251976,376662],[4,4067]],[[284268,381189],[-150,-1311],[278,-2136]],[[284396,377742],[-309,-256],[-1,-1105]],[[284086,376381],[-456,-1904]],[[283630,374477],[-165,-177],[-222,1929],[-441,2004]],[[256682,382187],[-392,-3475]],[[256290,378712],[-307,-2568]],[[255983,376144],[-94,369]],[[255889,376513],[-415,787]],[[255474,377300],[-45,4177]],[[254813,381535],[-35,-5040]],[[254778,376495],[-630,72]],[[254148,376567],[54,-1761],[-336,-146]],[[253866,374660],[-178,1708]],[[272175,378164],[-318,-1099],[158,-2552]],[[272015,374513],[-260,-47]],[[271755,374466],[-295,397],[-169,2098],[-573,1278],[132,632]],[[249507,382480],[-7,-4915]],[[249500,377565],[-220,-2832]],[[249280,374733],[-473,1903],[-262,-565]],[[248545,376071],[-165,1642],[-585,2327]],[[238610,379734],[-22,-2902],[-171,-1635]],[[238417,375197],[-154,26]],[[238263,375223],[-509,95],[7,1074],[-716,163]],[[237045,376555],[20,2525]],[[250797,380720],[-133,-3247]],[[250664,377473],[-1164,92]],[[245319,382196],[-11,-8638]],[[245308,373558],[-149,-795]],[[245159,372763],[-438,51],[4,1622],[-612,34]],[[244113,374470],[-16,6768]],[[264291,379645],[-143,-3260]],[[264148,376385],[-273,-833]],[[263875,375552],[-122,1730],[-504,1185]],[[263249,378467],[99,2101]],[[246589,379822],[-14,-6361]],[[246575,373461],[-1267,97]],[[257249,378366],[-460,-1268]],[[256789,377098],[-280,-2533],[-526,1579]],[[259520,378393],[-23,-3367],[-403,-371]],[[259094,374655],[-945,4596]],[[263249,378467],[-138,-2638]],[[263111,375829],[-141,-279],[-100,2291]],[[262870,377841],[-192,2725]],[[265759,378375],[-26,-1497]],[[265733,376878],[-550,230]],[[265183,377108],[-319,3429]],[[228444,380031],[1,-3258]],[[228445,376773],[-1531,-4]],[[226914,376769],[0,4865]],[[231770,379146],[-5,-5695]],[[231765,373451],[0,-2430]],[[231765,371021],[-1573,61]],[[230192,371082],[7,8924]],[[226914,376769],[9,-3303],[-304,-24]],[[226619,373442],[-1831,-22]],[[224788,373420],[-21,1710]],[[255474,377300],[-169,-643],[-206,1280]],[[255099,377937],[-83,-2666],[-238,1224]],[[244113,374470],[-771,42],[-10,-3582]],[[243332,370930],[-613,69]],[[242719,370999],[22,7597]],[[190850,369854],[-4778,-85],[-898,125]],[[185174,369894],[-16,4888],[309,-23],[-28,1599],[335,1],[-29,4782]],[[285474,374121],[-189,-776]],[[285285,373345],[-143,1232],[-392,-213],[-211,1145],[-143,2233]],[[284412,381413],[24,-1012],[357,-714],[24,-1757],[347,-1481],[310,-2328]],[[198952,376637],[-342,-2418]],[[198610,374219],[-358,1511],[-614,-665],[-130,1368],[-1561,20],[-626,-268]],[[282676,378547],[-305,-5181]],[[282371,373366],[-288,723],[-132,1443],[-320,1091]],[[281631,376623],[-680,1893]],[[185174,369894],[-607,4],[0,-813]],[[184567,369085],[-377,-469],[-604,143],[0,868],[-616,2],[-1,1663],[-315,-252],[-1294,1]],[[262017,379087],[-182,-1209]],[[261835,377878],[-647,-598],[-256,976]],[[260932,378256],[175,2341]],[[201007,377579],[-383,-319],[-19,-4903],[45,-4703]],[[200650,367654],[-984,-5]],[[199666,367649],[-1,4038]],[[199665,371687],[0,2392],[-241,3668]],[[262870,377841],[-381,-297],[-271,-1165]],[[262218,376379],[-341,113]],[[261877,376492],[-42,1386]],[[251976,376662],[-1,-808]],[[251975,375854],[-1238,-25]],[[250737,375829],[-73,1644]],[[285611,377776],[352,-2379]],[[285963,375397],[-300,-592]],[[285663,374805],[-240,293],[-546,3121],[-106,1694]],[[248545,376071],[-481,-3793]],[[248064,372278],[-249,-32],[-722,3898],[380,1913],[-260,1128]],[[260932,378256],[-418,-2942],[-267,-430]],[[260247,374884],[-558,3487]],[[267906,377727],[-44,-1950]],[[267862,375777],[-303,91],[-437,-1812],[23,-1008]],[[267145,373048],[-650,2775]],[[266495,375823],[171,3210]],[[265183,377108],[-100,-1732]],[[265083,375376],[-218,283]],[[264865,375659],[-717,726]],[[160450,374996],[-1125,-1844],[-234,1488],[-260,115],[-482,1735]],[[158349,376490],[-209,1238],[349,1656],[315,-572],[373,668],[783,-708],[357,1506],[62,-1115]],[[230192,371082],[-1,-2432]],[[230191,368650],[-1749,-16]],[[228442,368634],[3,8139]],[[223260,375146],[0,-1720]],[[223260,373426],[-1521,36]],[[221739,373462],[-29,3317]],[[278540,374733],[-257,-158],[-226,-2494],[-255,-813]],[[277802,371268],[-172,-1567]],[[277630,369701],[-515,2398],[26,1888]],[[277141,373987],[65,2020]],[[278581,376369],[-41,-1636]],[[248064,372278],[-101,-552]],[[247963,371726],[-1081,38]],[[246882,371764],[-315,-16],[8,1713]],[[163711,371595],[-1656,-4355],[43,-1065],[-727,-3846]],[[161371,362329],[-154,872],[-328,-612],[-163,2474],[146,498],[-186,3197]],[[160686,368758],[3,-8]],[[239812,376585],[-307,30],[-14,-1889]],[[239491,374726],[-1074,471]],[[237045,376555],[-22,-4864]],[[237023,371691],[-1517,258]],[[235506,371949],[0,363]],[[235506,372312],[11,6776]],[[266495,375823],[-378,-675]],[[266117,375148],[-384,1730]],[[280011,373429],[-196,-1763],[-242,63],[-67,-1661]],[[279506,370068],[-122,-195]],[[279384,369873],[-552,4224],[-292,636]],[[259094,374655],[-346,-3823]],[[258748,370832],[-372,-503],[-265,1038],[-246,-1075]],[[257865,370292],[-129,1809]],[[257736,372101],[-46,3371]],[[232995,379110],[-18,-5688]],[[232977,373422],[-1212,29]],[[234225,379100],[-29,-5681]],[[234196,373419],[-1219,3]],[[235506,372312],[-1310,27]],[[234196,372339],[0,1080]],[[287953,369117],[-126,1004]],[[287827,370121],[-283,134],[320,3324],[379,1762],[191,2955]],[[289111,378680],[-116,-2440],[-517,-3407],[-55,-2436],[-470,-1280]],[[271755,374466],[-438,-677],[176,-948],[-282,-761]],[[271211,372080],[-347,405],[-184,-776],[-249,1135],[-83,2839],[-218,2247]],[[286401,372837],[-192,2274],[-246,286]],[[285766,378696],[289,-8],[647,-2450],[-301,-3401]],[[242719,370999],[-614,37]],[[242105,371036],[2,817],[-459,1220],[12,2703]],[[208389,375e3],[-289,-1427],[-262,-3093],[-561,-3167],[-509,-171],[-616,-1904]],[[206152,365238],[46,2010],[-135,4024],[-310,764],[-525,-1496]],[[205228,370540],[79,3230]],[[283630,374477],[147,-1396],[514,-1038],[-44,-591]],[[284247,371452],[-292,-1688]],[[283955,369764],[-489,1286],[-105,1395],[-525,503]],[[282836,372948],[-465,418]],[[281362,373717],[-225,-1081]],[[281137,372636],[-621,1277],[-80,700]],[[281631,376623],[-269,-2906]],[[260247,374884],[160,-1473]],[[260407,373411],[-544,-3500],[-48,-1933]],[[259815,367978],[-431,176]],[[259384,368154],[-184,2177],[-263,88]],[[258937,370419],[-189,413]],[[263875,375552],[-250,-1451]],[[263625,374101],[-126,-753],[-407,1614]],[[263092,374962],[19,867]],[[268954,376150],[-162,-516],[84,-2449]],[[268876,373185],[-340,667],[-495,-733]],[[268041,373119],[-179,2658]],[[219879,376796],[30,-8168]],[[219909,368628],[-1216,-7]],[[218693,368621],[1,4867]],[[257736,372101],[-514,1415]],[[257222,373516],[-85,1915],[-348,1667]],[[273601,375032],[187,-2459],[-193,530],[-410,-2364]],[[273185,370739],[-292,-249],[-64,-1205]],[[272829,369285],[-281,1663],[-394,3474],[-139,91]],[[261877,376492],[-288,-708],[-405,-2399]],[[261184,373385],[-333,-3287]],[[260851,370098],[-286,-39],[142,1604],[-300,1748]],[[271211,372080],[-148,-2078]],[[271063,370002],[-199,-676]],[[270864,369326],[-114,472]],[[270750,369798],[-437,240],[-582,3546]],[[269731,373584],[-227,2107]],[[255889,376513],[81,-2236],[-378,-1771]],[[255592,372506],[-241,-671]],[[255351,371835],[-666,-172]],[[254685,371663],[-57,1803],[-480,3101]],[[285285,373345],[270,-2335]],[[285555,371010],[-138,-2862]],[[285417,368148],[-256,2601]],[[285161,370749],[-819,3092],[-256,2540]],[[199665,371687],[-1364,1]],[[198301,371688],[8,1040],[301,1491]],[[263092,374962],[-79,-1906]],[[263013,373056],[-780,-638]],[[262233,372418],[68,3271],[-83,690]],[[201862,375331],[-47,-8024]],[[201815,367307],[-1165,-220],[0,567]],[[269731,373584],[-340,-1357],[-300,301]],[[269091,372528],[-215,657]],[[277141,373987],[-397,706],[-568,-2859]],[[276176,371834],[-345,-947],[-213,581]],[[275618,371468],[-210,1192]],[[250737,375829],[-7,-4869]],[[250730,370960],[-827,-8],[-198,-520]],[[249705,370432],[27,2111],[-434,1360],[-18,830]],[[266117,375148],[-215,-2029]],[[265902,373119],[-39,-3]],[[265863,373116],[-510,788],[-270,1472]],[[257222,373516],[17,-1185],[-615,-2106]],[[256624,370225],[-1032,2281]],[[264865,375659],[-28,-5332]],[[264837,370327],[-303,-813]],[[264534,369514],[-414,301]],[[264120,369815],[-495,4286]],[[253866,374660],[-364,-2527],[71,-1661]],[[253573,370472],[-674,471]],[[252899,370943],[2,5735]],[[262233,372418],[-14,-886]],[[262219,371532],[-865,379],[-170,1474]],[[221739,373462],[9,-4974]],[[221748,368488],[-1535,133]],[[220213,368621],[-304,7]],[[228442,368634],[-1822,-25]],[[226620,368609],[-1,4833]],[[252899,370943],[-103,7]],[[252796,370950],[-827,-12]],[[251969,370938],[6,4916]],[[285161,370749],[-468,-117]],[[284693,370632],[-446,820]],[[240417,376457],[5,-7665]],[[240422,368792],[-608,47],[-4,-1332]],[[239810,367507],[-305,42]],[[239505,367549],[-14,7177]],[[160686,368758],[-1094,44],[-338,-404]],[[159254,368398],[-341,754],[-149,3106],[-463,2406],[48,1826]],[[282836,372948],[-67,-2692]],[[282769,370256],[-815,2165],[-30,-1006],[-320,603]],[[281604,372018],[-242,1699]],[[249705,370432],[0,-110]],[[249705,370322],[-946,616]],[[248759,370938],[-796,-36]],[[247963,370902],[0,824]],[[238263,375223],[35,-4781]],[[238298,370442],[-1280,166]],[[237018,370608],[5,1083]],[[166715,374265],[-765,-4053],[-188,-2675],[-313,4],[-790,-4320]],[[164659,363221],[-270,1013],[-380,3367],[-298,3994]],[[254685,371663],[-553,-2946]],[[254132,368717],[-234,1246],[-124,-776]],[[253774,369187],[-201,1285]],[[242105,371036],[-9,-2451]],[[242096,368585],[-1210,161]],[[240886,368746],[-464,46]],[[198301,371688],[-2633,-143],[-352,-2742]],[[268041,373119],[135,-3677],[-93,-602]],[[268083,368840],[-64,308]],[[268019,369148],[-398,2375],[-439,724]],[[267182,372247],[-37,801]],[[273842,367755],[-4,20]],[[273838,367775],[-653,2964]],[[274386,373404],[-544,-5649]],[[251969,370938],[-926,-51]],[[251043,370887],[-313,73]],[[267182,372247],[-389,564],[-373,-1145]],[[266420,371666],[-518,1453]],[[265863,373116],[-284,-991],[-227,-2237]],[[265352,369888],[-515,439]],[[286401,372837],[-31,-1676],[-479,915],[-228,2729]],[[203687,373713],[-2,-6471]],[[203685,367242],[-1781,53]],[[201904,367295],[-89,12]],[[158120,372965],[-303,-2]],[[157817,372963],[-33,1344],[287,552],[49,-1894]],[[239505,367549],[-1221,189]],[[238284,367738],[14,2704]],[[264120,369815],[-276,-992]],[[263844,368823],[-589,2769]],[[263255,371592],[-242,1464]],[[224788,373420],[0,-4871]],[[224788,368549],[-1526,-10]],[[223262,368539],[-2,4887]],[[279384,369873],[-416,-2088]],[[278968,367785],[-186,-655]],[[278782,367130],[-282,1313]],[[278500,368443],[-442,1074],[-256,1751]],[[211942,371760],[-29,-11975]],[[211913,359785],[-2568,-74]],[[209345,359711],[-3196,-18]],[[206149,359693],[3,5545]],[[277630,369701],[-234,-1501],[-213,613],[-430,-1507],[-95,-1769]],[[276658,365537],[-630,2108]],[[276028,367645],[291,2275],[-143,1914]],[[245159,372763],[-5,-2033]],[[245154,370730],[-438,88],[-5,-1634],[288,-70],[-3,-1602]],[[244996,367512],[-1212,138]],[[243784,367650],[-301,26],[0,3252],[-151,2]],[[272829,369285],[-248,-1599]],[[272581,367686],[-815,1322],[-628,339],[-75,655]],[[281137,372636],[-25,-1023],[-602,-5508]],[[280510,366105],[-361,1084]],[[280149,367189],[-643,2879]],[[167514,370686],[-806,-4323],[-52,-2727],[-160,-1067],[-478,-108],[49,-890],[-436,-1627],[-319,-2893],[-1552,-1282],[-242,1461],[-239,3370]],[[163279,360600],[183,976],[522,1046],[675,599]],[[285850,370354],[-295,656]],[[285474,374121],[422,-2948],[651,-1011],[-346,-835],[-351,1027]],[[269091,372528],[-167,-3365],[109,-686],[-352,-3385]],[[268681,365092],[-160,2649],[-438,1099]],[[205228,370540],[-718,-4116]],[[204510,366424],[-823,2],[-2,816]],[[281604,372018],[-166,-3772]],[[281438,368246],[-287,-1612]],[[281151,366634],[-415,-1159],[-226,630]],[[270750,369798],[-954,-4452]],[[269796,365346],[-678,-1792]],[[269118,363554],[-32,-122]],[[269086,363432],[-466,1404]],[[268620,364836],[61,256]],[[246882,371764],[-42,-6070]],[[246840,365694],[-2,-838],[-515,-29]],[[246323,364827],[-104,1909],[11,4271],[-1076,-277]],[[216257,373489],[3,-6477]],[[216260,367012],[-86,2]],[[216174,367014],[-1351,13]],[[214823,367027],[0,4749]],[[257865,370292],[-200,-146],[146,-3006]],[[257811,367140],[-547,-1924],[-253,-1484]],[[257011,363732],[-559,3794]],[[256452,367526],[172,2699]],[[217475,373489],[0,-6490]],[[217475,366999],[-1215,13]],[[218693,368621],[0,-1623]],[[218693,366998],[-1158,2]],[[217535,367e3],[-60,-1]],[[223262,368539],[4,-1605]],[[223266,366934],[-1483,-59]],[[221783,366875],[-35,1613]],[[226620,368609],[1,-1637]],[[226621,366972],[-1512,-41]],[[225109,366931],[-321,1],[0,1617]],[[232977,373422],[0,-6492]],[[232977,366930],[-1214,49]],[[231763,366979],[2,4042]],[[234196,372339],[0,-5412]],[[234196,366927],[-1206,3]],[[232990,366930],[-13,0]],[[260851,370098],[153,-1651]],[[261004,368447],[-327,81]],[[260677,368528],[-206,-892]],[[260471,367636],[-656,342]],[[262219,371532],[-27,-1601]],[[262192,369931],[-95,-2448]],[[262097,367483],[-273,950],[-278,-893],[-215,1025],[-327,-118]],[[275618,371468],[-300,-1181],[80,-1044],[-490,-1589]],[[274908,367654],[-100,1094],[-720,-2036],[-246,1043]],[[266420,371666],[-159,-2460]],[[266261,369206],[-144,586],[-553,-948],[-155,568]],[[265409,369412],[-57,476]],[[263255,371592],[-527,-1618]],[[262728,369974],[-536,-43]],[[283955,369764],[143,-836]],[[284098,368928],[-199,-2026]],[[283899,366902],[-182,62]],[[283717,366964],[-298,1139]],[[283419,368103],[99,1639],[-146,1185]],[[283372,370927],[-246,-568]],[[283126,370359],[-198,-214]],[[282928,370145],[-159,111]],[[158120,372965],[96,-2153],[271,-374],[409,-1981]],[[158896,368457],[-209,-644],[106,-2702]],[[158793,365111],[-4,-1304],[-465,-535],[78,-1485]],[[158402,361787],[-314,1660],[11,3040],[-319,2976],[37,3500]],[[268019,369148],[-408,283],[-84,-2105]],[[267527,367326],[-252,702],[-463,-1950],[-186,747],[-277,-816]],[[266349,366009],[-88,3197]],[[282769,370256],[-560,-2687]],[[282209,367569],[-433,1404],[-338,-727]],[[256452,367526],[-546,-453]],[[255906,367073],[-158,651],[-62,2671]],[[255686,370395],[-335,1440]],[[235506,371949],[0,-5388]],[[235506,366561],[0,-480]],[[235506,366081],[-1273,28]],[[234233,366109],[-37,818]],[[276028,367645],[-525,-1521]],[[275503,366124],[-183,485],[-294,-965]],[[275026,365644],[-118,2010]],[[206149,359693],[-184,-2]],[[205965,359691],[-1385,13]],[[204580,359704],[-148,938],[143,4466],[-65,1316]],[[237018,370608],[-19,-4325]],[[236999,366283],[-1493,278]],[[255686,370395],[-1221,-4085]],[[254465,366310],[33,525]],[[254498,366835],[-359,563],[-7,1319]],[[247963,370902],[3,-5312],[-200,55]],[[247766,365645],[-926,49]],[[214823,367027],[-1,-7366]],[[214822,359661],[-2676,121]],[[212146,359782],[-233,3]],[[198301,371688],[-141,-896],[-30,-2362],[-478,-2240],[-241,-2267],[2,-1425],[-247,-2726]],[[197166,359772],[-1855,-8]],[[199666,367649],[1,-7868]],[[199667,359781],[-2501,-9]],[[163279,360600],[-1049,-5634]],[[162230,354966],[-621,1774],[-205,2320]],[[161404,359060],[-33,3269]],[[263844,368823],[-156,-2927]],[[263688,365896],[-150,509],[-457,-2191]],[[263081,364214],[-5,2272],[-355,1236],[7,2252]],[[284693,370632],[402,-618],[175,-1717]],[[285270,368297],[-384,-511],[-28,-974]],[[284858,366812],[-760,2116]],[[259384,368154],[-65,-2032],[-241,-92]],[[259078,366030],[-868,-273]],[[258210,365757],[-399,1383]],[[278500,368443],[-229,-637],[32,-1405]],[[278303,366401],[-518,-5580]],[[277785,360821],[-108,-926],[-313,672]],[[277364,360567],[-363,2794],[-342,617]],[[276659,363978],[-1,1559]],[[184567,369085],[6,-9298]],[[184573,359787],[-3209,1]],[[231763,366979],[-8,-1628]],[[231755,365351],[-1561,66]],[[230194,365417],[-3,3233]],[[246323,364827],[-123,-4110]],[[246200,360717],[-515,62],[-148,783]],[[245537,361562],[-47,1372],[-348,1595],[-44,2975],[-102,8]],[[249705,370322],[275,-3108],[-171,-1185]],[[249809,366029],[-13,-1567]],[[249796,364462],[-367,-344],[-402,-1991]],[[249027,362127],[-283,3]],[[248744,362130],[15,8808]],[[243784,367650],[-24,-6958]],[[243760,360692],[-1208,136]],[[242552,360828],[-452,64]],[[242100,360892],[-4,7693]],[[253774,369187],[-63,-598],[-543,-370],[-221,-906]],[[252947,367313],[-159,350]],[[252788,367663],[8,3287]],[[252788,367663],[-169,-665],[-98,-2358],[240,-2056],[-183,-1537]],[[252578,361047],[0,1701],[-613,3308]],[[251965,366056],[4,4882]],[[283419,368103],[-491,2042]],[[251965,366056],[-546,-28],[-64,-613]],[[251355,365415],[-321,507]],[[251034,365922],[9,4965]],[[251034,365922],[-568,97]],[[250466,366019],[-657,10]],[[285850,370354],[308,-1052]],[[286158,369302],[-18,-1124]],[[286140,368178],[152,-3489],[-321,-310],[-554,3769]],[[248744,362130],[-259,20],[1,-1356],[-425,-246]],[[248061,360548],[-311,844],[16,4253]],[[273838,367775],[29,-1536],[-368,-994]],[[273499,365245],[-679,-1091]],[[272820,364154],[-382,1913]],[[272438,366067],[143,1619]],[[168203,368402],[-33,-2228],[201,-311],[166,-3441],[607,-1527],[212,-3239],[-22,-2583]],[[169334,355073],[-1716,-82],[-1,-1560],[-890,26],[-3,-1596],[-460,19],[-298,-1620]],[[165966,350260],[-246,-1296],[-814,-375],[-3,-4045],[-992,-5108]],[[163911,339436],[-928,3750],[56,1793],[-140,1162]],[[162899,346141],[229,1144],[-1,2966],[-897,4715]],[[238284,367738],[-14,-2707]],[[238270,365031],[-1188,150]],[[237082,365181],[-83,1102]],[[265409,369412],[279,-3141]],[[265688,366271],[-442,-1825]],[[265246,364446],[-535,1287]],[[264711,365733],[-177,3781]],[[255906,367073],[-251,-1812],[146,-2556]],[[255801,362705],[-529,-954],[-438,809]],[[254834,362560],[-346,1711],[-23,2039]],[[283717,366964],[-7,-1436]],[[283710,365528],[-51,69]],[[283659,365597],[-117,-1255]],[[283542,364342],[-75,-143]],[[283467,364199],[-36,-77]],[[283431,364122],[-87,-195]],[[283344,363927],[-565,790]],[[282779,364717],[-265,34],[-366,1828],[61,990]],[[280149,367189],[-243,-2778]],[[279906,364411],[-397,-807]],[[279509,363604],[-259,695],[-282,3486]],[[287953,369117],[-346,-3597],[-150,-3563],[-151,2650],[266,5441],[255,73]],[[263081,364214],[-502,-2273]],[[262579,361941],[-398,1304]],[[262181,363245],[-37,1322],[-302,999]],[[261842,365566],[255,1917]],[[272438,366067],[-555,-2439],[-498,578]],[[271385,364206],[-316,930],[-383,3657],[178,533]],[[254498,366835],[-802,-2923],[-19,-787]],[[253677,363125],[-271,-607]],[[253406,362518],[-71,2344],[-388,2451]],[[188715,359808],[-3142,-15]],[[185573,359793],[-1e3,-6]],[[266349,366009],[57,-1412]],[[266406,364597],[-349,1839],[-369,-165]],[[264711,365733],[-224,-683],[-203,-2441]],[[264284,362609],[-596,3287]],[[271385,364206],[-448,-1771]],[[270937,362435],[-326,-1378],[-364,-500]],[[270247,360557],[-283,4288],[-168,501]],[[286158,369302],[207,215],[310,-1575],[-73,-2372],[-462,2608]],[[268620,364836],[-243,-50],[-502,-1356]],[[267875,363430],[-354,1381],[6,2515]],[[282779,364717],[-405,-1350]],[[282374,363367],[-1213,1929]],[[281161,365296],[-10,1338]],[[284858,366812],[77,-164]],[[284935,366648],[-7,-2001],[-380,948],[-673,137],[24,1170]],[[240886,368746],[3,-7717]],[[240889,361029],[-605,67]],[[240284,361096],[-452,335]],[[239832,361431],[-22,6076]],[[161404,359060],[-763,407],[-257,-1537]],[[160384,357930],[-486,2766],[-658,1780],[-447,2635]],[[158896,368457],[358,-59]],[[261842,365566],[-523,-2202]],[[261319,363364],[-642,5164]],[[242100,360892],[-1211,137]],[[275026,365644],[-484,-1303]],[[274542,364341],[-690,-1814]],[[273852,362527],[-445,2380],[92,338]],[[230194,365417],[-2,-5660]],[[230192,359757],[-625,5]],[[229567,359762],[-1109,1]],[[228458,359763],[-16,8871]],[[228458,359763],[-876,-6]],[[227582,359757],[-948,0]],[[226634,359757],[-13,7215]],[[220213,368621],[49,-8799]],[[220262,359822],[-1515,-40]],[[218747,359782],[-2,7215],[-52,1]],[[221783,366875],[7,-7101]],[[221790,359774],[-1286,38]],[[220504,359812],[-242,10]],[[225109,366931],[7,-7184]],[[225116,359747],[-550,11]],[[224566,359758],[-1269,13]],[[223297,359771],[-31,7163]],[[261319,363364],[-484,-1545]],[[260835,361819],[-445,1353]],[[260390,363172],[-31,2226],[112,2238]],[[278782,367130],[-479,-729]],[[176230,341181],[676,-3535]],[[176906,337646],[-237,-293],[-2131,-6],[-3163,16]],[[171375,337363],[-1036,-168]],[[170339,337195],[74,1516],[-404,8051],[81,566],[-423,2802],[-72,2164],[-261,2779]],[[285483,364729],[247,-950]],[[285730,363779],[-49,-868]],[[285681,362911],[-94,912],[-633,479],[-19,2346]],[[285270,368297],[233,-1659]],[[285503,366638],[-153,-1180]],[[285350,365458],[133,-729]],[[260390,363172],[-160,-225]],[[260230,362947],[-453,-403],[-418,352]],[[259359,362896],[21,897],[-302,2237]],[[267875,363430],[-170,-1501],[19,-1797],[-189,-331]],[[267535,359801],[-167,368]],[[267368,360169],[-60,2882],[-338,936],[-80,1342],[-349,-222],[-82,-931]],[[266459,364176],[-53,421]],[[279509,363604],[-224,-3408]],[[279285,360196],[-519,775]],[[278766,360971],[-292,-175],[-159,1424],[-530,-1399]],[[239832,361431],[-1514,177]],[[238318,361608],[-48,3423]],[[253406,362518],[-128,-3094]],[[253278,359424],[-344,1547],[-334,-766]],[[252600,360205],[-233,1071]],[[252367,361276],[211,-229]],[[245537,361562],[-556,-176],[-16,-3767]],[[244965,357619],[-1212,97]],[[243753,357716],[7,2976]],[[201904,367295],[0,-3259],[564,-4371]],[[202468,359665],[-2632,116]],[[199836,359781],[-169,0]],[[276659,363978],[-321,-1646],[-128,663],[-334,-926]],[[275876,362069],[-139,-177]],[[275737,361892],[-37,2241],[-197,1991]],[[276171,365518],[-31,-845]],[[276140,364673],[211,-935],[217,1690],[-397,90]],[[257011,363732],[-118,-2665]],[[256893,361067],[-311,-151]],[[256582,360916],[-548,-371],[-28,565]],[[256006,361110],[-205,1595]],[[281161,365296],[-22,-3279]],[[281139,362017],[-569,-758]],[[280570,361259],[-694,2327],[30,825]],[[204580,359704],[-804,-10]],[[203776,359694],[-1308,-29]],[[258405,362945],[-625,205],[-142,-3375]],[[257638,359775],[-745,1292]],[[258210,365757],[195,-2812]],[[216174,367014],[4,-7320]],[[216178,359694],[-1317,-41]],[[214861,359653],[-39,8]],[[217535,367e3],[4,-7258]],[[217539,359742],[-1361,-48]],[[218747,359782],[-870,-30]],[[217877,359752],[-338,-10]],[[232990,366930],[-4,-7162]],[[232986,359768],[-736,0]],[[232250,359768],[-495,-4]],[[231755,359764],[0,5587]],[[226634,359757],[-863,-11]],[[225771,359746],[-655,1]],[[223297,359771],[-1270,0]],[[222027,359771],[-237,3]],[[234233,366109],[3,-6336]],[[234236,359773],[-930,-5]],[[233306,359768],[-320,0]],[[254834,362560],[-147,-2742]],[[254687,359818],[-400,-772]],[[254287,359046],[-461,3988],[-149,91]],[[285503,366638],[154,-1165],[635,-2093],[-66,-1012]],[[286226,362368],[53,-609]],[[286279,361759],[-115,-211]],[[286164,361548],[-434,2231]],[[285483,364729],[-133,729]],[[237082,365181],[-19,-4504]],[[237063,360677],[-1557,162]],[[235506,360839],[0,5242]],[[275737,361892],[-473,-1709],[-546,-689]],[[274718,359494],[-101,1954]],[[274617,361448],[153,1099]],[[274770,362547],[-228,1794]],[[266459,364176],[-121,-2911],[119,-2630]],[[266457,358635],[-224,322]],[[266233,358957],[-784,1845]],[[265449,360802],[-274,2103],[71,1541]],[[264091,359038],[-613,-1731]],[[263478,357307],[-281,2109],[-435,319]],[[262762,359735],[-183,2206]],[[264284,362609],[-193,-3571]],[[235506,360839],[0,-1078]],[[235506,359761],[-1085,11]],[[234421,359772],[-185,1]],[[259359,362896],[-159,-1977]],[[259200,360919],[-468,373],[-327,1653]],[[276140,364673],[31,845]],[[252367,361276],[-1008,2722]],[[251359,363998],[-4,1417]],[[272820,364154],[-287,-1786],[161,-862],[-535,-1063],[70,-474]],[[272229,359969],[-685,-1435],[-271,477]],[[271273,359011],[-336,3424]],[[250466,366019],[-48,-4180],[274,-850]],[[250692,360989],[92,-1564]],[[250784,359425],[-347,1556],[-155,-1005]],[[250282,359976],[-177,539],[-309,3947]],[[265449,360802],[-249,-1448],[-375,-410]],[[264825,358944],[-564,-169]],[[264261,358775],[-170,263]],[[251359,363998],[-15,-29]],[[251344,363969],[-427,-1199],[-225,-1781]],[[267368,360169],[-217,-969],[-641,-1367]],[[266510,357833],[-53,802]],[[248061,360548],[-409,-2218]],[[247652,358330],[-1170,82]],[[246482,358412],[-282,2305]],[[283884,365227],[441,265],[239,-1371]],[[284564,364121],[-405,-2255]],[[284159,361866],[-678,-2215]],[[283481,359651],[-2,3311]],[[283479,362962],[63,1380]],[[283659,365597],[225,-370]],[[262181,363245],[-452,-3529],[-71,-1327]],[[261658,358389],[-614,240]],[[261044,358629],[-209,3190]],[[270247,360557],[-500,-1318]],[[269747,359239],[-387,951],[-242,3364]],[[231755,359764],[-101,-4]],[[231654,359760],[-1462,-3]],[[273852,362527],[-162,-1380]],[[273690,361147],[-561,-945],[-310,462],[-429,-1770]],[[272390,358894],[-161,1075]],[[282112,359572],[-317,633]],[[281795,360205],[-220,-114],[-436,1926]],[[282374,363367],[-290,-906],[28,-2889]],[[238318,361608],[-4,-1905]],[[238314,359703],[-2,-1358]],[[238312,358345],[-1259,166]],[[237053,358511],[10,2166]],[[160384,357930],[-174,-102]],[[160210,357828],[-281,264],[-164,-998]],[[159765,357094],[-379,2271],[-464,-404],[-520,2826]],[[283344,363927],[135,-965]],[[283481,359651],[-614,-2145]],[[282867,357506],[-109,311]],[[282758,357817],[-299,1492],[-347,263]],[[269086,363432],[-450,-1508],[10,-1311],[-407,-1312]],[[268239,359301],[-193,764],[-584,-1127],[73,863]],[[250282,359976],[-572,-2622]],[[249710,357354],[-479,-188]],[[249231,357166],[11,1267],[-274,2900],[59,794]],[[280570,361259],[-138,-3504]],[[280432,357755],[-433,-3598]],[[279999,354157],[-48,2703],[-666,3336]],[[274770,362547],[-153,-1099]],[[274718,359494],[-251,-983]],[[274467,358511],[-297,-983]],[[274170,357528],[-480,3619]],[[285497,362381],[-63,-1487],[-424,-1183]],[[285010,359711],[-289,-964]],[[284721,358747],[-34,2055],[-528,1064]],[[284564,364121],[581,-507],[352,-1233]],[[277364,360567],[-130,-3464]],[[277234,357103],[-337,-1260],[-663,787],[-116,-677]],[[276118,355953],[-70,868],[-471,580]],[[275577,357401],[360,2850],[-61,1818]],[[251671,358926],[-486,-648],[-308,443]],[[250877,358721],[-93,704]],[[251344,363969],[327,-5043]],[[252600,360205],[-4,-1497]],[[252596,358708],[-916,78]],[[251680,358786],[-9,140]],[[286164,361548],[133,-1960]],[[286297,359588],[-664,2557],[48,766]],[[269747,359239],[82,-1209],[-301,-552]],[[269528,357478],[-635,40],[-381,-1462]],[[268512,356056],[-298,1723]],[[268214,357779],[25,1522]],[[259200,360919],[-148,-2366]],[[259052,358553],[-666,-2939]],[[258386,355614],[14,578],[-508,429],[-79,979]],[[257813,357600],[-175,2175]],[[262762,359735],[-638,-2584]],[[262124,357151],[-421,-78]],[[261703,357073],[-45,1316]],[[261044,358629],[-402,-2234]],[[260642,356395],[-399,432]],[[260243,356827],[-13,6120]],[[254287,359046],[-781,-1739]],[[253506,357307],[-228,2117]],[[260243,356827],[-662,-2212]],[[259581,354615],[-529,3938]],[[256006,361110],[-211,-8003]],[[255795,353107],[-851,-64]],[[254944,353043],[-147,-18]],[[254797,353025],[95,6137],[-205,656]],[[285916,358061],[-1039,-4907]],[[284877,353154],[-34,77]],[[284843,353231],[-42,1109]],[[284801,354340],[305,3818],[-96,1553]],[[285497,362381],[59,-1873],[467,-1557],[-107,-890]],[[271273,359011],[-157,-551]],[[271116,358460],[-308,-1199],[-364,-179],[-73,-1054],[-635,-1658]],[[269736,354370],[-208,3108]],[[278766,360971],[-356,-9724]],[[278410,351247],[-345,-4]],[[278065,351243],[106,760],[-263,1161],[-285,-493],[86,-1438]],[[277709,351233],[-112,-1]],[[277597,351232],[-569,21]],[[277028,351253],[206,5850]],[[275577,357401],[-419,-1374],[-218,-1669]],[[274940,354358],[-473,4153]],[[249231,357166],[-25,-4320],[-720,33]],[[248486,352879],[-527,25]],[[247959,352904],[-9,1582],[-298,3844]],[[281795,360205],[-66,-4560]],[[281729,355645],[-596,561],[-701,1549]],[[286315,361864],[-36,-105]],[[286315,361864],[307,-509],[-325,-1767]],[[284721,358747],[-1328,-4408]],[[283393,354339],[-167,252],[88,2639],[-447,276]],[[246482,358412],[44,-2141]],[[246526,356271],[-1263,227]],[[245263,356498],[-303,38],[5,1083]],[[240284,361096],[-17,-4867]],[[240267,356229],[-1101,142]],[[239166,356371],[-106,8],[13,3262],[-759,62]],[[274170,357528],[-841,-1351]],[[273329,356177],[-156,-696],[-455,-110]],[[272718,355371],[-328,3523]],[[257813,357600],[-221,-728],[-203,-3628]],[[257389,353244],[-828,-107]],[[256561,353137],[21,7779]],[[256561,353137],[-151,-14]],[[256410,353123],[-615,-16]],[[242552,360828],[-65,-4878]],[[242487,355950],[-1819,221]],[[240668,356171],[-401,58]],[[253506,357307],[130,-2237]],[[253636,355070],[-1045,64]],[[252591,355134],[5,3574]],[[250877,358721],[-61,-2945]],[[250816,355776],[-215,-1258],[64,-1202]],[[250665,353316],[-204,-1647],[-215,1259]],[[250246,352928],[-536,4426]],[[279999,354157],[-151,-412],[-88,-2492]],[[279760,351253],[-173,-5]],[[279587,351248],[-953,1]],[[278634,351249],[-224,-2]],[[243753,357716],[-40,-7253]],[[243713,350463],[-1248,-11]],[[242465,350452],[22,5498]],[[237053,358511],[-17,-3425]],[[237036,355086],[-1531,348]],[[235505,355434],[1,4327]],[[266233,358957],[17,-976],[-599,-2205],[-221,-1818]],[[265430,353958],[-521,3091],[-84,1895]],[[282758,357817],[6,-3369],[-310,-3129]],[[282454,351319],[-369,-16]],[[282085,351303],[-408,-9]],[[281677,351294],[52,4351]],[[268214,357779],[-540,-708],[-177,-2081],[-906,-1448]],[[266591,353542],[-141,2662],[60,1629]],[[272718,355371],[-733,-1028],[-226,-1288]],[[271759,353055],[-261,2813],[-382,2592]],[[192649,359743],[0,-24860],[483,-3],[-46,-2691],[-3,-12919],[-57,-4902],[46,-1624],[-29,-12941],[-91,-9],[0,-3908]],[[192952,295886],[-303,169]],[[192649,296055],[0,7877],[-2090,0],[0,4900]],[[190559,308832],[0,51008]],[[190559,308832],[-267,69],[-549,2097],[-586,1352],[-625,-723],[-214,1094]],[[188318,312721],[8,6150],[-629,15],[-1,3313],[-1550,-154],[-3,3263],[-297,21],[4,2068],[-380,-319],[-149,1054],[-899,1045],[-616,2799],[-445,401]],[[183361,332377],[1,5120],[66,1656],[-122,2775],[363,944],[70,1118],[518,1618],[615,865],[469,2332],[-89,1927],[91,1455],[24,3834],[237,2874],[-31,898]],[[254797,353025],[-1049,763]],[[253748,353788],[-112,1282]],[[233306,359768],[-67,-1052],[1,-6427]],[[233240,352289],[-1054,-2]],[[232186,352287],[-1,6412],[65,1069]],[[231654,359760],[-1,-10708]],[[231653,349052],[-2,-4884],[-743,12]],[[230908,344180],[41,1148],[-278,232],[-357,1844],[-191,-673],[-230,2345],[-236,376],[-145,2238],[-299,-1766],[-371,677]],[[228842,350601],[273,1701],[-395,-68]],[[228720,352234],[-26,1706],[357,-36],[129,1256],[379,564],[8,4038]],[[224566,359758],[31,-9970]],[[224597,349788],[-210,-1342],[-482,1078],[-172,1064],[-325,12]],[[223408,350600],[-48,1718],[-452,3424],[-433,679]],[[222475,356421],[0,1]],[[222475,356422],[-448,3349]],[[234421,359772],[22,-6122]],[[234443,353650],[-18,-2995]],[[234425,350655],[-897,9]],[[233528,350664],[-1,1625],[-287,0]],[[232186,352287],[-8,-3237]],[[232178,349050],[-525,2]],[[227582,359757],[-1,-7542]],[[227581,352215],[-1788,-1]],[[225793,352214],[-22,7532]],[[225793,352214],[0,-2428]],[[225793,349786],[-1196,2]],[[228720,352234],[-1136,-19]],[[227584,352215],[-3,0]],[[235505,355434],[1,-1837]],[[235506,353597],[-1063,53]],[[222475,356421],[0,-4177],[-865,-45]],[[221610,352199],[-1108,8]],[[220502,352207],[2,7605]],[[203776,359694],[98,-2074],[-26,-3169],[117,-4650],[-91,-2222],[-239,-893],[559,-1233],[337,-2424],[573,-1622]],[[205104,341407],[-115,-753],[-407,115]],[[204582,340769],[2,439],[-988,-6],[48,-1326],[-533,2]],[[203111,339878],[-7,660]],[[203104,340538],[1,655],[-1776,-49],[0,4052],[-2059,59]],[[199270,345255],[16,10890],[481,2044],[69,1592]],[[199270,345255],[-7,-4085]],[[199263,341170],[-3954,38]],[[195309,341208],[2,18556]],[[195309,341208],[0,-19410]],[[195309,321798],[-1,-7083]],[[195308,314715],[-3,-14913]],[[195305,299802],[-837,-13],[-15,-900],[-398,-1421]],[[194055,297468],[-881,-3135],[-222,1553]],[[212146,359782],[0,-9302]],[[212146,350480],[-110,1],[3,-8289]],[[212039,342192],[-2,-5881]],[[212037,336311],[-929,13]],[[211108,336324],[28,6448],[-1196,-12],[1,1644],[-599,9],[0,810]],[[209342,345223],[3,14488]],[[214861,359653],[-12,-9170]],[[214849,350483],[-362,-4]],[[214487,350479],[-2341,1]],[[217877,359752],[-24,-9286]],[[217853,350466],[-365,-7]],[[217488,350459],[-1501,5]],[[215987,350464],[-1138,19]],[[220502,352207],[-2,-1740]],[[220500,350467],[-1510,-6]],[[218990,350461],[-1137,5]],[[284801,354340],[42,-1109]],[[284877,353154],[-51,-1711]],[[284826,351443],[-1,-153]],[[284825,351290],[-691,44]],[[284134,351334],[-370,-26]],[[283764,351308],[-248,1789],[-323,550],[200,692]],[[263478,357307],[2,-789],[-559,-4123]],[[262921,352395],[-20,2]],[[262901,352397],[-528,227]],[[262373,352624],[-249,4527]],[[205965,359691],[58,-1482],[-85,-3570],[-387,-996],[-22,-2199],[163,-1118],[-61,-4279]],[[205631,346047],[-184,-448],[-36,-1983],[-307,-2209]],[[209342,345223],[-1191,14]],[[208151,345237],[-1196,-14],[2,803],[-1326,21]],[[239166,356371],[-30,-5933]],[[239136,350438],[-750,14]],[[238386,350452],[29,5979],[-103,1914]],[[162899,346141],[-231,-1190],[-456,1973],[-261,-928],[-61,1185],[-572,3411],[-183,-60],[-19,1981],[-417,1414],[44,778],[-533,3123]],[[265430,353958],[-148,-1853]],[[265282,352105],[-222,46]],[[265060,352151],[-603,35]],[[264457,352186],[-224,1544],[-135,2569],[163,2476]],[[286870,358327],[-79,-1657]],[[286791,356670],[-328,768],[3,1656],[404,-767]],[[264457,352186],[-96,-2]],[[264361,352184],[-1440,211]],[[266591,353542],[-596,-1193]],[[265995,352349],[-713,-244]],[[251680,358786],[-1,-3231]],[[251679,355555],[-863,221]],[[252591,355134],[-9,-4639]],[[252582,350495],[-78,9]],[[252504,350504],[-835,20]],[[251669,350524],[10,5031]],[[261703,357073],[-226,-4256]],[[261477,352817],[-391,-141]],[[261086,352676],[-444,3719]],[[259581,354615],[12,-1749]],[[259593,352866],[-647,210]],[[258946,353076],[-576,206]],[[258370,353282],[16,2332]],[[238386,350452],[-787,-3]],[[237599,350449],[-586,0]],[[237013,350449],[23,4637]],[[287748,351418],[-69,0]],[[287679,351418],[-139,3114],[-110,-3118]],[[287430,351414],[-90,0]],[[287340,351414],[-61,2]],[[287279,351416],[-242,-2]],[[287037,351414],[1,2143],[150,496],[-378,1441],[-61,1239]],[[286749,356733],[42,-63]],[[286870,358327],[530,-179],[348,-6730]],[[274940,354358],[-364,-882],[-48,-1926]],[[274528,351550],[-629,24]],[[273899,351574],[-213,1696]],[[273686,353270],[-50,397]],[[273636,353667],[-307,2510]],[[270321,353193],[-338,-940]],[[269983,352253],[-141,1]],[[269842,352254],[-106,2116]],[[271759,353055],[-114,-499]],[[271645,352556],[-501,43]],[[271144,352599],[-890,-363]],[[270254,352236],[67,957]],[[247959,352904],[-202,-2471]],[[247757,350433],[-990,13]],[[246767,350446],[-44,3365],[-197,2460]],[[286206,357292],[36,565]],[[286206,357292],[-103,-959],[-95,-4917]],[[286008,351416],[-140,0]],[[285868,351416],[-1042,27]],[[285916,358061],[-22,-1250],[348,1046]],[[163911,339436],[276,-2210]],[[164187,337226],[-3149,125]],[[161038,337351],[-326,1746],[-77,1735],[-231,787],[-396,3161],[-503,2053],[-222,5105],[442,1739],[40,3417]],[[283764,351308],[-1310,11]],[[268512,356056],[-491,-2310],[-105,-1529]],[[267916,352217],[-1356,67]],[[266560,352284],[-565,65]],[[281677,351294],[-774,-7]],[[280903,351287],[-371,-27]],[[280532,351260],[-772,-7]],[[262373,352624],[-838,204]],[[261535,352828],[-58,-11]],[[245263,356498],[-29,-6068]],[[245234,350430],[-782,-12]],[[244452,350418],[-119,11]],[[244333,350429],[-620,34]],[[269842,352254],[-878,-31]],[[268964,352223],[-617,-6]],[[268347,352217],[-431,0]],[[258370,353282],[-422,-315]],[[257948,352967],[-559,277]],[[276118,355953],[-148,-277],[114,-4413]],[[276084,351263],[-1077,152]],[[275007,351415],[-479,135]],[[250246,352928],[-253,-2473]],[[249993,350455],[-186,-21]],[[249807,350434],[-151,5]],[[249656,350439],[-18,-3004]],[[249638,347435],[-129,1228],[-367,441],[-80,-746],[-582,45]],[[248480,348403],[6,4476]],[[286305,356800],[-51,-466]],[[286570,356468],[-316,-134]],[[286570,356468],[124,213]],[[286694,356681],[55,52]],[[287037,351414],[-532,-2]],[[286505,351412],[-497,4]],[[286305,356800],[-99,492]],[[277028,351253],[-871,10]],[[276157,351263],[-73,0]],[[181366,356861],[18,-12097],[-305,-3169],[-223,-192],[-381,2417],[-725,-8],[-350,-1053],[144,-4362],[76,-6300],[227,-3470],[73,-3058],[-216,-1125],[36,-1876]],[[179740,322568],[-2834,15078]],[[261086,352676],[-980,65]],[[260106,352741],[-513,125]],[[246767,350446],[-580,-1]],[[246187,350445],[-953,-15]],[[240668,356171],[-20,-5742]],[[240648,350429],[-227,4]],[[240421,350433],[-1234,7]],[[239187,350440],[-51,-2]],[[223408,350600],[12,-6428]],[[223420,344172],[-1187,51]],[[222233,344223],[-596,-4],[-27,7980]],[[273636,353667],[50,-397]],[[273899,351574],[-178,50]],[[273721,351624],[-1258,239]],[[272463,351863],[-903,250]],[[271560,352113],[85,443]],[[242465,350452],[-84,-5]],[[242381,350447],[-1055,0]],[[241326,350447],[-678,-18]],[[251669,350524],[-28,4]],[[251641,350528],[-22,-4]],[[251619,350524],[-191,1382],[-763,1410]],[[237013,350449],[-1507,13]],[[235506,350462],[0,3135]],[[253748,353788],[47,-3358]],[[253795,350430],[-1213,65]],[[170339,337195],[-4266,60]],[[166073,337255],[29,8917],[143,-16],[5,2474],[-284,1630]],[[254944,353043],[136,-5034]],[[255080,348009],[-640,-725],[-443,466]],[[253997,347750],[-26,131]],[[253971,347881],[-176,2549]],[[235506,350462],[154,-6283]],[[235660,344179],[-653,-10]],[[235007,344169],[-597,8]],[[234410,344177],[15,6478]],[[257414,348712],[-201,-1047],[-242,621]],[[256971,348286],[-207,-250],[-369,1607]],[[256395,349643],[15,3480]],[[257948,352967],[-373,-4227],[-161,-28]],[[258946,353076],[-66,-2837]],[[258880,350239],[-152,-2605]],[[258728,347634],[-470,-221],[-397,-1687]],[[257861,345726],[-447,2986]],[[251619,350524],[-1425,9]],[[250194,350533],[-201,-78]],[[256395,349643],[-463,-2485]],[[255932,347158],[-632,238]],[[255300,347396],[-220,613]],[[278065,351243],[-356,-10]],[[260035,350463],[-39,-1632]],[[259996,348831],[-420,265]],[[259576,349096],[-528,339],[-168,804]],[[260106,352741],[-71,-2278]],[[248480,348403],[6,-7256]],[[248486,341147],[-919,-50]],[[247567,341097],[-247,-13]],[[247320,341084],[102,953]],[[247422,342037],[419,2876]],[[247841,344913],[353,1892],[-44,1811],[-209,1819],[-184,-2]],[[262901,352397],[149,-1465]],[[263050,350932],[-592,1050],[-298,-536],[-193,-2703]],[[261967,348743],[-458,2312]],[[261509,351055],[26,1773]],[[261509,351055],[-433,-573],[-153,-1811]],[[260923,348671],[-582,2219],[-306,-427]],[[270706,350628],[-572,-2009],[-308,-73]],[[269826,348546],[-389,912],[-672,-256]],[[268765,349202],[199,3021]],[[270254,352236],[-271,17]],[[271144,352599],[-438,-1971]],[[271560,352113],[-142,-3665]],[[271418,348448],[-528,-1943]],[[270890,346505],[-41,-397]],[[270849,346108],[-351,1893],[300,1976],[-92,651]],[[264361,352184],[5,-1438],[-252,-900],[56,-3382],[-120,-1264]],[[264050,345200],[-190,-992]],[[263860,344208],[-474,1989],[-250,1871]],[[263136,348068],[117,454],[-203,2410]],[[266560,352284],[206,-1169],[31,-2258]],[[266797,348857],[-174,-720],[-607,-562]],[[266016,347575],[-183,13],[-202,1691],[-279,-297]],[[265352,348982],[-292,3169]],[[228842,350601],[-61,-3232],[298,0],[0,-1617]],[[229079,345752],[-602,-1],[-1,-1624],[-593,-2]],[[227883,344125],[-297,101]],[[227586,344226],[-2,7989]],[[268347,352217],[-502,-559],[-752,-3147]],[[267093,348511],[-296,346]],[[233528,350664],[-299,-2],[-14,-8097]],[[233215,342565],[-365,1],[-131,1627],[-399,1]],[[232320,344194],[-150,-1],[8,4857]],[[265352,348982],[-275,-2785]],[[265077,346197],[-193,-790],[-429,315],[-38,-1252],[-367,730]],[[268765,349202],[-61,-397]],[[268704,348805],[-665,-1448],[-393,-1682]],[[267646,345675],[-224,1917],[-258,-1046]],[[267164,346546],[-71,1965]],[[227586,344226],[-599,4]],[[226987,344230],[-1193,4]],[[225794,344234],[-1,5552]],[[222233,344223],[3,-2818]],[[222236,341405],[-226,-158],[-275,-2614],[-162,-422],[-441,841],[-101,2156],[-521,-2268]],[[220510,338940],[0,3261]],[[220510,342201],[-10,8266]],[[272463,351863],[277,-3899]],[[272740,347964],[-622,-2325]],[[272118,345639],[-700,2809]],[[263136,348068],[-494,-1684],[-81,-2308]],[[262561,344076],[-537,-332]],[[262024,343744],[-54,115]],[[261970,343859],[103,956],[-106,3928]],[[273721,351624],[-182,-2986]],[[273539,348638],[-167,-516],[-189,1242],[-443,-1400]],[[230908,344180],[-82,5]],[[230826,344185],[-902,-44]],[[229924,344141],[-550,-15],[0,1626],[-295,0]],[[275007,351415],[-33,-5379]],[[274974,346036],[-1,-378]],[[274973,345658],[-247,762],[-926,-859]],[[273800,345561],[12,1685],[-273,1392]],[[285868,351416],[140,-749]],[[286008,350667],[106,-2464]],[[286114,348203],[-296,-486]],[[285818,347717],[-335,-961]],[[285483,346756],[-266,1180],[-452,774]],[[284765,348710],[60,2580]],[[287331,347551],[-272,271],[-554,3590]],[[287279,351416],[112,-2597],[320,-2367],[229,-3945],[-412,3972],[-197,1072]],[[287748,351418],[261,-5943]],[[288009,345475],[-7,-9]],[[288002,345466],[-124,1107],[-199,4845]],[[276157,351263],[-22,-5309]],[[276135,345954],[-1161,82]],[[287331,347551],[294,-3319],[-296,418],[-595,3435]],[[286734,348085],[-726,2582]],[[282085,351303],[5,-704]],[[282090,350599],[-40,-2323],[-263,-3337]],[[281787,344939],[-837,1178]],[[280950,346117],[82,750],[-129,4420]],[[284010,345759],[-232,-1457]],[[283778,344302],[-264,840],[-153,2057],[-292,-389],[-26,2140],[-250,1169],[-703,480]],[[284134,351334],[123,-1350],[-247,-4225]],[[284765,348710],[428,-835],[170,-2171]],[[285363,345704],[-1353,55]],[[279587,351248],[-16,-5691]],[[279571,345557],[-415,60]],[[279156,345617],[-565,56]],[[278591,345673],[43,5576]],[[280950,346117],[-322,-1897],[-207,205]],[[280421,344425],[-40,5196],[151,1639]],[[280421,344425],[-138,-2849]],[[280283,341576],[-564,914]],[[279719,342490],[-155,442],[7,2625]],[[277597,351232],[-60,-5440]],[[277537,345792],[-1,-133]],[[277536,345659],[-1401,295]],[[278591,345673],[-288,31]],[[278303,345704],[-766,88]],[[261970,343859],[-836,1715],[-211,1218]],[[260923,346792],[0,1879]],[[260923,346792],[-350,-1703],[-444,506]],[[260129,345595],[-184,949],[51,2287]],[[283778,344302],[137,-1341],[-235,-398]],[[283680,342563],[-211,-1306]],[[283469,341257],[-343,603],[-21,992],[-459,1162]],[[282646,344014],[-526,-168],[-333,1093]],[[234410,344177],[-298,-3],[1,-1624],[-250,5]],[[233863,342555],[-648,10]],[[270849,346108],[-412,-3021]],[[270437,343087],[-395,999]],[[270042,344086],[-95,1419],[-234,366]],[[269713,345871],[113,2675]],[[286734,348085],[37,-1381],[441,-2720],[-295,-510],[-337,1726]],[[286580,345200],[-247,781],[-219,2222]],[[251641,350528],[29,-1722],[-373,-22],[-27,-3471]],[[251270,345313],[-542,-338]],[[250728,344975],[-915,150]],[[249813,345125],[341,3659],[40,1749]],[[225794,344234],[-297,0]],[[225497,344234],[-1188,0]],[[224309,344234],[-889,-62]],[[252504,350504],[-37,-6508]],[[252467,343996],[-452,-1664]],[[252015,342332],[-416,1162],[-329,1819]],[[249813,345125],[-408,-510]],[[249405,344615],[-185,1255],[449,35],[-218,1039],[187,491]],[[249807,350434],[-151,5]],[[215987,342196],[-1502,-4]],[[214485,342192],[2,8287]],[[215987,350464],[0,-8268]],[[253971,347881],[-287,-10],[29,-1851],[-361,-2614]],[[253352,343406],[3,475],[-888,115]],[[217486,342236],[0,-44]],[[217486,342192],[-1499,4]],[[217488,350459],[-2,-8223]],[[214485,342192],[-2446,0]],[[218990,350461],[-2,-8244]],[[218988,342217],[-1502,19]],[[220510,342201],[-1504,15]],[[219006,342216],[-18,1]],[[237599,350449],[-67,-2392],[210,-1186]],[[237742,346871],[-201,-1331]],[[237541,345540],[-238,-554],[-1004,172],[-161,-2143],[-448,53]],[[235690,343068],[-30,1111]],[[244333,350429],[-13,-3019],[-310,36],[-1,-1628],[-349,62]],[[243660,345880],[-1297,148]],[[242363,346028],[18,4419]],[[239187,350440],[-9,-7019]],[[239178,343421],[-500,72]],[[238678,343493],[-199,24],[-297,3289],[-440,65]],[[244452,350418],[273,-1429],[140,-3024]],[[244865,345965],[-253,-501],[-21,-6336]],[[244591,339128],[-295,860],[-689,92]],[[243607,340080],[77,1094],[-24,4706]],[[246124,346133],[-9,-2184]],[[246115,343949],[-921,327],[-329,1689]],[[246187,350445],[91,-4020],[-154,-292]],[[240421,350433],[-86,-130],[-16,-7014]],[[240319,343289],[-151,19]],[[240168,343308],[-990,113]],[[241326,350447],[-51,-4301],[214,-302],[163,-1657],[2,-1854]],[[241654,342333],[-1188,137],[-147,819]],[[242363,346028],[-109,-2389]],[[242254,343639],[-4,-1372],[-299,33],[-7,-1620],[-298,35]],[[241646,340715],[8,1618]],[[247841,344913],[-363,-14],[3,1092],[-1357,142]],[[166073,337255],[-1825,-24]],[[164248,337231],[-61,-5]],[[259576,349096],[-441,-2425]],[[259135,346671],[-407,963]],[[256971,348286],[-234,-4732],[-157,-1542]],[[256580,342012],[-358,78]],[[256222,342090],[31,3291]],[[256253,345381],[-11,1627],[-310,150]],[[269713,345871],[-270,-1826],[-440,-1091]],[[269003,342954],[-147,935],[39,5066],[-191,-150]],[[273800,345561],[-24,-3359]],[[273776,342202],[-410,-186]],[[273366,342016],[-834,-921]],[[272532,341095],[-604,2256]],[[271928,343351],[190,2288]],[[266016,347575],[-182,-3347]],[[265834,344228],[-583,406]],[[265251,344634],[-174,1563]],[[260129,345595],[-76,-1981]],[[260053,343614],[-159,-706],[-544,-143]],[[259350,342765],[-215,3906]],[[249405,344615],[100,-1065],[-238,-811],[-78,-1540]],[[249189,341199],[-703,-52]],[[232320,344194],[0,-4873],[-163,-839]],[[232157,338482],[-593,17]],[[231564,338499],[9,4068],[-746,8],[-1,1610]],[[267164,346546],[-203,141],[-387,-2271]],[[266574,344416],[-254,92],[-305,-1843]],[[266015,342665],[-181,1563]],[[257861,345726],[219,-2689]],[[258080,343037],[-288,-2464]],[[257792,340573],[-469,1261],[-395,312],[-275,-1179],[-73,1045]],[[269003,342954],[-22,-1048]],[[268981,341906],[-95,483],[-414,-1436],[-99,-1242],[-215,430]],[[268158,340141],[0,1]],[[268158,340142],[-746,4390]],[[267412,344532],[234,1143]],[[271928,343351],[-738,-110]],[[271190,343241],[-274,1942],[-26,1322]],[[286580,345200],[260,-2059],[-166,-58],[-563,1793],[417,-1963],[-516,-159]],[[286012,342754],[-231,471],[37,4492]],[[263860,344208],[277,-2133]],[[264137,342075],[-291,-1173],[-653,-1442]],[[263193,339460],[-112,1610],[-520,3006]],[[255300,347396],[-148,-2919]],[[255152,344477],[-646,1243],[-422,-29]],[[254084,345691],[-87,2059]],[[254084,345691],[77,-2250],[-252,-3270],[243,-246],[-104,-1722]],[[254048,338203],[-22,-470]],[[254026,337733],[-578,561]],[[253448,338294],[-109,14],[13,5098]],[[259350,342765],[125,-2327]],[[259475,340438],[-385,-123]],[[259090,340315],[-438,450],[-572,2272]],[[286012,342754],[225,-326],[-290,-1136],[-496,1123],[-83,1530],[115,2811]],[[267412,344532],[-191,-1784]],[[267221,342748],[-165,990],[-482,678]],[[256222,342090],[-60,-1686]],[[256162,340404],[-921,638]],[[255241,341042],[-89,3435]],[[238678,343493],[80,-2934],[-203,-1599],[13,-2199]],[[238568,336761],[-493,96]],[[238075,336857],[-599,-165]],[[237476,336692],[-145,21]],[[237331,336713],[52,6147],[158,2680]],[[262024,343744],[-409,-705],[-49,-2263]],[[261566,340776],[-126,977],[-554,938],[-379,-1246]],[[260507,341445],[-454,2169]],[[265251,344634],[-424,-2187],[97,-598],[-378,-805],[-214,-1553]],[[264332,339491],[-195,2584]],[[274973,345658],[38,-1939],[-162,-1685]],[[274849,342034],[-546,79]],[[274303,342113],[-527,89]],[[271190,343241],[205,-849],[-197,-1935]],[[271198,340457],[-257,707]],[[270941,341164],[-122,-754]],[[270819,340410],[-107,-893]],[[270712,339517],[-146,572],[-129,2998]],[[281787,344939],[-692,-7162]],[[281095,337777],[-139,1398],[-673,2401]],[[247320,341084],[-33,-576],[-1290,60]],[[245997,340568],[118,3381]],[[208151,345237],[293,-4778],[-163,-1891],[63,-1472]],[[208344,337096],[-1781,-187],[-951,1848],[-1038,6]],[[204574,338763],[8,2006]],[[276135,345954],[-22,-4592]],[[276113,341362],[-980,-698]],[[275133,340664],[-284,1370]],[[243607,340080],[-387,-1384]],[[243220,338696],[-296,1224],[-438,78],[155,1793],[-387,1848]],[[270042,344086],[-542,-1570]],[[269500,342516],[-247,-1768]],[[269253,340748],[-294,-190],[22,1348]],[[245997,340568],[-63,-1620],[-438,76]],[[245496,339024],[-464,93]],[[245032,339117],[-441,11]],[[277536,345659],[-27,-6364]],[[277509,339295],[-1406,392]],[[276103,339687],[10,1675]],[[278303,345704],[22,-6834]],[[278325,338870],[33,-603],[-850,-17]],[[277508,338250],[1,1045]],[[229924,344141],[1,-4065]],[[229925,340076],[-1447,8]],[[228478,340084],[-594,800],[-1,3241]],[[255241,341042],[-480,-1635],[-27,-1245]],[[254734,338162],[-379,-650],[-307,691]],[[285363,345704],[-90,-1720],[200,-3016],[-54,-1230]],[[285419,339738],[-161,-1089]],[[285258,338649],[0,-1]],[[285258,338649],[-207,364],[-191,-1126],[-97,1433],[-186,-785],[-144,1522],[-394,-15],[-22,1228],[-337,1293]],[[279156,345617],[-183,-6999]],[[278973,338618],[-648,252]],[[279719,342490],[139,-1156],[-370,-2639],[-207,11]],[[279281,338706],[-308,-88]],[[237331,336713],[-1478,-32]],[[235853,336681],[-163,6387]],[[287690,334442],[-349,563]],[[287341,335005],[74,4092],[488,660],[174,-762],[41,-4814],[-337,-751],[-91,1012]],[[288009,345475],[568,-6870],[-469,3339],[-106,3522]],[[252015,342332],[-40,-5057]],[[251975,337275],[-583,117]],[[251392,337392],[-539,1204],[-221,2559]],[[250632,341155],[96,3820]],[[203104,340538],[-422,-118],[-2,-2837],[423,-966]],[[203103,336617],[9,-10066]],[[203112,326551],[-2650,80]],[[200462,326631],[-119,1601],[-198,-3]],[[200145,328229],[4,12910],[-886,31]],[[211108,336324],[-14,-6367],[-716,-155]],[[210378,329802],[-244,606],[-702,7065],[-124,-377],[-964,0]],[[250632,341155],[-254,-2106],[-175,-101]],[[250203,338948],[-180,1222],[-661,-786]],[[249362,339384],[-173,1815]],[[282646,344014],[-362,-5323]],[[282284,338691],[-1014,-2547]],[[281270,336144],[-175,1633]],[[267221,342748],[-212,-3523]],[[267009,339225],[-457,517],[-553,2139]],[[265999,341881],[16,784]],[[265999,341881],[52,-1240],[-389,-1579]],[[265662,339062],[-165,-855],[-257,652],[-539,-385],[-75,-938]],[[264626,337536],[-271,1710]],[[264355,339246],[-23,245]],[[268158,340141],[-176,-2867]],[[267982,337274],[-326,-27],[-492,-1365]],[[267164,335882],[-1,-24]],[[267163,335858],[-154,3367]],[[263193,339460],[-282,-1555]],[[262911,337905],[-375,-1179]],[[262536,336726],[-941,75]],[[261595,336801],[0,25]],[[261595,336826],[-52,385]],[[261543,337211],[10,106]],[[261553,337317],[156,2178],[-143,1281]],[[226987,344230],[5,-8168]],[[226992,336062],[-1485,-16]],[[225507,336046],[-10,8188]],[[228478,340084],[-1,-4054]],[[228477,336030],[-1485,32]],[[225507,336046],[-296,-3],[0,-3229]],[[225211,332814],[-863,2]],[[224348,332816],[-25,4855]],[[224323,337671],[-14,6563]],[[224323,337671],[-2072,-4]],[[222251,337667],[-15,3738]],[[231564,338499],[-444,3],[-1,-4058]],[[231119,334444],[-1192,-1]],[[229927,334443],[-2,5633]],[[233863,342555],[-208,-1974],[145,-1820],[-98,-1074]],[[233702,337687],[-1043,-408],[-29,1219],[-323,-7]],[[232307,338491],[-150,-9]],[[235007,344169],[-28,-9734]],[[234979,334435],[-892,6]],[[234087,334441],[0,3236],[-385,10]],[[235853,336681],[58,-2247]],[[235911,334434],[-932,1]],[[270712,339517],[-422,-1622]],[[270290,337895],[-183,3520],[-607,1101]],[[283469,341257],[168,-1847],[-22,-1611]],[[283615,337799],[-112,244],[-755,-2883]],[[282748,335160],[-250,2798],[-214,733]],[[253448,338294],[-3,-541]],[[253445,337753],[-1089,148],[-102,-658]],[[252254,337243],[-279,32]],[[260507,341445],[21,-2479],[-126,-943]],[[260402,338023],[-565,156]],[[259837,338179],[-362,2259]],[[243220,338696],[34,-3025]],[[243254,335671],[-1124,134]],[[242130,335805],[-496,72],[5,1351]],[[241639,337228],[7,3487]],[[240168,343308],[-18,-7271]],[[240150,336037],[-594,79]],[[239556,336116],[-989,104],[1,541]],[[272532,341095],[-16,-3720]],[[272516,337375],[-83,-532]],[[272433,336843],[-535,176],[-700,3438]],[[241639,337228],[-595,42],[-2,-1349],[-498,75]],[[240544,335996],[-394,41]],[[259090,340315],[-150,-4665]],[[258940,335650],[-106,-1338]],[[258834,334312],[-300,532],[-141,-775],[-313,1293],[-345,-45]],[[257735,335317],[-130,449]],[[257605,335766],[203,1497],[-16,3310]],[[270290,337895],[-396,-2233]],[[269894,335662],[-202,1972],[-170,143]],[[269522,337777],[-269,2971]],[[261553,337317],[-455,475],[-475,-445]],[[260623,337347],[-221,676]],[[281095,337777],[-585,-2047],[-679,-3519]],[[279831,332211],[-571,1186]],[[279260,333397],[-227,517],[248,4792]],[[285258,338648],[-235,-2967]],[[285023,335681],[-392,-875],[-524,1390]],[[284107,336196],[-492,1603]],[[269522,337777],[-293,-274],[-813,-2185],[-219,-149]],[[268197,335169],[-215,2105]],[[275133,340664],[83,-1448],[-296,-1329],[32,-1467]],[[274952,336420],[-480,1873],[-210,137]],[[274262,338430],[41,3683]],[[219006,342216],[1,-8139]],[[219007,334077],[-1521,-4]],[[217486,334073],[0,114]],[[217486,334187],[0,8005]],[[220510,338940],[0,-4867]],[[220510,334073],[-1503,4]],[[217486,334187],[-1496,-22]],[[215990,334165],[-3,8031]],[[214485,342192],[1,-7963]],[[214486,334229],[-2449,-95]],[[212037,334134],[0,2177]],[[274262,338430],[-178,-3320],[96,-3115]],[[274180,331995],[-135,-24]],[[274045,331971],[-450,-339]],[[273595,331632],[-36,1117]],[[273559,332749],[96,1381],[-522,2938]],[[273133,337068],[300,3339],[-67,1609]],[[215990,334165],[0,-71]],[[215990,334094],[-1504,-3]],[[214486,334091],[0,138]],[[257605,335766],[-267,-59]],[[257338,335707],[-1207,2676]],[[256131,338383],[31,2021]],[[273133,337068],[-79,883],[-538,-576]],[[263585,335029],[-124,-484]],[[263461,334545],[-99,4]],[[263362,334549],[-9,1249],[-281,766]],[[263072,336564],[-161,1341]],[[264355,339246],[-770,-4217]],[[267163,335858],[4,-355]],[[267167,335503],[-680,-2475],[-459,116]],[[266028,333144],[-109,2607],[-257,3311]],[[276103,339687],[-56,-7726]],[[276047,331961],[-323,-24]],[[275724,331937],[-70,1389],[-359,2653],[-343,441]],[[222251,337667],[32,-5647]],[[222283,332020],[-589,1],[-2,-1624],[-1182,13]],[[220510,330410],[0,3663]],[[200145,328229],[-3228,29],[-2,-6474],[-1606,14]],[[204574,338763],[16,-15442]],[[204590,323321],[-1474,-28]],[[203116,323293],[-4,3258]],[[203103,336617],[208,1296],[-208,257]],[[203103,338170],[0,312]],[[203103,338482],[8,1396]],[[249362,339384],[-275,31],[115,-1382],[-335,-1404],[-366,-378],[270,-1925],[-281,-846],[135,-919]],[[248625,332561],[-364,176],[-4,-2806]],[[248257,329931],[-36,-137]],[[248221,329794],[-36,1335],[-212,-483]],[[247973,330646],[-400,66]],[[247573,330712],[0,4865]],[[247573,335577],[-6,5520]],[[272433,336843],[-475,-3705]],[[271958,333138],[-10,-83]],[[271948,333055],[-430,282]],[[271518,333337],[-367,-86]],[[271151,333251],[-126,2692],[-326,1639],[222,1422],[-102,1406]],[[251392,337392],[-291,-2345],[-136,397]],[[250965,335444],[-553,1154],[-247,1169]],[[250165,337767],[38,1181]],[[247573,335577],[-2090,162]],[[245483,335739],[13,3285]],[[286926,335501],[-145,-1821],[-233,206],[79,1506],[-351,140]],[[286276,335532],[78,4358]],[[286354,339890],[552,1171],[303,-80],[50,-5636],[-333,156]],[[256131,338383],[-53,-2345],[-292,-1220]],[[255786,334818],[-336,-820],[-354,712],[-199,-818]],[[254897,333892],[-239,1015],[76,3255]],[[286276,335532],[-676,145]],[[285600,335677],[-577,4]],[[285419,339738],[847,1102],[88,-950]],[[203103,338482],[0,-312]],[[259837,338179],[-278,-1956],[-1,-1386]],[[259558,334837],[-289,-248],[-329,1061]],[[271151,333251],[-416,-936],[-546,60]],[[270189,332375],[-338,1184],[43,2103]],[[250165,337767],[-126,96],[-281,-4503]],[[249758,333360],[-309,1168],[-404,124],[-420,-2091]],[[229927,334443],[-12,-3281]],[[229915,331162],[-1439,22]],[[228476,331184],[1,4846]],[[245032,339117],[-92,-1440],[-340,-1929],[-44,-3402],[-591,77]],[[243965,332423],[-591,68]],[[243374,332491],[12,3306],[-132,-126]],[[277508,338250],[-37,-6115]],[[277471,332135],[-595,-66]],[[276876,332069],[-829,-108]],[[264626,337536],[88,-2617],[-150,-1005]],[[264564,333914],[-285,822],[-464,206],[-191,-774]],[[263624,334168],[-163,377]],[[245483,335739],[-6,-4945]],[[245477,330794],[-2,-1651]],[[245475,329143],[-590,63],[-3,1642],[-263,-127]],[[244619,330721],[-662,64],[8,1638]],[[266028,333144],[-304,-143],[-504,-1878]],[[265220,331123],[-22,58]],[[265198,331181],[-124,1694],[-214,-289],[-296,1328]],[[279260,333397],[-157,-1140]],[[279103,332257],[-411,1984],[-405,-1720],[-166,127]],[[278121,332648],[-77,-460]],[[278044,332188],[-573,-53]],[[210378,329802],[0,-2771],[-614,433],[-745,-2270]],[[209019,325194],[-2,1368],[-3247,12],[1,-3243]],[[205771,323331],[-1181,-10]],[[282748,335160],[-108,-471]],[[282640,334689],[-343,-1479]],[[282297,333210],[-672,237]],[[281625,333447],[-169,331],[-186,2366]],[[275724,331937],[-313,-27]],[[275411,331910],[-1231,85]],[[232307,338491],[0,-2433],[148,-23],[1,-3216]],[[232456,332819],[-305,-2],[-149,-3256],[-295,1]],[[231707,329562],[-295,1],[-1,3262],[-292,-4],[0,1623]],[[234087,334441],[-14,-2089],[230,-1261]],[[234303,331091],[-538,-3686],[-283,598]],[[233482,328003],[-1,4815],[-1025,1]],[[260623,337347],[23,-3296],[103,-1581]],[[260749,332470],[-138,-25]],[[260611,332445],[-753,-140]],[[259858,332305],[-300,2532]],[[257338,335707],[-156,-2905],[-342,-2492]],[[256840,330310],[-446,716],[-239,-414]],[[256155,330612],[-245,215]],[[255910,330827],[24,1814],[-148,2177]],[[254026,337733],[-164,-1607],[-17,-2092],[167,-1717],[-89,-1888]],[[253923,330429],[-48,-579]],[[253875,329850],[-477,-215],[-128,791]],[[253270,330426],[-3,1967],[147,1493],[31,3867]],[[254897,333892],[-166,-2346]],[[254731,331546],[-712,-436],[-96,-681]],[[284107,336196],[0,-1815],[235,-1426]],[[284342,332955],[-25,-150]],[[284317,332805],[-216,-594],[-40,-1864]],[[284061,330347],[-198,-1249],[-361,-217]],[[283502,328881],[-237,1612]],[[283265,330493],[-76,1699],[-549,2497]],[[273559,332749],[-1601,389]],[[270189,332375],[-269,-1121]],[[269920,331254],[-1335,-829]],[[268585,330425],[-153,883],[95,1791],[-330,2070]],[[263072,336564],[-195,-3681],[-172,-21],[-175,-2137],[-273,-558]],[[262257,330167],[-331,919]],[[261926,331086],[76,2096],[534,3544]],[[261543,337211],[52,-385]],[[261595,336801],[-473,-3690]],[[261122,333111],[-373,-641]],[[253270,330426],[-331,-79]],[[252939,330347],[-8,1375],[-395,358],[-301,1417]],[[252235,333497],[19,3746]],[[250965,335444],[-26,-4865]],[[250939,330579],[-293,-638]],[[250646,329941],[-810,109]],[[249836,330050],[-78,3310]],[[281625,333447],[-251,-3124],[4,-1252],[-421,-1196]],[[280957,327875],[-522,-413],[-138,954]],[[280297,328416],[-332,3370],[-134,425]],[[224348,332816],[-1,-1627]],[[224347,331189],[-2064,20]],[[222283,331209],[0,811]],[[179740,322568],[3,-2452],[444,-2894],[103,-2182],[267,-2704],[564,-2760]],[[181121,309576],[-326,-2417],[-494,-1592]],[[180301,305567],[-2460,-124],[1,-805],[-4499,-63],[2,-553],[-829,-9],[-928,528],[-315,-3026]],[[171273,301515],[-312,1400]],[[170961,302915],[145,1407],[238,4958],[-64,9969]],[[171280,319249],[98,4],[-3,18110]],[[164248,337231],[-3,-3233],[301,-23],[0,-1605],[244,-1640],[325,-33],[5,-1631],[192,12],[4,-1614],[397,-45],[3,-1614],[314,77],[-22,-1690],[246,-211],[0,-3299]],[[166254,320682],[-755,1375],[-936,2625],[-284,-1411],[-421,-724],[101,-1704],[-444,1648],[-536,-409]],[[162979,322082],[-5,3222],[-296,222],[-393,1771],[197,1535],[-165,1791],[-326,509],[-446,3198],[-339,588],[-168,2433]],[[171280,319249],[-3410,-90],[36,-551]],[[167906,318608],[-267,446],[-750,39],[-88,1202],[-462,376]],[[166339,320671],[-85,11]],[[252235,333497],[-177,-1852],[-458,-1134]],[[251600,330511],[-661,68]],[[242130,335805],[-34,-6486]],[[242096,329319],[-637,87]],[[241459,329406],[3,1623],[-1032,137]],[[240430,331166],[104,1602],[10,3228]],[[268585,330425],[-242,-1949],[-248,-496]],[[268095,327980],[-738,4146]],[[267357,332126],[82,740],[-272,2637]],[[238036,329533],[-270,1020],[-9,-2177],[-298,111],[-9,-1669],[-302,-290]],[[237148,326528],[-149,21],[20,4291]],[[237019,330840],[144,2397],[-140,1638],[249,-26],[204,1843]],[[238075,336857],[-39,-7324]],[[261926,331086],[-253,-1944]],[[261673,329142],[-494,2572],[-57,1397]],[[239556,336116],[-9,-2441],[-149,23],[-7,-2427],[-202,25],[-8,-2654]],[[239181,328642],[-294,242],[-94,1576],[-757,-927]],[[237019,330840],[-164,-1085],[-526,-532],[-175,1675],[-128,-957]],[[236026,329941],[-115,4493]],[[263362,334549],[-670,-5484]],[[262692,329065],[-240,-1164]],[[262452,327901],[-195,2266]],[[212037,334134],[-2,-8177]],[[212035,325957],[-1,-4264]],[[212034,321693],[-669,4],[-4,-1665],[-293,7],[-3,-1619],[-292,8],[-1,-1623],[-585,17],[-91,-1634]],[[210096,315188],[-586,7]],[[209510,315195],[-502,3],[-1,3241]],[[209007,318439],[12,6755]],[[284317,332805],[371,-2175],[955,-1730],[26,-1206]],[[285669,327694],[-54,-767],[-593,-358],[-140,698]],[[284882,327267],[-821,3080]],[[285600,335677],[126,-1604],[273,-883]],[[285999,333190],[-398,-1100],[175,-2297],[-1124,1768],[-310,1394]],[[240430,331166],[-12,-5402],[-114,-39]],[[240304,325725],[-550,-592],[-185,1872],[-331,1451]],[[239238,328456],[-57,186]],[[226992,336062],[8,-6492]],[[227e3,329570],[-1,-749]],[[226999,328821],[0,-19]],[[226999,328802],[-475,-44],[-290,766],[-418,55]],[[225816,329579],[-586,-9],[-19,3244]],[[228476,331184],[-1,-1622]],[[228475,329562],[-1475,8]],[[243374,332491],[-161,-3273],[-723,82]],[[242490,329300],[-394,19]],[[257735,335317],[-73,-4276],[185,-1700]],[[257847,329341],[-411,-2087],[-227,202]],[[257209,327456],[-369,2854]],[[247573,330712],[-600,58]],[[246973,330770],[-1496,24]],[[286926,335501],[415,-496]],[[287690,334442],[20,-1175],[-419,-3065],[-333,-1394],[-288,214],[-380,1512],[-221,-1047],[-325,2540],[265,-143],[-10,1306]],[[259858,332305],[-101,-4380]],[[259757,327925],[-680,1377],[-289,-544]],[[258788,328758],[11,1469]],[[258799,330227],[35,4085]],[[258799,330227],[-519,-1708],[-228,632]],[[258052,329151],[-205,190]],[[267357,332126],[-461,-863],[33,-2552]],[[266929,328711],[-948,-960]],[[265981,327751],[263,2892],[-1024,480]],[[265198,331181],[-169,-1111],[-21,-2086]],[[265008,327984],[-272,-947],[-243,467],[-219,-1109]],[[264274,326395],[-566,1467]],[[263708,327862],[264,835],[-23,1267],[-316,3898]],[[263633,333862],[1,202]],[[263634,334064],[-10,104]],[[255910,330827],[-429,244],[-353,-1106]],[[255128,329965],[-397,1581]],[[283265,330493],[-572,-1458],[-346,398]],[[282347,329433],[-50,3777]],[[248221,329794],[-58,-95]],[[248163,329699],[-190,947]],[[249836,330050],[-441,-507]],[[249395,329543],[-1138,388]],[[263634,334064],[-1,-202]],[[263708,327862],[-580,-828]],[[263128,327034],[-436,2031]],[[236026,329941],[-4,-304]],[[236022,329637],[-175,-1477],[-443,-195],[-252,1214],[-191,-612]],[[234961,328567],[-77,886],[-581,1638]],[[231707,329562],[0,-1617]],[[231707,327945],[-1281,2]],[[230426,327947],[0,3299],[-261,-1414],[-247,176]],[[229918,330008],[-3,1154]],[[279103,332257],[-595,-3991]],[[278508,328266],[-251,855],[-213,3067]],[[214486,334091],[-13,-8132]],[[214473,325959],[-2438,-2]],[[217486,334073],[-2,-8135]],[[217484,325938],[-1494,19]],[[215990,325957],[0,8137]],[[219007,334077],[3,-8124]],[[219010,325953],[-1526,-15]],[[220510,330410],[0,-4461]],[[220510,325949],[-1500,4]],[[215990,325957],[-1517,2]],[[271518,333337],[-29,-4139],[-182,-3291]],[[271307,325907],[-296,68]],[[271011,325975],[-264,59]],[[270747,326034],[1,1307],[-511,2796],[-304,-278]],[[269933,329859],[-13,1395]],[[282347,329433],[-80,-3574]],[[282267,325859],[-165,-563],[-420,837],[-332,-60]],[[281350,326073],[-393,1802]],[[252939,330347],[-5,-701]],[[252934,329646],[-672,-91],[-323,-2399],[-173,1]],[[251766,327157],[-166,3354]],[[280297,328416],[-211,-1293]],[[280086,327123],[-581,255],[-754,-1252]],[[278751,326126],[-353,1413],[110,727]],[[271948,333055],[227,-2695]],[[272175,330360],[382,-2967],[-24,-1802]],[[272533,325591],[-107,26]],[[272426,325617],[-1119,290]],[[273595,331632],[-24,-1620]],[[273571,330012],[-1396,348]],[[261673,329142],[-449,-3851]],[[261224,325291],[-188,2236],[-289,965]],[[260747,328492],[203,1622],[-339,2331]],[[233482,328003],[-312,226]],[[233170,328229],[-399,-1548],[-1070,-1312]],[[231701,325369],[6,2576]],[[225816,329579],[10,-9732]],[[225826,319847],[-1469,0]],[[224357,319847],[-5,4513]],[[224352,324360],[-5,6829]],[[244619,330721],[-212,-1147],[105,-2458],[-223,-2903]],[[244289,324213],[-330,36],[-3,-1236],[-368,689],[-238,-589]],[[243350,323113],[-586,854],[-297,-183]],[[242467,323784],[23,5516]],[[260747,328492],[-422,-561],[-84,-1375],[-372,150]],[[259869,326706],[-112,1219]],[[188318,312721],[-108,-986]],[[188210,311735],[-183,-611],[-147,-4378],[653,-3],[-47,-2816]],[[188486,303927],[-643,1],[-1223,898],[-311,-3086],[-1306,2189],[-1641,-13]],[[183362,303916],[1,5933]],[[183363,309849],[-2,22528]],[[268095,327980],[-175,-2988],[-203,-1444],[134,-484]],[[267851,323064],[-277,-501]],[[267574,322563],[-1,-3]],[[267573,322560],[-644,6151]],[[274045,331971],[332,-4443],[324,-1102]],[[274701,326426],[-806,-3867]],[[273895,322559],[-185,1400]],[[273710,323959],[-377,-576],[22,1922]],[[273355,325305],[216,4707]],[[278751,326126],[-5,-338]],[[278746,325788],[-367,682],[-294,-913],[-345,-2209]],[[277740,323348],[-312,427],[-120,1819]],[[277308,325594],[-233,1635],[-199,4840]],[[277308,325594],[-662,369],[-623,-753]],[[276023,325210],[-58,1792],[126,2469],[-367,2466]],[[275411,331910],[-586,-5936]],[[274825,325974],[-124,452]],[[222283,331209],[11,-6489]],[[222294,324720],[-137,-41]],[[222157,324679],[-1041,42],[0,-1614],[-294,3]],[[220822,323110],[-312,20]],[[220510,323130],[0,2819]],[[276023,325210],[-562,989]],[[275461,326199],[-228,-565],[-408,340]],[[269933,329859],[-238,-2104],[-19,-1655]],[[269676,326100],[-619,-853]],[[269057,325247],[-122,2958],[-350,2220]],[[255128,329965],[-90,-7353]],[[255038,322612],[-1051,45]],[[253987,322657],[8,5395],[-120,1798]],[[230426,327947],[0,-3244],[-137,1],[-1,-3821]],[[230288,320883],[-667,-984],[-127,786]],[[229494,320685],[-2,9491],[426,-168]],[[265981,327751],[-64,-576]],[[265917,327175],[-396,127],[-315,-711],[-198,1393]],[[224352,324360],[-359,353],[-1699,7]],[[229494,320685],[-431,1199]],[[229063,321884],[-238,-1062],[-352,454]],[[228473,321276],[2,8286]],[[241459,329406],[-204,-4750]],[[241255,324656],[-449,-779],[-905,103]],[[239901,323980],[403,1745]],[[256155,330612],[-49,-8076]],[[256106,322536],[-1068,76]],[[234961,328567],[-3,-2253],[-315,-6],[0,-2676]],[[234643,323632],[-1174,5]],[[233469,323637],[0,1895],[-295,3],[-4,2694]],[[262452,327901],[-222,-2978],[129,-2605]],[[262359,322318],[-796,-48]],[[261563,322270],[-276,-33]],[[261287,322237],[-306,-7]],[[260981,322230],[247,1084],[-4,1977]],[[257209,327456],[-20,-5059]],[[257189,322397],[-1046,132]],[[256143,322529],[-37,7]],[[237148,326528],[-7,-1358],[-305,-767]],[[236836,324403],[-229,-383],[-21,-2059],[-606,-644]],[[235980,321317],[42,8320]],[[246973,330770],[-2,-5539]],[[246971,325231],[-1504,75]],[[245467,325306],[8,3837]],[[245467,325306],[-8,-2742],[-290,30]],[[245169,322594],[-399,-324],[-210,-1347]],[[244560,320923],[13,2577],[-284,713]],[[248163,329699],[-214,-2387],[219,-627],[20,-1533],[-293,-395],[-116,-1725],[-268,-566]],[[247511,322466],[186,-1296],[-172,-1230]],[[247525,319940],[-289,-503]],[[247236,319437],[-2,1326]],[[247234,320763],[22,4543],[-285,-75]],[[251766,327157],[-13,-4699]],[[251753,322458],[-101,0]],[[251652,322458],[-541,-5]],[[251111,322453],[-505,-9]],[[250606,322444],[40,7497]],[[283502,328881],[-231,-2074]],[[283271,326807],[-356,-2933],[-358,-1181]],[[282557,322693],[-108,2562],[-182,604]],[[239238,328456],[-4,-1941],[-493,49],[-203,-1309],[-493,-195],[5,-2146]],[[238050,322914],[-1029,136],[-185,1353]],[[269057,325247],[-524,-1430]],[[268533,323817],[-371,-223]],[[268162,323594],[-311,-530]],[[253987,322657],[-600,-192]],[[253387,322465],[-453,-3]],[[252934,322462],[-51,3]],[[252883,322465],[51,7181]],[[273355,325305],[-822,286]],[[285469,320638],[-203,-948],[-926,-816]],[[284340,318874],[-64,5013]],[[284276,323887],[204,503],[398,-2748],[591,-1004]],[[284882,327267],[-235,-2198],[118,-897]],[[284765,324172],[-259,864],[-282,-1162]],[[284224,323874],[-953,2933]],[[258788,328758],[-158,-3843]],[[258630,324915],[-206,2015],[-376,1415],[4,806]],[[249395,329543],[-32,-7084]],[[249363,322459],[-223,-9]],[[249140,322450],[-1629,16]],[[270747,326034],[-688,163]],[[270059,326197],[-383,-97]],[[250606,322444],[-430,-12]],[[250176,322432],[-813,27]],[[252883,322465],[-1130,-7]],[[235980,321317],[-18,-3815]],[[235962,317502],[-20,-4124]],[[235942,313378],[-1326,-11]],[[234616,313367],[-2,3239],[-338,-2]],[[234276,316604],[0,3244],[171,1607],[196,17],[0,2160]],[[226999,328802],[9,-8951]],[[227008,319851],[-1,-3236]],[[227007,316615],[-1172,1]],[[225835,316616],[-9,3231]],[[228473,321276],[-555,611],[-74,2247],[-845,4687]],[[258630,324915],[-2,-2532]],[[258628,322383],[-1295,15]],[[257333,322398],[-144,-1]],[[242467,323784],[-5,-1009]],[[242462,322775],[-297,41],[-5,-1617],[-876,479]],[[241284,321678],[-151,871],[122,2107]],[[259869,326706],[27,-4377]],[[259896,322329],[-1243,53]],[[258653,322382],[-25,1]],[[263128,327034],[11,-1303],[-212,-3409]],[[262927,322322],[-101,-5]],[[262826,322317],[-467,1]],[[200462,326631],[361,-4881]],[[200823,321750],[-379,16],[-5,-7060]],[[200439,314706],[-1451,-14]],[[198988,314692],[-3680,23]],[[229063,321884],[-7,-2046]],[[229056,319838],[-2048,13]],[[267573,322560],[-1043,-137]],[[266530,322423],[-489,3118],[-223,-91]],[[265818,325450],[99,1725]],[[285669,327694],[310,746],[30,-1788],[-452,-995],[295,-346],[-138,-1387],[-575,-2025],[-396,1477],[22,796]],[[260981,322230],[-364,32]],[[260617,322262],[-721,67]],[[281350,326073],[46,-5342],[-149,-3077],[243,-284]],[[281490,317370],[-394,-3132]],[[281096,314238],[-204,2184],[-465,3449]],[[280427,319871],[-419,2517],[-71,1882],[149,2853]],[[239901,323980],[-690,-4023],[1,-1632]],[[239212,318325],[-296,-555]],[[238916,317770],[-881,35]],[[238035,317805],[15,5109]],[[233469,323637],[-441,-557],[-20,-6469]],[[233008,316611],[1,-1619],[-439,-6]],[[232570,314986],[-587,-6],[0,1619],[-585,2]],[[231398,316601],[2,1620]],[[231400,318221],[7,5253],[294,1895]],[[265818,325450],[-331,-347],[-413,-2793]],[[265074,322310],[-349,6]],[[264725,322316],[-533,16]],[[264192,322332],[82,4063]],[[231400,318221],[-877,0]],[[230523,318221],[1,2620],[-236,42]],[[264192,322332],[-835,-2]],[[263357,322330],[-430,-8]],[[280427,319871],[-1132,-401]],[[279295,319470],[-372,2213]],[[278923,321683],[-155,1648],[-22,2457]],[[284224,323874],[52,13]],[[284340,318874],[-211,-331]],[[284129,318543],[-198,2128],[-360,239],[-380,1072],[-481,71]],[[282710,322053],[-153,640]],[[203116,323293],[0,-1615],[261,2],[1,-1550],[-729,1]],[[202649,320131],[-58,616],[-705,53],[-101,-673],[-844,4],[-118,1619]],[[209007,318439],[-587,-7],[1,-1615],[-294,-10],[-3,-1617],[-1242,-7],[0,-4792]],[[206882,310391],[-1173,-5]],[[205709,310386],[1,4846],[62,-6],[-1,8105]],[[270059,326197],[-28,-6431],[221,-1212]],[[270252,318554],[-254,-3697],[-212,-1915]],[[269786,312942],[-11,23]],[[269775,312965],[-379,2612],[-91,3608]],[[269305,319185],[-142,3645],[-154,854],[-476,133]],[[276023,325210],[227,-1072],[186,597],[147,-1356],[71,-2679],[-218,-1752]],[[276436,318948],[-6,0]],[[276430,318948],[-1089,137]],[[275341,319085],[120,7114]],[[278923,321683],[-437,-2239],[-436,98]],[[278050,319542],[11,671]],[[278061,320213],[-25,1291],[-296,1844]],[[275341,319085],[-679,65]],[[274662,319150],[-651,42],[43,2132],[-159,1235]],[[271464,320921],[-199,-1405],[-198,-4516]],[[271067,315e3],[-604,2048],[-211,1506]],[[271011,325975],[333,-4682],[120,-372]],[[282710,322053],[66,-1015],[-81,-3692]],[[282695,317346],[-1205,24]],[[214473,325959],[-5,-8115]],[[214468,317844],[-992,-9]],[[213476,317835],[-1442,8]],[[212034,317843],[0,3850]],[[272173,319555],[-237,565]],[[271936,320120],[-472,801]],[[272426,325617],[-120,-2206],[-216,-215],[83,-3641]],[[219010,325953],[-5,-8103]],[[219005,317850],[-1126,11]],[[217879,317861],[-406,0]],[[217473,317861],[11,8077]],[[220510,323130],[0,-5304]],[[220510,317826],[-1158,20]],[[219352,317846],[-347,4]],[[215990,325957],[-18,-8108]],[[215972,317849],[-1028,11]],[[214944,317860],[-476,-16]],[[277740,323348],[-316,-945],[31,-1526],[-351,-1962]],[[277104,318915],[-668,33]],[[217473,317861],[-1061,-16]],[[216412,317845],[-440,4]],[[273710,323959],[112,-2797],[-91,-1953]],[[273731,319209],[-1617,15]],[[272114,319224],[59,331]],[[266530,322423],[-186,-14]],[[266344,322409],[-1079,-93]],[[265265,322316],[-191,-6]],[[247234,320763],[-1924,142],[-2,-829]],[[245308,320076],[-139,2518]],[[224357,319847],[-575,10],[0,-4860]],[[223782,314997],[-488,-1],[-284,811]],[[223010,315807],[139,1188],[-267,11],[14,2696],[-285,-467]],[[222611,319235],[-167,661],[-83,3113],[-204,1670]],[[284158,318179],[-29,364]],[[285469,320638],[29,1355],[695,561],[-107,-1081],[521,322],[-484,-2668],[-165,-1717],[-182,-44],[-131,1684],[-204,-1777],[-551,162],[-575,-954],[-157,1698]],[[222611,319235],[-441,-168],[-51,-1639],[-679,-8]],[[221440,317420],[-149,817],[-33,3268],[-436,-2],[0,1607]],[[164640,304627],[231,-1775],[-418,-877],[-322,2121],[509,531]],[[165054,305328],[976,-1440],[-461,-704],[-359,131],[-156,2013]],[[166339,320671],[-2,-7969],[-90,-1807]],[[166247,310895],[-250,760],[-867,-159],[-357,994],[-804,202],[-490,-416],[-116,1396],[-373,1056],[124,2395],[-24,2471],[-171,1150],[60,1338]],[[241284,321678],[-584,-794],[39,-1065]],[[240739,319819],[-931,86],[-3,-1605]],[[239805,318300],[-593,25]],[[238035,317805],[-614,-1483]],[[237421,316322],[-244,500],[-834,91],[-381,589]],[[244560,320923],[-20,-4593],[-199,25],[193,-1934]],[[244534,314421],[-604,81],[-3,-1622],[-230,23]],[[243697,312903],[96,2891],[-160,660],[20,4598],[-307,36],[4,2025]],[[269305,319185],[-840,-2741],[-145,-912]],[[268320,315532],[-168,2206],[10,5856]],[[243697,312903],[-75,13]],[[243622,312916],[-905,125]],[[242717,313041],[1,2457],[-235,29],[98,2072],[20,5168],[-139,8]],[[274662,319150],[434,-3775]],[[275096,315375],[-397,-1019],[74,-878],[-605,-586],[-6,1090],[-378,-1531]],[[273784,312451],[4,1591]],[[273788,314042],[49,2841],[-106,2326]],[[234276,316604],[-1268,7]],[[268320,315532],[-415,-2628]],[[267905,312904],[-174,218]],[[267731,313122],[-145,795]],[[267586,313917],[-653,2806]],[[266933,316723],[-40,540]],[[266893,317263],[305,3008],[323,1133],[53,1159]],[[205709,310386],[-2,-1614],[-1700,0]],[[204007,308772],[-1371,-6],[-3,3352]],[[202633,312118],[-147,1515],[16,6496],[147,2]],[[278050,319542],[43,-1242],[-360,-2633]],[[277733,315667],[-629,3248]],[[221440,317420],[1,-4034],[-493,-32]],[[220948,313354],[-223,1273],[-207,-261]],[[220518,314366],[-8,3460]],[[242717,313041],[-496,63]],[[242221,313104],[-106,14]],[[242115,313118],[5,1627],[-291,31],[-264,1665],[-303,325],[6,1345],[-291,53],[9,1622],[-247,33]],[[256004,318053],[-462,772]],[[255542,318825],[-243,556],[-714,-1852],[-404,1290],[-162,1541],[-347,181]],[[253672,320541],[-285,1924]],[[256143,322529],[-11,-3407],[-128,-1069]],[[245308,320076],[-7,-2464],[140,-1661]],[[245441,315951],[-7,-3254],[151,-26],[-6,-2481],[-150,6]],[[245429,310196],[-103,136],[-579,3569],[-213,520]],[[266893,317263],[-555,643],[-280,1346]],[[266058,319252],[-12,1037],[298,2120]],[[257333,322398],[-17,-8213]],[[257316,314185],[-332,545],[-546,1972]],[[256438,316702],[-434,1351]],[[252925,317998],[-982,22]],[[251943,318020],[-96,1897],[-197,-2],[2,2543]],[[252934,322462],[-9,-4464]],[[253555,314761],[-47,-2207]],[[253508,312554],[-481,7]],[[253027,312561],[-4,5160],[-98,277]],[[253672,320541],[-117,-5780]],[[251943,318020],[-47,-2986]],[[251896,315034],[-984,33]],[[250912,315067],[1,4042],[197,807],[1,2537]],[[249142,318304],[-519,9],[-251,-975]],[[248372,317338],[-343,700],[-215,-623]],[[247814,317415],[-5,2533],[-284,-8]],[[249140,322450],[2,-4146]],[[250912,315067],[-438,-278]],[[250474,314789],[-147,-6],[-2,4867],[-149,0],[0,2782]],[[250474,314789],[-2,-1631]],[[250472,313158],[-642,1090],[-534,3]],[[249296,314251],[-2,2446],[-152,1607]],[[266058,319252],[-82,-420]],[[265976,318832],[-275,-140]],[[265701,318692],[-106,2241],[-330,1383]],[[258653,322382],[-137,-6674],[89,-612]],[[258605,315096],[-29,-1679],[-447,-518],[-146,1195]],[[257983,314094],[-427,804],[-240,-713]],[[260678,319948],[-562,-4378],[-610,-2702],[-150,-76]],[[259356,312792],[-223,839],[-30,1451],[-498,14]],[[260617,322262],[61,-2314]],[[263365,319856],[101,-595],[-208,-1794],[7,-2679]],[[263265,314788],[-172,733],[-550,214]],[[262543,315735],[233,4869]],[[262776,320604],[50,1713]],[[263357,322330],[8,-2474]],[[264725,322316],[-135,-684],[239,-2782],[-180,-2853]],[[264649,315997],[-86,-841]],[[264563,315156],[-22,277]],[[264541,315433],[-329,3527],[-293,882],[-554,14]],[[262543,315735],[-381,-217]],[[262162,315518],[-1,1816],[-262,888]],[[261899,318222],[232,964],[228,3132]],[[261899,318222],[-334,1613],[-2,2435]],[[265701,318692],[-212,-1319]],[[265489,317373],[-231,351],[-271,-1838],[-338,111]],[[284158,318179],[119,-1091],[-640,-3358],[-489,-1594]],[[283148,312136],[-159,657],[-294,4553]],[[261287,322237],[-239,-2821],[0,-1352],[-233,-2520]],[[260815,315544],[-137,4404]],[[262162,315518],[-52,-656]],[[262110,314862],[-108,4]],[[262002,314866],[-1168,24]],[[260834,314890],[-19,654]],[[230523,318221],[0,-1628],[-295,-3],[-4,-3251]],[[230224,313339],[-873,12]],[[229351,313351],[0,1622],[-293,812]],[[229058,315785],[-2,4053]],[[202633,312118],[-979,1703],[-317,896],[-898,-11]],[[279295,319470],[266,-2708],[-183,-3842]],[[279378,312920],[-224,-636],[-333,-2783]],[[278821,309501],[-4,24]],[[278817,309525],[-1052,5966]],[[277765,315491],[-32,176]],[[212034,317843],[-3,-8091]],[[212031,309752],[0,-188]],[[212031,309564],[-1940,9],[5,5615]],[[272114,319224],[155,-4645]],[[272269,314579],[-1,-1445]],[[272268,313134],[-327,-920],[-286,1648]],[[271655,313862],[-588,1138]],[[247236,319437],[-213,565],[88,-2172],[-320,-435],[282,-923],[-325,-595]],[[246748,315877],[-1307,74]],[[255542,318825],[30,-628],[-318,-3711]],[[255254,314486],[-1699,275]],[[166086,290611],[276,-965],[-300,-16],[24,981]],[[167726,304768],[-743,1873],[-183,2255],[-553,1999]],[[167906,318608],[691,-9433],[-104,-2110],[-329,6],[-438,-2303]],[[247814,317415],[-122,-2322],[127,-841]],[[247819,314252],[0,-807]],[[247819,313445],[-294,-28],[6,-1584],[-272,-13]],[[247259,311820],[-473,1881]],[[246786,313701],[-38,2176]],[[260834,314890],[37,-1200]],[[260871,313690],[-340,-2929],[-579,-3107]],[[259952,307654],[-731,14]],[[259221,307668],[-12,4227],[147,897]],[[281096,314238],[217,-1643],[-222,-1225]],[[281091,311370],[-528,-425],[-618,1727],[-567,248]],[[223010,315807],[-346,-3461]],[[222664,312346],[46,-2146]],[[222710,310200],[-463,2268],[-59,-1528],[-214,361]],[[221974,311301],[-292,391],[-321,-718],[-413,2380]],[[242115,313118],[-438,43],[-4,-817],[-514,69],[-222,-771]],[[240937,311642],[-45,1094],[-302,570]],[[240590,313306],[-42,1616],[-478,872],[30,2513],[-295,-7]],[[225835,316616],[-146,-4],[-1,-3243]],[[225688,313369],[-284,3],[-145,-1083],[-582,7],[-438,-808]],[[224239,311488],[-1,1890],[-456,-2],[0,1621]],[[229058,315785],[-745,-262],[155,-2162],[-579,4]],[[227889,313365],[-586,3]],[[227303,313368],[-1,3244],[-295,3]],[[264541,315433],[-415,-1026]],[[264126,314407],[-860,-258]],[[263266,314149],[-1,639]],[[266933,316723],[-339,-3833]],[[266594,312890],[-433,-921]],[[266161,311969],[-142,1338]],[[266019,313307],[139,813],[-135,1990],[115,1469],[-162,1253]],[[168718,285870],[613,-3553],[-362,241],[-251,3312]],[[168675,294217],[663,-1336],[119,-1995],[-366,418],[-149,2047],[-267,866]],[[170961,302915],[-533,9],[-383,-3729]],[[170045,299195],[-299,468],[-188,-1226],[-342,667],[55,1824],[-185,2348],[-237,1371],[-531,-106],[-203,-603],[-389,830]],[[273788,314042],[-1519,537]],[[269786,312942],[-1189,-5125]],[[268597,307817],[-93,1502]],[[268504,309319],[-251,3128],[-348,457]],[[276707,313833],[-152,-754],[-450,18],[-676,-2348]],[[275429,310749],[-151,2724]],[[275278,313473],[-182,1902]],[[276430,318948],[164,-2140],[207,-809],[-94,-2166]],[[277765,315491],[-510,-6013]],[[277255,309478],[-68,132]],[[277187,309610],[-190,3520],[-290,703]],[[256438,316702],[-14,-6930]],[[256424,309772],[0,-270]],[[256424,309502],[-1170,99]],[[255254,309601],[0,4885]],[[266019,313307],[-494,36]],[[265525,313343],[-95,2291],[59,1739]],[[271655,313862],[-387,-3128],[-316,-1221],[-138,-1800]],[[270814,307713],[-619,2360],[-220,1485]],[[269975,311558],[-189,1384]],[[209510,315195],[7,-9723]],[[209517,305472],[-585,10],[0,-1637],[-1755,87],[0,1633],[-298,9]],[[206879,305574],[3,4817]],[[249296,314251],[-147,-1]],[[249149,314250],[-1330,2]],[[240590,313306],[-340,47],[-91,-2176],[-1279,142]],[[238880,311319],[36,6451]],[[231398,316601],[2,-3247],[-148,-1629],[-731,-2]],[[230521,311723],[-297,19],[0,1597]],[[253027,312561],[-593,32]],[[252434,312593],[1,817],[-542,-5]],[[251893,313405],[3,1629]],[[216412,317845],[0,-8101]],[[216412,309744],[-260,3]],[[216152,309747],[-1208,11]],[[214944,309758],[0,8102]],[[217879,317861],[-4,-8109]],[[217875,309752],[-265,-6]],[[217610,309746],[-1198,-2]],[[214944,309758],[-258,1]],[[214686,309759],[-1211,-2]],[[213475,309757],[1,8078]],[[219352,317846],[-4,-8079]],[[219348,309767],[-278,10]],[[219070,309777],[-1195,-25]],[[220518,314366],[0,-4631]],[[220518,309735],[-1170,32]],[[238880,311319],[-3,-1067]],[[238877,310252],[-196,24]],[[238681,310276],[-1273,171]],[[237408,310447],[13,5875]],[[213475,309757],[-250,-2]],[[213225,309755],[-1194,-3]],[[265525,313343],[-379,-1617]],[[265146,311726],[-589,2243],[6,1187]],[[283148,312136],[-617,-2746]],[[282531,309390],[-232,1787],[-388,-117],[-188,-953]],[[281723,310107],[-370,469]],[[281353,310576],[-262,794]],[[237408,310447],[-890,102],[31,-3035]],[[236549,307514],[-631,-50]],[[235918,307464],[24,5914]],[[257983,314094],[-89,-4491]],[[257894,309603],[-1470,169]],[[267586,313917],[-206,-1091],[-615,-312]],[[266765,312514],[-171,376]],[[227303,313368],[-1,-4055]],[[227302,309313],[-1606,12]],[[225696,309325],[-8,4044]],[[232570,314986],[0,-1620],[-300,-11],[2,-6507]],[[232272,306848],[-593,2]],[[231679,306850],[-1159,9]],[[230520,306859],[1,4864]],[[234616,313367],[-304,7],[0,-4907],[-291,4],[-15,-1618]],[[234006,306853],[-1734,-5]],[[246786,313701],[-19,-2054],[-497,-863],[38,-1147],[-293,-1724],[-253,399],[310,-1738],[-364,-407]],[[245708,306167],[3,-24]],[[245711,306143],[-453,5]],[[245258,306148],[92,410],[79,3638]],[[229351,313351],[-149,-2],[-1,-3219],[-146,-6]],[[229055,310124],[-301,797],[-865,13],[0,2431]],[[224239,311488],[147,-1345],[-3,-3288]],[[224383,306855],[-432,-385],[-522,1415]],[[223429,307885],[-656,27],[-63,2288]],[[263266,314149],[3,-2538]],[[263269,311611],[-982,-374]],[[262287,311237],[-274,215],[97,3410]],[[278817,309525],[-155,-872]],[[278662,308653],[-702,872],[-466,-1308]],[[277494,308217],[-239,1261]],[[265146,311726],[62,-1577]],[[265208,310149],[-838,21]],[[264370,310170],[1,855]],[[264371,311025],[-245,3382]],[[275429,310749],[0,-38]],[[275429,310711],[-371,-1301],[-162,-2339]],[[274896,307071],[-379,-1286]],[[274517,305785],[-288,-570],[-418,2121],[121,1598]],[[273932,308934],[155,2001],[-303,1516]],[[212031,309564],[-10,-8889]],[[212021,300675],[-15,-4739]],[[212006,295936],[-1274,-7]],[[210732,295929],[1,1618],[-582,-19],[5,3039],[-348,-1],[0,4885],[-291,21]],[[251893,313405],[-148,-262],[-98,-2422]],[[251647,310721],[-1175,275]],[[250472,310996],[0,2162]],[[259221,307668],[-550,-1892]],[[258671,305776],[-416,2982]],[[258255,308758],[-361,845]],[[262002,314866],[-202,-2820],[-428,-1223],[-148,-1566],[-209,4]],[[261015,309261],[-144,4429]],[[262287,311237],[-115,-5511]],[[262172,305726],[-1045,-291]],[[261127,305435],[-112,3826]],[[204007,308772],[-2,-8089],[-357,6],[0,-3269],[-895,189],[3,-3357]],[[202756,294252],[-282,-80],[-3451,20]],[[199023,294192],[-10,14576],[-25,5924]],[[199023,294192],[-802,21],[0,-5147]],[[198221,289066],[-2916,138]],[[195305,289204],[0,10598]],[[255254,309601],[-292,45]],[[254962,309646],[-1501,262]],[[253461,309908],[47,2646]],[[221974,311301],[-1,-5776]],[[221973,305525],[-842,203],[-613,2379]],[[220518,308107],[0,1628]],[[273932,308934],[-751,-1023],[-232,-720],[-385,1197]],[[272564,308388],[-296,4746]],[[245258,306148],[-220,-1244],[179,-1807],[-328,48],[-478,1054]],[[244411,304199],[-66,1224]],[[244345,305423],[-235,2560],[-507,303],[19,4630]],[[264371,311025],[-903,8],[-199,578]],[[250472,310996],[3,-4065]],[[250475,306931],[-737,17]],[[249738,306948],[0,538],[-588,29]],[[249150,307515],[-1,6735]],[[249150,307515],[-2,-541],[-585,15]],[[248563,306989],[-568,-78]],[[247995,306911],[2,1971],[-165,659],[-13,3904]],[[267731,313122],[-172,-4100]],[[267559,309022],[-165,-650],[-348,481],[-159,-755]],[[266887,308098],[-122,4416]],[[277187,309610],[-200,-184],[-957,-3894]],[[276030,305532],[-239,1408],[128,659],[-179,3128],[-311,-16]],[[272564,308388],[-61,-777]],[[272503,307611],[-371,-2256]],[[272132,305355],[-182,82],[-533,1971],[-394,-959]],[[271023,306449],[-209,1264]],[[261127,305435],[65,-2172]],[[261192,303263],[-366,-424]],[[260826,302839],[-582,505]],[[260244,303344],[-292,4310]],[[247116,305288],[0,-1624]],[[247116,303664],[-574,36]],[[246542,303700],[-7,2441],[-827,26]],[[247259,311820],[2,-3021],[-145,16],[0,-3527]],[[247995,306911],[-1,-1623],[-878,0]],[[266161,311969],[-151,-1209],[137,-1333]],[[266147,309427],[-550,-3124]],[[265597,306303],[-143,-536],[-540,1289]],[[264914,307056],[377,2075],[-83,1018]],[[252434,312593],[-3,-7006]],[[252431,305587],[-491,-269]],[[251940,305318],[-293,8]],[[251647,305326],[0,5395]],[[229055,310124],[0,-2981]],[[229055,307143],[-102,-1894]],[[228953,305249],[-1646,5]],[[227307,305254],[-5,4059]],[[230520,306859],[-129,-799],[-366,1]],[[230025,306061],[-236,1077],[-734,5]],[[225696,309325],[4,-2728]],[[225700,306597],[-87,-540],[-545,799],[-164,-1383]],[[224904,305473],[-175,-372],[-346,1754]],[[235918,307464],[-20,-4634]],[[235898,302830],[-25,-5641]],[[235873,297189],[-725,1210]],[[235148,298399],[-85,1118],[-236,-357],[-302,2195],[-518,1395]],[[234007,302750],[-1,4103]],[[240937,311642],[-27,-4926]],[[240910,306716],[-580,117]],[[240330,306833],[-387,76],[-25,1423],[-898,817],[-143,1103]],[[192649,296055],[0,-2067],[-471,-22],[-761,-1596],[-17,-3435]],[[191400,288935],[-519,-982],[-411,-2924],[-457,4942],[-260,4020]],[[189753,293991],[-316,3938],[-198,-1382],[-453,2730],[43,1284],[-343,3366]],[[268504,309319],[-576,-1452],[-270,224]],[[267658,308091],[-99,931]],[[242221,313104],[-71,-8013]],[[242150,305091],[-288,-50]],[[241862,305041],[-455,1583],[-497,92]],[[244345,305423],[-785,1742],[-49,-1484],[-582,-12],[0,-545]],[[242929,305124],[-779,-33]],[[266887,308098],[-133,-492]],[[266754,307606],[-217,1202],[-390,619]],[[281353,310576],[-256,-2617],[-334,-211],[-135,-1226],[-339,132],[-50,-1711],[-247,-2039]],[[279992,302904],[-1171,6597]],[[269975,311558],[-244,-1242],[240,-2297],[-54,-2071],[-167,-825]],[[269750,305123],[-567,148],[-179,-1083]],[[269004,304188],[-407,3629]],[[253461,309908],[-84,-4366]],[[253377,305542],[-946,45]],[[223429,307885],[-1,-7045]],[[223428,300840],[-1456,0]],[[221972,300840],[1,4685]],[[263252,305382],[-219,27]],[[263033,305409],[-515,58]],[[262518,305467],[-346,259]],[[263269,311611],[-17,-6229]],[[264370,310170],[-2,-2778]],[[264368,307392],[-267,-204],[-179,-1893]],[[263922,305295],[-670,87]],[[271023,306449],[-385,-3232]],[[270638,303217],[-108,-158]],[[270530,303059],[5,561],[-727,-210],[-58,1713]],[[282531,309390],[61,24]],[[282592,309414],[10,-65]],[[282602,309349],[-405,-2626],[-165,-1820],[-109,2615]],[[281923,307518],[-200,2589]],[[251647,305326],[-877,-15]],[[250770,305311],[-293,-4],[-2,1624]],[[276030,305532],[200,-730]],[[276230,304802],[-500,-1759],[-394,2383],[-444,601],[4,1044]],[[281923,307518],[8,-4063],[-186,-1610],[-387,486],[-737,-285],[-373,-589]],[[280248,301457],[-33,176]],[[280215,301633],[-11,67]],[[280204,301700],[-212,1204]],[[237408,310447],[27,-3044],[293,-50],[-7,-3257]],[[237721,304096],[-23,-4862],[-351,60]],[[237347,299294],[-4,1]],[[237343,299295],[-252,2449],[-133,5739],[-409,31]],[[238681,310276],[-66,-2358],[143,-158],[46,-2922],[169,-1709]],[[238973,303129],[-231,-2]],[[238742,303127],[-202,-247],[-819,1216]],[[206879,305574],[2,-12856],[-37,-4822],[-1146,-121]],[[205698,287775],[-6,3219],[-1134,-5],[-3,1594],[-1724,6]],[[202831,292589],[-75,1663]],[[240330,306833],[-20,-6441]],[[240310,300392],[-587,-612]],[[239723,299780],[-511,1233],[-239,2116]],[[264914,307056],[-97,-2181]],[[264817,304875],[-449,1093],[0,1424]],[[254962,309646],[-4,-5675]],[[254958,303971],[0,-1619]],[[254958,302352],[-879,89]],[[254079,302441],[-98,2459],[-614,117]],[[253367,305017],[10,525]],[[183362,303916],[0,-11575]],[[183362,292341],[-1740,3],[0,1620],[-862,-20],[-3,-8075],[-686,-61]],[[180071,285808],[-439,260],[-94,887],[82,3389],[-151,600],[21,1938],[272,564]],[[179762,293446],[283,2148],[77,2692],[-106,4262],[274,1899],[11,1120]],[[181121,309576],[281,-790],[1201,-586],[253,1502],[507,147]],[[219070,309777],[-4,-8906]],[[219066,300871],[-1455,-38]],[[217611,300833],[-1,8913]],[[220518,308107],[-138,101],[-4,-7331]],[[220376,300877],[-1310,-6]],[[258255,308758],[-186,-144],[-224,-2438],[-291,-747],[-162,-1946],[-430,-1123],[-129,-1066]],[[256833,301294],[-358,590],[-165,1921]],[[256310,303805],[109,-16],[5,5713]],[[217611,300833],[-1456,-60]],[[216155,300773],[-3,8974]],[[216155,300773],[-1454,-106]],[[214701,300667],[-15,9092]],[[214701,300667],[-1476,8]],[[213225,300675],[0,9080]],[[277494,308217],[-65,-786],[217,-4445],[468,-2796]],[[278114,300190],[-479,-436],[-840,1115],[-215,922]],[[276580,301791],[-276,1144]],[[276304,302935],[225,772],[-299,1095]],[[213225,300675],[-1204,0]],[[256310,303805],[-1352,166]],[[280204,301700],[21,-471],[-685,-2076],[-529,-3188]],[[279011,295965],[-269,-6],[-253,2493]],[[278489,298452],[-185,3128],[-229,1784],[245,1596],[342,3693]],[[278489,298452],[-265,205],[-88,1174]],[[278136,299831],[-22,359]],[[266754,307606],[118,-2921]],[[266872,304685],[-494,-1390]],[[266378,303295],[-72,1227],[-571,652],[-138,1129]],[[227307,305254],[-1,-3184]],[[227306,302070],[-352,1622],[-507,-2568],[-302,757]],[[226145,301881],[90,1860],[-381,232],[-154,2624]],[[269004,304188],[84,-1081]],[[269088,303107],[-225,529]],[[268863,303636],[-374,-245]],[[268489,303391],[-548,1345]],[[267941,304736],[-283,3355]],[[267941,304736],[-591,-490]],[[267350,304246],[-195,-334]],[[267155,303912],[-283,773]],[[274517,305785],[-85,-1864],[134,-4155],[-61,-616]],[[274505,299150],[-581,663],[-511,1884]],[[273413,301697],[-135,2327],[-372,1680],[-227,39],[-176,1868]],[[258671,305776],[-63,-2961]],[[258608,302815],[-229,-1970],[-471,-601],[9,-685]],[[257917,299559],[-515,1403],[-542,-470]],[[256860,300492],[-27,802]],[[221972,300840],[4,-1864]],[[221976,298976],[-229,1201],[-392,509],[-834,191]],[[220521,300877],[-145,0]],[[224904,305473],[0,-4595]],[[224904,300878],[-1476,-38]],[[260244,303344],[-448,-474],[-461,-1878]],[[259335,300992],[-374,2733],[-353,-910]],[[273413,301697],[-85,-3220]],[[273328,298477],[-403,-1010]],[[272925,297467],[-503,1412],[-567,2766]],[[271855,301645],[277,3710]],[[249738,306948],[7,-5486]],[[249745,301462],[-730,-2],[-438,571]],[[248577,302031],[-14,4958]],[[237343,299295],[-645,694],[-800,2841]],[[271855,301645],[-224,-1169]],[[271631,300476],[-514,964],[-162,2031],[-317,-254]],[[264817,304875],[-499,-1732]],[[264318,303143],[-198,104],[-7,-5871]],[[264113,297376],[-299,18],[-3,-1823]],[[263811,295571],[-420,-902]],[[263391,294669],[-672,168]],[[262719,294837],[116,1165]],[[262835,296002],[415,1551],[228,1602]],[[263478,299155],[298,1539],[245,2560],[-99,2041]],[[230025,306061],[101,-881],[-211,-1084],[101,-2120]],[[230016,301976],[-186,350],[-327,-1482],[-269,387],[-183,1849]],[[229051,303080],[-98,2169]],[[244411,304199],[-353,-701],[-25,-3600]],[[244033,299898],[-1166,155]],[[242867,300053],[62,5071]],[[276304,302935],[-783,-2654],[-394,-674],[-382,-2307]],[[274745,297300],[-240,1850]],[[265597,306303],[-143,-2279],[195,-1400]],[[265649,302624],[-510,-2675]],[[265139,299949],[-116,-620]],[[265023,299329],[-659,3103],[-46,711]],[[248577,302031],[0,-1380],[-585,-270],[-2,-1632]],[[247990,298749],[-442,543],[316,1089],[-750,38]],[[247114,300419],[2,3245]],[[250770,305311],[4,-4878],[-150,-1369]],[[250624,299064],[-878,-312]],[[249746,298752],[-1,2710]],[[231679,306850],[149,-590],[1,-3199],[271,-1474],[224,-5]],[[232324,301582],[-241,-630]],[[232083,300952],[-247,888],[-429,-565],[-250,-1798],[-558,-652]],[[230599,298825],[-125,949],[-568,1263],[110,939]],[[234007,302750],[-176,481],[-257,-1570]],[[233574,301661],[-669,201],[-133,967],[-448,-1247]],[[241862,305041],[-376,-48],[-11,-1571],[394,-3307]],[[241869,300115],[-693,133]],[[241176,300248],[-866,144]],[[226145,301881],[-3,-7871]],[[226142,294010],[-1232,-6]],[[224910,294004],[-6,6874]],[[266378,303295],[-305,-1110]],[[266073,302185],[-424,439]],[[246542,303700],[-5,-6913],[-293,-2],[0,-1616]],[[246244,295169],[-1256,-5]],[[244988,295164],[-45,601]],[[244943,295765],[269,599],[-236,1265],[282,815],[-40,1455],[303,-382],[-185,3716],[560,1252],[-185,1658]],[[244943,295765],[-41,-823],[-579,866]],[[244323,295808],[8,4034],[-298,56]],[[262518,305467],[-156,-2441],[-200,-874]],[[262162,302152],[-936,-50]],[[261226,302102],[-34,1161]],[[253367,305017],[-117,-5834]],[[253250,299183],[-737,-1766]],[[252513,297417],[38,554],[-611,6],[-2,2436]],[[251938,300413],[2,4905]],[[210732,295929],[-587,-11],[-3,-3235],[-124,-7],[0,-8008],[-134,-3]],[[209884,284665],[-2861,-35],[-28,-8243]],[[206995,276387],[-1400,-32],[4,8250],[101,1],[-2,3169]],[[263478,299155],[-127,1132],[-280,33]],[[263071,300320],[-38,5089]],[[179762,293446],[-4058,-181]],[[175704,293265],[-2643,-5],[-585,89],[-362,1122],[-387,245]],[[171727,294716],[267,2870],[-339,971],[-382,2958]],[[263071,300320],[-494,-473]],[[262577,299847],[-380,582]],[[262197,300429],[-35,1723]],[[270530,303059],[-303,-446],[112,-1813],[-159,-1241],[160,-3138]],[[270340,296421],[-326,1801]],[[270014,298222],[-319,2646],[-607,2239]],[[251938,300413],[-588,24],[-1,-1081],[-287,-276]],[[251062,299080],[-438,-16]],[[229051,303080],[-27,-97]],[[229024,302983],[-420,-2885],[-33,-1359],[-271,1490],[50,1869],[-342,-239],[-177,-1289],[-249,387],[-61,1401]],[[227521,302358],[-215,-288]],[[242867,300053],[0,-1626]],[[242867,298427],[-989,64]],[[241878,298491],[-9,1624]],[[254079,302441],[14,-7371]],[[254093,295070],[-914,185]],[[253179,295255],[71,3928]],[[268489,303391],[-191,-580],[-387,-2963],[106,-884]],[[268017,298964],[-130,-739]],[[267887,298225],[-343,99],[-450,1171]],[[267094,299495],[12,1605]],[[267106,301100],[49,2812]],[[189753,293991],[-1506,-3],[-6,-4849],[-1376,-19],[-349,1601],[-5,-14590]],[[186511,276131],[-3149,-35]],[[183362,276096],[0,16245]],[[267106,301100],[-728,2195]],[[238742,303127],[-74,-8950]],[[238668,294177],[-668,109]],[[238e3,294286],[-287,2381]],[[237713,296667],[-388,1098],[22,1529]],[[256860,300492],[-290,-2960],[-338,-792],[-245,-1877]],[[255987,294863],[-144,1386],[-293,274]],[[255550,296523],[0,1620],[-291,54],[-9,3268],[-292,887]],[[268863,303636],[139,-2861],[323,-3555]],[[269325,297220],[-471,-581]],[[268854,296639],[-87,-160]],[[268767,296479],[-371,1042],[-216,-421],[-163,1864]],[[227521,302358],[-8,-8969]],[[227513,293389],[-1201,1]],[[226312,293390],[-170,620]],[[259335,300992],[56,-1316],[-280,-1720]],[[259111,297956],[-212,-1709],[70,-887],[-508,-2769]],[[258461,292591],[2,2075],[-386,811]],[[258077,295477],[-160,4082]],[[247114,300419],[-4,-8971]],[[247110,291448],[-285,-7],[1,-1091],[-449,-9]],[[246377,290341],[-133,6],[0,4822]],[[270014,298222],[-538,-798]],[[269476,297424],[-151,-204]],[[271631,300476],[-1005,-5256]],[[270626,295220],[-44,238]],[[270582,295458],[-242,963]],[[265023,299329],[-257,-2572],[-190,585]],[[264576,297342],[-271,24]],[[264305,297366],[-192,10]],[[260085,295668],[2,547],[-556,17],[-158,1641],[-262,83]],[[260826,302839],[-296,-1218],[-7,-4236],[-438,-1717]],[[267094,299495],[-351,-1180]],[[266743,298315],[-277,2222]],[[266466,300537],[-393,1648]],[[261226,302102],[133,-4629]],[[261359,297473],[96,-3170]],[[261455,294303],[-945,242]],[[260510,294545],[-581,52]],[[259929,294597],[156,1071]],[[235148,298399],[-1,-6962]],[[235147,291437],[-172,647]],[[234975,292084],[-223,645],[-660,-165]],[[234092,292564],[-504,-212]],[[233588,292352],[-6,49]],[[233582,292401],[-8,9260]],[[239723,299780],[-33,-6035]],[[239690,293745],[-694,-157]],[[238996,293588],[-328,589]],[[230599,298825],[-15,-6105]],[[230584,292720],[-1252,143]],[[229332,292863],[-306,203]],[[229026,293066],[-2,9917]],[[229026,293066],[-1224,262]],[[227802,293328],[-289,61]],[[237713,296667],[-606,-1073]],[[237107,295594],[-320,702],[-637,-837],[-277,1730]],[[276580,301791],[-335,-2182],[7,-1181],[-302,-3863]],[[275950,294565],[-336,-991]],[[275614,293574],[-478,39],[-285,2097]],[[274851,295710],[-106,1590]],[[171727,294716],[-239,-2194]],[[171488,292522],[-527,2873],[-607,2124],[-309,1676]],[[233582,292401],[-516,1393],[-745,742],[-269,-626]],[[232052,293910],[31,7042]],[[266466,300537],[-488,-4110]],[[265978,296427],[-652,2740]],[[265326,299167],[-187,782]],[[255550,296523],[-579,144],[-98,-1641],[-485,59]],[[254388,295085],[-295,-15]],[[262197,300429],[-36,-1811],[-802,-1145]],[[249746,298752],[0,-823]],[[249746,297929],[-780,-17]],[[248966,297912],[-952,5]],[[248014,297917],[-24,832]],[[278136,299831],[-261,-1729],[-65,-2062],[-295,-1492],[-382,-3555]],[[277133,290993],[-221,469],[-599,3177],[-363,-74]],[[232052,293910],[-3,-968]],[[232049,292942],[-1216,-1076]],[[230833,291866],[-249,854]],[[274851,295710],[-156,131],[-298,-1760],[-415,2481],[-367,85],[-287,1830]],[[272925,297467],[-517,-3023]],[[272408,294444],[-1070,-5442]],[[271338,289002],[-265,919]],[[271073,289921],[-257,2318],[43,1727],[-233,1254]],[[258077,295477],[-439,-1478],[-435,-2504],[-548,-1594]],[[256655,289901],[-109,9]],[[256546,289910],[-267,1112],[-470,3450],[178,391]],[[220521,300877],[16,-8166]],[[220537,292711],[-1467,10]],[[219070,292721],[-4,8150]],[[221976,298976],[5,-6234]],[[221981,292742],[-1444,-31]],[[224910,294004],[2,-1315]],[[224912,292689],[-1486,26]],[[223426,292715],[2,8125]],[[219070,292721],[-1453,-13]],[[217617,292708],[-6,8125]],[[217617,292708],[-1443,-45]],[[216174,292663],[-19,8110]],[[223426,292715],[-1445,27]],[[216174,292663],[-1446,-96]],[[214728,292567],[-27,8100]],[[213225,300675],[57,-8129]],[[213282,292546],[-1287,-1]],[[211995,292545],[11,3391]],[[214728,292567],[-1446,-21]],[[241176,300248],[-12,-1321],[-518,-4118],[192,-1475],[382,-1184]],[[241220,292150],[-1146,188]],[[240074,292338],[-391,56],[7,1351]],[[266743,298315],[382,-3067],[-30,-933]],[[267095,294315],[-707,-913]],[[266388,293402],[-414,1708]],[[265974,295110],[4,1317]],[[262719,294837],[-459,-1602]],[[262260,293235],[-776,48]],[[261484,293283],[-29,1020]],[[262577,299847],[-12,-3859],[270,14]],[[248014,297917],[76,-4060],[-205,-780],[1,-1558]],[[247886,291519],[-437,-567]],[[247449,290952],[-227,-1245],[-112,1741]],[[252513,297417],[69,-2403],[-508,-277]],[[252074,294737],[0,1098],[-968,-56]],[[251106,295779],[-44,3301]],[[241878,298491],[54,-3825],[-183,-2389],[75,-1398]],[[241824,290879],[-230,-523],[-374,1794]],[[244323,295808],[-11,-3253]],[[244312,292555],[-1484,172]],[[242828,292727],[39,5700]],[[264965,295106],[-389,2236]],[[265326,299167],[-46,-1734],[-315,-2327]],[[279011,295965],[-403,-3616],[-92,-2363],[-262,1132],[231,-2620],[-212,-589],[-375,805]],[[277898,288714],[-123,574]],[[277775,289288],[-642,1705]],[[195305,289204],[0,-8032]],[[195305,281172],[-1,-6537]],[[195304,274635],[-186,-4]],[[195118,274631],[-312,2178],[43,3573],[-198,582],[-596,5810],[0,10694]],[[267887,298225],[124,-661],[-175,-1445],[3,-2070]],[[267839,294049],[-421,-2128]],[[267418,291921],[-323,2394]],[[253179,295255],[-83,-4574]],[[253096,290681],[-1016,-26]],[[252080,290655],[-6,4082]],[[265974,295110],[21,-726],[-419,-926],[-105,-1288]],[[265471,292170],[-170,1415]],[[265301,293585],[-336,1521]],[[251106,295779],[-194,-540]],[[250912,295239],[-465,-210],[-350,-1146]],[[250097,293883],[-350,16],[-1,4030]],[[268767,296479],[-104,-668]],[[268663,295811],[-273,-796],[-103,-1445]],[[268287,293570],[-448,479]],[[237107,295594],[1,-5232]],[[237108,290362],[-341,757],[-196,-1322],[-639,965],[-521,-443]],[[235411,290319],[-264,1118]],[[275614,293574],[-88,-2688],[-301,-779]],[[275225,290107],[-353,382],[-40,1051],[-800,-2860]],[[274032,288680],[-22,-72]],[[274010,288608],[-398,2352],[-785,2545]],[[272827,293505],[-419,939]],[[242828,292727],[22,-1854],[-368,-1418],[-65,-1107]],[[242417,288348],[-241,1667],[-352,864]],[[270582,295458],[-741,-3541]],[[269841,291917],[-395,3623],[30,1884]],[[259929,294597],[-147,0],[-211,-3806],[-383,38],[-157,-3571]],[[259031,287258],[-882,-28]],[[258149,287230],[-35,1334],[210,2007],[198,282],[-61,1738]],[[250097,293883],[-203,-505],[0,-2741]],[[249894,290637],[-534,-9]],[[249360,290628],[-4,2180],[-385,256],[-5,4848]],[[249360,290628],[-290,-1321]],[[249070,289307],[-1184,2212]],[[269841,291917],[-165,-789]],[[269676,291128],[-4,-5]],[[269672,291123],[-80,1]],[[269592,291124],[-424,845],[-314,4670]],[[195118,274631],[-3725,22]],[[191393,274653],[0,1610]],[[191393,276263],[7,12672]],[[264305,297366],[79,-1215],[-282,-4274]],[[264102,291877],[-95,1]],[[264007,291878],[19,2058],[-215,1635]],[[265301,293585],[-113,-1287],[-385,-1434]],[[264803,290864],[-134,698],[-567,315]],[[238e3,294286],[55,-4237],[-203,-2132],[-208,87],[128,-2331]],[[237772,285673],[-29,1]],[[237743,285674],[-635,-3]],[[237108,285671],[0,4691]],[[269592,291124],[-134,-694]],[[269458,290430],[-356,976],[-547,-1372]],[[268555,290034],[-268,3536]],[[256546,289910],[-601,-2119],[-102,-2363],[-288,-51]],[[255555,285377],[-818,63]],[[254737,285440],[-326,195],[-14,2539]],[[254397,288174],[-9,6911]],[[211995,292545],[-22,-7993]],[[211973,284552],[0,-8133]],[[211973,276419],[1,-8101]],[[211974,268318],[0,-1611],[-731,-3]],[[211243,266704],[-1104,-3]],[[210139,266701],[0,9724],[-255,-1],[0,8241]],[[252080,290655],[-401,-9]],[[251679,290646],[-766,-8]],[[250913,290638],[-1,4601]],[[244988,295164],[-59,-1673],[289,734],[-26,-3356],[151,-2943],[-317,-598],[225,-984],[-128,-820]],[[245123,285524],[0,-134]],[[245123,285390],[-271,18]],[[244852,285408],[-481,19]],[[244371,285427],[-67,-3]],[[244304,285424],[8,7131]],[[264007,291878],[-125,-1789],[-179,18]],[[263703,290107],[-245,1867],[-67,2695]],[[258149,287230],[-73,-1530]],[[258076,285700],[-260,915],[-756,37],[2,-410]],[[257062,286242],[-403,2158],[-4,1501]],[[271073,289921],[-669,-319],[-229,1236],[-260,-546]],[[269915,290292],[-148,616]],[[269767,290908],[-91,220]],[[254397,288174],[-931,-2937]],[[253466,285237],[-470,-87]],[[252996,285150],[100,5531]],[[250913,290638],[-58,-1638],[-291,-9],[-3,-1640],[-289,-10]],[[250272,287341],[5,3289],[-383,7]],[[246377,290341],[40,-3234]],[[246417,287107],[-592,20],[0,-1670]],[[245825,285457],[-702,67]],[[266388,293402],[-34,-4888]],[[266354,288514],[-753,-747]],[[265601,287767],[-17,901]],[[265584,288668],[-113,3502]],[[263703,290107],[-14,-676]],[[263689,289431],[-975,44],[-28,-604]],[[262686,288871],[-213,626]],[[262473,289497],[-213,3738]],[[277775,289288],[-200,-1210],[-345,-446],[-431,-3536]],[[276799,284096],[-357,-1958],[-73,1501]],[[276369,283639],[-170,-185],[-119,1854],[-263,409]],[[275817,285717],[-479,2444],[-113,1946]],[[175704,293265],[8,-6545],[-64,-14],[-11,-8498]],[[175637,278208],[-2838,-1564],[17,2580],[-320,834],[-131,1949],[82,971],[-206,4490],[-532,4208],[-221,846]],[[261484,293283],[160,-5557]],[[261644,287726],[11,-400]],[[261655,287326],[-1005,-14]],[[260650,287312],[-168,-13]],[[260482,287299],[28,7246]],[[260482,287299],[-991,-305]],[[259491,286994],[-460,264]],[[233588,292352],[-6,-55]],[[233582,292297],[-854,-556],[-398,-900],[-289,-1444]],[[232041,289397],[8,3545]],[[272827,293505],[-15,-5200],[98,-784]],[[272910,287521],[-478,-195],[-495,933],[-201,-1171]],[[271736,287088],[-363,872],[-35,1042]],[[267418,291921],[45,-836],[-297,-951],[-55,-1334]],[[267111,288800],[-431,-35]],[[266680,288765],[-326,-251]],[[202831,292589],[15,-6292]],[[202846,286297],[-1525,-4281],[1,-811],[-1146,18],[-2,-3253]],[[200174,277970],[-860,-3]],[[199314,277967],[-358,449],[43,2766],[-165,3253],[-161,392],[-104,4258],[-348,-19]],[[238996,293588],[-214,-3466],[-111,31],[-24,-4496]],[[238647,285657],[-85,2]],[[238562,285659],[-790,14]],[[268555,290034],[21,-284]],[[268576,289750],[-391,-1856],[-455,-1079]],[[267730,286815],[-127,1309],[-492,676]],[[183362,276096],[1,-8676]],[[183363,267420],[-4125,8475],[13,2284],[251,1898]],[[179502,280077],[536,715],[179,2807],[-146,2209]],[[191393,276263],[-1966,-35],[0,-192],[-2916,95]],[[226312,293390],[-10,-8052]],[[226302,285338],[-375,38]],[[225927,285376],[-1032,85]],[[224895,285461],[17,7228]],[[240074,292338],[-28,-6700]],[[240046,285638],[-697,10]],[[239349,285648],[-702,9]],[[265584,288668],[-611,418]],[[264973,289086],[-229,4]],[[264744,289090],[59,1774]],[[274010,288608],[-793,-2802]],[[273217,285806],[-307,1715]],[[179502,280077],[-3865,-1869]],[[227802,293328],[-42,-8197]],[[227760,285131],[-406,73]],[[227354,285204],[-1052,134]],[[229332,292863],[-29,-7782]],[[229303,285081],[-523,-53]],[[228780,285028],[-1020,103]],[[262473,289497],[-829,-1771]],[[232039,284934],[-231,5],[-115,-1982],[146,-674]],[[231839,282283],[-397,23]],[[231442,282306],[-615,61]],[[230827,282367],[1,2606]],[[230828,284973],[5,6893]],[[232041,289397],[-2,-4463]],[[230828,284973],[-612,11]],[[230216,284984],[-913,97]],[[219070,292721],[-5,-8098]],[[219065,284623],[-381,10]],[[218684,284633],[-1066,127]],[[217618,284760],[-1,7948]],[[220537,292711],[5,-8140]],[[220542,284571],[-432,-2]],[[220110,284569],[-1045,54]],[[234975,292084],[-31,-7088]],[[234944,284996],[-292,1575],[-561,-613]],[[234091,285958],[1,6606]],[[217618,284760],[-376,-125]],[[217242,284635],[-1070,-47]],[[216172,284588],[2,8075]],[[223426,292715],[8,-8204]],[[223434,284511],[-404,2]],[[223030,284513],[-1045,0]],[[221985,284513],[-4,8229]],[[224895,285461],[-2,-1035],[-413,38]],[[224480,284464],[-1046,47]],[[221985,284513],[-393,-1]],[[221592,284512],[-1050,59]],[[244304,285424],[-1696,42]],[[242608,285466],[-191,2882]],[[216172,284588],[-374,14]],[[215798,284602],[-1072,-38]],[[214726,284564],[2,8003]],[[206995,276387],[10,-9680]],[[207005,266707],[-197,-1]],[[206808,266706],[-3007,34]],[[203801,266740],[-1057,-19]],[[202744,266721],[2,17810],[100,1766]],[[213282,292546],[0,-7999]],[[213282,284547],[-1309,5]],[[214726,284564],[-368,-14]],[[214358,284550],[-1076,-3]],[[234091,285958],[-73,-393]],[[234018,285565],[-60,-961],[-377,12]],[[233581,284616],[1,7681]],[[242608,285466],[-1828,115]],[[240780,285581],[-734,57]],[[233581,284616],[-993,-39]],[[232588,284577],[-549,357]],[[235411,290319],[-5,-7248]],[[235406,283071],[-145,-6]],[[235261,283065],[-39,471]],[[235222,283536],[-278,1460]],[[249070,289307],[-206,-1883],[-209,-3399],[-189,-953]],[[248466,283072],[-1108,2439]],[[247358,285511],[-151,1938],[245,380],[-3,3123]],[[264744,289090],[-346,-257]],[[264398,288833],[-567,369],[-126,-463]],[[263705,288739],[-16,692]],[[275817,285717],[197,-1750],[-222,-2037],[-677,747]],[[275115,282677],[4,3611],[-520,96],[-567,2296]],[[247358,285511],[-237,-29],[-3,-1592],[-571,-19]],[[246547,283871],[-8,3240],[-122,-4]],[[269458,290430],[-641,-2764]],[[268817,287666],[-197,886]],[[268620,288552],[-44,1198]],[[269915,290292],[98,-679],[-163,-3128],[52,-2328],[-122,-1899]],[[269780,282258],[-329,-1370]],[[269451,280888],[-242,1119]],[[269209,282007],[-81,3665],[-311,1994]],[[237108,285671],[0,-2571]],[[237108,283100],[-1702,-29]],[[271736,287088],[202,-924]],[[271938,286164],[-630,-2537]],[[271308,283627],[-251,828],[-618,-687],[-182,-1942]],[[270257,281826],[-477,432]],[[252996,285150],[-21,-1156]],[[252975,283994],[-1295,-59]],[[251680,283935],[-1,6711]],[[251680,283935],[-283,11]],[[251397,283946],[-1128,96]],[[250269,284042],[3,3299]],[[250269,284042],[-1132,-33],[-12,-840]],[[249125,283169],[-659,-97]],[[257062,286242],[14,-3976],[-399,14]],[[256677,282280],[-836,-103],[-284,800]],[[255557,282977],[-2,2400]],[[269209,282007],[-689,-991],[-95,755],[-402,-936]],[[268023,280835],[-353,3484]],[[267670,284319],[60,2496]],[[263705,288739],[-84,-3973]],[[263621,284766],[55,-1652]],[[263676,283114],[-539,-692]],[[263137,282422],[-449,518]],[[262688,282940],[-2,5931]],[[262688,282940],[-898,-38]],[[261790,282902],[-135,4424]],[[199314,277967],[-878,-19],[0,-1622],[-852,-5],[-2,-8135],[36,-4019]],[[197618,264167],[-857,-7],[-37,4023],[2,8133],[-306,3],[2,1614],[-576,1],[-5,3232],[-536,6]],[[264398,288833],[-62,-3686]],[[264336,285147],[-715,-381]],[[264973,289086],[-7,-4742],[-221,-294]],[[264745,284050],[2,1070],[-411,27]],[[265601,287767],[265,-1986],[29,-1346]],[[265895,284435],[-506,-1945]],[[265389,282490],[-646,23]],[[264743,282513],[2,1537]],[[267670,284319],[-205,1161],[-587,-1542]],[[266878,283938],[-198,4827]],[[266878,283938],[-137,-519]],[[266741,283419],[-297,-993]],[[266444,282426],[-403,799],[-146,1210]],[[275115,282677],[-128,-2424],[77,-2306]],[[275064,277947],[21,-1799],[-453,1073]],[[274632,277221],[-397,2101],[-304,487]],[[273931,279809],[-206,2389],[-508,3608]],[[273217,285806],[-382,-1361],[-117,-2128],[-399,-1751]],[[272319,280566],[-269,3521],[-24,1416]],[[272026,285503],[-88,661]],[[254737,285440],[-323,-2639],[122,-3923],[141,-1192],[-210,-1223]],[[254467,276463],[-114,140]],[[254353,276603],[-184,1820],[-374,-689],[-62,3380],[-367,2778],[100,1345]],[[261790,282902],[136,-2308]],[[261926,280594],[-1276,-334]],[[260650,280260],[0,7052]],[[260650,280260],[-288,-579],[2,-1890]],[[260364,277791],[-286,-278],[4,-1615],[-248,-23]],[[259834,275875],[-17,4870],[-320,8]],[[259497,280753],[-6,6241]],[[259497,280753],[-1025,-27]],[[258472,280726],[-231,1150],[-165,3824]],[[246547,283871],[-292,-1615],[176,-342],[-73,-2890]],[[246358,279024],[-674,12],[3,3263],[138,3158]],[[235222,283536],[-1204,-38]],[[234018,283498],[0,2067]],[[258472,280726],[-106,-860]],[[258366,279866],[-839,-31],[-2,-819],[-563,45]],[[256962,279061],[-281,-16],[0,1226]],[[256681,280271],[-4,2009]],[[202744,266721],[-672,-16],[-49,-2500],[301,-1531]],[[202324,262674],[-2142,-5]],[[200182,262669],[-8,15301]],[[272319,280566],[44,-2784]],[[272363,277782],[-442,-1977]],[[271921,275805],[-595,2074]],[[271326,277879],[-222,903]],[[271104,278782],[-65,751],[269,4094]],[[273931,279809],[-121,-807]],[[273810,279002],[-90,-725],[-314,2439],[-742,-3661]],[[272664,277055],[-301,727]],[[248466,283072],[-231,-2682],[-557,-1363]],[[247678,279027],[-560,-1640]],[[247118,277387],[-289,-1241]],[[246829,276146],[-463,2072]],[[246366,278218],[-8,806]],[[238701,271113],[-400,6]],[[238301,271119],[-149,1513],[-322,444],[-467,-2738],[-254,8]],[[237109,270346],[-1,3653]],[[237108,273999],[0,5600]],[[237108,279599],[0,3501]],[[237743,285674],[-73,-1364],[157,-1652],[-2,-3964],[475,-5512],[401,-2069]],[[238562,285659],[194,-3036],[29,-8285],[191,-5]],[[238976,274333],[-156,-3244]],[[238820,271089],[-119,24]],[[239516,277585],[89,-2415],[-250,-839],[-379,2]],[[239349,285648],[4,-5606],[141,-1],[22,-2456]],[[240779,280837],[-287,-14],[-146,-3236]],[[240346,277587],[-830,-2]],[[240780,285581],[-1,-4744]],[[242619,280157],[-575,-2639],[-400,30]],[[241644,277548],[0,1623],[-290,937],[-575,729]],[[242608,285466],[11,-5309]],[[234018,283498],[-3,-6187]],[[234015,277311],[-813,788]],[[233202,278099],[-417,1389]],[[232785,279488],[-113,619]],[[232672,280107],[-84,4470]],[[246366,278218],[-28,-989],[-363,176],[-2,-2478],[-251,42],[-36,2444],[-221,12]],[[245465,277425],[-297,1279],[258,1420],[-227,256],[-7,1864],[186,934],[-62,1882],[-224,-1603],[31,1933]],[[268023,280835],[-29,-951]],[[267994,279884],[-750,-2311]],[[267244,277573],[-503,5846]],[[244371,285427],[-163,-2146],[-308,-2022],[-90,-2138]],[[243810,279121],[-368,-2107],[-400,-899]],[[243042,276115],[-26,3010],[-397,1032]],[[255557,282977],[-143,-816],[-4,-3254],[-143,-3],[2,-3233]],[[255269,275671],[-569,-21],[-233,813]],[[244852,285408],[-216,-2699],[-7,-2066],[-283,-3112]],[[244346,277531],[-420,5],[-116,1585]],[[225927,285376],[-30,-8275]],[[225897,277101],[-4,-879]],[[225893,276222],[-1134,26]],[[224759,276248],[-281,39]],[[224478,276287],[2,8177]],[[245465,277425],[-76,-261]],[[245389,277164],[-175,-453],[-903,-2]],[[244311,276709],[35,822]],[[227354,285204],[-18,-8167]],[[227336,277037],[-186,1]],[[227150,277038],[-1253,63]],[[264743,282513],[-219,-2968]],[[264524,279545],[-235,1092]],[[264289,280637],[-264,580],[-349,1897]],[[254353,276603],[-498,-1834],[-40,-1059],[323,-1231]],[[254138,272479],[-1368,-35]],[[252770,272444],[91,5015]],[[252861,277459],[114,6535]],[[228780,285028],[-17,-8118]],[[228763,276910],[-135,16]],[[228628,276926],[-1292,111]],[[230216,284984],[-6,-3141]],[[230210,281843],[-31,-4995]],[[230179,276848],[-1416,62]],[[230827,282367],[0,-513],[-617,-11]],[[232672,280107],[-600,939],[-233,1237]],[[218684,284633],[-13,-8156]],[[218671,276477],[-1432,43]],[[217239,276520],[3,8115]],[[210139,266701],[-717,-2]],[[209422,266699],[-123,-1]],[[209299,266698],[-2294,9]],[[220110,284569],[-7,-8139]],[[220103,276430],[-1432,47]],[[217239,276520],[0,-66]],[[217239,276454],[-1432,21]],[[215807,276475],[-9,8127]],[[215807,276475],[-1432,-37]],[[214375,276438],[-17,8112]],[[214375,276438],[-25,-1]],[[214350,276437],[-2377,-18]],[[221592,284512],[0,-8234]],[[221592,276278],[-49,0]],[[221543,276278],[-1440,152]],[[223030,284513],[0,-8233]],[[223030,276280],[-51,1]],[[222979,276281],[-1387,-3]],[[224478,276287],[-1448,-7]],[[271104,278782],[-447,-786]],[[270657,277996],[-226,1046],[-174,2784]],[[266444,282426],[-237,-2443]],[[266207,279983],[2,-920]],[[266209,279063],[-288,519]],[[265921,279582],[-345,931],[-187,1977]],[[251397,283946],[0,-6508]],[[251397,277438],[-1123,-9]],[[250274,277429],[-5,6613]],[[250274,277429],[-14,-1]],[[250260,277428],[-1136,15],[0,1061]],[[249124,278504],[1,4665]],[[252861,277459],[-1464,-21]],[[235261,283065],[11,-1603]],[[235272,281462],[1,-2618]],[[235273,278844],[-795,-2143]],[[234478,276701],[-463,610]],[[267244,277573],[-756,-2456]],[[266488,275117],[-124,3123],[-155,823]],[[264289,280637],[-142,-524],[-197,-2955],[-99,3]],[[263851,277161],[-538,-506]],[[263313,276655],[-159,-301]],[[263154,276354],[0,1215]],[[263154,277569],[-17,4853]],[[237108,279599],[-281,902],[-86,-872],[-299,1007],[-286,-1037],[-341,13],[-543,1850]],[[249124,278504],[-151,-881]],[[248973,277623],[-205,-34],[-580,-3455]],[[248188,274134],[-494,8],[0,1631],[-576,8],[0,1606]],[[256681,280271],[-69,-2498],[-191,-1960],[-869,-125],[4,-3255],[-143,-9]],[[255413,272424],[-143,-6],[-1,3253]],[[263154,277569],[-1076,448]],[[262078,278017],[-152,2577]],[[265921,279582],[1,-28]],[[265922,279554],[-184,35],[-659,-3027]],[[265079,276562],[-284,2688],[-271,295]],[[231442,282306],[2,-8953]],[[231444,273353],[-1049,21]],[[230395,273374],[-216,3474]],[[270657,277996],[-80,-1269]],[[270577,276727],[-329,-341],[-291,-3111],[55,-643]],[[270012,272632],[0,-5]],[[270012,272627],[-338,-491],[-153,1148]],[[269521,273284],[74,1606],[-301,1073],[-437,275]],[[268857,276238],[507,2500],[87,2150]],[[232785,279488],[1,-3858],[404,-2322]],[[233190,273308],[-1746,45]],[[268857,276238],[-59,1856],[-542,1927],[-262,-137]],[[237108,273999],[-848,-1143],[-402,1183]],[[235858,274039],[-244,1]],[[235614,274040],[-342,532],[1,4272]],[[197618,264167],[24,-1497]],[[197642,262670],[0,-8384],[-2346,-23]],[[195296,254263],[8,20372]],[[259834,275875],[18,-769],[-399,-590]],[[259453,274516],[-479,386],[-118,1013],[-486,-1586]],[[258370,274329],[-4,5537]],[[241644,277548],[-1,-1627]],[[241643,275921],[-577,18],[2,-799],[-433,-2]],[[240635,275138],[-285,12],[-4,2437]],[[273810,279002],[98,-1654]],[[273908,277348],[8,-2098]],[[273916,275250],[-11,-827]],[[273905,274423],[15,-90]],[[273920,274333],[-20,-184]],[[273900,274149],[-60,-392]],[[273840,273757],[-438,-2518],[175,-1903]],[[273577,269336],[17,-224]],[[273594,269112],[-42,-1026],[-431,800]],[[273121,268886],[-76,2024]],[[273045,270910],[44,2085],[-299,3226]],[[272790,276221],[-126,834]],[[265079,276562],[-41,-437]],[[265038,276125],[-259,143],[-399,-2644]],[[264380,273624],[-384,781]],[[263996,274405],[-145,2756]],[[262078,278017],[222,-1817]],[[262300,276200],[-162,-699],[-765,-79],[10,-1076],[-289,-21]],[[261094,274325],[-155,1623],[-575,1843]],[[256962,279061],[29,-2256],[255,-3763]],[[257246,273042],[-260,-2156],[4,-3296]],[[256990,267590],[-755,-8],[-207,1771],[-614,2276]],[[255414,271629],[-1,795]],[[243042,276115],[-252,-2320],[-86,-1940]],[[242704,271855],[-773,7]],[[241931,271862],[-288,2425],[0,1634]],[[268650,272453],[-454,-2106]],[[268196,270347],[-296,-908],[-412,5134]],[[267488,274573],[-244,3e3]],[[268857,276238],[-273,-3365],[66,-420]],[[258370,274329],[-238,-1220]],[[258132,273109],[-630,1133],[-256,-1200]],[[274213,271739],[154,-1026],[-395,-1964],[241,2990]],[[273840,273757],[261,-1594],[-185,-2612],[-322,-439]],[[274414,275981],[264,-153],[280,-1524],[-294,-990],[-167,-1798],[-139,1959],[56,2506]],[[274160,276707],[170,-315],[46,-4156],[-277,1435],[-122,1906],[183,1130]],[[274632,277221],[33,-1171],[-536,816],[-157,-984],[-64,1466]],[[265516,275419],[-478,706]],[[265922,279554],[-53,-2957],[-353,-1178]],[[266488,275117],[0,-942]],[[266488,274175],[-328,-2106]],[[266160,272069],[-649,44]],[[265511,272113],[5,3306]],[[234478,276701],[5,-3100]],[[234483,273601],[0,-4335]],[[234483,269266],[-1322,-45]],[[233161,269221],[-81,1800],[110,2287]],[[244311,276709],[-53,-2458]],[[244258,274251],[-441,-8],[-351,-1303],[-29,-1625],[-344,-1798]],[[243093,269517],[-234,272],[-155,2066]],[[235614,274040],[-175,-434],[-956,-5]],[[271921,275805],[37,-1771],[275,-2845]],[[272233,271189],[-961,-1642]],[[271272,269547],[-98,1564],[-427,591]],[[270747,271702],[140,2717],[-310,2308]],[[250260,277428],[-1,-6571]],[[250259,270857],[-1135,-31]],[[249124,270826],[0,2438],[-151,4359]],[[246829,276146],[-140,-527],[-67,-2600],[-183,267],[-97,-2398]],[[246342,270888],[-114,-1301],[-411,-1386],[-315,624]],[[245502,268825],[-3,115]],[[245499,268940],[-61,70]],[[245438,269010],[-315,191],[118,1426]],[[245241,270627],[337,223],[252,2167],[-256,411],[68,1606],[-306,122],[53,2008]],[[263154,276354],[-211,-1787],[-562,-838]],[[262381,273729],[-81,2471]],[[200182,262669],[-2540,1]],[[273045,270910],[-142,209],[-547,-2637]],[[272356,268482],[-123,2707]],[[261094,274325],[1,-3262]],[[261095,271063],[-1173,-46],[-180,788]],[[259742,271805],[-224,1640]],[[259518,273445],[-65,1071]],[[249124,270826],[0,-3253]],[[249124,267573],[-1393,50]],[[247731,267623],[-42,2293],[499,4218]],[[240635,275138],[6,-4081],[-110,-1625]],[[240531,269432],[-347,19]],[[240184,269451],[-691,9]],[[239493,269460],[-75,1632],[-598,-3]],[[267488,274573],[-96,548],[-482,-3351]],[[266910,271770],[-422,2405]],[[252770,272444],[-27,-1509]],[[252743,270935],[-1345,-64]],[[251398,270871],[-1,6567]],[[251398,270871],[-1139,-14]],[[247731,267623],[-1360,-26]],[[246371,267597],[-29,3291]],[[245241,270627],[-1027,-144]],[[244214,270483],[-103,1786],[147,1982]],[[263996,274405],[-106,-4613]],[[263890,269792],[-3,-599]],[[263887,269193],[-267,9],[-340,1832]],[[263280,271034],[-27,-2]],[[263253,271032],[60,5623]],[[270747,271702],[-157,187]],[[270590,271889],[-578,743]],[[227150,277038],[6,-4410]],[[227156,272628],[-469,-47],[-452,-1537]],[[226235,271044],[-342,5178]],[[228628,276926],[1,-5287]],[[228629,271639],[-1086,-1713]],[[227543,269926],[-107,-742],[-280,1303]],[[227156,270487],[0,2141]],[[230395,273374],[194,-555]],[[230589,272819],[-1430,-4745]],[[229159,268074],[-124,-408],[-406,3973]],[[255414,271629],[-142,-188],[4,-2273],[-284,-8],[4,-2361],[-126,-263]],[[254870,266536],[-1130,-23]],[[253740,266513],[-126,1159],[208,569],[68,3761],[248,477]],[[263253,271032],[-736,-38]],[[262517,270994],[98,589],[-330,1226],[96,920]],[[217239,276454],[-26,-8133]],[[217213,268321],[-225,-2]],[[216988,268319],[-1199,8]],[[215789,268327],[18,8148]],[[218671,276477],[-13,-8190]],[[218658,268287],[-436,22]],[[218222,268309],[-1009,12]],[[220103,276430],[-15,-8195]],[[220088,268235],[-232,-5]],[[219856,268230],[-1198,57]],[[215789,268327],[-226,-12]],[[215563,268315],[-1213,-2]],[[214350,268313],[0,8124]],[[214350,268313],[-210,4]],[[214140,268317],[-1427,-23]],[[212713,268294],[-739,24]],[[265511,272113],[-316,-757],[-183,-1474]],[[265012,269882],[-430,1091]],[[264582,270973],[-206,1238],[4,1413]],[[221543,276278],[-5,-8068]],[[221538,268210],[-231,14]],[[221307,268224],[-1219,11]],[[224759,276248],[2,-3983],[-213,-701]],[[224548,271564],[-1040,-3414]],[[223508,268150],[-541,29]],[[222967,268179],[12,8102]],[[226235,271044],[225,-2721]],[[226460,268323],[-392,-1293]],[[226068,267030],[-565,-1869]],[[225503,265161],[-119,1166],[-213,-724],[-623,5961]],[[222967,268179],[-215,-7]],[[222752,268172],[-1214,38]],[[191393,274653],[-1,-12960]],[[191392,261693],[-1985,-97],[1,-3801],[-565,-10],[0,-1773]],[[188843,256012],[-5480,11408]],[[269521,273284],[-686,-1046]],[[268835,272238],[-185,215]],[[262517,270994],[-386,-1847],[16,-1276]],[[262147,267871],[-360,-24],[-203,1604],[-425,-24]],[[261159,269427],[-64,1636]],[[259742,271805],[-223,-445],[6,-3713]],[[259525,267647],[5,-1554],[-546,-20]],[[258984,266073],[-309,-26],[-4,1611],[-286,-16]],[[258385,267642],[-7,3607],[-246,1860]],[[241931,271862],[-1,-2445]],[[241930,269417],[-1399,15]],[[268196,270347],[-120,-1132]],[[268076,269215],[-774,-4371]],[[267302,264844],[-222,1408],[-144,2418]],[[266936,268670],[128,1356],[-154,1744]],[[264582,270973],[-5,-1325],[-687,144]],[[195296,254263],[-3927,9]],[[191369,254272],[23,7421]],[[258385,267642],[-117,-1603]],[[258268,266039],[-1141,-46]],[[257127,265993],[-137,1597]],[[235858,274039],[-247,-3595],[-56,-4246],[248,15]],[[235803,266213],[165,-2415]],[[235968,263798],[-1351,24]],[[234617,263822],[-133,12],[-1,5432]],[[244214,270483],[8,-2105],[-240,-3867]],[[243982,264511],[-60,1623],[-510,-1824],[-304,1856]],[[243108,266166],[-15,3351]],[[266936,268670],[-756,231]],[[266180,268901],[-20,3168]],[[237109,270346],[74,-4024]],[[237183,266322],[-1380,-109]],[[233161,269221],[87,-951]],[[233248,268270],[-1739,-1463]],[[231509,266807],[-6,123]],[[231503,266930],[-162,2701],[-752,3188]],[[269315,266119],[-168,-187]],[[269147,265932],[-152,1040],[-160,5266]],[[269521,273284],[-206,-7165]],[[270012,272627],[143,-2843],[-121,-4705]],[[270034,265079],[-575,985]],[[269459,266064],[-144,55]],[[238301,271119],[215,-818],[-12,-1664],[522,-3202]],[[239026,265435],[-240,-345],[-1,-1274]],[[238785,263816],[-1220,-19]],[[237565,263797],[-382,2525]],[[231503,266930],[-1231,-4027]],[[230272,262903],[-620,348]],[[229652,263251],[-493,4823]],[[227156,270487],[-696,-2164]],[[270590,271889],[127,-3676],[608,-623]],[[271325,267590],[-175,-617]],[[271150,266973],[-403,-4199]],[[270747,262774],[-221,704]],[[270526,263478],[-177,1370],[-315,231]],[[253740,266513],[-294,-3347],[251,-2068]],[[253697,261098],[-1046,-26]],[[252651,261072],[-26,3649]],[[252625,264721],[118,6214]],[[269147,265932],[-285,-745]],[[268862,265187],[-233,1642],[-442,1367],[-111,1019]],[[261159,269427],[-50,-2453],[-440,-327],[-199,-2179]],[[260470,264468],[-372,2],[4,1617],[-263,0],[-26,1492],[-288,68]],[[266180,268901],[-4,-1686]],[[266176,267215],[-979,52]],[[265197,267267],[-144,1878]],[[265053,269145],[-41,737]],[[271272,269547],[173,-1188]],[[271445,268359],[-120,-769]],[[243108,266166],[-323,-822]],[[242785,265344],[-856,1]],[[241929,265345],[1,4072]],[[257127,265993],[-143,-9],[6,-2440]],[[256990,263544],[-1656,-27]],[[255334,263517],[-331,-38],[-133,3057]],[[229652,263251],[-593,-1974]],[[229059,261277],[-293,2871],[-669,-2188]],[[228097,261960],[2,1607],[-453,1892],[173,815],[-272,611],[-4,3041]],[[225503,265161],[144,-1412],[-855,-2935]],[[224792,260814],[-82,738],[-489,-431]],[[224221,261121],[-713,7029]],[[245438,269010],[61,-70]],[[245502,268825],[-127,-1815],[-313,-1032],[-168,-1704]],[[244894,264274],[-270,-484],[77,-1752]],[[244701,262038],[-172,-287]],[[244529,261751],[-462,332]],[[244067,262083],[-85,2428]],[[272356,268482],[444,-3810]],[[272800,264672],[248,-708],[-50,-2336],[-442,1524]],[[272556,263152],[-244,2510],[-518,506],[-349,2191]],[[239493,269460],[179,-3272],[-322,2],[-3,-1288],[-321,533]],[[273103,263918],[241,-620],[-261,-1764],[-124,1738],[144,646]],[[273429,267956],[229,-1123],[-211,-968],[-18,2091]],[[273121,268886],[209,-711],[80,-2196],[219,-966],[-158,-953],[-438,1415],[-233,-803]],[[263887,269193],[-34,-3123]],[[263853,266070],[-27,-877],[-408,18]],[[263418,265211],[-156,2]],[[263262,265213],[18,5821]],[[263262,265213],[-700,78]],[[262562,265291],[-449,1252]],[[262113,266543],[34,1328]],[[265197,267267],[107,-2252]],[[265304,265015],[-1157,121],[0,-794]],[[264147,264342],[-294,1728]],[[252625,264721],[-414,-683],[-803,-568]],[[251408,263470],[-10,7401]],[[246371,267597],[-50,-4882]],[[246321,262715],[-773,1410],[-654,149]],[[251408,263470],[-93,-39]],[[251315,263431],[-1039,-418]],[[250276,263013],[-17,7844]],[[250276,263013],[-235,-98]],[[250041,262915],[-702,-302]],[[249339,262613],[-25,4964],[-190,-4]],[[228097,261960],[-913,-2938]],[[227184,259022],[-236,2295],[-214,-718]],[[226734,260599],[-666,6431]],[[268862,265187],[-531,-2011]],[[268331,263176],[-444,-556]],[[267887,262620],[-507,1245]],[[267380,263865],[-78,979]],[[241929,265345],[-140,-2434]],[[241789,262911],[-714,10],[-2,-1631],[-985,-12]],[[240088,261278],[64,2739],[215,1718],[-183,3716]],[[240088,261278],[187,-1588],[292,-495],[230,-1479]],[[240797,257716],[-541,-2780],[-190,-403]],[[240066,254533],[-710,332]],[[239356,254865],[-1,3236],[-281,-4],[-5,3280],[-287,5],[3,2434]],[[262113,266543],[-202,-2490],[-1,-1443]],[[261910,262610],[38,-331]],[[261948,262279],[-247,-1122],[-557,78],[-1,-1623]],[[261143,259612],[-925,-26]],[[260218,259586],[89,792]],[[260307,260378],[163,4090]],[[234617,263822],[-104,-1184],[69,-2704],[234,-2044]],[[234816,257890],[-383,-1877]],[[234433,256013],[-270,786],[-111,1767],[-372,551]],[[233680,259117],[-7,1203],[-351,1944],[-118,1559],[44,4447]],[[267380,263865],[-842,-11]],[[266538,263854],[-369,126]],[[266169,263980],[7,3235]],[[273082,261033],[-133,-2581],[-38,2028],[171,553]],[[272467,260258],[-390,845]],[[272077,261103],[-418,1230],[-343,2022],[41,1842],[-207,776]],[[272556,263152],[364,-1898],[-453,-996]],[[218222,268309],[-10,-7269]],[[218212,261040],[-112,-2492],[-1121,-109]],[[216979,258439],[2,1757]],[[216981,260196],[7,8123]],[[216981,260196],[-1417,10]],[[215564,260206],[-1,8109]],[[215564,260206],[-1425,-1]],[[214139,260205],[1,8112]],[[214139,260205],[-87,1]],[[214052,260206],[-1250,7]],[[212802,260213],[-89,1]],[[212713,260214],[0,8080]],[[212713,260214],[-1472,-6]],[[211241,260208],[2,6496]],[[219856,268230],[-1,-7250]],[[219855,260980],[-1643,60]],[[233680,259117],[-1054,-950],[-246,-706]],[[232380,257461],[15,2779],[-147,-648]],[[232248,259592],[-249,2566],[-298,601],[38,1653],[-230,2395]],[[222752,268172],[-19,-11396]],[[222733,256776],[-311,-1069],[-354,1218],[-198,-944],[-249,1262]],[[221621,257243],[-334,1575]],[[221287,258818],[20,9406]],[[221287,258818],[-1085,65]],[[220202,258883],[-345,20],[-2,2077]],[[224221,261121],[-256,-235],[-55,-1438],[-590,-2354]],[[223320,257094],[-275,-434]],[[223045,256660],[-312,116]],[[260218,259586],[-114,-1]],[[260104,259585],[-994,-4]],[[259110,259581],[-7,3224],[-142,-9],[23,3277]],[[259110,259581],[-135,-3310]],[[258975,256271],[-230,291],[-9,1358],[-330,-1425],[-5,1399],[-275,-34]],[[258126,257860],[-1,2419],[142,6],[1,5754]],[[247731,267623],[274,-3564],[25,-1966]],[[248030,262093],[-341,-656]],[[247689,261437],[-106,-329],[-1263,-24]],[[246320,261084],[1,1631]],[[249339,262613],[-284,-111]],[[249055,262502],[-612,-243]],[[248443,262259],[-413,-166]],[[266169,263980],[-1,-929],[-528,-12]],[[265640,263039],[-382,824]],[[265258,263863],[46,1152]],[[225328,255832],[-536,4982]],[[226734,260599],[-1152,-3887]],[[225582,256712],[-254,-880]],[[272077,261103],[-207,-2290],[-271,-705]],[[271599,258108],[-852,4666]],[[232248,259592],[-1251,-3816]],[[230997,255776],[-725,7127]],[[209299,266698],[-218,-16661]],[[209081,250037],[-2269,-8219]],[[206812,241818],[27,3208],[-31,21680]],[[206812,241818],[-175,-639]],[[206637,241179],[-655,3287],[-500,980],[-452,2433],[-137,1784],[-467,1522],[-266,2270],[-357,1834]],[[203803,255289],[-2,11451]],[[203803,255289],[-618,1714],[-454,4718],[-407,953]],[[211241,260208],[-789,7]],[[210452,260215],[-226,1786],[-294,419],[-120,2210],[-128,-359],[-262,2428]],[[210452,260215],[261,-433],[176,-3774],[534,31],[187,-1030],[512,-17]],[[212122,254992],[-1599,-11259]],[[210523,243733],[-1442,6304]],[[262562,265291],[-9,-2748],[-135,18]],[[262418,262561],[-508,49]],[[255334,263517],[-41,-2445],[-142,-14],[4,-2674],[-156,-742],[132,-1478],[-365,-604],[-167,-1944]],[[254599,253616],[-506,-1944]],[[254093,251672],[-63,1221],[229,2446],[-147,-275],[95,2173],[-484,2051],[-26,1810]],[[237565,263797],[234,-2648],[-111,-2155]],[[237688,258994],[-417,-314]],[[237271,258680],[-297,954],[-857,614]],[[236117,260248],[-149,3550]],[[244067,262083],[-416,-314],[-36,-1776],[-276,-171],[-2,-3574],[-156,-1569],[81,-1641]],[[243262,253038],[-258,531],[-178,-1296],[-48,1873]],[[242778,254146],[7,11198]],[[269459,266064],[0,-2383],[-247,7],[-4,-2375]],[[269208,261313],[-295,-711]],[[268913,260602],[-583,-22],[1,2596]],[[264147,264342],[212,-842],[-100,-3841]],[[264259,259659],[-425,-12]],[[263834,259647],[-269,0]],[[263565,259647],[-156,2805],[9,2759]],[[270526,263478],[-236,-1e3],[1,-5622]],[[270291,256856],[-262,1105]],[[270029,257961],[-821,3352]],[[258126,257860],[-564,-27]],[[257562,257833],[-384,26],[-188,2e3],[3,2240]],[[256993,262099],[-3,1445]],[[263565,259647],[-754,-30]],[[262811,259617],[-348,-20],[-45,2964]],[[242778,254146],[-219,178]],[[242559,254324],[-305,2653]],[[242254,256977],[-195,277],[-241,2436],[-29,3221]],[[265258,263863],[-181,-811],[-39,-2867]],[[265038,260185],[-69,-496],[-710,-30]],[[252692,256194],[-1093,-41]],[[251599,256153],[-284,-4]],[[251315,256149],[0,7282]],[[252651,261072],[41,-4878]],[[246320,261084],[-2,-1627]],[[246318,259457],[-1160,-19]],[[245158,259438],[-408,1159],[-49,1441]],[[227703,254041],[-519,4981]],[[229059,261277],[364,-3474]],[[229423,257803],[-1328,-4514]],[[228095,253289],[-182,-662],[-210,1414]],[[266538,263854],[73,-1664]],[[266611,262190],[-131,-3053]],[[266480,259137],[-414,-482]],[[266066,258655],[-411,1022],[-15,3362]],[[267887,262620],[-7,-2008]],[[267880,260612],[-912,138],[0,1415],[-357,25]],[[266066,258655],[-13,-4419]],[[266053,254236],[-962,79]],[[265091,254315],[4,2025]],[[265095,256340],[-57,3845]],[[236117,260248],[245,-1198],[-44,-6786]],[[236318,252264],[-314,1644],[-175,1815],[-632,880],[-381,1287]],[[239356,254865],[-430,-6],[-146,-1627],[-240,7],[-65,-1705]],[[238475,251534],[-133,-174]],[[238342,251360],[-234,2339],[-88,3954],[-332,1341]],[[271599,258108],[109,-1595]],[[271708,256513],[-299,-2289]],[[271409,254224],[-861,806]],[[270548,255030],[-29,1447],[-228,379]],[[256993,262099],[-405,-645],[-234,-1413],[-90,-2314],[-724,-4800]],[[255540,252927],[-525,-296]],[[255015,252631],[-416,985]],[[251315,256149],[-565,11]],[[250750,256160],[-705,0]],[[250045,256160],[-4,6755]],[[229993,252193],[-570,5610]],[[230997,255776],[-230,-1047]],[[230767,254729],[-774,-2536]],[[268913,260602],[84,-3783]],[[268997,256819],[-88,-1964]],[[268909,254855],[-525,10],[-61,691],[-839,350]],[[267484,255906],[-15,966]],[[267469,256872],[411,3740]],[[242254,256977],[-1212,-1625],[-245,2364]],[[250045,256160],[-145,0]],[[249900,256160],[-376,-7]],[[249524,256153],[-46,1959],[-425,1320],[2,3070]],[[262811,259617],[-6,-2207]],[[262805,257410],[-584,-281],[-45,579]],[[262176,257708],[-228,4571]],[[262176,257708],[-117,-3882]],[[262059,253826],[-920,118]],[[261139,253944],[4,5668]],[[249524,256153],[-188,2]],[[249336,256155],[-474,-1],[2,-814],[-378,9]],[[248486,255349],[-43,6910]],[[267469,256872],[-538,69]],[[266931,256941],[-451,2196]],[[244529,261751],[-62,-2123],[-258,460],[229,-1495],[-276,-599],[18,-3120],[-205,750],[174,-2365],[-387,-521],[182,-1100]],[[243944,251638],[-102,-1383],[173,-931],[-202,-1256]],[[243813,248068],[-73,-540]],[[243740,247528],[12,447]],[[243752,247975],[-182,929]],[[243570,248904],[129,2677],[-437,1457]],[[248486,255349],[-225,-1013]],[[248261,254336],[-569,265]],[[247692,254601],[-3,6836]],[[257562,257833],[96,-2876],[-100,-437],[8,-2858]],[[257566,251662],[-179,1283],[-1847,-18]],[[245158,259438],[-12,-4904]],[[245146,254534],[-217,450],[-649,-954],[-49,-1688],[-287,-704]],[[191369,254272],[-1713,-9],[-813,1749]],[[225328,255832],[-812,-3459]],[[224516,252373],[-177,743],[-194,2530],[-443,141],[-382,1307]],[[247692,254601],[-45,0]],[[247647,254601],[-802,-13]],[[246845,254588],[-237,-7]],[[246608,254581],[0,4882],[-290,-6]],[[270029,257961],[-328,-1873],[-203,-243]],[[269498,255845],[-501,974]],[[226342,249372],[-760,7340]],[[227703,254041],[-1361,-4669]],[[220202,258883],[-12,-9165]],[[220190,249718],[-1597,-27]],[[218593,249691],[-12,8144],[-1602,88]],[[216979,257923],[0,516]],[[254093,251672],[-73,-563]],[[254020,251109],[-140,-343],[-854,-8],[-285,-550]],[[252741,250208],[-49,5986]],[[272895,258076],[-221,-2947],[-140,1836],[361,1111]],[[272467,260258],[359,-497],[69,-955],[-372,-536],[-14,-3438],[142,-738],[-530,300]],[[272121,254394],[-413,2119]],[[232380,257461],[233,-3410],[-192,-919],[-109,-3298]],[[232312,249834],[-587,-40],[-741,-2203]],[[230984,247591],[-246,5282],[29,1856]],[[215564,260206],[-1,-10641]],[[215563,249565],[-1463,119]],[[214100,249684],[-48,10522]],[[214100,249684],[-246,18]],[[213854,249702],[-112,1974],[-687,2489],[-255,-616]],[[212800,253549],[2,6664]],[[237271,258680],[3,-1922],[-169,-1045],[14,-5133]],[[237119,250580],[-252,-652]],[[236867,249928],[-549,2336]],[[216979,257923],[-20,-8366]],[[216959,249557],[-1396,8]],[[212800,253549],[-158,-489],[-520,1932]],[[265095,256340],[-399,-67]],[[264696,256273],[-805,-61]],[[263891,256212],[-57,3435]],[[263891,256212],[-578,-54]],[[263313,256158],[-423,46],[-85,1206]],[[261139,253944],[-190,-1282],[-485,462],[-142,-1410]],[[260322,251714],[-224,22]],[[260098,251736],[6,7849]],[[260098,251736],[-1121,-78]],[[258977,251658],[-2,4613]],[[246608,254581],[-1058,-7],[-230,-519]],[[245320,254055],[-174,479]],[[238342,251360],[-866,-337]],[[237476,251023],[-357,-443]],[[266931,256941],[-267,-2338]],[[266664,254603],[-217,-428]],[[266447,254175],[-394,61]],[[234433,256013],[126,-728]],[[234559,255285],[-1328,-6123]],[[233231,249162],[-512,-2377]],[[232719,246785],[-160,1025],[33,1830],[-280,194]],[[221621,257243],[-4,-7538]],[[221617,249705],[-1427,13]],[[270548,255030],[135,-1217],[-559,-1966],[-260,400]],[[269864,252247],[-282,1360],[-84,2238]],[[258977,251658],[18,-3690]],[[258995,247968],[-561,3]],[[258434,247971],[-835,7]],[[257599,247978],[-33,3684]],[[218593,249691],[-762,-75]],[[217831,249616],[-872,-59]],[[236867,249928],[-914,-1225]],[[235953,248703],[-290,477]],[[235663,249180],[-783,1632]],[[234880,250812],[-186,3541],[-135,932]],[[263313,256158],[-12,-3257]],[[263301,252901],[-768,-60],[-14,-3409]],[[262519,249432],[-296,57]],[[262223,249489],[-201,1664],[37,2673]],[[229345,250051],[-671,-2227]],[[228674,247824],[-579,5465]],[[229993,252193],[-648,-2142]],[[242559,254324],[-409,-313],[69,-6634],[-201,53]],[[242018,247430],[-298,679],[-278,-1715],[-307,-248]],[[241135,246146],[-630,-114]],[[240505,246032],[-17,6745],[-422,1756]],[[223045,256660],[-5,-9678]],[[223040,246982],[-1093,-7]],[[221947,246975],[-331,2],[1,2728]],[[224516,252373],[110,-2638],[233,-1105]],[[224859,248630],[-17,-2012]],[[224842,246618],[-1446,-2]],[[223396,246616],[-356,366]],[[267484,255906],[289,-2603],[-29,-1804]],[[267744,251499],[-329,-678],[-91,-2266]],[[267324,248555],[-270,35]],[[267054,248590],[-114,4038],[-276,1975]],[[269864,252247],[216,-986],[1,-1604],[213,-1377]],[[270294,248280],[-791,53],[-15,-4066],[756,-202],[-181,-4018]],[[270063,240047],[-569,247]],[[269494,240294],[-47,4435],[-166,-9],[13,2675],[-283,1029],[-221,3072]],[[268790,251496],[-78,1758],[187,-78]],[[268899,253176],[10,1679]],[[226342,249372],[-12,-642]],[[226330,248730],[-1471,-100]],[[272518,253791],[20,18]],[[272538,253809],[99,-1699],[-281,-1544],[-109,1279],[124,2060],[147,-114]],[[272121,254394],[4,-51]],[[272125,254343],[81,-132]],[[272206,254211],[155,-845],[-204,-1996],[71,-2600],[-325,802]],[[271903,249572],[-591,1666]],[[271312,251238],[97,2986]],[[264696,256273],[-167,-1561],[-391,-949],[-69,-1201],[-328,-1573],[-68,-1447]],[[263673,249542],[-96,10]],[[263577,249552],[15,3293],[-291,56]],[[265091,254315],[-12,-4796]],[[265079,249519],[-315,12]],[[264764,249531],[-724,18]],[[264040,249549],[-367,-7]],[[252741,250208],[18,-2159]],[[252759,248049],[-1139,-6]],[[251620,248043],[-21,8110]],[[250750,256160],[24,-9758]],[[250774,246402],[-565,1]],[[250209,246403],[-23,1870]],[[250186,248273],[3,6261],[-287,-6],[-2,1632]],[[250186,248273],[-850,-146]],[[249336,248127],[0,8028]],[[251620,248043],[-141,-1624]],[[251479,246419],[-705,-17]],[[249336,248127],[-206,-4]],[[249130,248123],[-300,-5]],[[248830,248118],[0,1358],[-237,-6],[-309,1882],[-23,2984]],[[268790,251496],[-833,9]],[[267957,251505],[-213,-6]],[[234880,250812],[-269,-1952],[-727,-4046]],[[233884,244814],[-145,1529],[-209,-878]],[[233530,245465],[-193,-35],[-106,3732]],[[213854,249702],[556,-1560],[549,-266],[329,-1468],[180,-3869],[116,-913]],[[215584,241626],[-1029,50],[-1,-1090],[-571,24],[0,-5857],[-623,-16],[0,-4293]],[[213360,230444],[-2433,11417]],[[210927,241861],[-404,1872]],[[271312,251238],[-472,-2258]],[[270840,248980],[-349,503],[-197,-1203]],[[245320,254055],[101,-733],[-2,-5263]],[[245419,248059],[-325,3]],[[245094,248062],[-1281,6]],[[240505,246032],[-431,-220]],[[240074,245812],[-1234,93],[-382,-268]],[[238458,245637],[138,2982],[-121,2915]],[[230984,247591],[-297,-1133],[-306,-3132],[-307,-919]],[[230074,242407],[-150,660]],[[229924,243067],[-83,1790],[-230,1424],[-92,2592],[-174,1178]],[[267054,248590],[-504,85]],[[266550,248675],[-89,305]],[[266461,248980],[-188,553]],[[266273,249533],[181,2384],[-7,2258]],[[246845,254588],[1,-6514]],[[246846,248074],[-55,0]],[[246791,248074],[-720,-7]],[[246071,248067],[-652,-8]],[[247647,254601],[2,-6508]],[[247649,248093],[-244,-6]],[[247405,248087],[-559,-13]],[[248830,248118],[-1181,-25]],[[243570,248904],[-75,-474]],[[243495,248430],[-154,-909],[-26,-2268]],[[243315,245253],[-1107,8]],[[242208,245261],[-190,2169]],[[266273,249533],[3,-822],[-452,71]],[[265824,248782],[-746,72],[1,665]],[[228674,247824],[-526,-1799],[-157,-2556]],[[227991,243469],[-863,2199],[-567,665]],[[226561,246333],[-231,2397]],[[255015,252631],[47,-4598]],[[255062,248033],[-100,-2449],[292,-2293],[343,-1258],[-72,-3553]],[[255525,238480],[118,-709],[-472,-3244],[-776,-834],[-363,138],[617,1003],[-445,2269],[13,2457],[-99,3216],[-227,556]],[[253891,243332],[-3,424]],[[253888,243756],[51,358]],[[253939,244114],[171,4892],[-90,2103]],[[262223,249489],[73,-1396]],[[262296,248093],[-1355,-67]],[[260941,248026],[8,3775],[-627,-87]],[[257599,247978],[-271,46]],[[257328,248024],[-1052,37]],[[256276,248061],[-1214,-28]],[[263577,249552],[-524,-184]],[[263053,249368],[-534,64]],[[260941,248026],[-26,-3]],[[260915,248023],[-1496,-68]],[[259419,247955],[-424,13]],[[238458,245637],[-203,-3553],[-301,-2557],[116,-1801],[-122,-774]],[[237948,236952],[-67,-1097],[156,-1846]],[[238037,234009],[-534,-28]],[[237503,233981],[98,13117],[-125,3925]],[[269494,240294],[-114,45]],[[269380,240339],[-346,137]],[[269034,240476],[-18,2136],[-493,492],[-222,1908],[-346,636]],[[267955,245648],[2,5857]],[[267955,245648],[-134,-370]],[[267821,245278],[-66,1821],[-380,52],[-51,1404]],[[253939,244114],[-283,-5327],[-10,-2293],[-805,174]],[[252841,236668],[-47,6490]],[[252794,243158],[-35,4891]],[[272307,246842],[-203,-3711],[-81,2742],[284,969]],[[271903,249572],[306,-2478],[-160,-4072],[-292,-203]],[[271757,242819],[-831,2065]],[[270926,244884],[0,3895],[-86,201]],[[237503,233981],[-603,-19]],[[236900,233962],[96,1937],[-93,1644],[125,1714]],[[237028,239257],[57,2122],[-200,796],[-362,6258],[-570,270]],[[235663,249180],[-268,-877],[313,-9029]],[[235708,239274],[21,-670],[-542,-17]],[[235187,238587],[-329,77]],[[234858,238664],[56,882],[-384,658],[-240,1922],[-168,-357],[-46,2247],[-192,798]],[[229924,243067],[-953,-3232]],[[228971,239835],[-534,-1857]],[[228437,237978],[-325,5186],[-121,305]],[[209922,237143],[-279,-6],[-3006,4042]],[[210927,241861],[-1005,-4718]],[[232719,246785],[-682,-1234]],[[232037,245551],[-850,-766]],[[231187,244785],[-203,2806]],[[221947,246975],[2,-4279]],[[221949,242696],[-1761,-8]],[[220188,242688],[2,7030]],[[220188,242688],[-2353,-81]],[[217835,242607],[-4,7009]],[[217835,242607],[0,-7787]],[[217835,234820],[-2223,6]],[[215612,234826],[279,1284],[-229,1216],[263,2565],[-18,1122],[-323,613]],[[264040,249549],[-12,-7241]],[[264028,242308],[-1345,403]],[[262683,242711],[300,3247],[70,3410]],[[264764,249531],[114,-3092],[-22,-4394]],[[264856,242045],[-554,176]],[[264302,242221],[-274,87]],[[266550,248675],[98,-2368],[249,-1172],[-274,-444],[-99,-1222],[356,-2141]],[[266880,241328],[-709,260]],[[266171,241588],[-368,134]],[[265803,241722],[21,7060]],[[265803,241722],[-735,254]],[[265068,241976],[-212,69]],[[262683,242711],[-3,0]],[[262680,242711],[-384,5382]],[[270926,244884],[-366,-1369],[-37,-1852],[123,-1709],[-124,-3745]],[[270522,236209],[-335,-64],[-107,1022],[-17,2880]],[[237028,239257],[-1320,17]],[[233530,245465],[-89,-6610]],[[233441,238855],[-666,84],[-646,2258]],[[232129,241197],[-92,4354]],[[244740,241601],[-76,124]],[[244664,241725],[-138,1864],[-596,-160],[213,1883],[-298,-206],[-105,2422]],[[245094,248062],[-354,-6461]],[[226561,246333],[-375,-2252],[-241,-2998]],[[225945,241083],[-212,-3685]],[[225733,237398],[-624,1108]],[[225109,238506],[-245,3503],[173,1353],[-5,1659],[-190,1597]],[[267821,245278],[-326,-1352],[-1,-2846]],[[267494,241080],[-481,193]],[[267013,241273],[-88,37]],[[266925,241310],[-45,18]],[[244664,241725],[-233,-2739],[-196,-268]],[[244235,238718],[-602,5]],[[243633,238723],[-154,6]],[[243479,238729],[63,3797],[-227,2727]],[[243752,247975],[-257,455]],[[250209,246403],[-2,-4881]],[[250207,241522],[-565,12],[0,-2449],[-406,-1071]],[[249236,238014],[-349,2359],[-75,1498]],[[248812,241871],[318,6252]],[[248812,241871],[-426,-22],[-726,870]],[[247660,242719],[-255,5368]],[[242208,245261],[112,-1501],[-109,-3720],[-662,-628],[-123,-1003]],[[241426,238409],[-387,12]],[[241039,238421],[5,125]],[[241044,238546],[92,1719],[-1,5881]],[[262680,242711],[-189,-1959]],[[262491,240752],[-656,31],[-11,-813],[-591,47]],[[261233,240017],[-143,13]],[[261090,240030],[8,4056],[-466,837]],[[260632,244923],[283,3100]],[[247660,242719],[34,-9078]],[[247694,233641],[-96,120]],[[247598,233761],[-55,1170],[-290,-153]],[[247253,234778],[-284,1435],[-176,2313],[-2,3039]],[[246791,241565],[0,6509]],[[256232,239600],[16,-2077],[-262,-1642],[-543,-650],[107,1725],[233,527],[-258,997]],[[256276,248061],[-334,-1385],[-81,-3536],[371,-3540]],[[257328,248024],[-39,-10998]],[[257289,237026],[-1052,-1037],[665,1910],[-225,961],[-136,-1053],[-250,2451],[-59,-658]],[[252794,243158],[-1314,0]],[[251480,243158],[-1,3261]],[[246791,241565],[-956,-12]],[[245835,241553],[167,1301]],[[246002,242854],[-21,4096],[90,1117]],[[258434,247971],[-17,-10056]],[[258417,237915],[-166,1067],[-410,-2043],[-552,87]],[[246002,242854],[-1125,-260],[-121,-1038]],[[244756,241556],[-16,45]],[[260632,244923],[-55,-1607],[-562,869],[-66,-1633]],[[259949,242552],[-537,37],[7,5366]],[[259949,242552],[-196,-1239],[99,-2459],[-315,-2140]],[[259537,236714],[-9,-2240]],[[259528,234474],[-1118,2046]],[[258410,236875],[0,-355]],[[258410,236875],[816,-133],[-426,1780],[-383,-607]],[[231187,244785],[-45,-4378],[221,-3089],[-139,-1697]],[[231224,235621],[12,737],[-414,180]],[[230822,236538],[-165,3013],[-358,1438],[-320,391],[95,1027]],[[223396,246616],[1,-7873]],[[223397,238743],[-946,26]],[[222451,238769],[-503,-4],[1,3931]],[[225109,238506],[-674,264]],[[224435,238770],[-1038,-27]],[[251480,243158],[0,-1087]],[[251480,242071],[-990,-2],[-283,-547]],[[228437,237978],[-499,-1008]],[[227938,236970],[-97,304]],[[227841,237274],[-634,1522],[-437,-1264],[-263,726],[-303,2900],[-259,-75]],[[234858,238664],[-878,-2778]],[[233980,235886],[-396,1124],[-143,1845]],[[241044,238546],[-396,8],[-9,-943],[-990,-262]],[[239649,237349],[2,3245],[421,9],[2,5209]],[[239649,237349],[0,-382]],[[239649,236967],[-709,-8],[2,1629],[-283,7],[1,-1639],[-712,-4]],[[269034,240476],[-293,113]],[[268741,240589],[-1247,491]],[[232129,241197],[72,-7162]],[[232201,234035],[-806,-384]],[[231395,233651],[-171,1970]],[[243479,238729],[216,-1917],[-535,411],[-328,-897]],[[242832,236326],[-172,207],[-257,-1508]],[[242403,235025],[-94,2569],[-194,809],[-689,6]],[[261090,240030],[-142,0],[-5,-2437],[-1018,73],[-388,-952]],[[271757,242819],[498,-308],[-34,-3432],[-155,926],[-295,-107]],[[271771,239898],[-322,203],[-925,-5548]],[[270524,234553],[-2,1656]],[[252841,236668],[-233,-1277],[-178,1270],[-575,-702],[-371,1453]],[[251484,237412],[-4,4659]],[[230822,236538],[-952,-1549]],[[229870,234989],[-278,409],[-621,4437]],[[245835,241553],[-210,-1460],[-15,-2062],[278,-2140]],[[245888,235891],[-360,-439]],[[245528,235452],[-338,30]],[[245190,235482],[-277,639],[124,2784],[-183,-36],[-98,2687]],[[249236,238014],[203,-4319],[261,-907]],[[249700,232788],[-283,-440]],[[249417,232348],[-471,-68],[-254,869],[-304,-894],[-309,779]],[[248079,233034],[-385,607]],[[264302,242221],[-267,-2074],[-54,-1701],[-693,-1753]],[[263288,236693],[-375,1330],[-2,1097],[-281,268],[-139,1364]],[[222451,238769],[6,-3970]],[[222457,234799],[-1261,76]],[[221196,234875],[-1009,-7]],[[220187,234868],[1,7820]],[[220187,234868],[-1627,-38]],[[218560,234830],[-725,-10]],[[265068,241976],[85,-2796],[-178,-1],[-97,-4622]],[[264878,234557],[-479,557],[-1297,-63]],[[263102,235051],[186,1642]],[[251484,237412],[-1134,-2305],[-141,1298]],[[250209,236405],[-2,5117]],[[266171,241588],[21,-1291],[-370,-1383],[42,-1369],[-274,-2432]],[[265590,235113],[-266,-1104],[-213,-2775]],[[265111,231234],[-234,66]],[[264877,231300],[1,3257]],[[209944,215738],[-22,21405]],[[213360,230444],[686,-3232]],[[214046,227212],[-190,-2194],[-356,428],[-422,-724],[-393,-4187],[-190,-3082],[-26,-2697],[-288,-495],[-452,-3923],[-784,1354],[-338,2103],[-458,443],[-205,1500]],[[245190,235482],[-472,-15],[-483,3251]],[[215612,234826],[-8,-9436]],[[215604,225390],[-988,210],[-570,1612]],[[247253,234778],[-437,-1709],[-207,516]],[[246609,233585],[-184,-841],[-537,3147]],[[266925,241310],[88,-37]],[[267013,241273],[105,-135],[78,-2865],[203,-1637]],[[267399,236636],[-213,-2319]],[[267186,234317],[-334,-5]],[[266852,234312],[-283,815],[-979,-14]],[[250209,236405],[34,-1301],[-543,-2316]],[[268741,240589],[-104,-715],[226,-2817],[-101,-1193],[-315,-130]],[[268447,235734],[-586,1764],[-462,-862]],[[209944,215738],[-499,619],[-308,933],[-500,3117],[-209,111],[-481,2314],[-467,5014],[-27,4955],[-481,3934],[-35,2230],[-300,2214]],[[233980,235886],[192,-3310]],[[234172,232576],[-466,-2513],[-754,2533],[-380,-1253],[-369,-201]],[[232203,231142],[-2,2893]],[[227841,237274],[-344,-3901],[-437,-2646]],[[227060,230727],[-169,-807]],[[226891,229920],[-1289,6177]],[[225602,236097],[131,1301]],[[262491,240752],[-511,-7567]],[[261980,233185],[-763,18]],[[261217,233203],[16,6814]],[[263102,235051],[119,-3211],[349,-2174]],[[263570,229666],[-1288,55],[-50,-791]],[[262232,228930],[-308,1351],[56,2904]],[[269380,240339],[4,-8335]],[[269384,232004],[-309,-3002],[110,-640]],[[269185,228362],[-359,-2062]],[[268826,226300],[-394,1903]],[[268432,228203],[15,7531]],[[272248,234159],[-9,-2722],[-434,368]],[[271805,231805],[-186,100],[91,1895],[-113,885],[151,2029],[471,-634],[29,-1921]],[[272388,234172],[-135,-12]],[[272253,234160],[-2,2672],[137,-2660]],[[271771,239898],[387,-696],[23,-1979],[-488,-401],[1,-1430],[-265,-958],[92,-1411]],[[271521,233023],[-998,-79]],[[270523,232944],[1,1609]],[[270523,232944],[0,-816]],[[270523,232128],[-259,0]],[[270264,232128],[-880,-124]],[[261213,230026],[6,-1939]],[[261219,228087],[-831,3621],[181,87],[319,-1692],[325,-77]],[[261217,233203],[-4,-3055]],[[261213,230148],[-256,-46],[-113,1656],[-199,-122],[-386,1289],[-6,-1143],[-725,2692]],[[229870,234989],[-428,-2537]],[[229442,232452],[-640,-2032]],[[228802,230420],[-160,3872],[-704,2678]],[[236900,233962],[5,-1513]],[[236905,232449],[-445,185],[-184,-1246],[-288,178]],[[235988,231566],[-422,-16],[-379,7037]],[[224435,238770],[11,-6721]],[[224446,232049],[-926,-12]],[[223520,232037],[-1061,-73],[-2,2835]],[[225602,236097],[-347,-5926]],[[225255,230171],[-325,-1870]],[[224930,228301],[-484,3748]],[[245308,223867],[-799,1569],[36,944],[-274,2264]],[[244271,228644],[603,287]],[[244874,228931],[203,-2331],[251,-832],[-20,-1901]],[[244558,230559],[-645,-479],[-351,1662],[-258,-1459],[-367,543]],[[242937,230826],[126,1509],[-231,3991]],[[243633,238723],[169,-1018],[54,-2471],[406,-1498],[38,-2365],[258,-812]],[[245528,235452],[-238,-4825]],[[245290,230627],[-329,-692]],[[244961,229935],[-403,624]],[[235988,231566],[8,-4159]],[[235996,227407],[-1499,-100]],[[234497,227307],[-325,5269]],[[239649,236967],[279,-442],[95,-4141],[287,-11],[14,-1373],[-301,-819]],[[240023,230181],[-367,261],[-1652,-20]],[[238004,230422],[33,3587]],[[241039,238421],[19,-2543]],[[241058,235878],[90,-2556],[-90,-2140]],[[241058,231182],[-312,-1023]],[[240746,230159],[-723,22]],[[242403,235025],[-396,-2817]],[[242007,232208],[-408,-1799],[-460,906]],[[241139,231315],[-81,-133]],[[268432,228203],[-222,-845]],[[268210,227358],[-526,3596],[-439,645],[-59,2718]],[[228802,230420],[-812,-4930]],[[227990,225490],[-930,5237]],[[231395,233651],[-275,-1643],[131,-1238]],[[231251,230770],[-412,483],[-916,-965]],[[229923,230288],[-71,1866],[-410,298]],[[242937,230826],[-38,-676]],[[242899,230150],[-457,1473],[-435,585]],[[226432,226825],[-346,-1970]],[[226086,224855],[-87,1789],[-744,3527]],[[226891,229920],[-513,-2622],[54,-473]],[[246609,233585],[-25,-1023]],[[246584,232562],[-762,-996],[-135,-865]],[[245687,230701],[0,-1]],[[245687,230700],[-397,-73]],[[266852,234312],[-10,-6935],[145,-1217]],[[266987,226160],[-200,-2815]],[[266787,223345],[-399,937],[-283,2980],[-405,1944],[-589,2028]],[[264877,231300],[-794,-653],[8,-1736],[-255,56]],[[263836,228967],[-266,699]],[[247598,233761],[-477,-3687],[-248,-294],[-10,-2337]],[[246863,227443],[-276,26]],[[246587,227469],[-43,-63]],[[246544,227406],[-91,2727],[131,2429]],[[218560,234830],[1,-12369]],[[218561,222461],[3,-3801],[-131,-3064],[-135,-246]],[[218298,215350],[-586,2295],[-155,1738],[-559,1471],[-109,1938],[-428,2706],[-230,-539],[-627,431]],[[221196,234875],[-9,-4032]],[[221187,230843],[-585,153],[-126,-5325],[-5,-3218]],[[220471,222453],[-272,-3]],[[220199,222450],[-1638,11]],[[223520,232037],[7,-6643]],[[223527,225394],[-721,2115],[-1183,235]],[[221623,227744],[-251,17],[4,3079],[-189,3]],[[268210,227358],[-114,-1168]],[[268096,226190],[-1109,-30]],[[272837,223331],[-14,0]],[[272823,223331],[-64,-213]],[[272759,223118],[-215,-625],[-556,-55]],[[271988,222438],[-4,2546]],[[271984,224984],[-177,2427],[99,1442],[-322,1679],[221,1273]],[[272248,234159],[350,-6434],[-19,-1080],[258,-3314]],[[272388,234172],[216,-5656],[-351,5644]],[[238004,230422],[-370,-3472]],[[237634,226950],[-15,2086],[-480,949],[-234,2464]],[[232203,231142],[-438,1363],[375,-6983]],[[232140,225522],[-575,-1123]],[[231565,224399],[-196,1520],[-118,4851]],[[247737,223729],[-329,25],[-92,1327],[-453,2362]],[[247598,233761],[-7,-4805],[112,-2059],[203,-841],[-169,-2327]],[[248079,233034],[-93,-5082],[222,493],[142,-926]],[[248350,227519],[-169,-1243],[4,-1675],[243,-2463],[7,-2735]],[[248435,219403],[-412,1679],[32,1884],[-166,601]],[[247889,223567],[-152,162]],[[262232,228930],[-64,-3572]],[[262168,225358],[-1,-31]],[[262167,225327],[-472,-1559]],[[261695,223768],[-260,-97],[30,2044],[-246,2372]],[[261213,230026],[0,122]],[[249417,232348],[-288,-1736],[-365,-1099]],[[248764,229513],[-363,-244],[-62,-812],[282,-1440]],[[248621,227017],[-271,502]],[[271521,233023],[-209,-1367],[211,19],[-61,-1459],[280,-1434],[17,-2305]],[[271759,226477],[-575,-58],[-356,-1658],[-304,-535]],[[270524,224226],[-1,7902]],[[237634,226950],[-209,-1155],[251,-2061]],[[237676,223734],[-488,-232],[-948,-2204]],[[236240,221298],[-9,6070],[-235,39]],[[234497,227307],[188,-998],[-40,-2779]],[[234645,223530],[-249,562],[-163,2138],[-77,-1073],[335,-1692],[-100,-2415]],[[234391,221050],[-400,-946],[-152,1094]],[[233839,221198],[-128,697],[-451,-247]],[[233260,221648],[-1120,3874]],[[249637,222999],[-31,137]],[[249606,223136],[-17,-11]],[[249589,223125],[-854,2530],[-114,1362]],[[248764,229513],[178,-1314],[189,484],[62,-1577],[278,-41],[74,2259],[374,1265],[70,-3363],[267,-194],[-426,-2469],[-490,256],[297,-1820]],[[250525,230647],[-312,-71],[261,1146],[51,-1075]],[[246544,227406],[-360,597],[-279,-302]],[[245905,227701],[-208,1350],[-10,1649]],[[229923,230288],[145,-1541]],[[230068,228747],[-848,-6121]],[[229220,222626],[-749,-87]],[[228471,222539],[-487,2914]],[[227984,225453],[6,37]],[[242899,230150],[-21,-3785]],[[242878,226365],[-34,-727],[-510,-1743],[182,-15],[-22,-1563],[-530,-1558],[-885,886]],[[241079,221645],[5,8529],[-338,-15]],[[270524,224226],[-18,-8]],[[270506,224218],[-216,2191],[-389,132],[-406,1491]],[[269495,228032],[311,619],[458,3477]],[[269495,228032],[-310,330]],[[224930,228301],[-647,-3579]],[[224283,224722],[-370,-472]],[[223913,224250],[-386,1144]],[[243094,222650],[507,-1497],[-373,-1379],[-504,1635],[370,1241]],[[244961,229935],[-87,-1004]],[[244271,228644],[-426,-208],[-645,-3854]],[[243200,224582],[80,1697],[-402,86]],[[231565,224399],[21,-2330],[-179,-21]],[[231407,222048],[-240,599]],[[231167,222647],[-226,617],[-208,2752],[-251,273],[-414,2458]],[[245905,227701],[-338,-3548]],[[245567,224153],[-211,-1645]],[[245356,222508],[-48,1359]],[[221623,227744],[-6,-5221]],[[221617,222523],[-1146,-70]],[[227984,225453],[-780,-2865],[-98,358]],[[227106,222946],[-308,892],[-366,2987]],[[241079,221645],[-915,2302],[-643,1244],[-860,-33],[-722,-625],[-263,-799]],[[226086,224855],[-251,-1276],[-617,-1664]],[[225218,221915],[-190,1265],[73,1338],[-818,204]],[[261984,223666],[48,-1027],[-349,843],[301,184]],[[262167,225327],[153,-1172],[-625,-387]],[[263836,228967],[267,-1312],[-501,151],[-1029,-3276],[-405,828]],[[231167,222647],[-368,-2222],[-115,-1978],[-812,-2987]],[[229872,215460],[-51,299]],[[229821,215759],[273,1332],[-648,4505],[-226,1030]],[[245356,222508],[-369,-726]],[[244987,221782],[-280,-1858],[-256,1228],[-396,-628],[-7,2090],[-206,-84],[-20,2140],[-622,-88]],[[270506,224218],[-1,-4598]],[[270505,219620],[-384,-936],[-50,1175],[-543,18]],[[269528,219877],[-418,-93],[-2,1070],[-275,505]],[[268833,221359],[-7,4941]],[[268833,221359],[-783,495]],[[268050,221854],[-36,3076],[82,1260]],[[248195,214699],[-70,-748]],[[248125,213951],[-368,-1498],[-381,4155],[-144,-1654]],[[247232,214954],[0,260]],[[247232,215214],[0,103]],[[247232,215317],[15,318]],[[247247,215635],[13,86]],[[247260,215721],[55,1625],[-668,4635],[-414,1833],[-105,1452],[-208,-1076],[-353,-37]],[[247889,223567],[32,-2068],[-180,-982],[125,-870],[386,-448],[38,-1287],[-225,-2e3],[130,-1213]],[[222150,222529],[-533,-6]],[[223913,224250],[-73,-521]],[[223840,223729],[-340,-2416],[-157,1139],[-1193,77]],[[249173,217874],[111,-1305],[-400,134],[289,1171]],[[249589,223125],[-488,-958],[203,-1847],[362,-1192],[-111,-777],[530,-230],[375,-1687],[141,831],[307,-3039],[-50,-1667],[-254,-1182],[-172,579],[-447,-2429],[422,3793],[-138,1557],[-368,-603],[-134,2620],[-304,1182],[-628,94],[58,1184],[-307,734],[-151,-685]],[[236240,221298],[-45,-112]],[[236195,221186],[-276,35]],[[235919,221221],[-211,269],[-540,-841],[124,4279],[-302,699],[-198,-2304],[-147,207]],[[227106,222946],[-578,-5086]],[[226528,217860],[-680,53],[-139,1116]],[[225709,219029],[22,814],[-513,2072]],[[271988,222438],[9,-2348],[241,-1825]],[[272238,218265],[-390,-928]],[[271848,217337],[-291,1592],[-5,2834],[246,456],[-91,1669],[277,1096]],[[271759,226477],[138,-1242],[-266,-1802],[-119,-4400],[73,-1266]],[[271585,217767],[-204,-13],[-96,2166],[-186,606],[-594,-906]],[[233260,221648],[-107,-2624],[-243,-16],[-116,-2071]],[[232794,216937],[-175,-671],[-275,621],[-264,-1151]],[[232080,215736],[-404,3185],[-269,3127]],[[228471,222539],[-170,-901],[-100,-3633]],[[228201,218005],[-1040,-5116]],[[227161,212889],[-321,2085]],[[226840,214974],[-364,2442],[52,444]],[[244928,217715],[211,-933],[-107,-1820],[-305,1569],[201,1184]],[[247260,215721],[-525,940],[-7,-1505],[-198,-130],[-95,-1883],[-522,-151],[-171,914],[376,1325],[-332,809],[-84,1095],[-261,-2776],[-233,825],[15,1953],[-358,1998],[122,2647]],[[225709,219029],[-761,-6052]],[[224948,212977],[-1106,2536]],[[223842,215513],[-2,8216]],[[223842,215513],[-1,-2983]],[[223841,212530],[-1697,16]],[[222144,212546],[6,9983]],[[272759,223118],[386,-4323]],[[273145,218795],[-132,-298],[16,-2699],[-744,-89],[-47,2556]],[[232080,215736],[-73,-613]],[[232007,215123],[-254,-1543],[-960,-3417]],[[230793,210163],[-921,5297]],[[229821,215759],[-780,-3735]],[[229041,212024],[-105,759]],[[228936,212783],[-735,5222]],[[222144,212546],[-1943,-92]],[[220201,212454],[-2,9996]],[[220201,212454],[-1549,-37]],[[218652,212417],[-301,1679],[-53,1254]],[[235183,217123],[-168,-988],[-897,-3581],[738,3848],[327,721]],[[234284,214573],[-491,4941],[46,1684]],[[234391,221050],[301,-995],[33,-3555],[-122,190],[-319,-2117]],[[236195,221186],[-1085,-2978],[545,2519],[264,494]],[[234284,214573],[-259,-341],[-245,-3555],[-456,-2355],[-295,-718]],[[233029,207604],[-168,76],[-313,2527],[-238,31],[-6,1604],[-193,734],[-104,2547]],[[269528,219877],[10,-5017],[-370,-17],[1,-3161]],[[269169,211682],[-610,-875]],[[268559,210807],[-4,-26]],[[268555,210781],[11,1180],[-229,1769],[-631,423],[-130,2753]],[[267576,216906],[349,3015],[125,1933]],[[271585,217767],[74,-1765]],[[271659,216002],[-47,-5892],[-823,-7]],[[270789,210103],[-996,7]],[[269793,210110],[-470,1716],[-154,-144]],[[226840,214974],[-1288,-6318]],[[225552,208656],[-604,4321]],[[274038,206958],[-133,1]],[[273905,206959],[-39,-1]],[[273866,206958],[-329,-17],[-54,-3299]],[[273483,203642],[-296,3940]],[[273187,207582],[-245,-773],[-517,1780]],[[272425,208589],[33,1990],[-268,1417]],[[272190,211996],[-290,2402]],[[271900,214398],[73,2026],[-125,913]],[[273145,218795],[71,-1438],[822,-10399]],[[228017,208315],[-311,1140],[-437,-2085]],[[227269,207370],[-501,3617],[393,1902]],[[228936,212783],[-919,-4468]],[[272425,208589],[-133,-1746]],[[272292,206843],[-680,-113],[4,-8039]],[[271616,198691],[-837,-35]],[[270779,198656],[10,11447]],[[271659,216002],[241,-1604]],[[230793,210163],[-40,-5357]],[[230753,204806],[-186,-16]],[[230567,204790],[-105,611]],[[230462,205401],[-405,-37]],[[230057,205364],[-229,272]],[[229828,205636],[-9,-8]],[[229819,205628],[-2,32]],[[229817,205660],[-203,3106],[-295,2552],[-278,706]],[[225150,203636],[-1,663],[-1297,-17]],[[223852,204282],[-11,8248]],[[225552,208656],[258,-1776]],[[225810,206880],[-660,-3244]],[[230757,204203],[-4,603]],[[233029,207604],[-514,-1808],[-270,336],[-409,-941],[-73,-1321],[716,1768],[-1755,-5263],[983,3206],[18,865],[-525,-948],[-443,705]],[[226700,204666],[-382,955],[-249,-541]],[[226069,205080],[-259,1800]],[[227269,207370],[-569,-2704]],[[229817,205660],[1,-376]],[[229818,205284],[-753,-2126],[109,-1486]],[[229174,201672],[-69,-398],[-683,1260]],[[228422,202534],[5,4144],[-122,1448],[-288,189]],[[223852,204282],[-1657,-123]],[[222195,204159],[-37,-4]],[[222158,204155],[-14,8391]],[[222158,204155],[-1965,141]],[[220193,204296],[8,8158]],[[220193,204296],[2,-8383]],[[220195,195913],[-275,-20]],[[219920,195893],[-228,1634],[-299,5632],[-270,1346],[-137,3111],[-290,2181],[-44,2620]],[[269793,210110],[391,-3170],[-256,-2281]],[[269928,204659],[-433,506],[-598,-8]],[[268897,205157],[-149,697],[-6,3295],[-183,1658]],[[270779,198656],[-274,-620]],[[270505,198036],[2,3099]],[[270507,201135],[2,766],[-428,978],[-153,1780]],[[228422,202534],[-599,-3072]],[[227823,199462],[-496,1215],[-66,1282],[-333,364],[-228,2343]],[[273483,203642],[-949,-51],[-367,555],[125,2697]],[[273866,206958],[152,-4435],[384,-6703],[460,-6126],[-21,-545]],[[274841,189149],[-1029,-223]],[[273812,188926],[17,9772]],[[273829,198698],[-61,3007],[-285,1937]],[[274038,206958],[411,-2425],[-276,2427]],[[274173,206960],[19,0]],[[274192,206960],[437,-3794],[144,-2446],[-167,-836],[-12,3069],[-288,-3646],[-72,100],[-11,3804],[-174,606],[153,1506],[-297,1636]],[[226409,193288],[-981,21]],[[225428,193309],[-276,-3]],[[225152,193306],[-2,10330]],[[226069,205080],[-235,-508],[782,-8928],[-25,-123]],[[226591,195521],[-240,-1164],[58,-1069]],[[273829,198698],[-2213,-7]],[[229313,193901],[29,366]],[[229342,194267],[112,1478],[226,125],[508,2370],[340,470],[-1215,-4809]],[[229467,200562],[-293,1110]],[[229818,205284],[138,-1955],[593,-2862],[-702,-2230],[-380,2325]],[[230462,205401],[-19,-1857],[-353,715],[-33,1105]],[[227823,199462],[-461,-4167]],[[227362,195295],[-76,-648],[-695,874]],[[270507,201135],[-552,2],[0,-813],[-1166,-23]],[[268789,200301],[108,4856]],[[223852,204282],[-7,-10983]],[[223845,193299],[-1631,-503],[-15,3242]],[[222199,196038],[-4,8121]],[[225152,193306],[-1307,-7]],[[222199,196038],[-2004,-125]],[[229467,200562],[-206,-608],[191,-1783]],[[229452,198171],[-926,-864],[295,-1302]],[[228821,196005],[-626,-2606]],[[228195,193399],[-53,240]],[[228142,193639],[-158,1151],[-622,505]],[[270505,198036],[-139,-2611]],[[270366,195425],[-1519,30]],[[268847,195455],[-374,-12]],[[268473,195443],[316,4858]],[[271616,198691],[0,-1635],[277,2],[94,-2171],[192,-1069],[303,-11],[-262,-959],[585,-3549],[246,-3711]],[[273051,185588],[-1173,63]],[[271878,185651],[-1368,-4]],[[270510,185647],[-6,9777],[-138,1]],[[273812,188926],[-11,-3356]],[[273801,185570],[-750,18]],[[229222,193536],[-326,-2723],[39,1456],[287,1267]],[[228195,193399],[229,-262],[-76,-1380]],[[228348,191757],[-206,1882]],[[228490,190446],[-134,1235]],[[228356,191681],[444,2665],[-7,-1493],[-303,-2407]],[[229452,198171],[-21,-806]],[[229431,197365],[-30,-1032]],[[229401,196333],[-338,-1783],[-242,1455]],[[223845,193299],[14,-13095]],[[223859,180204],[1,-1601],[-436,24]],[[223424,178627],[-1056,73],[-103,854],[-232,-1005]],[[222033,178549],[-141,1379],[72,2611],[-322,2960],[-327,370],[-463,2627],[-155,3392],[-155,198],[-278,2896],[-344,911]],[[228348,191757],[8,-76]],[[228490,190446],[-3,-28]],[[228487,190418],[-16,-156]],[[228471,190262],[-133,-1330],[-231,1091],[-604,-774]],[[227503,189249],[-413,475],[-457,1288],[12,1137]],[[226645,192149],[-45,799]],[[226600,192948],[-191,340]],[[268847,195455],[7,-2885]],[[268854,192570],[-198,-1538],[342,-1335],[-115,-2957],[-287,863],[-300,2065],[148,2365],[29,3410]],[[270510,185647],[-1388,-19]],[[269122,185628],[467,3254],[-294,1838],[49,-1786],[-175,307],[19,1799],[-334,1530]],[[225428,193309],[7,-14809]],[[225435,178500],[-810,49]],[[224625,178549],[3,1455],[-769,200]],[[226645,192149],[-378,-2056],[-22,-4642]],[[226245,185451],[-328,-1],[5,-6978]],[[225922,178472],[-487,28]],[[228402,187096],[249,1941],[-343,-3973],[94,2032]],[[227963,184054],[-1438,-46],[-280,1443]],[[227503,189249],[288,8],[201,-2841],[170,164],[-199,-2526]],[[275241,183987],[-902,23]],[[274339,184010],[-271,4],[-3,1573],[-264,-17]],[[274841,189149],[341,-3281],[59,-1881]],[[273051,185588],[-176,-2846],[396,-2050],[334,-3158]],[[273605,177534],[-628,-17],[1,-1639],[-277,-12],[2,-1649],[-824,22]],[[271879,174239],[-2,5717]],[[271877,179956],[1,5695]],[[271877,179956],[-1371,-47]],[[270506,179909],[4,5738]],[[270506,179909],[-2,-2429]],[[270504,177480],[-549,22],[3,3302],[-874,53]],[[269084,180857],[-345,1646],[240,734],[143,2391]],[[274339,184010],[6,-6562]],[[274345,177448],[1,-1562],[-580,-3038]],[[273766,172848],[42,3614],[-203,1072]],[[227901,178788],[-37,1]],[[227864,178789],[9,1767],[307,3881]],[[228180,184437],[70,-94]],[[228250,184343],[-349,-5555]],[[227963,184054],[-251,-4475],[-258,-852],[114,2438],[-407,-1626],[-336,1829],[200,-2389],[-320,-88]],[[226705,178891],[-582,-1386]],[[226123,177505],[-201,967]],[[275241,183987],[343,-5478]],[[275584,178509],[-145,-584]],[[275439,177925],[-1,-410]],[[275438,177515],[-1093,-67]],[[270504,177480],[-3,-3270]],[[270501,174210],[-551,17],[0,-506]],[[269950,173721],[0,-130]],[[269950,173591],[-1,-996],[-273,12]],[[269676,172607],[-254,2093],[-338,6157]],[[224625,178549],[159,-3917],[135,10],[-13,-5059]],[[224906,169583],[-1481,40]],[[223425,169623],[-1,9004]],[[271879,174239],[-1378,-29]],[[223425,169623],[-158,-2061],[-441,-1922]],[[222826,165640],[-276,5054],[-494,3303],[54,2886],[-77,1666]],[[228015,167092],[-166,1925],[-8,2670]],[[227841,171687],[174,-4595]],[[227841,171687],[-52,110],[22,6050],[53,942]],[[227901,178788],[-82,-3294],[22,-3807]],[[227632,166164],[-1163,-35],[-267,256]],[[226202,166385],[-78,3148]],[[226124,169533],[-1,7972]],[[226705,178891],[360,-137],[283,-871],[341,625],[-132,-4582],[-184,-313],[-31,-3271],[212,-1257],[78,-2921]],[[226124,169533],[-934,42]],[[225190,169575],[-284,8]],[[275994,173067],[-63,2]],[[275931,173069],[-9,1]],[[275922,173070],[-37,2]],[[275885,173072],[-22,0]],[[275863,173072],[-26,-266],[-2071,42]],[[275438,177515],[375,-1551],[181,-2897]],[[273766,172848],[-167,-3535],[-1729,10]],[[271870,169323],[9,4916]],[[269950,173591],[197,-1158],[100,-2595],[-427,921],[-144,1848]],[[271870,169323],[-1374,16]],[[270496,169339],[-105,2644],[304,1032],[-368,4],[-94,-803],[-283,1505]],[[275863,173072],[173,-517],[58,-7156],[-69,-4426]],[[276025,160973],[-424,252],[-1823,-64]],[[273778,161161],[-12,11687]],[[273778,161161],[4,-1336]],[[273782,159825],[-1083,-119],[-9,4916],[-814,-70]],[[271876,164552],[-6,4771]],[[270224,168129],[277,-3877],[-101,-154],[-176,4031]],[[271876,164552],[5,-1688],[-271,-31],[4,-1924],[-522,237]],[[271092,161146],[-65,2473],[-474,1226],[-124,2786],[67,1708]],[[225190,169575],[-740,-9780]],[[224450,159795],[-249,-323],[-357,2361],[-856,1101],[54,931],[-216,1775]],[[226202,166385],[-130,-3036],[395,-282],[0,-1591]],[[226467,161476],[2,-5174]],[[226469,156302],[-921,-317],[-542,1946],[-162,1244],[-394,620]],[[227781,162637],[-161,-1600],[-221,-469],[-932,908]],[[227632,166164],[36,-3208],[113,-319]],[[273782,159825],[19,-5212]],[[273801,154613],[0,-3238]],[[273801,151375],[-1312,-39]],[[272489,151336],[-461,1867],[-228,-193],[-395,1936],[-191,1815],[-122,4385]],[[227781,162637],[266,-4006],[-45,-1342],[291,-825],[-120,-2091],[-349,-1094],[6,-1266],[-411,861],[-516,2812],[-434,616]],[[276025,160973],[-123,-6440]],[[275902,154533],[-491,-343],[-1072,2],[-538,421]],[[275036,140768],[-16,1]],[[275020,140769],[-149,-434]],[[274871,140335],[3,-76]],[[274874,140259],[-199,601],[-388,-1467],[-445,274]],[[273842,139667],[-42,3489],[1,8219]],[[275902,154533],[-196,-4031],[-305,-2455],[-117,-2922],[81,-1855],[-329,-2502]],[[275491,142866],[-401,-4417],[-362,-2015],[523,3742],[240,2690]],[[273842,139667],[-118,-686],[-512,-438],[-244,1966],[102,2254],[184,-1641],[296,-971],[166,920],[-246,1771],[-349,146],[-259,2834],[-188,3420],[234,599],[-210,868],[-82,-1356],[-127,1983]],[[267576,216906],[-181,85],[-177,1931],[-468,2015],[37,2408]],[[233545,583163],[470,-1],[0,7179],[546,-266],[367,-1412],[396,-7638],[-21,-1975],[288,-1125],[438,-310]],[[249572,564554],[-1138,-3158],[-1287,-1848],[-816,-1938],[-809,-2999]],[[245498,568091],[407,1054],[402,-2818],[1697,311],[722,-2325],[296,673],[550,-432]],[[244050,541402],[0,-11146]],[[242234,539623],[263,1550],[296,-1143],[509,150],[748,1222]],[[245788,538230],[8,-8017]],[[244050,541402],[832,1557],[406,335],[672,1956],[311,-1206],[-365,-2639],[91,-1053],[-209,-2122]],[[245788,538230],[630,1480],[422,-1520]],[[246668,543604],[119,-491],[-601,-1772],[482,2263]],[[254361,554779],[386,-1343],[-683,-275],[52,-770],[-806,-2719]],[[253310,549672],[-198,1603],[-596,-3]],[[252516,551272],[245,1549],[576,1487],[1024,471]],[[252129,567028],[638,1075],[-743,-3451],[-872,-1783],[142,-551],[-582,-1037],[-166,1627],[1583,4120]],[[252473,548019],[214,-3207]],[[251344,546531],[128,1308],[717,2354],[12,-1815],[272,-359]],[[253310,549672],[-511,-4124],[-63,2158],[-507,612],[-28,1852],[315,1102]],[[256406,536544],[0,-6253]],[[256406,530291],[-348,-1],[-4,-3236],[-348,4]],[[253820,544308],[634,-392],[509,-1456],[171,-1720],[674,-4188],[598,-8]],[[257802,530286],[-1396,5]],[[256406,536544],[265,725],[573,-1784],[182,767],[315,-1250],[489,2628],[901,2228],[763,318]],[[258234,522812],[-689,-2e3],[491,3712],[-698,206],[-249,-2795],[-468,641],[-361,-1504],[-267,-2116]],[[255011,510600],[-35,-2168],[-370,-346]],[[254678,502703],[346,2967],[570,1286],[473,4864],[330,489],[143,1898],[235,8],[-572,-6086],[-44,-1740],[-320,-1641],[-154,-2072]],[[266291,525881],[-781,769]],[[265510,526650],[490,1336],[-121,1234],[374,-217],[304,-1926],[-266,-1196]],[[264534,537282],[192,-119],[-169,-2149],[-263,1387],[240,881]],[[264771,527003],[-281,49]],[[264490,527052],[-48,-2]],[[264442,527050],[-19,1612],[-346,2],[-1,1612],[-2086,1],[-3,1628],[-347,-5]],[[261640,541399],[788,243],[-207,-1485],[-13,-3740],[568,-816],[557,744],[103,-1308],[702,1641],[226,-1325],[215,-3355],[-110,-1628],[279,286],[140,-1587],[477,-2056],[-594,-10]],[[263518,523913],[579,-847],[-387,-679],[-192,1526]],[[264442,527050],[-1182,1276],[-230,-2015],[-35,-1966],[-708,3125],[-1172,1762],[-254,-167],[-506,-2455]],[[260355,526610],[-463,132]],[[263048,514103],[-754,-309],[-259,1732]],[[262035,515526],[484,1050],[-316,238],[-233,2467],[498,2959],[580,1140]],[[261221,512584],[62,1278],[458,1591],[294,73]],[[260809,522684],[123,-2641],[-358,-487],[235,3128]],[[259619,509895],[-266,697],[189,946],[77,-1643]],[[260516,504530],[-484,-12]],[[259309,504590],[9,2168],[372,1310],[375,-215],[515,4334],[143,-2358],[-221,-3319],[14,-1980]],[[260516,504530],[127,-152],[342,4121],[-150,-4481],[235,2088]],[[266792,512571],[208,-2839],[-312,126],[-6,-2477],[298,-1301]],[[266298,493142],[-35,-2125],[-276,-1072],[-460,40],[-182,-1553]],[[266573,485031],[572,4601],[580,621],[347,1131],[524,-1430],[297,-2969],[77,-2649]],[[269259,474627],[236,-3607],[-157,-1606],[-122,-4884],[-353,83],[-169,1029]],[[268236,461261],[-80,-1234],[-498,-1330],[-248,-2669],[-87,-2521]],[[267323,453507],[-275,1112],[-676,-160]],[[267323,453507],[-736,-4608],[-57,-1020]],[[276369,283639],[51,-2897],[155,-81],[-317,-2464],[-721,-1619]],[[275537,276578],[-263,-628]],[[275274,275950],[-210,1997]],[[277898,288714],[355,-1067],[-412,-2026],[-248,443],[-747,-4416],[-356,-321],[309,2769]],[[64909,48285],[735,-2763],[362,-391],[488,-1483],[555,-3196],[-25,-2084],[244,11],[54,-1736],[492,-2286],[-474,-3219],[-428,-1373],[-453,-186],[-605,-2496],[-405,-3858],[-627,2125],[-103,1501],[89,4218],[-292,5441],[-196,1715],[345,2265],[317,3334],[-187,1774],[-23,2014],[137,673]],[[55028,84760],[233,-813],[-51,-4138],[-317,-1724],[-531,856],[-341,1190],[-70,1626],[168,1566],[392,1359],[517,78]],[[61944,65038],[-272,274]],[[61944,65038],[565,-356],[-456,-1900],[-525,1012],[-688,11],[160,2281],[672,-774]],[[61752,60573],[246,-292],[244,-1961],[-82,-859],[-351,-533],[-258,3324],[201,321]],[[62904,54516],[45,-1246],[-351,-599],[9,965],[297,880]],[[62814,62495],[340,-2480],[439,903],[263,-353],[320,-1916],[312,-600],[35,-1559],[-160,-1021],[-712,-1316],[-391,412],[-54,3221],[-459,616],[-172,1326],[59,2293],[180,474]],[[58972,75138],[409,-3430],[-19,-1219],[215,21],[315,-3031],[-404,-786],[-271,1419],[-580,-706],[-493,5221],[435,169],[393,2342]],[[53118,80469],[25,-1794],[-233,-683],[-126,-1603],[-75,1953],[409,2127]],[[996993,632383],[817,-1163],[91,-906],[715,-2639],[-621,1211],[-350,1710],[-879,1732],[227,55]],[[949,635992],[99,-1643],[-281,619],[182,1024]],[[7983,636500],[-23,-2275],[-307,-73],[-67,2101],[397,247]],[[8254,636861],[430,-729],[-177,-971],[-343,386],[90,1314]],[[8791,637399],[79,-1229],[-422,751],[343,478]],[[2943,637533],[355,-28],[110,-1138],[762,-730],[-472,-573],[-84,-1947],[-423,-823],[-299,1293],[442,1083],[-738,1716],[347,1147]],[[5406,633632],[-183,-597],[-329,1038],[-855,-380],[1115,1264],[256,737],[15,1940],[429,-501],[-230,-1194],[22,-1773],[-240,-534]],[[996376,638802],[311,-785],[-243,-852],[-68,1637]],[[7153,639094],[-123,-3160],[551,52],[-111,-1993],[-622,-692],[-248,-1116],[-148,1715],[-276,-2445],[-150,1181],[346,1636],[-142,1180],[574,-355],[-294,2578],[643,1419]],[[999634,639522],[333,-975],[-327,-1865],[-356,430],[-110,1601],[460,809]],[[8394,641129],[361,-843],[-150,-1151],[-356,-113],[145,2107]],[[993962,641501],[134,-1164],[-301,-1591],[5,-1345],[-561,-90],[-112,-1517],[-310,1266],[482,1562],[297,123],[366,2756]],[[15681,641867],[-88,-644],[551,-599],[499,441],[600,-278],[-1374,-850],[-663,468],[-396,-613],[-512,1117],[346,752],[243,-725],[794,931]],[[18716,646240],[355,-1060],[-312,-984],[-542,-452],[86,1790],[413,706]],[[13937,646817],[445,-1871],[-209,-1713],[-378,-563],[294,-1046],[-846,-839],[-955,-1616],[-414,666],[-938,-680],[1039,1800],[664,138],[756,1388],[293,1606],[-346,796],[246,1637],[349,297]],[[983194,648582],[-58,-2897],[-305,734],[-723,157],[686,1802],[400,204]],[[23639,652034],[277,-453],[-113,-1345],[-515,-1146],[-83,1789],[434,1155]],[[26147,655623],[246,-1330],[-168,-813],[-713,1494],[635,649]],[[980646,657671],[765,-147],[436,-2390],[463,-235],[-708,-1136],[-317,775],[-432,-1614],[-470,872],[165,1668],[-516,-336],[77,1140],[-541,-71],[552,1545],[526,-71]],[[28035,654543],[906,4624],[-94,1472],[527,2186],[747,66],[-272,830],[81,1805],[502,2014],[613,648],[607,-970],[-156,-2372],[-1193,-2675],[-517,-3466],[-1751,-4162]],[[36357,673363],[-391,-2467],[-196,1415],[587,1052]],[[34797,676523],[213,-3286],[496,2734],[387,-123],[69,-1817],[-313,-391],[-520,-2697],[580,1301],[182,-1595],[-673,-869],[-156,-1540],[-280,592],[46,-1877],[-401,265],[-1841,-3579],[-465,-1377],[-652,1241],[1054,2460],[1094,1206],[-224,1758],[468,338],[-151,1493],[938,464],[-875,524],[-340,2033],[352,1704],[1012,1038]],[[26197,724966],[756,-263],[-288,-1191],[-468,1454]],[[25148,736553],[-442,-1993],[-390,1138],[832,855]],[[39421,678834],[125,-1114],[-550,-30],[-134,746],[559,398]],[[36825,680387],[730,-1661],[-578,-1781],[-479,150],[-104,2381],[431,911]],[[38083,681762],[-169,-1483],[356,-62],[-384,-1861],[-336,2175],[180,1214],[353,17]],[[45571,685391],[688,-1487],[-645,-37],[-43,1524]],[[46952,694607],[166,-1890],[-229,-1028],[-301,1739],[364,1179]],[[42853,695877],[635,14],[266,-1568],[335,-4089],[373,437],[214,-1478],[-487,52],[-124,932],[-254,-1722],[-453,-779],[-609,441],[-827,-359],[-641,-1585],[-62,-1249],[-802,-1375],[-569,491],[-279,2148],[72,1348],[583,1047],[405,3984],[357,1064],[527,-514],[982,2495],[358,265]],[[48297,698203],[503,-1314],[-281,-972],[-458,2014],[236,272]],[[54719,699114],[35,-1698],[-430,-1611],[395,3309]],[[53768,699716],[-57,-3065],[-690,-2054],[16,3270],[392,-758],[85,2465],[254,142]],[[52387,701641],[19,-2213],[-523,1390],[504,823]],[[51366,702388],[94,-1872],[270,219],[343,-2313],[-187,-1094],[-921,1412],[40,2470],[361,1178]],[[52632,703466],[224,-1137],[-482,351],[258,786]],[[56428,729876],[0,-164]],[[56428,729712],[1,-1271]],[[56429,728441],[-376,-902],[0,-1576],[-688,44],[0,-1691],[-885,0],[-1,-1609],[-854,-47],[-10,-3153],[262,-17],[11,-6313],[-174,-1752],[845,0],[0,-4665]],[[54559,706760],[-221,3584],[-465,487],[-226,-1331],[-227,543],[-128,-1791],[-942,-1954],[-501,-2558],[-203,1961],[-156,-2246],[-321,-160],[-388,1335],[-213,-1550],[-896,-1527],[-526,87],[101,2154],[312,2133],[-635,501],[-315,-1612],[38,-2336],[-533,-3433],[-423,296],[235,-2134],[-319,-953],[-328,1503],[-197,-2494],[-614,575],[-124,3742],[-387,952],[-195,-964],[305,-1471],[135,-4091],[-322,1731],[-87,-1650],[-581,-104],[-229,2389],[-557,961],[-44,-1927],[533,-1473],[-911,-2585],[204,4150],[-79,1484],[293,977],[934,318],[218,2402],[379,1261],[396,-106],[-126,1804],[846,4218],[1241,3631],[1202,1199],[764,131],[636,709],[-429,-1919],[670,-3198],[315,-565],[-272,3531],[664,-282],[156,-1434],[616,-516],[78,1328],[-802,1925],[-146,1183],[588,5125],[1475,4921],[1402,2354],[1201,3895]],[[131839,702693],[478,-1815],[-261,-3590],[-338,3444],[121,1961]],[[133475,712615],[472,-2306],[365,-3908],[-109,-3956],[-237,-2723],[-412,-1256],[-725,1926],[513,3110],[-666,-3077],[-842,2748],[552,2915],[-268,716],[-19,1677],[519,1253],[-147,1905],[1004,976]],[[60956,762087],[579,2152],[207,3039]],[[61742,767278],[1861,118],[1,-5313],[-2648,4]],[[51410,765657],[-525,-4199],[-534,-542],[50,2808],[1009,1933]],[[50361,766039],[-741,-1613]],[[49620,764426],[-84,1634],[825,-21]],[[50463,766367],[0,3048],[447,4],[153,1512],[-4,3289],[475,13],[-1,1618],[474,68],[155,1546],[1,3271],[484,-4],[8,3225],[637,43],[12,3203],[445,89],[14,3067],[182,1579],[477,25],[0,3225],[493,-12],[187,1563],[6,3225],[507,4],[7,1610],[466,16],[197,3194],[2958,4],[8,-1469],[509,-23],[-9,1634],[498,0],[0,1661],[983,-7],[4,-1637],[3363,-86]],[[64599,804865],[6,-22904],[-455,-40],[-4,-1619],[-951,22],[-1,-1609],[-472,18],[-264,-3260],[-959,50],[-1,-1622],[-475,33],[8,-3299],[224,-22],[8,-3864]],[[61263,766749],[-1094,-1969],[-1642,-2596],[-488,694],[-100,1404],[-595,1396],[200,3649],[-346,-1592],[-442,-553],[-70,-2804],[-205,-87],[353,-4364],[-131,-1596],[-719,558],[-940,6038],[-710,1488],[71,1756],[-303,-417],[-191,-2035],[-311,-514],[-282,1932],[-662,238],[-84,2398],[-285,617],[-1091,-3021],[-733,-1002]],[[61033,724292],[684,-545],[-930,-219],[246,764]],[[71633,804882],[114,-1587],[1,-6528],[-370,-12],[-9,-6508],[-350,-18],[4,-6265],[-356,2],[-2,-1646],[-479,-11],[4,-3276],[-475,-9],[9,-1643],[-816,-49],[14,-3240],[-942,-29],[5,-3278],[149,-20],[-2,-6355],[154,-1634],[924,0]],[[69210,762776],[7,-3471],[-453,-1843],[-736,-1056],[-774,-256],[-138,-1018],[-764,-799],[4,-5901],[-324,-916],[-689,-542],[-206,-2415],[-365,-3],[219,-1278],[-365,-813],[-334,533],[-169,-1391],[-664,236],[-689,-3490],[-377,-3219],[1107,-39]],[[63500,735095],[-534,-3229],[-498,991],[-283,-2643],[-165,1250],[-876,-3730],[-513,1840],[-93,-1738],[-418,-1467],[297,-1220],[-476,-272],[-290,1208],[-838,-1435],[-237,-1294],[835,518],[-97,-1512],[-773,886],[47,-1061],[-586,328],[-1008,-4054],[729,1416],[658,-1055],[-890,-5668],[-359,2476],[4,-2388],[-569,564],[-201,-1660],[-1170,-915],[-208,-1647],[-122,1992],[-209,-168],[97,-2311],[-195,-2337]],[[56429,728441],[768,-812],[-200,4018],[209,1634],[848,4197],[641,1528],[416,1983],[586,1663],[449,-1864],[-119,2914],[-249,-206],[-35,2059],[292,6723],[196,1491],[338,171],[-417,2931],[211,2814],[593,2402]],[[61742,767278],[-123,1251],[-356,-1780]],[[64599,804865],[4288,-12],[2746,29]],[[65699,709069],[-504,744],[538,1338],[-34,-2082]],[[70400,724037],[-204,-1087],[-508,-19],[712,1106]],[[68718,724702],[-249,-2013],[-521,-1694],[196,2303],[574,1404]],[[69851,724354],[-436,-1711],[-363,957],[373,1310],[426,-556]],[[72263,735888],[654,-276],[179,-1133],[-749,-602],[-369,-1913],[-213,2136],[498,1788]],[[71587,750055],[468,-1112],[218,-1969],[-712,1537],[26,1544]],[[72121,750653],[752,-1609],[143,801],[402,-896],[-319,-1580],[498,-23],[268,1873],[864,-1804],[-645,-1900],[256,-24],[-10,-2224],[878,340],[-525,-3652],[-488,209],[-628,1356],[-204,-635],[516,-1217],[-216,-2411],[-309,-183],[-530,1368],[-251,-544],[428,-942],[-369,-902],[-533,226],[-638,-2935],[-448,348],[322,-1679],[-993,-4198],[-693,-436],[211,1779],[606,2267],[-320,-122],[143,1970],[-433,-1663],[-186,436],[448,2279],[-693,794],[-670,-679],[120,-1420],[344,1135],[575,213],[-523,-3914],[-670,1507],[-38,3723],[-597,1836],[85,2427],[257,1668],[757,2434],[973,102],[63,-1862],[628,-4462],[-147,2063],[79,2795],[-204,1554],[706,-247],[-928,1791],[8,1470],[588,1559],[419,-1165],[70,-2442],[174,2478],[786,-908],[-91,1984],[527,-1432],[-621,2635],[26,690]],[[72294,752633],[298,-243],[384,-2001],[-771,1279],[-524,168],[436,1600],[177,-803]],[[74768,758552],[203,-1494],[403,602],[-149,-1955],[513,1173],[-64,-2164],[-263,-1096],[-683,1715],[168,-2076],[-475,81],[-333,-1022],[-37,2484],[-168,-2623],[-420,-227],[-2,-1319],[-1063,2147],[-114,1830],[590,-260],[-304,1148],[155,946],[718,-477],[-72,2281],[417,1422],[495,-330],[341,-2521],[144,1735]],[[73815,761335],[865,1186],[-376,-3031],[-417,471],[-72,1374]],[[72144,766667],[-256,-165],[-279,-2562],[-649,-1819],[-613,-91],[-174,-2213],[-343,-43],[106,-2403],[-387,-650],[215,-848],[-602,-2221],[-49,-1387],[-356,1779],[54,-1574],[-325,275],[-479,-1769],[-793,237],[-111,-2260],[-819,-2014],[-130,-1038],[-600,882],[68,-2347],[-396,-579],[9,-1505],[-775,384],[-35,-2432],[-520,654],[-902,-2724],[-22,-1053],[573,813],[-196,-1902],[142,-997]],[[69210,762776],[1368,8],[-5,1620],[1015,10],[-7,2250],[405,-14]],[[71986,766650],[158,17]],[[124853,753145],[-549,-606],[-394,-1297],[-255,1284]],[[123655,752526],[58,1721]],[[123713,754247],[93,682]],[[123806,754929],[27,-1188],[798,113],[222,-709]],[[124293,757146],[749,-2547],[-1014,763],[-164,962],[429,822]],[[124853,768717],[211,-1953],[1165,-2450],[370,-2181],[920,-3383],[-235,-797],[808,-4371]],[[128092,753582],[-945,-4191]],[[127147,749391],[-329,-1604]],[[126818,747787],[-267,-754]],[[126551,747033],[-348,2791],[-600,2743],[-36,3375],[303,711],[-120,1531],[-569,-3645],[-841,2824],[-590,340],[-226,2827],[-376,2538],[-6,5749]],[[123142,768817],[1711,-100]],[[122507,768865],[608,-35]],[[123115,768830],[94,-1237],[-284,-3190],[-329,1968],[-89,2494]],[[125028,711856],[427,56],[-445,-1309],[18,1253]],[[130215,719801],[107,-2063],[756,-2315],[-338,-626],[254,-2100],[-618,-805],[-298,1242],[209,718],[-487,1319],[-280,-690],[-164,3076],[325,413],[163,1718],[371,113]],[[129378,721918],[249,-1134],[-115,-2167],[-590,-788],[-540,1882],[182,1807],[814,400]],[[130830,716910],[-489,1840],[74,2204],[-143,1693],[379,-778],[302,-2036],[326,196],[295,-2757],[-436,-1557],[-308,1195]],[[128815,728558],[1034,-4174],[-772,-1663],[-360,265],[62,2359],[-148,3099],[184,114]],[[126153,727422],[-66,1104],[446,-558],[-459,-4949],[-272,-4761],[208,396],[-146,-3602],[-196,615],[-111,3651],[-137,-5807],[-277,1260],[-136,3641],[146,2921],[525,49],[-191,2101],[-591,341],[101,963],[-332,2219],[-28,2428],[338,-759],[186,2187],[562,-1046],[430,-2394]],[[126096,733937],[1281,-1597],[902,-116],[343,-1458],[134,-4906],[-199,-1131],[-500,1925],[-370,3179],[207,-4437],[380,-383],[50,-1490],[-321,-1688],[-659,1031],[14,-897],[-617,-308],[-202,4527],[180,2218],[-303,119],[-132,1682],[-636,2448],[448,1282]],[[130329,738612],[336,-2561],[-336,-2230],[901,-864],[-218,-3192],[698,-1259],[105,-3850],[709,243],[1430,-3886]],[[133954,721013],[215,-2257],[-268,-1573],[-450,60],[-523,-1243],[217,-2328],[-367,57],[-534,1418],[-526,-1313],[-53,-1739],[-415,-1188],[272,-1077],[-70,-1918],[-374,-1019],[-347,1785]],[[130731,708678],[461,1375],[54,2694],[202,40],[-10,3932],[574,625],[-464,526],[-186,2188],[-506,719],[-71,1280],[-436,1390],[254,2614],[-500,-62],[-115,1369],[-779,1724],[-462,2944],[356,-607],[-84,2467],[-160,-1289],[-1099,1537],[-631,1283]],[[127129,735427],[607,1116],[481,-957],[392,2691],[952,1778],[768,-1443]],[[120135,747679],[-911,-75]],[[119224,747604],[-113,-9]],[[119111,747595],[-67,-5]],[[119044,747590],[175,3136],[916,-3047]],[[118824,752542],[436,-1596],[-323,-3068],[-279,1217],[166,3447]],[[127129,735427],[-11,1829],[1069,643],[-784,626],[-296,2733],[133,1559],[-543,1078],[247,1825],[1153,-2770],[-708,2710],[-430,722],[26,2218]],[[126985,748600],[107,525]],[[127092,749125],[55,266]],[[128092,753582],[282,-2841],[560,-2991],[880,-6389],[515,-2749]],[[124853,753145],[18,23]],[[124871,753168],[418,537]],[[125289,753705],[-148,-676],[909,-5880],[23,-2256],[-213,92],[-809,7066],[78,-1904],[-258,510],[590,-4994],[507,-2211],[51,-2144],[-521,218],[645,-2298],[-310,-1473],[-533,1666],[53,-3416],[-405,-716],[-196,-1446],[-544,-1275],[-190,2104],[50,2518],[367,839],[-3,1567],[-686,5962],[69,2065],[-286,4181],[126,722]],[[120491,750760],[-344,-2996]],[[120147,747764],[-1106,4388],[166,2241],[347,-765],[278,1062],[445,-194],[427,1507],[913,-2103],[-367,-2249],[68,-1158],[543,2952],[316,-1048],[502,33],[561,-2130],[-236,-1608],[-622,1179],[757,-2767],[-774,-493],[-454,1349],[-1420,2800]],[[123713,754247],[-95,-1670],[-341,1775],[-156,4018],[685,-3441]],[[114794,765672],[1165,1936]],[[115959,767608],[1943,4721],[682,110],[264,1748]],[[118848,774187],[1665,-1619],[529,-1279],[326,-2198],[-480,-4537],[582,-819],[409,-1530],[231,-2153],[-489,-11]],[[121621,760041],[49,-2296],[-405,961],[-824,-873],[206,2553],[-684,5535],[900,1274],[-791,545],[-394,2927],[235,-3862],[-191,-2032],[-886,1580],[-101,2460],[-280,-1505],[-688,1343],[-390,-1137],[761,-460],[670,-1418],[-346,-493],[774,-1580],[-470,-1770],[538,847],[342,-513],[455,-4297],[-639,-1196],[-13,909],[-621,-1129],[-298,1069],[41,-2621],[-717,2666],[-654,322],[-1470,4078],[-936,3744]],[[122912,775799],[-900,-103]],[[122012,775696],[-90,222]],[[121922,775918],[-936,7001]],[[120986,782919],[676,1289],[685,-1898],[571,-2465],[-202,-2534],[196,-1512]],[[123142,768817],[-27,13]],[[122507,768865],[-495,6831]],[[122912,775799],[198,-1219],[722,-593],[59,-1056],[546,-1130],[416,-3084]],[[121922,775918],[-145,-2315],[-358,301],[513,-2663],[-50,-2481],[722,-6540],[-70,-1018],[302,-3962],[-98,-2100],[-512,-56],[-321,1677],[-284,3280]],[[118848,774187],[34,3836],[479,-24],[183,1767],[-318,752],[1118,1161],[642,1240]],[[120877,738496],[389,-2216],[137,-2451],[-166,-1459],[-605,-380],[11,6413],[234,93]],[[123928,718235],[-2,-1610]],[[123926,716625],[-393,1362],[-697,5371],[278,1647],[-447,-368],[-256,2377],[77,1437],[-515,245],[-59,2351],[446,1679],[-481,1224],[98,2800],[-464,-184],[-452,2135],[588,60],[-326,842],[146,1989],[629,565],[-77,-1197],[395,257],[557,-1676],[490,7],[-81,-2391],[463,-6886],[222,-4906],[-139,-7130]],[[120135,747679],[12,85]],[[120491,750760],[1455,-3708],[395,-1834],[349,1018],[504,16],[258,-5147],[-689,-337],[-265,1057],[-1794,4644],[718,-3300],[33,-2583],[-443,-1626],[-365,435],[-451,2590],[538,-1592],[-959,3723],[84,790],[-635,2698]],[[40063,839903],[770,-536],[-859,-2772],[-125,3412],[214,-104]],[[40964,844347],[883,-2223],[79,-1915],[441,-2171],[-40,-1740],[-704,2418],[-1774,1537],[90,1825],[445,2301],[580,-32]],[[42065,848667],[903,-976],[563,-1663],[-706,-1821],[-339,-2285],[-564,-2],[-711,2401],[-620,812],[14,1297],[651,1761],[809,476]],[[46153,848898],[568,1],[10,-1610],[529,1],[18,-1676],[524,-12],[-4,-1547],[3176,0]],[[50974,844055],[-395,-2136],[-20,-6445],[-126,-25],[-6,-6437],[383,-5],[-10,-4748],[1058,-39]],[[51858,824220],[180,-1451],[604,-215],[-1456,-2220],[-980,-2588],[-900,-571],[-1213,-1602],[-1234,662],[-494,709],[-1854,-1999],[-659,648],[-690,-2756],[-941,669],[31,-2392],[-389,-2165],[-92,-1943],[-1046,-1523],[-746,776],[-935,-1159]],[[39044,805100],[-172,1112],[664,830],[-1128,3201],[-13,-2176],[-520,182],[-234,2567],[116,849],[-614,571],[-207,2123],[418,1187],[-481,1394],[-546,-1187],[-95,2644],[1073,795],[-526,599],[-413,1924],[1380,582],[-440,3023],[251,2549],[1109,5289],[619,2101],[570,-119],[933,3977],[823,-896],[965,-4031],[-209,4581],[-457,1793],[12,1197],[848,640],[78,1725],[725,1785],[524,-1399],[778,464],[610,2670],[668,1252]],[[46896,791982],[261,-1285],[-270,-665],[9,1950]],[[36192,795959],[180,-1952],[581,363],[562,-947],[-123,-4413],[448,-2402],[-1265,-1162],[-486,-2126],[-685,2e3],[-493,-131],[-1055,2670],[-324,-89],[-644,1570],[-206,2197],[272,858],[1286,-625],[56,1283],[1008,2111],[905,-187],[-17,982]],[[17304,799216],[126,-1745],[804,-2158],[616,-183],[448,-1365],[-1028,65],[-1e3,3083],[-322,373],[356,1930]],[[39654,805231],[136,-1106],[641,589],[-101,-1482],[649,41],[525,-808],[139,-1889],[-482,-1833],[-426,-534],[213,-1308],[-375,-571],[-319,-2845],[-422,135],[-775,2413],[439,1980],[-612,-774],[-640,997],[1252,2977],[-199,1359],[401,589],[-44,2070]],[[51858,824220],[3536,-32],[10,1609],[2034,-5],[-4,1617],[4083,203],[1,-1838],[5893,-29],[3388,4],[-14,1716],[962,59],[3,1571],[903,-11],[192,1616]],[[72845,830700],[-3,-16190]],[[72842,814510],[-1303,45],[-14,-5422],[124,-21],[-16,-4230]],[[50463,766367],[-102,-328]],[[49620,764426],[-139,-1468],[-1061,-1905],[-97,1293],[-1035,446],[862,1205],[617,1650],[-307,160],[-238,3846],[703,1138],[-113,1059],[-716,-1213],[-383,2903],[195,2895],[687,2210],[-441,2484],[-273,3082],[-346,1471],[-416,3726],[137,1138],[-767,3115],[393,1259],[285,3791],[-129,577],[-402,-4189],[-434,-1001],[311,-2534],[-69,-3036],[-406,-1085],[-1628,-2447],[-1520,-851],[-1012,789],[-258,2086],[267,429],[-760,1956],[-694,3087],[-87,1177],[383,1597],[-110,1291],[397,379],[-183,1458],[364,50],[277,1573],[411,342],[228,1752],[702,-118],[-16,-3249],[425,240],[607,2498],[-384,1562],[-1050,843],[629,147],[400,1001],[-600,267],[-481,-1345],[-125,3490],[-458,-1834],[195,-1307],[-1242,-569],[-216,1520],[-538,-627],[-174,927],[-743,-457]],[[91002,847056],[9,-3988],[145,-1795],[8,-11469],[-1548,26],[56,-1646],[46,-12769],[-726,14],[-2,-927],[-3493,32]],[[85497,814534],[-2026,-32],[-141,995]],[[83330,815497],[-404,601],[-735,-459],[-672,-2022],[-283,-2604],[-1335,126],[-328,2166],[-15,-1517],[-1058,-1636]],[[78500,810152],[-4,1152],[-1002,21],[-4,3164],[-4648,21]],[[72845,830700],[0,8044]],[[72845,838744],[3088,-82],[10,1347],[6637,9993],[4096,-25],[12,2587],[2946,186]],[[89634,852750],[1353,59],[15,-5753]],[[86653,868811],[757,-1570],[2145,14]],[[89555,867255],[87,-6323],[-8,-8182]],[[72845,838744],[1580,8236],[-1,2534],[-536,-83],[-516,926],[-152,2433],[36,3161],[1704,93],[24,3109],[496,-4],[22,3291],[619,95],[97,1432],[588,58],[151,-985],[625,-419],[1536,6612],[4538,-401],[2997,-21]],[[85497,814534],[-37,-10730],[-760,-83],[1,-2090]],[[84701,801631],[-828,17],[9,1987]],[[83882,803635],[-435,1931],[-460,-308],[-1062,1669],[-902,2471],[707,3049],[1129,2748],[471,302]],[[97244,787641],[-970,-3439],[63,995],[907,2444]],[[87222,789210],[-181,-1772],[-422,-410],[603,2182]],[[86635,788749],[223,2200],[232,-961],[-455,-1239]],[[86658,791573],[-369,-3115],[-330,1166],[699,1949]],[[89188,794370],[360,-14],[-243,-1523],[503,637],[-806,-2688],[-814,-3927],[156,-1241],[-672,-1392],[-694,-249],[130,1479],[1249,4306],[686,2953],[145,1659]],[[86769,795107],[-71,-1859],[-324,817],[395,1042]],[[90857,797012],[511,-366],[-57,-1276],[666,500],[124,-712],[-950,-1371],[-533,-1467],[-218,828],[596,1566],[-651,-377],[-25,892],[537,1783]],[[87021,792777],[237,3392],[601,-294],[-413,-4995],[-425,1897]],[[84910,786500],[234,323],[68,9012],[-286,660]],[[84926,796495],[584,1623],[519,-1019],[523,1881],[285,-1347],[30,-1922],[-996,-2869],[605,-1030],[-717,-2215],[-215,-2677],[-634,-420]],[[92921,798974],[-9,-545],[-1147,-2071],[-222,1208],[1378,1408]],[[88339,800844],[383,-576],[-511,-771],[128,1347]],[[86236,802132],[283,-1843],[-421,600],[138,1243]],[[84951,797243],[-1,3142]],[[84950,800385],[697,2105],[-36,-2998],[388,2501],[244,-2671],[-390,-1481],[-418,814],[-484,-1412]],[[86676,805210],[325,-2117],[-624,-286],[299,2403]],[[84951,801507],[-250,124]],[[91002,847056],[976,234],[63,648],[2682,18],[0,-1651],[1595,-292],[4037,-37],[350,-2273],[-454,-2972],[436,-1269],[-270,-2840],[732,-302],[295,1951],[1174,-336],[-15,-1588],[537,-65],[-10,-1550],[466,-24],[-40,-6434],[413,-697],[4,-4218],[2303,15]],[[106276,823374],[-1,-28114]],[[106275,795260],[-589,822],[-1600,-31],[4,1610],[-3847,-34],[-2014,-8871],[13,-855]],[[98242,787901],[-1021,2713],[47,775],[-1005,-33],[-276,1650],[-683,426],[369,3141],[18,2628],[-612,-1565],[-178,-1401],[-659,-2022],[-457,1505],[-714,1071],[-573,-359],[943,3800],[-1116,-764],[259,1691],[-925,-1558],[532,2101],[-1009,-888],[-677,62],[-94,801],[1014,956],[446,1115],[-1050,-704],[-516,1833],[317,3213],[1053,57],[-177,903],[-744,-283],[-1116,-3389],[-359,1426],[-193,-1467],[-586,-1116],[-376,408],[6,3472],[-402,-3497],[-547,-1350],[-586,2075],[324,2590],[504,2086],[123,1742],[-770,-3524],[-194,-1549],[-275,1236],[-413,-4415],[-943,-1986]],[[71670,777076],[233,-1112],[-578,-408],[345,1520]],[[79473,776784],[-279,-2074],[90,2387],[189,-313]],[[75949,796147],[-337,-1236],[224,2635],[113,-1399]],[[84951,801507],[-1,-1122]],[[84951,797243],[-25,-748]],[[84910,786500],[-1245,807],[240,1474],[-371,-167],[-386,-2038],[-206,3702],[-29,-2396],[-481,-1666],[-173,-1732],[-183,2620],[-197,-5326],[-848,3357],[-39,-1545],[420,-800],[-371,-1104],[-68,-1569],[-635,-858],[208,3841],[-673,-5212],[-363,1475],[21,-2088],[-388,-20],[-756,-4011],[-74,2111],[-347,-2231],[-660,934],[-173,-859],[-799,-887],[-18,1049],[-623,715],[205,2741],[546,1203],[718,23],[17,1317],[737,963],[-66,842],[764,2927],[-372,25],[-1227,-2967],[-387,246],[-629,2275],[460,4880],[786,3381],[112,2715],[231,475],[102,3025],[-410,3227],[967,1254],[994,2799],[846,1832],[515,-1977],[448,-352],[796,1052],[346,-814],[1490,-887],[200,-646]],[[78500,810152],[-529,-2655],[-889,-709],[-891,-2927],[268,-2258],[-402,43],[-550,-1341],[-153,-1302],[-582,-1608],[-230,-3803],[-474,-1479],[-1035,411],[707,-1449],[308,-1771],[-381,-2913],[-287,-680],[-1149,-274],[-159,-989],[796,2],[-164,-2224],[-453,-1068],[-562,296],[227,1314],[-337,1411],[33,-1984],[-398,-2576],[-671,-197],[279,-1966],[-1055,-1700],[-61,-2764],[-263,-488],[166,-2860],[277,1050],[1025,35],[413,-1682],[604,-1164],[58,-1233]],[[106275,795260],[0,-1588],[1343,-1612],[173,1644],[1330,-2348],[801,2853],[1723,322],[-345,-4919],[404,-1740],[964,-1648],[226,-2564],[2839,-9771],[300,-4810],[-74,-1471]],[[114794,765672],[-73,1821],[-694,2541],[-828,1292],[163,1473],[-568,-631],[-1881,4464],[-679,903],[-783,1959],[551,424],[542,2604],[-421,3603],[333,1618],[530,-2532],[164,177],[-480,2635],[-360,838],[-174,-1871],[-463,-2242],[-1472,-2407],[-1544,735],[-1623,2726],[527,2089],[-371,3153],[-375,-856],[437,-1616],[-624,-1272],[-2761,2302],[-2696,-711],[-929,-990]],[[106279,946179],[-1,-49412]],[[106278,896767],[-929,-2457],[-130,-1600],[-1321,-3359],[-907,419],[-783,-1693],[-450,408],[-349,-3372],[-325,-1449],[-654,-436],[-1188,-2953],[58,-3794],[-686,-1988],[-821,654]],[[97793,875147],[-205,2151],[358,3325],[-316,719],[513,846],[-159,1080],[-963,-156],[-338,-900],[-1244,1394],[-886,-1195],[-579,221],[-639,-953],[-286,1202],[374,853],[-1289,1884],[-166,1202],[398,1802],[-514,869],[-625,-618],[-460,-1403],[-1061,-1321],[-1073,-10],[-601,-1159],[-3102,6],[49,-11363],[273,317],[853,-2473],[548,-2656]],[[50974,844055],[10,4776],[492,29],[-58,4949],[548,10],[4,1425],[1103,13],[-17,1635],[486,23],[-3,1682],[645,-27],[-89,4840],[-627,-26],[-61,12986],[569,33],[-9,3217],[557,13],[-4,6309],[539,-18],[-5,4867],[-575,-8]],[[54479,890783],[-5,8105],[1752,-14],[2,3093],[2984,34],[5,6543],[2343,38],[1,-3290],[1183,54],[6,3236],[1194,12],[-3,-1576],[600,61],[1,-1630],[1168,-18],[135,4836],[1805,-29],[9,2778],[1841,-6],[167,1643],[-10,6646],[-437,-20],[-10,1684],[-1234,59],[4,4809],[169,1664],[-624,-6],[17,1606],[-634,-27],[7,1645],[-621,10],[151,4212]],[[66445,936935],[6419,-2],[8315,-30],[7299,18],[3888,6],[-10,9096],[4663,309],[4790,-300],[4470,147]],[[97793,875147],[-1158,-1860],[-1437,-204],[-262,-1096],[-804,-486],[-476,-1291],[-576,796],[-732,-1427],[-433,43],[-568,-2104],[-1792,-263]],[[106278,896767],[-2,-73393]],[[79659,983425],[-186,-1458],[-395,1373],[581,85]],[[66445,936935],[-1,525],[-2610,-23],[-8,1900],[-2541,-186],[-15,1669],[-3117,28],[-4016,91],[-18,1253],[-1129,58],[26,-1250],[-2705,21],[-18,1268],[-1182,3],[11,-1279],[-1329,46],[-7,1283],[-2020,165],[0,-1272],[-4957,-98],[15,-3782],[-2411,70]],[[38413,937425],[-1695,2109],[-331,1545],[-1320,2645],[530,804],[403,3101],[38,5653],[2426,-416],[2905,1304],[905,1071],[1222,2916],[1184,4349],[538,5906],[-329,649],[1231,3476],[365,2385],[846,2065],[658,2577],[521,-1587],[1146,663],[1622,2412],[1470,3493],[882,527],[-302,-3710],[454,-2622],[-62,3461],[380,972],[-494,2433],[-541,46],[1260,3273],[1370,1209],[-523,-1007],[415,-852],[3297,1404],[1421,2118],[704,1933],[1322,4593],[409,808],[627,-1392],[915,-472],[117,-1342],[1298,-97],[153,-1576],[-589,-1821],[-1263,-1269],[606,-390],[-400,-1319],[1303,-54],[456,606],[-100,1673],[703,1368],[285,1695],[248,-1305],[706,928],[682,-1755],[-272,-1975],[1375,-2189],[693,2096],[1211,87],[987,691],[970,-830],[279,-2575],[299,2682],[989,-1071],[-561,-2519],[5,-1532],[1009,-525],[-1482,-681],[2474,169],[-499,-2280],[1552,-378],[326,-1080],[240,1607],[1280,271],[-195,-2495],[904,1573],[845,524],[665,1466],[1963,-425],[886,-1703],[688,50],[281,-1515],[1081,464],[877,-2131],[2068,-1579],[1439,785],[1493,-1038],[433,638],[1637,-3240],[1773,-387],[359,912],[3399,1866],[1396,-1344],[1104,-2165],[387,-1505],[1266,-1051],[1131,-2960],[450,854],[588,-630],[-1,-21362]],[[54479,890783],[-578,0],[-10,-1617],[-6227,42],[-4789,-36],[-1,3200],[-592,6],[0,3250],[-769,-10],[8,6456],[-205,26],[-5,6430],[-226,1957]],[[41085,910487],[1578,205],[202,-2556],[-311,-1225],[120,-2178],[-263,-1028],[215,-1763],[590,-1196],[375,540],[1138,-445],[965,699],[321,-1177],[667,-159],[982,797],[546,-2004],[189,2045],[810,3513],[796,-959],[609,527],[-495,1902],[-1494,1020],[-695,-1271],[194,3234],[-839,3465],[-836,788],[-422,2410],[386,1581],[446,30],[876,-3094],[-154,-2498],[448,-1913],[931,-1944],[1114,1832],[1074,-3146],[1511,331],[131,1770],[-331,2163],[-932,-162],[-460,1241],[-885,-263],[-253,-1860],[-717,-285],[-1099,3517],[232,3056],[871,1516],[-974,1717],[-1121,-1076],[-1026,-153],[-389,1249],[-528,-564],[-2241,1824],[-397,5492],[-677,3578],[-1097,2080],[-2353,5735]],[[46592,855663],[131,-1524],[-910,378],[779,1146]],[[20846,858392],[155,-1918],[1767,-2169],[1395,2514],[527,-232],[506,-1478],[153,-2243],[1093,-1044],[302,-1308],[1483,-327],[899,-741],[-443,-2851],[-1263,664],[-756,-2937],[125,-925],[-599,-398],[122,1508],[-581,2032],[-993,769],[95,1587],[-980,2254],[-777,1164],[-1179,-1499],[-406,-1269],[-853,1089],[-307,2233],[515,5525]],[[40155,909679],[-378,-812],[-1698,-1707],[2076,2519]],[[46153,848898],[640,3384],[128,1617],[836,-1042],[-394,-958],[1743,358],[1080,995],[1027,4968],[-512,5797],[-74,2808],[-783,2760],[-729,205],[138,2075],[1089,-245],[770,2178],[52,1988],[-320,1965],[-760,1982],[-574,-2906],[-898,82],[-597,-1411],[-710,-399],[-196,-1163],[-840,-1617],[-252,-2634],[-446,-1194],[-161,3173],[-951,2836],[-459,-1140],[680,-1515],[9,-1792],[-1367,2870],[-2018,-58],[-2019,-2251],[-807,901],[-2508,1784],[-689,2790],[279,1486],[-107,1445],[-749,1760],[-607,2842],[664,-527],[574,1254],[301,1828],[876,-777],[601,-2903],[499,-323],[640,1345],[-382,828],[-828,195],[-166,-711],[-669,2577],[-1941,1613],[-1534,482],[-1420,2818],[-465,461],[786,2442],[578,22],[0,1593],[845,1741],[325,-909],[992,2481],[418,1888],[1044,1672],[643,-1028],[1215,99],[319,783],[-1041,1553],[504,1846],[720,1193],[1099,506],[107,-679],[853,2834],[831,668]],[[129335,693546],[271,-1010],[-142,-1955],[-385,2864],[256,101]],[[133465,694933],[144,-1619],[-433,-1116],[-420,1401],[709,1334]],[[129050,698432],[385,-3029],[-187,-665],[-381,868],[233,1060],[-50,1766]],[[128271,699419],[264,-2151],[-73,-1620],[899,-5179],[112,-1526],[-465,199],[-651,4105],[-450,3522],[53,2603],[311,47]],[[132791,699517],[329,-1553],[-33,-2741],[-745,304],[319,2136],[-199,1261],[329,593]],[[127590,701351],[340,-1447],[-98,-960],[-490,-120],[14,2204],[234,323]],[[126995,702605],[287,-601],[-587,-1676],[300,2277]],[[127349,703974],[-507,-707],[254,1440],[253,-733]],[[126549,705223],[400,-333],[-240,-1814],[-293,1014],[133,1133]],[[127577,705503],[192,-1281],[-213,-946],[-252,1520],[273,707]],[[126975,710441],[673,-1209],[-593,136],[46,-1542],[-470,1638],[344,977]],[[127738,711890],[119,-2595],[-286,1329],[167,1266]],[[132951,712558],[-517,-394],[513,1288],[4,-894]],[[127377,716539],[387,-260],[-15,-2495],[-236,369],[-706,-1255],[-240,-1211],[-257,709],[519,3076],[548,1067]],[[126878,720140],[451,-579],[750,57],[384,-2788],[-191,-1469],[383,-1822],[435,266],[497,-1761],[456,-2620],[47,-3196],[267,734],[169,-1960],[371,-1718],[-850,2044],[-552,-1434],[684,586],[160,-2342],[299,487],[445,-2791],[-464,-922],[454,-352],[205,1480],[89,-3147],[-431,-827],[396,-512],[101,-2502],[-398,-59],[421,-1193],[-183,-2479],[-613,702],[-449,4336],[-561,-35],[258,2640],[-329,-710],[132,1822],[-300,-502],[-725,2251],[-725,264],[28,1947],[514,-21],[-361,1667],[236,2818],[-439,-873],[-448,796],[643,3530],[-238,1458],[-150,5160],[-814,306],[-187,1877],[133,1386]],[[133954,721013],[796,-683],[442,-1861],[432,-443],[118,-1890],[501,-841],[396,492],[280,-2136],[-1,-1873],[-414,-2628],[68,-3449],[429,-5569],[-359,-1662],[-236,-2416],[-441,-2702],[-867,-2699],[-213,1932],[-286,-2060],[-269,663],[-207,4192],[490,1686],[-537,-477],[-156,1948],[582,2169],[-76,7458],[-887,5088],[-486,-470],[-72,869],[-950,-2430],[-396,-118],[344,-1651],[-545,-5283],[-588,1664],[-115,2845]],[[312327,9345],[187,-607]],[[312514,8738],[-15,-1699]],[[312499,7039],[-350,67]],[[312149,7106],[17,912]],[[312166,8018],[43,812]],[[312209,8830],[118,515]],[[312084,13310],[6,-1330]],[[312090,11980],[-147,-91]],[[311943,11889],[-157,1158]],[[311786,13047],[223,739]],[[312009,13786],[75,-476]],[[312224,10808],[178,-1249]],[[312402,9559],[-75,-214]],[[312209,8830],[-202,83]],[[312007,8913],[-56,276]],[[311951,9189],[-19,1837]],[[311932,11026],[292,-218]],[[313107,15065],[-14,-2951]],[[313093,12114],[-156,-33]],[[312937,12081],[5,365]],[[312942,12446],[-35,2687]],[[312907,15133],[200,-68]],[[312774,6524],[70,-1308]],[[312844,5216],[-339,-42]],[[312505,5174],[62,1491]],[[312567,6665],[207,-141]],[[312709,10759],[26,-1200]],[[312735,9559],[-333,0]],[[312224,10808],[123,645]],[[312347,11453],[362,-694]],[[315123,11875],[54,-128]],[[315177,11747],[78,-1803]],[[315255,9944],[-163,-1770]],[[315092,8174],[-119,1033]],[[314973,9207],[-63,762]],[[314910,9969],[144,1736]],[[315054,11705],[69,170]],[[314670,11208],[37,-330]],[[314707,10878],[60,-642]],[[314767,10236],[-199,-737]],[[314568,9499],[-72,1129]],[[314496,10628],[174,580]],[[314052,6833],[264,-476]],[[314316,6357],[-19,-702]],[[314297,5655],[-318,75]],[[313979,5730],[73,1103]],[[312567,6665],[-68,374]],[[312514,8738],[144,137]],[[312658,8875],[116,-2351]],[[312942,12446],[-192,449]],[[312750,12895],[-16,-17]],[[312734,12878],[-7,2191]],[[312727,15069],[180,64]],[[313370,8907],[-65,-415]],[[313305,8492],[-209,82]],[[313096,8574],[-80,-28]],[[313016,8546],[-82,705]],[[312934,9251],[27,1093]],[[312961,10344],[345,-244],[64,-1193]],[[313305,8492],[-14,-2847]],[[313291,5645],[-154,398]],[[313137,6043],[-41,2531]],[[314464,12204],[-98,-1501]],[[314366,10703],[-105,-151]],[[314261,10552],[-75,983]],[[314186,11535],[35,729]],[[314221,12264],[129,637]],[[314350,12901],[114,-697]],[[314016,15104],[-14,-2136]],[[314002,12968],[-54,9]],[[313948,12977],[-196,-375]],[[313752,12602],[-27,1006]],[[313725,13608],[25,1394]],[[313750,15002],[266,102]],[[313604,15085],[-4,-1775]],[[313600,13310],[-8,-955]],[[313592,12355],[-45,-184]],[[313547,12171],[-454,-57]],[[313107,15065],[497,20]],[[314264,15070],[-76,-2600]],[[314188,12470],[-186,498]],[[314016,15104],[248,-34]],[[315464,13512],[1,-2420]],[[315465,11092],[-66,434]],[[315399,11526],[-159,1610]],[[315240,13136],[-103,1307]],[[315137,14443],[122,138]],[[315259,14581],[205,-1069]],[[314938,14053],[76,-2457]],[[315014,11596],[-176,-329]],[[314838,11267],[34,2700]],[[314872,13967],[51,292]],[[314923,14259],[15,-206]],[[315375,10330],[63,-1609]],[[315438,8721],[6,-427]],[[315444,8294],[-234,-827]],[[315210,7467],[-116,640]],[[315094,8107],[-2,67]],[[315255,9944],[120,386]],[[313784,8891],[255,-1303]],[[314039,7588],[13,-755]],[[313979,5730],[-242,-150]],[[313737,5580],[-39,3313]],[[313698,8893],[16,19]],[[313714,8912],[70,-21]],[[315465,11092],[-90,-762]],[[315177,11747],[222,-221]],[[313725,9097],[-11,-185]],[[313698,8893],[-269,126]],[[313429,9019],[231,2602]],[[313660,11621],[65,-2524]],[[314361,14911],[31,-1699]],[[314392,13212],[-42,-311]],[[314221,12264],[-33,206]],[[314264,15070],[97,-159]],[[312306,11771],[41,-318]],[[311932,11026],[-107,569]],[[311825,11595],[118,294]],[[312090,11980],[216,-209]],[[312937,12081],[24,-1737]],[[312934,9251],[-27,-13]],[[312907,9238],[-172,321]],[[312709,10759],[41,2136]],[[312505,5174],[-359,-115]],[[312146,5059],[3,2047]],[[314634,8728],[-21,-893]],[[314613,7835],[-92,-362]],[[314521,7473],[-160,1420]],[[314361,8893],[201,525]],[[314562,9418],[72,-690]],[[312295,14639],[81,-1251]],[[312376,13388],[-70,-1617]],[[312084,13310],[211,1329]],[[312007,8913],[159,-895]],[[312146,5059],[-281,903],[86,3227]],[[315210,7467],[60,-308]],[[315270,7159],[221,-1461]],[[315491,5698],[-308,-32]],[[315009,6674],[174,-1008]],[[315009,6674],[81,1384]],[[315090,8058],[4,49]],[[314186,11535],[-217,-675]],[[313969,10860],[-21,2117]],[[312009,13786],[157,1824]],[[312166,15610],[129,-971]],[[313137,6043],[-273,-821]],[[312864,5222],[152,3324]],[[314838,11267],[-131,-389]],[[314670,11208],[-8,753]],[[314662,11961],[28,1346]],[[314690,13307],[76,779]],[[314766,14086],[106,-119]],[[313547,12171],[113,-550]],[[313429,9019],[-59,-112]],[[314973,9207],[-339,-479]],[[314562,9418],[6,81]],[[314767,10236],[143,-267]],[[314776,6994],[-112,-1632]],[[314664,5362],[-367,293]],[[314316,6357],[205,1116]],[[314613,7835],[163,-841]],[[312679,13385],[55,-507]],[[312376,13388],[303,-3]],[[315090,8058],[-314,-1064]],[[314662,11961],[-198,243]],[[314392,13212],[143,200]],[[314535,13412],[155,-105]],[[312679,13385],[-109,1772]],[[312570,15157],[157,-88]],[[313752,12602],[-160,-247]],[[313600,13310],[125,298]],[[314496,10628],[-130,75]],[[313604,15085],[146,-83]],[[315240,13136],[-117,-1261]],[[315054,11705],[-40,-109]],[[314938,14053],[199,390]],[[315043,5450],[-34,1224]],[[315043,5450],[-379,-88]],[[312864,5222],[-20,-6]],[[312658,8875],[249,363]],[[314001,9350],[196,-57]],[[314197,9293],[164,-400]],[[314039,7588],[-38,1762]],[[313784,8891],[217,459]],[[313969,10860],[-244,-1763]],[[313737,5580],[-446,65]],[[314261,10552],[-64,-1259]],[[312166,15610],[404,-453]],[[315579,8262],[226,-901]],[[315805,7361],[-150,-1087]],[[315655,6274],[-385,885]],[[315444,8294],[135,-32]],[[314849,14669],[-83,-583]],[[314535,13412],[108,1312]],[[314643,14724],[206,-55]],[[318309,12804],[169,-865],[-544,829],[375,36]],[[316158,12800],[-233,-1215]],[[315925,11585],[-15,-114]],[[315910,11471],[23,1757]],[[315933,13228],[225,-428]],[[315714,13935],[-106,-832]],[[315608,13103],[-144,409]],[[315259,14581],[455,-646]],[[315655,6274],[-164,-576]],[[315910,11471],[-22,-197]],[[315888,11274],[-160,-129]],[[315728,11145],[-34,40]],[[315694,11185],[-86,1918]],[[315714,13935],[219,-707]],[[315888,11274],[293,-1348]],[[316181,9926],[-216,-625]],[[315965,9301],[-242,491]],[[315723,9792],[5,1353]],[[315723,9792],[-144,-1530]],[[315438,8721],[211,2085]],[[315649,10806],[45,379]],[[315649,10806],[-184,286]],[[316256,11346],[-331,239]],[[316158,12800],[154,393],[-56,-1847]],[[316256,11346],[125,-1004],[-200,-416]],[[315965,9301],[-160,-1940]],[[316936,9055],[328,-560],[-757,-909],[-91,685],[520,784]],[[318661,1986],[376,-1085],[-740,-781],[24,1181],[340,685]],[[314361,14911],[282,-187]],[[123928,718235],[-2,-1610]],[[119111,747595],[-67,-5]],[[124871,753168],[418,537]],[[71986,766650],[158,17]],[[56428,729876],[0,-164]],[[126985,748600],[107,525]],[[126818,747787],[-267,-754]],[[61672,65312],[272,-274]],[[314849,14669],[74,-410]],[[315183,5666],[-140,-216]],[[311825,11595],[-39,1452]],[[253891,243332],[-3,424]],[[297006,439075],[21,-79]],[[273150,218795],[-218,2571],[-109,2556],[341,-5125]],[[273164,218797],[-14,-2]],[[275036,140768],[-16,1]],[[274871,140335],[3,-76]],[[268559,210807],[-4,-26]],[[258410,236520],[0,355]],[[272837,223331],[-14,0]],[[274173,206960],[19,0]],[[275584,178509],[-145,-584]],[[275994,173067],[-63,2]],[[275922,173070],[-37,2]],[[272518,253791],[20,18]],[[272125,254343],[81,-132]],[[256680,462075],[-142,-2897],[-384,-10769]],[[256154,448409],[-883,-7],[0,-983]],[[254488,462036],[2192,39]],[[256154,448409],[1065,-7]],[[249637,222999],[-31,137]],[[248195,214699],[-70,-748]],[[247232,214954],[0,260]],[[247232,215317],[15,318]],[[301353,460902],[-185,-724]],[[301101,460137],[28,-397]],[[301793,457791],[116,-445]],[[285769,400843],[123,37]],[[264771,527003],[-281,49]],[[267568,452013],[-852,-4103],[-108,-17]],[[266608,447893],[-26,-6]],[[266582,447887],[-16,-1]],[[266566,447886],[-30,-6]],[[266536,447880],[-6,-1]],[[256680,462075],[-375,16538],[12,3500],[187,5880],[609,12037],[445,5943],[542,3980],[721,3116],[-1423,3912],[-936,-37],[-588,-3704],[-267,-718],[-95,-2358],[-427,343]],[[247207,537862],[1281,13508]],[[248488,551370],[1322,13439]],[[249810,564809],[408,-727],[1834,5024],[865,1148],[2109,-5688],[7666,-20686],[271,-4739],[574,-3230],[509,900],[683,396],[-47,-2079],[105,-3301],[426,-3438],[360,1156],[708,-243],[385,-2004],[-455,-3293],[3005,-8985],[1103,-32532],[-926,-12370],[-34,-3060],[-156,-2886],[-328,-976],[-521,-3379],[-656,-1036],[-180,-1472],[-60,-3681],[110,-1615]],[[252129,567028],[-1583,-4120],[166,-1627],[582,1037],[-142,551],[872,1783],[743,3451],[-638,-1075]],[[248488,551370],[-1963,212],[-2260,-6869],[-1513,-4210]],[[249572,564554],[238,255]],[[282592,309414],[10,-65]],[[289029,404122],[-16,45]],[[293679,426705],[-79,470]],[[286839,484138],[-17,6]],[[276897,457877],[-3,4558]],[[276894,462435],[2305,5850],[8,2378],[-220,544],[-164,5160],[-363,3502],[1422,3362],[1923,0],[3353,0],[997,8619],[109,340]],[[267767,442766],[-50,-4]],[[267568,452013],[114,-1687],[1085,-3482],[787,0],[3209,9884],[2039,2175]],[[274802,458903],[-16,-6460]],[[274802,458903],[1209,1289],[883,2243]],[[275537,276578],[-263,-628]],[[273916,275250],[-11,-827]],[[273920,274333],[-20,-184]],[[228015,167092],[147,-2633],[-252,2651],[105,-18]],[[228180,184437],[70,-94]],[[229313,193901],[29,366]],[[230757,204203],[-190,587]],[[229828,205636],[-9,-8]],[[229431,197365],[-30,-1032]],[[228487,190418],[-16,-156]],[[286226,362368],[89,-504]],[[283710,365528],[174,-301]],[[286242,357857],[63,-1057]],[[286254,356334],[304,311]],[[286558,356645],[136,36]],[[284458,394060],[-9,-959]],[[151607,571679],[12,2074],[1993,-3664],[1312,-1342],[815,1107],[372,2584],[-289,2342],[-137,2706],[722,1361],[0,1194],[-873,3181],[648,-1]],[[156182,583221],[153,1]],[[156335,583222],[770,0]],[[253979,502714],[-8,-1]],[[242231,539612],[9,872]],[[242245,540522],[75,212]],[[242329,540727],[187,592]],[[242526,541319],[224,-823]],[[288652,406259],[12,7]],[[288613,408309],[-8,430]],[[290026,386798],[-57,0]],[[287992,379951],[5,43]],[[287430,351414],[50,-2]],[[287480,351412],[118,4]],[[287598,351416],[-258,-2]],[[280248,301457],[-33,176]],[[156182,583221],[153,1]]], +transform:{scale:[.00035892617892657177,5371486851395936e-20],translate:[-179.1473400003406,17.67439566600018]}}}}); \ No newline at end of file diff --git a/dist-amd/marshaller/FlyoutButton.js b/dist-amd/marshaller/FlyoutButton.js new file mode 100644 index 0000000000..a413dc2cfd --- /dev/null +++ b/dist-amd/marshaller/FlyoutButton.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["../form/Button","../layout/Popup","../layout/Surface"],e):t.marshaller_FlyoutButton=e(t.form_Button,t.layout_Popup,t.layout_Surface)}(this,function(t,e,o){function p(){t.call(this),this.value("^");var p=this;this._popupSurface=(new o).surfaceBackgroundColor("rgb(234, 249, 255)").buttonAnnotations([{id:"",label:"",width:20,padding:"0px 5px","class":"close",font:"FontAwesome"}]).on("click",function(t){"close"===t["class"]&&p._popup.visible(!1).popupState(!1).render()}),this._popup=(new e).size({width:400,height:400}).position("absolute").widget(this._popupSurface)}return p.prototype=Object.create(t.prototype),p.prototype.constructor=p,p.prototype._class+=" marshaller_FlyoutButton",p.prototype.publishProxy("title","_popupSurface"),p.prototype.publishProxy("widget","_popupSurface"),p.prototype.publish("autoClose",!0,"boolean","Auto Close"),p.prototype.click=function(t){var e=this;this._popup.visible(!0).popupState(!0).render(function(t){var o=e._popupSurface.widget().getBBox();e._popupSurface.resize({width:o.width,height:o.height+e._popupSurface.calcHeight(e._popupSurface.element().select(".surfaceTitle"))+18}),e._popup.render()})},p.prototype.enter=function(e,o){t.prototype.enter.apply(this,arguments);for(var p=this;p&&-1===["marshaller_HTML","marshaller_Graph","composite_MegaChart"].indexOf(p.classID());)p=p.locateParentWidget();p&&(this._popupParentWidget=p,this._popup.target(p.node()))},p.prototype.render=function(e){var o=this,p=this._popup.popupState();t.prototype.render.call(o,function(t){var r=o._popupParentWidget.getBBox(),u=t.getBBox();o._popup.left(u.x-r.x+u.width-o._popup.width()).top(u.y-r.y+u.height).visible(p&&o.autoClose()?!1:p).popupState(p&&o.autoClose()?!1:p).render(),e&&e(t)})},p}); \ No newline at end of file diff --git a/dist-amd/marshaller/Graph.js b/dist-amd/marshaller/Graph.js new file mode 100644 index 0000000000..f1f52926d3 --- /dev/null +++ b/dist-amd/marshaller/Graph.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","../common/TextBox","../common/Surface","../common/ResizeSurface","../chart/MultiChartSurface","../common/Palette","../graph/Graph","../graph/Vertex","../graph/Edge","./HipieDDLMixin"],e):t.marshaller_Graph=e(t.d3,t.common_SVGWidget,t.common_TextBox,t.common_Surface,t.common_ResizeSurface,t.chart_MultiChartSurface,t.common_Palette,t.graph_Graph,t.graph_Vertex,t.graph_Edge,t.marshaller_HipieDDLMixin)}(this,function(t,e,i,o,r,a,n,s,h,c,p){function u(){s.call(this),p.call(this),this._design_mode=!1,this._dashboards=[],this.graphAttributes=["snapToGrid","showEdges"],this.widgetAttributes=["layout","chartType","palette","title","columns","data"],this.layout("Hierarchy"),this.applyScaleOnLayout(!0),this.content([])}return u.prototype=Object.create(s.prototype),u.prototype.constructor=u,u.prototype.mixin(p),u.prototype._class+=" marshaller_Graph",u.prototype.publish("content",[],"widgetArray","widgets",null,{tags:["Basic"]}),u.prototype.populateContent=function(){var t=[],e=[];this._ddlVisualizations.concat(this._ddlPopupVisualizations).forEach(function(e){if(e.widget){var i=null;if(e.widget instanceof r)i=e.widget.size({width:210,height:210});else{var o=280,a=210;i=(new r).showTitle(!0).size({width:o,height:a}).content(e.widget)}i&&(e.newWidgetSurface=i),t.push(i)}e.getInputVisualizations().forEach(function(){},this)},this),this._ddlDashboards.forEach(function(t){t.visualizations.forEach(function(t){t.getInputVisualizations().forEach(function(i){e.push((new c).sourceVertex(i.newWidgetSurface).targetVertex(t.newWidgetSurface).targetMarker("arrowHead"))},this)},this)},this),this.content(t),this.data({vertices:t,edges:e})},u.prototype.enter=function(t,e){s.prototype.enter.apply(this,arguments),e.classed("graph_Graph",!0)},u.prototype.render=function(t){return this._marshallerRender(s.prototype,t),this},u.prototype.commsError=function(t,e){alert("Comms Error:\n"+t+"\n"+e)},u}); \ No newline at end of file diff --git a/dist-amd/marshaller/HTML.js b/dist-amd/marshaller/HTML.js new file mode 100644 index 0000000000..48928de841 --- /dev/null +++ b/dist-amd/marshaller/HTML.js @@ -0,0 +1 @@ +!function(t,i){"function"==typeof define&&define.amd?define(["d3","../layout/Grid","./HipieDDLMixin"],i):t.marshaller_HTML=i(t.d3,t.layout_Grid,t.marshaller_HipieDDLMixin)}(this,function(t,i,e){function n(){i.call(this),e.call(this),this.surfacePadding(0)}return n.prototype=Object.create(i.prototype),n.prototype.constructor=n,n.prototype.mixin(e),n.prototype._class+=" marshaller_HTML",n.prototype.populateContent=function(){var t=0,i=0,e=this.cellDensity();this._ddlDashboards.forEach(function(n){var o=Math.floor(Math.sqrt(n.visualizations.length));n.visualizations.forEach(function(n){if(n.newWidgetSurface){for(;null!==this.getCell(t*e,i*e);)i++,i%o===0&&(t++,i=0);this.setContent(t,i,n.newWidgetSurface)}},this)},this);var n={};this.content().forEach(function(t){var i=t.widget();i&&"layout_Surface"===i.classID()&&(i=i.widget()),i&&(n[i.id()]=t)}),this._ddlDashboards.forEach(function(t){t.visualizations.forEach(function(t,i){if(!t.properties.flyout&&!t.parentVisualization){var e=t.events.getUpdatesVisualizations(),o=e.filter(function(t){return n[t.id]}).map(function(t){return n[t.id].id()});n[t.id].indicateTheseIds(o)}})},this)},n.prototype.enter=function(t,e){i.prototype.enter.apply(this,arguments)},n.prototype.render=function(t){return this._marshallerRender(i.prototype,t),this},n.prototype.commsError=function(t,i){alert("Comms Error:\n"+t+"\n"+i)},n}); \ No newline at end of file diff --git a/dist-amd/marshaller/HipieDDL.js b/dist-amd/marshaller/HipieDDL.js new file mode 100644 index 0000000000..ea5a0f7a4b --- /dev/null +++ b/dist-amd/marshaller/HipieDDL.js @@ -0,0 +1 @@ +!function(t,i){"function"==typeof define&&define.amd?define(["d3","../common/Class","../common/Database","../common/Utility","../other/Comms","../common/Widget","../composite/MegaChart","../chart/MultiChart","../other/Table","require","es6-promise"],i):t.marshaller_HipieDDL=i(t.d3,t.common_Class,t.common_Database,t.common_Utility,t.other_Comms,t.common_Widget,t.composite_MegaChart,t.chart_MultiChart,t.other_Table,t.require)}(this,function(t,i,e,s,a,o,r,n,u,h){function p(t,i){for(var e=t.split("."),s=i,a=0;a"+i.id),this.visualization.type){case"LINE":this.mappings=new y(this.visualization,i.mappings);break;case"TABLE":this.mappings=new _(this.visualization,i.mappings);break;case"GRAPH":this.mappings=new w(this.visualization,i.mappings,i.link);break;case"CHORO":i.mappings.weight instanceof Array&&i.mappings.weight.length?(this.mappings=new v(this.visualization,i.mappings,i.link),i.mappings.weight.length>1&&(this.visualization.type="LINE")):this.mappings=new g(this.visualization,i.mappings,i.link);break;case"HEAT_MAP":this.mappings=new m(this.visualization,i.mappings,i.link);break;default:this.mappings=new f(this.visualization,i.mappings)}this.first=i.first,this.reverse=i.reverse,this.sort=i.sort}}function b(t,i,e){this.event=t,this.dashboard=t.visualization.dashboard,this._visualization=i.visualization,this._instance=i.instance,this._datasource=i.datasource,this._merge=i.merge,this._mappings=i.mappings||e}function D(t,i,e){this.visualization=t,this.eventID=i,this._updates=[],e&&(this._updates=e.updates.map(function(t){return new b(this,t,e.mappings)},this))}function E(t,i){this.visualization=t,this.events={};for(var e in i)this.events[e]=new D(t,e,i[e])}function S(t,e,s){i.call(this),this.dashboard=t,this.parentVisualization=s,this.id=e.id,this.label=e.label,this.title=e.title||e.id,this.type=e.type,this.icon=e.icon||{},this.flag=e.flag||[],this.fields=e.fields||[],this.fieldsMap={},this.fields.forEach(function(t){this.fieldsMap[t.id]=t},this),this.properties=e.properties||(e.source?e.source.properties:null)||{},this.source=new z(this,e.source),this.events=new E(this,e.events),this.layers=[],this.hasVizDeclarations=!1,this.vizDeclarations={},"CHORO"===this.type?this.layers=(e.visualizations||[]).map(function(i){return new S(t,i,this)},this):(e.visualizations||[]).forEach(function(i){this.vizDeclarations[i.id]=new S(t,i,this),this.hasVizDeclarations=!0},this);var a=this;switch(this.type){case"CHORO":var o=e.properties&&e.properties.charttype?e.properties.charttype:"";switch(o){case"MAP_PINS":this.loadWidget("../map/Pins",function(t){t.id(e.id).columns(a.source.getColumns()).geohashColumn("geohash").tooltipColumn("label").fillColor(e.color?e.color:null).projection("albersUsaPr")});break;default:o="CHORO_USSTATES",this.source.mappings.contains("state")?o="CHORO_USSTATES":this.source.mappings.contains("county")?o="CHORO_USCOUNTIES":this.source.mappings.contains("country")&&(o="CHORO_COUNTRIES"),Promise.all(a.layers.map(function(t){return t.loadedPromise()})).then(function(){a.loadWidget("../composite/MegaChart",function(t){var i=a.layers.map(function(t){return t.widget});t.id(e.id).legendPosition_default("none").showChartSelect_default(!1).chartType_default(o).chartTypeDefaults({autoScaleMode:i.length?"data":"mesh"}).chartTypeProperties({layers:i})})})}break;case"2DCHART":case"PIE":case"BUBBLE":case"BAR":case"WORD_CLOUD":this.loadWidget("../composite/MegaChart",function(t){t.id(e.id).legendPosition_default("none").chartType_default(a.properties.chartType||a.properties.charttype||a.type)});break;case"LINE":this.loadWidget("../composite/MegaChart",function(t){t.id(e.id).legendPosition_default("none").chartType_default(a.properties.chartType||a.properties.charttype||a.type)});break;case"TABLE":this.loadWidget("../composite/MegaChart",function(t){t.id(e.id).legendPosition_default("none").showChartSelect_default(!1).chartType_default("TABLE")});break;case"SLIDER":this.loadWidget("../form/Slider",function(t){if(t.id(e.id),e.range){var i="";for(var s in e.source.mappings){i=s;break}t.low_default(+e.range[0]).high_default(+e.range[1]).step_default(+e.range[2]).selectionLabel_default(i)}});break;case"GRAPH":this.loadWidgets(["../graph/Graph"],function(t){t.id(e.id).layout_default("ForceDirected2").applyScaleOnLayout_default(!0)});break;case"FORM":this.loadWidgets(["../form/Form","../form/Input","../form/Button","../form/CheckBox","../form/ColorInput","../form/Radio","../form/Range","../form/Select","../form/Slider","../form/TextArea"],function(t,i){var s=i[1],a=i[3],o=i[5],r=i[7],n=i[9];t.id(e.id).inputs(e.fields.map(function(t){var i,e=[],u=[];switch(t.properties.charttype){case"TEXT":i=(new s).type_default("text");break;case"TEXTAREA":i=new n;break;case"CHECKBOX":i=new a;break;case"RADIO":i=new o;break;case"HIDDEN":i=(new s).type_default("hidden");break;default:if(t.properties.enumvals){i=new r,u=t.properties.enumvals;for(var h in u)e.push([h,u[h]])}else i=(new s).type_default("text")}if(i.name_default(t.id).label_default((t.properties?t.properties.label:null)||t.label).value_default(t.properties["default"]?t.properties["default"]:""),i instanceof a||i instanceof o){var p=Object.keys(t.properties.enumvals);i.selectOptions_default(p)}else e.length&&i.selectOptions_default(e);return i}))});break;case"HEAT_MAP":this.loadWidgets(["../other/HeatMap"],function(t){t.id(e.id).image_default(a.properties.imageUrl)});break;default:this.loadWidget("../common/TextBox",function(t){t.id(e.id).text_default(a.id+"\nTODO: "+a.type)})}}function I(t,i){this.dataSource=t,this.id=i.id,this.from=i.from,this.request={},this.notify=i.notify||[],this.filter=i.filter||[]}function R(){this.datasourceRequests={}}function M(){this.visualizationRequests={}}function O(t,i,e,s){this.dashboard=t,this.id=i.id,this.filter=i.filter||[],this.WUID=i.WUID,this.URL=t.marshaller.espUrl&&t.marshaller.espUrl._url?t.marshaller.espUrl._url:i.URL,this.databomb=i.databomb,this.request={},this._loadedCount=0;var o=this;this.outputs={};var r=[];i.outputs.forEach(function(t){o.outputs[t.id]=new I(o,t),r.push({id:t.id,from:t.from,filter:t.filter||this.filter})},this),this.WUID?this.comms=(new a.HIPIEWorkunit).url(this.URL).proxyMappings(e).timeout(s).hipieResults(r):this.databomb?this.comms=(new a.HIPIEDatabomb).hipieResults(r):this.comms=(new a.HIPIERoxie).url(i.URL).proxyMappings(e).timeout(s)}function x(t,i,e,s){this.marshaller=t,this.id=i.id,this.title=i.title;var a=this;this.datasources={},this.datasourceTotal=0,i.datasources.forEach(function(t){a.datasources[t.id]=new O(a,t,e,s),++a.datasourceTotal}),this._visualizations={},this._visualizationArray=[],i.visualizations.forEach(function(t){var i=new S(this,t);this._visualizations[t.id]=i,this._visualizationArray.push(i),this.marshaller._visualizations[t.id]=i,this.marshaller._visualizationArray.push(i)},this),this._visualizationTotal=this._visualizationArray.length}function C(){i.call(this),this._proxyMappings={},this._widgetMappings=t.map(),this._clearDataOnUpdate=!0,this._propogateClear=!1,this.id="Marshaller",this._missingDataString=""}var U="...loading...",A="_changed";l.prototype.init=function(){for(var t in this.mappings)this.reverseMappings[this.mappings[t]]=t,void 0===this.columnsIdx[t]&&(this.columns.push(t),this.columnsIdx[t]=this.columns.length-1),this.columnsRHS[this.columnsIdx[t]]=this.mappings[t],this.columnsRHSIdx[this.mappings[t]]=this.columnsIdx[t],this.hasMappings=!0},l.prototype.getFields=function(){return this.visualization.fields?Object.keys(this.mappings).map(function(t){return this.visualization.fields.filter(function(i){return i.id===this.mappings[t]},this).map(function(t){return new e.Field(t.id).type(d(t.properties.type)).label(this.reverseMappings[t.id])},this)[0]},this):null},l.prototype.contains=function(t){return void 0!==this.mappings[t]},l.prototype.doMap=function(t){var i=[];for(var e in this.mappings){var s=this.mappings[e];try{var a=t[s];void 0===a&&(a=t[s.toLowerCase()]),i[this.columnsIdx[e]]=a}catch(o){console.log("Invalid Mapping: "+this.visualization.id+" ["+s+"->"+t+"]")}}return i},l.prototype.doMapAll=function(t){return t.hipieMappings(this.columnsRHS,this.visualization.dashboard.marshaller.missingDataString())},l.prototype.getMap=function(t){return this.mappings[t]},l.prototype.getReverseMap=function(t){return this.reverseMappings[t]},f.prototype=Object.create(l.prototype),g.prototype=Object.create(l.prototype),v.prototype=Object.create(l.prototype),m.prototype=Object.create(l.prototype),y.prototype=Object.create(l.prototype),_.prototype=Object.create(l.prototype),_.prototype.init=function(){this.visualization.label.forEach(function(t,i){this.reverseMappings[this.mappings[t]]=t,this.columns.push(t),this.columnsIdx[t]=i,this.columnsRHS[i]=this.mappings[t],this.columnsRHSIdx[this.mappings[t]]=i,this.hasMappings=!0},this)},_.prototype.doMapAll=function(t){var i=l.prototype.doMapAll.apply(this,arguments);return i instanceof Array&&this.visualization.fields.forEach(function(t,e){var s=t&&t.properties?d(t.properties.type):"unknown";switch(s){case"dataset":i=i.map(function(t){return t.forEach(function(i,s){if(s===e){i=i.Row||i;var a=[],o={},r=i.map(function(t,i){var e=[];e.length=a.length;for(var s in t)0===i&&(o[s]=a.length,a.push(s)),e[o[s]]=t[s];return e}),n=(new u).columns(a).data(r);t[s]=n}}),t});break;case"widget":i=i.map(function(i){return i.forEach(function(s,a){if(a===e){var o=this.visualization.vizDeclarations[t.properties.localVisualizationID],r=o.source.getOutput(),n=r.db;r.setData(s,{},[]);var u=o.widget,h=(new u.constructor).showToolbar(!1).legendPosition("none").chartType(u.chartType()).chartTypeDefaults(u.chartTypeDefaults()).columns(o.source.getColumns()).data(o.source.getData());r.db=n,i[a]=h}},this),i},this)}},this),i},w.prototype=Object.create(l.prototype),w.prototype.calcIconInfo=function(t,i,e){function s(t,i){if(t)for(var s in t)switch(s){case"faChar":i.faChar=c(t.faChar);break;default:e&&0===s.indexOf("icon_")?(console.log("Deprecated flag property: "+s),i[s.split("icon_")[1]]=t[s]):i[s]=t[s]}}var a={};if(i&&i[t.fieldid]&&t.valuemappings){var o=t.valuemappings[i[t.fieldid]];s(o,a)}for(var r in a)return a;return null},w.prototype.doMapAll=function(t){function i(t,i){var e="uid_"+t[0],n=a[e];if(!n&&i){n=(new r.Vertex).faChar(s.icon&&s.icon.faChar?c(s.icon.faChar):"").text(t[1]?t[1]:""),n.__hpcc_uid=t[0],a[e]=n,o.push(n);var u=s.calcIconInfo(s.visualization.icon,i,!1);if(u)for(var h in u)n[h]&&n[h](u[h]);var p=[];s.visualization.flag.forEach(function(t){var e=s.calcIconInfo(t,i,!0);e&&p.push(e)}),n.annotationIcons(p)}return n}var e=t.jsonObj(),s=this,a={},o=[],r=this.visualization.widget,n=[];return e.forEach(function(t){var e=s.doMap(t);i(e,t)}),e.forEach(function(t){var e=s.doMap(t),a=i(e,t);if(t[s.link.childfile]&&t[s.link.childfile]instanceof Array){var o=t[s.link.childfile];o.forEach(function(t,e){var o=s.linkMappings.doMap(t),u=i(o);if(u&&a.id()!==u.id()){var h=(new r.Edge).sourceVertex(a).targetVertex(u).sourceMarker("circle").targetMarker("arrow");n.push(h)}})}}),{vertices:o,edges:n,merge:!1}},z.prototype.getQualifiedID=function(){return this.visualization.getQualifiedID()+"."+this.id},z.prototype.exists=function(){return this._id},z.prototype.getDatasource=function(){return this.visualization.dashboard.datasources[this._id]},z.prototype.getOutput=function(){var t=this.getDatasource();return t&&t.outputs?t.outputs[this._output]:null},z.prototype.clearOutputRequest=function(){var t=this.getOutput();t&&(t.request={})},z.prototype.hasData=function(){return this.getOutput().db?!0:!1},z.prototype.getFields=function(){return this.mappings.getFields()},z.prototype.getColumnsRHS=function(){return this.mappings.columnsRHS},z.prototype.getColumns=function(){return this.mappings&&this.mappings.columns?this.mappings.columns:[]},z.prototype.getData=function(){var t=this.getOutput().db,i=t.data();i.length&&this.sort&&s.multiSort(i,t.hipieMapSortArray(this.sort));var e=this.mappings.doMapAll(t);return this.reverse&&e.reverse(),this.first&&e.length>this.first&&(e.length=this.first),e},z.prototype.getXTitle=function(){return this.mappings.columns[0]},z.prototype.getYTitle=function(){return this.mappings.columns.filter(function(t,i){return i>0}).join(" / ")},b.prototype.getDatasource=function(){return this.dashboard.getDatasource(this._datasource)},b.prototype.getVisualization=function(){return this.dashboard.getVisualization(this._visualization)},b.prototype.mapData=function(t){var i={};if(t){var e=this.event.visualization.source;for(var s in this._mappings){var a=e.mappings&&e.mappings.hasMappings?e.mappings.getReverseMap(s):s;i[this._mappings[s]]=t[a]}}return i},b.prototype.mapSelected=function(){return this.event.visualization.hasSelection()?this.mapData(this.event.visualization._widgetState.row):{}},b.prototype.calcRequestFor=function(t){var i={},e=this.getVisualization();return e.getInputVisualizations().forEach(function(s,a){var o=s===t;s.getUpdatesForVisualization(e).forEach(function(t){var e=t.mapSelected();for(var s in e)i[s]&&i[s]!==e[s]?(console.log("Duplicate Filter with mismatched value (defaulting to 'first' or 'first changed' instance): "+s),o&&(i[s]=e[s],i[s+A]=o)):(i[s]=e[s],i[s+A]=o)})}),i},D.prototype.exists=function(){return this._updates.length},D.prototype.getUpdates=function(){return this._updates},D.prototype.getUpdatesDatasources=function(){var t={},i=[];return this.getUpdatesVisualizations().forEach(function(e,s){var a=e.source.getDatasource();a&&!t[a.id]&&(t[a.id]=!0,i.push(a))},this),i},D.prototype.getUpdatesVisualizations=function(){var t={},i=[];return this._updates.forEach(function(e,s){var a=e.getVisualization();t[a.id]||(t[a.id]=!0,i.push(a))},this),i},D.prototype.fetchData=function(){var t=new M;return this.getUpdates().forEach(function(i){t.appendRequest(i.getDatasource(),i.calcRequestFor(this.visualization),i.getVisualization())},this),t.fetchData()},E.prototype.setWidget=function(t){var i=this;for(var e in this.events)t["vertex_"+e]?t["vertex_"+e]=function(t){i.visualization.processEvent(e,i.events[e],t)}:t[e]&&(t[e]=function(t,s,a){i.visualization.processEvent(e,i.events[e],t,s,a)})},E.prototype.exists=function(){return void 0!==this._updates},E.prototype.getUpdates=function(){var t=[];for(var i in this.events)t=t.concat(this.events[i].getUpdates());return t},E.prototype.getUpdatesDatasources=function(){var t=[];for(var i in this.events)t=t.concat(this.events[i].getUpdatesDatasources());return t},E.prototype.getUpdatesVisualizations=function(){var t=[];for(var i in this.events)t=t.concat(this.events[i].getUpdatesVisualizations());return t},S.prototype=Object.create(i.prototype),S.prototype.constructor=S,S.prototype.getQualifiedID=function(){return this.id},S.prototype.loadedPromise=function(){var t=this;return new Promise(function(i,e){var s=setInterval(function(){t.isLoaded()&&(clearInterval(s),i())},100)})},S.prototype.isLoading=function(){return null===this.widget},S.prototype.isLoaded=function(){return this.widget instanceof o},S.prototype.loadMegaChartWidget=function(t,i){this.loadWidgets(["../composite/MegaChart",t],function(t,e){var s=new e[1];t.chartType_default(n.prototype._allChartTypesByClass[s.classID()].id).chart(s),i&&i(t,s,e)})},S.prototype.loadWidget=function(t,i){this.loadWidgets([t],i)},S.prototype.loadWidgets=function(t,i){this.widget=null;var e=this;h(t,function(t){var s=e.dashboard.marshaller._widgetMappings.get(e.id);s?(t.prototype._class!==s._class&&console.log("Unexpected persisted widget type (old persist string?)"),e.setWidget(s)):e.setWidget(new t),i&&i(e.widget,arguments)})},S.prototype.setWidget=function(t){if(this.widget=t,this.events.setWidget(t),this.widget.columns){var i=this.source.getColumns();this.widget.columns(i)}for(var e in this.properties)switch(t.classID()){case"chart_MultiChart":case"composite_MegaChart":t.chartTypeDefaults()[e]=this.properties[e];break;default:if(this.widget[e+"_default"])try{this.widget[e+"_default"](this.properties[e])}catch(s){console.log("Invalid Property:"+this.id+".properties."+e)}}return this.widget},S.prototype.accept=function(t){t.visit(this)},S.prototype.getUpdates=function(){return this.events.getUpdates()},S.prototype.getUpdatesForDatasource=function(t){return this.events.getUpdates().filter(function(i){return i.getDatasource()===t})},S.prototype.getUpdatesForVisualization=function(t){return this.events.getUpdates().filter(function(i){return i.getVisualization()===t})},S.prototype.update=function(t){if(!t){var i=[],e={},s=this.getInputVisualizations();s.forEach(function(t){t.hasSelection()&&t.getUpdatesForVisualization(this).forEach(function(t){var s=t.mapSelected();for(var a in s)s[a]&&(e[a]||(e[a]=!0,i.push(s[a])))})},this),t=i.join(", ")}var a=null;if(!this.parentVisualization)for(a=this.widget;a&&!a.title;)a=a.locateParentWidget();var o=this;return new Promise(function(i,e){if(a){var s=a.title(),r=s.split(" (");a.title(r[0]+(t?" ("+t+")":"")).render(function(){i()})}else o.widget.render(function(){i()})})},S.prototype.notify=function(){if(this.widget){var t=this.source.hasData()?this.source.getData():[];return this.widget.data(t),this.update()}return Promise.resolve()},S.prototype.clear=function(){this._widgetState={row:{},selected:!1},this.fields.forEach(function(t){t.properties&&void 0!==t.properties["default"]&&(this._widgetState.row[t.id]=t.properties["default"],this._widgetState.selected=!0)},this),this.widget&&this.dashboard.marshaller.clearDataOnUpdate()&&(this.widget.data([]),this.source.clearOutputRequest()),this.dashboard.marshaller.propogateClear()&&this.events.getUpdatesVisualizations().forEach(function(t){t.clear()})},S.prototype.on=function(t,i){var e=this;return this.overrideMethod(t,function(t,s){t.apply(e,s),setTimeout(function(){i.apply(e,s)},0)}),this},S.prototype.calcRequestFor=function(t){var i={};return this.getUpdatesForVisualization(t).forEach(function(e){i=e.calcRequestFor(t)}),i},S.prototype.processEvent=function(t,i,e,s,a){this._widgetState={row:e,col:s,selected:void 0===a?!0:a};var o=this;setTimeout(function(){i.fetchData().then(function(i){o.dashboard.marshaller.vizEvent(o.widget,"post_"+t,e,s,a)})},0)},S.prototype.hasSelection=function(){return this._widgetState&&this._widgetState.selected},S.prototype.getInputVisualizations=function(){return this.dashboard.marshaller.getVisualizationArray().filter(function(t){var i=t.events.getUpdatesVisualizations();return i.indexOf(this)>=0?!0:!1},this)},S.prototype.serializeState=function(){var t={widgetState:this._widgetState};return this.widget&&(this.widget.serializeState?t.widget=this.widget.serializeState():this.widget.data&&(t.widget={data:this.widget.data()})),t},S.prototype.deserializeState=function(t){return t&&(this._widgetState=t.widgetState,this.widget&&t.widget&&(this.widget.deserializeState?this.widget.deserializeState(t.widget):this.widget.data&&t.widget.data&&this.widget.data(t.widget.data))),this},I.prototype.getQualifiedID=function(){return this.dataSource.getQualifiedID()+"."+this.id},I.prototype.getUpdatesVisualizations=function(){var t=[];return this.notify.forEach(function(i){t.push(this.dataSource.dashboard.getVisualization(i))},this),t},I.prototype.accept=function(t){t.visit(this)},I.prototype.vizNotify=function(t){var i=[];return this.notify.filter(function(i){return!t||t.indexOf(i)>=0}).forEach(function(t){var e=this.dataSource.dashboard.getVisualization(t);i.push(e.notify())},this),Promise.all(i)},I.prototype.setData=function(t,i,s){return this.request=i,this.db=(new e.Grid).jsonObj(t),this.vizNotify(s)},R.prototype.appendRequest=function(t,i,e){var s=t.id+"("+JSON.stringify(i)+")";this.datasourceRequests[s]?window.__hpcc_debug&&console.log("Optimized duplicate fetch: "+s):this.datasourceRequests[s]={updateDatasource:t,request:i,updates:[]};var a=this.datasourceRequests[s];a.updates.indexOf(e.id)<0&&a.updates.push(e.id)},R.prototype.fetchData=function(){var t=[];for(var i in this.datasourceRequests){var e=this.datasourceRequests[i];t.push(e.updateDatasource.fetchData(e.request,e.updates))}return Promise.all(t)},M.prototype.appendRequest=function(t,i,e){if(t&&e){var a=e.id+"("+t.id+")";this.visualizationRequests[a]?window.__hpcc_debug&&console.log("Optimized duplicate fetch: "+a):this.visualizationRequests[a]={updateVisualization:e,updateDatasource:t,request:{}};var o=this.visualizationRequests[a];s.mixin(o.request,i)}},M.prototype.fetchData=function(){var t=new R;for(var i in this.visualizationRequests){var e=this.visualizationRequests[i];"GRAPH"!==e.updateVisualization.type&&e.updateVisualization.clear(),e.updateVisualization.update(U),t.appendRequest(e.updateDatasource,e.request,e.updateVisualization)}return t.fetchData()},O.prototype.getQualifiedID=function(){return this.dashboard.getQualifiedID()+"."+this.id},O.prototype.getUpdatesVisualizations=function(){var t=[];for(var i in this.outputs)this.outputs[i].getUpdatesVisualizations().forEach(function(i){t.push(i)});return t},O.prototype.accept=function(t){t.visit(this);for(var i in this.outputs)this.outputs[i].accept(t)};var q=0,T=[];return O.prototype.fetchData=function(t,i){var e=++q;T.push(e);var s=this;this.filter.forEach(function(i){this.request[i+A]=t[i+A]||!1;var e=void 0===t[i]?null:t[i];this.request[i]!==e&&(this.request[i]=e)},this),this.request.refresh=t.refresh,window.__hpcc_debug&&console.log("fetchData: "+JSON.stringify(i)+"("+JSON.stringify(t)+")");for(var a in this.request)null===this.request[a]&&delete this.request[a];var o=Date.now();return this.dashboard.marshaller.commsEvent(this,"request",this.request),new Promise(function(a,r){s.comms.call(s.request).then(function(r){var n=setInterval(function(){T[0]===e&&Date.now()-o>=500&&(clearTimeout(n),s.processResponse(r,t,i).then(function(){T.shift(),a(r),s.dashboard.marshaller.commsEvent(s,"response",s.request,r),++s._loadedCount}))},100)})["catch"](function(t){s.dashboard.marshaller.commsEvent(s,"error",s.request,t),r(t)})})},O.prototype.processResponse=function(t,i,e){var s={};for(var a in t)s[a.toLowerCase()]=t[a];var o=[];for(var r in this.outputs){var n=this.outputs[r].from;if(n||(n=this.outputs[r].id.toLowerCase()),p(n,t))!p(n+A,t)||p(n+A,t)&&t[n+A].length&&t[n+A][0][n+A]?o.push(this.outputs[r].setData(t[n],i,e)):o.push(this.outputs[r].vizNotify(e));else if(p(n,s))console.log("DDL 'DataSource.From' case is Incorrect"),!p(n+A,s)||p(n+A,s)&&t[n+A].length&&s[n+A][0][n+A]?o.push(this.outputs[r].setData(s[n],i,e)):o.push(this.outputs[r].vizNotify(e));else{var u=[];for(var h in t)u.push(h);console.log("Unable to locate '"+n+"' in response {"+u.join(", ")+"}")}}return Promise.all(o)},O.prototype.serializeState=function(){return{request:this.request}},O.prototype.deserializeState=function(t){t&&(this.request=t.request||{})},x.prototype.loadedPromise=function(){return Promise.all(this._visualizationArray.map(function(t){return t.loadedPromise()}))},x.prototype.getQualifiedID=function(){return this.id},x.prototype.getDatasource=function(t){return this.datasources[t]},x.prototype.getVisualization=function(t){return this._visualizations[t]||this.marshaller.getVisualization(t)},x.prototype.getVisualizations=function(){return this._visualizations},x.prototype.getVisualizationArray=function(){return this._visualizationArray},x.prototype.getVisualizationTotal=function(){return this._visualizationTotal},x.prototype.accept=function(t){t.visit(this);for(var i in this.datasources)this.datasources[i].accept(t);this._visualizationArray.forEach(function(i){i.accept(t)},this)},x.prototype.primeData=function(t){var i=new M;return this.getVisualizationArray().forEach(function(t){t.clear()}),this.getVisualizationArray().forEach(function(e){if(t)t[e.id]&&e.getUpdates().forEach(function(s){var a={},o=!1;for(var r in s._mappings)t[e.id][r]&&(o=!0,a[r]=t[e.id][r],a[r+A]=!0);o&&i.appendRequest(s.getDatasource(),a,s.getVisualization())});else{var s=e.getInputVisualizations();0===s.length?i.appendRequest(e.source.getDatasource(),{refresh:!0},e):s.forEach(function(t){t.hasSelection()&&i.appendRequest(e.source.getDatasource(),t.calcRequestFor(e),e)})}}),i.fetchData()},x.prototype.serializeState=function(){var t={datasources:{},visualizations:{}};for(var i in this.datasources)t.datasources[i]=this.datasources[i].serializeState();for(var e in this._visualizations)t.visualizations[e]=this._visualizations[e].serializeState();return t},x.prototype.deserializeState=function(t){if(t){for(var i in this.datasources)t.datasources[i]&&this.datasources[i].deserializeState(t.datasources[i]);for(var e in this._visualizations)t.visualizations[e]&&this._visualizations[e].deserializeState(t.visualizations[e])}},C.prototype=Object.create(i.prototype),C.prototype.constructor=C,C.prototype.commsDataLoaded=function(){for(var t=0;t=0}).map(function(t){return{value:t.origRow[o.idx],rowIdx:t.idx}});e(i)}},renderItem:function(t,e){e=e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&");var o=new RegExp("("+e.split(" ").join("|")+")","gi");return'
'+t.value.replace(o,"$1")+"
"},onSelect:function(t,e,o){var i=+o.getAttribute("data-row-idx"),p=a.data()[i];a.click(a.rowToObj(p),a.valueColumn(),!0)}})}},o.prototype.exit=function(e,o){this._autoComplete&&this._autoComplete.destroy(),this._span.remove(),t.prototype.exit.apply(this,arguments)},o.prototype.click=function(t,e,o){console.log("Click: "+JSON.stringify(t)+", "+e+", "+o)},o}); \ No newline at end of file diff --git a/dist-amd/other/CalendarHeatMap.css b/dist-amd/other/CalendarHeatMap.css new file mode 100644 index 0000000000..dead1a3125 --- /dev/null +++ b/dist-amd/other/CalendarHeatMap.css @@ -0,0 +1,21 @@ +.other_CalendarHeatMap { + shape-rendering: crispEdges; +} +.other_CalendarHeatMap .day { + fill: #fff; + stroke: #ccc; +} +.other_CalendarHeatMap .day.selected { + stroke: red; +} +.other_CalendarHeatMap .day.over { + stroke: orange; +} +.other_CalendarHeatMap .day.selected.over { + stroke: red; +} +.other_CalendarHeatMap .month { + fill: none; + stroke: #000; + stroke-width: 2px; +} diff --git a/dist-amd/other/CalendarHeatMap.js b/dist-amd/other/CalendarHeatMap.js new file mode 100644 index 0000000000..c5be0481d4 --- /dev/null +++ b/dist-amd/other/CalendarHeatMap.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../common/Palette","../common/Utility","css!./CalendarHeatMap"],e):t.other_CalendarHeatMap=e(t.d3,t.common_HTMLWidget,t.common_Palette,t.common_Utility)}(this,function(t,e,a,n){function r(t){e.call(this),n.SimpleSelectionMixin.call(this)}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" other_CalendarHeatMap",r.prototype.mixin(n.SimpleSelectionMixin),r.prototype._palette=a.rainbow("default"),r.prototype.publish("paletteID","YlOrRd","set","Palette ID",r.prototype._palette["switch"](),{tags:["Basic","Shared"]}),r.prototype.publish("dateColumn",null,"set","Date Column",function(){return this.columns()},{optional:!0}),r.prototype.publish("datePattern","%Y-%m-%d","string","Date Pattern"),r.prototype.publish("aggrType",null,"set","Aggregation Type",[null,"mean","median","sum","min","max"],{optional:!0}),r.prototype.publish("aggrColumn",null,"set","Aggregation Field",function(){return this.columns()},{optional:!0,disable:function(t){return!t.aggrType()}}),r.prototype.publish("aggrDeltaColumn",null,"set","Aggregation Field",function(){return this.columns()},{optional:!0,disable:function(t){return!t.aggrType()}}),r.prototype.calendarData=function(){var e=t.time.format(this.datePattern()).parse,a=this.aggrDeltaColumn()?t.format(".1%"):t.format("s");return(this._prevDateColumn!==this.dateColumn()||this._prevAggrType!==this.aggrType()||this._prevAggrColumn!==this.aggrColumn()||this._prevAggrDeltaColumn!==this.aggrDeltaColumn())&&(this._prevDateColumn=this.dateColumn(),this._prevAggrType=this.aggrType(),this._prevAggrColumn=this.aggrColumn(),this._prevAggrDeltaColumn=this.aggrDeltaColumn(),this._view=this._db.aggregateView([this.dateColumn()],this.aggrType(),this.aggrColumn(),this.aggrDeltaColumn())),this._view.entries().map(function(t){return t.dateKey=e(t.key),t.formattedValues=a(t.values.aggregate),t.origRows=a(t.values),t})},r.prototype.calcDelta=function(t){return(t.Close-t.Open)/t.Open},r.prototype.enter=function(a,n){e.prototype.enter.apply(this,arguments),t.select(a.parentNode).style("overflow","scroll"),this._selection.widgetElement(n)},r.prototype.update=function(a,n){function r(e){var a=new Date(e.getFullYear(),e.getMonth()+1,0),n=e.getDay(),r=t.time.weekOfYear(e),o=a.getDay(),l=t.time.weekOfYear(a);return"M"+(r+1)*i+","+n*i+"H"+r*i+"V"+7*i+"H"+l*i+"V"+(o+1)*i+"H"+(l+1)*i+"V0H"+(r+1)*i+"Z"}e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID());var o=this.width(),i=o/12/5,l=8*i,s=this.calendarData(),p=t.map(s,function(t){return t.dateKey}),u=t.extent(s,function(t){return t.dateKey.getFullYear()}),g=this,c=n.selectAll("svg").data(t.range(u[0],u[1]+1));c.enter().append("svg").each(function(e){var a=t.select(this),n=a.append("g");n.append("text").style("text-anchor","middle"),n.append("g").attr("class","days"),n.append("g").attr("class","months")}),c.attr("width",o).attr("height",l),c.select("g").attr("transform","translate("+(o-53*i)/2+","+(l-7*i-1)+")"),c.select("text").attr("transform","translate(-6,"+3.5*i+")rotate(-90)").text(function(t){return t}),c.exit().remove();var h=t.extent(s,function(t){return t.values.aggregate});if(this.aggrDeltaColumn()){var m=Math.max(Math.abs(h[0],h[1]));h=[-m,m]}var d=c.select(".days").selectAll(".day").data(function(e){return t.time.days(new Date(e,0,1),new Date(e+1,0,1))});d.enter().append("rect").attr("class","day").call(this._selection.enter.bind(this._selection)).on("click",function(t){var e=p.get(t);e&&e.values&&e.values&&e.values.length&&g.click(g.rowToObj(e.values[0]),g.dateColumn(),g._selection.selected(this))}).append("title"),d.attr("x",function(e){return t.time.weekOfYear(e)*i}).attr("y",function(t){return t.getDay()*i}).attr("width",i).attr("height",i),d.select("title").text(function(t){return t}),d.filter(function(t){return p.has(t)}).style("fill",function(t){var e=p.get(t);return e&&e.values&&e.values.aggregate?g._palette(e.values.aggregate,h[0],h[1]):null}).select("title").text(function(t){var e=p.get(t);return e.key+": "+e.formattedValues}),d.exit().remove();var y=c.select(".months").selectAll(".month").data(function(e){return t.time.months(new Date(e,0,1),new Date(e+1,0,1))});y.enter().append("path").attr("class","month"),y.attr("d",r),y.exit().remove()},r.prototype.exit=function(t,a){e.prototype.exit.apply(this,arguments)},r.prototype.click=function(t,e,a){console.log("Click: "+JSON.stringify(t)+", "+e+", "+a)},r}); \ No newline at end of file diff --git a/dist-amd/other/Comms.js b/dist-amd/other/Comms.js new file mode 100644 index 0000000000..b88a0578fd --- /dev/null +++ b/dist-amd/other/Comms.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["es6-promise"],e):t.other_Comms=e()}(this,function(){function t(t){if(void 0===t||null===t)return null;if(!t.trim)return t.Row?e(t.Row):t;var r=t.trim();return""===r||isNaN(r)?r:Number(r)}function e(e){for(var r in e)e[r]=t(e[r]);return e}function r(){this._protocol="http:",this._hostname="localhost"}function s(t){this._mappings=t,this._reverseMappings={};for(var e in this._mappings){this._reverseMappings[e]={};for(var r in this._mappings[e])this._reverseMappings[e][this._mappings[e][r]]=r}}function n(){r.call(this),this._proxyMappings={},this._mappings=new s({}),this._timeout=m}function o(t,e){if(!t||!e)return!1;for(var r=t.split("."),s=e,n=0;n=0||this._params.Wuid},r.prototype.isWorkunitResult=function(){return this.isWsWorkunits()&&(this._params.Sequence||this._params.ResultName)},r.prototype.isWsEcl=function(){return this._pathname.toLowerCase().indexOf("wsecl")>=0||this._params.QuerySetId&&this._params.Id},r.prototype.isWsWorkunits_GetStats=function(){return this._pathname.toLowerCase().indexOf("wsworkunits/wugetstats")>=0&&this._params.WUID},r.prototype.getUrl=function(t){return t=t||{},(t.protocol?t.protocol:this._protocol)+"//"+(t.hostname?t.hostname:this._hostname)+":"+(t.port?t.port:this._port)+"/"+(t.pathname?t.pathname:this._pathname)},s.prototype.contains=function(t,e){return o(t+"."+e,this._mappings)},s.prototype.mapResult=function(t,e){var r=this._mappings[e];r&&(t[e]=t[e].map(function(t){var e=[];if(r.x&&r.x instanceof Array){e=[];for(var s=0;s=0?"&":"?")+"jsonp="+u+"&"+f(e),document.body.appendChild(h);var p=setInterval(function(){0>=i?clearInterval(p):(i-=a,0>=i?(clearInterval(p),console.log("Request timeout: "+h.src),o(),n(Error("Request timeout: "+h.src))):console.log("Request pending ("+i/1e3+" sec): "+h.src))},a)})};return n.prototype.jsonp=function(t,e,s){for(var n in this._proxyMappings){var o=t.split(n),i=o[0];if(o.length>1){var a=(new r).url(t);t=i+this._proxyMappings[n],e.IP=a._hostname,e.PORT=a._port,o.length>0&&(e.PATH=o[1]);break}}return _(t,e,this.timeout())},n.prototype.ajax=function(t,e,r){return new Promise(function(s,n){var o=e;r&&(o+="?"+f(r));var i=new XMLHttpRequest;i.onload=function(t){this.status>=200&&this.status<300?s(JSON.parse(this.response)):n(Error(this.statusText))},i.onerror=function(){n(Error(this.statusText))},i.open(t,o),i.setRequestHeader("X-Requested-With","XMLHttpRequest"),i.send()})},n.prototype.get=function(t,e){return this.ajax("GET",t,e)},n.prototype.post=function(t,e){return this.ajax("POST",t,e)},n.prototype.mappings=function(t){return arguments.length?(this._mappings=new s(t),this):this._mappings},n.prototype.proxyMappings=function(t){return arguments.length?(this._proxyMappings=t,this):this._proxyMappings},n.prototype.timeout=function(t){return arguments.length?(this._timeout=t||m,this):this._timeout},i.prototype=Object.create(n.prototype),i.prototype.cacheCalls=function(t){return arguments.length?(this._cacheCalls=t,this):this._cacheCalls},i.prototype.call=function(t,e){var r=this._url+(this._url.indexOf("?")>=0?"&":"?")+f(t);if(this._cacheCalls){var s=this;return new Promise(function(t,s){var n=JSON.parse(localStorage.getItem("hpcc.viz."+r));if(!n)throw Error("not cached");e&&(console.log("Deprecated: callback, use promise (Basic.prototype.call)"),e(n)),t(n)})["catch"](function(t){return s.get(r).then(function(t){return localStorage.setItem("hpcc.viz."+r,JSON.stringify(t)),e&&(console.log("Deprecated: callback, use promise (Basic.prototype.call)"),e(t)),t})})}return localStorage.removeItem("hpcc.viz."+r),this.get(r).then(function(t){return e&&(console.log("Deprecated: callback, use promise (Basic.prototype.call)"),e(t)),t})},a.prototype=Object.create(n.prototype),a.prototype.url=function(t){var e=n.prototype.url.apply(this,arguments);if(arguments.length){this._port="8010"===this._port?"8002":this._port;for(var r in this._params)switch(r){case"QuerySetId":this.target(this._params[r]);break;case"Id":this.query(this._params[r])}var s,o;this._target&&this._query||(s=this._pathname.split("/query/"),s.length>=2&&(o=s[1].split("/"),o.length>=2&&(this.target(o[0]),this.query(o[1]))))}return e},a.prototype.target=function(t){return arguments.length?(this._target=t,this):this._target},a.prototype.query=function(t){return arguments.length?(this._query=t,this):this._query},a.prototype.constructUrl=function(){return n.prototype.getUrl.call(this,{pathname:"WsEcl/submit/query/"+this._target+"/"+this._query+"/json"})},a.prototype.call=function(t,r,s){t=t||{},t.target=t.target||this._target,t.query=t.query||this._query;var n=this,o=this.getUrl({pathname:"WsEcl/submit/query/"+t.target+"/"+t.query+"/json"});return this.jsonp(o,r).then(function(t){for(var r in t){t=t[r].Results;break}if(t.Exception)throw Error(t.Exception.reduce(function(t,e,r,s){return t.length&&(t+="\n"),t+e.Source+" "+e.Code+": "+e.Message},""));for(r in t)t[r].Row&&(t[r]=t[r].Row.map(e));return n._mappings.mapResponse(t),s&&(console.log("Deprecated: callback, use promise (WsECL.prototype.call)"),s(t)),t})},a.prototype.send=function(t,e){this.call({target:this._target,query:this._query},t,e)},u.prototype=Object.create(n.prototype),u.prototype.url=function(t){var e=n.prototype.url.apply(this,arguments);if(arguments.length){for(var r in this._params)switch(r){case"Wuid":this.wuid(this._params[r]);break;case"ResultName":this.resultName(this._params[r]);break;case"Sequence":this.sequence(this._params[r])}if(!this._wuid){var s=this._url.split("/res/");if(s.length>=2){var o=s[1].split("/");this.wuid(o[0])}}}return e},u.prototype.wuid=function(t){return arguments.length?(this._wuid=t,this):this._wuid},u.prototype.jobname=function(t){return arguments.length?(this._jobname=t,this):this._jobname},u.prototype.sequence=function(t){return arguments.length?(this._sequence=t,this):this._sequence},u.prototype.resultName=function(t){return arguments.length?(this._resultName=t,this):this._resultName},u.prototype.appendParam=function(t,e,r){return e?(r&&(r+="&"),r+t+"="+e):r},u.prototype.constructUrl=function(){var t=n.prototype.getUrl.call(this,{pathname:"WsWorkunits/res/"+this._wuid+"/"}),e="";return e=this.appendParam("ResultName",this._resultName,e),t+(e?"?"+e:"")},u.prototype._fetchResult=function(t,r,s){t=t||{},t._start=t._start||0,t._count=t._count||-1;var n=this.getUrl({pathname:"WsWorkunits/WUResult.json"}),o={Wuid:t.wuid,ResultName:t.resultname,SuppressXmlSchema:!0,Start:t._start,Count:t._count};this._resultNameCache[t.resultname]={};var i=this;return this.jsonp(n,o).then(function(n){for(var o in n){if(!n[o].Result)throw"No result found.";i._total=n[o].Total,n=n[o].Result;for(var a in n){n=n[a].Row.map(e);break}break}return i._resultNameCache[t.resultname]=n,s||i._mappings.mapResult(i._resultNameCache,t.resultname),r&&(console.log("Deprecated: callback, use promise (WsWorkunits.prototype._fetchResult)"),r(i._resultNameCache[t.resultname])),i._resultNameCache[t.resultname]})},u.prototype.fetchResult=function(t,e,r){if(t.wuid)return this._fetchResult(t,e,r);if(t.jobname){var s=this;return this.WUQuery(t,function(n){return t.wuid=n[0].Wuid,s._fetchResult(t,e,r)})}},u.prototype.WUQuery=function(t,e){var r=this.getUrl({pathname:"WsWorkunits/WUQuery.json"}),s={Jobname:s.jobname,Count:1};return this._resultNameCache={},this._resultNameCacheCount=0,this.jsonp(r,s).then(function(t){if(!o("WUQueryResponse.Workunits.ECLWorkunit",t))throw"No workunit found.";return t=t.WUQueryResponse.Workunits.ECLWorkunit,e&&(console.log("Deprecated: callback, use promise (WsWorkunits.prototype.WUQuery)"),e(t)),t})},u.prototype.fetchResultNames=function(t){var e=this.getUrl({pathname:"WsWorkunits/WUInfo.json"}),r={Wuid:this._wuid,TruncateEclTo64k:!0,IncludeExceptions:!1,IncludeGraphs:!1,IncludeSourceFiles:!1,IncludeResults:!0,IncludeResultsViewNames:!1,IncludeVariables:!1,IncludeTimers:!1,IncludeResourceURLs:!1,IncludeDebugValues:!1,IncludeApplicationValues:!1,IncludeWorkflows:!1,IncludeXmlSchemas:!1,SuppressResultSchemas:!0};this._resultNameCache={},this._resultNameCacheCount=0;var s=this;return this.jsonp(e,r).then(function(e){return o("WUInfoResponse.Workunit.Results.ECLResult",e)&&e.WUInfoResponse.Workunit.Results.ECLResult.map(function(t){s._resultNameCache[t.Name]=[],++s._resultNameCacheCount}),t&&(console.log("Deprecated: callback, use promise (WsWorkunits.prototype.fetchResultNames)"),t(s._resultNameCache)),s._resultNameCache})},u.prototype.fetchResults=function(t,e){var r=this;return this.fetchResultNames().then(function(s){var n=[];for(var o in r._resultNameCache)n.push(r.fetchResult({wuid:r._wuid,resultname:o},null,e));return Promise.all(n).then(function(e){return t&&(console.log("Deprecated: callback, use promise (WsWorkunits.prototype.fetchResults)"),t(r._resultNameCache)),r._resultNameCache})})},u.prototype.postFilter=function(t,e){var r={};for(var s in e)r[s]=e[s].filter(function(e,r){for(var s in t)if(void 0!==e[s]&&void 0!==t[s]&&e[s]!=t[s])return!1;return!0});return this._mappings.mapResponse(r),r},u.prototype.send=function(t,e){var r=this;this._resultNameCacheCount?e(r.postFilter(t,this._resultNameCache)):this.fetchResults(function(s){e(r.postFilter(t,s))},!0)},h.prototype=Object.create(n.prototype),h.prototype.url=function(t){var e=n.prototype.url.apply(this,arguments);if(arguments.length)for(var r in this._params)switch(r){case"WUID":this.wuid(this._params[r])}return e},h.prototype.wuid=function(t){return arguments.length?(this._wuid=t,this):this._wuid},h.prototype.constructUrl=function(){return n.prototype.getUrl.call(this,{pathname:"WsWorkunits/WUGetStats?WUID="+this._wuid})},h.prototype.send=function(t,e){var r=this.getUrl({pathname:"WsWorkunits/WUGetStats.json?WUID="+this._wuid});return this.jsonp(r,t).then(function(t){return o("WUGetStatsResponse.Statistics.WUStatisticItem",t)?(e&&(console.log("Deprecated: callback, use promise (WsWorkunits_GetStats.prototype.send)"),e(t.WUGetStatsResponse.Statistics.WUStatisticItem)),t.WUGetStatsResponse.Statistics.WUStatisticItem):(e&&(console.log("Deprecated: callback, use promise (WsWorkunits_GetStats.prototype.send)"),e([])),[])})},p.prototype=Object.create(n.prototype),p.prototype.fetchResults=function(t,r){var s=this.getUrl({});this._resultNameCache={},this._resultNameCacheCount=0;var n=this;return this.jsonp(s,t).then(function(t){for(var s in t){t=t[s].Results;break}if(t.Exception)throw Error(t.Exception.reduce(function(t,e,r,s){return t.length&&(t+="\n"),t+e.Source+" "+e.Code+": "+e.Message},""));for(s in t)t[s].Row&&(n._resultNameCache[s]=t[s].Row.map(e),++n._resultNameCacheCount);return r&&(console.log("Deprecated: callback, use promise (HIPIERoxie.prototype.fetchResults)"),r(n._resultNameCache)),n._resultNameCache})},p.prototype.fetchResult=function(t,e){var r=this;return new Promise(function(s,n){e&&(console.log("Deprecated: callback, use promise (HIPIERoxie.prototype.fetchResult)"),e(r._resultNameCache[t])),s(r._resultNameCache[t])})},p.prototype.call=function(t,e){return this.fetchResults(t,e)},c.prototype=Object.create(u.prototype),c.prototype.hipieResults=function(t){if(!arguments.length)return this._hipieResults;this._hipieResultsLength=0,this._hipieResults={};var e=this;return t.forEach(function(t){e._hipieResultsLength++,e._hipieResults[t.id]=t}),this},c.prototype.fetchResults=function(t){var e=this;return u.prototype.fetchResultNames.call(this).then(function(r){var s=[];for(var n in e._hipieResults){var o=e._hipieResults[n];s.push(e.fetchResult(o.from))}return Promise.all(s).then(function(r){return t&&(console.log("Deprecated: callback, use promise (HIPIEWorkunit.prototype.fetchResults)"),t(e._resultNameCache)),e._resultNameCache})})},c.prototype.fetchResult=function(t,e){return u.prototype.fetchResult.call(this,{wuid:this._wuid,resultname:t}).then(function(t){return e&&(console.log("Deprecated: callback, use promise (HIPIEWorkunit.prototype.fetchResult)"),e(t)),t})},c.prototype.call=function(t,e){function r(t){var e={};for(var r in t)void 0!==t[r]&&void 0!==t[r+"_changed"]&&(e[r]=t[r]);var n={};for(var o in s._hipieResults){var i=s._hipieResults[o],a=!0;for(var u in e)if(i.filter.indexOf(u)<0){a=!1;break}a&&(n[i.from]=s._resultNameCache[i.from].filter(function(t){for(var r in e)if(t[r]!=e[r]&&t[r.toLowerCase()]!=e[r])return!1;return!0}))}return n}var s=this;return!t.refresh&&this._resultNameCache&&this._resultNameCacheCount?new Promise(function(e,s){e(r(t))}):this.fetchResults(e).then(function(e){return r(t)})},l.prototype=Object.create(c.prototype),l.prototype.databomb=function(t){return arguments.length?(this._databomb=t,this):this._databomb},l.prototype.databombOutput=function(t,r){return arguments.length?(this._resultNameCacheCount++,this._databomb instanceof Array?this._resultNameCache[t]=this._databomb.map(e):this._resultNameCache[t]=this._databomb[r].map(e),this):void 0},l.prototype.fetchResults=function(t){var e=this;return new Promise(function(r,s){t&&(console.log("Deprecated: callback, use promise (HIPIEDatabomb.prototype.fetchResults)"),t(e._resultNameCache)),r(e._resultNameCache)})},{Basic:i,ESPMappings:s,ESPUrl:r,WsECL:a,WsWorkunits:u,HIPIERoxie:p,HIPIEWorkunit:c,HIPIEDatabomb:l,createESPConnection:function(t){t=t||document.URL;var e=(new r).url(t);return e.isWsWorkunits_GetStats()?(new h).url(t):e.isWsWorkunits()?(new u).url(t):e.isWsEcl()?(new a).url(t):null},hookJsonp:function(t){_=t}}}); \ No newline at end of file diff --git a/dist-amd/other/HeatMap.js b/dist-amd/other/HeatMap.js new file mode 100644 index 0000000000..1b11dd9a11 --- /dev/null +++ b/dist-amd/other/HeatMap.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/CanvasWidget","simpleheat","../common/Palette"],e):t.other_HeatMap=e(t.d3,t.common_CanvasWidget,t.simpleheat,t.common_Palette)}(this,function(t,e,o,i){function a(){e.call(this)}return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._palette=i.rainbow("default"),a.prototype._class+=" other_HeatMap",a.prototype.publish("radius",15,"number","Set point radius",null,{tags:["Basic"]}),a.prototype.publish("blur",15,"number","Set point blur",null,{tags:["Basic"]}),a.prototype.publish("max",1,"number","Set max data value",null,{tags:["Basic"]}),a.prototype.publish("gradient",{.4:"blue",.6:"cyan",.7:"lime",.8:"yellow",1:"red"},"object","Set gradient colors",null,{tags:["Basic"]}),a.prototype.publish("usePalette",!1,"boolean","If true, uses paletteID and colorCount to determine gradient",null,{tags:["Basic"]}),a.prototype.publish("colorCount",10,"number","Top left x-value",null,{tags:["Basic"]}),a.prototype.publish("paletteID","default","set","Palette ID",a.prototype._palette["switch"](),{tags:["Basic"]}),a.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),a.prototype.publish("topLeftX",null,"number","Top left x-value",null,{tags:["Basic"],optional:!0}),a.prototype.publish("topLeftY",null,"number","Top left y-value",null,{tags:["Basic"],optional:!0}),a.prototype.publish("bottomRightX",null,"number","Bottom right x-value",null,{tags:["Basic"],optional:!0}),a.prototype.publish("bottomRightY",null,"number","Bottom right y-value",null,{tags:["Basic"],optional:!0}),a.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this.resize(this._size),this._heat=o(t)},a.prototype.update=function(t,o){if(e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.topLeftX_exists()&&this.topLeftY_exists()&&this.bottomRightX_exists()&&this.bottomRightY_exists()?this._heat.data(this.skewedData()):this._heat.data(this.data()),this.radius()&&this._heat.radius(this.radius(),this.blur()),this.usePalette()){for(var i={},a=1;a<=this.colorCount();a++){var s=a/this.colorCount();i[s]=this._palette(a,1,this.colorCount())}this._heat.defaultGradient=i,this._heat.gradient(i)}else this.gradient()&&(this._heat.defaultGradient=this.gradient(),this._heat.gradient(this.gradient()));this._heat.draw()},a.prototype.exit=function(t,o){delete this._heat,e.prototype.exit.apply(this,arguments)},a.prototype.resize=function(t){e.prototype.resize.apply(this,arguments),void 0!==this._heat&&this._heat.resize()},a.prototype.skewedData=function(){var t=this,e=[],o=this.data(),i=this.element().node().getBoundingClientRect(),a=this.bottomRightX()-this.topLeftX(),s=this.bottomRightY()-this.topLeftY(),l=a/i.width,p=s/i.height;return o.forEach(function(o){var i=Math.abs(o[0]-t.topLeftX()),a=Math.abs(o[1]-t.topLeftY()),s=i/l,n=a/p;e.push([s,n,o[2]])}),e},a}); \ No newline at end of file diff --git a/dist-amd/other/Html.css b/dist-amd/other/Html.css new file mode 100644 index 0000000000..fe940edb4c --- /dev/null +++ b/dist-amd/other/Html.css @@ -0,0 +1,6 @@ +.other_Html{ + height:100%; + width:100%; + overflow-x:auto; + overflow-y:scroll; +} \ No newline at end of file diff --git a/dist-amd/other/Html.js b/dist-amd/other/Html.js new file mode 100644 index 0000000000..d50e0e7579 --- /dev/null +++ b/dist-amd/other/Html.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["../common/HTMLWidget","css!./Html"],e):t.other_Html=e(t.common_HTMLWidget)}(this,function(t){function e(){t.call(this),this._tag="div"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" other_Html",e.prototype.publish("html","","string","Html to render",null,{tags:["Basic"]}),e.prototype.publish("overflowX",null,"set","CSS overflow-x",["","visible","hidden","scroll","auto","initial","inherit"],{tags:["Basic"],optional:!0}),e.prototype.publish("overflowY",null,"set","CSS overflow-y",["","visible","hidden","scroll","auto","initial","inherit"],{tags:["Basic"],optional:!0}),e.prototype.enter=function(e,o){t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,o){t.prototype.update.apply(this,arguments),o.style({"overflow-x":this.overflowX_exists()?this.overflowX():"","overflow-y":this.overflowY_exists()?this.overflowY():""});var i=o.selectAll(".htmlWrapper").data(this.data().length>0?this.data():[this.html()]);i.enter().append("div").attr("class","htmlWrapper"),i.html(function(t){return t}),i.exit().remove()},e}); \ No newline at end of file diff --git a/dist-amd/other/Legend.css b/dist-amd/other/Legend.css new file mode 100644 index 0000000000..5740a00f3a --- /dev/null +++ b/dist-amd/other/Legend.css @@ -0,0 +1,83 @@ +.other_Legend .colorBlock{ + width:10px; + height:10px; +} +.other_Legend > table, .other_Legend > table td,.other_Legend > table th { + border-collapse: collapse; + border-spacing: 0px; +} +.other_Table.other_Legend table { + border-spacing: 0; +} +.other_Table.other_Legend th, .labels-wrapper th { + padding: 2px 5px; + background-color: transparent; + border-width: 1px; + border-style: solid; + border-color: transparent; + color: #333; + white-space: nowrap; + cursor: default; + font-weight:normal; + text-align:left; +} +.other_Table.other_Legend tr { + background-color: transparent; + color: #333; +} +.other_Table.other_Legend .tableDiv tbody > tr:nth-child(odd) { + background-color: unset; + color:black; +} +.other_Table.other_Legend .tableDiv tbody > tr:hover, +.other_Table.other_Legend .tableDiv tbody > tr.hover, +.rows-wrapper table tbody tr.hover { + background-color: #bfd7e7; + color: white; +} +.other_Table.other_Legend thead > tr:hover { + background-color: transparent; +} +.other_Table.other_Legend tbody > tr:hover, .other_Table.other_Legend tbody > tr.hover, .rows-wrapper tbody tr.hover { + background-color: #EEE; +} +.other_Table.other_Legend td, .rows-wrapper td { + border-width: 0px; + padding: 2px 5px; + white-space: nowrap; + box-sizing: border-box; +} +.other_Legend > .tableDiv > table > tbody > tr:hover{ + cursor:pointer; + color:#000; + background-color:#DDD; +} +.other_Legend.horiz-legend .tableDiv { + width: 100%!important; + text-align: left; +} +.other_Legend.horiz-legend .tableDiv > table { + display:inline-block; + width:100%!important; + top:0px!important; + left:0px!important; +} +.other_Legend.horiz-legend thead, +.other_Legend.horiz-legend tbody, +.other_Legend.horiz-legend tr +{ + display: inline-block; +} +.other_Legend.horiz-legend td, +.other_Legend.horiz-legend td > div { + display:inline-block; + white-space:nowrap; +} +.other_Legend.horiz-legend tr{ + white-space: nowrap; +} +.other_Legend.horiz-legend tbody{ + display:inline-block; + width:100%!important; + text-align:center; +} \ No newline at end of file diff --git a/dist-amd/other/Legend.js b/dist-amd/other/Legend.js new file mode 100644 index 0000000000..b51aeed560 --- /dev/null +++ b/dist-amd/other/Legend.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","./Table","../common/Palette","css!./Legend"],e):t.other_Legend=e(t.d3,t.other_Table,t.common_Palette)}(this,function(t,e,i){function o(){e.call(this),this.showHeader(!1)}function a(t){return'
'}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" other_Legend",o.prototype.publish("dataFamily","ND","set","Type of data",["1D","2D","ND","map","any"],{tags:["Private"]}),o.prototype.publish("orientation","vertical","set","Orientation of Legend rows",["vertical","horizontal"],{tags:["Private"]}),o.prototype.publish("rainbowFormat",",","string","Rainbow number formatting",null,{tags:["Private"],optional:!0,disable:function(t){return!t.isRainbow()}}),o.prototype.publish("rainbowBins",8,"number","Number of rainbow bins",null,{tags:["Private"],disable:function(t){return!t.isRainbow()}}),o.prototype.isRainbow=function(){var t=this.getWidget();return t&&t._palette&&"rainbow"===t._palette.type()},o.prototype.targetWidget=function(t){if(!arguments.length)return this._targetWidget;this._targetWidget=t,this._targetWidgetMonitor&&(this._targetWidgetMonitor.remove(),delete this._targetWidgetMonitor);var e=this;return this._targetWidgetMonitor=this._targetWidget.monitor(function(t,i,o,a){switch(t){case"chart":case"columns":case"data":case"paletteID":e.lazyRender()}}),this},o.prototype.getWidget=function(){if(this._targetWidget)switch(this._targetWidget.classID()){case"chart_MultiChart":return this._targetWidget.chart()}return this._targetWidget},o.prototype.getPalette=function(){var t=this.getWidget();if(t&&t._palette)switch(t._palette.type()){case"ordinal":return i.ordinal(t._palette.id());case"rainbow":return i.rainbow(t._palette.id())}return i.ordinal("default")},o.prototype.enter=function(i,o){e.prototype.enter.apply(this,arguments),t.select(i.parentNode).style("overflow-y","auto"),this.renderHtmlDataCells(!0),this.fixedHeader(!1),this.fixedSize(!0),o.classed("other_Legend",!0)},o.prototype.update=function(i,o){var r=["Key","Label"],n=[];if(this._targetWidget){var s=this.getPalette();switch(s.type()){case"ordinal":switch(this.dataFamily()){case"2D":n=this._targetWidget.data().map(function(t){return[a(s(t[0])),t[0]]},this);break;case"ND":var l=this._targetWidget.columns();n=l.filter(function(t,e){return e>0}).map(function(t){return[a(s(t)),t]},this)}break;case"rainbow":var h=t.format(this.rainbowFormat()),d=this.getWidget(),g=this.rainbowBins(),c=d._dataMinWeight,p=d._dataMaxWeight,u=(p-c)/(g-1);n.push([a(s(c,c,p)),h(c)]);for(var f=1;g-1>f;++f){var y=u*f;n.push([a(s(y,c,p)),h(Math.floor(y))])}n.push([a(s(p,c,p)),h(p)])}}this.columns(r),this.data(n),e.prototype.update.apply(this,arguments),o.classed("horiz-legend","horizontal"===this.orientation());var b=o.select(".tableDiv > table"),m=b.node().getBoundingClientRect(),_=this._parentElement.node().getBoundingClientRect();o.select(".tableDiv").style({overflow:"visible"});var v=_.height/2-m.height/2,w=_.width/2-m.width/2;b.style({position:"absolute",top:v+"px",left:w+"px"});var W=this.pageNumber()-1,M=this.itemsPerPage(),D=W*M,P=parseInt(W*M)+parseInt(M),x=null;x=this.pagination()?this.data().slice(D,P):this.data();var k=this.tbody.selectAll("tr").data(x),L=this;k.on("click",function(t,e){L.onClick(t,e)}).on("mouseover",function(t,e){L.onMouseOver(t,e)})},o.prototype.exit=function(t,i){this._targetWidgetMonitor&&(this._targetWidgetMonitor.remove(),delete this._targetWidgetMonitor),e.prototype.exit.apply(this,arguments)},o.prototype.onClick=function(t,e){console.log("Legend onClick method"),console.log("rowData: "+t),console.log("rowIdx: "+e)},o.prototype.onMouseOver=function(t,e){console.log("Legend onMouseOver method"),console.log("rowData: "+t),console.log("rowIdx: "+e)},o}); \ No newline at end of file diff --git a/dist-amd/other/MorphText.css b/dist-amd/other/MorphText.css new file mode 100644 index 0000000000..1b27030553 --- /dev/null +++ b/dist-amd/other/MorphText.css @@ -0,0 +1,9 @@ +.other_MorphText .enter { + fill: green; +} +.other_MorphText .update { + fill: #333; +} +.other_MorphText .exit { + fill: brown; +} diff --git a/dist-amd/other/MorphText.js b/dist-amd/other/MorphText.js new file mode 100644 index 0000000000..0282edbb53 --- /dev/null +++ b/dist-amd/other/MorphText.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["../common/SVGWidget","css!./MorphText"],e):t.other_MorphText=e(t.common_SVGWidget)}(this,function(t){function e(){t.call(this)}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" other_MorphText",e.prototype.publish("anchor","middle","set","Sets anchor point",["middle"],{tags:["Basic"]}),e.prototype.publish("fontSize",14,"number","Sets fontsize",null,{tags:["Basic"]}),e.prototype.publish("reverse",!1,"boolean","Reverse Animation",null,{tags:["Basic"]}),e.prototype.publish("text","","string","Sets text/data of widget",null,{tags:["Basic"]}),e.prototype._origText=e.prototype.text,e.prototype.text=function(t){var n=e.prototype._origText.apply(this,arguments);if(arguments.length){var o={},i=t.split("");this.data(i.map(function(t){var e="_"+t;return void 0===o[e]&&(o[e]=0),o[e]++,{text:t,id:t.charCodeAt(0)+1024*o[e]}}))}return n},e.prototype.enter=function(t,e){if(!this.fontSize()){var n=window.getComputedStyle(t,null);this.fontSize(parseInt(n.fontSize))}this._fontWidth=32*this.fontSize()/48,this._textElement=e.append("g")},e.prototype.dateTime=function(){var t=new Date,e=1===t.getSeconds().toString().length?"0"+t.getSeconds():t.getSeconds(),n=1===t.getMinutes().toString().length?"0"+t.getMinutes():t.getMinutes(),o=1===t.getHours().toString().length?"0"+t.getHours():t.getHours(),i=t.getHours()>=12?"pm":"am",r=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],a=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];return a[t.getDay()]+" "+r[t.getMonth()]+" "+t.getDate()+" "+t.getFullYear()+" "+o+":"+n+":"+e+i},e.prototype.update=function(t,e){var n=this,o=this._textElement.selectAll("text").data(this.data(),function(t){return t.id});o.attr("class","update"),this.transition.apply(o).attr("x",function(t,e){return(-n.data().length/2+e)*n._fontWidth+n._fontWidth/2});var i=o.enter().append("text").attr("class","enter").attr("font-size",this.fontSize()).attr("dy",".35em").attr("y",(this.reverse()?1:-1)*this._fontWidth*2).attr("x",function(t,e){return(-n.data().length/2+e)*n._fontWidth+n._fontWidth/2}).style("fill-opacity",1e-6).style("text-anchor",this.anchor()).text(function(t){return t.text});this.transition.apply(i).attr("y",0).style("fill-opacity",1),o.exit().attr("class","exit"),this.transition.apply(o.exit()).attr("y",(this.reverse()?-1:1)*this._fontWidth*2).style("fill-opacity",1e-6).remove()},e}); \ No newline at end of file diff --git a/dist-amd/other/NestedTable.js b/dist-amd/other/NestedTable.js new file mode 100644 index 0000000000..6da5d4af0f --- /dev/null +++ b/dist-amd/other/NestedTable.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["./Table"],e):t.other_NestedTable=e(t.other_Table)}(this,function(t){function e(e){t.call(this),this.minWidgetHeight(240),this.minWidgetWidth(360)}e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" other_NestedTable";var n=e.prototype.columns;e.prototype.columns=function(t){return arguments.length?(this._columns=t,n.call(this,t.map(function(t){return"object"==typeof t?t.label:t}))):n.apply(this,arguments)};var o=e.prototype.data;return e.prototype.data=function(e){if(arguments.length){var n=this;return o.call(this,e.map(function(e){return e.map(function(e,o){if(e instanceof Array){var r=[];if("object"==typeof n._columns[o]&&n._columns[o].columns)r=n._columns[o].columns;else for(var a=0;a li { + display: inline; +} +.other_Paginator input[type="number"].currentPageNumber { + border: 1px solid #ddd; + outline: 0 none; + position: relative; + width: 37px; + text-align: center; +} +.other_Paginator div.side { + padding: 5px 20px; + vertical-align: top;; +} +.other_Paginator span.side { + position: relative; + color: #337ab7; +} +.other_Paginator .pagination > li > a, +.other_Paginator .pagination > div, +.other_Paginator .pagination > li > span { + position: relative; + float: left; + padding: 6px 12px; + margin-left: -1px; + line-height: 1.42857143; + color: #337ab7; + text-decoration: none; + background-color: #fff; + border: 1px solid #ddd; +} +.other_Paginator .pagination > li:first-child > a, +.other_Paginator .pagination > li:first-child > span { + margin-left: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} +.other_Paginator .pagination > li:last-child > a, +.other_Paginator .pagination > li:last-child > span { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.other_Paginator .pagination > li > a:hover, +.other_Paginator .pagination > li > span:hover, +.other_Paginator .pagination > li > a:focus, +.other_Paginator .pagination > li > span:focus { + color: #23527c; + background-color: #eee; + border-color: #ddd; +} +.other_Paginator .pagination > .active > a, +.other_Paginator .pagination > .active > span, +.other_Paginator .pagination > .active > a:hover, +.other_Paginator .pagination > .active > span:hover, +.other_Paginator .pagination > .active > a:focus, +.other_Paginator .pagination > .active > span:focus { + z-index: 2; + color: #fff; + cursor: default; + background-color: #337ab7; + border-color: #337ab7; +} +.other_Paginator .pagination > .disabled > span, +.other_Paginator .pagination > .disabled > span:hover, +.other_Paginator .pagination > .disabled > span:focus, +.other_Paginator .pagination > .disabled > a, +.other_Paginator .pagination > .disabled > a:hover, +.other_Paginator .pagination > .disabled > a:focus { + color: #777; + cursor: not-allowed; + background-color: #fff; + border-color: #ddd; +} +.other_Paginator .pagination-lg > li > a, +.other_Paginator .pagination-lg > li > span { + padding: 10px 16px; + font-size: 18px; +} +.other_Paginator .pagination-lg > li:first-child > a, +.other_Paginator .pagination-lg > li:first-child > span { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} +.other_Paginator .pagination-lg > li:last-child > a, +.other_Paginator .pagination-lg > li:last-child > span { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.other_Paginator .pagination-sm > li > a, +.other_Paginator .pagination-sm > li > span { + padding: 5px 10px; + font-size: 12px; +} +.other_Paginator .pagination-sm > li:first-child > a, +.other_Paginator .pagination-sm > li:first-child > span { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.other_Paginator .pagination-sm > li:last-child > a, +.other_Paginator .pagination-sm > li:last-child > span { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} \ No newline at end of file diff --git a/dist-amd/other/Paginator.js b/dist-amd/other/Paginator.js new file mode 100644 index 0000000000..f6f180d361 --- /dev/null +++ b/dist-amd/other/Paginator.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","css!./Paginator"],e):t.other_Paginator=e(t.d3,t.common_HTMLWidget)}(this,function(t,e){function a(){e.call(this),this._tag="div",this._tNumPages=1,this._numList=[]}return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" other_Paginator",a.prototype.publish("itemsPerPage",2,"number","Pagination items per page",null,{tags:["Private"]}),a.prototype.publish("numItems",10,"number","Pagination total number of items",null,{tags:["Private"]}),a.prototype.publish("pageNumber",1,"number","Pagination set or get the page number",null,{tags:["Private"]}),a.prototype.publish("adjacentPages",2,"number","Number of page indexes either side of current one",null,{tags:["Private"]}),a.prototype.publish("bottom",20,"number","Pagination bottom offset",null,{tags:["Private"]}),a.prototype.publish("right",20,"number","Pagination right offset",null,{tags:["Private"]}),a.prototype.postUpdate=function(t,e){},a.prototype.enter=function(t,a){e.prototype.enter.apply(this,arguments);var i=this;this.paginator=a.append("ul").attr("class","paginator pagination pagination-sm"),this.side=a.append("div").attr("class","paginator pagination side"),this.side.append("span").classed("side",!0).text("Page "),this.side.append("input").attr("type","number").attr("class","currentPageNumber").property("value",1).attr("min",1).on("change",function(){i.pageNumber(this.value),i._onSelect(this.value)}),this.side.append("span").classed("side total",!0).text(" of 1")},a.prototype.update=function(e,a){var i=this;if(a.style("bottom",this.bottom()+"px").style("right",this.right()+"px"),this._tNumPages=Math.ceil(this.numItems()/this.itemsPerPage())||1,this.pageNumber()>this._tNumPages&&this.pageNumber(1),this._numList=[],this.numItems()){this._numList.push("first");for(var s=-this.adjacentPages();s<=this.adjacentPages();s++)this.pageNumber()+s>0&&this.pageNumber()+s<=this._tNumPages&&this._numList.push(this.pageNumber()+s);this._numList.push("last")}this.side.select(".total").text(" of "+this._tNumPages),this.side.select(".currentPageNumber").property("value",this.pageNumber()),this.side.select(".currentPageNumber").attr("max",this._tNumPages);var r=this.paginator.selectAll("li").data(this._numList,function(t){return t});r.enter().append(function(t){var e=document.createElement("li");if(t!==i.pageNumber()){var a=document.createElement("a"),s=document.createTextNode(t);return a.appendChild(s),a.href="#",e.appendChild(a),e}var r=document.createElement("span");return r.innerHTML=t,e.appendChild(r),e}).on("click",function(e,a){switch(t.event.preventDefault(),i.side.select(".currentPageNumber").property("value",i.pageNumber()),e){case"first":1!==i.pageNumber()&&(i.pageNumber(1),i._onSelect(1,"previous"));break;case"last":i.pageNumber()!==i._tNumPages&&(i.pageNumber(i._tNumPages),i._onSelect(i._tNumPages,"previous"));break;default:i.pageNumber(e),i._onSelect(e)}}),r.classed("active",function(t,e){return t===i.pageNumber()}).select("a").text(function(t){return t}),r.exit().remove(),r.order(),0===this.numItems()&&t.select(e).remove()},a.prototype.exit=function(t,a){e.prototype.exit.apply(this,arguments)},a}); \ No newline at end of file diff --git a/dist-amd/other/Persist.js b/dist-amd/other/Persist.js new file mode 100644 index 0000000000..60813fbcb8 --- /dev/null +++ b/dist-amd/other/Persist.js @@ -0,0 +1 @@ +!function(e,i){"function"==typeof define&&define.amd?define(["../common/Utility"],i):e.other_Persist=i(e.common_Utility)}(this,function(e){function i(e){return e.publishedProperties(!1,!0)}function t(e,a){e&&(a(e),i(e).forEach(function(i){switch(i.type){case"widget":t(e[i.id](),a);break;case"widgetArray":case"propertyArray":r(e[i.id](),a)}}))}function r(e,i){e&&e.forEach(function(e){t(e,i)})}function a(e,i,t){e.propertyWalker(i,t)}function n(e,i,r){t(e,function(e){a(e,i,r)})}return{discover:i,widgetWalker:t,widgetArrayWalker:r,propertyWalker:a,widgetPropertyWalker:n,serializeTheme:function(e,i){return JSON.stringify(this.serializeThemeToObject(e,i))},serializeThemeToObject:function(e,i){function t(e,i){var t=!1;for(var r in i)if(-1!==e.indexOf(i[r])){t=!0;break}return t}i=i||["surface","Color","Font","palette"];var r={};return n(e,null,function(e,a){if((e[a.id+"_modified"]()||e.publishedProperty(a.id).origDefaultValue!==e.publishedProperty(a.id).defaultValue)&&t(a.id,i)){var n=e._class.trim().split(" ");for(var o in n){if(void 0===r[n[o]]&&(r[n[o]]={}),void 0===r[n[o]][a.id]){r[n[o]][a.id]=e[a.id]();break}if(r[n[o]][a.id]===e[a.id]())break}}}),r},removeTheme:function(e,i){n(e,null,function(e,i){e.publishedProperty(i.id).defaultValue=e.publishedProperty(i.id).origDefaultValue}),"function"==typeof i&&i.call(this)},applyTheme:function(e,i,t){var r=this;n(e,null,function(e,t){switch(t.type){case"widget":return r.applyTheme(e[t.id](),i),!0;case"widgetArray":var a=e[t.id]();return a.forEach(function(e){r.applyTheme(e,i)},this),!0;default:e.applyTheme(i)}}),"function"==typeof t&&t.call(this)},serializeToObject:function(e,i,t,r){var n={__class:e.classID()};0!==e._id.indexOf(e._idSeed)&&(n.__id=e._id),e.version&&(n.__version=e.version()),n.__properties={};var o=this;if(a(e,i,function(i,a){if(i[a.id+"_modified"]())switch(a.type){case"widget":return n.__properties[a.id]=o.serializeToObject(i[a.id](),null,t,r&&!e.serializeState),!0;case"widgetArray":case"propertyArray":n.__properties[a.id]=[];var d=i[a.id]();return d.forEach(function(i,d){n.__properties[a.id].push(o.serializeToObject(i,null,t,r&&!e.serializeState))}),!0;default:n.__properties[a.id]=i[a.id]()}}),"marshaller_Graph"===e.classID()){var d=e.data().vertices;d&&(this.__vertices=d.map(function(i){return this.serializeToObject(i,null,t,r&&!e.serializeState)},this))}return t&&e.data&&(n.__data||(n.__data={}),n.__data.data=e.data()),r&&(e.serializeState?n.__state=e.serializeState():e.data&&(n.__state={data:e.data()})),n},serialize:function(e,i,t,r){return JSON.stringify(this.serializeToObject(e,i,t,r))},deserializeFromObject:function(e,i,t){var r=0,a=this;n(e,null,function(e,t){if(e[t.id+"_reset"](),void 0!==i.__properties[t.id])switch(t.type){case"widget":++r;var n=t.id;a.create(i.__properties[t.id],function(i){e[n](i),--r});break;case"widgetArray":case"propertyArray":var o=t.id,d=i.__properties[t.id];if(d.length){++r;var s=[];s.length=d.length;var c=0;d.forEach(function(i,t){++c,a.create(i,function(i){i._owner=e,s[t]=i,--c});var n=setInterval(function(){0>=c&&(clearInterval(n),c=void 0,e[o](s),--r)},20)})}break;default:e[t.id](i.__properties[t.id])}});var o=setInterval(function(){if(0>=r){if(clearInterval(o),r=void 0,i.__data)for(var a in i.__data)switch(a){case"data":e.data(i.__data[a]);break;default:console.log("Unexpected __data item: "+a),e[a](i.__data[a])}i.__state&&(e.deserializeState?e.deserializeState(i.__state):i.__state.data&&e.data&&e.data(i.__state.data)),t(e)}},20)},deserialize:function(e,i,t){"string"==typeof i&&(i=JSON.parse(i)),i.__id&&0!==i.__id.indexOf(e._idSeed)&&e._id!==i.__id&&console.log("Deserialize: IDs do not match - "+e._id),this.deserializeFromObject(e,i,t)},create:function(i,t){"string"==typeof i&&(i=JSON.parse(i));var r=this;e.requireWidget(i.__class).then(function(e){var a=new e;i.__id&&0!==i.__id.indexOf(a._idSeed)&&0!==i.__id.indexOf("_pe")&&(a._id=i.__id),r.deserializeFromObject(a,i,t)})["catch"](function(e){console.log("Persist.create: ***exception***"),console.log(e),t(null)})},clone:function(e,i){this.create(this.serializeToObject(e,[],!0,!0),i)}}}); \ No newline at end of file diff --git a/dist-amd/other/PropertyEditor.css b/dist-amd/other/PropertyEditor.css new file mode 100644 index 0000000000..e01131fe7c --- /dev/null +++ b/dist-amd/other/PropertyEditor.css @@ -0,0 +1,92 @@ +.other_PropertyEditor{ + overflow-y:scroll; + height:100%; + width:100%; +} +.other_PropertyEditor .other_PropertyEditor{ + overflow:hidden; +} +.other_PropertyEditor .property-table{ + width:100%; + border: 1px solid #ddd; + border-width:0 0 0 1px; +} +.other_PropertyEditor thead > tr > th{background-color:#333;} +.other_PropertyEditor .other_PropertyEditor th{background-color:#444;} +.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#555;} +.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#666;} +.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#777;} +.other_PropertyEditor .property-table thead > tr > th{ + text-align:left; + background-color:#333; + color:#fff; + padding-left:4px; +} +.other_PropertyEditor .property-table thead > tr > th > i{ + float:right; + padding: 4px; +} +.other_PropertyEditor .property-table thead > tr > th > i:hover{ + background-color: #555; + cursor:pointer; +} +.other_PropertyEditor .property-table.property-table-collapsed tbody{ + display:none; +} +.other_PropertyEditor .property-table tbody > tr:nth-child(even){ + background-color: #F9F9F9; +} +.other_PropertyEditor .property-table tbody > tr:nth-child(odd){ + background-color: #FFF; +} +.other_PropertyEditor .property-table tbody > tr > td{ + text-align:left; + color:#333; + padding:0 0 0 2px; +} +.other_PropertyEditor .property-table tbody > tr.disabled > td { + color:gray; +} +.other_PropertyEditor .property-input-cell > div{ + padding-left: 8px; +} +.other_PropertyEditor .property-label{ + padding-right: 4px; + box-sizing: border-box; + height: 20px; +} +.other_PropertyEditor td.property-input-cell{ + text-align:left; + height:20px; + padding:1px 0; +} +.other_PropertyEditor .property-input-cell > input, +.other_PropertyEditor .property-input-cell > textarea{ + width:100%; + box-sizing: border-box; +} +.other_PropertyEditor .property-input-cell > input{ + height: 20px; +} +.other_PropertyEditor .property-input-cell > textarea{ + height: 40px; +} +.other_PropertyEditor .property-input-cell.boolean-cell{ + width:auto; + margin:0; + position:relative; +} +.other_PropertyEditor .property-input-cell > input[type="checkbox"]{ + width:auto; + margin:0; + position:absolute; + top: 0; +} +.other_PropertyEditor .html-color-cell > input{ + width:80%; +} +.other_PropertyEditor .html-color-cell > input[type="color"]{ + width:20%; + position: relative; + top: -1px; +} \ No newline at end of file diff --git a/dist-amd/other/PropertyEditor.js b/dist-amd/other/PropertyEditor.js new file mode 100644 index 0000000000..3998c62d2b --- /dev/null +++ b/dist-amd/other/PropertyEditor.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../other/Persist","../layout/Grid","../common/Widget","css!./PropertyEditor"],e):t.other_PropertyEditor=e(t.d3,t.common_HTMLWidget,t.other_Persist,t.layout_Grid,t.common_Widget)}(this,function(t,e,i,r,s){function a(t){switch(t){case"widget":case"widgetArray":case"propertyArray":return!0}return!1}function n(){e.call(this),this._parentPropertyEditor=null,this._tag="div",this._show_settings=!1}n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" other_PropertyEditor",n.prototype.publish("showFields",!1,"boolean","If true, widget.fields() will display as if it was a publish parameter.",null,{tags:["Basic"]}),n.prototype.publish("showData",!1,"boolean","If true, widget.data() will display as if it was a publish parameter.",null,{tags:["Basic"]}),n.prototype.publish("sorting","none","set","Specify the sorting type",["none","A-Z","Z-A","type"],{tags:["Basic"],icons:["fa-sort","fa-sort-alpha-asc","fa-sort-alpha-desc","fa-sort-amount-asc"]}),n.prototype.publish("hideNonWidgets",!1,"boolean","Hides non-widget params (at this tier only)",null,{tags:["Basic"]}),n.prototype.publish("label","","string","Label to display in header of property editor table",null,{tags:["Basic"]}),n.prototype.publish("filterTags","","set","Only show Publish Params of this type",["Basic","Intermediate","Advance",""],{}),n.prototype.publish("excludeTags",[],"array","Exclude this array of tags",null,{}),n.prototype.publish("excludeParams",[],"array","Exclude this array of params (widget.param)",null,{}),n.prototype.publish("widget",null,"widget","Widget",null,{tags:["Basic"],render:!1}),n.prototype.parentPropertyEditor=function(t){return arguments.length?(this._parentPropertyEditor=t,this):this._parentPropertyEditor},n.prototype._widgetOrig=n.prototype.widget,n.prototype.widget=function(t){if(arguments.length&&this._widgetOrig()===t)return this;var e=n.prototype._widgetOrig.apply(this,arguments);if(arguments.length&&(this.watchWidget(t),t instanceof r)){var i=this;t.postSelectionChange=function(){i._selectedItems=t._selectionBag.get().map(function(t){return t.widget}),i.render()}}return e},n.prototype.show_settings=function(t){return arguments.length?(this._show_settings=t,this):this._show_settings},n.prototype.rootWidgets=function(){return this._selectedItems&&this._selectedItems.length?this._selectedItems:this.show_settings()?[this]:this.widget()?[this.widget()]:[]},n.prototype.update=function(i,r){e.prototype.update.apply(this,arguments);var s=this,a=this.rootWidgets().filter(function(t){return t._owningWidget&&t._owningWidget.excludeObjs instanceof Array&&-1!==t._owningWidget.excludeObjs.indexOf(t.classID())?!1:!0}),n=r.selectAll(".table"+this.id()).data(a,function(t){return t.id()});n.enter().append("table").attr("class","property-table table"+this.id()).each(function(e){var i=t.select(this);i.append("thead").append("tr").append("th").datum(i).attr("colspan","2").each(function(e){var i=t.select(this);i.append("span"),s.thButtons(i)}),i.append("tbody")}),n.each(function(e){var i=t.select(this);i.select("thead > tr > th > span").text(function(t){var e="";return s.label()&&(e+=s.label()),e}),i.selectAll("i").classed("fa-eye",!s.hideNonWidgets()).classed("fa-eye-slash",s.hideNonWidgets()),s.renderInputs(i.select("tbody"),e)}),n.exit().each(function(t){s.renderInputs(r.select("tbody"),null)}).remove()},n.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments),this.watchWidget(null)};var o=0;return n.prototype.watchWidget=function(t){if(this._watch&&(window.__hpcc_debug&&(--o,console.log("watchDepth: "+o)),this._watch.remove(),delete this._watch),t){var e=this;this._watch=t.monitor(function(t,i,r){r!==i&&e.lazyRender()}),window.__hpcc_debug&&(++o,console.log("watchDepth: "+o))}},n.prototype.thButtons=function(t){var e=this,i=t.append("i").attr("class","fa fa-minus-square-o").on("click",function(t){t.classed("property-table-collapsed",!t.classed("property-table-collapsed")),i.classed("fa-minus-square-o",!t.classed("property-table-collapsed")).classed("fa-plus-square-o",t.classed("property-table-collapsed"))});if(null===this.parentPropertyEditor()){var r=t.append("i").attr("class","fa "+e.__meta_sorting.ext.icons[e.sorting_options().indexOf(e.sorting())]).on("click",function(){var t=e.sorting(),i=e.sorting_options(),s=e.__meta_sorting.ext.icons;r.classed(s[i.indexOf(t)],!1).classed(s[(i.indexOf(t)+1)%i.length],!0),e.sorting(i[(i.indexOf(t)+1)%i.length]).render()}),s=t.append("i").attr("class","fa "+(e.hideNonWidgets()?"fa-eye-slash":"fa-eye")).on("click",function(){s.classed("fa-eye",e.hideNonWidgets()).classed("fa-eye-slash",!e.hideNonWidgets()),e.hideNonWidgets(!e.hideNonWidgets()).render()});s.classed("fa-eye",!e.hideNonWidgets()).classed("fa-eye-slash",e.hideNonWidgets())}},n.prototype.gatherDataTree=function(t){if(!t)return null;var e={label:t.id()+" ("+t.classID()+")",children:[]},r=i.discover(t);return r.forEach(function(i){var r={label:i.id,children:[]};switch(i.type){case"widget":r.children.push(this.gatherDataTree(t[i.id]()));break;case"widgetArray":case"propertyArray":var s=t[i.id]();s&&s.forEach(function(t){r.children.push(this.gatherDataTree(t))},this)}e.children.push(r)},this),e},n.prototype.getDataTree=function(){return this.gatherDataTree(this.rootWidget())},n.prototype._rowSorting=function(t){if("type"===this.sorting()){var e=["boolean","number","string","html-color","array","object","widget","widgetArray","propertyArray"];t.sort(function(t,i){return t.type===i.type?t.ide.id?-1:1})},n.prototype.filterInputs=function(t){var e=i.discover(t);if((this.filterTags()||this.excludeTags().length>0||this.excludeParams.length>0)&&t instanceof n==!1){var r=this;return e.filter(function(e,i){for(var s=0;s2?(a=d[0],n=d[1],o=d[2]):(a=d[0],o=d[1]),-1!==t["class"]().indexOf(a))return e.id===o?!1:!0}return r.excludeTags().length>0&&e.ext&&e.ext.tags&&e.ext.tags.some(function(t){return r.excludeTags().indexOf(t)>-1})?!1:r.filterTags()&&e.ext&&e.ext.tags&&-1!==e.ext.tags.indexOf(r.filterTags())||!r.filterTags()?!0:!1})}return e},n.prototype.renderInputs=function(e,i){var r=this,s=[],n=!this.show_settings()&&this.showFields();i&&(s=this.filterInputs(i).filter(function(t){return"fields"!==t.id?!0:n}),!this.show_settings()&&this.showData()&&i.data&&s.push({id:"data",type:"array"}),this.hideNonWidgets()&&(s=s.filter(function(t){return a(t.type)})),this._rowSorting(s));var o=e.selectAll("tr.prop"+this.id()).data(s,function(t){return t.id});o.enter().append("tr").attr("class","property-wrapper prop"+this.id()).each(function(e){var s=t.select(this);if(a(e.type))s.classed("property-widget-wrapper",!0),s.append("td").attr("colspan","2");else{s.classed("property-input-wrapper",!0),s.append("td").classed("property-label",!0).text(e.id);var n=s.append("td").classed("property-input-cell",!0);r.enterInputs(i,n,e)}}),o.each(function(e){var s=t.select(this);s.classed("disabled",i[e.id+"_disabled"]&&i[e.id+"_disabled"]()),s.attr("title",e.description),a(e.type)?r.updateWidgetRow(i,s.select("td"),e):r.updateInputs(i,e)}),o.exit().each(function(e){var s=t.select(this);a(e.type)&&r.updateWidgetRow(i,s.select("td"),null)}).remove(),o.order()},n.prototype.updateWidgetRow=function(e,i,r){var s=[];e&&r&&(s=e[r.id]()||[]);var a=s instanceof Array?s:[s];if(r&&r.ext&&r.ext.autoExpand){var o=!0,d=a.filter(function(t,i){return o=t.publishedModified(),t._owner=e,o||i===a.length-1},this),p=a.length-d.length;o&&(p=!0,d.push(new r.ext.autoExpand(e))),p&&(e[r.id](d),a=d)}var l=this,c=i.selectAll("div.propEditor"+this.id()).data(a,function(t){return t.id()});c.enter().append("div").attr("class","property-input-cell propEditor"+this.id()).each(function(e){t.select(this).attr("data-widgetid",e.id()).property("data-propEditor",(new n).label(r.id).target(this))}),c.each(function(e){t.select(this).property("data-propEditor").parentPropertyEditor(l).showFields(l.showFields()).showData(l.showData()).sorting(l.sorting()).filterTags(l.filterTags()).excludeTags(l.excludeTags()).excludeParams(l.excludeParams()).hideNonWidgets(l.hideNonWidgets()&&e._class.indexOf("layout_")>=0).widget(e).render()}),c.exit().each(function(e){var i=t.select(this);i.property("data-propEditor").widget(null).render().target(null),i.property("data-propEditor",null)}).remove()},n.prototype.setProperty=function(t,e,i){for(var r=this;r&&t;)if(r===this&&t[e](i),t._parentElement){var s=r;t.render(function(t){s.render()}),r=null}else r=r.parentPropertyEditor(),t=r.widget()},n.prototype.enterInputs=function(e,i,r){i.classed(r.type+"-cell",!0);var s=this;switch(r.type){case"boolean":i.append("input").attr("id",this.id()+"_"+r.id).classed("property-input",!0).attr("type","checkbox").on("change",function(){s.setProperty(e,r.id,this.checked)});break;case"set":i.append("select").attr("id",this.id()+"_"+r.id).classed("property-input",!0).on("change",function(){s.setProperty(e,r.id,this.value)}).each(function(i){for(var s=t.select(this),a=e[r.id+"_options"](),n=0;ne.text?l?-1:1:0})}return this.optional()&&e.unshift({value:"",text:""}),e},l.prototype.enter=function(l,o){e.prototype.enter.apply(this,arguments),this._span=o.append("span"),this._label=this._span.append("label").attr("for",this.id()+"_select");var n=this;this._select=this._span.append("select").attr("id",this.id()+"_select").on("change",function(e){for(var l=[],o=n._select.node().options,i=0;i tr, .cols-wrapper tr { + background-color:#1f77b4; +} +.other_Table .thIcon, .labels-wrapper .thIcon { + font-family: FontAwesome; + padding-left: 8px; +} +.other_Table .tableDiv tbody > tr:nth-child(odd) { + background-color: #f3faff; + color:black; +} +.other_Table .tableDiv tbody > tr:nth-child(even) { + background-color: white; + color:black; +} +.other_Table .tableDiv tbody > tr.selected { + background-color:#f48a00; + color: white; +} +.other_Table .rows-wrapper table > tbody > tr { + background-color:#BCE1FB; + color:black; +} +.other_Table .rows-wrapper .labels-wrapper { + width: 100%; +} +.other_Table table tbody > tr.selected { + background-color:#f48a00; + color: white; +} +.other_Table .tableDiv tbody > tr:hover, .other_Table .tableDiv tbody > tr.hover, .rows-wrapper table tbody tr.hover { + background-color: #bfd7e7; + color: white; +} +.other_Table .tableDiv tbody > tr.selected:hover, .other_Table .tableDiv tbody > tr.selected.hover { + background-color: #5ea8db; + color: white; +} +.other_Table .rows-wrapper tbody tr.hover.selected { + background-color:#5ea8db; + color: white; +} +.other_Table tr.selected:hover, .other_Table tr.selected.hover { + background-color:#5ea8db; + color: white; +} +.other_Table td, .rows-wrapper td{ + border-width: 1px; + padding:2px 5px; + border-style: solid; + border-color: #a9c6c9; + white-space: nowrap; + box-sizing:border-box; + vertical-align: middle; +} +.other_Table tfoot td, .rows-wrapper tfoot td { + background-color: #ADDFF3; + font-weight: bold; +} diff --git a/dist-amd/other/Table.js b/dist-amd/other/Table.js new file mode 100644 index 0000000000..bb8117eada --- /dev/null +++ b/dist-amd/other/Table.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","./Paginator","../common/Utility","../common/Widget","css!./Table"],e):t.other_Table=e(t.d3,t.common_HTMLWidget,t.other_Paginator,t.common_Utility,t.common_Widget)}(this,function(t,e,o,i,l){function s(){e.call(this),this._tag="div",this.columns([]),this._paginator=new o,this._selectionBag=new i.Selection,this._selectionPrevClick=null,this._paginatorTableSpacing=4}function n(t,e){return e instanceof l?"Widget with class: "+e.classID():e}s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" other_Table",s.prototype.publish("renderHtmlDataCells",!1,"boolean","enable or disable HTML within cells",null,{tags:["Private"]}),s.prototype.publish("pagination",!0,"boolean","Enable or disable pagination",null,{tags:["Private"]}),s.prototype.publish("paginationLimit",null,"number","Maximum number of rows allowed before pagination defaults to on",null,{tags:["Private"]}),s.prototype.publishProxy("itemsPerPage","_paginator"),s.prototype.publishProxy("pageNumber","_paginator","pageNumber",1),s.prototype.publishProxy("adjacentPages","_paginator"),s.prototype.publish("topN",null,"number","Total number or rows of data to be displayed in the table",null,{tags:["Private"]}),s.prototype.publish("pivot",!1,"boolean","Pivot Table"),s.prototype.publish("showHeader",!0,"boolean","Show or hide the table header",null,{tags:["Private"]}),s.prototype.publish("fixedHeader",!0,"boolean","Enable or disable fixed table header",null,{tags:["Private"]}),s.prototype.publish("fixedColumn",!1,"boolean","Enable or disable fixed first column",null,{tags:["Private"]}),s.prototype.publish("multiSelect",!1,"boolean","Multiple Selection",null,{tags:["Basic"]}),s.prototype.publish("fixedSize",!1,"boolean","Fix Size to Min Width/Height"),s.prototype.publish("theadFontSize",null,"string","Table head font size",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tbodyFontSize",null,"string","Table body font size",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tfootFontSize",null,"string","Table body font size",null,{tags:["Basic"],optional:!0}),s.prototype.publish("theadFontColor",null,"html-color","Table head font color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tbodyFontColor",null,"html-color","Table body font color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tfootFontColor",null,"html-color","Table body font color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("theadFontFamily",null,"string","Table head font family",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tbodyFontFamily",null,"string","Table body font family",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tfootFontFamily",null,"string","Table body font family",null,{tags:["Basic"],optional:!0}),s.prototype.publish("theadCellBorderColor",null,"html-color","Table head cell border color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tfootCellBorderColor",null,"html-color","Table head cell border color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("theadRowBackgroundColor",null,"html-color","Table head row color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tfootRowBackgroundColor",null,"html-color","Table head row color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tbodyCellBorderColor",null,"html-color","Table body cell border color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tbodyRowBackgroundColor",null,"html-color","Table body row color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tbodyFirstColFontColor",null,"html-color","Table body first column font color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tbodyFirstColBackgroundColor",null,"html-color","Table body first column background color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tbodyHoverRowFontColor",null,"html-color","Table body hover row font color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tbodyHoverRowBackgroundColor",null,"html-color","Table body hover row background color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tbodySelectedRowFontColor",null,"html-color","Table body selected row color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tbodySelectedRowBackgroundColor",null,"html-color","Table body selected row color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("tableZebraColor",null,"html-color","Table zebra row color",null,{tags:["Basic"],optional:!0}),s.prototype.publish("totalledColumns",[],"array","Array of indices of the columns to be totalled",null,{tags:["Basic"],optional:!0,disable:function(t){return t.pivot()}}),s.prototype.publish("totalledLabel",null,"string","Adds a label to the first column of the 'Totalled' row",null,{tags:["Basic"],optional:!0,disable:function(t){return t.pivot()}}),s.prototype.publish("stringAlign","left","set","Array of alignment positions for strings",["left","right","center"],{tags:["Basic"],optional:!0}),s.prototype.publish("numberAlign","right","set","Array of alignment positions for numbers",["left","right","center"],{tags:["Basic"],optional:!0}),s.prototype.publish("minWidgetWidth",320,"number","Minimum width of a child widget",null,{tags:["Basic"],optional:!0}),s.prototype.publish("minWidgetHeight",240,"number","Minimum height of a child widget",null,{tags:["Basic"],optional:!0}),s.prototype.publish("sortByFieldIndex",null,"number","Index for the field/column to sort the data",null,{tags:["Basic"],optional:!0}),s.prototype.publish("descending",!1,"boolean","Direction for sorting the data: ascending (true) or descending (false)",null,{tags:["Basic"],optional:!0}),s.prototype.size=function(t){var o=e.prototype.size.apply(this,arguments);if(arguments.length&&this.tableDiv){var i=this.showHeader()&&this.fixedHeader()?this.thead.property("offsetHeight"):0;this.tableDiv.style("width",this._size.width+"px").style("height",this._size.height-i+"px"),this._element.style("width",this._size.width+"px").style("height",this._size.height+"px")}return o},s.prototype.tableColumns=function(t){var e=s.prototype.columns.apply(this,arguments);return!arguments.length&&this.pivot()?this._db.column(0):e},s.prototype.tableData=function(t){var e=s.prototype.data.apply(this,arguments);return!arguments.length&&this.pivot()?this._db.columns().filter(function(t,e){return e>0}):e};var r={transform:function(t){return t}};return s.prototype.field=function(t,e){return this.pivot()?0===e?r:this.fields()[t+1]:-1===t?r:this.fields()[e]},s.prototype.enter=function(t,o){e.prototype.enter.apply(this,arguments),this._parentElement.style("overflow","hidden"),this.tableDiv=o.append("div").attr("class","tableDiv"),this.table=this.tableDiv.append("table"),this.fixedHead=o.append("div").classed("header-wrapper",!0),this.fixedHeadTable=this.fixedHead.append("table"),this.fixedThead=this.fixedHeadTable.append("thead").append("tr"),this.unfixedThead=this.table.append("thead").append("tr"),this.tbody=this.table.append("tbody"),this.tfoot=this.table.append("tfoot").append("tr"),this.fixedCol=o.append("div").classed("rows-wrapper",!0),this.fixedColTable=this.fixedCol.append("table"),this.fixedColHead=this.fixedColTable.append("thead"),this.fixedColHeadRow=this.fixedColHead.append("tr"),this.fixedColBody=this.fixedColTable.append("tbody"),this.fixedColFoot=this.fixedColTable.append("tfoot"),this.fixedColFootRow=this.fixedColFoot.append("tr"),this.tableDiv.style("overflow","auto")},s.prototype.update=function(o,s){function n(){var t=z.width;A=a.tbody.property("offsetWidth")+1,D=t>A?A:t,D=D}function r(){W=a.tbody.property("offsetHeight")+T,W=W}e.prototype.update.apply(this,arguments);var a=this,d=a.tableColumns(),h=a.tableData();this.element().selectAll("table,tbody,th,td").style("width",null),!this.sortByFieldIndex_exists()||this._prevSortByFieldIndex===this.sortByFieldIndex()&&this._prevDescending===this.descending()||(i.multiSort(h,[{idx:this.sortByFieldIndex(),reverse:this.descending()}]),this._prevSortByFieldIndex=this.sortByFieldIndex(),this._prevDescending=this.descending()),this._hasChildWidgets=!1,this.fixedHeader()?this.thead=this.fixedThead:this.thead=this.unfixedThead,this.fixedHead.style("display",this.fixedHeader()?"table-row":"none"),this.unfixedThead.style("display",this.fixedHeader()?"none":"table-row");var p=this.thead.selectAll("th").data(this.showHeader()?d:[]);if(p.enter().append("th").each(function(e){var o=t.select(this);o.append("span").attr("class","thText"),o.append("span").attr("class","thIcon")}).on("click",function(t,e){a.headerClick(t,e)}),p.style("background-color",this.theadRowBackgroundColor()).style("border-color",this.theadCellBorderColor()).style("color",this.theadFontColor()).style("font-size",this.theadFontSize()),p.select(".thText").style("font-family",this.theadFontFamily()).text(function(t,e){return a.field(-1,e).transform(t)}),p.select(".thIcon").text(function(t,e){return a.descending()?a.sortByFieldIndex()===e?"":"":a.sortByFieldIndex()===e?"":""}),p.exit().remove(),p.order(),this.paginationLimit()&&this.pagination(h.length>=parseInt(this.paginationLimit())?!0:!1),this.pagination()){null===this._paginator.target()&&this._paginator.target(s.node());var c=this._calcRowsPerPage(p);this.itemsPerPage(c),this._paginator.numItems(h.length),this._tNumPages=Math.ceil(this._paginator.numItems()/this.itemsPerPage())||1,(this.pageNumber()>this._tNumPages||this.pageNumber()<=0)&&this.pageNumber(1),this._paginator._onSelect=function(t,e){a.pageNumber(t),a.render()}}else this._paginator.numItems(0);var u=this.pageNumber()-1,y=this.itemsPerPage(),f=u*y,g=parseInt(u*y)+parseInt(y),b=null;b=this.topN()?h.slice(0,this.topN()):this.pagination()?h.slice(f,g):h;var m=[this.totalledLabel()?this.totalledLabel():null];if(0!==this.totalledColumns().length){for(var x=0;xH.property("offsetWidth")?k.property("offsetWidth"):H.property("offsetWidth"):k.property("offsetWidth"),this.fixedCol.style("position","absolute").style("margin-top",-this.tableDiv.property("scrollTop")+T+"px"),k.style("width",F+"px"),this.fixedColHead.style("position","absolute").style("margin-top",(this.fixedHeader()?this.tableDiv.property("scrollTop"):0)-T+"px"),H.style("width",F+"px"),B.each(function(e,o){var i=t.select(this).select("td").property("offsetHeight");t.select(k[o][0]).style("height",i+"px")})),this.table.style("margin-left",-F+"px"),this.tableDiv.style("margin-left",F+"px").style("width",this.width()-F+"px"),this._paginator.render(),this._paginator.right((this.hasVScroll(this.tableDiv)?this.getScrollbarWidth():0)+this._paginatorTableSpacing).bottom((this.hasHScroll(this.tableDiv)?this.getScrollbarWidth():0)+this._paginatorTableSpacing).render(),B.empty()||this.setColumnWidths(B),this.fixedSize()){var P=t.select(".tableDiv > table").node();if(P){var W,D,A,z=P.getBoundingClientRect();0!==z.width&&0!==z.height?(n(),r()):(z.height-T<=a.tableDiv.property("offsetHeight")?r():a.fixedHeader()?(W=a.property("offsetHeight"),W+="px"):W="100%",z.width-F=i?o:i;this.style.width=s+"px",!l.empty()&&l[0][e]&&(l[0][e].style.width=s+"px"),n+=s}),this.thead.style("position",this.fixedHeader()?"absolute":"relative").style("width",n+"px").style("margin-top","0px"),this.table.style("width",n+"px"),this.tableDiv.style("margin-top",(o.fixedHeader()?s:0)+"px"),this.tbody.style("width",n+"px")},s.prototype.getBodyRow=function(t){return this.table.selectAll("tbody tr.trId"+this._id).filter(function(e,o){return o===t})},s.prototype.getFixedRow=function(t){return this._element.selectAll(".rows-wrapper tbody tr").filter(function(e,o){return o===t})},s.prototype.setOnScrollEvents=function(t,e){var o=this;t.onscroll=function(t){var i=t.target.scrollTop,l=t.target.scrollLeft;o.fixedHeader()&&o.thead.style("margin-left",-l+"px"),o.fixedColumn()&&(o.fixedCol.style("margin-top",-i+e+"px"),o.fixedHeader()&&o.fixedColHead.style("margin-top",i-e+"px"))}},s.prototype._generateTempRow=function(){var t=this.tbody.append("tr");return t.append("td").text("QQQ"),t},s.prototype._createSelectionObject=function(e){var o=this;return{_id:e,element:function(){return o.tbody?o.tbody.selectAll("tr").filter(function(t){return t===e}):t.select()}}},s.prototype._calcRowsPerPage=function(t){0===this._paginator.numItems()&&(this._paginator.numItems(1),this.itemsPerPage(1)),this._paginator.render();var e=this.thead.selectAll("th").node()?this.thead.selectAll("th").node().clientHeight:0,o=this.tfoot.selectAll("td").node()?this.tfoot.selectAll("td").node().clientHeight:0,i=this._generateTempRow(),l=i.node().clientHeight;i.remove();var s=this.calcHeight(this._paginator.element()),n=Math.floor((this.height()-e-o-s-(this.table.style("width")>=this.table.style("width")?this.getScrollbarWidth():0)-2*this._paginatorTableSpacing)/l)||1;return n},s.prototype.sort=function(t){return this.sortByFieldIndex()!==t?this.descending(!1):this.descending(!this.descending()),this.sortByFieldIndex(t),this},s.prototype.selection=function(t){return arguments.length?(this._selectionBag.set(t.map(function(t){return this._createSelectionObject(t)},this)),this):this._selectionBag.get().map(function(t){return t._id})},s.prototype.selectionBagClick=function(e,o){if(this.multiSelect()&&t.event.shiftKey&&this._selectionPrevClick){var i=!1,l=[],s=this.tableData().filter(function(t,o){var s=!1;return(t===e||t===this._selectionPrevClick)&&(i&&(s=!0),i=!i,l.push(o)),i||s},this);this.selection(s)}else if(this.multiSelect())this._selectionBag.click(this._createSelectionObject(e),t.event),this._selectionPrevClick=e;else{var n=this._createSelectionObject(e);this._selectionBag.click(n,{ctrlKey:this._selectionBag.isSelected(n)}),this._selectionPrevClick=e}this.render()},s.prototype.applyHoverRowStyles=function(t){var e=this;t.style("color",e.tbodyHoverRowFontColor()).style("background-color",e.tbodyHoverRowBackgroundColor())},s.prototype.applySelectedRowStyles=function(t){var e=this;t.style("color",e.tbodySelectedRowFontColor()).style("background-color",e.tbodySelectedRowBackgroundColor())},s.prototype.applyRowStyles=function(t,e){var o=t.datum().row;t.style("color",e?this.tbodyFirstColFontColor():this.tbodyFontColor()).style("background-color",e?this.tbodyFirstColBackgroundColor():this.tableZebraColor_exists()&&this.tableData().indexOf(o)%2?this.tbodyRowBackgroundColor():this.tableZebraColor())},s.prototype.applyFirstColRowStyles=function(t){this.applyStyleToRows(t,!0)},s.prototype.applyStyleToRows=function(e,o){o="undefined"!=typeof o?o:!1;var i=this;e.each(function(){var e=t.select(this);e.classed("hover")?i.applyHoverRowStyles(e):e.classed("selected")?i.applySelectedRowStyles(e):i.applyRowStyles(e,o)})},s.prototype.getColumnAlignment=function(t,e,o){var i=this.field(t,e);switch(i.__prop_type){case"string":return this.stringAlign();case"number":return this.numberAlign();case"":case void 0:switch(typeof o){case"string":return this.stringAlign();case"number":return this.numberAlign()}}return null},s.prototype.serializeState=function(){return{selection:this._selectionBag.get().map(function(t){return t._id}),data:this.data()}},s.prototype.deserializeState=function(t){if(t){if(t.selection){var e=this;this._selectionBag.set(t.selection.map(function(t){return e._createSelectionObject(t)}))}t.data&&this.data(t.data)}return this},s.prototype.click=function(t,e,o){console.log("click: "+JSON.stringify(t,n)+", "+e+","+o)},s.prototype.dblclick=function(t,e,o){console.log("dblclick: "+JSON.stringify(t,n)+", "+e+","+o)},s.prototype.headerClick=function(t,e){this.sort(e).render()},s}); \ No newline at end of file diff --git a/dist-amd/other/ThemeEditor.css b/dist-amd/other/ThemeEditor.css new file mode 100644 index 0000000000..5b64e6275b --- /dev/null +++ b/dist-amd/other/ThemeEditor.css @@ -0,0 +1,184 @@ +.other_ThemeEditor *{ + box-sizing:border-box; +} +.other_ThemeEditor table{ + width:100%; + margin-bottom:4px; +} +.other_ThemeEditor table:last-child{ + margin-bottom:0px; +} +.other_ThemeEditor thead > tr > th{ + text-align:left; +} +.other_ThemeEditor thead > tr > th > b{ + font-weight:bold; +} +.other_ThemeEditor thead > tr > th{ + background-color:#FAFAFA; +} +.other_ThemeEditor tbody > tr > th, +.other_ThemeEditor tbody > tr > td{ + font-weight:normal; + background-color:#FAFAFA; +} +.other_ThemeEditor thead > tr:first-child > th{ + background-color:#E5E5E5; +} +.other_ThemeEditor thead > tr.mm-content > th { + padding: 0 4px; + font-size: 12px; +} +.other_ThemeEditor th, +.other_ThemeEditor td{ + padding:4px; + white-space: nowrap; +} +.other_ThemeEditor thead.mm-label > tr:first-child > th{ + position:relative; + padding-left: 29px; +} +.other_ThemeEditor thead.mm-label > tr:first-child > th::before{ + content:"[+]"; + position:absolute; + left: 3px; + top: 3px; + color: #404040; + height:15px; + width:15px; + font-family:monospace; +} +.other_ThemeEditor thead.mm-label.max > tr:first-child > th::before{ + content:"[-]"; +} +.other_ThemeEditor tr.sharedPropertyRow > td.label::after{ + content:"[+]"; + position:absolute; + right: 10px; + top: 3px; + color: #404040; + height:15px; + width:15px; + font-family:monospace; +} +.other_ThemeEditor tr.sharedPropertyRow > td.label.expanded::after{ + content:"[-]"; +} +.other_ThemeEditor tr.sharedPropertyRow > td.label{ + position:relative; + padding-right:30px; + text-decoration:underline; +} +.other_ThemeEditor tr.sharedPropertyRow > td.label:hover{ + text-decoration:none; + cursor:pointer; +} +.other_ThemeEditor tr.propertyRow > th, +.other_ThemeEditor tr.propertyRow > td{ + background-color:#F4F4F4; +} +.other_ThemeEditor tr.propertyRow > td.label{ + padding-left: 24px; +} +.other_ThemeEditor table, +.other_ThemeEditor th, +.other_ThemeEditor td{ + border:1px solid #e5e5e5; +} +.other_ThemeEditor .mm-label.min .mm-content, +.other_ThemeEditor .mm-label.min + .mm-content { + display:none; +} +.mm-label:hover { + cursor:pointer; +} +.other_ThemeEditor .sharedPropertyRow > .te-label{ + cursor:pointer; +} +.other_ThemeEditor .sharedPropertyRow > .te-label:hover{ + text-decoration:none; +} +.other_ThemeEditor .propertyRow.shown > .te-label{ + padding-left:15px; +} +.other_ThemeEditor .propertyRow > td{ + background-color:#F4F4F4; +} +.other_ThemeEditor [class*=" te-"]{ + +} +.other_ThemeEditor input, +.other_ThemeEditor textarea, +.other_ThemeEditor select{ + height:30px; + float:left; +} +.other_ThemeEditor input, +.other_ThemeEditor select{ + width:150px; +} +.other_ThemeEditor .te-checkbox{ + width:20px; + height:20px; + margin:0; +} +.other_ThemeEditor .te-html-color-input{ + height:30px; + width:120px; +} +.other_ThemeEditor .te-html-color-button{ + width:30px; +} +.other_ThemeEditor button, +.other_ThemeEditor .te-html-color-button{ + background-color:#CCC; + border:1px solid #A9A9A9; + border-left:0; + height:30px; + float:left; + padding:4px; +} +.other_ThemeEditor button, +.other_ThemeEditor .te-html-color-button, +.other_ThemeEditor .te-section-table thead{ + cursor:pointer; +} +.other_ThemeEditor button:hover, +.other_ThemeEditor .te-html-color-button:hover{ + background-color:#BBB; +} +.other_ThemeEditor button:active, +.other_ThemeEditor .te-html-color-button:active{ + background-color:#AAA; +} +.other_ThemeEditor .te-label{ + white-space: nowrap; + width: 1%; + vertical-align: top; +} +.other_ThemeEditor .te-section-table > tbody > tr:hover{ + background-color: #F8FF98; +} +.te-section-table thead th{ + font-weight:bold; +} +.te-section-table.expanded > thead > tr > th:after { + font: normal normal normal 14px/1 FontAwesome; + content: "ï…‡"; + float: right; + margin-right: 6px; + margin-top: 4px; +} +.te-section-table.collapsed > thead > tr > th:after { + font: normal normal normal 14px/1 FontAwesome; + content: ""; + float: right; + margin-right: 6px; + margin-top: 4px; +} +#te-tableModeOptions thead > tr > th, +#te-themeEditorOptions thead > tr > th{ + border:1px solid #6E6E73; + background-color:#6E6E73; + color:#FAFAFA; +} diff --git a/dist-amd/other/ThemeEditor.js b/dist-amd/other/ThemeEditor.js new file mode 100644 index 0000000000..b7d36f9a8c --- /dev/null +++ b/dist-amd/other/ThemeEditor.js @@ -0,0 +1 @@ +!function(e,t){"function"==typeof define&&define.amd?define(["../common/Widget","../common/HTMLWidget","./Persist","./PropertyEditor","css!./ThemeEditor"],t):e.other_PropertyEditor=t(e.common_Widget,e.common_HTMLWidget,e.other_Persist,e.other_PropertyEditor)}(this,function(e,t,r,i){function a(){t.call(this),this._tag="div",this._current_grouping=void 0,this._showing_columns=void 0,this._showing_data=void 0,this.columns(["Key","Value"]),this._contentEditors=[],this._showSettings=!0,this._defaultThemes=[],this._widgetObjsById={}}function n(e){var t=e.split(/(?=[0-9A-Z])/).map(function(e){return e.length>1?e+" ":e}).join("");return t.replace(/(?:^|\s)\S/g,function(e){return e.toUpperCase()})}function o(e,t,r,i){function a(e,t){var r="";return e.set.forEach(function(e){var i=e===t?" selected":"";r+=""}),r}var n,o="",s="te-input-"+e.id+"-"+i;"undefined"!=typeof e.ext&&"undefined"!=typeof e.ext.inputType&&(n=e.ext.inputType),"undefined"!=typeof e.inputID&&(s=e.inputID);var l="data-paramid='"+e.id+"' data-wids='"+r.map(function(e){return"object"==typeof e.widget?e.widget._id:e}).join(",")+"'";switch(e.type){case"boolean":var d=t?" checked":"";o="";break;case"number":"undefined"!=typeof n?"textarea"===n?o="":"range"===n&&(o=""):o="";break;case"string":"undefined"!=typeof n?"textarea"===n&&(o=""):o="";break;case"html-color":var p=""===t?"":" value='"+t+"'";o="",o+="";break;case"set":var u=a(e,t);o="";break;case"array":o=""}return"undefined"!=typeof e.ext.saveButton&&(o+=""),o}var s=function(e){return"function"==typeof window.g_defaultThemes&&window.g_defaultThemes(e),JSON.parse(localStorage.getItem("themeEditorThemes")||"{}")},l=function(e){return"function"==typeof window.g_defaultSerials&&window.g_defaultSerials(e),JSON.parse(localStorage.getItem("themeEditorSerials")||"{}")},d=function(e){var t=s(),r=[];for(var i in t)r.push(i);return"undefined"!=typeof e&&"undefined"!=typeof r[e]&&(r=r[e]),r},p=function(e){var t=l(),r=[];for(var i in t)r.push(i);return"undefined"!=typeof e&&"undefined"!=typeof r[e]&&(r=r[e]),r};a.prototype=Object.create(t.prototype),a.prototype._class+=" other_ThemeEditor",a.prototype.publish("themeMode",!0,"boolean","Edit default values",null,{tags:["Basic"]}),a.prototype.publish("saveTheme","","string","Save Theme",null,{tags:["Basic","Theme"],saveButton:"Save",saveButtonID:"te-save-button"}),a.prototype.publish("loadedTheme",d(1),"set","Loaded Theme",d(),{tags:["Basic","Theme"]}),a.prototype.publish("saveSerial","","string","Save Serial",null,{tags:["Basic","Serial"],saveButton:"Save",saveButtonID:"te-save-button"}),a.prototype.publish("loadedSerial",p(0),"set","Loaded Serial",p(),{tags:["Basic","Serial"]}),a.prototype.publish("showColumns",!0,"boolean","Show Columns",null,{tags:["Intermediate"]}),a.prototype.publish("showData",!0,"boolean","Show Data",null,{tags:["Intermediate"]}),a.prototype.publish("shareCountMin",1,"number","Share Count Min",null,{tags:["Private"]}),a.prototype.publish("paramGrouping","By Param","set","Param Grouping",["By Param","By Widget"],{tags:["Private"]}),a.prototype.publish("editorComplexity","Basic","set","Choose what publish properties to display within the editor.",["Basic","Intermediate","Advanced","Private"],{tags:["Private"]}),a.prototype.publish("sectionTitle","","string","Section Title",null,{tags:["Private"]}),a.prototype.publish("collapsibleSections",!0,"boolean","Collapsible Sections",null,{tags:["Intermediate"]}),a.prototype.getThemes=s,a.prototype.getSerials=l,a.prototype.getDefaultThemes=d,a.prototype.getDefaultSerials=p,a.prototype.showSettings=function(e){return arguments.length?(this._showSettings=e,this):this._showSettings},a.prototype.onChange=function(e,t){},a.prototype.enter=function(e,r){t.prototype.enter.apply(this,arguments),this._parentElement.style("overflow","auto")};var u=function(e){var t=!1;return"undefined"==typeof e._current_grouping?e._current_grouping=e._group_params_by:e._current_grouping!==e._group_params_by&&(t=!0),"undefined"==typeof e._showing_columns?e._showing_columns=e.showColumns():e._showing_columns!==e.showColumns()&&(t=!0),"undefined"==typeof e._showing_data?e._showing_data=e.showData():e._showing_data!==e.showData()&&(t=!0),t};return a.prototype.widgetProperty=function(e,t,r){return void 0===r?e[t]():e[t](r)},a.prototype.load=function(){},a.prototype.save=function(){},a.prototype.needsPropTableRedraw=function(e,t){var r=null===document.getElementById("te-themeEditorOptions");return r},a.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),u(this)&&i.selectAll("#"+this._id+" > table").remove(),this._current_grouping=this.paramGrouping(),this._widgetObjsById[this._id]=this,this._sharedProperties=this.findSharedProperties(this.data());var a=this.needsPropTableRedraw();if(a&&this.showSettings()){var n=r.discover(this);for(var s in n)if(-1!==n[s].ext.tags.indexOf(this.editorComplexity())){var l=this[n[s].id]();("loadedTheme"===n[s].id||"loadedSerial"===n[s].id)&&(n[s].inputID="te-load-theme"),n[s].input=o(n[s],l,[this._id],this._id)}else delete n[s];e.innerHTML=this.propertiesTableHtml(n);var d=document.createEvent("Events");d.initEvent("TE Properties Ready",!0,!0),document.dispatchEvent(d)}this.buildTableObjects(e,this._sharedProperties),this.initFunctionality(e)},a.prototype.exit=function(e,r){t.prototype.exit.apply(this,arguments)},a.prototype.click=function(e){},a.prototype.propertiesTableHtml=function(e){var t={id:"te-themeEditorOptions",label:"Editor Options",rowArr:[]},r={id:"te-tableModeOptions",label:this.themeMode()?"Save/Load Theme":"Save/Load Serial",rowArr:[]};for(var i in e)this.themeMode()?-1===e[i].ext.tags.indexOf("Theme")&&-1===e[i].ext.tags.indexOf("Serial")?t.rowArr.push({th:n(e[i].id),td:e[i].input,trClass:"propertyRow"}):-1!==e[i].ext.tags.indexOf("Theme")&&r.rowArr.push({th:n(e[i].id),td:e[i].input,trClass:"propertyRow"}):-1===e[i].ext.tags.indexOf("Serial")&&-1===e[i].ext.tags.indexOf("Theme")?t.rowArr.push({th:n(e[i].id),td:e[i].input,trClass:"propertyRow"}):-1!==e[i].ext.tags.indexOf("Serial")&&r.rowArr.push({th:n(e[i].id),td:e[i].input,trClass:"propertyRow"});var a="";return t.rowArr.length>0&&(a+=this.tableObjHtml(t)),r.rowArr.length>0&&(a+=this.tableObjHtml(r)),a},a.prototype.buildTableObjects=function(e,t){var r={};r=this.themeMode()?{chartColorSection:{id:"te-colorOptions",label:"Chart Colors",rowObjArr:[]},surfaceSection:{id:"te-containerOptions",label:"Container Styles/Colors",rowObjArr:[]},fontSection:{id:"te-fontOptions",label:"Font Styles/Colors",rowObjArr:[]}}:{nonSurfaceSection:{id:"te-chartOptions",label:"Chart Properties",rowObjArr:[]}};for(var i in t)this.themeMode()?-1===i.toUpperCase().indexOf("FONT")||-1!==t[i].arr[0].widget._class.indexOf("layout_Surface")&&-1!==i.toUpperCase().indexOf("COLOR")?"paletteID"===i?r.chartColorSection.rowObjArr.push(t[i]):-1!==t[i].arr[0].widget._class.indexOf("layout_Surface")&&r.surfaceSection.rowObjArr.push(t[i]):r.fontSection.rowObjArr.push(t[i]):-1===t[i].arr[0].widget._class.indexOf("layout_Surface")&&r.nonSurfaceSection.rowObjArr.push(t[i]);var a="";for(var n in r)a+=this.sharedPropertyTableHtml(r[n]);e.innerHTML+=a},a.prototype.initFunctionality=function(e){function t(e){if(a.showSettings()){var t=document.getElementById("te-save-button");t.onclick=function(e){var t=e.srcElement,r=t.previousSibling.value;if(r.length>1){var i,n=document.getElementById("te-load-theme"),o=n.getElementsByTagName("option"),s=!1;for(var l in o){var d=o[l].value;d===r&&(s=!0)}if(s){var p=confirm("'"+r+"' already exists. Do you want to overwrite the existing save? ");p&&(i=a.save(r))}else i=a.save(r),n.innerHTML+="";t.previousSibling.value="",n.value=r}else alert("Save Name cannot be empty.")}}}function r(e){var t=e.getElementsByClassName("te-input");for(var r in t){if(isNaN(parseInt(r)))break;var i=t[r],n=i.getAttribute("id");"te-load-theme"===n?i.onchange=function(e){var t=e.srcElement;a.load(t.value)}:null!==n&&-1!==n.indexOf("te-input-themeMode")?i.onchange=function(e){var t=e.srcElement;a.themeMode(t.checked);var r=document.getElementById("te-load-theme"),i=null!==r?r.value:"Default";a.load(i)}:("INPUT"===i.tagName||"SELECT"===i.tagName||"TEXTAREA"===i.tagName)&&(i.onchange=function(e){var t=e.srcElement,r=t.getAttribute("id");-1!==t.className.split(" ").indexOf("te-html-color-button")&&(r=t.previousSibling.getAttribute("id"),t.previousSibling.value=t.value);var i=t.getAttribute("type"),n=r.split("-"),o=n.slice(0,n.length-1).join("-")+"-",s=t.getAttribute("data-wids"),l=t.getAttribute("data-paramid"),d=s.split(",");d.forEach(function(e){var r=o+e,n=document.getElementById(r);if("checkbox"===i)n.checked=t.checked,a._widgetObjsById[e][l](t.checked);else if("array"===t.getAttribute("data-type")){n.value=t.value;try{a._widgetObjsById[e][l](JSON.parse(t.value))}catch(s){}}else n.value=t.value,a._widgetObjsById[e][l](t.value),-1!==n.className.split(" ").indexOf("te-html-color-input")?n.nextSibling.value=t.value:-1!==n.className.split(" ").indexOf("te-html-color-button")&&(n.previousSibling.value=t.value)}),a.data().forEach(function(e){e.render()})})}}function i(e){var t=e.getElementsByClassName("te-section-table");for(var r in t)if("function"==typeof t[r].getElementsByTagName){var i=t[r].getElementsByTagName("thead");i[0].onclick=function(e){var t=e.toElement;"TH"===t.tagName&&(t=t.parentElement.parentElement);var r=t.parentElement,i="";-1===r.className.split(" ").indexOf("expanded")?(r.className="te-section-table expanded",i="shown"):(r.className="te-section-table collapsed",i="hidden");var a=r.getElementsByTagName("tbody");a[0].className=i}}var a=e.getElementsByClassName("sharedPropertyRow");for(var n in a)if("function"==typeof a[n].getElementsByClassName){var o=a[n].getElementsByClassName("te-label");o[0].onclick=function(e){var t=e.toElement,r=t.parentElement,i="";-1===r.className.split(" ").indexOf("expanded")?(r.className="sharedPropertyRow expanded",i="shown"):(r.className="sharedPropertyRow collapsed",i="hidden");for(var a=r.nextSibling;null!==a;)-1===a.className.split(" ").indexOf("sharedPropertyRow")?(a.className="propertyRow "+i,a=a.nextSibling):a=null}}}var a=this;i(e),r(e),t(e)},a.prototype.sharedPropertyTableHtml=function(e){function t(e){var t=e.widget.classID().split("_"),r=t.join("/");return r+" ["+e.widget._id+"]"}function r(e){return n(e.id)}function i(e,t){function r(e,t){var r=e.arr[t].widget[e.id]();return null!==r?r:""}var i=r(e,t),a=o(e,i,[e.arr[t]],e.arr[t].widget._id);return a}function a(e){function t(e){var t=e.arr[0].widget[e.id]();return e.arr.forEach(function(e,r){return t!==e.widget[e.id]()?"":void 0}),null!==t?"array"===e.type?JSON.stringify(t):t:""}var r=t(e),i=o(e,r,e.arr,"shared");return i}var s={id:e.id,label:e.label,rowArr:[]};return e.rowObjArr.forEach(function(e){e.arr.forEach(function(n,o){0===o&&s.rowArr.push({th:r(e),td:a(e),trClass:"sharedPropertyRow collapsed"}),s.rowArr.push({th:t(n),td:i(e,o),trClass:"propertyRow hidden"})})}),this.tableObjHtml(s)},a.prototype.tableObjHtml=function(e){var t="";return t+="",t+="",e.rowArr.forEach(function(e){t+=this.tableRowObjHtml(e)},this),t+="",t+"
"+e.label+"
"},a.prototype.tableRowObjHtml=function(e){var t="undefined"!=typeof e.trClass?"":"";return t+=""+e.th+"",t+=""+e.td+"",t+""},a.prototype.setWidgetObjsById=function(e){var t=this,r=e.widget[e.id]();"widgetArray"===e.type?r.forEach(function(e){t._widgetObjsById[e._id]=e}):"widget"===e.type&&null!==r&&(this._widgetObjsById[r._id]=r)},a.prototype.checkTagFilter=function(e){var t=["Basic"],r=!1;return e.forEach(function(e){-1!==t.indexOf(e)&&(r=!0)}),r},a.prototype.findSharedProperties=function(e){function t(e,i){var n=[];if(null!==e){var o=r.discover(e);o.forEach(function(r,o){if("undefined"!=typeof r.ext.tags&&n.push({id:r.id,type:r.type,description:r.description,set:r.set,ext:r.ext,widget:e}),"widgetArray"===r.type){var s=a.widgetProperty(e,r.id);s.forEach(function(e){var r=t(e,i+1);n=n.concat(r)})}else if("widget"===r.type){var l=a.widgetProperty(e,r.id),d=t(l,i+1);n=n.concat(d)}})}return n}var i,a=this;if("undefined"!=typeof e&&e.length>0){var n=[];i={};var o={},s={};e.forEach(function(e){var r=t(e,0);n=n.concat(r)}),n.forEach(function(e){if(-1!==["widget","widgetArray"].indexOf(e.type))a.setWidgetObjsById(e);else if(a.checkTagFilter(e.ext.tags)){var t=e.id;-1!==e.widget._class.indexOf("Surface")?("undefined"==typeof o[t]&&(o[t]={arr:[]}),o[t].id=e.id,o[t].description=e.description,o[t].type=e.type,o[t].set=e.set,o[t].ext=e.ext,o[t].arr.push(e)):("undefined"==typeof s[t]&&(s[t]={arr:[]}),s[t].id=e.id,s[t].description=e.description,s[t].type=e.type,s[t].set=e.set,s[t].ext=e.ext,s[t].arr.push(e)),"undefined"==typeof i[t]&&(i[t]={arr:[]}),i[t].id=e.id,i[t].description=e.description,i[t].type=e.type,i[t].set=e.set,i[t].ext=e.ext,i[t].arr.push(e)}})}return i},a}); \ No newline at end of file diff --git a/dist-amd/other/WordCloud.css b/dist-amd/other/WordCloud.css new file mode 100644 index 0000000000..53d88098fb --- /dev/null +++ b/dist-amd/other/WordCloud.css @@ -0,0 +1,3 @@ +.other_Wordcloud text { + cursor: pointer; +} diff --git a/dist-amd/other/WordCloud.js b/dist-amd/other/WordCloud.js new file mode 100644 index 0000000000..77558b0e7b --- /dev/null +++ b/dist-amd/other/WordCloud.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","../api/I2DChart","../api/ITooltip","d3-cloud","css!./WordCloud"],e):t.other_WordCloud=e(t.d3,t.common_SVGWidget,t.api_I2DChart,t.api_ITooltip,t.d3.layout.cloud)}(this,function(t,e,o,i,n){function s(){e.call(this),o.call(this),i.call(this),this._prevOffsetX=this.offsetX(),this._prevOffsetY=this.offsetY(),this._prevZoom=this.zoom()}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" other_WordCloud",s.prototype["implements"](o.prototype),s.prototype["implements"](i.prototype),s.prototype.publish("paletteID","default","set","Palette ID",s.prototype._palette["switch"](),{tags:["Basic","Shared"]}),s.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("fontFamily","Impact","string","Font Name",null,{tags:["Basic"]}),s.prototype.publish("fontSizeFrom",6,"number","Font Size From",null,{tags:["Basic"]}),s.prototype.publish("fontSizeTo",48,"number","Font Size To",null,{tags:["Basic"]}),s.prototype.publish("angleFrom",-60,"number","Angle From",null,{tags:["Basic"]}),s.prototype.publish("angleTo",60,"number","Angle To",null,{tags:["Basic"]}),s.prototype.publish("angleCount",5,"number","Angle Count",null,{tags:["Basic"]}),s.prototype.publish("padding",0,"number","Padding",null,{tags:["Intermediate"]}),s.prototype.publish("scaleMode","linear","set","Text scaling mode",["linear","log","sqrt","pow"],{tags:["Intermediate"]}),s.prototype.publish("spiral","archimedean","set","Text scaling mode",["archimedean","rectangular"],{tags:["Intermediate"]}),s.prototype.publish("offsetX",0,"number","X offset",null,{tags:["Advanced"]}),s.prototype.publish("offsetY",0,"number","Y offset",null,{tags:["Advanced"]}),s.prototype.publish("zoom",1,"number","Zoom",null,{tags:["Advanced"]}),s.prototype.data=function(t){var o=e.prototype.data.apply(this,arguments);return arguments.length&&(this._vizData=t.map(function(t){var e={};for(var o in t)e["__viz_"+o]=t[o];return e})),o},s.prototype.enter=function(o,i){e.prototype.enter.apply(this,arguments),this._root=i.append("g"),this._canvas=document.createElement("canvas");var s=this;this._zoom=t.behavior.zoom().scaleExtent([.1,10]).on("zoom",function(){s.zoomed(s._zoom,t.event.translate,t.event.scale)}),i.call(this._zoom),this._cloud=(new n).canvas(this._canvas)},s.prototype.update=function(o,i){function n(t,e){var o=s._root.selectAll("text").data(t,function(t){return t.__viz_0?t.__viz_0.toLowerCase():""});o.enter().append("text").attr("text-anchor","middle").text(function(t){return t.__viz_0}).on("click",function(t){s.click({label:t.__viz_0,weight:t.__viz_1})}).style("opacity",1e-6).on("mouseover.tooltip",function(t){s.tooltipShow([t.__viz_0,t.__viz_1],s.columns(),1)}).on("mouseout.tooltip",function(t){s.tooltipShow()}).on("mousemove.tooltip",function(t){s.tooltipShow([t.__viz_0,t.__viz_1],s.columns(),1)}),o.style("font-size",function(t){return r(t.__viz_1)+"px"}).style("font-family",s.fontFamily()).transition().duration(1e3).attr("transform",function(t){return"translate("+[t.x,t.y]+")rotate("+t.rotate+")"}).style("fill",function(t){return s._palette(t.__viz_0?t.__viz_0.toLowerCase():"")}).style("opacity",1),o.exit().transition().duration(1e3).style("opacity",1e-4).remove()}e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.zoomed(this,[this.offsetX(),this.offsetY()],this.zoom());var s=this,a=t.extent(this._vizData,function(t){return t.__viz_1}),r=t.scale[this.scaleMode()]().domain(a).range([this.fontSizeFrom(),this.fontSizeTo()]),l=t.scale.linear().domain([0,s.angleCount()-1]).range([s.angleFrom(),s.angleTo()]);this._cloud.stop().size([this.width(),this.height()]).words(this._vizData).font(this.fontFamily()).padding(this.padding()).spiral(this.spiral()).text(function(t){return t.__viz_0}).fontSize(function(t){return r(t.__viz_1)}).rotate(function(){return l(~~(Math.random()*s.angleCount()))}).on("end",n).start()},s.prototype.zoomed=function(t,e,o){if(e[0]!==this._prevOffsetX||e[1]!==this._prevOffsetY||o!==this._prevZoom){switch(this._root.attr("transform","translate("+e[0]+","+e[1]+")scale("+o+")"),t){case this:this._zoom.scale(o).translate(e);break;case this._zoom:this.offsetX(e[0]),this.offsetY(e[1]),this.zoom(o)}this._prevOffsetX=e[0],this._prevOffsetY=e[1],this._prevZoom=o}},s}); \ No newline at end of file diff --git a/dist-amd/tree/CirclePacking.css b/dist-amd/tree/CirclePacking.css new file mode 100644 index 0000000000..ac3d7cc4d5 --- /dev/null +++ b/dist-amd/tree/CirclePacking.css @@ -0,0 +1,14 @@ +.tree_CirclePacking circle { + fill: rgb(31, 119, 180); + fill-opacity: .25; + stroke: rgb(31, 119, 180); + stroke-width: 1px; +} +.tree_CirclePacking .leaf circle { + fill: #ff7f0e; + fill-opacity: 1; +} +.tree_CirclePacking .label { + fill:white; + text-anchor: middle; +} diff --git a/dist-amd/tree/CirclePacking.js b/dist-amd/tree/CirclePacking.js new file mode 100644 index 0000000000..59178209f1 --- /dev/null +++ b/dist-amd/tree/CirclePacking.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","../api/ITree","../common/Text","../common/FAChar","css!./CirclePacking"],e):t.tree_CirclePacking=e(t.d3,t.common_SVGWidget,t.api_ITree,t.common_Text,t.common_FAChar)}(this,function(t,e,i,n,o){function l(t){e.call(this),i.call(this)}return l.prototype=Object.create(e.prototype),l.prototype.constructor=l,l.prototype._class+=" tree_CirclePacking",l.prototype["implements"](i.prototype),l.prototype.publish("paletteID","default","set","Palette ID",l.prototype._palette["switch"](),{tags:["Basic","Shared"]}),l.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),l.prototype.enter=function(e,i){this.diameter=Math.min(this.width(),this.height()),this.pack=t.layout.pack().size([this.diameter-4,this.diameter-4]).value(function(t){return 1}),this.svg=i.append("g").attr("transform","rotate(30)")},l.prototype.update=function(e,i){var n=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.svg.selectAll("circle").remove(),this.svg.selectAll("text").remove();var o=this.data(),l=o,r=this.pack.nodes(o);this.circle=this.svg.selectAll("circle").data(r).enter().append("circle").attr("class",function(t){return t.parent?t.children?"node":"node leaf":"node root"}).style("fill",function(t){return n._palette(t.label)}).on("click",function(t){n.click(t)}).on("dblclick",function(e){l!==e&&n.zoom(e),t.event.stopPropagation()}),this.circle.append("title").text(function(t){return t.label}),this.svg.selectAll("text").data(r).enter().append("text").attr("class","label").style("fill-opacity",function(t){return t.parent===o?1:0}).style("display",function(t){return t.parent===o?null:"none"}).text(function(t){return t.label}),this.node=this.svg.selectAll("circle,text"),this.zoomTo([o.x,o.y,2*o.r])},l.prototype.zoom=function(e){var i=this,n=e;this.svg.selectAll("circle").filter(function(t){return t===n});var o=this.svg.selectAll("text").filter(function(t){return t!==n&&"inline"===this.style.display});o.transition().duration(500).style("opacity",0).each("end",function(e){e!==n&&t.select(this).style("display","none").style("opacity",1)});var l=this.svg.transition().duration(1e3).tween("zoom",function(e){var o=t.interpolateZoom(i.view,[n.x,n.y,2*n.r]);return function(t){i.zoomTo(o(t))}});l.selectAll("text").filter(function(t){return t.parent===n||"inline"===this.style.display}).style("fill-opacity",function(t){return t.parent===n?1:0}).each("start",function(t){t.parent===n&&(this.style.display="inline")}).each("end",function(t){t.parent!==n&&(this.style.display="none")})},l.prototype.zoomTo=function(t){var e=this.diameter/t[2];this.view=t,this.node.attr("transform",function(i){return"translate("+(i.x-t[0])*e+","+(i.y-t[1])*e+")rotate(-30)"}),this.circle.attr("r",function(t){return t.r*e})},l}); \ No newline at end of file diff --git a/dist-amd/tree/Dendrogram.css b/dist-amd/tree/Dendrogram.css new file mode 100644 index 0000000000..ba80b40551 --- /dev/null +++ b/dist-amd/tree/Dendrogram.css @@ -0,0 +1,33 @@ +.tree_Dendrogram .node { +} +.tree_Dendrogram .node circle { + fill: #dcf1ff; + stroke: #1f77b4; + stroke-width: 1.0px; +} +.tree_Dendrogram .node.selected circle { + stroke: red; +} +.tree_Dendrogram .node.over circle { + stroke: orange; +} +.tree_Dendrogram .node.selected.over circle { + stroke: red; +} +.tree_Dendrogram .node.selected text { + fill: red; +} +.tree_Dendrogram .node.over text { + fill: orange; +} +.tree_Dendrogram .node.selected.over text { + fill: red; +} +.tree_Dendrogram .node text { + font-size: 14px; +} +.tree_Dendrogram .link { + fill: none; + stroke: #656565; + stroke-width: 1.0px; +} diff --git a/dist-amd/tree/Dendrogram.js b/dist-amd/tree/Dendrogram.js new file mode 100644 index 0000000000..d17f2d7ca4 --- /dev/null +++ b/dist-amd/tree/Dendrogram.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGZoomWidget","../common/PropertyExt","../api/ITree","../common/Utility","css!./Dendrogram"],e):t.tree_Dendrogram=e(t.d3,t.common_SVGZoomWidget,t.common_PropertyExt,t.api_ITree,t.common_Utility)}(this,function(t,e,r,n,i){function o(t){r.call(this),this._owner=t}function a(r){e.call(this),n.call(this),i.SimpleSelectionMixin.call(this),this._drawStartPos="origin";var o=this;this._d3LayoutCluster=t.layout.cluster(),this._d3LayoutTree=t.layout.tree(),this._d3Diagonal=t.svg.diagonal().projection(function(t){return"horizontal"===o.orientation()?[t.y,t.x]:[t.x,t.y]}),this._d3DiagonalRadial=t.svg.diagonal.radial().projection(function(t){return[t.y,t.x/180*Math.PI]})}return o.prototype=Object.create(r.prototype),o.prototype.constructor=o,o.prototype._class+=" tree_Dendrogram.Column",o.prototype.publish("column",null,"set","Field",function(){return this._owner?this._owner.columns():[]},{optional:!0}),a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" tree_Dendrogram",a.prototype["implements"](n.prototype),a.prototype.mixin(i.SimpleSelectionMixin),a.prototype.Column=o,a.prototype.publish("paletteID","default","set","Palette ID",a.prototype._palette["switch"](),{tags:["Basic","Shared"]}),a.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),a.prototype.publish("mappings",[],"propertyArray","Source Columns",null,{autoExpand:o}),a.prototype.publish("circleRadius",4.5,"number","Text offset from circle"),a.prototype.publish("separation",240,"number","Leaf Separation"),a.prototype.publish("dendrogram",!0,"boolean","Dendrogram"),a.prototype.publish("radial",!1,"boolean","Radial"),a.prototype.publish("orientation","horizontal","set","Orientation",["horizontal","vertical"],{tags:["Private"],disabled:function(){return this.radial()}}),a.prototype.dendrogramData=function(){function t(e){return{label:e.key,children:e.values.filter(function(t){return!(t instanceof Array)}).map(function(e){return t(e)}),origRows:e.values}}if(!this.mappings().filter(function(t){return t.column()}).length)return this.data();var e=this._db.rollupView(this.mappings().map(function(t){return t.column()})),r={key:"root",values:e.entries()};return t(r)},a.prototype.enter=function(t,r){e.prototype.enter.apply(this,arguments),this._renderElement.attr("opacity",0),this._selection.widgetElement(this._renderElement)},a.prototype.update=function(r,n,i){function o(t){return a.radial()?"rotate("+(t.x-90)+")translate("+t.y+")":"horizontal"===a.orientation()?"translate("+t.y+","+t.x+")":"translate("+t.x+","+t.y+")"}e.prototype.update.apply(this,arguments);var a=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this._renderElement.transition().duration(500).attr("opacity",1),this._d3Layout=this.dendrogram()?this._d3LayoutCluster:this._d3LayoutTree,this.radial()?(this._d3Layout.size([360,2*this.separation()]),this._d3Layout.separation(function(t,e){return(t.parent===e.parent?1:2)/t.depth})):(this._d3Layout.nodeSize([14,this.separation()]),this._d3Layout.separation(function(t,e){return t.parent===e.parent?1:2}));var l=this.dendrogramData(),s=this._d3Layout.nodes(l),p=this._d3Layout.links(s),d=this._renderCount?500:0,u=this._renderElement.selectAll(".link").data(p);u.enter().append("path").attr("class","link").attr("d",this.radial()?this._d3DiagonalRadial:this._d3Diagonal),u.transition().duration(d).attr("d",this.radial()?this._d3DiagonalRadial:this._d3Diagonal),u.exit().remove();var c=this.circleRadius()+2,h=this._renderElement.selectAll(".node").data(s);h.transition().duration(d).attr("transform",o),h.enter().append("g").attr("class","node").attr("transform",o).call(this._selection.enter.bind(this._selection)).on("click",function(t){for(var e=t;e.children;)e=e.children[0];t.depth>0&&a.click(a.rowToObj(e.origRows[0]),a.mappings()[t.depth-1].column(),!0)}).each(function(e,r){var n=t.select(this);n.append("circle"),n.append("text")}),h.select("circle").attr("r",this.circleRadius()).style("fill",function(t){return a._palette(t.label)}).append("title").text(function(t){return t.label}),h.select("text").attr("dx",function(t){return a.radial()?t.children?t.x<180?-c:c:t.x<180?c:-c:"vertical"===a.orientation()?t.children?c:-c:t.children?-c:c}).attr("dy","0.25em").style("text-anchor",function(t){return a.radial()?t.children?t.x<180?"end":"start":t.x<180?"start":"end":"vertical"===a.orientation()?t.children?"start":"end":t.children?"end":"start"}).attr("transform",function(t){return a.radial()?t.x<180?null:"rotate(180)":"vertical"===a.orientation()?"rotate(-66)":null}).text(function(t){return t.label}),h.exit().remove(),this._renderCount||a.zoomToFit()},a}); \ No newline at end of file diff --git a/dist-amd/tree/SunburstPartition.css b/dist-amd/tree/SunburstPartition.css new file mode 100644 index 0000000000..22554f18bc --- /dev/null +++ b/dist-amd/tree/SunburstPartition.css @@ -0,0 +1,5 @@ +.tree_Sunburst path { + stroke: #fff; + stroke-width:0.5px; + fill-rule: evenodd; +} diff --git a/dist-amd/tree/SunburstPartition.js b/dist-amd/tree/SunburstPartition.js new file mode 100644 index 0000000000..944c55a69b --- /dev/null +++ b/dist-amd/tree/SunburstPartition.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/SVGWidget","../api/ITree","../common/Text","../common/FAChar","css!./SunburstPartition"],e):t.tree_SunburstPartition=e(t.d3,t.common_SVGWidget,t.api_ITree,t.common_Text,t.common_FAChar)}(this,function(t,e,i,a,n){function o(t){e.call(this),i.call(this)}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" tree_SunburstPartition",o.prototype["implements"](i.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.root=function(t){return arguments.length?(this._root=t,this.svg&&this.svg.selectAll("path").transition().duration(750).attrTween("d",this.arcTweenFunc(this._root)),this):this._root||this.data()},o.prototype.data=function(){var t=e.prototype.data.apply(this,arguments);return arguments.length&&(this._resetRoot=!0),t},o.prototype.enter=function(e,i){var a=this;this.radius=Math.min(this.width(),this.height())/2,this._xScale=t.scale.linear().range([0,2*Math.PI]),this._yScale=t.scale.sqrt().range([0,this.radius]),this.partition=t.layout.partition().value(function(t){return void 0!==t.value?t.value:1}),this.arc=t.svg.arc().startAngle(function(t){return Math.max(0,Math.min(2*Math.PI,a._xScale(t.x)))}).endAngle(function(t){return Math.max(0,Math.min(2*Math.PI,a._xScale(t.x+t.dx)))}).innerRadius(function(t){return Math.max(0,a._yScale(t.y))}).outerRadius(function(t){return Math.max(0,a._yScale(t.y+t.dy))}),this.svg=i.append("g")},o.prototype.update=function(e,i){function a(e){t.event&&t.event.stopPropagation(),n.root(e)}var n=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.radius=Math.min(this.width(),this.height())/2,this._xScale.range([0,2*Math.PI]),this._yScale.range([0,this.radius]),this._dataNodes=this.partition.nodes(this.data());var o=this.svg.selectAll("path").data(this._dataNodes,function(t,e){return void 0!==t.id?t.id:e});o.enter().append("path").on("click",function(t){n.click(t)}).on("dblclick",a).append("title"),o.attr("d",this.arc).style("fill",function(t){return t.__viz_fill?t.__viz_fill:n._palette(t.label)}).style("stroke",function(t){return t.value>16?"white":"none"}).select("title").text(function(t){return t.label}),o.exit().remove(),this._resetRoot&&(this._resetRoot=!1,this.root(this._dataNodes[0]))},o.prototype.arcTweenFunc=function(e){var i=t.interpolate(this._xScale.domain(),[e.x,e.x+e.dx]),a=t.interpolate(this._yScale.domain(),[e.y,1]),n=t.interpolate(this._yScale.range(),[e.y?20:0,this.radius]),o=this;return function(t,e){return e?function(e){return o.arc(t)}:function(e){return o._xScale.domain(i(e)),o._yScale.domain(a(e)).range(n(e)),o.arc(t)}}},o}); \ No newline at end of file diff --git a/dist-amd/tree/Treemap.css b/dist-amd/tree/Treemap.css new file mode 100644 index 0000000000..1c5ae152f4 --- /dev/null +++ b/dist-amd/tree/Treemap.css @@ -0,0 +1,16 @@ +.tree_Treemap .node { + border: solid 1px white; + overflow: hidden; + text-overflow:ellipsis; + position: absolute; + text-indent: 2px; +} +.tree_Treemap .node.selected { + border-color: red; +} +.tree_Treemap .node.over { + border-color: orange; +} +.tree_Treemap .node.selected.over { + border-color: red; +} diff --git a/dist-amd/tree/Treemap.js b/dist-amd/tree/Treemap.js new file mode 100644 index 0000000000..227ad4b01b --- /dev/null +++ b/dist-amd/tree/Treemap.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define(["d3","../common/HTMLWidget","../common/PropertyExt","../api/ITree","../common/Utility","css!./Treemap"],e):t.tree_Treemap=e(t.d3,t.common_HTMLWidget,t.common_PropertyExt,t.api_ITree,t.common_Utility)}(this,function(t,e,n,i,o){function r(t){n.call(this),this._owner=t}function l(t){e.call(this),i.call(this),o.SimpleSelectionMixin.call(this)}return r.prototype=Object.create(n.prototype),r.prototype.constructor=r,r.prototype._class+=" tree_Dendrogram.Column",r.prototype.publish("column",null,"set","Field",function(){return this._owner?this._owner.columns():[]},{optional:!0}),l.prototype=Object.create(e.prototype),l.prototype.constructor=l,l.prototype._class+=" tree_Treemap",l.prototype["implements"](i.prototype),l.prototype.mixin(o.SimpleSelectionMixin),l.prototype.Column=r,l.prototype.publish("paletteID","default","set","Palette ID",l.prototype._palette["switch"](),{tags:["Basic","Shared"]}),l.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),l.prototype.publish("mappings",[],"propertyArray","Source Columns",null,{autoExpand:r}),l.prototype.publish("aggrType",null,"set","Aggregation Type",[null,"mean","median","sum","min","max"],{optional:!0}),l.prototype.publish("aggrColumn",null,"set","Aggregation Field",function(){return this.columns()},{optional:!0,disable:function(t){return!t.aggrType()}}),l.prototype.publish("fontSize",null,"number","Font Size",null,{optional:!0}),l.prototype.publish("transitionDuration",250,"number","Transition Duration"),l.prototype.treemapData=function(){function t(e){if(e.values instanceof Array){var n=e.values.filter(function(t){return!(t instanceof Array)}).map(function(e){return t(e)}),i={label:e.key};return n.length?i.children=n:i.size=22,i}return{label:e.key,size:e.values.aggregate,origRows:e.values}}if(!this.mappings().filter(function(t){return t.column()}).length)return this.data();var e=this._db.aggregateView(this.mappings().map(function(t){return t.column()}),this.aggrType(),this.aggrColumn()),n={key:"root",values:e.entries()};return t(n)},l.prototype.enter=function(n,i){e.prototype.enter.apply(this,arguments),this._d3Treemap=t.layout.treemap().value(function(t){return t.size||50}),this._elementDIV=i.append("div"),this._selection.widgetElement(this._elementDIV)},l.prototype.update=function(t,n){function i(t){if(t.children)return null;for(var e=t.label+" ("+t.value+")";t.parent&&t.parent.parent;)e=t.parent.label+" -> "+e,t=t.parent;return e}function o(t){this.style("left",function(t){return t.x+Math.max(0,t.dx-1)/2+"px"}).style("top",function(t){return t.y+Math.max(0,t.dy-1)/2+"px"}).style("width",function(t){return"0px"}).style("height",function(t){return"0px"})}function r(){this.style("left",function(t){return t.x+"px"}).style("top",function(t){return t.y+"px"}).style("width",function(t){return Math.max(0,t.dx-1)+"px"}).style("height",function(t){return Math.max(0,t.dy-1)+"px"})}e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()));var l=this._d3Treemap.size([this.width(),this.height()]).nodes(this.treemapData());this._elementDIV.style("font-size",this.fontSize_exists()?this.fontSize()+"px":null).style("line-height",this.fontSize_exists()?this.fontSize()+2+"px":null);var a=this,p=this._elementDIV.selectAll(".node").data(l);p.enter().append("div").attr("class","node").call(this._selection.enter.bind(this._selection)).on("click",function(t){if(t&&t.origRows){var e="";a.mappings().forEach(function(t){t.column()&&(e=t.column())}),a.click(a.rowToObj(t.origRows[0]),e,a._selection.selected(this))}}).call(o),p.attr("title",i).text(function(t){return t.children?null:t.label}).style("background",function(t){return t.children?a._palette(t.label):null}).transition().duration(this.transitionDuration()).style("opacity",function(t){return t.children?1:null}).call(r),p.exit().transition().duration(this.transitionDuration()).style("opacity",0).remove()},l.prototype.exit=function(t,n){e.prototype.exit.apply(this,arguments)},l}); \ No newline at end of file diff --git a/dist/hpcc-viz-amchart.js b/dist/hpcc-viz-amchart.js new file mode 100644 index 0000000000..cdce0aa19a --- /dev/null +++ b/dist/hpcc-viz-amchart.js @@ -0,0 +1,3041 @@ + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/Axis.js',["../common/PropertyExt","../common/Class"], factory); + } else { + root.amchart_Axis = factory(root.common_PropertyExt, root.common_Class); + } +}(this, function(PropertyExt, Class) { + function Axis() { + Class.call(this); + PropertyExt.call(this); + } + Axis.prototype = Object.create(Class.prototype); + Axis.prototype.constructor = Axis; + Axis.prototype.mixin(PropertyExt); + + Axis.prototype.constructor = Axis; + Axis.prototype._class += " amchart_Axis"; + + Axis.prototype.publish("type", null, "set", "X/Y Axis Text Font Size",["x","y"],{tags:["Basic","Shared"]}); //just incase we need it + + Axis.prototype.id = function (_) { + if (!arguments.length) return this._id; + this._id = _; + return this; + }; + + Axis.prototype.render = function (callback) { + this._owningWidget.render(callback); + }; + + return Axis; +})); + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/SerialAxis.js',["./Axis", "d3"], factory); + } else { + root.amchart_SerialAxis = factory(root.amchart_Axis, root.d3); + } +}(this, function(Axis, d3) { + function SerialAxis() { + Axis.call(this); + + this._parser = d3.time.format("%Y-%m-%d").parse; + } + SerialAxis.prototype = Object.create(Axis.prototype); + SerialAxis.prototype.constructor = SerialAxis; + SerialAxis.prototype._class += " amchart_SerialAxis"; + + SerialAxis.prototype.publish("axisFontSize", null, "number", "X/Y Axis Text Font Size",null,{tags:["Basic","Shared"]}); + SerialAxis.prototype.publish("axisBaselineColor", "#000000", "html-color", "X Axis Baseline Color",null,{tags:["Basic","Shared"]}); + SerialAxis.prototype.publish("axisFontColor", "#000000", "html-color", "Horizontal Axis Text Style (Color)",null,{tags:["Basic","Shared"]}); + SerialAxis.prototype.publish("axisTitle", "", "string", "X-Axis Title",null,{tags:["Basic","Shared"]}); + SerialAxis.prototype.publish("axisTitleFontSize", null, "number", "Vertical Axis Title Text Style (Font Size)",null,{tags:["Basic","Shared"]}); + SerialAxis.prototype.publish("axisTitleFontColor", "#000000", "html-color", "Axis Title Text Style (Color)",null,{tags:["Basic","Shared"]}); + SerialAxis.prototype.publish("axisLabelRotation", 0, "number", "Axis Label Rotation", null, {min:0,max:90,step:0.1,inputType:"range",tags:["Intermediate","Shared"]}); + SerialAxis.prototype.publish("axisLineWidth", 1, "number", "Axis Line Width",null,{tags:["Intermediate","Shared"]}); + SerialAxis.prototype.publish("axisAlpha", 1, "number", "Axis Alpha",null,{tags:["Intermediate"]}); + SerialAxis.prototype.publish("axisAutoGridCount", true, "boolean", "Specifies Whether Number of GridCount Is Specified Automatically, According To The Axis Size",null,{tags:["Advanced"]}); + SerialAxis.prototype.publish("axisGridPosition", "start", "set", "Specifies If A Grid Line Is Placed On The Center of A Cell or On The Beginning of A Cell", ["start","middle"],{tags:["Advanced"]}); + SerialAxis.prototype.publish("axisBoldPeriodBeginning", true, "boolean", "When parse dates is on for the category axis, the chart will try to highlight the beginning of the periods, like month, in bold.",null,{tags:["Intermediate"]}); + SerialAxis.prototype.publish("axisDashLength", 0, "number", "Length of a dash. 0 means line is not dashed.",null,{tags:["Advanced"]}); + SerialAxis.prototype.publish("axisFillAlpha", 0, "number", "Fill opacity. Every second space between grid lines can be filled with color. Set fillAlpha to a value greater than 0 to see the fills.",null,{tags:["Intermediate"]}); + SerialAxis.prototype.publish("axisFillColor", null, "html-color", "Fill color. Every second space between grid lines can be filled with color. Set fillAlpha to a value greater than 0 to see the fills.",null,{tags:["Intermediate"]}); + SerialAxis.prototype.publish("axisGridAlpha", 0.0, "number", "Grid alpha.",null,{tags:["Intermediate"]}); + //SerialAxis.prototype.publish("axisMinimum", null, "number", "",null,{tags:["Intermediate"]}); + + SerialAxis.prototype.publish("startOnAxis", true, "boolean", "Draw Chart Starting On Axis.",null,{tags:["Intermediate"]}); + SerialAxis.prototype.publish("axisTypeTimePattern", "%Y-%m-%d", "string", "Time Series Pattern"); + SerialAxis.prototype.publish("axisType", "ordinal", "set", "X-Axis Type", ["ordinal", "linear", "time", "pow", "log", "none"]); + SerialAxis.prototype.publish("axisTickFormat", "", "string", "Y-Axis Tick Format"); + + SerialAxis.prototype.publish("position", null, "set", "Position of Axis", ["top", "bottom", "left", "right"]); + + var axisTypeTimePattern = SerialAxis.prototype.axisTypeTimePattern; + SerialAxis.prototype.axisTypeTimePattern = function (_) { + var retVal = axisTypeTimePattern.apply(this, arguments); + if (arguments.length) { + this._parser = d3.time.format(_).parse; + } + return retVal; + }; + + return SerialAxis; +})); + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/CommonSerial.js',["d3", "../common/HTMLWidget", "amcharts.serial", "require", "../common/Utility", "./SerialAxis"], factory); + } else { + root.amchart_CommonSerial = factory(root.d3, root.common_HTMLWidget, root.AmCharts, root.require, root.common_Utility, root.amchart_SerialAxis); + } +}(this, function(d3, HTMLWidget, AmCharts, require, Utility, Axis) { + function CommonSerial() { + HTMLWidget.call(this); + this._tag = "div"; + + this._chart = {}; + + this._selected = null; + this._selections = []; + + this._dataUpdated = 0; + this._prevDataUpdated = -1; + this._columnsUpdated = 0; + this._prevColumnsUpdated = -1; + + this._dateParserData = d3.time.format("%Y-%m-%d").parse; + this._dateParserValue = d3.time.format("%Y-%m-%d").parse; + + this._colorObj = {}; + this._selectionObj = {}; + + this._xAxis = new Axis(); + this._xAxis.owningWidget = this; + + this._yAxis = new Axis(); + this._yAxis.owningWidget = this; + } + + CommonSerial.prototype = Object.create(HTMLWidget.prototype); + CommonSerial.prototype.constructor = CommonSerial; + CommonSerial.prototype._class += " amchart_CommonSerial"; + + CommonSerial.prototype.publish("backwardsCompatible", true, "boolean", "Allow use of old publish parameters"); + + CommonSerial.prototype.publish("xAxes", [], "propertyArray", "xAxis", null, { max: 1, tags: ["Basic"] }); // max number of xAxes + CommonSerial.prototype.publish("yAxes", [], "propertyArray", "yAxis", null, { tags: ["Basic"] }); + + CommonSerial.prototype.publish("fontSize", 11, "number", "Font Size",null,{tags:["Basic","Shared"]}); + CommonSerial.prototype.publish("fontFamily", "Verdana", "string", "Font Name",null,{tags:["Basic","Shared","Shared"]}); + CommonSerial.prototype.publish("fontColor", "#000000", "html-color", "Font Color",null,{tags:["Basic","Shared"]}); + + CommonSerial.prototype.publish("lineWidth", 1, "number", "Line Thickness", null, {min:0,max:10,step:1,inputType:"range",tags:["Basic","Shared"]}); + CommonSerial.prototype.publish("lineColor", null, "html-color", "Color of the data/content lines",null,{tags:["Basic","Shared"]}); + CommonSerial.prototype.publish("lineOpacity", 1, "number", "Line Opacity", null, {min:0,max:1,step:0.001,inputType:"range",tags:["Basic","Shared"]}); + + CommonSerial.prototype.publish("dashedLineStyle", 0, "number", "Length of Dashed Line. 0 = none",null,{tags:["Advanced","Shared"]}); + + CommonSerial.prototype.publish("marginLeft", null, "number", "Margin (Left)",null,{tags:["Intermediate"]}); + CommonSerial.prototype.publish("marginRight", null, "number", "Margin (Right)",null,{tags:["Intermediate"]}); + CommonSerial.prototype.publish("marginTop", null, "number", "Margin (Top)",null,{tags:["Intermediate"]}); + CommonSerial.prototype.publish("marginBottom", null, "number", "Margin (Bottom)",null,{tags:["Intermediate"]}); + + CommonSerial.prototype.publish("showScrollbar", false, "boolean", "Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}); + + CommonSerial.prototype.publish("orientation", "horizontal", "set", "Orientation",["horizontal","vertical"],{tags:["Intermediate"]}); + + CommonSerial.prototype.publish("startDuration", 0.3, "number", "Start Duration (sec)",null,{tags:["Private"]}); + CommonSerial.prototype.publish("useImgPatterns", false, "boolean", "Enable Image Pattern backgrounds",null,{tags:["Private"]}); + CommonSerial.prototype.publish("imgPatternArr", '["../ampatterns/black/pattern2.png"]', "string", "Background Pattern Images (Not used if '[]')",null,{inputType:"textarea",tags:["Private"]}); + + CommonSerial.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + CommonSerial.prototype.publish("axisMinPeriod", "MM", "string", "Minimum period when parsing dates"); + + //CommonSerial.prototype.publish("balloonType", "amchart", "set", "Balloon Type", ["hpcc", "amchart"]); TODO + + CommonSerial.prototype.publish("selectionColor", "#f00", "html-color", "Font Color",null,{tags:["Basic"]}); + CommonSerial.prototype.publish("selectionMode", "simple", "set", "Selection Mode", ["simple", "multi"], { tags: ["Intermediate"] }); + + CommonSerial.prototype.publish("showCursor", false, "boolean", "Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}); + + CommonSerial.prototype.publish("showFirstLabel", true, "boolean", "Show first label",null,{tags:["Intermediate","Shared"]}); + CommonSerial.prototype.publish("showLastLabel", true, "boolean", "Show last label",null,{tags:["Intermediate","Shared"]}); + + CommonSerial.prototype.publish("equalSpacing", false, "boolean", "Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}); + + CommonSerial.prototype.publish("paletteGrouping", "By Column", "set", "Palette Grouping",["By Category","By Column"],{tags:["Basic"]}); + + CommonSerial.prototype.publish("y2", [], "array", "Columns to associate with second Y-Axis"); + + CommonSerial.prototype.publish("axisLineWidth", 1, "number", "Axis Line Width",null,{tags:["Intermediate","Shared"]}); + + CommonSerial.prototype.publish("axisAlpha", 1, "number", "Axis Alpha",null,{tags:["Intermediate"]}); // share? + + CommonSerial.prototype.publish("startOnAxis", true, "boolean", "Draw Chart Starting On Axis.",null,{tags:["Intermediate"]}); + + CommonSerial.prototype.publish("xAxisShowAllLabels", false, "boolean", "show All Category Axis Labels",null,{tags:["Intermediate"]}); + + // proxy + + CommonSerial.prototype.publish("axisFontSize", null, "number", "X/Y Axis Text Font Size",null,{tags:["Basic","Shared"]}); + + CommonSerial.prototype.publishProxy("xAxisBaselineColor", "_xAxis", "axisBaselineColor"); + CommonSerial.prototype.publishProxy("yAxisBaselineColor", "_yAxis", "axisBaselineColor"); + + CommonSerial.prototype.publishProxy("xAxisFontColor", "_xAxis", "axisFontColor"); + CommonSerial.prototype.publishProxy("yAxisFontColor", "_yAxis", "axisFontColor"); + + CommonSerial.prototype.publishProxy("xAxisTitle", "_xAxis", "axisTitle"); + CommonSerial.prototype.publishProxy("yAxisTitle", "_yAxis", "axisTitle"); + + CommonSerial.prototype.publishProxy("xAxisTitleFontSize", "_xAxis", "axisTitleFontSize"); + CommonSerial.prototype.publishProxy("yAxisTitleFontSize", "_yAxis", "axisTitleFontSize"); + + CommonSerial.prototype.publishProxy("xAxisTitleFontColor", "_xAxis", "axisTitleFontColor"); + CommonSerial.prototype.publishProxy("yAxisTitleFontColor", "_yAxis", "axisTitleFontColor"); + + CommonSerial.prototype.publishProxy("xAxisLabelRotation", "_xAxis", "axisLabelRotation"); + CommonSerial.prototype.publishProxy("yAxisLabelRotation", "_yAxis", "axisLabelRotation"); + + CommonSerial.prototype.publishProxy("xAxisAutoGridCount", "_xAxis", "axisAutoGridCount"); + CommonSerial.prototype.publishProxy("yAxisAutoGridCount", "_yAxis", "axisAutoGridCount"); // need to add? + + CommonSerial.prototype.publishProxy("xAxisGridPosition", "_xAxis", "axisGridPosition"); + + CommonSerial.prototype.publishProxy("xAxisBoldPeriodBeginning", "_xAxis", "axisBoldPeriodBeginning"); + CommonSerial.prototype.publishProxy("yAxisBoldPeriodBeginning", "_yAxis", "axisBoldPeriodBeginning"); + + CommonSerial.prototype.publishProxy("xAxisDashLength", "_xAxis", "axisDashLength"); + CommonSerial.prototype.publishProxy("yAxisDashLength", "_yAxis", "axisDashLength"); + + CommonSerial.prototype.publishProxy("xAxisFillAlpha", "_xAxis", "axisFillAlpha"); + CommonSerial.prototype.publishProxy("yAxisFillAlpha", "_yAxis", "axisFillAlpha"); + + CommonSerial.prototype.publishProxy("xAxisFillColor", "_xAxis", "axisFillColor"); + CommonSerial.prototype.publishProxy("yAxisFillColor", "_yAxis", "axisFillColor"); + + CommonSerial.prototype.publishProxy("xAxisGridAlpha", "_xAxis", "axisGridAlpha"); + CommonSerial.prototype.publishProxy("yAxisGridAlpha", "_yAxis", "axisGridAlpha"); + + CommonSerial.prototype.publishProxy("xAxisTypeTimePattern", "_xAxis", "axisTypeTimePattern"); + CommonSerial.prototype.publishProxy("yAxisTypeTimePattern", "_yAxis", "axisTypeTimePattern"); + + CommonSerial.prototype.publishProxy("xAxisType", "_xAxis", "axisType"); + CommonSerial.prototype.publishProxy("yAxisType", "_yAxis", "axisType"); + + CommonSerial.prototype.publishProxy("xAxisTickFormat", "_xAxis", "axisTickFormat"); + CommonSerial.prototype.publishProxy("yAxisTickFormat", "_yAxis", "axisTickFormat"); + + CommonSerial.prototype._origBackwardsCompatible = CommonSerial.prototype.backwardsCompatible; + CommonSerial.prototype.backwardsCompatible = function(_) { + var retVal = CommonSerial.prototype._origBackwardsCompatible.apply(this, arguments); + if (arguments.length) { + this.switchProperties(_); + } + return retVal; + }; + + CommonSerial.prototype.switchProperties = function(val) { + if (val === true) { + CommonSerial.prototype.excludeObjs = ["amchart_SerialAxis"]; + // hide the regular ones with the exclude tags? + } else { + CommonSerial.prototype.excludeObjs = []; + } + }; + + CommonSerial.prototype.xAxis = function (idx) { + if (!this.xAxes()[idx]) { + var xAxis = new Axis(); + xAxis._owningWidget = this; + this.xAxes()[idx] = xAxis; + } + return this.xAxes()[idx]; + }; + + CommonSerial.prototype.yAxis = function (idx) { + if (!this.yAxes()[idx]) { + var yAxis = new Axis(); + yAxis._owningWidget = this; + this.yAxes()[idx] = yAxis; + } + return this.yAxes()[idx]; + }; + + CommonSerial.prototype.formatData = function (d) { + switch (this.xAxes()[0].axisType()) { + case "time": + return this.xAxes()[0]._parser(typeof d === "number" ? d.toString() : d); + default: + return d; + } + }; + + CommonSerial.prototype.formatValue = function (d) { + if (!d) { + return d; + } + + // NOT REALLY NEEDED + if (d instanceof Array) { + return d.map(function (item) { + return this.formatValue(item); + }, this); + } + + switch (this.yAxes()[0].axisType()) { + case "time": + return this.yAxes()[0]._parser(typeof d === "number" ? d.toString() : d); + default: + if (typeof d === "string") { + return +d; + } + return d; + } + }; + + CommonSerial.prototype.amFormatData = function(dataArr) { + this._rangeType = null; + var dataObjArr = []; + var context = this; + + dataArr.forEach(function(dataRow) { + var dataObj = {}; + dataRow.forEach(function(cell, cIdx) { + var colName = context.columns()[cIdx]; + if (cell instanceof Array) { + var idx = cIdx - 1; + if (cell.length === 2) { + dataObj["openField" + idx] = context.formatValue(cell[0]); + dataObj["valueField" + idx] = context.formatValue(cell[1]); + context._rangeType = "normal"; + } else { + dataObj["lowField" + idx] = context.formatValue(cell[0]); + dataObj["openField" + idx] = context.formatValue(cell[1]); + dataObj["closeField" + idx] = context.formatValue(cell[2]); + dataObj["highField" + idx] = context.formatValue(cell[3]); + context._rangeType = "candle-ohlc"; + } + } else { + if (cIdx === 0) { + dataObj[colName] = context.formatData(cell); + } else if (cIdx >= context.columns().length) { + dataObj[colName] = cell; + } else { + dataObj[colName] = context.formatValue(cell); + } + } + }); + dataObj.__origRow = dataRow; + dataObjArr.push(dataObj); + }); + + if (this.xAxisType() === "time") { + var sortField = context.columns()[0]; + dataObjArr.sort(function (a, b) { + return a[sortField] - b[sortField]; + }); + this.data(dataObjArr.map(function (row) { + var retVal = row.__origRow; + delete row.__origRow; + return retVal; + })); + } + + return dataObjArr; + }; + + CommonSerial.prototype.updateChartOptions = function() { + var context = this; + this._chart.type = "serial"; + this._chart.startDuration = this.startDuration(); + this._chart.rotate = this.orientation() === "vertical"; + + this._chart.color = this.fontColor(); + this._chart.fontSize = this.fontSize(); + this._chart.fontFamily = this.fontFamily(); + + this._chart.categoryAxis = {}; + //this._chart.titles = []; + + var xAxis = this.xAxes()[0]; + + //xAxis.type("x"); + + this._chart.categoryAxis.position = xAxis.position() ? xAxis.position() : "bottom"; + this._chart.categoryAxis.autoGridCount = xAxis.axisAutoGridCount(); + this._chart.categoryAxis.gridPosition = xAxis.axisGridPosition(); + this._chart.categoryAxis.axisAlpha = xAxis.axisAlpha(); + this._chart.categoryAxis.gridAlpha = xAxis.axisGridAlpha(); + this._chart.categoryAxis.startOnAxis = xAxis.startOnAxis(); + this._chart.categoryAxis.labelRotation = xAxis.axisLabelRotation(); + this._chart.categoryAxis.title = xAxis.axisTitle(); + + this._chart.categoryAxis.axisColor = xAxis.axisBaselineColor(); + this._chart.categoryAxis.axisThickness = xAxis.axisLineWidth(); + this._chart.categoryAxis.boldPeriodBeginning = xAxis.axisBoldPeriodBeginning(); + this._chart.categoryAxis.dashLength = xAxis.axisDashLength(); + this._chart.categoryAxis.fillAlpha = xAxis.axisFillAlpha(); + this._chart.categoryAxis.fillColor = xAxis.axisFillColor(); + this._chart.categoryAxis.fontSize = xAxis.axisFontSize(); + this._chart.categoryAxis.color = xAxis.axisFontColor(); + this._chart.categoryAxis.titleColor = xAxis.axisTitleFontColor(); + this._chart.categoryAxis.titleFontSize = xAxis.axisTitleFontSize(); + + this._chart.categoryAxis.showFirstLabel = this.showFirstLabel(); + this._chart.categoryAxis.showLastLabel = this.showLastLabel(); + + this._chart.categoryAxis.equalSpacing = this.equalSpacing(); + + switch(xAxis.axisType()) { + case "time": + this._chart.categoryAxis.parseDates = true; + this._chart.categoryAxis.minPeriod = this.axisMinPeriod() ? this.axisMinPeriod() : undefined; + this._chart.categoryAxis.logarithmic = false; + + if (xAxis.axisTickFormat()) { + this.dataFormatter = d3.time.format(xAxis.axisTickFormat()); + } else if (xAxis.axisTypeTimePattern()) { + this.dataFormatter = d3.time.format(xAxis.axisTypeTimePattern()); + } else { + this.dataFormatter = function(v) { return v; }; + } + + break; + case "log": + this._chart.categoryAxis.parseDates = false; + this._chart.categoryAxis.logarithmic = true; + this.dataFormatter = xAxis.axisTickFormat() ? d3.format(xAxis.axisTickFormat()) : function(v) { return v; }; + break; + case "linear": + /* falls through */ + default: + this._chart.categoryAxis.parseDates = false; + this._chart.categoryAxis.logarithmic = false; + this.dataFormatter = xAxis.axisTickFormat() ? d3.format(xAxis.axisTickFormat()) : function(v) { return v; }; + break; + } + + this._chart.categoryAxis.labelFunction = function(v1, v2, v3) { + switch (xAxis.axisType()) { + case "time": + return context.dataFormatter(xAxis.axisTickFormat() || xAxis.axisTypeTimePattern() ? new Date(v2) : v2); + default: + return context.dataFormatter(v1); + } + }; + + for (var i = 0; i < this.yAxes().length; i++) { + var yAxis = this.yAxes()[i]; + //yAxis.type("y"); + + if (!this._chart.valueAxes[i]) { + this._chart.valueAxes.push(new AmCharts.ValueAxis()); + } + + this._chart.valueAxes[i].id = "v" + i; + this._chart.valueAxes[i].position = yAxis.position() ? yAxis.position() : "left"; + this._chart.valueAxes[i].title = yAxis.axisTitle(); + this._chart.valueAxes[i].titleColor = yAxis.axisTitleFontColor(); + this._chart.valueAxes[i].titleFontSize = yAxis.axisTitleFontSize(); + this._chart.valueAxes[i].axisThickness = yAxis.axisLineWidth(); + this._chart.valueAxes[i].color = yAxis.axisFontColor(); + this._chart.valueAxes[i].fontSize = yAxis.axisFontSize(); + this._chart.valueAxes[i].axisColor = yAxis.axisBaselineColor(); + this._chart.valueAxes[i].axisAlpha = yAxis.axisAlpha(); + this._chart.valueAxes[i].fillColor = yAxis.axisFillColor(); + this._chart.valueAxes[i].fillAlpha = yAxis.axisFillAlpha(); + + this._chart.valueAxes[i].gridAlpha = yAxis.axisGridAlpha(); + this._chart.valueAxes[i].dashLength = yAxis.axisDashLength(); + this._chart.valueAxes[i].boldPeriodBeginning = yAxis.axisBoldPeriodBeginning(); + + this._chart.valueAxes[i].autoGridCount = yAxis.axisAutoGridCount(); + + switch(yAxis.axisType()) { + case "time": + this._chart.valueAxes[i].type = "date"; + this._chart.valueAxes[i].parseDates = true; + this._chart.valueAxes[i].minPeriod = this.axisMinPeriod() ? this.axisMinPeriod() : undefined; + this._chart.valueAxes[i].logarithmic = false; + + if (yAxis.axisTickFormat()) { + this.valueFormatter = d3.time.format(yAxis.axisTickFormat()); + } else if (yAxis.axisTypeTimePattern()) { + this.valueFormatter = d3.time.format(yAxis.axisTypeTimePattern()); + } else { + this.valueFormatter = function(v) { return v; }; + } + break; + case "log": + this._chart.valueAxes[i].parseDates = false; + this._chart.valueAxes[i].logarithmic = true; + this._chart.valueAxes[i].type = "numeric"; + this.valueFormatter = yAxis.axisTickFormat() ? d3.format(yAxis.axisTickFormat()) : function(v) { return v; }; + break; + case "linear": + /* falls through */ + default: + this._chart.valueAxes[i].parseDates = false; + this._chart.valueAxes[i].type = "numeric"; + this._chart.valueAxes[i].logarithmic = false; + this.valueFormatter = yAxis.axisTickFormat() ? d3.format(yAxis.axisTickFormat()) : function(v) { return v; }; + break; + } + + this._chart.valueAxes[i].labelFunction = function(v1, v2, v3) { + switch (yAxis.axisType()) { + case "time": + return context.valueFormatter(yAxis.axisTickFormat() || yAxis.axisTypeTimePattern() ? new Date(v2) : v2); + default: + return context.valueFormatter(v1); + } + }; + } + + if (this.showScrollbar()) { + this._chart.chartScrollbar.enabled = true; + } else { + this._chart.chartScrollbar.enabled = false; + } + + if (this.showCursor()) { + this._chart.chartCursor.enabled = true; + this._chart.chartCursor.valueLineEnabled = true; + this._chart.chartCursor.valueLineBalloonEnabled = true; + this._chart.chartCursor.categoryBalloonEnabled = true; + } else { + this._chart.chartCursor.enabled = false; + this._chart.chartCursor.valueLineEnabled = false; + this._chart.chartCursor.valueLineBalloonEnabled = false; + this._chart.chartCursor.categoryBalloonEnabled = false; + } + + this._currXAxisTypes = this.xAxes().map(function(axe) { return axe.axisType(); }).toString(); + this._currYAxisTypes = this.yAxes().map(function(axe) { return axe.axisType(); }).toString(); + this._currXAxisTypeTimePatterns = this.xAxes().map(function(axe) { return axe.axisTypeTimePattern(); }).toString(); + this._currYAxisTypeTimePatterns = this.yAxes().map(function(axe) { return axe.axisTypeTimePattern(); }).toString(); + + if (this._dataUpdated > this._prevDataUpdated || this._prevYAxisType !== this._currYAxisTypes || + this._prevXAxisType !== this._currXAxisTypes || this._prevXAxisTypeTimePattern !== this._currXAxisTypeTimePatterns || + this._prevYAxisTypeTimePattern !== this._currYAxisTypeTimePatterns || (this.paletteGrouping && this._prevPaletteGrouping !== this.paletteGrouping()) || + this._columnsUpdated > this._prevColumnsUpdated + ) { + this._chart.dataProvider = this.amFormatData(this.data()); + } + this._chart.dataProvider = this.amFormatData(this.data()); + this._prevDataUpdated = this._dataUpdated; + this._prevColumnsUpdated = this._columnsUpdated; + this._prevXAxisTypes = this._currXAxisTypes; + this._prevYAxisTypes = this._currYAxisTypes; + this._prevXAxisTypeTimePatterns = this._currXAxisTypeTimePatterns; + this._prevYAxisTypeTimePatterns = this._currXAxisTypeTimePatterns; + + if (this.paletteGrouping) { + this._prevPaletteGrouping = this.paletteGrouping(); + } + + this.amFormatColumns(); + if (xAxis.axisAutoGridCount() === false && this.xAxisShowAllLabels()) { + this._chart.categoryAxis.gridCount = this._chart.dataProvider.length; + } + + var color; + var cType; + this._chart.colors = []; + if (context._class.indexOf("amchart_Area") !== -1) { + cType = "Area"; + } + this._chart.dataProvider.forEach(function(dataPoint,i){ + context.columns().filter(function (d, i) { return i > 0; }).forEach(function(col, idx) { + if (context.paletteGrouping() === "By Category") { + color = context._palette(i); + } else { + color = context._palette(col); + } + + context._chart.colors.push(color); // needed to work with area and line chart and all? + + context._chart.dataProvider[i]["color" + idx] = color; + + if (cType !== "Area") { + context._chart.dataProvider[i]["linecolor" + idx] = context.lineColor() ? context.lineColor() : color; + } + + if (context._colorObj[i] === undefined) { + context._colorObj[i] = {}; + } + + context._colorObj[i][idx] = { + color: color, + lineColor: context.lineColor() ? context.lineColor() : color + }; + }); + }); + + return this._chart; + }; + + CommonSerial.prototype.buildGraphObj = function(gType,i) { + var context = this; + var gObj = {}; + + gObj.id = "g" + i; + + if (this.y2().indexOf(i) !== -1) { + gObj.valueAxis = "v1"; + } else { + gObj.valueAxis = "v0"; + } + + gObj.balloonFunction = function(d) { + //var balloonText = d.category + ", " + context.columns()[d.graph.columnIndex+1] + ": " + context.data()[d.index][d.graph.columnIndex+1]; + if (d.graph.type === "line") { + return d.category + ", " + context.columns()[d.graph.index + 1] + ": " + context.data()[d.index][d.graph.index + 1]; + } else { + return d.category + ", " + context.columns()[d.graph.columnIndex + 1] + ": " + context.data()[d.index][d.graph.columnIndex + 1]; + } + }; + gObj.lineAlpha = context.lineOpacity(); + gObj.lineColor = context.lineColor(); + gObj.lineThickness = context.lineWidth(); + gObj.dashLength = context.dashedLineStyle(); // TODO: convert to css Array Prop + + gObj.type = gType; + + gObj.title = ""; + var fieldArr = ["value","open","close","high","low"]; + fieldArr.forEach(function(field){ + if(typeof(context["_" + field + "Field"]) !== "undefined" && typeof(context["_" + field + "Field"][i]) !== "undefined"){ + gObj[field+"Field"] = context["_" + field + "Field"][i]; + } + }); + + try { + if(context.useImgPatterns()) { + var patternArr = JSON.parse(context.imgPatternArr()); + if(typeof (patternArr[i]) !== "undefined"){ + gObj.pattern = patternArr[i]; + } + } else { + gObj.pattern = ""; + } + } catch(e) { + console.log("e:"); + console.log(e); + } + + gObj.colorField = "color" + i; + + gObj.lineColorField = "linecolor" + i; + gObj.fillColorsField = "fillcolor" + i; + + return gObj; + }; + + CommonSerial.prototype.amFormatColumns = function(ColArr) { + this._categoryField = this.columns()[0]; + this._chart.categoryField = this.columns()[0]; + this._openField = []; + this._closeField = []; + this._valueField = this.columns().slice(1); + return this; + }; + + CommonSerial.prototype.enter = function(domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + + if (this.xAxes().length === 0) { + this.xAxes().push(this._xAxis); + } + if (this.yAxes().length === 0) { + this.yAxes().push(this._yAxis); + } + if (this.y2().length && this.yAxes().length === 1) { + var y2Axis = new Axis(); + y2Axis.owningWidget = this; + this.yAxes().push(y2Axis); + } + + var context = this; + var initObj = { + type: "serial", + addClassNames: true, + chartScrollbar: {}, + chartCursor: { + "enabled": false, + "valueLineEnabled": false, + "valueLineBalloonEnabled": false, + "categoryBalloonEnabled": false, + "cursorAlpha": 0, + "valueLineAlpha": 0.2, + "oneBalloonOnly": true, + "balloonPointerOrientation": "vertical", + "valueBalloonsEnabled": false // always set false + } + }; + if (typeof define === "function" && define.amd) { + initObj.pathToImages = require.toUrl("amchartsImg"); + } + this._chart = AmCharts.makeChart(domNode, initObj); + this._chart.addListener("clickGraphItem", function(e) { + var graph = e.graph; + var data = e.item.dataContext; + var field; + var field2; + + if (context._gType === "column") { + field = graph.fillColorsField; + field2 = graph.lineColorField; + } else if (context._gType === "line") { + field = graph.colorField; + } else if (context._gType === "area") { + field = graph.colorField; + } + if (field) { + if (data[field] !== null && data[field] !== undefined) { + delete data[field]; + data[field2] = context._colorObj[e.index][e.target.columnIndex].lineColor; + if (context.selectionMode() === "simple") { + if (context._selected !== null) { + delete context._selected.data[context._selected.field]; + context._selected.data[context._selected.field2] = context._colorObj[context._selected.dIdx][context._selected.cIdx].lineColor; + } + context._selected = null; + } + } else { + data[field] = context.selectionColor(); + data[field2] = context.selectionColor(); + if (context.selectionMode() === "simple") { + if (context._selected !== null) { + delete context._selected.data[context._selected.field]; + context._selected.data[context._selected.field2] = context._colorObj[context._selected.dIdx][context._selected.cIdx].lineColor; + } + context._selected = { + field: field, + field2: field2, + data: data, + dIdx: e.index, + cIdx: e.target.columnIndex + }; + context._selections.push(context._selected); + } + } + e.chart.validateData(); + } + + context.click(context.rowToObj(context.data()[e.index]), context.columns()[e.target.columnIndex + 1], context._selected !== null); + }); + }; + + CommonSerial.prototype.update = function(domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + var context = this; + + // assign correct axe to PPs and correct context to PropertyExt Obj + this.yAxes().forEach(function(axe, idx) { + if (idx === 0) { + context._yAxis = axe; + } + axe._owningWidget = context; + }); + + this.xAxes().forEach(function(axe, idx) { + if (idx === 0) { + context._xAxis = axe; + } + axe._owningWidget = context; + }); + + if (this.backwardsCompatible()) { + this.switchProperties(true); + } else { + this.switchProperties(false); + } + + domNode.style.width = this.size().width + "px"; + domNode.style.height = this.size().height + "px"; + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + }; + + CommonSerial.prototype.render = function(callback) { + return HTMLWidget.prototype.render.apply(this, arguments); + }; + + CommonSerial.prototype.data = function(_) { + if (arguments.length) { + this._dataUpdated++; + } + return HTMLWidget.prototype.data.apply(this, arguments); + }; + + CommonSerial.prototype.columns = function(_) { + if (arguments.length) { + this._columnsUpdated++; + } + return HTMLWidget.prototype.columns.apply(this, arguments); + }; + + return CommonSerial; +})); +if (typeof define === "function" && define.amd) { + define('css',[], function () { + return { + load: function ($1, $2, load) { load() } + } + }) +}; + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/Area.js',["d3", "./CommonSerial", "amcharts.serial", "../api/INDChart", "css!./Area"], factory); + } else { + root.amchart_Area = factory(root.d3, root.amchart_CommonSerial, root.amcharts, root.api_INDChart); + } +}(this, function(d3, CommonSerial, AmCharts, INDChart) { + function Area() { + CommonSerial.call(this); + this._tag = "div"; + this._gType = "line"; + } + Area.prototype = Object.create(CommonSerial.prototype); + Area.prototype.constructor = Area; + Area.prototype._class += " amchart_Area"; + Area.prototype.implements(INDChart.prototype); + + Area.prototype.publish("paletteID", "default", "set", "Palette ID", Area.prototype._palette.switch(),{tags:["Basic","Shared"]}); + Area.prototype.publish("stacked", false, "boolean", "Stack Chart",null,{tags:["Basic","Shared"]}); + Area.prototype.publish("fillOpacity", 0.7, "number", "Opacity of The Fill Color", null, {min:0,max:1,step:0.001,inputType:"range",tags:["Intermediate","Shared"]}); + Area.prototype.publish("stackType", "regular", "set", "Stack Type",["none","regular","100%"],{tags:["Basic"]}); + + Area.prototype.publish("bulletSize", 6, "number", "Bullet Size",null,{tags:["Intermediate"]}); + Area.prototype.publish("bulletType", "round", "set", "Bullet Type", ["none", "round", "square", "triangleUp", "triangleDown", "triangleLeft", "triangleRight", "bubble", "diamond"],{tags:["Basic"]}); + + Area.prototype.enter = function(domNode, element) { + CommonSerial.prototype.enter.apply(this, arguments); + }; + + Area.prototype.updateChartOptions = function() { + CommonSerial.prototype.updateChartOptions.apply(this, arguments); + + // Stacked + if(this.stacked()){ + this._chart.valueAxes[0].stackType = this.stackType(); + } else { + this._chart.valueAxes[0].stackType = "none"; + } + + this.buildGraphs(this._gType); + + return this._chart; + }; + + Area.prototype.buildGraphs = function(gType) { + this._chart.graphs = []; + + for(var i = 0; i < this.columns().length - 1; i++) { + var gRetVal = CommonSerial.prototype.buildGraphObj.call(this, gType, i); + var gObj = buildGraphObj.call(this, gRetVal, i); + + this._chart.addGraph(gObj); + } + + function buildGraphObj(gObj, i) { + // Area Specific Options + gObj.fillAlphas = this.fillOpacity(); + gObj.bullet = this.bulletType(); + gObj.bulletSize = this.bulletSize(); + + return gObj; + } + }; + + Area.prototype.update = function(domNode, element) { + CommonSerial.prototype.update.apply(this, arguments); + + this.updateChartOptions(); + + this._chart.validateNow(); + this._chart.validateData(); + }; + + return Area; +})); + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/Column.js',["d3", "./CommonSerial", "amcharts.serial", "../api/INDChart"], factory); + } else { + root.amchart_Column = factory(root.d3, root.amchart_CommonSerial, root.amcharts, root.api_INDChart); + } +}(this, function(d3, CommonSerial, AmCharts, INDChart) { + function Column() { + CommonSerial.call(this); + + this._tag = "div"; + this._gType = "column"; + + this.orientation("horizontal"); + } + Column.prototype = Object.create(CommonSerial.prototype); + Column.prototype.constructor = Column; + Column.prototype._class += " amchart_Column"; + Column.prototype.implements(INDChart.prototype); + + Column.prototype.publish("paletteID", "default", "set", "Palette ID", Column.prototype._palette.switch(),{tags:["Basic","Shared"]}); + Column.prototype.publish("stacked", false, "boolean", "Stack Chart",null,{tags:["Basic","Shared"]}); + Column.prototype.publish("fillOpacity", 0.7, "number", "Opacity of The Fill Color", null, {min:0,max:1,step:0.001,inputType:"range",tags:["Intermediate","Shared"]}); + + Column.prototype.publish("cylinderBars", false, "boolean", "Cylinder Bars",null,{tags:["Basic"]}); + Column.prototype.publish("circleRadius", 1, "number", "Circle Radius of Cylinder Bars",null,{tags:["Basic"]}); + + Column.prototype.publish("columnWidth", 0.62, "number", "Column Width",null,{tags:["Basic"]}); + + Column.prototype.publish("Depth3D", 0, "number", "3D Depth (px)",null,{tags:["Basic"]}); + Column.prototype.publish("Angle3D", 0, "number", "3D Angle (Deg)",null,{tags:["Basic"]}); + + Column.prototype.publish("stackType", "regular", "set", "Stack Type",["none","regular","100%","3d"],{tags:["Basic"]}); + Column.prototype.publish("useOhlcLines", false, "boolean", "Use OHLC Lines",null,{tags:["Intermediate"]}); + + Column.prototype.publish("yAxisDomainLow", null, "number", "Y axis Minimum value",null,{optional:true}); + Column.prototype.publish("yAxisDomainHigh", null, "number", "Y axis Maximum value",null,{optional:true}); + Column.prototype.publish("yAxisBaseValue", null, "number", "Y axis base value",null,{optional:true}); + Column.prototype.publish("yAxisLabelFrequency", 1,"number", "Y axis label frequency",null,{optional:true}); + Column.prototype.publish("yAxisTickCount", null,"number", "Y axis grid count",null,{optional:true}); + + Column.prototype.enter = function(domNode, element) { + CommonSerial.prototype.enter.apply(this, arguments); + }; + + Column.prototype.updateChartOptions = function() { + CommonSerial.prototype.updateChartOptions.apply(this, arguments); + + if (this._rangeType === "candle-ohlc") { + this._gType = this.useOhlcLines() ? "ohlc" : "candlestick"; + } else { + this._gType = "column"; + } + + this.buildGraphs(this._gType); + + // Stacked + if(this.stacked()){ + this._chart.valueAxes[0].stackType = this.stackType(); + } else { + this._chart.valueAxes[0].stackType = "none"; + } + + if(this.yAxisDomainLow_exists()){ + this._chart.valueAxes[0].minimum = this.yAxisDomainLow(); + } + + if(this.yAxisDomainHigh_exists()){ + this._chart.valueAxes[0].maximum = this.yAxisDomainHigh(); + } + this._chart.valueAxes[0].strictMinMax = false; + + if(this.yAxisLabelFrequency_exists()) { + this._chart.valueAxes[0].labelFrequency = this.yAxisLabelFrequency(); + } + + if(this.yAxisBaseValue_exists()) { + this._chart.valueAxes[0].baseValue = this.yAxisBaseValue(); + } + + if (this.yAxisTickCount_exists()) { + this._chart.valueAxes[0].gridCount = this.yAxisTickCount(); + } + + this._chart.depth3D = this.Depth3D(); + this._chart.angle = this.Angle3D(); + this._chart.categoryAxis.startOnAxis = false; + + return this._chart; + }; + + Column.prototype.buildGraphs = function(gType) { + this._chart.graphs = []; + + for (var i = 0; i < this.columns().length - 1; i++) { + var gRetVal = CommonSerial.prototype.buildGraphObj.call(this, gType, i); + var gObj = buildGraphObj.call(this, gRetVal, i); + + this._chart.addGraph(gObj); + } + + function buildGraphObj(gObj, i) { + if (this.columnWidth()) { + gObj.columnWidth = this.columnWidth(); + } + + if (this.cylinderBars()) { + gObj.topRadius = this.circleRadius(); + } else { + gObj.topRadius = undefined; + } + + if (this._rangeType === "normal") { + gObj.openField = "openField" + i; + gObj.valueField = "valueField" + i; + } + if (this._rangeType === "candle-ohlc") { + gObj.lowField = "lowField" + i; + gObj.openField = "openField" + i; + gObj.closeField = "closeField" + i; + gObj.highField = "highField" + i; + } + + gObj.fillAlphas = this.fillOpacity(); + + return gObj; + } + }; + + Column.prototype.update = function(domNode, element) { + CommonSerial.prototype.update.apply(this, arguments); + + this.updateChartOptions(); + + this._chart.validateNow(); + this._chart.validateData(); + }; + + return Column; +})); + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/Bar.js',["d3", "./Column", "amcharts.serial", "../api/INDChart"], factory); + } else { + root.amchart_Bar = factory(root.d3, root.amchart_Column, root.amcharts, root.api_INDChart); + } +}(this, function(d3, Column, AmCharts, INDChart) { + function Bar() { + Column.call(this); + this._tag = "div"; + this._gType = "column"; + + this.orientation("vertical"); + } + Bar.prototype = Object.create(Column.prototype); + Bar.prototype.constructor = Bar; + Bar.prototype._class += " amchart_Bar"; + + return Bar; +})); + + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/Combo.js',["d3", "./CommonSerial", "amcharts.serial", "../api/INDChart", "css!./Combo"], factory); + } else { + root.amchart_Combo = factory(root.d3, root.amchart_CommonSerial, root.amcharts, root.api_INDChart); + } +}(this, function(d3, CommonSerial, AmCharts, INDChart) { + function Combo() { + CommonSerial.call(this); + this._tag = "div"; + //this._gType = ""; + } + Combo.prototype = Object.create(CommonSerial.prototype); + Combo.prototype.constructor = Combo; + Combo.prototype._class += " amchart_Combo"; + Combo.prototype.implements(INDChart.prototype); + + Combo.prototype.publish("paletteID", "default", "set", "Palette ID", Combo.prototype._palette.switch(),{tags:["Basic","Shared"]}); + Combo.prototype.publish("stacked", false, "boolean", "Stack Chart",null,{tags:["Basic","Shared"]}); + Combo.prototype.publish("fillOpacity", 0.2, "number", "Opacity of The Fill Color", null, {min:0,max:1,step:0.001,inputType:"range",tags:["Intermediate","Shared"]}); + Combo.prototype.publish("stackType", "regular", "set", "Stack Type",["none","regular","100%"],{tags:["Basic"]}); + + Combo.prototype.publish("bulletSize", 6, "number", "Bullet Size",null,{tags:["Intermediate"]}); + Combo.prototype.publish("bulletType", "round", "set", "Bullet Type", ["none", "round", "square", "triangleUp", "triangleDown", "triangleLeft", "triangleRight", "bubble", "diamond"],{tags:["Basic"]}); + + Combo.prototype.publish("defaultType", "column", "set", "Default chart type", ["column","line","spline","area","area-spline","step","area-step","scatter"],{tags:["Basic"]}); + Combo.prototype.publish("types", [], "array", "Array of chart types (ex:bar|line|spline|area|area-spline|step|area-step|scatter)",null,{tags:["Basic"]}); + + Combo.prototype.publish("charts", [], "widgetArray", "widgets", null, { tags: ["Basic"] }); // perhaps we want to load up the params on a chart and pass in the chart and just read the params there? + + Combo.prototype.enter = function(domNode, element) { + CommonSerial.prototype.enter.apply(this, arguments); + }; + + Combo.prototype.updateChartOptions = function() { + CommonSerial.prototype.updateChartOptions.apply(this, arguments); + + // Stacked + if(this.stacked()){ + this._chart.valueAxes[0].stackType = this.stackType(); + } else { + this._chart.valueAxes[0].stackType = "none"; + } + + this.buildGraphs(this._gType); + + this._chart.categoryAxis.startOnAxis = false; + + return this._chart; + }; + + Combo.prototype.buildGraphs = function() { + this._chart.graphs = []; + + for (var i = 0; i < this.columns().length - 1; i++) { + var gType = this.types()[i] || this.defaultType(); + var gRetVal = CommonSerial.prototype.buildGraphObj.call(this, gType, i); + var gObj = buildGraphObj.call(this, gRetVal, i); + + this._chart.addGraph(gObj); + } + + function buildGraphObj(gObj, i) { + // Combo Specific Options + if (gType !== "line") { + gObj.fillAlphas = this.fillOpacity(); + } + if (gType !== "column") { + gObj.bullet = this.bulletType(); + gObj.bulletSize = this.bulletSize(); + } + + gObj.valueField = this.columns()[i + 1]; + + gObj.type = gObj.type === "area" ? "line" : gObj.type; // an area chart is a line chart with fillOpacity set + return gObj; + } + }; + + Combo.prototype.update = function(domNode, element) { + CommonSerial.prototype.update.apply(this, arguments); + + this.updateChartOptions(); + + this._chart.validateNow(); + this._chart.validateData(); + }; + + return Combo; +})); + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/CommonFunnel',["d3", "../common/HTMLWidget", "amcharts.funnel", "require"], factory); + } else { + root.amchart_CommonFunnel = factory(root.d3, root.common_HTMLWidget, root.AmCharts, root.require); + } + +}(this, function(d3, HTMLWidget, AmCharts, require) { + function CommonFunnel() { + HTMLWidget.call(this); + this._tag = "div"; + + this._chart = {}; + + this._selected = null; + this._selections = []; + + this._dataUpdated = 0; + this._prevDataUpdated = -1; + this._columnsUpdated = 0; + this._prevColumnsUpdated = -1; + } + CommonFunnel.prototype = Object.create(HTMLWidget.prototype); + CommonFunnel.prototype.constructor = CommonFunnel; + CommonFunnel.prototype._class += " amchart_CommonFunnel"; + + CommonFunnel.prototype.publish("fontSize", 11, "number", "Font Size",null,{tags:["Basic","Shared"]}); + CommonFunnel.prototype.publish("fontFamily", "Verdana", "string", "Font Name",null,{tags:["Basic","Shared","Shared"]}); + CommonFunnel.prototype.publish("fontColor", "#000000", "html-color", "Font Color",null,{tags:["Basic","Shared"]}); + + CommonFunnel.prototype.publish("flip", true, "boolean", "Flip Chart",null,{tags:["Intermediate"]}); + CommonFunnel.prototype.publish("reverseDataSorting", false, "boolean", "Reverse Data Sorting",null,{tags:["Intermediate"]}); + + CommonFunnel.prototype.publish("labelPosition", "center", "set", "Label Position", ["left","right","center"],{tags:["Intermediate"]}); + + CommonFunnel.prototype.publish("showScrollbar", false, "boolean", "Show Chart Scrollbar",null,{tags:["Intermediate"]}); + + CommonFunnel.prototype.publish("startDuration", 0.3, "number", "Start Duration (sec)",null,{tags:["Private"]}); + + CommonFunnel.prototype.publish("Depth3D", 0, "number", "3D Depth (px)",null,{tags:["Basic"]}); + CommonFunnel.prototype.publish("Angle3D", 0, "number", "3D Angle (Deg)",null,{tags:["Basic"]}); + + CommonFunnel.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + CommonFunnel.prototype.publish("selectionMode", "simple", "set", "Selection Mode", ["simple", "multi"], { tags: ["Intermediate"] }); + CommonFunnel.prototype.publish("selectionColor", "#f00", "html-color", "Font Color",null,{tags:["Basic"]}); + + CommonFunnel.prototype.updateChartOptions = function() { + + this._chart.startDuration = this.startDuration(); + this._chart.rotate = this.flip(); + + this._chart.pullOutOnlyOne = this.selectionMode() === "simple"; + + this._chart.color = this.fontColor(); + this._chart.colorField = "sliceColor"; + this._chart.fontSize = this.fontSize(); + this._chart.fontFamily = this.fontFamily(); + + this._chart.labelPosition = this.labelPosition(); + + this.titles = []; + this.baloon = {}; + + this._chart.titleField = this.columns()[0]; + this._chart.valueField = this.columns()[1]; + + this._chart.depth3D = this.Depth3D(); + this._chart.angle = this.Angle3D(); + + var sortingMethod = function(a,b){ return a[1] > b[1] ? 1 : -1; }; + if(this.reverseDataSorting()){ + sortingMethod = function(a,b){ return a[1] < b[1] ? 1 : -1; }; + } + this.data().sort(sortingMethod); + + // DataProvider + if (this._dataUpdated > this._prevDataUpdated || this._columnsUpdated > this._prevColumnsUpdated) { + this._chart.dataProvider = this.formatData(this.data()); + } + this._prevDataUpdated = this._dataUpdated; + this._prevColumnsUpdated = this._columnsUpdated; + + // Color Palette + this._chart.colors = this.data().map(function (row) { + return this._palette(row[0]); + }, this); + + // Scroll Bar + if (this.showScrollbar()) { + this._chart.chartScrollbar.enabled = true; + } else { + this._chart.chartScrollbar.enabled = false; + } + + return this._chart; + }; + + CommonFunnel.prototype.formatData = function(dataArr){ + var dataObjArr = []; + var context = this; + dataArr.forEach(function(dataRow){ + var dataObj = {}; + context.columns().forEach(function(colName,cIdx){ + dataObj[colName] = dataRow[cIdx]; + }); + dataObjArr.push(dataObj); + }); + return dataObjArr; + }; + + CommonFunnel.prototype.enter = function(domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + var context = this; + var initObj = { + type: "funnel", + addClassNames: true, + autoResize: true, + autoMargins: true, + chartScrollbar: {} + }; + if (typeof define === "function" && define.amd) { + initObj.pathToImages = require.toUrl("amchartsImg"); + } + this._chart = AmCharts.makeChart(domNode, initObj); + this._chart.addListener("clickSlice", function(e) { + var field = e.chart.colorField; + var data = e.dataItem.dataContext; + + if (data[field] !== null && data[field] !== undefined) { + delete data[field]; + if (context.selectionMode() === "simple") { + if (context._selected !== null) { + delete context._selected.data[context._selected.field]; + } + context._selected = null; + } + } else { + data[field] = context.selectionColor(); + if (context.selectionMode() === "simple") { + if (context._selected !== null) { + delete context._selected.data[context._selected.field]; + } + context._selected = { + field: field, + data: data, + cIdx: 1, + dIdx: e.dataItem.index + }; + context._selections.push(context._selected); + } + } + + e.chart.validateData(); + + context.click(context.rowToObj(context.data()[e.dataItem.index]), context.columns()[1], context._selected !== null); + }); + }; + + CommonFunnel.prototype.update = function(domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + domNode.style.width = this.size().width + "px"; + domNode.style.height = this.size().height + "px"; + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + this.updateChartOptions(); + + this._chart.validateNow(); + this._chart.validateData(); + }; + + CommonFunnel.prototype.render = function(callback) { + return HTMLWidget.prototype.render.apply(this, arguments); + }; + + + CommonFunnel.prototype.postUpdate = function (domNode, element) { + var context = this; + if (this.labelPosition() !== "center") { + var containerBoundingClientRect = context._element.select("svg").node().getBoundingClientRect(); // might need to change this selection (could get a bit more accurate results?) + this.d3LabelSelection = element.selectAll(".amcharts-funnel-item"); + + var left = []; + var right = []; + + this.d3LabelSelection.each(function(d, i) { + var boundingRect = d3.select(this).node().getBoundingClientRect(); + + var labelRightPos = boundingRect.right; + if (labelRightPos > containerBoundingClientRect.right) { + right.push(containerBoundingClientRect.right - labelRightPos); + } + + var labelLeftPos = boundingRect.left; + if (labelLeftPos < containerBoundingClientRect.left) { + left.push(labelLeftPos - containerBoundingClientRect.left); + } + }); + + var rightOffset = right.length ? d3.min(right) : 0; + var leftOffset = left.length ? d3.min(left) : 0; + + var smallerOffset = 0; + + if (rightOffset < 0) { + smallerOffset += rightOffset; + } + if (leftOffset < 0) { + smallerOffset += leftOffset; + } + + switch(this.labelPosition()) { + case "right": + this._chart.marginRight = Math.abs(smallerOffset); + this._chart.marginLeft = 0; + break; + case "left": + this._chart.marginLeft = Math.abs(smallerOffset); + this._chart.marginRight = 0; + break; + } + this._chart.validateNow(); + } + }; + + CommonFunnel.prototype.data = function(_) { + if (arguments.length) { + this._dataUpdated++; + } + return HTMLWidget.prototype.data.apply(this, arguments); + }; + + return CommonFunnel; +})); + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/CommonRadar',["d3", "../common/HTMLWidget", "amcharts.radar", "require"], factory); + } else { + root.amchart_CommonRadar = factory(root.d3, root.common_HTMLWidget, root.AmCharts, root.require); + } + +}(this, function(d3, HTMLWidget, AmCharts, require) { + function CommonRadar() { + HTMLWidget.call(this); + this._tag = "div"; + + this._chart = {}; + + this._selected = null; + this._selections = []; + + this._dataUpdated = 0; + this._prevDataUpdated = -1; + this._columnsUpdated = 0; + this._prevColumnsUpdated = -1; + } + CommonRadar.prototype = Object.create(HTMLWidget.prototype); + CommonRadar.prototype.constructor = CommonRadar; + CommonRadar.prototype._class += " amchart_CommonRadar"; + + // NO X-Axis !!! + + CommonRadar.prototype.publish("fontSize", 11, "number", "Font Size",null,{tags:["Basic","Shared"]}); + CommonRadar.prototype.publish("fontFamily", "Verdana", "string", "Font Name",null,{tags:["Basic","Shared","Shared"]}); + CommonRadar.prototype.publish("fontColor", "#000000", "html-color", "Font Color",null,{tags:["Basic","Shared"]}); + + CommonRadar.prototype.publish("lineWidth", 2, "number", "Line Thickness", null, {min:0,max:10,step:1,inputType:"range",tags:["Basic","Shared"]}); + CommonRadar.prototype.publish("lineOpacity", 1, "number", "Line Opacity", null, {min:0,max:1,step:0.001,inputType:"range",tags:["Basic","Shared"]}); + CommonRadar.prototype.publish("dashedLineStyle", 0, "number", "",null,{tags:["Advanced","Shared"]}); + + CommonRadar.prototype.publish("yAxisBaselineColor", null, "html-color", "Axis color",null,{tags:["Intermediate","Shared"]}); + + CommonRadar.prototype.publish("axisFontSize", undefined, "number", "Size of value labels text. Will use chart's fontSize if not set.",null,{tags:["Basic","Shared"]}); + CommonRadar.prototype.publish("yAxisFontColor", undefined, "string", "Font Name",null,{tags:["Basic","Shared"]}); + + CommonRadar.prototype.publish("yAxisTitle", "", "string", "Y-Axis Title",null,{tags:["Basic","Shared"]}); + CommonRadar.prototype.publish("yAxisTitleFontColor", null, "html-color", "Color of axis value labels. Will use chart's color if not set.",null,{tags:["Basic","Shared"]}); + CommonRadar.prototype.publish("yAxisTitleFontSize", null, "html-color", "Font Size of axis value labels. Will use chart's color if not set.",null,{tags:["Basic","Shared"]}); + + CommonRadar.prototype.publish("axisLineWidth", 1, "number", "Thickness of axis",null,{tags:["Basic","Shared"]}); + + CommonRadar.prototype.publish("marginLeft", null, "number", "Margin (Left)",null,{tags:["Intermediate"]}); + CommonRadar.prototype.publish("marginRight", null, "number", "Margin (Right)",null,{tags:["Intermediate"]}); + CommonRadar.prototype.publish("marginTop", null, "number", "Margin (Top)",null,{tags:["Intermediate"]}); + CommonRadar.prototype.publish("marginBottom", null, "number", "Margin (Bottom)",null,{tags:["Intermediate"]}); + + CommonRadar.prototype.publish("showScrollbar", false, "boolean", "Chart Scrollbar",null,{tags:["Intermediate"]}); + + CommonRadar.prototype.publish("startDuration", 0.3, "number", "Start Duration (sec)",null,{tags:["Private"]}); + + CommonRadar.prototype.publish("yAxisAutoGridCount", true, "boolean", "Specifies whether number of gridCount is specified automatically, acoarding to the axis size",null,{tags:["Advanced"]}); + CommonRadar.prototype.publish("yAxisGridPosition", "start", "set", "Specifies if a grid line is placed on the center of a cell or on the beginning of a cell", ["start","middle"],{tags:["Advanced"]}); + + //CommonRadar.prototype.publish("yAxisBoldPeriodBeginning", true, "boolean", "When parse dates is on for the category axis, the chart will try to highlight the beginning of the periods, like month, in bold.",null,{tags:["Advanced"]}); + //CommonRadar.prototype.publish("yAxisFillAlpha", 0, "number", "Fill opacity. Every second space between grid lines can be filled with color. Set fillAlpha to a value greater than 0 to see the fills.",null,{tags:["Intermediate"]}); + //CommonRadar.prototype.publish("yAxisFillColor", "#FFFFFF", "html-color", "Fill color. Every second space between grid lines can be filled with color. Set fillAlpha to a value greater than 0 to see the fills.",null,{tags:["Intermediate"]}); + //CommonRadar.prototype.publish("yAxisGridAlpha", 0.2, "number", "Grid alpha.",null,{tags:["Intermediate"]}); + + CommonRadar.prototype.publish("yAxisMinimum", [], "array", "",null,{tags:["Advanced"]}); + CommonRadar.prototype.publish("yAxisTitleOffset", [], "array", "",null,{tags:["Advanced"]}); + CommonRadar.prototype.publish("yAxisDashLength", [], "array", "Length of a dash. 0 means line is not dashed.",null,{tags:["Advanced"]}); + CommonRadar.prototype.publish("axisAlpha", 1, "number", "Axis opacity",null,{tags:["Intermediate"]}); + + CommonRadar.prototype.publish("circularGrid", false, "boolean", "Circular Grid",null,{tags:["Intermediate"]}); // not dynamic + + CommonRadar.prototype.publish("bulletSize", 9, "number", "Bullet Size",null,{tags:["Intermediate"]}); + CommonRadar.prototype.publish("bulletType", "round", "set", "Bullet Type", ["none", "round", "square", "triangleUp", "triangleDown", "triangleLeft", "triangleRight", "bubble", "diamond"],{tags:["Intermediate"]}); + + CommonRadar.prototype.publish("fillOpacity", 0.3, "number", "Shape Opacity", null, {min:0,max:1,step:0.001,inputType:"range",tags:["Intermediate"]}); + CommonRadar.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + CommonRadar.prototype.publish("yAxisTickFormat", null, "string", "Y-Axis Tick Format", null, { optional: true }); + + CommonRadar.prototype.publish("selectionColor", "#f00", "html-color", "Font Color",null,{tags:["Basic"]}); + CommonRadar.prototype.publish("selectionMode", "simple", "set", "Selection Mode", ["simple", "multi"], { tags: ["Intermediate"] }); + + CommonRadar.prototype.updateChartOptions = function() { + var context = this; + + this._chart.theme = "none"; + this._chart.type = "radar"; + this._chart.startDuration = this.startDuration(); + this._chart.categoryField = this.columns()[0]; + this._valueField = this.columns().slice(1); + + this._chart.color = this.fontColor(); + this._chart.fontSize = this.fontSize(); + this._chart.fontFamily = this.fontFamily(); + + if (this.marginLeft()) { this._chart.marginLeft = this.marginLeft(); } + if (this.marginRight()) { this._chart.marginRight = this.marginRight(); } + if (this.marginTop()) { this._chart.marginTop = this.marginTop(); } + if (this.marginBottom()) { this._chart.marginBottom = this.marginBottom(); } + + this.titles = []; + + // DataProvider + if (this._dataUpdated > this._prevDataUpdated || this._columnsUpdated > this._prevColumnsUpdated) { + this._chart.dataProvider = this.formatData(this.data()); + } + this._prevDataUpdated = this._dataUpdated; + this._prevColumnsUpdated = this._columnsUpdated; + + // ValueAxis + this._chart.valueAxes[0].title = this.yAxisTitle(); + this._chart.valueAxes[0].axisTitleOffset = this.yAxisTitleOffset(); + this._chart.valueAxes[0].minimum = this.yAxisMinimum(); + this._chart.valueAxes[0].axisAlpha = this.axisAlpha(); + this._chart.valueAxes[0].dashLength = this.yAxisDashLength() || this.dashedLineStyle(); + this._chart.valueAxes[0].axisColor = this.yAxisBaselineColor(); + this._chart.valueAxes[0].axisThickness = this.axisLineWidth(); + this._chart.valueAxes[0].titleColor = this.yAxisTitleFontColor(); + this._chart.valueAxes[0].titleFontSize = this.yAxisTitleFontSize(); + this._chart.valueAxes[0].fontSize = this.axisFontSize(); + this._chart.valueAxes[0].color = this.yAxisFontColor(); + + this._chart.valueAxes[0].autoGridCount = this.yAxisAutoGridCount(); + this._chart.valueAxes[0].gridPosition = this.yAxisGridPosition(); + + this._chart.valueAxes[0].labelFunction = function(d) { + return d3.format(context.yAxisTickFormat())(d); + }; + + // Color Palette + this._chart.colors = this.columns().filter(function (d, i) { return i > 0; }).map(function (row) { + return this._palette(row); + }, this); + + if(this.circularGrid()){ // not dynamic + this._chart.valueAxes.forEach(function(va,i){ + context._chart.valueAxes[i].gridType = "circles"; + }); + } + + if (this.showScrollbar()) { + this._chart.chartScrollbar.enabled = true; + } else { + this._chart.chartScrollbar.enabled = false; + } + + return this._chart; + }; + + CommonRadar.prototype.buildGraphObj = function(gType,i) { + var context = this; + var gObj = {}; + + gObj.balloonFunction = function(d) { + var balloonText = d.category + ", " + context.columns()[d.graph.index+1] + ": " + context.data()[d.index][d.graph.columnIndex+1]; + return balloonText; + }; + gObj.fillAlphas = context.fillOpacity(); + gObj.lineAlpha = context.lineOpacity(); + gObj.lineThickness = context.lineWidth(); + gObj.bullet = context.bulletType(); + gObj.bulletSize = context.bulletSize(); + gObj.dashLength = context.dashedLineStyle(); // TODO: convert to css Array Prop + + gObj.type = gType; + + gObj.title = ""; + + gObj.colorField = "selected" + i; + + return gObj; + }; + + CommonRadar.prototype.formatData = function(dataArr){ + var dataObjArr = []; + var context = this; + dataArr.forEach(function(dataRow){ + var dataObj = {}; + context.columns().forEach(function(colName,cIdx){ + dataObj[colName] = dataRow[cIdx]; + }); + dataObjArr.push(dataObj); + }); + return dataObjArr; + }; + + CommonRadar.prototype.enter = function(domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + var context = this; + var initObj = { + type: "radar", + addClassNames: true, + chartScrollbar: {} + }; + if (typeof define === "function" && define.amd) { + initObj.pathToImages = require.toUrl("amchartsImg"); + } + this._chart = AmCharts.makeChart(domNode, initObj); + this._chart.addListener("clickGraphItem", function(e) { + var graph = e.graph; + var data = e.item.dataContext; + var field = graph.colorField; + + if (data[field] !== null && data[field] !== undefined) { + delete data[field]; + if (context.selectionMode() === "simple") { + if (context._selected !== null) { + delete context._selected.data[context._selected.field]; + } + context._selected = null; + } + } else { + data[field] = context.selectionColor(); + if (context.selectionMode() === "simple") { + if (context._selected !== null) { + delete context._selected.data[context._selected.field]; + } + context._selected = { + field: field, + data: data, + cIdx: e.target.index, + dIdx: e.index + }; + context._selections.push(context._selected); + } + } + + e.chart.validateData(); + + context.click(context.rowToObj(context.data()[e.index]), context.columns()[e.target.index + 1], context._selected !== null); + }); + }; + + CommonRadar.prototype.update = function(domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + domNode.style.width = this.size().width + "px"; + domNode.style.height = this.size().height + "px"; + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + }; + + CommonRadar.prototype.render = function(callback) { + return HTMLWidget.prototype.render.apply(this, arguments); + }; + + CommonRadar.prototype.data = function(_) { + if (arguments.length) { + this._dataUpdated++; + } + return HTMLWidget.prototype.data.apply(this, arguments); + }; + + CommonRadar.prototype.columns = function(_) { + if (arguments.length) { + this._columnsUpdated++; + } + return HTMLWidget.prototype.columns.apply(this, arguments); + }; + + return CommonRadar; +})); + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/XYAxis.js',["./SerialAxis"], factory); + } else { + root.amchart_XYAxis = factory(root.amchart_SerialAxis); + } +}(this, function (SerialAxis) { + function XYAxis() { + SerialAxis.call(this); + } + XYAxis.prototype = Object.create(SerialAxis.prototype); + XYAxis.prototype.constructor = XYAxis; + XYAxis.prototype._class += " amchart_XYAxis"; + + XYAxis.prototype.publish("axisAutoGridCount", true, "boolean", "Specifies whether number of gridCount is specified automatically, acoarding to the axis size",null,{ override: true, tags:["Advanced"]}); + XYAxis.prototype.publish("axisGridPosition", "middle", "set", "Specifies if a grid line is placed on the center of a cell or on the beginning of a cell", ["start","middle"],{ override: true, tags:["Advanced"]}); + XYAxis.prototype.publish("axisTickFormat", null, "string", "Y-Axis Tick Format", null, { override: true, optional: true }); + XYAxis.prototype.publish("axisGridPosition", "middle", "set", "Specifies if a grid line is placed on the center of a cell or on the beginning of a cell", ["start","middle"],{ override: true, tags:["Advanced"]}); + XYAxis.prototype.publish("axisGridAlpha", 0.2, "number", "Grid alpha.",null,{override: true, tags:["Intermediate"]}); + + return XYAxis; +})); + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/CommonXY',["d3", "../common/HTMLWidget", "amcharts.xy", "require", "./XYAxis"], factory); + } else { + root.amchart_CommonXY = factory(root.d3, root.common_HTMLWidget, root.AmCharts, root.require, root.amchart_XYAxis); + } +}(this, function(d3, HTMLWidget, AmCharts, require, Axis) { + function CommonXY() { + HTMLWidget.call(this); + this._tag = "div"; + + this._chart = {}; + + this._selected = null; + this._selections = []; + + this._dataUpdated = 0; + this._prevDataUpdated = -1; + this._columnsUpdated = 0; + this._prevColumnsUpdated = -1; + + this._xAxis = new Axis(); + this._xAxis._owningWidget = this; + + this._yAxis = new Axis(); + this._yAxis._owningWidget = this; + } + + CommonXY.prototype = Object.create(HTMLWidget.prototype); + CommonXY.prototype.constructor = CommonXY; + CommonXY.prototype._class += " amchart_CommonXY"; + + CommonXY.prototype.publish("backwardsCompatible", true, "boolean", "Allow use of old publish parameters"); + + CommonXY.prototype.publish("xAxes", [], "propertyArray", "widgets", null, { max: 1, tags: ["Basic"] }); // max number of xAxes + CommonXY.prototype.publish("yAxes", [], "propertyArray", "widgets", null, { tags: ["Basic"] }); + + CommonXY.prototype.publish("fontSize", 11, "number", "Font Size",null,{tags:["Basic","Shared"]}); + CommonXY.prototype.publish("fontFamily", "Verdana", "string", "Font Name",null,{tags:["Basic","Shared","Shared"]}); + CommonXY.prototype.publish("fontColor", "#000000", "html-color", "Font Color",null,{tags:["Basic","Shared"]}); + + CommonXY.prototype.publish("lineWidth", 0, "number", "Line Thickness", null, {min:0,max:10,step:1,inputType:"range",tags:["Basic","Shared"]}); + CommonXY.prototype.publish("lineColor", null, "html-color", "Color of the data/content lines",null,{tags:["Basic","Shared"]}); + CommonXY.prototype.publish("lineOpacity", 0, "number", "Line Opacity", null, {min:0,max:1,step:0.001,inputType:"range",tags:["Basic","Shared"]}); + + CommonXY.prototype.publish("dashedLineStyle", 0, "number", "",null,{tags:["Advanced","Shared"]}); + + CommonXY.prototype.publish("showScrollbar", false, "boolean", "Chart Scrollbar",null,{tags:["Intermediate"]}); + + CommonXY.prototype.publish("bulletSize", 8, "number", "Bullet Size",null,{tags:["Intermediate"]}); + CommonXY.prototype.publish("bulletType", "round", "set", "Bullet Type", ["none", "round", "square", "triangleUp", "triangleDown", "triangleLeft", "triangleRight", "bubble", "diamond"],{tags:["Intermediate"]}); + + CommonXY.prototype.publish("marginLeft", 50, "number", "Margin (Left)",null,{tags:["Intermediate"]}); + CommonXY.prototype.publish("marginRight", 10, "number", "Margin (Right)",null,{tags:["Intermediate"]}); + CommonXY.prototype.publish("marginTop", 20, "number", "Margin (Top)",null,{tags:["Intermediate"]}); + CommonXY.prototype.publish("marginBottom", 50, "number", "Margin (Bottom)",null,{tags:["Intermediate"]}); + + CommonXY.prototype.publish("selectionColor", "#f00", "html-color", "Font Color",null,{tags:["Basic"]}); + CommonXY.prototype.publish("selectionMode", "simple", "set", "Selection Mode", ["simple", "multi"], { tags: ["Intermediate"] }); + + CommonXY.prototype.publish("showCursor", false, "boolean", "Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}); + + CommonXY.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + CommonXY.prototype.publishProxy("xAxisType", "_xAxis", "axisType"); + CommonXY.prototype.publishProxy("yAxisType", "_yAxis", "axisType"); + + CommonXY.prototype.publishProxy("xAxisTitle", "_xAxis", "axisTitle"); + CommonXY.prototype.publishProxy("yAxisTitle", "_yAxis", "axisTitle"); + + CommonXY.prototype.publishProxy("xAxisBaselineColor", "_xAxis", "axisBaselineColor"); + CommonXY.prototype.publishProxy("yAxisBaselineColor", "_yAxis", "axisBaselineColor"); + + CommonXY.prototype.publishProxy("xAxisFontColor", "_xAxis", "axisFontColor"); + CommonXY.prototype.publishProxy("yAxisFontColor", "_yAxis", "axisFontColor"); + + CommonXY.prototype.publishProxy("xAxisTitleFontSize", "_xAxis", "axisTitleFontSize"); + CommonXY.prototype.publishProxy("yAxisTitleFontSize", "_yAxis", "axisTitleFontSize"); + + CommonXY.prototype.publishProxy("xAxisTitleFontColor", "_xAxis", "axisTitleFontColor"); + CommonXY.prototype.publishProxy("yAxisTitleFontColor", "_yAxis", "axisTitleFontColor"); + + CommonXY.prototype.publishProxy("xAxisLabelRotation", "_xAxis", "axisLabelRotation"); + CommonXY.prototype.publishProxy("yAxisLabelRotation", "_yAxis", "axisLabelRotation"); + + CommonXY.prototype.publish("axisLineWidth", 1, "number", "Thickness of axis",null,{tags:["Intermediate","Shared"]}); //?? + + CommonXY.prototype.publishProxy("xAxisAutoGridCount", "_xAxis", "axisAutoGridCount"); + CommonXY.prototype.publishProxy("yAxisAutoGridCount", "_yAxis", "axisAutoGridCount"); + + + CommonXY.prototype.publishProxy("xAxisGridPosition", "_xAxis", "axisGridPosition"); + CommonXY.prototype.publishProxy("yAxisGridPosition", "_yAxis", "axisGridPosition"); + + CommonXY.prototype.publishProxy("xAxisFillAlpha", "_xAxis", "axisFillAlpha"); + CommonXY.prototype.publishProxy("yAxisFillAlpha", "_yAxis", "axisFillAlpha"); + + CommonXY.prototype.publishProxy("xAxisFillColor", "_xAxis", "axisFillColor"); + CommonXY.prototype.publishProxy("yAxisFillColor", "_yAxis", "axisFillColor"); + + CommonXY.prototype.publishProxy("xAxisGridAlpha", "_xAxis", "axisGridAlpha"); + CommonXY.prototype.publishProxy("yAxisGridAlpha", "_yAxis", "axisGridAlpha"); + + CommonXY.prototype.publishProxy("xAxisDashLength", "_xAxis", "axisDashLength"); + CommonXY.prototype.publishProxy("yAxisDashLength", "_yAxis", "axisDashLength"); + + //CommonXY.prototype.publish("yAxisMinimum", null, "number", "",null,{tags:["Intermediate"]}); + + CommonXY.prototype.publishProxy("xAxisTickFormat", "_xAxis", "axisTickFormat"); + CommonXY.prototype.publishProxy("yAxisTickFormat", "_yAxis", "axisTickFormat"); + + CommonXY.prototype.publish("axisAlpha", 1, "number", "Axis opacity",null,{tags:["Intermediate"]}); // need to covnert to axis alpha this need to be publish proxied? + + CommonXY.prototype._origBackwardsCompatible = CommonXY.prototype.backwardsCompatible; + CommonXY.prototype.backwardsCompatible = function(_) { + var retVal = CommonXY.prototype._origBackwardsCompatible.apply(this, arguments); + if (arguments.length) { + this.switchProperties(_); + } + return retVal; + }; + + CommonXY.prototype.switchProperties = function(val) { + if (val === true) { + CommonXY.prototype.excludeObjs = ["amchart_XYAxis"]; + // hide the regular ones with the exclude tags? + } else { + CommonXY.prototype.excludeObjs = []; + } + }; + + CommonXY.prototype.xAxis = function (idx) { + if (!this.xAxes()[idx]) { + var xAxis = new Axis(); + xAxis._owningWidget = this; + this.xAxes()[idx] = xAxis; + } + return this.xAxes()[idx]; + }; + + CommonXY.prototype.yAxis = function (idx) { + if (!this.yAxes()[idx]) { + var yAxis = new Axis(); + yAxis._owningWidget = this; + this.yAxes()[idx] = yAxis; + } + return this.yAxes()[idx]; + }; + + CommonXY.prototype.updateChartOptions = function() { + var context = this; + + this._chart.theme = "none"; + this._chart.type = "xy"; + + this._chart.color = this.fontColor(); + this._chart.fontSize = this.fontSize(); + this._chart.fontFamily = this.fontFamily(); + + // left vAxis must always be 0 and bottom 1 !! + + var vAxisCount = 0; + + for (var iy = 0; iy < this.yAxes().length; iy++) { + var yAxis = this.yAxes()[iy]; + + this._chart.valueAxes[vAxisCount].position = yAxis.position() ? yAxis.position() : "left"; + this._chart.valueAxes[vAxisCount].axisAlpha = yAxis.axisAlpha(); + this._chart.valueAxes[vAxisCount].title = yAxis.axisTitle(); + this._chart.valueAxes[vAxisCount].axisThickness = yAxis.axisLineWidth(); + this._chart.valueAxes[vAxisCount].axisColor = yAxis.axisBaselineColor(); + this._chart.valueAxes[vAxisCount].color = yAxis.axisFontColor(); + this._chart.valueAxes[vAxisCount].titleFontSize = yAxis.axisTitleFontSize(); + this._chart.valueAxes[vAxisCount].titleColor = yAxis.axisTitleFontColor(); + this._chart.valueAxes[vAxisCount].autoGridCount = yAxis.axisAutoGridCount(); + this._chart.valueAxes[vAxisCount].gridPosition = yAxis.axisGridPosition(); + this._chart.valueAxes[vAxisCount].fillAlpha = yAxis.axisFillAlpha(); + this._chart.valueAxes[vAxisCount].fillColor = yAxis.axisFillColor(); + this._chart.valueAxes[vAxisCount].gridAlpha = yAxis.axisGridAlpha(); + this._chart.valueAxes[vAxisCount].dashLength = yAxis.axisDashLength(); + + this._chart.valueAxes[vAxisCount].labelFunction = function(d) { + return d3.format(yAxis.axisTickFormat())(d); + }; + + vAxisCount++; + } + + for (var ix = 0; ix < this.xAxes().length; ix++) { + var xAxis = this.xAxes()[ix]; + + this._chart.valueAxes[vAxisCount].position = xAxis.position() ? xAxis.position() : "bottom"; + this._chart.valueAxes[vAxisCount].axisAlpha = xAxis.axisAlpha(); + this._chart.valueAxes[vAxisCount].title = xAxis.axisTitle(); + this._chart.valueAxes[vAxisCount].axisThickness = xAxis.axisLineWidth(); + this._chart.valueAxes[vAxisCount].axisColor = xAxis.axisBaselineColor(); + this._chart.valueAxes[vAxisCount].color = xAxis.axisFontColor(); + this._chart.valueAxes[vAxisCount].titleFontSize = xAxis.axisTitleFontSize(); + this._chart.valueAxes[vAxisCount].titleColor = xAxis.axisTitleFontColor(); + this._chart.valueAxes[vAxisCount].labelRotation = xAxis.axisLabelRotation(); + this._chart.valueAxes[vAxisCount].autoGridCount = xAxis.axisAutoGridCount(); + this._chart.valueAxes[vAxisCount].gridPosition = xAxis.axisGridPosition(); + this._chart.valueAxes[vAxisCount].fillAlpha = xAxis.axisFillAlpha(); + this._chart.valueAxes[vAxisCount].fillColor = xAxis.axisFillColor(); + this._chart.valueAxes[vAxisCount].gridAlpha = xAxis.axisGridAlpha(); + this._chart.valueAxes[vAxisCount].dashLength = xAxis.axisDashLength(); + + if (xAxis.axisType() === "ordinal") { + this._chart.valueAxes[vAxisCount].integersOnly = true; + //this._chart.valueAxes[vAxisCount].maximum = this.data().length; // (off for now) + this._chart.valueAxes[vAxisCount].labelFunction = function(a, b) { + if (b > context.data().length) { + return ""; // so the the last dots arent on the edge + } + return context.data().length && b > 0 ? context.data()[b-1][0] : ""; + }; + } else { + this._chart.valueAxes[vAxisCount].labelFunction = function(d) { + return d3.format(xAxis.axisTickFormat())(d); + }; + } + + vAxisCount++; + } + + if (this._dataUpdated > this._prevDataUpdated || this._columnsUpdated > this._prevColumnsUpdated) { + this._chart.dataProvider = this.formatData(this.data()); + } + this._prevDataUpdated = this._dataUpdated; + this._prevColumnsUpdated = this._columnsUpdated; + + this._chart.dataProvider.forEach(function(dataPoint,i) { + context._chart.dataProvider[i].color = context._palette(dataPoint[context.columns()[2]]); // By Y value + context._chart.dataProvider[i].linecolor = context.lineColor() !== null ? context.lineColor() : context._palette(dataPoint[context.columns()[2]]); + }); + + this._chart.colors = []; + + if (this.showScrollbar()) { + this._chart.chartScrollbar.enabled = true; + } else { + this._chart.chartScrollbar.enabled = false; + } + + if (this.showCursor()) { + this._chart.precision = this.xAxes()[0].axisType() === "ordinal" ? 1 : undefined; // so ordinal will work with labelfunction + this._chart.chartCursor.enabled = true; + this._chart.chartCursor.valueLineEnabled = true; + this._chart.chartCursor.valueLineBalloonEnabled = true; + this._chart.chartCursor.categoryBalloonEnabled = true; + } else { + this._chart.precision = undefined; // so ordinal will work with labelfunction + this._chart.chartCursor.enabled = false; + this._chart.chartCursor.valueLineEnabled = false; + this._chart.chartCursor.valueLineBalloonEnabled = false; + this._chart.chartCursor.categoryBalloonEnabled = false; + } + + return this._chart; + }; + + CommonXY.prototype.buildGraphObj = function(gType,i) { + var context = this; + var gObj = {}; + + gObj.id = "g" + i; + + gObj.balloonFunction = function(d) { + var balloonText = context.columns()[d.graph.index] + ": " + context.data()[d.index][d.graph.index]; + return balloonText; + }; + gObj.lineAlpha = context.lineOpacity(); + gObj.lineThickness = context.lineWidth(); + gObj.bullet = context.bulletType(); + gObj.bulletSize = context.bulletSize(); + gObj.dashLength = context.dashedLineStyle(); // TODO: convert to css Array Prop + gObj.lineAlpha = context.lineOpacity(); + gObj.lineColor = context.lineColor(); + gObj.lineThickness = context.lineWidth(); + + gObj.type = gType; + + gObj.colorField = "color" + i; + gObj.lineColorField = "linecolor"; + + // XY Values + if (this.xAxes()[0].axisType() === "ordinal") { + gObj.xField = "idx"; + gObj.yField = context.columns()[i]; + } + if (this.xAxes()[0].axisType() === "linear") { + gObj.xField = context.columns()[0]; + gObj.yField = context.columns()[1]; + } + return gObj; + }; + + CommonXY.prototype.formatData = function(dataArr) { + var context = this; + var dataObjArr = []; + dataArr.forEach(function(dataRow, i) { + var dataObj = {}; + context.columns().forEach(function(colName, cIdx) { + dataObj[colName] = dataRow[cIdx]; + dataObj["idx"] = i + 1; + }); + dataObjArr.push(dataObj); + }); + return dataObjArr; + }; + + CommonXY.prototype.enter = function(domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + + if (this.xAxes().length === 0) { + this.xAxes().push(this._xAxis); + } + if (this.yAxes().length === 0) { + this.yAxes().push(this._yAxis); + } + + var context = this; + var initObj = { + type: "xy", + addClassNames: true, + autoMargins: true, + chartScrollbar: {}, + valueAxes: [], + chartCursor: { + "enabled": false, + "valueLineEnabled": false, + "valueLineBalloonEnabled": false, + "categoryBalloonEnabled": false, + "cursorAlpha": 0, + "valueLineAlpha": 0.2, + "oneBalloonOnly": true, + "balloonPointerOrientation": "vertical", + "valueBalloonsEnabled": false //always set false + }, + graphs: [{}], + dataProvider: [{}], + responsive: { + enabled: true + } + }; + if (typeof define === "function" && define.amd) { + initObj.pathToImages = require.toUrl("amchartsImg"); + } + this._chart = AmCharts.makeChart(domNode, initObj); + this._chart.addListener("clickGraphItem", function(e) { + var graph = e.graph; + var data = e.item.dataContext; + var field = graph.colorField; + + if (data[field] !== null && data[field] !== undefined) { + delete data[field]; + if (context.selectionMode() === "simple") { + if (context._selected !== null) { + delete context._selected.data[context._selected.field]; + } + context._selected = null; + } + } else { + data[field] = context.selectionColor(); + if (context.selectionMode() === "simple") { + if (context._selected !== null) { + delete context._selected.data[context._selected.field]; + } + context._selected = { + field: field, + data: data, + cIdx: e.target.index, + dIdx: e.index + }; + context._selections.push(context._selected); + } + } + + e.chart.validateData(); + + context.click(context.rowToObj(context.data()[e.index]), context.columns()[e.target.index], context._selected !== null); + }); + }; + + CommonXY.prototype.update = function(domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + var context = this; + + // assign correct axe to PPs and correct context to PropertyExt Obj + this.yAxes().forEach(function(axe, idx) { + if (idx === 0) { + context._yAxis = axe; + } + axe._owningWidget = context; + }); + + this.xAxes().forEach(function(axe, idx) { + if (idx === 0) { + context._xAxis = axe; + } + axe._owningWidget = context; + }); + + if (this.backwardsCompatible()) { + this.switchProperties(true); + } else { + this.switchProperties(false); + } + + domNode.style.width = this.size().width + "px"; + domNode.style.height = this.size().height + "px"; + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + }; + + CommonXY.prototype.render = function(callback) { + return HTMLWidget.prototype.render.apply(this, arguments); + }; + + CommonXY.prototype.data = function(_) { + if (arguments.length) { + this._dataUpdated++; + } + return HTMLWidget.prototype.data.apply(this, arguments); + }; + + CommonXY.prototype.columns = function(_) { + if (arguments.length) { + this._columnsUpdated++; + } + return HTMLWidget.prototype.columns.apply(this, arguments); + }; + + return CommonXY; +})); + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/Funnel.js',["d3", "./CommonFunnel", "../api/I2DChart"], factory); + } else { + root.amchart_Funnel = factory(root.d3, root.amchart_CommonFunnel, root.api_I2DChart); + } +}(this, function(d3, CommonFunnel, I2DChart) { + function Funnel() { + CommonFunnel.call(this); + } + Funnel.prototype = Object.create(CommonFunnel.prototype); + Funnel.prototype.constructor = Funnel; + Funnel.prototype._class += " amchart_Funnel"; + Funnel.prototype.implements(I2DChart.prototype); + + Funnel.prototype.publish("paletteID", "default", "set", "Palette ID", Funnel.prototype._palette.switch(), {tags:["Basic","Shared"]}); + + Funnel.prototype.publish("neckHeightPercent", 30, "number", "Neck Height %",null,{tags:["Basic"]}); + Funnel.prototype.publish("neckWidthPercent", 40, "number", "Neck Width %",null,{tags:["Basic"]}); + + Funnel.prototype.enter = function(domNode, element) { + CommonFunnel.prototype.enter.apply(this, arguments); + }; + + Funnel.prototype.updateChartOptions = function() { + CommonFunnel.prototype.updateChartOptions.apply(this, arguments); + + this._chart.balloonFunction = function(d) { + var balloonText = d.title + ", " + d.value; + return balloonText; + }; + this._chart.neckHeight = this.neckHeightPercent()+"%"; + this._chart.neckWidth = this.neckWidthPercent()+"%"; + }; + + Funnel.prototype.update = function(domNode, element) { + CommonFunnel.prototype.update.apply(this, arguments); + + this.updateChartOptions(); + + this._chart.validateNow(); + this._chart.validateData(); + }; + + return Funnel; +})); + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/Gantt.js',["d3", "../common/HTMLWidget", "amcharts.gantt", "../api/INDChart", "require"], factory); + } else { + root.amchart_Gantt = factory(root.d3, root.common_HTMLWidget, root.AmCharts, root.api_INDChart, root.require); + } +}(this, function(d3, HTMLWidget, AmCharts, INDChart, require) { + function Gantt() { + HTMLWidget.call(this); + this._tag = "div"; + this._chart = {}; + + this._selected = null; + this._selections = []; + + this._dataUpdated = 0; + this._prevDataUpdated = -1; + this._columnsUpdated = 0; + this._prevColumnsUpdated = -1; + + this._dateParserData = d3.time.format("%Y-%m-%d").parse; + } + Gantt.prototype = Object.create(HTMLWidget.prototype); + Gantt.prototype.constructor = Gantt; + Gantt.prototype._class += " amchart_Gantt"; + Gantt.prototype.implements(INDChart.prototype); // 2d? + + Gantt.prototype.publish("paletteID", "default", "set", "Palette ID", Gantt.prototype._palette.switch(), {tags:["Basic","Shared"]}); + + Gantt.prototype.publish("fontFamily", "Verdana", "string", "Label Font Family",null,{tags:["Basic","Shared"]}); + Gantt.prototype.publish("fontSize", 11, "number", "Label Font Size",null,{tags:["Basic","Shared"]}); + Gantt.prototype.publish("fontColor", "#000000", "html-color", "Label Font Color",null,{tags:["Basic","Shared"]}); + + Gantt.prototype.publish("depth3D", 0, "number", "3D Depth (px)",null,{tags:["Basic"]}); + Gantt.prototype.publish("angle3D", 0, "number", "3D Angle (Deg)",null,{tags:["Basic"]}); + + Gantt.prototype.publish("selectionMode", "simple", "set", "Selection Mode", ["simple", "multi"], { tags: ["Intermediate"] }); + + Gantt.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); + + Gantt.prototype.publish("timePattern", "%Y-%m-%d", "string", "Time Series Pattern"); + + Gantt.prototype.publish("selectionColor", "#f00", "html-color", "Font Color",null,{tags:["Basic"]}); + + Gantt.prototype.publish("brightnessStep", 0, "number", "Brightness step",null,{tags:["Basic"]}); + Gantt.prototype.publish("columnWidth", 0.5, "number", "column width",null,{tags:["Basic"]}); + Gantt.prototype.publish("minPeriod", "DD", "string", "Value axis minimum period",null,{tags:["Basic"]}); + + Gantt.prototype.publish("guides", [], "array", "Vertical lines",null,{tags:["Intermediate"]}); + + var timePattern = Gantt.prototype.timePattern; + Gantt.prototype.timePattern = function (_) { + var retVal = timePattern.apply(this, arguments); + if (arguments.length) { + this._dateParserData = d3.time.format(_).parse; + } + return retVal; + }; + + Gantt.prototype.updateChartOptions = function() { + var context = this; + + this._chart.color = this.fontColor(); + this._chart.fontSize = this.fontSize(); + this._chart.fontFamily = this.fontFamily(); + + this._chart.depth3D = this.depth3D(); + this._chart.angle = this.angle3D(); + + if (this._dataUpdated > this._prevDataUpdated || this._prevTimePattern !== this.timePattern()) { + this._chart.dataProvider = []; + var data = this.amFormattedData(); + for (var key in data) { + var obj = {}; + obj.category = key; + obj.segments = []; + data[key].forEach(function (range) { + var segment = { "start": context._dateParserData(range[0]), "end": context._dateParserData(range[1]) }; + obj.segments.push(segment); + }); + this._chart.dataProvider.push(obj); + } + } + this._prevDataUpdated = this._dataUpdated; + this._prevTimePattern = this.timePattern(); + + this._chart.dataProvider.forEach(function(dataPoint,i){ + context._chart.dataProvider[i].color = context._palette(i); + }); + + this._chart.columnWidth = this.columnWidth(); + this._chart.colorField = "color"; + + this._chart.valueAxes[0].type = "date"; + this._chart.valueAxes[0].minPeriod = this.minPeriod(); + + this._chart.brightnessStep = this.brightnessStep() || undefined; + + this._chart.categoryField = "category"; + this._chart.segmentsField = "segments"; + this._chart.startDateField = "start"; + this._chart.endDateField = "end"; + + this._chart.guides = this.guides(); + }; + + Gantt.prototype.amFormattedData = function() { + var obj = {}; + this.data().forEach(function (row) { + if (!obj[row[0]]) { + obj[row[0]] = []; + } + row.forEach(function (data, idx) { + if (idx === 0) { + return; + } + obj[row[0]].push(data); + }); + }); + return obj; + }; + + Gantt.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + var context = this; + + var initObj = { + "type": "gantt", + "theme": "none", + "autoMargins": true, + "valueAxis": {}, + "graph": { + "fillAlphas": 1, + "balloonText": "[[category]]: [[open]] - [[value]]" // TODO replace with balloon function + }, + "rotate": true, + "dataProvider": [], + "chartScrollbar": {}, + "export": { + "enabled": true + } + }; + + if (typeof define === "function" && define.amd) { + initObj.pathToImages = require.toUrl("amchartsImg"); + } + this._chart = AmCharts.makeChart(domNode, initObj); + + this._chart.addListener("clickGraphItem", function(e) { + var data = e.graph.segmentData; + var field = "color"; + + if (data[field] !== null && data[field] !== undefined) { + delete data[field]; + if (context.selectionMode() === "simple") { + if (context._selected !== null) { + delete context._selected.data[context._selected.field]; + } + context._selected = null; + } + } else { + data[field] = context.selectionColor(); + if (context.selectionMode() === "simple") { + if (context._selected !== null) { + delete context._selected.data[context._selected.field]; + } + context._selected = { + field: field, + data: data, + colIndex: e.target.columnIndex, + dIdx: e.index + }; + context._selections.push(context._selected); + } + } + + e.chart.validateData(); + + context.click(context.rowToObj(context.data()[e.index]), context.columns()[e.target.columnIndex + 1], context._selected !== null); + }); + }; + + Gantt.prototype.update = function(domNode, element) { + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + domNode.style.width = this.size().width + "px"; + domNode.style.height = this.size().height + "px"; + + this.updateChartOptions(); + + this._chart.validateNow(); + this._chart.validateData(); + }; + + Gantt.prototype.render = function(callback) { + return HTMLWidget.prototype.render.apply(this, arguments); + }; + + Gantt.prototype.data = function(_) { + if (arguments.length) { + this._dataUpdated++; + } + return HTMLWidget.prototype.data.apply(this, arguments); + }; + + Gantt.prototype.columns = function(_) { + if (arguments.length) { + this._columnsUpdated++; + } + return HTMLWidget.prototype.columns.apply(this, arguments); + }; + + return Gantt; +})); + + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/Gauge.js',["d3", "../common/HTMLWidget", "amcharts.gauge", "../api/I1DChart", "require"], factory); + } else { + root.amchart_Gauge = factory(root.d3, root.common_HTMLWidget, root.AmCharts, root.api_I1DChart, root.require); + } +}(this, function(d3, HTMLWidget, AmCharts, I1DChart, require) { + function Gauge() { + HTMLWidget.call(this); + this._tag = "div"; + + this._chart = {}; + } + Gauge.prototype = Object.create(HTMLWidget.prototype); + Gauge.prototype.constructor = Gauge; + Gauge.prototype._class += " amchart_Gauge"; + Gauge.prototype.implements(I1DChart.prototype); + + Gauge.prototype.publish("paletteID", "default", "set", "Palette ID", Gauge.prototype._palette.switch(), {tags:["Basic","Shared"]}); + Gauge.prototype.publish("low", 0, "number", "Gauge lower bound", null, {tags:["Intermediate","Shared"]}); + Gauge.prototype.publish("high", 100, "number", "Gauge higher bound", null, {tags:["Intermediate","Shared"]}); + + Gauge.prototype.publish("fontSize", 11, "number", "Font Size",null,{tags:["Basic","Shared"]}); + Gauge.prototype.publish("fontFamily", "Verdana", "string", "Font Name",null,{tags:["Basic","Shared","Shared"]}); + Gauge.prototype.publish("fontColor", "#000000", "html-color", "Font Color",null,{tags:["Basic","Shared"]}); + + Gauge.prototype.publish("axisLineWidth", 1, "number", "Thickness of axis",null,{tags:["Intermediate"]}); + + Gauge.prototype.publish("colorType", "a", "set", "", ["a","b","c"],{tags:["Basic"]}); + + Gauge.prototype.publish("marginLeft", null, "number", "Margin (Left)",null,{tags:["Intermediate"]}); + Gauge.prototype.publish("marginRight", null, "number", "Margin (Right)",null,{tags:["Intermediate"]}); + Gauge.prototype.publish("marginTop", null, "number", "Margin (Top)",null,{tags:["Intermediate"]}); + Gauge.prototype.publish("marginBottom", null, "number", "Margin (Bottom)",null,{tags:["Intermediate"]}); + + Gauge.prototype.publish("numBands", null, "number", "",null,{tags:["Intermediate"]}); + Gauge.prototype.publish("bandsColor", [], "array", "Bands Color",null,{tags:["Basic"]}); + Gauge.prototype.publish("bandsStartValue", [], "array", "Bands Start Value",null,{tags:["Advanced"]}); + Gauge.prototype.publish("bandsEndValue", [], "array", "Bands End Value",null,{tags:["Advanced"]}); + Gauge.prototype.publish("bandsInnerRadius", [], "array", "Bands Inner Radius",null,{tags:["Advanced"]}); + + Gauge.prototype.publish("axisAlpha", 0.2, "number", "Axis Alpha",null,{tags:["Intermediate"]}); + Gauge.prototype.publish("tickAlpha", 0.2, "number", "Tick Alpha",null,{tags:["Intermediate"]}); + Gauge.prototype.publish("valueInterval", 20, "number", "Value Interval",null,{tags:["Advanced"]}); + Gauge.prototype.publish("bottomText", "", "string", "Text Along Bottom",null,{tags:["Intermediate"]}); + Gauge.prototype.publish("bottomTextYOffset", -20, "number", "Bottom Text Vertical Offset",null,{tags:["Intermediate"]}); + + Gauge.prototype.publish("animatationDuration", 2, "number", "Animation Duration (sec)",null,{tags:["Intermediate"]}); + + Gauge.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + Gauge.prototype.updateChartOptions = function() { + this._chart.type = "gauge"; + this._chart.theme = "none"; + + this._chart.startDuration = this.animatationDuration(); + + this._chart.color = this.fontColor(); + this._chart.fontSize = this.fontSize(); + this._chart.fontFamily = this.fontFamily(); + + this._chart.titles = []; + this._chart.allLabels = []; + + if (this.marginLeft()) { this._chart.marginLeft = this.marginLeft(); } + if (this.marginRight()) { this._chart.marginRight = this.marginRight(); } + if (this.marginTop()) { this._chart.marginTop = this.marginTop(); } + if (this.marginBottom()) { this._chart.marginBottom = this.marginBottom(); } + + this._chart.axes[0].axisThickness = this.axisLineWidth(); + this._chart.axes[0].axisAlpha = this.axisAlpha(); + this._chart.axes[0].tickAlpha = this.tickAlpha(); + this._chart.axes[0].valueInterval = this.valueInterval(); + this._chart.axes[0].bands = []; + this._chart.axes[0].bottomText = this.bottomText(); + this._chart.axes[0].bottomTextYOffset = this.bottomTextYOffset(); + this._chart.axes[0].endValue = this.high(); + this._chart.axes[0].startValue = this.low(); + + // 3 Color Methods + var i, l; + if (this.colorType() === "a") { + for (i = 0, l = this.numBands(); i < l; i++) { + var a_band = { + color: this.bandsColor()[i], + startValue: this.bandsStartValue()[i], + endValue: this.bandsEndValue()[i], + innerRadius: this.bandsInnerRadius()[i], + }; + this._chart.axes[0].bands.push(a_band); + } + } + if (this.colorType() === "b") { + for (i = 0, l = this.high() ; i < l; i++) { + var b_band = { + color: this._palette(i, this.low(), this.high()), + startValue: i, + endValue: i+1, + //innerRadius: this._bandsInnerRadius[i] || "", // this has a cool effect might be useful? + innerRadius: this.bandsInnerRadius()[0] + }; + this._chart.axes[0].bands.push(b_band); + } + } + if (this.colorType() === "c") { + var c_band = { + color: this._palette(this.data(), this.low(), this.high()), + startValue: this.low(), + endValue: this.high(), + innerRadius: this.bandsInnerRadius()[0] + }; + this._chart.axes[0].bands.push(c_band); + } + + this._chart.axes[0].bottomText = this.bottomText().replace("[[data]]",this.data()); + + return this._chart; + }; + + Gauge.prototype.update = function(domNode, element) { + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + domNode.style.width = this.size().width + "px"; + domNode.style.height = this.size().height + "px"; + + this.updateChartOptions(); + this._chart.arrows[0].setValue(this.data()); + + this._chart.validateNow(); + this._chart.validateData(); + }; + + Gauge.prototype.enter = function(domNode, element) { + domNode.style.width = this.size().width + "px"; + domNode.style.height = this.size().height + "px"; + + var initObj = { + type: "gauge", + addClassNames: true, + axes: [{}], + arrows:[{}], + }; + if (typeof define === "function" && define.amd) { + initObj.pathToImages = require.toUrl("amchartsImg"); + } + this._chart = AmCharts.makeChart(domNode, initObj); + }; + + return Gauge; +})); + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/Line.js',["d3", "./CommonSerial", "../api/INDChart"], factory); + } else { + root.amchart_Line = factory(root.d3, root.amchart_CommonSerial, root.api_INDChart); + } +}(this, function(d3, CommonSerial, INDChart) { + function Line() { + CommonSerial.call(this); + this._tag = "div"; + this._gType = "line"; + } + Line.prototype = Object.create(CommonSerial.prototype); + Line.prototype.constructor = Line; + Line.prototype._class += " amchart_Line"; + Line.prototype.implements(INDChart.prototype); + + Line.prototype.publish("paletteID", "default", "set", "Palette ID", Line.prototype._palette.switch(), {tags:["Basic","Shared"]}); + Line.prototype.publish("smoothLines", false, "boolean", "Causes chart data lines to draw smoothly",null,{tags:["Basic","Shared"]}); + + Line.prototype.publish("stepLines", false, "boolean", "Causes chart data lines to draw smoothly",null,{tags:["Basic"]}); + + Line.prototype.publish("bulletSize", 6, "number", "Bullet Size",null,{tags:["Intermediate"]}); + Line.prototype.publish("bulletType", "round", "set", "Bullet Type", ["none", "round", "square", "triangleUp", "triangleDown", "triangleLeft", "triangleRight", "bubble", "diamond"],{tags:["Basic"]}); + + Line.prototype.enter = function(domNode, element) { + CommonSerial.prototype.enter.apply(this, arguments); + }; + + Line.prototype.updateChartOptions = function() { + CommonSerial.prototype.updateChartOptions.apply(this, arguments); + + this.buildGraphs(this._gType); + + return this._chart; + }; + + Line.prototype.buildGraphs = function(gType) { + this._chart.graphs = []; + + for (var i = 0; i < this.columns().length - 1; i++) { + var gRetVal = CommonSerial.prototype.buildGraphObj.call(this, gType, i); + var gObj = buildGraphObj.call(this, gRetVal, i); + + this._chart.addGraph(gObj); + } + + function buildGraphObj(gObj, i) { + if (this.stepLines()) { + gObj.type = "step"; + } else if (this.smoothLines()) { + gObj.type = "smoothedLine"; + } else { + gObj.type = "line"; + } + + gObj.bullet = this.bulletType(); + gObj.bulletSize = this.bulletSize(); + + return gObj; + } + }; + + Line.prototype.update = function(domNode, element) { + CommonSerial.prototype.update.apply(this, arguments); + + this.updateChartOptions(); + + this._chart.validateNow(); + this._chart.validateData(); + }; + + return Line; +})); + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/Pie.js',["d3", "../common/HTMLWidget", "amcharts.pie", "../api/I2DChart", "require"], factory); + } else { + root.amchart_Pie = factory(root.d3, root.common_HTMLWidget, root.AmCharts, root.api_I2DChart, root.require); + } +}(this, function(d3, HTMLWidget, AmCharts, I2DChart, require) { + function Pie() { + HTMLWidget.call(this); + this._tag = "div"; + this._chart = {}; + + this._selected = null; + this._selections = []; + + this._dataUpdated = 0; + this._prevDataUpdated = -1; + this._columnsUpdated = 0; + this._prevColumnsUpdated = -1; + } + Pie.prototype = Object.create(HTMLWidget.prototype); + Pie.prototype.constructor = Pie; + Pie.prototype._class += " amchart_Pie"; + Pie.prototype.implements(I2DChart.prototype); + + Pie.prototype.publish("paletteID", "default", "set", "Palette ID", Pie.prototype._palette.switch(), {tags:["Basic","Shared"]}); + Pie.prototype.publish("fontSize", 11, "number", "Font Size",null,{tags:["Basic","Shared"]}); + Pie.prototype.publish("fontFamily", "Verdana", "string", "Font Name",null,{tags:["Basic","Shared","Shared"]}); + Pie.prototype.publish("fontColor", "#000000", "html-color", "Font Color",null,{tags:["Basic","Shared"]}); + + Pie.prototype.publish("Depth3D", 0, "number", "3D Depth (px)",null,{tags:["Basic"]}); + Pie.prototype.publish("Angle3D", 0, "number", "3D Angle (Deg)",null,{tags:["Basic"]}); + + Pie.prototype.publish("marginLeft", 0, "number", "Margin (Left)",null,{tags:["Intermediate"]}); + Pie.prototype.publish("marginRight", 0, "number", "Margin (Right)",null,{tags:["Intermediate"]}); + Pie.prototype.publish("marginTop", 0, "number", "Margin (Top)",null,{tags:["Intermediate"]}); + Pie.prototype.publish("marginBottom", 0, "number", "Margin (Bottom)",null,{tags:["Intermediate"]}); + + Pie.prototype.publish("reverseDataSorting", false, "boolean", "Reverse Data Sorting",null,{tags:["Intermediate"]}); + + Pie.prototype.publish("holePercent", 0, "number", "Hole Size (Percent)",null,{tags:["Basic"]}); + + Pie.prototype.publish("radius", null, "number", "Radius",null,{tags:["Basic"]}); + Pie.prototype.publish("pieAlpha", [], "array", "Individual Alpha per Slice",null,{tags:["Private"]}); + + Pie.prototype.publish("labelPosition", "outside", "set", "Label Position", ["inside","outside"],{tags:["Intermediate"]}); + + Pie.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + Pie.prototype.publish("selectionMode", "simple", "set", "Selection Mode", ["simple", "multi"], { tags: ["Intermediate"] }); + Pie.prototype.publish("selectionColor", "#f00", "html-color", "Font Color",null,{tags:["Basic"]}); + + Pie.prototype.calcRadius = function (_) { + return Math.min(this._size.width, this._size.height) / 2 - 2; + }; + + Pie.prototype.updateChartOptions = function() { + this._chart.type = "pie"; + + this._chart.labelsEnabled = true; + if (this.labelPosition()==="inside") { + this._chart.radius = "50%"; + this._chart.labelRadius = -40; + this._chart.pullOutRadius = "20%"; + } else { + this._chart.radius = this.calcRadius(); + this._chart.labelRadius = 20; + this._chart.pullOutRadius = "20%"; + } + + this._chart.labelFunction = function(d) { + return d.title; + }; + + this._chart.marginRight = this.marginRight(); + this._chart.marginLeft = this.marginLeft(); + this._chart.marginTop = this.marginTop(); + this._chart.marginBottom = this.marginBottom(); + + this._chart.depth3D = this.Depth3D(); + this._chart.angle = this.Angle3D(); + this._chart.innerRadius = this.holePercent()+"%"; + this._chart.fontFamily = this.fontFamily(); + this._chart.fontSize = this.fontSize(); + this._chart.fontSize = this.fontSize(); + this._chart.color = this.fontColor(); + + this._chart.titleField = this.columns()[0]; + this._chart.valueField = this.columns()[1]; + + var sortingMethod; + if(this.reverseDataSorting()){ + sortingMethod = function(a,b){ return a[1] < b[1] ? 1 : -1; }; + } else { + sortingMethod = function(a,b){ return a[1] > b[1] ? 1 : -1; }; + } + this.data().sort(sortingMethod); + + this._chart.colorField = "sliceColor"; + + if (this._dataUpdated > this._prevDataUpdated || this._columnsUpdated > this._prevColumnsUpdated) { + this._chart.dataProvider = this.formatData(this.data()); + } + this._prevDataUpdated = this._dataUpdated; + this._prevColumnsUpdated = this._columnsUpdated; + + this._chart.colors = this.data().map(function (row) { + return this._palette(row[0]); + }, this); + this._chart.pullOutOnlyOne = this.selectionMode() === "simple"; + + this.pieAlpha().forEach(function(d,i) { + if (typeof(this._chart.chartData[i])==="undefined") { + this._chart.chartData[i] = {}; + } + this._chart.chartData[i].alpha = d; + },this); + + return this._chart; + }; + + Pie.prototype.formatData = function(dataArr){ + var dataObjArr = []; + var context = this; + dataArr.forEach(function(dataRow){ + var dataObj = {}; + context.columns().forEach(function(colName,cIdx){ + dataObj[colName] = dataRow[cIdx]; + }); + dataObjArr.push(dataObj); + }); + return dataObjArr; + }; + + Pie.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + var context = this; + var initObj = { + type: "pie", + addClassNames: true, + theme: "none" + }; + if (typeof define === "function" && define.amd) { + initObj.pathToImages = require.toUrl("amchartsImg"); + } + this._chart = AmCharts.makeChart(domNode, initObj); + this._chart.addListener("clickSlice", function(e) { + var field = e.chart.colorField; + var data = e.dataItem.dataContext; + + if (data[field] !== null && data[field] !== undefined) { + delete data[field]; + if (context.selectionMode() === "simple") { + if (context._selected !== null) { + delete context._selected.data[context._selected.field]; + } + context._selected = null; + } + } else { + data[field] = context.selectionColor(); + if (context.selectionMode() === "simple") { + if (context._selected !== null) { + delete context._selected.data[context._selected.field]; + } + context._selected = { + field: field, + data: data, + cIdx: 1, + dIdx: e.dataItem.index + }; + context._selections.push(context._selected); + } + } + + e.chart.validateData(); + + context.click(context.rowToObj(context.data()[e.dataItem.index]), context.columns()[1], context._selected !== null); + }); + }; + + Pie.prototype.update = function(domNode, element) { + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + domNode.style.width = this.size().width + "px"; + domNode.style.height = this.size().height + "px"; + + this.updateChartOptions(); + + this._chart.validateNow(); + this._chart.validateData(); + }; + + Pie.prototype.render = function(callback) { + return HTMLWidget.prototype.render.apply(this, arguments); + }; + + Pie.prototype.postUpdate = function (domNode, element) { + var context = this; + + var containerBoundingClientRect = context._element.select("svg").node().getBoundingClientRect(); // might need to change this selection (could get a bit more accurate results?) + this.d3LabelSelection = element.selectAll(".amcharts-pie-label"); + + var left = []; + var right = []; + var top = []; + var bottom = []; + + this.d3LabelSelection.each(function(d, i) { + var boundingRect = d3.select(this).node().getBoundingClientRect(); + + var labelTopPos = boundingRect.top; + if (labelTopPos < containerBoundingClientRect.top) { + top.push(labelTopPos - containerBoundingClientRect.top); + } + + var labelBottomPos = boundingRect.bottom; + if (labelBottomPos > containerBoundingClientRect.bottom) { + bottom.push(containerBoundingClientRect.bottom - labelTopPos); + + } + + var labelRightPos = boundingRect.right; + if (labelRightPos > containerBoundingClientRect.right) { + right.push(containerBoundingClientRect.right - labelRightPos); + } + + var labelLeftPos = boundingRect.left; + if (labelLeftPos < containerBoundingClientRect.left) { + left.push(labelLeftPos - containerBoundingClientRect.left); + } + }); + + var topOffset = top.length ? d3.min(top) : 0; + var bottomOffset = bottom.length ? d3.min(bottom) : 0; + var rightOffset = right.length ? d3.min(right) : 0; + var leftOffset = left.length ? d3.min(left) : 0; + + var smallerOffset = 0; + + if (topOffset < 0){ + smallerOffset += topOffset; + } + if (bottomOffset < 0){ + smallerOffset += bottomOffset; + } + if (rightOffset < 0){ + smallerOffset += rightOffset; + } + if (leftOffset < 0){ + smallerOffset += leftOffset; + } + + if (this.calcRadius() + smallerOffset - 20 < this.calcRadius()) { + this._chart.radius = this.calcRadius() + smallerOffset - 20; // 20 for the label line lengths + this._chart.validateNow(); + } + }; + + Pie.prototype.data = function(_) { + if (arguments.length) { + this._dataUpdated++; + } + return HTMLWidget.prototype.data.apply(this, arguments); + }; + + Pie.prototype.columns = function(_) { + if (arguments.length) { + this._columnsUpdated++; + } + return HTMLWidget.prototype.columns.apply(this, arguments); + }; + + return Pie; +})); + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/Polar.js',["d3", "./CommonRadar", "amcharts.radar", "../api/INDChart"], factory); + } else { + root.amchart_Polar = factory(root.d3, root.amchart_CommonRadar, root.amcharts, root.api_INDChart); + } +}(this, function(d3, CommonRadar, AmCharts, INDChart) { + function Polar() { + CommonRadar.call(this); + this._tag = "div"; + this._gType = "column"; + } + Polar.prototype = Object.create(CommonRadar.prototype); + Polar.prototype.constructor = Polar; + Polar.prototype._class += " amchart_Polar"; + Polar.prototype.implements(INDChart.prototype); + + Polar.prototype.publish("paletteID", "default", "set", "Palette ID", Polar.prototype._palette.switch(), {tags:["Basic","Shared"]}); + + Polar.prototype.enter = function(domNode, element) { + CommonRadar.prototype.enter.apply(this, arguments); + }; + + Polar.prototype.updateChartOptions = function() { + CommonRadar.prototype.updateChartOptions.apply(this, arguments); + + this.buildGraphs(this._gType); + + return this._chart; + }; + + Polar.prototype.buildGraphs = function(gType) { + this._chart.graphs = []; + + for (var i = 0; i < this.columns().length - 1; i++) { + var gRetVal = CommonRadar.prototype.buildGraphObj.call(this, gType, i); + var gObj = buildGraphObj.call(this, gRetVal, this._valueField[i], i); + + this._chart.addGraph(gObj); + } + + function buildGraphObj(gObj,valueField) { + gObj.valueField = valueField; + return gObj; + } + }; + + Polar.prototype.update = function(domNode, element) { + CommonRadar.prototype.update.apply(this, arguments); + this.updateChartOptions(); + + this._chart.validateNow(); + this._chart.validateData(); + }; + + return Polar; +})); + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/Pyramid.js',["d3", "./CommonFunnel", "amcharts.funnel", "../api/I2DChart"], factory); + } else { + root.amchart_Pyramid = factory(root.d3, root.amchart_CommonFunnel, root.amcharts, root.api_I2DChart); + } +}(this, function(d3, CommonFunnel, AmCharts, I2DChart) { + function Pyramid() { + CommonFunnel.call(this); + this._tag = "div"; + } + + Pyramid.prototype = Object.create(CommonFunnel.prototype); + Pyramid.prototype.constructor = Pyramid; + Pyramid.prototype._class += " amchart_Pyramid"; + Pyramid.prototype.implements(I2DChart.prototype); + + Pyramid.prototype.publish("paletteID", "default", "set", "Palette ID", Pyramid.prototype._palette.switch(), {tags:["Basic","Shared"]}); + + Pyramid.prototype.enter = function(domNode, element) { + CommonFunnel.prototype.enter.apply(this, arguments); + }; + + Pyramid.prototype.updateChartOptions = function() { + CommonFunnel.prototype.updateChartOptions.apply(this, arguments); + }; + + Pyramid.prototype.update = function(domNode, element) { + CommonFunnel.prototype.update.apply(this, arguments); + }; + + return Pyramid; +})); + + +(function(root, factory) { + if (typeof define === "function" && define.amd) { + define('amchart/Scatter.js',["d3", "./CommonXY", "amcharts.xy", "../api/INDChart"], factory); + } else { + root.amchart_Scatter = factory(root.d3, root.amchart_CommonXY, root.amcharts, root.api_INDChart); + } +}(this, function(d3, CommonXY, AmCharts, INDChart) { + function Scatter() { + CommonXY.call(this); + this._tag = "div"; + + this._type = "Scatter"; + this._gType = "column"; + } + Scatter.prototype = Object.create(CommonXY.prototype); + Scatter.prototype.constructor = Scatter; + Scatter.prototype._class += " amchart_Scatter"; + Scatter.prototype.implements(INDChart.prototype); + + Scatter.prototype.publish("paletteID", "default", "set", "Palette ID", Scatter.prototype._palette.switch(), {tags:["Basic","Shared"]}); + + Scatter.prototype.publish("scatterType", "scatter", "set", "Bullet Type", ["scatter", "bubble"],{tags:["Basic"]}); + + Scatter.prototype.enter = function(domNode, element) { + CommonXY.prototype.enter.apply(this, arguments); + }; + + Scatter.prototype.updateChartOptions = function() { + CommonXY.prototype.updateChartOptions.apply(this, arguments); + + this.buildGraphs(this._gType); + + return this._chart; + }; + + Scatter.prototype.buildGraphs = function(gType) { + this._chart.graphs = []; + + for (var i = 0; i < this.columns().length; i++) { + var gRetVal = CommonXY.prototype.buildGraphObj.call(this, gType, i); + var gObj = buildGraphObj.call(this, gRetVal, i); + + this._chart.addGraph(gObj); + } + + function buildGraphObj(gObj) { + if (this.scatterType() === "bubble") { + gObj["valueField"] = this.columns()[2]; + } else { + delete gObj["valueField"]; + } + return gObj; + } + }; + + Scatter.prototype.update = function(domNode, element) { + CommonXY.prototype.update.apply(this, arguments); + + this.updateChartOptions(); + + this._chart.validateNow(); + this._chart.validateData(); + + }; + + return Scatter; +})); diff --git a/dist/hpcc-viz-amchart.min.js b/dist/hpcc-viz-amchart.min.js new file mode 100644 index 0000000000..a051c64bd7 --- /dev/null +++ b/dist/hpcc-viz-amchart.min.js @@ -0,0 +1,3 @@ +!function(t,e){"function"==typeof define&&define.amd?define("amchart/Axis.js",["../common/PropertyExt","../common/Class"],e):t.amchart_Axis=e(t.common_PropertyExt,t.common_Class)}(this,function(t,e){function i(){e.call(this),t.call(this)}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype.mixin(t),i.prototype.constructor=i,i.prototype._class+=" amchart_Axis",i.prototype.publish("type",null,"set","X/Y Axis Text Font Size",["x","y"],{tags:["Basic","Shared"]}),i.prototype.id=function(t){return arguments.length?(this._id=t,this):this._id},i.prototype.render=function(t){this._owningWidget.render(t)},i}),function(t,e){"function"==typeof define&&define.amd?define("amchart/SerialAxis.js",["./Axis","d3"],e):t.amchart_SerialAxis=e(t.amchart_Axis,t.d3)}(this,function(t,e){function i(){t.call(this),this._parser=e.time.format("%Y-%m-%d").parse}i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" amchart_SerialAxis",i.prototype.publish("axisFontSize",null,"number","X/Y Axis Text Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisBaselineColor","#000000","html-color","X Axis Baseline Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisFontColor","#000000","html-color","Horizontal Axis Text Style (Color)",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisTitle","","string","X-Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisTitleFontSize",null,"number","Vertical Axis Title Text Style (Font Size)",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisTitleFontColor","#000000","html-color","Axis Title Text Style (Color)",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisLabelRotation",0,"number","Axis Label Rotation",null,{min:0,max:90,step:.1,inputType:"range",tags:["Intermediate","Shared"]}),i.prototype.publish("axisLineWidth",1,"number","Axis Line Width",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("axisAlpha",1,"number","Axis Alpha",null,{tags:["Intermediate"]}),i.prototype.publish("axisAutoGridCount",!0,"boolean","Specifies Whether Number of GridCount Is Specified Automatically, According To The Axis Size",null,{tags:["Advanced"]}),i.prototype.publish("axisGridPosition","start","set","Specifies If A Grid Line Is Placed On The Center of A Cell or On The Beginning of A Cell",["start","middle"],{tags:["Advanced"]}),i.prototype.publish("axisBoldPeriodBeginning",!0,"boolean","When parse dates is on for the category axis, the chart will try to highlight the beginning of the periods, like month, in bold.",null,{tags:["Intermediate"]}),i.prototype.publish("axisDashLength",0,"number","Length of a dash. 0 means line is not dashed.",null,{tags:["Advanced"]}),i.prototype.publish("axisFillAlpha",0,"number","Fill opacity. Every second space between grid lines can be filled with color. Set fillAlpha to a value greater than 0 to see the fills.",null,{tags:["Intermediate"]}),i.prototype.publish("axisFillColor",null,"html-color","Fill color. Every second space between grid lines can be filled with color. Set fillAlpha to a value greater than 0 to see the fills.",null,{tags:["Intermediate"]}),i.prototype.publish("axisGridAlpha",0,"number","Grid alpha.",null,{tags:["Intermediate"]}),i.prototype.publish("startOnAxis",!0,"boolean","Draw Chart Starting On Axis.",null,{tags:["Intermediate"]}),i.prototype.publish("axisTypeTimePattern","%Y-%m-%d","string","Time Series Pattern"),i.prototype.publish("axisType","ordinal","set","X-Axis Type",["ordinal","linear","time","pow","log","none"]),i.prototype.publish("axisTickFormat","","string","Y-Axis Tick Format"),i.prototype.publish("position",null,"set","Position of Axis",["top","bottom","left","right"]);var a=i.prototype.axisTypeTimePattern;return i.prototype.axisTypeTimePattern=function(t){var i=a.apply(this,arguments);return arguments.length&&(this._parser=e.time.format(t).parse),i},i}),function(t,e){"function"==typeof define&&define.amd?define("amchart/CommonSerial.js",["d3","../common/HTMLWidget","amcharts.serial","require","../common/Utility","./SerialAxis"],e):t.amchart_CommonSerial=e(t.d3,t.common_HTMLWidget,t.AmCharts,t.require,t.common_Utility,t.amchart_SerialAxis)}(this,function(t,e,i,a,s,o){function r(){e.call(this),this._tag="div",this._chart={},this._selected=null,this._selections=[],this._dataUpdated=0,this._prevDataUpdated=-1,this._columnsUpdated=0,this._prevColumnsUpdated=-1,this._dateParserData=t.time.format("%Y-%m-%d").parse,this._dateParserValue=t.time.format("%Y-%m-%d").parse,this._colorObj={},this._selectionObj={},this._xAxis=new o,this._xAxis.owningWidget=this,this._yAxis=new o,this._yAxis.owningWidget=this}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" amchart_CommonSerial",r.prototype.publish("backwardsCompatible",!0,"boolean","Allow use of old publish parameters"),r.prototype.publish("xAxes",[],"propertyArray","xAxis",null,{max:1,tags:["Basic"]}),r.prototype.publish("yAxes",[],"propertyArray","yAxis",null,{tags:["Basic"]}),r.prototype.publish("fontSize",11,"number","Font Size",null,{tags:["Basic","Shared"]}),r.prototype.publish("fontFamily","Verdana","string","Font Name",null,{tags:["Basic","Shared","Shared"]}),r.prototype.publish("fontColor","#000000","html-color","Font Color",null,{tags:["Basic","Shared"]}),r.prototype.publish("lineWidth",1,"number","Line Thickness",null,{min:0,max:10,step:1,inputType:"range",tags:["Basic","Shared"]}),r.prototype.publish("lineColor",null,"html-color","Color of the data/content lines",null,{tags:["Basic","Shared"]}),r.prototype.publish("lineOpacity",1,"number","Line Opacity",null,{min:0,max:1,step:.001,inputType:"range",tags:["Basic","Shared"]}),r.prototype.publish("dashedLineStyle",0,"number","Length of Dashed Line. 0 = none",null,{tags:["Advanced","Shared"]}),r.prototype.publish("marginLeft",null,"number","Margin (Left)",null,{tags:["Intermediate"]}),r.prototype.publish("marginRight",null,"number","Margin (Right)",null,{tags:["Intermediate"]}),r.prototype.publish("marginTop",null,"number","Margin (Top)",null,{tags:["Intermediate"]}),r.prototype.publish("marginBottom",null,"number","Margin (Bottom)",null,{tags:["Intermediate"]}),r.prototype.publish("showScrollbar",!1,"boolean","Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}),r.prototype.publish("orientation","horizontal","set","Orientation",["horizontal","vertical"],{tags:["Intermediate"]}),r.prototype.publish("startDuration",.3,"number","Start Duration (sec)",null,{tags:["Private"]}),r.prototype.publish("useImgPatterns",!1,"boolean","Enable Image Pattern backgrounds",null,{tags:["Private"]}),r.prototype.publish("imgPatternArr",'["../ampatterns/black/pattern2.png"]',"string","Background Pattern Images (Not used if '[]')",null,{inputType:"textarea",tags:["Private"]}),r.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),r.prototype.publish("axisMinPeriod","MM","string","Minimum period when parsing dates"),r.prototype.publish("selectionColor","#f00","html-color","Font Color",null,{tags:["Basic"]}),r.prototype.publish("selectionMode","simple","set","Selection Mode",["simple","multi"],{tags:["Intermediate"]}),r.prototype.publish("showCursor",!1,"boolean","Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}),r.prototype.publish("showFirstLabel",!0,"boolean","Show first label",null,{tags:["Intermediate","Shared"]}),r.prototype.publish("showLastLabel",!0,"boolean","Show last label",null,{tags:["Intermediate","Shared"]}),r.prototype.publish("equalSpacing",!1,"boolean","Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}),r.prototype.publish("paletteGrouping","By Column","set","Palette Grouping",["By Category","By Column"],{tags:["Basic"]}),r.prototype.publish("y2",[],"array","Columns to associate with second Y-Axis"),r.prototype.publish("axisLineWidth",1,"number","Axis Line Width",null,{tags:["Intermediate","Shared"]}),r.prototype.publish("axisAlpha",1,"number","Axis Alpha",null,{tags:["Intermediate"]}),r.prototype.publish("startOnAxis",!0,"boolean","Draw Chart Starting On Axis.",null,{tags:["Intermediate"]}),r.prototype.publish("xAxisShowAllLabels",!1,"boolean","show All Category Axis Labels",null,{tags:["Intermediate"]}),r.prototype.publish("axisFontSize",null,"number","X/Y Axis Text Font Size",null,{tags:["Basic","Shared"]}),r.prototype.publishProxy("xAxisBaselineColor","_xAxis","axisBaselineColor"),r.prototype.publishProxy("yAxisBaselineColor","_yAxis","axisBaselineColor"),r.prototype.publishProxy("xAxisFontColor","_xAxis","axisFontColor"),r.prototype.publishProxy("yAxisFontColor","_yAxis","axisFontColor"),r.prototype.publishProxy("xAxisTitle","_xAxis","axisTitle"),r.prototype.publishProxy("yAxisTitle","_yAxis","axisTitle"),r.prototype.publishProxy("xAxisTitleFontSize","_xAxis","axisTitleFontSize"),r.prototype.publishProxy("yAxisTitleFontSize","_yAxis","axisTitleFontSize"),r.prototype.publishProxy("xAxisTitleFontColor","_xAxis","axisTitleFontColor"),r.prototype.publishProxy("yAxisTitleFontColor","_yAxis","axisTitleFontColor"),r.prototype.publishProxy("xAxisLabelRotation","_xAxis","axisLabelRotation"),r.prototype.publishProxy("yAxisLabelRotation","_yAxis","axisLabelRotation"),r.prototype.publishProxy("xAxisAutoGridCount","_xAxis","axisAutoGridCount"),r.prototype.publishProxy("yAxisAutoGridCount","_yAxis","axisAutoGridCount"),r.prototype.publishProxy("xAxisGridPosition","_xAxis","axisGridPosition"),r.prototype.publishProxy("xAxisBoldPeriodBeginning","_xAxis","axisBoldPeriodBeginning"),r.prototype.publishProxy("yAxisBoldPeriodBeginning","_yAxis","axisBoldPeriodBeginning"),r.prototype.publishProxy("xAxisDashLength","_xAxis","axisDashLength"),r.prototype.publishProxy("yAxisDashLength","_yAxis","axisDashLength"),r.prototype.publishProxy("xAxisFillAlpha","_xAxis","axisFillAlpha"),r.prototype.publishProxy("yAxisFillAlpha","_yAxis","axisFillAlpha"),r.prototype.publishProxy("xAxisFillColor","_xAxis","axisFillColor"),r.prototype.publishProxy("yAxisFillColor","_yAxis","axisFillColor"),r.prototype.publishProxy("xAxisGridAlpha","_xAxis","axisGridAlpha"),r.prototype.publishProxy("yAxisGridAlpha","_yAxis","axisGridAlpha"),r.prototype.publishProxy("xAxisTypeTimePattern","_xAxis","axisTypeTimePattern"),r.prototype.publishProxy("yAxisTypeTimePattern","_yAxis","axisTypeTimePattern"),r.prototype.publishProxy("xAxisType","_xAxis","axisType"),r.prototype.publishProxy("yAxisType","_yAxis","axisType"),r.prototype.publishProxy("xAxisTickFormat","_xAxis","axisTickFormat"),r.prototype.publishProxy("yAxisTickFormat","_yAxis","axisTickFormat"),r.prototype._origBackwardsCompatible=r.prototype.backwardsCompatible,r.prototype.backwardsCompatible=function(t){var e=r.prototype._origBackwardsCompatible.apply(this,arguments);return arguments.length&&this.switchProperties(t),e},r.prototype.switchProperties=function(t){t===!0?r.prototype.excludeObjs=["amchart_SerialAxis"]:r.prototype.excludeObjs=[]},r.prototype.xAxis=function(t){if(!this.xAxes()[t]){var e=new o;e._owningWidget=this,this.xAxes()[t]=e}return this.xAxes()[t]},r.prototype.yAxis=function(t){if(!this.yAxes()[t]){var e=new o;e._owningWidget=this,this.yAxes()[t]=e}return this.yAxes()[t]},r.prototype.formatData=function(t){switch(this.xAxes()[0].axisType()){case"time":return this.xAxes()[0]._parser("number"==typeof t?t.toString():t);default:return t}},r.prototype.formatValue=function(t){if(!t)return t;if(t instanceof Array)return t.map(function(t){return this.formatValue(t)},this);switch(this.yAxes()[0].axisType()){case"time":return this.yAxes()[0]._parser("number"==typeof t?t.toString():t);default:return"string"==typeof t?+t:t}},r.prototype.amFormatData=function(t){this._rangeType=null;var e=[],i=this;if(t.forEach(function(t){var a={};t.forEach(function(t,e){var s=i.columns()[e];if(t instanceof Array){var o=e-1;2===t.length?(a["openField"+o]=i.formatValue(t[0]),a["valueField"+o]=i.formatValue(t[1]),i._rangeType="normal"):(a["lowField"+o]=i.formatValue(t[0]),a["openField"+o]=i.formatValue(t[1]),a["closeField"+o]=i.formatValue(t[2]),a["highField"+o]=i.formatValue(t[3]),i._rangeType="candle-ohlc")}else 0===e?a[s]=i.formatData(t):e>=i.columns().length?a[s]=t:a[s]=i.formatValue(t)}),a.__origRow=t,e.push(a)}),"time"===this.xAxisType()){var a=i.columns()[0];e.sort(function(t,e){return t[a]-e[a]}),this.data(e.map(function(t){var e=t.__origRow;return delete t.__origRow,e}))}return e},r.prototype.updateChartOptions=function(){var e=this;this._chart.type="serial",this._chart.startDuration=this.startDuration(),this._chart.rotate="vertical"===this.orientation(),this._chart.color=this.fontColor(),this._chart.fontSize=this.fontSize(),this._chart.fontFamily=this.fontFamily(),this._chart.categoryAxis={};var a=this.xAxes()[0];switch(this._chart.categoryAxis.position=a.position()?a.position():"bottom",this._chart.categoryAxis.autoGridCount=a.axisAutoGridCount(),this._chart.categoryAxis.gridPosition=a.axisGridPosition(),this._chart.categoryAxis.axisAlpha=a.axisAlpha(),this._chart.categoryAxis.gridAlpha=a.axisGridAlpha(),this._chart.categoryAxis.startOnAxis=a.startOnAxis(),this._chart.categoryAxis.labelRotation=a.axisLabelRotation(),this._chart.categoryAxis.title=a.axisTitle(),this._chart.categoryAxis.axisColor=a.axisBaselineColor(),this._chart.categoryAxis.axisThickness=a.axisLineWidth(),this._chart.categoryAxis.boldPeriodBeginning=a.axisBoldPeriodBeginning(),this._chart.categoryAxis.dashLength=a.axisDashLength(),this._chart.categoryAxis.fillAlpha=a.axisFillAlpha(),this._chart.categoryAxis.fillColor=a.axisFillColor(),this._chart.categoryAxis.fontSize=a.axisFontSize(),this._chart.categoryAxis.color=a.axisFontColor(),this._chart.categoryAxis.titleColor=a.axisTitleFontColor(),this._chart.categoryAxis.titleFontSize=a.axisTitleFontSize(),this._chart.categoryAxis.showFirstLabel=this.showFirstLabel(),this._chart.categoryAxis.showLastLabel=this.showLastLabel(),this._chart.categoryAxis.equalSpacing=this.equalSpacing(),a.axisType()){case"time":this._chart.categoryAxis.parseDates=!0,this._chart.categoryAxis.minPeriod=this.axisMinPeriod()?this.axisMinPeriod():void 0,this._chart.categoryAxis.logarithmic=!1,a.axisTickFormat()?this.dataFormatter=t.time.format(a.axisTickFormat()):a.axisTypeTimePattern()?this.dataFormatter=t.time.format(a.axisTypeTimePattern()):this.dataFormatter=function(t){return t};break;case"log":this._chart.categoryAxis.parseDates=!1,this._chart.categoryAxis.logarithmic=!0,this.dataFormatter=a.axisTickFormat()?t.format(a.axisTickFormat()):function(t){return t};break;case"linear":default:this._chart.categoryAxis.parseDates=!1,this._chart.categoryAxis.logarithmic=!1,this.dataFormatter=a.axisTickFormat()?t.format(a.axisTickFormat()):function(t){return t}}this._chart.categoryAxis.labelFunction=function(t,i,s){switch(a.axisType()){case"time":return e.dataFormatter(a.axisTickFormat()||a.axisTypeTimePattern()?new Date(i):i);default:return e.dataFormatter(t)}};for(var s=0;sthis._prevDataUpdated||this._prevYAxisType!==this._currYAxisTypes||this._prevXAxisType!==this._currXAxisTypes||this._prevXAxisTypeTimePattern!==this._currXAxisTypeTimePatterns||this._prevYAxisTypeTimePattern!==this._currYAxisTypeTimePatterns||this.paletteGrouping&&this._prevPaletteGrouping!==this.paletteGrouping()||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.amFormatData(this.data())),this._chart.dataProvider=this.amFormatData(this.data()),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._prevXAxisTypes=this._currXAxisTypes,this._prevYAxisTypes=this._currYAxisTypes,this._prevXAxisTypeTimePatterns=this._currXAxisTypeTimePatterns,this._prevYAxisTypeTimePatterns=this._currXAxisTypeTimePatterns,this.paletteGrouping&&(this._prevPaletteGrouping=this.paletteGrouping()),this.amFormatColumns(),a.axisAutoGridCount()===!1&&this.xAxisShowAllLabels()&&(this._chart.categoryAxis.gridCount=this._chart.dataProvider.length);var r,l;return this._chart.colors=[],-1!==e._class.indexOf("amchart_Area")&&(l="Area"),this._chart.dataProvider.forEach(function(t,i){e.columns().filter(function(t,e){return e>0}).forEach(function(t,a){r="By Category"===e.paletteGrouping()?e._palette(i):e._palette(t),e._chart.colors.push(r),e._chart.dataProvider[i]["color"+a]=r,"Area"!==l&&(e._chart.dataProvider[i]["linecolor"+a]=e.lineColor()?e.lineColor():r),void 0===e._colorObj[i]&&(e._colorObj[i]={}),e._colorObj[i][a]={color:r,lineColor:e.lineColor()?e.lineColor():r}})}),this._chart},r.prototype.buildGraphObj=function(t,e){var i=this,a={};a.id="g"+e,-1!==this.y2().indexOf(e)?a.valueAxis="v1":a.valueAxis="v0",a.balloonFunction=function(t){return"line"===t.graph.type?t.category+", "+i.columns()[t.graph.index+1]+": "+i.data()[t.index][t.graph.index+1]:t.category+", "+i.columns()[t.graph.columnIndex+1]+": "+i.data()[t.index][t.graph.columnIndex+1]},a.lineAlpha=i.lineOpacity(),a.lineColor=i.lineColor(),a.lineThickness=i.lineWidth(),a.dashLength=i.dashedLineStyle(),a.type=t,a.title="";var s=["value","open","close","high","low"];s.forEach(function(t){"undefined"!=typeof i["_"+t+"Field"]&&"undefined"!=typeof i["_"+t+"Field"][e]&&(a[t+"Field"]=i["_"+t+"Field"][e])});try{if(i.useImgPatterns()){var o=JSON.parse(i.imgPatternArr());"undefined"!=typeof o[e]&&(a.pattern=o[e])}else a.pattern=""}catch(r){console.log("e:"),console.log(r)}return a.colorField="color"+e,a.lineColorField="linecolor"+e,a.fillColorsField="fillcolor"+e,a},r.prototype.amFormatColumns=function(t){return this._categoryField=this.columns()[0],this._chart.categoryField=this.columns()[0],this._openField=[],this._closeField=[],this._valueField=this.columns().slice(1),this},r.prototype.enter=function(t,s){if(e.prototype.enter.apply(this,arguments),0===this.xAxes().length&&this.xAxes().push(this._xAxis),0===this.yAxes().length&&this.yAxes().push(this._yAxis),this.y2().length&&1===this.yAxes().length){var r=new o;r.owningWidget=this,this.yAxes().push(r)}var l=this,n={type:"serial",addClassNames:!0,chartScrollbar:{},chartCursor:{enabled:!1,valueLineEnabled:!1,valueLineBalloonEnabled:!1,categoryBalloonEnabled:!1,cursorAlpha:0,valueLineAlpha:.2,oneBalloonOnly:!0,balloonPointerOrientation:"vertical",valueBalloonsEnabled:!1}};"function"==typeof define&&define.amd&&(n.pathToImages=a.toUrl("amchartsImg")),this._chart=i.makeChart(t,n),this._chart.addListener("clickGraphItem",function(t){var e,i,a=t.graph,s=t.item.dataContext;"column"===l._gType?(e=a.fillColorsField,i=a.lineColorField):"line"===l._gType?e=a.colorField:"area"===l._gType&&(e=a.colorField),e&&(null!==s[e]&&void 0!==s[e]?(delete s[e],s[i]=l._colorObj[t.index][t.target.columnIndex].lineColor,"simple"===l.selectionMode()&&(null!==l._selected&&(delete l._selected.data[l._selected.field],l._selected.data[l._selected.field2]=l._colorObj[l._selected.dIdx][l._selected.cIdx].lineColor),l._selected=null)):(s[e]=l.selectionColor(),s[i]=l.selectionColor(),"simple"===l.selectionMode()&&(null!==l._selected&&(delete l._selected.data[l._selected.field],l._selected.data[l._selected.field2]=l._colorObj[l._selected.dIdx][l._selected.cIdx].lineColor),l._selected={field:e,field2:i,data:s,dIdx:t.index,cIdx:t.target.columnIndex},l._selections.push(l._selected))),t.chart.validateData()),l.click(l.rowToObj(l.data()[t.index]),l.columns()[t.target.columnIndex+1],null!==l._selected)})},r.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var a=this;this.yAxes().forEach(function(t,e){0===e&&(a._yAxis=t),t._owningWidget=a}),this.xAxes().forEach(function(t,e){0===e&&(a._xAxis=t),t._owningWidget=a}),this.backwardsCompatible()?this.switchProperties(!0):this.switchProperties(!1),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()))},r.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},r.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},r.prototype.columns=function(t){return arguments.length&&this._columnsUpdated++,e.prototype.columns.apply(this,arguments)},r}),"function"==typeof define&&define.amd&&define("css",[],function(){return{load:function(t,e,i){i()}}}),function(t,e){"function"==typeof define&&define.amd?define("amchart/Area.js",["d3","./CommonSerial","amcharts.serial","../api/INDChart","css!./Area"],e):t.amchart_Area=e(t.d3,t.amchart_CommonSerial,t.amcharts,t.api_INDChart)}(this,function(t,e,i,a){function s(){e.call(this),this._tag="div",this._gType="line"}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" amchart_Area",s.prototype["implements"](a.prototype),s.prototype.publish("paletteID","default","set","Palette ID",s.prototype._palette["switch"](),{tags:["Basic","Shared"]}),s.prototype.publish("stacked",!1,"boolean","Stack Chart",null,{tags:["Basic","Shared"]}),s.prototype.publish("fillOpacity",.7,"number","Opacity of The Fill Color",null,{min:0,max:1,step:.001,inputType:"range",tags:["Intermediate","Shared"]}),s.prototype.publish("stackType","regular","set","Stack Type",["none","regular","100%"],{tags:["Basic"]}),s.prototype.publish("bulletSize",6,"number","Bullet Size",null,{tags:["Intermediate"]}),s.prototype.publish("bulletType","round","set","Bullet Type",["none","round","square","triangleUp","triangleDown","triangleLeft","triangleRight","bubble","diamond"],{tags:["Basic"]}),s.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},s.prototype.updateChartOptions=function(){return e.prototype.updateChartOptions.apply(this,arguments),this.stacked()?this._chart.valueAxes[0].stackType=this.stackType():this._chart.valueAxes[0].stackType="none",this.buildGraphs(this._gType),this._chart},s.prototype.buildGraphs=function(t){function i(t,e){return t.fillAlphas=this.fillOpacity(),t.bullet=this.bulletType(),t.bulletSize=this.bulletSize(),t}this._chart.graphs=[];for(var a=0;ae[1]?1:-1};return this.reverseDataSorting()&&(t=function(t,e){return t[1]this._prevDataUpdated||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.formatData(this.data())),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._chart.colors=this.data().map(function(t){return this._palette(t[0])},this),this.showScrollbar()?this._chart.chartScrollbar.enabled=!0:this._chart.chartScrollbar.enabled=!1,this._chart},s.prototype.formatData=function(t){var e=[],i=this;return t.forEach(function(t){var a={};i.columns().forEach(function(e,i){a[e]=t[i]}),e.push(a)}),e},s.prototype.enter=function(t,s){e.prototype.enter.apply(this,arguments);var o=this,r={type:"funnel",addClassNames:!0,autoResize:!0,autoMargins:!0,chartScrollbar:{}};"function"==typeof define&&define.amd&&(r.pathToImages=a.toUrl("amchartsImg")),this._chart=i.makeChart(t,r),this._chart.addListener("clickSlice",function(t){var e=t.chart.colorField,i=t.dataItem.dataContext;null!==i[e]&&void 0!==i[e]?(delete i[e],"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field],o._selected=null)):(i[e]=o.selectionColor(),"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field],o._selected={field:e,data:i,cIdx:1,dIdx:t.dataItem.index},o._selections.push(o._selected))),t.chart.validateData(),o.click(o.rowToObj(o.data()[t.dataItem.index]),o.columns()[1],null!==o._selected)})},s.prototype.update=function(t,i){e.prototype.update.apply(this,arguments),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.updateChartOptions(),this._chart.validateNow(),this._chart.validateData()},s.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},s.prototype.postUpdate=function(e,i){var a=this;if("center"!==this.labelPosition()){var s=a._element.select("svg").node().getBoundingClientRect();this.d3LabelSelection=i.selectAll(".amcharts-funnel-item");var o=[],r=[];this.d3LabelSelection.each(function(e,i){var a=t.select(this).node().getBoundingClientRect(),l=a.right;l>s.right&&r.push(s.right-l);var n=a.left;nl&&(h+=l),0>n&&(h+=n),this.labelPosition()){case"right":this._chart.marginRight=Math.abs(h),this._chart.marginLeft=0;break;case"left":this._chart.marginLeft=Math.abs(h),this._chart.marginRight=0}this._chart.validateNow()}},s.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},s}),function(t,e){"function"==typeof define&&define.amd?define("amchart/CommonRadar",["d3","../common/HTMLWidget","amcharts.radar","require"],e):t.amchart_CommonRadar=e(t.d3,t.common_HTMLWidget,t.AmCharts,t.require)}(this,function(t,e,i,a){function s(){e.call(this),this._tag="div",this._chart={},this._selected=null,this._selections=[],this._dataUpdated=0,this._prevDataUpdated=-1,this._columnsUpdated=0,this._prevColumnsUpdated=-1}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" amchart_CommonRadar",s.prototype.publish("fontSize",11,"number","Font Size",null,{tags:["Basic","Shared"]}),s.prototype.publish("fontFamily","Verdana","string","Font Name",null,{tags:["Basic","Shared","Shared"]}),s.prototype.publish("fontColor","#000000","html-color","Font Color",null,{tags:["Basic","Shared"]}),s.prototype.publish("lineWidth",2,"number","Line Thickness",null,{min:0,max:10,step:1,inputType:"range",tags:["Basic","Shared"]}),s.prototype.publish("lineOpacity",1,"number","Line Opacity",null,{min:0,max:1,step:.001,inputType:"range",tags:["Basic","Shared"]}),s.prototype.publish("dashedLineStyle",0,"number","",null,{tags:["Advanced","Shared"]}),s.prototype.publish("yAxisBaselineColor",null,"html-color","Axis color",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("axisFontSize",void 0,"number","Size of value labels text. Will use chart's fontSize if not set.",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisFontColor",void 0,"string","Font Name",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisTitle","","string","Y-Axis Title",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisTitleFontColor",null,"html-color","Color of axis value labels. Will use chart's color if not set.",null,{tags:["Basic","Shared"]}),s.prototype.publish("yAxisTitleFontSize",null,"html-color","Font Size of axis value labels. Will use chart's color if not set.",null,{tags:["Basic","Shared"]}),s.prototype.publish("axisLineWidth",1,"number","Thickness of axis",null,{tags:["Basic","Shared"]}),s.prototype.publish("marginLeft",null,"number","Margin (Left)",null,{tags:["Intermediate"]}),s.prototype.publish("marginRight",null,"number","Margin (Right)",null,{tags:["Intermediate"]}),s.prototype.publish("marginTop",null,"number","Margin (Top)",null,{tags:["Intermediate"]}),s.prototype.publish("marginBottom",null,"number","Margin (Bottom)",null,{tags:["Intermediate"]}),s.prototype.publish("showScrollbar",!1,"boolean","Chart Scrollbar",null,{tags:["Intermediate"]}),s.prototype.publish("startDuration",.3,"number","Start Duration (sec)",null,{tags:["Private"]}),s.prototype.publish("yAxisAutoGridCount",!0,"boolean","Specifies whether number of gridCount is specified automatically, acoarding to the axis size",null,{tags:["Advanced"]}),s.prototype.publish("yAxisGridPosition","start","set","Specifies if a grid line is placed on the center of a cell or on the beginning of a cell",["start","middle"],{tags:["Advanced"]}),s.prototype.publish("yAxisMinimum",[],"array","",null,{tags:["Advanced"]}),s.prototype.publish("yAxisTitleOffset",[],"array","",null,{tags:["Advanced"]}),s.prototype.publish("yAxisDashLength",[],"array","Length of a dash. 0 means line is not dashed.",null,{tags:["Advanced"]}),s.prototype.publish("axisAlpha",1,"number","Axis opacity",null,{tags:["Intermediate"]}),s.prototype.publish("circularGrid",!1,"boolean","Circular Grid",null,{tags:["Intermediate"]}),s.prototype.publish("bulletSize",9,"number","Bullet Size",null,{tags:["Intermediate"]}),s.prototype.publish("bulletType","round","set","Bullet Type",["none","round","square","triangleUp","triangleDown","triangleLeft","triangleRight","bubble","diamond"],{tags:["Intermediate"]}),s.prototype.publish("fillOpacity",.3,"number","Shape Opacity",null,{min:0,max:1,step:.001,inputType:"range",tags:["Intermediate"]}),s.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("yAxisTickFormat",null,"string","Y-Axis Tick Format",null,{optional:!0}),s.prototype.publish("selectionColor","#f00","html-color","Font Color",null,{tags:["Basic"]}),s.prototype.publish("selectionMode","simple","set","Selection Mode",["simple","multi"],{tags:["Intermediate"]}),s.prototype.updateChartOptions=function(){var e=this;return this._chart.theme="none",this._chart.type="radar",this._chart.startDuration=this.startDuration(),this._chart.categoryField=this.columns()[0],this._valueField=this.columns().slice(1),this._chart.color=this.fontColor(),this._chart.fontSize=this.fontSize(),this._chart.fontFamily=this.fontFamily(),this.marginLeft()&&(this._chart.marginLeft=this.marginLeft()),this.marginRight()&&(this._chart.marginRight=this.marginRight()),this.marginTop()&&(this._chart.marginTop=this.marginTop()),this.marginBottom()&&(this._chart.marginBottom=this.marginBottom()),this.titles=[],(this._dataUpdated>this._prevDataUpdated||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.formatData(this.data())),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._chart.valueAxes[0].title=this.yAxisTitle(),this._chart.valueAxes[0].axisTitleOffset=this.yAxisTitleOffset(),this._chart.valueAxes[0].minimum=this.yAxisMinimum(),this._chart.valueAxes[0].axisAlpha=this.axisAlpha(),this._chart.valueAxes[0].dashLength=this.yAxisDashLength()||this.dashedLineStyle(),this._chart.valueAxes[0].axisColor=this.yAxisBaselineColor(),this._chart.valueAxes[0].axisThickness=this.axisLineWidth(),this._chart.valueAxes[0].titleColor=this.yAxisTitleFontColor(),this._chart.valueAxes[0].titleFontSize=this.yAxisTitleFontSize(),this._chart.valueAxes[0].fontSize=this.axisFontSize(),this._chart.valueAxes[0].color=this.yAxisFontColor(),this._chart.valueAxes[0].autoGridCount=this.yAxisAutoGridCount(),this._chart.valueAxes[0].gridPosition=this.yAxisGridPosition(),this._chart.valueAxes[0].labelFunction=function(i){return t.format(e.yAxisTickFormat())(i)},this._chart.colors=this.columns().filter(function(t,e){return e>0}).map(function(t){return this._palette(t)},this),this.circularGrid()&&this._chart.valueAxes.forEach(function(t,i){e._chart.valueAxes[i].gridType="circles"}),this.showScrollbar()?this._chart.chartScrollbar.enabled=!0:this._chart.chartScrollbar.enabled=!1,this._chart},s.prototype.buildGraphObj=function(t,e){var i=this,a={};return a.balloonFunction=function(t){var e=t.category+", "+i.columns()[t.graph.index+1]+": "+i.data()[t.index][t.graph.columnIndex+1];return e},a.fillAlphas=i.fillOpacity(),a.lineAlpha=i.lineOpacity(),a.lineThickness=i.lineWidth(),a.bullet=i.bulletType(),a.bulletSize=i.bulletSize(),a.dashLength=i.dashedLineStyle(),a.type=t,a.title="",a.colorField="selected"+e,a},s.prototype.formatData=function(t){var e=[],i=this;return t.forEach(function(t){var a={};i.columns().forEach(function(e,i){a[e]=t[i]}),e.push(a)}),e},s.prototype.enter=function(t,s){e.prototype.enter.apply(this,arguments);var o=this,r={type:"radar",addClassNames:!0,chartScrollbar:{}};"function"==typeof define&&define.amd&&(r.pathToImages=a.toUrl("amchartsImg")),this._chart=i.makeChart(t,r),this._chart.addListener("clickGraphItem",function(t){var e=t.graph,i=t.item.dataContext,a=e.colorField;null!==i[a]&&void 0!==i[a]?(delete i[a],"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field],o._selected=null)):(i[a]=o.selectionColor(),"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field],o._selected={field:a,data:i,cIdx:t.target.index,dIdx:t.index},o._selections.push(o._selected))),t.chart.validateData(),o.click(o.rowToObj(o.data()[t.index]),o.columns()[t.target.index+1],null!==o._selected)})},s.prototype.update=function(t,i){e.prototype.update.apply(this,arguments),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()))},s.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},s.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},s.prototype.columns=function(t){return arguments.length&&this._columnsUpdated++,e.prototype.columns.apply(this,arguments)},s}),function(t,e){"function"==typeof define&&define.amd?define("amchart/XYAxis.js",["./SerialAxis"],e):t.amchart_XYAxis=e(t.amchart_SerialAxis)}(this,function(t){function e(){t.call(this)}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" amchart_XYAxis",e.prototype.publish("axisAutoGridCount",!0,"boolean","Specifies whether number of gridCount is specified automatically, acoarding to the axis size",null,{override:!0,tags:["Advanced"]}),e.prototype.publish("axisGridPosition","middle","set","Specifies if a grid line is placed on the center of a cell or on the beginning of a cell",["start","middle"],{override:!0,tags:["Advanced"]}),e.prototype.publish("axisTickFormat",null,"string","Y-Axis Tick Format",null,{override:!0,optional:!0}),e.prototype.publish("axisGridPosition","middle","set","Specifies if a grid line is placed on the center of a cell or on the beginning of a cell",["start","middle"],{override:!0,tags:["Advanced"]}),e.prototype.publish("axisGridAlpha",.2,"number","Grid alpha.",null,{override:!0,tags:["Intermediate"]}),e}),function(t,e){"function"==typeof define&&define.amd?define("amchart/CommonXY",["d3","../common/HTMLWidget","amcharts.xy","require","./XYAxis"],e):t.amchart_CommonXY=e(t.d3,t.common_HTMLWidget,t.AmCharts,t.require,t.amchart_XYAxis)}(this,function(t,e,i,a,s){function o(){e.call(this),this._tag="div",this._chart={},this._selected=null,this._selections=[],this._dataUpdated=0,this._prevDataUpdated=-1,this._columnsUpdated=0,this._prevColumnsUpdated=-1,this._xAxis=new s,this._xAxis._owningWidget=this,this._yAxis=new s,this._yAxis._owningWidget=this}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" amchart_CommonXY",o.prototype.publish("backwardsCompatible",!0,"boolean","Allow use of old publish parameters"),o.prototype.publish("xAxes",[],"propertyArray","widgets",null,{max:1,tags:["Basic"]}),o.prototype.publish("yAxes",[],"propertyArray","widgets",null,{tags:["Basic"]}),o.prototype.publish("fontSize",11,"number","Font Size",null,{tags:["Basic","Shared"]}),o.prototype.publish("fontFamily","Verdana","string","Font Name",null,{tags:["Basic","Shared","Shared"]}),o.prototype.publish("fontColor","#000000","html-color","Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("lineWidth",0,"number","Line Thickness",null,{min:0,max:10,step:1,inputType:"range",tags:["Basic","Shared"]}),o.prototype.publish("lineColor",null,"html-color","Color of the data/content lines",null,{tags:["Basic","Shared"]}),o.prototype.publish("lineOpacity",0,"number","Line Opacity",null,{min:0,max:1,step:.001,inputType:"range",tags:["Basic","Shared"]}),o.prototype.publish("dashedLineStyle",0,"number","",null,{tags:["Advanced","Shared"]}),o.prototype.publish("showScrollbar",!1,"boolean","Chart Scrollbar",null,{tags:["Intermediate"]}),o.prototype.publish("bulletSize",8,"number","Bullet Size",null,{tags:["Intermediate"]}),o.prototype.publish("bulletType","round","set","Bullet Type",["none","round","square","triangleUp","triangleDown","triangleLeft","triangleRight","bubble","diamond"],{tags:["Intermediate"]}),o.prototype.publish("marginLeft",50,"number","Margin (Left)",null,{tags:["Intermediate"]}),o.prototype.publish("marginRight",10,"number","Margin (Right)",null,{tags:["Intermediate"]}),o.prototype.publish("marginTop",20,"number","Margin (Top)",null,{tags:["Intermediate"]}),o.prototype.publish("marginBottom",50,"number","Margin (Bottom)",null,{tags:["Intermediate"]}),o.prototype.publish("selectionColor","#f00","html-color","Font Color",null,{tags:["Basic"]}),o.prototype.publish("selectionMode","simple","set","Selection Mode",["simple","multi"],{tags:["Intermediate"]}),o.prototype.publish("showCursor",!1,"boolean","Show Chart Scrollbar",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.publishProxy("xAxisType","_xAxis","axisType"),o.prototype.publishProxy("yAxisType","_yAxis","axisType"),o.prototype.publishProxy("xAxisTitle","_xAxis","axisTitle"),o.prototype.publishProxy("yAxisTitle","_yAxis","axisTitle"),o.prototype.publishProxy("xAxisBaselineColor","_xAxis","axisBaselineColor"),o.prototype.publishProxy("yAxisBaselineColor","_yAxis","axisBaselineColor"),o.prototype.publishProxy("xAxisFontColor","_xAxis","axisFontColor"),o.prototype.publishProxy("yAxisFontColor","_yAxis","axisFontColor"),o.prototype.publishProxy("xAxisTitleFontSize","_xAxis","axisTitleFontSize"),o.prototype.publishProxy("yAxisTitleFontSize","_yAxis","axisTitleFontSize"),o.prototype.publishProxy("xAxisTitleFontColor","_xAxis","axisTitleFontColor"),o.prototype.publishProxy("yAxisTitleFontColor","_yAxis","axisTitleFontColor"),o.prototype.publishProxy("xAxisLabelRotation","_xAxis","axisLabelRotation"),o.prototype.publishProxy("yAxisLabelRotation","_yAxis","axisLabelRotation"),o.prototype.publish("axisLineWidth",1,"number","Thickness of axis",null,{tags:["Intermediate","Shared"]}),o.prototype.publishProxy("xAxisAutoGridCount","_xAxis","axisAutoGridCount"),o.prototype.publishProxy("yAxisAutoGridCount","_yAxis","axisAutoGridCount"),o.prototype.publishProxy("xAxisGridPosition","_xAxis","axisGridPosition"),o.prototype.publishProxy("yAxisGridPosition","_yAxis","axisGridPosition"),o.prototype.publishProxy("xAxisFillAlpha","_xAxis","axisFillAlpha"),o.prototype.publishProxy("yAxisFillAlpha","_yAxis","axisFillAlpha"),o.prototype.publishProxy("xAxisFillColor","_xAxis","axisFillColor"),o.prototype.publishProxy("yAxisFillColor","_yAxis","axisFillColor"),o.prototype.publishProxy("xAxisGridAlpha","_xAxis","axisGridAlpha"),o.prototype.publishProxy("yAxisGridAlpha","_yAxis","axisGridAlpha"),o.prototype.publishProxy("xAxisDashLength","_xAxis","axisDashLength"),o.prototype.publishProxy("yAxisDashLength","_yAxis","axisDashLength"),o.prototype.publishProxy("xAxisTickFormat","_xAxis","axisTickFormat"),o.prototype.publishProxy("yAxisTickFormat","_yAxis","axisTickFormat"),o.prototype.publish("axisAlpha",1,"number","Axis opacity",null,{tags:["Intermediate"]}),o.prototype._origBackwardsCompatible=o.prototype.backwardsCompatible,o.prototype.backwardsCompatible=function(t){var e=o.prototype._origBackwardsCompatible.apply(this,arguments);return arguments.length&&this.switchProperties(t),e},o.prototype.switchProperties=function(t){t===!0?o.prototype.excludeObjs=["amchart_XYAxis"]:o.prototype.excludeObjs=[]},o.prototype.xAxis=function(t){if(!this.xAxes()[t]){var e=new s;e._owningWidget=this,this.xAxes()[t]=e}return this.xAxes()[t]},o.prototype.yAxis=function(t){if(!this.yAxes()[t]){var e=new s;e._owningWidget=this,this.yAxes()[t]=e}return this.yAxes()[t]},o.prototype.updateChartOptions=function(){var e=this;this._chart.theme="none",this._chart.type="xy",this._chart.color=this.fontColor(),this._chart.fontSize=this.fontSize(),this._chart.fontFamily=this.fontFamily();for(var i=0,a=0;ae.data().length?"":e.data().length&&i>0?e.data()[i-1][0]:""}):this._chart.valueAxes[i].labelFunction=function(e){return t.format(r.axisTickFormat())(e)},i++}return(this._dataUpdated>this._prevDataUpdated||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.formatData(this.data())),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._chart.dataProvider.forEach(function(t,i){e._chart.dataProvider[i].color=e._palette(t[e.columns()[2]]),e._chart.dataProvider[i].linecolor=null!==e.lineColor()?e.lineColor():e._palette(t[e.columns()[2]])}),this._chart.colors=[],this.showScrollbar()?this._chart.chartScrollbar.enabled=!0:this._chart.chartScrollbar.enabled=!1,this.showCursor()?(this._chart.precision="ordinal"===this.xAxes()[0].axisType()?1:void 0,this._chart.chartCursor.enabled=!0,this._chart.chartCursor.valueLineEnabled=!0,this._chart.chartCursor.valueLineBalloonEnabled=!0,this._chart.chartCursor.categoryBalloonEnabled=!0):(this._chart.precision=void 0,this._chart.chartCursor.enabled=!1,this._chart.chartCursor.valueLineEnabled=!1,this._chart.chartCursor.valueLineBalloonEnabled=!1,this._chart.chartCursor.categoryBalloonEnabled=!1),this._chart},o.prototype.buildGraphObj=function(t,e){var i=this,a={};return a.id="g"+e,a.balloonFunction=function(t){var e=i.columns()[t.graph.index]+": "+i.data()[t.index][t.graph.index];return e},a.lineAlpha=i.lineOpacity(),a.lineThickness=i.lineWidth(),a.bullet=i.bulletType(),a.bulletSize=i.bulletSize(),a.dashLength=i.dashedLineStyle(),a.lineAlpha=i.lineOpacity(),a.lineColor=i.lineColor(),a.lineThickness=i.lineWidth(),a.type=t,a.colorField="color"+e,a.lineColorField="linecolor","ordinal"===this.xAxes()[0].axisType()&&(a.xField="idx",a.yField=i.columns()[e]),"linear"===this.xAxes()[0].axisType()&&(a.xField=i.columns()[0],a.yField=i.columns()[1]),a},o.prototype.formatData=function(t){var e=this,i=[];return t.forEach(function(t,a){var s={};e.columns().forEach(function(e,i){s[e]=t[i],s.idx=a+1}),i.push(s)}),i},o.prototype.enter=function(t,s){e.prototype.enter.apply(this,arguments),0===this.xAxes().length&&this.xAxes().push(this._xAxis),0===this.yAxes().length&&this.yAxes().push(this._yAxis);var o=this,r={type:"xy",addClassNames:!0,autoMargins:!0,chartScrollbar:{},valueAxes:[],chartCursor:{enabled:!1,valueLineEnabled:!1,valueLineBalloonEnabled:!1,categoryBalloonEnabled:!1,cursorAlpha:0,valueLineAlpha:.2,oneBalloonOnly:!0,balloonPointerOrientation:"vertical",valueBalloonsEnabled:!1},graphs:[{}],dataProvider:[{}],responsive:{enabled:!0}};"function"==typeof define&&define.amd&&(r.pathToImages=a.toUrl("amchartsImg")),this._chart=i.makeChart(t,r),this._chart.addListener("clickGraphItem",function(t){var e=t.graph,i=t.item.dataContext,a=e.colorField;null!==i[a]&&void 0!==i[a]?(delete i[a],"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field],o._selected=null)):(i[a]=o.selectionColor(),"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field],o._selected={field:a,data:i,cIdx:t.target.index,dIdx:t.index},o._selections.push(o._selected))),t.chart.validateData(),o.click(o.rowToObj(o.data()[t.index]),o.columns()[t.target.index],null!==o._selected)})},o.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var a=this;this.yAxes().forEach(function(t,e){0===e&&(a._yAxis=t),t._owningWidget=a}),this.xAxes().forEach(function(t,e){0===e&&(a._xAxis=t),t._owningWidget=a}),this.backwardsCompatible()?this.switchProperties(!0):this.switchProperties(!1),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()))},o.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},o.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},o.prototype.columns=function(t){return arguments.length&&this._columnsUpdated++,e.prototype.columns.apply(this,arguments)},o}),function(t,e){"function"==typeof define&&define.amd?define("amchart/Funnel.js",["d3","./CommonFunnel","../api/I2DChart"],e):t.amchart_Funnel=e(t.d3,t.amchart_CommonFunnel,t.api_I2DChart)}(this,function(t,e,i){function a(){e.call(this)}return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" amchart_Funnel",a.prototype["implements"](i.prototype),a.prototype.publish("paletteID","default","set","Palette ID",a.prototype._palette["switch"](),{tags:["Basic","Shared"]}),a.prototype.publish("neckHeightPercent",30,"number","Neck Height %",null,{tags:["Basic"]}),a.prototype.publish("neckWidthPercent",40,"number","Neck Width %",null,{tags:["Basic"]}),a.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},a.prototype.updateChartOptions=function(){e.prototype.updateChartOptions.apply(this,arguments),this._chart.balloonFunction=function(t){var e=t.title+", "+t.value;return e},this._chart.neckHeight=this.neckHeightPercent()+"%",this._chart.neckWidth=this.neckWidthPercent()+"%"},a.prototype.update=function(t,i){e.prototype.update.apply(this,arguments),this.updateChartOptions(),this._chart.validateNow(),this._chart.validateData()},a}),function(t,e){"function"==typeof define&&define.amd?define("amchart/Gantt.js",["d3","../common/HTMLWidget","amcharts.gantt","../api/INDChart","require"],e):t.amchart_Gantt=e(t.d3,t.common_HTMLWidget,t.AmCharts,t.api_INDChart,t.require)}(this,function(t,e,i,a,s){function o(){e.call(this),this._tag="div",this._chart={},this._selected=null,this._selections=[],this._dataUpdated=0,this._prevDataUpdated=-1,this._columnsUpdated=0,this._prevColumnsUpdated=-1,this._dateParserData=t.time.format("%Y-%m-%d").parse}o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" amchart_Gantt",o.prototype["implements"](a.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("fontFamily","Verdana","string","Label Font Family",null,{tags:["Basic","Shared"]}),o.prototype.publish("fontSize",11,"number","Label Font Size",null,{tags:["Basic","Shared"]}),o.prototype.publish("fontColor","#000000","html-color","Label Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("depth3D",0,"number","3D Depth (px)",null,{tags:["Basic"]}),o.prototype.publish("angle3D",0,"number","3D Angle (Deg)",null,{tags:["Basic"]}),o.prototype.publish("selectionMode","simple","set","Selection Mode",["simple","multi"],{tags:["Intermediate"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("timePattern","%Y-%m-%d","string","Time Series Pattern"),o.prototype.publish("selectionColor","#f00","html-color","Font Color",null,{tags:["Basic"]}),o.prototype.publish("brightnessStep",0,"number","Brightness step",null,{tags:["Basic"]}),o.prototype.publish("columnWidth",.5,"number","column width",null,{tags:["Basic"]}),o.prototype.publish("minPeriod","DD","string","Value axis minimum period",null,{tags:["Basic"]}),o.prototype.publish("guides",[],"array","Vertical lines",null,{tags:["Intermediate"]});var r=o.prototype.timePattern;return o.prototype.timePattern=function(e){var i=r.apply(this,arguments);return arguments.length&&(this._dateParserData=t.time.format(e).parse),i},o.prototype.updateChartOptions=function(){var t=this;if(this._chart.color=this.fontColor(),this._chart.fontSize=this.fontSize(),this._chart.fontFamily=this.fontFamily(),this._chart.depth3D=this.depth3D(),this._chart.angle=this.angle3D(),this._dataUpdated>this._prevDataUpdated||this._prevTimePattern!==this.timePattern()){this._chart.dataProvider=[];var e=this.amFormattedData();for(var i in e){var a={};a.category=i,a.segments=[],e[i].forEach(function(e){var i={start:t._dateParserData(e[0]),end:t._dateParserData(e[1])};a.segments.push(i)}),this._chart.dataProvider.push(a)}}this._prevDataUpdated=this._dataUpdated,this._prevTimePattern=this.timePattern(),this._chart.dataProvider.forEach(function(e,i){t._chart.dataProvider[i].color=t._palette(i)}),this._chart.columnWidth=this.columnWidth(),this._chart.colorField="color",this._chart.valueAxes[0].type="date",this._chart.valueAxes[0].minPeriod=this.minPeriod(),this._chart.brightnessStep=this.brightnessStep()||void 0,this._chart.categoryField="category",this._chart.segmentsField="segments",this._chart.startDateField="start",this._chart.endDateField="end",this._chart.guides=this.guides()},o.prototype.amFormattedData=function(){var t={};return this.data().forEach(function(e){t[e[0]]||(t[e[0]]=[]),e.forEach(function(i,a){0!==a&&t[e[0]].push(i)})}),t},o.prototype.enter=function(t,a){e.prototype.enter.apply(this,arguments);var o=this,r={type:"gantt",theme:"none",autoMargins:!0,valueAxis:{},graph:{fillAlphas:1,balloonText:"[[category]]: [[open]] - [[value]]"},rotate:!0,dataProvider:[],chartScrollbar:{},"export":{enabled:!0}};"function"==typeof define&&define.amd&&(r.pathToImages=s.toUrl("amchartsImg")),this._chart=i.makeChart(t,r),this._chart.addListener("clickGraphItem",function(t){var e=t.graph.segmentData,i="color";null!==e[i]&&void 0!==e[i]?(delete e[i],"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field],o._selected=null)):(e[i]=o.selectionColor(),"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field], +o._selected={field:i,data:e,colIndex:t.target.columnIndex,dIdx:t.index},o._selections.push(o._selected))),t.chart.validateData(),o.click(o.rowToObj(o.data()[t.index]),o.columns()[t.target.columnIndex+1],null!==o._selected)})},o.prototype.update=function(t,e){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this.updateChartOptions(),this._chart.validateNow(),this._chart.validateData()},o.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},o.prototype.data=function(t){return arguments.length&&this._dataUpdated++,e.prototype.data.apply(this,arguments)},o.prototype.columns=function(t){return arguments.length&&this._columnsUpdated++,e.prototype.columns.apply(this,arguments)},o}),function(t,e){"function"==typeof define&&define.amd?define("amchart/Gauge.js",["d3","../common/HTMLWidget","amcharts.gauge","../api/I1DChart","require"],e):t.amchart_Gauge=e(t.d3,t.common_HTMLWidget,t.AmCharts,t.api_I1DChart,t.require)}(this,function(t,e,i,a,s){function o(){e.call(this),this._tag="div",this._chart={}}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" amchart_Gauge",o.prototype["implements"](a.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("low",0,"number","Gauge lower bound",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("high",100,"number","Gauge higher bound",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("fontSize",11,"number","Font Size",null,{tags:["Basic","Shared"]}),o.prototype.publish("fontFamily","Verdana","string","Font Name",null,{tags:["Basic","Shared","Shared"]}),o.prototype.publish("fontColor","#000000","html-color","Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("axisLineWidth",1,"number","Thickness of axis",null,{tags:["Intermediate"]}),o.prototype.publish("colorType","a","set","",["a","b","c"],{tags:["Basic"]}),o.prototype.publish("marginLeft",null,"number","Margin (Left)",null,{tags:["Intermediate"]}),o.prototype.publish("marginRight",null,"number","Margin (Right)",null,{tags:["Intermediate"]}),o.prototype.publish("marginTop",null,"number","Margin (Top)",null,{tags:["Intermediate"]}),o.prototype.publish("marginBottom",null,"number","Margin (Bottom)",null,{tags:["Intermediate"]}),o.prototype.publish("numBands",null,"number","",null,{tags:["Intermediate"]}),o.prototype.publish("bandsColor",[],"array","Bands Color",null,{tags:["Basic"]}),o.prototype.publish("bandsStartValue",[],"array","Bands Start Value",null,{tags:["Advanced"]}),o.prototype.publish("bandsEndValue",[],"array","Bands End Value",null,{tags:["Advanced"]}),o.prototype.publish("bandsInnerRadius",[],"array","Bands Inner Radius",null,{tags:["Advanced"]}),o.prototype.publish("axisAlpha",.2,"number","Axis Alpha",null,{tags:["Intermediate"]}),o.prototype.publish("tickAlpha",.2,"number","Tick Alpha",null,{tags:["Intermediate"]}),o.prototype.publish("valueInterval",20,"number","Value Interval",null,{tags:["Advanced"]}),o.prototype.publish("bottomText","","string","Text Along Bottom",null,{tags:["Intermediate"]}),o.prototype.publish("bottomTextYOffset",-20,"number","Bottom Text Vertical Offset",null,{tags:["Intermediate"]}),o.prototype.publish("animatationDuration",2,"number","Animation Duration (sec)",null,{tags:["Intermediate"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.updateChartOptions=function(){this._chart.type="gauge",this._chart.theme="none",this._chart.startDuration=this.animatationDuration(),this._chart.color=this.fontColor(),this._chart.fontSize=this.fontSize(),this._chart.fontFamily=this.fontFamily(),this._chart.titles=[],this._chart.allLabels=[],this.marginLeft()&&(this._chart.marginLeft=this.marginLeft()),this.marginRight()&&(this._chart.marginRight=this.marginRight()),this.marginTop()&&(this._chart.marginTop=this.marginTop()),this.marginBottom()&&(this._chart.marginBottom=this.marginBottom()),this._chart.axes[0].axisThickness=this.axisLineWidth(),this._chart.axes[0].axisAlpha=this.axisAlpha(),this._chart.axes[0].tickAlpha=this.tickAlpha(),this._chart.axes[0].valueInterval=this.valueInterval(),this._chart.axes[0].bands=[],this._chart.axes[0].bottomText=this.bottomText(),this._chart.axes[0].bottomTextYOffset=this.bottomTextYOffset(),this._chart.axes[0].endValue=this.high(),this._chart.axes[0].startValue=this.low();var t,e;if("a"===this.colorType())for(t=0,e=this.numBands();e>t;t++){var i={color:this.bandsColor()[t],startValue:this.bandsStartValue()[t],endValue:this.bandsEndValue()[t],innerRadius:this.bandsInnerRadius()[t]};this._chart.axes[0].bands.push(i)}if("b"===this.colorType())for(t=0,e=this.high();e>t;t++){var a={color:this._palette(t,this.low(),this.high()),startValue:t,endValue:t+1,innerRadius:this.bandsInnerRadius()[0]};this._chart.axes[0].bands.push(a)}if("c"===this.colorType()){var s={color:this._palette(this.data(),this.low(),this.high()),startValue:this.low(),endValue:this.high(),innerRadius:this.bandsInnerRadius()[0]};this._chart.axes[0].bands.push(s)}return this._chart.axes[0].bottomText=this.bottomText().replace("[[data]]",this.data()),this._chart},o.prototype.update=function(t,e){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this.updateChartOptions(),this._chart.arrows[0].setValue(this.data()),this._chart.validateNow(),this._chart.validateData()},o.prototype.enter=function(t,e){t.style.width=this.size().width+"px",t.style.height=this.size().height+"px";var a={type:"gauge",addClassNames:!0,axes:[{}],arrows:[{}]};"function"==typeof define&&define.amd&&(a.pathToImages=s.toUrl("amchartsImg")),this._chart=i.makeChart(t,a)},o}),function(t,e){"function"==typeof define&&define.amd?define("amchart/Line.js",["d3","./CommonSerial","../api/INDChart"],e):t.amchart_Line=e(t.d3,t.amchart_CommonSerial,t.api_INDChart)}(this,function(t,e,i){function a(){e.call(this),this._tag="div",this._gType="line"}return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" amchart_Line",a.prototype["implements"](i.prototype),a.prototype.publish("paletteID","default","set","Palette ID",a.prototype._palette["switch"](),{tags:["Basic","Shared"]}),a.prototype.publish("smoothLines",!1,"boolean","Causes chart data lines to draw smoothly",null,{tags:["Basic","Shared"]}),a.prototype.publish("stepLines",!1,"boolean","Causes chart data lines to draw smoothly",null,{tags:["Basic"]}),a.prototype.publish("bulletSize",6,"number","Bullet Size",null,{tags:["Intermediate"]}),a.prototype.publish("bulletType","round","set","Bullet Type",["none","round","square","triangleUp","triangleDown","triangleLeft","triangleRight","bubble","diamond"],{tags:["Basic"]}),a.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},a.prototype.updateChartOptions=function(){return e.prototype.updateChartOptions.apply(this,arguments),this.buildGraphs(this._gType),this._chart},a.prototype.buildGraphs=function(t){function i(t,e){return this.stepLines()?t.type="step":this.smoothLines()?t.type="smoothedLine":t.type="line",t.bullet=this.bulletType(),t.bulletSize=this.bulletSize(),t}this._chart.graphs=[];for(var a=0;ae[1]?1:-1},this.data().sort(t),this._chart.colorField="sliceColor",(this._dataUpdated>this._prevDataUpdated||this._columnsUpdated>this._prevColumnsUpdated)&&(this._chart.dataProvider=this.formatData(this.data())),this._prevDataUpdated=this._dataUpdated,this._prevColumnsUpdated=this._columnsUpdated,this._chart.colors=this.data().map(function(t){return this._palette(t[0])},this),this._chart.pullOutOnlyOne="simple"===this.selectionMode(),this.pieAlpha().forEach(function(t,e){"undefined"==typeof this._chart.chartData[e]&&(this._chart.chartData[e]={}),this._chart.chartData[e].alpha=t},this),this._chart},o.prototype.formatData=function(t){var e=[],i=this;return t.forEach(function(t){var a={};i.columns().forEach(function(e,i){a[e]=t[i]}),e.push(a)}),e},o.prototype.enter=function(t,a){e.prototype.enter.apply(this,arguments);var o=this,r={type:"pie",addClassNames:!0,theme:"none"};"function"==typeof define&&define.amd&&(r.pathToImages=s.toUrl("amchartsImg")),this._chart=i.makeChart(t,r),this._chart.addListener("clickSlice",function(t){var e=t.chart.colorField,i=t.dataItem.dataContext;null!==i[e]&&void 0!==i[e]?(delete i[e],"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field],o._selected=null)):(i[e]=o.selectionColor(),"simple"===o.selectionMode()&&(null!==o._selected&&delete o._selected.data[o._selected.field],o._selected={field:e,data:i,cIdx:1,dIdx:t.dataItem.index},o._selections.push(o._selected))),t.chart.validateData(),o.click(o.rowToObj(o.data()[t.dataItem.index]),o.columns()[1],null!==o._selected)})},o.prototype.update=function(t,e){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.style.width=this.size().width+"px",t.style.height=this.size().height+"px",this.updateChartOptions(),this._chart.validateNow(),this._chart.validateData()},o.prototype.render=function(t){return e.prototype.render.apply(this,arguments)},o.prototype.postUpdate=function(e,i){var a=this,s=a._element.select("svg").node().getBoundingClientRect();this.d3LabelSelection=i.selectAll(".amcharts-pie-label");var o=[],r=[],l=[],n=[];this.d3LabelSelection.each(function(e,i){var a=t.select(this).node().getBoundingClientRect(),h=a.top;hs.bottom&&n.push(s.bottom-h);var u=a.right;u>s.right&&r.push(s.right-u);var c=a.left;ch&&(d+=h),0>p&&(d+=p),0>u&&(d+=u),0>c&&(d+=c),this.calcRadius()+d-20" + opts.series + " / " + opts.label + ": " + opts.value + ""; + } + return "" + opts.label + ": " + opts.value + ""; + } + }; + + return ITooltip; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('api/ITree.js',["../common/Palette"], factory); + } else { + root.api_ITree = factory(root.common_Palette); + } +}(this, function (Palette) { + function ITree() { + } + ITree.prototype._palette = Palette.ordinal("default"); + + // Events --- + ITree.prototype.click = function (d) { + console.log("Click: " + d.label); + }; + + return ITree; +})); + diff --git a/dist/hpcc-viz-api.min.js b/dist/hpcc-viz-api.min.js new file mode 100644 index 0000000000..f99c0c5073 --- /dev/null +++ b/dist/hpcc-viz-api.min.js @@ -0,0 +1 @@ +!function(t,o){"function"==typeof define&&define.amd?define("api/I1DChart.js",["../common/Palette"],o):t.api_I1DChart=o(t.common_Palette)}(this,function(t){function o(){}return o.prototype._palette=t.rainbow("default"),o.prototype.click=function(t,o,e){console.log("Click: "+JSON.stringify(t)+", "+o+", "+e)},o}),function(t,o){"function"==typeof define&&define.amd?define("api/I2DChart.js",["../common/Palette"],o):t.api_I2DChart=o(t.common_Palette)}(this,function(t){function o(){}return o.prototype._palette=t.ordinal("default"),o.prototype.click=function(t,o,e){console.log("Click: "+JSON.stringify(t)+", "+o+", "+e)},o}),function(t,o){"function"==typeof define&&define.amd?define("api/IGraph.js",[],o):t.api_IGraph=o()}(this,function(){function t(){}return t.prototype.vertex_click=function(t){console.log("Vertex Click: "+t.id())},t.prototype.edge_click=function(t){console.log("Edge Click: "+t.id())},t}),function(t,o){"function"==typeof define&&define.amd?define("api/IInput.js",["../common/Widget"],o):t.api_IInput=o(t.common_Widget)}(this,function(t){function o(){t.call(this)}return o.prototype=Object.create(t.prototype),o.prototype.publish("name","","string","HTML name for the input"),o.prototype.publish("label","","string","Descriptive label"),o.prototype.publish("value","","string","Input Current Value"),o.prototype.publish("validate",null,"string","Input Validation"),o.prototype.isValid=function(){if(this.validate()){var t=new RegExp(this.validate());if(!t.test(this.value()))return!1}return!0},o.prototype.hasValue=function(){if("function"==typeof this.type){switch(this.type()){case"radio":case"checkbox":if(this.value()&&"false"!==this.value())return!0;break;default:if(this.value())return!0}return!1}return""!==this.value()},o.prototype.blur=function(t){},o.prototype.click=function(t){},o.prototype.change=function(t){},o.prototype.resetValue=function(t){t.value(t._inputElement[0].node().value)},o.prototype.disable=function(t){this._inputElement.forEach(function(o,e){o.attr("disabled",t?"disabled":null)})},o}),function(t,o){"function"==typeof define&&define.amd?define("api/INDChart.js",["../common/Palette"],o):t.api_INDChart=o(t.common_Palette)}(this,function(t){function o(){}return o.prototype._palette=t.ordinal("default"),o.prototype.click=function(t,o,e){console.log("Click: "+JSON.stringify(t)+", "+o+", "+e)},o}),"function"==typeof define&&define.amd&&define("css",[],function(){return{load:function(t,o,e){e()}}}),function(t,o){"function"==typeof define&&define.amd?define("api/ITooltip.js",["d3","d3-tip","../common/Widget","css!./ITooltip"],o):t.api_ITooltip=o(t.d3,t.d3.tip,t.common_Widget)}(this,function(t,o,e,i,n){function l(){if(e.call(this),this._valueFormatter=t.format(this.tooltipValueFormat()),this.layerEnter){var o=this.layerEnter;this.layerEnter=function(t,e,i){this.tooltipEnter(e),o.apply(this,arguments)};var i=this.layerUpdate;this.layerUpdate=function(t){i.apply(this,arguments),this.tooltipUpdate()};var n=this.layerExit;this.layerExit=function(t){n.apply(this,arguments),this.tooltipExit()}}else{var l=this.enter;this.enter=function(t,o){this.tooltipEnter(o),l.apply(this,arguments)};var p=this.update;this.update=function(t,o){p.apply(this,arguments),this.tooltipUpdate()};var r=this.exit;this.exit=function(t,o){r.apply(this,arguments),this.tooltipExit()}}}l.prototype=Object.create(e.prototype),l.prototype.publish("tooltipStyle","default","set","Style",["default","none"],{}),l.prototype.publish("tooltipValueFormat",",.2f","string","Value Format",null,{}),l.prototype.publish("tooltipSeriesColor","#EAFFFF","html-color","Series Color",null,{}),l.prototype.publish("tooltipLabelColor","#CCFFFF","html-color","Label Color",null,{}),l.prototype.publish("tooltipValueColor","white","html-color","Value Color",null,{}),l.prototype.publish("tooltipTick",!0,"boolean","Show tooltip tick",null,{}),l.prototype.publish("tooltipOffset",8,"number","Offset from the cursor",null,{}),l.prototype.tooltipEnter=function(t){var e=this;this.tooltip=o().attr("class","d3-tip").offset(function(t){switch(e.tooltip.direction()()){case"e":return[0,e.tooltipOffset()];default:return[-e.tooltipOffset(),0]}}),t.call(this.tooltip)},l.prototype.tooltipUpdate=function(){var t=this.tooltip.attr("class");t=t.split(" notick").join("")+(this.tooltipTick()?"":" notick")+("none"===this.tooltipStyle()?" hidden":""),this.tooltip.attr("class",t)},l.prototype.tooltipExit=function(){this.tooltip&&this.tooltip.destroy()};var p=l.prototype.tooltipValueFormat;return l.prototype.tooltipValueFormat=function(o){var e=p.apply(this,arguments);return arguments.length&&(this._valueFormatter=t.format(o)),e},l.prototype._tooltipHTML=function(t){return t},l.prototype.tooltipHTML=function(t){return this.tooltip.html(t)},l.prototype.tooltipFormat=function(t){switch(t=t||{},t.label=t.label||"",t.series=t.series||"",t.value instanceof Date?t.value=t.value||"":t.value=this._valueFormatter(t.value)||"",this.tooltipStyle()){case"none":break;default:return t.series?""+t.series+" / "+t.label+": "+t.value+"":""+t.label+": "+t.value+""}},l}),function(t,o){"function"==typeof define&&define.amd?define("api/ITree.js",["../common/Palette"],o):t.api_ITree=o(t.common_Palette)}(this,function(t){function o(){}return o.prototype._palette=t.ordinal("default"),o.prototype.click=function(t){console.log("Click: "+t.label)},o}); \ No newline at end of file diff --git a/dist/hpcc-viz-c3chart.js b/dist/hpcc-viz-c3chart.js new file mode 100644 index 0000000000..87c50dc667 --- /dev/null +++ b/dist/hpcc-viz-c3chart.js @@ -0,0 +1,867 @@ +if (typeof define === "function" && define.amd) { + define('css',[], function () { + return { + load: function ($1, $2, load) { load() } + } + }) +}; + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/Common.js',["d3", "c3", "../common/HTMLWidget", "css!c3"], factory); + } else { + root.c3chart_Common = factory(root.d3, root.c3, root.common_HTMLWidget); + } +}(this, function (d3, c3, HTMLWidget) { + function Common(target) { + HTMLWidget.call(this); + + var context = this; + this._tag = "div"; + this._type = "unknown"; + this._config = { + axis: { + }, + legend: { + position: "bottom", + show: true + }, + data: {} + }; + this._prevColumnIDs = []; + + this._config.data.onclick = function (d, element) { + context.click(context.rowToObj(context.data()[d.index]), d.id, context.c3Chart.selected().length > 0); + }; + } + Common.prototype = Object.create(HTMLWidget.prototype); + Common.prototype.constructor = Common; + Common.prototype._class += " c3chart_Common"; + + Common.prototype.publish("showLegend", false, "boolean", "Show/Hide Legend",null,{tags:["Basic","Shared"]}); + Common.prototype.publish("legendFontColor", null, "html-color", "Legend Font Color",null,{tags:["Intermediate","Shared"]}); + Common.prototype.publish("legendFontSize", null, "number", "Legend Font Size",null,{tags:["Intermediate","Shared"]}); + Common.prototype.publish("legendFontFamily", null, "string", "Legend Font Name",null,{tags:["Private","Shared"]}); + Common.prototype.publish("legendFontBold", false, "boolean", "Legend Font Bold",null,{tags:["Private","Shared"]}); + Common.prototype.publish("legendFontItalic", false, "boolean", "Legend Font Italic",null,{tags:["Private","Shared"]}); + + Common.prototype.publish("fontSize", null, "number", "Font Size",null,{tags:["Basic","Shared"]}); + Common.prototype.publish("fontFamily", null, "string", "Font Name",null,{tags:["Basic","Shared","Shared"]}); + Common.prototype.publish("fontColor", null, "html-color", "Font Color",null,{tags:["Basic","Shared"]}); + + Common.prototype.publish("legendPosition", "right", "set", "Legend Position", ["bottom", "right"],{tags:["Intermediate"]}); + Common.prototype.publish("animationDuration", 0, "number", "Animation Duration",null,{tags:["Advanced"]}); + + Common.prototype.type = function (_) { + if (!arguments.length) return this._type; + this._type = _; + return this; + }; + + Common.prototype.getC3Series = function() { + return this.columns().filter(function (d, i) { return i > 0;}); + }; + + Common.prototype.getC3Rows = function () { + var retVal = [this.columns().filter(function (item, idx) { return idx > 0; })].concat(this.data().map(function (row) { + return row.filter(function (cell, idx) { + return idx > 0; + }); + })); + return retVal; + }; + + Common.prototype.getC3Categories = function () { + var retVal = this.data().map(function (row, idx) { return row[0]; }); + return retVal; + }; + + Common.prototype.getC3Column = function (colNum) { + var retVal = [this.columns()[colNum]].concat(this.data().map(function (row, idx) { return row[colNum]; })); + return retVal; + }; + + Common.prototype.getC3Columns = function (total) { + if (!this.data().length) { + return []; + } + total = total || this.columns().length; + var retVal = []; + var s = typeof this.xAxisType === "function" && this.xAxisType() === "time" ? 0 : 1; + for (var i = s; i < total; ++i) { + retVal.push(this.getC3Column(i)); + } + return retVal; + }; + + Common.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + element.style("overflow", "hidden"); + + this._config.size = { + width: this.width(), + height: this.height() + }; + this._config.transition = { + duration: this.animationDuration() + }; + this._config.data.type = this._type; + if (this._type !== "gauge") { + this._config.legend = { + position: this.legendPosition() + }; + } + this._config.data.selection = { + enabled: true, + multiple: false + }; + this._config.bindto = element.append("div").datum(null); + + this._config.data.columns = []; + + this.c3Chart = c3.generate(this._config); + }; + + Common.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + if (this.showLegend()) { + this.c3Chart.legend.show(); + } else { + this.c3Chart.legend.hide(); + } + + this.c3Chart.resize({ + width: this.width(), + height: this.height() + }); + + var options = this.getChartOptions(); + var columnIDs = options.columns.map(function (row) { return row[0]; }); + options.unload = this._prevColumnIDs.filter(function (i) { return columnIDs.indexOf(i) < 0; }); + this.c3Chart.load(options); + this._prevColumnIDs = columnIDs; + + element.selectAll(".c3 text") + .style({ + "stroke": this.fontColor(), + "fill": this.fontColor(), + "font-size": this.fontSize_exists() ? this.fontSize() + "px" : null, + "font-family": this.fontFamily(), + }) + .attr("font-family",this.fontFamily()); + + element.selectAll(".c3 .c3-legend-item text") + .style({ + "fill": this.legendFontColor(), + "font-size": this.legendFontSize_exists() ? this.legendFontSize() + "px" : null, + "font-family": this.legendFontFamily(), + "font-weight": this.legendFontBold() ? "bold" : "normal", + "font-style": this.legendFontItalic() ? "italic" : "normal" + }) + .attr("font-family",this.legendFontFamily()); + }; + + Common.prototype.getChartOptions = function () { + return {}; + }; + + return Common; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/CommonND.js',["d3", "./Common", "../api/INDChart"], factory); + } else { + root.c3chart_CommonND = factory(root.d3, root.c3chart_Common, root.api_INDChart); + } +}(this, function (d3, Common, INDChart) { + function CommonND(target) { + Common.call(this); + INDChart.call(this); + + var context = this; + this._config.color = { + pattern: this._palette.colors() + }; + + this._config.data.color = function (color, d) { + return context._palette(d.id ? d.id : d); + }; + } + CommonND.prototype = Object.create(Common.prototype); + CommonND.prototype.constructor = CommonND; + CommonND.prototype._class += " c3chart_CommonND"; + CommonND.prototype.implements(INDChart.prototype); + + CommonND.prototype.publish("paletteID", "default", "set", "Palette ID", CommonND.prototype._palette.switch(), {tags:["Basic","Shared"]}); + + CommonND.prototype.publish("axisLineWidth", 1, "number", "Axis Line Width",null,{tags:["Intermediate","Shared"]}); + + CommonND.prototype.publish("xAxisBaselineColor", null, "html-color", "X Axis Baseline Color",null,{tags:["Basic","Shared"]}); + CommonND.prototype.publish("yAxisBaselineColor", null, "html-color", "Y Axis Baseline Color",null,{tags:["Basic","Shared"]}); + + CommonND.prototype.publish("xAxisFontColor", null, "html-color", "X Axis Text Font Color",null,{tags:["Basic","Shared"]}); + CommonND.prototype.publish("yAxisFontColor", null, "html-color", "Y Axis Text Font Color",null,{tags:["Basic","Shared"]}); + + CommonND.prototype.publish("axisFontSize", null, "number", "X/Y Axis Text Font Size",null,{tags:["Basic","Shared"]}); + CommonND.prototype.publish("axisFontFamily", null, "string", "X/Y Axis Text Font Name",null,{tags:["Basic","Shared"]}); + + CommonND.prototype.publish("xAxisLabelRotation", 0, "number", "X Axis Label Angle",null,{tags:["Intermediate","Shared"]}); + + CommonND.prototype.publish("yAxisTitle", "", "string", "Y-Axis Title",null,{tags:["Intermediate","Shared"]}); + CommonND.prototype.publish("xAxisTitle", "", "string", "X-Axis Title",null,{tags:["Intermediate","Shared"]}); + + CommonND.prototype.publish("xAxisTitleFontColor", null, "html-color", "Horizontal Axis Title Text Style (Color)",null,{tags:["Advanced","Shared"]}); + CommonND.prototype.publish("xAxisTitleFontFamily", null, "string", "Horizontal Axis Title Text Style (Font Name)",null,{tags:["Advanced","Shared"]}); + CommonND.prototype.publish("xAxisTitleFontSize", null, "number", "Horizontal Axis Title Text Style (Font Size)",null,{tags:["Advanced","Shared"]}); + + CommonND.prototype.publish("yAxisTitleFontColor", null, "html-color", "Vertical Axis Title Text Style (Color)",null,{tags:["Advanced","Shared"]}); + CommonND.prototype.publish("yAxisTitleFontFamily", null, "string", "Vertical Axis Title Text Style (Font Name)",null,{tags:["Advanced","Shared"]}); + CommonND.prototype.publish("yAxisTitleFontSize", null, "number", "Vertical Axis Title Text Style (Font Size)",null,{tags:["Advanced","Shared"]}); + + CommonND.prototype.publish("xAxisType", "category", "set", "X-Axis Type", ["category", "time", "indexed"],{tags:["Intermediate"]}); + + CommonND.prototype.publish("subchart", false, "boolean", "Show SubChart",null,{tags:["Private"]}); + + CommonND.prototype.publish("showXGrid", false, "boolean", "Show X Grid",null,{tags:["Intermediate"]}); + CommonND.prototype.publish("showYGrid", false, "boolean", "Show Y Grid",null,{tags:["Intermediate"]}); + + CommonND.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + CommonND.prototype.publish("xAxisTickFormat", "", "string", "X-Axis Tick Format", null, {}); + CommonND.prototype.publish("yAxisTickFormat", null, "string", "Y-Axis Tick Format", null, { optional:true }); + + CommonND.prototype.publish("xAxisTypeTimePattern", "%Y-%m-%d", "string", "Time Series Pattern", null, {}); + CommonND.prototype.publish("yAxisTypeTimePattern", "%Y-%m-%d", "string", "Time Series Pattern", null, {}); + + CommonND.prototype.publish("axisTickLabelMultiLine", false, "boolean", "Show Y Grid",null,{tags:["Intermediate"]}); + + CommonND.prototype.enter = function (domNode, element) { + if (this.subchart()) { + this._config.subchart = { + show: true, size: { + height: 20 + } + }; + } + + var xAxisType; + switch (this.xAxisType()) { + case "time": + xAxisType = "timeseries"; + break; + default: + xAxisType = this.xAxisType(); + } + + this._config.axis.x = { + type: xAxisType, + tick: { + rotate: this.xAxisLabelRotation(), + multiline: this.axisTickLabelMultiLine() + }, + label:{ + text: this.xAxisTitle(), + position: "outer-center" + } + }; + this._config.axis.y = { + label: { + text: this.yAxisTitle(), + position: "outer-center" + } + }; + this._config.grid = { + x: { + show: this.showXGrid(), + }, + y: { + show: this.showYGrid(), + } + }; + + switch (this.xAxisType()) { + case "category": + this._config.axis.tick = { + centered: true, + multiline: this.axisTickLabelMultiLine() + }; + break; + case "time": + this.data(this.data().map(function(row, rIdx) { + return row.map(function(column, cIdx) { + if (cIdx === 0 && typeof column === "number") { + return column.toString(); + } else { + return column; + } + }); + })); + this._config.data.x = this.columns()[0]; + this._config.data.xFormat = this.xAxisTypeTimePattern(); + break; + } + + Common.prototype.enter.apply(this, arguments); + }; + + CommonND.prototype.update = function (domNode, element) { + Common.prototype.update.apply(this, arguments); + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + this.c3Chart.internal.config.axis_y_tick_format = this.yAxisTickFormat() ? d3.format(this.yAxisTickFormat()) : undefined; + if (this.xAxisType() === "time") { + this.c3Chart.internal.config.axis_x_tick_format = this.xAxisTickFormat() ? d3.time.format(this.xAxisTickFormat()) : "%Y-%m-%d %I:%M:%S %p"; + } else { + this.c3Chart.internal.config.axis_x_tick_format = this.xAxisTickFormat() ? d3.format(this.xAxisTickFormat()) : undefined; + } + + Common.prototype.update.apply(this, arguments); + + element.selectAll(".c3 svg").style({ "font-size": this.axisFontSize_exists() ? this.axisFontSize() + "px" : null }); + element.selectAll(".c3 svg text").style({ "font-family": this.axisFontFamily() }); + + element.selectAll(".c3 .c3-axis.c3-axis-x text").style({ "fill": this.xAxisFontColor() }); + element.selectAll(".c3 .c3-axis.c3-axis-y text").style({ "fill": this.yAxisFontColor() }); + + element.selectAll(".c3 .c3-axis path").style({ "stroke-width": this.axisLineWidth_exists() ? this.axisLineWidth() + "px" : null }); + element.selectAll(".c3 .c3-axis-x path, .c3 .c3-axis-x line").style({ "stroke": this.xAxisBaselineColor() }); + element.selectAll(".c3 .c3-axis-y path, .c3 .c3-axis-y line").style({ "stroke": this.yAxisBaselineColor() }); + + element.selectAll(".c3-axis-x-label").style({ + "font-family": this.xAxisTitleFontFamily(), + //"font-weight": "", + "font-size": this.xAxisTitleFontSize(), + "stroke": this.xAxisTitleFontColor() + }); + element.selectAll(".c3-axis-y-label").style({ + "font-family": this.yAxisTitleFontFamily(), + //"font-weight": "", + "font-size": this.yAxisTitleFontSize(), + "stroke": this.yAxisTitleFontColor() + }); + }; + + CommonND.prototype.getChartOptions = function () { + var chartOptions = Common.prototype.getChartOptions.apply(this, arguments); + + switch (this.xAxisType()) { + case "category": + chartOptions.categories = this.getC3Categories(); + chartOptions.columns = this.getC3Columns(); + break; + case "indexed": + case "time": + chartOptions.columns = this.getC3Columns(); + break; + } + + return chartOptions; + }; + + return CommonND; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/Area.js',["./CommonND"], factory); + } else { + root.c3chart_Area = factory(root.c3chart_CommonND); + } +}(this, function (CommonND) { + function Area(target) { + CommonND.call(this); + + this._type = "area"; + } + Area.prototype = Object.create(CommonND.prototype); + Area.prototype.constructor = Area; + Area.prototype._class += " c3chart_Area"; + + Area.prototype.publish("stacked", false, "boolean", "Stack Chart",null,{tags:["Basic","Shared"]}); + Area.prototype.publish("lineWidth", 1.0, "number", "Line Width",null,{tags:["Basic","Shared"]}); + Area.prototype.publish("lineDashStyle", [], "array", "Dashed Lines",null,{tags:["Basic","Shared"]}); + Area.prototype.publish("lineOpacity", 1.0, "number", "Line Alpha",null,{tags:["Basic","Shared"]}); + Area.prototype.publish("fillOpacity", 0.2, "number", "Opacity of The Fill Color", null, { tags: ["Basic", "Shared"] }); + + Area.prototype.enter = function (domNode, element) { + CommonND.prototype.enter.apply(this, arguments); + }; + + Area.prototype.update = function (domNode, element) { + CommonND.prototype.update.apply(this, arguments); + + if (this.stacked()) { + this.c3Chart.groups([this.columns().slice(1, this.columns().length)]); + } else { + this.c3Chart.groups([]); + } + + element.selectAll(".c3-line").style({ + "stroke-width": this.lineWidth()+"px", + "stroke-opacity": this.lineOpacity(), + "stroke-dasharray": this.lineDashStyle().toString() + }); + + element.selectAll(".c3-area").style({ + "opacity": this.fillOpacity() + }); + }; + + return Area; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/Column.js',["./CommonND"], factory); + } else { + root.c3chart_Column = factory(root.c3chart_CommonND); + } +}(this, function (CommonND) { + function Column(target) { + CommonND.call(this); + + this._type = "bar"; + } + Column.prototype = Object.create(CommonND.prototype); + Column.prototype.constructor = Column; + Column.prototype._class += " c3chart_Column"; + + Column.prototype.publish("stacked", false, "boolean", "Stack Chart",null,{tags:["Basic","Shared"]}); + + Column.prototype.enter = function (domNode, element) { + CommonND.prototype.enter.apply(this, arguments); + }; + + Column.prototype.update = function (domNode, element) { + CommonND.prototype.update.apply(this, arguments); + + if (this.stacked()) { + this.c3Chart.groups([this.columns().slice(1, this.columns().length)]); + } else { + this.c3Chart.groups([]); + } + }; + + return Column; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/Bar.js',["./Column"], factory); + } else { + root.c3chart_Bar = factory(root.c3chart_Column); + } +}(this, function (Column) { + function Bar(target) { + Column.call(this); + + this._config.axis.rotated = true; + } + Bar.prototype = Object.create(Column.prototype); + Bar.prototype.constructor = Bar; + Bar.prototype._class += " c3chart_Bar"; + + return Bar; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/Combo.js',["./CommonND"], factory); + } else { + root.c3chart_Combo = factory(root.c3chart_CommonND); + } +}(this, function (CommonND) { + function Combo(target) { + CommonND.call(this); + + this._type = "bar"; + this._previousTypes = undefined; + } + Combo.prototype = Object.create(CommonND.prototype); + Combo.prototype.constructor = Combo; + Combo.prototype._class += " c3chart_Column"; + + Combo.prototype.publish("stacked", false, "boolean", "Stack Chart",null,{tags:["Basic"]}); + Combo.prototype.publish("defaultType", "bar", "set", "Default chart type", ["bar","line","spline","area","area-spline","step","area-step","scatter"],{tags:["Basic"]}); + Combo.prototype.publish("types", [], "array", "Array of chart types (ex:bar|line|spline|area|area-spline|step|area-step|scatter)",null,{tags:["Basic"]}); + + Combo.prototype.publish("areaFillOpacity", 0.4, "number", "Opacity of all 'Area' chart types in this Combo chart",null,{tags:["Basic"],number:{min:0,max:1,step:0.1,slider:false}}); + + Combo.prototype.enter = function (domNode, element) { + + var typesObj = {}; + + var typesArr = this.types(); + this._previousTypes = this.types().join("|"); + for(var i in typesArr){ + typesObj[this.columns()[parseInt(i)+1]] = typesArr[i]; + } + + if(typesArr.length > 0){ + this._config.data.types = typesObj; + } + CommonND.prototype.enter.apply(this, arguments); + }; + + Combo.prototype.update = function (domNode, element) { + CommonND.prototype.update.apply(this, arguments); + + if(this._previousTypes !== this.types().join("|")){ + var prevTypes = this._previousTypes.split("|"); + var curCols = this.getC3Columns(); + for(var i in curCols){ + if(typeof (prevTypes[i]) === "undefined" || this.types()[i] !== prevTypes[i]){ + this.c3Chart.unload({ids:curCols[i][0]}); + this.c3Chart.load({ + columns:[curCols[i]], + type: typeof(this.types()[i])!=="undefined" ? this.types()[i] : this.defaultType() + }); + } + } + this._previousTypes = this.types().join("|"); + } + if (this.stacked()) { + this.c3Chart.groups([this.columns().slice(1, this.columns().length)]); + } else { + this.c3Chart.groups([]); + } + + element.selectAll(".c3-area").style({ + "opacity": this.areaFillOpacity() + }); + + }; + + return Combo; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/Common1D',["./Common", "../api/I1DChart"], factory); + } else { + root.c3chart_Common1D = factory(root.c3chart_Common, root.api_I1DChart); + } +}(this, function (Common, I1DChart) { + function Common1D(target) { + Common.call(this); + I1DChart.call(this); + + var context = this; + this._config.color = { + pattern: this._palette.colors() + }; + + this._config.data.color = function (color, d) { + return context._palette(d.id ? d.id : d); + }; + } + Common1D.prototype = Object.create(Common.prototype); + Common1D.prototype.constructor = Common1D; + Common1D.prototype._class += " c3chart_Common1D"; + Common1D.prototype.implements(I1DChart.prototype); + + Common1D.prototype.publish("paletteID", "default", "set", "Palette ID", Common1D.prototype._palette.switch(), {tags:["Basic","Shared"]}); + Common1D.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + Common1D.prototype.update = function (domNode, element) { + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + Common.prototype.update.apply(this, arguments); + }; + + return Common1D; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/Common2D',["./Common", "../api/I2DChart"], factory); + } else { + root.c3chart_Common2D = factory(root.c3chart_Common, root.api_I2DChart); + } +}(this, function (Common, I2DChart) { + function Common2D(target) { + Common.call(this); + I2DChart.call(this); + + var context = this; + this._config.color = { + pattern: this._palette.colors() + }; + + this._config.data.color = function (color, d) { + return context._palette(d.id ? d.id : d); + }; + } + Common2D.prototype = Object.create(Common.prototype); + Common2D.prototype.constructor = Common2D; + Common2D.prototype._class += " c3chart_Common2D"; + Common2D.prototype.implements(I2DChart.prototype); + + Common2D.prototype.publish("paletteID", "default", "set", "Palette ID", Common2D.prototype._palette.switch(), {tags:["Basic","Shared"]}); + Common2D.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + Common2D.prototype.update = function (domNode, element) { + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + Common.prototype.update.apply(this, arguments); + }; + + return Common2D; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/Donut.js',["./Common2D"], factory); + } else { + root.c3chart_Donut = factory(root.c3chart_Common2D); + } +}(this, function (Common2D) { + function Donut(target) { + Common2D.call(this); + + this._type = "donut"; + } + Donut.prototype = Object.create(Common2D.prototype); + Donut.prototype.constructor = Donut; + Donut.prototype._class += " c3chart_Donut"; + + Donut.prototype.publish("showLabel", true, "boolean", "Show Label",null,{tags:["Basic"]}); + Donut.prototype.publish("arcWidth", 45, "number", "Arc Width",null,{tags:["Basic"]}); + Donut.prototype.publish("expand", true, "boolean", "Arc Explode",null,{tags:["Intermediate"]}); + Donut.prototype.publish("title", "", "string", "Center Label",null,{tags:["Intermediate"]}); + + Donut.prototype.enter = function (domNode, element) { + this._config.donut = { + label_show: this.showLabel(), + width: this.arcWidth(), + expand: this.expand(), + title: this.title() + }; + + Common2D.prototype.enter.apply(this, arguments); + }; + + Donut.prototype.update = function (domNode, element) { + this.c3Chart.internal.config.donut_label_show = this.showLabel(); + this.c3Chart.internal.config.donut_width = this.arcWidth(); + this.c3Chart.internal.config.donut_expand = this.expand(); + this.c3Chart.internal.config.donut_title = this.title(); + + Common2D.prototype.update.apply(this, arguments); + + element.select(".c3-chart-arcs-title") + .text(this.showLabel() ? this.title() : "") + ; + }; + + Donut.prototype.getChartOptions = function () { + var chartOptions = Common2D.prototype.getChartOptions.apply(this, arguments); + + var data = this.data().map(function (row, idx) { + return [row[0], row[1]]; + }, this); + + chartOptions.columns = data; + + return chartOptions; + }; + + return Donut; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/Gauge.js',["./Common1D"], factory); + } else { + root.c3chart_Gauge = factory(root.c3chart_Common1D); + } +}(this, function (Common1D) { + function Gauge(target) { + Common1D.call(this); + + this._type = "gauge"; + + var context = this; + this._config.data.onclick = function (d, element) { + var clickEvent = {}; + clickEvent[d.id] = d.value; + context.click(clickEvent, d.id); + }; + this._config.data.color = function (color, d) { + return context._palette(context.data(), context.low(), context.high()); + }; + } + Gauge.prototype = Object.create(Common1D.prototype); + Gauge.prototype.constructor = Gauge; + Gauge.prototype._class += " c3chart_Gauge"; + + Gauge.prototype.publish("low", 0, "number", "Gauge Lower Bound",null,{tags:["Intermediate","Shared"]}); + Gauge.prototype.publish("high", 100, "number", "Gauge Higher Bound",null,{tags:["Intermediate","Shared"]}); + + Gauge.prototype.publish("valueFormat", "Percent", "set", "Value Display Format", ["Percent", "Value"],{tags:["Basic"]}); + Gauge.prototype.publish("arcWidth", 10, "number", "Gauge Width of Arc",null,{tags:["Basic"]}); + Gauge.prototype.publish("showLabels", true, "boolean", "Show Labels",null,{tags:["Basic"]}); + Gauge.prototype.publish("showValueLabel", true, "boolean", "Show Value Label",null,{tags:["Basic"]}); + + Gauge.prototype.update = function (domNode, element) { + this.c3Chart.internal.config.gauge_min = this.low(); + this.c3Chart.internal.config.gauge_max = this.high(); + this.c3Chart.internal.config.gauge_units = this.showValueLabel() ? this.columns() : ""; + this.c3Chart.internal.config.gauge_width = this.arcWidth(); + this.c3Chart.internal.config.gauge_label_format = this.valueFormat() === "Percent" ? null : function (value, ratio) { return value; }; + this.c3Chart.internal.config.gauge_label_show = this.showLabels(); + Common1D.prototype.update.apply(this, arguments); + }; + + Gauge.prototype.getChartOptions = function () { + var chartOptions = Common1D.prototype.getChartOptions.apply(this, arguments); + + chartOptions.columns = [[this.columns(), this.data()]]; + + return chartOptions; + }; + + return Gauge; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/Line.js',["./CommonND"], factory); + } else { + root.c3chart_Line = factory(root.c3chart_CommonND); + } +}(this, function (CommonND) { + function Line(target) { + CommonND.call(this); + + this._type = "line"; + } + Line.prototype = Object.create(CommonND.prototype); + Line.prototype.constructor = Line; + Line.prototype._class += " c3chart_Line"; + + Line.prototype.publish("lineWidth", 1.0, "number", "Line Width",null,{tags:["Basic","Shared"]}); + Line.prototype.publish("lineDashStyle", [], "array", "Dashed Lines",null,{tags:["Basic","Shared"]}); + Line.prototype.publish("lineOpacity", 1.0, "number", "Line Alpha",null,{tags:["Basic","Shared"]}); + Line.prototype.publish("connectNull", true, "boolean", "Connect null data points in line",null,{tags:["Basic","Shared"]}); + + Line.prototype.enter = function (domNode, element) { + this._config.line = { + connectNull : this.connectNull() + }; + CommonND.prototype.enter.apply(this, arguments); + }; + + + Line.prototype.update = function (domNode, element) { + CommonND.prototype.update.apply(this, arguments); + + element.selectAll(".c3-line").style({ + "stroke-width": this.lineWidth_exists() ? this.lineWidth() + "px" : null, + "stroke-opacity": this.lineOpacity(), + "stroke-dasharray": this.lineDashStyle().toString(), + }); + }; + + return Line; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/Pie.js',["./Common2D"], factory); + } else { + root.c3chart_Pie = factory(root.c3chart_Common2D); + } +}(this, function (Common2D) { + function Pie(target) { + Common2D.call(this); + + this._type = "pie"; + } + Pie.prototype = Object.create(Common2D.prototype); + Pie.prototype.constructor = Pie; + Pie.prototype._class += " c3chart_Pie"; + + Pie.prototype.update = function (domNode, element) { + Common2D.prototype.update.apply(this, arguments); + }; + + Pie.prototype.getChartOptions = function () { + var chartOptions = Common2D.prototype.getChartOptions.apply(this, arguments); + + var data = this.data().map(function (row, idx) { + return [row[0], row[1]]; + }, this); + + chartOptions.columns = data; + + return chartOptions; + }; + + return Pie; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/Scatter.js',["./CommonND"], factory); + } else { + root.c3chart_Scatter = factory(root.c3chart_CommonND); + } +}(this, function (CommonND) { + function Scatter(target) { + CommonND.call(this); + + this._type = "scatter"; + } + Scatter.prototype = Object.create(CommonND.prototype); + Scatter.prototype.constructor = Scatter; + Scatter.prototype._class += " c3chart_Scatter"; + + return Scatter; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('c3chart/Step.js',["./CommonND"], factory); + } else { + root.c3chart_Step = factory(root.c3chart_CommonND); + } +}(this, function (CommonND) { + function Step(target) { + CommonND.call(this); + + this._type = "step"; + } + Step.prototype = Object.create(CommonND.prototype); + Step.prototype.constructor = Step; + Step.prototype._class += " c3chart_Step"; + + return Step; +})); + diff --git a/dist/hpcc-viz-c3chart.min.js b/dist/hpcc-viz-c3chart.min.js new file mode 100644 index 0000000000..e494d9e838 --- /dev/null +++ b/dist/hpcc-viz-c3chart.min.js @@ -0,0 +1 @@ +"function"==typeof define&&define.amd&&define("css",[],function(){return{load:function(t,e,i){i()}}}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/Common.js",["d3","c3","../common/HTMLWidget","css!c3"],e):t.c3chart_Common=e(t.d3,t.c3,t.common_HTMLWidget)}(this,function(t,e,i){function o(t){i.call(this);var e=this;this._tag="div",this._type="unknown",this._config={axis:{},legend:{position:"bottom",show:!0},data:{}},this._prevColumnIDs=[],this._config.data.onclick=function(t,i){e.click(e.rowToObj(e.data()[t.index]),t.id,e.c3Chart.selected().length>0)}}return o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.prototype._class+=" c3chart_Common",o.prototype.publish("showLegend",!1,"boolean","Show/Hide Legend",null,{tags:["Basic","Shared"]}),o.prototype.publish("legendFontColor",null,"html-color","Legend Font Color",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("legendFontSize",null,"number","Legend Font Size",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("legendFontFamily",null,"string","Legend Font Name",null,{tags:["Private","Shared"]}),o.prototype.publish("legendFontBold",!1,"boolean","Legend Font Bold",null,{tags:["Private","Shared"]}),o.prototype.publish("legendFontItalic",!1,"boolean","Legend Font Italic",null,{tags:["Private","Shared"]}),o.prototype.publish("fontSize",null,"number","Font Size",null,{tags:["Basic","Shared"]}),o.prototype.publish("fontFamily",null,"string","Font Name",null,{tags:["Basic","Shared","Shared"]}),o.prototype.publish("fontColor",null,"html-color","Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("legendPosition","right","set","Legend Position",["bottom","right"],{tags:["Intermediate"]}),o.prototype.publish("animationDuration",0,"number","Animation Duration",null,{tags:["Advanced"]}),o.prototype.type=function(t){return arguments.length?(this._type=t,this):this._type},o.prototype.getC3Series=function(){return this.columns().filter(function(t,e){return e>0})},o.prototype.getC3Rows=function(){var t=[this.columns().filter(function(t,e){return e>0})].concat(this.data().map(function(t){return t.filter(function(t,e){return e>0})}));return t},o.prototype.getC3Categories=function(){var t=this.data().map(function(t,e){return t[0]});return t},o.prototype.getC3Column=function(t){var e=[this.columns()[t]].concat(this.data().map(function(e,i){return e[t]}));return e},o.prototype.getC3Columns=function(t){if(!this.data().length)return[];t=t||this.columns().length;for(var e=[],i="function"==typeof this.xAxisType&&"time"===this.xAxisType()?0:1,o=i;t>o;++o)e.push(this.getC3Column(o));return e},o.prototype.enter=function(t,o){i.prototype.enter.apply(this,arguments),o.style("overflow","hidden"),this._config.size={width:this.width(),height:this.height()},this._config.transition={duration:this.animationDuration()},this._config.data.type=this._type,"gauge"!==this._type&&(this._config.legend={position:this.legendPosition()}),this._config.data.selection={enabled:!0,multiple:!1},this._config.bindto=o.append("div").datum(null),this._config.data.columns=[],this.c3Chart=e.generate(this._config)},o.prototype.update=function(t,e){i.prototype.update.apply(this,arguments),this.showLegend()?this.c3Chart.legend.show():this.c3Chart.legend.hide(),this.c3Chart.resize({width:this.width(),height:this.height()});var o=this.getChartOptions(),n=o.columns.map(function(t){return t[0]});o.unload=this._prevColumnIDs.filter(function(t){return n.indexOf(t)<0}),this.c3Chart.load(o),this._prevColumnIDs=n,e.selectAll(".c3 text").style({stroke:this.fontColor(),fill:this.fontColor(),"font-size":this.fontSize_exists()?this.fontSize()+"px":null,"font-family":this.fontFamily()}).attr("font-family",this.fontFamily()),e.selectAll(".c3 .c3-legend-item text").style({fill:this.legendFontColor(),"font-size":this.legendFontSize_exists()?this.legendFontSize()+"px":null,"font-family":this.legendFontFamily(),"font-weight":this.legendFontBold()?"bold":"normal","font-style":this.legendFontItalic()?"italic":"normal"}).attr("font-family",this.legendFontFamily())},o.prototype.getChartOptions=function(){return{}},o}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/CommonND.js",["d3","./Common","../api/INDChart"],e):t.c3chart_CommonND=e(t.d3,t.c3chart_Common,t.api_INDChart)}(this,function(t,e,i){function o(t){e.call(this),i.call(this);var o=this;this._config.color={pattern:this._palette.colors()},this._config.data.color=function(t,e){return o._palette(e.id?e.id:e)}}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" c3chart_CommonND",o.prototype["implements"](i.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("axisLineWidth",1,"number","Axis Line Width",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisBaselineColor",null,"html-color","X Axis Baseline Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("yAxisBaselineColor",null,"html-color","Y Axis Baseline Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("yAxisFontColor",null,"html-color","Y Axis Text Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("axisFontSize",null,"number","X/Y Axis Text Font Size",null,{tags:["Basic","Shared"]}),o.prototype.publish("axisFontFamily",null,"string","X/Y Axis Text Font Name",null,{tags:["Basic","Shared"]}),o.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("yAxisTitle","","string","Y-Axis Title",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitle","","string","X-Axis Title",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Advanced","Shared"]}),o.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Advanced","Shared"]}),o.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Title Text Style (Font Size)",null,{tags:["Advanced","Shared"]}),o.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Advanced","Shared"]}),o.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Advanced","Shared"]}),o.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Title Text Style (Font Size)",null,{tags:["Advanced","Shared"]}),o.prototype.publish("xAxisType","category","set","X-Axis Type",["category","time","indexed"],{tags:["Intermediate"]}),o.prototype.publish("subchart",!1,"boolean","Show SubChart",null,{tags:["Private"]}),o.prototype.publish("showXGrid",!1,"boolean","Show X Grid",null,{tags:["Intermediate"]}),o.prototype.publish("showYGrid",!1,"boolean","Show Y Grid",null,{tags:["Intermediate"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTickFormat","","string","X-Axis Tick Format",null,{}),o.prototype.publish("yAxisTickFormat",null,"string","Y-Axis Tick Format",null,{optional:!0}),o.prototype.publish("xAxisTypeTimePattern","%Y-%m-%d","string","Time Series Pattern",null,{}),o.prototype.publish("yAxisTypeTimePattern","%Y-%m-%d","string","Time Series Pattern",null,{}),o.prototype.publish("axisTickLabelMultiLine",!1,"boolean","Show Y Grid",null,{tags:["Intermediate"]}),o.prototype.enter=function(t,i){this.subchart()&&(this._config.subchart={show:!0,size:{height:20}});var o;switch(this.xAxisType()){case"time":o="timeseries";break;default:o=this.xAxisType()}switch(this._config.axis.x={type:o,tick:{rotate:this.xAxisLabelRotation(),multiline:this.axisTickLabelMultiLine()},label:{text:this.xAxisTitle(),position:"outer-center"}},this._config.axis.y={label:{text:this.yAxisTitle(),position:"outer-center"}},this._config.grid={x:{show:this.showXGrid()},y:{show:this.showYGrid()}},this.xAxisType()){case"category":this._config.axis.tick={centered:!0,multiline:this.axisTickLabelMultiLine()};break;case"time":this.data(this.data().map(function(t,e){return t.map(function(t,e){return 0===e&&"number"==typeof t?t.toString():t})})),this._config.data.x=this.columns()[0],this._config.data.xFormat=this.xAxisTypeTimePattern()}e.prototype.enter.apply(this,arguments)},o.prototype.update=function(i,o){e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.c3Chart.internal.config.axis_y_tick_format=this.yAxisTickFormat()?t.format(this.yAxisTickFormat()):void 0,"time"===this.xAxisType()?this.c3Chart.internal.config.axis_x_tick_format=this.xAxisTickFormat()?t.time.format(this.xAxisTickFormat()):"%Y-%m-%d %I:%M:%S %p":this.c3Chart.internal.config.axis_x_tick_format=this.xAxisTickFormat()?t.format(this.xAxisTickFormat()):void 0,e.prototype.update.apply(this,arguments),o.selectAll(".c3 svg").style({"font-size":this.axisFontSize_exists()?this.axisFontSize()+"px":null}),o.selectAll(".c3 svg text").style({"font-family":this.axisFontFamily()}),o.selectAll(".c3 .c3-axis.c3-axis-x text").style({fill:this.xAxisFontColor()}),o.selectAll(".c3 .c3-axis.c3-axis-y text").style({fill:this.yAxisFontColor()}),o.selectAll(".c3 .c3-axis path").style({"stroke-width":this.axisLineWidth_exists()?this.axisLineWidth()+"px":null}),o.selectAll(".c3 .c3-axis-x path, .c3 .c3-axis-x line").style({stroke:this.xAxisBaselineColor()}),o.selectAll(".c3 .c3-axis-y path, .c3 .c3-axis-y line").style({stroke:this.yAxisBaselineColor()}),o.selectAll(".c3-axis-x-label").style({"font-family":this.xAxisTitleFontFamily(),"font-size":this.xAxisTitleFontSize(),stroke:this.xAxisTitleFontColor()}),o.selectAll(".c3-axis-y-label").style({"font-family":this.yAxisTitleFontFamily(),"font-size":this.yAxisTitleFontSize(),stroke:this.yAxisTitleFontColor()})},o.prototype.getChartOptions=function(){var t=e.prototype.getChartOptions.apply(this,arguments);switch(this.xAxisType()){case"category":t.categories=this.getC3Categories(),t.columns=this.getC3Columns();break;case"indexed":case"time":t.columns=this.getC3Columns()}return t},o}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/Area.js",["./CommonND"],e):t.c3chart_Area=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="area"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Area",e.prototype.publish("stacked",!1,"boolean","Stack Chart",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineWidth",1,"number","Line Width",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineDashStyle",[],"array","Dashed Lines",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineOpacity",1,"number","Line Alpha",null,{tags:["Basic","Shared"]}),e.prototype.publish("fillOpacity",.2,"number","Opacity of The Fill Color",null,{tags:["Basic","Shared"]}),e.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this.stacked()?this.c3Chart.groups([this.columns().slice(1,this.columns().length)]):this.c3Chart.groups([]),i.selectAll(".c3-line").style({"stroke-width":this.lineWidth()+"px","stroke-opacity":this.lineOpacity(),"stroke-dasharray":this.lineDashStyle().toString()}),i.selectAll(".c3-area").style({opacity:this.fillOpacity()})},e}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/Column.js",["./CommonND"],e):t.c3chart_Column=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="bar"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Column",e.prototype.publish("stacked",!1,"boolean","Stack Chart",null,{tags:["Basic","Shared"]}),e.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this.stacked()?this.c3Chart.groups([this.columns().slice(1,this.columns().length)]):this.c3Chart.groups([])},e}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/Bar.js",["./Column"],e):t.c3chart_Bar=e(t.c3chart_Column)}(this,function(t){function e(e){t.call(this),this._config.axis.rotated=!0}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Bar",e}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/Combo.js",["./CommonND"],e):t.c3chart_Combo=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="bar",this._previousTypes=void 0}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Column",e.prototype.publish("stacked",!1,"boolean","Stack Chart",null,{tags:["Basic"]}),e.prototype.publish("defaultType","bar","set","Default chart type",["bar","line","spline","area","area-spline","step","area-step","scatter"],{tags:["Basic"]}),e.prototype.publish("types",[],"array","Array of chart types (ex:bar|line|spline|area|area-spline|step|area-step|scatter)",null,{tags:["Basic"]}),e.prototype.publish("areaFillOpacity",.4,"number","Opacity of all 'Area' chart types in this Combo chart",null,{tags:["Basic"],number:{min:0,max:1,step:.1,slider:!1}}),e.prototype.enter=function(e,i){var o={},n=this.types();this._previousTypes=this.types().join("|");for(var s in n)o[this.columns()[parseInt(s)+1]]=n[s];n.length>0&&(this._config.data.types=o),t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,i){if(t.prototype.update.apply(this,arguments),this._previousTypes!==this.types().join("|")){var o=this._previousTypes.split("|"),n=this.getC3Columns();for(var s in n)("undefined"==typeof o[s]||this.types()[s]!==o[s])&&(this.c3Chart.unload({ids:n[s][0]}),this.c3Chart.load({columns:[n[s]],type:"undefined"!=typeof this.types()[s]?this.types()[s]:this.defaultType()}));this._previousTypes=this.types().join("|")}this.stacked()?this.c3Chart.groups([this.columns().slice(1,this.columns().length)]):this.c3Chart.groups([]),i.selectAll(".c3-area").style({opacity:this.areaFillOpacity()})},e}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/Common1D",["./Common","../api/I1DChart"],e):t.c3chart_Common1D=e(t.c3chart_Common,t.api_I1DChart)}(this,function(t,e){function i(i){t.call(this),e.call(this);var o=this;this._config.color={pattern:this._palette.colors()},this._config.data.color=function(t,e){return o._palette(e.id?e.id:e)}}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" c3chart_Common1D",i.prototype["implements"](e.prototype),i.prototype.publish("paletteID","default","set","Palette ID",i.prototype._palette["switch"](),{tags:["Basic","Shared"]}),i.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),i.prototype.update=function(e,i){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.prototype.update.apply(this,arguments)},i}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/Common2D",["./Common","../api/I2DChart"],e):t.c3chart_Common2D=e(t.c3chart_Common,t.api_I2DChart)}(this,function(t,e){function i(i){t.call(this),e.call(this);var o=this;this._config.color={pattern:this._palette.colors()},this._config.data.color=function(t,e){return o._palette(e.id?e.id:e)}}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" c3chart_Common2D",i.prototype["implements"](e.prototype),i.prototype.publish("paletteID","default","set","Palette ID",i.prototype._palette["switch"](),{tags:["Basic","Shared"]}),i.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),i.prototype.update=function(e,i){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.prototype.update.apply(this,arguments)},i}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/Donut.js",["./Common2D"],e):t.c3chart_Donut=e(t.c3chart_Common2D)}(this,function(t){function e(e){t.call(this),this._type="donut"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Donut",e.prototype.publish("showLabel",!0,"boolean","Show Label",null,{tags:["Basic"]}),e.prototype.publish("arcWidth",45,"number","Arc Width",null,{tags:["Basic"]}),e.prototype.publish("expand",!0,"boolean","Arc Explode",null,{tags:["Intermediate"]}),e.prototype.publish("title","","string","Center Label",null,{tags:["Intermediate"]}),e.prototype.enter=function(e,i){this._config.donut={label_show:this.showLabel(),width:this.arcWidth(),expand:this.expand(),title:this.title()},t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,i){this.c3Chart.internal.config.donut_label_show=this.showLabel(),this.c3Chart.internal.config.donut_width=this.arcWidth(),this.c3Chart.internal.config.donut_expand=this.expand(),this.c3Chart.internal.config.donut_title=this.title(),t.prototype.update.apply(this,arguments),i.select(".c3-chart-arcs-title").text(this.showLabel()?this.title():"")},e.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments),i=this.data().map(function(t,e){return[t[0],t[1]]},this);return e.columns=i,e},e}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/Gauge.js",["./Common1D"],e):t.c3chart_Gauge=e(t.c3chart_Common1D)}(this,function(t){function e(e){t.call(this),this._type="gauge";var i=this;this._config.data.onclick=function(t,e){var o={};o[t.id]=t.value,i.click(o,t.id)},this._config.data.color=function(t,e){return i._palette(i.data(),i.low(),i.high())}}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Gauge",e.prototype.publish("low",0,"number","Gauge Lower Bound",null,{tags:["Intermediate","Shared"]}),e.prototype.publish("high",100,"number","Gauge Higher Bound",null,{tags:["Intermediate","Shared"]}),e.prototype.publish("valueFormat","Percent","set","Value Display Format",["Percent","Value"],{tags:["Basic"]}),e.prototype.publish("arcWidth",10,"number","Gauge Width of Arc",null,{tags:["Basic"]}),e.prototype.publish("showLabels",!0,"boolean","Show Labels",null,{tags:["Basic"]}),e.prototype.publish("showValueLabel",!0,"boolean","Show Value Label",null,{tags:["Basic"]}),e.prototype.update=function(e,i){this.c3Chart.internal.config.gauge_min=this.low(),this.c3Chart.internal.config.gauge_max=this.high(),this.c3Chart.internal.config.gauge_units=this.showValueLabel()?this.columns():"",this.c3Chart.internal.config.gauge_width=this.arcWidth(),this.c3Chart.internal.config.gauge_label_format="Percent"===this.valueFormat()?null:function(t,e){return t},this.c3Chart.internal.config.gauge_label_show=this.showLabels(),t.prototype.update.apply(this,arguments)},e.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments);return e.columns=[[this.columns(),this.data()]],e},e}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/Line.js",["./CommonND"],e):t.c3chart_Line=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="line"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Line",e.prototype.publish("lineWidth",1,"number","Line Width",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineDashStyle",[],"array","Dashed Lines",null,{tags:["Basic","Shared"]}),e.prototype.publish("lineOpacity",1,"number","Line Alpha",null,{tags:["Basic","Shared"]}),e.prototype.publish("connectNull",!0,"boolean","Connect null data points in line",null,{tags:["Basic","Shared"]}),e.prototype.enter=function(e,i){this._config.line={connectNull:this.connectNull()},t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),i.selectAll(".c3-line").style({"stroke-width":this.lineWidth_exists()?this.lineWidth()+"px":null,"stroke-opacity":this.lineOpacity(),"stroke-dasharray":this.lineDashStyle().toString()})},e}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/Pie.js",["./Common2D"],e):t.c3chart_Pie=e(t.c3chart_Common2D)}(this,function(t){function e(e){t.call(this),this._type="pie"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Pie",e.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},e.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments),i=this.data().map(function(t,e){return[t[0],t[1]]},this);return e.columns=i,e},e}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/Scatter.js",["./CommonND"],e):t.c3chart_Scatter=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="scatter"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Scatter",e}),function(t,e){"function"==typeof define&&define.amd?define("c3chart/Step.js",["./CommonND"],e):t.c3chart_Step=e(t.c3chart_CommonND)}(this,function(t){function e(e){t.call(this),this._type="step"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" c3chart_Step",e}); \ No newline at end of file diff --git a/dist/hpcc-viz-chart.js b/dist/hpcc-viz-chart.js new file mode 100644 index 0000000000..04a0f8bdba --- /dev/null +++ b/dist/hpcc-viz-chart.js @@ -0,0 +1,2681 @@ +if (typeof define === "function" && define.amd) { + define('css',[], function () { + return { + load: function ($1, $2, load) { load() } + } + }) +}; + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/Axis.js',["d3", "../common/SVGWidget", "../common/Utility", "css!./Axis"], factory); + } else { + root.chart_Axis = factory(root.d3, root.common_SVGWidget, root.common_Utility); + } +}(this, function (d3, SVGWidget, Utility) { + function Axis() { + SVGWidget.call(this); + this._drawStartPos = "origin"; + + this.d3Axis = d3.svg.axis(); + this.d3Guides = d3.svg.axis(); + + this.updateScale(); + } + Axis.prototype = Object.create(SVGWidget.prototype); + Axis.prototype.constructor = Axis; + Axis.prototype._class += " chart_Axis"; + + Axis.prototype.publish("title", "", "string", "Title"); + Axis.prototype.publish("orientation", "bottom", "set", "Orientation", ["left", "top", "right", "bottom"]); + Axis.prototype.publish("type", "linear", "set", "Type", ["none", "ordinal", "linear", "pow", "log", "time"]); + Axis.prototype.publish("timePattern", "%Y-%m-%d", "string", "Time Series Pattern", null, { disable: function (w) { return w.type() !== "time"; } }); + Axis.prototype.publish("powExponent", 2, "number", "Exponent for Pow on Value Axis", null, { disable: function (w) { return w.type() !== "pow"; } }); + Axis.prototype.publish("logBase", 10, "number", "Base for log on Value Axis", null, { disable: function (w) { return w.type() !== "log"; } }); + Axis.prototype.publish("ordinals", [], "array", "Ordinal Values", null, { disable: function (w) { return w.type() !== "ordinal"; } }); + Axis.prototype.publish("tickCount", null, "number", "Tick Count", null, { optional: true, disable: function (w) { return w.type() === "ordinal"; } }); + Axis.prototype.publish("tickFormat", null, "string", "Tick Format", null, { optional: true, disable: function (w) { return w.type() === "ordinal"; } }); + Axis.prototype.publish("tickLength", null, "number", "Tick Length", { optional: true }); + Axis.prototype.publish("low", null, "any", "Low", null, { optional: true, disable: function (w) { return w.type() === "ordinal"; } }); + Axis.prototype.publish("high", null, "any", "High", null, { optional: true, disable: function (w) { return w.type() === "ordinal"; } }); + Axis.prototype.publish("overlapMode", "none", "set", "Label Overlap Mode", ["none", "stagger", "hide", "rotate", "linebreak", "wrap"]); + Axis.prototype.publish("labelRotation", 33, "number", "Label Rotation", null, { optional: true, disable: function (w) { return w.overlapMode() !== "rotate"; } }); + Axis.prototype.publish("shrinkToFit", "both", "set", "Size to fit", ["none", "low", "high", "both"]); + Axis.prototype.publish("extend", 5, "number", "Extend axis %", { optional: true, disable: function (w) { return w.type() === "ordinal"; } }); + + var type = Axis.prototype.type; + Axis.prototype.type = function (_) { + var retVal = type.apply(this, arguments); + if (arguments.length) { + this.updateScale(); + } + return retVal; + }; + + var timePattern = Axis.prototype.timePattern; + Axis.prototype.timePattern = function (_) { + var retVal = timePattern.apply(this, arguments); + if (arguments.length) { + this.updateScale(); + } + return retVal; + }; + + Axis.prototype.lowValue = function () { + return this.parse(this.low()); + }; + + Axis.prototype.highValue = function () { + return this.parse(this.high()); + }; + + Axis.prototype.parse = function (d, forceNumeric) { + if (d instanceof Array) { + return d.map(function (d2) { + return this.parse(d2); + }, this); + } + if (d !== undefined && d !== null) { + if (this.parser) { + return this.parser.parse(typeof d === "number" ? d.toString() : d); + } + if (forceNumeric && typeof d === "string") { + return +d; + } + } + return d; + }; + + Axis.prototype.parseInvert = function (d) { + if (d instanceof Array) { + return d.map(function (d2) { + return this.parseInvert(d2); + }, this); + } + if (this.parser) { + return this.parser(d); + } + return d; + }; + + Axis.prototype.format = function (d) { + if (d instanceof Array) { + return d.map(function (d2) { + return this.format(d2); + }, this); + } + if (d !== undefined && d !== null && this.formatter) { + return this.formatter(d); + } + return d; + }; + + Axis.prototype.scalePos = function (d) { + var retVal = this.d3Scale(this.parse(d)); + if (this.type() === "ordinal") { + retVal += this.d3Scale.rangeBand() / 2; + } + return retVal; + }; + + Axis.prototype.isHorizontal = function () { + switch (this.orientation()) { + case "left": + case "right": + return false; + } + return true; + }; + + Axis.prototype.domain = function (_) { + if (!arguments.length) return this.d3Scale.domain(); + this.d3Scale.domain(_); + return this; + }; + + Axis.prototype.range = function (_) { + if (!arguments.length) { + if (this.d3Scale.rangeRoundBands) { + return this.d3Scale.rangeExtent(); + } else if (this.d3Scale.rangeRound) { + return this.d3Scale.range(); + } + } + if (this.d3Scale.rangeRoundBands) { + this.d3Scale.rangeRoundBands(_, 0.1); + } else if (this.d3Scale.rangeRound) { + this.d3Scale.range(_); + } + return this; + }; + + Axis.prototype.invert = function (pos) { + return this.d3Scale.invert(pos); + }; + + Axis.prototype.guideTarget = function (_) { + this._guideElement = d3.select(_) + .attr("class", this._class) + ; + }; + + Axis.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + this.svg = element.append("g"); + this.svgAxis = this.svg.append("g") + .attr("class", "axis") + ; + this.svgText = this.svgAxis.append("text"); + + this.svg2 = (this._guideElement || element).append("g"); + this.svgGuides = this.svg2 + .attr("class", "guide") + ; + }; + + Axis.prototype.updateScale = function () { + switch (this.type()) { + case "ordinal": + this.d3Scale = d3.scale.ordinal(); + if (this.ordinals_exists()) { + this.d3Scale.domain(this.ordinals()); + } + this.parser = null; + this.formatter = null; + break; + case "linear": + this.d3Scale = d3.scale.linear(); + if (this.low_exists() && this.high_exists()) { + this.d3Scale.domain([this.lowValue(), this.highValue()]); + } + this.parser = null; + this.formatter = this.tickFormat_exists() ? d3.format(this.tickFormat()) : null; + break; + case "pow": + this.d3Scale = d3.scale.pow() + .exponent(this.powExponent()) + ; + if (this.low_exists() && this.high_exists()) { + this.d3Scale.domain([this.lowValue(), this.highValue()]); + } + this.parser = null; + this.formatter = this.tickFormat_exists() ? d3.format(this.tickFormat()) : null; + break; + case "log": + this.d3Scale = d3.scale.log() + .base(this.logBase()) + ; + if (this.low_exists() && this.high_exists()) { + this.d3Scale.domain([this.lowValue(), this.highValue()]); + } + this.parser = null; + this.formatter = this.tickFormat_exists() ? d3.format(this.tickFormat()) : null; + break; + case "time": + this.d3Scale = d3.time.scale(); + if (this.low_exists() && this.high_exists()) { + this.d3Scale.domain([this.lowValue(), this.highValue()]); + } + this.parser = this.timePattern_exists() ? d3.time.format(this.timePattern()) : null; + this.formatter = this.tickFormat_exists() ? d3.time.format(this.tickFormat()) : null; + break; + } + + if (this.extend()) { + switch (this.type()) { + case "ordinal": + break; + default: + var length, delta, low, high, newLow, newHigh; + if (this.isHorizontal()) { + length = this.width(); + this.d3Scale.range([0, length]); + delta = length * this.extend() / 100; + low = this.d3Scale.invert(0); + newLow = this.d3Scale.invert(-delta); + high = this.d3Scale.invert(length); + newHigh = this.d3Scale.invert(length + delta); + } else { + length = this.height(); + this.d3Scale.range([length, 0]); + delta = length * this.extend() / 100; + low = this.d3Scale.invert(length); + newLow = this.d3Scale.invert(length + delta); + high = this.d3Scale.invert(0); + newHigh = this.d3Scale.invert(-delta); + } + if (Math.sign(low) !== Math.sign(newLow)) { + newLow = 0; + } + if (Math.sign(high) !== Math.sign(newHigh)) { + newHigh = 0; + } + this.d3Scale.domain([newLow, newHigh]); + break; + } + } + this.d3Axis + .orient(this.orientation()) + .scale(this.d3Scale) + .tickFormat(this.formatter) + .ticks(this.tickCount()) + ; + this.d3Guides + .orient(this.orientation()) + .scale(this.d3Scale) + .tickSize(-this.tickLength()) + .tickFormat("") + .ticks(this.tickCount()) + ; + }; + + Axis.prototype.adjustText = function (svg, tickOverlapModulus) { + var isHoriztontal = this.isHorizontal(); + var isLeft = this.orientation() === "left"; + var isBottom = this.orientation() === "bottom"; + var context = this; + if (this.overlapMode() === "linebreak") { + if (this.type() === "ordinal") { + svg.selectAll(".tick > text") + .call(function () { + return context.linebreak.apply(context, arguments); + }, this.d3Scale.rangeBand()) + ; + } + } else if (this.overlapMode() === "wrap") { + if (this.type() === "ordinal") { + svg.selectAll(".tick > text") + .call(function () { + return context.wrap.apply(context, arguments); + }, this.d3Scale.rangeBand()) + ; + } + } else { + switch (isHoriztontal ? this.overlapMode() : "none") { + case "stagger": + svg.selectAll(".tick > text") + .style("text-anchor", "middle") + .attr("dy", function (d, i) { return (isBottom ? 1 : -1) * ((isBottom ? 0.71 : 0) + i % tickOverlapModulus) + "em"; }) + .attr("dx", 0) + .attr("visibility", null) + .attr("transform", "rotate(0)") + ; + break; + case "hide": + svg.selectAll(".tick > text") + .style("text-anchor", "middle") + .attr("dy", (isBottom ? 0.71 : 0) + "em") + .attr("dx", 0) + .attr("visibility", function (d, i) { return i % tickOverlapModulus ? "hidden" : null; }) + .attr("transform", "rotate(0)") + ; + break; + case "rotate": + var deg = -(this.labelRotation()) || 0; + if (deg !== 0 && tickOverlapModulus > 1) { + svg.selectAll(".tick > text") + .each(function () { + var elm = d3.select(this); + var bbox = elm.node().getBBox(); + var dyOff = (isBottom ? 1 : -1) * Math.sin(Math.PI * (-Math.abs(deg) / 180)); + elm + .style("text-anchor", deg > 0 ? (isBottom ? "start" : "end") : (isBottom ? "end" : "start")) + .attr("dy", (bbox.height / 2 * dyOff) + "px") + .attr("dx", deg > 0 ? (isBottom ? "0.71em" : "-0.71em") : (isBottom ? "-0.71em" : "0.71em")) + .attr("transform", "rotate(" + deg + ")") + .attr("visibility", null) + ; + }) + ; + break; + } + /* falls through */ + default: + svg.selectAll(".tick > text") + .style("text-anchor", isHoriztontal ? "middle" : isLeft ? "end" : "start") + .attr("dy", isHoriztontal ? ((isBottom ? 0.71 : 0) + "em") : "0.32em") + .attr("dx", 0) + .attr("visibility", null) + .attr("transform", "rotate(0)") + ; + } + } + }; + + Axis.prototype.calcTickOverlapModulus = function (element) { + var retVal = 1; + switch (this.overlapMode()) { + case "rotate": + case "stagger": + case "hide": + var bboxArr = []; + element.selectAll(".tick > text").each(function (d) { + var bbox = this.getBoundingClientRect(); + for (var i = bboxArr.length - 1; i >= 0; --i) { + if (bboxArr[i].right < bbox.left) { + break; + } + if (bboxArr.length + 1 - i > retVal) { + retVal = bboxArr.length + 1 - i; + } + } + bboxArr.push(bbox); + }); + break; + } + return retVal; + }; + + Axis.prototype.calcOverflow = function (element, ignoreText) { + this.updateScale(); + var isHorizontal = this.isHorizontal(); + this.range(isHorizontal ? [0, this.width()] : [this.height(), 0]); + var tmpSvg = element.append("g").attr("class", this.classID()).append("g"); + tmpSvg + .attr("class", isHorizontal ? "x" : "y") + .call(this.d3Axis) + ; + if (ignoreText) { + element.selectAll(".tick > text").remove(); + } + + var retVal = { + left: 0, + top: 0, + right: 0, + bottom: 0, + tickOverlapModulus: this.calcTickOverlapModulus(tmpSvg) + }; + this.adjustText(tmpSvg, retVal.tickOverlapModulus); + + var bbox = tmpSvg.node().getBBox(); + retVal.depth = isHorizontal ? bbox.height : bbox.width; + switch (this.shrinkToFit()) { + case "low": + case "both": + retVal.left = isHorizontal ? -bbox.x : 0; + retVal.bottom = isHorizontal ? 0 : -(this.height() - (bbox.height + bbox.y)); + break; + } + switch (this.shrinkToFit()) { + case "high": + case "both": + retVal.top = isHorizontal ? 0 : -bbox.y; + retVal.right = isHorizontal ? -(this.width() - bbox.x - bbox.width) : 0; + break; + } + tmpSvg.remove(); + + return retVal; + }; + + Axis.prototype.wrap = function (text, bandSize, re) { + re = re || /\s+/; + var context = this; + text.each(function () { + var text = d3.select(this), + words = text.text().split(re).reverse(), + word, + line = [], + lineNumber = 0, + lineHeight = 1.1, + x = text.attr("x"), + y = text.attr("y"), + fs = parseFloat(text.style("font-size")) || 10, + maxLinesPerBand = Math.floor(bandSize / (fs * lineHeight)) - 1, + minWordsPerLine = context.isHorizontal() ? 1 : Math.ceil(words.length / maxLinesPerBand), + dy = parseFloat(text.attr("dy")) + ; + var tspan = text.text(null).append("tspan") + .attr("x", x) + .attr("y", y) + .attr("dy", dy + "em") + ; + var wordsOnLine = 0; + while ((word = words.pop())) { + line.push(word); + tspan.text(line.join(" ")); + wordsOnLine++; + if (tspan.node().getComputedTextLength() > bandSize && wordsOnLine >= minWordsPerLine) { + line.pop(); + tspan.text(line.join(" ")); + line = [word]; + tspan = text.append("tspan").attr("x", x).attr("y", y).attr("dy", ++lineNumber * lineHeight + dy + "em").text(word); + wordsOnLine = 0; + } + } + if (!context.isHorizontal()) { + text.selectAll("tspan") + .attr("y", (-lineNumber/2) + "em") + ; + } + }); + }; + + Axis.prototype.linebreak = function (text, bandSize) { + this.wrap(text, bandSize, "\n"); + }; + + Axis.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + + var overlap = this.calcOverflow(element); + + this.range(this.isHorizontal() ? [overlap.left, this.width() - overlap.right] : [this.height() - overlap.top - overlap.bottom, 0]); + + var context = this; + function doPosition(element) { + element.attr("transform", function (d) { + switch (context.orientation()) { + case "left": + return "translate(" + overlap.depth + ", " + overlap.top + ")"; + case "top": + return "translate(0," + overlap.depth + ")"; + case "right": + return "translate(" + (context.width() - overlap.depth) + ", " + overlap.top + ")"; + case "bottom": + return "translate(0," + (context.height() - overlap.depth) + ")"; + } + return "translate(0,0)"; + }); + } + this.svg + //.attr("class", this.isHorizontal() ? "x" : "y") + .style("visibility", this.type() === "none" ? "hidden" : null) + .transition() + .call(doPosition) + ; + if (this._guideElement) { + this.svg2 + .transition() + .call(doPosition) + ; + } + this.svgAxis + .call(this.d3Axis) + ; + this.adjustText(this.svgAxis, overlap.tickOverlapModulus); + + var svgLine = this.svgAxis.select("path.domain"); + var svgLineBBox = svgLine.node().getBBox(); + switch (this.orientation()) { + case "left": + this.svgText.transition() + .attr("transform", "rotate(-90)") + .attr("x", -2) + .attr("y", 2) + .attr("dx", null) + .attr("dy", ".71em") + .style("text-anchor", "end") + .text(this.title()) + ; + break; + case "right": + this.svgText.transition() + .attr("transform", "rotate(-90)") + .attr("x", -2) + .attr("y", 4) + .attr("dx", null) + .attr("dy", "-.71em") + .style("text-anchor", "end") + .text(this.title()) + ; + break; + case "top": + this.svgText.transition() + .attr("transform", "rotate(0)") + .attr("x", svgLineBBox.x + svgLineBBox.width - 2) + .attr("y", 2) + .attr("dx", null) + .attr("dy", ".71em") + .style("text-anchor", "end") + .text(this.title()) + ; + break; + case "bottom": + this.svgText.transition() + .attr("transform", "rotate(0)") + .attr("x", svgLineBBox.x + svgLineBBox.width - 2) + .attr("y", -2) + .attr("dx", null) + .attr("dy", null) + .style("text-anchor", "end") + .text(this.title()) + ; + break; + } + this.svgGuides + .call(this.d3Guides) + ; + }; + + Axis.prototype.postUpdate = function (domNode, element) { + SVGWidget.prototype.postUpdate.apply(this, arguments); + if (this._guideElement) { + this._guideElement + .attr("transform", this._element.attr("transform")) + ; + } + }; + + return Axis; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/XYAxis.js',["d3", "../common/SVGWidget", "./Axis", "../common/Utility", "css!./XYAxis"], factory); + } else { + root.chart_XYAxis = factory(root.d3, root.common_SVGWidget, root.chart_Axis, root.common_Utility); + } +}(this, function (d3, SVGWidget, Axis, Utility) { + function XYAxis() { + SVGWidget.call(this); + Utility.SimpleSelectionMixin.call(this); + + this._drawStartPos = "origin"; + + this.domainAxis = new Axis() + .orientation_default("bottom") + .type_default("ordinal") + .overlapMode_default("stagger") + .shrinkToFit_default("high") + .extend_default(0) + ; + this.valueAxis = new Axis() + .orientation_default("left") + .type_default("linear") + .shrinkToFit_default("high") + ; + var context = this; + this.xBrush = d3.svg.brush() + .on("brush", function () { + return context.brushMoved(); + }) + ; + this.yBrush = d3.svg.brush() + .on("brush", function () { + return context.brushMoved(); + }) + ; + } + XYAxis.prototype = Object.create(SVGWidget.prototype); + XYAxis.prototype.constructor = XYAxis; + XYAxis.prototype._class += " chart_XYAxis"; + XYAxis.prototype.mixin(Utility.SimpleSelectionMixin); + + XYAxis.prototype.publish("orientation", "horizontal", "set", "Selects orientation for the axis", ["horizontal", "vertical"]); + XYAxis.prototype.publish("selectionMode", false, "boolean", "Range Selector"); + + XYAxis.prototype.publishProxy("xAxisTickCount", "domainAxis", "tickCount"); + XYAxis.prototype.publishProxy("xAxisTickFormat", "domainAxis", "tickFormat"); + XYAxis.prototype.publishProxy("xAxisType", "domainAxis", "type"); + XYAxis.prototype.publishProxy("xAxisTypeTimePattern", "domainAxis", "timePattern"); + XYAxis.prototype.publish("xAxisDomainLow", null, "string", "X-Axis Low", null, { optional: true, disable: function (w) { return w.xAxisType() === "ordinal"; } }); + XYAxis.prototype.publish("xAxisDomainHigh", null, "string", "X-Axis High", null, { optional: true, disable: function (w) { return w.xAxisType() === "ordinal"; } }); + XYAxis.prototype.publishProxy("xAxisOverlapMode", "domainAxis", "overlapMode"); + XYAxis.prototype.publishProxy("xAxisLabelRotation", "domainAxis", "labelRotation"); + XYAxis.prototype.publishProxy("xAxisDomainPadding", "domainAxis", "extend"); + XYAxis.prototype.publish("xAxisGuideLines", false, "boolean", "Y-Axis Guide Lines"); + XYAxis.prototype.publish("xAxisFocus", false, "boolean", "X-Axis Focus", null, { disable: function (w) { return w.orientation() !== "horizontal"; } }); + XYAxis.prototype.publish("xAxisFocusHeight", 80, "number", "X-Axis Focus Height", null, { disable: function (w) { return !w.xAxisFocus(); } }); + + XYAxis.prototype.publishProxy("yAxisTitle", "valueAxis", "title"); + XYAxis.prototype.publishProxy("yAxisTickCount", "valueAxis", "tickCount"); + XYAxis.prototype.publishProxy("yAxisTickFormat", "valueAxis", "tickFormat"); + XYAxis.prototype.publishProxy("yAxisType", "valueAxis", "type"); + XYAxis.prototype.publishProxy("yAxisTypeTimePattern", "valueAxis", "timePattern"); + XYAxis.prototype.publishProxy("yAxisTypePowExponent", "valueAxis", "powExponent"); + XYAxis.prototype.publishProxy("yAxisTypeLogBase", "valueAxis", "logBase"); + XYAxis.prototype.publish("yAxisStacked", false, "boolean", "Stacked Chart", null, { tags: ["Basic"], disable: function (w) { return w.xAxisType() !== "ordinal" || w._class.indexOf("chart_Column") < 0; } }); + XYAxis.prototype.publish("yAxisDomainLow", null, "string", "Y-Axis Low", null, { optional: true, disable: function (w) { return w.yAxisType() === "ordinal"; } }); + XYAxis.prototype.publish("yAxisDomainHigh", null, "string", "Y-Axis High", null, { optional: true, disable: function (w) { return w.yAxisType() === "ordinal"; } }); + XYAxis.prototype.publishProxy("yAxisDomainPadding", "valueAxis", "extend"); + XYAxis.prototype.publish("yAxisGuideLines", true, "boolean", "Y-Axis Guide Lines"); + + XYAxis.prototype.publish("regions", [], "array", "Regions"); + + XYAxis.prototype.publish("sampleData", "", "set", "Display Sample Data", ["", "ordinal", "ordinalRange", "linear", "time-x", "time-y"]); + + XYAxis.prototype.resetSelection = function () { + this._prevBrush = null; + return this; + }; + + XYAxis.prototype.columns = function (_) { + return SVGWidget.prototype.columns.apply(this, arguments); + }; + + XYAxis.prototype.parseData = function (d) { + return this.domainAxis.parse(d); + }; + + XYAxis.prototype.parseValue = function (d) { + return this.valueAxis.parse(d, true); + }; + + XYAxis.prototype.formatData = function (d) { + return this.domainAxis.format(d); + }; + + XYAxis.prototype.formatValue = function (d) { + return this.valueAxis.format(d, true); + }; + + XYAxis.prototype.parsedData = function () { + var retVal = this.data().map(function (row) { + var prevValue = 0; + return row.map(function (cell, idx) { + if (idx === 0) { + return this.parseData(cell); + } if (idx >= this.columns().length) { + return cell; + } + var retVal = this.yAxisStacked() ? [prevValue, prevValue + this.parseValue(cell)] : this.parseValue(cell); + prevValue += this.parseValue(cell); + return retVal; + }, this); + }, this); + return retVal; + }; + + XYAxis.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + this.svg = element.append("g"); + this.svgRegions = element.append("g"); + this.svgDomainGuide = this.svg.append("g"); + this.svgValueGuide = this.svg.append("g"); + this.svgData = this.svg.append("g"); + + this.svgDataClipRect = this.svg.append("clipPath") + .attr("id", this.id() + "_clippath") + .append("rect") + .attr("x", 0) + .attr("y", 0) + ; + this.svgData = this.svg.append("g") + .attr("clip-path", "url(#" + this.id() + "_clippath)") + ; + this._selection.widgetElement(this.svgData); + + this.svgFocus = element.append("g"); + + this.domainAxis + .target(this.svg.node()) + .guideTarget(this.svgDomainGuide.node()) + ; + this.valueAxis + .target(this.svg.node()) + .guideTarget(this.svgValueGuide.node()) + ; + + // Brush --- + this.svgBrush = element.append("g") + .attr("class", "brush") + ; + }; + + XYAxis.prototype.resizeBrushHandle = function (d, width, height) { + var e, x, y; + if (d === "e" || d === "w") { + e = +(d === "e"); + x = e ? 1 : -1; + y = height / 3; + return "M" + (0.5 * x) + "," + y + + "A6,6 0 0 " + e + " " + (6.5 * x) + "," + (y + 6) + + "V" + (2 * y - 6) + + "A6,6 0 0 " + e + " " + (0.5 * x) + "," + (2 * y) + + "Z" + + "M" + (2.5 * x) + "," + (y + 8) + + "V" + (2 * y - 8) + + "M" + (4.5 * x) + "," + (y + 8) + + "V" + (2 * y - 8); + } else { + e = +(d === "s"); + y = e ? 1 : -1; + x = width / 3; + return "M" + x + ", " + (0.5 * y) + + "A6,6 0 0 " + (e + 1) % 2 + " " + (x + 6) + "," + (6.5 * y) + + "H" + (2 * x - 6) + + "A6,6 0 0 " + (e + 1) % 2 + " " + (2 * x) + "," + (0.5 * y) + + "Z" + + "M" + (x + 8) + "," + (2.5 * y) + + "H" + (2 * x - 8) + + "M" + (x + 8) + "," + (4.5 * y) + + "H" + (2 * x - 8); + } + }; + + XYAxis.prototype.brushMoved = SVGWidget.prototype.debounce(function brushed() { + var selected = this.data().filter(function (d) { + var pos = d[0]; + if (this.xAxisType() ==="ordinal") { + pos = this.domainAxis.d3Scale(pos) + (this.domainAxis.d3Scale.rangeBand ? this.domainAxis.d3Scale.rangeBand() / 2 : 0); + } + if (this.orientation() === "horizontal") { + return (pos >= this.xBrush.extent()[0] && pos <= this.xBrush.extent()[1]); + } + return (pos >= this.yBrush.extent()[0] && pos <= this.yBrush.extent()[1]); + }, this); + this.selection(selected); + }, 250); + + XYAxis.prototype.dataPos = function (d) { + return this.domainAxis.scalePos(d); + }; + + XYAxis.prototype.valuePos = function (d) { + return this.valueAxis.scalePos(d); + }; + + XYAxis.prototype.setScaleRange = function (width, height) { + this.xAxis.width(width); + this.yAxis.height(height); + }; + + XYAxis.prototype.calcMargin = function (domNode, element, isHorizontal) { + var margin = { + top: !isHorizontal && this.selectionMode() ? 10 : 2, + right: isHorizontal && (this.selectionMode() || this.xAxisFocus()) ? 10 : 2, + bottom: (this.xAxisFocus() ? this.xAxisFocusHeight() : 0) + 2, + left: 2 + }; + var width = this.width() - margin.left - margin.right; + var height = this.height() - margin.top - margin.bottom; + + var xHeight = 30; + var yWidth = 30; + for (var i = 0; i < 10; ++i) { + this.xAxis.width(width - yWidth).height(0); + var xAxisOverlap = this.xAxis.calcOverflow(element); + + this.yAxis.width(0).height(height - xHeight); + var yAxisOverlap = this.yAxis.calcOverflow(element); + + var newXHeight = xAxisOverlap.depth; + var newYWidth = yAxisOverlap.depth; + + if (newXHeight === xHeight && newYWidth === yWidth) { + xHeight = newXHeight; + yWidth = newYWidth; + break; + } + xHeight = newXHeight; + yWidth = newYWidth; + } + this.xAxis + .x(width / 2 + yWidth / 2 + margin.left) + .y(height + margin.top) + .width(width - yWidth) + ; + this.yAxis + .x(margin.left) + .y(height / 2 - xHeight / 2 + margin.top) + .height(height - xHeight) + ; + margin.left += yWidth; + margin.bottom += xHeight; + return margin; + }; + + XYAxis.prototype.updateRegions = function (domNode, element, isHorizontal) { + var context = this; + + var regions = this.svgRegions.selectAll(".region").data(this.regions()); + regions.enter().append("rect") + .attr("class", "region") + ; + if (isHorizontal) { + regions + .attr("x", function (d) { return context.dataPos(d.x0); }) + .attr("y", 0) + .attr("width", function (d) { return context.dataPos(d.x1) - context.dataPos(d.x0); }) + .attr("height", this.height()) + .style("stroke", function (d) { return context._palette(d.colorID); }) + .style("fill", function (d) { return d3.hsl(context._palette(d.colorID)).brighter(); }) + ; + } else { + regions + .attr("x", 0) + .attr("y", function (d) { return context.dataPos(d.x0); }) + .attr("width", this.width()) + .attr("height", function (d) { return context.dataPos(d.x0) - context.dataPos(d.x1); }) + .style("stroke", function (d) { return context._palette(d.colorID); }) + .style("fill", function (d) { return d3.hsl(context._palette(d.colorID)).brighter(); }) + ; + } + regions.exit().remove(); + }; + + XYAxis.prototype.update = function (domNode, element) { + var context = this; + + var isHorizontal = this.orientation() === "horizontal"; + this.updateRegions(domNode, element, isHorizontal); + + this.domainAxis + .orientation(isHorizontal ? "bottom" : "left") + .title(this.columns()[0]) + ; + this.valueAxis + .orientation(isHorizontal ? "left" : "bottom") + ; + this.xAxis = isHorizontal ? this.domainAxis : this.valueAxis; + this.yAxis = isHorizontal ? this.valueAxis : this.domainAxis; + var xBrush = isHorizontal ? this.xBrush : this.yBrush; + var yBrush = isHorizontal ? this.yBrush : this.xBrush; + var yBrushExtent = yBrush.extent(); + + // Update Domain --- + switch (this.xAxisType()) { + case "ordinal": + this.domainAxis.ordinals(this.data().map(function (d) { return d[0]; })); + break; + default: + var domainMin = this.xAxisDomainLow() ? this.xAxisDomainLow() : this.domainAxis.parseInvert(d3.min(this.parsedData(), function (data) { + return data[0]; + })); + var domainMax = this.xAxisDomainHigh() ? this.xAxisDomainHigh() : this.domainAxis.parseInvert(d3.max(this.parsedData(), function (data) { + return data[0]; + })); + if (domainMin !== undefined && domainMax !== undefined) { + this.domainAxis + .low(domainMin) + .high(domainMax) + ; + } + break; + } + + var min = this.yAxisDomainLow() ? this.yAxisDomainLow() : this.valueAxis.parseInvert(d3.min(this.parsedData(), function (data) { + return d3.min(data.filter(function (cell, i) { return i > 0 && context.columns()[i] && context.columns()[i].indexOf("__") !== 0 && cell !== null; }), function (d) { return d instanceof Array ? d[0] : d; }); + })); + var max = this.yAxisDomainHigh() ? this.yAxisDomainHigh() : this.valueAxis.parseInvert(d3.max(this.parsedData(), function (data) { + return d3.max(data.filter(function (cell, i) { return i > 0 && context.columns()[i] && context.columns()[i].indexOf("__") !== 0 && cell !== null; }), function (d) { return d instanceof Array ? d[1] : d; }); + })); + this.valueAxis + .low(min) + .high(max) + ; + + // Calculate Margins --- + this.margin = this.calcMargin(domNode, element, isHorizontal); + + // Update Range --- + var width = this.width() - this.margin.left - this.margin.right; + if (width < 0) width = 0; + var height = this.height() - this.margin.top - this.margin.bottom; + if (height < 0) height = 0; + var maxCurrExtent = isHorizontal ? width : height; + var maxOtherExtent = isHorizontal ? height : width; + + // Render --- + this.domainAxis + .tickLength(this.xAxisGuideLines() ? maxOtherExtent : 0) + .render() + ; + this.valueAxis + .tickLength(this.yAxisGuideLines() ? maxCurrExtent : 0) + .render() + ; + + this.svgDataClipRect + .attr("width", width) + .attr("height", height) + ; + this.svgData.transition() + .attr("transform", "translate(" + this.margin.left + "," + this.margin.top + ")") + ; + + this.xBrush + .x(this.domainAxis.d3Scale) + ; + this.yBrush + .y(this.domainAxis.d3Scale) + ; + if (this.selectionMode()) { + if (this._prevXAxisType !== this.xAxisType()) { + this._prevXAxisType = this.xAxisType(); + this._prevBrush = null; + } + if (!this._prevBrush) { + switch (this.xAxisType()) { + case "ordinal": + xBrush.extent([0, maxCurrExtent]); + break; + default: + xBrush.extent(this.domainAxis.d3Scale.domain()); + break; + } + } else if (this._prevBrush && this._prevBrush.orientation !== this.orientation()) { + switch (this.xAxisType()) { + case "ordinal": + xBrush.extent([maxCurrExtent - yBrushExtent[0] * maxCurrExtent / this._prevBrush.maxCurrExtent, maxCurrExtent - yBrushExtent[1] * maxCurrExtent / this._prevBrush.maxCurrExtent]); + break; + default: + xBrush.extent(yBrushExtent); + break; + } + } + this._prevBrush = { + orientation: this.orientation(), + maxCurrExtent: maxCurrExtent + }; + } + + this.svgBrush + .attr("transform", "translate(" + this.margin.left + ", " + this.margin.top + ")") + .style("display", this.selectionMode() ? null : "none") + .call(xBrush) + .selectAll(".background").transition() + .attr("width", width) + .attr("height", height) + ; + + this.svgBrush.selectAll(".extent, .resize rect").transition() + .attr(isHorizontal ? "y" : "x", 0) + .attr(isHorizontal ? "height" : "width", maxOtherExtent) + ; + + var handlePath = this.svgBrush.selectAll(".resize").selectAll("path").data(function (d) { return d; }); + handlePath.enter().append("path"); + handlePath.transition() + .attr("d", function (d) { return context.resizeBrushHandle(d, width, height); }) + ; + + this.updateFocusChart(domNode, element, this.margin, width, height, isHorizontal); + this.updateChart(domNode, element, this.margin, width, height, isHorizontal, 250); + }; + + XYAxis.prototype.updateFocusChart = function (domNode, element, margin, width, height, isHorizontal) { + var context = this; + var focusChart = this.svgFocus.selectAll("#" + this.id() + "_focusChart").data(this.xAxisFocus() ? [true] : []); + focusChart.enter().append("g") + .attr("id", this.id() + "_focusChart") + .each(function (d) { + context.focusChart = new context.constructor() + .target(this) + ; + context.focusChart.xBrush + .on("brush.focus", function () { + syncAxis(); + context.updateChart(domNode, element, margin, width, height, isHorizontal, 0); + }) + ; + }) + ; + focusChart + .each(function (d) { + context.copyPropsTo(context.focusChart); + context.focusChart + .xAxisFocus(false) + .selectionMode(true) + .tooltipStyle("none") + .orientation("horizontal") + .xAxisGuideLines(false) + .xAxisDomainLow(null) + .xAxisDomainHigh(null) + .yAxisGuideLines(false) + .x(context.width() / 2) + .y(context.height() - context.xAxisFocusHeight() / 2) + .width(context.width()) + .height(context.xAxisFocusHeight()) + .columns(context.columns()) + .data(context.data()) + .render() + ; + syncAxis(); + }) + ; + focusChart.exit() + .each(function (d) { + if (context.focusChart) { + context.focusChart + .target(null) + ; + delete context.focusChart; + } + }) + .remove() + ; + + function syncAxis() { + if (context.focusChart.xAxisType() !== "ordinal") { + context.xAxis.domain(context.focusChart.xBrush.extent()); + } else { + var brushExtent = context.focusChart.xBrush.extent(); + var brushWidth = brushExtent[1] - brushExtent[0]; + var scale = brushWidth / width; + context.xAxis.range([-brushExtent[0] / scale, (width - brushExtent[0]) / scale]); + } + context.xAxis.svgAxis.call(context.xAxis.d3Axis); + context.xAxis.svgGuides.call(context.xAxis.d3Guides); + } + }; + + XYAxis.prototype.updateChart = function (domNode, element, margin, width, height, isHorizontal, duration) { + }; + + XYAxis.prototype.exit = function (domNode, element) { + SVGWidget.prototype.exit.apply(this, arguments); + }; + + XYAxis.prototype.selection = function (selected) { + }; + + return XYAxis; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/Scatter.js',["d3", "../common/SVGWidget", "./XYAxis", "../api/INDChart", "../api/ITooltip", "css!./Scatter"], factory); + } else { + root.chart_Scatter = factory(root.d3, root.common_SVGWidget, root.chart_XYAxis, root.api_INDChart, root.api_ITooltip); + } +}(this, function (d3, SVGWidget, XYAxis, INDChart, ITooltip) { + function Scatter(target) { + XYAxis.call(this); + INDChart.call(this); + ITooltip.call(this); + + this + .xAxisGuideLines_default(true) + .yAxisGuideLines_default(true) + ; + } + Scatter.prototype = Object.create(XYAxis.prototype); + Scatter.prototype.constructor = Scatter; + Scatter.prototype._class += " chart_Scatter"; + Scatter.prototype.implements(INDChart.prototype); + Scatter.prototype.implements(ITooltip.prototype); + + Scatter.prototype.publish("paletteID", "default", "set", "Palette ID", Scatter.prototype._palette.switch(),{tags:["Basic","Shared"]}); + Scatter.prototype.publish("pointShape", "cross", "set", "Shape of the data points", ["circle", "rectangle", "cross"]); + Scatter.prototype.publish("pointSize", 6, "number", "Point Size"); + Scatter.prototype.publish("interpolate", "", "set", "Interpolate Data", ["", "linear", "step", "step-before", "step-after", "basis", "bundle", "cardinal", "monotone"]); + Scatter.prototype.publish("interpolateFill", false, "boolean", "Fill Interpolation"); + Scatter.prototype.publish("interpolateFillOpacity", 0.66, "number", "Fill Interpolation Opacity"); + Scatter.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + Scatter.prototype.xPos = function (d) { + return this.orientation() === "horizontal" ? this.dataPos(d.label) : this.valuePos(d.value); + }; + + Scatter.prototype.yPos = function (d) { + return this.orientation() === "horizontal" ? this.valuePos(d.value) : this.dataPos(d.label); + }; + + Scatter.prototype.enter = function (domNode, element) { + XYAxis.prototype.enter.apply(this, arguments); + var context = this; + this + .tooltipHTML(function (d) { + return context.tooltipFormat({ label: d.label, series: context.columns()[d.colIdx], value: d.value }); + }) + ; + }; + + Scatter.prototype.updateChart = function (domNode, element, margin, width, height, isHorizontal) { + var context = this; + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + if (this._prevPointShape !== this.pointShape()) { + this.svgData.selectAll(".data").remove(); + this._prevPointShape = this.pointShape(); + } + + function mapShape(shape) { + switch (shape) { + case "rectangle": + return "rect"; + case "circle": + return "circle"; + case "cross": + return "path"; + } + } + + var data = this.flattenData().map(function (d) { + d.shape = mapShape(context.pointShape()); + return d; + }); + + var points = this.svgData.selectAll(".point").data(data, function (d, idx) { return d.shape + "_" + idx; }); + points.enter().append("g") + .attr("class", "point") + .each(function (d) { + var element = d3.select(this); + element + .append("circle") + .attr("class", "pointSelection") + .on("mouseout.tooltip", context.tooltip.hide) + .on("mousemove.tooltip", context.tooltip.show) + .call(context._selection.enter.bind(context._selection)) + .on("click", function (d, idx) { + context.click(context.rowToObj(context.data()[d.rowIdx]), context.columns()[d.colIdx], context._selection.selected(this)); + }) + ; + element + .append(d.shape) + .attr("class", "pointShape") + ; + }) + ; + points + .each(function (d) { + var elementSelection = d3.select(this).select(".pointSelection"); + elementSelection + .attr("cx", function (d) { return context.xPos(d); }) + .attr("cy", function (d) { return context.yPos(d); }) + .attr("r", context.pointSize()) + ; + + var element = d3.select(this).select(".pointShape"); + switch (d.shape) { + case "rect": + element + .attr("x", function (d) { return context.xPos(d) - context.pointSize() / 2; }) + .attr("y", function (d) { return context.yPos(d) - context.pointSize() / 2; }) + .attr("width", context.pointSize()) + .attr("height", context.pointSize()) + .style("fill", function (d, idx) { return context._palette(context.columns()[d.colIdx]); }) + ; + break; + case "circle": + element + .attr("cx", function (d) { return context.xPos(d); }) + .attr("cy", function (d) { return context.yPos(d); }) + .attr("r", context.pointSize() / 2) + .style("fill", function (d, idx) { return context._palette(context.columns()[d.colIdx]); }) + ; + break; + case "path": + element + .attr("d", function (d) { + return "M" + (context.xPos(d) - context.pointSize() / 2) + " " + (context.yPos(d) - context.pointSize() / 2) + " " + + "L" + (context.xPos(d) + context.pointSize() / 2) + " " + (context.yPos(d) + context.pointSize() / 2) + " " + + "M" + (context.xPos(d) - context.pointSize() / 2) + " " + (context.yPos(d) + context.pointSize() / 2) + " " + + "L" + (context.xPos(d) + context.pointSize() / 2) + " " + (context.yPos(d) - context.pointSize() / 2); + }) + .style("stroke", function (d, idx) { return context._palette(context.columns()[d.colIdx]); }) + ; + break; + } + }) + ; + points.exit() + .remove() + ; + + var areas = this.svgData.selectAll(".area").data(this.columns().filter(function (d, idx) { return context.interpolate() && context.interpolateFill() && idx > 0; })); + areas.enter().append("path") + .attr("class", "area") + ; + var area = d3.svg.area() + .interpolate(this.interpolate()) + ; + if (isHorizontal) { + area + .x(function (d) { return context.xPos(d); }) + .y0(function (d) { return height; }) + .y1(function (d) { return context.yPos(d); }) + ; + } else { + area + .y(function (d) { return context.yPos(d); }) + .x0(function (d) { return 0; }) + .x1(function (d) { return context.xPos(d); }) + ; + } + areas.each(function (d, idx) { + var element = d3.select(this); + element + .attr("d", area(data.filter(function (d2) { return d2.colIdx === idx + 1; }))) + .style("opacity", context.interpolateFillOpacity()) + .style("stroke", "none") + .style("fill", function (d, i) { return d3.hsl(context._palette(context.columns()[idx + 1])).brighter(); }) + ; + }); + areas.exit().remove(); + + var lines = this.svgData.selectAll(".line").data(this.columns().filter(function (d, idx) { return context.interpolate() && idx > 0; })); + lines.enter().append("path") + .attr("class", "line") + ; + var line = d3.svg.line() + .x(function (d) { return context.xPos(d); }) + .y(function (d) { return context.yPos(d); }) + .interpolate(this.interpolate()) + ; + lines.each(function (d, idx) { + var element = d3.select(this); + var data2 = data.filter(function (d2) { return d2.colIdx === idx + 1; }); + element + .attr("d", line(data2)) + .style("stroke", function (d, i) { return context._palette(context.columns()[idx + 1]); }) + .style("fill", "none") + ; + }); + lines.exit().remove(); + }; + + Scatter.prototype.exit = function (domNode, element) { + SVGWidget.prototype.exit.apply(this, arguments); + }; + + return Scatter; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/Area.js',["d3", "./Scatter"], factory); + } else { + root.chart_Area = factory(root.d3, root.chart_Scatter); + } +}(this, function (d3, Scatter) { + function Area(target) { + Scatter.call(this); + + this + .interpolate_default("linear") + .interpolateFill_default(true) + ; + } + Area.prototype = Object.create(Scatter.prototype); + Area.prototype.constructor = Area; + Area.prototype._class += " chart_Area"; + + return Area; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/Column.js',["d3", "./XYAxis", "../api/INDChart", "../api/ITooltip", "css!./Column"], factory); + } else { + root.chart_Column = factory(root.d3, root.chart_XYAxis, root.api_INDChart, root.api_ITooltip); + } +}(this, function (d3, XYAxis, INDChart, ITooltip) { + function Column(target) { + XYAxis.call(this); + INDChart.call(this); + ITooltip.call(this); + + this._linearGap = 25; + } + Column.prototype = Object.create(XYAxis.prototype); + Column.prototype.constructor = Column; + Column.prototype._class += " chart_Column"; + Column.prototype.implements(INDChart.prototype); + Column.prototype.implements(ITooltip.prototype); + + Column.prototype.publish("paletteID", "default", "set", "Palette ID", Column.prototype._palette.switch(),{tags:["Basic","Shared"]}); + Column.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + Column.prototype.enter = function (domNode, element) { + XYAxis.prototype.enter.apply(this, arguments); + var context = this; + this + .tooltipHTML(function (d) { + var value = d.row[d.idx]; + if (value instanceof Array) { + value = value[1] - value[0]; + } + return context.tooltipFormat({ label: d.row[0], series: context.columns()[d.idx], value: value }); + }) + ; + }; + + XYAxis.prototype.adjustedData = function () { + var retVal = this.data().map(function (row) { + var prevValue = 0; + return row.map(function (cell, idx) { + if (idx === 0) { + return cell; + } if (idx >= this.columns().length) { + return cell; + } + var retVal = this.yAxisStacked() ? [prevValue, prevValue + cell] : cell; + prevValue += cell; + return retVal; + }, this); + }, this); + return retVal; + }; + + Column.prototype.updateChart = function (domNode, element, margin, width, height, isHorizontal, duration) { + var context = this; + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + var dataLen = 10; + var offset = 0; + switch (this.xAxisType()) { + case "ordinal": + dataLen = this.domainAxis.d3Scale.rangeBand(); + offset = -dataLen / 2; + break; + case "linear": + case "time": + dataLen = Math.max(Math.abs(this.dataPos(2) - this.dataPos(1)) * (100 - this._linearGap) / 100, dataLen); + offset = -dataLen/2; + break; + } + + var columnScale = d3.scale.ordinal() + .domain(context.columns().filter(function (d, idx) { return idx > 0; })) + .rangeRoundBands(isHorizontal ? [0, dataLen] : [dataLen, 0]) + ; + + var column = this.svgData.selectAll(".dataRow") + .data(this.adjustedData()) + ; + + column.enter().append("g") + .attr("class", "dataRow") + ; + + this.tooltip.direction(isHorizontal ? "n" : "e"); + column + .each(function (dataRow, i) { + var element = d3.select(this); + + var columnRect = element.selectAll("rect").data(dataRow.filter(function (d, i) { return i < context.columns().length; }).map(function (d, i) { + return { + column: context.columns()[i], + row: dataRow, + value: d, + idx: i + }; + }).filter(function (d, i) { return d.value !== null && d.idx > 0; })); + + columnRect + .enter().append("rect") + .attr("class", "columnRect") + .call(context._selection.enter.bind(context._selection)) + .on("mouseout.tooltip", context.tooltip.hide) + .on("mousemove.tooltip", context.tooltip.show) + .on("click", function (d, idx) { + context.click(context.rowToObj(d.row), d.column, context._selection.selected(this)); + }) + ; + + if (isHorizontal) { + columnRect.transition().duration(duration) + .attr("x", function (d) { return context.dataPos(dataRow[0]) + (context.yAxisStacked() ? 0 : columnScale(d.column)) + offset; }) + .attr("width", context.yAxisStacked() ? dataLen : columnScale.rangeBand()) + .attr("y", function (d) { return d.value instanceof Array ? context.valuePos(d.value[1]) : context.valuePos(d.value); }) + .attr("height", function (d) { return d.value instanceof Array ? context.valuePos(d.value[0]) - context.valuePos(d.value[1]) : height - context.valuePos(d.value); }) + .style("fill", function (d) { return context._palette(d.column); }) + ; + } else { + columnRect.transition().duration(duration) + .attr("y", function (d) { return context.dataPos(dataRow[0]) + (context.yAxisStacked() ? 0 : columnScale(d.column)) + offset; }) + .attr("height", context.yAxisStacked() ? dataLen : columnScale.rangeBand()) + .attr("x", function (d) { return d.value instanceof Array ? context.valuePos(d.value[0]) : 0; }) + .attr("width", function (d) { return d.value instanceof Array ? context.valuePos(d.value[1]) - context.valuePos(d.value[0]) : context.valuePos(d.value); }) + .style("fill", function (d) { return context._palette(d.column); }) + ; + } + + columnRect.exit().transition().duration(duration) + .remove() + ; + }); + + column.exit().transition().duration(duration) + .remove() + ; + }; + + return Column; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/Bar',["./Column"], factory); + } else { + root.chart_Bar = factory(root.chart_Column); + } +}(this, function (Column) { + function Bar(target) { + Column.call(this); + + this + .orientation_default("vertical") + ; + } + Bar.prototype = Object.create(Column.prototype); + Bar.prototype.constructor = Bar; + Bar.prototype._class += " chart_Bar"; + + return Bar; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/Bubble.js',["d3", "../common/SVGWidget", "../api/I2DChart", "../common/Text", "../common/FAChar", "../common/Utility", "../api/ITooltip", "css!./Bubble"], factory); + } else { + root.chart_Bubble = factory(root.d3, root.common_SVGWidget, root.api_I2DChart, root.common_Text, root.common_FAChar, root.common_Utility, root.api_ITooltip); + } +}(this, function (d3, SVGWidget, I2DChart, Text, FAChar, Utility, ITooltip) { + function Bubble(target) { + SVGWidget.call(this); + I2DChart.call(this); + ITooltip.call(this); + Utility.SimpleSelectionMixin.call(this); + + this._drawStartPos = "origin"; + + this.labelWidgets = {}; + + this.d3Pack = d3.layout.pack() + .sort(function (a, b) { return a < b ? -1 : a > b ? 1 : 0; }) + .size([this.width(), this.height()]) + .value(function (d) { return d[1]; }) + ; + } + Bubble.prototype = Object.create(SVGWidget.prototype); + Bubble.prototype.constructor = Bubble; + Bubble.prototype._class += " chart_Bubble"; + Bubble.prototype.implements(I2DChart.prototype); + Bubble.prototype.implements(ITooltip.prototype); + Bubble.prototype.mixin(Utility.SimpleSelectionMixin); + + Bubble.prototype.publish("paletteID", "default", "set", "Palette ID", Bubble.prototype._palette.switch(),{tags:["Basic","Shared"]}); + Bubble.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + Bubble.prototype.size = function (_) { + var retVal = SVGWidget.prototype.size.apply(this, arguments); + if (arguments.length) { + this.d3Pack + .size([this.width(), this.height()]) + ; + } + return retVal; + }; + + Bubble.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + this._selection.widgetElement(element); + var context = this; + this + .tooltipHTML(function (d) { + return context.tooltipFormat({ label: d[0], value: d[1] }); + }) + ; + }; + + Bubble.prototype.update = function (domNode, element) { + var context = this; + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + var node = element.selectAll(".node") + .data(this.data().length ? this.d3Pack.nodes({ children: this.cloneData() }).filter(function (d) { return !d.children; }) : [], function (d) { return d[0]; }) + ; + + // Enter --- + node.enter().append("g") + .attr("class", "node") + .attr("opacity", 0) + .call(this._selection.enter.bind(this._selection)) + .on("click", function (d) { + context.click(context.rowToObj(d), context.columns()[1], context._selection.selected(this)); + }) + .each(function (d) { + var element = d3.select(this); + element.append("circle") + .attr("r", function (d) { return d.r; }) + .on("mouseout.tooltip", context.tooltip.hide) + .on("mousemove.tooltip", context.tooltip.show) + ; + if (d.__viz_faChar) { + context.labelWidgets[d[0]] = new FAChar() + .char(d.__viz_faChar) + .target(this) + .render() + ; + } else { + context.labelWidgets[d[0]] = new Text() + .text(d[0]) + .target(this) + .render() + ; + } + }) + ; + + // Update --- + node.transition() + .attr("opacity", 1) + .each(function (d) { + var element = d3.select(this); + var pos = { x: d.x, y: d.y }; + element.select("circle").transition() + .attr("transform", function (d) { return "translate(" + pos.x + "," + pos.y + ")"; }) + .style("fill", function (d) { return context._palette(d[0]); }) + .attr("r", function (d) { return d.r; }) + .select("title") + .text(function (d) { return d[0] + " (" + d[1] + ")"; }) + ; + if (d.__viz_faChar) { + context.labelWidgets[d[0]] + .pos(pos) + .render() + ; + } else { + var label = d[0]; + var labelWidth = context.labelWidgets[d[0]].getBBox().width; + if (d.r * 2 < 16) { + label = ""; + } else if (d.r * 2 < labelWidth) { + label = label[0] + "..."; + } + context.labelWidgets[d[0]] + .pos(pos) + .text(label) + .render() + ; + } + }) + ; + + // Exit --- + node.exit().transition() + .style("opacity", 0) + .remove() + ; + }; + + Bubble.prototype.exit = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + }; + + return Bubble; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/Bullet.js',["d3", "../common/HTMLWidget", "../common/Utility", "d3-bullet", "css!./Bullet"], factory); + } else { + root.chart_Bullet = factory(root.d3, root.common_HTMLWidget, root.common_Utility, root.d3.bullet); + } +}(this, function (d3, HTMLWidget, Utility, D3Bullet) { + D3Bullet = D3Bullet || d3.bullet || window.d3.bullet; + + function Bullet(target) { + HTMLWidget.call(this); + Utility.SimpleSelectionMixin.call(this, true); + } + Bullet.prototype = Object.create(HTMLWidget.prototype); + Bullet.prototype.constructor = Bullet; + Bullet.prototype._class += " chart_Bullet"; + + Bullet.prototype.publish("titleColumn", null, "set", "Title Column", function () { return this.columns(); }, { optional: true }); + Bullet.prototype.publish("subtitleColumn", null, "set", "Subtitle Column", function () { return this.columns(); }, { optional: true }); + Bullet.prototype.publish("rangesColumn", null, "set", "Ranges Column", function () { return this.columns(); }, { optional: true }); + Bullet.prototype.publish("measuresColumn", null, "set", "Measures Column", function () { return this.columns(); }, { optional: true }); + Bullet.prototype.publish("markersColumn", null, "set", "Markers Column", function () { return this.columns(); }, { optional: true }); + + Bullet.prototype.bulletData = function () { + var columns = this.columns(); + return this.data().map(function (row) { + return { + title: valueOf(row, this.titleColumn()), + subtitle: valueOf(row, this.subtitleColumn()), + ranges: valueOf(row, this.rangesColumn()), + measures: valueOf(row, this.measuresColumn()), + markers: valueOf(row, this.markersColumn()), + origRow: row + }; + }, this); + + function valueOf(row, column) { + var colIdx = columns.indexOf(column); + if (colIdx >= 0) { + if (row[colIdx] instanceof Array) { + return row[colIdx]; + } + return [row[colIdx]]; + } + return []; + } + }; + + Bullet.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + d3.select(domNode.parentNode).style("overflow", "auto"); + this._selection.widgetElement(element); + }; + + Bullet.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + var context = this; + + var margin = { top: 8, right: 16, bottom: 20, left: 16 }, + width = this.width() - margin.left - margin.right, + height = 50 - margin.top - margin.bottom; + + var svg = element.selectAll("svg").data(this.bulletData()); + svg.enter().append("svg") + .attr("class", "bullet") + .call(this._selection.enter.bind(this._selection)) + .on("click", function (d) { + context.click(context.rowToObj(d.origRow), context.titleColumn(), context._selection.selected(this)); + }) + .each(function (d) { + var element = d3.select(this); + var bulletBar = element.append("g") + .attr("class", "bulletBar") + ; + var bulletTitle = bulletBar.append("g") + .attr("class", "bulletTitle") + ; + bulletTitle.append("text") + .attr("class", "title") + ; + bulletTitle.append("text") + .attr("class", "subtitle") + .attr("dy", "1em") + ; + }) + ; + + // Title --- + var title = svg.select(".bulletTitle") + .style("text-anchor", "end") + .attr("transform", "translate(-6," + height / 2 + ")") + ; + title.select(".title") + .text(function (d) { return d.title; }) + ; + title.select(".subtitle") + .text(function (d) { return d.subtitle; }) + ; + var titleWidth = 0; + title.each(function () { + var bbox = this.getBBox(); + if (bbox.width > titleWidth) { + titleWidth = bbox.width; + } + }); + + // Bullet Chart --- + var chart = new D3Bullet() + .width(width - titleWidth) + .height(height) + ; + svg + .attr("width", width) + .attr("height", height + margin.top + margin.bottom) + ; + svg.select(".bulletBar") + .attr("transform", "translate(" + (titleWidth + margin.left) + "," + margin.top + ")") + .call(chart) + ; + svg.exit().remove(); + }; + + Bullet.prototype.exit = function (domNode, element) { + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + // Events --- + Bullet.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + "," + selected); + }; + + return Bullet; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/Gantt.js',["./Bar"], factory); + } else { + root.chart_Gantt = factory(root.chart_Bar); + } +}(this, function (Bar) { + function Gantt(target) { + Bar.call(this); + + this + .orientation_default("vertical") + .xAxisType_default("ordinal") + .yAxisType_default("time") + ; + } + Gantt.prototype = Object.create(Bar.prototype); + Gantt.prototype.constructor = Gantt; + Gantt.prototype._class += " chart_Gantt"; + + return Gantt; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/HexBin.js',["d3", "../common/SVGWidget", "./XYAxis", "../api/INDChart", "../api/ITooltip", "../common/Palette", "d3-hexbin", "css!./HexBin"], factory); + } else { + root.chart_HexBin = factory(root.d3, root.common_SVGWidget, root.chart_XYAxis, root.api_INDChart, root.api_ITooltip, root.common_Palette); + } +}(this, function (d3, SVGWidget, XYAxis, INDChart, ITooltip, Palette, D3HexBin) { + D3HexBin = D3HexBin || d3.hexbin || window.d3.hexbin; + + function HexBin(target) { + XYAxis.call(this); + INDChart.call(this); + ITooltip.call(this); + this._hexbin = new D3HexBin(); + + this + .xAxisGuideLines_default(false) + .yAxisGuideLines_default(false) + ; + } + HexBin.prototype = Object.create(XYAxis.prototype); + HexBin.prototype.constructor = HexBin; + HexBin.prototype._class += " chart_HexBin"; + HexBin.prototype.implements(INDChart.prototype); + HexBin.prototype.implements(ITooltip.prototype); + + HexBin.prototype._palette = Palette.rainbow("default"); + + HexBin.prototype.publish("paletteID", "Blues", "set", "Palette ID", HexBin.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); + HexBin.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); + HexBin.prototype.publish("binSize", 20, "number", "Bin radius"); + + HexBin.prototype.xPos = function (d) { + return this.orientation() === "horizontal" ? this.dataPos(d.label) : this.valuePos(d.value); + }; + + HexBin.prototype.yPos = function (d) { + return this.orientation() === "horizontal" ? this.valuePos(d.value) : this.dataPos(d.label); + }; + + HexBin.prototype.updateChart = function (domNode, element, margin, width, height, isHorizontal, duration) { + var context = this; + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + this._hexbin + .size([width, height]) + .radius(this.binSize()) + ; + + var data = this.flattenData(); + var dataPoints = data.map(function (d, idx) { return [context.xPos(d), context.yPos(d)]; }); + var hexBinPoints = this._hexbin(dataPoints); + var maxBinPoints = d3.max(hexBinPoints, function (d) { return d.length; }); + + var points = this.svgData.selectAll(".hexagon").data(hexBinPoints, function (d, idx) { return d.i + "_" + d.j; }); + points.enter().append("path") + .attr("class", "hexagon") + .attr("transform", function (d) { return "translate(" + d.x + "," + d.y + ")scale(0)"; }) + ; + points.transition().duration(duration) + .attr("d", this._hexbin.hexagon()) + .attr("transform", function (d) { return "translate(" + d.x + "," + d.y + ")scale(1)"; }) + .style("fill", function (d) { return context._palette(d.length, 0, maxBinPoints); }) + ; + points.exit().transition().duration(duration) + .attr("transform", function (d) { return "translate(" + d.x + "," + d.y + ")scale(0)"; }) + .remove() + ; + }; + + HexBin.prototype.exit = function (domNode, element) { + SVGWidget.prototype.exit.apply(this, arguments); + }; + + return HexBin; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/Line.js',["d3", "./Scatter", "css!./Line"], factory); + } else { + root.chart_Line = factory(root.d3, root.chart_Scatter); + } +}(this, function (d3, Scatter) { + function Line(target) { + Scatter.call(this); + + this + .interpolate_default("linear") + ; + } + Line.prototype = Object.create(Scatter.prototype); + Line.prototype.constructor = Line; + Line.prototype._class += " chart_Line"; + + return Line; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/MultiChart',["d3", "../common/HTMLWidget", "../common/Utility", "../api/INDChart"], factory); + } else { + root.chart_MultiChart = factory(root.d3, root.common_HTMLWidget, root.common_Utility, root.api_INDChart); + } +}(this, function (d3, HTMLWidget, Utility, INDChart) { + function MultiChart() { + HTMLWidget.call(this); + INDChart.call(this); + + this._tag = "div"; + + this._allCharts = {}; + this._allChartTypes.forEach(function (item) { + var newItem = JSON.parse(JSON.stringify(item)); + newItem.widget = null; + this._allCharts[item.id] = newItem; + this._allCharts[item.display] = newItem; + this._allCharts[item.widgetClass] = newItem; + }, this); + this._chartTypeDefaults = {}; + this._chartTypeProperties = {}; + } + MultiChart.prototype = Object.create(HTMLWidget.prototype); + MultiChart.prototype.constructor = MultiChart; + MultiChart.prototype._class += " chart_MultiChart"; + MultiChart.prototype.implements(INDChart.prototype); + + MultiChart.prototype._1DChartTypes = [ + { id: "C3_GAUGE", display: "Gauge (C3)", widgetClass: "c3chart_Gauge" } + ].map(function(item) { item.family = "1D"; return item;}); + MultiChart.prototype._2DChartTypes = [ + { id: "SUMMARY", display: "Summary", widgetClass: "chart_Summary" }, + { id: "BUBBLE", display: "Bubble", widgetClass: "chart_Bubble" }, + { id: "PIE", display: "Pie", widgetClass: "chart_Pie" }, + { id: "GOOGLE_PIE", display: "Pie (Google)", widgetClass: "google_Pie" }, + { id: "C3_DONUT", display: "Donut (C3)", widgetClass: "c3chart_Donut" }, + { id: "C3_PIE", display: "Pie (C3)", widgetClass: "c3chart_Pie" }, + { id: "AM_FUNNEL", display: "Area (amCharts)", widgetClass: "amchart_Funnel" }, + { id: "AM_PIE", display: "Pie (amCharts)", widgetClass: "amchart_Pie" }, + { id: "AM_PYRAMID", display: "Area (amCharts)", widgetClass: "amchart_Pyramid" }, + { id: "WORD_CLOUD", display: "Word Cloud", widgetClass: "other_WordCloud" } + ].map(function(item) { item.family = "2D"; return item;}); + MultiChart.prototype._NDChartTypes = [ + { id: "COLUMN", display: "Column", widgetClass: "chart_Column" }, + { id: "BAR", display: "Bar", widgetClass: "chart_Bar" }, + { id: "LINE", display: "Line", widgetClass: "chart_Line" }, + { id: "AREA", display: "Area", widgetClass: "chart_Area" }, + { id: "STEP", display: "Step", widgetClass: "chart_Step" }, + { id: "SCATTER", display: "Scatter", widgetClass: "chart_Scatter" }, + { id: "HEXBIN", display: "Hex Bin", widgetClass: "chart_HexBin" }, + { id: "GOOGLE_BAR", display: "Bar (Google)", widgetClass: "google_Bar" }, + { id: "GOOGLE_COLUMN", display: "Column (Google)", widgetClass: "google_Column" }, + { id: "GOOGLE_LINE", display: "Line (Google)", widgetClass: "google_Line" }, + { id: "GOOGLE_SCATTER", display: "Scatter (Google)", widgetClass: "google_Scatter" }, + { id: "GOOGLE_COMBO", display: "Combo (Google)", widgetClass: "google_Combo" }, + { id: "C3_AREA", display: "Area (C3)", widgetClass: "c3chart_Area" }, + { id: "C3_BAR", display: "Bar (C3)", widgetClass: "c3chart_Bar" }, + { id: "C3_COLUMN", display: "Column (C3)", widgetClass: "c3chart_Column" }, + { id: "C3_LINE", display: "Line (C3)", widgetClass: "c3chart_Line" }, + { id: "C3_SCATTER", display: "Scatter (C3)", widgetClass: "c3chart_Scatter" }, + { id: "C3_STEP", display: "Step (C3)", widgetClass: "c3chart_Step" }, + { id: "C3_COMBO", display: "Combo (C3)", widgetClass: "c3chart_Combo" }, + { id: "AM_AREA", display: "Area (amCharts)", widgetClass: "amchart_Area" }, + { id: "AM_BAR", display: "Bar (amCharts)", widgetClass: "amchart_Bar" }, + { id: "AM_LINE", display: "Line (amCharts)", widgetClass: "amchart_Line" }, + { id: "AM_SCATTER", display: "Scatter (amCharts)", widgetClass: "amchart_Scatter" }, + { id: "AM_COLUMN", display: "Column (amCharts)", widgetClass: "amchart_Column" }, + { id: "AM_GANTT", display: "Gantt (amCharts)", widgetClass: "amchart_Gantt" }, + { id: "AM_COMBO", display: "Combo (amCharts)", widgetClass: "amchart_Combo" }, + ].map(function(item) { item.family = "ND"; return item;}); + MultiChart.prototype._mapChartTypes = [ + { id: "CHORO_USSTATES", display: "US State Choropleth", widgetClass: "map_ChoroplethStates" }, + { id: "CHORO_USCOUNTIES", display: "US County Choropleth", widgetClass: "map_ChoroplethCounties" }, + { id: "CHORO_COUNTRIES", display: "Counrty Choropleth", widgetClass: "map_ChoroplethCountries" } + ].map(function (item) { item.family = "map"; return item; }); + MultiChart.prototype._anyChartTypes = [ + { id: "TABLE", display: "Table", widgetClass: "other_Table" }, + { id: "TABLE_NESTED", display: "Nested Table", widgetClass: "other_NestedTable" }, + { id: "TABLE_CALENDAR", display: "Table driven Calendar Heat Map", widgetClass: "other_CalendarHeatMap" }, + { id: "TABLE_BULLET", display: "Table driven bullet chart", widgetClass: "chart_Bullet" }, + { id: "TABLE_SELECT", display: "Table driven select", widgetClass: "other_Select" }, + { id: "TABLE_TREE", display: "Table driven tree", widgetClass: "tree_Dendrogram" }, + { id: "TABLE_TREEMAP", display: "Table driven Treemap", widgetClass: "tree_Treemap" }, + { id: "TABLE_SANKEY", display: "Table driven Sankey", widgetClass: "graph_Sankey" }, + { id: "TABLE_GMAP_PIN", display: "Table driven Google Map (pins)", widgetClass: "map_GMapPin" }, + { id: "TABLE_GMAP_PINLINE", display: "Table driven Google Map (pins/lines)", widgetClass: "map_GMapPinLine" } + ].map(function (item) { item.family = "any"; return item; }); + MultiChart.prototype._allChartTypes = + MultiChart.prototype._1DChartTypes.concat( + MultiChart.prototype._2DChartTypes.concat( + MultiChart.prototype._NDChartTypes.concat( + MultiChart.prototype._mapChartTypes.concat( + MultiChart.prototype._anyChartTypes + )))); + MultiChart.prototype._allMap = d3.map(MultiChart.prototype._allChartTypes, function (item) { return item.family; }); + MultiChart.prototype._allFamilies = MultiChart.prototype._allMap.keys(); + MultiChart.prototype._allChartTypesMap = {}; + MultiChart.prototype._allChartTypesByClass = {}; + MultiChart.prototype._allChartTypes.forEach(function (item) { + item.widgetPath = Utility.widgetPath(item.widgetClass); + MultiChart.prototype._allChartTypesMap[item.id] = item; + MultiChart.prototype._allChartTypesByClass[item.widgetClass] = item; + }, this); + + MultiChart.prototype.publishReset(); + MultiChart.prototype.publish("chartType", "BUBBLE", "set", "Chart Type", MultiChart.prototype._allChartTypes.map(function (item) { return item.id; }),{tags:["Basic"]}); + MultiChart.prototype.publish("chart", null, "widget", "Chart",null,{tags:["Basic"]}); + + MultiChart.prototype.fields = function (_) { + var retVal = HTMLWidget.prototype.fields.apply(this, arguments); + if (this.chart()) { + if (!arguments.length) return this.chart().fields(); + this.chart().fields(_); + } + return retVal; + }; + + MultiChart.prototype.columns = function (_) { + var retVal = HTMLWidget.prototype.columns.apply(this, arguments); + if (this.chart()) { + if (!arguments.length) return this.chart().columns(); + this.chart().columns(_); + } + return retVal; + }; + + MultiChart.prototype.data = function (_) { + var retVal = HTMLWidget.prototype.data.apply(this, arguments); + if (this.chart()) { + if (!arguments.length) return this.chart().data(); + this.chart().data(_); + } + return retVal; + }; + + MultiChart.prototype._origChart = MultiChart.prototype.chart; + MultiChart.prototype.chart = function (_) { + var retVal = MultiChart.prototype._origChart.apply(this, arguments); + if (arguments.length) { + var context = this; + _.click = function (row, column, selected) { + context.click(row, column, selected); + }; + if (this._chartMonitor) { + this._chartMonitor.remove(); + delete this._chartMonitor; + } + this._chartMonitor = _.monitor(function (key, newVal, oldVal) { + context.broadcast(key, newVal, oldVal, _); + }); + } + return retVal; + }; + + MultiChart.prototype.hasOverlay = function () { + return this.chart() && this.chart().hasOverlay(); + }; + + MultiChart.prototype.visible = function (_) { + if (!arguments.length) return this.chart() && this.chart().visible(); + if (this.chart()) { + this.chart().visible(_); + } + return this; + }; + + MultiChart.prototype.chartTypeDefaults = function (_) { + if (!arguments.length) return this._chartTypeDefaults; + this._chartTypeDefaults = _; + return this; + }; + + MultiChart.prototype.chartTypeProperties = function (_) { + if (!arguments.length) return this._chartTypeProperties; + this._chartTypeProperties = _; + return this; + }; + + MultiChart.prototype.getChartDataFamily = function () { + return this._allCharts[this.chartType()].family; + }; + + MultiChart.prototype.requireContent = function (chartType, callback) { + Utility.requireWidget(this._allCharts[chartType].widgetClass).then(function(Widget) { + callback(new Widget()); + }); + }; + + MultiChart.prototype.switchChart = function (callback) { + if (this._switchingTo === this.chartType()) { + if (callback) { + callback(this); + } + return; + } else if (this._switchingTo) { + console.log("Attempting switch to: " + this.chartType() + ", before previous switch is complete (" + this._switchingTo + ")"); + } + this._switchingTo = this.chartType(); + var oldContent = this.chart(); + var context = this; + this.requireContent(this.chartType(), function (newContent) { + if (newContent !== oldContent) { + var size = context.size(); + newContent + .fields(context.fields()) + .data(context.data()) + .size(size) + ; + + context.chart(newContent); + if (oldContent) { + oldContent + .data([]) + .size({ width: 1, height: 1 }) + .render() + ; + } + } + delete context._switchingTo; + if (callback) { + callback(this); + } + }); + }; + + MultiChart.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + var content = element.selectAll(".multiChart").data(this.chart() ? [this.chart()] : [], function (d) { return d._id; }); + content.enter().append("div") + .attr("class", "multiChart") + .each(function (d) { + d.target(this); + }) + ; + + var currChart = this.chart(); + if (currChart) { + for (var key in this._chartTypeDefaults) { + if (currChart[key + "_default"]) { + try { + currChart[key + "_default"](this._chartTypeDefaults[key]); + } catch (e) { + console.log("Exception Setting Default: " + key); + } + } else { + console.log("Unknown Default: " + key); + } + } + this._chartTypeDefaults = {}; + for (var propKey in this._chartTypeProperties) { + if (currChart[propKey]) { + try { + currChart[propKey](this._chartTypeProperties[propKey]); + } catch (e) { + console.log("Exception Setting Property: " + propKey); + } + } else { + console.log("Unknown Property: " + propKey); + } + } + this._chartTypeProperties = {}; + } + + var context = this; + content + .each(function (d) { d.resize(context.size()); }) + ; + + content.exit().transition() + .each(function (d) { d.target(null); }) + .remove() + ; + }; + + MultiChart.prototype.exit = function (domNode, element) { + if (this._chartMonitor) { + this._chartMonitor.remove(); + delete this._chartMonitor; + } + if (this.chart()) { + this.chart().target(null); + } + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + + MultiChart.prototype.render = function (callback) { + if (this.chartType() && (!this.chart() || (this.chart().classID() !== this._allCharts[this.chartType()].widgetClass))) { + var context = this; + var args = arguments; + this.switchChart(function () { + HTMLWidget.prototype.render.apply(context, args); + }); + return this; + } + return HTMLWidget.prototype.render.apply(this, arguments); + }; + + return MultiChart; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/MultiChartSurface.js',["d3", "../common/ResizeSurface", "./MultiChart", "../api/INDChart"], factory); + } else { + root.chart_MultiChartSurface = factory(root.d3, root.common_ResizeSurface, root.chart_MultiChart, root.api_INDChart); + } +}(this, function (d3, ResizeSurface, MultiChart, INDChart) { + function MultiChartSurface() { + ResizeSurface.call(this); + INDChart.call(this); + + this._title = "MultiChartSurface"; + + this._content = new MultiChart(); + var context = this; + this._content.click = function (row, column) { + context.click(row, column); + }; + this._menu.click = function (d) { + context._content.chartType(d).render(); + }; + this.content(this._content); + this.mode("all"); + } + MultiChartSurface.prototype = Object.create(ResizeSurface.prototype); + MultiChartSurface.prototype.constructor = MultiChartSurface; + MultiChartSurface.prototype._class += " chart_MultiChartSurface"; + MultiChartSurface.prototype.implements(INDChart.prototype); + + MultiChartSurface.prototype.publish("mode", "2D", "set", "Chart Type", ["1D", "2D", "ND", "all"]); + MultiChartSurface.prototype.publishProxy("chartType", "_content"); + + MultiChartSurface.prototype.columns = function (_) { + if (!arguments.length) return this.content().columns(); + this.content().columns(_); + return this; + }; + + MultiChartSurface.prototype.data = function (_) { + if (!arguments.length) return this.content().data(); + this.content().data(_); + return this; + }; + + MultiChartSurface.prototype._origMode = MultiChartSurface.prototype.mode; + MultiChartSurface.prototype.mode = function (_) { + var retVal = MultiChartSurface.prototype._origMode.apply(this, arguments); + if (arguments.length) { + this._mode = _; + switch (this._mode) { + case "1d": + case "1D": + this.menu(this.content()._1DChartTypes.map(function (item) { return item.display; }).sort()); + break; + case "2d": + case "2D": + this.menu(this.content()._2DChartTypes.concat(this.content()._NDChartTypes.concat(this.content()._anyChartTypes)).map(function (item) { return item.display; }).sort()); + break; + case "multi": + /* falls through */ + case "ND": + this.menu(this.content()._NDChartTypes.concat(this.content()._anyChartTypes).map(function (item) { return item.display; }).sort()); + break; + case "all": + /* falls through */ + default: + this.menu(this.content()._allChartTypes.map(function (item) { return item.display; }).sort()); + } + } + return retVal; + }; + + return MultiChartSurface; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/Pie.js',["d3", "../common/SVGWidget", "../api/I2DChart", "../common/Text", "../common/FAChar", "../common/Utility", "../api/ITooltip", "css!./Pie"], factory); + } else { + root.chart_Pie = factory(root.d3, root.common_SVGWidget, root.api_I2DChart, root.common_Text, root.common_FAChar, root.common_Utility, root.api_ITooltip); + } +}(this, function (d3, SVGWidget, I2DChart, Text, FAChar, Utility, ITooltip) { + function Pie(target) { + SVGWidget.call(this); + I2DChart.call(this); + ITooltip.call(this); + Utility.SimpleSelectionMixin.call(this); + + this.labelWidgets = {}; + + this.d3Pie = d3.layout.pie() + .padAngle(0.0025) + .sort(function (a, b) { + return a < b ? -1 : a > b ? 1 : 0; + }) + .value(function (d) { return d[1]; }) + ; + this.d3Arc = d3.svg.arc() + .padRadius(this.calcRadius()) + .innerRadius(this.innerRadius()) + ; + this + .tooltipTick_default(false) + .tooltipOffset_default(0) + ; + } + Pie.prototype = Object.create(SVGWidget.prototype); + Pie.prototype.constructor = Pie; + Pie.prototype._class += " chart_Pie"; + Pie.prototype.implements(I2DChart.prototype); + Pie.prototype.implements(ITooltip.prototype); + Pie.prototype.mixin(Utility.SimpleSelectionMixin); + + Pie.prototype.publish("paletteID", "default", "set", "Palette ID", Pie.prototype._palette.switch(),{tags:["Basic","Shared"]}); + Pie.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + Pie.prototype.publish("outerText", false, "boolean", "Sets label position inside or outside chart",null,{tags:["Basic"]}); + Pie.prototype.publish("innerRadius", 0, "number", "Sets inner pie hole radius as a percentage of the radius of the pie chart",null,{tags:["Basic"]}); + + Pie.prototype.pointInArc = function (pt, ptData) { + var r1 = this.d3Arc.innerRadius()(ptData), + r2 = this.d3Arc.outerRadius()(ptData), + theta1 = this.d3Arc.startAngle()(ptData), + theta2 = this.d3Arc.endAngle()(ptData); + + var dist = pt.x * pt.x + pt.y * pt.y, + angle = Math.atan2(pt.x, -pt.y); + + angle = (angle < 0) ? (angle + Math.PI * 2) : angle; + + return (r1 * r1 <= dist) && (dist <= r2 * r2) && (theta1 <= angle) && (angle <= theta2); + }; + + Pie.prototype.boxInArc = function (pos, bb, ptData) { + var topLeft = { x: pos.x + bb.x, y: pos.y + bb.y }; + var topRight = { x: topLeft.x + bb.width, y: topLeft.y }; + var bottomLeft = { x: topLeft.x, y: topLeft.y + bb.height }; + var bottomRight = { x: topLeft.x + bb.width, y: topLeft.y + bb.height }; + return this.pointInArc(topLeft, ptData) && this.pointInArc(topRight, ptData) && this.pointInArc(bottomLeft, ptData) && this.pointInArc(bottomRight, ptData); + }; + + Pie.prototype.calcRadius = function (_) { + return Math.min(this._size.width, this._size.height) / 2 - 2; + }; + + Pie.prototype.intersection = function (pointA, pointB) { + return this.intersectCircle(pointA, pointB); + }; + + Pie.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + this._selection.widgetElement(element); + var context = this; + this + .tooltipHTML(function (d) { + return context.tooltipFormat({ label: d.data[0], value: d.data[1] }); + }) + ; + }; + + Pie.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + var context = this; + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + this.d3Arc.innerRadius(this.innerRadius_exists() ? this.calcRadius() * this.innerRadius() / 100 : 0); + var arc = element.selectAll(".arc").data(this.d3Pie(this.data()), function (d) { return d.data[0]; }); + + // Enter --- + arc.enter().append("g") + .attr("class", "arc") + .attr("opacity", 0) + .call(this._selection.enter.bind(this._selection)) + .on("click", function (d) { + context.click(context.rowToObj(d.data), context.columns()[1], context._selection.selected(this)); + }) + .each(function (d) { + var element = d3.select(this); + element.append("path") + .on("mouseout.tooltip", context.tooltip.hide) + .on("mousemove.tooltip", context.tooltip.show) + .on("mouseover", arcTween(0, 0)) + .on("mouseout", arcTween(-5, 150)) + ; + if (d.data.__viz_faChar) { + context.labelWidgets[d.data[0]] = new FAChar() + .char(d.data.__viz_faChar) + .target(this) + .render() + ; + } else { + context.labelWidgets[d.data[0]] = new Text() + .text(d.data[0]) + .target(this) + .render() + ; + } + }) + ; + + // Update --- + arc.transition() + .attr("opacity", 1) + .each(function (d) { + d.outerRadius = context.calcRadius() - 5; + var pos = { x: 0, y: 1 }; + if (context.outerText()) { + var xFactor = Math.cos((d.startAngle + d.endAngle - Math.PI) / 2); + var yFactor = Math.sin((d.startAngle + d.endAngle - Math.PI) / 2); + + var textBBox = context.labelWidgets[d.data[0]].getBBox(); + var textOffset = Math.abs(xFactor) > Math.abs(yFactor) ? textBBox.width : textBBox.height; + pos.x = xFactor * (context.calcRadius() + textOffset); + pos.y = yFactor * (context.calcRadius() + textOffset); + } else { + var centroid = context.d3Arc.centroid(d); + pos = { x: centroid[0], y: centroid[1] }; + } + + var element = d3.select(this); + element.select("path").transition() + .attr("d", context.d3Arc) + .style("fill", function (d) { return context._palette(d.data[0]); }) + ; + context.labelWidgets[d.data[0]] + .pos(pos) + .render() + .element() + .classed("innerLabel", !context.outerText()) + .classed("outerLabel", context.outerText()) + .style("opacity", (context.outerText() || context.boxInArc(pos, context.labelWidgets[d.data[0]].getBBox(), d)) ? null : 0) + ; + }) + ; + + // Exit --- + arc.exit().transition() + .style("opacity", 0) + .remove() + ; + + // Label Lines --- + if (context.outerText()) { + var lines = element.selectAll("line").data(this.d3Pie(this.data()), function (d) { return d.data[0]; }); + lines.enter().append("line") + .attr("x1", 0) + .attr("x2", 0) + .attr("y1", -this.calcRadius() - 3) + .attr("y2", -this.calcRadius() - 8) + .attr("stroke", "gray") + .attr("transform", function (d) { + return "rotate(" + (d.startAngle + d.endAngle) / 2 * (180 / Math.PI) + ")"; + }); + lines.transition() + .attr("transform", function (d) { + return "rotate(" + (d.startAngle + d.endAngle) / 2 * (180 / Math.PI) + ")"; + }); + lines.exit().remove(); + } + + function arcTween(outerRadiusDelta, delay) { + return function() { + d3.select(this).transition().delay(delay).attrTween("d", function (d) { + var i = d3.interpolate(d.outerRadius, context.calcRadius() + outerRadiusDelta); + return function (t) { d.outerRadius = i(t); return context.d3Arc(d); }; + }); + }; + } + }; + + Pie.prototype.exit = function (domNode, element) { + SVGWidget.prototype.exit.apply(this, arguments); + }; + + return Pie; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/Step.js',["d3", "./Scatter"], factory); + } else { + root.chart_Step = factory(root.d3, root.chart_Scatter); + } +}(this, function (d3, Scatter) { + function Step(target) { + Scatter.call(this); + + this + .interpolate_default("step") + ; + } + Step.prototype = Object.create(Scatter.prototype); + Step.prototype.constructor = Step; + Step.prototype._class += " chart_Step"; + + return Step; +})); + + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('chart/Summary.js',["d3", "../common/HTMLWidget", "../api/I2DChart", "css!font-awesome", "css!./Summary"], factory); + } else { + root.chart_Summary = factory(root.d3, root.common_HTMLWidget, root.api_I2DChart); + } +}(this, function (d3, HTMLWidget, I2DChart) { + var TEXT = "text"; + var HTML = "html"; + + function Summary() { + HTMLWidget.call(this); + this._tag = "div"; + + this._drawStartPos = "center"; + this.playInterval(this.playInterval()); + this._playIntervalIdx = 0; + } + Summary.prototype = Object.create(HTMLWidget.prototype); + Summary.prototype.constructor = Summary; + Summary.prototype.implements(I2DChart.prototype); + Summary.prototype._class += " chart_Summary"; + + Summary.prototype.publish("iconColumn", null, "set", "Select display value", function () { return this.columns(); }, { optional: true }); + Summary.prototype.publish("icon", "fa-briefcase", "string", "FA Char icon class", null, { disable: function (w) { return w.iconColumn(); } }); + Summary.prototype.publish("labelColumn", null, "set", "Select display value", function () { return this.columns(); }, { optional: true }); + Summary.prototype.publish("labelHTML", false, "boolean", "Allow HTML", null); + Summary.prototype.publish("valueColumn", null, "set", "Select display value", function () { return this.columns(); }, { optional: true }); + Summary.prototype.publish("valueHTML", false, "boolean", "Allow HTML"); + Summary.prototype.publish("moreTextColumn", null, "set", "Select display value", function () { return this.columns(); }, { optional: true }); + Summary.prototype.publish("moreText", "More Info", "string", "More text", null, { disable: function (w) { return w.moreTextColumn(); } }); + Summary.prototype.publish("moreTextHTML", false, "boolean", "Allow HTML"); + Summary.prototype.publish("moreIcon", "fa-info-circle", "string", "FA Char icon class"); + Summary.prototype.publish("colorFillColumn", null, "set", "Column for color", function () { return this.columns(); }, { optional: true }); + Summary.prototype.publish("colorFill", "#3498db", "html-color", "Fill Color", null, { disable: function (w) { return w.colorFillColumn(); } }); + Summary.prototype.publish("colorStrokeColumn", null, "set", "Column for color", function () { return this.columns(); }, { optional: true }); + Summary.prototype.publish("colorStroke", "#ffffff", "html-color", "Fill Color", null, { disable: function (w) { return w.colorStrokeColumn(); } }); + Summary.prototype.publish("fixedSize", true, "boolean", "Fix Size to Min Width/Height"); + Summary.prototype.publish("minWidth", 225, "number", "Minimum Width"); + Summary.prototype.publish("minHeight", 150, "number", "Minimum Height"); + Summary.prototype.publish("playInterval", null, "number", "Play Interval", null, { optional: true }); + + var playInterval = Summary.prototype.playInterval; + Summary.prototype.playInterval = function (_) { + var retVal = playInterval.apply(this, arguments); + if (arguments.length) { + if (this._playIntervalHandle) { + clearInterval(this._playIntervalHandle); + } + var context = this; + if (_) { + this._playIntervalHandle = setInterval(function () { + context._playIntervalIdx++; + if (context._renderCount && context.data().length) { + context.render(); + } + }, _); + } + } + return retVal; + }; + + Summary.prototype.summaryData = function () { + var labelFieldIdx = 0; + if (this.labelColumn_exists()) { + labelFieldIdx = this.columns().indexOf(this.labelColumn()); + } + var iconFieldIdx; // undefined + if (this.iconColumn_exists()) { + iconFieldIdx = this.columns().indexOf(this.iconColumn()); + } + var valueFieldIdx = 1; + if (this.valueColumn_exists()) { + valueFieldIdx = this.columns().indexOf(this.valueColumn()); + } + var moreTextIdx; // undefined + if (this.moreTextColumn_exists()) { + moreTextIdx = this.columns().indexOf(this.moreTextColumn()); + } + var colorFillIdx; // undefined + if (this.colorFillColumn_exists()) { + colorFillIdx = this.columns().indexOf(this.colorFillColumn()); + } + var colorStrokeIdx; // undefined + if (this.colorStrokeColumn_exists()) { + colorStrokeIdx = this.columns().indexOf(this.colorStrokeColumn()); + } + return this.formattedData().map(function (row) { + return { + icon: iconFieldIdx === undefined ? this.icon() : row[iconFieldIdx], + label: row[labelFieldIdx], + value: row[valueFieldIdx], + more: moreTextIdx === undefined ? this.moreText() : row[moreTextIdx], + fill: colorFillIdx === undefined ? this.colorFill() : row[colorFillIdx], + stroke: colorStrokeIdx === undefined ? this.colorStroke() : row[colorStrokeIdx] + }; + }, this); + }; + + + Summary.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + this._mainDiv = element.append("div") + ; + var context = this; + this._headerDiv = this._mainDiv.append("h2") + .on("click", function (d) { + context.click(context.data()[context._playIntervalIdx], context.columns()[1], true); + }) + ; + this._textDiv = this._mainDiv.append("div") + .attr("class", "text") + .on("click", function (d) { + context.click(context.data()[context._playIntervalIdx], context.columns()[1], true); + }) + ; + }; + + Summary.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + if (this.data().length) { + + } + var data = this.summaryData(); + if (this._playIntervalIdx >= data.length) { + this._playIntervalIdx = 0; + } + var row = this._playIntervalIdx < data.length ? data[this._playIntervalIdx] : ["", ""]; + element + .style({ + width: this.fixedSize() ? this.minWidth_exists() ? this.minWidth() + "px" : null : "100%", + height: this.fixedSize() ? this.minHeight_exists() ? this.minHeight() + "px" : null : "100%" + }) + ; + this._mainDiv + .attr("class", "content bgIcon " + row.icon) + .transition() + .style({ + "background-color": row.fill, + "color": row.stroke, + "min-width": this.minWidth_exists() ? this.minWidth() + "px" : null, + "min-height": this.minHeight_exists() ? this.minHeight() + "px" : null + }) + ; + this._headerDiv + .transition() + .style("color", row.stroke) + [this.valueHTML() ? HTML : TEXT](row.value) + ; + this._textDiv + [this.valueHTML() ? HTML : TEXT](row.label) + ; + var context = this; + var moreDivs = this._mainDiv.selectAll(".more").data([row.more]); + moreDivs.enter() + .append("div") + .attr("class", "more") + .on("click", function (d) { + var clickEvent = {}; + clickEvent[context.columns()] = context.data(); + context.click(clickEvent, "more"); + }) + .each(function (d) { + var element = d3.select(this); + element.append("i"); + element.append("span"); + }) + ; + moreDivs + .transition() + .style("background-color", d3.rgb(row.fill).darker(0.75)) + ; + moreDivs.select("i") + .attr("class", "fa " + this.moreIcon()) + ; + moreDivs.select("span") + [this.moreTextHTML() ? HTML : TEXT](function (d) { return d; }) + ; + moreDivs.exit().remove(); + }; + + Summary.prototype.exit = function (domNode, element) { + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + return Summary; +})); + diff --git a/dist/hpcc-viz-chart.min.js b/dist/hpcc-viz-chart.min.js new file mode 100644 index 0000000000..245c1a9d73 --- /dev/null +++ b/dist/hpcc-viz-chart.min.js @@ -0,0 +1,2 @@ +"function"==typeof define&&define.amd&&define("css",[],function(){return{load:function(t,e,i){i()}}}),function(t,e){"function"==typeof define&&define.amd?define("chart/Axis.js",["d3","../common/SVGWidget","../common/Utility","css!./Axis"],e):t.chart_Axis=e(t.d3,t.common_SVGWidget,t.common_Utility)}(this,function(t,e,i){function a(){e.call(this),this._drawStartPos="origin",this.d3Axis=t.svg.axis(),this.d3Guides=t.svg.axis(),this.updateScale()}a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" chart_Axis",a.prototype.publish("title","","string","Title"),a.prototype.publish("orientation","bottom","set","Orientation",["left","top","right","bottom"]),a.prototype.publish("type","linear","set","Type",["none","ordinal","linear","pow","log","time"]),a.prototype.publish("timePattern","%Y-%m-%d","string","Time Series Pattern",null,{disable:function(t){return"time"!==t.type()}}),a.prototype.publish("powExponent",2,"number","Exponent for Pow on Value Axis",null,{disable:function(t){return"pow"!==t.type()}}),a.prototype.publish("logBase",10,"number","Base for log on Value Axis",null,{disable:function(t){return"log"!==t.type()}}),a.prototype.publish("ordinals",[],"array","Ordinal Values",null,{disable:function(t){return"ordinal"!==t.type()}}),a.prototype.publish("tickCount",null,"number","Tick Count",null,{optional:!0,disable:function(t){return"ordinal"===t.type()}}),a.prototype.publish("tickFormat",null,"string","Tick Format",null,{optional:!0,disable:function(t){return"ordinal"===t.type()}}),a.prototype.publish("tickLength",null,"number","Tick Length",{optional:!0}),a.prototype.publish("low",null,"any","Low",null,{optional:!0,disable:function(t){return"ordinal"===t.type()}}),a.prototype.publish("high",null,"any","High",null,{optional:!0,disable:function(t){return"ordinal"===t.type()}}),a.prototype.publish("overlapMode","none","set","Label Overlap Mode",["none","stagger","hide","rotate","linebreak","wrap"]),a.prototype.publish("labelRotation",33,"number","Label Rotation",null,{optional:!0,disable:function(t){return"rotate"!==t.overlapMode()}}),a.prototype.publish("shrinkToFit","both","set","Size to fit",["none","low","high","both"]),a.prototype.publish("extend",5,"number","Extend axis %",{optional:!0,disable:function(t){return"ordinal"===t.type()}});var o=a.prototype.type;a.prototype.type=function(t){var e=o.apply(this,arguments);return arguments.length&&this.updateScale(),e};var r=a.prototype.timePattern;return a.prototype.timePattern=function(t){var e=r.apply(this,arguments);return arguments.length&&this.updateScale(),e},a.prototype.lowValue=function(){return this.parse(this.low())},a.prototype.highValue=function(){return this.parse(this.high())},a.prototype.parse=function(t,e){if(t instanceof Array)return t.map(function(t){return this.parse(t)},this);if(void 0!==t&&null!==t){if(this.parser)return this.parser.parse("number"==typeof t?t.toString():t);if(e&&"string"==typeof t)return+t}return t},a.prototype.parseInvert=function(t){return t instanceof Array?t.map(function(t){return this.parseInvert(t)},this):this.parser?this.parser(t):t},a.prototype.format=function(t){return t instanceof Array?t.map(function(t){return this.format(t)},this):void 0!==t&&null!==t&&this.formatter?this.formatter(t):t},a.prototype.scalePos=function(t){var e=this.d3Scale(this.parse(t));return"ordinal"===this.type()&&(e+=this.d3Scale.rangeBand()/2),e},a.prototype.isHorizontal=function(){switch(this.orientation()){case"left":case"right":return!1}return!0},a.prototype.domain=function(t){return arguments.length?(this.d3Scale.domain(t),this):this.d3Scale.domain()},a.prototype.range=function(t){if(!arguments.length){if(this.d3Scale.rangeRoundBands)return this.d3Scale.rangeExtent();if(this.d3Scale.rangeRound)return this.d3Scale.range()}return this.d3Scale.rangeRoundBands?this.d3Scale.rangeRoundBands(t,.1):this.d3Scale.rangeRound&&this.d3Scale.range(t),this},a.prototype.invert=function(t){return this.d3Scale.invert(t)},a.prototype.guideTarget=function(e){this._guideElement=t.select(e).attr("class",this._class)},a.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this.svg=i.append("g"),this.svgAxis=this.svg.append("g").attr("class","axis"),this.svgText=this.svgAxis.append("text"),this.svg2=(this._guideElement||i).append("g"),this.svgGuides=this.svg2.attr("class","guide")},a.prototype.updateScale=function(){switch(this.type()){case"ordinal":this.d3Scale=t.scale.ordinal(),this.ordinals_exists()&&this.d3Scale.domain(this.ordinals()),this.parser=null,this.formatter=null;break;case"linear":this.d3Scale=t.scale.linear(),this.low_exists()&&this.high_exists()&&this.d3Scale.domain([this.lowValue(),this.highValue()]),this.parser=null,this.formatter=this.tickFormat_exists()?t.format(this.tickFormat()):null;break;case"pow":this.d3Scale=t.scale.pow().exponent(this.powExponent()),this.low_exists()&&this.high_exists()&&this.d3Scale.domain([this.lowValue(),this.highValue()]),this.parser=null,this.formatter=this.tickFormat_exists()?t.format(this.tickFormat()):null;break;case"log":this.d3Scale=t.scale.log().base(this.logBase()),this.low_exists()&&this.high_exists()&&this.d3Scale.domain([this.lowValue(),this.highValue()]),this.parser=null,this.formatter=this.tickFormat_exists()?t.format(this.tickFormat()):null;break;case"time":this.d3Scale=t.time.scale(),this.low_exists()&&this.high_exists()&&this.d3Scale.domain([this.lowValue(),this.highValue()]),this.parser=this.timePattern_exists()?t.time.format(this.timePattern()):null,this.formatter=this.tickFormat_exists()?t.time.format(this.tickFormat()):null}if(this.extend())switch(this.type()){case"ordinal":break;default:var e,i,a,o,r,n;this.isHorizontal()?(e=this.width(),this.d3Scale.range([0,e]),i=e*this.extend()/100,a=this.d3Scale.invert(0),r=this.d3Scale.invert(-i),o=this.d3Scale.invert(e),n=this.d3Scale.invert(e+i)):(e=this.height(),this.d3Scale.range([e,0]),i=e*this.extend()/100,a=this.d3Scale.invert(e),r=this.d3Scale.invert(e+i),o=this.d3Scale.invert(0),n=this.d3Scale.invert(-i)),Math.sign(a)!==Math.sign(r)&&(r=0),Math.sign(o)!==Math.sign(n)&&(n=0),this.d3Scale.domain([r,n])}this.d3Axis.orient(this.orientation()).scale(this.d3Scale).tickFormat(this.formatter).ticks(this.tickCount()),this.d3Guides.orient(this.orientation()).scale(this.d3Scale).tickSize(-this.tickLength()).tickFormat("").ticks(this.tickCount())},a.prototype.adjustText=function(e,i){var a=this.isHorizontal(),o="left"===this.orientation(),r="bottom"===this.orientation(),n=this;if("linebreak"===this.overlapMode())"ordinal"===this.type()&&e.selectAll(".tick > text").call(function(){return n.linebreak.apply(n,arguments)},this.d3Scale.rangeBand());else if("wrap"===this.overlapMode())"ordinal"===this.type()&&e.selectAll(".tick > text").call(function(){return n.wrap.apply(n,arguments)},this.d3Scale.rangeBand());else switch(a?this.overlapMode():"none"){case"stagger":e.selectAll(".tick > text").style("text-anchor","middle").attr("dy",function(t,e){return(r?1:-1)*((r?.71:0)+e%i)+"em"}).attr("dx",0).attr("visibility",null).attr("transform","rotate(0)");break;case"hide":e.selectAll(".tick > text").style("text-anchor","middle").attr("dy",(r?.71:0)+"em").attr("dx",0).attr("visibility",function(t,e){return e%i?"hidden":null}).attr("transform","rotate(0)");break;case"rotate":var s=-this.labelRotation()||0;if(0!==s&&i>1){e.selectAll(".tick > text").each(function(){var e=t.select(this),i=e.node().getBBox(),a=(r?1:-1)*Math.sin(Math.PI*(-Math.abs(s)/180));e.style("text-anchor",s>0?r?"start":"end":r?"end":"start").attr("dy",i.height/2*a+"px").attr("dx",s>0?r?"0.71em":"-0.71em":r?"-0.71em":"0.71em").attr("transform","rotate("+s+")").attr("visibility",null)});break}default:e.selectAll(".tick > text").style("text-anchor",a?"middle":o?"end":"start").attr("dy",a?(r?.71:0)+"em":"0.32em").attr("dx",0).attr("visibility",null).attr("transform","rotate(0)")}},a.prototype.calcTickOverlapModulus=function(t){var e=1;switch(this.overlapMode()){case"rotate":case"stagger":case"hide":var i=[];t.selectAll(".tick > text").each(function(t){for(var a=this.getBoundingClientRect(),o=i.length-1;o>=0&&!(i[o].righte&&(e=i.length+1-o);i.push(a)})}return e},a.prototype.calcOverflow=function(t,e){this.updateScale();var i=this.isHorizontal();this.range(i?[0,this.width()]:[this.height(),0]);var a=t.append("g").attr("class",this.classID()).append("g");a.attr("class",i?"x":"y").call(this.d3Axis),e&&t.selectAll(".tick > text").remove();var o={left:0,top:0,right:0,bottom:0,tickOverlapModulus:this.calcTickOverlapModulus(a)};this.adjustText(a,o.tickOverlapModulus);var r=a.node().getBBox();switch(o.depth=i?r.height:r.width,this.shrinkToFit()){case"low":case"both":o.left=i?-r.x:0,o.bottom=i?0:-(this.height()-(r.height+r.y))}switch(this.shrinkToFit()){case"high":case"both":o.top=i?0:-r.y,o.right=i?-(this.width()-r.x-r.width):0}return a.remove(),o},a.prototype.wrap=function(e,i,a){a=a||/\s+/;var o=this;e.each(function(){for(var e,r=t.select(this),n=r.text().split(a).reverse(),s=[],l=0,h=1.1,p=r.attr("x"),c=r.attr("y"),u=parseFloat(r.style("font-size"))||10,d=Math.floor(i/(u*h))-1,y=o.isHorizontal()?1:Math.ceil(n.length/d),m=parseFloat(r.attr("dy")),f=r.text(null).append("tspan").attr("x",p).attr("y",c).attr("dy",m+"em"),x=0;e=n.pop();)s.push(e),f.text(s.join(" ")),x++,f.node().getComputedTextLength()>i&&x>=y&&(s.pop(),f.text(s.join(" ")),s=[e],f=r.append("tspan").attr("x",p).attr("y",c).attr("dy",++l*h+m+"em").text(e),x=0);o.isHorizontal()||r.selectAll("tspan").attr("y",-l/2+"em")})},a.prototype.linebreak=function(t,e){this.wrap(t,e,"\n")},a.prototype.update=function(t,i){function a(t){t.attr("transform",function(t){switch(r.orientation()){case"left":return"translate("+o.depth+", "+o.top+")";case"top":return"translate(0,"+o.depth+")";case"right":return"translate("+(r.width()-o.depth)+", "+o.top+")";case"bottom":return"translate(0,"+(r.height()-o.depth)+")"}return"translate(0,0)"})}e.prototype.update.apply(this,arguments);var o=this.calcOverflow(i);this.range(this.isHorizontal()?[o.left,this.width()-o.right]:[this.height()-o.top-o.bottom,0]);var r=this;this.svg.style("visibility","none"===this.type()?"hidden":null).transition().call(a),this._guideElement&&this.svg2.transition().call(a),this.svgAxis.call(this.d3Axis),this.adjustText(this.svgAxis,o.tickOverlapModulus);var n=this.svgAxis.select("path.domain"),s=n.node().getBBox();switch(this.orientation()){case"left":this.svgText.transition().attr("transform","rotate(-90)").attr("x",-2).attr("y",2).attr("dx",null).attr("dy",".71em").style("text-anchor","end").text(this.title());break;case"right":this.svgText.transition().attr("transform","rotate(-90)").attr("x",-2).attr("y",4).attr("dx",null).attr("dy","-.71em").style("text-anchor","end").text(this.title());break;case"top":this.svgText.transition().attr("transform","rotate(0)").attr("x",s.x+s.width-2).attr("y",2).attr("dx",null).attr("dy",".71em").style("text-anchor","end").text(this.title());break;case"bottom":this.svgText.transition().attr("transform","rotate(0)").attr("x",s.x+s.width-2).attr("y",-2).attr("dx",null).attr("dy",null).style("text-anchor","end").text(this.title())}this.svgGuides.call(this.d3Guides)},a.prototype.postUpdate=function(t,i){e.prototype.postUpdate.apply(this,arguments),this._guideElement&&this._guideElement.attr("transform",this._element.attr("transform"))},a}),function(t,e){"function"==typeof define&&define.amd?define("chart/XYAxis.js",["d3","../common/SVGWidget","./Axis","../common/Utility","css!./XYAxis"],e):t.chart_XYAxis=e(t.d3,t.common_SVGWidget,t.chart_Axis,t.common_Utility)}(this,function(t,e,i,a){function o(){e.call(this),a.SimpleSelectionMixin.call(this),this._drawStartPos="origin",this.domainAxis=(new i).orientation_default("bottom").type_default("ordinal").overlapMode_default("stagger").shrinkToFit_default("high").extend_default(0),this.valueAxis=(new i).orientation_default("left").type_default("linear").shrinkToFit_default("high");var o=this;this.xBrush=t.svg.brush().on("brush",function(){return o.brushMoved()}),this.yBrush=t.svg.brush().on("brush",function(){return o.brushMoved()})}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" chart_XYAxis",o.prototype.mixin(a.SimpleSelectionMixin),o.prototype.publish("orientation","horizontal","set","Selects orientation for the axis",["horizontal","vertical"]),o.prototype.publish("selectionMode",!1,"boolean","Range Selector"),o.prototype.publishProxy("xAxisTickCount","domainAxis","tickCount"),o.prototype.publishProxy("xAxisTickFormat","domainAxis","tickFormat"),o.prototype.publishProxy("xAxisType","domainAxis","type"),o.prototype.publishProxy("xAxisTypeTimePattern","domainAxis","timePattern"),o.prototype.publish("xAxisDomainLow",null,"string","X-Axis Low",null,{optional:!0,disable:function(t){return"ordinal"===t.xAxisType()}}),o.prototype.publish("xAxisDomainHigh",null,"string","X-Axis High",null,{optional:!0,disable:function(t){return"ordinal"===t.xAxisType()}}),o.prototype.publishProxy("xAxisOverlapMode","domainAxis","overlapMode"),o.prototype.publishProxy("xAxisLabelRotation","domainAxis","labelRotation"),o.prototype.publishProxy("xAxisDomainPadding","domainAxis","extend"),o.prototype.publish("xAxisGuideLines",!1,"boolean","Y-Axis Guide Lines"),o.prototype.publish("xAxisFocus",!1,"boolean","X-Axis Focus",null,{disable:function(t){return"horizontal"!==t.orientation()}}),o.prototype.publish("xAxisFocusHeight",80,"number","X-Axis Focus Height",null,{disable:function(t){return!t.xAxisFocus()}}),o.prototype.publishProxy("yAxisTitle","valueAxis","title"),o.prototype.publishProxy("yAxisTickCount","valueAxis","tickCount"),o.prototype.publishProxy("yAxisTickFormat","valueAxis","tickFormat"),o.prototype.publishProxy("yAxisType","valueAxis","type"),o.prototype.publishProxy("yAxisTypeTimePattern","valueAxis","timePattern"),o.prototype.publishProxy("yAxisTypePowExponent","valueAxis","powExponent"),o.prototype.publishProxy("yAxisTypeLogBase","valueAxis","logBase"),o.prototype.publish("yAxisStacked",!1,"boolean","Stacked Chart",null,{tags:["Basic"],disable:function(t){return"ordinal"!==t.xAxisType()||t._class.indexOf("chart_Column")<0}}),o.prototype.publish("yAxisDomainLow",null,"string","Y-Axis Low",null,{optional:!0,disable:function(t){return"ordinal"===t.yAxisType()}}),o.prototype.publish("yAxisDomainHigh",null,"string","Y-Axis High",null,{optional:!0,disable:function(t){return"ordinal"===t.yAxisType()}}),o.prototype.publishProxy("yAxisDomainPadding","valueAxis","extend"),o.prototype.publish("yAxisGuideLines",!0,"boolean","Y-Axis Guide Lines"),o.prototype.publish("regions",[],"array","Regions"),o.prototype.publish("sampleData","","set","Display Sample Data",["","ordinal","ordinalRange","linear","time-x","time-y"]),o.prototype.resetSelection=function(){return this._prevBrush=null,this},o.prototype.columns=function(t){return e.prototype.columns.apply(this,arguments)},o.prototype.parseData=function(t){return this.domainAxis.parse(t)},o.prototype.parseValue=function(t){return this.valueAxis.parse(t,!0)},o.prototype.formatData=function(t){return this.domainAxis.format(t)},o.prototype.formatValue=function(t){return this.valueAxis.format(t,!0)},o.prototype.parsedData=function(){var t=this.data().map(function(t){var e=0;return t.map(function(t,i){if(0===i)return this.parseData(t);if(i>=this.columns().length)return t;var a=this.yAxisStacked()?[e,e+this.parseValue(t)]:this.parseValue(t);return e+=this.parseValue(t),a},this)},this);return t},o.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this.svg=i.append("g"),this.svgRegions=i.append("g"),this.svgDomainGuide=this.svg.append("g"),this.svgValueGuide=this.svg.append("g"),this.svgData=this.svg.append("g"),this.svgDataClipRect=this.svg.append("clipPath").attr("id",this.id()+"_clippath").append("rect").attr("x",0).attr("y",0),this.svgData=this.svg.append("g").attr("clip-path","url(#"+this.id()+"_clippath)"),this._selection.widgetElement(this.svgData),this.svgFocus=i.append("g"),this.domainAxis.target(this.svg.node()).guideTarget(this.svgDomainGuide.node()),this.valueAxis.target(this.svg.node()).guideTarget(this.svgValueGuide.node()),this.svgBrush=i.append("g").attr("class","brush")},o.prototype.resizeBrushHandle=function(t,e,i){var a,o,r;return"e"===t||"w"===t?(a=+("e"===t),o=a?1:-1,r=i/3,"M"+.5*o+","+r+"A6,6 0 0 "+a+" "+6.5*o+","+(r+6)+"V"+(2*r-6)+"A6,6 0 0 "+a+" "+.5*o+","+2*r+"ZM"+2.5*o+","+(r+8)+"V"+(2*r-8)+"M"+4.5*o+","+(r+8)+"V"+(2*r-8)):(a=+("s"===t),r=a?1:-1,o=e/3,"M"+o+", "+.5*r+"A6,6 0 0 "+(a+1)%2+" "+(o+6)+","+6.5*r+"H"+(2*o-6)+"A6,6 0 0 "+(a+1)%2+" "+2*o+","+.5*r+"ZM"+(o+8)+","+2.5*r+"H"+(2*o-8)+"M"+(o+8)+","+4.5*r+"H"+(2*o-8))},o.prototype.brushMoved=e.prototype.debounce(function(){var t=this.data().filter(function(t){var e=t[0];return"ordinal"===this.xAxisType()&&(e=this.domainAxis.d3Scale(e)+(this.domainAxis.d3Scale.rangeBand?this.domainAxis.d3Scale.rangeBand()/2:0)),"horizontal"===this.orientation()?e>=this.xBrush.extent()[0]&&e<=this.xBrush.extent()[1]:e>=this.yBrush.extent()[0]&&e<=this.yBrush.extent()[1]},this);this.selection(t)},250),o.prototype.dataPos=function(t){return this.domainAxis.scalePos(t)},o.prototype.valuePos=function(t){return this.valueAxis.scalePos(t)},o.prototype.setScaleRange=function(t,e){this.xAxis.width(t),this.yAxis.height(e)},o.prototype.calcMargin=function(t,e,i){for(var a={top:!i&&this.selectionMode()?10:2,right:i&&(this.selectionMode()||this.xAxisFocus())?10:2,bottom:(this.xAxisFocus()?this.xAxisFocusHeight():0)+2,left:2},o=this.width()-a.left-a.right,r=this.height()-a.top-a.bottom,n=30,s=30,l=0;10>l;++l){this.xAxis.width(o-s).height(0);var h=this.xAxis.calcOverflow(e);this.yAxis.width(0).height(r-n);var p=this.yAxis.calcOverflow(e),c=h.depth,u=p.depth;if(c===n&&u===s){n=c,s=u;break}n=c,s=u}return this.xAxis.x(o/2+s/2+a.left).y(r+a.top).width(o-s),this.yAxis.x(a.left).y(r/2-n/2+a.top).height(r-n),a.left+=s,a.bottom+=n,a},o.prototype.updateRegions=function(e,i,a){var o=this,r=this.svgRegions.selectAll(".region").data(this.regions());r.enter().append("rect").attr("class","region"),a?r.attr("x",function(t){return o.dataPos(t.x0)}).attr("y",0).attr("width",function(t){return o.dataPos(t.x1)-o.dataPos(t.x0)}).attr("height",this.height()).style("stroke",function(t){return o._palette(t.colorID)}).style("fill",function(e){return t.hsl(o._palette(e.colorID)).brighter()}):r.attr("x",0).attr("y",function(t){return o.dataPos(t.x0)}).attr("width",this.width()).attr("height",function(t){return o.dataPos(t.x0)-o.dataPos(t.x1)}).style("stroke",function(t){return o._palette(t.colorID)}).style("fill",function(e){return t.hsl(o._palette(e.colorID)).brighter()}),r.exit().remove()},o.prototype.update=function(e,i){var a=this,o="horizontal"===this.orientation();this.updateRegions(e,i,o),this.domainAxis.orientation(o?"bottom":"left").title(this.columns()[0]),this.valueAxis.orientation(o?"left":"bottom"),this.xAxis=o?this.domainAxis:this.valueAxis,this.yAxis=o?this.valueAxis:this.domainAxis;var r=o?this.xBrush:this.yBrush,n=o?this.yBrush:this.xBrush,s=n.extent();switch(this.xAxisType()){case"ordinal":this.domainAxis.ordinals(this.data().map(function(t){return t[0]}));break;default:var l=this.xAxisDomainLow()?this.xAxisDomainLow():this.domainAxis.parseInvert(t.min(this.parsedData(),function(t){return t[0]})),h=this.xAxisDomainHigh()?this.xAxisDomainHigh():this.domainAxis.parseInvert(t.max(this.parsedData(),function(t){return t[0]}));void 0!==l&&void 0!==h&&this.domainAxis.low(l).high(h)}var p=this.yAxisDomainLow()?this.yAxisDomainLow():this.valueAxis.parseInvert(t.min(this.parsedData(),function(e){return t.min(e.filter(function(t,e){return e>0&&a.columns()[e]&&0!==a.columns()[e].indexOf("__")&&null!==t}),function(t){return t instanceof Array?t[0]:t})})),c=this.yAxisDomainHigh()?this.yAxisDomainHigh():this.valueAxis.parseInvert(t.max(this.parsedData(),function(e){return t.max(e.filter(function(t,e){return e>0&&a.columns()[e]&&0!==a.columns()[e].indexOf("__")&&null!==t}),function(t){return t instanceof Array?t[1]:t})}));this.valueAxis.low(p).high(c),this.margin=this.calcMargin(e,i,o);var u=this.width()-this.margin.left-this.margin.right;0>u&&(u=0);var d=this.height()-this.margin.top-this.margin.bottom;0>d&&(d=0);var y=o?u:d,m=o?d:u;if(this.domainAxis.tickLength(this.xAxisGuideLines()?m:0).render(),this.valueAxis.tickLength(this.yAxisGuideLines()?y:0).render(),this.svgDataClipRect.attr("width",u).attr("height",d),this.svgData.transition().attr("transform","translate("+this.margin.left+","+this.margin.top+")"),this.xBrush.x(this.domainAxis.d3Scale),this.yBrush.y(this.domainAxis.d3Scale),this.selectionMode()){if(this._prevXAxisType!==this.xAxisType()&&(this._prevXAxisType=this.xAxisType(),this._prevBrush=null),this._prevBrush){if(this._prevBrush&&this._prevBrush.orientation!==this.orientation())switch(this.xAxisType()){case"ordinal":r.extent([y-s[0]*y/this._prevBrush.maxCurrExtent,y-s[1]*y/this._prevBrush.maxCurrExtent]);break;default:r.extent(s)}}else switch(this.xAxisType()){case"ordinal":r.extent([0,y]);break;default:r.extent(this.domainAxis.d3Scale.domain())}this._prevBrush={orientation:this.orientation(),maxCurrExtent:y}}this.svgBrush.attr("transform","translate("+this.margin.left+", "+this.margin.top+")").style("display",this.selectionMode()?null:"none").call(r).selectAll(".background").transition().attr("width",u).attr("height",d),this.svgBrush.selectAll(".extent, .resize rect").transition().attr(o?"y":"x",0).attr(o?"height":"width",m);var f=this.svgBrush.selectAll(".resize").selectAll("path").data(function(t){return t});f.enter().append("path"),f.transition().attr("d",function(t){return a.resizeBrushHandle(t,u,d)}),this.updateFocusChart(e,i,this.margin,u,d,o),this.updateChart(e,i,this.margin,u,d,o,250)},o.prototype.updateFocusChart=function(t,e,i,a,o,r){function n(){if("ordinal"!==s.focusChart.xAxisType())s.xAxis.domain(s.focusChart.xBrush.extent());else{var t=s.focusChart.xBrush.extent(),e=t[1]-t[0],i=e/a;s.xAxis.range([-t[0]/i,(a-t[0])/i])}s.xAxis.svgAxis.call(s.xAxis.d3Axis),s.xAxis.svgGuides.call(s.xAxis.d3Guides)}var s=this,l=this.svgFocus.selectAll("#"+this.id()+"_focusChart").data(this.xAxisFocus()?[!0]:[]);l.enter().append("g").attr("id",this.id()+"_focusChart").each(function(l){s.focusChart=(new s.constructor).target(this),s.focusChart.xBrush.on("brush.focus",function(){n(),s.updateChart(t,e,i,a,o,r,0)})}),l.each(function(t){s.copyPropsTo(s.focusChart),s.focusChart.xAxisFocus(!1).selectionMode(!0).tooltipStyle("none").orientation("horizontal").xAxisGuideLines(!1).xAxisDomainLow(null).xAxisDomainHigh(null).yAxisGuideLines(!1).x(s.width()/2).y(s.height()-s.xAxisFocusHeight()/2).width(s.width()).height(s.xAxisFocusHeight()).columns(s.columns()).data(s.data()).render(),n()}),l.exit().each(function(t){s.focusChart&&(s.focusChart.target(null),delete s.focusChart)}).remove()},o.prototype.updateChart=function(t,e,i,a,o,r,n){},o.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},o.prototype.selection=function(t){},o}),function(t,e){"function"==typeof define&&define.amd?define("chart/Scatter.js",["d3","../common/SVGWidget","./XYAxis","../api/INDChart","../api/ITooltip","css!./Scatter"],e):t.chart_Scatter=e(t.d3,t.common_SVGWidget,t.chart_XYAxis,t.api_INDChart,t.api_ITooltip)}(this,function(t,e,i,a,o){function r(t){i.call(this),a.call(this),o.call(this),this.xAxisGuideLines_default(!0).yAxisGuideLines_default(!0)}return r.prototype=Object.create(i.prototype),r.prototype.constructor=r,r.prototype._class+=" chart_Scatter",r.prototype["implements"](a.prototype),r.prototype["implements"](o.prototype),r.prototype.publish("paletteID","default","set","Palette ID",r.prototype._palette["switch"](),{tags:["Basic","Shared"]}),r.prototype.publish("pointShape","cross","set","Shape of the data points",["circle","rectangle","cross"]),r.prototype.publish("pointSize",6,"number","Point Size"),r.prototype.publish("interpolate","","set","Interpolate Data",["","linear","step","step-before","step-after","basis","bundle","cardinal","monotone"]),r.prototype.publish("interpolateFill",!1,"boolean","Fill Interpolation"),r.prototype.publish("interpolateFillOpacity",.66,"number","Fill Interpolation Opacity"),r.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),r.prototype.xPos=function(t){return"horizontal"===this.orientation()?this.dataPos(t.label):this.valuePos(t.value)},r.prototype.yPos=function(t){return"horizontal"===this.orientation()?this.valuePos(t.value):this.dataPos(t.label)},r.prototype.enter=function(t,e){i.prototype.enter.apply(this,arguments);var a=this;this.tooltipHTML(function(t){return a.tooltipFormat({label:t.label,series:a.columns()[t.colIdx],value:t.value})})},r.prototype.updateChart=function(e,i,a,o,r,n){function s(t){switch(t){case"rectangle":return"rect";case"circle":return"circle";case"cross":return"path"}}var l=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this._prevPointShape!==this.pointShape()&&(this.svgData.selectAll(".data").remove(),this._prevPointShape=this.pointShape());var h=this.flattenData().map(function(t){return t.shape=s(l.pointShape()),t}),p=this.svgData.selectAll(".point").data(h,function(t,e){return t.shape+"_"+e});p.enter().append("g").attr("class","point").each(function(e){var i=t.select(this);i.append("circle").attr("class","pointSelection").on("mouseout.tooltip",l.tooltip.hide).on("mousemove.tooltip",l.tooltip.show).call(l._selection.enter.bind(l._selection)).on("click",function(t,e){l.click(l.rowToObj(l.data()[t.rowIdx]),l.columns()[t.colIdx],l._selection.selected(this))}),i.append(e.shape).attr("class","pointShape")}),p.each(function(e){var i=t.select(this).select(".pointSelection");i.attr("cx",function(t){return l.xPos(t)}).attr("cy",function(t){return l.yPos(t)}).attr("r",l.pointSize());var a=t.select(this).select(".pointShape");switch(e.shape){case"rect":a.attr("x",function(t){return l.xPos(t)-l.pointSize()/2}).attr("y",function(t){return l.yPos(t)-l.pointSize()/2}).attr("width",l.pointSize()).attr("height",l.pointSize()).style("fill",function(t,e){return l._palette(l.columns()[t.colIdx])});break;case"circle":a.attr("cx",function(t){return l.xPos(t)}).attr("cy",function(t){return l.yPos(t)}).attr("r",l.pointSize()/2).style("fill",function(t,e){return l._palette(l.columns()[t.colIdx])});break;case"path":a.attr("d",function(t){return"M"+(l.xPos(t)-l.pointSize()/2)+" "+(l.yPos(t)-l.pointSize()/2)+" L"+(l.xPos(t)+l.pointSize()/2)+" "+(l.yPos(t)+l.pointSize()/2)+" M"+(l.xPos(t)-l.pointSize()/2)+" "+(l.yPos(t)+l.pointSize()/2)+" L"+(l.xPos(t)+l.pointSize()/2)+" "+(l.yPos(t)-l.pointSize()/2)}).style("stroke",function(t,e){return l._palette(l.columns()[t.colIdx])})}}),p.exit().remove();var c=this.svgData.selectAll(".area").data(this.columns().filter(function(t,e){return l.interpolate()&&l.interpolateFill()&&e>0}));c.enter().append("path").attr("class","area");var u=t.svg.area().interpolate(this.interpolate());n?u.x(function(t){return l.xPos(t)}).y0(function(t){return r}).y1(function(t){return l.yPos(t)}):u.y(function(t){return l.yPos(t)}).x0(function(t){return 0}).x1(function(t){return l.xPos(t)}),c.each(function(e,i){var a=t.select(this);a.attr("d",u(h.filter(function(t){return t.colIdx===i+1}))).style("opacity",l.interpolateFillOpacity()).style("stroke","none").style("fill",function(e,a){return t.hsl(l._palette(l.columns()[i+1])).brighter()})}),c.exit().remove();var d=this.svgData.selectAll(".line").data(this.columns().filter(function(t,e){return l.interpolate()&&e>0}));d.enter().append("path").attr("class","line");var y=t.svg.line().x(function(t){return l.xPos(t)}).y(function(t){return l.yPos(t)}).interpolate(this.interpolate());d.each(function(e,i){var a=t.select(this),o=h.filter(function(t){return t.colIdx===i+1});a.attr("d",y(o)).style("stroke",function(t,e){return l._palette(l.columns()[i+1])}).style("fill","none")}),d.exit().remove()},r.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},r}),function(t,e){"function"==typeof define&&define.amd?define("chart/Area.js",["d3","./Scatter"],e):t.chart_Area=e(t.d3,t.chart_Scatter)}(this,function(t,e){function i(t){e.call(this),this.interpolate_default("linear").interpolateFill_default(!0)}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" chart_Area",i}),function(t,e){"function"==typeof define&&define.amd?define("chart/Column.js",["d3","./XYAxis","../api/INDChart","../api/ITooltip","css!./Column"],e):t.chart_Column=e(t.d3,t.chart_XYAxis,t.api_INDChart,t.api_ITooltip)}(this,function(t,e,i,a){function o(t){e.call(this),i.call(this),a.call(this),this._linearGap=25}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" chart_Column",o.prototype["implements"](i.prototype),o.prototype["implements"](a.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments);var a=this;this.tooltipHTML(function(t){var e=t.row[t.idx];return e instanceof Array&&(e=e[1]-e[0]),a.tooltipFormat({label:t.row[0],series:a.columns()[t.idx],value:e})})},e.prototype.adjustedData=function(){var t=this.data().map(function(t){var e=0;return t.map(function(t,i){if(0===i)return t;if(i>=this.columns().length)return t;var a=this.yAxisStacked()?[e,e+t]:t;return e+=t,a},this)},this);return t},o.prototype.updateChart=function(e,i,a,o,r,n,s){var l=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()));var h=10,p=0;switch(this.xAxisType()){case"ordinal":h=this.domainAxis.d3Scale.rangeBand(),p=-h/2;break;case"linear":case"time":h=Math.max(Math.abs(this.dataPos(2)-this.dataPos(1))*(100-this._linearGap)/100,h),p=-h/2}var c=t.scale.ordinal().domain(l.columns().filter(function(t,e){return e>0})).rangeRoundBands(n?[0,h]:[h,0]),u=this.svgData.selectAll(".dataRow").data(this.adjustedData());u.enter().append("g").attr("class","dataRow"),this.tooltip.direction(n?"n":"e"),u.each(function(e,i){var a=t.select(this),o=a.selectAll("rect").data(e.filter(function(t,e){return e0}));o.enter().append("rect").attr("class","columnRect").call(l._selection.enter.bind(l._selection)).on("mouseout.tooltip",l.tooltip.hide).on("mousemove.tooltip",l.tooltip.show).on("click",function(t,e){l.click(l.rowToObj(t.row),t.column,l._selection.selected(this))}),n?o.transition().duration(s).attr("x",function(t){return l.dataPos(e[0])+(l.yAxisStacked()?0:c(t.column))+p}).attr("width",l.yAxisStacked()?h:c.rangeBand()).attr("y",function(t){return t.value instanceof Array?l.valuePos(t.value[1]):l.valuePos(t.value)}).attr("height",function(t){return t.value instanceof Array?l.valuePos(t.value[0])-l.valuePos(t.value[1]):r-l.valuePos(t.value)}).style("fill",function(t){return l._palette(t.column)}):o.transition().duration(s).attr("y",function(t){return l.dataPos(e[0])+(l.yAxisStacked()?0:c(t.column))+p}).attr("height",l.yAxisStacked()?h:c.rangeBand()).attr("x",function(t){return t.value instanceof Array?l.valuePos(t.value[0]):0}).attr("width",function(t){return t.value instanceof Array?l.valuePos(t.value[1])-l.valuePos(t.value[0]):l.valuePos(t.value)}).style("fill",function(t){return l._palette(t.column)}),o.exit().transition().duration(s).remove()}),u.exit().transition().duration(s).remove()},o}),function(t,e){"function"==typeof define&&define.amd?define("chart/Bar",["./Column"],e):t.chart_Bar=e(t.chart_Column)}(this,function(t){ +function e(e){t.call(this),this.orientation_default("vertical")}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" chart_Bar",e}),function(t,e){"function"==typeof define&&define.amd?define("chart/Bubble.js",["d3","../common/SVGWidget","../api/I2DChart","../common/Text","../common/FAChar","../common/Utility","../api/ITooltip","css!./Bubble"],e):t.chart_Bubble=e(t.d3,t.common_SVGWidget,t.api_I2DChart,t.common_Text,t.common_FAChar,t.common_Utility,t.api_ITooltip)}(this,function(t,e,i,a,o,r,n){function s(a){e.call(this),i.call(this),n.call(this),r.SimpleSelectionMixin.call(this),this._drawStartPos="origin",this.labelWidgets={},this.d3Pack=t.layout.pack().sort(function(t,e){return e>t?-1:t>e?1:0}).size([this.width(),this.height()]).value(function(t){return t[1]})}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" chart_Bubble",s.prototype["implements"](i.prototype),s.prototype["implements"](n.prototype),s.prototype.mixin(r.SimpleSelectionMixin),s.prototype.publish("paletteID","default","set","Palette ID",s.prototype._palette["switch"](),{tags:["Basic","Shared"]}),s.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),s.prototype.size=function(t){var i=e.prototype.size.apply(this,arguments);return arguments.length&&this.d3Pack.size([this.width(),this.height()]),i},s.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._selection.widgetElement(i);var a=this;this.tooltipHTML(function(t){return a.tooltipFormat({label:t[0],value:t[1]})})},s.prototype.update=function(e,i){var r=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()));var n=i.selectAll(".node").data(this.data().length?this.d3Pack.nodes({children:this.cloneData()}).filter(function(t){return!t.children}):[],function(t){return t[0]});n.enter().append("g").attr("class","node").attr("opacity",0).call(this._selection.enter.bind(this._selection)).on("click",function(t){r.click(r.rowToObj(t),r.columns()[1],r._selection.selected(this))}).each(function(e){var i=t.select(this);i.append("circle").attr("r",function(t){return t.r}).on("mouseout.tooltip",r.tooltip.hide).on("mousemove.tooltip",r.tooltip.show),e.__viz_faChar?r.labelWidgets[e[0]]=(new o)["char"](e.__viz_faChar).target(this).render():r.labelWidgets[e[0]]=(new a).text(e[0]).target(this).render()}),n.transition().attr("opacity",1).each(function(e){var i=t.select(this),a={x:e.x,y:e.y};if(i.select("circle").transition().attr("transform",function(t){return"translate("+a.x+","+a.y+")"}).style("fill",function(t){return r._palette(t[0])}).attr("r",function(t){return t.r}).select("title").text(function(t){return t[0]+" ("+t[1]+")"}),e.__viz_faChar)r.labelWidgets[e[0]].pos(a).render();else{var o=e[0],n=r.labelWidgets[e[0]].getBBox().width;2*e.r<16?o="":2*e.r=0?t[a]instanceof Array?t[a]:[t[a]]:[]}var e=this.columns();return this.data().map(function(e){return{title:t(e,this.titleColumn()),subtitle:t(e,this.subtitleColumn()),ranges:t(e,this.rangesColumn()),measures:t(e,this.measuresColumn()),markers:t(e,this.markersColumn()),origRow:e}},this)},o.prototype.enter=function(i,a){e.prototype.enter.apply(this,arguments),t.select(i.parentNode).style("overflow","auto"),this._selection.widgetElement(a)},o.prototype.update=function(i,o){e.prototype.update.apply(this,arguments);var r=this,n={top:8,right:16,bottom:20,left:16},s=this.width()-n.left-n.right,l=50-n.top-n.bottom,h=o.selectAll("svg").data(this.bulletData());h.enter().append("svg").attr("class","bullet").call(this._selection.enter.bind(this._selection)).on("click",function(t){r.click(r.rowToObj(t.origRow),r.titleColumn(),r._selection.selected(this))}).each(function(e){var i=t.select(this),a=i.append("g").attr("class","bulletBar"),o=a.append("g").attr("class","bulletTitle");o.append("text").attr("class","title"),o.append("text").attr("class","subtitle").attr("dy","1em")});var p=h.select(".bulletTitle").style("text-anchor","end").attr("transform","translate(-6,"+l/2+")");p.select(".title").text(function(t){return t.title}),p.select(".subtitle").text(function(t){return t.subtitle});var c=0;p.each(function(){var t=this.getBBox();t.width>c&&(c=t.width)});var u=(new a).width(s-c).height(l);h.attr("width",s).attr("height",l+n.top+n.bottom),h.select(".bulletBar").attr("transform","translate("+(c+n.left)+","+n.top+")").call(u),h.exit().remove()},o.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},o.prototype.click=function(t,e,i){console.log("Click: "+JSON.stringify(t)+", "+e+","+i)},o}),function(t,e){"function"==typeof define&&define.amd?define("chart/Gantt.js",["./Bar"],e):t.chart_Gantt=e(t.chart_Bar)}(this,function(t){function e(e){t.call(this),this.orientation_default("vertical").xAxisType_default("ordinal").yAxisType_default("time")}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" chart_Gantt",e}),function(t,e){"function"==typeof define&&define.amd?define("chart/HexBin.js",["d3","../common/SVGWidget","./XYAxis","../api/INDChart","../api/ITooltip","../common/Palette","d3-hexbin","css!./HexBin"],e):t.chart_HexBin=e(t.d3,t.common_SVGWidget,t.chart_XYAxis,t.api_INDChart,t.api_ITooltip,t.common_Palette)}(this,function(t,e,i,a,o,r,n){function s(t){i.call(this),a.call(this),o.call(this),this._hexbin=new n,this.xAxisGuideLines_default(!1).yAxisGuideLines_default(!1)}return n=n||t.hexbin||window.d3.hexbin,s.prototype=Object.create(i.prototype),s.prototype.constructor=s,s.prototype._class+=" chart_HexBin",s.prototype["implements"](a.prototype),s.prototype["implements"](o.prototype),s.prototype._palette=r.rainbow("default"),s.prototype.publish("paletteID","Blues","set","Palette ID",s.prototype._palette["switch"](),{tags:["Basic","Shared"]}),s.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("binSize",20,"number","Bin radius"),s.prototype.xPos=function(t){return"horizontal"===this.orientation()?this.dataPos(t.label):this.valuePos(t.value)},s.prototype.yPos=function(t){return"horizontal"===this.orientation()?this.valuePos(t.value):this.dataPos(t.label)},s.prototype.updateChart=function(e,i,a,o,r,n,s){var l=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this._hexbin.size([o,r]).radius(this.binSize());var h=this.flattenData(),p=h.map(function(t,e){return[l.xPos(t),l.yPos(t)]}),c=this._hexbin(p),u=t.max(c,function(t){return t.length}),d=this.svgData.selectAll(".hexagon").data(c,function(t,e){return t.i+"_"+t.j});d.enter().append("path").attr("class","hexagon").attr("transform",function(t){return"translate("+t.x+","+t.y+")scale(0)"}),d.transition().duration(s).attr("d",this._hexbin.hexagon()).attr("transform",function(t){return"translate("+t.x+","+t.y+")scale(1)"}).style("fill",function(t){return l._palette(t.length,0,u)}),d.exit().transition().duration(s).attr("transform",function(t){return"translate("+t.x+","+t.y+")scale(0)"}).remove()},s.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},s}),function(t,e){"function"==typeof define&&define.amd?define("chart/Line.js",["d3","./Scatter","css!./Line"],e):t.chart_Line=e(t.d3,t.chart_Scatter)}(this,function(t,e){function i(t){e.call(this),this.interpolate_default("linear")}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" chart_Line",i}),function(t,e){"function"==typeof define&&define.amd?define("chart/MultiChart",["d3","../common/HTMLWidget","../common/Utility","../api/INDChart"],e):t.chart_MultiChart=e(t.d3,t.common_HTMLWidget,t.common_Utility,t.api_INDChart)}(this,function(t,e,i,a){function o(){e.call(this),a.call(this),this._tag="div",this._allCharts={},this._allChartTypes.forEach(function(t){var e=JSON.parse(JSON.stringify(t));e.widget=null,this._allCharts[t.id]=e,this._allCharts[t.display]=e,this._allCharts[t.widgetClass]=e},this),this._chartTypeDefaults={},this._chartTypeProperties={}}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" chart_MultiChart",o.prototype["implements"](a.prototype),o.prototype._1DChartTypes=[{id:"C3_GAUGE",display:"Gauge (C3)",widgetClass:"c3chart_Gauge"}].map(function(t){return t.family="1D",t}),o.prototype._2DChartTypes=[{id:"SUMMARY",display:"Summary",widgetClass:"chart_Summary"},{id:"BUBBLE",display:"Bubble",widgetClass:"chart_Bubble"},{id:"PIE",display:"Pie",widgetClass:"chart_Pie"},{id:"GOOGLE_PIE",display:"Pie (Google)",widgetClass:"google_Pie"},{id:"C3_DONUT",display:"Donut (C3)",widgetClass:"c3chart_Donut"},{id:"C3_PIE",display:"Pie (C3)",widgetClass:"c3chart_Pie"},{id:"AM_FUNNEL",display:"Area (amCharts)",widgetClass:"amchart_Funnel"},{id:"AM_PIE",display:"Pie (amCharts)",widgetClass:"amchart_Pie"},{id:"AM_PYRAMID",display:"Area (amCharts)",widgetClass:"amchart_Pyramid"},{id:"WORD_CLOUD",display:"Word Cloud",widgetClass:"other_WordCloud"}].map(function(t){return t.family="2D",t}),o.prototype._NDChartTypes=[{id:"COLUMN",display:"Column",widgetClass:"chart_Column"},{id:"BAR",display:"Bar",widgetClass:"chart_Bar"},{id:"LINE",display:"Line",widgetClass:"chart_Line"},{id:"AREA",display:"Area",widgetClass:"chart_Area"},{id:"STEP",display:"Step",widgetClass:"chart_Step"},{id:"SCATTER",display:"Scatter",widgetClass:"chart_Scatter"},{id:"HEXBIN",display:"Hex Bin",widgetClass:"chart_HexBin"},{id:"GOOGLE_BAR",display:"Bar (Google)",widgetClass:"google_Bar"},{id:"GOOGLE_COLUMN",display:"Column (Google)",widgetClass:"google_Column"},{id:"GOOGLE_LINE",display:"Line (Google)",widgetClass:"google_Line"},{id:"GOOGLE_SCATTER",display:"Scatter (Google)",widgetClass:"google_Scatter"},{id:"GOOGLE_COMBO",display:"Combo (Google)",widgetClass:"google_Combo"},{id:"C3_AREA",display:"Area (C3)",widgetClass:"c3chart_Area"},{id:"C3_BAR",display:"Bar (C3)",widgetClass:"c3chart_Bar"},{id:"C3_COLUMN",display:"Column (C3)",widgetClass:"c3chart_Column"},{id:"C3_LINE",display:"Line (C3)",widgetClass:"c3chart_Line"},{id:"C3_SCATTER",display:"Scatter (C3)",widgetClass:"c3chart_Scatter"},{id:"C3_STEP",display:"Step (C3)",widgetClass:"c3chart_Step"},{id:"C3_COMBO",display:"Combo (C3)",widgetClass:"c3chart_Combo"},{id:"AM_AREA",display:"Area (amCharts)",widgetClass:"amchart_Area"},{id:"AM_BAR",display:"Bar (amCharts)",widgetClass:"amchart_Bar"},{id:"AM_LINE",display:"Line (amCharts)",widgetClass:"amchart_Line"},{id:"AM_SCATTER",display:"Scatter (amCharts)",widgetClass:"amchart_Scatter"},{id:"AM_COLUMN",display:"Column (amCharts)",widgetClass:"amchart_Column"},{id:"AM_GANTT",display:"Gantt (amCharts)",widgetClass:"amchart_Gantt"},{id:"AM_COMBO",display:"Combo (amCharts)",widgetClass:"amchart_Combo"}].map(function(t){return t.family="ND",t}),o.prototype._mapChartTypes=[{id:"CHORO_USSTATES",display:"US State Choropleth",widgetClass:"map_ChoroplethStates"},{id:"CHORO_USCOUNTIES",display:"US County Choropleth",widgetClass:"map_ChoroplethCounties"},{id:"CHORO_COUNTRIES",display:"Counrty Choropleth",widgetClass:"map_ChoroplethCountries"}].map(function(t){return t.family="map",t}),o.prototype._anyChartTypes=[{id:"TABLE",display:"Table",widgetClass:"other_Table"},{id:"TABLE_NESTED",display:"Nested Table",widgetClass:"other_NestedTable"},{id:"TABLE_CALENDAR",display:"Table driven Calendar Heat Map",widgetClass:"other_CalendarHeatMap"},{id:"TABLE_BULLET",display:"Table driven bullet chart",widgetClass:"chart_Bullet"},{id:"TABLE_SELECT",display:"Table driven select",widgetClass:"other_Select"},{id:"TABLE_TREE",display:"Table driven tree",widgetClass:"tree_Dendrogram"},{id:"TABLE_TREEMAP",display:"Table driven Treemap",widgetClass:"tree_Treemap"},{id:"TABLE_SANKEY",display:"Table driven Sankey",widgetClass:"graph_Sankey"},{id:"TABLE_GMAP_PIN",display:"Table driven Google Map (pins)",widgetClass:"map_GMapPin"},{id:"TABLE_GMAP_PINLINE",display:"Table driven Google Map (pins/lines)",widgetClass:"map_GMapPinLine"}].map(function(t){return t.family="any",t}),o.prototype._allChartTypes=o.prototype._1DChartTypes.concat(o.prototype._2DChartTypes.concat(o.prototype._NDChartTypes.concat(o.prototype._mapChartTypes.concat(o.prototype._anyChartTypes)))),o.prototype._allMap=t.map(o.prototype._allChartTypes,function(t){return t.family}),o.prototype._allFamilies=o.prototype._allMap.keys(),o.prototype._allChartTypesMap={},o.prototype._allChartTypesByClass={},o.prototype._allChartTypes.forEach(function(t){t.widgetPath=i.widgetPath(t.widgetClass),o.prototype._allChartTypesMap[t.id]=t,o.prototype._allChartTypesByClass[t.widgetClass]=t},this),o.prototype.publishReset(),o.prototype.publish("chartType","BUBBLE","set","Chart Type",o.prototype._allChartTypes.map(function(t){return t.id}),{tags:["Basic"]}),o.prototype.publish("chart",null,"widget","Chart",null,{tags:["Basic"]}),o.prototype.fields=function(t){var i=e.prototype.fields.apply(this,arguments);if(this.chart()){if(!arguments.length)return this.chart().fields();this.chart().fields(t)}return i},o.prototype.columns=function(t){var i=e.prototype.columns.apply(this,arguments);if(this.chart()){if(!arguments.length)return this.chart().columns();this.chart().columns(t)}return i},o.prototype.data=function(t){var i=e.prototype.data.apply(this,arguments);if(this.chart()){if(!arguments.length)return this.chart().data();this.chart().data(t)}return i},o.prototype._origChart=o.prototype.chart,o.prototype.chart=function(t){var e=o.prototype._origChart.apply(this,arguments);if(arguments.length){var i=this;t.click=function(t,e,a){i.click(t,e,a)},this._chartMonitor&&(this._chartMonitor.remove(),delete this._chartMonitor),this._chartMonitor=t.monitor(function(e,a,o){i.broadcast(e,a,o,t)})}return e},o.prototype.hasOverlay=function(){return this.chart()&&this.chart().hasOverlay()},o.prototype.visible=function(t){return arguments.length?(this.chart()&&this.chart().visible(t),this):this.chart()&&this.chart().visible()},o.prototype.chartTypeDefaults=function(t){return arguments.length?(this._chartTypeDefaults=t,this):this._chartTypeDefaults},o.prototype.chartTypeProperties=function(t){return arguments.length?(this._chartTypeProperties=t,this):this._chartTypeProperties},o.prototype.getChartDataFamily=function(){return this._allCharts[this.chartType()].family},o.prototype.requireContent=function(t,e){i.requireWidget(this._allCharts[t].widgetClass).then(function(t){e(new t)})},o.prototype.switchChart=function(t){if(this._switchingTo===this.chartType())return void(t&&t(this));this._switchingTo&&console.log("Attempting switch to: "+this.chartType()+", before previous switch is complete ("+this._switchingTo+")"),this._switchingTo=this.chartType();var e=this.chart(),i=this;this.requireContent(this.chartType(),function(a){if(a!==e){var o=i.size();a.fields(i.fields()).data(i.data()).size(o),i.chart(a),e&&e.data([]).size({width:1,height:1}).render()}delete i._switchingTo,t&&t(this)})},o.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var a=i.selectAll(".multiChart").data(this.chart()?[this.chart()]:[],function(t){return t._id});a.enter().append("div").attr("class","multiChart").each(function(t){t.target(this)});var o=this.chart();if(o){for(var r in this._chartTypeDefaults)if(o[r+"_default"])try{o[r+"_default"](this._chartTypeDefaults[r])}catch(n){console.log("Exception Setting Default: "+r)}else console.log("Unknown Default: "+r);this._chartTypeDefaults={};for(var s in this._chartTypeProperties)if(o[s])try{o[s](this._chartTypeProperties[s])}catch(n){console.log("Exception Setting Property: "+s)}else console.log("Unknown Property: "+s);this._chartTypeProperties={}}var l=this;a.each(function(t){t.resize(l.size())}),a.exit().transition().each(function(t){t.target(null)}).remove()},o.prototype.exit=function(t,i){this._chartMonitor&&(this._chartMonitor.remove(),delete this._chartMonitor),this.chart()&&this.chart().target(null),e.prototype.exit.apply(this,arguments)},o.prototype.render=function(t){if(this.chartType()&&(!this.chart()||this.chart().classID()!==this._allCharts[this.chartType()].widgetClass)){var i=this,a=arguments;return this.switchChart(function(){e.prototype.render.apply(i,a)}),this}return e.prototype.render.apply(this,arguments)},o}),function(t,e){"function"==typeof define&&define.amd?define("chart/MultiChartSurface.js",["d3","../common/ResizeSurface","./MultiChart","../api/INDChart"],e):t.chart_MultiChartSurface=e(t.d3,t.common_ResizeSurface,t.chart_MultiChart,t.api_INDChart)}(this,function(t,e,i,a){function o(){e.call(this),a.call(this),this._title="MultiChartSurface",this._content=new i;var t=this;this._content.click=function(e,i){t.click(e,i)},this._menu.click=function(e){t._content.chartType(e).render()},this.content(this._content),this.mode("all")}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" chart_MultiChartSurface",o.prototype["implements"](a.prototype),o.prototype.publish("mode","2D","set","Chart Type",["1D","2D","ND","all"]),o.prototype.publishProxy("chartType","_content"),o.prototype.columns=function(t){return arguments.length?(this.content().columns(t),this):this.content().columns()},o.prototype.data=function(t){return arguments.length?(this.content().data(t),this):this.content().data()},o.prototype._origMode=o.prototype.mode,o.prototype.mode=function(t){var e=o.prototype._origMode.apply(this,arguments);if(arguments.length)switch(this._mode=t,this._mode){case"1d":case"1D":this.menu(this.content()._1DChartTypes.map(function(t){return t.display}).sort());break;case"2d":case"2D":this.menu(this.content()._2DChartTypes.concat(this.content()._NDChartTypes.concat(this.content()._anyChartTypes)).map(function(t){return t.display}).sort());break;case"multi":case"ND":this.menu(this.content()._NDChartTypes.concat(this.content()._anyChartTypes).map(function(t){return t.display}).sort());break;case"all":default:this.menu(this.content()._allChartTypes.map(function(t){return t.display}).sort())}return e},o}),function(t,e){"function"==typeof define&&define.amd?define("chart/Pie.js",["d3","../common/SVGWidget","../api/I2DChart","../common/Text","../common/FAChar","../common/Utility","../api/ITooltip","css!./Pie"],e):t.chart_Pie=e(t.d3,t.common_SVGWidget,t.api_I2DChart,t.common_Text,t.common_FAChar,t.common_Utility,t.api_ITooltip)}(this,function(t,e,i,a,o,r,n){function s(a){e.call(this),i.call(this),n.call(this),r.SimpleSelectionMixin.call(this),this.labelWidgets={},this.d3Pie=t.layout.pie().padAngle(.0025).sort(function(t,e){return e>t?-1:t>e?1:0}).value(function(t){return t[1]}),this.d3Arc=t.svg.arc().padRadius(this.calcRadius()).innerRadius(this.innerRadius()),this.tooltipTick_default(!1).tooltipOffset_default(0)}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" chart_Pie",s.prototype["implements"](i.prototype),s.prototype["implements"](n.prototype),s.prototype.mixin(r.SimpleSelectionMixin),s.prototype.publish("paletteID","default","set","Palette ID",s.prototype._palette["switch"](),{tags:["Basic","Shared"]}),s.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),s.prototype.publish("outerText",!1,"boolean","Sets label position inside or outside chart",null,{tags:["Basic"]}),s.prototype.publish("innerRadius",0,"number","Sets inner pie hole radius as a percentage of the radius of the pie chart",null,{tags:["Basic"]}),s.prototype.pointInArc=function(t,e){var i=this.d3Arc.innerRadius()(e),a=this.d3Arc.outerRadius()(e),o=this.d3Arc.startAngle()(e),r=this.d3Arc.endAngle()(e),n=t.x*t.x+t.y*t.y,s=Math.atan2(t.x,-t.y);return s=0>s?s+2*Math.PI:s,n>=i*i&&a*a>=n&&s>=o&&r>=s},s.prototype.boxInArc=function(t,e,i){var a={x:t.x+e.x,y:t.y+e.y},o={x:a.x+e.width,y:a.y},r={x:a.x,y:a.y+e.height},n={x:a.x+e.width,y:a.y+e.height};return this.pointInArc(a,i)&&this.pointInArc(o,i)&&this.pointInArc(r,i)&&this.pointInArc(n,i)},s.prototype.calcRadius=function(t){return Math.min(this._size.width,this._size.height)/2-2},s.prototype.intersection=function(t,e){return this.intersectCircle(t,e)},s.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._selection.widgetElement(i);var a=this;this.tooltipHTML(function(t){return a.tooltipFormat({label:t.data[0],value:t.data[1]})})},s.prototype.update=function(i,r){function n(e,i){return function(){t.select(this).transition().delay(i).attrTween("d",function(i){var a=t.interpolate(i.outerRadius,s.calcRadius()+e);return function(t){return i.outerRadius=a(t),s.d3Arc(i)}})}}e.prototype.update.apply(this,arguments);var s=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.d3Arc.innerRadius(this.innerRadius_exists()?this.calcRadius()*this.innerRadius()/100:0);var l=r.selectAll(".arc").data(this.d3Pie(this.data()),function(t){return t.data[0]});if(l.enter().append("g").attr("class","arc").attr("opacity",0).call(this._selection.enter.bind(this._selection)).on("click",function(t){s.click(s.rowToObj(t.data),s.columns()[1],s._selection.selected(this))}).each(function(e){var i=t.select(this);i.append("path").on("mouseout.tooltip",s.tooltip.hide).on("mousemove.tooltip",s.tooltip.show).on("mouseover",n(0,0)).on("mouseout",n(-5,150)),e.data.__viz_faChar?s.labelWidgets[e.data[0]]=(new o)["char"](e.data.__viz_faChar).target(this).render():s.labelWidgets[e.data[0]]=(new a).text(e.data[0]).target(this).render()}),l.transition().attr("opacity",1).each(function(e){e.outerRadius=s.calcRadius()-5;var i={x:0,y:1};if(s.outerText()){var a=Math.cos((e.startAngle+e.endAngle-Math.PI)/2),o=Math.sin((e.startAngle+e.endAngle-Math.PI)/2),r=s.labelWidgets[e.data[0]].getBBox(),n=Math.abs(a)>Math.abs(o)?r.width:r.height;i.x=a*(s.calcRadius()+n),i.y=o*(s.calcRadius()+n)}else{var l=s.d3Arc.centroid(e);i={x:l[0],y:l[1]}}var h=t.select(this);h.select("path").transition().attr("d",s.d3Arc).style("fill",function(t){return s._palette(t.data[0])}),s.labelWidgets[e.data[0]].pos(i).render().element().classed("innerLabel",!s.outerText()).classed("outerLabel",s.outerText()).style("opacity",s.outerText()||s.boxInArc(i,s.labelWidgets[e.data[0]].getBBox(),e)?null:0)}),l.exit().transition().style("opacity",0).remove(),s.outerText()){var h=r.selectAll("line").data(this.d3Pie(this.data()),function(t){return t.data[0]});h.enter().append("line").attr("x1",0).attr("x2",0).attr("y1",-this.calcRadius()-3).attr("y2",-this.calcRadius()-8).attr("stroke","gray").attr("transform",function(t){return"rotate("+(t.startAngle+t.endAngle)/2*(180/Math.PI)+")"}),h.transition().attr("transform",function(t){return"rotate("+(t.startAngle+t.endAngle)/2*(180/Math.PI)+")"}),h.exit().remove()}},s.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},s}),function(t,e){"function"==typeof define&&define.amd?define("chart/Step.js",["d3","./Scatter"],e):t.chart_Step=e(t.d3,t.chart_Scatter)}(this,function(t,e){function i(t){e.call(this),this.interpolate_default("step")}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" chart_Step",i}),function(t,e){"function"==typeof define&&define.amd?define("chart/Summary.js",["d3","../common/HTMLWidget","../api/I2DChart","css!font-awesome","css!./Summary"],e):t.chart_Summary=e(t.d3,t.common_HTMLWidget,t.api_I2DChart)}(this,function(t,e,i){function a(){e.call(this),this._tag="div",this._drawStartPos="center",this.playInterval(this.playInterval()),this._playIntervalIdx=0}var o="text",r="html";a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype["implements"](i.prototype),a.prototype._class+=" chart_Summary",a.prototype.publish("iconColumn",null,"set","Select display value",function(){return this.columns()},{optional:!0}),a.prototype.publish("icon","fa-briefcase","string","FA Char icon class",null,{disable:function(t){return t.iconColumn()}}),a.prototype.publish("labelColumn",null,"set","Select display value",function(){return this.columns()},{optional:!0}),a.prototype.publish("labelHTML",!1,"boolean","Allow HTML",null),a.prototype.publish("valueColumn",null,"set","Select display value",function(){return this.columns()},{optional:!0}),a.prototype.publish("valueHTML",!1,"boolean","Allow HTML"),a.prototype.publish("moreTextColumn",null,"set","Select display value",function(){return this.columns()},{optional:!0}),a.prototype.publish("moreText","More Info","string","More text",null,{disable:function(t){return t.moreTextColumn()}}),a.prototype.publish("moreTextHTML",!1,"boolean","Allow HTML"),a.prototype.publish("moreIcon","fa-info-circle","string","FA Char icon class"),a.prototype.publish("colorFillColumn",null,"set","Column for color",function(){return this.columns()},{optional:!0}),a.prototype.publish("colorFill","#3498db","html-color","Fill Color",null,{disable:function(t){return t.colorFillColumn()}}),a.prototype.publish("colorStrokeColumn",null,"set","Column for color",function(){return this.columns()},{optional:!0}),a.prototype.publish("colorStroke","#ffffff","html-color","Fill Color",null,{disable:function(t){return t.colorStrokeColumn()}}),a.prototype.publish("fixedSize",!0,"boolean","Fix Size to Min Width/Height"),a.prototype.publish("minWidth",225,"number","Minimum Width"),a.prototype.publish("minHeight",150,"number","Minimum Height"),a.prototype.publish("playInterval",null,"number","Play Interval",null,{optional:!0});var n=a.prototype.playInterval;return a.prototype.playInterval=function(t){var e=n.apply(this,arguments);if(arguments.length){this._playIntervalHandle&&clearInterval(this._playIntervalHandle);var i=this;t&&(this._playIntervalHandle=setInterval(function(){i._playIntervalIdx++,i._renderCount&&i.data().length&&i.render()},t))}return e},a.prototype.summaryData=function(){var t=0;this.labelColumn_exists()&&(t=this.columns().indexOf(this.labelColumn()));var e;this.iconColumn_exists()&&(e=this.columns().indexOf(this.iconColumn()));var i=1;this.valueColumn_exists()&&(i=this.columns().indexOf(this.valueColumn()));var a;this.moreTextColumn_exists()&&(a=this.columns().indexOf(this.moreTextColumn()));var o;this.colorFillColumn_exists()&&(o=this.columns().indexOf(this.colorFillColumn()));var r;return this.colorStrokeColumn_exists()&&(r=this.columns().indexOf(this.colorStrokeColumn())),this.formattedData().map(function(n){return{icon:void 0===e?this.icon():n[e],label:n[t],value:n[i],more:void 0===a?this.moreText():n[a],fill:void 0===o?this.colorFill():n[o],stroke:void 0===r?this.colorStroke():n[r]}},this)},a.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._mainDiv=i.append("div");var a=this;this._headerDiv=this._mainDiv.append("h2").on("click",function(t){a.click(a.data()[a._playIntervalIdx],a.columns()[1],!0)}),this._textDiv=this._mainDiv.append("div").attr("class","text").on("click",function(t){a.click(a.data()[a._playIntervalIdx],a.columns()[1],!0)})},a.prototype.update=function(i,a){e.prototype.update.apply(this,arguments),this.data().length;var n=this.summaryData();this._playIntervalIdx>=n.length&&(this._playIntervalIdx=0);var s=this._playIntervalIdx 0 ? 1 : -1; + }; + + return Platform; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/PropertyExt.js',["./Class"], factory); + } else { + root.common_PropertyExt = factory(root.common_Class); + } +}(this, function (Class) { + var __meta_ = "__meta_"; + var __private_ = "__private_"; + var __prop_ = "__prop_"; + var __default_ = "__default_"; + + function isMeta(key) { + return key.indexOf(__meta_) === 0; + } + + function isPrivate(obj, key) { + return obj[__private_ + key]; + } + + function Meta(id, defaultValue, type, description, set, ext) { + ext = ext || {}; + this.id = id; + this.type = type; + this.origDefaultValue = defaultValue; + this.defaultValue = ext.optional && defaultValue === null ? undefined : defaultValue; + this.description = description; + this.set = set; + this.ext = ext; + + switch (type) { + case "set": + this.checkedAssign = function (_) { + var options = typeof set === "function" ? set.call(this) : set; + if (!options || options.indexOf(_) < 0) { + console.error("Invalid value for '" + id + "': " + _ + " expected " + type); + } + return _; + }; + break; + case "html-color": + this.checkedAssign = function (_) { + if (window.__hpcc_debug && _ && _ !== "red") { + var litmus = "red"; + var d = document.createElement("div"); + d.style.color = litmus; + d.style.color = _; + //Element's style.color will be reverted to litmus or set to "" if an invalid color is given + if (d.style.color === litmus || d.style.color === "") { + console.error("Invalid value for '" + id + "': " + _ + " expected " + type); + } + } + return _; + }; + break; + case "boolean": + this.checkedAssign = function (_) { + return typeof (_) === "string" && ["false", "off", "0"].indexOf(_.toLowerCase()) >= 0 ? false : Boolean(_); + }; + break; + case "number": + this.checkedAssign = function (_) { + return Number(_); + }; + break; + case "string": + this.checkedAssign = function (_) { + return String(_); + }; + break; + case "array": + this.checkedAssign = function (_) { + if (!(_ instanceof Array)) { + console.error("Invalid value for '" + id + "': " + _ + " expected " + type); + } + return _; + }; + break; + case "object": + this.checkedAssign = function (_) { + if (!(_ instanceof Object)) { + console.error("Invalid value for '" + id + "': " + _ + " expected " + type); + } + return _; + }; + break; + case "widget": + this.checkedAssign = function (_) { + if (!_._class || _._class.indexOf("common_PropertyExt") < 0) { + console.error("Invalid value for '" + id + "': " + _ + " expected " + type); + } + return _; + }; + break; + case "widgetArray": + this.checkedAssign = function (_) { + if (_.some(function (row) { return (!row._class || row._class.indexOf("common_Widget") < 0); })) { + console.error("Invalid value for '" + id + "': " + _ + " expected " + type); + } + return _; + }; + break; + case "propertyArray": + this.checkedAssign = function (_) { + if (_.some(function (row) { return !row.publishedProperties; })) { + console.log("Invalid value for '" + id + "': " + _ + " expected " + type); + } + return _; + }; + break; + default: + this.checkedAssign = function (_) { + if (window.__hpcc_debug) { + console.error("Unchecked property type for '" + id + "': " + _ + " expected " + type); + } + return _; + }; + break; + } + } + + function MetaProxy(id, proxy, method, defaultValue, ext) { + this.id = id; + this.type = "proxy"; + this.proxy = proxy; + this.method = method; + this.defaultValue = defaultValue; + this.ext = ext || {}; + } + + var propExtID = 0; + function PropertyExt() { + Class.call(this); + + this._id = "_pe" + (++propExtID); + this._watchArrIdx = 0; + this._watchArr = {}; + + this.publishedProperties(true).forEach(function (meta) { + switch (meta.type) { + case "array": + case "widgetArray": + case "propertyArray": + this[meta.id + "_reset"](); + break; + } + }, this); + } + PropertyExt.prototype = Object.create(Class.prototype); + PropertyExt.prototype._class += " common_PropertyExt"; + + PropertyExt.prototype.id = function () { + return this._id; + }; + + // Publish Properties --- + PropertyExt.prototype.publishedProperties = function (includePrivate, expandProxies) { + var retVal = []; + for (var key in this) { + if (isMeta(key) && (includePrivate || !isPrivate(this, key))) { + var meta = this[key]; + if (expandProxies && meta.type) { + var item = this; + while (meta.type === "proxy") { + item = item[meta.proxy]; + meta = item.publishedProperty(meta.method); + } + if (meta.id !== this[key].id) { + meta = JSON.parse(JSON.stringify(meta)); // Clone meta so we can safely replace the id. + meta.id = this[key].id; + } + } + retVal.push(meta); + } + } + return retVal; + }; + + PropertyExt.prototype.propertyWalker = function (filter, visitor) { + this.publishedProperties(false, true).forEach(function (publishItem) { + if (typeof (filter) !== "function" || !filter(this, publishItem)) { + visitor(this, publishItem); + } + }, this); + }; + + PropertyExt.prototype.publishedProperty = function (id) { + return this[__meta_ + id]; + }; + + PropertyExt.prototype.publishedModified = function (id) { + return this.publishedProperties().some(function (prop) { + return this[prop.id + "_modified"](); + }, this); + }; + + PropertyExt.prototype.publishReset = function (privateArr, exceptionsArr) { + privateArr = (privateArr || []).map(function (id) { return __meta_ + id; }); + exceptionsArr = (exceptionsArr || []).map(function (id) { return __meta_ + id; }); + for (var key in this) { + if (isMeta(key)) { + var isPrivate = !privateArr.length || (privateArr.length && privateArr.indexOf(key) >= 0); + var isException = exceptionsArr.indexOf(key) >= 0; + if (isPrivate && !isException) { + this[__private_ + key] = true; + } + } + } + }; + + PropertyExt.prototype.publish = function (id, defaultValue, type, description, set, ext) { + ext = ext || {}; + if (this[__meta_ + id] !== undefined && !ext.override) { + throw id + " is already published."; + } + var meta = this[__meta_ + id] = new Meta(id, defaultValue, type, description, set, ext); + if (meta.ext.internal) { + this[__private_ + id] = true; + } + this[id] = function (_) { + if (!arguments.length) { + if (this[id + "_disabled"]()) return this[id + "_default"](); + return this[__prop_ + id] !== undefined ? this[__prop_ + id] : this[id + "_default"](); + } + if (_ === undefined) { + _ = null; + } else if (_ === "" && meta.ext.optional) { + _ = null; + } else if (_ !== null) { + _ = meta.checkedAssign.call(this, _); + } + this.broadcast(id, _, this[__prop_ + id]); + if (_ === null) { + delete this[__prop_ + id]; + } else { + this[__prop_ + id] = _; + } + return this; + }; + this[id + "_disabled"] = function () { + return ext && ext.disable ? !!ext.disable(this) : false; + }; + this[id + "_modified"] = function () { + return this[__prop_ + id] !== undefined; + }; + this[id + "_exists"] = function () { + return this[__prop_ + id] !== undefined || this[id + "_default"]() !== undefined; + }; + this[id + "_default"] = function (_) { + if (!arguments.length) return this[__default_ + id] !== undefined ? this[__default_ + id] : meta.defaultValue; + if (_ === "") { + _ = null; + } + if (_ === null) { + delete this[__default_ + id]; + } else { + this[__default_ + id] = _; + } + return this; + }; + this[id + "_reset"] = function () { + switch (type) { + case "widget": + if (this[__prop_ + id]) { + this[__prop_ + id].target(null); + } + break; + case "widgetArray": + if (this[__prop_ + id]) { + this[__prop_ + id].forEach(function (widget) { + widget.target(null); + }); + } + break; + } + + switch (type) { + case "array": + case "widgetArray": + case "propertyArray": + this[__default_ + id] = this[id + "_default"]().map(function (row) { return row; }); + break; + } + delete this[__prop_ + id]; + return this; + }; + this[id + "_options"] = function () { + if (typeof set === "function") { + var retVal = meta.ext.optional ? [null] : []; + return retVal.concat(set.apply(this, arguments)); + } + return set; + }; + }; + + PropertyExt.prototype.publishWidget = function (prefix, WidgetType, id) { + for (var key in WidgetType.prototype) { + if (key.indexOf("__meta") === 0) { + var publishItem = WidgetType.prototype[key]; + this.publishProxy(prefix + __prop_ + publishItem.id, id, publishItem.method || publishItem.id); + } + } + }; + + PropertyExt.prototype.publishProxy = function (id, proxy, method, defaultValue) { + method = method || id; + if (this[__meta_ + id] !== undefined) { + throw id + " is already published."; + } + this[__meta_ + id] = new MetaProxy(id, proxy, method, defaultValue); + this[id] = function (_) { + if (!arguments.length) return defaultValue === undefined || this[id + "_modified"]() ? this[proxy][method]() : defaultValue; + if (defaultValue !== undefined && _ === defaultValue) { + this[proxy][method + "_reset"](); + } else { + this[proxy][method](_); + } + return this; + }; + this[id + "_disabled"] = function () { + return this[proxy][method + "_disabled"](); + }; + this[id + "_modified"] = function () { + return this[proxy][method + "_modified"]() && (defaultValue === undefined || this[proxy][method]() !== defaultValue); + }; + this[id + "_exists"] = function () { + return this[proxy][method + "_exists"](); + }; + this[id + "_default"] = function (_) { + if (!arguments.length) return this[proxy][method + "_default"](); + this[proxy][method + "_default"](_); + return this; + }; + this[id + "_reset"] = function () { + this[proxy][method + "_reset"](); + return this; + }; + this[id + "_options"] = function () { + return this[proxy][method + "_options"](); + }; + }; + + PropertyExt.prototype.monitorProperty = function (propID, func) { + var meta = this.publishedProperty(propID); + switch (meta.type) { + case "proxy": + if (this[meta.proxy]) { + return this[meta.proxy].monitorProperty(meta.method, function (key, newVal, oldVal) { + func(meta.id, newVal, oldVal); + }); + } else { + return { + remove: function () { + } + }; + } + break; + default: + var idx = this._watchArrIdx++; + this._watchArr[idx] = { propertyID: propID, callback: func }; + var context = this; + return { + remove: function () { + delete context._watchArr[idx]; + } + }; + } + return null; + }; + + PropertyExt.prototype.monitor = function (func) { + return { + _watches: this.publishedProperties().map(function (meta) { + return this.monitorProperty(meta.id, func); + }, this), + remove: function () { + this._watches.forEach(function (watch) { + watch.remove(); + }); + } + }; + }; + + PropertyExt.prototype.broadcast = function (key, newVal, oldVal, source) { + source = source || this; + if (newVal !== oldVal) { + for (var idx in this._watchArr) { + var monitor = this._watchArr[idx]; + if ((monitor.propertyID === undefined || monitor.propertyID === key) && monitor.callback) { + setTimeout(function (monitor) { + monitor.callback(key, newVal, oldVal, source); + }, 0, monitor); + } + } + } + }; + + PropertyExt.prototype.applyTheme = function (theme) { + if (!theme) { + return; + } + var clsArr = this._class.split(" "); + for (var i in clsArr) { + if (theme[clsArr[i]]) { + for (var paramName in theme[clsArr[i]]) { + if (paramName === "overrideTags" && theme[clsArr[i]][paramName] instanceof Object) { + for (var param in theme[clsArr[i]][paramName]) { + if(this.publishedProperty(paramName).ext){ + this.publishedProperty(paramName).ext.tags = theme[clsArr[i]][paramName][param]; + } + } + continue; + } + if (this.publishedProperty(paramName)) { + this.publishedProperty(paramName).defaultValue = theme[clsArr[i]][paramName]; + } + } + } + } + }; + + PropertyExt.prototype.copyPropsTo = function (other) { + this.publishedProperties(false).forEach(function (meta) { + if (this[meta.id + "_exists"]()) { + other[meta.id](this[meta.id]()); + } else { + other[meta.id + "_reset"](); + } + }, this); + }; + + return PropertyExt; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/Utility.js',["d3", "require", "es6-promise"], factory); + } else { + root.common_Utility = factory(root.d3, root.require); + } +}(this, function (d3, require) { + + function _naturalSort(a, b, order, idx, sortCaseSensitive) { + var re = /(^([+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?)?$|^0x[0-9a-f]+$|\d+)/gi, + sre = /(^[ ]*|[ ]*$)/g, + dre = /(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[\/\-]\d{1,4}[\/\-]\d{1,4}|^\w+, \w+ \d+, \d{4})/, + hre = /^0x[0-9a-f]+$/i, + ore = /^0/, + i = function(s) { return !sortCaseSensitive && ("" + s).toLowerCase() || "" + s; }, + // convert all to strings strip whitespace + x = i(idx ? a[idx] : a).replace(sre, "") || "", + y = i(idx ? b[idx] : b).replace(sre, "") || "", + // chunk/tokenize + xN = x.replace(re, "\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0"), + yN = y.replace(re, "\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0"), + // numeric, hex or date detection + xD = parseInt(x.match(hre), 16) || (xN.length !== 1 && x.match(dre) && Date.parse(x)), + yD = parseInt(y.match(hre), 16) || xD && y.match(dre) && Date.parse(y) || null, + oFxNcL, oFyNcL; + // first try and sort Hex codes or Dates + if (yD) { + if ( xD < yD ) { return order === "ascending" ? -1 : 1; } + else if ( xD > yD ) { return order === "ascending" ? 1 : -1; } + } + // natural sorting through split numeric strings and default strings + for(var cLoc=0, numS=Math.max(xN.length, yN.length); cLoc < numS; cLoc++) { + // find floats not starting with "0", string or 0 if not defined (Clint Priest) + oFxNcL = !(xN[cLoc] || "").match(ore) && parseFloat(xN[cLoc]) || xN[cLoc] || 0; + oFyNcL = !(yN[cLoc] || "").match(ore) && parseFloat(yN[cLoc]) || yN[cLoc] || 0; + // handle numeric vs string comparison - number < string - (Kyle Adams) + if (isNaN(oFxNcL) !== isNaN(oFyNcL)) { return (isNaN(oFxNcL)) ? 1 : -1; } + // rely on string comparison if different types - i.e. "02" < 2 != "02" < "2" + else if (typeof oFxNcL !== typeof oFyNcL) { + oFxNcL += ""; + oFyNcL += ""; + } + if (oFxNcL < oFyNcL) { return order === "ascending" ? -1 : 1; } + if (oFxNcL > oFyNcL) { return order === "ascending" ? 1 : -1; } + } + return 0; + } + + // Selection Bag(s) --- + function SelectionBag() { + this.items = {}; + } + + SelectionBag.prototype.clear = function () { + for (var key in this.items) { + this.items[key].element().classed("selected", false); + } + this.items = {}; + }; + + SelectionBag.prototype.isEmpty = function () { + for (var key in this.items) { // jshint ignore:line + return false; + } + return true; + }; + + SelectionBag.prototype.append = function (item) { + this.items[item._id] = item; + item.element().classed("selected", true); + }; + + SelectionBag.prototype.remove = function (item) { + this.items[item._id].element().classed("selected", false); + delete this.items[item._id]; + }; + + SelectionBag.prototype.isSelected = function (item) { + return this.items[item._id] !== undefined; + }; + + SelectionBag.prototype.get = function () { + var retVal = []; + for (var key in this.items) { + retVal.push(this.items[key]); + } + return retVal; + }; + + SelectionBag.prototype.set = function (itemArray) { + this.clear(); + itemArray.forEach(function (item, idx) { + this.append(item); + }, this); + }; + + SelectionBag.prototype.click = function (item, d3Event) { + if (d3Event.ctrlKey) { + if (this.items[item._id]) { + this.remove(item); + } else { + this.append(item); + } + } else { + this.clear(); + this.append(item); + } + }; + + function SimpleSelection(widgetElement, skipBringToTop) { + this.widgetElement(widgetElement); + this.skipBringToTop(skipBringToTop); + } + SimpleSelection.prototype.widgetElement = function (_) { + if (!arguments.length) return this._widgetElement; + this._widgetElement = _; + return this; + }; + SimpleSelection.prototype.skipBringToTop = function (_) { + if (!arguments.length) return this._skipBringToTop; + this._skipBringToTop = _; + return this; + }; + SimpleSelection.prototype.enter = function (elements) { + var context = this; + elements + .each(function (d) { + var selected = context._initialSelection ? context._initialSelection.indexOf(JSON.stringify(d)) >= 0 : false; + d3.select(this) + .classed("selected", selected) + .classed("deselected", !selected) + ; + }) + .on("click.SimpleSelection", function (d, idx) { + if (!context._skipBringToTop) { + this.parentNode.appendChild(this); + } + var element = d3.select(this); + var wasSelected = element.classed("selected"); + context._widgetElement.selectAll(".selected") + .classed("selected", false) + .classed("deselected", true) + ; + if (!wasSelected) { + element + .classed("selected", true) + .classed("deselected", false) + ; + } + }) + .on("mouseover.SimpleSelection", function (d, idx) { + d3.select(this) + .classed("over", true) + ; + }) + .on("mouseout.SimpleSelection", function (d, idx) { + d3.select(this) + .classed("over", null) + ; + }) + ; + }; + SimpleSelection.prototype.selected = function (domNode) { + return d3.select(domNode).classed("selected"); + }; + SimpleSelection.prototype.selection = function (_) { + if (!arguments.length) { + var retVal = []; + if (this._widgetElement) { + this._widgetElement.selectAll(".selected") + .each(function (d) { retVal.push(JSON.stringify(d)); }) + ; + } + return retVal; + } + if (this._widgetElement) { + this._widgetElement.selectAll(".selected,.deselected") + .each(function (d) { + var selected = _.indexOf(JSON.stringify(d)) >= 0; + d3.select(this) + .classed("selected", selected) + .classed("deselected", !selected) + ; + }) + ; + } else { + this._initialSelection = _; + } + return this; + }; + + function SimpleSelectionMixin(skipBringToTop) { + this._selection = new SimpleSelection(null, skipBringToTop); + } + + SimpleSelectionMixin.prototype.serializeState = function () { + return { + selection: this._selection.selection(), + data: this.data() + }; + }; + + SimpleSelectionMixin.prototype.deserializeState = function (state) { + if (state) { + this._selection.selection(state.selection); + if (state.data) { + this.data(state.data); + } + } + return this; + }; + + var perf = window.performance; + var now = perf && (perf.now || perf.mozNow || perf.msNow || perf.oNow || perf.webkitNow); + + return { + naturalSort: function(data, order, idx, sortCaseSensitive) { + return data.slice(0).sort(function(a,b) { + return _naturalSort(a,b,order,idx,sortCaseSensitive); + }); + }, + + multiSort: function (data, sortBy) { + if (sortBy && sortBy.length) { + data.sort(function (l, r) { + for (var i = 0; i < sortBy.length; ++i) { + var lVal = l[sortBy[i].idx]; + var rVal = r[sortBy[i].idx]; + if (lVal !== rVal) { + return sortBy[i].reverse ? d3.descending(lVal, rVal) : d3.ascending(lVal, rVal); + } + } + return 0; + }); + } + return data; + }, + + Selection: SelectionBag, + SimpleSelection: SimpleSelection, + SimpleSelectionMixin: SimpleSelectionMixin, + + urlParams: function () { + var def = window.location.search.split("?")[1]; + var retVal = {}; + if (def) { + def.split("&").forEach(function (param, idx) { + var paramParts = param.split("="); + switch (paramParts.length) { + case 1: + retVal[decodeURIComponent(paramParts[0])] = undefined; + break; + case 2: + retVal[decodeURIComponent(paramParts[0])] = decodeURIComponent(paramParts[1]); + break; + default: + throw "Invalid URL Param: " + param; + } + }); + } + return retVal; + }, + endsWith: function(str, searchStr, pos) { + var subjectString = str.toString(); + if (typeof pos !== "number" || !isFinite(pos) || Math.floor(pos) !== pos || pos > subjectString.length) { + pos = subjectString.length; + } + pos -= searchStr.length; + var lastIndex = subjectString.indexOf(searchStr, pos); + return lastIndex !== -1 && lastIndex === pos; + }, + d3ArrayAdapter: function (array) { + return { + ownerDocument: { + createElement: function (tagName) { + return { + get __data__() { return this.row; }, + set __data__(_) { this.row = array[this.index] = _; } + }; + }, + createElementNS: function (ns, tagName) { + return this.createElement(tagName); + } + }, + querySelectorAll: function (selectors) { + if (selectors) throw "unsupported"; + var context = this; + return array.map(function (row, idx) { + return { + ownerDocument: context.ownerDocument, + parentNode: context, + get __data__() { return row; }, + set __data__(_) { array[idx] = _; } + }; + }); + }, + appendChild: function (node) { + node.parentNode = this; + node.index = array.length; + array.push(null); + return node; + }, + insertBefore: function (node, referenceNode) { + var idx = array.indexOf(node.__data__); + var refIdx = array.indexOf(referenceNode.__data__); + if (idx > refIdx) { + array.splice(refIdx, 0, array.splice(idx, 1)[0]); + } else if (idx < refIdx - 1) { + array.splice(refIdx - 1, 0, array.splice(idx, 1)[0]); + } + return node; + }, + removeChild: function (node) { + array.splice(array.indexOf(node.__data__), 1); + return node; + } + }; + }, + downloadBlob: function (format, blob, id, ext) { + var currentdate = new Date(); + var timeFormat = d3.time.format("%Y-%m-%dT%H_%M_%S"); + var now = timeFormat(currentdate); + id = id || "data" + "_" + now + "." + format.toLowerCase(); + + var filename = id + (ext ? "." + ext : ""); + + var mimeType = ""; + switch (format) { + case "TSV": + mimeType = "text/tab-seperated-values"; + break; + case "JSON": + mimeType = "application/json"; + break; + default: + mimeType = "text/csv"; + } + + var a = document.createElement('a'); + if (navigator.msSaveBlob) { // IE10+ + a = null; + return navigator.msSaveBlob(new Blob([blob], { type: mimeType }), filename); + } else if ('download' in a) { //html 5 + a.href = 'data:' + mimeType + ',' + encodeURIComponent(blob); + a.setAttribute('download', filename); + document.body.appendChild(a); + setTimeout(function() { + a.click(); + document.body.removeChild(a); + }, 10); + return true; + } else { //old chrome and FF: + a = null; + var frame = document.createElement('iframe'); + document.body.appendChild(frame); + frame.src = 'data:' + mimeType + ',' + encodeURIComponent(blob); + + setTimeout(function() { + document.body.removeChild(frame); + }, 100); + return true; + } + + return false; + }, + widgetPath: function (classID) { + return "../" + classID.split("_").join("/"); + }, + parseClassID: function (classID, prefix) { + prefix = prefix || ".."; + var parts = classID.split("."); + return { + path: prefix + "/" + parts[0].split("_").join("/"), + memberWidgetID: parts.length > 1 ? parts[1] : null + }; + }, + requireWidget: function (classID) { + var context = this; + return new Promise(function (resolve, reject) { + var parsedClassID = context.parseClassID(classID); + require([parsedClassID.path], function (Widget) { + resolve(parsedClassID.memberWidgetID ? (Widget.prototype ? Widget.prototype[parsedClassID.memberWidgetID] : Widget[parsedClassID.memberWidgetID]) : Widget); + }); + }); + }, + checksum: function (s) { + if (s instanceof Array) { + s = s.join("") + s.length; + } + switch (typeof s) { + case "string": + break; + default: + s = "" + s; + } + var chk = 0x12345678; + for (var i = 0, l = s.length; i < l; ++i) { + chk += (s.charCodeAt(i) * (i + 1)); + } + return (chk & 0xffffffff).toString(16); + }, + getTime: function () { + return (now && now.call(perf)) || (new Date().getTime()); + }, + mixin: function (dest, sources) { + dest = dest || {}; + for (var i = 1, l = arguments.length; i < l; i++) { + _mixin(dest, arguments[i]); + } + return dest; + + function _mixin(dest, source) { + var s, empty = {}; + for (var key in source) { + s = source[key]; + if (!(key in dest) || (dest[key] !== s && (!(key in empty) || empty[key] !== s))) { + dest[key] = s; + } + } + return dest; + } + } + }; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/Database.js',["d3", "./Class", "./PropertyExt", "./Utility"], factory); + } else { + root.common_Database = factory(root.d3, root.common_Class, root.common_PropertyExt, root.common_Utility); + } +}(this, function (d3, Class, PropertyExt, Utility) { + // Field --- + function Field(id, opt) { + Class.call(this); + PropertyExt.call(this); + + this._id = id || this._id; + opt = opt || {}; + this.label(opt.label || ""); + this.type(opt.type || ""); + this.mask(opt.mask || null); + this.format(opt.format || null); + } + Field.prototype = Object.create(Class.prototype); + Field.prototype.constructor = Field; + Field.prototype.mixin(PropertyExt); + Field.prototype._class += " common_Database.Field"; + + Field.prototype.id = function () { + return this._id; + }; + + Field.prototype.checksum = function () { + return Utility.checksum(this.label() + this.type() + this.mask() + this.format()); + }; + + Field.prototype.publish("label", "", "string", "Label"); + Field.prototype.publish("type", "", "set", "Type", ["", "string", "number", "boolean", "time"]); + var origType = Field.prototype.type; + Field.prototype.type = function (_) { + var retVal = origType.apply(this, arguments); + if (arguments.length) { + switch (this.type()) { + case "number": + this._typeTransformer = function (_) { + return Number(_); + }; + break; + case "string": + this._typeTransformer = function (_) { + return String(_); + }; + break; + case "boolean": + this._typeTransformer = function (_) { + return typeof (_) === "string" && ["false", "off", "0"].indexOf(_.toLowerCase()) >= 0 ? false : Boolean(_); + }; + break; + case "time": + case "date": + this._typeTransformer = function (_) { + return this._maskTransformer.parse(_); + }; + break; + default: + this._typeTransformer = function (_) { + return _; + }; + break; + } + } + return retVal; + }; + + Field.prototype.publish("mask", "", "string", "Time Mask"); + var origMask = Field.prototype.mask; + Field.prototype.mask = function (_) { + var retVal = origMask.apply(this, arguments); + if (arguments.length) { + this._maskTransformer = this.formatter(_); + } + return retVal; + }; + + Field.prototype.publish("format", "", "string", "Format"); + var origFormat = Field.prototype.format; + Field.prototype.format = function (_) { + var retVal = origFormat.apply(this, arguments); + if (arguments.length) { + this._formatTransformer = this.formatter(_); + } + return retVal; + }; + + Field.prototype.parse = function (_) { + if (!_) { + return _; + } + try { + return this._typeTransformer(_); + } catch (e) { + console.log("Unable to parse: " + _); + return null; + } + }; + + Field.prototype.transform = function (_) { + if (!_) { + return _; + } + try { + return this._formatTransformer(this._typeTransformer(_)); + } catch (e) { + console.log("Unable to transform: " + _); + return null; + } + }; + + Field.prototype.clone = function () { + return new Field(this._id, { + label: this.label(), + type: this.type(), + mask: this.mask(), + format: this.format(), + }); + }; + + Field.prototype.formatter = function (format) { + var retVal; + if (!format) { + retVal = function (_) { + return _; + }; + retVal.parse = function (_) { + return _; + }; + return retVal; + } + switch (this.type()) { + case "time": + case "date": + return d3.time.format(format); + } + retVal = d3.format(format); + retVal.parse = function (_) { + return _; + }; + return retVal; + }; + + // Grid --- + function Grid(dataChecksum) { + dataChecksum = dataChecksum || false; + Class.call(this); + PropertyExt.call(this); + this._dataChecksum = dataChecksum; + this._dataVersion = 0; + this.clear(); + } + Grid.prototype = Object.create(Class.prototype); + Grid.prototype.constructor = Grid; + Grid.prototype.mixin(PropertyExt); + Grid.prototype._class += " common_Database.Grid"; + + Grid.prototype.publish("fields", [], "propertyArray", "Fields"); + + Grid.prototype.clear = function () { + this.fields([]); + this._data = []; + this._dataChecksums = []; + ++this._dataVersion; + return this; + }; + + // Backward compatability --- + Grid.prototype.legacyColumns = function (_) { + if (!arguments.length) return this.row(0); + this.row(0, _); + return this; + }; + + Grid.prototype.legacyData = function (_, clone) { + return Grid.prototype.data.apply(this, arguments); + }; + + // Meta --- + Grid.prototype.field = function (idx) { + return this.fields()[idx]; + }; + + var fieldsOrig = Grid.prototype.fields; + Grid.prototype.fields = function (_, clone) { + if (!arguments.length) return fieldsOrig.apply(this, arguments); + return fieldsOrig.call(this, clone ? _.map(function (d) { return d.clone(); }) : _); + }; + + Grid.prototype.fieldByLabel = function (_, ignoreCase) { + return this.fields().filter(function (field, idx) { field.idx = idx; return ignoreCase ? field.label().toLowerCase() === _.toLowerCase() : field.label() === _; })[0]; + }; + + Grid.prototype.data = function (_, clone) { + if (!arguments.length) return this._data; + this._data = clone ? _.map(function (d) { return d.map(function (d2) { return d2; }); }) : _; + this._dataCalcChecksum(); + return this; + }; + + Grid.prototype.parsedData = function () { + var context = this; + return this._data.map(function (row) { + return row.map(function (cell, idx) { + return context.fields()[idx].parse(cell); + }); + }); + }; + + Grid.prototype.formattedData = function () { + var context = this; + return this._data.map(function (row) { + return row.map(function (cell, idx) { + return context.fields()[idx].transform(cell); + }); + }); + }; + + Grid.prototype.fieldsChecksum = function () { + return Utility.checksum(this.fields().map(function (field) { return field.checksum(); })); + }; + + Grid.prototype.dataChecksum = function () { + return Utility.checksum(this._dataChecksum ? this._dataChecksums : this._dataVersion); + }; + + Grid.prototype.checksum = function () { + return Utility.checksum([this.dataChecksum(), this.fieldsChecksum()]); + }; + + // Row Access --- + Grid.prototype._dataCalcChecksum = function (idx) { + ++this._dataVersion; + if (this._dataChecksum) { + if (arguments.length) { + this._dataChecksums[idx] = Utility.checksum(this._data[idx]); + } else { + this._dataChecksums = this._data.map(function (row) { return Utility.checksum(row); }); + } + } + return this; + }; + + Grid.prototype.row = function (row, _) { + if (arguments.length < 2) return row === 0 ? this.fields().map(function (d) { return d.label(); }) : this._data[row - 1]; + if (row === 0) { + var fields = d3.map(this.fields(), function (field) { return field.label(); }); + this.fields(_.map(function (label) { + return fields.get(label) || new Field().label(label); + }, this)); + } else { + this._data[row - 1] = _; + this._dataCalcChecksum(row - 1); + } + return this; + }; + + Grid.prototype.rows = function (_) { + if (!arguments.length) return [this.row(0)].concat(this._data); + this.row(0, _[0]); + this._data = _.filter(function (row, idx) { return idx > 0; }); + this._dataCalcChecksum(); + return this; + }; + + // Column Access --- + Grid.prototype.column = function (col, _) { + if (arguments.length < 2) return [this.fields()[col].label()].concat(this._data.map(function (row, idx) { return row[col]; })); + _.forEach(function (d, idx) { + if (idx === 0) { + this.fields()[col] = new Field().label(_[0]); + } else { + this._data[idx - 1][col] = d; + this._dataCalcChecksum(idx - 1); + } + }, this); + return this; + }; + + Grid.prototype.columnData = function (col, _) { + if (arguments.length < 2) return this._data.map(function (row, idx) { return row[col]; }); + _.forEach(function (d, idx) { + this._data[idx][col] = d; + this._dataCalcChecksum(idx); + }, this); + return this; + }; + + Grid.prototype.columns = function (_) { + if (!arguments.length) return this.fields().map(function (col, idx) { + return this.column(idx); + }, this); + _.forEach(function (col, idx) { + this.column(idx, _[idx]); + }, this); + return this; + }; + + // Cell Access --- + Grid.prototype.cell = function (row, col, _) { + if (arguments.length < 3) return this.row(row)[col]; + if (row === 0) { + this.fields()[col] = new Field().label(_); + } else { + this._data[row][col] = _; + this._dataCalcChecksum(row); + } + return this; + }; + + // Grid Access --- + Grid.prototype.grid = function (_) { + return Grid.prototype.rows.apply(this, arguments); + }; + + // Hipie Helpers --- + Grid.prototype.hipieMapSortArray = function (sort) { + return sort.map(function (sortField) { + var reverse = false; + if (sortField.indexOf("-") === 0) { + sortField = sortField.substring(1); + reverse = true; + } + var field = this.fieldByLabel(sortField, true); + if (!field) { + console.log("Grid.prototype.hipieMapSortArray: Invalid sort array - " + sortField); + } + return { + idx: field ? field.idx : -1, + reverse: reverse + }; + }, this).filter(function(d) { return d.idx >= 0; }); + }; + + Grid.prototype.hipieMappings = function (columns, missingDataString) { + missingDataString = missingDataString || ""; + if (!this.fields().length || !this._data.length) { + return []; + } + var rollupField = -1; + var rollupValueIdx = []; + var rollupBy = []; + var scaleField = -1; + var fieldIndicies = []; + columns.forEach(function (mapping, key) { + if (mapping instanceof Object) { + switch (mapping.function) { + case "SUM": + case "AVE": + case "MIN": + case "MAX": + if (rollupField >= 0) { + console.log("Rollup field already exists - there should only be one?"); + } + rollupField = key; + mapping.params.forEach(function (params) { + var field = this.fieldByLabel(params.param1, true); + if (!field) { + console.log("Grid.prototype.hipieMappings: Invalid rollup field - " + params.param1); + } else { + rollupValueIdx.push(field.idx); + } + }, this); + break; + case "SCALE": + if (scaleField >= 0) { + console.log("Scale field already exists - there should only be one?"); + } + scaleField = key; + mapping.params.forEach(function (params) { + var field = this.fieldByLabel(params.param1, true); + if (!field) { + console.log("Grid.prototype.hipieMappings: Invalid scale field - " + params.param1); + } else { + var idx = field.idx; + var scale = params.param2; + fieldIndicies.push(function (row) { + return row[idx] / scale; + }); + } + }, this); + break; + default: + console.log("Unknown field function - " + mapping.function); + } + } else if (mapping.indexOf("_AVE") === mapping.length - 4 && this.fieldByLabel(mapping.substring(0, mapping.length - 4) + "_SUM", true) && this.fieldByLabel("base_count", true)) { + // Symposium AVE Hack + console.log("Deprecated - Symposium AVE Hack"); + var sumField = this.fieldByLabel(mapping.substring(0, mapping.length - 4) + "_SUM", true); + var baseCountField = this.fieldByLabel("base_count", true); + rollupBy.push(sumField.idx); + fieldIndicies.push(function (row) { + return row[sumField.idx] / row[baseCountField.idx]; + }); + } else { + var field = this.fieldByLabel(mapping, true); + if (field) { + rollupBy.push(field.idx); + fieldIndicies.push(function (row) { + return row[field.idx]; + }); + } else { + console.log("Unable to locate '" + mapping + "' in server response."); + fieldIndicies.push(function (row) { + return missingDataString; + }); + } + } + }, this); + + function nodeToRow(node, idx, _row, retVal) { + var row = _row.map(function (d) { return d; }); + row[idx] = node.key; + if (node.values instanceof Array) { + node.values.forEach(function (d) { + nodeToRow(d, idx + 1, row, retVal); + }); + } else { + row[idx + 1] = node.values; + retVal.push(row); + } + } + if (rollupField >= 0) { + var mapping = columns[rollupField]; + var params = []; + for (var param in mapping.params) { + params.push(mapping.params[param]); + } + var nested = this.rollup(rollupBy, function (leaves) { + switch (mapping.function) { + case "SUM": + return d3.sum(leaves, function (d) { return d[rollupValueIdx[0]]; }); + case "AVE": + return d3.mean(leaves, function (d) { return d[rollupValueIdx[0]]; }); + case "MIN": + return d3.min(leaves, function (d) { return d[rollupValueIdx[0]]; }); + case "MAX": + return d3.max(leaves, function (d) { return d[rollupValueIdx[0]]; }); + } + console.log("Unsupported Mapping Function: " + mapping.function); + return 0; + }); + var retVal = []; + if (nested instanceof Array) { + nested.forEach(function (d) { + nodeToRow(d, 0, [], retVal); + }); + } else { + retVal.push([nested]); + } + return retVal; + } else { + return this._data.map(function (row) { + var retVal = []; + fieldIndicies.forEach(function (func) { + retVal.push(func(row)); + }); + return retVal; + }); + } + }; + + // Views --- + function LegacyView(grid) { + this._grid = grid; + d3.rebind(this, this._grid, "checksum", "fields"); + } + LegacyView.prototype.constructor = LegacyView; + + LegacyView.prototype.grid = function () { + return this._grid; + }; + LegacyView.prototype.columns = function (_) { + if (!arguments.length) return this._grid.legacyColumns(); + this._grid.legacyColumns(_); + return this; + }; + LegacyView.prototype.rawData = function (_) { + if (!arguments.length) return this._grid.legacyData(); + this._grid.legacyData(_); + return this; + }; + LegacyView.prototype.formattedData = function () { + if (this._formattedDataChecksum !== this._grid.checksum()) { + this._formattedDataChecksum = this._grid.checksum(); + this._formattedData = this._grid.formattedData(); + } + return this._formattedData; + }; + LegacyView.prototype.parsedData = function () { + if (this._parsedDataChecksum !== this._grid.checksum()) { + this._parsedDataChecksum = this._grid.checksum(); + this._parsedData = this._grid.parsedData(); + } + return this._parsedData; + }; + LegacyView.prototype._whichData = function (opts) { + if (opts) { + if (opts.parsed) { + return this.formattedData(); + } else if (opts.formatted) { + return this.formattedData(); + } + } + return this.rawData(); + }; + LegacyView.prototype.data = function (_) { + return LegacyView.prototype.rawData.apply(this, arguments); + }; + + function RollupView(grid, columns, rollup) { + LegacyView.call(this, grid); + if (!(columns instanceof Array)) { + columns = [columns]; + } + this._columnIndicies = columns.filter(function (column) { return column; }).map(function (column) { + switch (typeof column) { + case "string": + return this._grid.fieldByLabel(column).idx; + } + return column; + }, this); + + rollup = rollup || function (d) { return d; }; + this._rollup = rollup; + } + RollupView.prototype = Object.create(LegacyView.prototype); + RollupView.prototype.constructor = RollupView; + + RollupView.prototype.nest = function () { + if (this._nestChecksum !== this._grid.checksum()) { + this._nestChecksum = this._grid.checksum(); + + var nest = d3.nest(); + this._columnIndicies.forEach(function (idx) { + nest.key(function (d) { + return d[idx]; + }); + }); + this._nest = nest + .rollup(this._rollup) + ; + } + return this._nest; + }; + RollupView.prototype.entries = function (opts) { + return this.nest().entries(this._whichData(opts)); + }; + RollupView.prototype.map = function (opts) { + return this.nest().map(this._whichData(opts)); + }; + RollupView.prototype.d3Map = function (opts) { + return this.nest().map(this._whichData(opts), d3.map); + }; + RollupView.prototype._walkData = function (entries, prevRow) { + prevRow = prevRow || []; + var retVal = []; + entries.forEach(function (entry) { + if (entry instanceof Array) { + retVal.push(prevRow.concat([entry])); + } else { + retVal = retVal.concat(this._walkData(entry.values, prevRow.concat([entry.key]))); + } + }, this); + return retVal; + }; + RollupView.prototype.data = function (opts) { + return this._walkData(this.entries(opts)); + }; + + Grid.prototype.legacyView = function () { + return new LegacyView(this); + }; + + Grid.prototype.nestView = function (columnIndicies) { + return new RollupView(this, columnIndicies); + }; + + Grid.prototype.rollupView = function (columnIndicies, rollupFunc) { + return new RollupView(this, columnIndicies, rollupFunc); + }; + + Grid.prototype.aggregateView = function (columnIndicies, aggrType, aggrColumn, aggrDeltaColumn) { + var context = this; + return new RollupView(this, columnIndicies, function (values) { + switch (aggrType) { + case null: + case undefined: + case "": + values.aggregate = values.length; + return values; + default: + var columns = context.legacyColumns(); + var colIdx = columns.indexOf(aggrColumn); + var deltaIdx = columns.indexOf(aggrDeltaColumn); + values.aggregate = d3[aggrType](values, function (value) { + return (+value[colIdx] - (deltaIdx >= 0 ? +value[deltaIdx] : 0)) / (deltaIdx >= 0 ? +value[deltaIdx] : 1); + }); + return values; + } + }); + }; + + // Nesting --- + Grid.prototype._nest = function (columnIndicies, rollup) { + if (!(columnIndicies instanceof Array)) { + columnIndicies = [columnIndicies]; + } + var nest = d3.nest(); + columnIndicies.forEach(function (idx) { + nest.key(function (d) { + return d[idx]; + }); + }); + return nest; + }; + + Grid.prototype.nest = function (columnIndicies) { + return this._nest(columnIndicies) + .entries(this._data) + ; + }; + + Grid.prototype.rollup = function (columnIndicies, rollup) { + return this._nest(columnIndicies) + .rollup(rollup) + .entries(this._data) + ; + }; + + // Util --- + Grid.prototype.length = function () { + return this._data.length + 1; + }; + + Grid.prototype.width = function () { + return this.fields().length; + }; + + Grid.prototype.pivot = function () { + this.rows(this.columns()); + return this; + }; + + Grid.prototype.clone = function (deep) { + return new Grid() + .fields(this.fields(), deep) + .data(this.data(), deep) + ; + }; + + Grid.prototype.filter = function (filter) { + var filterIdx = {}; + this.row(0).forEach(function(col, idx) { + filterIdx[col] = idx; + }); + return new Grid() + .fields(this.fields(), true) + .data(this.data().filter(function (row) { + for (var key in filter) { + if (filter[key] !== row[filterIdx[key]]) { + return false; + } + } + return true; + })) + ; + }; + + var lastFoundFormat = null; + Grid.prototype.analyse = function (columns) { + if (!(columns instanceof Array)) { + columns = [columns]; + } + var retVal = []; + columns.forEach(function (col) { + var rollup = this.rollup(col, function (leaves) { + return leaves.length; + }); + retVal.push(rollup); + var keys = rollup.map(function (d) { return d.key; }); + this.fields()[col].isBoolean = typeTest(keys, isBoolean); + this.fields()[col].isNumber = typeTest(keys, isNumber); + this.fields()[col].isString = !this.fields()[col].isNumber && typeTest(keys, isString); + this.fields()[col].isUSState = this.fields()[col].isString && typeTest(keys, isUSState); + this.fields()[col].isDateTime = this.fields()[col].isString && typeTest(keys, isDateTime); + this.fields()[col].isDateTimeFormat = lastFoundFormat; + this.fields()[col].isDate = !this.fields()[col].isDateTime && typeTest(keys, isDate); + this.fields()[col].isDateFormat = lastFoundFormat; + this.fields()[col].isTime = this.fields()[col].isString && !this.fields()[col].isDateTime && !this.fields()[col].isDate && typeTest(keys, isTime); + this.fields()[col].isTimeFormat = lastFoundFormat; + }, this); + return retVal; + }; + + // Import/Export --- + Grid.prototype.jsonObj = function (_) { + if (!arguments.length) return this._data.map(function (row) { + var retVal = {}; + this.row(0).forEach(function (col, idx) { + retVal[col] = row[idx]; + }); + return retVal; + }, this); + this.clear(); + this.data(_.map(function (row, idx) { + var retVal = []; + for (var key in row) { + var colIdx = this.row(0).indexOf(key); + if (colIdx < 0) { + colIdx = this.fields().length; + this.fields().push(new Field().label(key)); + } + retVal[colIdx] = row[key]; + } + return retVal; + }, this)); + return this; + }; + + Grid.prototype.json = function (_) { + if (!arguments.length) return JSON.stringify(this.jsonObj(), null, " "); + this.jsonObj(JSON.parse(_)); + return this; + }; + + Grid.prototype.csv = function (_) { + if (!arguments.length) return d3.csv.formatRows(this.grid()); + this.jsonObj(d3.csv.parse(_)); + return this; + }; + + Grid.prototype.tsv = function (_) { + if (!arguments.length) return d3.tsv.formatRows(this.grid()); + this.jsonObj(d3.tsv.parse(_)); + return this; + }; + + // --- --- --- + function typeTest(cells, test) { + if (!(cells instanceof Array)) { + cells = [cells]; + } + return cells.filter(function (d) { return d !== ""; }).every(test); + } + function isBoolean(cell) { + return typeof cell === "boolean"; + } + function isNumber(cell) { + return typeof cell === "number" || !isNaN(cell); + } + function isString(cell) { + return typeof cell === "string"; + } + var dateTimeFormats = [ + ]; + var dateFormats = [ + "%Y-%m-%d", + "%Y%m%d", + ]; + var timeFormats = [ + "%H:%M:%S.%LZ", + "%H:%M:%SZ", + "%H:%M:%S" + ]; + dateFormats.forEach(function(d) { + timeFormats.forEach(function(t) { + dateTimeFormats.push(d + "T" + t); + }); + }); + function formatPicker(formats, cell) { + for (var i = 0; i < formats.length; ++i) { + var date = d3.time.format(formats[i]).parse(cell); + if (date) { + lastFoundFormat = formats[i]; + return formats[i]; + } + } + return null; + } + function isDateTime(cell) { + return formatPicker(dateTimeFormats, cell); + } + function isDate(cell) { + return formatPicker(dateFormats, cell); + } + function isTime(cell) { + return formatPicker(timeFormats, cell); + } + function isUSState(cell) { + return ["AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY", "AS", "DC", "FM", "GU", "MH", "MP", "PW", "PR", "VI"].indexOf(String(cell).toUpperCase()) >= 0; + } + + return { + Field: Field, + Grid: Grid + }; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/Widget.js',["d3", "./Class", "./Platform", "./PropertyExt", "./Database"], factory); + } else { + root.common_Widget = factory(root.d3, root.common_Class, root.common_Platform, root.common_PropertyExt, root.common_Database); + } +}(this, function (d3, Class, Platform, PropertyExt, Database) { + var widgetID = 0; + function Widget() { + Class.call(this); + Platform.call(this); + PropertyExt.call(this); + this._class = Object.getPrototypeOf(this)._class; + this._id = this._idSeed + widgetID++; + + this._db = new Database.Grid(); + this._pos = { x: 0, y: 0 }; + this._size = { width: 0, height: 0 }; + this._scale = 1; + this._visible = true; + + this._target = null; + this._parentElement = null; + this._parentWidget = null; + + this._element = d3.select(); + + this._renderCount = 0; + + if (window.__hpcc_debug) { + if (window.g_all === undefined) { + window.g_all = {}; + } + window.g_all[this._id] = this; + } + if (window.__hpcc_theme) { + this.applyTheme(window.__hpcc_theme); + } + } + Widget.prototype = Object.create(Class.prototype); + Widget.prototype.constructor = Widget; + Widget.prototype.mixin(Platform); + Widget.prototype.mixin(PropertyExt); + Widget.prototype._class += " common_Widget"; + + Widget.prototype._idSeed = "_w"; + + Widget.prototype.publishProxy("fields", "_db", "fields"); + Widget.prototype.publish("classed", {}, "object", "HTML Classes", null, { tags: ["Private"] }); + + Widget.prototype.export = function (_) { + switch(_) { + case "TSV": + return this._db.tsv(); + case "JSON": + return this._db.json(); + } + return this._db.csv(); + }; + + Widget.prototype.leakCheck = function (newNode) { + var context = this; + var watchArray = [newNode]; + var destructObserver = new this.MutationObserver(function (mutations) { + var leaks = false; + mutations.forEach(function (mutation) { + for (var i = 0; i < mutation.removedNodes.length; ++i) { + var node = mutation.removedNodes.item(i); + if (watchArray.indexOf(node) >= 0 && context._target) { + leaks = true; + destructObserver.disconnect(); + } + } + }); + if (leaks) { + console.log("leak: " + context.id() + " - " + context.classID() + "\t\twidget.target(null); was not called for this widget before it was removed from the page."); + } + }); + var pNode = newNode.parentNode; + while (pNode) { + destructObserver.observe(pNode, { childList: true }); + watchArray.push(pNode); + pNode = pNode.parentNode; + } + }; + + // Events --- + Widget.prototype.on = function (eventID, func, stopPropagation) { + var context = this; + this.overrideMethod(eventID, function (origFunc, args) { + var retVal; + if (stopPropagation) { + if (d3.event) { + d3.event.stopPropagation(); + } + } else { + retVal = origFunc.apply(context, args); + } + return func.apply(context, args) || retVal; + }); + return this; + }; + + // Implementation --- + Widget.prototype.id = function (_) { + if (!arguments.length) return this._id; + this._id = _; + return this; + }; + + Widget.prototype.columns = function (_) { + if (!arguments.length) return this._db.legacyColumns(); + this._db.legacyColumns(_); + return this; + }; + + Widget.prototype.parsedData = function () { + return this._db.parsedData(); + }; + + Widget.prototype.formattedData = function () { + return this._db.formattedData(); + }; + + Widget.prototype.data = function (_) { + if (!arguments.length) return this._db.legacyData(); + this._db.legacyData(_); + return this; + }; + + Widget.prototype.cloneData = function () { + return this.data().map(function (row) { return row.slice(0); }); + }; + + Widget.prototype.flattenData = function () { + var retVal = []; + this.data().forEach(function (row, rowIdx) { + this.columns().filter(function (col, idx) { return idx > 0; }).forEach(function (col, idx) { + var val = row[idx + 1]; + if (val) { + var newItem = { + rowIdx: rowIdx, + colIdx: idx + 1, + label: row[0], + value: val + }; + retVal.push(newItem); + } + }, this); + }, this); + return retVal; + }; + + Widget.prototype.rowToObj = function (row) { + var retVal = {}; + this.columns().forEach(function(col, idx) { + retVal[col] = row[idx]; + }); + if (row.length === this.columns().length + 1) { + retVal.__lparam = row[this.columns().length]; + } + return retVal; + }; + + Widget.prototype.pos = function (_) { + if (!arguments.length) return this._pos; + this._pos = _; + if (this._overlayElement) { + this._overlayElement + .attr("transform", "translate(" + _.x + "," + _.y + ")scale(" + this._scale + ")") + ; + } + return this; + }; + + Widget.prototype.x = function (_) { + if (!arguments.length) return this._pos.x; + this.pos({ x: _, y: this._pos.y }); + return this; + }; + + Widget.prototype.y = function (_) { + if (!arguments.length) return this._pos.y; + this.pos({ x: this._pos.x, y: _ }); + return this; + }; + + Widget.prototype.size = function (_) { + if (!arguments.length) return this._size; + this._size = _; + if (this._overlayElement) { + this._overlayElement + .attr("width", _.width) + .attr("height", _.height) + ; + } + return this; + }; + + Widget.prototype.width = function (_) { + if (!arguments.length) return this._size.width; + this.size({ width: _, height: this._size.height }); + return this; + }; + + Widget.prototype.height = function (_) { + if (!arguments.length) return this._size.height; + this.size({ width: this._size.width, height: _ }); + return this; + }; + + Widget.prototype.resize = function (size, delta) { + delta = delta || { width: 0, height: 0 }; + var width, height; + if (size && size.width && size.height) { + width = size.width; + height = size.height; + } else { + var style = window.getComputedStyle(this._target, null); + width = parseFloat(style.getPropertyValue("width")) - delta.width; + height = parseFloat(style.getPropertyValue("height")) - delta.height; + } + this.size({ + width: width, + height: height + }); + return this; + }; + + Widget.prototype.scale = function (_) { + if (!arguments.length) return this._scale; + this._scale = _; + if (this._overlayElement) { + this._overlayElement + .attr("transform", "translate(" + _.x + "," + _.y + ")scale(" + this._scale + ")") + ; + } + return this; + }; + + Widget.prototype.visible = function (_) { + if (!arguments.length) return this._visible; + this._visible = _; + if (this._parentElement) { + this._parentElement.style({ + visibility: this._visible ? null : "hidden", + opacity: this._visible ? null : 0 + }); + } + return this; + }; + + Widget.prototype.display = function (_) { + if (!arguments.length) return this._display; + this._display = _; + if (this._element) { + this._element.style("display", this._display ? null : "none"); + } + return this; + }; + + Widget.prototype.calcSnap = function (snapSize) { + function snap(x, gridSize) { + function snapDelta(x, gridSize) { + var dx = x % gridSize; + if (Math.abs(dx) > gridSize - Math.abs(dx)) { + dx = (gridSize - Math.abs(dx)) * (dx < 0 ? 1 : -1); + } + return dx; + } + return x - snapDelta(x, gridSize); + } + var l = snap(this._pos.x - this._size.width / 2, snapSize); + var t = snap(this._pos.y - this._size.height / 2, snapSize); + var r = snap(this._pos.x + this._size.width / 2, snapSize); + var b = snap(this._pos.y + this._size.height / 2, snapSize); + var w = r - l; + var h = b - t; + return [{ x: l + w /2, y: t + h / 2 }, { width: w, height: h }]; + }; + + // DOM/SVG Node Helpers --- + Widget.prototype.toWidget = function (domNode) { + if (!domNode) { + return null; + } + var element = d3.select(domNode); + if (element) { + var widget = element.datum(); + if (widget && widget instanceof Widget) { + return widget; + } + } + return null; + }; + + Widget.prototype.locateParentWidget = function (domNode) { + domNode = domNode || this._target.parentNode; + var widget = this.toWidget(domNode); + if (widget) { + return widget; + } else if (domNode.parentNode) { + return this.locateParentWidget(domNode.parentNode); + } + return null; + }; + + Widget.prototype.locateSVGNode = function (domNode) { + if (!domNode) { + return null; + } + if (domNode.tagName === "svg") { + return domNode; + } + return this.locateSVGNode(domNode.parentNode); + }; + + Widget.prototype.locateOverlayNode = function () { + var widget = this.locateParentWidget(this._target); + while (widget) { + if (widget._parentOverlay) { + return widget._parentOverlay; + } + widget = this.locateParentWidget(widget._target.parentNode); + } + return null; + }; + + Widget.prototype.getAbsolutePos = function (domNode, w, h) { + var root = this.locateSVGNode(domNode); + if (!root) { + return null; + } + var pos = root.createSVGPoint(); + var ctm = domNode.getCTM(); + pos = pos.matrixTransform(ctm); + var retVal = { + x: pos.x, + y: pos.y + }; + if (w !== undefined && h !== undefined) { + var size = root.createSVGPoint(); + size.x = w; + size.y = h; + size = size.matrixTransform(ctm); + retVal.width = size.x - pos.x; + retVal.height = size.y - pos.y; + } + return retVal; + }; + + Widget.prototype.hasOverlay = function () { + return this._overlayElement; + }; + + Widget.prototype.syncOverlay = function () { + if (this._size.width && this._size.height) { + var newPos = this.getAbsolutePos(this._overlayElement.node(), this._size.width, this._size.height); + if (newPos && (this.oldPos === null || this.oldPos === undefined || newPos.x !== this.oldPos.x || newPos.y !== this.oldPos.y || newPos.width !== this.oldPos.width || newPos.height !== this.oldPos.height)) { + var xScale = newPos.width / this._size.width; + var yScale = newPos.height / this._size.height; + this._parentElement + .style({ + left: newPos.x - (newPos.width / xScale) / 2 + "px", + top: newPos.y - (newPos.height / yScale) / 2 + "px", + width: newPos.width / xScale + "px", + height: newPos.height / yScale + "px" + }) + ; + var transform = "scale(" + xScale + "," + yScale + ")"; + this._parentElement + .style("transform", transform) + .style("-moz-transform", transform) + .style("-ms-transform", transform) + .style("-webkit-transform", transform) + .style("-o-transform", transform) + ; + } + this.oldPos = newPos; + } + }; + + Widget.prototype.element = function () { + return this._element; + }; + + Widget.prototype.node = function () { + return this._element.node(); + }; + + // Render --- + Widget.prototype.render = function (callback) { + if (window.__hpcc_debug) { + var now = Date.now(); + if (now - this._prevNow < 500) { + console.log("Double Render: " + (now - this._prevNow) + " - " + this.id() + " - " + this.classID()); + } + this._prevNow = now; + } + + callback = callback || function () { }; + if (!this._parentElement || !this.visible()) { + callback(this); + return this; + } + if (this._parentElement) { + if (!this._tag) + throw "No DOM tag specified"; + + var elements = this._parentElement.selectAll("#" + this._id).data([this], function (d) { return d._id; }); + elements.enter().append(this._tag) + .classed(this._class, true) + .attr("id", this._id) + //.attr("opacity", 0.50) // Uncomment to debug position offsets --- + .each(function (context) { + context._element = d3.select(this); + context.enter(this, context._element); + if (window.__hpcc_debug) { + context.leakCheck(this); + } + }) + ; + elements + .classed(this.classed()) + .each(function (context) { + context.preUpdate(this, context._element); + context.update(this, context._element); + context.postUpdate(this, context._element); + }) + ; + elements.exit() + .each(function (context) { + d3.select(this).datum(null); + context.exit(this, context._element); + }) + .remove() + ; + this._renderCount++; + } + + // ASync Render Contained Widgets --- + var widgets = []; + this.publishedProperties(true).forEach(function (meta) { + if (!meta.ext || meta.ext.render !== false) { + switch (meta.type) { + case "widget": + var widget = this[meta.id](); + if (widget) { + widgets.push(this[meta.id]()); + } + break; + case "widgetArray": + widgets = widgets.concat(this[meta.id]()); + break; + } + } + }, this); + + var context = this; + switch (widgets.length) { + case 0: + callback(this); + break; + case 1: + widgets[0].render(function () { + callback(context); + }); + break; + default: + var renderCount = widgets.length; + widgets.forEach(function (widget, idx) { + setTimeout(function () { + widget.render(function () { + if (--renderCount === 0) { + callback(context); + } + }); + }, 0); + }); + break; + } + return this; + }; + + Widget.prototype.lazyRender = Widget.prototype.debounce(function () { + this.render(); + }, 100); + + Widget.prototype.enter = function (domNode, element) { }; + Widget.prototype.preUpdate = function (domNode, element) { }; + Widget.prototype.update = function (domNode, element) { }; + Widget.prototype.postUpdate = function (domNode, element) { }; + Widget.prototype.exit = function (domNode, element) { }; + + return Widget; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/CanvasWidget.js',["d3", "./Widget"], factory); + } else { + root.common_CanvasWidget = factory(root.d3, root.common_Widget); + } +}(this, function (d3, Widget) { + function CanvasWidget() { + Widget.call(this); + this._tag = "canvas"; + } + CanvasWidget.prototype = Object.create(Widget.prototype); + CanvasWidget.prototype.constructor = CanvasWidget; + CanvasWidget.prototype._class += " common_CanvasWidget"; + + CanvasWidget.prototype.resize = function (size) { + var retVal = Widget.prototype.resize.apply(this, arguments); + this._parentElement + .style("width", this._size.width + "px") + .style("height", this._size.height + "px") + ; + this._element.attr("width", this._size.width); + this._element.attr("height", this._size.height); + return retVal; + }; + + // Properties --- + CanvasWidget.prototype.target = function (_) { + if (!arguments.length) return this._target; + if (this._target && _) { + throw "Target can only be assigned once."; + } + this._target = _; + + // Target is a DOM Node ID --- + if (typeof (this._target) === "string" || this._target instanceof String) { + this._target = document.getElementById(this._target); + } + + if (this._target) { + this._parentElement = d3.select(this._target); + if (!this._size.width && !this._size.height) { + var width = parseFloat(this._parentElement.style("width")); + var height = parseFloat(this._parentElement.style("height")); + this.size({ + width: width, + height: height + }); + this.resize(this._size); + } + } else { + this.exit(); + } + + return this; + }; + + CanvasWidget.prototype.exit = function() { + if (this._parentElement) { + this._parentElement.remove(); + } + Widget.prototype.exit.apply(this, arguments); + }; + + return CanvasWidget; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/Transition.js',[], factory); + } else { + root.common_Transition = factory(); + } +}(this, function () { + function Transition(widget) { + this._widget = widget; + this._duration = 250; + this._delay = 0; + this._ease = "cubic-in-out"; + } + + Transition.prototype.duration = function (_) { + if (!arguments.length) return this._duration; + this._duration = _; + return this._widget; + }; + + Transition.prototype.delay = function (_) { + if (!arguments.length) return this._delay; + this._delay = _; + return this._widget; + }; + + Transition.prototype.ease = function (_) { + if (!arguments.length) return this._ease; + this._ease = _; + return this._widget; + }; + + Transition.prototype.apply = function (selection) { + if (this._duration || this._delay) { + return selection.transition() + .duration(this._duration) + .delay(this._delay) + .ease(this._ease) + ; + } + return selection; + }; + + return Transition; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/SVGWidget.js',["d3", "./Widget", "./Transition"], factory); + } else { + root.common_SVGWidget = factory(root.d3, root.common_Widget, root.common_Transition); + } +}(this, function (d3, Widget, Transition) { + function SVGWidget() { + Widget.call(this); + + this._tag = "g"; + + this._boundingBox = null; + + this.transition = new Transition(this); + + this._drawStartPos = "center"; + } + SVGWidget.prototype = Object.create(Widget.prototype); + SVGWidget.prototype.constructor = SVGWidget; + SVGWidget.prototype._class += " common_SVGWidget"; + + // Properties --- + SVGWidget.prototype.move = function (_, transitionDuration) { + var retVal = this.pos.apply(this, arguments); + if (arguments.length) { + (transitionDuration ? this._element.transition().duration(transitionDuration) : this._element) + .attr("transform", "translate(" + _.x + " " + _.y + ")") + ; + } + return retVal; + }; + + SVGWidget.prototype.size = function (_) { + var retVal = Widget.prototype.size.apply(this, arguments); + if (arguments.length) { + this._boundingBox = null; + } + return retVal; + }; + + SVGWidget.prototype.resize = function (size) { + var retVal = Widget.prototype.resize.apply(this, arguments); + if (this._parentRelativeDiv) { + this._parentRelativeDiv + .style({ + width: this._size.width + "px", + height: this._size.height + "px" + }) + ; + switch (this._drawStartPos) { + case "origin": + this.pos({ + x: 0, + y: 0 + }); + break; + case "center": + /* falls through */ + default: + this.pos({ + x: this._size.width / 2, + y: this._size.height / 2 + }); + break; + } + } + this._parentElement + .attr("width", this._size.width) + .attr("height", this._size.height) + ; + return retVal; + }; + + SVGWidget.prototype.target = function (_) { + if (!arguments.length) return this._target; + if (this._target && _ && (this._target.__data__.id !== _.__data__.id)) { + throw "Target can only be assigned once."; + } + this._target = _; + + // Target is a DOM Node ID --- + if (typeof (this._target) === "string" || this._target instanceof String) { + this._target = document.getElementById(this._target); + } + + if (this._target instanceof SVGElement) { + this._parentElement = d3.select(this._target); + this._parentWidget = this._parentElement.datum(); + if (!this._parentWidget || this._parentWidget._id === this._id) { + this._parentWidget = this.locateParentWidget(this._target.parentNode); + } + this._parentOverlay = this.locateOverlayNode(); + } else if (this._target) { + // Target is a DOM Node, so create a SVG Element --- + this._parentRelativeDiv = d3.select(this._target).append("div") + .style({ + position: "relative" + }) + ; + this._parentElement = this._parentRelativeDiv.append("svg") + .style({ + position: "absolute", + top: 0, + left: 0 + }) + ; + this._parentOverlay = this._parentRelativeDiv.append("div") + .style({ + position: "absolute", + top: 0, + left: 0 + }) + ; + this.resize(this._size); + } else { + this.exit(); + } + return this; + }; + + SVGWidget.prototype.enter = function (domNode, element) { + Widget.prototype.enter.apply(this, arguments); + }; + + SVGWidget.prototype.update = function (domNode, element) { + Widget.prototype.update.apply(this, arguments); + }; + + SVGWidget.prototype.postUpdate = function (domNode, element) { + Widget.prototype.postUpdate.apply(this, arguments); + if (this._drawStartPos === "origin" && this._target instanceof SVGElement) { + this._element.attr("transform", "translate(" + (this._pos.x - this._size.width / 2) + "," + (this._pos.y - this._size.height / 2) + ")scale(" + this._scale + ")"); + } else { + this._element.attr("transform", "translate(" + this._pos.x + "," + this._pos.y + ")scale(" + this._scale + ")"); + } + }; + + SVGWidget.prototype.exit = function (domNode, element) { + if (this._parentRelativeDiv) { + this._parentOverlay.remove(); + this._parentElement.remove(); + this._parentRelativeDiv.remove(); + } + Widget.prototype.exit.apply(this, arguments); + }; + + SVGWidget.prototype.getOffsetPos = function () { + var retVal = { x: 0, y: 0 }; + if (this._parentWidget) { + retVal = this._parentWidget.getOffsetPos(); + retVal.x += this._pos.x; + retVal.y += this._pos.y; + return retVal; + } + return retVal; + }; + + SVGWidget.prototype.getBBox = function (refresh, round) { + if (refresh || this._boundingBox === null) { + var svgNode = this._element.node(); + if (svgNode instanceof SVGElement) { + this._boundingBox = svgNode.getBBox(); + } + } + if (this._boundingBox === null) { + return { + x: 0, + y: 0, + width: 0, + height: 0 + }; + } + return { + x: (round ? Math.round(this._boundingBox.x) : this._boundingBox.x) * this._scale, + y: (round ? Math.round(this._boundingBox.y) : this._boundingBox.y) * this._scale, + width: (round ? Math.round(this._boundingBox.width) : this._boundingBox.width) * this._scale, + height: (round ? Math.round(this._boundingBox.height) : this._boundingBox.height) * this._scale + }; + }; + + // Intersections --- + SVGWidget.prototype.intersection = function (pointA, pointB) { + return this.intersectRect(pointA, pointB); + }; + + var lerp = function (point, that, t) { + // From https://github.com/thelonious/js-intersections + return { + x: point.x + (that.x - point.x) * t, + y: point.y + (that.y - point.y) * t + }; + }; + + var intersectLineLine = function (a1, a2, b1, b2) { + // From https://github.com/thelonious/js-intersections + var result = { type: "", points: [] }; + var ua_t = (b2.x - b1.x) * (a1.y - b1.y) - (b2.y - b1.y) * (a1.x - b1.x); + var ub_t = (a2.x - a1.x) * (a1.y - b1.y) - (a2.y - a1.y) * (a1.x - b1.x); + var u_b = (b2.y - b1.y) * (a2.x - a1.x) - (b2.x - b1.x) * (a2.y - a1.y); + + if (u_b !== 0) { + var ua = ua_t / u_b; + var ub = ub_t / u_b; + + if (0 <= ua && ua <= 1 && 0 <= ub && ub <= 1) { + result.type = "Intersection"; + result.points.push({ + x: a1.x + ua * (a2.x - a1.x), + y: a1.y + ua * (a2.y - a1.y) + }); + } else { + result.type = "No Intersection"; + } + } else { + if (ua_t === 0 || ub_t === 0) { + result.type = "Coincident"; + } else { + result.type = "Parallel"; + } + } + + return result; + }; + + SVGWidget.prototype.intersectRect = function (pointA, pointB) { + var center = this.getOffsetPos(); + var size = this.getBBox(); + if (pointA.x === pointB.x && pointA.y === pointB.y) { + return pointA; + } + var TL = { x: center.x - size.width / 2, y: center.y - size.height / 2 }; + var TR = { x: center.x + size.width / 2, y: center.y - size.height / 2 }; + var BR = { x: center.x + size.width / 2, y: center.y + size.height / 2 }; + var BL = { x: center.x - size.width / 2, y: center.y + size.height / 2 }; + var intersection = intersectLineLine(TL, TR, pointA, pointB); + if (intersection.points.length) { + return { x: intersection.points[0].x, y: intersection.points[0].y }; + } + intersection = intersectLineLine(TR, BR, pointA, pointB); + if (intersection.points.length) { + return { x: intersection.points[0].x, y: intersection.points[0].y }; + } + intersection = intersectLineLine(BR, BL, pointA, pointB); + if (intersection.points.length) { + return { x: intersection.points[0].x, y: intersection.points[0].y }; + } + intersection = intersectLineLine(BL, TL, pointA, pointB); + if (intersection.points.length) { + return { x: intersection.points[0].x, y: intersection.points[0].y }; + } + return null; + }; + + var intersectCircleLine = function (c, r, a1, a2) { + // From https://github.com/thelonious/js-intersections + var result = { type: "", points: [] }; + var a = (a2.x - a1.x) * (a2.x - a1.x) + + (a2.y - a1.y) * (a2.y - a1.y); + var b = 2 * ((a2.x - a1.x) * (a1.x - c.x) + + (a2.y - a1.y) * (a1.y - c.y)); + var cc = c.x * c.x + c.y * c.y + a1.x * a1.x + a1.y * a1.y - + 2 * (c.x * a1.x + c.y * a1.y) - r * r; + var deter = b * b - 4 * a * cc; + + if (deter < 0) { + result.type = "Outside"; + } else if (deter === 0) { + result.type = "Tangent"; + // NOTE: should calculate this point + } else { + var e = Math.sqrt(deter); + var u1 = (-b + e) / (2 * a); + var u2 = (-b - e) / (2 * a); + + if ((u1 < 0 || u1 > 1) && (u2 < 0 || u2 > 1)) { + if ((u1 < 0 && u2 < 0) || (u1 > 1 && u2 > 1)) { + result.type = "Outside"; + } else { + result.type = "Inside"; + } + } else { + result.type = "Intersection"; + + if (0 <= u1 && u1 <= 1) + result.points.push(lerp(a1, a2, u1)); + + if (0 <= u2 && u2 <= 1) + result.points.push(lerp(a1, a2, u2)); + } + } + + return result; + }; + + SVGWidget.prototype.intersectCircle = function (pointA, pointB) { + var center = this.getOffsetPos(); + var radius = this.radius(); + var intersection = intersectCircleLine(center, radius, pointA, pointB); + if (intersection.points.length) { + return { x: intersection.points[0].x, y: intersection.points[0].y }; + } + return null; + }; + + SVGWidget.prototype.distance = function (pointA, pointB) { + return Math.sqrt((pointA.x - pointB.x) * (pointA.x - pointB.x) + (pointA.y - pointB.y) * (pointA.y - pointB.y)); + }; + + // IE Fixers --- + SVGWidget.prototype._pushMarkers = function (element, d) { + if (this.svgMarkerGlitch) { + element = element || this._element; + element.selectAll("path[marker-start],path[marker-end]") + .attr("fixme-start", function (d) { return this.getAttribute("marker-start"); }) + .attr("fixme-end", function (d) { return this.getAttribute("marker-end"); }) + .attr("marker-start", null) + .attr("marker-end", null) + ; + } + }; + + SVGWidget.prototype._popMarkers = function (element, d) { + if (this.svgMarkerGlitch) { + element = element || this._element; + element.selectAll("path[fixme-start],path[fixme-end]") + .attr("marker-start", function (d) { + return this.getAttribute("fixme-start"); + }) + .attr("marker-end", function (d) { return this.getAttribute("fixme-end"); }) + .attr("fixme-start", null) + .attr("fixme-end", null) + ; + } + }; + + SVGWidget.prototype._popMarkersDebounced = Widget.prototype.debounce(function (element, d) { + if (this.svgMarkerGlitch) { + this._popMarkers(element, d); + } + }, 250); + + SVGWidget.prototype._fixIEMarkers = function (element, d) { + if (this.svgMarkerGlitch) { + this._pushMarkers(element, d); + this._popMarkersDebounced(element, d); + } + }; + + return SVGWidget; +})); + +if (typeof define === "function" && define.amd) { + define('css',[], function () { + return { + load: function ($1, $2, load) { load() } + } + }) +}; + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/Text.js',["./SVGWidget", "css!./Text"], factory); + } else { + root.common_Text = factory(root.common_SVGWidget); + } +}(this, function (SVGWidget) { + function Text() { + SVGWidget.call(this); + } + Text.prototype = Object.create(SVGWidget.prototype); + Text.prototype.constructor = Text; + Text.prototype._class += " common_Text"; + + Text.prototype.publish("text", "", "string", "Display Text",null,{tags:["Basic"]}); + Text.prototype.publish("fontFamily", null, "string", "Font Family", null, { tags: ["Intermediate"], optional: true}); + Text.prototype.publish("fontSize", null, "number", "Font Size (px)", null, { tags: ["Intermediate"] }); + Text.prototype.publish("anchor", "middle", "set", "Anchor Position", ["start", "middle", "end"], { tags: ["Intermediate"] }); + Text.prototype.publish("colorFill", null, "html-color", "Fill Color", null, { tags: ["Basic"] }); + + Text.prototype.publish("rotation", 0, "number", "Degrees of rotation", null, { tags: ["Basic"] }); + + Text.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + this._textElement = element.append("text"); + }; + + Text.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + var context = this; + this._textElement + .attr("font-family", this.fontFamily()) + .attr("font-size", this.fontSize()) + ; + var textParts = this.text().split("\n"); + var textLine = this._textElement.selectAll("tspan").data(textParts); + textLine.enter().append("tspan") + .attr("class", function (d, i) { return "tspan_" + i; }) + .attr("dy", "1em") + .attr("x", "0") + ; + textLine + .style("fill", this.colorFill()) + .text(function (d) { return d; }) + ; + textLine.exit() + .remove() + ; + + var bbox = { width: 0, height: 0 }; + try { // https://bugzilla.mozilla.org/show_bug.cgi?id=612118 + bbox = this._textElement.node().getBBox(); + } catch (e) { + } + var xOffset = -(bbox.x + bbox.width / 2); + var yOffset = -(bbox.y + bbox.height / 2); + switch(this.anchor()) { + case "start": + xOffset = -bbox.x + bbox.width / 2; + break; + case "end": + xOffset = bbox.x + bbox.width / 2; + break; + } + + var theta = -this.rotation() * Math.PI/180; + xOffset = -1*Math.abs(xOffset*Math.cos(theta) + yOffset*Math.sin(theta)); + yOffset = -1*Math.abs(xOffset*Math.sin(theta) + yOffset*Math.cos(theta)); + + this._textElement + .style("text-anchor", this.anchor()) + .attr("transform", function (d) { return "translate(" + xOffset + "," + yOffset + ")rotate(" + context.rotation() + ")"; }) + ; + }; + + return Text; +})); + + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/FAChar',["./SVGWidget", "./Text", "css!font-awesome", "css!./FAChar"], factory); + } else { + root.common_FAChar = factory(root.common_SVGWidget, root.common_Text); + } +}(this, function (SVGWidget, Text) { + function FAChar() { + SVGWidget.call(this); + + this._text = new Text() + .fontFamily("FontAwesome") + ; + } + FAChar.prototype = Object.create(SVGWidget.prototype); + FAChar.prototype.constructor = FAChar; + FAChar.prototype._class += " common_FAChar"; + + FAChar.prototype.publish("char", "", "string", "Font Awesome Item",null,{tags:["Private"]}); + FAChar.prototype.publish("fontSize", null, "number", "Font Size",null,{tags:["Private"]}); + FAChar.prototype.publishProxy("text_colorFill", "_text", "colorFill"); + + FAChar.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + this._text + .target(domNode) + ; + }; + + FAChar.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + this._text + .text(this.char()) + .scale((this.fontSize() || 14) / 14) // Scale rather than fontSize to prevent Chrome glitch --- + .render() + ; + }; + + FAChar.prototype.exit = function (domNode, element) { + this._text + .target(null) + ; + SVGWidget.prototype.exit.apply(this, arguments); + }; + + return FAChar; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/HTMLWidget',["d3", "./Widget", "./Transition"], factory); + } else { + root.common_HTMLWidget = factory(root.d3, root.common_Widget, root.common_Transition); + } +}(this, function (d3, Widget, Transition) { + function HTMLWidget() { + Widget.call(this); + + this._drawStartPos = "origin"; + this._tag = "div"; + this._boundingBox = null; + } + HTMLWidget.prototype = Object.create(Widget.prototype); + HTMLWidget.prototype.constructor = HTMLWidget; + HTMLWidget.prototype._class += " common_HTMLWidget"; + + HTMLWidget.prototype.calcFrameWidth = function (element) { + var retVal = parseFloat(element.style("padding-left")) + + parseFloat(element.style("padding-right")) + + parseFloat(element.style("margin-left")) + + parseFloat(element.style("margin-right")) + + parseFloat(element.style("border-left-width")) + + parseFloat(element.style("border-right-width")) + ; + return retVal; + }; + + HTMLWidget.prototype.calcWidth = function (element) { + return parseFloat(element.style("width")) - this.calcFrameWidth(element); + }; + + HTMLWidget.prototype.calcFrameHeight = function (element) { + var retVal = parseFloat(element.style("padding-top")) + + parseFloat(element.style("padding-bottom")) + + parseFloat(element.style("margin-top")) + + parseFloat(element.style("margin-bottom")) + + parseFloat(element.style("border-top-width")) + + parseFloat(element.style("border-bottom-width")) + ; + return retVal; + }; + + HTMLWidget.prototype.calcHeight = function (element) { + return parseFloat(element.style("height")) + this.calcFrameHeight(element); + }; + + HTMLWidget.prototype.hasHScroll = function (element) { + element = element || this._element; + return element.property("scrollWidth") > element.property("clientWidth"); + }; + + HTMLWidget.prototype.hasVScroll = function (element) { + element = element || this._element; + return element.property("scrollHeight") > element.property("clientHeight"); + }; + + HTMLWidget.prototype.clientWidth = function () { + return this._size.width - this.calcFrameWidth(this._element); + }; + + HTMLWidget.prototype.clientHeight = function () { + return this._size.height - this.calcFrameHeight(this._element); + }; + + HTMLWidget.prototype.getBBox = function (refresh, round) { + if (refresh || this._boundingBox === null) { + var domNode = this._element.node() ? this._element.node().firstElementChild : null; // Needs to be first child, as element has its width/height forced onto it. + if (domNode instanceof Element) { + var rect = domNode.getBoundingClientRect(); + this._boundingBox = { + x: rect.left, + y: rect.top, + width: rect.width, + height: rect.height + }; + } + } + if (this._boundingBox === null) { + return { + x: 0, + y: 0, + width: 0, + height: 0 + }; + } + return { + x: (round ? Math.round(this._boundingBox.x) : this._boundingBox.x) * this._scale, + y: (round ? Math.round(this._boundingBox.y) : this._boundingBox.y) * this._scale, + width: (round ? Math.round(this._boundingBox.width) : this._boundingBox.width) * this._scale, + height: (round ? Math.round(this._boundingBox.height) : this._boundingBox.height) * this._scale + }; + }; + + HTMLWidget.prototype.resize = function (size) { + var retVal = Widget.prototype.resize.apply(this, arguments); + this._parentElement + .style("width", this._size.width + "px") + .style("height", this._size.height + "px") + ; + return retVal; + }; + + // Properties --- + HTMLWidget.prototype.target = function (_) { + if (!arguments.length) return this._target; + if (this._target && _) { + throw "Target can only be assigned once."; + } + this._target = _; + + // Target is a DOM Node ID --- + if (typeof (this._target) === "string" || this._target instanceof String) { + this._target = document.getElementById(this._target); + } + + if (this._target instanceof SVGElement) { + // Target is a SVG Node, so create an item in the Overlay and force it "over" the overlay element (cough) --- + var overlay = this.locateOverlayNode(); + this._parentElement = overlay.append("div") + .style({ + position: "absolute", + top: 0, + left: 0, + overflow: "hidden" + }) + ; + this._overlayElement = d3.select(this._target); + + var context = this; + this.oldPos = null; + this.observer = new this.MutationObserver(function (mutation) { + context.syncOverlay(); + }); + + var domNode = this._overlayElement.node(); + while (domNode) { + this.observer.observe(domNode, { attributes: true }); + domNode = domNode.parentNode; + } + } else if (this._target) { + this._parentElement = d3.select(this._target); + if (!this._size.width && !this._size.height) { + var width = parseFloat(this._parentElement.style("width")); + var height = parseFloat(this._parentElement.style("height")); + this.size({ + width: width, + height: height + }); + } + this._parentElement = d3.select(this._target).append("div"); + } else { + this.exit(); + } + return this; + }; + + HTMLWidget.prototype.postUpdate = function (domNode, element) { + Widget.prototype.postUpdate.apply(this, arguments); + if (this._drawStartPos === "origin") { + this._element.style({ + position: "relative", + left: this._pos.x + "px", + top: this._pos.y + "px" + }); + } else { + var bbox = this.getBBox(true); + this._element.style({ + position: "relative", + float: "left", + left: this._pos.x + (this._size.width - bbox.width) / 2 + "px", + top: this._pos.y + (this._size.height - bbox.height) / 2 + "px" + }); + } + }; + + HTMLWidget.prototype.exit = function (domNode, element) { + if (this.observer) { + this.observer.disconnect(); + } + this.oldPos = null; + if (this._parentElement) { + this._parentElement.remove(); + } + Widget.prototype.exit.apply(this, arguments); + }; + + return HTMLWidget; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/Shape.js',["d3", "./SVGWidget", "css!./Shape"], factory); + } else { + root.common_Shape = factory(root.d3, root.common_SVGWidget); + } +}(this, function (d3, SVGWidget) { + function Shape() { + SVGWidget.call(this); + } + Shape.prototype = Object.create(SVGWidget.prototype); + Shape.prototype.constructor = Shape; + Shape.prototype._class += " common_Shape"; + + Shape.prototype.publish("shape", "circle", "set", "Shape Type", ["circle", "square", "rect", "ellipse"],{tags:["Private"]}); + Shape.prototype.publish("width", 24, "number", "Width",null,{tags:["Private"]}); + Shape.prototype.publish("height", 24, "number", "Height",null,{tags:["Private"]}); + Shape.prototype.publish("colorStroke", null, "html-color", "Stroke Color", null, {tags:["Private"]}); + Shape.prototype.publish("colorFill", null, "html-color", "Fill Color", null, {tags:["Private"]}); + Shape.prototype.publish("radius", null, "number", "Radius", null, { tags: ["Private"] }); + Shape.prototype.publish("tooltip", "", "string", "Tooltip", null, { tags: ["Private"] }); + + Shape.prototype._origRadius = Shape.prototype.radius; + Shape.prototype.radius = function (_) { + var retVal = Shape.prototype._origRadius.apply(this, arguments); + if (arguments.length) { + this.width(_); + this.height(_); + return retVal; + } + return Math.max(this.width(), this.height()) / 2; + }; + + Shape.prototype.intersection = function (pointA, pointB) { + switch (this.shape()) { + case "circle": + return this.intersectCircle(pointA, pointB); + } + return SVGWidget.prototype.intersection.apply(this, arguments); + }; + + Shape.prototype.update = function (domNode, element) { + var shape = element.selectAll("rect,circle,ellipse").data([this.shape()], function (d) { return d; }); + + var context = this; + shape.enter().append(this.shape() === "square" ? "rect" : this.shape()) + .attr("class", "common_Shape") + .each(function (d) { + var element = d3.select(this); + context._tooltipElement = element.append("title"); + }) + ; + shape + .style("fill", this.colorFill()) + .style("stroke", this.colorStroke()) + .each(function (d) { + var element = d3.select(this); + context._tooltipElement.text(context.tooltip()); + switch (context.shape()) { + case "circle": + var radius = context.radius(); + element + .attr("r", radius) + ; + break; + case "square": + var width = Math.max(context.width(), context.height()); + element + .attr("x", -width / 2) + .attr("y", -width / 2) + .attr("width", width) + .attr("height", width) + ; + break; + case "rect": + element + .attr("x", -context.width() / 2) + .attr("y", -context.height() / 2) + .attr("width", context.width()) + .attr("height", context.height()) + ; + break; + case "ellipse": + element + .attr("rx", context.width() / 2) + .attr("ry", context.height() / 2) + ; + break; + } + }) + ; + shape.exit().remove(); + }; + + return Shape; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/Icon',["./SVGWidget", "./Shape", "./FAChar", "css!./Icon"], factory); + } else { + root.common_Icon = factory(root.common_SVGWidget, root.common_Shape, root.common_FAChar); + } +}(this, function (SVGWidget, Shape, FAChar) { + function Icon() { + SVGWidget.call(this); + + this._shapeWidget = new Shape(); + this._faChar = new FAChar(); + } + Icon.prototype = Object.create(SVGWidget.prototype); + Icon.prototype.constructor = Icon; + Icon.prototype._class += " common_Icon"; + + Icon.prototype.publish("shape", "circle", "set", "Shape Type", ["circle", "square"],{tags:["Private"]}); + Icon.prototype.publishProxy("faChar", "_faChar", "char"); + Icon.prototype.publish("imageUrl", null, "string", "Image URL", null, { optional: true }); + Icon.prototype.publishProxy("image_colorFill", "_faChar", "text_colorFill"); + Icon.prototype.publish("tooltip", "", "string", "Tooltip",null,{tags:["Private"]}); + Icon.prototype.publish("diameter", 24, "number", "Diameter",null,{tags:["Private"]}); + Icon.prototype.publish("paddingPercent", 45, "number", "Padding Percent",null,{tags:["Private"]}); + Icon.prototype.publishProxy("shape_colorFill", "_shapeWidget", "colorFill"); + Icon.prototype.publishProxy("shape_colorStroke", "_shapeWidget", "colorStroke"); + + Icon.prototype.intersection = function (pointA, pointB) { + return this._shapeWidget.intersection(pointA, pointB); + }; + + Icon.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + this._defs = element.append("defs"); + this._defs.append("clipPath") + .attr("id", "clip_" + this.id() + "_circle") + .append("circle") + .attr("x", 0) + .attr("y", 0) + ; + this._defs.append("clipPath") + .attr("id", "clip_" + this.id() + "_square") + .append("rect") + ; + this._root = element.append("g"); + this._shapeWidget + .target(this._root.node()) + .render() + ; + this._faChar + .target(element.node()) + .render() + ; + this._tooltipElement = element.append("title"); + var context = this; + element.on("click", function(el) { context.click(el); }); + }; + + Icon.prototype.click = function (domNode) { + console.log("Clicked the icon"); + }; + + Icon.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + + var diameter = this.diameter(); + var radius = diameter / 2; + this._defs.select("circle") + .attr("r", radius) + ; + this._defs.select("rect") + .attr("x", -radius) + .attr("y", -radius) + .attr("width", diameter) + .attr("height", diameter) + ; + this._faChar + .fontSize(diameter * (100 - this.paddingPercent()) / 100) + .render() + ; + this._shapeWidget + .shape(this.shape()) + .width(diameter) + .height(diameter) + .render() + ; + var image = this._root.selectAll("image").data(this.imageUrl() ? [this.imageUrl()] : [], function (d) { return d; }); + image.enter() + .append("image") + .attr("xlink:href", this.imageUrl()) + ; + image + .attr("clip-path", "url(#clip_" + this.id() + "_" + this.shape() + ")") + .attr("x", -radius) + .attr("y", -radius) + .attr("width", diameter) + .attr("height", diameter) + ; + image.exit() + .remove() + ; + this._tooltipElement.text(this.tooltip()); + }; + + Icon.prototype.exit = function (domNode, element) { + SVGWidget.prototype.exit.apply(this, arguments); + this._shapeWidget + .target(null) + ; + this._faChar + .target(null) + ; + }; + + return Icon; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/IList',[], factory); + } else { + root.common_IList = factory(); + } +}(this, function () { + function IList() { + } + + // Properties --- + + // Events --- + IList.prototype.click = function (d) { + console.log("Click: " + d); + }; + + return IList; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/Image.js',["./HTMLWidget"], factory); + } else { + root.common_Image = factory(root.common_HTMLWidget); + } +}(this, function (HTMLWidget) { + function Image() { + HTMLWidget.call(this); + this._drawStartPos = "center"; + } + Image.prototype = Object.create(HTMLWidget.prototype); + Image.prototype.constructor = Image; + Image.prototype._class += " common_Image"; + + Image.prototype.publish("source", null, "string", "Image Source", null, { tags: ["Basic"] }); + Image.prototype.publish("sizing", "actual", "set", "Controls sizing mode", ["actual", "fit", "custom"], { tags: ["Basic"] }); + Image.prototype.publish("customWidth", "50%", "string", "Applies this width to IMG element if 'sizing' is set to 'custom'", null, { tags: ["Basic"], disable: function (w) { return w.sizing() !== "custom"; } }); + Image.prototype.publish("customHeight", "20%", "string", "Applies this height to IMG element if 'sizing' is set to 'custom'", null, { tags: ["Basic"], disable: function (w) { return w.sizing() !== "custom"; } }); + Image.prototype.publish("lockAspectRatio", true, "boolean", "Locks the aspect ratio when scaling/stretching", null, { tags: ["Basic"], disable: function (w) { return w.sizing() !== "fit"; } }); + Image.prototype.publish("alignment", "center", "set", "Image Alignment", ["center", "origin"], { tags: ["Basic"] }); + + Image.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + }; + + Image.prototype.update = function (domNode, element) { + this._drawStartPos = this.alignment(); + HTMLWidget.prototype.update.apply(this, arguments); + var context = this; + var img = element.selectAll("img").data(this.source() ? [this.source()] : [], function (d) { return d; }); + img.enter() + .append("img") + .attr("src", this.source()) + .on("load", function (d) { + img.style(context.calcSize()); + }) + ; + img.style(this.calcSize()); + img.exit() + .remove() + ; + }; + + Image.prototype.calcSize = function () { + var retVal = { + width: "auto", + height: "auto" + }; + switch (this.sizing()) { + case "fit": + if (this.lockAspectRatio()) { + var img = this.element().select("img"); + img.style({ width: "auto", height: "auto" }); + var bbox = img.node().getBoundingClientRect(); + var xScale = bbox.width / this.width(); + var yScale = bbox.height / this.height(); + if (xScale > yScale) { + retVal.width = this.width() + "px"; + retVal.height = (bbox.height / xScale) + "px"; + } else { + retVal.width = (bbox.width / yScale) + "px"; + retVal.height = this.height() + "px"; + } + } else { + retVal.width = this.width() + "px"; + retVal.height = this.height() + "px"; + } + break; + case "custom": + retVal.width = this.customWidth(); + retVal.height = this.customHeight(); + break; + } + return retVal; + }; + + Image.prototype.exit = function (domNode, element) { + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + return Image; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/IMenu',[], factory); + } else { + root.common_IMenu = factory(); + } +}(this, function () { + function IMenu() { + } + + // Properties --- + + // Events --- + IMenu.prototype.click = function (d) { + console.log("Click: " + d); + }; + IMenu.prototype.preShowMenu = function () { + console.log("preShowMenu"); + }; + IMenu.prototype.postHideMenu = function (d) { + console.log("postHideMenu"); + }; + + return IMenu; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/TextBox.js',["./SVGWidget", "./Shape", "./Text", "css!./TextBox"], factory); + } else { + root.common_TextBox = factory(root.common_SVGWidget, root.common_Shape, root.common_Text); + } +}(this, function (SVGWidget, Shape, Text) { + function TextBox() { + SVGWidget.call(this); + + this._shape = new Shape() + .shape("rect") + ; + this._text = new Text(); + } + TextBox.prototype = Object.create(SVGWidget.prototype); + TextBox.prototype.constructor = TextBox; + TextBox.prototype._class += " common_TextBox"; + + TextBox.prototype.publishProxy("text", "_text"); + TextBox.prototype.publishProxy("shape_colorStroke", "_shape", "colorStroke"); + TextBox.prototype.publishProxy("shape_colorFill", "_shape", "colorFill"); + TextBox.prototype.publishProxy("text_colorFill", "_text", "colorFill"); + TextBox.prototype.publish("paddingLeft", 4, "number", "Padding: Left",null,{tags:["Private"]}); + TextBox.prototype.publish("paddingRight", 4, "number", "Padding: Right",null,{tags:["Private"]}); + TextBox.prototype.publish("paddingTop", 4, "number", "Padding: Top",null,{tags:["Private"]}); + TextBox.prototype.publish("paddingBottom", 4, "number", "Padding: Bottom",null,{tags:["Private"]}); + TextBox.prototype.publishProxy("anchor", "_text"); + TextBox.prototype.publish("fixedSize", null); + + TextBox.prototype.publish("tooltip", "", "string", "Tooltip", null, { tags: ["Private"] }); + + TextBox.prototype.padding = function (_) { + this.paddingLeft(_); + this.paddingRight(_); + this.paddingTop(_); + this.paddingBottom(_); + return this; + }; + + TextBox.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + this._tooltipElement = element.append("title"); + this._shape + .target(domNode) + .render() + ; + this._text + .target(domNode) + .render() + ; + }; + + TextBox.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + this._tooltipElement.text(this.tooltip()); + this._text + .render() + ; + var textBBox = this._text.getBBox(true); + var size = { + width: this.fixedSize() ? this.fixedSize().width : textBBox.width + this.paddingLeft() + this.paddingRight(), + height: this.fixedSize() ? this.fixedSize().height : textBBox.height + this.paddingTop() + this.paddingBottom() + }; + this._shape + .width(size.width) + .height(size.height) + .render() + ; + if (this.fixedSize()) { + switch (this.anchor()) { + case "start": + this._text + .x(-this.fixedSize().width / 2 + textBBox.width / 2 + (this.paddingLeft() + this.paddingRight()) / 2) + .render() + ; + break; + case "end": + this._text + .x(this.fixedSize().width / 2 - textBBox.width / 2 - (this.paddingLeft() + this.paddingRight()) / 2) + .render() + ; + break; + } + } + }; + + TextBox.prototype.exit = function (domNode, element) { + this._shape + .target(null) + ; + this._text + .target(null) + ; + SVGWidget.prototype.exit.apply(this, arguments); + }; + + return TextBox; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/List',["d3", "../common/SVGWidget", "./IList", "../common/TextBox", "css!./List"], factory); + } else { + root.common_List = factory(root.d3, root.common_SVGWidget, root.common_IList, root.common_TextBox); + } +}(this, function (d3, SVGWidget, IList, TextBox) { + function List(target) { + SVGWidget.call(this); + IList.call(this); + + this._listWidgets = {}; + } + List.prototype = Object.create(SVGWidget.prototype); + List.prototype.constructor = List; + List.prototype._class += " common_List"; + List.prototype.implements(IList.prototype); + + List.prototype.publish("anchor", "start", "set", "Anchor Position", ["", "start", "middle", "end"],{tags:["Private"]}); + + List.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + var context = this; + + var line = element.selectAll(".line").data(this.data(), function (d) { return d; }); + line.enter().append("g") + .attr("class", "line") + .each(function (d) { + var newTextBox = new TextBox() + .target(this) + .paddingTop(0) + .paddingBottom(0) + .paddingLeft(8) + .paddingRight(8) + .text(d) + .render() + ; + newTextBox.element() + .on("click", function (d) { + context.click(d.text()); + }) + ; + context._listWidgets[d] = newTextBox; + }) + ; + + var listHeight = 0; + var listWidth = 0; + var listCount = 0; + for (var key in this._listWidgets) { + if (!this._listWidgets.hasOwnProperty(key)) continue; + var bbox = this._listWidgets[key].getBBox(); + listHeight += bbox.height; + if (listWidth < bbox.width) + listWidth = bbox.width; + ++listCount; + } + + var yPos = -listHeight / 2;// + lineHeight / 2; + line.each(function (d) { + var widget = context._listWidgets[d]; + var bbox = widget.getBBox(); + widget + .pos({ x: 0, y: yPos + bbox.height / 2 }) + .anchor(context.anchor()) + .fixedSize({ width: listWidth, height: bbox.height }) + .render() + ; + yPos += bbox.height; + }); + line.exit() + .remove() + .each(function (d) { + context._listWidgets[d].target(null); + delete context._listWidgets[d]; + }) + ; + }; + + List.prototype.exit = function (domNode, element) { + for (var key in this._listWidgets) { + this._listWidgets[key].target(null); + } + SVGWidget.prototype.exit.apply(this, arguments); + }; + + return List; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/Menu',["d3", "./SVGWidget", "./IMenu", "./Icon", "./List", "css!./Menu"], factory); + } else { + root.common_Menu = factory(root.d3, root.common_SVGWidget, root.common_IMenu, root.common_Icon, root.common_List); + } +}(this, function (d3, SVGWidget, IMenu, Icon, List) { + function Menu() { + SVGWidget.call(this); + IMenu.call(this); + + this._icon = new Icon() + .shape("square") + .diameter(14) + ; + this._list = new List(); + + var context = this; + this._list.click = function (d) { + d3.event.stopPropagation(); + context.hideMenu(); + context.click(d); + }; + this._open = false; + } + Menu.prototype = Object.create(SVGWidget.prototype); + Menu.prototype.constructor = Menu; + Menu.prototype._class += " common_Menu"; + Menu.prototype.implements(IMenu.prototype); + + Menu.prototype.publishProxy("faChar", "_icon", null, "\uf0c9"); + Menu.prototype.publishProxy("paddingPercent", "_icon", null, 10); + + Menu.prototype.toggleMenu = function () { + if (!this._open) { + this.showMenu(); + } else { + this.hideMenu(); + } + }; + + Menu.prototype.showMenu = function () { + this.preShowMenu(); + this._open = true; + this._list + .data(this.data()) + .render() + ; + + var bbox = this._icon.getBBox(true); + var menuBBox = this._list.getBBox(true); + var pos = { + x: bbox.width / 2 - menuBBox.width / 2, + y: bbox.height / 2 + menuBBox.height / 2 + }; + this._list + .move(pos) + ; + var context = this; + d3.select("body") + .on("click." + this._id, function () { + console.log("click: body - " + context._id); + if (context._open) { + context.hideMenu(); + } + }) + ; + }; + + Menu.prototype.hideMenu = function () { + d3.select("body") + .on("click." + this._id, null) + ; + this._open = false; + this._list + .data([]) + .render() + ; + this.postHideMenu(); + }; + + Menu.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + + this._icon + .target(domNode) + .render() + ; + + this._list + .target(domNode) + .render() + ; + + var context = this; + this._icon.element() + .on("click", function (d) { + d3.event.stopPropagation(); + context.toggleMenu(); + }) + ; + }; + + Menu.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + element + .classed("disabled", this.data().length === 0) + ; + + this._icon + .faChar(this.faChar()) + .paddingPercent(this.paddingPercent()) + .render() + ; + }; + + Menu.prototype.exit = function (domNode, element) { + this._icon + .target(null) + ; + + this._list + .target(null) + ; + + SVGWidget.prototype.exit.apply(this, arguments); + }; + + return Menu; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/Palette.js',["d3", "colorbrewer"], factory); + } else { + root.common_Palette = factory(root.d3); + } +}(this, function (d3) { + var d3Ordinal = [ + "category10", "category20", "category20b", "category20c" + ]; + var brewerOrdinal = [ + "Accent", "Dark2", "Paired", "Pastel1", "Pastel2", "Set1", "Set2", "Set3" + ]; + var hpccOrdinal = [ + "hpcc10", "hpcc20" + ]; + + var ordinalCache = {}; + + function fetchOrdinalItem(id, colors) { + if (!id) return palette_ordinal(); + var retVal = ordinalCache[id]; + if (!retVal) { + retVal = palette_ordinal(id, colors); + ordinalCache[id] = retVal; + } + return retVal; + } + + function palette_ordinal(id, colors) { + if (!id) return ["default"].concat(d3Ordinal.concat(brewerOrdinal).concat(hpccOrdinal)); + var scale = null; + + if (colors) { + scale = d3.scale.ordinal().range(colors); + } else { + if (d3Ordinal.indexOf(id) >= 0) { + scale = new d3.scale[id](); + } else if (hpccOrdinal.indexOf(id) >= 0) { + var newColors = []; + switch (id) { + case "hpcc10": + var defColors = palette_ordinal("default").colors(); + newColors = defColors.filter(function (item, idx) { + if (idx % 2) { + return true; + } + return false; + }); + break; + case "hpcc20": + newColors = palette_ordinal("category10").colors().concat(palette_ordinal("hpcc10").colors()); + break; + } + scale = d3.scale.ordinal().range(newColors); + } else if (brewerOrdinal.indexOf(id) > 0) { + var largestPalette = 12; + while (largestPalette > 0) { + if (colorbrewer[id][largestPalette]) { + scale = d3.scale.ordinal().range(colorbrewer[id][largestPalette]); + break; + } + --largestPalette; + } + } + if (!scale) { + // Default to Category20 --- + scale = d3.scale.category20(); + } + colors = scale.range(); + } + function ordinal(_) { + return scale(_); + } + ordinal.type = function () { + return "ordinal"; + }; + ordinal.id = function (_) { + if (!arguments.length) return id; + id = _; + return ordinal; + }; + ordinal.colors = function (_) { + if (!arguments.length) return colors; + colors = _; + return ordinal; + }; + ordinal.clone = function (newID) { + ordinalCache[newID] = palette_ordinal(newID, this.colors()); + return ordinalCache[newID]; + + }; + ordinal.cloneNotExists = function (newID) { + if (ordinalCache[newID]) { + return ordinalCache[newID]; + } + return this.clone(newID); + }; + ordinal.switch = function (_id, _colors) { + if (id === _id) { + return this; + } + return arguments.length ? fetchOrdinalItem(_id, _colors) : fetchOrdinalItem(); + }; + + return ordinal; + } + + var rainbowCache = {}; + function fetchRainbowItem(id, colors, steps) { + if (!id) return palette_rainbow(); + var retVal = rainbowCache[id]; + if (!retVal) { + retVal = palette_rainbow(id, colors, steps); + rainbowCache[id] = retVal; + } + return retVal; + } + + function palette_rainbow(id, _colors, _steps) { + if (!arguments.length) { + var retVal = ["default"]; + for (var key in colorbrewer) { + if (brewerOrdinal.indexOf(key) === -1) { + retVal.push(key); + } + } + return retVal; + } + + var scale = null; + var colors = _colors; + + var _custom = function (colors, steps) { + steps = steps || 32; + var subPaletteSize = Math.ceil(steps / (colors.length - 1)); + var range = []; + var prevColor = null; + colors.forEach(function (color) { + if (prevColor) { + var scale = d3.scale.linear() + .domain([0, subPaletteSize]) + .range([prevColor, color]) + .interpolate(d3.interpolateLab) + ; + for (var i = 0; i < subPaletteSize; ++i) { + range.push(scale(i)); + } + } + prevColor = color; + }); + scale = d3.scale.quantize().domain([0, 100]).range(range); + return scale; + }; + + if (_colors) { + scale = _custom(_colors, _steps); + } else { + if (colorbrewer[id]) { + var largestPalette = 12; + while (largestPalette > 0) { + if (colorbrewer[id][largestPalette]) { + scale = _custom(colorbrewer[id][largestPalette]); + break; + } + --largestPalette; + } + } + if (!scale) { + scale = _custom(colorbrewer.RdYlGn[11]); + } + colors = scale.range(); + + } + function rainbow(x, low, high) { + if (low === high) { + return scale.domain([low - 1, high + 1])(x); + } + return scale.domain([low, high])(x); + } + rainbow.type = function () { + return "rainbow"; + }; + rainbow.id = function (_) { + if (!arguments.length) return id; + id = _; + return rainbow; + }; + rainbow.colors = function (_) { + if (!arguments.length) return colors; + colors = _; + return rainbow; + }; + rainbow.clone = function (newID) { + rainbowCache[newID] = palette_rainbow(newID, this.color()); + return rainbowCache[newID]; + }; + rainbow.cloneNotExists = function (newID) { + if (rainbowCache[newID]) { + return rainbowCache[newID]; + } + return this.clone(newID); + }; + rainbow.switch = function (_id, _colors) { + if (id === _id) { + return this; + } + return arguments.length ? fetchRainbowItem(_id, _colors) : fetchRainbowItem(); + }; + + return rainbow; + } + + var test = function(ordinalDivID, brewerDivID, customDivID, customArr, steps) { + d3.select(ordinalDivID) + .selectAll(".palette") + .data(palette_ordinal(), function (d) { return d; }) + .enter().append("span") + .attr("class", "palette") + .attr("title", function(d) { return d; }) + .on("click", function(d) { + console.log(d3.values(d.value).map(JSON.stringify).join("\n")); + }) + .selectAll(".swatch").data(function (d) { return palette_ordinal(d).colors(); }) + .enter().append("span") + .attr("class", "swatch") + .style("background-color", function(d) { return d; }); + + d3.select(brewerDivID) + .selectAll(".palette") + .data(palette_rainbow(), function (d) { return d; }) + .enter().append("span") + .attr("class", "palette") + .attr("title", function(d) { return d; }) + .on("click", function(d) { + console.log(d3.values(d.value).map(JSON.stringify).join("\n")); + }) + .selectAll(".swatch2").data(function (d) { return palette_rainbow(d).colors(); }) + .enter().append("span") + .attr("class", "swatch2") + .style("height", (256 / 32)+"px") + .style("background-color", function(d) { return d; }); + + var palette = { id: customArr.join("_") + steps, scale: palette_rainbow("custom", customArr, steps) }; + d3.select(customDivID) + .selectAll(".palette") + .data([palette], function (d) { return d.id; }) + .enter().append("span") + .attr("class", "palette") + .attr("title", function(d) { return "aaa";/*d.from + "->" + d.to;*/ }) + .on("click", function(d) { + console.log(d3.values(d.value).map(JSON.stringify).join("\n")); + }) + .selectAll(".swatch2").data(function(d) { + var retVal = []; + for (var i = 0; i <= 255; ++i) { + retVal.push(palette.scale(i, 0, 255)); + } + return retVal; + }) + .enter().append("span") + .attr("class", "swatch2") + .style("background-color", function(d) { return d; }); + }; + + colorbrewer.RdWhGr = { + 3: ["red", "white", "green"] + }; + return { + ordinal: fetchOrdinalItem, + rainbow: fetchRainbowItem, + test: test + }; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/Surface.js',["d3", "./SVGWidget", "./Icon", "./Shape", "./Text", "./FAChar", "./Menu", "css!./Surface"], factory); + } else { + root.common_Surface = factory(root.d3, root.common_SVGWidget, root.common_Icon, root.common_Shape, root.common_Text, root.common_FAChar, root.common_Menu); + } +}(this, function (d3, SVGWidget, Icon, Shape, Text, FAChar, Menu) { + function Surface() { + SVGWidget.call(this); + + this._icon = new Icon() + .faChar("\uf07b") + .paddingPercent(50) + ; + this._container = new Shape() + .class("container") + .shape("rect") + ; + this._titleRect = new Shape() + .class("title") + .shape("rect") + ; + this._text = new Text() + .class("title") + ; + this._menu = new Menu() + .paddingPercent(0) + ; + var context = this; + this._menu.preShowMenu = function () { + if (context.content() && context.content().hasOverlay()) { + context.content().visible(false); + } + }; + this._menu.postHideMenu = function () { + if (context.content() && context.content().hasOverlay()) { + context.content().visible(true); + } + }; + + this._surfaceButtons = []; + } + Surface.prototype = Object.create(SVGWidget.prototype); + Surface.prototype.constructor = Surface; + Surface.prototype._class += " common_Surface"; + + Surface.prototype.publish("showTitle", true, "boolean", "Show Title",null,{tags:["Basic"]}); + Surface.prototype.publish("title", "", "string", "Title",null,{tags:["Basic"]}); + Surface.prototype.publishProxy("titleFontSize", "_text", "fontSize"); + Surface.prototype.publish("showIcon", true, "boolean", "Show Title",null,{tags:["Advanced"]}); + Surface.prototype.publishProxy("icon_faChar", "_icon", "faChar"); + Surface.prototype.publishProxy("icon_shape", "_icon", "shape"); + + Surface.prototype.publish("content", null, "widget", "Content",null,{tags:["Private"]}); + + Surface.prototype.publish("buttonAnnotations", [], "array", "Button Array",null,{tags:["Intermediate"]}); + Surface.prototype.publish("buttonGutter", 25, "number", "Space Between Menu and Buttons",null,{tags:["Intermediate"]}); + + Surface.prototype.publish("showContent", true, "boolean", "Show Content",null,{tags:["Intermediate"]}); + Surface.prototype.publish("menu", [], "array", "Menu List Data",null,{tags:["Intermediate"]}); + Surface.prototype.publish("menuPadding", 2, "number", "Menu Padding",null,{tags:["Advanced"]}); + + Surface.prototype._origMenuParam = Surface.prototype.menu; + Surface.prototype.menu = function (_) { + Surface.prototype._origMenuParam.apply(this, arguments); + if (arguments.length) { + this._menu.data(_); + return this; + } + return this._menu.data(); + }; + + Surface.prototype._origShowContent = Surface.prototype.showContent; + Surface.prototype.showContent = function (_) { + var retVal = Surface.prototype._origShowContent.apply(this, arguments); + if (arguments.length) { + if (this.content()) { + this.content().visible(this.showContent()); + } + } + return retVal; + }; + + Surface.prototype.enter = function (_domNode, _element) { + SVGWidget.prototype.enter.apply(this, arguments); + var element = _element.append("g").attr("class", "frame"); + var domNode = element.node(); + this._clipRect = element.append("defs").append("clipPath") + .attr("id", this.id() + "_clip") + .append("rect") + .attr("x", 0) + .attr("y", 0) + .attr("width", this._size.width) + .attr("height", this._size.height) + ; + this._titleRect + .target(domNode) + .render() + .display(this.showTitle() && this.showIcon()) + ; + this._icon + .target(domNode) + .render() + ; + this._menu + .target(_domNode) + ; + this._text + .target(domNode) + ; + this._container + .target(domNode) + ; + this.buttonContainer = d3.select(this._target).append("div").attr("class", "svg-button-container"); + }; + + Surface.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + var context = this; + + var width = this.width() - 1; + var height = this.height() - 1; + + this._icon + .display(this.showTitle() && this.showIcon()) + .shape(this.icon_shape()) + .render() + ; + this._menu + .render() + ; + this._text + .text(this.title()) + .display(this.showTitle()) + .render() + ; + + var surfaceButtons = this.buttonContainer.selectAll(".surface-button").data(this.buttonAnnotations()); + surfaceButtons.enter().append("button").attr("class","surface-button") + .each(function (button, idx) { + var el = context._surfaceButtons[idx] = d3.select(this) + .attr("class", "surface-button " + (button.class ? button.class : "")) + .attr("id", button.id) + .style("padding", button.padding) + .style("width", button.width) + .style("height", button.height) + .style("cursor","pointer") + .on("click", function(d) { context.click(d); }); + if (button.font === "FontAwesome") { + el + .append("i") + .attr("class","fa") + .text(function(d) { return button.label; }); + } else { + el + .text(function(d) { return button.label; }); + } + }) + ; + surfaceButtons.exit() + .each(function (d, idx) { + var element = d3.select(this); + delete context._surfaceButtons[idx]; + element.remove(); + }) + ; + + var buttonClientHeight = this.showTitle() ? Math.max.apply(null,this._surfaceButtons.map(function(d) { return d.node().offsetHeight; })) : 0; + var iconClientSize = this.showTitle() && this.showIcon() ? this._icon.getBBox(true) : {width:0, height: 0}; + var textClientSize = this._text.getBBox(true); + var menuClientSize = this._menu.getBBox(true); + var _titleRegionHeight = Math.max(iconClientSize.height, textClientSize.height, menuClientSize.height, buttonClientHeight); + var titleRegionHeight = this.showTitle() ? _titleRegionHeight : 0; + var yTitle = (-height + _titleRegionHeight) / 2; + + var titleTextHeight = this.showTitle() ? Math.max(textClientSize.height, menuClientSize.height, buttonClientHeight) : 0; + + var topMargin = titleRegionHeight <= titleTextHeight ? 0 : (titleRegionHeight - titleTextHeight) / 2; + var leftMargin = topMargin; + + this._titleRect + .pos({ x: leftMargin, y: yTitle }) + .width(width - leftMargin * 2) + .height(titleTextHeight) + .display(this.showTitle()) + .render() + ; + this._icon + .move({ x: -width / 2 + iconClientSize.width / 2, y: yTitle }) + ; + this._menu + .move({ x: width / 2 - menuClientSize.width / 2 - this.menuPadding(), y: yTitle }) + ; + this._text + .move({ x: (iconClientSize.width / 2 - menuClientSize.width / 2) / 2, y: yTitle }) + ; + + var xPos = context._titleRect.node().getBoundingClientRect().left + (context._size.width - leftMargin * 2) - context.buttonGutter() - this.buttonContainer.node().offsetWidth; + var yPos = context._titleRect.node().getBoundingClientRect().top + ((titleTextHeight - this.buttonContainer.node().offsetHeight) / 2); + if (!isNaN(xPos)) { + this.buttonContainer.style("left", xPos + "px"); + } + if (!isNaN(yPos)) { + this.buttonContainer.style("top", yPos + "px"); + } + + if (this.showTitle()) { + this._container + .pos({ x: leftMargin / 2, y: titleRegionHeight / 2 - topMargin / 2 }) + .width(width - leftMargin) + .height(height - titleRegionHeight + topMargin) + .render() + ; + } else { + this._container + .pos({ x: 0, y: 0 }) + .width(width) + .height(height) + .render() + ; + } + + if (this.showContent()) { + var xOffset = leftMargin; + var yOffset = titleRegionHeight - topMargin; + + var content = element.selectAll(".content").data(this.content() ? [this.content()] : [], function (d) { return d._id; }); + content.enter().append("g") + .attr("class", "content") + .attr("clip-path", "url(#" + this.id() + "_clip)") + .each(function (d) { + d.target(this); + }) + ; + content + .attr("transform", "translate(" + (leftMargin / 2) + ", " + (titleRegionHeight / 2 - topMargin / 2) +")") + .each(function (d) { + var padding = { + left: 0, + top: 0, + right: 1, + bottom: 1 + }; + d + .resize({ + width: width - xOffset - (padding.left + padding.right), + height: height - yOffset - (padding.top + padding.bottom) + }) + ; + }) + ; + if (this.content()) { + this._clipRect + .attr("x", -(width - xOffset) / 2) + .attr("y", -(height - yOffset) / 2) + .attr("width", width - xOffset) + .attr("height", height - yOffset) + ; + } + content.exit().transition() + .each(function (d) { d.target(null); }) + .remove() + ; + } + + if (this._menu.element() && this._menu.element().node() && this._menu.element().node().parentNode) { + this._menu.element().node().parentNode.appendChild(this._menu.element().node()); // Make sure menu is on top (Z-Order POV) + } + }; + + Surface.prototype.exit = function (domNode, element) { + this._titleRect + .target(null) + ; + this._icon + .target(null) + ; + this._menu + .target(null) + ; + this._text + .target(null) + ; + this._container + .target(null) + ; + if (this.content()) { + this.content().target(null); + } + SVGWidget.prototype.exit.apply(this, arguments); + }; + + Surface.prototype.intersection = function (pointA, pointB) { + var hits = []; + var i1 = this._icon.intersection(pointA, pointB, this._pos); + if (i1) { + hits.push({i: i1, d: this.distance(i1, pointB)}); + } + var i2 = this._titleRect.intersection(pointA, pointB); + if (i2) { + hits.push({i: i2, d: this.distance(i2, pointB)}); + } + var i3 = this._container.intersection(pointA, pointB); + if (i3) { + hits.push({i: i3, d: this.distance(i3, pointB)}); + } + var nearest = null; + hits.forEach(function (item) { + if (nearest === null || nearest.d > item.d) { + nearest = item; + } + }); + return nearest && nearest.i ? nearest.i : null; + }; + + Surface.prototype.click = function(obj, widget) { + console.log("Clicked: " + obj.id); + }; + + return Surface; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/ResizeSurface.js',["d3", "./Surface", "css!./ResizeSurface"], factory); + } else { + root.common_ResizeSurface = factory(root.d3, root.common_Surface); + } +}(this, function (d3, Surface) { + function ResizeSurface() { + Surface.call(this); + + this.handleWidth = 8; + this.handles = [{ loc: "NW" }, { loc: "N" }, { loc: "NE" }, { loc: "E" }, { loc: "SE" }, { loc: "S" }, { loc: "SW" }, { loc: "W" }]; + + var context = this; + this.dispatch = d3.dispatch("sizestart", "size", "sizeend"); + this.drag = d3.behavior.drag() + .origin(function (d) { return d; }) + .on("dragstart", function (d) { + context.dispatch.sizestart(context, d.loc); + if (context.allowResize()) { + d3.event.sourceEvent.stopPropagation(); + context._dragHandlePos = { x: d.x, y: d.y }; + context._dragStartPos = context.pos(); + context._dragStartSize = context.size(); + context._prevPosSize = { + x: context._dragStartPos.x, + y: context._dragStartPos.y, + width: context._dragStartSize.width, + height: context._dragStartSize.height + }; + context._textPosSize = context._text.getBBox(true); + context._iconPosSize = context._icon.getBBox(true); + context.showContent(false); + } + }) + .on("drag", function (d) { + if (context.allowResize()) { + d3.event.sourceEvent.stopPropagation(); + var _dx = d3.event.x - context._dragHandlePos.x; + var _dy = d3.event.y - context._dragHandlePos.y; + var delta = { x: 0, y: 0, w: 0, h: 0 }; + switch (d.loc) { + case "NW": + delta.x = _dx / 2; + delta.w = -_dx; + /* falls through */ + case "N": + delta.y = _dy / 2; + delta.h = -_dy; + break; + case "NE": + delta.y = _dy / 2; + delta.h = -_dy; + /* falls through */ + case "E": + delta.x = _dx / 2; + delta.w = _dx; + break; + case "SE": + delta.x = _dx / 2; + delta.w = _dx; + /* falls through */ + case "S": + delta.y = _dy / 2; + delta.h = _dy; + break; + case "SW": + delta.y = _dy / 2; + delta.h = _dy; + /* falls through */ + case "W": + delta.x = _dx / 2; + delta.w = -_dx; + break; + } + var posSize = { + x: context._dragStartPos.x + delta.x, + y: context._dragStartPos.y + delta.y, + width: context._dragStartSize.width + delta.w, + height: context._dragStartSize.height + delta.h + }; + if (posSize.width < context._iconPosSize.width * 2 + context._textPosSize.width) { + posSize.x = context._prevPosSize.x; + posSize.width = context._prevPosSize.width; + } + if (posSize.height < context._textPosSize.height + 48) { + posSize.y = context._prevPosSize.y; + posSize.height = context._prevPosSize.height; + } + context + .pos({ x: posSize.x, y: posSize.y }, false, false) + .size({ width: posSize.width, height: posSize.height }) + .render() + .getBBox(true) + ; + context.dispatch.size(context, d.loc); + context._prevPosSize = posSize; + } + }) + .on("dragend", function (d) { + if (context.allowResize()) { + d3.event.sourceEvent.stopPropagation(); + context + .showContent(true) + .render() + ; + context._container.getBBox(true); + context._titleRect.getBBox(true); + context.dispatch.sizeend(context, d.loc); + } + }) + ; + } + ResizeSurface.prototype = Object.create(Surface.prototype); + ResizeSurface.prototype.constructor = ResizeSurface; + ResizeSurface.prototype._class += " common_ResizeSurface"; + + ResizeSurface.prototype.publish("allowResize", true, "boolean", "Sets if surface can be resized",null,{tags:["Private","Shared"]}); + + ResizeSurface.prototype.move = function (_) { + var retVal = Surface.prototype.move.apply(this, arguments); + this.updateHandles(this._domNode, this._element); + return retVal; + }; + + ResizeSurface.prototype.update = function (domNode, element) { + Surface.prototype.update.apply(this, arguments); + this.updateHandles(domNode, element); + }; + + ResizeSurface.prototype.updateHandles = function (domNode, element) { + var sizeHandles = this._parentElement.selectAll("rect").data(this.handles, function (d) { return d.loc; }); + sizeHandles.enter().append("rect") + .attr("class", function (d) { return "resize" + d.loc; }) + .call(this.drag) + ; + + var l = this._pos.x + this._container._pos.x - this._container.width() / 2; + var t = this._pos.y + this._titleRect._pos.y - this._titleRect.height() / 2; + var r = this._pos.x + this._container._pos.x + this._container.width() / 2; + var b = this._pos.y + this._container._pos.y + this._container.height() / 2; + var w = r - l; + var h = b - t; + var context = this; + sizeHandles + .each(function (d) { + switch (d.loc) { + case "NW": + d.x = l - context.handleWidth / 2; + d.y = t - context.handleWidth / 2; + d.width = context.handleWidth; + d.height = context.handleWidth; + break; + case "N": + d.x = l + context.handleWidth / 2; + d.y = t - context.handleWidth / 2; + d.width = w - context.handleWidth; + d.height = context.handleWidth; + break; + case "NE": + d.x = r - context.handleWidth / 2; + d.y = t - context.handleWidth / 2; + d.width = context.handleWidth; + d.height = context.handleWidth; + break; + case "E": + d.x = r - context.handleWidth / 2; + d.y = t + context.handleWidth / 2; + d.width = context.handleWidth; + d.height = h - context.handleWidth; + break; + case "SE": + d.x = r - context.handleWidth / 2; + d.y = b - context.handleWidth / 2; + d.width = context.handleWidth; + d.height = context.handleWidth; + break; + case "S": + d.x = l + context.handleWidth / 2; + d.y = b - context.handleWidth / 2; + d.width = w - context.handleWidth; + d.height = context.handleWidth; + break; + case "SW": + d.x = l - context.handleWidth / 2; + d.y = b - context.handleWidth / 2; + d.width = context.handleWidth; + d.height = context.handleWidth; + break; + case "W": + d.x = l - context.handleWidth / 2; + d.y = t + context.handleWidth / 2; + d.width = context.handleWidth; + d.height = h - context.handleWidth; + break; + } + d3.select(this) + .attr("x", d.x) + .attr("y", d.y) + .attr("width", d.width) + .attr("height", d.height) + ; + }) + ; + }; + + return ResizeSurface; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/SVGZoomWidget.js',["d3", "../common/SVGWidget", "../common/Icon", "css!./SVGZoomWidget"], factory); + } else { + root.common_SVGZoomWidget = factory(root.d3, root.common_SVGWidget, root.common_Icon); + } +}(this, function (d3, SVGWidget, Icon) { + function SVGZoomWidget(target) { + SVGWidget.call(this); + } + SVGZoomWidget.prototype = Object.create(SVGWidget.prototype); + SVGZoomWidget.prototype.constructor = SVGZoomWidget; + SVGZoomWidget.prototype._class += " common_SVGZoomWidget"; + + SVGZoomWidget.prototype.publish("zoomToolbar", true, "boolean", "Show Zoom Toolbar"); + SVGZoomWidget.prototype.publish("zoomDuration", 250, "number", "Transition Duration"); + + SVGZoomWidget.prototype.zoomTo = function (translate, scale, transitionDuration) { + translate = translate || this._zoom.translate(); + scale = scale || this._zoom.scale(); + transitionDuration = transitionDuration === undefined ? this.zoomDuration() : 0; + + this._zoomElement.transition().duration(transitionDuration) + .call(this._zoom.translate(translate).scale(scale).event) + ; + }; + + SVGZoomWidget.prototype.zoomToFit = function (transitionDuration) { + var bbox = this._renderElement.node().getBBox(); + if (bbox.width && bbox.height) { + var x = bbox.x + bbox.width / 2; + var y = bbox.y + bbox.height / 2; + var dx = bbox.width; + var dy = bbox.height; + var width = this.width(); + var height = this.height(); + + var scale = 1 / Math.max(dx / width, dy / height); + var translate = [width / 2 - scale * x, height / 2 - scale * y]; + this.zoomTo(translate, scale, transitionDuration); + } + }; + + SVGZoomWidget.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + + this._zoomElement = element.append("g"); + this._zoomGrab = this._zoomElement.append("rect") + .attr("class", "background") + ; + this._zoomG = this._zoomElement.append("g"); + this._renderElement = this._zoomG.append("g"); + + var context = this; + this._zoom = d3.behavior.zoom() + .scaleExtent([0.05, 20]) + .on("zoom", function () { + context._zoomG.attr("transform", "translate(" + d3.event.translate + ")scale(" + d3.event.scale + ")"); + }) + ; + this._zoomElement.call(this._zoom); + }; + + SVGZoomWidget.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + + this._zoomGrab + .attr("width", this.width()) + .attr("height", this.height()) + ; + + var context = this; + var toolbar = element.selectAll(".toolbar").data(this.zoomToolbar() ? ["dummy"] : []); + var iconDiameter = 24; + var faCharHeight = 14; + toolbar.enter().append("g") + .attr("class", "toolbar") + .each(function (d) { + context._buttonToFit = new Icon() + .target(this) + .faChar("\uf0b2") + .shape("square") + .diameter(iconDiameter) + .paddingPercent((1 - faCharHeight / iconDiameter) * 100) + .on("click", function () { + context.zoomToFit(); + }) + ; + context._buttonPlus = new Icon() + .target(this) + .faChar("\uf067") + .shape("square") + .diameter(iconDiameter) + .paddingPercent((1 - faCharHeight / iconDiameter) * 100) + .on("click", function () { + context.zoomTo(null, context._zoom.scale() * 1.20); + }) + ; + context._buttonMinus = new Icon() + .target(this) + .faChar("\uf068") + .shape("square") + .diameter(iconDiameter) + .paddingPercent((1 - faCharHeight / iconDiameter) * 100) + .on("click", function () { + context.zoomTo(null, context._zoom.scale() / 1.20); + }) + ; + context._buttonLast = context._buttonMinus; + }) + ; + if (this.zoomToolbar()) { + this._buttonToFit + .x(this.width() - iconDiameter / 2 - 4) + .y(iconDiameter / 2 + 4) + .render() + ; + this._buttonPlus + .x(this.width() - iconDiameter / 2 - 4) + .y(this._buttonToFit.y() + 4 + iconDiameter) + .render() + ; + this._buttonMinus + .x(this.width() - iconDiameter / 2 - 4) + .y(this._buttonPlus.y() + iconDiameter) + .render() + ; + } + toolbar.exit() + .each(function () { + context._buttonToFit + .target(null) + .render() + ; + delete context._buttonToFit; + }) + .remove() + ; + }; + SVGZoomWidget.prototype.exit = function (domNode, element) { + SVGWidget.prototype.exit.apply(this, arguments); + }; + + return SVGZoomWidget; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('common/WidgetArray.js',["./Widget"], factory); + } else { + root.common_WidgetArray = factory(root.common_Widget); + } +}(this, function (Widget) { + function WidgetArray() { + Widget.call(this); + } + WidgetArray.prototype = Object.create(Widget.prototype); + WidgetArray.prototype.constructor = WidgetArray; + WidgetArray.prototype._class += " common_WidgetArray"; + + WidgetArray.prototype.publish("content", [], "widgetArray", "Widget Array"); + + WidgetArray.prototype.target = function (target) { + if (!target) { + this.content_reset(); + this.exit(); + } + }; + + return WidgetArray; +})); + diff --git a/dist/hpcc-viz-common.min.js b/dist/hpcc-viz-common.min.js new file mode 100644 index 0000000000..82f340a5a4 --- /dev/null +++ b/dist/hpcc-viz-common.min.js @@ -0,0 +1,3 @@ +!function(t,e){"function"==typeof define&&define.amd?define("common/Class.js",[],e):t.common_Class=e()}(this,function(){function t(){}return t.prototype.constructor=t,t.prototype._class="common_Class",t.prototype["class"]=function(t){return arguments.length?(this._class=t,this):this._class},t.prototype.classID=function(){return this._class.split(" ").pop()},t.prototype["implements"]=function(t){for(var e in t)t.hasOwnProperty(e)&&(void 0===this[e]?this[e]=t[e]:window.__hpcc_debug&&console.log("Duplicate member: "+e))},t.prototype.mixin=function(t){this["implements"](t.prototype),t.prototype.hasOwnProperty("_class")&&(this._class+=" "+t.prototype._class.split(" ").pop())},t.prototype.overrideMethod=function(t,e){if(void 0===this[t])throw"Method: "+t+" does not exist.";var i=this[t];return this[t]=function(){return e(i,arguments)},this},t}),function(t,e){"function"==typeof define&&define.amd?define("common/Platform.js",["d3","es6-promise"],e):(t.require=t.require||function(e,i){"function"==typeof e&&(i=e,e=[]);var n=e.map(function(e){var i=0===e.indexOf("src/")?"src/".length:0===e.indexOf("hpcc-viz/")?"hpcc-viz/".length:0===e.indexOf("../")?"../".length:0,n=e.substring(i).split("/").join("_");return t[n]});i.apply(null,n)},t.common_Platform=e(t.d3))}(this,function(t){function e(){}var i="1.14.0-rc10";return e.prototype.version=function(){return i},e.prototype.ieVersion=function(){var t,e=navigator.userAgent,i=e.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];return/trident/i.test(i[1])?(t=/\brv[ :]+(\d+)/g.exec(e)||[],parseFloat(t[1])):/msie/i.test(i[1])?parseFloat(i[2]):null}(),e.prototype.isIE=null!==e.prototype.ieVersion,e.prototype.svgMarkerGlitch=e.prototype.isIE&&e.prototype.ieVersion<=12,e.prototype.MutationObserver=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver||function(t){this.callback=t,this.listeners=[];var e=function(t,e,i){this.callback=t,this.domNode=e,this.type=i};e.prototype={handleEvent:function(t){var e={type:this.type,target:this.domNode,addedNodes:[],removedNodes:[],previousSibling:t.target.previousSibling,nextSibling:t.target.nextSibling,attributeName:null,attributeNamespace:null,oldValue:null};this.callback([e])}},this.observe=function(t,i){var n=null;i.attributes&&(n=new e(this.callback,t,"attributes"),this.listeners.push(n),t.addEventListener("DOMAttrModified",n,!0)),i.characterData&&(n=new e(this.callback,t,"characterData"),this.listeners.push(n),t.addEventListener("DOMCharacterDataModified",n,!0)),i.childList&&(n=new e(this.callback,t,"childList"),this.listeners.push(n),t.addEventListener("DOMNodeInserted",n,!0),t.addEventListener("DOMNodeRemoved",n,!0))},this.disconnect=function(){this.listeners.forEach(function(t){switch(t.type){case"attributes":t.domNode.removeEventListener("DOMAttrModified",t,!0);break;case"characterData":t.domNode.removeEventListener("DOMCharacterDataModified",t,!0);break;case"childList":t.domNode.removeEventListener("DOMNodeRemoved",t,!0),t.domNode.removeEventListener("DOMNodeInserted",t,!0)}}),this.listeners=[]}},window.MutationObserver||(window.MutationObserver=e.prototype.MutationObserver),e.prototype._scrollBarWidth=null,e.prototype.getScrollbarWidth=function(){if(null===e.prototype._scrollBarWidth){var t=document.createElement("div");t.style.visibility="hidden",t.style.width="100px",t.style.msOverflowStyle="scrollbar",document.body.appendChild(t);var i=t.offsetWidth;t.style.overflow="scroll";var n=document.createElement("div");n.style.width="100%",t.appendChild(n);var o=n.offsetWidth;t.parentNode.removeChild(t),e.prototype._scrollBarWidth=i-o}return e.prototype._scrollBarWidth},e.prototype.debounce=function(t,e,i){return function(){function n(){i||t.apply(o,r),o.__hpcc_debounce_timeout=null}var o=this||{},r=arguments;o.__hpcc_debounce_timeout?clearTimeout(o.__hpcc_debounce_timeout):i&&t.apply(o,r),o.__hpcc_debounce_timeout=setTimeout(n,e||100)}},Math.sign=Math.sign||function(t){return t=+t,0===t||isNaN(t)?t:t>0?1:-1},e}),function(t,e){"function"==typeof define&&define.amd?define("common/PropertyExt.js",["./Class"],e):t.common_PropertyExt=e(t.common_Class)}(this,function(t){function e(t){return 0===t.indexOf(s)}function i(t,e){return t[a+e]}function n(t,e,i,n,o,r){switch(r=r||{},this.id=t,this.type=i,this.origDefaultValue=e,this.defaultValue=r.optional&&null===e?void 0:e,this.description=n,this.set=o,this.ext=r,i){case"set":this.checkedAssign=function(e){var n="function"==typeof o?o.call(this):o;return(!n||n.indexOf(e)<0)&&console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"html-color":this.checkedAssign=function(e){if(window.__hpcc_debug&&e&&"red"!==e){var n="red",o=document.createElement("div");o.style.color=n,o.style.color=e,(o.style.color===n||""===o.style.color)&&console.error("Invalid value for '"+t+"': "+e+" expected "+i)}return e};break;case"boolean":this.checkedAssign=function(t){return"string"==typeof t&&["false","off","0"].indexOf(t.toLowerCase())>=0?!1:Boolean(t)};break;case"number":this.checkedAssign=function(t){return Number(t)};break;case"string":this.checkedAssign=function(t){return String(t)};break;case"array":this.checkedAssign=function(e){return e instanceof Array||console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"object":this.checkedAssign=function(e){return e instanceof Object||console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"widget":this.checkedAssign=function(e){return(!e._class||e._class.indexOf("common_PropertyExt")<0)&&console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"widgetArray":this.checkedAssign=function(e){return e.some(function(t){return!t._class||t._class.indexOf("common_Widget")<0})&&console.error("Invalid value for '"+t+"': "+e+" expected "+i),e};break;case"propertyArray":this.checkedAssign=function(e){return e.some(function(t){return!t.publishedProperties})&&console.log("Invalid value for '"+t+"': "+e+" expected "+i),e};break;default:this.checkedAssign=function(e){return window.__hpcc_debug&&console.error("Unchecked property type for '"+t+"': "+e+" expected "+i),e}}}function o(t,e,i,n,o){this.id=t,this.type="proxy",this.proxy=e,this.method=i,this.defaultValue=n,this.ext=o||{}}function r(){t.call(this),this._id="_pe"+ ++l,this._watchArrIdx=0,this._watchArr={},this.publishedProperties(!0).forEach(function(t){switch(t.type){case"array":case"widgetArray":case"propertyArray":this[t.id+"_reset"]()}},this)}var s="__meta_",a="__private_",h="__prop_",c="__default_",l=0;return r.prototype=Object.create(t.prototype),r.prototype._class+=" common_PropertyExt",r.prototype.id=function(){return this._id},r.prototype.publishedProperties=function(t,n){var o=[];for(var r in this)if(e(r)&&(t||!i(this,r))){var s=this[r];if(n&&s.type){for(var a=this;"proxy"===s.type;)a=a[s.proxy],s=a.publishedProperty(s.method);s.id!==this[r].id&&(s=JSON.parse(JSON.stringify(s)),s.id=this[r].id)}o.push(s)}return o},r.prototype.propertyWalker=function(t,e){this.publishedProperties(!1,!0).forEach(function(i){"function"==typeof t&&t(this,i)||e(this,i)},this)},r.prototype.publishedProperty=function(t){return this[s+t]},r.prototype.publishedModified=function(t){return this.publishedProperties().some(function(t){return this[t.id+"_modified"]()},this)},r.prototype.publishReset=function(t,i){t=(t||[]).map(function(t){return s+t}),i=(i||[]).map(function(t){return s+t});for(var n in this)if(e(n)){var o=!t.length||t.length&&t.indexOf(n)>=0,r=i.indexOf(n)>=0;o&&!r&&(this[a+n]=!0)}},r.prototype.publish=function(t,e,i,o,r,l){if(l=l||{},void 0!==this[s+t]&&!l.override)throw t+" is already published.";var p=this[s+t]=new n(t,e,i,o,r,l);p.ext.internal&&(this[a+t]=!0),this[t]=function(e){return arguments.length?(void 0===e?e=null:""===e&&p.ext.optional?e=null:null!==e&&(e=p.checkedAssign.call(this,e)),this.broadcast(t,e,this[h+t]),null===e?delete this[h+t]:this[h+t]=e,this):this[t+"_disabled"]()?this[t+"_default"]():void 0!==this[h+t]?this[h+t]:this[t+"_default"]()},this[t+"_disabled"]=function(){return l&&l.disable?!!l.disable(this):!1},this[t+"_modified"]=function(){return void 0!==this[h+t]},this[t+"_exists"]=function(){return void 0!==this[h+t]||void 0!==this[t+"_default"]()},this[t+"_default"]=function(e){return arguments.length?(""===e&&(e=null),null===e?delete this[c+t]:this[c+t]=e,this):void 0!==this[c+t]?this[c+t]:p.defaultValue},this[t+"_reset"]=function(){switch(i){case"widget":this[h+t]&&this[h+t].target(null);break;case"widgetArray":this[h+t]&&this[h+t].forEach(function(t){t.target(null)})}switch(i){case"array":case"widgetArray":case"propertyArray":this[c+t]=this[t+"_default"]().map(function(t){return t})}return delete this[h+t],this},this[t+"_options"]=function(){if("function"==typeof r){var t=p.ext.optional?[null]:[];return t.concat(r.apply(this,arguments))}return r}},r.prototype.publishWidget=function(t,e,i){for(var n in e.prototype)if(0===n.indexOf("__meta")){var o=e.prototype[n];this.publishProxy(t+h+o.id,i,o.method||o.id)}},r.prototype.publishProxy=function(t,e,i,n){if(i=i||t,void 0!==this[s+t])throw t+" is already published.";this[s+t]=new o(t,e,i,n),this[t]=function(o){return arguments.length?(void 0!==n&&o===n?this[e][i+"_reset"]():this[e][i](o),this):void 0===n||this[t+"_modified"]()?this[e][i]():n},this[t+"_disabled"]=function(){return this[e][i+"_disabled"]()},this[t+"_modified"]=function(){return this[e][i+"_modified"]()&&(void 0===n||this[e][i]()!==n)},this[t+"_exists"]=function(){return this[e][i+"_exists"]()},this[t+"_default"]=function(t){return arguments.length?(this[e][i+"_default"](t),this):this[e][i+"_default"]()},this[t+"_reset"]=function(){return this[e][i+"_reset"](),this},this[t+"_options"]=function(){return this[e][i+"_options"]()}},r.prototype.monitorProperty=function(t,e){var i=this.publishedProperty(t);switch(i.type){case"proxy":return this[i.proxy]?this[i.proxy].monitorProperty(i.method,function(t,n,o){e(i.id,n,o)}):{remove:function(){}};default:var n=this._watchArrIdx++;this._watchArr[n]={propertyID:t,callback:e};var o=this;return{remove:function(){delete o._watchArr[n]}}}return null},r.prototype.monitor=function(t){return{_watches:this.publishedProperties().map(function(e){return this.monitorProperty(e.id,t)},this),remove:function(){this._watches.forEach(function(t){t.remove()})}}},r.prototype.broadcast=function(t,e,i,n){if(n=n||this,e!==i)for(var o in this._watchArr){var r=this._watchArr[o];void 0!==r.propertyID&&r.propertyID!==t||!r.callback||setTimeout(function(o){o.callback(t,e,i,n)},0,r)}},r.prototype.applyTheme=function(t){if(t){var e=this._class.split(" ");for(var i in e)if(t[e[i]])for(var n in t[e[i]])if("overrideTags"===n&&t[e[i]][n]instanceof Object)for(var o in t[e[i]][n])this.publishedProperty(n).ext&&(this.publishedProperty(n).ext.tags=t[e[i]][n][o]);else this.publishedProperty(n)&&(this.publishedProperty(n).defaultValue=t[e[i]][n])}},r.prototype.copyPropsTo=function(t){this.publishedProperties(!1).forEach(function(e){this[e.id+"_exists"]()?t[e.id](this[e.id]()):t[e.id+"_reset"]()},this)},r}),function(t,e){"function"==typeof define&&define.amd?define("common/Utility.js",["d3","require","es6-promise"],e):t.common_Utility=e(t.d3,t.require)}(this,function(t,e){function i(t,e,i,n,o){var r,s,a=/(^([+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?)?$|^0x[0-9a-f]+$|\d+)/gi,h=/(^[ ]*|[ ]*$)/g,c=/(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[\/\-]\d{1,4}[\/\-]\d{1,4}|^\w+, \w+ \d+, \d{4})/,l=/^0x[0-9a-f]+$/i,p=/^0/,u=function(t){return!o&&(""+t).toLowerCase()||""+t},d=u(n?t[n]:t).replace(h,"")||"",f=u(n?e[n]:e).replace(h,"")||"",m=d.replace(a,"\x00$1\x00").replace(/\0$/,"").replace(/^\0/,"").split("\x00"),y=f.replace(a,"\x00$1\x00").replace(/\0$/,"").replace(/^\0/,"").split("\x00"),g=parseInt(d.match(l),16)||1!==m.length&&d.match(c)&&Date.parse(d),_=parseInt(f.match(l),16)||g&&f.match(c)&&Date.parse(f)||null;if(_){if(_>g)return"ascending"===i?-1:1;if(g>_)return"ascending"===i?1:-1}for(var v=0,x=Math.max(m.length,y.length);x>v;v++){if(r=!(m[v]||"").match(p)&&parseFloat(m[v])||m[v]||0,s=!(y[v]||"").match(p)&&parseFloat(y[v])||y[v]||0,isNaN(r)!==isNaN(s))return isNaN(r)?1:-1;if(typeof r!=typeof s&&(r+="",s+=""),s>r)return"ascending"===i?-1:1;if(r>s)return"ascending"===i?1:-1}return 0}function n(){this.items={}}function o(t,e){this.widgetElement(t),this.skipBringToTop(e)}function r(t){this._selection=new o(null,t)}n.prototype.clear=function(){for(var t in this.items)this.items[t].element().classed("selected",!1);this.items={}},n.prototype.isEmpty=function(){for(var t in this.items)return!1;return!0},n.prototype.append=function(t){this.items[t._id]=t,t.element().classed("selected",!0)},n.prototype.remove=function(t){this.items[t._id].element().classed("selected",!1),delete this.items[t._id]},n.prototype.isSelected=function(t){return void 0!==this.items[t._id]},n.prototype.get=function(){var t=[];for(var e in this.items)t.push(this.items[e]);return t},n.prototype.set=function(t){this.clear(),t.forEach(function(t,e){this.append(t)},this)},n.prototype.click=function(t,e){e.ctrlKey?this.items[t._id]?this.remove(t):this.append(t):(this.clear(),this.append(t))},o.prototype.widgetElement=function(t){return arguments.length?(this._widgetElement=t,this):this._widgetElement},o.prototype.skipBringToTop=function(t){return arguments.length?(this._skipBringToTop=t,this):this._skipBringToTop},o.prototype.enter=function(e){var i=this;e.each(function(e){var n=i._initialSelection?i._initialSelection.indexOf(JSON.stringify(e))>=0:!1;t.select(this).classed("selected",n).classed("deselected",!n)}).on("click.SimpleSelection",function(e,n){i._skipBringToTop||this.parentNode.appendChild(this);var o=t.select(this),r=o.classed("selected");i._widgetElement.selectAll(".selected").classed("selected",!1).classed("deselected",!0),r||o.classed("selected",!0).classed("deselected",!1)}).on("mouseover.SimpleSelection",function(e,i){t.select(this).classed("over",!0)}).on("mouseout.SimpleSelection",function(e,i){t.select(this).classed("over",null)})},o.prototype.selected=function(e){return t.select(e).classed("selected")},o.prototype.selection=function(e){if(!arguments.length){var i=[];return this._widgetElement&&this._widgetElement.selectAll(".selected").each(function(t){i.push(JSON.stringify(t))}),i}return this._widgetElement?this._widgetElement.selectAll(".selected,.deselected").each(function(i){var n=e.indexOf(JSON.stringify(i))>=0;t.select(this).classed("selected",n).classed("deselected",!n)}):this._initialSelection=e,this},r.prototype.serializeState=function(){return{selection:this._selection.selection(),data:this.data()}},r.prototype.deserializeState=function(t){return t&&(this._selection.selection(t.selection),t.data&&this.data(t.data)),this};var s=window.performance,a=s&&(s.now||s.mozNow||s.msNow||s.oNow||s.webkitNow);return{naturalSort:function(t,e,n,o){return t.slice(0).sort(function(t,r){return i(t,r,e,n,o)})},multiSort:function(e,i){return i&&i.length&&e.sort(function(e,n){for(var o=0;on.length)&&(i=n.length),i-=e.length;var o=n.indexOf(e,i);return-1!==o&&o===i},d3ArrayAdapter:function(t){return{ownerDocument:{createElement:function(e){return{get __data__(){return this.row},set __data__(e){this.row=t[this.index]=e}}},createElementNS:function(t,e){return this.createElement(e)}},querySelectorAll:function(e){if(e)throw"unsupported";var i=this;return t.map(function(e,n){return{ownerDocument:i.ownerDocument,parentNode:i,get __data__(){return e},set __data__(e){t[n]=e}}})},appendChild:function(e){return e.parentNode=this,e.index=t.length,t.push(null),e},insertBefore:function(e,i){var n=t.indexOf(e.__data__),o=t.indexOf(i.__data__);return n>o?t.splice(o,0,t.splice(n,1)[0]):o-1>n&&t.splice(o-1,0,t.splice(n,1)[0]),e},removeChild:function(e){return t.splice(t.indexOf(e.__data__),1),e}}},downloadBlob:function(e,i,n,o){var r=new Date,s=t.time.format("%Y-%m-%dT%H_%M_%S"),a=s(r);n=n||"data_"+a+"."+e.toLowerCase();var h=n+(o?"."+o:""),c="";switch(e){case"TSV":c="text/tab-seperated-values";break;case"JSON":c="application/json";break;default:c="text/csv"}var l=document.createElement("a");if(navigator.msSaveBlob)return l=null,navigator.msSaveBlob(new Blob([i],{type:c}),h);if("download"in l)return l.href="data:"+c+","+encodeURIComponent(i),l.setAttribute("download",h),document.body.appendChild(l),setTimeout(function(){l.click(),document.body.removeChild(l)},10),!0;l=null;var p=document.createElement("iframe");return document.body.appendChild(p),p.src="data:"+c+","+encodeURIComponent(i),setTimeout(function(){document.body.removeChild(p)},100),!0},widgetPath:function(t){return"../"+t.split("_").join("/")},parseClassID:function(t,e){e=e||"..";var i=t.split(".");return{path:e+"/"+i[0].split("_").join("/"),memberWidgetID:i.length>1?i[1]:null}},requireWidget:function(t){var i=this;return new Promise(function(n,o){var r=i.parseClassID(t);e([r.path],function(t){n(r.memberWidgetID?t.prototype?t.prototype[r.memberWidgetID]:t[r.memberWidgetID]:t)})})},checksum:function(t){switch(t instanceof Array&&(t=t.join("")+t.length),typeof t){case"string":break;default:t=""+t}for(var e=305419896,i=0,n=t.length;n>i;++i)e+=t.charCodeAt(i)*(i+1);return(4294967295&e).toString(16)},getTime:function(){return a&&a.call(s)||(new Date).getTime()},mixin:function(t,e){function i(t,e){var i,n={};for(var o in e)i=e[o],o in t&&(t[o]===i||o in n&&n[o]===i)||(t[o]=i);return t}t=t||{};for(var n=1,o=arguments.length;o>n;n++)i(t,arguments[n]);return t}}}),function(t,e){"function"==typeof define&&define.amd?define("common/Database.js",["d3","./Class","./PropertyExt","./Utility"],e):t.common_Database=e(t.d3,t.common_Class,t.common_PropertyExt,t.common_Utility)}(this,function(t,e,i,n){function o(t,n){e.call(this),i.call(this),this._id=t||this._id,n=n||{},this.label(n.label||""),this.type(n.type||""),this.mask(n.mask||null),this.format(n.format||null)}function r(t){t=t||!1,e.call(this),i.call(this),this._dataChecksum=t,this._dataVersion=0,this.clear()}function s(e){this._grid=e,t.rebind(this,this._grid,"checksum","fields")}function a(t,e,i){s.call(this,t),e instanceof Array||(e=[e]),this._columnIndicies=e.filter(function(t){return t}).map(function(t){switch(typeof t){case"string":return this._grid.fieldByLabel(t).idx}return t},this),i=i||function(t){return t},this._rollup=i}function h(t,e){return t instanceof Array||(t=[t]),t.filter(function(t){return""!==t}).every(e)}function c(t){return"boolean"==typeof t}function l(t){return"number"==typeof t||!isNaN(t)}function p(t){return"string"==typeof t}function u(e,i){for(var n=0;n=0}o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype.mixin(i),o.prototype._class+=" common_Database.Field",o.prototype.id=function(){return this._id},o.prototype.checksum=function(){return n.checksum(this.label()+this.type()+this.mask()+this.format())},o.prototype.publish("label","","string","Label"),o.prototype.publish("type","","set","Type",["","string","number","boolean","time"]);var g=o.prototype.type;o.prototype.type=function(t){var e=g.apply(this,arguments);if(arguments.length)switch(this.type()){case"number":this._typeTransformer=function(t){return Number(t)};break;case"string":this._typeTransformer=function(t){return String(t)};break;case"boolean":this._typeTransformer=function(t){return"string"==typeof t&&["false","off","0"].indexOf(t.toLowerCase())>=0?!1:Boolean(t)};break;case"time":case"date":this._typeTransformer=function(t){return this._maskTransformer.parse(t)};break;default:this._typeTransformer=function(t){return t}}return e},o.prototype.publish("mask","","string","Time Mask");var _=o.prototype.mask;o.prototype.mask=function(t){var e=_.apply(this,arguments);return arguments.length&&(this._maskTransformer=this.formatter(t)),e},o.prototype.publish("format","","string","Format");var v=o.prototype.format;o.prototype.format=function(t){var e=v.apply(this,arguments);return arguments.length&&(this._formatTransformer=this.formatter(t)),e},o.prototype.parse=function(t){if(!t)return t;try{return this._typeTransformer(t)}catch(e){return console.log("Unable to parse: "+t),null}},o.prototype.transform=function(t){if(!t)return t;try{return this._formatTransformer(this._typeTransformer(t))}catch(e){return console.log("Unable to transform: "+t),null}},o.prototype.clone=function(){return new o(this._id,{label:this.label(),type:this.type(),mask:this.mask(),format:this.format()})},o.prototype.formatter=function(e){var i;if(!e)return i=function(t){return t},i.parse=function(t){return t},i;switch(this.type()){case"time":case"date":return t.time.format(e)}return i=t.format(e),i.parse=function(t){return t},i},r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype.mixin(i),r.prototype._class+=" common_Database.Grid",r.prototype.publish("fields",[],"propertyArray","Fields"),r.prototype.clear=function(){return this.fields([]),this._data=[],this._dataChecksums=[],++this._dataVersion,this},r.prototype.legacyColumns=function(t){return arguments.length?(this.row(0,t),this):this.row(0)},r.prototype.legacyData=function(t,e){return r.prototype.data.apply(this,arguments)},r.prototype.field=function(t){return this.fields()[t]};var x=r.prototype.fields;r.prototype.fields=function(t,e){return arguments.length?x.call(this,e?t.map(function(t){return t.clone()}):t):x.apply(this,arguments)},r.prototype.fieldByLabel=function(t,e){return this.fields().filter(function(i,n){return i.idx=n,e?i.label().toLowerCase()===t.toLowerCase():i.label()===t})[0]},r.prototype.data=function(t,e){return arguments.length?(this._data=e?t.map(function(t){return t.map(function(t){return t})}):t,this._dataCalcChecksum(),this):this._data},r.prototype.parsedData=function(){var t=this;return this._data.map(function(e){return e.map(function(e,i){return t.fields()[i].parse(e)})})},r.prototype.formattedData=function(){var t=this;return this._data.map(function(e){return e.map(function(e,i){return t.fields()[i].transform(e)})})},r.prototype.fieldsChecksum=function(){return n.checksum(this.fields().map(function(t){return t.checksum()}))},r.prototype.dataChecksum=function(){return n.checksum(this._dataChecksum?this._dataChecksums:this._dataVersion)},r.prototype.checksum=function(){return n.checksum([this.dataChecksum(),this.fieldsChecksum()])},r.prototype._dataCalcChecksum=function(t){return++this._dataVersion,this._dataChecksum&&(arguments.length?this._dataChecksums[t]=n.checksum(this._data[t]):this._dataChecksums=this._data.map(function(t){return n.checksum(t)})),this},r.prototype.row=function(e,i){if(arguments.length<2)return 0===e?this.fields().map(function(t){return t.label()}):this._data[e-1];if(0===e){var n=t.map(this.fields(),function(t){return t.label()});this.fields(i.map(function(t){return n.get(t)||(new o).label(t)},this))}else this._data[e-1]=i,this._dataCalcChecksum(e-1);return this},r.prototype.rows=function(t){return arguments.length?(this.row(0,t[0]),this._data=t.filter(function(t,e){return e>0}),this._dataCalcChecksum(),this):[this.row(0)].concat(this._data)},r.prototype.column=function(t,e){return arguments.length<2?[this.fields()[t].label()].concat(this._data.map(function(e,i){return e[t]})):(e.forEach(function(i,n){0===n?this.fields()[t]=(new o).label(e[0]):(this._data[n-1][t]=i,this._dataCalcChecksum(n-1))},this),this)},r.prototype.columnData=function(t,e){return arguments.length<2?this._data.map(function(e,i){return e[t]}):(e.forEach(function(e,i){this._data[i][t]=e,this._dataCalcChecksum(i)},this),this)},r.prototype.columns=function(t){return arguments.length?(t.forEach(function(e,i){this.column(i,t[i])},this),this):this.fields().map(function(t,e){return this.column(e)},this)},r.prototype.cell=function(t,e,i){return arguments.length<3?this.row(t)[e]:(0===t?this.fields()[e]=(new o).label(i):(this._data[t][e]=i,this._dataCalcChecksum(t)),this)},r.prototype.grid=function(t){return r.prototype.rows.apply(this,arguments)},r.prototype.hipieMapSortArray=function(t){return t.map(function(t){var e=!1;0===t.indexOf("-")&&(t=t.substring(1),e=!0);var i=this.fieldByLabel(t,!0);return i||console.log("Grid.prototype.hipieMapSortArray: Invalid sort array - "+t),{idx:i?i.idx:-1,reverse:e}},this).filter(function(t){return t.idx>=0})},r.prototype.hipieMappings=function(e,i){function n(t,e,i,o){var r=i.map(function(t){return t});r[e]=t.key,t.values instanceof Array?t.values.forEach(function(t){n(t,e+1,r,o)}):(r[e+1]=t.values,o.push(r))}if(i=i||"",!this.fields().length||!this._data.length)return[];var o=-1,r=[],s=[],a=-1,h=[];if(e.forEach(function(t,e){if(t instanceof Object)switch(t["function"]){case"SUM":case"AVE":case"MIN":case"MAX":o>=0&&console.log("Rollup field already exists - there should only be one?"),o=e,t.params.forEach(function(t){var e=this.fieldByLabel(t.param1,!0);e?r.push(e.idx):console.log("Grid.prototype.hipieMappings: Invalid rollup field - "+t.param1)},this);break;case"SCALE":a>=0&&console.log("Scale field already exists - there should only be one?"),a=e,t.params.forEach(function(t){var e=this.fieldByLabel(t.param1,!0);if(e){var i=e.idx,n=t.param2;h.push(function(t){return t[i]/n})}else console.log("Grid.prototype.hipieMappings: Invalid scale field - "+t.param1)},this);break;default:console.log("Unknown field function - "+t["function"])}else if(t.indexOf("_AVE")===t.length-4&&this.fieldByLabel(t.substring(0,t.length-4)+"_SUM",!0)&&this.fieldByLabel("base_count",!0)){console.log("Deprecated - Symposium AVE Hack");var n=this.fieldByLabel(t.substring(0,t.length-4)+"_SUM",!0),c=this.fieldByLabel("base_count",!0);s.push(n.idx),h.push(function(t){return t[n.idx]/t[c.idx]})}else{var l=this.fieldByLabel(t,!0);l?(s.push(l.idx),h.push(function(t){return t[l.idx]})):(console.log("Unable to locate '"+t+"' in server response."),h.push(function(t){return i}))}},this),o>=0){var c=e[o],l=[];for(var p in c.params)l.push(c.params[p]);var u=this.rollup(s,function(e){switch(c["function"]){case"SUM":return t.sum(e,function(t){return t[r[0]]});case"AVE":return t.mean(e,function(t){return t[r[0]]});case"MIN":return t.min(e,function(t){return t[r[0]]});case"MAX":return t.max(e,function(t){return t[r[0]]})}return console.log("Unsupported Mapping Function: "+c["function"]),0}),d=[];return u instanceof Array?u.forEach(function(t){n(t,0,[],d)}):d.push([u]),d}return this._data.map(function(t){var e=[];return h.forEach(function(i){e.push(i(t))}),e})},s.prototype.constructor=s,s.prototype.grid=function(){return this._grid},s.prototype.columns=function(t){return arguments.length?(this._grid.legacyColumns(t),this):this._grid.legacyColumns()},s.prototype.rawData=function(t){return arguments.length?(this._grid.legacyData(t),this):this._grid.legacyData()},s.prototype.formattedData=function(){return this._formattedDataChecksum!==this._grid.checksum()&&(this._formattedDataChecksum=this._grid.checksum(),this._formattedData=this._grid.formattedData()),this._formattedData},s.prototype.parsedData=function(){return this._parsedDataChecksum!==this._grid.checksum()&&(this._parsedDataChecksum=this._grid.checksum(),this._parsedData=this._grid.parsedData()),this._parsedData},s.prototype._whichData=function(t){if(t){if(t.parsed)return this.formattedData();if(t.formatted)return this.formattedData()}return this.rawData()},s.prototype.data=function(t){return s.prototype.rawData.apply(this,arguments)},a.prototype=Object.create(s.prototype),a.prototype.constructor=a,a.prototype.nest=function(){if(this._nestChecksum!==this._grid.checksum()){this._nestChecksum=this._grid.checksum();var e=t.nest();this._columnIndicies.forEach(function(t){e.key(function(e){return e[t]})}),this._nest=e.rollup(this._rollup)}return this._nest},a.prototype.entries=function(t){return this.nest().entries(this._whichData(t))},a.prototype.map=function(t){return this.nest().map(this._whichData(t))},a.prototype.d3Map=function(e){return this.nest().map(this._whichData(e),t.map)},a.prototype._walkData=function(t,e){e=e||[];var i=[];return t.forEach(function(t){t instanceof Array?i.push(e.concat([t])):i=i.concat(this._walkData(t.values,e.concat([t.key])))},this),i},a.prototype.data=function(t){return this._walkData(this.entries(t))},r.prototype.legacyView=function(){return new s(this)},r.prototype.nestView=function(t){return new a(this,t)},r.prototype.rollupView=function(t,e){return new a(this,t,e)},r.prototype.aggregateView=function(e,i,n,o){var r=this;return new a(this,e,function(e){switch(i){case null:case void 0:case"":return e.aggregate=e.length,e;default:var s=r.legacyColumns(),a=s.indexOf(n),h=s.indexOf(o);return e.aggregate=t[i](e,function(t){return(+t[a]-(h>=0?+t[h]:0))/(h>=0?+t[h]:1)}),e}})},r.prototype._nest=function(e,i){e instanceof Array||(e=[e]);var n=t.nest();return e.forEach(function(t){n.key(function(e){return e[t]})}),n},r.prototype.nest=function(t){return this._nest(t).entries(this._data)},r.prototype.rollup=function(t,e){return this._nest(t).rollup(e).entries(this._data)},r.prototype.length=function(){return this._data.length+1},r.prototype.width=function(){return this.fields().length},r.prototype.pivot=function(){return this.rows(this.columns()),this},r.prototype.clone=function(t){return(new r).fields(this.fields(),t).data(this.data(),t)},r.prototype.filter=function(t){var e={};return this.row(0).forEach(function(t,i){e[t]=i}),(new r).fields(this.fields(),!0).data(this.data().filter(function(i){for(var n in t)if(t[n]!==i[e[n]])return!1;return!0}))};var b=null;r.prototype.analyse=function(t){t instanceof Array||(t=[t]);var e=[];return t.forEach(function(t){var i=this.rollup(t,function(t){return t.length});e.push(i);var n=i.map(function(t){return t.key});this.fields()[t].isBoolean=h(n,c),this.fields()[t].isNumber=h(n,l),this.fields()[t].isString=!this.fields()[t].isNumber&&h(n,p),this.fields()[t].isUSState=this.fields()[t].isString&&h(n,y),this.fields()[t].isDateTime=this.fields()[t].isString&&h(n,d),this.fields()[t].isDateTimeFormat=b,this.fields()[t].isDate=!this.fields()[t].isDateTime&&h(n,f),this.fields()[t].isDateFormat=b,this.fields()[t].isTime=this.fields()[t].isString&&!this.fields()[t].isDateTime&&!this.fields()[t].isDate&&h(n,m),this.fields()[t].isTimeFormat=b},this),e},r.prototype.jsonObj=function(t){return arguments.length?(this.clear(),this.data(t.map(function(t,e){var i=[];for(var n in t){var r=this.row(0).indexOf(n);0>r&&(r=this.fields().length,this.fields().push((new o).label(n))),i[r]=t[n]}return i},this)),this):this._data.map(function(t){var e={};return this.row(0).forEach(function(i,n){e[i]=t[n]}),e},this)},r.prototype.json=function(t){return arguments.length?(this.jsonObj(JSON.parse(t)),this):JSON.stringify(this.jsonObj(),null," ")},r.prototype.csv=function(e){return arguments.length?(this.jsonObj(t.csv.parse(e)),this):t.csv.formatRows(this.grid())},r.prototype.tsv=function(e){return arguments.length?(this.jsonObj(t.tsv.parse(e)),this):t.tsv.formatRows(this.grid())};var w=[],S=["%Y-%m-%d","%Y%m%d"],k=["%H:%M:%S.%LZ","%H:%M:%SZ","%H:%M:%S"]; +return S.forEach(function(t){k.forEach(function(e){w.push(t+"T"+e)})}),{Field:o,Grid:r}}),function(t,e){"function"==typeof define&&define.amd?define("common/Widget.js",["d3","./Class","./Platform","./PropertyExt","./Database"],e):t.common_Widget=e(t.d3,t.common_Class,t.common_Platform,t.common_PropertyExt,t.common_Database)}(this,function(t,e,i,n,o){function r(){e.call(this),i.call(this),n.call(this),this._class=Object.getPrototypeOf(this)._class,this._id=this._idSeed+s++,this._db=new o.Grid,this._pos={x:0,y:0},this._size={width:0,height:0},this._scale=1,this._visible=!0,this._target=null,this._parentElement=null,this._parentWidget=null,this._element=t.select(),this._renderCount=0,window.__hpcc_debug&&(void 0===window.g_all&&(window.g_all={}),window.g_all[this._id]=this),window.__hpcc_theme&&this.applyTheme(window.__hpcc_theme)}var s=0;return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype.mixin(i),r.prototype.mixin(n),r.prototype._class+=" common_Widget",r.prototype._idSeed="_w",r.prototype.publishProxy("fields","_db","fields"),r.prototype.publish("classed",{},"object","HTML Classes",null,{tags:["Private"]}),r.prototype["export"]=function(t){switch(t){case"TSV":return this._db.tsv();case"JSON":return this._db.json()}return this._db.csv()},r.prototype.leakCheck=function(t){for(var e=this,i=[t],n=new this.MutationObserver(function(t){var o=!1;t.forEach(function(t){for(var r=0;r=0&&e._target&&(o=!0,n.disconnect())}}),o&&console.log("leak: "+e.id()+" - "+e.classID()+" widget.target(null); was not called for this widget before it was removed from the page.")}),o=t.parentNode;o;)n.observe(o,{childList:!0}),i.push(o),o=o.parentNode},r.prototype.on=function(e,i,n){var o=this;return this.overrideMethod(e,function(e,r){var s;return n?t.event&&t.event.stopPropagation():s=e.apply(o,r),i.apply(o,r)||s}),this},r.prototype.id=function(t){return arguments.length?(this._id=t,this):this._id},r.prototype.columns=function(t){return arguments.length?(this._db.legacyColumns(t),this):this._db.legacyColumns()},r.prototype.parsedData=function(){return this._db.parsedData()},r.prototype.formattedData=function(){return this._db.formattedData()},r.prototype.data=function(t){return arguments.length?(this._db.legacyData(t),this):this._db.legacyData()},r.prototype.cloneData=function(){return this.data().map(function(t){return t.slice(0)})},r.prototype.flattenData=function(){var t=[];return this.data().forEach(function(e,i){this.columns().filter(function(t,e){return e>0}).forEach(function(n,o){var r=e[o+1];if(r){var s={rowIdx:i,colIdx:o+1,label:e[0],value:r};t.push(s)}},this)},this),t},r.prototype.rowToObj=function(t){var e={};return this.columns().forEach(function(i,n){e[i]=t[n]}),t.length===this.columns().length+1&&(e.__lparam=t[this.columns().length]),e},r.prototype.pos=function(t){return arguments.length?(this._pos=t,this._overlayElement&&this._overlayElement.attr("transform","translate("+t.x+","+t.y+")scale("+this._scale+")"),this):this._pos},r.prototype.x=function(t){return arguments.length?(this.pos({x:t,y:this._pos.y}),this):this._pos.x},r.prototype.y=function(t){return arguments.length?(this.pos({x:this._pos.x,y:t}),this):this._pos.y},r.prototype.size=function(t){return arguments.length?(this._size=t,this._overlayElement&&this._overlayElement.attr("width",t.width).attr("height",t.height),this):this._size},r.prototype.width=function(t){return arguments.length?(this.size({width:t,height:this._size.height}),this):this._size.width},r.prototype.height=function(t){return arguments.length?(this.size({width:this._size.width,height:t}),this):this._size.height},r.prototype.resize=function(t,e){e=e||{width:0,height:0};var i,n;if(t&&t.width&&t.height)i=t.width,n=t.height;else{var o=window.getComputedStyle(this._target,null);i=parseFloat(o.getPropertyValue("width"))-e.width,n=parseFloat(o.getPropertyValue("height"))-e.height}return this.size({width:i,height:n}),this},r.prototype.scale=function(t){return arguments.length?(this._scale=t,this._overlayElement&&this._overlayElement.attr("transform","translate("+t.x+","+t.y+")scale("+this._scale+")"),this):this._scale},r.prototype.visible=function(t){return arguments.length?(this._visible=t,this._parentElement&&this._parentElement.style({visibility:this._visible?null:"hidden",opacity:this._visible?null:0}),this):this._visible},r.prototype.display=function(t){return arguments.length?(this._display=t,this._element&&this._element.style("display",this._display?null:"none"),this):this._display},r.prototype.calcSnap=function(t){function e(t,e){function i(t,e){var i=t%e;return Math.abs(i)>e-Math.abs(i)&&(i=(e-Math.abs(i))*(0>i?1:-1)),i}return t-i(t,e)}var i=e(this._pos.x-this._size.width/2,t),n=e(this._pos.y-this._size.height/2,t),o=e(this._pos.x+this._size.width/2,t),r=e(this._pos.y+this._size.height/2,t),s=o-i,a=r-n;return[{x:i+s/2,y:n+a/2},{width:s,height:a}]},r.prototype.toWidget=function(e){if(!e)return null;var i=t.select(e);if(i){var n=i.datum();if(n&&n instanceof r)return n}return null},r.prototype.locateParentWidget=function(t){t=t||this._target.parentNode;var e=this.toWidget(t);return e?e:t.parentNode?this.locateParentWidget(t.parentNode):null},r.prototype.locateSVGNode=function(t){return t?"svg"===t.tagName?t:this.locateSVGNode(t.parentNode):null},r.prototype.locateOverlayNode=function(){for(var t=this.locateParentWidget(this._target);t;){if(t._parentOverlay)return t._parentOverlay;t=this.locateParentWidget(t._target.parentNode)}return null},r.prototype.getAbsolutePos=function(t,e,i){var n=this.locateSVGNode(t);if(!n)return null;var o=n.createSVGPoint(),r=t.getCTM();o=o.matrixTransform(r);var s={x:o.x,y:o.y};if(void 0!==e&&void 0!==i){var a=n.createSVGPoint();a.x=e,a.y=i,a=a.matrixTransform(r),s.width=a.x-o.x,s.height=a.y-o.y}return s},r.prototype.hasOverlay=function(){return this._overlayElement},r.prototype.syncOverlay=function(){if(this._size.width&&this._size.height){var t=this.getAbsolutePos(this._overlayElement.node(),this._size.width,this._size.height);if(t&&(null===this.oldPos||void 0===this.oldPos||t.x!==this.oldPos.x||t.y!==this.oldPos.y||t.width!==this.oldPos.width||t.height!==this.oldPos.height)){var e=t.width/this._size.width,i=t.height/this._size.height;this._parentElement.style({left:t.x-t.width/e/2+"px",top:t.y-t.height/i/2+"px",width:t.width/e+"px",height:t.height/i+"px"});var n="scale("+e+","+i+")";this._parentElement.style("transform",n).style("-moz-transform",n).style("-ms-transform",n).style("-webkit-transform",n).style("-o-transform",n)}this.oldPos=t}},r.prototype.element=function(){return this._element},r.prototype.node=function(){return this._element.node()},r.prototype.render=function(e){if(window.__hpcc_debug){var i=Date.now();i-this._prevNow<500&&console.log("Double Render: "+(i-this._prevNow)+" - "+this.id()+" - "+this.classID()),this._prevNow=i}if(e=e||function(){},!this._parentElement||!this.visible())return e(this),this;if(this._parentElement){if(!this._tag)throw"No DOM tag specified";var n=this._parentElement.selectAll("#"+this._id).data([this],function(t){return t._id});n.enter().append(this._tag).classed(this._class,!0).attr("id",this._id).each(function(e){e._element=t.select(this),e.enter(this,e._element),window.__hpcc_debug&&e.leakCheck(this)}),n.classed(this.classed()).each(function(t){t.preUpdate(this,t._element),t.update(this,t._element),t.postUpdate(this,t._element)}),n.exit().each(function(e){t.select(this).datum(null),e.exit(this,e._element)}).remove(),this._renderCount++}var o=[];this.publishedProperties(!0).forEach(function(t){if(!t.ext||t.ext.render!==!1)switch(t.type){case"widget":var e=this[t.id]();e&&o.push(this[t.id]());break;case"widgetArray":o=o.concat(this[t.id]())}},this);var r=this;switch(o.length){case 0:e(this);break;case 1:o[0].render(function(){e(r)});break;default:var s=o.length;o.forEach(function(t,i){setTimeout(function(){t.render(function(){0===--s&&e(r)})},0)})}return this},r.prototype.lazyRender=r.prototype.debounce(function(){this.render()},100),r.prototype.enter=function(t,e){},r.prototype.preUpdate=function(t,e){},r.prototype.update=function(t,e){},r.prototype.postUpdate=function(t,e){},r.prototype.exit=function(t,e){},r}),function(t,e){"function"==typeof define&&define.amd?define("common/CanvasWidget.js",["d3","./Widget"],e):t.common_CanvasWidget=e(t.d3,t.common_Widget)}(this,function(t,e){function i(){e.call(this),this._tag="canvas"}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" common_CanvasWidget",i.prototype.resize=function(t){var i=e.prototype.resize.apply(this,arguments);return this._parentElement.style("width",this._size.width+"px").style("height",this._size.height+"px"),this._element.attr("width",this._size.width),this._element.attr("height",this._size.height),i},i.prototype.target=function(e){if(!arguments.length)return this._target;if(this._target&&e)throw"Target can only be assigned once.";if(this._target=e,("string"==typeof this._target||this._target instanceof String)&&(this._target=document.getElementById(this._target)),this._target){if(this._parentElement=t.select(this._target),!this._size.width&&!this._size.height){var i=parseFloat(this._parentElement.style("width")),n=parseFloat(this._parentElement.style("height"));this.size({width:i,height:n}),this.resize(this._size)}}else this.exit();return this},i.prototype.exit=function(){this._parentElement&&this._parentElement.remove(),e.prototype.exit.apply(this,arguments)},i}),function(t,e){"function"==typeof define&&define.amd?define("common/Transition.js",[],e):t.common_Transition=e()}(this,function(){function t(t){this._widget=t,this._duration=250,this._delay=0,this._ease="cubic-in-out"}return t.prototype.duration=function(t){return arguments.length?(this._duration=t,this._widget):this._duration},t.prototype.delay=function(t){return arguments.length?(this._delay=t,this._widget):this._delay},t.prototype.ease=function(t){return arguments.length?(this._ease=t,this._widget):this._ease},t.prototype.apply=function(t){return this._duration||this._delay?t.transition().duration(this._duration).delay(this._delay).ease(this._ease):t},t}),function(t,e){"function"==typeof define&&define.amd?define("common/SVGWidget.js",["d3","./Widget","./Transition"],e):t.common_SVGWidget=e(t.d3,t.common_Widget,t.common_Transition)}(this,function(t,e,i){function n(){e.call(this),this._tag="g",this._boundingBox=null,this.transition=new i(this),this._drawStartPos="center"}n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" common_SVGWidget",n.prototype.move=function(t,e){var i=this.pos.apply(this,arguments);return arguments.length&&(e?this._element.transition().duration(e):this._element).attr("transform","translate("+t.x+" "+t.y+")"),i},n.prototype.size=function(t){var i=e.prototype.size.apply(this,arguments);return arguments.length&&(this._boundingBox=null),i},n.prototype.resize=function(t){var i=e.prototype.resize.apply(this,arguments);if(this._parentRelativeDiv)switch(this._parentRelativeDiv.style({width:this._size.width+"px",height:this._size.height+"px"}),this._drawStartPos){case"origin":this.pos({x:0,y:0});break;case"center":default:this.pos({x:this._size.width/2,y:this._size.height/2})}return this._parentElement.attr("width",this._size.width).attr("height",this._size.height),i},n.prototype.target=function(e){if(!arguments.length)return this._target;if(this._target&&e&&this._target.__data__.id!==e.__data__.id)throw"Target can only be assigned once.";return this._target=e,("string"==typeof this._target||this._target instanceof String)&&(this._target=document.getElementById(this._target)),this._target instanceof SVGElement?(this._parentElement=t.select(this._target),this._parentWidget=this._parentElement.datum(),this._parentWidget&&this._parentWidget._id!==this._id||(this._parentWidget=this.locateParentWidget(this._target.parentNode)),this._parentOverlay=this.locateOverlayNode()):this._target?(this._parentRelativeDiv=t.select(this._target).append("div").style({position:"relative"}),this._parentElement=this._parentRelativeDiv.append("svg").style({position:"absolute",top:0,left:0}),this._parentOverlay=this._parentRelativeDiv.append("div").style({position:"absolute",top:0,left:0}),this.resize(this._size)):this.exit(),this},n.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},n.prototype.update=function(t,i){e.prototype.update.apply(this,arguments)},n.prototype.postUpdate=function(t,i){e.prototype.postUpdate.apply(this,arguments),"origin"===this._drawStartPos&&this._target instanceof SVGElement?this._element.attr("transform","translate("+(this._pos.x-this._size.width/2)+","+(this._pos.y-this._size.height/2)+")scale("+this._scale+")"):this._element.attr("transform","translate("+this._pos.x+","+this._pos.y+")scale("+this._scale+")")},n.prototype.exit=function(t,i){this._parentRelativeDiv&&(this._parentOverlay.remove(),this._parentElement.remove(),this._parentRelativeDiv.remove()),e.prototype.exit.apply(this,arguments)},n.prototype.getOffsetPos=function(){var t={x:0,y:0};return this._parentWidget?(t=this._parentWidget.getOffsetPos(),t.x+=this._pos.x,t.y+=this._pos.y,t):t},n.prototype.getBBox=function(t,e){if(t||null===this._boundingBox){var i=this._element.node();i instanceof SVGElement&&(this._boundingBox=i.getBBox())}return null===this._boundingBox?{x:0,y:0,width:0,height:0}:{x:(e?Math.round(this._boundingBox.x):this._boundingBox.x)*this._scale,y:(e?Math.round(this._boundingBox.y):this._boundingBox.y)*this._scale,width:(e?Math.round(this._boundingBox.width):this._boundingBox.width)*this._scale,height:(e?Math.round(this._boundingBox.height):this._boundingBox.height)*this._scale}},n.prototype.intersection=function(t,e){return this.intersectRect(t,e)};var o=function(t,e,i){return{x:t.x+(e.x-t.x)*i,y:t.y+(e.y-t.y)*i}},r=function(t,e,i,n){var o={type:"",points:[]},r=(n.x-i.x)*(t.y-i.y)-(n.y-i.y)*(t.x-i.x),s=(e.x-t.x)*(t.y-i.y)-(e.y-t.y)*(t.x-i.x),a=(n.y-i.y)*(e.x-t.x)-(n.x-i.x)*(e.y-t.y);if(0!==a){var h=r/a,c=s/a;h>=0&&1>=h&&c>=0&&1>=c?(o.type="Intersection",o.points.push({x:t.x+h*(e.x-t.x),y:t.y+h*(e.y-t.y)})):o.type="No Intersection"}else 0===r||0===s?o.type="Coincident":o.type="Parallel";return o};n.prototype.intersectRect=function(t,e){var i=this.getOffsetPos(),n=this.getBBox();if(t.x===e.x&&t.y===e.y)return t;var o={x:i.x-n.width/2,y:i.y-n.height/2},s={x:i.x+n.width/2,y:i.y-n.height/2},a={x:i.x+n.width/2,y:i.y+n.height/2},h={x:i.x-n.width/2,y:i.y+n.height/2},c=r(o,s,t,e);return c.points.length?{x:c.points[0].x,y:c.points[0].y}:(c=r(s,a,t,e),c.points.length?{x:c.points[0].x,y:c.points[0].y}:(c=r(a,h,t,e),c.points.length?{x:c.points[0].x,y:c.points[0].y}:(c=r(h,o,t,e),c.points.length?{x:c.points[0].x,y:c.points[0].y}:null)))};var s=function(t,e,i,n){var r={type:"",points:[]},s=(n.x-i.x)*(n.x-i.x)+(n.y-i.y)*(n.y-i.y),a=2*((n.x-i.x)*(i.x-t.x)+(n.y-i.y)*(i.y-t.y)),h=t.x*t.x+t.y*t.y+i.x*i.x+i.y*i.y-2*(t.x*i.x+t.y*i.y)-e*e,c=a*a-4*s*h;if(0>c)r.type="Outside";else if(0===c)r.type="Tangent";else{var l=Math.sqrt(c),p=(-a+l)/(2*s),u=(-a-l)/(2*s);(0>p||p>1)&&(0>u||u>1)?0>p&&0>u||p>1&&u>1?r.type="Outside":r.type="Inside":(r.type="Intersection",p>=0&&1>=p&&r.points.push(o(i,n,p)),u>=0&&1>=u&&r.points.push(o(i,n,u)))}return r};return n.prototype.intersectCircle=function(t,e){var i=this.getOffsetPos(),n=this.radius(),o=s(i,n,t,e);return o.points.length?{x:o.points[0].x,y:o.points[0].y}:null},n.prototype.distance=function(t,e){return Math.sqrt((t.x-e.x)*(t.x-e.x)+(t.y-e.y)*(t.y-e.y))},n.prototype._pushMarkers=function(t,e){this.svgMarkerGlitch&&(t=t||this._element,t.selectAll("path[marker-start],path[marker-end]").attr("fixme-start",function(t){return this.getAttribute("marker-start")}).attr("fixme-end",function(t){return this.getAttribute("marker-end")}).attr("marker-start",null).attr("marker-end",null))},n.prototype._popMarkers=function(t,e){this.svgMarkerGlitch&&(t=t||this._element,t.selectAll("path[fixme-start],path[fixme-end]").attr("marker-start",function(t){return this.getAttribute("fixme-start")}).attr("marker-end",function(t){return this.getAttribute("fixme-end")}).attr("fixme-start",null).attr("fixme-end",null))},n.prototype._popMarkersDebounced=e.prototype.debounce(function(t,e){this.svgMarkerGlitch&&this._popMarkers(t,e)},250),n.prototype._fixIEMarkers=function(t,e){this.svgMarkerGlitch&&(this._pushMarkers(t,e),this._popMarkersDebounced(t,e))},n}),"function"==typeof define&&define.amd&&define("css",[],function(){return{load:function(t,e,i){i()}}}),function(t,e){"function"==typeof define&&define.amd?define("common/Text.js",["./SVGWidget","css!./Text"],e):t.common_Text=e(t.common_SVGWidget)}(this,function(t){function e(){t.call(this)}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" common_Text",e.prototype.publish("text","","string","Display Text",null,{tags:["Basic"]}),e.prototype.publish("fontFamily",null,"string","Font Family",null,{tags:["Intermediate"],optional:!0}),e.prototype.publish("fontSize",null,"number","Font Size (px)",null,{tags:["Intermediate"]}),e.prototype.publish("anchor","middle","set","Anchor Position",["start","middle","end"],{tags:["Intermediate"]}),e.prototype.publish("colorFill",null,"html-color","Fill Color",null,{tags:["Basic"]}),e.prototype.publish("rotation",0,"number","Degrees of rotation",null,{tags:["Basic"]}),e.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),this._textElement=i.append("text")},e.prototype.update=function(e,i){t.prototype.update.apply(this,arguments);var n=this;this._textElement.attr("font-family",this.fontFamily()).attr("font-size",this.fontSize());var o=this.text().split("\n"),r=this._textElement.selectAll("tspan").data(o);r.enter().append("tspan").attr("class",function(t,e){return"tspan_"+e}).attr("dy","1em").attr("x","0"),r.style("fill",this.colorFill()).text(function(t){return t}),r.exit().remove();var s={width:0,height:0};try{s=this._textElement.node().getBBox()}catch(a){}var h=-(s.x+s.width/2),c=-(s.y+s.height/2);switch(this.anchor()){case"start":h=-s.x+s.width/2;break;case"end":h=s.x+s.width/2}var l=-this.rotation()*Math.PI/180;h=-1*Math.abs(h*Math.cos(l)+c*Math.sin(l)),c=-1*Math.abs(h*Math.sin(l)+c*Math.cos(l)),this._textElement.style("text-anchor",this.anchor()).attr("transform",function(t){return"translate("+h+","+c+")rotate("+n.rotation()+")"})},e}),function(t,e){"function"==typeof define&&define.amd?define("common/FAChar",["./SVGWidget","./Text","css!font-awesome","css!./FAChar"],e):t.common_FAChar=e(t.common_SVGWidget,t.common_Text)}(this,function(t,e){function i(){t.call(this),this._text=(new e).fontFamily("FontAwesome")}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" common_FAChar",i.prototype.publish("char","","string","Font Awesome Item",null,{tags:["Private"]}),i.prototype.publish("fontSize",null,"number","Font Size",null,{tags:["Private"]}),i.prototype.publishProxy("text_colorFill","_text","colorFill"),i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),this._text.target(e)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this._text.text(this["char"]()).scale((this.fontSize()||14)/14).render()},i.prototype.exit=function(e,i){this._text.target(null),t.prototype.exit.apply(this,arguments)},i}),function(t,e){"function"==typeof define&&define.amd?define("common/HTMLWidget",["d3","./Widget","./Transition"],e):t.common_HTMLWidget=e(t.d3,t.common_Widget,t.common_Transition)}(this,function(t,e,i){function n(){e.call(this),this._drawStartPos="origin",this._tag="div",this._boundingBox=null}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" common_HTMLWidget",n.prototype.calcFrameWidth=function(t){var e=parseFloat(t.style("padding-left"))+parseFloat(t.style("padding-right"))+parseFloat(t.style("margin-left"))+parseFloat(t.style("margin-right"))+parseFloat(t.style("border-left-width"))+parseFloat(t.style("border-right-width"));return e},n.prototype.calcWidth=function(t){return parseFloat(t.style("width"))-this.calcFrameWidth(t)},n.prototype.calcFrameHeight=function(t){var e=parseFloat(t.style("padding-top"))+parseFloat(t.style("padding-bottom"))+parseFloat(t.style("margin-top"))+parseFloat(t.style("margin-bottom"))+parseFloat(t.style("border-top-width"))+parseFloat(t.style("border-bottom-width"));return e},n.prototype.calcHeight=function(t){return parseFloat(t.style("height"))+this.calcFrameHeight(t)},n.prototype.hasHScroll=function(t){return t=t||this._element,t.property("scrollWidth")>t.property("clientWidth")},n.prototype.hasVScroll=function(t){return t=t||this._element,t.property("scrollHeight")>t.property("clientHeight")},n.prototype.clientWidth=function(){return this._size.width-this.calcFrameWidth(this._element)},n.prototype.clientHeight=function(){return this._size.height-this.calcFrameHeight(this._element)},n.prototype.getBBox=function(t,e){if(t||null===this._boundingBox){var i=this._element.node()?this._element.node().firstElementChild:null;if(i instanceof Element){var n=i.getBoundingClientRect();this._boundingBox={x:n.left,y:n.top,width:n.width,height:n.height}}}return null===this._boundingBox?{x:0,y:0,width:0,height:0}:{x:(e?Math.round(this._boundingBox.x):this._boundingBox.x)*this._scale,y:(e?Math.round(this._boundingBox.y):this._boundingBox.y)*this._scale,width:(e?Math.round(this._boundingBox.width):this._boundingBox.width)*this._scale,height:(e?Math.round(this._boundingBox.height):this._boundingBox.height)*this._scale}},n.prototype.resize=function(t){var i=e.prototype.resize.apply(this,arguments);return this._parentElement.style("width",this._size.width+"px").style("height",this._size.height+"px"),i},n.prototype.target=function(e){if(!arguments.length)return this._target;if(this._target&&e)throw"Target can only be assigned once.";if(this._target=e,("string"==typeof this._target||this._target instanceof String)&&(this._target=document.getElementById(this._target)),this._target instanceof SVGElement){var i=this.locateOverlayNode();this._parentElement=i.append("div").style({position:"absolute",top:0,left:0,overflow:"hidden"}),this._overlayElement=t.select(this._target);var n=this;this.oldPos=null,this.observer=new this.MutationObserver(function(t){n.syncOverlay()});for(var o=this._overlayElement.node();o;)this.observer.observe(o,{attributes:!0}),o=o.parentNode}else if(this._target){if(this._parentElement=t.select(this._target),!this._size.width&&!this._size.height){var r=parseFloat(this._parentElement.style("width")),s=parseFloat(this._parentElement.style("height"));this.size({width:r,height:s})}this._parentElement=t.select(this._target).append("div")}else this.exit();return this},n.prototype.postUpdate=function(t,i){if(e.prototype.postUpdate.apply(this,arguments),"origin"===this._drawStartPos)this._element.style({position:"relative",left:this._pos.x+"px",top:this._pos.y+"px"});else{var n=this.getBBox(!0);this._element.style({position:"relative","float":"left",left:this._pos.x+(this._size.width-n.width)/2+"px",top:this._pos.y+(this._size.height-n.height)/2+"px"})}},n.prototype.exit=function(t,i){this.observer&&this.observer.disconnect(),this.oldPos=null,this._parentElement&&this._parentElement.remove(),e.prototype.exit.apply(this,arguments)},n}),function(t,e){"function"==typeof define&&define.amd?define("common/Shape.js",["d3","./SVGWidget","css!./Shape"],e):t.common_Shape=e(t.d3,t.common_SVGWidget)}(this,function(t,e){function i(){e.call(this)}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" common_Shape",i.prototype.publish("shape","circle","set","Shape Type",["circle","square","rect","ellipse"],{tags:["Private"]}),i.prototype.publish("width",24,"number","Width",null,{tags:["Private"]}),i.prototype.publish("height",24,"number","Height",null,{tags:["Private"]}),i.prototype.publish("colorStroke",null,"html-color","Stroke Color",null,{tags:["Private"]}),i.prototype.publish("colorFill",null,"html-color","Fill Color",null,{tags:["Private"]}),i.prototype.publish("radius",null,"number","Radius",null,{tags:["Private"]}),i.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),i.prototype._origRadius=i.prototype.radius,i.prototype.radius=function(t){var e=i.prototype._origRadius.apply(this,arguments);return arguments.length?(this.width(t),this.height(t),e):Math.max(this.width(),this.height())/2},i.prototype.intersection=function(t,i){switch(this.shape()){case"circle":return this.intersectCircle(t,i)}return e.prototype.intersection.apply(this,arguments)},i.prototype.update=function(e,i){var n=i.selectAll("rect,circle,ellipse").data([this.shape()],function(t){return t}),o=this;n.enter().append("square"===this.shape()?"rect":this.shape()).attr("class","common_Shape").each(function(e){var i=t.select(this);o._tooltipElement=i.append("title")}),n.style("fill",this.colorFill()).style("stroke",this.colorStroke()).each(function(e){var i=t.select(this);switch(o._tooltipElement.text(o.tooltip()),o.shape()){case"circle":var n=o.radius();i.attr("r",n);break;case"square":var r=Math.max(o.width(),o.height());i.attr("x",-r/2).attr("y",-r/2).attr("width",r).attr("height",r);break;case"rect":i.attr("x",-o.width()/2).attr("y",-o.height()/2).attr("width",o.width()).attr("height",o.height());break;case"ellipse":i.attr("rx",o.width()/2).attr("ry",o.height()/2)}}),n.exit().remove()},i}),function(t,e){"function"==typeof define&&define.amd?define("common/Icon",["./SVGWidget","./Shape","./FAChar","css!./Icon"],e):t.common_Icon=e(t.common_SVGWidget,t.common_Shape,t.common_FAChar)}(this,function(t,e,i){function n(){t.call(this),this._shapeWidget=new e,this._faChar=new i}return n.prototype=Object.create(t.prototype),n.prototype.constructor=n,n.prototype._class+=" common_Icon",n.prototype.publish("shape","circle","set","Shape Type",["circle","square"],{tags:["Private"]}),n.prototype.publishProxy("faChar","_faChar","char"),n.prototype.publish("imageUrl",null,"string","Image URL",null,{optional:!0}),n.prototype.publishProxy("image_colorFill","_faChar","text_colorFill"),n.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),n.prototype.publish("diameter",24,"number","Diameter",null,{tags:["Private"]}),n.prototype.publish("paddingPercent",45,"number","Padding Percent",null,{tags:["Private"]}),n.prototype.publishProxy("shape_colorFill","_shapeWidget","colorFill"),n.prototype.publishProxy("shape_colorStroke","_shapeWidget","colorStroke"),n.prototype.intersection=function(t,e){return this._shapeWidget.intersection(t,e)},n.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),this._defs=i.append("defs"),this._defs.append("clipPath").attr("id","clip_"+this.id()+"_circle").append("circle").attr("x",0).attr("y",0),this._defs.append("clipPath").attr("id","clip_"+this.id()+"_square").append("rect"),this._root=i.append("g"),this._shapeWidget.target(this._root.node()).render(),this._faChar.target(i.node()).render(),this._tooltipElement=i.append("title");var n=this;i.on("click",function(t){n.click(t)})},n.prototype.click=function(t){console.log("Clicked the icon")},n.prototype.update=function(e,i){t.prototype.update.apply(this,arguments);var n=this.diameter(),o=n/2;this._defs.select("circle").attr("r",o),this._defs.select("rect").attr("x",-o).attr("y",-o).attr("width",n).attr("height",n),this._faChar.fontSize(n*(100-this.paddingPercent())/100).render(),this._shapeWidget.shape(this.shape()).width(n).height(n).render();var r=this._root.selectAll("image").data(this.imageUrl()?[this.imageUrl()]:[],function(t){return t});r.enter().append("image").attr("xlink:href",this.imageUrl()),r.attr("clip-path","url(#clip_"+this.id()+"_"+this.shape()+")").attr("x",-o).attr("y",-o).attr("width",n).attr("height",n),r.exit().remove(),this._tooltipElement.text(this.tooltip())},n.prototype.exit=function(e,i){t.prototype.exit.apply(this,arguments),this._shapeWidget.target(null),this._faChar.target(null)},n}),function(t,e){"function"==typeof define&&define.amd?define("common/IList",[],e):t.common_IList=e()}(this,function(){function t(){}return t.prototype.click=function(t){console.log("Click: "+t)},t}),function(t,e){"function"==typeof define&&define.amd?define("common/Image.js",["./HTMLWidget"],e):t.common_Image=e(t.common_HTMLWidget)}(this,function(t){function e(){t.call(this),this._drawStartPos="center"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" common_Image",e.prototype.publish("source",null,"string","Image Source",null,{tags:["Basic"]}),e.prototype.publish("sizing","actual","set","Controls sizing mode",["actual","fit","custom"],{tags:["Basic"]}),e.prototype.publish("customWidth","50%","string","Applies this width to IMG element if 'sizing' is set to 'custom'",null,{tags:["Basic"],disable:function(t){return"custom"!==t.sizing()}}),e.prototype.publish("customHeight","20%","string","Applies this height to IMG element if 'sizing' is set to 'custom'",null,{tags:["Basic"],disable:function(t){return"custom"!==t.sizing()}}),e.prototype.publish("lockAspectRatio",!0,"boolean","Locks the aspect ratio when scaling/stretching",null,{tags:["Basic"],disable:function(t){return"fit"!==t.sizing()}}),e.prototype.publish("alignment","center","set","Image Alignment",["center","origin"],{tags:["Basic"]}),e.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,i){this._drawStartPos=this.alignment(),t.prototype.update.apply(this,arguments);var n=this,o=i.selectAll("img").data(this.source()?[this.source()]:[],function(t){return t});o.enter().append("img").attr("src",this.source()).on("load",function(t){o.style(n.calcSize())}),o.style(this.calcSize()),o.exit().remove()},e.prototype.calcSize=function(){var t={width:"auto",height:"auto"};switch(this.sizing()){case"fit":if(this.lockAspectRatio()){var e=this.element().select("img");e.style({width:"auto",height:"auto"});var i=e.node().getBoundingClientRect(),n=i.width/this.width(),o=i.height/this.height();n>o?(t.width=this.width()+"px",t.height=i.height/n+"px"):(t.width=i.width/o+"px",t.height=this.height()+"px")}else t.width=this.width()+"px",t.height=this.height()+"px";break;case"custom":t.width=this.customWidth(),t.height=this.customHeight()}return t},e.prototype.exit=function(e,i){t.prototype.exit.apply(this,arguments)},e}),function(t,e){"function"==typeof define&&define.amd?define("common/IMenu",[],e):t.common_IMenu=e()}(this,function(){function t(){}return t.prototype.click=function(t){console.log("Click: "+t)},t.prototype.preShowMenu=function(){console.log("preShowMenu")},t.prototype.postHideMenu=function(t){console.log("postHideMenu")},t}),function(t,e){"function"==typeof define&&define.amd?define("common/TextBox.js",["./SVGWidget","./Shape","./Text","css!./TextBox"],e):t.common_TextBox=e(t.common_SVGWidget,t.common_Shape,t.common_Text)}(this,function(t,e,i){function n(){t.call(this),this._shape=(new e).shape("rect"),this._text=new i}return n.prototype=Object.create(t.prototype),n.prototype.constructor=n,n.prototype._class+=" common_TextBox",n.prototype.publishProxy("text","_text"),n.prototype.publishProxy("shape_colorStroke","_shape","colorStroke"),n.prototype.publishProxy("shape_colorFill","_shape","colorFill"),n.prototype.publishProxy("text_colorFill","_text","colorFill"),n.prototype.publish("paddingLeft",4,"number","Padding: Left",null,{tags:["Private"]}),n.prototype.publish("paddingRight",4,"number","Padding: Right",null,{tags:["Private"]}),n.prototype.publish("paddingTop",4,"number","Padding: Top",null,{tags:["Private"]}),n.prototype.publish("paddingBottom",4,"number","Padding: Bottom",null,{tags:["Private"]}),n.prototype.publishProxy("anchor","_text"),n.prototype.publish("fixedSize",null),n.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),n.prototype.padding=function(t){return this.paddingLeft(t),this.paddingRight(t),this.paddingTop(t), +this.paddingBottom(t),this},n.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),this._tooltipElement=i.append("title"),this._shape.target(e).render(),this._text.target(e).render()},n.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this._tooltipElement.text(this.tooltip()),this._text.render();var n=this._text.getBBox(!0),o={width:this.fixedSize()?this.fixedSize().width:n.width+this.paddingLeft()+this.paddingRight(),height:this.fixedSize()?this.fixedSize().height:n.height+this.paddingTop()+this.paddingBottom()};if(this._shape.width(o.width).height(o.height).render(),this.fixedSize())switch(this.anchor()){case"start":this._text.x(-this.fixedSize().width/2+n.width/2+(this.paddingLeft()+this.paddingRight())/2).render();break;case"end":this._text.x(this.fixedSize().width/2-n.width/2-(this.paddingLeft()+this.paddingRight())/2).render()}},n.prototype.exit=function(e,i){this._shape.target(null),this._text.target(null),t.prototype.exit.apply(this,arguments)},n}),function(t,e){"function"==typeof define&&define.amd?define("common/List",["d3","../common/SVGWidget","./IList","../common/TextBox","css!./List"],e):t.common_List=e(t.d3,t.common_SVGWidget,t.common_IList,t.common_TextBox)}(this,function(t,e,i,n){function o(t){e.call(this),i.call(this),this._listWidgets={}}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" common_List",o.prototype["implements"](i.prototype),o.prototype.publish("anchor","start","set","Anchor Position",["","start","middle","end"],{tags:["Private"]}),o.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var o=this,r=i.selectAll(".line").data(this.data(),function(t){return t});r.enter().append("g").attr("class","line").each(function(t){var e=(new n).target(this).paddingTop(0).paddingBottom(0).paddingLeft(8).paddingRight(8).text(t).render();e.element().on("click",function(t){o.click(t.text())}),o._listWidgets[t]=e});var s=0,a=0,h=0;for(var c in this._listWidgets)if(this._listWidgets.hasOwnProperty(c)){var l=this._listWidgets[c].getBBox();s+=l.height,a=0)l=new t.scale[n];else if(a.indexOf(n)>=0){var p=[];switch(n){case"hpcc10":var u=i("default").colors();p=u.filter(function(t,e){return e%2?!0:!1});break;case"hpcc20":p=i("category10").colors().concat(i("hpcc10").colors())}l=t.scale.ordinal().range(p)}else if(s.indexOf(n)>0)for(var d=12;d>0;){if(colorbrewer[n][d]){l=t.scale.ordinal().range(colorbrewer[n][d]);break}--d}l||(l=t.scale.category20()),o=l.range()}return c.type=function(){return"ordinal"},c.id=function(t){return arguments.length?(n=t,c):n},c.colors=function(t){return arguments.length?(o=t,c):o},c.clone=function(t){return h[t]=i(t,this.colors()),h[t]},c.cloneNotExists=function(t){return h[t]?h[t]:this.clone(t)},c["switch"]=function(t,i){return n===t?this:arguments.length?e(t,i):e()},c}function n(t,e,i){if(!t)return o();var n=c[t];return n||(n=o(t,e,i),c[t]=n),n}function o(e,i,r){function a(t,e,i){return e===i?p.domain([e-1,i+1])(t):p.domain([e,i])(t)}if(!arguments.length){var h=["default"];for(var l in colorbrewer)-1===s.indexOf(l)&&h.push(l);return h}var p=null,u=i,d=function(e,i){i=i||32;var n=Math.ceil(i/(e.length-1)),o=[],r=null;return e.forEach(function(e){if(r)for(var i=t.scale.linear().domain([0,n]).range([r,e]).interpolate(t.interpolateLab),s=0;n>s;++s)o.push(i(s));r=e}),p=t.scale.quantize().domain([0,100]).range(o)};if(i)p=d(i,r);else{if(colorbrewer[e])for(var f=12;f>0;){if(colorbrewer[e][f]){p=d(colorbrewer[e][f]);break}--f}p||(p=d(colorbrewer.RdYlGn[11])),u=p.range()}return a.type=function(){return"rainbow"},a.id=function(t){return arguments.length?(e=t,a):e},a.colors=function(t){return arguments.length?(u=t,a):u},a.clone=function(t){return c[t]=o(t,this.color()),c[t]},a.cloneNotExists=function(t){return c[t]?c[t]:this.clone(t)},a["switch"]=function(t,i){return e===t?this:arguments.length?n(t,i):n()},a}var r=["category10","category20","category20b","category20c"],s=["Accent","Dark2","Paired","Pastel1","Pastel2","Set1","Set2","Set3"],a=["hpcc10","hpcc20"],h={},c={},l=function(e,n,r,s,a){t.select(e).selectAll(".palette").data(i(),function(t){return t}).enter().append("span").attr("class","palette").attr("title",function(t){return t}).on("click",function(e){console.log(t.values(e.value).map(JSON.stringify).join("\n"))}).selectAll(".swatch").data(function(t){return i(t).colors()}).enter().append("span").attr("class","swatch").style("background-color",function(t){return t}),t.select(n).selectAll(".palette").data(o(),function(t){return t}).enter().append("span").attr("class","palette").attr("title",function(t){return t}).on("click",function(e){console.log(t.values(e.value).map(JSON.stringify).join("\n"))}).selectAll(".swatch2").data(function(t){return o(t).colors()}).enter().append("span").attr("class","swatch2").style("height","8px").style("background-color",function(t){return t});var h={id:s.join("_")+a,scale:o("custom",s,a)};t.select(r).selectAll(".palette").data([h],function(t){return t.id}).enter().append("span").attr("class","palette").attr("title",function(t){return"aaa"}).on("click",function(e){console.log(t.values(e.value).map(JSON.stringify).join("\n"))}).selectAll(".swatch2").data(function(t){for(var e=[],i=0;255>=i;++i)e.push(h.scale(i,0,255));return e}).enter().append("span").attr("class","swatch2").style("background-color",function(t){return t})};return colorbrewer.RdWhGr={3:["red","white","green"]},{ordinal:e,rainbow:n,test:l}}),function(t,e){"function"==typeof define&&define.amd?define("common/Surface.js",["d3","./SVGWidget","./Icon","./Shape","./Text","./FAChar","./Menu","css!./Surface"],e):t.common_Surface=e(t.d3,t.common_SVGWidget,t.common_Icon,t.common_Shape,t.common_Text,t.common_FAChar,t.common_Menu)}(this,function(t,e,i,n,o,r,s){function a(){e.call(this),this._icon=(new i).faChar("").paddingPercent(50),this._container=(new n)["class"]("container").shape("rect"),this._titleRect=(new n)["class"]("title").shape("rect"),this._text=(new o)["class"]("title"),this._menu=(new s).paddingPercent(0);var t=this;this._menu.preShowMenu=function(){t.content()&&t.content().hasOverlay()&&t.content().visible(!1)},this._menu.postHideMenu=function(){t.content()&&t.content().hasOverlay()&&t.content().visible(!0)},this._surfaceButtons=[]}return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" common_Surface",a.prototype.publish("showTitle",!0,"boolean","Show Title",null,{tags:["Basic"]}),a.prototype.publish("title","","string","Title",null,{tags:["Basic"]}),a.prototype.publishProxy("titleFontSize","_text","fontSize"),a.prototype.publish("showIcon",!0,"boolean","Show Title",null,{tags:["Advanced"]}),a.prototype.publishProxy("icon_faChar","_icon","faChar"),a.prototype.publishProxy("icon_shape","_icon","shape"),a.prototype.publish("content",null,"widget","Content",null,{tags:["Private"]}),a.prototype.publish("buttonAnnotations",[],"array","Button Array",null,{tags:["Intermediate"]}),a.prototype.publish("buttonGutter",25,"number","Space Between Menu and Buttons",null,{tags:["Intermediate"]}),a.prototype.publish("showContent",!0,"boolean","Show Content",null,{tags:["Intermediate"]}),a.prototype.publish("menu",[],"array","Menu List Data",null,{tags:["Intermediate"]}),a.prototype.publish("menuPadding",2,"number","Menu Padding",null,{tags:["Advanced"]}),a.prototype._origMenuParam=a.prototype.menu,a.prototype.menu=function(t){return a.prototype._origMenuParam.apply(this,arguments),arguments.length?(this._menu.data(t),this):this._menu.data()},a.prototype._origShowContent=a.prototype.showContent,a.prototype.showContent=function(t){var e=a.prototype._origShowContent.apply(this,arguments);return arguments.length&&this.content()&&this.content().visible(this.showContent()),e},a.prototype.enter=function(i,n){e.prototype.enter.apply(this,arguments);var o=n.append("g").attr("class","frame"),r=o.node();this._clipRect=o.append("defs").append("clipPath").attr("id",this.id()+"_clip").append("rect").attr("x",0).attr("y",0).attr("width",this._size.width).attr("height",this._size.height),this._titleRect.target(r).render().display(this.showTitle()&&this.showIcon()),this._icon.target(r).render(),this._menu.target(i),this._text.target(r),this._container.target(r),this.buttonContainer=t.select(this._target).append("div").attr("class","svg-button-container")},a.prototype.update=function(i,n){e.prototype.update.apply(this,arguments);var o=this,r=this.width()-1,s=this.height()-1;this._icon.display(this.showTitle()&&this.showIcon()).shape(this.icon_shape()).render(),this._menu.render(),this._text.text(this.title()).display(this.showTitle()).render();var a=this.buttonContainer.selectAll(".surface-button").data(this.buttonAnnotations());a.enter().append("button").attr("class","surface-button").each(function(e,i){var n=o._surfaceButtons[i]=t.select(this).attr("class","surface-button "+(e["class"]?e["class"]:"")).attr("id",e.id).style("padding",e.padding).style("width",e.width).style("height",e.height).style("cursor","pointer").on("click",function(t){o.click(t)});"FontAwesome"===e.font?n.append("i").attr("class","fa").text(function(t){return e.label}):n.text(function(t){return e.label})}),a.exit().each(function(e,i){var n=t.select(this);delete o._surfaceButtons[i],n.remove()});var h=this.showTitle()?Math.max.apply(null,this._surfaceButtons.map(function(t){return t.node().offsetHeight})):0,c=this.showTitle()&&this.showIcon()?this._icon.getBBox(!0):{width:0,height:0},l=this._text.getBBox(!0),p=this._menu.getBBox(!0),u=Math.max(c.height,l.height,p.height,h),d=this.showTitle()?u:0,f=(-s+u)/2,m=this.showTitle()?Math.max(l.height,p.height,h):0,y=m>=d?0:(d-m)/2,g=y;this._titleRect.pos({x:g,y:f}).width(r-2*g).height(m).display(this.showTitle()).render(),this._icon.move({x:-r/2+c.width/2,y:f}),this._menu.move({x:r/2-p.width/2-this.menuPadding(),y:f}),this._text.move({x:(c.width/2-p.width/2)/2,y:f});var _=o._titleRect.node().getBoundingClientRect().left+(o._size.width-2*g)-o.buttonGutter()-this.buttonContainer.node().offsetWidth,v=o._titleRect.node().getBoundingClientRect().top+(m-this.buttonContainer.node().offsetHeight)/2;if(isNaN(_)||this.buttonContainer.style("left",_+"px"),isNaN(v)||this.buttonContainer.style("top",v+"px"),this.showTitle()?this._container.pos({x:g/2,y:d/2-y/2}).width(r-g).height(s-d+y).render():this._container.pos({x:0,y:0}).width(r).height(s).render(),this.showContent()){var x=g,b=d-y,w=n.selectAll(".content").data(this.content()?[this.content()]:[],function(t){return t._id});w.enter().append("g").attr("class","content").attr("clip-path","url(#"+this.id()+"_clip)").each(function(t){t.target(this)}),w.attr("transform","translate("+g/2+", "+(d/2-y/2)+")").each(function(t){var e={left:0,top:0,right:1,bottom:1};t.resize({width:r-x-(e.left+e.right),height:s-b-(e.top+e.bottom)})}),this.content()&&this._clipRect.attr("x",-(r-x)/2).attr("y",-(s-b)/2).attr("width",r-x).attr("height",s-b),w.exit().transition().each(function(t){t.target(null)}).remove()}this._menu.element()&&this._menu.element().node()&&this._menu.element().node().parentNode&&this._menu.element().node().parentNode.appendChild(this._menu.element().node())},a.prototype.exit=function(t,i){this._titleRect.target(null),this._icon.target(null),this._menu.target(null),this._text.target(null),this._container.target(null),this.content()&&this.content().target(null),e.prototype.exit.apply(this,arguments)},a.prototype.intersection=function(t,e){var i=[],n=this._icon.intersection(t,e,this._pos);n&&i.push({i:n,d:this.distance(n,e)});var o=this._titleRect.intersection(t,e);o&&i.push({i:o,d:this.distance(o,e)});var r=this._container.intersection(t,e);r&&i.push({i:r,d:this.distance(r,e)});var s=null;return i.forEach(function(t){(null===s||s.d>t.d)&&(s=t)}),s&&s.i?s.i:null},a.prototype.click=function(t,e){console.log("Clicked: "+t.id)},a}),function(t,e){"function"==typeof define&&define.amd?define("common/ResizeSurface.js",["d3","./Surface","css!./ResizeSurface"],e):t.common_ResizeSurface=e(t.d3,t.common_Surface)}(this,function(t,e){function i(){e.call(this),this.handleWidth=8,this.handles=[{loc:"NW"},{loc:"N"},{loc:"NE"},{loc:"E"},{loc:"SE"},{loc:"S"},{loc:"SW"},{loc:"W"}];var i=this;this.dispatch=t.dispatch("sizestart","size","sizeend"),this.drag=t.behavior.drag().origin(function(t){return t}).on("dragstart",function(e){i.dispatch.sizestart(i,e.loc),i.allowResize()&&(t.event.sourceEvent.stopPropagation(),i._dragHandlePos={x:e.x,y:e.y},i._dragStartPos=i.pos(),i._dragStartSize=i.size(),i._prevPosSize={x:i._dragStartPos.x,y:i._dragStartPos.y,width:i._dragStartSize.width,height:i._dragStartSize.height},i._textPosSize=i._text.getBBox(!0),i._iconPosSize=i._icon.getBBox(!0),i.showContent(!1))}).on("drag",function(e){if(i.allowResize()){t.event.sourceEvent.stopPropagation();var n=t.event.x-i._dragHandlePos.x,o=t.event.y-i._dragHandlePos.y,r={x:0,y:0,w:0,h:0};switch(e.loc){case"NW":r.x=n/2,r.w=-n;case"N":r.y=o/2,r.h=-o;break;case"NE":r.y=o/2,r.h=-o;case"E":r.x=n/2,r.w=n;break;case"SE":r.x=n/2,r.w=n;case"S":r.y=o/2,r.h=o;break;case"SW":r.y=o/2,r.h=o;case"W":r.x=n/2,r.w=-n}var s={x:i._dragStartPos.x+r.x,y:i._dragStartPos.y+r.y,width:i._dragStartSize.width+r.w,height:i._dragStartSize.height+r.h};s.width<2*i._iconPosSize.width+i._textPosSize.width&&(s.x=i._prevPosSize.x,s.width=i._prevPosSize.width),s.height= 0) { + twArr.splice(idx, 1); + } + } + } + + this._chartTypeSelect.value(this.chartType()); + var twArr = this.toolbarWidgets(); + showHideButton(twArr, this._csvButton, this.showCSV()); + showHideButton(twArr, this._legendButton, this.toolbarShowLegend()); + showHideButton(twArr, this._chartTypeSelect, this.showChartSelect()); + this.toolbarWidgets(twArr); + + if (this._prevShowToolbar !== this.showToolbar()) { + this.setContent("top", this.showToolbar() ? this._toolbar : null); + this._prevShowToolbar = this.showToolbar(); + } + + //TODO: Proxy + themes not working... + this._toolbar + .fontSize(this.titleFontSize()) + .fontColor(this.titleFontColor()) + .fontFamily(this.titleFontFamily()) + .fontBold(this.titleFontBold()) + .backgroundColor(this.titleBackgroundColor()) + ; + + this._chart + .data(this.data()); + + if(this._chart.chartType() !== this.chartType()){ + this._chart.chartType(this.chartType()); + } + + + var legendPosition = this.legendPosition(); + if (this.toolbarShowLegend() && !this._legendButton.checked()) { + legendPosition = "none"; + } + if (this._prevLegendPosition !== legendPosition) { + if(this._prevLegendPosition !== "none"){ + this.clearContent(this._prevLegendPosition); + } + this._prevLegendPosition = legendPosition; + if (legendPosition !== "none") { + this._legend = new Legend().fixedSize(true).targetWidget(this.getContent("center")); + this.setContent(legendPosition, this._legend); + this._legend.orientation(["top", "bottom"].indexOf(legendPosition) !== -1 ? "horizontal" : "vertical"); + } + } + this._contentClasses = this.getContentClasses(); + + if(this.valueAxisTitle() && this._contentClasses.left !== "common_Text"){ + if(legendPosition !== "left"){ + this.setContent("left", this._valueTitle.rotation(-90)); + } + } + if(this.domainAxisTitle() && this._contentClasses.bottom !== "common_Text"){ + if(legendPosition !== "bottom"){ + this.setContent("bottom", this._domainTitle).bottomShrinkWrap(true); + } + } + + this._legend.dataFamily(this._chart.getChartDataFamily()); + + Border.prototype.update.apply(this, arguments); + }; + + MegaChart.prototype.exit = function (domNode, element) { + Border.prototype.exit.apply(this, arguments); + }; + + MegaChart.prototype.getContentClasses = function () { + var obj = {}; + var t = this.getContent("top"); + var r = this.getContent("right"); + var b = this.getContent("bottom"); + var l = this.getContent("left"); + obj.top = t !== null ? t.classID() : undefined; + obj.right = r !== null ? r.classID() : undefined; + obj.bottom = b !== null ? b.classID() : undefined; + obj.left = l !== null ? l.classID() : undefined; + return obj; + }; + + MegaChart.prototype.serializeState = function () { + var state = { + title: this.title(), + data: this.data() + }; + var chart = this.chart(); + if (chart) { + if (chart.serializeState) { + state.chart = chart.serializeState(); + delete state.chart.data; + } + } + return state; + }; + + MegaChart.prototype.deserializeState = function (state) { + if (state) { + this + .title(state.title) + .data(state.data) + ; + var chart = this.chart(); + if (chart && state.chart) { + if (chart.serializeState) { + chart.deserializeState(state.chart); + } + } + } + return this; + }; + + // Events --- + MegaChart.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); + }; + + return MegaChart; +})); diff --git a/dist/hpcc-viz-composite.min.js b/dist/hpcc-viz-composite.min.js new file mode 100644 index 0000000000..acb3650bde --- /dev/null +++ b/dist/hpcc-viz-composite.min.js @@ -0,0 +1 @@ +!function(t,e){"function"==typeof define&&define.amd?define("composite/MegaChart.js",["../layout/Border","../chart/MultiChart","../common/Text","../other/Legend","../layout/Toolbar","../form/Select","../form/Button","../form/Input","../common/Utility"],e):t.composite_MegaChart=e(t.layout_Border,t.chart_MultiChart,t.common_Text,t.other_Legend,t.layout_Toolbar,t.form_Select,t.form_Button,t.form_Input,t.common_Utility)}(this,function(t,e,o,i,n,s,r,a,l){function h(){t.call(this),this._tag="div",this._chart=new e;var s=this;this._chart.click=function(){s.click.apply(this,arguments)},this._toolbar=new n,this._valueTitle=new o,this._domainTitle=new o,this._legend=new i}return h.prototype=Object.create(t.prototype),h.prototype.constructor=h,h.prototype._class+=" composite_MegaChart",h.prototype._1DChartTypes=e.prototype._1DChartTypes,h.prototype._2DChartTypes=e.prototype._2DChartTypes,h.prototype._NDChartTypes=e.prototype._NDChartTypes,h.prototype._anyChartTypes=e.prototype._anyChartTypes,h.prototype._allChartTypes=e.prototype._allChartTypes,h.prototype.publishReset(),h.prototype.publishProxy("valueAxisTitle","_valueTitle","text"),h.prototype.publishProxy("domainAxisTitle","_domainTitle","text"),h.prototype.publish("legendPosition","right","set","Position of the Legend widget",["none","top","right","bottom","left"],{tags:["Basic"]}),h.prototype.publishProxy("legendFormat","_legend","rainbowFormat"),h.prototype.publishProxy("legendBins","_legend","rainbowBins"),h.prototype.publish("showToolbar",!0,"boolean","Enable/Disable Toolbar widget",null,{tags:["Basic"]}),h.prototype.publish("showChartSelect",!0,"boolean","Show/Hide the chartType dropdown in the toolbar",null,{tags:["Basic"]}),h.prototype.publish("showCSV",!0,"boolean","Show/Hide CSV button",null,{tags:["Basic"]}),h.prototype.publish("toolbarShowLegend",!1,"boolean","Show/Hide Legend button",null,{tags:["Basic"]}),h.prototype.publishProxy("title","_toolbar","title"),h.prototype.publish("titleFontSize",null,"number","Title Font Size (px)",null,{tags:["Advanced"],optional:!0}),h.prototype.publish("titleFontColor",null,"html-color","Title Font Color",null,{tags:["Advanced"],optional:!0}),h.prototype.publish("titleFontFamily",null,"string","Title Font Family",null,{tags:["Advanced"],optional:!0}),h.prototype.publish("titleFontBold",!0,"boolean","Enable Bold Title Font",null,{tags:["Advanced"],optional:!0}),h.prototype.publish("titleBackgroundColor",null,"html-color","Background Color",null,{tags:["Intermediate"],optional:!0}),h.prototype.publishProxy("chartType","_chart","chartType"),h.prototype.publishProxy("chart","_chart","chart"),h.prototype.toolbarWidgets=function(t){return arguments.length?(this._toolbar.widgets(t),this):this._toolbar.widgets()},h.prototype.chartTypeDefaults=function(t){return arguments.length?(this._chart.chartTypeDefaults(t),this):this._chart.chartTypeDefaults()},h.prototype.chartTypeProperties=function(t){return arguments.length?(this._chart.chartTypeProperties(t),this):this._chart.chartTypeProperties()},h.prototype.fields=function(t){return arguments.length?(this._chart.fields(t),this):this._chart.fields()},h.prototype.columns=function(t){return arguments.length?(this._chart.columns(t),this):this._chart.columns()},h.prototype.data=function(t){return arguments.length?(this._chart.data(t),this):this._chart.data()},h.prototype.downloadCSV=function(){return l.downloadBlob("CSV",this._chart["export"]("CSV")),this},h.prototype.enter=function(e,o){t.prototype.enter.apply(this,arguments);var i=this;this.topShrinkWrap(!1).topPercentage(0).topSize(30),this._csvButton=(new r).id(this.id()+"_csv").value("CSV"),this._csvButton.click=function(t){i.downloadCSV()},this._legendButton=(new a).id(this.id()+"_legend").type("checkbox").inlineLabel("Legend: "),this._legendButton.click=function(t){i.render()},this._chartTypeSelect=(new s).id(this.id()+"_chartType").selectOptions(this._allChartTypes.map(function(t){return[t.id,t.display]})).value(this.chartType()),this._chartTypeSelect.change=function(t){i.chartType(t.value()).render()},this.setContent("center",this._chart),this._legend.fixedSize(!0).targetWidget(this._chart).orientation(-1!==["top","bottom"].indexOf(this.legendPosition())?"horizontal":"vertical"),this._prevLegendPosition=this.legendPosition(),this.valueAxisTitle()&&this.setContent("left",this._valueTitle.rotation(-90)).leftShrinkWrap(!0),this.domainAxisTitle()&&this.setContent("bottom",this._domainTitle).bottomShrinkWrap(!0),"none"!==this.legendPosition()&&this.setContent(this.legendPosition(),this._legend)[this.legendPosition()+"ShrinkWrap"](!0)},h.prototype.update=function(e,o){function n(t,e,o){if(o&&-1===t.indexOf(e))t.push(e);else if(!o){var i=t.indexOf(e);i>=0&&t.splice(i,1)}}this._chartTypeSelect.value(this.chartType());var s=this.toolbarWidgets();n(s,this._csvButton,this.showCSV()),n(s,this._legendButton,this.toolbarShowLegend()),n(s,this._chartTypeSelect,this.showChartSelect()),this.toolbarWidgets(s),this._prevShowToolbar!==this.showToolbar()&&(this.setContent("top",this.showToolbar()?this._toolbar:null),this._prevShowToolbar=this.showToolbar()),this._toolbar.fontSize(this.titleFontSize()).fontColor(this.titleFontColor()).fontFamily(this.titleFontFamily()).fontBold(this.titleFontBold()).backgroundColor(this.titleBackgroundColor()),this._chart.data(this.data()),this._chart.chartType()!==this.chartType()&&this._chart.chartType(this.chartType());var r=this.legendPosition();this.toolbarShowLegend()&&!this._legendButton.checked()&&(r="none"),this._prevLegendPosition!==r&&("none"!==this._prevLegendPosition&&this.clearContent(this._prevLegendPosition),this._prevLegendPosition=r,"none"!==r&&(this._legend=(new i).fixedSize(!0).targetWidget(this.getContent("center")),this.setContent(r,this._legend),this._legend.orientation(-1!==["top","bottom"].indexOf(r)?"horizontal":"vertical"))),this._contentClasses=this.getContentClasses(),this.valueAxisTitle()&&"common_Text"!==this._contentClasses.left&&"left"!==r&&this.setContent("left",this._valueTitle.rotation(-90)),this.domainAxisTitle()&&"common_Text"!==this._contentClasses.bottom&&"bottom"!==r&&this.setContent("bottom",this._domainTitle).bottomShrinkWrap(!0),this._legend.dataFamily(this._chart.getChartDataFamily()),t.prototype.update.apply(this,arguments)},h.prototype.exit=function(e,o){t.prototype.exit.apply(this,arguments)},h.prototype.getContentClasses=function(){var t={},e=this.getContent("top"),o=this.getContent("right"),i=this.getContent("bottom"),n=this.getContent("left");return t.top=null!==e?e.classID():void 0,t.right=null!==o?o.classID():void 0,t.bottom=null!==i?i.classID():void 0,t.left=null!==n?n.classID():void 0,t},h.prototype.serializeState=function(){var t={title:this.title(),data:this.data()},e=this.chart();return e&&e.serializeState&&(t.chart=e.serializeState(),delete t.chart.data),t},h.prototype.deserializeState=function(t){if(t){this.title(t.title).data(t.data);var e=this.chart();e&&t.chart&&e.serializeState&&e.deserializeState(t.chart)}return this},h.prototype.click=function(t,e,o){console.log("Click: "+JSON.stringify(t)+", "+e+", "+o)},h}); \ No newline at end of file diff --git a/dist/hpcc-viz-form.js b/dist/hpcc-viz-form.js new file mode 100644 index 0000000000..5b272af03c --- /dev/null +++ b/dist/hpcc-viz-form.js @@ -0,0 +1,1228 @@ +if (typeof define === "function" && define.amd) { + define('css',[], function () { + return { + load: function ($1, $2, load) { load() } + } + }) +}; + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('form/Button',["d3", "../common/HTMLWidget", "../api/IInput", "css!./Input"], factory); + } else { + root.form_Button = factory(root.d3, root.common_HTMLWidget, root.api_IInput); + } +}(this, function (d3, HTMLWidget, IInput) { + function Button() { + HTMLWidget.call(this); + IInput.call(this); + + this._tag = "div"; + this._inputElement = []; + } + Button.prototype = Object.create(HTMLWidget.prototype); + Button.prototype.constructor = Button; + Button.prototype._class += " form_Button"; + Button.prototype.implements(IInput.prototype); + + Button.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + var context = this; + this._inputElement[0] = element.append("button") + .attr("name", this.name()) + .on("click", function (w) { + w.click(w); + }) + .on("blur", function (w) { + w.blur(w); + }) + .on("change", function (w) { + context.value([context._inputElement[0].property("value")]); + w.change(w); + }) + ; + }; + + Button.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + this._inputElement[0].text(this.value()); + }; + + return Button; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('form/CheckBox.js',["d3", "../common/HTMLWidget", "../api/IInput", "css!./Input"], factory); + } else { + root.form_CheckBox = factory(root.d3, root.common_HTMLWidget, root.api_IInput); + } +}(this, function (d3, HTMLWidget, IInput) { + function CheckBox() { + HTMLWidget.call(this); + IInput.call(this); + + this._tag = "div"; + this._inputElement = []; + } + CheckBox.prototype = Object.create(HTMLWidget.prototype); + CheckBox.prototype.constructor = CheckBox; + CheckBox.prototype._class += " form_CheckBox"; + CheckBox.prototype.implements(IInput.prototype); + + CheckBox.prototype.publish("selectOptions", [], "array", "Array of options used to fill a dropdown list"); + + CheckBox.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + var context = this; + + var checkboxContainer = element.append("ul"); + if (!this.selectOptions().length) { + this.selectOptions().push(""); // create an empty radio if we using .value and not selectOptions array + } + this.selectOptions().forEach(function(val, idx) { + context._inputElement[idx] = checkboxContainer.append("li").append("input").attr("type", "checkbox"); + context._inputElement[idx].node().insertAdjacentHTML("afterend", "" + val + ""); + }); + + this._inputElement.forEach(function(e, idx) { + e.attr("name", context.name()); + e.on("click", function (w) { + w.click(w); + }); + e.on("blur", function (w) { + w.blur(w); + }); + e.on("change", function (w) { + var vals = []; + context._inputElement.forEach(function(d, idx) { + if (d.property("checked")) { + vals.push(d.property("value")); + } + }); + context.value(vals); + w.change(w); + }); + }); + }; + + CheckBox.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + var context = this; + + this._inputElement.forEach(function(e, idx) { + e.property("value", context.selectOptions()[idx]); + if (context.value().indexOf(context.selectOptions()[idx]) !== -1 && context.value() !== "false") { + e.property("checked", true); + } else { + e.property("checked", false); + } + }); + }; + + CheckBox.prototype.insertSelectOptions = function (optionsArr) { + var optionHTML = ""; + if (optionsArr.length > 0) { + optionsArr.forEach(function (opt) { + var val = (opt instanceof Array ? opt[0] : opt); + var text = (opt instanceof Array ? (opt[1] ? opt[1] : opt[0]) : opt); + optionHTML += ""; + }); + } else { + optionHTML += ""; + } + this._inputElement[0].html(optionHTML); + }; + + return CheckBox; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('form/ColorInput.js',["d3", "../common/HTMLWidget", "../api/IInput", "css!./Input"], factory); + } else { + root.form_ColorInput = factory(root.d3, root.common_HTMLWidget, root.api_IInput); + } +}(this, function (d3, HTMLWidget, IInput) { + function ColorInput() { + HTMLWidget.call(this); + IInput.call(this); + + this._tag = "div"; + this._inputElement = []; + } + ColorInput.prototype = Object.create(HTMLWidget.prototype); + ColorInput.prototype.constructor = ColorInput; + ColorInput.prototype._class += " form_ColorInput"; + ColorInput.prototype.implements(IInput.prototype); + + ColorInput.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + + var context = this; + + this._inputElement[0] = element.append("input").attr("type", "text"); + this._inputElement[0].classed("color-text", true); + this._inputElement[1] = element.append("input").attr("type", "color"); + + this._inputElement.forEach(function(e, idx) { + e.on("click", function (w) { + w.click(w); + }); + e.on("blur", function (w) { + w.blur(w); + }); + e.on("change", function (w) { + if (idx === 0) { + context._inputElement[1].property("value",d3.rgb(context._inputElement[0].property("value")).toString()); + context.value(context._inputElement[0].property("value")); + } else { + context._inputElement[0].property("value",context._inputElement[1].property("value")); + context.value(d3.rgb(context._inputElement[1].property("value")).toString()); + } + w.change(w); + }); + }); + }; + + ColorInput.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + var context = this; + this._inputElement.forEach(function(e) { + e.attr("name", context.name()); + }); + + this._inputElement[0].attr("type", "text"); + this._inputElement[1].attr("type", "color"); + this._inputElement[0].property("value", this.value()); + this._inputElement[1].property("value", d3.rgb(this.value()).toString()); + }; + + return ColorInput; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('form/Input.js',["d3", "../common/HTMLWidget", "../api/IInput", "css!./Input"], factory); + } else { + root.form_Input = factory(root.d3, root.common_HTMLWidget, root.api_IInput); + } +}(this, function (d3, HTMLWidget, IInput) { + function Input() { + HTMLWidget.call(this); + IInput.call(this); + + this._tag = "div"; + this._inputElement = []; + this._labelElement = []; + } + Input.prototype = Object.create(HTMLWidget.prototype); + Input.prototype.constructor = Input; + Input.prototype._class += " form_Input"; + Input.prototype.implements(IInput.prototype); + + Input.prototype.publish("type", "text", "set", "Input type", ["number", "button", "checkbox", "date", "text", "textarea", "search", "email", "time", "datetime", "hidden"]); + Input.prototype.publish("inlineLabel", null, "string", "Input Label", null, { optional: true }); + + Input.prototype.checked = function (_) { + if (!arguments.length) return this._inputElement[0] ? this._inputElement[0].property("checked") : false; + if (this._inputElement[0]) { + this._inputElement[0].property("checked", _); + } + return this; + }; + + Input.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + + this._labelElement[0] = element.append("label") + .attr("for", this.id() + "_input") + .style("visibility", this.inlineLabel_exists() ? "visible" : "hidden") + ; + + var context = this; + switch (this.type()) { + case "button": + this._inputElement[0] = element.append("button") + .attr("id", this.id() + "_input") + ; + break; + case "textarea": + this._inputElement[0] = element.append("textarea") + .attr("id", this.id() + "_input") + ; + break; + default: + this._inputElement[0] = element.append("input") + .attr("id", this.id() + "_input") + .attr("type", this.type()) + ; + break; + } + + this._inputElement.forEach(function(e, idx) { + e.attr("name", context.name()); + e.on("click", function (w) { + w.click(w); + }); + e.on("blur", function (w) { + w.blur(w); + }); + e.on("change", function (w) { + context.value([e.property("value")]); + w.change(w); + }); + }); + }; + + Input.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + this._labelElement[0] + .style("visibility", this.inlineLabel_exists() ? "visible" : "hidden") + .text(this.inlineLabel()) + ; + switch (this.type()) { + case "button": + this._inputElement[0].text(this.value()); + break; + case "textarea": + this._inputElement[0].property("value", this.value()); + break; + default: + this._inputElement[0].attr("type", this.type()); + this._inputElement[0].property("value", this.value()); + break; + } + }; + + return Input; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('form/Slider.js',["d3", "../common/SVGWidget", "../api/IInput", "../chart/Axis", "../common/Icon", "css!./Slider"], factory); + } else { + root.form_Slider = factory(root.d3, root.common_SVGWidget, root.api_IInput, root.chart_Axis, root.common_Icon); + } +}(this, function (d3, SVGWidget, IInput, Axis, Icon) { + function Slider() { + SVGWidget.call(this); + IInput.call(this); + + this.selectionLabel(""); + this._playing = false; + this._loop = false; + + this.axis = new Axis() + ; + + var context = this; + this._playIcon = new Icon() + .faChar("\uf04b") + ; + this._playIcon.click = function (d) { + d3.event.stopPropagation(); + if (context._playing) { + context.pause(); + } else { + context.play(); + } + }; + + this._loopIcon = new Icon() + .faChar("\uf01e") + .image_colorFill(this._loop ? null : "#bbb") + .shape_colorFill(this._loop ? null : "white") + .paddingPercent(33) + ; + this._loopIcon.click = function (d) { + if (context._loop) { + context._loop = false; + } else { + context._loop = true; + } + context._loopIcon + .image_colorFill(context._loop ? null : "#bbb") + .shape_colorFill(context._loop ? null : "white") + .render() + ; + }; + + this.brush = d3.svg.brush() + .extent([0, 0]) + .on("brushstart", function (d) { context.brushstart(d, this); }) + .on("brush", function (d) { context.brushmove(d, this); }) + .on("brushend", function (d) { context.brushend(d, this); }) + ; + this.brush.empty = function () { + return false; + }; + + this._inputElement = []; + } + Slider.prototype = Object.create(SVGWidget.prototype); + Slider.prototype.constructor = Slider; + Slider.prototype._class += " form_Slider"; + Slider.prototype.implements(IInput.prototype); + + Slider.prototype.publish("padding", 16, "number", "Outer Padding", null, { tags: ["Basic"] }); + Slider.prototype.publish("fontSize", null, "number", "Font Size", null, { tags: ["Basic"] }); + Slider.prototype.publish("fontFamily", null, "string", "Font Name", null, { tags: ["Basic"] }); + Slider.prototype.publish("fontColor", null, "html-color", "Font Color", null, { tags: ["Basic"] }); + + Slider.prototype.publish("allowRange", false, "boolean", "Allow Range Selection", null, { tags: ["Intermediate"] }); + Slider.prototype.publish("low", "0", "string", "Low", null, { tags: ["Intermediate"] }); + Slider.prototype.publish("high", "100", "string", "High", null, { tags: ["Intermediate"] }); + Slider.prototype.publish("step", 10, "number", "Step", null, { tags: ["Intermediate"] }); + Slider.prototype.publish("selectionLabel", "", "string", "Selection Label", null, { tags: ["Intermediate"] }); + + Slider.prototype.publishProxy("tickCount", "axis", "tickCount"); + Slider.prototype.publishProxy("tickFormat", "axis", "tickFormat"); + Slider.prototype.publishProxy("type", "axis"); + Slider.prototype.publishProxy("timePattern", "axis"); + Slider.prototype.publishProxy("powExponent", "axis", "powExponent"); + Slider.prototype.publishProxy("logBase", "axis", "logBase"); + Slider.prototype.publishProxy("overlapMode", "axis"); + Slider.prototype.publishProxy("labelRotation", "axis"); + + Slider.prototype.publish("showPlay", false, "boolean", "Show Play Button"); + Slider.prototype.publish("playInterval", 1000, "number", "Play Interval"); + Slider.prototype.publishProxy("playDiameter", "_playIcon", "diameter", 32); + Slider.prototype.publish("playGutter", 4, "number", "Play Gutter"); + Slider.prototype.publishProxy("loopDiameter", "_loopIcon", "diameter", 24); + Slider.prototype.publish("loopGutter", 4, "number", "Play Gutter"); + + Slider.prototype.name = function (_) { + return Slider.prototype.columns.apply(this, arguments); + }; + + var value = Slider.prototype.value; + Slider.prototype.value = function (_) { + var retVal = value.apply(this, arguments); + if (arguments.length) { + SVGWidget.prototype.data.apply(this, arguments); + } + return retVal; + }; + + Slider.prototype.play = function () { + this._playing = true; + this._playIcon + .faChar("\uf04c") + .render() + ; + var tick = this.data(); + if (tick < this.low() || tick >= this.high()) { + tick = this.low(); + this + .data(tick) + .render() + ; + this._click(); + } + var context = this; + this.intervalHandler = setInterval(function () { + tick += context.step(); + if (tick > context.high()) { + if (context._loop === true) { + tick = context.low(); + context + .data(tick) + .render() + ; + context._click(); + } else { + context.pause(); + } + } else { + context + .data(tick) + .render() + ; + context._click(); + } + }, context.playInterval()); + }; + + Slider.prototype.pause = function () { + this._playing = false; + this._playIcon + .faChar("\uf04b") + .render() + ; + clearInterval(this.intervalHandler); + }; + + Slider.prototype.data = function (_) { + var retVal = SVGWidget.prototype.data.apply(this, arguments); + if (arguments.length) { + if (this.brushg) { + this.brushg + .call(this.brush.extent(this.allowRange() ? this.data() : [this.data(), this.data()])) + ; + } + } + return retVal; + }; + + Slider.prototype.enter = function (domNode, element) { + this.sliderElement = element.append("g"); + this._inputElement.push(this.sliderElement); + + this.axis + .target(this.sliderElement.node()) + .x(this.width()) + .y(0) + .width(this.width() - this.padding()) + .low(this.low()) + .high(this.high()) + .render() + ; + + this.axis.d3Axis + //.tickValues(null) + .tickSize(0) + .tickPadding(12) + ; + + this.brushg = this.sliderElement.append("g") + .attr("class", "brush") + .call(this.brush) + ; + + this.brushg.select(".background") + .attr("y", -9) + .attr("height", 18) + ; + + this.brushg.select(".extent") + .attr("y", "-10") + .attr("height", "20") + ; + + this.brushg.selectAll(".resize").select("rect") + .attr("x", function (d) { return d === "e" ? 0 : -8; }) + .attr("y", "-10") + .attr("width", "8") + .attr("height", "20") + ; + + this.handle = this.brushg.selectAll(".resize").append("path") + .attr("class", "handle") + .attr("transform", "translate(0,-27)") + ; + + this._playIcon + .target(this.sliderElement.node()) + .render() + ; + + this._loopIcon + .target(this.sliderElement.node()) + .render() + ; + }; + + Slider.prototype.update = function (domNode, element) { + var context = this; + var width = this.width() - this.padding() / 2; + + this._playIcon + .pos({ x: width - (this.loopDiameter() + this.loopGutter() + this.playDiameter() / 2), y: 0 }) + .diameter(this.playDiameter()) + .display(this.showPlay()) + .render() + ; + + this._loopIcon + .pos({ x: width - (this.loopDiameter() / 2), y: 0 }) + .diameter(this.loopDiameter()) + .display(this.showPlay()) + .render() + ; + + if ((this.high() - this.low()) / this.step() <= 10) { + //this.axis.tickValues(d3.merge([d3.range(this.low(), this.high(), this.step()), [this.high()]])); + } else { + //this.axis.tickValues(null); + } + + var offset = this.showPlay() ? this.loopDiameter() + this.loopGutter() + this.playDiameter() + this.playGutter() : 0; + width -= offset; + var overlap = this.axis.calcOverflow(element); + this.axis + .x(this.width() / 2 - offset / 2) + .y(overlap.depth) + .width(this.width() - this.padding() - offset) + .low(this.low()) + .high(this.high()) + .render() + ; + + this.brushg + .attr("transform", "translate(" + this.padding() / 2 + ", 0)") + ; + + this.handle + .attr("d", function (d) { return context.handlePath(d); }) + ; + + if (this.data().length === 0) { + if( this.allowRange()) { + this.data([this.low(),this.low()]); + } else { + this.data(this.low()); + } + } + + this.axis.d3Scale.clamp(true); + this.brush + .x(this.axis.d3Scale) + ; + + this.brushg + .call(this.brush.extent(this.allowRange() ? this.data() : [this.data(), this.data()])) + ; + + var bbox = this.sliderElement.node().getBBox(); + this.sliderElement.attr("transform", "translate(" + -this.width() / 2 + ", " + -(bbox.y + bbox.height / 2) + ")"); + }; + + Slider.prototype.brushstart = function (d, self) { + if (!d3.event || !d3.event.sourceEvent) return; + d3.event.sourceEvent.stopPropagation(); + }; + + Slider.prototype.brushmove = function (d, self) { + if (!d3.event || !d3.event.sourceEvent) return; + d3.event.sourceEvent.stopPropagation(); + if (!this.allowRange()) { + var mouseX = this.axis.invert(d3.mouse(self)[0]); + d3.select(self) + .call(this.brush.extent([mouseX, mouseX])) + ; + } + }; + + Slider.prototype.brushend = function (d, self) { + if (!d3.event || !d3.event.sourceEvent) return; + d3.event.sourceEvent.stopPropagation(); + if (!this.allowRange()) { + var mouseX = this.nearestStep(this.axis.invert(d3.mouse(self)[0])); + d3.select(self) + .call(this.brush.extent([mouseX, mouseX])) + ; + this.value(this.axis.parseInvert(mouseX)); + this._click(); + } else { + var extent = this.brush.extent(); + extent[0] = this.nearestStep(extent[0]); + extent[1] = this.nearestStep(extent[1]); + d3.select(self) + .call(this.brush.extent(extent)) + ; + this.newSelection(this.axis.parseInvert(extent[0]), this.axis.parseInvert(extent[1])); + } + }; + + Slider.prototype.nearestStep = function (value) { + switch (this.type()) { + case "time": + return value; + default: + return +this.axis.parse(this.low()) + Math.round((value - +this.axis.parse(this.low())) / +this.step()) * +this.step(); + } + }; + + Slider.prototype.handlePath = function (d, i) { + var e = +(d === "e"); + var x = e ? 1 : -1; + var xOffset = this.allowRange() ? 0.5 : 0.0; + var y = 18; + var retVal = "M" + (xOffset * x) + "," + y + + "A6,6 0 0 " + e + " " + (6.5 * x) + "," + (y + 6) + + "V" + (2 * y - 6) + + "A6,6 0 0 " + e + " " + (xOffset * x) + "," + (2 * y) + ; + if (this.allowRange()) { + retVal += "Z" + + "M" + (2.5 * x) + "," + (y + 8) + + "V" + (2 * y - 8) + + "M" + (4.5 * x) + "," + (y + 8) + + "V" + (2 * y - 8) + ; + } else { + retVal += "M" + (1 * x) + "," + (y + 8) + + "V" + (2 * y - 8) + ; + } + return retVal; + }; + + Slider.prototype._click = function() { + if (this.selectionLabel()) { + var clickData = {}; + clickData[this.selectionLabel()] = this.data(); + this.click(clickData); + } else { + this.click(this.data()); + } + }; + + Slider.prototype.newSelection = function (value, value2) { + console.log("newSelection: " + value + ", " + value2); + }; + + return Slider; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('form/Form.js',["d3", "../common/HTMLWidget", "../common/SVGWidget", "../common/WidgetArray", "./Input", "./Button", "./Slider", "css!./Form"], factory); + } else { + root.form_Form = factory(root.d3, root.common_HTMLWidget, root.common_SVGWidget, root.common_WidgetArray, root.form_Input, root.form_Button, root.form_Slider); + } +}(this, function (d3, HTMLWidget, SVGWidget, WidgetArray, Input, Button, Slider) { + function Form() { + HTMLWidget.call(this); + + this._tag = "form"; + } + Form.prototype = Object.create(HTMLWidget.prototype); + Form.prototype.constructor = Form; + Form.prototype._class += " form_Form"; + + Form.prototype.publish("validate", true, "boolean", "Enable/Disable input validation"); + Form.prototype.publish("inputs", [], "widgetArray", "Array of input widgets"); + Form.prototype.publish("showSubmit", true, "boolean", "Show Submit/Cancel Controls"); + Form.prototype.publish("omitBlank", false, "boolean", "Drop Blank Fields From Submit"); + Form.prototype.publish("allowEmptyRequest", false, "boolean", "Allow Blank Form to be Submitted"); + + Form.prototype.data = function (_) { + if (!arguments.length) { + var retVal = []; + this.inputsForEach(function (input) { + retVal.push(input.value()); + }); + return retVal; + } else { + this.inputsForEach(function (input, idx) { + if (_.length > idx) { + input.value(_[idx]).render(); + } + }); + } + return this; + }; + + Form.prototype.inputsForEach = function (callback, scope) { + var idx = 0; + this.inputs().forEach(function (inp) { + var inpArray = inp instanceof WidgetArray ? inp.content() : [inp]; + inpArray.forEach(function (inp) { + if (scope) { + callback.call(scope, inp, idx++); + } else { + callback(inp, idx++); + } + }); + }); + }; + + Form.prototype.calcMaxColumns = function () { + var retVal = 0; + this.inputs().forEach(function (inputWidget) { + var inputWidgetArray = inputWidget instanceof WidgetArray ? inputWidget.content() : [inputWidget]; + if (inputWidgetArray.length > retVal) { + retVal = inputWidgetArray.length; + } + }); + return retVal; + }; + + Form.prototype.values = function (_) { + if (!arguments.length) { + var dataArr = {}; + this.inputsForEach(function (inp) { + var value = inp.value(); + if (value || !this.omitBlank()) { + dataArr[inp.name()] = inp.value(); + } + }, this); + return dataArr; + } else { + this.inputsForEach(function (inp) { + if (_[inp.name()]) { + inp.value(_[inp.name()]); + } else if (this.omitBlank()){ + inp.value(""); + } + }, this); + } + return this; + }; + + Form.prototype.submit = function(){ + var isValid = true; + if (this.validate()) { + isValid = this.checkValidation(); + } + if (!this.allowEmptyRequest() && !this.inputs().some(function(w) { + if (w._class.indexOf("WidgetArray") !== -1) { + return w.content().some(function(wa) { + return wa.hasValue(); + }); + } + return w.hasValue(); + })) { + return; + } + this.click(isValid ? this.values() : null); + }; + + Form.prototype.clear = function () { + this.inputsForEach(function(inp){ + switch(inp.classID()) { + case "form_Slider": + if (inp.allowRange()) { + inp.value([inp.low(), inp.low()]).render(); + } else { + inp.value(inp.low()).render(); + } + break; + case "form_CheckBox": + inp.value(false).render(); + break; + case "form_Button": + /* skip */ + break; + default: + inp.value("").render(); + break; + } + }); + }; + + Form.prototype.checkValidation = function(){ + var ret = true; + var msgArr = []; + this.inputsForEach(function (inp) { + if (!inp.isValid()) { + msgArr.push("'" + inp.label() + "'" + " value is invalid."); + } + }); + if(msgArr.length > 0){ + alert(msgArr.join("\n")); + ret = false; + } + return ret; + }; + + Form.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + element.on("submit", function () { + d3.event.preventDefault(); + }); + + this._parentElement.style("overflow", "auto"); + var table = element + .append("table") + ; + this.tbody = table.append("tbody"); + this.tfoot = table.append("tfoot"); + this.btntd = this.tfoot.append("tr").append("td") + .attr("colspan", 2) + ; + + var context = this; + this._controls = [ + new Button() + .value("Submit") + .on("click", function () { + context.submit(context.values()); + }, true), + new Button() + .value("Clear") + .on("click", function () { + context.clear({}); + }, true) + ]; + var rightJust = context.btntd + .append("div") + .style("float", "right") + ; + this._controls.forEach(function (w) { + var leftJust = rightJust + .append("span") + .style("float", "left") + ; + w.target(leftJust.node()).render(); + }); + }; + + Form.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + this._maxCols = this.calcMaxColumns(); + + var context = this; + var rows = this.tbody.selectAll("tr").data(this.inputs()); + rows.enter().append("tr") + .each(function (inputWidget, i) { + var element = d3.select(this); + + var inputWidgetArray = inputWidget instanceof WidgetArray ? inputWidget.content() : [inputWidget]; + inputWidgetArray.forEach(function (inputWidget, idx) { + element.append("td") + .attr("class", "prompt") + .text(inputWidget.label() + ":") + ; + var input = element.append("td") + .attr("class", "input") + ; + if (idx === inputWidgetArray.length - 1 && inputWidgetArray.length < context._maxCols) { + input.attr("colspan", (context._maxCols - inputWidgetArray.length + 1) * 2); + } + inputWidget.target(input.node()).render(); + if (inputWidget instanceof SVGWidget) { + var bbox = inputWidget.element().node().getBBox(); + input.style("height", bbox.height + "px"); + inputWidget.resize().render(); + } + + if (inputWidget._inputElement instanceof Array) { + inputWidget._inputElement.forEach(function(e) { + e.on("change.form", function(w) { + setTimeout(function() { + + context._controls[0].disable(!context.allowEmptyRequest() && !context.inputs().some(function(w) { + if (w._class.indexOf("WidgetArray") !== -1) { + return w.content().some(function(wa) { + return wa.hasValue(); + }); + } + return w.hasValue(); + })); + }, 100); + }); + }); + } + }); + }) + ; + rows.exit().remove(); + + this.tfoot + .style("display",this.showSubmit() ? "table-footer-group" : "none") + ; + this.btntd + .attr("colspan", this._maxCols * 2) + ; + + // Disable Submit unless there is data + if (!this.allowEmptyRequest()) { + setTimeout(function() { + context._controls[0].disable(!context.allowEmptyRequest() && !context.inputs().some(function(w) { + if (w._class.indexOf("WidgetArray") !== -1) { + return w.content().some(function(wa) { + return wa.hasValue(); + }); + } + return w.hasValue(); + })); + }, 100); + } + + }; + + Form.prototype.exit = function (domNode, element) { + this.inputs_reset(); + this._controls.forEach(function (w) { + w.target(null); + }); + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + Form.prototype.click = function (row) { + console.log("Clicked Submit: "+JSON.stringify(row)); + }; + + return Form; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('form/Radio.js',["d3", "../common/HTMLWidget", "../api/IInput", "css!./Input"], factory); + } else { + root.form_Radio = factory(root.d3, root.common_HTMLWidget, root.api_IInput); + } +}(this, function (d3, HTMLWidget, IInput) { + function Radio() { + HTMLWidget.call(this); + IInput.call(this); + + this._tag = "div"; + this._inputElement = []; + } + Radio.prototype = Object.create(HTMLWidget.prototype); + Radio.prototype.constructor = Radio; + Radio.prototype._class += " form_Radio"; + Radio.prototype.implements(IInput.prototype); + + Radio.prototype.publish("selectOptions", [], "array", "Array of options used to fill a dropdown list"); + + Radio.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + + var context = this; + + var radioContainer = element.append("ul"); + if (!this.selectOptions().length) { + this.selectOptions().push(""); // create an empty radio if we using .value and not selectOptions array + } + this.selectOptions().forEach(function(val, idx) { + context._inputElement[idx] = radioContainer.append("li").append("input").attr("type", "radio"); + context._inputElement[idx].node().insertAdjacentHTML("afterend", "" + val + ""); + }); + + this._inputElement.forEach(function(e, idx) { + e.attr("name", context.name()); + e.on("click", function (w) { + w.click(w); + }); + e.on("blur", function (w) { + w.blur(w); + }); + e.on("change", function (w) { + context.value([e.property("value")]); + w.change(w); + }); + }); + }; + + Radio.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + var context = this; + + this._inputElement.forEach(function(e, idx) { + e.property("value", context.selectOptions()[idx]); + if (context.value().indexOf(context.selectOptions()[idx]) !== -1 && context.value() !== "false") { + e.property("checked", true); + } else { + e.property("checked", false); + } + }); + }; + + return Radio; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('form/Range.js',["d3", "../common/HTMLWidget", "../api/IInput", "css!./Input"], factory); + } else { + root.form_Range = factory(root.d3, root.common_HTMLWidget, root.api_IInput); + } +}(this, function (d3, HTMLWidget, IInput) { + function Range() { + HTMLWidget.call(this); + IInput.call(this); + + this._tag = "div"; + this._inputElement = []; + } + Range.prototype = Object.create(HTMLWidget.prototype); + Range.prototype.constructor = Range; + Range.prototype._class += " form_Range"; + Range.prototype.implements(IInput.prototype); + + Range.prototype.publish("type", "text", "set", "Input type", ["html-color", "number", "checkbox", "button", "select", "textarea", "date", "text", "range", "search", "email", "time", "datetime"]); + Range.prototype.publish("selectOptions", [], "array", "Array of options used to fill a dropdown list"); + Range.prototype.publish("low", null, "number", "Minimum value for Range input"); + Range.prototype.publish("high", null, "number", "Maximum value for Range input"); + Range.prototype.publish("step", null, "number", "Step value for Range input"); + + Range.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + + var context = this; + + this._inputElement[0] = element.append("input").attr("type", "range"); + this._inputElement[1] = element.append("input").attr("type", "number"); + + this._inputElement.forEach(function(e, idx) { + e.attr("name", context.name()); + e.on("click", function (w) { + w.click(w); + }); + e.on("blur", function (w) { + w.blur(w); + }); + e.on("change", function (w) { + if (idx === 0) { + context._inputElement[1].property("value",d3.rgb(context._inputElement[0].property("value")).toString()); + context.value(context._inputElement[0].property("value")); + } else { + context._inputElement[0].property("value",context._inputElement[1].property("value")); + context.value(d3.rgb(context._inputElement[1].property("value")).toString()); + } + w.change(w); + }); + }); + }; + + Range.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + this._inputElement[0].attr("type", "range"); + this._inputElement[0].property("value", this.value()); + this._inputElement[0].attr("min", this.low()); + this._inputElement[0].attr("max", this.high()); + this._inputElement[0].attr("step", this.step()); + this._inputElement[1].attr("type", "number"); + this._inputElement[1].property("value", this.value()); + this._inputElement[1].attr("min", this.low()); + this._inputElement[1].attr("max", this.high()); + this._inputElement[1].attr("step", this.step()); + }; + + Range.prototype.insertSelectOptions = function (optionsArr) { + var optionHTML = ""; + if (optionsArr.length > 0) { + optionsArr.forEach(function (opt) { + var val = (opt instanceof Array ? opt[0] : opt); + var text = (opt instanceof Array ? (opt[1] ? opt[1] : opt[0]) : opt); + optionHTML += ""; + }); + } else { + optionHTML += ""; + } + this._inputElement[0].html(optionHTML); + }; + + return Range; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('form/Select.js',["d3", "../common/HTMLWidget", "../api/IInput", "css!./Input"], factory); + } else { + root.form_Select = factory(root.d3, root.common_HTMLWidget, root.api_IInput); + } +}(this, function (d3, HTMLWidget, IInput) { + function Select() { + HTMLWidget.call(this); + IInput.call(this); + + this._tag = "div"; + this._inputElement = []; + } + Select.prototype = Object.create(HTMLWidget.prototype); + Select.prototype.constructor = Select; + Select.prototype._class += " form_Select"; + Select.prototype.implements(IInput.prototype); + + Select.prototype.publish("selectOptions", [], "array", "Array of options used to fill a dropdown list"); + Select.prototype.publish("maxWidth", 120, "number", "Width", null, { optional: true }); + + Select.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + + var context = this; + + this._inputElement[0] = element.append("select") + .attr("name", this.name()) + .on("click", function (w) { + w.click(w); + }) + .on("blur", function (w) { + w.blur(w); + }) + .on("change", function (w) { + context.value([context._inputElement[0].property("value")]); + w.change(w); + }) + ; + }; + + Select.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + this.insertSelectOptions(this.selectOptions()); + this._inputElement[0] + .property("value", this.value()) + .style("max-width", this.maxWidth_exists() ? this.maxWidth() + "px" : null) + ; + }; + + + Select.prototype.insertSelectOptions = function (optionsArr) { + var optionHTML = ""; + if (optionsArr.length > 0) { + optionsArr.forEach(function (opt) { + var val = (opt instanceof Array ? opt[0] : opt); + var text = (opt instanceof Array ? (opt[1] ? opt[1] : opt[0]) : opt); + optionHTML += ""; + }); + } else { + optionHTML += ""; + } + this._inputElement[0].html(optionHTML); + }; + + return Select; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('form/TextArea.js',["d3", "./Input"], factory); + } else { + root.form_TextArea = factory(root.d3, root.form_Input); + } +}(this, function (d3, Input) { + function TextArea() { + Input.call(this); + + this._tag = "div"; + this.type("textarea"); + } + TextArea.prototype = Object.create(Input.prototype); + TextArea.prototype.constructor = TextArea; + TextArea.prototype._class += " form_TextArea"; + + TextArea.prototype.publish("rows", null, "number", "Rows", null, { optional: true }); + TextArea.prototype.publish("cols", null, "number", "Columns", null, { optional: true }); + TextArea.prototype.publish("wrap", "off", "set", "Wrap", ["off", "on"]); + TextArea.prototype.publish("minHeight", null, "number", "Minimum Height", null, { optional: true }); + TextArea.prototype.publish("spellcheck", null, "boolean", "Input spell checking", { optional: true }); + + TextArea.prototype.enter = function (domNode, element) { + Input.prototype.enter.apply(this, arguments); + }; + + TextArea.prototype.calcHeight = function () { + return Math.max(this.minHeight_exists() ? this.minHeight() : 0, this.height()); + }; + + TextArea.prototype.update = function (domNode, element) { + Input.prototype.update.apply(this, arguments); + this._inputElement[0] + .attr("rows", this.rows()) + .attr("cols", this.cols()) + .attr("wrap", this.wrap()) + .attr("spellcheck", this.spellcheck()) + .style("height", this.calcHeight() + "px") + ; + }; + + return TextArea; +})); diff --git a/dist/hpcc-viz-form.min.js b/dist/hpcc-viz-form.min.js new file mode 100644 index 0000000000..72ba6d7ea3 --- /dev/null +++ b/dist/hpcc-viz-form.min.js @@ -0,0 +1 @@ +"function"==typeof define&&define.amd&&define("css",[],function(){return{load:function(t,e,n){n()}}}),function(t,e){"function"==typeof define&&define.amd?define("form/Button",["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_Button=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_Button",o.prototype["implements"](n.prototype),o.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments);var o=this;this._inputElement[0]=n.append("button").attr("name",this.name()).on("click",function(t){t.click(t)}).on("blur",function(t){t.blur(t)}).on("change",function(t){o.value([o._inputElement[0].property("value")]),t.change(t)})},o.prototype.update=function(t,n){e.prototype.update.apply(this,arguments),this._inputElement[0].text(this.value())},o}),function(t,e){"function"==typeof define&&define.amd?define("form/CheckBox.js",["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_CheckBox=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_CheckBox",o.prototype["implements"](n.prototype),o.prototype.publish("selectOptions",[],"array","Array of options used to fill a dropdown list"),o.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments);var o=this,i=n.append("ul");this.selectOptions().length||this.selectOptions().push(""),this.selectOptions().forEach(function(t,e){o._inputElement[e]=i.append("li").append("input").attr("type","checkbox"),o._inputElement[e].node().insertAdjacentHTML("afterend",""+t+"")}),this._inputElement.forEach(function(t,e){t.attr("name",o.name()),t.on("click",function(t){t.click(t)}),t.on("blur",function(t){t.blur(t)}),t.on("change",function(t){var e=[];o._inputElement.forEach(function(t,n){t.property("checked")&&e.push(t.property("value"))}),o.value(e),t.change(t)})})},o.prototype.update=function(t,n){e.prototype.update.apply(this,arguments);var o=this;this._inputElement.forEach(function(t,e){t.property("value",o.selectOptions()[e]),-1!==o.value().indexOf(o.selectOptions()[e])&&"false"!==o.value()?t.property("checked",!0):t.property("checked",!1)})},o.prototype.insertSelectOptions=function(t){var e="";t.length>0?t.forEach(function(t){var n=t instanceof Array?t[0]:t,o=t instanceof Array?t[1]?t[1]:t[0]:t;e+=""}):e+="",this._inputElement[0].html(e)},o}),function(t,e){"function"==typeof define&&define.amd?define("form/ColorInput.js",["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_ColorInput=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_ColorInput",o.prototype["implements"](n.prototype),o.prototype.enter=function(n,o){e.prototype.enter.apply(this,arguments);var i=this;this._inputElement[0]=o.append("input").attr("type","text"),this._inputElement[0].classed("color-text",!0),this._inputElement[1]=o.append("input").attr("type","color"),this._inputElement.forEach(function(e,n){e.on("click",function(t){t.click(t)}),e.on("blur",function(t){t.blur(t)}),e.on("change",function(e){0===n?(i._inputElement[1].property("value",t.rgb(i._inputElement[0].property("value")).toString()),i.value(i._inputElement[0].property("value"))):(i._inputElement[0].property("value",i._inputElement[1].property("value")),i.value(t.rgb(i._inputElement[1].property("value")).toString())),e.change(e)})})},o.prototype.update=function(n,o){e.prototype.update.apply(this,arguments);var i=this;this._inputElement.forEach(function(t){t.attr("name",i.name())}),this._inputElement[0].attr("type","text"),this._inputElement[1].attr("type","color"),this._inputElement[0].property("value",this.value()),this._inputElement[1].property("value",t.rgb(this.value()).toString())},o}),function(t,e){"function"==typeof define&&define.amd?define("form/Input.js",["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_Input=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[],this._labelElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_Input",o.prototype["implements"](n.prototype),o.prototype.publish("type","text","set","Input type",["number","button","checkbox","date","text","textarea","search","email","time","datetime","hidden"]),o.prototype.publish("inlineLabel",null,"string","Input Label",null,{optional:!0}),o.prototype.checked=function(t){return arguments.length?(this._inputElement[0]&&this._inputElement[0].property("checked",t),this):this._inputElement[0]?this._inputElement[0].property("checked"):!1},o.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments),this._labelElement[0]=n.append("label").attr("for",this.id()+"_input").style("visibility",this.inlineLabel_exists()?"visible":"hidden");var o=this;switch(this.type()){case"button":this._inputElement[0]=n.append("button").attr("id",this.id()+"_input");break;case"textarea":this._inputElement[0]=n.append("textarea").attr("id",this.id()+"_input");break;default:this._inputElement[0]=n.append("input").attr("id",this.id()+"_input").attr("type",this.type())}this._inputElement.forEach(function(t,e){t.attr("name",o.name()),t.on("click",function(t){t.click(t)}),t.on("blur",function(t){t.blur(t)}),t.on("change",function(e){o.value([t.property("value")]),e.change(e)})})},o.prototype.update=function(t,n){switch(e.prototype.update.apply(this,arguments),this._labelElement[0].style("visibility",this.inlineLabel_exists()?"visible":"hidden").text(this.inlineLabel()),this.type()){case"button":this._inputElement[0].text(this.value());break;case"textarea":this._inputElement[0].property("value",this.value());break;default:this._inputElement[0].attr("type",this.type()),this._inputElement[0].property("value",this.value())}},o}),function(t,e){"function"==typeof define&&define.amd?define("form/Slider.js",["d3","../common/SVGWidget","../api/IInput","../chart/Axis","../common/Icon","css!./Slider"],e):t.form_Slider=e(t.d3,t.common_SVGWidget,t.api_IInput,t.chart_Axis,t.common_Icon)}(this,function(t,e,n,o,i){function p(){e.call(this),n.call(this),this.selectionLabel(""),this._playing=!1,this._loop=!1,this.axis=new o;var p=this;this._playIcon=(new i).faChar(""),this._playIcon.click=function(e){t.event.stopPropagation(),p._playing?p.pause():p.play()},this._loopIcon=(new i).faChar("").image_colorFill(this._loop?null:"#bbb").shape_colorFill(this._loop?null:"white").paddingPercent(33),this._loopIcon.click=function(t){p._loop?p._loop=!1:p._loop=!0,p._loopIcon.image_colorFill(p._loop?null:"#bbb").shape_colorFill(p._loop?null:"white").render()},this.brush=t.svg.brush().extent([0,0]).on("brushstart",function(t){p.brushstart(t,this)}).on("brush",function(t){p.brushmove(t,this)}).on("brushend",function(t){p.brushend(t,this)}),this.brush.empty=function(){return!1},this._inputElement=[]}p.prototype=Object.create(e.prototype),p.prototype.constructor=p,p.prototype._class+=" form_Slider",p.prototype["implements"](n.prototype),p.prototype.publish("padding",16,"number","Outer Padding",null,{tags:["Basic"]}),p.prototype.publish("fontSize",null,"number","Font Size",null,{tags:["Basic"]}),p.prototype.publish("fontFamily",null,"string","Font Name",null,{tags:["Basic"]}),p.prototype.publish("fontColor",null,"html-color","Font Color",null,{tags:["Basic"]}),p.prototype.publish("allowRange",!1,"boolean","Allow Range Selection",null,{tags:["Intermediate"]}),p.prototype.publish("low","0","string","Low",null,{tags:["Intermediate"]}),p.prototype.publish("high","100","string","High",null,{tags:["Intermediate"]}),p.prototype.publish("step",10,"number","Step",null,{tags:["Intermediate"]}),p.prototype.publish("selectionLabel","","string","Selection Label",null,{tags:["Intermediate"]}),p.prototype.publishProxy("tickCount","axis","tickCount"),p.prototype.publishProxy("tickFormat","axis","tickFormat"),p.prototype.publishProxy("type","axis"),p.prototype.publishProxy("timePattern","axis"),p.prototype.publishProxy("powExponent","axis","powExponent"),p.prototype.publishProxy("logBase","axis","logBase"),p.prototype.publishProxy("overlapMode","axis"),p.prototype.publishProxy("labelRotation","axis"),p.prototype.publish("showPlay",!1,"boolean","Show Play Button"),p.prototype.publish("playInterval",1e3,"number","Play Interval"),p.prototype.publishProxy("playDiameter","_playIcon","diameter",32),p.prototype.publish("playGutter",4,"number","Play Gutter"),p.prototype.publishProxy("loopDiameter","_loopIcon","diameter",24),p.prototype.publish("loopGutter",4,"number","Play Gutter"),p.prototype.name=function(t){return p.prototype.columns.apply(this,arguments)};var r=p.prototype.value;return p.prototype.value=function(t){var n=r.apply(this,arguments);return arguments.length&&e.prototype.data.apply(this,arguments),n},p.prototype.play=function(){this._playing=!0,this._playIcon.faChar("").render();var t=this.data();(t=this.high())&&(t=this.low(),this.data(t).render(),this._click());var e=this;this.intervalHandler=setInterval(function(){t+=e.step(),t>e.high()?e._loop===!0?(t=e.low(),e.data(t).render(),e._click()):e.pause():(e.data(t).render(),e._click())},e.playInterval())},p.prototype.pause=function(){this._playing=!1,this._playIcon.faChar("").render(),clearInterval(this.intervalHandler)},p.prototype.data=function(t){var n=e.prototype.data.apply(this,arguments);return arguments.length&&this.brushg&&this.brushg.call(this.brush.extent(this.allowRange()?this.data():[this.data(),this.data()])),n},p.prototype.enter=function(t,e){this.sliderElement=e.append("g"),this._inputElement.push(this.sliderElement),this.axis.target(this.sliderElement.node()).x(this.width()).y(0).width(this.width()-this.padding()).low(this.low()).high(this.high()).render(),this.axis.d3Axis.tickSize(0).tickPadding(12),this.brushg=this.sliderElement.append("g").attr("class","brush").call(this.brush),this.brushg.select(".background").attr("y",-9).attr("height",18),this.brushg.select(".extent").attr("y","-10").attr("height","20"),this.brushg.selectAll(".resize").select("rect").attr("x",function(t){return"e"===t?0:-8}).attr("y","-10").attr("width","8").attr("height","20"),this.handle=this.brushg.selectAll(".resize").append("path").attr("class","handle").attr("transform","translate(0,-27)"),this._playIcon.target(this.sliderElement.node()).render(),this._loopIcon.target(this.sliderElement.node()).render()},p.prototype.update=function(t,e){var n=this,o=this.width()-this.padding()/2;this._playIcon.pos({x:o-(this.loopDiameter()+this.loopGutter()+this.playDiameter()/2),y:0}).diameter(this.playDiameter()).display(this.showPlay()).render(),this._loopIcon.pos({x:o-this.loopDiameter()/2,y:0}).diameter(this.loopDiameter()).display(this.showPlay()).render(),(this.high()-this.low())/this.step()<=10;var i=this.showPlay()?this.loopDiameter()+this.loopGutter()+this.playDiameter()+this.playGutter():0;o-=i;var p=this.axis.calcOverflow(e);this.axis.x(this.width()/2-i/2).y(p.depth).width(this.width()-this.padding()-i).low(this.low()).high(this.high()).render(),this.brushg.attr("transform","translate("+this.padding()/2+", 0)"),this.handle.attr("d",function(t){return n.handlePath(t)}),0===this.data().length&&(this.allowRange()?this.data([this.low(),this.low()]):this.data(this.low())),this.axis.d3Scale.clamp(!0),this.brush.x(this.axis.d3Scale),this.brushg.call(this.brush.extent(this.allowRange()?this.data():[this.data(),this.data()]));var r=this.sliderElement.node().getBBox();this.sliderElement.attr("transform","translate("+-this.width()/2+", "+-(r.y+r.height/2)+")")},p.prototype.brushstart=function(e,n){t.event&&t.event.sourceEvent&&t.event.sourceEvent.stopPropagation()},p.prototype.brushmove=function(e,n){if(t.event&&t.event.sourceEvent&&(t.event.sourceEvent.stopPropagation(),!this.allowRange())){var o=this.axis.invert(t.mouse(n)[0]);t.select(n).call(this.brush.extent([o,o]))}},p.prototype.brushend=function(e,n){if(t.event&&t.event.sourceEvent)if(t.event.sourceEvent.stopPropagation(),this.allowRange()){var o=this.brush.extent();o[0]=this.nearestStep(o[0]),o[1]=this.nearestStep(o[1]),t.select(n).call(this.brush.extent(o)),this.newSelection(this.axis.parseInvert(o[0]),this.axis.parseInvert(o[1]))}else{var i=this.nearestStep(this.axis.invert(t.mouse(n)[0]));t.select(n).call(this.brush.extent([i,i])),this.value(this.axis.parseInvert(i)),this._click()}},p.prototype.nearestStep=function(t){switch(this.type()){case"time":return t;default:return+this.axis.parse(this.low())+Math.round((t-+this.axis.parse(this.low()))/+this.step())*+this.step()}},p.prototype.handlePath=function(t,e){var n=+("e"===t),o=n?1:-1,i=this.allowRange()?.5:0,p=18,r="M"+i*o+","+p+"A6,6 0 0 "+n+" "+6.5*o+","+(p+6)+"V"+(2*p-6)+"A6,6 0 0 "+n+" "+i*o+","+2*p;return r+=this.allowRange()?"ZM"+2.5*o+","+(p+8)+"V"+(2*p-8)+"M"+4.5*o+","+(p+8)+"V"+(2*p-8):"M"+1*o+","+(p+8)+"V"+(2*p-8)},p.prototype._click=function(){if(this.selectionLabel()){var t={};t[this.selectionLabel()]=this.data(),this.click(t)}else this.click(this.data())},p.prototype.newSelection=function(t,e){console.log("newSelection: "+t+", "+e)},p}),function(t,e){"function"==typeof define&&define.amd?define("form/Form.js",["d3","../common/HTMLWidget","../common/SVGWidget","../common/WidgetArray","./Input","./Button","./Slider","css!./Form"],e):t.form_Form=e(t.d3,t.common_HTMLWidget,t.common_SVGWidget,t.common_WidgetArray,t.form_Input,t.form_Button,t.form_Slider)}(this,function(t,e,n,o,i,p,r){function s(){e.call(this),this._tag="form"}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" form_Form",s.prototype.publish("validate",!0,"boolean","Enable/Disable input validation"),s.prototype.publish("inputs",[],"widgetArray","Array of input widgets"),s.prototype.publish("showSubmit",!0,"boolean","Show Submit/Cancel Controls"),s.prototype.publish("omitBlank",!1,"boolean","Drop Blank Fields From Submit"),s.prototype.publish("allowEmptyRequest",!1,"boolean","Allow Blank Form to be Submitted"),s.prototype.data=function(t){if(!arguments.length){var e=[];return this.inputsForEach(function(t){e.push(t.value())}),e}return this.inputsForEach(function(e,n){t.length>n&&e.value(t[n]).render()}),this},s.prototype.inputsForEach=function(t,e){var n=0;this.inputs().forEach(function(i){var p=i instanceof o?i.content():[i];p.forEach(function(o){e?t.call(e,o,n++):t(o,n++)})})},s.prototype.calcMaxColumns=function(){var t=0;return this.inputs().forEach(function(e){var n=e instanceof o?e.content():[e];n.length>t&&(t=n.length)}),t},s.prototype.values=function(t){if(!arguments.length){var e={};return this.inputsForEach(function(t){var n=t.value();(n||!this.omitBlank())&&(e[t.name()]=t.value())},this),e}return this.inputsForEach(function(e){t[e.name()]?e.value(t[e.name()]):this.omitBlank()&&e.value("")},this),this},s.prototype.submit=function(){var t=!0;this.validate()&&(t=this.checkValidation()),(this.allowEmptyRequest()||this.inputs().some(function(t){return-1!==t._class.indexOf("WidgetArray")?t.content().some(function(t){return t.hasValue()}):t.hasValue()}))&&this.click(t?this.values():null)},s.prototype.clear=function(){this.inputsForEach(function(t){switch(t.classID()){case"form_Slider":t.allowRange()?t.value([t.low(),t.low()]).render():t.value(t.low()).render();break;case"form_CheckBox":t.value(!1).render();break;case"form_Button":break;default:t.value("").render()}})},s.prototype.checkValidation=function(){var t=!0,e=[];return this.inputsForEach(function(t){t.isValid()||e.push("'"+t.label()+"' value is invalid.")}),e.length>0&&(alert(e.join("\n")),t=!1),t},s.prototype.enter=function(n,o){e.prototype.enter.apply(this,arguments),o.on("submit",function(){t.event.preventDefault()}),this._parentElement.style("overflow","auto");var i=o.append("table");this.tbody=i.append("tbody"),this.tfoot=i.append("tfoot"),this.btntd=this.tfoot.append("tr").append("td").attr("colspan",2);var r=this;this._controls=[(new p).value("Submit").on("click",function(){r.submit(r.values())},!0),(new p).value("Clear").on("click",function(){r.clear({})},!0)];var s=r.btntd.append("div").style("float","right");this._controls.forEach(function(t){var e=s.append("span").style("float","left");t.target(e.node()).render()})},s.prototype.update=function(i,p){e.prototype.update.apply(this,arguments),this._maxCols=this.calcMaxColumns();var r=this,s=this.tbody.selectAll("tr").data(this.inputs());s.enter().append("tr").each(function(e,i){var p=t.select(this),s=e instanceof o?e.content():[e];s.forEach(function(t,e){p.append("td").attr("class","prompt").text(t.label()+":");var o=p.append("td").attr("class","input");if(e===s.length-1&&s.length"+t+"")}),this._inputElement.forEach(function(t,e){t.attr("name",o.name()),t.on("click",function(t){t.click(t)}),t.on("blur",function(t){t.blur(t)}),t.on("change",function(e){o.value([t.property("value")]),e.change(e)})})},o.prototype.update=function(t,n){e.prototype.update.apply(this,arguments);var o=this;this._inputElement.forEach(function(t,e){t.property("value",o.selectOptions()[e]),-1!==o.value().indexOf(o.selectOptions()[e])&&"false"!==o.value()?t.property("checked",!0):t.property("checked",!1)})},o}),function(t,e){"function"==typeof define&&define.amd?define("form/Range.js",["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_Range=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_Range",o.prototype["implements"](n.prototype),o.prototype.publish("type","text","set","Input type",["html-color","number","checkbox","button","select","textarea","date","text","range","search","email","time","datetime"]),o.prototype.publish("selectOptions",[],"array","Array of options used to fill a dropdown list"),o.prototype.publish("low",null,"number","Minimum value for Range input"),o.prototype.publish("high",null,"number","Maximum value for Range input"),o.prototype.publish("step",null,"number","Step value for Range input"),o.prototype.enter=function(n,o){e.prototype.enter.apply(this,arguments);var i=this;this._inputElement[0]=o.append("input").attr("type","range"),this._inputElement[1]=o.append("input").attr("type","number"),this._inputElement.forEach(function(e,n){e.attr("name",i.name()),e.on("click",function(t){t.click(t)}),e.on("blur",function(t){t.blur(t)}),e.on("change",function(e){0===n?(i._inputElement[1].property("value",t.rgb(i._inputElement[0].property("value")).toString()),i.value(i._inputElement[0].property("value"))):(i._inputElement[0].property("value",i._inputElement[1].property("value")),i.value(t.rgb(i._inputElement[1].property("value")).toString())),e.change(e)})})},o.prototype.update=function(t,n){e.prototype.update.apply(this,arguments),this._inputElement[0].attr("type","range"),this._inputElement[0].property("value",this.value()),this._inputElement[0].attr("min",this.low()),this._inputElement[0].attr("max",this.high()),this._inputElement[0].attr("step",this.step()),this._inputElement[1].attr("type","number"),this._inputElement[1].property("value",this.value()),this._inputElement[1].attr("min",this.low()),this._inputElement[1].attr("max",this.high()),this._inputElement[1].attr("step",this.step())},o.prototype.insertSelectOptions=function(t){var e="";t.length>0?t.forEach(function(t){var n=t instanceof Array?t[0]:t,o=t instanceof Array?t[1]?t[1]:t[0]:t;e+=""}):e+="",this._inputElement[0].html(e)},o}),function(t,e){"function"==typeof define&&define.amd?define("form/Select.js",["d3","../common/HTMLWidget","../api/IInput","css!./Input"],e):t.form_Select=e(t.d3,t.common_HTMLWidget,t.api_IInput)}(this,function(t,e,n){function o(){e.call(this),n.call(this),this._tag="div",this._inputElement=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" form_Select",o.prototype["implements"](n.prototype),o.prototype.publish("selectOptions",[],"array","Array of options used to fill a dropdown list"),o.prototype.publish("maxWidth",120,"number","Width",null,{optional:!0}),o.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments);var o=this;this._inputElement[0]=n.append("select").attr("name",this.name()).on("click",function(t){t.click(t)}).on("blur",function(t){t.blur(t)}).on("change",function(t){o.value([o._inputElement[0].property("value")]),t.change(t)})},o.prototype.update=function(t,n){e.prototype.update.apply(this,arguments),this.insertSelectOptions(this.selectOptions()),this._inputElement[0].property("value",this.value()).style("max-width",this.maxWidth_exists()?this.maxWidth()+"px":null)},o.prototype.insertSelectOptions=function(t){var e="";t.length>0?t.forEach(function(t){var n=t instanceof Array?t[0]:t,o=t instanceof Array?t[1]?t[1]:t[0]:t;e+=""}):e+="",this._inputElement[0].html(e)},o}),function(t,e){"function"==typeof define&&define.amd?define("form/TextArea.js",["d3","./Input"],e):t.form_TextArea=e(t.d3,t.form_Input)}(this,function(t,e){function n(){e.call(this),this._tag="div",this.type("textarea")}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" form_TextArea",n.prototype.publish("rows",null,"number","Rows",null,{optional:!0}),n.prototype.publish("cols",null,"number","Columns",null,{optional:!0}),n.prototype.publish("wrap","off","set","Wrap",["off","on"]),n.prototype.publish("minHeight",null,"number","Minimum Height",null,{optional:!0}),n.prototype.publish("spellcheck",null,"boolean","Input spell checking",{optional:!0}),n.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments)},n.prototype.calcHeight=function(){return Math.max(this.minHeight_exists()?this.minHeight():0,this.height())},n.prototype.update=function(t,n){e.prototype.update.apply(this,arguments),this._inputElement[0].attr("rows",this.rows()).attr("cols",this.cols()).attr("wrap",this.wrap()).attr("spellcheck",this.spellcheck()).style("height",this.calcHeight()+"px")},n}); \ No newline at end of file diff --git a/dist/hpcc-viz-google.js b/dist/hpcc-viz-google.js new file mode 100644 index 0000000000..ddd4e095f8 --- /dev/null +++ b/dist/hpcc-viz-google.js @@ -0,0 +1,1972 @@ +if (typeof define === "function" && define.amd) { + define('goog',[], function () { + return { + load: function ($1, $2, load) { load() } + } + }) +}; + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/Common.js',["d3", "../common/HTMLWidget", "goog!visualization,1,packages:[corechart]"], factory); + } else { + root.google_Common = factory(root.d3, root.common_HTMLWidget); + } +}(this, function (d3, HTMLWidget) { + + function Common(tget) { + HTMLWidget.call(this); + + this._tag = "div"; + + this._chartLibrary = "visualization"; + this._selection = {}; + } + Common.prototype = Object.create(HTMLWidget.prototype); + Common.prototype.constructor = Common; + Common.prototype._class += " google_Common"; + + Common.prototype.publish("fontSize", null, "number", "Font Size",null,{tags:["Basic","Shared"]}); + Common.prototype.publish("fontFamily", null, "string", "Font Name",null,{tags:["Basic","Shared"]}); + Common.prototype.publish("fontColor", null, "html-color", "Font Color",null,{tags:["Basic","Shared"]}); + + Common.prototype.publish("showLegend", false, "boolean", "Show Legend",null,{tags:["Basic","Shared"]}); + + // below ones are TODO ... BOLD/ITALTIC needs to be 1 param maybe? + Common.prototype.publish("legendFontColor", null, "html-color", "Legend Font Color",null,{tags:["Private"]}); + Common.prototype.publish("legendFontFamily", null, "string", "Legend Font Name",null,{tags:["Private"]}); + Common.prototype.publish("legendFontSize", null, "number", "Legend Font Size",null,{tags:["Private"]}); + Common.prototype.publish("legendFontBold", false, "boolean", "Legend Font Bold",null,{tags:["Private"]}); + Common.prototype.publish("legendFontItalic", false, "boolean", "Legend Font Italic",null,{tags:["Private"]}); + + Common.prototype.publish("chartAreaWidth", null, "string", "Chart Area Width",null,{tags:["Advanced"]}); // num or string + Common.prototype.publish("chartAreaHeight", null, "string", "Chart Area Height",null,{tags:["Advanced"]}); + Common.prototype.publish("chartAreaTop", null, "string", "Chart Area Distance From Top",null,{tags:["Advanced"]}); // num or string (google default auto) + Common.prototype.publish("chartAreaLeft", null, "string", "Chart Area Distance From Left",null,{tags:["Advanced"]}); + + //TODO: Remove the legend params ... above shared params???? + Common.prototype.publish("legendAlignment", "center", "set", "Legend Alignment", ["", "start", "center", "end"],{tags:["Private"]}); + Common.prototype.publish("legendPosition", "right", "set", "Legend Position", ["", "bottom", "labeled", "left", "right", "top"],{tags:["Private"]}); + + //TODO:Do these apply to animating between data sets? + Common.prototype.publish("animationDuration", 0, "number", "Animation Duration",null,{tags:["Advanced"]}); + Common.prototype.publish("animationOnStartup", true, "boolean", "Animate On Startup",null,{tags:["Advanced"]}); + Common.prototype.publish("animationEasing", "linear", "set", "Animation Easing", ["linear", "in", "out", "inAndOut"],{tags:["Advanced"]}); + + Common.prototype.publish("title", "", "string", "Text To Display Above The Chart",null,{tags:["Private"]}); + Common.prototype.publish("titlePosition", "out", "set", "Position of Title",["in","out","none"],{tags:["Private"]}); + + // need to see if this is going to be shared these 3 below + Common.prototype.publish("backgroundColorStroke", null, "html-color", "Background Border Color",null,{tags:["Advanced","Shared"]}); + Common.prototype.publish("backgroundColorStrokeWidth", 0, "number", "Background Border Width",null,{tags:["Advanced","Shared"]}); + Common.prototype.publish("backgroundColorFill", "transparent", "html-color", "Background Color",null,{tags:["Advanced","Shared"]}); + + Common.prototype.formatData = function () { + var data = null; + if (this.data().length) { + data = [this.columns()].concat(this.data().map(function (row, row_idx) { + return row.map(function (cell, idx) { + if (idx > 0) { + if (isNaN(cell)) { + console.log("Invalid Data: " + cell + " (" + row_idx + ", " + idx + ")"); + } + return parseFloat(cell); + } + return cell; + }); + })); + } else { + data = [ + ["", { role: "annotation" }], + ["", ""] + ]; + } + return google.visualization.arrayToDataTable(data); + }; + + Common.prototype.getChartOptions = function () { + var colors = this.columns().filter(function (d, i) { return i > 0; }).map(function (row) { + return this._palette(row); + }, this); + + var chartOptions = { + backgroundColor: { + stroke: this.backgroundColorStroke(), + strokeWidth: this.backgroundColorStrokeWidth(), + fill: this.backgroundColorFill() + }, + width: this.width(), + height: this.height(), + colors: colors, + fontSize: this.fontSize(), + fontName: this.fontFamily(), + fontColor: this.fontColor(), + title: this.title(), + titlePosition: this.titlePosition(), + + chartArea: { + width: this.chartAreaWidth(), + height: this.chartAreaHeight(), + left: this.chartAreaLeft(), + top: this.chartAreaTop() + }, + animation: { + duration: this.animationDuration(), + startup: this.animationOnStartup(), + easing: this.animationEasing() + }, + legend: { + alignment: this.legendAlignment(), + position: this.showLegend ()? this.legendPosition (): "none", + maxLines: 2, + textStyle: { + color: this.legendFontColor(), + fontName: this.legendFontFamily(), + fontSize: this.legendFontSize(), + bold: this.legendFontBold(), + italic: this.legendFontItalic() + } + } + }; + return chartOptions; + }; + + Common.prototype.getNumSeries = function () { + return this.columns().slice(1).length; + }; + + Common.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + element.style("overflow", "hidden"); + }; + + Common.prototype.init = function (domNode, element) { + if (this._chart) { + return; + } + + this._chart = new google[this._chartLibrary][this._chartType](domNode); + + var context = this; + google.visualization.events.addListener(this._chart, "select", function () { + var selectedItem = context._chart.getSelection()[0]; + if (selectedItem) { + context._selection = { + data: context.rowToObj(context.data()[selectedItem.row]), + column: context.columns()[selectedItem.column] || null + }; + } else { + context._selection = { data: {}, column: null }; + } + context.click(context._selection.data, context._selection.column, Object.keys(context._selection.data).length !== 0); + }); + }; + + Common.prototype.kill = function (domNode, element) { + if (!this._chart) { + return; + } + + google.visualization.events.removeAllListeners(this._chart); + element.html(""); + delete this._chart; + }; + + Common.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + if (this.data().length && this.columns().length) { + this.init(domNode, element); + this._chart.draw(this.formatData(), this.getChartOptions()); + } else { + this.kill(domNode, element); + } + }; + + return Common; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/CommonND.js',["d3", "../google/Common", "../api/INDChart"], factory); + } else { + root.google_CommonND = factory(root.d3, root.google_Common, root.api_INDChart); + } +}(this, function (d3, Common, INDChart) { + + function CommonND() { + Common.call(this); + INDChart.call(this); + } + CommonND.prototype = Object.create(Common.prototype); + CommonND.prototype.constructor = CommonND; + CommonND.prototype._class += " google_CommonND"; + CommonND.prototype.implements(INDChart.prototype); + + CommonND.prototype.publish("paletteID", "default", "set", "Palette ID", CommonND.prototype._palette.switch(),{tags:["Basic","Shared"]}); + CommonND.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + CommonND.prototype.getChartOptions = function () { + var chartOptions = Common.prototype.getChartOptions.call(this); + chartOptions.series = initSeries(this.getNumSeries()); + chartOptions.axes = {}; + + return chartOptions; + }; + + CommonND.prototype.update = function (domNode, element) { + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + Common.prototype.update.apply(this, arguments); + }; + + function initSeries(num) { + var series = []; + for (var i = 0; i < num; i++) { + series.push({}); + } + return series; + } + + return CommonND; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/Area.js',["d3", "./CommonND"], factory); + } else { + root.google_Area = factory(root.d3, root.google_CommonND); + } +}(this, function (d3, CommonND) { + + function Area() { + CommonND.call(this); + + this._chartType = "AreaChart"; + } + Area.prototype = Object.create(CommonND.prototype); + Area.prototype.constructor = Area; + Area.prototype._class += " google_Area"; + + Area.prototype.publish("stacked", false, "boolean", "Stacks The Elements In A Series",null,{tags:["Advanced","Shared"]}); + Area.prototype.publish("fillOpacity", null, "number", "Opacity of The Fill Color",null,{tags:["Intermediate","Shared"]}); + + Area.prototype.publish("axisFontSize", null, "number", "X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}); + Area.prototype.publish("axisFontFamily", null, "string", "X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}); + + Area.prototype.publish("xAxisFontColor", null, "html-color", "X Axis Text Font Color",null,{tags:["Basic","Shared"]}); + Area.prototype.publish("yAxisFontColor", null, "html-color", "X Axis Text Font Color",null,{tags:["Basic","Shared"]}); + + Area.prototype.publish("xAxisBaselineColor", null, "html-color", "Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}); + Area.prototype.publish("yAxisBaselineColor", null, "html-color", "Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}); + + Area.prototype.publish("xAxisTitle", "", "string", "X Axis Title",null,{tags:["Basic","Shared"]}); + Area.prototype.publish("yAxisTitle", "", "string", "Y Axis Title",null,{tags:["Basic","Shared"]}); + + Area.prototype.publish("xAxisTitleFontColor", null, "html-color", "Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}); + Area.prototype.publish("yAxisTitleFontColor", null, "html-color", "Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}); + + Area.prototype.publish("xAxisTitleFontSize", null, "number", "Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}); + Area.prototype.publish("yAxisTitleFontSize", null, "number", "Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}); + + Area.prototype.publish("xAxisTitleFontFamily", null, "string", "Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}); + Area.prototype.publish("yAxisTitleFontFamily", null, "string", "Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}); + + Area.prototype.publish("xAxisLabelRotation", 0, "number", "X Axis Label Angle",null,{tags:["Intermediate","Shared"]}); + + Area.prototype.publish("smoothLines", true, "boolean", "Causes chart data lines to draw smoothly",null,{tags:["Basic"]}); + + Area.prototype.publish("dataOpacity", 1.0, "number", "Transparency of Data Points",null,{tags:["Advanced"]}); + + Area.prototype.publish("selectionMode", "single", "set", "Select Multiple Data Points", ["single","multiple"],{tags:["Advanced"]}); + + Area.prototype.publish("xAxisBaseline", null, "number", "The Baseline For The Horizontal Axis",null,{tags:["Intermediate"]}); + Area.prototype.publish("yAxisBaseline", null, "number", "The Vaseline For The Verical Axis",null,{tags:["Intermediate"]}); + + Area.prototype.publish("xAxisInversed", false, "boolean", "The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}); + Area.prototype.publish("yAxisInversed", false, "boolean", "The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}); + + Area.prototype.publish("xAxisFormatType", "", "set", "Format String For Numeric Axis Labels", ["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}); + Area.prototype.publish("yAxisFormatType", "", "set", "Format String For Numeric Axis Labels", ["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}); + + Area.prototype.publish("xAxisGridlinesCount", 5, "number", "The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + Area.prototype.publish("yAxisGridlinesCount", 5, "number", "The Number of Vertical Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + + Area.prototype.publish("xAxisGridlinesColor", null, "html-color", "The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}); + Area.prototype.publish("yAxisGridlinesColor", null, "html-color", "The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}); + + Area.prototype.publish("xAxisMinorGridlinesCount", 0, "number", "The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + Area.prototype.publish("yAxisMinorGridlinesCount", 0, "number", "The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + + Area.prototype.publish("xAxisMinorGridlinesColor", null, "html-color", "The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}); + Area.prototype.publish("yAxisMinorGridlinesColor", null, "html-color", "The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}); + + Area.prototype.publish("xAxisLogScale", false, "boolean", "Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}); + Area.prototype.publish("yAxisLogScale", false, "boolean", "Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}); + + Area.prototype.publish("xAxisTextPosition", "out", "set", "Position of The Horizontal Axis Text, Relative To The Chart Area", ["out","in","none"],{tags:["Advanced"]}); + Area.prototype.publish("yAxisTextPosition", "out", "set", "Position of The Vertical Axis Text, Relative To The Chart Area", ["out","in","none"],{tags:["Advanced"]}); + + Area.prototype.publish("xAxisTicks", [], "array", "Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}); + Area.prototype.publish("yAxisTicks", [], "array", "Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}); + + Area.prototype.publish("yAxisMaxValue", null, "number", "Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}); + Area.prototype.publish("xAxisMaxValue", null, "number", "Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}); + + Area.prototype.publish("xAxisMinValue", null, "number", "Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}); + Area.prototype.publish("yAxisMinValue", null, "number", "Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}); + + Area.prototype.publish("xAxisViewWindowMode", "pretty", "set", "Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area", ["pretty","maximized","explicit"],{tags:["Advanced"]}); + Area.prototype.publish("yAxisViewWindowMode", "pretty", "set", "Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area", ["pretty","maximized","explicit"],{tags:["Advanced"]}); + + Area.prototype.publish("xAxisViewWindowMax", null, "number", "The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}); + Area.prototype.publish("yAxisViewWindowMax", null, "number", "The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}); + + Area.prototype.publish("xAxisViewWindowMin", null, "number", "The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}); + Area.prototype.publish("yAxisViewWindowMin", null, "number", "The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}); + + //Area.prototype.publish("xAxisAllowContainerBoundaryTextCutoff", false, "boolean", "Hide outermost labels rather than allow them to be cropped by the chart container.",null,{tags:["Advanced"]}); + + Area.prototype.publish("xAxisMaxAlternation", 2, "number", "Maximum Number of Levels of Horizontal Axis Text",null,{tags:["Advanced"]}); + Area.prototype.publish("xAxisMaxTextLines", null, "number", "Maximum Number of Lines Allowed For the Text Labels",null,{tags:["Advanced"]}); + Area.prototype.publish("xAxisMinTextSpacing", null, "number", "Minimum Horizontal Spacing, In Pixels, Allowed Between Two Adjacent Text Labels",null,{tags:["Advanced"]}); + + Area.prototype.getChartOptions = function () { + var retVal = CommonND.prototype.getChartOptions.apply(this, arguments); + + retVal.selectionMode = this.selectionMode(); + retVal.dataOpacity = this.dataOpacity(); + + retVal.isStacked = this.stacked(); + retVal.areaOpacity = this.fillOpacity(); + + retVal.hAxis = {}; + retVal.vAxis = {}; + + retVal.hAxis.baseline = this.xAxisBaseline(); + retVal.hAxis.baselineColor = this.xAxisBaselineColor(); + retVal.hAxis.direction = this.xAxisInversed() ? -1 : 1; + retVal.hAxis.gridlines = { + count: this.xAxisGridlinesCount(), + color: this.xAxisGridlinesColor() + }; + retVal.hAxis.minorGridlines = { + count: this.xAxisMinorGridlinesCount(), + color: this.xAxisMinorGridlinesColor() + }; + retVal.hAxis.logScale = this.xAxisLogScale(); + retVal.hAxis.textPosition = this.xAxisTextPosition(); + retVal.hAxis.title = this.xAxisTitle(); + retVal.hAxis.minValue = this.xAxisMinValue(); + retVal.hAxis.maxValue = this.xAxisMaxValue(); + + //retVal.hAxis.allowContainerBoundaryTextCufoff = this.xAxisAllowContainerBoundaryTextCutoff(); + retVal.hAxis.slantedText = this.xAxisLabelRotation() !== 0; + retVal.hAxis.slantedTextAngle = this.xAxisLabelRotation(); + retVal.hAxis.maxAlternation = this.xAxisMaxAlternation(); + retVal.hAxis.maxTextLines = this.xAxisMaxTextLines(); + retVal.hAxis.minTextSpacing = this.xAxisMinTextSpacing(); + + if (this.xAxisFormatType()) { + retVal.hAxis.format = this.xAxisFormatType(); + } + retVal.hAxis.textStyle = { + color: this.xAxisFontColor(), + fontName: this.axisFontFamily() ? this.axisFontFamily() : this.fontFamily(), + fontSize: this.axisFontSize() ? this.axisFontSize() : this.fontSize() + }; + if (this.xAxisTicks().length > 0) { + retVal.hAxis.ticks = this.xAxisTicks(); + } + retVal.hAxis.titleTextStyle = { + color: this.xAxisTitleFontColor(), + fontName: this.xAxisTitleFontFamily(), + fontSize: this.xAxisTitleFontSize() + }; + retVal.hAxis.viewWindowMode = this.xAxisViewWindowMode(); + retVal.hAxis.viewWindow = { + min: this.xAxisViewWindowMin(), + max: this.xAxisViewWindowMax() + }; + + //vAxis + retVal.vAxis.baseline = this.yAxisBaseline(); + retVal.vAxis.baselineColor = this.yAxisBaselineColor(); + retVal.vAxis.direction = this.yAxisInversed() ? -1 : 1; + retVal.vAxis.gridlines = { + count: this.yAxisGridlinesCount(), + color: this.yAxisGridlinesColor() + }; + retVal.vAxis.minorGridlines = { + count: this.yAxisMinorGridlinesCount(), + color: this.yAxisMinorGridlinesColor() + }; + retVal.vAxis.logScale = this.yAxisLogScale(); + retVal.vAxis.textPosition = this.yAxisTextPosition(); + retVal.vAxis.title = this.yAxisTitle(); + retVal.vAxis.minValue = this.yAxisMinValue(); + retVal.vAxis.maxValue = this.yAxisMaxValue(); + + if (this.yAxisFormatType()) { + retVal.vAxis.format = this.yAxisFormatType(); + } + retVal.vAxis.textStyle = { + color: this.yAxisFontColor(), + fontName: this.axisFontFamily() ? this.axisFontFamily() : this.fontFamily(), + fontSize: this.axisFontSize() ? this.axisFontSize() : this.fontSize() + }; + if (this.yAxisTicks().length > 0) { + retVal.vAxis.ticks = this.yAxisTicks(); + } + retVal.vAxis.titleTextStyle = { + color: this.yAxisTitleFontColor(), + fontName: this.yAxisTitleFontFamily(), + fontSize: this.yAxisTitleFontSize() + }; + retVal.vAxis.viewWindowMode = this.yAxisViewWindowMode(); + retVal.vAxis.viewWindow = { + min: this.yAxisViewWindowMin(), + max: this.yAxisViewWindowMax() + }; + + if (this.smoothLines()) { + retVal.curveType = "function"; + } + + return retVal; + }; + + Area.prototype.enter = function (domNode, element) { + CommonND.prototype.enter.apply(this, arguments); + }; + + Area.prototype.update = function (domNode, element) { + CommonND.prototype.update.apply(this, arguments); + }; + + return Area; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/Column.js',["d3", "./CommonND"], factory); + } else { + root.google_Column = factory(root.d3, root.google_CommonND); + } +}(this, function (d3, CommonND) { + + function Column() { + CommonND.call(this); + + this._chartType = "ColumnChart"; + } + Column.prototype = Object.create(CommonND.prototype); + Column.prototype.constructor = Column; + Column.prototype._class += " google_Column"; + + Column.prototype.publish("stacked", false, "boolean", "Stacks the elements in a series",null,{tags:["Advanced","Shared"]}); + + Column.prototype.publish("axisFontSize", null, "number", "X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}); + Column.prototype.publish("axisFontFamily", null, "string", "X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}); + + Column.prototype.publish("xAxisFontColor", null, "html-color", "X Axis Text Font Color",null,{tags:["Basic","Shared"]}); + Column.prototype.publish("yAxisFontColor", null, "html-color", "X Axis Text Font Color",null,{tags:["Basic","Shared"]}); + + Column.prototype.publish("xAxisBaselineColor", null, "html-color", "Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}); + Column.prototype.publish("yAxisBaselineColor", null, "html-color", "Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}); + + Column.prototype.publish("xAxisTitle", "", "string", "X Axis Title",null,{tags:["Basic","Shared"]}); + Column.prototype.publish("yAxisTitle", "", "string", "Y Axis Title",null,{tags:["Basic","Shared"]}); + + Column.prototype.publish("xAxisTitleFontColor", null, "html-color", "Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}); + Column.prototype.publish("yAxisTitleFontColor", null, "html-color", "Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}); + + Column.prototype.publish("xAxisTitleFontSize", null, "number", "Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}); + Column.prototype.publish("yAxisTitleFontSize", null, "number", "Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}); + + Column.prototype.publish("xAxisTitleFontFamily", null, "string", "Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}); + Column.prototype.publish("yAxisTitleFontFamily", null, "string", "Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}); + + Column.prototype.publish("xAxisLabelRotation", 0, "number", "X Axis Label Angle",null,{tags:["Intermediate","Shared"]}); + + Column.prototype.publish("groupWidth", "", "string", "The width of a group of bars, Percent or Pixels",null,{tags:["Advanced"]}); + Column.prototype.publish("dataOpacity", 1.0, "number", "Transparency of Data Points",null,{tags:["Advanced"]}); + //selectionMode + + Column.prototype.publish("xAxisBaseline", null, "number", "Specifies the color of the baseline for the horizontal axis",null,{tags:["Intermediate"]}); + Column.prototype.publish("yAxisBaseline", null, "number", "Specifies the color of the baseline for the vertical axis",null,{tags:["Intermediate"]}); + + Column.prototype.publish("xAxisInversed", false, "boolean", "The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}); + Column.prototype.publish("yAxisInversed", false, "boolean", "The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}); + + Column.prototype.publish("xAxisFormatType", "", "set", "Format String For Numeric Axis Labels", ["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}); + Column.prototype.publish("yAxisFormatType", "", "set", "Format String For Numeric Axis Labels", ["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}); + + Column.prototype.publish("xAxisGridlinesCount", 5, "number", "The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + Column.prototype.publish("yAxisGridlinesCount", 5, "number", "The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}); + + Column.prototype.publish("xAxisGridlinesColor", null, "html-color", "The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}); + Column.prototype.publish("yAxisGridlinesColor", null, "html-color", "The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}); + + Column.prototype.publish("xAxisMinorGridlinesCount", 0, "number", "The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + Column.prototype.publish("yAxisMinorGridlinesCount", 0, "number", "The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + + Column.prototype.publish("xAxisMinorGridlinesColor", null, "html-color", "The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}); + Column.prototype.publish("yAxisMinorGridlinesColor", null, "html-color", "The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}); + + Column.prototype.publish("xAxisLogScale", false, "boolean", "Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}); + Column.prototype.publish("yAxisLogScale", false, "boolean", "Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}); + + Column.prototype.publish("xAxisTextPosition", "out", "set", "Position of The Horizontal Axis Text, Relative To The Chart Area", ["out","in","none"],{tags:["Advanced"]}); + Column.prototype.publish("yAxisTextPosition", "out", "set", "Position of The Vertical Axis Text, Relative To The Chart Area", ["out","in","none"],{tags:["Advanced"]}); + + Column.prototype.publish("xAxisTicks", [], "array", "Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}); + Column.prototype.publish("yAxisTicks", [], "array", "Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}); + + Column.prototype.publish("xAxisMaxValue", null, "number", "Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}); + Column.prototype.publish("yAxisMaxValue", null, "number", "Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}); + + Column.prototype.publish("xAxisMinValue", null, "number", "Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}); + Column.prototype.publish("yAxisMinValue", null, "number", "Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}); + + Column.prototype.publish("xAxisViewWindowMode", "pretty", "set", "Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area", ["pretty","maximized","explicit"],{tags:["Advanced"]}); + Column.prototype.publish("yAxisViewWindowMode", "pretty", "set", "Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area", ["pretty","maximized","explicit"],{tags:["Advanced"]}); + + Column.prototype.publish("xAxisViewWindowMax", null, "number", "The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}); + Column.prototype.publish("yAxisViewWindowMax", null, "number", "The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}); + + Column.prototype.publish("xAxisViewWindowMin", null, "number", "The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}); + Column.prototype.publish("yAxisViewWindowMin", null, "number", "The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}); + + Column.prototype.getChartOptions = function () { + var retVal = CommonND.prototype.getChartOptions.apply(this, arguments); + + retVal.dataOpacity = this.dataOpacity(); + retVal.isStacked = this.stacked(); + retVal.bar = { + groupWidth: this.groupWidth() + }; + + retVal.hAxis = {}; + retVal.vAxis = {}; + + // hAxis + retVal.hAxis.baseline = this.xAxisBaseline(); + retVal.hAxis.baselineColor = this.xAxisBaselineColor(); + retVal.hAxis.direction = this.xAxisInversed() ? -1 : 1; + retVal.hAxis.gridlines = { + count: this.xAxisGridlinesCount(), + color: this.xAxisGridlinesColor() + }; + retVal.hAxis.minorGridlines = { + count: this.xAxisMinorGridlinesCount(), + color: this.xAxisMinorGridlinesColor() + }; + retVal.hAxis.logScale = this.xAxisLogScale(); + retVal.hAxis.textPosition = this.xAxisTextPosition(); + retVal.hAxis.title = this.xAxisTitle(); + retVal.hAxis.minValue = this.xAxisMinValue(); + retVal.hAxis.maxValue = this.xAxisMaxValue(); + retVal.hAxis.slantedText = this.xAxisLabelRotation() !== 0; + retVal.hAxis.slantedTextAngle = this.xAxisLabelRotation(); + + if (this.xAxisFormatType()) { + retVal.hAxis.format = this.xAxisFormatType(); + } + retVal.hAxis.textStyle = { + color: this.xAxisFontColor(), + fontName: this.axisFontFamily() ? this.axisFontFamily() : this.fontFamily(), + fontSize: this.axisFontSize() ? this.axisFontSize() : this.fontSize() + }; + if (this.xAxisTicks().length > 0) { + retVal.hAxis.ticks = this.xAxisTicks(); + } + retVal.hAxis.titleTextStyle = { + color: this.xAxisTitleFontColor(), + fontName: this.xAxisTitleFontFamily(), + fontSize: this.xAxisTitleFontSize() + }; + retVal.hAxis.viewWindowMode = this.xAxisViewWindowMode(); + retVal.hAxis.viewWindow = { + min: this.xAxisViewWindowMin(), + max: this.xAxisViewWindowMax() + }; + // vAxis + retVal.vAxis.baseline = this.yAxisBaseline(); + retVal.vAxis.baselineColor = this.yAxisBaselineColor(); + retVal.vAxis.direction = this.yAxisInversed() ? -1 : 1; + retVal.vAxis.gridlines = { + count: this.yAxisGridlinesCount(), + color: this.yAxisGridlinesColor() + }; + retVal.vAxis.minorGridlines = { + count: this.yAxisMinorGridlinesCount(), + color: this.yAxisMinorGridlinesColor() + }; + retVal.vAxis.logScale = this.yAxisLogScale(); + retVal.vAxis.textPosition = this.yAxisTextPosition(); + retVal.vAxis.title = this.yAxisTitle(); + retVal.vAxis.minValue = this.yAxisMinValue(); + retVal.vAxis.maxValue = this.yAxisMaxValue(); + if (this.yAxisFormatType()) { + retVal.vAxis.format = this.yAxisFormatType(); + } + retVal.vAxis.textStyle = { + color: this.yAxisFontColor(), + fontName: this.axisFontFamily() ? this.axisFontFamily() : this.fontFamily(), + fontSize: this.axisFontSize() ? this.axisFontSize() : this.fontSize() + }; + if (this.yAxisTicks().length > 0) { + retVal.vAxis.ticks = this.yAxisTicks(); + } + retVal.vAxis.titleTextStyle = { + color: this.yAxisTitleFontColor(), + fontName: this.yAxisTitleFontFamily(), + fontSize: this.yAxisTitleFontSize() + }; + retVal.vAxis.viewWindowMode = this.yAxisViewWindowMode(); + retVal.vAxis.viewWindow = { + min: this.yAxisViewWindowMin(), + max: this.yAxisViewWindowMax() + }; + + return retVal; + }; + + Column.prototype.enter = function (domNode, element) { + CommonND.prototype.enter.apply(this, arguments); + }; + + Column.prototype.update = function (domNode, element) { + CommonND.prototype.update.apply(this, arguments); + }; + + return Column; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/Bar.js',["d3", "./Column"], factory); + } else { + root.google_Bar = factory(root.d3, root.google_Column); + } +}(this, function (d3, Column) { + + function Bar() { + Column.call(this); + + this._chartType = "BarChart"; + } + Bar.prototype = Object.create(Column.prototype); + Bar.prototype.constructor = Bar; + Bar.prototype._class += " google_Bar"; + + + + return Bar; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/Combo.js',["d3", "./CommonND"], factory); + } else { + root.google_Combo = factory(root.d3, root.google_CommonND); + } +}(this, function (d3, CommonND) { + + function Combo() { + CommonND.call(this); + + this._chartType = "ComboChart"; + } + Combo.prototype = Object.create(CommonND.prototype); + Combo.prototype.constructor = Combo; + Combo.prototype._class += " google_Combo"; + + Combo.prototype.publish("defaultseriesType", "bars", "set", "The default type for the series (columns) in the chart (line, area or bars)", ["line", "area", "bars"],{tags:["Basic","Shared"]}); + Combo.prototype.publish("types", [], "array", "Array of chart types (ex:bar|line|spline|area|area-spline|step|area-step|scatter)",null,{tags:["Basic"]}); + Combo.prototype.publish("stacked", false, "boolean", "Stacks the elements in a series",null,{tags:["Basic","Shared"]}); + Combo.prototype.publish("lineWidth", null, "number", "The width of the lines in the chart. Set to '0' to show only the points",null,{tags:["Basic","Shared"]}); + Combo.prototype.publish("lineDashStyle", [], "array", "Line Dash Style",null,{tags:["Advanced","Shared"]}); + Combo.prototype.publish("curveType", "none", "set", "Causes chart data lines to draw smoothly",["none", "function"],{tags:["Basic","Shared"]}); + Combo.prototype.publish("pointSize", null, "number", "Diameter of displayed points in pixels",null,{tags:["Private"]}); + Combo.prototype.publish("pointShape", "circle", "set", "The shape of individual data elements",["circle", "triangle", "square", "diamond", "star", "polygon"],{tags:["Advanced"]}); + + //opacity? + Combo.prototype.publish("axisFontSize", null, "number", "X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}); + Combo.prototype.publish("axisFontFamily", null, "string", "X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}); + + Combo.prototype.publish("xAxisFontColor", null, "html-color", "X Axis Text Font Color",null,{tags:["Basic","Shared"]}); + Combo.prototype.publish("yAxisFontColor", null, "html-color", "X Axis Text Font Color",null,{tags:["Basic","Shared"]}); + + Combo.prototype.publish("xAxisBaselineColor", null, "html-color", "Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}); + Combo.prototype.publish("yAxisBaselineColor", null, "html-color", "Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}); + + Combo.prototype.publish("xAxisTitle", "", "string", "X Axis Title",null,{tags:["Basic","Shared"]}); + Combo.prototype.publish("yAxisTitle", "", "string", "Y Axis Title",null,{tags:["Basic","Shared"]}); + + Combo.prototype.publish("xAxisTitleFontColor", null, "html-color", "Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}); + Combo.prototype.publish("yAxisTitleFontColor", null, "html-color", "Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}); + + Combo.prototype.publish("xAxisTitleFontSize", null, "number", "Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}); + Combo.prototype.publish("yAxisTitleFontSize", null, "number", "Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}); + + Combo.prototype.publish("xAxisTitleFontFamily", null, "string", "Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}); + Combo.prototype.publish("yAxisTitleFontFamily", null, "string", "Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}); + + Combo.prototype.publish("xAxisLabelRotation", 0, "number", "X Axis Label Angle",null,{tags:["Intermediate","Shared"]}); + + Combo.prototype.publish("groupWidth", "", "string", "The width of a group of Combos, Percent or Pixels",null,{tags:["Advanced"]}); + Combo.prototype.publish("dataOpacity", 1.0, "number", "Transparency of Data Points",null,{tags:["Intermediate"]}); + + Combo.prototype.publish("xAxisBaseline", null, "number", "Specifies the color of the baseline for the horizontal axis",null,{tags:["Intermediate"]}); + Combo.prototype.publish("yAxisBaseline", null, "number", "Specifies the color of the baseline for the vertical axis",null,{tags:["Intermediate"]}); + + Combo.prototype.publish("xAxisInversed", false, "boolean", "The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}); + Combo.prototype.publish("yAxisInversed", false, "boolean", "The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}); + + Combo.prototype.publish("xAxisFormatType", "", "set", "Format String For Numeric Axis Labels", ["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}); + Combo.prototype.publish("yAxisFormatType", "", "set", "Format String For Numeric Axis Labels", ["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}); + + Combo.prototype.publish("xAxisGridlinesCount", 5, "number", "The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + Combo.prototype.publish("yAxisGridlinesCount", 5, "number", "The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}); + + Combo.prototype.publish("xAxisGridlinesColor", null, "html-color", "The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}); + Combo.prototype.publish("yAxisGridlinesColor", null, "html-color", "The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}); + + Combo.prototype.publish("xAxisMinorGridlinesCount", 0, "number", "The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + Combo.prototype.publish("yAxisMinorGridlinesCount", 0, "number", "The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + + Combo.prototype.publish("xAxisMinorGridlinesColor", null, "html-color", "The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}); + Combo.prototype.publish("yAxisMinorGridlinesColor", null, "html-color", "The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}); + + Combo.prototype.publish("xAxisLogScale", false, "boolean", "Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}); + Combo.prototype.publish("yAxisLogScale", false, "boolean", "Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}); + + Combo.prototype.publish("xAxisTextPosition", "out", "set", "Position of The Horizontal Axis Text, Relative To The Chart Area", ["out","in","none"],{tags:["Advanced"]}); + Combo.prototype.publish("yAxisTextPosition", "out", "set", "Position of The Vertical Axis Text, Relative To The Chart Area", ["out","in","none"],{tags:["Advanced"]}); + + Combo.prototype.publish("xAxisTicks", [], "array", "Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}); + Combo.prototype.publish("yAxisTicks", [], "array", "Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}); + + Combo.prototype.publish("xAxisMaxValue", null, "number", "Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}); + Combo.prototype.publish("yAxisMaxValue", null, "number", "Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}); + + Combo.prototype.publish("xAxisMinValue", null, "number", "Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}); + Combo.prototype.publish("yAxisMinValue", null, "number", "Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}); + + Combo.prototype.publish("xAxisViewWindowMode", "pretty", "set", "Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area", ["pretty","maximized","explicit"],{tags:["Advanced"]}); + Combo.prototype.publish("yAxisViewWindowMode", "pretty", "set", "Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area", ["pretty","maximized","explicit"],{tags:["Advanced"]}); + + Combo.prototype.publish("xAxisViewWindowMax", null, "number", "The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}); + Combo.prototype.publish("yAxisViewWindowMax", null, "number", "The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}); + + Combo.prototype.publish("xAxisViewWindowMin", null, "number", "The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}); + Combo.prototype.publish("yAxisViewWindowMin", null, "number", "The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}); + + Combo.prototype.getChartOptions = function () { + var retVal = CommonND.prototype.getChartOptions.apply(this, arguments); + + var googleFormattedSeries = {}; + this.types().forEach(function(type, idx) { + googleFormattedSeries[idx] = { "type": type }; + }); + + retVal.seriesType = this.defaultseriesType(); + retVal.series = googleFormattedSeries; + retVal.dataOpacity = this.dataOpacity(); + retVal.isStacked = this.stacked(); + retVal.lineWidth = this.lineWidth(); + retVal.lineDashStyle = this.lineDashStyle(); + retVal.curveType = this.curveType(); + retVal.pointSize= this.pointSize(); + retVal.pointShape = this.pointShape(); + + retVal.bar = { + groupWidth: this.groupWidth() + }; + + retVal.hAxis = {}; + retVal.vAxis = {}; + + // hAxis + retVal.hAxis.baseline = this.xAxisBaseline(); + retVal.hAxis.baselineColor = this.xAxisBaselineColor(); + retVal.hAxis.direction = this.xAxisInversed() ? -1 : 1; + retVal.hAxis.gridlines = { + count: this.xAxisGridlinesCount(), + color: this.xAxisGridlinesColor() + }; + retVal.hAxis.minorGridlines = { + count: this.xAxisMinorGridlinesCount(), + color: this.xAxisMinorGridlinesColor() + }; + retVal.hAxis.logScale = this.xAxisLogScale(); + retVal.hAxis.textPosition = this.xAxisTextPosition(); + retVal.hAxis.title = this.xAxisTitle(); + retVal.hAxis.minValue = this.xAxisMinValue(); + retVal.hAxis.maxValue = this.xAxisMaxValue(); + retVal.hAxis.slantedText = this.xAxisLabelRotation() !== 0; + retVal.hAxis.slantedTextAngle = this.xAxisLabelRotation(); + + retVal.hAxis.format = this.xAxisFormatType(); + retVal.hAxis.textStyle = { + color: this.xAxisFontColor(), + fontName: this.axisFontFamily() ? this.axisFontFamily() : this.fontFamily(), + fontSize: this.axisFontSize() ? this.axisFontSize() : this.fontSize() + + }; + if (this.xAxisTicks().length > 0) { + retVal.hAxis.ticks = this.xAxisTicks(); + } + retVal.hAxis.titleTextStyle = { + color: this.xAxisTitleFontColor(), + fontName: this.xAxisTitleFontFamily(), + fontSize: this.xAxisTitleFontSize() + }; + retVal.hAxis.viewWindowMode = this.xAxisViewWindowMode(); + retVal.hAxis.viewWindow = { + min: this.xAxisViewWindowMin(), + max: this.xAxisViewWindowMax() + }; + + // vAxis + retVal.vAxis.baseline = this.yAxisBaseline(); + retVal.vAxis.baselineColor = this.yAxisBaselineColor(); + retVal.vAxis.direction = this.yAxisInversed() ? -1 : 1; + retVal.vAxis.gridlines = { + count: this.yAxisGridlinesCount(), + color: this.yAxisGridlinesColor() + }; + retVal.vAxis.minorGridlines = { + count: this.yAxisMinorGridlinesCount(), + color: this.yAxisMinorGridlinesColor() + }; + retVal.vAxis.logScale = this.yAxisLogScale(); + retVal.vAxis.textPosition = this.yAxisTextPosition(); + retVal.vAxis.title = this.yAxisTitle(); + retVal.vAxis.minValue = this.yAxisMinValue(); + retVal.vAxis.maxValue = this.yAxisMaxValue(); + + retVal.vAxis.format = this.yAxisFormatType(); + retVal.vAxis.textStyle = { + color: this.yAxisFontColor(), + fontName: this.axisFontFamily() ? this.axisFontFamily() : this.fontFamily(), + fontSize: this.axisFontSize() ? this.axisFontSize() : this.fontSize() + }; + if (this.yAxisTicks().length > 0) { + retVal.vAxis.ticks = this.yAxisTicks(); + } + retVal.vAxis.titleTextStyle = { + color: this.yAxisTitleFontColor(), + fontName: this.yAxisTitleFontFamily(), + fontSize: this.yAxisTitleFontSize() + }; + retVal.vAxis.viewWindowMode = this.yAxisViewWindowMode(); + retVal.vAxis.viewWindow = { + min: this.yAxisViewWindowMin(), + max: this.yAxisViewWindowMax() + }; + + return retVal; + }; + + Combo.prototype.enter = function (domNode, element) { + CommonND.prototype.enter.apply(this, arguments); + }; + + Combo.prototype.update = function (domNode, element) { + CommonND.prototype.update.apply(this, arguments); + }; + + return Combo; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/Common2D',["d3", "../google/Common", "../api/I2DChart"], factory); + } else { + root.google_Common2D = factory(root.d3, root.google_Common, root.api_I2DChart); + } +}(this, function (d3, Common, I2DChart) { + + function Common2D() { + Common.call(this); + I2DChart.call(this); + } + Common2D.prototype = Object.create(Common.prototype); + Common2D.prototype.constructor = Common2D; + Common2D.prototype._class += " google_Common2D"; + Common2D.prototype.implements(I2DChart.prototype); + + Common2D.prototype.publish("paletteID", "default", "set", "Palette ID", Common2D.prototype._palette.switch(),{tags:["Basic","Shared"]}); + Common2D.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + Common2D.prototype.getChartOptions = function () { + var chartOptions = Common.prototype.getChartOptions.call(this); + chartOptions.series = initSeries(this.getNumSeries()); + chartOptions.axes = {}; + + return chartOptions; + }; + + Common2D.prototype.update = function (domNode, element) { + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + Common.prototype.update.apply(this, arguments); + }; + + function initSeries(num) { + var series = []; + for (var i = 0; i < num; i++) { + series.push({}); + } + return series; + } + + return Common2D; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/Line.js',["d3", "./CommonND"], factory); + } else { + root.google_Line = factory(root.d3, root.google_CommonND); + } +}(this, function (d3, CommonND) { + + function Line() { + CommonND.call(this); + + this._chartType = "LineChart"; + } + Line.prototype = Object.create(CommonND.prototype); + Line.prototype.constructor = Line; + Line.prototype._class += " google_Line"; + + Line.prototype.publish("lineWidth", 2, "number", "Line Width",null,{tags:["Basic","Shared"]}); + Line.prototype.publish("lineDashStyle", [], "array", "Line Dash Style",null,{tags:["Advanced","Shared"]}); + + Line.prototype.publish("axisFontSize", null, "number", "X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}); + Line.prototype.publish("axisFontFamily", null, "string", "X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}); + + Line.prototype.publish("xAxisFontColor", null, "html-color", "X Axis Text Font Color",null,{tags:["Basic","Shared"]}); + Line.prototype.publish("yAxisFontColor", null, "html-color", "X Axis Text Font Color",null,{tags:["Basic","Shared"]}); + + Line.prototype.publish("xAxisBaselineColor", null, "html-color", "Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}); + Line.prototype.publish("yAxisBaselineColor", null, "html-color", "Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}); + + Line.prototype.publish("xAxisTitle", "", "string", "X Axis Title",null,{tags:["Basic","Shared"]}); + Line.prototype.publish("yAxisTitle", "", "string", "Y Axis Title",null,{tags:["Basic","Shared"]}); + + Line.prototype.publish("xAxisTitleFontColor", null, "html-color", "Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}); + Line.prototype.publish("yAxisTitleFontColor", null, "html-color", "Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}); + + Line.prototype.publish("xAxisTitleFontSize", null, "number", "Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}); + Line.prototype.publish("yAxisTitleFontSize", null, "number", "Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}); + + Line.prototype.publish("xAxisTitleFontFamily", null, "string", "Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}); + Line.prototype.publish("yAxisTitleFontFamily", null, "string", "Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}); + + Line.prototype.publish("xAxisLabelRotation", 0, "number", "X Axis Label Angle",null,{tags:["Intermediate","Shared"]}); + + Line.prototype.publish("smoothLines", false, "boolean", "Causes chart data lines to draw smoothly",null,{tags:["Basic","Shared"]}); + + Line.prototype.publish("orientation", "horizontal", "set", "Line Dash Style", ["horizontal","vertical"],{tags:["Advanced"]}); + + Line.prototype.publish("pointSize", [], "array", "Diameter of displayed points in pixels",null,{tags:["Private"]}); + Line.prototype.publish("pointShape", [], "array", "The shape of individual data elements",null,{tags:["Advanced"]}); //TODO: Needs example in description + + Line.prototype.publish("xAxisBaseline", null, "number", "Specifies the color of the baseline for the horizontal axis",null,{tags:["Intermediate"]}); + Line.prototype.publish("yAxisBaseline", null, "number", "Specifies the color of the baseline for the vertical axis",null,{tags:["Intermediate"]}); + + Line.prototype.publish("xAxisInversed", false, "boolean", "The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}); + Line.prototype.publish("yAxisInversed", false, "boolean", "The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}); + + Line.prototype.publish("xAxisFormatType", "", "set", "Format String For Numeric Axis Labels", ["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}); + Line.prototype.publish("yAxisFormatType", "", "set", "Format String For Numeric Axis Labels", ["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}); + + Line.prototype.publish("xAxisGridlinesCount", 5, "number", "The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + Line.prototype.publish("yAxisGridlinesCount", 5, "number", "The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}); + + Line.prototype.publish("xAxisGridlinesColor", null, "html-color", "The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}); + Line.prototype.publish("yAxisGridlinesColor", null, "html-color", "The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}); + + Line.prototype.publish("xAxisMinorGridlinesCount", 0, "number", "The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + Line.prototype.publish("yAxisMinorGridlinesCount", 0, "number", "The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + + Line.prototype.publish("xAxisMinorGridlinesColor", null, "html-color", "The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}); + Line.prototype.publish("yAxisMinorGridlinesColor", null, "html-color", "The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}); + + Line.prototype.publish("xAxisLogScale", false, "boolean", "Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}); + Line.prototype.publish("yAxisLogScale", false, "boolean", "Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}); + + Line.prototype.publish("xAxisTextPosition", "out", "set", "Position of The Horizontal Axis Text, Relative To The Chart Area", ["out","in","none"],{tags:["Advanced"]}); + Line.prototype.publish("yAxisTextPosition", "out", "set", "Position of The Vertical Axis Text, Relative To The Chart Area", ["out","in","none"],{tags:["Advanced"]}); + + Line.prototype.publish("xAxisTicks", [], "array", "Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}); + Line.prototype.publish("yAxisTicks", [], "array", "Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}); + + Line.prototype.publish("xAxisMaxValue", null, "number", "Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}); + Line.prototype.publish("yAxisMaxValue", null, "number", "Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}); + + Line.prototype.publish("xAxisMinValue", null, "number", "Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}); + Line.prototype.publish("yAxisMinValue", null, "number", "Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}); + + Line.prototype.publish("xAxisViewWindowMode", "pretty", "set", "Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area", ["pretty","maximized","explicit"],{tags:["Advanced"]}); + Line.prototype.publish("yAxisViewWindowMode", "pretty", "set", "Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area", ["pretty","maximized","explicit"],{tags:["Advanced"]}); + + Line.prototype.publish("xAxisViewWindowMax", null, "number", "The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}); + Line.prototype.publish("yAxisViewWindowMax", null, "number", "The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}); + + Line.prototype.publish("xAxisViewWindowMin", null, "number", "The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}); + Line.prototype.publish("yAxisViewWindowMin", null, "number", "The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}); + + Line.prototype.publish("xAxisMaxTextLines", null, "number", "Maximum number of lines allowed for the text labels",null,{tags:["Advanced"]}); + Line.prototype.publish("xAxisMaxAlternation", 2, "number", "Maximum number of levels of horizontal axis text",null,{tags:["Advanced"]}); + Line.prototype.publish("xAxisMinTextSpacing", null, "number", "Minimum horizontal spacing, in pixels, allowed between two adjacent text labels",null,{tags:["Advanced"]}); + + Line.prototype.getChartOptions = function () { + var retVal = CommonND.prototype.getChartOptions.apply(this, arguments); + + retVal.lineWidth = this.lineWidth(); + retVal.lineDashStyle = this.lineDashStyle(); + retVal.orientation = this.orientation(); + retVal.pointShape = this.pointShape(); + retVal.pointSize = this.pointSize(); + + retVal.hAxis = {}; + retVal.vAxis = {}; + + // hAxis + retVal.hAxis.baseline = this.xAxisBaseline(); + retVal.hAxis.baselineColor = this.xAxisBaselineColor(); + retVal.hAxis.direction = this.xAxisInversed() ? -1 : 1; + retVal.hAxis.gridlines = { + count: this.xAxisGridlinesCount(), + color: this.xAxisGridlinesColor() + }; + retVal.hAxis.minorGridlines = { + count: this.xAxisMinorGridlinesCount(), + color: this.xAxisMinorGridlinesColor() + }; + retVal.hAxis.logScale = this.xAxisLogScale(); + retVal.hAxis.textPosition = this.xAxisTextPosition(); + retVal.hAxis.title = this.xAxisTitle(); + retVal.hAxis.minValue = this.xAxisMinValue(); + retVal.hAxis.maxValue = this.xAxisMaxValue(); + + //retVal.hAxis.allowContainerBoundaryTextCutoff = this.xAxisAllowContainerBoundaryTextCutoff(); + retVal.hAxis.slantedText = this.xAxisLabelRotation() !== 0; + retVal.hAxis.slantedTextAngle = this.xAxisLabelRotation(); + retVal.hAxis.maxAlternation = this.xAxisMaxAlternation(); + retVal.hAxis.maxTextLines = this.xAxisMaxTextLines(); + retVal.hAxis.minTextSpacing = this.xAxisMinTextSpacing(); + + if (this.xAxisFormatType()) { + retVal.hAxis.format = this.xAxisFormatType(); + } + retVal.hAxis.textStyle = { + color: this.xAxisFontColor() ? this.xAxisFontColor() : this.fontColor(), + fontName: this.axisFontFamily() ? this.axisFontFamily() : this.fontFamily(), + fontSize: this.axisFontSize() ? this.axisFontSize() : this.fontSize() + }; + if (this.xAxisTicks().length > 0) { + retVal.hAxis.ticks = this.xAxisTicks(); + } + retVal.hAxis.titleTextStyle = { + color: this.xAxisTitleFontColor() ? this.xAxisTitleFontColor() : this.fontColor(), + fontName: this.xAxisTitleFontFamily() ? this.xAxisTitleFontFamily() : this.fontFamily(), + fontSize: this.xAxisTitleFontSize() ? this.xAxisTitleFontSize() : this.fontSize() + }; + retVal.hAxis.viewWindowMode = this.xAxisViewWindowMode(); + retVal.hAxis.viewWindow = { + min: this.xAxisViewWindowMin(), + max: this.xAxisViewWindowMax() + }; + + // vAxis + retVal.vAxis.baseline = this.yAxisBaseline(); + retVal.vAxis.baselineColor = this.yAxisBaselineColor(); + retVal.vAxis.direction = this.yAxisInversed() ? -1 : 1; + retVal.vAxis.gridlines = { + count: this.yAxisGridlinesCount(), + color: this.yAxisGridlinesColor() + }; + retVal.vAxis.minorGridlines = { + count: this.yAxisMinorGridlinesCount(), + color: this.yAxisMinorGridlinesColor() + }; + retVal.vAxis.logScale = this.yAxisLogScale(); + retVal.vAxis.textPosition = this.yAxisTextPosition(); + retVal.vAxis.title = this.yAxisTitle(); + retVal.vAxis.minValue = this.yAxisMinValue(); + retVal.vAxis.maxValue = this.yAxisMaxValue(); + + if (this.yAxisFormatType()) { + retVal.vAxis.format = this.yAxisFormatType(); + } + retVal.vAxis.textStyle = { + color: this.yAxisFontColor(), + fontName: this.axisFontFamily() ? this.axisFontFamily() : this.fontFamily(), + fontSize: this.axisFontSize() ? this.axisFontSize() : this.fontSize() + }; + if (this.yAxisTicks().length > 0) { + retVal.vAxis.ticks = this.yAxisTicks(); + } + retVal.vAxis.titleTextStyle = { + color: this.yAxisTitleFontColor() ? this.yAxisTitleFontColor() : this.fontColor(), + fontName: this.yAxisTitleFontFamily() ? this.yAxisTitleFontFamily() : this.fontFamily(), + fontSize: this.yAxisTitleFontSize() ? this.yAxisTitleFontSize() : this.fontSize() + }; + retVal.vAxis.viewWindowMode = this.yAxisViewWindowMode(); + retVal.vAxis.viewWindow = { + min: this.yAxisViewWindowMin(), + max: this.yAxisViewWindowMax() + }; + + this.lineDashStyle().forEach(function(d,i) { + if (typeof(retVal.series[i])==="undefined") { + retVal.series[i] = {}; + } + retVal.series[i].lineDashStyle = d; + }); + + this.pointShape().forEach(function(d,i) { + if (typeof(retVal.series[i])==="undefined") { + retVal.series[i] = {}; + } + retVal.series[i].pointShape = d; + }); + + this.pointSize().forEach(function(d,i) { + if (typeof(retVal.series[i])==="undefined") { + retVal.series[i] = {}; + } + retVal.series[i].pointSize = d; + }); + + if (this.smoothLines()) { + retVal.curveType = "function"; + } + + return retVal; + }; + + Line.prototype.enter = function (domNode, element) { + CommonND.prototype.enter.apply(this, arguments); + }; + + Line.prototype.update = function (domNode, element) { + CommonND.prototype.update.apply(this, arguments); + }; + + return Line; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/Material',["d3", "require", "./CommonND"], factory); + } else { + root.google_Material = factory(root.d3, root.require, root.google_CommonND); + } +}(this, function (d3, require, CommonND) { + + function Material() { + CommonND.call(this); + } + Material.prototype = Object.create(CommonND.prototype); + Material.prototype.constructor = Material; + Material.prototype._class += " google_Material"; + + function materialHack(type, callback, depth) { + depth = depth || 0; + try { + // Could be file: + require([(document.location.protocol === "https:" ? "https:" : "http:") + "//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js", "goog!visualization,1.1,packages:["+type+"]"], function () { + try { + require(["./CommonND"], function () { + callback(); + }); + } catch (e) { + materialHack(type, callback, depth + 1); + } + }); + } catch (e) { + materialHack(type, callback, depth + 1); + } + } + + Material.prototype.render = function (callback) { + var context = this; + var args = arguments; + materialHack(this._gType, function() { + CommonND.prototype.render.apply(context, args); + }); + }; + + return Material; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/MaterialBar.js',["./Material"], factory); + } else { + root.google_MaterialBar = factory(root.google_Material); + } +}(this, function (Material) { + + function MaterialBar() { + Material.call(this); + + this._chartType = "Bar"; + this._gType = "Bar"; + this._chartLibrary = "charts"; + } + MaterialBar.prototype = Object.create(Material.prototype); + MaterialBar.prototype.constructor = MaterialBar; + MaterialBar.prototype._class += " google_MaterialBar"; + + MaterialBar.prototype.getChartOptions = function () { + var retVal = Material.prototype.getChartOptions.apply(this, arguments); + retVal.bars = "horizontal"; + return retVal; + }; + + return MaterialBar; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/MaterialGantt.js',["d3","./Material"], factory); + } else { + root.google_MaterialGantt = factory(root.d3, root.google_Material); + } +}(this, function (d3, Material) { + + function MaterialGantt() { + Material.call(this); + + this._chartType = "Gantt"; + this._gType = "gantt"; + this._tag = "div"; + this._data_google = []; + this._selection = {}; + } + + MaterialGantt.prototype = Object.create(Material.prototype); + MaterialGantt.prototype.constructor = MaterialGantt; + MaterialGantt.prototype._class += " google_MaterialGantt"; + + MaterialGantt.prototype.publish("backgroundColor", "#ffffff", "html-color", "The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00'.",null,{tags:["Basic"]}); + + MaterialGantt.prototype.publish("arrowAngle", 45, "number", "Angle of the head of the arrows connecting tasks.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("arrowColor", "#000000", "html-color", "Color of the path arrow.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("arrowLength", 8, "number", "Length of the head of the path arrow.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("arrowRadius", 15, "number", "The radius for defining the curve of the arrow between two tasks.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("arrowSpaceAfter", 4, "number", "The amount of whitespace between the head of an arrow and the task to which it points.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("arrowWidth", 1.4, "number", "The width of the arrows.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("barCornerRadius", null, "number", "The radius for defining the curve of a bar's corners.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("barHeight", null, "number", "The height of the bars for tasks.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("criticalPathEnabled", true, "boolean", "If true any arrows on the critical path will be styled differently.",null,{tags:["Basic"]}); + + MaterialGantt.prototype.publish("criticalPathColor", "#ff0000", "html-color", "The color of any critical path arrows.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("criticalPathStrokeWidth", 2.0, "number", "The color of any critical path arrows.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("datePattern", "%Y-%m-%d", "string", "Format for the date columns",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("defaultStartDate", null, "number", "If the start date cannot be computed from the values in the DataTable, the start date will be set to this. Accepts a date value (new Date(YYYY, M, D)) or a number, which is the number of milliseconds to use.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("durationUnit", "day", "set", "Units of the duration, day, hour, minute, second, millisecons",["day", "hour", "minute","second", "millisecond"],{tags:["Basic"]}); + MaterialGantt.prototype.publish("innerGridLineColor", null, "html-color", "The color of the inner horizontal grid lines.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("innerGridLineWidth", null, "number", "The width of the inner horizontal grid lines.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("trackColor", null, "html-color", "The fill color of the inner grid track.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("trackZebraColor", "", "html-color", "The fill color of the alternate, dark inner grid track.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("labelMaxWidth", 300, "number", "The maximum amount of space allowed for each task label.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("percentEnabled", true, "boolean", "Fills the task bar based on the percentage completed for the task.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("percentFillColor", null, "html-color", "The color of the percentage completed portion of a task bar.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("shadowEnabled", true, "boolean", "If set to true, draws a shadow under each task bar which has dependencies.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("shadowColor", "#000000", "html-color", "Defines the color of the shadows under any task bar which has dependencies.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("shadowOffset", 1, "number", "Defines the offset, in pixels, of the shadows under any task bar which has dependencies.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("trackHeight", null, "number", "The height of the tracks.",null,{tags:["Basic"]}); + MaterialGantt.prototype.publish("xAxisHeight", 50, "number", "Height of the text area for the x-axis",null,{tags:["Basic"]}); + + MaterialGantt.prototype.publish("labelFontSize", null, "number", "Label Font Size",null,{tags:["Basic","Shared"]}); + MaterialGantt.prototype.publish("labelFontFamily", null, "string", " Label Font Name",null,{tags:["Basic","Shared"]}); + + MaterialGantt.prototype.getChartOptions = function () { + var retVal = []; + + retVal.height = this.height(); + retVal.backgroundColor = {fill : this.backgroundColor()}; + retVal.gantt = { + trackHeight: (this.height() - this.xAxisHeight()) / this.data().length, + arrow: { + angle: this.arrowAngle(), + color: this.arrowColor(), + length: this.arrowLength(), + radius: this.arrowRadius(), + spaceAfter: this.arrowSpaceAfter(), + width: this.arrowWidth() + }, + barCornerRadius: this.barCornerRadius(), + barHeight: this.barHeight(), + criticalPathEnabled: this.criticalPathEnabled(), + criticalPathStyle: { + stroke: this.criticalPathColor(), + strokeWidth: this.criticalPathStrokeWidth() + }, + defaultStartDate: this.defaultStartDate(), + innerGridHorizLine: { + stroke: this.innerGridLineColor(), + strokeWidth: this.innerGridLineWidth() + }, + innerGridTrack: {fill: this.trackColor()}, + innerGridDarkTrack: {fill: this.trackZebraColor()}, + labelMaxWidth: this.labelMaxWidth(), + labelStyle: { + fontName: this.labelFontFamily(), + fontSize: this.labelFontSize(), + }, + percentEnabled: this.percentEnabled(), + percentStyle: {fill: this.percentFillColor()}, + shadowEnabled: this.shadowEnabled(), + shadowColor: this.shadowColor(), + shadowOffset: this.shadowOffset() + }; + + return retVal; + }; + + MaterialGantt.prototype.formatData = function () { + var data = null; + if (this.data().length) { + this._data_google = new google.visualization.DataTable(); + + this._data_google.addColumn('string', this.columns()[0]); + this._data_google.addColumn('string', this.columns()[3]); + this._data_google.addColumn('string', this.columns()[4]); + this._data_google.addColumn('date', 'Start'); + this._data_google.addColumn('date', 'End'); + this._data_google.addColumn('number', this.columns()[2]); + this._data_google.addColumn('number', this.columns()[5]); + this._data_google.addColumn('string', this.columns()[6]); + + var parseDate = d3.time.format(this.datePattern()).parse; + + data = this.data().map(function(d) { + var label = d[0]; + var start = parseDate(d[1][0]); + var end = parseDate(d[1][1]); + var duration = d[2] || (end - start) || null; + var id = d[3] || d[0]; + var resource = d[4]; + var completeness = d[5]; + var dependency = d[6]; + + if (duration) { + switch (this.durationUnit()) { + case "day": + duration *= 24 * 60 * 60 * 1000; + break; + case "hour": + duration *= 60 * 60 * 1000; + break; + case "minute": + duration *= 60 * 1000; + break; + case "second": + duration *= 1000; + break; + default: + break; + } + } + + this._data_google.addRows([ [id, label, resource, start, end, duration, completeness, dependency] ]); + }, this); + } else { + data = [ + ["", { role: "annotation" }], + ["", ""] + ]; + } + return this._data_google; + }; + + return MaterialGantt; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/Pie.js',["d3", "./Common2D"], factory); + } else { + root.google_Pie = factory(root.d3, root.google_Common2D); + } +}(this, function (d3, Common2D) { + + function Pie() { + Common2D.call(this); + + this._chartType = "PieChart"; + } + Pie.prototype = Object.create(Common2D.prototype); + Pie.prototype.constructor = Pie; + Pie.prototype._class += " google_Pie"; + + Pie.prototype.publish("is3D", false, "boolean", "Enable 3D",null,{tags:["Basic","Shared"]}); + + Pie.prototype.publish("pieHole", 0, "number", "Pie Hole Size",null,{min:0,max:0.9,step:0.1,tags:["Intermediate"]}); + Pie.prototype.publish("pieStartAngle", 0, "number", "Pie Start Angle",null,{tags:["Advanced"]}); + + Pie.prototype.publish("pieSliceText", "percentage", "set", "The Content of The Text Displayed On The Slice" ,["none","label","value","percentage"],{tags:["Basic"]}); + Pie.prototype.publish("pieSliceFontColor", null, "html-color", "Specifies The Slice Text Style (Color)",null,{tags:["Basic"]}); + Pie.prototype.publish("pieSliceFontFamily", null, "string", "Specifies The Slice Text Style (Font Name)",null,{tags:["Basic"]}); + Pie.prototype.publish("pieSliceFontSize", null, "number", "Specifies The Slice Text Style (Font Size)",null,{tags:["Basic"]}); + + Pie.prototype.publish("pieSliceBorderColor", null, "html-color", "The Color of The Slice Borders",null,{tags:["Intermediate"]}); + Pie.prototype.publish("pieResidueSliceColor", null, "html-color", "Color For The Combination Slice That Holds All Slices Below SliceVisibilityThreshold",null,{tags:["Advanced"]}); + Pie.prototype.publish("pieResidueSliceLabel", "Other", "string", "A Label For The combination Slice That Holds All Slices Below SliceVisibilityThreshold",null,{tags:["Advanced"]}); + + Pie.prototype.publish("sliceVisibilityThreshold", 1/720, "number", "The slice relative part, below which a slice will not show individually.",null,{tags:["Advanced"]}); + + Pie.prototype.publish("slicesOffset", [], "array", "Per Slice Offset",null,{tags:["Advanced"]}); + Pie.prototype.publish("slicesTextStyle", [], "array", "Per Slice",null,{tags:["Private"]}); // overrides pieSliceTextStyle + Pie.prototype.publish("slicesColor", [], "array", "Per Slice Color",null,{tags:["Private"]}); + + Pie.prototype.getChartOptions = function () { + var retVal = Common2D.prototype.getChartOptions.apply(this, arguments); + + retVal.colors = this.data().map(function (row) { + return this._palette(row[0]); + }, this); + + retVal.is3D = this.is3D(); + retVal.pieHole = this.pieHole(); + retVal.pieStartAngle = this.pieStartAngle(); + retVal.pieSliceText = this.pieSliceText(); + retVal.pieSliceTextStyle = { + color: this.pieSliceFontColor(), + fontName: this.pieSliceFontFamily(), + fontSize: this.pieSliceFontSize() + }; + retVal.pieSliceBorderColor = this.pieSliceBorderColor(); + retVal.pieResidueSliceColor = this.pieResidueSliceColor(); + retVal.pieResidueSliceLabel = this.pieResidueSliceLabel(); + retVal.sliceVisibilityThreshold = this.sliceVisibilityThreshold(); + + retVal.slices = initSlices(this.getNumSlices()); + + this.slicesColor().forEach(function(d,i) { + if (typeof(retVal.slices[i])==="undefined") { + retVal.slices[i] = {}; + } + retVal.slices[i].color = d; + }); + this.slicesOffset().forEach(function(d,i) { + if (typeof(retVal.slices[i])==="undefined") { + retVal.slices[i] = {}; + } + retVal.slices[i].offset = d; + }); + this.slicesTextStyle().forEach(function(d,i) { + if (typeof(retVal.slices[i])==="undefined") { + retVal.slices[i] = {}; + } + retVal.slices[i].textStyle = d; + }); + return retVal; + }; + + Pie.prototype.getNumSlices = function () { + return this.data().length; + }; + + function initSlices(num) { + var slices = []; + for (var i = 0; i < num; i++) { + slices.push({}); + } + return slices; + } + + Pie.prototype.enter = function (domNode, element) { + Common2D.prototype.enter.apply(this, arguments); + }; + + Pie.prototype.update = function (domNode, element) { + Common2D.prototype.update.apply(this, arguments); + }; + + return Pie; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/Scatter.js',["d3", "./CommonND", "../common/HTMLWidget"], factory); + } else { + root.google_Scatter = factory(root.d3, root.google_CommonND, root.common_HTMLWidget); + } +}(this, function (d3, CommonND, HTMLWidget) { + + function Scatter() { + CommonND.call(this); + this._chartType = "ScatterChart"; + } + Scatter.prototype = Object.create(CommonND.prototype); + Scatter.prototype.constructor = Scatter; + Scatter.prototype._class += " google_Scatter"; + + Scatter.prototype.publish("aggregationTarget", "auto", "string", "How multiple data selections are rolled up into tooltips: - Group selected data by x-value; - Group selected data by series; - Group selected data by x-value if all selections have the same x-value, and by series otherwise; - Show only one tooltip per selection. aggregationTarget will often be used in tandem with selectionMode and tooltip.trigger",null,{tags:["Basic"]}); + + Scatter.prototype.publish("curveType", "none", "set", "Controls the curve of the lines when the line width is not zero. Can be one of the following: - Straight lines without curve; - The angles of the line will be smoothed..",["none", "function"],{tags:["Basic"]}); + + Scatter.prototype.publish("pointShape", "circle", "set", "The shape of individual data elements: \"circle\", \"triangle\", \"square\", \"diamond\", \"star\", or \"polygon\".",["circle", "triangle", "square", "diamond", "star", "polygon"],{tags:["Basic"]}); + Scatter.prototype.publish("pointSize", 7, "number", "Diameter of data points, in pixels. Use zero to hide all points.",null,{tags:["Basic"]}); + Scatter.prototype.publish("pointsVisible", true, "boolean", "Determines whether points will be displayed. Set to false to hide all points.",null,{tags:["Basic"]}); + + Scatter.prototype.publish("selectionMode", "single", "set", "When selectionMode is , users may select multiple data points.",["single","multiple"],{tags:["Basic"]}); + + Scatter.prototype.publish("backgroundColor", null, "html-color", "The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00', or an object with the following properties.",null,{tags:["Basic"]}); + + Scatter.prototype.publish("dataOpacity", 1.0, "number", "The transparency of data points, with 1.0 being completely opaque and 0.0 fully transparent. This refers to the visible data (i.e. dots).",null,{tags:["Basic"]}); + + Scatter.prototype.publish("tooltipIsHtml", true, "boolean", "Set to false to use SVG-rendered (rather than HTML-rendered) tooltips.",null,{tags:["Advanced"]}); + Scatter.prototype.publish("tooltipTrigger", "focus", "set", "The user interaction that causes the tooltip to be displayed: - The tooltip will be displayed when the user hovers over the element; - The tooltip will not be displayed.",["none", "focus", "selection"],{tags:["Basic"]}); + + Scatter.prototype.publish("crosshairTrigger", "both", "set", "The crosshair color, expressed as either a color name (e.g., ) or an RGB value (e.g., '#adf').",["both", "focus", "selection"],{tags:["Basic"]}); + Scatter.prototype.publish("crosshairColor", null, "html-color", "The crosshair color, expressed as either a color name (e.g., ) or an RGB value (e.g., '#adf').",null,{tags:["Basic"]}); + Scatter.prototype.publish("crosshairOpacity", 0.7, "number", "The crosshair opacity, with 0.0 being fully transparent and 1.0 fully opaque.",null,{tags:["Basic"]}); + Scatter.prototype.publish("crosshairOrientation", null, "set", "The crosshair orientation, which can be for vertical hairs only, for horizontal hairs only, or for traditional crosshairs.",["both", "vertical", "horizontal"],{tags:["Basic"]}); + + Scatter.prototype.publish("axisFontSize", null, "number", "X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}); + Scatter.prototype.publish("axisFontFamily", null, "string", "X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}); + + Scatter.prototype.publish("xAxisFontColor", null, "html-color", "X Axis Text Font Color",null,{tags:["Basic","Shared"]}); + Scatter.prototype.publish("yAxisFontColor", null, "html-color", "X Axis Text Font Color",null,{tags:["Basic","Shared"]}); + + Scatter.prototype.publish("xAxisBaselineColor", null, "html-color", "Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}); + Scatter.prototype.publish("yAxisBaselineColor", null, "html-color", "Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}); + + Scatter.prototype.publish("xAxisTitleFontColor", null, "html-color", "Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}); + Scatter.prototype.publish("yAxisTitleFontColor", null, "html-color", "Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}); + + Scatter.prototype.publish("xAxisTitleFontSize", null, "number", "Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}); + Scatter.prototype.publish("yAxisTitleFontSize", null, "number", "Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}); + + Scatter.prototype.publish("xAxisTitleFontFamily", null, "string", "Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}); + Scatter.prototype.publish("yAxisTitleFontFamily", null, "string", "Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}); + + Scatter.prototype.publish("xAxisLabelRotation", 0, "number", "X Axis Label Angle",null,{tags:["Intermediate","Shared"]}); + + Scatter.prototype.publish("xAxisTitle", "", "string", "X Axis Title",null,{tags:["Basic","Shared"]}); + Scatter.prototype.publish("yAxisTitle", "", "string", "Y Axis Title",null,{tags:["Basic","Shared"]}); + + Scatter.prototype.publish("xAxisFormatType", "", "set", "Format String For Numeric Axis Labels", ["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}); + Scatter.prototype.publish("yAxisFormatType", "", "set", "Format String For Numeric Axis Labels", ["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}); + + Scatter.prototype.publish("xAxisGridlinesCount", 5, "number", "The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + Scatter.prototype.publish("yAxisGridlinesCount", 5, "number", "The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}); + + Scatter.prototype.publish("xAxisGridlinesColor", null, "html-color", "The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}); + Scatter.prototype.publish("yAxisGridlinesColor", null, "html-color", "The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}); + + Scatter.prototype.publish("xAxisMinorGridlinesCount", 0, "number", "The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + Scatter.prototype.publish("yAxisMinorGridlinesCount", 0, "number", "The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}); + + Scatter.prototype.publish("xAxisMinorGridlinesColor", null, "html-color", "The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}); + Scatter.prototype.publish("yAxisMinorGridlinesColor", null, "html-color", "The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}); + + Scatter.prototype.publish("xAxisLogScale", false, "boolean", "Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}); + Scatter.prototype.publish("yAxisLogScale", false, "boolean", "Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}); + + Scatter.prototype.publish("xAxisTextPosition", "out", "set", "Position of The Horizontal Axis Text, Relative To The Chart Area", ["out","in","none"],{tags:["Advanced"]}); + Scatter.prototype.publish("yAxisTextPosition", "out", "set", "Position of The Vertical Axis Text, Relative To The Chart Area", ["out","in","none"],{tags:["Advanced"]}); + + Scatter.prototype.publish("xAxisTicks", [], "array", "Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}); + Scatter.prototype.publish("yAxisTicks", [], "array", "Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}); + + Scatter.prototype.publish("xAxisMaxValue", null, "number", "Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}); + Scatter.prototype.publish("yAxisMaxValue", null, "number", "Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}); + + Scatter.prototype.publish("xAxisMinValue", null, "number", "Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}); + Scatter.prototype.publish("yAxisMinValue", null, "number", "Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}); + + Scatter.prototype.publish("xAxisViewWindowMode", "pretty", "set", "Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area", ["pretty","maximized","explicit"],{tags:["Advanced"]}); + Scatter.prototype.publish("yAxisViewWindowMode", "pretty", "set", "Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area", ["pretty","maximized","explicit"],{tags:["Advanced"]}); + + Scatter.prototype.publish("xAxisViewWindowMax", null, "number", "The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}); + Scatter.prototype.publish("yAxisViewWindowMax", null, "number", "The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}); + + Scatter.prototype.publish("xAxisViewWindowMin", null, "number", "The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}); + Scatter.prototype.publish("yAxisViewWindowMin", null, "number", "The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}); + + Scatter.prototype.getChartOptions = function () { + var retVal = CommonND.prototype.getChartOptions.apply(this, arguments); + + retVal.aggregationTarget = this.aggregationTarget(); + retVal.curveType = this.curveType(); + retVal.pointShape = this.pointShape(); + retVal.pointSize = this.pointSize(); + retVal.pointsVisible = this.pointsVisible(); + retVal.selectionMode = this.selectionMode(); + retVal.backgroundColor = this.backgroundColor(); + retVal.dataOpacity = this.dataOpacity(); + retVal.tooltipIsHtml = this.tooltipIsHtml(); + retVal.tooltipTrigger = this.tooltipTrigger(); + + retVal.crosshair = { + color: this.crosshairColor(), + orientation: this.crosshairOrientation(), + opacity: this.crosshairOpacity(), + trigger: this.crosshairTrigger() + }; + + retVal.hAxis = {}; + retVal.vAxis = {}; + + // hAxis + retVal.hAxis.gridlines = { + count: this.xAxisGridlinesCount(), + color: this.xAxisGridlinesColor() + }; + retVal.hAxis.minorGridlines = { + count: this.xAxisMinorGridlinesCount(), + color: this.xAxisMinorGridlinesColor() + }; + retVal.hAxis.logScale = this.xAxisLogScale(); + retVal.hAxis.textPosition = this.xAxisTextPosition(); + retVal.hAxis.minValue = this.xAxisMinValue(); + retVal.hAxis.maxValue = this.xAxisMaxValue(); + retVal.hAxis.slantedText = this.xAxisLabelRotation() !== 0; + retVal.hAxis.slantedTextAngle = this.xAxisLabelRotation(); + if (this.xAxisFormatType()) { + retVal.hAxis.format = this.xAxisFormatType(); + } + retVal.hAxis.textStyle = { + color: this.xAxisFontColor(), + fontName: this.axisFontFamily() ? this.axisFontFamily() : this.fontFamily(), + fontSize: this.axisFontSize() ? this.axisFontSize() : this.fontSize() + + }; + if (this.xAxisTicks().length > 0) { + retVal.hAxis.ticks = this.xAxisTicks(); + } + retVal.hAxis.titleTextStyle = { + color: this.xAxisTitleFontColor(), + fontName: this.xAxisTitleFontFamily(), + fontSize: this.xAxisTitleFontSize() + }; + retVal.hAxis.viewWindowMode = this.xAxisViewWindowMode(); + retVal.hAxis.viewWindow = { + min: this.xAxisViewWindowMin(), + max: this.xAxisViewWindowMax() + }; + + // vAxis + retVal.vAxis.baselineColor = this.yAxisBaselineColor(); + retVal.vAxis.gridlines = { + count: this.yAxisGridlinesCount(), + color: this.yAxisGridlinesColor() + }; + retVal.vAxis.minorGridlines = { + count: this.yAxisMinorGridlinesCount(), + color: this.yAxisMinorGridlinesColor() + }; + retVal.vAxis.logScale = this.yAxisLogScale(); + retVal.vAxis.textPosition = this.yAxisTextPosition(); + retVal.vAxis.title = this.yAxisTitle(); + retVal.vAxis.minValue = this.yAxisMinValue(); + retVal.vAxis.maxValue = this.yAxisMaxValue(); + if (this.yAxisFormatType()) { + retVal.vAxis.format = this.yAxisFormatType(); + } + retVal.vAxis.textStyle = { + color: this.yAxisFontColor(), + fontName: this.axisFontFamily() ? this.axisFontFamily() : this.fontFamily(), + fontSize: this.axisFontSize() ? this.axisFontSize() : this.fontSize() + }; + if (this.yAxisTicks().length > 0) { + retVal.vAxis.ticks = this.yAxisTicks(); + } + retVal.vAxis.titleTextStyle = { + color: this.yAxisTitleFontColor(), + fontName: this.yAxisTitleFontFamily(), + fontSize: this.yAxisTitleFontSize() + }; + retVal.vAxis.viewWindowMode = this.yAxisViewWindowMode(); + retVal.vAxis.viewWindow = { + min: this.yAxisViewWindowMin(), + max: this.yAxisViewWindowMax() + }; + + return retVal; + }; + + Scatter.prototype.enter = function (domNode, element) { + CommonND.prototype.enter.apply(this, arguments); + }; + + Scatter.prototype.update = function (domNode, element) { + CommonND.prototype.update.apply(this, arguments); + }; + + return Scatter; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/Timeline.js',["d3", "../common/HTMLWidget", "goog!visualization,1,packages:[timeline]"], factory); + } else { + root.google_Timeline = factory(root.d3, root.common_HTMLWidget); + } +}(this, function (d3, HTMLWidget) { + + function Timeline() { + HTMLWidget.call(this); + + this._chartType = "Timeline"; + this._tag = "div"; + this._data_google = []; + this._selection = {}; + } + Timeline.prototype = Object.create(HTMLWidget.prototype); + Timeline.prototype.constructor = Timeline; + Timeline.prototype._class += " google_Timeline"; + + Timeline.prototype.publish("tooltipIsHtml", true, "boolean", "Set to false to use SVG-rendered (rather than HTML-rendered) tooltips. See Customizing Tooltip Content for more details.",null,{tags:["Advanced"]}); + Timeline.prototype.publish("tooltipTrigger", "focus", "set", "The user interaction that causes the tooltip to be displayed: focus - The tooltip will be displayed when the user hovers over the element; none - The tooltip will not be displayed.",["none", "focus"],{tags:["Basic"]}); + Timeline.prototype.publish("backgroundColor", null, "html-color", "The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00'.",null,{tags:["Basic"]}); + + Timeline.prototype.publish("avoidOverlappingGridLines", true, "boolean", "Whether display elements (e.g., the bars in a timeline) should obscure grid lines. If false, grid lines may be covered completely by display elements. If true, display elements may be altered to keep grid lines visible.",null,{tags:["Basic"]}); + Timeline.prototype.publish("timelineColorByRowLabel", false, "boolean", "If set to true, colors every bar on the row the same. The default is to use one color per bar label.",null,{tags:["Basic"]}); + Timeline.prototype.publish("timelineGroupByRowLabel", true, "boolean", "If set to false, creates one row for every dataTable entry. The default is to collect bars with the same row label into one row.",null,{tags:["Basic"]}); + Timeline.prototype.publish("timelineShowBarLabels", true, "boolean", "If set to false, omits bar labels. The default is to show them.", null,{tags:["Basic"]}); + Timeline.prototype.publish("timelineShowRowLabels", true, "boolean", "If set to false, omits row labels. The default is to show them.",null,{tags:["Basic"]}); + Timeline.prototype.publish("timelineSingleColor", null, "html-color", "Colors all bars the same. Specified as a hex value (e.g., '#8d8').",null,{tags:["Basic"]}); + Timeline.prototype.publish("timePattern", "%Y-%m-%d", "string", "Time format of the data.",null,{tags:["Basic"]}); + + Timeline.prototype.getChartOptions = function () { + var retVal = []; + + retVal.avoidOverlappingGridLines = this.avoidOverlappingGridLines(); + retVal.backgroundColor = this.backgroundColor(); + retVal.timelineColorByRowLabel = this.timelineColorByRowLabel(); + retVal.timelineGroupByRowLabel = this.timelineGroupByRowLabel(); + retVal.timelineShowBarLabels = this.timelineShowBarLabels(); + retVal.timelineShowRowLabels = this.timelineShowRowLabels(); + retVal.timelineSingleColor = this.timelineSingleColor(); + retVal.tooltipIsHtml = this.tooltipIsHtml(); + retVal.tooltipTrigger = this.tooltipTrigger(); + retVal.width = this.width(); + retVal.height = this.height(); + retVal.timePattern = this.timePattern(); + + return retVal; + }; + + Timeline.prototype.data = function (_) { + var retVal = HTMLWidget.prototype.data.apply(this, arguments); + if (arguments.length) { + this._data_google = new google.visualization.DataTable(); + + this._data_google.addColumn({ type: "string", id: "Label A" }); + this._data_google.addColumn({ type: "string", id: "Label B" }); + this._data_google.addColumn({ type: "date", id: "start" }); + this._data_google.addColumn({ type: "date", id: "end" }); + + var start; + var end; + var parseDate = d3.time.format(this.timePattern()).parse; + + _.forEach(function(d) { + start = parseDate(d[2]); + end = parseDate(d[3]); + this._data_google.addRows([ [ d[0], d[1], start, end ] ]); + }, this); + } + return retVal; + }; + + Timeline.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); + }; + + Timeline.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + element.style("overflow", "hidden"); + this._chart = new google.visualization[this._chartType](domNode); + + var context = this; + google.visualization.events.addListener(this._chart, "select", function () { + var selectedItem = context._chart.getSelection()[0]; + context._selection = { + data: context.rowToObj(context.data()[selectedItem.row] || {}), + column: context.columns()[selectedItem.column] || null + }; + + context.click(context._selection.data, context._selection.column, Object.keys(context._selection).length !== 0); + }); + }; + + Timeline.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + this._chart.draw(this._data_google, this.getChartOptions()); + }; + + return Timeline; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('google/TreeMap.js',["d3", "../common/HTMLWidget", "goog!visualization,1,packages:[treemap]"], factory); + } else { + root.google_TreeMap = factory(root.d3, root.common_HTMLWidget); + } +}(this, function (d3, HTMLWidget) { + + function TreeMap() { + HTMLWidget.call(this); + + this._chartType = "TreeMapChart"; + this._data_google = []; + this._tag = "div"; + + this.columns([]); + this.data([]); + this._selection = {}; + } + TreeMap.prototype = Object.create(HTMLWidget.prototype); + TreeMap.prototype.constructor = TreeMap; + TreeMap.prototype._class += " google_TreeMap"; + + TreeMap.prototype.publish("headerColor", null, "html-color", "The color of the header section for each node. Specify an HTML color value.",null,{tags:["Basic"]}); + TreeMap.prototype.publish("headerHeight", 0, "number", "The height of the header section for each node, in pixels (can be zero).",null,{tags:["Basic"]}); + TreeMap.prototype.publish("headerHighlightColor", null, "html-color", "The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00', or an object with the following properties.",null,{tags:["Basic"]}); + + TreeMap.prototype.publish("hintOpacity", 0.0, "number", "When maxPostDepth is greater than 1, causing nodes below the current depth to be shown, hintOpacity specifies how transparent it should be. It should be between 0 and 1; the higher the value, the fainter the node.",null,{tags:["Intermediate"]}); + + TreeMap.prototype.publish("maxColor", null, "html-color", "The color for a rectangle with a column 3 value of maxColorValue. Specify an HTML color value.",null,{tags:["Basic"]}); + TreeMap.prototype.publish("maxDepth", 1, "number", "The maximum number of node levels to show in the current view. Levels will be flattened into the current plane. If your tree has more levels than this, you will have to go up or down to see them. You can additionally see maxPostDepth levels below this as shaded rectangles within these nodes.",null,{tags:["Intermediate"]}); + TreeMap.prototype.publish("maxHighlightColor", null, "html-color", "The highlight color to use for the node with the largest value in column 3. Specify an HTML color value or null; If null, this value will be the value of maxColor lightened by 35%",null,{tags:["Basic"]}); + TreeMap.prototype.publish("maxPostDepth", 0, "number", "How many levels of nodes beyond maxDepth to show in fashion. Hinted nodes are shown as shaded rectangles within a node that is within the maxDepth limit.",null,{tags:["Advanced"]}); + TreeMap.prototype.publish("maxColorValue", null, "number", "The maximum value allowed in column 3. All values greater than this will be trimmed to this value. If set to null, it will be set to the max value in the column.",null,{tags:["Intermediate"]}); + + TreeMap.prototype.publish("midColor", null, "html-color", "The color for a rectangle with a column 3 value midway between maxColorValue and minColorValue. Specify an HTML color value.",null,{tags:["Basic"]}); + TreeMap.prototype.publish("midHighlightColor", null, "html-color", "The highlight color to use for the node with a column 3 value near the median of minColorValue and maxColorValue. Specify an HTML color value or null; if null, this value will be the value of midColor lightened by 35%.",null,{tags:["Basic"]}); + + TreeMap.prototype.publish("minColor", null, "html-color", "The color for a rectangle with the column 3 value of minColorValue. Specify an HTML color value.",null,{tags:["Basic"]}); + TreeMap.prototype.publish("minHighlightColor", null, "html-color", "The highlight color to use for the node with a column 3 value nearest to minColorValue. Specify an HTML color value or null; if null, this value will be the value of minColor lightened by 35%",null,{tags:["Basic"]}); + TreeMap.prototype.publish("minColorValue", null, "number", "The minimum value allowed in column 3. All values less than this will be trimmed to this value. If set to null, it will be calculated as the minimum value in the column.",{tags:["Basic"]}); + + TreeMap.prototype.publish("noColor", null, "html-color", "The color to use for a rectangle when a node has no value for column 3, and that node is a leaf (or contains only leaves). Specify an HTML color value.",{tags:["Basic"]}); + TreeMap.prototype.publish("noHighlightColor", null, "html-color", "The color to use for a rectangle of color when highlighted. Specify an HTML color value or null; if null, this will be the value of noColor lightened by 35%.",null,{tags:["Basic"]}); + + TreeMap.prototype.publish("showScale", true, "boolean", "Whether or not to show a color gradient scale from minColor to maxColor along the top of the chart. Specify true to show the scale.",null,{tags:["Intermediate"]}); + + TreeMap.prototype.publish("showTooltips", true, "boolean", "Whether or not to show tooltips.",null,{tags:["Basic"]}); + + TreeMap.prototype.publish("useWeightedAverageForAggregation", true, "boolean", "Whether to use weighted averages for aggregation.",null,{tags:["Basic"]}); + + TreeMap.prototype.getChartOptions = function () { + var retVal = []; + + retVal.headerColor = this.headerColor(); + retVal.headerHeight = this.headerHeight(); + retVal.headerHighlightColor = this.headerHighlightColor(); + retVal.hintOpacity = this.hintOpacity(); + retVal.maxColor = this.maxColor(); + retVal.maxDepth = this.maxDepth(); + retVal.maxHighlightColor = this.maxHighlightColor(); + retVal.maxPostDepth = this.maxPostDepth(); + retVal.maxColorValue = this.maxColorValue(); + retVal.midColor = this.midColor(); + retVal.midHighlightColor = this.midHighlightColor(); + retVal.minColor = this.minColor(); + retVal.minHighlightColor = this.minHighlightColor(); + retVal.minColorValue = this.minColorValue(); + retVal.noColor = this.noColor(); + retVal.noHighlightColor = this.noHighlightColor(); + retVal.showScale = this.showScale(); + retVal.showTooltips = this.showTooltips(); + retVal.useWeightedAverageForAggregation = this.useWeightedAverageForAggregation(); + retVal.width = this.width(); + retVal.height = this.height(); + + var context = this; + retVal.generateTooltip = function(a,b,c) { + return TreeMap.prototype.defaultlTooltip.apply(context, arguments); + }; + + return retVal; + }; + + TreeMap.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + element.style("overflow", "hidden"); + this._chart = new google.visualization.TreeMap(element.node()); + + var context = this; + google.visualization.events.addListener(this._chart, "select", function () { + var selectedItem = context._chart.getSelection()[0]; + context._selection = { + data: context.rowToObj(context.data()[selectedItem.row]), + column: context.columns()[selectedItem.column] || null + }; + + context.click(context._selection.data, context._selection.column, Object.keys(context._selection).length !== 0); + }); + }; + + TreeMap.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + this._chart.draw(this._data_google, this.getChartOptions()); + }; + + TreeMap.prototype.data = function (_) { + var retVal = HTMLWidget.prototype.data.apply(this, arguments); + if (arguments.length) { + var arr = [this.columns()].concat(this.data()); + this._data_google = new google.visualization.arrayToDataTable(arr); + } + return retVal; + }; + + TreeMap.prototype.defaultlTooltip = function(row, size, value) { + var data = this._data_google; + + return "
" + + "Label: " + data.getValue(row, 0) + "
" + + "Parent: " + data.getValue(row, 1) + "
" + + "Column 3 Label: " + data.getColumnLabel(2) + ", Value: " + data.getValue(row, 2) + "
" + + "Column 4 Label: " + data.getColumnLabel(3) + ", Value: " + data.getValue(row, 3) + "
" + + "Datatable row #: " + row + "
" + + data.getColumnLabel(2) +" (total value of this cell and its children): " + size + "
" + + data.getColumnLabel(3) + ": " + value + "
"; + }; + + TreeMap.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); + }; + + return TreeMap; +})); + diff --git a/dist/hpcc-viz-google.min.js b/dist/hpcc-viz-google.min.js new file mode 100644 index 0000000000..625f9beb24 --- /dev/null +++ b/dist/hpcc-viz-google.min.js @@ -0,0 +1,3 @@ +"function"==typeof define&&define.amd&&define("goog",[],function(){return{load:function(e,t,i){i()}}}),function(e,t){"function"==typeof define&&define.amd?define("google/Common.js",["d3","../common/HTMLWidget","goog!visualization,1,packages:[corechart]"],t):e.google_Common=t(e.d3,e.common_HTMLWidget)}(this,function(e,t){function i(e){t.call(this),this._tag="div",this._chartLibrary="visualization",this._selection={}}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Common",i.prototype.publish("fontSize",null,"number","Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("fontFamily",null,"string","Font Name",null,{tags:["Basic","Shared"]}),i.prototype.publish("fontColor",null,"html-color","Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("showLegend",!1,"boolean","Show Legend",null,{tags:["Basic","Shared"]}),i.prototype.publish("legendFontColor",null,"html-color","Legend Font Color",null,{tags:["Private"]}),i.prototype.publish("legendFontFamily",null,"string","Legend Font Name",null,{tags:["Private"]}),i.prototype.publish("legendFontSize",null,"number","Legend Font Size",null,{tags:["Private"]}),i.prototype.publish("legendFontBold",!1,"boolean","Legend Font Bold",null,{tags:["Private"]}),i.prototype.publish("legendFontItalic",!1,"boolean","Legend Font Italic",null,{tags:["Private"]}),i.prototype.publish("chartAreaWidth",null,"string","Chart Area Width",null,{tags:["Advanced"]}),i.prototype.publish("chartAreaHeight",null,"string","Chart Area Height",null,{tags:["Advanced"]}),i.prototype.publish("chartAreaTop",null,"string","Chart Area Distance From Top",null,{tags:["Advanced"]}),i.prototype.publish("chartAreaLeft",null,"string","Chart Area Distance From Left",null,{tags:["Advanced"]}),i.prototype.publish("legendAlignment","center","set","Legend Alignment",["","start","center","end"],{tags:["Private"]}),i.prototype.publish("legendPosition","right","set","Legend Position",["","bottom","labeled","left","right","top"],{tags:["Private"]}),i.prototype.publish("animationDuration",0,"number","Animation Duration",null,{tags:["Advanced"]}),i.prototype.publish("animationOnStartup",!0,"boolean","Animate On Startup",null,{tags:["Advanced"]}),i.prototype.publish("animationEasing","linear","set","Animation Easing",["linear","in","out","inAndOut"],{tags:["Advanced"]}),i.prototype.publish("title","","string","Text To Display Above The Chart",null,{tags:["Private"]}),i.prototype.publish("titlePosition","out","set","Position of Title",["in","out","none"],{tags:["Private"]}),i.prototype.publish("backgroundColorStroke",null,"html-color","Background Border Color",null,{tags:["Advanced","Shared"]}),i.prototype.publish("backgroundColorStrokeWidth",0,"number","Background Border Width",null,{tags:["Advanced","Shared"]}),i.prototype.publish("backgroundColorFill","transparent","html-color","Background Color",null,{tags:["Advanced","Shared"]}),i.prototype.formatData=function(){var e=null;return e=this.data().length?[this.columns()].concat(this.data().map(function(e,t){return e.map(function(e,i){return i>0?(isNaN(e)&&console.log("Invalid Data: "+e+" ("+t+", "+i+")"),parseFloat(e)):e})})):[["",{role:"annotation"}],["",""]],google.visualization.arrayToDataTable(e)},i.prototype.getChartOptions=function(){var e=this.columns().filter(function(e,t){return t>0}).map(function(e){return this._palette(e)},this),t={backgroundColor:{stroke:this.backgroundColorStroke(),strokeWidth:this.backgroundColorStrokeWidth(),fill:this.backgroundColorFill()},width:this.width(),height:this.height(),colors:e,fontSize:this.fontSize(),fontName:this.fontFamily(),fontColor:this.fontColor(),title:this.title(),titlePosition:this.titlePosition(),chartArea:{width:this.chartAreaWidth(),height:this.chartAreaHeight(),left:this.chartAreaLeft(),top:this.chartAreaTop()},animation:{duration:this.animationDuration(),startup:this.animationOnStartup(),easing:this.animationEasing()},legend:{alignment:this.legendAlignment(),position:this.showLegend()?this.legendPosition():"none",maxLines:2,textStyle:{color:this.legendFontColor(),fontName:this.legendFontFamily(),fontSize:this.legendFontSize(),bold:this.legendFontBold(),italic:this.legendFontItalic()}}};return t},i.prototype.getNumSeries=function(){return this.columns().slice(1).length},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),i.style("overflow","hidden")},i.prototype.init=function(e,t){if(!this._chart){this._chart=new google[this._chartLibrary][this._chartType](e);var i=this;google.visualization.events.addListener(this._chart,"select",function(){var e=i._chart.getSelection()[0];e?i._selection={data:i.rowToObj(i.data()[e.row]),column:i.columns()[e.column]||null}:i._selection={data:{},column:null},i.click(i._selection.data,i._selection.column,0!==Object.keys(i._selection.data).length)})}},i.prototype.kill=function(e,t){this._chart&&(google.visualization.events.removeAllListeners(this._chart),t.html(""),delete this._chart)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this.data().length&&this.columns().length?(this.init(e,i),this._chart.draw(this.formatData(),this.getChartOptions())):this.kill(e,i)},i}),function(e,t){"function"==typeof define&&define.amd?define("google/CommonND.js",["d3","../google/Common","../api/INDChart"],t):e.google_CommonND=t(e.d3,e.google_Common,e.api_INDChart)}(this,function(e,t,i){function o(){t.call(this),i.call(this)}function l(e){for(var t=[],i=0;e>i;i++)t.push({});return t}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" google_CommonND",o.prototype["implements"](i.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.call(this);return e.series=l(this.getNumSeries()),e.axes={},e},o.prototype.update=function(e,i){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.prototype.update.apply(this,arguments)},o}),function(e,t){"function"==typeof define&&define.amd?define("google/Area.js",["d3","./CommonND"],t):e.google_Area=t(e.d3,e.google_CommonND)}(this,function(e,t){function i(){t.call(this),this._chartType="AreaChart"}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Area",i.prototype.publish("stacked",!1,"boolean","Stacks The Elements In A Series",null,{tags:["Advanced","Shared"]}),i.prototype.publish("fillOpacity",null,"number","Opacity of The Fill Color",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("smoothLines",!0,"boolean","Causes chart data lines to draw smoothly",null,{tags:["Basic"]}),i.prototype.publish("dataOpacity",1,"number","Transparency of Data Points",null,{tags:["Advanced"]}),i.prototype.publish("selectionMode","single","set","Select Multiple Data Points",["single","multiple"],{tags:["Advanced"]}),i.prototype.publish("xAxisBaseline",null,"number","The Baseline For The Horizontal Axis",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisBaseline",null,"number","The Vaseline For The Verical Axis",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisInversed",!1,"boolean","The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("yAxisInversed",!1,"boolean","The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),i.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),i.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMaxAlternation",2,"number","Maximum Number of Levels of Horizontal Axis Text",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMaxTextLines",null,"number","Maximum Number of Lines Allowed For the Text Labels",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMinTextSpacing",null,"number","Minimum Horizontal Spacing, In Pixels, Allowed Between Two Adjacent Text Labels",null,{tags:["Advanced"]}),i.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments);return e.selectionMode=this.selectionMode(),e.dataOpacity=this.dataOpacity(),e.isStacked=this.stacked(),e.areaOpacity=this.fillOpacity(),e.hAxis={},e.vAxis={},e.hAxis.baseline=this.xAxisBaseline(),e.hAxis.baselineColor=this.xAxisBaselineColor(),e.hAxis.direction=this.xAxisInversed()?-1:1,e.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},e.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},e.hAxis.logScale=this.xAxisLogScale(),e.hAxis.textPosition=this.xAxisTextPosition(),e.hAxis.title=this.xAxisTitle(),e.hAxis.minValue=this.xAxisMinValue(),e.hAxis.maxValue=this.xAxisMaxValue(),e.hAxis.slantedText=0!==this.xAxisLabelRotation(),e.hAxis.slantedTextAngle=this.xAxisLabelRotation(),e.hAxis.maxAlternation=this.xAxisMaxAlternation(),e.hAxis.maxTextLines=this.xAxisMaxTextLines(),e.hAxis.minTextSpacing=this.xAxisMinTextSpacing(),this.xAxisFormatType()&&(e.hAxis.format=this.xAxisFormatType()),e.hAxis.textStyle={color:this.xAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(e.hAxis.ticks=this.xAxisTicks()),e.hAxis.titleTextStyle={color:this.xAxisTitleFontColor(),fontName:this.xAxisTitleFontFamily(),fontSize:this.xAxisTitleFontSize()},e.hAxis.viewWindowMode=this.xAxisViewWindowMode(),e.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},e.vAxis.baseline=this.yAxisBaseline(),e.vAxis.baselineColor=this.yAxisBaselineColor(),e.vAxis.direction=this.yAxisInversed()?-1:1,e.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},e.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},e.vAxis.logScale=this.yAxisLogScale(),e.vAxis.textPosition=this.yAxisTextPosition(),e.vAxis.title=this.yAxisTitle(),e.vAxis.minValue=this.yAxisMinValue(),e.vAxis.maxValue=this.yAxisMaxValue(),this.yAxisFormatType()&&(e.vAxis.format=this.yAxisFormatType()),e.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(e.vAxis.ticks=this.yAxisTicks()),e.vAxis.titleTextStyle={color:this.yAxisTitleFontColor(),fontName:this.yAxisTitleFontFamily(),fontSize:this.yAxisTitleFontSize()},e.vAxis.viewWindowMode=this.yAxisViewWindowMode(),e.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},this.smoothLines()&&(e.curveType="function"),e},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},i}),function(e,t){"function"==typeof define&&define.amd?define("google/Column.js",["d3","./CommonND"],t):e.google_Column=t(e.d3,e.google_CommonND)}(this,function(e,t){function i(){t.call(this),this._chartType="ColumnChart"}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Column",i.prototype.publish("stacked",!1,"boolean","Stacks the elements in a series",null,{tags:["Advanced","Shared"]}),i.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("groupWidth","","string","The width of a group of bars, Percent or Pixels",null,{tags:["Advanced"]}),i.prototype.publish("dataOpacity",1,"number","Transparency of Data Points",null,{tags:["Advanced"]}),i.prototype.publish("xAxisBaseline",null,"number","Specifies the color of the baseline for the horizontal axis",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisBaseline",null,"number","Specifies the color of the baseline for the vertical axis",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisInversed",!1,"boolean","The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("yAxisInversed",!1,"boolean","The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),i.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),i.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments);return e.dataOpacity=this.dataOpacity(),e.isStacked=this.stacked(),e.bar={groupWidth:this.groupWidth()},e.hAxis={},e.vAxis={},e.hAxis.baseline=this.xAxisBaseline(),e.hAxis.baselineColor=this.xAxisBaselineColor(),e.hAxis.direction=this.xAxisInversed()?-1:1,e.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},e.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},e.hAxis.logScale=this.xAxisLogScale(),e.hAxis.textPosition=this.xAxisTextPosition(),e.hAxis.title=this.xAxisTitle(),e.hAxis.minValue=this.xAxisMinValue(),e.hAxis.maxValue=this.xAxisMaxValue(),e.hAxis.slantedText=0!==this.xAxisLabelRotation(),e.hAxis.slantedTextAngle=this.xAxisLabelRotation(),this.xAxisFormatType()&&(e.hAxis.format=this.xAxisFormatType()),e.hAxis.textStyle={color:this.xAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(e.hAxis.ticks=this.xAxisTicks()),e.hAxis.titleTextStyle={color:this.xAxisTitleFontColor(),fontName:this.xAxisTitleFontFamily(),fontSize:this.xAxisTitleFontSize()},e.hAxis.viewWindowMode=this.xAxisViewWindowMode(),e.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},e.vAxis.baseline=this.yAxisBaseline(),e.vAxis.baselineColor=this.yAxisBaselineColor(),e.vAxis.direction=this.yAxisInversed()?-1:1,e.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},e.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},e.vAxis.logScale=this.yAxisLogScale(),e.vAxis.textPosition=this.yAxisTextPosition(),e.vAxis.title=this.yAxisTitle(),e.vAxis.minValue=this.yAxisMinValue(),e.vAxis.maxValue=this.yAxisMaxValue(),this.yAxisFormatType()&&(e.vAxis.format=this.yAxisFormatType()),e.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(e.vAxis.ticks=this.yAxisTicks()),e.vAxis.titleTextStyle={color:this.yAxisTitleFontColor(),fontName:this.yAxisTitleFontFamily(),fontSize:this.yAxisTitleFontSize()},e.vAxis.viewWindowMode=this.yAxisViewWindowMode(),e.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},e},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},i}),function(e,t){"function"==typeof define&&define.amd?define("google/Bar.js",["d3","./Column"],t):e.google_Bar=t(e.d3,e.google_Column)}(this,function(e,t){function i(){t.call(this),this._chartType="BarChart"}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Bar",i}),function(e,t){"function"==typeof define&&define.amd?define("google/Combo.js",["d3","./CommonND"],t):e.google_Combo=t(e.d3,e.google_CommonND)}(this,function(e,t){function i(){t.call(this),this._chartType="ComboChart"}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Combo",i.prototype.publish("defaultseriesType","bars","set","The default type for the series (columns) in the chart (line, area or bars)",["line","area","bars"],{tags:["Basic","Shared"]}),i.prototype.publish("types",[],"array","Array of chart types (ex:bar|line|spline|area|area-spline|step|area-step|scatter)",null,{tags:["Basic"]}),i.prototype.publish("stacked",!1,"boolean","Stacks the elements in a series",null,{tags:["Basic","Shared"]}),i.prototype.publish("lineWidth",null,"number","The width of the lines in the chart. Set to '0' to show only the points",null,{tags:["Basic","Shared"]}),i.prototype.publish("lineDashStyle",[],"array","Line Dash Style",null,{tags:["Advanced","Shared"]}),i.prototype.publish("curveType","none","set","Causes chart data lines to draw smoothly",["none","function"],{tags:["Basic","Shared"]}),i.prototype.publish("pointSize",null,"number","Diameter of displayed points in pixels",null,{tags:["Private"]}),i.prototype.publish("pointShape","circle","set","The shape of individual data elements",["circle","triangle","square","diamond","star","polygon"],{tags:["Advanced"]}),i.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("groupWidth","","string","The width of a group of Combos, Percent or Pixels",null,{tags:["Advanced"]}),i.prototype.publish("dataOpacity",1,"number","Transparency of Data Points",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisBaseline",null,"number","Specifies the color of the baseline for the horizontal axis",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisBaseline",null,"number","Specifies the color of the baseline for the vertical axis",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisInversed",!1,"boolean","The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("yAxisInversed",!1,"boolean","The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{ +tags:["Intermediate"]}),i.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),i.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),i.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments),i={};return this.types().forEach(function(e,t){i[t]={type:e}}),e.seriesType=this.defaultseriesType(),e.series=i,e.dataOpacity=this.dataOpacity(),e.isStacked=this.stacked(),e.lineWidth=this.lineWidth(),e.lineDashStyle=this.lineDashStyle(),e.curveType=this.curveType(),e.pointSize=this.pointSize(),e.pointShape=this.pointShape(),e.bar={groupWidth:this.groupWidth()},e.hAxis={},e.vAxis={},e.hAxis.baseline=this.xAxisBaseline(),e.hAxis.baselineColor=this.xAxisBaselineColor(),e.hAxis.direction=this.xAxisInversed()?-1:1,e.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},e.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},e.hAxis.logScale=this.xAxisLogScale(),e.hAxis.textPosition=this.xAxisTextPosition(),e.hAxis.title=this.xAxisTitle(),e.hAxis.minValue=this.xAxisMinValue(),e.hAxis.maxValue=this.xAxisMaxValue(),e.hAxis.slantedText=0!==this.xAxisLabelRotation(),e.hAxis.slantedTextAngle=this.xAxisLabelRotation(),e.hAxis.format=this.xAxisFormatType(),e.hAxis.textStyle={color:this.xAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(e.hAxis.ticks=this.xAxisTicks()),e.hAxis.titleTextStyle={color:this.xAxisTitleFontColor(),fontName:this.xAxisTitleFontFamily(),fontSize:this.xAxisTitleFontSize()},e.hAxis.viewWindowMode=this.xAxisViewWindowMode(),e.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},e.vAxis.baseline=this.yAxisBaseline(),e.vAxis.baselineColor=this.yAxisBaselineColor(),e.vAxis.direction=this.yAxisInversed()?-1:1,e.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},e.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},e.vAxis.logScale=this.yAxisLogScale(),e.vAxis.textPosition=this.yAxisTextPosition(),e.vAxis.title=this.yAxisTitle(),e.vAxis.minValue=this.yAxisMinValue(),e.vAxis.maxValue=this.yAxisMaxValue(),e.vAxis.format=this.yAxisFormatType(),e.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(e.vAxis.ticks=this.yAxisTicks()),e.vAxis.titleTextStyle={color:this.yAxisTitleFontColor(),fontName:this.yAxisTitleFontFamily(),fontSize:this.yAxisTitleFontSize()},e.vAxis.viewWindowMode=this.yAxisViewWindowMode(),e.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},e},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},i}),function(e,t){"function"==typeof define&&define.amd?define("google/Common2D",["d3","../google/Common","../api/I2DChart"],t):e.google_Common2D=t(e.d3,e.google_Common,e.api_I2DChart)}(this,function(e,t,i){function o(){t.call(this),i.call(this)}function l(e){for(var t=[],i=0;e>i;i++)t.push({});return t}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" google_Common2D",o.prototype["implements"](i.prototype),o.prototype.publish("paletteID","default","set","Palette ID",o.prototype._palette["switch"](),{tags:["Basic","Shared"]}),o.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),o.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.call(this);return e.series=l(this.getNumSeries()),e.axes={},e},o.prototype.update=function(e,i){this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),t.prototype.update.apply(this,arguments)},o}),function(e,t){"function"==typeof define&&define.amd?define("google/Line.js",["d3","./CommonND"],t):e.google_Line=t(e.d3,e.google_CommonND)}(this,function(e,t){function i(){t.call(this),this._chartType="LineChart"}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Line",i.prototype.publish("lineWidth",2,"number","Line Width",null,{tags:["Basic","Shared"]}),i.prototype.publish("lineDashStyle",[],"array","Line Dash Style",null,{tags:["Advanced","Shared"]}),i.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),i.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("smoothLines",!1,"boolean","Causes chart data lines to draw smoothly",null,{tags:["Basic","Shared"]}),i.prototype.publish("orientation","horizontal","set","Line Dash Style",["horizontal","vertical"],{tags:["Advanced"]}),i.prototype.publish("pointSize",[],"array","Diameter of displayed points in pixels",null,{tags:["Private"]}),i.prototype.publish("pointShape",[],"array","The shape of individual data elements",null,{tags:["Advanced"]}),i.prototype.publish("xAxisBaseline",null,"number","Specifies the color of the baseline for the horizontal axis",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisBaseline",null,"number","Specifies the color of the baseline for the vertical axis",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisInversed",!1,"boolean","The Direction In Which The Values Along The Horizontal Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("yAxisInversed",!1,"boolean","The Direction In Which The Values Along The Vertical Axis Grow.",null,{tags:["Advanced"]}),i.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),i.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),i.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),i.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),i.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),i.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),i.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMaxTextLines",null,"number","Maximum number of lines allowed for the text labels",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMaxAlternation",2,"number","Maximum number of levels of horizontal axis text",null,{tags:["Advanced"]}),i.prototype.publish("xAxisMinTextSpacing",null,"number","Minimum horizontal spacing, in pixels, allowed between two adjacent text labels",null,{tags:["Advanced"]}),i.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments);return e.lineWidth=this.lineWidth(),e.lineDashStyle=this.lineDashStyle(),e.orientation=this.orientation(),e.pointShape=this.pointShape(),e.pointSize=this.pointSize(),e.hAxis={},e.vAxis={},e.hAxis.baseline=this.xAxisBaseline(),e.hAxis.baselineColor=this.xAxisBaselineColor(),e.hAxis.direction=this.xAxisInversed()?-1:1,e.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},e.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},e.hAxis.logScale=this.xAxisLogScale(),e.hAxis.textPosition=this.xAxisTextPosition(),e.hAxis.title=this.xAxisTitle(),e.hAxis.minValue=this.xAxisMinValue(),e.hAxis.maxValue=this.xAxisMaxValue(),e.hAxis.slantedText=0!==this.xAxisLabelRotation(),e.hAxis.slantedTextAngle=this.xAxisLabelRotation(),e.hAxis.maxAlternation=this.xAxisMaxAlternation(),e.hAxis.maxTextLines=this.xAxisMaxTextLines(),e.hAxis.minTextSpacing=this.xAxisMinTextSpacing(),this.xAxisFormatType()&&(e.hAxis.format=this.xAxisFormatType()),e.hAxis.textStyle={color:this.xAxisFontColor()?this.xAxisFontColor():this.fontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(e.hAxis.ticks=this.xAxisTicks()),e.hAxis.titleTextStyle={color:this.xAxisTitleFontColor()?this.xAxisTitleFontColor():this.fontColor(),fontName:this.xAxisTitleFontFamily()?this.xAxisTitleFontFamily():this.fontFamily(),fontSize:this.xAxisTitleFontSize()?this.xAxisTitleFontSize():this.fontSize()},e.hAxis.viewWindowMode=this.xAxisViewWindowMode(),e.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},e.vAxis.baseline=this.yAxisBaseline(),e.vAxis.baselineColor=this.yAxisBaselineColor(),e.vAxis.direction=this.yAxisInversed()?-1:1,e.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},e.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},e.vAxis.logScale=this.yAxisLogScale(),e.vAxis.textPosition=this.yAxisTextPosition(),e.vAxis.title=this.yAxisTitle(),e.vAxis.minValue=this.yAxisMinValue(),e.vAxis.maxValue=this.yAxisMaxValue(),this.yAxisFormatType()&&(e.vAxis.format=this.yAxisFormatType()),e.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(e.vAxis.ticks=this.yAxisTicks()),e.vAxis.titleTextStyle={color:this.yAxisTitleFontColor()?this.yAxisTitleFontColor():this.fontColor(),fontName:this.yAxisTitleFontFamily()?this.yAxisTitleFontFamily():this.fontFamily(),fontSize:this.yAxisTitleFontSize()?this.yAxisTitleFontSize():this.fontSize()},e.vAxis.viewWindowMode=this.yAxisViewWindowMode(),e.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},this.lineDashStyle().forEach(function(t,i){"undefined"==typeof e.series[i]&&(e.series[i]={}),e.series[i].lineDashStyle=t}),this.pointShape().forEach(function(t,i){"undefined"==typeof e.series[i]&&(e.series[i]={}),e.series[i].pointShape=t}),this.pointSize().forEach(function(t,i){"undefined"==typeof e.series[i]&&(e.series[i]={}),e.series[i].pointSize=t}),this.smoothLines()&&(e.curveType="function"),e},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},i}),function(e,t){"function"==typeof define&&define.amd?define("google/Material",["d3","require","./CommonND"],t):e.google_Material=t(e.d3,e.require,e.google_CommonND)}(this,function(e,t,i){function o(){i.call(this)}function l(e,i,o){o=o||0;try{t([("https:"===document.location.protocol?"https:":"http:")+"//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js","goog!visualization,1.1,packages:["+e+"]"],function(){try{t(["./CommonND"],function(){i()})}catch(s){l(e,i,o+1)}})}catch(s){l(e,i,o+1)}}return o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.prototype._class+=" google_Material",o.prototype.render=function(e){var t=this,o=arguments;l(this._gType,function(){i.prototype.render.apply(t,o)})},o}),function(e,t){"function"==typeof define&&define.amd?define("google/MaterialBar.js",["./Material"],t):e.google_MaterialBar=t(e.google_Material)}(this,function(e){function t(){e.call(this),this._chartType="Bar",this._gType="Bar",this._chartLibrary="charts"}return t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.prototype._class+=" google_MaterialBar",t.prototype.getChartOptions=function(){var t=e.prototype.getChartOptions.apply(this,arguments);return t.bars="horizontal",t},t}),function(e,t){"function"==typeof define&&define.amd?define("google/MaterialGantt.js",["d3","./Material"],t):e.google_MaterialGantt=t(e.d3,e.google_Material)}(this,function(e,t){function i(){t.call(this),this._chartType="Gantt",this._gType="gantt",this._tag="div",this._data_google=[],this._selection={}}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_MaterialGantt",i.prototype.publish("backgroundColor","#ffffff","html-color","The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00'.",null,{tags:["Basic"]}),i.prototype.publish("arrowAngle",45,"number","Angle of the head of the arrows connecting tasks.",null,{tags:["Basic"]}),i.prototype.publish("arrowColor","#000000","html-color","Color of the path arrow.",null,{tags:["Basic"]}),i.prototype.publish("arrowLength",8,"number","Length of the head of the path arrow.",null,{tags:["Basic"]}),i.prototype.publish("arrowRadius",15,"number","The radius for defining the curve of the arrow between two tasks.",null,{tags:["Basic"]}),i.prototype.publish("arrowSpaceAfter",4,"number","The amount of whitespace between the head of an arrow and the task to which it points.",null,{tags:["Basic"]}),i.prototype.publish("arrowWidth",1.4,"number","The width of the arrows.",null,{tags:["Basic"]}),i.prototype.publish("barCornerRadius",null,"number","The radius for defining the curve of a bar's corners.",null,{tags:["Basic"]}),i.prototype.publish("barHeight",null,"number","The height of the bars for tasks.",null,{tags:["Basic"]}),i.prototype.publish("criticalPathEnabled",!0,"boolean","If true any arrows on the critical path will be styled differently.",null,{tags:["Basic"]}),i.prototype.publish("criticalPathColor","#ff0000","html-color","The color of any critical path arrows.",null,{tags:["Basic"]}),i.prototype.publish("criticalPathStrokeWidth",2,"number","The color of any critical path arrows.",null,{tags:["Basic"]}),i.prototype.publish("datePattern","%Y-%m-%d","string","Format for the date columns",null,{tags:["Basic"]}),i.prototype.publish("defaultStartDate",null,"number","If the start date cannot be computed from the values in the DataTable, the start date will be set to this. Accepts a date value (new Date(YYYY, M, D)) or a number, which is the number of milliseconds to use.",null,{tags:["Basic"]}),i.prototype.publish("durationUnit","day","set","Units of the duration, day, hour, minute, second, millisecons",["day","hour","minute","second","millisecond"],{tags:["Basic"]}),i.prototype.publish("innerGridLineColor",null,"html-color","The color of the inner horizontal grid lines.",null,{tags:["Basic"]}),i.prototype.publish("innerGridLineWidth",null,"number","The width of the inner horizontal grid lines.",null,{tags:["Basic"]}),i.prototype.publish("trackColor",null,"html-color","The fill color of the inner grid track.",null,{tags:["Basic"]}),i.prototype.publish("trackZebraColor","","html-color","The fill color of the alternate, dark inner grid track.",null,{tags:["Basic"]}),i.prototype.publish("labelMaxWidth",300,"number","The maximum amount of space allowed for each task label.",null,{tags:["Basic"]}),i.prototype.publish("percentEnabled",!0,"boolean","Fills the task bar based on the percentage completed for the task.",null,{tags:["Basic"]}),i.prototype.publish("percentFillColor",null,"html-color","The color of the percentage completed portion of a task bar.",null,{tags:["Basic"]}),i.prototype.publish("shadowEnabled",!0,"boolean","If set to true, draws a shadow under each task bar which has dependencies.",null,{tags:["Basic"]}),i.prototype.publish("shadowColor","#000000","html-color","Defines the color of the shadows under any task bar which has dependencies.",null,{tags:["Basic"]}),i.prototype.publish("shadowOffset",1,"number","Defines the offset, in pixels, of the shadows under any task bar which has dependencies.",null,{tags:["Basic"]}),i.prototype.publish("trackHeight",null,"number","The height of the tracks.",null,{tags:["Basic"]}),i.prototype.publish("xAxisHeight",50,"number","Height of the text area for the x-axis",null,{tags:["Basic"]}),i.prototype.publish("labelFontSize",null,"number","Label Font Size",null,{tags:["Basic","Shared"]}),i.prototype.publish("labelFontFamily",null,"string"," Label Font Name",null,{tags:["Basic","Shared"]}),i.prototype.getChartOptions=function(){var e=[];return e.height=this.height(),e.backgroundColor={fill:this.backgroundColor()},e.gantt={trackHeight:(this.height()-this.xAxisHeight())/this.data().length,arrow:{angle:this.arrowAngle(),color:this.arrowColor(),length:this.arrowLength(),radius:this.arrowRadius(),spaceAfter:this.arrowSpaceAfter(),width:this.arrowWidth()},barCornerRadius:this.barCornerRadius(),barHeight:this.barHeight(),criticalPathEnabled:this.criticalPathEnabled(),criticalPathStyle:{stroke:this.criticalPathColor(),strokeWidth:this.criticalPathStrokeWidth()},defaultStartDate:this.defaultStartDate(),innerGridHorizLine:{stroke:this.innerGridLineColor(),strokeWidth:this.innerGridLineWidth()},innerGridTrack:{fill:this.trackColor()},innerGridDarkTrack:{fill:this.trackZebraColor()},labelMaxWidth:this.labelMaxWidth(),labelStyle:{fontName:this.labelFontFamily(),fontSize:this.labelFontSize()},percentEnabled:this.percentEnabled(),percentStyle:{fill:this.percentFillColor()},shadowEnabled:this.shadowEnabled(),shadowColor:this.shadowColor(),shadowOffset:this.shadowOffset()},e},i.prototype.formatData=function(){var t=null;if(this.data().length){this._data_google=new google.visualization.DataTable,this._data_google.addColumn("string",this.columns()[0]),this._data_google.addColumn("string",this.columns()[3]),this._data_google.addColumn("string",this.columns()[4]),this._data_google.addColumn("date","Start"),this._data_google.addColumn("date","End"),this._data_google.addColumn("number",this.columns()[2]),this._data_google.addColumn("number",this.columns()[5]),this._data_google.addColumn("string",this.columns()[6]);var i=e.time.format(this.datePattern()).parse;t=this.data().map(function(e){var t=e[0],o=i(e[1][0]),l=i(e[1][1]),s=e[2]||l-o||null,n=e[3]||e[0],a=e[4],r=e[5],h=e[6];if(s)switch(this.durationUnit()){case"day":s*=864e5;break;case"hour":s*=36e5;break;case"minute":s*=6e4;break;case"second":s*=1e3}this._data_google.addRows([[n,t,a,o,l,s,r,h]])},this)}else t=[["",{role:"annotation"}],["",""]];return this._data_google},i}),function(e,t){"function"==typeof define&&define.amd?define("google/Pie.js",["d3","./Common2D"],t):e.google_Pie=t(e.d3,e.google_Common2D)}(this,function(e,t){function i(){t.call(this),this._chartType="PieChart"}function o(e){for(var t=[],i=0;e>i;i++)t.push({});return t}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Pie",i.prototype.publish("is3D",!1,"boolean","Enable 3D",null,{tags:["Basic","Shared"]}),i.prototype.publish("pieHole",0,"number","Pie Hole Size",null,{min:0,max:.9,step:.1,tags:["Intermediate"]}),i.prototype.publish("pieStartAngle",0,"number","Pie Start Angle",null,{tags:["Advanced"]}),i.prototype.publish("pieSliceText","percentage","set","The Content of The Text Displayed On The Slice",["none","label","value","percentage"],{tags:["Basic"]}),i.prototype.publish("pieSliceFontColor",null,"html-color","Specifies The Slice Text Style (Color)",null,{tags:["Basic"]}),i.prototype.publish("pieSliceFontFamily",null,"string","Specifies The Slice Text Style (Font Name)",null,{tags:["Basic"]}),i.prototype.publish("pieSliceFontSize",null,"number","Specifies The Slice Text Style (Font Size)",null,{tags:["Basic"]}),i.prototype.publish("pieSliceBorderColor",null,"html-color","The Color of The Slice Borders",null,{tags:["Intermediate"]}),i.prototype.publish("pieResidueSliceColor",null,"html-color","Color For The Combination Slice That Holds All Slices Below SliceVisibilityThreshold",null,{tags:["Advanced"]}),i.prototype.publish("pieResidueSliceLabel","Other","string","A Label For The combination Slice That Holds All Slices Below SliceVisibilityThreshold",null,{tags:["Advanced"]}),i.prototype.publish("sliceVisibilityThreshold",1/720,"number","The slice relative part, below which a slice will not show individually.",null,{tags:["Advanced"]}),i.prototype.publish("slicesOffset",[],"array","Per Slice Offset",null,{tags:["Advanced"]}),i.prototype.publish("slicesTextStyle",[],"array","Per Slice",null,{tags:["Private"]}),i.prototype.publish("slicesColor",[],"array","Per Slice Color",null,{tags:["Private"]}),i.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments);return e.colors=this.data().map(function(e){return this._palette(e[0])},this),e.is3D=this.is3D(),e.pieHole=this.pieHole(),e.pieStartAngle=this.pieStartAngle(),e.pieSliceText=this.pieSliceText(),e.pieSliceTextStyle={color:this.pieSliceFontColor(),fontName:this.pieSliceFontFamily(),fontSize:this.pieSliceFontSize()},e.pieSliceBorderColor=this.pieSliceBorderColor(),e.pieResidueSliceColor=this.pieResidueSliceColor(),e.pieResidueSliceLabel=this.pieResidueSliceLabel(),e.sliceVisibilityThreshold=this.sliceVisibilityThreshold(),e.slices=o(this.getNumSlices()),this.slicesColor().forEach(function(t,i){"undefined"==typeof e.slices[i]&&(e.slices[i]={}),e.slices[i].color=t}),this.slicesOffset().forEach(function(t,i){"undefined"==typeof e.slices[i]&&(e.slices[i]={}),e.slices[i].offset=t}),this.slicesTextStyle().forEach(function(t,i){"undefined"==typeof e.slices[i]&&(e.slices[i]={}),e.slices[i].textStyle=t}),e},i.prototype.getNumSlices=function(){return this.data().length},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},i}),function(e,t){"function"==typeof define&&define.amd?define("google/Scatter.js",["d3","./CommonND","../common/HTMLWidget"],t):e.google_Scatter=t(e.d3,e.google_CommonND,e.common_HTMLWidget)}(this,function(e,t,i){function o(){t.call(this),this._chartType="ScatterChart"}return o.prototype=Object.create(t.prototype),o.prototype.constructor=o,o.prototype._class+=" google_Scatter",o.prototype.publish("aggregationTarget","auto","string","How multiple data selections are rolled up into tooltips: - Group selected data by x-value; - Group selected data by series; - Group selected data by x-value if all selections have the same x-value, and by series otherwise; - Show only one tooltip per selection. aggregationTarget will often be used in tandem with selectionMode and tooltip.trigger",null,{tags:["Basic"]}),o.prototype.publish("curveType","none","set","Controls the curve of the lines when the line width is not zero. Can be one of the following: - Straight lines without curve; - The angles of the line will be smoothed..",["none","function"],{tags:["Basic"]}),o.prototype.publish("pointShape","circle","set",'The shape of individual data elements: "circle", "triangle", "square", "diamond", "star", or "polygon".',["circle","triangle","square","diamond","star","polygon"],{tags:["Basic"]}),o.prototype.publish("pointSize",7,"number","Diameter of data points, in pixels. Use zero to hide all points.",null,{tags:["Basic"]}),o.prototype.publish("pointsVisible",!0,"boolean","Determines whether points will be displayed. Set to false to hide all points.",null,{tags:["Basic"]}),o.prototype.publish("selectionMode","single","set","When selectionMode is , users may select multiple data points.",["single","multiple"],{tags:["Basic"]}),o.prototype.publish("backgroundColor",null,"html-color","The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00', or an object with the following properties.",null,{tags:["Basic"]}),o.prototype.publish("dataOpacity",1,"number","The transparency of data points, with 1.0 being completely opaque and 0.0 fully transparent. This refers to the visible data (i.e. dots).",null,{tags:["Basic"]}),o.prototype.publish("tooltipIsHtml",!0,"boolean","Set to false to use SVG-rendered (rather than HTML-rendered) tooltips.",null,{tags:["Advanced"]}),o.prototype.publish("tooltipTrigger","focus","set","The user interaction that causes the tooltip to be displayed: - The tooltip will be displayed when the user hovers over the element; - The tooltip will not be displayed.",["none","focus","selection"],{tags:["Basic"]}),o.prototype.publish("crosshairTrigger","both","set","The crosshair color, expressed as either a color name (e.g., ) or an RGB value (e.g., '#adf').",["both","focus","selection"],{tags:["Basic"]}),o.prototype.publish("crosshairColor",null,"html-color","The crosshair color, expressed as either a color name (e.g., ) or an RGB value (e.g., '#adf').",null,{tags:["Basic"]}),o.prototype.publish("crosshairOpacity",.7,"number","The crosshair opacity, with 0.0 being fully transparent and 1.0 fully opaque.",null,{tags:["Basic"]}),o.prototype.publish("crosshairOrientation",null,"set","The crosshair orientation, which can be for vertical hairs only, for horizontal hairs only, or for traditional crosshairs.",["both","vertical","horizontal"],{ +tags:["Basic"]}),o.prototype.publish("axisFontSize",null,"number","X/Y Axis Label Font Size",null,{tags:["Basic","Shared"]}),o.prototype.publish("axisFontFamily",null,"string","X/Y Axis Label Font Name",null,{tags:["Basic","Shared"]}),o.prototype.publish("xAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("yAxisFontColor",null,"html-color","X Axis Text Font Color",null,{tags:["Basic","Shared"]}),o.prototype.publish("xAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Horizontal Axis",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("yAxisBaselineColor",null,"html-color","Specifies The Color of The Baseline For The Vertical Axis",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitleFontColor",null,"html-color","Horizontal Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("yAxisTitleFontColor",null,"html-color","Vertical Axis Title Text Style (Color)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitleFontSize",null,"number","Horizontal Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("yAxisTitleFontSize",null,"number","Vertical Axis Titletext Style (Font Size)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitleFontFamily",null,"string","Horizontal Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("yAxisTitleFontFamily",null,"string","Vertical Axis Title Text Style (Font Name)",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisLabelRotation",0,"number","X Axis Label Angle",null,{tags:["Intermediate","Shared"]}),o.prototype.publish("xAxisTitle","","string","X Axis Title",null,{tags:["Basic","Shared"]}),o.prototype.publish("yAxisTitle","","string","Y Axis Title",null,{tags:["Basic","Shared"]}),o.prototype.publish("xAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),o.prototype.publish("yAxisFormatType","","set","Format String For Numeric Axis Labels",["","decimal","scientific","currency","percent","short","long"],{tags:["Intermediate"]}),o.prototype.publish("xAxisGridlinesCount",5,"number","The Number of Horizontal Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),o.prototype.publish("yAxisGridlinesCount",5,"number","The Number of Vertical Gridlines Between Two Regular Gridline",null,{tags:["Intermediate"]}),o.prototype.publish("xAxisGridlinesColor",null,"html-color","The Color of The Horizontal Gridlines Inside The Chart Area",null,{tags:["Basic"]}),o.prototype.publish("yAxisGridlinesColor",null,"html-color","The Color of The Vertical Gridlines Inside The Chart Area",null,{tags:["Basic"]}),o.prototype.publish("xAxisMinorGridlinesCount",0,"number","The Number of Horizontal Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),o.prototype.publish("yAxisMinorGridlinesCount",0,"number","The Number of Vertical Minor Gridlines Between Two Regular Gridlines",null,{tags:["Intermediate"]}),o.prototype.publish("xAxisMinorGridlinesColor",null,"html-color","The Color of The Horizontal Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),o.prototype.publish("yAxisMinorGridlinesColor",null,"html-color","The Color of The Vertical Minor Gridlines Inside The Chart Area",null,{tags:["Intermediate"]}),o.prototype.publish("xAxisLogScale",!1,"boolean","Makes Horizontal Axis A log Scale",null,{tags:["Advanced"]}),o.prototype.publish("yAxisLogScale",!1,"boolean","Makes Vertical Axis A Log Scale",null,{tags:["Advanced"]}),o.prototype.publish("xAxisTextPosition","out","set","Position of The Horizontal Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),o.prototype.publish("yAxisTextPosition","out","set","Position of The Vertical Axis Text, Relative To The Chart Area",["out","in","none"],{tags:["Advanced"]}),o.prototype.publish("xAxisTicks",[],"array","Replaces The Automatically Generated X-Axis Ticks With The Specified Array",null,{tags:["Private"]}),o.prototype.publish("yAxisTicks",[],"array","Replaces The Automatically Generated Y-Axis Ticks With The Specified Array",null,{tags:["Private"]}),o.prototype.publish("xAxisMaxValue",null,"number","Moves The Max Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),o.prototype.publish("yAxisMaxValue",null,"number","Moves The Max Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),o.prototype.publish("xAxisMinValue",null,"number","Moves The Min Value of The Horizontal Axis To The Specified Value",null,{tags:["Advanced"]}),o.prototype.publish("yAxisMinValue",null,"number","Moves The Min Value of The Vertical Axis To The Specified Value",null,{tags:["Advanced"]}),o.prototype.publish("xAxisViewWindowMode","pretty","set","Specifies How To Scale The Horizontal Axis To Render The values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),o.prototype.publish("yAxisViewWindowMode","pretty","set","Specifies How To Scale The Vertical Axis To Render The Values Within The Chart Area",["pretty","maximized","explicit"],{tags:["Advanced"]}),o.prototype.publish("xAxisViewWindowMax",null,"number","The Maximum Horizontal Data Value To Render",null,{tags:["Advanced"]}),o.prototype.publish("yAxisViewWindowMax",null,"number","The Maximum Vertical Data Value To Render",null,{tags:["Advanced"]}),o.prototype.publish("xAxisViewWindowMin",null,"number","The Minimum Horizontal Data Value To Render",null,{tags:["Advanced"]}),o.prototype.publish("yAxisViewWindowMin",null,"number","The Minimum Vertical Data Value To Render",null,{tags:["Advanced"]}),o.prototype.getChartOptions=function(){var e=t.prototype.getChartOptions.apply(this,arguments);return e.aggregationTarget=this.aggregationTarget(),e.curveType=this.curveType(),e.pointShape=this.pointShape(),e.pointSize=this.pointSize(),e.pointsVisible=this.pointsVisible(),e.selectionMode=this.selectionMode(),e.backgroundColor=this.backgroundColor(),e.dataOpacity=this.dataOpacity(),e.tooltipIsHtml=this.tooltipIsHtml(),e.tooltipTrigger=this.tooltipTrigger(),e.crosshair={color:this.crosshairColor(),orientation:this.crosshairOrientation(),opacity:this.crosshairOpacity(),trigger:this.crosshairTrigger()},e.hAxis={},e.vAxis={},e.hAxis.gridlines={count:this.xAxisGridlinesCount(),color:this.xAxisGridlinesColor()},e.hAxis.minorGridlines={count:this.xAxisMinorGridlinesCount(),color:this.xAxisMinorGridlinesColor()},e.hAxis.logScale=this.xAxisLogScale(),e.hAxis.textPosition=this.xAxisTextPosition(),e.hAxis.minValue=this.xAxisMinValue(),e.hAxis.maxValue=this.xAxisMaxValue(),e.hAxis.slantedText=0!==this.xAxisLabelRotation(),e.hAxis.slantedTextAngle=this.xAxisLabelRotation(),this.xAxisFormatType()&&(e.hAxis.format=this.xAxisFormatType()),e.hAxis.textStyle={color:this.xAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.xAxisTicks().length>0&&(e.hAxis.ticks=this.xAxisTicks()),e.hAxis.titleTextStyle={color:this.xAxisTitleFontColor(),fontName:this.xAxisTitleFontFamily(),fontSize:this.xAxisTitleFontSize()},e.hAxis.viewWindowMode=this.xAxisViewWindowMode(),e.hAxis.viewWindow={min:this.xAxisViewWindowMin(),max:this.xAxisViewWindowMax()},e.vAxis.baselineColor=this.yAxisBaselineColor(),e.vAxis.gridlines={count:this.yAxisGridlinesCount(),color:this.yAxisGridlinesColor()},e.vAxis.minorGridlines={count:this.yAxisMinorGridlinesCount(),color:this.yAxisMinorGridlinesColor()},e.vAxis.logScale=this.yAxisLogScale(),e.vAxis.textPosition=this.yAxisTextPosition(),e.vAxis.title=this.yAxisTitle(),e.vAxis.minValue=this.yAxisMinValue(),e.vAxis.maxValue=this.yAxisMaxValue(),this.yAxisFormatType()&&(e.vAxis.format=this.yAxisFormatType()),e.vAxis.textStyle={color:this.yAxisFontColor(),fontName:this.axisFontFamily()?this.axisFontFamily():this.fontFamily(),fontSize:this.axisFontSize()?this.axisFontSize():this.fontSize()},this.yAxisTicks().length>0&&(e.vAxis.ticks=this.yAxisTicks()),e.vAxis.titleTextStyle={color:this.yAxisTitleFontColor(),fontName:this.yAxisTitleFontFamily(),fontSize:this.yAxisTitleFontSize()},e.vAxis.viewWindowMode=this.yAxisViewWindowMode(),e.vAxis.viewWindow={min:this.yAxisViewWindowMin(),max:this.yAxisViewWindowMax()},e},o.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments)},o.prototype.update=function(e,i){t.prototype.update.apply(this,arguments)},o}),function(e,t){"function"==typeof define&&define.amd?define("google/Timeline.js",["d3","../common/HTMLWidget","goog!visualization,1,packages:[timeline]"],t):e.google_Timeline=t(e.d3,e.common_HTMLWidget)}(this,function(e,t){function i(){t.call(this),this._chartType="Timeline",this._tag="div",this._data_google=[],this._selection={}}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_Timeline",i.prototype.publish("tooltipIsHtml",!0,"boolean","Set to false to use SVG-rendered (rather than HTML-rendered) tooltips. See Customizing Tooltip Content for more details.",null,{tags:["Advanced"]}),i.prototype.publish("tooltipTrigger","focus","set","The user interaction that causes the tooltip to be displayed: focus - The tooltip will be displayed when the user hovers over the element; none - The tooltip will not be displayed.",["none","focus"],{tags:["Basic"]}),i.prototype.publish("backgroundColor",null,"html-color","The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00'.",null,{tags:["Basic"]}),i.prototype.publish("avoidOverlappingGridLines",!0,"boolean","Whether display elements (e.g., the bars in a timeline) should obscure grid lines. If false, grid lines may be covered completely by display elements. If true, display elements may be altered to keep grid lines visible.",null,{tags:["Basic"]}),i.prototype.publish("timelineColorByRowLabel",!1,"boolean","If set to true, colors every bar on the row the same. The default is to use one color per bar label.",null,{tags:["Basic"]}),i.prototype.publish("timelineGroupByRowLabel",!0,"boolean","If set to false, creates one row for every dataTable entry. The default is to collect bars with the same row label into one row.",null,{tags:["Basic"]}),i.prototype.publish("timelineShowBarLabels",!0,"boolean","If set to false, omits bar labels. The default is to show them.",null,{tags:["Basic"]}),i.prototype.publish("timelineShowRowLabels",!0,"boolean","If set to false, omits row labels. The default is to show them.",null,{tags:["Basic"]}),i.prototype.publish("timelineSingleColor",null,"html-color","Colors all bars the same. Specified as a hex value (e.g., '#8d8').",null,{tags:["Basic"]}),i.prototype.publish("timePattern","%Y-%m-%d","string","Time format of the data.",null,{tags:["Basic"]}),i.prototype.getChartOptions=function(){var e=[];return e.avoidOverlappingGridLines=this.avoidOverlappingGridLines(),e.backgroundColor=this.backgroundColor(),e.timelineColorByRowLabel=this.timelineColorByRowLabel(),e.timelineGroupByRowLabel=this.timelineGroupByRowLabel(),e.timelineShowBarLabels=this.timelineShowBarLabels(),e.timelineShowRowLabels=this.timelineShowRowLabels(),e.timelineSingleColor=this.timelineSingleColor(),e.tooltipIsHtml=this.tooltipIsHtml(),e.tooltipTrigger=this.tooltipTrigger(),e.width=this.width(),e.height=this.height(),e.timePattern=this.timePattern(),e},i.prototype.data=function(i){var o=t.prototype.data.apply(this,arguments);if(arguments.length){this._data_google=new google.visualization.DataTable,this._data_google.addColumn({type:"string",id:"Label A"}),this._data_google.addColumn({type:"string",id:"Label B"}),this._data_google.addColumn({type:"date",id:"start"}),this._data_google.addColumn({type:"date",id:"end"});var l,s,n=e.time.format(this.timePattern()).parse;i.forEach(function(e){l=n(e[2]),s=n(e[3]),this._data_google.addRows([[e[0],e[1],l,s]])},this)}return o},i.prototype.click=function(e,t,i){console.log("Click: "+JSON.stringify(e)+", "+t+", "+i)},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),i.style("overflow","hidden"),this._chart=new google.visualization[this._chartType](e);var o=this;google.visualization.events.addListener(this._chart,"select",function(){var e=o._chart.getSelection()[0];o._selection={data:o.rowToObj(o.data()[e.row]||{}),column:o.columns()[e.column]||null},o.click(o._selection.data,o._selection.column,0!==Object.keys(o._selection).length)})},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this._chart.draw(this._data_google,this.getChartOptions())},i}),function(e,t){"function"==typeof define&&define.amd?define("google/TreeMap.js",["d3","../common/HTMLWidget","goog!visualization,1,packages:[treemap]"],t):e.google_TreeMap=t(e.d3,e.common_HTMLWidget)}(this,function(e,t){function i(){t.call(this),this._chartType="TreeMapChart",this._data_google=[],this._tag="div",this.columns([]),this.data([]),this._selection={}}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" google_TreeMap",i.prototype.publish("headerColor",null,"html-color","The color of the header section for each node. Specify an HTML color value.",null,{tags:["Basic"]}),i.prototype.publish("headerHeight",0,"number","The height of the header section for each node, in pixels (can be zero).",null,{tags:["Basic"]}),i.prototype.publish("headerHighlightColor",null,"html-color","The background color for the main area of the chart. Can be either a simple HTML color string, for example: or '#00cc00', or an object with the following properties.",null,{tags:["Basic"]}),i.prototype.publish("hintOpacity",0,"number","When maxPostDepth is greater than 1, causing nodes below the current depth to be shown, hintOpacity specifies how transparent it should be. It should be between 0 and 1; the higher the value, the fainter the node.",null,{tags:["Intermediate"]}),i.prototype.publish("maxColor",null,"html-color","The color for a rectangle with a column 3 value of maxColorValue. Specify an HTML color value.",null,{tags:["Basic"]}),i.prototype.publish("maxDepth",1,"number","The maximum number of node levels to show in the current view. Levels will be flattened into the current plane. If your tree has more levels than this, you will have to go up or down to see them. You can additionally see maxPostDepth levels below this as shaded rectangles within these nodes.",null,{tags:["Intermediate"]}),i.prototype.publish("maxHighlightColor",null,"html-color","The highlight color to use for the node with the largest value in column 3. Specify an HTML color value or null; If null, this value will be the value of maxColor lightened by 35%",null,{tags:["Basic"]}),i.prototype.publish("maxPostDepth",0,"number","How many levels of nodes beyond maxDepth to show in fashion. Hinted nodes are shown as shaded rectangles within a node that is within the maxDepth limit.",null,{tags:["Advanced"]}),i.prototype.publish("maxColorValue",null,"number","The maximum value allowed in column 3. All values greater than this will be trimmed to this value. If set to null, it will be set to the max value in the column.",null,{tags:["Intermediate"]}),i.prototype.publish("midColor",null,"html-color","The color for a rectangle with a column 3 value midway between maxColorValue and minColorValue. Specify an HTML color value.",null,{tags:["Basic"]}),i.prototype.publish("midHighlightColor",null,"html-color","The highlight color to use for the node with a column 3 value near the median of minColorValue and maxColorValue. Specify an HTML color value or null; if null, this value will be the value of midColor lightened by 35%.",null,{tags:["Basic"]}),i.prototype.publish("minColor",null,"html-color","The color for a rectangle with the column 3 value of minColorValue. Specify an HTML color value.",null,{tags:["Basic"]}),i.prototype.publish("minHighlightColor",null,"html-color","The highlight color to use for the node with a column 3 value nearest to minColorValue. Specify an HTML color value or null; if null, this value will be the value of minColor lightened by 35%",null,{tags:["Basic"]}),i.prototype.publish("minColorValue",null,"number","The minimum value allowed in column 3. All values less than this will be trimmed to this value. If set to null, it will be calculated as the minimum value in the column.",{tags:["Basic"]}),i.prototype.publish("noColor",null,"html-color","The color to use for a rectangle when a node has no value for column 3, and that node is a leaf (or contains only leaves). Specify an HTML color value.",{tags:["Basic"]}),i.prototype.publish("noHighlightColor",null,"html-color","The color to use for a rectangle of color when highlighted. Specify an HTML color value or null; if null, this will be the value of noColor lightened by 35%.",null,{tags:["Basic"]}),i.prototype.publish("showScale",!0,"boolean","Whether or not to show a color gradient scale from minColor to maxColor along the top of the chart. Specify true to show the scale.",null,{tags:["Intermediate"]}),i.prototype.publish("showTooltips",!0,"boolean","Whether or not to show tooltips.",null,{tags:["Basic"]}),i.prototype.publish("useWeightedAverageForAggregation",!0,"boolean","Whether to use weighted averages for aggregation.",null,{tags:["Basic"]}),i.prototype.getChartOptions=function(){var e=[];e.headerColor=this.headerColor(),e.headerHeight=this.headerHeight(),e.headerHighlightColor=this.headerHighlightColor(),e.hintOpacity=this.hintOpacity(),e.maxColor=this.maxColor(),e.maxDepth=this.maxDepth(),e.maxHighlightColor=this.maxHighlightColor(),e.maxPostDepth=this.maxPostDepth(),e.maxColorValue=this.maxColorValue(),e.midColor=this.midColor(),e.midHighlightColor=this.midHighlightColor(),e.minColor=this.minColor(),e.minHighlightColor=this.minHighlightColor(),e.minColorValue=this.minColorValue(),e.noColor=this.noColor(),e.noHighlightColor=this.noHighlightColor(),e.showScale=this.showScale(),e.showTooltips=this.showTooltips(),e.useWeightedAverageForAggregation=this.useWeightedAverageForAggregation(),e.width=this.width(),e.height=this.height();var t=this;return e.generateTooltip=function(e,o,l){return i.prototype.defaultlTooltip.apply(t,arguments)},e},i.prototype.enter=function(e,i){t.prototype.enter.apply(this,arguments),i.style("overflow","hidden"),this._chart=new google.visualization.TreeMap(i.node());var o=this;google.visualization.events.addListener(this._chart,"select",function(){var e=o._chart.getSelection()[0];o._selection={data:o.rowToObj(o.data()[e.row]),column:o.columns()[e.column]||null},o.click(o._selection.data,o._selection.column,0!==Object.keys(o._selection).length)})},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments),this._chart.draw(this._data_google,this.getChartOptions())},i.prototype.data=function(e){var i=t.prototype.data.apply(this,arguments);if(arguments.length){var o=[this.columns()].concat(this.data());this._data_google=new google.visualization.arrayToDataTable(o)}return i},i.prototype.defaultlTooltip=function(e,t,i){var o=this._data_google;return"
Label: "+o.getValue(e,0)+"
Parent: "+o.getValue(e,1)+"
Column 3 Label: "+o.getColumnLabel(2)+", Value: "+o.getValue(e,2)+"
Column 4 Label: "+o.getColumnLabel(3)+", Value: "+o.getValue(e,3)+"
Datatable row #: "+e+"
"+o.getColumnLabel(2)+" (total value of this cell and its children): "+t+"
"+o.getColumnLabel(3)+": "+i+"
"},i.prototype.click=function(e,t,i){console.log("Click: "+JSON.stringify(e)+", "+t+", "+i)},i}); \ No newline at end of file diff --git a/dist/hpcc-viz-graph.js b/dist/hpcc-viz-graph.js new file mode 100644 index 0000000000..23aecd7e26 --- /dev/null +++ b/dist/hpcc-viz-graph.js @@ -0,0 +1,1753 @@ +if (typeof define === "function" && define.amd) { + define('css',[], function () { + return { + load: function ($1, $2, load) { load() } + } + }) +}; + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('graph/Edge',["d3", "../common/SVGWidget", "../common/TextBox", "css!./Edge"], factory); + } else { + root.graph_Edge = factory(root.d3, root.common_SVGWidget, root.common_TextBox); + } +}(this, function (d3, SVGWidget, TextBox) { + function Edge() { + SVGWidget.call(this); + + this._points = []; + this._weight = 100; + this._strokeDasharray = null; + this._hidden = false; + + this._textBox = new TextBox() + .padding(0) + ; + } + Edge.prototype = Object.create(SVGWidget.prototype); + Edge.prototype.constructor = Edge; + Edge.prototype._class += " graph_Edge"; + + Edge.prototype.publish("arcDepth", 16, "number", "Arc Depth", null, { tags: ["Basic"] }); + Edge.prototype.publish("tooltip", "", "string", "Tooltip", null, { tags: ["Private"] }); + + Edge.prototype.publish("sourceMarker", "circle", "set", "Source Marker", ["circle"], { optional: true }); + Edge.prototype.publish("targetMarker", "arrow", "set", "Source Marker", ["arrow", "circle"], { optional: true }); + Edge.prototype.publish("strokeDasharray", null, "string", "Stroke Dash Array", null, { optional: true }); + Edge.prototype.publish("strokeColor", null, "html-color", "Stroke Color", null, { optional: true }); + + Edge.prototype.sourceVertex = function (_) { + if (!arguments.length) return this._sourceVertex; + this._sourceVertex = _; + return this; + }; + + Edge.prototype.targetVertex = function (_) { + if (!arguments.length) return this._targetVertex; + this._targetVertex = _; + return this; + }; + + Edge.prototype.weight = function (_) { + if (!arguments.length) return this._weight; + this._weight = _; + return this; + }; + + Edge.prototype.points = function (_, transitionDuration, skipPushMarkers) { + if (!arguments.length) return this._points; + this._points = _; + if (this._elementPath) { + this.update(null, this._element, transitionDuration, skipPushMarkers); + } + return this; + }; + + Edge.prototype.hidden = function (_) { + if (!arguments.length) return this._hidden; + this._hidden = _; + return this; + }; + + Edge.prototype.text = function (_) { + if (!arguments.length) return this._textBox.text(); + this._textBox.text(_); + return this; + }; + + Edge.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + this._elementPath = element.append("path"); + this._tooltipElement = this._elementPath.append("title"); + + if (this._textBox.text()) { + this._textBox + .target(domNode) + .tooltip(this.tooltip()) + .render() + ; + } + }; + + Edge.prototype.update = function (domNode, element, transitionDuration, skipPushMarkers) { + SVGWidget.prototype.update.apply(this, arguments); + var context = this; + if (this.svgMarkerGlitch && !skipPushMarkers) { + element.transition().duration((transitionDuration ? transitionDuration : 0) + 100) + .each("start", function (d) { + context._pushMarkers(element, d); + }) + .each("end", function (d) { + context._popMarkers(element, d); + }) + ; + } + var points = context._calculateEdgePoints(this._sourceVertex, this._targetVertex, this._points); + var line = ""; + if (this._points.length || transitionDuration || true) { + line = d3.svg.line() + .x(function (d) { return d.x; }) + .y(function (d) { return d.y; }) + .interpolate("bundle") + .tension(0.75) + (points) + ; + } else { + // Faster but does not transition as well --- + var dx = points[2].x - points[0].x, + dy = points[2].y - points[0].y, + dr = Math.sqrt(dx * dx + dy * dy) * 2; + line = "M" + + points[0].x + "," + + points[0].y + "A" + + dr + "," + dr + " 0 0,1 " + + points[2].x + "," + + points[2].y; + } + var pathElements = this._elementPath; + if (transitionDuration) { + pathElements = pathElements.transition().duration(transitionDuration); + } + pathElements + .attr("opacity", this._hidden ? 0 : 1) + .attr("marker-start", this.sourceMarker_exists() ? "url(#" + this._graphID + "_" + this.sourceMarker() + "Foot)" : null) + .attr("marker-end", this.targetMarker_exists() ? "url(#" + this._graphID + "_" + this.targetMarker() + "Head)" : null) + .attr("stroke", this.strokeColor_exists() ? this.strokeColor() : null) + .attr("stroke-dasharray", this.strokeDasharray_exists() ? this.strokeDasharray() : null) + .attr("d", line) + ; + this._tooltipElement.text(this.tooltip()); + + if (this._textBox.text()) { + this._textBox + .tooltip(this.tooltip()) + .move(this._findMidPoint(points), transitionDuration) + ; + } + }; + + Edge.prototype._findMidPoint = function (points) { + var midIdx = points.length / 2; + if (points.length % 2) { + return points[Math.floor(midIdx)]; + } else if (points.length){ + var p0 = points[midIdx - 1]; + var p1 = points[midIdx]; + return { x: (p0.x + p1.x) / 2, y: (p0.y + p1.y) / 2 }; + } + return { x: 0, y: 0 }; + }; + + Edge.prototype._calculateEdgePoints = function (source, target, _points) { + if (!source || !target) { + return [{ x: 0, y: 0 }, { x: 0, y: 0 }]; + } + var points = _points ? _points.slice() : []; + var p0 = points.length === 0 ? target.pos() : points[0]; + var p1 = points.length === 0 ? source.pos() : points[points.length - 1]; + + points.unshift(source.intersection(source._pos, p0)); + points.push(target.intersection(target._pos, p1)); + if (!points[0]) { + points[0] = source._pos; + } + if (!points[points.length - 1]) { + points[points.length - 1] = target._pos; + } + + if (points.length === 2 && points[0] && points[1]) { + var dx = points[0].x - points[1].x; + var dy = points[0].y - points[1].y; + var dist = Math.sqrt(dx * dx + dy * dy); + if (dist) { + var midX = (points[0].x + points[1].x) / 2 - dy * this.arcDepth() / 100; + var midY = (points[0].y + points[1].y) / 2 + dx * this.arcDepth() / 100; + points = [{ x: points[0].x, y: points[0].y }, { x: midX, y: midY }, { x: points[1].x, y: points[1].y }]; + } + } + + return points; + }; + + return Edge; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('graph/Vertex.js',["d3", "../common/SVGWidget", "../common/Icon", "../common/TextBox", "css!./Vertex"], factory); + } else { + root.graph_Vertex = factory(root.d3, root.common_SVGWidget, root.common_Icon, root.common_TextBox); + } +}(this, function (d3, SVGWidget, Icon, TextBox) { + function Vertex() { + SVGWidget.call(this); + + this._icon = new Icon(); + this._textBox = new TextBox(); + this._annotationWidgets = {}; + } + Vertex.prototype = Object.create(SVGWidget.prototype); + Vertex.prototype.constructor = Vertex; + Vertex.prototype._class += " graph_Vertex"; + + Vertex.prototype.publishProxy("faChar", "_icon"); + Vertex.prototype.publishProxy("imageUrl", "_icon"); + Vertex.prototype.publishProxy("icon_shape_diameter", "_icon", "diameter"); + Vertex.prototype.publishProxy("icon_shape_colorFill", "_icon", "shape_colorFill"); + Vertex.prototype.publishProxy("icon_shape_colorStroke", "_icon", "shape_colorStroke"); + Vertex.prototype.publishProxy("icon_image_colorFill", "_icon", "image_colorFill"); + + Vertex.prototype.publishProxy("text", "_textBox"); + Vertex.prototype.publishProxy("anchor", "_textBox"); + Vertex.prototype.publishProxy("textbox_shape_colorStroke", "_textBox", "shape_colorStroke"); + Vertex.prototype.publishProxy("textbox_shape_colorFill", "_textBox", "shape_colorFill"); + Vertex.prototype.publishProxy("textbox_text_colorFill", "_textBox", "text_colorFill"); + + Vertex.prototype.publish("iconAnchor", "start", "set", "Icon Anchor Position", ["", "start", "middle", "end"],{tags:["Basic"]}); + + Vertex.prototype.publish("tooltip", "", "string", "Tooltip", null, { tags: ["Private"] }); + + Vertex.prototype.publish("annotationDiameter", 14, "number", "Annotation Diameter",null,{tags:["Private"]}); + Vertex.prototype.publish("annotationSpacing", 3, "number", "Annotation Spacing",null,{tags:["Private"]}); + Vertex.prototype.publish("annotationIcons", [], "array", "Annotations",null,{tags:["Private"]}); + + // Render --- + Vertex.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + this._icon + .target(domNode) + .render() + ; + this._textBox + .target(domNode) + .render() + ; + }; + + Vertex.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + this._icon + .tooltip(this.tooltip()) + .render() + ; + var iconClientSize = this._icon.getBBox(true); + this._textBox + .tooltip(this.tooltip()) + .render() + ; + var bbox = this._textBox.getBBox(true); + switch(this.iconAnchor()){ + case 'start': + this._icon + .move({ + x: -(bbox.width / 2) + (iconClientSize.width / 3), + y: -(bbox.height / 2) - (iconClientSize.height / 3) + }); + break; + case 'middle': + this._icon + .move({ + x: 0, + y: -(bbox.height / 2) - (iconClientSize.height / 3) + }); + break; + case 'end': + this._icon + .move({ + x: (bbox.width / 2) - (iconClientSize.width / 3), + y: -(bbox.height / 2) - (iconClientSize.height / 3) + }); + break; + } + + var context = this; + var annotations = element.selectAll(".annotation").data(this.annotationIcons()); + annotations.enter().append("g") + .attr("class", "annotation") + .each(function (d, idx) { + context._annotationWidgets[idx] = new Icon() + .target(this) + .shape("square") + ; + }) + ; + var xOffset = bbox.width / 2; + var yOffset = bbox.height / 2; + annotations + .each(function (d, idx) { + var annotationWidget = context._annotationWidgets[idx]; + annotationWidget + .diameter(context.annotationDiameter()) + .shape_colorFill(context.textbox_shape_colorFill()) + .shape_colorStroke(context.textbox_shape_colorStroke()) + ; + for (var key in d) { + if (annotationWidget[key]) { + annotationWidget[key](d[key]); + } else if (window.__hpcc_debug) { + console.log("Invalid annotation property: " + key); + } + } + annotationWidget.render(); + + var aBBox = annotationWidget.getBBox(true); + annotationWidget + .move({ + x: xOffset - aBBox.width / 2 + 4, + y: yOffset + aBBox.height / 2 - 4 + }) + ; + xOffset -= aBBox.width + context.annotationSpacing(); + }) + ; + annotations.exit() + .each(function (d, idx) { + var element = d3.select(this); + delete context._annotationWidgets[idx]; + element.remove(); + }) + ; + }; + + // Methods --- + Vertex.prototype.intersection = function (pointA, pointB) { + var i1 = this._icon.intersection(pointA, pointB, this._pos); + if (i1) + return i1; + var i2 = this._textBox.intersection(pointA, pointB, this._pos); + if (i2) + return i2; + return null; + }; + + return Vertex; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('graph/GraphData.js',["dagre"], factory); + } else { + root.graph_GraphData = factory(root.dagre); + } +}(this, function (dagre) { + function GraphData() { + dagre.graphlib.Graph.call(this, { multigraph: true, compound: true }); + this.setGraph({}); + this.setDefaultNodeLabel(function () { return {}; }); + this.setDefaultEdgeLabel(function () { return {}; }); + } + GraphData.prototype = Object.create(dagre.graphlib.Graph.prototype); + GraphData.prototype.constructor = GraphData; + + GraphData.prototype.setData = function (vertices, edges, hierarchy, merge) { + var context = this; + var retVal = { + addedVertices: [], + addedEdges: [] + }; + + // Add new items --- + for (var i = 0; i < vertices.length; ++i) { + var entity = vertices[i]; + if (!merge || !this.hasNode(entity._id)) { + this.setNode(entity._id, entity); + retVal.addedVertices.push(entity); + } + } + for (i = 0; i < edges.length; ++i) { + var edge = edges[i]; + if (!merge || !this.hasEdge(edge._id)) { + if (edge._sourceVertex && edge._targetVertex) { + this.setEdge(edge._sourceVertex._id, edge._targetVertex._id, edge, edge._id); + retVal.addedEdges.push(edge); + } else { + console.log("Bad edge definition"); + } + } + } + if (hierarchy) { + for (i = 0; i < hierarchy.length; ++i) { + this.setParent(hierarchy[i].child._id, hierarchy[i].parent._id); + } + } + + // Remove old items --- + if (merge) { + var edgeIDs = edges.map(function (item) { return item._id; }); + this.filterEdges(function (item) { return edgeIDs.indexOf(item.v + "_" + item.w) < 0; }) + .forEach(function (item) { + /* TODO --- + try { + context.delEdge(item); + } catch (e) { + var d = 0; + } + */ + }) + ; + var vertexIDs = vertices.map(function (item) { return item._id; }); + this.filterNodes(function (item) { return vertexIDs.indexOf(item) < 0; }) + .forEach(function (item) { + try { + context.delNode(item); + } catch (e) { + } + }) + ; + } + return retVal; + }; + + GraphData.prototype.filterEdges = function (pred) { + var filtered = []; + this.eachEdge(function (e) { + if (pred(e)) { + filtered.push(e); + } + }); + return filtered; + }; + + GraphData.prototype.filterNodes = function (pred) { + var filtered = []; + this.eachNode(function (e) { + if (pred(e)) { + filtered.push(e); + } + }); + return filtered; + }; + + GraphData.prototype.nodeValues = function () { + var retVal = []; + this.nodes().forEach(function (item, idx) { + retVal.push(this.node(item)); + }, this); + return retVal; + }; + + GraphData.prototype.eachNode = function (callback) { + this.nodes().forEach(function (item, idx) { + callback(item, this.node(item)); + }, this); + }; + + GraphData.prototype.edgeValues = function () { + var retVal = []; + this.edges().forEach(function (item, idx) { + retVal.push(this.edge(item)); + }, this); + return retVal; + }; + + GraphData.prototype.eachEdge = function (callback) { + this.edges().forEach(function (item, idx) { + callback(item, item.v, item.w, this.edge(item)); + }, this); + }; + + GraphData.prototype.getJSON = function () { + var graphObj = dagre.graphlib.json.write(this); + return JSON.stringify(graphObj, function (key, value) { + if (key === "value") { + if (value._text && value._text._text) { + return value._text._text; + } + return value._id; + } + return value; + }, " "); + }; + + return GraphData; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('graph/GraphLayouts.js',["d3", "dagre"], factory); + } else { + root.graph_GraphLayouts = factory(root.d3, root.dagre); + } +}(this, function (d3, dagre) { + function Circle(graphData, width, height, radius) { + var context = this; + this.pos = {}; + + // Initial Positions --- + var padding = 0; + radius = radius || (width < height ? width - padding : height - padding) / 2; + var order = graphData.nodeCount(); + var currStep = -Math.PI / 2; + var step = 2 * Math.PI / order; + graphData.eachNode(function (u, value) { + var size = value.getBBox(true); + var maxSize = Math.max(size.width, size.height); + context.pos[u] = { + x: value.fixed ? value.x : Math.cos(currStep) * (radius - maxSize), + y: value.fixed ? value.y : Math.sin(currStep) * (radius - maxSize), + width: size.width, + height: size.height + }; + currStep += step; + }); + } + Circle.prototype.nodePos = function(u) { + return this.pos[u]; + }; + Circle.prototype.edgePoints = function(e) { + return []; + }; + + function None(graphData, width, height, radius) { + var context = this; + this.pos = {}; + + graphData.eachNode(function (u, value) { + context.pos[u] = { + x: value.x, + y: value.y, + width: value.width, + height: value.height + }; + }); + } + None.prototype.nodePos = function (u) { + return this.pos[u]; + }; + None.prototype.edgePoints = function (e) { + return []; + }; + + function ForceDirected(graphData, width, height, options) { + options = options || {}; + var context = this; + this.pos = {}; + + this.vertices = []; + this.vertexMap = {}; + graphData.eachNode(function (u) { + var value = graphData.node(u); + var size = value.getBBox(true); + var newItem = { + id: u, + x: value.pos().x, + y: value.pos().y, + width: size.width, + height: size.height, + value: value + }; + context.vertices.push(newItem); + context.vertexMap[u] = newItem; + }); + this.edges = []; + graphData.eachEdge(function (e, s, t) { + context.edges.push({ + source: context.vertexMap[s], + target: context.vertexMap[t] + }); + }); + this.force = d3.layout.force() + .linkDistance(options.linkDistance) + .linkStrength(options.linkStrength) + .friction(options.friction) + .charge(function (d) { + var cs = d.value.getBBox(); + return options.charge * Math.max(cs.width, cs.height); + }) + .chargeDistance(options.chargeDistance) + .theta(options.theta) + .gravity(options.gravity) + .nodes(this.vertices) + .links(this.edges) + ; + if (options.oneShot) { + this.force.start(); + var total = graphData.nodeCount(); + total = Math.min(total * total, 500); + for (var i = 0; i < total; ++i) { + this.force.tick(); + } + this.force.stop(); + } + } + ForceDirected.prototype.nodePos = function (u) { + return this.vertexMap[u]; + }; + ForceDirected.prototype.edgePoints = function (e) { + return []; + }; + + function Hierarchy(graphData, width, height, options) { + var digraph = new dagre.graphlib.Graph({ multigraph: true, compound: true }) + .setGraph(options) + .setDefaultNodeLabel(function () { return {}; }) + .setDefaultEdgeLabel(function () { return {}; }) + ; + graphData.eachNode(function (u) { + var value = graphData.node(u); + var clientSize = value.getBBox(); + digraph.setNode(u, { + width: clientSize.width, + height: clientSize.height + }); + }); + graphData.eachEdge(function (e, s, t) { + var value = graphData.edge(e); + digraph.setEdge(s, t, { + weight: value.weight() + }, value._id); + }); + graphData.eachNode(function (u) { + digraph.setParent(u, graphData.parent(u)); + }); + this.dagreLayout = dagre.layout(digraph); + var deltaX = -digraph.graph().width / 2; + var deltaY = -digraph.graph().height / 2; + digraph.nodes().forEach(function (u) { + var value = digraph.node(u); + value.x += deltaX; + value.y += deltaY; + }); + digraph.edges().forEach(function (e) { + var value = digraph.edge(e); + for (var i = 0; i < value.points.length; ++i) { + value.points[i].x += deltaX; + value.points[i].y += deltaY; + } + }); + this.digraph = digraph; + } + Hierarchy.prototype.nodePos = function (u) { + return this.digraph.node(u); + }; + Hierarchy.prototype.edgePoints = function (edge) { + return this.digraph.edge(edge._sourceVertex.id(), edge._targetVertex.id(), edge._id).points; + }; + + var Layouts = { + None: None, + Circle: Circle, + ForceDirected: ForceDirected, + Hierarchy: Hierarchy + }; + + return Layouts; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('graph/Graph.js',["d3", "../common/SVGWidget", "../common/Palette", "../api/IGraph", "./Vertex", "./Edge", "./GraphData", "./GraphLayouts", "../common/Utility", "css!./Graph"], factory); + } else { + root.graph_Graph = factory(root.d3, root.common_SVGWidget, root.common_Palette, root.api_IGraph, root.graph_Vertex, root.graph_Edge, root.graph_GraphData, root.graph_GraphLayouts, root.common_Utility); + } +}(this, function (d3, SVGWidget, Palette, IGraph, Vertex, Edge, GraphData, GraphLayouts, Utility) { + function Graph() { + SVGWidget.call(this); + IGraph.call(this); + + this.graphData = new GraphData(); + this.highlight = { + zoom: 1.1, + opacity: 0.33, + edge: "1.25px" + }; + this._selection = new Utility.Selection(); + } + Graph.prototype = Object.create(SVGWidget.prototype); + Graph.prototype.constructor = Graph; + Graph.prototype._class += " graph_Graph"; + Graph.prototype.implements(IGraph.prototype); + + Graph.prototype.Vertex = Vertex; + Graph.prototype.Edge = Edge; + + Graph.prototype.publish("allowDragging", true, "boolean", "Allow Dragging of Vertices", null, { tags: ["Advanced"] }); + Graph.prototype.publish("layout", "Circle", "set", "Default Layout", ["Circle", "ForceDirected", "ForceDirected2", "Hierarchy", "None"], { tags: ["Basic"] }); + Graph.prototype.publish("scale", "100%", "set", "Zoom Level", ["all", "width", "selection", "100%", "90%", "75%", "50%", "25%", "10%"], { tags: ["Basic"] }); + Graph.prototype.publish("applyScaleOnLayout", false, "boolean", "Shrink to fit on Layout", null, { tags: ["Basic"] }); + Graph.prototype.publish("highlightOnMouseOverVertex", false, "boolean", "Highlight Vertex on Mouse Over", null, { tags: ["Basic"] }); + Graph.prototype.publish("highlightOnMouseOverEdge", false, "boolean", "Highlight Edge on Mouse Over", null, { tags: ["Basic"] }); + Graph.prototype.publish("transitionDuration", 250, "number", "Transition Duration", null, { tags: ["Intermediate"] }); + Graph.prototype.publish("showEdges", true, "boolean", "Show Edges", null, { tags: ["Intermediate"] }); + Graph.prototype.publish("snapToGrid", 0, "number", "Snap to Grid", null, { tags: ["Private"] }); + + Graph.prototype.publish("hierarchyRankDirection", "TB", "set", "Direction for Rank Nodes", ["TB", "BT", "LR", "RL"], { tags: ["Advanced"] }); + Graph.prototype.publish("hierarchyNodeSeparation", 50, "number", "Number of pixels that separate nodes horizontally in the layout", null, { tags: ["Advanced"] }); + Graph.prototype.publish("hierarchyEdgeSeparation", 10, "number", "Number of pixels that separate edges horizontally in the layout", null, { tags: ["Advanced"] }); + Graph.prototype.publish("hierarchyRankSeparation", 50, "number", "Number of pixels between each rank in the layout", null, { tags: ["Advanced"] }); + + Graph.prototype.publish("forceDirectedLinkDistance", 300, "number", "Target distance between linked nodes", null, { tags: ["Advanced"] }); + Graph.prototype.publish("forceDirectedLinkStrength", 1, "number", "Strength (rigidity) of links", null, { tags: ["Advanced"] }); + Graph.prototype.publish("forceDirectedFriction", 0.9, "number", "Friction coefficient", null, { tags: ["Advanced"] }); + Graph.prototype.publish("forceDirectedCharge", -25, "number", "Charge strength ", null, { tags: ["Advanced"] }); + Graph.prototype.publish("forceDirectedChargeDistance", 10000, "number", "Maximum distance over which charge forces are applied", null, { tags: ["Advanced"] }); + Graph.prototype.publish("forceDirectedTheta", 0.8, "number", "Barnes–Hut approximation criterion", null, { tags: ["Advanced"] }); + Graph.prototype.publish("forceDirectedGravity", 0.1, "number", "Gravitational strength", null, { tags: ["Advanced"] }); + + // Properties --- + Graph.prototype.getOffsetPos = function () { + return { x: 0, y: 0 }; + }; + + Graph.prototype.size = function (_) { + var retVal = SVGWidget.prototype.size.apply(this, arguments); + if (arguments.length && this._svgZoom) { + this._svgZoom + .attr("x", -this._size.width / 2) + .attr("y", -this._size.height / 2) + .attr("width", this._size.width) + .attr("height", this._size.height) + ; + } + return retVal; + }; + + Graph.prototype.clear = function () { + this.data({ vertices: [], edges: [], hierarchy: [], merge: false }); + }; + + Graph.prototype.data = function (_) { + var retVal = SVGWidget.prototype.data.apply(this, arguments); + if (arguments.length) { + if (!this.data().merge) { + this.graphData = new GraphData(); + this._renderCount = 0; + } + var data = this.graphData.setData(this.data().vertices || [], this.data().edges || [], this.data().hierarchy || [], this.data().merge || false); + + var context = this; + data.addedVertices.forEach(function (item) { + item.pos({ + x: +Math.random() * 10 / 2 - 5, + y: +Math.random() * 10 / 2 - 5 + }); + }); + data.addedEdges.forEach(function (item) { + item._graphID = context._id; + }); + + // Recalculate edge arcs --- + var dupMap = {}; + this.graphData.edgeValues().forEach(function (item) { + if (!dupMap[item._sourceVertex._id]) { + dupMap[item._sourceVertex._id] = {}; + } + if (!dupMap[item._sourceVertex._id][item._targetVertex._id]) { + dupMap[item._sourceVertex._id][item._targetVertex._id] = 0; + } + var dupEdgeCount = ++dupMap[item._sourceVertex._id][item._targetVertex._id]; + item.arcDepth(16 * dupEdgeCount); + }); + } + return retVal; + }; + + Graph.prototype.selection = function (_) { + if (!arguments.length) return this._selection.get(); + this._selection.set(_); + return this; + }; + + Graph.prototype.setZoom = function (translation, scale, transitionDuration) { + if (this.zoom) { + this.zoom.translate(translation); + this.zoom.scale(scale); + this.applyZoom(transitionDuration); + } + }; + + Graph.prototype.applyZoom = function (transitionDuration) { + if (d3.event && d3.event.sourceEvent && d3.event.sourceEvent.ctrlKey && (d3.event.sourceEvent.type === "wheel" || d3.event.sourceEvent.type === "mousewheel" || d3.event.sourceEvent.type === "DOMMouseScroll")) { + if (d3.event.sourceEvent.wheelDelta) { + this.zoom.translate([this.prevTranslate[0], this.prevTranslate[1] + d3.event.sourceEvent.wheelDelta]); + this.zoom.scale(this.prevScale); + } + } + (transitionDuration ? this.svg.transition().duration(transitionDuration) : this.svg) + .attr("transform", "translate(" + this.zoom.translate() + ")scale(" + this.zoom.scale() + ")") + ; + this.prevTranslate = this.zoom.translate(); + if (this.prevScale !== this.zoom.scale()) { + this._fixIEMarkers(); + this.prevScale = this.zoom.scale(); + } + this.brush.x(d3.scale.identity().domain([(-this.prevTranslate[0] - this._size.width / 2) * 1 / this.zoom.scale(), (-this.prevTranslate[0] + this._size.width / 2) * 1 / this.zoom.scale()])); + this.brush.y(d3.scale.identity().domain([(-this.prevTranslate[1] - this._size.height / 2) * 1 / this.zoom.scale(), (-this.prevTranslate[1] + this._size.height / 2) * 1 / this.zoom.scale()])); + }; + + Graph.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + var context = this; + + // Zoom --- + this.prevTranslate = [0, 0]; + this.prevScale = 1; + this.zoom = d3.behavior.zoom() + .scaleExtent([0.01, 4]) + .on("zoomstart", function (args) { + context.prevTranslate = context.zoom.translate(); + context.prevScale = context.zoom.scale(); + if (d3.event.sourceEvent && d3.event.sourceEvent.shiftKey && d3.event.sourceEvent.ctrlKey) { + context._zoomMode = "selection"; + } else if (d3.event.sourceEvent && d3.event.sourceEvent.shiftKey) { + context._zoomMode = "selection"; + context._selection.clear(); + } else { + context._zoomMode = "zoom"; + } + switch (context._zoomMode) { + case "selection": + element.select(".extent") + .style("visibility", null) + ; + break; + default: + element.select(".extent") + .style("visibility", "hidden") + ; + break; + } + }) + .on("zoomend", function (args) { + switch (context._zoomMode) { + case "selection": + context.zoom.translate(context.prevTranslate); + context.zoom.scale(context.prevScale); + break; + default: + break; + } + context._svgBrush.call(context.brush.clear()); + }) + .on("zoom", function (d) { + switch (context._zoomMode) { + case "selection": + break; + default: + context.applyZoom(); + break; + } + }) + ; + this.brush = d3.svg.brush() + .x(d3.scale.identity().domain([-context._size.width / 2, context._size.width / 2])) + .y(d3.scale.identity().domain([-context._size.height / 2, context._size.height / 2])) + .on("brushstart", function (args) { + switch (context._zoomMode) { + case "selection": + break; + default: + break; + } + }) + .on("brushend", function (args) { + switch (context._zoomMode) { + case "selection": + var extent = d3.event.target.extent(); + context.svgV.selectAll(".graphVertex").select("*") + .each(function (d) { + if (extent[0][0] <= d.x() && d.x() < extent[1][0] && extent[0][1] <= d.y() && d.y() < extent[1][1]) { + context._selection.append(d); + } + }) + ; + context.graph_selection(context.selection()); + break; + default: + break; + } + }) + .on("brush", function () { + switch (context._zoomMode) { + case "selection": + var zt = context.zoom.translate(); + console.log(zt[0]); + var extent = d3.event.target.extent(); + context.svgV.selectAll(".graphVertex").select("*") + .classed("selected", function (d) { + return context._selection.isSelected(d) || + (extent[0][0] <= d.x() && d.x() < extent[1][0] && extent[0][1] <= d.y() && d.y() < extent[1][1]); + }) + ; + break; + default: + break; + } + }) + ; + + // Drag --- + function dragstart(d) { + if (context.allowDragging()) { + d3.event.sourceEvent.stopPropagation(); + context._dragging = true; + if (context.forceLayout) { + var forceNode = context.forceLayout.vertexMap[d.id()]; + forceNode.fixed = true; + } + if (context.svgMarkerGlitch) { + context.graphData.nodeEdges(d.id()).forEach(function (id) { + var edge = context.graphData.edge(id); + context._pushMarkers(edge.element(), edge); + }); + } + } + } + function drag(d) { + if (context.allowDragging()) { + d3.event.sourceEvent.stopPropagation(); + d.move({ x: d3.event.x, y: d3.event.y }); + if (context.forceLayout) { + var forceNode = context.forceLayout.vertexMap[d.id()]; + forceNode.fixed = true; + forceNode.x = forceNode.px = d3.event.x; + forceNode.y = forceNode.py = d3.event.y; + } + context.refreshIncidentEdges(d, true); + } + } + function dragend(d) { + if (context.allowDragging()) { + d3.event.sourceEvent.stopPropagation(); + context._dragging = false; + if (context.snapToGrid()) { + var snapLoc = d.calcSnap(context.snapToGrid()); + d.move(snapLoc[0]); + context.refreshIncidentEdges(d, true); + } + if (context.forceLayout) { + var forceNode = context.forceLayout.vertexMap[d.id()]; + forceNode.fixed = false; + } + if (context.svgMarkerGlitch) { + context.graphData.nodeEdges(d.id()).forEach(function (id) { + var edge = context.graphData.edge(id); + context._popMarkers(edge.element(), edge); + }); + } + } + } + this.drag = d3.behavior.drag() + .origin(function (d) { + return d.pos(); + }) + .on("dragstart", dragstart) + .on("dragend", dragend) + .on("drag", drag) + ; + // SVG --- + this._svgZoom = element.append("rect") + .attr("class", "zoom") + .attr("x", -this._size.width / 2) + .attr("y", -this._size.height / 2) + .attr("width", this._size.width) + .attr("height", this._size.height) + ; + + this.defs = element.append("defs"); + this.addMarkers(); + + element.call(this.zoom); + + this.svg = element.append("g"); + this._svgBrush = this.svg.append("g").attr("class", "selectionBrush").call(this.brush); + this._svgBrush.select(".background").style("cursor", null); + context._svgBrush.call(context.brush.clear()); + this.svgC = this.svg.append("g").attr("id", this._id + "C"); + this.svgE = this.svg.append("g").attr("id", this._id + "E"); + this.svgV = this.svg.append("g").attr("id", this._id + "V"); + }; + + Graph.prototype.getBounds = function (items, layoutEngine) { + var vBounds = [[null, null], [null, null]]; + items.forEach(function (item) { + var pos = layoutEngine ? layoutEngine.nodePos(item._id) : {x: item.x(), y: item.y(), width: item.width(), height: item.height()}; + var leftX = pos.x - pos.width / 2; + var rightX = pos.x + pos.width / 2; + var topY = pos.y - pos.height / 2; + var bottomY = pos.y + pos.height / 2; + if (vBounds[0][0] === null || vBounds[0][0] > leftX) { + vBounds[0][0] = leftX; + } + if (vBounds[0][1] === null || vBounds[0][1] > topY) { + vBounds[0][1] = topY; + } + if (vBounds[1][0] === null || vBounds[1][0] < rightX) { + vBounds[1][0] = rightX; + } + if (vBounds[1][1] === null || vBounds[1][1] < bottomY) { + vBounds[1][1] = bottomY; + } + }); + return vBounds; + }; + + Graph.prototype.getVertexBounds = function (layoutEngine) { + return this.getBounds(this.graphData.nodeValues(), layoutEngine); + }; + + Graph.prototype.getSelectionBounds = function (layoutEngine) { + return this.getBounds(this._selection.get(), layoutEngine); + }; + + Graph.prototype.shrinkToFit = function (bounds, transitionDuration) { + var width = this.width(); + var height = this.height(); + + var dx = bounds[1][0] - bounds[0][0], + dy = bounds[1][1] - bounds[0][1], + x = (bounds[0][0] + bounds[1][0]) / 2, + y = (bounds[0][1] + bounds[1][1]) / 2, + scale = 1.0 / Math.max(dx / width, dy / height); + if (scale > 1) { + scale = 1; + } + var translate = [-scale * x, -scale * y]; + this.setZoom(translate, scale, transitionDuration); + }; + + Graph.prototype._origScale = Graph.prototype.scale; + Graph.prototype.scale = function (_, transitionDuration) { + var retVal = Graph.prototype._origScale.apply(this, arguments); + if (arguments.length) { + this.zoomTo(_, transitionDuration); + } + return retVal; + }; + + Graph.prototype.zoomTo = function (level, transitionDuration) { + switch (level) { + case "all": + this.shrinkToFit(this.getVertexBounds(), transitionDuration); + break; + case "width": + var bounds = this.getVertexBounds(); + bounds[0][1] = 0; + bounds[1][1] = 0; + this.shrinkToFit(bounds, transitionDuration); + break; + case "selection": + this.shrinkToFit(this._selection.isEmpty() ? this.getVertexBounds() : this.getSelectionBounds(), transitionDuration); + break; + default: + var scale = parseInt(level); + if (isNaN(scale) || scale <= 0 || scale > 200) { + scale = 100; + } + this.zoom.scale(scale / 100); + this.applyZoom(transitionDuration); + break; + } + }; + + Graph.prototype.centerOn = function (bounds, transitionDuration) { + var x = (bounds[0][0] + bounds[1][0]) / 2, + y = (bounds[0][1] + bounds[1][1]) / 2; + var translate = [x, y]; + this.setZoom(translate, 1, transitionDuration); + }; + + Graph.prototype._origLayout = Graph.prototype.layout; + Graph.prototype.layout = function (_, transitionDuration) { + var retVal = Graph.prototype._origLayout.apply(this, arguments); + if (arguments.length) { + if (this._renderCount) { + if (this.forceLayout) { + this.forceLayout.force.stop(); + this.forceLayout = null; + } + + var context = this; + var layoutEngine = this.getLayoutEngine(); + if (this.layout() === "ForceDirected2") { + this.forceLayout = layoutEngine; + this.forceLayout.force.on("tick", function (d) { + layoutEngine.vertices.forEach(function (item) { + var vertex = context.graphData.node(item.id); + if (item.fixed) { + item.x = item.px; + item.y = item.py; + } else { + item.px = item.x; + item.py = item.y; + vertex + .move({ x: item.x, y: item.y }) + ; + } + }); + context.graphData.edgeValues().forEach(function (item) { + item + .points([], false, false) + ; + }); + if (context.applyScaleOnLayout()) { + var vBounds = context.getVertexBounds(layoutEngine); + context.shrinkToFit(vBounds); + } + }); + this.forceLayout.force.start(); + } else if (layoutEngine) { + this.forceLayout = null; + context._dragging = true; + context.graphData.nodeValues().forEach(function (item) { + var pos = layoutEngine.nodePos(item._id); + item.move({ x: pos.x, y: pos.y }, transitionDuration); + if (pos.width && pos.height && !item.width() && !item.height()) { + item + .width(pos.width) + .height(pos.height) + .render() + ; + } + }); + context.graphData.edgeValues().forEach(function (item) { + var points = layoutEngine.edgePoints(item); + item + .points(points, transitionDuration) + ; + }); + + if (context.applyScaleOnLayout()) { + var vBounds = context.getVertexBounds(layoutEngine); + context.shrinkToFit(vBounds, transitionDuration); + } + this._fixIEMarkers(); + setTimeout(function () { + context._dragging = false; + }, transitionDuration ? transitionDuration + 50 : 50); // Prevents highlighting during morph --- + } + } + } + return retVal; + }; + + // Render --- + Graph.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + var context = this; + + // Create --- + var vertexElements = this.svgV.selectAll("#" + this._id + "V > .graphVertex").data(this.graphData.nodeValues(), function (d) { return d.id(); }); + vertexElements.enter().append("g") + .attr("class", "graphVertex") + .style("opacity", 1e-6) + // TODO: Events need to be optional --- + .on("click.selectionBag", function (d) { + context._selection.click(d, d3.event); + }) + .on("click", function (d) { + context.vertex_click(d, d3.event); + }) + .on("dblclick", function (d) { + context.vertex_dblclick(d, d3.event); + }) + .on("mouseover", function (d) { + if (context._dragging) + return; + context.vertex_mouseover(d3.select(this), d); + }) + .on("mouseout", function (d) { + if (context._dragging) + return; + context.vertex_mouseout(d3.select(this), d); + }) + .each(createV) + .transition() + .duration(750) + .style("opacity", 1) + ; + function createV(d) { + d + .target(this) + .render() + ; + d.element() + .call(context.drag) + ; + if (d.dispatch) { + d.dispatch.on("sizestart", function (d, loc) { + d.allowResize(context.allowDragging()); + if (context.allowDragging()) { + context._dragging = true; + } + }); + d.dispatch.on("size", function (d, loc) { + context.refreshIncidentEdges(d, false); + }); + d.dispatch.on("sizeend", function (d, loc) { + context._dragging = false; + if (context.snapToGrid()) { + var snapLoc = d.calcSnap(context.snapToGrid()); + d + .pos(snapLoc[0]) + .size(snapLoc[1]) + .render() + ; + context.refreshIncidentEdges(d, false); + } + }); + } + } + + var edgeElements = this.svgE.selectAll("#" + this._id + "E > .graphEdge").data(this.showEdges() ? this.graphData.edgeValues() : [], function (d) { return d.id(); }); + edgeElements.enter().append("g") + .attr("class", "graphEdge") + .style("opacity", 1e-6) + .on("click.selectionBag", function (d) { + context._selection.click(d, d3.event); + }) + .on("click", function (d) { + context.edge_click(d); + }) + .on("mouseover", function (d) { + if (context._dragging) + return; + context.edge_mouseover(d3.select(this), d); + }) + .on("mouseout", function (d) { + if (context._dragging) + return; + context.edge_mouseout(d3.select(this), d); + }) + .each(createE) + .transition() + .duration(750) + .style("opacity", 1) + ; + function createE(d) { + d + .target(this) + .render() + ; + } + + // Update --- + vertexElements + .each(updateV) + ; + function updateV(d) { + d + .render() + ; + } + + edgeElements + .each(updateE) + ; + function updateE(d) { + d + .render() + ; + } + + // Exit --- + vertexElements.exit() + .each(function (d) { d.target(null); }) + .remove() + ; + edgeElements.exit() + .each(function (d) { d.target(null); }) + .remove() + ; + + if (!this._renderCount) { + this._renderCount++; + this.setZoom([0, 0], 1); + this.layout(this.layout()); + } + }; + + // Methods --- + Graph.prototype.getLayoutEngine = function () { + switch (this.layout()) { + case "Circle": + return new GraphLayouts.Circle(this.graphData, this._size.width, this._size.height); + case "ForceDirected": + return new GraphLayouts.ForceDirected(this.graphData, this._size.width, this._size.height, { + oneShot: true, + linkDistance: this.forceDirectedLinkDistance(), + linkStrength: this.forceDirectedLinkStrength(), + friction: this.forceDirectedFriction(), + charge: this.forceDirectedCharge(), + chargeDistance: this.forceDirectedChargeDistance(), + theta: this.forceDirectedTheta(), + gravity: this.forceDirectedGravity() + }); + case "ForceDirected2": + return new GraphLayouts.ForceDirected(this.graphData, this._size.width, this._size.height, { + linkDistance: this.forceDirectedLinkDistance(), + linkStrength: this.forceDirectedLinkStrength(), + friction: this.forceDirectedFriction(), + charge: this.forceDirectedCharge(), + chargeDistance: this.forceDirectedChargeDistance(), + theta: this.forceDirectedTheta(), + gravity: this.forceDirectedGravity() + }); + case "Hierarchy": + return new GraphLayouts.Hierarchy(this.graphData, this._size.width, this._size.height, { + rankdir: this.hierarchyRankDirection(), + nodesep: this.hierarchyNodeSeparation(), + edgesep: this.hierarchyEdgeSeparation(), + ranksep: this.hierarchyRankSeparation() + }); + } + return null;//new GraphLayouts.None(this.graphData, this._size.width, this._size.height); + }; + + Graph.prototype.getNeighborMap = function (vertex) { + var vertices = {}; + var edges = {}; + + if (vertex) { + var nedges = this.graphData.nodeEdges(vertex.id()); + for (var i = 0; i < nedges.length; ++i) { + var edge = this.graphData.edge(nedges[i]); + edges[edge.id()] = edge; + if (edge._sourceVertex.id() !== vertex.id()) { + vertices[edge._sourceVertex.id()] = edge._sourceVertex; + } + if (edge._targetVertex.id() !== vertex.id()) { + vertices[edge._targetVertex.id()] = edge._targetVertex; + } + } + } + + return { + vertices: vertices, + edges: edges + }; + }; + + Graph.prototype.highlightVerticies = function (vertexMap) { + var context = this; + var vertexElements = this.svgV.selectAll(".graphVertex"); + vertexElements.transition().duration(this.transitionDuration()) + .each("end", function (d) { + if (vertexMap && vertexMap[d.id()]) { + if (d._parentElement.node() && d._parentElement.node().parentNode) { + d._parentElement.node().parentNode.appendChild(d._parentElement.node()); + } + } + }) + .style("opacity", function (d) { + if (!vertexMap || vertexMap[d.id()]) { + return 1; + } + return context.highlight.opacity; + }) + ; + return this; + }; + + Graph.prototype.highlightEdges = function (edgeMap) { + var context = this; + var edgeElements = this.svgE.selectAll(".graphEdge"); + edgeElements + .style("stroke-width", function (o) { + if (edgeMap && edgeMap[o.id()]) { + return context.highlight.edge; + } + return "1px"; + }).transition().duration(this.transitionDuration()) + .style("opacity", function (o) { + if (!edgeMap || edgeMap[o.id()]) { + return 1; + } + return context.highlight.opacity; + }) + ; + return this; + }; + + Graph.prototype.highlightVertex = function (element, d) { + if (this.highlightOnMouseOverVertex()) { + if (d) { + var highlight = this.getNeighborMap(d); + highlight.vertices[d.id()] = d; + this.highlightVerticies(highlight.vertices); + this.highlightEdges(highlight.edges); + } else { + this.highlightVerticies(null); + this.highlightEdges(null); + } + } + }; + + Graph.prototype.highlightEdge = function (element, d) { + if (this.highlightOnMouseOverEdge()) { + if (d) { + var vertices = {}; + vertices[d._sourceVertex.id()] = d._sourceVertex; + vertices[d._targetVertex.id()] = d._targetVertex; + var edges = {}; + edges[d.id()] = d; + this.highlightVerticies(vertices); + this.highlightEdges(edges); + } else { + this.highlightVerticies(null); + this.highlightEdges(null); + } + } + }; + + Graph.prototype.refreshIncidentEdges = function (d, skipPushMarkers) { + var context = this; + this.graphData.nodeEdges(d.id()).forEach(function (id) { + var edge = context.graphData.edge(id); + edge + .points([], false, skipPushMarkers) + ; + }); + }; + + // Events --- + Graph.prototype.graph_selection = function (selection) { + }; + + Graph.prototype.vertex_click = function (d) { + d._parentElement.node().parentNode.appendChild(d._parentElement.node()); + IGraph.prototype.vertex_click.apply(this, arguments); + }; + + Graph.prototype.vertex_dblclick = function (d) { + }; + + Graph.prototype.vertex_mouseover = function (element, d) { + this.highlightVertex(element, d); + }; + + Graph.prototype.vertex_mouseout = function (d, self) { + this.highlightVertex(null, null); + }; + + Graph.prototype.edge_mouseover = function (element, d) { + this.highlightEdge(element, d); + }; + + Graph.prototype.edge_mouseout = function (d, self) { + this.highlightEdge(null, null); + }; + + Graph.prototype.addMarkers = function (clearFirst) { + if (clearFirst) { + this.defs.select("#" + this._id + "_arrowHead").remove(); + this.defs.select("#" + this._id + "_circleFoot").remove(); + this.defs.select("#" + this._id + "_circleHead").remove(); + } + this.defs.append("marker") + .attr("class", "marker") + .attr("id", this._id + "_arrowHead") + .attr("viewBox", "0 0 10 10") + .attr("refX", 10) + .attr("refY", 5) + .attr("markerWidth", 8) + .attr("markerHeight", 8) + .attr("markerUnits", "strokeWidth") + .attr("orient", "auto") + .append("polyline") + .attr("points", "0,0 10,5 0,10 1,5") + ; + this.defs.append("marker") + .attr("class", "marker") + .attr("id", this._id + "_circleFoot") + .attr("viewBox", "0 0 10 10") + .attr("refX", 1) + .attr("refY", 5) + .attr("markerWidth", 7) + .attr("markerHeight", 7) + .attr("markerUnits", "strokeWidth") + .attr("orient", "auto") + .append("circle") + .attr("cx", 5) + .attr("cy", 5) + .attr("r", 4) + ; + this.defs.append("marker") + .attr("class", "marker") + .attr("id", this._id + "_circleHead") + .attr("viewBox", "0 0 10 10") + .attr("refX", 9) + .attr("refY", 5) + .attr("markerWidth", 7) + .attr("markerHeight", 7) + .attr("markerUnits", "strokeWidth") + .attr("orient", "auto") + .append("circle") + .attr("cx", 5) + .attr("cy", 5) + .attr("r", 4) + ; + }; + + return Graph; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('graph/Sankey.js',["d3", "../common/SVGWidget", "../common/Palette", "../common/PropertyExt", "../common/Utility", "d3-sankey", "css!./Sankey"], factory); + } else { + root.graph_Sankey = factory(root.d3, root.common_SVGWidget, root.common_Palette, root.common_PropertyExt, root.common_Utility, root.d3.sankey); + } +}(this, function (d3, SVGWidget, Palette, PropertyExt, Utility, D3Sankey) { + D3Sankey = D3Sankey || d3.sankey || window.d3.sankey; + + function Column(owner) { + PropertyExt.call(this); + this._owner = owner; + } + Column.prototype = Object.create(PropertyExt.prototype); + Column.prototype.constructor = Column; + Column.prototype._class += " graph_Sankey.Column"; + + Column.prototype.publish("column", null, "set", "Field", function () { return this._owner ? this._owner.columns() : []; }, { optional: true }); + Column.prototype.publish("aggrType", null, "set", "Aggregation Type", [null, "mean", "median", "sum", "min", "max"], { optional: true, disable: function (w) { return !w._owner || w._owner.mappings().indexOf(w) === 0; } }); + Column.prototype.publish("aggrColumn", null, "set", "Aggregation Field", function () { return this._owner ? this._owner.columns() : []; }, { + optional: true, + disable: function (w) { + return !w._owner || !w.aggrType() || w._owner.mappings().indexOf(w) === 0; + } + }); + + Column.prototype.aggregate = function(values){ + switch (this.aggrType()) { + case null: + case undefined: + case "": + return values.length; + default: + var columns = this._owner.columns(); + var colIdx = columns.indexOf(this.aggrColumn()); + return d3[this.aggrType()](values, function (value) { + return +value[colIdx]; + }); + } + }; + + // --- + function Sankey(target) { + SVGWidget.call(this); + Utility.SimpleSelectionMixin.call(this); + + this._drawStartPos = "origin"; + } + Sankey.prototype = Object.create(SVGWidget.prototype); + Sankey.prototype.constructor = Sankey; + Sankey.prototype._class += " graph_Sankey"; + Sankey.prototype.Column = Column; + Sankey.prototype.mixin(Utility.SimpleSelectionMixin); + + Sankey.prototype._palette = Palette.ordinal("default"); + + Sankey.prototype.publish("paletteID", "default", "set", "Palette ID", Sankey.prototype._palette.switch()); + Sankey.prototype.publish("mappings", [], "propertyArray", "Source Columns", null, { autoExpand: Column }); + Sankey.prototype.publish("vertexWidth", 36, "number", "Vertex Width"); + Sankey.prototype.publish("vertexPadding", 40, "number", "Vertex Padding"); + Sankey.prototype.publish("xAxisMovement", false, "boolean", "Enable x-axis movement"); + Sankey.prototype.publish("yAxisMovement", false, "boolean", "Enable y-axis movement"); + + Sankey.prototype.sankeyData = function () { + var vertexIndex = {}; + var retVal = { + vertices: [], + edges: [] + }; + var mappings = this.mappings().filter(function (mapping) { return mapping.column(); }); + mappings.forEach(function (mapping, idx) { + var view = this._db.rollupView([mapping.column()]); + view.entries().forEach(function (row) { + var id = mapping.column() + ":" + idx + ":" + row.key; + if (!vertexIndex[id]) { + retVal.vertices.push({ + __id: id, + __category: mapping.column(), + name: row.key, + origRow: row.values + }); + vertexIndex[id] = retVal.vertices.length - 1; + } + }, this); + }, this); + mappings.forEach(function (mapping, idx) { + if (idx < mappings.length - 1) { + var mapping2 = mappings[idx + 1]; + var view = this._db.rollupView([mapping.column(), mapping2.column()]); + view.entries().forEach(function (row) { + var sourceID = mapping.column() + ":" + idx + ":" + row.key; + row.values.forEach(function (value) { + var targetID = mapping2.column() + ":" + (idx + 1) + ":" + value.key; + retVal.edges.push({ + __id: sourceID + "_" + targetID, + source: vertexIndex[sourceID], + target: vertexIndex[targetID], + value: mapping2.aggregate(value.values) + }); + }); + }); + } + }, this); + + return retVal; + }; + + Sankey.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + + this._d3Sankey = new D3Sankey(); + this._d3SankeyPath = this._d3Sankey.link(); + this._selection.widgetElement(element); + }; + + Sankey.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + + this._palette = this._palette.switch(this.paletteID()); + + var sankeyData = this.sankeyData(); + this._d3Sankey + .size([this.width(), this.height()]) + .nodeWidth(this.vertexWidth()) + .nodePadding(this.vertexPadding()) + .nodes(sankeyData.vertices) + .links(sankeyData.edges) + .layout(32) + ; + + var context = this; + + // Links --- + var link = element.selectAll(".link").data(sankeyData.edges); + link.enter().append("path") + .attr("class", "link") + .append("title") + ; + link + .attr("d", this._d3SankeyPath) + .style("stroke-width", function (d) { return Math.max(1, d.dy); }) + .sort(function (a, b) { return b.dy - a.dy; }) + ; + link.select("title") + .text(function (d) { + return d.source.name + " → " + d.target.name + "\n" + d.value; + }) + ; + link.exit().remove(); + + // Nodes --- + var node = element.selectAll(".node").data(sankeyData.vertices); + node.enter().append("g") + .attr("class", "node") + .call(this._selection.enter.bind(this._selection)) + .on("click", function (d, idx) { + context.click(context.rowToObj(d.origRow[0]), "", context._selection.selected(this)); + }) + .each(function (d) { + var gElement = d3.select(this); + gElement.append("rect"); + gElement.append("text"); + }) + /* + .call(d3.behavior.drag() + .origin(function (d) { return d; }) + .on("dragstart", function () { + this.parentNode.appendChild(this); + }) + .on("drag", dragmove) + ) + */ + ; + node + .attr("transform", function (d) { + return "translate(" + d.x + "," + d.y + ")"; + }) + ; + node.select("rect") + .attr("height", function (d) { return d.dy; }) + .attr("width", this._d3Sankey.nodeWidth()) + .style("fill", function (d) { + return context._palette(d.name); + }) + .style("cursor", (this.xAxisMovement() || this.yAxisMovement()) ? null : "default") + ; + node.select("text") + .attr("x", -6) + .attr("y", function (d) { return d.dy / 2; }) + .attr("dy", ".35em") + .attr("text-anchor", "end") + .attr("transform", null) + .text(function (d) { return d.name; }) + .filter(function (d) { return d.x < context.width() / 2; }) + .attr("x", 6 + this._d3Sankey.nodeWidth()) + .attr("text-anchor", "start") + ; + node.exit().remove(); + + /* + function dragmove(d) { + var gElement = d3.select(this); + if (context.xAxisMovement()) { + d.x = Math.max(0, Math.min(context.width() - d.dx, d3.event.x)); + } + if (context.yAxisMovement()) { + d.y = Math.max(0, Math.min(context.height() - d.dy, d3.event.y)); + } + gElement.attr("transform", "translate(" + d.x + "," + d.y + ")"); + context._d3Sankey.relayout(); + link.attr("d", context._d3SankeyPath); + + gElement.select("text") + .attr("x", -6) + .attr("y", function (d) { return d.dy / 2; }) + .attr("dy", ".35em") + .attr("text-anchor", "end") + .attr("transform", null) + .text(function (d) { return d.name; }) + .filter(function (d) { return d.x < context.width() / 2; }) + .attr("x", 6 + context._d3Sankey.nodeWidth()) + .attr("text-anchor", "start") + ; + } + */ + }; + + Sankey.prototype.exit = function (domNode, element) { + SVGWidget.prototype.exit.apply(this, arguments); + }; + + // Events --- + Sankey.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + "," + selected); + }; + + return Sankey; +})); + diff --git a/dist/hpcc-viz-graph.min.js b/dist/hpcc-viz-graph.min.js new file mode 100644 index 0000000000..86d6988185 --- /dev/null +++ b/dist/hpcc-viz-graph.min.js @@ -0,0 +1,2 @@ +"function"==typeof define&&define.amd&&define("css",[],function(){return{load:function(t,e,i){i()}}}),function(t,e){"function"==typeof define&&define.amd?define("graph/Edge",["d3","../common/SVGWidget","../common/TextBox","css!./Edge"],e):t.graph_Edge=e(t.d3,t.common_SVGWidget,t.common_TextBox)}(this,function(t,e,i){function o(){e.call(this),this._points=[],this._weight=100,this._strokeDasharray=null,this._hidden=!1,this._textBox=(new i).padding(0)}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" graph_Edge",o.prototype.publish("arcDepth",16,"number","Arc Depth",null,{tags:["Basic"]}),o.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),o.prototype.publish("sourceMarker","circle","set","Source Marker",["circle"],{optional:!0}),o.prototype.publish("targetMarker","arrow","set","Source Marker",["arrow","circle"],{optional:!0}),o.prototype.publish("strokeDasharray",null,"string","Stroke Dash Array",null,{optional:!0}),o.prototype.publish("strokeColor",null,"html-color","Stroke Color",null,{optional:!0}),o.prototype.sourceVertex=function(t){return arguments.length?(this._sourceVertex=t,this):this._sourceVertex},o.prototype.targetVertex=function(t){return arguments.length?(this._targetVertex=t,this):this._targetVertex},o.prototype.weight=function(t){return arguments.length?(this._weight=t,this):this._weight},o.prototype.points=function(t,e,i){return arguments.length?(this._points=t,this._elementPath&&this.update(null,this._element,e,i),this):this._points},o.prototype.hidden=function(t){return arguments.length?(this._hidden=t,this):this._hidden},o.prototype.text=function(t){return arguments.length?(this._textBox.text(t),this):this._textBox.text()},o.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._elementPath=i.append("path"),this._tooltipElement=this._elementPath.append("title"),this._textBox.text()&&this._textBox.target(t).tooltip(this.tooltip()).render()},o.prototype.update=function(i,o,r,n){e.prototype.update.apply(this,arguments);var a=this;this.svgMarkerGlitch&&!n&&o.transition().duration((r?r:0)+100).each("start",function(t){a._pushMarkers(o,t)}).each("end",function(t){a._popMarkers(o,t)});var s=a._calculateEdgePoints(this._sourceVertex,this._targetVertex,this._points),h="";if(this._points.length||r,0){var c=s[2].x-s[0].x,p=s[2].y-s[0].y,l=2*Math.sqrt(c*c+p*p);h="M"+s[0].x+","+s[0].y+"A"+l+","+l+" 0 0,1 "+s[2].x+","+s[2].y}else h=t.svg.line().x(function(t){return t.x}).y(function(t){return t.y}).interpolate("bundle").tension(.75)(s);var u=this._elementPath;r&&(u=u.transition().duration(r)),u.attr("opacity",this._hidden?0:1).attr("marker-start",this.sourceMarker_exists()?"url(#"+this._graphID+"_"+this.sourceMarker()+"Foot)":null).attr("marker-end",this.targetMarker_exists()?"url(#"+this._graphID+"_"+this.targetMarker()+"Head)":null).attr("stroke",this.strokeColor_exists()?this.strokeColor():null).attr("stroke-dasharray",this.strokeDasharray_exists()?this.strokeDasharray():null).attr("d",h),this._tooltipElement.text(this.tooltip()),this._textBox.text()&&this._textBox.tooltip(this.tooltip()).move(this._findMidPoint(s),r)},o.prototype._findMidPoint=function(t){var e=t.length/2;if(t.length%2)return t[Math.floor(e)];if(t.length){var i=t[e-1],o=t[e];return{x:(i.x+o.x)/2,y:(i.y+o.y)/2}}return{x:0,y:0}},o.prototype._calculateEdgePoints=function(t,e,i){if(!t||!e)return[{x:0,y:0},{x:0,y:0}];var o=i?i.slice():[],r=0===o.length?e.pos():o[0],n=0===o.length?t.pos():o[o.length-1];if(o.unshift(t.intersection(t._pos,r)),o.push(e.intersection(e._pos,n)),o[0]||(o[0]=t._pos),o[o.length-1]||(o[o.length-1]=e._pos),2===o.length&&o[0]&&o[1]){var a=o[0].x-o[1].x,s=o[0].y-o[1].y,h=Math.sqrt(a*a+s*s);if(h){var c=(o[0].x+o[1].x)/2-s*this.arcDepth()/100,p=(o[0].y+o[1].y)/2+a*this.arcDepth()/100;o=[{x:o[0].x,y:o[0].y},{x:c,y:p},{x:o[1].x,y:o[1].y}]}}return o},o}),function(t,e){"function"==typeof define&&define.amd?define("graph/Vertex.js",["d3","../common/SVGWidget","../common/Icon","../common/TextBox","css!./Vertex"],e):t.graph_Vertex=e(t.d3,t.common_SVGWidget,t.common_Icon,t.common_TextBox)}(this,function(t,e,i,o){function r(){e.call(this),this._icon=new i,this._textBox=new o,this._annotationWidgets={}}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" graph_Vertex",r.prototype.publishProxy("faChar","_icon"),r.prototype.publishProxy("imageUrl","_icon"),r.prototype.publishProxy("icon_shape_diameter","_icon","diameter"),r.prototype.publishProxy("icon_shape_colorFill","_icon","shape_colorFill"),r.prototype.publishProxy("icon_shape_colorStroke","_icon","shape_colorStroke"),r.prototype.publishProxy("icon_image_colorFill","_icon","image_colorFill"),r.prototype.publishProxy("text","_textBox"),r.prototype.publishProxy("anchor","_textBox"),r.prototype.publishProxy("textbox_shape_colorStroke","_textBox","shape_colorStroke"),r.prototype.publishProxy("textbox_shape_colorFill","_textBox","shape_colorFill"),r.prototype.publishProxy("textbox_text_colorFill","_textBox","text_colorFill"),r.prototype.publish("iconAnchor","start","set","Icon Anchor Position",["","start","middle","end"],{tags:["Basic"]}),r.prototype.publish("tooltip","","string","Tooltip",null,{tags:["Private"]}),r.prototype.publish("annotationDiameter",14,"number","Annotation Diameter",null,{tags:["Private"]}),r.prototype.publish("annotationSpacing",3,"number","Annotation Spacing",null,{tags:["Private"]}),r.prototype.publish("annotationIcons",[],"array","Annotations",null,{tags:["Private"]}),r.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._icon.target(t).render(),this._textBox.target(t).render()},r.prototype.update=function(o,r){e.prototype.update.apply(this,arguments),this._icon.tooltip(this.tooltip()).render();var n=this._icon.getBBox(!0);this._textBox.tooltip(this.tooltip()).render();var a=this._textBox.getBBox(!0);switch(this.iconAnchor()){case"start":this._icon.move({x:-(a.width/2)+n.width/3,y:-(a.height/2)-n.height/3});break;case"middle":this._icon.move({x:0,y:-(a.height/2)-n.height/3});break;case"end":this._icon.move({x:a.width/2-n.width/3,y:-(a.height/2)-n.height/3})}var s=this,h=r.selectAll(".annotation").data(this.annotationIcons());h.enter().append("g").attr("class","annotation").each(function(t,e){s._annotationWidgets[e]=(new i).target(this).shape("square")});var c=a.width/2,p=a.height/2;h.each(function(t,e){var i=s._annotationWidgets[e];i.diameter(s.annotationDiameter()).shape_colorFill(s.textbox_shape_colorFill()).shape_colorStroke(s.textbox_shape_colorStroke());for(var o in t)i[o]?i[o](t[o]):window.__hpcc_debug&&console.log("Invalid annotation property: "+o);i.render();var r=i.getBBox(!0);i.move({x:c-r.width/2+4,y:p+r.height/2-4}),c-=r.width+s.annotationSpacing()}),h.exit().each(function(e,i){var o=t.select(this);delete s._annotationWidgets[i],o.remove()})},r.prototype.intersection=function(t,e){var i=this._icon.intersection(t,e,this._pos);if(i)return i;var o=this._textBox.intersection(t,e,this._pos);return o?o:null},r}),function(t,e){"function"==typeof define&&define.amd?define("graph/GraphData.js",["dagre"],e):t.graph_GraphData=e(t.dagre)}(this,function(t){function e(){t.graphlib.Graph.call(this,{multigraph:!0,compound:!0}),this.setGraph({}),this.setDefaultNodeLabel(function(){return{}}),this.setDefaultEdgeLabel(function(){return{}})}return e.prototype=Object.create(t.graphlib.Graph.prototype),e.prototype.constructor=e,e.prototype.setData=function(t,e,i,o){for(var r=this,n={addedVertices:[],addedEdges:[]},a=0;ae?e-n:i-n)/2;var a=t.nodeCount(),s=-Math.PI/2,h=2*Math.PI/a;t.eachNode(function(t,e){var i=e.getBBox(!0),n=Math.max(i.width,i.height);r.pos[t]={x:e.fixed?e.x:Math.cos(s)*(o-n),y:e.fixed?e.y:Math.sin(s)*(o-n),width:i.width,height:i.height},s+=h})}function o(t,e,i,o){var r=this;this.pos={},t.eachNode(function(t,e){r.pos[t]={x:e.x,y:e.y,width:e.width,height:e.height}})}function r(e,i,o,r){r=r||{};var n=this;if(this.pos={},this.vertices=[],this.vertexMap={},e.eachNode(function(t){var i=e.node(t),o=i.getBBox(!0),r={id:t,x:i.pos().x,y:i.pos().y,width:o.width,height:o.height,value:i};n.vertices.push(r),n.vertexMap[t]=r}),this.edges=[],e.eachEdge(function(t,e,i){n.edges.push({source:n.vertexMap[e],target:n.vertexMap[i]})}),this.force=t.layout.force().linkDistance(r.linkDistance).linkStrength(r.linkStrength).friction(r.friction).charge(function(t){var e=t.value.getBBox();return r.charge*Math.max(e.width,e.height)}).chargeDistance(r.chargeDistance).theta(r.theta).gravity(r.gravity).nodes(this.vertices).links(this.edges),r.oneShot){this.force.start();var a=e.nodeCount();a=Math.min(a*a,500);for(var s=0;a>s;++s)this.force.tick();this.force.stop()}}function n(t,i,o,r){var n=new e.graphlib.Graph({multigraph:!0,compound:!0}).setGraph(r).setDefaultNodeLabel(function(){return{}}).setDefaultEdgeLabel(function(){return{}});t.eachNode(function(e){var i=t.node(e),o=i.getBBox();n.setNode(e,{width:o.width,height:o.height})}),t.eachEdge(function(e,i,o){var r=t.edge(e);n.setEdge(i,o,{weight:r.weight()},r._id)}),t.eachNode(function(e){n.setParent(e,t.parent(e))}),this.dagreLayout=e.layout(n);var a=-n.graph().width/2,s=-n.graph().height/2;n.nodes().forEach(function(t){var e=n.node(t);e.x+=a,e.y+=s}),n.edges().forEach(function(t){for(var e=n.edge(t),i=0;ir)&&(i[0][0]=r),(null===i[0][1]||i[0][1]>a)&&(i[0][1]=a),(null===i[1][0]||i[1][0]1&&(h=1);var c=[-h*a,-h*s];this.setZoom(c,h,e)},c.prototype._origScale=c.prototype.scale,c.prototype.scale=function(t,e){var i=c.prototype._origScale.apply(this,arguments);return arguments.length&&this.zoomTo(t,e),i},c.prototype.zoomTo=function(t,e){switch(t){case"all":this.shrinkToFit(this.getVertexBounds(),e);break;case"width":var i=this.getVertexBounds();i[0][1]=0,i[1][1]=0,this.shrinkToFit(i,e);break;case"selection":this.shrinkToFit(this._selection.isEmpty()?this.getVertexBounds():this.getSelectionBounds(),e);break;default:var o=parseInt(t);(isNaN(o)||0>=o||o>200)&&(o=100),this.zoom.scale(o/100),this.applyZoom(e)}},c.prototype.centerOn=function(t,e){var i=(t[0][0]+t[1][0])/2,o=(t[0][1]+t[1][1])/2,r=[i,o];this.setZoom(r,1,e)},c.prototype._origLayout=c.prototype.layout,c.prototype.layout=function(t,e){var i=c.prototype._origLayout.apply(this,arguments);if(arguments.length&&this._renderCount){this.forceLayout&&(this.forceLayout.force.stop(),this.forceLayout=null);var o=this,r=this.getLayoutEngine();if("ForceDirected2"===this.layout())this.forceLayout=r,this.forceLayout.force.on("tick",function(t){if(r.vertices.forEach(function(t){var e=o.graphData.node(t.id);t.fixed?(t.x=t.px,t.y=t.py):(t.px=t.x,t.py=t.y,e.move({x:t.x,y:t.y}))}),o.graphData.edgeValues().forEach(function(t){t.points([],!1,!1)}),o.applyScaleOnLayout()){var e=o.getVertexBounds(r);o.shrinkToFit(e)}}),this.forceLayout.force.start();else if(r){if(this.forceLayout=null,o._dragging=!0,o.graphData.nodeValues().forEach(function(t){var i=r.nodePos(t._id);t.move({x:i.x,y:i.y},e),i.width&&i.height&&!t.width()&&!t.height()&&t.width(i.width).height(i.height).render()}),o.graphData.edgeValues().forEach(function(t){var i=r.edgePoints(t);t.points(i,e)}),o.applyScaleOnLayout()){var n=o.getVertexBounds(r);o.shrinkToFit(n,e)}this._fixIEMarkers(),setTimeout(function(){o._dragging=!1},e?e+50:50)}}return i},c.prototype.update=function(i,o){function r(t){t.target(this).render(),t.element().call(h.drag),t.dispatch&&(t.dispatch.on("sizestart",function(t,e){t.allowResize(h.allowDragging()),h.allowDragging()&&(h._dragging=!0)}),t.dispatch.on("size",function(t,e){h.refreshIncidentEdges(t,!1)}),t.dispatch.on("sizeend",function(t,e){if(h._dragging=!1,h.snapToGrid()){var i=t.calcSnap(h.snapToGrid());t.pos(i[0]).size(i[1]).render(),h.refreshIncidentEdges(t,!1)}}))}function n(t){t.target(this).render()}function a(t){t.render()}function s(t){t.render()}e.prototype.update.apply(this,arguments);var h=this,c=this.svgV.selectAll("#"+this._id+"V > .graphVertex").data(this.graphData.nodeValues(),function(t){return t.id()});c.enter().append("g").attr("class","graphVertex").style("opacity",1e-6).on("click.selectionBag",function(e){h._selection.click(e,t.event)}).on("click",function(e){h.vertex_click(e,t.event)}).on("dblclick",function(e){h.vertex_dblclick(e,t.event)}).on("mouseover",function(e){h._dragging||h.vertex_mouseover(t.select(this),e)}).on("mouseout",function(e){h._dragging||h.vertex_mouseout(t.select(this),e)}).each(r).transition().duration(750).style("opacity",1);var p=this.svgE.selectAll("#"+this._id+"E > .graphEdge").data(this.showEdges()?this.graphData.edgeValues():[],function(t){return t.id()});p.enter().append("g").attr("class","graphEdge").style("opacity",1e-6).on("click.selectionBag",function(e){h._selection.click(e,t.event)}).on("click",function(t){h.edge_click(t)}).on("mouseover",function(e){h._dragging||h.edge_mouseover(t.select(this),e)}).on("mouseout",function(e){h._dragging||h.edge_mouseout(t.select(this),e)}).each(n).transition().duration(750).style("opacity",1),c.each(a),p.each(s),c.exit().each(function(t){t.target(null)}).remove(),p.exit().each(function(t){t.target(null)}).remove(),this._renderCount||(this._renderCount++,this.setZoom([0,0],1),this.layout(this.layout()))},c.prototype.getLayoutEngine=function(){switch(this.layout()){case"Circle":return new s.Circle(this.graphData,this._size.width,this._size.height);case"ForceDirected":return new s.ForceDirected(this.graphData,this._size.width,this._size.height,{oneShot:!0,linkDistance:this.forceDirectedLinkDistance(),linkStrength:this.forceDirectedLinkStrength(),friction:this.forceDirectedFriction(),charge:this.forceDirectedCharge(),chargeDistance:this.forceDirectedChargeDistance(),theta:this.forceDirectedTheta(),gravity:this.forceDirectedGravity()});case"ForceDirected2":return new s.ForceDirected(this.graphData,this._size.width,this._size.height,{linkDistance:this.forceDirectedLinkDistance(),linkStrength:this.forceDirectedLinkStrength(),friction:this.forceDirectedFriction(),charge:this.forceDirectedCharge(),chargeDistance:this.forceDirectedChargeDistance(),theta:this.forceDirectedTheta(),gravity:this.forceDirectedGravity()});case"Hierarchy":return new s.Hierarchy(this.graphData,this._size.width,this._size.height,{rankdir:this.hierarchyRankDirection(),nodesep:this.hierarchyNodeSeparation(),edgesep:this.hierarchyEdgeSeparation(),ranksep:this.hierarchyRankSeparation()})}return null},c.prototype.getNeighborMap=function(t){var e={},i={};if(t)for(var o=this.graphData.nodeEdges(t.id()),r=0;r .placeholder").data(this.widget() ? [this.widget()] : [], function (d) { return d._id; }); + widgets.enter().append("div") + .attr("class", "placeholder") + .each(function (d) { + d.target(this); + }) + ; + widgets + .style({ + left: xPos + "px", + top: yPos + "px", + width: width + "px", + bottom: height + "px" + }) + .each(function (d) { + d + .resize({ width: width, height: height }) + ; + }) + ; + widgets.exit().each(function (d) { + d.target(null); + }).remove(); + }; + + AbsoluteSurface.prototype.exit = function (domNode, element) { + if (this.widget()) { + this.widget(null); + this.render(); + } + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + return AbsoluteSurface; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('layout/Accordion.js',["../common/HTMLWidget", "../common/FAChar", "css!./Accordion"], factory); + } else { + root.layout_Accordion = factory(root.common_HTMLWidget, root.common_FAChar); + } +}(this, function (HTMLWidget, FAChar) { + function Accordion() { + HTMLWidget.call(this); + + this._tag = "div"; + this._isClosed = false; + } + Accordion.prototype = Object.create(HTMLWidget.prototype); + Accordion.prototype.constructor = Accordion; + Accordion.prototype._class += " layout_Accordion"; + + Accordion.prototype.publish("content", [], "widgetArray", "Array of widgets",null,{tags:["Basic"]}); + Accordion.prototype.publish("title", "", "string", "Title of collapsible section",null,{tags:["Private"]}); + Accordion.prototype.publish("openIcon", "\uf147", "string", "Icon to display when list is open",null,{tags:["Private"]}); + Accordion.prototype.publish("closedIcon", "\uf196", "string", "Icon to display when list is closed",null,{tags:["Private"]}); + Accordion.prototype.publish("titleFontColor", "#FFFFFF", "html-color", "Title font color",null,{tags:["Private"]}); + Accordion.prototype.publish("titleBackgroundColor", "#333333", "html-color", "Title background color",null,{tags:["Private"]}); + + Accordion.prototype.publish("defaultCollapsed", false, "boolean", "Collapsed by default if true",null,{tags:["Private"]}); + + Accordion.prototype.pushListItem = function (widget,prepend,protect) { + var contentArr = this.content(); + + widget._protected = protect; + + if(prepend){ + contentArr.unshift(widget); + } else { + contentArr.push(widget); + } + this.content(contentArr); + return this; + }; + + Accordion.prototype.clearListItems = function () { + var arr = []; + for(var i in this.content()){ + if(this.content()[i]._protected){ + arr.push(this.content()[i]); + } + } + this.content(arr); + return this; + }; + + Accordion.prototype.collapseClick = function (element) { + if(element.classed("closed")){ + this._isClosed = false; + element.classed("open",true); + element.classed("closed",false); + } else { + this._isClosed = true; + element.classed("open",false); + element.classed("closed",true); + } + }; + + Accordion.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + var context = this; + this._isClosed = this.defaultCollapsed(); + element.classed(this._isClosed ? "closed" : "open",true); + + this.titleSpan = element.append("span").classed("collapsible-title",true); + this.iconDiv = element.append("div").classed("collapsible-icon",true); + this.ul = element.append("ul"); + + this.icon = new FAChar() + .size({height:24,width:24}) + .target(this.iconDiv.node()); + + this.iconDiv.on("click",function(){ + context.collapseClick(element); + context.render(); + }); + this.titleSpan.on("click",function(){ + context.collapseClick(element); + context.render(); + }); + }; + + Accordion.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + var context = this; + var this_id = ""; + this.titleSpan.text(context.title().length > 0 ? context.title() + this_id : "Accordion ["+context._id+"]" + this_id); + var rows = this.ul.selectAll("#"+context._id+" > ul > li").data(this.content(),function(d) { + return d._id; + }); + rows.enter() + .append(function(widget) { + var li = document.createElement("li"); + if(widget._target === null){ + var wSize = widget.size(); + if(wSize.width === 0 || wSize.height === 0){ + var cSize = context.size(); + widget.size({ + width:cSize.width, + height:cSize.width + }); + } + widget.target(li); + } else { + return widget._target; + } + return li; + }) + ; + rows.exit().remove(); + + this.icon + .text_colorFill(this.titleFontColor()) + .char(this._isClosed ? this.closedIcon() : this.openIcon()).render() + ; + }; + + Accordion.prototype.exit = function (domNode, element) { + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + return Accordion; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('layout/Surface.js',["d3", "../common/HTMLWidget", "../common/TextBox", "css!./Surface", "css!font-awesome",], factory); + } else { + root.layout_Surface = factory(root.d3, root.common_HTMLWidget, root.common_TextBox); + } +}(this, function (d3, HTMLWidget, TextBox) { + function Surface() { + HTMLWidget.call(this); + + this._tag = "div"; + + this._surfaceButtons = []; + } + Surface.prototype = Object.create(HTMLWidget.prototype); + Surface.prototype.constructor = Surface; + Surface.prototype._class += " layout_Surface"; + + Surface.prototype.publish("title", "", "string", "Title",null,{tags:["Intermediate"]}); + Surface.prototype.publish("widget", null, "widget", "Widget",null,{tags:["Basic"]}); + + Surface.prototype.publish("surfaceTitlePadding", null, "number", "Title Padding (px)", null, { tags: ["Advanced"] }); + Surface.prototype.publish("surfaceTitleFontSize", null, "number", "Title Font Size (px)", null, { tags: ["Advanced"] }); + Surface.prototype.publish("surfaceTitleFontColor", null, "html-color", "Title Font Color", null, { tags: ["Advanced"] }); + Surface.prototype.publish("surfaceTitleFontFamily", null, "string", "Title Font Family", null, { tags: ["Advanced"] }); + Surface.prototype.publish("surfaceTitleFontBold", true, "boolean", "Enable Bold Title Font", null, { tags: ["Advanced"] }); + Surface.prototype.publish("surfaceTitleBackgroundColor", null, "html-color", "Title Background Color", null, { tags: ["Advanced"] }); + + Surface.prototype.publish("surfacePadding", null, "string", "Surface Padding (px)", null, { tags: ["Intermediate"] }); + Surface.prototype.publish("surfaceBackgroundColor", null, "html-color", "Surface Background Color", null, { tags: ["Advanced"] }); + Surface.prototype.publish("surfaceBorderWidth", null, "number", "Surface Border Width (px)", null, { tags: ["Advanced"] }); + Surface.prototype.publish("surfaceBorderColor", null, "html-color", "Surface Border Color", null, { tags: ["Advanced"] }); + Surface.prototype.publish("surfaceBorderRadius", null, "number", "Surface Border Radius (px)", null, { tags: ["Advanced"] }); + + Surface.prototype.publish("surfaceTitleAlignment", "center", "set", "Title Alignment", ["left","right","center"],{tags:["Basic"]}); + + Surface.prototype.publish("buttonAnnotations", [], "array", "Button Array",null,{tags:["Private"]}); + + Surface.prototype.widgetSize = function (titleDiv, widgetDiv) { + var width = this.clientWidth(); + var height = this.clientHeight(); + if (this.title()) { + height -= this.calcHeight(titleDiv); + } + height -= this.calcFrameHeight(widgetDiv); + width -= this.calcFrameWidth(widgetDiv); + return { width: width, height: height }; + }; + + Surface.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + }; + + Surface.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + var context = this; + + element + .style("border-width",this.surfaceBorderWidth_exists() ? this.surfaceBorderWidth() + "px" : null) + .style("border-color",this.surfaceBorderColor()) + .style("border-radius",this.surfaceBorderRadius_exists() ? this.surfaceBorderRadius() + "px" : null) + .style("background-color",this.surfaceBackgroundColor()) + ; + + var titles = element.selectAll(".surfaceTitle").data(this.title() ? [this.title()] : []); + titles.enter().insert("h3", "div") + .attr("class", "surfaceTitle") + ; + titles + .text(function (d) { return d; }) + .style("text-align",this.surfaceTitleAlignment()) + .style("color",this.surfaceTitleFontColor()) + .style("font-size",this.surfaceTitleFontSize_exists() ? this.surfaceTitleFontSize() + "px" : null) + .style("font-family",this.surfaceTitleFontFamily()) + .style("font-weight",this.surfaceTitleFontBold() ? "bold" : "normal") + .style("background-color",this.surfaceTitleBackgroundColor()) + .style("padding",this.surfaceTitlePadding_exists() ? this.surfaceTitlePadding() + "px" : null) + ; + titles.exit().remove(); + + var surfaceTitle = element.select(".surfaceTitle"); + + var surfaceButtons = surfaceTitle.append("div").attr("class","html-button-container").selectAll(".surface-button").data(this.buttonAnnotations()); + surfaceButtons.enter().append("button").classed("surface-button",true) + .each(function (button, idx) { + var el = context._surfaceButtons[idx] = d3.select(this) + .attr("class", "surface-button" + (button.class ? " " + button.class : "")) + .attr("id", button.id) + .style("padding", button.padding) + .style("width", button.width) + .style("height", button.height) + .style("cursor","pointer"); + if (button.font === "FontAwesome") { + el + .style("background", "transparent") + .style("border", "none") + .on("click", function(d) { context.click(d); }) + .append("i") + .attr("class","fa") + .text(function(d) { return button.label; }); + } else { + el + .text(function(d) { return button.label; }) + .on("click", function(d) { context.click(d); }); + } + }) + ; + surfaceButtons.exit() + .each(function (d, idx) { + var element = d3.select(this); + delete context._surfaceButtons[idx]; + element.remove(); + }) + ; + var widgets = element.selectAll("#" + this._id + " > .surfaceWidget").data(this.widget() ? [this.widget()] : [], function (d) { return d._id; }); + + widgets.enter().append("div") + .attr("class", "surfaceWidget") + .each(function (d) { + d3.select(context.element().node().parentElement).classed("content-icon content-icon-"+(d.classID().split("_")[1]),true); + d.target(this); + }) + ; + widgets + .style("padding", this.surfacePadding_exists() ? this.surfacePadding() + "px" : null) + .each(function (d) { + var widgetSize = context.widgetSize(element.select("h3"), d3.select(this)); + if (widgetSize.width < 0) widgetSize.width = 0; + if (widgetSize.height < 0) widgetSize.height = 0; + d + .resize({ width: widgetSize.width, height: widgetSize.height }) + ; + }) + ; + widgets.exit().each(function (d) { + d.target(null); + }).remove(); + }; + + Surface.prototype.exit = function (domNode, element) { + if (this.widget()) { + this.widget(null); + this.render(); + } + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + Surface.prototype.click = function(obj) { + console.log("Clicked: " + obj.id); + }; + + return Surface; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('layout/Cell.js',["d3", "./Surface", "css!./Cell"], factory); + } else { + root.layout_Cell = factory(root.d3, root.layout_Surface); + } +}(this, function (d3, Surface) { + function Cell() { + Surface.call(this); + this._dragHandles = ["nw", "n", "ne", "e", "se", "s", "sw", "w"]; + this._indicateTheseIds = []; + } + Cell.prototype = Object.create(Surface.prototype); + Cell.prototype.constructor = Cell; + Cell.prototype._class += " layout_Cell"; + + Cell.prototype.publish("gridRow", 0, "number", "Grid Row Position",null,{tags:["Private"]}); + Cell.prototype.publish("gridCol", 0, "number", "Grid Column Position",null,{tags:["Private"]}); + Cell.prototype.publish("gridRowSpan", 1, "number", "Grid Row Span",null,{tags:["Private"]}); + Cell.prototype.publish("gridColSpan", 1, "number", "Grid Column Span",null,{tags:["Private"]}); + Cell.prototype.publish("handleSize", 6, "number", "Grid Row Position",null,{tags:["Private"]}); + + Cell.prototype.publish("indicatorGlowColor", "#EEEE11", "html-color", "Glow color of update-indicator",null,{tags:["Basic"]}); + Cell.prototype.publish("indicatorBorderColor", "#F48A00", "html-color", "Border color of update-indicator",null,{tags:["Basic"]}); + Cell.prototype.publish("indicatorOpacity", 0.8, "number", "Opacity of update-indicator",null,{tags:["Basic"]}); + + Cell.prototype.indicateTheseIds = function (_) { + if (!arguments.length) return this._indicateTheseIds; + this._indicateTheseIds = _; + return this; + }; + + Cell.prototype.enter = function (domNode, element) { + Surface.prototype.enter.apply(this, arguments); + var context = this; + element + .classed("layout_Surface", true) + .on("mouseenter", function (d) { context.onMouseEnter(); }) + .on("mouseleave", function (d) { context.onMouseLeave(); }) + ; + }; + + Cell.prototype.update = function (domNode, element) { + Surface.prototype.update.apply(this, arguments); + + var dragHandles = element.selectAll("#"+this.id()+" > .dragHandle").data(this._dragHandles, function (d) { return d; }); + dragHandles.enter().append("div") + .attr("class", function (d) { return "dragHandle dragHandle_" + d; }) + .style({ + padding:"0px", + margin:"0px", + position: "absolute" + }) + .each(function(d){ + switch(d){ + case "nw": + d3.select(this).style({ + width:"6px", + height:"6px", + left:"0px", + top:"0px", + "z-index":1000 + }); + break; + case "ne": + d3.select(this).style({ + width:"6px", + height:"6px", + left:"calc(100% - 6px)", + top:"0px", + "z-index":1000 + }); + break; + case "se": + d3.select(this).style({ + width:"6px", + height:"6px", + left:"calc(100% - 6px)", + top:"calc(100% - 6px)", + "z-index":1000 + }); + break; + case "sw": + d3.select(this).style({ + width:"6px", + height:"6px", + left:"0px", + top:"calc(100% - 6px)", + "z-index":1000 + }); + break; + case "n": + d3.select(this).style({ + width:"100%", + height:"6px", + left:"0px", + top:"0px", + "z-index":900 + }); + break; + case "e": + d3.select(this).style({ + width:"6px", + height:"100%", + left:"calc(100% - 6px)", + top:"0px", + "z-index":900 + }); + break; + case "s": + d3.select(this).style({ + width:"100%", + height:"6px", + left:"0px", + top:"calc(100% - 6px)", + "z-index":900 + }); + break; + case "w": + d3.select(this).style({ + width:"6px", + height:"100%", + left:"0px", + top:"0px", + "z-index":900 + }); + break; + } + }) + ; + + dragHandles.exit().remove(); + }; + + Cell.prototype.onMouseEnter = function (widgetArr){ + var arr = this.indicateTheseIds(); + var opacity = this.indicatorOpacity(); + var indicatorBorderColor = this.indicatorBorderColor(); + var indicatorGlowColor = this.indicatorGlowColor(); + for (var i = 0; i < arr.length; i++) { + var otherElement = d3.select("#" + arr[i]); + var otherWidget = otherElement.datum(); + if (otherElement) { + otherElement.append("div") + .attr("class", "update-indicator") + .style({ + width: otherWidget.width() + "px", + height: otherWidget.height() + "px", + opacity: opacity, + "border-color": indicatorBorderColor, + "-webkit-box-shadow": "inset 0px 0px 30px 0px " + indicatorGlowColor, + "-moz-box-shadow": "inset 0px 0px 30px 0px " + indicatorGlowColor, + "box-shadow": "inset 0px 0px 30px 0px " + indicatorGlowColor, + }) + ; + } + } + }; + Cell.prototype.onMouseLeave = function () { + var arr = this.indicateTheseIds(); + for (var i = 0; i < arr.length; i++) { + d3.selectAll("#" + arr[i] + " > div.update-indicator").remove(); + } + }; + + return Cell; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('layout/Border.js',["d3", "../common/HTMLWidget", "./Cell", "../common/Text", "css!./Border"], factory); + } else { + root.layout_Border = factory(root.d3, root.common_HTMLWidget, root.layout_Cell, root.common_Text); + } +}(this, function (d3, HTMLWidget, Cell, Text) { + function Border() { + HTMLWidget.call(this); + + this._tag = "div"; + + this._colCount = 0; + this._rowCount = 0; + this._colSize = 0; + this._rowSize = 0; + + this._shrinkWrapBoxes = {}; + + this.content([]); + this.sectionTypes([]); + } + Border.prototype = Object.create(HTMLWidget.prototype); + Border.prototype.constructor = Border; + Border.prototype._class += " layout_Border"; + + Border.prototype.publish("designMode", false, "boolean", "Design Mode",null,{tags:["Basic"]}); + + Border.prototype.publish("content", [], "widgetArray", "widgets", null, { tags: ["Intermediate"] }); + + Border.prototype.publish("gutter", 0, "number", "Gap Between Widgets",null,{tags:["Basic"]}); + + Border.prototype.publish("topShrinkWrap", false, "boolean", "'Top' Cell shrinks to fit content",null,{tags:["Intermediate"]}); + Border.prototype.publish("leftShrinkWrap", false, "boolean", "'Left' Cell shrinks to fit content",null,{tags:["Intermediate"]}); + Border.prototype.publish("rightShrinkWrap", false, "boolean", "'Right' Cell shrinks to fit content",null,{tags:["Intermediate"]}); + Border.prototype.publish("bottomShrinkWrap", false, "boolean", "'Bottom' Cell shrinks to fit content",null,{tags:["Intermediate"]}); + + Border.prototype.publish("topSize", 0, "number", "Height of the 'Top' Cell (px)",null,{tags:["Private"]}); + Border.prototype.publish("leftSize", 0, "number", "Width of the 'Left' Cell (px)",null,{tags:["Private"]}); + Border.prototype.publish("rightSize", 0, "number", "Width of the 'Right' Cell (px)",null,{tags:["Private"]}); + Border.prototype.publish("bottomSize", 0, "number", "Height of the 'Bottom' Cell (px)",null,{tags:["Private"]}); + + Border.prototype.publish("topPercentage", 20, "number", "Percentage (of parent) Height of the 'Top' Cell",null,{tags:["Private"]}); + Border.prototype.publish("leftPercentage", 20, "number", "Percentage (of parent) Width of the 'Left' Cell",null,{tags:["Private"]}); + Border.prototype.publish("rightPercentage", 20, "number", "Percentage (of parent) Width of the 'Right' Cell",null,{tags:["Private"]}); + Border.prototype.publish("bottomPercentage", 20, "number", "Percentage (of parent) Height of the 'Bottom' Cell",null,{tags:["Private"]}); + + Border.prototype.publish("surfacePadding", 0, "number", "Cell Padding (px)", null, { tags: ["Intermediate"] }); + + + Border.prototype.publish("sectionTypes", [], "array", "Section Types sharing an index with 'content' - Used to determine position/size.", null, { tags: ["Private"] }); + + Border.prototype.watchWidget = function (widget) { + if(this._watch === undefined){ + this._watch = {}; + } + if (this._watch[widget.id()]) { + this._watch[widget.id()].remove(); + delete this._watch[widget.id()]; + } + if (widget) { + var context = this; + this._watch[widget.id()] = widget.monitor(function (paramId, newVal, oldVal) { + if (oldVal !== newVal) { + context.lazyPostUpdate(); + } + }); + } + }; + + Border.prototype.lazyPostUpdate = Border.prototype.debounce(function () { + this.postUpdate(); + },100); + + Border.prototype.applyLayoutType = function () { + var layoutObj = this.borderLayoutObject(); + this.content().forEach(function (cell, i) { + cell._fixedLeft = layoutObj[this.sectionTypes()[i]].left; + cell._fixedTop = layoutObj[this.sectionTypes()[i]].top; + cell._fixedWidth = layoutObj[this.sectionTypes()[i]].width; + cell._fixedHeight = layoutObj[this.sectionTypes()[i]].height; + cell._dragHandles = this.cellSpecificDragHandles(this.sectionTypes()[i]); + }, this); + }; + Border.prototype.cellSpecificDragHandles = function (sectionType) { + switch(sectionType){ + case "top":return ["s"]; + case "right":return ["w"]; + case "bottom":return ["n"]; + case "left":return ["e"]; + case "center":return []; + } + }; + Border.prototype.borderLayoutObject = function (layoutType) { var t,b,r,l,c,retObj = {},context=this; + var topSize,topPerc,bottomSize,bottomPerc,leftSize,leftPerc,rightSize,rightPerc; + + var bcRect = this.target().getBoundingClientRect(); + var gridRect = {}; + gridRect.top = bcRect.top; + gridRect.left = bcRect.left; + gridRect.bottom = bcRect.bottom; + gridRect.right = bcRect.right; + if(this.target() instanceof SVGElement){ + gridRect.width = parseFloat(this.target().getAttribute("width")); + gridRect.height = parseFloat(this.target().getAttribute("height")); + } else { + gridRect.width = bcRect.width; + gridRect.height = bcRect.height; + } + if(this.sectionTypes().indexOf("top") !== -1){ + topSize = this.topSize(); + topPerc = this.topPercentage(); + if(typeof (this._shrinkWrapBoxes["top"]) !== "undefined"){ + topSize = this._shrinkWrapBoxes["top"].height + this.gutter(); + topPerc = 0; + } + } + if(this.sectionTypes().indexOf("bottom") !== -1){ + bottomSize = this.bottomSize(); + bottomPerc = this.bottomPercentage(); + if(typeof (this._shrinkWrapBoxes["bottom"]) !== "undefined"){ + bottomSize = this._shrinkWrapBoxes["bottom"].height + this.gutter(); + bottomPerc = 0; + } + } + if(this.sectionTypes().indexOf("left") !== -1){ + leftSize = this.leftSize(); + leftPerc = this.leftPercentage(); + if(typeof (this._shrinkWrapBoxes["left"]) !== "undefined"){ + leftSize = this._shrinkWrapBoxes["left"].width + this.gutter(); + leftPerc = 0; + } + } + if(this.sectionTypes().indexOf("right") !== -1){ + rightSize = this.rightSize(); + rightPerc = this.rightPercentage(); + if(typeof (this._shrinkWrapBoxes["right"]) !== "undefined"){ + rightSize = this._shrinkWrapBoxes["right"].width + this.gutter(); + rightPerc = 0; + } + } + + t = _sectionPlacementObject({ + width:{"px":0,"%":100}, + height:{"px":topSize,"%":topPerc}, + top:{"px":0,"%":0}, + left:{"px":0,"%":0} + }); + b = _sectionPlacementObject({ + width:{"px":0,"%":100}, + height:{"px":bottomSize,"%":bottomPerc}, + top:{"px":0,"%":100}, + left:{"px":0,"%":0} + }); + b.top -= b.height; + l = _sectionPlacementObject({ + width:{"px":leftSize,"%":leftPerc}, + height:{"px":-t.height-b.height,"%":100}, + top:{"px":t.height,"%":0}, + left:{"px":0,"%":0} + }); + r = _sectionPlacementObject({ + width:{"px":rightSize,"%":rightPerc}, + height:{"px":-t.height-b.height,"%":100}, + top:{"px":t.height,"%":0}, + left:{"px":0,"%":100} + }); + r.left -= r.width; + c = _sectionPlacementObject({ + width:{"px":-r.width-l.width,"%":100}, + height:{"px":-t.height-b.height,"%":100}, + top:{"px":t.height,"%":0}, + left:{"px":l.width,"%":0} + }); + retObj["top"] = t; + retObj["bottom"] = b; + retObj["right"] = r; + retObj["left"] = l; + retObj["center"] = c; + return retObj; + + function _sectionPlacementObject(obj){ + obj.width["px"] = typeof (obj.width["px"]) !== "undefined" ? obj.width["px"] : 0; + obj.width["%"] = typeof (obj.width["%"]) !== "undefined" ? obj.width["%"] : 0; + obj.height["px"] = typeof (obj.height["px"]) !== "undefined" ? obj.height["px"] : 0; + obj.height["%"] = typeof (obj.height["%"]) !== "undefined" ? obj.height["%"] : 0; + var ret = { + width:obj.width["px"] + (obj.width["%"]/100 * context.width()), + height:obj.height["px"] + (obj.height["%"]/100 * context.height()), + top:obj.top["px"] + (obj.top["%"]/100 * context.height()) + context.gutter()/2, + left:obj.left["px"] + (obj.left["%"]/100 * context.width()) + context.gutter()/2 + }; + return ret; + } + }; + + Border.prototype.clearContent = function (sectionType) { + if (!sectionType) { + this.content().forEach(function (contentWidget) { + contentWidget.target(null); + return false; + }); + d3.select("#" + this.id() + " > div.borderHandle") + .classed("borderHandleDisabled", true) + ; + delete this._watch; + this.content([]); + this.sectionTypes([]); + } else { + var idx = this.sectionTypes().indexOf(sectionType); + if (idx >= 0) { + if (this._watch && this.content()[idx]) { + delete this._watch[this.content()[idx].id()]; + } + this.content()[idx].target(null); + d3.select("#" + this.id() + " > div.borderHandle_" + sectionType) + .classed("borderHandleDisabled", true) + ; + this.content().splice(idx, 1); + this.sectionTypes().splice(idx, 1); + } + } + }; + + Border.prototype.hasContent = function (sectionType, widget, title) { + return this.sectionTypes().indexOf(sectionType) >= 0; + }; + + Border.prototype.setContent = function (sectionType, widget, title) { + this.clearContent(sectionType); + title = typeof (title) !== "undefined" ? title : ""; + if (widget) { + var cell = new Cell() + .surfaceBorderWidth(0) + .widget(widget) + .title(title) + ; + this.watchWidget(widget); + this.content().push(cell); + this.sectionTypes().push(sectionType); + } + return this; + }; + + Border.prototype.getContent = function (id) { + var idx = this.sectionTypes().indexOf(id); + if (idx >= 0) { + return this.content()[idx].widget(); + } + return null; + }; + + Border.prototype.setLayoutOffsets = function () { + this._offsetX = this._element.node().getBoundingClientRect().left + (this.gutter()/2); + this._offsetY = this._element.node().getBoundingClientRect().top + (this.gutter()/2); + }; + + Border.prototype.dragStart = function(handle){ + d3.event.sourceEvent.stopPropagation(); + var context = this; + + this._dragCell = handle; + this._dragCellStartSize = this[handle+"Size"](); + + if(this[handle+"ShrinkWrap"]()){ + this[handle+"Percentage"](0); + this[handle+"ShrinkWrap"](false); + } + + var handleElm = d3.select("#" + context.id() + " > div.borderHandle_"+handle); + context._handleTop = parseFloat(handleElm.style("top").split("px")[0]); + context._handleLeft = parseFloat(handleElm.style("left").split("px")[0]); + + this._dragPrevX = d3.event.sourceEvent.clientX; + this._dragPrevY = d3.event.sourceEvent.clientY; + }; + Border.prototype.dragTick = function(handle){ + var context = this; + + var xDelta = this._dragPrevX - d3.event.sourceEvent.clientX; + var yDelta = this._dragPrevY - d3.event.sourceEvent.clientY; + + switch(handle){ + case "top": + case "bottom": + _moveHandles(handle,yDelta); + break; + case "right": + case "left": + _moveHandles(handle,xDelta); + break; + } + + function _moveHandles(handle,delta){ + if(delta===0)return; + var handles = d3.selectAll("#" + context.id() + " > div.borderHandle"); + var grabbedHandle = d3.select("#" + context.id() + " > div.borderHandle_"+handle); + + if(grabbedHandle.classed("borderHandle_top")){ + grabbedHandle.style({ + top: (context._handleTop-delta)+"px" + }); + context._cellSizes.topHeight = context._handleTop-delta; + context._cellSizes.leftHeight = context._cellSizes.height; + context._cellSizes.leftHeight -= context._cellSizes.topHeight; + context._cellSizes.leftHeight -= context._cellSizes.bottomHeight; + context._cellSizes.rightHeight = context._cellSizes.leftHeight; + } + else if(grabbedHandle.classed("borderHandle_right")){ + grabbedHandle.style({ + left: (context._handleLeft-delta)+"px" + }); + context._cellSizes.rightWidth = context._cellSizes.width - context._handleLeft + delta; + } + else if(grabbedHandle.classed("borderHandle_bottom")){ + grabbedHandle.style({ + top: (context._handleTop-delta)+"px" + }); + context._cellSizes.bottomHeight = context._cellSizes.height - context._handleTop + delta; + context._cellSizes.leftHeight = context._cellSizes.height; + context._cellSizes.leftHeight -= context._cellSizes.bottomHeight; + context._cellSizes.leftHeight -= context._cellSizes.topHeight; + context._cellSizes.rightHeight = context._cellSizes.leftHeight; + } + else if(grabbedHandle.classed("borderHandle_left")){ + grabbedHandle.style({ + left: (context._handleLeft-delta)+"px" + }); + context._cellSizes.leftWidth = context._handleLeft-delta; + } + + handles.each(function(){ + var handle = d3.select(this); + if(handle.classed("borderHandle_top")){ + handle.style({ + width:context._cellSizes.width+"px", + top:(context._cellSizes.topHeight - 3)+"px" + }); + } + else if(handle.classed("borderHandle_right")){ + handle.style({ + left:(context._cellSizes.width - context._cellSizes.rightWidth)+"px", + top:(context._cellSizes.topHeight + 3)+"px", + height:context._cellSizes.rightHeight+"px" + }); + } + else if(handle.classed("borderHandle_bottom")){ + handle.style({ + width:context._cellSizes.width+"px", + top:(context._cellSizes.height - context._cellSizes.bottomHeight - 3)+"px" + }); + } + else if(handle.classed("borderHandle_left")){ + handle.style({ + left:context._cellSizes.leftWidth+"px", + height:context._cellSizes.leftHeight+"px", + top:(context._cellSizes.topHeight + 3)+"px" + }); + } + }); + } + }; + Border.prototype.dragEnd = function(handle){ + if(handle){ + var xDelta = this._dragPrevX - d3.event.sourceEvent.clientX; + var yDelta = this._dragPrevY - d3.event.sourceEvent.clientY; + + switch(handle){ + case "top": + if(yDelta !== 0){ + this.topPercentage(0); + this.topSize(this.topSize() === 0 ? this.getContent("top").getBBox().height - yDelta : this.topSize() - yDelta); + } + break; + case "right": + if(xDelta !== 0){ + this.rightPercentage(0); + this.rightSize(this.rightSize() === 0 ? this.getContent("right").getBBox().width + xDelta : this.rightSize() + xDelta); + } + break; + case "bottom": + if(yDelta !== 0){ + this.bottomPercentage(0); + this.bottomSize(this.bottomSize() === 0 ? this.getContent("bottom").getBBox().height + yDelta : this.bottomSize() + yDelta); + } + break; + case "left": + if(xDelta !== 0){ + this.leftPercentage(0); + this.leftSize(this.leftSize() === 0 ? this.getContent("left").getBBox().width - xDelta : this.leftSize() - xDelta); + } + break; + } + + this._dragPrevX = d3.event.sourceEvent.clientX; + this._dragPrevY = d3.event.sourceEvent.clientY; + } + this.render(); + }; + + Border.prototype.size = function (_) { + var retVal = HTMLWidget.prototype.size.apply(this, arguments); + if (arguments.length && this.contentDiv) { + this.contentDiv + .style("width", this._size.width + "px") + .style("height", this._size.height + "px") + ; + } + return retVal; + }; + + Border.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + var context = this; + element.style("position", "relative"); + this.contentDiv = element.append("div").classed("border-content",true); + this._scrollBarWidth = this.getScrollbarWidth(); + this._borderHandles = ["top","left","right","bottom"]; + + var handles = element.selectAll("div.borderHandle").data(this._borderHandles); + handles.enter().append("div") + .classed("borderHandle",true) + .each(function(handle){ + var h = d3.select(this); + h.classed("borderHandle_"+handle,true) + .classed("borderHandleDisabled",context.getContent(handle) === null) + ; + }); + }; + + Border.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + this._sectionTypeArr = this.sectionTypes(); + var context = this; + + element.classed("design-mode",this.designMode()); + + this.setLayoutOffsets(); + + var rows = this.contentDiv.selectAll(".cell_" + this._id).data(this.content(), function (d) { return d._id; }); + rows.enter().append("div") + .classed("cell_" + this._id,true) + .style("position", "absolute") + .each(function (d,i) { + d3.select(this).classed("border-cell border-cell-"+context._sectionTypeArr[i],true); + d.target(this); + d3.select("#"+context.id()+" > div.borderHandle_"+context._sectionTypeArr[i]) + .classed("borderHandleDisabled",false); + }); + rows.each(function (d, idx) { + var sectionType = context.sectionTypes()[idx]; + if(typeof (context[sectionType + "ShrinkWrap"]) !== "undefined" && context[sectionType + "ShrinkWrap"]()){ + d.render(); + context._shrinkWrapBoxes[sectionType] = d.widget().getBBox(true); + } else { + delete context._shrinkWrapBoxes[sectionType]; + } + }); + + var drag = d3.behavior.drag() + .on("dragstart", function (d,i) { context.dragStart.call(context,d,i); }) + .on("drag", function (d,i) { context.dragTick.call(context,d,i); }) + .on("dragend", function (d,i) { context.dragEnd.call(context,d,i); }) + ; + if(this.designMode()){ + element.selectAll("#"+this.id()+" > div.borderHandle").call(drag); + } else { + element.selectAll("#"+this.id()+" > div.borderHandle").on(".drag", null); + } + + var layoutObj = this.borderLayoutObject(); + this.content().forEach(function (cell, i) { + cell._fixedLeft = layoutObj[this.sectionTypes()[i]].left; + cell._fixedTop = layoutObj[this.sectionTypes()[i]].top; + cell._fixedWidth = layoutObj[this.sectionTypes()[i]].width; + cell._fixedHeight = layoutObj[this.sectionTypes()[i]].height; + cell._dragHandles = []; + }, this); + + rows + .style("left", function (d) { return d._fixedLeft + "px"; }) + .style("top", function (d) { return d._fixedTop + "px"; }) + .style("width", function (d) { return d._fixedWidth - context.gutter() + "px"; }) + .style("height", function (d) { return d._fixedHeight - context.gutter() + "px"; }) + .each(function (d) { + d._parentElement + .attr("draggable", context.designMode()) + .selectAll(".dragHandle") + .attr("draggable", context.designMode()) + ; + d + .surfacePadding(context.surfacePadding()) + .resize() + ; + }); + rows.exit().each(function (d) { + d + .target(null) + ; + }).remove(); + + this.getCellSizes(); + + element + .selectAll("#"+this.id()+" > div.borderHandle") + .each(function(){ + var handle = d3.select(this); + if(handle.classed("borderHandle_top")){ + handle.style({ + width:context._cellSizes.width+"px", + top:(context._cellSizes.topHeight - 3)+"px" + }); + } + else if(handle.classed("borderHandle_right")){ + handle.style({ + left:(context._cellSizes.width - context._cellSizes.rightWidth)+"px", + top:(context._cellSizes.topHeight + 3)+"px", + height:context._cellSizes.rightHeight+"px" + }); + } + else if(handle.classed("borderHandle_bottom")){ + handle.style({ + width:context._cellSizes.width+"px", + top:(context._cellSizes.height - context._cellSizes.bottomHeight - 3)+"px" + }); + } + else if(handle.classed("borderHandle_left")){ + handle.style({ + left:context._cellSizes.leftWidth+"px", + height:context._cellSizes.leftHeight+"px", + top:(context._cellSizes.topHeight + 3)+"px" + }); + } + + }) + ; + }; + + Border.prototype.getCellSizes = function () { + var context = this; + context._cellSizes = {}; + var contentRect = this.element().node().getBoundingClientRect(); + context._cellSizes.width = contentRect.width; + context._cellSizes.height = contentRect.height; + this.element() + .selectAll("#"+this.id()+" > div > div.border-cell") + .each(function(){ + var cell = d3.select(this); + if(typeof cell.node === "function"){ + var rect = cell.node().getBoundingClientRect(); + if(cell.classed("border-cell-top")){ + context._cellSizes.topHeight = rect.height; + }else if(cell.classed("border-cell-left")){ + context._cellSizes.leftWidth = rect.width; + context._cellSizes.leftHeight = rect.height; + }else if(cell.classed("border-cell-right")){ + context._cellSizes.rightWidth = rect.width; + context._cellSizes.rightHeight = rect.height; + }else if(cell.classed("border-cell-bottom")){ + context._cellSizes.bottomHeight = rect.height; + } + } + }); + var sizes = ['height','width','topHeight','bottomHeight','leftHeight','rightHeight','leftWidth','rightWidth']; + sizes.forEach(function(size){ + context._cellSizes[size] = context._cellSizes[size] === undefined ? 0 : context._cellSizes[size]; + }); + }; + + + Border.prototype.postUpdate = function (domNode, element) { + var context = this; + this.content().forEach(function(n){ + if(n._element.node() !== null){ + var prevBox = n.widget().getBBox(); + var currBox = n.widget().getBBox(true); + if(prevBox.width !== currBox.width || prevBox.height !== currBox.height){ + context.render(); + } + } + }); + }; + Border.prototype.exit = function (domNode, element) { + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + return Border; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('layout/Grid.js',["d3", "../common/HTMLWidget", "./Cell", "../common/TextBox", "../common/Utility", "css!./Grid"], factory); + } else { + root.layout_Grid = factory(root.d3, root.common_HTMLWidget, root.layout_Cell, root.common_TextBox, root.common_Utility); + } +}(this, function (d3, HTMLWidget, Cell, TextBox, Utility) { + function Grid() { + HTMLWidget.call(this); + + this._tag = "div"; + + this._colCount = 0; + this._rowCount = 0; + this._colSize = 0; + this._rowSize = 0; + this._selectionBag = new Utility.Selection(); + + this.content([]); + } + Grid.prototype = Object.create(HTMLWidget.prototype); + Grid.prototype.constructor = Grid; + Grid.prototype._class += " layout_Grid"; + + Grid.prototype.publish("designMode", false, "boolean", "Design Mode",null,{tags:["Basic"]}); + Grid.prototype.publish("designModeOpacity", 1, "number", "Opacity of Cells and drag handles in Design Mode",null,{tags:["Basic"]}); + Grid.prototype.publish("hideDragHandles", false, "boolean", "Hide Drag Handles in Design Mode",null,{tags:["Basic"]}); + Grid.prototype.publish("hideDesignGrid", false, "boolean", "Hide Design Mode Grid",null,{tags:["Basic"]}); + Grid.prototype.publish("disableCellSelection", false, "boolean", "Disable the ability to 'select' cells while in designMode",null,{tags:["Basic"]}); + Grid.prototype.publish("restrictDraggingOut", false, "boolean", "Restrict Cell dragging to the bounds of the Grid",null,{tags:["Basic"]}); + Grid.prototype.publish("gutter", 4, "number", "Gap Between Widgets",null,{tags:["Basic"]}); + Grid.prototype.publish("fitTo", "all", "set", "Sizing Strategy", ["all", "width"], { tags: ["Basic"] }); + + Grid.prototype.publish("designGridColor", "#dddddd", "html-color", "Color of grid lines in Design Mode",null,{tags:["Private"]}); + Grid.prototype.publish("designGridColorExtra", "#333333", "html-color", "Color of excess grid lines in Design Mode",null,{tags:["Private"]}); + + Grid.prototype.publish("surfacePadding", null, "string", "Cell Padding (px)", null, { tags: ["Intermediate"] }); + + Grid.prototype.publish("surfaceBorderWidth", 1, "number", "Width (px) of Cell Border", null, { tags: ["Intermediate"] }); + + Grid.prototype.publish("extraDesignModeWidth", 0, "number", "Number of additional columns added when in Design Mode.",null,{tags:["Private"]}); + Grid.prototype.publish("extraDesignModeHeight", 0, "number", "Number of additional rows added when in Design Mode.",null,{tags:["Private"]}); + Grid.prototype.publish("cellDensity", 3, "string", "Increase the cell density with this multiplier (Ex: 3 results in 3 cols per col and 3 rows per row)", null, { tags: ["Intermediate"] }); + + Grid.prototype.publish("content", [], "widgetArray", "widgets",null,{tags:["Basic"]}); + + Grid.prototype.getDimensions = function () { + var size = { width: 0, height: 0 }; + this.content().forEach(function (cell) { + if (size.width < cell.gridCol() + cell.gridColSpan()) { + size.width = cell.gridCol() + cell.gridColSpan(); + } + if (size.height < cell.gridRow() + cell.gridRowSpan()) { + size.height = cell.gridRow() + cell.gridRowSpan(); + } + }, this); + return size; + }; + + Grid.prototype.clearContent = function (widget) { + this.content(this.content().filter(function (contentWidget) { + if (!widget) { + contentWidget.target(null); + return false; + } + var w = contentWidget; + while (w) { + if (widget === w) { + contentWidget.target(null); + return false; + } + w = w.widget ? w.widget() : null; + } + return true; + })); + }; + + Grid.prototype.setContent = function (row, col, widget, title, rowSpan, colSpan) { + rowSpan = rowSpan || 1; + colSpan = colSpan || 1; + title = title || ""; + var mult = this.cellDensity(); + this.content(this.content().filter(function (contentWidget) { + if (contentWidget.gridRow() === row*mult && contentWidget.gridCol() === col*mult) { + contentWidget.target(null); + return false; + } + return true; + })); + if (widget) { + var cell = new Cell() + .gridRow(row*mult) + .gridCol(col*mult) + .widget(widget) + .title(title) + .gridRowSpan(rowSpan*mult) + .gridColSpan(colSpan*mult) + ; + this.prevDensity = mult; + this.content().push(cell); + } + return this; + }; + + Grid.prototype.sortedContent = function () { + return this.content().sort(function (l, r) { + if (l.gridRow() === r.gridRow()) { + return l.gridCol() - r.gridCol(); + } + return l.gridRow() - r.gridRow(); + }); + }; + + Grid.prototype.getCell = function (row, col) { + var retVal = null; + this.content().some(function (cell) { + if (row >= cell.gridRow() && row < cell.gridRow() + cell.gridRowSpan() && + col >= cell.gridCol() && col < cell.gridCol() + cell.gridColSpan()) { + retVal = cell; + return true; + } + return false; + }); + return retVal; + }; + + Grid.prototype.getWidgetCell = function (id) { + var retVal = null; + this.content().some(function (cell) { + if (cell.widget()._id === id) { + retVal = cell; + return true; + } + return false; + }); + return retVal; + }; + + Grid.prototype.getContent = function (id) { + var retVal = null; + this.content().some(function (cell) { + if (cell.widget()._id === id) { + retVal = cell.widget(); + return true; + } + return false; + }); + return retVal; + }; + + Grid.prototype.updateCellMultiples = function () { + var context = this; + if(this.prevDensity !== this.cellDensity()){ + this.content().forEach(function (cell) { + if(context.prevDensity && context.cellDensity()){ + var m1 = context.prevDensity; + var m2 = context.cellDensity(); + cell.gridRow(Math.floor(cell.gridRow() * m2/m1)); + cell.gridCol(Math.floor(cell.gridCol() * m2/m1)); + cell.gridRowSpan(Math.floor(cell.gridRowSpan() * m2/m1)); + cell.gridColSpan(Math.floor(cell.gridColSpan() * m2/m1)); + } + }); + this.prevDensity = this.cellDensity(); + } + }; + + Grid.prototype.childMoved = Grid.prototype.debounce(function (domNode, element) { + this.render(); + }, 250); + + Grid.prototype.resizeContent = function () { + this.content().forEach(function (cell) { + cell.resize(); + }); + return this; + }; + + Grid.prototype.renderContent = function (callback) { + var renderCount = 0; + this.content().forEach(function (cell) { + renderCount++; + cell.render(function () { + --renderCount; + }); + }); + if (callback) { + var renderIntervalHandler = setInterval(function () { + if (renderCount <= 0) { + clearInterval(renderIntervalHandler); + callback(); + } + }, 20); + } + return this; + }; + + Grid.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + element.style("position", "relative"); + this.dropDiv = element.append("div"); + this.contentDiv = element.append("div"); + this._scrollBarWidth = this.getScrollbarWidth(); + }; + + Grid.prototype.findCurrentLocation = function (e) { + this._currLoc = [ + Math.floor((e.clientX - this._offsetX)/this._colSize), + Math.floor((e.clientY - this._offsetY)/this._rowSize) + ]; + }; + + Grid.prototype.overHandle = function (e) { + var handle = ""; + var handleSize = this._dragCell.handleSize(); + + //Determines which edge cell (if any) this._currLoc is hovering over + //An "edge" meaning a dropCell on the exterrior edge of a surface that covers many cells + var onSouthEdge = this._dragCell.gridRowSpan() === this._currLoc[1] - this._dragCell.gridRow() + 1; + var onNorthEdge = this._dragCell.gridRow() === this._currLoc[1]; + var onEastEdge = this._dragCell.gridColSpan() === this._currLoc[0] - this._dragCell.gridCol() + 1; + var onWestEdge = this._dragCell.gridCol() === this._currLoc[0]; + + var top = this._offsetY + ((this._currLoc[1]) * this._rowSize); + var left = this._offsetX + ((this._currLoc[0]) * this._colSize); + var width = this._colSize - this.gutter(); + var height = this._rowSize - this.gutter(); + + if(Math.ceil(top + height) >= e.clientY && Math.floor(top + height - handleSize) <= e.clientY && onSouthEdge){ + handle = "s";//within SOUTH handle range + } + else if(Math.floor(top) <= e.clientY && Math.ceil(top + handleSize) >= e.clientY && onNorthEdge){ + handle = "n";//within NORTH handle range + } + if(Math.ceil(left + width) >= e.clientX && Math.floor(left + width - handleSize) <= e.clientX && onEastEdge){ + handle += "e";//within EAST handle range + } + else if(Math.floor(left) <= e.clientX && Math.ceil(left + handleSize) >= e.clientX && onWestEdge){ + handle += "w";//within WEST handle range + } + return handle; + }; + + Grid.prototype.createDropTarget = function (loc,handle) { + var col = loc[0] - this._dragCellOffsetX; + var row = loc[1] - this._dragCellOffsetY; + var colSpan = this._dragCell.gridColSpan(); + var rowSpan = this._dragCell.gridRowSpan(); + + var dropTarget = document.createElement("div"); + dropTarget.id = "grid-drop-target"+this.id(); + dropTarget.className = "grid-drop-target grid-drag-handle-"+handle; + + this._element.node().appendChild(dropTarget); + this.updateDropTarget(col,row,colSpan,rowSpan); + }; + + Grid.prototype.setGridOffsets = function () { + this._offsetX = this._element.node().getBoundingClientRect().left + (this.gutter()/2); + this._offsetY = this._element.node().getBoundingClientRect().top + (this.gutter()/2); + }; + + Grid.prototype.updateDropTarget = function (col,row,colSpan,rowSpan) { + if(this.restrictDraggingOut()){ + var beyondTop = row < 0; + var beyondRight = col+colSpan > this._colCount; + var beyondBottom = row+rowSpan > this._rowCount; + var beyondLeft = col < 0; + if(beyondRight){ + var rDiff = col+colSpan - this._colCount; + col -= rDiff; + } + if(beyondBottom){ + var bDiff = row+rowSpan - this._rowCount; + row -= bDiff; + } + if(beyondLeft){ + col = 0; + } + if(beyondTop){ + row = 0; + } + } + var top,left,width,height; + top = this._offsetY + (row * this._rowSize); + left = this._offsetX + (col * this._colSize); + width = colSpan * this._colSize - this.gutter(); + height = rowSpan * this._rowSize - this.gutter(); + + var dropTarget = document.getElementById("grid-drop-target"+this.id()); + dropTarget.style.top = top + "px"; + dropTarget.style.left = left + "px"; + dropTarget.style.width = width + "px"; + dropTarget.style.height = height + "px"; + }; + + Grid.prototype.moveDropTarget = function (loc) { + if(this.restrictDraggingOut()){ + loc[0] = loc[0] > this._colCount-1 ? this._colCount-1 : loc[0]; + loc[0] = loc[0] < 0 ? 0 : loc[0]; + loc[1] = loc[1] > this._rowCount-1 ? this._rowCount-1 : loc[1]; + loc[1] = loc[1] < 0 ? 0 : loc[1]; + } + if(this._handle){ + var pivotCell = []; + switch(this._handle){ + case "nw": + pivotCell = [this._dragCell.gridCol()+this._dragCell.gridColSpan()-1,this._dragCell.gridRow()+this._dragCell.gridRowSpan()-1]; + break; + case "n": + case "ne": + pivotCell = [this._dragCell.gridCol(),this._dragCell.gridRow()+this._dragCell.gridRowSpan()-1]; + break; + case "e": + case "se": + case "s": + pivotCell = [this._dragCell.gridCol(),this._dragCell.gridRow()]; + break; + case "sw": + case "w": + pivotCell = [this._dragCell.gridCol()+this._dragCell.gridColSpan()-1,this._dragCell.gridRow()]; + break; + } + switch(this._handle){ + case "e": + case "w": + this._locY = pivotCell[1]; + break; + default: + this._locY = loc[1] <= pivotCell[1] ? loc[1] : pivotCell[1]; + break; + } + switch(this._handle){ + case "n": + case "s": + this._locX = pivotCell[0]; + break; + default: + this._locX = loc[0] <= pivotCell[0] ? loc[0] : pivotCell[0]; + break; + } + switch(this._handle){ + case "n": + case "s": + this._sizeX = this._dragCell.gridColSpan(); + break; + default: + this._sizeX = Math.abs(loc[0] - pivotCell[0]) + 1; + break; + } + switch(this._handle){ + case "e": + case "w": + this._sizeY = this._dragCell.gridRowSpan(); + break; + default: + this._sizeY = Math.abs(loc[1] - pivotCell[1]) + 1; + break; + } + } else if (document.getElementById("grid-drop-target"+this.id()) !== null) { + var target = this.getCell(loc[1], loc[0]); + if(target !== null && this._dragCell._id !== target._id){ + document.getElementById("grid-drop-target"+this.id()).className = "grid-drop-target drop-target-over"; + this._locX = target.gridCol(); + this._locY = target.gridRow(); + this._sizeX = target.gridColSpan(); + this._sizeY = target.gridRowSpan(); + } else { + document.getElementById("grid-drop-target"+this.id()).className = "grid-drop-target"; + this._locX = loc[0] - this._dragCellOffsetX; + this._locY = loc[1] - this._dragCellOffsetY; + this._sizeX = this._dragCell.gridColSpan(); + this._sizeY = this._dragCell.gridRowSpan(); + } + } + + this.updateDropTarget(this._locX,this._locY,this._sizeX,this._sizeY); + }; + + Grid.prototype.updateCells = function (cellWidth, cellHeight) { + var context = this; + + this.updateCellMultiples(); + + var rows = this.contentDiv.selectAll(".cell_." + this._id).data(this.content(), function (d) { return d._id; }); + rows.enter().append("div") + .attr("class", "cell_ " + this._id) + .style("position", "absolute") + .each(function (d) { + d + .target(this) + ; + d.__grid_watch = d.monitor(function (key, newVal, oldVal) { + if (context._renderCount && key.indexOf("grid") === 0 && newVal !== oldVal) { + context.childMoved(); + } + }); + }); + var drag = d3.behavior.drag() + .on("dragstart", function (d) { + d3.event.sourceEvent.stopPropagation(); + + context._dragCell = d; + + context.setGridOffsets(); + context.findCurrentLocation(d3.event.sourceEvent); + + context._startLoc = [context._currLoc[0],context._currLoc[1]]; + + context._element.selectAll(".dragHandle") + .style("visibility", "hidden") + ; + + context._handle = context.overHandle(d3.event.sourceEvent); + if(context._dragCell._dragHandles.indexOf(context._handle) === -1){ + context._handle = undefined; + } + + context._dragCellOffsetX = context._currLoc[0] - d.gridCol(); + context._dragCellOffsetY = context._currLoc[1] - d.gridRow(); + context.createDropTarget(context._currLoc,context._handle); + setTimeout(function () { + context.contentDiv.selectAll(".cell_." + context._id) + .classed("dragItem", function (d2) { + return d._id === d2._id; + }).classed("notDragItem", function (d2) { + return d._id !== d2._id; + }) + ; + }, 0); + + context._initSelection = true; + }) + .on("drag", function (d) { + context._initSelection = false; + context._dragCell = d; + context.findCurrentLocation(d3.event.sourceEvent); + if(typeof (context._currLocation) === "undefined" || (context._currLocation[0] !== context._currLoc[0] || context._currLocation[1] !== context._currLoc[1])){ + context._currLocation = context._currLoc; + context.moveDropTarget(context._currLoc); + } + }) + .on("dragend", function () { + d3.event.sourceEvent.stopPropagation(); + + if(context._initSelection || context._startLoc[0] === context._currLoc[0] || context._startLoc[1] === context._currLoc[1]){ + if(!context.disableCellSelection()){ + context.selectionBagClick(context.getCell(context._currLoc[1],context._currLoc[0])); + } + } + + context._element.selectAll(".dragHandle") + .style("visibility", null) + ; + + if (context._handle) { + if(context.restrictDraggingOut()){ + //Contain the dragCell (while 'resizing') within the bounds of the Grid + var locY = context._locY > 0 ? context._locY : 0; + var locX = context._locX > 0 ? context._locX : 0; + locY = context._locY+context._sizeY < context._rowCount ? context._locY : context._rowCount-context._sizeY; + locX = context._locX+context._sizeX < context._colCount ? context._locX : context._colCount-context._sizeX; + + context._dragCell.gridRow(locY); + context._dragCell.gridRowSpan(context._sizeY); + context._dragCell.gridCol(locX); + context._dragCell.gridColSpan(context._sizeX); + } else { + context._dragCell.gridRow(context._locY); + context._dragCell.gridRowSpan(context._sizeY); + context._dragCell.gridCol(context._locX); + context._dragCell.gridColSpan(context._sizeX); + } + } else { + var targetRow = context._currLoc[1]; + var targetCol = context._currLoc[0]; + var targetRowSpan = context._dragCell.gridRowSpan(); + var targetColSpan = context._dragCell.gridColSpan(); + var targetCell = context.getCell(context._currLoc[1], context._currLoc[0]); + if (targetCell === context._dragCell) { + targetRowSpan = targetCell.gridRowSpan(); + targetColSpan = targetCell.gridColSpan(); + targetCell = null; + } + var newDragCellCol; + var newDragCellRow; + if (targetCell) { + //If dragCell is dropped onto another Cell... swap Cell sizes and positions + targetRow = targetCell.gridRow(); + targetCol = targetCell.gridCol(); + targetRowSpan = targetCell.gridRowSpan(); + targetColSpan = targetCell.gridColSpan(); + targetCell + .gridCol(context._dragCell.gridCol()) + .gridColSpan(context._dragCell.gridColSpan()) + .gridRow(context._dragCell.gridRow()) + .gridRowSpan(context._dragCell.gridRowSpan()) + ; + newDragCellCol = targetCol; + newDragCellRow = targetRow; + } else { + newDragCellCol = targetCol - context._dragCellOffsetX; + newDragCellRow = targetRow - context._dragCellOffsetY; + if(context.restrictDraggingOut()){ + //Contain the dragCell (while 'moving') within the bounds of the Grid + targetRowSpan = context._dragCell.gridRowSpan(); + targetColSpan = context._dragCell.gridColSpan(); + var rightExcess = newDragCellCol + targetColSpan - context._colCount; + var bottomExcess = newDragCellRow + targetRowSpan - context._rowCount; + newDragCellCol -= rightExcess > 0 ? rightExcess : 0; + newDragCellRow -= bottomExcess > 0 ? bottomExcess : 0; + + newDragCellCol = newDragCellCol > 0 ? newDragCellCol : 0; + newDragCellRow = newDragCellRow > 0 ? newDragCellRow : 0; + } + } + context._dragCell + .gridCol(newDragCellCol) + .gridRow(newDragCellRow) + .gridColSpan(targetColSpan) + .gridRowSpan(targetRowSpan) + ; + } + var gridDropTarget = document.getElementById("grid-drop-target"+context.id()); + gridDropTarget.parentNode.removeChild(gridDropTarget); + + setTimeout(function () { + context.contentDiv.selectAll(".cell_." + context._id) + .classed("dragItem", false) + .classed("notDragItem", false) + ; + }, 0); + + context._dragCell = null; + }); + + if(this.designMode()){ + this.contentDiv.selectAll(".cell_." + this._id).call(drag); + d3.select(context._target).on("click",function(){ + context._selectionBag.clear(); + context.postSelectionChange(); + }); + } else { + this.contentDiv.selectAll(".cell_." + this._id).on(".drag", null); + this._selectionBag.clear(); + } + + rows.style("left", function (d) { return d.gridCol() * cellWidth + context.gutter() / 2 + "px"; }) + .style("top", function (d) { return d.gridRow() * cellHeight + context.gutter() / 2 + "px"; }) + .style("width", function (d) { return d.gridColSpan() * cellWidth - context.gutter() + "px"; }) + .style("height", function (d) { return d.gridRowSpan() * cellHeight - context.gutter() + "px"; }) + .each(function (d) { + d._parentElement + .attr("draggable", context.designMode()) + .selectAll(".dragHandle") + .attr("draggable", context.designMode()) + ; + + d + .surfacePadding(context.surfacePadding()) + .surfaceBorderWidth(context.surfaceBorderWidth()) + .resize() + ; + }); + rows.exit().each(function (d) { + d + .target(null) + ; + if (d.__grid_watch) { + d.__grid_watch.remove(); + } + }).remove(); + }; + + Grid.prototype.postSelectionChange = function(){}; + + Grid.prototype.updateDropCells = function (dimensions, cellWidth, cellHeight) { + var context = this; + if(_needsCanvasRedraw()){ + if(this.designMode() && !this.hideDesignGrid()){ + var c_canvas = document.createElement("canvas"); + c_canvas.width = dimensions.width * cellWidth; + c_canvas.height = dimensions.height * cellHeight; + var contentWidth = (dimensions.width - this.extraDesignModeWidth()) * cellWidth; + var contentHeight = (dimensions.height - this.extraDesignModeHeight()) * cellHeight; + var canvasContext = c_canvas.getContext("2d"); + + //Draw vertical lines + var xCount = 0; + for (var x = 0.5 + cellWidth; x < c_canvas.width; x += cellWidth) { + xCount++; + if(xCount < dimensions.width - this.extraDesignModeWidth()){ + _drawLine(_roundHalf(x),_roundHalf(x),0,contentHeight,this.designGridColor()); + } else { + _drawLine(_roundHalf(x),_roundHalf(x),0,c_canvas.height,this.designGridColorExtra()); + } + } + //Draw horizontal lines + var yCount = 0; + for (var y = 0.5 + cellHeight; y < c_canvas.height; y += cellHeight) { + yCount++; + if(yCount < dimensions.height - this.extraDesignModeHeight()){ + _drawLine(0,contentWidth,_roundHalf(y),_roundHalf(y),this.designGridColor()); + } else { + _drawLine(0,c_canvas.width,_roundHalf(y),_roundHalf(y),this.designGridColorExtra()); + } + } + //Draw excess (short) vertical lines + xCount = 0; + for (var x2 = 0.5 + cellWidth; x2 < c_canvas.width; x2 += cellWidth) { + if(xCount < dimensions.width - this.extraDesignModeWidth()){ + _drawLine(_roundHalf(x2),_roundHalf(x2),contentHeight,c_canvas.height,this.designGridColorExtra()); + } + } + //Draw excess (short) horizontal lines + yCount = 0; + for (var y2 = 0.5 + cellHeight; y2 < c_canvas.height; y2 += cellHeight) { + if(yCount < dimensions.height - this.extraDesignModeHeight()){ + _drawLine(contentWidth,c_canvas.width,_roundHalf(y2),_roundHalf(y2),this.designGridColorExtra()); + } + } + + if(this._target){ + this._target.style.backgroundImage = "url("+ c_canvas.toDataURL()+")"; + } + + this.prevDimensions = { + "width":dimensions.width, + "height":dimensions.height + }; + this.prevCellWidth = cellWidth; + this.prevCellHeight = cellHeight; + } else if (this._target) { + this._target.style.backgroundImage = ""; + } + } + + + function _roundHalf(n){ + return parseInt(n) - 0.5; + } + function _drawLine(x1,x2,y1,y2,color){ + canvasContext.beginPath(); + canvasContext.strokeStyle = color; + canvasContext.moveTo(x1,y1); + canvasContext.lineTo(x2,y2); + canvasContext.stroke(); + } + function _needsCanvasRedraw(){ + var ret = false; + if(typeof (context.prevDimensions) === "undefined"){ + ret = true; + } else if (context.prevDimensions.width !== dimensions.width || context.prevDimensions.height !== dimensions.height) { + ret = true; + } else if (context.prevCellWidth !== cellWidth || context.prevCellHeight !== cellHeight) { + ret = true; + } else if (context._target.style.backgroundImage === "" && context.designMode() && !context.hideDesignGrid()) { + ret = true; + } else if (context._target.style.backgroundImage !== "" && !context.designMode()) { + ret = true; + } else if (context._target.style.backgroundImage !== "" && context.hideDesignGrid()) { + ret = true; + } + return ret; + } + }; + + Grid.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + this._parentElement.style("overflow-x", this.fitTo() === "width" ? "hidden" : null); + this._parentElement.style("overflow-y", this.fitTo() === "width" ? "scroll" : null); + var dimensions = this.getDimensions(); + if (this.designMode()) { + dimensions.width+=this.extraDesignModeWidth(); + dimensions.height+=this.extraDesignModeHeight(); + } + var cellWidth = (this.width() - (this.fitTo() === "width" ? this._scrollBarWidth : 0)) / dimensions.width; + var cellHeight = this.fitTo() === "all" ? this.height() / dimensions.height : cellWidth; + + this._colCount = dimensions.width; + this._rowCount = dimensions.height; + this._colSize = cellWidth; + this._rowSize = cellHeight; + + element.selectAll("#"+this.id()+" > div > div.cell_ > div[draggable=true]").style({opacity:this.designModeOpacity()}); + element.selectAll("#"+this.id()+" > div > div.cell_ > div[draggable=true] > div > div.dragHandle").style({opacity:this.designModeOpacity()}); + element.selectAll("#"+this.id()+" > div > div.cell_ > div[draggable=false]").style({opacity:1}); + element.selectAll("#"+this.id()+" > div > div.cell_ > div[draggable=false] > div > div.dragHandle").style({opacity:1}); + + + this.updateCells(cellWidth, cellHeight); + this.updateDropCells(dimensions, cellWidth, cellHeight); + + element.classed("hideHandles",this.hideDragHandles()); + }; + + Grid.prototype.exit = function (domNode, element) { + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + Grid.prototype._createSelectionObject = function (d) { + return { + _id: d._id, + element: function () { + return d._element; + }, + widget:d + }; + }; + + Grid.prototype.selection = function (_) { + if (!arguments.length) return this._selectionBag.get().map(function (d) { return d._id; }); + this._selectionBag.set(_.map(function (row) { + return this._createSelectionObject(row); + }, this)); + return this; + }; + + Grid.prototype.selectionBagClick = function (d) { + if(d !== null){ + var selectionObj = this._createSelectionObject(d); + if(d3.event.sourceEvent.ctrlKey){ + if(this._selectionBag.isSelected(selectionObj)){ + this._selectionBag.remove(selectionObj); + this.postSelectionChange(); + } else { + this._selectionBag.append(selectionObj); + this.postSelectionChange(); + } + } else { + this._selectionBag.set([selectionObj]); + this.postSelectionChange(); + } + } + }; + + return Grid; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('layout/Layered.js',["d3", "../common/HTMLWidget", "../layout/AbsoluteSurface", "../common/TextBox", "../common/Text", "css!./Layered"], factory); + } else { + root.layout_Layered = factory(root.d3, root.common_HTMLWidget, root.layout_AbsoluteSurface, root.common_TextBox, root.common_Text); + } +}(this, function (d3, HTMLWidget, AbsoluteSurface, TextBox, Text) { + function Layered() { + HTMLWidget.call(this); + + this._tag = "div"; + } + Layered.prototype = Object.create(HTMLWidget.prototype); + Layered.prototype.constructor = Layered; + Layered.prototype._class += " layout_Layered"; + + Layered.prototype.publish("surfacePadding", 0, "number", "Padding"); + + Layered.prototype.publish("widgets", [], "widgetArray", "widgets", null, { tags: ["Private"] }); + + Layered.prototype.addLayer = function(widget) { + var widgets = this.widgets(); + widgets.push(widget ? widget : new Text().text("No widget defined for layer.")); + this.widgets(widgets); + return this; + }; + + Layered.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + this._contentContainer = element.append("div") + .attr("class", "container") + ; + }; + + Layered.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + var context = this; + + element.style("padding", this.surfacePadding() + "px"); + + var content = this._contentContainer.selectAll(".content.id" + this.id()).data(this.widgets(), function (d) { return d.id(); }); + content.enter().append("div") + .attr("class", "content id" + this.id()) + .each(function (widget, idx) { + widget.target(this); + }) + ; + content + .each(function (widget, idx) { + widget + .resize({ width: context.clientWidth(), height: context.clientHeight() }) + .render() + ; + }) + ; + content.exit() + .each(function (widget, idx) { + widget + .target(null) + ; + }) + .remove() + ; + content.order(); + }; + + return Layered; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('layout/Popup.js',["d3", "../common/HTMLWidget", "../layout/Surface", "../common/Icon"], factory); + } else { + root.layout_Popup = factory(root.d3, root.common_HTMLWidget, root.layout_Surface, root.common_Icon); + } +}(this, function (d3, HTMLWidget, Surface, Icon) { + function Popup() { + HTMLWidget.call(this); + this._tag = "div"; + this._surfaceButtons = []; + } + + Popup.prototype = Object.create(HTMLWidget.prototype); + Popup.prototype.constructor = Popup; + Popup.prototype._class += " layout_Popup"; + + Popup.prototype.publish("popupState", false, "boolean", "State of the popup, visible (true) or hidden (false)",null,{}); + Popup.prototype.publish("shrinkWrap", false, "boolean", "The popup parent container either shrinks to the size of its contents (true) or expands to fit thge popup's parentDiv (false)",null,{}); + Popup.prototype.publish("centerPopup", "none", "set", "Center the widget in its container element (target) or in the window",["none", "container", "window"],{}); + Popup.prototype.publish("top", null, "number", "Top position property of popup",null,{}); + Popup.prototype.publish("bottom", null, "number", "Bottom position property of popup",null,{}); + Popup.prototype.publish("left", null, "number", "Left position property of popup",null,{}); + Popup.prototype.publish("right", null, "number", "Right position property of popup",null,{}); + Popup.prototype.publish("position", "relative", "set", "Value of the 'position' property",["absolute", "relative", "fixed", "static", "initial", "inherit" ],{tags:["Private"]}); + + Popup.prototype.publish("widget", null, "widget", "Widget",null,{tags:["Private"]}); + + Popup.prototype.updateState = function (visible) { + visible = visible || !this.popupState(); + this.popupState(visible).render(); + }; + + Popup.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + this.widget() + .target(domNode) + ; + this._originalPosition = this.position(); + }; + + Popup.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + element.style({ + visibility: this.popupState() ? null : "hidden", + opacity: this.popupState() ? null : 0, + width: this.shrinkWrap() ? this.widget().width() + "px": this._size.width + "px", + height: this.shrinkWrap() ? this.widget().height() + "px" : this._size.height + "px", + }); + if (this.widget().size().height === 0 ) { + this.widget().resize(this.size()); + } + }; + + Popup.prototype.postUpdate = function (domNode, element) { + var left, top; + switch (this.centerPopup()) { + case "container": + if (this._parentElement) { + left = parseInt(this._parentElement.style("width"))/2 - this.widget().width()/2; + top = parseInt(this._parentElement.style("height"))/2 - this.widget().height()/2; + } + this.position("absolute"); + break; + + case "window": + left = window.innerWidth/2 - this.widget().width()/2; + top = window.innerHeight/2 - this.widget().height()/2; + this.position("fixed"); + break; + + default: + left = 0; + top = 0; + this.position(this._originalPosition); + break; + } + + this.pos({ x: left, y: top }); + + HTMLWidget.prototype.postUpdate.apply(this, arguments); + + element + .style("position",this.position()) + .style("left",this.left() + "px") + .style("right",this.right() + "px") + .style("top",this.top() + "px") + .style("bottom",this.bottom() + "px") + ; + }; + + Popup.prototype.exit = function (domNode, element) { + if (this.widget()) { + this.widget(null); + this.render(); + } + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + Popup.prototype.click = function(obj) { + console.log("Clicked: " + obj.id); + }; + + return Popup; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('layout/Tabbed.js',["d3", "../common/HTMLWidget", "../layout/Surface", "../common/Text", "css!./Tabbed"], factory); + } else { + root.layout_Tabbed = factory(root.d3, root.common_HTMLWidget, root.layout_Surface, root.common_Text); + } +}(this, function (d3, HTMLWidget, Surface,Text) { + function Tabbed() { + HTMLWidget.call(this); + + this._tag = "div"; + } + Tabbed.prototype = Object.create(HTMLWidget.prototype); + Tabbed.prototype.constructor = Tabbed; + Tabbed.prototype._class += " layout_Tabbed"; + + Tabbed.prototype.publish("showTabs", true, "boolean", "Show Tabs", null, {}); + Tabbed.prototype.publish("surfacePadding", 4, "number", "Padding"); + Tabbed.prototype.publish("activeTabIdx", 0, "number", "Index of active tab", null, {}); + + Tabbed.prototype.publish("labels", [], "array", "Array of tab labels sharing an index with ", null, { tags: ["Private"] }); + Tabbed.prototype.publish("tabLocation", "top", "set", "Position the tabs at the bottom of the widget", ["top", "bottom"], { tags: ["Private"] }); + Tabbed.prototype.publish("widgets", [], "widgetArray", "widgets", null, { tags: ["Private"] }); + + Tabbed.prototype.clearTabs = function () { + this.labels([]); + this.widgets([]); + return this; + }; + + Tabbed.prototype.addTab = function (widget, label, isActive, callback) { + var widgetSize = widget.size(); + if(widgetSize.width === 0 && widgetSize.height === 0){ + widget.size({width:"100%",height:"100%"}); + } + var labels = this.labels(); + var widgets = this.widgets(); + if (isActive) { + this.activeTabIdx(this.widgets().length); + } + labels.push(label); + var surface = new Surface().widget(widget ? widget : new Text().text("No widget defined for tab")); + widgets.push(surface); + this.labels(labels); + this.widgets(widgets); + if (callback) { + callback(surface); + } + return this; + }; + + Tabbed.prototype.widgetSize = function (widgetDiv) { + var width = this.clientWidth(); + var height = this.clientHeight(); + + var tcBox = this._tabContainer.node().getBoundingClientRect(); + if(typeof (tcBox.height) !== "undefined"){ + height -= tcBox.height; + } + return { width: width, height: height }; + }; + + Tabbed.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + this._tabContainer = element.append("div"); + this._contentContainer = element.append("div"); + }; + + Tabbed.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + var context = this; + + element.style("padding", this.surfacePadding_exists() ? this.surfacePadding() + "px" : null); + + var tabs = this._tabContainer.selectAll(".tab-button.id" + this.id()).data(this.showTabs() ? this.labels() : [], function (d) { return d; }); + tabs.enter().append("span") + .attr("class", "tab-button id" + this.id()) + .style("cursor", "pointer") + .on("click", function (d, idx) { + context.click(context.widgets()[idx].widget(), d, idx); + context + .activeTabIdx(idx) + .render() + ; + }) + ; + tabs + .classed("active", function (d, idx) { return context.activeTabIdx() === idx; }) + .text(function (d) { return d; }) + ; + tabs.exit().remove(); + + var content = this._contentContainer.selectAll(".tab-content.id" + this.id()).data(this.widgets(), function (d) { return d.id(); }); + content.enter().append("div") + .attr("class", "tab-content id" + this.id()) + .each(function (widget, idx) { + widget.target(this); + }) + ; + content + .classed("active", function (d, idx) { return context.activeTabIdx() === idx; }) + .style("display", function (d, idx) { return context.activeTabIdx() === idx ? "block" : "none"; }) + .each(function (surface, idx) { + surface.visible(context.activeTabIdx() === idx); + if (context.activeTabIdx() === idx) { + var wSize = context.widgetSize(d3.select(this)); + surface + .surfaceBorderWidth(context.showTabs() ? null : 0) + .surfacePadding(context.showTabs() ? null : 0) + .resize(wSize) + ; + } + }) + ; + content.exit() + .each(function (widget, idx) { + widget + .target(null) + ; + }) + .remove(); + + switch(this.tabLocation()) { + case "bottom": + this._tabContainer + .attr("class", "on_bottom") + .style("top", (this._contentContainer.node().offsetHeight + this.surfacePadding()) + "px") + .style("position", "absolute") + ; + this._contentContainer + .style("top", this.surfacePadding_exists() ? this.surfacePadding() + "px" : null) + .style("position", "absolute") + ; + break; + default: + this._tabContainer + .attr("class", "on_top") + .style("top", null) + .style("position", "relative") + ; + this._contentContainer + .style("top", (this._tabContainer.node().offsetHeight + this.surfacePadding()) + "px") + .style("position", "absolute") + ; + break; + } + }; + + Tabbed.prototype.click = function (widget, column, idx) { + }; + + return Tabbed; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('layout/Toolbar.js',["d3", "../common/HTMLWidget", "css!./Toolbar"], factory); + } else { + root.layout_Toolbar = factory(root.d3, root.common_HTMLWidget); + } +}(this, function (d3, HTMLWidget) { + function Toolbar() { + HTMLWidget.call(this); + + this._tag = "div"; + } + Toolbar.prototype = Object.create(HTMLWidget.prototype); + Toolbar.prototype.constructor = Toolbar; + Toolbar.prototype._class += " layout_Toolbar"; + + Toolbar.prototype.publish("title", "", "string", "Title",null,{tags:["Intermediate"]}); + + Toolbar.prototype.publish("fontSize", null, "number", "Title Font Size (px)", null, { tags: ["Advanced"], optional: true }); + Toolbar.prototype.publish("fontColor", null, "html-color", "Title Font Color", null, { tags: ["Advanced"], optional: true }); + Toolbar.prototype.publish("fontFamily", null, "string", "Title Font Family", null, { tags: ["Advanced"], optional: true }); + Toolbar.prototype.publish("fontBold", true, "boolean", "Enable Bold Title Font", null, { tags: ["Advanced"], optional: true }); + Toolbar.prototype.publish("backgroundColor", null, "html-color", "Background Color", null, { tags: ["Intermediate"], optional: true }); + + Toolbar.prototype.publish("responsive", true, "boolean", "Adapts to pixel width",null,{tags:["Basic"]}); + + Toolbar.prototype.publish("widgets", [], "widgetArray", "Child widgets of the toolbar",null,{tags:["Basic"]}); + Toolbar.prototype.publish("widgetClasses", [], "array", "Array of Html Element classes to be assigned to the child widgets (shares index with widgets param)",null,{tags:["Basic"]}); + + Toolbar.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + }; + + Toolbar.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + var context = this; + + element + .attr("title", context.title()) + .style("background-color", this.backgroundColor()) + ; + + var title = element.selectAll("div.toolbar-title") + .data(this.title() ? [this.title()] : []); + title.enter().append("div") + .classed("toolbar-title", true) + .append("span") + ; + title.selectAll("div.toolbar-title > span") + .style("font-size", this.fontSize_exists() ? this.fontSize() + "px" : null) + .style("color", this.fontColor_exists() ? this.fontColor() : null) + .style("font-family", this.fontFamily_exists() ? this.fontFamily() : null) + .style("font-weight", this.fontBold_exists() ? (this.fontBold() ? "bold" : "normal") : null) + .style("background-color", this.backgroundColor_exists() ? this.backgroundColor() : null) + .text(context.title()) + ; + title.exit().remove(); + + var childWidgets = element.selectAll("div.toolbar-child") + .data(this.widgets() !== null ? this.widgets() : [],function(d){return d.id();}); + + childWidgets.enter().insert("div", "div.toolbar-title") + .each(function(d,i){ + var widgetClass = context.widgetClasses()[i] ? context.widgetClasses()[i] + " toolbar-child" : "toolbar-child"; + d3.select(this).classed(widgetClass,true); + d.target(this); + }); + childWidgets.exit().each(function(d){ + d.target(null); + }).remove(); + childWidgets.order(); + }; + + Toolbar.prototype.render = function (callback) { + var context = this; + HTMLWidget.prototype.render.call(this, function (w) { + var toolbarBBox = context.element().node().getBoundingClientRect(); + var minX = toolbarBBox.left + toolbarBBox.width; + context.element().selectAll("div.toolbar-child") + .each(function (d, i) { + var childBBox = this.getBoundingClientRect(); + if (minX > childBBox.left) + minX = childBBox.left; + }) + ; + context.element().select(".toolbar-title") + .style("width", (minX - toolbarBBox.left - 4) + "px") + ; + if (callback) { + callback(w); + } + }); + }; + + Toolbar.prototype.exit = function (domNode, element) { + HTMLWidget.prototype.exit.apply(this, arguments); + this.widgets().forEach(function (w) { + w.target(null); + }); + }; + + return Toolbar; +})); diff --git a/dist/hpcc-viz-layout.min.js b/dist/hpcc-viz-layout.min.js new file mode 100644 index 0000000000..2f1e896baf --- /dev/null +++ b/dist/hpcc-viz-layout.min.js @@ -0,0 +1,2 @@ +"function"==typeof define&&define.amd&&define("css",[],function(){return{load:function(t,e,i){i()}}}),function(t,e){"function"==typeof define&&define.amd?define("layout/AbsoluteSurface",["d3","../common/HTMLWidget","../common/TextBox","css!./AbsoluteSurface"],e):t.layout_AbsoluteSurface=e(t.d3,t.common_HTMLWidget,t.common_TextBox)}(this,function(t,e,i){function o(){e.call(this),this._tag="div"}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" layout_AbsoluteSurface",o.prototype.publish("units","percent","set","Units",["pixels","percent"]),o.prototype.publish("widgetX",0,"number","Widget XPos"),o.prototype.publish("widgetY",0,"number","Widget YPos"),o.prototype.publish("widgetWidth","100","string","Widget Width, omit for full"),o.prototype.publish("widgetHeight","100","string","Widget Height, omit for full"),o.prototype.publish("widget",null,"widget","Widget",null,{tags:["Private"]}),o.prototype.publish("opacity",1,"number","Opacity"),o.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},o.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var o=0,n=0,s=this.clientWidth(),r=this.clientHeight();switch(this.units()){case"pixels":o=this.widgetX(),n=this.widgetY(),s=""===this.widgetWidth()?s-o:Number(this.widgetWidth()),r=""===this.widgetHeight()?r-n:Number(this.widgetHeight());break;case"percent":o=this.widgetX()*s/100,n=this.widgetY()*r/100,s=""===this.widgetWidth()?s-o:Number(this.widgetWidth()*s/100),r=""===this.widgetHeight()?r-n:Number(this.widgetHeight()*r/100)}i.style("opacity",this.opacity());var l=i.selectAll("#"+this._id+" > .placeholder").data(this.widget()?[this.widget()]:[],function(t){return t._id});l.enter().append("div").attr("class","placeholder").each(function(t){t.target(this)}),l.style({left:o+"px",top:n+"px",width:s+"px",bottom:r+"px"}).each(function(t){t.resize({width:s,height:r})}),l.exit().each(function(t){t.target(null)}).remove()},o.prototype.exit=function(t,i){this.widget()&&(this.widget(null),this.render()),e.prototype.exit.apply(this,arguments)},o}),function(t,e){"function"==typeof define&&define.amd?define("layout/Accordion.js",["../common/HTMLWidget","../common/FAChar","css!./Accordion"],e):t.layout_Accordion=e(t.common_HTMLWidget,t.common_FAChar)}(this,function(t,e){function i(){t.call(this),this._tag="div",this._isClosed=!1}return i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.prototype._class+=" layout_Accordion",i.prototype.publish("content",[],"widgetArray","Array of widgets",null,{tags:["Basic"]}),i.prototype.publish("title","","string","Title of collapsible section",null,{tags:["Private"]}),i.prototype.publish("openIcon","","string","Icon to display when list is open",null,{tags:["Private"]}),i.prototype.publish("closedIcon","","string","Icon to display when list is closed",null,{tags:["Private"]}),i.prototype.publish("titleFontColor","#FFFFFF","html-color","Title font color",null,{tags:["Private"]}),i.prototype.publish("titleBackgroundColor","#333333","html-color","Title background color",null,{tags:["Private"]}),i.prototype.publish("defaultCollapsed",!1,"boolean","Collapsed by default if true",null,{tags:["Private"]}),i.prototype.pushListItem=function(t,e,i){var o=this.content();return t._protected=i,e?o.unshift(t):o.push(t),this.content(o),this},i.prototype.clearListItems=function(){var t=[];for(var e in this.content())this.content()[e]._protected&&t.push(this.content()[e]);return this.content(t),this},i.prototype.collapseClick=function(t){t.classed("closed")?(this._isClosed=!1,t.classed("open",!0),t.classed("closed",!1)):(this._isClosed=!0,t.classed("open",!1),t.classed("closed",!0))},i.prototype.enter=function(i,o){t.prototype.enter.apply(this,arguments);var n=this;this._isClosed=this.defaultCollapsed(),o.classed(this._isClosed?"closed":"open",!0),this.titleSpan=o.append("span").classed("collapsible-title",!0),this.iconDiv=o.append("div").classed("collapsible-icon",!0),this.ul=o.append("ul"),this.icon=(new e).size({height:24,width:24}).target(this.iconDiv.node()),this.iconDiv.on("click",function(){n.collapseClick(o),n.render()}),this.titleSpan.on("click",function(){n.collapseClick(o),n.render()})},i.prototype.update=function(e,i){t.prototype.update.apply(this,arguments);var o=this,n="";this.titleSpan.text(o.title().length>0?o.title()+n:"Accordion ["+o._id+"]"+n);var s=this.ul.selectAll("#"+o._id+" > ul > li").data(this.content(),function(t){return t._id});s.enter().append(function(t){var e=document.createElement("li");if(null!==t._target)return t._target;var i=t.size();if(0===i.width||0===i.height){var n=o.size();t.size({width:n.width,height:n.width})}return t.target(e),e}),s.exit().remove(),this.icon.text_colorFill(this.titleFontColor())["char"](this._isClosed?this.closedIcon():this.openIcon()).render()},i.prototype.exit=function(e,i){t.prototype.exit.apply(this,arguments)},i}),function(t,e){"function"==typeof define&&define.amd?define("layout/Surface.js",["d3","../common/HTMLWidget","../common/TextBox","css!./Surface","css!font-awesome"],e):t.layout_Surface=e(t.d3,t.common_HTMLWidget,t.common_TextBox)}(this,function(t,e,i){function o(){e.call(this),this._tag="div",this._surfaceButtons=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" layout_Surface",o.prototype.publish("title","","string","Title",null,{tags:["Intermediate"]}),o.prototype.publish("widget",null,"widget","Widget",null,{tags:["Basic"]}),o.prototype.publish("surfaceTitlePadding",null,"number","Title Padding (px)",null,{tags:["Advanced"]}),o.prototype.publish("surfaceTitleFontSize",null,"number","Title Font Size (px)",null,{tags:["Advanced"]}),o.prototype.publish("surfaceTitleFontColor",null,"html-color","Title Font Color",null,{tags:["Advanced"]}),o.prototype.publish("surfaceTitleFontFamily",null,"string","Title Font Family",null,{tags:["Advanced"]}),o.prototype.publish("surfaceTitleFontBold",!0,"boolean","Enable Bold Title Font",null,{tags:["Advanced"]}),o.prototype.publish("surfaceTitleBackgroundColor",null,"html-color","Title Background Color",null,{tags:["Advanced"]}),o.prototype.publish("surfacePadding",null,"string","Surface Padding (px)",null,{tags:["Intermediate"]}),o.prototype.publish("surfaceBackgroundColor",null,"html-color","Surface Background Color",null,{tags:["Advanced"]}),o.prototype.publish("surfaceBorderWidth",null,"number","Surface Border Width (px)",null,{tags:["Advanced"]}),o.prototype.publish("surfaceBorderColor",null,"html-color","Surface Border Color",null,{tags:["Advanced"]}),o.prototype.publish("surfaceBorderRadius",null,"number","Surface Border Radius (px)",null,{tags:["Advanced"]}),o.prototype.publish("surfaceTitleAlignment","center","set","Title Alignment",["left","right","center"],{tags:["Basic"]}),o.prototype.publish("buttonAnnotations",[],"array","Button Array",null,{tags:["Private"]}),o.prototype.widgetSize=function(t,e){var i=this.clientWidth(),o=this.clientHeight();return this.title()&&(o-=this.calcHeight(t)),o-=this.calcFrameHeight(e),i-=this.calcFrameWidth(e),{width:i,height:o}},o.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},o.prototype.update=function(i,o){e.prototype.update.apply(this,arguments);var n=this;o.style("border-width",this.surfaceBorderWidth_exists()?this.surfaceBorderWidth()+"px":null).style("border-color",this.surfaceBorderColor()).style("border-radius",this.surfaceBorderRadius_exists()?this.surfaceBorderRadius()+"px":null).style("background-color",this.surfaceBackgroundColor());var s=o.selectAll(".surfaceTitle").data(this.title()?[this.title()]:[]);s.enter().insert("h3","div").attr("class","surfaceTitle"),s.text(function(t){return t}).style("text-align",this.surfaceTitleAlignment()).style("color",this.surfaceTitleFontColor()).style("font-size",this.surfaceTitleFontSize_exists()?this.surfaceTitleFontSize()+"px":null).style("font-family",this.surfaceTitleFontFamily()).style("font-weight",this.surfaceTitleFontBold()?"bold":"normal").style("background-color",this.surfaceTitleBackgroundColor()).style("padding",this.surfaceTitlePadding_exists()?this.surfaceTitlePadding()+"px":null),s.exit().remove();var r=o.select(".surfaceTitle"),l=r.append("div").attr("class","html-button-container").selectAll(".surface-button").data(this.buttonAnnotations());l.enter().append("button").classed("surface-button",!0).each(function(e,i){var o=n._surfaceButtons[i]=t.select(this).attr("class","surface-button"+(e["class"]?" "+e["class"]:"")).attr("id",e.id).style("padding",e.padding).style("width",e.width).style("height",e.height).style("cursor","pointer");"FontAwesome"===e.font?o.style("background","transparent").style("border","none").on("click",function(t){n.click(t)}).append("i").attr("class","fa").text(function(t){return e.label}):o.text(function(t){return e.label}).on("click",function(t){n.click(t)})}),l.exit().each(function(e,i){var o=t.select(this);delete n._surfaceButtons[i],o.remove()});var a=o.selectAll("#"+this._id+" > .surfaceWidget").data(this.widget()?[this.widget()]:[],function(t){return t._id});a.enter().append("div").attr("class","surfaceWidget").each(function(e){t.select(n.element().node().parentElement).classed("content-icon content-icon-"+e.classID().split("_")[1],!0),e.target(this)}),a.style("padding",this.surfacePadding_exists()?this.surfacePadding()+"px":null).each(function(e){var i=n.widgetSize(o.select("h3"),t.select(this));i.width<0&&(i.width=0),i.height<0&&(i.height=0),e.resize({width:i.width,height:i.height})}),a.exit().each(function(t){t.target(null)}).remove()},o.prototype.exit=function(t,i){this.widget()&&(this.widget(null),this.render()),e.prototype.exit.apply(this,arguments)},o.prototype.click=function(t){console.log("Clicked: "+t.id)},o}),function(t,e){"function"==typeof define&&define.amd?define("layout/Cell.js",["d3","./Surface","css!./Cell"],e):t.layout_Cell=e(t.d3,t.layout_Surface)}(this,function(t,e){function i(){e.call(this),this._dragHandles=["nw","n","ne","e","se","s","sw","w"],this._indicateTheseIds=[]}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" layout_Cell",i.prototype.publish("gridRow",0,"number","Grid Row Position",null,{tags:["Private"]}),i.prototype.publish("gridCol",0,"number","Grid Column Position",null,{tags:["Private"]}),i.prototype.publish("gridRowSpan",1,"number","Grid Row Span",null,{tags:["Private"]}),i.prototype.publish("gridColSpan",1,"number","Grid Column Span",null,{tags:["Private"]}),i.prototype.publish("handleSize",6,"number","Grid Row Position",null,{tags:["Private"]}),i.prototype.publish("indicatorGlowColor","#EEEE11","html-color","Glow color of update-indicator",null,{tags:["Basic"]}),i.prototype.publish("indicatorBorderColor","#F48A00","html-color","Border color of update-indicator",null,{tags:["Basic"]}),i.prototype.publish("indicatorOpacity",.8,"number","Opacity of update-indicator",null,{tags:["Basic"]}),i.prototype.indicateTheseIds=function(t){return arguments.length?(this._indicateTheseIds=t,this):this._indicateTheseIds},i.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments);var o=this;i.classed("layout_Surface",!0).on("mouseenter",function(t){o.onMouseEnter()}).on("mouseleave",function(t){o.onMouseLeave()})},i.prototype.update=function(i,o){e.prototype.update.apply(this,arguments);var n=o.selectAll("#"+this.id()+" > .dragHandle").data(this._dragHandles,function(t){return t});n.enter().append("div").attr("class",function(t){return"dragHandle dragHandle_"+t}).style({padding:"0px",margin:"0px",position:"absolute"}).each(function(e){switch(e){case"nw":t.select(this).style({width:"6px",height:"6px",left:"0px",top:"0px","z-index":1e3});break;case"ne":t.select(this).style({width:"6px",height:"6px",left:"calc(100% - 6px)",top:"0px","z-index":1e3});break;case"se":t.select(this).style({width:"6px",height:"6px",left:"calc(100% - 6px)",top:"calc(100% - 6px)","z-index":1e3});break;case"sw":t.select(this).style({width:"6px",height:"6px",left:"0px",top:"calc(100% - 6px)","z-index":1e3});break;case"n":t.select(this).style({width:"100%",height:"6px",left:"0px",top:"0px","z-index":900});break;case"e":t.select(this).style({width:"6px",height:"100%",left:"calc(100% - 6px)",top:"0px","z-index":900});break;case"s":t.select(this).style({width:"100%",height:"6px",left:"0px",top:"calc(100% - 6px)","z-index":900});break;case"w":t.select(this).style({width:"6px",height:"100%",left:"0px",top:"0px","z-index":900})}}),n.exit().remove()},i.prototype.onMouseEnter=function(e){for(var i=this.indicateTheseIds(),o=this.indicatorOpacity(),n=this.indicatorBorderColor(),s=this.indicatorGlowColor(),r=0;r div.update-indicator").remove()},i}),function(t,e){"function"==typeof define&&define.amd?define("layout/Border.js",["d3","../common/HTMLWidget","./Cell","../common/Text","css!./Border"],e):t.layout_Border=e(t.d3,t.common_HTMLWidget,t.layout_Cell,t.common_Text)}(this,function(t,e,i,o){function n(){e.call(this),this._tag="div",this._colCount=0,this._rowCount=0,this._colSize=0,this._rowSize=0,this._shrinkWrapBoxes={},this.content([]),this.sectionTypes([])}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" layout_Border",n.prototype.publish("designMode",!1,"boolean","Design Mode",null,{tags:["Basic"]}),n.prototype.publish("content",[],"widgetArray","widgets",null,{tags:["Intermediate"]}),n.prototype.publish("gutter",0,"number","Gap Between Widgets",null,{tags:["Basic"]}),n.prototype.publish("topShrinkWrap",!1,"boolean","'Top' Cell shrinks to fit content",null,{tags:["Intermediate"]}),n.prototype.publish("leftShrinkWrap",!1,"boolean","'Left' Cell shrinks to fit content",null,{tags:["Intermediate"]}),n.prototype.publish("rightShrinkWrap",!1,"boolean","'Right' Cell shrinks to fit content",null,{tags:["Intermediate"]}),n.prototype.publish("bottomShrinkWrap",!1,"boolean","'Bottom' Cell shrinks to fit content",null,{tags:["Intermediate"]}),n.prototype.publish("topSize",0,"number","Height of the 'Top' Cell (px)",null,{tags:["Private"]}),n.prototype.publish("leftSize",0,"number","Width of the 'Left' Cell (px)",null,{tags:["Private"]}),n.prototype.publish("rightSize",0,"number","Width of the 'Right' Cell (px)",null,{tags:["Private"]}),n.prototype.publish("bottomSize",0,"number","Height of the 'Bottom' Cell (px)",null,{tags:["Private"]}),n.prototype.publish("topPercentage",20,"number","Percentage (of parent) Height of the 'Top' Cell",null,{tags:["Private"]}),n.prototype.publish("leftPercentage",20,"number","Percentage (of parent) Width of the 'Left' Cell",null,{tags:["Private"]}),n.prototype.publish("rightPercentage",20,"number","Percentage (of parent) Width of the 'Right' Cell",null,{tags:["Private"]}),n.prototype.publish("bottomPercentage",20,"number","Percentage (of parent) Height of the 'Bottom' Cell",null,{tags:["Private"]}),n.prototype.publish("surfacePadding",0,"number","Cell Padding (px)",null,{tags:["Intermediate"]}),n.prototype.publish("sectionTypes",[],"array","Section Types sharing an index with 'content' - Used to determine position/size.",null,{tags:["Private"]}),n.prototype.watchWidget=function(t){if(void 0===this._watch&&(this._watch={}),this._watch[t.id()]&&(this._watch[t.id()].remove(),delete this._watch[t.id()]),t){var e=this;this._watch[t.id()]=t.monitor(function(t,i,o){o!==i&&e.lazyPostUpdate()})}},n.prototype.lazyPostUpdate=n.prototype.debounce(function(){this.postUpdate()},100),n.prototype.applyLayoutType=function(){var t=this.borderLayoutObject();this.content().forEach(function(e,i){e._fixedLeft=t[this.sectionTypes()[i]].left,e._fixedTop=t[this.sectionTypes()[i]].top,e._fixedWidth=t[this.sectionTypes()[i]].width,e._fixedHeight=t[this.sectionTypes()[i]].height,e._dragHandles=this.cellSpecificDragHandles(this.sectionTypes()[i])},this)},n.prototype.cellSpecificDragHandles=function(t){switch(t){case"top":return["s"];case"right":return["w"];case"bottom":return["n"];case"left":return["e"];case"center":return[]}},n.prototype.borderLayoutObject=function(t){function e(t){t.width.px="undefined"!=typeof t.width.px?t.width.px:0,t.width["%"]="undefined"!=typeof t.width["%"]?t.width["%"]:0,t.height.px="undefined"!=typeof t.height.px?t.height.px:0,t.height["%"]="undefined"!=typeof t.height["%"]?t.height["%"]:0;var e={width:t.width.px+t.width["%"]/100*y.width(),height:t.height.px+t.height["%"]/100*y.height(),top:t.top.px+t.top["%"]/100*y.height()+y.gutter()/2,left:t.left.px+t.left["%"]/100*y.width()+y.gutter()/2};return e}var i,o,n,s,r,l,a,d,h,p,c,u,g,f={},y=this,_=this.target().getBoundingClientRect(),b={};return b.top=_.top,b.left=_.left,b.bottom=_.bottom,b.right=_.right,this.target()instanceof SVGElement?(b.width=parseFloat(this.target().getAttribute("width")),b.height=parseFloat(this.target().getAttribute("height"))):(b.width=_.width,b.height=_.height),-1!==this.sectionTypes().indexOf("top")&&(l=this.topSize(),a=this.topPercentage(),"undefined"!=typeof this._shrinkWrapBoxes.top&&(l=this._shrinkWrapBoxes.top.height+this.gutter(),a=0)),-1!==this.sectionTypes().indexOf("bottom")&&(d=this.bottomSize(),h=this.bottomPercentage(),"undefined"!=typeof this._shrinkWrapBoxes.bottom&&(d=this._shrinkWrapBoxes.bottom.height+this.gutter(),h=0)),-1!==this.sectionTypes().indexOf("left")&&(p=this.leftSize(),c=this.leftPercentage(),"undefined"!=typeof this._shrinkWrapBoxes.left&&(p=this._shrinkWrapBoxes.left.width+this.gutter(),c=0)),-1!==this.sectionTypes().indexOf("right")&&(u=this.rightSize(),g=this.rightPercentage(),"undefined"!=typeof this._shrinkWrapBoxes.right&&(u=this._shrinkWrapBoxes.right.width+this.gutter(),g=0)),i=e({width:{px:0,"%":100},height:{px:l,"%":a},top:{px:0,"%":0},left:{px:0,"%":0}}),o=e({width:{px:0,"%":100},height:{px:d,"%":h},top:{px:0,"%":100},left:{px:0,"%":0}}),o.top-=o.height,s=e({width:{px:p,"%":c},height:{px:-i.height-o.height,"%":100},top:{px:i.height,"%":0},left:{px:0,"%":0}}),n=e({width:{px:u,"%":g},height:{px:-i.height-o.height,"%":100},top:{px:i.height,"%":0},left:{px:0,"%":100}}),n.left-=n.width,r=e({width:{px:-n.width-s.width,"%":100},height:{px:-i.height-o.height,"%":100},top:{px:i.height,"%":0},left:{px:s.width,"%":0}}),f.top=i,f.bottom=o,f.right=n,f.left=s,f.center=r,f},n.prototype.clearContent=function(e){if(e){var i=this.sectionTypes().indexOf(e);i>=0&&(this._watch&&this.content()[i]&&delete this._watch[this.content()[i].id()],this.content()[i].target(null),t.select("#"+this.id()+" > div.borderHandle_"+e).classed("borderHandleDisabled",!0),this.content().splice(i,1),this.sectionTypes().splice(i,1))}else this.content().forEach(function(t){return t.target(null),!1}),t.select("#"+this.id()+" > div.borderHandle").classed("borderHandleDisabled",!0),delete this._watch,this.content([]),this.sectionTypes([])},n.prototype.hasContent=function(t,e,i){return this.sectionTypes().indexOf(t)>=0},n.prototype.setContent=function(t,e,o){if(this.clearContent(t),o="undefined"!=typeof o?o:"",e){var n=(new i).surfaceBorderWidth(0).widget(e).title(o);this.watchWidget(e),this.content().push(n),this.sectionTypes().push(t)}return this},n.prototype.getContent=function(t){var e=this.sectionTypes().indexOf(t);return e>=0?this.content()[e].widget():null},n.prototype.setLayoutOffsets=function(){this._offsetX=this._element.node().getBoundingClientRect().left+this.gutter()/2,this._offsetY=this._element.node().getBoundingClientRect().top+this.gutter()/2},n.prototype.dragStart=function(e){t.event.sourceEvent.stopPropagation();var i=this;this._dragCell=e,this._dragCellStartSize=this[e+"Size"](),this[e+"ShrinkWrap"]()&&(this[e+"Percentage"](0),this[e+"ShrinkWrap"](!1));var o=t.select("#"+i.id()+" > div.borderHandle_"+e);i._handleTop=parseFloat(o.style("top").split("px")[0]),i._handleLeft=parseFloat(o.style("left").split("px")[0]),this._dragPrevX=t.event.sourceEvent.clientX,this._dragPrevY=t.event.sourceEvent.clientY},n.prototype.dragTick=function(e){function i(e,i){if(0!==i){var n=t.selectAll("#"+o.id()+" > div.borderHandle"),s=t.select("#"+o.id()+" > div.borderHandle_"+e);s.classed("borderHandle_top")?(s.style({top:o._handleTop-i+"px"}),o._cellSizes.topHeight=o._handleTop-i,o._cellSizes.leftHeight=o._cellSizes.height,o._cellSizes.leftHeight-=o._cellSizes.topHeight,o._cellSizes.leftHeight-=o._cellSizes.bottomHeight,o._cellSizes.rightHeight=o._cellSizes.leftHeight):s.classed("borderHandle_right")?(s.style({left:o._handleLeft-i+"px"}),o._cellSizes.rightWidth=o._cellSizes.width-o._handleLeft+i):s.classed("borderHandle_bottom")?(s.style({top:o._handleTop-i+"px"}),o._cellSizes.bottomHeight=o._cellSizes.height-o._handleTop+i,o._cellSizes.leftHeight=o._cellSizes.height,o._cellSizes.leftHeight-=o._cellSizes.bottomHeight,o._cellSizes.leftHeight-=o._cellSizes.topHeight,o._cellSizes.rightHeight=o._cellSizes.leftHeight):s.classed("borderHandle_left")&&(s.style({left:o._handleLeft-i+"px"}),o._cellSizes.leftWidth=o._handleLeft-i),n.each(function(){var e=t.select(this);e.classed("borderHandle_top")?e.style({width:o._cellSizes.width+"px",top:o._cellSizes.topHeight-3+"px"}):e.classed("borderHandle_right")?e.style({left:o._cellSizes.width-o._cellSizes.rightWidth+"px",top:o._cellSizes.topHeight+3+"px",height:o._cellSizes.rightHeight+"px"}):e.classed("borderHandle_bottom")?e.style({width:o._cellSizes.width+"px",top:o._cellSizes.height-o._cellSizes.bottomHeight-3+"px"}):e.classed("borderHandle_left")&&e.style({left:o._cellSizes.leftWidth+"px",height:o._cellSizes.leftHeight+"px",top:o._cellSizes.topHeight+3+"px"})})}}var o=this,n=this._dragPrevX-t.event.sourceEvent.clientX,s=this._dragPrevY-t.event.sourceEvent.clientY;switch(e){case"top":case"bottom":i(e,s);break;case"right":case"left":i(e,n)}},n.prototype.dragEnd=function(e){if(e){var i=this._dragPrevX-t.event.sourceEvent.clientX,o=this._dragPrevY-t.event.sourceEvent.clientY;switch(e){case"top":0!==o&&(this.topPercentage(0),this.topSize(0===this.topSize()?this.getContent("top").getBBox().height-o:this.topSize()-o));break;case"right":0!==i&&(this.rightPercentage(0),this.rightSize(0===this.rightSize()?this.getContent("right").getBBox().width+i:this.rightSize()+i));break;case"bottom":0!==o&&(this.bottomPercentage(0),this.bottomSize(0===this.bottomSize()?this.getContent("bottom").getBBox().height+o:this.bottomSize()+o));break;case"left":0!==i&&(this.leftPercentage(0),this.leftSize(0===this.leftSize()?this.getContent("left").getBBox().width-i:this.leftSize()-i))}this._dragPrevX=t.event.sourceEvent.clientX,this._dragPrevY=t.event.sourceEvent.clientY}this.render()},n.prototype.size=function(t){var i=e.prototype.size.apply(this,arguments);return arguments.length&&this.contentDiv&&this.contentDiv.style("width",this._size.width+"px").style("height",this._size.height+"px"),i},n.prototype.enter=function(i,o){e.prototype.enter.apply(this,arguments);var n=this;o.style("position","relative"),this.contentDiv=o.append("div").classed("border-content",!0),this._scrollBarWidth=this.getScrollbarWidth(),this._borderHandles=["top","left","right","bottom"];var s=o.selectAll("div.borderHandle").data(this._borderHandles);s.enter().append("div").classed("borderHandle",!0).each(function(e){var i=t.select(this);i.classed("borderHandle_"+e,!0).classed("borderHandleDisabled",null===n.getContent(e))})},n.prototype.update=function(i,o){e.prototype.update.apply(this,arguments),this._sectionTypeArr=this.sectionTypes();var n=this;o.classed("design-mode",this.designMode()),this.setLayoutOffsets();var s=this.contentDiv.selectAll(".cell_"+this._id).data(this.content(),function(t){return t._id});s.enter().append("div").classed("cell_"+this._id,!0).style("position","absolute").each(function(e,i){t.select(this).classed("border-cell border-cell-"+n._sectionTypeArr[i],!0),e.target(this),t.select("#"+n.id()+" > div.borderHandle_"+n._sectionTypeArr[i]).classed("borderHandleDisabled",!1)}),s.each(function(t,e){var i=n.sectionTypes()[e];"undefined"!=typeof n[i+"ShrinkWrap"]&&n[i+"ShrinkWrap"]()?(t.render(),n._shrinkWrapBoxes[i]=t.widget().getBBox(!0)):delete n._shrinkWrapBoxes[i]});var r=t.behavior.drag().on("dragstart",function(t,e){n.dragStart.call(n,t,e)}).on("drag",function(t,e){n.dragTick.call(n,t,e)}).on("dragend",function(t,e){n.dragEnd.call(n,t,e)});this.designMode()?o.selectAll("#"+this.id()+" > div.borderHandle").call(r):o.selectAll("#"+this.id()+" > div.borderHandle").on(".drag",null);var l=this.borderLayoutObject();this.content().forEach(function(t,e){t._fixedLeft=l[this.sectionTypes()[e]].left,t._fixedTop=l[this.sectionTypes()[e]].top,t._fixedWidth=l[this.sectionTypes()[e]].width,t._fixedHeight=l[this.sectionTypes()[e]].height,t._dragHandles=[]},this),s.style("left",function(t){return t._fixedLeft+"px"}).style("top",function(t){return t._fixedTop+"px"}).style("width",function(t){return t._fixedWidth-n.gutter()+"px"}).style("height",function(t){return t._fixedHeight-n.gutter()+"px"}).each(function(t){t._parentElement.attr("draggable",n.designMode()).selectAll(".dragHandle").attr("draggable",n.designMode()),t.surfacePadding(n.surfacePadding()).resize()}),s.exit().each(function(t){t.target(null)}).remove(),this.getCellSizes(),o.selectAll("#"+this.id()+" > div.borderHandle").each(function(){var e=t.select(this);e.classed("borderHandle_top")?e.style({width:n._cellSizes.width+"px",top:n._cellSizes.topHeight-3+"px"}):e.classed("borderHandle_right")?e.style({left:n._cellSizes.width-n._cellSizes.rightWidth+"px",top:n._cellSizes.topHeight+3+"px",height:n._cellSizes.rightHeight+"px"}):e.classed("borderHandle_bottom")?e.style({width:n._cellSizes.width+"px",top:n._cellSizes.height-n._cellSizes.bottomHeight-3+"px"}):e.classed("borderHandle_left")&&e.style({left:n._cellSizes.leftWidth+"px",height:n._cellSizes.leftHeight+"px",top:n._cellSizes.topHeight+3+"px"})})},n.prototype.getCellSizes=function(){var e=this;e._cellSizes={};var i=this.element().node().getBoundingClientRect();e._cellSizes.width=i.width,e._cellSizes.height=i.height,this.element().selectAll("#"+this.id()+" > div > div.border-cell").each(function(){var i=t.select(this);if("function"==typeof i.node){var o=i.node().getBoundingClientRect();i.classed("border-cell-top")?e._cellSizes.topHeight=o.height:i.classed("border-cell-left")?(e._cellSizes.leftWidth=o.width,e._cellSizes.leftHeight=o.height):i.classed("border-cell-right")?(e._cellSizes.rightWidth=o.width,e._cellSizes.rightHeight=o.height):i.classed("border-cell-bottom")&&(e._cellSizes.bottomHeight=o.height)}});var o=["height","width","topHeight","bottomHeight","leftHeight","rightHeight","leftWidth","rightWidth"];o.forEach(function(t){e._cellSizes[t]=void 0===e._cellSizes[t]?0:e._cellSizes[t]})},n.prototype.postUpdate=function(t,e){var i=this;this.content().forEach(function(t){if(null!==t._element.node()){var e=t.widget().getBBox(),o=t.widget().getBBox(!0);(e.width!==o.width||e.height!==o.height)&&i.render()}})},n.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},n}),function(t,e){"function"==typeof define&&define.amd?define("layout/Grid.js",["d3","../common/HTMLWidget","./Cell","../common/TextBox","../common/Utility","css!./Grid"],e):t.layout_Grid=e(t.d3,t.common_HTMLWidget,t.layout_Cell,t.common_TextBox,t.common_Utility)}(this,function(t,e,i,o,n){function s(){e.call(this),this._tag="div",this._colCount=0,this._rowCount=0,this._colSize=0,this._rowSize=0,this._selectionBag=new n.Selection,this.content([])}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" layout_Grid",s.prototype.publish("designMode",!1,"boolean","Design Mode",null,{tags:["Basic"]}),s.prototype.publish("designModeOpacity",1,"number","Opacity of Cells and drag handles in Design Mode",null,{tags:["Basic"]}),s.prototype.publish("hideDragHandles",!1,"boolean","Hide Drag Handles in Design Mode",null,{tags:["Basic"]}),s.prototype.publish("hideDesignGrid",!1,"boolean","Hide Design Mode Grid",null,{tags:["Basic"]}),s.prototype.publish("disableCellSelection",!1,"boolean","Disable the ability to 'select' cells while in designMode",null,{tags:["Basic"]}),s.prototype.publish("restrictDraggingOut",!1,"boolean","Restrict Cell dragging to the bounds of the Grid",null,{tags:["Basic"]}),s.prototype.publish("gutter",4,"number","Gap Between Widgets",null,{tags:["Basic"]}),s.prototype.publish("fitTo","all","set","Sizing Strategy",["all","width"],{tags:["Basic"]}),s.prototype.publish("designGridColor","#dddddd","html-color","Color of grid lines in Design Mode",null,{tags:["Private"]}),s.prototype.publish("designGridColorExtra","#333333","html-color","Color of excess grid lines in Design Mode",null,{tags:["Private"]}),s.prototype.publish("surfacePadding",null,"string","Cell Padding (px)",null,{tags:["Intermediate"]}),s.prototype.publish("surfaceBorderWidth",1,"number","Width (px) of Cell Border",null,{tags:["Intermediate"]}),s.prototype.publish("extraDesignModeWidth",0,"number","Number of additional columns added when in Design Mode.",null,{tags:["Private"]}),s.prototype.publish("extraDesignModeHeight",0,"number","Number of additional rows added when in Design Mode.",null,{tags:["Private"]}),s.prototype.publish("cellDensity",3,"string","Increase the cell density with this multiplier (Ex: 3 results in 3 cols per col and 3 rows per row)",null,{tags:["Intermediate"]}),s.prototype.publish("content",[],"widgetArray","widgets",null,{tags:["Basic"]}),s.prototype.getDimensions=function(){var t={width:0,height:0};return this.content().forEach(function(e){t.width=o.gridRow()&&t=o.gridCol()&&e=e&&(clearInterval(i),t())},20);return this},s.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),i.style("position","relative"), +this.dropDiv=i.append("div"),this.contentDiv=i.append("div"),this._scrollBarWidth=this.getScrollbarWidth()},s.prototype.findCurrentLocation=function(t){this._currLoc=[Math.floor((t.clientX-this._offsetX)/this._colSize),Math.floor((t.clientY-this._offsetY)/this._rowSize)]},s.prototype.overHandle=function(t){var e="",i=this._dragCell.handleSize(),o=this._dragCell.gridRowSpan()===this._currLoc[1]-this._dragCell.gridRow()+1,n=this._dragCell.gridRow()===this._currLoc[1],s=this._dragCell.gridColSpan()===this._currLoc[0]-this._dragCell.gridCol()+1,r=this._dragCell.gridCol()===this._currLoc[0],l=this._offsetY+this._currLoc[1]*this._rowSize,a=this._offsetX+this._currLoc[0]*this._colSize,d=this._colSize-this.gutter(),h=this._rowSize-this.gutter();return Math.ceil(l+h)>=t.clientY&&Math.floor(l+h-i)<=t.clientY&&o?e="s":Math.floor(l)<=t.clientY&&Math.ceil(l+i)>=t.clientY&&n&&(e="n"),Math.ceil(a+d)>=t.clientX&&Math.floor(a+d-i)<=t.clientX&&s?e+="e":Math.floor(a)<=t.clientX&&Math.ceil(a+i)>=t.clientX&&r&&(e+="w"),e},s.prototype.createDropTarget=function(t,e){var i=t[0]-this._dragCellOffsetX,o=t[1]-this._dragCellOffsetY,n=this._dragCell.gridColSpan(),s=this._dragCell.gridRowSpan(),r=document.createElement("div");r.id="grid-drop-target"+this.id(),r.className="grid-drop-target grid-drag-handle-"+e,this._element.node().appendChild(r),this.updateDropTarget(i,o,n,s)},s.prototype.setGridOffsets=function(){this._offsetX=this._element.node().getBoundingClientRect().left+this.gutter()/2,this._offsetY=this._element.node().getBoundingClientRect().top+this.gutter()/2},s.prototype.updateDropTarget=function(t,e,i,o){if(this.restrictDraggingOut()){var n=0>e,s=t+i>this._colCount,r=e+o>this._rowCount,l=0>t;if(s){var a=t+i-this._colCount;t-=a}if(r){var d=e+o-this._rowCount;e-=d}l&&(t=0),n&&(e=0)}var h,p,c,u;h=this._offsetY+e*this._rowSize,p=this._offsetX+t*this._colSize,c=i*this._colSize-this.gutter(),u=o*this._rowSize-this.gutter();var g=document.getElementById("grid-drop-target"+this.id());g.style.top=h+"px",g.style.left=p+"px",g.style.width=c+"px",g.style.height=u+"px"},s.prototype.moveDropTarget=function(t){if(this.restrictDraggingOut()&&(t[0]=t[0]>this._colCount-1?this._colCount-1:t[0],t[0]=t[0]<0?0:t[0],t[1]=t[1]>this._rowCount-1?this._rowCount-1:t[1],t[1]=t[1]<0?0:t[1]),this._handle){var e=[];switch(this._handle){case"nw":e=[this._dragCell.gridCol()+this._dragCell.gridColSpan()-1,this._dragCell.gridRow()+this._dragCell.gridRowSpan()-1];break;case"n":case"ne":e=[this._dragCell.gridCol(),this._dragCell.gridRow()+this._dragCell.gridRowSpan()-1];break;case"e":case"se":case"s":e=[this._dragCell.gridCol(),this._dragCell.gridRow()];break;case"sw":case"w":e=[this._dragCell.gridCol()+this._dragCell.gridColSpan()-1,this._dragCell.gridRow()]}switch(this._handle){case"e":case"w":this._locY=e[1];break;default:this._locY=t[1]<=e[1]?t[1]:e[1]}switch(this._handle){case"n":case"s":this._locX=e[0];break;default:this._locX=t[0]<=e[0]?t[0]:e[0]}switch(this._handle){case"n":case"s":this._sizeX=this._dragCell.gridColSpan();break;default:this._sizeX=Math.abs(t[0]-e[0])+1}switch(this._handle){case"e":case"w":this._sizeY=this._dragCell.gridRowSpan();break;default:this._sizeY=Math.abs(t[1]-e[1])+1}}else if(null!==document.getElementById("grid-drop-target"+this.id())){var i=this.getCell(t[1],t[0]);null!==i&&this._dragCell._id!==i._id?(document.getElementById("grid-drop-target"+this.id()).className="grid-drop-target drop-target-over",this._locX=i.gridCol(),this._locY=i.gridRow(),this._sizeX=i.gridColSpan(),this._sizeY=i.gridRowSpan()):(document.getElementById("grid-drop-target"+this.id()).className="grid-drop-target",this._locX=t[0]-this._dragCellOffsetX,this._locY=t[1]-this._dragCellOffsetY,this._sizeX=this._dragCell.gridColSpan(),this._sizeY=this._dragCell.gridRowSpan())}this.updateDropTarget(this._locX,this._locY,this._sizeX,this._sizeY)},s.prototype.updateCells=function(e,i){var o=this;this.updateCellMultiples();var n=this.contentDiv.selectAll(".cell_."+this._id).data(this.content(),function(t){return t._id});n.enter().append("div").attr("class","cell_ "+this._id).style("position","absolute").each(function(t){t.target(this),t.__grid_watch=t.monitor(function(t,e,i){o._renderCount&&0===t.indexOf("grid")&&e!==i&&o.childMoved()})});var s=t.behavior.drag().on("dragstart",function(e){t.event.sourceEvent.stopPropagation(),o._dragCell=e,o.setGridOffsets(),o.findCurrentLocation(t.event.sourceEvent),o._startLoc=[o._currLoc[0],o._currLoc[1]],o._element.selectAll(".dragHandle").style("visibility","hidden"),o._handle=o.overHandle(t.event.sourceEvent),-1===o._dragCell._dragHandles.indexOf(o._handle)&&(o._handle=void 0),o._dragCellOffsetX=o._currLoc[0]-e.gridCol(),o._dragCellOffsetY=o._currLoc[1]-e.gridRow(),o.createDropTarget(o._currLoc,o._handle),setTimeout(function(){o.contentDiv.selectAll(".cell_."+o._id).classed("dragItem",function(t){return e._id===t._id}).classed("notDragItem",function(t){return e._id!==t._id})},0),o._initSelection=!0}).on("drag",function(e){o._initSelection=!1,o._dragCell=e,o.findCurrentLocation(t.event.sourceEvent),("undefined"==typeof o._currLocation||o._currLocation[0]!==o._currLoc[0]||o._currLocation[1]!==o._currLoc[1])&&(o._currLocation=o._currLoc,o.moveDropTarget(o._currLoc))}).on("dragend",function(){if(t.event.sourceEvent.stopPropagation(),(o._initSelection||o._startLoc[0]===o._currLoc[0]||o._startLoc[1]===o._currLoc[1])&&(o.disableCellSelection()||o.selectionBagClick(o.getCell(o._currLoc[1],o._currLoc[0]))),o._element.selectAll(".dragHandle").style("visibility",null),o._handle)if(o.restrictDraggingOut()){var e=o._locY>0?o._locY:0,i=o._locX>0?o._locX:0;e=o._locY+o._sizeY0?p:0,h-=c>0?c:0,d=d>0?d:0,h=h>0?h:0}o._dragCell.gridCol(d).gridRow(h).gridColSpan(l).gridRowSpan(r)}var u=document.getElementById("grid-drop-target"+o.id());u.parentNode.removeChild(u),setTimeout(function(){o.contentDiv.selectAll(".cell_."+o._id).classed("dragItem",!1).classed("notDragItem",!1)},0),o._dragCell=null});this.designMode()?(this.contentDiv.selectAll(".cell_."+this._id).call(s),t.select(o._target).on("click",function(){o._selectionBag.clear(),o.postSelectionChange()})):(this.contentDiv.selectAll(".cell_."+this._id).on(".drag",null),this._selectionBag.clear()),n.style("left",function(t){return t.gridCol()*e+o.gutter()/2+"px"}).style("top",function(t){return t.gridRow()*i+o.gutter()/2+"px"}).style("width",function(t){return t.gridColSpan()*e-o.gutter()+"px"}).style("height",function(t){return t.gridRowSpan()*i-o.gutter()+"px"}).each(function(t){t._parentElement.attr("draggable",o.designMode()).selectAll(".dragHandle").attr("draggable",o.designMode()),t.surfacePadding(o.surfacePadding()).surfaceBorderWidth(o.surfaceBorderWidth()).resize()}),n.exit().each(function(t){t.target(null),t.__grid_watch&&t.__grid_watch.remove()}).remove()},s.prototype.postSelectionChange=function(){},s.prototype.updateDropCells=function(t,e,i){function o(t){return parseInt(t)-.5}function n(t,e,i,o,n){h.beginPath(),h.strokeStyle=n,h.moveTo(t,i),h.lineTo(e,o),h.stroke()}function s(){var o=!1;return"undefined"==typeof r.prevDimensions?o=!0:r.prevDimensions.width!==t.width||r.prevDimensions.height!==t.height?o=!0:r.prevCellWidth!==e||r.prevCellHeight!==i?o=!0:""===r._target.style.backgroundImage&&r.designMode()&&!r.hideDesignGrid()?o=!0:""===r._target.style.backgroundImage||r.designMode()?""!==r._target.style.backgroundImage&&r.hideDesignGrid()&&(o=!0):o=!0,o}var r=this;if(s())if(this.designMode()&&!this.hideDesignGrid()){var l=document.createElement("canvas");l.width=t.width*e,l.height=t.height*i;for(var a=(t.width-this.extraDesignModeWidth())*e,d=(t.height-this.extraDesignModeHeight())*i,h=l.getContext("2d"),p=0,c=.5+e;c div > div.cell_ > div[draggable=true]").style({opacity:this.designModeOpacity()}),i.selectAll("#"+this.id()+" > div > div.cell_ > div[draggable=true] > div > div.dragHandle").style({opacity:this.designModeOpacity()}),i.selectAll("#"+this.id()+" > div > div.cell_ > div[draggable=false]").style({opacity:1}),i.selectAll("#"+this.id()+" > div > div.cell_ > div[draggable=false] > div > div.dragHandle").style({opacity:1}),this.updateCells(n,s),this.updateDropCells(o,n,s),i.classed("hideHandles",this.hideDragHandles())},s.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments)},s.prototype._createSelectionObject=function(t){return{_id:t._id,element:function(){return t._element},widget:t}},s.prototype.selection=function(t){return arguments.length?(this._selectionBag.set(t.map(function(t){return this._createSelectionObject(t)},this)),this):this._selectionBag.get().map(function(t){return t._id})},s.prototype.selectionBagClick=function(e){if(null!==e){var i=this._createSelectionObject(e);t.event.sourceEvent.ctrlKey?this._selectionBag.isSelected(i)?(this._selectionBag.remove(i),this.postSelectionChange()):(this._selectionBag.append(i),this.postSelectionChange()):(this._selectionBag.set([i]),this.postSelectionChange())}},s}),function(t,e){"function"==typeof define&&define.amd?define("layout/Layered.js",["d3","../common/HTMLWidget","../layout/AbsoluteSurface","../common/TextBox","../common/Text","css!./Layered"],e):t.layout_Layered=e(t.d3,t.common_HTMLWidget,t.layout_AbsoluteSurface,t.common_TextBox,t.common_Text)}(this,function(t,e,i,o,n){function s(){e.call(this),this._tag="div"}return s.prototype=Object.create(e.prototype),s.prototype.constructor=s,s.prototype._class+=" layout_Layered",s.prototype.publish("surfacePadding",0,"number","Padding"),s.prototype.publish("widgets",[],"widgetArray","widgets",null,{tags:["Private"]}),s.prototype.addLayer=function(t){var e=this.widgets();return e.push(t?t:(new n).text("No widget defined for layer.")),this.widgets(e),this},s.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._contentContainer=i.append("div").attr("class","container")},s.prototype.update=function(t,i){e.prototype.update.apply(this,arguments);var o=this;i.style("padding",this.surfacePadding()+"px");var n=this._contentContainer.selectAll(".content.id"+this.id()).data(this.widgets(),function(t){return t.id()});n.enter().append("div").attr("class","content id"+this.id()).each(function(t,e){t.target(this)}),n.each(function(t,e){t.resize({width:o.clientWidth(),height:o.clientHeight()}).render()}),n.exit().each(function(t,e){t.target(null)}).remove(),n.order()},s}),function(t,e){"function"==typeof define&&define.amd?define("layout/Popup.js",["d3","../common/HTMLWidget","../layout/Surface","../common/Icon"],e):t.layout_Popup=e(t.d3,t.common_HTMLWidget,t.layout_Surface,t.common_Icon)}(this,function(t,e,i,o){function n(){e.call(this),this._tag="div",this._surfaceButtons=[]}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" layout_Popup",n.prototype.publish("popupState",!1,"boolean","State of the popup, visible (true) or hidden (false)",null,{}),n.prototype.publish("shrinkWrap",!1,"boolean","The popup parent container either shrinks to the size of its contents (true) or expands to fit thge popup's parentDiv (false)",null,{}),n.prototype.publish("centerPopup","none","set","Center the widget in its container element (target) or in the window",["none","container","window"],{}),n.prototype.publish("top",null,"number","Top position property of popup",null,{}),n.prototype.publish("bottom",null,"number","Bottom position property of popup",null,{}),n.prototype.publish("left",null,"number","Left position property of popup",null,{}),n.prototype.publish("right",null,"number","Right position property of popup",null,{}),n.prototype.publish("position","relative","set","Value of the 'position' property",["absolute","relative","fixed","static","initial","inherit"],{tags:["Private"]}),n.prototype.publish("widget",null,"widget","Widget",null,{tags:["Private"]}),n.prototype.updateState=function(t){t=t||!this.popupState(),this.popupState(t).render()},n.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this.widget().target(t),this._originalPosition=this.position()},n.prototype.update=function(t,i){e.prototype.update.apply(this,arguments),i.style({visibility:this.popupState()?null:"hidden",opacity:this.popupState()?null:0,width:this.shrinkWrap()?this.widget().width()+"px":this._size.width+"px",height:this.shrinkWrap()?this.widget().height()+"px":this._size.height+"px"}),0===this.widget().size().height&&this.widget().resize(this.size())},n.prototype.postUpdate=function(t,i){var o,n;switch(this.centerPopup()){case"container":this._parentElement&&(o=parseInt(this._parentElement.style("width"))/2-this.widget().width()/2,n=parseInt(this._parentElement.style("height"))/2-this.widget().height()/2),this.position("absolute");break;case"window":o=window.innerWidth/2-this.widget().width()/2,n=window.innerHeight/2-this.widget().height()/2,this.position("fixed");break;default:o=0,n=0,this.position(this._originalPosition)}this.pos({x:o,y:n}),e.prototype.postUpdate.apply(this,arguments),i.style("position",this.position()).style("left",this.left()+"px").style("right",this.right()+"px").style("top",this.top()+"px").style("bottom",this.bottom()+"px")},n.prototype.exit=function(t,i){this.widget()&&(this.widget(null),this.render()),e.prototype.exit.apply(this,arguments)},n.prototype.click=function(t){console.log("Clicked: "+t.id)},n}),function(t,e){"function"==typeof define&&define.amd?define("layout/Tabbed.js",["d3","../common/HTMLWidget","../layout/Surface","../common/Text","css!./Tabbed"],e):t.layout_Tabbed=e(t.d3,t.common_HTMLWidget,t.layout_Surface,t.common_Text)}(this,function(t,e,i,o){function n(){e.call(this),this._tag="div"}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" layout_Tabbed",n.prototype.publish("showTabs",!0,"boolean","Show Tabs",null,{}),n.prototype.publish("surfacePadding",4,"number","Padding"),n.prototype.publish("activeTabIdx",0,"number","Index of active tab",null,{}),n.prototype.publish("labels",[],"array","Array of tab labels sharing an index with ",null,{tags:["Private"]}),n.prototype.publish("tabLocation","top","set","Position the tabs at the bottom of the widget",["top","bottom"],{tags:["Private"]}),n.prototype.publish("widgets",[],"widgetArray","widgets",null,{tags:["Private"]}),n.prototype.clearTabs=function(){return this.labels([]),this.widgets([]),this},n.prototype.addTab=function(t,e,n,s){var r=t.size();0===r.width&&0===r.height&&t.size({width:"100%",height:"100%"});var l=this.labels(),a=this.widgets();n&&this.activeTabIdx(this.widgets().length),l.push(e);var d=(new i).widget(t?t:(new o).text("No widget defined for tab"));return a.push(d),this.labels(l),this.widgets(a),s&&s(d),this},n.prototype.widgetSize=function(t){var e=this.clientWidth(),i=this.clientHeight(),o=this._tabContainer.node().getBoundingClientRect();return"undefined"!=typeof o.height&&(i-=o.height),{width:e,height:i}},n.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this._tabContainer=i.append("div"),this._contentContainer=i.append("div")},n.prototype.update=function(i,o){e.prototype.update.apply(this,arguments);var n=this;o.style("padding",this.surfacePadding_exists()?this.surfacePadding()+"px":null);var s=this._tabContainer.selectAll(".tab-button.id"+this.id()).data(this.showTabs()?this.labels():[],function(t){return t});s.enter().append("span").attr("class","tab-button id"+this.id()).style("cursor","pointer").on("click",function(t,e){n.click(n.widgets()[e].widget(),t,e),n.activeTabIdx(e).render()}),s.classed("active",function(t,e){return n.activeTabIdx()===e}).text(function(t){return t}),s.exit().remove();var r=this._contentContainer.selectAll(".tab-content.id"+this.id()).data(this.widgets(),function(t){return t.id()});switch(r.enter().append("div").attr("class","tab-content id"+this.id()).each(function(t,e){t.target(this)}),r.classed("active",function(t,e){return n.activeTabIdx()===e}).style("display",function(t,e){return n.activeTabIdx()===e?"block":"none"}).each(function(e,i){if(e.visible(n.activeTabIdx()===i),n.activeTabIdx()===i){var o=n.widgetSize(t.select(this));e.surfaceBorderWidth(n.showTabs()?null:0).surfacePadding(n.showTabs()?null:0).resize(o)}}),r.exit().each(function(t,e){t.target(null)}).remove(),this.tabLocation()){case"bottom":this._tabContainer.attr("class","on_bottom").style("top",this._contentContainer.node().offsetHeight+this.surfacePadding()+"px").style("position","absolute"),this._contentContainer.style("top",this.surfacePadding_exists()?this.surfacePadding()+"px":null).style("position","absolute");break;default:this._tabContainer.attr("class","on_top").style("top",null).style("position","relative"),this._contentContainer.style("top",this._tabContainer.node().offsetHeight+this.surfacePadding()+"px").style("position","absolute")}},n.prototype.click=function(t,e,i){},n}),function(t,e){"function"==typeof define&&define.amd?define("layout/Toolbar.js",["d3","../common/HTMLWidget","css!./Toolbar"],e):t.layout_Toolbar=e(t.d3,t.common_HTMLWidget)}(this,function(t,e){function i(){e.call(this),this._tag="div"}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" layout_Toolbar",i.prototype.publish("title","","string","Title",null,{tags:["Intermediate"]}),i.prototype.publish("fontSize",null,"number","Title Font Size (px)",null,{tags:["Advanced"],optional:!0}),i.prototype.publish("fontColor",null,"html-color","Title Font Color",null,{tags:["Advanced"],optional:!0}),i.prototype.publish("fontFamily",null,"string","Title Font Family",null,{tags:["Advanced"],optional:!0}),i.prototype.publish("fontBold",!0,"boolean","Enable Bold Title Font",null,{tags:["Advanced"],optional:!0}),i.prototype.publish("backgroundColor",null,"html-color","Background Color",null,{tags:["Intermediate"],optional:!0}),i.prototype.publish("responsive",!0,"boolean","Adapts to pixel width",null,{tags:["Basic"]}),i.prototype.publish("widgets",[],"widgetArray","Child widgets of the toolbar",null,{tags:["Basic"]}),i.prototype.publish("widgetClasses",[],"array","Array of Html Element classes to be assigned to the child widgets (shares index with widgets param)",null,{tags:["Basic"]}),i.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments)},i.prototype.update=function(i,o){e.prototype.update.apply(this,arguments);var n=this;o.attr("title",n.title()).style("background-color",this.backgroundColor());var s=o.selectAll("div.toolbar-title").data(this.title()?[this.title()]:[]);s.enter().append("div").classed("toolbar-title",!0).append("span"),s.selectAll("div.toolbar-title > span").style("font-size",this.fontSize_exists()?this.fontSize()+"px":null).style("color",this.fontColor_exists()?this.fontColor():null).style("font-family",this.fontFamily_exists()?this.fontFamily():null).style("font-weight",this.fontBold_exists()?this.fontBold()?"bold":"normal":null).style("background-color",this.backgroundColor_exists()?this.backgroundColor():null).text(n.title()),s.exit().remove();var r=o.selectAll("div.toolbar-child").data(null!==this.widgets()?this.widgets():[],function(t){return t.id()});r.enter().insert("div","div.toolbar-title").each(function(e,i){var o=n.widgetClasses()[i]?n.widgetClasses()[i]+" toolbar-child":"toolbar-child";t.select(this).classed(o,!0),e.target(this)}),r.exit().each(function(t){t.target(null)}).remove(),r.order()},i.prototype.render=function(t){var i=this;e.prototype.render.call(this,function(e){var o=i.element().node().getBoundingClientRect(),n=o.left+o.width;i.element().selectAll("div.toolbar-child").each(function(t,e){var i=this.getBoundingClientRect();n>i.left&&(n=i.left)}),i.element().select(".toolbar-title").style("width",n-o.left-4+"px"),t&&t(e)})},i.prototype.exit=function(t,i){e.prototype.exit.apply(this,arguments),this.widgets().forEach(function(t){t.target(null)})},i}); \ No newline at end of file diff --git a/dist/hpcc-viz-map.js b/dist/hpcc-viz-map.js new file mode 100644 index 0000000000..1cdc21ad70 --- /dev/null +++ b/dist/hpcc-viz-map.js @@ -0,0 +1,20251 @@ + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/Utility.js',["d3"], factory); + } else { + root.map_Utility = factory(root.d3); + } +}(this, function (d3) { + // Origonally ased on geohash.js + // Geohash library for Javascript + // (c) 2008 David Troy + // Distributed under the MIT License + + function Geohash() { + } + Geohash.prototype.constructor = Geohash; + Geohash.prototype._class += " map_Geohash"; + + /* (Geohash-specific) Base32 map */ + Geohash.prototype.base32 = "0123456789bcdefghjkmnpqrstuvwxyz"; + + /** + * Encodes latitude/longitude to geohash, either to specified precision or to automatically + * evaluated precision. + * + * @param {number} lat - Latitude in degrees. + * @param {number} lon - Longitude in degrees. + * @param {number} [precision] - Number of characters in resulting geohash. + * @returns {string} Geohash of supplied latitude/longitude. + * @throws Invalid geohash. + * + * @example + * var geohash = Geohash.encode(52.205, 0.119, 7); // geohash: "u120fxw" + */ + Geohash.prototype.encode = function (lat, lon, precision) { + // infer precision? + if (typeof precision === "undefined") { + // refine geohash until it matches precision of supplied lat/lon + for (var p = 1; p <= 12; p++) { + var hash = this.encode(lat, lon, p); + var posn = this.decode(hash); + if (posn.lat === lat && posn.lon === lon) return hash; + } + precision = 12; // set to maximum + } + + lat = Number(lat); + lon = Number(lon); + precision = Number(precision); + + if (isNaN(lat) || isNaN(lon) || isNaN(precision)) throw new Error("Invalid geohash"); + + var idx = 0; // index into base32 map + var bit = 0; // each char holds 5 bits + var evenBit = true; + var geohash = ""; + + var latMin = -90, latMax = 90; + var lonMin = -180, lonMax = 180; + + while (geohash.length < precision) { + if (evenBit) { + // bisect E-W longitude + var lonMid = (lonMin + lonMax) / 2; + if (lon > lonMid) { + idx = idx * 2 + 1; + lonMin = lonMid; + } else { + idx = idx * 2; + lonMax = lonMid; + } + } else { + // bisect N-S latitude + var latMid = (latMin + latMax) / 2; + if (lat > latMid) { + idx = idx * 2 + 1; + latMin = latMid; + } else { + idx = idx * 2; + latMax = latMid; + } + } + evenBit = !evenBit; + + if (++bit === 5) { + // 5 bits gives us a character: append it and start over + geohash += this.base32.charAt(idx); + bit = 0; + idx = 0; + } + } + + return geohash; + }; + + /** + * Decode geohash to latitude/longitude (location is approximate centre of geohash cell, + * to reasonable precision). + * + * @param {string} geohash - Geohash string to be converted to latitude/longitude. + * @returns {{lat:number, lon:number}} (Center of) geohashed location. + * @throws Invalid geohash. + * + * @example + * var latlon = Geohash.decode("u120fxw"); // latlon: { lat: 52.205, lon: 0.1188 } + */ + Geohash.prototype.decode = function (geohash) { + + var bounds = this.bounds(geohash); // <-- the hard work + // now just determine the centre of the cell... + + var latMin = bounds.sw.lat, lonMin = bounds.sw.lon; + var latMax = bounds.ne.lat, lonMax = bounds.ne.lon; + + // cell centre + var lat = (latMin + latMax) / 2; + var lon = (lonMin + lonMax) / 2; + + // round to close to centre without excessive precision: ⌊2-log10(Δ°)⌋ decimal places + lat = lat.toFixed(Math.floor(2 - Math.log(latMax - latMin) / Math.LN10)); + lon = lon.toFixed(Math.floor(2 - Math.log(lonMax - lonMin) / Math.LN10)); + + return { lat: Number(lat), lon: Number(lon) }; + }; + + /** + * Returns SW/NE latitude/longitude bounds of specified geohash. + * + * @param {string} geohash - Cell that bounds are required of. + * @returns {{sw: {lat: number, lon: number}, ne: {lat: number, lon: number}}} + * @throws Invalid geohash. + */ + Geohash.prototype.bounds = function (geohash) { + if (geohash.length === 0) throw new Error("Invalid geohash"); + + geohash = geohash.toLowerCase(); + + var evenBit = true; + var latMin = -90, latMax = 90; + var lonMin = -180, lonMax = 180; + + for (var i = 0; i < geohash.length; i++) { + var chr = geohash.charAt(i); + var idx = this.base32.indexOf(chr); + if (idx === -1) throw new Error("Invalid geohash"); + + for (var n = 4; n >= 0; n--) { + var bitN = idx >> n & 1; + if (evenBit) { + // longitude + var lonMid = (lonMin + lonMax) / 2; + if (bitN === 1) { + lonMin = lonMid; + } else { + lonMax = lonMid; + } + } else { + // latitude + var latMid = (latMin + latMax) / 2; + if (bitN === 1) { + latMin = latMid; + } else { + latMax = latMid; + } + } + evenBit = !evenBit; + } + } + + var bounds = { + sw: { lat: latMin, lon: lonMin }, + ne: { lat: latMax, lon: lonMax } + }; + + return bounds; + }; + + /** + * Determines adjacent cell in given direction. + * + * @param geohash - Cell to which adjacent cell is required. + * @param direction - Direction from geohash (N/S/E/W). + * @returns {string} Geocode of adjacent cell. + * @throws Invalid geohash. + */ + Geohash.prototype.adjacent = function (geohash, direction) { + // based on github.com/davetroy/geohash-js + + geohash = geohash.toLowerCase(); + direction = direction.toLowerCase(); + + if (geohash.length === 0) throw new Error("Invalid geohash"); + if ("nsew".indexOf(direction) === -1) throw new Error("Invalid direction"); + + var neighbour = { + n: ["p0r21436x8zb9dcf5h7kjnmqesgutwvy", "bc01fg45238967deuvhjyznpkmstqrwx"], + s: ["14365h7k9dcfesgujnmqp0r2twvyx8zb", "238967debc01fg45kmstqrwxuvhjyznp"], + e: ["bc01fg45238967deuvhjyznpkmstqrwx", "p0r21436x8zb9dcf5h7kjnmqesgutwvy"], + w: ["238967debc01fg45kmstqrwxuvhjyznp", "14365h7k9dcfesgujnmqp0r2twvyx8zb"] + }; + var border = { + n: ["prxz", "bcfguvyz"], + s: ["028b", "0145hjnp"], + e: ["bcfguvyz", "prxz"], + w: ["0145hjnp", "028b"] + }; + + var lastCh = geohash.slice(-1); // last character of hash + var parent = geohash.slice(0, -1); // hash without last character + + var type = geohash.length % 2; + + // check for edge-cases which don"t share common prefix + if (border[direction][type].indexOf(lastCh) !== -1 && parent !== "") { + parent = this.adjacent(parent, direction); + } + + // append letter for direction to parent + return parent + this.base32.charAt(neighbour[direction][type].indexOf(lastCh)); + }; + + /** + * Returns all 8 adjacent cells to specified geohash. + * + * @param {string} geohash - Geohash neighbours are required of. + * @returns {{n,ne,e,se,s,sw,w,nw: string}} + * @throws Invalid geohash. + */ + Geohash.prototype.neighbours = function (geohash) { + return { + "n": this.adjacent(geohash, "n"), + "ne": this.adjacent(this.adjacent(geohash, "n"), "e"), + "e": this.adjacent(geohash, "e"), + "se": this.adjacent(this.adjacent(geohash, "s"), "e"), + "s": this.adjacent(geohash, "s"), + "sw": this.adjacent(this.adjacent(geohash, "s"), "w"), + "w": this.adjacent(geohash, "w"), + "nw": this.adjacent(this.adjacent(geohash, "n"), "w") + }; + }; + + // HPCC Extensions --- + Geohash.prototype.contained = function (w, n, e, s, precision) { + if (isNaN(n) || n >= 90) n = 89; + if (isNaN(e) || e > 180) e = 180; + if (isNaN(s) || s <= -90) s = -89; + if (isNaN(w) || w < -180) w = -180; + precision = precision || 1; + var geoHashNW = this.encode(n, w, precision); + var geoHashNE = this.encode(n, e, precision); + var geoHashSE = this.encode(s, e, precision); + var currRowHash = geoHashNW; + var col = 0, maxCol = -1; + var geoHashes = [geoHashNW, geoHashSE]; + var currHash = this.adjacent(geoHashNW, "e"); + while (currHash !== geoHashSE) { + geoHashes.push(currHash); + ++col; + if (currHash === geoHashNE || maxCol === col) { + maxCol = col + 1; + col = 0; + currHash = this.adjacent(currRowHash, "s"); + currRowHash = currHash; + } else { + currHash = this.adjacent(currHash, "e"); + } + } + return geoHashes; + }; + + Geohash.prototype.calculateWidthDegrees = function (n) { + var a; + if (n % 2 === 0) + a = -1; + else + a = -0.5; + var result = 180 / Math.pow(2, 2.5 * n + a); + return result; + }; + + Geohash.prototype.width = function (n) { + var parity = n % 2; + return 180 / (2 ^ (((5 * n + parity) / 2) - 1)); + }; + + var Tile = function () { + var size = [960, 500], + scale = 256, + translate = [size[0] / 2, size[1] / 2], + zoomDelta = 0; + + function tile() { + var z = Math.max(Math.log(scale) / Math.LN2 - 8, 0), + z0 = Math.round(z + zoomDelta), + k = Math.pow(2, z - z0 + 8), + origin = [(translate[0] - scale / 2) / k, (translate[1] - scale / 2) / k], + tiles = [], + cols = d3.range(Math.max(0, Math.floor(-origin[0])), Math.max(0, Math.ceil(size[0] / k - origin[0]))), + rows = d3.range(Math.max(0, Math.floor(-origin[1])), Math.max(0, Math.ceil(size[1] / k - origin[1]))); + + rows.forEach(function (y) { + cols.forEach(function (x) { + tiles.push([x, y, z0]); + }); + }); + + tiles.translate = origin; + tiles.scale = k; + + return tiles; + } + + tile.size = function (_) { + if (!arguments.length) return size; + size = _; + return tile; + }; + + tile.scale = function (_) { + if (!arguments.length) return scale; + scale = _; + return tile; + }; + + tile.translate = function (_) { + if (!arguments.length) return translate; + translate = _; + return tile; + }; + + tile.zoomDelta = function (_) { + if (!arguments.length) return zoomDelta; + zoomDelta = +_; + return tile; + }; + + return tile; + }; + + // A modified d3.geo.albersUsa to include Puerto Rico. + var albersUsaPr = function () { + var ε = 1e-6; + + var lower48 = d3.geo.albers(); + + // EPSG:3338 + var alaska = d3.geo.conicEqualArea() + .rotate([154, 0]) + .center([-2, 58.5]) + .parallels([55, 65]); + + // ESRI:102007 + var hawaii = d3.geo.conicEqualArea() + .rotate([157, 0]) + .center([-3, 19.9]) + .parallels([8, 18]); + + // XXX? You should check that this is a standard PR projection! + var puertoRico = d3.geo.conicEqualArea() + .rotate([66, 0]) + .center([0, 18]) + .parallels([8, 18]); + + var point, + pointStream = { point: function (x, y) { point = [x, y]; } }, + lower48Point, + alaskaPoint, + hawaiiPoint, + puertoRicoPoint; + + function albersUsa(coordinates) { + var x = coordinates[0], y = coordinates[1]; + point = null; + (lower48Point(x, y), point) || + (alaskaPoint(x, y), point) || + (hawaiiPoint(x, y), point) || + (puertoRicoPoint(x, y), point); // jshint ignore:line + return point; + } + + albersUsa.invert = function (coordinates) { + var k = lower48.scale(), + t = lower48.translate(), + x = (coordinates[0] - t[0]) / k, + y = (coordinates[1] - t[1]) / k; + return (y >= 0.120 && y < 0.234 && x >= -0.425 && x < -0.214 ? alaska + : y >= 0.166 && y < 0.234 && x >= -0.214 && x < -0.115 ? hawaii + : y >= 0.204 && y < 0.234 && x >= 0.320 && x < 0.380 ? puertoRico + : lower48).invert(coordinates); + }; + + // A naïve multi-projection stream. + // The projections must have mutually exclusive clip regions on the sphere, + // as this will avoid emitting interleaving lines and polygons. + albersUsa.stream = function (stream) { + var lower48Stream = lower48.stream(stream), + alaskaStream = alaska.stream(stream), + hawaiiStream = hawaii.stream(stream), + puertoRicoStream = puertoRico.stream(stream); + return { + point: function (x, y) { + lower48Stream.point(x, y); + alaskaStream.point(x, y); + hawaiiStream.point(x, y); + puertoRicoStream.point(x, y); + }, + sphere: function () { + lower48Stream.sphere(); + alaskaStream.sphere(); + hawaiiStream.sphere(); + puertoRicoStream.sphere(); + }, + lineStart: function () { + lower48Stream.lineStart(); + alaskaStream.lineStart(); + hawaiiStream.lineStart(); + puertoRicoStream.lineStart(); + }, + lineEnd: function () { + lower48Stream.lineEnd(); + alaskaStream.lineEnd(); + hawaiiStream.lineEnd(); + puertoRicoStream.lineEnd(); + }, + polygonStart: function () { + lower48Stream.polygonStart(); + alaskaStream.polygonStart(); + hawaiiStream.polygonStart(); + puertoRicoStream.polygonStart(); + }, + polygonEnd: function () { + lower48Stream.polygonEnd(); + alaskaStream.polygonEnd(); + hawaiiStream.polygonEnd(); + puertoRicoStream.polygonEnd(); + } + }; + }; + + albersUsa.precision = function (_) { + if (!arguments.length) return lower48.precision(); + lower48.precision(_); + alaska.precision(_); + hawaii.precision(_); + puertoRico.precision(_); + return albersUsa; + }; + + albersUsa.scale = function (_) { + if (!arguments.length) return lower48.scale(); + lower48.scale(_); + alaska.scale(_ * 0.35); + hawaii.scale(_); + puertoRico.scale(_); + return albersUsa.translate(lower48.translate()); + }; + + albersUsa.translate = function (_) { + if (!arguments.length) return lower48.translate(); + var k = lower48.scale(), x = +_[0], y = +_[1]; + + lower48Point = lower48 + .translate(_) + .clipExtent([[x - 0.455 * k, y - 0.238 * k], [x + 0.455 * k, y + 0.238 * k]]) + .stream(pointStream).point; + + alaskaPoint = alaska + .translate([x - 0.307 * k, y + 0.201 * k]) + .clipExtent([[x - 0.425 * k + ε, y + 0.120 * k + ε], [x - 0.214 * k - ε, y + 0.234 * k - ε]]) + .stream(pointStream).point; + + hawaiiPoint = hawaii + .translate([x - 0.205 * k, y + 0.212 * k]) + .clipExtent([[x - 0.214 * k + ε, y + 0.166 * k + ε], [x - 0.115 * k - ε, y + 0.234 * k - ε]]) + .stream(pointStream).point; + + puertoRicoPoint = puertoRico + .translate([x + 0.350 * k, y + 0.224 * k]) + .clipExtent([[x + 0.320 * k, y + 0.204 * k], [x + 0.380 * k, y + 0.234 * k]]) + .stream(pointStream).point; + + return albersUsa; + }; + + return albersUsa.scale(1070); + }; + + if (!d3.geo.albersUsaPr) { + d3.geo.albersUsaPr = albersUsaPr; + } + + return { + Geohash: Geohash, + Tile: Tile, + albersUsaPr: albersUsaPr + }; +})); + +if (typeof define === "function" && define.amd) { + define('css',[], function () { + return { + load: function ($1, $2, load) { load() } + } + }) +}; + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/Layered.js',["d3", "topojson", "../common/SVGWidget", "./Utility", "css!./Layered"], factory); + } else { + root.map_Layered = factory(root.d3, root.topojson, root.common_SVGWidget, root.map_Utility); + } +}(this, function (d3, topojson, SVGWidget, Utility) { + var zoomFactor = 1 / 4; + var projectionFactor = (1 << 12) / 2 / Math.PI; + + function Layered() { + SVGWidget.call(this); + + this._drawStartPos = "origin"; + this.projection("mercator"); + } + Layered.prototype = Object.create(SVGWidget.prototype); + Layered.prototype.constructor = Layered; + Layered.prototype._class += " map_Layered"; + + Layered.prototype.publish("projection", null, "set", "Map projection type", ["albersUsa", "albersUsaPr", "azimuthalEqualArea", "azimuthalEquidistant", "conicEqualArea", "conicConformal", "conicEquidistant", "equirectangular", "gnomonic", "mercator", "orthographic", "stereographic", "transverseMercator"]); + Layered.prototype.publish("centerLat", 0, "number", "Center Latitude", null, { tags: ["Basic"] }); + Layered.prototype.publish("centerLong", 0, "number", "Center Longtitude", null, { tags: ["Basic"] }); + Layered.prototype.publish("zoom", 1, "number", "Zoom Level", null, { tags: ["Basic"] }); + Layered.prototype.publish("autoScaleMode", "all", "set", "Auto Scale", ["none", "all"], { tags: ["Basic"] }); + Layered.prototype.publish("layers", [], "widgetArray", "Layers"); + + Layered.prototype.data = function (_) { + var retVal = SVGWidget.prototype.data.apply(this, arguments); + if (arguments.length) { + this._autoScaleOnNextRender = true; + } + return retVal; + }; + + Layered.prototype.projection_orig = Layered.prototype.projection; + Layered.prototype.projection = function (_) { + var retVal = Layered.prototype.projection_orig.apply(this, arguments); + if (arguments.length) { + this._d3GeoProjection = d3.geo[_]() + .scale(projectionFactor) + .translate([0, 0]) + ; + switch (_) { + case "orthographic": + this._d3GeoProjection + .clipAngle(90) + .rotate([0, 0]) + ; + } + this._d3GeoPath = d3.geo.path() + .projection(this._d3GeoProjection) + ; + this._autoScaleOnNextRender = true; + } + return retVal; + }; + + Layered.prototype.size = function (_) { + var retVal = SVGWidget.prototype.size.apply(this, arguments); + if (arguments.length) { + delete this._prevCenterLat; + delete this._prevCenterLong; + } + return retVal; + }; + + Layered.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + + var context = this; + this._zoom = d3.behavior.zoom() + .scaleExtent([0.25 * zoomFactor, 131072 * zoomFactor]) + .on("zoomstart", function (ev) { + context._zoomstart_translate = context._zoom.translate(); + context._zoomstart_scale = context._zoom.scale(); + }) + .on("zoom", function () { + if (d3.event && d3.event.sourceEvent && d3.event.sourceEvent.ctrlKey && d3.event.sourceEvent.type === "mousemove") { + context.render(); + return; + } + context.zoomed(); + + var x = context.width() / 2; + var y = context.height() / 2; + var mapCenterLongLat = context.invert(x, y); + context.centerLong(mapCenterLongLat[0]); + context.centerLat(mapCenterLongLat[1]); + context.zoom(context._zoom.scale() / zoomFactor); + + context._prevCenterLong = context.centerLong(); + context._prevCenterLat = context.centerLat(); + context._prevZoom = context.zoom(); + }) + .on("zoomend", function () { + }) + ; + + this._zoomGrab = element.append("rect") + .attr("class", "background") + ; + + this._layersTarget = element.append("g") + .attr("class", "layersTarget") + ; + + element.call(this._zoom); + }; + + Layered.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + if (this._prevCenterLat !== this.centerLat() || this._prevCenterLong !== this.centerLong() || this._prevZoom !== this.zoom()) { + var projection = d3.geo[this.projection()]() + .scale(this.zoom() * zoomFactor * projectionFactor) + .translate([this.width() / 2, this.height() / 2]) + ; + var center = projection([this.centerLong(), this.centerLat()]) || [this.width() / 2, this.height() / 2]; + + this._zoom + .scale(this.zoom() * zoomFactor) + .translate([this.width() - center[0], this.height() - center[1]]) + ; + this._prevCenterLat = this.centerLat(); + this._prevCenterLong = this.centerLong(); + this._prevZoom = this.zoom(); + } + + this._zoomGrab + .attr("width", this.width()) + .attr("height", this.height()) + ; + + var layers = this._layersTarget.selectAll(".layerContainer").data(this.layers().filter(function (d) { return d.visible(); }), function (d) { return d.id(); }); + var context = this; + layers.enter().append("g") + .attr("id", function (d) { return d.id(); }) + .attr("class", "layerContainer") + .each(function (d) { + d._svgElement = d3.select(this); + d._domElement = context._parentOverlay.append("div"); + d.layerEnter(context, d._svgElement, d._domElement); + }) + ; + layers + .each(function (d) { + d.layerUpdate(context); + }) + ; + layers.exit() + .each(function (d) { + d.layerExit(context); + d._domElement.remove(); + }) + .remove() + ; + layers.order(); + this.zoomed(); + }; + + Layered.prototype.exit = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + }; + + Layered.prototype.zoomed = function () { + var layers = this._layersTarget.selectAll(".layerContainer"); + var context = this; + layers + .each(function (d) { + d.layerZoomed(context); + }) + ; + }; + + Layered.prototype.render = function (callback) { + var context = this; + var retVal = SVGWidget.prototype.render.call(this, function (w) { + if (context._layersTarget && ((context._renderCount && context._autoScaleOnNextRender) || context._prevAutoScaleMode !== context.autoScaleMode())) { + context._prevAutoScaleMode = context.autoScaleMode(); + context._autoScaleOnNextRender = false; + setTimeout(function () { + context.autoScale(); + context.autoScale(); //TODO Fix math in autoScale + if (callback) { + callback(w); + } + }, 0); + } else { + if (callback) { + callback(w); + } + } + }); + return retVal; + }; + + Layered.prototype.project = function (lat, long) { + if (lat >= 90) + lat = 89; + else if (lat <= -90) + lat = -89; + var pos = this._d3GeoProjection([long, lat]); + if (pos) { + pos[0] *= this._zoom.scale(); + pos[1] *= this._zoom.scale(); + pos[0] += this._zoom.translate()[0]; + pos[1] += this._zoom.translate()[1]; + } + return pos; + }; + + Layered.prototype.invert = function (x, y) { + x -= this._zoom.translate()[0]; + y -= this._zoom.translate()[1]; + x /= this._zoom.scale(); + y /= this._zoom.scale(); + return this._d3GeoProjection.invert([x, y]); + }; + + Layered.prototype.getBounds = function () { + var bbox = this._layersTarget.node().getBBox(); + return { + x: bbox.x, + y: bbox.y, + width: bbox.width, + height: bbox.height + }; + }; + + Layered.prototype.autoScale = function () { + switch (this.autoScaleMode()) { + case "none": + return; + case "all": + this.shrinkToFit(this.getBounds()); + break; + } + }; + + Layered.prototype.shrinkToFit = function (rect) { + if (rect.width && rect.height) { + var width = this.width(); + var height = this.height(); + var translate = this._zoom.translate(); + var scale = this._zoom.scale(); + + rect.x += rect.width / 2; + rect.y += rect.height / 2; + translate[0] -= (rect.x - width / 2); + translate[1] -= (rect.y - height / 2); + + var newScale = scale * Math.min(width / rect.width, height / rect.height); + this._zoom + .translate(translate) + .scale(newScale) + .event(this._layersTarget) + ; + } else { + console.log("Layered.prototype.shrinkToFit - invalid rect: " + rect); + } + }; + + return Layered; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/Layer.js',["./Layered", "../api/ITooltip"], factory); + } else { + root.map_Layer = factory(root.map_Layered, root.api_ITooltip); + } +}(this, function (Layered, ITooltip) { + function Layer(id) { + Layered.call(this); + ITooltip.call(this); + } + Layer.prototype = Object.create(Layered.prototype); + Layer.prototype.constructor = Layer; + Layer.prototype._class += " map_Layer"; + Layer.prototype.implements(ITooltip.prototype); + + Layer.prototype.layerEnter = function (base, svgElement, domElement) { + this._parentOverlay = base._parentOverlay; + }; + + Layer.prototype.enter = function (domNode, element) { + Layered.prototype.enter.apply(this, arguments); + this._svgElement = this._layersTarget.append("g"); + this._domElement = this._parentOverlay.append("div"); + this.layerEnter(this, this._svgElement, this._domElement); + }; + + Layer.prototype.layerUpdate = function (base) { + }; + + Layer.prototype.update = function (domNode, element) { + Layered.prototype.update.apply(this, arguments); + this.layerUpdate(this); + }; + + Layer.prototype.layerExit = function (base) { + }; + + Layer.prototype.exit = function (domNode, element) { + this.layerExit(this); + this._svgElement.remove(); + this._domElement.remove(); + Layered.prototype.exit.apply(this, arguments); + }; + + Layer.prototype.layerZoomed = function (base) { + }; + + Layer.prototype.zoomed = function () { + Layered.prototype.zoomed.apply(this, arguments); + this.layerZoomed(this); + }; + + return Layer; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/Choropleth',["d3", "topojson", "./Layer", "../common/Palette", "../common/Utility", "css!./Choropleth"], factory); + } else { + root.map_Choropleth = factory(root.d3, root.topojson, root.map_Layer, root.common_Palette, root.common_Utility); + } +}(this, function (d3, topojson, Layer, Palette, Utility) { + function Choropleth() { + Layer.call(this); + Utility.SimpleSelectionMixin.call(this); + + this._dataMap = {}; + this._path = d3.select(null); + } + Choropleth.prototype = Object.create(Layer.prototype); + Choropleth.prototype.constructor = Choropleth; + Choropleth.prototype._class += " map_Choropleth"; + Choropleth.prototype.mixin(Utility.SimpleSelectionMixin); + + Choropleth.prototype._palette = Palette.rainbow("default"); + + Choropleth.prototype.publish("paletteID", "YlOrRd", "set", "Palette ID", Choropleth.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); + Choropleth.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); + + Choropleth.prototype.publish("opacity", 1.0, "number", "Opacity", null, { tags: ["Advanced"] }); + + Choropleth.prototype.publish("meshVisible", true, "boolean", "Mesh Visibility"); + Choropleth.prototype.publish("meshColor", null, "html-color", "Stroke Color", null, { optional: true }); + Choropleth.prototype.publish("meshStrokeWidth", 0.25, "number", "Stroke Width"); + Choropleth.prototype.publish("internalOnly", false, "boolean", "Internal mesh only"); + Choropleth.prototype.publish("autoScaleMode", "mesh", "set", "Auto Scale", ["none", "mesh", "data"], { tags: ["Basic"], override: true }); + + Choropleth.prototype.data = function (_) { + var retVal = Layer.prototype.data.apply(this, arguments); + if (arguments.length) { + this._dataMap = {}; + this._dataMinWeight = null; + this._dataMaxWeight = null; + + var context = this; + this.data().forEach(function (item) { + context._dataMap[item[0]] = item; + if (!context._dataMinWeight || item[1] < context._dataMinWeight) { + context._dataMinWeight = item[1]; + } + if (!context._dataMaxWeight || item[1] > context._dataMaxWeight) { + context._dataMaxWeight = item[1]; + } + }); + } + return retVal; + }; + + Choropleth.prototype.getDataBounds = function () { + var bbox = this._choroplethData.node().getBBox(); + var retVal = { + x: bbox.x, + y: bbox.y, + width: bbox.width, + height: bbox.height + }; + var scale = this._zoom.scale(); + retVal.x *= scale; + retVal.y *= scale; + retVal.width *= scale; + retVal.height *= scale; + var translate = this._zoom.translate(); + retVal.x += translate[0]; + retVal.y += translate[1]; + return retVal; + }; + + Choropleth.prototype.autoScale = function () { + switch (this.autoScaleMode()) { + case "none": + return; + case "mesh": + this.shrinkToFit(this.getBounds()); + break; + case "data": + this.shrinkToFit(this.getDataBounds()); + break; + } + }; + + Choropleth.prototype.layerEnter = function (base, svgElement, domElement) { + Layer.prototype.layerEnter.apply(this, arguments); + + this._choroplethTransform = svgElement; + this._choroplethData = this._choroplethTransform.append("g"); + this._choropleth = this._choroplethTransform.append("path") + .attr("class", "mesh") + ; + }; + + Choropleth.prototype.layerUpdate = function (base, forcePath) { + Layer.prototype.layerUpdate.apply(this, arguments); + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + if (!this.visible() || !this.meshVisible()) { + this._choropleth.attr("d", ""); + delete this._prevProjection; + return; + } + + if (forcePath || this._prevProjection !== base.projection() || this._prevInternalOnly !== this.internalOnly()) { + this._choropleth + .attr("d", base._d3GeoPath(topojson.mesh(this._choroTopology, this._choroTopologyObjects, this.internalOnly() ? function (a, b) { return a !== b; } : function (a, b) { return true; }))) + ; + this._prevProjection = base.projection(); + this._prevInternalOnly = this.internalOnly(); + } + this._choroplethTransform + .style("opacity", this.opacity()) + .style("stroke", this.meshColor()) + ; + }; + + Choropleth.prototype.layerExit = function (base) { + delete this._prevProjection; + delete this._prevInternalOnly; + }; + + Choropleth.prototype.layerZoomed = function (base) { + Layer.prototype.layerZoomed.apply(this, arguments); + + this._choroplethTransform + .attr("transform", "translate(" + base._zoom.translate() + ")scale(" + base._zoom.scale() + ")") + .style("stroke-width", this.meshStrokeWidth() / base._zoom.scale() + "px") + ; + }; + + // Events --- + Choropleth.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); + }; + + return Choropleth; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/countries.js',[], factory); + } else { + root.map_countries = factory(); + } +}(this, function () { + return { + countryNames: { + "-1": { name: "Northern Cyprus"}, + "-2": { name: "Kosovo"}, + "-3": { name: "Somaliland"}, + "4": { name: "Afghanistan"}, + "8": { name: "Albania"}, + "10": { name: "Antarctica"}, + "12": { name: "Algeria"}, + "16": { name: "American Samoa"}, + "20": { name: "Andorra"}, + "24": { name: "Angola"}, + "28": { name: "Antigua and Barbuda"}, + "31": { name: "Azerbaijan"}, + "32": { name: "Argentina"}, + "36": { name: "Australia"}, + "40": { name: "Austria"}, + "44": { name: "Bahamas"}, + "48": { name: "Bahrain"}, + "50": { name: "Bangladesh"}, + "51": { name: "Armenia"}, + "52": { name: "Barbados"}, + "56": { name: "Belgium"}, + "60": { name: "Bermuda"}, + "64": { name: "Bhutan"}, + "68": { name: "Bolivia, Plurinational State of"}, + "70": { name: "Bosnia and Herzegovina"}, + "72": { name: "Botswana"}, + "74": { name: "Bouvet Island"}, + "76": { name: "Brazil"}, + "84": { name: "Belize"}, + "86": { name: "British Indian Ocean Territory"}, + "90": { name: "Solomon Islands"}, + "92": { name: "Virgin Islands, British"}, + "96": { name: "Brunei Darussalam"}, + "100": { name: "Bulgaria"}, + "104": { name: "Myanmar"}, + "108": { name: "Burundi"}, + "112": { name: "Belarus"}, + "116": { name: "Cambodia"}, + "120": { name: "Cameroon"}, + "124": { name: "Canada"}, + "132": { name: "Cape Verde"}, + "136": { name: "Cayman Islands"}, + "140": { name: "Central African Republic"}, + "144": { name: "Sri Lanka"}, + "148": { name: "Chad"}, + "152": { name: "Chile"}, + "156": { name: "China"}, + "158": { name: "Taiwan, Province of China"}, + "162": { name: "Christmas Island"}, + "166": { name: "Cocos (Keeling) Islands"}, + "170": { name: "Colombia"}, + "174": { name: "Comoros"}, + "175": { name: "Mayotte"}, + "178": { name: "Congo"}, + "180": { name: "Congo, the Democratic Republic of the"}, + "184": { name: "Cook Islands"}, + "188": { name: "Costa Rica"}, + "191": { name: "Croatia"}, + "192": { name: "Cuba"}, + "196": { name: "Cyprus"}, + "203": { name: "Czech Republic"}, + "204": { name: "Benin"}, + "208": { name: "Denmark"}, + "212": { name: "Dominica"}, + "214": { name: "Dominican Republic"}, + "218": { name: "Ecuador"}, + "222": { name: "El Salvador"}, + "226": { name: "Equatorial Guinea"}, + "231": { name: "Ethiopia"}, + "232": { name: "Eritrea"}, + "233": { name: "Estonia"}, + "234": { name: "Faroe Islands"}, + "238": { name: "Falkland Islands (Malvinas)"}, + "239": { name: "South Georgia and the South Sandwich Islands"}, + "242": { name: "Fiji"}, + "246": { name: "Finland"}, + "248": { name: "�land Islands"}, + "250": { name: "France"}, + "254": { name: "French Guiana"}, + "258": { name: "French Polynesia"}, + "260": { name: "French Southern Territories"}, + "262": { name: "Djibouti"}, + "266": { name: "Gabon"}, + "268": { name: "Georgia"}, + "270": { name: "Gambia"}, + "275": { name: "Palestinian Territory, Occupied"}, + "276": { name: "Germany"}, + "288": { name: "Ghana"}, + "292": { name: "Gibraltar"}, + "296": { name: "Kiribati"}, + "300": { name: "Greece"}, + "304": { name: "Greenland"}, + "308": { name: "Grenada"}, + "312": { name: "Guadeloupe"}, + "316": { name: "Guam"}, + "320": { name: "Guatemala"}, + "324": { name: "Guinea"}, + "328": { name: "Guyana"}, + "332": { name: "Haiti"}, + "334": { name: "Heard Island and McDonald Islands"}, + "336": { name: "Holy See (Vatican City State)"}, + "340": { name: "Honduras"}, + "344": { name: "Hong Kong"}, + "348": { name: "Hungary"}, + "352": { name: "Iceland"}, + "356": { name: "India"}, + "360": { name: "Indonesia"}, + "364": { name: "Iran, Islamic Republic of"}, + "368": { name: "Iraq"}, + "372": { name: "Ireland"}, + "376": { name: "Israel"}, + "380": { name: "Italy"}, + "384": { name: "C�te d'Ivoire"}, + "388": { name: "Jamaica"}, + "392": { name: "Japan"}, + "398": { name: "Kazakhstan"}, + "400": { name: "Jordan"}, + "404": { name: "Kenya"}, + "408": { name: "Korea, Democratic People's Republic of"}, + "410": { name: "Korea, Republic of"}, + "414": { name: "Kuwait"}, + "417": { name: "Kyrgyzstan"}, + "418": { name: "Lao People's Democratic Republic"}, + "422": { name: "Lebanon"}, + "426": { name: "Lesotho"}, + "428": { name: "Latvia"}, + "430": { name: "Liberia"}, + "434": { name: "Libya"}, + "438": { name: "Liechtenstein"}, + "440": { name: "Lithuania"}, + "442": { name: "Luxembourg"}, + "446": { name: "Macao"}, + "450": { name: "Madagascar"}, + "454": { name: "Malawi"}, + "458": { name: "Malaysia"}, + "462": { name: "Maldives"}, + "466": { name: "Mali"}, + "470": { name: "Malta"}, + "474": { name: "Martinique"}, + "478": { name: "Mauritania"}, + "480": { name: "Mauritius"}, + "484": { name: "Mexico"}, + "492": { name: "Monaco"}, + "496": { name: "Mongolia"}, + "498": { name: "Moldova, Republic of"}, + "499": { name: "Montenegro"}, + "500": { name: "Montserrat"}, + "504": { name: "Morocco"}, + "508": { name: "Mozambique"}, + "512": { name: "Oman"}, + "516": { name: "Namibia"}, + "520": { name: "Nauru"}, + "524": { name: "Nepal"}, + "528": { name: "Netherlands"}, + "531": { name: "Cura�ao"}, + "533": { name: "Aruba"}, + "534": { name: "Sint Maarten (Dutch part)"}, + "535": { name: "Bonaire, Sint Eustatius and Saba"}, + "540": { name: "New Caledonia"}, + "548": { name: "Vanuatu"}, + "554": { name: "New Zealand"}, + "558": { name: "Nicaragua"}, + "562": { name: "Niger"}, + "566": { name: "Nigeria"}, + "570": { name: "Niue"}, + "574": { name: "Norfolk Island"}, + "578": { name: "Norway"}, + "580": { name: "Northern Mariana Islands"}, + "581": { name: "United States Minor Outlying Islands"}, + "583": { name: "Micronesia, Federated States of"}, + "584": { name: "Marshall Islands"}, + "585": { name: "Palau"}, + "586": { name: "Pakistan"}, + "591": { name: "Panama"}, + "598": { name: "Papua New Guinea"}, + "600": { name: "Paraguay"}, + "604": { name: "Peru"}, + "608": { name: "Philippines"}, + "612": { name: "Pitcairn"}, + "616": { name: "Poland"}, + "620": { name: "Portugal"}, + "624": { name: "Guinea-Bissau"}, + "626": { name: "Timor-Leste"}, + "630": { name: "Puerto Rico"}, + "634": { name: "Qatar"}, + "638": { name: "R�union"}, + "642": { name: "Romania"}, + "643": { name: "Russian Federation"}, + "646": { name: "Rwanda"}, + "652": { name: "Saint Barth�lemy"}, + "654": { name: "Saint Helena, Ascension and Tristan da Cunha"}, + "659": { name: "Saint Kitts and Nevis"}, + "660": { name: "Anguilla"}, + "662": { name: "Saint Lucia"}, + "663": { name: "Saint Martin (French part)"}, + "666": { name: "Saint Pierre and Miquelon"}, + "670": { name: "Saint Vincent and the Grenadines"}, + "674": { name: "San Marino"}, + "678": { name: "Sao Tome and Principe"}, + "682": { name: "Saudi Arabia"}, + "686": { name: "Senegal"}, + "688": { name: "Serbia"}, + "690": { name: "Seychelles"}, + "694": { name: "Sierra Leone"}, + "702": { name: "Singapore"}, + "703": { name: "Slovakia"}, + "704": { name: "Viet Nam"}, + "705": { name: "Slovenia"}, + "706": { name: "Somalia"}, + "710": { name: "South Africa"}, + "716": { name: "Zimbabwe"}, + "724": { name: "Spain"}, + "728": { name: "South Sudan"}, + "729": { name: "Sudan"}, + "732": { name: "Western Sahara"}, + "740": { name: "Suriname"}, + "744": { name: "Svalbard and Jan Mayen"}, + "748": { name: "Swaziland"}, + "752": { name: "Sweden"}, + "756": { name: "Switzerland"}, + "760": { name: "Syrian Arab Republic"}, + "762": { name: "Tajikistan"}, + "764": { name: "Thailand"}, + "768": { name: "Togo"}, + "772": { name: "Tokelau"}, + "776": { name: "Tonga"}, + "780": { name: "Trinidad and Tobago"}, + "784": { name: "United Arab Emirates"}, + "788": { name: "Tunisia"}, + "792": { name: "Turkey"}, + "795": { name: "Turkmenistan"}, + "796": { name: "Turks and Caicos Islands"}, + "798": { name: "Tuvalu"}, + "800": { name: "Uganda"}, + "804": { name: "Ukraine"}, + "807": { name: "Macedonia, the former Yugoslav Republic of"}, + "818": { name: "Egypt"}, + "826": { name: "United Kingdom"}, + "831": { name: "Guernsey"}, + "832": { name: "Jersey"}, + "833": { name: "Isle of Man"}, + "834": { name: "Tanzania, United Republic of"}, + "840": { name: "United States"}, + "850": { name: "Virgin Islands, U.S."}, + "854": { name: "Burkina Faso"}, + "858": { name: "Uruguay"}, + "860": { name: "Uzbekistan"}, + "862": { name: "Venezuela, Bolivarian Republic of"}, + "876": { name: "Wallis and Futuna"}, + "882": { name: "Samoa"}, + "887": { name: "Yemen"}, + "894": { name: "Zambia"} + }, + topology: {"type":"Topology","objects":{"land":{"type":"MultiPolygon","arcs":[[[0]],[[1]],[[2]],[[3]],[[4]],[[5]],[[6]],[[7,8,9]],[[10,11,12,13]],[[14]],[[15]],[[16]],[[17]],[[18]],[[19]],[[20]],[[21,22]],[[23]],[[24]],[[25]],[[26]],[[27]],[[28]],[[29]],[[30]],[[31,32]],[[33]],[[34]],[[35]],[[36]],[[37]],[[38]],[[39]],[[40]],[[41]],[[42]],[[43]],[[44,45]],[[46]],[[47]],[[48]],[[49,50,51,52]],[[53]],[[54]],[[55]],[[56]],[[57]],[[58]],[[59]],[[60]],[[61]],[[62]],[[63]],[[64,65]],[[66]],[[67]],[[68]],[[69]],[[70]],[[71]],[[72]],[[73]],[[74]],[[75]],[[76]],[[77]],[[78,79]],[[80]],[[81]],[[82]],[[83]],[[84]],[[85]],[[86]],[[87]],[[88]],[[89]],[[90]],[[91]],[[92,93]],[[94]],[[95]],[[96,97,98,99,100,101,102,103]],[[104]],[[105]],[[106]],[[107]],[[108]],[[109]],[[110]],[[111,112]],[[113]],[[114,115]],[[116,117]],[[118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229]],[[230,231]],[[232]],[[233]],[[234]],[[235]],[[236]],[[237]],[[238,239,240,241]],[[242]],[[243]],[[244]],[[245]],[[246]],[[247]],[[248]],[[249]],[[250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467],[468,469,470,471,472,473,474,475,476,477]],[[478]],[[479]],[[480]],[[481]],[[482]],[[483]],[[484]],[[485]],[[486]],[[487]],[[488]],[[489]],[[490]],[[491]]]},"countries":{"type":"GeometryCollection","bbox":[-179.99999999999997,-90.00000000000003,180.00000000000014,83.64513000000001],"geometries":[{"type":"Polygon","id":4,"arcs":[[492,493,494,495,496,497]]},{"type":"MultiPolygon","id":24,"arcs":[[[498,499,334,500,336,501,502]],[[339,503,504]]]},{"type":"Polygon","id":8,"arcs":[[505,506,398,507,508,509]]},{"type":"Polygon","id":784,"arcs":[[297,510,299,511,512]]},{"type":"MultiPolygon","id":32,"arcs":[[[513,13]],[[514,515,516,517,172,518,174,519,520]]]},{"type":"Polygon","id":51,"arcs":[[521,522,523,524,525]]},{"type":"MultiPolygon","id":10,"arcs":[[[0]],[[1]],[[2]],[[3]],[[4]],[[5]],[[6]],[[526,527,9]]]},{"type":"Polygon","id":260,"arcs":[[15]]},{"type":"MultiPolygon","id":36,"arcs":[[[16]],[[26]]]},{"type":"Polygon","id":40,"arcs":[[528,529,530,531,532,533,534]]},{"type":"MultiPolygon","id":31,"arcs":[[[535,-525]],[[477,536,469,537,471,538,-523,539,540]]]},{"type":"Polygon","id":108,"arcs":[[541,542,543]]},{"type":"Polygon","id":56,"arcs":[[544,545,546,547,419]]},{"type":"Polygon","id":204,"arcs":[[548,549,550,551,552]]},{"type":"Polygon","id":854,"arcs":[[553,554,555,-551,556,557]]},{"type":"Polygon","id":50,"arcs":[[558,280,559,282,560]]},{"type":"Polygon","id":100,"arcs":[[561,395,562,563,564,565]]},{"type":"MultiPolygon","id":44,"arcs":[[[73]],[[75]],[[76]]]},{"type":"Polygon","id":70,"arcs":[[566,567,568]]},{"type":"Polygon","id":112,"arcs":[[569,570,571,572,573]]},{"type":"Polygon","id":84,"arcs":[[574,148,575]]},{"type":"Polygon","id":68,"arcs":[[576,577,578,579,-521]]},{"type":"Polygon","id":76,"arcs":[[-516,580,-579,581,582,583,584,585,586,165,587,167,588,169,589]]},{"type":"Polygon","id":96,"arcs":[[50,590]]},{"type":"Polygon","id":64,"arcs":[[591,592]]},{"type":"Polygon","id":72,"arcs":[[593,594,595,596]]},{"type":"Polygon","id":140,"arcs":[[597,598,599,600,601,602,603]]},{"type":"MultiPolygon","id":124,"arcs":[[[86]],[[87]],[[88]],[[89]],[[90]],[[105]],[[106]],[[108]],[[110]],[[113]],[[604,119,605,121,606,123,607,125,608,127,609,129,610,209,611,211,612,223,613,225,614,227,615,229]],[[616,231]],[[232]],[[233]],[[234]],[[235]],[[237]],[[238,617,240,618]],[[243]],[[245]],[[246]],[[248]],[[249]],[[478]],[[479]],[[481]],[[482]],[[483]],[[489]],[[490]]]},{"type":"Polygon","id":756,"arcs":[[-532,619,620,621]]},{"type":"MultiPolygon","id":152,"arcs":[[[-514,10,622,12]],[[-520,175,623,177,624,-577]]]},{"type":"MultiPolygon","id":156,"arcs":[[[66]],[[625,269,626,271,627,628,629,630,-593,631,632,633,634,-496,635,636,637,638,639,640]]]},{"type":"Polygon","id":384,"arcs":[[348,641,642,643,-554,644]]},{"type":"Polygon","id":120,"arcs":[[645,646,343,647,648,649,650,-604,651]]},{"type":"Polygon","id":180,"arcs":[[652,653,-542,654,655,-503,338,-505,656,-602,657]]},{"type":"Polygon","id":178,"arcs":[[-504,340,658,-652,-603,-657]]},{"type":"Polygon","id":170,"arcs":[[659,180,660,661,157,662,-583,663]]},{"type":"Polygon","id":188,"arcs":[[185,664,152,665]]},{"type":"Polygon","id":192,"arcs":[[72]]},{"type":"Polygon","id":-99,"arcs":[[79,666]]},{"type":"Polygon","id":196,"arcs":[[78,-667]]},{"type":"Polygon","id":203,"arcs":[[-534,667,668,669]]},{"type":"Polygon","id":276,"arcs":[[426,670,-668,-533,-622,671,672,-546,673,421,674]]},{"type":"Polygon","id":262,"arcs":[[316,675,676,677]]},{"type":"MultiPolygon","id":208,"arcs":[[[94]],[[678,-675,422,679,424]]]},{"type":"Polygon","id":214,"arcs":[[64,680]]},{"type":"Polygon","id":12,"arcs":[[681,682,683,684,685,365,686,687]]},{"type":"Polygon","id":218,"arcs":[[179,-660,688]]},{"type":"Polygon","id":818,"arcs":[[313,689,690,371,691,373,692]]},{"type":"Polygon","id":232,"arcs":[[693,694,315,-678]]},{"type":"Polygon","id":724,"arcs":[[417,695,411,696,413,697]]},{"type":"Polygon","id":233,"arcs":[[698,434,699,700]]},{"type":"Polygon","id":231,"arcs":[[-677,701,702,703,704,705,706,-694]]},{"type":"Polygon","id":246,"arcs":[[707,436,708,709]]},{"type":"MultiPolygon","id":242,"arcs":[[[20]],[[22,21]]]},{"type":"Polygon","id":238,"arcs":[[14]]},{"type":"MultiPolygon","id":250,"arcs":[[[710,711,164,-587]],[[84]],[[712,-672,-621,713,410,-696,418,-548]]]},{"type":"Polygon","id":266,"arcs":[[341,714,-646,-659]]},{"type":"MultiPolygon","id":826,"arcs":[[[715,92]],[[716,97,717,99,718,101,719,103]]]},{"type":"Polygon","id":268,"arcs":[[385,720,-540,-522,721]]},{"type":"Polygon","id":288,"arcs":[[347,-645,-558,722]]},{"type":"Polygon","id":324,"arcs":[[723,724,351,725,726,727,-643]]},{"type":"Polygon","id":270,"arcs":[[354,728]]},{"type":"Polygon","id":624,"arcs":[[352,729,-726]]},{"type":"Polygon","id":226,"arcs":[[342,-647,-715]]},{"type":"MultiPolygon","id":300,"arcs":[[[80]],[[397,-507,730,-564,731]]]},{"type":"Polygon","id":304,"arcs":[[491]]},{"type":"Polygon","id":320,"arcs":[[189,732,-576,149,733,734]]},{"type":"Polygon","id":328,"arcs":[[162,735,-585,736]]},{"type":"Polygon","id":340,"arcs":[[187,737,-734,150,738]]},{"type":"Polygon","id":191,"arcs":[[739,-569,740,401,741,742]]},{"type":"Polygon","id":332,"arcs":[[-681,65]]},{"type":"Polygon","id":348,"arcs":[[-529,743,744,745,746,-743,747]]},{"type":"MultiPolygon","id":360,"arcs":[[[28]],[[748,32]],[[33]],[[34]],[[37]],[[38]],[[41]],[[42]],[[749,45]],[[46]],[[47]],[[750,52]],[[48]]]},{"type":"Polygon","id":356,"arcs":[[-634,751,-632,-592,-631,752,-561,283,753,285,754]]},{"type":"Polygon","id":372,"arcs":[[93,-716]]},{"type":"Polygon","id":364,"arcs":[[755,-498,756,287,757,289,758,759,760,-536,-524,-539,472]]},{"type":"Polygon","id":368,"arcs":[[761,762,763,764,765,766,-760]]},{"type":"Polygon","id":352,"arcs":[[109]]},{"type":"Polygon","id":376,"arcs":[[767,768,769,-693,374,770,376,771,772]]},{"type":"MultiPolygon","id":380,"arcs":[[[81]],[[82]],[[773,403,774,405,775,407,776,409,-714,-620,-531]]]},{"type":"Polygon","id":388,"arcs":[[63]]},{"type":"Polygon","id":400,"arcs":[[-768,777,-765,778,312,-770,779]]},{"type":"MultiPolygon","id":392,"arcs":[[[77]],[[83]],[[85]]]},{"type":"Polygon","id":398,"arcs":[[780,781,474,782,-638,783]]},{"type":"Polygon","id":404,"arcs":[[322,784,785,786,-704,787]]},{"type":"Polygon","id":417,"arcs":[[-784,-637,788,789]]},{"type":"Polygon","id":116,"arcs":[[790,791,792,273]]},{"type":"Polygon","id":410,"arcs":[[262,793,264,794]]},{"type":"Polygon","id":-99,"arcs":[[-510,795,796,797]]},{"type":"Polygon","id":414,"arcs":[[291,798,-763]]},{"type":"Polygon","id":418,"arcs":[[799,800,-629,801,-792]]},{"type":"Polygon","id":422,"arcs":[[-772,377,802]]},{"type":"Polygon","id":430,"arcs":[[349,803,-724,-642]]},{"type":"Polygon","id":434,"arcs":[[804,-688,805,368,806,370,-691,807,808]]},{"type":"Polygon","id":144,"arcs":[[54]]},{"type":"Polygon","id":426,"arcs":[[809]]},{"type":"Polygon","id":440,"arcs":[[810,811,812,-570,813]]},{"type":"Polygon","id":442,"arcs":[[-673,-713,-547]]},{"type":"Polygon","id":428,"arcs":[[432,814,-701,815,-571,-813]]},{"type":"Polygon","id":504,"arcs":[[-686,816,360,817,362,818,364]]},{"type":"Polygon","id":498,"arcs":[[819,820]]},{"type":"Polygon","id":450,"arcs":[[25]]},{"type":"Polygon","id":484,"arcs":[[821,147,-575,-733,190,822,192,823,194,824,196,825,198,826]]},{"type":"Polygon","id":807,"arcs":[[-798,827,-565,-731,-506]]},{"type":"Polygon","id":466,"arcs":[[828,-683,829,-555,-644,-728,830]]},{"type":"Polygon","id":104,"arcs":[[277,831,279,-559,-753,-630,-801,832]]},{"type":"Polygon","id":499,"arcs":[[833,400,-741,-568,834,-796,-509]]},{"type":"Polygon","id":496,"arcs":[[835,-640]]},{"type":"Polygon","id":508,"arcs":[[836,325,837,838,839,840,841,842]]},{"type":"Polygon","id":478,"arcs":[[843,356,844,358,845,-684,-829]]},{"type":"Polygon","id":454,"arcs":[[-843,846,847]]},{"type":"MultiPolygon","id":458,"arcs":[[[275,848]],[[-751,49,-591,51]]]},{"type":"Polygon","id":516,"arcs":[[333,-500,849,-595,850]]},{"type":"Polygon","id":540,"arcs":[[19]]},{"type":"Polygon","id":562,"arcs":[[-556,-830,-682,-805,851,-650,852,-552]]},{"type":"Polygon","id":566,"arcs":[[345,-553,-853,-649]]},{"type":"Polygon","id":558,"arcs":[[186,-739,151,-665]]},{"type":"Polygon","id":528,"arcs":[[-674,-545,420]]},{"type":"MultiPolygon","id":578,"arcs":[[[853,-710,854,438,855,440]],[[480]],[[485]],[[486]]]},{"type":"Polygon","id":524,"arcs":[[-752,-633]]},{"type":"MultiPolygon","id":554,"arcs":[[[17]],[[18]]]},{"type":"MultiPolygon","id":512,"arcs":[[[856,304,857,858,-512,300,859,302]],[[-511,298]]]},{"type":"Polygon","id":586,"arcs":[[-635,-755,286,-757,-497]]},{"type":"Polygon","id":591,"arcs":[[860,182,861,184,-666,153,862,155,863,-661]]},{"type":"Polygon","id":604,"arcs":[[-625,178,-689,-664,-582,-578]]},{"type":"MultiPolygon","id":608,"arcs":[[[53]],[[56]],[[57]],[[58]],[[59]],[[60]],[[61]]]},{"type":"MultiPolygon","id":598,"arcs":[[[39]],[[40]],[[-750,44]],[[43]]]},{"type":"Polygon","id":616,"arcs":[[-671,427,864,429,865,-814,-574,866,867,-669]]},{"type":"Polygon","id":630,"arcs":[[62]]},{"type":"Polygon","id":408,"arcs":[[868,261,-795,265,869,870,268,-626]]},{"type":"Polygon","id":620,"arcs":[[-698,414,871,416]]},{"type":"Polygon","id":600,"arcs":[[-580,-581,-515]]},{"type":"Polygon","id":275,"arcs":[[-780,-769]]},{"type":"Polygon","id":634,"arcs":[[295,872]]},{"type":"Polygon","id":642,"arcs":[[873,-821,874,392,875,394,-562,876,-746]]},{"type":"MultiPolygon","id":643,"arcs":[[[91]],[[-866,430,877,-811]],[[114,116,878]],[[236]],[[242]],[[244]],[[247]],[[250,879,252,880,254,881,256,882,258,883,260,-869,-641,-836,-639,-783,475,884,-541,-721,386,885,388,886,-572,-816,-700,435,-708,-854,441,887,443,888,445,889,447,890,449,891,451,892,893,894,455,895,457,896,459,897,461,898,463,899,465,900,111,901]],[[484]],[[487]],[[488]]]},{"type":"Polygon","id":646,"arcs":[[902,-543,-654,903]]},{"type":"Polygon","id":732,"arcs":[[-685,-846,359,-817]]},{"type":"Polygon","id":682,"arcs":[[904,309,905,311,-779,-764,-799,292,906,294,-873,296,-513,-859,907]]},{"type":"Polygon","id":729,"arcs":[[908,909,-599,910,-808,-690,314,-695,-707,911]]},{"type":"Polygon","id":728,"arcs":[[912,-705,-787,913,-658,-601,914,-909]]},{"type":"Polygon","id":686,"arcs":[[355,-844,-831,-727,-730,353,-729]]},{"type":"MultiPolygon","id":90,"arcs":[[[27]],[[29]],[[30]],[[35]],[[36]]]},{"type":"Polygon","id":694,"arcs":[[350,-725,-804]]},{"type":"Polygon","id":222,"arcs":[[188,-735,-738]]},{"type":"Polygon","id":-99,"arcs":[[-702,-676,317,915,916]]},{"type":"Polygon","id":706,"arcs":[[917,321,-788,-703,-917,918,319]]},{"type":"Polygon","id":688,"arcs":[[-566,-828,-797,-835,-567,-740,-747,-877]]},{"type":"Polygon","id":740,"arcs":[[163,-712,919,-586,-736]]},{"type":"Polygon","id":703,"arcs":[[-868,920,-744,-535,-670]]},{"type":"Polygon","id":705,"arcs":[[-530,-748,-742,402,-774]]},{"type":"Polygon","id":752,"arcs":[[-855,-709,437]]},{"type":"Polygon","id":748,"arcs":[[921,-839]]},{"type":"Polygon","id":760,"arcs":[[-778,-773,-803,378,922,-766]]},{"type":"Polygon","id":148,"arcs":[[-852,-809,-911,-598,-651]]},{"type":"Polygon","id":768,"arcs":[[923,-723,-557,-550]]},{"type":"Polygon","id":764,"arcs":[[274,-849,276,-833,-800,-791]]},{"type":"Polygon","id":762,"arcs":[[-789,-636,-495,924]]},{"type":"Polygon","id":795,"arcs":[[-756,473,-782,925,-493]]},{"type":"Polygon","id":626,"arcs":[[31,-749]]},{"type":"Polygon","id":780,"arcs":[[55]]},{"type":"Polygon","id":788,"arcs":[[-687,926,367,-806]]},{"type":"MultiPolygon","id":792,"arcs":[[[-722,-526,-761,-767,-923,379,927,928,382,929,384]],[[-732,-563,396]]]},{"type":"Polygon","id":158,"arcs":[[74]]},{"type":"Polygon","id":834,"arcs":[[-785,930,324,-837,-848,931,-655,-544,-903,932]]},{"type":"Polygon","id":800,"arcs":[[-904,-653,-914,-786,-933]]},{"type":"Polygon","id":804,"arcs":[[-887,389,933,391,-875,-820,-874,-745,-921,-867,-573]]},{"type":"Polygon","id":858,"arcs":[[-590,170,934,-517]]},{"type":"MultiPolygon","id":840,"arcs":[[[67]],[[68]],[[69]],[[70]],[[71]],[[130,935,132,936,134,937,136,938,138,939,940,141,941,143,942,145,-827,199,943,201,944,945,204,946,206,947,208,-611]],[[95]],[[104]],[[107]],[[-613,212,948,214,949,216,950,218,951,220,952,222]]]},{"type":"Polygon","id":860,"arcs":[[-926,-781,-790,-925,-494]]},{"type":"Polygon","id":862,"arcs":[[158,953,160,954,-737,-584,-663]]},{"type":"Polygon","id":704,"arcs":[[272,-793,-802,-628]]},{"type":"MultiPolygon","id":548,"arcs":[[[23]],[[24]]]},{"type":"Polygon","id":887,"arcs":[[305,955,307,-908,-858]]},{"type":"Polygon","id":710,"arcs":[[956,328,957,330,958,332,-851,-594,959,-840,-922,-838,326],[-810]]},{"type":"Polygon","id":894,"arcs":[[-847,-842,960,-596,-850,-499,-656,-932]]},{"type":"Polygon","id":716,"arcs":[[-960,-597,-961,-841]]}]}},"arcs":[[[33452,5736],[-82,-294],[-81,-259],[-582,79],[-621,-34],[-348,192],[0,22],[-152,170],[625,-23],[599,-56],[207,237],[147,203],[288,-237]],[[5775,6048],[-533,-79],[-364,204],[-163,203],[-11,34],[-180,158],[169,214],[517,-90],[277,-181],[212,-203],[76,-260]],[[37457,6883],[342,-248],[120,-350],[33,-248],[11,-293],[-430,-181],[-452,-146],[-522,-136],[-582,-113],[-658,34],[-365,192],[49,237],[593,158],[239,192],[174,248],[126,214],[168,203],[180,238],[0,-1],[141,0],[414,125],[419,-125]],[[16330,9501],[359,-90],[332,102],[-158,-203],[-261,-147],[-386,45],[-278,203],[60,192],[332,-102]],[[15122,9513],[425,-226],[-164,23],[-359,56],[-381,158],[202,124],[277,-135]],[[22505,10404],[305,-79],[304,68],[163,-327],[-217,45],[-337,-23],[-343,23],[-376,-34],[-283,113],[-146,237],[174,101],[353,-79],[403,-45]],[[30985,10967],[33,-259],[-49,-226],[-76,-214],[-326,-79],[-311,-113],[-364,11],[136,226],[-327,-79],[-310,-79],[-212,169],[-16,237],[305,226],[190,67],[321,-22],[82,293],[16,215],[-6,462],[158,271],[256,90],[147,-214],[65,-214],[120,-260],[92,-248],[76,-260]],[[794,3215],[78,48],[94,59],[81,51],[41,25]],[[1088,3398],[41,-1],[29,-10]],[[1158,3387],[402,-239],[352,239],[63,33],[816,102],[265,-135],[130,-68],[419,-192],[789,-147],[625,-180],[1072,-136],[800,158],[1181,-113],[669,-180],[734,169],[773,158],[60,271],[-1094,22],[-898,136],[-234,225],[-745,125],[49,259],[103,237],[104,214],[-55,237],[-462,158],[-212,204],[-430,180],[675,-34],[642,91],[402,-192],[495,169],[457,214],[223,192],[-98,237],[-359,158],[-408,169],[-571,34],[-500,79],[-539,57],[-180,214],[-359,181],[-217,203],[-87,654],[136,-56],[250,-181],[457,57],[441,79],[228,-249],[441,57],[370,124],[348,158],[315,192],[419,56],[-11,215],[-97,214],[81,203],[359,102],[163,-192],[425,113],[321,146],[397,12],[375,56],[376,136],[299,124],[337,124],[218,-34],[190,-45],[414,79],[370,-102],[381,12],[364,79],[375,-57],[414,-56],[386,22],[403,-11],[413,-11],[381,22],[283,170],[337,90],[349,-124],[331,101],[300,203],[179,-180],[98,-203],[180,-192],[288,169],[332,-214],[375,-68],[321,-158],[392,34],[354,101],[418,-22],[376,-79],[381,-102],[147,249],[-180,191],[-136,204],[-359,45],[-158,214],[-60,214],[-98,429],[213,-79],[364,-34],[359,34],[327,-90],[283,-169],[119,-203],[376,-34],[359,79],[381,113],[342,67],[283,-135],[370,45],[239,440],[224,-259],[321,-102],[348,56],[228,-225],[365,-23],[337,-68],[332,-124],[218,215],[108,203],[278,-226],[381,57],[283,-125],[190,-191],[370,56],[288,124],[283,147],[337,79],[392,68],[354,79],[272,124],[163,180],[65,249],[-32,236],[-87,226],[-98,226],[-87,226],[-71,203],[-16,225],[27,226],[130,214],[109,237],[44,226],[-55,248],[-32,226],[136,260],[152,169],[180,214],[190,181],[223,169],[109,248],[152,158],[174,147],[267,34],[174,180],[196,113],[228,68],[202,147],[157,180],[218,68],[163,-147],[-103,-192],[-283,-169],[-120,-124],[-206,90],[-229,-56],[-190,-136],[-202,-146],[-136,-170],[-38,-225],[17,-215],[130,-191],[-190,-136],[-261,-45],[-153,-192],[-163,-180],[-174,-249],[-44,-214],[98,-237],[147,-181],[229,-135],[212,-181],[114,-225],[60,-215],[82,-225],[130,-192],[82,-215],[38,-530],[81,-214],[22,-226],[87,-226],[-38,-304],[-152,-237],[-163,-192],[-370,-79],[-125,-203],[-169,-192],[-419,-215],[-370,-90],[-348,-124],[-376,-124],[-223,-237],[-446,-23],[-489,23],[-441,-45],[-468,0],[87,-226],[424,-101],[311,-158],[174,-204],[-310,-180],[-479,56],[-397,-146],[-17,-237],[-11,-226],[327,-192],[60,-214],[353,-215],[588,-90],[500,-158],[398,-180],[506,-181],[690,-90],[681,-158],[473,-170],[517,-191],[272,-271],[136,-215],[337,204],[457,169],[484,180],[577,147],[495,158],[691,11],[680,-79],[560,-135],[180,248],[386,169],[702,12],[550,124],[522,124],[577,79],[614,102],[430,146],[-196,203],[-119,203],[0,215],[-539,-23],[-571,-90],[-544,0],[-77,214],[39,429],[125,124],[397,136],[468,135],[337,169],[337,170],[251,225],[380,102],[376,79],[190,45],[430,23],[408,79],[343,112],[337,136],[305,135],[386,181],[245,192],[261,169],[82,226],[-294,135],[98,237],[185,181],[288,112],[305,136],[283,180],[217,226],[136,271],[202,158],[331,-34],[136,-192],[332,-22],[11,214],[142,226],[299,-57],[71,-214],[331,-34],[360,102],[348,67],[315,-34],[120,-237],[305,192],[283,102],[315,79],[310,79],[283,135],[310,91],[240,124],[168,203],[207,-147],[288,79],[202,-271],[157,-203],[316,113],[125,226],[283,158],[365,-34],[108,-215],[229,215],[299,68],[326,22],[294,-11],[310,-68],[300,-34],[130,-192],[180,-169],[304,102],[327,22],[315,0],[310,12],[278,79],[294,67],[245,158],[261,102],[283,56],[212,158],[152,316],[158,192],[288,-90],[109,-203],[239,-136],[289,45],[196,-203],[206,-146],[283,135],[98,248],[250,102],[289,192],[272,79],[326,112],[218,125],[228,135],[218,124],[261,-68],[250,203],[180,158],[261,-11],[229,136],[54,203],[234,158],[228,113],[278,90],[256,45],[244,-34],[262,-56],[223,-158],[27,-249],[245,-191],[168,-158],[332,-68],[185,-158],[229,-158],[266,-34],[223,113],[240,237],[261,-124],[272,-68],[261,-68],[272,-45],[277,0],[229,-598],[-11,-147],[-33,-259],[-266,-147],[-218,-214],[38,-226],[310,11],[-38,-225],[-141,-215],[-131,-237],[212,-180],[321,-57],[321,102],[153,226],[92,214],[153,181],[174,169],[70,203],[147,282],[174,57],[316,22],[277,68],[283,90],[136,226],[82,214],[190,215],[272,146],[234,113],[153,192],[157,101],[202,91],[277,-57],[250,57],[272,67],[305,-33],[201,158],[142,383],[103,-158],[131,-271],[234,-112],[266,-46],[267,68],[283,-45],[261,-11],[174,56],[234,-34],[212,-124],[250,79],[300,0],[255,79],[289,-79],[185,192],[141,192],[191,158],[348,429],[179,-79],[212,-158],[185,-203],[354,-350],[272,-12],[256,0],[299,68],[299,79],[229,158],[190,169],[310,23],[207,124],[218,-113],[141,-180],[196,-181],[305,23],[190,-147],[332,-147],[348,-56],[288,45],[218,181],[185,180],[250,45],[251,-79],[288,-56],[261,90],[250,0],[245,-56],[256,-57],[250,102],[299,90],[283,23],[316,0],[255,56],[251,45],[76,282],[11,237],[174,-158],[49,-259],[92,-237],[115,-192],[234,-102],[315,34],[365,12],[250,33],[364,0],[262,12],[364,-23],[310,-45],[196,-181],[-54,-214],[179,-169],[299,-136],[310,-146],[360,-102],[375,-90],[283,-90],[315,-12],[180,192],[245,-158],[212,-180],[245,-136],[337,-56],[321,-68],[136,-226],[316,-135],[212,-203],[310,-90],[321,11],[299,-34],[332,11],[332,-45],[310,-79],[288,-135],[289,-113],[195,-169],[-32,-226],[-147,-203],[-125,-260],[-98,-203],[-131,-237],[-364,-90],[-163,-203],[-360,-124],[-125,-226],[-190,-214],[-201,-181],[-115,-237],[-70,-214],[-28,-260],[6,-214],[158,-226],[60,-214],[130,-204],[517,-78],[109,-249],[-501,-90],[-424,-124],[-528,-23],[-234,-327],[-49,-271],[-119,-214],[-147,-215],[370,-191],[141,-237],[239,-215],[338,-192],[386,-180],[419,-181],[636,-180],[142,-282],[800,-125],[53,-44],[208,-170],[767,147],[636,-181],[-99520,-139],[16,-4],[245,335],[501,-181],[32,21]],[[31400,20215],[-92,-233],[-238,-178]],[[31070,19804],[-301,64]],[[30769,19868],[-202,174],[-291,83],[-350,322],[-283,309],[-383,645],[229,-121],[390,-384],[369,-207],[143,264],[90,394],[256,238],[198,-68]],[[30935,21517],[106,-267],[139,-432],[361,-345],[389,-144],[-125,-288],[-264,-29],[-141,203]],[[33736,22402],[222,-259],[-83,-202],[-375,-173],[-125,202],[-236,-259],[-139,259],[333,345],[236,-144],[167,231]],[[69522,23202],[-427,-37],[-7,306],[41,238],[19,118],[179,-181],[263,-72],[9,-110],[-77,-262]],[[90387,28338],[269,-199],[151,79],[217,111],[166,-39],[20,-684],[-95,-198],[-29,-463],[-97,157],[-193,-401],[-57,31],[-171,18],[-171,493],[-38,380],[-160,502],[7,264],[181,-51]],[[98060,28265],[63,-238],[198,233],[80,-243],[0,-242],[-103,-267],[-182,-424],[-142,-232],[103,-277],[-214,-7],[-238,-217],[-75,-377],[-157,-583],[-219,-257],[-138,-164],[-256,12],[-180,190],[-302,40],[-46,212],[149,427],[349,568],[179,109],[200,219],[238,301],[167,299],[123,429],[106,146],[41,321],[195,267],[61,-245]],[[98502,31008],[202,-607],[5,394],[126,-158],[41,-435],[224,-188],[188,-46],[158,220],[141,-67],[-67,-511],[-85,-336],[-212,12],[-74,-175],[26,-248],[-41,-107],[-105,-310],[-138,-395],[-214,-229],[-48,151],[-116,83],[160,474],[-91,317],[-299,230],[8,209],[201,200],[47,444],[-13,372],[-113,386],[8,102],[-133,237],[-218,510],[-117,408],[104,45],[151,-320],[216,-149],[78,-513]],[[96421,39068],[-105,-138],[-153,155],[-199,259],[-179,306],[-184,406],[-38,195],[119,-8],[156,-196],[122,-196],[89,-161],[228,-357],[144,-265]],[[99547,41844],[96,-167],[-46,-300],[-172,-79],[-153,71],[-27,253],[107,198],[126,-71],[69,95]],[[0,42295],[99822,-141],[-177,-122],[-36,215],[139,118],[88,32],[-99836,180]],[[0,42577],[57,26],[-34,-277],[-23,-31]],[[96623,42347],[-92,-76],[-93,252],[10,155],[175,-331]],[[96418,43229],[45,-464],[-75,72],[-58,-31],[-39,159],[-6,441],[133,-177]],[[63904,44023],[45,-693],[72,-269],[-28,-277],[-49,-169],[-94,338],[-53,-171],[53,-427],[-24,-244],[-77,-133],[-18,-488],[-109,-671],[-137,-793],[-172,-1092],[-106,-800],[-125,-668],[-226,-136],[-243,-244],[-160,147],[-220,206],[-77,304],[-18,510],[-98,460],[-26,414],[50,415],[128,100],[1,191],[133,437],[25,367],[-65,272],[-52,364],[-23,530],[97,322],[38,366],[138,21],[155,118],[103,104],[122,8],[158,328],[229,355],[83,289],[-38,247],[118,-70],[153,401],[6,346],[92,257],[96,-247],[74,-245],[69,-380]],[[89877,43903],[100,-452],[179,217],[92,-243],[133,-225],[-29,-255],[60,-494],[42,-288],[70,-70],[75,-492],[-27,-299],[90,-390],[301,-301],[197,-274],[186,-251],[-37,-139],[159,-361],[108,-623],[111,126],[113,-249],[68,88],[48,-610],[197,-354],[129,-220],[217,-466],[78,-463],[7,-328],[-19,-356],[132,-490],[-16,-509],[-48,-267],[-75,-514],[6,-330],[-55,-413],[-123,-524],[-205,-283],[-102,-446],[-93,-284],[-82,-497],[-107,-287],[-70,-431],[-36,-397],[14,-182],[-159,-200],[-311,-21],[-257,-236],[-127,-223],[-168,-248],[-230,255],[-170,101],[43,301],[-152,-109],[-243,-417],[-240,156],[-158,91],[-159,41],[-269,167],[-179,355],[-52,437],[-64,291],[-137,233],[-267,70],[91,279],[-67,428],[-136,-399],[-247,-106],[146,319],[42,332],[107,282],[-22,427],[-226,-491],[-174,-197],[-106,-458],[-217,237],[9,305],[-174,418],[-147,216],[52,133],[-356,349],[-195,16],[-267,280],[-498,-54],[-359,-206],[-317,-192],[-265,38],[-294,-296],[-241,-132],[-53,-302],[-103,-234],[-236,-14],[-174,-52],[-246,105],[-199,-62],[-191,-27],[-165,-307],[-81,26],[-140,-163],[-133,-183],[-203,23],[-186,0],[-295,368],[-149,109],[6,330],[138,79],[47,131],[-10,207],[34,400],[-31,341],[-147,582],[-45,329],[12,328],[-111,375],[-7,169],[-123,230],[-35,451],[-158,456],[-39,245],[122,-249],[-93,535],[137,-167],[83,-223],[-5,294],[-138,454],[-26,181],[-65,173],[31,333],[56,141],[38,289],[-29,336],[114,415],[21,-439],[118,396],[225,193],[136,245],[212,212],[126,45],[77,-71],[219,214],[168,64],[42,126],[74,53],[153,-14],[292,169],[151,256],[71,307],[163,293],[13,229],[7,314],[194,489],[117,-497],[119,115],[-99,272],[87,279],[122,-125],[34,439],[152,283],[67,227],[140,98],[4,161],[122,-67],[5,145],[122,82],[134,78],[205,-264],[155,-342],[173,-3],[177,-54],[-59,316],[133,462],[126,150],[-44,144],[121,329],[168,203],[142,-68],[234,108],[-5,294],[-204,190],[148,84],[184,-143],[148,-236],[234,-148],[79,59],[172,-177],[162,164],[105,-50],[65,111],[127,-285],[-74,-308],[-105,-233],[-96,-19],[32,-230],[-81,-288],[-99,-283],[20,-163],[221,-318],[214,-184],[143,-199],[201,-341],[78,1],[145,-148],[43,-178],[265,-195],[183,197],[55,309],[56,255],[34,316],[85,458],[-39,279],[20,167],[-32,330],[37,434],[53,117],[-43,192],[67,305],[52,317],[7,164],[104,216],[78,-282],[19,-361],[70,-70],[11,-242],[101,-293],[21,-326],[-10,-209]],[[95032,45793],[78,-198],[-194,3],[-106,355],[166,-140],[56,-20]],[[83531,45933],[-117,-11],[-368,403],[259,113],[146,-175],[97,-175],[-17,-155]],[[94680,46144],[-108,-13],[-170,58],[-58,89],[17,228],[183,-90],[91,-121],[45,-151]],[[94910,46301],[-42,-106],[-206,499],[-57,344],[94,0],[100,-461],[111,-276]],[[84713,46708],[32,136],[239,129],[194,20],[87,72],[105,-72],[-102,-156],[-289,-252],[-233,-165]],[[84746,46420],[-181,-430],[-238,-127],[-33,69],[25,196],[119,351],[275,229]],[[82749,47167],[100,-153],[172,47],[69,-245],[-321,-116],[-193,-77],[-149,4],[95,332],[153,5],[74,203]],[[84139,47168],[-41,-320],[-417,-163],[-370,71],[0,210],[220,120],[174,-173],[185,44],[249,211]],[[94409,47028],[12,-116],[-218,245],[-152,206],[-104,192],[41,59],[128,-138],[228,-265],[65,-183]],[[93760,47598],[-56,-33],[-121,131],[-114,237],[14,96],[166,-243],[111,-188]],[[80172,47926],[533,-57],[61,237],[515,-277],[101,-373],[417,-105],[341,-342],[-317,-220],[-306,232],[-251,-15],[-288,42],[-260,104],[-322,220],[-204,57],[-116,-72],[-506,237],[-48,247],[-255,43],[191,550],[337,-34],[224,-225],[115,-44],[38,-205]],[[87423,48251],[-143,-393],[-27,434],[49,207],[58,195],[63,-169],[0,-274]],[[93299,47902],[-78,-58],[-120,221],[-122,366],[-59,439],[38,55],[30,-171],[84,-130],[135,-366],[131,-195],[-39,-161]],[[92217,48675],[-146,-48],[-44,-161],[-152,-140],[-142,-135],[-148,1],[-228,167],[-158,161],[23,178],[249,-84],[152,45],[42,276],[40,14],[27,-306],[158,44],[78,197],[155,206],[-30,339],[166,11],[56,-94],[-5,-320],[-93,-351]],[[85346,49837],[-104,-191],[-192,106],[-54,248],[281,27],[69,-190]],[[86241,50048],[101,-441],[-234,238],[-232,48],[-157,-38],[-192,20],[65,317],[344,24],[305,-168]],[[92538,49238],[-87,-154],[-52,340],[-65,223],[-126,189],[-158,245],[-200,170],[77,139],[150,-162],[94,-126],[117,-139],[111,-241],[106,-185],[33,-299]],[[89166,50332],[482,-397],[513,-329],[192,-295],[154,-290],[43,-339],[462,-356],[68,-306],[-256,-62],[62,-383],[248,-378],[180,-611],[159,19],[-11,-255],[215,-98],[-84,-108],[295,-243],[-30,-166],[-184,-40],[-69,149],[-238,65],[-281,86],[-216,368],[-158,316],[-144,504],[-362,252],[-235,-164],[-170,-190],[35,-425],[-218,-198],[-155,96],[-288,25]],[[89175,46579],[-247,472],[-282,116],[-69,-164],[-352,-18],[118,469],[175,160],[-72,626],[-134,483],[-538,488],[-229,48],[-417,532],[-82,-279],[-107,-51],[-63,211],[-1,250],[-212,283],[299,207],[198,-11],[-23,153],[-407,1],[-110,343],[-248,106],[-117,285],[374,140],[142,188],[446,-237],[44,-214],[78,-931],[287,-345],[232,611],[319,347],[247,1],[238,-201],[206,-206],[298,-110]],[[84788,52647],[-223,-571],[-209,-111],[-267,113],[-463,-29],[-243,-83],[-39,-436],[248,-512],[150,261],[518,196],[-22,-265],[-121,83],[-121,-337],[-245,-223],[263,-738],[-50,-198],[249,-665],[-2,-378],[-148,-170],[-109,203],[134,471],[-273,-222],[-69,159],[36,222],[-200,338],[21,561],[-186,-175],[24,-671],[11,-824],[-176,-84],[-119,169],[79,530],[-43,556],[-117,4],[-86,395],[115,377],[40,457],[139,868],[58,238],[237,427],[217,-170],[350,-80],[319,24],[275,419],[48,-129]],[[85746,52481],[-15,-503],[-143,57],[-42,-351],[114,-304],[-78,-69],[-112,365],[-82,736],[56,460],[92,210],[20,-315],[164,-50],[26,-236]],[[79393,48459],[-308,-12],[-234,481],[-356,471],[-119,349],[-210,469],[-138,432],[-212,806],[-244,480],[-81,495],[-103,449],[-250,363],[-145,493],[-209,322],[-290,635],[-24,293],[178,-23],[430,-111],[246,-564],[215,-390],[153,-240],[263,-619],[283,-9],[233,-394],[161,-482],[211,-263],[-111,-471],[159,-200],[100,-14],[47,-402],[97,-321],[204,-51],[135,-365],[-70,-716],[-11,-891]],[[80461,52985],[204,-198],[214,108],[56,488],[119,108],[333,125],[199,456],[137,364]],[[81723,54436],[110,215],[236,316]],[[82069,54967],[214,400],[140,450],[112,2],[143,-291],[13,-251],[183,-160],[231,-173],[-20,-226],[-186,-29],[50,-281],[-205,-196]],[[82744,54212],[-158,-520],[204,-545],[-48,-265],[312,-533],[-329,-68],[-93,-393],[12,-522],[-267,-393],[-7,-574],[-107,-881],[-41,205],[-316,-259],[-110,352],[-198,33],[-139,184],[-330,-207],[-101,279],[-182,-32],[-229,67],[-43,772],[-138,160],[-134,493],[-38,504],[32,533],[165,383]],[[85104,56675],[28,-382],[16,-323],[-94,-527],[-102,587],[-130,-292],[89,-425],[-79,-270],[-327,335],[-78,416],[84,274],[-176,273],[-87,-239],[-131,22],[-205,-321],[-46,168],[109,486],[175,161],[151,217],[98,-260],[212,157],[45,257],[196,16],[-16,445],[225,-273],[23,-290],[20,-212]],[[72560,55398],[-242,-132],[-132,458],[-49,828],[126,935],[192,-320],[129,-406],[134,-599],[-42,-600],[-116,-164]],[[33073,57651],[-232,-63],[-50,52],[81,158],[-6,228],[160,75],[58,-20],[-11,-430]],[[84439,57749],[-100,-190],[-87,-363],[-87,-171],[-171,398],[57,154],[70,162],[30,357],[153,34],[-44,-388],[205,556],[-26,-549]],[[82917,57194],[-369,-546],[136,403],[200,355],[167,399],[146,572],[49,-470],[-183,-317],[-146,-396]],[[83856,58678],[166,-179],[177,1],[-5,-240],[-129,-245],[-176,-173],[-10,268],[20,293],[-43,275]],[[84861,58834],[78,-643],[-214,152],[5,-193],[68,-355],[-132,-129],[-11,405],[-84,30],[-43,348],[163,-46],[-4,218],[-169,440],[266,-13],[77,-214]],[[83757,59356],[-74,-498],[-119,288],[-142,438],[238,-21],[97,-207]],[[83700,62485],[171,-164],[85,150],[26,-146],[-46,-239],[95,-413],[-73,-478],[-164,-191],[-43,-465],[62,-458],[147,-64],[123,68],[347,-319],[-27,-313],[91,-139],[-29,-265],[-216,283],[-103,302],[-71,-211],[-177,345],[-253,-86],[-138,128],[14,238],[87,146],[-83,133],[-36,-207],[-137,331],[-41,251],[-11,551],[112,-190],[29,901],[90,522],[169,-1]],[[31780,62327],[-71,-146],[-209,4],[-163,-21],[-16,247],[40,84],[227,-3],[142,-51],[50,-114]],[[28638,62119],[-84,-96],[-156,92],[-159,210],[34,132],[116,40],[64,-19],[187,-52],[147,-138],[46,-158],[-195,-11]],[[30080,63183],[34,98],[217,-3],[165,-148],[73,14],[50,-204],[152,11],[-9,-171],[124,-21],[136,-211],[-103,-235],[-132,126],[-127,-25],[-92,28],[-50,-105],[-106,-36],[-43,140],[-92,-83],[-111,-394],[-71,92],[-14,165]],[[30081,62221],[-185,98],[-131,-40],[-169,42],[-130,-108],[-149,179],[24,186],[256,-80],[210,-46],[100,128],[-127,250],[2,220],[-175,89],[62,159],[170,-25],[241,-90]],[[80649,62586],[-240,-277],[-228,179],[-8,495],[137,261],[304,161],[159,-13],[62,-220],[-122,-254],[-64,-332]],[[6794,62819],[-41,-96],[-69,82],[8,161],[-46,210],[14,64],[48,94],[-19,113],[16,54],[21,-11],[107,-97],[49,-50],[45,-77],[71,-202],[-7,-32],[-108,-123],[-89,-90]],[[6645,63718],[-94,-41],[-47,121],[-32,47],[-3,36],[27,49],[99,-55],[73,-88],[-23,-69]],[[6456,64025],[-9,-63],[-149,17],[21,70],[137,-24]],[[6207,64108],[-15,-33],[-19,8],[-97,20],[-35,130],[-11,23],[74,80],[23,-37],[80,-191]],[[5737,64488],[-33,-57],[-93,105],[14,42],[43,57],[64,-13],[5,-134]],[[27867,64939],[110,-210],[260,65],[98,-136],[235,-356],[173,-260],[92,8],[165,-118],[-20,-162],[205,-23],[210,-236],[-33,-135],[-185,-73],[-187,-29],[-191,46],[-398,-56],[186,321],[-113,150],[-179,38],[-96,166],[-66,328],[-157,-22],[-259,154],[-83,121],[-362,89],[-97,113],[104,144],[-273,29],[-199,-299],[-115,-8],[-40,-141],[-138,-63],[-118,55],[146,178],[60,208],[126,128],[142,112],[210,55],[67,63],[240,-41],[219,-6],[261,-197]],[[28462,65512],[-68,-29],[-70,332],[-104,167],[60,365],[84,-23],[97,-478],[1,-334]],[[83659,64954],[-119,-472],[-146,486],[-32,427],[163,566],[223,436],[127,-172],[-49,-347],[-167,-924]],[[28383,67136],[-303,-92],[-19,213],[130,46],[184,-17],[8,-150]],[[28611,67142],[-48,-409],[-51,73],[4,301],[-124,228],[-1,66],[220,-259]],[[87399,71495],[35,-197],[-156,-349],[-114,185],[-143,-134],[-73,-337],[-181,164],[2,273],[154,344],[158,-67],[114,242],[204,-124]],[[59437,72019],[8,-46],[-285,-234],[-136,74],[-64,232],[132,21]],[[59092,72066],[19,3],[40,139],[200,-8],[253,172],[-188,-245],[21,-108]],[[56583,72391],[152,-194],[216,33],[207,-41],[-7,-100],[151,69],[-35,-170],[-400,-49],[3,95],[-339,112],[52,245]],[[54311,73846],[-100,-453],[41,-179],[-58,-296],[-213,217],[-141,62],[-387,293],[38,296],[325,-53],[284,63],[211,50]],[[52558,75561],[166,-408],[-39,-762],[-126,36],[-113,-192],[-105,153],[-11,694],[-64,330],[153,-29],[139,178]],[[89159,73219],[-104,-460],[48,-288],[-145,-406],[-355,-271],[-488,-36],[-396,-657],[-186,221],[-12,431],[-483,-127],[-329,-271],[-325,-11],[282,-424],[-186,-979],[-179,-242],[-135,224],[69,519],[-176,167],[-113,395],[263,177],[145,362],[280,298],[203,394],[553,171],[297,-117],[291,1024],[185,-275],[408,575],[158,224],[174,704],[-47,648],[117,364],[295,105],[152,-798],[-9,-467],[-256,-580],[4,-594]],[[52655,76104],[-92,-445],[-126,118],[-64,387],[56,214],[179,220],[47,-494]],[[89974,77268],[195,-122],[197,244],[62,-647],[-412,-157],[-244,-572],[-436,393],[-152,-630],[-308,-9],[-39,573],[138,443],[296,32],[81,797],[83,449],[326,-600],[213,-194]],[[32315,78637],[202,-78],[257,16],[-137,-236],[-102,-37],[-353,244],[-69,193],[105,177],[97,-279]],[[32831,80108],[-135,-10],[-360,180],[-258,272],[96,49],[365,-145],[284,-240],[8,-106]],[[15692,79765],[-140,-80],[-456,262],[-84,204],[-248,202],[-50,164],[-286,103],[-107,314],[24,133],[291,-125],[171,-88],[261,-61],[94,-198],[138,-274],[277,-238],[115,-318]],[[34407,81019],[-184,-504],[181,195],[187,-124],[-98,-200],[247,-158],[128,140],[277,-177],[-86,-422],[194,99],[36,-306],[86,-358],[-117,-507],[-125,-21],[-183,109],[60,471],[-77,73],[-322,-499],[-166,20],[196,270],[-267,140],[-298,-34],[-539,17],[-43,171],[173,202],[-121,157],[234,347],[287,917],[172,328],[241,198],[129,-25],[-54,-156],[-148,-363]],[[13136,82950],[267,46],[-84,-654],[242,-463],[-111,1],[-167,264],[-103,265],[-140,179],[-51,253],[16,184],[131,-75]],[[89901,81054],[280,-1020],[-411,190],[-171,-832],[271,-590],[-8,-403],[-211,347],[-182,-445],[-51,483],[31,561],[-32,621],[64,436],[13,770],[-163,566],[24,787],[257,265],[-110,267],[123,81],[73,-381],[96,-555],[-7,-567],[114,-581]],[[47896,83579],[233,23],[298,-356],[-149,-395]],[[48278,82851],[46,-412],[-210,-514],[-493,-340],[-393,87],[225,601],[-145,586],[378,451],[210,269]],[[53524,83854],[-166,-466],[-291,325],[-39,239],[408,191],[88,-289]],[[7498,84721],[-277,-219],[-142,148],[-43,270],[252,205],[148,88],[185,-39],[117,-179],[-240,-274]],[[49420,84027],[270,-740]],[[49690,83287],[190,-93],[171,-656],[79,-227],[337,-110],[-34,-368],[-142,-169],[111,-298],[-250,-302],[-371,6],[-473,-159],[-130,114],[-183,-270],[-257,65],[-195,-220],[-148,115],[407,605],[249,125]],[[49051,81445],[-436,96]],[[48615,81541],[-79,229],[291,179],[-152,310],[52,377]],[[48727,82636],[414,-52]],[[49141,82584],[40,334]],[[49181,82918],[-190,363]],[[48991,83281],[-337,101],[-66,156],[101,258],[-92,158],[-149,-272],[-17,555],[-140,294],[101,595],[216,467],[222,-45],[335,48],[-297,-623],[283,79],[304,-3],[-72,-469],[-250,-516],[287,-37]],[[4006,86330],[-171,-89],[-182,107],[-168,157],[274,98],[220,-52],[27,-221]],[[27981,87625],[-108,-302],[-123,49],[-73,171],[13,40],[107,173],[114,-13],[70,-118]],[[27250,87943],[-325,-317],[-196,13],[-61,156],[207,265],[381,-5],[-6,-112]],[[2297,88560],[171,-109],[173,59],[225,-152],[276,-77],[-23,-63],[-211,-121],[-211,125],[-106,104],[-245,-33],[-66,51],[17,216]],[[26344,89640],[51,-253],[143,89],[161,-151],[304,-198],[318,-179],[25,-274],[204,45],[199,-191],[-247,-181],[-432,138],[-156,259],[-275,-306],[-396,-298],[-95,337],[-377,-55],[242,284],[35,454],[95,527],[201,-47]],[[45969,90100],[-64,-373],[314,-392],[-361,-440],[-801,-394],[-240,-105],[-365,85],[-775,182],[273,254],[-605,282],[492,112],[-12,169],[-583,134],[188,375],[421,85],[433,-391],[422,314],[349,-163],[453,307],[461,-41]],[[28926,90499],[-312,-29],[-69,282],[118,323],[255,80],[217,-160],[3,-246],[-32,-80],[-180,-170]],[[0,91544],[681,-440],[728,-572],[-24,-358],[187,-143],[-64,418],[754,-86],[544,-539],[-276,-251],[-455,-59],[-7,-563],[-111,-120],[-260,17],[-212,201],[-369,168],[-62,250],[-283,94],[-315,-74],[-151,201],[60,214],[-333,-137],[126,-271],[-158,-244]],[[0,89250],[0,2294]],[[23431,91627],[-173,-202],[-374,175],[-226,-63],[-380,259],[245,178],[194,250],[295,-164],[166,-103],[84,-110],[169,-220]],[[99999,92620],[-305,-29],[-49,183],[-99645,240]],[[0,93014],[99999,-394]],[[0,93014],[36,24],[235,-1],[402,-165],[-24,-79],[-286,-138],[-363,-35]],[[0,92620],[0,394]],[[27392,90477],[-544,-402],[-386,-89]],[[26462,89986],[-287,173],[-83,-289],[-268,-486],[-81,-252],[-322,-389],[-397,-38],[-220,-244],[-18,-374],[-323,-72],[-340,-467],[-301,-648],[-108,-454]],[[23714,86446],[-15,-669],[408,-96]],[[24107,85681],[125,-539],[130,-437],[388,114],[517,-250],[277,-219],[199,-272],[348,-158],[294,-243],[459,-33],[302,-56],[-45,-499],[86,-578],[201,-645],[414,-547],[214,188],[150,592],[-145,909],[-196,303],[445,270],[314,404],[154,401]],[[28738,84386],[-22,385],[-189,489]],[[28527,85260],[-338,434],[328,603],[-121,522],[-93,899],[194,133],[476,-157],[286,-56],[230,152],[258,-196],[342,-333],[85,-224]],[[30174,87037],[495,-43],[-8,-484]],[[30661,86510],[92,-728],[254,-90],[201,-339],[402,319],[266,636]],[[31876,86308],[184,268],[216,-515]],[[32276,86061],[362,-734],[307,-691],[-112,-362],[370,-325],[250,-329],[442,-149],[179,-183],[110,-488],[216,-76],[112,-217],[20,-647],[-202,-217],[-199,-202],[-458,-205],[-349,-473],[-470,-93],[-594,121],[-417,4],[-287,-40],[-233,-413],[-354,-255],[-401,-762],[-320,-532],[236,95],[446,756],[583,480]],[[31513,80124],[416,58],[245,-283]],[[32174,79899],[-262,-387],[88,-620],[91,-435],[361,-287],[459,83],[278,647],[19,-417],[180,-209],[-344,-377],[-615,-343],[-276,-233],[-310,-415],[-211,43],[-11,487],[483,476],[-445,-19],[-309,-70]],[[31350,77823],[48,-189],[-296,-279],[-286,-198],[-293,-171]],[[30523,76986],[-159,-376],[-35,-95]],[[30329,76515],[-3,-306],[92,-305],[115,-14],[-29,210],[83,-128],[-22,-165],[-188,-93],[-133,11],[-205,-100],[-121,-29],[-162,-28],[-231,-167],[408,108],[82,-109],[-389,-173],[-177,-1],[8,71],[-84,-160],[82,-26],[-60,-414],[-203,-443],[-20,148],[-61,30],[-91,144],[57,-310]],[[29077,74266],[66,-103],[8,-217]],[[29151,73946],[-89,-224],[-157,-460],[-25,23],[86,392],[-142,220],[-33,478],[-53,-249],[59,-365]],[[28797,73761],[-175,86],[183,-181]],[[28805,73666],[12,-548],[79,-40],[29,-199],[39,-577],[-176,-427],[-288,-171],[-182,-338],[-139,-37],[-141,-211],[-39,-193],[-305,-374],[-157,-274],[-131,-342],[-43,-409],[50,-400],[92,-492],[124,-408],[1,-249],[132,-668],[-9,-388],[-12,-224],[-69,-352],[-83,-73],[-137,70],[-44,253]],[[27408,66595],[-106,132],[-147,496]],[[27155,67223],[-129,440]],[[27026,67663],[-42,226],[57,382]],[[27041,68271],[-77,317],[-217,481]],[[26747,69069],[-108,89],[-281,-262],[-49,29],[-135,269],[-174,142],[-314,-72],[-247,63],[-212,-39]],[[25227,69288],[-118,-81],[54,-162]],[[25163,69045],[-5,-234],[59,-113],[-53,-76],[-103,85],[-104,-109]],[[24957,68598],[-202,18],[-207,304]],[[24548,68920],[-242,-72],[-202,133],[-173,-40],[-234,-135],[-253,-427],[-276,-248],[-152,-275],[-63,-259],[-3,-397],[14,-277],[52,-196]],[[23016,66727],[1,-1],[-1,-1],[-107,-503]],[[22909,66222],[-49,-415],[-20,-771],[-27,-281],[48,-315],[86,-280],[56,-447],[184,-429],[65,-328],[109,-284],[295,-153],[114,-241],[244,161],[212,58],[208,104],[175,99],[176,235],[67,336],[22,483],[48,169],[188,151],[294,133],[246,-20],[169,49],[66,-122],[-9,-278],[-149,-342],[-66,-351],[51,-100],[-42,-249],[-69,-449],[-71,148],[-58,-10]],[[25472,62483],[1,-84],[53,-3],[-5,-157],[-45,-249],[24,-89],[-29,-206],[18,-55],[-32,-291],[-55,-153],[-50,-18],[-55,-199]],[[25297,60979],[90,-105],[24,86],[82,-73]],[[25493,60887],[29,-23],[61,101],[79,9],[26,-47],[43,28],[129,-52],[128,15],[90,64],[32,65],[89,-30],[66,-39],[73,13],[55,50],[127,-80],[44,-13],[85,-107],[80,-129],[101,-88],[73,-159]],[[26903,60465],[-24,-55],[-14,-129],[29,-210],[-64,-197],[-30,-231],[-9,-254],[15,-148],[7,-260],[-43,-56],[-26,-247],[19,-152],[-56,-147],[12,-156],[43,-94]],[[26762,58129],[70,-313],[108,-232],[130,-246]],[[27070,57338],[100,-206],[-6,-122],[111,-26],[26,47],[77,-142],[136,42],[119,145],[168,116]],[[27801,57192],[95,173],[153,-34]],[[28049,57331],[-10,-57],[155,-20],[124,-99],[90,-173]],[[28408,56982],[105,-160],[143,-18]],[[28656,56804],[209,402],[114,62],[3,190],[51,487],[159,267],[175,11],[22,120],[218,-48],[218,291],[109,128],[134,278],[98,-36],[73,-151],[-54,-194]],[[30185,58611],[-8,-136],[-163,-67],[91,-262],[-3,-301],[-123,-334],[105,-457],[120,37],[62,417],[-86,202],[-14,436],[346,234],[-38,272],[97,181],[100,-404],[195,-10],[180,-321],[11,-190]],[[31057,57908],[249,-5],[297,59]],[[31603,57962],[159,-258],[213,-71],[155,180],[4,145],[344,34],[333,8],[-236,-170],[95,-272],[222,-43],[210,-283]],[[33102,57232],[45,-461],[144,13],[109,-136]],[[33400,56648],[183,-212],[171,-375],[8,-297],[105,-13],[149,-281],[109,-201]],[[34125,55269],[333,-115],[30,104],[225,41],[298,-155]],[[35011,55144],[95,-63],[204,-136],[294,-486],[46,-236]],[[35650,54223],[95,27],[69,-318],[155,-1008],[149,-95],[7,-397],[-208,-474],[86,-174],[491,-90]],[[36494,51694],[10,-577],[211,377]],[[36715,51494],[349,-207],[462,-351],[135,-338],[-45,-319],[323,178],[540,-305],[415,23],[411,-477],[355,-645],[214,-166],[237,-23],[101,-182],[94,-733],[46,-348],[-110,-953],[-142,-376],[-391,-801],[-177,-651],[-206,-499],[-69,-11],[-78,-424],[20,-1079],[-77,-888],[-30,-379],[-88,-228],[-49,-769],[-282,-752],[-47,-595]],[[38626,39196],[-225,-249],[-65,-346]],[[38336,38601],[-302,2],[-437,-222],[-195,-256],[-311,-168],[-327,-459],[-235,-571],[-41,-430],[46,-318],[-51,-582],[-63,-281],[-195,-317],[-308,-1013],[-244,-457],[-189,-269],[-127,-548],[-183,-329]],[[35174,32383],[-121,-362],[-313,-320],[-205,115],[-151,-62],[-256,247],[-189,-18]],[[33939,31983],[-169,318],[-19,-300]],[[33751,32001],[353,-493],[-38,-397],[173,-251],[-14,-282],[-267,-738],[-412,-309],[-557,-120],[-305,58],[59,-343],[-57,-431],[51,-291],[-167,-202],[-284,-80],[-267,210],[-108,-151],[39,-572],[188,-173],[152,181],[82,-299],[-255,-179],[-223,-358],[-41,-579],[-66,-309],[-262,-1],[-218,-295],[-80,-432]],[[31227,25165],[274,-422],[265,-116]],[[31766,24627],[-96,-517],[-328,-325],[-180,-675],[-254,-227],[-113,-270],[89,-598],[185,-333],[-117,29]],[[30952,21711],[-247,4],[-134,-141],[-250,-208],[-45,-538],[-118,-14],[-313,188],[-318,401],[-346,329],[-87,365],[79,337],[-140,383],[-36,982],[119,554],[293,445],[-422,168],[265,509],[94,956],[309,-202],[145,1193],[-186,153],[-87,-719],[-175,81],[87,823],[95,1067],[127,394]],[[29661,29221],[-79,562],[-23,649]],[[29559,30432],[117,18],[170,930],[192,922],[118,858],[-64,863],[83,475],[-34,711],[163,703],[50,1114],[89,1196],[87,1287],[-20,943],[-58,811]],[[30452,41263],[-279,331],[-24,236],[-551,578],[-498,630],[-214,355],[-115,476],[46,166],[-236,755],[-274,1063],[-262,1147],[-114,262],[-87,424],[-216,376],[-198,233],[90,257],[-134,550],[86,403],[221,364]],[[27693,49869],[148,430],[-60,251],[-106,-267],[-166,252],[56,163],[-47,522],[97,87],[52,359],[105,371],[-20,235],[153,123],[190,230]],[[28095,52625],[-37,178],[103,44],[-12,288],[65,209],[138,38],[117,362],[106,302],[-102,137],[52,335],[-62,526],[59,152],[-44,487],[-112,306]],[[28366,55989],[-93,167],[-59,310]],[[28214,56466],[68,154],[-70,40],[-52,190],[-138,160],[-122,-37],[-56,-200],[-112,-145],[-61,-20],[-27,-120],[132,-312],[-75,-74],[-40,-85]],[[27661,56017],[-130,-30],[-48,344],[-36,-97]],[[27447,56234],[-92,33],[-56,232],[-114,38],[-72,68],[-119,-1],[-8,-125],[-32,87]],[[26954,56566],[-151,128],[-56,121],[32,100],[-11,127],[-77,138],[-109,113],[-95,74],[-19,168],[-73,103],[18,-167],[-55,-138],[-64,160],[-89,57],[-38,116],[2,175],[36,182],[-78,81],[64,111]],[[26191,58215],[-96,181],[-130,233],[-61,194],[-117,181],[-140,260],[31,89],[46,-87],[21,41]],[[25745,59307],[-48,180],[-84,50]],[[25613,59537],[-31,-135],[-161,8],[-100,55],[-115,115],[-154,36],[-79,123]],[[24973,59739],[-142,101],[-174,10],[-127,114],[-149,238]],[[24381,60202],[-314,620],[-144,187],[-226,150],[-156,-42],[-223,-216],[-140,-57],[-196,152],[-208,109],[-260,264],[-208,81],[-314,268],[-233,275],[-70,154],[-155,34],[-284,183],[-116,262],[-299,327],[-139,363],[-66,281],[93,56],[-29,164],[64,150],[1,199],[-93,259],[-25,229],[-94,290],[-244,573],[-280,450],[-135,359],[-238,235],[-51,140],[42,356],[-142,135],[-164,279],[-69,402],[-149,47]],[[19117,67920],[-162,304],[-130,280]],[[18825,68504],[-12,180],[-149,434],[-99,441],[5,221],[-201,229],[-93,-26],[-159,159],[-44,-234],[46,-276],[27,-433],[95,-237],[206,-397],[46,-135],[42,-41],[37,-198],[49,8],[56,-372],[85,-146],[59,-204],[174,-293],[92,-536],[83,-252],[77,-270],[15,-304],[134,-19],[112,-261],[100,-257]],[[19608,65285],[-6,-103],[-117,-212]],[[19485,64970],[-49,3],[-74,350]],[[19362,65323],[-182,328],[-200,278]],[[18980,65929],[-142,147],[9,421],[-42,312],[-132,179],[-191,257]],[[18482,67245],[-37,-74],[-70,150]],[[18375,67321],[-171,139],[-164,334],[20,44],[115,-33],[103,215],[10,260],[-214,411],[-163,159],[-102,360],[-103,377],[-129,461],[-113,518]],[[17464,70566],[-46,294],[-180,331],[-130,69],[-30,165],[-156,29],[-100,156],[-258,57]],[[16564,71667],[-70,93],[-34,316]],[[16460,72076],[-270,578],[-231,801],[10,133],[-123,190],[-215,483],[-38,469],[-148,315],[61,477],[-10,494]],[[15496,76016],[-89,442],[109,542]],[[15516,77000],[67,1045]],[[15583,78045],[-50,773]],[[15533,78818],[-88,493],[-80,267]],[[15365,79578],[33,112],[402,-195],[148,-544]],[[15948,78951],[68,152],[-44,472]],[[15972,79575],[-94,473]],[[15878,80048],[-38,1],[-537,566],[-199,248],[-503,239],[-155,510],[40,353],[-356,245]],[[14130,82210],[-48,465],[-336,418]],[[13746,83093],[-6,296]],[[13740,83389],[-153,217]],[[13587,83606],[-245,184],[-78,502]],[[13264,84292],[-358,466],[-150,543],[-267,38],[-441,14],[-326,165],[-574,598],[-266,109],[-486,206],[-385,-49],[-546,264],[-330,246],[-309,-122],[58,-400],[-154,-37],[-321,-120],[-245,-195]],[[8164,86018],[-307,-122],[-40,339]],[[7817,86235],[125,565],[295,177],[-76,145],[-354,-321],[-190,-383],[-400,-410],[203,-280],[-262,-413],[-299,-241],[-278,-176],[-69,-255],[-434,-297],[-87,-271],[-325,-246],[-191,44],[-259,-160],[-282,-196],[-231,-193],[-477,-164]],[[4226,83160],[-43,97],[304,269]],[[4487,83526],[271,177],[296,315],[345,65],[137,236],[385,345],[62,115],[205,204],[48,437],[141,340],[-320,-175],[-90,99],[-150,-209],[-181,292],[-75,-207],[-104,287],[-278,-230],[-170,0],[-24,343],[50,211],[-179,205],[-361,-110],[-235,270],[-190,138],[-1,327],[-214,245],[108,331],[226,322],[99,295],[225,42],[191,-92],[224,278],[201,-50],[212,179],[-52,263],[-155,104],[205,222],[-170,-7],[-295,-125],[-85,-127],[-219,127],[-392,-65],[-407,138],[-117,232]],[[3654,89313],[-351,335],[390,240]],[[3693,89888],[620,282],[228,0],[-38,-288],[586,22],[-225,357],[-342,219],[-197,288],[-267,246],[-381,182],[155,302]],[[3832,91498],[493,18],[350,263]],[[4675,91779],[66,280],[284,274],[271,66],[526,256],[256,-39],[427,307],[421,-121],[201,-260],[123,112],[469,-35],[-16,-132],[425,-98],[283,57],[585,-182],[534,-54],[214,-75],[370,94],[421,-173],[302,-81]],[[10837,91975],[518,-139],[438,-277],[289,-53],[244,241]],[[12326,91747],[336,180],[413,-71]],[[13075,91856],[416,253],[455,144],[191,-239],[207,134],[62,272],[192,-62],[470,-516],[369,390],[38,-437],[341,95],[105,168],[337,-33],[424,-242],[650,-211],[383,-98],[272,37]],[[17987,91511],[375,-292],[-391,-286]],[[17971,90933],[502,-123],[750,68],[236,100],[296,-345],[302,291],[-283,245],[179,197],[338,26],[223,58],[224,-138],[279,-312],[310,46],[491,-260],[431,91],[405,-13],[-32,358]],[[22622,91222],[247,101],[431,-196]],[[23300,91127],[-2,-545],[177,459],[223,-15],[126,579],[-298,355],[-324,233],[22,636],[329,418],[366,-92],[281,-255],[378,-649],[-247,-283],[517,-116],[-1,-589],[371,451],[332,-371],[-83,-427],[269,-388],[290,416],[202,497],[16,632],[394,-44],[411,-85],[373,-286],[17,-285],[-207,-307],[196,-309],[-36,-280]],[[19722,91438],[-824,-101],[-374,-39]],[[18524,91298],[-151,271],[-379,157],[-246,-64],[-343,456],[185,61],[429,99],[392,-26],[362,100],[-537,135],[-594,-46],[-394,11],[-146,213],[644,230],[-428,-8],[-485,152],[233,431],[193,229],[744,351],[284,-111],[-139,-270],[618,174],[386,-291],[314,294],[254,-188],[227,-566],[140,238],[-197,590],[244,85],[276,-93],[311,-232],[175,-561],[86,-406],[466,-285],[502,-273],[-31,-253],[-456,-47],[178,-221],[-94,-211],[-503,90],[-478,156],[-322,-35],[-522,-196]],[[20972,94111],[-244,-381],[-434,404],[95,80],[372,23],[211,-126]],[[28794,93928],[25,-159],[-296,16],[-299,13],[-304,-78],[-80,35],[-306,306],[12,207],[133,38],[636,-62],[479,-316]],[[25955,93959],[219,-359],[256,465],[704,236],[477,-596],[-42,-377],[550,168],[263,228],[616,-291],[383,-274],[36,-252],[515,131],[290,-367],[670,-228],[242,-232],[263,-539],[-510,-268],[654,-376],[441,-127],[400,-529],[437,-38],[-87,-404],[-487,-669],[-342,246],[-437,554],[-359,-72],[-35,-330],[292,-335],[377,-265],[114,-153],[181,-570],[-96,-414],[-350,156],[-697,461],[393,-496],[289,-348],[45,-201],[-753,230],[-596,334],[-337,281],[97,162],[-414,296],[-405,280],[5,-167],[-803,-92],[-235,198],[183,424],[522,10],[571,74],[-92,205],[96,287],[360,561],[-77,255],[-107,197],[-425,280],[-563,196],[178,145],[-294,358],[-245,33],[-219,196],[-149,-170],[-503,-74],[-1011,129],[-588,169],[-450,87],[-231,202],[290,263],[-394,2],[-88,583],[213,515],[286,235],[717,154],[-204,-373]],[[22123,94355],[331,-122],[496,73],[72,-167],[-259,-276],[420,-248],[-50,-518],[-455,-223],[-268,48],[-192,220],[-690,444],[5,185],[567,-72],[-306,377],[329,279]],[[89889,93991],[-421,-4],[-569,64],[-49,31],[263,227],[348,54],[394,-221],[34,-151]],[[24112,93737],[-298,-430],[-317,21],[-173,506],[4,287],[145,244],[276,157],[579,-20],[530,-140],[-415,-513],[-331,-112]],[[15808,92660],[-147,253],[-641,304]],[[15020,93217],[93,188],[218,477]],[[15331,93882],[241,378],[-272,353],[939,90],[397,-119],[709,-32],[270,-167],[298,-243],[-349,-145],[-681,-405],[-344,-403]],[[16539,93189],[0,-242],[-731,-287]],[[91869,95069],[-321,-228],[-444,52],[-516,227],[66,187],[518,-87],[697,-151]],[[23996,95009],[-151,-223],[-403,43],[-337,150],[148,259],[399,155],[243,-202],[101,-182]],[[90301,95344],[-219,-427],[-1023,16],[-461,-136],[-550,374],[149,396],[366,108],[734,-25],[1004,-306]],[[22639,96011],[212,-267],[9,-295],[-127,-429],[-458,-59],[-298,92],[5,336],[-455,-44],[-18,445],[299,-18],[419,197],[390,-34],[22,76]],[[19941,95712],[109,-205],[247,97],[291,-25],[49,-282],[-169,-274],[-940,-89],[-701,-249],[-423,-13],[-35,187],[577,255],[-1255,-69],[-389,103],[379,563],[262,161],[782,-194],[493,-341],[485,-44],[-397,551],[255,210],[286,-67],[94,-275]],[[65981,92556],[-164,-51],[-907,75],[-74,256],[-503,154],[-40,311],[284,124],[-10,314],[551,491],[-255,70],[665,506],[-75,261],[621,304],[917,370],[925,108],[475,214],[541,74],[193,-227],[-187,-179],[-984,-286],[-848,-274],[-863,-548],[-414,-563],[-435,-553],[56,-479],[531,-472]],[[23699,96229],[308,-186],[547,2],[240,-190],[-64,-216],[319,-130],[177,-137],[374,-26],[406,-48],[441,125],[566,49],[451,-40],[298,-218],[62,-238],[-174,-153],[-414,-124],[-355,70],[-797,-88],[-570,-11],[-449,71],[-738,186],[-96,316],[-34,286],[-279,251],[-574,70],[-322,179],[104,236],[573,-36]],[[17722,96544],[-38,-443],[-214,-199],[-259,-29],[-517,-246],[-444,-88],[-377,124],[472,431],[570,373],[426,-8],[381,85]],[[0,89247],[99640,-253],[-360,42],[250,-307],[166,-474],[128,-155],[32,-238],[-71,-153],[-518,126],[-777,-434],[-247,-67],[-425,-405],[-403,-353],[-102,-262]],[[97313,86314],[-397,398],[-724,-451],[-126,213]],[[96066,86474],[-268,-246],[-371,79],[-90,-379],[-333,-557],[10,-233],[316,-129],[-37,-839],[-258,-21],[-119,-482],[116,-248],[-486,-294],[-96,-657],[-415,-141],[-83,-585],[-400,-536],[-103,396],[-119,841],[-155,1279],[134,799],[234,344]],[[93543,84865],[15,269],[431,129]],[[93989,85263],[496,725],[479,592],[499,459],[223,812]],[[95686,87851],[-337,-48],[-167,-475]],[[95182,87328],[-705,-632],[-227,708],[-717,-196],[-696,-965],[230,-353],[-620,-151],[-430,-59],[20,417],[-431,87],[-344,-283],[-850,99]],[[90412,86000],[-913,-171],[-900,-1124]],[[88599,84705],[-1065,-1358]],[[87534,83347],[438,-72],[136,-361]],[[88108,82914],[270,-128],[178,288],[305,-38],[401,-633],[9,-490],[-217,-576],[-23,-687],[-126,-921],[-418,-833],[-94,-399],[-377,-670],[-374,-665],[-179,-340],[-370,-338],[-175,-8],[-175,280],[-373,-421],[-43,-192]],[[86327,76143],[-106,35],[-120,-195],[-83,-196],[10,-414],[-143,-127],[-50,-102],[-104,-170],[-185,-95],[-121,-154],[-9,-250],[-32,-63],[111,-94],[157,-253]],[[85652,74065],[240,-679],[68,-373],[3,-664],[-105,-316],[-252,-111],[-222,-239],[-250,-49]],[[85134,71634],[-31,314],[52,431],[-123,600]],[[85032,72979],[206,97],[-190,493]],[[85048,73569],[-135,109],[-34,-108],[-81,-48],[-10,109],[-72,52],[-75,92]],[[84641,73775],[77,254],[65,67]],[[84783,74096],[-25,106],[71,310]],[[84829,74512],[-18,94],[-163,63],[-131,154]],[[84517,74823],[-388,-167],[-204,-269],[-300,-157],[148,267],[-58,224],[220,387],[-147,302],[-242,-204],[-314,-400],[-171,-372],[-272,-28],[-142,-268],[147,-390],[227,-94],[9,-259],[220,-168],[311,411],[247,-224],[179,-15]],[[83987,73399],[46,-302],[-394,-161]],[[83639,72936],[-130,-311],[-270,-289],[-142,-403],[299,-316],[109,-567],[169,-527],[189,-443],[-5,-428],[-174,-157],[66,-307],[164,-179],[-43,-469],[-71,-456],[-155,-52],[-203,-623],[-225,-756],[-258,-687],[-382,-532],[-386,-484],[-313,-67],[-170,-255],[-96,186],[-157,-286],[-388,-288],[-294,-88],[-95,-609],[-154,-33],[-73,418],[66,222],[-373,185],[-131,-94]],[[80013,64241],[-371,-493],[-231,-544],[-61,-399],[212,-607],[260,-753],[252,-356],[169,-462],[127,-1066],[-37,-1013],[-232,-379],[-318,-371],[-227,-480],[-346,-536],[-101,369],[78,390],[-206,327]],[[78981,57868],[-233,84],[-112,301],[-141,594]],[[78495,58847],[-249,265],[-238,-11],[41,452],[-245,-3],[-22,-633],[-150,-841],[-90,-509],[19,-417],[181,-18],[113,-526],[50,-498],[155,-330],[168,-67],[144,-299]],[[78372,55412],[64,-54],[164,-347],[116,-386],[16,-388],[-29,-262],[27,-198],[20,-340],[98,-159],[109,-509],[-5,-195],[-197,-38],[-263,426],[-329,457],[-32,294],[-161,385],[-38,477],[-100,314],[30,419],[-61,244]],[[77801,55552],[-110,221],[-47,285],[-148,325],[-135,274],[-45,-339],[-53,320],[30,359],[82,553]],[[77375,57550],[-27,427],[86,441],[-94,341],[23,627],[-113,299],[-90,689],[-50,727],[-121,477]],[[76989,61578],[-183,-288],[-315,-411]],[[76491,60879],[-156,51],[-172,135],[96,714],[-58,539],[-218,664],[34,208],[-163,74],[-197,469]],[[75657,63733],[-79,301],[-16,293],[-53,277],[-116,335],[-256,23],[25,-237]],[[75162,64725],[-87,-320],[-118,116]],[[74957,64521],[-41,-105],[-78,63],[-108,52]],[[74730,64531],[-39,-210],[-189,7],[-343,-120],[16,-433],[-148,-341],[-400,-387],[-311,-678],[-209,-363],[-276,-377],[-1,-265],[-138,-142]],[[72692,61222],[-250,-206],[-130,-31]],[[72312,60985],[-84,-439],[58,-749],[15,-478],[-118,-547],[-1,-978],[-144,-28],[-126,-439],[84,-190],[-253,-163],[-93,-392],[-112,-165],[-263,537],[-128,807],[-107,581],[-97,272],[-148,553],[-69,720],[-48,360],[-253,791],[-115,1116],[-83,737],[1,698],[-54,539],[-404,-345],[-196,69],[-362,698],[133,208],[-82,226],[-326,489]],[[68937,65473],[-203,146],[-83,414],[-215,438],[-512,-108],[-451,-11],[-391,-81]],[[67082,66271],[-523,174]],[[66559,66445],[-302,133],[-314,74]],[[65943,66652],[-118,707],[-133,102],[-214,-103],[-280,-279],[-339,191],[-281,443],[-267,164],[-186,546],[-205,768],[-149,-93],[-177,190]],[[63594,69288],[-103,-224],[-165,28]],[[63326,69092],[58,-254],[-25,-132],[89,-434]],[[63448,68272],[109,-497],[137,-131]],[[63694,67644],[47,-202],[190,-243]],[[63931,67199],[16,-237],[-27,-192],[35,-193],[80,-162],[37,-189],[41,-141]],[[64113,66085],[-18,419],[75,302],[76,62],[84,-180],[5,-337],[-61,-339]],[[64274,66012],[53,-220]],[[64327,65792],[49,28],[11,-158],[217,91],[230,-15],[168,-17],[190,389],[207,369],[176,355]],[[65575,66834],[80,196],[35,-50],[-26,-238],[-37,-104]],[[65627,66638],[38,-455]],[[65665,66183],[125,-393],[155,-209]],[[65945,65581],[204,-76],[164,-105]],[[66313,65400],[125,-330],[75,-191],[100,-73],[-1,-128],[-101,-344],[-44,-161],[-117,-184],[-104,-395],[-126,30],[-58,-137],[-44,-292],[34,-385],[-26,-71],[-128,2],[-174,-215],[-27,-281],[-63,-121]],[[65634,62124],[-173,5],[-109,-146]],[[65352,61983],[1,-232],[-134,-160],[-153,54],[-186,-194],[-128,-33]],[[64752,61418],[-201,-154],[-54,-256],[-6,-196],[-277,-244],[-444,-268],[-249,-406],[-122,-32],[-83,34],[-163,-239],[-177,-111],[-233,-30],[-70,-33],[-61,-152],[-73,-42]],[[62539,59289],[-42,-146],[-138,13],[-89,-79]],[[62270,59077],[-192,30],[-72,336],[8,315],[-46,170],[-54,426],[-80,236],[56,28],[-29,264],[34,111],[-12,251]],[[61883,61244],[-36,246],[-84,173]],[[61763,61663],[-22,230],[-143,206],[-148,483],[-79,469],[-192,397],[-124,94],[-184,549],[-32,400],[12,342],[-159,638],[-130,225],[-150,119],[-92,330],[15,130],[-77,299],[-81,128],[-108,429],[-170,464]],[[59899,67595],[-141,396],[-139,-3]],[[59619,67988],[44,316],[12,201],[34,230]],[[59709,68735],[-9,84]],[[59700,68819],[-78,-232],[-60,-435],[-75,-300],[-65,-100],[-93,186],[-125,257],[-198,825],[-29,-52],[115,-608],[171,-579],[210,-897],[102,-313],[90,-325],[249,-638],[-55,-100],[9,-374],[323,-517],[49,-118]],[[60240,64499],[90,-565],[-61,-105],[40,-593],[102,-687],[106,-142],[152,-213]],[[60669,62194],[161,-666],[77,-529],[152,-281],[379,-544],[154,-328],[151,-332],[87,-198],[136,-173]],[[61966,59143],[66,-178],[-9,-240],[-158,-137],[119,-158]],[[61984,58430],[91,-106],[54,-238],[125,-241],[138,-2],[262,147],[302,68],[245,179],[138,38],[99,105]],[[63438,58380],[158,21],[89,11]],[[63685,58412],[128,85],[147,58],[132,198],[105,1],[6,-159],[-25,-335],[1,-303],[-59,-208],[-78,-622],[-134,-644],[-172,-735],[-238,-844],[-237,-645],[-327,-785]],[[62934,53474],[-278,-466],[-415,-572]],[[62241,52436],[-259,-438],[-304,-698],[-64,-304],[-63,-136]],[[61551,50860],[-195,-230],[-68,-240],[-104,-42],[-40,-406],[-89,-233],[-54,-383],[-112,-190]],[[60889,49136],[-128,-709],[16,-327]],[[60777,48100],[178,-210],[8,-149],[-76,-348],[16,-175],[-18,-275],[97,-361],[115,-568],[101,-126]],[[61198,45888],[45,-258],[-11,-574],[34,-505],[11,-900],[49,-282],[-83,-412],[-108,-400],[-177,-357],[-254,-219],[-313,-279],[-313,-618],[-107,-106],[-194,-409],[-115,-133],[-23,-411],[132,-436],[54,-337],[4,-173],[49,29],[-8,-565],[-45,-267],[65,-99],[-41,-239],[-116,-205],[-229,-195],[-334,-312],[-122,-213],[24,-242],[71,-39],[-24,-303]],[[59119,36429],[-70,-419],[-32,-479],[-72,-260],[-190,-290],[-54,-84],[-118,-292],[-77,-296],[-158,-413],[-314,-594],[-196,-345]],[[57838,32957],[-209,-262],[-291,-224]],[[57338,32471],[-141,-30],[-36,-160],[-169,85],[-138,-109],[-301,111]],[[56553,32368],[-168,-70],[-115,30]],[[56270,32328],[-286,-228],[-238,-91],[-171,-218],[-127,-13],[-117,205]],[[55331,31983],[-94,11],[-120,257]],[[55117,32251],[-13,-80],[-37,155],[2,337],[-90,386],[89,105],[-7,442],[-182,539],[-139,488],[-1,1],[-199,749]],[[54540,35373],[-207,435],[-108,420],[-62,561],[-68,417],[-93,887],[-7,689],[-35,314],[-108,237],[-144,476],[-146,691],[-60,361],[-226,563],[-17,441]],[[53259,41865],[-26,363],[38,506],[96,527],[15,247],[90,519],[66,236],[159,377]],[[53697,44640],[90,257],[29,426]],[[53816,45323],[-15,326],[-83,206],[-74,350],[-68,345],[15,120],[85,228],[-84,557],[-57,385]],[[53535,47840],[-139,365],[26,111]],[[53422,48316],[-39,179]],[[53383,48495],[-74,433]],[[53309,48928],[-228,610]],[[53081,49538],[-285,581],[-184,475],[-169,595],[9,192],[61,184],[67,419],[56,427]],[[52636,52411],[-52,87],[96,647]],[[52680,53145],[40,454],[-108,381],[-127,98],[-56,258]],[[52429,54336],[-71,82],[3,159]],[[52361,54577],[-289,-207],[-105,30],[-107,-129],[-222,13],[-149,360],[-91,417],[-197,379],[-209,-7],[-245,1]],[[50747,55434],[-229,-67],[-224,-123]],[[50294,55244],[-436,-337],[-154,-198],[-250,-167],[-248,164]],[[49206,54706],[-126,-6],[-194,112],[-178,-6],[-329,-101],[-193,-166],[-275,-211],[-54,15]],[[47857,54343],[-73,-5],[-286,274],[-252,439],[-237,315],[-187,371]],[[46822,55737],[-75,43],[-200,232],[-144,308],[-49,211],[-34,425]],[[46320,56956],[-122,341],[-108,226],[-71,74],[-69,115],[-32,254],[-41,127],[-80,94]],[[45797,58187],[-149,241],[-117,38],[-63,162],[1,88],[-84,122],[-18,124]],[[45367,58962],[-46,441]],[[45321,59403],[36,255]],[[45357,59658],[-115,449],[-138,205],[122,109],[134,404],[66,296]],[[45426,61121],[-24,311]],[[45402,61432],[78,284],[34,542]],[[45514,62258],[-30,569],[-34,286],[28,287],[-72,274],[-146,249]],[[45260,63923],[12,243]],[[45272,64166],[13,267],[106,157],[91,300],[-18,195],[96,406],[155,366],[93,93],[74,336],[6,307],[100,356],[185,210],[177,588]],[[46350,67747],[144,229]],[[46494,67976],[259,64]],[[46753,68040],[219,393],[139,154]],[[47111,68587],[232,481],[-70,716],[106,495],[37,304],[179,389],[278,263],[206,238],[186,596],[87,354],[205,-3],[167,-244],[264,39],[288,-127],[121,-6]],[[49397,72082],[267,315],[300,100],[175,238],[268,175],[471,102],[459,47],[140,-85],[262,227],[297,4],[113,-134],[190,35]],[[52339,73106],[302,233],[195,-70]],[[52836,73269],[-9,-291],[236,212],[20,-111],[-139,-282],[-2,-266],[96,-143],[-36,-499],[-183,-289],[53,-314],[143,-10],[70,-274],[106,-90]],[[53191,70912],[326,-198],[117,50],[232,-96],[368,-258],[130,-512],[250,-111],[391,-242],[296,-286],[136,150]],[[55437,69409],[133,265],[-65,441]],[[55505,70115],[87,280],[200,270],[192,78],[375,-118],[95,-257],[104,-3],[88,-98],[276,-67],[68,-191]],[[56990,70009],[369,10],[268,-152]],[[57627,69867],[275,-170],[129,-90]],[[58031,69607],[214,182],[114,165],[245,48],[198,-73],[75,-286],[65,189],[222,-136],[217,-33],[137,145]],[[59518,69808],[80,190],[-19,32]],[[59579,70030],[74,269],[56,435]],[[59709,70734],[40,146],[8,6]],[[59757,70886],[99,469],[138,406],[5,20]],[[59999,71781],[-26,440],[68,237]],[[60041,72458],[-102,261],[105,217],[-169,-49],[-233,132],[-191,-331],[-421,-65],[-225,309],[-300,19],[-64,-238],[-192,-69],[-268,307],[-303,-11],[-165,573],[-203,320]],[[57310,73833],[135,448],[-176,275]],[[57269,74556],[308,551],[428,23],[117,437]],[[58122,75567],[529,-76]],[[58651,75491],[334,374],[324,162]],[[59309,76027],[459,13],[485,-406],[399,-223],[323,89],[239,-52],[328,301]],[[61542,75749],[42,246],[-70,393],[-160,212],[-154,66],[-102,177]],[[61098,76843],[-354,486],[-317,218],[-240,338],[202,92],[231,482]],[[60620,78459],[-156,228],[410,234],[-8,126]],[[60866,79047],[-249,-92]],[[60617,78955],[-222,-46],[-185,-187],[-260,-30],[-239,-215],[16,-358],[136,-139],[284,35],[-55,-206]],[[60092,77809],[-304,-99],[-377,-334]],[[59411,77376],[-154,117],[61,271],[-304,169],[50,110],[265,191],[-80,132],[-432,146],[-19,215],[-257,-71],[-103,-317],[-215,-426]],[[58223,77913],[6,-149]],[[58229,77764],[-135,-123],[-84,53]],[[58010,77694],[-78,-694]],[[57932,77000],[-144,-239],[-101,-412],[89,-328]],[[57776,76021],[33,-222],[243,-186],[-51,-141],[-330,-32],[-118,-178],[-232,-310],[-87,268],[3,119]],[[57237,75339],[-169,17],[-145,54],[-336,-150],[192,-323],[-141,-94],[-154,-1],[-147,297],[-52,-127],[62,-344],[139,-270],[-105,-126],[155,-265],[137,-167],[4,-326],[-257,153],[82,-294],[-176,-60],[105,-509],[-184,-7],[-228,251],[-104,460],[-49,384],[-108,264],[-143,329],[-18,164]],[[55597,74649],[-48,40],[-5,127],[-154,193],[-24,274],[23,393],[38,179]],[[55427,75855],[-46,91],[-59,44]],[[55322,75990],[-78,188],[-120,115]],[[55124,76293],[-261,213],[-161,207],[-254,171],[-233,424],[56,43],[-127,242],[-5,195],[-179,91],[-85,-249],[-82,193],[6,200],[10,9]],[[53809,78032],[62,52]],[[53871,78084],[-221,84],[-226,-204],[15,-286],[-34,-164],[91,-293],[261,-290],[140,-476]],[[53897,76455],[309,-465],[217,4]],[[54423,75994],[68,-127],[-78,-115],[249,-208],[204,-174],[238,-301],[29,-107],[-52,-206]],[[55081,74756],[-154,269],[-242,94]],[[54685,75119],[-116,-372],[200,-214],[-33,-300],[-116,-34],[-148,-494],[-116,-45],[1,176],[57,309],[60,123],[-108,334],[-85,290],[-115,72],[-82,249]],[[54084,75213],[-179,105],[-120,231]],[[53785,75549],[-206,37],[-217,260],[-254,375],[-189,332],[-86,569],[-138,67],[-226,190],[-128,-78],[-161,-267],[-115,-42]],[[52065,76992],[-252,-326],[-548,156],[-404,-186],[-32,-347]],[[50829,76289],[15,-335],[-263,-383],[-356,-122],[-25,-194],[-171,-319],[-107,-469],[108,-329],[-160,-257],[-60,-374],[-210,-115],[-197,-443]],[[49403,72949],[-352,-9],[-265,11]],[[48786,72951],[-174,-203],[-106,-218],[-136,48],[-103,195],[-79,331],[-259,89]],[[47929,73193],[-112,-149],[-146,81],[-143,-64],[42,451],[-26,354],[-124,53]],[[47420,73919],[-67,219],[22,376]],[[47375,74514],[111,210],[20,232],[58,347],[-6,244],[-56,206],[-12,195]],[[47490,75948],[14,410],[-114,250],[393,415],[340,-104],[373,4],[296,-98],[230,30],[449,-19]],[[49471,76836],[144,345],[53,1147],[-287,605],[-205,291],[-424,222],[-28,420],[360,125],[466,-148],[-88,652],[263,-247],[646,449],[84,472],[243,116]],[[50698,81285],[222,113]],[[50920,81398],[143,159],[244,847],[380,241],[231,-16]],[[51918,82629],[54,122],[232,31],[52,-127],[188,284],[-63,216],[-13,326]],[[52368,83481],[-113,320],[-8,589],[46,155],[80,173],[244,36]],[[52617,84754],[98,158],[223,163]],[[52938,85075],[-9,-296],[-82,-188],[33,-161],[151,-87],[-68,-217],[-83,62]],[[52880,84188],[-200,-414],[76,-281]],[[52756,83493],[4,-222],[281,-135],[-3,-204],[283,108],[156,158],[313,-228],[132,-183]],[[53922,82787],[189,169]],[[54111,82956],[434,267],[350,194]],[[54895,83417],[277,-97],[21,-140],[268,-8]],[[55461,83172],[63,254]],[[55524,83426],[383,187],[-59,484]],[[55848,84097],[10,433],[136,362],[262,196],[221,-430],[223,11]],[[56700,84669],[53,443],[32,339]],[[56785,85451],[-102,-72],[-176,204],[-24,331],[351,161],[350,83],[301,-95],[287,17]],[[57772,86080],[316,318],[-291,274]],[[57797,86672],[-504,-46],[-489,-211],[-452,-121],[-161,314],[-269,189],[62,567],[-135,520],[133,335],[252,362],[635,624],[185,121],[-28,243],[-387,272]],[[56639,89841],[-478,-163],[-269,-401],[43,-353],[-441,-463],[-537,-495],[-202,-811],[198,-406],[265,-320],[-255,-649],[-289,-135],[-106,-967],[-157,-539],[-337,55],[-158,-456],[-321,-27],[-89,545],[-232,653],[-211,814]],[[53063,85723],[-187,354],[-548,-666]],[[52328,85411],[-370,-135],[-385,293]],[[51573,85569],[-99,619],[-88,1329],[256,371],[733,483],[549,595],[508,802],[668,1112],[465,434],[763,722],[610,252],[457,-31],[423,477],[506,-25],[499,115],[869,-422],[-358,-154],[305,-361]],[[58639,91887],[286,200],[456,-348],[761,-137],[1050,-652],[213,-273],[18,-384],[-308,-302],[-454,-154],[-1240,438],[-204,-73],[453,-422]],[[59670,89780],[36,-856]],[[59706,88924],[358,-175],[217,-150],[36,279]],[[60317,88878],[-174,257],[183,209]],[[60326,89344],[672,-358]],[[60998,88986],[234,140],[-187,422]],[[61045,89548],[647,564],[256,-33],[260,-202],[161,396],[-231,343],[136,345],[-204,357],[777,-185],[158,-322],[-351,-71]],[[62654,90740],[2,-321],[218,-197]],[[62874,90222],[429,125],[68,367]],[[63371,90714],[581,275],[969,494]],[[64921,91483],[209,-28],[-273,-350],[344,-60],[199,197],[521,16],[412,239],[317,-347],[315,381],[-291,334],[145,190],[820,-175],[385,-180],[1006,-658],[186,302],[-282,304],[-8,122],[-335,57],[92,273],[-149,449],[-8,185],[512,521]],[[69038,93255],[182,524],[207,113]],[[69427,93892],[735,-152],[58,-320]],[[70220,93420],[-263,-467],[173,-184]],[[70130,92769],[89,-403],[-63,-789],[307,-353],[-120,-384],[-544,-818],[318,-85],[110,207],[306,148],[74,285],[240,274],[-162,328],[130,380],[-304,47],[-67,321],[222,578],[-361,469],[497,389],[-64,409],[139,13],[145,-319],[-109,-556],[297,-105],[-127,415],[465,227],[577,30],[513,-328],[-247,479],[-28,614]],[[72363,94242],[484,116],[668,-25]],[[73515,94333],[602,75],[-226,301]],[[73891,94709],[321,379],[319,15]],[[74531,95103],[540,286],[734,77]],[[75805,95466],[93,158],[729,53]],[[76627,95677],[227,-129],[624,306],[510,-10],[77,249],[265,245],[656,236],[476,-186],[-378,-142],[629,-89],[75,-284],[254,140],[812,-8],[626,-281],[223,-215],[-69,-300],[-307,-170],[-730,-320],[-209,-171],[345,-80],[410,-146]],[[81143,94322],[250,109],[142,-369]],[[81535,94062],[122,149],[444,91],[892,-95],[67,-269],[1162,-86],[15,440],[590,-101],[443,3],[449,-303],[128,-369],[-165,-241],[349,-453],[437,-234],[268,605],[446,-260],[473,155],[538,-177],[204,162],[455,-81]],[[88852,92998],[-201,535],[367,249]],[[89018,93782],[2509,-374],[236,-342],[727,-440],[1122,109],[553,-95],[231,-238],[-33,-421],[342,-164],[372,118],[492,15],[525,-113],[526,64],[484,-512],[344,184],[-224,368],[123,256],[886,-161],[578,34]],[[98811,92070],[799,-274],[-99610,-252]],[[0,91544],[0,-2297]],[[63641,75603],[141,-409],[130,-26]],[[63912,75168],[85,-156],[-228,-46],[-49,-447]],[[63720,74519],[-47,-202],[-102,-135]],[[63571,74182],[7,-285]],[[63578,73897],[88,-424],[263,-120],[193,-289],[395,-100],[434,153],[27,134]],[[64978,73251],[-52,408],[40,602],[-216,195],[71,394],[-184,34],[61,485],[262,-141],[244,184],[-202,346],[-80,329],[-224,-147],[-28,-422],[-87,374]],[[64583,75892],[-15,140],[68,240],[-53,201],[-322,196],[-125,517],[-154,146],[-9,187],[270,-54],[11,421],[236,93],[243,-86],[50,562],[-50,356],[-278,-28],[-236,141],[-321,-253],[-259,-121]],[[63639,78550],[-127,-342],[-269,-95],[-276,-594],[252,-547]],[[63219,76972],[-27,-387],[303,-679]],[[63495,75906],[146,-303]],[[23933,96472],[-126,-17],[-521,37],[-74,161],[559,-9],[195,-107],[-33,-65]],[[19392,96574],[-518,-166],[-411,186],[224,183],[406,59],[392,-90],[-93,-172]],[[56867,96664],[-620,-236],[-490,134],[191,149],[-167,184],[575,115],[110,-216],[401,-130]],[[19538,97095],[-339,-113],[-461,1],[5,82],[285,173],[149,-27],[361,-116]],[[23380,96781],[-411,-119],[-226,134],[-119,216],[-22,238],[360,-23],[162,-38],[332,-200],[-76,-208]],[[22205,96935],[108,-240],[-453,64],[-457,187],[-619,21],[268,171],[-335,139],[-21,221],[546,-79],[751,-210],[212,-274]],[[79187,96925],[-1566,-222],[507,756],[229,64],[208,-37],[704,-327],[-82,-234]],[[55069,97728],[915,-429],[-699,-227],[-155,-424],[-243,-108],[-132,-478],[-335,-22],[-598,351],[252,205],[-416,166],[-541,487],[-216,451],[757,206],[152,-202],[396,8],[105,197],[408,20],[350,-201]],[[57068,98134],[545,-202],[-412,-310],[-806,-68],[-819,96],[-50,159],[-398,10],[-304,264],[858,161],[403,-138],[281,172],[702,-144]],[[64204,98215],[-373,-76],[-250,-44],[-39,-94],[-324,-95],[-301,136],[158,180],[-618,17],[542,105],[422,7],[57,-155],[159,138],[262,95],[412,-126],[-107,-88]],[[77760,97255],[-606,-71],[-773,166],[-462,220],[-213,413],[-379,113],[722,394],[600,130],[540,-290],[640,-557],[-69,-518]],[[25828,97704],[334,-186],[-381,-171],[-513,-434],[-492,-41],[-575,74],[-299,235],[4,208],[220,154],[-508,-5],[-306,192],[-176,261],[193,256],[192,175],[285,41],[-122,132],[646,29],[355,-308],[468,-123],[455,-109],[220,-380]],[[30972,99689],[742,-45],[597,-74],[508,-156],[-12,-154],[-678,-250],[-672,-117],[-251,-129],[605,3],[-656,-349],[-452,-163],[-476,-470],[-573,-96],[-177,-117],[-841,-62],[383,-72],[-192,-103],[230,-284],[-264,-198],[-429,-163],[-132,-225],[-388,-172],[39,-130],[475,22],[6,-141],[-742,-345],[-726,159],[-816,-89],[-414,69],[-525,30],[-35,277],[514,130],[-137,415],[170,41],[742,-249],[-379,370],[-450,110],[225,223],[492,137],[79,201],[-392,225],[-118,297],[759,-25],[220,-63],[433,210],[-625,67],[-972,-37],[-491,196],[-232,232],[-324,169],[-61,197],[413,110],[324,18],[545,94],[409,214],[344,-30],[300,-161],[211,311],[367,92],[498,64],[849,24],[148,-63],[802,98],[601,-37],[602,-36]],[[42472,99927],[1737,-457],[-513,-222],[-1062,-25],[-1496,-56],[140,-103],[984,63],[836,-198],[540,176],[231,-206],[-305,-335],[707,214],[1348,223],[833,-111],[156,-246],[-1132,-410],[-157,-133],[-888,-99],[643,-28],[-324,-420],[-224,-373],[9,-641],[333,-376],[-434,-24],[-457,-182],[513,-305],[65,-490],[-297,-53],[360,-495],[-617,-42],[322,-234],[-91,-203],[-391,-89],[-388,-2],[348,-390],[4,-256],[-549,238],[-143,-154],[375,-144],[364,-352],[105,-464],[-495,-111],[-214,222],[-344,331],[95,-391],[-322,-303],[732,-24],[383,-31],[-745,-502],[-755,-454],[-813,-199],[-306,-2],[-288,-222],[-386,-608],[-597,-404],[-192,-23],[-370,-142],[-399,-134],[-238,-357],[-4,-403],[-141,-378],[-453,-461],[112,-450],[-125,-476],[-142,-563],[-391,-35],[-410,471],[-556,3],[-269,315],[-186,563],[-481,716],[-141,375],[-38,517],[-384,532],[100,424],[-186,203],[275,673],[418,214],[110,241],[58,450],[-318,-204],[-151,-85],[-249,-83],[-341,188],[-19,392],[109,306],[258,8],[567,-153],[-478,366],[-249,197],[-276,-81],[-232,143],[310,536],[-169,215],[-220,398],[-335,611],[-353,223],[3,241],[-745,337],[-590,42],[-743,-23],[-677,-42],[-323,183],[-482,362],[729,181],[559,31],[-1188,149],[-627,236],[39,223],[1051,277],[1018,277],[107,210],[-750,206],[243,230],[961,402],[404,62],[-115,258],[658,152],[854,90],[853,6],[303,-180],[737,317],[663,-215],[390,-45],[577,-188],[-660,311],[38,246],[932,344],[975,-26],[354,213],[982,55],[2219,-72]],[[67002,72360],[284,-219],[209,77],[58,261],[219,87],[157,175],[55,460],[234,112],[44,205],[131,-154],[84,-18]],[[68477,73346],[154,-4],[210,-122]],[[68841,73220],[85,-70],[201,185],[93,-111],[90,264],[166,-12],[43,84],[29,233],[120,200],[150,-131],[-30,-176],[84,-27],[-26,-484],[110,-189],[97,121],[123,57],[173,258],[192,-42],[286,-1]],[[70827,73379],[50,-165]],[[70877,73214],[-162,-65],[-141,-106],[-319,-67],[-298,-121],[-163,-251],[66,-244],[32,-287],[-139,-242],[12,-221],[-76,-207],[-265,18],[110,-381],[-177,-146],[-118,-347],[15,-346],[-108,-162],[-103,53],[-212,-75],[-31,-161],[-207,1],[-154,-326],[-10,-490],[-361,-239],[-194,50],[-56,-126],[-166,74],[-278,-87],[-465,294]],[[66909,69007],[252,523],[-23,370],[-210,97],[-22,366],[-91,460],[119,315],[-121,85],[76,419],[113,718]],[[56642,45537],[29,-179],[-32,-279],[49,-270],[-41,-216],[24,-199],[-579,7],[-13,-1832],[188,-471],[181,-360]],[[56448,41738],[-510,-235],[-673,82],[-192,276],[-1126,-25],[-42,-40],[-166,260],[-180,17],[-166,-98],[-134,-110]],[[53697,44640],[90,256],[29,427]],[[53535,47840],[-139,364],[26,112]],[[53422,48316],[115,78],[80,-11],[98,69],[820,-7],[68,-430],[80,-345],[64,-186],[106,-301],[184,46],[91,81],[154,-81],[42,144],[69,336],[172,22],[15,100],[142,2],[-24,-207],[337,5],[5,-363],[56,-222],[-41,-347],[21,-354],[93,-214],[-15,-685],[68,53],[121,-15],[172,87],[127,-34]],[[53309,48928],[112,249],[84,97],[104,-198]],[[53609,49076],[-101,-121],[-45,-148],[-9,-251],[-71,-61]],[[55719,75933],[-35,-196],[39,-247],[115,-140]],[[55838,75350],[-5,-151],[-91,-84],[-16,-187],[-129,-279]],[[55427,75855],[-47,91]],[[55380,75946],[-18,183],[120,284],[18,-109],[75,51]],[[55575,76355],[59,-154],[66,-59],[19,-209]],[[65575,66834],[52,-196]],[[65665,66183],[-142,-2],[-23,-375],[50,-80],[-126,-114],[-1,-235],[-81,-238],[-7,-232]],[[65335,64907],[-56,-122],[-835,290],[-106,584],[-11,133]],[[31400,20215],[-168,16],[-297,0],[0,1286]],[[32587,39017],[511,-940],[227,-88],[339,-425],[286,-225],[40,-254],[-273,-876],[280,-156],[312,-88],[220,92],[252,441],[45,509]],[[34826,37007],[138,110],[139,-332],[-6,-460],[-234,-318],[-186,-234],[-314,-559],[-370,-786]],[[33993,34428],[-70,-461],[-74,-592],[3,-573],[-61,-128],[-21,-372]],[[33770,32302],[-19,-301]],[[31227,25165],[273,-422],[266,-116]],[[30952,21711],[-257,90],[-672,77],[-115,336],[6,431],[-185,-37],[-98,209],[-24,611],[213,253],[88,365],[-33,292],[148,491],[101,763],[-30,338],[122,109],[-30,217],[-129,115],[92,242],[-126,218],[-65,665],[112,117],[-47,702],[65,590],[75,513],[166,209],[-84,563],[-1,529],[210,376],[-7,481],[159,562],[1,530],[-72,105],[-128,994],[171,592],[-27,558],[100,523],[182,540],[196,358],[-83,226],[58,186],[-9,960],[302,284],[96,598],[-34,144]],[[31359,38736],[231,521],[364,-141],[163,-416],[109,464],[316,-24],[45,-123]],[[62106,75494],[386,89]],[[62492,75583],[57,-151],[106,-100],[-56,-144],[148,-198],[-78,-183],[118,-157],[124,-94],[7,-399]],[[62918,74157],[-101,-17]],[[62817,74140],[-113,333],[1,89],[-123,-2],[-82,155],[-58,-16]],[[62442,74699],[-109,168],[-207,144],[27,280],[-47,203]],[[794,3215],[294,183]],[[1088,3398],[38,-6],[32,-5]],[[54716,79543],[-21,-236],[-156,-1],[53,-125],[-92,-370]],[[54500,78811],[-53,-97],[-243,-15],[-140,-130],[-229,44]],[[53835,78613],[-398,149],[-62,200],[-274,-100],[-32,-109],[-169,81]],[[52900,78834],[-142,16],[-125,105],[42,141],[-10,102]],[[52665,79198],[83,32],[141,-160],[39,152],[245,-25],[199,104],[133,-18],[87,-118],[26,98],[-40,375],[100,73],[98,266]],[[53776,79977],[206,-186],[157,236],[98,43],[215,-176],[131,30],[128,-109]],[[54711,79815],[-23,-73],[28,-199]],[[62817,74140],[-190,76],[-141,266],[-44,217]],[[63641,75603],[141,-408],[130,-27]],[[63720,74519],[-48,-202],[-101,-135]],[[63578,73897],[-69,-28],[-173,301],[95,285],[-82,169],[-104,-43],[-327,-424]],[[62492,75583],[68,94],[207,-165],[149,-34],[38,67],[-136,312],[72,79]],[[62890,75936],[78,-19],[191,-350],[122,-39],[48,146],[166,232]],[[58149,49238],[-17,694],[-70,262]],[[58062,50194],[169,-45],[85,328],[147,-38]],[[58463,50439],[16,-227],[60,-130],[3,-187],[-69,-121],[-108,-300],[-101,-209],[-115,-27]],[[50920,81398],[204,-45],[257,120],[176,-252],[153,-135]],[[51710,81086],[-32,-389]],[[51678,80697],[-72,-22],[-30,-323]],[[51576,80352],[-243,263],[-143,-45],[-194,272],[-129,231],[-129,9],[-40,203]],[[50747,55434],[-229,-68]],[[50518,55366],[-69,398],[13,1322],[-56,119],[-11,283],[-96,201],[-85,170],[35,303]],[[50249,58162],[96,66],[56,251],[136,54],[61,172]],[[50598,58705],[93,169],[100,2],[212,-332]],[[51003,58544],[-11,-191],[62,-342],[-54,-232],[29,-154],[-135,-357],[-86,-176],[-52,-364],[7,-366],[-16,-928]],[[49214,57382],[-190,149],[-130,-22],[-97,-145],[-125,122],[-49,190],[-125,126]],[[48498,57802],[-18,334],[76,244],[-7,195],[221,477],[41,395],[76,141],[134,-78],[116,117],[38,148],[216,259],[53,180],[259,238],[153,82],[70,-110],[178,3]],[[50104,60427],[-22,-280],[37,-262],[156,-376],[9,-279],[320,-130],[-6,-395]],[[50249,58162],[-243,13]],[[50006,58175],[-128,46],[-90,-93],[-123,42],[-482,-27],[-7,-327],[38,-434]],[[75742,64522],[-6,-413],[-97,88],[18,-464]],[[75162,64725],[-87,-321],[-118,117]],[[74730,64531],[-43,474],[-96,433],[47,347],[-171,154],[62,210],[173,215],[-200,305],[98,390],[220,-248],[133,-29],[24,-400],[265,-79],[257,8],[160,-98],[-128,-487],[-124,-34],[-86,-327],[152,-299],[46,368],[76,2],[147,-914]],[[56293,77303],[80,-236],[108,42],[213,-90],[408,-30],[138,147],[327,133],[202,-209],[163,-60]],[[57776,76021],[-239,77],[-283,-181]],[[57254,75917],[-3,-287],[-252,-55],[-196,202],[-222,-159],[-206,17]],[[56375,75635],[-20,381],[-139,185]],[[56216,76201],[46,81],[-30,69],[47,183],[105,180],[-135,248],[-24,211],[68,130]],[[55279,77663],[100,2],[-69,-253],[134,-222],[-41,-271],[-65,-25]],[[55338,76894],[-52,-53],[-90,-134],[-41,-316]],[[55155,76391],[-246,218],[-105,240],[-106,128],[-127,215],[-61,178],[-136,270],[59,239],[99,-133],[60,120],[130,13],[239,-96],[192,8],[126,-128]],[[56523,82877],[268,-4],[302,217],[64,325],[228,184],[-26,258]],[[57359,83857],[169,97],[298,222]],[[57826,84176],[293,-144],[39,-143],[146,68],[272,-137],[27,-270],[-60,-156],[174,-377],[113,-105],[-16,-104],[187,-101],[80,-154],[-108,-126],[-224,20],[-54,-53],[66,-192],[68,-368]],[[58829,81834],[-239,-34],[-85,-127],[-18,-290],[-111,56],[-250,-28],[-73,135],[-104,-100],[-105,83],[-218,11],[-310,139],[-281,45],[-215,-13],[-152,-156],[-133,-23]],[[56535,81532],[-6,257],[-85,267],[166,117],[2,230],[-77,219],[-12,255]],[[25238,62085],[-2,85],[33,26],[51,-68],[99,348],[53,7]],[[25297,60979],[-83,-1],[22,650],[2,457]],[[31359,38736],[-200,-79],[-109,794],[-150,646],[88,557],[-146,244],[-37,416],[-136,391]],[[30669,41705],[175,622],[-119,484],[63,194],[-49,213],[108,288],[6,490],[13,405],[60,195],[-240,926]],[[30686,45522],[206,-48],[143,12],[62,174],[243,234],[147,216],[363,98],[-29,-432],[34,-221],[-23,-386],[302,-516],[311,-95],[109,-216],[188,-114],[115,-167],[175,6],[161,-171],[12,-333],[55,-168],[3,-248],[-81,-10],[107,-671],[533,-23],[-41,-333],[30,-227],[151,-162],[66,-358],[-49,-453],[-77,-253],[27,-328],[-87,-119]],[[33842,40210],[-4,177],[-259,295],[-258,8],[-484,-167],[-133,-507],[-7,-310],[-110,-689]],[[34826,37007],[54,332],[38,340],[0,317],[-100,105],[-104,-94],[-103,26],[-33,222],[-26,527],[-52,172],[-187,156],[-114,-113],[-293,111],[18,782],[-82,320]],[[30686,45522],[-157,-99],[-126,66],[18,875],[-228,-339],[-245,15],[-105,307],[-184,33],[59,247],[-155,351],[-115,518],[73,106],[0,243],[168,166],[-28,312],[71,200],[20,269],[318,392],[227,111],[37,86],[251,-27]],[[30585,49354],[125,1579],[6,250],[-43,330],[-123,210],[1,418],[156,95],[56,-60],[9,221],[-162,60],[-4,360],[541,-13],[92,198],[77,-182],[55,-340],[52,71]],[[31423,52551],[153,-304],[216,37],[54,176],[206,135],[115,94],[32,244],[198,164],[-15,121],[-235,49],[-39,363],[12,386],[-125,149],[52,53],[206,-73],[221,-144],[80,136],[200,89],[310,216],[102,220],[-37,162]],[[33129,54824],[145,26],[64,-133],[-36,-253],[96,-87],[63,-268],[-77,-203],[-44,-490],[71,-291],[20,-267],[171,-270],[137,-28],[30,112],[88,25],[126,101],[90,153],[154,-48],[67,20]],[[34294,52923],[151,-47],[25,118],[-46,114],[28,167],[112,-51],[131,59],[159,-122]],[[34854,53161],[121,-119],[86,156],[62,-24],[38,-162],[133,41],[107,219],[85,424],[164,527]],[[36494,51694],[10,-578],[211,378]],[[38626,39196],[-225,-250],[-65,-345]],[[35174,32383],[-77,326],[122,273],[-160,392],[-218,318],[-286,369],[-103,-17],[-279,446],[-180,-62]],[[82069,54967],[-13,-284],[-16,-368],[-133,18],[-58,-196],[-126,299]],[[75471,67823],[113,-184],[-20,-354],[-227,-17],[-234,39],[-175,-90],[-252,218],[-6,115]],[[74670,67550],[184,429],[150,146],[198,-134],[147,-14],[122,-154]],[[58175,39107],[-393,-424],[-249,-430],[-93,-383],[-83,-217],[-152,-46],[-48,-275],[-28,-180],[-178,-134],[-226,28],[-133,162],[-117,70],[-135,-134],[-68,-276],[-132,-173],[-139,-257],[-199,-59],[-62,202],[26,351],[-165,548],[-75,86]],[[55526,37566],[0,1681],[274,20],[8,2051],[207,19],[428,202],[106,-238],[177,226],[85,1],[156,130]],[[56967,41658],[50,-43]],[[57017,41615],[107,-460],[56,-103],[87,-333],[315,-633],[119,-62],[0,-203],[82,-365],[215,-88],[177,-261]],[[54244,56103],[229,44],[52,148],[46,-11],[69,-131],[350,221],[118,224],[145,202],[-28,202],[78,53],[269,-35],[261,266],[201,629],[141,233],[176,98]],[[56351,58246],[31,-246],[160,-360],[1,-235],[-45,-240],[18,-179],[96,-166]],[[56612,56820],[212,-252]],[[56824,56568],[152,-232],[2,-188],[187,-299],[116,-250],[70,-345],[208,-228],[44,-183]],[[57603,54843],[-91,-61],[-178,14],[-209,60],[-104,-49],[-41,-140],[-90,-17],[-110,121],[-309,-287],[-127,58],[-38,-45],[-83,-347],[-207,112],[-203,57],[-177,212],[-229,196],[-149,-186],[-108,-292],[-25,-402]],[[55125,53847],[-178,33],[-188,96],[-166,-305],[-146,-536]],[[54447,53135],[-29,167],[-12,263],[-127,185],[-103,297],[-23,207],[-132,301],[23,171],[-28,243],[21,446],[67,105],[140,583]],[[27392,90477],[-544,-403],[-386,-88]],[[23714,86446],[-16,-669],[409,-96]],[[28738,84386],[-23,385],[-188,489]],[[30174,87037],[495,-44],[-8,-483]],[[31876,86308],[184,267],[216,-514]],[[31513,80124],[415,58],[246,-283]],[[31350,77823],[-181,326],[0,785],[-123,166],[-187,-98],[-92,152],[-212,-435],[-84,-448],[-99,-262],[-118,-89],[-89,-29],[-28,-142],[-512,-1],[-422,-4],[-125,-106],[-294,-414],[-34,-45],[-89,-225],[-255,0],[-273,-2],[-125,-91],[44,-113],[25,-176],[-5,-58],[-363,-287],[-286,-90],[-323,-308],[-70,0],[-94,91],[-31,82],[6,60],[61,202],[131,317],[81,340],[-56,500],[-59,523],[-290,270],[35,103],[-41,70],[-76,0],[-56,91],[-14,137],[-54,-60],[-75,18],[17,57],[-65,57],[-27,151],[-216,185],[-224,191],[-272,223],[-261,209],[-248,-163],[-91,-6],[-342,150],[-225,-75],[-269,179],[-284,91],[-194,36],[-86,97],[-49,317],[-94,-3],[-1,-221],[-575,0],[-951,0],[-944,-1],[-833,1],[-834,0],[-819,0],[-847,0],[-273,0],[-825,0],[-788,0]],[[14130,82210],[-48,464],[-336,419]],[[13740,83389],[154,278],[-7,363],[-473,367],[-284,657],[-173,413],[-255,259],[-187,236],[-147,298],[-279,-187],[-270,-321],[-247,378],[-194,252],[-271,160],[-273,17],[1,3279],[2,2137]],[[12326,91747],[336,179],[413,-70]],[[17987,91511],[374,-292],[-390,-286]],[[22622,91222],[247,100],[431,-195]],[[19722,91438],[-704,-86],[-494,-54]],[[15020,93217],[119,244],[192,421]],[[16539,93189],[0,-251],[-731,-278]],[[52900,78834],[-22,-236],[-122,-97],[-206,72],[-60,-232],[-132,-18],[-48,91],[-156,-195],[-134,-28],[-120,124]],[[51900,78315],[-95,252],[-133,-90],[5,261],[203,323],[-9,147],[126,-53],[77,98]],[[52074,79253],[236,-4],[57,125],[298,-176]],[[31070,19804],[-137,18],[-164,46]],[[29661,29221],[-80,562],[-22,649]],[[30452,41263],[143,147],[74,295]],[[86288,76244],[-179,340],[-111,-323],[-429,-248],[44,-304],[-241,21],[-131,181],[-191,-409],[-306,-309],[-227,-370]],[[83987,73399],[45,-302],[-393,-161]],[[80013,64241],[-280,149],[-132,234],[44,332],[-254,105],[-134,216],[-236,-307],[-271,-66],[-221,3],[-149,-141]],[[78380,64766],[-144,-84],[42,-659],[-148,16],[-25,135]],[[78105,64174],[-9,238],[-203,-167],[-121,106],[-206,216],[81,478],[-176,112],[-66,530],[-293,-96],[33,684],[263,480],[11,475],[-8,441],[-121,137],[-93,339],[-162,-42]],[[77035,68105],[-300,86],[94,242],[-130,358],[-198,-243],[-233,142],[-321,-367],[-252,-428],[-224,-72]],[[74670,67550],[-23,454],[-170,-121]],[[74477,67883],[-324,56],[-314,132],[-225,253],[-216,114],[-93,276],[-157,83],[-280,375],[-223,177],[-115,-138]],[[72530,69211],[-386,403],[-273,365],[-78,635],[200,-78],[9,294],[-111,295],[28,470],[-298,675]],[[71621,72270],[-457,233],[-82,442],[-205,269]],[[70827,73379],[-42,328],[10,224],[-169,131],[-91,-58],[-70,533]],[[70465,74537],[79,132],[-39,135],[266,272],[192,112],[294,-77],[105,368],[356,68],[99,229],[438,312],[39,130]],[[72294,76218],[-22,328],[190,150],[-250,1000],[550,231],[143,128],[200,1031],[551,-190],[155,261],[13,577],[230,54],[212,383]],[[74266,80171],[109,48]],[[74375,80219],[73,-402],[233,-306],[396,-216],[192,-464],[-107,-673],[100,-249],[330,-99],[374,-80],[336,-359],[171,-64],[127,-531],[163,-342],[306,14],[574,-129],[369,80],[274,-86],[411,-350],[336,1],[123,-179],[324,309],[448,200],[417,21],[324,203],[200,309],[194,193],[-45,190],[-89,222],[146,371],[156,-52],[286,-117],[277,306],[423,223],[204,380],[195,164],[404,77],[219,-65],[30,204],[-251,403],[-223,184],[-214,-212],[-274,89],[-157,-73],[-72,236],[197,575],[135,434]],[[82410,80559],[333,-217],[392,364],[-3,253],[251,611],[155,184],[-4,318],[-152,137],[229,287],[345,104],[369,15],[415,-171],[244,-212],[172,-581],[104,-248],[97,-354],[103,-564],[483,-184],[329,-409],[112,-541],[423,-1],[240,227],[459,170],[-146,-518],[-107,-211],[-96,-631],[-186,-560],[-338,102],[-238,-203],[73,-494],[-40,-680],[-142,-16],[2,-292]],[[47857,54343],[22,474],[26,72],[-8,227],[-118,241],[-88,39],[-81,158],[60,256],[-28,278],[13,168]],[[47655,56256],[44,0],[17,251],[-22,112],[27,80],[103,69],[-69,461],[-64,238],[23,195],[55,45]],[[47769,57707],[36,52],[77,-86],[215,-5],[51,168],[48,-11],[80,65],[43,-246],[65,72],[114,86]],[[49214,57382],[74,-819],[-117,-484],[-73,-650],[121,-496],[-13,-227]],[[53632,53135],[-35,31],[-164,-74],[-169,77],[-132,-38]],[[53132,53131],[-452,14]],[[52429,54336],[-72,82],[4,159]],[[52361,54577],[71,408],[132,556],[81,5],[165,337],[105,9],[156,-236],[191,194],[26,239],[63,232],[43,291],[148,238],[56,403],[59,128],[39,299],[74,368],[234,446],[14,191],[31,104],[-110,229]],[[53939,59018],[9,184],[78,33]],[[54026,59235],[111,-369],[18,-382],[-10,-383],[151,-523],[-155,6],[-78,-41],[-127,57],[-60,-271],[164,-336],[121,-98],[39,-239],[87,-397],[-43,-156]],[[54447,53135],[-20,-311],[-220,136],[-225,152],[-350,23]],[[58564,53850],[-16,-673],[111,-78],[-89,-205],[-107,-153],[-106,-300],[-59,-268],[-15,-462],[-65,-220],[-2,-434]],[[58216,51057],[-80,-161],[-10,-342],[-38,-45],[-26,-315]],[[58149,49238],[50,-530],[-27,-299],[55,-334],[161,-323],[150,-726]],[[58538,47026],[-109,59],[-373,-97],[-75,-69],[-79,-368],[62,-254],[-49,-681],[-34,-578],[75,-103],[194,-224],[76,105],[23,-621],[-212,4],[-114,317],[-103,246],[-213,80],[-62,302],[-170,-182],[-222,81],[-93,261],[-176,53],[-131,-14],[-15,179],[-96,15]],[[53609,49076],[73,-59],[95,221],[152,-6],[17,-163],[104,-102],[164,361],[161,281],[71,185],[-10,473],[121,560],[127,296],[183,278],[32,184],[7,211],[45,200],[-14,326],[34,510],[55,360],[83,308],[16,347]],[[57603,54843],[169,-475],[124,-70],[75,97],[128,-38],[155,122],[66,-246],[244,-383]],[[53081,49538],[212,318],[-105,381],[95,144],[187,71],[23,255],[148,-276],[245,-25],[85,273],[36,382],[-31,450],[-131,341],[120,667],[-69,114],[-207,-47],[-78,298],[21,251]],[[29063,51742],[-119,136],[-137,191],[-79,-92],[-235,80],[-68,248],[-52,-9],[-278,329]],[[28366,55989],[36,280],[89,-41],[52,171],[-64,339],[34,85]],[[28513,56823],[143,-19]],[[30185,58611],[-178,-96],[-71,-288],[-107,-165],[-81,-215],[-34,-410],[-77,-337],[144,-39],[35,-265],[62,-126],[21,-232],[-33,-213],[10,-120],[69,-48],[66,-201],[357,55],[161,-73],[196,-496],[112,62],[200,-31],[158,66],[99,-99],[-50,-311],[-62,-193],[-22,-413],[56,-383],[79,-171],[9,-129],[-140,-286],[100,-127],[74,-202],[85,-574]],[[30585,49354],[-139,306],[-83,14],[179,586],[-213,270],[-166,-50],[-101,100],[-153,-152],[-207,72],[-163,603],[-129,149],[-89,272],[-184,272],[-74,-54]],[[26191,58215],[42,74],[183,-152],[63,75],[89,-48],[46,-119],[82,-38],[66,122]],[[27070,57338],[-107,-51],[1,-232],[58,-86],[-41,-68],[10,-104],[-23,-117],[-14,-114]],[[59437,72019],[-30,20],[-53,-44],[-42,12],[-14,-22],[-5,59],[-20,35],[-54,6],[-75,-49],[-52,30]],[[53776,79977],[-157,247],[-141,139],[-30,243],[-49,171],[202,125],[103,144],[200,111],[70,110],[73,-66],[124,60]],[[54171,81261],[132,-186],[207,-50],[-17,-158],[151,-119],[41,148],[191,-64],[26,-180],[207,-35],[127,-284]],[[55236,80333],[-82,0],[-43,-104],[-64,-25],[-18,-131],[-54,-28],[-7,-53],[-95,-60],[-123,10],[-39,-127]],[[53922,82787],[64,-293],[-77,-154],[101,-205],[69,-308],[-22,-199],[114,-367]],[[52074,79253],[35,410],[140,395],[-400,106],[-131,151]],[[51718,80315],[16,252],[-56,130]],[[51710,81086],[-47,604],[167,0],[70,217],[69,527],[-51,195]],[[52368,83481],[210,-76],[178,88]],[[61984,58430],[-102,-308]],[[61882,58122],[-62,103],[-67,-41],[-155,9],[-4,176],[-22,159],[94,269],[98,255]],[[61764,59052],[119,-50],[83,141]],[[52880,84188],[-200,-415],[76,-280]],[[52617,84754],[98,159],[223,162]],[[30081,62221],[5,157],[-71,172],[68,97],[21,222],[-24,314]],[[53333,65346],[-952,-1097],[-804,-1132],[-392,-257]],[[51185,62860],[-308,-56],[-3,366],[-129,94],[-173,165],[-66,270],[-937,1256],[-937,1257]],[[48632,66212],[-1045,1394]],[[47587,67606],[6,112],[-1,38]],[[47592,67756],[-2,682],[449,425],[277,88],[227,155],[107,288],[324,228],[12,427],[161,50],[126,213],[363,97],[51,224],[-73,122],[-96,608],[-17,350],[-104,369]],[[52339,73106],[-57,-295],[44,-549],[-65,-475],[-171,-322],[24,-433],[227,-344],[3,-139],[171,-232],[118,-1034]],[[52633,69283],[90,-509],[15,-267],[-49,-470],[21,-263],[-36,-315],[24,-362],[-110,-240],[164,-420],[11,-247],[99,-321],[130,105],[219,-267],[122,-361]],[[29063,51742],[38,-438],[-86,-374],[-303,-603],[-334,-227],[-170,-501],[-53,-389],[-157,-237],[-116,291],[-113,62],[-114,-45],[-8,211],[79,137],[-33,240]],[[60240,64499],[-1102,0],[-1077,0],[-1117,0]],[[56944,64499],[0,2120],[0,2048],[-83,464],[71,356],[-43,246],[101,276]],[[57627,69867],[275,-171],[129,-89]],[[59518,69808],[182,-989]],[[61764,59052],[-95,187],[-114,337],[-124,185],[-71,199],[-242,231],[-191,7],[-67,120],[-163,-135],[-168,261],[-87,-430],[-323,121]],[[60119,60135],[-30,230],[120,847],[27,382],[88,177],[204,95],[141,328]],[[49471,76836],[111,-224],[511,-262],[101,125],[313,-261],[322,75]],[[49403,72949],[-352,-8],[-265,10]],[[47929,73193],[-23,191],[103,216],[38,156],[-96,172],[77,378],[-111,345],[120,48],[11,272],[45,84],[3,449],[129,156],[-78,289],[-162,20],[-47,-72],[-164,-1],[-70,282],[-113,-84],[-101,-146]],[[56753,85111],[32,340]],[[57772,86080],[42,-100],[-198,-332],[83,-537],[-120,-183]],[[57579,84928],[-229,1],[-239,214],[-121,70],[-237,-102]],[[61882,58122],[-61,-204],[103,-317],[102,-277],[106,-206],[909,-683],[233,3]],[[63274,56438],[-785,-1728],[-362,-26],[-247,-406],[-178,-10],[-76,-182]],[[61626,54086],[-190,0],[-112,195],[-254,-241],[-82,-240],[-185,45],[-62,67],[-65,-16],[-87,6],[-352,489],[-193,0],[-95,189],[0,324],[-145,96]],[[59804,55000],[-164,627],[-127,133],[-48,231],[-141,280],[-171,42],[95,328],[147,14],[42,176]],[[59437,56831],[-4,517]],[[59433,57348],[82,603],[132,161],[28,236],[119,440],[168,285],[112,567],[45,495]],[[57942,91602],[-41,-403],[425,-383],[-256,-435],[323,-655],[-187,-494],[250,-429],[-113,-375],[411,-394],[-105,-294],[-258,-333],[-594,-735]],[[56639,89841],[-93,225],[-8,886],[-433,392],[-371,282]],[[55734,91626],[167,152],[309,-304],[362,29],[298,-140],[265,255],[137,422],[431,196],[356,-229],[-117,-405]],[[34854,53161],[70,246],[24,262],[48,246],[-107,340]],[[34889,54255],[-22,394],[144,495]],[[51576,80352],[62,-50],[80,13]],[[51900,78315],[-11,-163],[82,-216],[-97,-176],[72,-445],[151,-73],[-32,-250]],[[52636,52411],[94,33],[404,-6],[-2,693]],[[48278,82851],[-210,118],[-172,-8],[57,309],[-57,309]],[[49420,84027],[22,-61],[248,-679]],[[49051,81445],[-2,0],[-434,96]],[[48727,82636],[413,-52],[1,0]],[[49181,82918],[-186,355],[-4,8]],[[61098,76843],[34,68],[235,-99],[409,-93],[378,-276],[48,-107],[169,90],[259,-120],[85,-236],[175,-134]],[[62106,75494],[-268,282],[-296,-27]],[[50006,58175],[-20,-180],[116,-297],[-1,-418],[27,-454],[69,-210],[-61,-518],[22,-287],[74,-365],[62,-202]],[[47655,56256],[-78,14],[-57,-232],[-78,3],[-55,123],[19,231],[-116,353],[-73,-65],[-59,-13]],[[47158,56670],[-77,-33],[3,211],[-44,151],[9,168],[-60,242],[-78,206],[-222,0],[-65,-108],[-76,-13],[-48,-125],[-32,-159],[-148,-254]],[[45797,58187],[123,281],[84,-11],[73,97],[61,1],[44,76],[-24,191],[31,60],[5,195]],[[46194,59077],[134,-5],[200,-141],[61,13],[21,64],[151,-45],[40,32]],[[46801,58995],[16,-211],[44,1],[73,77],[46,-20],[77,-146],[119,-46],[76,125],[90,77],[67,80],[55,-15],[62,-126],[33,-159],[114,-241],[-57,-149],[-11,-187],[59,57],[35,-67],[-15,-172],[85,-166]],[[45357,59658],[302,17],[63,136],[88,10],[110,-142],[86,-3],[92,97],[56,-166],[-120,-130],[-121,11],[-119,121],[-103,-133],[-50,-5],[-67,-80],[-253,12]],[[45367,58962],[147,93],[92,-18],[75,65],[513,-25]],[[55838,75350],[182,51],[106,126],[150,-11],[46,100],[53,19]],[[57254,75917],[135,-153],[-86,-360],[-66,-65]],[[24381,60202],[7,168],[32,135],[-39,107],[133,470],[357,1],[7,197],[-45,35],[-31,124],[-103,133],[-103,193],[125,1],[1,324],[259,1],[257,-6]],[[25493,60887],[-127,-220],[-131,-161],[-20,-111],[22,-113],[-58,-146]],[[25179,60136],[-65,-36],[15,-67],[-52,-64],[-95,-145],[-9,-85]],[[34125,55269],[-44,-518],[-169,-150],[15,-136],[-51,-297],[123,-418],[89,-1],[37,-325],[169,-501]],[[33129,54824],[-188,437],[75,159],[-5,265],[171,93],[69,108],[-95,213],[24,210],[220,339]],[[25613,59537],[19,231],[-38,62],[-57,41],[-122,-68],[-10,77],[-84,93],[-60,114],[-82,49]],[[26903,60465],[-95,12],[-38,-79],[-97,-75],[-70,0],[-61,-73],[-56,26],[-47,88],[-29,-17],[-36,-138],[-27,5],[-4,-118],[-97,-159],[-51,-68],[-29,-72],[-82,117],[-60,-154],[-58,4],[-65,-14],[6,-283],[-41,-5],[-35,-131],[-86,-24]],[[55230,78267],[67,-223],[89,-164],[-107,-217]],[[55155,76391],[-31,-98]],[[53809,78032],[194,-20],[51,98],[94,-94],[109,-12],[-1,161],[97,59],[27,233],[221,153]],[[54601,78610],[88,-71],[208,-247],[229,-111],[104,86]],[[54716,79543],[141,-148],[103,-62],[233,70],[22,116],[111,17],[135,89],[30,-37],[130,72],[66,136],[91,35],[297,-175],[59,59]],[[56134,79715],[155,-157],[19,-154]],[[56308,79404],[-170,-121],[-131,-391],[-168,-390],[-223,-109]],[[55616,78393],[-173,26],[-213,-152]],[[54601,78610],[-54,194],[-47,7]],[[84713,46708],[28,-113],[5,-175]],[[89166,50332],[5,-1877],[4,-1876]],[[80461,52985],[47,-385],[190,-325],[179,117],[177,-42],[162,291],[133,51],[263,-162],[226,123],[143,801],[107,200],[96,655],[319,0],[241,-97]],[[72530,69211],[-176,-261],[-108,-538],[269,-218],[262,-283],[362,-323],[381,-75],[160,-293],[215,-54],[334,-135],[231,10],[32,228],[-36,366],[21,248]],[[77035,68105],[20,-219],[-97,-105],[23,-355],[-199,104],[-359,-397],[8,-330],[-153,-483],[-14,-281],[-124,-474],[-217,131],[-11,-596],[-63,-196],[30,-245],[-137,-137]],[[72692,61222],[-251,-206],[-129,-31]],[[68937,65473],[185,384],[612,-1],[-56,494],[-156,292],[-31,444],[-182,258],[306,604],[323,-44],[290,604],[174,584],[270,578],[-4,411],[236,333],[-224,284],[-96,390],[-99,504],[137,249],[421,-141],[310,86],[268,484]],[[64978,73251],[244,112],[197,329],[186,-17],[122,108],[197,-53],[308,-292],[221,-63],[318,-510],[207,-21],[24,-484]],[[66909,69007],[137,-302],[112,-348],[266,-253],[7,-508],[133,-93],[23,-265],[-400,-298],[-105,-669]],[[66559,66445],[-303,133],[-313,74]],[[63594,69288],[-104,-224]],[[63490,69064],[-153,302],[-3,307],[-89,0],[46,417],[-143,438],[-340,315],[-193,548],[65,449],[139,199],[-21,336],[-182,173],[-180,687]],[[62436,73235],[-152,461],[55,179],[-87,660],[190,164]],[[63490,69064],[-164,28]],[[63326,69092],[-187,48],[-204,-553]],[[62935,68587],[-516,46],[-784,1158],[-413,403],[-335,156]],[[60887,70350],[-112,701]],[[60775,71051],[615,600],[105,696],[-26,421],[152,142],[142,359]],[[61763,73269],[119,90],[324,-75],[97,-146],[133,97]],[[59922,70666],[-49,-182]],[[59873,70484],[-100,80],[-58,-383],[69,-65],[-71,-79],[-12,-152],[131,78]],[[59832,69963],[7,-224],[-139,-920]],[[59579,70030],[74,270],[56,434]],[[59757,70886],[93,-1],[25,101],[75,7]],[[59950,70993],[4,-236],[-38,-87],[6,-4]],[[53835,78613],[-31,-283],[67,-246]],[[53897,76455],[309,-464],[217,3]],[[55081,74756],[-154,268],[-242,95]],[[54084,75213],[-179,104],[-120,232]],[[59922,70666],[309,-228],[544,613]],[[60887,70350],[-53,-87],[-556,-289],[277,-575],[-92,-98],[-46,-193],[-212,-80],[-66,-207],[-120,-177],[-310,91]],[[59832,69963],[41,169],[0,352]],[[69711,76170],[-159,-107],[-367,-401],[-121,-412],[-104,-4],[-76,273],[-353,18],[-57,472],[-135,4],[21,578],[-333,421],[-476,-45],[-326,-84],[-265,519],[-227,218],[-431,412],[-52,50],[-715,-340],[11,-2124]],[[65546,75618],[-142,-28],[-195,452],[-188,161],[-315,-120],[-123,-191]],[[63639,78550],[-142,93],[29,296],[-177,385],[-207,-16],[-235,391],[160,436],[-81,118],[222,632],[285,-334],[35,421],[573,626],[434,15],[612,-399],[329,-233],[295,243],[440,12],[356,-298],[80,170],[391,-24],[69,272],[-450,396],[267,281],[-52,157],[266,150],[-200,394],[127,197],[1039,200],[136,142],[695,213],[250,239],[499,-124],[88,-597],[290,140],[356,-197],[-23,-314],[267,33],[696,543],[-102,-180],[355,-445],[620,-1463],[148,302],[383,-332],[399,148],[154,-104],[133,-332],[194,-112],[119,-244],[358,77],[147,-353]],[[72294,76218],[-171,84],[-140,207],[-412,61],[-461,15],[-100,-63],[-396,242],[-158,-119],[-43,-340],[-457,198],[-183,-81],[-62,-252]],[[60889,49136],[-399,576],[-19,334],[-1007,1173],[-47,63]],[[59417,51282],[-3,611],[80,233],[137,381],[101,420],[-123,661],[-32,289],[-132,400]],[[59445,54277],[171,344],[188,379]],[[61626,54086],[-243,-653],[3,-2098],[165,-475]],[[70465,74537],[-526,-87],[-343,187],[-301,-45],[26,332],[303,-96],[101,177]],[[69725,75005],[212,-56],[355,414],[-329,304],[-198,-144],[-205,217],[234,373],[-83,57]],[[78495,58847],[-66,696],[178,479],[359,110],[261,-83]],[[79227,60049],[229,-226],[126,397],[246,-212]],[[79828,60008],[64,-384],[-34,-690],[-467,-443],[122,-349],[-292,-42],[-240,-232]],[[85134,71634],[-31,313],[51,432],[-122,600]],[[85048,73569],[17,52],[124,-21],[108,260],[197,28],[118,38],[40,139]],[[55575,76355],[52,129]],[[55627,76484],[66,42],[38,191],[50,32],[40,-81],[52,-36],[36,-92],[46,-27],[54,-107],[39,3],[-31,-140],[-33,-68],[9,-43]],[[55993,76158],[-62,-23],[-164,-89],[-13,-118],[-35,5]],[[63448,68272],[-196,-15],[-69,274],[-248,56]],[[79227,60049],[90,260],[12,487],[-224,502],[-18,568],[-211,468],[-210,40],[-56,-201],[-163,-17],[-83,102],[-293,-344],[-6,517],[68,606],[-188,27],[-16,346],[-120,178]],[[77809,63588],[59,212],[237,374]],[[78380,64766],[162,-454],[125,-524],[342,-4],[108,-502],[-178,-151],[-80,-207],[333,-345],[231,-680],[175,-508],[210,-400],[70,-407],[-50,-576]],[[59999,71781],[125,-30],[45,-226],[-151,-217],[-68,-315]],[[46822,55737],[66,184],[15,168],[126,313],[129,268]],[[54125,64996],[-197,-214],[-156,316],[-439,248]],[[52633,69283],[136,133],[24,244],[-30,238],[191,222],[86,185],[135,165],[16,442]],[[55437,69409],[133,264],[-65,442]],[[56944,64499],[0,-1150],[-320,-2],[-3,-242]],[[56621,63105],[-1108,1103],[-1108,1103],[-280,-315]],[[58049,35154],[96,-173],[-85,-281],[-47,-187],[-155,-90],[-51,-184],[-99,-58],[-209,443],[148,365],[151,225],[130,118],[121,-178]],[[56314,83116],[-23,147],[30,157],[-123,92],[-291,100]],[[55907,83612],[-59,485]],[[55848,84097],[318,176],[466,-37],[273,57],[39,-120],[148,-37],[267,-279]],[[56523,82877],[-67,177],[-142,62]],[[56700,84669],[53,442]],[[57579,84928],[134,-133],[24,-279],[89,-340]],[[47592,67756],[-42,0],[7,-308],[-172,-19],[-90,-131],[-126,0],[-100,75],[-234,-62],[-91,-449],[-86,-42],[-131,-726],[-386,-621],[-92,-796],[-114,-258],[-33,-208],[-625,-46],[-5,1]],[[46350,67747],[5,8],[139,221]],[[46753,68040],[218,393],[140,154]],[[57394,79599],[66,85],[185,57],[204,-180],[115,-21],[125,-155],[-20,-195],[101,-95],[40,-240],[97,-147],[-19,-86],[52,-58],[-74,-43],[-164,17],[-27,80],[-58,-46],[20,-103],[-76,-184],[-49,-197],[-70,-63]],[[57842,78025],[-50,263],[30,246],[-9,253],[-160,342],[-89,243],[-86,171],[-84,56]],[[23016,66727],[-107,-505]],[[19117,67920],[-162,303],[-130,281]],[[19608,65285],[-6,-104],[-117,-211]],[[19362,65323],[-181,328],[-201,278]],[[18482,67245],[-37,-75],[-70,151]],[[17464,70566],[316,44],[353,63],[-26,-113],[419,-280],[634,-406],[552,5],[221,0],[0,237],[481,0],[102,-204],[142,-182],[165,-253],[92,-301],[69,-317],[144,-174],[230,-172],[175,455],[227,11],[196,-230],[139,-394],[96,-338],[164,-328],[61,-403],[78,-271],[217,-178],[197,-127],[108,17]],[[55993,76158],[95,33],[128,10]],[[46619,60247],[93,105],[47,339],[88,13],[194,-160],[157,114],[107,-38],[42,128],[1114,8],[62,404],[-48,71],[-134,2485],[-134,2485],[425,11]],[[51185,62860],[1,-1326],[-152,-384],[-24,-355],[-247,-92],[-379,-49],[-102,-205],[-178,-22]],[[46801,58995],[13,179],[-24,223],[-104,162],[-54,330],[-13,358]],[[76989,61578],[-183,-289],[-315,-410]],[[77809,63588],[-159,-134],[-162,-249],[-196,-26],[-127,-623],[-117,-104],[134,-506],[177,-420],[113,-380],[-101,-501],[-96,-106],[66,-289],[185,-458],[32,-321],[-4,-268],[108,-525],[-152,-537],[-135,-591]],[[55380,75946],[-58,44]],[[55338,76894],[74,-99],[40,-80],[91,-62],[106,-119],[-22,-50]],[[74375,80219],[292,99],[530,496],[423,271],[242,-176],[289,-9],[186,-269],[277,-21],[402,-144],[270,401],[-113,339],[288,596],[311,-238],[252,-67],[327,-148],[53,-432],[394,-242],[263,107],[351,75],[279,-76],[272,-276],[168,-295],[258,6],[350,-94],[255,143],[366,96],[407,405],[166,-62],[146,-193],[331,48]],[[59599,45195],[209,47],[334,-163],[73,73],[193,15],[99,173],[167,-10],[303,224],[221,334]],[[59119,36429],[-211,5]],[[58908,36434],[-24,254],[-41,259]],[[58843,36947],[-23,206],[49,642],[-72,410],[-133,810]],[[58664,39015],[292,654],[74,415],[42,52],[31,339],[-45,171],[12,430],[54,400],[0,728],[-145,185],[-132,42],[-60,143],[-128,121],[-232,-11],[-18,215]],[[58409,42899],[-26,410],[843,474]],[[59226,43783],[159,-276],[77,53],[110,-146],[16,-231],[-59,-268],[21,-405],[181,-356],[85,399],[120,122],[-24,740],[-116,417],[-100,185],[-97,-8],[-77,748],[77,438]],[[46619,60247],[-184,395],[-168,424],[-184,153],[-133,169],[-155,-6],[-135,-126],[-138,50],[-96,-185]],[[45402,61432],[78,283],[34,543]],[[45260,63923],[60,192],[1088,-4],[-53,832],[68,296],[261,51],[-9,1474],[911,-30],[1,872]],[[59226,43783],[-147,149],[85,535],[87,201],[-53,477],[56,467],[47,156],[-71,489],[-131,257]],[[59099,46514],[273,-108],[55,-159],[95,-269],[77,-783]],[[77801,55552],[48,103],[227,-252],[22,-296],[183,69],[91,236]],[[56448,41738],[228,131],[180,-33],[109,-130],[2,-48]],[[55526,37566],[0,-2127],[-248,-294],[-149,-42],[-175,108],[-125,42],[-47,247],[-109,157],[-133,-284]],[[54125,64996],[68,-895],[104,-150],[4,-183],[116,-198],[-60,-248],[-107,-1168],[-15,-749],[-354,-543],[-120,-759],[115,-213],[0,-371],[178,-13],[-28,-271]],[[53939,59018],[-52,-12],[-188,630],[-65,23],[-217,-322],[-215,168],[-150,34],[-80,-81],[-163,17],[-164,-245],[-141,-14],[-337,298],[-131,-142],[-142,10],[-104,218],[-279,214],[-298,-68],[-72,-124],[-39,-331],[-80,-233],[-19,-514]],[[58639,91887],[-473,-231],[-224,-54]],[[55734,91626],[-172,-23],[-41,-379],[-523,92],[-74,-321],[-267,2],[-183,-409],[-278,-639],[-431,-810],[101,-197],[-97,-228],[-275,10],[-180,-540],[17,-765],[177,-292],[-92,-677],[-231,-395],[-122,-332]],[[52328,85411],[-371,-135],[-384,293]],[[65634,62124],[-173,4],[-109,-145]],[[64752,61418],[-91,403],[-217,950]],[[64444,62771],[833,576],[185,1152],[-127,408]],[[65945,65581],[203,-76],[165,-105]],[[28366,55989],[-93,166],[-59,311]],[[27661,56017],[-130,-29],[-48,344],[-36,-98]],[[27801,57192],[95,172],[153,-33]],[[28408,56982],[105,-159]],[[54111,82956],[434,266],[350,195]],[[55461,83172],[342,-65],[511,9]],[[56535,81532],[139,-502],[-29,-162],[-138,-67],[-252,-479],[71,-259],[-60,34]],[[56266,80097],[-264,221],[-200,-81],[-131,59],[-165,-123],[-140,204],[-114,-78],[-16,34]],[[86288,76244],[39,-101]],[[84641,73775],[76,254],[66,67]],[[84783,74096],[-25,105],[71,311]],[[47420,73919],[-67,218],[22,377]],[[64274,66012],[-77,-41],[-84,114]],[[56308,79404],[120,123],[172,-64],[178,-2],[129,-141],[95,89],[205,55],[69,135],[118,0]],[[57842,78025],[124,-106],[131,93],[126,-99]],[[58229,77764],[-135,-124],[-84,54]],[[56293,77303],[-51,101],[65,97],[-69,72],[-87,-129],[-162,167],[-22,237],[-169,136],[-31,183],[-151,226]],[[55524,83426],[383,186]],[[0,92620],[99999,0]],[[97313,86314],[-397,399],[-724,-453],[-126,214]],[[93543,84865],[14,269],[432,129]],[[95686,87851],[-337,-49],[-167,-474]],[[90412,86000],[-914,-171],[-899,-1124]],[[87534,83347],[438,-73],[136,-360]],[[63219,76972],[-27,-388],[303,-678]],[[60620,78459],[-156,227],[410,236],[-8,125]],[[60617,78955],[9,255],[143,161],[269,42],[44,192],[-62,318],[113,302],[-3,169],[-410,187],[-162,-6],[-172,270],[-213,-92],[-352,203],[6,113],[-99,250],[-222,28],[-23,178],[70,117],[-178,326],[-288,-56],[-84,29],[-70,-131],[-104,24]],[[59670,89780],[18,-267],[18,-589]],[[60317,88878],[-168,248],[177,218]],[[60998,88986],[233,140],[-186,422]],[[62654,90740],[1,-321],[219,-197]],[[63371,90714],[580,274],[970,495]],[[69038,93255],[183,523],[206,114]],[[69427,93892],[736,-152],[57,-320]],[[70220,93420],[-263,-468],[173,-183]],[[72363,94242],[483,116],[669,-25]],[[73891,94709],[321,378],[319,16]],[[75805,95466],[93,157],[729,54]],[[81143,94322],[251,109],[141,-369]],[[88852,92998],[-201,534],[367,250]],[[98811,92070],[799,-275],[-99610,-251]],[[0,89250],[0,-3]],[[58449,51176],[110,-325],[-16,-339],[-80,-73]],[[58216,51057],[67,-59],[166,178]],[[61883,61244],[-37,246],[-83,173]],[[59899,67595],[-141,395],[-139,-2]],[[63694,67644],[47,-203],[190,-242]],[[64444,62771],[-801,-221],[-259,-259],[-199,-604],[-130,-96],[-70,191],[-106,-28],[-269,57],[-50,58],[-321,-13],[-75,-52],[-114,149],[-74,-283],[28,-243],[-121,-183]],[[59434,57280],[-39,11],[5,287],[-33,197],[-143,228],[-34,415],[34,425],[-129,40],[-19,-129],[-167,-29],[67,-169],[23,-346],[-152,-316],[-138,-415],[-144,-59],[-233,336],[-105,-119],[-29,-168],[-143,-109],[-9,-118],[-277,0],[-38,118],[-200,20],[-100,-99],[-77,50],[-143,336],[-48,158],[-200,-79],[-76,-267],[-72,-514],[-95,-109],[-85,-63]],[[56635,56793],[-23,27]],[[56351,58246],[3,140],[-102,169],[-3,335],[-58,222],[-98,-33],[28,211],[72,240],[-32,239],[92,176],[-58,135],[73,355],[127,425],[240,-41],[-14,2286]],[[59433,57348],[1,-68]],[[59434,57280],[3,-449]],[[59445,54277],[-171,-265],[-195,1],[-224,-135],[-176,129],[-115,-157]],[[56824,56568],[-189,225]],[[63438,58380],[158,20]],[[63596,58400],[-2,-9],[-1,-237],[0,-581],[0,-301],[-125,-353],[-194,-481]],[[62934,53474],[-278,-467],[-415,-571]],[[63596,58400],[89,12]],[[34889,54255],[109,-341],[-49,-248],[-24,-263],[-71,-242]],[[56266,80097],[-77,-150],[-55,-232]],[[58908,36434],[-56,-256],[-163,-62],[-166,312],[-2,199],[76,216],[26,168],[80,41],[140,-105]],[[60041,72458],[74,126],[75,127],[15,321],[91,-112],[306,160],[147,-108],[229,1],[320,217],[149,-10],[316,89]],[[50518,55366],[-224,-122]],[[68841,73220],[156,583],[-60,429],[-204,137],[72,254],[232,-27],[132,318],[89,370],[371,134],[-58,-267],[40,-161],[114,15]],[[65546,75618],[313,8],[-45,290],[237,199],[234,334],[374,-304],[30,-460],[106,-118],[301,27],[93,-105],[137,-593],[317,-398],[181,-271],[291,-282],[369,-247],[-7,-352]],[[52339,73106],[302,232],[195,-69]],[[57310,73833],[135,447],[-176,276]],[[57269,74556],[308,550],[428,23],[117,438]],[[58651,75491],[334,373],[324,163]],[[60889,49136],[-128,-710],[16,-326]],[[59099,46514],[-157,172],[-177,97],[-111,97],[-116,146]],[[58449,51176],[98,69],[304,-7],[566,44]],[[60092,77809],[-304,-100],[-377,-333]],[[33939,31983],[-169,319]],[[30523,76986],[-147,-342],[-47,-129]],[[29077,74266],[69,-103],[5,-217]],[[28797,73761],[-183,90],[191,-185]],[[27408,66595],[-105,132],[-148,496]],[[27026,67663],[-42,225],[57,383]],[[27041,68271],[-77,316],[-217,482]],[[25227,69288],[-114,-90],[50,-153]],[[24957,68598],[-202,17],[-207,305]],[[16564,71667],[-71,93],[-33,316]],[[15496,76016],[-89,441],[109,543]],[[15516,77000],[34,523],[33,522]],[[15533,78818],[-88,492],[-80,268]],[[15948,78951],[69,152],[-45,472]],[[13587,83606],[-245,183],[-78,503]],[[8164,86018],[-308,-122],[-39,339]],[[4226,83160],[-43,96],[304,270]],[[3654,89313],[-351,334],[390,241]],[[3832,91498],[493,19],[350,262]],[[31057,57908],[249,-6],[297,60]],[[33102,57232],[45,-462],[144,13],[109,-135]],[[62539,59289],[-43,-146],[-137,12],[-89,-78]],[[57838,32957],[-210,-262],[-290,-224]],[[56553,32368],[-168,-71],[-115,31]],[[55331,31983],[-94,10],[-120,258]],[[58175,39107],[113,-6],[134,-97],[94,69],[148,-58]],[[58409,42899],[-210,-79],[-159,-230],[-33,-199],[-100,-46],[-241,-473],[-154,-373],[-94,-13],[-90,66],[-311,63]]],"transform":{"scale":[0.0036000360003600037,0.001736468664686647],"translate":[-180,-90]}} + }; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/ChoroplethContinents.js',["d3", "topojson", "./Choropleth", "./countries"], factory); + } else { + root.map_ChoroplethContinents = factory(root.d3, root.topojson, root.map_Choropleth, root.map_countries); + } +}(this, function (d3, topojson, Choropleth, Countries) { + function ChoroplethContinents() { + Choropleth.call(this); + + this._choroTopology = Countries.topology; + this._choroTopologyObjects = Countries.topology.objects.land; + } + ChoroplethContinents.prototype = Object.create(Choropleth.prototype); + ChoroplethContinents.prototype.constructor = ChoroplethContinents; + ChoroplethContinents.prototype._class += " map_ChoroplethContinents"; + + return ChoroplethContinents; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/us-counties.js',[], factory); + } else { + root.map_usCounties = factory(); + } +}(this, function () { + return { + stateNames: { + "1": { + "name": "Alabama", + "code": "AL" + }, + "2": { + "name": "Alaska", + "code": "AK" + }, + "4": { + "name": "Arizona", + "code": "AZ" + }, + "5": { + "name": "Arkansas", + "code": "AR" + }, + "6": { + "name": "California", + "code": "CA" + }, + "8": { + "name": "Colorado", + "code": "CO" + }, + "9": { + "name": "Connecticut", + "code": "CT" + }, + "10": { + "name": "Delaware", + "code": "DE" + }, + "11": { + "name": "District of Columbia", + "code": "DC" + }, + "12": { + "name": "Florida", + "code": "FL" + }, + "13": { + "name": "Georgia", + "code": "GA" + }, + "15": { + "name": "Hawaii", + "code": "HI" + }, + "16": { + "name": "Idaho", + "code": "ID" + }, + "17": { + "name": "Illinois", + "code": "IL" + }, + "18": { + "name": "Indiana", + "code": "IN" + }, + "19": { + "name": "Iowa", + "code": "IA" + }, + "20": { + "name": "Kansas", + "code": "KS" + }, + "21": { + "name": "Kentucky", + "code": "KY" + }, + "22": { + "name": "Louisiana", + "code": "LA" + }, + "23": { + "name": "Maine", + "code": "ME" + }, + "24": { + "name": "Maryland", + "code": "MD" + }, + "25": { + "name": "Massachusetts", + "code": "MA" + }, + "26": { + "name": "Michigan", + "code": "MI" + }, + "27": { + "name": "Minnesota", + "code": "MN" + }, + "28": { + "name": "Mississippi", + "code": "MS" + }, + "29": { + "name": "Missouri", + "code": "MO" + }, + "30": { + "name": "Montana", + "code": "MT" + }, + "31": { + "name": "Nebraska", + "code": "NE" + }, + "32": { + "name": "Nevada", + "code": "NV" + }, + "33": { + "name": "New Hampshire", + "code": "NH" + }, + "34": { + "name": "New Jersey", + "code": "NJ" + }, + "35": { + "name": "New Mexico", + "code": "NM" + }, + "36": { + "name": "New York", + "code": "NY" + }, + "37": { + "name": "North Carolina", + "code": "NC" + }, + "38": { + "name": "North Dakota", + "code": "ND" + }, + "39": { + "name": "Ohio", + "code": "OH" + }, + "40": { + "name": "Oklahoma", + "code": "OK" + }, + "41": { + "name": "Oregon", + "code": "OR" + }, + "42": { + "name": "Pennsylvania", + "code": "PA" + }, + "44": { + "name": "Rhode Island", + "code": "RI" + }, + "45": { + "name": "South Carolina", + "code": "SC" + }, + "46": { + "name": "South Dakota", + "code": "SD" + }, + "47": { + "name": "Tennessee", + "code": "TN" + }, + "48": { + "name": "Texas", + "code": "TX" + }, + "49": { + "name": "Utah", + "code": "UT" + }, + "50": { + "name": "Vermont", + "code": "VT" + }, + "51": { + "name": "Virginia", + "code": "VA" + }, + "53": { + "name": "Washington", + "code": "WA" + }, + "54": { + "name": "West Virginia", + "code": "WV" + }, + "55": { + "name": "Wisconsin", + "code": "WI" + }, + "56": { + "name": "Wyoming", + "code": "WY" + }, + "60": { + "name": "American Samoa", + "code": "AS" + }, + "66": { + "name": "Guam", + "code": "GU" + }, + "69": { + "name": "Northern Mariana Islands", + "code": "MP" + }, + "72": { + "name": "Puerto Rico", + "code": "PR" + }, + "78": { + "name": "Virgin Islands", + "code": "VI" + } + }, + countyNames: { + "1001": "AUTAUGA", + "1003": "BALDWIN", + "1005": "BARBOUR", + "1007": "BIBB", + "1009": "BLOUNT", + "1011": "BULLOCK", + "1013": "BUTLER", + "1015": "CALHOUN", + "1017": "CHAMBERS", + "1019": "CHEROKEE", + "1021": "CHILTON", + "1023": "CHOCTAW", + "1025": "CLARKE", + "1027": "CLAY", + "1029": "CLEBURNE", + "1031": "COFFEE", + "1033": "COLBERT", + "1035": "CONECUH", + "1037": "COOSA", + "1039": "COVINGTON", + "1041": "CRENSHAW", + "1043": "CULLMAN", + "1045": "DALE", + "1047": "DALLAS", + "1049": "DEKALB", + "1051": "ELMORE", + "1053": "ESCAMBIA", + "1055": "ETOWAH", + "1057": "FAYETTE", + "1059": "FRANKLIN", + "1061": "GENEVA", + "1063": "GREENE", + "1065": "HALE", + "1067": "HENRY", + "1069": "HOUSTON", + "1071": "JACKSON", + "1073": "JEFFERSON", + "1075": "LAMAR", + "1077": "LAUDERDALE", + "1079": "LAWRENCE", + "1081": "LEE", + "1083": "LIMESTONE", + "1085": "LOWNDES", + "1087": "MACON", + "1089": "MADISON", + "1091": "MARENGO", + "1093": "MARION", + "1095": "MARSHALL", + "1097": "MOBILE", + "1099": "MONROE", + "1101": "MONTGOMERY", + "1103": "MORGAN", + "1105": "PERRY", + "1107": "PICKENS", + "1109": "PIKE", + "1111": "RANDOLPH", + "1113": "RUSSELL", + "1115": "ST. CLAIR", + "1117": "SHELBY", + "1119": "SUMTER", + "1121": "TALLADEGA", + "1123": "TALLAPOOSA", + "1125": "TUSCALOOSA", + "1127": "WALKER", + "1129": "WASHINGTON", + "1131": "WILCOX", + "1133": "WINSTON", + "2013": "ALEUTIANS EAST", + "2016": "ALEUTIANS WEST", + "2020": "ANCHORAGE", + "2050": "BETHEL", + "2060": "BRISTOL BAY", + "2068": "DENALI", + "2070": "DILLINGHAM", + "2090": "FAIRBANKS", + "2100": "HAINES", + "2110": "JUNEAU", + "2122": "KENAI", + "2130": "KETCHIKAN GATEWAY", + "2150": "KODIAK ISLAND", + "2164": "LAKE AND PENINSULA", + "2170": "MATANUSKA-SUSITNA BOROUGH", + "2180": "NOME", + "2185": "NORTH SLOPE", + "2188": "NORTHWEST ARCTIC", + "2201": "PRINCE OF WALES-OUTER KETCHIKAN", + "2220": "SITKA", + "2232": "SKAGWAY-HOONAH-ANGOON", + "2240": "SOUTHEAST FAIRBANKS", + "2261": "VALDEZ-CORDOVA", + "2270": "WADE HAMPTON", + "2280": "WRANGELL-PETERSBURG", + "2282": "YAKUTAT", + "2290": "YUKON-KOYUKUK", + "4001": "APACHE", + "4003": "COCHISE", + "4005": "COCONINO", + "4007": "GILA", + "4009": "GRAHAM", + "4011": "GREENLEE", + "4012": "LA PAZ", + "4013": "MARICOPA", + "4015": "MOHAVE", + "4017": "NAVAJO", + "4019": "PIMA", + "4021": "PINAL", + "4023": "SANTA CRUZ", + "4025": "YAVAPAI", + "4027": "YUMA", + "5001": "ARKANSAS", + "5003": "ASHLEY", + "5005": "BAXTER", + "5007": "BENTON", + "5009": "BOONE", + "5011": "BRADLEY", + "5013": "CALHOUN", + "5015": "CARROLL", + "5017": "CHICOT", + "5019": "CLARK", + "5021": "CLAY", + "5023": "CLEBURNE", + "5025": "CLEVELAND", + "5027": "COLUMBIA", + "5029": "CONWAY", + "5031": "CRAIGHEAD", + "5033": "CRAWFORD", + "5035": "CRITTENDEN", + "5037": "CROSS", + "5039": "DALLAS", + "5041": "DESHA", + "5043": "DREW", + "5045": "FAULKNER", + "5047": "FRANKLIN", + "5049": "FULTON", + "5051": "GARLAND", + "5053": "GRANT", + "5055": "GREENE", + "5057": "HEMPSTEAD", + "5059": "HOT SPRING", + "5061": "HOWARD", + "5063": "INDEPENDENCE", + "5065": "IZARD", + "5067": "JACKSON", + "5069": "JEFFERSON", + "5071": "JOHNSON", + "5073": "LAFAYETTE", + "5075": "LAWRENCE", + "5077": "LEE", + "5079": "LINCOLN", + "5081": "LITTLE RIVER", + "5083": "LOGAN", + "5085": "LONOKE", + "5087": "MADISON", + "5089": "MARION", + "5091": "MILLER", + "5093": "MISSISSIPPI", + "5095": "MONROE", + "5097": "MONTGOMERY", + "5099": "NEVADA", + "5101": "NEWTON", + "5103": "OUACHITA", + "5105": "PERRY", + "5107": "PHILLIPS", + "5109": "PIKE", + "5111": "POINSETT", + "5113": "POLK", + "5115": "POPE", + "5117": "PRAIRIE", + "5119": "PULASKI", + "5121": "RANDOLPH", + "5123": "ST. FRANCIS", + "5125": "SALINE", + "5127": "SCOTT", + "5129": "SEARCY", + "5131": "SEBASTIAN", + "5133": "SEVIER", + "5135": "SHARP", + "5137": "STONE", + "5139": "UNION", + "5141": "VAN BUREN", + "5143": "WASHINGTON", + "5145": "WHITE", + "5147": "WOODRUFF", + "5149": "YELL", + "6001": "ALAMEDA", + "6003": "ALPINE", + "6005": "AMADOR", + "6007": "BUTTE", + "6009": "CALAVERAS", + "6011": "COLUSA", + "6013": "CONTRA COSTA", + "6015": "DEL NORTE", + "6017": "EL DORADO", + "6019": "FRESNO", + "6021": "GLENN", + "6023": "HUMBOLDT", + "6025": "IMPERIAL", + "6027": "INYO", + "6029": "KERN", + "6031": "KINGS", + "6033": "LAKE", + "6035": "LASSEN", + "6037": "LOS ANGELES", + "6039": "MADERA", + "6041": "MARIN", + "6043": "MARIPOSA", + "6045": "MENDOCINO", + "6047": "MERCED", + "6049": "MODOC", + "6051": "MONO", + "6053": "MONTEREY", + "6055": "NAPA", + "6057": "NEVADA", + "6059": "ORANGE", + "6061": "PLACER", + "6063": "PLUMAS", + "6065": "RIVERSIDE", + "6067": "SACRAMENTO", + "6069": "SAN BENITO", + "6071": "SAN BERNARDINO", + "6073": "SAN DIEGO", + "6075": "SAN FRANCISCO", + "6077": "SAN JOAQUIN", + "6079": "SAN LUIS OBISPO", + "6081": "SAN MATEO", + "6083": "SANTA BARBARA", + "6085": "SANTA CLARA", + "6087": "SANTA CRUZ", + "6089": "SHASTA", + "6091": "SIERRA", + "6093": "SISKIYOU", + "6095": "SOLANO", + "6097": "SONOMA", + "6099": "STANISLAUS", + "6101": "SUTTER", + "6103": "TEHAMA", + "6105": "TRINITY", + "6107": "TULARE", + "6109": "TUOLUMNE", + "6111": "VENTURA", + "6113": "YOLO", + "6115": "YUBA", + "8001": "ADAMS", + "8003": "ALAMOSA", + "8005": "ARAPAHOE", + "8007": "ARCHULETA", + "8009": "BACA", + "8011": "BENT", + "8013": "BOULDER", + "8014": "BROOMFIELD", + "8015": "CHAFFEE", + "8017": "CHEYENNE", + "8019": "CLEAR CREEK", + "8021": "CONEJOS", + "8023": "COSTILLA", + "8025": "CROWLEY", + "8027": "CUSTER", + "8029": "DELTA", + "8031": "DENVER", + "8033": "DOLORES", + "8035": "DOUGLAS", + "8037": "EAGLE", + "8039": "ELBERT", + "8041": "EL PASO", + "8043": "FREMONT", + "8045": "GARFIELD", + "8047": "GILPIN", + "8049": "GRAND", + "8051": "GUNNISON", + "8053": "HINSDALE", + "8055": "HUERFANO", + "8057": "JACKSON", + "8059": "JEFFERSON", + "8061": "KIOWA", + "8063": "KIT CARSON", + "8065": "LAKE", + "8067": "LA PLATA", + "8069": "LARIMER", + "8071": "LAS ANIMAS", + "8073": "LINCOLN", + "8075": "LOGAN", + "8077": "MESA", + "8079": "MINERAL", + "8081": "MOFFAT", + "8083": "MONTEZUMA", + "8085": "MONTROSE", + "8087": "MORGAN", + "8089": "OTERO", + "8091": "OURAY", + "8093": "PARK", + "8095": "PHILLIPS", + "8097": "PITKIN", + "8099": "PROWERS", + "8101": "PUEBLO", + "8103": "RIO BLANCO", + "8105": "RIO GRANDE", + "8107": "ROUTT", + "8109": "SAGUACHE", + "8111": "SAN JUAN", + "8113": "SAN MIGUEL", + "8115": "SEDGWICK", + "8117": "SUMMIT", + "8119": "TELLER", + "8121": "WASHINGTON", + "8123": "WELD", + "8125": "YUMA", + "9001": "FAIRFIELD", + "9003": "HARTFORD", + "9005": "LITCHFIELD", + "9007": "MIDDLESEX", + "9009": "NEW HAVEN", + "9011": "NEW LONDON", + "9013": "TOLLAND", + "9015": "WINDHAM", + "10001": "KENT", + "10003": "NEW CASTLE", + "10005": "SUSSEX", + "11001": "DISTRICT OF COLUMBIA", + "12001": "ALACHUA", + "12003": "BAKER", + "12005": "BAY", + "12007": "BRADFORD", + "12009": "BREVARD", + "12011": "BROWARD", + "12013": "CALHOUN", + "12015": "CHARLOTTE", + "12017": "CITRUS", + "12019": "CLAY", + "12021": "COLLIER", + "12023": "COLUMBIA", + "12025": "DADE", + "12027": "DESOTO", + "12029": "DIXIE", + "12031": "DUVAL", + "12033": "ESCAMBIA", + "12035": "FLAGLER", + "12037": "FRANKLIN", + "12039": "GADSDEN", + "12041": "GILCHRIST", + "12043": "GLADES", + "12045": "GULF", + "12047": "HAMILTON", + "12049": "HARDEE", + "12051": "HENDRY", + "12053": "HERNANDO", + "12055": "HIGHLANDS", + "12057": "HILLSBOROUGH", + "12059": "HOLMES", + "12061": "INDIAN RIVER", + "12063": "JACKSON", + "12065": "JEFFERSON", + "12067": "LAFAYETTE", + "12069": "LAKE", + "12071": "LEE", + "12073": "LEON", + "12075": "LEVY", + "12077": "LIBERTY", + "12079": "MADISON", + "12081": "MANATEE", + "12083": "MARION", + "12085": "MARTIN", + "12086": "MIAMI-DADE", + "12087": "MONROE", + "12089": "NASSAU", + "12091": "OKALOOSA", + "12093": "OKEECHOBEE", + "12095": "ORANGE", + "12097": "OSCEOLA", + "12099": "PALM BEACH", + "12101": "PASCO", + "12103": "PINELLAS", + "12105": "POLK", + "12107": "PUTNAM", + "12109": "ST. JOHNS", + "12111": "ST. LUCIE", + "12113": "SANTA ROSA", + "12115": "SARASOTA", + "12117": "SEMINOLE", + "12119": "SUMTER", + "12121": "SUWANNEE", + "12123": "TAYLOR", + "12125": "UNION", + "12127": "VOLUSIA", + "12129": "WAKULLA", + "12131": "WALTON", + "12133": "WASHINGTON", + "13001": "APPLING", + "13003": "ATKINSON", + "13005": "BACON", + "13007": "BAKER", + "13009": "BALDWIN", + "13011": "BANKS", + "13013": "BARROW", + "13015": "BARTOW", + "13017": "BEN HILL", + "13019": "BERRIEN", + "13021": "BIBB", + "13023": "BLECKLEY", + "13025": "BRANTLEY", + "13027": "BROOKS", + "13029": "BRYAN", + "13031": "BULLOCH", + "13033": "BURKE", + "13035": "BUTTS", + "13037": "CALHOUN", + "13039": "CAMDEN", + "13043": "CANDLER", + "13045": "CARROLL", + "13047": "CATOOSA", + "13049": "CHARLTON", + "13051": "CHATHAM", + "13053": "CHATTAHOOCHEE", + "13055": "CHATTOOGA", + "13057": "CHEROKEE", + "13059": "CLARKE", + "13061": "CLAY", + "13063": "CLAYTON", + "13065": "CLINCH", + "13067": "COBB", + "13069": "COFFEE", + "13071": "COLQUITT", + "13073": "COLUMBIA", + "13075": "COOK", + "13077": "COWETA", + "13079": "CRAWFORD", + "13081": "CRISP", + "13083": "DADE", + "13085": "DAWSON", + "13087": "DECATUR", + "13089": "DEKALB", + "13091": "DODGE", + "13093": "DOOLY", + "13095": "DOUGHERTY", + "13097": "DOUGLAS", + "13099": "EARLY", + "13101": "ECHOLS", + "13103": "EFFINGHAM", + "13105": "ELBERT", + "13107": "EMANUEL", + "13109": "EVANS", + "13111": "FANNIN", + "13113": "FAYETTE", + "13115": "FLOYD", + "13117": "FORSYTH", + "13119": "FRANKLIN", + "13121": "FULTON", + "13123": "GILMER", + "13125": "GLASCOCK", + "13127": "GLYNN", + "13129": "GORDON", + "13131": "GRADY", + "13133": "GREENE", + "13135": "GWINNETT", + "13137": "HABERSHAM", + "13139": "HALL", + "13141": "HANCOCK", + "13143": "HARALSON", + "13145": "HARRIS", + "13147": "HART", + "13149": "HEARD", + "13151": "HENRY", + "13153": "HOUSTON", + "13155": "IRWIN", + "13157": "JACKSON", + "13159": "JASPER", + "13161": "JEFF DAVIS", + "13163": "JEFFERSON", + "13165": "JENKINS", + "13167": "JOHNSON", + "13169": "JONES", + "13171": "LAMAR", + "13173": "LANIER", + "13175": "LAURENS", + "13177": "LEE", + "13179": "LIBERTY", + "13181": "LINCOLN", + "13183": "LONG", + "13185": "LOWNDES", + "13187": "LUMPKIN", + "13189": "MCDUFFIE", + "13191": "MCINTOSH", + "13193": "MACON", + "13195": "MADISON", + "13197": "MARION", + "13199": "MERIWETHER", + "13201": "MILLER", + "13205": "MITCHELL", + "13207": "MONROE", + "13209": "MONTGOMERY", + "13211": "MORGAN", + "13213": "MURRAY", + "13215": "MUSCOGEE", + "13217": "NEWTON", + "13219": "OCONEE", + "13221": "OGLETHORPE", + "13223": "PAULDING", + "13225": "PEACH", + "13227": "PICKENS", + "13229": "PIERCE", + "13231": "PIKE", + "13233": "POLK", + "13235": "PULASKI", + "13237": "PUTNAM", + "13239": "QUITMAN", + "13241": "RABUN", + "13243": "RANDOLPH", + "13245": "RICHMOND", + "13247": "ROCKDALE", + "13249": "SCHLEY", + "13251": "SCREVEN", + "13253": "SEMINOLE", + "13255": "SPALDING", + "13257": "STEPHENS", + "13259": "STEWART", + "13261": "SUMTER", + "13263": "TALBOT", + "13265": "TALIAFERRO", + "13267": "TATTNALL", + "13269": "TAYLOR", + "13271": "TELFAIR", + "13273": "TERRELL", + "13275": "THOMAS", + "13277": "TIFT", + "13279": "TOOMBS", + "13281": "TOWNS", + "13283": "TREUTLEN", + "13285": "TROUP", + "13287": "TURNER", + "13289": "TWIGGS", + "13291": "UNION", + "13293": "UPSON", + "13295": "WALKER", + "13297": "WALTON", + "13299": "WARE", + "13301": "WARREN", + "13303": "WASHINGTON", + "13305": "WAYNE", + "13307": "WEBSTER", + "13309": "WHEELER", + "13311": "WHITE", + "13313": "WHITFIELD", + "13315": "WILCOX", + "13317": "WILKES", + "13319": "WILKINSON", + "13321": "WORTH", + "15001": "HAWAII", + "15003": "HONOLULU", + "15005": "KALAWAO", + "15007": "KAUAI", + "15009": "MAUI", + "16001": "ADA", + "16003": "ADAMS", + "16005": "BANNOCK", + "16007": "BEAR LAKE", + "16009": "BENEWAH", + "16011": "BINGHAM", + "16013": "BLAINE", + "16015": "BOISE", + "16017": "BONNER", + "16019": "BONNEVILLE", + "16021": "BOUNDARY", + "16023": "BUTTE", + "16025": "CAMAS", + "16027": "CANYON", + "16029": "CARIBOU", + "16031": "CASSIA", + "16033": "CLARK", + "16035": "CLEARWATER", + "16037": "CUSTER", + "16039": "ELMORE", + "16041": "FRANKLIN", + "16043": "FREMONT", + "16045": "GEM", + "16047": "GOODING", + "16049": "IDAHO", + "16051": "JEFFERSON", + "16053": "JEROME", + "16055": "KOOTENAI", + "16057": "LATAH", + "16059": "LEMHI", + "16061": "LEWIS", + "16063": "LINCOLN", + "16065": "MADISON", + "16067": "MINIDOKA", + "16069": "NEZ PERCE", + "16071": "ONEIDA", + "16073": "OWYHEE", + "16075": "PAYETTE", + "16077": "POWER", + "16079": "SHOSHONE", + "16081": "TETON", + "16083": "TWIN FALLS", + "16085": "VALLEY", + "16087": "WASHINGTON", + "17001": "ADAMS", + "17003": "ALEXANDER", + "17005": "BOND", + "17007": "BOONE", + "17009": "BROWN", + "17011": "BUREAU", + "17013": "CALHOUN", + "17015": "CARROLL", + "17017": "CASS", + "17019": "CHAMPAIGN", + "17021": "CHRISTIAN", + "17023": "CLARK", + "17025": "CLAY", + "17027": "CLINTON", + "17029": "COLES", + "17031": "COOK", + "17033": "CRAWFORD", + "17035": "CUMBERLAND", + "17037": "DEKALB", + "17039": "DE WITT", + "17041": "DOUGLAS", + "17043": "DUPAGE", + "17045": "EDGAR", + "17047": "EDWARDS", + "17049": "EFFINGHAM", + "17051": "FAYETTE", + "17053": "FORD", + "17055": "FRANKLIN", + "17057": "FULTON", + "17059": "GALLATIN", + "17061": "GREENE", + "17063": "GRUNDY", + "17065": "HAMILTON", + "17067": "HANCOCK", + "17069": "HARDIN", + "17071": "HENDERSON", + "17073": "HENRY", + "17075": "IROQUOIS", + "17077": "JACKSON", + "17079": "JASPER", + "17081": "JEFFERSON", + "17083": "JERSEY", + "17085": "JO DAVIESS", + "17087": "JOHNSON", + "17089": "KANE", + "17091": "KANKAKEE", + "17093": "KENDALL", + "17095": "KNOX", + "17097": "LAKE", + "17099": "LASALLE", + "17101": "LAWRENCE", + "17103": "LEE", + "17105": "LIVINGSTON", + "17107": "LOGAN", + "17109": "MCDONOUGH", + "17111": "MCHENRY", + "17113": "MCLEAN", + "17115": "MACON", + "17117": "MACOUPIN", + "17119": "MADISON", + "17121": "MARION", + "17123": "MARSHALL", + "17125": "MASON", + "17127": "MASSAC", + "17129": "MENARD", + "17131": "MERCER", + "17133": "MONROE", + "17135": "MONTGOMERY", + "17137": "MORGAN", + "17139": "MOULTRIE", + "17141": "OGLE", + "17143": "PEORIA", + "17145": "PERRY", + "17147": "PIATT", + "17149": "PIKE", + "17151": "POPE", + "17153": "PULASKI", + "17155": "PUTNAM", + "17157": "RANDOLPH", + "17159": "RICHLAND", + "17161": "ROCK ISLAND", + "17163": "ST. CLAIR", + "17165": "SALINE", + "17167": "SANGAMON", + "17169": "SCHUYLER", + "17171": "SCOTT", + "17173": "SHELBY", + "17175": "STARK", + "17177": "STEPHENSON", + "17179": "TAZEWELL", + "17181": "UNION", + "17183": "VERMILION", + "17185": "WABASH", + "17187": "WARREN", + "17189": "WASHINGTON", + "17191": "WAYNE", + "17193": "WHITE", + "17195": "WHITESIDE", + "17197": "WILL", + "17199": "WILLIAMSON", + "17201": "WINNEBAGO", + "17203": "WOODFORD", + "18001": "ADAMS", + "18003": "ALLEN", + "18005": "BARTHOLOMEW", + "18007": "BENTON", + "18009": "BLACKFORD", + "18011": "BOONE", + "18013": "BROWN", + "18015": "CARROLL", + "18017": "CASS", + "18019": "CLARK", + "18021": "CLAY", + "18023": "CLINTON", + "18025": "CRAWFORD", + "18027": "DAVIESS", + "18029": "DEARBORN", + "18031": "DECATUR", + "18033": "DEKALB", + "18035": "DELAWARE", + "18037": "DUBOIS", + "18039": "ELKHART", + "18041": "FAYETTE", + "18043": "FLOYD", + "18045": "FOUNTAIN", + "18047": "FRANKLIN", + "18049": "FULTON", + "18051": "GIBSON", + "18053": "GRANT", + "18055": "GREENE", + "18057": "HAMILTON", + "18059": "HANCOCK", + "18061": "HARRISON", + "18063": "HENDRICKS", + "18065": "HENRY", + "18067": "HOWARD", + "18069": "HUNTINGTON", + "18071": "JACKSON", + "18073": "JASPER", + "18075": "JAY", + "18077": "JEFFERSON", + "18079": "JENNINGS", + "18081": "JOHNSON", + "18083": "KNOX", + "18085": "KOSCIUSKO", + "18087": "LAGRANGE", + "18089": "LAKE", + "18091": "LAPORTE", + "18093": "LAWRENCE", + "18095": "MADISON", + "18097": "MARION", + "18099": "MARSHALL", + "18101": "MARTIN", + "18103": "MIAMI", + "18105": "MONROE", + "18107": "MONTGOMERY", + "18109": "MORGAN", + "18111": "NEWTON", + "18113": "NOBLE", + "18115": "OHIO", + "18117": "ORANGE", + "18119": "OWEN", + "18121": "PARKE", + "18123": "PERRY", + "18125": "PIKE", + "18127": "PORTER", + "18129": "POSEY", + "18131": "PULASKI", + "18133": "PUTNAM", + "18135": "RANDOLPH", + "18137": "RIPLEY", + "18139": "RUSH", + "18141": "ST. JOSEPH", + "18143": "SCOTT", + "18145": "SHELBY", + "18147": "SPENCER", + "18149": "STARKE", + "18151": "STEUBEN", + "18153": "SULLIVAN", + "18155": "SWITZERLAND", + "18157": "TIPPECANOE", + "18159": "TIPTON", + "18161": "UNION", + "18163": "VANDERBURGH", + "18165": "VERMILLION", + "18167": "VIGO", + "18169": "WABASH", + "18171": "WARREN", + "18173": "WARRICK", + "18175": "WASHINGTON", + "18177": "WAYNE", + "18179": "WELLS", + "18181": "WHITE", + "18183": "WHITLEY", + "19001": "ADAIR", + "19003": "ADAMS", + "19005": "ALLAMAKEE", + "19007": "APPANOOSE", + "19009": "AUDUBON", + "19011": "BENTON", + "19013": "BLACK HAWK", + "19015": "BOONE", + "19017": "BREMER", + "19019": "BUCHANAN", + "19021": "BUENA VISTA", + "19023": "BUTLER", + "19025": "CALHOUN", + "19027": "CARROLL", + "19029": "CASS", + "19031": "CEDAR", + "19033": "CERRO GORDO", + "19035": "CHEROKEE", + "19037": "CHICKASAW", + "19039": "CLARKE", + "19041": "CLAY", + "19043": "CLAYTON", + "19045": "CLINTON", + "19047": "CRAWFORD", + "19049": "DALLAS", + "19051": "DAVIS", + "19053": "DECATUR", + "19055": "DELAWARE", + "19057": "DES MOINES", + "19059": "DICKINSON", + "19061": "DUBUQUE", + "19063": "EMMET", + "19065": "FAYETTE", + "19067": "FLOYD", + "19069": "FRANKLIN", + "19071": "FREMONT", + "19073": "GREENE", + "19075": "GRUNDY", + "19077": "GUTHRIE", + "19079": "HAMILTON", + "19081": "HANCOCK", + "19083": "HARDIN", + "19085": "HARRISON", + "19087": "HENRY", + "19089": "HOWARD", + "19091": "HUMBOLDT", + "19093": "IDA", + "19095": "IOWA", + "19097": "JACKSON", + "19099": "JASPER", + "19101": "JEFFERSON", + "19103": "JOHNSON", + "19105": "JONES", + "19107": "KEOKUK", + "19109": "KOSSUTH", + "19111": "LEE", + "19113": "LINN", + "19115": "LOUISA", + "19117": "LUCAS", + "19119": "LYON", + "19121": "MADISON", + "19123": "MAHASKA", + "19125": "MARION", + "19127": "MARSHALL", + "19129": "MILLS", + "19131": "MITCHELL", + "19133": "MONONA", + "19135": "MONROE", + "19137": "MONTGOMERY", + "19139": "MUSCATINE", + "19141": "O'BRIEN", + "19143": "OSCEOLA", + "19145": "PAGE", + "19147": "PALO ALTO", + "19149": "PLYMOUTH", + "19151": "POCAHONTAS", + "19153": "POLK", + "19155": "POTTAWATTAMIE", + "19157": "POWESHIEK", + "19159": "RINGGOLD", + "19161": "SAC", + "19163": "SCOTT", + "19165": "SHELBY", + "19167": "SIOUX", + "19169": "STORY", + "19171": "TAMA", + "19173": "TAYLOR", + "19175": "UNION", + "19177": "VAN BUREN", + "19179": "WAPELLO", + "19181": "WARREN", + "19183": "WASHINGTON", + "19185": "WAYNE", + "19187": "WEBSTER", + "19189": "WINNEBAGO", + "19191": "WINNESHIEK", + "19193": "WOODBURY", + "19195": "WORTH", + "19197": "WRIGHT", + "20001": "ALLEN", + "20003": "ANDERSON", + "20005": "ATCHISON", + "20007": "BARBER", + "20009": "BARTON", + "20011": "BOURBON", + "20013": "BROWN", + "20015": "BUTLER", + "20017": "CHASE", + "20019": "CHAUTAUQUA", + "20021": "CHEROKEE", + "20023": "CHEYENNE", + "20025": "CLARK", + "20027": "CLAY", + "20029": "CLOUD", + "20031": "COFFEY", + "20033": "COMANCHE", + "20035": "COWLEY", + "20037": "CRAWFORD", + "20039": "DECATUR", + "20041": "DICKINSON", + "20043": "DONIPHAN", + "20045": "DOUGLAS", + "20047": "EDWARDS", + "20049": "ELK", + "20051": "ELLIS", + "20053": "ELLSWORTH", + "20055": "FINNEY", + "20057": "FORD", + "20059": "FRANKLIN", + "20061": "GEARY", + "20063": "GOVE", + "20065": "GRAHAM", + "20067": "GRANT", + "20069": "GRAY", + "20071": "GREELEY", + "20073": "GREENWOOD", + "20075": "HAMILTON", + "20077": "HARPER", + "20079": "HARVEY", + "20081": "HASKELL", + "20083": "HODGEMAN", + "20085": "JACKSON", + "20087": "JEFFERSON", + "20089": "JEWELL", + "20091": "JOHNSON", + "20093": "KEARNY", + "20095": "KINGMAN", + "20097": "KIOWA", + "20099": "LABETTE", + "20101": "LANE", + "20103": "LEAVENWORTH", + "20105": "LINCOLN", + "20107": "LINN", + "20109": "LOGAN", + "20111": "LYON", + "20113": "MCPHERSON", + "20115": "MARION", + "20117": "MARSHALL", + "20119": "MEADE", + "20121": "MIAMI", + "20123": "MITCHELL", + "20125": "MONTGOMERY", + "20127": "MORRIS", + "20129": "MORTON", + "20131": "NEMAHA", + "20133": "NEOSHO", + "20135": "NESS", + "20137": "NORTON", + "20139": "OSAGE", + "20141": "OSBORNE", + "20143": "OTTAWA", + "20145": "PAWNEE", + "20147": "PHILLIPS", + "20149": "POTTAWATOMIE", + "20151": "PRATT", + "20153": "RAWLINS", + "20155": "RENO", + "20157": "REPUBLIC", + "20159": "RICE", + "20161": "RILEY", + "20163": "ROOKS", + "20165": "RUSH", + "20167": "RUSSELL", + "20169": "SALINE", + "20171": "SCOTT", + "20173": "SEDGWICK", + "20175": "SEWARD", + "20177": "SHAWNEE", + "20179": "SHERIDAN", + "20181": "SHERMAN", + "20183": "SMITH", + "20185": "STAFFORD", + "20187": "STANTON", + "20189": "STEVENS", + "20191": "SUMNER", + "20193": "THOMAS", + "20195": "TREGO", + "20197": "WABAUNSEE", + "20199": "WALLACE", + "20201": "WASHINGTON", + "20203": "WICHITA", + "20205": "WILSON", + "20207": "WOODSON", + "20209": "WYANDOTTE", + "21001": "ADAIR", + "21003": "ALLEN", + "21005": "ANDERSON", + "21007": "BALLARD", + "21009": "BARREN", + "21011": "BATH", + "21013": "BELL", + "21015": "BOONE", + "21017": "BOURBON", + "21019": "BOYD", + "21021": "BOYLE", + "21023": "BRACKEN", + "21025": "BREATHITT", + "21027": "BRECKINRIDGE", + "21029": "BULLITT", + "21031": "BUTLER", + "21033": "CALDWELL", + "21035": "CALLOWAY", + "21037": "CAMPBELL", + "21039": "CARLISLE", + "21041": "CARROLL", + "21043": "CARTER", + "21045": "CASEY", + "21047": "CHRISTIAN", + "21049": "CLARK", + "21051": "CLAY", + "21053": "CLINTON", + "21055": "CRITTENDEN", + "21057": "CUMBERLAND", + "21059": "DAVIESS", + "21061": "EDMONSON", + "21063": "ELLIOTT", + "21065": "ESTILL", + "21067": "FAYETTE", + "21069": "FLEMING", + "21071": "FLOYD", + "21073": "FRANKLIN", + "21075": "FULTON", + "21077": "GALLATIN", + "21079": "GARRARD", + "21081": "GRANT", + "21083": "GRAVES", + "21085": "GRAYSON", + "21087": "GREEN", + "21089": "GREENUP", + "21091": "HANCOCK", + "21093": "HARDIN", + "21095": "HARLAN", + "21097": "HARRISON", + "21099": "HART", + "21101": "HENDERSON", + "21103": "HENRY", + "21105": "HICKMAN", + "21107": "HOPKINS", + "21109": "JACKSON", + "21111": "JEFFERSON", + "21113": "JESSAMINE", + "21115": "JOHNSON", + "21117": "KENTON", + "21119": "KNOTT", + "21121": "KNOX", + "21123": "LARUE", + "21125": "LAUREL", + "21127": "LAWRENCE", + "21129": "LEE", + "21131": "LESLIE", + "21133": "LETCHER", + "21135": "LEWIS", + "21137": "LINCOLN", + "21139": "LIVINGSTON", + "21141": "LOGAN", + "21143": "LYON", + "21145": "MCCRACKEN", + "21147": "MCCREARY", + "21149": "MCLEAN", + "21151": "MADISON", + "21153": "MAGOFFIN", + "21155": "MARION", + "21157": "MARSHALL", + "21159": "MARTIN", + "21161": "MASON", + "21163": "MEADE", + "21165": "MENIFEE", + "21167": "MERCER", + "21169": "METCALFE", + "21171": "MONROE", + "21173": "MONTGOMERY", + "21175": "MORGAN", + "21177": "MUHLENBERG", + "21179": "NELSON", + "21181": "NICHOLAS", + "21183": "OHIO", + "21185": "OLDHAM", + "21187": "OWEN", + "21189": "OWSLEY", + "21191": "PENDLETON", + "21193": "PERRY", + "21195": "PIKE", + "21197": "POWELL", + "21199": "PULASKI", + "21201": "ROBERTSON", + "21203": "ROCKCASTLE", + "21205": "ROWAN", + "21207": "RUSSELL", + "21209": "SCOTT", + "21211": "SHELBY", + "21213": "SIMPSON", + "21215": "SPENCER", + "21217": "TAYLOR", + "21219": "TODD", + "21221": "TRIGG", + "21223": "TRIMBLE", + "21225": "UNION", + "21227": "WARREN", + "21229": "WASHINGTON", + "21231": "WAYNE", + "21233": "WEBSTER", + "21235": "WHITLEY", + "21237": "WOLFE", + "21239": "WOODFORD", + "22001": "ACADIA", + "22003": "ALLEN", + "22005": "ASCENSION", + "22007": "ASSUMPTION", + "22009": "AVOYELLES", + "22011": "BEAUREGARD", + "22013": "BIENVILLE", + "22015": "BOSSIER", + "22017": "CADDO", + "22019": "CALCASIEU", + "22021": "CALDWELL", + "22023": "CAMERON", + "22025": "CATAHOULA", + "22027": "CLAIBORNE", + "22029": "CONCORDIA", + "22031": "DE SOTO", + "22033": "EAST BATON ROUGE", + "22035": "EAST CARROLL", + "22037": "EAST FELICIANA", + "22039": "EVANGELINE", + "22041": "FRANKLIN", + "22043": "GRANT", + "22045": "IBERIA", + "22047": "IBERVILLE", + "22049": "JACKSON", + "22051": "JEFFERSON", + "22053": "JEFFERSON DAVIS", + "22055": "LAFAYETTE", + "22057": "LAFOURCHE", + "22059": "LA SALLE", + "22061": "LINCOLN", + "22063": "LIVINGSTON", + "22065": "MADISON", + "22067": "MOREHOUSE", + "22069": "NATCHITOCHES", + "22071": "ORLEANS", + "22073": "OUACHITA", + "22075": "PLAQUEMINES", + "22077": "POINTE COUPEE", + "22079": "RAPIDES", + "22081": "RED RIVER", + "22083": "RICHLAND", + "22085": "SABINE", + "22087": "ST. BERNARD", + "22089": "ST. CHARLES", + "22091": "ST. HELENA", + "22093": "ST. JAMES", + "22095": "ST. JOHN THE BAPTIST", + "22097": "ST. LANDRY", + "22099": "ST. MARTIN", + "22101": "ST. MARY", + "22103": "ST. TAMMANY", + "22105": "TANGIPAHOA", + "22107": "TENSAS", + "22109": "TERREBONNE", + "22111": "UNION", + "22113": "VERMILION", + "22115": "VERNON", + "22117": "WASHINGTON", + "22119": "WEBSTER", + "22121": "WEST BATON ROUGE", + "22123": "WEST CARROLL", + "22125": "WEST FELICIANA", + "22127": "WINN", + "23001": "ANDROSCOGGIN", + "23003": "AROOSTOOK", + "23005": "CUMBERLAND", + "23007": "FRANKLIN", + "23009": "HANCOCK", + "23011": "KENNEBEC", + "23013": "KNOX", + "23015": "LINCOLN", + "23017": "OXFORD", + "23019": "PENOBSCOT", + "23021": "PISCATAQUIS", + "23023": "SAGADAHOC", + "23025": "SOMERSET", + "23027": "WALDO", + "23029": "WASHINGTON", + "23031": "YORK", + "24001": "ALLEGANY", + "24003": "ANNE ARUNDEL", + "24005": "BALTIMORE", + "24009": "CALVERT", + "24011": "CAROLINE", + "24013": "CARROLL", + "24015": "CECIL", + "24017": "CHARLES", + "24019": "DORCHESTER", + "24021": "FREDERICK", + "24023": "GARRETT", + "24025": "HARFORD", + "24027": "HOWARD", + "24029": "KENT", + "24031": "MONTGOMERY", + "24033": "PRINCE GEORGES", + "24035": "QUEEN ANNES", + "24037": "ST. MARY'S", + "24039": "SOMERSET", + "24041": "TALBOT", + "24043": "WASHINGTON", + "24045": "WICOMICO", + "24047": "WORCESTER", + "24510": "BALTIMORE CITY", + "25001": "BARNSTABLE", + "25003": "BERKSHIRE", + "25005": "BRISTOL", + "25007": "DUKES", + "25009": "ESSEX", + "25011": "FRANKLIN", + "25013": "HAMPDEN", + "25015": "HAMPSHIRE", + "25017": "MIDDLESEX", + "25019": "NANTUCKET", + "25021": "NORFOLK", + "25023": "PLYMOUTH", + "25025": "SUFFOLK", + "25027": "WORCESTER", + "26001": "ALCONA", + "26003": "ALGER", + "26005": "ALLEGAN", + "26007": "ALPENA", + "26009": "ANTRIM", + "26011": "ARENAC", + "26013": "BARAGA", + "26015": "BARRY", + "26017": "BAY", + "26019": "BENZIE", + "26021": "BERRIEN", + "26023": "BRANCH", + "26025": "CALHOUN", + "26027": "CASS", + "26029": "CHARLEVOIX", + "26031": "CHEBOYGAN", + "26033": "CHIPPEWA", + "26035": "CLARE", + "26037": "CLINTON", + "26039": "CRAWFORD", + "26041": "DELTA", + "26043": "DICKINSON", + "26045": "EATON", + "26047": "EMMET", + "26049": "GENESEE", + "26051": "GLADWIN", + "26053": "GOGEBIC", + "26055": "GRAND TRAVERSE", + "26057": "GRATIOT", + "26059": "HILLSDALE", + "26061": "HOUGHTON", + "26063": "HURON", + "26065": "INGHAM", + "26067": "IONIA", + "26069": "IOSCO", + "26071": "IRON", + "26073": "ISABELLA", + "26075": "JACKSON", + "26077": "KALAMAZOO", + "26079": "KALKASKA", + "26081": "KENT", + "26083": "KEWEENAW", + "26085": "LAKE", + "26087": "LAPEER", + "26089": "LEELANAU", + "26091": "LENAWEE", + "26093": "LIVINGSTON", + "26095": "LUCE", + "26097": "MACKINAC", + "26099": "MACOMB", + "26101": "MANISTEE", + "26103": "MARQUETTE", + "26105": "MASON", + "26107": "MECOSTA", + "26109": "MENOMINEE", + "26111": "MIDLAND", + "26113": "MISSAUKEE", + "26115": "MONROE", + "26117": "MONTCALM", + "26119": "MONTMORENCY", + "26121": "MUSKEGON", + "26123": "NEWAYGO", + "26125": "OAKLAND", + "26127": "OCEANA", + "26129": "OGEMAW", + "26131": "ONTONAGON", + "26133": "OSCEOLA", + "26135": "OSCODA", + "26137": "OTSEGO", + "26139": "OTTAWA", + "26141": "PRESQUE ISLE", + "26143": "ROSCOMMON", + "26145": "SAGINAW", + "26147": "ST. CLAIR", + "26149": "ST. JOSEPH", + "26151": "SANILAC", + "26153": "SCHOOLCRAFT", + "26155": "SHIAWASSEE", + "26157": "TUSCOLA", + "26159": "VAN BUREN", + "26161": "WASHTENAW", + "26163": "WAYNE", + "26165": "WEXFORD", + "27001": "AITKIN", + "27003": "ANOKA", + "27005": "BECKER", + "27007": "BELTRAMI", + "27009": "BENTON", + "27011": "BIG STONE", + "27013": "BLUE EARTH", + "27015": "BROWN", + "27017": "CARLTON", + "27019": "CARVER", + "27021": "CASS", + "27023": "CHIPPEWA", + "27025": "CHISAGO", + "27027": "CLAY", + "27029": "CLEARWATER", + "27031": "COOK", + "27033": "COTTONWOOD", + "27035": "CROW WING", + "27037": "DAKOTA", + "27039": "DODGE", + "27041": "DOUGLAS", + "27043": "FARIBAULT", + "27045": "FILLMORE", + "27047": "FREEBORN", + "27049": "GOODHUE", + "27051": "GRANT", + "27053": "HENNEPIN", + "27055": "HOUSTON", + "27057": "HUBBARD", + "27059": "ISANTI", + "27061": "ITASCA", + "27063": "JACKSON", + "27065": "KANABEC", + "27067": "KANDIYOHI", + "27069": "KITTSON", + "27071": "KOOCHICHING", + "27073": "LAC QUI PARLE", + "27075": "LAKE", + "27077": "LAKE OF THE WOODS", + "27079": "LE SUEUR", + "27081": "LINCOLN", + "27083": "LYON", + "27085": "MCLEOD", + "27087": "MAHNOMEN", + "27089": "MARSHALL", + "27091": "MARTIN", + "27093": "MEEKER", + "27095": "MILLE LACS", + "27097": "MORRISON", + "27099": "MOWER", + "27101": "MURRAY", + "27103": "NICOLLET", + "27105": "NOBLES", + "27107": "NORMAN", + "27109": "OLMSTED", + "27111": "OTTER TAIL", + "27113": "PENNINGTON", + "27115": "PINE", + "27117": "PIPESTONE", + "27119": "POLK", + "27121": "POPE", + "27123": "RAMSEY", + "27125": "RED LAKE", + "27127": "REDWOOD", + "27129": "RENVILLE", + "27131": "RICE", + "27133": "ROCK", + "27135": "ROSEAU", + "27137": "ST. LOUIS", + "27139": "SCOTT", + "27141": "SHERBURNE", + "27143": "SIBLEY", + "27145": "STEARNS", + "27147": "STEELE", + "27149": "STEVENS", + "27151": "SWIFT", + "27153": "TODD", + "27155": "TRAVERSE", + "27157": "WABASHA", + "27159": "WADENA", + "27161": "WASECA", + "27163": "WASHINGTON", + "27165": "WATONWAN", + "27167": "WILKIN", + "27169": "WINONA", + "27171": "WRIGHT", + "27173": "YELLOW MEDICINE", + "28001": "ADAMS", + "28003": "ALCORN", + "28005": "AMITE", + "28007": "ATTALA", + "28009": "BENTON", + "28011": "BOLIVAR", + "28013": "CALHOUN", + "28015": "CARROLL", + "28017": "CHICKASAW", + "28019": "CHOCTAW", + "28021": "CLAIBORNE", + "28023": "CLARKE", + "28025": "CLAY", + "28027": "COAHOMA", + "28029": "COPIAH", + "28031": "COVINGTON", + "28033": "DESOTO", + "28035": "FORREST", + "28037": "FRANKLIN", + "28039": "GEORGE", + "28041": "GREENE", + "28043": "GRENADA", + "28045": "HANCOCK", + "28047": "HARRISON", + "28049": "HINDS", + "28051": "HOLMES", + "28053": "HUMPHREYS", + "28055": "ISSAQUENA", + "28057": "ITAWAMBA", + "28059": "JACKSON", + "28061": "JASPER", + "28063": "JEFFERSON", + "28065": "JEFFERSON DAVIS", + "28067": "JONES", + "28069": "KEMPER", + "28071": "LAFAYETTE", + "28073": "LAMAR", + "28075": "LAUDERDALE", + "28077": "LAWRENCE", + "28079": "LEAKE", + "28081": "LEE", + "28083": "LEFLORE", + "28085": "LINCOLN", + "28087": "LOWNDES", + "28089": "MADISON", + "28091": "MARION", + "28093": "MARSHALL", + "28095": "MONROE", + "28097": "MONTGOMERY", + "28099": "NESHOBA", + "28101": "NEWTON", + "28103": "NOXUBEE", + "28105": "OKTIBBEHA", + "28107": "PANOLA", + "28109": "PEARL RIVER", + "28111": "PERRY", + "28113": "PIKE", + "28115": "PONTOTOC", + "28117": "PRENTISS", + "28119": "QUITMAN", + "28121": "RANKIN", + "28123": "SCOTT", + "28125": "SHARKEY", + "28127": "SIMPSON", + "28129": "SMITH", + "28131": "STONE", + "28133": "SUNFLOWER", + "28135": "TALLAHATCHIE", + "28137": "TATE", + "28139": "TIPPAH", + "28141": "TISHOMINGO", + "28143": "TUNICA", + "28145": "UNION", + "28147": "WALTHALL", + "28149": "WARREN", + "28151": "WASHINGTON", + "28153": "WAYNE", + "28155": "WEBSTER", + "28157": "WILKINSON", + "28159": "WINSTON", + "28161": "YALOBUSHA", + "28163": "YAZOO", + "29001": "ADAIR", + "29003": "ANDREW", + "29005": "ATCHISON", + "29007": "AUDRAIN", + "29009": "BARRY", + "29011": "BARTON", + "29013": "BATES", + "29015": "BENTON", + "29017": "BOLLINGER", + "29019": "BOONE", + "29021": "BUCHANAN", + "29023": "BUTLER", + "29025": "CALDWELL", + "29027": "CALLAWAY", + "29029": "CAMDEN", + "29031": "CAPE GIRARDEAU", + "29033": "CARROLL", + "29035": "CARTER", + "29037": "CASS", + "29039": "CEDAR", + "29041": "CHARITON", + "29043": "CHRISTIAN", + "29045": "CLARK", + "29047": "CLAY", + "29049": "CLINTON", + "29051": "COLE", + "29053": "COOPER", + "29055": "CRAWFORD", + "29057": "DADE", + "29059": "DALLAS", + "29061": "DAVIESS", + "29063": "DEKALB", + "29065": "DENT", + "29067": "DOUGLAS", + "29069": "DUNKLIN", + "29071": "FRANKLIN", + "29073": "GASCONADE", + "29075": "GENTRY", + "29077": "GREENE", + "29079": "GRUNDY", + "29081": "HARRISON", + "29083": "HENRY", + "29085": "HICKORY", + "29087": "HOLT", + "29089": "HOWARD", + "29091": "HOWELL", + "29093": "IRON", + "29095": "JACKSON", + "29097": "JASPER", + "29099": "JEFFERSON", + "29101": "JOHNSON", + "29103": "KNOX", + "29105": "LACLEDE", + "29107": "LAFAYETTE", + "29109": "LAWRENCE", + "29111": "LEWIS", + "29113": "LINCOLN", + "29115": "LINN", + "29117": "LIVINGSTON", + "29119": "MCDONALD", + "29121": "MACON", + "29123": "MADISON", + "29125": "MARIES", + "29127": "MARION", + "29129": "MERCER", + "29131": "MILLER", + "29133": "MISSISSIPPI", + "29135": "MONITEAU", + "29137": "MONROE", + "29139": "MONTGOMERY", + "29141": "MORGAN", + "29143": "NEW MADRID", + "29145": "NEWTON", + "29147": "NODAWAY", + "29149": "OREGON", + "29151": "OSAGE", + "29153": "OZARK", + "29155": "PEMISCOT", + "29157": "PERRY", + "29159": "PETTIS", + "29161": "PHELPS", + "29163": "PIKE", + "29165": "PLATTE", + "29167": "POLK", + "29169": "PULASKI", + "29171": "PUTNAM", + "29173": "RALLS", + "29175": "RANDOLPH", + "29177": "RAY", + "29179": "REYNOLDS", + "29181": "RIPLEY", + "29183": "ST. CHARLES", + "29185": "ST. CLAIR", + "29186": "STE. GENEVIEVE", + "29187": "ST. FRANCOIS", + "29189": "ST. LOUIS", + "29195": "SALINE", + "29197": "SCHUYLER", + "29199": "SCOTLAND", + "29201": "SCOTT", + "29203": "SHANNON", + "29205": "SHELBY", + "29207": "STODDARD", + "29209": "STONE", + "29211": "SULLIVAN", + "29213": "TANEY", + "29215": "TEXAS", + "29217": "VERNON", + "29219": "WARREN", + "29221": "WASHINGTON", + "29223": "WAYNE", + "29225": "WEBSTER", + "29227": "WORTH", + "29229": "WRIGHT", + "29510": "SAINT LOUIS CITY", + "30001": "BEAVERHEAD", + "30003": "BIG HORN", + "30005": "BLAINE", + "30007": "BROADWATER", + "30009": "CARBON", + "30011": "CARTER", + "30013": "CASCADE", + "30015": "CHOUTEAU", + "30017": "CUSTER", + "30019": "DANIELS", + "30021": "DAWSON", + "30023": "DEER LODGE", + "30025": "FALLON", + "30027": "FERGUS", + "30029": "FLATHEAD", + "30031": "GALLATIN", + "30033": "GARFIELD", + "30035": "GLACIER", + "30037": "GOLDEN VALLEY", + "30039": "GRANITE", + "30041": "HILL", + "30043": "JEFFERSON", + "30045": "JUDITH BASIN", + "30047": "LAKE", + "30049": "LEWIS AND CLARK", + "30051": "LIBERTY", + "30053": "LINCOLN", + "30055": "MCCONE", + "30057": "MADISON", + "30059": "MEAGHER", + "30061": "MINERAL", + "30063": "MISSOULA", + "30065": "MUSSELSHELL", + "30067": "PARK", + "30069": "PETROLEUM", + "30071": "PHILLIPS", + "30073": "PONDERA", + "30075": "POWDER RIVER", + "30077": "POWELL", + "30079": "PRAIRIE", + "30081": "RAVALLI", + "30083": "RICHLAND", + "30085": "ROOSEVELT", + "30087": "ROSEBUD", + "30089": "SANDERS", + "30091": "SHERIDAN", + "30093": "SILVER BOW", + "30095": "STILLWATER", + "30097": "SWEET GRASS", + "30099": "TETON", + "30101": "TOOLE", + "30103": "TREASURE", + "30105": "VALLEY", + "30107": "WHEATLAND", + "30109": "WIBAUX", + "30111": "YELLOWSTONE", + "31001": "ADAMS", + "31003": "ANTELOPE", + "31005": "ARTHUR", + "31007": "BANNER", + "31009": "BLAINE", + "31011": "BOONE", + "31013": "BOX BUTTE", + "31015": "BOYD", + "31017": "BROWN", + "31019": "BUFFALO", + "31021": "BURT", + "31023": "BUTLER", + "31025": "CASS", + "31027": "CEDAR", + "31029": "CHASE", + "31031": "CHERRY", + "31033": "CHEYENNE", + "31035": "CLAY", + "31037": "COLFAX", + "31039": "CUMING", + "31041": "CUSTER", + "31043": "DAKOTA", + "31045": "DAWES", + "31047": "DAWSON", + "31049": "DEUEL", + "31051": "DIXON", + "31053": "DODGE", + "31055": "DOUGLAS", + "31057": "DUNDY", + "31059": "FILLMORE", + "31061": "FRANKLIN", + "31063": "FRONTIER", + "31065": "FURNAS", + "31067": "GAGE", + "31069": "GARDEN", + "31071": "GARFIELD", + "31073": "GOSPER", + "31075": "GRANT", + "31077": "GREELEY", + "31079": "HALL", + "31081": "HAMILTON", + "31083": "HARLAN", + "31085": "HAYES", + "31087": "HITCHCOCK", + "31089": "HOLT", + "31091": "HOOKER", + "31093": "HOWARD", + "31095": "JEFFERSON", + "31097": "JOHNSON", + "31099": "KEARNEY", + "31101": "KEITH", + "31103": "KEYA PAHA", + "31105": "KIMBALL", + "31107": "KNOX", + "31109": "LANCASTER", + "31111": "LINCOLN", + "31113": "LOGAN", + "31115": "LOUP", + "31117": "MCPHERSON", + "31119": "MADISON", + "31121": "MERRICK", + "31123": "MORRILL", + "31125": "NANCE", + "31127": "NEMAHA", + "31129": "NUCKOLLS", + "31131": "OTOE", + "31133": "PAWNEE", + "31135": "PERKINS", + "31137": "PHELPS", + "31139": "PIERCE", + "31141": "PLATTE", + "31143": "POLK", + "31145": "RED WILLOW", + "31147": "RICHARDSON", + "31149": "ROCK", + "31151": "SALINE", + "31153": "SARPY", + "31155": "SAUNDERS", + "31157": "SCOTTS BLUFF", + "31159": "SEWARD", + "31161": "SHERIDAN", + "31163": "SHERMAN", + "31165": "SIOUX", + "31167": "STANTON", + "31169": "THAYER", + "31171": "THOMAS", + "31173": "THURSTON", + "31175": "VALLEY", + "31177": "WASHINGTON", + "31179": "WAYNE", + "31181": "WEBSTER", + "31183": "WHEELER", + "31185": "YORK", + "32001": "CHURCHILL", + "32003": "CLARK", + "32005": "DOUGLAS", + "32007": "ELKO", + "32009": "ESMERALDA", + "32011": "EUREKA", + "32013": "HUMBOLDT", + "32015": "LANDER", + "32017": "LINCOLN", + "32019": "LYON", + "32021": "MINERAL", + "32023": "NYE", + "32027": "PERSHING", + "32029": "STOREY", + "32031": "WASHOE", + "32033": "WHITE PINE", + "32510": "CARSON CITY", + "33001": "BELKNAP", + "33003": "CARROLL", + "33005": "CHESHIRE", + "33007": "COOS", + "33009": "GRAFTON", + "33011": "HILLSBOROUGH", + "33013": "MERRIMACK", + "33015": "ROCKINGHAM", + "33017": "STRAFFORD", + "33019": "SULLIVAN", + "34001": "ATLANTIC", + "34003": "BERGEN", + "34005": "BURLINGTON", + "34007": "CAMDEN", + "34009": "CAPE MAY", + "34011": "CUMBERLAND", + "34013": "ESSEX", + "34015": "GLOUCESTER", + "34017": "HUDSON", + "34019": "HUNTERDON", + "34021": "MERCER", + "34023": "MIDDLESEX", + "34025": "MONMOUTH", + "34027": "MORRIS", + "34029": "OCEAN", + "34031": "PASSAIC", + "34033": "SALEM", + "34035": "SOMERSET", + "34037": "SUSSEX", + "34039": "UNION", + "34041": "WARREN", + "35001": "BERNALILLO", + "35003": "CATRON", + "35005": "CHAVES", + "35006": "CIBOLA", + "35007": "COLFAX", + "35009": "CURRY", + "35011": "DE BACA", + "35013": "DONA ANA", + "35015": "EDDY", + "35017": "GRANT", + "35019": "GUADALUPE", + "35021": "HARDING", + "35023": "HIDALGO", + "35025": "LEA", + "35027": "LINCOLN", + "35028": "LOS ALAMOS", + "35029": "LUNA", + "35031": "MCKINLEY", + "35033": "MORA", + "35035": "OTERO", + "35037": "QUAY", + "35039": "RIO ARRIBA", + "35041": "ROOSEVELT", + "35043": "SANDOVAL", + "35045": "SAN JUAN", + "35047": "SAN MIGUEL", + "35049": "SANTA FE", + "35051": "SIERRA", + "35053": "SOCORRO", + "35055": "TAOS", + "35057": "TORRANCE", + "35059": "UNION", + "35061": "VALENCIA", + "36001": "ALBANY", + "36003": "ALLEGANY", + "36005": "BRONX", + "36007": "BROOME", + "36009": "CATTARAUGUS", + "36011": "CAYUGA", + "36013": "CHAUTAUQUA", + "36015": "CHEMUNG", + "36017": "CHENANGO", + "36019": "CLINTON", + "36021": "COLUMBIA", + "36023": "CORTLAND", + "36025": "DELAWARE", + "36027": "DUTCHESS", + "36029": "ERIE", + "36031": "ESSEX", + "36033": "FRANKLIN", + "36035": "FULTON", + "36037": "GENESEE", + "36039": "GREENE", + "36041": "HAMILTON", + "36043": "HERKIMER", + "36045": "JEFFERSON", + "36047": "KINGS", + "36049": "LEWIS", + "36051": "LIVINGSTON", + "36053": "MADISON", + "36055": "MONROE", + "36057": "MONTGOMERY", + "36059": "NASSAU", + "36061": "NEW YORK", + "36063": "NIAGARA", + "36065": "ONEIDA", + "36067": "ONONDAGA", + "36069": "ONTARIO", + "36071": "ORANGE", + "36073": "ORLEANS", + "36075": "OSWEGO", + "36077": "OTSEGO", + "36079": "PUTNAM", + "36081": "QUEENS", + "36083": "RENSSELAER", + "36085": "RICHMOND", + "36087": "ROCKLAND", + "36089": "ST. LAWRENCE", + "36091": "SARATOGA", + "36093": "SCHENECTADY", + "36095": "SCHOHARIE", + "36097": "SCHUYLER", + "36099": "SENECA", + "36101": "STEUBEN", + "36103": "SUFFOLK", + "36105": "SULLIVAN", + "36107": "TIOGA", + "36109": "TOMPKINS", + "36111": "ULSTER", + "36113": "WARREN", + "36115": "WASHINGTON", + "36117": "WAYNE", + "36119": "WESTCHESTER", + "36121": "WYOMING", + "36123": "YATES", + "37001": "ALAMANCE", + "37003": "ALEXANDER", + "37005": "ALLEGHANY", + "37007": "ANSON", + "37009": "ASHE", + "37011": "AVERY", + "37013": "BEAUFORT", + "37015": "BERTIE", + "37017": "BLADEN", + "37019": "BRUNSWICK", + "37021": "BUNCOMBE", + "37023": "BURKE", + "37025": "CABARRUS", + "37027": "CALDWELL", + "37029": "CAMDEN", + "37031": "CARTERET", + "37033": "CASWELL", + "37035": "CATAWBA", + "37037": "CHATHAM", + "37039": "CHEROKEE", + "37041": "CHOWAN", + "37043": "CLAY", + "37045": "CLEVELAND", + "37047": "COLUMBUS", + "37049": "CRAVEN", + "37051": "CUMBERLAND", + "37053": "CURRITUCK", + "37055": "DARE", + "37057": "DAVIDSON", + "37059": "DAVIE", + "37061": "DUPLIN", + "37063": "DURHAM", + "37065": "EDGECOMBE", + "37067": "FORSYTH", + "37069": "FRANKLIN", + "37071": "GASTON", + "37073": "GATES", + "37075": "GRAHAM", + "37077": "GRANVILLE", + "37079": "GREENE", + "37081": "GUILFORD", + "37083": "HALIFAX", + "37085": "HARNETT", + "37087": "HAYWOOD", + "37089": "HENDERSON", + "37091": "HERTFORD", + "37093": "HOKE", + "37095": "HYDE", + "37097": "IREDELL", + "37099": "JACKSON", + "37101": "JOHNSTON", + "37103": "JONES", + "37105": "LEE", + "37107": "LENOIR", + "37109": "LINCOLN", + "37111": "MCDOWELL", + "37113": "MACON", + "37115": "MADISON", + "37117": "MARTIN", + "37119": "MECKLENBURG", + "37121": "MITCHELL", + "37123": "MONTGOMERY", + "37125": "MOORE", + "37127": "NASH", + "37129": "NEW HANOVER", + "37131": "NORTHAMPTON", + "37133": "ONSLOW", + "37135": "ORANGE", + "37137": "PAMLICO", + "37139": "PASQUOTANK", + "37141": "PENDER", + "37143": "PERQUIMANS", + "37145": "PERSON", + "37147": "PITT", + "37149": "POLK", + "37151": "RANDOLPH", + "37153": "RICHMOND", + "37155": "ROBESON", + "37157": "ROCKINGHAM", + "37159": "ROWAN", + "37161": "RUTHERFORD", + "37163": "SAMPSON", + "37165": "SCOTLAND", + "37167": "STANLY", + "37169": "STOKES", + "37171": "SURRY", + "37173": "SWAIN", + "37175": "TRANSYLVANIA", + "37177": "TYRRELL", + "37179": "UNION", + "37181": "VANCE", + "37183": "WAKE", + "37185": "WARREN", + "37187": "WASHINGTON", + "37189": "WATAUGA", + "37191": "WAYNE", + "37193": "WILKES", + "37195": "WILSON", + "37197": "YADKIN", + "37199": "YANCEY", + "38001": "ADAMS", + "38003": "BARNES", + "38005": "BENSON", + "38007": "BILLINGS", + "38009": "BOTTINEAU", + "38011": "BOWMAN", + "38013": "BURKE", + "38015": "BURLEIGH", + "38017": "CASS", + "38019": "CAVALIER", + "38021": "DICKEY", + "38023": "DIVIDE", + "38025": "DUNN", + "38027": "EDDY", + "38029": "EMMONS", + "38031": "FOSTER", + "38033": "GOLDEN VALLEY", + "38035": "GRAND FORKS", + "38037": "GRANT", + "38039": "GRIGGS", + "38041": "HETTINGER", + "38043": "KIDDER", + "38045": "LAMOURE", + "38047": "LOGAN", + "38049": "MCHENRY", + "38051": "MCINTOSH", + "38053": "MCKENZIE", + "38055": "MCLEAN", + "38057": "MERCER", + "38059": "MORTON", + "38061": "MOUNTRAIL", + "38063": "NELSON", + "38065": "OLIVER", + "38067": "PEMBINA", + "38069": "PIERCE", + "38071": "RAMSEY", + "38073": "RANSOM", + "38075": "RENVILLE", + "38077": "RICHLAND", + "38079": "ROLETTE", + "38081": "SARGENT", + "38083": "SHERIDAN", + "38085": "SIOUX", + "38087": "SLOPE", + "38089": "STARK", + "38091": "STEELE", + "38093": "STUTSMAN", + "38095": "TOWNER", + "38097": "TRAILL", + "38099": "WALSH", + "38101": "WARD", + "38103": "WELLS", + "38105": "WILLIAMS", + "39001": "ADAMS", + "39003": "ALLEN", + "39005": "ASHLAND", + "39007": "ASHTABULA", + "39009": "ATHENS", + "39011": "AUGLAIZE", + "39013": "BELMONT", + "39015": "BROWN", + "39017": "BUTLER", + "39019": "CARROLL", + "39021": "CHAMPAIGN", + "39023": "CLARK", + "39025": "CLERMONT", + "39027": "CLINTON", + "39029": "COLUMBIANA", + "39031": "COSHOCTON", + "39033": "CRAWFORD", + "39035": "CUYAHOGA", + "39037": "DARKE", + "39039": "DEFIANCE", + "39041": "DELAWARE", + "39043": "ERIE", + "39045": "FAIRFIELD", + "39047": "FAYETTE", + "39049": "FRANKLIN", + "39051": "FULTON", + "39053": "GALLIA", + "39055": "GEAUGA", + "39057": "GREENE", + "39059": "GUERNSEY", + "39061": "HAMILTON", + "39063": "HANCOCK", + "39065": "HARDIN", + "39067": "HARRISON", + "39069": "HENRY", + "39071": "HIGHLAND", + "39073": "HOCKING", + "39075": "HOLMES", + "39077": "HURON", + "39079": "JACKSON", + "39081": "JEFFERSON", + "39083": "KNOX", + "39085": "LAKE", + "39087": "LAWRENCE", + "39089": "LICKING", + "39091": "LOGAN", + "39093": "LORAIN", + "39095": "LUCAS", + "39097": "MADISON", + "39099": "MAHONING", + "39101": "MARION", + "39103": "MEDINA", + "39105": "MEIGS", + "39107": "MERCER", + "39109": "MIAMI", + "39111": "MONROE", + "39113": "MONTGOMERY", + "39115": "MORGAN", + "39117": "MORROW", + "39119": "MUSKINGUM", + "39121": "NOBLE", + "39123": "OTTAWA", + "39125": "PAULDING", + "39127": "PERRY", + "39129": "PICKAWAY", + "39131": "PIKE", + "39133": "PORTAGE", + "39135": "PREBLE", + "39137": "PUTNAM", + "39139": "RICHLAND", + "39141": "ROSS", + "39143": "SANDUSKY", + "39145": "SCIOTO", + "39147": "SENECA", + "39149": "SHELBY", + "39151": "STARK", + "39153": "SUMMIT", + "39155": "TRUMBULL", + "39157": "TUSCARAWAS", + "39159": "UNION", + "39161": "VAN WERT", + "39163": "VINTON", + "39165": "WARREN", + "39167": "WASHINGTON", + "39169": "WAYNE", + "39171": "WILLIAMS", + "39173": "WOOD", + "39175": "WYANDOT", + "40001": "ADAIR", + "40003": "ALFALFA", + "40005": "ATOKA", + "40007": "BEAVER", + "40009": "BECKHAM", + "40011": "BLAINE", + "40013": "BRYAN", + "40015": "CADDO", + "40017": "CANADIAN", + "40019": "CARTER", + "40021": "CHEROKEE", + "40023": "CHOCTAW", + "40025": "CIMARRON", + "40027": "CLEVELAND", + "40029": "COAL", + "40031": "COMANCHE", + "40033": "COTTON", + "40035": "CRAIG", + "40037": "CREEK", + "40039": "CUSTER", + "40041": "DELAWARE", + "40043": "DEWEY", + "40045": "ELLIS", + "40047": "GARFIELD", + "40049": "GARVIN", + "40051": "GRADY", + "40053": "GRANT", + "40055": "GREER", + "40057": "HARMON", + "40059": "HARPER", + "40061": "HASKELL", + "40063": "HUGHES", + "40065": "JACKSON", + "40067": "JEFFERSON", + "40069": "JOHNSTON", + "40071": "KAY", + "40073": "KINGFISHER", + "40075": "KIOWA", + "40077": "LATIMER", + "40079": "LE FLORE", + "40081": "LINCOLN", + "40083": "LOGAN", + "40085": "LOVE", + "40087": "MCCLAIN", + "40089": "MCCURTAIN", + "40091": "MCINTOSH", + "40093": "MAJOR", + "40095": "MARSHALL", + "40097": "MAYES", + "40099": "MURRAY", + "40101": "MUSKOGEE", + "40103": "NOBLE", + "40105": "NOWATA", + "40107": "OKFUSKEE", + "40109": "OKLAHOMA", + "40111": "OKMULGEE", + "40113": "OSAGE", + "40115": "OTTAWA", + "40117": "PAWNEE", + "40119": "PAYNE", + "40121": "PITTSBURG", + "40123": "PONTOTOC", + "40125": "POTTAWATOMIE", + "40127": "PUSHMATAHA", + "40129": "ROGER MILLS", + "40131": "ROGERS", + "40133": "SEMINOLE", + "40135": "SEQUOYAH", + "40137": "STEPHENS", + "40139": "TEXAS", + "40141": "TILLMAN", + "40143": "TULSA", + "40145": "WAGONER", + "40147": "WASHINGTON", + "40149": "WASHITA", + "40151": "WOODS", + "40153": "WOODWARD", + "41001": "BAKER", + "41003": "BENTON", + "41005": "CLACKAMAS", + "41007": "CLATSOP", + "41009": "COLUMBIA", + "41011": "COOS", + "41013": "CROOK", + "41015": "CURRY", + "41017": "DESCHUTES", + "41019": "DOUGLAS", + "41021": "GILLIAM", + "41023": "GRANT", + "41025": "HARNEY", + "41027": "HOOD RIVER", + "41029": "JACKSON", + "41031": "JEFFERSON", + "41033": "JOSEPHINE", + "41035": "KLAMATH", + "41037": "LAKE", + "41039": "LANE", + "41041": "LINCOLN", + "41043": "LINN", + "41045": "MALHEUR", + "41047": "MARION", + "41049": "MORROW", + "41051": "MULTNOMAH", + "41053": "POLK", + "41055": "SHERMAN", + "41057": "TILLAMOOK", + "41059": "UMATILLA", + "41061": "UNION", + "41063": "WALLOWA", + "41065": "WASCO", + "41067": "WASHINGTON", + "41069": "WHEELER", + "41071": "YAMHILL", + "42001": "ADAMS", + "42003": "ALLEGHENY", + "42005": "ARMSTRONG", + "42007": "BEAVER", + "42009": "BEDFORD", + "42011": "BERKS", + "42013": "BLAIR", + "42015": "BRADFORD", + "42017": "BUCKS", + "42019": "BUTLER", + "42021": "CAMBRIA", + "42023": "CAMERON", + "42025": "CARBON", + "42027": "CENTRE", + "42029": "CHESTER", + "42031": "CLARION", + "42033": "CLEARFIELD", + "42035": "CLINTON", + "42037": "COLUMBIA", + "42039": "CRAWFORD", + "42041": "CUMBERLAND", + "42043": "DAUPHIN", + "42045": "DELAWARE", + "42047": "ELK", + "42049": "ERIE", + "42051": "FAYETTE", + "42053": "FOREST", + "42055": "FRANKLIN", + "42057": "FULTON", + "42059": "GREENE", + "42061": "HUNTINGDON", + "42063": "INDIANA", + "42065": "JEFFERSON", + "42067": "JUNIATA", + "42069": "LACKAWANNA", + "42071": "LANCASTER", + "42073": "LAWRENCE", + "42075": "LEBANON", + "42077": "LEHIGH", + "42079": "LUZERNE", + "42081": "LYCOMING", + "42083": "MCKEAN", + "42085": "MERCER", + "42087": "MIFFLIN", + "42089": "MONROE", + "42091": "MONTGOMERY", + "42093": "MONTOUR", + "42095": "NORTHAMPTON", + "42097": "NORTHUMBERLAND", + "42099": "PERRY", + "42101": "PHILADELPHIA", + "42103": "PIKE", + "42105": "POTTER", + "42107": "SCHUYLKILL", + "42109": "SNYDER", + "42111": "SOMERSET", + "42113": "SULLIVAN", + "42115": "SUSQUEHANNA", + "42117": "TIOGA", + "42119": "UNION", + "42121": "VENANGO", + "42123": "WARREN", + "42125": "WASHINGTON", + "42127": "WAYNE", + "42129": "WESTMORELAND", + "42131": "WYOMING", + "42133": "YORK", + "44001": "BRISTOL", + "44003": "KENT", + "44005": "NEWPORT", + "44007": "PROVIDENCE", + "44009": "WASHINGTON", + "45001": "ABBEVILLE", + "45003": "AIKEN", + "45005": "ALLENDALE", + "45007": "ANDERSON", + "45009": "BAMBERG", + "45011": "BARNWELL", + "45013": "BEAUFORT", + "45015": "BERKELEY", + "45017": "CALHOUN", + "45019": "CHARLESTON", + "45021": "CHEROKEE", + "45023": "CHESTER", + "45025": "CHESTERFIELD", + "45027": "CLARENDON", + "45029": "COLLETON", + "45031": "DARLINGTON", + "45033": "DILLON", + "45035": "DORCHESTER", + "45037": "EDGEFIELD", + "45039": "FAIRFIELD", + "45041": "FLORENCE", + "45043": "GEORGETOWN", + "45045": "GREENVILLE", + "45047": "GREENWOOD", + "45049": "HAMPTON", + "45051": "HORRY", + "45053": "JASPER", + "45055": "KERSHAW", + "45057": "LANCASTER", + "45059": "LAURENS", + "45061": "LEE", + "45063": "LEXINGTON", + "45065": "MCCORMICK", + "45067": "MARION", + "45069": "MARLBORO", + "45071": "NEWBERRY", + "45073": "OCONEE", + "45075": "ORANGEBURG", + "45077": "PICKENS", + "45079": "RICHLAND", + "45081": "SALUDA", + "45083": "SPARTANBURG", + "45085": "SUMTER", + "45087": "UNION", + "45089": "WILLIAMSBURG", + "45091": "YORK", + "46003": "AURORA", + "46005": "BEADLE", + "46007": "BENNETT", + "46009": "BON HOMME", + "46011": "BROOKINGS", + "46013": "BROWN", + "46015": "BRULE", + "46017": "BUFFALO", + "46019": "BUTTE", + "46021": "CAMPBELL", + "46023": "CHARLES MIX", + "46025": "CLARK", + "46027": "CLAY", + "46029": "CODINGTON", + "46031": "CORSON", + "46033": "CUSTER", + "46035": "DAVISON", + "46037": "DAY", + "46039": "DEUEL", + "46041": "DEWEY", + "46043": "DOUGLAS", + "46045": "EDMUNDS", + "46047": "FALL RIVER", + "46049": "FAULK", + "46051": "GRANT", + "46053": "GREGORY", + "46055": "HAAKON", + "46057": "HAMLIN", + "46059": "HAND", + "46061": "HANSON", + "46063": "HARDING", + "46065": "HUGHES", + "46067": "HUTCHINSON", + "46069": "HYDE", + "46071": "JACKSON", + "46073": "JERAULD", + "46075": "JONES", + "46077": "KINGSBURY", + "46079": "LAKE", + "46081": "LAWRENCE", + "46083": "LINCOLN", + "46085": "LYMAN", + "46087": "MCCOOK", + "46089": "MCPHERSON", + "46091": "MARSHALL", + "46093": "MEADE", + "46095": "MELLETTE", + "46097": "MINER", + "46099": "MINNEHAHA", + "46101": "MOODY", + "46103": "PENNINGTON", + "46105": "PERKINS", + "46107": "POTTER", + "46109": "ROBERTS", + "46111": "SANBORN", + "46113": "SHANNON", + "46115": "SPINK", + "46117": "STANLEY", + "46119": "SULLY", + "46121": "TODD", + "46123": "TRIPP", + "46125": "TURNER", + "46127": "UNION", + "46129": "WALWORTH", + "46135": "YANKTON", + "46137": "ZIEBACH", + "47001": "ANDERSON", + "47003": "BEDFORD", + "47005": "BENTON", + "47007": "BLEDSOE", + "47009": "BLOUNT", + "47011": "BRADLEY", + "47013": "CAMPBELL", + "47015": "CANNON", + "47017": "CARROLL", + "47019": "CARTER", + "47021": "CHEATHAM", + "47023": "CHESTER", + "47025": "CLAIBORNE", + "47027": "CLAY", + "47029": "COCKE", + "47031": "COFFEE", + "47033": "CROCKETT", + "47035": "CUMBERLAND", + "47037": "DAVIDSON", + "47039": "DECATUR", + "47041": "DEKALB", + "47043": "DICKSON", + "47045": "DYER", + "47047": "FAYETTE", + "47049": "FENTRESS", + "47051": "FRANKLIN", + "47053": "GIBSON", + "47055": "GILES", + "47057": "GRAINGER", + "47059": "GREENE", + "47061": "GRUNDY", + "47063": "HAMBLEN", + "47065": "HAMILTON", + "47067": "HANCOCK", + "47069": "HARDEMAN", + "47071": "HARDIN", + "47073": "HAWKINS", + "47075": "HAYWOOD", + "47077": "HENDERSON", + "47079": "HENRY", + "47081": "HICKMAN", + "47083": "HOUSTON", + "47085": "HUMPHREYS", + "47087": "JACKSON", + "47089": "JEFFERSON", + "47091": "JOHNSON", + "47093": "KNOX", + "47095": "LAKE", + "47097": "LAUDERDALE", + "47099": "LAWRENCE", + "47101": "LEWIS", + "47103": "LINCOLN", + "47105": "LOUDON", + "47107": "MCMINN", + "47109": "MCNAIRY", + "47111": "MACON", + "47113": "MADISON", + "47115": "MARION", + "47117": "MARSHALL", + "47119": "MAURY", + "47121": "MEIGS", + "47123": "MONROE", + "47125": "MONTGOMERY", + "47127": "MOORE", + "47129": "MORGAN", + "47131": "OBION", + "47133": "OVERTON", + "47135": "PERRY", + "47137": "PICKETT", + "47139": "POLK", + "47141": "PUTNAM", + "47143": "RHEA", + "47145": "ROANE", + "47147": "ROBERTSON", + "47149": "RUTHERFORD", + "47151": "SCOTT", + "47153": "SEQUATCHIE", + "47155": "SEVIER", + "47157": "SHELBY", + "47159": "SMITH", + "47161": "STEWART", + "47163": "SULLIVAN", + "47165": "SUMNER", + "47167": "TIPTON", + "47169": "TROUSDALE", + "47171": "UNICOI", + "47173": "UNION", + "47175": "VAN BUREN", + "47177": "WARREN", + "47179": "WASHINGTON", + "47181": "WAYNE", + "47183": "WEAKLEY", + "47185": "WHITE", + "47187": "WILLIAMSON", + "47189": "WILSON", + "48001": "ANDERSON", + "48003": "ANDREWS", + "48005": "ANGELINA", + "48007": "ARANSAS", + "48009": "ARCHER", + "48011": "ARMSTRONG", + "48013": "ATASCOSA", + "48015": "AUSTIN", + "48017": "BAILEY", + "48019": "BANDERA", + "48021": "BASTROP", + "48023": "BAYLOR", + "48025": "BEE", + "48027": "BELL", + "48029": "BEXAR", + "48031": "BLANCO", + "48033": "BORDEN", + "48035": "BOSQUE", + "48037": "BOWIE", + "48039": "BRAZORIA", + "48041": "BRAZOS", + "48043": "BREWSTER", + "48045": "BRISCOE", + "48047": "BROOKS", + "48049": "BROWN", + "48051": "BURLESON", + "48053": "BURNET", + "48055": "CALDWELL", + "48057": "CALHOUN", + "48059": "CALLAHAN", + "48061": "CAMERON", + "48063": "CAMP", + "48065": "CARSON", + "48067": "CASS", + "48069": "CASTRO", + "48071": "CHAMBERS", + "48073": "CHEROKEE", + "48075": "CHILDRESS", + "48077": "CLAY", + "48079": "COCHRAN", + "48081": "COKE", + "48083": "COLEMAN", + "48085": "COLLIN", + "48087": "COLLINGSWORTH", + "48089": "COLORADO", + "48091": "COMAL", + "48093": "COMANCHE", + "48095": "CONCHO", + "48097": "COOKE", + "48099": "CORYELL", + "48101": "COTTLE", + "48103": "CRANE", + "48105": "CROCKETT", + "48107": "CROSBY", + "48109": "CULBERSON", + "48111": "DALLAM", + "48113": "DALLAS", + "48115": "DAWSON", + "48117": "DEAF SMITH", + "48119": "DELTA", + "48121": "DENTON", + "48123": "DEWITT", + "48125": "DICKENS", + "48127": "DIMMIT", + "48129": "DONLEY", + "48131": "DUVAL", + "48133": "EASTLAND", + "48135": "ECTOR", + "48137": "EDWARDS", + "48139": "ELLIS", + "48141": "EL PASO", + "48143": "ERATH", + "48145": "FALLS", + "48147": "FANNIN", + "48149": "FAYETTE", + "48151": "FISHER", + "48153": "FLOYD", + "48155": "FOARD", + "48157": "FORT BEND", + "48159": "FRANKLIN", + "48161": "FREESTONE", + "48163": "FRIO", + "48165": "GAINES", + "48167": "GALVESTON", + "48169": "GARZA", + "48171": "GILLESPIE", + "48173": "GLASSCOCK", + "48175": "GOLIAD", + "48177": "GONZALES", + "48179": "GRAY", + "48181": "GRAYSON", + "48183": "GREGG", + "48185": "GRIMES", + "48187": "GUADALUPE", + "48189": "HALE", + "48191": "HALL", + "48193": "HAMILTON", + "48195": "HANSFORD", + "48197": "HARDEMAN", + "48199": "HARDIN", + "48201": "HARRIS", + "48203": "HARRISON", + "48205": "HARTLEY", + "48207": "HASKELL", + "48209": "HAYS", + "48211": "HEMPHILL", + "48213": "HENDERSON", + "48215": "HIDALGO", + "48217": "HILL", + "48219": "HOCKLEY", + "48221": "HOOD", + "48223": "HOPKINS", + "48225": "HOUSTON", + "48227": "HOWARD", + "48229": "HUDSPETH", + "48231": "HUNT", + "48233": "HUTCHINSON", + "48235": "IRION", + "48237": "JACK", + "48239": "JACKSON", + "48241": "JASPER", + "48243": "JEFF DAVIS", + "48245": "JEFFERSON", + "48247": "JIM HOGG", + "48249": "JIM WELLS", + "48251": "JOHNSON", + "48253": "JONES", + "48255": "KARNES", + "48257": "KAUFMAN", + "48259": "KENDALL", + "48261": "KENEDY", + "48263": "KENT", + "48265": "KERR", + "48267": "KIMBLE", + "48269": "KING", + "48271": "KINNEY", + "48273": "KLEBERG", + "48275": "KNOX", + "48277": "LAMAR", + "48279": "LAMB", + "48281": "LAMPASAS", + "48283": "LA SALLE", + "48285": "LAVACA", + "48287": "LEE", + "48289": "LEON", + "48291": "LIBERTY", + "48293": "LIMESTONE", + "48295": "LIPSCOMB", + "48297": "LIVE OAK", + "48299": "LLANO", + "48301": "LOVING", + "48303": "LUBBOCK", + "48305": "LYNN", + "48307": "MCCULLOCH", + "48309": "MCLENNAN", + "48311": "MCMULLEN", + "48313": "MADISON", + "48315": "MARION", + "48317": "MARTIN", + "48319": "MASON", + "48321": "MATAGORDA", + "48323": "MAVERICK", + "48325": "MEDINA", + "48327": "MENARD", + "48329": "MIDLAND", + "48331": "MILAM", + "48333": "MILLS", + "48335": "MITCHELL", + "48337": "MONTAGUE", + "48339": "MONTGOMERY", + "48341": "MOORE", + "48343": "MORRIS", + "48345": "MOTLEY", + "48347": "NACOGDOCHES", + "48349": "NAVARRO", + "48351": "NEWTON", + "48353": "NOLAN", + "48355": "NUECES", + "48357": "OCHILTREE", + "48359": "OLDHAM", + "48361": "ORANGE", + "48363": "PALO PINTO", + "48365": "PANOLA", + "48367": "PARKER", + "48369": "PARMER", + "48371": "PECOS", + "48373": "POLK", + "48375": "POTTER", + "48377": "PRESIDIO", + "48379": "RAINS", + "48381": "RANDALL", + "48383": "REAGAN", + "48385": "REAL", + "48387": "RED RIVER", + "48389": "REEVES", + "48391": "REFUGIO", + "48393": "ROBERTS", + "48395": "ROBERTSON", + "48397": "ROCKWALL", + "48399": "RUNNELS", + "48401": "RUSK", + "48403": "SABINE", + "48405": "SAN AUGUSTINE", + "48407": "SAN JACINTO", + "48409": "SAN PATRICIO", + "48411": "SAN SABA", + "48413": "SCHLEICHER", + "48415": "SCURRY", + "48417": "SHACKELFORD", + "48419": "SHELBY", + "48421": "SHERMAN", + "48423": "SMITH", + "48425": "SOMERVELL", + "48427": "STARR", + "48429": "STEPHENS", + "48431": "STERLING", + "48433": "STONEWALL", + "48435": "SUTTON", + "48437": "SWISHER", + "48439": "TARRANT", + "48441": "TAYLOR", + "48443": "TERRELL", + "48445": "TERRY", + "48447": "THROCKMORTON", + "48449": "TITUS", + "48451": "TOM GREEN", + "48453": "TRAVIS", + "48455": "TRINITY", + "48457": "TYLER", + "48459": "UPSHUR", + "48461": "UPTON", + "48463": "UVALDE", + "48465": "VAL VERDE", + "48467": "VAN ZANDT", + "48469": "VICTORIA", + "48471": "WALKER", + "48473": "WALLER", + "48475": "WARD", + "48477": "WASHINGTON", + "48479": "WEBB", + "48481": "WHARTON", + "48483": "WHEELER", + "48485": "WICHITA", + "48487": "WILBARGER", + "48489": "WILLACY", + "48491": "WILLIAMSON", + "48493": "WILSON", + "48495": "WINKLER", + "48497": "WISE", + "48499": "WOOD", + "48501": "YOAKUM", + "48503": "YOUNG", + "48505": "ZAPATA", + "48507": "ZAVALA", + "49001": "BEAVER", + "49003": "BOX ELDER", + "49005": "CACHE", + "49007": "CARBON", + "49009": "DAGGETT", + "49011": "DAVIS", + "49013": "DUCHESNE", + "49015": "EMERY", + "49017": "GARFIELD", + "49019": "GRAND", + "49021": "IRON", + "49023": "JUAB", + "49025": "KANE", + "49027": "MILLARD", + "49029": "MORGAN", + "49031": "PIUTE", + "49033": "RICH", + "49035": "SALT LAKE", + "49037": "SAN JUAN", + "49039": "SANPETE", + "49041": "SEVIER", + "49043": "SUMMIT", + "49045": "TOOELE", + "49047": "UINTAH", + "49049": "UTAH", + "49051": "WASATCH", + "49053": "WASHINGTON", + "49055": "WAYNE", + "49057": "WEBER", + "50001": "ADDISON", + "50003": "BENNINGTON", + "50005": "CALEDONIA", + "50007": "CHITTENDEN", + "50009": "ESSEX", + "50011": "FRANKLIN", + "50013": "GRAND ISLE", + "50015": "LAMOILLE", + "50017": "ORANGE", + "50019": "ORLEANS", + "50021": "RUTLAND", + "50023": "WASHINGTON", + "50025": "WINDHAM", + "50027": "WINDSOR", + "51001": "ACCOMACK", + "51003": "ALBEMARLE", + "51005": "ALLEGHANY", + "51007": "AMELIA", + "51009": "AMHERST", + "51011": "APPOMATTOX", + "51013": "ARLINGTON", + "51015": "AUGUSTA", + "51017": "BATH", + "51019": "BEDFORD", + "51021": "BLAND", + "51023": "BOTETOURT", + "51025": "BRUNSWICK", + "51027": "BUCHANAN", + "51029": "BUCKINGHAM", + "51031": "CAMPBELL", + "51033": "CAROLINE", + "51035": "CARROLL", + "51036": "CHARLES CITY", + "51037": "CHARLOTTE", + "51041": "CHESTERFIELD", + "51043": "CLARKE", + "51045": "CRAIG", + "51047": "CULPEPER", + "51049": "CUMBERLAND", + "51051": "DICKENSON", + "51053": "DINWIDDIE", + "51057": "ESSEX", + "51059": "FAIRFAX", + "51061": "FAUQUIER", + "51063": "FLOYD", + "51065": "FLUVANNA", + "51067": "FRANKLIN", + "51069": "FREDERICK", + "51071": "GILES", + "51073": "GLOUCESTER", + "51075": "GOOCHLAND", + "51077": "GRAYSON", + "51079": "GREENE", + "51081": "GREENSVILLE", + "51083": "HALIFAX", + "51085": "HANOVER", + "51087": "HENRICO", + "51089": "HENRY", + "51091": "HIGHLAND", + "51093": "ISLE OF WIGHT", + "51095": "JAMES CITY", + "51097": "KING AND QUEEN", + "51099": "KING GEORGE", + "51101": "KING WILLIAM", + "51103": "LANCASTER", + "51105": "LEE", + "51107": "LOUDOUN", + "51109": "LOUISA", + "51111": "LUNENBURG", + "51113": "MADISON", + "51115": "MATHEWS", + "51117": "MECKLENBURG", + "51119": "MIDDLESEX", + "51121": "MONTGOMERY", + "51125": "NELSON", + "51127": "NEW KENT", + "51131": "NORTHAMPTON", + "51133": "NORTHUMBERLAND", + "51135": "NOTTOWAY", + "51137": "ORANGE", + "51139": "PAGE", + "51141": "PATRICK", + "51143": "PITTSYLVANIA", + "51145": "POWHATAN", + "51147": "PRINCE EDWARD", + "51149": "PRINCE GEORGE", + "51153": "PRINCE WILLIAM", + "51155": "PULASKI", + "51157": "RAPPAHANNOCK", + "51159": "RICHMOND", + "51161": "ROANOKE", + "51163": "ROCKBRIDGE", + "51165": "ROCKINGHAM", + "51167": "RUSSELL", + "51169": "SCOTT", + "51171": "SHENANDOAH", + "51173": "SMYTH", + "51175": "SOUTHAMPTON", + "51177": "SPOTSYLVANIA", + "51179": "STAFFORD", + "51181": "SURRY", + "51183": "SUSSEX", + "51185": "TAZEWELL", + "51187": "WARREN", + "51191": "WASHINGTON", + "51193": "WESTMORELAND", + "51195": "WISE", + "51197": "WYTHE", + "51199": "YORK", + "51510": "ALEXANDRIA", + "51515": "BEDFORD CITY", + "51520": "BRISTOL", + "51530": "BUENA VISTA", + "51540": "CHARLOTTESVILLE", + "51550": "CHESAPEAKE", + "51570": "COLONIAL HEIGHTS", + "51580": "COVINGTON", + "51590": "DANVILLE", + "51595": "EMPORIA", + "51600": "FAIRFAX", + "51610": "FALLS CHURCH", + "51620": "FRANKLIN", + "51630": "FREDERICKSBURG", + "51640": "GALAX", + "51650": "HAMPTON", + "51660": "HARRISONBURG", + "51670": "HOPEWELL", + "51678": "LEXINGTON", + "51680": "LYNCHBURG", + "51683": "MANASSAS", + "51685": "MANASSAS PARK", + "51690": "MARTINSVILLE", + "51700": "NEWPORT NEWS", + "51710": "NORFOLK", + "51720": "NORTON", + "51730": "PETERSBURG", + "51735": "POQUOSON", + "51740": "PORTSMOUTH", + "51750": "RADFORD", + "51760": "RICHMOND", + "51770": "ROANOKE CITY", + "51775": "SALEM", + "51790": "STAUNTON", + "51800": "SUFFOLK", + "51810": "VIRGINIA BEACH", + "51820": "WAYNESBORO", + "51830": "WILLIAMSBURG", + "51840": "WINCHESTER", + "53001": "ADAMS", + "53003": "ASOTIN", + "53005": "BENTON", + "53007": "CHELAN", + "53009": "CLALLAM", + "53011": "CLARK", + "53013": "COLUMBIA", + "53015": "COWLITZ", + "53017": "DOUGLAS", + "53019": "FERRY", + "53021": "FRANKLIN", + "53023": "GARFIELD", + "53025": "GRANT", + "53027": "GRAYS HARBOR", + "53029": "ISLAND", + "53031": "JEFFERSON", + "53033": "KING", + "53035": "KITSAP", + "53037": "KITTITAS", + "53039": "KLICKITAT", + "53041": "LEWIS", + "53043": "LINCOLN", + "53045": "MASON", + "53047": "OKANOGAN", + "53049": "PACIFIC", + "53051": "PEND OREILLE", + "53053": "PIERCE", + "53055": "SAN JUAN", + "53057": "SKAGIT", + "53059": "SKAMANIA", + "53061": "SNOHOMISH", + "53063": "SPOKANE", + "53065": "STEVENS", + "53067": "THURSTON", + "53069": "WAHKIAKUM", + "53071": "WALLA WALLA", + "53073": "WHATCOM", + "53075": "WHITMAN", + "53077": "YAKIMA", + "54001": "BARBOUR", + "54003": "BERKELEY", + "54005": "BOONE", + "54007": "BRAXTON", + "54009": "BROOKE", + "54011": "CABELL", + "54013": "CALHOUN", + "54015": "CLAY", + "54017": "DODDRIDGE", + "54019": "FAYETTE", + "54021": "GILMER", + "54023": "GRANT", + "54025": "GREENBRIER", + "54027": "HAMPSHIRE", + "54029": "HANCOCK", + "54031": "HARDY", + "54033": "HARRISON", + "54035": "JACKSON", + "54037": "JEFFERSON", + "54039": "KANAWHA", + "54041": "LEWIS", + "54043": "LINCOLN", + "54045": "LOGAN", + "54047": "MCDOWELL", + "54049": "MARION", + "54051": "MARSHALL", + "54053": "MASON", + "54055": "MERCER", + "54057": "MINERAL", + "54059": "MINGO", + "54061": "MONONGALIA", + "54063": "MONROE", + "54065": "MORGAN", + "54067": "NICHOLAS", + "54069": "OHIO", + "54071": "PENDLETON", + "54073": "PLEASANTS", + "54075": "POCAHONTAS", + "54077": "PRESTON", + "54079": "PUTNAM", + "54081": "RALEIGH", + "54083": "RANDOLPH", + "54085": "RITCHIE", + "54087": "ROANE", + "54089": "SUMMERS", + "54091": "TAYLOR", + "54093": "TUCKER", + "54095": "TYLER", + "54097": "UPSHUR", + "54099": "WAYNE", + "54101": "WEBSTER", + "54103": "WETZEL", + "54105": "WIRT", + "54107": "WOOD", + "54109": "WYOMING", + "55001": "ADAMS", + "55003": "ASHLAND", + "55005": "BARRON", + "55007": "BAYFIELD", + "55009": "BROWN", + "55011": "BUFFALO", + "55013": "BURNETT", + "55015": "CALUMET", + "55017": "CHIPPEWA", + "55019": "CLARK", + "55021": "COLUMBIA", + "55023": "CRAWFORD", + "55025": "DANE", + "55027": "DODGE", + "55029": "DOOR", + "55031": "DOUGLAS", + "55033": "DUNN", + "55035": "EAU CLAIRE", + "55037": "FLORENCE", + "55039": "FOND DU LAC", + "55041": "FOREST", + "55043": "GRANT", + "55045": "GREEN", + "55047": "GREEN LAKE", + "55049": "IOWA", + "55051": "IRON", + "55053": "JACKSON", + "55055": "JEFFERSON", + "55057": "JUNEAU", + "55059": "KENOSHA", + "55061": "KEWAUNEE", + "55063": "LA CROSSE", + "55065": "LAFAYETTE", + "55067": "LANGLADE", + "55069": "LINCOLN", + "55071": "MANITOWOC", + "55073": "MARATHON", + "55075": "MARINETTE", + "55077": "MARQUETTE", + "55078": "MENOMINEE", + "55079": "MILWAUKEE", + "55081": "MONROE", + "55083": "OCONTO", + "55085": "ONEIDA", + "55087": "OUTAGAMIE", + "55089": "OZAUKEE", + "55091": "PEPIN", + "55093": "PIERCE", + "55095": "POLK", + "55097": "PORTAGE", + "55099": "PRICE", + "55101": "RACINE", + "55103": "RICHLAND", + "55105": "ROCK", + "55107": "RUSK", + "55109": "ST. CROIX", + "55111": "SAUK", + "55113": "SAWYER", + "55115": "SHAWANO", + "55117": "SHEBOYGAN", + "55119": "TAYLOR", + "55121": "TREMPEALEAU", + "55123": "VERNON", + "55125": "VILAS", + "55127": "WALWORTH", + "55129": "WASHBURN", + "55131": "WASHINGTON", + "55133": "WAUKESHA", + "55135": "WAUPACA", + "55137": "WAUSHARA", + "55139": "WINNEBAGO", + "55141": "WOOD", + "56001": "ALBANY", + "56003": "BIG HORN", + "56005": "CAMPBELL", + "56007": "CARBON", + "56009": "CONVERSE", + "56011": "CROOK", + "56013": "FREMONT", + "56015": "GOSHEN", + "56017": "HOT SPRINGS", + "56019": "JOHNSON", + "56021": "LARAMIE", + "56023": "LINCOLN", + "56025": "NATRONA", + "56027": "NIOBRARA", + "56029": "PARK", + "56031": "PLATTE", + "56033": "SHERIDAN", + "56035": "SUBLETTE", + "56037": "SWEETWATER", + "56039": "TETON", + "56041": "UINTA", + "56043": "WASHAKIE", + "56045": "WESTON", + "60010": "EASTERN", + "60020": "MANU'A", + "60030": "ROSE ISLAND", + "60040": "SWAINS ISLAND", + "60050": "WESTERN", + "66010": "GUAM", + "69085": "NORTHERN ISLANDS", + "69100": "ROTA", + "69110": "SAIPAN", + "69120": "TINIAN", + "72001": "ADJUNTAS", + "72003": "AGUADA", + "72005": "AGUADILLA", + "72007": "AGUAS BUENAS", + "72009": "AIBONITO", + "72011": "ANASCO", + "72013": "ARECIBO", + "72015": "ARROYO", + "72017": "BARCELONETA", + "72019": "BARRANQUITAS", + "72021": "BAYAMON", + "72023": "CABO ROJO", + "72025": "CAGUAS", + "72027": "CAMUY", + "72029": "CANOVANAS", + "72031": "CAROLINA", + "72033": "CATANO", + "72035": "CAYEY", + "72037": "CEIBA", + "72039": "CIALES", + "72041": "CIDRA", + "72043": "COAMO", + "72045": "COMERIO", + "72047": "COROZAL", + "72049": "CULEBRA", + "72051": "DORADO", + "72053": "FAJARDO", + "72054": "FLORIDA", + "72055": "GUANICA", + "72057": "GUAYAMA", + "72059": "GUAYANILLA", + "72061": "GUAYNABO", + "72063": "GURABO", + "72065": "HATILLO", + "72067": "HORMIGUEROS", + "72069": "HUMACAO", + "72071": "ISABELA", + "72073": "JAYUYA", + "72075": "JUANA DIAZ", + "72077": "JUNCOS", + "72079": "LAJAS", + "72081": "LARES", + "72083": "LAS MARIAS", + "72085": "LAS PIEDRAS", + "72087": "LOIZA", + "72089": "LUQUILLO", + "72091": "MANATI", + "72093": "MARICAO", + "72095": "MAUNABO", + "72097": "MAYAGUEZ", + "72099": "MOCA", + "72101": "MOROVIS", + "72103": "NAGUABO", + "72105": "NARANJITO", + "72107": "OROCOVIS", + "72109": "PATILLAS", + "72111": "PENUELAS", + "72113": "PONCE", + "72115": "QUEBRADILLAS", + "72117": "RINCON", + "72119": "RIO GRANDE", + "72121": "SABANA GRANDE", + "72123": "SALINAS", + "72125": "SAN GERMAN", + "72127": "SAN JUAN", + "72129": "SAN LORENZO", + "72131": "SAN SEBASTIAN", + "72133": "SANTA ISABEL", + "72135": "TOA ALTA", + "72137": "TOA BAJA", + "72139": "TRUJILLO ALTO", + "72141": "UTUADO", + "72143": "VEGA ALTA", + "72145": "VEGA BAJA", + "72147": "VIEQUES", + "72149": "VILLALBA", + "72151": "YABUCOA", + "72153": "YAUCO", + "74300": "MIDWAY ISLANDS", + "78010": "ST. CROIX", + "78020": "ST. JOHN", + "78030": "ST. THOMAS" + }, + topology: { + type: "Topology", + objects: { + counties: { + "type": "GeometryCollection", + "geometries": [{ + "type": "Polygon", + "id": 53073, + "arcs": [[0, 1, 2, 3]] + }, { + "type": "Polygon", + "id": 30105, + "arcs": [[4, 5, 6, 7, 8, 9]] + }, { + "type": "Polygon", + "id": 30029, + "arcs": [[10, 11, 12, 13, 14, 15, 16, 17, 18, 19]] + }, { + "type": "Polygon", + "id": 16021, + "arcs": [[20, 21, 22, 23]] + }, { + "type": "Polygon", + "id": 30071, + "arcs": [[-9, 24, 25, 26, 27, 28, 29]] + }, { + "type": "Polygon", + "id": 38079, + "arcs": [[30, 31, 32, 33]] + }, { + "type": "Polygon", + "id": 30053, + "arcs": [[-19, 34, 35, -21, 36]] + }, { + "type": "Polygon", + "id": 38009, + "arcs": [[-32, 37, 38, 39, 40]] + }, { + "type": "Polygon", + "id": 30035, + "arcs": [[41, 42, -11, 43]] + }, { + "type": "Polygon", + "id": 30041, + "arcs": [[44, 45, 46, 47]] + }, { + "type": "Polygon", + "id": 30005, + "arcs": [[-29, -28, 48, 49, -48, 50]] + }, { + "type": "Polygon", + "id": 30019, + "arcs": [[51, 52, -5, 53]] + }, { + "type": "Polygon", + "id": 38067, + "arcs": [[54, 55, 56, 57]] + }, { + "type": "Polygon", + "id": 27069, + "arcs": [[58, 59, -55, 60]] + }, { + "type": "Polygon", + "id": 38095, + "arcs": [[61, 62, 63, -34, 64, 65]] + }, { + "type": "Polygon", + "id": 38019, + "arcs": [[-57, 66, 67, -66, 68]] + }, { + "type": "Polygon", + "id": 53047, + "arcs": [[69, 70, 71, 72, 73, 74, -1, 75]] + }, { + "type": "Polygon", + "id": 53065, + "arcs": [[76, 77, 78, 79, 80]] + }, { + "type": "Polygon", + "id": 53051, + "arcs": [[-23, 81, 82, -77, 83]] + }, { + "type": "Polygon", + "id": 53019, + "arcs": [[-80, 84, -70, 85]] + }, { + "type": "Polygon", + "id": 30051, + "arcs": [[86, 87, 88, -46, 89]] + }, { + "type": "Polygon", + "id": 38023, + "arcs": [[90, 91, 92, 93]] + }, { + "type": "Polygon", + "id": 38013, + "arcs": [[94, 95, 96, 97, -91, 98]] + }, { + "type": "Polygon", + "id": 30101, + "arcs": [[99, -88, 100, -42]] + }, { + "type": "Polygon", + "id": 38075, + "arcs": [[101, 102, -95, 103, -40]] + }, { + "type": "Polygon", + "id": 27135, + "arcs": [[104, 105, -59, 106, 107]] + }, { + "type": "Polygon", + "id": 30091, + "arcs": [[-93, 108, 109, -52, 110]] + }, { + "type": "Polygon", + "id": 16017, + "arcs": [[-36, 111, 112, 113, 114, -82, -22]] + }, { + "type": "Polygon", + "id": 38101, + "arcs": [[-103, 115, 116, 117, -96]] + }, { + "type": "MultiPolygon", + "id": 53055, + "arcs": [[[118]], [[119]], [[120]]] + }, { + "type": "Polygon", + "id": 27071, + "arcs": [[121, 122, 123, 124, 125]] + }, { + "type": "Polygon", + "id": 53057, + "arcs": [[126, -2, -75, 127, 128, 129]] + }, { + "type": "Polygon", + "id": 38105, + "arcs": [[-98, 130, 131, 132, -109, -92]] + }, { + "type": "Polygon", + "id": 38049, + "arcs": [[133, 134, 135, -116, -102, -39]] + }, { + "type": "Polygon", + "id": 27137, + "arcs": [[136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, -122, 151]] + }, { + "type": "Polygon", + "id": 30085, + "arcs": [[-110, -133, 152, 153, -6, -53]] + }, { + "type": "Polygon", + "id": 53007, + "arcs": [[-74, 154, 155, 156, 157, -128]] + }, { + "type": "Polygon", + "id": 38061, + "arcs": [[158, 159, 160, -131, -97, -118]] + }, { + "type": "Polygon", + "id": 27089, + "arcs": [[161, 162, 163, 164, 165, -60, -106]] + }, { + "type": "Polygon", + "id": 38069, + "arcs": [[-64, 166, 167, 168, -134, -38, -31]] + }, { + "type": "Polygon", + "id": 38071, + "arcs": [[169, 170, 171, -62, -68]] + }, { + "type": "Polygon", + "id": 38099, + "arcs": [[-56, -166, 172, 173, -170, -67]] + }, { + "type": "Polygon", + "id": 27007, + "arcs": [[-124, 174, 175, 176, 177, 178, -162, -105, 179]] + }, { + "type": "Polygon", + "id": 30073, + "arcs": [[-101, -87, 180, 181, -12, -43]] + }, { + "type": "MultiPolygon", + "id": 53029, + "arcs": [[[182, 183]], [[184]]] + }, { + "type": "Polygon", + "id": 53009, + "arcs": [[185, 186, 187]] + }, { + "type": "Polygon", + "id": 38005, + "arcs": [[-63, -172, 188, 189, 190, -167]] + }, { + "type": "Polygon", + "id": 30015, + "arcs": [[-50, 191, 192, 193, 194, -181, -90, -45]] + }, { + "type": "Polygon", + "id": 53061, + "arcs": [[-158, 195, 196, -183, 197, -129]] + }, { + "type": "Polygon", + "id": 30089, + "arcs": [[-18, 198, 199, 200, 201, -112, -35]] + }, { + "type": "Polygon", + "id": 27075, + "arcs": [[202, 203, -137, 204]] + }, { + "type": "Polygon", + "id": 38063, + "arcs": [[205, 206, 207, 208, -189, -171, -174]] + }, { + "type": "Polygon", + "id": 38035, + "arcs": [[-165, 209, 210, 211, -206, -173]] + }, { + "type": "Polygon", + "id": 27119, + "arcs": [[212, 213, 214, 215, 216, 217, 218, -210, -164]] + }, { + "type": "Polygon", + "id": 27113, + "arcs": [[-179, 219, -215, 220, -213, -163]] + }, { + "type": "Polygon", + "id": 30083, + "arcs": [[221, 222, 223, 224, -153]] + }, { + "type": "Polygon", + "id": 53017, + "arcs": [[225, 226, -155, -73]] + }, { + "type": "Polygon", + "id": 38053, + "arcs": [[-161, 227, 228, 229, 230, -222, -132]] + }, { + "type": "Polygon", + "id": 53031, + "arcs": [[231, 232, 233, -186, 234]] + }, { + "type": "Polygon", + "id": 30099, + "arcs": [[-195, 235, 236, -13, -182]] + }, { + "type": "Polygon", + "id": 30055, + "arcs": [[-225, 237, 238, 239, -7, -154]] + }, { + "type": "Polygon", + "id": 16079, + "arcs": [[-202, 240, 241, 242, 243, 244, -113]] + }, { + "type": "Polygon", + "id": 30047, + "arcs": [[245, -199, -17]] + }, { + "type": "Polygon", + "id": 53063, + "arcs": [[-83, -115, 246, 247, 248, 249, -78]] + }, { + "type": "Polygon", + "id": 27029, + "arcs": [[250, 251, 252, -216, -220, -178]] + }, { + "type": "Polygon", + "id": 16055, + "arcs": [[-245, 253, -247, -114]] + }, { + "type": "Polygon", + "id": 30033, + "arcs": [[-240, 254, 255, 256, 257, -25, -8]] + }, { + "type": "Polygon", + "id": 27125, + "arcs": [[-214, -221]] + }, { + "type": "Polygon", + "id": 53025, + "arcs": [[-72, 258, 259, 260, 261, 262, 263, -226]] + }, { + "type": "Polygon", + "id": 53043, + "arcs": [[-85, -79, -250, 264, 265, -259, -71]] + }, { + "type": "Polygon", + "id": 30049, + "arcs": [[266, 267, 268, 269, 270, -14, -237]] + }, { + "type": "MultiPolygon", + "id": 53035, + "arcs": [[[271]], [[272, 273, 274, 275, 276]]] + }, { + "type": "Polygon", + "id": 27061, + "arcs": [[-151, 277, 278, -175, -123]] + }, { + "type": "Polygon", + "id": 38055, + "arcs": [[279, 280, 281, 282, 283, -159, -117, -136]] + }, { + "type": "Polygon", + "id": 38027, + "arcs": [[-209, 284, 285, 286, -190]] + }, { + "type": "Polygon", + "id": 38103, + "arcs": [[-191, -287, 287, 288, 289, 290, -168]] + }, { + "type": "Polygon", + "id": 38083, + "arcs": [[-169, -291, 291, 292, -280, -135]] + }, { + "type": "Polygon", + "id": 38025, + "arcs": [[-284, 293, 294, 295, -228, -160]] + }, { + "type": "Polygon", + "id": 30027, + "arcs": [[-27, 296, 297, 298, 299, 300, -192, -49]] + }, { + "type": "Polygon", + "id": 30021, + "arcs": [[-224, 301, 302, -238]] + }, { + "type": "MultiPolygon", + "id": 53033, + "arcs": [[[303]], [[-157, 304, 305, 306, 307, -196]]] + }, { + "type": "Polygon", + "id": 30013, + "arcs": [[308, 309, -267, -236, -194]] + }, { + "type": "Polygon", + "id": 38091, + "arcs": [[-212, 310, 311, 312, 313, -207]] + }, { + "type": "Polygon", + "id": 38039, + "arcs": [[-314, 314, 315, 316, -285, -208]] + }, { + "type": "Polygon", + "id": 38097, + "arcs": [[317, 318, -311, -211, -219]] + }, { + "type": "MultiPolygon", + "id": 53045, + "arcs": [[[319, -276, 320, 321, 322, 323, -232]]] + }, { + "type": "Polygon", + "id": 30063, + "arcs": [[-16, 324, 325, 326, 327, 328, 329, -200, -246]] + }, { + "type": "Polygon", + "id": 30077, + "arcs": [[-271, 330, 331, 332, -325, -15]] + }, { + "type": "Polygon", + "id": 30069, + "arcs": [[-258, 333, 334, -297, -26]] + }, { + "type": "Polygon", + "id": 53037, + "arcs": [[-227, -264, 335, -305, -156]] + }, { + "type": "Polygon", + "id": 38031, + "arcs": [[-317, 336, -288, -286]] + }, { + "type": "Polygon", + "id": 38057, + "arcs": [[337, 338, 339, -294, -283]] + }, { + "type": "Polygon", + "id": 53027, + "arcs": [[-324, 340, 341, 342, 343, -233]] + }, { + "type": "Polygon", + "id": 27087, + "arcs": [[344, 345, -217, -253]] + }, { + "type": "Polygon", + "id": 27107, + "arcs": [[-218, -346, 346, 347, 348, -318]] + }, { + "type": "Polygon", + "id": 30061, + "arcs": [[-330, 349, -241, -201]] + }, { + "type": "Polygon", + "id": 27021, + "arcs": [[350, 351, 352, 353, 354, 355, -176, -279]] + }, { + "type": "Polygon", + "id": 23003, + "arcs": [[356, 357, 358, 359, 360]] + }, { + "type": "Polygon", + "id": 30045, + "arcs": [[-301, 361, 362, -309, -193]] + }, { + "type": "Polygon", + "id": 16009, + "arcs": [[-244, 363, 364, -248, -254]] + }, { + "type": "Polygon", + "id": 27057, + "arcs": [[-356, 365, 366, -251, -177]] + }, { + "type": "MultiPolygon", + "id": 53053, + "arcs": [[[-307, -306, 367, 368, 369, 370]], [[-273, 371]], [[-321, -275, 372]]] + }, { + "type": "Polygon", + "id": 30109, + "arcs": [[-231, 373, 374, 375, -302, -223]] + }, { + "type": "Polygon", + "id": 38007, + "arcs": [[-296, 376, 377, 378, -229]] + }, { + "type": "Polygon", + "id": 38033, + "arcs": [[-379, 379, 380, -374, -230]] + }, { + "type": "Polygon", + "id": 38043, + "arcs": [[381, 382, 383, 384, -292, -290]] + }, { + "type": "Polygon", + "id": 38093, + "arcs": [[-316, 385, 386, 387, -382, -289, -337]] + }, { + "type": "Polygon", + "id": 38015, + "arcs": [[-385, 388, 389, 390, -281, -293]] + }, { + "type": "Polygon", + "id": 38065, + "arcs": [[-391, 391, -338, -282]] + }, { + "type": "Polygon", + "id": 53001, + "arcs": [[392, 393, -260, -266]] + }, { + "type": "Polygon", + "id": 53075, + "arcs": [[-249, -365, 394, 395, 396, 397, 398, 399, -393, -265]] + }, { + "type": "Polygon", + "id": 38003, + "arcs": [[-313, 400, 401, 402, -386, -315]] + }, { + "type": "Polygon", + "id": 38017, + "arcs": [[-319, -349, 403, 404, 405, -401, -312]] + }, { + "type": "Polygon", + "id": 53067, + "arcs": [[-370, 406, -341, -323, 407]] + }, { + "type": "Polygon", + "id": 30079, + "arcs": [[-376, 408, 409, -255, -239, -303]] + }, { + "type": "Polygon", + "id": 27005, + "arcs": [[-367, 410, 411, 412, -347, -345, -252]] + }, { + "type": "Polygon", + "id": 27027, + "arcs": [[-413, 413, 414, 415, -404, -348]] + }, { + "type": "Polygon", + "id": 16057, + "arcs": [[-243, 416, 417, -395, -364]] + }, { + "type": "Polygon", + "id": 53077, + "arcs": [[-263, 418, 419, 420, 421, -368, -336]] + }, { + "type": "Polygon", + "id": 30059, + "arcs": [[-363, 422, 423, 424, 425, 426, -268, -310]] + }, { + "type": "Polygon", + "id": 27001, + "arcs": [[-150, 427, 428, 429, 430, 431, -351, -278]] + }, { + "type": "Polygon", + "id": 26131, + "arcs": [[432, 433, 434, 435]] + }, { + "type": "Polygon", + "id": 38089, + "arcs": [[-340, 436, 437, 438, 439, -377, -295]] + }, { + "type": "Polygon", + "id": 38059, + "arcs": [[-390, 440, 441, 442, -437, -339, -392]] + }, { + "type": "Polygon", + "id": 26013, + "arcs": [[443, 444, 445, 446]] + }, { + "type": "Polygon", + "id": 16035, + "arcs": [[-350, -329, 447, 448, 449, -417, -242]] + }, { + "type": "Polygon", + "id": 30017, + "arcs": [[450, 451, 452, 453, -256, -410]] + }, { + "type": "Polygon", + "id": 30087, + "arcs": [[-454, 454, 455, 456, 457, 458, -334, -257]] + }, { + "type": "Polygon", + "id": 30039, + "arcs": [[459, 460, -326, -333]] + }, { + "type": "Polygon", + "id": 27159, + "arcs": [[-355, 461, 462, -411, -366]] + }, { + "type": "Polygon", + "id": 27035, + "arcs": [[-432, 463, 464, -352]] + }, { + "type": "Polygon", + "id": 53049, + "arcs": [[465, 466, 467, -343]] + }, { + "type": "Polygon", + "id": 53041, + "arcs": [[-407, -369, -422, 468, 469, 470, -466, -342]] + }, { + "type": "Polygon", + "id": 30007, + "arcs": [[-427, 471, 472, -269]] + }, { + "type": "Polygon", + "id": 27017, + "arcs": [[473, 474, -428, -149]] + }, { + "type": "Polygon", + "id": 26053, + "arcs": [[475, 476, 477, 478, 479, 480, 481, 482, 483, 484, -434]] + }, { + "type": "Polygon", + "id": 30065, + "arcs": [[-459, 485, 486, -298, -335]] + }, { + "type": "Polygon", + "id": 26095, + "arcs": [[487, 488, 489, 490, 491]] + }, { + "type": "Polygon", + "id": 30037, + "arcs": [[-487, 492, 493, 494, 495, -299]] + }, { + "type": "Polygon", + "id": 30107, + "arcs": [[-300, -496, 496, -423, -362]] + }, { + "type": "Polygon", + "id": 53021, + "arcs": [[497, 498, 499, -261, -394, -400]] + }, { + "type": "Polygon", + "id": 53005, + "arcs": [[500, 501, 502, 503, -419, -262, -500]] + }, { + "type": "Polygon", + "id": 27111, + "arcs": [[-463, 504, 505, 506, 507, -414, -412]] + }, { + "type": "Polygon", + "id": 38037, + "arcs": [[508, 509, 510, -438, -443]] + }, { + "type": "Polygon", + "id": 53023, + "arcs": [[511, 512, 513, -398]] + }, { + "type": "Polygon", + "id": 30025, + "arcs": [[-381, 514, 515, 516, 517, -451, -409, -375]] + }, { + "type": "Polygon", + "id": 16049, + "arcs": [[518, 519, 520, 521, 522, 523, 524, -448, -328]] + }, { + "type": "Polygon", + "id": 30081, + "arcs": [[-461, 525, 526, 527, -519, -327]] + }, { + "type": "Polygon", + "id": 38029, + "arcs": [[-384, 528, 529, 530, 531, -441, -389]] + }, { + "type": "Polygon", + "id": 38047, + "arcs": [[-388, 532, 533, -529, -383]] + }, { + "type": "Polygon", + "id": 16069, + "arcs": [[-450, 534, -524, 535, 536, -396, -418]] + }, { + "type": "Polygon", + "id": 38087, + "arcs": [[537, 538, 539, -515, -380, -378, -440]] + }, { + "type": "Polygon", + "id": 38045, + "arcs": [[540, 541, 542, -533, -387, -403]] + }, { + "type": "Polygon", + "id": 38041, + "arcs": [[-511, 543, -538, -439]] + }, { + "type": "Polygon", + "id": 27167, + "arcs": [[-508, 544, 545, 546, -415]] + }, { + "type": "Polygon", + "id": 38073, + "arcs": [[-406, 547, 548, 549, -541, -402]] + }, { + "type": "Polygon", + "id": 38077, + "arcs": [[-547, 550, 551, 552, -548, -405, -416]] + }, { + "type": "Polygon", + "id": 53013, + "arcs": [[553, 554, 555, -498, -399, -514]] + }, { + "type": "Polygon", + "id": 53071, + "arcs": [[-556, 556, -501, -499]] + }, { + "type": "Polygon", + "id": 55051, + "arcs": [[557, -484, -483, -482, -481, -480, -479, 558, 559, 560, 561]] + }, { + "type": "Polygon", + "id": 23025, + "arcs": [[562, 563, 564, 565, 566, 567, -360]] + }, { + "type": "Polygon", + "id": 23021, + "arcs": [[568, -563, -359]] + }, { + "type": "Polygon", + "id": 30043, + "arcs": [[-473, 569, 570, 571, 572, -331, -270]] + }, { + "type": "Polygon", + "id": 26153, + "arcs": [[-490, 573, 574, 575, 576]] + }, { + "type": "Polygon", + "id": 30111, + "arcs": [[577, 578, 579, 580, -493, -486, -458]] + }, { + "type": "Polygon", + "id": 30103, + "arcs": [[581, -578, -457]] + }, { + "type": "Polygon", + "id": 16061, + "arcs": [[-449, -525, -535]] + }, { + "type": "Polygon", + "id": 53003, + "arcs": [[-537, 582, -512, -397]] + }, { + "type": "Polygon", + "id": 38085, + "arcs": [[-532, 583, 584, -509, -442]] + }, { + "type": "Polygon", + "id": 26071, + "arcs": [[-445, 585, 586, 587, 588, 589, 590, -476, -433, 591]] + }, { + "type": "Polygon", + "id": 27115, + "arcs": [[592, 593, 594, 595, 596, -429, -475]] + }, { + "type": "Polygon", + "id": 23019, + "arcs": [[597, 598, 599, 600, -564, -569, -358]] + }, { + "type": "Polygon", + "id": 53059, + "arcs": [[-421, 601, 602, 603, 604, 605, -469]] + }, { + "type": "Polygon", + "id": 53015, + "arcs": [[-606, 606, 607, 608, 609, -470]] + }, { + "type": "Polygon", + "id": 53069, + "arcs": [[-471, -610, 610, -467]] + }, { + "type": "Polygon", + "id": 27153, + "arcs": [[-354, 611, 612, 613, -505, -462]] + }, { + "type": "Polygon", + "id": 27097, + "arcs": [[-465, 614, 615, 616, -612, -353]] + }, { + "type": "Polygon", + "id": 55125, + "arcs": [[617, 618, -559, -478, -477, -591, 619]] + }, { + "type": "Polygon", + "id": 41007, + "arcs": [[620, 621, 622]] + }, { + "type": "Polygon", + "id": 38001, + "arcs": [[-510, -585, 623, 624, 625, 626, -539, -544]] + }, { + "type": "Polygon", + "id": 38081, + "arcs": [[-553, 627, 628, 629, -549]] + }, { + "type": "Polygon", + "id": 38051, + "arcs": [[-543, 630, 631, 632, -530, -534]] + }, { + "type": "Polygon", + "id": 38021, + "arcs": [[-550, -630, 633, 634, -631, -542]] + }, { + "type": "Polygon", + "id": 38011, + "arcs": [[-627, 635, -516, -540]] + }, { + "type": "Polygon", + "id": 30023, + "arcs": [[-573, 636, 637, -526, -460, -332]] + }, { + "type": "Polygon", + "id": 26043, + "arcs": [[638, 639, 640, -587, 641]] + }, { + "type": "Polygon", + "id": 27095, + "arcs": [[642, 643, 644, 645, -615, -464, -431]] + }, { + "type": "Polygon", + "id": 30097, + "arcs": [[-495, 646, 647, -424, -497]] + }, { + "type": "Polygon", + "id": 30031, + "arcs": [[-426, 648, 649, 650, 651, 652, -570, -472]] + }, { + "type": "Polygon", + "id": 30067, + "arcs": [[-648, 653, 654, 655, -649, -425]] + }, { + "type": "Polygon", + "id": 30093, + "arcs": [[656, 657, -637, -572]] + }, { + "type": "Polygon", + "id": 41009, + "arcs": [[658, 659, 660, -621, 661, -608]] + }, { + "type": "Polygon", + "id": 27065, + "arcs": [[-597, 662, -643, -430]] + }, { + "type": "Polygon", + "id": 55013, + "arcs": [[663, 664, 665, 666, -595, -594, 667]] + }, { + "type": "Polygon", + "id": 55113, + "arcs": [[668, 669, 670, 671, 672]] + }, { + "type": "Polygon", + "id": 55129, + "arcs": [[-672, 673, -664, 674]] + }, { + "type": "Polygon", + "id": 30011, + "arcs": [[675, 676, 677, 678, -452, -518]] + }, { + "type": "Polygon", + "id": 30095, + "arcs": [[-581, 679, -654, -647, -494]] + }, { + "type": "Polygon", + "id": 27051, + "arcs": [[-507, 680, 681, 682, -545]] + }, { + "type": "Polygon", + "id": 27041, + "arcs": [[-614, 683, 684, -681, -506]] + }, { + "type": "Polygon", + "id": 55041, + "arcs": [[685, 686, 687, 688, 689, -620, -590]] + }, { + "type": "Polygon", + "id": 53011, + "arcs": [[-605, 690, -659, -607]] + }, { + "type": "Polygon", + "id": 53039, + "arcs": [[-504, 691, 692, 693, 694, 695, -602, -420]] + }, { + "type": "Polygon", + "id": 30003, + "arcs": [[-456, 696, 697, 698, 699, -579, -582]] + }, { + "type": "Polygon", + "id": 27155, + "arcs": [[-683, 700, 701, 702, -551, -546]] + }, { + "type": "Polygon", + "id": 55037, + "arcs": [[-588, -641, 703, -686, -589]] + }, { + "type": "Polygon", + "id": 41059, + "arcs": [[-555, 704, 705, 706, 707, -502, -557]] + }, { + "type": "Polygon", + "id": 41063, + "arcs": [[-513, -583, -536, -523, 708, 709, 710, -705, -554]] + }, { + "type": "Polygon", + "id": 26109, + "arcs": [[711, 712, 713, 714, -639, 715]] + }, { + "type": "Polygon", + "id": 55099, + "arcs": [[-619, 716, 717, 718, 719, -670, 720, -560]] + }, { + "type": "Polygon", + "id": 46105, + "arcs": [[721, 722, 723, 724, 725, -625]] + }, { + "type": "Polygon", + "id": 46031, + "arcs": [[726, 727, 728, 729, -722, -624, -584]] + }, { + "type": "Polygon", + "id": 46063, + "arcs": [[-626, -726, 730, -676, -517, -636]] + }, { + "type": "Polygon", + "id": 46021, + "arcs": [[-633, 731, 732, -727, -531]] + }, { + "type": "Polygon", + "id": 30001, + "arcs": [[-658, 733, 734, 735, 736, -527, -638]] + }, { + "type": "Polygon", + "id": 46089, + "arcs": [[-635, 737, 738, 739, -732, -632]] + }, { + "type": "Polygon", + "id": 46013, + "arcs": [[-629, 740, 741, 742, 743, 744, -738, -634]] + }, { + "type": "Polygon", + "id": 46109, + "arcs": [[-703, 745, 746, 747, 748, -552]] + }, { + "type": "Polygon", + "id": 46091, + "arcs": [[-749, 749, -741, -628]] + }, { + "type": "Polygon", + "id": 41049, + "arcs": [[-708, 750, 751, 752, -692, -503]] + }, { + "type": "Polygon", + "id": 55085, + "arcs": [[-690, 753, 754, -717, -618]] + }, { + "type": "Polygon", + "id": 41061, + "arcs": [[755, 756, -706, -711]] + }, { + "type": "Polygon", + "id": 30057, + "arcs": [[-653, 757, -734, -657, -571]] + }, { + "type": "Polygon", + "id": 27009, + "arcs": [[-646, 758, 759, -616]] + }, { + "type": "Polygon", + "id": 41021, + "arcs": [[760, 761, 762, -693, -753]] + }, { + "type": "Polygon", + "id": 30075, + "arcs": [[-679, 763, 764, 765, -697, -455, -453]] + }, { + "type": "Polygon", + "id": 26031, + "arcs": [[766, 767, 768, 769, 770, 771]] + }, { + "type": "Polygon", + "id": 41057, + "arcs": [[772, 773, 774, 775, 776, -622]] + }, { + "type": "Polygon", + "id": 41067, + "arcs": [[777, 778, 779, -773, -661]] + }, { + "type": "Polygon", + "id": 27145, + "arcs": [[-760, 780, 781, 782, 783, 784, -684, -613, -617]] + }, { + "type": "Polygon", + "id": 27149, + "arcs": [[785, 786, 787, -701, -682]] + }, { + "type": "Polygon", + "id": 27121, + "arcs": [[-785, 788, 789, -786, -685]] + }, { + "type": "Polygon", + "id": 41055, + "arcs": [[790, -694, -763]] + }, { + "type": "Polygon", + "id": 27059, + "arcs": [[791, 792, 793, -644, -663]] + }, { + "type": "Polygon", + "id": 27025, + "arcs": [[-667, 794, 795, 796, -792, -596]] + }, { + "type": "Polygon", + "id": 55095, + "arcs": [[797, 798, 799, -795, -666]] + }, { + "type": "Polygon", + "id": 41051, + "arcs": [[-691, -604, 800, 801, -778, -660]] + }, { + "type": "Polygon", + "id": 41027, + "arcs": [[802, 803, -801, -603, -696]] + }, { + "type": "Polygon", + "id": 41065, + "arcs": [[-791, -762, 804, 805, 806, 807, -803, -695]] + }, { + "type": "Polygon", + "id": 16059, + "arcs": [[-737, 808, 809, 810, 811, -520, -528]] + }, { + "type": "Polygon", + "id": 23029, + "arcs": [[812, -598, -357, 813]] + }, { + "type": "Polygon", + "id": 23007, + "arcs": [[814, 815, 816, 817, -567]] + }, { + "type": "Polygon", + "id": 26141, + "arcs": [[818, 819, -767, 820]] + }, { + "type": "Polygon", + "id": 55005, + "arcs": [[-674, 821, 822, 823, -798, -665]] + }, { + "type": "Polygon", + "id": 55107, + "arcs": [[-720, 824, 825, -822, -671]] + }, { + "type": "Polygon", + "id": 30009, + "arcs": [[-700, 826, 827, -655, -680, -580]] + }, { + "type": "Polygon", + "id": 46129, + "arcs": [[-740, 828, 829, 830, -728, -733]] + }, { + "type": "Polygon", + "id": 46045, + "arcs": [[-745, 831, 832, -829, -739]] + }, { + "type": "Polygon", + "id": 46037, + "arcs": [[-750, -748, 833, 834, 835, 836, -742]] + }, { + "type": "Polygon", + "id": 27011, + "arcs": [[-702, -788, 837, 838, 839, 840, -746]] + }, { + "type": "Polygon", + "id": 27141, + "arcs": [[-645, -794, 841, 842, 843, -781, -759]] + }, { + "type": "Polygon", + "id": 55069, + "arcs": [[844, 845, 846, -718, -755]] + }, { + "type": "Polygon", + "id": 46041, + "arcs": [[-831, 847, 848, 849, 850, -729]] + }, { + "type": "Polygon", + "id": 46137, + "arcs": [[-851, 851, 852, -723, -730]] + }, { + "type": "Polygon", + "id": 55067, + "arcs": [[-689, 853, 854, 855, 856, -845, -754]] + }, { + "type": "Polygon", + "id": 41005, + "arcs": [[-804, -808, 857, 858, -779, -802]] + }, { + "type": "Polygon", + "id": 41071, + "arcs": [[-859, 859, 860, 861, -774, -780]] + }, { + "type": "Polygon", + "id": 27171, + "arcs": [[-844, 862, 863, 864, 865, -782]] + }, { + "type": "Polygon", + "id": 27003, + "arcs": [[-797, 866, 867, 868, -842, -793]] + }, { + "type": "Polygon", + "id": 27067, + "arcs": [[869, 870, 871, 872, -789, -784]] + }, { + "type": "Polygon", + "id": 27151, + "arcs": [[-873, 873, 874, -838, -787, -790]] + }, { + "type": "Polygon", + "id": 55119, + "arcs": [[-847, 875, 876, 877, -825, -719]] + }, { + "type": "Polygon", + "id": 55083, + "arcs": [[878, 879, 880, 881, 882, 883, 884, -854, -688]] + }, { + "type": "Polygon", + "id": 23017, + "arcs": [[-817, 885, 886, 887, 888, -889, 889, 890, 891]] + }, { + "type": "Polygon", + "id": 46051, + "arcs": [[-841, 892, 893, 894, -834, -747]] + }, { + "type": "Polygon", + "id": 27093, + "arcs": [[-866, 895, 896, -870, -783]] + }, { + "type": "Polygon", + "id": 33007, + "arcs": [[897, 898, 899, 900, -891]] + }, { + "type": "Polygon", + "id": 27163, + "arcs": [[-800, 901, 902, 903, 904, -867, -796]] + }, { + "type": "Polygon", + "id": 55017, + "arcs": [[-878, 905, 906, 907, -823, -826]] + }, { + "type": "Polygon", + "id": 41047, + "arcs": [[-860, -858, -807, 908, 909, 910, -861]] + }, { + "type": "Polygon", + "id": 16003, + "arcs": [[911, 912, 913, 914, -709, -522]] + }, { + "type": "Polygon", + "id": 27073, + "arcs": [[-839, -875, 915, 916, 917, -893, -840]] + }, { + "type": "MultiPolygon", + "id": 23009, + "arcs": [[[918]], [[919]], [[920, -599, -813]]] + }, { + "type": "Polygon", + "id": 46107, + "arcs": [[-833, 921, 922, 923, -848, -830]] + }, { + "type": "Polygon", + "id": 46049, + "arcs": [[-744, 924, 925, 926, -922, -832]] + }, { + "type": "Polygon", + "id": 27053, + "arcs": [[-843, -869, 927, 928, 929, 930, -863]] + }, { + "type": "Polygon", + "id": 46115, + "arcs": [[-837, 931, 932, 933, -925, -743]] + }, { + "type": "Polygon", + "id": 16085, + "arcs": [[-812, 934, 935, 936, -912, -521]] + }, { + "type": "Polygon", + "id": 46019, + "arcs": [[-725, 937, 938, 939, -677, -731]] + }, { + "type": "Polygon", + "id": 55109, + "arcs": [[940, 941, -902, -799]] + }, { + "type": "Polygon", + "id": 55033, + "arcs": [[-908, 942, 943, 944, -941, -824]] + }, { + "type": "Polygon", + "id": 26009, + "arcs": [[945, 946, 947, 948, 949]] + }, { + "type": "Polygon", + "id": 26137, + "arcs": [[950, 951, -946, 952, -769]] + }, { + "type": "Polygon", + "id": 26119, + "arcs": [[953, 954, -951, -768, -820]] + }, { + "type": "Polygon", + "id": 46025, + "arcs": [[955, 956, 957, 958, -932, -836]] + }, { + "type": "Polygon", + "id": 46029, + "arcs": [[-895, 959, 960, -956, -835]] + }, { + "type": "Polygon", + "id": 27023, + "arcs": [[-872, 961, 962, -916, -874]] + }, { + "type": "Polygon", + "id": 27123, + "arcs": [[-905, 963, -928, -868]] + }, { + "type": "Polygon", + "id": 55073, + "arcs": [[-846, -857, 964, 965, 966, 967, -876]] + }, { + "type": "Polygon", + "id": 55078, + "arcs": [[-885, 968, -855]] + }, { + "type": "Polygon", + "id": 41001, + "arcs": [[-915, 969, 970, 971, -756, -710]] + }, { + "type": "Polygon", + "id": 41053, + "arcs": [[-911, 972, 973, 974, -775, -862]] + }, { + "type": "Polygon", + "id": 41069, + "arcs": [[-752, 975, 976, 977, -805, -761]] + }, { + "type": "Polygon", + "id": 41041, + "arcs": [[-975, 978, 979, 980, -776]] + }, { + "type": "Polygon", + "id": 46093, + "arcs": [[-853, 981, 982, 983, -938, -724]] + }, { + "type": "Polygon", + "id": 55019, + "arcs": [[-968, 984, 985, 986, -906, -877]] + }, { + "type": "Polygon", + "id": 55115, + "arcs": [[-969, -884, 987, 988, 989, -965, -856]] + }, { + "type": "Polygon", + "id": 50011, + "arcs": [[990, 991, 992, 993, 994]] + }, { + "type": "Polygon", + "id": 50009, + "arcs": [[995, 996, 997, 998, -900]] + }, { + "type": "Polygon", + "id": 50013, + "arcs": [[999, 1000, 1001, -994]] + }, { + "type": "Polygon", + "id": 36019, + "arcs": [[1002, 1003, 1004, 1005, -1001]] + }, { + "type": "Polygon", + "id": 50019, + "arcs": [[-998, 1006, 1007, -991, 1008]] + }, { + "type": "Polygon", + "id": 56029, + "arcs": [[1009, 1010, 1011, 1012, 1013, -650, -656, -828]] + }, { + "type": "Polygon", + "id": 36089, + "arcs": [[1014, 1015, 1016, 1017, 1018, 1019]] + }, { + "type": "Polygon", + "id": 56003, + "arcs": [[1020, 1021, 1022, -1010, -827, -699]] + }, { + "type": "Polygon", + "id": 56005, + "arcs": [[1023, 1024, 1025, 1026, 1027, -765]] + }, { + "type": "Polygon", + "id": 56033, + "arcs": [[-766, -1028, 1028, -1021, -698]] + }, { + "type": "Polygon", + "id": 36033, + "arcs": [[-1005, 1029, 1030, -1015, 1031]] + }, { + "type": "Polygon", + "id": 56011, + "arcs": [[-678, -940, 1032, 1033, -1024, -764]] + }, { + "type": "Polygon", + "id": 41023, + "arcs": [[-757, -972, 1034, 1035, 1036, -976, -751, -707]] + }, { + "type": "Polygon", + "id": 27085, + "arcs": [[-865, 1037, 1038, 1039, -896]] + }, { + "type": "Polygon", + "id": 27019, + "arcs": [[-931, 1040, 1041, -1038, -864]] + }, { + "type": "Polygon", + "id": 46039, + "arcs": [[-918, 1042, 1043, 1044, 1045, -960, -894]] + }, { + "type": "Polygon", + "id": 27173, + "arcs": [[1046, 1047, 1048, 1049, -1043, -917, -963]] + }, { + "type": "Polygon", + "id": 27037, + "arcs": [[-904, 1050, 1051, 1052, 1053, -929, -964]] + }, { + "type": "Polygon", + "id": 46119, + "arcs": [[1054, 1055, 1056, -849, -924]] + }, { + "type": "Polygon", + "id": 46069, + "arcs": [[-927, 1057, 1058, 1059, 1060, -1055, -923]] + }, { + "type": "Polygon", + "id": 46059, + "arcs": [[-934, 1061, 1062, 1063, -1058, -926]] + }, { + "type": "Polygon", + "id": 27129, + "arcs": [[-897, -1040, 1064, 1065, 1066, 1067, -1047, -962, -871]] + }, { + "type": "Polygon", + "id": 16037, + "arcs": [[1068, 1069, 1070, 1071, 1072, -935, -811]] + }, { + "type": "Polygon", + "id": 55093, + "arcs": [[-945, 1073, 1074, -1051, -903, -942]] + }, { + "type": "Polygon", + "id": 26001, + "arcs": [[1075, 1076, 1077, 1078]] + }, { + "type": "Polygon", + "id": 26079, + "arcs": [[1079, 1080, 1081, -947]] + }, { + "type": "Polygon", + "id": 26039, + "arcs": [[1082, 1083, -1080, -952]] + }, { + "type": "Polygon", + "id": 55035, + "arcs": [[-987, 1084, 1085, 1086, 1087, -943, -907]] + }, { + "type": "Polygon", + "id": 26135, + "arcs": [[-1078, 1088, -1083, -955]] + }, { + "type": "Polygon", + "id": 16087, + "arcs": [[1089, 1090, 1091, -970, -914]] + }, { + "type": "Polygon", + "id": 41031, + "arcs": [[-978, 1092, 1093, 1094, -909, -806]] + }, { + "type": "Polygon", + "id": 27139, + "arcs": [[-1054, 1095, 1096, 1097, -1041, -930]] + }, { + "type": "Polygon", + "id": 46057, + "arcs": [[-1046, 1098, 1099, -957, -961]] + }, { + "type": "Polygon", + "id": 50015, + "arcs": [[1100, 1101, 1102, -992, -1008]] + }, { + "type": "Polygon", + "id": 41043, + "arcs": [[-1095, 1103, 1104, 1105, -973, -910]] + }, { + "type": "Polygon", + "id": 46117, + "arcs": [[-1057, 1106, 1107, 1108, 1109, -850]] + }, { + "type": "Polygon", + "id": 26019, + "arcs": [[1110, 1111, 1112, 1113]] + }, { + "type": "Polygon", + "id": 50005, + "arcs": [[1114, 1115, 1116, -1101, -1007, -997]] + }, { + "type": "MultiPolygon", + "id": 23027, + "arcs": [[[-601, 1117, 1118, 1119, 1120, -565]]] + }, { + "type": "Polygon", + "id": 16043, + "arcs": [[1121, 1122, 1123, 1124, 1125, -735, -758, -652]] + }, { + "type": "Polygon", + "id": 46055, + "arcs": [[1126, 1127, 1128, -982, -852, -1110]] + }, { + "type": "Polygon", + "id": 50007, + "arcs": [[-1103, 1129, 1130, 1131, -1003, -1000, -993]] + }, { + "type": "Polygon", + "id": 41003, + "arcs": [[-1106, 1132, -979, -974]] + }, { + "type": "Polygon", + "id": 23011, + "arcs": [[1133, 1134, 1135, 1136, -815, -566, -1121]] + }, { + "type": "Polygon", + "id": 27143, + "arcs": [[-1042, -1098, 1137, 1138, -1065, -1039]] + }, { + "type": "Polygon", + "id": 27049, + "arcs": [[1139, 1140, 1141, 1142, 1143, -1052, -1075]] + }, { + "type": "Polygon", + "id": 27127, + "arcs": [[1144, 1145, 1146, 1147, -1048, -1068]] + }, { + "type": "Polygon", + "id": 55097, + "arcs": [[1148, 1149, 1150, 1151, -966]] + }, { + "type": "Polygon", + "id": 55141, + "arcs": [[-1152, 1152, 1153, 1154, -985, -967]] + }, { + "type": "Polygon", + "id": 55009, + "arcs": [[-883, 1155, 1156, 1157, 1158, 1159, -988]] + }, { + "type": "Polygon", + "id": 55091, + "arcs": [[-1088, 1160, 1161, -1140, -1074, -944]] + }, { + "type": "Polygon", + "id": 55135, + "arcs": [[1162, 1163, 1164, -1149, -990]] + }, { + "type": "Polygon", + "id": 55061, + "arcs": [[1165, 1166, -1157, 1167, 1168]] + }, { + "type": "Polygon", + "id": 56039, + "arcs": [[1169, 1170, 1171, 1172, 1173, -1122, -651, -1014]] + }, { + "type": "Polygon", + "id": 46005, + "arcs": [[-959, 1174, 1175, 1176, -1062, -933]] + }, { + "type": "Polygon", + "id": 27081, + "arcs": [[1177, 1178, 1179, -1044, -1050]] + }, { + "type": "Polygon", + "id": 27083, + "arcs": [[-1148, 1180, 1181, -1178, -1049]] + }, { + "type": "Polygon", + "id": 46081, + "arcs": [[-984, 1182, 1183, -1033, -939]] + }, { + "type": "Polygon", + "id": 55011, + "arcs": [[-1087, 1184, 1185, 1186, -1161]] + }, { + "type": "Polygon", + "id": 55121, + "arcs": [[1187, 1188, 1189, 1190, -1185, -1086]] + }, { + "type": "Polygon", + "id": 55053, + "arcs": [[-986, -1155, 1191, 1192, 1193, -1188, -1085]] + }, { + "type": "Polygon", + "id": 55087, + "arcs": [[-989, -1160, 1194, 1195, -1163]] + }, { + "type": "Polygon", + "id": 16033, + "arcs": [[-1126, 1196, 1197, -809, -736]] + }, { + "type": "Polygon", + "id": 56019, + "arcs": [[-1027, 1198, 1199, 1200, -1022, -1029]] + }, { + "type": "Polygon", + "id": 41013, + "arcs": [[-977, -1037, 1201, 1202, -1093]] + }, { + "type": "Polygon", + "id": 46065, + "arcs": [[-1061, 1203, -1107, -1056]] + }, { + "type": "Polygon", + "id": 36031, + "arcs": [[1204, 1205, 1206, 1207, -1030, -1004, -1132]] + }, { + "type": "Polygon", + "id": 27079, + "arcs": [[1208, 1209, 1210, 1211, -1138, -1097]] + }, { + "type": "Polygon", + "id": 27131, + "arcs": [[-1053, -1144, 1212, 1213, 1214, -1209, -1096]] + }, { + "type": "Polygon", + "id": 46077, + "arcs": [[-1100, 1215, 1216, 1217, 1218, -1175, -958]] + }, { + "type": "Polygon", + "id": 46011, + "arcs": [[-1180, 1219, 1220, 1221, -1216, -1099, -1045]] + }, { + "type": "Polygon", + "id": 26101, + "arcs": [[1222, 1223, 1224, 1225, -1112]] + }, { + "type": "Polygon", + "id": 26165, + "arcs": [[1226, 1227, 1228, -1223, 1229]] + }, { + "type": "Polygon", + "id": 26143, + "arcs": [[1230, 1231, 1232, 1233, -1084]] + }, { + "type": "Polygon", + "id": 26113, + "arcs": [[-1234, 1234, 1235, -1227, -1081]] + }, { + "type": "Polygon", + "id": 26069, + "arcs": [[1236, 1237, 1238, -1077]] + }, { + "type": "Polygon", + "id": 26129, + "arcs": [[-1239, 1239, 1240, -1231, -1089]] + }, { + "type": "Polygon", + "id": 16045, + "arcs": [[-937, 1241, 1242, 1243, 1244, -1090, -913]] + }, { + "type": "Polygon", + "id": 46103, + "arcs": [[-1129, 1245, 1246, 1247, 1248, -1183, -983]] + }, { + "type": "Polygon", + "id": 50023, + "arcs": [[1249, 1250, -1130, -1102, -1117]] + }, { + "type": "Polygon", + "id": 27015, + "arcs": [[1251, 1252, 1253, 1254, -1145, -1067]] + }, { + "type": "Polygon", + "id": 23001, + "arcs": [[1255, 1256, -886, -816, -1137]] + }, { + "type": "Polygon", + "id": 27103, + "arcs": [[1257, -1252, -1066, -1139, -1212]] + }, { + "type": "Polygon", + "id": 27157, + "arcs": [[-1162, -1187, 1258, 1259, -1141]] + }, { + "type": "Polygon", + "id": 41045, + "arcs": [[-1092, 1260, 1261, 1262, 1263, 1264, -1035, -971]] + }, { + "type": "Polygon", + "id": 33009, + "arcs": [[1265, 1266, 1267, 1268, 1269, 1270, -1115, -996, -899]] + }, { + "type": "Polygon", + "id": 41017, + "arcs": [[-1203, 1271, 1272, 1273, 1274, -1104, -1094]] + }, { + "type": "Polygon", + "id": 36045, + "arcs": [[1275, 1276, -1019, 1277, 1278, 1279, 1280, 1281]] + }, { + "type": "MultiPolygon", + "id": 23013, + "arcs": [[[1282, 1283, -1119]]] + }, { + "type": "Polygon", + "id": 16015, + "arcs": [[-1073, 1284, 1285, -1242, -936]] + }, { + "type": "Polygon", + "id": 23015, + "arcs": [[-1120, -1284, 1286, 1287, 1288, -1134]] + }, { + "type": "Polygon", + "id": 55071, + "arcs": [[-1167, 1289, 1290, 1291, -1158]] + }, { + "type": "Polygon", + "id": 50001, + "arcs": [[-1251, 1292, 1293, 1294, 1295, -1205, -1131]] + }, { + "type": "Polygon", + "id": 41039, + "arcs": [[-1275, 1296, 1297, 1298, -980, -1133, -1105]] + }, { + "type": "Polygon", + "id": 33003, + "arcs": [[-890, 888, 1299, 1300, 1301, -1266, -898]] + }, { + "type": "Polygon", + "id": 27013, + "arcs": [[-1211, 1302, 1303, 1304, 1305, -1253, -1258]] + }, { + "type": "Polygon", + "id": 55057, + "arcs": [[1306, 1307, 1308, 1309, -1192, -1154]] + }, { + "type": "Polygon", + "id": 55001, + "arcs": [[-1151, 1310, 1311, 1312, -1307, -1153]] + }, { + "type": "Polygon", + "id": 55137, + "arcs": [[-1165, 1313, 1314, 1315, -1311, -1150]] + }, { + "type": "Polygon", + "id": 55139, + "arcs": [[1316, 1317, 1318, -1314, -1164, -1196]] + }, { + "type": "Polygon", + "id": 55015, + "arcs": [[-1159, -1292, 1319, 1320, -1317, -1195]] + }, { + "type": "Polygon", + "id": 16023, + "arcs": [[-1198, 1321, 1322, 1323, -1070, -1069, -810]] + }, { + "type": "Polygon", + "id": 50017, + "arcs": [[-1271, 1324, -1293, -1250, -1116]] + }, { + "type": "Polygon", + "id": 36049, + "arcs": [[1325, 1326, -1278, -1018, 1327]] + }, { + "type": "Polygon", + "id": 46085, + "arcs": [[1328, 1329, 1330, 1331, 1332, -1108, -1204, -1060, 1333]] + }, { + "type": "Polygon", + "id": 27117, + "arcs": [[-1182, 1334, 1335, 1336, -1220, -1179]] + }, { + "type": "Polygon", + "id": 27101, + "arcs": [[-1147, 1337, 1338, 1339, -1335, -1181]] + }, { + "type": "Polygon", + "id": 46073, + "arcs": [[-1177, 1340, 1341, 1342, 1343, -1063]] + }, { + "type": "Polygon", + "id": 27147, + "arcs": [[1344, 1345, 1346, 1347, -1214]] + }, { + "type": "Polygon", + "id": 27039, + "arcs": [[1348, 1349, -1345, -1213, -1143]] + }, { + "type": "Polygon", + "id": 46101, + "arcs": [[-1337, 1350, 1351, -1221]] + }, { + "type": "Polygon", + "id": 27161, + "arcs": [[-1348, 1352, 1353, -1303, -1210, -1215]] + }, { + "type": "Polygon", + "id": 46017, + "arcs": [[-1344, 1354, -1334, -1059, -1064]] + }, { + "type": "Polygon", + "id": 46111, + "arcs": [[-1219, 1355, 1356, 1357, 1358, -1341, -1176]] + }, { + "type": "Polygon", + "id": 27109, + "arcs": [[-1260, 1359, 1360, 1361, -1349, -1142]] + }, { + "type": "Polygon", + "id": 27033, + "arcs": [[-1255, 1362, 1363, 1364, -1338, -1146]] + }, { + "type": "Polygon", + "id": 46079, + "arcs": [[-1222, -1352, 1365, 1366, 1367, -1217]] + }, { + "type": "Polygon", + "id": 46097, + "arcs": [[-1368, 1368, 1369, -1356, -1218]] + }, { + "type": "Polygon", + "id": 27169, + "arcs": [[-1186, -1191, 1370, 1371, 1372, -1360, -1259]] + }, { + "type": "Polygon", + "id": 56045, + "arcs": [[-1184, -1249, 1373, 1374, 1375, -1025, -1034]] + }, { + "type": "Polygon", + "id": 26105, + "arcs": [[1376, 1377, 1378, -1225]] + }, { + "type": "Polygon", + "id": 23005, + "arcs": [[-1257, 1379, 1380, 1381, 1382, 1383, -887]] + }, { + "type": "Polygon", + "id": 46075, + "arcs": [[-1333, 1384, 1385, -1386, 1386, -1127, -1109]] + }, { + "type": "Polygon", + "id": 56043, + "arcs": [[-1201, 1387, 1388, 1389, -1011, -1023]] + }, { + "type": "MultiPolygon", + "id": 23023, + "arcs": [[[-1382, 1390]], [[-1288, 1391]], [[1392, -1380, -1256, -1136]]] + }, { + "type": "Polygon", + "id": 26085, + "arcs": [[-1224, -1229, 1393, 1394, -1377]] + }, { + "type": "Polygon", + "id": 26133, + "arcs": [[-1236, 1395, 1396, -1394, -1228]] + }, { + "type": "Polygon", + "id": 26035, + "arcs": [[-1233, 1397, 1398, -1396, -1235]] + }, { + "type": "Polygon", + "id": 26051, + "arcs": [[1399, 1400, 1401, -1398, -1232, -1241]] + }, { + "type": "Polygon", + "id": 55081, + "arcs": [[-1310, 1402, 1403, -1193]] + }, { + "type": "Polygon", + "id": 16075, + "arcs": [[-1245, 1404, -1261, -1091]] + }, { + "type": "Polygon", + "id": 36041, + "arcs": [[1405, 1406, 1407, 1408, -1016, -1031, -1208]] + }, { + "type": "Polygon", + "id": 27165, + "arcs": [[-1306, 1409, 1410, -1363, -1254]] + }, { + "type": "Polygon", + "id": 16039, + "arcs": [[-1072, 1411, 1412, 1413, 1414, 1415, 1416, -1285]] + }, { + "type": "Polygon", + "id": 36043, + "arcs": [[-1409, 1417, 1418, 1419, 1420, -1328, -1017]] + }, { + "type": "Polygon", + "id": 55063, + "arcs": [[-1194, -1404, 1421, 1422, -1371, -1190, -1189]] + }, { + "type": "Polygon", + "id": 56017, + "arcs": [[-1390, 1423, -1012]] + }, { + "type": "Polygon", + "id": 16051, + "arcs": [[-1125, 1424, 1425, 1426, -1322, -1197]] + }, { + "type": "Polygon", + "id": 41025, + "arcs": [[-1265, 1427, 1428, 1429, -1272, -1202, -1036]] + }, { + "type": "Polygon", + "id": 56013, + "arcs": [[-1424, -1389, 1430, 1431, 1432, 1433, -1170, -1013]] + }, { + "type": "Polygon", + "id": 26017, + "arcs": [[1434, 1435, 1436, 1437, -1401, 1438]] + }, { + "type": "Polygon", + "id": 46071, + "arcs": [[-1387, 1385, 1439, 1440, 1441, -1246, -1128]] + }, { + "type": "Polygon", + "id": 16013, + "arcs": [[-1324, 1442, 1443, 1444, 1445, 1446, 1447, -1412, -1071]] + }, { + "type": "Polygon", + "id": 16081, + "arcs": [[-1174, 1448, 1449, -1123]] + }, { + "type": "Polygon", + "id": 55047, + "arcs": [[-1319, 1450, 1451, 1452, 1453, -1315]] + }, { + "type": "Polygon", + "id": 55077, + "arcs": [[-1454, 1454, -1312, -1316]] + }, { + "type": "Polygon", + "id": 50027, + "arcs": [[-1270, 1455, 1456, 1457, 1458, -1294, -1325]] + }, { + "type": "Polygon", + "id": 41019, + "arcs": [[1459, 1460, 1461, 1462, 1463, 1464, -1298]] + }, { + "type": "Polygon", + "id": 55039, + "arcs": [[1465, 1466, 1467, -1451, -1318, -1321]] + }, { + "type": "Polygon", + "id": 46003, + "arcs": [[-1359, 1468, 1469, 1470, 1471, -1342]] + }, { + "type": "Polygon", + "id": 46015, + "arcs": [[-1472, 1472, -1329, -1355, -1343]] + }, { + "type": "Polygon", + "id": 16065, + "arcs": [[-1450, 1473, -1425, -1124]] + }, { + "type": "Polygon", + "id": 55117, + "arcs": [[1474, 1475, 1476, -1466, -1320, -1291]] + }, { + "type": "Polygon", + "id": 16027, + "arcs": [[-1244, 1477, 1478, -1262, -1405]] + }, { + "type": "Polygon", + "id": 46095, + "arcs": [[-1332, 1479, 1480, -1440, -1386, -1385]] + }, { + "type": "Polygon", + "id": 16025, + "arcs": [[1481, 1482, -1413, -1448]] + }, { + "type": "Polygon", + "id": 50021, + "arcs": [[1483, 1484, -1295, -1459]] + }, { + "type": "Polygon", + "id": 46033, + "arcs": [[1485, 1486, 1487, -1374, -1248]] + }, { + "type": "Polygon", + "id": 27133, + "arcs": [[-1340, 1488, 1489, 1490, -1336]] + }, { + "type": "Polygon", + "id": 27105, + "arcs": [[-1365, 1491, 1492, 1493, -1489, -1339]] + }, { + "type": "Polygon", + "id": 27047, + "arcs": [[1494, 1495, 1496, 1497, -1353, -1347]] + }, { + "type": "Polygon", + "id": 27099, + "arcs": [[-1362, 1498, 1499, 1500, 1501, -1495, -1346, -1350]] + }, { + "type": "Polygon", + "id": 27055, + "arcs": [[-1423, 1502, 1503, 1504, 1505, -1372]] + }, { + "type": "Polygon", + "id": 46035, + "arcs": [[1506, 1507, 1508, -1469, -1358]] + }, { + "type": "Polygon", + "id": 46061, + "arcs": [[-1370, 1509, 1510, -1507, -1357]] + }, { + "type": "Polygon", + "id": 27045, + "arcs": [[-1373, -1506, 1511, 1512, -1499, -1361]] + }, { + "type": "Polygon", + "id": 27063, + "arcs": [[-1411, 1513, 1514, 1515, 1516, -1492, -1364]] + }, { + "type": "Polygon", + "id": 27043, + "arcs": [[-1354, -1498, 1517, 1518, 1519, -1304]] + }, { + "type": "Polygon", + "id": 46099, + "arcs": [[1520, 1521, 1522, 1523, -1366, -1351, -1491]] + }, { + "type": "Polygon", + "id": 27091, + "arcs": [[-1305, -1520, 1524, 1525, -1514, -1410]] + }, { + "type": "Polygon", + "id": 46087, + "arcs": [[-1367, -1524, 1526, 1527, -1510, -1369]] + }, { + "type": "Polygon", + "id": 26111, + "arcs": [[-1438, 1528, 1529, 1530, -1402]] + }, { + "type": "Polygon", + "id": 26127, + "arcs": [[1531, 1532, 1533, -1378]] + }, { + "type": "Polygon", + "id": 26073, + "arcs": [[-1531, 1534, 1535, 1536, -1399]] + }, { + "type": "Polygon", + "id": 23031, + "arcs": [[1537, 1538, -1300, -889, -888, -1384]] + }, { + "type": "Polygon", + "id": 26107, + "arcs": [[-1537, 1539, 1540, -1397]] + }, { + "type": "Polygon", + "id": 26123, + "arcs": [[-1541, 1541, 1542, 1543, -1532, -1395]] + }, { + "type": "Polygon", + "id": 36115, + "arcs": [[-1485, 1544, 1545, 1546, 1547, -1206, -1296]] + }, { + "type": "Polygon", + "id": 16001, + "arcs": [[-1286, -1417, 1548, -1478, -1243]] + }, { + "type": "Polygon", + "id": 36113, + "arcs": [[1549, -1406, -1207, -1548]] + }, { + "type": "Polygon", + "id": 46123, + "arcs": [[1550, 1551, 1552, -1480, -1331]] + }, { + "type": "Polygon", + "id": 33001, + "arcs": [[1553, 1554, -1267, -1302]] + }, { + "type": "Polygon", + "id": 26157, + "arcs": [[1555, 1556, 1557, 1558, 1559, -1436, 1560, 1561]] + }, { + "type": "Polygon", + "id": 55123, + "arcs": [[1562, 1563, 1564, 1565, -1503, -1422, -1403, -1309]] + }, { + "type": "Polygon", + "id": 36075, + "arcs": [[-1327, 1566, 1567, 1568, 1569, 1570, -1279]] + }, { + "type": "Polygon", + "id": 46113, + "arcs": [[1571, 1572, 1573, 1574, -1486, -1247, -1442]] + }, { + "type": "Polygon", + "id": 26151, + "arcs": [[1575, 1576, -1557, 1577, 1578]] + }, { + "type": "Polygon", + "id": 16073, + "arcs": [[-1549, -1416, 1579, 1580, 1581, -1263, -1479]] + }, { + "type": "Polygon", + "id": 55021, + "arcs": [[1582, 1583, 1584, -1313, -1455, -1453]] + }, { + "type": "Polygon", + "id": 55111, + "arcs": [[-1585, 1585, 1586, 1587, -1563, -1308]] + }, { + "type": "Polygon", + "id": 55027, + "arcs": [[1588, 1589, 1590, 1591, -1583, -1452, -1468]] + }, { + "type": "Polygon", + "id": 16019, + "arcs": [[-1474, -1449, -1173, 1592, 1593, 1594, -1426]] + }, { + "type": "Polygon", + "id": 16011, + "arcs": [[1595, 1596, 1597, -1443, -1323, -1427, -1595]] + }, { + "type": "Polygon", + "id": 41035, + "arcs": [[1598, 1599, 1600, 1601, -1460, -1297, -1274]] + }, { + "type": "Polygon", + "id": 41037, + "arcs": [[1602, 1603, -1599, -1273, -1430]] + }, { + "type": "Polygon", + "id": 36065, + "arcs": [[1604, 1605, -1567, -1326, -1421]] + }, { + "type": "Polygon", + "id": 33013, + "arcs": [[-1555, 1606, 1607, 1608, 1609, -1268]] + }, { + "type": "Polygon", + "id": 41011, + "arcs": [[1610, 1611, -1464]] + }, { + "type": "Polygon", + "id": 33019, + "arcs": [[-1610, 1612, 1613, 1614, -1456, -1269]] + }, { + "type": "Polygon", + "id": 33017, + "arcs": [[-1539, 1615, 1616, -1607, -1554, -1301]] + }, { + "type": "Polygon", + "id": 26145, + "arcs": [[-1560, 1617, 1618, 1619, -1529, -1437]] + }, { + "type": "Polygon", + "id": 55103, + "arcs": [[1620, 1621, 1622, -1564, -1588]] + }, { + "type": "Polygon", + "id": 55089, + "arcs": [[1623, 1624, 1625, -1476]] + }, { + "type": "Polygon", + "id": 55131, + "arcs": [[-1477, -1626, 1626, -1589, -1467]] + }, { + "type": "Polygon", + "id": 19189, + "arcs": [[1627, 1628, 1629, -1518, -1497]] + }, { + "type": "Polygon", + "id": 19109, + "arcs": [[1630, 1631, 1632, -1525, -1519, -1630, 1633]] + }, { + "type": "Polygon", + "id": 19059, + "arcs": [[1634, 1635, -1516, 1636]] + }, { + "type": "Polygon", + "id": 19063, + "arcs": [[1637, -1637, -1515, -1526, -1633]] + }, { + "type": "Polygon", + "id": 19195, + "arcs": [[1638, -1628, -1496, -1502, 1639]] + }, { + "type": "Polygon", + "id": 19143, + "arcs": [[1640, 1641, -1493, -1517, -1636]] + }, { + "type": "Polygon", + "id": 56027, + "arcs": [[-1488, 1642, 1643, 1644, 1645, 1646, -1375]] + }, { + "type": "Polygon", + "id": 19131, + "arcs": [[1647, 1648, -1640, -1501, 1649]] + }, { + "type": "Polygon", + "id": 19119, + "arcs": [[1650, 1651, -1521, -1490, -1494, -1642]] + }, { + "type": "Polygon", + "id": 19089, + "arcs": [[1652, 1653, -1650, -1500, -1513]] + }, { + "type": "Polygon", + "id": 19005, + "arcs": [[-1566, 1654, 1655, 1656, -1504]] + }, { + "type": "Polygon", + "id": 19191, + "arcs": [[1657, 1658, -1653, -1512, -1505, -1657]] + }, { + "type": "Polygon", + "id": 46083, + "arcs": [[-1652, 1659, 1660, 1661, 1662, -1522]] + }, { + "type": "Polygon", + "id": 56009, + "arcs": [[-1647, 1663, 1664, 1665, 1666, -1199, -1026, -1376]] + }, { + "type": "Polygon", + "id": 46023, + "arcs": [[-1471, 1667, 1668, 1669, 1670, 1671, 1672, -1473]] + }, { + "type": "Polygon", + "id": 46125, + "arcs": [[-1523, -1663, 1673, 1674, 1675, -1527]] + }, { + "type": "Polygon", + "id": 46067, + "arcs": [[-1528, -1676, 1676, 1677, -1669, 1678, -1508, -1511]] + }, { + "type": "Polygon", + "id": 56025, + "arcs": [[-1200, -1667, 1679, -1431, -1388]] + }, { + "type": "Polygon", + "id": 46043, + "arcs": [[-1509, -1679, -1668, -1470]] + }, { + "type": "Polygon", + "id": 46053, + "arcs": [[-1673, 1680, 1681, -1551, -1330]] + }, { + "type": "Polygon", + "id": 46047, + "arcs": [[-1575, 1682, 1683, -1643, -1487]] + }, { + "type": "Polygon", + "id": 26121, + "arcs": [[-1544, 1684, 1685, 1686, -1533]] + }, { + "type": "Polygon", + "id": 26117, + "arcs": [[-1536, 1687, 1688, 1689, -1542, -1540]] + }, { + "type": "Polygon", + "id": 56035, + "arcs": [[1690, 1691, -1171, -1434]] + }, { + "type": "Polygon", + "id": 26057, + "arcs": [[-1530, -1620, 1692, 1693, -1688, -1535]] + }, { + "type": "Polygon", + "id": 55023, + "arcs": [[-1623, 1694, 1695, -1655, -1565]] + }, { + "type": "Polygon", + "id": 36011, + "arcs": [[1696, 1697, 1698, 1699, 1700, 1701, -1570]] + }, { + "type": "Polygon", + "id": 36091, + "arcs": [[-1547, 1702, 1703, 1704, 1705, 1706, -1407, -1550]] + }, { + "type": "Polygon", + "id": 46007, + "arcs": [[1707, 1708, -1572, -1441]] + }, { + "type": "Polygon", + "id": 46121, + "arcs": [[-1553, 1709, -1708, -1481]] + }, { + "type": "Polygon", + "id": 36073, + "arcs": [[1710, 1711, 1712, 1713]] + }, { + "type": "Polygon", + "id": 36063, + "arcs": [[-1713, 1714, 1715, 1716]] + }, { + "type": "Polygon", + "id": 36055, + "arcs": [[1717, 1718, 1719, 1720, -1711, 1721]] + }, { + "type": "Polygon", + "id": 36117, + "arcs": [[1722, 1723, -1718, 1724, -1701]] + }, { + "type": "Polygon", + "id": 26087, + "arcs": [[1725, 1726, 1727, 1728, -1558, -1577]] + }, { + "type": "Polygon", + "id": 56023, + "arcs": [[-1692, 1729, 1730, 1731, 1732, 1733, -1593, -1172]] + }, { + "type": "Polygon", + "id": 50003, + "arcs": [[-1458, 1734, 1735, 1736, 1737, -1545, -1484]] + }, { + "type": "Polygon", + "id": 55025, + "arcs": [[-1592, 1738, 1739, 1740, 1741, -1586, -1584]] + }, { + "type": "Polygon", + "id": 26081, + "arcs": [[1742, 1743, 1744, 1745, -1685, -1543, -1690]] + }, { + "type": "Polygon", + "id": 36035, + "arcs": [[-1707, 1746, -1418, -1408]] + }, { + "type": "Polygon", + "id": 33015, + "arcs": [[1747, 1748, 1749, -1608, -1617]] + }, { + "type": "Polygon", + "id": 36067, + "arcs": [[1750, 1751, -1697, -1569]] + }, { + "type": "Polygon", + "id": 50025, + "arcs": [[-1615, 1752, 1753, -1735, -1457]] + }, { + "type": "Polygon", + "id": 19167, + "arcs": [[1754, 1755, 1756, -1660, -1651]] + }, { + "type": "Polygon", + "id": 19141, + "arcs": [[1757, 1758, -1755, -1641]] + }, { + "type": "Polygon", + "id": 19033, + "arcs": [[-1649, 1759, 1760, 1761, -1639]] + }, { + "type": "Polygon", + "id": 19081, + "arcs": [[-1762, 1762, -1634, -1629]] + }, { + "type": "Polygon", + "id": 19147, + "arcs": [[-1632, 1763, 1764, -1638]] + }, { + "type": "Polygon", + "id": 19041, + "arcs": [[-1765, 1765, -1758, -1635]] + }, { + "type": "Polygon", + "id": 26049, + "arcs": [[-1729, 1766, 1767, 1768, -1618, -1559]] + }, { + "type": "Polygon", + "id": 19037, + "arcs": [[-1659, 1769, 1770, 1771, -1654]] + }, { + "type": "Polygon", + "id": 19067, + "arcs": [[-1772, 1772, -1760, -1648]] + }, { + "type": "Polygon", + "id": 55049, + "arcs": [[-1587, -1742, 1773, 1774, 1775, -1621]] + }, { + "type": "Polygon", + "id": 55043, + "arcs": [[-1776, 1776, 1777, 1778, 1779, -1695, -1622]] + }, { + "type": "Polygon", + "id": 33011, + "arcs": [[-1750, 1780, 1781, 1782, 1783, -1613, -1609]] + }, { + "type": "Polygon", + "id": 26139, + "arcs": [[-1746, 1784, 1785, -1686]] + }, { + "type": "Polygon", + "id": 16063, + "arcs": [[1786, 1787, 1788, -1482, -1447]] + }, { + "type": "Polygon", + "id": 16047, + "arcs": [[-1789, 1789, 1790, 1791, -1414, -1483]] + }, { + "type": "Polygon", + "id": 55055, + "arcs": [[1792, 1793, 1794, -1739, -1591]] + }, { + "type": "Polygon", + "id": 16067, + "arcs": [[1795, 1796, -1787, -1446]] + }, { + "type": "Polygon", + "id": 55133, + "arcs": [[-1627, 1797, 1798, 1799, -1793, -1590]] + }, { + "type": "Polygon", + "id": 55079, + "arcs": [[1800, 1801, -1798, -1625]] + }, { + "type": "Polygon", + "id": 36053, + "arcs": [[-1606, 1802, 1803, 1804, -1751, -1568]] + }, { + "type": "Polygon", + "id": 33005, + "arcs": [[-1784, 1805, 1806, -1753, -1614]] + }, { + "type": "Polygon", + "id": 46135, + "arcs": [[1807, 1808, 1809, 1810, -1677, -1675]] + }, { + "type": "Polygon", + "id": 46009, + "arcs": [[-1811, 1811, -1670, -1678]] + }, { + "type": "Polygon", + "id": 26155, + "arcs": [[-1769, 1812, 1813, 1814, -1693, -1619]] + }, { + "type": "Polygon", + "id": 36037, + "arcs": [[1815, 1816, 1817, -1715, -1712, -1721]] + }, { + "type": "Polygon", + "id": 26067, + "arcs": [[1818, 1819, 1820, -1743, -1689]] + }, { + "type": "Polygon", + "id": 26037, + "arcs": [[-1815, 1821, 1822, -1819, -1694]] + }, { + "type": "Polygon", + "id": 16077, + "arcs": [[-1598, 1823, 1824, 1825, -1444]] + }, { + "type": "MultiPolygon", + "id": 36029, + "arcs": [[[1826]], [[-1818, 1827, 1828, 1829, 1830, 1831, -1716]]] + }, { + "type": "Polygon", + "id": 46127, + "arcs": [[-1757, 1832, 1833, 1834, 1835, 1836, -1661]] + }, { + "type": "Polygon", + "id": 46027, + "arcs": [[-1837, 1837, 1838, -1808, -1674, -1662]] + }, { + "type": "Polygon", + "id": 19065, + "arcs": [[1839, 1840, 1841, -1770, -1658]] + }, { + "type": "Polygon", + "id": 19043, + "arcs": [[-1696, -1780, 1842, 1843, -1840, -1656]] + }, { + "type": "Polygon", + "id": 36057, + "arcs": [[-1706, 1844, 1845, 1846, -1419, -1747]] + }, { + "type": "Polygon", + "id": 36069, + "arcs": [[1847, 1848, 1849, 1850, -1719, -1724]] + }, { + "type": "Polygon", + "id": 16005, + "arcs": [[1851, 1852, 1853, -1824, -1597]] + }, { + "type": "Polygon", + "id": 16029, + "arcs": [[-1594, -1734, 1854, 1855, -1852, -1596]] + }, { + "type": "Polygon", + "id": 36099, + "arcs": [[1856, 1857, 1858, -1848, -1723, -1700]] + }, { + "type": "Polygon", + "id": 31165, + "arcs": [[1859, 1860, 1861, -1644, -1684, 1862]] + }, { + "type": "Polygon", + "id": 31161, + "arcs": [[1863, 1864, 1865, 1866, 1867, -1573, 1868]] + }, { + "type": "Polygon", + "id": 31045, + "arcs": [[1869, -1863, -1683, -1574, -1868]] + }, { + "type": "Polygon", + "id": 31015, + "arcs": [[1870, 1871, 1872, -1681, -1672]] + }, { + "type": "Polygon", + "id": 31103, + "arcs": [[-1873, 1873, 1874, 1875, -1552, -1682]] + }, { + "type": "Polygon", + "id": 31031, + "arcs": [[-1710, -1876, 1876, 1877, 1878, 1879, 1880, -1869, -1709]] + }, { + "type": "Polygon", + "id": 41029, + "arcs": [[-1602, 1881, 1882, -1461]] + }, { + "type": "Polygon", + "id": 36051, + "arcs": [[-1851, 1883, 1884, 1885, -1816, -1720]] + }, { + "type": "Polygon", + "id": 36083, + "arcs": [[-1738, 1886, 1887, 1888, -1703, -1546]] + }, { + "type": "Polygon", + "id": 36093, + "arcs": [[1889, 1890, -1845, -1705]] + }, { + "type": "Polygon", + "id": 41015, + "arcs": [[-1463, 1891, 1892, 1893, -1611]] + }, { + "type": "Polygon", + "id": 16083, + "arcs": [[-1791, 1894, 1895, 1896, -1580, -1415, -1792]] + }, { + "type": "Polygon", + "id": 19149, + "arcs": [[1897, 1898, -1833, -1756]] + }, { + "type": "Polygon", + "id": 19021, + "arcs": [[1899, 1900, 1901, -1766]] + }, { + "type": "Polygon", + "id": 19035, + "arcs": [[-1902, 1902, 1903, -1898, -1759]] + }, { + "type": "Polygon", + "id": 19151, + "arcs": [[1904, 1905, 1906, -1900, -1764]] + }, { + "type": "Polygon", + "id": 19197, + "arcs": [[1907, 1908, 1909, 1910, -1763]] + }, { + "type": "Polygon", + "id": 19091, + "arcs": [[-1911, 1911, -1905, -1631]] + }, { + "type": "Polygon", + "id": 19069, + "arcs": [[1912, 1913, -1908, -1761]] + }, { + "type": "Polygon", + "id": 19023, + "arcs": [[1914, 1915, 1916, -1913, -1773]] + }, { + "type": "Polygon", + "id": 19017, + "arcs": [[-1842, 1917, -1915, -1771]] + }, { + "type": "Polygon", + "id": 36077, + "arcs": [[-1847, 1918, 1919, 1920, -1803, -1605, -1420]] + }, { + "type": "Polygon", + "id": 31089, + "arcs": [[1921, 1922, 1923, 1924, 1925, 1926, -1872]] + }, { + "type": "Polygon", + "id": 26099, + "arcs": [[1927, 1928, 1929, -1727, 1930]] + }, { + "type": "Polygon", + "id": 26125, + "arcs": [[1931, 1932, 1933, -1767, -1728, -1930]] + }, { + "type": "Polygon", + "id": 25009, + "arcs": [[1934, 1935, 1936, -1781, -1749]] + }, { + "type": "Polygon", + "id": 31107, + "arcs": [[-1812, -1810, 1937, 1938, 1939, -1922, -1871, -1671]] + }, { + "type": "Polygon", + "id": 31027, + "arcs": [[-1839, 1940, 1941, 1942, -1938, -1809]] + }, { + "type": "Polygon", + "id": 36121, + "arcs": [[-1886, 1943, 1944, -1828, -1817]] + }, { + "type": "Polygon", + "id": 55045, + "arcs": [[1945, 1946, 1947, 1948, -1774, -1741]] + }, { + "type": "Polygon", + "id": 16053, + "arcs": [[-1797, 1949, -1895, -1790, -1788]] + }, { + "type": "Polygon", + "id": 55105, + "arcs": [[-1795, 1950, 1951, 1952, -1946, -1740]] + }, { + "type": "Polygon", + "id": 31017, + "arcs": [[1953, 1954, 1955, -1877, -1875]] + }, { + "type": "Polygon", + "id": 55127, + "arcs": [[-1800, 1956, 1957, 1958, 1959, -1951, -1794]] + }, { + "type": "Polygon", + "id": 55101, + "arcs": [[1960, 1961, -1957, -1799, -1802]] + }, { + "type": "Polygon", + "id": 36095, + "arcs": [[-1891, 1962, 1963, 1964, -1919, -1846]] + }, { + "type": "Polygon", + "id": 36001, + "arcs": [[-1889, 1965, -1963, -1890, -1704]] + }, { + "type": "Polygon", + "id": 55065, + "arcs": [[-1949, 1966, 1967, -1777, -1775]] + }, { + "type": "Polygon", + "id": 31149, + "arcs": [[1968, -1954, -1874, -1927]] + }, { + "type": "Polygon", + "id": 36023, + "arcs": [[1969, 1970, -1698, -1752, -1805, 1971, 1972]] + }, { + "type": "Polygon", + "id": 41033, + "arcs": [[-1462, -1883, 1973, 1974, -1892]] + }, { + "type": "Polygon", + "id": 26093, + "arcs": [[-1934, 1975, 1976, 1977, -1813, -1768]] + }, { + "type": "Polygon", + "id": 26065, + "arcs": [[-1978, 1978, 1979, -1822, -1814]] + }, { + "type": "Polygon", + "id": 26045, + "arcs": [[-1823, -1980, 1980, 1981, 1982, -1820]] + }, { + "type": "Polygon", + "id": 26015, + "arcs": [[-1983, 1983, 1984, 1985, -1744, -1821]] + }, { + "type": "Polygon", + "id": 26005, + "arcs": [[-1745, -1986, 1986, 1987, 1988, -1785]] + }, { + "type": "Polygon", + "id": 36123, + "arcs": [[1989, 1990, -1849, -1859]] + }, { + "type": "Polygon", + "id": 31051, + "arcs": [[-1836, 1991, 1992, 1993, -1941, -1838]] + }, { + "type": "Polygon", + "id": 25003, + "arcs": [[1994, 1995, 1996, 1997, 1998, 1999, -1887, -1737]] + }, { + "type": "Polygon", + "id": 36017, + "arcs": [[-1921, 2000, 2001, 2002, -1972, -1804]] + }, { + "type": "Polygon", + "id": 25011, + "arcs": [[2003, -1995, -1736, -1754, -1807, 2004]] + }, { + "type": "Polygon", + "id": 25017, + "arcs": [[2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, -1782, -1937]] + }, { + "type": "Polygon", + "id": 25027, + "arcs": [[-1783, -2014, 2014, 2015, 2016, 2017, 2018, 2019, -2005, -1806]] + }, { + "type": "Polygon", + "id": 16031, + "arcs": [[-1826, 2020, 2021, 2022, -1896, -1950, -1796, -1445]] + }, { + "type": "Polygon", + "id": 19061, + "arcs": [[2023, 2024, 2025, 2026, -1843, -1779]] + }, { + "type": "Polygon", + "id": 55059, + "arcs": [[2027, 2028, 2029, -1958, -1962]] + }, { + "type": "Polygon", + "id": 19055, + "arcs": [[-2027, 2030, 2031, 2032, -1844]] + }, { + "type": "Polygon", + "id": 19187, + "arcs": [[-1910, 2033, 2034, 2035, 2036, -1906, -1912]] + }, { + "type": "Polygon", + "id": 19019, + "arcs": [[-2033, 2037, 2038, 2039, -1841]] + }, { + "type": "Polygon", + "id": 19013, + "arcs": [[-2040, 2040, 2041, 2042, -1916, -1918]] + }, { + "type": "Polygon", + "id": 36109, + "arcs": [[-1971, 2043, 2044, 2045, -1857, -1699]] + }, { + "type": "Polygon", + "id": 56015, + "arcs": [[-1862, 2046, 2047, 2048, 2049, -1645]] + }, { + "type": "Polygon", + "id": 56031, + "arcs": [[-2050, 2050, 2051, -1664, -1646]] + }, { + "type": "Polygon", + "id": 16007, + "arcs": [[-1733, 2052, 2053, -1855]] + }, { + "type": "Polygon", + "id": 36101, + "arcs": [[-1850, -1991, 2054, 2055, 2056, 2057, 2058, -1884]] + }, { + "type": "Polygon", + "id": 36013, + "arcs": [[2059, 2060, 2061, 2062, -1831]] + }, { + "type": "Polygon", + "id": 19193, + "arcs": [[-1904, 2063, 2064, 2065, 2066, -1834, -1899]] + }, { + "type": "Polygon", + "id": 19161, + "arcs": [[2067, 2068, 2069, 2070, -1901]] + }, { + "type": "Polygon", + "id": 19093, + "arcs": [[-2071, 2071, -2064, -1903]] + }, { + "type": "Polygon", + "id": 19025, + "arcs": [[-2037, 2072, 2073, -2068, -1907]] + }, { + "type": "Polygon", + "id": 19079, + "arcs": [[2074, 2075, 2076, -2034, -1909]] + }, { + "type": "Polygon", + "id": 19083, + "arcs": [[-1914, 2077, 2078, 2079, -2075]] + }, { + "type": "Polygon", + "id": 19075, + "arcs": [[-2043, 2080, 2081, -2078, -1917]] + }, { + "type": "Polygon", + "id": 25015, + "arcs": [[-2020, 2082, -1996, -2004]] + }, { + "type": "Polygon", + "id": 36097, + "arcs": [[-2046, 2083, -2055, -1990, -1858]] + }, { + "type": "Polygon", + "id": 36009, + "arcs": [[-1829, -1945, 2084, 2085, 2086, -2060, -1830]] + }, { + "type": "Polygon", + "id": 31043, + "arcs": [[-1835, -2067, 2087, -1992]] + }, { + "type": "Polygon", + "id": 36003, + "arcs": [[-1885, -2059, 2088, 2089, -2085, -1944]] + }, { + "type": "Polygon", + "id": 36025, + "arcs": [[-1965, 2090, 2091, 2092, 2093, 2094, -2001, -1920]] + }, { + "type": "Polygon", + "id": 17085, + "arcs": [[-1968, 2095, 2096, 2097, -2024, -1778]] + }, { + "type": "Polygon", + "id": 36021, + "arcs": [[2098, 2099, 2100, -1888, -2000]] + }, { + "type": "Polygon", + "id": 17177, + "arcs": [[2101, -2096, -1967, -1948, 2102, 2103]] + }, { + "type": "Polygon", + "id": 17201, + "arcs": [[2104, 2105, -2103, -1947, -1953]] + }, { + "type": "Polygon", + "id": 16071, + "arcs": [[-1854, 2106, 2107, 2108, -2021, -1825]] + }, { + "type": "Polygon", + "id": 17111, + "arcs": [[2109, 2110, 2111, 2112, 2113, -1959, -2030]] + }, { + "type": "Polygon", + "id": 17007, + "arcs": [[-1960, -2114, 2114, -2105, -1952]] + }, { + "type": "Polygon", + "id": 17097, + "arcs": [[2115, -2110, -2029, 2116]] + }, { + "type": "Polygon", + "id": 36039, + "arcs": [[2117, -2091, -1964, -1966, -2101]] + }, { + "type": "MultiPolygon", + "id": 25025, + "arcs": [[[2118, 2119, -2012, 2120, -2010]]] + }, { + "type": "Polygon", + "id": 31139, + "arcs": [[2121, 2122, 2123, -1939, -1943]] + }, { + "type": "Polygon", + "id": 31013, + "arcs": [[2124, 2125, -1860, -1870, -1867]] + }, { + "type": "Polygon", + "id": 31003, + "arcs": [[-2124, 2126, 2127, 2128, -1923, -1940]] + }, { + "type": "Polygon", + "id": 26161, + "arcs": [[2129, 2130, 2131, -1976, -1933, 2132]] + }, { + "type": "Polygon", + "id": 56007, + "arcs": [[-1666, 2133, 2134, 2135, 2136, 2137, -1432, -1680]] + }, { + "type": "Polygon", + "id": 56001, + "arcs": [[-2052, 2138, 2139, 2140, -2134, -1665]] + }, { + "type": "Polygon", + "id": 16041, + "arcs": [[-2054, 2141, -2107, -1853, -1856]] + }, { + "type": "Polygon", + "id": 26075, + "arcs": [[-1977, -2132, 2142, 2143, 2144, -1981, -1979]] + }, { + "type": "Polygon", + "id": 26025, + "arcs": [[-2145, 2145, 2146, 2147, -1984, -1982]] + }, { + "type": "Polygon", + "id": 26159, + "arcs": [[2148, 2149, 2150, 2151, -1988]] + }, { + "type": "Polygon", + "id": 26077, + "arcs": [[-2148, 2152, -2149, -1987, -1985]] + }, { + "type": "Polygon", + "id": 36007, + "arcs": [[-2002, -2095, 2153, 2154, 2155, -1973, -2003]] + }, { + "type": "Polygon", + "id": 36107, + "arcs": [[-2156, 2156, 2157, 2158, -2044, -1970]] + }, { + "type": "Polygon", + "id": 19097, + "arcs": [[-2098, 2159, 2160, 2161, -2025]] + }, { + "type": "Polygon", + "id": 31179, + "arcs": [[-1994, 2162, 2163, 2164, -2122, -1942]] + }, { + "type": "Polygon", + "id": 25021, + "arcs": [[-2120, 2165, 2166, 2167, 2168, -2015, -2013]] + }, { + "type": "Polygon", + "id": 25013, + "arcs": [[-2019, 2169, 2170, 2171, -1997, -2083]] + }, { + "type": "Polygon", + "id": 25023, + "arcs": [[2172, 2173, 2174, 2175, 2176, -2167, 2177]] + }, { + "type": "Polygon", + "id": 19011, + "arcs": [[2178, 2179, 2180, -2041, -2039]] + }, { + "type": "Polygon", + "id": 19113, + "arcs": [[-2032, 2181, 2182, 2183, -2179, -2038]] + }, { + "type": "Polygon", + "id": 19171, + "arcs": [[-2181, 2184, 2185, -2081, -2042]] + }, { + "type": "Polygon", + "id": 19105, + "arcs": [[-2026, -2162, 2186, 2187, -2182, -2031]] + }, { + "type": "Polygon", + "id": 36015, + "arcs": [[-2045, -2159, 2188, 2189, -2056, -2084]] + }, { + "type": "Polygon", + "id": 31173, + "arcs": [[-2066, 2190, 2191, 2192, -2163, -1993, -2088]] + }, { + "type": "Polygon", + "id": 56037, + "arcs": [[-1433, -2138, 2193, 2194, 2195, 2196, -1730, -1691]] + }, { + "type": "Polygon", + "id": 42049, + "arcs": [[2197, 2198, 2199, 2200, -2062]] + }, { + "type": "Polygon", + "id": 26021, + "arcs": [[2201, 2202, 2203, 2204, -2151]] + }, { + "type": "Polygon", + "id": 19133, + "arcs": [[2205, 2206, 2207, -2191, -2065]] + }, { + "type": "Polygon", + "id": 19127, + "arcs": [[-2186, 2208, 2209, -2079, -2082]] + }, { + "type": "Polygon", + "id": 19027, + "arcs": [[-2074, 2210, 2211, 2212, 2213, -2069]] + }, { + "type": "Polygon", + "id": 19047, + "arcs": [[-2072, -2070, -2214, 2214, 2215, -2206]] + }, { + "type": "Polygon", + "id": 19015, + "arcs": [[-2077, 2216, 2217, 2218, 2219, -2035]] + }, { + "type": "Polygon", + "id": 19073, + "arcs": [[-2220, 2220, 2221, -2211, -2073, -2036]] + }, { + "type": "Polygon", + "id": 19169, + "arcs": [[-2080, -2210, 2222, 2223, -2217, -2076]] + }, { + "type": "Polygon", + "id": 17141, + "arcs": [[2224, 2225, 2226, 2227, -2104, -2106]] + }, { + "type": "Polygon", + "id": 17015, + "arcs": [[-2228, 2228, 2229, -2160, -2097, -2102]] + }, { + "type": "Polygon", + "id": 36111, + "arcs": [[-2100, 2230, 2231, 2232, -2092, -2118]] + }, { + "type": "Polygon", + "id": 17031, + "arcs": [[-2116, 2233, 2234, 2235, 2236, 2237, 2238, -2111]] + }, { + "type": "Polygon", + "id": 17037, + "arcs": [[2239, 2240, 2241, 2242, -2225, -2115, -2113]] + }, { + "type": "Polygon", + "id": 17089, + "arcs": [[-2239, 2243, 2244, -2240, -2112]] + }, { + "type": "Polygon", + "id": 31075, + "arcs": [[2245, 2246, 2247, -1864, -1881]] + }, { + "type": "Polygon", + "id": 25005, + "arcs": [[2248, 2249, 2250, 2251, 2252, -2168, -2177]] + }, { + "type": "Polygon", + "id": 31091, + "arcs": [[2253, 2254, 2255, -2246, -1880]] + }, { + "type": "Polygon", + "id": 31039, + "arcs": [[-2193, 2256, 2257, 2258, 2259, -2164]] + }, { + "type": "Polygon", + "id": 31119, + "arcs": [[2260, 2261, 2262, -2127, -2123]] + }, { + "type": "Polygon", + "id": 31167, + "arcs": [[-2260, 2263, 2264, -2261, -2165]] + }, { + "type": "Polygon", + "id": 31171, + "arcs": [[2265, 2266, 2267, -2254, -1879]] + }, { + "type": "Polygon", + "id": 31183, + "arcs": [[2268, 2269, 2270, 2271, -1924, -2129]] + }, { + "type": "Polygon", + "id": 31009, + "arcs": [[-1878, -1956, 2272, 2273, 2274, -2266]] + }, { + "type": "Polygon", + "id": 31115, + "arcs": [[2275, 2276, -2273, -1955, -1969, -1926]] + }, { + "type": "Polygon", + "id": 31071, + "arcs": [[-2272, 2277, 2278, -2276, -1925]] + }, { + "type": "Polygon", + "id": 26091, + "arcs": [[2279, 2280, 2281, 2282, -2143, -2131]] + }, { + "type": "Polygon", + "id": 36027, + "arcs": [[-1999, 2283, 2284, 2285, 2286, -2231, -2099]] + }, { + "type": "Polygon", + "id": 25001, + "arcs": [[-2175, 2287]] + }, { + "type": "Polygon", + "id": 26023, + "arcs": [[2288, 2289, 2290, 2291, -2147]] + }, { + "type": "Polygon", + "id": 26059, + "arcs": [[-2283, 2292, 2293, 2294, -2289, -2146, -2144]] + }, { + "type": "Polygon", + "id": 26149, + "arcs": [[-2292, 2295, 2296, 2297, -2153]] + }, { + "type": "Polygon", + "id": 26027, + "arcs": [[-2298, 2298, 2299, -2202, -2150]] + }, { + "type": "Polygon", + "id": 9005, + "arcs": [[-2172, 2300, 2301, 2302, -2284, -1998]] + }, { + "type": "Polygon", + "id": 31021, + "arcs": [[2303, 2304, 2305, -2257, -2192, -2208]] + }, { + "type": "Polygon", + "id": 9003, + "arcs": [[2306, 2307, 2308, 2309, -2301, -2171]] + }, { + "type": "Polygon", + "id": 9013, + "arcs": [[-2018, 2310, 2311, -2307, -2170]] + }, { + "type": "Polygon", + "id": 19045, + "arcs": [[-2230, 2312, 2313, 2314, 2315, 2316, -2187, -2161]] + }, { + "type": "Polygon", + "id": 9015, + "arcs": [[2317, 2318, 2319, -2311, -2017]] + }, { + "type": "Polygon", + "id": 44007, + "arcs": [[-2253, 2320, 2321, 2322, -2318, -2016, -2169]] + }, { + "type": "Polygon", + "id": 36105, + "arcs": [[2323, 2324, 2325, -2093, -2233]] + }, { + "type": "Polygon", + "id": 6093, + "arcs": [[-1601, 2326, 2327, 2328, 2329, 2330, -1974, -1882]] + }, { + "type": "Polygon", + "id": 31069, + "arcs": [[-2248, 2331, 2332, 2333, 2334, 2335, -1865]] + }, { + "type": "Polygon", + "id": 31123, + "arcs": [[-2336, 2336, 2337, 2338, -2125, -1866]] + }, { + "type": "Polygon", + "id": 49005, + "arcs": [[2339, 2340, 2341, -2108, -2142]] + }, { + "type": "Polygon", + "id": 31157, + "arcs": [[-2339, 2342, -2047, -1861, -2126]] + }, { + "type": "Polygon", + "id": 49033, + "arcs": [[-1732, 2343, 2344, 2345, 2346, -2340, -2053]] + }, { + "type": "Polygon", + "id": 42015, + "arcs": [[-2189, -2158, 2347, 2348, 2349, 2350, 2351]] + }, { + "type": "Polygon", + "id": 42117, + "arcs": [[-2190, -2352, 2352, 2353, -2057]] + }, { + "type": "Polygon", + "id": 49003, + "arcs": [[2354, 2355, 2356, -2022, -2109, -2342]] + }, { + "type": "Polygon", + "id": 32013, + "arcs": [[2357, 2358, 2359, -1428, -1264, -1582, 2360]] + }, { + "type": "Polygon", + "id": 32007, + "arcs": [[-2023, -2357, 2361, 2362, 2363, 2364, -2361, -1581, -1897]] + }, { + "type": "Polygon", + "id": 42083, + "arcs": [[-2090, 2365, 2366, 2367, 2368, -2086]] + }, { + "type": "Polygon", + "id": 42105, + "arcs": [[-2058, -2354, 2369, 2370, 2371, -2366, -2089]] + }, { + "type": "Polygon", + "id": 6015, + "arcs": [[-2331, 2372, 2373, -1893, -1975]] + }, { + "type": "Polygon", + "id": 42127, + "arcs": [[-2094, -2326, 2374, 2375, 2376, 2377, -2154]] + }, { + "type": "Polygon", + "id": 42115, + "arcs": [[2378, 2379, -2348, -2157, -2155, -2378]] + }, { + "type": "Polygon", + "id": 42123, + "arcs": [[-2369, 2380, 2381, 2382, -2198, -2061, -2087]] + }, { + "type": "Polygon", + "id": 6049, + "arcs": [[-1604, 2383, 2384, 2385, -2327, -1600]] + }, { + "type": "Polygon", + "id": 32031, + "arcs": [[2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, -2384, -1603, -1429, -2360]] + }, { + "type": "Polygon", + "id": 17043, + "arcs": [[2395, 2396, -2244, -2238]] + }, { + "type": "Polygon", + "id": 39007, + "arcs": [[2397, 2398, 2399, 2400, 2401, -2200]] + }, { + "type": "Polygon", + "id": 19031, + "arcs": [[-2188, -2317, 2402, 2403, 2404, -2183]] + }, { + "type": "Polygon", + "id": 17195, + "arcs": [[-2227, 2405, 2406, 2407, 2408, -2313, -2229]] + }, { + "type": "Polygon", + "id": 31011, + "arcs": [[-2263, 2409, 2410, 2411, -2269, -2128]] + }, { + "type": "Polygon", + "id": 17103, + "arcs": [[-2243, 2412, 2413, -2406, -2226]] + }, { + "type": "Polygon", + "id": 19085, + "arcs": [[-2216, 2414, 2415, 2416, -2304, -2207]] + }, { + "type": "Polygon", + "id": 19095, + "arcs": [[2417, 2418, 2419, 2420, -2180]] + }, { + "type": "Polygon", + "id": 19049, + "arcs": [[2421, 2422, 2423, -2221, -2219]] + }, { + "type": "Polygon", + "id": 19165, + "arcs": [[2424, 2425, 2426, -2415, -2215]] + }, { + "type": "Polygon", + "id": 19009, + "arcs": [[2427, 2428, -2425, -2213]] + }, { + "type": "Polygon", + "id": 19157, + "arcs": [[-2421, 2429, 2430, 2431, -2185]] + }, { + "type": "Polygon", + "id": 19153, + "arcs": [[-2224, 2432, 2433, 2434, -2422, -2218]] + }, { + "type": "Polygon", + "id": 19099, + "arcs": [[-2209, -2432, 2435, 2436, -2433, -2223]] + }, { + "type": "Polygon", + "id": 19077, + "arcs": [[-2424, 2437, -2428, -2212, -2222]] + }, { + "type": "Polygon", + "id": 19103, + "arcs": [[-2405, 2438, 2439, 2440, -2418, -2184]] + }, { + "type": "Polygon", + "id": 39085, + "arcs": [[2441, 2442, 2443, -2401]] + }, { + "type": "Polygon", + "id": 42039, + "arcs": [[-2383, 2444, 2445, 2446, -2398, -2199]] + }, { + "type": "Polygon", + "id": 17161, + "arcs": [[2447, 2448, 2449, 2450, 2451, -2314, -2409]] + }, { + "type": "Polygon", + "id": 44001, + "arcs": [[2452, -2321, -2252]] + }, { + "type": "Polygon", + "id": 19163, + "arcs": [[-2452, 2453, -2403, -2316, -2315]] + }, { + "type": "Polygon", + "id": 44003, + "arcs": [[2454, 2455, 2456, -2319, -2323]] + }, { + "type": "Polygon", + "id": 18039, + "arcs": [[2457, 2458, 2459, 2460, 2461, -2299, -2297]] + }, { + "type": "Polygon", + "id": 18141, + "arcs": [[2462, 2463, 2464, -2203, -2300, -2462]] + }, { + "type": "Polygon", + "id": 18091, + "arcs": [[2465, 2466, 2467, -2204, -2465]] + }, { + "type": "Polygon", + "id": 18151, + "arcs": [[2468, 2469, -2290, -2295, 2470]] + }, { + "type": "Polygon", + "id": 18087, + "arcs": [[2471, -2458, -2296, -2291, -2470]] + }, { + "type": "Polygon", + "id": 31037, + "arcs": [[-2259, 2472, 2473, 2474, -2264]] + }, { + "type": "Polygon", + "id": 31141, + "arcs": [[-2475, 2475, 2476, 2477, 2478, -2410, -2262, -2265]] + }, { + "type": "Polygon", + "id": 31053, + "arcs": [[-2306, 2479, 2480, 2481, 2482, -2473, -2258]] + }, { + "type": "Polygon", + "id": 31117, + "arcs": [[-2268, 2483, 2484, 2485, 2486, -2255]] + }, { + "type": "Polygon", + "id": 31005, + "arcs": [[-2487, 2487, -2332, -2247, -2256]] + }, { + "type": "Polygon", + "id": 31077, + "arcs": [[2488, 2489, 2490, 2491, -2270, -2412]] + }, { + "type": "Polygon", + "id": 31041, + "arcs": [[-2279, 2492, 2493, 2494, 2495, 2496, 2497, -2274, -2277]] + }, { + "type": "Polygon", + "id": 31113, + "arcs": [[-2275, -2498, 2498, -2484, -2267]] + }, { + "type": "Polygon", + "id": 31175, + "arcs": [[-2271, -2492, 2499, -2493, -2278]] + }, { + "type": "Polygon", + "id": 39095, + "arcs": [[2500, 2501, 2502, 2503, -2281, 2504, 2505, 2506, 2507, 2508, 2509]] + }, { + "type": "Polygon", + "id": 17197, + "arcs": [[-2237, 2510, 2511, 2512, 2513, -2396]] + }, { + "type": "Polygon", + "id": 39123, + "arcs": [[2514, 2515, 2516, 2517, 2518, -2501]] + }, { + "type": "Polygon", + "id": 17093, + "arcs": [[-2514, 2519, 2520, -2241, -2245, -2397]] + }, { + "type": "Polygon", + "id": 39051, + "arcs": [[2521, 2522, -2293, -2282, -2504]] + }, { + "type": "Polygon", + "id": 39055, + "arcs": [[2523, 2524, 2525, -2442, -2400]] + }, { + "type": "Polygon", + "id": 9011, + "arcs": [[-2457, 2526, 2527, 2528, -2308, -2312, -2320]] + }, { + "type": "Polygon", + "id": 18089, + "arcs": [[2529, 2530, 2531, 2532, -2511, -2236, 2533]] + }, { + "type": "Polygon", + "id": 18127, + "arcs": [[2534, -2530, 2535, -2467]] + }, { + "type": "Polygon", + "id": 39171, + "arcs": [[2536, 2537, 2538, -2471, -2294, -2523]] + }, { + "type": "Polygon", + "id": 31007, + "arcs": [[-2338, 2539, 2540, 2541, -2048, -2343]] + }, { + "type": "Polygon", + "id": 31177, + "arcs": [[-2417, 2542, 2543, -2480, -2305]] + }, { + "type": "MultiPolygon", + "id": 44005, + "arcs": [[[2544]], [[2545, -2250]]] + }, { + "type": "Polygon", + "id": 9001, + "arcs": [[2546, 2547, 2548, 2549, -2285, -2303]] + }, { + "type": "Polygon", + "id": 56021, + "arcs": [[-2049, -2542, 2550, 2551, 2552, -2139, -2051]] + }, { + "type": "Polygon", + "id": 44009, + "arcs": [[-2527, -2456, 2553]] + }, { + "type": "Polygon", + "id": 42131, + "arcs": [[-2380, 2554, 2555, 2556, -2349]] + }, { + "type": "Polygon", + "id": 9007, + "arcs": [[-2529, 2557, 2558, -2309]] + }, { + "type": "Polygon", + "id": 9009, + "arcs": [[-2559, 2559, 2560, 2561, -2547, -2302, -2310]] + }, { + "type": "Polygon", + "id": 42069, + "arcs": [[-2377, 2562, 2563, -2555, -2379]] + }, { + "type": "Polygon", + "id": 36071, + "arcs": [[-2287, 2564, 2565, 2566, 2567, 2568, -2324, -2232]] + }, { + "type": "Polygon", + "id": 17099, + "arcs": [[-2521, 2569, 2570, 2571, 2572, 2573, 2574, -2413, -2242]] + }, { + "type": "Polygon", + "id": 39035, + "arcs": [[-2526, 2575, 2576, 2577, 2578, 2579, -2443]] + }, { + "type": "Polygon", + "id": 42047, + "arcs": [[2580, 2581, 2582, 2583, -2368]] + }, { + "type": "Polygon", + "id": 42053, + "arcs": [[-2584, 2584, 2585, 2586, -2381]] + }, { + "type": "Polygon", + "id": 42121, + "arcs": [[2587, 2588, 2589, -2445, -2382, -2587]] + }, { + "type": "Polygon", + "id": 39043, + "arcs": [[2590, 2591, 2592, 2593, 2594, 2595]] + }, { + "type": "Polygon", + "id": 39173, + "arcs": [[-2519, 2596, 2597, 2598, 2599, -2502]] + }, { + "type": "Polygon", + "id": 42023, + "arcs": [[-2372, 2600, 2601, -2581, -2367]] + }, { + "type": "Polygon", + "id": 42103, + "arcs": [[-2569, 2602, 2603, -2375, -2325]] + }, { + "type": "Polygon", + "id": 19139, + "arcs": [[-2404, -2454, -2451, 2604, -2439]] + }, { + "type": "Polygon", + "id": 42081, + "arcs": [[2605, 2606, 2607, 2608, 2609, 2610, -2370, -2353, -2351]] + }, { + "type": "Polygon", + "id": 42113, + "arcs": [[-2606, -2350, -2557, 2611, 2612]] + }, { + "type": "Polygon", + "id": 17011, + "arcs": [[-2575, 2613, 2614, 2615, 2616, -2407, -2414]] + }, { + "type": "Polygon", + "id": 17073, + "arcs": [[-2617, 2617, 2618, 2619, -2448, -2408]] + }, { + "type": "Polygon", + "id": 56041, + "arcs": [[-2197, 2620, -2344, -1731]] + }, { + "type": "Polygon", + "id": 18033, + "arcs": [[2621, 2622, 2623, -2469, -2539]] + }, { + "type": "Polygon", + "id": 18113, + "arcs": [[-2624, 2624, 2625, 2626, -2459, -2472]] + }, { + "type": "Polygon", + "id": 31125, + "arcs": [[2627, 2628, -2489, -2411, -2479]] + }, { + "type": "Polygon", + "id": 36079, + "arcs": [[2629, 2630, -2565, -2286, -2550, 2631]] + }, { + "type": "Polygon", + "id": 25007, + "arcs": [[2632]] + }, { + "type": "Polygon", + "id": 39093, + "arcs": [[-2579, 2633, 2634, 2635, -2591, 2636]] + }, { + "type": "Polygon", + "id": 19183, + "arcs": [[2637, 2638, 2639, 2640, -2419, -2441]] + }, { + "type": "Polygon", + "id": 19181, + "arcs": [[2641, 2642, 2643, 2644, -2435]] + }, { + "type": "Polygon", + "id": 19107, + "arcs": [[-2641, 2645, 2646, 2647, -2430, -2420]] + }, { + "type": "Polygon", + "id": 19121, + "arcs": [[2648, 2649, 2650, -2423, -2645]] + }, { + "type": "Polygon", + "id": 19123, + "arcs": [[-2648, 2651, 2652, 2653, -2436, -2431]] + }, { + "type": "Polygon", + "id": 19125, + "arcs": [[-2654, 2654, 2655, -2642, -2434, -2437]] + }, { + "type": "Polygon", + "id": 19155, + "arcs": [[-2427, 2656, 2657, 2658, 2659, 2660, -2543, -2416]] + }, { + "type": "Polygon", + "id": 19029, + "arcs": [[-2429, 2661, 2662, 2663, -2657, -2426]] + }, { + "type": "Polygon", + "id": 19001, + "arcs": [[-2438, -2651, 2664, 2665, -2662]] + }, { + "type": "Polygon", + "id": 39155, + "arcs": [[-2447, 2666, 2667, 2668, -2524, -2399]] + }, { + "type": "Polygon", + "id": 39143, + "arcs": [[2669, -2593, 2670, 2671, -2597, -2518]] + }, { + "type": "Polygon", + "id": 42085, + "arcs": [[-2590, 2672, 2673, 2674, -2667, -2446]] + }, { + "type": "Polygon", + "id": 39069, + "arcs": [[-2503, -2600, 2675, 2676, -2537, -2522]] + }, { + "type": "Polygon", + "id": 18099, + "arcs": [[-2461, 2677, 2678, 2679, -2463]] + }, { + "type": "Polygon", + "id": 42035, + "arcs": [[-2611, 2680, 2681, 2682, -2601, -2371]] + }, { + "type": "Polygon", + "id": 6023, + "arcs": [[-2330, 2683, 2684, 2685, -2373]] + }, { + "type": "Polygon", + "id": 17063, + "arcs": [[2686, 2687, -2570, -2520, -2513]] + }, { + "type": "Polygon", + "id": 31023, + "arcs": [[-2483, 2688, 2689, 2690, 2691, -2476, -2474]] + }, { + "type": "Polygon", + "id": 31155, + "arcs": [[2692, 2693, 2694, 2695, -2689, -2482]] + }, { + "type": "Polygon", + "id": 18085, + "arcs": [[-2627, 2696, 2697, 2698, -2678, -2460]] + }, { + "type": "Polygon", + "id": 31033, + "arcs": [[-2335, 2699, 2700, 2701, 2702, -2540, -2337]] + }, { + "type": "Polygon", + "id": 42031, + "arcs": [[2703, 2704, 2705, -2588, -2586]] + }, { + "type": "Polygon", + "id": 49057, + "arcs": [[-2341, -2347, 2706, 2707, -2355]] + }, { + "type": "Polygon", + "id": 18149, + "arcs": [[-2680, 2708, 2709, -2466, -2464]] + }, { + "type": "Polygon", + "id": 42079, + "arcs": [[2710, 2711, 2712, 2713, -2612, -2556, -2564]] + }, { + "type": "Polygon", + "id": 39039, + "arcs": [[2714, 2715, 2716, -2622, -2538, -2677]] + }, { + "type": "Polygon", + "id": 19115, + "arcs": [[-2605, -2450, 2717, 2718, 2719, -2638, -2440]] + }, { + "type": "Polygon", + "id": 31101, + "arcs": [[2720, 2721, 2722, -2333, -2488, -2486]] + }, { + "type": "Polygon", + "id": 31111, + "arcs": [[-2499, -2497, 2723, 2724, 2725, 2726, -2721, -2485]] + }, { + "type": "Polygon", + "id": 25019, + "arcs": [[2727]] + }, { + "type": "Polygon", + "id": 31143, + "arcs": [[2728, 2729, 2730, -2477, -2692]] + }, { + "type": "Polygon", + "id": 31105, + "arcs": [[-2703, 2731, 2732, -2551, -2541]] + }, { + "type": "Polygon", + "id": 31121, + "arcs": [[-2731, 2733, 2734, 2735, -2628, -2478]] + }, { + "type": "Polygon", + "id": 31093, + "arcs": [[-2629, -2736, 2736, 2737, 2738, -2490]] + }, { + "type": "Polygon", + "id": 31163, + "arcs": [[-2491, -2739, 2739, -2494, -2500]] + }, { + "type": "Polygon", + "id": 31055, + "arcs": [[-2544, -2661, 2740, -2693, -2481]] + }, { + "type": "Polygon", + "id": 49029, + "arcs": [[2741, 2742, 2743, -2707, -2346]] + }, { + "type": "Polygon", + "id": 42065, + "arcs": [[2744, 2745, 2746, -2704, -2585, -2583]] + }, { + "type": "Polygon", + "id": 6105, + "arcs": [[2747, 2748, 2749, -2684, -2329]] + }, { + "type": "Polygon", + "id": 36119, + "arcs": [[2750, 2751, -2632, -2549, 2752]] + }, { + "type": "Polygon", + "id": 34037, + "arcs": [[2753, 2754, 2755, 2756, -2603, -2568]] + }, { + "type": "Polygon", + "id": 39153, + "arcs": [[2757, 2758, 2759, 2760, -2577]] + }, { + "type": "Polygon", + "id": 39133, + "arcs": [[-2669, 2761, 2762, -2758, -2576, -2525]] + }, { + "type": "Polygon", + "id": 17131, + "arcs": [[-2620, 2763, 2764, 2765, 2766, -2718, -2449]] + }, { + "type": "Polygon", + "id": 17155, + "arcs": [[-2574, 2767, -2614]] + }, { + "type": "Polygon", + "id": 36087, + "arcs": [[2768, 2769, -2566, -2631, 2770]] + }, { + "type": "Polygon", + "id": 42037, + "arcs": [[2771, 2772, 2773, -2607, -2613, -2714]] + }, { + "type": "Polygon", + "id": 17091, + "arcs": [[-2533, 2774, 2775, 2776, 2777, -2687, -2512]] + }, { + "type": "Polygon", + "id": 18183, + "arcs": [[2778, 2779, 2780, -2697, -2626]] + }, { + "type": "MultiPolygon", + "id": 36103, + "arcs": [[[2781, 2782]]] + }, { + "type": "Polygon", + "id": 39077, + "arcs": [[-2636, 2783, 2784, 2785, 2786, -2671, -2592]] + }, { + "type": "Polygon", + "id": 18073, + "arcs": [[-2710, 2787, 2788, 2789, 2790, -2531, -2535]] + }, { + "type": "Polygon", + "id": 39103, + "arcs": [[-2761, 2791, 2792, -2634, -2578]] + }, { + "type": "Polygon", + "id": 18003, + "arcs": [[2793, 2794, 2795, 2796, 2797, -2779, -2625, -2623, -2717]] + }, { + "type": "Polygon", + "id": 39147, + "arcs": [[-2787, 2798, 2799, 2800, -2598, -2672]] + }, { + "type": "Polygon", + "id": 42033, + "arcs": [[2801, 2802, 2803, 2804, -2745, -2582, -2602, -2683]] + }, { + "type": "Polygon", + "id": 49043, + "arcs": [[-2621, -2196, 2805, 2806, 2807, 2808, -2742, -2345]] + }, { + "type": "Polygon", + "id": 42027, + "arcs": [[2809, 2810, 2811, 2812, -2802, -2682]] + }, { + "type": "Polygon", + "id": 42089, + "arcs": [[-2757, 2813, 2814, 2815, -2711, -2563, -2376, -2604]] + }, { + "type": "Polygon", + "id": 39125, + "arcs": [[2816, 2817, -2794, -2716]] + }, { + "type": "Polygon", + "id": 17175, + "arcs": [[-2616, 2818, 2819, 2820, -2618]] + }, { + "type": "Polygon", + "id": 31049, + "arcs": [[-2723, 2821, 2822, -2700, -2334]] + }, { + "type": "Polygon", + "id": 18111, + "arcs": [[2823, 2824, -2775, -2532, -2791]] + }, { + "type": "Polygon", + "id": 34031, + "arcs": [[2825, 2826, -2754, -2567, -2770, 2827]] + }, { + "type": "Polygon", + "id": 31153, + "arcs": [[-2660, 2828, 2829, -2694, -2741]] + }, { + "type": "Polygon", + "id": 6035, + "arcs": [[-2395, 2830, 2831, 2832, -2385]] + }, { + "type": "Polygon", + "id": 6089, + "arcs": [[-2386, -2833, 2833, 2834, -2748, -2328]] + }, { + "type": "Polygon", + "id": 42097, + "arcs": [[2835, -2773, 2836, 2837, 2838, 2839, 2840, -2609]] + }, { + "type": "Polygon", + "id": 18049, + "arcs": [[2841, 2842, 2843, 2844, -2679, -2699]] + }, { + "type": "Polygon", + "id": 31081, + "arcs": [[2845, 2846, 2847, 2848, -2734, -2730]] + }, { + "type": "Polygon", + "id": 18131, + "arcs": [[-2845, 2849, 2850, -2788, -2709]] + }, { + "type": "Polygon", + "id": 42093, + "arcs": [[-2774, -2836, -2608]] + }, { + "type": "Polygon", + "id": 42019, + "arcs": [[-2706, 2851, 2852, 2853, 2854, -2673, -2589]] + }, { + "type": "Polygon", + "id": 42005, + "arcs": [[-2747, 2855, 2856, 2857, -2852, -2705]] + }, { + "type": "Polygon", + "id": 39063, + "arcs": [[-2801, 2858, 2859, 2860, 2861, -2599]] + }, { + "type": "Polygon", + "id": 39137, + "arcs": [[-2862, 2862, 2863, -2817, -2715, -2676]] + }, { + "type": "Polygon", + "id": 19101, + "arcs": [[-2640, 2864, 2865, 2866, -2646]] + }, { + "type": "Polygon", + "id": 19087, + "arcs": [[-2720, 2867, 2868, 2869, -2865, -2639]] + }, { + "type": "Polygon", + "id": 19179, + "arcs": [[-2867, 2870, 2871, -2652, -2647]] + }, { + "type": "Polygon", + "id": 19039, + "arcs": [[2872, 2873, 2874, -2649, -2644]] + }, { + "type": "Polygon", + "id": 19117, + "arcs": [[-2656, 2875, 2876, -2873, -2643]] + }, { + "type": "Polygon", + "id": 19135, + "arcs": [[-2872, 2877, -2876, -2655, -2653]] + }, { + "type": "Polygon", + "id": 19129, + "arcs": [[2878, 2879, 2880, -2829, -2659]] + }, { + "type": "Polygon", + "id": 19137, + "arcs": [[-2664, 2881, 2882, -2879, -2658]] + }, { + "type": "Polygon", + "id": 19003, + "arcs": [[-2666, 2883, 2884, -2882, -2663]] + }, { + "type": "Polygon", + "id": 19175, + "arcs": [[-2650, -2875, 2885, -2884, -2665]] + }, { + "type": "Polygon", + "id": 49011, + "arcs": [[-2744, 2886, 2887, -2708]] + }, { + "type": "Polygon", + "id": 17095, + "arcs": [[-2821, 2888, 2889, 2890, -2764, -2619]] + }, { + "type": "Polygon", + "id": 42119, + "arcs": [[2891, 2892, -2810, -2681, -2610, -2841]] + }, { + "type": "Polygon", + "id": 17123, + "arcs": [[-2768, -2573, 2893, 2894, -2819, -2615]] + }, { + "type": "Polygon", + "id": 34003, + "arcs": [[2895, 2896, -2828, -2769, 2897]] + }, { + "type": "Polygon", + "id": 39099, + "arcs": [[-2675, 2898, 2899, 2900, -2762, -2668]] + }, { + "type": "Polygon", + "id": 42025, + "arcs": [[-2816, 2901, 2902, 2903, -2712]] + }, { + "type": "Polygon", + "id": 42073, + "arcs": [[-2855, 2904, 2905, -2899, -2674]] + }, { + "type": "Polygon", + "id": 17105, + "arcs": [[-2778, 2906, 2907, 2908, -2571, -2688]] + }, { + "type": "Polygon", + "id": 34041, + "arcs": [[2909, 2910, 2911, 2912, -2814, -2756]] + }, { + "type": "Polygon", + "id": 34027, + "arcs": [[2913, 2914, 2915, 2916, -2910, -2755, -2827]] + }, { + "type": "Polygon", + "id": 49045, + "arcs": [[2917, 2918, 2919, 2920, -2362, -2356, -2888]] + }, { + "type": "Polygon", + "id": 19057, + "arcs": [[-2767, 2921, 2922, 2923, -2868, -2719]] + }, { + "type": "Polygon", + "id": 17071, + "arcs": [[2924, 2925, 2926, 2927, -2922, -2766]] + }, { + "type": "Polygon", + "id": 17187, + "arcs": [[-2891, 2928, 2929, -2925, -2765]] + }, { + "type": "Polygon", + "id": 39005, + "arcs": [[-2793, 2930, 2931, 2932, 2933, -2784, -2635]] + }, { + "type": "Polygon", + "id": 31025, + "arcs": [[-2881, 2934, 2935, 2936, -2695, -2830]] + }, { + "type": "Polygon", + "id": 31185, + "arcs": [[2937, 2938, 2939, -2846, -2729]] + }, { + "type": "Polygon", + "id": 31079, + "arcs": [[-2735, -2849, 2940, 2941, -2737]] + }, { + "type": "Polygon", + "id": 31047, + "arcs": [[2942, 2943, 2944, 2945, -2724, -2496]] + }, { + "type": "Polygon", + "id": 31019, + "arcs": [[-2738, -2942, 2946, 2947, 2948, -2943, -2495, -2740]] + }, { + "type": "Polygon", + "id": 31159, + "arcs": [[2949, 2950, -2938, -2691]] + }, { + "type": "Polygon", + "id": 31109, + "arcs": [[-2937, 2951, 2952, 2953, -2950, -2690, -2696]] + }, { + "type": "Polygon", + "id": 18169, + "arcs": [[-2781, 2954, 2955, 2956, -2842, -2698]] + }, { + "type": "Polygon", + "id": 17075, + "arcs": [[-2825, 2957, 2958, 2959, -2776]] + }, { + "type": "Polygon", + "id": 18069, + "arcs": [[-2798, 2960, 2961, -2955, -2780]] + }, { + "type": "Polygon", + "id": 8123, + "arcs": [[2962, 2963, 2964, 2965, 2966, -2552, -2733, 2967]] + }, { + "type": "Polygon", + "id": 31135, + "arcs": [[-2727, 2968, 2969, 2970, 2971, -2822, -2722]] + }, { + "type": "Polygon", + "id": 8107, + "arcs": [[2972, 2973, 2974, 2975, 2976, -2136, 2977]] + }, { + "type": "Polygon", + "id": 8057, + "arcs": [[2978, -2978, -2135, -2141, 2979]] + }, { + "type": "Polygon", + "id": 8081, + "arcs": [[-2977, 2980, 2981, 2982, -2194, -2137]] + }, { + "type": "Polygon", + "id": 8075, + "arcs": [[2983, 2984, 2985, -2968, -2732, -2702, 2986, 2987]] + }, { + "type": "Polygon", + "id": 8115, + "arcs": [[2988, -2987, -2701, -2823, -2972]] + }, { + "type": "Polygon", + "id": 49009, + "arcs": [[2989, 2990, -2806, -2195, -2983]] + }, { + "type": "Polygon", + "id": 32011, + "arcs": [[2991, 2992, 2993, -2364]] + }, { + "type": "Polygon", + "id": 32015, + "arcs": [[-2994, 2994, 2995, 2996, -2358, -2365]] + }, { + "type": "Polygon", + "id": 8069, + "arcs": [[2997, 2998, -2980, -2140, -2553, -2967]] + }, { + "type": "Polygon", + "id": 18103, + "arcs": [[-2957, 2999, 3000, 3001, -2843]] + }, { + "type": "Polygon", + "id": 39033, + "arcs": [[3002, 3003, 3004, 3005, -2799, -2786]] + }, { + "type": "Polygon", + "id": 17053, + "arcs": [[3006, 3007, 3008, -2907, -2777, -2960]] + }, { + "type": "Polygon", + "id": 39139, + "arcs": [[-2934, 3009, 3010, -3003, -2785]] + }, { + "type": "Polygon", + "id": 39175, + "arcs": [[-3006, 3011, 3012, -2859, -2800]] + }, { + "type": "Polygon", + "id": 39169, + "arcs": [[-2760, 3013, 3014, -2931, -2792]] + }, { + "type": "Polygon", + "id": 39161, + "arcs": [[-2864, 3015, 3016, 3017, 3018, -2795, -2818]] + }, { + "type": "Polygon", + "id": 39151, + "arcs": [[-2901, 3019, 3020, 3021, 3022, -3014, -2759, -2763]] + }, { + "type": "Polygon", + "id": 17143, + "arcs": [[-2895, 3023, 3024, 3025, -2889, -2820]] + }, { + "type": "Polygon", + "id": 42095, + "arcs": [[3026, 3027, -2902, -2815, -2913]] + }, { + "type": "Polygon", + "id": 32027, + "arcs": [[-2997, 3028, -2387, -2359]] + }, { + "type": "Polygon", + "id": 42107, + "arcs": [[-2904, 3029, 3030, 3031, 3032, -2837, -2772, -2713]] + }, { + "type": "Polygon", + "id": 39029, + "arcs": [[-2906, 3033, 3034, 3035, 3036, -3020, -2900]] + }, { + "type": "Polygon", + "id": 17203, + "arcs": [[3037, 3038, -3024, -2894, -2572, -2909]] + }, { + "type": "Polygon", + "id": 18001, + "arcs": [[3039, 3040, 3041, -2796, -3019]] + }, { + "type": "Polygon", + "id": 39003, + "arcs": [[-2861, 3042, 3043, -3016, -2863]] + }, { + "type": "Polygon", + "id": 49035, + "arcs": [[-2743, -2809, 3044, 3045, -2918, -2887]] + }, { + "type": "Polygon", + "id": 36005, + "arcs": [[3046, 3047, 3048, -2751]] + }, { + "type": "Polygon", + "id": 18179, + "arcs": [[-3042, 3049, 3050, 3051, -2961, -2797]] + }, { + "type": "Polygon", + "id": 36059, + "arcs": [[-2782, 3052, 3053, 3054, 3055, 3056]] + }, { + "type": "Polygon", + "id": 18181, + "arcs": [[3057, 3058, 3059, 3060, -2789, -2851]] + }, { + "type": "Polygon", + "id": 18017, + "arcs": [[-2844, -3002, 3061, 3062, -3058, -2850]] + }, { + "type": "Polygon", + "id": 42063, + "arcs": [[-2805, 3063, 3064, -2856, -2746]] + }, { + "type": "Polygon", + "id": 34013, + "arcs": [[-2826, -2897, 3065, 3066, 3067, -2914]] + }, { + "type": "Polygon", + "id": 19071, + "arcs": [[3068, 3069, 3070, -2935, -2880]] + }, { + "type": "Polygon", + "id": 19145, + "arcs": [[3071, 3072, 3073, -3069, -2883]] + }, { + "type": "Polygon", + "id": 19173, + "arcs": [[3074, 3075, 3076, -3072, -2885]] + }, { + "type": "Polygon", + "id": 19177, + "arcs": [[-2870, 3077, 3078, 3079, 3080, -2866]] + }, { + "type": "Polygon", + "id": 19051, + "arcs": [[-3081, 3081, 3082, 3083, -2871]] + }, { + "type": "Polygon", + "id": 19159, + "arcs": [[3084, 3085, 3086, -3075, -2886]] + }, { + "type": "Polygon", + "id": 19053, + "arcs": [[3087, 3088, 3089, -3085, -2874]] + }, { + "type": "Polygon", + "id": 19185, + "arcs": [[3090, 3091, 3092, -3088, -2877]] + }, { + "type": "Polygon", + "id": 19007, + "arcs": [[-3084, 3093, 3094, -3091, -2878]] + }, { + "type": "Polygon", + "id": 42109, + "arcs": [[-2840, 3095, 3096, -2892]] + }, { + "type": "Polygon", + "id": 36061, + "arcs": [[3097, -3048]] + }, { + "type": "Polygon", + "id": 49047, + "arcs": [[-2982, 3098, 3099, 3100, 3101, 3102, 3103, -2990]] + }, { + "type": "Polygon", + "id": 42007, + "arcs": [[-2854, 3104, 3105, 3106, -3034, -2905]] + }, { + "type": "Polygon", + "id": 42087, + "arcs": [[3107, -2811, -2893, -3097, 3108]] + }, { + "type": "Polygon", + "id": 49013, + "arcs": [[-2991, -3104, 3109, 3110, 3111, -2807]] + }, { + "type": "Polygon", + "id": 39065, + "arcs": [[-3013, 3112, 3113, 3114, 3115, -3043, -2860]] + }, { + "type": "Polygon", + "id": 34017, + "arcs": [[3116, -3066, -2896]] + }, { + "type": "Polygon", + "id": 19111, + "arcs": [[-2924, -2923, -2928, 3117, 3118, -3078, -2869]] + }, { + "type": "Polygon", + "id": 36081, + "arcs": [[-3056, 3119, 3120, 3121]] + }, { + "type": "Polygon", + "id": 34019, + "arcs": [[3122, 3123, 3124, -2911, -2917]] + }, { + "type": "Polygon", + "id": 42077, + "arcs": [[3125, 3126, 3127, -3030, -2903, -3028]] + }, { + "type": "Polygon", + "id": 31131, + "arcs": [[-3071, 3128, 3129, 3130, -2952, -2936]] + }, { + "type": "Polygon", + "id": 34035, + "arcs": [[3131, 3132, 3133, -3123, -2916]] + }, { + "type": "Polygon", + "id": 17113, + "arcs": [[-3009, 3134, 3135, 3136, 3137, 3138, -3038, -2908]] + }, { + "type": "Polygon", + "id": 8095, + "arcs": [[-2971, 3139, 3140, -2988, -2989]] + }, { + "type": "Polygon", + "id": 17179, + "arcs": [[-3139, 3141, 3142, 3143, -3025, -3039]] + }, { + "type": "Polygon", + "id": 42061, + "arcs": [[-3108, 3144, 3145, 3146, 3147, 3148, 3149, -2812]] + }, { + "type": "Polygon", + "id": 42013, + "arcs": [[-3149, 3150, 3151, -2803, -2813, -3150]] + }, { + "type": "Polygon", + "id": 36047, + "arcs": [[3152, -3121]] + }, { + "type": "Polygon", + "id": 18007, + "arcs": [[-2790, -3061, 3153, 3154, 3155, -2958, -2824]] + }, { + "type": "Polygon", + "id": 34039, + "arcs": [[3156, 3157, -3132, -2915, -3068]] + }, { + "type": "Polygon", + "id": 18015, + "arcs": [[-3063, 3158, 3159, 3160, -3059]] + }, { + "type": "Polygon", + "id": 39019, + "arcs": [[-3037, 3161, 3162, 3163, -3021]] + }, { + "type": "Polygon", + "id": 39107, + "arcs": [[3164, 3165, 3166, 3167, -3040, -3018]] + }, { + "type": "Polygon", + "id": 42021, + "arcs": [[-3152, 3168, 3169, 3170, -3064, -2804]] + }, { + "type": "Polygon", + "id": 17057, + "arcs": [[-3026, -3144, 3171, 3172, 3173, -2929, -2890]] + }, { + "type": "Polygon", + "id": 39117, + "arcs": [[-3011, 3174, 3175, 3176, -3004]] + }, { + "type": "Polygon", + "id": 39101, + "arcs": [[-3177, 3177, 3178, -3113, -3012, -3005]] + }, { + "type": "Polygon", + "id": 31063, + "arcs": [[-2946, 3179, 3180, 3181, 3182, 3183, -2725]] + }, { + "type": "Polygon", + "id": 31001, + "arcs": [[-2848, 3184, 3185, 3186, -2947, -2941]] + }, { + "type": "Polygon", + "id": 31073, + "arcs": [[3187, 3188, -3180, -2945]] + }, { + "type": "Polygon", + "id": 31085, + "arcs": [[-3184, 3189, 3190, 3191, -2969, -2726]] + }, { + "type": "Polygon", + "id": 31029, + "arcs": [[-3192, 3192, 3193, -3140, -2970]] + }, { + "type": "Polygon", + "id": 31059, + "arcs": [[3194, 3195, 3196, 3197, -2939]] + }, { + "type": "Polygon", + "id": 31151, + "arcs": [[-2951, -2954, 3198, 3199, -3195]] + }, { + "type": "Polygon", + "id": 31035, + "arcs": [[-3198, 3200, 3201, -3185, -2847, -2940]] + }, { + "type": "Polygon", + "id": 42067, + "arcs": [[-2839, 3202, 3203, -3145, -3109, -3096]] + }, { + "type": "Polygon", + "id": 49051, + "arcs": [[-3112, 3204, -3045, -2808]] + }, { + "type": "Polygon", + "id": 31099, + "arcs": [[3205, 3206, 3207, -2948, -3187]] + }, { + "type": "Polygon", + "id": 39011, + "arcs": [[-3116, 3208, 3209, -3165, -3017, -3044]] + }, { + "type": "Polygon", + "id": 31137, + "arcs": [[-2949, -3208, 3210, 3211, -3188, -2944]] + }, { + "type": "Polygon", + "id": 42129, + "arcs": [[-3065, -3171, 3212, 3213, 3214, 3215, -2857]] + }, { + "type": "Polygon", + "id": 42011, + "arcs": [[3216, 3217, 3218, 3219, -3031, -3128]] + }, { + "type": "Polygon", + "id": 42003, + "arcs": [[-2858, -3216, 3220, -3105, -2853]] + }, { + "type": "Polygon", + "id": 39075, + "arcs": [[-3023, 3221, 3222, 3223, -2932, -3015]] + }, { + "type": "Polygon", + "id": 39157, + "arcs": [[-3164, 3224, 3225, 3226, -3222, -3022]] + }, { + "type": "Polygon", + "id": 42043, + "arcs": [[-3033, 3227, 3228, 3229, 3230, 3231, -2838]] + }, { + "type": "Polygon", + "id": 18053, + "arcs": [[-3052, 3232, 3233, 3234, 3235, 3236, -3000, -2956, -2962]] + }, { + "type": "Polygon", + "id": 36085, + "arcs": [[3237]] + }, { + "type": "Polygon", + "id": 17067, + "arcs": [[3238, 3239, 3240, 3241, 3242, -3118, -2927]] + }, { + "type": "Polygon", + "id": 54029, + "arcs": [[3243, 3244, 3245, -3035, -3107]] + }, { + "type": "Polygon", + "id": 17109, + "arcs": [[-3174, 3246, -3239, -2926, -2930]] + }, { + "type": "Polygon", + "id": 42099, + "arcs": [[3247, 3248, -3203, -3232]] + }, { + "type": "Polygon", + "id": 29045, + "arcs": [[-3243, 3249, 3250, 3251, -3079, -3119]] + }, { + "type": "Polygon", + "id": 42017, + "arcs": [[3252, 3253, 3254, 3255, -3126, -3027, -2912, -3125]] + }, { + "type": "Polygon", + "id": 34023, + "arcs": [[3256, 3257, 3258, -3133, -3158]] + }, { + "type": "Polygon", + "id": 29199, + "arcs": [[-3252, 3259, 3260, 3261, -3082, -3080]] + }, { + "type": "Polygon", + "id": 39081, + "arcs": [[-3246, 3262, 3263, 3264, 3265, -3162, -3036]] + }, { + "type": "Polygon", + "id": 29197, + "arcs": [[3266, 3267, -3094, -3083, -3262]] + }, { + "type": "Polygon", + "id": 29171, + "arcs": [[-3268, 3268, 3269, 3270, -3092, -3095]] + }, { + "type": "Polygon", + "id": 29005, + "arcs": [[-3074, 3271, 3272, 3273, -3129, -3070]] + }, { + "type": "Polygon", + "id": 29129, + "arcs": [[-3271, 3274, 3275, 3276, -3089, -3093]] + }, { + "type": "Polygon", + "id": 29147, + "arcs": [[-3077, 3277, 3278, 3279, 3280, -3272, -3073]] + }, { + "type": "Polygon", + "id": 49049, + "arcs": [[-3111, 3281, 3282, 3283, -2919, -3046, -3205]] + }, { + "type": "Polygon", + "id": 29081, + "arcs": [[-3277, 3284, 3285, 3286, 3287, -3086, -3090]] + }, { + "type": "Polygon", + "id": 39083, + "arcs": [[3288, 3289, 3290, -3175, -3010, -2933, -3224]] + }, { + "type": "Polygon", + "id": 18075, + "arcs": [[-3168, 3291, 3292, 3293, 3294, -3050, -3041]] + }, { + "type": "Polygon", + "id": 29227, + "arcs": [[-3288, 3295, -3278, -3076, -3087]] + }, { + "type": "Polygon", + "id": 18009, + "arcs": [[-3295, 3296, -3233, -3051]] + }, { + "type": "Polygon", + "id": 18067, + "arcs": [[3297, 3298, -3159, -3062, -3001, -3237]] + }, { + "type": "Polygon", + "id": 18157, + "arcs": [[-3161, 3299, 3300, 3301, 3302, -3154, -3060]] + }, { + "type": "Polygon", + "id": 31127, + "arcs": [[3303, 3304, 3305, 3306, -3130, -3274]] + }, { + "type": "Polygon", + "id": 42075, + "arcs": [[-3228, -3032, -3220, 3307]] + }, { + "type": "Polygon", + "id": 39091, + "arcs": [[-3115, 3308, 3309, 3310, -3209]] + }, { + "type": "Polygon", + "id": 8087, + "arcs": [[-2986, 3311, 3312, -2963]] + }, { + "type": "Polygon", + "id": 31067, + "arcs": [[3313, 3314, 3315, 3316, 3317, -3199, -2953]] + }, { + "type": "Polygon", + "id": 31097, + "arcs": [[-3307, 3318, -3314, -3131]] + }, { + "type": "Polygon", + "id": 39159, + "arcs": [[3319, 3320, 3321, -3309, -3114, -3179, 3322]] + }, { + "type": "Polygon", + "id": 17183, + "arcs": [[-3156, 3323, 3324, 3325, 3326, -3007, -2959]] + }, { + "type": "Polygon", + "id": 8049, + "arcs": [[3327, 3328, 3329, 3330, 3331, -2973, -2979, -2999]] + }, { + "type": "Polygon", + "id": 39149, + "arcs": [[-3311, 3332, 3333, 3334, -3166, -3210]] + }, { + "type": "Polygon", + "id": 42125, + "arcs": [[-3221, -3215, 3335, 3336, 3337, 3338, 3339, -3244, -3106]] + }, { + "type": "Polygon", + "id": 18171, + "arcs": [[-3303, 3340, 3341, -3324, -3155]] + }, { + "type": "Polygon", + "id": 34025, + "arcs": [[3342, 3343, 3344, 3345, -3258, 3346]] + }, { + "type": "Polygon", + "id": 39031, + "arcs": [[-3227, 3347, 3348, 3349, -3289, -3223]] + }, { + "type": "Polygon", + "id": 42091, + "arcs": [[3350, 3351, 3352, 3353, -3217, -3127, -3256]] + }, { + "type": "Polygon", + "id": 6103, + "arcs": [[3354, 3355, 3356, 3357, -2749, -2835]] + }, { + "type": "Polygon", + "id": 6063, + "arcs": [[-2832, 3358, 3359, 3360, -3355, -2834]] + }, { + "type": "Polygon", + "id": 39041, + "arcs": [[-3291, 3361, 3362, -3323, -3178, -3176]] + }, { + "type": "Polygon", + "id": 8125, + "arcs": [[-3194, 3363, 3364, 3365, 3366, -2984, -3141]] + }, { + "type": "Polygon", + "id": 8121, + "arcs": [[-3367, 3367, 3368, 3369, 3370, -3312, -2985]] + }, { + "type": "Polygon", + "id": 17125, + "arcs": [[3371, 3372, 3373, 3374, -3172, -3143]] + }, { + "type": "Polygon", + "id": 39067, + "arcs": [[-3266, 3375, 3376, -3225, -3163]] + }, { + "type": "Polygon", + "id": 18023, + "arcs": [[-3299, 3377, 3378, 3379, 3380, -3300, -3160]] + }, { + "type": "Polygon", + "id": 34021, + "arcs": [[-3259, -3346, 3381, -3253, -3124, -3134]] + }, { + "type": "Polygon", + "id": 18159, + "arcs": [[-3236, 3382, 3383, -3378, -3298]] + }, { + "type": "Polygon", + "id": 54009, + "arcs": [[-3340, 3384, -3263, -3245]] + }, { + "type": "Polygon", + "id": 17019, + "arcs": [[-3327, 3385, 3386, -3135, -3008]] + }, { + "type": "Polygon", + "id": 29211, + "arcs": [[3387, 3388, 3389, -3275, -3270]] + }, { + "type": "Polygon", + "id": 29075, + "arcs": [[-3287, 3390, 3391, 3392, -3279, -3296]] + }, { + "type": "Polygon", + "id": 18095, + "arcs": [[3393, 3394, 3395, 3396, -3383, -3235]] + }, { + "type": "Polygon", + "id": 18035, + "arcs": [[-3297, -3294, 3397, 3398, -3394, -3234]] + }, { + "type": "Polygon", + "id": 18045, + "arcs": [[-3302, 3399, 3400, 3401, -3341]] + }, { + "type": "Polygon", + "id": 39037, + "arcs": [[-3335, 3402, 3403, 3404, 3405, 3406, -3292, -3167]] + }, { + "type": "Polygon", + "id": 31181, + "arcs": [[-3202, 3407, 3408, 3409, 3410, -3206, -3186]] + }, { + "type": "Polygon", + "id": 31061, + "arcs": [[-3411, 3411, 3412, 3413, -3207]] + }, { + "type": "Polygon", + "id": 31129, + "arcs": [[-3197, 3414, 3415, 3416, -3408, -3201]] + }, { + "type": "Polygon", + "id": 31057, + "arcs": [[3417, 3418, 3419, -3364, -3193, -3191]] + }, { + "type": "Polygon", + "id": 31065, + "arcs": [[-3212, 3420, 3421, 3422, 3423, -3181, -3189]] + }, { + "type": "Polygon", + "id": 31169, + "arcs": [[3424, 3425, -3415, -3196]] + }, { + "type": "Polygon", + "id": 31095, + "arcs": [[-3200, -3318, 3426, -3425]] + }, { + "type": "Polygon", + "id": 31145, + "arcs": [[-3424, 3427, 3428, 3429, -3182]] + }, { + "type": "Polygon", + "id": 31087, + "arcs": [[-3183, -3430, 3430, -3418, -3190]] + }, { + "type": "Polygon", + "id": 31083, + "arcs": [[-3414, 3431, 3432, -3421, -3211]] + }, { + "type": "Polygon", + "id": 29001, + "arcs": [[-3261, 3433, 3434, 3435, -3388, -3269, -3267]] + }, { + "type": "Polygon", + "id": 42041, + "arcs": [[3436, 3437, 3438, -3248, -3231]] + }, { + "type": "Polygon", + "id": 17107, + "arcs": [[3439, 3440, 3441, 3442, -3372, -3142, -3138]] + }, { + "type": "Polygon", + "id": 42009, + "arcs": [[-3148, 3443, 3444, 3445, -3169, -3151]] + }, { + "type": "Polygon", + "id": 42071, + "arcs": [[3446, 3447, 3448, 3449, -3229, -3308, -3219]] + }, { + "type": "Polygon", + "id": 18135, + "arcs": [[-3407, 3450, 3451, -3398, -3293]] + }, { + "type": "Polygon", + "id": 29103, + "arcs": [[-3251, 3452, 3453, 3454, -3434, -3260]] + }, { + "type": "Polygon", + "id": 42055, + "arcs": [[-3439, 3455, 3456, 3457, 3458, -3146, -3204, -3249]] + }, { + "type": "Polygon", + "id": 42111, + "arcs": [[-3446, 3459, 3460, 3461, -3213, -3170]] + }, { + "type": "Polygon", + "id": 17039, + "arcs": [[3462, 3463, -3440, -3137]] + }, { + "type": "Polygon", + "id": 17169, + "arcs": [[-3173, -3375, 3464, 3465, 3466, -3240, -3247]] + }, { + "type": "Polygon", + "id": 17147, + "arcs": [[-3387, 3467, 3468, 3469, -3463, -3136]] + }, { + "type": "Polygon", + "id": 39089, + "arcs": [[-3350, 3470, 3471, 3472, 3473, -3362, -3290]] + }, { + "type": "Polygon", + "id": 39021, + "arcs": [[-3322, 3474, 3475, 3476, -3333, -3310]] + }, { + "type": "Polygon", + "id": 29079, + "arcs": [[-3390, 3477, 3478, 3479, -3285, -3276]] + }, { + "type": "Polygon", + "id": 8013, + "arcs": [[-2966, 3480, 3481, 3482, -3328, -2998]] + }, { + "type": "Polygon", + "id": 31133, + "arcs": [[-3306, 3483, 3484, 3485, -3315, -3319]] + }, { + "type": "Polygon", + "id": 31147, + "arcs": [[3486, 3487, 3488, 3489, -3484, -3305]] + }, { + "type": "Polygon", + "id": 29087, + "arcs": [[-3281, 3490, 3491, -3487, -3304, -3273]] + }, { + "type": "Polygon", + "id": 29111, + "arcs": [[-3242, 3492, 3493, 3494, -3453, -3250]] + }, { + "type": "Polygon", + "id": 42029, + "arcs": [[3495, 3496, 3497, -3447, -3218, -3354]] + }, { + "type": "Polygon", + "id": 42133, + "arcs": [[-3450, 3498, 3499, 3500, 3501, -3437, -3230]] + }, { + "type": "Polygon", + "id": 8103, + "arcs": [[3502, -3099, -2981, -2976]] + }, { + "type": "Polygon", + "id": 39059, + "arcs": [[3503, 3504, -3348, -3226, -3377, 3505]] + }, { + "type": "Polygon", + "id": 18057, + "arcs": [[3506, 3507, 3508, -3379, -3384, -3397]] + }, { + "type": "Polygon", + "id": 18107, + "arcs": [[-3381, 3509, 3510, 3511, 3512, -3400, -3301]] + }, { + "type": "Polygon", + "id": 17001, + "arcs": [[-3467, 3513, 3514, 3515, -3493, -3241]] + }, { + "type": "Polygon", + "id": 39109, + "arcs": [[-3477, 3516, 3517, -3403, -3334]] + }, { + "type": "Polygon", + "id": 54069, + "arcs": [[-3339, 3518, 3519, -3264, -3385]] + }, { + "type": "Polygon", + "id": 34005, + "arcs": [[-3345, 3520, 3521, 3522, 3523, 3524, 3525, -3254, -3382]] + }, { + "type": "Polygon", + "id": 18011, + "arcs": [[-3509, 3526, 3527, -3510, -3380]] + }, { + "type": "Polygon", + "id": 39013, + "arcs": [[-3265, -3520, 3528, 3529, 3530, -3506, -3376]] + }, { + "type": "Polygon", + "id": 34029, + "arcs": [[-3343, 3531, -3521, -3344]] + }, { + "type": "Polygon", + "id": 39119, + "arcs": [[-3505, 3532, 3533, 3534, -3471, -3349]] + }, { + "type": "Polygon", + "id": 42057, + "arcs": [[-3459, 3535, 3536, -3444, -3147]] + }, { + "type": "Polygon", + "id": 17129, + "arcs": [[-3443, 3537, 3538, -3373]] + }, { + "type": "Polygon", + "id": 6007, + "arcs": [[3539, 3540, 3541, 3542, -3356, -3361]] + }, { + "type": "Polygon", + "id": 18165, + "arcs": [[-3402, 3543, 3544, 3545, -3325, -3342]] + }, { + "type": "Polygon", + "id": 42051, + "arcs": [[-3462, 3546, 3547, 3548, 3549, -3336, -3214]] + }, { + "type": "Polygon", + "id": 39049, + "arcs": [[-3474, 3550, 3551, 3552, -3320, -3363]] + }, { + "type": "Polygon", + "id": 42101, + "arcs": [[-3526, 3553, 3554, -3352, -3351, -3255]] + }, { + "type": "Polygon", + "id": 29061, + "arcs": [[-3286, -3480, 3555, 3556, 3557, -3391]] + }, { + "type": "Polygon", + "id": 29003, + "arcs": [[-3393, 3558, 3559, 3560, -3491, -3280]] + }, { + "type": "Polygon", + "id": 32033, + "arcs": [[-2921, 3561, 3562, 3563, 3564, -2992, -2363]] + }, { + "type": "Polygon", + "id": 17017, + "arcs": [[-3374, -3539, 3565, 3566, 3567, -3465]] + }, { + "type": "Polygon", + "id": 39097, + "arcs": [[3568, 3569, 3570, 3571, -3475, -3321, -3553]] + }, { + "type": "Polygon", + "id": 17009, + "arcs": [[-3568, 3572, 3573, -3514, -3466]] + }, { + "type": "Polygon", + "id": 8045, + "arcs": [[-2975, 3574, 3575, 3576, 3577, -3100, -3503]] + }, { + "type": "Polygon", + "id": 18065, + "arcs": [[-3452, 3578, 3579, 3580, 3581, -3395, -3399]] + }, { + "type": "Polygon", + "id": 42001, + "arcs": [[3582, 3583, -3456, -3438, -3502]] + }, { + "type": "Polygon", + "id": 42045, + "arcs": [[-3555, 3584, 3585, 3586, 3587, -3496, -3353]] + }, { + "type": "Polygon", + "id": 17115, + "arcs": [[-3470, 3588, 3589, 3590, 3591, -3441, -3464]] + }, { + "type": "Polygon", + "id": 8014, + "arcs": [[3592, 3593, 3594, -3481, -2965]] + }, { + "type": "Polygon", + "id": 29121, + "arcs": [[-3455, 3595, 3596, 3597, 3598, 3599, -3435]] + }, { + "type": "Polygon", + "id": 39023, + "arcs": [[-3572, 3600, 3601, -3517, -3476]] + }, { + "type": "Polygon", + "id": 29115, + "arcs": [[-3600, 3602, 3603, -3478, -3389, -3436]] + }, { + "type": "Polygon", + "id": 29063, + "arcs": [[-3558, 3604, 3605, 3606, -3559, -3392]] + }, { + "type": "Polygon", + "id": 54051, + "arcs": [[3607, 3608, -3529, -3519, -3338, 3609]] + }, { + "type": "Polygon", + "id": 42059, + "arcs": [[-3550, 3610, 3611, -3610, -3337]] + }, { + "type": "Polygon", + "id": 49023, + "arcs": [[-3284, 3612, 3613, -3562, -2920]] + }, { + "type": "Polygon", + "id": 18177, + "arcs": [[-3406, 3614, 3615, 3616, -3579, -3451]] + }, { + "type": "Polygon", + "id": 20023, + "arcs": [[3617, 3618, 3619, -3365, -3420]] + }, { + "type": "Polygon", + "id": 20153, + "arcs": [[-3429, 3620, 3621, 3622, -3618, -3419, -3431]] + }, { + "type": "Polygon", + "id": 6045, + "arcs": [[-2750, -3358, 3623, 3624, 3625, 3626, -2685]] + }, { + "type": "Polygon", + "id": 20089, + "arcs": [[3627, 3628, 3629, 3630, 3631, -3409, -3417]] + }, { + "type": "Polygon", + "id": 20183, + "arcs": [[-3632, 3632, 3633, 3634, -3412, -3410]] + }, { + "type": "Polygon", + "id": 20157, + "arcs": [[3635, 3636, -3628, -3416, -3426]] + }, { + "type": "Polygon", + "id": 20201, + "arcs": [[-3317, 3637, 3638, 3639, 3640, -3636, -3427]] + }, { + "type": "Polygon", + "id": 20039, + "arcs": [[-3423, 3641, 3642, 3643, -3621, -3428]] + }, { + "type": "Polygon", + "id": 32001, + "arcs": [[-2996, 3644, 3645, 3646, -2388, -3029]] + }, { + "type": "Polygon", + "id": 20137, + "arcs": [[3647, 3648, 3649, -3642, -3422, -3433]] + }, { + "type": "Polygon", + "id": 20147, + "arcs": [[-3635, 3650, 3651, -3648, -3432, -3413]] + }, { + "type": "Polygon", + "id": 20117, + "arcs": [[-3486, 3652, 3653, 3654, -3638, -3316]] + }, { + "type": "Polygon", + "id": 8001, + "arcs": [[-3371, 3655, 3656, 3657, -3594, -3593, -2964, -3313]] + }, { + "type": "Polygon", + "id": 20013, + "arcs": [[3658, 3659, 3660, 3661, -3489]] + }, { + "type": "Polygon", + "id": 20131, + "arcs": [[-3490, -3662, 3662, 3663, -3653, -3485]] + }, { + "type": "Polygon", + "id": 20043, + "arcs": [[-3492, -3561, 3664, 3665, -3659, -3488]] + }, { + "type": "Polygon", + "id": 34007, + "arcs": [[3666, 3667, 3668, -3524]] + }, { + "type": "Polygon", + "id": 17167, + "arcs": [[-3592, 3669, 3670, 3671, 3672, -3566, -3538, -3442]] + }, { + "type": "Polygon", + "id": 29117, + "arcs": [[3673, 3674, 3675, -3556, -3479, -3604]] + }, { + "type": "Polygon", + "id": 29205, + "arcs": [[-3495, 3676, 3677, -3596, -3454]] + }, { + "type": "Polygon", + "id": 18121, + "arcs": [[-3513, 3678, 3679, 3680, -3544, -3401]] + }, { + "type": "Polygon", + "id": 39121, + "arcs": [[-3531, 3681, 3682, 3683, -3533, -3504]] + }, { + "type": "Polygon", + "id": 29127, + "arcs": [[-3516, 3684, 3685, 3686, -3677, -3494]] + }, { + "type": "Polygon", + "id": 18059, + "arcs": [[-3582, 3687, 3688, 3689, -3507, -3396]] + }, { + "type": "Polygon", + "id": 39045, + "arcs": [[-3473, 3690, 3691, 3692, -3551]] + }, { + "type": "Polygon", + "id": 8047, + "arcs": [[3693, 3694, -3329, -3483]] + }, { + "type": "Polygon", + "id": 39127, + "arcs": [[3695, 3696, 3697, -3691, -3472, -3535]] + }, { + "type": "Polygon", + "id": 18097, + "arcs": [[-3690, 3698, 3699, 3700, 3701, -3527, -3508]] + }, { + "type": "Polygon", + "id": 8037, + "arcs": [[3702, 3703, 3704, -3575, -2974, -3332]] + }, { + "type": "Polygon", + "id": 8117, + "arcs": [[3705, 3706, 3707, -3703, -3331]] + }, { + "type": "Polygon", + "id": 18063, + "arcs": [[-3702, 3708, 3709, -3511, -3528]] + }, { + "type": "Polygon", + "id": 39113, + "arcs": [[-3602, 3710, 3711, 3712, 3713, -3404, -3518]] + }, { + "type": "Polygon", + "id": 39135, + "arcs": [[-3714, 3714, 3715, -3615, -3405]] + }, { + "type": "Polygon", + "id": 8059, + "arcs": [[-3658, 3716, 3717, 3718, 3719, 3720, 3721, -3694, -3482, -3595]] + }, { + "type": "Polygon", + "id": 8031, + "arcs": [[3722, -3717, -3657]] + }, { + "type": "Polygon", + "id": 34015, + "arcs": [[3723, 3724, 3725, 3726, -3668]] + }, { + "type": "Polygon", + "id": 17045, + "arcs": [[3727, 3728, 3729, 3730, -3326, -3546]] + }, { + "type": "Polygon", + "id": 17041, + "arcs": [[-3731, 3731, 3732, -3468, -3386]] + }, { + "type": "Polygon", + "id": 17137, + "arcs": [[-3673, 3733, 3734, 3735, 3736, -3573, -3567]] + }, { + "type": "Polygon", + "id": 39111, + "arcs": [[-3609, 3737, 3738, 3739, -3682, -3530]] + }, { + "type": "Polygon", + "id": 18133, + "arcs": [[-3710, 3740, 3741, 3742, -3679, -3512]] + }, { + "type": "Polygon", + "id": 8019, + "arcs": [[-3722, 3743, -3706, -3330, -3695]] + }, { + "type": "Polygon", + "id": 39057, + "arcs": [[-3571, 3744, 3745, 3746, -3711, -3601]] + }, { + "type": "Polygon", + "id": 17149, + "arcs": [[-3737, 3747, 3748, 3749, 3750, 3751, -3685, -3515, -3574]] + }, { + "type": "Polygon", + "id": 10003, + "arcs": [[3752, 3753, 3754, 3755, -3497, -3588, 3756, -3586]] + }, { + "type": "Polygon", + "id": 17021, + "arcs": [[-3591, 3757, 3758, -3670]] + }, { + "type": "Polygon", + "id": 29021, + "arcs": [[-3607, 3759, 3760, 3761, -3665, -3560]] + }, { + "type": "Polygon", + "id": 49007, + "arcs": [[-3110, -3103, 3762, 3763, -3282]] + }, { + "type": "Polygon", + "id": 49039, + "arcs": [[-3764, 3764, 3765, 3766, -3613, -3283]] + }, { + "type": "Polygon", + "id": 39129, + "arcs": [[-3693, 3767, 3768, 3769, -3569, -3552]] + }, { + "type": "Polygon", + "id": 6021, + "arcs": [[-3543, 3770, 3771, -3624, -3357]] + }, { + "type": "Polygon", + "id": 17139, + "arcs": [[-3733, 3772, 3773, -3589, -3469]] + }, { + "type": "Polygon", + "id": 18041, + "arcs": [[3774, 3775, 3776, -3580, -3617]] + }, { + "type": "Polygon", + "id": 18139, + "arcs": [[-3777, 3777, 3778, 3779, -3688, -3581]] + }, { + "type": "Polygon", + "id": 17171, + "arcs": [[3780, -3748, -3736]] + }, { + "type": "Polygon", + "id": 29025, + "arcs": [[-3676, 3781, 3782, 3783, -3605, -3557]] + }, { + "type": "Polygon", + "id": 34033, + "arcs": [[3784, 3785, 3786, 3787, 3788, 3789, -3726]] + }, { + "type": "Polygon", + "id": 6091, + "arcs": [[-2831, -2394, 3790, 3791, -3359]] + }, { + "type": "Polygon", + "id": 39115, + "arcs": [[-3684, 3792, 3793, -3696, -3534]] + }, { + "type": "Polygon", + "id": 29049, + "arcs": [[-3784, 3794, 3795, 3796, -3760, -3606]] + }, { + "type": "Polygon", + "id": 8005, + "arcs": [[-3370, 3797, 3798, 3799, -3718, -3723, -3656]] + }, { + "type": "Polygon", + "id": 32019, + "arcs": [[3800, 3801, 3802, 3803, 3804, -2389, -3647]] + }, { + "type": "Polygon", + "id": 34001, + "arcs": [[3805, 3806, 3807, -3724, -3667, -3523]] + }, { + "type": "Polygon", + "id": 18161, + "arcs": [[-3716, 3808, 3809, -3775, -3616]] + }, { + "type": "Polygon", + "id": 24043, + "arcs": [[-3458, 3810, 3811, 3812, 3813, 3814, 3815, -3536]] + }, { + "type": "Polygon", + "id": 24001, + "arcs": [[-3537, -3816, 3816, 3817, 3818, 3819, -3460, -3445]] + }, { + "type": "Polygon", + "id": 24023, + "arcs": [[-3820, 3820, 3821, 3822, -3547, -3461]] + }, { + "type": "Polygon", + "id": 24015, + "arcs": [[-3756, 3823, 3824, 3825, -3448, -3498]] + }, { + "type": "Polygon", + "id": 54061, + "arcs": [[-3549, 3826, 3827, 3828, 3829, -3611]] + }, { + "type": "Polygon", + "id": 54077, + "arcs": [[-3823, 3830, 3831, 3832, 3833, -3827, -3548]] + }, { + "type": "Polygon", + "id": 24025, + "arcs": [[-3449, -3826, 3834, 3835, -3499]] + }, { + "type": "Polygon", + "id": 54103, + "arcs": [[-3612, -3830, 3836, 3837, 3838, 3839, -3738, -3608]] + }, { + "type": "Polygon", + "id": 24005, + "arcs": [[-3836, 3840, 3841, 3842, 3843, 3844, -3500]] + }, { + "type": "Polygon", + "id": 24013, + "arcs": [[-3845, 3845, 3846, -3583, -3501]] + }, { + "type": "Polygon", + "id": 24021, + "arcs": [[-3847, 3847, 3848, 3849, -3811, -3457, -3584]] + }, { + "type": "Polygon", + "id": 39047, + "arcs": [[-3770, 3850, 3851, 3852, -3745, -3570]] + }, { + "type": "Polygon", + "id": 49015, + "arcs": [[-3102, 3853, 3854, 3855, -3765, -3763]] + }, { + "type": "Polygon", + "id": 29041, + "arcs": [[-3599, 3856, 3857, 3858, 3859, -3674, -3603]] + }, { + "type": "Polygon", + "id": 18145, + "arcs": [[-3780, 3860, 3861, 3862, -3699, -3689]] + }, { + "type": "Polygon", + "id": 54065, + "arcs": [[3863, 3864, 3865, -3817, -3815]] + }, { + "type": "Polygon", + "id": 29173, + "arcs": [[-3752, 3866, 3867, 3868, -3686]] + }, { + "type": "Polygon", + "id": 17029, + "arcs": [[-3730, 3869, 3870, 3871, -3773, -3732]] + }, { + "type": "Polygon", + "id": 29137, + "arcs": [[-3687, -3869, 3872, 3873, -3597, -3678]] + }, { + "type": "Polygon", + "id": 39073, + "arcs": [[3874, 3875, 3876, -3768, -3692, -3698]] + }, { + "type": "Polygon", + "id": 20029, + "arcs": [[-3641, 3877, 3878, 3879, -3629, -3637]] + }, { + "type": "Polygon", + "id": 20085, + "arcs": [[3880, 3881, 3882, 3883, -3663, -3661]] + }, { + "type": "Polygon", + "id": 20005, + "arcs": [[-3762, 3884, 3885, 3886, -3881, -3660, -3666]] + }, { + "type": "Polygon", + "id": 17173, + "arcs": [[-3774, -3872, 3887, 3888, 3889, 3890, -3758, -3590]] + }, { + "type": "Polygon", + "id": 54057, + "arcs": [[3891, 3892, -3821, -3819]] + }, { + "type": "Polygon", + "id": 39167, + "arcs": [[-3740, 3893, 3894, 3895, 3896, -3793, -3683]] + }, { + "type": "Polygon", + "id": 54049, + "arcs": [[-3829, 3897, 3898, -3837]] + }, { + "type": "Polygon", + "id": 18081, + "arcs": [[-3863, 3899, 3900, 3901, -3700]] + }, { + "type": "Polygon", + "id": 6115, + "arcs": [[-3792, 3902, 3903, 3904, -3540, -3360]] + }, { + "type": "Polygon", + "id": 18109, + "arcs": [[-3902, 3905, 3906, 3907, -3741, -3709, -3701]] + }, { + "type": "Polygon", + "id": 32029, + "arcs": [[-2390, -3805]] + }, { + "type": "Polygon", + "id": 54003, + "arcs": [[-3814, 3908, 3909, -3864]] + }, { + "type": "Polygon", + "id": 29033, + "arcs": [[-3860, 3910, 3911, 3912, -3782, -3675]] + }, { + "type": "Polygon", + "id": 29175, + "arcs": [[-3874, 3913, 3914, 3915, -3857, -3598]] + }, { + "type": "Polygon", + "id": 18167, + "arcs": [[3916, 3917, 3918, -3728, -3545, -3681]] + }, { + "type": "Polygon", + "id": 18021, + "arcs": [[-3743, 3919, 3920, 3921, -3917, -3680]] + }, { + "type": "Polygon", + "id": 54095, + "arcs": [[3922, 3923, 3924, -3894, -3739, -3840]] + }, { + "type": "Polygon", + "id": 29163, + "arcs": [[3925, 3926, 3927, -3867, -3751, 3928]] + }, { + "type": "Polygon", + "id": 39017, + "arcs": [[3929, 3930, 3931, -3809, -3715, -3713]] + }, { + "type": "Polygon", + "id": 39165, + "arcs": [[-3747, 3932, 3933, 3934, -3930, -3712]] + }, { + "type": "Polygon", + "id": 6033, + "arcs": [[3935, 3936, 3937, 3938, -3625, -3772]] + }, { + "type": "Polygon", + "id": 8063, + "arcs": [[-3620, 3939, 3940, 3941, 3942, -3368, -3366]] + }, { + "type": "Polygon", + "id": 34011, + "arcs": [[3943, 3944, -3785, -3725, -3808, 3945, 3946]] + }, { + "type": "Polygon", + "id": 20163, + "arcs": [[3947, 3948, 3949, 3950, -3651, -3634]] + }, { + "type": "Polygon", + "id": 39027, + "arcs": [[3951, 3952, -3933, -3746, -3853, 3953]] + }, { + "type": "Polygon", + "id": 20181, + "arcs": [[-3623, 3954, 3955, 3956, -3940, -3619]] + }, { + "type": "Polygon", + "id": 20193, + "arcs": [[-3644, 3957, 3958, 3959, -3955, -3622]] + }, { + "type": "Polygon", + "id": 20141, + "arcs": [[-3631, 3960, 3961, 3962, 3963, -3948, -3633]] + }, { + "type": "Polygon", + "id": 20179, + "arcs": [[-3650, 3964, 3965, -3958, -3643]] + }, { + "type": "Polygon", + "id": 20027, + "arcs": [[3966, 3967, 3968, 3969, -3878, -3640]] + }, { + "type": "Polygon", + "id": 20123, + "arcs": [[-3880, 3970, 3971, -3961, -3630]] + }, { + "type": "Polygon", + "id": 20065, + "arcs": [[-3951, 3972, 3973, -3965, -3649, -3652]] + }, { + "type": "Polygon", + "id": 20161, + "arcs": [[3974, 3975, 3976, -3967, -3639, -3655]] + }, { + "type": "Polygon", + "id": 8035, + "arcs": [[3977, 3978, 3979, -3719, -3800]] + }, { + "type": "Polygon", + "id": 8039, + "arcs": [[3980, 3981, -3978, -3799]] + }, { + "type": "Polygon", + "id": 20149, + "arcs": [[-3664, -3884, 3982, 3983, -3975, -3654]] + }, { + "type": "Polygon", + "id": 8073, + "arcs": [[-3943, 3984, 3985, 3986, 3987, -3981, -3798, -3369]] + }, { + "type": "Polygon", + "id": 8093, + "arcs": [[-3721, 3988, 3989, 3990, 3991, -3707, -3744]] + }, { + "type": "Polygon", + "id": 39009, + "arcs": [[-3897, 3992, 3993, 3994, -3875, -3697, -3794]] + }, { + "type": "Polygon", + "id": 49027, + "arcs": [[-3767, 3995, 3996, 3997, -3563, -3614]] + }, { + "type": "Polygon", + "id": 54027, + "arcs": [[-3866, 3998, 3999, -3892, -3818]] + }, { + "type": "Polygon", + "id": 29165, + "arcs": [[-3761, -3797, 4000, 4001, 4002, -3885]] + }, { + "type": "Polygon", + "id": 18047, + "arcs": [[-3810, -3932, 4003, 4004, 4005, -3778, -3776]] + }, { + "type": "Polygon", + "id": 29177, + "arcs": [[-3913, 4006, 4007, 4008, -3795, -3783]] + }, { + "type": "Polygon", + "id": 17135, + "arcs": [[-3759, -3891, 4009, 4010, 4011, 4012, -3671]] + }, { + "type": "Polygon", + "id": 17117, + "arcs": [[-4013, 4013, 4014, 4015, -3734, -3672]] + }, { + "type": "Polygon", + "id": 6057, + "arcs": [[-2393, 4016, -3903, -3791]] + }, { + "type": "Polygon", + "id": 17061, + "arcs": [[-3735, -4016, 4017, 4018, -3749, -3781]] + }, { + "type": "Polygon", + "id": 39141, + "arcs": [[-3877, 4019, 4020, 4021, 4022, -3851, -3769]] + }, { + "type": "Polygon", + "id": 54037, + "arcs": [[4023, 4024, -3909, -3813]] + }, { + "type": "Polygon", + "id": 49019, + "arcs": [[-3578, 4025, 4026, -3854, -3101]] + }, { + "type": "Polygon", + "id": 17023, + "arcs": [[-3919, 4027, 4028, 4029, 4030, -3870, -3729]] + }, { + "type": "Polygon", + "id": 54073, + "arcs": [[4031, 4032, -3895, -3925]] + }, { + "type": "Polygon", + "id": 18119, + "arcs": [[-3908, 4033, 4034, -3920, -3742]] + }, { + "type": "Polygon", + "id": 54033, + "arcs": [[4035, 4036, 4037, 4038, 4039, -3838, -3899]] + }, { + "type": "Polygon", + "id": 51069, + "arcs": [[4040, 4041, 4042, 4043, -3999, -3865, -3910]] + }, { + "type": "Polygon", + "id": 29047, + "arcs": [[-3796, -4009, 4044, 4045, -4001]] + }, { + "type": "Polygon", + "id": 18031, + "arcs": [[-4006, 4046, 4047, 4048, -3861, -3779]] + }, { + "type": "Polygon", + "id": 54091, + "arcs": [[4049, -4036, -3898, -3828, -3834]] + }, { + "type": "Polygon", + "id": 54017, + "arcs": [[-4040, 4050, 4051, 4052, -3923, -3839]] + }, { + "type": "Polygon", + "id": 20087, + "arcs": [[4053, 4054, 4055, -3882, -3887]] + }, { + "type": "Polygon", + "id": 20103, + "arcs": [[-4003, 4056, 4057, 4058, -4054, -3886]] + }, { + "type": "Polygon", + "id": 6011, + "arcs": [[-3542, 4059, 4060, -3936, -3771]] + }, { + "type": "Polygon", + "id": 29195, + "arcs": [[-3859, 4061, 4062, 4063, 4064, -3911]] + }, { + "type": "Polygon", + "id": 54107, + "arcs": [[-4033, 4065, 4066, 4067, 4068, -3993, -3896]] + }, { + "type": "Polygon", + "id": 17013, + "arcs": [[-4019, 4069, 4070, 4071, -3929, -3750]] + }, { + "type": "Polygon", + "id": 39163, + "arcs": [[-3995, 4072, 4073, 4074, -4020, -3876]] + }, { + "type": "Polygon", + "id": 54085, + "arcs": [[-4053, 4075, 4076, 4077, -4066, -4032, -3924]] + }, { + "type": "Polygon", + "id": 24029, + "arcs": [[-3755, 4078, 4079, 4080, -3824]] + }, { + "type": "Polygon", + "id": 8065, + "arcs": [[-3708, -3992, 4081, 4082, -3704]] + }, { + "type": "Polygon", + "id": 17035, + "arcs": [[-4031, 4083, 4084, -3888, -3871]] + }, { + "type": "Polygon", + "id": 39071, + "arcs": [[-4023, 4085, 4086, 4087, -3954, -3852]] + }, { + "type": "Polygon", + "id": 24510, + "arcs": [[4088, 4089, -3842]] + }, { + "type": "Polygon", + "id": 24027, + "arcs": [[-3844, 4090, 4091, 4092, -3848, -3846]] + }, { + "type": "Polygon", + "id": 8077, + "arcs": [[4093, 4094, 4095, 4096, -4026, -3577]] + }, { + "type": "Polygon", + "id": 8097, + "arcs": [[-4083, 4097, 4098, -4094, -3576, -3705]] + }, { + "type": "Polygon", + "id": 10001, + "arcs": [[4099, 4100, 4101, -4079, -3754, 4102]] + }, { + "type": "Polygon", + "id": 18105, + "arcs": [[4103, 4104, 4105, 4106, -4034, -3907]] + }, { + "type": "Polygon", + "id": 18005, + "arcs": [[-4049, 4107, 4108, 4109, -3900, -3862]] + }, { + "type": "Polygon", + "id": 29007, + "arcs": [[-3868, -3928, 4110, 4111, 4112, -3914, -3873]] + }, { + "type": "Polygon", + "id": 24031, + "arcs": [[4113, 4114, 4115, 4116, -3849, -4093]] + }, { + "type": "Polygon", + "id": 18013, + "arcs": [[-4110, 4117, -4104, -3906, -3901]] + }, { + "type": "Polygon", + "id": 29089, + "arcs": [[4118, -4062, -3858, -3916, 4119]] + }, { + "type": "Polygon", + "id": 54023, + "arcs": [[4120, 4121, 4122, 4123, -3831, -3822, -3893]] + }, { + "type": "Polygon", + "id": 34009, + "arcs": [[4124, -3946, -3807]] + }, { + "type": "Polygon", + "id": 51107, + "arcs": [[-4117, 4125, 4126, 4127, 4128, -4024, -3812, -3850]] + }, { + "type": "Polygon", + "id": 6061, + "arcs": [[-2392, 4129, 4130, 4131, 4132, 4133, -3904, -4017]] + }, { + "type": "Polygon", + "id": 39061, + "arcs": [[-3935, 4134, 4135, 4136, 4137, 4138, -3931]] + }, { + "type": "Polygon", + "id": 18137, + "arcs": [[4139, 4140, 4141, 4142, 4143, -4047, -4005]] + }, { + "type": "Polygon", + "id": 18029, + "arcs": [[-4004, -4139, 4144, 4145, -4140]] + }, { + "type": "Polygon", + "id": 20143, + "arcs": [[-3970, 4146, 4147, 4148, -3971, -3879]] + }, { + "type": "Polygon", + "id": 6101, + "arcs": [[-3905, -4134, 4149, 4150, -4060, -3541]] + }, { + "type": "Polygon", + "id": 54001, + "arcs": [[4151, 4152, 4153, -4037, -4050, -3833]] + }, { + "type": "Polygon", + "id": 29107, + "arcs": [[4154, 4155, 4156, -4007, -3912, -4065]] + }, { + "type": "Polygon", + "id": 54093, + "arcs": [[4157, -4152, -3832, -4124]] + }, { + "type": "Polygon", + "id": 39025, + "arcs": [[4158, 4159, 4160, -4135, -3934, -3953, 4161]] + }, { + "type": "Polygon", + "id": 51043, + "arcs": [[-4129, 4162, 4163, -4041, -4025]] + }, { + "type": "Polygon", + "id": 17083, + "arcs": [[-4015, 4164, 4165, -4070, -4018]] + }, { + "type": "MultiPolygon", + "id": 24035, + "arcs": [[[4166]], [[-4102, 4167, 4168, 4169, -4080]]] + }, { + "type": "Polygon", + "id": 18153, + "arcs": [[-3922, 4170, 4171, 4172, -4028, -3918]] + }, { + "type": "Polygon", + "id": 8051, + "arcs": [[-4099, 4173, 4174, 4175, 4176, 4177, 4178, -4095]] + }, { + "type": "Polygon", + "id": 39015, + "arcs": [[4179, 4180, 4181, -4162, -3952, -4088]] + }, { + "type": "Polygon", + "id": 29019, + "arcs": [[-4113, 4182, 4183, 4184, 4185, -4120, -3915]] + }, { + "type": "Polygon", + "id": 32510, + "arcs": [[4186, -4130, -2391, -3804]] + }, { + "type": "Polygon", + "id": 54031, + "arcs": [[-4044, 4187, 4188, 4189, -4121, -4000]] + }, { + "type": "Polygon", + "id": 24003, + "arcs": [[4190, 4191, -4091, -3843, -4090, 4192, 4193, 4194]] + }, { + "type": "Polygon", + "id": 29095, + "arcs": [[-4008, -4157, 4195, 4196, 4197, 4198, -4045]] + }, { + "type": "Polygon", + "id": 29113, + "arcs": [[-4072, 4199, 4200, 4201, -3926]] + }, { + "type": "Polygon", + "id": 20061, + "arcs": [[4202, 4203, 4204, -3968, -3977]] + }, { + "type": "Polygon", + "id": 8029, + "arcs": [[-4179, 4205, -4096]] + }, { + "type": "Polygon", + "id": 20105, + "arcs": [[-4149, 4206, 4207, 4208, -3962, -3972]] + }, { + "type": "Polygon", + "id": 20177, + "arcs": [[-4056, 4209, 4210, 4211, -3983, -3883]] + }, { + "type": "Polygon", + "id": 17051, + "arcs": [[-3890, 4212, 4213, 4214, 4215, 4216, -4010]] + }, { + "type": "Polygon", + "id": 17049, + "arcs": [[-4085, 4217, 4218, -4213, -3889]] + }, { + "type": "Polygon", + "id": 20197, + "arcs": [[-4212, 4219, 4220, 4221, -4203, -3976, -3984]] + }, { + "type": "Polygon", + "id": 39079, + "arcs": [[4222, 4223, 4224, 4225, -4021, -4075]] + }, { + "type": "Polygon", + "id": 39105, + "arcs": [[4226, 4227, -4073, -3994, -4069, 4228]] + }, { + "type": "Polygon", + "id": 20209, + "arcs": [[-4002, -4046, -4199, 4229, -4057]] + }, { + "type": "Polygon", + "id": 39131, + "arcs": [[4230, 4231, -4086, -4022, -4226]] + }, { + "type": "Polygon", + "id": 18079, + "arcs": [[4232, 4233, 4234, -4108, -4048, -4144]] + }, { + "type": "Polygon", + "id": 54105, + "arcs": [[4235, 4236, 4237, -4067, -4078]] + }, { + "type": "Polygon", + "id": 17033, + "arcs": [[-4173, 4238, 4239, 4240, 4241, -4029]] + }, { + "type": "Polygon", + "id": 17079, + "arcs": [[-4242, 4242, 4243, -4218, -4084, -4030]] + }, { + "type": "Polygon", + "id": 18055, + "arcs": [[-4035, -4107, 4244, 4245, 4246, 4247, -4171, -3921]] + }, { + "type": "Polygon", + "id": 54041, + "arcs": [[4248, 4249, 4250, 4251, -4051, -4039]] + }, { + "type": "Polygon", + "id": 32023, + "arcs": [[-2993, -3565, 4252, 4253, 4254, 4255, 4256, -3645, -2995]] + }, { + "type": "Polygon", + "id": 29139, + "arcs": [[-3927, -4202, 4257, 4258, 4259, 4260, -4111]] + }, { + "type": "Polygon", + "id": 21015, + "arcs": [[4261, 4262, 4263, 4264, 4265, -4145, -4138]] + }, { + "type": "Polygon", + "id": 24011, + "arcs": [[4266, 4267, 4268, 4269, -4168, -4101]] + }, { + "type": "Polygon", + "id": 20109, + "arcs": [[4270, 4271, 4272, 4273, -3956, -3960]] + }, { + "type": "Polygon", + "id": 20199, + "arcs": [[-4274, 4274, 4275, 4276, -3941, -3957]] + }, { + "type": "Polygon", + "id": 20051, + "arcs": [[-3964, 4277, 4278, 4279, 4280, -3949]] + }, { + "type": "Polygon", + "id": 20063, + "arcs": [[-3966, -3974, 4281, 4282, 4283, 4284, -4271, -3959]] + }, { + "type": "Polygon", + "id": 20041, + "arcs": [[-4205, 4285, 4286, 4287, -4147, -3969]] + }, { + "type": "Polygon", + "id": 20167, + "arcs": [[-4209, 4288, 4289, 4290, -4278, -3963]] + }, { + "type": "Polygon", + "id": 20195, + "arcs": [[-3950, -4281, 4291, -4282, -3973]] + }, { + "type": "Polygon", + "id": 24033, + "arcs": [[-4192, 4292, 4293, 4294, 4295, 4296, -4114, -4092]] + }, { + "type": "Polygon", + "id": 8119, + "arcs": [[4297, 4298, -3989, -3720, -3980]] + }, { + "type": "Polygon", + "id": 8041, + "arcs": [[-3982, -3988, 4299, 4300, -4298, -3979]] + }, { + "type": "Polygon", + "id": 21037, + "arcs": [[-4161, 4301, 4302, -4136]] + }, { + "type": "Polygon", + "id": 54083, + "arcs": [[-4123, 4303, 4304, 4305, 4306, -4153, -4158]] + }, { + "type": "Polygon", + "id": 32005, + "arcs": [[-3803, 4307, 4308, 4309, -4131, -4187]] + }, { + "type": "Polygon", + "id": 54097, + "arcs": [[-4154, -4307, 4310, -4249, -4038]] + }, { + "type": "Polygon", + "id": 54021, + "arcs": [[-4252, 4311, 4312, -4076, -4052]] + }, { + "type": "Polygon", + "id": 51171, + "arcs": [[4313, 4314, 4315, -4188, -4043]] + }, { + "type": "Polygon", + "id": 21117, + "arcs": [[-4303, 4316, 4317, -4262, -4137]] + }, { + "type": "Polygon", + "id": 54035, + "arcs": [[-4238, 4318, 4319, 4320, 4321, -4229, -4068]] + }, { + "type": "Polygon", + "id": 32021, + "arcs": [[-4257, 4322, 4323, -3801, -3646]] + }, { + "type": "Polygon", + "id": 18071, + "arcs": [[-4235, 4324, 4325, 4326, -4105, -4118, -4109]] + }, { + "type": "Polygon", + "id": 20045, + "arcs": [[-4059, 4327, 4328, 4329, -4210, -4055]] + }, { + "type": "Polygon", + "id": 6017, + "arcs": [[-4310, 4330, 4331, 4332, -4132]] + }, { + "type": "Polygon", + "id": 29027, + "arcs": [[-4112, -4261, 4333, 4334, -4183]] + }, { + "type": "Polygon", + "id": 29053, + "arcs": [[-4186, 4335, 4336, 4337, -4063, -4119]] + }, { + "type": "Polygon", + "id": 51059, + "arcs": [[4338, 4339, 4340, 4341, 4342, 4343, -4126, -4116]] + }, { + "type": "Polygon", + "id": 8015, + "arcs": [[-3991, 4344, 4345, -4174, -4098, -4082]] + }, { + "type": "Polygon", + "id": 20091, + "arcs": [[-4198, 4346, 4347, -4328, -4058, -4230]] + }, { + "type": "Polygon", + "id": 39001, + "arcs": [[4348, 4349, 4350, -4180, -4087, -4232]] + }, { + "type": "Polygon", + "id": 49041, + "arcs": [[-3856, 4351, 4352, 4353, -3996, -3766]] + }, { + "type": "Polygon", + "id": 8017, + "arcs": [[-4277, 4354, 4355, -3985, -3942]] + }, { + "type": "Polygon", + "id": 54013, + "arcs": [[-4313, 4356, 4357, 4358, -4236, -4077]] + }, { + "type": "Polygon", + "id": 51187, + "arcs": [[4359, 4360, 4361, -4314, -4042, -4164]] + }, { + "type": "Polygon", + "id": 39053, + "arcs": [[4362, 4363, 4364, -4223, -4074, -4228]] + }, { + "type": "Polygon", + "id": 18115, + "arcs": [[4365, -4141, -4146, -4266]] + }, { + "type": "Polygon", + "id": 54053, + "arcs": [[-4322, 4366, 4367, -4363, -4227]] + }, { + "type": "Polygon", + "id": 17005, + "arcs": [[-4217, 4368, 4369, -4011]] + }, { + "type": "Polygon", + "id": 39145, + "arcs": [[-4225, 4370, 4371, 4372, -4349, -4231]] + }, { + "type": "Polygon", + "id": 51061, + "arcs": [[4373, 4374, 4375, 4376, -4360, -4163, -4128]] + }, { + "type": "Polygon", + "id": 17119, + "arcs": [[-4014, -4012, -4370, 4377, 4378, 4379, 4380, 4381, -4165]] + }, { + "type": "Polygon", + "id": 29219, + "arcs": [[4382, 4383, 4384, -4258, -4201]] + }, { + "type": "Polygon", + "id": 11001, + "arcs": [[4385, 4386, -4115, -4297]] + }, { + "type": "Polygon", + "id": 18093, + "arcs": [[-4327, 4387, 4388, 4389, -4245, -4106]] + }, { + "type": "Polygon", + "id": 29183, + "arcs": [[-4382, 4390, 4391, -4383, -4200, -4071, -4166]] + }, { + "type": "Polygon", + "id": 10005, + "arcs": [[4392, 4393, 4394, 4395, 4396, 4397, -4267, -4100]] + }, { + "type": "Polygon", + "id": 20169, + "arcs": [[-4288, 4398, 4399, -4207, -4148]] + }, { + "type": "Polygon", + "id": 54071, + "arcs": [[-4190, 4400, 4401, 4402, 4403, -4304, -4122]] + }, { + "type": "Polygon", + "id": 29159, + "arcs": [[-4338, 4404, 4405, 4406, 4407, -4155, -4064]] + }, { + "type": "Polygon", + "id": 24041, + "arcs": [[-4270, 4408, -4169]] + }, { + "type": "Polygon", + "id": 51153, + "arcs": [[-4344, 4409, 4410, -4374, -4127]] + }, { + "type": "Polygon", + "id": 54087, + "arcs": [[-4359, 4411, 4412, -4319, -4237]] + }, { + "type": "Polygon", + "id": 29101, + "arcs": [[-4408, 4413, 4414, -4196, -4156]] + }, { + "type": "Polygon", + "id": 51013, + "arcs": [[4415, -4341, 4416, -4339, -4387, 4417]] + }, { + "type": "Polygon", + "id": 6003, + "arcs": [[4418, 4419, 4420, 4421, -4331, -4309]] + }, { + "type": "Polygon", + "id": 18155, + "arcs": [[-4265, 4422, 4423, 4424, -4142, -4366]] + }, { + "type": "Polygon", + "id": 29135, + "arcs": [[4425, 4426, 4427, -4336, -4185]] + }, { + "type": "Polygon", + "id": 6113, + "arcs": [[-4151, 4428, 4429, 4430, -4431, 4431, -3937, -4061]] + }, { + "type": "Polygon", + "id": 18077, + "arcs": [[-4425, 4432, 4433, 4434, 4435, -4233, -4143]] + }, { + "type": "Polygon", + "id": 17025, + "arcs": [[-4244, 4436, 4437, 4438, -4214, -4219]] + }, { + "type": "Polygon", + "id": 18083, + "arcs": [[4439, 4440, 4441, 4442, 4443, 4444, -4239, -4172, -4248]] + }, { + "type": "Polygon", + "id": 18101, + "arcs": [[-4390, 4445, 4446, 4447, -4246]] + }, { + "type": "Polygon", + "id": 18027, + "arcs": [[4448, 4449, -4440, -4247, -4448]] + }, { + "type": "Polygon", + "id": 54007, + "arcs": [[-4251, 4450, 4451, 4452, -4357, -4312]] + }, { + "type": "Polygon", + "id": 29189, + "arcs": [[-4381, 4453, 4454, 4455, 4456, 4457, -4391]] + }, { + "type": "Polygon", + "id": 21191, + "arcs": [[4458, 4459, 4460, -4317, -4302, -4160, 4461]] + }, { + "type": "Polygon", + "id": 20127, + "arcs": [[-4222, 4462, 4463, 4464, -4286, -4204]] + }, { + "type": "Polygon", + "id": 20053, + "arcs": [[-4400, 4465, 4466, 4467, -4289, -4208]] + }, { + "type": "Polygon", + "id": 20139, + "arcs": [[-4330, 4468, 4469, 4470, -4220, -4211]] + }, { + "type": "Polygon", + "id": 6055, + "arcs": [[4430, 4471, 4472, 4473, 4474, 4475, -3938, -4432]] + }, { + "type": "Polygon", + "id": 51157, + "arcs": [[4476, 4477, 4478, -4361, -4377]] + }, { + "type": "Polygon", + "id": 21077, + "arcs": [[4479, 4480, 4481, -4423, -4264]] + }, { + "type": "Polygon", + "id": 6097, + "arcs": [[-3939, -4476, 4482, 4483, 4484, -3626]] + }, { + "type": "Polygon", + "id": 17101, + "arcs": [[4485, 4486, -4240, -4445]] + }, { + "type": "Polygon", + "id": 51165, + "arcs": [[-4316, 4487, 4488, 4489, 4490, -4401, -4189]] + }, { + "type": "Polygon", + "id": 17159, + "arcs": [[-4241, -4487, 4491, 4492, 4493, -4437, -4243]] + }, { + "type": "Polygon", + "id": 39087, + "arcs": [[4494, 4495, 4496, 4497, -4371, -4224, -4365]] + }, { + "type": "Polygon", + "id": 29037, + "arcs": [[-4415, 4498, 4499, 4500, -4347, -4197]] + }, { + "type": "Polygon", + "id": 51139, + "arcs": [[-4479, 4501, 4502, -4488, -4315, -4362]] + }, { + "type": "Polygon", + "id": 18143, + "arcs": [[-4436, 4503, 4504, -4325, -4234]] + }, { + "type": "Polygon", + "id": 21023, + "arcs": [[-4182, 4505, 4506, 4507, -4462, -4159]] + }, { + "type": "Polygon", + "id": 17121, + "arcs": [[-4439, 4508, 4509, 4510, 4511, -4215]] + }, { + "type": "Polygon", + "id": 21081, + "arcs": [[-4318, -4461, 4512, 4513, 4514, -4480, -4263]] + }, { + "type": "Polygon", + "id": 18175, + "arcs": [[-4505, 4515, 4516, 4517, 4518, 4519, -4388, -4326]] + }, { + "type": "Polygon", + "id": 29510, + "arcs": [[-4454, -4380, 4520]] + }, { + "type": "Polygon", + "id": 24009, + "arcs": [[4521, -4293, -4191]] + }, { + "type": "Polygon", + "id": 21161, + "arcs": [[-4351, 4522, 4523, 4524, -4506, -4181]] + }, { + "type": "Polygon", + "id": 21041, + "arcs": [[4525, 4526, 4527, -4433, -4424, -4482]] + }, { + "type": "Polygon", + "id": 21089, + "arcs": [[-4498, 4528, 4529, 4530, -4372]] + }, { + "type": "Polygon", + "id": 17027, + "arcs": [[-4216, -4512, 4531, 4532, 4533, -4378, -4369]] + }, { + "type": "Polygon", + "id": 54075, + "arcs": [[-4404, 4534, 4535, 4536, 4537, -4305]] + }, { + "type": "Polygon", + "id": 29051, + "arcs": [[-4335, 4538, 4539, -4426, -4184]] + }, { + "type": "Polygon", + "id": 20111, + "arcs": [[-4471, 4540, 4541, 4542, -4463, -4221]] + }, { + "type": "Polygon", + "id": 20059, + "arcs": [[4543, 4544, 4545, -4469, -4329]] + }, { + "type": "Polygon", + "id": 20121, + "arcs": [[-4501, 4546, 4547, -4544, -4348]] + }, { + "type": "Polygon", + "id": 54101, + "arcs": [[-4311, -4306, -4538, 4548, 4549, -4451, -4250]] + }, { + "type": "Polygon", + "id": 6067, + "arcs": [[4550, 4551, 4552, 4553, -4429, -4150, -4133, -4333]] + }, { + "type": "Polygon", + "id": 21223, + "arcs": [[-4528, 4554, 4555, 4556, -4434]] + }, { + "type": "Polygon", + "id": 21187, + "arcs": [[-4515, 4557, 4558, 4559, -4526, -4481]] + }, { + "type": "Polygon", + "id": 21135, + "arcs": [[4560, 4561, 4562, -4523, -4350, -4373, -4531]] + }, { + "type": "Polygon", + "id": 29073, + "arcs": [[-4385, 4563, 4564, 4565, 4566, 4567, -4259]] + }, { + "type": "Polygon", + "id": 6051, + "arcs": [[-3802, -4324, 4568, 4569, 4570, 4571, 4572, -4419, -4308]] + }, { + "type": "Polygon", + "id": 29071, + "arcs": [[-4392, -4458, 4573, 4574, 4575, -4564, -4384]] + }, { + "type": "Polygon", + "id": 29151, + "arcs": [[-4260, -4568, 4576, 4577, -4539, -4334]] + }, { + "type": "Polygon", + "id": 6005, + "arcs": [[-4422, 4578, 4579, -4551, -4332]] + }, { + "type": "Polygon", + "id": 24019, + "arcs": [[-4268, -4398, 4580, 4581]] + }, { + "type": "Polygon", + "id": 20171, + "arcs": [[-4285, 4582, 4583, 4584, 4585, -4272]] + }, { + "type": "Polygon", + "id": 20101, + "arcs": [[4586, 4587, -4583, -4284]] + }, { + "type": "Polygon", + "id": 20071, + "arcs": [[4588, 4589, 4590, 4591, -4355, -4276]] + }, { + "type": "Polygon", + "id": 20203, + "arcs": [[-4586, 4592, 4593, -4589, -4275, -4273]] + }, { + "type": "Polygon", + "id": 51047, + "arcs": [[4594, 4595, 4596, 4597, -4477, -4376]] + }, { + "type": "Polygon", + "id": 20135, + "arcs": [[-4292, -4280, 4598, 4599, 4600, 4601, -4587, -4283]] + }, { + "type": "Polygon", + "id": 29141, + "arcs": [[-4428, 4602, 4603, 4604, -4405, -4337]] + }, { + "type": "Polygon", + "id": 20009, + "arcs": [[-4468, 4605, 4606, 4607, 4608, -4290]] + }, { + "type": "Polygon", + "id": 8043, + "arcs": [[-4301, 4609, 4610, 4611, -4345, -3990, -4299]] + }, { + "type": "Polygon", + "id": 20165, + "arcs": [[-4291, -4609, 4612, -4599, -4279]] + }, { + "type": "Polygon", + "id": 24017, + "arcs": [[-4295, 4613, 4614, 4615]] + }, { + "type": "Polygon", + "id": 18117, + "arcs": [[-4520, 4616, 4617, -4446, -4389]] + }, { + "type": "Polygon", + "id": 54079, + "arcs": [[4618, 4619, -4367, -4321, 4620]] + }, { + "type": "Polygon", + "id": 32017, + "arcs": [[-3998, 4621, 4622, 4623, 4624, 4625, -4253, -3564]] + }, { + "type": "Polygon", + "id": 8085, + "arcs": [[-4178, 4626, 4627, 4628, -4097, -4206]] + }, { + "type": "Polygon", + "id": 54015, + "arcs": [[4629, 4630, -4412, -4358, -4453]] + }, { + "type": "Polygon", + "id": 17163, + "arcs": [[-4534, 4631, 4632, 4633, -4455, -4521, -4379]] + }, { + "type": "Polygon", + "id": 51113, + "arcs": [[-4598, 4634, 4635, -4502, -4478]] + }, { + "type": "Polygon", + "id": 54039, + "arcs": [[-4413, -4631, 4636, 4637, 4638, 4639, 4640, -4621, -4320]] + }, { + "type": "Polygon", + "id": 8061, + "arcs": [[-4592, 4641, 4642, 4643, 4644, -3986, -4356]] + }, { + "type": "Polygon", + "id": 20113, + "arcs": [[4645, 4646, 4647, 4648, -4466, -4399]] + }, { + "type": "Polygon", + "id": 20115, + "arcs": [[-4465, 4649, 4650, 4651, -4646, -4287]] + }, { + "type": "Polygon", + "id": 21201, + "arcs": [[-4525, 4652, 4653, 4654, -4507]] + }, { + "type": "Polygon", + "id": 17191, + "arcs": [[-4494, 4655, 4656, 4657, 4658, -4509, -4438]] + }, { + "type": "Polygon", + "id": 18019, + "arcs": [[-4557, 4659, 4660, 4661, -4516, -4504, -4435]] + }, { + "type": "Polygon", + "id": 54011, + "arcs": [[-4368, -4620, 4662, 4663, -4495, -4364]] + }, { + "type": "Polygon", + "id": 21103, + "arcs": [[4664, 4665, 4666, -4555, -4527, -4560]] + }, { + "type": "Polygon", + "id": 51091, + "arcs": [[4667, 4668, -4535, -4403]] + }, { + "type": "Polygon", + "id": 51179, + "arcs": [[4669, 4670, 4671, 4672, 4673, 4674, -4595, -4375, -4411]] + }, { + "type": "Polygon", + "id": 21097, + "arcs": [[-4655, 4675, 4676, 4677, -4513, -4460, -4459, -4508]] + }, { + "type": "Polygon", + "id": 49001, + "arcs": [[-4354, 4678, 4679, 4680, -4622, -3997]] + }, { + "type": "Polygon", + "id": 17047, + "arcs": [[4681, 4682, -4656, -4493]] + }, { + "type": "Polygon", + "id": 17185, + "arcs": [[-4492, -4486, -4444, 4683, 4684, -4682]] + }, { + "type": "Polygon", + "id": 29083, + "arcs": [[-4407, 4685, 4686, 4687, -4499, -4414]] + }, { + "type": "Polygon", + "id": 24045, + "arcs": [[4688, 4689, 4690, -4581, -4397]] + }, { + "type": "Polygon", + "id": 54067, + "arcs": [[-4550, 4691, 4692, -4637, -4630, -4452]] + }, { + "type": "Polygon", + "id": 18125, + "arcs": [[4693, 4694, 4695, -4441, -4450]] + }, { + "type": "MultiPolygon", + "id": 6095, + "arcs": [[[4696, -4474]], [[-4554, 4697, -4472, -4431, -4430]]] + }, { + "type": "Polygon", + "id": 29015, + "arcs": [[-4605, 4698, 4699, 4700, -4686, -4406]] + }, { + "type": "Polygon", + "id": 18051, + "arcs": [[4701, 4702, 4703, 4704, -4684, -4443, -4442, -4696]] + }, { + "type": "Polygon", + "id": 18037, + "arcs": [[-4618, 4705, 4706, 4707, 4708, -4694, -4449, -4447]] + }, { + "type": "Polygon", + "id": 21069, + "arcs": [[4709, 4710, 4711, -4653, -4524, -4563]] + }, { + "type": "Polygon", + "id": 21185, + "arcs": [[-4667, 4712, 4713, -4660, -4556]] + }, { + "type": "Polygon", + "id": 20017, + "arcs": [[-4543, 4714, 4715, -4650, -4464]] + }, { + "type": "Polygon", + "id": 8101, + "arcs": [[4716, 4717, 4718, 4719, 4720, -4610, -4300]] + }, { + "type": "Polygon", + "id": 8025, + "arcs": [[-4645, 4721, 4722, -4717, -3987]] + }, { + "type": "Polygon", + "id": 20159, + "arcs": [[-4649, 4723, 4724, -4606, -4467]] + }, { + "type": "Polygon", + "id": 17133, + "arcs": [[4725, 4726, 4727, -4456, -4634]] + }, { + "type": "Polygon", + "id": 17189, + "arcs": [[-4532, -4511, 4728, 4729, 4730, -4632, -4533]] + }, { + "type": "Polygon", + "id": 24037, + "arcs": [[-4615, 4731]] + }, { + "type": "Polygon", + "id": 6009, + "arcs": [[-4421, 4732, 4733, 4734, -4579]] + }, { + "type": "Polygon", + "id": 49031, + "arcs": [[4735, 4736, -4679, -4353]] + }, { + "type": "Polygon", + "id": 49055, + "arcs": [[-3855, 4737, 4738, -4736, -4352]] + }, { + "type": "Polygon", + "id": 29099, + "arcs": [[-4728, 4739, 4740, 4741, -4574, -4457]] + }, { + "type": "Polygon", + "id": 21019, + "arcs": [[4742, 4743, -4529, -4497, 4744]] + }, { + "type": "Polygon", + "id": 21043, + "arcs": [[-4744, 4745, 4746, 4747, -4561, -4530]] + }, { + "type": "Polygon", + "id": 49037, + "arcs": [[-4629, 4748, 4749, 4750, 4751, 4752, 4753, 4754, 4755, -4738, -4027]] + }, { + "type": "Polygon", + "id": 21209, + "arcs": [[4756, 4757, 4758, 4759, -4558, -4514, -4678]] + }, { + "type": "Polygon", + "id": 51079, + "arcs": [[4760, 4761, -4489, -4503, -4636]] + }, { + "type": "Polygon", + "id": 51015, + "arcs": [[4762, 4763, 4764, 4765, -4668, -4402, -4491]] + }, { + "type": "Polygon", + "id": 17081, + "arcs": [[-4659, 4766, 4767, 4768, -4729, -4510]] + }, { + "type": "Polygon", + "id": 29013, + "arcs": [[-4688, 4769, 4770, 4771, -4547, -4500]] + }, { + "type": "Polygon", + "id": 32009, + "arcs": [[4772, -4569, -4323, -4256]] + }, { + "type": "Polygon", + "id": 21181, + "arcs": [[-4712, 4773, 4774, -4676, -4654]] + }, { + "type": "Polygon", + "id": 8109, + "arcs": [[-4612, 4775, 4776, 4777, 4778, 4779, 4780, -4175, -4346]] + }, { + "type": "MultiPolygon", + "id": 24047, + "arcs": [[[4781, 4782, 4783, -4689, -4396, 4784]]] + }, { + "type": "Polygon", + "id": 6109, + "arcs": [[-4573, 4785, 4786, 4787, -4733, -4420]] + }, { + "type": "Polygon", + "id": 20031, + "arcs": [[-4546, 4788, 4789, 4790, -4541, -4470]] + }, { + "type": "Polygon", + "id": 29131, + "arcs": [[-4540, -4578, 4791, 4792, 4793, -4603, -4427]] + }, { + "type": "Polygon", + "id": 18025, + "arcs": [[4794, 4795, 4796, -4706, -4617, -4519]] + }, { + "type": "Polygon", + "id": 18061, + "arcs": [[4797, 4798, 4799, 4800, -4795, -4518]] + }, { + "type": "Polygon", + "id": 54099, + "arcs": [[-4664, 4801, 4802, 4803, 4804, -4745, -4496]] + }, { + "type": "Polygon", + "id": 18043, + "arcs": [[-4662, 4805, -4798, -4517]] + }, { + "type": "Polygon", + "id": 51099, + "arcs": [[4806, 4807, 4808, 4809, -4671, 4810]] + }, { + "type": "Polygon", + "id": 21205, + "arcs": [[-4748, 4811, 4812, 4813, 4814, -4710, -4562]] + }, { + "type": "Polygon", + "id": 51137, + "arcs": [[4815, 4816, 4817, -4761, -4635, -4597]] + }, { + "type": "Polygon", + "id": 20003, + "arcs": [[4818, 4819, -4789, -4545]] + }, { + "type": "Polygon", + "id": 20107, + "arcs": [[-4772, 4820, 4821, -4819, -4548]] + }, { + "type": "Polygon", + "id": 21111, + "arcs": [[4822, 4823, 4824, 4825, -4799, -4806, -4661, -4714]] + }, { + "type": "Polygon", + "id": 51177, + "arcs": [[-4675, 4826, -4673, 4827, 4828, 4829, -4816, -4596]] + }, { + "type": "Polygon", + "id": 54043, + "arcs": [[-4619, -4641, 4830, 4831, 4832, -4802, -4663]] + }, { + "type": "Polygon", + "id": 21073, + "arcs": [[-4559, -4760, 4833, 4834, 4835, -4665]] + }, { + "type": "Polygon", + "id": 21017, + "arcs": [[4836, 4837, 4838, -4757, -4677, -4775]] + }, { + "type": "Polygon", + "id": 21211, + "arcs": [[4839, 4840, -4823, -4713, -4666, -4836]] + }, { + "type": "Polygon", + "id": 20145, + "arcs": [[-4608, 4841, 4842, 4843, -4600, -4613]] + }, { + "type": "Polygon", + "id": 8091, + "arcs": [[-4177, 4844, 4845, 4846, -4627]] + }, { + "type": "Polygon", + "id": 6041, + "arcs": [[4847, -4484]] + }, { + "type": "Polygon", + "id": 21011, + "arcs": [[-4815, 4848, 4849, -4774, -4711]] + }, { + "type": "Polygon", + "id": 6077, + "arcs": [[-4580, -4735, 4850, 4851, 4852, 4853, -4552]] + }, { + "type": "Polygon", + "id": 29125, + "arcs": [[-4567, 4854, 4855, -4792, -4577]] + }, { + "type": "Polygon", + "id": 24039, + "arcs": [[-4690, -4784, 4856, 4857, 4858]] + }, { + "type": "Polygon", + "id": 51003, + "arcs": [[-4818, 4859, 4860, 4861, 4862, -4763, -4490, -4762]] + }, { + "type": "Polygon", + "id": 51193, + "arcs": [[4863, 4864, 4865, -4807, 4866]] + }, { + "type": "Polygon", + "id": 29029, + "arcs": [[-4794, 4867, 4868, 4869, 4870, -4699, -4604]] + }, { + "type": "Polygon", + "id": 21127, + "arcs": [[-4805, 4871, 4872, 4873, 4874, -4746, -4743]] + }, { + "type": "Polygon", + "id": 51017, + "arcs": [[-4669, -4766, 4875, 4876, 4877, -4536]] + }, { + "type": "Polygon", + "id": 8099, + "arcs": [[-4591, 4878, 4879, 4880, 4881, -4642]] + }, { + "type": "Polygon", + "id": 54025, + "arcs": [[-4878, 4882, 4883, 4884, 4885, -4692, -4549, -4537]] + }, { + "type": "Polygon", + "id": 21063, + "arcs": [[-4875, 4886, -4812, -4747]] + }, { + "type": "Polygon", + "id": 8027, + "arcs": [[-4721, 4887, -4776, -4611]] + }, { + "type": "Polygon", + "id": 8011, + "arcs": [[-4882, 4888, 4889, 4890, -4643]] + }, { + "type": "Polygon", + "id": 8089, + "arcs": [[-4891, 4891, -4718, -4723, -4722, -4644]] + }, { + "type": "Polygon", + "id": 18123, + "arcs": [[4892, 4893, 4894, 4895, -4707, -4797]] + }, { + "type": "Polygon", + "id": 54019, + "arcs": [[-4693, -4886, 4896, 4897, -4638]] + }, { + "type": "Polygon", + "id": 20093, + "arcs": [[4898, 4899, 4900, -4593, -4585]] + }, { + "type": "Polygon", + "id": 20055, + "arcs": [[-4588, -4602, 4901, 4902, 4903, -4899, -4584]] + }, { + "type": "Polygon", + "id": 20075, + "arcs": [[-4901, 4904, -4879, -4590, -4594]] + }, { + "type": "Polygon", + "id": 17193, + "arcs": [[-4685, -4705, 4905, 4906, 4907, -4657, -4683]] + }, { + "type": "Polygon", + "id": 20185, + "arcs": [[-4725, 4908, 4909, 4910, -4842, -4607]] + }, { + "type": "Polygon", + "id": 20083, + "arcs": [[-4844, 4911, 4912, 4913, -4902, -4601]] + }, { + "type": "Polygon", + "id": 17065, + "arcs": [[-4908, 4914, 4915, 4916, -4767, -4658]] + }, { + "type": "Polygon", + "id": 51033, + "arcs": [[-4810, 4917, 4918, 4919, 4920, -4828, -4672]] + }, { + "type": "Polygon", + "id": 18173, + "arcs": [[-4709, 4921, 4922, 4923, 4924, 4925, -4702, -4695]] + }, { + "type": "Polygon", + "id": 18129, + "arcs": [[4926, 4927, 4928, 4929, -4906, -4704]] + }, { + "type": "Polygon", + "id": 54005, + "arcs": [[4930, 4931, 4932, -4831, -4640]] + }, { + "type": "Polygon", + "id": 17157, + "arcs": [[-4633, -4731, 4933, 4934, 4935, 4936, -4726]] + }, { + "type": "Polygon", + "id": 29185, + "arcs": [[-4701, 4937, 4938, 4939, 4940, -4770, -4687]] + }, { + "type": "Polygon", + "id": 17145, + "arcs": [[-4730, -4769, 4941, 4942, -4934]] + }, { + "type": "Polygon", + "id": 29055, + "arcs": [[-4576, 4943, 4944, 4945, 4946, -4565]] + }, { + "type": "Polygon", + "id": 21067, + "arcs": [[4947, 4948, 4949, 4950, -4758, -4839]] + }, { + "type": "Polygon", + "id": 29221, + "arcs": [[-4742, 4951, 4952, -4944, -4575]] + }, { + "type": "Polygon", + "id": 18147, + "arcs": [[-4896, 4953, 4954, -4923, -4922, -4708]] + }, { + "type": "Polygon", + "id": 21163, + "arcs": [[4955, 4956, -4893, -4796, -4801]] + }, { + "type": "Polygon", + "id": 21239, + "arcs": [[-4951, 4957, 4958, 4959, -4834, -4759]] + }, { + "type": "Polygon", + "id": 21173, + "arcs": [[4960, 4961, 4962, -4837, -4850]] + }, { + "type": "Polygon", + "id": 20079, + "arcs": [[4963, 4964, 4965, -4647, -4652]] + }, { + "type": "Polygon", + "id": 20073, + "arcs": [[-4542, -4791, 4966, 4967, 4968, 4969, -4715]] + }, { + "type": "Polygon", + "id": 20155, + "arcs": [[-4648, -4966, 4970, 4971, 4972, -4909, -4724]] + }, { + "type": "Polygon", + "id": 18163, + "arcs": [[-4926, 4973, 4974, -4927, -4703]] + }, { + "type": "Polygon", + "id": 29161, + "arcs": [[-4947, 4975, 4976, 4977, -4855, -4566]] + }, { + "type": "Polygon", + "id": 49017, + "arcs": [[-4756, 4978, 4979, -4680, -4737, -4739]] + }, { + "type": "Polygon", + "id": 51057, + "arcs": [[4980, 4981, -4918, -4809, 4982]] + }, { + "type": "Polygon", + "id": 8113, + "arcs": [[-4847, 4983, 4984, -4749, -4628]] + }, { + "type": "Polygon", + "id": 51109, + "arcs": [[-4830, 4985, 4986, 4987, -4860, -4817]] + }, { + "type": "Polygon", + "id": 49021, + "arcs": [[-4980, 4988, 4989, -4623, -4681]] + }, { + "type": "Polygon", + "id": 21215, + "arcs": [[4990, 4991, 4992, -4824, -4841]] + }, { + "type": "Polygon", + "id": 8053, + "arcs": [[-4781, 4993, 4994, 4995, 4996, -4845, -4176]] + }, { + "type": "Polygon", + "id": 21005, + "arcs": [[-4960, 4997, 4998, 4999, -4991, -4840, -4835]] + }, { + "type": "Polygon", + "id": 17055, + "arcs": [[-4917, 5000, 5001, 5002, -4942, -4768]] + }, { + "type": "Polygon", + "id": 51159, + "arcs": [[5003, 5004, 5005, -4865]] + }, { + "type": "Polygon", + "id": 29186, + "arcs": [[-4937, 5006, 5007, -4740, -4727]] + }, { + "type": "Polygon", + "id": 21029, + "arcs": [[5008, 5009, -4825, -4993]] + }, { + "type": "Polygon", + "id": 21175, + "arcs": [[-4874, 5010, 5011, 5012, 5013, -4813, -4887]] + }, { + "type": "Polygon", + "id": 21049, + "arcs": [[5014, 5015, 5016, -4948, -4838, -4963]] + }, { + "type": "Polygon", + "id": 6013, + "arcs": [[-4853, 5017, 5018]] + }, { + "type": "Polygon", + "id": 20015, + "arcs": [[-4716, -4970, 5019, 5020, 5021, -4964, -4651]] + }, { + "type": "Polygon", + "id": 20047, + "arcs": [[-4911, 5022, 5023, 5024, -4912, -4843]] + }, { + "type": "Polygon", + "id": 51163, + "arcs": [[5025, 5026, 5027, 5028, -4876, -4765, 5029]] + }, { + "type": "Polygon", + "id": 29187, + "arcs": [[-5008, 5030, 5031, 5032, -4952, -4741]] + }, { + "type": "Polygon", + "id": 6099, + "arcs": [[5033, 5034, 5035, -4851, -4734, -4788]] + }, { + "type": "Polygon", + "id": 29085, + "arcs": [[-4871, 5036, 5037, -4938, -4700]] + }, { + "type": "Polygon", + "id": 29217, + "arcs": [[-4941, 5038, 5039, 5040, 5041, -4821, -4771]] + }, { + "type": "Polygon", + "id": 21165, + "arcs": [[-4814, -5014, 5042, 5043, -4961, -4849]] + }, { + "type": "Polygon", + "id": 51125, + "arcs": [[5044, 5045, 5046, -5030, -4764, -4863]] + }, { + "type": "Polygon", + "id": 21027, + "arcs": [[5047, 5048, 5049, 5050, -4894, -4957]] + }, { + "type": "Polygon", + "id": 20207, + "arcs": [[5051, 5052, -4967, -4790]] + }, { + "type": "Polygon", + "id": 20001, + "arcs": [[5053, 5054, -5052, -4820]] + }, { + "type": "Polygon", + "id": 20011, + "arcs": [[-5042, 5055, 5056, -5054, -4822]] + }, { + "type": "MultiPolygon", + "id": 51001, + "arcs": [[[5057, 5058, -4782, 5059]]] + }, { + "type": "Polygon", + "id": 54045, + "arcs": [[-4933, 5060, 5061, -4832]] + }, { + "type": "Polygon", + "id": 51133, + "arcs": [[5062, -5004, -4864, 5063]] + }, { + "type": "Polygon", + "id": 29169, + "arcs": [[-4856, -4978, 5064, 5065, -4868, -4793]] + }, { + "type": "Polygon", + "id": 8055, + "arcs": [[-4720, 5066, 5067, 5068, -4777, -4888]] + }, { + "type": "Polygon", + "id": 51085, + "arcs": [[-4921, 5069, 5070, 5071, 5072, -4986, -4829]] + }, { + "type": "Polygon", + "id": 51065, + "arcs": [[5073, 5074, -4861, -4988, 5075]] + }, { + "type": "Polygon", + "id": 21093, + "arcs": [[5076, 5077, 5078, 5079, 5080, -5048, -4956, -4800, -4826, -5010]] + }, { + "type": "Polygon", + "id": 21113, + "arcs": [[5081, 5082, 5083, -4958, -4950]] + }, { + "type": "Polygon", + "id": 21115, + "arcs": [[5084, 5085, 5086, -5011, -4873]] + }, { + "type": "Polygon", + "id": 20069, + "arcs": [[-4914, 5087, 5088, 5089, -4903]] + }, { + "type": "Polygon", + "id": 21091, + "arcs": [[-5051, 5090, 5091, -4954, -4895]] + }, { + "type": "Polygon", + "id": 54081, + "arcs": [[-4639, -4898, 5092, 5093, 5094, -4931]] + }, { + "type": "Polygon", + "id": 21179, + "arcs": [[-5000, 5095, 5096, 5097, -5077, -5009, -4992]] + }, { + "type": "Polygon", + "id": 54059, + "arcs": [[5098, 5099, 5100, 5101, 5102, -4803, -4833, -5062]] + }, { + "type": "Polygon", + "id": 21101, + "arcs": [[-4974, -4925, 5103, 5104, 5105, 5106, -4928, -4975]] + }, { + "type": "Polygon", + "id": 51097, + "arcs": [[-4982, 5107, 5108, 5109, 5110, -4919]] + }, { + "type": "Polygon", + "id": 8111, + "arcs": [[-4997, 5111, 5112, -4984, -4846]] + }, { + "type": "Polygon", + "id": 21167, + "arcs": [[-5084, 5113, 5114, 5115, -4998, -4959]] + }, { + "type": "Polygon", + "id": 8079, + "arcs": [[5116, 5117, -4994, -4780]] + }, { + "type": "Polygon", + "id": 21159, + "arcs": [[-4804, -5103, 5118, 5119, -5085, -4872]] + }, { + "type": "Polygon", + "id": 51005, + "arcs": [[-5029, 5120, 5121, 5122, -4883, -4877]] + }, { + "type": "Polygon", + "id": 17077, + "arcs": [[-5003, 5123, 5124, 5125, -4935, -4943]] + }, { + "type": "Polygon", + "id": 21197, + "arcs": [[-5044, 5126, 5127, 5128, -5015, -4962]] + }, { + "type": "Polygon", + "id": 21059, + "arcs": [[5129, 5130, -5104, -4924, -4955, -5092]] + }, { + "type": "Polygon", + "id": 21151, + "arcs": [[5131, 5132, 5133, 5134, -5082, -4949, -5017]] + }, { + "type": "Polygon", + "id": 17059, + "arcs": [[-4930, 5135, 5136, 5137, -4915, -4907]] + }, { + "type": "Polygon", + "id": 21229, + "arcs": [[-5116, 5138, 5139, -5096, -4999]] + }, { + "type": "Polygon", + "id": 20057, + "arcs": [[-5025, 5140, 5141, 5142, -5088, -4913]] + }, { + "type": "Polygon", + "id": 20173, + "arcs": [[-5022, 5143, 5144, -4971, -4965]] + }, { + "type": "Polygon", + "id": 17165, + "arcs": [[-5138, 5145, 5146, 5147, -5001, -4916]] + }, { + "type": "Polygon", + "id": 51101, + "arcs": [[-5111, 5148, 5149, -5070, -4920]] + }, { + "type": "Polygon", + "id": 29059, + "arcs": [[-4870, 5150, 5151, 5152, 5153, -5037]] + }, { + "type": "Polygon", + "id": 6001, + "arcs": [[-4852, -5036, 5154, 5155, -5018]] + }, { + "type": "Polygon", + "id": 51075, + "arcs": [[5156, 5157, 5158, -5076, -4987, -5073]] + }, { + "type": "Polygon", + "id": 29157, + "arcs": [[-5126, 5159, 5160, 5161, 5162, -5031, -5007, -4936]] + }, { + "type": "Polygon", + "id": 29039, + "arcs": [[5163, 5164, 5165, -5039, -4940]] + }, { + "type": "Polygon", + "id": 6043, + "arcs": [[5166, 5167, -4787]] + }, { + "type": "Polygon", + "id": 21225, + "arcs": [[5168, 5169, 5170, -5136, -4929, -5107]] + }, { + "type": "Polygon", + "id": 29105, + "arcs": [[-5066, 5171, 5172, 5173, -5151, -4869]] + }, { + "type": "Polygon", + "id": 8033, + "arcs": [[-5113, 5174, -4750, -4985]] + }, { + "type": "Polygon", + "id": 21153, + "arcs": [[-5087, 5175, 5176, 5177, 5178, -5012]] + }, { + "type": "Polygon", + "id": 54089, + "arcs": [[5179, 5180, -5093, -4897, -4885, 5181]] + }, { + "type": "Polygon", + "id": 17199, + "arcs": [[-5148, 5182, 5183, -5124, -5002]] + }, { + "type": "Polygon", + "id": 21237, + "arcs": [[-5179, 5184, 5185, -5127, -5043, -5013]] + }, { + "type": "Polygon", + "id": 21065, + "arcs": [[-5129, 5186, 5187, -5132, -5016]] + }, { + "type": "Polygon", + "id": 51103, + "arcs": [[-5005, -5063, 5188]] + }, { + "type": "Polygon", + "id": 8105, + "arcs": [[-4779, 5189, 5190, 5191, -5117]] + }, { + "type": "Polygon", + "id": 6075, + "arcs": [[5192, 5193]] + }, { + "type": "Polygon", + "id": 29167, + "arcs": [[-5038, -5154, 5194, 5195, -5164, -4939]] + }, { + "type": "Polygon", + "id": 21079, + "arcs": [[-5135, 5196, 5197, 5198, -5114, -5083]] + }, { + "type": "Polygon", + "id": 20151, + "arcs": [[-4973, 5199, 5200, 5201, -5023, -4910]] + }, { + "type": "Polygon", + "id": 51009, + "arcs": [[5202, 5203, 5204, 5205, -5026, -5047]] + }, { + "type": "Polygon", + "id": 8071, + "arcs": [[-4890, 5206, 5207, 5208, 5209, -5067, -4719, -4892]] + }, { + "type": "Polygon", + "id": 51023, + "arcs": [[5210, 5211, 5212, -5121, -5028]] + }, { + "type": "Polygon", + "id": 29065, + "arcs": [[-4946, 5213, 5214, 5215, 5216, -4976]] + }, { + "type": "Polygon", + "id": 54109, + "arcs": [[5217, 5218, -5099, -5061, -4932, -5095]] + }, { + "type": "Polygon", + "id": 51029, + "arcs": [[5219, 5220, 5221, -5045, -4862, -5075]] + }, { + "type": "Polygon", + "id": 6039, + "arcs": [[-4572, 5222, 5223, -5167, -4786]] + }, { + "type": "Polygon", + "id": 51119, + "arcs": [[5224, -5108, -4981, 5225]] + }, { + "type": "Polygon", + "id": 21071, + "arcs": [[-5120, 5226, 5227, -5176, -5086]] + }, { + "type": "Polygon", + "id": 8003, + "arcs": [[-5069, 5228, 5229, -5190, -4778]] + }, { + "type": "Polygon", + "id": 51049, + "arcs": [[-5159, 5230, 5231, 5232, -5220, -5074]] + }, { + "type": "Polygon", + "id": 21195, + "arcs": [[5233, 5234, 5235, 5236, 5237, -5227, -5119, -5102]] + }, { + "type": "Polygon", + "id": 29093, + "arcs": [[-5033, 5238, 5239, 5240, -5214, -4945, -4953]] + }, { + "type": "Polygon", + "id": 20187, + "arcs": [[5241, 5242, 5243, 5244, -4880, -4905]] + }, { + "type": "Polygon", + "id": 21183, + "arcs": [[-5050, 5245, 5246, 5247, 5248, -5130, -5091]] + }, { + "type": "Polygon", + "id": 20067, + "arcs": [[5249, 5250, -5242, -4900]] + }, { + "type": "Polygon", + "id": 20081, + "arcs": [[-5090, 5251, 5252, 5253, -5250, -4904]] + }, { + "type": "Polygon", + "id": 20097, + "arcs": [[-5202, 5254, 5255, 5256, -5141, -5024]] + }, { + "type": "Polygon", + "id": 20095, + "arcs": [[-5145, 5257, 5258, 5259, -5200, -4972]] + }, { + "type": "Polygon", + "id": 20205, + "arcs": [[5260, 5261, 5262, -4968, -5053]] + }, { + "type": "Polygon", + "id": 20133, + "arcs": [[-5057, 5263, 5264, 5265, -5261, -5055]] + }, { + "type": "Polygon", + "id": 21123, + "arcs": [[5266, 5267, 5268, 5269, -5078, -5098]] + }, { + "type": "Polygon", + "id": 21155, + "arcs": [[-5140, 5270, 5271, 5272, -5267, -5097]] + }, { + "type": "Polygon", + "id": 54063, + "arcs": [[-5123, 5273, 5274, -5182, -4884]] + }, { + "type": "Polygon", + "id": 21129, + "arcs": [[-5186, 5275, 5276, 5277, -5187, -5128]] + }, { + "type": "Polygon", + "id": 21021, + "arcs": [[-5199, 5278, 5279, -5271, -5139, -5115]] + }, { + "type": "Polygon", + "id": 51087, + "arcs": [[5280, 5281, 5282, 5283, 5284, 5285, 5286, 5287, -5157, -5072]] + }, { + "type": "Polygon", + "id": 6081, + "arcs": [[5288, 5289, 5290, 5291, -5193]] + }, { + "type": "Polygon", + "id": 21025, + "arcs": [[-5178, 5292, 5293, 5294, -5276, -5185]] + }, { + "type": "Polygon", + "id": 51145, + "arcs": [[5295, 5296, -5231, -5158]] + }, { + "type": "Polygon", + "id": 21149, + "arcs": [[-5249, 5297, 5298, 5299, -5105, -5131]] + }, { + "type": "Polygon", + "id": 20037, + "arcs": [[-5041, 5300, 5301, 5302, 5303, -5264, -5056]] + }, { + "type": "Polygon", + "id": 51045, + "arcs": [[5304, 5305, 5306, -5274, -5122, -5213]] + }, { + "type": "Polygon", + "id": 8023, + "arcs": [[-5210, 5307, 5308, 5309, -5229, -5068]] + }, { + "type": "Polygon", + "id": 29011, + "arcs": [[-5166, 5310, 5311, -5301, -5040]] + }, { + "type": "Polygon", + "id": 21233, + "arcs": [[5312, 5313, 5314, -5169, -5106, -5300]] + }, { + "type": "Polygon", + "id": 29123, + "arcs": [[-5163, 5315, 5316, -5239, -5032]] + }, { + "type": "Polygon", + "id": 8009, + "arcs": [[-5245, 5317, 5318, 5319, -5207, -4889, -4881]] + }, { + "type": "Polygon", + "id": 8083, + "arcs": [[5320, 5321, -4751, -5175]] + }, { + "type": "Polygon", + "id": 8067, + "arcs": [[-4996, 5322, 5323, -5321, -5112]] + }, { + "type": "Polygon", + "id": 6047, + "arcs": [[-5224, 5324, 5325, 5326, -5034, -5168]] + }, { + "type": "Polygon", + "id": 21137, + "arcs": [[5327, 5328, 5329, -5279, -5198]] + }, { + "type": "Polygon", + "id": 51127, + "arcs": [[5330, 5331, 5332, -5281, -5071, -5150]] + }, { + "type": "Polygon", + "id": 21085, + "arcs": [[-5081, -5080, 5333, 5334, 5335, -5246, -5049]] + }, { + "type": "Polygon", + "id": 51019, + "arcs": [[5336, 5337, 5338, 5339, 5340, -5211, -5027, -5206]] + }, { + "type": "Polygon", + "id": 49053, + "arcs": [[5341, 5342, -4624, -4990]] + }, { + "type": "Polygon", + "id": 20049, + "arcs": [[-5263, 5343, 5344, 5345, -5020, -4969]] + }, { + "type": "Polygon", + "id": 29179, + "arcs": [[5346, 5347, 5348, -5215, -5241]] + }, { + "type": "Polygon", + "id": 29031, + "arcs": [[5349, 5350, 5351, 5352, 5353, -5161]] + }, { + "type": "Polygon", + "id": 29215, + "arcs": [[-4977, -5217, 5354, 5355, 5356, 5357, -5172, -5065]] + }, { + "type": "Polygon", + "id": 17069, + "arcs": [[-5137, -5171, 5358, 5359, 5360, -5146]] + }, { + "type": "Polygon", + "id": 17151, + "arcs": [[-5361, 5361, 5362, 5363, -5147]] + }, { + "type": "Polygon", + "id": 51760, + "arcs": [[-5285, 5364, -5287, -5286]] + }, { + "type": "Polygon", + "id": 17087, + "arcs": [[-5364, 5365, 5366, 5367, -5183]] + }, { + "type": "Polygon", + "id": 17181, + "arcs": [[-5184, -5368, 5368, 5369, -5350, -5160, -5125]] + }, { + "type": "Polygon", + "id": 51073, + "arcs": [[5370, 5371, 5372, -5109, -5225]] + }, { + "type": "Polygon", + "id": 29017, + "arcs": [[-5354, 5373, 5374, -5316, -5162]] + }, { + "type": "Polygon", + "id": 54055, + "arcs": [[-5181, 5375, 5376, 5377, 5378, -5218, -5094]] + }, { + "type": "Polygon", + "id": 6019, + "arcs": [[5379, 5380, 5381, 5382, 5383, -5325, -5223, -4571]] + }, { + "type": "Polygon", + "id": 29057, + "arcs": [[-5196, 5384, 5385, 5386, -5311, -5165]] + }, { + "type": "Polygon", + "id": 21109, + "arcs": [[-5278, 5387, 5388, 5389, 5390, -5133, -5188]] + }, { + "type": "Polygon", + "id": 21107, + "arcs": [[5391, 5392, 5393, -5313, -5299]] + }, { + "type": "Polygon", + "id": 51041, + "arcs": [[-5365, -5284, 5394, 5395, 5396, 5397, 5398, 5399, 5400, 5401, -5296, -5288]] + }, { + "type": "Polygon", + "id": 51011, + "arcs": [[5402, 5403, 5404, -5203, -5046, -5222]] + }, { + "type": "MultiPolygon", + "id": 51131, + "arcs": [[[5405, -5058]]] + }, { + "type": "Polygon", + "id": 21045, + "arcs": [[-5330, 5406, 5407, 5408, 5409, -5272, -5280]] + }, { + "type": "Polygon", + "id": 54047, + "arcs": [[-5379, 5410, 5411, -5100, -5219]] + }, { + "type": "Polygon", + "id": 21055, + "arcs": [[-5315, 5412, 5413, 5414, -5359, -5170]] + }, { + "type": "Polygon", + "id": 49025, + "arcs": [[-4979, -4755, 5415, 5416, -5342, -4989]] + }, { + "type": "Polygon", + "id": 21189, + "arcs": [[-5295, 5417, 5418, -5388, -5277]] + }, { + "type": "Polygon", + "id": 21203, + "arcs": [[-5391, 5419, 5420, -5328, -5197, -5134]] + }, { + "type": "Polygon", + "id": 51027, + "arcs": [[-5412, 5421, 5422, 5423, -5234, -5101]] + }, { + "type": "Polygon", + "id": 51115, + "arcs": [[-5372, 5424]] + }, { + "type": "Polygon", + "id": 21119, + "arcs": [[-5177, -5228, -5238, 5425, 5426, -5293]] + }, { + "type": "Polygon", + "id": 51007, + "arcs": [[-5402, 5427, 5428, 5429, -5232, -5297]] + }, { + "type": "Polygon", + "id": 51036, + "arcs": [[5430, 5431, -5282, -5333]] + }, { + "type": "Polygon", + "id": 29225, + "arcs": [[-5174, 5432, 5433, 5434, 5435, -5152]] + }, { + "type": "Polygon", + "id": 6085, + "arcs": [[-5035, -5327, 5436, 5437, -5290, 5438, -5155]] + }, { + "type": "Polygon", + "id": 21217, + "arcs": [[-5273, -5410, 5439, 5440, -5268]] + }, { + "type": "Polygon", + "id": 29229, + "arcs": [[-5358, 5441, -5433, -5173]] + }, { + "type": "Polygon", + "id": 51071, + "arcs": [[-5307, 5442, 5443, 5444, -5376, -5180, -5275]] + }, { + "type": "Polygon", + "id": 20035, + "arcs": [[-5346, 5445, 5446, 5447, 5448, -5021]] + }, { + "type": "Polygon", + "id": 20191, + "arcs": [[-5449, 5449, 5450, 5451, -5258, -5144]] + }, { + "type": "Polygon", + "id": 20119, + "arcs": [[-5143, 5452, 5453, 5454, -5252, -5089]] + }, { + "type": "Polygon", + "id": 20025, + "arcs": [[-5257, 5455, 5456, 5457, -5453, -5142]] + }, { + "type": "Polygon", + "id": 20007, + "arcs": [[-5260, 5458, 5459, 5460, 5461, -5255, -5201]] + }, { + "type": "Polygon", + "id": 21087, + "arcs": [[-5441, 5462, 5463, 5464, -5269]] + }, { + "type": "Polygon", + "id": 51680, + "arcs": [[-5205, 5465, -5337]] + }, { + "type": "Polygon", + "id": 6027, + "arcs": [[-4773, -4255, 5466, 5467, 5468, 5469, -5380, -4570]] + }, { + "type": "Polygon", + "id": 51095, + "arcs": [[5470, 5471, 5472, -5431, -5332, 5473, 5474, 5475]] + }, { + "type": "Polygon", + "id": 21099, + "arcs": [[-5270, -5465, 5476, 5477, 5478, -5334, -5079]] + }, { + "type": "Polygon", + "id": 21193, + "arcs": [[-5427, 5479, 5480, 5481, 5482, -5418, -5294]] + }, { + "type": "Polygon", + "id": 51031, + "arcs": [[-5405, 5483, 5484, 5485, -5338, -5466, -5204]] + }, { + "type": "Polygon", + "id": 29077, + "arcs": [[-5153, -5436, 5486, 5487, -5385, -5195]] + }, { + "type": "Polygon", + "id": 21139, + "arcs": [[-5415, 5488, 5489, 5490, 5491, -5362, -5360]] + }, { + "type": "Polygon", + "id": 29203, + "arcs": [[-5349, 5492, 5493, 5494, -5355, -5216]] + }, { + "type": "Polygon", + "id": 8007, + "arcs": [[-5118, -5192, 5495, 5496, 5497, -5323, -4995]] + }, { + "type": "Polygon", + "id": 51161, + "arcs": [[-5341, 5498, 5499, 5500, -5305, -5212], [5501, 5502]] + }, { + "type": "Polygon", + "id": 21177, + "arcs": [[5503, 5504, 5505, 5506, -5392, -5298, -5248]] + }, { + "type": "Polygon", + "id": 51147, + "arcs": [[-5233, -5430, 5507, 5508, 5509, -5403, -5221]] + }, { + "type": "Polygon", + "id": 8021, + "arcs": [[-5191, -5230, -5310, 5510, 5511, -5496]] + }, { + "type": "Polygon", + "id": 21031, + "arcs": [[5512, 5513, -5504, -5247, -5336, 5514]] + }, { + "type": "Polygon", + "id": 20129, + "arcs": [[5515, 5516, 5517, -5318, -5244]] + }, { + "type": "Polygon", + "id": 20189, + "arcs": [[-5254, 5518, 5519, -5516, -5243, -5251]] + }, { + "type": "Polygon", + "id": 20175, + "arcs": [[-5455, 5520, 5521, -5519, -5253]] + }, { + "type": "Polygon", + "id": 20125, + "arcs": [[-5262, -5266, 5522, 5523, 5524, 5525, -5344]] + }, { + "type": "Polygon", + "id": 20077, + "arcs": [[5526, 5527, -5459, -5259, -5452]] + }, { + "type": "Polygon", + "id": 20033, + "arcs": [[5528, 5529, -5456, -5256, -5462]] + }, { + "type": "Polygon", + "id": 20099, + "arcs": [[-5304, 5530, 5531, 5532, -5523, -5265]] + }, { + "type": "Polygon", + "id": 21033, + "arcs": [[-5394, 5533, 5534, 5535, -5413, -5314]] + }, { + "type": "Polygon", + "id": 51199, + "arcs": [[5536, 5537, 5538, 5539, -5471, 5540, -5475]] + }, { + "type": "Polygon", + "id": 29097, + "arcs": [[-5387, 5541, 5542, 5543, -5302, -5312]] + }, { + "type": "Polygon", + "id": 51121, + "arcs": [[5544, 5545, 5546, 5547, -5443, -5306, -5501]] + }, { + "type": "Polygon", + "id": 21051, + "arcs": [[-5483, 5548, 5549, 5550, 5551, -5389, -5419]] + }, { + "type": "Polygon", + "id": 21199, + "arcs": [[5552, 5553, 5554, -5407, -5329, -5421, 5555]] + }, { + "type": "Polygon", + "id": 20021, + "arcs": [[-5544, 5556, 5557, 5558, -5531, -5303]] + }, { + "type": "Polygon", + "id": 21061, + "arcs": [[-5479, 5559, 5560, -5515, -5335]] + }, { + "type": "Polygon", + "id": 51770, + "arcs": [[5561, -5503]] + }, { + "type": "Polygon", + "id": 17127, + "arcs": [[-5492, 5562, 5563, -5366, -5363]] + }, { + "type": "Polygon", + "id": 51185, + "arcs": [[-5378, 5564, 5565, 5566, -5422, -5411]] + }, { + "type": "Polygon", + "id": 17003, + "arcs": [[5567, 5568, 5569, 5570, -5351, -5370]] + }, { + "type": "Polygon", + "id": 21125, + "arcs": [[-5552, 5571, 5572, 5573, -5556, -5420, -5390]] + }, { + "type": "Polygon", + "id": 17153, + "arcs": [[-5367, -5564, 5574, 5575, -5568, -5369]] + }, { + "type": "Polygon", + "id": 21131, + "arcs": [[5576, 5577, -5549, -5482]] + }, { + "type": "Polygon", + "id": 29223, + "arcs": [[-5375, 5578, 5579, 5580, -5347, -5240, -5317]] + }, { + "type": "Polygon", + "id": 51149, + "arcs": [[5581, 5582, 5583, 5584, 5585, -5397, 5586]] + }, { + "type": "Polygon", + "id": 21001, + "arcs": [[-5409, 5587, 5588, 5589, -5463, -5440]] + }, { + "type": "Polygon", + "id": 51051, + "arcs": [[5590, 5591, -5235, -5424]] + }, { + "type": "Polygon", + "id": 20019, + "arcs": [[-5526, 5592, 5593, -5446, -5345]] + }, { + "type": "Polygon", + "id": 51021, + "arcs": [[5594, 5595, 5596, -5565, -5377, -5445]] + }, { + "type": "Polygon", + "id": 51135, + "arcs": [[5597, 5598, -5508, -5429, 5599]] + }, { + "type": "Polygon", + "id": 29109, + "arcs": [[-5488, 5600, 5601, 5602, 5603, -5542, -5386]] + }, { + "type": "Polygon", + "id": 6087, + "arcs": [[5604, 5605, 5606, -5291, -5438]] + }, { + "type": "Polygon", + "id": 51053, + "arcs": [[5607, -5585, 5608, 5609, 5610, -5600, -5428, -5401]] + }, { + "type": "Polygon", + "id": 21133, + "arcs": [[-5237, 5611, 5612, -5480, -5426]] + }, { + "type": "Polygon", + "id": 29201, + "arcs": [[5613, 5614, 5615, -5352, -5571]] + }, { + "type": "Polygon", + "id": 51037, + "arcs": [[5616, 5617, 5618, -5484, -5404, -5510]] + }, { + "type": "Polygon", + "id": 51155, + "arcs": [[5619, -5546, 5620, 5621, 5622, -5595, -5444, -5548]] + }, { + "type": "Polygon", + "id": 51181, + "arcs": [[5623, 5624, 5625, -5583, 5626]] + }, { + "type": "Polygon", + "id": 51067, + "arcs": [[5627, 5628, 5629, 5630, -5499, -5340]] + }, { + "type": "Polygon", + "id": 21007, + "arcs": [[5631, 5632, -5569, -5576, 5633]] + }, { + "type": "Polygon", + "id": 21145, + "arcs": [[-5491, 5634, 5635, 5636, -5634, -5575, -5563]] + }, { + "type": "Polygon", + "id": 51700, + "arcs": [[5637, 5638, -5472, -5540]] + }, { + "type": "Polygon", + "id": 51195, + "arcs": [[5639, 5640, 5641, 5642, -5612, -5236, -5592]] + }, { + "type": "Polygon", + "id": 21227, + "arcs": [[-5561, 5643, 5644, 5645, 5646, -5513]] + }, { + "type": "Polygon", + "id": 21207, + "arcs": [[-5555, 5647, 5648, 5649, -5588, -5408]] + }, { + "type": "Polygon", + "id": 21169, + "arcs": [[-5590, 5650, 5651, 5652, -5477, -5464]] + }, { + "type": "Polygon", + "id": 21143, + "arcs": [[-5536, 5653, 5654, -5489, -5414]] + }, { + "type": "Polygon", + "id": 21009, + "arcs": [[5655, 5656, -5644, -5560, -5478, -5653]] + }, { + "type": "Polygon", + "id": 21047, + "arcs": [[-5507, 5657, 5658, 5659, 5660, -5534, -5393]] + }, { + "type": "Polygon", + "id": 51093, + "arcs": [[5661, 5662, 5663, 5664, -5624, 5665]] + }, { + "type": "Polygon", + "id": 51167, + "arcs": [[5666, 5667, 5668, -5640, -5591, -5423, -5567]] + }, { + "type": "Polygon", + "id": 51143, + "arcs": [[5669, 5670, 5671, 5672, 5673, 5674, -5628, -5339, -5486]] + }, { + "type": "Polygon", + "id": 51063, + "arcs": [[-5631, 5675, 5676, -5621, -5545, -5500]] + }, { + "type": "Polygon", + "id": 29207, + "arcs": [[-5353, -5616, 5677, 5678, 5679, -5579, -5374]] + }, { + "type": "Polygon", + "id": 51111, + "arcs": [[-5599, 5680, 5681, -5617, -5509]] + }, { + "type": "Polygon", + "id": 51650, + "arcs": [[-5638, -5539, -5683, 5683]] + }, { + "type": "Polygon", + "id": 51183, + "arcs": [[5684, 5685, -5609, -5584, -5626]] + }, { + "type": "Polygon", + "id": 29035, + "arcs": [[-5581, 5686, 5687, 5688, -5493, -5348]] + }, { + "type": "Polygon", + "id": 29043, + "arcs": [[-5435, 5689, 5690, 5691, -5601, -5487]] + }, { + "type": "Polygon", + "id": 51197, + "arcs": [[5692, 5693, 5694, -5596, -5623]] + }, { + "type": "Polygon", + "id": 21141, + "arcs": [[5695, 5696, 5697, -5505, -5514, -5647]] + }, { + "type": "Polygon", + "id": 21219, + "arcs": [[-5698, 5698, 5699, -5658, -5506]] + }, { + "type": "Polygon", + "id": 29067, + "arcs": [[-5442, -5357, 5700, 5701, 5702, -5690, -5434]] + }, { + "type": "Polygon", + "id": 21157, + "arcs": [[-5655, 5703, 5704, 5705, -5635, -5490]] + }, { + "type": "Polygon", + "id": 29133, + "arcs": [[-5633, 5706, 5707, 5708, 5709, -5614, -5570]] + }, { + "type": "Polygon", + "id": 51083, + "arcs": [[-5619, 5710, 5711, 5712, 5713, -5670, -5485]] + }, { + "type": "Polygon", + "id": 29091, + "arcs": [[-5495, 5714, 5715, 5716, -5701, -5356]] + }, { + "type": "Polygon", + "id": 29145, + "arcs": [[-5604, 5717, 5718, 5719, -5557, -5543]] + }, { + "type": "Polygon", + "id": 21121, + "arcs": [[5720, 5721, -5572, -5551]] + }, { + "type": "Polygon", + "id": 51025, + "arcs": [[-5611, 5722, 5723, 5724, 5725, -5681, -5598]] + }, { + "type": "Polygon", + "id": 21095, + "arcs": [[-5613, -5643, 5726, 5727, -5577, -5481]] + }, { + "type": "Polygon", + "id": 51173, + "arcs": [[-5597, -5695, 5728, 5729, -5667, -5566]] + }, { + "type": "Polygon", + "id": 4017, + "arcs": [[5730, 5731, 5732, 5733, -4753]] + }, { + "type": "Polygon", + "id": 4005, + "arcs": [[-5734, 5734, 5735, 5736, -5416, -4754]] + }, { + "type": "Polygon", + "id": 21221, + "arcs": [[5737, 5738, -5704, -5654, -5535, -5661]] + }, { + "type": "Polygon", + "id": 40105, + "arcs": [[-5533, 5739, 5740, 5741, -5524]] + }, { + "type": "Polygon", + "id": 40113, + "arcs": [[5742, 5743, 5744, 5745, 5746, -5447, -5594]] + }, { + "type": "Polygon", + "id": 40151, + "arcs": [[-5461, 5747, 5748, 5749, 5750, 5751, -5529]] + }, { + "type": "Polygon", + "id": 40035, + "arcs": [[-5559, 5752, 5753, 5754, 5755, -5740, -5532]] + }, { + "type": "Polygon", + "id": 40147, + "arcs": [[-5742, 5756, 5757, -5743, -5593, -5525]] + }, { + "type": "Polygon", + "id": 40053, + "arcs": [[5758, 5759, 5760, -5527, -5451]] + }, { + "type": "Polygon", + "id": 40003, + "arcs": [[-5528, -5761, 5761, 5762, -5748, -5460]] + }, { + "type": "Polygon", + "id": 40071, + "arcs": [[-5747, 5763, 5764, -5759, -5450, -5448]] + }, { + "type": "Polygon", + "id": 40115, + "arcs": [[-5720, 5765, 5766, -5753, -5558]] + }, { + "type": "Polygon", + "id": 40059, + "arcs": [[-5530, -5752, -5751, 5767, 5768, 5769, -5457]] + }, { + "type": "Polygon", + "id": 35039, + "arcs": [[-5512, 5770, 5771, 5772, 5773, 5774, 5775, -5497]] + }, { + "type": "Polygon", + "id": 35045, + "arcs": [[-5776, 5776, 5777, 5778, -5322, -5324, -5498]] + }, { + "type": "Polygon", + "id": 4001, + "arcs": [[-5779, 5779, 5780, 5781, 5782, 5783, -5731, -4752]] + }, { + "type": "Polygon", + "id": 35059, + "arcs": [[5784, 5785, 5786, 5787, 5788, 5789, -5208, -5320]] + }, { + "type": "Polygon", + "id": 40025, + "arcs": [[-5518, 5790, 5791, 5792, -5785, -5319]] + }, { + "type": "Polygon", + "id": 40139, + "arcs": [[5793, 5794, 5795, 5796, -5791, -5517, -5520, -5522]] + }, { + "type": "Polygon", + "id": 40007, + "arcs": [[-5458, -5770, 5797, 5798, 5799, -5794, -5521, -5454]] + }, { + "type": "Polygon", + "id": 51175, + "arcs": [[5800, -5663, 5801, 5802, 5803, 5804, 5805, -5685, -5625, -5665]] + }, { + "type": "Polygon", + "id": 21231, + "arcs": [[5806, 5807, 5808, 5809, -5648, -5554]] + }, { + "type": "Polygon", + "id": 35055, + "arcs": [[5810, 5811, -5771, -5511, -5309]] + }, { + "type": "Polygon", + "id": 35007, + "arcs": [[-5790, 5812, 5813, -5811, -5308, -5209]] + }, { + "type": "Polygon", + "id": 29209, + "arcs": [[5814, 5815, 5816, -5602, -5692]] + }, { + "type": "Polygon", + "id": 6069, + "arcs": [[-5326, -5384, 5817, -5605, -5437]] + }, { + "type": "Polygon", + "id": 21235, + "arcs": [[-5722, 5818, 5819, 5820, 5821, -5573]] + }, { + "type": "Polygon", + "id": 51710, + "arcs": [[5822, 5823]] + }, { + "type": "Polygon", + "id": 21147, + "arcs": [[-5822, 5824, 5825, -5807, -5553, -5574]] + }, { + "type": "Polygon", + "id": 21013, + "arcs": [[-5578, -5728, 5826, 5827, -5819, -5721, -5550]] + }, { + "type": "Polygon", + "id": 21039, + "arcs": [[-5637, 5828, 5829, -5707, -5632]] + }, { + "type": "Polygon", + "id": 21083, + "arcs": [[-5706, 5830, 5831, 5832, 5833, -5829, -5636]] + }, { + "type": "Polygon", + "id": 21057, + "arcs": [[5834, 5835, 5836, -5651, -5589, -5650]] + }, { + "type": "Polygon", + "id": 21003, + "arcs": [[-5657, 5837, 5838, 5839, 5840, -5645]] + }, { + "type": "Polygon", + "id": 29009, + "arcs": [[-5817, 5841, 5842, 5843, -5718, -5603]] + }, { + "type": "Polygon", + "id": 51810, + "arcs": [[5844, 5845, 5846, 5847, 5848, 5849, 5850, -5823, 5851]] + }, { + "type": "Polygon", + "id": 51035, + "arcs": [[5852, 5853, 5854, 5855, 5856, -5693, -5622, -5677]] + }, { + "type": "Polygon", + "id": 51191, + "arcs": [[5857, 5858, 5859, -5668, -5730, 5860, 5861, 5862, 5863]] + }, { + "type": "Polygon", + "id": 29023, + "arcs": [[-5680, 5864, 5865, 5866, -5687, -5580]] + }, { + "type": "Polygon", + "id": 51800, + "arcs": [[-5868, 5868, 5869, 5870, -5802, -5662, 5871]] + }, { + "type": "Polygon", + "id": 6053, + "arcs": [[-5818, -5383, 5872, 5873, 5874, -5606]] + }, { + "type": "Polygon", + "id": 51081, + "arcs": [[-5686, -5806, 5875, -5723, -5610]] + }, { + "type": "Polygon", + "id": 51105, + "arcs": [[5876, 5877, 5878, -5827, -5727, -5642]] + }, { + "type": "Polygon", + "id": 51117, + "arcs": [[-5726, 5879, 5880, 5881, -5711, -5618, -5682]] + }, { + "type": "Polygon", + "id": 21053, + "arcs": [[-5810, 5882, 5883, -5835, -5649]] + }, { + "type": "Polygon", + "id": 29149, + "arcs": [[-5689, 5884, 5885, 5886, 5887, -5715, -5494]] + }, { + "type": "Polygon", + "id": 51169, + "arcs": [[-5669, -5860, 5888, 5889, 5890, -5877, -5641]] + }, { + "type": "Polygon", + "id": 21213, + "arcs": [[5891, 5892, -5696, -5646, -5841]] + }, { + "type": "Polygon", + "id": 51141, + "arcs": [[5893, 5894, 5895, -5853, -5676, -5630]] + }, { + "type": "Polygon", + "id": 29143, + "arcs": [[-5710, 5896, 5897, 5898, 5899, 5900, 5901, -5678, -5615]] + }, { + "type": "Polygon", + "id": 51550, + "arcs": [[5902, -5904, 5904, 5905, -5850, 5906, 5907, -5869, -5909]] + }, { + "type": "Polygon", + "id": 51089, + "arcs": [[5909, 5910, -5894, -5629, -5675]] + }, { + "type": "Polygon", + "id": 32003, + "arcs": [[5911, 5912, -5467, -4254, -4626]] + }, { + "type": "Polygon", + "id": 21171, + "arcs": [[-5837, 5913, 5914, -5838, -5656, -5652]] + }, { + "type": "Polygon", + "id": 29181, + "arcs": [[-5867, 5915, 5916, -5885, -5688]] + }, { + "type": "Polygon", + "id": 29213, + "arcs": [[-5703, 5917, 5918, 5919, 5920, -5815, -5691]] + }, { + "type": "Polygon", + "id": 40153, + "arcs": [[5921, 5922, 5923, -5768, 5750, -5751, -5750]] + }, { + "type": "Polygon", + "id": 51077, + "arcs": [[-5857, 5924, -5855, 5925, 5926, 5927, 5928, -5861, -5729, -5694]] + }, { + "type": "Polygon", + "id": 29153, + "arcs": [[-5717, 5929, 5930, 5931, -5918, -5702]] + }, { + "type": "Polygon", + "id": 21105, + "arcs": [[-5834, 5932, 5933, 5934, -5708, -5830]] + }, { + "type": "Polygon", + "id": 29119, + "arcs": [[-5844, 5935, 5936, -5766, -5719]] + }, { + "type": "Polygon", + "id": 21035, + "arcs": [[-5739, 5937, 5938, -5831, -5705]] + }, { + "type": "Polygon", + "id": 6107, + "arcs": [[5939, 5940, -5381, -5470]] + }, { + "type": "Polygon", + "id": 47161, + "arcs": [[-5660, 5941, 5942, 5943, 5944, -5938, -5738]] + }, { + "type": "Polygon", + "id": 40041, + "arcs": [[-5937, 5945, 5946, 5947, 5948, -5754, -5767]] + }, { + "type": "Polygon", + "id": 47147, + "arcs": [[5949, 5950, 5951, -5699, -5697, -5893, 5952]] + }, { + "type": "Polygon", + "id": 47165, + "arcs": [[5953, 5954, 5955, 5956, -5953, -5892, -5840]] + }, { + "type": "MultiPolygon", + "id": 21075, + "arcs": [[[5957, 5958, -5897, -5709, -5935]]] + }, { + "type": "Polygon", + "id": 47125, + "arcs": [[-5952, 5959, 5960, 5961, -5942, -5659, -5700]] + }, { + "type": "Polygon", + "id": 51590, + "arcs": [[5962, -5672]] + }, { + "type": "Polygon", + "id": 47111, + "arcs": [[5963, 5964, 5965, -5954, -5839, -5915, 5966]] + }, { + "type": "Polygon", + "id": 29069, + "arcs": [[-5902, 5967, 5968, 5969, 5970, 5971, 5972, -5865, -5679]] + }, { + "type": "Polygon", + "id": 47137, + "arcs": [[5973, 5974, 5975, 5976, -5883, -5809]] + }, { + "type": "Polygon", + "id": 47027, + "arcs": [[5977, 5978, -5967, -5914, -5836, -5884, -5977]] + }, { + "type": "Polygon", + "id": 47163, + "arcs": [[5979, 5980, 5981, -5889, -5859, -5983, -5863, 5983]] + }, { + "type": "Polygon", + "id": 47091, + "arcs": [[-5929, 5984, 5985, 5986, 5987, -5984, -5862]] + }, { + "type": "Polygon", + "id": 47151, + "arcs": [[5988, 5989, 5990, 5991, -5974, -5808, -5826]] + }, { + "type": "Polygon", + "id": 47025, + "arcs": [[5992, 5993, 5994, 5995, -5820, -5828, -5879]] + }, { + "type": "Polygon", + "id": 40103, + "arcs": [[5996, 5997, 5998, 5999, -5764, -5746]] + }, { + "type": "Polygon", + "id": 47067, + "arcs": [[-5891, 6000, 6001, -5993, -5878]] + }, { + "type": "Polygon", + "id": 40131, + "arcs": [[6002, 6003, 6004, -5757, -5741, -5756]] + }, { + "type": "Polygon", + "id": 47013, + "arcs": [[6005, 6006, -5989, -5825, -5821, -5996]] + }, { + "type": "Polygon", + "id": 47073, + "arcs": [[-5982, 6007, 6008, 6009, 6010, -6001, -5890]] + }, { + "type": "Polygon", + "id": 40047, + "arcs": [[-5765, -6000, 6011, 6012, 6013, -5762, -5760]] + }, { + "type": "Polygon", + "id": 40045, + "arcs": [[-5924, 6014, 6015, 6016, 6017, -5798, -5769]] + }, { + "type": "Polygon", + "id": 37009, + "arcs": [[6018, 6019, 6020, -5985, -5928]] + }, { + "type": "Polygon", + "id": 47049, + "arcs": [[-5992, 6021, 6022, 6023, 6024, -5975]] + }, { + "type": "Polygon", + "id": 37005, + "arcs": [[6025, 6026, -6019, -5927]] + }, { + "type": "Polygon", + "id": 40117, + "arcs": [[6027, 6028, 6029, -5997, -5745]] + }, { + "type": "Polygon", + "id": 37171, + "arcs": [[-5896, 6030, 6031, 6032, 6033, -6026, -5926, -5854]] + }, { + "type": "Polygon", + "id": 37073, + "arcs": [[6034, 6035, 6036, 6037, 6038, 6039, -5803, -5871]] + }, { + "type": "MultiPolygon", + "id": 37053, + "arcs": [[[6040, -5907, -5849, 6041]], [[-5845, 6042, 6043, 6044]]] + }, { + "type": "Polygon", + "id": 37169, + "arcs": [[-5911, 6045, 6046, -6031, -5895]] + }, { + "type": "Polygon", + "id": 37029, + "arcs": [[-5870, -5908, -6041, 6047, 6048, -6035]] + }, { + "type": "Polygon", + "id": 37185, + "arcs": [[6049, 6050, 6051, 6052, -5880, -5725]] + }, { + "type": "Polygon", + "id": 37131, + "arcs": [[6053, 6054, -6050, -5724, -5876, -5805, 6055]] + }, { + "type": "Polygon", + "id": 37091, + "arcs": [[-6040, 6056, 6057, -6056, -5804]] + }, { + "type": "Polygon", + "id": 37145, + "arcs": [[6058, 6059, 6060, 6061, -5713]] + }, { + "type": "Polygon", + "id": 37181, + "arcs": [[-6053, 6062, 6063, -5881]] + }, { + "type": "Polygon", + "id": 37077, + "arcs": [[6064, 6065, 6066, -6059, -5712, -5882, -6064]] + }, { + "type": "Polygon", + "id": 37157, + "arcs": [[-5674, 6067, 6068, 6069, -6046, -5910]] + }, { + "type": "Polygon", + "id": 37033, + "arcs": [[-6062, 6070, 6071, -6068, -5673, -5963, -5671, -5714]] + }, { + "type": "Polygon", + "id": 47133, + "arcs": [[-6025, 6072, 6073, -5978, -5976]] + }, { + "type": "Polygon", + "id": 47087, + "arcs": [[-6074, 6074, 6075, -5964, -5979]] + }, { + "type": "Polygon", + "id": 37083, + "arcs": [[6076, 6077, 6078, 6079, -6051, -6055]] + }, { + "type": "Polygon", + "id": 40097, + "arcs": [[-5949, 6080, 6081, -6003, -5755]] + }, { + "type": "Polygon", + "id": 47019, + "arcs": [[6082, 6083, 6084, 6085, -5980, -5988]] + }, { + "type": "Polygon", + "id": 37139, + "arcs": [[6086, 6087, -6036, -6049]] + }, { + "type": "Polygon", + "id": 47131, + "arcs": [[-5934, 6088, 6089, 6090, 6091, -5958]] + }, { + "type": "Polygon", + "id": 40093, + "arcs": [[-5763, -6014, 6092, 6093, 6094, -5922, -5749]] + }, { + "type": "Polygon", + "id": 47183, + "arcs": [[6095, 6096, 6097, -6089, -5933, -5833]] + }, { + "type": "Polygon", + "id": 47095, + "arcs": [[6098, 6099, -5900, -6101, -5898, -5959, -6092]] + }, { + "type": "Polygon", + "id": 48421, + "arcs": [[6101, 6102, -5792, -5797, 6103]] + }, { + "type": "Polygon", + "id": 47079, + "arcs": [[-5945, 6104, 6105, -6096, -5832, -5939]] + }, { + "type": "Polygon", + "id": 48195, + "arcs": [[6106, 6107, -6104, -5796, 6108]] + }, { + "type": "Polygon", + "id": 48111, + "arcs": [[-5793, -6103, 6109, -5786]] + }, { + "type": "Polygon", + "id": 48357, + "arcs": [[6110, 6111, -6109, -5795, -5800]] + }, { + "type": "Polygon", + "id": 48295, + "arcs": [[6112, 6113, -6111, -5799, -6018]] + }, { + "type": "Polygon", + "id": 5007, + "arcs": [[-5843, 6114, 6115, 6116, 6117, -5946, -5936]] + }, { + "type": "Polygon", + "id": 5049, + "arcs": [[6118, 6119, 6120, -5930, -5716, -5888]] + }, { + "type": "Polygon", + "id": 5015, + "arcs": [[-5816, -5921, 6121, 6122, 6123, -6115, -5842]] + }, { + "type": "Polygon", + "id": 5135, + "arcs": [[-5887, 6124, 6125, 6126, 6127, -6119]] + }, { + "type": "Polygon", + "id": 5121, + "arcs": [[6128, 6129, -6125, -5886, -5917, 6130]] + }, { + "type": "Polygon", + "id": 5009, + "arcs": [[6131, 6132, 6133, -6122, -5920]] + }, { + "type": "Polygon", + "id": 5089, + "arcs": [[6134, 6135, -6132, -5919, -5932]] + }, { + "type": "Polygon", + "id": 5005, + "arcs": [[-6121, 6136, 6137, 6138, -6135, -5931]] + }, { + "type": "Polygon", + "id": 5021, + "arcs": [[-5866, -5973, 6139, -6131, -5916]] + }, { + "type": "Polygon", + "id": 6031, + "arcs": [[6140, 6141, -5873, -5382, -5941]] + }, { + "type": "Polygon", + "id": 47169, + "arcs": [[-5966, 6142, 6143, -5955]] + }, { + "type": "Polygon", + "id": 47021, + "arcs": [[6144, 6145, 6146, 6147, -5960, -5951]] + }, { + "type": "Polygon", + "id": 47179, + "arcs": [[-6086, 6148, 6149, -6008, -5981]] + }, { + "type": "Polygon", + "id": 37193, + "arcs": [[-6034, 6150, 6151, 6152, 6153, 6154, -6020, -6027]] + }, { + "type": "Polygon", + "id": 47173, + "arcs": [[6155, 6156, 6157, -6006, -5995]] + }, { + "type": "Polygon", + "id": 47159, + "arcs": [[-6076, 6158, 6159, 6160, -6143, -5965]] + }, { + "type": "Polygon", + "id": 29155, + "arcs": [[-6100, 6161, 6162, -5968, -5901]] + }, { + "type": "Polygon", + "id": 40143, + "arcs": [[-6005, 6163, 6164, 6165, -6028, -5744, -5758]] + }, { + "type": "Polygon", + "id": 47057, + "arcs": [[-6002, -6011, 6166, 6167, 6168, -6156, -5994]] + }, { + "type": "Polygon", + "id": 47037, + "arcs": [[-5957, 6169, 6170, 6171, -6145, -5950]] + }, { + "type": "Polygon", + "id": 47059, + "arcs": [[6172, 6173, 6174, 6175, 6176, -6009, -6150]] + }, { + "type": "Polygon", + "id": 37189, + "arcs": [[-6155, 6177, 6178, -5986, -6021]] + }, { + "type": "Polygon", + "id": 37143, + "arcs": [[6179, 6180, -6037, -6088]] + }, { + "type": "Polygon", + "id": 47129, + "arcs": [[-5991, 6181, 6182, 6183, -6022]] + }, { + "type": "Polygon", + "id": 47083, + "arcs": [[-5962, 6184, 6185, 6186, -5943]] + }, { + "type": "Polygon", + "id": 47005, + "arcs": [[-6187, 6187, 6188, 6189, 6190, -6105, -5944]] + }, { + "type": "Polygon", + "id": 47189, + "arcs": [[-6144, -6161, 6191, 6192, 6193, -6170, -5956]] + }, { + "type": "Polygon", + "id": 37041, + "arcs": [[6194, -6038, -6181]] + }, { + "type": "Polygon", + "id": 47063, + "arcs": [[-6177, 6195, 6196, -6167, -6010]] + }, { + "type": "Polygon", + "id": 47043, + "arcs": [[-6148, -6147, 6197, 6198, 6199, -6185, -5961]] + }, { + "type": "Polygon", + "id": 5087, + "arcs": [[6200, 6201, 6202, 6203, 6204, -6116, -6124]] + }, { + "type": "Polygon", + "id": 47141, + "arcs": [[-6024, 6205, 6206, 6207, -6159, -6075, -6073]] + }, { + "type": "Polygon", + "id": 47001, + "arcs": [[-6158, 6208, 6209, -6182, -5990, -6007]] + }, { + "type": "Polygon", + "id": 37197, + "arcs": [[6210, 6211, 6212, -6151, -6033]] + }, { + "type": "Polygon", + "id": 37011, + "arcs": [[6213, 6214, 6215, 6216, 6217, -6083, -5987, -6179]] + }, { + "type": "Polygon", + "id": 37069, + "arcs": [[6218, 6219, -6065, -6063, -6052]] + }, { + "type": "Polygon", + "id": 5055, + "arcs": [[-5972, -5971, 6220, 6221, -6129, -6140]] + }, { + "type": "Polygon", + "id": 35033, + "arcs": [[-5814, 6222, 6223, 6224, -5772, -5812]] + }, { + "type": "Polygon", + "id": 37067, + "arcs": [[6225, 6226, 6227, -6211, -6032, -6047]] + }, { + "type": "Polygon", + "id": 5065, + "arcs": [[-6128, 6228, 6229, -6137, -6120]] + }, { + "type": "Polygon", + "id": 47171, + "arcs": [[6230, 6231, 6232, -6173, -6149, -6085]] + }, { + "type": "Polygon", + "id": 5075, + "arcs": [[-6222, 6233, 6234, 6235, -6126, -6130]] + }, { + "type": "Polygon", + "id": 37081, + "arcs": [[6236, 6237, 6238, -6226, -6070]] + }, { + "type": "Polygon", + "id": 37001, + "arcs": [[6239, 6240, 6241, -6237, -6069, -6072]] + }, { + "type": "Polygon", + "id": 40119, + "arcs": [[6242, 6243, 6244, -5998, -6030]] + }, { + "type": "Polygon", + "id": 47085, + "arcs": [[-6200, 6245, 6246, -6188, -6186]] + }, { + "type": "Polygon", + "id": 37015, + "arcs": [[6247, 6248, 6249, -6250, 6250, -6077, -6054, -6058]] + }, { + "type": "Polygon", + "id": 37135, + "arcs": [[-6061, 6251, 6252, -6240, -6071]] + }, { + "type": "Polygon", + "id": 37063, + "arcs": [[-6067, 6253, 6254, -6252, -6060]] + }, { + "type": "Polygon", + "id": 5143, + "arcs": [[6255, 6256, -6117, -6205]] + }, { + "type": "MultiPolygon", + "id": 37055, + "arcs": [[[6257, 6258]], [[-6044, 6259]]] + }, { + "type": "Polygon", + "id": 47053, + "arcs": [[6260, 6261, 6262, 6263, -6090, -6098]] + }, { + "type": "Polygon", + "id": 35043, + "arcs": [[6264, 6265, 6266, 6267, 6268, -5777, -5775]] + }, { + "type": "Polygon", + "id": 35021, + "arcs": [[-5789, 6269, 6270, -6223, -5813]] + }, { + "type": "Polygon", + "id": 47045, + "arcs": [[6271, 6272, 6273, -6162, -6099, -6091, -6264]] + }, { + "type": "Polygon", + "id": 37127, + "arcs": [[-6080, 6274, 6275, 6276, -6219]] + }, { + "type": "Polygon", + "id": 47089, + "arcs": [[-6197, 6277, 6278, 6279, -6168]] + }, { + "type": "Polygon", + "id": 47093, + "arcs": [[-6280, 6280, 6281, 6282, 6283, -6209, -6157, -6169]] + }, { + "type": "Polygon", + "id": 47029, + "arcs": [[-6175, 6284, 6285, 6286, 6287, -6278, -6196, -6176]] + }, { + "type": "Polygon", + "id": 47035, + "arcs": [[-6184, 6288, 6289, 6290, 6291, 6292, 6293, 6294, -6206, -6023]] + }, { + "type": "Polygon", + "id": 40073, + "arcs": [[6295, 6296, 6297, -6093, -6013]] + }, { + "type": "Polygon", + "id": 40083, + "arcs": [[-5999, -6245, 6298, 6299, -6296, -6012]] + }, { + "type": "Polygon", + "id": 40011, + "arcs": [[-6298, 6300, 6301, 6302, 6303, -6094]] + }, { + "type": "Polygon", + "id": 40043, + "arcs": [[6304, 6305, -6015, -5923, -6095, -6304]] + }, { + "type": "Polygon", + "id": 40037, + "arcs": [[-6166, 6306, 6307, 6308, -6243, -6029]] + }, { + "type": "Polygon", + "id": 40145, + "arcs": [[-6082, 6309, 6310, 6311, -6164, -6004]] + }, { + "type": "Polygon", + "id": 40021, + "arcs": [[-5948, 6312, 6313, 6314, -6310, -6081]] + }, { + "type": "Polygon", + "id": 40001, + "arcs": [[-6118, -6257, 6315, 6316, -6313, -5947]] + }, { + "type": "Polygon", + "id": 37121, + "arcs": [[-6218, 6317, 6318, -6231, -6084]] + }, { + "type": "Polygon", + "id": 37065, + "arcs": [[6319, 6320, 6321, -6275, -6079]] + }, { + "type": "Polygon", + "id": 47017, + "arcs": [[-6191, 6322, 6323, 6324, -6261, -6097, -6106]] + }, { + "type": "Polygon", + "id": 47041, + "arcs": [[6325, 6326, 6327, -6192, -6160, -6208]] + }, { + "type": "Polygon", + "id": 5137, + "arcs": [[6328, 6329, 6330, 6331, -6138, -6230]] + }, { + "type": "Polygon", + "id": 5101, + "arcs": [[-6134, 6332, 6333, 6334, -6201, -6123]] + }, { + "type": "Polygon", + "id": 37027, + "arcs": [[-6154, 6335, 6336, 6337, -6214, -6178]] + }, { + "type": "Polygon", + "id": 5129, + "arcs": [[-6139, -6332, 6338, 6339, -6333, -6133, -6136]] + }, { + "type": "Polygon", + "id": 47149, + "arcs": [[6340, 6341, 6342, 6343, 6344, -6171, -6194]] + }, { + "type": "Polygon", + "id": 37199, + "arcs": [[6345, 6346, 6347, -6232, -6319]] + }, { + "type": "Polygon", + "id": 47185, + "arcs": [[-6295, 6348, 6349, -6326, -6207]] + }, { + "type": "Polygon", + "id": 37183, + "arcs": [[-6220, 6350, 6351, 6352, -6254, -6066]] + }, { + "type": "Polygon", + "id": 37117, + "arcs": [[6249, 6353, 6354, 6355, -6320, -6078, -6251]] + }, { + "type": "Polygon", + "id": 37115, + "arcs": [[-6233, -6348, 6356, 6357, -6285, 6174, -6175, -6174]] + }, { + "type": "Polygon", + "id": 37059, + "arcs": [[6358, 6359, 6360, -6212, -6228]] + }, { + "type": "Polygon", + "id": 48393, + "arcs": [[-6114, 6361, 6362, 6363, 6364, -6107, -6112]] + }, { + "type": "Polygon", + "id": 48211, + "arcs": [[-6113, -6017, 6365, 6366, -6362]] + }, { + "type": "Polygon", + "id": 48233, + "arcs": [[-6108, -6365, 6367, 6368]] + }, { + "type": "Polygon", + "id": 48205, + "arcs": [[6369, 6370, 6371, -5787, -6110]] + }, { + "type": "Polygon", + "id": 37097, + "arcs": [[-6213, -6361, 6372, 6373, 6374, 6375, 6376, 6377, -6152]] + }, { + "type": "Polygon", + "id": 48341, + "arcs": [[-6369, 6378, 6379, 6380, -6370, -6102]] + }, { + "type": "Polygon", + "id": 47187, + "arcs": [[-6345, 6381, 6382, 6383, -6198, -6146, -6172]] + }, { + "type": "Polygon", + "id": 37003, + "arcs": [[6384, -6336, -6153, -6378]] + }, { + "type": "Polygon", + "id": 47145, + "arcs": [[6385, 6386, 6387, 6388, -6289, -6183, -6210, -6284, 6389]] + }, { + "type": "Polygon", + "id": 47155, + "arcs": [[-6288, -6287, 6286, 6390, 6391, 6392, -6281, -6279]] + }, { + "type": "Polygon", + "id": 37057, + "arcs": [[-6239, 6393, 6394, 6395, -6359, -6227]] + }, { + "type": "Polygon", + "id": 40129, + "arcs": [[-6306, 6396, 6397, 6398, -6366, -6016]] + }, { + "type": "Polygon", + "id": 35031, + "arcs": [[-6269, 6399, -5780, -5778]] + }, { + "type": "Polygon", + "id": 35049, + "arcs": [[-6225, 6400, 6401, 6402, -6266, 6403, 6404, 6405, -5773]] + }, { + "type": "Polygon", + "id": 5093, + "arcs": [[6406, 6407, 6408, 6409, 6410, 6411, 6412, -5969, -6163, -6274]] + }, { + "type": "Polygon", + "id": 37023, + "arcs": [[-6338, 6413, 6414, 6415, 6416, 6417, -6216, -6215]] + }, { + "type": "Polygon", + "id": 47033, + "arcs": [[6418, 6419, 6420, -6272, -6263]] + }, { + "type": "Polygon", + "id": 5031, + "arcs": [[-6413, 6421, 6422, -6234, -6221, -5970]] + }, { + "type": "Polygon", + "id": 37177, + "arcs": [[6423, 6424, 6425]] + }, { + "type": "Polygon", + "id": 47081, + "arcs": [[-6384, 6426, 6427, 6428, -6246, -6199]] + }, { + "type": "Polygon", + "id": 37187, + "arcs": [[-6425, 6429, 6430, -6354, -6250, -6249, 6431]] + }, { + "type": "Polygon", + "id": 35028, + "arcs": [[-5774, -6406, 6432, -6404, -6265]] + }, { + "type": "Polygon", + "id": 47015, + "arcs": [[6433, 6434, -6341, -6193, -6328]] + }, { + "type": "Polygon", + "id": 37111, + "arcs": [[6435, 6436, -6346, -6318, -6217, -6418]] + }, { + "type": "Polygon", + "id": 47097, + "arcs": [[-6421, 6437, 6438, -6407, -6273]] + }, { + "type": "Polygon", + "id": 40081, + "arcs": [[-6309, 6439, 6440, 6441, -6299, -6244]] + }, { + "type": "Polygon", + "id": 5063, + "arcs": [[-6236, 6442, 6443, 6444, -6329, -6229, -6127]] + }, { + "type": "Polygon", + "id": 37151, + "arcs": [[-6242, 6445, 6446, 6447, -6394, -6238]] + }, { + "type": "Polygon", + "id": 47105, + "arcs": [[-6390, -6283, 6448, 6449, 6450, -6386]] + }, { + "type": "Polygon", + "id": 5067, + "arcs": [[-6235, -6423, 6451, 6452, 6453, 6454, -6443]] + }, { + "type": "Polygon", + "id": 47009, + "arcs": [[6455, 6456, 6457, -6449, -6282, -6393]] + }, { + "type": "Polygon", + "id": 37037, + "arcs": [[-6255, -6353, 6458, 6459, 6460, 6461, -6446, -6241, -6253]] + }, { + "type": "Polygon", + "id": 35047, + "arcs": [[-6271, 6462, 6463, 6464, -6401, -6224]] + }, { + "type": "Polygon", + "id": 37195, + "arcs": [[6465, 6466, 6467, 6468, -6276, -6322]] + }, { + "type": "Polygon", + "id": 37159, + "arcs": [[-6396, 6469, 6470, -6373, -6360]] + }, { + "type": "Polygon", + "id": 40111, + "arcs": [[-6165, -6312, 6471, 6472, 6473, -6307]] + }, { + "type": "Polygon", + "id": 40101, + "arcs": [[-6315, 6474, 6475, 6476, -6472, -6311]] + }, { + "type": "Polygon", + "id": 47177, + "arcs": [[-6350, 6477, 6478, 6479, 6480, -6434, -6327]] + }, { + "type": "Polygon", + "id": 47119, + "arcs": [[6481, 6482, 6483, 6484, -6427, -6383]] + }, { + "type": "Polygon", + "id": 47039, + "arcs": [[6485, 6486, 6487, 6488, -6323, -6190]] + }, { + "type": "Polygon", + "id": 47135, + "arcs": [[-6429, 6489, 6490, -6486, -6189, -6247]] + }, { + "type": "Polygon", + "id": 37147, + "arcs": [[-6356, 6491, 6492, 6493, 6494, 6495, 6496, -6466, -6321]] + }, { + "type": "Polygon", + "id": 37035, + "arcs": [[-6377, 6497, -6414, -6337, -6385]] + }, { + "type": "Polygon", + "id": 37021, + "arcs": [[-6437, 6498, 6499, 6500, -6357, -6347]] + }, { + "type": "Polygon", + "id": 47143, + "arcs": [[6501, 6502, 6503, -6290, -6389]] + }, { + "type": "Polygon", + "id": 47175, + "arcs": [[-6294, 6504, -6292, 6505, 6506, -6478, -6349]] + }, { + "type": "Polygon", + "id": 47077, + "arcs": [[-6489, 6507, 6508, 6509, -6324]] + }, { + "type": "Polygon", + "id": 47075, + "arcs": [[6510, 6511, 6512, 6513, -6438, -6420]] + }, { + "type": "Polygon", + "id": 37101, + "arcs": [[-6469, 6514, 6515, 6516, -6351, -6277]] + }, { + "type": "Polygon", + "id": 40039, + "arcs": [[-6303, 6517, 6518, 6519, -6397, -6305]] + }, { + "type": "Polygon", + "id": 6071, + "arcs": [[6520, 6521, 6522, 6523, 6524, 6525, -5468, -5913]] + }, { + "type": "Polygon", + "id": 6079, + "arcs": [[-6142, 6526, 6527, 6528, -5874]] + }, { + "type": "Polygon", + "id": 6029, + "arcs": [[-6526, 6529, 6530, 6531, -6527, -6141, -5940, -5469]] + }, { + "type": "Polygon", + "id": 47113, + "arcs": [[-6325, -6510, 6532, 6533, -6511, -6419, -6262]] + }, { + "type": "Polygon", + "id": 5141, + "arcs": [[-6331, 6534, 6535, 6536, 6537, -6339]] + }, { + "type": "Polygon", + "id": 37087, + "arcs": [[-6501, 6538, 6539, 6540, -6391, -6287, -6286, -6358]] + }, { + "type": "Polygon", + "id": 5047, + "arcs": [[6541, 6542, 6543, -6203, 6544]] + }, { + "type": "Polygon", + "id": 47007, + "arcs": [[-6504, 6545, 6546, -6506, -6291]] + }, { + "type": "Polygon", + "id": 5071, + "arcs": [[-6202, -6335, 6547, 6548, -6545]] + }, { + "type": "Polygon", + "id": 5033, + "arcs": [[6549, 6550, -6316, -6256, -6204, -6544]] + }, { + "type": "Polygon", + "id": 47121, + "arcs": [[6551, 6552, 6553, -6502, -6388]] + }, { + "type": "Polygon", + "id": 35037, + "arcs": [[-6372, 6554, 6555, 6556, 6557, 6558, 6559, -6463, -6270, -5788]] + }, { + "type": "MultiPolygon", + "id": 37013, + "arcs": [[[6560, 6561, 6562, -6494]], [[-6431, 6563, 6564, -6492, -6355]]] + }, { + "type": "Polygon", + "id": 5115, + "arcs": [[-6340, -6538, 6565, 6566, 6567, -6548, -6334]] + }, { + "type": "Polygon", + "id": 40017, + "arcs": [[6568, 6569, 6570, 6571, 6572, -6301, -6297]] + }, { + "type": "Polygon", + "id": 40109, + "arcs": [[-6442, 6573, 6574, -6569, -6300]] + }, { + "type": "Polygon", + "id": 5023, + "arcs": [[-6445, 6575, 6576, -6535, -6330]] + }, { + "type": "Polygon", + "id": 47117, + "arcs": [[6577, 6578, 6579, -6482, -6382, -6344]] + }, { + "type": "Polygon", + "id": 5111, + "arcs": [[-6412, 6580, 6581, -6452, -6422]] + }, { + "type": "Polygon", + "id": 37095, + "arcs": [[-6424, 6582, -6258, 6583, -6564, -6430]] + }, { + "type": "Polygon", + "id": 47031, + "arcs": [[-6435, -6481, 6584, 6585, 6586, 6587, -6342]] + }, { + "type": "Polygon", + "id": 47003, + "arcs": [[-6588, 6588, 6589, -6578, -6343]] + }, { + "type": "Polygon", + "id": 37173, + "arcs": [[6590, 6591, 6592, -6456, -6392, -6541]] + }, { + "type": "Polygon", + "id": 47123, + "arcs": [[-6458, 6593, 6594, 6595, 6596, 6597, 6598, -6450]] + }, { + "type": "Polygon", + "id": 47101, + "arcs": [[-6485, 6599, 6600, -6490, -6428]] + }, { + "type": "Polygon", + "id": 37079, + "arcs": [[6601, 6602, -6467, -6497]] + }, { + "type": "MultiPolygon", + "id": 47167, + "arcs": [[[6603, 6604, -6410]], [[-6514, 6605, 6606, -6408, -6439]]] + }, { + "type": "Polygon", + "id": 47107, + "arcs": [[-6451, -6599, 6607, -6597, 6608, 6609, -6552, -6387]] + }, { + "type": "Polygon", + "id": 40135, + "arcs": [[-6317, -6551, 6610, 6611, 6612, -6475, -6314]] + }, { + "type": "Polygon", + "id": 40107, + "arcs": [[-6474, 6613, 6614, 6615, 6616, -6440, -6308]] + }, { + "type": "Polygon", + "id": 37105, + "arcs": [[6617, 6618, -6461, -6460]] + }, { + "type": "Polygon", + "id": 48359, + "arcs": [[-6381, 6619, 6620, -6555, -6371]] + }, { + "type": "Polygon", + "id": 48065, + "arcs": [[-6364, 6621, 6622, 6623, -6379, -6368]] + }, { + "type": "Polygon", + "id": 48179, + "arcs": [[6624, 6625, -6622, -6363]] + }, { + "type": "Polygon", + "id": 48483, + "arcs": [[-6399, 6626, 6627, -6625, -6367]] + }, { + "type": "Polygon", + "id": 48375, + "arcs": [[-6624, 6628, -6620, -6380]] + }, { + "type": "Polygon", + "id": 37161, + "arcs": [[6629, 6630, 6631, 6632, 6633, -6499, -6436, -6417]] + }, { + "type": "Polygon", + "id": 37191, + "arcs": [[-6603, 6634, 6635, 6636, -6515, -6468]] + }, { + "type": "Polygon", + "id": 47023, + "arcs": [[6637, 6638, 6639, -6533, -6509]] + }, { + "type": "Polygon", + "id": 37085, + "arcs": [[-6517, 6640, 6641, 6642, -6618, -6459, -6352]] + }, { + "type": "Polygon", + "id": 37045, + "arcs": [[6643, 6644, 6645, 6646, -6630, -6416]] + }, { + "type": "Polygon", + "id": 37109, + "arcs": [[-6376, 6647, 6648, -6644, -6415, -6498]] + }, { + "type": "Polygon", + "id": 47153, + "arcs": [[6649, 6650, 6651, -6479, -6507, -6547]] + }, { + "type": "Polygon", + "id": 40091, + "arcs": [[6652, 6653, 6654, -6614, -6473, -6477]] + }, { + "type": "Polygon", + "id": 40015, + "arcs": [[-6573, 6655, 6656, 6657, 6658, -6518, -6302]] + }, { + "type": "Polygon", + "id": 5145, + "arcs": [[-6455, 6659, 6660, 6661, 6662, -6576, -6444]] + }, { + "type": "Polygon", + "id": 47061, + "arcs": [[6663, 6664, -6585, -6480, -6652]] + }, { + "type": "Polygon", + "id": 4025, + "arcs": [[6665, 6666, 6667, 6668, 6669, -5736]] + }, { + "type": "Polygon", + "id": 37099, + "arcs": [[-6540, 6670, 6671, 6672, 6673, -6591]] + }, { + "type": "Polygon", + "id": 37119, + "arcs": [[6674, 6675, 6676, 6677, 6678, -6648, -6375]] + }, { + "type": "Polygon", + "id": 37125, + "arcs": [[-6619, -6643, 6679, 6680, 6681, 6682, -6447, -6462]] + }, { + "type": "Polygon", + "id": 37123, + "arcs": [[-6683, 6683, 6684, -6395, -6448]] + }, { + "type": "Polygon", + "id": 37025, + "arcs": [[6685, 6686, -6675, -6374, -6471]] + }, { + "type": "Polygon", + "id": 40009, + "arcs": [[-6520, 6687, 6688, 6689, 6690, 6691, -6627, -6398]] + }, { + "type": "Polygon", + "id": 37167, + "arcs": [[-6685, 6692, 6693, -6686, -6470]] + }, { + "type": "Polygon", + "id": 37089, + "arcs": [[-6634, 6694, 6695, 6696, -6500]] + }, { + "type": "Polygon", + "id": 47181, + "arcs": [[6697, 6698, 6699, -6487, -6491, -6601]] + }, { + "type": "Polygon", + "id": 40133, + "arcs": [[6700, 6701, 6702, -6616]] + }, { + "type": "Polygon", + "id": 37075, + "arcs": [[6703, 6704, -6594, -6457, -6593]] + }, { + "type": "Polygon", + "id": 40149, + "arcs": [[-6659, 6705, -6688, -6519]] + }, { + "type": "Polygon", + "id": 40125, + "arcs": [[-6617, -6703, 6706, 6707, 6708, -6574, -6441]] + }, { + "type": "Polygon", + "id": 5029, + "arcs": [[6709, 6710, 6711, -6566, -6537]] + }, { + "type": "Polygon", + "id": 47099, + "arcs": [[-6484, 6712, 6713, -6698, -6600]] + }, { + "type": "Polygon", + "id": 40061, + "arcs": [[6714, 6715, 6716, -6653, -6476, -6613]] + }, { + "type": "Polygon", + "id": 47065, + "arcs": [[-6554, 6717, 6718, 6719, 6720, 6721, -6650, -6546, -6503]] + }, { + "type": "Polygon", + "id": 47055, + "arcs": [[-6580, 6722, 6723, 6724, -6713, -6483]] + }, { + "type": "Polygon", + "id": 5131, + "arcs": [[-6543, 6725, 6726, 6727, -6611, -6550]] + }, { + "type": "Polygon", + "id": 5037, + "arcs": [[6728, 6729, 6730, -6453, -6582]] + }, { + "type": "Polygon", + "id": 5147, + "arcs": [[-6731, 6731, 6732, 6733, -6660, -6454]] + }, { + "type": "Polygon", + "id": 5035, + "arcs": [[-6411, -6605, 6734, 6735, 6736, 6737, 6738, -6729, -6581]] + }, { + "type": "Polygon", + "id": 47069, + "arcs": [[-6534, -6640, 6739, 6740, 6741, 6742, 6743, -6512]] + }, { + "type": "Polygon", + "id": 37107, + "arcs": [[6744, 6745, 6746, -6635, -6602, -6496]] + }, { + "type": "Polygon", + "id": 5083, + "arcs": [[-6549, -6568, 6747, 6748, -6726, -6542]] + }, { + "type": "Polygon", + "id": 37175, + "arcs": [[6749, 6750, 6751, -6671, -6539, -6697]] + }, { + "type": "Polygon", + "id": 47071, + "arcs": [[-6700, 6752, 6753, 6754, 6755, -6638, -6508, -6488]] + }, { + "type": "Polygon", + "id": 37071, + "arcs": [[-6679, 6756, -6645, -6649]] + }, { + "type": "MultiPolygon", + "id": 37049, + "arcs": [[[6757, 6758, 6759]], [[-6563, 6760, 6761, 6762, -6745, -6495]]] + }, { + "type": "Polygon", + "id": 47127, + "arcs": [[6763, 6764, -6589, -6587]] + }, { + "type": "Polygon", + "id": 47157, + "arcs": [[6765, 6766, 6767, -6735, -6604, -6409, -6607]] + }, { + "type": "Polygon", + "id": 37149, + "arcs": [[6768, 6769, -6695, -6633]] + }, { + "type": "Polygon", + "id": 47047, + "arcs": [[-6744, 6770, 6771, -6766, -6606, -6513]] + }, { + "type": "Polygon", + "id": 47109, + "arcs": [[-6756, 6772, -6740, -6639]] + }, { + "type": "Polygon", + "id": 40079, + "arcs": [[6773, 6774, 6775, 6776, 6777, -6715, -6612, -6728]] + }, { + "type": "Polygon", + "id": 40051, + "arcs": [[6778, 6779, 6780, 6781, -6656, -6572]] + }, { + "type": "Polygon", + "id": 40027, + "arcs": [[-6709, 6782, -6570, -6575]] + }, { + "type": "Polygon", + "id": 47103, + "arcs": [[-6765, 6783, 6784, 6785, -6723, -6579, -6590]] + }, { + "type": "Polygon", + "id": 5045, + "arcs": [[-6577, -6663, 6786, 6787, 6788, -6710, -6536]] + }, { + "type": "Polygon", + "id": 47051, + "arcs": [[-6665, 6789, 6790, 6791, -6784, -6764, -6586]] + }, { + "type": "Polygon", + "id": 47011, + "arcs": [[6792, 6793, 6794, -6718, -6553, -6610]] + }, { + "type": "Polygon", + "id": 35006, + "arcs": [[-6268, 6795, 6796, 6797, 6798, -5781, -6400]] + }, { + "type": "Polygon", + "id": 40087, + "arcs": [[-6708, 6799, 6800, -6779, -6571, -6783]] + }, { + "type": "Polygon", + "id": 37113, + "arcs": [[6801, 6802, 6803, -6704, -6592, -6674]] + }, { + "type": "Polygon", + "id": 37137, + "arcs": [[-6761, -6562, 6804]] + }, { + "type": "Polygon", + "id": 47115, + "arcs": [[-6722, 6805, 6806, -6790, -6664, -6651]] + }, { + "type": "Polygon", + "id": 37163, + "arcs": [[-6637, 6807, 6808, 6809, 6810, -6641, -6516]] + }, { + "type": "Polygon", + "id": 5149, + "arcs": [[-6712, 6811, 6812, 6813, 6814, -6748, -6567]] + }, { + "type": "Polygon", + "id": 40121, + "arcs": [[-6717, 6815, 6816, 6817, 6818, 6819, -6654]] + }, { + "type": "Polygon", + "id": 37039, + "arcs": [[-6804, 6820, 6821, 6822, 6823, -6595, -6705]] + }, { + "type": "Polygon", + "id": 40063, + "arcs": [[-6655, -6820, 6824, 6825, -6701, -6615]] + }, { + "type": "Polygon", + "id": 47139, + "arcs": [[-6824, 6826, 6827, -6793, -6609, -6596]] + }, { + "type": "Polygon", + "id": 37051, + "arcs": [[-6811, 6828, 6829, 6830, -6680, -6642]] + }, { + "type": "Polygon", + "id": 37103, + "arcs": [[6831, -6759, 6832, 6833, 6834, -6746, -6763]] + }, { + "type": "Polygon", + "id": 35001, + "arcs": [[-6403, 6835, 6836, -6796, -6267]] + }, { + "type": "Polygon", + "id": 35019, + "arcs": [[-6560, 6837, 6838, 6839, -6464]] + }, { + "type": "Polygon", + "id": 45045, + "arcs": [[-6770, 6840, 6841, 6842, 6843, 6844, -6750, -6696]] + }, { + "type": "Polygon", + "id": 37007, + "arcs": [[6845, 6846, 6847, 6848, -6693]] + }, { + "type": "Polygon", + "id": 37093, + "arcs": [[-6831, 6849, 6850, 6851, -6681]] + }, { + "type": "Polygon", + "id": 37179, + "arcs": [[-6849, 6852, 6853, -6676, -6687, -6694]] + }, { + "type": "Polygon", + "id": 45083, + "arcs": [[6854, 6855, -6841, -6769, -6632, 6856]] + }, { + "type": "Polygon", + "id": 37061, + "arcs": [[-6747, -6835, 6857, 6858, -6808, -6636]] + }, { + "type": "Polygon", + "id": 48117, + "arcs": [[6859, 6860, 6861, 6862, -6556, -6621]] + }, { + "type": "Polygon", + "id": 45021, + "arcs": [[6863, 6864, -6857, -6631, -6647, 6865]] + }, { + "type": "Polygon", + "id": 48129, + "arcs": [[6866, 6867, 6868, 6869, -6626]] + }, { + "type": "Polygon", + "id": 48087, + "arcs": [[-6692, 6870, 6871, 6872, -6867, -6628]] + }, { + "type": "Polygon", + "id": 48381, + "arcs": [[6873, 6874, 6875, -6860, -6629]] + }, { + "type": "Polygon", + "id": 37153, + "arcs": [[-6682, 6876, 6877, -6846, -6684]] + }, { + "type": "Polygon", + "id": 48011, + "arcs": [[-6870, 6878, 6879, -6874, -6623]] + }, { + "type": "Polygon", + "id": 45091, + "arcs": [[6880, 6881, 6882, -6866, -6646, -6757, -6678]] + }, { + "type": "Polygon", + "id": 37043, + "arcs": [[-6803, 6883, 6884, 6885, -6821]] + }, { + "type": "Polygon", + "id": 5123, + "arcs": [[-6739, 6886, 6887, -6732, -6730]] + }, { + "type": "Polygon", + "id": 40075, + "arcs": [[-6658, 6888, 6889, 6890, 6891, -6689, -6706]] + }, { + "type": "MultiPolygon", + "id": 37031, + "arcs": [[[6892, -6833, -6758, 6893]]] + }, { + "type": "Polygon", + "id": 40055, + "arcs": [[-6892, 6894, 6895, -6690]] + }, { + "type": "MultiPolygon", + "id": 6083, + "arcs": [[[6896]], [[6897]], [[-6532, 6898, 6899, -6528]]] + }, { + "type": "Polygon", + "id": 5105, + "arcs": [[6900, 6901, 6902, -6812, -6711, -6789]] + }, { + "type": "Polygon", + "id": 5127, + "arcs": [[-6815, 6903, 6904, -6774, -6727, -6749]] + }, { + "type": "Polygon", + "id": 5117, + "arcs": [[-6734, 6905, 6906, 6907, -6661]] + }, { + "type": "Polygon", + "id": 45077, + "arcs": [[-6845, 6908, 6909, -6751]] + }, { + "type": "Polygon", + "id": 5085, + "arcs": [[-6908, 6910, 6911, 6912, -6787, -6662]] + }, { + "type": "Polygon", + "id": 45057, + "arcs": [[-6854, 6913, 6914, 6915, 6916, -6881, -6677]] + }, { + "type": "Polygon", + "id": 40077, + "arcs": [[-6778, 6917, -6816, -6716]] + }, { + "type": "Polygon", + "id": 45073, + "arcs": [[6918, 6919, 6920, 6921, 6922, 6923, -6672, -6752, -6910]] + }, { + "type": "Polygon", + "id": 35057, + "arcs": [[-6840, 6924, 6925, 6926, -6836, -6402, -6465]] + }, { + "type": "Polygon", + "id": 37165, + "arcs": [[-6851, 6927, 6928, -6877, -6852]] + }, { + "type": "Polygon", + "id": 40057, + "arcs": [[-6896, 6929, 6930, 6931, -6871, -6691]] + }, { + "type": "Polygon", + "id": 5119, + "arcs": [[-6913, 6932, 6933, 6934, -6901, -6788]] + }, { + "type": "Polygon", + "id": 1077, + "arcs": [[6935, 6936, 6937, -6753, -6699, -6714, -6725, 6938]] + }, { + "type": "Polygon", + "id": 5095, + "arcs": [[-6888, 6939, 6940, 6941, -6906, -6733]] + }, { + "type": "Polygon", + "id": 13241, + "arcs": [[6942, 6943, -6884, -6802, -6673, -6924]] + }, { + "type": "Polygon", + "id": 1083, + "arcs": [[-6786, 6944, 6945, 6946, -6939, -6724]] + }, { + "type": "Polygon", + "id": 28003, + "arcs": [[6947, 6948, -6741, -6773, -6755, 6949]] + }, { + "type": "Polygon", + "id": 28141, + "arcs": [[6950, 6951, 6952, -6950, -6754, -6938, 6953]] + }, { + "type": "Polygon", + "id": 28139, + "arcs": [[6954, 6955, 6956, -6742, -6949]] + }, { + "type": "Polygon", + "id": 28033, + "arcs": [[6957, 6958, 6959, -6736, -6768, 6960]] + }, { + "type": "Polygon", + "id": 28009, + "arcs": [[6961, 6962, -6771, -6743, -6957]] + }, { + "type": "Polygon", + "id": 28093, + "arcs": [[6963, 6964, 6965, -6961, -6767, -6772, -6963]] + }, { + "type": "Polygon", + "id": 13281, + "arcs": [[-6944, 6966, 6967, 6968, -6885]] + }, { + "type": "Polygon", + "id": 1089, + "arcs": [[-6792, 6969, 6970, 6971, -6945, -6785]] + }, { + "type": "Polygon", + "id": 1071, + "arcs": [[6972, 6973, -6970, -6791, -6807, 6974]] + }, { + "type": "Polygon", + "id": 13213, + "arcs": [[6975, 6976, 6977, 6978, -6794, -6828, 6979]] + }, { + "type": "Polygon", + "id": 13111, + "arcs": [[-6823, 6980, 6981, 6982, 6983, -6980, -6827]] + }, { + "type": "Polygon", + "id": 13313, + "arcs": [[-6978, 6984, 6985, 6986, -6795, -6979]] + }, { + "type": "Polygon", + "id": 13047, + "arcs": [[6987, -6719, -6987]] + }, { + "type": "Polygon", + "id": 13291, + "arcs": [[-6886, -6969, 6988, 6989, -6981, -6822]] + }, { + "type": "Polygon", + "id": 37133, + "arcs": [[-6893, 6990, 6991, -6858, -6834]] + }, { + "type": "Polygon", + "id": 13083, + "arcs": [[-6806, -6721, 6992, 6993, -6975]] + }, { + "type": "Polygon", + "id": 13295, + "arcs": [[-6986, 6994, 6995, 6996, 6997, -6993, -6720, -6988]] + }, { + "type": "Polygon", + "id": 40123, + "arcs": [[-6702, -6826, 6998, 6999, 7000, 7001, -6800, -6707]] + }, { + "type": "Polygon", + "id": 35061, + "arcs": [[-6837, -6927, 7002, -6797]] + }, { + "type": "Polygon", + "id": 37155, + "arcs": [[7003, 7004, 7005, 7006, 7007, -6928, -6850, -6830]] + }, { + "type": "Polygon", + "id": 35009, + "arcs": [[-6863, 7008, 7009, 7010, -6557]] + }, { + "type": "Polygon", + "id": 45087, + "arcs": [[-6864, -6883, 7011, 7012, 7013, 7014, -6855, -6865]] + }, { + "type": "Polygon", + "id": 5077, + "arcs": [[-6738, 7015, 7016, -6940, -6887]] + }, { + "type": "Polygon", + "id": 1033, + "arcs": [[7017, 7018, -6954, -6937]] + }, { + "type": "MultiPolygon", + "id": 6111, + "arcs": [[[7019]], [[7020, -6899, -6531, 7021]]] + }, { + "type": "Polygon", + "id": 28143, + "arcs": [[-6737, -6960, 7022, 7023, 7024, 7025, 7026, -7016]] + }, { + "type": "Polygon", + "id": 1049, + "arcs": [[-6998, 7027, 7028, 7029, 7030, -6973, -6994]] + }, { + "type": "Polygon", + "id": 37017, + "arcs": [[7031, 7032, -7004, -6829, -6810]] + }, { + "type": "Polygon", + "id": 40065, + "arcs": [[7033, 7034, 7035, 7036, -6930, -6895, -6891]] + }, { + "type": "Polygon", + "id": 5125, + "arcs": [[-6935, 7037, 7038, 7039, -6902]] + }, { + "type": "Polygon", + "id": 40031, + "arcs": [[-6657, -6782, 7040, 7041, 7042, -6889]] + }, { + "type": "Polygon", + "id": 40049, + "arcs": [[-7002, 7043, 7044, 7045, -6780, -6801]] + }, { + "type": "Polygon", + "id": 13123, + "arcs": [[7046, 7047, 7048, -6976, -6984]] + }, { + "type": "Polygon", + "id": 13137, + "arcs": [[-6923, 7049, 7050, 7051, 7052, -6967, -6943]] + }, { + "type": "MultiPolygon", + "id": 6037, + "arcs": [[[7053]], [[7054]], [[-6525, 7055, 7056, -7022, -6530]]] + }, { + "type": "Polygon", + "id": 45023, + "arcs": [[-6917, 7057, -7012, -6882]] + }, { + "type": "Polygon", + "id": 45007, + "arcs": [[-6843, 7058, 7059, 7060, -6919, -6909, -6844]] + }, { + "type": "Polygon", + "id": 45025, + "arcs": [[7061, 7062, 7063, -6914, -6853, -6848, 7064]] + }, { + "type": "Polygon", + "id": 45069, + "arcs": [[-7008, 7065, 7066, 7067, -7065, -6847, -6878, -6929]] + }, { + "type": "Polygon", + "id": 1079, + "arcs": [[-6947, 7068, 7069, 7070, 7071, -7018, -6936]] + }, { + "type": "Polygon", + "id": 13311, + "arcs": [[7072, 7073, -6989, -6968, -7053]] + }, { + "type": "Polygon", + "id": 45059, + "arcs": [[-7015, 7074, 7075, 7076, -6842, -6856]] + }, { + "type": "Polygon", + "id": 35011, + "arcs": [[7077, 7078, 7079, -6838, -6559]] + }, { + "type": "Polygon", + "id": 28137, + "arcs": [[-6966, 7080, 7081, -7023, -6959, -6958]] + }, { + "type": "Polygon", + "id": 5051, + "arcs": [[-7040, 7082, 7083, -6813, -6903]] + }, { + "type": "Polygon", + "id": 40029, + "arcs": [[-6819, 7084, 7085, -6999, -6825]] + }, { + "type": "Polygon", + "id": 28117, + "arcs": [[-6953, 7086, 7087, 7088, -6955, -6948]] + }, { + "type": "Polygon", + "id": 48437, + "arcs": [[-6880, 7089, 7090, 7091, 7092, -6875]] + }, { + "type": "Polygon", + "id": 48045, + "arcs": [[-6869, 7093, 7094, 7095, -7090, -6879]] + }, { + "type": "Polygon", + "id": 48069, + "arcs": [[-7093, 7096, 7097, 7098, -6861, -6876]] + }, { + "type": "Polygon", + "id": 48191, + "arcs": [[-6873, 7099, 7100, 7101, -7094, -6868]] + }, { + "type": "Polygon", + "id": 48075, + "arcs": [[-6932, 7102, 7103, -7100, -6872]] + }, { + "type": "Polygon", + "id": 5097, + "arcs": [[-7084, 7104, 7105, 7106, 7107, -6904, -6814]] + }, { + "type": "Polygon", + "id": 48369, + "arcs": [[-7099, 7108, 7109, -7009, -6862]] + }, { + "type": "Polygon", + "id": 13187, + "arcs": [[-7074, 7110, 7111, -6982, -6990]] + }, { + "type": "Polygon", + "id": 37141, + "arcs": [[-6992, 7112, 7113, 7114, 7115, -7032, -6809, -6859]] + }, { + "type": "Polygon", + "id": 5113, + "arcs": [[7116, 7117, 7118, -6775, -6905, -7108]] + }, { + "type": "Polygon", + "id": 1103, + "arcs": [[-6972, 7119, 7120, -7069, -6946]] + }, { + "type": "Polygon", + "id": 13257, + "arcs": [[7121, 7122, -7050, -6922]] + }, { + "type": "Polygon", + "id": 40137, + "arcs": [[-7046, 7123, 7124, 7125, -7041, -6781]] + }, { + "type": "Polygon", + "id": 40005, + "arcs": [[7126, 7127, 7128, 7129, -7085, -6818]] + }, { + "type": "Polygon", + "id": 40127, + "arcs": [[-6777, 7130, 7131, -7127, -6817, -6918]] + }, { + "type": "Polygon", + "id": 5107, + "arcs": [[-7027, 7132, 7133, 7134, 7135, -6941, -7017]] + }, { + "type": "Polygon", + "id": 40099, + "arcs": [[-7001, 7136, 7137, -7044]] + }, { + "type": "Polygon", + "id": 40141, + "arcs": [[-7043, 7138, 7139, 7140, -7035, -7034, -6890]] + }, { + "type": "Polygon", + "id": 13129, + "arcs": [[-7049, 7141, 7142, 7143, -6995, -6985, -6977]] + }, { + "type": "Polygon", + "id": 45033, + "arcs": [[7144, 7145, 7146, -7066, -7007]] + }, { + "type": "Polygon", + "id": 13085, + "arcs": [[-7112, 7147, 7148, 7149, 7150, -7047, -6983]] + }, { + "type": "Polygon", + "id": 45055, + "arcs": [[-7063, 7151, 7152, 7153, 7154, 7155, -6915, -7064]] + }, { + "type": "Polygon", + "id": 35041, + "arcs": [[-7011, 7156, 7157, 7158, 7159, -7078, -6558]] + }, { + "type": "Polygon", + "id": 28145, + "arcs": [[-7089, 7160, 7161, 7162, -6964, -6962, -6956]] + }, { + "type": "Polygon", + "id": 1095, + "arcs": [[-7031, 7163, 7164, 7165, -7120, -6971, -6974]] + }, { + "type": "Polygon", + "id": 13055, + "arcs": [[7166, 7167, -7028, -6997]] + }, { + "type": "Polygon", + "id": 13115, + "arcs": [[-7144, 7168, 7169, 7170, -7167, -6996]] + }, { + "type": "Polygon", + "id": 35053, + "arcs": [[-6926, 7171, 7172, 7173, -6798, -7003]] + }, { + "type": "Polygon", + "id": 35003, + "arcs": [[-7174, 7174, 7175, 7176, -5782, -6799]] + }, { + "type": "Polygon", + "id": 1059, + "arcs": [[-7072, 7177, 7178, 7179, -6951, -7019]] + }, { + "type": "Polygon", + "id": 48197, + "arcs": [[-7037, 7180, 7181, 7182, -7103, -6931]] + }, { + "type": "Polygon", + "id": 45039, + "arcs": [[-6916, -7156, 7183, 7184, -7013, -7058]] + }, { + "type": "Polygon", + "id": 5001, + "arcs": [[-6942, -7136, 7185, 7186, 7187, -6911, -6907]] + }, { + "type": "Polygon", + "id": 13227, + "arcs": [[-7151, 7188, -7142, -7048]] + }, { + "type": "Polygon", + "id": 28071, + "arcs": [[-7163, 7189, 7190, 7191, 7192, -7081, -6965]] + }, { + "type": "Polygon", + "id": 28107, + "arcs": [[-7193, 7193, 7194, 7195, -7024, -7082]] + }, { + "type": "Polygon", + "id": 13119, + "arcs": [[7196, 7197, 7198, -7122, -6921]] + }, { + "type": "Polygon", + "id": 45031, + "arcs": [[-7068, 7199, 7200, -7152, -7062]] + }, { + "type": "Polygon", + "id": 45071, + "arcs": [[-7185, 7201, 7202, 7203, 7204, -7075, -7014]] + }, { + "type": "Polygon", + "id": 1019, + "arcs": [[-7171, 7205, 7206, 7207, 7208, -7029, -7168]] + }, { + "type": "Polygon", + "id": 28027, + "arcs": [[7209, 7210, 7211, -7133, -7026, 7212]] + }, { + "type": "Polygon", + "id": 28119, + "arcs": [[-7196, 7213, -7213, -7025]] + }, { + "type": "Polygon", + "id": 13139, + "arcs": [[-7052, 7214, 7215, 7216, 7217, -7148, -7111, -7073]] + }, { + "type": "Polygon", + "id": 28081, + "arcs": [[7218, 7219, 7220, 7221, -7161, -7088]] + }, { + "type": "Polygon", + "id": 40019, + "arcs": [[-7138, 7222, 7223, 7224, 7225, -7124, -7045]] + }, { + "type": "Polygon", + "id": 40069, + "arcs": [[-7000, -7086, -7130, 7226, 7227, -7223, -7137]] + }, { + "type": "Polygon", + "id": 40033, + "arcs": [[-7126, 7228, 7229, 7230, -7139, -7042]] + }, { + "type": "Polygon", + "id": 40089, + "arcs": [[-7119, 7231, 7232, 7233, 7234, 7235, -7131, -6776]] + }, { + "type": "Polygon", + "id": 5059, + "arcs": [[-7039, 7236, 7237, 7238, -7105, -7083]] + }, { + "type": "Polygon", + "id": 4007, + "arcs": [[-5733, 7239, 7240, 7241, -6667, -6666, -5735]] + }, { + "type": "Polygon", + "id": 13147, + "arcs": [[-7061, 7242, 7243, -7197, -6920]] + }, { + "type": "Polygon", + "id": 5053, + "arcs": [[-6934, 7244, 7245, 7246, -7237, -7038]] + }, { + "type": "Polygon", + "id": 5069, + "arcs": [[-6912, -7188, 7247, 7248, -7245, -6933]] + }, { + "type": "Polygon", + "id": 13011, + "arcs": [[7249, 7250, -7215, -7051, -7123, -7199]] + }, { + "type": "Polygon", + "id": 37047, + "arcs": [[-7116, 7251, 7252, -7005, -7033]] + }, { + "type": "Polygon", + "id": 45001, + "arcs": [[7253, 7254, 7255, -7059, -7077]] + }, { + "type": "Polygon", + "id": 28057, + "arcs": [[-6952, -7180, 7256, 7257, -7219, -7087]] + }, { + "type": "Polygon", + "id": 48487, + "arcs": [[-7141, 7258, 7259, 7260, -7181, -7036]] + }, { + "type": "Polygon", + "id": 13015, + "arcs": [[7261, 7262, 7263, -7169, -7143, 7264]] + }, { + "type": "Polygon", + "id": 13057, + "arcs": [[-7150, 7265, 7266, 7267, -7265, -7189]] + }, { + "type": "Polygon", + "id": 45047, + "arcs": [[-7205, 7268, 7269, 7270, -7254, -7076]] + }, { + "type": "Polygon", + "id": 37129, + "arcs": [[7271, 7272, 7273, 7274, -7114]] + }, { + "type": "Polygon", + "id": 28115, + "arcs": [[-7222, 7275, 7276, -7190, -7162]] + }, { + "type": "Polygon", + "id": 45061, + "arcs": [[7277, 7278, -7153, -7201]] + }, { + "type": "Polygon", + "id": 37019, + "arcs": [[-7275, 7279, 7280, 7281, 7282, -7252, -7115]] + }, { + "type": "Polygon", + "id": 5061, + "arcs": [[7283, 7284, 7285, 7286, -7117]] + }, { + "type": "Polygon", + "id": 5109, + "arcs": [[7287, 7288, 7289, -7284, -7107]] + }, { + "type": "Polygon", + "id": 35027, + "arcs": [[-7080, 7290, 7291, 7292, -7172, -6925, -6839]] + }, { + "type": "Polygon", + "id": 5019, + "arcs": [[-7239, 7293, 7294, 7295, -7288, -7106]] + }, { + "type": "Polygon", + "id": 13117, + "arcs": [[-7218, 7296, 7297, -7266, -7149]] + }, { + "type": "Polygon", + "id": 1093, + "arcs": [[7298, 7299, 7300, 7301, 7302, -7257, -7179]] + }, { + "type": "Polygon", + "id": 4012, + "arcs": [[-6669, 7303, 7304, 7305, 7306, -6522, 7307]] + }, { + "type": "Polygon", + "id": 48345, + "arcs": [[7308, 7309, 7310, -7095, -7102]] + }, { + "type": "Polygon", + "id": 48101, + "arcs": [[-7104, -7183, 7311, 7312, -7309, -7101]] + }, { + "type": "Polygon", + "id": 1043, + "arcs": [[-7166, 7313, 7314, 7315, -7070, -7121]] + }, { + "type": "Polygon", + "id": 48153, + "arcs": [[-7311, 7316, 7317, -7091, -7096]] + }, { + "type": "Polygon", + "id": 48189, + "arcs": [[-7097, -7092, -7318, 7318, 7319]] + }, { + "type": "Polygon", + "id": 48279, + "arcs": [[-7320, 7320, 7321, -7109, -7098]] + }, { + "type": "Polygon", + "id": 45041, + "arcs": [[7322, 7323, 7324, 7325, -7278, -7200, -7067, -7147]] + }, { + "type": "Polygon", + "id": 48017, + "arcs": [[-7322, 7326, -7157, -7010, -7110]] + }, { + "type": "Polygon", + "id": 1133, + "arcs": [[-7071, -7316, 7327, -7299, -7178]] + }, { + "type": "Polygon", + "id": 45051, + "arcs": [[-7253, -7283, 7328, 7329, 7330, -7145, -7006]] + }, { + "type": "Polygon", + "id": 45067, + "arcs": [[-7331, 7331, 7332, -7323, -7146]] + }, { + "type": "Polygon", + "id": 13157, + "arcs": [[7333, 7334, 7335, -7216, -7251]] + }, { + "type": "Polygon", + "id": 40067, + "arcs": [[-7226, 7336, 7337, 7338, -7229, -7125]] + }, { + "type": "Polygon", + "id": 13105, + "arcs": [[-7256, 7339, 7340, 7341, 7342, 7343, -7243, -7060]] + }, { + "type": "Polygon", + "id": 13195, + "arcs": [[-7344, 7344, 7345, 7346, -7334, -7250, -7198, -7244]] + }, { + "type": "Polygon", + "id": 45079, + "arcs": [[7347, 7348, 7349, -7202, -7184, -7155]] + }, { + "type": "Polygon", + "id": 1009, + "arcs": [[-7165, 7350, 7351, 7352, 7353, -7314]] + }, { + "type": "Polygon", + "id": 48155, + "arcs": [[-7182, -7261, 7354, 7355, 7356, -7312]] + }, { + "type": "Polygon", + "id": 48485, + "arcs": [[-7231, 7357, 7358, -7259, -7140]] + }, { + "type": "Polygon", + "id": 1055, + "arcs": [[-7209, 7359, 7360, -7351, -7164, -7030]] + }, { + "type": "Polygon", + "id": 45063, + "arcs": [[7361, 7362, 7363, 7364, -7203, -7350]] + }, { + "type": "Polygon", + "id": 28161, + "arcs": [[7365, 7366, 7367, -7194, -7192]] + }, { + "type": "Polygon", + "id": 5133, + "arcs": [[7368, -7232, -7118, -7287]] + }, { + "type": "Polygon", + "id": 45081, + "arcs": [[-7365, 7369, 7370, -7269, -7204]] + }, { + "type": "Polygon", + "id": 13121, + "arcs": [[-7298, 7371, 7372, 7373, 7374, 7375, 7376, 7377, 7378, -7267]] + }, { + "type": "Polygon", + "id": 40095, + "arcs": [[7379, 7380, 7381, -7224, -7228]] + }, { + "type": "Polygon", + "id": 5079, + "arcs": [[-7187, 7382, 7383, 7384, -7248]] + }, { + "type": "Polygon", + "id": 45085, + "arcs": [[-7326, 7385, 7386, -7348, -7154, -7279]] + }, { + "type": "Polygon", + "id": 13135, + "arcs": [[7387, 7388, 7389, 7390, -7372, -7297, -7217]] + }, { + "type": "Polygon", + "id": 28135, + "arcs": [[-7368, 7391, 7392, 7393, -7210, -7214, -7195]] + }, { + "type": "Polygon", + "id": 28013, + "arcs": [[-7277, 7394, 7395, 7396, -7366, -7191]] + }, { + "type": "Polygon", + "id": 40013, + "arcs": [[7397, 7398, 7399, 7400, -7380, -7227, -7129]] + }, { + "type": "Polygon", + "id": 40023, + "arcs": [[-7236, 7401, 7402, -7398, -7128, -7132]] + }, { + "type": "Polygon", + "id": 5039, + "arcs": [[-7247, 7403, 7404, 7405, -7294, -7238]] + }, { + "type": "Polygon", + "id": 48077, + "arcs": [[-7339, 7406, 7407, 7408, -7358, -7230]] + }, { + "type": "Polygon", + "id": 13013, + "arcs": [[7409, 7410, -7388, -7336]] + }, { + "type": "Polygon", + "id": 28011, + "arcs": [[7411, 7412, 7413, 7414, -7134, -7212]] + }, { + "type": "Polygon", + "id": 5041, + "arcs": [[-7415, 7415, 7416, -7383, -7186, -7135]] + }, { + "type": "Polygon", + "id": 13233, + "arcs": [[-7264, 7417, 7418, 7419, -7206, -7170]] + }, { + "type": "Polygon", + "id": 28095, + "arcs": [[-7258, -7303, 7420, 7421, 7422, 7423, -7220]] + }, { + "type": "Polygon", + "id": 35005, + "arcs": [[-7160, 7424, 7425, 7426, -7291, -7079]] + }, { + "type": "Polygon", + "id": 13067, + "arcs": [[-7379, 7427, 7428, -7262, -7268]] + }, { + "type": "Polygon", + "id": 6065, + "arcs": [[7429, 7430, 7431, -6523, -7307]] + }, { + "type": "Polygon", + "id": 13223, + "arcs": [[-7429, 7432, 7433, 7434, -7418, -7263]] + }, { + "type": "Polygon", + "id": 45065, + "arcs": [[-7271, 7435, 7436, 7437, -7340, -7255]] + }, { + "type": "Polygon", + "id": 28017, + "arcs": [[-7221, -7424, 7438, 7439, -7395, -7276]] + }, { + "type": "Polygon", + "id": 40085, + "arcs": [[-7382, 7440, 7441, 7442, -7337, -7225]] + }, { + "type": "Polygon", + "id": 5025, + "arcs": [[-7385, 7443, 7444, 7445, -7404, -7246, -7249]] + }, { + "type": "Polygon", + "id": 1075, + "arcs": [[7446, 7447, 7448, -7421, -7302]] + }, { + "type": "Polygon", + "id": 13221, + "arcs": [[-7343, 7449, 7450, 7451, 7452, 7453, -7346, -7345]] + }, { + "type": "Polygon", + "id": 4013, + "arcs": [[-7242, 7454, 7455, 7456, -7304, -6668]] + }, { + "type": "Polygon", + "id": 13059, + "arcs": [[-7454, 7457, -7335, -7347]] + }, { + "type": "Polygon", + "id": 5057, + "arcs": [[7458, 7459, 7460, 7461, -7285, -7290]] + }, { + "type": "Polygon", + "id": 1127, + "arcs": [[-7315, -7354, 7462, 7463, 7464, -7300, -7328]] + }, { + "type": "Polygon", + "id": 13317, + "arcs": [[7465, 7466, 7467, 7468, -7450, -7342]] + }, { + "type": "Polygon", + "id": 48337, + "arcs": [[-7443, 7469, 7470, 7471, -7407, -7338]] + }, { + "type": "Polygon", + "id": 1115, + "arcs": [[7472, 7473, 7474, 7475, -7352, -7361]] + }, { + "type": "Polygon", + "id": 28133, + "arcs": [[-7394, 7476, 7477, 7478, -7412, -7211]] + }, { + "type": "Polygon", + "id": 13181, + "arcs": [[-7438, 7479, 7480, -7466, -7341]] + }, { + "type": "Polygon", + "id": 45037, + "arcs": [[7481, 7482, 7483, -7436, -7270, -7371]] + }, { + "type": "Polygon", + "id": 13089, + "arcs": [[-7391, 7484, 7485, 7486, -7373]] + }, { + "type": "Polygon", + "id": 1015, + "arcs": [[7487, -7473, -7360, -7208, 7488]] + }, { + "type": "Polygon", + "id": 13219, + "arcs": [[-7453, 7489, 7490, 7491, -7410, -7458]] + }, { + "type": "Polygon", + "id": 1029, + "arcs": [[-7420, 7492, 7493, 7494, 7495, 7496, -7489, -7207]] + }, { + "type": "Polygon", + "id": 48387, + "arcs": [[-7235, 7497, 7498, 7499, 7500, 7501, 7502, -7402]] + }, { + "type": "Polygon", + "id": 5099, + "arcs": [[-7296, 7503, 7504, 7505, -7459, -7289]] + }, { + "type": "Polygon", + "id": 48181, + "arcs": [[-7401, 7506, 7507, 7508, 7509, -7441, -7381]] + }, { + "type": "Polygon", + "id": 48097, + "arcs": [[-7510, 7510, 7511, -7470, -7442]] + }, { + "type": "Polygon", + "id": 5081, + "arcs": [[-7286, -7462, 7512, 7513, -7233, -7369]] + }, { + "type": "Polygon", + "id": 45027, + "arcs": [[7514, 7515, 7516, 7517, -7386, -7325]] + }, { + "type": "Polygon", + "id": 6059, + "arcs": [[-6524, -7432, 7518, 7519, -7056]] + }, { + "type": "Polygon", + "id": 48277, + "arcs": [[-7503, 7520, 7521, -7399, -7403]] + }, { + "type": "Polygon", + "id": 13297, + "arcs": [[-7492, 7522, 7523, 7524, -7389, -7411]] + }, { + "type": "Polygon", + "id": 1057, + "arcs": [[-7465, 7525, 7526, -7447, -7301]] + }, { + "type": "Polygon", + "id": 13143, + "arcs": [[7527, -7493, -7419, -7435]] + }, { + "type": "Polygon", + "id": 28043, + "arcs": [[-7397, 7528, 7529, 7530, 7531, -7392, -7367]] + }, { + "type": "Polygon", + "id": 45089, + "arcs": [[-7333, 7532, 7533, -7515, -7324]] + }, { + "type": "Polygon", + "id": 48147, + "arcs": [[-7522, 7534, 7535, 7536, -7507, -7400]] + }, { + "type": "Polygon", + "id": 45017, + "arcs": [[-7387, -7518, 7537, -7362, -7349]] + }, { + "type": "Polygon", + "id": 45003, + "arcs": [[7538, 7539, 7540, 7541, -7482, -7370, -7364]] + }, { + "type": "Polygon", + "id": 1073, + "arcs": [[-7476, 7542, 7543, 7544, -7463, -7353]] + }, { + "type": "Polygon", + "id": 48269, + "arcs": [[-7357, 7545, 7546, 7547, -7313]] + }, { + "type": "Polygon", + "id": 48275, + "arcs": [[7548, 7549, -7546, -7356]] + }, { + "type": "Polygon", + "id": 48009, + "arcs": [[-7409, 7550, 7551, 7552, -7359]] + }, { + "type": "Polygon", + "id": 48125, + "arcs": [[-7548, 7553, 7554, -7310]] + }, { + "type": "Polygon", + "id": 48107, + "arcs": [[-7555, 7555, 7556, -7317]] + }, { + "type": "Polygon", + "id": 48023, + "arcs": [[-7553, 7557, -7549, -7355, -7260]] + }, { + "type": "Polygon", + "id": 48303, + "arcs": [[-7557, 7558, 7559, -7319]] + }, { + "type": "Polygon", + "id": 48079, + "arcs": [[7560, 7561, 7562, -7158, -7327]] + }, { + "type": "Polygon", + "id": 48219, + "arcs": [[-7560, 7563, -7561, -7321]] + }, { + "type": "Polygon", + "id": 5103, + "arcs": [[-7406, 7564, 7565, 7566, -7504, -7295]] + }, { + "type": "Polygon", + "id": 13211, + "arcs": [[7567, 7568, 7569, 7570, -7523, -7491]] + }, { + "type": "Polygon", + "id": 13045, + "arcs": [[-7377, 7571, 7572, 7573, -7494, -7528, -7434, 7574]] + }, { + "type": "Polygon", + "id": 28083, + "arcs": [[-7532, 7575, 7576, 7577, -7477, -7393]] + }, { + "type": "Polygon", + "id": 28025, + "arcs": [[-7423, 7578, 7579, 7580, -7439]] + }, { + "type": "Polygon", + "id": 13097, + "arcs": [[-7378, -7575, -7433, -7428]] + }, { + "type": "Polygon", + "id": 5013, + "arcs": [[7581, 7582, -7565, -7405, -7446]] + }, { + "type": "Polygon", + "id": 5043, + "arcs": [[-7417, 7583, 7584, 7585, -7444, -7384]] + }, { + "type": "Polygon", + "id": 13247, + "arcs": [[7586, -7485, -7390, -7525, 7587]] + }, { + "type": "Polygon", + "id": 45043, + "arcs": [[-7330, 7588, 7589, 7590, -7533, -7332]] + }, { + "type": "Polygon", + "id": 4011, + "arcs": [[-7177, 7591, 7592, 7593, 7594, -5783]] + }, { + "type": "Polygon", + "id": 13133, + "arcs": [[7595, 7596, 7597, -7568, -7490, -7452]] + }, { + "type": "Polygon", + "id": 28087, + "arcs": [[-7449, 7598, 7599, 7600, -7579, -7422]] + }, { + "type": "Polygon", + "id": 13217, + "arcs": [[-7571, 7601, 7602, 7603, -7588, -7524]] + }, { + "type": "Polygon", + "id": 28155, + "arcs": [[-7581, 7604, 7605, 7606, -7529, -7396, -7440]] + }, { + "type": "Polygon", + "id": 13265, + "arcs": [[7607, 7608, 7609, -7596, -7451, -7469]] + }, { + "type": "Polygon", + "id": 48037, + "arcs": [[-7514, 7610, 7611, 7612, -7498, -7234]] + }, { + "type": "Polygon", + "id": 45075, + "arcs": [[-7517, 7613, 7614, 7615, 7616, 7617, -7539, -7363, -7538]] + }, { + "type": "Polygon", + "id": 5011, + "arcs": [[-7586, 7618, 7619, -7582, -7445]] + }, { + "type": "Polygon", + "id": 13073, + "arcs": [[-7437, -7484, 7620, 7621, -7480]] + }, { + "type": "Polygon", + "id": 1121, + "arcs": [[-7488, -7497, 7622, 7623, 7624, -7474]] + }, { + "type": "Polygon", + "id": 28097, + "arcs": [[-7607, 7625, 7626, 7627, -7530]] + }, { + "type": "Polygon", + "id": 28015, + "arcs": [[-7628, 7628, 7629, -7576, -7531]] + }, { + "type": "Polygon", + "id": 13189, + "arcs": [[-7481, -7622, 7630, 7631, 7632, 7633, -7467]] + }, { + "type": "Polygon", + "id": 4009, + "arcs": [[-7595, 7634, 7635, 7636, -7240, -5732, -5784]] + }, { + "type": "Polygon", + "id": 13063, + "arcs": [[-7487, 7637, 7638, 7639, -7374]] + }, { + "type": "Polygon", + "id": 13151, + "arcs": [[-7587, -7604, 7640, 7641, -7638, -7486]] + }, { + "type": "Polygon", + "id": 5091, + "arcs": [[7642, 7643, 7644, 7645, -7611, -7513, -7461]] + }, { + "type": "Polygon", + "id": 13301, + "arcs": [[7646, 7647, 7648, -7609, -7608, -7468, -7634]] + }, { + "type": "Polygon", + "id": 1125, + "arcs": [[-7464, -7545, 7649, 7650, 7651, 7652, -7526]] + }, { + "type": "Polygon", + "id": 35025, + "arcs": [[-7563, 7653, 7654, 7655, 7656, 7657, 7658, -7425, -7159]] + }, { + "type": "Polygon", + "id": 28105, + "arcs": [[-7601, 7659, 7660, 7661, -7605, -7580]] + }, { + "type": "Polygon", + "id": 5017, + "arcs": [[-7414, 7662, 7663, 7664, 7665, 7666, 7667, -7584, -7416]] + }, { + "type": "Polygon", + "id": 13113, + "arcs": [[7668, 7669, -7375, -7640]] + }, { + "type": "Polygon", + "id": 1117, + "arcs": [[-7625, 7670, 7671, 7672, -7543, -7475]] + }, { + "type": "Polygon", + "id": 13245, + "arcs": [[7673, 7674, 7675, -7631, -7621, -7483, -7542]] + }, { + "type": "Polygon", + "id": 1107, + "arcs": [[-7527, -7653, 7676, 7677, 7678, -7599, -7448]] + }, { + "type": "Polygon", + "id": 28019, + "arcs": [[-7662, 7679, 7680, -7626, -7606]] + }, { + "type": "Polygon", + "id": 28151, + "arcs": [[-7479, 7681, 7682, 7683, -7663, -7413]] + }, { + "type": "Polygon", + "id": 13159, + "arcs": [[7684, 7685, 7686, 7687, -7602, -7570]] + }, { + "type": "Polygon", + "id": 13077, + "arcs": [[-7670, 7688, 7689, 7690, 7691, -7572, -7376]] + }, { + "type": "Polygon", + "id": 45015, + "arcs": [[-7591, 7692, 7693, 7694, 7695, -7614, -7516, -7534]] + }, { + "type": "Polygon", + "id": 6073, + "arcs": [[7696, 7697, -7519, -7431]] + }, { + "type": "Polygon", + "id": 1111, + "arcs": [[-7574, 7698, 7699, 7700, 7701, 7702, -7495]] + }, { + "type": "Polygon", + "id": 1027, + "arcs": [[-7703, 7703, 7704, -7623, -7496]] + }, { + "type": "Polygon", + "id": 48119, + "arcs": [[-7502, 7705, 7706, 7707, -7535, -7521]] + }, { + "type": "Polygon", + "id": 45011, + "arcs": [[7708, 7709, 7710, -7540, -7618]] + }, { + "type": "Polygon", + "id": 13237, + "arcs": [[7711, 7712, 7713, -7685, -7569, -7598]] + }, { + "type": "Polygon", + "id": 35051, + "arcs": [[-7293, 7714, 7715, 7716, 7717, -7175, -7173]] + }, { + "type": "Polygon", + "id": 5073, + "arcs": [[-7506, 7718, 7719, 7720, -7643, -7460]] + }, { + "type": "Polygon", + "id": 13141, + "arcs": [[-7649, 7721, 7722, 7723, -7712, -7597, -7610]] + }, { + "type": "Polygon", + "id": 4027, + "arcs": [[-7457, 7724, 7725, 7726, -7305]] + }, { + "type": "Polygon", + "id": 4021, + "arcs": [[-7241, -7637, 7727, -7455]] + }, { + "type": "Polygon", + "id": 48237, + "arcs": [[-7472, 7728, 7729, 7730, 7731, -7551, -7408]] + }, { + "type": "Polygon", + "id": 5027, + "arcs": [[-7567, 7732, 7733, 7734, -7719, -7505]] + }, { + "type": "Polygon", + "id": 13035, + "arcs": [[-7688, 7735, 7736, 7737, -7641, -7603]] + }, { + "type": "Polygon", + "id": 45009, + "arcs": [[7738, 7739, -7709, -7617]] + }, { + "type": "Polygon", + "id": 6025, + "arcs": [[-7727, 7740, -7697, -7430, -7306]] + }, { + "type": "Polygon", + "id": 48497, + "arcs": [[-7512, 7741, 7742, 7743, -7729, -7471]] + }, { + "type": "Polygon", + "id": 48121, + "arcs": [[7744, 7745, 7746, -7742, -7511, -7509]] + }, { + "type": "Polygon", + "id": 13149, + "arcs": [[-7692, 7747, -7699, -7573]] + }, { + "type": "Polygon", + "id": 48231, + "arcs": [[7748, 7749, 7750, 7751, 7752, -7536, -7708, 7753]] + }, { + "type": "Polygon", + "id": 48085, + "arcs": [[-7537, -7753, 7754, 7755, -7745, -7508]] + }, { + "type": "Polygon", + "id": 48263, + "arcs": [[7756, 7757, 7758, 7759, -7554]] + }, { + "type": "Polygon", + "id": 48433, + "arcs": [[7760, 7761, 7762, -7757, -7547]] + }, { + "type": "Polygon", + "id": 48449, + "arcs": [[7763, 7764, 7765, -7500]] + }, { + "type": "Polygon", + "id": 48169, + "arcs": [[-7760, 7766, 7767, 7768, -7556]] + }, { + "type": "Polygon", + "id": 48447, + "arcs": [[7769, 7770, 7771, 7772, -7558]] + }, { + "type": "Polygon", + "id": 48503, + "arcs": [[-7732, 7773, 7774, -7770, -7552]] + }, { + "type": "Polygon", + "id": 48207, + "arcs": [[-7773, 7775, 7776, -7761, -7550]] + }, { + "type": "Polygon", + "id": 5003, + "arcs": [[-7668, 7777, 7778, -7619, -7585]] + }, { + "type": "Polygon", + "id": 48305, + "arcs": [[-7769, 7779, 7780, 7781, -7559]] + }, { + "type": "Polygon", + "id": 35035, + "arcs": [[-7427, 7782, 7783, 7784, 7785, 7786, -7715, -7292]] + }, { + "type": "Polygon", + "id": 48501, + "arcs": [[7787, 7788, -7654, -7562]] + }, { + "type": "Polygon", + "id": 48445, + "arcs": [[-7782, 7789, 7790, -7788, -7564]] + }, { + "type": "Polygon", + "id": 48159, + "arcs": [[-7766, 7791, 7792, 7793, -7706, -7501]] + }, { + "type": "Polygon", + "id": 5139, + "arcs": [[-7583, -7620, -7779, 7794, 7795, -7733, -7566]] + }, { + "type": "Polygon", + "id": 48223, + "arcs": [[-7794, 7796, 7797, -7754, -7707]] + }, { + "type": "Polygon", + "id": 48343, + "arcs": [[-7613, 7798, 7799, 7800, 7801, -7764, -7499]] + }, { + "type": "Polygon", + "id": 28051, + "arcs": [[-7630, 7802, 7803, 7804, -7577]] + }, { + "type": "Polygon", + "id": 13255, + "arcs": [[-7738, 7805, 7806, 7807, -7689, -7669, -7639, -7642]] + }, { + "type": "Polygon", + "id": 45035, + "arcs": [[-7696, 7808, 7809, -7615]] + }, { + "type": "Polygon", + "id": 28053, + "arcs": [[-7578, -7805, 7810, 7811, -7682, -7478]] + }, { + "type": "Polygon", + "id": 13125, + "arcs": [[7812, 7813, 7814, -7722, -7648]] + }, { + "type": "Polygon", + "id": 13163, + "arcs": [[-7675, 7815, 7816, 7817, 7818, -7813, -7647, -7633, -7632, -7676]] + }, { + "type": "Polygon", + "id": 48067, + "arcs": [[-7646, 7819, 7820, -7799, -7612]] + }, { + "type": "Polygon", + "id": 13033, + "arcs": [[-7541, -7711, 7821, 7822, 7823, 7824, -7816, -7674]] + }, { + "type": "Polygon", + "id": 28103, + "arcs": [[-7679, 7825, 7826, 7827, -7660, -7600]] + }, { + "type": "Polygon", + "id": 28159, + "arcs": [[-7828, 7828, 7829, 7830, -7680, -7661]] + }, { + "type": "Polygon", + "id": 28007, + "arcs": [[-7831, 7831, 7832, -7803, -7629, -7627, -7681]] + }, { + "type": "Polygon", + "id": 1007, + "arcs": [[7833, 7834, 7835, -7650, -7544, -7673]] + }, { + "type": "Polygon", + "id": 13303, + "arcs": [[-7815, -7814, -7819, 7836, 7837, 7838, -7723]] + }, { + "type": "Polygon", + "id": 13199, + "arcs": [[-7808, 7839, 7840, 7841, 7842, 7843, -7690]] + }, { + "type": "Polygon", + "id": 13285, + "arcs": [[-7844, 7844, 7845, -7700, -7748, -7691]] + }, { + "type": "Polygon", + "id": 35017, + "arcs": [[-7718, 7846, 7847, -7592, -7176]] + }, { + "type": "Polygon", + "id": 13231, + "arcs": [[7848, 7849, -7840, -7807]] + }, { + "type": "Polygon", + "id": 13171, + "arcs": [[7850, 7851, -7849, -7806, -7737]] + }, { + "type": "Polygon", + "id": 13207, + "arcs": [[-7687, 7852, 7853, 7854, 7855, -7851, -7736]] + }, { + "type": "Polygon", + "id": 13009, + "arcs": [[-7724, -7839, 7856, 7857, -7713]] + }, { + "type": "Polygon", + "id": 13169, + "arcs": [[-7858, 7858, 7859, 7860, -7853, -7686, -7714]] + }, { + "type": "Polygon", + "id": 45029, + "arcs": [[-7810, 7861, 7862, 7863, 7864, -7739, -7616]] + }, { + "type": "Polygon", + "id": 45005, + "arcs": [[-7740, 7865, 7866, 7867, -7822, -7710]] + }, { + "type": "Polygon", + "id": 1063, + "arcs": [[7868, 7869, 7870, -7677, -7652]] + }, { + "type": "Polygon", + "id": 1017, + "arcs": [[-7846, 7871, 7872, 7873, -7701]] + }, { + "type": "Polygon", + "id": 1123, + "arcs": [[-7874, 7874, 7875, 7876, 7877, -7704, -7702]] + }, { + "type": "Polygon", + "id": 1037, + "arcs": [[-7878, 7878, 7879, -7671, -7624, -7705]] + }, { + "type": "Polygon", + "id": 28125, + "arcs": [[-7812, 7880, 7881, -7683]] + }, { + "type": "Polygon", + "id": 48063, + "arcs": [[-7802, 7882, 7883, -7792, -7765]] + }, { + "type": "Polygon", + "id": 1021, + "arcs": [[-7880, 7884, 7885, 7886, 7887, -7834, -7672]] + }, { + "type": "Polygon", + "id": 35013, + "arcs": [[7888, 7889, 7890, -7716, -7787]] + }, { + "type": "Polygon", + "id": 13251, + "arcs": [[-7867, 7891, 7892, 7893, 7894, 7895, -7823, -7868]] + }, { + "type": "Polygon", + "id": 45049, + "arcs": [[7896, 7897, 7898, -7892, -7866, -7865]] + }, { + "type": "Polygon", + "id": 28163, + "arcs": [[7899, 7900, 7901, 7902, 7903, -7881, -7811, -7804]] + }, { + "type": "Polygon", + "id": 22017, + "arcs": [[7904, 7905, 7906, 7907, 7908, -7820, -7645, 7909]] + }, { + "type": "Polygon", + "id": 22015, + "arcs": [[7910, 7911, 7912, -7910, -7644, -7721]] + }, { + "type": "Polygon", + "id": 22119, + "arcs": [[7913, -7911, -7720, -7735, 7914]] + }, { + "type": "Polygon", + "id": 22027, + "arcs": [[7915, 7916, -7915, -7734, -7796, 7917]] + }, { + "type": "Polygon", + "id": 22111, + "arcs": [[7918, 7919, -7918, -7795, 7920]] + }, { + "type": "Polygon", + "id": 48499, + "arcs": [[7921, 7922, 7923, 7924, 7925, -7797, -7793, -7884]] + }, { + "type": "Polygon", + "id": 28055, + "arcs": [[-7882, -7904, 7926, 7927, -7664, -7684]] + }, { + "type": "Polygon", + "id": 13319, + "arcs": [[-7838, 7928, 7929, 7930, -7859, -7857]] + }, { + "type": "Polygon", + "id": 22067, + "arcs": [[-7667, 7931, 7932, 7933, -7921, -7778]] + }, { + "type": "Polygon", + "id": 1065, + "arcs": [[-7836, 7934, 7935, -7869, -7651]] + }, { + "type": "Polygon", + "id": 22123, + "arcs": [[7936, 7937, -7932, -7666]] + }, { + "type": "Polygon", + "id": 48363, + "arcs": [[7938, 7939, 7940, 7941, 7942, -7774, -7731]] + }, { + "type": "Polygon", + "id": 22035, + "arcs": [[7943, 7944, 7945, -7937, -7665, -7928]] + }, { + "type": "Polygon", + "id": 48367, + "arcs": [[7946, 7947, 7948, -7939, -7730, -7744]] + }, { + "type": "Polygon", + "id": 13293, + "arcs": [[-7852, -7856, 7949, 7950, 7951, -7841, -7850]] + }, { + "type": "Polygon", + "id": 1119, + "arcs": [[7952, 7953, 7954, 7955, -7826, -7678, -7871]] + }, { + "type": "Polygon", + "id": 48439, + "arcs": [[-7743, -7747, 7956, 7957, 7958, -7947]] + }, { + "type": "Polygon", + "id": 48113, + "arcs": [[-7756, 7959, 7960, 7961, -7957, -7746]] + }, { + "type": "Polygon", + "id": 48397, + "arcs": [[-7752, 7962, -7960, -7755]] + }, { + "type": "Polygon", + "id": 48379, + "arcs": [[-7926, 7963, -7749, -7798]] + }, { + "type": "Polygon", + "id": 48415, + "arcs": [[7964, 7965, 7966, -7767, -7759]] + }, { + "type": "Polygon", + "id": 35015, + "arcs": [[-7659, 7967, 7968, 7969, -7783, -7426]] + }, { + "type": "Polygon", + "id": 48151, + "arcs": [[-7763, 7970, 7971, -7965, -7758]] + }, { + "type": "Polygon", + "id": 48033, + "arcs": [[-7967, 7972, 7973, 7974, -7780, -7768]] + }, { + "type": "Polygon", + "id": 48115, + "arcs": [[-7975, 7975, 7976, -7790, -7781]] + }, { + "type": "Polygon", + "id": 48165, + "arcs": [[-7791, -7977, 7977, 7978, -7655, -7789]] + }, { + "type": "Polygon", + "id": 48253, + "arcs": [[-7777, 7979, 7980, 7981, -7971, -7762]] + }, { + "type": "Polygon", + "id": 48417, + "arcs": [[7982, 7983, 7984, -7980, -7776, -7772]] + }, { + "type": "Polygon", + "id": 48429, + "arcs": [[-7943, 7985, -7983, -7771, -7775]] + }, { + "type": "Polygon", + "id": 13165, + "arcs": [[-7896, 7986, 7987, -7824]] + }, { + "type": "Polygon", + "id": 13021, + "arcs": [[7988, 7989, 7990, 7991, -7854, -7861]] + }, { + "type": "Polygon", + "id": 28099, + "arcs": [[7992, 7993, 7994, -7830]] + }, { + "type": "Polygon", + "id": 28079, + "arcs": [[-7995, 7995, 7996, 7997, -7832]] + }, { + "type": "Polygon", + "id": 28069, + "arcs": [[-7956, 7998, -7993, -7829, -7827]] + }, { + "type": "Polygon", + "id": 48459, + "arcs": [[-7801, 7999, 8000, 8001, 8002, -7922, -7883]] + }, { + "type": "Polygon", + "id": 13289, + "arcs": [[8003, 8004, -7990, -7989, -7860, -7931]] + }, { + "type": "Polygon", + "id": 13263, + "arcs": [[8005, 8006, 8007, 8008, 8009, -7842, -7952]] + }, { + "type": "Polygon", + "id": 48315, + "arcs": [[-7909, 8010, -8000, -7800, -7821]] + }, { + "type": "Polygon", + "id": 28089, + "arcs": [[-7998, 8011, 8012, 8013, -7901, -7900, -7833]] + }, { + "type": "Polygon", + "id": 1105, + "arcs": [[-7888, 8014, 8015, -7935, -7835]] + }, { + "type": "Polygon", + "id": 13145, + "arcs": [[-8010, 8016, 8017, -7872, -7845, -7843]] + }, { + "type": "Polygon", + "id": 13079, + "arcs": [[-7992, 8018, 8019, 8020, -7950, -7855]] + }, { + "type": "Polygon", + "id": 48257, + "arcs": [[8021, 8022, 8023, -7961, -7963, -7751]] + }, { + "type": "Polygon", + "id": 13107, + "arcs": [[-7825, -7988, 8024, 8025, 8026, 8027, 8028, 8029, -7817]] + }, { + "type": "Polygon", + "id": 48467, + "arcs": [[-7964, -7925, 8030, 8031, -8022, -7750]] + }, { + "type": "Polygon", + "id": 13167, + "arcs": [[-8030, 8032, -7929, -7837, -7818]] + }, { + "type": "Polygon", + "id": 48203, + "arcs": [[-7908, 8033, 8034, 8035, -8001, -8011]] + }, { + "type": "Polygon", + "id": 35023, + "arcs": [[8036, 8037, 8038, -7593, -7848]] + }, { + "type": "Polygon", + "id": 1051, + "arcs": [[8039, 8040, 8041, -7885, -7879, -7877]] + }, { + "type": "Polygon", + "id": 22061, + "arcs": [[8042, 8043, 8044, -7916, -7920]] + }, { + "type": "Polygon", + "id": 45053, + "arcs": [[8045, 8046, 8047, 8048, 8049, 8050, 8051, 8052, 8053, 8054, 8055, 8056, -7898]] + }, { + "type": "Polygon", + "id": 13269, + "arcs": [[-8021, 8057, 8058, 8059, 8060, -8006, -7951]] + }, { + "type": "Polygon", + "id": 1081, + "arcs": [[-8018, 8061, 8062, 8063, -7875, -7873]] + }, { + "type": "Polygon", + "id": 1047, + "arcs": [[8064, 8065, 8066, 8067, -8015, -7887]] + }, { + "type": "Polygon", + "id": 22073, + "arcs": [[8068, 8069, 8070, -8043, -7919, -7934]] + }, { + "type": "Polygon", + "id": 13175, + "arcs": [[8071, 8072, 8073, -7930, -8033, 8074]] + }, { + "type": "Polygon", + "id": 1001, + "arcs": [[-8042, 8075, 8076, -8065, -7886]] + }, { + "type": "MultiPolygon", + "id": 45013, + "arcs": [[[8077]], [[-8053, -8052, 8078]], [[8079]], [[8080]], [[8081, -8046, -7897, -7864]]] + }, { + "type": "Polygon", + "id": 13225, + "arcs": [[8082, -8058, -8020, 8083]] + }, { + "type": "Polygon", + "id": 13153, + "arcs": [[-8005, 8084, 8085, 8086, 8087, -8084, -8019, -7991]] + }, { + "type": "Polygon", + "id": 48423, + "arcs": [[-7923, -8003, 8088, 8089, 8090, 8091, -8031, -7924]] + }, { + "type": "Polygon", + "id": 22083, + "arcs": [[-7946, 8092, 8093, 8094, -8069, -7933, -7938]] + }, { + "type": "Polygon", + "id": 48183, + "arcs": [[-8036, 8095, -8089, -8002]] + }, { + "type": "Polygon", + "id": 13031, + "arcs": [[-7894, 8096, 8097, 8098, 8099, -8025, -7987, -7895]] + }, { + "type": "Polygon", + "id": 28123, + "arcs": [[-7997, 8100, 8101, 8102, -8012]] + }, { + "type": "Polygon", + "id": 28149, + "arcs": [[8103, 8104, 8105, 8106, 8107, 8108, -7944, -7927, -7903]] + }, { + "type": "Polygon", + "id": 13215, + "arcs": [[-8009, 8109, 8110, -8062, -8017]] + }, { + "type": "Polygon", + "id": 35029, + "arcs": [[-7891, 8111, -8037, -7847, -7717]] + }, { + "type": "Polygon", + "id": 13103, + "arcs": [[-8057, -8056, 8112, 8113, -8097, -7893, -7899]] + }, { + "type": "Polygon", + "id": 1087, + "arcs": [[8114, 8115, 8116, 8117, -8040, -7876, -8064]] + }, { + "type": "Polygon", + "id": 28121, + "arcs": [[-8103, 8118, 8119, 8120, -8013]] + }, { + "type": "Polygon", + "id": 22013, + "arcs": [[-8045, 8121, 8122, 8123, 8124, -7912, -7914, -7917]] + }, { + "type": "Polygon", + "id": 13023, + "arcs": [[8125, 8126, -8085, -8004, -8074]] + }, { + "type": "Polygon", + "id": 28075, + "arcs": [[-7955, 8127, 8128, 8129, -7999]] + }, { + "type": "Polygon", + "id": 28101, + "arcs": [[-8130, 8130, -8101, -7996, -7994]] + }, { + "type": "Polygon", + "id": 28049, + "arcs": [[-8121, 8131, 8132, -8104, -7902, -8014]] + }, { + "type": "Polygon", + "id": 22065, + "arcs": [[8133, 8134, -8093, -7945, -8109]] + }, { + "type": "Polygon", + "id": 13197, + "arcs": [[8135, 8136, 8137, 8138, 8139, -8007, -8061]] + }, { + "type": "Polygon", + "id": 13043, + "arcs": [[8140, 8141, -8026, -8100]] + }, { + "type": "Polygon", + "id": 48221, + "arcs": [[8142, 8143, 8144, -7940, -7949]] + }, { + "type": "Polygon", + "id": 48251, + "arcs": [[8145, 8146, 8147, 8148, -8143, -7948, -7959]] + }, { + "type": "Polygon", + "id": 48139, + "arcs": [[-7962, -8024, 8149, 8150, 8151, -8146, -7958]] + }, { + "type": "Polygon", + "id": 1091, + "arcs": [[-7936, -8016, -8068, 8152, 8153, 8154, -7953, -7870]] + }, { + "type": "Polygon", + "id": 13053, + "arcs": [[-8140, 8155, 8156, -8110, -8008]] + }, { + "type": "Polygon", + "id": 48227, + "arcs": [[8157, 8158, 8159, 8160, -7974]] + }, { + "type": "Polygon", + "id": 48335, + "arcs": [[8161, 8162, 8163, -8158, -7973, -7966]] + }, { + "type": "Polygon", + "id": 48353, + "arcs": [[8164, 8165, 8166, -8162, -7972]] + }, { + "type": "Polygon", + "id": 48317, + "arcs": [[-8161, 8167, 8168, 8169, -7978, -7976]] + }, { + "type": "Polygon", + "id": 48003, + "arcs": [[-8170, 8170, 8171, 8172, -7656, -7979]] + }, { + "type": "Polygon", + "id": 13193, + "arcs": [[-8083, -8088, 8173, 8174, 8175, -8059]] + }, { + "type": "Polygon", + "id": 48441, + "arcs": [[8176, 8177, 8178, -8165, -7982]] + }, { + "type": "Polygon", + "id": 48133, + "arcs": [[-7942, 8179, 8180, 8181, 8182, -7984, -7986]] + }, { + "type": "Polygon", + "id": 48143, + "arcs": [[-7941, -8145, 8183, 8184, 8185, 8186, -8180]] + }, { + "type": "Polygon", + "id": 48059, + "arcs": [[-8183, 8187, 8188, -8177, -7981, -7985]] + }, { + "type": "Polygon", + "id": 4019, + "arcs": [[-7636, 8189, 8190, 8191, -7725, -7456, -7728]] + }, { + "type": "Polygon", + "id": 13283, + "arcs": [[8192, 8193, -8075, -8029]] + }, { + "type": "Polygon", + "id": 1113, + "arcs": [[-8111, -8157, 8194, 8195, 8196, -8115, -8063]] + }, { + "type": "Polygon", + "id": 1101, + "arcs": [[-8118, -8117, 8197, 8198, 8199, 8200, -8076, -8041]] + }, { + "type": "Polygon", + "id": 22049, + "arcs": [[-8071, 8201, 8202, -8122, -8044]] + }, { + "type": "Polygon", + "id": 13091, + "arcs": [[8203, 8204, 8205, 8206, -8126, -8073]] + }, { + "type": "Polygon", + "id": 13249, + "arcs": [[-8176, 8207, -8136, -8060]] + }, { + "type": "Polygon", + "id": 4003, + "arcs": [[-7594, -8039, 8208, 8209, -8190, -7635]] + }, { + "type": "Polygon", + "id": 1085, + "arcs": [[-8201, 8210, 8211, 8212, -8066, -8077]] + }, { + "type": "Polygon", + "id": 48401, + "arcs": [[8213, 8214, 8215, 8216, -8090, -8096, -8035]] + }, { + "type": "Polygon", + "id": 22041, + "arcs": [[-8135, 8217, 8218, 8219, -8094]] + }, { + "type": "Polygon", + "id": 13235, + "arcs": [[-8127, -8207, 8220, 8221, -8086]] + }, { + "type": "Polygon", + "id": 48365, + "arcs": [[-7907, 8222, 8223, -8214, -8034]] + }, { + "type": "Polygon", + "id": 48213, + "arcs": [[-8032, -8092, 8224, 8225, 8226, 8227, -8150, -8023]] + }, { + "type": "Polygon", + "id": 13209, + "arcs": [[8228, 8229, -8193, 8230]] + }, { + "type": "Polygon", + "id": 13279, + "arcs": [[-8028, 8231, 8232, 8233, -8231]] + }, { + "type": "Polygon", + "id": 22031, + "arcs": [[8234, 8235, 8236, 8237, -8223, -7906]] + }, { + "type": "Polygon", + "id": 48349, + "arcs": [[8238, 8239, 8240, -8151, -8228]] + }, { + "type": "Polygon", + "id": 48425, + "arcs": [[-8149, 8241, -8184, -8144]] + }, { + "type": "Polygon", + "id": 13267, + "arcs": [[8242, 8243, 8244, 8245, 8246, -8232, -8027, -8142]] + }, { + "type": "Polygon", + "id": 1023, + "arcs": [[8247, 8248, 8249, 8250, -8128, -7954, -8155]] + }, { + "type": "Polygon", + "id": 13309, + "arcs": [[-8230, 8251, 8252, -8204, -8072, -8194]] + }, { + "type": "Polygon", + "id": 1011, + "arcs": [[-8197, 8253, 8254, -8198, -8116]] + }, { + "type": "Polygon", + "id": 13093, + "arcs": [[-8222, 8255, 8256, 8257, 8258, -8174, -8087]] + }, { + "type": "Polygon", + "id": 13109, + "arcs": [[-8099, 8259, 8260, -8243, -8141]] + }, { + "type": "Polygon", + "id": 22021, + "arcs": [[-8095, -8220, 8261, 8262, 8263, -8202, -8070]] + }, { + "type": "Polygon", + "id": 1131, + "arcs": [[-8067, -8213, 8264, 8265, 8266, -8153]] + }, { + "type": "Polygon", + "id": 48217, + "arcs": [[-8241, 8267, 8268, 8269, -8147, -8152]] + }, { + "type": "Polygon", + "id": 48093, + "arcs": [[8270, 8271, 8272, -8181, -8187]] + }, { + "type": "Polygon", + "id": 22107, + "arcs": [[-8108, 8273, -8106, 8274, 8275, 8276, 8277, 8278, -8218, -8134]] + }, { + "type": "Polygon", + "id": 13029, + "arcs": [[8279, 8280, 8281, -8260, -8098, -8114]] + }, { + "type": "Polygon", + "id": 22081, + "arcs": [[-7913, -8125, 8282, -8235, -7905]] + }, { + "type": "MultiPolygon", + "id": 13051, + "arcs": [[[8283]], [[8284]], [[8285, -8280, -8113, -8055]]] + }, { + "type": "Polygon", + "id": 13307, + "arcs": [[8286, 8287, 8288, 8289, -8138]] + }, { + "type": "Polygon", + "id": 13259, + "arcs": [[-8290, 8290, 8291, 8292, -8195, -8156, -8139]] + }, { + "type": "Polygon", + "id": 13261, + "arcs": [[-8259, -8258, 8293, 8294, 8295, -8287, -8137, -8208, -8175]] + }, { + "type": "Polygon", + "id": 28023, + "arcs": [[-8251, 8296, 8297, -8129]] + }, { + "type": "Polygon", + "id": 28021, + "arcs": [[-8133, 8298, 8299, -8275, -8105]] + }, { + "type": "Polygon", + "id": 28061, + "arcs": [[-8298, 8300, 8301, 8302, -8131]] + }, { + "type": "Polygon", + "id": 28129, + "arcs": [[-8303, 8303, 8304, 8305, -8119, -8102]] + }, { + "type": "Polygon", + "id": 48035, + "arcs": [[-8148, -8270, 8306, 8307, 8308, -8185, -8242]] + }, { + "type": "Polygon", + "id": 13271, + "arcs": [[8309, 8310, 8311, 8312, -8205, -8253]] + }, { + "type": "Polygon", + "id": 22127, + "arcs": [[-8203, -8264, 8313, 8314, 8315, -8123]] + }, { + "type": "Polygon", + "id": 22069, + "arcs": [[-8316, 8316, 8317, 8318, 8319, -8236, -8283, -8124]] + }, { + "type": "Polygon", + "id": 1005, + "arcs": [[-8293, 8320, 8321, 8322, 8323, 8324, 8325, -8254, -8196]] + }, { + "type": "Polygon", + "id": 48073, + "arcs": [[-8217, 8326, 8327, 8328, 8329, -8225, -8091]] + }, { + "type": "Polygon", + "id": 13315, + "arcs": [[-8206, -8313, 8330, 8331, 8332, -8256, -8221]] + }, { + "type": "MultiPolygon", + "id": 13179, + "arcs": [[[8333]], [[8334, 8335, -8244, -8261, -8282, 8336]]] + }, { + "type": "Polygon", + "id": 48431, + "arcs": [[-8164, 8337, 8338, 8339, 8340, -8159]] + }, { + "type": "Polygon", + "id": 48173, + "arcs": [[-8341, 8341, 8342, -8168, -8160]] + }, { + "type": "Polygon", + "id": 48329, + "arcs": [[-8343, 8343, 8344, -8171, -8169]] + }, { + "type": "Polygon", + "id": 48135, + "arcs": [[-8345, 8345, 8346, 8347, 8348, -8172]] + }, { + "type": "Polygon", + "id": 48495, + "arcs": [[-8349, 8349, 8350, -7657, -8173]] + }, { + "type": "Polygon", + "id": 48081, + "arcs": [[-8167, 8351, 8352, -8338, -8163]] + }, { + "type": "Polygon", + "id": 48001, + "arcs": [[8353, 8354, 8355, -8226, -8330]] + }, { + "type": "Polygon", + "id": 48083, + "arcs": [[-8189, 8356, 8357, 8358, 8359, -8178]] + }, { + "type": "Polygon", + "id": 48399, + "arcs": [[-8360, 8360, 8361, -8352, -8166, -8179]] + }, { + "type": "Polygon", + "id": 48049, + "arcs": [[-8273, 8362, 8363, 8364, -8357, -8188, -8182]] + }, { + "type": "Polygon", + "id": 1109, + "arcs": [[-8326, -8325, 8365, 8366, 8367, -8199, -8255]] + }, { + "type": "Polygon", + "id": 1041, + "arcs": [[-8368, 8368, 8369, 8370, -8211, -8200]] + }, { + "type": "Polygon", + "id": 28029, + "arcs": [[8371, 8372, 8373, 8374, -8299, -8132]] + }, { + "type": "Polygon", + "id": 28127, + "arcs": [[-8306, 8375, 8376, 8377, -8372, -8120]] + }, { + "type": "Polygon", + "id": 13081, + "arcs": [[-8333, 8378, 8379, 8380, -8294, -8257]] + }, { + "type": "Polygon", + "id": 48193, + "arcs": [[8381, -8271, -8186, -8309, 8382, 8383]] + }, { + "type": "Polygon", + "id": 13183, + "arcs": [[8384, 8385, -8245, -8336]] + }, { + "type": "Polygon", + "id": 48161, + "arcs": [[8386, 8387, -8239, -8227, -8356]] + }, { + "type": "Polygon", + "id": 48109, + "arcs": [[8388, 8389, 8390, -7784, -7970]] + }, { + "type": "Polygon", + "id": 48229, + "arcs": [[8391, 8392, 8393, -7785, -8391]] + }, { + "type": "Polygon", + "id": 48141, + "arcs": [[8394, -7889, -7786, -8394]] + }, { + "type": "Polygon", + "id": 48301, + "arcs": [[8395, 8396, -7968, -7658, -8351]] + }, { + "type": "Polygon", + "id": 48389, + "arcs": [[8397, 8398, 8399, -8389, -7969, -8397]] + }, { + "type": "Polygon", + "id": 13239, + "arcs": [[8400, 8401, -8321, -8292]] + }, { + "type": "Polygon", + "id": 1025, + "arcs": [[-8267, 8402, 8403, 8404, -8248, -8154]] + }, { + "type": "Polygon", + "id": 48419, + "arcs": [[8405, 8406, 8407, 8408, -8215, -8224, -8238]] + }, { + "type": "Polygon", + "id": 22025, + "arcs": [[-8279, 8409, 8410, 8411, -8262, -8219]] + }, { + "type": "Polygon", + "id": 13161, + "arcs": [[8412, 8413, 8414, -8310, -8252, -8229, -8234]] + }, { + "type": "Polygon", + "id": 13273, + "arcs": [[8415, 8416, 8417, 8418, -8288, -8296]] + }, { + "type": "Polygon", + "id": 13001, + "arcs": [[-8247, 8419, 8420, 8421, -8413, -8233]] + }, { + "type": "Polygon", + "id": 1013, + "arcs": [[-8371, 8422, 8423, 8424, -8265, -8212]] + }, { + "type": "Polygon", + "id": 13243, + "arcs": [[-8289, -8419, 8425, 8426, -8401, -8291]] + }, { + "type": "Polygon", + "id": 22059, + "arcs": [[-8412, 8427, 8428, 8429, -8314, -8263]] + }, { + "type": "Polygon", + "id": 13177, + "arcs": [[-8381, 8430, 8431, -8416, -8295]] + }, { + "type": "Polygon", + "id": 28153, + "arcs": [[8432, 8433, 8434, -8301, -8297, -8250, 8435]] + }, { + "type": "Polygon", + "id": 28063, + "arcs": [[-8375, 8436, 8437, 8438, -8276, -8300]] + }, { + "type": "Polygon", + "id": 48309, + "arcs": [[8439, -8307, -8269, 8440, 8441, 8442]] + }, { + "type": "Polygon", + "id": 13287, + "arcs": [[8443, 8444, 8445, 8446, -8379, -8332]] + }, { + "type": "Polygon", + "id": 13017, + "arcs": [[-8312, 8447, 8448, -8444, -8331]] + }, { + "type": "Polygon", + "id": 13321, + "arcs": [[-8380, -8447, 8449, 8450, 8451, 8452, -8431]] + }, { + "type": "Polygon", + "id": 48347, + "arcs": [[-8409, 8453, 8454, -8327, -8216]] + }, { + "type": "Polygon", + "id": 22085, + "arcs": [[-8320, 8455, 8456, 8457, -8406, -8237]] + }, { + "type": "Polygon", + "id": 13305, + "arcs": [[-8246, -8386, 8458, 8459, 8460, 8461, -8420]] + }, { + "type": "Polygon", + "id": 1099, + "arcs": [[-8425, 8462, 8463, 8464, -8403, -8266]] + }, { + "type": "Polygon", + "id": 28067, + "arcs": [[8465, 8466, 8467, -8304, -8302, -8435]] + }, { + "type": "Polygon", + "id": 48293, + "arcs": [[8468, -8441, -8268, -8240, -8388, 8469, 8470]] + }, { + "type": "Polygon", + "id": 13069, + "arcs": [[8471, 8472, 8473, 8474, 8475, -8448, -8311, -8415]] + }, { + "type": "Polygon", + "id": 22043, + "arcs": [[-8430, 8476, -8317, -8315]] + }, { + "type": "Polygon", + "id": 28031, + "arcs": [[-8468, 8477, 8478, 8479, -8376, -8305]] + }, { + "type": "Polygon", + "id": 13061, + "arcs": [[-8427, 8480, 8481, 8482, -8322, -8402]] + }, { + "type": "Polygon", + "id": 1067, + "arcs": [[-8483, 8483, 8484, 8485, -8323]] + }, { + "type": "Polygon", + "id": 28065, + "arcs": [[8486, 8487, 8488, -8377, -8480]] + }, { + "type": "Polygon", + "id": 13155, + "arcs": [[-8476, 8489, 8490, -8445, -8449]] + }, { + "type": "Polygon", + "id": 22029, + "arcs": [[-8278, 8491, 8492, 8493, 8494, 8495, 8496, -8410]] + }, { + "type": "Polygon", + "id": 28077, + "arcs": [[8497, 8498, 8499, -8373, -8378, -8489]] + }, { + "type": "Polygon", + "id": 1035, + "arcs": [[8500, 8501, -8463, -8424]] + }, { + "type": "Polygon", + "id": 28001, + "arcs": [[8502, 8503, -8492, -8277, -8439]] + }, { + "type": "Polygon", + "id": 4023, + "arcs": [[-8210, 8504, -8191]] + }, { + "type": "Polygon", + "id": 48333, + "arcs": [[8505, 8506, -8363, -8272, -8382]] + }, { + "type": "Polygon", + "id": 28085, + "arcs": [[8507, 8508, 8509, 8510, -8437, -8374, -8500]] + }, { + "type": "Polygon", + "id": 13005, + "arcs": [[8511, 8512, -8472, -8414, -8422]] + }, { + "type": "Polygon", + "id": 48099, + "arcs": [[8513, -8383, -8308, -8440, 8514]] + }, { + "type": "Polygon", + "id": 48451, + "arcs": [[-8362, 8515, 8516, 8517, 8518, -8339, -8353]] + }, { + "type": "Polygon", + "id": 1129, + "arcs": [[-8405, 8519, 8520, 8521, -8436, -8249]] + }, { + "type": "MultiPolygon", + "id": 13191, + "arcs": [[[8522]], [[8523, 8524, -8459, -8385, -8335]]] + }, { + "type": "Polygon", + "id": 48289, + "arcs": [[8525, 8526, 8527, -8470, -8387, -8355]] + }, { + "type": "Polygon", + "id": 48461, + "arcs": [[8528, 8529, 8530, -8346, -8344]] + }, { + "type": "Polygon", + "id": 48103, + "arcs": [[-8531, 8531, 8532, 8533, -8347]] + }, { + "type": "Polygon", + "id": 48405, + "arcs": [[8534, 8535, 8536, -8454, -8408]] + }, { + "type": "Polygon", + "id": 48383, + "arcs": [[-8340, -8519, 8537, 8538, -8529, -8342]] + }, { + "type": "Polygon", + "id": 48475, + "arcs": [[-8396, -8350, -8348, -8534, 8539, -8398]] + }, { + "type": "Polygon", + "id": 13095, + "arcs": [[-8453, 8540, 8541, 8542, -8417, -8432]] + }, { + "type": "Polygon", + "id": 13037, + "arcs": [[-8418, -8543, 8543, 8544, -8481, -8426]] + }, { + "type": "Polygon", + "id": 1045, + "arcs": [[-8486, 8545, 8546, 8547, -8366, -8324]] + }, { + "type": "Polygon", + "id": 1031, + "arcs": [[8548, 8549, -8369, -8367, -8548]] + }, { + "type": "Polygon", + "id": 28037, + "arcs": [[-8511, 8550, 8551, -8503, -8438]] + }, { + "type": "Polygon", + "id": 48403, + "arcs": [[-8458, 8552, 8553, -8535, -8407]] + }, { + "type": "Polygon", + "id": 13277, + "arcs": [[-8491, 8554, 8555, 8556, -8450, -8446]] + }, { + "type": "Polygon", + "id": 48225, + "arcs": [[8557, 8558, 8559, 8560, -8526, -8354, -8329]] + }, { + "type": "Polygon", + "id": 48095, + "arcs": [[-8359, 8561, 8562, -8516, -8361]] + }, { + "type": "Polygon", + "id": 13229, + "arcs": [[-8462, 8563, 8564, -8512, -8421]] + }, { + "type": "Polygon", + "id": 1039, + "arcs": [[-8550, 8565, 8566, 8567, 8568, -8501, -8423, -8370]] + }, { + "type": "Polygon", + "id": 48235, + "arcs": [[8569, 8570, -8538, -8518]] + }, { + "type": "Polygon", + "id": 48005, + "arcs": [[-8537, 8571, 8572, 8573, 8574, -8558, -8328, -8455]] + }, { + "type": "Polygon", + "id": 13099, + "arcs": [[-8545, 8575, 8576, 8577, 8578, -8484, -8482]] + }, { + "type": "Polygon", + "id": 48145, + "arcs": [[8579, 8580, -8442, -8469, 8581]] + }, { + "type": "Polygon", + "id": 22079, + "arcs": [[-8429, 8582, 8583, 8584, 8585, -8318, -8477]] + }, { + "type": "Polygon", + "id": 48307, + "arcs": [[-8365, 8586, 8587, 8588, -8562, -8358]] + }, { + "type": "Polygon", + "id": 48411, + "arcs": [[-8507, 8589, 8590, 8591, 8592, -8587, -8364]] + }, { + "type": "Polygon", + "id": 13019, + "arcs": [[-8475, 8593, 8594, 8595, 8596, -8555, -8490]] + }, { + "type": "Polygon", + "id": 13299, + "arcs": [[-8565, 8597, 8598, 8599, 8600, 8601, 8602, -8473, -8513]] + }, { + "type": "Polygon", + "id": 48281, + "arcs": [[8603, 8604, -8590, -8506, -8384, -8514]] + }, { + "type": "MultiPolygon", + "id": 13127, + "arcs": [[[8605, 8606]], [[8607, 8608, 8609, 8610, 8611, -8460, -8525]]] + }, { + "type": "Polygon", + "id": 13007, + "arcs": [[-8542, 8612, 8613, 8614, -8576, -8544]] + }, { + "type": "Polygon", + "id": 13205, + "arcs": [[-8452, 8615, 8616, 8617, 8618, -8613, -8541]] + }, { + "type": "Polygon", + "id": 28041, + "arcs": [[-8522, 8619, 8620, 8621, -8433]] + }, { + "type": "Polygon", + "id": 28035, + "arcs": [[8622, 8623, 8624, 8625, -8478, -8467]] + }, { + "type": "Polygon", + "id": 28073, + "arcs": [[-8479, -8626, 8626, 8627, -8487]] + }, { + "type": "Polygon", + "id": 28111, + "arcs": [[-8434, -8622, 8628, 8629, -8623, -8466]] + }, { + "type": "Polygon", + "id": 28091, + "arcs": [[-8628, 8630, 8631, 8632, -8498, -8488]] + }, { + "type": "Polygon", + "id": 13003, + "arcs": [[-8603, -8602, 8633, 8634, -8594, -8474]] + }, { + "type": "Polygon", + "id": 48455, + "arcs": [[8635, 8636, 8637, -8559, -8575]] + }, { + "type": "Polygon", + "id": 48371, + "arcs": [[-8533, 8638, 8639, 8640, 8641, -8399, -8540]] + }, { + "type": "Polygon", + "id": 13025, + "arcs": [[-8612, 8642, 8643, -8598, -8564, -8461]] + }, { + "type": "Polygon", + "id": 28157, + "arcs": [[-8552, 8644, 8645, 8646, -8493, -8504]] + }, { + "type": "Polygon", + "id": 22115, + "arcs": [[-8586, 8647, 8648, 8649, -8456, -8319]] + }, { + "type": "Polygon", + "id": 48395, + "arcs": [[8650, 8651, 8652, -8582, -8471, -8528]] + }, { + "type": "Polygon", + "id": 13075, + "arcs": [[8653, 8654, 8655, 8656, -8556, -8597]] + }, { + "type": "Polygon", + "id": 28005, + "arcs": [[-8510, 8657, 8658, 8659, 8660, -8645, -8551]] + }, { + "type": "Polygon", + "id": 28113, + "arcs": [[8661, 8662, 8663, -8658, -8509]] + }, { + "type": "Polygon", + "id": 28147, + "arcs": [[-8633, 8664, -8662, -8508, -8499]] + }, { + "type": "Polygon", + "id": 22009, + "arcs": [[-8411, -8497, 8665, 8666, 8667, 8668, -8583, -8428]] + }, { + "type": "Polygon", + "id": 13071, + "arcs": [[-8557, -8657, 8669, 8670, -8616, -8451]] + }, { + "type": "Polygon", + "id": 48027, + "arcs": [[-8581, 8671, 8672, 8673, -8604, -8515, -8443]] + }, { + "type": "Polygon", + "id": 1003, + "arcs": [[-8465, 8674, 8675, 8676, 8677, 8678, 8679, -8520, -8404]] + }, { + "type": "Polygon", + "id": 1069, + "arcs": [[-8579, 8680, 8681, 8682, -8546, -8485]] + }, { + "type": "Polygon", + "id": 1053, + "arcs": [[-8569, 8683, 8684, 8685, -8675, -8464, -8502]] + }, { + "type": "Polygon", + "id": 13201, + "arcs": [[-8615, 8686, 8687, -8577]] + }, { + "type": "Polygon", + "id": 1061, + "arcs": [[8688, 8689, 8690, -8566, -8549, -8547, -8683]] + }, { + "type": "Polygon", + "id": 48351, + "arcs": [[8691, 8692, 8693, 8694, -8553, -8457, -8650]] + }, { + "type": "Polygon", + "id": 13065, + "arcs": [[-8601, 8695, 8696, 8697, 8698, -8634]] + }, { + "type": "Polygon", + "id": 13173, + "arcs": [[-8699, 8699, 8700, -8595, -8635]] + }, { + "type": "Polygon", + "id": 1097, + "arcs": [[8701, 8702, 8703, -8620, -8521, -8680]] + }, { + "type": "MultiPolygon", + "id": 13039, + "arcs": [[[8704]], [[8705, 8706, 8707, -8643, -8611]]] + }, { + "type": "Polygon", + "id": 48241, + "arcs": [[8708, 8709, 8710, -8572, -8536, -8554, -8695]] + }, { + "type": "Polygon", + "id": 48373, + "arcs": [[8711, 8712, 8713, 8714, -8636, -8574]] + }, { + "type": "Polygon", + "id": 48331, + "arcs": [[8715, 8716, 8717, -8672, -8580, -8653]] + }, { + "type": "Polygon", + "id": 48243, + "arcs": [[8718, -8392, -8390, -8400, -8642, 8719]] + }, { + "type": "Polygon", + "id": 48313, + "arcs": [[8720, 8721, 8722, -8527, -8561]] + }, { + "type": "Polygon", + "id": 48327, + "arcs": [[-8589, 8723, 8724, 8725, -8563]] + }, { + "type": "Polygon", + "id": 48413, + "arcs": [[-8726, 8726, 8727, -8570, -8517]] + }, { + "type": "Polygon", + "id": 48105, + "arcs": [[-8530, -8539, -8571, -8728, 8728, 8729, 8730, -8639, -8532]] + }, { + "type": "Polygon", + "id": 13087, + "arcs": [[-8614, -8619, 8731, 8732, 8733, -8687]] + }, { + "type": "Polygon", + "id": 13131, + "arcs": [[8734, 8735, 8736, -8732, -8618]] + }, { + "type": "Polygon", + "id": 13027, + "arcs": [[-8655, 8737, 8738, 8739, 8740, -8670, -8656]] + }, { + "type": "Polygon", + "id": 13275, + "arcs": [[-8671, -8741, 8741, 8742, -8735, -8617]] + }, { + "type": "Polygon", + "id": 13253, + "arcs": [[-8734, 8743, 8744, -8681, -8578, -8688]] + }, { + "type": "Polygon", + "id": 13049, + "arcs": [[8745, 8746, -8599, -8644, -8708]] + }, { + "type": "Polygon", + "id": 48457, + "arcs": [[-8711, 8747, -8712, -8573]] + }, { + "type": "Polygon", + "id": 48471, + "arcs": [[8748, 8749, 8750, -8721, -8560, -8638]] + }, { + "type": "MultiPolygon", + "id": 22125, + "arcs": [[[8751, 8752, -8494, -8647, 8753]]] + }, { + "type": "Polygon", + "id": 48053, + "arcs": [[-8674, 8754, 8755, 8756, 8757, -8591, -8605]] + }, { + "type": "Polygon", + "id": 13185, + "arcs": [[-8596, -8701, 8758, 8759, 8760, 8761, -8738, -8654]] + }, { + "type": "Polygon", + "id": 22077, + "arcs": [[-8495, -8753, 8762, 8763, 8764, 8765, -8667, -8767]] + }, { + "type": "Polygon", + "id": 28109, + "arcs": [[-8625, 8767, 8768, 8769, 8770, -8631, -8627]] + }, { + "type": "Polygon", + "id": 22117, + "arcs": [[-8771, 8771, 8772, -8663, -8665, -8632]] + }, { + "type": "Polygon", + "id": 22039, + "arcs": [[-8669, 8773, 8774, 8775, 8776, -8584]] + }, { + "type": "Polygon", + "id": 12063, + "arcs": [[-8745, 8777, 8778, 8779, 8780, 8781, -8689, -8682]] + }, { + "type": "Polygon", + "id": 22105, + "arcs": [[-8773, 8782, 8783, 8784, 8785, 8786, -8659, -8664]] + }, { + "type": "Polygon", + "id": 12033, + "arcs": [[8787, -8676, -8686, 8788]] + }, { + "type": "Polygon", + "id": 12113, + "arcs": [[8789, 8790, -8789, -8685]] + }, { + "type": "Polygon", + "id": 28039, + "arcs": [[-8704, 8791, 8792, -8629, -8621]] + }, { + "type": "Polygon", + "id": 22091, + "arcs": [[-8787, 8793, 8794, 8795, -8660]] + }, { + "type": "MultiPolygon", + "id": 12091, + "arcs": [[[-8568, 8796, 8797, -8790, -8684]]] + }, { + "type": "Polygon", + "id": 22037, + "arcs": [[-8796, 8798, 8799, -8754, -8646, -8661]] + }, { + "type": "Polygon", + "id": 12059, + "arcs": [[-8782, 8800, 8801, -8690]] + }, { + "type": "Polygon", + "id": 12131, + "arcs": [[-8691, -8802, 8802, 8803, 8804, -8806, 8806, -8797, -8567]] + }, { + "type": "Polygon", + "id": 48041, + "arcs": [[8807, 8808, 8809, -8651, -8723]] + }, { + "type": "Polygon", + "id": 48319, + "arcs": [[-8593, 8810, 8811, 8812, -8724, -8588]] + }, { + "type": "Polygon", + "id": 48299, + "arcs": [[-8758, 8813, 8814, -8811, -8592]] + }, { + "type": "Polygon", + "id": 28131, + "arcs": [[-8793, 8815, 8816, -8768, -8624, -8630]] + }, { + "type": "Polygon", + "id": 48491, + "arcs": [[8817, 8818, 8819, -8755, -8673, -8718]] + }, { + "type": "Polygon", + "id": 48407, + "arcs": [[-8715, 8820, 8821, -8749, -8637]] + }, { + "type": "Polygon", + "id": 22003, + "arcs": [[-8777, 8822, 8823, -8648, -8585]] + }, { + "type": "Polygon", + "id": 22011, + "arcs": [[-8824, 8824, 8825, -8692, -8649]] + }, { + "type": "Polygon", + "id": 13101, + "arcs": [[8826, 8827, -8759, -8700, -8698]] + }, { + "type": "Polygon", + "id": 48185, + "arcs": [[-8751, 8828, 8829, 8830, -8808, -8722]] + }, { + "type": "Polygon", + "id": 22097, + "arcs": [[-8766, 8831, 8832, 8833, -8774, -8668]] + }, { + "type": "Polygon", + "id": 12133, + "arcs": [[8834, -8803, -8801, -8781]] + }, { + "type": "Polygon", + "id": 12089, + "arcs": [[-8707, 8835, 8836, 8837, -8746]] + }, { + "type": "Polygon", + "id": 28059, + "arcs": [[-8703, 8838, 8839, -8816, -8792]] + }, { + "type": "Polygon", + "id": 48051, + "arcs": [[-8810, 8840, 8841, -8716, -8652]] + }, { + "type": "Polygon", + "id": 22033, + "arcs": [[8842, 8843, 8844, 8845, -8799, -8795]] + }, { + "type": "Polygon", + "id": 22103, + "arcs": [[-8770, 8846, 8847, 8848, 8849, -8783, -8772]] + }, { + "type": "Polygon", + "id": 12039, + "arcs": [[-8737, 8850, 8851, -8778, -8744, -8733]] + }, { + "type": "Polygon", + "id": 48267, + "arcs": [[8852, 8853, 8854, 8855, -8725, -8813]] + }, { + "type": "Polygon", + "id": 48435, + "arcs": [[-8856, 8856, 8857, -8729, -8727]] + }, { + "type": "Polygon", + "id": 12073, + "arcs": [[-8743, 8858, 8859, 8860, -8851, -8736]] + }, { + "type": "Polygon", + "id": 28047, + "arcs": [[-8840, 8861, 8862, -8817]] + }, { + "type": "Polygon", + "id": 12065, + "arcs": [[-8740, 8863, 8864, 8865, 8866, -8859, -8742]] + }, { + "type": "Polygon", + "id": 48043, + "arcs": [[8867, -8720, -8641, 8868, 8869]] + }, { + "type": "Polygon", + "id": 22121, + "arcs": [[8870, -8763, -8752, -8800, -8846]] + }, { + "type": "Polygon", + "id": 48443, + "arcs": [[8871, 8872, -8869, -8640, -8731]] + }, { + "type": "Polygon", + "id": 22063, + "arcs": [[-8786, 8873, 8874, -8843, -8794]] + }, { + "type": "Polygon", + "id": 12079, + "arcs": [[-8762, 8875, 8876, 8877, 8878, 8879, -8864, -8739]] + }, { + "type": "Polygon", + "id": 28045, + "arcs": [[-8863, 8880, -8847, -8769]] + }, { + "type": "Polygon", + "id": 12047, + "arcs": [[-8828, 8881, 8882, -8877, -8760]] + }, { + "type": "Polygon", + "id": 48377, + "arcs": [[-8868, 8883, -8719]] + }, { + "type": "Polygon", + "id": 48339, + "arcs": [[-8822, 8884, 8885, 8886, -8829, -8750]] + }, { + "type": "Polygon", + "id": 48453, + "arcs": [[8887, 8888, 8889, 8890, -8756, -8820]] + }, { + "type": "Polygon", + "id": 12013, + "arcs": [[8891, 8892, 8893, -8779]] + }, { + "type": "Polygon", + "id": 12077, + "arcs": [[-8861, 8894, 8895, 8896, -8892, -8852]] + }, { + "type": "Polygon", + "id": 12023, + "arcs": [[-8697, 8897, 8898, 8899, 8900, 8901, -8882, -8827]] + }, { + "type": "MultiPolygon", + "id": 12031, + "arcs": [[[8902, 8903]], [[8904, 8905]], [[8906, 8907, 8908, -8837]]] + }, { + "type": "Polygon", + "id": 12003, + "arcs": [[-8838, -8909, 8909, 8910, 8911, -8898, -8696, -8600, -8747]] + }, { + "type": "MultiPolygon", + "id": 12005, + "arcs": [[[8912, 8913]], [[-8894, 8914, 8915, -8804, -8835, -8780]]] + }, { + "type": "Polygon", + "id": 48287, + "arcs": [[8916, 8917, 8918, -8818, -8717, -8842]] + }, { + "type": "Polygon", + "id": 48199, + "arcs": [[-8710, 8919, 8920, 8921, -8713, -8748]] + }, { + "type": "Polygon", + "id": 48171, + "arcs": [[-8815, 8922, 8923, 8924, -8853, -8812]] + }, { + "type": "Polygon", + "id": 48031, + "arcs": [[-8757, -8891, 8925, 8926, 8927, -8923, -8814]] + }, { + "type": "MultiPolygon", + "id": 22099, + "arcs": [[[8928, 8929, 8930]], [[8931, 8932, -8832, -8765, 8933]]] + }, { + "type": "Polygon", + "id": 22047, + "arcs": [[-8871, -8845, 8934, 8935, 8936, -8934, -8764]] + }, { + "type": "Polygon", + "id": 48291, + "arcs": [[-8922, 8937, 8938, 8939, -8885, -8821, -8714]] + }, { + "type": "Polygon", + "id": 22019, + "arcs": [[8940, 8941, 8942, -8693, -8826]] + }, { + "type": "Polygon", + "id": 22053, + "arcs": [[-8776, 8943, 8944, 8945, 8946, -8941, -8825, -8823]] + }, { + "type": "Polygon", + "id": 22001, + "arcs": [[-8834, 8947, 8948, 8949, -8945, -8944, -8775]] + }, { + "type": "Polygon", + "id": 12121, + "arcs": [[-8902, 8950, 8951, -8878, -8883]] + }, { + "type": "Polygon", + "id": 48021, + "arcs": [[8952, 8953, -8888, -8819, -8919]] + }, { + "type": "Polygon", + "id": 48477, + "arcs": [[-8831, 8954, 8955, 8956, -8917, -8841, -8809]] + }, { + "type": "Polygon", + "id": 22055, + "arcs": [[-8933, 8957, 8958, -8948, -8833]] + }, { + "type": "Polygon", + "id": 48209, + "arcs": [[8959, 8960, -8926, -8890, 8961]] + }, { + "type": "Polygon", + "id": 22005, + "arcs": [[-8875, 8962, 8963, 8964, 8965, -8935, -8844]] + }, { + "type": "Polygon", + "id": 12123, + "arcs": [[8966, 8967, 8968, -8865, -8880]] + }, { + "type": "Polygon", + "id": 12129, + "arcs": [[-8867, 8969, 8970, -8895, -8860]] + }, { + "type": "Polygon", + "id": 22095, + "arcs": [[8971, 8972, 8973, 8974, -8963, -8874, -8785]] + }, { + "type": "Polygon", + "id": 48465, + "arcs": [[-8858, 8975, 8976, 8977, -8872, -8730]] + }, { + "type": "Polygon", + "id": 48137, + "arcs": [[8978, 8979, 8980, 8981, -8976, -8857, -8855]] + }, { + "type": "Polygon", + "id": 48265, + "arcs": [[8982, 8983, 8984, -8979, -8854, -8925]] + }, { + "type": "Polygon", + "id": 12067, + "arcs": [[-8952, 8985, 8986, -8967, -8879]] + }, { + "type": "MultiPolygon", + "id": 12109, + "arcs": [[[8987, 8988, 8989, 8990, 8991, -8903, 8992]], [[-8905, 8993]]] + }, { + "type": "Polygon", + "id": 48361, + "arcs": [[-8943, 8994, 8995, -8920, -8709, -8694]] + }, { + "type": "Polygon", + "id": 48473, + "arcs": [[8996, 8997, 8998, -8955, -8830, -8887]] + }, { + "type": "Polygon", + "id": 22089, + "arcs": [[8999, -8972, 9000]] + }, { + "type": "Polygon", + "id": 22051, + "arcs": [[9001, 9002, 9003, 9004, -9001, -8784, -8850]] + }, { + "type": "Polygon", + "id": 12045, + "arcs": [[-8897, 9005, 9006, 9007, 9008, -8913, 9009, -8915, -8893]] + }, { + "type": "Polygon", + "id": 22071, + "arcs": [[9010, 9011, 9012, -9002, -8849]] + }, { + "type": "Polygon", + "id": 12019, + "arcs": [[9013, 9014, 9015, -8910, -8908]] + }, { + "type": "Polygon", + "id": 48245, + "arcs": [[-8996, 9016, 9017, 9018, -8938, -8921]] + }, { + "type": "Polygon", + "id": 48201, + "arcs": [[-8940, 9019, 9020, 9021, 9022, 9023, -8997, -8886]] + }, { + "type": "MultiPolygon", + "id": 22087, + "arcs": [[[9024, 9025, 9026, -9012, 9027]], [[9028]]] + }, { + "type": "Polygon", + "id": 22093, + "arcs": [[9029, 9030, -8965, -8964, -8975]] + }, { + "type": "Polygon", + "id": 48149, + "arcs": [[9031, 9032, 9033, 9034, 9035, -8953, -8918, -8957]] + }, { + "type": "Polygon", + "id": 22113, + "arcs": [[-8959, 9036, 9037, 9038, -8946, -8950, -8949]] + }, { + "type": "Polygon", + "id": 12007, + "arcs": [[-9016, 9039, 9040, 9041, -8911]] + }, { + "type": "Polygon", + "id": 12125, + "arcs": [[-9042, 9042, -8899, -8912]] + }, { + "type": "Polygon", + "id": 48259, + "arcs": [[-8928, 9043, 9044, 9045, -8983, -8924]] + }, { + "type": "MultiPolygon", + "id": 22045, + "arcs": [[[9046]], [[-8937, 9047, -8930, 9048, 9049, -9037, -8958, -8932]]] + }, { + "type": "Polygon", + "id": 48015, + "arcs": [[-8999, 9050, 9051, 9052, -9032, -8956]] + }, { + "type": "Polygon", + "id": 22007, + "arcs": [[-8965, 8964, -9031, 9053, 9054, 9055, -8931, -9048, -8936, -8966]] + }, { + "type": "Polygon", + "id": 48385, + "arcs": [[-8985, 9056, 9057, -8980]] + }, { + "type": "Polygon", + "id": 48055, + "arcs": [[-8954, -9036, 9058, 9059, -8962, -8889]] + }, { + "type": "Polygon", + "id": 22023, + "arcs": [[-8947, -9039, 9060, -9017, -8995, -8942]] + }, { + "type": "Polygon", + "id": 48091, + "arcs": [[9061, 9062, -9044, -8927, -8961]] + }, { + "type": "MultiPolygon", + "id": 12037, + "arcs": [[[9063]], [[-9008, 9064]], [[-8971, 9065, -9006, -8896]]] + }, { + "type": "Polygon", + "id": 48089, + "arcs": [[9066, 9067, 9068, -9033, -9053]] + }, { + "type": "Polygon", + "id": 22101, + "arcs": [[-9056, 9069, 9070, -9049, -8929]] + }, { + "type": "Polygon", + "id": 12001, + "arcs": [[-9041, 9071, 9072, 9073, 9074, -8900, -9043]] + }, { + "type": "Polygon", + "id": 12041, + "arcs": [[-9075, 9075, 9076, -8986, -8951, -8901]] + }, { + "type": "Polygon", + "id": 22057, + "arcs": [[9077, 9078, 9079, 9080, 9081, 9082, 9083, -9054, -9030, -8974, -8973, -9000, -9005, 9084]] + }, { + "type": "Polygon", + "id": 48019, + "arcs": [[9085, -9057, -8984, -9046, 9086, 9087]] + }, { + "type": "MultiPolygon", + "id": 22075, + "arcs": [[[9088]], [[-9003, -9013, -9027, 9089]]] + }, { + "type": "Polygon", + "id": 48071, + "arcs": [[-9019, 9090, 9091, 9092, -9020, -8939]] + }, { + "type": "Polygon", + "id": 48187, + "arcs": [[9093, 9094, 9095, -9062, -8960, -9060]] + }, { + "type": "MultiPolygon", + "id": 12107, + "arcs": [[[-8991, 9096, 9097, 9098]], [[9099, 9100, -9072, -9040, -9015]]] + }, { + "type": "Polygon", + "id": 48157, + "arcs": [[9101, 9102, 9103, -9051, -8998, -9024]] + }, { + "type": "Polygon", + "id": 48177, + "arcs": [[9104, 9105, 9106, 9107, -9094, -9059, -9035]] + }, { + "type": "MultiPolygon", + "id": 22109, + "arcs": [[[9108]], [[-9070, -9055, -9084, 9109]]] + }, { + "type": "Polygon", + "id": 48029, + "arcs": [[-9096, 9110, 9111, 9112, -9087, -9045, -9063]] + }, { + "type": "Polygon", + "id": 48325, + "arcs": [[9113, 9114, 9115, -9088, -9113]] + }, { + "type": "Polygon", + "id": 12035, + "arcs": [[9116, 9117, -9097, -8990]] + }, { + "type": "Polygon", + "id": 48481, + "arcs": [[-9104, 9118, 9119, 9120, -9067, -9052]] + }, { + "type": "Polygon", + "id": 48285, + "arcs": [[9121, 9122, 9123, -9105, -9034, -9069]] + }, { + "type": "Polygon", + "id": 48463, + "arcs": [[-9116, 9124, 9125, -8981, -9058, -9086]] + }, { + "type": "Polygon", + "id": 48271, + "arcs": [[-9126, 9126, 9127, -8977, -8982]] + }, { + "type": "MultiPolygon", + "id": 48167, + "arcs": [[[9128]], [[9129, -9022, 9130]], [[9131, -9092]]] + }, { + "type": "Polygon", + "id": 48039, + "arcs": [[-9130, 9132, 9133, -9119, -9103, -9102, -9023]] + }, { + "type": "Polygon", + "id": 12075, + "arcs": [[-9074, 9134, 9135, 9136, 9137, 9138, -9076]] + }, { + "type": "Polygon", + "id": 12083, + "arcs": [[9139, 9140, 9141, 9142, -9135, -9073, -9101]] + }, { + "type": "Polygon", + "id": 48493, + "arcs": [[-9108, 9143, 9144, -9111, -9095]] + }, { + "type": "MultiPolygon", + "id": 12127, + "arcs": [[[9145, 9146, 9147, 9148, 9149, 9150, 9151, 9152, -9098, -9118, 9153]]] + }, { + "type": "Polygon", + "id": 48123, + "arcs": [[9154, 9155, -9106, -9124, 9156]] + }, { + "type": "Polygon", + "id": 12069, + "arcs": [[-9152, -9151, 9157, 9158, 9159, 9160, -9141, 9161]] + }, { + "type": "Polygon", + "id": 48239, + "arcs": [[9162, 9163, 9164, 9165, 9166, 9167, 9168, 9169, -9122, -9068, -9121]] + }, { + "type": "Polygon", + "id": 48013, + "arcs": [[9170, 9171, -9114, -9112, -9145, 9172, 9173]] + }, { + "type": "Polygon", + "id": 48321, + "arcs": [[9174, -9163, -9120, -9134, 9175]] + }, { + "type": "Polygon", + "id": 48255, + "arcs": [[9176, 9177, -9173, -9144, -9107, -9156, 9178]] + }, { + "type": "Polygon", + "id": 48469, + "arcs": [[-9170, 9179, 9180, 9181, 9182, -9157, -9123]] + }, { + "type": "Polygon", + "id": 48163, + "arcs": [[-9172, 9183, 9184, 9185, -9115]] + }, { + "type": "Polygon", + "id": 48507, + "arcs": [[-9186, 9186, 9187, -9125]] + }, { + "type": "Polygon", + "id": 48323, + "arcs": [[-9188, 9188, 9189, 9190, -9127]] + }, { + "type": "Polygon", + "id": 12017, + "arcs": [[-9136, -9143, 9191, 9192, 9193]] + }, { + "type": "Polygon", + "id": 12119, + "arcs": [[-9161, 9194, 9195, 9196, -9192, -9142]] + }, { + "type": "Polygon", + "id": 48175, + "arcs": [[-9183, 9197, 9198, -9179, -9155]] + }, { + "type": "Polygon", + "id": 12117, + "arcs": [[-9149, 9199, -9158, -9150]] + }, { + "type": "MultiPolygon", + "id": 12009, + "arcs": [[[9200, 9201, 9202, 9203, -9148]], [[9204, 9205, 9206, -9146]]] + }, { + "type": "Polygon", + "id": 48297, + "arcs": [[9207, 9208, 9209, -9174, -9178, 9210, 9211]] + }, { + "type": "Polygon", + "id": 12095, + "arcs": [[-9200, -9204, 9212, -9159]] + }, { + "type": "MultiPolygon", + "id": 48057, + "arcs": [[[9213, 9214]], [[9215, -9181, 9216]], [[-9166, 9217]]] + }, { + "type": "Polygon", + "id": 48025, + "arcs": [[-9199, 9218, 9219, -9211, -9177]] + }, { + "type": "Polygon", + "id": 12053, + "arcs": [[-9197, 9220, 9221, -9193]] + }, { + "type": "Polygon", + "id": 48283, + "arcs": [[9222, 9223, 9224, -9184]] + }, { + "type": "Polygon", + "id": 48311, + "arcs": [[-9210, 9225, -9223, -9171]] + }, { + "type": "Polygon", + "id": 48127, + "arcs": [[-9185, -9225, 9226, -9189, -9187]] + }, { + "type": "Polygon", + "id": 48391, + "arcs": [[-9216, 9227, 9228, 9229, 9230, 9231, -9219, -9198, -9182]] + }, { + "type": "Polygon", + "id": 12101, + "arcs": [[-9196, 9232, 9233, 9234, 9235, -9221]] + }, { + "type": "Polygon", + "id": 12105, + "arcs": [[9236, 9237, 9238, 9239, -9233, -9195, -9160]] + }, { + "type": "Polygon", + "id": 12097, + "arcs": [[-9203, 9240, 9241, -9237, -9213]] + }, { + "type": "MultiPolygon", + "id": 48007, + "arcs": [[[9242]], [[9243, 9244, -9231]], [[9245, 9246]], [[-9229, 9247, 9248, 9249]]] + }, { + "type": "Polygon", + "id": 48479, + "arcs": [[9250, 9251, 9252, 9253, -9190, -9227, -9224]] + }, { + "type": "Polygon", + "id": 48409, + "arcs": [[-9245, 9254, -9246, 9255, 9256, 9257, 9258, 9259, 9260, -9212, -9220, -9232]] + }, { + "type": "Polygon", + "id": 12103, + "arcs": [[9261, 9262, -9235]] + }, { + "type": "Polygon", + "id": 12057, + "arcs": [[-9240, 9263, 9264, -9262, -9234]] + }, { + "type": "Polygon", + "id": 48131, + "arcs": [[9265, 9266, 9267, -9251, -9226, -9209]] + }, { + "type": "Polygon", + "id": 48249, + "arcs": [[-9261, -9260, 9268, 9269, 9270, -9266, -9208]] + }, { + "type": "MultiPolygon", + "id": 48355, + "arcs": [[[9271]], [[9272, -9269, -9259, 9273]]] + }, { + "type": "MultiPolygon", + "id": 12061, + "arcs": [[[9274, 9275, -9241, -9202, 9276]]] + }, { + "type": "Polygon", + "id": 12055, + "arcs": [[9277, 9278, 9279, 9280, -9238]] + }, { + "type": "Polygon", + "id": 12049, + "arcs": [[-9281, 9281, 9282, -9239]] + }, { + "type": "Polygon", + "id": 12081, + "arcs": [[-9283, 9283, 9284, 9285, -9264]] + }, { + "type": "Polygon", + "id": 12093, + "arcs": [[-9276, 9286, 9287, 9288, -9278, -9242]] + }, { + "type": "MultiPolygon", + "id": 48273, + "arcs": [[[9289, 9290, 9291, 9292]], [[9293, 9294, 9295, -9270, -9273]]] + }, { + "type": "Polygon", + "id": 12111, + "arcs": [[9296, 9297, 9298, 9299, -9287, -9275]] + }, { + "type": "Polygon", + "id": 12115, + "arcs": [[-9285, 9300, 9301, 9302, 9303, 9304]] + }, { + "type": "Polygon", + "id": 48247, + "arcs": [[9305, 9306, 9307, -9252, -9268]] + }, { + "type": "Polygon", + "id": 12027, + "arcs": [[-9280, 9308, -9301, -9284, -9282]] + }, { + "type": "Polygon", + "id": 48505, + "arcs": [[-9308, 9309, 9310, -9253]] + }, { + "type": "MultiPolygon", + "id": 48261, + "arcs": [[[9311, 9312]], [[9313, -9290, 9314]], [[9315, 9316, 9317, -9295, 9318]]] + }, { + "type": "Polygon", + "id": 48047, + "arcs": [[-9271, -9296, -9318, 9319, 9320, -9306, -9267]] + }, { + "type": "MultiPolygon", + "id": 12085, + "arcs": [[[9321, 9322, 9323, 9324, 9325, -9288, -9300, 9326]]] + }, { + "type": "Polygon", + "id": 12043, + "arcs": [[9327, 9328, -9279, -9289]] + }, { + "type": "MultiPolygon", + "id": 12015, + "arcs": [[[-9304, 9329]], [[-9329, 9330, 9331, -9302, -9309]]] + }, { + "type": "Polygon", + "id": 12099, + "arcs": [[9332, 9333, 9334, -9326]] + }, { + "type": "Polygon", + "id": 12051, + "arcs": [[9335, 9336, 9337, -9328, -9335]] + }, { + "type": "MultiPolygon", + "id": 12071, + "arcs": [[[9338]], [[-9338, 9339, 9340, -9331]]] + }, { + "type": "Polygon", + "id": 48427, + "arcs": [[-9321, 9341, 9342, -9310, -9307]] + }, { + "type": "Polygon", + "id": 48215, + "arcs": [[-9317, 9343, 9344, 9345, -9342, -9320]] + }, { + "type": "Polygon", + "id": 48489, + "arcs": [[9346, -9344, -9316, 9347]] + }, { + "type": "MultiPolygon", + "id": 12021, + "arcs": [[[9348, 9349, 9350, 9351, -9340, -9337]]] + }, { + "type": "Polygon", + "id": 48061, + "arcs": [[-9345, -9347, 9352]] + }, { + "type": "Polygon", + "id": 12011, + "arcs": [[9353, 9354, -9349, -9336, -9334]] + }, { + "type": "Polygon", + "id": 12086, + "arcs": [[9355, 9356, 9357, 9358, 9359, -9350, -9355, 9360]] + }, { + "type": "MultiPolygon", + "id": 12087, + "arcs": [[[9361]], [[-9360, 9362, -9351]]] + }, { + "type": "Polygon", + "id": 4015, + "arcs": [[-5737, -6670, -7308, -6521, -5912, -4625, -5343, -5417]] + }, { + "type": "Polygon", + "id": 12029, + "arcs": [[-9077, -9139, 9363, -8968, -8987]] + }, { + "type": "Polygon", + "id": 27077, + "arcs": [[-125, -180, -108, 9364]] + }, { + "type": "Polygon", + "id": 27031, + "arcs": [[9365, -203, 9366]] + }, { + "type": "Polygon", + "id": 55031, + "arcs": [[9367, -675, -668, -593, -474, -148, 9368]] + }, { + "type": "Polygon", + "id": 55007, + "arcs": [[9369, -673, -9368, 9370]] + }, { + "type": "Polygon", + "id": 55003, + "arcs": [[-561, -721, -669, -9370, 9371]] + }, { + "type": "Polygon", + "id": 55003, + "arcs": [[9372]] + }, { + "type": "Polygon", + "id": 26083, + "arcs": [[9373, 9374, 9375]] + }, { + "type": "Polygon", + "id": 26083, + "arcs": [[9376]] + }, { + "type": "Polygon", + "id": 26061, + "arcs": [[9377, -446, -592, -436, 9378]] + }, { + "type": "Polygon", + "id": 26061, + "arcs": [[9379, -9375]] + }, { + "type": "Polygon", + "id": 26103, + "arcs": [[9380, 9381, -716, -642, -586, -444, 9382]] + }, { + "type": "Polygon", + "id": 26003, + "arcs": [[-577, 9383, -9381, 9384, -491]] + }, { + "type": "Polygon", + "id": 26041, + "arcs": [[-9384, -576, 9385, -712, -9382]] + }, { + "type": "Polygon", + "id": 55075, + "arcs": [[-715, 9386, -879, -687, -704, -640]] + }, { + "type": "Polygon", + "id": 55029, + "arcs": [[-1169, 9387]] + }, { + "type": "Polygon", + "id": 26033, + "arcs": [[9388, 9389]] + }, { + "type": "Polygon", + "id": 26033, + "arcs": [[9390]] + }, { + "type": "Polygon", + "id": 26033, + "arcs": [[9391, 9392, 9393, -488, 9394]] + }, { + "type": "Polygon", + "id": 26097, + "arcs": [[9395]] + }, { + "type": "Polygon", + "id": 26097, + "arcs": [[9396, 9397, -574, -489, -9394]] + }, { + "type": "Polygon", + "id": 26047, + "arcs": [[-771, 9398, 9399]] + }, { + "type": "Polygon", + "id": 26029, + "arcs": [[-9399, -770, -953, -950, 9400]] + }, { + "type": "Polygon", + "id": 26029, + "arcs": [[9401]] + }, { + "type": "Polygon", + "id": 26089, + "arcs": [[9402]] + }, { + "type": "Polygon", + "id": 26089, + "arcs": [[9403, -1114, 9404]] + }, { + "type": "Polygon", + "id": 26055, + "arcs": [[-948, -1082, -1230, -1111, -9404, 9405]] + }, { + "type": "Polygon", + "id": 26007, + "arcs": [[9406, -1079, -954, -819]] + }, { + "type": "Polygon", + "id": 26011, + "arcs": [[9407, -1439, -1400, -1240, -1238]] + }, { + "type": "Polygon", + "id": 26063, + "arcs": [[-1578, -1556, 9408]] + }, { + "type": "Polygon", + "id": 26147, + "arcs": [[-1931, -1726, -1576, 9409]] + }, { + "type": "Polygon", + "id": 26163, + "arcs": [[9410, 9411, -2133, -1932, -1929]] + }, { + "type": "Polygon", + "id": 26115, + "arcs": [[9412, -2505, -2280, -2130, -9412]] + }, { + "type": "MultiPolygon", + "id": 45019, + "arcs": [[[9413, 9414, 9415, -7862, -7809, -7695]], [[-7693, -7590, 9416]]] + }, { + "type": "Polygon", + "id": 15001, + "arcs": [[9417]] + }, { + "type": "Polygon", + "id": 15007, + "arcs": [[9418]] + }, { + "type": "Polygon", + "id": 15009, + "arcs": [[-9420, 9420]] + }, { + "type": "Polygon", + "id": 15009, + "arcs": [[9421]] + }, { + "type": "Polygon", + "id": 15009, + "arcs": [[9422]] + }, { + "type": "Polygon", + "id": 15009, + "arcs": [[9423]] + }, { + "type": "Polygon", + "id": 15003, + "arcs": [[9424]] + }, { + "type": "Polygon", + "id": 15007, + "arcs": [[9425]] + }, { + "type": "MultiPolygon", + "id": 2016, + "arcs": [[[9426]], [[9427]], [[9428]], [[9429]], [[9430]], [[9431]], [[9432]], [[9433]], [[9434]], [[9435]], [[9436]], [[9437]], [[9438]], [[9439]], [[9440]], [[9441]], [[9442]], [[9443]], [[9444]], [[9445]], [[9446]], [[9447]], [[9448]], [[9449]]] + }, { + "type": "MultiPolygon", + "id": 2013, + "arcs": [[[9450]], [[9451]], [[9452]], [[9453]], [[9454]], [[9455]], [[9456]], [[9457]], [[9458]], [[9459]], [[9460]], [[9461]], [[9462, 9463, 9464, 9465]]] + }, { + "type": "MultiPolygon", + "id": 2130, + "arcs": [[[9466]], [[9467]]] + }, { + "type": "Polygon", + "id": 2060, + "arcs": [[9468, 9469]] + }, { + "type": "MultiPolygon", + "id": 2070, + "arcs": [[[9470]], [[9471, 9472]], [[9473, 9474, 9475]]] + }, { + "type": "MultiPolygon", + "id": 2164, + "arcs": [[[9476]], [[9477, 9478, 9479, -9465, 9480, -9470, 9481, -9475, 9482]]] + }, { + "type": "MultiPolygon", + "id": 2150, + "arcs": [[[9483]], [[9484]], [[9485]], [[9486]], [[9487]], [[9488]], [[9489]], [[9490]], [[9491]], [[9492]], [[9493, -9479, 9494, 9495]]] + }, { + "type": "MultiPolygon", + "id": 2110, + "arcs": [[[9496, 9497, 9498, 9499]], [[9500]], [[9501, 9502, 9503, 9504, 9505, 9506]], [[9507, 9508]]] + }, { + "type": "MultiPolygon", + "id": 2280, + "arcs": [[[9509]], [[9510]], [[9511]], [[9512]], [[9513]], [[9514]], [[9515]], [[9516, 9517, 9518, 9519]]] + }, { + "type": "MultiPolygon", + "id": 2232, + "arcs": [[[9520, 9521, 9522, 9523]], [[9524]], [[-9520, 9525, 9526, 9527, -9503, 9528]], [[-9497, 9529, 9530, 9531]], [[9532, 9533]], [[-9499, 9534]], [[9535, 9536, 9537, 9538]], [[9539, 9540, 9541, 9542]]] + }, { + "type": "MultiPolygon", + "id": 2100, + "arcs": [[[-9507, 9543, -9508, 9544, -9540, 9545]], [[9546, -9538, 9547, -9542]]] + }, { + "type": "MultiPolygon", + "id": 2220, + "arcs": [[[9548]], [[9549, 9550]], [[-9521, 9551, -9533, 9552]]] + }, { + "type": "MultiPolygon", + "id": 2270, + "arcs": [[[9553]], [[9554]], [[9555]], [[9556, 9557, 9558, 9559]]] + }, { + "type": "MultiPolygon", + "id": 2050, + "arcs": [[[9560]], [[9561]], [[9562]], [[9563]], [[-9559, 9564, 9565, 9566, -9483, -9474, 9567, -9473, 9568]]] + }, { + "type": "Polygon", + "id": 2170, + "arcs": [[9569, 9570, 9571, 9572, -9566, 9573, 9574, 9575]] + }, { + "type": "Polygon", + "id": 2068, + "arcs": [[9576, 9577, -9575, 9578]] + }, { + "type": "Polygon", + "id": 2020, + "arcs": [[-9571, 9579, 9580, 9581]] + }, { + "type": "MultiPolygon", + "id": 2261, + "arcs": [[[9582]], [[9583]], [[9584]], [[9585]], [[9586]], [[9587]], [[9588]], [[9589]], [[9590, 9591]], [[9592]], [[9593]], [[9594]], [[9595, 9596]], [[9597]], [[9598, -9580, -9570, 9599, 9600, 9601, 9602]]] + }, { + "type": "MultiPolygon", + "id": 2122, + "arcs": [[[9603]], [[9604]], [[9605]], [[-9581, -9599, 9606, -9596, 9607, -9591, 9608]], [[-9495, -9478, -9567, -9573, 9609]]] + }, { + "type": "Polygon", + "id": 2282, + "arcs": [[-9602, 9610, -9536, 9611]] + }, { + "type": "Polygon", + "id": 2290, + "arcs": [[9612, 9613, 9614, -9579, -9574, -9565, -9558, 9615, 9616, 9617]] + }, { + "type": "Polygon", + "id": 2090, + "arcs": [[9618, -9577, -9615]] + }, { + "type": "Polygon", + "id": 2240, + "arcs": [[-9600, -9576, -9578, -9619, -9614, 9619]] + }, { + "type": "MultiPolygon", + "id": 2185, + "arcs": [[[9620]], [[-9618, 9621, 9622]]] + }, { + "type": "Polygon", + "id": 2188, + "arcs": [[-9617, 9623, 9624, -9622]] + }, { + "type": "MultiPolygon", + "id": 2180, + "arcs": [[[9625]], [[9626]], [[9627]], [[-9624, -9616, -9557, 9628]]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9629]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9630]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9631]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9632]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9633]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9634]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9635]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9636]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9637]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9638]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9639]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9640]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9641]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9642]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[9643]] + }, { + "type": "Polygon", + "id": 2201, + "arcs": [[-9518, 9644]] + }, { + "type": "Polygon", + "id": 72125, + "arcs": [[9645, 9646, 9647, 9648, 9649, 9650]] + }, { + "type": "Polygon", + "id": 72003, + "arcs": [[9651, 9652, 9653, 9654, 9655]] + }, { + "type": "Polygon", + "id": 72097, + "arcs": [[9656, 9657, -9651, 9658, 9659, 9660, 9661]] + }, { + "type": "Polygon", + "id": 72065, + "arcs": [[9662, 9663, 9664, 9665, 9666]] + }, { + "type": "Polygon", + "id": 72055, + "arcs": [[9667, 9668, 9669, 9670]] + }, { + "type": "Polygon", + "id": 72083, + "arcs": [[9671, 9672, -9657, 9673, 9674]] + }, { + "type": "Polygon", + "id": 72025, + "arcs": [[9675, 9676, 9677, 9678, 9679, 9680, 9681]] + }, { + "type": "Polygon", + "id": 72045, + "arcs": [[9682, 9683, 9684, 9685, 9686]] + }, { + "type": "Polygon", + "id": 72133, + "arcs": [[9687, 9688, 9689, 9690]] + }, { + "type": "Polygon", + "id": 72121, + "arcs": [[-9671, 9691, -9647, 9692, 9693]] + }, { + "type": "Polygon", + "id": 72027, + "arcs": [[-9666, 9694, 9695, 9696, 9697]] + }, { + "type": "Polygon", + "id": 72001, + "arcs": [[9698, 9699, 9700, 9701, 9702, 9703]] + }, { + "type": "Polygon", + "id": 72111, + "arcs": [[9704, 9705, 9706, -9700]] + }, { + "type": "Polygon", + "id": 72047, + "arcs": [[9707, 9708, 9709, 9710, 9711, 9712]] + }, { + "type": "Polygon", + "id": 72091, + "arcs": [[9713, 9714, 9715, 9716, 9717, 9718]] + }, { + "type": "Polygon", + "id": 72013, + "arcs": [[9719, 9720, 9721, 9722, -9663, 9723]] + }, { + "type": "Polygon", + "id": 72145, + "arcs": [[9724, 9725, -9714, 9726]] + }, { + "type": "Polygon", + "id": 72031, + "arcs": [[9727, 9728, 9729, 9730, 9731, 9732]] + }, { + "type": "Polygon", + "id": 72061, + "arcs": [[9733, 9734, 9735, 9736, 9737]] + }, { + "type": "Polygon", + "id": 72129, + "arcs": [[9738, 9739, 9740, 9741, 9742, -9678, 9743]] + }, { + "type": "Polygon", + "id": 72075, + "arcs": [[9744, 9745, -9691, 9746, 9747, 9748, 9749]] + }, { + "type": "Polygon", + "id": 72063, + "arcs": [[-9729, 9750, -9744, -9677, 9751]] + }, { + "type": "Polygon", + "id": 72073, + "arcs": [[9752, -9749, 9753, 9754, 9755]] + }, { + "type": "Polygon", + "id": 72143, + "arcs": [[9756, 9757, -9712, 9758, -9725, 9759]] + }, { + "type": "Polygon", + "id": 72011, + "arcs": [[9760, -9674, -9662, 9761, 9762, -9653, 9763]] + }, { + "type": "Polygon", + "id": 72081, + "arcs": [[-9665, 9764, -9703, 9765, 9766, -9672, 9767, -9695]] + }, { + "type": "Polygon", + "id": 72079, + "arcs": [[-9692, -9670, 9768, 9769, -9648]] + }, { + "type": "Polygon", + "id": 72009, + "arcs": [[9770, 9771, 9772, 9773, 9774]] + }, { + "type": "Polygon", + "id": 72099, + "arcs": [[9775, 9776, -9764, -9652, 9777]] + }, { + "type": "Polygon", + "id": 72023, + "arcs": [[9778, -9649, -9770, 9779, -9660]] + }, { + "type": "Polygon", + "id": 72109, + "arcs": [[9780, 9781, 9782, -9784, 9784, 9785, -9742]] + }, { + "type": "Polygon", + "id": 72101, + "arcs": [[-9759, -9711, 9786, 9787, -9715, -9726]] + }, { + "type": "Polygon", + "id": 72005, + "arcs": [[-9778, -9656, 9788, 9789]] + }, { + "type": "Polygon", + "id": 72059, + "arcs": [[-9707, 9790, 9791, -9701]] + }, { + "type": "Polygon", + "id": 72021, + "arcs": [[-9736, 9792, -9683, 9793, 9794, 9795, 9796]] + }, { + "type": "Polygon", + "id": 72141, + "arcs": [[9797, -9755, 9798, -9704, -9765, -9664, -9723]] + }, { + "type": "Polygon", + "id": 72041, + "arcs": [[-9680, 9799, -9775, 9800, -9685, 9801]] + }, { + "type": "Polygon", + "id": 72123, + "arcs": [[9802, 9803, -9689, 9804, -9772, 9805]] + }, { + "type": "Polygon", + "id": 72131, + "arcs": [[9806, -9696, -9768, -9675, -9761, -9777, 9807]] + }, { + "type": "Polygon", + "id": 72035, + "arcs": [[-9743, -9786, 9808, -9806, -9771, -9800, -9679]] + }, { + "type": "Polygon", + "id": 72135, + "arcs": [[-9795, 9809, -9713, -9758, 9810, 9811]] + }, { + "type": "Polygon", + "id": 72115, + "arcs": [[-9697, -9807, 9812, 9813]] + }, { + "type": "Polygon", + "id": 72054, + "arcs": [[-9717, 9814, -9721, 9815]] + }, { + "type": "Polygon", + "id": 72105, + "arcs": [[-9794, -9687, 9816, -9708, -9810]] + }, { + "type": "Polygon", + "id": 72017, + "arcs": [[-9718, -9816, -9720, 9817]] + }, { + "type": "Polygon", + "id": 72127, + "arcs": [[-9731, 9818, -9682, 9819, -9734, 9820]] + }, { + "type": "Polygon", + "id": 72139, + "arcs": [[-9730, -9752, -9676, -9819]] + }, { + "type": "Polygon", + "id": 72057, + "arcs": [[-9785, -9822, 9822, -9803, -9809]] + }, { + "type": "Polygon", + "id": 72153, + "arcs": [[-9702, -9792, 9823, -9668, -9694, 9824, -9766]] + }, { + "type": "Polygon", + "id": 72043, + "arcs": [[9825, 9826, -9773, -9805, -9688, -9746, 9827]] + }, { + "type": "Polygon", + "id": 72149, + "arcs": [[-9828, -9745, 9828]] + }, { + "type": "Polygon", + "id": 72039, + "arcs": [[-9788, 9829, -9756, -9798, -9722, -9815, -9716]] + }, { + "type": "Polygon", + "id": 72113, + "arcs": [[-9748, 9830, -9705, -9699, -9799, -9754]] + }, { + "type": "Polygon", + "id": 72107, + "arcs": [[9831, -9826, -9829, -9750, -9753, -9830, -9787, -9710]] + }, { + "type": "Polygon", + "id": 72071, + "arcs": [[-9813, -9808, -9776, -9790, 9832]] + }, { + "type": "Polygon", + "id": 72007, + "arcs": [[-9681, -9802, -9684, -9793, -9735, -9820]] + }, { + "type": "Polygon", + "id": 72019, + "arcs": [[-9686, -9801, -9774, -9827, -9832, -9709, -9817]] + }, { + "type": "Polygon", + "id": 72093, + "arcs": [[-9767, -9825, -9693, -9646, -9658, -9673]] + }, { + "type": "Polygon", + "id": 72151, + "arcs": [[9833, 9834, 9835, -9781, -9741, 9836]] + }, { + "type": "Polygon", + "id": 72137, + "arcs": [[9837, -9796, -9812, 9838, 9839]] + }, { + "type": "Polygon", + "id": 78030, + "arcs": [[9840]] + }, { + "type": "Polygon", + "id": 72089, + "arcs": [[9841, 9842, 9843, 9844]] + }, { + "type": "Polygon", + "id": 72087, + "arcs": [[9845, 9846, -9733, 9847]] + }, { + "type": "Polygon", + "id": 72095, + "arcs": [[9848, -9782, -9836]] + }, { + "type": "Polygon", + "id": 72119, + "arcs": [[-9844, 9849, 9850, 9851, 9852, -9846, 9853]] + }, { + "type": "Polygon", + "id": 72103, + "arcs": [[9854, 9855, 9856, 9857, -9851]] + }, { + "type": "Polygon", + "id": 72085, + "arcs": [[-9858, 9858, -9837, -9740, 9859, 9860, -9852]] + }, { + "type": "Polygon", + "id": 72029, + "arcs": [[-9853, -9861, 9861, -9728, -9847]] + }, { + "type": "Polygon", + "id": 72053, + "arcs": [[9862, -9842, 9863]] + }, { + "type": "Polygon", + "id": 72077, + "arcs": [[-9860, -9739, -9751, -9862]] + }, { + "type": "Polygon", + "id": 72037, + "arcs": [[9864, -9855, -9850, -9843, -9863]] + }, { + "type": "Polygon", + "id": 72069, + "arcs": [[9865, -9834, -9859, -9857]] + }, { + "type": "Polygon", + "id": 72147, + "arcs": [[9866]] + }, { + "type": "Polygon", + "id": 78010, + "arcs": [[9867]] + }, { + "type": "Polygon", + "id": 72051, + "arcs": [[-9839, -9811, -9757, 9868]] + }] + }, + states: { + "type": "GeometryCollection", + "geometries": [{ + "type": "MultiPolygon", + "id": 2, + "arcs": [[[9426]], [[9427]], [[9428]], [[9429]], [[9430]], [[9431]], [[9432]], [[9433]], [[9434]], [[9435]], [[9436]], [[9437]], [[9438]], [[9439]], [[9440]], [[9441]], [[9442]], [[9443]], [[9444]], [[9445]], [[9446]], [[9447]], [[9450]], [[9451]], [[9452]], [[9453]], [[9629]], [[9454]], [[9630]], [[9455]], [[9456]], [[9631]], [[9457]], [[9632]], [[9633]], [[9458]], [[9634]], [[9459]], [[9460]], [[9466]], [[9635]], [[9461]], [[9636]], [[9637]], [[9638]], [[9639]], [[9483]], [[9640]], [[9509]], [[9467]], [[9641]], [[9642]], [[9510]], [[9643]], [[9511]], [[9512]], [[9484]], [[9476]], [[9485]], [[9486]], [[9448]], [[9513]], [[9514]], [[9515]], [[9487]], [[9449]], [[9548]], [[9869, 9550]], [[9488]], [[9489]], [[9524]], [[9490]], [[9552, 9521, 9870, 9523, 9551, 9533]], [[9500]], [[9499, 9529, 9871, 9531, 9497, 9534]], [[9491]], [[9492]], [[9470]], [[9603]], [[9604]], [[9582]], [[9583]], [[9584]], [[9585]], [[9560]], [[9586]], [[9587]], [[9561]], [[9588]], [[9605]], [[9589]], [[9562]], [[9592]], [[9593]], [[9594]], [[9563]], [[9597]], [[9553]], [[9554]], [[9555]], [[9625]], [[9626]], [[9627]], [[9620]], [[9611, 9602, 9606, 9596, 9607, 9591, 9608, 9581, 9571, 9609, 9872, 9493, 9479, 9465, 9873, 9463, 9480, 9468, 9481, 9475, 9567, 9471, 9568, 9559, 9628, 9624, 9622, 9612, 9619, 9600, 9610, 9536, 9547, 9542, 9545, 9501, 9528, 9516, 9644, 9518, 9525, 9874, 9527, 9503, 9875, 9505, 9543, 9508, 9544, 9540, 9546, 9538]]] + }, { + "type": "MultiPolygon", + "id": 15, + "arcs": [[[9417]], [[9422]], [[9421]], [[9423]], [[9876, 9420]], [[9424]], [[9425]], [[9418]]] + }, { + "type": "MultiPolygon", + "id": 72, + "arcs": [[[9866]], [[9813, 9697, 9666, 9723, 9817, 9718, 9726, 9759, 9868, 9839, 9877, 9737, 9820, 9731, 9847, 9853, 9844, 9863, 9864, 9855, 9865, 9834, 9848, 9782, 9878, 9822, 9803, 9689, 9746, 9830, 9705, 9790, 9823, 9668, 9768, 9779, 9660, 9761, 9879, 9654, 9788, 9832]]] + }, { + "type": "Polygon", + "id": 1, + "arcs": [[-6786, -6785, -6792, -6791, -6807, 6974, -6994, -6998, 7027, -7168, -7171, 7205, -7420, 7492, 7493, -7574, 7698, 7699, -7846, 7871, -8018, 8061, -8111, -8157, 8194, -8293, 8320, 8321, -8483, 8483, -8579, 8680, 8681, 8688, 8689, 8690, 8566, 8567, 8683, 8684, 8685, 8675, 8676, 9880, 8678, 8701, 8702, 8703, -8620, 8521, -8436, 8249, 8250, -8128, 7954, 7955, -7826, 7678, -7599, 7448, -7421, 7302, -7257, 7179, -6951, -6954, 6937, -6753, -6699, -6714, -6725, -6724]] + }, { + "type": "Polygon", + "id": 5, + "arcs": [[-5843, -5842, -5816, -5921, -5920, -5919, -5932, -5931, -5930, -5716, -5888, -5887, -5886, -5917, -5916, -5866, -5973, -5972, -5971, -5970, -5969, -6163, -6274, 6406, 6407, 6408, 6409, -6605, 6734, 6735, 6736, 7015, -7027, 7132, 7133, -7415, -7414, 7662, 7663, 7664, 7665, 7666, 7777, 7794, 7795, 7733, 7734, 7719, 7720, 7643, 7644, 7645, -7611, 7513, -7233, -7232, 7118, -6775, -6774, 6727, -6611, 6550, -6316, 6256, 6117, -5946, -5936]] + }, { + "type": "Polygon", + "id": 4, + "arcs": [[-4752, -5779, 5779, 5780, 5781, -7177, 7591, 7592, -8039, 8208, 8504, 8191, 7725, 7726, 7305, 7306, -6522, -6521, -5912, -4625, -5343, -5417, -5416, -4754, -4753]] + }, { + "type": "MultiPolygon", + "id": 6, + "arcs": [[[7053]], [[7019]], [[7054]], [[6896]], [[6897]], [[-1601, -1600, -1604, 2383, -2395, -2394, -2393, -2392, 4129, 4130, -4310, -4309, -4308, -3802, -4324, 4568, -4773, -4255, 5466, -5913, 6520, 6521, -7307, -7306, -7727, 7740, 7697, 7519, 7056, 7020, 6899, 6528, 5874, 5606, 5291, 5193, 5288, 5438, 5155, 5018, 4853, 4552, 4697, 4472, 4696, 4474, 4482, 4847, 4484, 3626, 2685, 2373, -1893, -1975, -1974, -1882]]] + }, { + "type": "Polygon", + "id": 8, + "arcs": [[-2141, -2140, -2553, -2552, -2733, -2732, -2702, -2701, -2823, -2972, -2971, 3139, -3194, 3363, 3364, -3620, 3939, 3940, -4277, 4354, -4592, -4591, 4878, 4879, -5245, 5317, 5318, 5319, 5207, 5208, 5307, 5308, 5510, 5511, 5496, 5497, 5323, 5321, -4751, -4750, -4749, 4628, -4026, 3577, -3100, -3099, 2981, 2982, -2194, -2137, -2136, -2135]] + }, { + "type": "Polygon", + "id": 9, + "arcs": [[-2172, -2171, -2170, -2018, -2017, 2317, 2318, -2457, 2526, 2527, 2557, 2559, 9881, 2561, 2547, 2548, 2549, -2285, -2284, -1998]] + }, { + "type": "Polygon", + "id": 11, + "arcs": [[4385, 4386, -4115, -4297]] + }, { + "type": "Polygon", + "id": 10, + "arcs": [[3752, 4102, 4392, 4393, 4394, 4395, 4396, 4397, -4267, 4100, 4101, -4079, 3754, 3755, -3497, -3588, 3756, -3586]] + }, { + "type": "MultiPolygon", + "id": 12, + "arcs": [[[9361]], [[9338]], [[9063]], [[9882, 9883]], [[8993, 8905]], [[9884, 9356, 9885, 9358, 9362, 9351, 9340, 9331, 9302, 9329, 9304, 9285, 9264, 9262, 9235, 9221, 9193, 9886, 9137, 9363, 8968, 8865, 8969, 9065, 9006, 9064, 9008, 8913, 9009, 8915, 8804, 9887, 8806, 8797, 8790, 8787, -8676, -8686, -8685, -8684, -8568, -8567, -8691, -8690, -8689, -8682, -8745, -8744, -8733, -8737, -8736, -8743, -8742, -8740, -8739, -8762, 8875, -8760, -8828, -8827, -8697, -8696, -8600, -8747, -8746, -8707, 8835, 8906, 9013, 9099, 9139, 9161, 9152, 9098, 8991, 8903, 8992, 9888, 8988, 9116, 9153, 9204, 9889, 9206, 9146, 9200, 9276, 9296, 9890, 9298, 9326, 9891, 9322, 9892, 9324, 9332, 9353, 9360]]] + }, { + "type": "MultiPolygon", + "id": 13, + "arcs": [[[8704]], [[9893, 8606]], [[8522]], [[8333]], [[8283]], [[8284]], [[8523, 8607, 9894, 8609, 8705, 8706, 8745, 8746, 8599, 8695, 8696, 8826, 8827, 8759, -8876, 8761, 8738, 8739, 8741, 8742, 8735, 8736, 8732, 8743, 8744, -8681, 8578, -8484, 8482, -8322, -8321, 8292, -8195, 8156, 8110, -8062, 8017, -7872, 7845, -7700, -7699, 7573, -7494, -7493, 7419, -7206, 7170, 7167, -7028, 6997, 6993, -6975, -6806, -6721, -6720, -6719, -6795, -6794, -6828, -6827, -6823, -6822, -6886, -6885, -6884, -6802, -6673, -6924, -6923, -6922, -6921, -6920, -7061, -7060, -7256, 7339, -7438, -7437, -7484, -7483, -7542, -7541, -7711, 7821, -7868, -7867, 7891, -7899, -8057, -8056, -8055, 8285, 8280, 8336]]] + }, { + "type": "Polygon", + "id": 19, + "arcs": [[-1566, 1654, -1696, -1780, -1779, 2023, -2098, 2159, -2230, 2312, 2313, -2452, -2451, -2450, 2717, -2767, 2921, -2928, 3117, 3118, 3078, 3079, 3081, 3082, 3093, 3094, 3091, 3092, 3088, 3089, 3085, 3086, 3075, 3076, 3072, 3073, 3069, 3070, -2935, 2880, -2829, 2659, 2660, -2543, 2416, -2304, 2207, -2191, 2065, 2066, -1834, -1833, 1756, -1660, 1651, -1521, -1490, -1494, -1493, -1517, -1516, -1515, -1526, -1525, -1519, -1518, -1497, -1496, -1502, -1501, -1500, -1513, -1512, -1505, -1504]] + }, { + "type": "Polygon", + "id": 16, + "arcs": [[20, -36, 111, -202, 240, -350, -329, -328, 518, -528, -737, -736, -735, -758, -652, 1121, -1174, -1173, 1592, -1734, -1733, 2052, 2141, 2107, 2108, 2021, 2022, 1896, 1580, 1581, -1263, -1262, -1261, 1091, -970, 914, -709, 522, 535, 536, -396, -395, 364, -248, -247, 114, -82, 22, 23]] + }, { + "type": "Polygon", + "id": 17, + "arcs": [[-1968, -1967, -1948, -1947, -1953, -1952, -1960, -1959, -2030, -2029, 2116, 2233, 2234, 2235, 2510, -2533, 2774, -2825, 2957, -3156, 3323, 3324, -3546, 3727, -3919, 4027, -4173, 4238, -4445, -4444, 4683, -4705, 4905, -4930, 5135, -5171, 5358, 5359, 5361, -5492, 5562, 5574, 5575, 5568, 5569, 5570, -5351, -5350, -5160, 5125, 4935, 4936, 4726, 4727, -4456, -4455, -4521, 4379, 4380, 4381, 4165, 4070, 4071, -3929, 3750, 3751, -3685, 3515, -3493, 3241, 3242, -3118, 2927, -2922, 2766, -2718, 2449, 2450, 2451, -2314, -2313, 2229, -2160, 2097, -2024, -1778]] + }, { + "type": "Polygon", + "id": 18, + "arcs": [[-2297, -2296, -2291, -2290, -2295, 2470, -2539, 2621, -2717, 2793, 2794, -3019, 3039, -3168, 3291, -3407, -3406, 3614, -3716, 3808, -3932, -4139, 4144, -4266, -4265, 4422, 4423, 4432, 4433, -4557, 4659, 4660, 4805, 4798, 4799, 4800, 4795, 4892, 4893, 4894, 4953, 4954, 4923, 4924, 4973, 4974, 4927, 4928, 4929, -4906, 4704, -4684, 4443, 4444, -4239, 4172, -4028, 3918, -3728, 3545, -3325, -3324, 3155, -2958, 2824, -2775, 2532, -2511, -2236, 2533, 2535, 2467, -2204, -2203, -2300, -2299]] + }, { + "type": "Polygon", + "id": 20, + "arcs": [[-3419, -3431, -3429, -3428, -3423, -3422, -3433, -3432, -3413, -3412, -3410, -3409, -3417, -3416, -3426, -3427, -3317, -3316, -3486, -3485, -3490, -3489, -3488, -3492, -3561, 3664, -3762, 3884, -4003, -4002, -4046, -4199, -4198, 4346, -4501, 4546, -4772, 4820, -5042, -5041, 5300, 5301, -5544, 5556, 5557, 5558, 5531, 5532, 5523, 5524, 5592, 5593, 5446, 5447, 5449, 5450, 5526, 5527, 5459, 5460, 5528, 5529, 5456, 5457, 5453, 5520, 5521, 5519, 5516, 5517, -5318, 5244, -4880, -4879, 4590, 4591, -4355, 4276, -3941, -3940, 3619, -3365, -3420]] + }, { + "type": "MultiPolygon", + "id": 21, + "arcs": [[[-4137, -4136, -4161, -4160, -4159, -4182, -4181, -4351, -4350, -4373, -4372, -4498, -4497, 4744, -4805, -4804, -5103, -5102, 5233, 5234, 5235, 5611, -5643, 5726, 5826, 5827, 5819, 5820, 5824, 5825, 5807, 5808, 5882, 5883, 5835, 5913, 5914, 5838, 5839, 5891, 5892, 5696, 5698, 5699, 5658, 5659, 5737, 5937, 5938, 5831, 5832, 5932, 5933, 5957, 5958, -5897, -5709, -5708, -5707, 5632, -5569, -5576, -5575, -5563, 5491, -5362, -5360, -5359, 5170, -5136, -4929, -4928, -4975, -4974, -4925, -4924, -4955, -4954, -4895, -4894, -4893, -4796, -4801, -4800, -4799, -4806, -4661, -4660, 4556, -4434, -4433, -4424, -4423, 4264, 4265, -4145, -4138]]] + }, { + "type": "MultiPolygon", + "id": 22, + "arcs": [[[9108]], [[9088]], [[9046]], [[9028]], [[9899, 9025, 9089, 9003, 9084, 9900, 9078, 9901, 9080, 9902, 9082, 9109, 9070, 9049, 9037, 9060, -9017, -8995, 8942, -8693, -8692, 8649, 8456, 8457, -8406, 8237, -8223, 7906, 7907, 7908, -7820, -7645, -7644, -7721, -7720, -7735, -7734, -7796, -7795, -7778, -7667, -7666, -7665, -7928, 7943, -8109, -8108, -8107, -8106, 8274, 8275, 8276, 8491, 8492, -8647, -8646, -8661, -8660, -8659, -8664, -8663, -8665, -8632, -8771, -8770, 8846, 8847, 9010, 9027]]] + }, { + "type": "MultiPolygon", + "id": 25, + "arcs": [[[2727]], [[2632]], [[2175, 2248, 2249, 2250, 2251, 2252, 2168, 2015, 2016, 2017, 2169, 2170, 2171, 1997, 1998, 1999, -1887, -1737, -1736, -1754, -1807, -1806, -1783, -1782, -1781, -1749, 1934, 9903, 2006, 9904, 2008, 2118, 2165, 2177, 9905, 2173, 2287]]] + }, { + "type": "MultiPolygon", + "id": 24, + "arcs": [[[4166]], [[4781, 4782, 4856, 4857, 4858, 4690, 4581, 4268, 4408, 4169, 4080, 3824, 3834, 3840, 4088, 4192, 9906, 4194, 4521, 4293, 4613, 4731, 4615, 4295, 4296, 4114, 4115, 4116, 3849, 3811, 3812, 3813, 3814, 3816, 3817, 3818, 3820, 3821, 3822, -3547, -3461, -3460, -3445, -3537, -3536, -3458, -3457, -3584, -3583, -3501, -3500, -3499, -3449, -3448, -3498, -3756, -3755, 4078, -4102, -4101, 4266, -4398, -4397, -4396, 4784]]] + }, { + "type": "MultiPolygon", + "id": 23, + "arcs": [[[918]], [[919]], [[1288, 1134, 1392, 1380, 1390, 1382, 1537, 1538, -1300, -889, 889, 890, 891, 817, 567, 360, 813, 920, 599, 1117, 1282, 1286, 1391]]] + }, { + "type": "MultiPolygon", + "id": 26, + "arcs": [[[9402]], [[9401]], [[771, 820, 9406, 1075, 1236, 9407, 1434, 1560, 1561, 9408, 1578, 9409, 1927, 9410, 9412, -2505, 2280, 2281, 2292, 2293, 2294, 2289, 2290, 2295, 2296, 2298, 2299, 2202, 2203, 2204, 2151, 1988, 1785, 1686, 1533, 1378, 1225, 1112, 9404, 9405, 948, 9400, 9399]], [[9395]], [[9388, 9389]], [[9390]], [[9377, 446, 9382, 9384, 491, 9394, 9907, 9392, 9396, 9397, 574, 9385, 712, 713, 714, 639, 640, 587, 588, 589, 590, 476, 477, 478, 479, 480, 481, 482, 483, 484, 434, 9378]], [[9373, 9379, 9375]], [[9376]]] + }, { + "type": "Polygon", + "id": 27, + "arcs": [[125, 151, 204, 9366, 9365, 203, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 473, 592, 593, 594, -667, 794, -800, 901, 902, 1050, -1075, 1139, -1162, -1187, -1186, -1191, 1370, -1423, 1502, 1503, 1504, 1511, 1512, 1499, 1500, 1501, 1495, 1496, 1517, 1518, 1524, 1525, 1514, 1515, 1516, 1492, 1493, 1489, 1490, 1336, -1220, 1179, -1044, -1043, 917, -893, 840, -746, 702, -551, 546, 415, -404, 348, -318, 218, -210, 164, 165, -55, 60, 106, 9364]] + }, { + "type": "Polygon", + "id": 29, + "arcs": [[-3119, -3243, -3242, 3492, -3516, 3684, -3752, -3751, 3928, -4072, -4071, -4166, -4382, -4381, -4380, 4520, 4454, 4455, -4728, -4727, -4937, -4936, -5126, 5159, 5349, 5350, -5571, -5570, -5633, 5706, 5707, 5708, 5896, 5897, 5898, 5899, -6100, 6161, 6162, 5968, 5969, 5970, 5971, 5972, 5865, 5915, 5916, 5885, 5886, 5887, 5715, 5929, 5930, 5931, 5918, 5919, 5920, 5815, 5841, 5842, 5935, 5936, -5766, 5719, -5557, 5543, -5302, -5301, 5040, 5041, -4821, 4771, -4547, 4500, -4347, 4197, 4198, 4045, 4001, 4002, -3885, 3761, -3665, 3560, 3491, -3487, -3304, 3273, -3129, -3070, -3074, -3073, -3077, -3076, -3087, -3086, -3090, -3089, -3093, -3092, -3095, -3094, -3083, -3082, -3080, -3079]] + }, { + "type": "Polygon", + "id": 28, + "arcs": [[-6755, -6754, -6938, 6953, 6950, -7180, 7256, -7303, 7420, -7449, 7598, -7679, 7825, -7956, -7955, 8127, -8251, -8250, 8435, -8522, 8619, -8704, -8703, 8838, 8861, 8880, -8847, 8769, 8770, 8631, 8664, 8662, 8663, 8658, 8659, 8660, 8645, 8646, -8493, -8492, -8277, -8276, -8275, 8105, 8106, 8107, 8108, -7944, 7927, -7664, -7663, 7413, 7414, -7134, -7133, 7026, -7016, -6737, -6736, -6768, -6767, -6772, -6771, -6743, -6742, -6741, -6773]] + }, { + "type": "Polygon", + "id": 30, + "arcs": [[43, 99, 88, 46, 50, 29, 9, 53, 110, -93, 108, -133, 221, -231, 373, -381, 514, 515, 516, 675, 676, 677, 763, 764, 765, 697, 698, 826, 827, 655, 649, 650, 651, 757, 734, 735, 736, 527, -519, 327, 328, 349, -241, 201, -112, 35, -21, 36, 19]] + }, { + "type": "MultiPolygon", + "id": 37, + "arcs": [[[-5845, 6042, 6259, 6044]], [[6047, 6086, 6179, 6194, 6038, 6056, 6247, 6431, 6425, 6582, 6258, 6583, 6564, 6492, 6560, 6804, 6761, 6831, 6759, 6893, 6990, 7112, 7271, 9920, 7273, 7279, 7280, 7281, 7282, 7252, 7005, 7006, 7007, 6928, 6877, 6846, 6847, 6852, 6853, 6676, 6677, 6756, 6645, 6646, 6630, 6631, 6768, 6769, 6695, 6749, 6750, 6751, 6671, 6672, 6801, 6883, 6884, 6885, 6821, 6822, 6823, -6595, -6594, -6457, -6456, -6392, -6391, -6287, -6286, -6285, 6174, -6175, -6174, -6233, -6232, -6231, -6084, -6083, -5987, -5986, -5985, -5928, -5927, -5926, -5854, -5896, -5895, -5911, -5910, -5674, -5673, -5963, -5671, -5714, -5713, -5712, -5882, -5881, -5880, -5725, -5724, -5876, -5805, -5804, -5803, -5871, -5870, -5908, -5907, -5849, 6041]]] + }, { + "type": "Polygon", + "id": 38, + "arcs": [[54, -166, -165, 209, -219, 317, -349, 403, -416, -547, 550, 551, 627, 628, 633, 634, 631, 632, 530, 583, 623, 624, 625, 635, -516, -515, 380, -374, 230, -222, 132, -109, 92, 93, 98, 103, 40, 32, 64, 68, 57]] + }, { + "type": "Polygon", + "id": 31, + "arcs": [[-1710, -1552, -1682, -1681, -1672, -1671, -1812, -1810, -1809, -1839, -1838, -1836, -1835, -2067, -2066, 2190, -2208, 2303, -2417, 2542, -2661, -2660, 2828, -2881, 2934, -3071, 3128, -3274, 3303, 3486, 3487, 3488, 3489, 3484, 3485, 3315, 3316, 3426, 3425, 3415, 3416, 3408, 3409, 3411, 3412, 3431, 3432, 3421, 3422, 3427, 3428, 3430, 3418, 3419, -3364, 3193, -3140, 2970, 2971, 2822, 2700, 2701, 2731, 2732, -2551, 2541, -2048, -2047, 1861, -1644, -1684, -1683, -1574, -1573, -1709]] + }, { + "type": "Polygon", + "id": 33, + "arcs": [[-890, 888, 1299, -1539, 1615, 1747, 1748, 1780, 1781, 1782, 1805, 1806, -1753, 1614, -1456, 1269, 1270, -1115, -996, 899, 900, -891]] + }, { + "type": "Polygon", + "id": 34, + "arcs": [[9921, 3944, 3785, 3786, 3787, 3788, 3789, 3726, 3668, 3524, 3525, -3254, -3253, 3124, 2911, 2912, -2814, 2756, -2603, -2568, -2567, -2770, -2769, 2897, 3116, 3066, 3156, 3256, 3346, 3531, 3521, 3805, 4124, 3946]] + }, { + "type": "Polygon", + "id": 35, + "arcs": [[5784, 5785, 5786, -6372, 6554, 6555, -6863, 7008, 7009, 7156, 7157, -7563, 7653, 7654, 7655, 7656, 7657, 7967, 7968, 7969, 7783, 7784, 7785, 7888, 7889, 8111, 8037, 8038, -7593, -7592, 7176, -5782, -5781, -5780, 5778, -5322, -5324, -5498, -5497, -5512, -5511, -5309, -5308, -5209, -5208, -5320]] + }, { + "type": "Polygon", + "id": 32, + "arcs": [[-2023, -2357, 2361, -2921, 3561, 3562, -3998, 4621, 4622, 4623, 4624, 5911, 5912, -5467, 4254, 4772, -4569, 4323, 3801, 4307, 4308, 4309, -4131, -4130, 2391, 2392, 2393, 2394, -2384, -1603, -1429, -1428, -1264, -1582, -1581, -1897]] + }, { + "type": "MultiPolygon", + "id": 36, + "arcs": [[[3237]], [[3052, 9922, 3054, 3119, 3152, 3121, 3056, 2782]], [[1826]], [[3046, 3097, 3048, 2751, 2629, 2770, 2768, 2769, 2566, 2567, 2568, 2324, 2325, 2093, 2153, 2154, 2156, 2157, 2188, 2189, 2056, 2057, 2088, 2089, 2085, 2086, 2060, 2061, 2062, 1831, 1716, 1713, 1721, 1724, 1701, 1570, 1279, 9923, 1281, 1275, 1276, 1019, 1031, 1005, -1001, 1002, -1132, 1204, -1296, -1485, 1544, -1738, 1886, -2000, -1999, 2283, 2284, -2550, -2549, 2752]]] + }, { + "type": "Polygon", + "id": 39, + "arcs": [[2397, -2447, 2666, -2675, 2898, -2906, 3033, 3034, -3246, 3262, 3263, -3520, 3528, -3609, 3737, 3738, 3893, 3894, 3895, 3992, -4069, 4228, 4226, 4362, 4363, 4494, 4495, 4496, 4497, 4371, 4372, 4349, 4350, 4180, 4181, 4158, 4159, 4160, 4135, 4136, 4137, 4138, 3931, -3809, 3715, -3615, 3405, 3406, -3292, 3167, -3040, 3018, -2795, -2794, 2716, -2622, 2538, -2471, -2294, -2293, -2282, -2281, 2504, 2505, 2506, 2507, 2508, 2509, 2514, 9926, 2516, 2669, 2593, 2594, 2595, 2636, 2579, 2443, 2401, -2200]] + }, { + "type": "Polygon", + "id": 40, + "arcs": [[-5458, -5457, -5530, -5529, -5461, -5460, -5528, -5527, -5451, -5450, -5448, -5447, -5594, -5593, -5525, -5524, -5533, -5532, -5559, -5558, -5720, 5765, -5937, 5945, -6118, -6257, 6315, -6551, 6610, -6728, 6773, 6774, -7119, 7231, 7232, 7233, 7234, 7401, 7402, 7398, 7399, 7400, 7380, 7440, 7441, 7442, 7337, 7338, 7229, 7230, 7139, 7140, 7035, 7036, 6930, 6931, -6871, 6691, -6627, 6398, -6366, 6016, 6017, 5798, 5799, 5794, 5795, 5796, 5791, 5792, -5785, -5319, -5518, -5517, -5520, -5522, -5521, -5454]] + }, { + "type": "Polygon", + "id": 41, + "arcs": [[661, -608, 658, -691, -604, -603, -696, -695, -694, -693, -692, -503, -502, -557, -555, -554, -513, -583, -536, -523, 708, -915, 969, -1092, 1260, 1261, 1262, 1263, 1427, 1428, 1602, 1603, 1599, 1600, 1881, 1973, 1974, 1892, 1893, 1611, 1464, 1298, 980, 776, 622]] + }, { + "type": "Polygon", + "id": 42, + "arcs": [[-2061, -2087, -2086, -2090, -2089, -2058, -2057, -2190, -2189, -2158, -2157, -2155, -2154, -2094, -2326, -2325, -2569, 2602, -2757, 2813, -2913, -2912, -3125, 3252, 3253, -3526, 3553, 3584, 3585, -3757, 3587, 3496, 3497, 3447, 3448, 3498, 3499, 3500, 3582, 3583, 3456, 3457, 3535, 3536, 3444, 3459, 3460, 3546, 3547, 3548, 3610, 3611, -3610, 3337, 3338, 3339, -3244, 3106, -3034, 2905, -2899, 2674, -2667, 2446, -2398, 2199, 2200, -2062]] + }, { + "type": "MultiPolygon", + "id": 44, + "arcs": [[[2544]], [[2545, -2250]], [[-2253, -2252, 2452, 2321, 2454, 2553, -2527, 2456, -2319, -2318, -2016, -2169]]] + }, { + "type": "MultiPolygon", + "id": 45, + "arcs": [[[8077]], [[8079]], [[8080]], [[7693, 9413, 9930, 9415, 7862, 8081, 8046, 9931, 8048, 9932, 8050, 8078, 8053, 8054, 8055, 8056, 7898, -7892, 7866, 7867, -7822, 7710, 7540, 7541, 7482, 7483, 7436, 7437, -7340, 7255, 7059, 7060, 6919, 6920, 6921, 6922, 6923, -6672, -6752, -6751, -6750, -6696, -6770, -6769, -6632, -6631, -6647, -6646, -6757, -6678, -6677, -6854, -6853, -6848, -6847, -6878, -6929, -7008, -7007, -7006, -7253, -7283, 7328, 7588, 9416]]] + }, { + "type": "Polygon", + "id": 46, + "arcs": [[-624, -584, -531, -633, -632, -635, -634, -629, -628, -552, -703, 745, -841, 892, -918, 1042, 1043, -1180, 1219, -1337, -1491, 1520, -1652, 1659, -1757, 1832, 1833, 1834, 1835, 1837, 1838, 1808, 1809, 1811, 1670, 1671, 1680, 1681, 1551, 1709, 1708, 1572, 1573, 1682, 1683, -1643, 1487, -1374, 1248, 1183, -1033, 939, -677, -676, -517, -636, -626, -625]] + }, { + "type": "Polygon", + "id": 47, + "arcs": [[-5660, -5659, -5700, -5699, -5697, -5893, -5892, -5840, -5839, -5915, -5914, -5836, -5884, -5883, -5809, -5808, -5826, -5825, -5821, -5820, -5828, -5879, -5878, -5891, -5890, -5889, -5859, -5983, -5863, -5862, -5929, 5984, 5985, 5986, 6082, 6083, 6230, 6231, 6232, 6173, 6174, -6175, 6284, 6285, 6286, 6390, 6391, 6455, 6456, 6593, 6594, -6824, 6826, 6827, 6793, 6794, 6718, 6719, 6720, 6805, 6806, 6790, 6791, 6784, 6785, 6723, 6724, 6713, 6698, 6752, 6753, 6754, 6772, 6740, 6741, 6742, 6770, 6771, 6766, 6767, -6735, 6604, -6410, -6409, -6408, -6407, 6273, -6162, 6099, -5900, -6101, -5898, -5959, -5958, -5934, -5933, -5833, -5832, -5939, -5938, -5738]] + }, { + "type": "MultiPolygon", + "id": 48, + "arcs": [[[9933]], [[9311, 9312]], [[9313, 9290, 9934, 9292, 9314]], [[9271]], [[9242]], [[9935, 9214]], [[9128]], [[9132, 9175, 9936, 9164, 9217, 9166, 9937, 9168, 9179, 9216, 9227, 9247, 9938, 9249, 9229, 9243, 9254, 9246, 9255, 9939, 9257, 9273, 9293, 9318, 9347, 9352, 9345, 9342, 9310, 9253, 9190, 9127, 8977, 8872, 8869, 8883, 8392, 8394, -7889, -7786, -7785, -7784, -7970, -7969, -7968, -7658, -7657, -7656, -7655, -7654, 7562, -7158, -7157, -7010, -7009, 6862, -6556, -6555, 6371, -5787, -5786, -5793, -5792, -5797, -5796, -5795, -5800, -5799, -6018, -6017, 6365, -6399, 6626, -6692, 6870, -6932, -6931, -7037, -7036, -7141, -7140, -7231, -7230, -7339, -7338, -7443, -7442, -7441, -7381, -7401, -7400, -7399, -7403, -7402, -7235, -7234, -7514, 7610, -7646, 7819, -7909, -7908, -7907, 8222, -8238, 8405, -8458, -8457, -8650, 8691, 8692, -8943, 8994, 9016, 9017, 9090, 9131, 9092, 9020, 9130]]] + }, { + "type": "Polygon", + "id": 49, + "arcs": [[-1732, 2343, -2621, -2196, -2195, -2983, -2982, 3098, 3099, -3578, 4025, -4629, 4748, 4749, 4750, 4751, 4752, 4753, 5415, 5416, 5342, -4624, -4623, -4622, 3997, -3563, -3562, 2920, -2362, 2356, -2022, -2109, -2108, -2142, -2053]] + }, { + "type": "MultiPolygon", + "id": 51, + "arcs": [[[5405, 5058, -4782, 5059]], [[5005, 4865, 4807, 4982, 5225, 5370, 5424, 5372, 5109, 5148, 5330, 5473, 5536, 9940, 5683, 5638, 5472, 5431, 5282, 5394, 9941, 5581, 5626, 5665, 5871, 9942, 5902, 9943, 9944, 5905, 5850, 5823, 5851, 5844, 5845, 5846, 5847, 5848, 5906, 5907, 5869, 5870, 5802, 5803, 5804, 5875, 5723, 5724, 5879, 5880, 5881, 5711, 5712, 5713, 5670, 5962, 5672, 5673, 5909, 5910, 5894, 5895, 5853, 5925, 5926, 5927, 5928, 5861, 5862, 5982, 5858, 5888, 5889, 5890, 5877, 5878, -5827, -5727, 5642, -5612, -5236, -5235, -5234, -5101, -5412, -5411, -5378, -5377, -5376, -5180, -5275, -5274, 5122, -4883, 4877, -4536, -4535, -4403, -4402, -4401, -4189, -4188, 4043, -3999, -3865, -3910, -4025, -4024, -3812, -3850, -4117, -4116, -4387, 4417, 9945, 4342, 4409, 4669, 4810, 4866, 5063, 5188]]] + }, { + "type": "Polygon", + "id": 50, + "arcs": [[1008, 998, -900, 995, 1114, -1271, -1270, 1455, -1615, 1752, 1753, 1735, 1736, 1737, -1545, 1484, 1295, -1205, 1131, -1003, 1000, 1001, 994]] + }, { + "type": "MultiPolygon", + "id": 53, + "arcs": [[[303]], [[271]], [[184]], [[118]], [[119]], [[120]], [[126, 2, 3, 75, 85, 80, 83, -23, 81, -115, 246, 247, -365, 394, 395, -537, 582, 512, 553, 554, 556, 501, 502, 691, 692, 693, 694, 695, 602, 603, 690, -659, 607, 608, 610, 467, 343, 233, 186, 187, 234, 319, 276, 371, 273, 372, 321, 407, 370, 307, 196, 183, 197, 129]]] + }, { + "type": "MultiPolygon", + "id": 55, + "arcs": [[[9372]], [[9371, 561, 557, -484, -483, -482, -481, -480, -479, -478, -477, -591, -590, -589, -588, -641, -640, -715, 9386, 879, 9949, 881, 1155, 1167, 9387, 1165, 1289, 1474, 1623, 1800, 1960, 2027, 2028, 2029, 1958, 1959, 1951, 1952, 1946, 1947, 1966, 1967, 1777, 1778, 1779, 1695, -1655, 1565, -1503, 1422, -1371, 1190, 1185, 1186, 1161, -1140, 1074, -1051, -903, -902, 799, -795, 666, -595, -594, -593, -474, -148, 9368, 9370]]] + }, { + "type": "Polygon", + "id": 54, + "arcs": [[3243, -3340, -3339, -3338, 3609, -3612, -3611, -3549, -3548, -3823, -3822, -3821, -3819, -3818, -3817, -3815, -3814, -3813, 4023, 4024, 3909, 3864, 3998, -4044, 4187, 4188, 4400, 4401, 4402, 4534, 4535, -4878, 4882, -5123, 5273, 5274, 5179, 5375, 5376, 5377, 5410, 5411, 5100, 5101, 5102, 4803, 4804, -4745, -4496, -4495, -4364, -4363, -4227, -4229, 4068, -3993, -3896, -3895, -3894, -3739, -3738, 3608, -3529, 3519, -3264, -3263, 3245, -3035, -3107]] + }, { + "type": "Polygon", + "id": 56, + "arcs": [[-827, -699, -698, -766, -765, -764, -678, -940, 1032, -1184, -1249, 1373, -1488, 1642, 1643, -1862, 2046, 2047, -2542, 2550, 2551, 2552, 2139, 2140, 2134, 2135, 2136, 2193, 2194, 2195, 2620, -2344, 1731, 1732, 1733, -1593, 1172, 1173, -1122, -651, -650, -656, -828]] + }, { + "type": "MultiPolygon", + "id": 78, + "arcs": [[[9867]], [[9840]]] + }] + }, + "land": { + "type": "MultiPolygon", + "arcs": [[[9361]], [[9933]], [[9338]], [[9311, 9312]], [[9313, 9290, 9934, 9292, 9314]], [[9271]], [[9242]], [[9935, 9214]], [[9128]], [[9108]], [[9088]], [[9046]], [[9063]], [[9882, 9883]], [[9028]], [[8993, 8905]], [[8704]], [[9893, 8606]], [[8522]], [[8333]], [[8283]], [[8284]], [[8077]], [[8079]], [[8080]], [[7053]], [[7019]], [[7054]], [[6896]], [[6897]], [[4166]], [[3237]], [[3052, 9922, 3054, 3119, 3152, 3121, 3056, 2782]], [[2727]], [[2632]], [[2544]], [[1826]], [[918]], [[919]], [[9402]], [[9401]], [[9395]], [[9388, 9389]], [[9390]], [[9372]], [[9373, 9379, 9375]], [[-9918]], [[1275, 1276, 1019, 1031, 1005, 1001, 994, 1008, 998, 900, 891, 817, 567, 360, 813, 920, 599, 1117, 1282, 1286, 1391, 1288, 1134, 1392, 1380, 1390, 1382, 1537, 1615, 1747, 1934, 9903, 2006, 9904, 2008, 2118, 2165, 2177, 9905, 2173, 2287, 2175, 2248, 2545, 2250, 2452, 2321, 2454, 2553, 2527, 2557, 2559, 9881, 2561, 2547, 2752, 3046, 3097, 3048, 2751, 2629, 2770, 2897, 3116, 3066, 3156, 3256, 3346, 3531, 3521, 3805, 4124, 3946, 9921, 3944, 3785, 9954, 3787, 9955, 3789, 3726, 3668, 3524, 3553, 3584, 3752, 4102, 4392, 9956, 4394, 4784, 5059, 5405, 5058, 4782, 4856, 9957, 4858, 4690, 4581, 4268, 4408, 4169, 4080, 3824, 3834, 3840, 4088, 4192, 9906, 4194, 4521, 4293, 4613, 4731, 4615, 4295, 4385, 4417, 9945, 4342, 4409, 4669, 4810, 4866, 5063, 5188, 5005, 4865, 4807, 4982, 5225, 5370, 5424, 5372, 5109, 5148, 5330, 5473, 5536, 9940, 5683, 5638, 5472, 5431, 5282, 5394, 9941, 5581, 5626, 5665, 5871, 9942, 5902, 9943, 9944, 5905, 5850, 5823, 5851, 6042, 6259, 6044, 5845, 9958, 9959, 9960, 5847, 6041, 6047, 6086, 6179, 6194, 6038, 6056, 6247, 6431, 6425, 6582, 6258, 6583, 6564, 6492, 6560, 6804, 6761, 6831, 6759, 6893, 6990, 7112, 7271, 9920, 7273, 7279, 9961, 7281, 7328, 7588, 9416, 7693, 9413, 9930, 9415, 7862, 8081, 8046, 9931, 8048, 9932, 8050, 8078, 8053, 8285, 8280, 8336, 8523, 8607, 9894, 8609, 8705, 8835, 8906, 9013, 9099, 9139, 9161, 9152, 9098, 8991, 8903, 8992, 9888, 8988, 9116, 9153, 9204, 9889, 9206, 9146, 9200, 9276, 9296, 9890, 9298, 9326, 9891, 9322, 9892, 9324, 9332, 9353, 9360, 9884, 9356, 9885, 9358, 9362, 9351, 9340, 9331, 9302, 9329, 9304, 9285, 9264, 9262, 9235, 9221, 9193, 9886, 9137, 9363, 8968, 8865, 8969, 9065, 9006, 9064, 9008, 8913, 9009, 8915, 8804, 9887, 8806, 8797, 8790, 8787, 8676, 9880, 8678, 8701, 8838, 8861, 8880, 8847, 9010, 9027, 9899, 9025, 9089, 9003, 9084, 9900, 9078, 9901, 9080, 9902, 9082, 9109, 9070, 9049, 9037, 9060, 9017, 9090, 9131, 9092, 9020, 9130, 9132, 9175, 9936, 9164, 9217, 9166, 9937, 9168, 9179, 9216, 9227, 9247, 9938, 9249, 9229, 9243, 9254, 9246, 9255, 9939, 9257, 9273, 9293, 9318, 9347, 9352, 9345, 9342, 9310, 9253, 9190, 9127, 8977, 8872, 8869, 8883, 8392, 8394, 7889, 8111, 8037, 8208, 8504, 8191, 7725, 7740, 7697, 7519, 7056, 7020, 6899, 6528, 5874, 5606, 5291, 5193, 5288, 5438, 5155, 5018, 4853, 4552, 4697, 4472, 4696, 4474, 4482, 4847, 4484, 3626, 2685, 2373, 1893, 1611, 1464, 1298, 980, 776, 622, 661, 608, 610, 467, 343, 233, 186, 9946, 9962, 9948, 3, 75, 85, 80, 83, 23, 36, 19, 43, 99, 88, 46, 50, 29, 9, 53, 110, 93, 98, 103, 40, 32, 64, 68, 57, 60, 106, 9364, 125, 151, 204, 9366, 9365, 203, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 9368, 9370, 9371, 561, 557, 484, 434, 9378, 9377, 446, 9382, 9384, 491, 9394, 9907, 9392, 9396, 9397, 574, 9385, 712, 713, 9386, 879, 9949, 881, 1155, 1167, 9387, 1165, 1289, 1474, 1623, 1800, 1960, 2027, 2116, 2233, 2234, 2533, 2535, 2467, 2204, 2151, 1988, 1785, 1686, 1533, 1378, 1225, 1112, 9404, 9405, 948, 9400, 9399, 771, 820, 9406, 1075, 1236, 9407, 1434, 1560, 1561, 9408, 1578, 9409, 1927, 9410, 9412, 2505, -9912, 2507, -9910, 2509, 2514, 9926, 2516, 2669, 2593, 2594, 2595, 2636, 2579, 2443, 2401, 2200, 2062, 1831, 1716, 1713, 1721, 1724, 1701, 1570, 1279, 9923, 1281]], [[9612, 9619, 9600, 9610, 9536, 9547, 9542, 9545, 9501, 9528, 9516, 9644, 9518, 9525, 9874, 9527, 9503, 9875, 9505, 9543, 9508, 9544, 9540, 9546, 9538, 9611, 9602, 9606, 9596, 9607, 9591, 9608, 9581, 9571, 9609, 9872, 9493, 9479, 9465, 9873, 9463, 9480, 9468, 9481, 9475, 9567, 9471, 9568, 9559, 9628, 9624, 9622]], [[9489]], [[9626]], [[9552, 9521, 9870, 9523, 9551, 9533]], [[9561]], [[9499, 9529, 9871, 9531, 9497, 9534]], [[9869, 9550]], [[9455]], [[9515]], [[9447]], [[9563]], [[9514]], [[9491]], [[9445]], [[9555]], [[9554]], [[9440]], [[9586]], [[9510]], [[9444]], [[9434]], [[9513]], [[9512]], [[9588]], [[9511]], [[9431]], [[9548]], [[9642]], [[9460]], [[9438]], [[9562]], [[9432]], [[9470]], [[9451]], [[9589]], [[9487]], [[9458]], [[9426]], [[9553]], [[9437]], [[9524]], [[9492]], [[9500]], [[9441]], [[9435]], [[9490]], [[9592]], [[9439]], [[9625]], [[9486]], [[9485]], [[9488]], [[9442]], [[9452]], [[9443]], [[9597]], [[9454]], [[9436]], [[9453]], [[9585]], [[9483]], [[9449]], [[9428]], [[9456]], [[9446]], [[9620]], [[9603]], [[9459]], [[9448]], [[9457]], [[9450]], [[9594]], [[9583]], [[9584]], [[9582]], [[9476]], [[9587]], [[9605]], [[9604]], [[9484]], [[9627]], [[9461]], [[9560]], [[9429]], [[9427]], [[9433]], [[9593]], [[9430]], [[9629]], [[9630]], [[9631]], [[9632]], [[9633]], [[9634]], [[9466]], [[9635]], [[9636]], [[9637]], [[9638]], [[9639]], [[9640]], [[9509]], [[9467]], [[9641]], [[9643]], [[9867]], [[9866]], [[9840]], [[9813, 9697, 9666, 9723, 9817, 9718, 9726, 9759, 9868, 9839, 9877, 9737, 9820, 9731, 9847, 9853, 9844, 9863, 9864, 9855, 9865, 9834, 9848, 9782, 9878, 9822, 9803, 9689, 9746, 9830, 9705, 9790, 9823, 9668, 9768, 9779, 9660, 9761, 9879, 9654, 9788, 9832]], [[9417]], [[9422]], [[9421]], [[9423]], [[9876, 9420]], [[9424]], [[9425]], [[9418]]] + } + }, + "arcs": [[[162416, 583189], [236, -863], [94, -3199], [220, -1079], [-271, -1241]], [[162695, 576807], [-443, -309], [-4396, 83]], [[157856, 576581], [-6, 1800], [-436, 606], [-476, 3062], [167, 1173]], [[157105, 583222], [2782, -89], [2529, 56]], [[203483, 583173], [-111, -3268], [363, 0], [1, -4838], [604, -14]], [[204340, 575053], [0, -6406], [-109, -3], [-1, -3886]], [[204230, 564758], [-1074, 300], [-478, 661], [-49, -1946]], [[202629, 563773], [-411, -2654], [-860, -2419], [-1043, -435], [-462, 561]], [[199853, 558826], [29, 9804], [98, 1617], [303, -7], [-114, 3279], [302, 529], [-36, 7508], [72, 1628]], [[200507, 583184], [2976, -11]], [[181317, 583162], [311, -3373], [318, 707], [389, -2530], [-133, -1970], [788, -1235], [-38, -1636], [347, -662], [20, -2123]], [[183319, 570340], [343, -1416], [-25, -1101], [608, -791]], [[184245, 567032], [386, -2907], [-296, -416]], [[184335, 563709], [-284, -667], [56, -2637], [-277, -1038], [59, -2316]], [[183889, 557051], [-896, 68]], [[182993, 557119], [-468, -2]], [[182525, 557117], [101, 1562], [-233, 2072], [31, 1860], [-477, 1550], [-122, 1357], [-537, -515], [111, -1134], [-1263, -12], [41, -3203], [-354, -5]], [[179823, 560649], [-1, 1601], [-1073, -52], [-59, 2655]], [[178690, 564853], [-26, 3920], [480, 4], [-5, 6466], [-109, 1581], [659, 10], [112, 1730], [-222, 1681], [-105, 2947]], [[179474, 583192], [1843, -30]], [[175797, 583199], [0, -9287]], [[175797, 573912], [-2052, -28], [-1, 6456], [-689, -16]], [[173055, 580324], [0, 2844]], [[173055, 583168], [2742, 31]], [[199853, 558826], [-98, -1296], [-681, 144], [-597, -3335]], [[198477, 554339], [-62, 2205], [-374, 544], [-690, -278]], [[197351, 556810], [-1278, 1156], [-333, 1655]], [[195740, 559621], [8, 3507], [732, -36], [49, 1307], [484, -269], [0, 4521], [87, 4167]], [[197100, 572818], [159, -390], [75, 5957], [166, -2], [64, 4793]], [[197564, 583176], [2943, 8]], [[221924, 574709], [-1820, 8]], [[220104, 574717], [-102, 3252], [0, 5201]], [[220002, 583170], [1830, 2]], [[221832, 583172], [3, -5232], [89, -3231]], [[178690, 564853], [-400, 43], [-118, -1893], [-228, -480], [-676, 326], [-48, 1381], [-615, 5245], [-698, -1923], [-112, 1018]], [[175795, 568570], [2, 5342]], [[175797, 583199], [3677, -7]], [[220104, 574717], [-363, -10]], [[219741, 574707], [-362, -1], [-1, 1624], [-1819, 10], [0, -1619]], [[217559, 574721], [-1091, 11], [0, 3239], [-126, 10], [-1, 5192]], [[216341, 583173], [3661, -3]], [[186539, 583158], [25, -9701]], [[186564, 573457], [-1094, 108], [-9, -3230], [-2142, 5]], [[181317, 583162], [5222, -4]], [[193948, 567081], [-538, -46], [0, 1653], [-330, -43], [0, 1617], [-2172, 10], [0, -1617], [-363, 1]], [[190545, 568656], [35, 14501]], [[190580, 583157], [3492, 32]], [[194072, 583189], [-44, -7981], [115, -2218], [-242, -2960], [47, -2949]], [[195740, 559621], [-133, 1040], [-934, 55], [-434, -1362], [-302, 351]], [[193937, 559705], [11, 7376]], [[194072, 583189], [3492, -13]], [[206421, 583169], [53, -6498], [181, -1619]], [[206655, 575052], [-2315, 1]], [[203483, 583173], [2938, -4]], [[228232, 583191], [206, -4516], [166, -1312], [-187, -2686]], [[228417, 574677], [-2130, 0]], [[226287, 574677], [-64, 8514]], [[226223, 583191], [2009, 0]], [[230526, 583184], [49, -8486]], [[230575, 574698], [-2158, -21]], [[228232, 583191], [2294, -7]], [[223380, 574698], [-1, -3220], [-639, -11]], [[222740, 571467], [-816, 5]], [[221924, 571472], [0, 3237]], [[221832, 583172], [1466, 10]], [[223298, 583182], [0, -5247], [82, -3237]], [[226287, 574677], [-1090, 12]], [[225197, 574689], [-1817, 9]], [[223298, 583182], [2925, 9]], [[168030, 583185], [-42, -19407]], [[167988, 563778], [-338, -262]], [[167650, 563516], [-25, 343]], [[167625, 563859], [88, 1056], [-308, 2218], [-251, 148], [-798, -1281], [-586, -1450], [-104, 1725], [-570, -648], [55, -1799]], [[165151, 563828], [-497, 4], [-263, 1945], [-611, 1931], [-82, 1381], [-532, 1417], [-331, 3957]], [[162835, 574463], [-140, 2344]], [[162416, 583189], [2209, -15], [3405, 11]], [[171951, 583192], [-373, -3049], [-183, -3367], [361, 7], [-7, -9706], [182, -1632]], [[171931, 565445], [-274, 12], [-1, -4693], [-436, 1680], [-359, -1132]], [[170861, 561312], [-166, 418], [-548, -890], [-371, 2707], [-364, -947]], [[169412, 562600], [-132, 2358], [405, 757], [-4, 1210], [289, 2381], [-187, 3288], [316, 4420], [-331, 3951], [45, 2219]], [[169813, 583184], [2138, 8]], [[173055, 580324], [-26, -14910]], [[173029, 565414], [-1098, 31]], [[171951, 583192], [1104, -24]], [[169412, 562600], [-45, -983], [-485, 620], [-109, 1069], [-446, -598], [-339, 1070]], [[168030, 583185], [1783, -1]], [[188725, 567028], [0, 1624]], [[188725, 568652], [374, 0], [11, 14480]], [[189110, 583132], [1470, 25]], [[190545, 568656], [-200, -1611], [-1620, -17]], [[212324, 583170], [-3, -5175], [150, -1639]], [[212471, 576356], [-3238, 15]], [[209233, 576371], [-1, 6810]], [[209232, 583181], [3092, -11]], [[214880, 583162], [-1, -3570]], [[214879, 579592], [-364, -1], [-1, -1615], [-226, 0], [0, -3239]], [[214288, 574737], [-1816, 1]], [[212472, 574738], [-1, 1618]], [[212324, 583170], [2556, -8]], [[186539, 583158], [2571, -26]], [[188725, 568652], [-718, -1], [2, 2422], [-362, 804], [-543, 30], [-81, 1075], [-459, 475]], [[217559, 574721], [0, -1621]], [[217559, 573100], [-2179, 21], [-1, 4852], [-499, 6], [-1, 1613]], [[214880, 583162], [1461, 11]], [[233488, 574623], [-724, -26]], [[232764, 574597], [-2189, 101]], [[230526, 583184], [3019, -21]], [[233545, 583163], [240, -2188], [402, 728], [5, -3862], [-704, -3], [0, -3215]], [[209233, 576371], [4, -4555]], [[209237, 571816], [-1620, -4], [1, 1622], [-363, 4], [0, 1612], [-600, 2]], [[206421, 583169], [2811, 12]], [[175795, 568570], [0, -4401]], [[175795, 564169], [-503, 1656], [-278, -929], [18, -2373]], [[175032, 562523], [-508, -3], [3, 1885], [-1501, -262]], [[173026, 564143], [3, 1271]], [[217559, 573100], [127, -1619], [-2, -6492], [124, -2], [-3, -3238]], [[217805, 561749], [-2509, -20]], [[215296, 561729], [1, 3269], [-141, 0], [0, 6485], [-143, 10], [0, 3259], [-725, -15]], [[156776, 574866], [145, -2337], [-336, 700], [191, 1637]], [[156018, 576188], [367, -1161], [-54, -1921], [-274, 763], [-39, 2319]], [[156711, 577874], [437, -1003], [-572, -1182], [-174, 1060], [309, 1125]], [[239768, 576252], [-26, -7172], [46, -6528]], [[239788, 562552], [-1935, 133], [-2, -978], [-1789, -11]], [[236062, 561696], [-29, 9709]], [[236033, 571405], [-4, 6210]], [[236029, 577615], [339, 173], [235, -1132], [1047, -347], [154, -2131], [907, 561], [6, 841], [719, 948], [332, -276]], [[157403, 572219], [-142, 1501], [248, 575], [362, -1247], [-15, 3533]], [[162835, 574463], [-341, 252], [-585, -931], [-106, -3299], [197, -417]], [[162000, 570068], [-3852, 30]], [[158148, 570098], [-745, 2121]], [[212472, 574738], [0, -3235], [160, 6], [-1, -4641]], [[212631, 566868], [-1041, 215], [-260, -1783], [-494, -878], [-372, 2570], [-383, -709], [-219, -2110], [-618, 322]], [[209244, 564495], [-7, 7321]], [[219741, 574707], [109, -3230], [1, -6504], [110, 0], [-1, -3243]], [[219960, 561730], [-1079, -3]], [[218881, 561727], [-1076, 22]], [[243362, 568344], [29, -12216], [-17, -11280]], [[243374, 544848], [-834, -2840], [212, -1505]], [[242752, 540503], [-2, -7]], [[242750, 540496], [-224, 823]], [[242526, 541319], [-10, 0]], [[242516, 541319], [-187, -592]], [[242329, 540727], [-9, 7]], [[242320, 540734], [-75, -212]], [[242245, 540522], [-5, -38]], [[242240, 540484], [-9, -872]], [[242231, 539612], [3, 11]], [[242234, 539623], [-248, 57]], [[241986, 539680], [-26, 1879], [-2117, 44]], [[239843, 541603], [15, 4838]], [[239858, 546441], [-15, 12915], [-55, 3196]], [[239768, 576252], [1003, -1644], [260, 59], [-216, -1483], [572, -280], [382, -4206], [280, 489], [20, 1987], [577, 82], [135, -1750], [581, -1162]], [[209244, 564495], [-258, 1115], [-593, -179], [-307, 1362], [-1057, 19], [-145, 560], [-288, -1583], [-558, -1]], [[206038, 565788], [-93, 498], [-752, 103], [-963, -1631]], [[165151, 563828], [-359, -3363], [-516, -331], [-139, -2995], [-195, -1515], [49, -2367], [561, -1042], [-25, -1385]], [[164527, 550830], [-822, -18], [-768, 1529], [-383, 1474], [-339, 202], [-528, 3049]], [[161687, 557066], [129, 2030], [-144, 1373]], [[161672, 560469], [135, 875], [-307, 1331], [76, 2648], [386, 644], [303, 1650], [-265, 2451]], [[215296, 561729], [-1431, 3], [-2, -1673]], [[213863, 560059], [-714, 1226]], [[213149, 561285], [-15, 1450], [265, 1806], [-308, 1452], [-460, 875]], [[232764, 574597], [24, -6811]], [[232788, 567786], [-2527, 21]], [[230261, 567807], [-1799, -6]], [[228462, 567801], [14, 367]], [[228476, 568168], [71, 2441], [-130, 4068]], [[221924, 571472], [-986, 7], [-3, -6507], [100, -3249]], [[221035, 561723], [-716, 0]], [[220319, 561723], [-359, 7]], [[225197, 574689], [73, -6488]], [[225270, 568201], [-362, -8], [-2, -3234], [-287, 1], [0, -1975]], [[224619, 562985], [-263, 25], [-571, 2718], [-293, -1216], [-752, 3114], [0, 3841]], [[228476, 568168], [-2123, 27]], [[226353, 568195], [-1083, 6]], [[236062, 561696], [6, -7465]], [[236068, 554231], [0, -615], [-707, -32]], [[235361, 553584], [-1430, 50]], [[233931, 553634], [-29, 8560], [-224, 1564], [125, 1180], [-986, 11]], [[232817, 564949], [-29, 2837]], [[233488, 574623], [363, -5], [3, -3239], [2179, 26]], [[188725, 567028], [1, -2703]], [[188726, 564325], [-1602, -42], [-179, 1901], [-363, 820], [-2337, 28]], [[158090, 569229], [27, -389]], [[158117, 568840], [-233, -1009], [277, -1641], [-369, 861], [-55, 2156], [353, 22]], [[157568, 571941], [243, -1776], [-417, -307], [-219, -1059], [350, -339], [185, -3598], [45, 1502], [415, -1154], [-2, -2382], [-642, 2318], [-20, 2344], [-434, 1258], [298, 3296], [198, -103]], [[156634, 565779], [-60, -3687], [-1564, -7], [0, 264], [-3066, -4]], [[151944, 562345], [-337, 5365], [202, 2998], [-202, 971]], [[151607, 571679], [463, -265], [484, -1494], [396, -424], [748, -1863], [763, 58], [868, -995], [776, 701], [529, -1618]], [[224619, 562985], [0, -1281]], [[224619, 561704], [-2151, 10]], [[222468, 561714], [-1433, 9]], [[193937, 559705], [-803, -422], [-51, -3212], [-1027, -2365]], [[192056, 553706], [-1187, -7]], [[190869, 553699], [-361, 552], [1, 1469], [-266, 4], [-517, 1364], [204, 1867], [-1205, -7]], [[188725, 558948], [1, 5377]], [[161672, 560469], [-3555, -37]], [[158117, 560432], [249, 3191], [301, 1598], [-407, 1180], [-143, 2439]], [[158090, 569229], [58, 869]], [[179823, 560649], [58, -3498], [649, 4], [-91, -2233], [238, 251], [-154, -1949], [417, -649], [44, -4053]], [[180984, 548522], [-292, -238], [-171, 1188], [-551, 1163], [-685, 298]], [[179285, 550933], [-478, 836], [-38, 1568], [-837, 1677], [-963, -135]], [[176969, 554879], [-354, 1336], [183, 799], [-95, 1862], [-283, 1075], [-625, 4218]], [[245498, 568091], [24, -13480]], [[245522, 554611], [-1265, -6316], [-883, -3447]], [[243362, 568344], [242, -1593], [425, -163], [-24, -1207], [886, 751], [607, 1959]], [[226353, 568195], [59, -3242], [-1, -6490]], [[226411, 558463], [-285, 2]], [[226126, 558465], [-1436, 0]], [[224690, 558465], [-71, 3239]], [[228462, 567801], [350, -5611], [344, -3679]], [[229156, 558511], [-1603, -50]], [[227553, 558461], [-1142, 2]], [[230261, 567807], [50, -3920]], [[230311, 563887], [2, -2161], [360, -5], [2, -1615], [1435, 5], [0, 1629], [356, 7], [-1, 1624]], [[232465, 563371], [355, -34]], [[232820, 563337], [77, -8073]], [[232897, 555264], [-1430, -21]], [[231467, 555243], [-2182, 14]], [[229285, 555257], [-129, 3254]], [[232817, 564949], [3, -1612]], [[232465, 563371], [-1, 531], [-2153, -15]], [[209244, 564495], [-2, -11147]], [[209242, 553348], [-241, -806], [-805, 9]], [[208196, 552551], [-259, 2], [1, 3249], [-225, -5], [0, 1619], [-1072, 7], [1, 1622], [-715, 4], [0, 1622]], [[205927, 560671], [111, 1440], [0, 3677]], [[167625, 563859], [-339, -5], [-301, -1380], [-1, -1619], [-240, -1347], [-120, -2159], [-533, -1577], [-2, -1607], [-955, -85], [-358, -2172], [-6, -1862]], [[164770, 550046], [-243, 784]], [[213149, 561285], [0, -2790], [-1274, 10], [2, -6436]], [[211877, 552069], [-1581, 12]], [[210296, 552081], [-1055, 15]], [[209241, 552096], [1, 1252]], [[156465, 557234], [-1439, 15], [0, -1663]], [[155026, 555586], [-1512, 9], [-857, 298]], [[152657, 555893], [-215, 4015], [-498, 2437]], [[156634, 565779], [273, 1293], [567, -4576], [-189, -396], [-251, -3033], [-105, 2479], [-246, -3231], [-218, -1081]], [[188725, 558948], [-718, -7], [0, -1612], [-713, 3], [0, -1972], [-347, 194]], [[186947, 555554], [-644, -185], [-426, 1863], [-409, 506], [-656, -490], [-280, 1681], [6, 2406], [-203, 2374]], [[205927, 560671], [-357, -7], [-3, -4859], [-120, -3], [2, -6473]], [[205449, 549329], [-1188, -10], [0, -1636], [-355, -3], [0, 1641], [-354, -3]], [[203552, 549318], [-232, 0], [-1, 3235], [-355, -6], [105, 3251], [-2, 6316], [-270, 1], [-168, 1658]], [[176969, 554879], [-257, -1008], [473, -1408], [60, -942], [526, -680], [549, -2997], [263, -2458], [250, -686]], [[178833, 544700], [-3820, 28]], [[175013, 544728], [0, 1637]], [[175013, 546365], [0, 7286]], [[175013, 553651], [19, 8872]], [[182525, 557117], [-825, -26], [-58, -2280], [224, -1574], [136, -3906], [-311, -808], [-707, -1]], [[173026, 564143], [8, -11380]], [[173034, 552763], [0, -1987]], [[173034, 550776], [-2181, 20]], [[170853, 550796], [8, 10516]], [[233931, 553634], [40, -4845]], [[233971, 548789], [-1065, -20]], [[232906, 548769], [-9, 6495]], [[175013, 553651], [-715, 16], [-120, -800], [-1144, -104]], [[203552, 549318], [2, -5970]], [[203554, 543348], [0, -266]], [[203554, 543082], [-1766, -14], [-2, 268], [-3263, -152]], [[198523, 543184], [-142, 489], [173, 2154], [-209, 2560], [-11, 4245], [143, 1707]], [[167650, 563516], [-17, -12700]], [[167633, 550816], [-9, -6518], [-1075, 22], [-3, -3262]], [[166546, 541058], [-233, -1081]], [[166313, 539977], [-187, 857], [-295, -1494], [-690, -306]], [[165141, 539034], [-276, 2022]], [[164865, 541056], [127, 1141], [-311, 5065], [89, 2784]], [[170853, 550796], [-381, 1]], [[170472, 550797], [-2839, 19]], [[186947, 555554], [7, -6012], [711, -1191], [-2, -4005], [368, -11]], [[188031, 544335], [35, -1328], [411, -1480]], [[188477, 541527], [-392, -449], [14, -3150], [-430, -3]], [[187669, 537925], [-672, 2], [-784, -2757]], [[186213, 535170], [46, 3441], [-325, 1748], [-347, -22], [-1, 2529], [-723, -49], [-4, 6432], [-731, 40], [-1, 5728], [-238, 2034]], [[157723, 558953], [152, -2103], [-263, 244], [111, 1859]], [[157679, 553460], [-209, 2]], [[157470, 553462], [-20, -1]], [[157450, 553461], [-465, 10]], [[156985, 553471], [3, 2161], [-621, 2]], [[156367, 555634], [297, 1874], [455, 873], [193, 2438], [440, 2118], [103, -3144], [-199, 149], [-132, -3407], [313, -1094], [-158, -1981]], [[239858, 546441], [-2004, 75]], [[237854, 546516], [-6, 4597], [-694, 1379], [-255, 2407], [-570, -1212], [-261, 544]], [[218881, 561727], [0, -3232], [-241, 5], [-5, -6449]], [[218635, 552051], [-211, -1], [0, -3173], [-602, -11]], [[217822, 548866], [-251, 2540], [-563, -513]], [[217008, 550893], [-256, 567], [-256, 3108], [36, 1844], [-852, -555], [-222, -665], [-1091, 1453]], [[214367, 556645], [-155, 784], [-3, 3078], [-346, -448]], [[224690, 558465], [0, -1585]], [[224690, 556880], [-2133, 9]], [[222557, 556889], [-89, 4825]], [[222557, 556889], [-2, -4848]], [[222555, 552041], [-597, -4]], [[221958, 552037], [-1539, 4]], [[220419, 552041], [1, 6449], [-101, 3233]], [[220419, 552041], [-222, 0]], [[220197, 552041], [-1562, 10]], [[214367, 556645], [0, -4588], [170, 0], [-1, -5915]], [[214536, 546142], [-1061, -2], [0, -539], [-1412, -13]], [[212063, 545588], [-1, 6481], [-185, 0]], [[197351, 556810], [-6, -4998], [-770, -161], [-356, -670], [-49, -3204], [356, -6], [-61, -6487]], [[196465, 541284], [-1055, 22]], [[195410, 541306], [-1057, 8], [-1, -1068]], [[194352, 540246], [-993, 3]], [[193359, 540249], [-236, 2014], [209, 1754], [-4, 5386], [-1034, 1610], [0, 1620], [-238, 1073]], [[208196, 552551], [218, -2029], [102, -3785], [-297, -2572], [-534, -806]], [[207685, 543359], [-1181, 12], [-117, 1073], [-355, 1], [0, 1079], [-356, 1], [0, 3802], [-227, 2]], [[157999, 553531], [-253, -1157], [151, 3089], [102, -1932]], [[161687, 557066], [-282, -523], [-596, -2846], [-98, -1164], [460, -3838], [-225, -1131]], [[160946, 547564], [-1160, 1608], [-293, -321]], [[159493, 548851], [-540, 718], [-133, 1180], [-534, 2], [-231, 1165]], [[158055, 551916], [258, 528], [-269, 4233], [225, 530], [-269, 1061], [117, 2164]], [[190869, 553699], [1, -1066], [-358, 1], [-13, -4900], [354, -2], [-21, -5066]], [[190832, 542666], [-725, 2921], [-441, 463], [-28, 1539], [-216, -1426], [-1061, -216], [1, -1610], [-331, -2]], [[227553, 558461], [-3, -6470], [62, -1591]], [[227612, 550400], [-709, 17]], [[226903, 550417], [-711, 10]], [[226192, 550427], [-72, 1593], [6, 6445]], [[226192, 550427], [-1411, -1]], [[224781, 550426], [-88, 1602]], [[224693, 552028], [-3, 4852]], [[229285, 555257], [53, -4884]], [[229338, 550373], [-1726, 27]], [[156465, 557234], [-98, -1600]], [[156985, 553471], [-2, -837]], [[156983, 552634], [-349, -1455], [-54, -1446], [-357, -1953]], [[156223, 547780], [-354, -250]], [[155869, 547530], [-801, -41], [-42, 8097]], [[182993, 557119], [1, -7838], [454, 9], [0, -6466]], [[183448, 542824], [-493, -548], [1, -1075], [-524, -539], [1, -1072], [-447, 49]], [[181986, 539639], [-1407, -5]], [[180579, 539634], [-732, -499]], [[179847, 539135], [-222, 1916]], [[179625, 541051], [352, 195], [-48, 4028], [320, 550], [-90, 1379], [-636, 2137], [-238, 1593]], [[186213, 535170], [-690, -2887]], [[185523, 532283], [-1333, 17]], [[184190, 532300], [-6, 8737], [-214, -420], [-522, 2207]], [[198523, 543184], [180, -1780]], [[198703, 541404], [-2238, -120]], [[164865, 541056], [-1495, 18], [1, 1609], [-349, 24], [-1, 1604], [-1091, -12], [-177, 1484], [-533, 1821], [-274, -40]], [[224693, 552028], [-2138, 13]], [[217008, 550893], [-1, -451], [-1411, -2], [0, -4839]], [[215596, 545601], [-928, -4]], [[214668, 545597], [-132, 545]], [[155869, 547530], [120, -1651], [-5, -3776]], [[155984, 542103], [-587, -24]], [[155397, 542079], [-2025, 38]], [[153372, 542117], [-110, 2053], [253, -202], [623, 1195], [-914, 1191], [-230, 4847], [-241, 1362], [-96, 3330]], [[232906, 548769], [-1437, 4]], [[231469, 548773], [-2, 6470]], [[231469, 548773], [-356, -11]], [[231113, 548762], [-1799, -4]], [[229314, 548758], [24, 1615]], [[179625, 541051], [-761, 2278], [-31, 1371]], [[237854, 546516], [-2, -4237]], [[237852, 542279], [-1578, 50], [42, -9604], [-40, -223]], [[236276, 532502], [-231, 1006], [-307, -538], [-332, 854]], [[235406, 533824], [-216, 372]], [[235190, 534196], [-133, 486], [-22, 7620]], [[235035, 542302], [353, -11], [-27, 11293]], [[310206, 521389], [-674, -758]], [[309532, 520631], [-1071, -1126], [-11, 14936], [-1066, 258]], [[307384, 534699], [-8, 3291], [-2505, 26]], [[304871, 538016], [-841, 2]], [[304030, 538018], [72, 2263], [2153, 14228], [505, -616], [6, -3382], [393, -1252], [815, 1288], [76, 747], [564, 5], [41, 1253], [358, 12], [783, -2953], [455, -2410], [25, -20921], [-70, -4891]], [[193359, 540249], [-620, 1062], [-850, -749]], [[191889, 540562], [-514, -598], [-543, 2702]], [[175013, 546365], [-1409, 188], [-569, 1764]], [[173035, 548317], [-1, 2459]], [[235035, 542302], [-1048, 14]], [[233987, 542316], [-16, 6473]], [[160946, 547564], [-215, -3053], [-185, -928], [189, -1670]], [[160735, 541913], [-845, 11], [-206, -1040], [-1032, 654]], [[158652, 541538], [-352, 1507], [-447, 420], [-411, 2054], [-166, 2243]], [[157276, 547762], [314, 1630], [142, 2452], [323, 72]], [[157679, 553460], [-93, -2779], [-243, 609], [127, 2172]], [[157450, 553461], [-258, -1218], [-95, -3180], [-196, 1415], [82, 2156]], [[209241, 552096], [0, -12823]], [[209241, 539273], [-860, 0], [-178, 810], [-527, 0]], [[207676, 540083], [9, 3276]], [[212063, 545588], [-553, -13], [-2, -6518]], [[211508, 539057], [-1052, -1]], [[210456, 539056], [-1, 6519], [-160, -2], [1, 6508]], [[210456, 539056], [-534, -4], [0, -1652], [-681, 3]], [[209241, 537403], [0, 1870]], [[221958, 552037], [-1, -6447], [97, 4], [-9, -6501]], [[222045, 539093], [-1299, 23]], [[220746, 539116], [-462, 8]], [[220284, 539124], [18, 6480], [-110, 4], [5, 6433]], [[224781, 550426], [0, -4857], [78, 2], [0, -6489]], [[224859, 539082], [-1664, -10]], [[223195, 539072], [-1150, 21]], [[220284, 539124], [-1617, 18]], [[218667, 539142], [-333, 973], [-96, 2185], [-334, 3330]], [[217904, 545630], [153, 619], [-235, 2617]], [[217904, 545630], [-2308, -29]], [[170472, 550797], [5, -6432], [-150, -2317], [-550, -959]], [[169777, 541089], [-3231, -31]], [[173035, 548317], [0, -10901]], [[173035, 537416], [-1, -2155]], [[173034, 535261], [-435, -110], [-89, 788]], [[172510, 535939], [-70, 1545], [-616, 2886], [-769, -192], [-280, -1214]], [[170775, 538964], [-894, -1263], [-120, 595]], [[169761, 538296], [16, 2793]], [[226903, 550417], [68, -4868], [-1, -6487]], [[226970, 539062], [-981, 13]], [[225989, 539075], [-1130, 7]], [[229314, 548758], [6, -2652], [212, -1371], [-110, -2548], [10, -3117]], [[229432, 539070], [-1342, -24]], [[228090, 539046], [-1120, 16]], [[158652, 541538], [-2669, 23], [1, 542]], [[156223, 547780], [371, 1366], [-165, -1818], [270, 11], [248, 1911], [329, -1488]], [[207676, 540083], [-352, -1344]], [[207324, 538739], [-349, -4], [-351, -1338], [-710, 7], [-585, 557], [-127, 1621], [-225, -2], [-117, 3243], [-599, 530], [-707, -5]], [[233987, 542316], [-1, -1623]], [[233986, 540693], [-2817, 4]], [[231169, 540697], [-56, 8065]], [[231169, 540697], [7, -1623], [-303, 3]], [[230873, 539077], [-1399, -8]], [[229474, 539069], [-42, 1]], [[175013, 544728], [1, -5708], [-353, 21]], [[174661, 539041], [-461, -3], [-274, -1604], [-891, -18]], [[165141, 539034], [20, -10944]], [[165161, 528090], [-2024, 0], [-2593, 63]], [[160544, 528153], [0, 6416]], [[160544, 534569], [359, 11], [-157, 2684], [251, 3313], [-262, 1336]], [[191889, 540562], [-24, -9125]], [[191865, 531437], [0, -675]], [[191865, 530762], [-1399, 153]], [[190466, 530915], [-777, 9]], [[189689, 530924], [-178, 1515], [195, 2306], [-474, 569], [-329, 2182], [-426, 4031]], [[239843, 541603], [18, -6465]], [[239861, 535138], [2, -4863]], [[239863, 530275], [-1052, -76]], [[238811, 530199], [4, 1716], [-1019, -55]], [[237796, 531860], [-43, 6341], [94, 109], [5, 3969]], [[251183, 535146], [2, -1610]], [[251185, 533536], [-1045, -5], [1, 3214], [-1046, -7], [1, 1617], [-346, 13], [-67, 3221]], [[248683, 541589], [281, 995], [1035, 453], [493, 1189], [335, 1615], [517, 690]], [[251344, 546531], [2, -4943], [190, -1609], [-348, 15], [-5, -4848]], [[214668, 545597], [3, -4901]], [[214671, 540696], [-1, -1616]], [[214670, 539080], [-2316, -18]], [[212354, 539062], [-846, -5]], [[218667, 539142], [262, -751], [-62, -3093]], [[218867, 535298], [-369, -884], [-548, 257], [-360, -2039]], [[217590, 532632], [0, 1615], [-698, 1], [0, 4816], [-1166, 16], [-1, 1620], [-1054, -4]], [[253820, 544308], [0, -2728], [148, -1606], [-346, -13], [-2, -4817]], [[253620, 535144], [-1568, 10]], [[252052, 535154], [1, 8035], [354, 0], [-1, 1615], [281, 8]], [[252687, 544812], [-46, -3487], [634, 3347], [545, -364]], [[179847, 539135], [-2885, -2989], [-517, -3856], [-988, 1959]], [[175457, 534249], [-555, 1774]], [[174902, 536023], [-222, 561], [-19, 2457]], [[207324, 538739], [0, -2429], [-481, -1], [56, -6431]], [[206899, 529878], [-149, -3], [0, -6510], [-119, 1]], [[206631, 523366], [-3371, 30]], [[203260, 523396], [2, 6487], [106, 4], [-6, 6446], [97, 2], [-1, 6474], [96, 273]], [[203260, 523396], [-118, -5], [-3, -8127], [-123, -27], [0, -3173]], [[203016, 512064], [-1361, -4], [-1, 3224], [108, -22], [0, 5983], [-512, 206], [100, 2748], [-171, 715]], [[201179, 524914], [0, 4963], [-191, -49], [-58, 4866], [-348, 2], [-60, 1616], [-1571, -11]], [[198951, 536301], [-119, 265]], [[198832, 536566], [-129, 4838]], [[184190, 532300], [-1, -814], [-687, -6], [15, -3299], [-666, -1967]], [[182851, 526214], [-255, 180], [-220, 1599], [-323, 48], [141, 1392], [-197, 1673], [207, 1275], [-352, 4420], [134, 2838]], [[235190, 534196], [-1183, 4]], [[234007, 534200], [-21, 6493]], [[237796, 531860], [-40, -1612]], [[237756, 530248], [-1572, 8], [92, 2246]], [[155397, 542079], [36, -7597]], [[155433, 534482], [-1024, 26], [-6, -1764]], [[154403, 532744], [-413, -941], [-401, 1402], [-173, -855], [164, 5828], [40, -3886], [154, 66], [163, 3197], [-178, 1201], [335, 1945], [-445, -237], [-277, 1653]], [[160544, 534569], [-1998, -62]], [[158546, 534507], [-2722, -5]], [[155824, 534502], [-391, -20]], [[189689, 530924], [-790, -90], [-193, -3456], [-681, -3145]], [[188025, 524233], [-2, 4020], [-344, 10], [-10, 9662]], [[241986, 539680], [-2, -4580]], [[241984, 535100], [-2123, 38]], [[251185, 533536], [-1, -4392]], [[251184, 529144], [-281, 766], [-2333, 3002]], [[248570, 532912], [1, -217]], [[248571, 532695], [-1, 217]], [[248570, 532912], [-533, 692], [-150, 1914]], [[247887, 535518], [-158, 1305]], [[247729, 536823], [-232, 120]], [[247497, 536943], [-117, 450]], [[247380, 537393], [-170, 465]], [[247210, 537858], [1092, 2058], [381, 1673]], [[198832, 536566], [-2, -1875], [-409, 1], [-280, -2448], [-812, 5], [-234, -521], [0, -1926], [-1045, -3]], [[196050, 529799], [2, 2685], [-229, 1641], [-121, 3955], [-233, 23], [-59, 3203]], [[261640, 541399], [0, -9499]], [[261640, 531900], [-1747, -14]], [[259893, 531886], [0, 4842]], [[259893, 536728], [1, 3448]], [[259894, 540176], [1066, -173], [680, 1396]], [[196050, 529799], [-402, -5]], [[195648, 529794], [-1369, 1], [-6, -1634]], [[194273, 528161], [-522, 16], [-137, 3239]], [[193614, 531416], [699, 2], [39, 8828]], [[193614, 531416], [-1749, 21]], [[169761, 538296], [-37, 88]], [[169724, 538384], [-623, 62], [-454, -1721], [-56, -1735], [-390, -2246], [-741, -1821]], [[167460, 530923], [-633, 1584], [-9, 4567], [-505, 2903]], [[167460, 530923], [206, -1170], [-54, -2423]], [[167612, 527330], [-388, -1247], [-851, -272]], [[166373, 525811], [-390, 134], [-275, -1277], [-551, -390]], [[165157, 524278], [4, 3812]], [[234007, 534200], [29, -4880]], [[234036, 529320], [-1739, 14]], [[232297, 529334], [-1380, 20]], [[230917, 529354], [-44, 9723]], [[217590, 532632], [-397, -2552], [-436, -1343], [-920, -1191], [-478, 1151], [-416, -370]], [[214943, 528327], [1, 2829]], [[214944, 531156], [-135, 1457], [-12, 6465], [-127, 2]], [[172510, 535939], [0, -949], [-531, -522], [0, -4866], [-168, 2], [-1, -2312]], [[171810, 527292], [-342, 20]], [[171468, 527312], [-26, 6322], [-175, -16], [-173, 2490], [-351, -8], [32, 2864]], [[209241, 537403], [-2, -4854]], [[209239, 532549], [2, -6235]], [[209241, 526314], [3, -1180]], [[209244, 525134], [-252, 2], [0, 1618], [-714, 26], [2, 1575], [-351, -6], [0, 1522], [-1030, 7]], [[180579, 539634], [-29, -2628], [-262, -4539], [-67, -3326], [-131, -1223], [266, -995], [5, -2349], [-249, -34], [-187, -1420], [189, -1949], [-181, -2072]], [[179933, 519099], [-282, -1616], [-344, 766], [-14, -1410], [527, -2617], [-250, -1838]], [[179570, 512384], [-3571, -27], [-470, -1640]], [[175529, 510717], [-390, 422], [-163, 2564], [-956, -4]], [[174020, 513699], [362, 4439], [258, 2019], [-236, 2563], [-686, 1930]], [[173718, 524650], [258, 2608]], [[173976, 527258], [446, 46], [76, 2435], [240, 1363], [665, -892], [157, 1127], [335, 203], [-438, 2709]], [[182851, 526214], [3, -24]], [[182854, 526190], [-34, -1070], [-471, -700], [-670, -2752]], [[181679, 521668], [-944, -3979], [-194, -400], [-349, 1946], [-259, -136]], [[220746, 539116], [-2, -6512], [105, -7]], [[220849, 532597], [-3, -6355]], [[220846, 526242], [-1761, 43]], [[219085, 526285], [-327, 3734], [198, 1955], [-89, 3324]], [[223195, 539072], [-2, -6466]], [[223193, 532606], [-2344, -9]], [[174902, 536023], [1, -2306], [-958, -326], [31, -6133]], [[173718, 524650], [-339, 2599]], [[173379, 527249], [-122, 1925], [104, 1310], [-372, 3279], [45, 1498]], [[212354, 539062], [9, -6489]], [[212363, 532573], [-197, -14]], [[212166, 532559], [-2927, -10]], [[225989, 539075], [-2, -6478]], [[225987, 532597], [-2698, 1]], [[223289, 532598], [-96, 8]], [[214944, 531156], [-1391, 13], [0, 1436], [-1190, -32]], [[230917, 529354], [-1, -1621]], [[230916, 527733], [-866, 4]], [[230050, 527737], [45, 1766], [-114, 3993], [-380, 2928], [-127, 2645]], [[228090, 539046], [-2, -6457]], [[228088, 532589], [-2023, 4]], [[226065, 532593], [-78, 4]], [[230050, 527737], [35, -1611]], [[230085, 526126], [-1852, -1]], [[228233, 526125], [-87, 1154], [-58, 5310]], [[171468, 527312], [-1045, 34]], [[170423, 527346], [-53, 1]], [[170370, 527347], [16, 3854], [-350, 1], [2, 1631], [-349, -8], [35, 5559]], [[170370, 527347], [-2758, -17]], [[247207, 537862], [3, -4]], [[248571, 532695], [0, -5698], [-321, -1]], [[248250, 526996], [-719, -11]], [[247531, 526985], [-3, 3230], [-343, -15], [1, 1609], [-352, 7], [6, 6374]], [[246840, 538190], [367, -328]], [[304871, 538016], [-24, -11134], [233, -2084], [-240, -2015], [-258, -234], [344, -2135], [-221, -1593], [445, -9902], [739, 1165]], [[305889, 510084], [248, -6545]], [[306137, 503539], [-330, 592], [-241, -1132]], [[305566, 502999], [-450, 139], [79, -2294], [-907, 625]], [[304288, 501469], [-183, 1244], [-102, 3478], [-276, -236], [62, 1778], [-139, 3374], [-376, -344], [-347, 651], [-372, 9721]], [[302555, 521135], [466, 1247], [-87, 1101], [431, 1781], [-152, 2424], [219, 2371], [-153, 838], [286, 2948], [372, 1242], [93, 2931]], [[307384, 534699], [-16, -13241], [-374, -415], [-14, -2790], [297, 274], [227, -5338], [-292, -284], [68, -1531], [-1391, -1290]], [[188025, 524233], [-403, -667]], [[187622, 523566], [-350, 1101], [-490, -286], [-233, -1732]], [[186549, 522649], [-588, 1549], [-293, 6520], [-198, -55]], [[185470, 530663], [53, 1620]], [[259893, 531886], [-1, -5144]], [[259892, 526742], [-133, -900], [-413, 823], [-698, -828], [-156, -2487], [-258, -538]], [[258234, 522812], [-83, 2590], [0, 4873], [-349, 11]], [[257802, 530286], [0, 3251], [697, -26], [0, 3238], [1394, -21]], [[198951, 536301], [351, -3235], [408, -2428], [-126, -2500]], [[199584, 528138], [-454, 7], [0, -1079], [-345, 0], [-233, -1614], [-461, 6], [-62, -7075], [-689, -1094], [-914, 66]], [[196426, 517355], [-551, 2736]], [[195875, 520091], [-174, 1330], [10, 5159], [-63, 3214]], [[201179, 524914], [-661, 1614], [-693, 2], [0, 1610], [-241, -2]], [[173379, 527249], [-1569, 43]], [[219085, 526285], [-4142, 17]], [[214943, 526302], [0, 2025]], [[253620, 535144], [-3, -3220]], [[253617, 531924], [2, -6051]], [[253619, 525873], [-776, 1095]], [[252843, 526968], [-385, 757], [-418, -132]], [[252040, 527593], [-694, 1110]], [[251346, 528703], [-162, 441]], [[251183, 535146], [869, 8]], [[241984, 535100], [-2, -4840]], [[241982, 530260], [-158, -2623], [-854, -1719]], [[240970, 525918], [-513, -3612]], [[240457, 522306], [-838, 12]], [[239619, 522318], [-5, 4660], [247, 5], [2, 3292]], [[309532, 520631], [304, -6938], [-325, -226]], [[309511, 513467], [-690, -626], [93, -2259], [-353, -313], [61, -1593], [-355, -304], [157, -4050], [-1023, -1483]], [[307401, 502839], [-7, -12]], [[307394, 502827], [-61, 341], [-964, -1079], [-232, 1450]], [[160544, 528153], [-247, -4], [10, -4864], [241, -1079]], [[160548, 522206], [-796, -345], [-318, -1062]], [[159434, 520799], [-910, -1886]], [[158524, 518913], [9, 9424]], [[158533, 528337], [13, 6170]], [[158533, 528337], [-318, -1795], [-454, 494], [-602, -1308], [-130, -1178]], [[157029, 524550], [-330, 4339], [-600, 1896], [-259, -235]], [[155840, 530550], [-2, 54]], [[155838, 530604], [-14, 3898]], [[155838, 530604], [-183, -462], [-495, 2189], [-757, 413]], [[235406, 533824], [28, -10701]], [[235434, 523123], [-1381, -10]], [[234053, 523113], [-17, 6207]], [[237756, 530248], [0, -3231], [116, -9], [14, -2987]], [[237886, 524021], [-1641, -2], [226, -872]], [[236471, 523147], [-1037, -24]], [[251026, 525384], [-2773, 33]], [[248253, 525417], [-3, 1579]], [[251346, 528703], [-2, -1704], [-318, 2], [0, -1617]], [[155418, 529962], [8, -6731]], [[155426, 523231], [-1689, 63]], [[153737, 523294], [-68, 3037], [184, 1180], [-262, 4093], [309, -882], [393, 425], [493, -351], [259, 901], [373, -1735]], [[214943, 526302], [-5, -2]], [[214938, 526300], [-2623, 9]], [[212315, 526309], [-150, 2]], [[212165, 526311], [1, 6248]], [[228233, 526125], [-2090, 12]], [[226143, 526137], [-83, 1]], [[226060, 526138], [5, 6455]], [[223289, 532598], [-7, -6387]], [[223282, 526211], [-1986, 21]], [[221296, 526232], [-450, 10]], [[226060, 526138], [-1995, 52]], [[224065, 526190], [-783, 21]], [[212165, 526311], [-2924, 3]], [[185470, 530663], [-558, -802], [1, -1628], [-449, -1027], [40, -1093], [-451, -1375]], [[184053, 524738], [-389, 163], [-476, -1895], [-334, 3184]], [[255011, 527072], [0, -1623], [-222, 0], [-2, -3274], [-416, -8]], [[254371, 522167], [-587, 1081]], [[253784, 523248], [-213, 794], [48, 1831]], [[253617, 531924], [1399, -8], [-5, -4844]], [[238811, 530199], [-2, -3213], [-238, 7], [11, -4605]], [[238582, 522388], [9, -3269]], [[238591, 519119], [-694, 16]], [[237897, 519135], [-11, 4886]], [[194273, 528161], [-16, -1570], [-232, -20], [-119, -1641], [-35, -4874], [-1029, -1611], [-3, -3241], [-365, 3], [-1, -3287]], [[192473, 511920], [-459, 14], [21, 11394], [-200, 2], [30, 7432]], [[190466, 530915], [-30, -11211], [-346, -1209], [4, -3242], [-336, 0], [-17, -6512]], [[189741, 508741], [-32, -6238]], [[189709, 502503], [19, -3579]], [[189728, 498924], [-493, 1905], [18, 850], [-441, 2415]], [[188812, 504094], [13, 11149], [64, -1], [-3, 5424], [-518, 4], [-341, 1882], [-405, 1014]], [[192473, 511920], [739, -89]], [[193212, 511831], [-1, -3075]], [[193211, 508756], [-2525, -184], [-945, 169]], [[186549, 522649], [-756, -104], [-628, -2190]], [[185165, 520355], [-202, 2288], [-910, 2095]], [[157029, 524550], [63, -2277]], [[157092, 522273], [-463, -110]], [[156629, 522163], [-284, 1059], [-919, 9]], [[155418, 529962], [422, 588]], [[239619, 522318], [-1037, 70]], [[242661, 530268], [51, -9640]], [[242712, 520628], [-343, -3]], [[242369, 520625], [1, 1598], [-1042, 59], [-2, -1612], [-997, 38]], [[240329, 520708], [128, 1598]], [[241982, 530260], [679, 8]], [[245796, 530213], [-1, -3233], [691, 9]], [[246486, 526989], [-5, -6392]], [[246481, 520597], [-2401, -12]], [[244080, 520585], [-30, 9671]], [[244050, 530256], [1746, -43]], [[244080, 520585], [-1368, 43]], [[242661, 530268], [1389, -12]], [[209244, 525134], [12, -12455]], [[209256, 512679], [-50, -4012]], [[209206, 508667], [-2732, 55]], [[206474, 508722], [1, 6547], [142, -1], [14, 8098]], [[195875, 520091], [-795, -463], [-177, -2270], [-459, 3], [-573, -1888], [-130, -1894], [-228, 1], [-3, -1752], [-298, 3]], [[232297, 529334], [32, -6470]], [[232329, 522864], [-1381, -3]], [[230948, 522861], [-32, 4872]], [[234053, 523113], [0, -269]], [[234053, 522844], [-1724, 20]], [[252040, 527593], [20, -5420], [700, -8]], [[252760, 522165], [-8, -6432]], [[252752, 515733], [-696, 32]], [[252056, 515765], [-692, -1], [9, 1610], [-345, -7]], [[251028, 517367], [-2, 8017]], [[158524, 518913], [-1068, 1088], [-329, 768], [-35, 1504]], [[165157, 524278], [-366, -437]], [[164791, 523841], [-600, -1643], [-745, -544], [-478, 786]], [[162968, 522440], [-730, -1784]], [[162238, 520656], [-782, -457], [-46, 928], [-635, 569]], [[160775, 521696], [-227, 510]], [[203016, 512064], [45, -3465]], [[203061, 508599], [-4592, 141]], [[198469, 508740], [-941, -34]], [[197528, 508706], [337, 4066], [-1591, 0], [48, 4006], [104, 577]], [[230948, 522861], [3, -3246]], [[230951, 519615], [-1623, 13]], [[229328, 519628], [-7, 1157], [513, 1813], [251, 3528]], [[253784, 523248], [-5, -1258], [-1019, 175]], [[170423, 527346], [14, -2610]], [[170437, 524736], [-401, -3204], [0, -4052], [-226, -813], [-642, 33], [1, -1372], [-752, -187], [118, -2760], [304, 1], [77, -3742]], [[168916, 508640], [-1798, -1]], [[167118, 508639], [49, 1621], [4, 8063], [-288, 1], [0, 1596], [-518, 16], [8, 5875]], [[174020, 513699], [-270, -3512]], [[173750, 510187], [-1345, 32]], [[172405, 510219], [-2, 1583], [-584, -9], [-295, 3221], [-171, -21], [-111, 3312], [-289, 3248], [113, 3191], [-629, -8]], [[255706, 527058], [117, -1614], [-5, -6481], [175, -7]], [[255993, 518956], [-481, -4769], [-453, -2674], [26, -1006]], [[255085, 510507], [-74, 93]], [[255011, 510600], [-348, 1798], [263, 2651], [-666, 243], [263, 2751], [-117, 1110], [148, 2102], [-183, 912]], [[255011, 527072], [695, -14]], [[248253, 525417], [-2, -6367]], [[248251, 519050], [4, -3225]], [[248255, 515825], [-1774, -77]], [[246481, 515748], [0, 4849]], [[246486, 526989], [1045, -4]], [[214938, 526300], [2, -8789]], [[214940, 517511], [-1, -8089]], [[214939, 509422], [-2667, 29]], [[212272, 509451], [0, 3227]], [[212272, 512678], [43, 13631]], [[219085, 526285], [420, -1613], [146, -2779], [-339, -2104]], [[219312, 519789], [-135, -1298], [382, -971]], [[219559, 517520], [-3145, -9]], [[216414, 517511], [-1474, 0]], [[212272, 512678], [-3016, 1]], [[221296, 526232], [3, -6469]], [[221299, 519763], [-1987, 26]], [[185165, 520355], [-3, -2744], [506, -650], [135, -1730], [3, -4866], [343, -1], [-3, -1637], [400, -13], [67, -3224], [282, -801], [790, -48], [2, -1347], [860, 8]], [[188547, 503302], [-99, -3225], [-305, 274]], [[188143, 500351], [-567, -772], [-129, 1024], [-637, -765], [-533, 835], [-280, -2222], [-238, 584], [-857, 90], [-96, -2021]], [[184806, 497104], [-526, 1386], [-10, 1397], [-348, 4611], [-316, 914], [-262, -706], [-323, 1502], [13, 3600], [-287, 1010], [-383, 2793], [-233, 2701], [-86, 3613], [-272, 361], [-94, 1382]], [[224065, 526190], [-1, -6467]], [[224064, 519723], [-2739, 40]], [[221325, 519763], [-26, 0]], [[226143, 526137], [-2, -6467]], [[226141, 519670], [-6, -6480]], [[226135, 513190], [-2051, 63]], [[224084, 513253], [-13, 1]], [[224071, 513254], [-7, 6469]], [[229328, 519628], [389, -3087], [628, -1746]], [[230345, 514795], [-1456, 6], [-40, -559], [-610, 15]], [[228239, 514257], [-2, 4850]], [[228237, 519107], [-4, 7018]], [[228237, 519107], [-408, 548], [-1688, 15]], [[167118, 508639], [-1414, -28]], [[165704, 508611], [-332, 4], [2, 1361]], [[165374, 509976], [84, 1859], [-342, 39], [1, 1607], [-347, 28], [21, 10332]], [[251028, 517367], [-1054, 48]], [[249974, 517415], [-9, 1640], [-1714, -5]], [[172405, 510219], [-826, -23], [-2, -1616], [-596, -10], [-301, 1240], [-304, -1200], [-378, 943], [-318, -1615]], [[169680, 507938], [-764, 702]], [[188812, 504094], [-265, -792]], [[237897, 519135], [-1085, -11]], [[236812, 519124], [-341, 4023]], [[165374, 509976], [-1964, 15]], [[163410, 509991], [-24, 269]], [[163386, 510260], [-111, 2406], [145, 4765], [366, 767], [-140, 1600], [-678, 2642]], [[206474, 508722], [-142, 2]], [[206332, 508724], [-2606, -129]], [[203726, 508595], [-665, 4]], [[264518, 520373], [-131, -4], [15, -7954]], [[264402, 512415], [-335, 1]], [[264067, 512416], [-1024, 59]], [[263043, 512475], [5, 1628]], [[263048, 514103], [0, 9277]], [[263048, 523380], [752, -2508], [718, -499]], [[155426, 523231], [0, -1322], [-345, 8], [171, -1358], [345, -537], [-450, -2154], [-12, -1076]], [[155135, 516792], [6, -4051], [-896, -4], [0, -2601], [169, -5]], [[154414, 510131], [-4, -597]], [[154410, 509534], [-766, 17]], [[153644, 509551], [191, 6727], [-98, 7016]], [[156629, 522163], [0, -1647], [515, -2132], [1, -1597]], [[157145, 516787], [-1, -1893], [-346, -271]], [[156798, 514623], [-744, 2159], [-919, 10]], [[236812, 519124], [284, -2536]], [[237096, 516588], [-222, -1934], [-374, -651]], [[236500, 514003], [-341, 795], [-1058, -11]], [[235101, 514787], [1, 1614], [-1027, -8]], [[234075, 516393], [-22, 6451]], [[232329, 522864], [30, -6471]], [[232359, 516393], [-1030, -8]], [[231329, 516385], [-347, 13], [-31, 3217]], [[234075, 516393], [-344, 3]], [[233731, 516396], [-1372, -3]], [[163386, 510260], [-629, 17], [17, 874], [-376, 1203], [-462, 444], [26, 1607], [414, 1539], [112, 2268], [-250, 2444]], [[239619, 522318], [0, -3212], [333, -17], [8, -2705]], [[239960, 516384], [-1367, 53]], [[238593, 516437], [-2, 2682]], [[240329, 520708], [8, -1270], [308, -144], [354, -2360], [-276, -2707]], [[240723, 514227], [-762, 15]], [[239961, 514242], [-1, 2142]], [[242369, 520625], [-6, -8009]], [[242363, 512616], [-1675, 1]], [[240688, 512617], [35, 1610]], [[159434, 520799], [0, -1905], [284, -1586]], [[159718, 517308], [-2288, -7], [-285, -514]], [[160775, 521696], [0, -3313], [-116, 6], [3, -4865], [-600, -5]], [[160062, 513519], [3, 2149], [-347, 1640]], [[163410, 509991], [119, -3799], [225, -798]], [[163754, 505394], [-3866, 76]], [[159888, 505470], [69, 1165]], [[159957, 506635], [-196, 2311], [405, 1008], [-239, 2616], [135, 949]], [[184806, 497104], [3, -2717], [-506, 66]], [[184303, 494453], [-906, -18]], [[183397, 494435], [-56, 1597], [-348, 2544], [-106, -614], [-845, 1225], [-633, 3398], [-141, 1578], [-365, -189], [52, 2183], [-181, -234], [-402, -2430], [55, -905], [-491, -1771], [-716, 3192], [20, 1138]], [[179240, 505147], [217, 1310], [9, 5102], [104, 825]], [[309697, 499440], [-326, 8144], [343, 307], [-203, 5576]], [[310206, 521389], [551, -1389], [510, -516], [-213, -1647], [200, -1810], [-163, -2048], [408, -2916], [145, 1141], [349, -534], [352, -3817], [161, -2744], [-592, -2997], [-880, -140], [-164, -1985], [-252, 636], [-149, -1354], [-202, 2089], [-181, -786], [-141, -3116], [-248, 1984]], [[304288, 501469], [-305, -404], [-9, -1934], [-241, 39]], [[303733, 499170], [-304, -527]], [[303429, 498643], [-117, 2061], [-640, 1070], [-291, 3135], [-430, -1180], [-152, 5251], [122, 80], [-151, 4819]], [[301770, 513879], [26, 2283], [518, -340], [-235, 2392], [476, 2921]], [[266792, 512571], [-1372, -94]], [[265420, 512477], [-1018, -62]], [[264518, 520373], [261, -2225], [563, -388], [377, -1459], [555, -1119], [218, 171], [319, -1624], [-19, -1158]], [[244080, 520585], [-2, -6434]], [[244078, 514151], [-2, -1590], [-344, 26]], [[243732, 512587], [-1369, 29]], [[246481, 515748], [-686, 31], [0, -1629]], [[245795, 514150], [-1717, 1]], [[197528, 508706], [-1036, 15]], [[196492, 508721], [-3281, 35]], [[221325, 519763], [-3, -6470]], [[221322, 513293], [-1536, 18]], [[219786, 513311], [-158, 1348], [120, 1153], [-189, 1708]], [[224071, 513254], [-2371, 30]], [[221700, 513284], [-378, 9]], [[228239, 514257], [0, -2714]], [[228239, 511543], [-746, -4]], [[227493, 511539], [-1359, 31]], [[226134, 511570], [1, 1620]], [[231329, 516385], [38, -4380]], [[231367, 512005], [-336, 821]], [[231031, 512826], [-637, 896]], [[230394, 513722], [-49, 1073]], [[238593, 516437], [-6, -3147]], [[238587, 513290], [-26, 17]], [[238561, 513307], [-163, 843], [-522, 101], [-780, 2337]], [[249974, 517415], [-2, -6482]], [[249972, 510933], [-1721, 20]], [[248251, 510953], [4, 4872]], [[219786, 513311], [-178, -2703], [123, -1550], [-312, 142], [-35, -2389]], [[219384, 506811], [-387, -2543], [-370, 1156], [-115, -974]], [[218512, 504450], [-583, 57], [-208, -834], [-377, 334]], [[217344, 504007], [2, 4597], [-1015, -5], [83, 8912]], [[217344, 504007], [-269, -1030], [-621, -1015], [-210, -1237], [-503, 175], [-264, -1035], [-539, -243]], [[214938, 499622], [1, 9800]], [[252056, 515765], [-7, -3234], [109, -1632]], [[252158, 510899], [-950, 13], [2, -1661]], [[251210, 509251], [-675, 9]], [[250535, 509260], [-1, 1662], [-562, 11]], [[159957, 506635], [-1846, -55], [-387, 968], [-169, 1538], [-534, 2059], [129, 2390], [-300, 15]], [[156850, 513550], [-52, 1073]], [[156850, 513550], [-43, -124]], [[156807, 513426], [-486, -577], [117, -1993], [-201, -742]], [[156237, 510114], [-1823, 17]], [[238561, 513307], [-382, -977], [-277, -2080], [-23, -1945]], [[237879, 508305], [-685, 14]], [[237194, 508319], [-679, 14]], [[236515, 508333], [-15, 5670]], [[239961, 514242], [-4, -3220]], [[239957, 511022], [-577, 12], [2, -1654]], [[239382, 509380], [-216, 1965], [-579, 1945]], [[235101, 514787], [15, -8081]], [[235116, 506706], [-1367, -14]], [[233749, 506692], [6, 4861]], [[233755, 511553], [-24, 4843]], [[233755, 511553], [-2201, -4]], [[231554, 511549], [-187, 456]], [[248251, 510953], [-430, 7], [0, -1618], [-327, 3]], [[247494, 509345], [-1694, -51]], [[245800, 509294], [-5, 4856]], [[252752, 515733], [340, -44], [-9, -3220], [342, -69], [182, -3245], [999, -1069]], [[254606, 508086], [-385, -2583], [-242, -2789]], [[253979, 502714], [-8, -1]], [[253971, 502713], [-10, -1]], [[253961, 502712], [-693, 38]], [[253268, 502750], [-16, 3221], [-670, 52]], [[252582, 506023], [14, 4857], [-438, 19]], [[303429, 498643], [-266, -4622], [-406, -3326]], [[302757, 490695], [-370, 576], [-32, 2012], [-647, -2107], [393, -1789], [-189, -2754]], [[301912, 486633], [-573, -426]], [[301339, 486207], [0, -16]], [[301339, 486207], [-59, 9193]], [[301280, 495400], [-86, 9641], [-121, 9365]], [[301073, 514406], [217, 752], [480, -1279]], [[230394, 513722], [3, -5426]], [[230397, 508296], [-1199, -12]], [[229198, 508284], [-5, 3228], [-954, 31]], [[236515, 508333], [-686, 5], [-1, -1627]], [[235828, 506711], [-712, -5]], [[301280, 495400], [-90, -875], [-585, 121], [-254, -2830], [-201, 2230]], [[300150, 494046], [-446, 795], [-524, 2812]], [[299180, 497653], [520, 1849], [112, 1480], [-264, 3054], [383, 3039], [-19, 1891]], [[299912, 508966], [388, 4730], [214, 623], [386, -1123], [173, 1210]], [[240688, 512617], [-96, -2433], [64, -4037]], [[240656, 506147], [-95, -2137]], [[240561, 504010], [-562, 444], [-38, 2207]], [[239961, 506661], [97, 22], [-1, 4337], [-100, 2]], [[245800, 509294], [3, -3236]], [[245803, 506058], [-2030, -24]], [[243773, 506034], [-41, 6553]], [[159888, 505470], [-167, -669], [70, -1970]], [[159791, 502831], [-1153, 206], [-234, 1076], [-631, 10], [-781, 720], [-578, -1960], [-382, 1172]], [[156032, 504055], [-98, 1557], [388, 2208], [-85, 2294]], [[175529, 510717], [154, -826], [-340, -5246], [151, -1455], [0, -3805]], [[175494, 499385], [-398, -1021]], [[175096, 498364], [-634, 868], [-4, 2312], [-267, 893], [0, 3275], [-765, 34]], [[173426, 505746], [189, 1739], [-44, 1635], [179, 1067]], [[231554, 511549], [662, -3749], [173, -272]], [[232389, 507528], [-309, -828], [-3, -1608], [-1680, 19]], [[230397, 505111], [0, 3185]], [[307819, 495119], [63, -2040], [-255, 1149], [192, 891]], [[308823, 498239], [322, -1210], [-422, -2791], [-256, 1682], [356, 2319]], [[309697, 499440], [-194, -3153], [-121, 2654], [-613, 1160], [154, -1192], [-465, -1333], [31, 1761], [-402, -1706], [118, -3275], [-828, 3345], [180, 1911], [-237, 2132], [81, 1095]], [[221700, 513284], [1, -6478]], [[221701, 506806], [-279, 1]], [[221422, 506807], [-2038, 4]], [[224084, 513253], [3, -6454]], [[224087, 506799], [-1659, 3]], [[222428, 506802], [-727, 4]], [[239382, 509380], [134, -2743]], [[239516, 506637], [-427, -1841]], [[239089, 504796], [-534, 227]], [[238555, 505023], [9, 1658], [-687, 3], [2, 1621]], [[226134, 511570], [12, -9713]], [[226146, 501857], [-2029, 49]], [[224117, 501906], [-30, 4893]], [[179240, 505147], [-395, -1629], [-367, 938], [-230, -2310], [-308, -655], [142, -3509], [-185, -1566]], [[177897, 496416], [-297, -1464], [-332, -476], [-1622, 25], [-30, -1653], [-277, 66]], [[175339, 492914], [2, 3219], [164, 2], [-11, 3250]], [[212272, 509451], [-19, -8102], [-1681, -4]], [[210572, 501345], [-701, 13], [-661, -630]], [[209210, 500728], [-4, 7939]], [[242363, 512616], [57, -6548]], [[242420, 506068], [-1764, 79]], [[243773, 506034], [0, -3210]], [[243773, 502824], [-1350, 15]], [[242423, 502839], [-3, 3229]], [[262700, 510887], [28, -4815]], [[262728, 506072], [-1240, 27], [-113, -876]], [[261375, 505223], [-305, 883]], [[261070, 506106], [220, 4694], [-69, 1784]], [[261221, 512584], [458, -42], [1, -1633], [1020, -22]], [[264067, 512416], [-14, -6399]], [[264053, 506017], [-1325, 55]], [[262700, 510887], [342, -32], [1, 1620]], [[265420, 512477], [-20, -6431]], [[265400, 506046], [-1347, -29]], [[227493, 511539], [8, -6473]], [[227501, 505066], [-4, -4842]], [[227497, 500224], [-1004, 10]], [[226493, 500234], [-9, 1613], [-338, 10]], [[229198, 508284], [-7, -3209]], [[229191, 505075], [-1690, -9]], [[233749, 506692], [-652, -11], [0, -2565]], [[233097, 504116], [-708, 3412]], [[239961, 506661], [-445, -24]], [[250535, 509260], [0, -6476]], [[250535, 502784], [-1731, 65]], [[248804, 502849], [-1313, 5]], [[247491, 502854], [3, 6491]], [[252582, 506023], [-689, 18], [2, 1616], [-685, -6], [0, 1600]], [[173426, 505746], [-385, -1718], [-296, -3771], [-219, -1145], [9, -3403]], [[172535, 495709], [-741, 0], [0, 1607], [-294, 1057], [-1059, -21], [-726, -3486]], [[169715, 494866], [-738, -18], [245, 2192], [-29, 1556], [314, 2473], [-552, 1434], [612, 1573], [-29, 2092], [142, 1770]], [[156032, 504055], [-16, -548]], [[156016, 503507], [-1264, 17]], [[154752, 503524], [-340, 334], [-2, 5676]], [[165704, 508611], [55, -3187], [-11, -9610]], [[165748, 495814], [-676, -6], [-1, 1543], [-342, 912], [-1014, -19], [1, 2354]], [[163716, 500598], [38, 4796]], [[154752, 503524], [16, -5366], [-345, 3], [16, -1350], [-284, -293], [116, -1140]], [[154271, 495378], [-947, -137]], [[153324, 495241], [89, 2631], [44, 7616], [170, 1569], [17, 2494]], [[214938, 499622], [-3, -12]], [[214935, 499610], [-311, -1407], [-474, 240], [-222, -2776], [-71, -2959], [-2964, 12]], [[210893, 492720], [-2, 2156], [-338, -10], [19, 6479]], [[247491, 502854], [1, -4850]], [[247492, 498004], [-1354, -31], [0, 1610], [-337, 6], [2, 1612]], [[245803, 501201], [0, 4857]], [[253268, 502750], [-7, -1765]], [[253261, 500985], [-1005, 107]], [[252256, 501092], [2, 1635], [-1723, 57]], [[296979, 508865], [60, -3257], [-127, -958]], [[296912, 504650], [-471, 86], [-134, -1750], [-359, -1102]], [[295948, 501884], [-849, 1672]], [[295099, 503556], [103, 5410]], [[295202, 508966], [1777, -101]], [[299180, 497653], [-205, -1076]], [[298975, 496577], [-266, 1736], [213, 1023], [-144, 948], [183, 1193], [-188, 668], [204, 1295], [-286, 977]], [[298691, 504417], [181, 2000], [-64, 2446]], [[298808, 508863], [1104, 103]], [[295099, 503556], [-145, -2596], [-226, -366]], [[294728, 500594], [-75, 974], [149, 3512], [-119, 604], [97, 3231]], [[294780, 508915], [422, 51]], [[294728, 500594], [65, -315]], [[294793, 500279], [-930, -2003], [-662, -178]], [[293201, 498098], [-213, 5176], [-115, 5362]], [[292873, 508636], [1907, 279]], [[298691, 504417], [-203, -1307], [-284, 945], [-413, -3859], [-312, 777]], [[297479, 500973], [-299, 925], [174, 1659], [-442, 1093]], [[296979, 508865], [1829, -2]], [[196492, 508721], [81, -2400], [-1, -6524], [53, -2], [-1, -6560], [65, 0]], [[196689, 493235], [-1, -1658]], [[196688, 491577], [-673, 4], [0, -1650], [-344, -3], [9, -1603], [-502, -5], [2, -1644], [-615, -55]], [[194565, 486621], [-361, 2183], [-278, 575], [-278, -718], [-65, -1424], [-340, -839], [-198, 2909], [-378, -147], [-165, 1088]], [[192502, 490248], [0, 2320], [-270, 2958], [-406, 2562], [50, 1661], [-272, 1204], [-814, -4], [0, 1554], [-1081, 0]], [[290927, 508615], [234, -781], [324, -14558], [-26, -1329]], [[291459, 491947], [-889, -543]], [[290570, 491404], [-581, -367], [-299, 867]], [[289690, 491904], [-769, 2247]], [[288921, 494151], [-1154, 3457]], [[287767, 497608], [260, 2084], [1343, 6200], [870, 2516], [687, 207]], [[198469, 508740], [221, -3931], [453, -2060], [152, 402], [684, -2631]], [[199979, 500520], [185, -1795], [287, -397], [154, -2198], [-5, -2947]], [[200600, 493183], [-3911, 52]], [[206332, 508724], [28, -15346]], [[206360, 493378], [-1, -12616]], [[206359, 480762], [-2612, -66]], [[203747, 480696], [21, 19902]], [[203768, 500598], [-42, 7997]], [[203768, 500598], [-1168, -134], [-2621, 56]], [[293201, 498098], [-645, -417], [133, -5014], [-525, -324]], [[292164, 492343], [-705, -396]], [[290927, 508615], [1946, 21]], [[209210, 500728], [5, -7271]], [[209215, 493457], [-2855, -79]], [[169715, 494866], [13, -4024]], [[169728, 490842], [-1637, 145], [-4, -1633], [-2343, -17]], [[165744, 489337], [4, 6477]], [[237194, 508319], [5, -4865]], [[237199, 503454], [-679, 9], [-2, -1632], [-677, -6], [-1, 1627]], [[235840, 503452], [-12, 3259]], [[238555, 505023], [-264, -1740], [-417, -1264]], [[237874, 502019], [-336, 1431], [-339, 4]], [[230397, 505111], [0, -3258]], [[230397, 501853], [0, -1635]], [[230397, 500218], [-1208, 4]], [[229189, 500222], [2, 4853]], [[233097, 504116], [341, -1014]], [[233438, 503102], [0, -2921], [-654, 12]], [[232784, 500193], [-25, 1632], [-1362, 11]], [[231397, 501836], [-1000, 17]], [[240561, 504010], [200, -612]], [[240761, 503398], [-169, -3191], [-689, -567], [0, -757]], [[239903, 498883], [-674, 2], [0, 1341]], [[239229, 500226], [-140, 4570]], [[221422, 506807], [-9, -6505]], [[221413, 500302], [-2368, -13]], [[219045, 500289], [-317, 676], [77, 2217], [-293, 1268]], [[222428, 506802], [33, -13076]], [[222461, 493726], [-769, -45]], [[221692, 493681], [-243, 467]], [[221449, 494148], [-36, 6154]], [[224117, 501906], [15, -8145]], [[224132, 493761], [-628, -3]], [[223504, 493758], [-1043, -32]], [[235840, 503452], [-367, -8], [16, -4852]], [[235489, 498592], [-437, 8]], [[235052, 498600], [-236, 771]], [[234816, 499371], [-1378, 3731]], [[183397, 494435], [-268, 4], [1, -3240], [-116, 1], [10, -3446], [227, -982], [-443, -1878]], [[182808, 484894], [-596, -1711], [-145, -1114]], [[182067, 482069], [-654, 3911], [-113, -748], [-563, 1718], [-9, 879], [-657, 322], [-39, -921], [-426, 1521], [-370, 1], [1, 1214], [-439, -1021]], [[178798, 488945], [-56, 216]], [[178742, 489161], [-154, 1983], [62, 1848], [-398, 879], [-33, 1744], [-322, 801]], [[242423, 502839], [0, -2695], [-505, 27]], [[241918, 500171], [-647, 507], [-510, 2720]], [[266980, 506080], [138, -2703], [-131, -3752]], [[266987, 499625], [-1582, -51]], [[265405, 499574], [-5, 6472]], [[265400, 506046], [1580, 34]], [[262728, 506072], [-10, -6460]], [[262718, 499612], [-1346, 23]], [[261372, 499635], [3, 5588]], [[264053, 506017], [3, -6475]], [[264056, 499542], [-1338, 70]], [[245803, 501201], [-678, 11]], [[245125, 501212], [-1014, -15]], [[244111, 501197], [-336, 9]], [[243775, 501206], [-2, 1618]], [[265405, 499574], [-1349, -32]], [[175096, 498364], [-132, -2275], [-32, -3181], [-260, 7]], [[174672, 492915], [-1240, 21]], [[173432, 492936], [-217, 1684], [-680, 1089]], [[163716, 500598], [-1231, -21], [0, -1605], [-451, -3], [2, -1609], [-331, 10]], [[161705, 497370], [-2049, 35]], [[159656, 497405], [135, 5426]], [[239229, 500226], [-676, -7]], [[238553, 500219], [-1077, -9]], [[237476, 500210], [398, 1809]], [[229189, 500222], [-676, -12]], [[228513, 500210], [-1016, 14]], [[297479, 500973], [-166, -1451]], [[297313, 499522], [-157, -1497], [-296, 998], [-160, -1510], [-420, 996]], [[296280, 498509], [-67, 1872], [-265, 1503]], [[159656, 497405], [121, -2501]], [[159777, 494904], [-1469, -89], [-166, -673], [-532, 204], [-411, 1117], [-498, -541], [-6, -1096], [-722, -4], [-55, 1558]], [[155918, 495380], [-123, 1127], [43, 2998], [-132, 924], [521, 1787], [-211, 1291]], [[219045, 500289], [-133, -1711], [523, -288], [58, -1572], [780, -877], [539, -1239], [-128, -869]], [[220684, 493733], [-1196, -11], [0, -483]], [[219488, 493239], [-1893, -6]], [[217595, 493233], [-334, -5], [34, 9715], [49, 1064]], [[260032, 504518], [-8, -4869]], [[260024, 499649], [-1160, 99]], [[258864, 499748], [-13, 3454], [458, 1388]], [[259309, 504590], [723, -72]], [[298975, 496577], [-544, -513], [-20, -3063]], [[298411, 493001], [-914, 898]], [[297497, 493899], [402, 4106], [-586, 1517]], [[307394, 502827], [-140, -1573], [180, -625], [-64, -1886], [-523, -588], [177, -1427], [-225, -1986]], [[306799, 494742], [-257, 115], [-412, 2029], [-390, -679]], [[305740, 496207], [-272, 275]], [[305468, 496482], [309, 2126], [8, 3412], [-219, 979]], [[189728, 498924], [5, -9133]], [[189733, 489791], [-389, -951], [-593, -175]], [[188751, 488665], [-448, -740], [-1162, 820]], [[187141, 488745], [-1, 811], [-499, 8], [1, 1607]], [[186642, 491171], [338, -6], [2, 1607], [490, 820], [15, 2406], [170, 1557], [484, 19], [2, 2777]], [[217595, 493233], [-48, -3229]], [[217547, 490004], [-2628, -7]], [[214919, 489997], [16, 9613]], [[296280, 498509], [-410, -5407]], [[295870, 493102], [-68, 2572], [-938, -658]], [[294864, 495016], [48, 3058], [-119, 2205]], [[155918, 495380], [-1647, -2]], [[305468, 496482], [-133, -1505], [-266, 329], [-18, -2929], [-277, 307]], [[304774, 492684], [-7, 9]], [[304767, 492693], [-269, 531], [-119, -1120], [-300, 314]], [[304079, 492418], [-196, 1521], [-150, 5231]], [[237476, 500210], [-51, -1566]], [[237425, 498644], [-1936, -52]], [[241918, 500171], [207, -1615]], [[242125, 498556], [-525, 16], [0, -1617], [-334, 5], [-1, -3232]], [[241265, 493728], [-356, 11]], [[240909, 493739], [-1010, 22]], [[239899, 493761], [4, 5122]], [[234816, 499371], [-1, -4018], [-672, -9], [-5, -1614]], [[234138, 493730], [-984, 19]], [[233154, 493749], [-366, -7]], [[232788, 493742], [-4, 6451]], [[250535, 502784], [-3, -8151]], [[250532, 494633], [-1040, 40]], [[249492, 494673], [-353, 36]], [[249139, 494709], [-6, 4906], [-327, 5], [-2, 3229]], [[249139, 494709], [-495, 33]], [[248644, 494742], [-1141, -12]], [[247503, 494730], [-11, 3274]], [[253961, 502712], [-152, -2104], [333, -532], [464, 2018]], [[254606, 502094], [-10, -5904]], [[254596, 496190], [-339, 8], [-1, -1624], [-432, 11]], [[253824, 494585], [-416, 19]], [[253408, 494604], [6, 6419], [-153, -38]], [[243775, 501206], [-1056, -193], [-152, -3331]], [[242567, 497682], [-442, 874]], [[252256, 501092], [-365, 1], [-8, -6465]], [[251883, 494628], [-410, -12]], [[251473, 494616], [-941, 17]], [[255685, 502676], [-302, -3069], [-169, -3411]], [[255214, 496196], [-618, -6]], [[254606, 502094], [72, 609]], [[254678, 502703], [1007, -27]], [[192502, 490248], [5, -10113]], [[192507, 480135], [-16, -1620], [-799, 3], [0, -1615], [-653, 8], [-1, -1051]], [[191038, 475860], [-655, -1], [0, 1504], [-643, -3]], [[189740, 477360], [-2, 3452]], [[189738, 480812], [-5, 8979]], [[226493, 500234], [-2, -6499]], [[226491, 493735], [-1332, 24]], [[225159, 493759], [-1027, 2]], [[231397, 501836], [40, -8076]], [[231437, 493760], [-1042, 2]], [[230395, 493762], [2, 6456]], [[232788, 493742], [-1310, 16]], [[231478, 493758], [-41, 2]], [[210893, 492720], [-1678, 5]], [[209215, 492725], [0, 732]], [[244111, 501197], [-1, -6504], [-219, -857], [207, -1948], [-69, -1318]], [[244029, 490570], [-834, 3122]], [[243195, 493692], [-279, 3080], [-349, 910]], [[245125, 501212], [38, -9630]], [[245163, 491582], [-120, 124]], [[245043, 491706], [-313, -400], [-41, -1496], [-287, -3]], [[244402, 489807], [-373, 763]], [[247503, 494730], [-1, -1740]], [[247502, 492990], [-1654, 56], [-187, -1630]], [[245661, 491416], [-498, 166]], [[253408, 494604], [-589, 39]], [[252819, 494643], [-936, -15]], [[186642, 491171], [-1501, 14], [-1, -1610]], [[185140, 489575], [-834, 8], [-3, 4870]], [[203747, 480696], [-170, -9]], [[203577, 480687], [-2877, -39], [0, 148]], [[200700, 480796], [-49, 12388], [-51, -1]], [[165744, 489337], [-329, 0], [-5, -4859], [-338, 5]], [[165072, 484483], [-1001, 8], [0, 1610], [-336, -4], [-2, 1618], [-1027, -13], [-1, 1606], [-664, 64], [-2, 3219], [-321, 77], [-13, 4702]], [[221449, 494148], [180, -1781], [-749, 47], [-196, 1319]], [[294864, 495016], [-214, -1344], [-132, -2763], [162, -4374]], [[294680, 486535], [-165, -92]], [[294515, 486443], [-1724, -1101]], [[292791, 485342], [28, 960], [-465, 275], [-343, 2130], [225, 833], [-72, 2803]], [[238553, 500219], [-2, -6472]], [[238551, 493747], [-677, -2]], [[237874, 493745], [1, 807], [-681, -7]], [[237194, 494545], [221, 1970], [10, 2129]], [[239899, 493761], [-13, 0]], [[239886, 493761], [-1006, -6]], [[238880, 493755], [-329, -8]], [[228513, 500210], [-4, -6463]], [[228509, 493747], [-670, -20]], [[227839, 493727], [-1336, 7]], [[226503, 493734], [-12, 1]], [[230395, 493762], [0, -2]], [[230395, 493760], [-1217, -20]], [[229178, 493740], [-669, 7]], [[260024, 499649], [-9, -6494]], [[260015, 493155], [-615, 55]], [[259400, 493210], [-964, 215]], [[258436, 493425], [364, 3555], [64, 2768]], [[261372, 499635], [-2, -6463]], [[261370, 493172], [-640, -4]], [[260730, 493168], [-715, -13]], [[260024, 499649], [1348, -14]], [[264056, 499542], [8, -6454]], [[264064, 493088], [-669, -1]], [[263395, 493087], [-679, 16]], [[262716, 493103], [2, 6509]], [[262716, 493103], [-656, 52]], [[262060, 493155], [-690, 17]], [[266987, 499625], [-62, -3376], [-470, -1067], [-157, -2040]], [[266298, 493142], [-886, -31]], [[265412, 493111], [-7, 6463]], [[265412, 493111], [-786, 0]], [[264626, 493111], [-562, -23]], [[175339, 492914], [-169, -3], [-23, -6408]], [[175147, 486503], [-644, 5]], [[174503, 486508], [-557, -1]], [[173946, 486507], [0, 3241], [391, -17], [114, 1594], [220, -13], [1, 1603]], [[214919, 489997], [-33, -5323], [-334, -145]], [[214552, 484529], [-104, -245], [-1766, 9]], [[212682, 484293], [343, 3115], [-3812, -38]], [[209213, 487370], [2, 5355]], [[297497, 493899], [-208, -1404], [-408, 589], [-262, -2738], [-163, 304]], [[296456, 490650], [-487, 788], [-99, 1664]], [[235052, 498600], [861, -2186], [275, -1379]], [[236188, 495035], [12, -2914]], [[236200, 492121], [-1368, -13]], [[234832, 492108], [-669, 3], [-25, 1619]], [[304079, 492418], [-79, -2770]], [[304000, 489648], [-229, -1286], [-556, 2438], [-134, -953], [-324, 848]], [[237194, 494545], [-162, -1485], [-844, 1975]], [[243195, 493692], [-616, 1], [0, -1602]], [[242579, 492091], [-668, 7], [-1, 1620], [-645, 10]], [[173432, 492936], [-215, -1206], [111, -1864], [-135, -2004]], [[173193, 487862], [-118, -728], [-1, -2989]], [[173074, 484145], [-2, -31284]], [[173072, 452861], [-3259, -52]], [[169813, 452809], [-49, 5195], [-6, 11887], [-34, 1], [4, 20950]], [[300150, 494046], [150, -5520], [-565, -417], [90, -2385]], [[299825, 485724], [28, -1263], [-360, -306], [-213, -2182]], [[299280, 481973], [-251, -349], [-88, 1241], [-239, -1545]], [[298702, 481320], [-1098, 1335]], [[297604, 482655], [73, 1782], [273, 1403]], [[297950, 485840], [461, 7161]], [[165072, 484483], [0, -1675]], [[165072, 482808], [-3996, 131]], [[161076, 482939], [-1867, -3]], [[159209, 482936], [78, 4514], [296, 1024], [283, 3753], [-89, 2677]], [[286590, 490299], [-326, 1891]], [[286264, 492190], [242, 1614], [1261, 3804]], [[288921, 494151], [-278, -2136], [171, -535], [-163, -1981], [-600, -1658], [-229, 98], [184, -3632]], [[288006, 484307], [-698, 337], [-439, -517]], [[286869, 484127], [-30, 11]], [[286839, 484138], [-17, 6]], [[286822, 484144], [-93, 2654], [-183, 296], [473, 1068], [-221, 1526], [192, 1728], [-400, -1117]], [[306799, 494742], [-208, -3178], [83, -580], [-394, -2170], [-422, 630], [40, 936]], [[305898, 490380], [198, 677], [-157, 2940], [-190, 25], [-9, 2185]], [[178742, 489161], [-408, 649], [-97, 1865], [-374, -2892], [-523, -708], [-420, -3554], [-518, -1775], [-403, -257]], [[175999, 482489], [-852, 4014]], [[305898, 490380], [-88, 1150], [-333, -4456], [-153, 1112], [-294, -803], [27, 3034], [-191, -1422]], [[304866, 488995], [63, 1229], [-293, 335]], [[304636, 490559], [138, 2125]], [[255214, 496196], [10, -3137], [-283, -948], [-252, -4020]], [[254689, 488091], [-861, -9]], [[253828, 488082], [-4, 6503]], [[296456, 490650], [-138, -1260]], [[296318, 489390], [-526, -1476], [60, -1043]], [[295852, 486871], [-725, 197], [35, -1311], [-435, -257]], [[294727, 485500], [-47, 1035]], [[159209, 482936], [-356, -1083], [-4, -2172]], [[158849, 479681], [-1695, -61], [-4, 1999], [-1023, -130], [-80, 4507], [-584, 9], [-506, 918], [-251, 1689], [-581, 464], [-272, -1480], [-649, -38]], [[153204, 487558], [120, 7683]], [[301339, 486191], [74, -4637]], [[301413, 481554], [-561, -31]], [[300852, 481523], [-271, 609], [-756, 3592]], [[237874, 493745], [1, -6477]], [[237875, 487268], [-1335, -3]], [[236540, 487265], [-340, -1]], [[236200, 487264], [0, 4857]], [[248644, 494742], [4, -1203], [-356, -1775], [167, -1777], [17, -2211], [270, -1702], [223, -2658]], [[248969, 483416], [-1467, -1]], [[247502, 483415], [1, 1681]], [[247503, 485096], [-1, 7894]], [[249492, 494673], [0, -4905]], [[249492, 489768], [-4, -6324]], [[249488, 483444], [-519, -28]], [[251473, 494616], [2, -4829]], [[251475, 489787], [-785, -8]], [[250690, 489779], [-1198, -11]], [[252819, 494643], [-1, -5695]], [[252818, 488948], [3, -842], [-1344, 42]], [[251477, 488148], [-2, 1639]], [[253828, 488082], [-336, -5]], [[253492, 488077], [2, 862], [-676, 9]], [[185140, 489575], [-7, -6496]], [[185133, 483079], [-5, -1541], [-325, -81], [-2, -1617], [-333, 6], [-31, -3059], [-167, -6]], [[184270, 476781], [-988, -2], [0, 1538], [-762, 6], [71, 2286], [-253, 1758], [-271, -298]], [[297950, 485840], [-1609, 2937], [-23, 613]], [[289857, 482936], [-1180, -3640], [-620, 942]], [[288057, 480238], [-51, 4069]], [[289690, 491904], [167, -8968]], [[222306, 488875], [139, -1400], [-277, -1473], [-155, -2285], [239, -7], [214, -2924]], [[222466, 480786], [-655, 1]], [[221811, 480787], [-251, 2], [-1, 4520], [-205, 288], [-400, -1289], [-686, -69], [-402, 533]], [[219866, 484772], [-299, 59]], [[219567, 484831], [-77, 2419], [-2, 5989]], [[221692, 493681], [38, -1693], [582, -1977], [-6, -1136]], [[231478, 493758], [-2, -6467]], [[231476, 487291], [-1083, 9]], [[230393, 487300], [2, 6460]], [[233154, 493749], [0, -6482]], [[233154, 487267], [-1644, 21]], [[231510, 487288], [-34, 3]], [[225159, 493759], [1, -4821]], [[225160, 488938], [-1327, -45]], [[223833, 488893], [-333, -2]], [[223500, 488891], [4, 4867]], [[239886, 493761], [1, -6484]], [[239887, 487277], [-11, 1]], [[239876, 487278], [-996, -7]], [[238880, 487271], [0, 6484]], [[240909, 493739], [-31, -6461]], [[240878, 487278], [-991, -1]], [[230393, 487300], [-1213, -24]], [[229180, 487276], [-2, 6464]], [[238880, 487271], [-672, 1]], [[238208, 487272], [-333, -4]], [[223500, 488891], [-1194, -16]], [[226503, 493734], [-5, -6430]], [[226498, 487304], [-323, 15]], [[226175, 487319], [-998, 7]], [[225177, 487326], [-17, 1612]], [[242579, 492091], [0, -4839]], [[242579, 487252], [-1030, -242]], [[241549, 487010], [-671, 268]], [[234832, 492108], [2, -4840]], [[234834, 487268], [-1653, 0]], [[233181, 487268], [-27, -1]], [[229180, 487276], [-670, -7]], [[228510, 487269], [-670, 12]], [[227840, 487281], [-1, 6446]], [[227840, 487281], [-666, 8]], [[227174, 487289], [-676, 15]], [[244402, 489807], [392, -2555]], [[244794, 487252], [-1243, -3]], [[243551, 487249], [-972, 3]], [[209213, 487370], [2, -6520]], [[209215, 480850], [-2355, -66]], [[206860, 480784], [-501, -22]], [[259400, 493210], [11, -6545]], [[259411, 486665], [-1095, 72]], [[258316, 486737], [-227, 4105], [347, 2583]], [[304000, 489648], [314, -1030]], [[304314, 488618], [155, 528]], [[304469, 489146], [-41, -1011]], [[304428, 488135], [-42, -1969], [-144, 1438], [-555, -1235], [-307, -2321], [164, -2049], [-435, -545]], [[303109, 481454], [-386, 1324], [-161, 2030], [-306, -178], [3, 1605], [-347, 398]], [[219567, 484831], [-690, 962], [-261, -1066], [-279, 233], [-415, 1973], [-376, 207]], [[217546, 487140], [0, -1]], [[217546, 487140], [1, 2864]], [[200700, 480796], [-1181, 20]], [[199519, 480816], [-168, 0]], [[199351, 480816], [0, 2700], [-338, -12], [1, 1631], [-671, 1], [0, 1587], [-983, 520], [0, 1054], [-332, 2], [5, 1652], [-345, 1626]], [[304469, 489146], [96, 425], [146, -4224], [-211, -753], [-72, 3541]], [[304866, 488995], [-144, -863], [186, -1284], [-136, -1342], [-199, 4245], [63, 808]], [[304767, 492693], [-187, -2521], [-266, -1554]], [[260730, 493168], [6, -6502]], [[260736, 486666], [-1325, -1]], [[262060, 493155], [-5, -6525]], [[262055, 486630], [-1319, 36]], [[263395, 493087], [5, -6429]], [[263400, 486658], [-1345, -28]], [[264626, 493111], [-1, -3070]], [[264625, 490041], [-2, -3183]], [[264623, 486858], [-1223, -200]], [[247503, 485096], [-1667, -111]], [[245836, 484985], [-8, 6443], [-167, -12]], [[173946, 486507], [-392, -272], [-361, 1627]], [[292791, 485342], [-439, -295], [152, -6649]], [[292504, 478398], [55, -2188]], [[292559, 476210], [-1099, -481], [-496, 1080]], [[290964, 476809], [-432, 1000], [257, 2733], [-219, 10862]], [[236200, 487264], [-1352, 5]], [[234848, 487269], [-14, -1]], [[178798, 488945], [-51, -1480]], [[178747, 487465], [-147, -2107], [27, -2295], [-141, -364], [-9, -7526]], [[178477, 475173], [-2, -5280], [149, -49]], [[178624, 469844], [-11, -2674]], [[178613, 467170], [-1161, -3], [35, 3027], [-978, 384], [-398, 937], [-84, -1083], [-654, 1955], [-183, 1188]], [[175190, 473575], [801, 17], [8, 8897]], [[290964, 476809], [48, -2087], [-179, -2358]], [[290833, 472364], [-10, -3429]], [[290823, 468935], [-322, 652], [-79, -1360], [-540, 1549], [-309, -528]], [[289573, 469248], [-20, 3211], [418, 3255], [-260, 632], [239, 1293], [-93, 5297]], [[245836, 484985], [-965, 57]], [[244871, 485042], [-77, 2210]], [[199351, 480816], [0, -542], [-2071, -233], [-330, 808], [-664, 541], [-332, 1359], [-996, 270], [0, 1480], [-393, 2122]], [[187141, 488745], [-18, -3230], [155, 229], [839, -2595]], [[188117, 483149], [-2489, -4]], [[185628, 483145], [-495, -66]], [[169813, 452809], [-3140, -59]], [[166673, 452750], [-102, 8]], [[166571, 452758], [-13, 14052], [-1606, -147], [6, 8084], [116, 22], [-2, 8039]], [[199519, 480816], [49, -535], [44, -12867], [-117, 0], [4, -6462], [53, 0]], [[199552, 460952], [1, -3214]], [[199553, 457738], [-4238, 36]], [[195315, 457774], [-81, 8002], [-208, 644], [-621, 4049], [-508, 1245], [-388, 4713], [-175, 3678], [-827, 30]], [[265345, 488432], [-13, -4364], [594, -1608]], [[265926, 482460], [2, -2061]], [[265928, 480399], [-330, 807], [-651, 39], [-327, 827]], [[264620, 482072], [3, 4786]], [[264625, 490041], [337, 2], [2, -1583], [381, -28]], [[217546, 487139], [-458, -846], [2, -7566]], [[217090, 478727], [-2459, 14]], [[214631, 478741], [-79, 1615], [0, 4173]], [[184270, 476781], [-1, -3235]], [[184269, 473546], [-657, 2], [18, -6493], [161, -1616], [-161, -935]], [[183630, 464504], [-371, 1135], [-285, -316]], [[182974, 465323], [1, 3349], [164, 1], [-2, 6527], [-838, 4]], [[182299, 475204], [-1840, -8]], [[180459, 475196], [-55, 2307], [-390, 208], [75, 2719], [-486, 2042], [-29, 3598], [-455, 236], [-372, 1159]], [[189738, 480812], [-430, 714], [-126, 1528], [-434, 6]], [[188748, 483060], [3, 5605]], [[251477, 488148], [-2, -4871]], [[251475, 483277], [-336, -10]], [[251139, 483267], [-664, 186]], [[250475, 483453], [215, 6326]], [[250475, 483453], [-987, -9]], [[297604, 482655], [-139, -531], [-150, -6299]], [[297315, 475825], [-695, -198], [-380, 613]], [[296240, 476240], [-135, 842]], [[296105, 477082], [40, 1309], [261, -315], [91, 2132], [-178, 490], [251, 3497], [-332, 632], [104, 1629], [-255, 1003], [-235, -588]], [[158849, 479681], [187, -616], [254, -2713], [-330, -3406], [-529, -206], [-3, -1355]], [[158428, 471385], [-331, 3], [-437, -1062], [-659, -2951], [-995, -473], [-214, -851]], [[155792, 466051], [-606, -123], [-747, 708], [-3, 821]], [[154436, 467457], [-267, 104]], [[154169, 467561], [-22, 3824], [329, 1721], [-5, 3184], [-170, -23], [1, 3263], [-310, 1557], [0, 1719], [-955, 38]], [[153037, 482844], [167, 4714]], [[253492, 488077], [4, -6488]], [[253496, 481589], [-667, 11]], [[252829, 481600], [-2, 1626], [-1352, 51]], [[225177, 487326], [14, -6561]], [[225191, 480765], [-1074, 13]], [[224117, 480778], [-247, -3]], [[223870, 480775], [-37, 8118]], [[223870, 480775], [-1404, 11]], [[188748, 483060], [-631, 89]], [[254689, 488091], [84, -3796], [-251, -2704]], [[254522, 481591], [-691, -12]], [[253831, 481579], [-335, 10]], [[174503, 486508], [-1, -3222], [107, -1], [3, -3245], [-111, -9], [5, -3147]], [[174506, 476884], [-751, 3480], [-169, 2160], [-512, 1621]], [[219866, 484772], [49, -6023]], [[219915, 478749], [-2825, -22]], [[180459, 475196], [-612, -25]], [[179847, 475171], [-1370, 2]], [[296105, 477082], [-1078, 260]], [[295027, 477342], [17, 4427], [-151, 1362], [-345, 330], [179, 2039]], [[212682, 484293], [-532, -1541], [1, -2393]], [[212151, 480359], [-2937, 18]], [[209214, 480377], [1, 473]], [[231510, 487288], [-3, -6495]], [[231507, 480793], [-1113, 5]], [[230394, 480798], [-1, 6502]], [[233181, 487268], [-6, -6467]], [[233175, 480801], [-1132, -10]], [[232043, 480791], [-536, 2]], [[239876, 487278], [3, -6493]], [[239879, 480785], [-1250, -4]], [[238629, 480781], [-423, 3]], [[238206, 480784], [2, 6488]], [[241549, 487010], [0, -6211]], [[241549, 480799], [-290, -4]], [[241259, 480795], [-1313, -10]], [[239946, 480785], [-67, 0]], [[244871, 485042], [-35, -2081], [144, -2160]], [[244980, 480801], [-1096, 2]], [[243884, 480803], [-334, 1]], [[243550, 480804], [1, 6445]], [[226175, 487319], [6, -6546]], [[226181, 480773], [-417, -14]], [[225764, 480759], [-573, 6]], [[227174, 487289], [5, -6502]], [[227179, 480787], [-998, -14]], [[243550, 480804], [-972, -1]], [[242578, 480803], [-1029, -4]], [[234848, 487269], [-4, -6462]], [[234844, 480807], [-164, -8]], [[234680, 480799], [-1319, -4]], [[233361, 480795], [-186, 6]], [[238206, 480784], [-897, -1]], [[237309, 480783], [-772, 10]], [[236537, 480793], [3, 6472]], [[230394, 480798], [-407, 0]], [[229987, 480798], [-908, -8]], [[229079, 480790], [-570, -5]], [[228509, 480785], [1, 6484]], [[236537, 480793], [-544, 5]], [[235993, 480798], [-1149, 9]], [[228509, 480785], [-758, 1]], [[227751, 480786], [-572, 1]], [[264620, 482072], [-6, -1618], [-556, -296]], [[264058, 480158], [-662, 0]], [[263396, 480158], [4, 6500]], [[259411, 486665], [-4, -6481]], [[259407, 480184], [-1175, 91]], [[258232, 480275], [-219, 3393], [303, 3069]], [[263396, 480158], [-664, 2]], [[262732, 480160], [-666, 1]], [[262066, 480161], [-11, 6469]], [[303109, 481454], [-237, -3363], [-309, -544], [-343, -4752], [-437, 1185]], [[301783, 473980], [56, 1699], [-493, 2897], [67, 2978]], [[262066, 480161], [-1330, 37]], [[260736, 480198], [0, 6468]], [[260736, 480198], [0, -3238]], [[260736, 476960], [-635, -23]], [[260101, 476937], [-693, 9], [-1, 3238]], [[295027, 477342], [-54, -6909]], [[294973, 470433], [-1008, -44]], [[293965, 470389], [167, 2590], [-54, 4202]], [[294078, 477181], [-94, 3357], [378, 3142], [153, 2763]], [[175190, 473575], [-334, 1506], [-129, 1913], [-221, -110]], [[294078, 477181], [-671, -975], [-134, 2686], [-769, -494]], [[221811, 480787], [-2, -9343]], [[221809, 471444], [-1850, 12]], [[219959, 471456], [-44, 7293]], [[300852, 481523], [10, -3416], [-211, -1325]], [[300651, 476782], [-895, 3175], [-123, -380], [-353, 2396]], [[266573, 485031], [2, -1116], [972, 143]], [[267547, 484058], [-7, -6487]], [[267540, 477571], [-652, -91], [7, -1620], [-304, -225]], [[266591, 475635], [-654, -32]], [[265937, 475603], [-9, 4796]], [[265926, 482460], [77, 10]], [[266003, 482470], [432, 2693], [138, -132]], [[247502, 483415], [3, -1619]], [[247505, 481796], [-1004, -19], [9, -2420]], [[246510, 479357], [-1496, -1]], [[245014, 479356], [-34, 1445]], [[288057, 480238], [-163, 246], [-201, -2951], [7, -3154]], [[287700, 474379], [-304, 516]], [[287396, 474895], [-580, 1634], [-156, -692], [-618, -119]], [[286042, 475718], [-350, 485], [-33, 3060]], [[285659, 479263], [575, 1959], [489, 118], [146, 2787]], [[214631, 478741], [5, -4840], [73, -2432]], [[214709, 471469], [-1978, 12]], [[212731, 471481], [-580, 15]], [[212151, 471496], [0, 8863]], [[269259, 474627], [-1374, -276]], [[267885, 474351], [-11, 2434], [-334, 786]], [[267547, 484058], [1423, 278]], [[268970, 484336], [189, -4720], [100, -4989]], [[178613, 467170], [-2, -14382]], [[178611, 452788], [-3086, 41], [-2428, 19]], [[173097, 452848], [-25, 13]], [[251139, 483267], [-6, -6483]], [[251133, 476784], [-1982, 151]], [[249151, 476935], [334, 1631], [4, 3332], [-358, 174], [-162, 1344]], [[249151, 476935], [-328, -1617]], [[248823, 475318], [-991, -774]], [[247832, 474544], [6, 7269], [-333, -17]], [[252829, 481600], [-49, -6493]], [[252780, 475107], [-328, 24]], [[252452, 475131], [-1318, 30]], [[251134, 475161], [-1, 1623]], [[189740, 477360], [2, -5505]], [[189742, 471855], [-1523, -1]], [[188219, 471854], [6, 4870], [-654, 10], [0, 1562], [-614, 11], [-169, 1087], [-1161, 0], [1, 3751]], [[188219, 471854], [-1319, 42]], [[186900, 471896], [-1651, -7], [-264, -1313]], [[184985, 470576], [-183, -1642], [-532, -4], [-1, 4616]], [[161076, 482939], [-47, -16196], [1299, -29], [11, -13965]], [[162339, 452749], [-1582, 70]], [[160757, 452819], [-2346, 190]], [[158411, 453009], [17, 18376]], [[166571, 452758], [-1779, 10]], [[164792, 452768], [-2453, -19]], [[289573, 469248], [-100, -158]], [[289473, 469090], [-527, -154], [-20, 1300], [-279, -24], [-23, 1968], [-519, 2370], [-405, -171]], [[300651, 476782], [-32, -195]], [[300619, 476587], [-404, -4938]], [[300215, 471649], [-352, 1116], [-342, -274], [-74, 1832], [-524, -693], [-159, 1711], [-267, -361]], [[298497, 474980], [-226, 2506], [101, 2208], [330, 1626]], [[154169, 467561], [-316, -270], [-199, -1661], [-396, -276], [-61, 3940], [-268, 1346], [-619, 4]], [[152310, 470644], [269, 5888], [458, 6312]], [[298497, 474980], [-81, -1100]], [[298416, 473880], [-391, 59], [61, 931], [-822, -385]], [[297264, 474485], [51, 1340]], [[301783, 473980], [-163, -962]], [[301620, 473018], [-513, -14], [127, 1049], [-615, 2534]], [[265937, 475603], [-658, -19], [7, -1630]], [[265286, 473954], [-1222, -81]], [[264064, 473873], [-6, 6285]], [[247832, 474544], [-657, 679]], [[247175, 475223], [-660, -544]], [[246515, 474679], [-5, 4678]], [[254522, 481591], [-329, -5330], [49, -1204]], [[254242, 475057], [-476, 2]], [[253766, 475059], [65, 6520]], [[253766, 475059], [-986, 48]], [[238629, 480781], [-1, -4543]], [[238628, 476238], [-1318, -2]], [[237310, 476236], [-1, 4547]], [[237308, 469765], [-1315, 6]], [[235993, 469771], [0, 6459]], [[235993, 476230], [0, 4568]], [[237310, 476236], [-2, -6471]], [[234682, 476230], [-1321, 3]], [[233361, 476233], [0, 4562]], [[234680, 480799], [2, -4569]], [[235993, 476230], [-1311, 0]], [[239947, 476239], [-1319, -1]], [[239946, 480785], [1, -4546]], [[233361, 476233], [-1320, 43]], [[232041, 476276], [2, 4515]], [[209214, 480377], [5, -8812]], [[209219, 471565], [0, -7313]], [[209219, 464252], [-1679, -40]], [[207540, 464212], [-659, -10]], [[206881, 464202], [-21, 16582]], [[241256, 475444], [-1309, 0]], [[239947, 475444], [0, 795]], [[241259, 480795], [-3, -5351]], [[232041, 476276], [-1933, 42]], [[230108, 476318], [88, 2490], [-209, 1990]], [[242578, 480803], [-3, -5357]], [[242575, 475446], [-1319, -2]], [[245014, 479356], [4, -1361], [405, -1717], [-331, -3302]], [[245092, 472976], [-1192, 26]], [[243900, 473002], [-16, 7801]], [[243900, 473002], [-1326, 21]], [[242574, 473023], [1, 2423]], [[230108, 476318], [224, -745], [59, -2539]], [[230391, 473034], [-980, 6]], [[229411, 473040], [-330, 1]], [[229081, 473041], [-2, 7749]], [[206881, 464202], [-1098, -58], [7, -3247]], [[205790, 460897], [-134, -6], [-121, -2624], [-664, 265], [160, 2348], [-1441, 51]], [[203590, 460931], [-7, -1]], [[203583, 460930], [-6, 19757]], [[224117, 480778], [91, -2393], [1571, -3239]], [[225779, 475146], [90, -530]], [[225869, 474616], [-47, -3529], [-165, -2603]], [[225657, 468484], [-436, 813]], [[225221, 469297], [-526, 2160]], [[224695, 471457], [-1032, 3041], [-78, 1580], [-470, 1325], [-243, 2027], [-406, 1356]], [[229081, 473041], [-659, -11]], [[228422, 473030], [0, 1617], [-665, -11]], [[227757, 474636], [-6, 6150]], [[227757, 474636], [-663, -12]], [[227094, 474624], [-1225, -8]], [[225779, 475146], [-15, 5613]], [[203583, 460930], [-1530, -51], [-2501, 73]], [[224695, 471457], [-2109, -11]], [[222586, 471446], [-777, -2]], [[212151, 471496], [-1401, 0]], [[210750, 471496], [-1531, 69]], [[260101, 476937], [-1, -1635]], [[260100, 475302], [-329, 14], [4, -1620], [-1016, -10]], [[258759, 473686], [-527, 6589]], [[262732, 480160], [25, -6465]], [[262757, 473695], [-1325, -1]], [[261432, 473694], [1, 3265], [-697, 1]], [[195315, 457774], [-2814, 132]], [[192501, 457906], [-1359, 125], [-5, 3185], [-131, -2], [32, 14646]], [[264064, 473873], [0, -195]], [[264064, 473678], [-1307, 17]], [[246515, 474679], [-1111, -3345], [-255, -73]], [[245149, 471261], [-57, 1715]], [[286042, 475718], [-35, -4144], [115, -2963], [261, 67], [229, -1455]], [[286612, 467223], [26, -2749]], [[286638, 464474], [-1117, -2]], [[285521, 464472], [-187, 1943], [55, 5513]], [[285389, 471928], [-24, 5905]], [[285365, 477833], [294, 1430]], [[293965, 470389], [-115, -2942]], [[293850, 467447], [-369, -82]], [[293481, 467365], [-266, 2462], [-523, 832]], [[292692, 470659], [-14, 505]], [[292678, 471164], [-119, 5046]], [[217090, 478727], [0, -7285]], [[217090, 471442], [-2381, 27]], [[219959, 471456], [-2869, -14]], [[281818, 478275], [-5, -4317]], [[281813, 473958], [-1305, -81]], [[280508, 473877], [0, 4510]], [[280508, 478387], [1310, -112]], [[280508, 473877], [4, -838]], [[280512, 473039], [-752, 7], [-414, -1125]], [[279346, 471921], [-518, 1158], [12, 3307], [719, 1122], [949, 879]], [[283548, 476628], [9, -4501]], [[283557, 472127], [-318, -2], [8, -1701], [-272, 15]], [[282975, 470439], [-429, 33], [9, 794], [-498, -13]], [[282057, 471253], [10, 2716], [-254, -11]], [[281818, 478275], [657, -443], [527, -1887], [546, 683]], [[285389, 471928], [-697, -201]], [[284692, 471727], [-474, 498], [-661, -98]], [[283548, 476628], [635, 251], [429, -526], [753, 1480]], [[267885, 474351], [36, -4847]], [[267921, 469504], [-333, -96]], [[267588, 469408], [-976, -152]], [[266612, 469256], [-21, 6379]], [[192501, 457906], [15, -12908]], [[192516, 444998], [-2779, 45]], [[189737, 445043], [-3, 7851]], [[189734, 452894], [0, 9524]], [[189734, 462418], [8, 9437]], [[296240, 476240], [-137, -2650], [-357, 111], [-31, -3519], [241, -61], [-25, -3494]], [[295931, 466627], [-259, 37]], [[295672, 466664], [-674, 89]], [[294998, 466753], [-25, 3680]], [[251134, 475161], [-13, -6521]], [[251121, 468640], [-991, -43]], [[250130, 468597], [-1307, 230]], [[248823, 468827], [0, 6491]], [[261432, 473694], [8, -6496]], [[261440, 467198], [-657, -32]], [[260783, 467166], [-660, 1]], [[260123, 467167], [-23, 8135]], [[292678, 471164], [-1239, 47], [-606, 1153]], [[301620, 473018], [189, 655], [301, -1389], [-295, -3187]], [[301815, 469097], [-594, -238], [-94, -983], [-503, -1186]], [[300624, 466690], [-506, 1531], [-67, 1971], [164, 1457]], [[287396, 474895], [215, -2005], [56, -5300]], [[287667, 467590], [-1055, -367]], [[297264, 474485], [21, -2797], [-310, -2918], [270, -2372]], [[297245, 466398], [-1314, 229]], [[232041, 476276], [7, -6486]], [[232048, 469790], [-1892, -6]], [[230156, 469784], [78, 2628], [157, 622]], [[233361, 476233], [0, -6428]], [[233361, 469805], [-1313, -15]], [[239947, 475444], [-4, -5679]], [[239943, 469765], [-1318, 14]], [[238625, 469779], [3, 6459]], [[238625, 469779], [-1317, -14]], [[235993, 469771], [-1311, 30]], [[234682, 469801], [0, 6429]], [[234682, 469801], [-1321, 4]], [[266612, 469256], [-658, -171], [8, -1638]], [[265962, 467447], [-657, -45]], [[265305, 467402], [-19, 6552]], [[242574, 473023], [-2, -3272]], [[242572, 469751], [-1316, 2]], [[241256, 469753], [0, 5691]], [[241256, 469753], [-1313, 12]], [[248823, 468827], [0, -812]], [[248823, 468015], [-1640, -18]], [[247183, 467997], [-8, 7226]], [[247183, 467997], [1, -5692]], [[247184, 462305], [-597, 23]], [[246587, 462328], [-172, 2280], [-542, 826]], [[245873, 465434], [-469, 1433], [-255, 4394]], [[300624, 466690], [-29, -121]], [[300595, 466569], [-107, -729], [-1684, 270]], [[298804, 466110], [-84, 15]], [[298720, 466125], [-215, 4313], [-157, 16], [68, 3426]], [[260123, 467167], [-1187, -13]], [[258936, 467154], [-50, 4104], [-127, 2428]], [[182299, 475204], [2, -6522], [-141, -1591], [-469, 14]], [[181691, 467105], [-327, 810], [-823, 11], [-55, 776], [-638, 0]], [[179848, 468702], [-1, 6469]], [[179848, 468702], [-63, -3749]], [[179785, 464953], [-565, 398], [-162, 1616]], [[179058, 466967], [-63, 1875], [-371, 1002]], [[252452, 475131], [-16, -6573]], [[252436, 468558], [-656, -5]], [[251780, 468553], [-659, 87]], [[182974, 465323], [-238, -239], [-275, -2258], [-767, 3]], [[181694, 462829], [-3, 4276]], [[253766, 475059], [-16, -6494]], [[253750, 468565], [-660, -23]], [[253090, 468542], [-654, 16]], [[254242, 475057], [185, -6512]], [[254427, 468545], [-677, 20]], [[289473, 469090], [-133, -2371]], [[289340, 466719], [-1655, -378]], [[287685, 466341], [-18, 1249]], [[298720, 466125], [-986, 173]], [[297734, 466298], [-489, 100]], [[228422, 473030], [0, -5278]], [[228422, 467752], [-410, 1264], [-493, -321]], [[227519, 468695], [-420, 21]], [[227099, 468716], [-5, 5908]], [[227099, 468716], [-647, 153], [-239, -1688], [-225, -93], [-331, 1396]], [[265305, 467402], [-657, -79]], [[264648, 467323], [-572, -16]], [[264076, 467307], [-12, 6371]], [[282057, 471253], [-126, -2331]], [[281931, 468922], [-1419, 93]], [[280512, 469015], [0, 4024]], [[262757, 473695], [0, -6486]], [[262757, 467209], [-661, 6]], [[262096, 467215], [-656, -17]], [[264076, 467307], [-666, -109]], [[263410, 467198], [-653, 11]], [[184985, 470576], [7, -703], [463, 1104], [183, -1172], [54, -3295], [325, -1616], [-111, -2670]], [[185906, 462224], [-218, 4], [1, -1621], [-435, 0], [0, -1622], [-966, -25]], [[184288, 458960], [-6, 4851], [-652, 693]], [[279029, 472686], [285, -724], [-124, -1251], [-161, 1975]], [[280512, 469015], [1, -6165]], [[280513, 462850], [-1219, -1634]], [[279294, 461216], [-444, 1662]], [[278850, 462878], [-210, 586]], [[278640, 463464], [245, 2248], [543, 1799], [-163, 3149], [81, 1261]], [[230156, 469784], [-257, -2656], [18, -1098], [319, -1424], [30, -1300]], [[230266, 463306], [144, -1322]], [[230410, 461984], [-513, 643]], [[229897, 462627], [-187, 2346], [-300, 1001]], [[229410, 465974], [1, 7066]], [[229410, 465974], [-586, 1070]], [[228824, 467044], [-402, 708]], [[243900, 473002], [-5, -8148]], [[243895, 464854], [-1323, -36]], [[242572, 464818], [0, 4933]], [[245873, 465434], [-1, -548], [-656, 3]], [[245216, 464889], [-1321, -35]], [[292692, 470659], [24, -1088], [-500, -1877]], [[292216, 467694], [-534, -438], [-538, 1053]], [[291144, 468309], [-321, 626]], [[284692, 471727], [-24, -4636]], [[284668, 467091], [-949, -53], [-149, -3444]], [[283570, 463594], [-344, 17]], [[283226, 463611], [9, 1733], [-312, 31], [52, 5064]], [[186900, 471896], [-241, -2319], [147, -3747], [355, 398], [146, -1874], [116, -3740]], [[187423, 460614], [-60, -2973], [-639, 535]], [[186724, 458176], [-180, 1226], [-380, -494], [84, 2409], [-342, 907]], [[189734, 462418], [-524, -641], [35, 1743], [-1064, 341], [14, -3257]], [[188195, 460604], [-772, 10]], [[285521, 464472], [224, -1369], [-308, -60]], [[285437, 463043], [-555, -97]], [[284882, 462946], [2, 2100], [-216, 2045]], [[210915, 461007], [1, -6453], [118, -1623]], [[211034, 452931], [-1815, -34]], [[209219, 452897], [0, 11355]], [[210750, 471496], [65, -4017], [1, -6473], [99, 1]], [[214922, 454659], [-168, -1624]], [[214754, 453035], [-1702, -71]], [[213052, 452964], [-57, -9]], [[212995, 452955], [-124, 1630], [-20, 6469], [-66, 0]], [[212785, 461054], [0, 6430], [-54, 3997]], [[214709, 471469], [45, -10348], [76, -3], [-4, -6452], [96, -7]], [[212785, 461054], [-1870, -47]], [[225221, 469297], [13, -2261]], [[225234, 467036], [-777, 345], [-862, 1235], [-166, 869], [-848, -1646]], [[222581, 467839], [5, 3607]], [[222581, 467839], [-781, -1614], [-391, 247]], [[221409, 466472], [-1271, 1432], [-179, 713]], [[219959, 468617], [0, 2839]], [[219959, 468617], [86, -14154]], [[220045, 454463], [-279, 6]], [[219766, 454469], [-1612, 38]], [[218154, 454507], [-1617, 75]], [[216537, 454582], [-1615, 77]], [[158411, 453009], [-2622, -72]], [[155789, 452937], [3, 13114]], [[283226, 463611], [-473, 58], [-176, -2031]], [[282577, 461638], [-328, 866], [-551, 60]], [[281698, 462564], [229, 2735], [4, 3623]], [[294998, 466753], [-244, -4393]], [[294754, 462360], [-1202, -852]], [[293552, 461508], [61, 2653], [237, 3286]], [[293481, 467365], [-1033, -910]], [[292448, 466455], [-257, -293], [25, 1532]], [[154436, 467457], [-322, -2815], [-164, -2462], [-328, -79], [-48, -2548], [372, -119], [281, -2180], [-183, -1761], [99, -2713]], [[154143, 452780], [-1087, 57]], [[153056, 452837], [-394, 1953], [-208, 4302], [105, 4473], [-71, 1599], [-264, 1356], [-114, 2029], [200, 2095]], [[179785, 464953], [674, -952], [683, -1920], [360, 583]], [[181502, 462664], [-185, -223], [-6, -1813], [-601, 5], [9, -7878]], [[180719, 452755], [-2108, 33]], [[232048, 469790], [-2, -6489]], [[232046, 463301], [-1780, 5]], [[234682, 469801], [-2, -6505]], [[234680, 463296], [-1319, 27]], [[233361, 463323], [0, 6482]], [[233361, 463323], [-985, -8]], [[232376, 463315], [-330, -14]], [[235993, 469771], [0, -4895]], [[235993, 464876], [0, -1607]], [[235993, 463269], [-1313, 27]], [[238625, 469779], [-3, -6531]], [[238622, 463248], [-1315, 8]], [[237307, 463256], [0, 1612]], [[237307, 464868], [1, 4897]], [[237307, 464868], [-1314, 8]], [[239943, 469765], [-4, -6533]], [[239939, 463232], [-1317, 16]], [[241256, 469753], [-1, -4930]], [[241255, 464823], [1, -1610]], [[241256, 463213], [-1317, 19]], [[242572, 464818], [-1317, 5]], [[291144, 468309], [49, -3778], [-226, -2026]], [[290967, 462505], [-369, -97], [-984, -2871], [-607, -823]], [[289007, 458714], [112, 1789], [-67, 1881], [190, 1044], [98, 3291]], [[225234, 467036], [12, -6037]], [[225246, 460999], [0, -6480]], [[225246, 454519], [-1283, -6]], [[223963, 454513], [-1286, -11]], [[222677, 454502], [-33, 1]], [[222644, 454503], [-31, 12930], [-32, 406]], [[268694, 465642], [-316, -1305], [-142, -3076]], [[268236, 461261], [-593, -71]], [[267643, 461190], [-55, 8218]], [[267921, 469504], [681, 71], [92, -3933]], [[267643, 461190], [-1306, -223]], [[266337, 460967], [-314, -75]], [[266023, 460892], [-61, 6555]], [[301815, 469097], [129, -3011], [504, -1291], [-172, -917], [-656, -1009], [-20, -1435], [-247, -532]], [[301353, 460902], [-115, 246]], [[301238, 461148], [-90, 2974], [-550, 962], [-3, 1485]], [[227519, 468695], [-2, -7665]], [[227517, 461030], [-972, -16]], [[226545, 461014], [-1299, -15]], [[228824, 467044], [-4, -7638]], [[228820, 459406], [-975, 10]], [[227845, 459416], [1, 1618], [-329, -4]], [[281698, 462564], [-753, 1]], [[280945, 462565], [-432, 285]], [[250130, 468597], [9, -6418]], [[250139, 462179], [-99, 3]], [[250040, 462182], [-1216, 98]], [[248824, 462280], [-1, 5735]], [[181694, 462829], [-192, -165]], [[251780, 468553], [1, -6529]], [[251781, 462024], [-457, 58]], [[251324, 462082], [-1185, 97]], [[221409, 466472], [43, -12006]], [[221452, 454466], [-68, 2]], [[221384, 454468], [-1339, -5]], [[253090, 468542], [2, -4305]], [[253092, 464237], [4, -2164]], [[253096, 462073], [-1122, -19]], [[251974, 462054], [-193, -30]], [[254427, 468545], [185, -1078], [-127, -2165]], [[254485, 465302], [-1064, 31], [0, -1088], [-329, -8]], [[292448, 466455], [-171, -3336], [-36, -2654]], [[292241, 460465], [-527, -991]], [[291714, 459474], [-489, 1291], [-258, 1740]], [[293552, 461508], [-1311, -1043]], [[248824, 462280], [-247, 1]], [[248577, 462281], [-1393, 24]], [[222644, 454503], [-1192, -37]], [[287015, 460504], [-343, -51]], [[286672, 460453], [-34, 4021]], [[287685, 466341], [71, -5738]], [[287756, 460603], [-741, -99]], [[155789, 452937], [-801, -56]], [[154988, 452881], [-845, -101]], [[266023, 460892], [-1299, -123]], [[264724, 460769], [-27, 1]], [[264697, 460770], [-49, 6553]], [[264697, 460770], [-1281, -49]], [[263416, 460721], [-6, 6477]], [[263416, 460721], [-329, -8]], [[263087, 460713], [-985, -2]], [[262102, 460711], [-6, 6504]], [[262102, 460711], [-632, -30]], [[261470, 460681], [-681, 30]], [[260789, 460711], [-6, 6455]], [[260789, 460711], [-616, -16]], [[260173, 460695], [-1419, -24]], [[258754, 460671], [182, 6483]], [[284882, 462946], [17, -1460], [-606, 385]], [[284293, 461871], [-102, 1733], [-621, -10]], [[229897, 462627], [-253, 6], [-13, -4592]], [[229631, 458041], [-268, -255]], [[229363, 457786], [-543, 3], [0, 1617]], [[295672, 466664], [201, -1871], [-69, -1578]], [[295804, 463215], [-69, -4535]], [[295735, 458680], [-148, -5073]], [[295587, 453607], [-1209, 182]], [[294378, 453789], [-26, 1]], [[294352, 453790], [-31, 692], [433, 7878]], [[289007, 458714], [-9, -2219]], [[288998, 456495], [-609, 12], [-4, 988], [-551, -86]], [[287834, 457409], [-78, 3194]], [[297645, 459260], [-169, 1432], [-916, -278], [9, 882], [-474, 583], [-291, 1336]], [[297734, 466298], [148, -1093], [-43, -2779], [-194, -3166]], [[301238, 461148], [-70, -970]], [[301168, 460178], [-67, -41]], [[301101, 460137], [28, -397]], [[301129, 459740], [-2, -4]], [[301127, 459736], [-256, -726]], [[300871, 459010], [-22, -492]], [[300849, 458518], [-74, -390]], [[300775, 458128], [-385, 553], [-40, -2081], [-373, -819]], [[299977, 455781], [-294, 713], [-11, 1200], [281, 1310], [-388, 368], [185, 1162], [57, 2438], [-390, -234], [39, 1513], [-540, 411], [-112, 1448]], [[299977, 455781], [-56, -2596]], [[299921, 453185], [-840, -171]], [[299081, 453014], [-844, 387]], [[298237, 453401], [-93, 27]], [[298144, 453428], [2, 2448], [-359, 413], [119, 1141]], [[297906, 457430], [27, 1226], [-288, 604]], [[184288, 458960], [0, -6128]], [[184288, 452832], [-2898, -86]], [[181390, 452746], [-671, 9]], [[246587, 462328], [-37, -556], [502, -1805]], [[247052, 459967], [-532, 14], [-2, -1629], [-648, 10]], [[245870, 458362], [-647, 9]], [[245223, 458371], [-7, 6518]], [[254485, 465302], [3, -3266]], [[254488, 462036], [-1092, 47]], [[253396, 462083], [-300, -10]], [[245223, 458371], [-649, 13]], [[244574, 458384], [-652, -1]], [[243922, 458383], [-27, 6471]], [[237307, 463256], [111, -1603], [1, -4876]], [[237419, 456777], [-650, -3]], [[236769, 456774], [-649, -15]], [[236120, 456759], [0, 4918], [-127, 1592]], [[243922, 458383], [-651, 50]], [[243271, 458433], [-651, -34]], [[242620, 458399], [-48, 6419]], [[242620, 458399], [-653, 5]], [[241967, 458404], [-654, -10]], [[241313, 458394], [-57, 4819]], [[286672, 460453], [9, -2065], [-460, 403], [-3, -1030], [-340, 349]], [[285878, 458110], [-226, 21]], [[285652, 458131], [-201, 28], [-14, 4884]], [[209219, 452897], [0, -5656]], [[209219, 447241], [2, -2488]], [[209221, 444753], [-1673, 14], [-1, 1638]], [[207547, 446405], [-7, 17807]], [[207547, 446405], [-1742, 68]], [[205805, 446473], [-15, 14424]], [[189734, 452894], [-1286, -39]], [[188448, 452855], [-243, 1756], [-87, 2141], [178, 1265], [-101, 2587]], [[284293, 461871], [21, -3935], [375, 114]], [[284689, 458050], [-2, -5187]], [[284687, 452863], [-1795, -1]], [[282892, 452862], [-390, -48]], [[282502, 452814], [75, 8824]], [[278850, 462878], [-1, -10015]], [[278849, 452863], [-1529, -47]], [[277320, 452816], [-423, 27], [0, 5034]], [[276897, 457877], [602, 1758], [633, 2570], [508, 1259]], [[232376, 463315], [-1, -1600], [202, -13], [-4, -4901]], [[232573, 456801], [-1911, 67]], [[230662, 456868], [1, 1145]], [[230663, 458013], [-154, 1201], [39, 2679], [-138, 91]], [[234680, 463296], [161, -1608], [-5, -4919]], [[234836, 456769], [-647, 13]], [[234189, 456782], [-648, 10]], [[233541, 456792], [3, 4901], [-183, 1630]], [[233541, 456792], [-968, 9]], [[236120, 456759], [-644, 5]], [[235476, 456764], [-640, 5]], [[238622, 463248], [103, -1618], [-1, -4868]], [[238724, 456762], [-656, 0]], [[238068, 456762], [-649, 15]], [[239939, 463232], [70, -6471]], [[240009, 456761], [-640, -7]], [[239369, 456754], [-645, 8]], [[241313, 458394], [-653, -6], [2, -1611]], [[240662, 456777], [-653, -16]], [[297906, 457430], [-486, -1106], [-24, 856], [-523, -374], [-118, 1160], [-154, -1681], [-621, 1035], [76, 1737], [-321, -377]], [[285652, 458131], [-963, -81]], [[280945, 462565], [4, -9702]], [[280949, 452863], [-1704, -50]], [[279245, 452813], [-396, 50]], [[230663, 458013], [-1032, 28]], [[282502, 452814], [-1272, 49]], [[281230, 452863], [-281, 0]], [[291714, 459474], [-261, -2859], [238, -600]], [[291691, 456015], [-916, -2845]], [[290775, 453170], [-1003, -3057]], [[289772, 450113], [-329, 184], [-290, 2566]], [[289153, 452863], [-165, 772], [10, 2860]], [[248577, 462281], [18, -5761]], [[248595, 456520], [-1108, -48]], [[247487, 456472], [-211, 623], [-224, 2872]], [[294352, 453790], [-85, -1335], [-514, 519], [-607, 1358]], [[293146, 454332], [53, 903]], [[293199, 455235], [352, 2851], [1, 3422]], [[249240, 456572], [-645, -52]], [[250040, 462182], [14, -5553]], [[250054, 456629], [-814, -57]], [[251324, 462082], [2, -6381]], [[251326, 455701], [-650, -38], [2, 1005], [-624, -39]], [[186724, 458176], [47, -5357]], [[186771, 452819], [-155, 1]], [[186616, 452820], [-2328, 12]], [[253396, 462083], [-8, -6346]], [[253388, 455737], [-109, 0]], [[253279, 455737], [-975, -13]], [[252304, 455724], [-325, 0]], [[251979, 455724], [-5, 6330]], [[251979, 455724], [-653, -23]], [[254614, 455702], [-1226, 35]], [[254488, 462036], [-82, -3532], [208, -2802]], [[293199, 455235], [-367, 801], [-92, -1372], [-647, 330], [-402, 1021]], [[301127, 459736], [69, -1616]], [[301196, 458120], [-253, -1012], [-168, 1020]], [[300849, 458518], [22, 492]], [[227845, 459416], [-2, -4858]], [[227843, 454558], [-1298, -23]], [[226545, 454535], [0, 6479]], [[212995, 452955], [-1853, -35]], [[211142, 452920], [-108, 11]], [[226545, 454535], [3, -3229]], [[226548, 451306], [-1288, -24]], [[225260, 451282], [-14, 3237]], [[266372, 454459], [-653, -60]], [[265719, 454399], [-998, -201]], [[264721, 454198], [3, 6571]], [[266337, 460967], [35, -6508]], [[203590, 460931], [13, -19328], [-708, 2], [8, -7373]], [[202903, 434232], [-1501, 65]], [[201402, 434297], [-1279, 5]], [[200123, 434302], [-1673, -16]], [[198450, 434286], [-31, 12241], [1170, -39], [16, 8015], [-52, 3235]], [[205805, 446473], [4, -12257]], [[205809, 434216], [-2545, -6]], [[203264, 434210], [-361, 22]], [[188448, 452855], [-1677, -36]], [[264721, 454198], [-644, 35]], [[264077, 454233], [-965, -59]], [[263112, 454174], [-25, 6539]], [[263112, 454174], [-326, 40]], [[262786, 454214], [-1301, -17]], [[261485, 454197], [-15, 6484]], [[260173, 460695], [3, -6540]], [[260176, 454155], [-1280, 41]], [[258896, 454196], [-2, 3199], [-393, -4]], [[258501, 457391], [253, 3280]], [[261485, 454197], [-1309, -42]], [[289153, 452863], [-334, -23]], [[288819, 452840], [-1736, 23]], [[287083, 452863], [-29, 3458], [98, 834], [-137, 3349]], [[287083, 452863], [-115, 0]], [[286968, 452863], [-1145, 0]], [[285823, 452863], [55, 5247]], [[247487, 456472], [432, -1434], [26, -1577]], [[247945, 453461], [-2077, 28]], [[245868, 453489], [2, 4873]], [[229363, 457786], [-2, -3238]], [[229361, 454548], [-545, 3]], [[228816, 454551], [-973, 7]], [[301196, 458120], [304, -647]], [[301500, 457473], [18, -1677], [-433, -1150]], [[301085, 454646], [-839, -2060]], [[300246, 452586], [-325, 599]], [[298144, 453428], [-1041, 73]], [[297103, 453501], [-1391, 88]], [[295712, 453589], [-125, 18]], [[301793, 457791], [116, -445]], [[301909, 457346], [403, -2846], [-196, -1501], [475, -1514], [5, -2152]], [[302596, 449333], [-234, -1189]], [[302362, 448144], [-280, -204], [-97, -1526], [-241, -453]], [[301744, 445961], [-218, 3011], [-291, -217], [146, 1519], [-214, 1940], [-82, 2432]], [[301500, 457473], [293, 318]], [[243271, 458433], [-1, -8140]], [[243270, 450293], [-1301, 18]], [[241969, 450311], [-2, 8093]], [[244574, 458384], [-7, -6498]], [[244567, 451886], [-1, -1627]], [[244566, 450259], [-1296, 34]], [[241969, 450311], [-1303, -7]], [[240666, 450304], [-4, 6473]], [[245868, 453489], [0, -1629]], [[245868, 451860], [-1301, 26]], [[285823, 452863], [-1027, 0]], [[284796, 452863], [-109, 0]], [[230662, 456868], [249, -1941], [-15, -1182]], [[230896, 453745], [-107, -597], [-679, 13]], [[230110, 453161], [-2, 1379], [-747, 8]], [[198450, 434286], [-3154, -25]], [[195296, 434261], [-2647, -56]], [[192649, 434205], [-133, 0]], [[192516, 434205], [0, 10793]], [[277320, 452816], [-6, -2742]], [[277314, 450074], [-2528, -14]], [[274786, 450060], [0, 2383]], [[274786, 452443], [526, 1090], [1585, 4344]], [[258896, 454196], [-10, -5792]], [[258886, 448404], [-830, -14]], [[258056, 448390], [-837, 12]], [[257219, 448402], [579, 2539], [358, 3966], [345, 2484]], [[232573, 456801], [-5, -6484]], [[232568, 450317], [-1299, 59]], [[231269, 450376], [19, 2011], [-392, 1358]], [[240666, 450304], [-1299, 5]], [[239367, 450309], [2, 6445]], [[235476, 456764], [0, -6454]], [[235476, 450310], [-323, -7]], [[235153, 450303], [-970, 19]], [[234183, 450322], [6, 6460]], [[234183, 450322], [-1294, 1]], [[232889, 450323], [-321, -6]], [[238068, 456762], [0, -6440]], [[238068, 450322], [-326, 1]], [[237742, 450323], [-971, -4]], [[236771, 450319], [-2, 6455]], [[236771, 450319], [-324, -4]], [[236447, 450315], [-971, -5]], [[239367, 450309], [-322, 8]], [[239045, 450317], [-977, 5]], [[251326, 455701], [-4, -4851]], [[251322, 450850], [-1168, -69], [-750, 255]], [[249404, 451036], [-159, 538]], [[249245, 451574], [-5, 4998]], [[249245, 451574], [-1296, -32]], [[247949, 451542], [-4, 1919]], [[293146, 454332], [-66, -9100]], [[293080, 445232], [-482, -138], [-384, 934], [-288, -777]], [[291926, 445251], [-77, 1003], [-501, 1869], [338, 2426], [-911, 2621]], [[254614, 455702], [218, -1446], [316, -5438]], [[255148, 448818], [123, -1399]], [[255271, 447419], [-6, -4485]], [[255265, 442934], [-737, 66], [-9, 1648], [-322, -35], [-7, 1623], [-327, 774]], [[253863, 447010], [319, 582], [-16, 5161], [-954, -144]], [[253212, 452609], [67, 3128]], [[252304, 455724], [-37, -8080]], [[252267, 447644], [0, -1641]], [[252267, 446003], [-938, -57]], [[251329, 445946], [-7, 4904]], [[253212, 452609], [3, -4870]], [[253215, 447739], [-948, -95]], [[216537, 454582], [2, -6500]], [[216539, 448082], [-1559, -14]], [[214980, 448068], [-230, -4], [4, 4971]], [[301744, 445961], [-236, -1674], [-533, -780]], [[300975, 443507], [-36, 3034], [-176, 277]], [[300763, 446818], [-87, 707]], [[300676, 447525], [-253, 1172]], [[300423, 448697], [-177, 3889]], [[218154, 454507], [10, -6475]], [[218164, 448032], [-1572, 52]], [[216592, 448084], [-53, -2]], [[230110, 453161], [-2, -5099]], [[230108, 448062], [-976, 13]], [[229132, 448075], [-318, 5]], [[228814, 448080], [2, 6471]], [[227843, 454558], [1, -6473]], [[227844, 448085], [-1288, -18]], [[226556, 448067], [-8, 3239]], [[228814, 448080], [-648, 2]], [[228166, 448082], [-322, 3]], [[219766, 454469], [6, -6447]], [[219772, 448022], [-1243, -2]], [[218529, 448020], [-365, 12]], [[225260, 451282], [0, -3235]], [[225260, 448047], [-1272, -15]], [[223988, 448032], [-19, 0]], [[223969, 448032], [-6, 6481]], [[221384, 454468], [0, -6437]], [[221384, 448031], [-1572, -10]], [[219812, 448021], [-40, 1]], [[222677, 454502], [3, -6462]], [[222680, 448040], [-1296, -9]], [[223969, 448032], [-1263, 4]], [[222706, 448036], [-26, 4]], [[265719, 454399], [30, -6681]], [[265749, 447718], [-327, -64]], [[265422, 447654], [-1337, -251]], [[264085, 447403], [-8, 6830]], [[294378, 453789], [-86, -7126]], [[294292, 446663], [-33, -2600]], [[294259, 444063], [-1125, -725], [-133, -918]], [[293001, 442420], [79, 2812]], [[302596, 449333], [321, -1189], [408, -369], [764, 1511], [-341, 4569], [401, -2137], [107, -3239], [-210, -1768], [-1085, -604], [-241, -1586], [-502, -404], [144, 4027]], [[262786, 454214], [4, -5818]], [[262790, 448396], [-1035, -6]], [[261755, 448390], [-267, 4]], [[261488, 448394], [-3, 5803]], [[264085, 447403], [-109, -15]], [[263976, 447388], [-1133, -180]], [[262843, 447208], [-53, 1188]], [[261488, 448394], [-1023, -15]], [[260465, 448379], [-349, 0]], [[260116, 448379], [69, 741], [-9, 5035]], [[260116, 448379], [-774, 27]], [[259342, 448406], [-456, -2]], [[295712, 453589], [-58, -1345], [397, 121], [-173, -3103], [-189, -155], [94, -2951]], [[295783, 446156], [-481, -2335], [-431, -845]], [[294871, 442976], [-365, 419], [-214, 3268]], [[231269, 450376], [205, -1283], [-160, -2129]], [[231314, 446964], [-897, 11]], [[230417, 446975], [1, 1083], [-310, 4]], [[297103, 453501], [5, -4180], [88, 63], [182, -3932]], [[297378, 445452], [-156, -333]], [[297222, 445119], [-108, 1173], [-581, -358], [-107, -908]], [[296426, 445026], [-541, -412], [-102, 1542]], [[298237, 453401], [8, -1301], [-328, -15], [-2, -2289], [170, -1515], [-230, -737]], [[297855, 447544], [-477, -2092]], [[247949, 451542], [-252, -2717]], [[247697, 448825], [-205, -1009]], [[247492, 447816], [-632, 692]], [[246860, 448508], [-476, -580], [-516, 680]], [[245868, 448608], [0, 3252]], [[299081, 453014], [27, -5277]], [[299108, 447737], [6, -1575]], [[299114, 446162], [-459, -104], [-560, 583], [-240, 903]], [[300423, 448697], [-95, -429]], [[300328, 448268], [-110, 206]], [[300218, 448474], [-189, -592], [-921, -145]], [[291926, 445251], [-301, -1608], [-771, -203], [-6, -1282]], [[290848, 442158], [-634, 1017], [-245, 2280]], [[289969, 445455], [47, 2798], [-244, 1860]], [[160757, 452819], [3, -15155]], [[160760, 437664], [-2931, -15]], [[157829, 437649], [50, 2566], [-253, 887], [-643, -3074], [-236, 36], [-242, -1729], [156, -2198], [-334, 192], [-289, 1393], [-274, -63], [-470, 1939]], [[155294, 437598], [-187, 3492], [-519, 272]], [[154588, 441362], [111, 941], [-260, 2964], [146, 1892], [-113, 2512], [387, 1397], [129, 1813]], [[214980, 448068], [2, -6471]], [[214982, 441597], [-197, 8], [0, -3232]], [[214785, 438373], [-1547, 1]], [[213238, 438374], [-73, 4047]], [[213165, 442421], [1, 5662], [-117, 1089], [3, 3792]], [[213165, 442421], [-2040, -26]], [[211125, 442395], [-4, 4869]], [[211121, 447264], [21, 5656]], [[188448, 452855], [2, -2742], [226, -3238], [-46, -2736], [-189, -2015]], [[188441, 442124], [-433, 106], [-167, -983], [-443, 939]], [[187398, 442186], [-88, 2093], [-182, -89], [-193, 3078], [-4, 3038], [-315, 2514]], [[211121, 447264], [-1902, -23]], [[189737, 445043], [-2, -6109]], [[189735, 438934], [-608, -2000]], [[189127, 436934], [120, 1271], [-305, 2684], [-249, 88]], [[188693, 440977], [-252, 1147]], [[286968, 452863], [88, -6473]], [[287056, 446390], [-234, -102], [-57, -1948]], [[286765, 444340], [-1655, 896]], [[285110, 445236], [-170, 121]], [[284940, 445357], [-144, 7506]], [[284940, 445357], [-238, -844], [-1781, -169]], [[282921, 444344], [-29, 8518]], [[187398, 442186], [-205, 139], [-194, -1813], [-584, 5], [-711, -4841]], [[185704, 435676], [-852, -1423], [-3463, -5]], [[181389, 434248], [1, 18498]], [[173097, 434253], [-1, -6651], [-636, -10], [-149, -2165]], [[172311, 425427], [-25, 2930], [-933, 15], [0, 3230], [-3183, -37], [0, 1955], [-1457, -9]], [[166713, 433511], [-57, 0], [17, 19239]], [[173097, 452848], [0, -18595]], [[181389, 434248], [-13, -16439]], [[181376, 417809], [-3391, 104], [-1592, 99]], [[176393, 418012], [-461, -9], [-438, 10035], [-1, 6209], [-1195, 9]], [[174298, 434256], [-1201, -3]], [[281230, 452863], [9, -7106]], [[281239, 445757], [-601, -298]], [[280638, 445459], [-179, 516], [-1317, -113]], [[279142, 445862], [103, 6951]], [[282921, 444344], [4, -1186]], [[282925, 443158], [-1089, -71]], [[281836, 443087], [-171, 12], [-426, 2658]], [[154588, 441362], [-303, -18], [-4, 1572], [-819, -16]], [[153462, 442900], [-267, 5082], [-262, 812], [123, 4043]], [[289969, 445455], [-804, -6748]], [[289165, 438707], [-411, -130]], [[288754, 438577], [180, 478], [-59, 7138]], [[288875, 446193], [-56, 6647]], [[288875, 446193], [-721, 12]], [[288154, 446205], [-1098, 185]], [[279142, 445862], [-1549, 13]], [[277593, 445875], [-281, -13]], [[277312, 445862], [2, 4212]], [[164792, 452768], [-2, -15095]], [[164790, 437673], [-3709, -1]], [[161081, 437672], [-321, -8]], [[166713, 433511], [-9, -8230], [-71, -9], [-2, -9666], [318, 13]], [[166949, 415619], [45, -3525], [106, -405], [-51, -2898]], [[167049, 408791], [-264, -205]], [[166785, 408586], [-505, -709], [-438, -1338], [-205, 182], [104, -3535], [-151, -1501]], [[165590, 401685], [-469, -1590], [-343, 3]], [[164778, 400098], [-9, 2800]], [[164769, 402898], [12, 2458]], [[164781, 405356], [6, 5108]], [[164787, 410464], [3, 27209]], [[253863, 447010], [-4, 809], [-643, -82]], [[253216, 447737], [-1, 2]], [[274786, 450060], [0, -6514]], [[274786, 443546], [-1348, 42]], [[273438, 443588], [-1, 3974]], [[273437, 447562], [3, 2573]], [[273440, 450135], [1346, 2308]], [[245868, 448608], [-3, -3243]], [[245865, 445365], [-1300, 22]], [[244565, 445387], [1, 4872]], [[249404, 451036], [-5, -5898]], [[249399, 445138], [-644, -16]], [[248755, 445122], [-900, 11]], [[247855, 445133], [-158, 3692]], [[226556, 448067], [2, -4023]], [[226558, 444044], [-753, -845], [-533, -1]], [[225272, 443198], [-12, 4849]], [[251329, 445946], [-636, 7], [1, -814]], [[250694, 445139], [-1295, -1]], [[232889, 450323], [0, -4862], [165, -1791]], [[233054, 443670], [-1389, 16]], [[231665, 443686], [-256, 439], [-95, 2839]], [[243270, 450293], [6, -6524]], [[243276, 443769], [-326, -13]], [[242950, 443756], [-979, -17]], [[241971, 443739], [-2, 6572]], [[237742, 450323], [68, -6545]], [[237810, 443778], [-1255, -153]], [[236555, 443625], [-107, 1818], [-1, 4872]], [[234183, 450322], [1, -4860], [144, -1818]], [[234328, 443644], [-317, 10]], [[234011, 443654], [-957, 16]], [[235153, 450303], [2, -4797], [121, -1872]], [[235276, 443634], [-948, 10]], [[241971, 443739], [-319, -4]], [[241652, 443735], [-960, -14]], [[240692, 443721], [-26, 6583]], [[239045, 450317], [53, -6615]], [[239098, 443702], [0, -314]], [[239098, 443388], [-1288, 390]], [[240692, 443721], [-320, -6]], [[240372, 443715], [-1274, -13]], [[236555, 443625], [-1279, 9]], [[244565, 445387], [-5, -3261]], [[244560, 442126], [-322, 12]], [[244238, 442138], [-104, 1623], [-858, 8]], [[273437, 447562], [-275, -15], [3, -1357], [-539, -11], [-3, -1320], [-265, -4]], [[272358, 444855], [-272, 1146]], [[272086, 446001], [570, 2452], [784, 1682]], [[277312, 445862], [-602, -34], [-476, -2456]], [[276234, 443372], [-1448, -20]], [[274786, 443352], [0, 194]], [[247855, 445133], [-29, -825], [-657, -1555], [-5, -2418]], [[247164, 440335], [-1778, 120]], [[245386, 440455], [0, 4]], [[245386, 440459], [89, 1581], [707, 640]], [[246182, 442680], [363, 171], [871, 2340], [76, 2625]], [[300676, 447525], [-94, -1308], [-254, 2051]], [[246182, 442680], [7, 2674], [-324, 11]], [[300218, 448474], [-108, -2110]], [[300110, 446364], [-154, -894], [-847, -110]], [[299109, 445360], [5, 802]], [[260465, 448379], [14, -4389]], [[260479, 443990], [3, -1610]], [[260482, 442380], [-1130, -18]], [[259352, 442362], [-1, 806]], [[259351, 443168], [-9, 5238]], [[259351, 443168], [-1136, -50], [2, -810]], [[258217, 442308], [-163, -1]], [[258054, 442307], [104, 4029], [-102, 2054]], [[258054, 442307], [-490, -569], [-231, -2173], [-408, -905]], [[256925, 438660], [-7, 8808]], [[256918, 447468], [301, 934]], [[262847, 444118], [-1085, -69]], [[261762, 444049], [-7, 4341]], [[262843, 447208], [4, -3090]], [[261762, 444049], [-1283, -59]], [[229132, 448075], [0, -5329]], [[229132, 442746], [-759, -1483], [-211, 138]], [[228162, 441401], [4, 6681]], [[228162, 441401], [-318, 227]], [[227844, 441628], [-643, -1180]], [[227201, 440448], [0, 1151], [-292, 1]], [[226909, 441600], [0, 2456], [-351, -12]], [[230417, 446975], [2, -2974], [320, -2434]], [[230739, 441567], [-395, 2]], [[230344, 441569], [-276, 747], [-936, 373]], [[229132, 442689], [0, 57]], [[218529, 448020], [-5, -6446]], [[218524, 441574], [-1550, 27]], [[216974, 441601], [-383, 9]], [[216591, 441610], [1, 6474]], [[216591, 441610], [-1609, -13]], [[225272, 443198], [0, -1617]], [[225272, 441581], [-1262, 6]], [[224010, 441587], [-20, -2]], [[223990, 441585], [-2, 6447]], [[222706, 448036], [25, -6450]], [[222731, 441586], [-12, -6463]], [[222719, 435123], [-609, -9]], [[222110, 435114], [-2224, 2]], [[219886, 435116], [-74, 6454]], [[219812, 441570], [0, 6451]], [[219812, 441570], [-1288, 4]], [[223990, 441585], [-1259, 1]], [[267414, 445850], [-697, -80]], [[266717, 445770], [-430, -32], [-394, -2264], [-479, -1510]], [[265414, 441964], [1, 1360]], [[265415, 443324], [7, 4330]], [[265749, 447718], [781, 161]], [[266530, 447879], [6, 1]], [[266536, 447880], [30, 6]], [[266566, 447886], [16, 1]], [[266582, 447887], [26, 6]], [[266608, 447893], [806, -2043]], [[255265, 442934], [-2, -3134]], [[255263, 439800], [-1357, -110], [6, -1614], [-648, -80]], [[253264, 437996], [-23, 4868]], [[253241, 442864], [-25, 4873]], [[267414, 445850], [546, -1925], [381, 1255], [294, -1578], [-868, -836]], [[267767, 442766], [-50, -4]], [[267717, 442762], [-15, -1]], [[267702, 442761], [-769, 5], [-213, 794]], [[266720, 443560], [-3, 2210]], [[253241, 442864], [-956, -107]], [[252285, 442757], [-18, 3246]], [[265415, 443324], [-1279, -37]], [[264136, 443287], [-108, 529], [-52, 3572]], [[273438, 443588], [0, -2864]], [[273438, 440724], [-1081, 8]], [[272357, 440732], [1, 4123]], [[299109, 445360], [-23, -3357], [-140, -1618]], [[298946, 440385], [-436, -421], [-482, 288], [-416, -840], [-291, 2723]], [[297321, 442135], [350, 235], [-50, 1824], [-299, -181], [-100, 1106]], [[256110, 445860], [11, -7106]], [[256121, 438754], [-158, -435]], [[255963, 438319], [-386, -1051], [-314, 71]], [[255263, 437339], [0, 2461]], [[255271, 447419], [248, -1015], [591, -544]], [[256925, 438660], [-559, 918], [-245, -824]], [[256110, 445860], [808, 1608]], [[264136, 443287], [1, -1079]], [[264137, 442208], [-1288, -29]], [[262849, 442179], [-2, 1939]], [[211125, 442395], [-24, -800]], [[211101, 441595], [-1879, -26]], [[209222, 441569], [-1, 3184]], [[231665, 443686], [164, -2163]], [[231829, 441523], [-1090, 44]], [[300704, 446133], [-85, -2793], [-210, 505], [295, 2288]], [[300975, 443507], [-208, -748], [-4, 4059]], [[294871, 442976], [348, -1153], [336, -2034], [-121, -1229]], [[295434, 438560], [-200, -1187], [-705, -2090], [-626, -1185]], [[293903, 434098], [-195, 2025], [683, 2086], [-173, 2860]], [[294218, 441069], [41, 2994]], [[209222, 441569], [-4, -7295]], [[209218, 434274], [-2479, -59]], [[206739, 434215], [-930, 1]], [[300110, 446364], [27, -3366], [-179, -1833], [-1042, -1242], [30, 462]], [[288154, 446205], [-316, -4003]], [[287838, 442202], [-487, -794], [-761, -136]], [[286590, 441272], [175, 3068]], [[297321, 442135], [207, -2884], [-531, -114]], [[296997, 439137], [-298, 3270], [-256, -278], [-17, 2897]], [[296997, 439137], [9, -62]], [[297006, 439075], [21, -79]], [[297027, 438996], [-1112, 58], [-473, -1600], [-8, 1106]], [[288754, 438577], [-264, -1321]], [[288490, 437256], [-133, 486], [-104, 2827], [-415, 1633]], [[293001, 442420], [-13, -2190]], [[292988, 440230], [-683, -3302]], [[292305, 436928], [-373, 1054]], [[291932, 437982], [-934, 2867]], [[290998, 440849], [-150, 1309]], [[252285, 442757], [26, -6500]], [[252311, 436257], [-960, -39], [-1, -3314]], [[251350, 432904], [-324, -34]], [[251026, 432870], [0, 3329], [-319, -14]], [[250707, 436185], [-5, 3838]], [[250702, 440023], [-8, 5116]], [[272357, 440732], [-1, 0]], [[272356, 440732], [-569, 47], [73, -1359], [-321, -13]], [[271539, 439407], [-538, -38]], [[271001, 439369], [3, 1405], [-263, 14], [8, 2861]], [[270749, 443649], [623, -332], [714, 2684]], [[280638, 445459], [-3, -3672], [463, -4], [46, -3243]], [[281144, 438540], [-1140, 433], [-177, -968]], [[279827, 438005], [-70, 1137], [-624, 1848], [-379, -396]], [[278754, 440594], [88, 2092], [292, -302], [8, 3478]], [[278754, 440594], [-317, -166]], [[278437, 440428], [5, 1839], [-538, 103], [-216, -927]], [[277688, 441443], [-95, 4432]], [[277688, 441443], [-1, -945], [-351, -264], [-253, -2768]], [[277083, 437466], [-849, -18]], [[276234, 437448], [0, 5924]], [[269692, 442195], [16, -2668]], [[269708, 439527], [-1391, 120]], [[268317, 439647], [-18, 2605], [-150, 10]], [[268149, 442262], [253, 825], [384, -407]], [[268786, 442680], [-5, -153]], [[268781, 442527], [480, -1172], [431, 840]], [[266720, 443560], [-15, -4583]], [[266705, 438977], [-3, -1624]], [[266702, 437353], [-1282, 19]], [[265420, 437372], [-6, 4592]], [[281836, 443087], [1, -1967], [-292, -2833]], [[281545, 438287], [-401, 253]], [[290998, 440849], [-384, -1439], [-427, -3445]], [[290187, 435965], [-461, 1079], [82, 1909], [-643, -246]], [[245386, 440459], [-830, 46], [4, 1621]], [[285110, 445236], [175, -3416], [441, -1905], [405, -536]], [[286131, 439379], [-539, -2232]], [[285592, 437147], [-256, 304]], [[285336, 437451], [-455, -615]], [[284881, 436836], [-228, -951], [-463, -355]], [[284190, 435530], [-1068, 5402], [-197, 2226]], [[286590, 441272], [-78, -1277]], [[286512, 439995], [-381, -616]], [[250702, 440023], [-480, -176], [-57, -1256], [-306, 11], [0, -1588]], [[249859, 437014], [-479, 1]], [[249380, 437015], [-1, 1587], [-610, 12]], [[248769, 438614], [-14, 6508]], [[248769, 438614], [-31, -1592], [-323, 7]], [[248415, 437029], [-1262, 34]], [[247153, 437063], [11, 3272]], [[192516, 434205], [-2782, 5], [1, 4724]], [[262849, 442179], [1, -2880]], [[262850, 439299], [-1082, -133]], [[261768, 439166], [-6, 4883]], [[261768, 439166], [-323, -1]], [[261445, 439165], [-639, 38], [-321, 533]], [[260485, 439736], [-3, 2644]], [[226909, 441600], [-6, -1597], [-967, -298], [-621, -536], [-31, 2413]], [[225284, 441582], [-12, -1]], [[293006, 440243], [-18, -18]], [[292988, 440225], [0, 5]], [[294218, 441069], [-1212, -826]], [[302428, 442673], [372, -1939], [-773, -264], [113, 1840], [288, 363]], [[271001, 439369], [-263, 5], [-6, -1403], [-273, -2], [-271, -1169], [-5, -1369]], [[270183, 435431], [-459, 41]], [[269724, 435472], [-16, 4055]], [[269692, 442195], [936, 1653], [121, -199]], [[244238, 442138], [-5, -4866]], [[244233, 437272], [-641, 8]], [[243592, 437280], [-640, 13]], [[242952, 437293], [-2, 6463]], [[239098, 443388], [2, -6149]], [[239100, 437239], [-639, 12]], [[238461, 437251], [-646, 14]], [[237815, 437265], [-5, 6513]], [[242952, 437293], [-653, -16]], [[242299, 437277], [-642, -14]], [[241657, 437263], [-5, 6472]], [[237815, 437265], [-627, -98]], [[237188, 437167], [-633, 7]], [[236555, 437174], [0, 6451]], [[241657, 437263], [-642, -12]], [[241015, 437251], [-638, -8]], [[240377, 437243], [-5, 6472]], [[240377, 437243], [-639, -2]], [[239738, 437241], [-638, -2]], [[234011, 443654], [-4, -6441]], [[234007, 437213], [-636, 14]], [[233371, 437227], [-1382, -2]], [[231989, 437225], [-120, 575]], [[231869, 437800], [88, 2413], [-128, 1310]], [[235276, 443634], [0, -6443]], [[235276, 437191], [-633, 8]], [[234643, 437199], [-636, 14]], [[236555, 437174], [-638, 8]], [[235917, 437182], [-641, 9]], [[274786, 443352], [1, -6623]], [[274787, 436729], [-1339, 18]], [[273448, 436747], [-10, 3977]], [[267702, 442761], [447, -499]], [[268317, 439647], [3, -645]], [[268320, 439002], [-1615, -25]], [[276234, 437448], [-271, -1900]], [[275963, 435548], [-140, 819], [-1037, 201]], [[274786, 436568], [1, 161]], [[265420, 437372], [-967, -37]], [[264453, 437335], [-1, 4878], [-315, -5]], [[259352, 442362], [14, -4890], [-65, -6]], [[259301, 437466], [-1086, -26]], [[258215, 437440], [2, 4868]], [[284190, 435530], [0, -456]], [[284190, 435074], [-1015, -1516], [-180, 1961], [-470, 731], [-132, 1393], [-289, -77], [-14, 1365], [-389, -1859]], [[281701, 437072], [-156, 1215]], [[155294, 437598], [-138, -2080], [141, -717], [-208, -2138], [-386, 312], [218, -3716], [-6, -13593]], [[154915, 415666], [-1334, -12]], [[153581, 415654], [-243, 1901], [-703, 2914], [-129, 3412], [387, 4770], [132, -280], [308, 6363], [-131, 874], [260, 7292]], [[253264, 437996], [-21, -1627]], [[253243, 436369], [-932, -112]], [[229132, 442689], [-7, -7583]], [[229125, 435106], [-7, 1]], [[229118, 435107], [-1274, 15]], [[227844, 435122], [0, 6506]], [[230344, 441569], [400, -3784]], [[230744, 437785], [23, -2699]], [[230767, 435086], [-404, -540]], [[230363, 434546], [0, 542], [-1238, 18]], [[260485, 439736], [-89, -4618]], [[260396, 435118], [-728, -71]], [[259668, 435047], [-364, 782], [-3, 1637]], [[213238, 438374], [-29, -4081]], [[213209, 434293], [-91, -1]], [[213118, 434292], [-2030, -1]], [[211088, 434291], [13, 7304]], [[278437, 440428], [-17, -5242]], [[278420, 435186], [-185, -771], [-669, -629], [-401, 1395], [-70, 2246]], [[277095, 437427], [-12, 39]], [[188693, 440977], [-212, -2506], [-449, -761], [-413, 552], [-140, -1426]], [[187479, 436836], [-928, 257], [-847, -1417]], [[258215, 437440], [-1290, 17]], [[256925, 437457], [0, 1203]], [[288490, 437256], [-135, -732]], [[288355, 436524], [-329, -581], [98, -1543], [-739, -1772]], [[287385, 432628], [-586, 684]], [[286799, 433312], [-59, 3514], [-251, 1238], [23, 1931]], [[264453, 437335], [-316, -6]], [[264137, 437329], [-325, 1637], [-962, -17]], [[262850, 438949], [0, 350]], [[245386, 440455], [-115, -1740], [344, -1568], [113, -1545]], [[245728, 435602], [-1175, 26]], [[244553, 435628], [2, 1613], [-322, 31]], [[216974, 441601], [-2, -6470], [56, -810]], [[217028, 434321], [-2233, -1]], [[214795, 434320], [-10, 4053]], [[219886, 435116], [3, -6448]], [[219889, 428668], [-1545, -2]], [[218344, 428666], [-1309, -44]], [[217035, 428622], [-7, 5699]], [[304069, 440802], [121, -1847], [-424, -197], [303, 2044]], [[227844, 435122], [-1276, -6]], [[226568, 435116], [-6, 2365]], [[226562, 437481], [639, 2967]], [[211088, 434291], [-535, -10]], [[210553, 434281], [-1335, -7]], [[226562, 437481], [-534, -2005], [-733, -3605]], [[225295, 431871], [-11, 3241]], [[225284, 435112], [0, 6470]], [[225284, 435112], [-1212, 5]], [[224072, 435117], [-74, 0]], [[223998, 435117], [12, 6470]], [[223998, 435117], [-1279, 6]], [[231869, 437800], [-1125, -15]], [[189127, 436934], [-680, -1517], [-235, -1307], [316, -2474], [-193, -1471], [-256, 343]], [[188079, 430508], [-272, 1154]], [[187807, 431662], [-214, 1796], [-114, 3378]], [[279827, 438005], [-264, -1317], [-1, -4191]], [[279562, 432497], [-1143, 101]], [[278419, 432598], [1, 2588]], [[157829, 437649], [146, -436], [-429, -4820], [-421, -4012], [145, -2152], [-836, -2813], [-185, -2444]], [[156249, 420972], [222, -710], [144, -5037]], [[156615, 415225], [-1701, -22], [1, 463]], [[293524, 432082], [-325, 588]], [[293199, 432670], [123, 2992], [-28, 2071], [-288, 2510]], [[293903, 434098], [-379, -2016]], [[291932, 437982], [-383, -2133]], [[291549, 435849], [-417, -3054], [-322, -187]], [[290810, 432608], [-554, 3400]], [[290256, 436008], [-69, -43]], [[272356, 440732], [-5, -6697]], [[272351, 434035], [-74, -1524], [-634, 144]], [[271643, 432655], [-114, 1381]], [[271529, 434036], [10, 5371]], [[273448, 436747], [0, -2714], [-243, -5]], [[273205, 434028], [-854, 7]], [[247153, 437063], [-6, -1623]], [[247147, 435440], [-963, 88]], [[246184, 435528], [-456, 35]], [[245728, 435563], [0, 39]], [[250707, 436185], [-548, -8], [-300, 837]], [[293219, 434221], [-863, 2534]], [[292356, 436755], [-51, 173]], [[292988, 440225], [220, -3323], [11, -2681]], [[286799, 433312], [-277, -2753], [-204, -490]], [[286318, 430069], [-412, 1992]], [[285906, 432061], [44, 1187], [-292, 2181], [-66, 1718]], [[255263, 437339], [2, -2898]], [[255265, 434441], [-1688, -234]], [[253577, 434207], [-321, -56]], [[253256, 434151], [-13, 2218]], [[261445, 439165], [-77, -4820]], [[261368, 434345], [-859, -54]], [[260509, 434291], [-113, 827]], [[294554, 427872], [-111, 3761]], [[294443, 431633], [-93, 1192], [769, -305], [174, 1128], [1072, -46], [376, 298], [903, 2985], [-441, -2838], [-371, -1388], [292, -372], [379, 1926], [532, 898], [205, -1023], [552, 1761], [82, -626], [-1554, -3632], [-192, 472], [-405, -1606], [-231, 346], [-428, -1336], [-389, 99], [-351, -945], [-238, 353], [-532, -1102]], [[269724, 435472], [-278, -7], [9, -1349]], [[269455, 434116], [-813, 51]], [[268642, 434167], [-292, 19]], [[268350, 434186], [-30, 4816]], [[256925, 437457], [-1, -4839]], [[256924, 432618], [-156, -1387], [-315, -5], [2, -1882]], [[256455, 429344], [-469, -1]], [[255986, 429343], [-23, 8976]], [[271529, 434036], [-1228, 59]], [[270301, 434095], [-118, 1336]], [[262850, 438949], [1, -4898]], [[262851, 434051], [1, -1244]], [[262852, 432807], [-755, -89]], [[262097, 432718], [-730, -14]], [[261367, 432704], [1, 1641]], [[268350, 434186], [-789, -60]], [[267561, 434126], [-857, -30]], [[266704, 434096], [-2, 3257]], [[281701, 437072], [-194, -834], [74, -2825], [-363, -706], [-462, -3035], [47, -403]], [[280803, 429269], [26, -143]], [[280829, 429126], [-1257, -6]], [[279572, 429120], [-10, 3377]], [[192649, 434205], [0, -3424]], [[192649, 430781], [-728, 405], [-315, -879], [-787, -888], [-261, 131], [-420, -1293]], [[190138, 428257], [-340, -1866], [-343, -529], [-618, 1479], [-69, 1143], [-267, -1698], [-177, 190]], [[188324, 426976], [-245, 3532]], [[284190, 435074], [-613, -3675]], [[283577, 431399], [-884, -2182]], [[282693, 429217], [-399, 259], [-333, -970], [-479, 890]], [[281482, 429396], [-679, -127]], [[290256, 436008], [-428, -2351]], [[289828, 433657], [-466, -1940], [-519, -917]], [[288843, 430800], [-280, 2542], [218, 671], [-426, 2511]], [[264137, 437329], [-1, -3255], [-160, -7]], [[263976, 434067], [-1125, -16]], [[249380, 437015], [-1, -3256]], [[249379, 433759], [-966, 19]], [[248413, 433778], [2, 3251]], [[214795, 434320], [-2, -28]], [[214793, 434292], [-1584, 1]], [[255986, 429343], [-721, 8]], [[255265, 429351], [0, 5090]], [[292587, 430897], [-395, 1442]], [[292192, 432339], [-104, 1880], [-539, 1630]], [[292356, 436755], [-165, -2166], [367, -971], [29, -2721]], [[231989, 437225], [3, -1985]], [[231992, 435240], [-431, 236], [-484, -1309], [-310, 919]], [[164787, 410464], [-407, -275]], [[164380, 410189], [102, 1081], [5, 3235], [-258, 1376], [-24, 1351], [-366, 545], [-472, 2488], [-707, 1250], [-457, -2310], [-371, 1200], [1, 3539], [-743, -22]], [[161090, 423922], [22, 8573], [-31, 5177]], [[161090, 423922], [-473, 4]], [[160617, 423926], [-1427, -349], [-831, -1032], [-549, 336], [-407, -1138], [-271, 689], [-883, -1460]], [[285336, 437451], [-167, -4196], [366, 397], [371, -1591]], [[286318, 430069], [-895, -2188]], [[285423, 427881], [-525, -887], [-165, 332]], [[284733, 427326], [26, 188]], [[284759, 427514], [265, 1448], [124, 3090]], [[285148, 432052], [-223, 1660], [-44, 3124]], [[259668, 435047], [-2, -813]], [[259666, 434234], [-620, -58], [0, -1610]], [[259046, 432566], [-835, 5]], [[258211, 432571], [4, 4869]], [[226568, 435116], [1, -6480]], [[226569, 428636], [-1260, -4]], [[225309, 428632], [-14, -1]], [[225295, 428631], [0, 3240]], [[258211, 432571], [-314, 19]], [[257897, 432590], [-973, 28]], [[277095, 437427], [-6, -9328]], [[277089, 428099], [-1270, 90]], [[275819, 428189], [-27, 3362]], [[275792, 431551], [-19, 2706], [190, 1291]], [[278419, 432598], [1, -2521], [-655, -4576]], [[277765, 425501], [-675, 2580]], [[277090, 428081], [-1, 18]], [[266704, 434096], [-266, -3234]], [[266438, 430862], [-1015, 34]], [[265423, 430896], [-1, 1871]], [[265422, 432767], [-2, 4605]], [[265422, 432767], [-638, -293], [0, -813], [-644, -36]], [[264140, 431625], [-164, 2442]], [[243592, 437280], [-8, -4878]], [[243584, 432402], [-1283, -20]], [[242301, 432382], [-2, 4895]], [[244553, 435628], [-3, -4868], [-104, 1]], [[244446, 430761], [-862, 15]], [[243584, 430776], [0, 1626]], [[242301, 432382], [-1281, -16]], [[241020, 432366], [-5, 4885]], [[238461, 437251], [3, -4896]], [[238464, 432355], [-1277, -24]], [[237187, 432331], [1, 4836]], [[239738, 437241], [4, -4883]], [[239742, 432358], [-1278, -3]], [[241020, 432366], [-1278, -8]], [[233371, 437227], [-2, -4811]], [[233369, 432416], [-1193, 2]], [[232176, 432418], [-184, 2822]], [[234643, 437199], [-2, -4800]], [[234641, 432399], [-1272, 17]], [[235917, 437182], [-1, -4805]], [[235916, 432377], [-1275, 22]], [[237187, 432331], [-1271, 46]], [[187807, 431662], [-565, -723], [-182, 1854], [-716, -2763]], [[186344, 430030], [-640, 5646]], [[248413, 433778], [-2, -4886]], [[248411, 428892], [-1277, 44]], [[247134, 428936], [13, 6504]], [[285148, 432052], [-398, 107], [-1152, -1498]], [[283598, 430661], [-21, 738]], [[251026, 432870], [-1183, -88]], [[249843, 432782], [68, 968], [-532, 9]], [[292970, 430541], [-431, -269]], [[292539, 430272], [48, 625]], [[293219, 434221], [-249, -3680]], [[274786, 436568], [0, -4189]], [[274786, 432379], [-1580, 38]], [[273206, 432417], [-1, 1611]], [[288843, 430800], [-376, -510]], [[288467, 430290], [-415, -967]], [[288052, 429323], [-667, 3305]], [[275792, 431551], [-1004, -68]], [[274788, 431483], [-2, 896]], [[253256, 434151], [34, -7012], [-625, -15]], [[252665, 427124], [-321, -16], [-28, 2626], [-961, -79]], [[251355, 429655], [-5, 3249]], [[290810, 432608], [-339, -2310]], [[290471, 430298], [-220, -1439], [-616, -2210]], [[289635, 426649], [-20, 311]], [[289615, 426960], [68, 3155], [341, 1723], [-196, 1819]], [[292192, 432339], [-162, 208], [-116, -3152]], [[291914, 429395], [-248, -1212]], [[291666, 428183], [-265, 1560], [-471, -723]], [[290930, 429020], [-459, 1278]], [[186344, 430030], [155, -1074], [97, -4631]], [[186596, 424325], [-109, -154], [37, -2824], [149, -2529], [-95, -2971]], [[186578, 415847], [-452, -1998], [-1271, -19], [-3480, 52]], [[181375, 413882], [1, 3927]], [[245728, 435563], [-37, -2695], [-356, -1884], [-63, -2389]], [[245272, 428595], [-424, 1079]], [[244848, 429674], [-402, 1087]], [[246184, 435528], [-12, -8061]], [[246172, 427467], [-319, 64]], [[245853, 427531], [-783, -26]], [[245070, 427505], [202, 1090]], [[247134, 428936], [-3, -1616]], [[247131, 427320], [-959, 147]], [[270301, 434095], [8, -6024]], [[270309, 428071], [-263, -11], [2, -1850]], [[270048, 426210], [-326, -246]], [[269722, 425964], [-6, 3195], [-215, 1865], [-46, 3092]], [[232176, 432418], [-58, -2195]], [[232118, 430223], [-1754, 3]], [[230364, 430226], [-1, 4320]], [[227844, 435122], [-1, -6484]], [[227843, 428638], [-1271, -2]], [[226572, 428636], [-3, 0]], [[225295, 428631], [-1221, 12]], [[224074, 428643], [-2, 6474]], [[222110, 435114], [25, -6995]], [[222135, 428119], [-630, 263]], [[221505, 428382], [-943, 281]], [[220562, 428663], [-673, 5]], [[224074, 428643], [-9, -170]], [[224065, 428473], [-507, -690], [-760, 186]], [[222798, 427969], [-663, 150]], [[229118, 435107], [-7, -6481]], [[229111, 428626], [-1268, 12]], [[230364, 430226], [0, -4858]], [[230364, 425368], [-1251, 12]], [[229113, 425380], [-2, 3246]], [[260509, 434291], [14, -6500]], [[260523, 427791], [-630, -27]], [[259893, 427764], [-208, -13], [-19, 6483]], [[255265, 429351], [-1, -4575]], [[255264, 424776], [-1140, -98]], [[254124, 424678], [-508, 40], [-39, 9489]], [[261367, 432704], [3, -4889], [-318, -15]], [[261052, 427800], [-529, -9]], [[210532, 425375], [-1577, 18], [-7, -9746]], [[208948, 415647], [-2260, -10]], [[206688, 415637], [-254, -1]], [[206434, 415636], [-6, 4869]], [[206428, 420505], [-5, 1629], [310, -3], [6, 12084]], [[210553, 434281], [-21, -8906]], [[217035, 428622], [-272, 6]], [[216763, 428628], [-1968, -10]], [[214795, 428618], [0, 969]], [[214795, 429587], [-2, 4705]], [[201978, 423908], [55, -1918], [16, -7760]], [[202049, 414230], [-1129, -108]], [[200920, 414122], [-15, 3214]], [[200905, 417336], [-2, 2479], [-1118, -26]], [[199785, 419789], [29, 5937], [320, 1081], [-11, 7495]], [[201402, 434297], [26, -1459], [436, -670], [159, -1784], [-185, -3985], [140, -2491]], [[204199, 424684], [-292, -2572], [-164, 468], [-589, -929], [-98, 691], [-519, -162], [-107, 1114], [-340, -603], [-112, 1217]], [[203264, 434210], [15, -1191], [530, -3758], [390, -4577]], [[199785, 419789], [-1878, -31], [-2612, 18]], [[195295, 419776], [7, 8024]], [[195302, 427800], [-6, 6461]], [[213087, 423794], [-321, 0]], [[212766, 423794], [-1910, -39]], [[210856, 423755], [-5, 1618], [-319, 2]], [[213118, 434292], [7, -4708]], [[213125, 429584], [-38, -5790]], [[214795, 429587], [-1670, -3]], [[195302, 427800], [-315, 562], [-118, 3255], [-531, -11], [-250, -2208], [-269, 1599], [-807, -1146], [-299, 857]], [[192713, 430708], [-64, 73]], [[176393, 418012], [113, -5116], [-101, -2197], [49, -2635], [-263, -2403], [2, -5633]], [[176193, 400028], [-1933, -7]], [[174260, 400021], [29, 16934], [-18, 16297], [27, 1004]], [[174260, 400021], [-2037, 36], [-1236, -1303]], [[170987, 398754], [153, 2224], [-118, 2607], [482, 3073], [266, 298], [86, 1838], [-89, 2169], [75, 3206], [-204, 1481]], [[171638, 415650], [673, 9777]], [[206428, 420505], [-1667, -25]], [[204761, 420480], [-562, 4204]], [[259893, 427764], [3, -1604]], [[259896, 426160], [-839, -53]], [[259057, 426107], [-11, 6459]], [[268642, 434167], [-7, -5295]], [[268635, 428872], [-365, -116]], [[268270, 428756], [-705, -39]], [[267565, 428717], [-4, 5409]], [[254124, 424678], [8, -1608]], [[254132, 423070], [-1470, -13]], [[252662, 423057], [3, 4067]], [[269722, 425964], [-798, -95]], [[268924, 425869], [-10, 2970], [-279, 33]], [[267565, 428717], [-860, -299]], [[266705, 428418], [-211, 275], [-56, 2169]], [[271643, 432655], [-7, -4586]], [[271636, 428069], [-1327, 2]], [[264140, 431625], [-158, -803], [1, -2439]], [[263983, 428383], [-165, -1]], [[263818, 428382], [0, 807], [-964, -2]], [[262854, 429187], [-2, 3620]], [[273206, 432417], [-2, -3235]], [[273204, 429182], [-418, -80], [-224, -1340]], [[272562, 427762], [-923, -316]], [[271639, 427446], [-3, 623]], [[249843, 432782], [-231, -3232]], [[249612, 429550], [-356, -3635], [-528, -731]], [[248728, 425184], [-4, 2060], [-320, 38], [7, 1610]], [[289615, 426960], [-382, -1335]], [[289233, 425625], [-268, 2542], [-150, -335], [-348, 2458]], [[171638, 415650], [-2672, -44], [-2017, 13]], [[288052, 429323], [-372, -1084]], [[287680, 428239], [-781, -2648], [-748, -727]], [[286151, 424864], [-265, 1103]], [[285886, 425967], [-463, 1914]], [[274788, 431483], [-1, -3962]], [[274787, 427521], [-415, -1047]], [[274372, 426474], [-540, 317]], [[273832, 426791], [-154, 2374], [-474, 17]], [[251355, 429655], [-154, -1644], [-415, -1270], [-378, -47]], [[250408, 426694], [-162, 394], [-9, 2476], [-625, -14]], [[262854, 429187], [-1, -2903]], [[262853, 426284], [-742, -74]], [[262111, 426210], [-14, 6508]], [[265423, 430896], [0, -3263]], [[265423, 427633], [-634, -31], [-321, 800], [-485, -19]], [[188324, 426976], [-114, -601]], [[188210, 426375], [-465, -891], [-618, -2134], [-142, 895], [-389, 80]], [[293524, 432082], [-12, -1259], [-325, -351]], [[293187, 430472], [-27, 1524]], [[293160, 431996], [39, 674]], [[262111, 426210], [-369, -18]], [[261742, 426192], [-685, -6]], [[261057, 426186], [-5, 1614]], [[294554, 427872], [-875, -1167]], [[293679, 426705], [-79, 470]], [[293600, 427175], [63, 323]], [[293663, 427498], [119, 2121], [-126, 535]], [[293656, 430154], [90, 1670], [410, 854], [287, -1045]], [[257897, 432590], [-1, -3261]], [[257896, 429329], [-463, 33], [-65, -3266]], [[257368, 426096], [-903, 15]], [[256465, 426111], [-10, 3233]], [[259057, 426107], [-583, -24]], [[258474, 426083], [2, 2440], [-422, -1], [-158, 807]], [[279572, 429120], [-482, -6118]], [[279090, 423002], [-351, -508], [-158, 819], [-661, 807], [-155, 1381]], [[292539, 430272], [83, -963]], [[292622, 429309], [-118, -889]], [[292504, 428420], [-590, 975]], [[233369, 432416], [31, -5977]], [[233400, 426439], [-1091, 87]], [[232309, 426526], [-329, 3028], [138, 669]], [[234641, 432399], [38, -6061]], [[234679, 426338], [-801, 63]], [[233878, 426401], [-478, 38]], [[235916, 432377], [-1, -6119]], [[235915, 426258], [-449, 10]], [[235466, 426268], [-787, 70]], [[243584, 430776], [5, -4002]], [[243589, 426774], [-630, 136]], [[242959, 426910], [-660, -98]], [[242299, 426812], [2, 5570]], [[242299, 426812], [-476, -61]], [[241823, 426751], [-800, -120]], [[241023, 426631], [-3, 5735]], [[237187, 432331], [-2, -6015]], [[237185, 426316], [-604, -38]], [[236581, 426278], [-666, -20]], [[238464, 432355], [-1, -5921]], [[238463, 426434], [-606, -50]], [[237857, 426384], [-672, -68]], [[239742, 432358], [1, -5855]], [[239743, 426503], [-772, -67]], [[238971, 426436], [-508, -2]], [[241023, 426631], [-213, -26]], [[240810, 426605], [-1067, -102]], [[284759, 427514], [-273, 768], [-697, 261]], [[283789, 428543], [-185, 151], [-6, 1967]], [[293187, 430472], [-271, -1807], [244, 3331]], [[195295, 419776], [-1, -10465]], [[195294, 409311], [0, -3031]], [[195294, 406280], [-156, -665], [-2555, -5]], [[192583, 405610], [1, 135]], [[192584, 405745], [-39, 1805], [122, 2542], [304, 1923], [-230, 5]], [[192741, 412020], [-28, 18688]], [[275819, 428189], [-81, -1216], [-510, -2451]], [[275228, 424522], [-441, -3]], [[274787, 424519], [0, 3002]], [[282497, 422685], [-451, 359], [271, 1888], [-71, 939], [431, 2360], [16, 986]], [[283789, 428543], [-584, -2082], [-708, -3776]], [[192741, 412020], [-2481, 120]], [[190260, 412140], [-95, 1614]], [[190165, 413754], [-27, 14503]], [[266705, 428418], [4, -3381]], [[266709, 425037], [-283, -21]], [[266426, 425016], [-1003, 645]], [[265423, 425661], [0, 1972]], [[292970, 430541], [-211, -2552], [-210, -378], [73, 1698]], [[245070, 427505], [-470, -582], [-146, -1016], [115, -2813], [-151, -420]], [[244418, 422674], [-829, 4100]], [[293663, 427498], [-315, 245]], [[293348, 427743], [-288, 1615]], [[293060, 429358], [139, 999], [457, -203]], [[290930, 429020], [33, -2516], [-174, -1499], [76, -1477]], [[290865, 423528], [-301, -1443], [-241, -92]], [[290323, 421993], [-332, 1496], [-16, 2220], [-340, 940]], [[289233, 425625], [-418, -2203]], [[288815, 423422], [-127, 532]], [[288688, 423954], [-1008, 4285]], [[232309, 426526], [155, -1143]], [[232464, 425383], [-995, -12]], [[231469, 425371], [-1105, -3]], [[291666, 428183], [-6, -1402]], [[291660, 426781], [-177, -793], [187, -1217], [-446, -2170]], [[291224, 422601], [-359, 927]], [[252662, 423057], [2, -2183]], [[252664, 420874], [-322, -1]], [[252342, 420873], [-1598, 9]], [[250744, 420882], [-321, 803]], [[250423, 421685], [-15, 5009]], [[214795, 428618], [0, -4795]], [[214795, 423823], [-1708, -29]], [[250423, 421685], [-945, -94]], [[249478, 421591], [-311, -17], [-6, 2159], [-579, 14]], [[248582, 423747], [146, 1437]], [[282497, 422685], [136, -2142]], [[282633, 420543], [-450, -3766]], [[282183, 416777], [-753, 1929]], [[281430, 418706], [-282, 1104], [-60, 1366]], [[281088, 421176], [343, 3266], [-54, 1256]], [[281377, 425698], [-185, 2188], [290, 1510]], [[281088, 421176], [-85, -1011], [-408, 1094], [-38, -1088], [-480, 1549]], [[280077, 421720], [157, 810], [68, 2530], [527, 4066]], [[293348, 427743], [-53, -1237], [-451, 497], [216, 2355]], [[256465, 426111], [5, -1623]], [[256470, 424488], [-1206, 27]], [[255264, 424515], [0, 261]], [[292504, 428420], [-134, -1705]], [[292370, 426715], [-710, 66]], [[258474, 426083], [-4, -2412]], [[258470, 423671], [-889, 5]], [[257581, 423676], [-3, 2416], [-210, 4]], [[273832, 426791], [-165, -804], [-57, -2449]], [[273610, 423538], [-915, 163]], [[272695, 423701], [15, 2450], [-148, 1611]], [[263818, 428382], [2, -6071], [59, -79]], [[263879, 422232], [-1, -5]], [[263878, 422227], [-1029, -28]], [[262849, 422199], [4, 4085]], [[280077, 421720], [-106, -1566]], [[279971, 420154], [-653, 120], [-455, 659]], [[278863, 420933], [227, 2069]], [[248582, 423747], [-330, -1227], [-73, -1405], [-363, -2059]], [[247816, 419056], [-702, 92], [4, 1628]], [[247118, 420776], [13, 6544]], [[268924, 425869], [-64, -3813], [-274, 84]], [[268586, 422140], [-515, 158], [-254, 1409]], [[267817, 423707], [174, 1059], [2, 2875], [277, 1115]], [[267817, 423707], [-635, 190]], [[267182, 423897], [2, 1173], [-475, -33]], [[220562, 428663], [2, -4872], [-317, 7], [0, -1627]], [[220247, 422171], [-287, -23]], [[219960, 422148], [-1562, -10]], [[218398, 422138], [-52, 0]], [[218346, 422138], [-2, 6528]], [[225309, 428632], [0, -6478]], [[225309, 422154], [-1242, 1]], [[224067, 422155], [-2, 6318]], [[221505, 428382], [3, -6212]], [[221508, 422170], [-1261, 1]], [[218346, 422138], [-1521, 20]], [[216825, 422158], [-55, -2]], [[216770, 422156], [-7, 6472]], [[216770, 422156], [-1975, -23]], [[214795, 422133], [0, 1690]], [[227843, 428638], [0, -6483]], [[227843, 422155], [-1260, 3]], [[226583, 422158], [-9, 0]], [[226574, 422158], [-2, 6478]], [[229113, 425380], [-8, -3237]], [[229105, 422143], [-1262, 12]], [[226574, 422158], [-1253, -4]], [[225321, 422154], [-12, 0]], [[284733, 427326], [-651, -856], [-995, -3406], [-367, -2037]], [[282720, 421027], [-87, -484]], [[190165, 413754], [-530, 18], [-2, 802], [-456, 2164], [59, 2009], [-250, 2239], [-310, -14], [-357, 1412], [-183, 1615], [74, 2376]], [[224067, 422155], [-8, 0]], [[224059, 422155], [-1261, 5]], [[222798, 422160], [0, 5809]], [[265423, 425661], [-341, -1036]], [[265082, 424625], [-938, -40], [1, -1903], [-266, -450]], [[222798, 422160], [-1257, 8]], [[221541, 422168], [-33, 2]], [[278863, 420933], [-360, -3256], [-302, -1293]], [[278201, 416384], [-562, 1959], [-401, -1171], [-297, 845], [-366, -25]], [[276575, 417992], [19, 1314]], [[276594, 419306], [179, 812], [290, 5226], [-200, 1084], [227, 1653]], [[288688, 423954], [-466, -3820]], [[288222, 420134], [-493, -1946]], [[287729, 418188], [-773, 3321]], [[286956, 421509], [-805, 3355]], [[276594, 419306], [-123, 1029], [-749, 1490], [-494, 2697]], [[271639, 427446], [-58, -3551], [-110, 16]], [[271471, 423911], [-1324, 215]], [[270147, 424126], [-99, 2084]], [[272695, 423701], [-15, -2420], [-175, -1661]], [[272505, 419620], [-793, 132]], [[271712, 419752], [19, 2733], [-268, 49], [8, 1377]], [[285886, 425967], [-397, -1498], [304, -5190]], [[285793, 419279], [-424, -1382]], [[285369, 417897], [-35, 1119], [-345, 857]], [[284989, 419873], [-161, 1874]], [[284828, 421747], [-318, 1084], [208, 1376], [-107, 1919], [122, 1200]], [[261057, 426186], [8, -3496]], [[261065, 422690], [-374, 7]], [[260691, 422697], [-791, -21]], [[259900, 422676], [0, 530]], [[259900, 423206], [-4, 2954]], [[292731, 427719], [-75, -1794], [-401, -1052], [179, 2727], [297, 119]], [[245853, 427531], [-16, -6606]], [[245837, 420925], [-6, -1698]], [[245831, 419227], [-1653, 137]], [[244178, 419364], [22, 898]], [[244200, 420262], [218, 2412]], [[274787, 424519], [3, -1461]], [[274790, 423058], [-309, -66]], [[274481, 422992], [90, 1247], [-199, 2235]], [[247118, 420776], [-1281, 149]], [[284828, 421747], [-989, -927], [-267, 651], [-693, -2144]], [[282879, 419327], [-159, 1700]], [[244200, 420262], [-1263, 158]], [[242937, 420420], [2, 812]], [[242939, 421232], [20, 5678]], [[290323, 421993], [609, -3619]], [[290932, 418374], [-696, -1839]], [[290236, 416535], [-114, 1663]], [[290122, 418198], [-1307, 5224]], [[292370, 426715], [-184, -1985], [143, -700]], [[292329, 424030], [-474, -3179], [-254, -504]], [[291601, 420347], [-383, 1322], [6, 932]], [[242939, 421232], [-1108, 36]], [[241831, 421268], [-6, 813]], [[241825, 422081], [-2, 4670]], [[274481, 422992], [82, -1388], [-230, -2519]], [[274333, 419085], [-58, -527]], [[274275, 418558], [-502, 43]], [[273773, 418601], [49, 4903], [-212, 34]], [[241825, 422081], [-931, -55]], [[240894, 422026], [21, 2915], [-105, 1664]], [[240894, 422026], [-478, -14]], [[240416, 422012], [1, 803], [-1426, -54]], [[238991, 422761], [-20, 3675]], [[233878, 426401], [60, -5898]], [[233938, 420503], [-1042, 58]], [[232896, 420561], [-163, 921], [-269, 3901]], [[238991, 422761], [0, -2171]], [[238991, 420590], [-1104, -44]], [[237887, 420546], [-30, 5838]], [[235466, 426268], [95, -3437]], [[235561, 422831], [-21, -4851]], [[235540, 417980], [-1218, 74]], [[234322, 418054], [-79, 2428], [-305, 21]], [[190260, 412140], [-1085, 14]], [[189175, 412154], [-1095, -4]], [[188080, 412150], [-519, 2499], [-397, -2608], [-336, -472], [101, 2059], [-351, 2219]], [[237887, 420546], [-2, -2440]], [[237885, 418106], [-1261, 68]], [[236624, 418174], [7, 4610]], [[236631, 422784], [-50, 3494]], [[270147, 424126], [-32, -4044]], [[270115, 420082], [-784, 126], [-762, 580]], [[268569, 420788], [17, 1352]], [[262849, 422199], [1, -796]], [[262850, 421403], [-1157, -62]], [[261693, 421341], [-3, 1350]], [[261690, 422691], [52, 3501]], [[236631, 422784], [-1070, 47]], [[261690, 422691], [-625, -1]], [[259900, 423206], [-1060, -73], [0, -541]], [[258840, 422592], [-370, 1079]], [[257581, 423676], [-3, -4054]], [[257578, 419622], [-1105, 9]], [[256473, 419631], [1, 2822]], [[256474, 422453], [-4, 2035]], [[232896, 420561], [7, -55]], [[232903, 420506], [-1276, -7]], [[231627, 420499], [-157, 10]], [[231470, 420509], [-1, 4862]], [[286956, 421509], [-435, -1129], [-728, -1101]], [[266426, 425016], [-87, -5114]], [[266339, 419902], [-1291, 820]], [[265048, 420722], [34, 3903]], [[210856, 423755], [-18, -8096], [-651, -3]], [[210187, 415656], [-1239, -9]], [[230364, 425368], [0, -4857]], [[230364, 420511], [0, -4861]], [[230364, 415650], [-953, 8]], [[229411, 415658], [-308, 1]], [[229103, 415659], [2, 6484]], [[231470, 420509], [-1106, 2]], [[267401, 418295], [-101, -658]], [[267300, 417637], [-828, 69]], [[266472, 417706], [25, 2123], [-158, 73]], [[267182, 423897], [1, -3714], [212, -4], [6, -1884]], [[255264, 424515], [-14, -6129]], [[255250, 418386], [-5, -4933]], [[255245, 413453], [-1127, -59]], [[254118, 413394], [14, 9676]], [[204761, 420480], [44, -3995], [-107, -2111]], [[204698, 414374], [-40, -1499]], [[204658, 412875], [-515, -982], [-138, -1866]], [[204005, 410027], [-269, -196], [-186, 2235], [-440, 1922], [-526, 245]], [[202584, 414233], [-535, -3]], [[265048, 420722], [-23, -1666]], [[265025, 419056], [-1141, 243]], [[263884, 419299], [-6, 2928]], [[276575, 417992], [2, -1690], [-338, -982]], [[276239, 415320], [-807, 669], [-645, -1057]], [[274787, 414932], [1, 1006]], [[274788, 415938], [-1, 2667]], [[274787, 418605], [3, 4453]], [[256474, 422453], [-391, -1026], [-571, -2640], [86, -782]], [[255598, 418005], [-348, 381]], [[292681, 417933], [-2, 100]], [[292679, 418033], [-411, -199], [-60, 940], [-392, 65], [-407, -1734]], [[291409, 417105], [-97, 1099]], [[291312, 418204], [289, 2143]], [[292329, 424030], [617, -741], [71, -1974], [-164, -3756], [-172, 374]], [[271712, 419752], [-260, -1288]], [[271452, 418464], [-1312, 274]], [[270140, 418738], [-25, 1344]], [[290122, 418198], [-263, -1712]], [[289859, 416486], [-319, 873], [49, -1506], [-196, -651]], [[289393, 415202], [-235, 1650]], [[289158, 416852], [-265, 413], [-399, 2752], [-272, 117]], [[160617, 423926], [82, -1783], [339, -681], [-59, -1870], [-213, -1153]], [[160766, 418439], [-393, -947], [-168, -2179], [-364, -1740], [-738, -94], [-15, -1615]], [[159088, 411864], [-2483, 10]], [[156605, 411874], [10, 3351]], [[164380, 410189], [-1412, -44], [-74, -533], [-535, 1856], [-381, -2584]], [[161978, 408884], [-186, -741]], [[161792, 408143], [-928, 5114], [-31, 2656], [120, 1726], [-187, 800]], [[268569, 420788], [-30, -2813]], [[268539, 417975], [-1138, 320]], [[214795, 422133], [0, -6444]], [[214795, 415689], [6, -7987]], [[214801, 407702], [-2099, -116]], [[212702, 407586], [-2, 8093], [66, 8115]], [[212702, 407586], [-979, -41]], [[211723, 407545], [-1541, 11]], [[210182, 407556], [3, 3232]], [[210185, 410788], [2, 4868]], [[249478, 421591], [4, -3680]], [[249482, 417911], [-1008, 385], [-87, -647]], [[248387, 417649], [-390, -864], [-421, -125], [-193, 1284]], [[247383, 417944], [433, 1112]], [[273773, 418601], [-955, 197]], [[272818, 418798], [-313, 822]], [[258840, 422592], [0, -2942]], [[258840, 419650], [1, -653]], [[258841, 418997], [-1263, -39]], [[257578, 418958], [0, 664]], [[291312, 418204], [-380, 170]], [[259900, 422676], [0, -2968]], [[259900, 419708], [-1060, -58]], [[274787, 418605], [-454, 480]], [[254118, 413394], [-1462, -13]], [[252656, 413381], [8, 7493]], [[240416, 422012], [-1, -5688]], [[240415, 416324], [-1409, -76]], [[239006, 416248], [-15, 4342]], [[236624, 418174], [-6, -1893]], [[236618, 416281], [-1077, 81]], [[235541, 416362], [-1, 1618]], [[260691, 422697], [7, -5629]], [[260698, 417068], [-1, -2446]], [[260697, 414622], [-797, -40]], [[259900, 414582], [0, 5126]], [[261693, 421341], [13, -4278]], [[261706, 417063], [-1008, 5]], [[256473, 419631], [4, -4874]], [[256477, 414757], [-917, -11]], [[255560, 414746], [38, 3259]], [[263884, 419299], [17, -5164]], [[263901, 414135], [-164, -21]], [[263737, 414114], [-912, -29]], [[262825, 414085], [5, 1641]], [[262830, 415726], [20, 5677]], [[225321, 422154], [-1, -6473]], [[225320, 415681], [-642, -7]], [[224678, 415674], [-618, 2]], [[224060, 415676], [-1, 6479]], [[224060, 415676], [-949, -1]], [[223111, 415675], [-312, -4]], [[222799, 415671], [-1, 6489]], [[226583, 422158], [-2, -6488]], [[226581, 415670], [-307, 0]], [[226274, 415670], [-954, 11]], [[216825, 422158], [-7, -6476]], [[216818, 415682], [-238, -3]], [[216580, 415679], [-1785, 10]], [[221541, 422168], [6, -6503]], [[221547, 415665], [-1532, -5]], [[220015, 415660], [-43, 2]], [[219972, 415662], [-12, 6486]], [[227843, 422155], [-2, -6487]], [[227841, 415668], [-1260, 2]], [[229103, 415659], [-1262, 9]], [[219972, 415662], [-1519, 9]], [[218453, 415671], [-56, 3]], [[218397, 415674], [1, 6464]], [[218397, 415674], [-1579, 8]], [[222799, 415671], [-1245, -6]], [[221554, 415665], [-7, 0]], [[241831, 421268], [7, -4945]], [[241838, 416323], [-1399, 2]], [[240439, 416325], [-24, -1]], [[284989, 419873], [-135, -1158], [-365, -437], [-280, -1345]], [[284209, 416933], [-135, -748], [-607, -656], [-188, -939]], [[283279, 414590], [-400, 4737]], [[250744, 420882], [11, -4342]], [[250755, 416540], [4, -2437], [-209, -17]], [[250550, 414086], [-738, 301], [-265, 799]], [[249547, 415186], [-65, 2725]], [[281430, 418706], [-459, -6339], [-226, -1900]], [[280745, 410467], [-1192, 6]], [[279553, 410473], [143, 1890], [-17, 4331], [292, 3460]], [[287729, 418188], [-193, -522], [-134, -4476], [-402, -2750]], [[287000, 410440], [-272, 4]], [[286728, 410444], [-19, 0]], [[286709, 410444], [-635, 4132], [-197, 2069], [-508, 1252]], [[262830, 415726], [-1089, -10]], [[261741, 415716], [-35, 1347]], [[242937, 420420], [-5, -5731]], [[242932, 414689], [-936, 53]], [[241996, 414742], [-158, 1581]], [[283279, 414590], [33, -4171]], [[283312, 410419], [-28, 0]], [[283284, 410419], [-1756, 39]], [[281528, 410458], [270, 1944], [385, 4375]], [[279553, 410473], [-342, -2]], [[279211, 410471], [-1285, -23]], [[277926, 410448], [-70, 2461], [345, 3475]], [[252342, 420873], [-474, -4214]], [[251868, 416659], [-1113, -119]], [[247383, 417944], [-442, -2539]], [[246941, 415405], [-262, -106], [-246, 2264], [-607, 13]], [[245826, 417576], [5, 1651]], [[252656, 413381], [-31, -1626]], [[252625, 411755], [-759, 5]], [[251866, 411760], [2, 4899]], [[270140, 418738], [-33, -4034], [-98, -688]], [[270009, 414016], [-637, 319]], [[269372, 414335], [-891, 172]], [[268481, 414507], [58, 3468]], [[266472, 417706], [-35, -1885]], [[266437, 415821], [-1449, 559]], [[264988, 416380], [37, 2676]], [[239006, 416248], [0, -1219]], [[239006, 415029], [-1115, -150]], [[237891, 414879], [-6, 3227]], [[206434, 415636], [-263, -1609]], [[206171, 414027], [-698, -18]], [[205473, 414009], [-2, 412], [-773, -47]], [[231627, 420499], [-1, -4856]], [[231626, 415643], [-637, 4]], [[230989, 415647], [-625, 3]], [[232903, 420506], [433, -2548], [-67, -1276], [313, -1051]], [[233582, 415631], [-87, 0]], [[233495, 415631], [-1249, 8]], [[232246, 415639], [-620, 4]], [[234322, 418054], [138, -4323]], [[234460, 413731], [-255, -671], [-623, 2571]], [[244178, 419364], [30, -3037], [165, -1715]], [[244373, 414612], [-1128, 56]], [[243245, 414668], [-313, 21]], [[289158, 416852], [-454, -2262], [-196, -1986]], [[288508, 412604], [-541, -2144]], [[287967, 410460], [-967, -20]], [[286709, 410444], [-918, -3]], [[285791, 410441], [-606, -7]], [[285185, 410434], [-592, -13]], [[284593, 410421], [124, 2546], [-179, 2926], [-329, 1040]], [[200905, 417336], [-779, -15], [-5, -3273], [-315, 52], [0, -1664], [-1412, -62], [0, -2430], [-1717, -16], [1, -809], [-1384, 192]], [[272795, 414723], [-423, -10], [-218, -1045], [-319, 59], [-5, -1092], [-317, 67]], [[271513, 412702], [-96, 1662], [35, 4100]], [[272818, 418798], [-23, -4075]], [[259900, 414582], [-209, -308]], [[259691, 414274], [-843, -20]], [[258848, 414254], [-7, 4743]], [[257578, 418958], [2, -4763]], [[257580, 414195], [0, -1081]], [[257580, 413114], [-876, 36]], [[256704, 413150], [-229, 10], [2, 1597]], [[245826, 417576], [-7, -4829]], [[245819, 412747], [1, -1636], [-1253, 29]], [[244567, 411140], [-193, 1581], [-1, 1891]], [[264988, 416380], [-41, -2986]], [[264947, 413394], [-298, 808], [-748, -67]], [[274788, 415938], [-600, 318]], [[274188, 416256], [87, 2302]], [[291409, 417105], [453, -5673], [-67, -3974]], [[291795, 407458], [-8, -68]], [[291787, 407390], [-674, 1374], [-215, 1839]], [[290898, 410603], [-464, 1137], [-81, 1797], [-341, 1921]], [[290012, 415458], [-13, 49]], [[289999, 415507], [237, 1028]], [[258848, 414254], [-240, -36]], [[258608, 414218], [-1028, -23]], [[274188, 416256], [-53, -2245], [-194, -1195]], [[273941, 412816], [-1155, 355]], [[272786, 413171], [9, 1552]], [[292681, 417933], [179, -418], [-159, -5398], [-46, 2228], [-255, -3465], [103, -763], [-505, -2576], [-203, -83]], [[271513, 412702], [-9, -1621]], [[271504, 411081], [-1056, 287]], [[270448, 411368], [-261, 927], [22, 1648], [-200, 73]], [[281528, 410458], [-678, 3]], [[280850, 410461], [-105, 6]], [[249547, 415186], [-334, -14], [-11, -1088], [-814, -276]], [[248388, 413808], [-1, 3841]], [[161792, 408143], [-203, -1301], [-432, -149], [-282, -3313], [-609, -861]], [[160266, 402519], [-794, 177]], [[159472, 402696], [52, 1463]], [[159524, 404159], [106, 2863], [-398, -48], [-7, 2486], [153, 591], [-290, 1813]], [[255560, 414746], [183, -1655], [-78, -4758]], [[255665, 408333], [-417, -12]], [[255248, 408321], [-3, 5132]], [[277926, 410448], [-234, -9]], [[277692, 410439], [-800, -6]], [[276892, 410433], [-426, 0]], [[276466, 410433], [-22, 3775], [-205, 1112]], [[268481, 414507], [-116, -2692]], [[268365, 411815], [-1169, 326]], [[267196, 412141], [-43, 3579], [147, 1917]], [[289999, 415507], [-235, -1943], [-206, -350]], [[289558, 413214], [-165, 1988]], [[237891, 414879], [8, -3256]], [[237899, 411623], [-1244, 79]], [[236655, 411702], [-37, 4579]], [[235541, 416362], [8, -4089]], [[235549, 412273], [-763, 19]], [[234786, 412292], [-326, 1439]], [[181375, 413882], [-2, -6764]], [[181373, 407118], [-6, -16110]], [[181367, 391008], [-2649, 0]], [[178718, 391008], [-2525, 9020]], [[248388, 413808], [0, -544]], [[248388, 413264], [-1641, 72]], [[246747, 413336], [194, 2069]], [[267196, 412141], [-24, -2179]], [[267172, 409962], [-1117, 398]], [[266055, 410360], [17, 1046]], [[266072, 411406], [162, -81], [203, 4496]], [[246747, 413336], [32, -697]], [[246779, 412639], [-960, 108]], [[200920, 414122], [-228, 4], [1, -10296]], [[200693, 403830], [-885, 2]], [[199808, 403832], [-4513, 9]], [[195295, 403841], [-1, 2439]], [[261741, 415716], [-55, -4023]], [[261686, 411693], [-223, -17]], [[261463, 411676], [-823, -18]], [[260640, 411658], [57, 2964]], [[284593, 410421], [-604, -5]], [[283989, 410416], [-677, 3]], [[289558, 413214], [-576, -1173]], [[288982, 412041], [-434, 587]], [[288548, 412628], [-38, -23]], [[288510, 412605], [-2, -1]], [[251866, 411760], [-181, -2587]], [[251685, 409173], [-599, 19]], [[251086, 409192], [-316, 21], [-7, 2708], [-211, 269]], [[250552, 412190], [-2, 1896]], [[206688, 415637], [-41, -6]], [[206647, 415631], [-213, -1605]], [[206434, 414026], [-263, 1]], [[241996, 414742], [-30, -6459]], [[241966, 408283], [-4, 0]], [[241962, 408283], [-1090, 94]], [[240872, 408377], [8, 1624], [-470, 45]], [[240410, 410046], [29, 6279]], [[266072, 411406], [-502, 924], [-631, 517]], [[264939, 412847], [8, 547]], [[240410, 410046], [-1140, 66]], [[239270, 410112], [-272, 4], [8, 4913]], [[236655, 411702], [-1, -802]], [[236654, 410900], [-1104, 25]], [[235550, 410925], [-1, 1348]], [[274786, 410447], [-874, -18]], [[273912, 410429], [29, 2387]], [[274787, 414932], [-1, -4485]], [[276466, 410433], [-1406, 8]], [[275060, 410441], [-274, 6]], [[188080, 412150], [154, -1357], [-372, -847], [15, -4365], [-94, -1439], [-489, -27], [-259, -1246]], [[187035, 402869], [-502, 281], [-66, 4178], [-5094, -210]], [[262825, 414085], [-5, -3544]], [[262820, 410541], [-613, -224]], [[262207, 410317], [-419, 17], [-102, 1359]], [[216580, 415679], [-8, -8083]], [[216572, 407596], [-1771, -4]], [[214801, 407592], [0, 110]], [[218453, 415671], [-6, -8082]], [[218447, 407589], [-1806, 7]], [[216641, 407596], [-69, 0]], [[156605, 411874], [135, -4012]], [[156740, 407862], [1, -964], [-483, -512], [-38, -1771], [225, -3191], [-238, -1152], [-36, -1898], [296, -1405], [109, -1803], [362, -938]], [[156938, 394228], [-728, 41], [-164, -808], [-645, -63], [-455, -694]], [[154946, 392704], [-541, 2801], [109, 2093], [-386, 5926], [150, 3428], [-35, 2228], [-194, 3368], [-468, 3106]], [[226274, 415670], [1, -6485]], [[226275, 409185], [-1, -1617]], [[226274, 407568], [-1548, 10]], [[224726, 407578], [-50, 3]], [[224676, 407581], [2, 8093]], [[224676, 407581], [-1502, 8]], [[223174, 407589], [-61, 1]], [[223113, 407590], [-2, 8085]], [[227841, 415668], [2, -6478]], [[227843, 409190], [-1568, -5]], [[229411, 415658], [-2, -8099]], [[229409, 407559], [-425, -1]], [[228984, 407558], [-1141, 12]], [[227843, 407570], [0, 1620]], [[220015, 415660], [-6, -8093]], [[220009, 407567], [-1504, 22]], [[218505, 407589], [-58, 0]], [[170987, 398754], [-249, -368]], [[170738, 398386], [-2476, 18]], [[168262, 398404], [-1, 696], [-1014, 5147], [112, 6217], [-310, -1673]], [[221554, 415665], [-6, -8087]], [[221548, 407578], [-1487, -3]], [[220061, 407575], [-52, -8]], [[223113, 407590], [-1493, -14]], [[221620, 407576], [-72, 2]], [[230989, 415647], [1, -8092]], [[230990, 407555], [-955, 2]], [[230035, 407557], [-626, 2]], [[210185, 410788], [-3283, 6]], [[206902, 410794], [415, 545], [-67, 968], [390, 99], [54, 1354], [-365, -16], [-165, -1868], [-731, -135]], [[206433, 411741], [1, 2285]], [[233495, 415631], [0, -6461]], [[233495, 409170], [-625, 0]], [[232870, 409170], [-626, 1]], [[232244, 409171], [2, 6468]], [[232244, 409171], [-1, -1611], [-687, -7]], [[231556, 407553], [-566, 2]], [[234786, 412292], [-21, -1748], [-200, 350], [-276, -2271]], [[234289, 408623], [-168, 539], [-626, 8]], [[290898, 410603], [-392, -2264]], [[290506, 408339], [-409, 2275], [-302, 2865]], [[289795, 413479], [217, 1979]], [[250552, 412190], [-498, -1355], [-387, -1885], [5, -2169]], [[249672, 406781], [-468, -23]], [[249204, 406758], [-627, -24]], [[248577, 406734], [-163, 3649], [-26, 2881]], [[239270, 410112], [-32, -1637]], [[239238, 408475], [-1337, -78]], [[237901, 408397], [-2, 3226]], [[243245, 414668], [-19, -5394]], [[243226, 409274], [-941, 82], [-5, -1096], [-314, 23]], [[256704, 413150], [-11, -4877]], [[256693, 408273], [-517, 45]], [[256176, 408318], [-511, 15]], [[272786, 413171], [-213, 31], [-15, -3018], [100, -1891]], [[272658, 408293], [-850, -351]], [[271808, 407942], [-304, 3139]], [[244567, 411140], [169, -1392]], [[244736, 409748], [-1143, 47], [1, -537]], [[243594, 409258], [-368, 16]], [[260640, 411658], [-101, -1640]], [[260539, 410018], [-888, -25]], [[259651, 409993], [40, 4281]], [[269372, 414335], [-25, -1734], [207, -77], [64, -3317]], [[269618, 409207], [-318, 124], [-21, -1094], [-338, 108], [-318, -1009]], [[268623, 407336], [-310, 141], [52, 4338]], [[205473, 414009], [-1, -3086]], [[205472, 410923], [-407, 495], [-407, 1457]], [[270448, 411368], [146, -862], [-65, -3237]], [[270529, 407269], [-311, 107]], [[270218, 407376], [-615, 748], [15, 1083]], [[259651, 409993], [-1, -1094]], [[259650, 408899], [-829, -88]], [[258821, 408811], [-213, -27]], [[258608, 408784], [0, 5434]], [[202584, 414233], [137, -2936], [562, -2151], [-209, -2932], [145, -2133]], [[203219, 404081], [-612, -329]], [[202607, 403752], [-1914, 78]], [[204005, 410027], [367, -1170], [-102, -1326]], [[204270, 407531], [-525, -3718], [-328, 267]], [[203417, 404080], [-198, 1]], [[258608, 408784], [-389, -585], [-532, 8]], [[257687, 408207], [-86, 542], [-21, 4365]], [[264939, 412847], [-109, -226], [-59, -4847]], [[264771, 407774], [-700, 215]], [[264071, 407989], [-317, 28]], [[263754, 408017], [-17, 6097]], [[263754, 408017], [1, -413], [-936, -24]], [[262819, 407580], [1, 2961]], [[206433, 411741], [-1, -3287]], [[206432, 408454], [13, -903]], [[206445, 407551], [-516, -5958], [-264, -2164]], [[205665, 399429], [-5, 0]], [[205660, 399429], [-187, -2], [-3, 8127]], [[205470, 407554], [2, 3369]], [[206902, 410794], [-80, -2161], [-167, 812], [-223, -991]], [[290506, 408339], [-301, -1740]], [[290205, 406599], [-214, 1002]], [[289991, 407601], [-385, 1831], [-352, 446], [-281, 1743]], [[288973, 411621], [822, 1858]], [[255248, 408321], [1, -2424]], [[255249, 405897], [-1194, 77]], [[254055, 405974], [-17, 3810]], [[254038, 409784], [80, 3610]], [[254038, 409784], [-270, -622], [-1139, -17]], [[252629, 409145], [-4, 2610]], [[248577, 406734], [-633, -33]], [[247944, 406701], [-412, -2]], [[247532, 406699], [2, 2166], [-201, 554], [5, 1620], [-635, 683]], [[246703, 411722], [76, 917]], [[273912, 410429], [-309, -2118]], [[273603, 408311], [-264, -1244]], [[273339, 407067], [6, 599], [-687, 627]], [[257687, 408207], [-84, -2441]], [[257603, 405766], [-705, 61]], [[256898, 405827], [-209, 8], [4, 2438]], [[205470, 407554], [-1200, -23]], [[266055, 410360], [-47, -3101]], [[266008, 407259], [-855, 352]], [[265153, 407611], [-382, 163]], [[246703, 411722], [-132, -1725], [183, -3269]], [[246754, 406728], [-92, -2345]], [[246662, 404383], [-900, 73]], [[245762, 404456], [-253, 771], [-419, 2924]], [[245090, 408151], [-354, 1597]], [[288982, 412041], [-534, -3560], [147, -1015], [-73, -1880], [204, -1804]], [[288726, 403782], [-376, -1333], [-304, 88]], [[288046, 402537], [-18, 1506]], [[288028, 404043], [-61, 6417]], [[288510, 412605], [38, 23]], [[251086, 409192], [2, -5734], [-320, 52]], [[250768, 403510], [-1088, 3], [-8, 3268]], [[235550, 410925], [3, -4037]], [[235553, 406888], [-1398, 56]], [[234155, 406944], [134, 1679]], [[192584, 405745], [-2935, 12], [-153, 2687], [-321, 1686]], [[189175, 410130], [0, 2024]], [[189175, 410130], [1, -4419], [-152, 2], [6, -8099]], [[189030, 397614], [-1545, 14], [-447, 229]], [[187038, 397857], [-3, 5012]], [[268623, 407336], [-26, -1603]], [[268597, 405733], [-717, 218], [40, 496], [-788, 178]], [[267132, 406625], [40, 3337]], [[159524, 404159], [-693, 578], [2, -532], [-1674, -52]], [[157159, 404153], [9, 3692], [-428, 17]], [[252629, 409145], [5, -3808]], [[252634, 405337], [-318, 9], [-371, 2452], [-255, 17], [-5, 1358]], [[262207, 410317], [-5, -3506]], [[262202, 406811], [-729, -13]], [[261473, 406798], [-10, 4878]], [[261473, 406798], [1, -1345]], [[261474, 405453], [-925, -9]], [[260549, 405444], [-10, 4574]], [[247532, 406699], [-778, 29]], [[237901, 408397], [-2, -1616]], [[237899, 406781], [-1252, 49]], [[236647, 406830], [7, 4070]], [[289991, 407601], [-61, -2065], [-434, 1889], [-494, -3193]], [[289002, 404232], [-350, 2027]], [[288652, 406259], [12, 7]], [[288664, 406266], [-51, 2043]], [[288613, 408309], [-8, 430]], [[288605, 408739], [368, 2882]], [[164781, 405356], [-1401, -15], [-152, 1283], [-273, 170], [-234, -1182], [-772, -1245]], [[161949, 404367], [29, 4517]], [[271808, 407942], [-352, -103], [16, -1874], [-379, -569]], [[271093, 405396], [-587, 184], [23, 1689]], [[236647, 406830], [-6, -1351]], [[236641, 405479], [-1087, 27]], [[235554, 405506], [-1, 1382]], [[210182, 407556], [-20, 1]], [[210162, 407557], [-2635, -8]], [[207527, 407549], [-1082, 2]], [[168262, 398404], [-491, -22], [-237, -2422], [1, -1714], [313, 16], [-13, -8145], [-697, 1]], [[167138, 386118], [-482, 2257]], [[166656, 388375], [-55, 3726], [-157, -50], [-42, 4120], [307, 671], [-2, 1728], [-666, 42]], [[166041, 398612], [-32, 2039], [-419, 1034]], [[165590, 401685], [652, 1617], [543, 5284]], [[291787, 407390], [22, -3591], [-686, -1401]], [[291123, 402398], [-572, 644]], [[290551, 403042], [14, 1877], [-360, 1680]], [[262819, 407580], [-2, -848]], [[262817, 406732], [-615, 79]], [[283284, 410419], [-281, -1862], [-298, -5500]], [[282705, 403057], [-115, -74]], [[282590, 402983], [-298, 3217]], [[282292, 406200], [-167, 1078], [132, 1025], [-513, 247]], [[281744, 408550], [-440, 1436], [-237, -1383], [-192, 274]], [[280875, 408877], [-25, 1584]], [[280875, 408877], [-278, -307], [-96, -1937]], [[280501, 406633], [-526, 345]], [[279975, 406978], [-386, 1376], [-475, -3170], [-283, 767]], [[278831, 405951], [380, 4520]], [[278831, 405951], [-568, -2831]], [[278263, 403120], [-600, -2270]], [[277663, 400850], [29, 9589]], [[288028, 404043], [-186, -68]], [[287842, 403975], [-578, 293], [198, 3147], [-296, -282]], [[287166, 407133], [-438, 3311]], [[276892, 410433], [-365, -5307]], [[276527, 405126], [-123, 314]], [[276404, 405440], [-598, 2940], [-675, 502]], [[275131, 408882], [-71, 1559]], [[277663, 400850], [0, -206]], [[277663, 400644], [-557, 1424], [-342, -761]], [[276764, 401307], [-239, 1285]], [[276525, 402592], [2, 2534]], [[287166, 407133], [-74, -2015], [-419, -1267], [83, 1880], [-379, -1384]], [[286377, 404347], [-194, 1934], [-292, 888], [-100, 3272]], [[275131, 408882], [-285, -1378], [11, -1745]], [[274857, 405759], [-140, -755]], [[274717, 405004], [-207, 396]], [[274510, 405400], [-283, 562], [-368, 2261], [-256, 88]], [[286377, 404347], [69, -1031], [-251, -2457], [-293, 640]], [[285902, 401499], [0, 2434], [-506, 6], [2, -1756], [256, -748]], [[285654, 401435], [-221, -442]], [[285433, 400993], [-513, 2542]], [[284920, 403535], [-27, 1753], [292, 5146]], [[284920, 403535], [-797, 69]], [[284123, 403604], [171, 2561], [-558, 2378], [253, 1873]], [[284123, 403604], [-2, -8]], [[284121, 403596], [-805, -2420]], [[283316, 401176], [-301, 1526], [-310, 355]], [[267132, 406625], [-296, -2585]], [[266836, 404040], [-607, 26]], [[266229, 404066], [40, 3087], [-261, 106]], [[192583, 405610], [37, -825], [-294, -4891], [-129, -5401], [227, -2018], [156, -4770]], [[192580, 387705], [-3568, 0], [0, 191]], [[189012, 387896], [18, 9718]], [[240872, 408377], [-43, -5375]], [[240829, 403002], [-232, 408], [-163, -2184]], [[240434, 401226], [-711, 2931]], [[239723, 404157], [-347, 980], [-138, 3338]], [[260549, 405444], [-153, -1912]], [[260396, 403532], [-746, -50]], [[259650, 403482], [0, 5417]], [[281744, 408550], [-325, -479], [-251, -3773]], [[281168, 404298], [-330, 1391]], [[280838, 405689], [-337, 944]], [[245090, 408151], [-786, -2744], [61, -2460]], [[244365, 402947], [-779, 381]], [[243586, 403328], [8, 5930]], [[254055, 405974], [-144, -1904]], [[253911, 404070], [-1278, -83]], [[252633, 403987], [1, 1350]], [[243586, 403328], [-1650, 162]], [[241936, 403490], [26, 4793]], [[270218, 407376], [-23, -1681], [-315, 124], [-26, -1652]], [[269854, 404167], [-626, 216], [-9, -491], [-644, -24]], [[268575, 403868], [22, 1865]], [[227843, 407570], [-4, -4859]], [[227839, 402711], [-1559, 8]], [[226280, 402719], [-6, 4849]], [[232870, 409170], [-17, -4355]], [[232853, 404815], [-53, -3774]], [[232800, 401041], [-1244, 5]], [[231556, 401046], [0, 6507]], [[234155, 406944], [373, -2132]], [[234528, 404812], [-590, 6]], [[233938, 404818], [-1085, -3]], [[252633, 403987], [0, -2970]], [[252633, 401017], [-933, 24]], [[251700, 401041], [-932, 31]], [[250768, 401072], [0, 2438]], [[279975, 406978], [-539, -3798], [-360, -1739]], [[279076, 401441], [-431, 1393], [-382, 286]], [[273339, 407067], [-230, -1522]], [[273109, 405545], [-695, -2161]], [[272414, 403384], [-195, 1249], [-314, -1223], [-55, -1445], [-293, 114], [-131, -1044]], [[271426, 401035], [10, 997], [-367, 905], [24, 2459]], [[276404, 405440], [-240, -950], [-479, -156]], [[275685, 404334], [-828, 1425]], [[259650, 403482], [-372, -61]], [[259278, 403421], [-462, -45]], [[258816, 403376], [5, 5435]], [[161949, 404367], [-299, -280], [-426, -2782], [0, -3647]], [[161224, 397658], [-376, -706]], [[160848, 396952], [-363, -449], [-90, -981], [-129, 6997]], [[258816, 403376], [-362, -36]], [[258454, 403340], [-695, 149]], [[257759, 403489], [-4, 2280], [-152, -3]], [[282292, 406200], [-394, -2354], [-185, -1907]], [[281713, 401939], [-545, 2359]], [[239723, 404157], [-203, 523], [-147, -1561], [-300, -406], [-194, -1441], [-195, 1193]], [[238684, 402465], [-29, -1189], [-453, 360], [-301, -768]], [[237901, 400868], [-2, 5913]], [[241936, 403490], [-12, -1887]], [[241924, 401603], [-322, 44]], [[241602, 401647], [-773, 1355]], [[256176, 408318], [-109, -1613], [-6, -4868]], [[256061, 401837], [-1014, 8]], [[255047, 401845], [202, 1649], [0, 2403]], [[256898, 405827], [-7, -2443], [-310, 8], [-2, -3248]], [[256579, 400144], [-520, 69]], [[256059, 400213], [2, 1624]], [[274510, 405400], [-752, -2906]], [[273758, 402494], [-136, 1719], [-196, -664]], [[273426, 403549], [-49, 2100], [-268, -104]], [[246361, 401187], [-1284, 58], [-7, -1638], [-209, 11]], [[244861, 399618], [-414, 50]], [[244447, 399668], [-82, 3279]], [[245762, 404456], [468, -1904], [131, -1365]], [[264071, 407989], [93, -711], [-59, -4822]], [[264105, 402456], [-1299, 240]], [[262806, 402696], [11, 4036]], [[265153, 407611], [-83, -5848]], [[265070, 401763], [-704, 292]], [[264366, 402055], [-261, 401]], [[157159, 404153], [-103, -1293], [316, -1811], [516, -796], [-42, -2231], [424, -2417]], [[158270, 395605], [-153, -1117]], [[158117, 394488], [-193, -2961], [-454, -702]], [[157470, 390825], [-532, 3403]], [[214801, 407592], [7, -8099]], [[214808, 399493], [2, -1604]], [[214810, 397889], [-3111, -174]], [[211699, 397715], [24, 9830]], [[289029, 404122], [-16, 45]], [[289013, 404167], [-11, 65]], [[290551, 403042], [-150, -2724]], [[290401, 400318], [-533, 654], [-508, 1437], [-331, 1713]], [[223174, 407589], [-9, -8099]], [[223165, 399490], [-1516, -10]], [[221649, 399480], [-38, 0]], [[221611, 399480], [9, 8096]], [[265463, 401619], [-346, 126]], [[265117, 401745], [-47, 18]], [[266229, 404066], [-541, -2162], [-225, -285]], [[216641, 407596], [-7, -8066]], [[216634, 399530], [-241, -6]], [[216393, 399524], [-1585, -31]], [[218505, 407589], [-3, -8092]], [[218502, 399497], [-253, 0]], [[218249, 399497], [-1615, 33]], [[224726, 407578], [-8, -6473]], [[224718, 401105], [0, -1621]], [[224718, 399484], [-1525, 8]], [[223193, 399492], [-28, -2]], [[220061, 407575], [-7, -8104]], [[220054, 399471], [-1552, 26]], [[228984, 407558], [-8, -6447]], [[228976, 401111], [-4, -1634]], [[228972, 399477], [-1137, -7]], [[227835, 399470], [4, 3241]], [[226280, 402719], [-2, -1625]], [[226278, 401094], [-1560, 11]], [[221611, 399480], [-1512, -5]], [[220099, 399475], [-45, -4]], [[230035, 407557], [-404, -3028], [468, -4114], [473, -185]], [[230572, 400230], [-5, -2410], [-307, 8]], [[230260, 397828], [0, 542], [-975, 290], [5, 2433], [-314, 18]], [[207527, 407549], [-7, -8122]], [[207520, 399427], [-1032, 5]], [[206488, 399432], [-823, -3]], [[210162, 407557], [-14, -13021], [-936, 36]], [[209212, 394572], [12, 4830], [-1704, 25]], [[231556, 401046], [-18, -1625]], [[231538, 399421], [-118, 1200], [-442, 280], [-406, -671]], [[211699, 397715], [-29, -7916]], [[211670, 389799], [2, -1622], [-925, -165]], [[210747, 388012], [-1530, 111]], [[209217, 388123], [-5, 6449]], [[205660, 399429], [4, -8051]], [[205664, 391378], [-1785, -68]], [[203879, 391310], [176, 2110], [-338, 2531], [-236, -28], [-218, 2136]], [[203263, 398059], [20, 4732], [134, 1289]], [[271426, 401035], [-87, -662]], [[271339, 400373], [-1426, 435]], [[269913, 400808], [-59, 3359]], [[187038, 397857], [-586, -3353], [17, -2559], [-254, -958], [-384, 92], [-188, -2026]], [[185643, 389053], [-4276, 11]], [[181367, 389064], [0, 1944]], [[280838, 405689], [20, -2091], [-220, -1799], [43, -1667], [-291, -1467]], [[280390, 398665], [-1091, 2059], [-223, 717]], [[235554, 405506], [-2, -5520]], [[235552, 399986], [-482, 732]], [[235070, 400718], [-348, 1876], [57, 1415], [-251, 803]], [[262806, 402696], [-686, 37]], [[262120, 402733], [-425, 22], [-218, -746]], [[261477, 402009], [-3, 3444]], [[237901, 400868], [-183, 147], [-782, -1329]], [[236936, 399686], [-300, 1183]], [[236636, 400869], [5, 4610]], [[250768, 401072], [-307, -8], [0, -3525]], [[250461, 397539], [-935, 2], [-151, -542]], [[249375, 396999], [-164, -3]], [[249211, 396996], [-7, 9762]], [[249211, 396996], [-1245, 20]], [[247966, 397016], [-6, 4876]], [[247960, 401892], [-16, 4809]], [[164769, 402898], [-1779, -16], [-231, -508], [-692, -3277], [-169, -1785], [-674, 346]], [[247960, 401892], [-463, -687], [1, -945], [-743, 197], [-64, -1253]], [[246691, 399204], [-29, 5179]], [[268575, 403868], [-39, -2983]], [[268536, 400885], [-64, -729]], [[268472, 400156], [-1582, 537]], [[266890, 400693], [-54, 3347]], [[282590, 402983], [-306, -3506]], [[282284, 399477], [-571, 2462]], [[195295, 403841], [-25, -16136]], [[195270, 387705], [-2690, 0]], [[255047, 401845], [-69, -1900]], [[254978, 399945], [-895, 326]], [[254083, 400271], [-160, -18]], [[253923, 400253], [-12, 3817]], [[273426, 403549], [-646, -1538]], [[272780, 402011], [-366, 1373]], [[257759, 403489], [-152, -219], [7, -3170]], [[257614, 400100], [-1035, 44]], [[275685, 404334], [85, -2807]], [[275770, 401527], [-169, -2411]], [[275601, 399116], [-203, -165]], [[275398, 398951], [-825, 1176]], [[274573, 400127], [195, 794], [-216, 1514], [165, 2569]], [[281713, 401939], [-331, -4249]], [[281382, 397690], [-453, -530]], [[280929, 397160], [-54, 1697], [-336, -1326], [-249, 538]], [[280290, 398069], [100, 596]], [[236636, 400869], [-257, 453], [-437, -2067], [-407, -128]], [[235535, 399127], [17, 859]], [[261477, 402009], [-400, -1353]], [[261077, 400656], [-346, -1150], [-342, -59]], [[260389, 399447], [7, 4085]], [[276525, 402592], [-354, -957], [-401, -108]], [[274573, 400127], [-368, -1330]], [[274205, 398797], [-236, 255]], [[273969, 399052], [-281, 3046], [70, 396]], [[233938, 404818], [-18, -6982]], [[233920, 397836], [-872, 234]], [[233048, 398070], [-272, 169], [24, 2802]], [[235070, 400718], [-349, 74], [-25, -3937]], [[234696, 396855], [-411, -173]], [[234285, 396682], [-361, -327], [-4, 1481]], [[159472, 402696], [-103, -2315], [298, -2192], [9, -2579]], [[159676, 395610], [-1406, -5]], [[240434, 401226], [-265, -1911], [27, -1099]], [[240196, 398216], [-322, -2537]], [[239874, 395679], [-1243, 272]], [[238631, 395951], [53, 6514]], [[272780, 402011], [-162, -1543]], [[272618, 400468], [-357, -942], [-433, -2022]], [[271828, 397504], [-465, 1315]], [[271363, 398819], [-24, 1554]], [[246691, 399204], [104, -2426], [318, -370]], [[247113, 396408], [-268, -1767], [-327, 1147]], [[246518, 395788], [-157, 5399]], [[269913, 400808], [-106, 32], [-45, -3310]], [[269762, 397530], [-314, 137]], [[269448, 397667], [30, 1913], [-311, 800], [-631, 505]], [[273969, 399052], [-615, -1858]], [[273354, 397194], [-359, 392]], [[272995, 397586], [-242, 74], [-135, 2808]], [[288046, 402537], [11, -942]], [[288057, 401595], [-639, -5]], [[287418, 401590], [-372, -2533], [-163, 577], [-139, -1617], [-138, 1747], [461, 4160], [775, 51]], [[203263, 398059], [-1079, 33]], [[202184, 398092], [232, 2578], [24, 2143], [167, 939]], [[253923, 400253], [-983, -53]], [[252940, 400200], [-307, 817]], [[266890, 400693], [-89, -2651]], [[266801, 398042], [-801, -648]], [[266000, 397394], [-555, 16], [18, 4209]], [[285902, 401499], [-150, -622]], [[285752, 400877], [-98, 558]], [[285433, 400993], [-397, -2058]], [[285036, 398935], [-134, 518]], [[284902, 399453], [-167, -26], [-614, 4169]], [[199808, 403832], [101, -2046]], [[199909, 401786], [-296, -714]], [[199613, 401072], [-737, -3251], [-270, 662], [-334, -354], [-440, -2814], [-665, -1480], [1, -2999]], [[197168, 390836], [-2, -3131], [-1896, 0]], [[202184, 398092], [-58, -1116]], [[202126, 396976], [-415, 809], [-150, -1174], [-541, 1039], [-198, 1577], [-600, -2], [-313, 2561]], [[289289, 396094], [-480, -882], [-190, -1251], [-469, -135]], [[288150, 393826], [-70, 5854]], [[288080, 399680], [-23, 1915]], [[288726, 403782], [311, -1995], [21, -3695], [231, -1998]], [[258454, 403340], [32, -5425], [144, 8]], [[258630, 397923], [2, -1078]], [[258632, 396845], [-1016, 28]], [[257616, 396873], [-2, 3227]], [[260389, 399447], [-315, -33], [3, -1128]], [[260077, 398286], [-173, -511], [-611, 176]], [[259293, 397951], [-15, 5470]], [[244447, 399668], [-615, 99], [-12, -1654]], [[243820, 398113], [-1328, 97]], [[242492, 398210], [16, 3269], [-584, 124]], [[284902, 399453], [-317, -3074]], [[284585, 396379], [-327, -588]], [[284258, 395791], [-575, 2284]], [[283683, 398075], [-376, 337], [-185, 1327], [194, 1437]], [[259293, 397951], [-663, -28]], [[241246, 396473], [-791, 166], [-259, 1577]], [[241602, 401647], [-356, -5174]], [[279076, 401441], [-306, -3713], [122, -2044], [-246, -2142]], [[278646, 393542], [-601, 2684]], [[278045, 396226], [-22, 130]], [[278023, 396356], [164, 2029], [-157, 242], [174, 1961], [-541, 56]], [[291123, 402398], [69, -689], [-433, -4685], [-217, -1125], [-299, -2], [197, 2821], [-39, 1600]], [[283683, 398075], [-584, -3904]], [[283099, 394171], [-333, 1776]], [[282766, 395947], [-855, 1322]], [[281911, 397269], [373, 2208]], [[164778, 400098], [2, -985]], [[164780, 399113], [3, -842]], [[164783, 398271], [-389, 10], [-272, -829], [-495, 64], [-430, -2100], [-547, 1772], [-795, -2034], [-254, -3502]], [[161601, 391652], [-950, 430]], [[160651, 392082], [48, 3551], [149, 1319]], [[264366, 402055], [-167, -4639]], [[264199, 397416], [-520, 1367]], [[263679, 398783], [-327, -384]], [[263352, 398399], [-336, 1361], [-212, -782]], [[262804, 398978], [2, 3718]], [[262120, 402733], [-187, -6686]], [[261933, 396047], [-9, -343]], [[261924, 395704], [-187, -294]], [[261737, 395410], [-674, -15]], [[261063, 395395], [14, 5261]], [[262804, 398978], [-161, -1387]], [[262643, 397591], [-710, -1544]], [[227835, 399470], [-1, -3241]], [[227834, 396229], [-1551, 10]], [[226283, 396239], [-5, 4855]], [[160651, 392082], [-328, 7]], [[160323, 392089], [-249, 595], [-92, 1588], [-306, 1338]], [[276764, 401307], [-43, -2135]], [[276721, 399172], [-197, -2650], [-527, -489]], [[275997, 396033], [78, 1671], [-474, 1412]], [[238631, 395951], [-2, -269]], [[238629, 395682], [-940, 177], [-5, -542], [-774, 158]], [[236910, 395475], [26, 4211]], [[278023, 396356], [-421, 199], [-771, 1158], [-110, 1459]], [[264942, 392757], [-495, 1045]], [[264447, 393802], [-4, 881]], [[264443, 394683], [-244, 2733]], [[265117, 401745], [-175, -8988]], [[281911, 397269], [-117, -636]], [[281794, 396633], [-412, 1057]], [[247966, 397016], [-356, -13], [-7, -1413]], [[247603, 395590], [-490, 818]], [[286601, 396690], [-270, -2438], [180, 3428], [90, -990]], [[288080, 399680], [-243, -645], [-318, -3541]], [[287519, 395494], [-452, 119]], [[287067, 395613], [-237, -813], [-18, 1649], [166, 2200], [440, 2941]], [[256059, 400213], [0, -4914]], [[256059, 395299], [-785, -99]], [[255274, 395200], [-296, 4745]], [[202126, 396976], [391, -1636], [384, -265], [-241, -1239], [-125, -2430], [202, -1122], [70, -1956], [300, -2059]], [[203107, 386269], [-2100, 52], [-1, -5185]], [[201006, 381136], [-1582, 2]], [[199424, 381138], [-184, 2879]], [[199240, 384017], [376, 1], [-3, 6826]], [[199613, 390844], [0, 10228]], [[266000, 397394], [-90, -7128]], [[265910, 390266], [-554, 2430]], [[265356, 392696], [-414, 61]], [[242492, 398210], [-119, -2235], [32, -2529], [-220, -3074]], [[242185, 390372], [-394, 741], [-91, 1045]], [[241700, 392158], [-289, 3405]], [[241411, 395563], [-165, 910]], [[166041, 398612], [-586, 525], [-675, -24]], [[280290, 398069], [-483, -2836], [-192, -318], [-231, -2313]], [[279384, 392602], [-347, 1620], [-177, -1641]], [[278860, 392581], [-214, 961]], [[285904, 391677], [-438, 651]], [[285466, 392328], [40, 2580], [-96, 1946], [-374, 2081]], [[285752, 400877], [17, -34]], [[285769, 400843], [123, 37]], [[285892, 400880], [302, -2195], [-274, -289], [359, -1162], [-397, -2847], [22, -2710]], [[236910, 395475], [-14, -1566]], [[236896, 393909], [-1362, 260]], [[235534, 394169], [1, 3667]], [[235535, 397836], [0, 1291]], [[246518, 395788], [-459, -1047], [-357, -130]], [[245702, 394611], [-426, 36], [-426, 2233]], [[244850, 396880], [11, 2738]], [[230260, 397828], [-3, -3239]], [[230257, 394589], [-1081, 7]], [[229176, 394596], [-204, 1767], [0, 3114]], [[199613, 390844], [-2445, -8]], [[226283, 396239], [-1, -1625]], [[226282, 394614], [-1549, -5]], [[224733, 394609], [-15, 4875]], [[233048, 398070], [-2, -3479]], [[233046, 394591], [-1241, 3]], [[231805, 394594], [-1, 4258], [-266, 569]], [[251700, 401041], [-3, -5671], [315, 56]], [[252012, 395426], [-4, -1645]], [[252008, 393781], [-1234, -55], [-1, -1621]], [[250773, 392105], [-323, 107]], [[250450, 392212], [11, 5327]], [[252940, 400200], [-3, -4846]], [[252937, 395354], [-925, 72]], [[231805, 394594], [2, -2436]], [[231807, 392158], [-1134, -2]], [[230673, 392156], [-105, 1611], [-311, 822]], [[269448, 397667], [-55, -3546], [-336, -2]], [[269057, 394119], [-207, 85]], [[268850, 394204], [-308, 109], [-130, 1734]], [[268412, 396047], [60, 4109]], [[270916, 394754], [20, 1086], [-281, 1702], [-269, -1234]], [[270386, 396308], [9, 758], [-633, 464]], [[271363, 398819], [-98, -3218], [-349, -847]], [[235535, 397836], [-738, 278], [-101, -1259]], [[268412, 396047], [-1128, 225], [-164, 1037]], [[267120, 397309], [-319, 733]], [[261063, 395395], [-665, -1817]], [[260398, 393578], [-311, -147]], [[260087, 393431], [-10, 4855]], [[272995, 397586], [-322, -2153]], [[272673, 395433], [-626, 51]], [[272047, 395484], [-219, 2020]], [[255274, 395200], [-23, -931]], [[255251, 394269], [-1050, -45]], [[254201, 394224], [-106, 0]], [[254095, 394224], [-12, 6047]], [[254095, 394224], [-871, -49]], [[253224, 394175], [-287, 84], [0, 1095]], [[257616, 396873], [-2, -1632]], [[257614, 395241], [-617, -10]], [[256997, 395231], [-542, -4]], [[256455, 395227], [-396, 72]], [[275398, 398951], [-49, -2705], [-193, -1560], [-17, -2747]], [[275139, 391939], [-179, 223]], [[274960, 392162], [-177, 2249], [-237, 821]], [[274546, 395232], [-309, 1940], [-32, 1625]], [[178718, 391008], [0, -11659], [-2488, -10], [-9, -22498]], [[176221, 356841], [9, -15660]], [[176230, 341181], [-3544, 18062]], [[172686, 359243], [1, 19187], [-1464, 8789]], [[171223, 387219], [-1407, 8282], [-2, 1512], [924, 1373]], [[244850, 396880], [-2, -2773], [-421, 28], [-7, -2523]], [[244420, 391612], [-356, -627], [-262, 515]], [[243802, 391500], [-20, -7]], [[243782, 391493], [38, 6620]], [[263352, 398399], [22, -5065]], [[263374, 393334], [-124, -465]], [[263250, 392869], [-377, 1491]], [[262873, 394360], [-210, 810]], [[262663, 395170], [-20, 2421]], [[288150, 393826], [43, -3599]], [[288193, 390227], [-151, 927], [-491, -152]], [[287551, 391002], [-166, 1427], [180, 785]], [[287565, 393214], [-46, 2280]], [[218249, 399497], [-18, -8071]], [[218231, 391426], [-863, 14]], [[217368, 391440], [-992, -7]], [[216376, 391433], [17, 8091]], [[216376, 391433], [-231, -10]], [[216145, 391423], [-1332, -39]], [[214813, 391384], [-3, 6505]], [[223193, 399492], [-14, -8122]], [[223179, 391370], [-1512, -4]], [[221667, 391366], [-36, -1]], [[221631, 391365], [18, 8115]], [[220099, 399475], [-16, -8095]], [[220083, 391380], [-260, 15]], [[219823, 391395], [-1228, 34]], [[218595, 391429], [-364, -3]], [[229176, 394596], [-104, -1079], [-8, -3775]], [[229064, 389742], [-1230, 0]], [[227834, 389742], [0, 6487]], [[224733, 394609], [-4, -3237]], [[224729, 391372], [-1523, -3]], [[223206, 391369], [-27, 1]], [[221631, 391365], [-1548, 15]], [[285466, 392328], [-31, -1556]], [[285435, 390772], [-7, -2276]], [[285428, 388496], [-134, 1401], [-606, 809], [-230, -837], [-81, 1376]], [[284377, 391245], [169, 2219]], [[284546, 393464], [298, 1555], [-259, 1360]], [[206488, 399432], [13, -4858], [-121, -1295], [371, -47], [-10, -2736]], [[206741, 390496], [-830, -42], [-247, 924]], [[209217, 388123], [-2473, -52]], [[206744, 388071], [-3, 2425]], [[264443, 394683], [-524, -1280]], [[263919, 393403], [-110, 901], [24, 2588], [-154, 1891]], [[278045, 396226], [-294, -515], [-232, -1658], [80, -1120], [-325, -2167]], [[277274, 390766], [-416, 1407], [-243, -3513], [-463, -1711], [-244, 275], [-358, -1593]], [[275550, 385631], [171, 2537], [-267, 3168]], [[275454, 391336], [428, 949], [115, 3748]], [[166656, 388375], [-699, 3239]], [[165957, 391614], [-901, 4159]], [[165056, 395773], [-269, 1240], [-4, 1258]], [[275454, 391336], [-315, 603]], [[274546, 395232], [-268, -471], [-788, -2996]], [[273490, 391765], [-200, 1393], [150, 994], [-86, 3042]], [[280929, 397160], [39, -1197], [-240, -2110]], [[280728, 393853], [-452, -1704], [-259, -2493]], [[280017, 389656], [-633, 2946]], [[263919, 393403], [-308, -257]], [[263611, 393146], [-237, 188]], [[272047, 395484], [-122, -4567], [68, -1111]], [[271993, 389806], [-308, -1084], [-178, 1340]], [[271507, 390062], [-213, 1013]], [[271294, 391075], [-378, 3679]], [[171223, 387219], [-1840, -10801], [-214, 48]], [[169169, 376466], [-2031, 9652]], [[260087, 393431], [-260, -1361]], [[259827, 392070], [-266, 627], [-811, -80]], [[258750, 392617], [-16, 4231], [-102, -3]], [[234285, 396682], [0, -4534]], [[234285, 392148], [-1239, 4]], [[233046, 392152], [0, 2439]], [[165056, 395773], [67, -1276], [-536, -3016]], [[164587, 391481], [-681, -2964], [-867, -752], [-370, 962], [-735, -860]], [[161934, 387867], [-256, 3852], [-77, -67]], [[243782, 391493], [-600, -672], [-237, -1354]], [[242945, 389467], [-301, -676], [-459, 1581]], [[241411, 395563], [-330, -4505], [-622, 73]], [[240459, 391131], [-612, 170]], [[239847, 391301], [27, 4378]], [[284258, 395791], [-146, -762]], [[284112, 395029], [62, -330]], [[284174, 394699], [109, -599]], [[284283, 394100], [166, -999]], [[284449, 393101], [22, -1315], [-319, -1468], [-235, 541]], [[283917, 390859], [-818, 3312]], [[203879, 391310], [232, -1351], [-63, -2148], [-283, -1101]], [[203765, 386710], [-658, -441]], [[235534, 394169], [-3, -2030]], [[235531, 392139], [-1246, 9]], [[267120, 397309], [10, -7398]], [[267130, 389911], [-689, 1520], [-363, -1183]], [[266078, 390248], [-168, 18]], [[189012, 387896], [-1284, -154]], [[187728, 387742], [-2094, 148]], [[185634, 387890], [9, 1163]], [[214813, 391384], [1, -1534]], [[214814, 389850], [-3144, -51]], [[273490, 391765], [-131, -932]], [[273359, 390833], [-145, -1041]], [[273214, 389792], [-209, 606], [-29, 1581], [-303, 3454]], [[281794, 396633], [-352, -2134]], [[281442, 394499], [-181, -1569], [-249, -398]], [[281012, 392532], [-284, 1321]], [[270386, 396308], [-126, -2312], [-210, -922], [124, -3421], [-112, -240]], [[270062, 389413], [-201, -166]], [[269861, 389247], [-208, 45], [20, 1691], [-328, 121], [-31, 1670], [-276, 128], [19, 1217]], [[262663, 395170], [-751, 43], [12, 491]], [[271294, 391075], [-509, -438], [-303, -919], [26, -2485]], [[270508, 387233], [-446, 2180]], [[250450, 392212], [-956, 23]], [[249494, 392235], [-119, 4764]], [[268850, 394204], [-252, -4689], [-210, -491]], [[268388, 389024], [-201, 3414], [-398, -533]], [[267789, 391905], [-350, -1991], [-309, -3]], [[282766, 395947], [-168, -2056], [513, -5136]], [[283111, 388755], [-288, -2729]], [[282823, 386026], [-280, 58], [-558, 5269]], [[281985, 391353], [-543, 3146]], [[249494, 392235], [6, -1626], [-311, -14]], [[249189, 390595], [-1322, 101]], [[247867, 390696], [42, 2085]], [[247909, 392781], [135, 617]], [[248044, 393398], [6, 862], [-447, 1330]], [[245702, 394611], [-17, -6019]], [[245685, 388592], [-299, 1157], [-435, 348], [-393, 1319]], [[244558, 391416], [-138, 196]], [[284546, 393464], [-223, 1829]], [[284323, 395293], [-65, 498]], [[258750, 392617], [-93, -1410]], [[258657, 391207], [-1043, -28]], [[257614, 391179], [0, 4062]], [[248044, 393398], [-494, 1528], [-406, -1104], [-259, -2536], [-553, -983]], [[246332, 390303], [-515, -1949], [-132, 238]], [[289289, 396094], [351, -2735], [270, -53], [-16, -3322], [132, -3186]], [[290026, 386798], [-57, 0]], [[289969, 386798], [-44, 0]], [[289925, 386798], [-712, 13]], [[289213, 386811], [-982, 153], [-22, 1873]], [[288209, 388837], [-16, 1390]], [[227834, 389742], [-1541, 10]], [[226293, 389752], [-11, 4862]], [[278860, 392581], [-466, -5287]], [[278394, 387294], [-254, -1223]], [[278140, 386071], [-449, 839], [-166, 1723], [-310, 768]], [[277215, 389401], [59, 1365]], [[239847, 391301], [-20, -3034]], [[239827, 388267], [-622, 98], [-4, -541], [-615, 114]], [[238586, 387938], [4, 815]], [[238590, 388753], [39, 6929]], [[287565, 393214], [-230, -1318], [167, -933], [-195, -1781], [-402, 1979], [-480, 1174], [215, 1900], [256, -1835], [-68, 1744], [239, 1469]], [[283917, 390859], [-162, -3064]], [[283755, 387795], [-414, 1424], [-230, -464]], [[273214, 389792], [-307, -1569]], [[272907, 388223], [-755, 413], [-159, 1170]], [[238590, 388753], [-1541, 208]], [[237049, 388961], [-153, 25], [0, 4923]], [[284458, 394060], [-175, 40]], [[284174, 394699], [-62, 330]], [[284323, 395293], [135, -1233]], [[165957, 391614], [-111, -1812], [217, -2118], [-268, -3202]], [[165795, 384482], [-318, 1675], [-351, -1063], [-392, 1451]], [[164734, 386545], [-147, 1347]], [[164587, 387892], [0, 3589]], [[262873, 394360], [-58, -1367], [-578, -418]], [[262237, 392575], [-496, -1308]], [[261741, 391267], [-4, 4143]], [[241700, 392158], [-280, -5796]], [[241420, 386362], [-362, 56]], [[241058, 386418], [-603, 3090], [4, 1623]], [[160323, 392089], [-77, -1062], [333, -1452], [-117, -1633], [135, -802], [-46, -1999], [-216, -908]], [[160335, 384233], [-267, 44], [0, 3908], [-681, 143], [-458, -370]], [[158929, 387958], [0, -4]], [[158929, 387958], [-514, 6077], [-298, 453]], [[261741, 391267], [-366, 837]], [[261375, 392104], [-331, -489], [66, -2303]], [[261110, 389312], [-395, 371]], [[260715, 389683], [-3, 1350], [-313, 1080], [-1, 1465]], [[253224, 394175], [-108, -3960], [133, -658]], [[253249, 389557], [-1250, 128]], [[251999, 389685], [9, 4096]], [[256455, 395227], [-410, -1812], [-93, -2129], [104, -2737]], [[256056, 388549], [-615, -232]], [[255441, 388317], [-297, -785]], [[255144, 387532], [-486, -1420]], [[254658, 386112], [-34, 905], [308, 954], [-17, 1005]], [[254915, 388976], [435, 3214], [-99, 2079]], [[257614, 391179], [2, -2983]], [[257616, 388196], [-674, -391]], [[256942, 387805], [55, 7426]], [[256942, 387805], [-413, 171]], [[256529, 387976], [-473, 573]], [[274960, 392162], [-143, -1744], [-396, -2216]], [[274421, 388202], [-376, 577], [-266, -940]], [[273779, 387839], [-420, 2994]], [[247909, 392781], [-238, -998], [-192, -2324], [175, -1160]], [[247654, 388299], [-24, -168]], [[247630, 388131], [-211, -2528]], [[247419, 385603], [-176, 2124], [-512, 9], [-410, -650]], [[246321, 387086], [11, 3217]], [[264517, 389239], [-698, -957]], [[263819, 388282], [-57, 221]], [[263762, 388503], [-151, 4643]], [[264447, 393802], [70, -4563]], [[230673, 392156], [-3, -4046]], [[230670, 388110], [-1298, 15]], [[229372, 388125], [-307, -1], [-1, 1618]], [[226293, 389752], [2, -1622]], [[226295, 388130], [-1550, -17]], [[224745, 388113], [-16, 3259]], [[233046, 392152], [-20, -5676]], [[233026, 386476], [-1232, 4]], [[231794, 386480], [13, 5678]], [[158929, 387954], [-62, -1644], [169, -2032], [-399, 3], [-19, -2538], [-216, -434]], [[158402, 381309], [-24, 5]], [[158378, 381314], [-291, -21]], [[158087, 381293], [-3, 45]], [[158084, 381338], [140, 477], [-107, 2272], [-522, 4538], [-125, 2200]], [[281985, 391353], [-669, -3258], [-157, 217]], [[281159, 388312], [-296, 1764]], [[280863, 390076], [149, 2456]], [[263250, 392869], [-350, -1063]], [[262900, 391806], [-413, -1090]], [[262487, 390716], [-250, 1859]], [[158084, 381338], [-237, -853], [-152, 859]], [[157695, 381344], [-539, 908], [-435, 1971], [-296, -310]], [[156425, 383913], [-353, 2861], [-569, 2152], [-557, 3778]], [[254915, 388976], [-726, 35]], [[254189, 389011], [12, 5213]], [[280017, 389656], [-138, -1763], [572, -1648]], [[280451, 386245], [-493, -2674]], [[279958, 383571], [-240, -1325]], [[279718, 382246], [-1324, 5048]], [[254189, 389011], [-119, 3]], [[254070, 389014], [-537, -21]], [[253533, 388993], [-284, 564]], [[269861, 389247], [-95, -2476], [-512, -708]], [[269254, 386063], [-253, 186]], [[269001, 386249], [-194, 1565]], [[268807, 387814], [-419, 1210]], [[237049, 388961], [-4, -2241]], [[237045, 386720], [-1525, 568]], [[235520, 387288], [11, 4851]], [[280863, 390076], [-319, -2827]], [[280544, 387249], [-93, -1004]], [[260715, 389683], [-623, -25], [-151, -811]], [[259941, 388847], [-106, 262], [-8, 2961]], [[265356, 392696], [-244, -3246]], [[265112, 389450], [-475, -738]], [[264637, 388712], [-120, 527]], [[251999, 389685], [-2, -2447]], [[251997, 387238], [-1241, -17]], [[250756, 387221], [2, 543]], [[250758, 387764], [15, 4341]], [[263762, 388503], [-226, -927]], [[263536, 387576], [-64, -376]], [[263472, 387200], [-541, 2720], [-31, 1886]], [[259941, 388847], [-406, -1355], [-4, -1306]], [[259531, 386186], [-106, -8]], [[259425, 386178], [-618, 89]], [[258807, 386267], [-150, 4]], [[258657, 386271], [0, 4936]], [[247867, 390696], [-213, -2397]], [[285904, 391677], [33, -3347], [377, -2748], [-110, -1238], [-607, 2727], [-162, 3701]], [[266078, 390248], [8, -2072]], [[266086, 388176], [-605, -1279], [-198, 665]], [[265283, 387562], [-171, 1888]], [[262487, 390716], [-392, -1207]], [[262095, 389509], [-262, -210]], [[261833, 389299], [-458, 2805]], [[268807, 387814], [-424, -2456]], [[268383, 385358], [-426, 367], [-546, 2055]], [[267411, 387780], [397, 3341], [-19, 784]], [[250758, 387764], [-457, 107]], [[250301, 387871], [-488, -745], [-369, 60], [-248, -998]], [[249196, 386188], [-7, 4407]], [[277215, 389401], [-117, -2971], [-334, -2300], [41, -777]], [[276805, 383353], [-350, -1565], [-111, -2182]], [[276344, 379606], [-848, -338], [-274, 1261], [9, 2076]], [[275231, 382605], [22, 2224], [297, 802]], [[242945, 389467], [-266, -2385], [-345, 60], [127, -1459], [-203, -1038]], [[242258, 384645], [-596, 107], [14, 1563], [-256, 47]], [[231794, 386480], [-23, -4900]], [[231771, 381580], [-1110, 51]], [[230661, 381631], [9, 6479]], [[234285, 392148], [-26, -6491]], [[234259, 385657], [-1233, 6]], [[233026, 385663], [0, 813]], [[235520, 387288], [0, -1654]], [[235520, 385634], [-1261, 23]], [[275231, 382605], [-213, 772]], [[275018, 383377], [-482, 1699], [-115, 3126]], [[161934, 387867], [6, -3922]], [[161940, 383945], [-1040, -1303], [-210, 591], [-282, -2812]], [[160408, 380421], [-311, -431], [76, 1800]], [[160173, 381790], [162, 2443]], [[261833, 389299], [-405, -1730]], [[261428, 387569], [-332, 583]], [[261096, 388152], [14, 1160]], [[263472, 387200], [-446, -2246]], [[263026, 384954], [-363, 80]], [[262663, 385034], [-258, 1506], [-110, 2136], [-200, 833]], [[267411, 387780], [-197, -1449], [23, -1521], [-313, -464]], [[266924, 384346], [-311, 1158]], [[266613, 385504], [-354, 897], [-173, 1775]], [[244558, 391416], [4, -9113]], [[244562, 382303], [-467, 23], [2, -1088]], [[244097, 381238], [-267, 17]], [[243830, 381255], [-40, 2514]], [[243790, 383769], [12, 7731]], [[169169, 376466], [1659, -8029]], [[170828, 368437], [-2625, -35]], [[168203, 368402], [-689, 2284]], [[167514, 370686], [-267, 2691], [-422, 166]], [[166825, 373543], [187, 2774], [-290, 1077], [-121, 2597], [-312, 216], [-475, 1906], [-19, 2369]], [[246321, 387086], [-122, -4889]], [[246199, 382197], [-880, -1]], [[245319, 382196], [-757, 107]], [[243790, 383769], [-1536, 69]], [[242254, 383838], [4, 807]], [[164587, 387892], [-720, -834], [-259, 133], [-515, -1390], [-61, -1062], [-1009, -2141]], [[162023, 382598], [-83, 1347]], [[288209, 388837], [-340, -1484], [-14, -1069]], [[287855, 386284], [-365, -3226], [-285, 1002], [9, -1396], [-759, 4562], [218, 1227], [-54, 1256], [301, 244], [335, -1096], [296, 2145]], [[218595, 391429], [0, -8114]], [[218595, 383315], [-1157, 7]], [[217438, 383322], [-63, -1]], [[217375, 383321], [-7, 8119]], [[219823, 391395], [8, -8114]], [[219831, 383281], [-1236, 34]], [[216145, 391423], [-1, -8126]], [[216144, 383297], [-1330, -14]], [[214814, 383283], [1, 118]], [[214815, 383401], [-1, 6449]], [[217375, 383321], [-1161, -23]], [[216214, 383298], [-70, -1]], [[282823, 386026], [45, -780]], [[282868, 385246], [-236, -135]], [[282632, 385111], [-191, 603], [-899, -1519]], [[281542, 384195], [7, 1473], [-390, 2644]], [[221667, 391366], [1, -6464]], [[221668, 384902], [2, -1623]], [[221670, 383279], [-1791, 1]], [[219879, 383280], [-48, 1]], [[241058, 386418], [-180, -1533], [-17, -2354]], [[240861, 382531], [-193, -605], [-544, 142], [-327, 1182]], [[239797, 383250], [30, 5017]], [[224745, 388113], [2, -4860]], [[224747, 383253], [-1206, 6]], [[223541, 383259], [-334, 2], [0, 1622]], [[223207, 384883], [-1, 6486]], [[206744, 388071], [3, -4865], [-303, -5]], [[206444, 383201], [-2083, 130]], [[204361, 383331], [-596, 3379]], [[223207, 384883], [-1539, 19]], [[285428, 388496], [2, -844]], [[285430, 387652], [-211, 220], [-263, -2218]], [[284956, 385654], [81, -2289], [-234, 434], [-329, 2869], [-459, -1569], [-187, 2281], [549, 3865]], [[258657, 386271], [-1, -537], [-1038, 13]], [[257618, 385747], [-2, 2449]], [[270898, 384461], [-214, -1052], [-154, 1960]], [[270530, 385369], [-22, 1864]], [[271507, 390062], [-150, -656], [68, -2319], [-484, -1260], [-43, -1366]], [[181367, 389064], [0, -7900]], [[181367, 381164], [-7, -10123]], [[181360, 371041], [4, -11253]], [[181364, 359788], [2, -2927]], [[181366, 356861], [-1984, 13], [0, 178], [-2727, -7], [-434, -204]], [[199240, 384017], [-2, 565], [-1384, -11], [128, -1422], [415, -674], [-79, -1241]], [[198318, 381234], [-2999, 12]], [[195319, 381246], [-49, 6459]], [[273779, 387839], [177, -533], [-261, -1185], [-892, -2812]], [[272803, 383309], [-146, 3878], [250, 1036]], [[249196, 386188], [3, -3707]], [[249199, 382481], [-545, 27]], [[248654, 382508], [-40, 1621], [-342, 19], [-642, 3983]], [[281542, 384195], [-437, -1435], [-99, 693]], [[281006, 383453], [-396, 1782], [-66, 2014]], [[272803, 383309], [-1, -6]], [[272802, 383303], [-272, -1508], [-143, -3971]], [[272387, 377824], [-212, 340]], [[272175, 378164], [-165, 2328], [-356, 2011], [-528, -202]], [[271126, 382301], [46, 1976], [-274, 184]], [[214815, 383401], [-1944, -34]], [[212871, 383367], [-1832, -28]], [[211039, 383339], [-284, -8]], [[210755, 383331], [-8, 4681]], [[227834, 389742], [0, -8111]], [[227834, 381631], [-920, 3]], [[226914, 381634], [-613, -2]], [[226301, 381632], [-6, 6498]], [[229372, 388125], [-59, -8133]], [[229313, 379992], [-869, 39]], [[228444, 380031], [-2, 1618], [-608, -18]], [[265283, 387562], [-139, -989]], [[265144, 386573], [-341, 379]], [[264803, 386952], [-166, 1760]], [[253533, 388993], [-9, -5827]], [[253524, 383166], [-612, -14]], [[252912, 383152], [-924, 24]], [[251988, 383176], [9, 4062]], [[261096, 388152], [-573, -2670]], [[260523, 385482], [-285, -2089], [-141, 377]], [[260097, 383770], [-46, 2157], [-520, 259]], [[270530, 385369], [-363, -645], [-243, -2058]], [[269924, 382666], [-670, 3397]], [[262663, 385034], [-353, -388]], [[262310, 384646], [-796, 417]], [[261514, 385063], [-86, 2506]], [[278140, 386071], [-341, -3644], [-207, -671]], [[277592, 381756], [-787, 1597]], [[283755, 387795], [-68, -3119]], [[283687, 384676], [-6, -1714]], [[283681, 382962], [-121, 26]], [[283560, 382988], [-214, 707]], [[283346, 383695], [-232, 459]], [[283114, 384154], [-246, 1092]], [[264803, 386952], [-255, -1635]], [[264548, 385317], [-418, -1608], [-274, -40]], [[263856, 383669], [-44, 1680], [-276, 2227]], [[185634, 387890], [509, -3310], [-59, -2002], [-242, -1389]], [[185842, 381189], [-97, -48]], [[185745, 381141], [-4378, 23]], [[254070, 389014], [36, -2007], [-137, -3775]], [[253969, 383232], [-445, -66]], [[254658, 386112], [-463, -2723], [-218, -213]], [[253977, 383176], [-8, 56]], [[238586, 387938], [-30, -5629]], [[238556, 382309], [-1467, 73]], [[237089, 382382], [-71, 8], [27, 4330]], [[289213, 386811], [95, -1816], [-160, -1192], [-692, -216]], [[288456, 383587], [-506, -230]], [[287950, 383357], [-283, -697], [-32, 1164], [220, 2460]], [[275018, 383377], [-768, -3505], [-473, 452]], [[273777, 380324], [-279, 2237], [-256, -553], [-440, 1295]], [[256529, 387976], [-3, -5248]], [[256526, 382728], [-678, 251]], [[255848, 382979], [2, 2497], [-255, -92], [-154, 2933]], [[158378, 381314], [146, -1464], [-437, 1443]], [[160173, 381790], [-408, -2224], [-354, -188], [-351, 1518], [-215, -1698], [-283, 502], [-160, 1609]], [[239797, 383250], [35, -3689]], [[239832, 379561], [-1222, 173]], [[238610, 379734], [-54, 2575]], [[255848, 382979], [-1, -825], [-418, -677]], [[255429, 381477], [-616, 58]], [[254813, 381535], [-309, 1118], [-517, 34]], [[253987, 382687], [-10, 489]], [[257618, 385747], [6, -2451]], [[257624, 383296], [-312, -1080]], [[257312, 382216], [-630, -29]], [[256682, 382187], [-156, 541]], [[266613, 385504], [-146, -2035], [-362, -1580]], [[266105, 381889], [-246, 1825], [-347, 209]], [[265512, 383923], [-368, 2650]], [[261514, 385063], [-513, -1353]], [[261001, 383710], [-478, 1772]], [[230661, 381631], [-3, -1635], [-459, 10]], [[230199, 380006], [-886, -14]], [[209217, 388123], [-12, -6998]], [[209205, 381125], [-8, -7666]], [[209197, 373459], [-808, 1541]], [[208389, 375000], [-823, 1546], [-1023, -359], [-102, 637]], [[206441, 376824], [3, 6377]], [[210755, 383331], [-21, -1721], [-306, -20], [0, -1082], [-596, -8], [-593, 529]], [[209239, 381029], [-34, 96]], [[226301, 381632], [-1535, -18]], [[224766, 381614], [-19, 1639]], [[248654, 382508], [-383, 35], [1, -1620], [-477, -883]], [[247795, 380040], [-127, 736]], [[247668, 380776], [-303, 1892], [54, 2935]], [[250756, 387221], [-8, -4860]], [[250748, 382361], [-1241, 119]], [[249507, 382480], [-308, 1]], [[285430, 387652], [553, -2587], [494, -4061], [-10, -1655], [-344, 2010], [-710, 2346], [-112, -1069], [-345, 3018]], [[164734, 386545], [-434, -1184], [-950, -7856], [-382, -2239]], [[162968, 375266], [-758, 4581]], [[162210, 379847], [-187, 2751]], [[187728, 387742], [-228, -1434], [16, -5094]], [[187516, 381214], [-1674, -25]], [[192580, 387705], [27, -2493], [351, -3273], [-106, -713]], [[192852, 381226], [-4142, -34], [-1194, 22]], [[247668, 380776], [-455, -1591]], [[247213, 379185], [-466, -722], [-158, 1359]], [[246589, 379822], [-390, 2375]], [[268978, 383008], [-530, -70]], [[268448, 382938], [-65, 2420]], [[269001, 386249], [-23, -3241]], [[268448, 382938], [-363, -1281]], [[268085, 381657], [-378, 305], [-289, 1389], [-223, -1372]], [[267195, 381979], [-271, 2367]], [[195319, 381246], [2, -5061]], [[195321, 376185], [-5, -7382]], [[195316, 368803], [-5, -9039]], [[195311, 359764], [-2662, -21]], [[192649, 359743], [-2090, 97]], [[190559, 359840], [-1844, -32]], [[188715, 359808], [653, 1884], [604, 385], [346, 3275], [287, 901], [-33, 1956], [278, 1645]], [[190850, 369854], [446, 2473], [227, 3835], [527, 220], [571, 4056], [231, 788]], [[263856, 383669], [113, -1403]], [[263969, 382266], [-621, -1698]], [[263348, 380568], [-281, 1465]], [[263067, 382033], [-41, 2921]], [[281006, 383453], [-231, -1615]], [[280775, 381838], [-817, 1733]], [[279718, 382246], [-89, -2346], [-162, -617]], [[279467, 379283], [-168, -1840], [-296, -1251], [-422, 177]], [[278581, 376369], [-906, 3632]], [[277675, 380001], [127, 1436], [-210, 319]], [[251988, 383176], [-8, -2447]], [[251980, 380729], [-1183, -9]], [[250797, 380720], [-49, 1641]], [[237089, 382382], [-24, -3302]], [[237065, 379080], [-1548, 436]], [[235517, 379516], [3, 6118]], [[172686, 359243], [-1858, 9194]], [[265512, 383923], [-362, -1946]], [[265150, 381977], [-326, 1245], [-276, 2095]], [[204361, 383331], [336, -2212], [254, -3271], [312, -1387]], [[205263, 376461], [44, -2691]], [[205307, 373770], [-1620, -57]], [[203687, 373713], [-1526, -10], [-2, 1613], [-297, 15]], [[201862, 375331], [0, 678], [-568, 1790], [-287, -220]], [[201007, 377579], [-1, 3557]], [[289111, 378680], [-677, -384]], [[288434, 378296], [-6, 32]], [[288428, 378328], [-108, 834], [337, 902], [-201, 3523]], [[289925, 386798], [-186, -3801], [-305, -810], [-323, -3507]], [[166825, 373543], [-110, 722]], [[166715, 374265], [-627, 2326], [-335, -1722], [-420, -936], [-390, 89], [-379, 1183], [-853, -3610]], [[163711, 371595], [-743, 3671]], [[233026, 385663], [-31, -6553]], [[232995, 379110], [-1225, 36]], [[231770, 379146], [1, 2434]], [[242254, 383838], [30, -5137]], [[242284, 378701], [-616, 91]], [[241668, 378792], [-306, 22], [-345, 3550], [-156, 167]], [[258807, 386267], [-62, -3640], [-147, -849]], [[258598, 381778], [-366, -1124]], [[258232, 380654], [2, 1594], [-309, 13], [3, 1094], [-304, -59]], [[259425, 386178], [1, -1624], [368, -2837]], [[259794, 381717], [-134, -3193]], [[259660, 378524], [-140, -131]], [[259520, 378393], [-503, 215], [-244, 853], [-175, 2317]], [[269924, 382666], [-59, -1571], [261, -1815], [-318, -1930]], [[269808, 377350], [-304, -1659]], [[269504, 375691], [-230, 1692]], [[269274, 377383], [-144, 2308], [-237, 1273], [85, 2044]], [[260097, 383770], [-303, -2053]], [[284512, 383385], [-92, -1945]], [[284420, 381440], [-8, -27]], [[284412, 381413], [-144, -224]], [[284268, 381189], [-437, 1843], [-150, -70]], [[283687, 384676], [250, -96], [535, 1272], [40, -2467]], [[267195, 381979], [-57, -1464]], [[267138, 380515], [-472, -1482]], [[266666, 379033], [-181, 318]], [[266485, 379351], [-380, 2538]], [[282632, 385111], [-701, -4528]], [[281931, 380583], [-408, 650], [-297, -356]], [[281226, 380877], [-451, 961]], [[234259, 385657], [-34, -6557]], [[234225, 379100], [-1230, 10]], [[235517, 379516], [0, -428]], [[235517, 379088], [-1292, 12]], [[261001, 383710], [173, -405], [-53, -2162]], [[261121, 381143], [-14, -546]], [[261107, 380597], [-355, -820], [-434, 244], [-629, -1650]], [[259689, 378371], [-29, 153]], [[283114, 384154], [232, -459]], [[283560, 382988], [-758, -4755]], [[282802, 378233], [-126, 314]], [[282676, 378547], [-383, 1648], [-362, 388]], [[271126, 382301], [-263, -1063], [-13, -2367]], [[270850, 378871], [-720, -941]], [[270130, 377930], [-322, -580]], [[263067, 382033], [-389, -1467]], [[262678, 380566], [-442, 233]], [[262236, 380799], [74, 3847]], [[265150, 381977], [-286, -1440]], [[264864, 380537], [-573, -892]], [[264291, 379645], [-263, 850], [-59, 1771]], [[262236, 380799], [-219, -1712]], [[262017, 379087], [-896, 2056]], [[223541, 383259], [-1, -4853], [-304, -4]], [[223236, 378402], [-914, 9], [-1, 1610], [-610, 3]], [[221711, 380024], [-41, 3255]], [[199424, 381138], [158, -1618], [-158, -1773]], [[199424, 377747], [-472, -1110]], [[198952, 376637], [-30, 888], [-421, 1384], [24, 1647], [-207, 678]], [[157695, 381344], [162, -972], [-41, -3299], [179, -856], [-251, -1183], [-370, 1731], [-114, -336], [-479, 2414], [-374, -283], [165, 2872], [317, -1457], [-464, 3938]], [[266485, 379351], [-223, -717], [-503, -259]], [[265759, 378375], [-341, 2566], [-268, 1036]], [[162210, 379847], [2, -6325], [-188, 423], [-596, -1237], [-739, -3958]], [[160689, 368750], [-239, 1114], [0, 5132]], [[160450, 374996], [-71, 4167]], [[160379, 379163], [29, 1258]], [[243830, 381255], [-6, -1908], [-732, 4], [-351, -755]], [[242741, 378596], [-457, 105]], [[288428, 378328], [-760, -1368], [99, 2154], [225, 837]], [[287992, 379951], [5, 43]], [[287997, 379994], [-216, -302], [-1, 1870], [-264, -794], [434, 2589]], [[281226, 380877], [-275, -2361]], [[280951, 378516], [-515, -3903]], [[280436, 374613], [-425, -1184]], [[280011, 373429], [-544, 5854]], [[285766, 378696], [-155, -920]], [[285611, 377776], [-363, 657], [-314, 2280], [-163, -800]], [[284771, 379913], [-351, 1527]], [[284512, 383385], [528, -1942], [635, -277], [253, -1943], [-162, -527]], [[241668, 378792], [-8, -3016]], [[241660, 375776], [-363, -1063], [-225, 1683], [-655, 61]], [[240417, 376457], [-605, 128]], [[239812, 376585], [20, 2976]], [[269274, 377383], [-231, 160], [-89, -1393]], [[268954, 376150], [-910, 2229], [-138, -652]], [[267906, 377727], [-93, 803]], [[267813, 378530], [371, 1947], [-99, 1180]], [[277675, 380001], [-469, -3994]], [[277206, 376007], [-657, 395], [-135, 1144], [-337, -42]], [[276077, 377504], [267, 2102]], [[214814, 383283], [8, -9753]], [[214822, 373530], [1, -1754]], [[214823, 371776], [-1967, -12]], [[212856, 371764], [15, 11603]], [[276077, 377504], [-296, -1431], [-373, -3413]], [[275408, 372660], [-430, -146], [-592, 890]], [[274386, 373404], [-399, 2555]], [[273987, 375959], [102, 2169], [-312, 2196]], [[267813, 378530], [-479, 65], [-196, 1920]], [[206441, 376824], [-330, 1926], [-322, -2223], [-84, 711], [-442, -777]], [[212856, 371764], [-914, -4]], [[211942, 371760], [-915, 4]], [[211027, 371764], [12, 11575]], [[211027, 371764], [-1822, 7], [-8, 1688]], [[258232, 380654], [-83, -1403]], [[258149, 379251], [-55, -2225], [-404, -1554]], [[257690, 375472], [32, 1005], [-295, 274], [-178, 1615]], [[257249, 378366], [114, -4], [-51, 3854]], [[273987, 375959], [-386, -927]], [[273601, 375032], [-357, 1057], [-619, 250], [-238, 1485]], [[217438, 383322], [-3, -8107], [40, -1726]], [[217475, 373489], [-1218, 0]], [[216257, 373489], [-44, 1699], [1, 8110]], [[219879, 383280], [1, -4863]], [[219880, 378417], [-1219, 28], [33, -4957]], [[218694, 373488], [-1219, 1]], [[216257, 373489], [-1435, 41]], [[253987, 382687], [206, -1256], [-505, -5063]], [[253688, 376368], [-787, 325]], [[252901, 376693], [11, 6459]], [[224766, 381614], [1, -6484]], [[224767, 375130], [-1507, 16]], [[223260, 375146], [-24, 3256]], [[221711, 380024], [-1, -3245]], [[221710, 376779], [-1831, 17]], [[219879, 376796], [1, 1621]], [[252901, 376693], [0, -15]], [[252901, 376678], [-925, -16]], [[251976, 376662], [4, 4067]], [[284268, 381189], [-150, -1311], [278, -2136]], [[284396, 377742], [-309, -256], [-1, -1105]], [[284086, 376381], [-456, -1904]], [[283630, 374477], [-165, -177], [-222, 1929], [-441, 2004]], [[256682, 382187], [-392, -3475]], [[256290, 378712], [-307, -2568]], [[255983, 376144], [-94, 369]], [[255889, 376513], [-415, 787]], [[255474, 377300], [-45, 4177]], [[254813, 381535], [-35, -5040]], [[254778, 376495], [-630, 72]], [[254148, 376567], [54, -1761], [-336, -146]], [[253866, 374660], [-178, 1708]], [[272175, 378164], [-318, -1099], [158, -2552]], [[272015, 374513], [-260, -47]], [[271755, 374466], [-295, 397], [-169, 2098], [-573, 1278], [132, 632]], [[249507, 382480], [-7, -4915]], [[249500, 377565], [-220, -2832]], [[249280, 374733], [-473, 1903], [-262, -565]], [[248545, 376071], [-165, 1642], [-585, 2327]], [[238610, 379734], [-22, -2902], [-171, -1635]], [[238417, 375197], [-154, 26]], [[238263, 375223], [-509, 95], [7, 1074], [-716, 163]], [[237045, 376555], [20, 2525]], [[250797, 380720], [-133, -3247]], [[250664, 377473], [-1164, 92]], [[245319, 382196], [-11, -8638]], [[245308, 373558], [-149, -795]], [[245159, 372763], [-438, 51], [4, 1622], [-612, 34]], [[244113, 374470], [-16, 6768]], [[264291, 379645], [-143, -3260]], [[264148, 376385], [-273, -833]], [[263875, 375552], [-122, 1730], [-504, 1185]], [[263249, 378467], [99, 2101]], [[246589, 379822], [-14, -6361]], [[246575, 373461], [-1267, 97]], [[257249, 378366], [-460, -1268]], [[256789, 377098], [-280, -2533], [-526, 1579]], [[259520, 378393], [-23, -3367], [-403, -371]], [[259094, 374655], [-945, 4596]], [[263249, 378467], [-138, -2638]], [[263111, 375829], [-141, -279], [-100, 2291]], [[262870, 377841], [-192, 2725]], [[265759, 378375], [-26, -1497]], [[265733, 376878], [-550, 230]], [[265183, 377108], [-319, 3429]], [[228444, 380031], [1, -3258]], [[228445, 376773], [-1531, -4]], [[226914, 376769], [0, 4865]], [[231770, 379146], [-5, -5695]], [[231765, 373451], [0, -2430]], [[231765, 371021], [-1573, 61]], [[230192, 371082], [7, 8924]], [[226914, 376769], [9, -3303], [-304, -24]], [[226619, 373442], [-1831, -22]], [[224788, 373420], [-21, 1710]], [[255474, 377300], [-169, -643], [-206, 1280]], [[255099, 377937], [-83, -2666], [-238, 1224]], [[244113, 374470], [-771, 42], [-10, -3582]], [[243332, 370930], [-613, 69]], [[242719, 370999], [22, 7597]], [[190850, 369854], [-4778, -85], [-898, 125]], [[185174, 369894], [-16, 4888], [309, -23], [-28, 1599], [335, 1], [-29, 4782]], [[285474, 374121], [-189, -776]], [[285285, 373345], [-143, 1232], [-392, -213], [-211, 1145], [-143, 2233]], [[284412, 381413], [24, -1012], [357, -714], [24, -1757], [347, -1481], [310, -2328]], [[198952, 376637], [-342, -2418]], [[198610, 374219], [-358, 1511], [-614, -665], [-130, 1368], [-1561, 20], [-626, -268]], [[282676, 378547], [-305, -5181]], [[282371, 373366], [-288, 723], [-132, 1443], [-320, 1091]], [[281631, 376623], [-680, 1893]], [[185174, 369894], [-607, 4], [0, -813]], [[184567, 369085], [-377, -469], [-604, 143], [0, 868], [-616, 2], [-1, 1663], [-315, -252], [-1294, 1]], [[262017, 379087], [-182, -1209]], [[261835, 377878], [-647, -598], [-256, 976]], [[260932, 378256], [175, 2341]], [[201007, 377579], [-383, -319], [-19, -4903], [45, -4703]], [[200650, 367654], [-984, -5]], [[199666, 367649], [-1, 4038]], [[199665, 371687], [0, 2392], [-241, 3668]], [[262870, 377841], [-381, -297], [-271, -1165]], [[262218, 376379], [-341, 113]], [[261877, 376492], [-42, 1386]], [[251976, 376662], [-1, -808]], [[251975, 375854], [-1238, -25]], [[250737, 375829], [-73, 1644]], [[285611, 377776], [352, -2379]], [[285963, 375397], [-300, -592]], [[285663, 374805], [-240, 293], [-546, 3121], [-106, 1694]], [[248545, 376071], [-481, -3793]], [[248064, 372278], [-249, -32], [-722, 3898], [380, 1913], [-260, 1128]], [[260932, 378256], [-418, -2942], [-267, -430]], [[260247, 374884], [-558, 3487]], [[267906, 377727], [-44, -1950]], [[267862, 375777], [-303, 91], [-437, -1812], [23, -1008]], [[267145, 373048], [-650, 2775]], [[266495, 375823], [171, 3210]], [[265183, 377108], [-100, -1732]], [[265083, 375376], [-218, 283]], [[264865, 375659], [-717, 726]], [[160450, 374996], [-1125, -1844], [-234, 1488], [-260, 115], [-482, 1735]], [[158349, 376490], [-209, 1238], [349, 1656], [315, -572], [373, 668], [783, -708], [357, 1506], [62, -1115]], [[230192, 371082], [-1, -2432]], [[230191, 368650], [-1749, -16]], [[228442, 368634], [3, 8139]], [[223260, 375146], [0, -1720]], [[223260, 373426], [-1521, 36]], [[221739, 373462], [-29, 3317]], [[278540, 374733], [-257, -158], [-226, -2494], [-255, -813]], [[277802, 371268], [-172, -1567]], [[277630, 369701], [-515, 2398], [26, 1888]], [[277141, 373987], [65, 2020]], [[278581, 376369], [-41, -1636]], [[248064, 372278], [-101, -552]], [[247963, 371726], [-1081, 38]], [[246882, 371764], [-315, -16], [8, 1713]], [[163711, 371595], [-1656, -4355], [43, -1065], [-727, -3846]], [[161371, 362329], [-154, 872], [-328, -612], [-163, 2474], [146, 498], [-186, 3197]], [[160686, 368758], [3, -8]], [[239812, 376585], [-307, 30], [-14, -1889]], [[239491, 374726], [-1074, 471]], [[237045, 376555], [-22, -4864]], [[237023, 371691], [-1517, 258]], [[235506, 371949], [0, 363]], [[235506, 372312], [11, 6776]], [[266495, 375823], [-378, -675]], [[266117, 375148], [-384, 1730]], [[280011, 373429], [-196, -1763], [-242, 63], [-67, -1661]], [[279506, 370068], [-122, -195]], [[279384, 369873], [-552, 4224], [-292, 636]], [[259094, 374655], [-346, -3823]], [[258748, 370832], [-372, -503], [-265, 1038], [-246, -1075]], [[257865, 370292], [-129, 1809]], [[257736, 372101], [-46, 3371]], [[232995, 379110], [-18, -5688]], [[232977, 373422], [-1212, 29]], [[234225, 379100], [-29, -5681]], [[234196, 373419], [-1219, 3]], [[235506, 372312], [-1310, 27]], [[234196, 372339], [0, 1080]], [[287953, 369117], [-126, 1004]], [[287827, 370121], [-283, 134], [320, 3324], [379, 1762], [191, 2955]], [[289111, 378680], [-116, -2440], [-517, -3407], [-55, -2436], [-470, -1280]], [[271755, 374466], [-438, -677], [176, -948], [-282, -761]], [[271211, 372080], [-347, 405], [-184, -776], [-249, 1135], [-83, 2839], [-218, 2247]], [[286401, 372837], [-192, 2274], [-246, 286]], [[285766, 378696], [289, -8], [647, -2450], [-301, -3401]], [[242719, 370999], [-614, 37]], [[242105, 371036], [2, 817], [-459, 1220], [12, 2703]], [[208389, 375000], [-289, -1427], [-262, -3093], [-561, -3167], [-509, -171], [-616, -1904]], [[206152, 365238], [46, 2010], [-135, 4024], [-310, 764], [-525, -1496]], [[205228, 370540], [79, 3230]], [[283630, 374477], [147, -1396], [514, -1038], [-44, -591]], [[284247, 371452], [-292, -1688]], [[283955, 369764], [-489, 1286], [-105, 1395], [-525, 503]], [[282836, 372948], [-465, 418]], [[281362, 373717], [-225, -1081]], [[281137, 372636], [-621, 1277], [-80, 700]], [[281631, 376623], [-269, -2906]], [[260247, 374884], [160, -1473]], [[260407, 373411], [-544, -3500], [-48, -1933]], [[259815, 367978], [-431, 176]], [[259384, 368154], [-184, 2177], [-263, 88]], [[258937, 370419], [-189, 413]], [[263875, 375552], [-250, -1451]], [[263625, 374101], [-126, -753], [-407, 1614]], [[263092, 374962], [19, 867]], [[268954, 376150], [-162, -516], [84, -2449]], [[268876, 373185], [-340, 667], [-495, -733]], [[268041, 373119], [-179, 2658]], [[219879, 376796], [30, -8168]], [[219909, 368628], [-1216, -7]], [[218693, 368621], [1, 4867]], [[257736, 372101], [-514, 1415]], [[257222, 373516], [-85, 1915], [-348, 1667]], [[273601, 375032], [187, -2459], [-193, 530], [-410, -2364]], [[273185, 370739], [-292, -249], [-64, -1205]], [[272829, 369285], [-281, 1663], [-394, 3474], [-139, 91]], [[261877, 376492], [-288, -708], [-405, -2399]], [[261184, 373385], [-333, -3287]], [[260851, 370098], [-286, -39], [142, 1604], [-300, 1748]], [[271211, 372080], [-148, -2078]], [[271063, 370002], [-199, -676]], [[270864, 369326], [-114, 472]], [[270750, 369798], [-437, 240], [-582, 3546]], [[269731, 373584], [-227, 2107]], [[255889, 376513], [81, -2236], [-378, -1771]], [[255592, 372506], [-241, -671]], [[255351, 371835], [-666, -172]], [[254685, 371663], [-57, 1803], [-480, 3101]], [[285285, 373345], [270, -2335]], [[285555, 371010], [-138, -2862]], [[285417, 368148], [-256, 2601]], [[285161, 370749], [-819, 3092], [-256, 2540]], [[199665, 371687], [-1364, 1]], [[198301, 371688], [8, 1040], [301, 1491]], [[263092, 374962], [-79, -1906]], [[263013, 373056], [-780, -638]], [[262233, 372418], [68, 3271], [-83, 690]], [[201862, 375331], [-47, -8024]], [[201815, 367307], [-1165, -220], [0, 567]], [[269731, 373584], [-340, -1357], [-300, 301]], [[269091, 372528], [-215, 657]], [[277141, 373987], [-397, 706], [-568, -2859]], [[276176, 371834], [-345, -947], [-213, 581]], [[275618, 371468], [-210, 1192]], [[250737, 375829], [-7, -4869]], [[250730, 370960], [-827, -8], [-198, -520]], [[249705, 370432], [27, 2111], [-434, 1360], [-18, 830]], [[266117, 375148], [-215, -2029]], [[265902, 373119], [-39, -3]], [[265863, 373116], [-510, 788], [-270, 1472]], [[257222, 373516], [17, -1185], [-615, -2106]], [[256624, 370225], [-1032, 2281]], [[264865, 375659], [-28, -5332]], [[264837, 370327], [-303, -813]], [[264534, 369514], [-414, 301]], [[264120, 369815], [-495, 4286]], [[253866, 374660], [-364, -2527], [71, -1661]], [[253573, 370472], [-674, 471]], [[252899, 370943], [2, 5735]], [[262233, 372418], [-14, -886]], [[262219, 371532], [-865, 379], [-170, 1474]], [[221739, 373462], [9, -4974]], [[221748, 368488], [-1535, 133]], [[220213, 368621], [-304, 7]], [[228442, 368634], [-1822, -25]], [[226620, 368609], [-1, 4833]], [[252899, 370943], [-103, 7]], [[252796, 370950], [-827, -12]], [[251969, 370938], [6, 4916]], [[285161, 370749], [-468, -117]], [[284693, 370632], [-446, 820]], [[240417, 376457], [5, -7665]], [[240422, 368792], [-608, 47], [-4, -1332]], [[239810, 367507], [-305, 42]], [[239505, 367549], [-14, 7177]], [[160686, 368758], [-1094, 44], [-338, -404]], [[159254, 368398], [-341, 754], [-149, 3106], [-463, 2406], [48, 1826]], [[282836, 372948], [-67, -2692]], [[282769, 370256], [-815, 2165], [-30, -1006], [-320, 603]], [[281604, 372018], [-242, 1699]], [[249705, 370432], [0, -110]], [[249705, 370322], [-946, 616]], [[248759, 370938], [-796, -36]], [[247963, 370902], [0, 824]], [[238263, 375223], [35, -4781]], [[238298, 370442], [-1280, 166]], [[237018, 370608], [5, 1083]], [[166715, 374265], [-765, -4053], [-188, -2675], [-313, 4], [-790, -4320]], [[164659, 363221], [-270, 1013], [-380, 3367], [-298, 3994]], [[254685, 371663], [-553, -2946]], [[254132, 368717], [-234, 1246], [-124, -776]], [[253774, 369187], [-201, 1285]], [[242105, 371036], [-9, -2451]], [[242096, 368585], [-1210, 161]], [[240886, 368746], [-464, 46]], [[198301, 371688], [-2633, -143], [-352, -2742]], [[268041, 373119], [135, -3677], [-93, -602]], [[268083, 368840], [-64, 308]], [[268019, 369148], [-398, 2375], [-439, 724]], [[267182, 372247], [-37, 801]], [[273842, 367755], [-4, 20]], [[273838, 367775], [-653, 2964]], [[274386, 373404], [-544, -5649]], [[251969, 370938], [-926, -51]], [[251043, 370887], [-313, 73]], [[267182, 372247], [-389, 564], [-373, -1145]], [[266420, 371666], [-518, 1453]], [[265863, 373116], [-284, -991], [-227, -2237]], [[265352, 369888], [-515, 439]], [[286401, 372837], [-31, -1676], [-479, 915], [-228, 2729]], [[203687, 373713], [-2, -6471]], [[203685, 367242], [-1781, 53]], [[201904, 367295], [-89, 12]], [[158120, 372965], [-303, -2]], [[157817, 372963], [-33, 1344], [287, 552], [49, -1894]], [[239505, 367549], [-1221, 189]], [[238284, 367738], [14, 2704]], [[264120, 369815], [-276, -992]], [[263844, 368823], [-589, 2769]], [[263255, 371592], [-242, 1464]], [[224788, 373420], [0, -4871]], [[224788, 368549], [-1526, -10]], [[223262, 368539], [-2, 4887]], [[279384, 369873], [-416, -2088]], [[278968, 367785], [-186, -655]], [[278782, 367130], [-282, 1313]], [[278500, 368443], [-442, 1074], [-256, 1751]], [[211942, 371760], [-29, -11975]], [[211913, 359785], [-2568, -74]], [[209345, 359711], [-3196, -18]], [[206149, 359693], [3, 5545]], [[277630, 369701], [-234, -1501], [-213, 613], [-430, -1507], [-95, -1769]], [[276658, 365537], [-630, 2108]], [[276028, 367645], [291, 2275], [-143, 1914]], [[245159, 372763], [-5, -2033]], [[245154, 370730], [-438, 88], [-5, -1634], [288, -70], [-3, -1602]], [[244996, 367512], [-1212, 138]], [[243784, 367650], [-301, 26], [0, 3252], [-151, 2]], [[272829, 369285], [-248, -1599]], [[272581, 367686], [-815, 1322], [-628, 339], [-75, 655]], [[281137, 372636], [-25, -1023], [-602, -5508]], [[280510, 366105], [-361, 1084]], [[280149, 367189], [-643, 2879]], [[167514, 370686], [-806, -4323], [-52, -2727], [-160, -1067], [-478, -108], [49, -890], [-436, -1627], [-319, -2893], [-1552, -1282], [-242, 1461], [-239, 3370]], [[163279, 360600], [183, 976], [522, 1046], [675, 599]], [[285850, 370354], [-295, 656]], [[285474, 374121], [422, -2948], [651, -1011], [-346, -835], [-351, 1027]], [[269091, 372528], [-167, -3365], [109, -686], [-352, -3385]], [[268681, 365092], [-160, 2649], [-438, 1099]], [[205228, 370540], [-718, -4116]], [[204510, 366424], [-823, 2], [-2, 816]], [[281604, 372018], [-166, -3772]], [[281438, 368246], [-287, -1612]], [[281151, 366634], [-415, -1159], [-226, 630]], [[270750, 369798], [-954, -4452]], [[269796, 365346], [-678, -1792]], [[269118, 363554], [-32, -122]], [[269086, 363432], [-466, 1404]], [[268620, 364836], [61, 256]], [[246882, 371764], [-42, -6070]], [[246840, 365694], [-2, -838], [-515, -29]], [[246323, 364827], [-104, 1909], [11, 4271], [-1076, -277]], [[216257, 373489], [3, -6477]], [[216260, 367012], [-86, 2]], [[216174, 367014], [-1351, 13]], [[214823, 367027], [0, 4749]], [[257865, 370292], [-200, -146], [146, -3006]], [[257811, 367140], [-547, -1924], [-253, -1484]], [[257011, 363732], [-559, 3794]], [[256452, 367526], [172, 2699]], [[217475, 373489], [0, -6490]], [[217475, 366999], [-1215, 13]], [[218693, 368621], [0, -1623]], [[218693, 366998], [-1158, 2]], [[217535, 367000], [-60, -1]], [[223262, 368539], [4, -1605]], [[223266, 366934], [-1483, -59]], [[221783, 366875], [-35, 1613]], [[226620, 368609], [1, -1637]], [[226621, 366972], [-1512, -41]], [[225109, 366931], [-321, 1], [0, 1617]], [[232977, 373422], [0, -6492]], [[232977, 366930], [-1214, 49]], [[231763, 366979], [2, 4042]], [[234196, 372339], [0, -5412]], [[234196, 366927], [-1206, 3]], [[232990, 366930], [-13, 0]], [[260851, 370098], [153, -1651]], [[261004, 368447], [-327, 81]], [[260677, 368528], [-206, -892]], [[260471, 367636], [-656, 342]], [[262219, 371532], [-27, -1601]], [[262192, 369931], [-95, -2448]], [[262097, 367483], [-273, 950], [-278, -893], [-215, 1025], [-327, -118]], [[275618, 371468], [-300, -1181], [80, -1044], [-490, -1589]], [[274908, 367654], [-100, 1094], [-720, -2036], [-246, 1043]], [[266420, 371666], [-159, -2460]], [[266261, 369206], [-144, 586], [-553, -948], [-155, 568]], [[265409, 369412], [-57, 476]], [[263255, 371592], [-527, -1618]], [[262728, 369974], [-536, -43]], [[283955, 369764], [143, -836]], [[284098, 368928], [-199, -2026]], [[283899, 366902], [-182, 62]], [[283717, 366964], [-298, 1139]], [[283419, 368103], [99, 1639], [-146, 1185]], [[283372, 370927], [-246, -568]], [[283126, 370359], [-198, -214]], [[282928, 370145], [-159, 111]], [[158120, 372965], [96, -2153], [271, -374], [409, -1981]], [[158896, 368457], [-209, -644], [106, -2702]], [[158793, 365111], [-4, -1304], [-465, -535], [78, -1485]], [[158402, 361787], [-314, 1660], [11, 3040], [-319, 2976], [37, 3500]], [[268019, 369148], [-408, 283], [-84, -2105]], [[267527, 367326], [-252, 702], [-463, -1950], [-186, 747], [-277, -816]], [[266349, 366009], [-88, 3197]], [[282769, 370256], [-560, -2687]], [[282209, 367569], [-433, 1404], [-338, -727]], [[256452, 367526], [-546, -453]], [[255906, 367073], [-158, 651], [-62, 2671]], [[255686, 370395], [-335, 1440]], [[235506, 371949], [0, -5388]], [[235506, 366561], [0, -480]], [[235506, 366081], [-1273, 28]], [[234233, 366109], [-37, 818]], [[276028, 367645], [-525, -1521]], [[275503, 366124], [-183, 485], [-294, -965]], [[275026, 365644], [-118, 2010]], [[206149, 359693], [-184, -2]], [[205965, 359691], [-1385, 13]], [[204580, 359704], [-148, 938], [143, 4466], [-65, 1316]], [[237018, 370608], [-19, -4325]], [[236999, 366283], [-1493, 278]], [[255686, 370395], [-1221, -4085]], [[254465, 366310], [33, 525]], [[254498, 366835], [-359, 563], [-7, 1319]], [[247963, 370902], [3, -5312], [-200, 55]], [[247766, 365645], [-926, 49]], [[214823, 367027], [-1, -7366]], [[214822, 359661], [-2676, 121]], [[212146, 359782], [-233, 3]], [[198301, 371688], [-141, -896], [-30, -2362], [-478, -2240], [-241, -2267], [2, -1425], [-247, -2726]], [[197166, 359772], [-1855, -8]], [[199666, 367649], [1, -7868]], [[199667, 359781], [-2501, -9]], [[163279, 360600], [-1049, -5634]], [[162230, 354966], [-621, 1774], [-205, 2320]], [[161404, 359060], [-33, 3269]], [[263844, 368823], [-156, -2927]], [[263688, 365896], [-150, 509], [-457, -2191]], [[263081, 364214], [-5, 2272], [-355, 1236], [7, 2252]], [[284693, 370632], [402, -618], [175, -1717]], [[285270, 368297], [-384, -511], [-28, -974]], [[284858, 366812], [-760, 2116]], [[259384, 368154], [-65, -2032], [-241, -92]], [[259078, 366030], [-868, -273]], [[258210, 365757], [-399, 1383]], [[278500, 368443], [-229, -637], [32, -1405]], [[278303, 366401], [-518, -5580]], [[277785, 360821], [-108, -926], [-313, 672]], [[277364, 360567], [-363, 2794], [-342, 617]], [[276659, 363978], [-1, 1559]], [[184567, 369085], [6, -9298]], [[184573, 359787], [-3209, 1]], [[231763, 366979], [-8, -1628]], [[231755, 365351], [-1561, 66]], [[230194, 365417], [-3, 3233]], [[246323, 364827], [-123, -4110]], [[246200, 360717], [-515, 62], [-148, 783]], [[245537, 361562], [-47, 1372], [-348, 1595], [-44, 2975], [-102, 8]], [[249705, 370322], [275, -3108], [-171, -1185]], [[249809, 366029], [-13, -1567]], [[249796, 364462], [-367, -344], [-402, -1991]], [[249027, 362127], [-283, 3]], [[248744, 362130], [15, 8808]], [[243784, 367650], [-24, -6958]], [[243760, 360692], [-1208, 136]], [[242552, 360828], [-452, 64]], [[242100, 360892], [-4, 7693]], [[253774, 369187], [-63, -598], [-543, -370], [-221, -906]], [[252947, 367313], [-159, 350]], [[252788, 367663], [8, 3287]], [[252788, 367663], [-169, -665], [-98, -2358], [240, -2056], [-183, -1537]], [[252578, 361047], [0, 1701], [-613, 3308]], [[251965, 366056], [4, 4882]], [[283419, 368103], [-491, 2042]], [[251965, 366056], [-546, -28], [-64, -613]], [[251355, 365415], [-321, 507]], [[251034, 365922], [9, 4965]], [[251034, 365922], [-568, 97]], [[250466, 366019], [-657, 10]], [[285850, 370354], [308, -1052]], [[286158, 369302], [-18, -1124]], [[286140, 368178], [152, -3489], [-321, -310], [-554, 3769]], [[248744, 362130], [-259, 20], [1, -1356], [-425, -246]], [[248061, 360548], [-311, 844], [16, 4253]], [[273838, 367775], [29, -1536], [-368, -994]], [[273499, 365245], [-679, -1091]], [[272820, 364154], [-382, 1913]], [[272438, 366067], [143, 1619]], [[168203, 368402], [-33, -2228], [201, -311], [166, -3441], [607, -1527], [212, -3239], [-22, -2583]], [[169334, 355073], [-1716, -82], [-1, -1560], [-890, 26], [-3, -1596], [-460, 19], [-298, -1620]], [[165966, 350260], [-246, -1296], [-814, -375], [-3, -4045], [-992, -5108]], [[163911, 339436], [-928, 3750], [56, 1793], [-140, 1162]], [[162899, 346141], [229, 1144], [-1, 2966], [-897, 4715]], [[238284, 367738], [-14, -2707]], [[238270, 365031], [-1188, 150]], [[237082, 365181], [-83, 1102]], [[265409, 369412], [279, -3141]], [[265688, 366271], [-442, -1825]], [[265246, 364446], [-535, 1287]], [[264711, 365733], [-177, 3781]], [[255906, 367073], [-251, -1812], [146, -2556]], [[255801, 362705], [-529, -954], [-438, 809]], [[254834, 362560], [-346, 1711], [-23, 2039]], [[283717, 366964], [-7, -1436]], [[283710, 365528], [-51, 69]], [[283659, 365597], [-117, -1255]], [[283542, 364342], [-75, -143]], [[283467, 364199], [-36, -77]], [[283431, 364122], [-87, -195]], [[283344, 363927], [-565, 790]], [[282779, 364717], [-265, 34], [-366, 1828], [61, 990]], [[280149, 367189], [-243, -2778]], [[279906, 364411], [-397, -807]], [[279509, 363604], [-259, 695], [-282, 3486]], [[287953, 369117], [-346, -3597], [-150, -3563], [-151, 2650], [266, 5441], [255, 73]], [[263081, 364214], [-502, -2273]], [[262579, 361941], [-398, 1304]], [[262181, 363245], [-37, 1322], [-302, 999]], [[261842, 365566], [255, 1917]], [[272438, 366067], [-555, -2439], [-498, 578]], [[271385, 364206], [-316, 930], [-383, 3657], [178, 533]], [[254498, 366835], [-802, -2923], [-19, -787]], [[253677, 363125], [-271, -607]], [[253406, 362518], [-71, 2344], [-388, 2451]], [[188715, 359808], [-3142, -15]], [[185573, 359793], [-1000, -6]], [[266349, 366009], [57, -1412]], [[266406, 364597], [-349, 1839], [-369, -165]], [[264711, 365733], [-224, -683], [-203, -2441]], [[264284, 362609], [-596, 3287]], [[271385, 364206], [-448, -1771]], [[270937, 362435], [-326, -1378], [-364, -500]], [[270247, 360557], [-283, 4288], [-168, 501]], [[286158, 369302], [207, 215], [310, -1575], [-73, -2372], [-462, 2608]], [[268620, 364836], [-243, -50], [-502, -1356]], [[267875, 363430], [-354, 1381], [6, 2515]], [[282779, 364717], [-405, -1350]], [[282374, 363367], [-1213, 1929]], [[281161, 365296], [-10, 1338]], [[284858, 366812], [77, -164]], [[284935, 366648], [-7, -2001], [-380, 948], [-673, 137], [24, 1170]], [[240886, 368746], [3, -7717]], [[240889, 361029], [-605, 67]], [[240284, 361096], [-452, 335]], [[239832, 361431], [-22, 6076]], [[161404, 359060], [-763, 407], [-257, -1537]], [[160384, 357930], [-486, 2766], [-658, 1780], [-447, 2635]], [[158896, 368457], [358, -59]], [[261842, 365566], [-523, -2202]], [[261319, 363364], [-642, 5164]], [[242100, 360892], [-1211, 137]], [[275026, 365644], [-484, -1303]], [[274542, 364341], [-690, -1814]], [[273852, 362527], [-445, 2380], [92, 338]], [[230194, 365417], [-2, -5660]], [[230192, 359757], [-625, 5]], [[229567, 359762], [-1109, 1]], [[228458, 359763], [-16, 8871]], [[228458, 359763], [-876, -6]], [[227582, 359757], [-948, 0]], [[226634, 359757], [-13, 7215]], [[220213, 368621], [49, -8799]], [[220262, 359822], [-1515, -40]], [[218747, 359782], [-2, 7215], [-52, 1]], [[221783, 366875], [7, -7101]], [[221790, 359774], [-1286, 38]], [[220504, 359812], [-242, 10]], [[225109, 366931], [7, -7184]], [[225116, 359747], [-550, 11]], [[224566, 359758], [-1269, 13]], [[223297, 359771], [-31, 7163]], [[261319, 363364], [-484, -1545]], [[260835, 361819], [-445, 1353]], [[260390, 363172], [-31, 2226], [112, 2238]], [[278782, 367130], [-479, -729]], [[176230, 341181], [676, -3535]], [[176906, 337646], [-237, -293], [-2131, -6], [-3163, 16]], [[171375, 337363], [-1036, -168]], [[170339, 337195], [74, 1516], [-404, 8051], [81, 566], [-423, 2802], [-72, 2164], [-261, 2779]], [[285483, 364729], [247, -950]], [[285730, 363779], [-49, -868]], [[285681, 362911], [-94, 912], [-633, 479], [-19, 2346]], [[285270, 368297], [233, -1659]], [[285503, 366638], [-153, -1180]], [[285350, 365458], [133, -729]], [[260390, 363172], [-160, -225]], [[260230, 362947], [-453, -403], [-418, 352]], [[259359, 362896], [21, 897], [-302, 2237]], [[267875, 363430], [-170, -1501], [19, -1797], [-189, -331]], [[267535, 359801], [-167, 368]], [[267368, 360169], [-60, 2882], [-338, 936], [-80, 1342], [-349, -222], [-82, -931]], [[266459, 364176], [-53, 421]], [[279509, 363604], [-224, -3408]], [[279285, 360196], [-519, 775]], [[278766, 360971], [-292, -175], [-159, 1424], [-530, -1399]], [[239832, 361431], [-1514, 177]], [[238318, 361608], [-48, 3423]], [[253406, 362518], [-128, -3094]], [[253278, 359424], [-344, 1547], [-334, -766]], [[252600, 360205], [-233, 1071]], [[252367, 361276], [211, -229]], [[245537, 361562], [-556, -176], [-16, -3767]], [[244965, 357619], [-1212, 97]], [[243753, 357716], [7, 2976]], [[201904, 367295], [0, -3259], [564, -4371]], [[202468, 359665], [-2632, 116]], [[199836, 359781], [-169, 0]], [[276659, 363978], [-321, -1646], [-128, 663], [-334, -926]], [[275876, 362069], [-139, -177]], [[275737, 361892], [-37, 2241], [-197, 1991]], [[276171, 365518], [-31, -845]], [[276140, 364673], [211, -935], [217, 1690], [-397, 90]], [[257011, 363732], [-118, -2665]], [[256893, 361067], [-311, -151]], [[256582, 360916], [-548, -371], [-28, 565]], [[256006, 361110], [-205, 1595]], [[281161, 365296], [-22, -3279]], [[281139, 362017], [-569, -758]], [[280570, 361259], [-694, 2327], [30, 825]], [[204580, 359704], [-804, -10]], [[203776, 359694], [-1308, -29]], [[258405, 362945], [-625, 205], [-142, -3375]], [[257638, 359775], [-745, 1292]], [[258210, 365757], [195, -2812]], [[216174, 367014], [4, -7320]], [[216178, 359694], [-1317, -41]], [[214861, 359653], [-39, 8]], [[217535, 367000], [4, -7258]], [[217539, 359742], [-1361, -48]], [[218747, 359782], [-870, -30]], [[217877, 359752], [-338, -10]], [[232990, 366930], [-4, -7162]], [[232986, 359768], [-736, 0]], [[232250, 359768], [-495, -4]], [[231755, 359764], [0, 5587]], [[226634, 359757], [-863, -11]], [[225771, 359746], [-655, 1]], [[223297, 359771], [-1270, 0]], [[222027, 359771], [-237, 3]], [[234233, 366109], [3, -6336]], [[234236, 359773], [-930, -5]], [[233306, 359768], [-320, 0]], [[254834, 362560], [-147, -2742]], [[254687, 359818], [-400, -772]], [[254287, 359046], [-461, 3988], [-149, 91]], [[285503, 366638], [154, -1165], [635, -2093], [-66, -1012]], [[286226, 362368], [53, -609]], [[286279, 361759], [-115, -211]], [[286164, 361548], [-434, 2231]], [[285483, 364729], [-133, 729]], [[237082, 365181], [-19, -4504]], [[237063, 360677], [-1557, 162]], [[235506, 360839], [0, 5242]], [[275737, 361892], [-473, -1709], [-546, -689]], [[274718, 359494], [-101, 1954]], [[274617, 361448], [153, 1099]], [[274770, 362547], [-228, 1794]], [[266459, 364176], [-121, -2911], [119, -2630]], [[266457, 358635], [-224, 322]], [[266233, 358957], [-784, 1845]], [[265449, 360802], [-274, 2103], [71, 1541]], [[264091, 359038], [-613, -1731]], [[263478, 357307], [-281, 2109], [-435, 319]], [[262762, 359735], [-183, 2206]], [[264284, 362609], [-193, -3571]], [[235506, 360839], [0, -1078]], [[235506, 359761], [-1085, 11]], [[234421, 359772], [-185, 1]], [[259359, 362896], [-159, -1977]], [[259200, 360919], [-468, 373], [-327, 1653]], [[276140, 364673], [31, 845]], [[252367, 361276], [-1008, 2722]], [[251359, 363998], [-4, 1417]], [[272820, 364154], [-287, -1786], [161, -862], [-535, -1063], [70, -474]], [[272229, 359969], [-685, -1435], [-271, 477]], [[271273, 359011], [-336, 3424]], [[250466, 366019], [-48, -4180], [274, -850]], [[250692, 360989], [92, -1564]], [[250784, 359425], [-347, 1556], [-155, -1005]], [[250282, 359976], [-177, 539], [-309, 3947]], [[265449, 360802], [-249, -1448], [-375, -410]], [[264825, 358944], [-564, -169]], [[264261, 358775], [-170, 263]], [[251359, 363998], [-15, -29]], [[251344, 363969], [-427, -1199], [-225, -1781]], [[267368, 360169], [-217, -969], [-641, -1367]], [[266510, 357833], [-53, 802]], [[248061, 360548], [-409, -2218]], [[247652, 358330], [-1170, 82]], [[246482, 358412], [-282, 2305]], [[283884, 365227], [441, 265], [239, -1371]], [[284564, 364121], [-405, -2255]], [[284159, 361866], [-678, -2215]], [[283481, 359651], [-2, 3311]], [[283479, 362962], [63, 1380]], [[283659, 365597], [225, -370]], [[262181, 363245], [-452, -3529], [-71, -1327]], [[261658, 358389], [-614, 240]], [[261044, 358629], [-209, 3190]], [[270247, 360557], [-500, -1318]], [[269747, 359239], [-387, 951], [-242, 3364]], [[231755, 359764], [-101, -4]], [[231654, 359760], [-1462, -3]], [[273852, 362527], [-162, -1380]], [[273690, 361147], [-561, -945], [-310, 462], [-429, -1770]], [[272390, 358894], [-161, 1075]], [[282112, 359572], [-317, 633]], [[281795, 360205], [-220, -114], [-436, 1926]], [[282374, 363367], [-290, -906], [28, -2889]], [[238318, 361608], [-4, -1905]], [[238314, 359703], [-2, -1358]], [[238312, 358345], [-1259, 166]], [[237053, 358511], [10, 2166]], [[160384, 357930], [-174, -102]], [[160210, 357828], [-281, 264], [-164, -998]], [[159765, 357094], [-379, 2271], [-464, -404], [-520, 2826]], [[283344, 363927], [135, -965]], [[283481, 359651], [-614, -2145]], [[282867, 357506], [-109, 311]], [[282758, 357817], [-299, 1492], [-347, 263]], [[269086, 363432], [-450, -1508], [10, -1311], [-407, -1312]], [[268239, 359301], [-193, 764], [-584, -1127], [73, 863]], [[250282, 359976], [-572, -2622]], [[249710, 357354], [-479, -188]], [[249231, 357166], [11, 1267], [-274, 2900], [59, 794]], [[280570, 361259], [-138, -3504]], [[280432, 357755], [-433, -3598]], [[279999, 354157], [-48, 2703], [-666, 3336]], [[274770, 362547], [-153, -1099]], [[274718, 359494], [-251, -983]], [[274467, 358511], [-297, -983]], [[274170, 357528], [-480, 3619]], [[285497, 362381], [-63, -1487], [-424, -1183]], [[285010, 359711], [-289, -964]], [[284721, 358747], [-34, 2055], [-528, 1064]], [[284564, 364121], [581, -507], [352, -1233]], [[277364, 360567], [-130, -3464]], [[277234, 357103], [-337, -1260], [-663, 787], [-116, -677]], [[276118, 355953], [-70, 868], [-471, 580]], [[275577, 357401], [360, 2850], [-61, 1818]], [[251671, 358926], [-486, -648], [-308, 443]], [[250877, 358721], [-93, 704]], [[251344, 363969], [327, -5043]], [[252600, 360205], [-4, -1497]], [[252596, 358708], [-916, 78]], [[251680, 358786], [-9, 140]], [[286164, 361548], [133, -1960]], [[286297, 359588], [-664, 2557], [48, 766]], [[269747, 359239], [82, -1209], [-301, -552]], [[269528, 357478], [-635, 40], [-381, -1462]], [[268512, 356056], [-298, 1723]], [[268214, 357779], [25, 1522]], [[259200, 360919], [-148, -2366]], [[259052, 358553], [-666, -2939]], [[258386, 355614], [14, 578], [-508, 429], [-79, 979]], [[257813, 357600], [-175, 2175]], [[262762, 359735], [-638, -2584]], [[262124, 357151], [-421, -78]], [[261703, 357073], [-45, 1316]], [[261044, 358629], [-402, -2234]], [[260642, 356395], [-399, 432]], [[260243, 356827], [-13, 6120]], [[254287, 359046], [-781, -1739]], [[253506, 357307], [-228, 2117]], [[260243, 356827], [-662, -2212]], [[259581, 354615], [-529, 3938]], [[256006, 361110], [-211, -8003]], [[255795, 353107], [-851, -64]], [[254944, 353043], [-147, -18]], [[254797, 353025], [95, 6137], [-205, 656]], [[285916, 358061], [-1039, -4907]], [[284877, 353154], [-34, 77]], [[284843, 353231], [-42, 1109]], [[284801, 354340], [305, 3818], [-96, 1553]], [[285497, 362381], [59, -1873], [467, -1557], [-107, -890]], [[271273, 359011], [-157, -551]], [[271116, 358460], [-308, -1199], [-364, -179], [-73, -1054], [-635, -1658]], [[269736, 354370], [-208, 3108]], [[278766, 360971], [-356, -9724]], [[278410, 351247], [-345, -4]], [[278065, 351243], [106, 760], [-263, 1161], [-285, -493], [86, -1438]], [[277709, 351233], [-112, -1]], [[277597, 351232], [-569, 21]], [[277028, 351253], [206, 5850]], [[275577, 357401], [-419, -1374], [-218, -1669]], [[274940, 354358], [-473, 4153]], [[249231, 357166], [-25, -4320], [-720, 33]], [[248486, 352879], [-527, 25]], [[247959, 352904], [-9, 1582], [-298, 3844]], [[281795, 360205], [-66, -4560]], [[281729, 355645], [-596, 561], [-701, 1549]], [[286315, 361864], [-36, -105]], [[286315, 361864], [307, -509], [-325, -1767]], [[284721, 358747], [-1328, -4408]], [[283393, 354339], [-167, 252], [88, 2639], [-447, 276]], [[246482, 358412], [44, -2141]], [[246526, 356271], [-1263, 227]], [[245263, 356498], [-303, 38], [5, 1083]], [[240284, 361096], [-17, -4867]], [[240267, 356229], [-1101, 142]], [[239166, 356371], [-106, 8], [13, 3262], [-759, 62]], [[274170, 357528], [-841, -1351]], [[273329, 356177], [-156, -696], [-455, -110]], [[272718, 355371], [-328, 3523]], [[257813, 357600], [-221, -728], [-203, -3628]], [[257389, 353244], [-828, -107]], [[256561, 353137], [21, 7779]], [[256561, 353137], [-151, -14]], [[256410, 353123], [-615, -16]], [[242552, 360828], [-65, -4878]], [[242487, 355950], [-1819, 221]], [[240668, 356171], [-401, 58]], [[253506, 357307], [130, -2237]], [[253636, 355070], [-1045, 64]], [[252591, 355134], [5, 3574]], [[250877, 358721], [-61, -2945]], [[250816, 355776], [-215, -1258], [64, -1202]], [[250665, 353316], [-204, -1647], [-215, 1259]], [[250246, 352928], [-536, 4426]], [[279999, 354157], [-151, -412], [-88, -2492]], [[279760, 351253], [-173, -5]], [[279587, 351248], [-953, 1]], [[278634, 351249], [-224, -2]], [[243753, 357716], [-40, -7253]], [[243713, 350463], [-1248, -11]], [[242465, 350452], [22, 5498]], [[237053, 358511], [-17, -3425]], [[237036, 355086], [-1531, 348]], [[235505, 355434], [1, 4327]], [[266233, 358957], [17, -976], [-599, -2205], [-221, -1818]], [[265430, 353958], [-521, 3091], [-84, 1895]], [[282758, 357817], [6, -3369], [-310, -3129]], [[282454, 351319], [-369, -16]], [[282085, 351303], [-408, -9]], [[281677, 351294], [52, 4351]], [[268214, 357779], [-540, -708], [-177, -2081], [-906, -1448]], [[266591, 353542], [-141, 2662], [60, 1629]], [[272718, 355371], [-733, -1028], [-226, -1288]], [[271759, 353055], [-261, 2813], [-382, 2592]], [[192649, 359743], [0, -24860], [483, -3], [-46, -2691], [-3, -12919], [-57, -4902], [46, -1624], [-29, -12941], [-91, -9], [0, -3908]], [[192952, 295886], [-303, 169]], [[192649, 296055], [0, 7877], [-2090, 0], [0, 4900]], [[190559, 308832], [0, 51008]], [[190559, 308832], [-267, 69], [-549, 2097], [-586, 1352], [-625, -723], [-214, 1094]], [[188318, 312721], [8, 6150], [-629, 15], [-1, 3313], [-1550, -154], [-3, 3263], [-297, 21], [4, 2068], [-380, -319], [-149, 1054], [-899, 1045], [-616, 2799], [-445, 401]], [[183361, 332377], [1, 5120], [66, 1656], [-122, 2775], [363, 944], [70, 1118], [518, 1618], [615, 865], [469, 2332], [-89, 1927], [91, 1455], [24, 3834], [237, 2874], [-31, 898]], [[254797, 353025], [-1049, 763]], [[253748, 353788], [-112, 1282]], [[233306, 359768], [-67, -1052], [1, -6427]], [[233240, 352289], [-1054, -2]], [[232186, 352287], [-1, 6412], [65, 1069]], [[231654, 359760], [-1, -10708]], [[231653, 349052], [-2, -4884], [-743, 12]], [[230908, 344180], [41, 1148], [-278, 232], [-357, 1844], [-191, -673], [-230, 2345], [-236, 376], [-145, 2238], [-299, -1766], [-371, 677]], [[228842, 350601], [273, 1701], [-395, -68]], [[228720, 352234], [-26, 1706], [357, -36], [129, 1256], [379, 564], [8, 4038]], [[224566, 359758], [31, -9970]], [[224597, 349788], [-210, -1342], [-482, 1078], [-172, 1064], [-325, 12]], [[223408, 350600], [-48, 1718], [-452, 3424], [-433, 679]], [[222475, 356421], [0, 1]], [[222475, 356422], [-448, 3349]], [[234421, 359772], [22, -6122]], [[234443, 353650], [-18, -2995]], [[234425, 350655], [-897, 9]], [[233528, 350664], [-1, 1625], [-287, 0]], [[232186, 352287], [-8, -3237]], [[232178, 349050], [-525, 2]], [[227582, 359757], [-1, -7542]], [[227581, 352215], [-1788, -1]], [[225793, 352214], [-22, 7532]], [[225793, 352214], [0, -2428]], [[225793, 349786], [-1196, 2]], [[228720, 352234], [-1136, -19]], [[227584, 352215], [-3, 0]], [[235505, 355434], [1, -1837]], [[235506, 353597], [-1063, 53]], [[222475, 356421], [0, -4177], [-865, -45]], [[221610, 352199], [-1108, 8]], [[220502, 352207], [2, 7605]], [[203776, 359694], [98, -2074], [-26, -3169], [117, -4650], [-91, -2222], [-239, -893], [559, -1233], [337, -2424], [573, -1622]], [[205104, 341407], [-115, -753], [-407, 115]], [[204582, 340769], [2, 439], [-988, -6], [48, -1326], [-533, 2]], [[203111, 339878], [-7, 660]], [[203104, 340538], [1, 655], [-1776, -49], [0, 4052], [-2059, 59]], [[199270, 345255], [16, 10890], [481, 2044], [69, 1592]], [[199270, 345255], [-7, -4085]], [[199263, 341170], [-3954, 38]], [[195309, 341208], [2, 18556]], [[195309, 341208], [0, -19410]], [[195309, 321798], [-1, -7083]], [[195308, 314715], [-3, -14913]], [[195305, 299802], [-837, -13], [-15, -900], [-398, -1421]], [[194055, 297468], [-881, -3135], [-222, 1553]], [[212146, 359782], [0, -9302]], [[212146, 350480], [-110, 1], [3, -8289]], [[212039, 342192], [-2, -5881]], [[212037, 336311], [-929, 13]], [[211108, 336324], [28, 6448], [-1196, -12], [1, 1644], [-599, 9], [0, 810]], [[209342, 345223], [3, 14488]], [[214861, 359653], [-12, -9170]], [[214849, 350483], [-362, -4]], [[214487, 350479], [-2341, 1]], [[217877, 359752], [-24, -9286]], [[217853, 350466], [-365, -7]], [[217488, 350459], [-1501, 5]], [[215987, 350464], [-1138, 19]], [[220502, 352207], [-2, -1740]], [[220500, 350467], [-1510, -6]], [[218990, 350461], [-1137, 5]], [[284801, 354340], [42, -1109]], [[284877, 353154], [-51, -1711]], [[284826, 351443], [-1, -153]], [[284825, 351290], [-691, 44]], [[284134, 351334], [-370, -26]], [[283764, 351308], [-248, 1789], [-323, 550], [200, 692]], [[263478, 357307], [2, -789], [-559, -4123]], [[262921, 352395], [-20, 2]], [[262901, 352397], [-528, 227]], [[262373, 352624], [-249, 4527]], [[205965, 359691], [58, -1482], [-85, -3570], [-387, -996], [-22, -2199], [163, -1118], [-61, -4279]], [[205631, 346047], [-184, -448], [-36, -1983], [-307, -2209]], [[209342, 345223], [-1191, 14]], [[208151, 345237], [-1196, -14], [2, 803], [-1326, 21]], [[239166, 356371], [-30, -5933]], [[239136, 350438], [-750, 14]], [[238386, 350452], [29, 5979], [-103, 1914]], [[162899, 346141], [-231, -1190], [-456, 1973], [-261, -928], [-61, 1185], [-572, 3411], [-183, -60], [-19, 1981], [-417, 1414], [44, 778], [-533, 3123]], [[265430, 353958], [-148, -1853]], [[265282, 352105], [-222, 46]], [[265060, 352151], [-603, 35]], [[264457, 352186], [-224, 1544], [-135, 2569], [163, 2476]], [[286870, 358327], [-79, -1657]], [[286791, 356670], [-328, 768], [3, 1656], [404, -767]], [[264457, 352186], [-96, -2]], [[264361, 352184], [-1440, 211]], [[266591, 353542], [-596, -1193]], [[265995, 352349], [-713, -244]], [[251680, 358786], [-1, -3231]], [[251679, 355555], [-863, 221]], [[252591, 355134], [-9, -4639]], [[252582, 350495], [-78, 9]], [[252504, 350504], [-835, 20]], [[251669, 350524], [10, 5031]], [[261703, 357073], [-226, -4256]], [[261477, 352817], [-391, -141]], [[261086, 352676], [-444, 3719]], [[259581, 354615], [12, -1749]], [[259593, 352866], [-647, 210]], [[258946, 353076], [-576, 206]], [[258370, 353282], [16, 2332]], [[238386, 350452], [-787, -3]], [[237599, 350449], [-586, 0]], [[237013, 350449], [23, 4637]], [[287748, 351418], [-69, 0]], [[287679, 351418], [-139, 3114], [-110, -3118]], [[287430, 351414], [-90, 0]], [[287340, 351414], [-61, 2]], [[287279, 351416], [-242, -2]], [[287037, 351414], [1, 2143], [150, 496], [-378, 1441], [-61, 1239]], [[286749, 356733], [42, -63]], [[286870, 358327], [530, -179], [348, -6730]], [[274940, 354358], [-364, -882], [-48, -1926]], [[274528, 351550], [-629, 24]], [[273899, 351574], [-213, 1696]], [[273686, 353270], [-50, 397]], [[273636, 353667], [-307, 2510]], [[270321, 353193], [-338, -940]], [[269983, 352253], [-141, 1]], [[269842, 352254], [-106, 2116]], [[271759, 353055], [-114, -499]], [[271645, 352556], [-501, 43]], [[271144, 352599], [-890, -363]], [[270254, 352236], [67, 957]], [[247959, 352904], [-202, -2471]], [[247757, 350433], [-990, 13]], [[246767, 350446], [-44, 3365], [-197, 2460]], [[286206, 357292], [36, 565]], [[286206, 357292], [-103, -959], [-95, -4917]], [[286008, 351416], [-140, 0]], [[285868, 351416], [-1042, 27]], [[285916, 358061], [-22, -1250], [348, 1046]], [[163911, 339436], [276, -2210]], [[164187, 337226], [-3149, 125]], [[161038, 337351], [-326, 1746], [-77, 1735], [-231, 787], [-396, 3161], [-503, 2053], [-222, 5105], [442, 1739], [40, 3417]], [[283764, 351308], [-1310, 11]], [[268512, 356056], [-491, -2310], [-105, -1529]], [[267916, 352217], [-1356, 67]], [[266560, 352284], [-565, 65]], [[281677, 351294], [-774, -7]], [[280903, 351287], [-371, -27]], [[280532, 351260], [-772, -7]], [[262373, 352624], [-838, 204]], [[261535, 352828], [-58, -11]], [[245263, 356498], [-29, -6068]], [[245234, 350430], [-782, -12]], [[244452, 350418], [-119, 11]], [[244333, 350429], [-620, 34]], [[269842, 352254], [-878, -31]], [[268964, 352223], [-617, -6]], [[268347, 352217], [-431, 0]], [[258370, 353282], [-422, -315]], [[257948, 352967], [-559, 277]], [[276118, 355953], [-148, -277], [114, -4413]], [[276084, 351263], [-1077, 152]], [[275007, 351415], [-479, 135]], [[250246, 352928], [-253, -2473]], [[249993, 350455], [-186, -21]], [[249807, 350434], [-151, 5]], [[249656, 350439], [-18, -3004]], [[249638, 347435], [-129, 1228], [-367, 441], [-80, -746], [-582, 45]], [[248480, 348403], [6, 4476]], [[286305, 356800], [-51, -466]], [[286570, 356468], [-316, -134]], [[286570, 356468], [124, 213]], [[286694, 356681], [55, 52]], [[287037, 351414], [-532, -2]], [[286505, 351412], [-497, 4]], [[286305, 356800], [-99, 492]], [[277028, 351253], [-871, 10]], [[276157, 351263], [-73, 0]], [[181366, 356861], [18, -12097], [-305, -3169], [-223, -192], [-381, 2417], [-725, -8], [-350, -1053], [144, -4362], [76, -6300], [227, -3470], [73, -3058], [-216, -1125], [36, -1876]], [[179740, 322568], [-2834, 15078]], [[261086, 352676], [-980, 65]], [[260106, 352741], [-513, 125]], [[246767, 350446], [-580, -1]], [[246187, 350445], [-953, -15]], [[240668, 356171], [-20, -5742]], [[240648, 350429], [-227, 4]], [[240421, 350433], [-1234, 7]], [[239187, 350440], [-51, -2]], [[223408, 350600], [12, -6428]], [[223420, 344172], [-1187, 51]], [[222233, 344223], [-596, -4], [-27, 7980]], [[273636, 353667], [50, -397]], [[273899, 351574], [-178, 50]], [[273721, 351624], [-1258, 239]], [[272463, 351863], [-903, 250]], [[271560, 352113], [85, 443]], [[242465, 350452], [-84, -5]], [[242381, 350447], [-1055, 0]], [[241326, 350447], [-678, -18]], [[251669, 350524], [-28, 4]], [[251641, 350528], [-22, -4]], [[251619, 350524], [-191, 1382], [-763, 1410]], [[237013, 350449], [-1507, 13]], [[235506, 350462], [0, 3135]], [[253748, 353788], [47, -3358]], [[253795, 350430], [-1213, 65]], [[170339, 337195], [-4266, 60]], [[166073, 337255], [29, 8917], [143, -16], [5, 2474], [-284, 1630]], [[254944, 353043], [136, -5034]], [[255080, 348009], [-640, -725], [-443, 466]], [[253997, 347750], [-26, 131]], [[253971, 347881], [-176, 2549]], [[235506, 350462], [154, -6283]], [[235660, 344179], [-653, -10]], [[235007, 344169], [-597, 8]], [[234410, 344177], [15, 6478]], [[257414, 348712], [-201, -1047], [-242, 621]], [[256971, 348286], [-207, -250], [-369, 1607]], [[256395, 349643], [15, 3480]], [[257948, 352967], [-373, -4227], [-161, -28]], [[258946, 353076], [-66, -2837]], [[258880, 350239], [-152, -2605]], [[258728, 347634], [-470, -221], [-397, -1687]], [[257861, 345726], [-447, 2986]], [[251619, 350524], [-1425, 9]], [[250194, 350533], [-201, -78]], [[256395, 349643], [-463, -2485]], [[255932, 347158], [-632, 238]], [[255300, 347396], [-220, 613]], [[278065, 351243], [-356, -10]], [[260035, 350463], [-39, -1632]], [[259996, 348831], [-420, 265]], [[259576, 349096], [-528, 339], [-168, 804]], [[260106, 352741], [-71, -2278]], [[248480, 348403], [6, -7256]], [[248486, 341147], [-919, -50]], [[247567, 341097], [-247, -13]], [[247320, 341084], [102, 953]], [[247422, 342037], [419, 2876]], [[247841, 344913], [353, 1892], [-44, 1811], [-209, 1819], [-184, -2]], [[262901, 352397], [149, -1465]], [[263050, 350932], [-592, 1050], [-298, -536], [-193, -2703]], [[261967, 348743], [-458, 2312]], [[261509, 351055], [26, 1773]], [[261509, 351055], [-433, -573], [-153, -1811]], [[260923, 348671], [-582, 2219], [-306, -427]], [[270706, 350628], [-572, -2009], [-308, -73]], [[269826, 348546], [-389, 912], [-672, -256]], [[268765, 349202], [199, 3021]], [[270254, 352236], [-271, 17]], [[271144, 352599], [-438, -1971]], [[271560, 352113], [-142, -3665]], [[271418, 348448], [-528, -1943]], [[270890, 346505], [-41, -397]], [[270849, 346108], [-351, 1893], [300, 1976], [-92, 651]], [[264361, 352184], [5, -1438], [-252, -900], [56, -3382], [-120, -1264]], [[264050, 345200], [-190, -992]], [[263860, 344208], [-474, 1989], [-250, 1871]], [[263136, 348068], [117, 454], [-203, 2410]], [[266560, 352284], [206, -1169], [31, -2258]], [[266797, 348857], [-174, -720], [-607, -562]], [[266016, 347575], [-183, 13], [-202, 1691], [-279, -297]], [[265352, 348982], [-292, 3169]], [[228842, 350601], [-61, -3232], [298, 0], [0, -1617]], [[229079, 345752], [-602, -1], [-1, -1624], [-593, -2]], [[227883, 344125], [-297, 101]], [[227586, 344226], [-2, 7989]], [[268347, 352217], [-502, -559], [-752, -3147]], [[267093, 348511], [-296, 346]], [[233528, 350664], [-299, -2], [-14, -8097]], [[233215, 342565], [-365, 1], [-131, 1627], [-399, 1]], [[232320, 344194], [-150, -1], [8, 4857]], [[265352, 348982], [-275, -2785]], [[265077, 346197], [-193, -790], [-429, 315], [-38, -1252], [-367, 730]], [[268765, 349202], [-61, -397]], [[268704, 348805], [-665, -1448], [-393, -1682]], [[267646, 345675], [-224, 1917], [-258, -1046]], [[267164, 346546], [-71, 1965]], [[227586, 344226], [-599, 4]], [[226987, 344230], [-1193, 4]], [[225794, 344234], [-1, 5552]], [[222233, 344223], [3, -2818]], [[222236, 341405], [-226, -158], [-275, -2614], [-162, -422], [-441, 841], [-101, 2156], [-521, -2268]], [[220510, 338940], [0, 3261]], [[220510, 342201], [-10, 8266]], [[272463, 351863], [277, -3899]], [[272740, 347964], [-622, -2325]], [[272118, 345639], [-700, 2809]], [[263136, 348068], [-494, -1684], [-81, -2308]], [[262561, 344076], [-537, -332]], [[262024, 343744], [-54, 115]], [[261970, 343859], [103, 956], [-106, 3928]], [[273721, 351624], [-182, -2986]], [[273539, 348638], [-167, -516], [-189, 1242], [-443, -1400]], [[230908, 344180], [-82, 5]], [[230826, 344185], [-902, -44]], [[229924, 344141], [-550, -15], [0, 1626], [-295, 0]], [[275007, 351415], [-33, -5379]], [[274974, 346036], [-1, -378]], [[274973, 345658], [-247, 762], [-926, -859]], [[273800, 345561], [12, 1685], [-273, 1392]], [[285868, 351416], [140, -749]], [[286008, 350667], [106, -2464]], [[286114, 348203], [-296, -486]], [[285818, 347717], [-335, -961]], [[285483, 346756], [-266, 1180], [-452, 774]], [[284765, 348710], [60, 2580]], [[287331, 347551], [-272, 271], [-554, 3590]], [[287279, 351416], [112, -2597], [320, -2367], [229, -3945], [-412, 3972], [-197, 1072]], [[287748, 351418], [261, -5943]], [[288009, 345475], [-7, -9]], [[288002, 345466], [-124, 1107], [-199, 4845]], [[276157, 351263], [-22, -5309]], [[276135, 345954], [-1161, 82]], [[287331, 347551], [294, -3319], [-296, 418], [-595, 3435]], [[286734, 348085], [-726, 2582]], [[282085, 351303], [5, -704]], [[282090, 350599], [-40, -2323], [-263, -3337]], [[281787, 344939], [-837, 1178]], [[280950, 346117], [82, 750], [-129, 4420]], [[284010, 345759], [-232, -1457]], [[283778, 344302], [-264, 840], [-153, 2057], [-292, -389], [-26, 2140], [-250, 1169], [-703, 480]], [[284134, 351334], [123, -1350], [-247, -4225]], [[284765, 348710], [428, -835], [170, -2171]], [[285363, 345704], [-1353, 55]], [[279587, 351248], [-16, -5691]], [[279571, 345557], [-415, 60]], [[279156, 345617], [-565, 56]], [[278591, 345673], [43, 5576]], [[280950, 346117], [-322, -1897], [-207, 205]], [[280421, 344425], [-40, 5196], [151, 1639]], [[280421, 344425], [-138, -2849]], [[280283, 341576], [-564, 914]], [[279719, 342490], [-155, 442], [7, 2625]], [[277597, 351232], [-60, -5440]], [[277537, 345792], [-1, -133]], [[277536, 345659], [-1401, 295]], [[278591, 345673], [-288, 31]], [[278303, 345704], [-766, 88]], [[261970, 343859], [-836, 1715], [-211, 1218]], [[260923, 346792], [0, 1879]], [[260923, 346792], [-350, -1703], [-444, 506]], [[260129, 345595], [-184, 949], [51, 2287]], [[283778, 344302], [137, -1341], [-235, -398]], [[283680, 342563], [-211, -1306]], [[283469, 341257], [-343, 603], [-21, 992], [-459, 1162]], [[282646, 344014], [-526, -168], [-333, 1093]], [[234410, 344177], [-298, -3], [1, -1624], [-250, 5]], [[233863, 342555], [-648, 10]], [[270849, 346108], [-412, -3021]], [[270437, 343087], [-395, 999]], [[270042, 344086], [-95, 1419], [-234, 366]], [[269713, 345871], [113, 2675]], [[286734, 348085], [37, -1381], [441, -2720], [-295, -510], [-337, 1726]], [[286580, 345200], [-247, 781], [-219, 2222]], [[251641, 350528], [29, -1722], [-373, -22], [-27, -3471]], [[251270, 345313], [-542, -338]], [[250728, 344975], [-915, 150]], [[249813, 345125], [341, 3659], [40, 1749]], [[225794, 344234], [-297, 0]], [[225497, 344234], [-1188, 0]], [[224309, 344234], [-889, -62]], [[252504, 350504], [-37, -6508]], [[252467, 343996], [-452, -1664]], [[252015, 342332], [-416, 1162], [-329, 1819]], [[249813, 345125], [-408, -510]], [[249405, 344615], [-185, 1255], [449, 35], [-218, 1039], [187, 491]], [[249807, 350434], [-151, 5]], [[215987, 342196], [-1502, -4]], [[214485, 342192], [2, 8287]], [[215987, 350464], [0, -8268]], [[253971, 347881], [-287, -10], [29, -1851], [-361, -2614]], [[253352, 343406], [3, 475], [-888, 115]], [[217486, 342236], [0, -44]], [[217486, 342192], [-1499, 4]], [[217488, 350459], [-2, -8223]], [[214485, 342192], [-2446, 0]], [[218990, 350461], [-2, -8244]], [[218988, 342217], [-1502, 19]], [[220510, 342201], [-1504, 15]], [[219006, 342216], [-18, 1]], [[237599, 350449], [-67, -2392], [210, -1186]], [[237742, 346871], [-201, -1331]], [[237541, 345540], [-238, -554], [-1004, 172], [-161, -2143], [-448, 53]], [[235690, 343068], [-30, 1111]], [[244333, 350429], [-13, -3019], [-310, 36], [-1, -1628], [-349, 62]], [[243660, 345880], [-1297, 148]], [[242363, 346028], [18, 4419]], [[239187, 350440], [-9, -7019]], [[239178, 343421], [-500, 72]], [[238678, 343493], [-199, 24], [-297, 3289], [-440, 65]], [[244452, 350418], [273, -1429], [140, -3024]], [[244865, 345965], [-253, -501], [-21, -6336]], [[244591, 339128], [-295, 860], [-689, 92]], [[243607, 340080], [77, 1094], [-24, 4706]], [[246124, 346133], [-9, -2184]], [[246115, 343949], [-921, 327], [-329, 1689]], [[246187, 350445], [91, -4020], [-154, -292]], [[240421, 350433], [-86, -130], [-16, -7014]], [[240319, 343289], [-151, 19]], [[240168, 343308], [-990, 113]], [[241326, 350447], [-51, -4301], [214, -302], [163, -1657], [2, -1854]], [[241654, 342333], [-1188, 137], [-147, 819]], [[242363, 346028], [-109, -2389]], [[242254, 343639], [-4, -1372], [-299, 33], [-7, -1620], [-298, 35]], [[241646, 340715], [8, 1618]], [[247841, 344913], [-363, -14], [3, 1092], [-1357, 142]], [[166073, 337255], [-1825, -24]], [[164248, 337231], [-61, -5]], [[259576, 349096], [-441, -2425]], [[259135, 346671], [-407, 963]], [[256971, 348286], [-234, -4732], [-157, -1542]], [[256580, 342012], [-358, 78]], [[256222, 342090], [31, 3291]], [[256253, 345381], [-11, 1627], [-310, 150]], [[269713, 345871], [-270, -1826], [-440, -1091]], [[269003, 342954], [-147, 935], [39, 5066], [-191, -150]], [[273800, 345561], [-24, -3359]], [[273776, 342202], [-410, -186]], [[273366, 342016], [-834, -921]], [[272532, 341095], [-604, 2256]], [[271928, 343351], [190, 2288]], [[266016, 347575], [-182, -3347]], [[265834, 344228], [-583, 406]], [[265251, 344634], [-174, 1563]], [[260129, 345595], [-76, -1981]], [[260053, 343614], [-159, -706], [-544, -143]], [[259350, 342765], [-215, 3906]], [[249405, 344615], [100, -1065], [-238, -811], [-78, -1540]], [[249189, 341199], [-703, -52]], [[232320, 344194], [0, -4873], [-163, -839]], [[232157, 338482], [-593, 17]], [[231564, 338499], [9, 4068], [-746, 8], [-1, 1610]], [[267164, 346546], [-203, 141], [-387, -2271]], [[266574, 344416], [-254, 92], [-305, -1843]], [[266015, 342665], [-181, 1563]], [[257861, 345726], [219, -2689]], [[258080, 343037], [-288, -2464]], [[257792, 340573], [-469, 1261], [-395, 312], [-275, -1179], [-73, 1045]], [[269003, 342954], [-22, -1048]], [[268981, 341906], [-95, 483], [-414, -1436], [-99, -1242], [-215, 430]], [[268158, 340141], [0, 1]], [[268158, 340142], [-746, 4390]], [[267412, 344532], [234, 1143]], [[271928, 343351], [-738, -110]], [[271190, 343241], [-274, 1942], [-26, 1322]], [[286580, 345200], [260, -2059], [-166, -58], [-563, 1793], [417, -1963], [-516, -159]], [[286012, 342754], [-231, 471], [37, 4492]], [[263860, 344208], [277, -2133]], [[264137, 342075], [-291, -1173], [-653, -1442]], [[263193, 339460], [-112, 1610], [-520, 3006]], [[255300, 347396], [-148, -2919]], [[255152, 344477], [-646, 1243], [-422, -29]], [[254084, 345691], [-87, 2059]], [[254084, 345691], [77, -2250], [-252, -3270], [243, -246], [-104, -1722]], [[254048, 338203], [-22, -470]], [[254026, 337733], [-578, 561]], [[253448, 338294], [-109, 14], [13, 5098]], [[259350, 342765], [125, -2327]], [[259475, 340438], [-385, -123]], [[259090, 340315], [-438, 450], [-572, 2272]], [[286012, 342754], [225, -326], [-290, -1136], [-496, 1123], [-83, 1530], [115, 2811]], [[267412, 344532], [-191, -1784]], [[267221, 342748], [-165, 990], [-482, 678]], [[256222, 342090], [-60, -1686]], [[256162, 340404], [-921, 638]], [[255241, 341042], [-89, 3435]], [[238678, 343493], [80, -2934], [-203, -1599], [13, -2199]], [[238568, 336761], [-493, 96]], [[238075, 336857], [-599, -165]], [[237476, 336692], [-145, 21]], [[237331, 336713], [52, 6147], [158, 2680]], [[262024, 343744], [-409, -705], [-49, -2263]], [[261566, 340776], [-126, 977], [-554, 938], [-379, -1246]], [[260507, 341445], [-454, 2169]], [[265251, 344634], [-424, -2187], [97, -598], [-378, -805], [-214, -1553]], [[264332, 339491], [-195, 2584]], [[274973, 345658], [38, -1939], [-162, -1685]], [[274849, 342034], [-546, 79]], [[274303, 342113], [-527, 89]], [[271190, 343241], [205, -849], [-197, -1935]], [[271198, 340457], [-257, 707]], [[270941, 341164], [-122, -754]], [[270819, 340410], [-107, -893]], [[270712, 339517], [-146, 572], [-129, 2998]], [[281787, 344939], [-692, -7162]], [[281095, 337777], [-139, 1398], [-673, 2401]], [[247320, 341084], [-33, -576], [-1290, 60]], [[245997, 340568], [118, 3381]], [[208151, 345237], [293, -4778], [-163, -1891], [63, -1472]], [[208344, 337096], [-1781, -187], [-951, 1848], [-1038, 6]], [[204574, 338763], [8, 2006]], [[276135, 345954], [-22, -4592]], [[276113, 341362], [-980, -698]], [[275133, 340664], [-284, 1370]], [[243607, 340080], [-387, -1384]], [[243220, 338696], [-296, 1224], [-438, 78], [155, 1793], [-387, 1848]], [[270042, 344086], [-542, -1570]], [[269500, 342516], [-247, -1768]], [[269253, 340748], [-294, -190], [22, 1348]], [[245997, 340568], [-63, -1620], [-438, 76]], [[245496, 339024], [-464, 93]], [[245032, 339117], [-441, 11]], [[277536, 345659], [-27, -6364]], [[277509, 339295], [-1406, 392]], [[276103, 339687], [10, 1675]], [[278303, 345704], [22, -6834]], [[278325, 338870], [33, -603], [-850, -17]], [[277508, 338250], [1, 1045]], [[229924, 344141], [1, -4065]], [[229925, 340076], [-1447, 8]], [[228478, 340084], [-594, 800], [-1, 3241]], [[255241, 341042], [-480, -1635], [-27, -1245]], [[254734, 338162], [-379, -650], [-307, 691]], [[285363, 345704], [-90, -1720], [200, -3016], [-54, -1230]], [[285419, 339738], [-161, -1089]], [[285258, 338649], [0, -1]], [[285258, 338649], [-207, 364], [-191, -1126], [-97, 1433], [-186, -785], [-144, 1522], [-394, -15], [-22, 1228], [-337, 1293]], [[279156, 345617], [-183, -6999]], [[278973, 338618], [-648, 252]], [[279719, 342490], [139, -1156], [-370, -2639], [-207, 11]], [[279281, 338706], [-308, -88]], [[237331, 336713], [-1478, -32]], [[235853, 336681], [-163, 6387]], [[287690, 334442], [-349, 563]], [[287341, 335005], [74, 4092], [488, 660], [174, -762], [41, -4814], [-337, -751], [-91, 1012]], [[288009, 345475], [568, -6870], [-469, 3339], [-106, 3522]], [[252015, 342332], [-40, -5057]], [[251975, 337275], [-583, 117]], [[251392, 337392], [-539, 1204], [-221, 2559]], [[250632, 341155], [96, 3820]], [[203104, 340538], [-422, -118], [-2, -2837], [423, -966]], [[203103, 336617], [9, -10066]], [[203112, 326551], [-2650, 80]], [[200462, 326631], [-119, 1601], [-198, -3]], [[200145, 328229], [4, 12910], [-886, 31]], [[211108, 336324], [-14, -6367], [-716, -155]], [[210378, 329802], [-244, 606], [-702, 7065], [-124, -377], [-964, 0]], [[250632, 341155], [-254, -2106], [-175, -101]], [[250203, 338948], [-180, 1222], [-661, -786]], [[249362, 339384], [-173, 1815]], [[282646, 344014], [-362, -5323]], [[282284, 338691], [-1014, -2547]], [[281270, 336144], [-175, 1633]], [[267221, 342748], [-212, -3523]], [[267009, 339225], [-457, 517], [-553, 2139]], [[265999, 341881], [16, 784]], [[265999, 341881], [52, -1240], [-389, -1579]], [[265662, 339062], [-165, -855], [-257, 652], [-539, -385], [-75, -938]], [[264626, 337536], [-271, 1710]], [[264355, 339246], [-23, 245]], [[268158, 340141], [-176, -2867]], [[267982, 337274], [-326, -27], [-492, -1365]], [[267164, 335882], [-1, -24]], [[267163, 335858], [-154, 3367]], [[263193, 339460], [-282, -1555]], [[262911, 337905], [-375, -1179]], [[262536, 336726], [-941, 75]], [[261595, 336801], [0, 25]], [[261595, 336826], [-52, 385]], [[261543, 337211], [10, 106]], [[261553, 337317], [156, 2178], [-143, 1281]], [[226987, 344230], [5, -8168]], [[226992, 336062], [-1485, -16]], [[225507, 336046], [-10, 8188]], [[228478, 340084], [-1, -4054]], [[228477, 336030], [-1485, 32]], [[225507, 336046], [-296, -3], [0, -3229]], [[225211, 332814], [-863, 2]], [[224348, 332816], [-25, 4855]], [[224323, 337671], [-14, 6563]], [[224323, 337671], [-2072, -4]], [[222251, 337667], [-15, 3738]], [[231564, 338499], [-444, 3], [-1, -4058]], [[231119, 334444], [-1192, -1]], [[229927, 334443], [-2, 5633]], [[233863, 342555], [-208, -1974], [145, -1820], [-98, -1074]], [[233702, 337687], [-1043, -408], [-29, 1219], [-323, -7]], [[232307, 338491], [-150, -9]], [[235007, 344169], [-28, -9734]], [[234979, 334435], [-892, 6]], [[234087, 334441], [0, 3236], [-385, 10]], [[235853, 336681], [58, -2247]], [[235911, 334434], [-932, 1]], [[270712, 339517], [-422, -1622]], [[270290, 337895], [-183, 3520], [-607, 1101]], [[283469, 341257], [168, -1847], [-22, -1611]], [[283615, 337799], [-112, 244], [-755, -2883]], [[282748, 335160], [-250, 2798], [-214, 733]], [[253448, 338294], [-3, -541]], [[253445, 337753], [-1089, 148], [-102, -658]], [[252254, 337243], [-279, 32]], [[260507, 341445], [21, -2479], [-126, -943]], [[260402, 338023], [-565, 156]], [[259837, 338179], [-362, 2259]], [[243220, 338696], [34, -3025]], [[243254, 335671], [-1124, 134]], [[242130, 335805], [-496, 72], [5, 1351]], [[241639, 337228], [7, 3487]], [[240168, 343308], [-18, -7271]], [[240150, 336037], [-594, 79]], [[239556, 336116], [-989, 104], [1, 541]], [[272532, 341095], [-16, -3720]], [[272516, 337375], [-83, -532]], [[272433, 336843], [-535, 176], [-700, 3438]], [[241639, 337228], [-595, 42], [-2, -1349], [-498, 75]], [[240544, 335996], [-394, 41]], [[259090, 340315], [-150, -4665]], [[258940, 335650], [-106, -1338]], [[258834, 334312], [-300, 532], [-141, -775], [-313, 1293], [-345, -45]], [[257735, 335317], [-130, 449]], [[257605, 335766], [203, 1497], [-16, 3310]], [[270290, 337895], [-396, -2233]], [[269894, 335662], [-202, 1972], [-170, 143]], [[269522, 337777], [-269, 2971]], [[261553, 337317], [-455, 475], [-475, -445]], [[260623, 337347], [-221, 676]], [[281095, 337777], [-585, -2047], [-679, -3519]], [[279831, 332211], [-571, 1186]], [[279260, 333397], [-227, 517], [248, 4792]], [[285258, 338648], [-235, -2967]], [[285023, 335681], [-392, -875], [-524, 1390]], [[284107, 336196], [-492, 1603]], [[269522, 337777], [-293, -274], [-813, -2185], [-219, -149]], [[268197, 335169], [-215, 2105]], [[275133, 340664], [83, -1448], [-296, -1329], [32, -1467]], [[274952, 336420], [-480, 1873], [-210, 137]], [[274262, 338430], [41, 3683]], [[219006, 342216], [1, -8139]], [[219007, 334077], [-1521, -4]], [[217486, 334073], [0, 114]], [[217486, 334187], [0, 8005]], [[220510, 338940], [0, -4867]], [[220510, 334073], [-1503, 4]], [[217486, 334187], [-1496, -22]], [[215990, 334165], [-3, 8031]], [[214485, 342192], [1, -7963]], [[214486, 334229], [-2449, -95]], [[212037, 334134], [0, 2177]], [[274262, 338430], [-178, -3320], [96, -3115]], [[274180, 331995], [-135, -24]], [[274045, 331971], [-450, -339]], [[273595, 331632], [-36, 1117]], [[273559, 332749], [96, 1381], [-522, 2938]], [[273133, 337068], [300, 3339], [-67, 1609]], [[215990, 334165], [0, -71]], [[215990, 334094], [-1504, -3]], [[214486, 334091], [0, 138]], [[257605, 335766], [-267, -59]], [[257338, 335707], [-1207, 2676]], [[256131, 338383], [31, 2021]], [[273133, 337068], [-79, 883], [-538, -576]], [[263585, 335029], [-124, -484]], [[263461, 334545], [-99, 4]], [[263362, 334549], [-9, 1249], [-281, 766]], [[263072, 336564], [-161, 1341]], [[264355, 339246], [-770, -4217]], [[267163, 335858], [4, -355]], [[267167, 335503], [-680, -2475], [-459, 116]], [[266028, 333144], [-109, 2607], [-257, 3311]], [[276103, 339687], [-56, -7726]], [[276047, 331961], [-323, -24]], [[275724, 331937], [-70, 1389], [-359, 2653], [-343, 441]], [[222251, 337667], [32, -5647]], [[222283, 332020], [-589, 1], [-2, -1624], [-1182, 13]], [[220510, 330410], [0, 3663]], [[200145, 328229], [-3228, 29], [-2, -6474], [-1606, 14]], [[204574, 338763], [16, -15442]], [[204590, 323321], [-1474, -28]], [[203116, 323293], [-4, 3258]], [[203103, 336617], [208, 1296], [-208, 257]], [[203103, 338170], [0, 312]], [[203103, 338482], [8, 1396]], [[249362, 339384], [-275, 31], [115, -1382], [-335, -1404], [-366, -378], [270, -1925], [-281, -846], [135, -919]], [[248625, 332561], [-364, 176], [-4, -2806]], [[248257, 329931], [-36, -137]], [[248221, 329794], [-36, 1335], [-212, -483]], [[247973, 330646], [-400, 66]], [[247573, 330712], [0, 4865]], [[247573, 335577], [-6, 5520]], [[272433, 336843], [-475, -3705]], [[271958, 333138], [-10, -83]], [[271948, 333055], [-430, 282]], [[271518, 333337], [-367, -86]], [[271151, 333251], [-126, 2692], [-326, 1639], [222, 1422], [-102, 1406]], [[251392, 337392], [-291, -2345], [-136, 397]], [[250965, 335444], [-553, 1154], [-247, 1169]], [[250165, 337767], [38, 1181]], [[247573, 335577], [-2090, 162]], [[245483, 335739], [13, 3285]], [[286926, 335501], [-145, -1821], [-233, 206], [79, 1506], [-351, 140]], [[286276, 335532], [78, 4358]], [[286354, 339890], [552, 1171], [303, -80], [50, -5636], [-333, 156]], [[256131, 338383], [-53, -2345], [-292, -1220]], [[255786, 334818], [-336, -820], [-354, 712], [-199, -818]], [[254897, 333892], [-239, 1015], [76, 3255]], [[286276, 335532], [-676, 145]], [[285600, 335677], [-577, 4]], [[285419, 339738], [847, 1102], [88, -950]], [[203103, 338482], [0, -312]], [[259837, 338179], [-278, -1956], [-1, -1386]], [[259558, 334837], [-289, -248], [-329, 1061]], [[271151, 333251], [-416, -936], [-546, 60]], [[270189, 332375], [-338, 1184], [43, 2103]], [[250165, 337767], [-126, 96], [-281, -4503]], [[249758, 333360], [-309, 1168], [-404, 124], [-420, -2091]], [[229927, 334443], [-12, -3281]], [[229915, 331162], [-1439, 22]], [[228476, 331184], [1, 4846]], [[245032, 339117], [-92, -1440], [-340, -1929], [-44, -3402], [-591, 77]], [[243965, 332423], [-591, 68]], [[243374, 332491], [12, 3306], [-132, -126]], [[277508, 338250], [-37, -6115]], [[277471, 332135], [-595, -66]], [[276876, 332069], [-829, -108]], [[264626, 337536], [88, -2617], [-150, -1005]], [[264564, 333914], [-285, 822], [-464, 206], [-191, -774]], [[263624, 334168], [-163, 377]], [[245483, 335739], [-6, -4945]], [[245477, 330794], [-2, -1651]], [[245475, 329143], [-590, 63], [-3, 1642], [-263, -127]], [[244619, 330721], [-662, 64], [8, 1638]], [[266028, 333144], [-304, -143], [-504, -1878]], [[265220, 331123], [-22, 58]], [[265198, 331181], [-124, 1694], [-214, -289], [-296, 1328]], [[279260, 333397], [-157, -1140]], [[279103, 332257], [-411, 1984], [-405, -1720], [-166, 127]], [[278121, 332648], [-77, -460]], [[278044, 332188], [-573, -53]], [[210378, 329802], [0, -2771], [-614, 433], [-745, -2270]], [[209019, 325194], [-2, 1368], [-3247, 12], [1, -3243]], [[205771, 323331], [-1181, -10]], [[282748, 335160], [-108, -471]], [[282640, 334689], [-343, -1479]], [[282297, 333210], [-672, 237]], [[281625, 333447], [-169, 331], [-186, 2366]], [[275724, 331937], [-313, -27]], [[275411, 331910], [-1231, 85]], [[232307, 338491], [0, -2433], [148, -23], [1, -3216]], [[232456, 332819], [-305, -2], [-149, -3256], [-295, 1]], [[231707, 329562], [-295, 1], [-1, 3262], [-292, -4], [0, 1623]], [[234087, 334441], [-14, -2089], [230, -1261]], [[234303, 331091], [-538, -3686], [-283, 598]], [[233482, 328003], [-1, 4815], [-1025, 1]], [[260623, 337347], [23, -3296], [103, -1581]], [[260749, 332470], [-138, -25]], [[260611, 332445], [-753, -140]], [[259858, 332305], [-300, 2532]], [[257338, 335707], [-156, -2905], [-342, -2492]], [[256840, 330310], [-446, 716], [-239, -414]], [[256155, 330612], [-245, 215]], [[255910, 330827], [24, 1814], [-148, 2177]], [[254026, 337733], [-164, -1607], [-17, -2092], [167, -1717], [-89, -1888]], [[253923, 330429], [-48, -579]], [[253875, 329850], [-477, -215], [-128, 791]], [[253270, 330426], [-3, 1967], [147, 1493], [31, 3867]], [[254897, 333892], [-166, -2346]], [[254731, 331546], [-712, -436], [-96, -681]], [[284107, 336196], [0, -1815], [235, -1426]], [[284342, 332955], [-25, -150]], [[284317, 332805], [-216, -594], [-40, -1864]], [[284061, 330347], [-198, -1249], [-361, -217]], [[283502, 328881], [-237, 1612]], [[283265, 330493], [-76, 1699], [-549, 2497]], [[273559, 332749], [-1601, 389]], [[270189, 332375], [-269, -1121]], [[269920, 331254], [-1335, -829]], [[268585, 330425], [-153, 883], [95, 1791], [-330, 2070]], [[263072, 336564], [-195, -3681], [-172, -21], [-175, -2137], [-273, -558]], [[262257, 330167], [-331, 919]], [[261926, 331086], [76, 2096], [534, 3544]], [[261543, 337211], [52, -385]], [[261595, 336801], [-473, -3690]], [[261122, 333111], [-373, -641]], [[253270, 330426], [-331, -79]], [[252939, 330347], [-8, 1375], [-395, 358], [-301, 1417]], [[252235, 333497], [19, 3746]], [[250965, 335444], [-26, -4865]], [[250939, 330579], [-293, -638]], [[250646, 329941], [-810, 109]], [[249836, 330050], [-78, 3310]], [[281625, 333447], [-251, -3124], [4, -1252], [-421, -1196]], [[280957, 327875], [-522, -413], [-138, 954]], [[280297, 328416], [-332, 3370], [-134, 425]], [[224348, 332816], [-1, -1627]], [[224347, 331189], [-2064, 20]], [[222283, 331209], [0, 811]], [[179740, 322568], [3, -2452], [444, -2894], [103, -2182], [267, -2704], [564, -2760]], [[181121, 309576], [-326, -2417], [-494, -1592]], [[180301, 305567], [-2460, -124], [1, -805], [-4499, -63], [2, -553], [-829, -9], [-928, 528], [-315, -3026]], [[171273, 301515], [-312, 1400]], [[170961, 302915], [145, 1407], [238, 4958], [-64, 9969]], [[171280, 319249], [98, 4], [-3, 18110]], [[164248, 337231], [-3, -3233], [301, -23], [0, -1605], [244, -1640], [325, -33], [5, -1631], [192, 12], [4, -1614], [397, -45], [3, -1614], [314, 77], [-22, -1690], [246, -211], [0, -3299]], [[166254, 320682], [-755, 1375], [-936, 2625], [-284, -1411], [-421, -724], [101, -1704], [-444, 1648], [-536, -409]], [[162979, 322082], [-5, 3222], [-296, 222], [-393, 1771], [197, 1535], [-165, 1791], [-326, 509], [-446, 3198], [-339, 588], [-168, 2433]], [[171280, 319249], [-3410, -90], [36, -551]], [[167906, 318608], [-267, 446], [-750, 39], [-88, 1202], [-462, 376]], [[166339, 320671], [-85, 11]], [[252235, 333497], [-177, -1852], [-458, -1134]], [[251600, 330511], [-661, 68]], [[242130, 335805], [-34, -6486]], [[242096, 329319], [-637, 87]], [[241459, 329406], [3, 1623], [-1032, 137]], [[240430, 331166], [104, 1602], [10, 3228]], [[268585, 330425], [-242, -1949], [-248, -496]], [[268095, 327980], [-738, 4146]], [[267357, 332126], [82, 740], [-272, 2637]], [[238036, 329533], [-270, 1020], [-9, -2177], [-298, 111], [-9, -1669], [-302, -290]], [[237148, 326528], [-149, 21], [20, 4291]], [[237019, 330840], [144, 2397], [-140, 1638], [249, -26], [204, 1843]], [[238075, 336857], [-39, -7324]], [[261926, 331086], [-253, -1944]], [[261673, 329142], [-494, 2572], [-57, 1397]], [[239556, 336116], [-9, -2441], [-149, 23], [-7, -2427], [-202, 25], [-8, -2654]], [[239181, 328642], [-294, 242], [-94, 1576], [-757, -927]], [[237019, 330840], [-164, -1085], [-526, -532], [-175, 1675], [-128, -957]], [[236026, 329941], [-115, 4493]], [[263362, 334549], [-670, -5484]], [[262692, 329065], [-240, -1164]], [[262452, 327901], [-195, 2266]], [[212037, 334134], [-2, -8177]], [[212035, 325957], [-1, -4264]], [[212034, 321693], [-669, 4], [-4, -1665], [-293, 7], [-3, -1619], [-292, 8], [-1, -1623], [-585, 17], [-91, -1634]], [[210096, 315188], [-586, 7]], [[209510, 315195], [-502, 3], [-1, 3241]], [[209007, 318439], [12, 6755]], [[284317, 332805], [371, -2175], [955, -1730], [26, -1206]], [[285669, 327694], [-54, -767], [-593, -358], [-140, 698]], [[284882, 327267], [-821, 3080]], [[285600, 335677], [126, -1604], [273, -883]], [[285999, 333190], [-398, -1100], [175, -2297], [-1124, 1768], [-310, 1394]], [[240430, 331166], [-12, -5402], [-114, -39]], [[240304, 325725], [-550, -592], [-185, 1872], [-331, 1451]], [[239238, 328456], [-57, 186]], [[226992, 336062], [8, -6492]], [[227000, 329570], [-1, -749]], [[226999, 328821], [0, -19]], [[226999, 328802], [-475, -44], [-290, 766], [-418, 55]], [[225816, 329579], [-586, -9], [-19, 3244]], [[228476, 331184], [-1, -1622]], [[228475, 329562], [-1475, 8]], [[243374, 332491], [-161, -3273], [-723, 82]], [[242490, 329300], [-394, 19]], [[257735, 335317], [-73, -4276], [185, -1700]], [[257847, 329341], [-411, -2087], [-227, 202]], [[257209, 327456], [-369, 2854]], [[247573, 330712], [-600, 58]], [[246973, 330770], [-1496, 24]], [[286926, 335501], [415, -496]], [[287690, 334442], [20, -1175], [-419, -3065], [-333, -1394], [-288, 214], [-380, 1512], [-221, -1047], [-325, 2540], [265, -143], [-10, 1306]], [[259858, 332305], [-101, -4380]], [[259757, 327925], [-680, 1377], [-289, -544]], [[258788, 328758], [11, 1469]], [[258799, 330227], [35, 4085]], [[258799, 330227], [-519, -1708], [-228, 632]], [[258052, 329151], [-205, 190]], [[267357, 332126], [-461, -863], [33, -2552]], [[266929, 328711], [-948, -960]], [[265981, 327751], [263, 2892], [-1024, 480]], [[265198, 331181], [-169, -1111], [-21, -2086]], [[265008, 327984], [-272, -947], [-243, 467], [-219, -1109]], [[264274, 326395], [-566, 1467]], [[263708, 327862], [264, 835], [-23, 1267], [-316, 3898]], [[263633, 333862], [1, 202]], [[263634, 334064], [-10, 104]], [[255910, 330827], [-429, 244], [-353, -1106]], [[255128, 329965], [-397, 1581]], [[283265, 330493], [-572, -1458], [-346, 398]], [[282347, 329433], [-50, 3777]], [[248221, 329794], [-58, -95]], [[248163, 329699], [-190, 947]], [[249836, 330050], [-441, -507]], [[249395, 329543], [-1138, 388]], [[263634, 334064], [-1, -202]], [[263708, 327862], [-580, -828]], [[263128, 327034], [-436, 2031]], [[236026, 329941], [-4, -304]], [[236022, 329637], [-175, -1477], [-443, -195], [-252, 1214], [-191, -612]], [[234961, 328567], [-77, 886], [-581, 1638]], [[231707, 329562], [0, -1617]], [[231707, 327945], [-1281, 2]], [[230426, 327947], [0, 3299], [-261, -1414], [-247, 176]], [[229918, 330008], [-3, 1154]], [[279103, 332257], [-595, -3991]], [[278508, 328266], [-251, 855], [-213, 3067]], [[214486, 334091], [-13, -8132]], [[214473, 325959], [-2438, -2]], [[217486, 334073], [-2, -8135]], [[217484, 325938], [-1494, 19]], [[215990, 325957], [0, 8137]], [[219007, 334077], [3, -8124]], [[219010, 325953], [-1526, -15]], [[220510, 330410], [0, -4461]], [[220510, 325949], [-1500, 4]], [[215990, 325957], [-1517, 2]], [[271518, 333337], [-29, -4139], [-182, -3291]], [[271307, 325907], [-296, 68]], [[271011, 325975], [-264, 59]], [[270747, 326034], [1, 1307], [-511, 2796], [-304, -278]], [[269933, 329859], [-13, 1395]], [[282347, 329433], [-80, -3574]], [[282267, 325859], [-165, -563], [-420, 837], [-332, -60]], [[281350, 326073], [-393, 1802]], [[252939, 330347], [-5, -701]], [[252934, 329646], [-672, -91], [-323, -2399], [-173, 1]], [[251766, 327157], [-166, 3354]], [[280297, 328416], [-211, -1293]], [[280086, 327123], [-581, 255], [-754, -1252]], [[278751, 326126], [-353, 1413], [110, 727]], [[271948, 333055], [227, -2695]], [[272175, 330360], [382, -2967], [-24, -1802]], [[272533, 325591], [-107, 26]], [[272426, 325617], [-1119, 290]], [[273595, 331632], [-24, -1620]], [[273571, 330012], [-1396, 348]], [[261673, 329142], [-449, -3851]], [[261224, 325291], [-188, 2236], [-289, 965]], [[260747, 328492], [203, 1622], [-339, 2331]], [[233482, 328003], [-312, 226]], [[233170, 328229], [-399, -1548], [-1070, -1312]], [[231701, 325369], [6, 2576]], [[225816, 329579], [10, -9732]], [[225826, 319847], [-1469, 0]], [[224357, 319847], [-5, 4513]], [[224352, 324360], [-5, 6829]], [[244619, 330721], [-212, -1147], [105, -2458], [-223, -2903]], [[244289, 324213], [-330, 36], [-3, -1236], [-368, 689], [-238, -589]], [[243350, 323113], [-586, 854], [-297, -183]], [[242467, 323784], [23, 5516]], [[260747, 328492], [-422, -561], [-84, -1375], [-372, 150]], [[259869, 326706], [-112, 1219]], [[188318, 312721], [-108, -986]], [[188210, 311735], [-183, -611], [-147, -4378], [653, -3], [-47, -2816]], [[188486, 303927], [-643, 1], [-1223, 898], [-311, -3086], [-1306, 2189], [-1641, -13]], [[183362, 303916], [1, 5933]], [[183363, 309849], [-2, 22528]], [[268095, 327980], [-175, -2988], [-203, -1444], [134, -484]], [[267851, 323064], [-277, -501]], [[267574, 322563], [-1, -3]], [[267573, 322560], [-644, 6151]], [[274045, 331971], [332, -4443], [324, -1102]], [[274701, 326426], [-806, -3867]], [[273895, 322559], [-185, 1400]], [[273710, 323959], [-377, -576], [22, 1922]], [[273355, 325305], [216, 4707]], [[278751, 326126], [-5, -338]], [[278746, 325788], [-367, 682], [-294, -913], [-345, -2209]], [[277740, 323348], [-312, 427], [-120, 1819]], [[277308, 325594], [-233, 1635], [-199, 4840]], [[277308, 325594], [-662, 369], [-623, -753]], [[276023, 325210], [-58, 1792], [126, 2469], [-367, 2466]], [[275411, 331910], [-586, -5936]], [[274825, 325974], [-124, 452]], [[222283, 331209], [11, -6489]], [[222294, 324720], [-137, -41]], [[222157, 324679], [-1041, 42], [0, -1614], [-294, 3]], [[220822, 323110], [-312, 20]], [[220510, 323130], [0, 2819]], [[276023, 325210], [-562, 989]], [[275461, 326199], [-228, -565], [-408, 340]], [[269933, 329859], [-238, -2104], [-19, -1655]], [[269676, 326100], [-619, -853]], [[269057, 325247], [-122, 2958], [-350, 2220]], [[255128, 329965], [-90, -7353]], [[255038, 322612], [-1051, 45]], [[253987, 322657], [8, 5395], [-120, 1798]], [[230426, 327947], [0, -3244], [-137, 1], [-1, -3821]], [[230288, 320883], [-667, -984], [-127, 786]], [[229494, 320685], [-2, 9491], [426, -168]], [[265981, 327751], [-64, -576]], [[265917, 327175], [-396, 127], [-315, -711], [-198, 1393]], [[224352, 324360], [-359, 353], [-1699, 7]], [[229494, 320685], [-431, 1199]], [[229063, 321884], [-238, -1062], [-352, 454]], [[228473, 321276], [2, 8286]], [[241459, 329406], [-204, -4750]], [[241255, 324656], [-449, -779], [-905, 103]], [[239901, 323980], [403, 1745]], [[256155, 330612], [-49, -8076]], [[256106, 322536], [-1068, 76]], [[234961, 328567], [-3, -2253], [-315, -6], [0, -2676]], [[234643, 323632], [-1174, 5]], [[233469, 323637], [0, 1895], [-295, 3], [-4, 2694]], [[262452, 327901], [-222, -2978], [129, -2605]], [[262359, 322318], [-796, -48]], [[261563, 322270], [-276, -33]], [[261287, 322237], [-306, -7]], [[260981, 322230], [247, 1084], [-4, 1977]], [[257209, 327456], [-20, -5059]], [[257189, 322397], [-1046, 132]], [[256143, 322529], [-37, 7]], [[237148, 326528], [-7, -1358], [-305, -767]], [[236836, 324403], [-229, -383], [-21, -2059], [-606, -644]], [[235980, 321317], [42, 8320]], [[246973, 330770], [-2, -5539]], [[246971, 325231], [-1504, 75]], [[245467, 325306], [8, 3837]], [[245467, 325306], [-8, -2742], [-290, 30]], [[245169, 322594], [-399, -324], [-210, -1347]], [[244560, 320923], [13, 2577], [-284, 713]], [[248163, 329699], [-214, -2387], [219, -627], [20, -1533], [-293, -395], [-116, -1725], [-268, -566]], [[247511, 322466], [186, -1296], [-172, -1230]], [[247525, 319940], [-289, -503]], [[247236, 319437], [-2, 1326]], [[247234, 320763], [22, 4543], [-285, -75]], [[251766, 327157], [-13, -4699]], [[251753, 322458], [-101, 0]], [[251652, 322458], [-541, -5]], [[251111, 322453], [-505, -9]], [[250606, 322444], [40, 7497]], [[283502, 328881], [-231, -2074]], [[283271, 326807], [-356, -2933], [-358, -1181]], [[282557, 322693], [-108, 2562], [-182, 604]], [[239238, 328456], [-4, -1941], [-493, 49], [-203, -1309], [-493, -195], [5, -2146]], [[238050, 322914], [-1029, 136], [-185, 1353]], [[269057, 325247], [-524, -1430]], [[268533, 323817], [-371, -223]], [[268162, 323594], [-311, -530]], [[253987, 322657], [-600, -192]], [[253387, 322465], [-453, -3]], [[252934, 322462], [-51, 3]], [[252883, 322465], [51, 7181]], [[273355, 325305], [-822, 286]], [[285469, 320638], [-203, -948], [-926, -816]], [[284340, 318874], [-64, 5013]], [[284276, 323887], [204, 503], [398, -2748], [591, -1004]], [[284882, 327267], [-235, -2198], [118, -897]], [[284765, 324172], [-259, 864], [-282, -1162]], [[284224, 323874], [-953, 2933]], [[258788, 328758], [-158, -3843]], [[258630, 324915], [-206, 2015], [-376, 1415], [4, 806]], [[249395, 329543], [-32, -7084]], [[249363, 322459], [-223, -9]], [[249140, 322450], [-1629, 16]], [[270747, 326034], [-688, 163]], [[270059, 326197], [-383, -97]], [[250606, 322444], [-430, -12]], [[250176, 322432], [-813, 27]], [[252883, 322465], [-1130, -7]], [[235980, 321317], [-18, -3815]], [[235962, 317502], [-20, -4124]], [[235942, 313378], [-1326, -11]], [[234616, 313367], [-2, 3239], [-338, -2]], [[234276, 316604], [0, 3244], [171, 1607], [196, 17], [0, 2160]], [[226999, 328802], [9, -8951]], [[227008, 319851], [-1, -3236]], [[227007, 316615], [-1172, 1]], [[225835, 316616], [-9, 3231]], [[228473, 321276], [-555, 611], [-74, 2247], [-845, 4687]], [[258630, 324915], [-2, -2532]], [[258628, 322383], [-1295, 15]], [[257333, 322398], [-144, -1]], [[242467, 323784], [-5, -1009]], [[242462, 322775], [-297, 41], [-5, -1617], [-876, 479]], [[241284, 321678], [-151, 871], [122, 2107]], [[259869, 326706], [27, -4377]], [[259896, 322329], [-1243, 53]], [[258653, 322382], [-25, 1]], [[263128, 327034], [11, -1303], [-212, -3409]], [[262927, 322322], [-101, -5]], [[262826, 322317], [-467, 1]], [[200462, 326631], [361, -4881]], [[200823, 321750], [-379, 16], [-5, -7060]], [[200439, 314706], [-1451, -14]], [[198988, 314692], [-3680, 23]], [[229063, 321884], [-7, -2046]], [[229056, 319838], [-2048, 13]], [[267573, 322560], [-1043, -137]], [[266530, 322423], [-489, 3118], [-223, -91]], [[265818, 325450], [99, 1725]], [[285669, 327694], [310, 746], [30, -1788], [-452, -995], [295, -346], [-138, -1387], [-575, -2025], [-396, 1477], [22, 796]], [[260981, 322230], [-364, 32]], [[260617, 322262], [-721, 67]], [[281350, 326073], [46, -5342], [-149, -3077], [243, -284]], [[281490, 317370], [-394, -3132]], [[281096, 314238], [-204, 2184], [-465, 3449]], [[280427, 319871], [-419, 2517], [-71, 1882], [149, 2853]], [[239901, 323980], [-690, -4023], [1, -1632]], [[239212, 318325], [-296, -555]], [[238916, 317770], [-881, 35]], [[238035, 317805], [15, 5109]], [[233469, 323637], [-441, -557], [-20, -6469]], [[233008, 316611], [1, -1619], [-439, -6]], [[232570, 314986], [-587, -6], [0, 1619], [-585, 2]], [[231398, 316601], [2, 1620]], [[231400, 318221], [7, 5253], [294, 1895]], [[265818, 325450], [-331, -347], [-413, -2793]], [[265074, 322310], [-349, 6]], [[264725, 322316], [-533, 16]], [[264192, 322332], [82, 4063]], [[231400, 318221], [-877, 0]], [[230523, 318221], [1, 2620], [-236, 42]], [[264192, 322332], [-835, -2]], [[263357, 322330], [-430, -8]], [[280427, 319871], [-1132, -401]], [[279295, 319470], [-372, 2213]], [[278923, 321683], [-155, 1648], [-22, 2457]], [[284224, 323874], [52, 13]], [[284340, 318874], [-211, -331]], [[284129, 318543], [-198, 2128], [-360, 239], [-380, 1072], [-481, 71]], [[282710, 322053], [-153, 640]], [[203116, 323293], [0, -1615], [261, 2], [1, -1550], [-729, 1]], [[202649, 320131], [-58, 616], [-705, 53], [-101, -673], [-844, 4], [-118, 1619]], [[209007, 318439], [-587, -7], [1, -1615], [-294, -10], [-3, -1617], [-1242, -7], [0, -4792]], [[206882, 310391], [-1173, -5]], [[205709, 310386], [1, 4846], [62, -6], [-1, 8105]], [[270059, 326197], [-28, -6431], [221, -1212]], [[270252, 318554], [-254, -3697], [-212, -1915]], [[269786, 312942], [-11, 23]], [[269775, 312965], [-379, 2612], [-91, 3608]], [[269305, 319185], [-142, 3645], [-154, 854], [-476, 133]], [[276023, 325210], [227, -1072], [186, 597], [147, -1356], [71, -2679], [-218, -1752]], [[276436, 318948], [-6, 0]], [[276430, 318948], [-1089, 137]], [[275341, 319085], [120, 7114]], [[278923, 321683], [-437, -2239], [-436, 98]], [[278050, 319542], [11, 671]], [[278061, 320213], [-25, 1291], [-296, 1844]], [[275341, 319085], [-679, 65]], [[274662, 319150], [-651, 42], [43, 2132], [-159, 1235]], [[271464, 320921], [-199, -1405], [-198, -4516]], [[271067, 315000], [-604, 2048], [-211, 1506]], [[271011, 325975], [333, -4682], [120, -372]], [[282710, 322053], [66, -1015], [-81, -3692]], [[282695, 317346], [-1205, 24]], [[214473, 325959], [-5, -8115]], [[214468, 317844], [-992, -9]], [[213476, 317835], [-1442, 8]], [[212034, 317843], [0, 3850]], [[272173, 319555], [-237, 565]], [[271936, 320120], [-472, 801]], [[272426, 325617], [-120, -2206], [-216, -215], [83, -3641]], [[219010, 325953], [-5, -8103]], [[219005, 317850], [-1126, 11]], [[217879, 317861], [-406, 0]], [[217473, 317861], [11, 8077]], [[220510, 323130], [0, -5304]], [[220510, 317826], [-1158, 20]], [[219352, 317846], [-347, 4]], [[215990, 325957], [-18, -8108]], [[215972, 317849], [-1028, 11]], [[214944, 317860], [-476, -16]], [[277740, 323348], [-316, -945], [31, -1526], [-351, -1962]], [[277104, 318915], [-668, 33]], [[217473, 317861], [-1061, -16]], [[216412, 317845], [-440, 4]], [[273710, 323959], [112, -2797], [-91, -1953]], [[273731, 319209], [-1617, 15]], [[272114, 319224], [59, 331]], [[266530, 322423], [-186, -14]], [[266344, 322409], [-1079, -93]], [[265265, 322316], [-191, -6]], [[247234, 320763], [-1924, 142], [-2, -829]], [[245308, 320076], [-139, 2518]], [[224357, 319847], [-575, 10], [0, -4860]], [[223782, 314997], [-488, -1], [-284, 811]], [[223010, 315807], [139, 1188], [-267, 11], [14, 2696], [-285, -467]], [[222611, 319235], [-167, 661], [-83, 3113], [-204, 1670]], [[284158, 318179], [-29, 364]], [[285469, 320638], [29, 1355], [695, 561], [-107, -1081], [521, 322], [-484, -2668], [-165, -1717], [-182, -44], [-131, 1684], [-204, -1777], [-551, 162], [-575, -954], [-157, 1698]], [[222611, 319235], [-441, -168], [-51, -1639], [-679, -8]], [[221440, 317420], [-149, 817], [-33, 3268], [-436, -2], [0, 1607]], [[164640, 304627], [231, -1775], [-418, -877], [-322, 2121], [509, 531]], [[165054, 305328], [976, -1440], [-461, -704], [-359, 131], [-156, 2013]], [[166339, 320671], [-2, -7969], [-90, -1807]], [[166247, 310895], [-250, 760], [-867, -159], [-357, 994], [-804, 202], [-490, -416], [-116, 1396], [-373, 1056], [124, 2395], [-24, 2471], [-171, 1150], [60, 1338]], [[241284, 321678], [-584, -794], [39, -1065]], [[240739, 319819], [-931, 86], [-3, -1605]], [[239805, 318300], [-593, 25]], [[238035, 317805], [-614, -1483]], [[237421, 316322], [-244, 500], [-834, 91], [-381, 589]], [[244560, 320923], [-20, -4593], [-199, 25], [193, -1934]], [[244534, 314421], [-604, 81], [-3, -1622], [-230, 23]], [[243697, 312903], [96, 2891], [-160, 660], [20, 4598], [-307, 36], [4, 2025]], [[269305, 319185], [-840, -2741], [-145, -912]], [[268320, 315532], [-168, 2206], [10, 5856]], [[243697, 312903], [-75, 13]], [[243622, 312916], [-905, 125]], [[242717, 313041], [1, 2457], [-235, 29], [98, 2072], [20, 5168], [-139, 8]], [[274662, 319150], [434, -3775]], [[275096, 315375], [-397, -1019], [74, -878], [-605, -586], [-6, 1090], [-378, -1531]], [[273784, 312451], [4, 1591]], [[273788, 314042], [49, 2841], [-106, 2326]], [[234276, 316604], [-1268, 7]], [[268320, 315532], [-415, -2628]], [[267905, 312904], [-174, 218]], [[267731, 313122], [-145, 795]], [[267586, 313917], [-653, 2806]], [[266933, 316723], [-40, 540]], [[266893, 317263], [305, 3008], [323, 1133], [53, 1159]], [[205709, 310386], [-2, -1614], [-1700, 0]], [[204007, 308772], [-1371, -6], [-3, 3352]], [[202633, 312118], [-147, 1515], [16, 6496], [147, 2]], [[278050, 319542], [43, -1242], [-360, -2633]], [[277733, 315667], [-629, 3248]], [[221440, 317420], [1, -4034], [-493, -32]], [[220948, 313354], [-223, 1273], [-207, -261]], [[220518, 314366], [-8, 3460]], [[242717, 313041], [-496, 63]], [[242221, 313104], [-106, 14]], [[242115, 313118], [5, 1627], [-291, 31], [-264, 1665], [-303, 325], [6, 1345], [-291, 53], [9, 1622], [-247, 33]], [[256004, 318053], [-462, 772]], [[255542, 318825], [-243, 556], [-714, -1852], [-404, 1290], [-162, 1541], [-347, 181]], [[253672, 320541], [-285, 1924]], [[256143, 322529], [-11, -3407], [-128, -1069]], [[245308, 320076], [-7, -2464], [140, -1661]], [[245441, 315951], [-7, -3254], [151, -26], [-6, -2481], [-150, 6]], [[245429, 310196], [-103, 136], [-579, 3569], [-213, 520]], [[266893, 317263], [-555, 643], [-280, 1346]], [[266058, 319252], [-12, 1037], [298, 2120]], [[257333, 322398], [-17, -8213]], [[257316, 314185], [-332, 545], [-546, 1972]], [[256438, 316702], [-434, 1351]], [[252925, 317998], [-982, 22]], [[251943, 318020], [-96, 1897], [-197, -2], [2, 2543]], [[252934, 322462], [-9, -4464]], [[253555, 314761], [-47, -2207]], [[253508, 312554], [-481, 7]], [[253027, 312561], [-4, 5160], [-98, 277]], [[253672, 320541], [-117, -5780]], [[251943, 318020], [-47, -2986]], [[251896, 315034], [-984, 33]], [[250912, 315067], [1, 4042], [197, 807], [1, 2537]], [[249142, 318304], [-519, 9], [-251, -975]], [[248372, 317338], [-343, 700], [-215, -623]], [[247814, 317415], [-5, 2533], [-284, -8]], [[249140, 322450], [2, -4146]], [[250912, 315067], [-438, -278]], [[250474, 314789], [-147, -6], [-2, 4867], [-149, 0], [0, 2782]], [[250474, 314789], [-2, -1631]], [[250472, 313158], [-642, 1090], [-534, 3]], [[249296, 314251], [-2, 2446], [-152, 1607]], [[266058, 319252], [-82, -420]], [[265976, 318832], [-275, -140]], [[265701, 318692], [-106, 2241], [-330, 1383]], [[258653, 322382], [-137, -6674], [89, -612]], [[258605, 315096], [-29, -1679], [-447, -518], [-146, 1195]], [[257983, 314094], [-427, 804], [-240, -713]], [[260678, 319948], [-562, -4378], [-610, -2702], [-150, -76]], [[259356, 312792], [-223, 839], [-30, 1451], [-498, 14]], [[260617, 322262], [61, -2314]], [[263365, 319856], [101, -595], [-208, -1794], [7, -2679]], [[263265, 314788], [-172, 733], [-550, 214]], [[262543, 315735], [233, 4869]], [[262776, 320604], [50, 1713]], [[263357, 322330], [8, -2474]], [[264725, 322316], [-135, -684], [239, -2782], [-180, -2853]], [[264649, 315997], [-86, -841]], [[264563, 315156], [-22, 277]], [[264541, 315433], [-329, 3527], [-293, 882], [-554, 14]], [[262543, 315735], [-381, -217]], [[262162, 315518], [-1, 1816], [-262, 888]], [[261899, 318222], [232, 964], [228, 3132]], [[261899, 318222], [-334, 1613], [-2, 2435]], [[265701, 318692], [-212, -1319]], [[265489, 317373], [-231, 351], [-271, -1838], [-338, 111]], [[284158, 318179], [119, -1091], [-640, -3358], [-489, -1594]], [[283148, 312136], [-159, 657], [-294, 4553]], [[261287, 322237], [-239, -2821], [0, -1352], [-233, -2520]], [[260815, 315544], [-137, 4404]], [[262162, 315518], [-52, -656]], [[262110, 314862], [-108, 4]], [[262002, 314866], [-1168, 24]], [[260834, 314890], [-19, 654]], [[230523, 318221], [0, -1628], [-295, -3], [-4, -3251]], [[230224, 313339], [-873, 12]], [[229351, 313351], [0, 1622], [-293, 812]], [[229058, 315785], [-2, 4053]], [[202633, 312118], [-979, 1703], [-317, 896], [-898, -11]], [[279295, 319470], [266, -2708], [-183, -3842]], [[279378, 312920], [-224, -636], [-333, -2783]], [[278821, 309501], [-4, 24]], [[278817, 309525], [-1052, 5966]], [[277765, 315491], [-32, 176]], [[212034, 317843], [-3, -8091]], [[212031, 309752], [0, -188]], [[212031, 309564], [-1940, 9], [5, 5615]], [[272114, 319224], [155, -4645]], [[272269, 314579], [-1, -1445]], [[272268, 313134], [-327, -920], [-286, 1648]], [[271655, 313862], [-588, 1138]], [[247236, 319437], [-213, 565], [88, -2172], [-320, -435], [282, -923], [-325, -595]], [[246748, 315877], [-1307, 74]], [[255542, 318825], [30, -628], [-318, -3711]], [[255254, 314486], [-1699, 275]], [[166086, 290611], [276, -965], [-300, -16], [24, 981]], [[167726, 304768], [-743, 1873], [-183, 2255], [-553, 1999]], [[167906, 318608], [691, -9433], [-104, -2110], [-329, 6], [-438, -2303]], [[247814, 317415], [-122, -2322], [127, -841]], [[247819, 314252], [0, -807]], [[247819, 313445], [-294, -28], [6, -1584], [-272, -13]], [[247259, 311820], [-473, 1881]], [[246786, 313701], [-38, 2176]], [[260834, 314890], [37, -1200]], [[260871, 313690], [-340, -2929], [-579, -3107]], [[259952, 307654], [-731, 14]], [[259221, 307668], [-12, 4227], [147, 897]], [[281096, 314238], [217, -1643], [-222, -1225]], [[281091, 311370], [-528, -425], [-618, 1727], [-567, 248]], [[223010, 315807], [-346, -3461]], [[222664, 312346], [46, -2146]], [[222710, 310200], [-463, 2268], [-59, -1528], [-214, 361]], [[221974, 311301], [-292, 391], [-321, -718], [-413, 2380]], [[242115, 313118], [-438, 43], [-4, -817], [-514, 69], [-222, -771]], [[240937, 311642], [-45, 1094], [-302, 570]], [[240590, 313306], [-42, 1616], [-478, 872], [30, 2513], [-295, -7]], [[225835, 316616], [-146, -4], [-1, -3243]], [[225688, 313369], [-284, 3], [-145, -1083], [-582, 7], [-438, -808]], [[224239, 311488], [-1, 1890], [-456, -2], [0, 1621]], [[229058, 315785], [-745, -262], [155, -2162], [-579, 4]], [[227889, 313365], [-586, 3]], [[227303, 313368], [-1, 3244], [-295, 3]], [[264541, 315433], [-415, -1026]], [[264126, 314407], [-860, -258]], [[263266, 314149], [-1, 639]], [[266933, 316723], [-339, -3833]], [[266594, 312890], [-433, -921]], [[266161, 311969], [-142, 1338]], [[266019, 313307], [139, 813], [-135, 1990], [115, 1469], [-162, 1253]], [[168718, 285870], [613, -3553], [-362, 241], [-251, 3312]], [[168675, 294217], [663, -1336], [119, -1995], [-366, 418], [-149, 2047], [-267, 866]], [[170961, 302915], [-533, 9], [-383, -3729]], [[170045, 299195], [-299, 468], [-188, -1226], [-342, 667], [55, 1824], [-185, 2348], [-237, 1371], [-531, -106], [-203, -603], [-389, 830]], [[273788, 314042], [-1519, 537]], [[269786, 312942], [-1189, -5125]], [[268597, 307817], [-93, 1502]], [[268504, 309319], [-251, 3128], [-348, 457]], [[276707, 313833], [-152, -754], [-450, 18], [-676, -2348]], [[275429, 310749], [-151, 2724]], [[275278, 313473], [-182, 1902]], [[276430, 318948], [164, -2140], [207, -809], [-94, -2166]], [[277765, 315491], [-510, -6013]], [[277255, 309478], [-68, 132]], [[277187, 309610], [-190, 3520], [-290, 703]], [[256438, 316702], [-14, -6930]], [[256424, 309772], [0, -270]], [[256424, 309502], [-1170, 99]], [[255254, 309601], [0, 4885]], [[266019, 313307], [-494, 36]], [[265525, 313343], [-95, 2291], [59, 1739]], [[271655, 313862], [-387, -3128], [-316, -1221], [-138, -1800]], [[270814, 307713], [-619, 2360], [-220, 1485]], [[269975, 311558], [-189, 1384]], [[209510, 315195], [7, -9723]], [[209517, 305472], [-585, 10], [0, -1637], [-1755, 87], [0, 1633], [-298, 9]], [[206879, 305574], [3, 4817]], [[249296, 314251], [-147, -1]], [[249149, 314250], [-1330, 2]], [[240590, 313306], [-340, 47], [-91, -2176], [-1279, 142]], [[238880, 311319], [36, 6451]], [[231398, 316601], [2, -3247], [-148, -1629], [-731, -2]], [[230521, 311723], [-297, 19], [0, 1597]], [[253027, 312561], [-593, 32]], [[252434, 312593], [1, 817], [-542, -5]], [[251893, 313405], [3, 1629]], [[216412, 317845], [0, -8101]], [[216412, 309744], [-260, 3]], [[216152, 309747], [-1208, 11]], [[214944, 309758], [0, 8102]], [[217879, 317861], [-4, -8109]], [[217875, 309752], [-265, -6]], [[217610, 309746], [-1198, -2]], [[214944, 309758], [-258, 1]], [[214686, 309759], [-1211, -2]], [[213475, 309757], [1, 8078]], [[219352, 317846], [-4, -8079]], [[219348, 309767], [-278, 10]], [[219070, 309777], [-1195, -25]], [[220518, 314366], [0, -4631]], [[220518, 309735], [-1170, 32]], [[238880, 311319], [-3, -1067]], [[238877, 310252], [-196, 24]], [[238681, 310276], [-1273, 171]], [[237408, 310447], [13, 5875]], [[213475, 309757], [-250, -2]], [[213225, 309755], [-1194, -3]], [[265525, 313343], [-379, -1617]], [[265146, 311726], [-589, 2243], [6, 1187]], [[283148, 312136], [-617, -2746]], [[282531, 309390], [-232, 1787], [-388, -117], [-188, -953]], [[281723, 310107], [-370, 469]], [[281353, 310576], [-262, 794]], [[237408, 310447], [-890, 102], [31, -3035]], [[236549, 307514], [-631, -50]], [[235918, 307464], [24, 5914]], [[257983, 314094], [-89, -4491]], [[257894, 309603], [-1470, 169]], [[267586, 313917], [-206, -1091], [-615, -312]], [[266765, 312514], [-171, 376]], [[227303, 313368], [-1, -4055]], [[227302, 309313], [-1606, 12]], [[225696, 309325], [-8, 4044]], [[232570, 314986], [0, -1620], [-300, -11], [2, -6507]], [[232272, 306848], [-593, 2]], [[231679, 306850], [-1159, 9]], [[230520, 306859], [1, 4864]], [[234616, 313367], [-304, 7], [0, -4907], [-291, 4], [-15, -1618]], [[234006, 306853], [-1734, -5]], [[246786, 313701], [-19, -2054], [-497, -863], [38, -1147], [-293, -1724], [-253, 399], [310, -1738], [-364, -407]], [[245708, 306167], [3, -24]], [[245711, 306143], [-453, 5]], [[245258, 306148], [92, 410], [79, 3638]], [[229351, 313351], [-149, -2], [-1, -3219], [-146, -6]], [[229055, 310124], [-301, 797], [-865, 13], [0, 2431]], [[224239, 311488], [147, -1345], [-3, -3288]], [[224383, 306855], [-432, -385], [-522, 1415]], [[223429, 307885], [-656, 27], [-63, 2288]], [[263266, 314149], [3, -2538]], [[263269, 311611], [-982, -374]], [[262287, 311237], [-274, 215], [97, 3410]], [[278817, 309525], [-155, -872]], [[278662, 308653], [-702, 872], [-466, -1308]], [[277494, 308217], [-239, 1261]], [[265146, 311726], [62, -1577]], [[265208, 310149], [-838, 21]], [[264370, 310170], [1, 855]], [[264371, 311025], [-245, 3382]], [[275429, 310749], [0, -38]], [[275429, 310711], [-371, -1301], [-162, -2339]], [[274896, 307071], [-379, -1286]], [[274517, 305785], [-288, -570], [-418, 2121], [121, 1598]], [[273932, 308934], [155, 2001], [-303, 1516]], [[212031, 309564], [-10, -8889]], [[212021, 300675], [-15, -4739]], [[212006, 295936], [-1274, -7]], [[210732, 295929], [1, 1618], [-582, -19], [5, 3039], [-348, -1], [0, 4885], [-291, 21]], [[251893, 313405], [-148, -262], [-98, -2422]], [[251647, 310721], [-1175, 275]], [[250472, 310996], [0, 2162]], [[259221, 307668], [-550, -1892]], [[258671, 305776], [-416, 2982]], [[258255, 308758], [-361, 845]], [[262002, 314866], [-202, -2820], [-428, -1223], [-148, -1566], [-209, 4]], [[261015, 309261], [-144, 4429]], [[262287, 311237], [-115, -5511]], [[262172, 305726], [-1045, -291]], [[261127, 305435], [-112, 3826]], [[204007, 308772], [-2, -8089], [-357, 6], [0, -3269], [-895, 189], [3, -3357]], [[202756, 294252], [-282, -80], [-3451, 20]], [[199023, 294192], [-10, 14576], [-25, 5924]], [[199023, 294192], [-802, 21], [0, -5147]], [[198221, 289066], [-2916, 138]], [[195305, 289204], [0, 10598]], [[255254, 309601], [-292, 45]], [[254962, 309646], [-1501, 262]], [[253461, 309908], [47, 2646]], [[221974, 311301], [-1, -5776]], [[221973, 305525], [-842, 203], [-613, 2379]], [[220518, 308107], [0, 1628]], [[273932, 308934], [-751, -1023], [-232, -720], [-385, 1197]], [[272564, 308388], [-296, 4746]], [[245258, 306148], [-220, -1244], [179, -1807], [-328, 48], [-478, 1054]], [[244411, 304199], [-66, 1224]], [[244345, 305423], [-235, 2560], [-507, 303], [19, 4630]], [[264371, 311025], [-903, 8], [-199, 578]], [[250472, 310996], [3, -4065]], [[250475, 306931], [-737, 17]], [[249738, 306948], [0, 538], [-588, 29]], [[249150, 307515], [-1, 6735]], [[249150, 307515], [-2, -541], [-585, 15]], [[248563, 306989], [-568, -78]], [[247995, 306911], [2, 1971], [-165, 659], [-13, 3904]], [[267731, 313122], [-172, -4100]], [[267559, 309022], [-165, -650], [-348, 481], [-159, -755]], [[266887, 308098], [-122, 4416]], [[277187, 309610], [-200, -184], [-957, -3894]], [[276030, 305532], [-239, 1408], [128, 659], [-179, 3128], [-311, -16]], [[272564, 308388], [-61, -777]], [[272503, 307611], [-371, -2256]], [[272132, 305355], [-182, 82], [-533, 1971], [-394, -959]], [[271023, 306449], [-209, 1264]], [[261127, 305435], [65, -2172]], [[261192, 303263], [-366, -424]], [[260826, 302839], [-582, 505]], [[260244, 303344], [-292, 4310]], [[247116, 305288], [0, -1624]], [[247116, 303664], [-574, 36]], [[246542, 303700], [-7, 2441], [-827, 26]], [[247259, 311820], [2, -3021], [-145, 16], [0, -3527]], [[247995, 306911], [-1, -1623], [-878, 0]], [[266161, 311969], [-151, -1209], [137, -1333]], [[266147, 309427], [-550, -3124]], [[265597, 306303], [-143, -536], [-540, 1289]], [[264914, 307056], [377, 2075], [-83, 1018]], [[252434, 312593], [-3, -7006]], [[252431, 305587], [-491, -269]], [[251940, 305318], [-293, 8]], [[251647, 305326], [0, 5395]], [[229055, 310124], [0, -2981]], [[229055, 307143], [-102, -1894]], [[228953, 305249], [-1646, 5]], [[227307, 305254], [-5, 4059]], [[230520, 306859], [-129, -799], [-366, 1]], [[230025, 306061], [-236, 1077], [-734, 5]], [[225696, 309325], [4, -2728]], [[225700, 306597], [-87, -540], [-545, 799], [-164, -1383]], [[224904, 305473], [-175, -372], [-346, 1754]], [[235918, 307464], [-20, -4634]], [[235898, 302830], [-25, -5641]], [[235873, 297189], [-725, 1210]], [[235148, 298399], [-85, 1118], [-236, -357], [-302, 2195], [-518, 1395]], [[234007, 302750], [-1, 4103]], [[240937, 311642], [-27, -4926]], [[240910, 306716], [-580, 117]], [[240330, 306833], [-387, 76], [-25, 1423], [-898, 817], [-143, 1103]], [[192649, 296055], [0, -2067], [-471, -22], [-761, -1596], [-17, -3435]], [[191400, 288935], [-519, -982], [-411, -2924], [-457, 4942], [-260, 4020]], [[189753, 293991], [-316, 3938], [-198, -1382], [-453, 2730], [43, 1284], [-343, 3366]], [[268504, 309319], [-576, -1452], [-270, 224]], [[267658, 308091], [-99, 931]], [[242221, 313104], [-71, -8013]], [[242150, 305091], [-288, -50]], [[241862, 305041], [-455, 1583], [-497, 92]], [[244345, 305423], [-785, 1742], [-49, -1484], [-582, -12], [0, -545]], [[242929, 305124], [-779, -33]], [[266887, 308098], [-133, -492]], [[266754, 307606], [-217, 1202], [-390, 619]], [[281353, 310576], [-256, -2617], [-334, -211], [-135, -1226], [-339, 132], [-50, -1711], [-247, -2039]], [[279992, 302904], [-1171, 6597]], [[269975, 311558], [-244, -1242], [240, -2297], [-54, -2071], [-167, -825]], [[269750, 305123], [-567, 148], [-179, -1083]], [[269004, 304188], [-407, 3629]], [[253461, 309908], [-84, -4366]], [[253377, 305542], [-946, 45]], [[223429, 307885], [-1, -7045]], [[223428, 300840], [-1456, 0]], [[221972, 300840], [1, 4685]], [[263252, 305382], [-219, 27]], [[263033, 305409], [-515, 58]], [[262518, 305467], [-346, 259]], [[263269, 311611], [-17, -6229]], [[264370, 310170], [-2, -2778]], [[264368, 307392], [-267, -204], [-179, -1893]], [[263922, 305295], [-670, 87]], [[271023, 306449], [-385, -3232]], [[270638, 303217], [-108, -158]], [[270530, 303059], [5, 561], [-727, -210], [-58, 1713]], [[282531, 309390], [61, 24]], [[282592, 309414], [10, -65]], [[282602, 309349], [-405, -2626], [-165, -1820], [-109, 2615]], [[281923, 307518], [-200, 2589]], [[251647, 305326], [-877, -15]], [[250770, 305311], [-293, -4], [-2, 1624]], [[276030, 305532], [200, -730]], [[276230, 304802], [-500, -1759], [-394, 2383], [-444, 601], [4, 1044]], [[281923, 307518], [8, -4063], [-186, -1610], [-387, 486], [-737, -285], [-373, -589]], [[280248, 301457], [-33, 176]], [[280215, 301633], [-11, 67]], [[280204, 301700], [-212, 1204]], [[237408, 310447], [27, -3044], [293, -50], [-7, -3257]], [[237721, 304096], [-23, -4862], [-351, 60]], [[237347, 299294], [-4, 1]], [[237343, 299295], [-252, 2449], [-133, 5739], [-409, 31]], [[238681, 310276], [-66, -2358], [143, -158], [46, -2922], [169, -1709]], [[238973, 303129], [-231, -2]], [[238742, 303127], [-202, -247], [-819, 1216]], [[206879, 305574], [2, -12856], [-37, -4822], [-1146, -121]], [[205698, 287775], [-6, 3219], [-1134, -5], [-3, 1594], [-1724, 6]], [[202831, 292589], [-75, 1663]], [[240330, 306833], [-20, -6441]], [[240310, 300392], [-587, -612]], [[239723, 299780], [-511, 1233], [-239, 2116]], [[264914, 307056], [-97, -2181]], [[264817, 304875], [-449, 1093], [0, 1424]], [[254962, 309646], [-4, -5675]], [[254958, 303971], [0, -1619]], [[254958, 302352], [-879, 89]], [[254079, 302441], [-98, 2459], [-614, 117]], [[253367, 305017], [10, 525]], [[183362, 303916], [0, -11575]], [[183362, 292341], [-1740, 3], [0, 1620], [-862, -20], [-3, -8075], [-686, -61]], [[180071, 285808], [-439, 260], [-94, 887], [82, 3389], [-151, 600], [21, 1938], [272, 564]], [[179762, 293446], [283, 2148], [77, 2692], [-106, 4262], [274, 1899], [11, 1120]], [[181121, 309576], [281, -790], [1201, -586], [253, 1502], [507, 147]], [[219070, 309777], [-4, -8906]], [[219066, 300871], [-1455, -38]], [[217611, 300833], [-1, 8913]], [[220518, 308107], [-138, 101], [-4, -7331]], [[220376, 300877], [-1310, -6]], [[258255, 308758], [-186, -144], [-224, -2438], [-291, -747], [-162, -1946], [-430, -1123], [-129, -1066]], [[256833, 301294], [-358, 590], [-165, 1921]], [[256310, 303805], [109, -16], [5, 5713]], [[217611, 300833], [-1456, -60]], [[216155, 300773], [-3, 8974]], [[216155, 300773], [-1454, -106]], [[214701, 300667], [-15, 9092]], [[214701, 300667], [-1476, 8]], [[213225, 300675], [0, 9080]], [[277494, 308217], [-65, -786], [217, -4445], [468, -2796]], [[278114, 300190], [-479, -436], [-840, 1115], [-215, 922]], [[276580, 301791], [-276, 1144]], [[276304, 302935], [225, 772], [-299, 1095]], [[213225, 300675], [-1204, 0]], [[256310, 303805], [-1352, 166]], [[280204, 301700], [21, -471], [-685, -2076], [-529, -3188]], [[279011, 295965], [-269, -6], [-253, 2493]], [[278489, 298452], [-185, 3128], [-229, 1784], [245, 1596], [342, 3693]], [[278489, 298452], [-265, 205], [-88, 1174]], [[278136, 299831], [-22, 359]], [[266754, 307606], [118, -2921]], [[266872, 304685], [-494, -1390]], [[266378, 303295], [-72, 1227], [-571, 652], [-138, 1129]], [[227307, 305254], [-1, -3184]], [[227306, 302070], [-352, 1622], [-507, -2568], [-302, 757]], [[226145, 301881], [90, 1860], [-381, 232], [-154, 2624]], [[269004, 304188], [84, -1081]], [[269088, 303107], [-225, 529]], [[268863, 303636], [-374, -245]], [[268489, 303391], [-548, 1345]], [[267941, 304736], [-283, 3355]], [[267941, 304736], [-591, -490]], [[267350, 304246], [-195, -334]], [[267155, 303912], [-283, 773]], [[274517, 305785], [-85, -1864], [134, -4155], [-61, -616]], [[274505, 299150], [-581, 663], [-511, 1884]], [[273413, 301697], [-135, 2327], [-372, 1680], [-227, 39], [-176, 1868]], [[258671, 305776], [-63, -2961]], [[258608, 302815], [-229, -1970], [-471, -601], [9, -685]], [[257917, 299559], [-515, 1403], [-542, -470]], [[256860, 300492], [-27, 802]], [[221972, 300840], [4, -1864]], [[221976, 298976], [-229, 1201], [-392, 509], [-834, 191]], [[220521, 300877], [-145, 0]], [[224904, 305473], [0, -4595]], [[224904, 300878], [-1476, -38]], [[260244, 303344], [-448, -474], [-461, -1878]], [[259335, 300992], [-374, 2733], [-353, -910]], [[273413, 301697], [-85, -3220]], [[273328, 298477], [-403, -1010]], [[272925, 297467], [-503, 1412], [-567, 2766]], [[271855, 301645], [277, 3710]], [[249738, 306948], [7, -5486]], [[249745, 301462], [-730, -2], [-438, 571]], [[248577, 302031], [-14, 4958]], [[237343, 299295], [-645, 694], [-800, 2841]], [[271855, 301645], [-224, -1169]], [[271631, 300476], [-514, 964], [-162, 2031], [-317, -254]], [[264817, 304875], [-499, -1732]], [[264318, 303143], [-198, 104], [-7, -5871]], [[264113, 297376], [-299, 18], [-3, -1823]], [[263811, 295571], [-420, -902]], [[263391, 294669], [-672, 168]], [[262719, 294837], [116, 1165]], [[262835, 296002], [415, 1551], [228, 1602]], [[263478, 299155], [298, 1539], [245, 2560], [-99, 2041]], [[230025, 306061], [101, -881], [-211, -1084], [101, -2120]], [[230016, 301976], [-186, 350], [-327, -1482], [-269, 387], [-183, 1849]], [[229051, 303080], [-98, 2169]], [[244411, 304199], [-353, -701], [-25, -3600]], [[244033, 299898], [-1166, 155]], [[242867, 300053], [62, 5071]], [[276304, 302935], [-783, -2654], [-394, -674], [-382, -2307]], [[274745, 297300], [-240, 1850]], [[265597, 306303], [-143, -2279], [195, -1400]], [[265649, 302624], [-510, -2675]], [[265139, 299949], [-116, -620]], [[265023, 299329], [-659, 3103], [-46, 711]], [[248577, 302031], [0, -1380], [-585, -270], [-2, -1632]], [[247990, 298749], [-442, 543], [316, 1089], [-750, 38]], [[247114, 300419], [2, 3245]], [[250770, 305311], [4, -4878], [-150, -1369]], [[250624, 299064], [-878, -312]], [[249746, 298752], [-1, 2710]], [[231679, 306850], [149, -590], [1, -3199], [271, -1474], [224, -5]], [[232324, 301582], [-241, -630]], [[232083, 300952], [-247, 888], [-429, -565], [-250, -1798], [-558, -652]], [[230599, 298825], [-125, 949], [-568, 1263], [110, 939]], [[234007, 302750], [-176, 481], [-257, -1570]], [[233574, 301661], [-669, 201], [-133, 967], [-448, -1247]], [[241862, 305041], [-376, -48], [-11, -1571], [394, -3307]], [[241869, 300115], [-693, 133]], [[241176, 300248], [-866, 144]], [[226145, 301881], [-3, -7871]], [[226142, 294010], [-1232, -6]], [[224910, 294004], [-6, 6874]], [[266378, 303295], [-305, -1110]], [[266073, 302185], [-424, 439]], [[246542, 303700], [-5, -6913], [-293, -2], [0, -1616]], [[246244, 295169], [-1256, -5]], [[244988, 295164], [-45, 601]], [[244943, 295765], [269, 599], [-236, 1265], [282, 815], [-40, 1455], [303, -382], [-185, 3716], [560, 1252], [-185, 1658]], [[244943, 295765], [-41, -823], [-579, 866]], [[244323, 295808], [8, 4034], [-298, 56]], [[262518, 305467], [-156, -2441], [-200, -874]], [[262162, 302152], [-936, -50]], [[261226, 302102], [-34, 1161]], [[253367, 305017], [-117, -5834]], [[253250, 299183], [-737, -1766]], [[252513, 297417], [38, 554], [-611, 6], [-2, 2436]], [[251938, 300413], [2, 4905]], [[210732, 295929], [-587, -11], [-3, -3235], [-124, -7], [0, -8008], [-134, -3]], [[209884, 284665], [-2861, -35], [-28, -8243]], [[206995, 276387], [-1400, -32], [4, 8250], [101, 1], [-2, 3169]], [[263478, 299155], [-127, 1132], [-280, 33]], [[263071, 300320], [-38, 5089]], [[179762, 293446], [-4058, -181]], [[175704, 293265], [-2643, -5], [-585, 89], [-362, 1122], [-387, 245]], [[171727, 294716], [267, 2870], [-339, 971], [-382, 2958]], [[263071, 300320], [-494, -473]], [[262577, 299847], [-380, 582]], [[262197, 300429], [-35, 1723]], [[270530, 303059], [-303, -446], [112, -1813], [-159, -1241], [160, -3138]], [[270340, 296421], [-326, 1801]], [[270014, 298222], [-319, 2646], [-607, 2239]], [[251938, 300413], [-588, 24], [-1, -1081], [-287, -276]], [[251062, 299080], [-438, -16]], [[229051, 303080], [-27, -97]], [[229024, 302983], [-420, -2885], [-33, -1359], [-271, 1490], [50, 1869], [-342, -239], [-177, -1289], [-249, 387], [-61, 1401]], [[227521, 302358], [-215, -288]], [[242867, 300053], [0, -1626]], [[242867, 298427], [-989, 64]], [[241878, 298491], [-9, 1624]], [[254079, 302441], [14, -7371]], [[254093, 295070], [-914, 185]], [[253179, 295255], [71, 3928]], [[268489, 303391], [-191, -580], [-387, -2963], [106, -884]], [[268017, 298964], [-130, -739]], [[267887, 298225], [-343, 99], [-450, 1171]], [[267094, 299495], [12, 1605]], [[267106, 301100], [49, 2812]], [[189753, 293991], [-1506, -3], [-6, -4849], [-1376, -19], [-349, 1601], [-5, -14590]], [[186511, 276131], [-3149, -35]], [[183362, 276096], [0, 16245]], [[267106, 301100], [-728, 2195]], [[238742, 303127], [-74, -8950]], [[238668, 294177], [-668, 109]], [[238000, 294286], [-287, 2381]], [[237713, 296667], [-388, 1098], [22, 1529]], [[256860, 300492], [-290, -2960], [-338, -792], [-245, -1877]], [[255987, 294863], [-144, 1386], [-293, 274]], [[255550, 296523], [0, 1620], [-291, 54], [-9, 3268], [-292, 887]], [[268863, 303636], [139, -2861], [323, -3555]], [[269325, 297220], [-471, -581]], [[268854, 296639], [-87, -160]], [[268767, 296479], [-371, 1042], [-216, -421], [-163, 1864]], [[227521, 302358], [-8, -8969]], [[227513, 293389], [-1201, 1]], [[226312, 293390], [-170, 620]], [[259335, 300992], [56, -1316], [-280, -1720]], [[259111, 297956], [-212, -1709], [70, -887], [-508, -2769]], [[258461, 292591], [2, 2075], [-386, 811]], [[258077, 295477], [-160, 4082]], [[247114, 300419], [-4, -8971]], [[247110, 291448], [-285, -7], [1, -1091], [-449, -9]], [[246377, 290341], [-133, 6], [0, 4822]], [[270014, 298222], [-538, -798]], [[269476, 297424], [-151, -204]], [[271631, 300476], [-1005, -5256]], [[270626, 295220], [-44, 238]], [[270582, 295458], [-242, 963]], [[265023, 299329], [-257, -2572], [-190, 585]], [[264576, 297342], [-271, 24]], [[264305, 297366], [-192, 10]], [[260085, 295668], [2, 547], [-556, 17], [-158, 1641], [-262, 83]], [[260826, 302839], [-296, -1218], [-7, -4236], [-438, -1717]], [[267094, 299495], [-351, -1180]], [[266743, 298315], [-277, 2222]], [[266466, 300537], [-393, 1648]], [[261226, 302102], [133, -4629]], [[261359, 297473], [96, -3170]], [[261455, 294303], [-945, 242]], [[260510, 294545], [-581, 52]], [[259929, 294597], [156, 1071]], [[235148, 298399], [-1, -6962]], [[235147, 291437], [-172, 647]], [[234975, 292084], [-223, 645], [-660, -165]], [[234092, 292564], [-504, -212]], [[233588, 292352], [-6, 49]], [[233582, 292401], [-8, 9260]], [[239723, 299780], [-33, -6035]], [[239690, 293745], [-694, -157]], [[238996, 293588], [-328, 589]], [[230599, 298825], [-15, -6105]], [[230584, 292720], [-1252, 143]], [[229332, 292863], [-306, 203]], [[229026, 293066], [-2, 9917]], [[229026, 293066], [-1224, 262]], [[227802, 293328], [-289, 61]], [[237713, 296667], [-606, -1073]], [[237107, 295594], [-320, 702], [-637, -837], [-277, 1730]], [[276580, 301791], [-335, -2182], [7, -1181], [-302, -3863]], [[275950, 294565], [-336, -991]], [[275614, 293574], [-478, 39], [-285, 2097]], [[274851, 295710], [-106, 1590]], [[171727, 294716], [-239, -2194]], [[171488, 292522], [-527, 2873], [-607, 2124], [-309, 1676]], [[233582, 292401], [-516, 1393], [-745, 742], [-269, -626]], [[232052, 293910], [31, 7042]], [[266466, 300537], [-488, -4110]], [[265978, 296427], [-652, 2740]], [[265326, 299167], [-187, 782]], [[255550, 296523], [-579, 144], [-98, -1641], [-485, 59]], [[254388, 295085], [-295, -15]], [[262197, 300429], [-36, -1811], [-802, -1145]], [[249746, 298752], [0, -823]], [[249746, 297929], [-780, -17]], [[248966, 297912], [-952, 5]], [[248014, 297917], [-24, 832]], [[278136, 299831], [-261, -1729], [-65, -2062], [-295, -1492], [-382, -3555]], [[277133, 290993], [-221, 469], [-599, 3177], [-363, -74]], [[232052, 293910], [-3, -968]], [[232049, 292942], [-1216, -1076]], [[230833, 291866], [-249, 854]], [[274851, 295710], [-156, 131], [-298, -1760], [-415, 2481], [-367, 85], [-287, 1830]], [[272925, 297467], [-517, -3023]], [[272408, 294444], [-1070, -5442]], [[271338, 289002], [-265, 919]], [[271073, 289921], [-257, 2318], [43, 1727], [-233, 1254]], [[258077, 295477], [-439, -1478], [-435, -2504], [-548, -1594]], [[256655, 289901], [-109, 9]], [[256546, 289910], [-267, 1112], [-470, 3450], [178, 391]], [[220521, 300877], [16, -8166]], [[220537, 292711], [-1467, 10]], [[219070, 292721], [-4, 8150]], [[221976, 298976], [5, -6234]], [[221981, 292742], [-1444, -31]], [[224910, 294004], [2, -1315]], [[224912, 292689], [-1486, 26]], [[223426, 292715], [2, 8125]], [[219070, 292721], [-1453, -13]], [[217617, 292708], [-6, 8125]], [[217617, 292708], [-1443, -45]], [[216174, 292663], [-19, 8110]], [[223426, 292715], [-1445, 27]], [[216174, 292663], [-1446, -96]], [[214728, 292567], [-27, 8100]], [[213225, 300675], [57, -8129]], [[213282, 292546], [-1287, -1]], [[211995, 292545], [11, 3391]], [[214728, 292567], [-1446, -21]], [[241176, 300248], [-12, -1321], [-518, -4118], [192, -1475], [382, -1184]], [[241220, 292150], [-1146, 188]], [[240074, 292338], [-391, 56], [7, 1351]], [[266743, 298315], [382, -3067], [-30, -933]], [[267095, 294315], [-707, -913]], [[266388, 293402], [-414, 1708]], [[265974, 295110], [4, 1317]], [[262719, 294837], [-459, -1602]], [[262260, 293235], [-776, 48]], [[261484, 293283], [-29, 1020]], [[262577, 299847], [-12, -3859], [270, 14]], [[248014, 297917], [76, -4060], [-205, -780], [1, -1558]], [[247886, 291519], [-437, -567]], [[247449, 290952], [-227, -1245], [-112, 1741]], [[252513, 297417], [69, -2403], [-508, -277]], [[252074, 294737], [0, 1098], [-968, -56]], [[251106, 295779], [-44, 3301]], [[241878, 298491], [54, -3825], [-183, -2389], [75, -1398]], [[241824, 290879], [-230, -523], [-374, 1794]], [[244323, 295808], [-11, -3253]], [[244312, 292555], [-1484, 172]], [[242828, 292727], [39, 5700]], [[264965, 295106], [-389, 2236]], [[265326, 299167], [-46, -1734], [-315, -2327]], [[279011, 295965], [-403, -3616], [-92, -2363], [-262, 1132], [231, -2620], [-212, -589], [-375, 805]], [[277898, 288714], [-123, 574]], [[277775, 289288], [-642, 1705]], [[195305, 289204], [0, -8032]], [[195305, 281172], [-1, -6537]], [[195304, 274635], [-186, -4]], [[195118, 274631], [-312, 2178], [43, 3573], [-198, 582], [-596, 5810], [0, 10694]], [[267887, 298225], [124, -661], [-175, -1445], [3, -2070]], [[267839, 294049], [-421, -2128]], [[267418, 291921], [-323, 2394]], [[253179, 295255], [-83, -4574]], [[253096, 290681], [-1016, -26]], [[252080, 290655], [-6, 4082]], [[265974, 295110], [21, -726], [-419, -926], [-105, -1288]], [[265471, 292170], [-170, 1415]], [[265301, 293585], [-336, 1521]], [[251106, 295779], [-194, -540]], [[250912, 295239], [-465, -210], [-350, -1146]], [[250097, 293883], [-350, 16], [-1, 4030]], [[268767, 296479], [-104, -668]], [[268663, 295811], [-273, -796], [-103, -1445]], [[268287, 293570], [-448, 479]], [[237107, 295594], [1, -5232]], [[237108, 290362], [-341, 757], [-196, -1322], [-639, 965], [-521, -443]], [[235411, 290319], [-264, 1118]], [[275614, 293574], [-88, -2688], [-301, -779]], [[275225, 290107], [-353, 382], [-40, 1051], [-800, -2860]], [[274032, 288680], [-22, -72]], [[274010, 288608], [-398, 2352], [-785, 2545]], [[272827, 293505], [-419, 939]], [[242828, 292727], [22, -1854], [-368, -1418], [-65, -1107]], [[242417, 288348], [-241, 1667], [-352, 864]], [[270582, 295458], [-741, -3541]], [[269841, 291917], [-395, 3623], [30, 1884]], [[259929, 294597], [-147, 0], [-211, -3806], [-383, 38], [-157, -3571]], [[259031, 287258], [-882, -28]], [[258149, 287230], [-35, 1334], [210, 2007], [198, 282], [-61, 1738]], [[250097, 293883], [-203, -505], [0, -2741]], [[249894, 290637], [-534, -9]], [[249360, 290628], [-4, 2180], [-385, 256], [-5, 4848]], [[249360, 290628], [-290, -1321]], [[249070, 289307], [-1184, 2212]], [[269841, 291917], [-165, -789]], [[269676, 291128], [-4, -5]], [[269672, 291123], [-80, 1]], [[269592, 291124], [-424, 845], [-314, 4670]], [[195118, 274631], [-3725, 22]], [[191393, 274653], [0, 1610]], [[191393, 276263], [7, 12672]], [[264305, 297366], [79, -1215], [-282, -4274]], [[264102, 291877], [-95, 1]], [[264007, 291878], [19, 2058], [-215, 1635]], [[265301, 293585], [-113, -1287], [-385, -1434]], [[264803, 290864], [-134, 698], [-567, 315]], [[238000, 294286], [55, -4237], [-203, -2132], [-208, 87], [128, -2331]], [[237772, 285673], [-29, 1]], [[237743, 285674], [-635, -3]], [[237108, 285671], [0, 4691]], [[269592, 291124], [-134, -694]], [[269458, 290430], [-356, 976], [-547, -1372]], [[268555, 290034], [-268, 3536]], [[256546, 289910], [-601, -2119], [-102, -2363], [-288, -51]], [[255555, 285377], [-818, 63]], [[254737, 285440], [-326, 195], [-14, 2539]], [[254397, 288174], [-9, 6911]], [[211995, 292545], [-22, -7993]], [[211973, 284552], [0, -8133]], [[211973, 276419], [1, -8101]], [[211974, 268318], [0, -1611], [-731, -3]], [[211243, 266704], [-1104, -3]], [[210139, 266701], [0, 9724], [-255, -1], [0, 8241]], [[252080, 290655], [-401, -9]], [[251679, 290646], [-766, -8]], [[250913, 290638], [-1, 4601]], [[244988, 295164], [-59, -1673], [289, 734], [-26, -3356], [151, -2943], [-317, -598], [225, -984], [-128, -820]], [[245123, 285524], [0, -134]], [[245123, 285390], [-271, 18]], [[244852, 285408], [-481, 19]], [[244371, 285427], [-67, -3]], [[244304, 285424], [8, 7131]], [[264007, 291878], [-125, -1789], [-179, 18]], [[263703, 290107], [-245, 1867], [-67, 2695]], [[258149, 287230], [-73, -1530]], [[258076, 285700], [-260, 915], [-756, 37], [2, -410]], [[257062, 286242], [-403, 2158], [-4, 1501]], [[271073, 289921], [-669, -319], [-229, 1236], [-260, -546]], [[269915, 290292], [-148, 616]], [[269767, 290908], [-91, 220]], [[254397, 288174], [-931, -2937]], [[253466, 285237], [-470, -87]], [[252996, 285150], [100, 5531]], [[250913, 290638], [-58, -1638], [-291, -9], [-3, -1640], [-289, -10]], [[250272, 287341], [5, 3289], [-383, 7]], [[246377, 290341], [40, -3234]], [[246417, 287107], [-592, 20], [0, -1670]], [[245825, 285457], [-702, 67]], [[266388, 293402], [-34, -4888]], [[266354, 288514], [-753, -747]], [[265601, 287767], [-17, 901]], [[265584, 288668], [-113, 3502]], [[263703, 290107], [-14, -676]], [[263689, 289431], [-975, 44], [-28, -604]], [[262686, 288871], [-213, 626]], [[262473, 289497], [-213, 3738]], [[277775, 289288], [-200, -1210], [-345, -446], [-431, -3536]], [[276799, 284096], [-357, -1958], [-73, 1501]], [[276369, 283639], [-170, -185], [-119, 1854], [-263, 409]], [[275817, 285717], [-479, 2444], [-113, 1946]], [[175704, 293265], [8, -6545], [-64, -14], [-11, -8498]], [[175637, 278208], [-2838, -1564], [17, 2580], [-320, 834], [-131, 1949], [82, 971], [-206, 4490], [-532, 4208], [-221, 846]], [[261484, 293283], [160, -5557]], [[261644, 287726], [11, -400]], [[261655, 287326], [-1005, -14]], [[260650, 287312], [-168, -13]], [[260482, 287299], [28, 7246]], [[260482, 287299], [-991, -305]], [[259491, 286994], [-460, 264]], [[233588, 292352], [-6, -55]], [[233582, 292297], [-854, -556], [-398, -900], [-289, -1444]], [[232041, 289397], [8, 3545]], [[272827, 293505], [-15, -5200], [98, -784]], [[272910, 287521], [-478, -195], [-495, 933], [-201, -1171]], [[271736, 287088], [-363, 872], [-35, 1042]], [[267418, 291921], [45, -836], [-297, -951], [-55, -1334]], [[267111, 288800], [-431, -35]], [[266680, 288765], [-326, -251]], [[202831, 292589], [15, -6292]], [[202846, 286297], [-1525, -4281], [1, -811], [-1146, 18], [-2, -3253]], [[200174, 277970], [-860, -3]], [[199314, 277967], [-358, 449], [43, 2766], [-165, 3253], [-161, 392], [-104, 4258], [-348, -19]], [[238996, 293588], [-214, -3466], [-111, 31], [-24, -4496]], [[238647, 285657], [-85, 2]], [[238562, 285659], [-790, 14]], [[268555, 290034], [21, -284]], [[268576, 289750], [-391, -1856], [-455, -1079]], [[267730, 286815], [-127, 1309], [-492, 676]], [[183362, 276096], [1, -8676]], [[183363, 267420], [-4125, 8475], [13, 2284], [251, 1898]], [[179502, 280077], [536, 715], [179, 2807], [-146, 2209]], [[191393, 276263], [-1966, -35], [0, -192], [-2916, 95]], [[226312, 293390], [-10, -8052]], [[226302, 285338], [-375, 38]], [[225927, 285376], [-1032, 85]], [[224895, 285461], [17, 7228]], [[240074, 292338], [-28, -6700]], [[240046, 285638], [-697, 10]], [[239349, 285648], [-702, 9]], [[265584, 288668], [-611, 418]], [[264973, 289086], [-229, 4]], [[264744, 289090], [59, 1774]], [[274010, 288608], [-793, -2802]], [[273217, 285806], [-307, 1715]], [[179502, 280077], [-3865, -1869]], [[227802, 293328], [-42, -8197]], [[227760, 285131], [-406, 73]], [[227354, 285204], [-1052, 134]], [[229332, 292863], [-29, -7782]], [[229303, 285081], [-523, -53]], [[228780, 285028], [-1020, 103]], [[262473, 289497], [-829, -1771]], [[232039, 284934], [-231, 5], [-115, -1982], [146, -674]], [[231839, 282283], [-397, 23]], [[231442, 282306], [-615, 61]], [[230827, 282367], [1, 2606]], [[230828, 284973], [5, 6893]], [[232041, 289397], [-2, -4463]], [[230828, 284973], [-612, 11]], [[230216, 284984], [-913, 97]], [[219070, 292721], [-5, -8098]], [[219065, 284623], [-381, 10]], [[218684, 284633], [-1066, 127]], [[217618, 284760], [-1, 7948]], [[220537, 292711], [5, -8140]], [[220542, 284571], [-432, -2]], [[220110, 284569], [-1045, 54]], [[234975, 292084], [-31, -7088]], [[234944, 284996], [-292, 1575], [-561, -613]], [[234091, 285958], [1, 6606]], [[217618, 284760], [-376, -125]], [[217242, 284635], [-1070, -47]], [[216172, 284588], [2, 8075]], [[223426, 292715], [8, -8204]], [[223434, 284511], [-404, 2]], [[223030, 284513], [-1045, 0]], [[221985, 284513], [-4, 8229]], [[224895, 285461], [-2, -1035], [-413, 38]], [[224480, 284464], [-1046, 47]], [[221985, 284513], [-393, -1]], [[221592, 284512], [-1050, 59]], [[244304, 285424], [-1696, 42]], [[242608, 285466], [-191, 2882]], [[216172, 284588], [-374, 14]], [[215798, 284602], [-1072, -38]], [[214726, 284564], [2, 8003]], [[206995, 276387], [10, -9680]], [[207005, 266707], [-197, -1]], [[206808, 266706], [-3007, 34]], [[203801, 266740], [-1057, -19]], [[202744, 266721], [2, 17810], [100, 1766]], [[213282, 292546], [0, -7999]], [[213282, 284547], [-1309, 5]], [[214726, 284564], [-368, -14]], [[214358, 284550], [-1076, -3]], [[234091, 285958], [-73, -393]], [[234018, 285565], [-60, -961], [-377, 12]], [[233581, 284616], [1, 7681]], [[242608, 285466], [-1828, 115]], [[240780, 285581], [-734, 57]], [[233581, 284616], [-993, -39]], [[232588, 284577], [-549, 357]], [[235411, 290319], [-5, -7248]], [[235406, 283071], [-145, -6]], [[235261, 283065], [-39, 471]], [[235222, 283536], [-278, 1460]], [[249070, 289307], [-206, -1883], [-209, -3399], [-189, -953]], [[248466, 283072], [-1108, 2439]], [[247358, 285511], [-151, 1938], [245, 380], [-3, 3123]], [[264744, 289090], [-346, -257]], [[264398, 288833], [-567, 369], [-126, -463]], [[263705, 288739], [-16, 692]], [[275817, 285717], [197, -1750], [-222, -2037], [-677, 747]], [[275115, 282677], [4, 3611], [-520, 96], [-567, 2296]], [[247358, 285511], [-237, -29], [-3, -1592], [-571, -19]], [[246547, 283871], [-8, 3240], [-122, -4]], [[269458, 290430], [-641, -2764]], [[268817, 287666], [-197, 886]], [[268620, 288552], [-44, 1198]], [[269915, 290292], [98, -679], [-163, -3128], [52, -2328], [-122, -1899]], [[269780, 282258], [-329, -1370]], [[269451, 280888], [-242, 1119]], [[269209, 282007], [-81, 3665], [-311, 1994]], [[237108, 285671], [0, -2571]], [[237108, 283100], [-1702, -29]], [[271736, 287088], [202, -924]], [[271938, 286164], [-630, -2537]], [[271308, 283627], [-251, 828], [-618, -687], [-182, -1942]], [[270257, 281826], [-477, 432]], [[252996, 285150], [-21, -1156]], [[252975, 283994], [-1295, -59]], [[251680, 283935], [-1, 6711]], [[251680, 283935], [-283, 11]], [[251397, 283946], [-1128, 96]], [[250269, 284042], [3, 3299]], [[250269, 284042], [-1132, -33], [-12, -840]], [[249125, 283169], [-659, -97]], [[257062, 286242], [14, -3976], [-399, 14]], [[256677, 282280], [-836, -103], [-284, 800]], [[255557, 282977], [-2, 2400]], [[269209, 282007], [-689, -991], [-95, 755], [-402, -936]], [[268023, 280835], [-353, 3484]], [[267670, 284319], [60, 2496]], [[263705, 288739], [-84, -3973]], [[263621, 284766], [55, -1652]], [[263676, 283114], [-539, -692]], [[263137, 282422], [-449, 518]], [[262688, 282940], [-2, 5931]], [[262688, 282940], [-898, -38]], [[261790, 282902], [-135, 4424]], [[199314, 277967], [-878, -19], [0, -1622], [-852, -5], [-2, -8135], [36, -4019]], [[197618, 264167], [-857, -7], [-37, 4023], [2, 8133], [-306, 3], [2, 1614], [-576, 1], [-5, 3232], [-536, 6]], [[264398, 288833], [-62, -3686]], [[264336, 285147], [-715, -381]], [[264973, 289086], [-7, -4742], [-221, -294]], [[264745, 284050], [2, 1070], [-411, 27]], [[265601, 287767], [265, -1986], [29, -1346]], [[265895, 284435], [-506, -1945]], [[265389, 282490], [-646, 23]], [[264743, 282513], [2, 1537]], [[267670, 284319], [-205, 1161], [-587, -1542]], [[266878, 283938], [-198, 4827]], [[266878, 283938], [-137, -519]], [[266741, 283419], [-297, -993]], [[266444, 282426], [-403, 799], [-146, 1210]], [[275115, 282677], [-128, -2424], [77, -2306]], [[275064, 277947], [21, -1799], [-453, 1073]], [[274632, 277221], [-397, 2101], [-304, 487]], [[273931, 279809], [-206, 2389], [-508, 3608]], [[273217, 285806], [-382, -1361], [-117, -2128], [-399, -1751]], [[272319, 280566], [-269, 3521], [-24, 1416]], [[272026, 285503], [-88, 661]], [[254737, 285440], [-323, -2639], [122, -3923], [141, -1192], [-210, -1223]], [[254467, 276463], [-114, 140]], [[254353, 276603], [-184, 1820], [-374, -689], [-62, 3380], [-367, 2778], [100, 1345]], [[261790, 282902], [136, -2308]], [[261926, 280594], [-1276, -334]], [[260650, 280260], [0, 7052]], [[260650, 280260], [-288, -579], [2, -1890]], [[260364, 277791], [-286, -278], [4, -1615], [-248, -23]], [[259834, 275875], [-17, 4870], [-320, 8]], [[259497, 280753], [-6, 6241]], [[259497, 280753], [-1025, -27]], [[258472, 280726], [-231, 1150], [-165, 3824]], [[246547, 283871], [-292, -1615], [176, -342], [-73, -2890]], [[246358, 279024], [-674, 12], [3, 3263], [138, 3158]], [[235222, 283536], [-1204, -38]], [[234018, 283498], [0, 2067]], [[258472, 280726], [-106, -860]], [[258366, 279866], [-839, -31], [-2, -819], [-563, 45]], [[256962, 279061], [-281, -16], [0, 1226]], [[256681, 280271], [-4, 2009]], [[202744, 266721], [-672, -16], [-49, -2500], [301, -1531]], [[202324, 262674], [-2142, -5]], [[200182, 262669], [-8, 15301]], [[272319, 280566], [44, -2784]], [[272363, 277782], [-442, -1977]], [[271921, 275805], [-595, 2074]], [[271326, 277879], [-222, 903]], [[271104, 278782], [-65, 751], [269, 4094]], [[273931, 279809], [-121, -807]], [[273810, 279002], [-90, -725], [-314, 2439], [-742, -3661]], [[272664, 277055], [-301, 727]], [[248466, 283072], [-231, -2682], [-557, -1363]], [[247678, 279027], [-560, -1640]], [[247118, 277387], [-289, -1241]], [[246829, 276146], [-463, 2072]], [[246366, 278218], [-8, 806]], [[238701, 271113], [-400, 6]], [[238301, 271119], [-149, 1513], [-322, 444], [-467, -2738], [-254, 8]], [[237109, 270346], [-1, 3653]], [[237108, 273999], [0, 5600]], [[237108, 279599], [0, 3501]], [[237743, 285674], [-73, -1364], [157, -1652], [-2, -3964], [475, -5512], [401, -2069]], [[238562, 285659], [194, -3036], [29, -8285], [191, -5]], [[238976, 274333], [-156, -3244]], [[238820, 271089], [-119, 24]], [[239516, 277585], [89, -2415], [-250, -839], [-379, 2]], [[239349, 285648], [4, -5606], [141, -1], [22, -2456]], [[240779, 280837], [-287, -14], [-146, -3236]], [[240346, 277587], [-830, -2]], [[240780, 285581], [-1, -4744]], [[242619, 280157], [-575, -2639], [-400, 30]], [[241644, 277548], [0, 1623], [-290, 937], [-575, 729]], [[242608, 285466], [11, -5309]], [[234018, 283498], [-3, -6187]], [[234015, 277311], [-813, 788]], [[233202, 278099], [-417, 1389]], [[232785, 279488], [-113, 619]], [[232672, 280107], [-84, 4470]], [[246366, 278218], [-28, -989], [-363, 176], [-2, -2478], [-251, 42], [-36, 2444], [-221, 12]], [[245465, 277425], [-297, 1279], [258, 1420], [-227, 256], [-7, 1864], [186, 934], [-62, 1882], [-224, -1603], [31, 1933]], [[268023, 280835], [-29, -951]], [[267994, 279884], [-750, -2311]], [[267244, 277573], [-503, 5846]], [[244371, 285427], [-163, -2146], [-308, -2022], [-90, -2138]], [[243810, 279121], [-368, -2107], [-400, -899]], [[243042, 276115], [-26, 3010], [-397, 1032]], [[255557, 282977], [-143, -816], [-4, -3254], [-143, -3], [2, -3233]], [[255269, 275671], [-569, -21], [-233, 813]], [[244852, 285408], [-216, -2699], [-7, -2066], [-283, -3112]], [[244346, 277531], [-420, 5], [-116, 1585]], [[225927, 285376], [-30, -8275]], [[225897, 277101], [-4, -879]], [[225893, 276222], [-1134, 26]], [[224759, 276248], [-281, 39]], [[224478, 276287], [2, 8177]], [[245465, 277425], [-76, -261]], [[245389, 277164], [-175, -453], [-903, -2]], [[244311, 276709], [35, 822]], [[227354, 285204], [-18, -8167]], [[227336, 277037], [-186, 1]], [[227150, 277038], [-1253, 63]], [[264743, 282513], [-219, -2968]], [[264524, 279545], [-235, 1092]], [[264289, 280637], [-264, 580], [-349, 1897]], [[254353, 276603], [-498, -1834], [-40, -1059], [323, -1231]], [[254138, 272479], [-1368, -35]], [[252770, 272444], [91, 5015]], [[252861, 277459], [114, 6535]], [[228780, 285028], [-17, -8118]], [[228763, 276910], [-135, 16]], [[228628, 276926], [-1292, 111]], [[230216, 284984], [-6, -3141]], [[230210, 281843], [-31, -4995]], [[230179, 276848], [-1416, 62]], [[230827, 282367], [0, -513], [-617, -11]], [[232672, 280107], [-600, 939], [-233, 1237]], [[218684, 284633], [-13, -8156]], [[218671, 276477], [-1432, 43]], [[217239, 276520], [3, 8115]], [[210139, 266701], [-717, -2]], [[209422, 266699], [-123, -1]], [[209299, 266698], [-2294, 9]], [[220110, 284569], [-7, -8139]], [[220103, 276430], [-1432, 47]], [[217239, 276520], [0, -66]], [[217239, 276454], [-1432, 21]], [[215807, 276475], [-9, 8127]], [[215807, 276475], [-1432, -37]], [[214375, 276438], [-17, 8112]], [[214375, 276438], [-25, -1]], [[214350, 276437], [-2377, -18]], [[221592, 284512], [0, -8234]], [[221592, 276278], [-49, 0]], [[221543, 276278], [-1440, 152]], [[223030, 284513], [0, -8233]], [[223030, 276280], [-51, 1]], [[222979, 276281], [-1387, -3]], [[224478, 276287], [-1448, -7]], [[271104, 278782], [-447, -786]], [[270657, 277996], [-226, 1046], [-174, 2784]], [[266444, 282426], [-237, -2443]], [[266207, 279983], [2, -920]], [[266209, 279063], [-288, 519]], [[265921, 279582], [-345, 931], [-187, 1977]], [[251397, 283946], [0, -6508]], [[251397, 277438], [-1123, -9]], [[250274, 277429], [-5, 6613]], [[250274, 277429], [-14, -1]], [[250260, 277428], [-1136, 15], [0, 1061]], [[249124, 278504], [1, 4665]], [[252861, 277459], [-1464, -21]], [[235261, 283065], [11, -1603]], [[235272, 281462], [1, -2618]], [[235273, 278844], [-795, -2143]], [[234478, 276701], [-463, 610]], [[267244, 277573], [-756, -2456]], [[266488, 275117], [-124, 3123], [-155, 823]], [[264289, 280637], [-142, -524], [-197, -2955], [-99, 3]], [[263851, 277161], [-538, -506]], [[263313, 276655], [-159, -301]], [[263154, 276354], [0, 1215]], [[263154, 277569], [-17, 4853]], [[237108, 279599], [-281, 902], [-86, -872], [-299, 1007], [-286, -1037], [-341, 13], [-543, 1850]], [[249124, 278504], [-151, -881]], [[248973, 277623], [-205, -34], [-580, -3455]], [[248188, 274134], [-494, 8], [0, 1631], [-576, 8], [0, 1606]], [[256681, 280271], [-69, -2498], [-191, -1960], [-869, -125], [4, -3255], [-143, -9]], [[255413, 272424], [-143, -6], [-1, 3253]], [[263154, 277569], [-1076, 448]], [[262078, 278017], [-152, 2577]], [[265921, 279582], [1, -28]], [[265922, 279554], [-184, 35], [-659, -3027]], [[265079, 276562], [-284, 2688], [-271, 295]], [[231442, 282306], [2, -8953]], [[231444, 273353], [-1049, 21]], [[230395, 273374], [-216, 3474]], [[270657, 277996], [-80, -1269]], [[270577, 276727], [-329, -341], [-291, -3111], [55, -643]], [[270012, 272632], [0, -5]], [[270012, 272627], [-338, -491], [-153, 1148]], [[269521, 273284], [74, 1606], [-301, 1073], [-437, 275]], [[268857, 276238], [507, 2500], [87, 2150]], [[232785, 279488], [1, -3858], [404, -2322]], [[233190, 273308], [-1746, 45]], [[268857, 276238], [-59, 1856], [-542, 1927], [-262, -137]], [[237108, 273999], [-848, -1143], [-402, 1183]], [[235858, 274039], [-244, 1]], [[235614, 274040], [-342, 532], [1, 4272]], [[197618, 264167], [24, -1497]], [[197642, 262670], [0, -8384], [-2346, -23]], [[195296, 254263], [8, 20372]], [[259834, 275875], [18, -769], [-399, -590]], [[259453, 274516], [-479, 386], [-118, 1013], [-486, -1586]], [[258370, 274329], [-4, 5537]], [[241644, 277548], [-1, -1627]], [[241643, 275921], [-577, 18], [2, -799], [-433, -2]], [[240635, 275138], [-285, 12], [-4, 2437]], [[273810, 279002], [98, -1654]], [[273908, 277348], [8, -2098]], [[273916, 275250], [-11, -827]], [[273905, 274423], [15, -90]], [[273920, 274333], [-20, -184]], [[273900, 274149], [-60, -392]], [[273840, 273757], [-438, -2518], [175, -1903]], [[273577, 269336], [17, -224]], [[273594, 269112], [-42, -1026], [-431, 800]], [[273121, 268886], [-76, 2024]], [[273045, 270910], [44, 2085], [-299, 3226]], [[272790, 276221], [-126, 834]], [[265079, 276562], [-41, -437]], [[265038, 276125], [-259, 143], [-399, -2644]], [[264380, 273624], [-384, 781]], [[263996, 274405], [-145, 2756]], [[262078, 278017], [222, -1817]], [[262300, 276200], [-162, -699], [-765, -79], [10, -1076], [-289, -21]], [[261094, 274325], [-155, 1623], [-575, 1843]], [[256962, 279061], [29, -2256], [255, -3763]], [[257246, 273042], [-260, -2156], [4, -3296]], [[256990, 267590], [-755, -8], [-207, 1771], [-614, 2276]], [[255414, 271629], [-1, 795]], [[243042, 276115], [-252, -2320], [-86, -1940]], [[242704, 271855], [-773, 7]], [[241931, 271862], [-288, 2425], [0, 1634]], [[268650, 272453], [-454, -2106]], [[268196, 270347], [-296, -908], [-412, 5134]], [[267488, 274573], [-244, 3000]], [[268857, 276238], [-273, -3365], [66, -420]], [[258370, 274329], [-238, -1220]], [[258132, 273109], [-630, 1133], [-256, -1200]], [[274213, 271739], [154, -1026], [-395, -1964], [241, 2990]], [[273840, 273757], [261, -1594], [-185, -2612], [-322, -439]], [[274414, 275981], [264, -153], [280, -1524], [-294, -990], [-167, -1798], [-139, 1959], [56, 2506]], [[274160, 276707], [170, -315], [46, -4156], [-277, 1435], [-122, 1906], [183, 1130]], [[274632, 277221], [33, -1171], [-536, 816], [-157, -984], [-64, 1466]], [[265516, 275419], [-478, 706]], [[265922, 279554], [-53, -2957], [-353, -1178]], [[266488, 275117], [0, -942]], [[266488, 274175], [-328, -2106]], [[266160, 272069], [-649, 44]], [[265511, 272113], [5, 3306]], [[234478, 276701], [5, -3100]], [[234483, 273601], [0, -4335]], [[234483, 269266], [-1322, -45]], [[233161, 269221], [-81, 1800], [110, 2287]], [[244311, 276709], [-53, -2458]], [[244258, 274251], [-441, -8], [-351, -1303], [-29, -1625], [-344, -1798]], [[243093, 269517], [-234, 272], [-155, 2066]], [[235614, 274040], [-175, -434], [-956, -5]], [[271921, 275805], [37, -1771], [275, -2845]], [[272233, 271189], [-961, -1642]], [[271272, 269547], [-98, 1564], [-427, 591]], [[270747, 271702], [140, 2717], [-310, 2308]], [[250260, 277428], [-1, -6571]], [[250259, 270857], [-1135, -31]], [[249124, 270826], [0, 2438], [-151, 4359]], [[246829, 276146], [-140, -527], [-67, -2600], [-183, 267], [-97, -2398]], [[246342, 270888], [-114, -1301], [-411, -1386], [-315, 624]], [[245502, 268825], [-3, 115]], [[245499, 268940], [-61, 70]], [[245438, 269010], [-315, 191], [118, 1426]], [[245241, 270627], [337, 223], [252, 2167], [-256, 411], [68, 1606], [-306, 122], [53, 2008]], [[263154, 276354], [-211, -1787], [-562, -838]], [[262381, 273729], [-81, 2471]], [[200182, 262669], [-2540, 1]], [[273045, 270910], [-142, 209], [-547, -2637]], [[272356, 268482], [-123, 2707]], [[261094, 274325], [1, -3262]], [[261095, 271063], [-1173, -46], [-180, 788]], [[259742, 271805], [-224, 1640]], [[259518, 273445], [-65, 1071]], [[249124, 270826], [0, -3253]], [[249124, 267573], [-1393, 50]], [[247731, 267623], [-42, 2293], [499, 4218]], [[240635, 275138], [6, -4081], [-110, -1625]], [[240531, 269432], [-347, 19]], [[240184, 269451], [-691, 9]], [[239493, 269460], [-75, 1632], [-598, -3]], [[267488, 274573], [-96, 548], [-482, -3351]], [[266910, 271770], [-422, 2405]], [[252770, 272444], [-27, -1509]], [[252743, 270935], [-1345, -64]], [[251398, 270871], [-1, 6567]], [[251398, 270871], [-1139, -14]], [[247731, 267623], [-1360, -26]], [[246371, 267597], [-29, 3291]], [[245241, 270627], [-1027, -144]], [[244214, 270483], [-103, 1786], [147, 1982]], [[263996, 274405], [-106, -4613]], [[263890, 269792], [-3, -599]], [[263887, 269193], [-267, 9], [-340, 1832]], [[263280, 271034], [-27, -2]], [[263253, 271032], [60, 5623]], [[270747, 271702], [-157, 187]], [[270590, 271889], [-578, 743]], [[227150, 277038], [6, -4410]], [[227156, 272628], [-469, -47], [-452, -1537]], [[226235, 271044], [-342, 5178]], [[228628, 276926], [1, -5287]], [[228629, 271639], [-1086, -1713]], [[227543, 269926], [-107, -742], [-280, 1303]], [[227156, 270487], [0, 2141]], [[230395, 273374], [194, -555]], [[230589, 272819], [-1430, -4745]], [[229159, 268074], [-124, -408], [-406, 3973]], [[255414, 271629], [-142, -188], [4, -2273], [-284, -8], [4, -2361], [-126, -263]], [[254870, 266536], [-1130, -23]], [[253740, 266513], [-126, 1159], [208, 569], [68, 3761], [248, 477]], [[263253, 271032], [-736, -38]], [[262517, 270994], [98, 589], [-330, 1226], [96, 920]], [[217239, 276454], [-26, -8133]], [[217213, 268321], [-225, -2]], [[216988, 268319], [-1199, 8]], [[215789, 268327], [18, 8148]], [[218671, 276477], [-13, -8190]], [[218658, 268287], [-436, 22]], [[218222, 268309], [-1009, 12]], [[220103, 276430], [-15, -8195]], [[220088, 268235], [-232, -5]], [[219856, 268230], [-1198, 57]], [[215789, 268327], [-226, -12]], [[215563, 268315], [-1213, -2]], [[214350, 268313], [0, 8124]], [[214350, 268313], [-210, 4]], [[214140, 268317], [-1427, -23]], [[212713, 268294], [-739, 24]], [[265511, 272113], [-316, -757], [-183, -1474]], [[265012, 269882], [-430, 1091]], [[264582, 270973], [-206, 1238], [4, 1413]], [[221543, 276278], [-5, -8068]], [[221538, 268210], [-231, 14]], [[221307, 268224], [-1219, 11]], [[224759, 276248], [2, -3983], [-213, -701]], [[224548, 271564], [-1040, -3414]], [[223508, 268150], [-541, 29]], [[222967, 268179], [12, 8102]], [[226235, 271044], [225, -2721]], [[226460, 268323], [-392, -1293]], [[226068, 267030], [-565, -1869]], [[225503, 265161], [-119, 1166], [-213, -724], [-623, 5961]], [[222967, 268179], [-215, -7]], [[222752, 268172], [-1214, 38]], [[191393, 274653], [-1, -12960]], [[191392, 261693], [-1985, -97], [1, -3801], [-565, -10], [0, -1773]], [[188843, 256012], [-5480, 11408]], [[269521, 273284], [-686, -1046]], [[268835, 272238], [-185, 215]], [[262517, 270994], [-386, -1847], [16, -1276]], [[262147, 267871], [-360, -24], [-203, 1604], [-425, -24]], [[261159, 269427], [-64, 1636]], [[259742, 271805], [-223, -445], [6, -3713]], [[259525, 267647], [5, -1554], [-546, -20]], [[258984, 266073], [-309, -26], [-4, 1611], [-286, -16]], [[258385, 267642], [-7, 3607], [-246, 1860]], [[241931, 271862], [-1, -2445]], [[241930, 269417], [-1399, 15]], [[268196, 270347], [-120, -1132]], [[268076, 269215], [-774, -4371]], [[267302, 264844], [-222, 1408], [-144, 2418]], [[266936, 268670], [128, 1356], [-154, 1744]], [[264582, 270973], [-5, -1325], [-687, 144]], [[195296, 254263], [-3927, 9]], [[191369, 254272], [23, 7421]], [[258385, 267642], [-117, -1603]], [[258268, 266039], [-1141, -46]], [[257127, 265993], [-137, 1597]], [[235858, 274039], [-247, -3595], [-56, -4246], [248, 15]], [[235803, 266213], [165, -2415]], [[235968, 263798], [-1351, 24]], [[234617, 263822], [-133, 12], [-1, 5432]], [[244214, 270483], [8, -2105], [-240, -3867]], [[243982, 264511], [-60, 1623], [-510, -1824], [-304, 1856]], [[243108, 266166], [-15, 3351]], [[266936, 268670], [-756, 231]], [[266180, 268901], [-20, 3168]], [[237109, 270346], [74, -4024]], [[237183, 266322], [-1380, -109]], [[233161, 269221], [87, -951]], [[233248, 268270], [-1739, -1463]], [[231509, 266807], [-6, 123]], [[231503, 266930], [-162, 2701], [-752, 3188]], [[269315, 266119], [-168, -187]], [[269147, 265932], [-152, 1040], [-160, 5266]], [[269521, 273284], [-206, -7165]], [[270012, 272627], [143, -2843], [-121, -4705]], [[270034, 265079], [-575, 985]], [[269459, 266064], [-144, 55]], [[238301, 271119], [215, -818], [-12, -1664], [522, -3202]], [[239026, 265435], [-240, -345], [-1, -1274]], [[238785, 263816], [-1220, -19]], [[237565, 263797], [-382, 2525]], [[231503, 266930], [-1231, -4027]], [[230272, 262903], [-620, 348]], [[229652, 263251], [-493, 4823]], [[227156, 270487], [-696, -2164]], [[270590, 271889], [127, -3676], [608, -623]], [[271325, 267590], [-175, -617]], [[271150, 266973], [-403, -4199]], [[270747, 262774], [-221, 704]], [[270526, 263478], [-177, 1370], [-315, 231]], [[253740, 266513], [-294, -3347], [251, -2068]], [[253697, 261098], [-1046, -26]], [[252651, 261072], [-26, 3649]], [[252625, 264721], [118, 6214]], [[269147, 265932], [-285, -745]], [[268862, 265187], [-233, 1642], [-442, 1367], [-111, 1019]], [[261159, 269427], [-50, -2453], [-440, -327], [-199, -2179]], [[260470, 264468], [-372, 2], [4, 1617], [-263, 0], [-26, 1492], [-288, 68]], [[266180, 268901], [-4, -1686]], [[266176, 267215], [-979, 52]], [[265197, 267267], [-144, 1878]], [[265053, 269145], [-41, 737]], [[271272, 269547], [173, -1188]], [[271445, 268359], [-120, -769]], [[243108, 266166], [-323, -822]], [[242785, 265344], [-856, 1]], [[241929, 265345], [1, 4072]], [[257127, 265993], [-143, -9], [6, -2440]], [[256990, 263544], [-1656, -27]], [[255334, 263517], [-331, -38], [-133, 3057]], [[229652, 263251], [-593, -1974]], [[229059, 261277], [-293, 2871], [-669, -2188]], [[228097, 261960], [2, 1607], [-453, 1892], [173, 815], [-272, 611], [-4, 3041]], [[225503, 265161], [144, -1412], [-855, -2935]], [[224792, 260814], [-82, 738], [-489, -431]], [[224221, 261121], [-713, 7029]], [[245438, 269010], [61, -70]], [[245502, 268825], [-127, -1815], [-313, -1032], [-168, -1704]], [[244894, 264274], [-270, -484], [77, -1752]], [[244701, 262038], [-172, -287]], [[244529, 261751], [-462, 332]], [[244067, 262083], [-85, 2428]], [[272356, 268482], [444, -3810]], [[272800, 264672], [248, -708], [-50, -2336], [-442, 1524]], [[272556, 263152], [-244, 2510], [-518, 506], [-349, 2191]], [[239493, 269460], [179, -3272], [-322, 2], [-3, -1288], [-321, 533]], [[273103, 263918], [241, -620], [-261, -1764], [-124, 1738], [144, 646]], [[273429, 267956], [229, -1123], [-211, -968], [-18, 2091]], [[273121, 268886], [209, -711], [80, -2196], [219, -966], [-158, -953], [-438, 1415], [-233, -803]], [[263887, 269193], [-34, -3123]], [[263853, 266070], [-27, -877], [-408, 18]], [[263418, 265211], [-156, 2]], [[263262, 265213], [18, 5821]], [[263262, 265213], [-700, 78]], [[262562, 265291], [-449, 1252]], [[262113, 266543], [34, 1328]], [[265197, 267267], [107, -2252]], [[265304, 265015], [-1157, 121], [0, -794]], [[264147, 264342], [-294, 1728]], [[252625, 264721], [-414, -683], [-803, -568]], [[251408, 263470], [-10, 7401]], [[246371, 267597], [-50, -4882]], [[246321, 262715], [-773, 1410], [-654, 149]], [[251408, 263470], [-93, -39]], [[251315, 263431], [-1039, -418]], [[250276, 263013], [-17, 7844]], [[250276, 263013], [-235, -98]], [[250041, 262915], [-702, -302]], [[249339, 262613], [-25, 4964], [-190, -4]], [[228097, 261960], [-913, -2938]], [[227184, 259022], [-236, 2295], [-214, -718]], [[226734, 260599], [-666, 6431]], [[268862, 265187], [-531, -2011]], [[268331, 263176], [-444, -556]], [[267887, 262620], [-507, 1245]], [[267380, 263865], [-78, 979]], [[241929, 265345], [-140, -2434]], [[241789, 262911], [-714, 10], [-2, -1631], [-985, -12]], [[240088, 261278], [64, 2739], [215, 1718], [-183, 3716]], [[240088, 261278], [187, -1588], [292, -495], [230, -1479]], [[240797, 257716], [-541, -2780], [-190, -403]], [[240066, 254533], [-710, 332]], [[239356, 254865], [-1, 3236], [-281, -4], [-5, 3280], [-287, 5], [3, 2434]], [[262113, 266543], [-202, -2490], [-1, -1443]], [[261910, 262610], [38, -331]], [[261948, 262279], [-247, -1122], [-557, 78], [-1, -1623]], [[261143, 259612], [-925, -26]], [[260218, 259586], [89, 792]], [[260307, 260378], [163, 4090]], [[234617, 263822], [-104, -1184], [69, -2704], [234, -2044]], [[234816, 257890], [-383, -1877]], [[234433, 256013], [-270, 786], [-111, 1767], [-372, 551]], [[233680, 259117], [-7, 1203], [-351, 1944], [-118, 1559], [44, 4447]], [[267380, 263865], [-842, -11]], [[266538, 263854], [-369, 126]], [[266169, 263980], [7, 3235]], [[273082, 261033], [-133, -2581], [-38, 2028], [171, 553]], [[272467, 260258], [-390, 845]], [[272077, 261103], [-418, 1230], [-343, 2022], [41, 1842], [-207, 776]], [[272556, 263152], [364, -1898], [-453, -996]], [[218222, 268309], [-10, -7269]], [[218212, 261040], [-112, -2492], [-1121, -109]], [[216979, 258439], [2, 1757]], [[216981, 260196], [7, 8123]], [[216981, 260196], [-1417, 10]], [[215564, 260206], [-1, 8109]], [[215564, 260206], [-1425, -1]], [[214139, 260205], [1, 8112]], [[214139, 260205], [-87, 1]], [[214052, 260206], [-1250, 7]], [[212802, 260213], [-89, 1]], [[212713, 260214], [0, 8080]], [[212713, 260214], [-1472, -6]], [[211241, 260208], [2, 6496]], [[219856, 268230], [-1, -7250]], [[219855, 260980], [-1643, 60]], [[233680, 259117], [-1054, -950], [-246, -706]], [[232380, 257461], [15, 2779], [-147, -648]], [[232248, 259592], [-249, 2566], [-298, 601], [38, 1653], [-230, 2395]], [[222752, 268172], [-19, -11396]], [[222733, 256776], [-311, -1069], [-354, 1218], [-198, -944], [-249, 1262]], [[221621, 257243], [-334, 1575]], [[221287, 258818], [20, 9406]], [[221287, 258818], [-1085, 65]], [[220202, 258883], [-345, 20], [-2, 2077]], [[224221, 261121], [-256, -235], [-55, -1438], [-590, -2354]], [[223320, 257094], [-275, -434]], [[223045, 256660], [-312, 116]], [[260218, 259586], [-114, -1]], [[260104, 259585], [-994, -4]], [[259110, 259581], [-7, 3224], [-142, -9], [23, 3277]], [[259110, 259581], [-135, -3310]], [[258975, 256271], [-230, 291], [-9, 1358], [-330, -1425], [-5, 1399], [-275, -34]], [[258126, 257860], [-1, 2419], [142, 6], [1, 5754]], [[247731, 267623], [274, -3564], [25, -1966]], [[248030, 262093], [-341, -656]], [[247689, 261437], [-106, -329], [-1263, -24]], [[246320, 261084], [1, 1631]], [[249339, 262613], [-284, -111]], [[249055, 262502], [-612, -243]], [[248443, 262259], [-413, -166]], [[266169, 263980], [-1, -929], [-528, -12]], [[265640, 263039], [-382, 824]], [[265258, 263863], [46, 1152]], [[225328, 255832], [-536, 4982]], [[226734, 260599], [-1152, -3887]], [[225582, 256712], [-254, -880]], [[272077, 261103], [-207, -2290], [-271, -705]], [[271599, 258108], [-852, 4666]], [[232248, 259592], [-1251, -3816]], [[230997, 255776], [-725, 7127]], [[209299, 266698], [-218, -16661]], [[209081, 250037], [-2269, -8219]], [[206812, 241818], [27, 3208], [-31, 21680]], [[206812, 241818], [-175, -639]], [[206637, 241179], [-655, 3287], [-500, 980], [-452, 2433], [-137, 1784], [-467, 1522], [-266, 2270], [-357, 1834]], [[203803, 255289], [-2, 11451]], [[203803, 255289], [-618, 1714], [-454, 4718], [-407, 953]], [[211241, 260208], [-789, 7]], [[210452, 260215], [-226, 1786], [-294, 419], [-120, 2210], [-128, -359], [-262, 2428]], [[210452, 260215], [261, -433], [176, -3774], [534, 31], [187, -1030], [512, -17]], [[212122, 254992], [-1599, -11259]], [[210523, 243733], [-1442, 6304]], [[262562, 265291], [-9, -2748], [-135, 18]], [[262418, 262561], [-508, 49]], [[255334, 263517], [-41, -2445], [-142, -14], [4, -2674], [-156, -742], [132, -1478], [-365, -604], [-167, -1944]], [[254599, 253616], [-506, -1944]], [[254093, 251672], [-63, 1221], [229, 2446], [-147, -275], [95, 2173], [-484, 2051], [-26, 1810]], [[237565, 263797], [234, -2648], [-111, -2155]], [[237688, 258994], [-417, -314]], [[237271, 258680], [-297, 954], [-857, 614]], [[236117, 260248], [-149, 3550]], [[244067, 262083], [-416, -314], [-36, -1776], [-276, -171], [-2, -3574], [-156, -1569], [81, -1641]], [[243262, 253038], [-258, 531], [-178, -1296], [-48, 1873]], [[242778, 254146], [7, 11198]], [[269459, 266064], [0, -2383], [-247, 7], [-4, -2375]], [[269208, 261313], [-295, -711]], [[268913, 260602], [-583, -22], [1, 2596]], [[264147, 264342], [212, -842], [-100, -3841]], [[264259, 259659], [-425, -12]], [[263834, 259647], [-269, 0]], [[263565, 259647], [-156, 2805], [9, 2759]], [[270526, 263478], [-236, -1000], [1, -5622]], [[270291, 256856], [-262, 1105]], [[270029, 257961], [-821, 3352]], [[258126, 257860], [-564, -27]], [[257562, 257833], [-384, 26], [-188, 2000], [3, 2240]], [[256993, 262099], [-3, 1445]], [[263565, 259647], [-754, -30]], [[262811, 259617], [-348, -20], [-45, 2964]], [[242778, 254146], [-219, 178]], [[242559, 254324], [-305, 2653]], [[242254, 256977], [-195, 277], [-241, 2436], [-29, 3221]], [[265258, 263863], [-181, -811], [-39, -2867]], [[265038, 260185], [-69, -496], [-710, -30]], [[252692, 256194], [-1093, -41]], [[251599, 256153], [-284, -4]], [[251315, 256149], [0, 7282]], [[252651, 261072], [41, -4878]], [[246320, 261084], [-2, -1627]], [[246318, 259457], [-1160, -19]], [[245158, 259438], [-408, 1159], [-49, 1441]], [[227703, 254041], [-519, 4981]], [[229059, 261277], [364, -3474]], [[229423, 257803], [-1328, -4514]], [[228095, 253289], [-182, -662], [-210, 1414]], [[266538, 263854], [73, -1664]], [[266611, 262190], [-131, -3053]], [[266480, 259137], [-414, -482]], [[266066, 258655], [-411, 1022], [-15, 3362]], [[267887, 262620], [-7, -2008]], [[267880, 260612], [-912, 138], [0, 1415], [-357, 25]], [[266066, 258655], [-13, -4419]], [[266053, 254236], [-962, 79]], [[265091, 254315], [4, 2025]], [[265095, 256340], [-57, 3845]], [[236117, 260248], [245, -1198], [-44, -6786]], [[236318, 252264], [-314, 1644], [-175, 1815], [-632, 880], [-381, 1287]], [[239356, 254865], [-430, -6], [-146, -1627], [-240, 7], [-65, -1705]], [[238475, 251534], [-133, -174]], [[238342, 251360], [-234, 2339], [-88, 3954], [-332, 1341]], [[271599, 258108], [109, -1595]], [[271708, 256513], [-299, -2289]], [[271409, 254224], [-861, 806]], [[270548, 255030], [-29, 1447], [-228, 379]], [[256993, 262099], [-405, -645], [-234, -1413], [-90, -2314], [-724, -4800]], [[255540, 252927], [-525, -296]], [[255015, 252631], [-416, 985]], [[251315, 256149], [-565, 11]], [[250750, 256160], [-705, 0]], [[250045, 256160], [-4, 6755]], [[229993, 252193], [-570, 5610]], [[230997, 255776], [-230, -1047]], [[230767, 254729], [-774, -2536]], [[268913, 260602], [84, -3783]], [[268997, 256819], [-88, -1964]], [[268909, 254855], [-525, 10], [-61, 691], [-839, 350]], [[267484, 255906], [-15, 966]], [[267469, 256872], [411, 3740]], [[242254, 256977], [-1212, -1625], [-245, 2364]], [[250045, 256160], [-145, 0]], [[249900, 256160], [-376, -7]], [[249524, 256153], [-46, 1959], [-425, 1320], [2, 3070]], [[262811, 259617], [-6, -2207]], [[262805, 257410], [-584, -281], [-45, 579]], [[262176, 257708], [-228, 4571]], [[262176, 257708], [-117, -3882]], [[262059, 253826], [-920, 118]], [[261139, 253944], [4, 5668]], [[249524, 256153], [-188, 2]], [[249336, 256155], [-474, -1], [2, -814], [-378, 9]], [[248486, 255349], [-43, 6910]], [[267469, 256872], [-538, 69]], [[266931, 256941], [-451, 2196]], [[244529, 261751], [-62, -2123], [-258, 460], [229, -1495], [-276, -599], [18, -3120], [-205, 750], [174, -2365], [-387, -521], [182, -1100]], [[243944, 251638], [-102, -1383], [173, -931], [-202, -1256]], [[243813, 248068], [-73, -540]], [[243740, 247528], [12, 447]], [[243752, 247975], [-182, 929]], [[243570, 248904], [129, 2677], [-437, 1457]], [[248486, 255349], [-225, -1013]], [[248261, 254336], [-569, 265]], [[247692, 254601], [-3, 6836]], [[257562, 257833], [96, -2876], [-100, -437], [8, -2858]], [[257566, 251662], [-179, 1283], [-1847, -18]], [[245158, 259438], [-12, -4904]], [[245146, 254534], [-217, 450], [-649, -954], [-49, -1688], [-287, -704]], [[191369, 254272], [-1713, -9], [-813, 1749]], [[225328, 255832], [-812, -3459]], [[224516, 252373], [-177, 743], [-194, 2530], [-443, 141], [-382, 1307]], [[247692, 254601], [-45, 0]], [[247647, 254601], [-802, -13]], [[246845, 254588], [-237, -7]], [[246608, 254581], [0, 4882], [-290, -6]], [[270029, 257961], [-328, -1873], [-203, -243]], [[269498, 255845], [-501, 974]], [[226342, 249372], [-760, 7340]], [[227703, 254041], [-1361, -4669]], [[220202, 258883], [-12, -9165]], [[220190, 249718], [-1597, -27]], [[218593, 249691], [-12, 8144], [-1602, 88]], [[216979, 257923], [0, 516]], [[254093, 251672], [-73, -563]], [[254020, 251109], [-140, -343], [-854, -8], [-285, -550]], [[252741, 250208], [-49, 5986]], [[272895, 258076], [-221, -2947], [-140, 1836], [361, 1111]], [[272467, 260258], [359, -497], [69, -955], [-372, -536], [-14, -3438], [142, -738], [-530, 300]], [[272121, 254394], [-413, 2119]], [[232380, 257461], [233, -3410], [-192, -919], [-109, -3298]], [[232312, 249834], [-587, -40], [-741, -2203]], [[230984, 247591], [-246, 5282], [29, 1856]], [[215564, 260206], [-1, -10641]], [[215563, 249565], [-1463, 119]], [[214100, 249684], [-48, 10522]], [[214100, 249684], [-246, 18]], [[213854, 249702], [-112, 1974], [-687, 2489], [-255, -616]], [[212800, 253549], [2, 6664]], [[237271, 258680], [3, -1922], [-169, -1045], [14, -5133]], [[237119, 250580], [-252, -652]], [[236867, 249928], [-549, 2336]], [[216979, 257923], [-20, -8366]], [[216959, 249557], [-1396, 8]], [[212800, 253549], [-158, -489], [-520, 1932]], [[265095, 256340], [-399, -67]], [[264696, 256273], [-805, -61]], [[263891, 256212], [-57, 3435]], [[263891, 256212], [-578, -54]], [[263313, 256158], [-423, 46], [-85, 1206]], [[261139, 253944], [-190, -1282], [-485, 462], [-142, -1410]], [[260322, 251714], [-224, 22]], [[260098, 251736], [6, 7849]], [[260098, 251736], [-1121, -78]], [[258977, 251658], [-2, 4613]], [[246608, 254581], [-1058, -7], [-230, -519]], [[245320, 254055], [-174, 479]], [[238342, 251360], [-866, -337]], [[237476, 251023], [-357, -443]], [[266931, 256941], [-267, -2338]], [[266664, 254603], [-217, -428]], [[266447, 254175], [-394, 61]], [[234433, 256013], [126, -728]], [[234559, 255285], [-1328, -6123]], [[233231, 249162], [-512, -2377]], [[232719, 246785], [-160, 1025], [33, 1830], [-280, 194]], [[221621, 257243], [-4, -7538]], [[221617, 249705], [-1427, 13]], [[270548, 255030], [135, -1217], [-559, -1966], [-260, 400]], [[269864, 252247], [-282, 1360], [-84, 2238]], [[258977, 251658], [18, -3690]], [[258995, 247968], [-561, 3]], [[258434, 247971], [-835, 7]], [[257599, 247978], [-33, 3684]], [[218593, 249691], [-762, -75]], [[217831, 249616], [-872, -59]], [[236867, 249928], [-914, -1225]], [[235953, 248703], [-290, 477]], [[235663, 249180], [-783, 1632]], [[234880, 250812], [-186, 3541], [-135, 932]], [[263313, 256158], [-12, -3257]], [[263301, 252901], [-768, -60], [-14, -3409]], [[262519, 249432], [-296, 57]], [[262223, 249489], [-201, 1664], [37, 2673]], [[229345, 250051], [-671, -2227]], [[228674, 247824], [-579, 5465]], [[229993, 252193], [-648, -2142]], [[242559, 254324], [-409, -313], [69, -6634], [-201, 53]], [[242018, 247430], [-298, 679], [-278, -1715], [-307, -248]], [[241135, 246146], [-630, -114]], [[240505, 246032], [-17, 6745], [-422, 1756]], [[223045, 256660], [-5, -9678]], [[223040, 246982], [-1093, -7]], [[221947, 246975], [-331, 2], [1, 2728]], [[224516, 252373], [110, -2638], [233, -1105]], [[224859, 248630], [-17, -2012]], [[224842, 246618], [-1446, -2]], [[223396, 246616], [-356, 366]], [[267484, 255906], [289, -2603], [-29, -1804]], [[267744, 251499], [-329, -678], [-91, -2266]], [[267324, 248555], [-270, 35]], [[267054, 248590], [-114, 4038], [-276, 1975]], [[269864, 252247], [216, -986], [1, -1604], [213, -1377]], [[270294, 248280], [-791, 53], [-15, -4066], [756, -202], [-181, -4018]], [[270063, 240047], [-569, 247]], [[269494, 240294], [-47, 4435], [-166, -9], [13, 2675], [-283, 1029], [-221, 3072]], [[268790, 251496], [-78, 1758], [187, -78]], [[268899, 253176], [10, 1679]], [[226342, 249372], [-12, -642]], [[226330, 248730], [-1471, -100]], [[272518, 253791], [20, 18]], [[272538, 253809], [99, -1699], [-281, -1544], [-109, 1279], [124, 2060], [147, -114]], [[272121, 254394], [4, -51]], [[272125, 254343], [81, -132]], [[272206, 254211], [155, -845], [-204, -1996], [71, -2600], [-325, 802]], [[271903, 249572], [-591, 1666]], [[271312, 251238], [97, 2986]], [[264696, 256273], [-167, -1561], [-391, -949], [-69, -1201], [-328, -1573], [-68, -1447]], [[263673, 249542], [-96, 10]], [[263577, 249552], [15, 3293], [-291, 56]], [[265091, 254315], [-12, -4796]], [[265079, 249519], [-315, 12]], [[264764, 249531], [-724, 18]], [[264040, 249549], [-367, -7]], [[252741, 250208], [18, -2159]], [[252759, 248049], [-1139, -6]], [[251620, 248043], [-21, 8110]], [[250750, 256160], [24, -9758]], [[250774, 246402], [-565, 1]], [[250209, 246403], [-23, 1870]], [[250186, 248273], [3, 6261], [-287, -6], [-2, 1632]], [[250186, 248273], [-850, -146]], [[249336, 248127], [0, 8028]], [[251620, 248043], [-141, -1624]], [[251479, 246419], [-705, -17]], [[249336, 248127], [-206, -4]], [[249130, 248123], [-300, -5]], [[248830, 248118], [0, 1358], [-237, -6], [-309, 1882], [-23, 2984]], [[268790, 251496], [-833, 9]], [[267957, 251505], [-213, -6]], [[234880, 250812], [-269, -1952], [-727, -4046]], [[233884, 244814], [-145, 1529], [-209, -878]], [[233530, 245465], [-193, -35], [-106, 3732]], [[213854, 249702], [556, -1560], [549, -266], [329, -1468], [180, -3869], [116, -913]], [[215584, 241626], [-1029, 50], [-1, -1090], [-571, 24], [0, -5857], [-623, -16], [0, -4293]], [[213360, 230444], [-2433, 11417]], [[210927, 241861], [-404, 1872]], [[271312, 251238], [-472, -2258]], [[270840, 248980], [-349, 503], [-197, -1203]], [[245320, 254055], [101, -733], [-2, -5263]], [[245419, 248059], [-325, 3]], [[245094, 248062], [-1281, 6]], [[240505, 246032], [-431, -220]], [[240074, 245812], [-1234, 93], [-382, -268]], [[238458, 245637], [138, 2982], [-121, 2915]], [[230984, 247591], [-297, -1133], [-306, -3132], [-307, -919]], [[230074, 242407], [-150, 660]], [[229924, 243067], [-83, 1790], [-230, 1424], [-92, 2592], [-174, 1178]], [[267054, 248590], [-504, 85]], [[266550, 248675], [-89, 305]], [[266461, 248980], [-188, 553]], [[266273, 249533], [181, 2384], [-7, 2258]], [[246845, 254588], [1, -6514]], [[246846, 248074], [-55, 0]], [[246791, 248074], [-720, -7]], [[246071, 248067], [-652, -8]], [[247647, 254601], [2, -6508]], [[247649, 248093], [-244, -6]], [[247405, 248087], [-559, -13]], [[248830, 248118], [-1181, -25]], [[243570, 248904], [-75, -474]], [[243495, 248430], [-154, -909], [-26, -2268]], [[243315, 245253], [-1107, 8]], [[242208, 245261], [-190, 2169]], [[266273, 249533], [3, -822], [-452, 71]], [[265824, 248782], [-746, 72], [1, 665]], [[228674, 247824], [-526, -1799], [-157, -2556]], [[227991, 243469], [-863, 2199], [-567, 665]], [[226561, 246333], [-231, 2397]], [[255015, 252631], [47, -4598]], [[255062, 248033], [-100, -2449], [292, -2293], [343, -1258], [-72, -3553]], [[255525, 238480], [118, -709], [-472, -3244], [-776, -834], [-363, 138], [617, 1003], [-445, 2269], [13, 2457], [-99, 3216], [-227, 556]], [[253891, 243332], [-3, 424]], [[253888, 243756], [51, 358]], [[253939, 244114], [171, 4892], [-90, 2103]], [[262223, 249489], [73, -1396]], [[262296, 248093], [-1355, -67]], [[260941, 248026], [8, 3775], [-627, -87]], [[257599, 247978], [-271, 46]], [[257328, 248024], [-1052, 37]], [[256276, 248061], [-1214, -28]], [[263577, 249552], [-524, -184]], [[263053, 249368], [-534, 64]], [[260941, 248026], [-26, -3]], [[260915, 248023], [-1496, -68]], [[259419, 247955], [-424, 13]], [[238458, 245637], [-203, -3553], [-301, -2557], [116, -1801], [-122, -774]], [[237948, 236952], [-67, -1097], [156, -1846]], [[238037, 234009], [-534, -28]], [[237503, 233981], [98, 13117], [-125, 3925]], [[269494, 240294], [-114, 45]], [[269380, 240339], [-346, 137]], [[269034, 240476], [-18, 2136], [-493, 492], [-222, 1908], [-346, 636]], [[267955, 245648], [2, 5857]], [[267955, 245648], [-134, -370]], [[267821, 245278], [-66, 1821], [-380, 52], [-51, 1404]], [[253939, 244114], [-283, -5327], [-10, -2293], [-805, 174]], [[252841, 236668], [-47, 6490]], [[252794, 243158], [-35, 4891]], [[272307, 246842], [-203, -3711], [-81, 2742], [284, 969]], [[271903, 249572], [306, -2478], [-160, -4072], [-292, -203]], [[271757, 242819], [-831, 2065]], [[270926, 244884], [0, 3895], [-86, 201]], [[237503, 233981], [-603, -19]], [[236900, 233962], [96, 1937], [-93, 1644], [125, 1714]], [[237028, 239257], [57, 2122], [-200, 796], [-362, 6258], [-570, 270]], [[235663, 249180], [-268, -877], [313, -9029]], [[235708, 239274], [21, -670], [-542, -17]], [[235187, 238587], [-329, 77]], [[234858, 238664], [56, 882], [-384, 658], [-240, 1922], [-168, -357], [-46, 2247], [-192, 798]], [[229924, 243067], [-953, -3232]], [[228971, 239835], [-534, -1857]], [[228437, 237978], [-325, 5186], [-121, 305]], [[209922, 237143], [-279, -6], [-3006, 4042]], [[210927, 241861], [-1005, -4718]], [[232719, 246785], [-682, -1234]], [[232037, 245551], [-850, -766]], [[231187, 244785], [-203, 2806]], [[221947, 246975], [2, -4279]], [[221949, 242696], [-1761, -8]], [[220188, 242688], [2, 7030]], [[220188, 242688], [-2353, -81]], [[217835, 242607], [-4, 7009]], [[217835, 242607], [0, -7787]], [[217835, 234820], [-2223, 6]], [[215612, 234826], [279, 1284], [-229, 1216], [263, 2565], [-18, 1122], [-323, 613]], [[264040, 249549], [-12, -7241]], [[264028, 242308], [-1345, 403]], [[262683, 242711], [300, 3247], [70, 3410]], [[264764, 249531], [114, -3092], [-22, -4394]], [[264856, 242045], [-554, 176]], [[264302, 242221], [-274, 87]], [[266550, 248675], [98, -2368], [249, -1172], [-274, -444], [-99, -1222], [356, -2141]], [[266880, 241328], [-709, 260]], [[266171, 241588], [-368, 134]], [[265803, 241722], [21, 7060]], [[265803, 241722], [-735, 254]], [[265068, 241976], [-212, 69]], [[262683, 242711], [-3, 0]], [[262680, 242711], [-384, 5382]], [[270926, 244884], [-366, -1369], [-37, -1852], [123, -1709], [-124, -3745]], [[270522, 236209], [-335, -64], [-107, 1022], [-17, 2880]], [[237028, 239257], [-1320, 17]], [[233530, 245465], [-89, -6610]], [[233441, 238855], [-666, 84], [-646, 2258]], [[232129, 241197], [-92, 4354]], [[244740, 241601], [-76, 124]], [[244664, 241725], [-138, 1864], [-596, -160], [213, 1883], [-298, -206], [-105, 2422]], [[245094, 248062], [-354, -6461]], [[226561, 246333], [-375, -2252], [-241, -2998]], [[225945, 241083], [-212, -3685]], [[225733, 237398], [-624, 1108]], [[225109, 238506], [-245, 3503], [173, 1353], [-5, 1659], [-190, 1597]], [[267821, 245278], [-326, -1352], [-1, -2846]], [[267494, 241080], [-481, 193]], [[267013, 241273], [-88, 37]], [[266925, 241310], [-45, 18]], [[244664, 241725], [-233, -2739], [-196, -268]], [[244235, 238718], [-602, 5]], [[243633, 238723], [-154, 6]], [[243479, 238729], [63, 3797], [-227, 2727]], [[243752, 247975], [-257, 455]], [[250209, 246403], [-2, -4881]], [[250207, 241522], [-565, 12], [0, -2449], [-406, -1071]], [[249236, 238014], [-349, 2359], [-75, 1498]], [[248812, 241871], [318, 6252]], [[248812, 241871], [-426, -22], [-726, 870]], [[247660, 242719], [-255, 5368]], [[242208, 245261], [112, -1501], [-109, -3720], [-662, -628], [-123, -1003]], [[241426, 238409], [-387, 12]], [[241039, 238421], [5, 125]], [[241044, 238546], [92, 1719], [-1, 5881]], [[262680, 242711], [-189, -1959]], [[262491, 240752], [-656, 31], [-11, -813], [-591, 47]], [[261233, 240017], [-143, 13]], [[261090, 240030], [8, 4056], [-466, 837]], [[260632, 244923], [283, 3100]], [[247660, 242719], [34, -9078]], [[247694, 233641], [-96, 120]], [[247598, 233761], [-55, 1170], [-290, -153]], [[247253, 234778], [-284, 1435], [-176, 2313], [-2, 3039]], [[246791, 241565], [0, 6509]], [[256232, 239600], [16, -2077], [-262, -1642], [-543, -650], [107, 1725], [233, 527], [-258, 997]], [[256276, 248061], [-334, -1385], [-81, -3536], [371, -3540]], [[257328, 248024], [-39, -10998]], [[257289, 237026], [-1052, -1037], [665, 1910], [-225, 961], [-136, -1053], [-250, 2451], [-59, -658]], [[252794, 243158], [-1314, 0]], [[251480, 243158], [-1, 3261]], [[246791, 241565], [-956, -12]], [[245835, 241553], [167, 1301]], [[246002, 242854], [-21, 4096], [90, 1117]], [[258434, 247971], [-17, -10056]], [[258417, 237915], [-166, 1067], [-410, -2043], [-552, 87]], [[246002, 242854], [-1125, -260], [-121, -1038]], [[244756, 241556], [-16, 45]], [[260632, 244923], [-55, -1607], [-562, 869], [-66, -1633]], [[259949, 242552], [-537, 37], [7, 5366]], [[259949, 242552], [-196, -1239], [99, -2459], [-315, -2140]], [[259537, 236714], [-9, -2240]], [[259528, 234474], [-1118, 2046]], [[258410, 236875], [0, -355]], [[258410, 236875], [816, -133], [-426, 1780], [-383, -607]], [[231187, 244785], [-45, -4378], [221, -3089], [-139, -1697]], [[231224, 235621], [12, 737], [-414, 180]], [[230822, 236538], [-165, 3013], [-358, 1438], [-320, 391], [95, 1027]], [[223396, 246616], [1, -7873]], [[223397, 238743], [-946, 26]], [[222451, 238769], [-503, -4], [1, 3931]], [[225109, 238506], [-674, 264]], [[224435, 238770], [-1038, -27]], [[251480, 243158], [0, -1087]], [[251480, 242071], [-990, -2], [-283, -547]], [[228437, 237978], [-499, -1008]], [[227938, 236970], [-97, 304]], [[227841, 237274], [-634, 1522], [-437, -1264], [-263, 726], [-303, 2900], [-259, -75]], [[234858, 238664], [-878, -2778]], [[233980, 235886], [-396, 1124], [-143, 1845]], [[241044, 238546], [-396, 8], [-9, -943], [-990, -262]], [[239649, 237349], [2, 3245], [421, 9], [2, 5209]], [[239649, 237349], [0, -382]], [[239649, 236967], [-709, -8], [2, 1629], [-283, 7], [1, -1639], [-712, -4]], [[269034, 240476], [-293, 113]], [[268741, 240589], [-1247, 491]], [[232129, 241197], [72, -7162]], [[232201, 234035], [-806, -384]], [[231395, 233651], [-171, 1970]], [[243479, 238729], [216, -1917], [-535, 411], [-328, -897]], [[242832, 236326], [-172, 207], [-257, -1508]], [[242403, 235025], [-94, 2569], [-194, 809], [-689, 6]], [[261090, 240030], [-142, 0], [-5, -2437], [-1018, 73], [-388, -952]], [[271757, 242819], [498, -308], [-34, -3432], [-155, 926], [-295, -107]], [[271771, 239898], [-322, 203], [-925, -5548]], [[270524, 234553], [-2, 1656]], [[252841, 236668], [-233, -1277], [-178, 1270], [-575, -702], [-371, 1453]], [[251484, 237412], [-4, 4659]], [[230822, 236538], [-952, -1549]], [[229870, 234989], [-278, 409], [-621, 4437]], [[245835, 241553], [-210, -1460], [-15, -2062], [278, -2140]], [[245888, 235891], [-360, -439]], [[245528, 235452], [-338, 30]], [[245190, 235482], [-277, 639], [124, 2784], [-183, -36], [-98, 2687]], [[249236, 238014], [203, -4319], [261, -907]], [[249700, 232788], [-283, -440]], [[249417, 232348], [-471, -68], [-254, 869], [-304, -894], [-309, 779]], [[248079, 233034], [-385, 607]], [[264302, 242221], [-267, -2074], [-54, -1701], [-693, -1753]], [[263288, 236693], [-375, 1330], [-2, 1097], [-281, 268], [-139, 1364]], [[222451, 238769], [6, -3970]], [[222457, 234799], [-1261, 76]], [[221196, 234875], [-1009, -7]], [[220187, 234868], [1, 7820]], [[220187, 234868], [-1627, -38]], [[218560, 234830], [-725, -10]], [[265068, 241976], [85, -2796], [-178, -1], [-97, -4622]], [[264878, 234557], [-479, 557], [-1297, -63]], [[263102, 235051], [186, 1642]], [[251484, 237412], [-1134, -2305], [-141, 1298]], [[250209, 236405], [-2, 5117]], [[266171, 241588], [21, -1291], [-370, -1383], [42, -1369], [-274, -2432]], [[265590, 235113], [-266, -1104], [-213, -2775]], [[265111, 231234], [-234, 66]], [[264877, 231300], [1, 3257]], [[209944, 215738], [-22, 21405]], [[213360, 230444], [686, -3232]], [[214046, 227212], [-190, -2194], [-356, 428], [-422, -724], [-393, -4187], [-190, -3082], [-26, -2697], [-288, -495], [-452, -3923], [-784, 1354], [-338, 2103], [-458, 443], [-205, 1500]], [[245190, 235482], [-472, -15], [-483, 3251]], [[215612, 234826], [-8, -9436]], [[215604, 225390], [-988, 210], [-570, 1612]], [[247253, 234778], [-437, -1709], [-207, 516]], [[246609, 233585], [-184, -841], [-537, 3147]], [[266925, 241310], [88, -37]], [[267013, 241273], [105, -135], [78, -2865], [203, -1637]], [[267399, 236636], [-213, -2319]], [[267186, 234317], [-334, -5]], [[266852, 234312], [-283, 815], [-979, -14]], [[250209, 236405], [34, -1301], [-543, -2316]], [[268741, 240589], [-104, -715], [226, -2817], [-101, -1193], [-315, -130]], [[268447, 235734], [-586, 1764], [-462, -862]], [[209944, 215738], [-499, 619], [-308, 933], [-500, 3117], [-209, 111], [-481, 2314], [-467, 5014], [-27, 4955], [-481, 3934], [-35, 2230], [-300, 2214]], [[233980, 235886], [192, -3310]], [[234172, 232576], [-466, -2513], [-754, 2533], [-380, -1253], [-369, -201]], [[232203, 231142], [-2, 2893]], [[227841, 237274], [-344, -3901], [-437, -2646]], [[227060, 230727], [-169, -807]], [[226891, 229920], [-1289, 6177]], [[225602, 236097], [131, 1301]], [[262491, 240752], [-511, -7567]], [[261980, 233185], [-763, 18]], [[261217, 233203], [16, 6814]], [[263102, 235051], [119, -3211], [349, -2174]], [[263570, 229666], [-1288, 55], [-50, -791]], [[262232, 228930], [-308, 1351], [56, 2904]], [[269380, 240339], [4, -8335]], [[269384, 232004], [-309, -3002], [110, -640]], [[269185, 228362], [-359, -2062]], [[268826, 226300], [-394, 1903]], [[268432, 228203], [15, 7531]], [[272248, 234159], [-9, -2722], [-434, 368]], [[271805, 231805], [-186, 100], [91, 1895], [-113, 885], [151, 2029], [471, -634], [29, -1921]], [[272388, 234172], [-135, -12]], [[272253, 234160], [-2, 2672], [137, -2660]], [[271771, 239898], [387, -696], [23, -1979], [-488, -401], [1, -1430], [-265, -958], [92, -1411]], [[271521, 233023], [-998, -79]], [[270523, 232944], [1, 1609]], [[270523, 232944], [0, -816]], [[270523, 232128], [-259, 0]], [[270264, 232128], [-880, -124]], [[261213, 230026], [6, -1939]], [[261219, 228087], [-831, 3621], [181, 87], [319, -1692], [325, -77]], [[261217, 233203], [-4, -3055]], [[261213, 230148], [-256, -46], [-113, 1656], [-199, -122], [-386, 1289], [-6, -1143], [-725, 2692]], [[229870, 234989], [-428, -2537]], [[229442, 232452], [-640, -2032]], [[228802, 230420], [-160, 3872], [-704, 2678]], [[236900, 233962], [5, -1513]], [[236905, 232449], [-445, 185], [-184, -1246], [-288, 178]], [[235988, 231566], [-422, -16], [-379, 7037]], [[224435, 238770], [11, -6721]], [[224446, 232049], [-926, -12]], [[223520, 232037], [-1061, -73], [-2, 2835]], [[225602, 236097], [-347, -5926]], [[225255, 230171], [-325, -1870]], [[224930, 228301], [-484, 3748]], [[245308, 223867], [-799, 1569], [36, 944], [-274, 2264]], [[244271, 228644], [603, 287]], [[244874, 228931], [203, -2331], [251, -832], [-20, -1901]], [[244558, 230559], [-645, -479], [-351, 1662], [-258, -1459], [-367, 543]], [[242937, 230826], [126, 1509], [-231, 3991]], [[243633, 238723], [169, -1018], [54, -2471], [406, -1498], [38, -2365], [258, -812]], [[245528, 235452], [-238, -4825]], [[245290, 230627], [-329, -692]], [[244961, 229935], [-403, 624]], [[235988, 231566], [8, -4159]], [[235996, 227407], [-1499, -100]], [[234497, 227307], [-325, 5269]], [[239649, 236967], [279, -442], [95, -4141], [287, -11], [14, -1373], [-301, -819]], [[240023, 230181], [-367, 261], [-1652, -20]], [[238004, 230422], [33, 3587]], [[241039, 238421], [19, -2543]], [[241058, 235878], [90, -2556], [-90, -2140]], [[241058, 231182], [-312, -1023]], [[240746, 230159], [-723, 22]], [[242403, 235025], [-396, -2817]], [[242007, 232208], [-408, -1799], [-460, 906]], [[241139, 231315], [-81, -133]], [[268432, 228203], [-222, -845]], [[268210, 227358], [-526, 3596], [-439, 645], [-59, 2718]], [[228802, 230420], [-812, -4930]], [[227990, 225490], [-930, 5237]], [[231395, 233651], [-275, -1643], [131, -1238]], [[231251, 230770], [-412, 483], [-916, -965]], [[229923, 230288], [-71, 1866], [-410, 298]], [[242937, 230826], [-38, -676]], [[242899, 230150], [-457, 1473], [-435, 585]], [[226432, 226825], [-346, -1970]], [[226086, 224855], [-87, 1789], [-744, 3527]], [[226891, 229920], [-513, -2622], [54, -473]], [[246609, 233585], [-25, -1023]], [[246584, 232562], [-762, -996], [-135, -865]], [[245687, 230701], [0, -1]], [[245687, 230700], [-397, -73]], [[266852, 234312], [-10, -6935], [145, -1217]], [[266987, 226160], [-200, -2815]], [[266787, 223345], [-399, 937], [-283, 2980], [-405, 1944], [-589, 2028]], [[264877, 231300], [-794, -653], [8, -1736], [-255, 56]], [[263836, 228967], [-266, 699]], [[247598, 233761], [-477, -3687], [-248, -294], [-10, -2337]], [[246863, 227443], [-276, 26]], [[246587, 227469], [-43, -63]], [[246544, 227406], [-91, 2727], [131, 2429]], [[218560, 234830], [1, -12369]], [[218561, 222461], [3, -3801], [-131, -3064], [-135, -246]], [[218298, 215350], [-586, 2295], [-155, 1738], [-559, 1471], [-109, 1938], [-428, 2706], [-230, -539], [-627, 431]], [[221196, 234875], [-9, -4032]], [[221187, 230843], [-585, 153], [-126, -5325], [-5, -3218]], [[220471, 222453], [-272, -3]], [[220199, 222450], [-1638, 11]], [[223520, 232037], [7, -6643]], [[223527, 225394], [-721, 2115], [-1183, 235]], [[221623, 227744], [-251, 17], [4, 3079], [-189, 3]], [[268210, 227358], [-114, -1168]], [[268096, 226190], [-1109, -30]], [[272837, 223331], [-14, 0]], [[272823, 223331], [-64, -213]], [[272759, 223118], [-215, -625], [-556, -55]], [[271988, 222438], [-4, 2546]], [[271984, 224984], [-177, 2427], [99, 1442], [-322, 1679], [221, 1273]], [[272248, 234159], [350, -6434], [-19, -1080], [258, -3314]], [[272388, 234172], [216, -5656], [-351, 5644]], [[238004, 230422], [-370, -3472]], [[237634, 226950], [-15, 2086], [-480, 949], [-234, 2464]], [[232203, 231142], [-438, 1363], [375, -6983]], [[232140, 225522], [-575, -1123]], [[231565, 224399], [-196, 1520], [-118, 4851]], [[247737, 223729], [-329, 25], [-92, 1327], [-453, 2362]], [[247598, 233761], [-7, -4805], [112, -2059], [203, -841], [-169, -2327]], [[248079, 233034], [-93, -5082], [222, 493], [142, -926]], [[248350, 227519], [-169, -1243], [4, -1675], [243, -2463], [7, -2735]], [[248435, 219403], [-412, 1679], [32, 1884], [-166, 601]], [[247889, 223567], [-152, 162]], [[262232, 228930], [-64, -3572]], [[262168, 225358], [-1, -31]], [[262167, 225327], [-472, -1559]], [[261695, 223768], [-260, -97], [30, 2044], [-246, 2372]], [[261213, 230026], [0, 122]], [[249417, 232348], [-288, -1736], [-365, -1099]], [[248764, 229513], [-363, -244], [-62, -812], [282, -1440]], [[248621, 227017], [-271, 502]], [[271521, 233023], [-209, -1367], [211, 19], [-61, -1459], [280, -1434], [17, -2305]], [[271759, 226477], [-575, -58], [-356, -1658], [-304, -535]], [[270524, 224226], [-1, 7902]], [[237634, 226950], [-209, -1155], [251, -2061]], [[237676, 223734], [-488, -232], [-948, -2204]], [[236240, 221298], [-9, 6070], [-235, 39]], [[234497, 227307], [188, -998], [-40, -2779]], [[234645, 223530], [-249, 562], [-163, 2138], [-77, -1073], [335, -1692], [-100, -2415]], [[234391, 221050], [-400, -946], [-152, 1094]], [[233839, 221198], [-128, 697], [-451, -247]], [[233260, 221648], [-1120, 3874]], [[249637, 222999], [-31, 137]], [[249606, 223136], [-17, -11]], [[249589, 223125], [-854, 2530], [-114, 1362]], [[248764, 229513], [178, -1314], [189, 484], [62, -1577], [278, -41], [74, 2259], [374, 1265], [70, -3363], [267, -194], [-426, -2469], [-490, 256], [297, -1820]], [[250525, 230647], [-312, -71], [261, 1146], [51, -1075]], [[246544, 227406], [-360, 597], [-279, -302]], [[245905, 227701], [-208, 1350], [-10, 1649]], [[229923, 230288], [145, -1541]], [[230068, 228747], [-848, -6121]], [[229220, 222626], [-749, -87]], [[228471, 222539], [-487, 2914]], [[227984, 225453], [6, 37]], [[242899, 230150], [-21, -3785]], [[242878, 226365], [-34, -727], [-510, -1743], [182, -15], [-22, -1563], [-530, -1558], [-885, 886]], [[241079, 221645], [5, 8529], [-338, -15]], [[270524, 224226], [-18, -8]], [[270506, 224218], [-216, 2191], [-389, 132], [-406, 1491]], [[269495, 228032], [311, 619], [458, 3477]], [[269495, 228032], [-310, 330]], [[224930, 228301], [-647, -3579]], [[224283, 224722], [-370, -472]], [[223913, 224250], [-386, 1144]], [[243094, 222650], [507, -1497], [-373, -1379], [-504, 1635], [370, 1241]], [[244961, 229935], [-87, -1004]], [[244271, 228644], [-426, -208], [-645, -3854]], [[243200, 224582], [80, 1697], [-402, 86]], [[231565, 224399], [21, -2330], [-179, -21]], [[231407, 222048], [-240, 599]], [[231167, 222647], [-226, 617], [-208, 2752], [-251, 273], [-414, 2458]], [[245905, 227701], [-338, -3548]], [[245567, 224153], [-211, -1645]], [[245356, 222508], [-48, 1359]], [[221623, 227744], [-6, -5221]], [[221617, 222523], [-1146, -70]], [[227984, 225453], [-780, -2865], [-98, 358]], [[227106, 222946], [-308, 892], [-366, 2987]], [[241079, 221645], [-915, 2302], [-643, 1244], [-860, -33], [-722, -625], [-263, -799]], [[226086, 224855], [-251, -1276], [-617, -1664]], [[225218, 221915], [-190, 1265], [73, 1338], [-818, 204]], [[261984, 223666], [48, -1027], [-349, 843], [301, 184]], [[262167, 225327], [153, -1172], [-625, -387]], [[263836, 228967], [267, -1312], [-501, 151], [-1029, -3276], [-405, 828]], [[231167, 222647], [-368, -2222], [-115, -1978], [-812, -2987]], [[229872, 215460], [-51, 299]], [[229821, 215759], [273, 1332], [-648, 4505], [-226, 1030]], [[245356, 222508], [-369, -726]], [[244987, 221782], [-280, -1858], [-256, 1228], [-396, -628], [-7, 2090], [-206, -84], [-20, 2140], [-622, -88]], [[270506, 224218], [-1, -4598]], [[270505, 219620], [-384, -936], [-50, 1175], [-543, 18]], [[269528, 219877], [-418, -93], [-2, 1070], [-275, 505]], [[268833, 221359], [-7, 4941]], [[268833, 221359], [-783, 495]], [[268050, 221854], [-36, 3076], [82, 1260]], [[248195, 214699], [-70, -748]], [[248125, 213951], [-368, -1498], [-381, 4155], [-144, -1654]], [[247232, 214954], [0, 260]], [[247232, 215214], [0, 103]], [[247232, 215317], [15, 318]], [[247247, 215635], [13, 86]], [[247260, 215721], [55, 1625], [-668, 4635], [-414, 1833], [-105, 1452], [-208, -1076], [-353, -37]], [[247889, 223567], [32, -2068], [-180, -982], [125, -870], [386, -448], [38, -1287], [-225, -2000], [130, -1213]], [[222150, 222529], [-533, -6]], [[223913, 224250], [-73, -521]], [[223840, 223729], [-340, -2416], [-157, 1139], [-1193, 77]], [[249173, 217874], [111, -1305], [-400, 134], [289, 1171]], [[249589, 223125], [-488, -958], [203, -1847], [362, -1192], [-111, -777], [530, -230], [375, -1687], [141, 831], [307, -3039], [-50, -1667], [-254, -1182], [-172, 579], [-447, -2429], [422, 3793], [-138, 1557], [-368, -603], [-134, 2620], [-304, 1182], [-628, 94], [58, 1184], [-307, 734], [-151, -685]], [[236240, 221298], [-45, -112]], [[236195, 221186], [-276, 35]], [[235919, 221221], [-211, 269], [-540, -841], [124, 4279], [-302, 699], [-198, -2304], [-147, 207]], [[227106, 222946], [-578, -5086]], [[226528, 217860], [-680, 53], [-139, 1116]], [[225709, 219029], [22, 814], [-513, 2072]], [[271988, 222438], [9, -2348], [241, -1825]], [[272238, 218265], [-390, -928]], [[271848, 217337], [-291, 1592], [-5, 2834], [246, 456], [-91, 1669], [277, 1096]], [[271759, 226477], [138, -1242], [-266, -1802], [-119, -4400], [73, -1266]], [[271585, 217767], [-204, -13], [-96, 2166], [-186, 606], [-594, -906]], [[233260, 221648], [-107, -2624], [-243, -16], [-116, -2071]], [[232794, 216937], [-175, -671], [-275, 621], [-264, -1151]], [[232080, 215736], [-404, 3185], [-269, 3127]], [[228471, 222539], [-170, -901], [-100, -3633]], [[228201, 218005], [-1040, -5116]], [[227161, 212889], [-321, 2085]], [[226840, 214974], [-364, 2442], [52, 444]], [[244928, 217715], [211, -933], [-107, -1820], [-305, 1569], [201, 1184]], [[247260, 215721], [-525, 940], [-7, -1505], [-198, -130], [-95, -1883], [-522, -151], [-171, 914], [376, 1325], [-332, 809], [-84, 1095], [-261, -2776], [-233, 825], [15, 1953], [-358, 1998], [122, 2647]], [[225709, 219029], [-761, -6052]], [[224948, 212977], [-1106, 2536]], [[223842, 215513], [-2, 8216]], [[223842, 215513], [-1, -2983]], [[223841, 212530], [-1697, 16]], [[222144, 212546], [6, 9983]], [[272759, 223118], [386, -4323]], [[273145, 218795], [-132, -298], [16, -2699], [-744, -89], [-47, 2556]], [[232080, 215736], [-73, -613]], [[232007, 215123], [-254, -1543], [-960, -3417]], [[230793, 210163], [-921, 5297]], [[229821, 215759], [-780, -3735]], [[229041, 212024], [-105, 759]], [[228936, 212783], [-735, 5222]], [[222144, 212546], [-1943, -92]], [[220201, 212454], [-2, 9996]], [[220201, 212454], [-1549, -37]], [[218652, 212417], [-301, 1679], [-53, 1254]], [[235183, 217123], [-168, -988], [-897, -3581], [738, 3848], [327, 721]], [[234284, 214573], [-491, 4941], [46, 1684]], [[234391, 221050], [301, -995], [33, -3555], [-122, 190], [-319, -2117]], [[236195, 221186], [-1085, -2978], [545, 2519], [264, 494]], [[234284, 214573], [-259, -341], [-245, -3555], [-456, -2355], [-295, -718]], [[233029, 207604], [-168, 76], [-313, 2527], [-238, 31], [-6, 1604], [-193, 734], [-104, 2547]], [[269528, 219877], [10, -5017], [-370, -17], [1, -3161]], [[269169, 211682], [-610, -875]], [[268559, 210807], [-4, -26]], [[268555, 210781], [11, 1180], [-229, 1769], [-631, 423], [-130, 2753]], [[267576, 216906], [349, 3015], [125, 1933]], [[271585, 217767], [74, -1765]], [[271659, 216002], [-47, -5892], [-823, -7]], [[270789, 210103], [-996, 7]], [[269793, 210110], [-470, 1716], [-154, -144]], [[226840, 214974], [-1288, -6318]], [[225552, 208656], [-604, 4321]], [[274038, 206958], [-133, 1]], [[273905, 206959], [-39, -1]], [[273866, 206958], [-329, -17], [-54, -3299]], [[273483, 203642], [-296, 3940]], [[273187, 207582], [-245, -773], [-517, 1780]], [[272425, 208589], [33, 1990], [-268, 1417]], [[272190, 211996], [-290, 2402]], [[271900, 214398], [73, 2026], [-125, 913]], [[273145, 218795], [71, -1438], [822, -10399]], [[228017, 208315], [-311, 1140], [-437, -2085]], [[227269, 207370], [-501, 3617], [393, 1902]], [[228936, 212783], [-919, -4468]], [[272425, 208589], [-133, -1746]], [[272292, 206843], [-680, -113], [4, -8039]], [[271616, 198691], [-837, -35]], [[270779, 198656], [10, 11447]], [[271659, 216002], [241, -1604]], [[230793, 210163], [-40, -5357]], [[230753, 204806], [-186, -16]], [[230567, 204790], [-105, 611]], [[230462, 205401], [-405, -37]], [[230057, 205364], [-229, 272]], [[229828, 205636], [-9, -8]], [[229819, 205628], [-2, 32]], [[229817, 205660], [-203, 3106], [-295, 2552], [-278, 706]], [[225150, 203636], [-1, 663], [-1297, -17]], [[223852, 204282], [-11, 8248]], [[225552, 208656], [258, -1776]], [[225810, 206880], [-660, -3244]], [[230757, 204203], [-4, 603]], [[233029, 207604], [-514, -1808], [-270, 336], [-409, -941], [-73, -1321], [716, 1768], [-1755, -5263], [983, 3206], [18, 865], [-525, -948], [-443, 705]], [[226700, 204666], [-382, 955], [-249, -541]], [[226069, 205080], [-259, 1800]], [[227269, 207370], [-569, -2704]], [[229817, 205660], [1, -376]], [[229818, 205284], [-753, -2126], [109, -1486]], [[229174, 201672], [-69, -398], [-683, 1260]], [[228422, 202534], [5, 4144], [-122, 1448], [-288, 189]], [[223852, 204282], [-1657, -123]], [[222195, 204159], [-37, -4]], [[222158, 204155], [-14, 8391]], [[222158, 204155], [-1965, 141]], [[220193, 204296], [8, 8158]], [[220193, 204296], [2, -8383]], [[220195, 195913], [-275, -20]], [[219920, 195893], [-228, 1634], [-299, 5632], [-270, 1346], [-137, 3111], [-290, 2181], [-44, 2620]], [[269793, 210110], [391, -3170], [-256, -2281]], [[269928, 204659], [-433, 506], [-598, -8]], [[268897, 205157], [-149, 697], [-6, 3295], [-183, 1658]], [[270779, 198656], [-274, -620]], [[270505, 198036], [2, 3099]], [[270507, 201135], [2, 766], [-428, 978], [-153, 1780]], [[228422, 202534], [-599, -3072]], [[227823, 199462], [-496, 1215], [-66, 1282], [-333, 364], [-228, 2343]], [[273483, 203642], [-949, -51], [-367, 555], [125, 2697]], [[273866, 206958], [152, -4435], [384, -6703], [460, -6126], [-21, -545]], [[274841, 189149], [-1029, -223]], [[273812, 188926], [17, 9772]], [[273829, 198698], [-61, 3007], [-285, 1937]], [[274038, 206958], [411, -2425], [-276, 2427]], [[274173, 206960], [19, 0]], [[274192, 206960], [437, -3794], [144, -2446], [-167, -836], [-12, 3069], [-288, -3646], [-72, 100], [-11, 3804], [-174, 606], [153, 1506], [-297, 1636]], [[226409, 193288], [-981, 21]], [[225428, 193309], [-276, -3]], [[225152, 193306], [-2, 10330]], [[226069, 205080], [-235, -508], [782, -8928], [-25, -123]], [[226591, 195521], [-240, -1164], [58, -1069]], [[273829, 198698], [-2213, -7]], [[229313, 193901], [29, 366]], [[229342, 194267], [112, 1478], [226, 125], [508, 2370], [340, 470], [-1215, -4809]], [[229467, 200562], [-293, 1110]], [[229818, 205284], [138, -1955], [593, -2862], [-702, -2230], [-380, 2325]], [[230462, 205401], [-19, -1857], [-353, 715], [-33, 1105]], [[227823, 199462], [-461, -4167]], [[227362, 195295], [-76, -648], [-695, 874]], [[270507, 201135], [-552, 2], [0, -813], [-1166, -23]], [[268789, 200301], [108, 4856]], [[223852, 204282], [-7, -10983]], [[223845, 193299], [-1631, -503], [-15, 3242]], [[222199, 196038], [-4, 8121]], [[225152, 193306], [-1307, -7]], [[222199, 196038], [-2004, -125]], [[229467, 200562], [-206, -608], [191, -1783]], [[229452, 198171], [-926, -864], [295, -1302]], [[228821, 196005], [-626, -2606]], [[228195, 193399], [-53, 240]], [[228142, 193639], [-158, 1151], [-622, 505]], [[270505, 198036], [-139, -2611]], [[270366, 195425], [-1519, 30]], [[268847, 195455], [-374, -12]], [[268473, 195443], [316, 4858]], [[271616, 198691], [0, -1635], [277, 2], [94, -2171], [192, -1069], [303, -11], [-262, -959], [585, -3549], [246, -3711]], [[273051, 185588], [-1173, 63]], [[271878, 185651], [-1368, -4]], [[270510, 185647], [-6, 9777], [-138, 1]], [[273812, 188926], [-11, -3356]], [[273801, 185570], [-750, 18]], [[229222, 193536], [-326, -2723], [39, 1456], [287, 1267]], [[228195, 193399], [229, -262], [-76, -1380]], [[228348, 191757], [-206, 1882]], [[228490, 190446], [-134, 1235]], [[228356, 191681], [444, 2665], [-7, -1493], [-303, -2407]], [[229452, 198171], [-21, -806]], [[229431, 197365], [-30, -1032]], [[229401, 196333], [-338, -1783], [-242, 1455]], [[223845, 193299], [14, -13095]], [[223859, 180204], [1, -1601], [-436, 24]], [[223424, 178627], [-1056, 73], [-103, 854], [-232, -1005]], [[222033, 178549], [-141, 1379], [72, 2611], [-322, 2960], [-327, 370], [-463, 2627], [-155, 3392], [-155, 198], [-278, 2896], [-344, 911]], [[228348, 191757], [8, -76]], [[228490, 190446], [-3, -28]], [[228487, 190418], [-16, -156]], [[228471, 190262], [-133, -1330], [-231, 1091], [-604, -774]], [[227503, 189249], [-413, 475], [-457, 1288], [12, 1137]], [[226645, 192149], [-45, 799]], [[226600, 192948], [-191, 340]], [[268847, 195455], [7, -2885]], [[268854, 192570], [-198, -1538], [342, -1335], [-115, -2957], [-287, 863], [-300, 2065], [148, 2365], [29, 3410]], [[270510, 185647], [-1388, -19]], [[269122, 185628], [467, 3254], [-294, 1838], [49, -1786], [-175, 307], [19, 1799], [-334, 1530]], [[225428, 193309], [7, -14809]], [[225435, 178500], [-810, 49]], [[224625, 178549], [3, 1455], [-769, 200]], [[226645, 192149], [-378, -2056], [-22, -4642]], [[226245, 185451], [-328, -1], [5, -6978]], [[225922, 178472], [-487, 28]], [[228402, 187096], [249, 1941], [-343, -3973], [94, 2032]], [[227963, 184054], [-1438, -46], [-280, 1443]], [[227503, 189249], [288, 8], [201, -2841], [170, 164], [-199, -2526]], [[275241, 183987], [-902, 23]], [[274339, 184010], [-271, 4], [-3, 1573], [-264, -17]], [[274841, 189149], [341, -3281], [59, -1881]], [[273051, 185588], [-176, -2846], [396, -2050], [334, -3158]], [[273605, 177534], [-628, -17], [1, -1639], [-277, -12], [2, -1649], [-824, 22]], [[271879, 174239], [-2, 5717]], [[271877, 179956], [1, 5695]], [[271877, 179956], [-1371, -47]], [[270506, 179909], [4, 5738]], [[270506, 179909], [-2, -2429]], [[270504, 177480], [-549, 22], [3, 3302], [-874, 53]], [[269084, 180857], [-345, 1646], [240, 734], [143, 2391]], [[274339, 184010], [6, -6562]], [[274345, 177448], [1, -1562], [-580, -3038]], [[273766, 172848], [42, 3614], [-203, 1072]], [[227901, 178788], [-37, 1]], [[227864, 178789], [9, 1767], [307, 3881]], [[228180, 184437], [70, -94]], [[228250, 184343], [-349, -5555]], [[227963, 184054], [-251, -4475], [-258, -852], [114, 2438], [-407, -1626], [-336, 1829], [200, -2389], [-320, -88]], [[226705, 178891], [-582, -1386]], [[226123, 177505], [-201, 967]], [[275241, 183987], [343, -5478]], [[275584, 178509], [-145, -584]], [[275439, 177925], [-1, -410]], [[275438, 177515], [-1093, -67]], [[270504, 177480], [-3, -3270]], [[270501, 174210], [-551, 17], [0, -506]], [[269950, 173721], [0, -130]], [[269950, 173591], [-1, -996], [-273, 12]], [[269676, 172607], [-254, 2093], [-338, 6157]], [[224625, 178549], [159, -3917], [135, 10], [-13, -5059]], [[224906, 169583], [-1481, 40]], [[223425, 169623], [-1, 9004]], [[271879, 174239], [-1378, -29]], [[223425, 169623], [-158, -2061], [-441, -1922]], [[222826, 165640], [-276, 5054], [-494, 3303], [54, 2886], [-77, 1666]], [[228015, 167092], [-166, 1925], [-8, 2670]], [[227841, 171687], [174, -4595]], [[227841, 171687], [-52, 110], [22, 6050], [53, 942]], [[227901, 178788], [-82, -3294], [22, -3807]], [[227632, 166164], [-1163, -35], [-267, 256]], [[226202, 166385], [-78, 3148]], [[226124, 169533], [-1, 7972]], [[226705, 178891], [360, -137], [283, -871], [341, 625], [-132, -4582], [-184, -313], [-31, -3271], [212, -1257], [78, -2921]], [[226124, 169533], [-934, 42]], [[225190, 169575], [-284, 8]], [[275994, 173067], [-63, 2]], [[275931, 173069], [-9, 1]], [[275922, 173070], [-37, 2]], [[275885, 173072], [-22, 0]], [[275863, 173072], [-26, -266], [-2071, 42]], [[275438, 177515], [375, -1551], [181, -2897]], [[273766, 172848], [-167, -3535], [-1729, 10]], [[271870, 169323], [9, 4916]], [[269950, 173591], [197, -1158], [100, -2595], [-427, 921], [-144, 1848]], [[271870, 169323], [-1374, 16]], [[270496, 169339], [-105, 2644], [304, 1032], [-368, 4], [-94, -803], [-283, 1505]], [[275863, 173072], [173, -517], [58, -7156], [-69, -4426]], [[276025, 160973], [-424, 252], [-1823, -64]], [[273778, 161161], [-12, 11687]], [[273778, 161161], [4, -1336]], [[273782, 159825], [-1083, -119], [-9, 4916], [-814, -70]], [[271876, 164552], [-6, 4771]], [[270224, 168129], [277, -3877], [-101, -154], [-176, 4031]], [[271876, 164552], [5, -1688], [-271, -31], [4, -1924], [-522, 237]], [[271092, 161146], [-65, 2473], [-474, 1226], [-124, 2786], [67, 1708]], [[225190, 169575], [-740, -9780]], [[224450, 159795], [-249, -323], [-357, 2361], [-856, 1101], [54, 931], [-216, 1775]], [[226202, 166385], [-130, -3036], [395, -282], [0, -1591]], [[226467, 161476], [2, -5174]], [[226469, 156302], [-921, -317], [-542, 1946], [-162, 1244], [-394, 620]], [[227781, 162637], [-161, -1600], [-221, -469], [-932, 908]], [[227632, 166164], [36, -3208], [113, -319]], [[273782, 159825], [19, -5212]], [[273801, 154613], [0, -3238]], [[273801, 151375], [-1312, -39]], [[272489, 151336], [-461, 1867], [-228, -193], [-395, 1936], [-191, 1815], [-122, 4385]], [[227781, 162637], [266, -4006], [-45, -1342], [291, -825], [-120, -2091], [-349, -1094], [6, -1266], [-411, 861], [-516, 2812], [-434, 616]], [[276025, 160973], [-123, -6440]], [[275902, 154533], [-491, -343], [-1072, 2], [-538, 421]], [[275036, 140768], [-16, 1]], [[275020, 140769], [-149, -434]], [[274871, 140335], [3, -76]], [[274874, 140259], [-199, 601], [-388, -1467], [-445, 274]], [[273842, 139667], [-42, 3489], [1, 8219]], [[275902, 154533], [-196, -4031], [-305, -2455], [-117, -2922], [81, -1855], [-329, -2502]], [[275491, 142866], [-401, -4417], [-362, -2015], [523, 3742], [240, 2690]], [[273842, 139667], [-118, -686], [-512, -438], [-244, 1966], [102, 2254], [184, -1641], [296, -971], [166, 920], [-246, 1771], [-349, 146], [-259, 2834], [-188, 3420], [234, 599], [-210, 868], [-82, -1356], [-127, 1983]], [[267576, 216906], [-181, 85], [-177, 1931], [-468, 2015], [37, 2408]], [[233545, 583163], [470, -1], [0, 7179], [546, -266], [367, -1412], [396, -7638], [-21, -1975], [288, -1125], [438, -310]], [[249572, 564554], [-1138, -3158], [-1287, -1848], [-816, -1938], [-809, -2999]], [[245498, 568091], [407, 1054], [402, -2818], [1697, 311], [722, -2325], [296, 673], [550, -432]], [[244050, 541402], [0, -11146]], [[242234, 539623], [263, 1550], [296, -1143], [509, 150], [748, 1222]], [[245788, 538230], [8, -8017]], [[244050, 541402], [832, 1557], [406, 335], [672, 1956], [311, -1206], [-365, -2639], [91, -1053], [-209, -2122]], [[245788, 538230], [630, 1480], [422, -1520]], [[246668, 543604], [119, -491], [-601, -1772], [482, 2263]], [[254361, 554779], [386, -1343], [-683, -275], [52, -770], [-806, -2719]], [[253310, 549672], [-198, 1603], [-596, -3]], [[252516, 551272], [245, 1549], [576, 1487], [1024, 471]], [[252129, 567028], [638, 1075], [-743, -3451], [-872, -1783], [142, -551], [-582, -1037], [-166, 1627], [1583, 4120]], [[252473, 548019], [214, -3207]], [[251344, 546531], [128, 1308], [717, 2354], [12, -1815], [272, -359]], [[253310, 549672], [-511, -4124], [-63, 2158], [-507, 612], [-28, 1852], [315, 1102]], [[256406, 536544], [0, -6253]], [[256406, 530291], [-348, -1], [-4, -3236], [-348, 4]], [[253820, 544308], [634, -392], [509, -1456], [171, -1720], [674, -4188], [598, -8]], [[257802, 530286], [-1396, 5]], [[256406, 536544], [265, 725], [573, -1784], [182, 767], [315, -1250], [489, 2628], [901, 2228], [763, 318]], [[258234, 522812], [-689, -2000], [491, 3712], [-698, 206], [-249, -2795], [-468, 641], [-361, -1504], [-267, -2116]], [[255011, 510600], [-35, -2168], [-370, -346]], [[254678, 502703], [346, 2967], [570, 1286], [473, 4864], [330, 489], [143, 1898], [235, 8], [-572, -6086], [-44, -1740], [-320, -1641], [-154, -2072]], [[266291, 525881], [-781, 769]], [[265510, 526650], [490, 1336], [-121, 1234], [374, -217], [304, -1926], [-266, -1196]], [[264534, 537282], [192, -119], [-169, -2149], [-263, 1387], [240, 881]], [[264771, 527003], [-281, 49]], [[264490, 527052], [-48, -2]], [[264442, 527050], [-19, 1612], [-346, 2], [-1, 1612], [-2086, 1], [-3, 1628], [-347, -5]], [[261640, 541399], [788, 243], [-207, -1485], [-13, -3740], [568, -816], [557, 744], [103, -1308], [702, 1641], [226, -1325], [215, -3355], [-110, -1628], [279, 286], [140, -1587], [477, -2056], [-594, -10]], [[263518, 523913], [579, -847], [-387, -679], [-192, 1526]], [[264442, 527050], [-1182, 1276], [-230, -2015], [-35, -1966], [-708, 3125], [-1172, 1762], [-254, -167], [-506, -2455]], [[260355, 526610], [-463, 132]], [[263048, 514103], [-754, -309], [-259, 1732]], [[262035, 515526], [484, 1050], [-316, 238], [-233, 2467], [498, 2959], [580, 1140]], [[261221, 512584], [62, 1278], [458, 1591], [294, 73]], [[260809, 522684], [123, -2641], [-358, -487], [235, 3128]], [[259619, 509895], [-266, 697], [189, 946], [77, -1643]], [[260516, 504530], [-484, -12]], [[259309, 504590], [9, 2168], [372, 1310], [375, -215], [515, 4334], [143, -2358], [-221, -3319], [14, -1980]], [[260516, 504530], [127, -152], [342, 4121], [-150, -4481], [235, 2088]], [[266792, 512571], [208, -2839], [-312, 126], [-6, -2477], [298, -1301]], [[266298, 493142], [-35, -2125], [-276, -1072], [-460, 40], [-182, -1553]], [[266573, 485031], [572, 4601], [580, 621], [347, 1131], [524, -1430], [297, -2969], [77, -2649]], [[269259, 474627], [236, -3607], [-157, -1606], [-122, -4884], [-353, 83], [-169, 1029]], [[268236, 461261], [-80, -1234], [-498, -1330], [-248, -2669], [-87, -2521]], [[267323, 453507], [-275, 1112], [-676, -160]], [[267323, 453507], [-736, -4608], [-57, -1020]], [[276369, 283639], [51, -2897], [155, -81], [-317, -2464], [-721, -1619]], [[275537, 276578], [-263, -628]], [[275274, 275950], [-210, 1997]], [[277898, 288714], [355, -1067], [-412, -2026], [-248, 443], [-747, -4416], [-356, -321], [309, 2769]], [[64909, 48285], [735, -2763], [362, -391], [488, -1483], [555, -3196], [-25, -2084], [244, 11], [54, -1736], [492, -2286], [-474, -3219], [-428, -1373], [-453, -186], [-605, -2496], [-405, -3858], [-627, 2125], [-103, 1501], [89, 4218], [-292, 5441], [-196, 1715], [345, 2265], [317, 3334], [-187, 1774], [-23, 2014], [137, 673]], [[55028, 84760], [233, -813], [-51, -4138], [-317, -1724], [-531, 856], [-341, 1190], [-70, 1626], [168, 1566], [392, 1359], [517, 78]], [[61944, 65038], [-272, 274]], [[61944, 65038], [565, -356], [-456, -1900], [-525, 1012], [-688, 11], [160, 2281], [672, -774]], [[61752, 60573], [246, -292], [244, -1961], [-82, -859], [-351, -533], [-258, 3324], [201, 321]], [[62904, 54516], [45, -1246], [-351, -599], [9, 965], [297, 880]], [[62814, 62495], [340, -2480], [439, 903], [263, -353], [320, -1916], [312, -600], [35, -1559], [-160, -1021], [-712, -1316], [-391, 412], [-54, 3221], [-459, 616], [-172, 1326], [59, 2293], [180, 474]], [[58972, 75138], [409, -3430], [-19, -1219], [215, 21], [315, -3031], [-404, -786], [-271, 1419], [-580, -706], [-493, 5221], [435, 169], [393, 2342]], [[53118, 80469], [25, -1794], [-233, -683], [-126, -1603], [-75, 1953], [409, 2127]], [[996993, 632383], [817, -1163], [91, -906], [715, -2639], [-621, 1211], [-350, 1710], [-879, 1732], [227, 55]], [[949, 635992], [99, -1643], [-281, 619], [182, 1024]], [[7983, 636500], [-23, -2275], [-307, -73], [-67, 2101], [397, 247]], [[8254, 636861], [430, -729], [-177, -971], [-343, 386], [90, 1314]], [[8791, 637399], [79, -1229], [-422, 751], [343, 478]], [[2943, 637533], [355, -28], [110, -1138], [762, -730], [-472, -573], [-84, -1947], [-423, -823], [-299, 1293], [442, 1083], [-738, 1716], [347, 1147]], [[5406, 633632], [-183, -597], [-329, 1038], [-855, -380], [1115, 1264], [256, 737], [15, 1940], [429, -501], [-230, -1194], [22, -1773], [-240, -534]], [[996376, 638802], [311, -785], [-243, -852], [-68, 1637]], [[7153, 639094], [-123, -3160], [551, 52], [-111, -1993], [-622, -692], [-248, -1116], [-148, 1715], [-276, -2445], [-150, 1181], [346, 1636], [-142, 1180], [574, -355], [-294, 2578], [643, 1419]], [[999634, 639522], [333, -975], [-327, -1865], [-356, 430], [-110, 1601], [460, 809]], [[8394, 641129], [361, -843], [-150, -1151], [-356, -113], [145, 2107]], [[993962, 641501], [134, -1164], [-301, -1591], [5, -1345], [-561, -90], [-112, -1517], [-310, 1266], [482, 1562], [297, 123], [366, 2756]], [[15681, 641867], [-88, -644], [551, -599], [499, 441], [600, -278], [-1374, -850], [-663, 468], [-396, -613], [-512, 1117], [346, 752], [243, -725], [794, 931]], [[18716, 646240], [355, -1060], [-312, -984], [-542, -452], [86, 1790], [413, 706]], [[13937, 646817], [445, -1871], [-209, -1713], [-378, -563], [294, -1046], [-846, -839], [-955, -1616], [-414, 666], [-938, -680], [1039, 1800], [664, 138], [756, 1388], [293, 1606], [-346, 796], [246, 1637], [349, 297]], [[983194, 648582], [-58, -2897], [-305, 734], [-723, 157], [686, 1802], [400, 204]], [[23639, 652034], [277, -453], [-113, -1345], [-515, -1146], [-83, 1789], [434, 1155]], [[26147, 655623], [246, -1330], [-168, -813], [-713, 1494], [635, 649]], [[980646, 657671], [765, -147], [436, -2390], [463, -235], [-708, -1136], [-317, 775], [-432, -1614], [-470, 872], [165, 1668], [-516, -336], [77, 1140], [-541, -71], [552, 1545], [526, -71]], [[28035, 654543], [906, 4624], [-94, 1472], [527, 2186], [747, 66], [-272, 830], [81, 1805], [502, 2014], [613, 648], [607, -970], [-156, -2372], [-1193, -2675], [-517, -3466], [-1751, -4162]], [[36357, 673363], [-391, -2467], [-196, 1415], [587, 1052]], [[34797, 676523], [213, -3286], [496, 2734], [387, -123], [69, -1817], [-313, -391], [-520, -2697], [580, 1301], [182, -1595], [-673, -869], [-156, -1540], [-280, 592], [46, -1877], [-401, 265], [-1841, -3579], [-465, -1377], [-652, 1241], [1054, 2460], [1094, 1206], [-224, 1758], [468, 338], [-151, 1493], [938, 464], [-875, 524], [-340, 2033], [352, 1704], [1012, 1038]], [[26197, 724966], [756, -263], [-288, -1191], [-468, 1454]], [[25148, 736553], [-442, -1993], [-390, 1138], [832, 855]], [[39421, 678834], [125, -1114], [-550, -30], [-134, 746], [559, 398]], [[36825, 680387], [730, -1661], [-578, -1781], [-479, 150], [-104, 2381], [431, 911]], [[38083, 681762], [-169, -1483], [356, -62], [-384, -1861], [-336, 2175], [180, 1214], [353, 17]], [[45571, 685391], [688, -1487], [-645, -37], [-43, 1524]], [[46952, 694607], [166, -1890], [-229, -1028], [-301, 1739], [364, 1179]], [[42853, 695877], [635, 14], [266, -1568], [335, -4089], [373, 437], [214, -1478], [-487, 52], [-124, 932], [-254, -1722], [-453, -779], [-609, 441], [-827, -359], [-641, -1585], [-62, -1249], [-802, -1375], [-569, 491], [-279, 2148], [72, 1348], [583, 1047], [405, 3984], [357, 1064], [527, -514], [982, 2495], [358, 265]], [[48297, 698203], [503, -1314], [-281, -972], [-458, 2014], [236, 272]], [[54719, 699114], [35, -1698], [-430, -1611], [395, 3309]], [[53768, 699716], [-57, -3065], [-690, -2054], [16, 3270], [392, -758], [85, 2465], [254, 142]], [[52387, 701641], [19, -2213], [-523, 1390], [504, 823]], [[51366, 702388], [94, -1872], [270, 219], [343, -2313], [-187, -1094], [-921, 1412], [40, 2470], [361, 1178]], [[52632, 703466], [224, -1137], [-482, 351], [258, 786]], [[56428, 729876], [0, -164]], [[56428, 729712], [1, -1271]], [[56429, 728441], [-376, -902], [0, -1576], [-688, 44], [0, -1691], [-885, 0], [-1, -1609], [-854, -47], [-10, -3153], [262, -17], [11, -6313], [-174, -1752], [845, 0], [0, -4665]], [[54559, 706760], [-221, 3584], [-465, 487], [-226, -1331], [-227, 543], [-128, -1791], [-942, -1954], [-501, -2558], [-203, 1961], [-156, -2246], [-321, -160], [-388, 1335], [-213, -1550], [-896, -1527], [-526, 87], [101, 2154], [312, 2133], [-635, 501], [-315, -1612], [38, -2336], [-533, -3433], [-423, 296], [235, -2134], [-319, -953], [-328, 1503], [-197, -2494], [-614, 575], [-124, 3742], [-387, 952], [-195, -964], [305, -1471], [135, -4091], [-322, 1731], [-87, -1650], [-581, -104], [-229, 2389], [-557, 961], [-44, -1927], [533, -1473], [-911, -2585], [204, 4150], [-79, 1484], [293, 977], [934, 318], [218, 2402], [379, 1261], [396, -106], [-126, 1804], [846, 4218], [1241, 3631], [1202, 1199], [764, 131], [636, 709], [-429, -1919], [670, -3198], [315, -565], [-272, 3531], [664, -282], [156, -1434], [616, -516], [78, 1328], [-802, 1925], [-146, 1183], [588, 5125], [1475, 4921], [1402, 2354], [1201, 3895]], [[131839, 702693], [478, -1815], [-261, -3590], [-338, 3444], [121, 1961]], [[133475, 712615], [472, -2306], [365, -3908], [-109, -3956], [-237, -2723], [-412, -1256], [-725, 1926], [513, 3110], [-666, -3077], [-842, 2748], [552, 2915], [-268, 716], [-19, 1677], [519, 1253], [-147, 1905], [1004, 976]], [[60956, 762087], [579, 2152], [207, 3039]], [[61742, 767278], [1861, 118], [1, -5313], [-2648, 4]], [[51410, 765657], [-525, -4199], [-534, -542], [50, 2808], [1009, 1933]], [[50361, 766039], [-741, -1613]], [[49620, 764426], [-84, 1634], [825, -21]], [[50463, 766367], [0, 3048], [447, 4], [153, 1512], [-4, 3289], [475, 13], [-1, 1618], [474, 68], [155, 1546], [1, 3271], [484, -4], [8, 3225], [637, 43], [12, 3203], [445, 89], [14, 3067], [182, 1579], [477, 25], [0, 3225], [493, -12], [187, 1563], [6, 3225], [507, 4], [7, 1610], [466, 16], [197, 3194], [2958, 4], [8, -1469], [509, -23], [-9, 1634], [498, 0], [0, 1661], [983, -7], [4, -1637], [3363, -86]], [[64599, 804865], [6, -22904], [-455, -40], [-4, -1619], [-951, 22], [-1, -1609], [-472, 18], [-264, -3260], [-959, 50], [-1, -1622], [-475, 33], [8, -3299], [224, -22], [8, -3864]], [[61263, 766749], [-1094, -1969], [-1642, -2596], [-488, 694], [-100, 1404], [-595, 1396], [200, 3649], [-346, -1592], [-442, -553], [-70, -2804], [-205, -87], [353, -4364], [-131, -1596], [-719, 558], [-940, 6038], [-710, 1488], [71, 1756], [-303, -417], [-191, -2035], [-311, -514], [-282, 1932], [-662, 238], [-84, 2398], [-285, 617], [-1091, -3021], [-733, -1002]], [[61033, 724292], [684, -545], [-930, -219], [246, 764]], [[71633, 804882], [114, -1587], [1, -6528], [-370, -12], [-9, -6508], [-350, -18], [4, -6265], [-356, 2], [-2, -1646], [-479, -11], [4, -3276], [-475, -9], [9, -1643], [-816, -49], [14, -3240], [-942, -29], [5, -3278], [149, -20], [-2, -6355], [154, -1634], [924, 0]], [[69210, 762776], [7, -3471], [-453, -1843], [-736, -1056], [-774, -256], [-138, -1018], [-764, -799], [4, -5901], [-324, -916], [-689, -542], [-206, -2415], [-365, -3], [219, -1278], [-365, -813], [-334, 533], [-169, -1391], [-664, 236], [-689, -3490], [-377, -3219], [1107, -39]], [[63500, 735095], [-534, -3229], [-498, 991], [-283, -2643], [-165, 1250], [-876, -3730], [-513, 1840], [-93, -1738], [-418, -1467], [297, -1220], [-476, -272], [-290, 1208], [-838, -1435], [-237, -1294], [835, 518], [-97, -1512], [-773, 886], [47, -1061], [-586, 328], [-1008, -4054], [729, 1416], [658, -1055], [-890, -5668], [-359, 2476], [4, -2388], [-569, 564], [-201, -1660], [-1170, -915], [-208, -1647], [-122, 1992], [-209, -168], [97, -2311], [-195, -2337]], [[56429, 728441], [768, -812], [-200, 4018], [209, 1634], [848, 4197], [641, 1528], [416, 1983], [586, 1663], [449, -1864], [-119, 2914], [-249, -206], [-35, 2059], [292, 6723], [196, 1491], [338, 171], [-417, 2931], [211, 2814], [593, 2402]], [[61742, 767278], [-123, 1251], [-356, -1780]], [[64599, 804865], [4288, -12], [2746, 29]], [[65699, 709069], [-504, 744], [538, 1338], [-34, -2082]], [[70400, 724037], [-204, -1087], [-508, -19], [712, 1106]], [[68718, 724702], [-249, -2013], [-521, -1694], [196, 2303], [574, 1404]], [[69851, 724354], [-436, -1711], [-363, 957], [373, 1310], [426, -556]], [[72263, 735888], [654, -276], [179, -1133], [-749, -602], [-369, -1913], [-213, 2136], [498, 1788]], [[71587, 750055], [468, -1112], [218, -1969], [-712, 1537], [26, 1544]], [[72121, 750653], [752, -1609], [143, 801], [402, -896], [-319, -1580], [498, -23], [268, 1873], [864, -1804], [-645, -1900], [256, -24], [-10, -2224], [878, 340], [-525, -3652], [-488, 209], [-628, 1356], [-204, -635], [516, -1217], [-216, -2411], [-309, -183], [-530, 1368], [-251, -544], [428, -942], [-369, -902], [-533, 226], [-638, -2935], [-448, 348], [322, -1679], [-993, -4198], [-693, -436], [211, 1779], [606, 2267], [-320, -122], [143, 1970], [-433, -1663], [-186, 436], [448, 2279], [-693, 794], [-670, -679], [120, -1420], [344, 1135], [575, 213], [-523, -3914], [-670, 1507], [-38, 3723], [-597, 1836], [85, 2427], [257, 1668], [757, 2434], [973, 102], [63, -1862], [628, -4462], [-147, 2063], [79, 2795], [-204, 1554], [706, -247], [-928, 1791], [8, 1470], [588, 1559], [419, -1165], [70, -2442], [174, 2478], [786, -908], [-91, 1984], [527, -1432], [-621, 2635], [26, 690]], [[72294, 752633], [298, -243], [384, -2001], [-771, 1279], [-524, 168], [436, 1600], [177, -803]], [[74768, 758552], [203, -1494], [403, 602], [-149, -1955], [513, 1173], [-64, -2164], [-263, -1096], [-683, 1715], [168, -2076], [-475, 81], [-333, -1022], [-37, 2484], [-168, -2623], [-420, -227], [-2, -1319], [-1063, 2147], [-114, 1830], [590, -260], [-304, 1148], [155, 946], [718, -477], [-72, 2281], [417, 1422], [495, -330], [341, -2521], [144, 1735]], [[73815, 761335], [865, 1186], [-376, -3031], [-417, 471], [-72, 1374]], [[72144, 766667], [-256, -165], [-279, -2562], [-649, -1819], [-613, -91], [-174, -2213], [-343, -43], [106, -2403], [-387, -650], [215, -848], [-602, -2221], [-49, -1387], [-356, 1779], [54, -1574], [-325, 275], [-479, -1769], [-793, 237], [-111, -2260], [-819, -2014], [-130, -1038], [-600, 882], [68, -2347], [-396, -579], [9, -1505], [-775, 384], [-35, -2432], [-520, 654], [-902, -2724], [-22, -1053], [573, 813], [-196, -1902], [142, -997]], [[69210, 762776], [1368, 8], [-5, 1620], [1015, 10], [-7, 2250], [405, -14]], [[71986, 766650], [158, 17]], [[124853, 753145], [-549, -606], [-394, -1297], [-255, 1284]], [[123655, 752526], [58, 1721]], [[123713, 754247], [93, 682]], [[123806, 754929], [27, -1188], [798, 113], [222, -709]], [[124293, 757146], [749, -2547], [-1014, 763], [-164, 962], [429, 822]], [[124853, 768717], [211, -1953], [1165, -2450], [370, -2181], [920, -3383], [-235, -797], [808, -4371]], [[128092, 753582], [-945, -4191]], [[127147, 749391], [-329, -1604]], [[126818, 747787], [-267, -754]], [[126551, 747033], [-348, 2791], [-600, 2743], [-36, 3375], [303, 711], [-120, 1531], [-569, -3645], [-841, 2824], [-590, 340], [-226, 2827], [-376, 2538], [-6, 5749]], [[123142, 768817], [1711, -100]], [[122507, 768865], [608, -35]], [[123115, 768830], [94, -1237], [-284, -3190], [-329, 1968], [-89, 2494]], [[125028, 711856], [427, 56], [-445, -1309], [18, 1253]], [[130215, 719801], [107, -2063], [756, -2315], [-338, -626], [254, -2100], [-618, -805], [-298, 1242], [209, 718], [-487, 1319], [-280, -690], [-164, 3076], [325, 413], [163, 1718], [371, 113]], [[129378, 721918], [249, -1134], [-115, -2167], [-590, -788], [-540, 1882], [182, 1807], [814, 400]], [[130830, 716910], [-489, 1840], [74, 2204], [-143, 1693], [379, -778], [302, -2036], [326, 196], [295, -2757], [-436, -1557], [-308, 1195]], [[128815, 728558], [1034, -4174], [-772, -1663], [-360, 265], [62, 2359], [-148, 3099], [184, 114]], [[126153, 727422], [-66, 1104], [446, -558], [-459, -4949], [-272, -4761], [208, 396], [-146, -3602], [-196, 615], [-111, 3651], [-137, -5807], [-277, 1260], [-136, 3641], [146, 2921], [525, 49], [-191, 2101], [-591, 341], [101, 963], [-332, 2219], [-28, 2428], [338, -759], [186, 2187], [562, -1046], [430, -2394]], [[126096, 733937], [1281, -1597], [902, -116], [343, -1458], [134, -4906], [-199, -1131], [-500, 1925], [-370, 3179], [207, -4437], [380, -383], [50, -1490], [-321, -1688], [-659, 1031], [14, -897], [-617, -308], [-202, 4527], [180, 2218], [-303, 119], [-132, 1682], [-636, 2448], [448, 1282]], [[130329, 738612], [336, -2561], [-336, -2230], [901, -864], [-218, -3192], [698, -1259], [105, -3850], [709, 243], [1430, -3886]], [[133954, 721013], [215, -2257], [-268, -1573], [-450, 60], [-523, -1243], [217, -2328], [-367, 57], [-534, 1418], [-526, -1313], [-53, -1739], [-415, -1188], [272, -1077], [-70, -1918], [-374, -1019], [-347, 1785]], [[130731, 708678], [461, 1375], [54, 2694], [202, 40], [-10, 3932], [574, 625], [-464, 526], [-186, 2188], [-506, 719], [-71, 1280], [-436, 1390], [254, 2614], [-500, -62], [-115, 1369], [-779, 1724], [-462, 2944], [356, -607], [-84, 2467], [-160, -1289], [-1099, 1537], [-631, 1283]], [[127129, 735427], [607, 1116], [481, -957], [392, 2691], [952, 1778], [768, -1443]], [[120135, 747679], [-911, -75]], [[119224, 747604], [-113, -9]], [[119111, 747595], [-67, -5]], [[119044, 747590], [175, 3136], [916, -3047]], [[118824, 752542], [436, -1596], [-323, -3068], [-279, 1217], [166, 3447]], [[127129, 735427], [-11, 1829], [1069, 643], [-784, 626], [-296, 2733], [133, 1559], [-543, 1078], [247, 1825], [1153, -2770], [-708, 2710], [-430, 722], [26, 2218]], [[126985, 748600], [107, 525]], [[127092, 749125], [55, 266]], [[128092, 753582], [282, -2841], [560, -2991], [880, -6389], [515, -2749]], [[124853, 753145], [18, 23]], [[124871, 753168], [418, 537]], [[125289, 753705], [-148, -676], [909, -5880], [23, -2256], [-213, 92], [-809, 7066], [78, -1904], [-258, 510], [590, -4994], [507, -2211], [51, -2144], [-521, 218], [645, -2298], [-310, -1473], [-533, 1666], [53, -3416], [-405, -716], [-196, -1446], [-544, -1275], [-190, 2104], [50, 2518], [367, 839], [-3, 1567], [-686, 5962], [69, 2065], [-286, 4181], [126, 722]], [[120491, 750760], [-344, -2996]], [[120147, 747764], [-1106, 4388], [166, 2241], [347, -765], [278, 1062], [445, -194], [427, 1507], [913, -2103], [-367, -2249], [68, -1158], [543, 2952], [316, -1048], [502, 33], [561, -2130], [-236, -1608], [-622, 1179], [757, -2767], [-774, -493], [-454, 1349], [-1420, 2800]], [[123713, 754247], [-95, -1670], [-341, 1775], [-156, 4018], [685, -3441]], [[114794, 765672], [1165, 1936]], [[115959, 767608], [1943, 4721], [682, 110], [264, 1748]], [[118848, 774187], [1665, -1619], [529, -1279], [326, -2198], [-480, -4537], [582, -819], [409, -1530], [231, -2153], [-489, -11]], [[121621, 760041], [49, -2296], [-405, 961], [-824, -873], [206, 2553], [-684, 5535], [900, 1274], [-791, 545], [-394, 2927], [235, -3862], [-191, -2032], [-886, 1580], [-101, 2460], [-280, -1505], [-688, 1343], [-390, -1137], [761, -460], [670, -1418], [-346, -493], [774, -1580], [-470, -1770], [538, 847], [342, -513], [455, -4297], [-639, -1196], [-13, 909], [-621, -1129], [-298, 1069], [41, -2621], [-717, 2666], [-654, 322], [-1470, 4078], [-936, 3744]], [[122912, 775799], [-900, -103]], [[122012, 775696], [-90, 222]], [[121922, 775918], [-936, 7001]], [[120986, 782919], [676, 1289], [685, -1898], [571, -2465], [-202, -2534], [196, -1512]], [[123142, 768817], [-27, 13]], [[122507, 768865], [-495, 6831]], [[122912, 775799], [198, -1219], [722, -593], [59, -1056], [546, -1130], [416, -3084]], [[121922, 775918], [-145, -2315], [-358, 301], [513, -2663], [-50, -2481], [722, -6540], [-70, -1018], [302, -3962], [-98, -2100], [-512, -56], [-321, 1677], [-284, 3280]], [[118848, 774187], [34, 3836], [479, -24], [183, 1767], [-318, 752], [1118, 1161], [642, 1240]], [[120877, 738496], [389, -2216], [137, -2451], [-166, -1459], [-605, -380], [11, 6413], [234, 93]], [[123928, 718235], [-2, -1610]], [[123926, 716625], [-393, 1362], [-697, 5371], [278, 1647], [-447, -368], [-256, 2377], [77, 1437], [-515, 245], [-59, 2351], [446, 1679], [-481, 1224], [98, 2800], [-464, -184], [-452, 2135], [588, 60], [-326, 842], [146, 1989], [629, 565], [-77, -1197], [395, 257], [557, -1676], [490, 7], [-81, -2391], [463, -6886], [222, -4906], [-139, -7130]], [[120135, 747679], [12, 85]], [[120491, 750760], [1455, -3708], [395, -1834], [349, 1018], [504, 16], [258, -5147], [-689, -337], [-265, 1057], [-1794, 4644], [718, -3300], [33, -2583], [-443, -1626], [-365, 435], [-451, 2590], [538, -1592], [-959, 3723], [84, 790], [-635, 2698]], [[40063, 839903], [770, -536], [-859, -2772], [-125, 3412], [214, -104]], [[40964, 844347], [883, -2223], [79, -1915], [441, -2171], [-40, -1740], [-704, 2418], [-1774, 1537], [90, 1825], [445, 2301], [580, -32]], [[42065, 848667], [903, -976], [563, -1663], [-706, -1821], [-339, -2285], [-564, -2], [-711, 2401], [-620, 812], [14, 1297], [651, 1761], [809, 476]], [[46153, 848898], [568, 1], [10, -1610], [529, 1], [18, -1676], [524, -12], [-4, -1547], [3176, 0]], [[50974, 844055], [-395, -2136], [-20, -6445], [-126, -25], [-6, -6437], [383, -5], [-10, -4748], [1058, -39]], [[51858, 824220], [180, -1451], [604, -215], [-1456, -2220], [-980, -2588], [-900, -571], [-1213, -1602], [-1234, 662], [-494, 709], [-1854, -1999], [-659, 648], [-690, -2756], [-941, 669], [31, -2392], [-389, -2165], [-92, -1943], [-1046, -1523], [-746, 776], [-935, -1159]], [[39044, 805100], [-172, 1112], [664, 830], [-1128, 3201], [-13, -2176], [-520, 182], [-234, 2567], [116, 849], [-614, 571], [-207, 2123], [418, 1187], [-481, 1394], [-546, -1187], [-95, 2644], [1073, 795], [-526, 599], [-413, 1924], [1380, 582], [-440, 3023], [251, 2549], [1109, 5289], [619, 2101], [570, -119], [933, 3977], [823, -896], [965, -4031], [-209, 4581], [-457, 1793], [12, 1197], [848, 640], [78, 1725], [725, 1785], [524, -1399], [778, 464], [610, 2670], [668, 1252]], [[46896, 791982], [261, -1285], [-270, -665], [9, 1950]], [[36192, 795959], [180, -1952], [581, 363], [562, -947], [-123, -4413], [448, -2402], [-1265, -1162], [-486, -2126], [-685, 2000], [-493, -131], [-1055, 2670], [-324, -89], [-644, 1570], [-206, 2197], [272, 858], [1286, -625], [56, 1283], [1008, 2111], [905, -187], [-17, 982]], [[17304, 799216], [126, -1745], [804, -2158], [616, -183], [448, -1365], [-1028, 65], [-1000, 3083], [-322, 373], [356, 1930]], [[39654, 805231], [136, -1106], [641, 589], [-101, -1482], [649, 41], [525, -808], [139, -1889], [-482, -1833], [-426, -534], [213, -1308], [-375, -571], [-319, -2845], [-422, 135], [-775, 2413], [439, 1980], [-612, -774], [-640, 997], [1252, 2977], [-199, 1359], [401, 589], [-44, 2070]], [[51858, 824220], [3536, -32], [10, 1609], [2034, -5], [-4, 1617], [4083, 203], [1, -1838], [5893, -29], [3388, 4], [-14, 1716], [962, 59], [3, 1571], [903, -11], [192, 1616]], [[72845, 830700], [-3, -16190]], [[72842, 814510], [-1303, 45], [-14, -5422], [124, -21], [-16, -4230]], [[50463, 766367], [-102, -328]], [[49620, 764426], [-139, -1468], [-1061, -1905], [-97, 1293], [-1035, 446], [862, 1205], [617, 1650], [-307, 160], [-238, 3846], [703, 1138], [-113, 1059], [-716, -1213], [-383, 2903], [195, 2895], [687, 2210], [-441, 2484], [-273, 3082], [-346, 1471], [-416, 3726], [137, 1138], [-767, 3115], [393, 1259], [285, 3791], [-129, 577], [-402, -4189], [-434, -1001], [311, -2534], [-69, -3036], [-406, -1085], [-1628, -2447], [-1520, -851], [-1012, 789], [-258, 2086], [267, 429], [-760, 1956], [-694, 3087], [-87, 1177], [383, 1597], [-110, 1291], [397, 379], [-183, 1458], [364, 50], [277, 1573], [411, 342], [228, 1752], [702, -118], [-16, -3249], [425, 240], [607, 2498], [-384, 1562], [-1050, 843], [629, 147], [400, 1001], [-600, 267], [-481, -1345], [-125, 3490], [-458, -1834], [195, -1307], [-1242, -569], [-216, 1520], [-538, -627], [-174, 927], [-743, -457]], [[91002, 847056], [9, -3988], [145, -1795], [8, -11469], [-1548, 26], [56, -1646], [46, -12769], [-726, 14], [-2, -927], [-3493, 32]], [[85497, 814534], [-2026, -32], [-141, 995]], [[83330, 815497], [-404, 601], [-735, -459], [-672, -2022], [-283, -2604], [-1335, 126], [-328, 2166], [-15, -1517], [-1058, -1636]], [[78500, 810152], [-4, 1152], [-1002, 21], [-4, 3164], [-4648, 21]], [[72845, 830700], [0, 8044]], [[72845, 838744], [3088, -82], [10, 1347], [6637, 9993], [4096, -25], [12, 2587], [2946, 186]], [[89634, 852750], [1353, 59], [15, -5753]], [[86653, 868811], [757, -1570], [2145, 14]], [[89555, 867255], [87, -6323], [-8, -8182]], [[72845, 838744], [1580, 8236], [-1, 2534], [-536, -83], [-516, 926], [-152, 2433], [36, 3161], [1704, 93], [24, 3109], [496, -4], [22, 3291], [619, 95], [97, 1432], [588, 58], [151, -985], [625, -419], [1536, 6612], [4538, -401], [2997, -21]], [[85497, 814534], [-37, -10730], [-760, -83], [1, -2090]], [[84701, 801631], [-828, 17], [9, 1987]], [[83882, 803635], [-435, 1931], [-460, -308], [-1062, 1669], [-902, 2471], [707, 3049], [1129, 2748], [471, 302]], [[97244, 787641], [-970, -3439], [63, 995], [907, 2444]], [[87222, 789210], [-181, -1772], [-422, -410], [603, 2182]], [[86635, 788749], [223, 2200], [232, -961], [-455, -1239]], [[86658, 791573], [-369, -3115], [-330, 1166], [699, 1949]], [[89188, 794370], [360, -14], [-243, -1523], [503, 637], [-806, -2688], [-814, -3927], [156, -1241], [-672, -1392], [-694, -249], [130, 1479], [1249, 4306], [686, 2953], [145, 1659]], [[86769, 795107], [-71, -1859], [-324, 817], [395, 1042]], [[90857, 797012], [511, -366], [-57, -1276], [666, 500], [124, -712], [-950, -1371], [-533, -1467], [-218, 828], [596, 1566], [-651, -377], [-25, 892], [537, 1783]], [[87021, 792777], [237, 3392], [601, -294], [-413, -4995], [-425, 1897]], [[84910, 786500], [234, 323], [68, 9012], [-286, 660]], [[84926, 796495], [584, 1623], [519, -1019], [523, 1881], [285, -1347], [30, -1922], [-996, -2869], [605, -1030], [-717, -2215], [-215, -2677], [-634, -420]], [[92921, 798974], [-9, -545], [-1147, -2071], [-222, 1208], [1378, 1408]], [[88339, 800844], [383, -576], [-511, -771], [128, 1347]], [[86236, 802132], [283, -1843], [-421, 600], [138, 1243]], [[84951, 797243], [-1, 3142]], [[84950, 800385], [697, 2105], [-36, -2998], [388, 2501], [244, -2671], [-390, -1481], [-418, 814], [-484, -1412]], [[86676, 805210], [325, -2117], [-624, -286], [299, 2403]], [[84951, 801507], [-250, 124]], [[91002, 847056], [976, 234], [63, 648], [2682, 18], [0, -1651], [1595, -292], [4037, -37], [350, -2273], [-454, -2972], [436, -1269], [-270, -2840], [732, -302], [295, 1951], [1174, -336], [-15, -1588], [537, -65], [-10, -1550], [466, -24], [-40, -6434], [413, -697], [4, -4218], [2303, 15]], [[106276, 823374], [-1, -28114]], [[106275, 795260], [-589, 822], [-1600, -31], [4, 1610], [-3847, -34], [-2014, -8871], [13, -855]], [[98242, 787901], [-1021, 2713], [47, 775], [-1005, -33], [-276, 1650], [-683, 426], [369, 3141], [18, 2628], [-612, -1565], [-178, -1401], [-659, -2022], [-457, 1505], [-714, 1071], [-573, -359], [943, 3800], [-1116, -764], [259, 1691], [-925, -1558], [532, 2101], [-1009, -888], [-677, 62], [-94, 801], [1014, 956], [446, 1115], [-1050, -704], [-516, 1833], [317, 3213], [1053, 57], [-177, 903], [-744, -283], [-1116, -3389], [-359, 1426], [-193, -1467], [-586, -1116], [-376, 408], [6, 3472], [-402, -3497], [-547, -1350], [-586, 2075], [324, 2590], [504, 2086], [123, 1742], [-770, -3524], [-194, -1549], [-275, 1236], [-413, -4415], [-943, -1986]], [[71670, 777076], [233, -1112], [-578, -408], [345, 1520]], [[79473, 776784], [-279, -2074], [90, 2387], [189, -313]], [[75949, 796147], [-337, -1236], [224, 2635], [113, -1399]], [[84951, 801507], [-1, -1122]], [[84951, 797243], [-25, -748]], [[84910, 786500], [-1245, 807], [240, 1474], [-371, -167], [-386, -2038], [-206, 3702], [-29, -2396], [-481, -1666], [-173, -1732], [-183, 2620], [-197, -5326], [-848, 3357], [-39, -1545], [420, -800], [-371, -1104], [-68, -1569], [-635, -858], [208, 3841], [-673, -5212], [-363, 1475], [21, -2088], [-388, -20], [-756, -4011], [-74, 2111], [-347, -2231], [-660, 934], [-173, -859], [-799, -887], [-18, 1049], [-623, 715], [205, 2741], [546, 1203], [718, 23], [17, 1317], [737, 963], [-66, 842], [764, 2927], [-372, 25], [-1227, -2967], [-387, 246], [-629, 2275], [460, 4880], [786, 3381], [112, 2715], [231, 475], [102, 3025], [-410, 3227], [967, 1254], [994, 2799], [846, 1832], [515, -1977], [448, -352], [796, 1052], [346, -814], [1490, -887], [200, -646]], [[78500, 810152], [-529, -2655], [-889, -709], [-891, -2927], [268, -2258], [-402, 43], [-550, -1341], [-153, -1302], [-582, -1608], [-230, -3803], [-474, -1479], [-1035, 411], [707, -1449], [308, -1771], [-381, -2913], [-287, -680], [-1149, -274], [-159, -989], [796, 2], [-164, -2224], [-453, -1068], [-562, 296], [227, 1314], [-337, 1411], [33, -1984], [-398, -2576], [-671, -197], [279, -1966], [-1055, -1700], [-61, -2764], [-263, -488], [166, -2860], [277, 1050], [1025, 35], [413, -1682], [604, -1164], [58, -1233]], [[106275, 795260], [0, -1588], [1343, -1612], [173, 1644], [1330, -2348], [801, 2853], [1723, 322], [-345, -4919], [404, -1740], [964, -1648], [226, -2564], [2839, -9771], [300, -4810], [-74, -1471]], [[114794, 765672], [-73, 1821], [-694, 2541], [-828, 1292], [163, 1473], [-568, -631], [-1881, 4464], [-679, 903], [-783, 1959], [551, 424], [542, 2604], [-421, 3603], [333, 1618], [530, -2532], [164, 177], [-480, 2635], [-360, 838], [-174, -1871], [-463, -2242], [-1472, -2407], [-1544, 735], [-1623, 2726], [527, 2089], [-371, 3153], [-375, -856], [437, -1616], [-624, -1272], [-2761, 2302], [-2696, -711], [-929, -990]], [[106279, 946179], [-1, -49412]], [[106278, 896767], [-929, -2457], [-130, -1600], [-1321, -3359], [-907, 419], [-783, -1693], [-450, 408], [-349, -3372], [-325, -1449], [-654, -436], [-1188, -2953], [58, -3794], [-686, -1988], [-821, 654]], [[97793, 875147], [-205, 2151], [358, 3325], [-316, 719], [513, 846], [-159, 1080], [-963, -156], [-338, -900], [-1244, 1394], [-886, -1195], [-579, 221], [-639, -953], [-286, 1202], [374, 853], [-1289, 1884], [-166, 1202], [398, 1802], [-514, 869], [-625, -618], [-460, -1403], [-1061, -1321], [-1073, -10], [-601, -1159], [-3102, 6], [49, -11363], [273, 317], [853, -2473], [548, -2656]], [[50974, 844055], [10, 4776], [492, 29], [-58, 4949], [548, 10], [4, 1425], [1103, 13], [-17, 1635], [486, 23], [-3, 1682], [645, -27], [-89, 4840], [-627, -26], [-61, 12986], [569, 33], [-9, 3217], [557, 13], [-4, 6309], [539, -18], [-5, 4867], [-575, -8]], [[54479, 890783], [-5, 8105], [1752, -14], [2, 3093], [2984, 34], [5, 6543], [2343, 38], [1, -3290], [1183, 54], [6, 3236], [1194, 12], [-3, -1576], [600, 61], [1, -1630], [1168, -18], [135, 4836], [1805, -29], [9, 2778], [1841, -6], [167, 1643], [-10, 6646], [-437, -20], [-10, 1684], [-1234, 59], [4, 4809], [169, 1664], [-624, -6], [17, 1606], [-634, -27], [7, 1645], [-621, 10], [151, 4212]], [[66445, 936935], [6419, -2], [8315, -30], [7299, 18], [3888, 6], [-10, 9096], [4663, 309], [4790, -300], [4470, 147]], [[97793, 875147], [-1158, -1860], [-1437, -204], [-262, -1096], [-804, -486], [-476, -1291], [-576, 796], [-732, -1427], [-433, 43], [-568, -2104], [-1792, -263]], [[106278, 896767], [-2, -73393]], [[79659, 983425], [-186, -1458], [-395, 1373], [581, 85]], [[66445, 936935], [-1, 525], [-2610, -23], [-8, 1900], [-2541, -186], [-15, 1669], [-3117, 28], [-4016, 91], [-18, 1253], [-1129, 58], [26, -1250], [-2705, 21], [-18, 1268], [-1182, 3], [11, -1279], [-1329, 46], [-7, 1283], [-2020, 165], [0, -1272], [-4957, -98], [15, -3782], [-2411, 70]], [[38413, 937425], [-1695, 2109], [-331, 1545], [-1320, 2645], [530, 804], [403, 3101], [38, 5653], [2426, -416], [2905, 1304], [905, 1071], [1222, 2916], [1184, 4349], [538, 5906], [-329, 649], [1231, 3476], [365, 2385], [846, 2065], [658, 2577], [521, -1587], [1146, 663], [1622, 2412], [1470, 3493], [882, 527], [-302, -3710], [454, -2622], [-62, 3461], [380, 972], [-494, 2433], [-541, 46], [1260, 3273], [1370, 1209], [-523, -1007], [415, -852], [3297, 1404], [1421, 2118], [704, 1933], [1322, 4593], [409, 808], [627, -1392], [915, -472], [117, -1342], [1298, -97], [153, -1576], [-589, -1821], [-1263, -1269], [606, -390], [-400, -1319], [1303, -54], [456, 606], [-100, 1673], [703, 1368], [285, 1695], [248, -1305], [706, 928], [682, -1755], [-272, -1975], [1375, -2189], [693, 2096], [1211, 87], [987, 691], [970, -830], [279, -2575], [299, 2682], [989, -1071], [-561, -2519], [5, -1532], [1009, -525], [-1482, -681], [2474, 169], [-499, -2280], [1552, -378], [326, -1080], [240, 1607], [1280, 271], [-195, -2495], [904, 1573], [845, 524], [665, 1466], [1963, -425], [886, -1703], [688, 50], [281, -1515], [1081, 464], [877, -2131], [2068, -1579], [1439, 785], [1493, -1038], [433, 638], [1637, -3240], [1773, -387], [359, 912], [3399, 1866], [1396, -1344], [1104, -2165], [387, -1505], [1266, -1051], [1131, -2960], [450, 854], [588, -630], [-1, -21362]], [[54479, 890783], [-578, 0], [-10, -1617], [-6227, 42], [-4789, -36], [-1, 3200], [-592, 6], [0, 3250], [-769, -10], [8, 6456], [-205, 26], [-5, 6430], [-226, 1957]], [[41085, 910487], [1578, 205], [202, -2556], [-311, -1225], [120, -2178], [-263, -1028], [215, -1763], [590, -1196], [375, 540], [1138, -445], [965, 699], [321, -1177], [667, -159], [982, 797], [546, -2004], [189, 2045], [810, 3513], [796, -959], [609, 527], [-495, 1902], [-1494, 1020], [-695, -1271], [194, 3234], [-839, 3465], [-836, 788], [-422, 2410], [386, 1581], [446, 30], [876, -3094], [-154, -2498], [448, -1913], [931, -1944], [1114, 1832], [1074, -3146], [1511, 331], [131, 1770], [-331, 2163], [-932, -162], [-460, 1241], [-885, -263], [-253, -1860], [-717, -285], [-1099, 3517], [232, 3056], [871, 1516], [-974, 1717], [-1121, -1076], [-1026, -153], [-389, 1249], [-528, -564], [-2241, 1824], [-397, 5492], [-677, 3578], [-1097, 2080], [-2353, 5735]], [[46592, 855663], [131, -1524], [-910, 378], [779, 1146]], [[20846, 858392], [155, -1918], [1767, -2169], [1395, 2514], [527, -232], [506, -1478], [153, -2243], [1093, -1044], [302, -1308], [1483, -327], [899, -741], [-443, -2851], [-1263, 664], [-756, -2937], [125, -925], [-599, -398], [122, 1508], [-581, 2032], [-993, 769], [95, 1587], [-980, 2254], [-777, 1164], [-1179, -1499], [-406, -1269], [-853, 1089], [-307, 2233], [515, 5525]], [[40155, 909679], [-378, -812], [-1698, -1707], [2076, 2519]], [[46153, 848898], [640, 3384], [128, 1617], [836, -1042], [-394, -958], [1743, 358], [1080, 995], [1027, 4968], [-512, 5797], [-74, 2808], [-783, 2760], [-729, 205], [138, 2075], [1089, -245], [770, 2178], [52, 1988], [-320, 1965], [-760, 1982], [-574, -2906], [-898, 82], [-597, -1411], [-710, -399], [-196, -1163], [-840, -1617], [-252, -2634], [-446, -1194], [-161, 3173], [-951, 2836], [-459, -1140], [680, -1515], [9, -1792], [-1367, 2870], [-2018, -58], [-2019, -2251], [-807, 901], [-2508, 1784], [-689, 2790], [279, 1486], [-107, 1445], [-749, 1760], [-607, 2842], [664, -527], [574, 1254], [301, 1828], [876, -777], [601, -2903], [499, -323], [640, 1345], [-382, 828], [-828, 195], [-166, -711], [-669, 2577], [-1941, 1613], [-1534, 482], [-1420, 2818], [-465, 461], [786, 2442], [578, 22], [0, 1593], [845, 1741], [325, -909], [992, 2481], [418, 1888], [1044, 1672], [643, -1028], [1215, 99], [319, 783], [-1041, 1553], [504, 1846], [720, 1193], [1099, 506], [107, -679], [853, 2834], [831, 668]], [[129335, 693546], [271, -1010], [-142, -1955], [-385, 2864], [256, 101]], [[133465, 694933], [144, -1619], [-433, -1116], [-420, 1401], [709, 1334]], [[129050, 698432], [385, -3029], [-187, -665], [-381, 868], [233, 1060], [-50, 1766]], [[128271, 699419], [264, -2151], [-73, -1620], [899, -5179], [112, -1526], [-465, 199], [-651, 4105], [-450, 3522], [53, 2603], [311, 47]], [[132791, 699517], [329, -1553], [-33, -2741], [-745, 304], [319, 2136], [-199, 1261], [329, 593]], [[127590, 701351], [340, -1447], [-98, -960], [-490, -120], [14, 2204], [234, 323]], [[126995, 702605], [287, -601], [-587, -1676], [300, 2277]], [[127349, 703974], [-507, -707], [254, 1440], [253, -733]], [[126549, 705223], [400, -333], [-240, -1814], [-293, 1014], [133, 1133]], [[127577, 705503], [192, -1281], [-213, -946], [-252, 1520], [273, 707]], [[126975, 710441], [673, -1209], [-593, 136], [46, -1542], [-470, 1638], [344, 977]], [[127738, 711890], [119, -2595], [-286, 1329], [167, 1266]], [[132951, 712558], [-517, -394], [513, 1288], [4, -894]], [[127377, 716539], [387, -260], [-15, -2495], [-236, 369], [-706, -1255], [-240, -1211], [-257, 709], [519, 3076], [548, 1067]], [[126878, 720140], [451, -579], [750, 57], [384, -2788], [-191, -1469], [383, -1822], [435, 266], [497, -1761], [456, -2620], [47, -3196], [267, 734], [169, -1960], [371, -1718], [-850, 2044], [-552, -1434], [684, 586], [160, -2342], [299, 487], [445, -2791], [-464, -922], [454, -352], [205, 1480], [89, -3147], [-431, -827], [396, -512], [101, -2502], [-398, -59], [421, -1193], [-183, -2479], [-613, 702], [-449, 4336], [-561, -35], [258, 2640], [-329, -710], [132, 1822], [-300, -502], [-725, 2251], [-725, 264], [28, 1947], [514, -21], [-361, 1667], [236, 2818], [-439, -873], [-448, 796], [643, 3530], [-238, 1458], [-150, 5160], [-814, 306], [-187, 1877], [133, 1386]], [[133954, 721013], [796, -683], [442, -1861], [432, -443], [118, -1890], [501, -841], [396, 492], [280, -2136], [-1, -1873], [-414, -2628], [68, -3449], [429, -5569], [-359, -1662], [-236, -2416], [-441, -2702], [-867, -2699], [-213, 1932], [-286, -2060], [-269, 663], [-207, 4192], [490, 1686], [-537, -477], [-156, 1948], [582, 2169], [-76, 7458], [-887, 5088], [-486, -470], [-72, 869], [-950, -2430], [-396, -118], [344, -1651], [-545, -5283], [-588, 1664], [-115, 2845]], [[312327, 9345], [187, -607]], [[312514, 8738], [-15, -1699]], [[312499, 7039], [-350, 67]], [[312149, 7106], [17, 912]], [[312166, 8018], [43, 812]], [[312209, 8830], [118, 515]], [[312084, 13310], [6, -1330]], [[312090, 11980], [-147, -91]], [[311943, 11889], [-157, 1158]], [[311786, 13047], [223, 739]], [[312009, 13786], [75, -476]], [[312224, 10808], [178, -1249]], [[312402, 9559], [-75, -214]], [[312209, 8830], [-202, 83]], [[312007, 8913], [-56, 276]], [[311951, 9189], [-19, 1837]], [[311932, 11026], [292, -218]], [[313107, 15065], [-14, -2951]], [[313093, 12114], [-156, -33]], [[312937, 12081], [5, 365]], [[312942, 12446], [-35, 2687]], [[312907, 15133], [200, -68]], [[312774, 6524], [70, -1308]], [[312844, 5216], [-339, -42]], [[312505, 5174], [62, 1491]], [[312567, 6665], [207, -141]], [[312709, 10759], [26, -1200]], [[312735, 9559], [-333, 0]], [[312224, 10808], [123, 645]], [[312347, 11453], [362, -694]], [[315123, 11875], [54, -128]], [[315177, 11747], [78, -1803]], [[315255, 9944], [-163, -1770]], [[315092, 8174], [-119, 1033]], [[314973, 9207], [-63, 762]], [[314910, 9969], [144, 1736]], [[315054, 11705], [69, 170]], [[314670, 11208], [37, -330]], [[314707, 10878], [60, -642]], [[314767, 10236], [-199, -737]], [[314568, 9499], [-72, 1129]], [[314496, 10628], [174, 580]], [[314052, 6833], [264, -476]], [[314316, 6357], [-19, -702]], [[314297, 5655], [-318, 75]], [[313979, 5730], [73, 1103]], [[312567, 6665], [-68, 374]], [[312514, 8738], [144, 137]], [[312658, 8875], [116, -2351]], [[312942, 12446], [-192, 449]], [[312750, 12895], [-16, -17]], [[312734, 12878], [-7, 2191]], [[312727, 15069], [180, 64]], [[313370, 8907], [-65, -415]], [[313305, 8492], [-209, 82]], [[313096, 8574], [-80, -28]], [[313016, 8546], [-82, 705]], [[312934, 9251], [27, 1093]], [[312961, 10344], [345, -244], [64, -1193]], [[313305, 8492], [-14, -2847]], [[313291, 5645], [-154, 398]], [[313137, 6043], [-41, 2531]], [[314464, 12204], [-98, -1501]], [[314366, 10703], [-105, -151]], [[314261, 10552], [-75, 983]], [[314186, 11535], [35, 729]], [[314221, 12264], [129, 637]], [[314350, 12901], [114, -697]], [[314016, 15104], [-14, -2136]], [[314002, 12968], [-54, 9]], [[313948, 12977], [-196, -375]], [[313752, 12602], [-27, 1006]], [[313725, 13608], [25, 1394]], [[313750, 15002], [266, 102]], [[313604, 15085], [-4, -1775]], [[313600, 13310], [-8, -955]], [[313592, 12355], [-45, -184]], [[313547, 12171], [-454, -57]], [[313107, 15065], [497, 20]], [[314264, 15070], [-76, -2600]], [[314188, 12470], [-186, 498]], [[314016, 15104], [248, -34]], [[315464, 13512], [1, -2420]], [[315465, 11092], [-66, 434]], [[315399, 11526], [-159, 1610]], [[315240, 13136], [-103, 1307]], [[315137, 14443], [122, 138]], [[315259, 14581], [205, -1069]], [[314938, 14053], [76, -2457]], [[315014, 11596], [-176, -329]], [[314838, 11267], [34, 2700]], [[314872, 13967], [51, 292]], [[314923, 14259], [15, -206]], [[315375, 10330], [63, -1609]], [[315438, 8721], [6, -427]], [[315444, 8294], [-234, -827]], [[315210, 7467], [-116, 640]], [[315094, 8107], [-2, 67]], [[315255, 9944], [120, 386]], [[313784, 8891], [255, -1303]], [[314039, 7588], [13, -755]], [[313979, 5730], [-242, -150]], [[313737, 5580], [-39, 3313]], [[313698, 8893], [16, 19]], [[313714, 8912], [70, -21]], [[315465, 11092], [-90, -762]], [[315177, 11747], [222, -221]], [[313725, 9097], [-11, -185]], [[313698, 8893], [-269, 126]], [[313429, 9019], [231, 2602]], [[313660, 11621], [65, -2524]], [[314361, 14911], [31, -1699]], [[314392, 13212], [-42, -311]], [[314221, 12264], [-33, 206]], [[314264, 15070], [97, -159]], [[312306, 11771], [41, -318]], [[311932, 11026], [-107, 569]], [[311825, 11595], [118, 294]], [[312090, 11980], [216, -209]], [[312937, 12081], [24, -1737]], [[312934, 9251], [-27, -13]], [[312907, 9238], [-172, 321]], [[312709, 10759], [41, 2136]], [[312505, 5174], [-359, -115]], [[312146, 5059], [3, 2047]], [[314634, 8728], [-21, -893]], [[314613, 7835], [-92, -362]], [[314521, 7473], [-160, 1420]], [[314361, 8893], [201, 525]], [[314562, 9418], [72, -690]], [[312295, 14639], [81, -1251]], [[312376, 13388], [-70, -1617]], [[312084, 13310], [211, 1329]], [[312007, 8913], [159, -895]], [[312146, 5059], [-281, 903], [86, 3227]], [[315210, 7467], [60, -308]], [[315270, 7159], [221, -1461]], [[315491, 5698], [-308, -32]], [[315009, 6674], [174, -1008]], [[315009, 6674], [81, 1384]], [[315090, 8058], [4, 49]], [[314186, 11535], [-217, -675]], [[313969, 10860], [-21, 2117]], [[312009, 13786], [157, 1824]], [[312166, 15610], [129, -971]], [[313137, 6043], [-273, -821]], [[312864, 5222], [152, 3324]], [[314838, 11267], [-131, -389]], [[314670, 11208], [-8, 753]], [[314662, 11961], [28, 1346]], [[314690, 13307], [76, 779]], [[314766, 14086], [106, -119]], [[313547, 12171], [113, -550]], [[313429, 9019], [-59, -112]], [[314973, 9207], [-339, -479]], [[314562, 9418], [6, 81]], [[314767, 10236], [143, -267]], [[314776, 6994], [-112, -1632]], [[314664, 5362], [-367, 293]], [[314316, 6357], [205, 1116]], [[314613, 7835], [163, -841]], [[312679, 13385], [55, -507]], [[312376, 13388], [303, -3]], [[315090, 8058], [-314, -1064]], [[314662, 11961], [-198, 243]], [[314392, 13212], [143, 200]], [[314535, 13412], [155, -105]], [[312679, 13385], [-109, 1772]], [[312570, 15157], [157, -88]], [[313752, 12602], [-160, -247]], [[313600, 13310], [125, 298]], [[314496, 10628], [-130, 75]], [[313604, 15085], [146, -83]], [[315240, 13136], [-117, -1261]], [[315054, 11705], [-40, -109]], [[314938, 14053], [199, 390]], [[315043, 5450], [-34, 1224]], [[315043, 5450], [-379, -88]], [[312864, 5222], [-20, -6]], [[312658, 8875], [249, 363]], [[314001, 9350], [196, -57]], [[314197, 9293], [164, -400]], [[314039, 7588], [-38, 1762]], [[313784, 8891], [217, 459]], [[313969, 10860], [-244, -1763]], [[313737, 5580], [-446, 65]], [[314261, 10552], [-64, -1259]], [[312166, 15610], [404, -453]], [[315579, 8262], [226, -901]], [[315805, 7361], [-150, -1087]], [[315655, 6274], [-385, 885]], [[315444, 8294], [135, -32]], [[314849, 14669], [-83, -583]], [[314535, 13412], [108, 1312]], [[314643, 14724], [206, -55]], [[318309, 12804], [169, -865], [-544, 829], [375, 36]], [[316158, 12800], [-233, -1215]], [[315925, 11585], [-15, -114]], [[315910, 11471], [23, 1757]], [[315933, 13228], [225, -428]], [[315714, 13935], [-106, -832]], [[315608, 13103], [-144, 409]], [[315259, 14581], [455, -646]], [[315655, 6274], [-164, -576]], [[315910, 11471], [-22, -197]], [[315888, 11274], [-160, -129]], [[315728, 11145], [-34, 40]], [[315694, 11185], [-86, 1918]], [[315714, 13935], [219, -707]], [[315888, 11274], [293, -1348]], [[316181, 9926], [-216, -625]], [[315965, 9301], [-242, 491]], [[315723, 9792], [5, 1353]], [[315723, 9792], [-144, -1530]], [[315438, 8721], [211, 2085]], [[315649, 10806], [45, 379]], [[315649, 10806], [-184, 286]], [[316256, 11346], [-331, 239]], [[316158, 12800], [154, 393], [-56, -1847]], [[316256, 11346], [125, -1004], [-200, -416]], [[315965, 9301], [-160, -1940]], [[316936, 9055], [328, -560], [-757, -909], [-91, 685], [520, 784]], [[318661, 1986], [376, -1085], [-740, -781], [24, 1181], [340, 685]], [[314361, 14911], [282, -187]], [[123928, 718235], [-2, -1610]], [[119111, 747595], [-67, -5]], [[124871, 753168], [418, 537]], [[71986, 766650], [158, 17]], [[56428, 729876], [0, -164]], [[126985, 748600], [107, 525]], [[126818, 747787], [-267, -754]], [[61672, 65312], [272, -274]], [[314849, 14669], [74, -410]], [[315183, 5666], [-140, -216]], [[311825, 11595], [-39, 1452]], [[253891, 243332], [-3, 424]], [[297006, 439075], [21, -79]], [[273150, 218795], [-218, 2571], [-109, 2556], [341, -5125]], [[273164, 218797], [-14, -2]], [[275036, 140768], [-16, 1]], [[274871, 140335], [3, -76]], [[268559, 210807], [-4, -26]], [[258410, 236520], [0, 355]], [[272837, 223331], [-14, 0]], [[274173, 206960], [19, 0]], [[275584, 178509], [-145, -584]], [[275994, 173067], [-63, 2]], [[275922, 173070], [-37, 2]], [[272518, 253791], [20, 18]], [[272125, 254343], [81, -132]], [[256680, 462075], [-142, -2897], [-384, -10769]], [[256154, 448409], [-883, -7], [0, -983]], [[254488, 462036], [2192, 39]], [[256154, 448409], [1065, -7]], [[249637, 222999], [-31, 137]], [[248195, 214699], [-70, -748]], [[247232, 214954], [0, 260]], [[247232, 215317], [15, 318]], [[301353, 460902], [-185, -724]], [[301101, 460137], [28, -397]], [[301793, 457791], [116, -445]], [[285769, 400843], [123, 37]], [[264771, 527003], [-281, 49]], [[267568, 452013], [-852, -4103], [-108, -17]], [[266608, 447893], [-26, -6]], [[266582, 447887], [-16, -1]], [[266566, 447886], [-30, -6]], [[266536, 447880], [-6, -1]], [[256680, 462075], [-375, 16538], [12, 3500], [187, 5880], [609, 12037], [445, 5943], [542, 3980], [721, 3116], [-1423, 3912], [-936, -37], [-588, -3704], [-267, -718], [-95, -2358], [-427, 343]], [[247207, 537862], [1281, 13508]], [[248488, 551370], [1322, 13439]], [[249810, 564809], [408, -727], [1834, 5024], [865, 1148], [2109, -5688], [7666, -20686], [271, -4739], [574, -3230], [509, 900], [683, 396], [-47, -2079], [105, -3301], [426, -3438], [360, 1156], [708, -243], [385, -2004], [-455, -3293], [3005, -8985], [1103, -32532], [-926, -12370], [-34, -3060], [-156, -2886], [-328, -976], [-521, -3379], [-656, -1036], [-180, -1472], [-60, -3681], [110, -1615]], [[252129, 567028], [-1583, -4120], [166, -1627], [582, 1037], [-142, 551], [872, 1783], [743, 3451], [-638, -1075]], [[248488, 551370], [-1963, 212], [-2260, -6869], [-1513, -4210]], [[249572, 564554], [238, 255]], [[282592, 309414], [10, -65]], [[289029, 404122], [-16, 45]], [[293679, 426705], [-79, 470]], [[286839, 484138], [-17, 6]], [[276897, 457877], [-3, 4558]], [[276894, 462435], [2305, 5850], [8, 2378], [-220, 544], [-164, 5160], [-363, 3502], [1422, 3362], [1923, 0], [3353, 0], [997, 8619], [109, 340]], [[267767, 442766], [-50, -4]], [[267568, 452013], [114, -1687], [1085, -3482], [787, 0], [3209, 9884], [2039, 2175]], [[274802, 458903], [-16, -6460]], [[274802, 458903], [1209, 1289], [883, 2243]], [[275537, 276578], [-263, -628]], [[273916, 275250], [-11, -827]], [[273920, 274333], [-20, -184]], [[228015, 167092], [147, -2633], [-252, 2651], [105, -18]], [[228180, 184437], [70, -94]], [[229313, 193901], [29, 366]], [[230757, 204203], [-190, 587]], [[229828, 205636], [-9, -8]], [[229431, 197365], [-30, -1032]], [[228487, 190418], [-16, -156]], [[286226, 362368], [89, -504]], [[283710, 365528], [174, -301]], [[286242, 357857], [63, -1057]], [[286254, 356334], [304, 311]], [[286558, 356645], [136, 36]], [[284458, 394060], [-9, -959]], [[151607, 571679], [12, 2074], [1993, -3664], [1312, -1342], [815, 1107], [372, 2584], [-289, 2342], [-137, 2706], [722, 1361], [0, 1194], [-873, 3181], [648, -1]], [[156182, 583221], [153, 1]], [[156335, 583222], [770, 0]], [[253979, 502714], [-8, -1]], [[242231, 539612], [9, 872]], [[242245, 540522], [75, 212]], [[242329, 540727], [187, 592]], [[242526, 541319], [224, -823]], [[288652, 406259], [12, 7]], [[288613, 408309], [-8, 430]], [[290026, 386798], [-57, 0]], [[287992, 379951], [5, 43]], [[287430, 351414], [50, -2]], [[287480, 351412], [118, 4]], [[287598, 351416], [-258, -2]], [[280248, 301457], [-33, 176]], [[156182, 583221], [153, 1]]], + "transform": { + "scale": [0.00035892617892657177, 0.00005371486851395936], + "translate": [-179.1473400003406, 17.67439566600018] + } + } + }; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/ChoroplethCounties.js',["d3", "topojson", "./Choropleth", "./us-counties"], factory); + } else { + root.map_ChoroplethCounties = factory(root.d3, root.topojson, root.map_Choropleth, root.map_usCounties); + } +}(this, function (d3, topojson, Choropleth, usCounties) { + var features = topojson.feature(usCounties.topology, usCounties.topology.objects.counties).features; + var rFeatures = {}; + for (var key in features) { + if (features[key].id) { + rFeatures[features[key].id] = features[key]; + } + } + var fipsFormatter = d3.format("05d"); + function ChoroplethCounties() { + Choropleth.call(this); + + this.projection("albersUsaPr"); + + this._choroTopology = usCounties.topology; + this._choroTopologyObjects = usCounties.topology.objects.counties; + } + ChoroplethCounties.prototype = Object.create(Choropleth.prototype); + ChoroplethCounties.prototype.constructor = ChoroplethCounties; + ChoroplethCounties.prototype._class += " map_ChoroplethCounties"; + + ChoroplethCounties.prototype.publish("onClickFormatFIPS", false, "boolean", "format FIPS code as a String on Click"); + + ChoroplethCounties.prototype.layerEnter = function (base, svgElement, domElement) { + Choropleth.prototype.layerEnter.apply(this, arguments); + + this._selection.widgetElement(this._choroplethData); + this.choroPaths = d3.select(null); + var context = this; + this + .tooltipHTML(function (d) { + return context.tooltipFormat({ label: usCounties.countyNames[d[0]], value: context._dataMap[d[0]] ? context._dataMap[d[0]][1] : "N/A" }); + }) + ; + }; + + ChoroplethCounties.prototype.layerUpdate = function (base) { + Choropleth.prototype.layerUpdate.apply(this, arguments); + this.choroPaths = this._choroplethData.selectAll(".data").data(this.visible() ? this.data() : [], function (d) { return d[0]; }); + var context = this; + this.choroPaths.enter().append("path") + .attr("class", "data") + .call(this._selection.enter.bind(this._selection)) + .on("click", function (d) { + if (context._dataMap[d[0]]) { + var row = context.onClickFormatFIPS() ? context._dataMap[d[0]].map(function (cell, idx) { + return context.onClickFormatFIPS() && idx === 0 ? fipsFormatter(cell) : cell; + }) : context._dataMap[d[0]]; + context.click(context.rowToObj(row), "weight", context._selection.selected(this)); + } + }) + .on("mouseout.tooltip", this.tooltip.hide) + .on("mousemove.tooltip", this.tooltip.show) + ; + this.choroPaths + .attr("d", function (d) { + var retVal = base._d3GeoPath(rFeatures[d[0]]); + if (!retVal) { + console.log("Unknown US County: " + d); + } + return retVal; + }) + .style("fill", function (d) { + var retVal = context._palette(d[1], context._dataMinWeight, context._dataMaxWeight); + return retVal; + }) + ; + this.choroPaths.exit().remove(); + }; + + return ChoroplethCounties; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/ChoroplethCountries.js',["d3", "topojson", "./Choropleth", "./countries"], factory); + } else { + root.map_ChoroplethCountries = factory(root.d3, root.topojson, root.map_Choropleth, root.map_countries); + } +}(this, function (d3, topojson, Choropleth, countries) { + var features = topojson.feature(countries.topology, countries.topology.objects.countries).features; + var rFeatures = {}; + for (var key in features) { + if (features[key].id && countries.countryNames[features[key].id]) { + rFeatures[countries.countryNames[features[key].id].name] = features[key]; + } + } + function ChoroplethCountries() { + Choropleth.call(this); + + this._choroTopology = countries.topology; + this._choroTopologyObjects = countries.topology.objects.countries; + } + ChoroplethCountries.prototype = Object.create(Choropleth.prototype); + ChoroplethCountries.prototype.constructor = ChoroplethCountries; + ChoroplethCountries.prototype._class += " map_ChoroplethCountries"; + + ChoroplethCountries.prototype.layerEnter = function (base, svgElement, domElement) { + Choropleth.prototype.layerEnter.apply(this, arguments); + + this._selection.widgetElement(this._choroplethData); + this.choroPaths = d3.select(null); + var context = this; + this + .tooltipHTML(function (d) { + return context.tooltipFormat({ label: d[0], value: d[1] }); + }) + ; + }; + + ChoroplethCountries.prototype.layerUpdate = function (base) { + Choropleth.prototype.layerUpdate.apply(this, arguments); + + this.choroPaths = this._choroplethData.selectAll(".data").data(this.visible() ? this.data() : [], function (d) { return d[0]; }); + var context = this; + this.choroPaths.enter().append("path") + .attr("class", "data") + .call(this._selection.enter.bind(this._selection)) + .on("click", function (d) { + if (context._dataMap[d[0]]) { + context.click(context.rowToObj(context._dataMap[d[0]]), "weight", context._selection.selected(this)); + } + }) + .on("mouseout.tooltip", this.tooltip.hide) + .on("mousemove.tooltip", this.tooltip.show) + ; + this.choroPaths + .attr("d", function (d) { + var retVal = base._d3GeoPath(rFeatures[d[0]]); + if (!retVal) { + console.log("Unknown Country: " + d); + } + return retVal; + }) + .style("fill", function (d) { + var retVal = context._palette(d[1], context._dataMinWeight, context._dataMaxWeight); + return retVal; + }) + ; + this.choroPaths.exit().remove(); + }; + + return ChoroplethCountries; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/us-states.js',[], factory); + } else { + root.map_usStates = factory(); + } +}(this, function () { + return { + stateNames: { + "1": { + "name": "Alabama", + "code": "AL" + }, + "2": { + "name": "Alaska", + "code": "AK" + }, + "4": { + "name": "Arizona", + "code": "AZ" + }, + "5": { + "name": "Arkansas", + "code": "AR" + }, + "6": { + "name": "California", + "code": "CA" + }, + "8": { + "name": "Colorado", + "code": "CO" + }, + "9": { + "name": "Connecticut", + "code": "CT" + }, + "10": { + "name": "Delaware", + "code": "DE" + }, + "11": { + "name": "District of Columbia", + "code": "DC" + }, + "12": { + "name": "Florida", + "code": "FL" + }, + "13": { + "name": "Georgia", + "code": "GA" + }, + "15": { + "name": "Hawaii", + "code": "HI" + }, + "16": { + "name": "Idaho", + "code": "ID" + }, + "17": { + "name": "Illinois", + "code": "IL" + }, + "18": { + "name": "Indiana", + "code": "IN" + }, + "19": { + "name": "Iowa", + "code": "IA" + }, + "20": { + "name": "Kansas", + "code": "KS" + }, + "21": { + "name": "Kentucky", + "code": "KY" + }, + "22": { + "name": "Louisiana", + "code": "LA" + }, + "23": { + "name": "Maine", + "code": "ME" + }, + "24": { + "name": "Maryland", + "code": "MD" + }, + "25": { + "name": "Massachusetts", + "code": "MA" + }, + "26": { + "name": "Michigan", + "code": "MI" + }, + "27": { + "name": "Minnesota", + "code": "MN" + }, + "28": { + "name": "Mississippi", + "code": "MS" + }, + "29": { + "name": "Missouri", + "code": "MO" + }, + "30": { + "name": "Montana", + "code": "MT" + }, + "31": { + "name": "Nebraska", + "code": "NE" + }, + "32": { + "name": "Nevada", + "code": "NV" + }, + "33": { + "name": "New Hampshire", + "code": "NH" + }, + "34": { + "name": "New Jersey", + "code": "NJ" + }, + "35": { + "name": "New Mexico", + "code": "NM" + }, + "36": { + "name": "New York", + "code": "NY" + }, + "37": { + "name": "North Carolina", + "code": "NC" + }, + "38": { + "name": "North Dakota", + "code": "ND" + }, + "39": { + "name": "Ohio", + "code": "OH" + }, + "40": { + "name": "Oklahoma", + "code": "OK" + }, + "41": { + "name": "Oregon", + "code": "OR" + }, + "42": { + "name": "Pennsylvania", + "code": "PA" + }, + "44": { + "name": "Rhode Island", + "code": "RI" + }, + "45": { + "name": "South Carolina", + "code": "SC" + }, + "46": { + "name": "South Dakota", + "code": "SD" + }, + "47": { + "name": "Tennessee", + "code": "TN" + }, + "48": { + "name": "Texas", + "code": "TX" + }, + "49": { + "name": "Utah", + "code": "UT" + }, + "50": { + "name": "Vermont", + "code": "VT" + }, + "51": { + "name": "Virginia", + "code": "VA" + }, + "53": { + "name": "Washington", + "code": "WA" + }, + "54": { + "name": "West Virginia", + "code": "WV" + }, + "55": { + "name": "Wisconsin", + "code": "WI" + }, + "56": { + "name": "Wyoming", + "code": "WY" + }, + "60": { + "name": "American Samoa", + "code": "AS" + }, + "66": { + "name": "Guam", + "code": "GU" + }, + "69": { + "name": "Northern Mariana Islands", + "code": "MP" + }, + "72": { + "name": "Puerto Rico", + "code": "PR" + }, + "78": { + "name": "Virgin Islands", + "code": "VI" + } + }, + topology: { + type: "Topology", + objects: { + states: { + "type": "GeometryCollection", + "geometries": [{ + "type": "MultiPolygon", + "id": 2, + "arcs": [[[9426]], [[9427]], [[9428]], [[9429]], [[9430]], [[9431]], [[9432]], [[9433]], [[9434]], [[9435]], [[9436]], [[9437]], [[9438]], [[9439]], [[9440]], [[9441]], [[9442]], [[9443]], [[9444]], [[9445]], [[9446]], [[9447]], [[9450]], [[9451]], [[9452]], [[9453]], [[9629]], [[9454]], [[9630]], [[9455]], [[9456]], [[9631]], [[9457]], [[9632]], [[9633]], [[9458]], [[9634]], [[9459]], [[9460]], [[9466]], [[9635]], [[9461]], [[9636]], [[9637]], [[9638]], [[9639]], [[9483]], [[9640]], [[9509]], [[9467]], [[9641]], [[9642]], [[9510]], [[9643]], [[9511]], [[9512]], [[9484]], [[9476]], [[9485]], [[9486]], [[9448]], [[9513]], [[9514]], [[9515]], [[9487]], [[9449]], [[9548]], [[9869, 9550]], [[9488]], [[9489]], [[9524]], [[9490]], [[9552, 9521, 9870, 9523, 9551, 9533]], [[9500]], [[9499, 9529, 9871, 9531, 9497, 9534]], [[9491]], [[9492]], [[9470]], [[9603]], [[9604]], [[9582]], [[9583]], [[9584]], [[9585]], [[9560]], [[9586]], [[9587]], [[9561]], [[9588]], [[9605]], [[9589]], [[9562]], [[9592]], [[9593]], [[9594]], [[9563]], [[9597]], [[9553]], [[9554]], [[9555]], [[9625]], [[9626]], [[9627]], [[9620]], [[9611, 9602, 9606, 9596, 9607, 9591, 9608, 9581, 9571, 9609, 9872, 9493, 9479, 9465, 9873, 9463, 9480, 9468, 9481, 9475, 9567, 9471, 9568, 9559, 9628, 9624, 9622, 9612, 9619, 9600, 9610, 9536, 9547, 9542, 9545, 9501, 9528, 9516, 9644, 9518, 9525, 9874, 9527, 9503, 9875, 9505, 9543, 9508, 9544, 9540, 9546, 9538]]] + }, { + "type": "MultiPolygon", + "id": 15, + "arcs": [[[9417]], [[9422]], [[9421]], [[9423]], [[9876, 9420]], [[9424]], [[9425]], [[9418]]] + }, { + "type": "MultiPolygon", + "id": 72, + "arcs": [[[9866]], [[9813, 9697, 9666, 9723, 9817, 9718, 9726, 9759, 9868, 9839, 9877, 9737, 9820, 9731, 9847, 9853, 9844, 9863, 9864, 9855, 9865, 9834, 9848, 9782, 9878, 9822, 9803, 9689, 9746, 9830, 9705, 9790, 9823, 9668, 9768, 9779, 9660, 9761, 9879, 9654, 9788, 9832]]] + }, { + "type": "Polygon", + "id": 1, + "arcs": [[-6786, -6785, -6792, -6791, -6807, 6974, -6994, -6998, 7027, -7168, -7171, 7205, -7420, 7492, 7493, -7574, 7698, 7699, -7846, 7871, -8018, 8061, -8111, -8157, 8194, -8293, 8320, 8321, -8483, 8483, -8579, 8680, 8681, 8688, 8689, 8690, 8566, 8567, 8683, 8684, 8685, 8675, 8676, 9880, 8678, 8701, 8702, 8703, -8620, 8521, -8436, 8249, 8250, -8128, 7954, 7955, -7826, 7678, -7599, 7448, -7421, 7302, -7257, 7179, -6951, -6954, 6937, -6753, -6699, -6714, -6725, -6724]] + }, { + "type": "Polygon", + "id": 5, + "arcs": [[-5843, -5842, -5816, -5921, -5920, -5919, -5932, -5931, -5930, -5716, -5888, -5887, -5886, -5917, -5916, -5866, -5973, -5972, -5971, -5970, -5969, -6163, -6274, 6406, 6407, 6408, 6409, -6605, 6734, 6735, 6736, 7015, -7027, 7132, 7133, -7415, -7414, 7662, 7663, 7664, 7665, 7666, 7777, 7794, 7795, 7733, 7734, 7719, 7720, 7643, 7644, 7645, -7611, 7513, -7233, -7232, 7118, -6775, -6774, 6727, -6611, 6550, -6316, 6256, 6117, -5946, -5936]] + }, { + "type": "Polygon", + "id": 4, + "arcs": [[-4752, -5779, 5779, 5780, 5781, -7177, 7591, 7592, -8039, 8208, 8504, 8191, 7725, 7726, 7305, 7306, -6522, -6521, -5912, -4625, -5343, -5417, -5416, -4754, -4753]] + }, { + "type": "MultiPolygon", + "id": 6, + "arcs": [[[7053]], [[7019]], [[7054]], [[6896]], [[6897]], [[-1601, -1600, -1604, 2383, -2395, -2394, -2393, -2392, 4129, 4130, -4310, -4309, -4308, -3802, -4324, 4568, -4773, -4255, 5466, -5913, 6520, 6521, -7307, -7306, -7727, 7740, 7697, 7519, 7056, 7020, 6899, 6528, 5874, 5606, 5291, 5193, 5288, 5438, 5155, 5018, 4853, 4552, 4697, 4472, 4696, 4474, 4482, 4847, 4484, 3626, 2685, 2373, -1893, -1975, -1974, -1882]]] + }, { + "type": "Polygon", + "id": 8, + "arcs": [[-2141, -2140, -2553, -2552, -2733, -2732, -2702, -2701, -2823, -2972, -2971, 3139, -3194, 3363, 3364, -3620, 3939, 3940, -4277, 4354, -4592, -4591, 4878, 4879, -5245, 5317, 5318, 5319, 5207, 5208, 5307, 5308, 5510, 5511, 5496, 5497, 5323, 5321, -4751, -4750, -4749, 4628, -4026, 3577, -3100, -3099, 2981, 2982, -2194, -2137, -2136, -2135]] + }, { + "type": "Polygon", + "id": 9, + "arcs": [[-2172, -2171, -2170, -2018, -2017, 2317, 2318, -2457, 2526, 2527, 2557, 2559, 9881, 2561, 2547, 2548, 2549, -2285, -2284, -1998]] + }, { + "type": "Polygon", + "id": 11, + "arcs": [[4385, 4386, -4115, -4297]] + }, { + "type": "Polygon", + "id": 10, + "arcs": [[3752, 4102, 4392, 4393, 4394, 4395, 4396, 4397, -4267, 4100, 4101, -4079, 3754, 3755, -3497, -3588, 3756, -3586]] + }, { + "type": "MultiPolygon", + "id": 12, + "arcs": [[[9361]], [[9338]], [[9063]], [[9882, 9883]], [[8993, 8905]], [[9884, 9356, 9885, 9358, 9362, 9351, 9340, 9331, 9302, 9329, 9304, 9285, 9264, 9262, 9235, 9221, 9193, 9886, 9137, 9363, 8968, 8865, 8969, 9065, 9006, 9064, 9008, 8913, 9009, 8915, 8804, 9887, 8806, 8797, 8790, 8787, -8676, -8686, -8685, -8684, -8568, -8567, -8691, -8690, -8689, -8682, -8745, -8744, -8733, -8737, -8736, -8743, -8742, -8740, -8739, -8762, 8875, -8760, -8828, -8827, -8697, -8696, -8600, -8747, -8746, -8707, 8835, 8906, 9013, 9099, 9139, 9161, 9152, 9098, 8991, 8903, 8992, 9888, 8988, 9116, 9153, 9204, 9889, 9206, 9146, 9200, 9276, 9296, 9890, 9298, 9326, 9891, 9322, 9892, 9324, 9332, 9353, 9360]]] + }, { + "type": "MultiPolygon", + "id": 13, + "arcs": [[[8704]], [[9893, 8606]], [[8522]], [[8333]], [[8283]], [[8284]], [[8523, 8607, 9894, 8609, 8705, 8706, 8745, 8746, 8599, 8695, 8696, 8826, 8827, 8759, -8876, 8761, 8738, 8739, 8741, 8742, 8735, 8736, 8732, 8743, 8744, -8681, 8578, -8484, 8482, -8322, -8321, 8292, -8195, 8156, 8110, -8062, 8017, -7872, 7845, -7700, -7699, 7573, -7494, -7493, 7419, -7206, 7170, 7167, -7028, 6997, 6993, -6975, -6806, -6721, -6720, -6719, -6795, -6794, -6828, -6827, -6823, -6822, -6886, -6885, -6884, -6802, -6673, -6924, -6923, -6922, -6921, -6920, -7061, -7060, -7256, 7339, -7438, -7437, -7484, -7483, -7542, -7541, -7711, 7821, -7868, -7867, 7891, -7899, -8057, -8056, -8055, 8285, 8280, 8336]]] + }, { + "type": "Polygon", + "id": 19, + "arcs": [[-1566, 1654, -1696, -1780, -1779, 2023, -2098, 2159, -2230, 2312, 2313, -2452, -2451, -2450, 2717, -2767, 2921, -2928, 3117, 3118, 3078, 3079, 3081, 3082, 3093, 3094, 3091, 3092, 3088, 3089, 3085, 3086, 3075, 3076, 3072, 3073, 3069, 3070, -2935, 2880, -2829, 2659, 2660, -2543, 2416, -2304, 2207, -2191, 2065, 2066, -1834, -1833, 1756, -1660, 1651, -1521, -1490, -1494, -1493, -1517, -1516, -1515, -1526, -1525, -1519, -1518, -1497, -1496, -1502, -1501, -1500, -1513, -1512, -1505, -1504]] + }, { + "type": "Polygon", + "id": 16, + "arcs": [[20, -36, 111, -202, 240, -350, -329, -328, 518, -528, -737, -736, -735, -758, -652, 1121, -1174, -1173, 1592, -1734, -1733, 2052, 2141, 2107, 2108, 2021, 2022, 1896, 1580, 1581, -1263, -1262, -1261, 1091, -970, 914, -709, 522, 535, 536, -396, -395, 364, -248, -247, 114, -82, 22, 23]] + }, { + "type": "Polygon", + "id": 17, + "arcs": [[-1968, -1967, -1948, -1947, -1953, -1952, -1960, -1959, -2030, -2029, 2116, 2233, 2234, 2235, 2510, -2533, 2774, -2825, 2957, -3156, 3323, 3324, -3546, 3727, -3919, 4027, -4173, 4238, -4445, -4444, 4683, -4705, 4905, -4930, 5135, -5171, 5358, 5359, 5361, -5492, 5562, 5574, 5575, 5568, 5569, 5570, -5351, -5350, -5160, 5125, 4935, 4936, 4726, 4727, -4456, -4455, -4521, 4379, 4380, 4381, 4165, 4070, 4071, -3929, 3750, 3751, -3685, 3515, -3493, 3241, 3242, -3118, 2927, -2922, 2766, -2718, 2449, 2450, 2451, -2314, -2313, 2229, -2160, 2097, -2024, -1778]] + }, { + "type": "Polygon", + "id": 18, + "arcs": [[-2297, -2296, -2291, -2290, -2295, 2470, -2539, 2621, -2717, 2793, 2794, -3019, 3039, -3168, 3291, -3407, -3406, 3614, -3716, 3808, -3932, -4139, 4144, -4266, -4265, 4422, 4423, 4432, 4433, -4557, 4659, 4660, 4805, 4798, 4799, 4800, 4795, 4892, 4893, 4894, 4953, 4954, 4923, 4924, 4973, 4974, 4927, 4928, 4929, -4906, 4704, -4684, 4443, 4444, -4239, 4172, -4028, 3918, -3728, 3545, -3325, -3324, 3155, -2958, 2824, -2775, 2532, -2511, -2236, 2533, 2535, 2467, -2204, -2203, -2300, -2299]] + }, { + "type": "Polygon", + "id": 20, + "arcs": [[-3419, -3431, -3429, -3428, -3423, -3422, -3433, -3432, -3413, -3412, -3410, -3409, -3417, -3416, -3426, -3427, -3317, -3316, -3486, -3485, -3490, -3489, -3488, -3492, -3561, 3664, -3762, 3884, -4003, -4002, -4046, -4199, -4198, 4346, -4501, 4546, -4772, 4820, -5042, -5041, 5300, 5301, -5544, 5556, 5557, 5558, 5531, 5532, 5523, 5524, 5592, 5593, 5446, 5447, 5449, 5450, 5526, 5527, 5459, 5460, 5528, 5529, 5456, 5457, 5453, 5520, 5521, 5519, 5516, 5517, -5318, 5244, -4880, -4879, 4590, 4591, -4355, 4276, -3941, -3940, 3619, -3365, -3420]] + }, { + "type": "MultiPolygon", + "id": 21, + "arcs": [[[-4137, -4136, -4161, -4160, -4159, -4182, -4181, -4351, -4350, -4373, -4372, -4498, -4497, 4744, -4805, -4804, -5103, -5102, 5233, 5234, 5235, 5611, -5643, 5726, 5826, 5827, 5819, 5820, 5824, 5825, 5807, 5808, 5882, 5883, 5835, 5913, 5914, 5838, 5839, 5891, 5892, 5696, 5698, 5699, 5658, 5659, 5737, 5937, 5938, 5831, 5832, 5932, 5933, 5957, 5958, -5897, -5709, -5708, -5707, 5632, -5569, -5576, -5575, -5563, 5491, -5362, -5360, -5359, 5170, -5136, -4929, -4928, -4975, -4974, -4925, -4924, -4955, -4954, -4895, -4894, -4893, -4796, -4801, -4800, -4799, -4806, -4661, -4660, 4556, -4434, -4433, -4424, -4423, 4264, 4265, -4145, -4138]]] + }, { + "type": "MultiPolygon", + "id": 22, + "arcs": [[[9108]], [[9088]], [[9046]], [[9028]], [[9899, 9025, 9089, 9003, 9084, 9900, 9078, 9901, 9080, 9902, 9082, 9109, 9070, 9049, 9037, 9060, -9017, -8995, 8942, -8693, -8692, 8649, 8456, 8457, -8406, 8237, -8223, 7906, 7907, 7908, -7820, -7645, -7644, -7721, -7720, -7735, -7734, -7796, -7795, -7778, -7667, -7666, -7665, -7928, 7943, -8109, -8108, -8107, -8106, 8274, 8275, 8276, 8491, 8492, -8647, -8646, -8661, -8660, -8659, -8664, -8663, -8665, -8632, -8771, -8770, 8846, 8847, 9010, 9027]]] + }, { + "type": "MultiPolygon", + "id": 25, + "arcs": [[[2727]], [[2632]], [[2175, 2248, 2249, 2250, 2251, 2252, 2168, 2015, 2016, 2017, 2169, 2170, 2171, 1997, 1998, 1999, -1887, -1737, -1736, -1754, -1807, -1806, -1783, -1782, -1781, -1749, 1934, 9903, 2006, 9904, 2008, 2118, 2165, 2177, 9905, 2173, 2287]]] + }, { + "type": "MultiPolygon", + "id": 24, + "arcs": [[[4166]], [[4781, 4782, 4856, 4857, 4858, 4690, 4581, 4268, 4408, 4169, 4080, 3824, 3834, 3840, 4088, 4192, 9906, 4194, 4521, 4293, 4613, 4731, 4615, 4295, 4296, 4114, 4115, 4116, 3849, 3811, 3812, 3813, 3814, 3816, 3817, 3818, 3820, 3821, 3822, -3547, -3461, -3460, -3445, -3537, -3536, -3458, -3457, -3584, -3583, -3501, -3500, -3499, -3449, -3448, -3498, -3756, -3755, 4078, -4102, -4101, 4266, -4398, -4397, -4396, 4784]]] + }, { + "type": "MultiPolygon", + "id": 23, + "arcs": [[[918]], [[919]], [[1288, 1134, 1392, 1380, 1390, 1382, 1537, 1538, -1300, -889, 889, 890, 891, 817, 567, 360, 813, 920, 599, 1117, 1282, 1286, 1391]]] + }, { + "type": "MultiPolygon", + "id": 26, + "arcs": [[[9402]], [[9401]], [[771, 820, 9406, 1075, 1236, 9407, 1434, 1560, 1561, 9408, 1578, 9409, 1927, 9410, 9412, -2505, 2280, 2281, 2292, 2293, 2294, 2289, 2290, 2295, 2296, 2298, 2299, 2202, 2203, 2204, 2151, 1988, 1785, 1686, 1533, 1378, 1225, 1112, 9404, 9405, 948, 9400, 9399]], [[9395]], [[9388, 9389]], [[9390]], [[9377, 446, 9382, 9384, 491, 9394, 9907, 9392, 9396, 9397, 574, 9385, 712, 713, 714, 639, 640, 587, 588, 589, 590, 476, 477, 478, 479, 480, 481, 482, 483, 484, 434, 9378]], [[9373, 9379, 9375]], [[9376]]] + }, { + "type": "Polygon", + "id": 27, + "arcs": [[125, 151, 204, 9366, 9365, 203, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 473, 592, 593, 594, -667, 794, -800, 901, 902, 1050, -1075, 1139, -1162, -1187, -1186, -1191, 1370, -1423, 1502, 1503, 1504, 1511, 1512, 1499, 1500, 1501, 1495, 1496, 1517, 1518, 1524, 1525, 1514, 1515, 1516, 1492, 1493, 1489, 1490, 1336, -1220, 1179, -1044, -1043, 917, -893, 840, -746, 702, -551, 546, 415, -404, 348, -318, 218, -210, 164, 165, -55, 60, 106, 9364]] + }, { + "type": "Polygon", + "id": 29, + "arcs": [[-3119, -3243, -3242, 3492, -3516, 3684, -3752, -3751, 3928, -4072, -4071, -4166, -4382, -4381, -4380, 4520, 4454, 4455, -4728, -4727, -4937, -4936, -5126, 5159, 5349, 5350, -5571, -5570, -5633, 5706, 5707, 5708, 5896, 5897, 5898, 5899, -6100, 6161, 6162, 5968, 5969, 5970, 5971, 5972, 5865, 5915, 5916, 5885, 5886, 5887, 5715, 5929, 5930, 5931, 5918, 5919, 5920, 5815, 5841, 5842, 5935, 5936, -5766, 5719, -5557, 5543, -5302, -5301, 5040, 5041, -4821, 4771, -4547, 4500, -4347, 4197, 4198, 4045, 4001, 4002, -3885, 3761, -3665, 3560, 3491, -3487, -3304, 3273, -3129, -3070, -3074, -3073, -3077, -3076, -3087, -3086, -3090, -3089, -3093, -3092, -3095, -3094, -3083, -3082, -3080, -3079]] + }, { + "type": "Polygon", + "id": 28, + "arcs": [[-6755, -6754, -6938, 6953, 6950, -7180, 7256, -7303, 7420, -7449, 7598, -7679, 7825, -7956, -7955, 8127, -8251, -8250, 8435, -8522, 8619, -8704, -8703, 8838, 8861, 8880, -8847, 8769, 8770, 8631, 8664, 8662, 8663, 8658, 8659, 8660, 8645, 8646, -8493, -8492, -8277, -8276, -8275, 8105, 8106, 8107, 8108, -7944, 7927, -7664, -7663, 7413, 7414, -7134, -7133, 7026, -7016, -6737, -6736, -6768, -6767, -6772, -6771, -6743, -6742, -6741, -6773]] + }, { + "type": "Polygon", + "id": 30, + "arcs": [[43, 99, 88, 46, 50, 29, 9, 53, 110, -93, 108, -133, 221, -231, 373, -381, 514, 515, 516, 675, 676, 677, 763, 764, 765, 697, 698, 826, 827, 655, 649, 650, 651, 757, 734, 735, 736, 527, -519, 327, 328, 349, -241, 201, -112, 35, -21, 36, 19]] + }, { + "type": "MultiPolygon", + "id": 37, + "arcs": [[[-5845, 6042, 6259, 6044]], [[6047, 6086, 6179, 6194, 6038, 6056, 6247, 6431, 6425, 6582, 6258, 6583, 6564, 6492, 6560, 6804, 6761, 6831, 6759, 6893, 6990, 7112, 7271, 9920, 7273, 7279, 7280, 7281, 7282, 7252, 7005, 7006, 7007, 6928, 6877, 6846, 6847, 6852, 6853, 6676, 6677, 6756, 6645, 6646, 6630, 6631, 6768, 6769, 6695, 6749, 6750, 6751, 6671, 6672, 6801, 6883, 6884, 6885, 6821, 6822, 6823, -6595, -6594, -6457, -6456, -6392, -6391, -6287, -6286, -6285, 6174, -6175, -6174, -6233, -6232, -6231, -6084, -6083, -5987, -5986, -5985, -5928, -5927, -5926, -5854, -5896, -5895, -5911, -5910, -5674, -5673, -5963, -5671, -5714, -5713, -5712, -5882, -5881, -5880, -5725, -5724, -5876, -5805, -5804, -5803, -5871, -5870, -5908, -5907, -5849, 6041]]] + }, { + "type": "Polygon", + "id": 38, + "arcs": [[54, -166, -165, 209, -219, 317, -349, 403, -416, -547, 550, 551, 627, 628, 633, 634, 631, 632, 530, 583, 623, 624, 625, 635, -516, -515, 380, -374, 230, -222, 132, -109, 92, 93, 98, 103, 40, 32, 64, 68, 57]] + }, { + "type": "Polygon", + "id": 31, + "arcs": [[-1710, -1552, -1682, -1681, -1672, -1671, -1812, -1810, -1809, -1839, -1838, -1836, -1835, -2067, -2066, 2190, -2208, 2303, -2417, 2542, -2661, -2660, 2828, -2881, 2934, -3071, 3128, -3274, 3303, 3486, 3487, 3488, 3489, 3484, 3485, 3315, 3316, 3426, 3425, 3415, 3416, 3408, 3409, 3411, 3412, 3431, 3432, 3421, 3422, 3427, 3428, 3430, 3418, 3419, -3364, 3193, -3140, 2970, 2971, 2822, 2700, 2701, 2731, 2732, -2551, 2541, -2048, -2047, 1861, -1644, -1684, -1683, -1574, -1573, -1709]] + }, { + "type": "Polygon", + "id": 33, + "arcs": [[-890, 888, 1299, -1539, 1615, 1747, 1748, 1780, 1781, 1782, 1805, 1806, -1753, 1614, -1456, 1269, 1270, -1115, -996, 899, 900, -891]] + }, { + "type": "Polygon", + "id": 34, + "arcs": [[9921, 3944, 3785, 3786, 3787, 3788, 3789, 3726, 3668, 3524, 3525, -3254, -3253, 3124, 2911, 2912, -2814, 2756, -2603, -2568, -2567, -2770, -2769, 2897, 3116, 3066, 3156, 3256, 3346, 3531, 3521, 3805, 4124, 3946]] + }, { + "type": "Polygon", + "id": 35, + "arcs": [[5784, 5785, 5786, -6372, 6554, 6555, -6863, 7008, 7009, 7156, 7157, -7563, 7653, 7654, 7655, 7656, 7657, 7967, 7968, 7969, 7783, 7784, 7785, 7888, 7889, 8111, 8037, 8038, -7593, -7592, 7176, -5782, -5781, -5780, 5778, -5322, -5324, -5498, -5497, -5512, -5511, -5309, -5308, -5209, -5208, -5320]] + }, { + "type": "Polygon", + "id": 32, + "arcs": [[-2023, -2357, 2361, -2921, 3561, 3562, -3998, 4621, 4622, 4623, 4624, 5911, 5912, -5467, 4254, 4772, -4569, 4323, 3801, 4307, 4308, 4309, -4131, -4130, 2391, 2392, 2393, 2394, -2384, -1603, -1429, -1428, -1264, -1582, -1581, -1897]] + }, { + "type": "MultiPolygon", + "id": 36, + "arcs": [[[3237]], [[3052, 9922, 3054, 3119, 3152, 3121, 3056, 2782]], [[1826]], [[3046, 3097, 3048, 2751, 2629, 2770, 2768, 2769, 2566, 2567, 2568, 2324, 2325, 2093, 2153, 2154, 2156, 2157, 2188, 2189, 2056, 2057, 2088, 2089, 2085, 2086, 2060, 2061, 2062, 1831, 1716, 1713, 1721, 1724, 1701, 1570, 1279, 9923, 1281, 1275, 1276, 1019, 1031, 1005, -1001, 1002, -1132, 1204, -1296, -1485, 1544, -1738, 1886, -2000, -1999, 2283, 2284, -2550, -2549, 2752]]] + }, { + "type": "Polygon", + "id": 39, + "arcs": [[2397, -2447, 2666, -2675, 2898, -2906, 3033, 3034, -3246, 3262, 3263, -3520, 3528, -3609, 3737, 3738, 3893, 3894, 3895, 3992, -4069, 4228, 4226, 4362, 4363, 4494, 4495, 4496, 4497, 4371, 4372, 4349, 4350, 4180, 4181, 4158, 4159, 4160, 4135, 4136, 4137, 4138, 3931, -3809, 3715, -3615, 3405, 3406, -3292, 3167, -3040, 3018, -2795, -2794, 2716, -2622, 2538, -2471, -2294, -2293, -2282, -2281, 2504, 2505, 2506, 2507, 2508, 2509, 2514, 9926, 2516, 2669, 2593, 2594, 2595, 2636, 2579, 2443, 2401, -2200]] + }, { + "type": "Polygon", + "id": 40, + "arcs": [[-5458, -5457, -5530, -5529, -5461, -5460, -5528, -5527, -5451, -5450, -5448, -5447, -5594, -5593, -5525, -5524, -5533, -5532, -5559, -5558, -5720, 5765, -5937, 5945, -6118, -6257, 6315, -6551, 6610, -6728, 6773, 6774, -7119, 7231, 7232, 7233, 7234, 7401, 7402, 7398, 7399, 7400, 7380, 7440, 7441, 7442, 7337, 7338, 7229, 7230, 7139, 7140, 7035, 7036, 6930, 6931, -6871, 6691, -6627, 6398, -6366, 6016, 6017, 5798, 5799, 5794, 5795, 5796, 5791, 5792, -5785, -5319, -5518, -5517, -5520, -5522, -5521, -5454]] + }, { + "type": "Polygon", + "id": 41, + "arcs": [[661, -608, 658, -691, -604, -603, -696, -695, -694, -693, -692, -503, -502, -557, -555, -554, -513, -583, -536, -523, 708, -915, 969, -1092, 1260, 1261, 1262, 1263, 1427, 1428, 1602, 1603, 1599, 1600, 1881, 1973, 1974, 1892, 1893, 1611, 1464, 1298, 980, 776, 622]] + }, { + "type": "Polygon", + "id": 42, + "arcs": [[-2061, -2087, -2086, -2090, -2089, -2058, -2057, -2190, -2189, -2158, -2157, -2155, -2154, -2094, -2326, -2325, -2569, 2602, -2757, 2813, -2913, -2912, -3125, 3252, 3253, -3526, 3553, 3584, 3585, -3757, 3587, 3496, 3497, 3447, 3448, 3498, 3499, 3500, 3582, 3583, 3456, 3457, 3535, 3536, 3444, 3459, 3460, 3546, 3547, 3548, 3610, 3611, -3610, 3337, 3338, 3339, -3244, 3106, -3034, 2905, -2899, 2674, -2667, 2446, -2398, 2199, 2200, -2062]] + }, { + "type": "MultiPolygon", + "id": 44, + "arcs": [[[2544]], [[2545, -2250]], [[-2253, -2252, 2452, 2321, 2454, 2553, -2527, 2456, -2319, -2318, -2016, -2169]]] + }, { + "type": "MultiPolygon", + "id": 45, + "arcs": [[[8077]], [[8079]], [[8080]], [[7693, 9413, 9930, 9415, 7862, 8081, 8046, 9931, 8048, 9932, 8050, 8078, 8053, 8054, 8055, 8056, 7898, -7892, 7866, 7867, -7822, 7710, 7540, 7541, 7482, 7483, 7436, 7437, -7340, 7255, 7059, 7060, 6919, 6920, 6921, 6922, 6923, -6672, -6752, -6751, -6750, -6696, -6770, -6769, -6632, -6631, -6647, -6646, -6757, -6678, -6677, -6854, -6853, -6848, -6847, -6878, -6929, -7008, -7007, -7006, -7253, -7283, 7328, 7588, 9416]]] + }, { + "type": "Polygon", + "id": 46, + "arcs": [[-624, -584, -531, -633, -632, -635, -634, -629, -628, -552, -703, 745, -841, 892, -918, 1042, 1043, -1180, 1219, -1337, -1491, 1520, -1652, 1659, -1757, 1832, 1833, 1834, 1835, 1837, 1838, 1808, 1809, 1811, 1670, 1671, 1680, 1681, 1551, 1709, 1708, 1572, 1573, 1682, 1683, -1643, 1487, -1374, 1248, 1183, -1033, 939, -677, -676, -517, -636, -626, -625]] + }, { + "type": "Polygon", + "id": 47, + "arcs": [[-5660, -5659, -5700, -5699, -5697, -5893, -5892, -5840, -5839, -5915, -5914, -5836, -5884, -5883, -5809, -5808, -5826, -5825, -5821, -5820, -5828, -5879, -5878, -5891, -5890, -5889, -5859, -5983, -5863, -5862, -5929, 5984, 5985, 5986, 6082, 6083, 6230, 6231, 6232, 6173, 6174, -6175, 6284, 6285, 6286, 6390, 6391, 6455, 6456, 6593, 6594, -6824, 6826, 6827, 6793, 6794, 6718, 6719, 6720, 6805, 6806, 6790, 6791, 6784, 6785, 6723, 6724, 6713, 6698, 6752, 6753, 6754, 6772, 6740, 6741, 6742, 6770, 6771, 6766, 6767, -6735, 6604, -6410, -6409, -6408, -6407, 6273, -6162, 6099, -5900, -6101, -5898, -5959, -5958, -5934, -5933, -5833, -5832, -5939, -5938, -5738]] + }, { + "type": "MultiPolygon", + "id": 48, + "arcs": [[[9933]], [[9311, 9312]], [[9313, 9290, 9934, 9292, 9314]], [[9271]], [[9242]], [[9935, 9214]], [[9128]], [[9132, 9175, 9936, 9164, 9217, 9166, 9937, 9168, 9179, 9216, 9227, 9247, 9938, 9249, 9229, 9243, 9254, 9246, 9255, 9939, 9257, 9273, 9293, 9318, 9347, 9352, 9345, 9342, 9310, 9253, 9190, 9127, 8977, 8872, 8869, 8883, 8392, 8394, -7889, -7786, -7785, -7784, -7970, -7969, -7968, -7658, -7657, -7656, -7655, -7654, 7562, -7158, -7157, -7010, -7009, 6862, -6556, -6555, 6371, -5787, -5786, -5793, -5792, -5797, -5796, -5795, -5800, -5799, -6018, -6017, 6365, -6399, 6626, -6692, 6870, -6932, -6931, -7037, -7036, -7141, -7140, -7231, -7230, -7339, -7338, -7443, -7442, -7441, -7381, -7401, -7400, -7399, -7403, -7402, -7235, -7234, -7514, 7610, -7646, 7819, -7909, -7908, -7907, 8222, -8238, 8405, -8458, -8457, -8650, 8691, 8692, -8943, 8994, 9016, 9017, 9090, 9131, 9092, 9020, 9130]]] + }, { + "type": "Polygon", + "id": 49, + "arcs": [[-1732, 2343, -2621, -2196, -2195, -2983, -2982, 3098, 3099, -3578, 4025, -4629, 4748, 4749, 4750, 4751, 4752, 4753, 5415, 5416, 5342, -4624, -4623, -4622, 3997, -3563, -3562, 2920, -2362, 2356, -2022, -2109, -2108, -2142, -2053]] + }, { + "type": "MultiPolygon", + "id": 51, + "arcs": [[[5405, 5058, -4782, 5059]], [[5005, 4865, 4807, 4982, 5225, 5370, 5424, 5372, 5109, 5148, 5330, 5473, 5536, 9940, 5683, 5638, 5472, 5431, 5282, 5394, 9941, 5581, 5626, 5665, 5871, 9942, 5902, 9943, 9944, 5905, 5850, 5823, 5851, 5844, 5845, 5846, 5847, 5848, 5906, 5907, 5869, 5870, 5802, 5803, 5804, 5875, 5723, 5724, 5879, 5880, 5881, 5711, 5712, 5713, 5670, 5962, 5672, 5673, 5909, 5910, 5894, 5895, 5853, 5925, 5926, 5927, 5928, 5861, 5862, 5982, 5858, 5888, 5889, 5890, 5877, 5878, -5827, -5727, 5642, -5612, -5236, -5235, -5234, -5101, -5412, -5411, -5378, -5377, -5376, -5180, -5275, -5274, 5122, -4883, 4877, -4536, -4535, -4403, -4402, -4401, -4189, -4188, 4043, -3999, -3865, -3910, -4025, -4024, -3812, -3850, -4117, -4116, -4387, 4417, 9945, 4342, 4409, 4669, 4810, 4866, 5063, 5188]]] + }, { + "type": "Polygon", + "id": 50, + "arcs": [[1008, 998, -900, 995, 1114, -1271, -1270, 1455, -1615, 1752, 1753, 1735, 1736, 1737, -1545, 1484, 1295, -1205, 1131, -1003, 1000, 1001, 994]] + }, { + "type": "MultiPolygon", + "id": 53, + "arcs": [[[303]], [[271]], [[184]], [[118]], [[119]], [[120]], [[126, 2, 3, 75, 85, 80, 83, -23, 81, -115, 246, 247, -365, 394, 395, -537, 582, 512, 553, 554, 556, 501, 502, 691, 692, 693, 694, 695, 602, 603, 690, -659, 607, 608, 610, 467, 343, 233, 186, 187, 234, 319, 276, 371, 273, 372, 321, 407, 370, 307, 196, 183, 197, 129]]] + }, { + "type": "MultiPolygon", + "id": 55, + "arcs": [[[9372]], [[9371, 561, 557, -484, -483, -482, -481, -480, -479, -478, -477, -591, -590, -589, -588, -641, -640, -715, 9386, 879, 9949, 881, 1155, 1167, 9387, 1165, 1289, 1474, 1623, 1800, 1960, 2027, 2028, 2029, 1958, 1959, 1951, 1952, 1946, 1947, 1966, 1967, 1777, 1778, 1779, 1695, -1655, 1565, -1503, 1422, -1371, 1190, 1185, 1186, 1161, -1140, 1074, -1051, -903, -902, 799, -795, 666, -595, -594, -593, -474, -148, 9368, 9370]]] + }, { + "type": "Polygon", + "id": 54, + "arcs": [[3243, -3340, -3339, -3338, 3609, -3612, -3611, -3549, -3548, -3823, -3822, -3821, -3819, -3818, -3817, -3815, -3814, -3813, 4023, 4024, 3909, 3864, 3998, -4044, 4187, 4188, 4400, 4401, 4402, 4534, 4535, -4878, 4882, -5123, 5273, 5274, 5179, 5375, 5376, 5377, 5410, 5411, 5100, 5101, 5102, 4803, 4804, -4745, -4496, -4495, -4364, -4363, -4227, -4229, 4068, -3993, -3896, -3895, -3894, -3739, -3738, 3608, -3529, 3519, -3264, -3263, 3245, -3035, -3107]] + }, { + "type": "Polygon", + "id": 56, + "arcs": [[-827, -699, -698, -766, -765, -764, -678, -940, 1032, -1184, -1249, 1373, -1488, 1642, 1643, -1862, 2046, 2047, -2542, 2550, 2551, 2552, 2139, 2140, 2134, 2135, 2136, 2193, 2194, 2195, 2620, -2344, 1731, 1732, 1733, -1593, 1172, 1173, -1122, -651, -650, -656, -828]] + }, { + "type": "MultiPolygon", + "id": 78, + "arcs": [[[9867]], [[9840]]] + }] + }, + land: { + "type": "MultiPolygon", + "arcs": [[[9361]], [[9933]], [[9338]], [[9311, 9312]], [[9313, 9290, 9934, 9292, 9314]], [[9271]], [[9242]], [[9935, 9214]], [[9128]], [[9108]], [[9088]], [[9046]], [[9063]], [[9882, 9883]], [[9028]], [[8993, 8905]], [[8704]], [[9893, 8606]], [[8522]], [[8333]], [[8283]], [[8284]], [[8077]], [[8079]], [[8080]], [[7053]], [[7019]], [[7054]], [[6896]], [[6897]], [[4166]], [[3237]], [[3052, 9922, 3054, 3119, 3152, 3121, 3056, 2782]], [[2727]], [[2632]], [[2544]], [[1826]], [[918]], [[919]], [[9402]], [[9401]], [[9395]], [[9388, 9389]], [[9390]], [[9372]], [[9373, 9379, 9375]], [[-9918]], [[1275, 1276, 1019, 1031, 1005, 1001, 994, 1008, 998, 900, 891, 817, 567, 360, 813, 920, 599, 1117, 1282, 1286, 1391, 1288, 1134, 1392, 1380, 1390, 1382, 1537, 1615, 1747, 1934, 9903, 2006, 9904, 2008, 2118, 2165, 2177, 9905, 2173, 2287, 2175, 2248, 2545, 2250, 2452, 2321, 2454, 2553, 2527, 2557, 2559, 9881, 2561, 2547, 2752, 3046, 3097, 3048, 2751, 2629, 2770, 2897, 3116, 3066, 3156, 3256, 3346, 3531, 3521, 3805, 4124, 3946, 9921, 3944, 3785, 9954, 3787, 9955, 3789, 3726, 3668, 3524, 3553, 3584, 3752, 4102, 4392, 9956, 4394, 4784, 5059, 5405, 5058, 4782, 4856, 9957, 4858, 4690, 4581, 4268, 4408, 4169, 4080, 3824, 3834, 3840, 4088, 4192, 9906, 4194, 4521, 4293, 4613, 4731, 4615, 4295, 4385, 4417, 9945, 4342, 4409, 4669, 4810, 4866, 5063, 5188, 5005, 4865, 4807, 4982, 5225, 5370, 5424, 5372, 5109, 5148, 5330, 5473, 5536, 9940, 5683, 5638, 5472, 5431, 5282, 5394, 9941, 5581, 5626, 5665, 5871, 9942, 5902, 9943, 9944, 5905, 5850, 5823, 5851, 6042, 6259, 6044, 5845, 9958, 9959, 9960, 5847, 6041, 6047, 6086, 6179, 6194, 6038, 6056, 6247, 6431, 6425, 6582, 6258, 6583, 6564, 6492, 6560, 6804, 6761, 6831, 6759, 6893, 6990, 7112, 7271, 9920, 7273, 7279, 9961, 7281, 7328, 7588, 9416, 7693, 9413, 9930, 9415, 7862, 8081, 8046, 9931, 8048, 9932, 8050, 8078, 8053, 8285, 8280, 8336, 8523, 8607, 9894, 8609, 8705, 8835, 8906, 9013, 9099, 9139, 9161, 9152, 9098, 8991, 8903, 8992, 9888, 8988, 9116, 9153, 9204, 9889, 9206, 9146, 9200, 9276, 9296, 9890, 9298, 9326, 9891, 9322, 9892, 9324, 9332, 9353, 9360, 9884, 9356, 9885, 9358, 9362, 9351, 9340, 9331, 9302, 9329, 9304, 9285, 9264, 9262, 9235, 9221, 9193, 9886, 9137, 9363, 8968, 8865, 8969, 9065, 9006, 9064, 9008, 8913, 9009, 8915, 8804, 9887, 8806, 8797, 8790, 8787, 8676, 9880, 8678, 8701, 8838, 8861, 8880, 8847, 9010, 9027, 9899, 9025, 9089, 9003, 9084, 9900, 9078, 9901, 9080, 9902, 9082, 9109, 9070, 9049, 9037, 9060, 9017, 9090, 9131, 9092, 9020, 9130, 9132, 9175, 9936, 9164, 9217, 9166, 9937, 9168, 9179, 9216, 9227, 9247, 9938, 9249, 9229, 9243, 9254, 9246, 9255, 9939, 9257, 9273, 9293, 9318, 9347, 9352, 9345, 9342, 9310, 9253, 9190, 9127, 8977, 8872, 8869, 8883, 8392, 8394, 7889, 8111, 8037, 8208, 8504, 8191, 7725, 7740, 7697, 7519, 7056, 7020, 6899, 6528, 5874, 5606, 5291, 5193, 5288, 5438, 5155, 5018, 4853, 4552, 4697, 4472, 4696, 4474, 4482, 4847, 4484, 3626, 2685, 2373, 1893, 1611, 1464, 1298, 980, 776, 622, 661, 608, 610, 467, 343, 233, 186, 9946, 9962, 9948, 3, 75, 85, 80, 83, 23, 36, 19, 43, 99, 88, 46, 50, 29, 9, 53, 110, 93, 98, 103, 40, 32, 64, 68, 57, 60, 106, 9364, 125, 151, 204, 9366, 9365, 203, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 9368, 9370, 9371, 561, 557, 484, 434, 9378, 9377, 446, 9382, 9384, 491, 9394, 9907, 9392, 9396, 9397, 574, 9385, 712, 713, 9386, 879, 9949, 881, 1155, 1167, 9387, 1165, 1289, 1474, 1623, 1800, 1960, 2027, 2116, 2233, 2234, 2533, 2535, 2467, 2204, 2151, 1988, 1785, 1686, 1533, 1378, 1225, 1112, 9404, 9405, 948, 9400, 9399, 771, 820, 9406, 1075, 1236, 9407, 1434, 1560, 1561, 9408, 1578, 9409, 1927, 9410, 9412, 2505, -9912, 2507, -9910, 2509, 2514, 9926, 2516, 2669, 2593, 2594, 2595, 2636, 2579, 2443, 2401, 2200, 2062, 1831, 1716, 1713, 1721, 1724, 1701, 1570, 1279, 9923, 1281]], [[9612, 9619, 9600, 9610, 9536, 9547, 9542, 9545, 9501, 9528, 9516, 9644, 9518, 9525, 9874, 9527, 9503, 9875, 9505, 9543, 9508, 9544, 9540, 9546, 9538, 9611, 9602, 9606, 9596, 9607, 9591, 9608, 9581, 9571, 9609, 9872, 9493, 9479, 9465, 9873, 9463, 9480, 9468, 9481, 9475, 9567, 9471, 9568, 9559, 9628, 9624, 9622]], [[9489]], [[9626]], [[9552, 9521, 9870, 9523, 9551, 9533]], [[9561]], [[9499, 9529, 9871, 9531, 9497, 9534]], [[9869, 9550]], [[9455]], [[9515]], [[9447]], [[9563]], [[9514]], [[9491]], [[9445]], [[9555]], [[9554]], [[9440]], [[9586]], [[9510]], [[9444]], [[9434]], [[9513]], [[9512]], [[9588]], [[9511]], [[9431]], [[9548]], [[9642]], [[9460]], [[9438]], [[9562]], [[9432]], [[9470]], [[9451]], [[9589]], [[9487]], [[9458]], [[9426]], [[9553]], [[9437]], [[9524]], [[9492]], [[9500]], [[9441]], [[9435]], [[9490]], [[9592]], [[9439]], [[9625]], [[9486]], [[9485]], [[9488]], [[9442]], [[9452]], [[9443]], [[9597]], [[9454]], [[9436]], [[9453]], [[9585]], [[9483]], [[9449]], [[9428]], [[9456]], [[9446]], [[9620]], [[9603]], [[9459]], [[9448]], [[9457]], [[9450]], [[9594]], [[9583]], [[9584]], [[9582]], [[9476]], [[9587]], [[9605]], [[9604]], [[9484]], [[9627]], [[9461]], [[9560]], [[9429]], [[9427]], [[9433]], [[9593]], [[9430]], [[9629]], [[9630]], [[9631]], [[9632]], [[9633]], [[9634]], [[9466]], [[9635]], [[9636]], [[9637]], [[9638]], [[9639]], [[9640]], [[9509]], [[9467]], [[9641]], [[9643]], [[9867]], [[9866]], [[9840]], [[9813, 9697, 9666, 9723, 9817, 9718, 9726, 9759, 9868, 9839, 9877, 9737, 9820, 9731, 9847, 9853, 9844, 9863, 9864, 9855, 9865, 9834, 9848, 9782, 9878, 9822, 9803, 9689, 9746, 9830, 9705, 9790, 9823, 9668, 9768, 9779, 9660, 9761, 9879, 9654, 9788, 9832]], [[9417]], [[9422]], [[9421]], [[9423]], [[9876, 9420]], [[9424]], [[9425]], [[9418]]] + } + }, + "arcs": [[[162416, 583189], [236, -863], [94, -3199], [220, -1079], [-271, -1241]], [[162695, 576807], [-443, -309], [-4396, 83]], [[157856, 576581], [-6, 1800], [-436, 606], [-476, 3062], [167, 1173]], [[157105, 583222], [2782, -89], [2529, 56]], [[203483, 583173], [-111, -3268], [363, 0], [1, -4838], [604, -14]], [[204340, 575053], [0, -6406], [-109, -3], [-1, -3886]], [[204230, 564758], [-1074, 300], [-478, 661], [-49, -1946]], [[202629, 563773], [-411, -2654], [-860, -2419], [-1043, -435], [-462, 561]], [[199853, 558826], [29, 9804], [98, 1617], [303, -7], [-114, 3279], [302, 529], [-36, 7508], [72, 1628]], [[200507, 583184], [2976, -11]], [[181317, 583162], [311, -3373], [318, 707], [389, -2530], [-133, -1970], [788, -1235], [-38, -1636], [347, -662], [20, -2123]], [[183319, 570340], [343, -1416], [-25, -1101], [608, -791]], [[184245, 567032], [386, -2907], [-296, -416]], [[184335, 563709], [-284, -667], [56, -2637], [-277, -1038], [59, -2316]], [[183889, 557051], [-896, 68]], [[182993, 557119], [-468, -2]], [[182525, 557117], [101, 1562], [-233, 2072], [31, 1860], [-477, 1550], [-122, 1357], [-537, -515], [111, -1134], [-1263, -12], [41, -3203], [-354, -5]], [[179823, 560649], [-1, 1601], [-1073, -52], [-59, 2655]], [[178690, 564853], [-26, 3920], [480, 4], [-5, 6466], [-109, 1581], [659, 10], [112, 1730], [-222, 1681], [-105, 2947]], [[179474, 583192], [1843, -30]], [[175797, 583199], [0, -9287]], [[175797, 573912], [-2052, -28], [-1, 6456], [-689, -16]], [[173055, 580324], [0, 2844]], [[173055, 583168], [2742, 31]], [[199853, 558826], [-98, -1296], [-681, 144], [-597, -3335]], [[198477, 554339], [-62, 2205], [-374, 544], [-690, -278]], [[197351, 556810], [-1278, 1156], [-333, 1655]], [[195740, 559621], [8, 3507], [732, -36], [49, 1307], [484, -269], [0, 4521], [87, 4167]], [[197100, 572818], [159, -390], [75, 5957], [166, -2], [64, 4793]], [[197564, 583176], [2943, 8]], [[221924, 574709], [-1820, 8]], [[220104, 574717], [-102, 3252], [0, 5201]], [[220002, 583170], [1830, 2]], [[221832, 583172], [3, -5232], [89, -3231]], [[178690, 564853], [-400, 43], [-118, -1893], [-228, -480], [-676, 326], [-48, 1381], [-615, 5245], [-698, -1923], [-112, 1018]], [[175795, 568570], [2, 5342]], [[175797, 583199], [3677, -7]], [[220104, 574717], [-363, -10]], [[219741, 574707], [-362, -1], [-1, 1624], [-1819, 10], [0, -1619]], [[217559, 574721], [-1091, 11], [0, 3239], [-126, 10], [-1, 5192]], [[216341, 583173], [3661, -3]], [[186539, 583158], [25, -9701]], [[186564, 573457], [-1094, 108], [-9, -3230], [-2142, 5]], [[181317, 583162], [5222, -4]], [[193948, 567081], [-538, -46], [0, 1653], [-330, -43], [0, 1617], [-2172, 10], [0, -1617], [-363, 1]], [[190545, 568656], [35, 14501]], [[190580, 583157], [3492, 32]], [[194072, 583189], [-44, -7981], [115, -2218], [-242, -2960], [47, -2949]], [[195740, 559621], [-133, 1040], [-934, 55], [-434, -1362], [-302, 351]], [[193937, 559705], [11, 7376]], [[194072, 583189], [3492, -13]], [[206421, 583169], [53, -6498], [181, -1619]], [[206655, 575052], [-2315, 1]], [[203483, 583173], [2938, -4]], [[228232, 583191], [206, -4516], [166, -1312], [-187, -2686]], [[228417, 574677], [-2130, 0]], [[226287, 574677], [-64, 8514]], [[226223, 583191], [2009, 0]], [[230526, 583184], [49, -8486]], [[230575, 574698], [-2158, -21]], [[228232, 583191], [2294, -7]], [[223380, 574698], [-1, -3220], [-639, -11]], [[222740, 571467], [-816, 5]], [[221924, 571472], [0, 3237]], [[221832, 583172], [1466, 10]], [[223298, 583182], [0, -5247], [82, -3237]], [[226287, 574677], [-1090, 12]], [[225197, 574689], [-1817, 9]], [[223298, 583182], [2925, 9]], [[168030, 583185], [-42, -19407]], [[167988, 563778], [-338, -262]], [[167650, 563516], [-25, 343]], [[167625, 563859], [88, 1056], [-308, 2218], [-251, 148], [-798, -1281], [-586, -1450], [-104, 1725], [-570, -648], [55, -1799]], [[165151, 563828], [-497, 4], [-263, 1945], [-611, 1931], [-82, 1381], [-532, 1417], [-331, 3957]], [[162835, 574463], [-140, 2344]], [[162416, 583189], [2209, -15], [3405, 11]], [[171951, 583192], [-373, -3049], [-183, -3367], [361, 7], [-7, -9706], [182, -1632]], [[171931, 565445], [-274, 12], [-1, -4693], [-436, 1680], [-359, -1132]], [[170861, 561312], [-166, 418], [-548, -890], [-371, 2707], [-364, -947]], [[169412, 562600], [-132, 2358], [405, 757], [-4, 1210], [289, 2381], [-187, 3288], [316, 4420], [-331, 3951], [45, 2219]], [[169813, 583184], [2138, 8]], [[173055, 580324], [-26, -14910]], [[173029, 565414], [-1098, 31]], [[171951, 583192], [1104, -24]], [[169412, 562600], [-45, -983], [-485, 620], [-109, 1069], [-446, -598], [-339, 1070]], [[168030, 583185], [1783, -1]], [[188725, 567028], [0, 1624]], [[188725, 568652], [374, 0], [11, 14480]], [[189110, 583132], [1470, 25]], [[190545, 568656], [-200, -1611], [-1620, -17]], [[212324, 583170], [-3, -5175], [150, -1639]], [[212471, 576356], [-3238, 15]], [[209233, 576371], [-1, 6810]], [[209232, 583181], [3092, -11]], [[214880, 583162], [-1, -3570]], [[214879, 579592], [-364, -1], [-1, -1615], [-226, 0], [0, -3239]], [[214288, 574737], [-1816, 1]], [[212472, 574738], [-1, 1618]], [[212324, 583170], [2556, -8]], [[186539, 583158], [2571, -26]], [[188725, 568652], [-718, -1], [2, 2422], [-362, 804], [-543, 30], [-81, 1075], [-459, 475]], [[217559, 574721], [0, -1621]], [[217559, 573100], [-2179, 21], [-1, 4852], [-499, 6], [-1, 1613]], [[214880, 583162], [1461, 11]], [[233488, 574623], [-724, -26]], [[232764, 574597], [-2189, 101]], [[230526, 583184], [3019, -21]], [[233545, 583163], [240, -2188], [402, 728], [5, -3862], [-704, -3], [0, -3215]], [[209233, 576371], [4, -4555]], [[209237, 571816], [-1620, -4], [1, 1622], [-363, 4], [0, 1612], [-600, 2]], [[206421, 583169], [2811, 12]], [[175795, 568570], [0, -4401]], [[175795, 564169], [-503, 1656], [-278, -929], [18, -2373]], [[175032, 562523], [-508, -3], [3, 1885], [-1501, -262]], [[173026, 564143], [3, 1271]], [[217559, 573100], [127, -1619], [-2, -6492], [124, -2], [-3, -3238]], [[217805, 561749], [-2509, -20]], [[215296, 561729], [1, 3269], [-141, 0], [0, 6485], [-143, 10], [0, 3259], [-725, -15]], [[156776, 574866], [145, -2337], [-336, 700], [191, 1637]], [[156018, 576188], [367, -1161], [-54, -1921], [-274, 763], [-39, 2319]], [[156711, 577874], [437, -1003], [-572, -1182], [-174, 1060], [309, 1125]], [[239768, 576252], [-26, -7172], [46, -6528]], [[239788, 562552], [-1935, 133], [-2, -978], [-1789, -11]], [[236062, 561696], [-29, 9709]], [[236033, 571405], [-4, 6210]], [[236029, 577615], [339, 173], [235, -1132], [1047, -347], [154, -2131], [907, 561], [6, 841], [719, 948], [332, -276]], [[157403, 572219], [-142, 1501], [248, 575], [362, -1247], [-15, 3533]], [[162835, 574463], [-341, 252], [-585, -931], [-106, -3299], [197, -417]], [[162000, 570068], [-3852, 30]], [[158148, 570098], [-745, 2121]], [[212472, 574738], [0, -3235], [160, 6], [-1, -4641]], [[212631, 566868], [-1041, 215], [-260, -1783], [-494, -878], [-372, 2570], [-383, -709], [-219, -2110], [-618, 322]], [[209244, 564495], [-7, 7321]], [[219741, 574707], [109, -3230], [1, -6504], [110, 0], [-1, -3243]], [[219960, 561730], [-1079, -3]], [[218881, 561727], [-1076, 22]], [[243362, 568344], [29, -12216], [-17, -11280]], [[243374, 544848], [-834, -2840], [212, -1505]], [[242752, 540503], [-2, -7]], [[242750, 540496], [-224, 823]], [[242526, 541319], [-10, 0]], [[242516, 541319], [-187, -592]], [[242329, 540727], [-9, 7]], [[242320, 540734], [-75, -212]], [[242245, 540522], [-5, -38]], [[242240, 540484], [-9, -872]], [[242231, 539612], [3, 11]], [[242234, 539623], [-248, 57]], [[241986, 539680], [-26, 1879], [-2117, 44]], [[239843, 541603], [15, 4838]], [[239858, 546441], [-15, 12915], [-55, 3196]], [[239768, 576252], [1003, -1644], [260, 59], [-216, -1483], [572, -280], [382, -4206], [280, 489], [20, 1987], [577, 82], [135, -1750], [581, -1162]], [[209244, 564495], [-258, 1115], [-593, -179], [-307, 1362], [-1057, 19], [-145, 560], [-288, -1583], [-558, -1]], [[206038, 565788], [-93, 498], [-752, 103], [-963, -1631]], [[165151, 563828], [-359, -3363], [-516, -331], [-139, -2995], [-195, -1515], [49, -2367], [561, -1042], [-25, -1385]], [[164527, 550830], [-822, -18], [-768, 1529], [-383, 1474], [-339, 202], [-528, 3049]], [[161687, 557066], [129, 2030], [-144, 1373]], [[161672, 560469], [135, 875], [-307, 1331], [76, 2648], [386, 644], [303, 1650], [-265, 2451]], [[215296, 561729], [-1431, 3], [-2, -1673]], [[213863, 560059], [-714, 1226]], [[213149, 561285], [-15, 1450], [265, 1806], [-308, 1452], [-460, 875]], [[232764, 574597], [24, -6811]], [[232788, 567786], [-2527, 21]], [[230261, 567807], [-1799, -6]], [[228462, 567801], [14, 367]], [[228476, 568168], [71, 2441], [-130, 4068]], [[221924, 571472], [-986, 7], [-3, -6507], [100, -3249]], [[221035, 561723], [-716, 0]], [[220319, 561723], [-359, 7]], [[225197, 574689], [73, -6488]], [[225270, 568201], [-362, -8], [-2, -3234], [-287, 1], [0, -1975]], [[224619, 562985], [-263, 25], [-571, 2718], [-293, -1216], [-752, 3114], [0, 3841]], [[228476, 568168], [-2123, 27]], [[226353, 568195], [-1083, 6]], [[236062, 561696], [6, -7465]], [[236068, 554231], [0, -615], [-707, -32]], [[235361, 553584], [-1430, 50]], [[233931, 553634], [-29, 8560], [-224, 1564], [125, 1180], [-986, 11]], [[232817, 564949], [-29, 2837]], [[233488, 574623], [363, -5], [3, -3239], [2179, 26]], [[188725, 567028], [1, -2703]], [[188726, 564325], [-1602, -42], [-179, 1901], [-363, 820], [-2337, 28]], [[158090, 569229], [27, -389]], [[158117, 568840], [-233, -1009], [277, -1641], [-369, 861], [-55, 2156], [353, 22]], [[157568, 571941], [243, -1776], [-417, -307], [-219, -1059], [350, -339], [185, -3598], [45, 1502], [415, -1154], [-2, -2382], [-642, 2318], [-20, 2344], [-434, 1258], [298, 3296], [198, -103]], [[156634, 565779], [-60, -3687], [-1564, -7], [0, 264], [-3066, -4]], [[151944, 562345], [-337, 5365], [202, 2998], [-202, 971]], [[151607, 571679], [463, -265], [484, -1494], [396, -424], [748, -1863], [763, 58], [868, -995], [776, 701], [529, -1618]], [[224619, 562985], [0, -1281]], [[224619, 561704], [-2151, 10]], [[222468, 561714], [-1433, 9]], [[193937, 559705], [-803, -422], [-51, -3212], [-1027, -2365]], [[192056, 553706], [-1187, -7]], [[190869, 553699], [-361, 552], [1, 1469], [-266, 4], [-517, 1364], [204, 1867], [-1205, -7]], [[188725, 558948], [1, 5377]], [[161672, 560469], [-3555, -37]], [[158117, 560432], [249, 3191], [301, 1598], [-407, 1180], [-143, 2439]], [[158090, 569229], [58, 869]], [[179823, 560649], [58, -3498], [649, 4], [-91, -2233], [238, 251], [-154, -1949], [417, -649], [44, -4053]], [[180984, 548522], [-292, -238], [-171, 1188], [-551, 1163], [-685, 298]], [[179285, 550933], [-478, 836], [-38, 1568], [-837, 1677], [-963, -135]], [[176969, 554879], [-354, 1336], [183, 799], [-95, 1862], [-283, 1075], [-625, 4218]], [[245498, 568091], [24, -13480]], [[245522, 554611], [-1265, -6316], [-883, -3447]], [[243362, 568344], [242, -1593], [425, -163], [-24, -1207], [886, 751], [607, 1959]], [[226353, 568195], [59, -3242], [-1, -6490]], [[226411, 558463], [-285, 2]], [[226126, 558465], [-1436, 0]], [[224690, 558465], [-71, 3239]], [[228462, 567801], [350, -5611], [344, -3679]], [[229156, 558511], [-1603, -50]], [[227553, 558461], [-1142, 2]], [[230261, 567807], [50, -3920]], [[230311, 563887], [2, -2161], [360, -5], [2, -1615], [1435, 5], [0, 1629], [356, 7], [-1, 1624]], [[232465, 563371], [355, -34]], [[232820, 563337], [77, -8073]], [[232897, 555264], [-1430, -21]], [[231467, 555243], [-2182, 14]], [[229285, 555257], [-129, 3254]], [[232817, 564949], [3, -1612]], [[232465, 563371], [-1, 531], [-2153, -15]], [[209244, 564495], [-2, -11147]], [[209242, 553348], [-241, -806], [-805, 9]], [[208196, 552551], [-259, 2], [1, 3249], [-225, -5], [0, 1619], [-1072, 7], [1, 1622], [-715, 4], [0, 1622]], [[205927, 560671], [111, 1440], [0, 3677]], [[167625, 563859], [-339, -5], [-301, -1380], [-1, -1619], [-240, -1347], [-120, -2159], [-533, -1577], [-2, -1607], [-955, -85], [-358, -2172], [-6, -1862]], [[164770, 550046], [-243, 784]], [[213149, 561285], [0, -2790], [-1274, 10], [2, -6436]], [[211877, 552069], [-1581, 12]], [[210296, 552081], [-1055, 15]], [[209241, 552096], [1, 1252]], [[156465, 557234], [-1439, 15], [0, -1663]], [[155026, 555586], [-1512, 9], [-857, 298]], [[152657, 555893], [-215, 4015], [-498, 2437]], [[156634, 565779], [273, 1293], [567, -4576], [-189, -396], [-251, -3033], [-105, 2479], [-246, -3231], [-218, -1081]], [[188725, 558948], [-718, -7], [0, -1612], [-713, 3], [0, -1972], [-347, 194]], [[186947, 555554], [-644, -185], [-426, 1863], [-409, 506], [-656, -490], [-280, 1681], [6, 2406], [-203, 2374]], [[205927, 560671], [-357, -7], [-3, -4859], [-120, -3], [2, -6473]], [[205449, 549329], [-1188, -10], [0, -1636], [-355, -3], [0, 1641], [-354, -3]], [[203552, 549318], [-232, 0], [-1, 3235], [-355, -6], [105, 3251], [-2, 6316], [-270, 1], [-168, 1658]], [[176969, 554879], [-257, -1008], [473, -1408], [60, -942], [526, -680], [549, -2997], [263, -2458], [250, -686]], [[178833, 544700], [-3820, 28]], [[175013, 544728], [0, 1637]], [[175013, 546365], [0, 7286]], [[175013, 553651], [19, 8872]], [[182525, 557117], [-825, -26], [-58, -2280], [224, -1574], [136, -3906], [-311, -808], [-707, -1]], [[173026, 564143], [8, -11380]], [[173034, 552763], [0, -1987]], [[173034, 550776], [-2181, 20]], [[170853, 550796], [8, 10516]], [[233931, 553634], [40, -4845]], [[233971, 548789], [-1065, -20]], [[232906, 548769], [-9, 6495]], [[175013, 553651], [-715, 16], [-120, -800], [-1144, -104]], [[203552, 549318], [2, -5970]], [[203554, 543348], [0, -266]], [[203554, 543082], [-1766, -14], [-2, 268], [-3263, -152]], [[198523, 543184], [-142, 489], [173, 2154], [-209, 2560], [-11, 4245], [143, 1707]], [[167650, 563516], [-17, -12700]], [[167633, 550816], [-9, -6518], [-1075, 22], [-3, -3262]], [[166546, 541058], [-233, -1081]], [[166313, 539977], [-187, 857], [-295, -1494], [-690, -306]], [[165141, 539034], [-276, 2022]], [[164865, 541056], [127, 1141], [-311, 5065], [89, 2784]], [[170853, 550796], [-381, 1]], [[170472, 550797], [-2839, 19]], [[186947, 555554], [7, -6012], [711, -1191], [-2, -4005], [368, -11]], [[188031, 544335], [35, -1328], [411, -1480]], [[188477, 541527], [-392, -449], [14, -3150], [-430, -3]], [[187669, 537925], [-672, 2], [-784, -2757]], [[186213, 535170], [46, 3441], [-325, 1748], [-347, -22], [-1, 2529], [-723, -49], [-4, 6432], [-731, 40], [-1, 5728], [-238, 2034]], [[157723, 558953], [152, -2103], [-263, 244], [111, 1859]], [[157679, 553460], [-209, 2]], [[157470, 553462], [-20, -1]], [[157450, 553461], [-465, 10]], [[156985, 553471], [3, 2161], [-621, 2]], [[156367, 555634], [297, 1874], [455, 873], [193, 2438], [440, 2118], [103, -3144], [-199, 149], [-132, -3407], [313, -1094], [-158, -1981]], [[239858, 546441], [-2004, 75]], [[237854, 546516], [-6, 4597], [-694, 1379], [-255, 2407], [-570, -1212], [-261, 544]], [[218881, 561727], [0, -3232], [-241, 5], [-5, -6449]], [[218635, 552051], [-211, -1], [0, -3173], [-602, -11]], [[217822, 548866], [-251, 2540], [-563, -513]], [[217008, 550893], [-256, 567], [-256, 3108], [36, 1844], [-852, -555], [-222, -665], [-1091, 1453]], [[214367, 556645], [-155, 784], [-3, 3078], [-346, -448]], [[224690, 558465], [0, -1585]], [[224690, 556880], [-2133, 9]], [[222557, 556889], [-89, 4825]], [[222557, 556889], [-2, -4848]], [[222555, 552041], [-597, -4]], [[221958, 552037], [-1539, 4]], [[220419, 552041], [1, 6449], [-101, 3233]], [[220419, 552041], [-222, 0]], [[220197, 552041], [-1562, 10]], [[214367, 556645], [0, -4588], [170, 0], [-1, -5915]], [[214536, 546142], [-1061, -2], [0, -539], [-1412, -13]], [[212063, 545588], [-1, 6481], [-185, 0]], [[197351, 556810], [-6, -4998], [-770, -161], [-356, -670], [-49, -3204], [356, -6], [-61, -6487]], [[196465, 541284], [-1055, 22]], [[195410, 541306], [-1057, 8], [-1, -1068]], [[194352, 540246], [-993, 3]], [[193359, 540249], [-236, 2014], [209, 1754], [-4, 5386], [-1034, 1610], [0, 1620], [-238, 1073]], [[208196, 552551], [218, -2029], [102, -3785], [-297, -2572], [-534, -806]], [[207685, 543359], [-1181, 12], [-117, 1073], [-355, 1], [0, 1079], [-356, 1], [0, 3802], [-227, 2]], [[157999, 553531], [-253, -1157], [151, 3089], [102, -1932]], [[161687, 557066], [-282, -523], [-596, -2846], [-98, -1164], [460, -3838], [-225, -1131]], [[160946, 547564], [-1160, 1608], [-293, -321]], [[159493, 548851], [-540, 718], [-133, 1180], [-534, 2], [-231, 1165]], [[158055, 551916], [258, 528], [-269, 4233], [225, 530], [-269, 1061], [117, 2164]], [[190869, 553699], [1, -1066], [-358, 1], [-13, -4900], [354, -2], [-21, -5066]], [[190832, 542666], [-725, 2921], [-441, 463], [-28, 1539], [-216, -1426], [-1061, -216], [1, -1610], [-331, -2]], [[227553, 558461], [-3, -6470], [62, -1591]], [[227612, 550400], [-709, 17]], [[226903, 550417], [-711, 10]], [[226192, 550427], [-72, 1593], [6, 6445]], [[226192, 550427], [-1411, -1]], [[224781, 550426], [-88, 1602]], [[224693, 552028], [-3, 4852]], [[229285, 555257], [53, -4884]], [[229338, 550373], [-1726, 27]], [[156465, 557234], [-98, -1600]], [[156985, 553471], [-2, -837]], [[156983, 552634], [-349, -1455], [-54, -1446], [-357, -1953]], [[156223, 547780], [-354, -250]], [[155869, 547530], [-801, -41], [-42, 8097]], [[182993, 557119], [1, -7838], [454, 9], [0, -6466]], [[183448, 542824], [-493, -548], [1, -1075], [-524, -539], [1, -1072], [-447, 49]], [[181986, 539639], [-1407, -5]], [[180579, 539634], [-732, -499]], [[179847, 539135], [-222, 1916]], [[179625, 541051], [352, 195], [-48, 4028], [320, 550], [-90, 1379], [-636, 2137], [-238, 1593]], [[186213, 535170], [-690, -2887]], [[185523, 532283], [-1333, 17]], [[184190, 532300], [-6, 8737], [-214, -420], [-522, 2207]], [[198523, 543184], [180, -1780]], [[198703, 541404], [-2238, -120]], [[164865, 541056], [-1495, 18], [1, 1609], [-349, 24], [-1, 1604], [-1091, -12], [-177, 1484], [-533, 1821], [-274, -40]], [[224693, 552028], [-2138, 13]], [[217008, 550893], [-1, -451], [-1411, -2], [0, -4839]], [[215596, 545601], [-928, -4]], [[214668, 545597], [-132, 545]], [[155869, 547530], [120, -1651], [-5, -3776]], [[155984, 542103], [-587, -24]], [[155397, 542079], [-2025, 38]], [[153372, 542117], [-110, 2053], [253, -202], [623, 1195], [-914, 1191], [-230, 4847], [-241, 1362], [-96, 3330]], [[232906, 548769], [-1437, 4]], [[231469, 548773], [-2, 6470]], [[231469, 548773], [-356, -11]], [[231113, 548762], [-1799, -4]], [[229314, 548758], [24, 1615]], [[179625, 541051], [-761, 2278], [-31, 1371]], [[237854, 546516], [-2, -4237]], [[237852, 542279], [-1578, 50], [42, -9604], [-40, -223]], [[236276, 532502], [-231, 1006], [-307, -538], [-332, 854]], [[235406, 533824], [-216, 372]], [[235190, 534196], [-133, 486], [-22, 7620]], [[235035, 542302], [353, -11], [-27, 11293]], [[310206, 521389], [-674, -758]], [[309532, 520631], [-1071, -1126], [-11, 14936], [-1066, 258]], [[307384, 534699], [-8, 3291], [-2505, 26]], [[304871, 538016], [-841, 2]], [[304030, 538018], [72, 2263], [2153, 14228], [505, -616], [6, -3382], [393, -1252], [815, 1288], [76, 747], [564, 5], [41, 1253], [358, 12], [783, -2953], [455, -2410], [25, -20921], [-70, -4891]], [[193359, 540249], [-620, 1062], [-850, -749]], [[191889, 540562], [-514, -598], [-543, 2702]], [[175013, 546365], [-1409, 188], [-569, 1764]], [[173035, 548317], [-1, 2459]], [[235035, 542302], [-1048, 14]], [[233987, 542316], [-16, 6473]], [[160946, 547564], [-215, -3053], [-185, -928], [189, -1670]], [[160735, 541913], [-845, 11], [-206, -1040], [-1032, 654]], [[158652, 541538], [-352, 1507], [-447, 420], [-411, 2054], [-166, 2243]], [[157276, 547762], [314, 1630], [142, 2452], [323, 72]], [[157679, 553460], [-93, -2779], [-243, 609], [127, 2172]], [[157450, 553461], [-258, -1218], [-95, -3180], [-196, 1415], [82, 2156]], [[209241, 552096], [0, -12823]], [[209241, 539273], [-860, 0], [-178, 810], [-527, 0]], [[207676, 540083], [9, 3276]], [[212063, 545588], [-553, -13], [-2, -6518]], [[211508, 539057], [-1052, -1]], [[210456, 539056], [-1, 6519], [-160, -2], [1, 6508]], [[210456, 539056], [-534, -4], [0, -1652], [-681, 3]], [[209241, 537403], [0, 1870]], [[221958, 552037], [-1, -6447], [97, 4], [-9, -6501]], [[222045, 539093], [-1299, 23]], [[220746, 539116], [-462, 8]], [[220284, 539124], [18, 6480], [-110, 4], [5, 6433]], [[224781, 550426], [0, -4857], [78, 2], [0, -6489]], [[224859, 539082], [-1664, -10]], [[223195, 539072], [-1150, 21]], [[220284, 539124], [-1617, 18]], [[218667, 539142], [-333, 973], [-96, 2185], [-334, 3330]], [[217904, 545630], [153, 619], [-235, 2617]], [[217904, 545630], [-2308, -29]], [[170472, 550797], [5, -6432], [-150, -2317], [-550, -959]], [[169777, 541089], [-3231, -31]], [[173035, 548317], [0, -10901]], [[173035, 537416], [-1, -2155]], [[173034, 535261], [-435, -110], [-89, 788]], [[172510, 535939], [-70, 1545], [-616, 2886], [-769, -192], [-280, -1214]], [[170775, 538964], [-894, -1263], [-120, 595]], [[169761, 538296], [16, 2793]], [[226903, 550417], [68, -4868], [-1, -6487]], [[226970, 539062], [-981, 13]], [[225989, 539075], [-1130, 7]], [[229314, 548758], [6, -2652], [212, -1371], [-110, -2548], [10, -3117]], [[229432, 539070], [-1342, -24]], [[228090, 539046], [-1120, 16]], [[158652, 541538], [-2669, 23], [1, 542]], [[156223, 547780], [371, 1366], [-165, -1818], [270, 11], [248, 1911], [329, -1488]], [[207676, 540083], [-352, -1344]], [[207324, 538739], [-349, -4], [-351, -1338], [-710, 7], [-585, 557], [-127, 1621], [-225, -2], [-117, 3243], [-599, 530], [-707, -5]], [[233987, 542316], [-1, -1623]], [[233986, 540693], [-2817, 4]], [[231169, 540697], [-56, 8065]], [[231169, 540697], [7, -1623], [-303, 3]], [[230873, 539077], [-1399, -8]], [[229474, 539069], [-42, 1]], [[175013, 544728], [1, -5708], [-353, 21]], [[174661, 539041], [-461, -3], [-274, -1604], [-891, -18]], [[165141, 539034], [20, -10944]], [[165161, 528090], [-2024, 0], [-2593, 63]], [[160544, 528153], [0, 6416]], [[160544, 534569], [359, 11], [-157, 2684], [251, 3313], [-262, 1336]], [[191889, 540562], [-24, -9125]], [[191865, 531437], [0, -675]], [[191865, 530762], [-1399, 153]], [[190466, 530915], [-777, 9]], [[189689, 530924], [-178, 1515], [195, 2306], [-474, 569], [-329, 2182], [-426, 4031]], [[239843, 541603], [18, -6465]], [[239861, 535138], [2, -4863]], [[239863, 530275], [-1052, -76]], [[238811, 530199], [4, 1716], [-1019, -55]], [[237796, 531860], [-43, 6341], [94, 109], [5, 3969]], [[251183, 535146], [2, -1610]], [[251185, 533536], [-1045, -5], [1, 3214], [-1046, -7], [1, 1617], [-346, 13], [-67, 3221]], [[248683, 541589], [281, 995], [1035, 453], [493, 1189], [335, 1615], [517, 690]], [[251344, 546531], [2, -4943], [190, -1609], [-348, 15], [-5, -4848]], [[214668, 545597], [3, -4901]], [[214671, 540696], [-1, -1616]], [[214670, 539080], [-2316, -18]], [[212354, 539062], [-846, -5]], [[218667, 539142], [262, -751], [-62, -3093]], [[218867, 535298], [-369, -884], [-548, 257], [-360, -2039]], [[217590, 532632], [0, 1615], [-698, 1], [0, 4816], [-1166, 16], [-1, 1620], [-1054, -4]], [[253820, 544308], [0, -2728], [148, -1606], [-346, -13], [-2, -4817]], [[253620, 535144], [-1568, 10]], [[252052, 535154], [1, 8035], [354, 0], [-1, 1615], [281, 8]], [[252687, 544812], [-46, -3487], [634, 3347], [545, -364]], [[179847, 539135], [-2885, -2989], [-517, -3856], [-988, 1959]], [[175457, 534249], [-555, 1774]], [[174902, 536023], [-222, 561], [-19, 2457]], [[207324, 538739], [0, -2429], [-481, -1], [56, -6431]], [[206899, 529878], [-149, -3], [0, -6510], [-119, 1]], [[206631, 523366], [-3371, 30]], [[203260, 523396], [2, 6487], [106, 4], [-6, 6446], [97, 2], [-1, 6474], [96, 273]], [[203260, 523396], [-118, -5], [-3, -8127], [-123, -27], [0, -3173]], [[203016, 512064], [-1361, -4], [-1, 3224], [108, -22], [0, 5983], [-512, 206], [100, 2748], [-171, 715]], [[201179, 524914], [0, 4963], [-191, -49], [-58, 4866], [-348, 2], [-60, 1616], [-1571, -11]], [[198951, 536301], [-119, 265]], [[198832, 536566], [-129, 4838]], [[184190, 532300], [-1, -814], [-687, -6], [15, -3299], [-666, -1967]], [[182851, 526214], [-255, 180], [-220, 1599], [-323, 48], [141, 1392], [-197, 1673], [207, 1275], [-352, 4420], [134, 2838]], [[235190, 534196], [-1183, 4]], [[234007, 534200], [-21, 6493]], [[237796, 531860], [-40, -1612]], [[237756, 530248], [-1572, 8], [92, 2246]], [[155397, 542079], [36, -7597]], [[155433, 534482], [-1024, 26], [-6, -1764]], [[154403, 532744], [-413, -941], [-401, 1402], [-173, -855], [164, 5828], [40, -3886], [154, 66], [163, 3197], [-178, 1201], [335, 1945], [-445, -237], [-277, 1653]], [[160544, 534569], [-1998, -62]], [[158546, 534507], [-2722, -5]], [[155824, 534502], [-391, -20]], [[189689, 530924], [-790, -90], [-193, -3456], [-681, -3145]], [[188025, 524233], [-2, 4020], [-344, 10], [-10, 9662]], [[241986, 539680], [-2, -4580]], [[241984, 535100], [-2123, 38]], [[251185, 533536], [-1, -4392]], [[251184, 529144], [-281, 766], [-2333, 3002]], [[248570, 532912], [1, -217]], [[248571, 532695], [-1, 217]], [[248570, 532912], [-533, 692], [-150, 1914]], [[247887, 535518], [-158, 1305]], [[247729, 536823], [-232, 120]], [[247497, 536943], [-117, 450]], [[247380, 537393], [-170, 465]], [[247210, 537858], [1092, 2058], [381, 1673]], [[198832, 536566], [-2, -1875], [-409, 1], [-280, -2448], [-812, 5], [-234, -521], [0, -1926], [-1045, -3]], [[196050, 529799], [2, 2685], [-229, 1641], [-121, 3955], [-233, 23], [-59, 3203]], [[261640, 541399], [0, -9499]], [[261640, 531900], [-1747, -14]], [[259893, 531886], [0, 4842]], [[259893, 536728], [1, 3448]], [[259894, 540176], [1066, -173], [680, 1396]], [[196050, 529799], [-402, -5]], [[195648, 529794], [-1369, 1], [-6, -1634]], [[194273, 528161], [-522, 16], [-137, 3239]], [[193614, 531416], [699, 2], [39, 8828]], [[193614, 531416], [-1749, 21]], [[169761, 538296], [-37, 88]], [[169724, 538384], [-623, 62], [-454, -1721], [-56, -1735], [-390, -2246], [-741, -1821]], [[167460, 530923], [-633, 1584], [-9, 4567], [-505, 2903]], [[167460, 530923], [206, -1170], [-54, -2423]], [[167612, 527330], [-388, -1247], [-851, -272]], [[166373, 525811], [-390, 134], [-275, -1277], [-551, -390]], [[165157, 524278], [4, 3812]], [[234007, 534200], [29, -4880]], [[234036, 529320], [-1739, 14]], [[232297, 529334], [-1380, 20]], [[230917, 529354], [-44, 9723]], [[217590, 532632], [-397, -2552], [-436, -1343], [-920, -1191], [-478, 1151], [-416, -370]], [[214943, 528327], [1, 2829]], [[214944, 531156], [-135, 1457], [-12, 6465], [-127, 2]], [[172510, 535939], [0, -949], [-531, -522], [0, -4866], [-168, 2], [-1, -2312]], [[171810, 527292], [-342, 20]], [[171468, 527312], [-26, 6322], [-175, -16], [-173, 2490], [-351, -8], [32, 2864]], [[209241, 537403], [-2, -4854]], [[209239, 532549], [2, -6235]], [[209241, 526314], [3, -1180]], [[209244, 525134], [-252, 2], [0, 1618], [-714, 26], [2, 1575], [-351, -6], [0, 1522], [-1030, 7]], [[180579, 539634], [-29, -2628], [-262, -4539], [-67, -3326], [-131, -1223], [266, -995], [5, -2349], [-249, -34], [-187, -1420], [189, -1949], [-181, -2072]], [[179933, 519099], [-282, -1616], [-344, 766], [-14, -1410], [527, -2617], [-250, -1838]], [[179570, 512384], [-3571, -27], [-470, -1640]], [[175529, 510717], [-390, 422], [-163, 2564], [-956, -4]], [[174020, 513699], [362, 4439], [258, 2019], [-236, 2563], [-686, 1930]], [[173718, 524650], [258, 2608]], [[173976, 527258], [446, 46], [76, 2435], [240, 1363], [665, -892], [157, 1127], [335, 203], [-438, 2709]], [[182851, 526214], [3, -24]], [[182854, 526190], [-34, -1070], [-471, -700], [-670, -2752]], [[181679, 521668], [-944, -3979], [-194, -400], [-349, 1946], [-259, -136]], [[220746, 539116], [-2, -6512], [105, -7]], [[220849, 532597], [-3, -6355]], [[220846, 526242], [-1761, 43]], [[219085, 526285], [-327, 3734], [198, 1955], [-89, 3324]], [[223195, 539072], [-2, -6466]], [[223193, 532606], [-2344, -9]], [[174902, 536023], [1, -2306], [-958, -326], [31, -6133]], [[173718, 524650], [-339, 2599]], [[173379, 527249], [-122, 1925], [104, 1310], [-372, 3279], [45, 1498]], [[212354, 539062], [9, -6489]], [[212363, 532573], [-197, -14]], [[212166, 532559], [-2927, -10]], [[225989, 539075], [-2, -6478]], [[225987, 532597], [-2698, 1]], [[223289, 532598], [-96, 8]], [[214944, 531156], [-1391, 13], [0, 1436], [-1190, -32]], [[230917, 529354], [-1, -1621]], [[230916, 527733], [-866, 4]], [[230050, 527737], [45, 1766], [-114, 3993], [-380, 2928], [-127, 2645]], [[228090, 539046], [-2, -6457]], [[228088, 532589], [-2023, 4]], [[226065, 532593], [-78, 4]], [[230050, 527737], [35, -1611]], [[230085, 526126], [-1852, -1]], [[228233, 526125], [-87, 1154], [-58, 5310]], [[171468, 527312], [-1045, 34]], [[170423, 527346], [-53, 1]], [[170370, 527347], [16, 3854], [-350, 1], [2, 1631], [-349, -8], [35, 5559]], [[170370, 527347], [-2758, -17]], [[247207, 537862], [3, -4]], [[248571, 532695], [0, -5698], [-321, -1]], [[248250, 526996], [-719, -11]], [[247531, 526985], [-3, 3230], [-343, -15], [1, 1609], [-352, 7], [6, 6374]], [[246840, 538190], [367, -328]], [[304871, 538016], [-24, -11134], [233, -2084], [-240, -2015], [-258, -234], [344, -2135], [-221, -1593], [445, -9902], [739, 1165]], [[305889, 510084], [248, -6545]], [[306137, 503539], [-330, 592], [-241, -1132]], [[305566, 502999], [-450, 139], [79, -2294], [-907, 625]], [[304288, 501469], [-183, 1244], [-102, 3478], [-276, -236], [62, 1778], [-139, 3374], [-376, -344], [-347, 651], [-372, 9721]], [[302555, 521135], [466, 1247], [-87, 1101], [431, 1781], [-152, 2424], [219, 2371], [-153, 838], [286, 2948], [372, 1242], [93, 2931]], [[307384, 534699], [-16, -13241], [-374, -415], [-14, -2790], [297, 274], [227, -5338], [-292, -284], [68, -1531], [-1391, -1290]], [[188025, 524233], [-403, -667]], [[187622, 523566], [-350, 1101], [-490, -286], [-233, -1732]], [[186549, 522649], [-588, 1549], [-293, 6520], [-198, -55]], [[185470, 530663], [53, 1620]], [[259893, 531886], [-1, -5144]], [[259892, 526742], [-133, -900], [-413, 823], [-698, -828], [-156, -2487], [-258, -538]], [[258234, 522812], [-83, 2590], [0, 4873], [-349, 11]], [[257802, 530286], [0, 3251], [697, -26], [0, 3238], [1394, -21]], [[198951, 536301], [351, -3235], [408, -2428], [-126, -2500]], [[199584, 528138], [-454, 7], [0, -1079], [-345, 0], [-233, -1614], [-461, 6], [-62, -7075], [-689, -1094], [-914, 66]], [[196426, 517355], [-551, 2736]], [[195875, 520091], [-174, 1330], [10, 5159], [-63, 3214]], [[201179, 524914], [-661, 1614], [-693, 2], [0, 1610], [-241, -2]], [[173379, 527249], [-1569, 43]], [[219085, 526285], [-4142, 17]], [[214943, 526302], [0, 2025]], [[253620, 535144], [-3, -3220]], [[253617, 531924], [2, -6051]], [[253619, 525873], [-776, 1095]], [[252843, 526968], [-385, 757], [-418, -132]], [[252040, 527593], [-694, 1110]], [[251346, 528703], [-162, 441]], [[251183, 535146], [869, 8]], [[241984, 535100], [-2, -4840]], [[241982, 530260], [-158, -2623], [-854, -1719]], [[240970, 525918], [-513, -3612]], [[240457, 522306], [-838, 12]], [[239619, 522318], [-5, 4660], [247, 5], [2, 3292]], [[309532, 520631], [304, -6938], [-325, -226]], [[309511, 513467], [-690, -626], [93, -2259], [-353, -313], [61, -1593], [-355, -304], [157, -4050], [-1023, -1483]], [[307401, 502839], [-7, -12]], [[307394, 502827], [-61, 341], [-964, -1079], [-232, 1450]], [[160544, 528153], [-247, -4], [10, -4864], [241, -1079]], [[160548, 522206], [-796, -345], [-318, -1062]], [[159434, 520799], [-910, -1886]], [[158524, 518913], [9, 9424]], [[158533, 528337], [13, 6170]], [[158533, 528337], [-318, -1795], [-454, 494], [-602, -1308], [-130, -1178]], [[157029, 524550], [-330, 4339], [-600, 1896], [-259, -235]], [[155840, 530550], [-2, 54]], [[155838, 530604], [-14, 3898]], [[155838, 530604], [-183, -462], [-495, 2189], [-757, 413]], [[235406, 533824], [28, -10701]], [[235434, 523123], [-1381, -10]], [[234053, 523113], [-17, 6207]], [[237756, 530248], [0, -3231], [116, -9], [14, -2987]], [[237886, 524021], [-1641, -2], [226, -872]], [[236471, 523147], [-1037, -24]], [[251026, 525384], [-2773, 33]], [[248253, 525417], [-3, 1579]], [[251346, 528703], [-2, -1704], [-318, 2], [0, -1617]], [[155418, 529962], [8, -6731]], [[155426, 523231], [-1689, 63]], [[153737, 523294], [-68, 3037], [184, 1180], [-262, 4093], [309, -882], [393, 425], [493, -351], [259, 901], [373, -1735]], [[214943, 526302], [-5, -2]], [[214938, 526300], [-2623, 9]], [[212315, 526309], [-150, 2]], [[212165, 526311], [1, 6248]], [[228233, 526125], [-2090, 12]], [[226143, 526137], [-83, 1]], [[226060, 526138], [5, 6455]], [[223289, 532598], [-7, -6387]], [[223282, 526211], [-1986, 21]], [[221296, 526232], [-450, 10]], [[226060, 526138], [-1995, 52]], [[224065, 526190], [-783, 21]], [[212165, 526311], [-2924, 3]], [[185470, 530663], [-558, -802], [1, -1628], [-449, -1027], [40, -1093], [-451, -1375]], [[184053, 524738], [-389, 163], [-476, -1895], [-334, 3184]], [[255011, 527072], [0, -1623], [-222, 0], [-2, -3274], [-416, -8]], [[254371, 522167], [-587, 1081]], [[253784, 523248], [-213, 794], [48, 1831]], [[253617, 531924], [1399, -8], [-5, -4844]], [[238811, 530199], [-2, -3213], [-238, 7], [11, -4605]], [[238582, 522388], [9, -3269]], [[238591, 519119], [-694, 16]], [[237897, 519135], [-11, 4886]], [[194273, 528161], [-16, -1570], [-232, -20], [-119, -1641], [-35, -4874], [-1029, -1611], [-3, -3241], [-365, 3], [-1, -3287]], [[192473, 511920], [-459, 14], [21, 11394], [-200, 2], [30, 7432]], [[190466, 530915], [-30, -11211], [-346, -1209], [4, -3242], [-336, 0], [-17, -6512]], [[189741, 508741], [-32, -6238]], [[189709, 502503], [19, -3579]], [[189728, 498924], [-493, 1905], [18, 850], [-441, 2415]], [[188812, 504094], [13, 11149], [64, -1], [-3, 5424], [-518, 4], [-341, 1882], [-405, 1014]], [[192473, 511920], [739, -89]], [[193212, 511831], [-1, -3075]], [[193211, 508756], [-2525, -184], [-945, 169]], [[186549, 522649], [-756, -104], [-628, -2190]], [[185165, 520355], [-202, 2288], [-910, 2095]], [[157029, 524550], [63, -2277]], [[157092, 522273], [-463, -110]], [[156629, 522163], [-284, 1059], [-919, 9]], [[155418, 529962], [422, 588]], [[239619, 522318], [-1037, 70]], [[242661, 530268], [51, -9640]], [[242712, 520628], [-343, -3]], [[242369, 520625], [1, 1598], [-1042, 59], [-2, -1612], [-997, 38]], [[240329, 520708], [128, 1598]], [[241982, 530260], [679, 8]], [[245796, 530213], [-1, -3233], [691, 9]], [[246486, 526989], [-5, -6392]], [[246481, 520597], [-2401, -12]], [[244080, 520585], [-30, 9671]], [[244050, 530256], [1746, -43]], [[244080, 520585], [-1368, 43]], [[242661, 530268], [1389, -12]], [[209244, 525134], [12, -12455]], [[209256, 512679], [-50, -4012]], [[209206, 508667], [-2732, 55]], [[206474, 508722], [1, 6547], [142, -1], [14, 8098]], [[195875, 520091], [-795, -463], [-177, -2270], [-459, 3], [-573, -1888], [-130, -1894], [-228, 1], [-3, -1752], [-298, 3]], [[232297, 529334], [32, -6470]], [[232329, 522864], [-1381, -3]], [[230948, 522861], [-32, 4872]], [[234053, 523113], [0, -269]], [[234053, 522844], [-1724, 20]], [[252040, 527593], [20, -5420], [700, -8]], [[252760, 522165], [-8, -6432]], [[252752, 515733], [-696, 32]], [[252056, 515765], [-692, -1], [9, 1610], [-345, -7]], [[251028, 517367], [-2, 8017]], [[158524, 518913], [-1068, 1088], [-329, 768], [-35, 1504]], [[165157, 524278], [-366, -437]], [[164791, 523841], [-600, -1643], [-745, -544], [-478, 786]], [[162968, 522440], [-730, -1784]], [[162238, 520656], [-782, -457], [-46, 928], [-635, 569]], [[160775, 521696], [-227, 510]], [[203016, 512064], [45, -3465]], [[203061, 508599], [-4592, 141]], [[198469, 508740], [-941, -34]], [[197528, 508706], [337, 4066], [-1591, 0], [48, 4006], [104, 577]], [[230948, 522861], [3, -3246]], [[230951, 519615], [-1623, 13]], [[229328, 519628], [-7, 1157], [513, 1813], [251, 3528]], [[253784, 523248], [-5, -1258], [-1019, 175]], [[170423, 527346], [14, -2610]], [[170437, 524736], [-401, -3204], [0, -4052], [-226, -813], [-642, 33], [1, -1372], [-752, -187], [118, -2760], [304, 1], [77, -3742]], [[168916, 508640], [-1798, -1]], [[167118, 508639], [49, 1621], [4, 8063], [-288, 1], [0, 1596], [-518, 16], [8, 5875]], [[174020, 513699], [-270, -3512]], [[173750, 510187], [-1345, 32]], [[172405, 510219], [-2, 1583], [-584, -9], [-295, 3221], [-171, -21], [-111, 3312], [-289, 3248], [113, 3191], [-629, -8]], [[255706, 527058], [117, -1614], [-5, -6481], [175, -7]], [[255993, 518956], [-481, -4769], [-453, -2674], [26, -1006]], [[255085, 510507], [-74, 93]], [[255011, 510600], [-348, 1798], [263, 2651], [-666, 243], [263, 2751], [-117, 1110], [148, 2102], [-183, 912]], [[255011, 527072], [695, -14]], [[248253, 525417], [-2, -6367]], [[248251, 519050], [4, -3225]], [[248255, 515825], [-1774, -77]], [[246481, 515748], [0, 4849]], [[246486, 526989], [1045, -4]], [[214938, 526300], [2, -8789]], [[214940, 517511], [-1, -8089]], [[214939, 509422], [-2667, 29]], [[212272, 509451], [0, 3227]], [[212272, 512678], [43, 13631]], [[219085, 526285], [420, -1613], [146, -2779], [-339, -2104]], [[219312, 519789], [-135, -1298], [382, -971]], [[219559, 517520], [-3145, -9]], [[216414, 517511], [-1474, 0]], [[212272, 512678], [-3016, 1]], [[221296, 526232], [3, -6469]], [[221299, 519763], [-1987, 26]], [[185165, 520355], [-3, -2744], [506, -650], [135, -1730], [3, -4866], [343, -1], [-3, -1637], [400, -13], [67, -3224], [282, -801], [790, -48], [2, -1347], [860, 8]], [[188547, 503302], [-99, -3225], [-305, 274]], [[188143, 500351], [-567, -772], [-129, 1024], [-637, -765], [-533, 835], [-280, -2222], [-238, 584], [-857, 90], [-96, -2021]], [[184806, 497104], [-526, 1386], [-10, 1397], [-348, 4611], [-316, 914], [-262, -706], [-323, 1502], [13, 3600], [-287, 1010], [-383, 2793], [-233, 2701], [-86, 3613], [-272, 361], [-94, 1382]], [[224065, 526190], [-1, -6467]], [[224064, 519723], [-2739, 40]], [[221325, 519763], [-26, 0]], [[226143, 526137], [-2, -6467]], [[226141, 519670], [-6, -6480]], [[226135, 513190], [-2051, 63]], [[224084, 513253], [-13, 1]], [[224071, 513254], [-7, 6469]], [[229328, 519628], [389, -3087], [628, -1746]], [[230345, 514795], [-1456, 6], [-40, -559], [-610, 15]], [[228239, 514257], [-2, 4850]], [[228237, 519107], [-4, 7018]], [[228237, 519107], [-408, 548], [-1688, 15]], [[167118, 508639], [-1414, -28]], [[165704, 508611], [-332, 4], [2, 1361]], [[165374, 509976], [84, 1859], [-342, 39], [1, 1607], [-347, 28], [21, 10332]], [[251028, 517367], [-1054, 48]], [[249974, 517415], [-9, 1640], [-1714, -5]], [[172405, 510219], [-826, -23], [-2, -1616], [-596, -10], [-301, 1240], [-304, -1200], [-378, 943], [-318, -1615]], [[169680, 507938], [-764, 702]], [[188812, 504094], [-265, -792]], [[237897, 519135], [-1085, -11]], [[236812, 519124], [-341, 4023]], [[165374, 509976], [-1964, 15]], [[163410, 509991], [-24, 269]], [[163386, 510260], [-111, 2406], [145, 4765], [366, 767], [-140, 1600], [-678, 2642]], [[206474, 508722], [-142, 2]], [[206332, 508724], [-2606, -129]], [[203726, 508595], [-665, 4]], [[264518, 520373], [-131, -4], [15, -7954]], [[264402, 512415], [-335, 1]], [[264067, 512416], [-1024, 59]], [[263043, 512475], [5, 1628]], [[263048, 514103], [0, 9277]], [[263048, 523380], [752, -2508], [718, -499]], [[155426, 523231], [0, -1322], [-345, 8], [171, -1358], [345, -537], [-450, -2154], [-12, -1076]], [[155135, 516792], [6, -4051], [-896, -4], [0, -2601], [169, -5]], [[154414, 510131], [-4, -597]], [[154410, 509534], [-766, 17]], [[153644, 509551], [191, 6727], [-98, 7016]], [[156629, 522163], [0, -1647], [515, -2132], [1, -1597]], [[157145, 516787], [-1, -1893], [-346, -271]], [[156798, 514623], [-744, 2159], [-919, 10]], [[236812, 519124], [284, -2536]], [[237096, 516588], [-222, -1934], [-374, -651]], [[236500, 514003], [-341, 795], [-1058, -11]], [[235101, 514787], [1, 1614], [-1027, -8]], [[234075, 516393], [-22, 6451]], [[232329, 522864], [30, -6471]], [[232359, 516393], [-1030, -8]], [[231329, 516385], [-347, 13], [-31, 3217]], [[234075, 516393], [-344, 3]], [[233731, 516396], [-1372, -3]], [[163386, 510260], [-629, 17], [17, 874], [-376, 1203], [-462, 444], [26, 1607], [414, 1539], [112, 2268], [-250, 2444]], [[239619, 522318], [0, -3212], [333, -17], [8, -2705]], [[239960, 516384], [-1367, 53]], [[238593, 516437], [-2, 2682]], [[240329, 520708], [8, -1270], [308, -144], [354, -2360], [-276, -2707]], [[240723, 514227], [-762, 15]], [[239961, 514242], [-1, 2142]], [[242369, 520625], [-6, -8009]], [[242363, 512616], [-1675, 1]], [[240688, 512617], [35, 1610]], [[159434, 520799], [0, -1905], [284, -1586]], [[159718, 517308], [-2288, -7], [-285, -514]], [[160775, 521696], [0, -3313], [-116, 6], [3, -4865], [-600, -5]], [[160062, 513519], [3, 2149], [-347, 1640]], [[163410, 509991], [119, -3799], [225, -798]], [[163754, 505394], [-3866, 76]], [[159888, 505470], [69, 1165]], [[159957, 506635], [-196, 2311], [405, 1008], [-239, 2616], [135, 949]], [[184806, 497104], [3, -2717], [-506, 66]], [[184303, 494453], [-906, -18]], [[183397, 494435], [-56, 1597], [-348, 2544], [-106, -614], [-845, 1225], [-633, 3398], [-141, 1578], [-365, -189], [52, 2183], [-181, -234], [-402, -2430], [55, -905], [-491, -1771], [-716, 3192], [20, 1138]], [[179240, 505147], [217, 1310], [9, 5102], [104, 825]], [[309697, 499440], [-326, 8144], [343, 307], [-203, 5576]], [[310206, 521389], [551, -1389], [510, -516], [-213, -1647], [200, -1810], [-163, -2048], [408, -2916], [145, 1141], [349, -534], [352, -3817], [161, -2744], [-592, -2997], [-880, -140], [-164, -1985], [-252, 636], [-149, -1354], [-202, 2089], [-181, -786], [-141, -3116], [-248, 1984]], [[304288, 501469], [-305, -404], [-9, -1934], [-241, 39]], [[303733, 499170], [-304, -527]], [[303429, 498643], [-117, 2061], [-640, 1070], [-291, 3135], [-430, -1180], [-152, 5251], [122, 80], [-151, 4819]], [[301770, 513879], [26, 2283], [518, -340], [-235, 2392], [476, 2921]], [[266792, 512571], [-1372, -94]], [[265420, 512477], [-1018, -62]], [[264518, 520373], [261, -2225], [563, -388], [377, -1459], [555, -1119], [218, 171], [319, -1624], [-19, -1158]], [[244080, 520585], [-2, -6434]], [[244078, 514151], [-2, -1590], [-344, 26]], [[243732, 512587], [-1369, 29]], [[246481, 515748], [-686, 31], [0, -1629]], [[245795, 514150], [-1717, 1]], [[197528, 508706], [-1036, 15]], [[196492, 508721], [-3281, 35]], [[221325, 519763], [-3, -6470]], [[221322, 513293], [-1536, 18]], [[219786, 513311], [-158, 1348], [120, 1153], [-189, 1708]], [[224071, 513254], [-2371, 30]], [[221700, 513284], [-378, 9]], [[228239, 514257], [0, -2714]], [[228239, 511543], [-746, -4]], [[227493, 511539], [-1359, 31]], [[226134, 511570], [1, 1620]], [[231329, 516385], [38, -4380]], [[231367, 512005], [-336, 821]], [[231031, 512826], [-637, 896]], [[230394, 513722], [-49, 1073]], [[238593, 516437], [-6, -3147]], [[238587, 513290], [-26, 17]], [[238561, 513307], [-163, 843], [-522, 101], [-780, 2337]], [[249974, 517415], [-2, -6482]], [[249972, 510933], [-1721, 20]], [[248251, 510953], [4, 4872]], [[219786, 513311], [-178, -2703], [123, -1550], [-312, 142], [-35, -2389]], [[219384, 506811], [-387, -2543], [-370, 1156], [-115, -974]], [[218512, 504450], [-583, 57], [-208, -834], [-377, 334]], [[217344, 504007], [2, 4597], [-1015, -5], [83, 8912]], [[217344, 504007], [-269, -1030], [-621, -1015], [-210, -1237], [-503, 175], [-264, -1035], [-539, -243]], [[214938, 499622], [1, 9800]], [[252056, 515765], [-7, -3234], [109, -1632]], [[252158, 510899], [-950, 13], [2, -1661]], [[251210, 509251], [-675, 9]], [[250535, 509260], [-1, 1662], [-562, 11]], [[159957, 506635], [-1846, -55], [-387, 968], [-169, 1538], [-534, 2059], [129, 2390], [-300, 15]], [[156850, 513550], [-52, 1073]], [[156850, 513550], [-43, -124]], [[156807, 513426], [-486, -577], [117, -1993], [-201, -742]], [[156237, 510114], [-1823, 17]], [[238561, 513307], [-382, -977], [-277, -2080], [-23, -1945]], [[237879, 508305], [-685, 14]], [[237194, 508319], [-679, 14]], [[236515, 508333], [-15, 5670]], [[239961, 514242], [-4, -3220]], [[239957, 511022], [-577, 12], [2, -1654]], [[239382, 509380], [-216, 1965], [-579, 1945]], [[235101, 514787], [15, -8081]], [[235116, 506706], [-1367, -14]], [[233749, 506692], [6, 4861]], [[233755, 511553], [-24, 4843]], [[233755, 511553], [-2201, -4]], [[231554, 511549], [-187, 456]], [[248251, 510953], [-430, 7], [0, -1618], [-327, 3]], [[247494, 509345], [-1694, -51]], [[245800, 509294], [-5, 4856]], [[252752, 515733], [340, -44], [-9, -3220], [342, -69], [182, -3245], [999, -1069]], [[254606, 508086], [-385, -2583], [-242, -2789]], [[253979, 502714], [-8, -1]], [[253971, 502713], [-10, -1]], [[253961, 502712], [-693, 38]], [[253268, 502750], [-16, 3221], [-670, 52]], [[252582, 506023], [14, 4857], [-438, 19]], [[303429, 498643], [-266, -4622], [-406, -3326]], [[302757, 490695], [-370, 576], [-32, 2012], [-647, -2107], [393, -1789], [-189, -2754]], [[301912, 486633], [-573, -426]], [[301339, 486207], [0, -16]], [[301339, 486207], [-59, 9193]], [[301280, 495400], [-86, 9641], [-121, 9365]], [[301073, 514406], [217, 752], [480, -1279]], [[230394, 513722], [3, -5426]], [[230397, 508296], [-1199, -12]], [[229198, 508284], [-5, 3228], [-954, 31]], [[236515, 508333], [-686, 5], [-1, -1627]], [[235828, 506711], [-712, -5]], [[301280, 495400], [-90, -875], [-585, 121], [-254, -2830], [-201, 2230]], [[300150, 494046], [-446, 795], [-524, 2812]], [[299180, 497653], [520, 1849], [112, 1480], [-264, 3054], [383, 3039], [-19, 1891]], [[299912, 508966], [388, 4730], [214, 623], [386, -1123], [173, 1210]], [[240688, 512617], [-96, -2433], [64, -4037]], [[240656, 506147], [-95, -2137]], [[240561, 504010], [-562, 444], [-38, 2207]], [[239961, 506661], [97, 22], [-1, 4337], [-100, 2]], [[245800, 509294], [3, -3236]], [[245803, 506058], [-2030, -24]], [[243773, 506034], [-41, 6553]], [[159888, 505470], [-167, -669], [70, -1970]], [[159791, 502831], [-1153, 206], [-234, 1076], [-631, 10], [-781, 720], [-578, -1960], [-382, 1172]], [[156032, 504055], [-98, 1557], [388, 2208], [-85, 2294]], [[175529, 510717], [154, -826], [-340, -5246], [151, -1455], [0, -3805]], [[175494, 499385], [-398, -1021]], [[175096, 498364], [-634, 868], [-4, 2312], [-267, 893], [0, 3275], [-765, 34]], [[173426, 505746], [189, 1739], [-44, 1635], [179, 1067]], [[231554, 511549], [662, -3749], [173, -272]], [[232389, 507528], [-309, -828], [-3, -1608], [-1680, 19]], [[230397, 505111], [0, 3185]], [[307819, 495119], [63, -2040], [-255, 1149], [192, 891]], [[308823, 498239], [322, -1210], [-422, -2791], [-256, 1682], [356, 2319]], [[309697, 499440], [-194, -3153], [-121, 2654], [-613, 1160], [154, -1192], [-465, -1333], [31, 1761], [-402, -1706], [118, -3275], [-828, 3345], [180, 1911], [-237, 2132], [81, 1095]], [[221700, 513284], [1, -6478]], [[221701, 506806], [-279, 1]], [[221422, 506807], [-2038, 4]], [[224084, 513253], [3, -6454]], [[224087, 506799], [-1659, 3]], [[222428, 506802], [-727, 4]], [[239382, 509380], [134, -2743]], [[239516, 506637], [-427, -1841]], [[239089, 504796], [-534, 227]], [[238555, 505023], [9, 1658], [-687, 3], [2, 1621]], [[226134, 511570], [12, -9713]], [[226146, 501857], [-2029, 49]], [[224117, 501906], [-30, 4893]], [[179240, 505147], [-395, -1629], [-367, 938], [-230, -2310], [-308, -655], [142, -3509], [-185, -1566]], [[177897, 496416], [-297, -1464], [-332, -476], [-1622, 25], [-30, -1653], [-277, 66]], [[175339, 492914], [2, 3219], [164, 2], [-11, 3250]], [[212272, 509451], [-19, -8102], [-1681, -4]], [[210572, 501345], [-701, 13], [-661, -630]], [[209210, 500728], [-4, 7939]], [[242363, 512616], [57, -6548]], [[242420, 506068], [-1764, 79]], [[243773, 506034], [0, -3210]], [[243773, 502824], [-1350, 15]], [[242423, 502839], [-3, 3229]], [[262700, 510887], [28, -4815]], [[262728, 506072], [-1240, 27], [-113, -876]], [[261375, 505223], [-305, 883]], [[261070, 506106], [220, 4694], [-69, 1784]], [[261221, 512584], [458, -42], [1, -1633], [1020, -22]], [[264067, 512416], [-14, -6399]], [[264053, 506017], [-1325, 55]], [[262700, 510887], [342, -32], [1, 1620]], [[265420, 512477], [-20, -6431]], [[265400, 506046], [-1347, -29]], [[227493, 511539], [8, -6473]], [[227501, 505066], [-4, -4842]], [[227497, 500224], [-1004, 10]], [[226493, 500234], [-9, 1613], [-338, 10]], [[229198, 508284], [-7, -3209]], [[229191, 505075], [-1690, -9]], [[233749, 506692], [-652, -11], [0, -2565]], [[233097, 504116], [-708, 3412]], [[239961, 506661], [-445, -24]], [[250535, 509260], [0, -6476]], [[250535, 502784], [-1731, 65]], [[248804, 502849], [-1313, 5]], [[247491, 502854], [3, 6491]], [[252582, 506023], [-689, 18], [2, 1616], [-685, -6], [0, 1600]], [[173426, 505746], [-385, -1718], [-296, -3771], [-219, -1145], [9, -3403]], [[172535, 495709], [-741, 0], [0, 1607], [-294, 1057], [-1059, -21], [-726, -3486]], [[169715, 494866], [-738, -18], [245, 2192], [-29, 1556], [314, 2473], [-552, 1434], [612, 1573], [-29, 2092], [142, 1770]], [[156032, 504055], [-16, -548]], [[156016, 503507], [-1264, 17]], [[154752, 503524], [-340, 334], [-2, 5676]], [[165704, 508611], [55, -3187], [-11, -9610]], [[165748, 495814], [-676, -6], [-1, 1543], [-342, 912], [-1014, -19], [1, 2354]], [[163716, 500598], [38, 4796]], [[154752, 503524], [16, -5366], [-345, 3], [16, -1350], [-284, -293], [116, -1140]], [[154271, 495378], [-947, -137]], [[153324, 495241], [89, 2631], [44, 7616], [170, 1569], [17, 2494]], [[214938, 499622], [-3, -12]], [[214935, 499610], [-311, -1407], [-474, 240], [-222, -2776], [-71, -2959], [-2964, 12]], [[210893, 492720], [-2, 2156], [-338, -10], [19, 6479]], [[247491, 502854], [1, -4850]], [[247492, 498004], [-1354, -31], [0, 1610], [-337, 6], [2, 1612]], [[245803, 501201], [0, 4857]], [[253268, 502750], [-7, -1765]], [[253261, 500985], [-1005, 107]], [[252256, 501092], [2, 1635], [-1723, 57]], [[296979, 508865], [60, -3257], [-127, -958]], [[296912, 504650], [-471, 86], [-134, -1750], [-359, -1102]], [[295948, 501884], [-849, 1672]], [[295099, 503556], [103, 5410]], [[295202, 508966], [1777, -101]], [[299180, 497653], [-205, -1076]], [[298975, 496577], [-266, 1736], [213, 1023], [-144, 948], [183, 1193], [-188, 668], [204, 1295], [-286, 977]], [[298691, 504417], [181, 2000], [-64, 2446]], [[298808, 508863], [1104, 103]], [[295099, 503556], [-145, -2596], [-226, -366]], [[294728, 500594], [-75, 974], [149, 3512], [-119, 604], [97, 3231]], [[294780, 508915], [422, 51]], [[294728, 500594], [65, -315]], [[294793, 500279], [-930, -2003], [-662, -178]], [[293201, 498098], [-213, 5176], [-115, 5362]], [[292873, 508636], [1907, 279]], [[298691, 504417], [-203, -1307], [-284, 945], [-413, -3859], [-312, 777]], [[297479, 500973], [-299, 925], [174, 1659], [-442, 1093]], [[296979, 508865], [1829, -2]], [[196492, 508721], [81, -2400], [-1, -6524], [53, -2], [-1, -6560], [65, 0]], [[196689, 493235], [-1, -1658]], [[196688, 491577], [-673, 4], [0, -1650], [-344, -3], [9, -1603], [-502, -5], [2, -1644], [-615, -55]], [[194565, 486621], [-361, 2183], [-278, 575], [-278, -718], [-65, -1424], [-340, -839], [-198, 2909], [-378, -147], [-165, 1088]], [[192502, 490248], [0, 2320], [-270, 2958], [-406, 2562], [50, 1661], [-272, 1204], [-814, -4], [0, 1554], [-1081, 0]], [[290927, 508615], [234, -781], [324, -14558], [-26, -1329]], [[291459, 491947], [-889, -543]], [[290570, 491404], [-581, -367], [-299, 867]], [[289690, 491904], [-769, 2247]], [[288921, 494151], [-1154, 3457]], [[287767, 497608], [260, 2084], [1343, 6200], [870, 2516], [687, 207]], [[198469, 508740], [221, -3931], [453, -2060], [152, 402], [684, -2631]], [[199979, 500520], [185, -1795], [287, -397], [154, -2198], [-5, -2947]], [[200600, 493183], [-3911, 52]], [[206332, 508724], [28, -15346]], [[206360, 493378], [-1, -12616]], [[206359, 480762], [-2612, -66]], [[203747, 480696], [21, 19902]], [[203768, 500598], [-42, 7997]], [[203768, 500598], [-1168, -134], [-2621, 56]], [[293201, 498098], [-645, -417], [133, -5014], [-525, -324]], [[292164, 492343], [-705, -396]], [[290927, 508615], [1946, 21]], [[209210, 500728], [5, -7271]], [[209215, 493457], [-2855, -79]], [[169715, 494866], [13, -4024]], [[169728, 490842], [-1637, 145], [-4, -1633], [-2343, -17]], [[165744, 489337], [4, 6477]], [[237194, 508319], [5, -4865]], [[237199, 503454], [-679, 9], [-2, -1632], [-677, -6], [-1, 1627]], [[235840, 503452], [-12, 3259]], [[238555, 505023], [-264, -1740], [-417, -1264]], [[237874, 502019], [-336, 1431], [-339, 4]], [[230397, 505111], [0, -3258]], [[230397, 501853], [0, -1635]], [[230397, 500218], [-1208, 4]], [[229189, 500222], [2, 4853]], [[233097, 504116], [341, -1014]], [[233438, 503102], [0, -2921], [-654, 12]], [[232784, 500193], [-25, 1632], [-1362, 11]], [[231397, 501836], [-1000, 17]], [[240561, 504010], [200, -612]], [[240761, 503398], [-169, -3191], [-689, -567], [0, -757]], [[239903, 498883], [-674, 2], [0, 1341]], [[239229, 500226], [-140, 4570]], [[221422, 506807], [-9, -6505]], [[221413, 500302], [-2368, -13]], [[219045, 500289], [-317, 676], [77, 2217], [-293, 1268]], [[222428, 506802], [33, -13076]], [[222461, 493726], [-769, -45]], [[221692, 493681], [-243, 467]], [[221449, 494148], [-36, 6154]], [[224117, 501906], [15, -8145]], [[224132, 493761], [-628, -3]], [[223504, 493758], [-1043, -32]], [[235840, 503452], [-367, -8], [16, -4852]], [[235489, 498592], [-437, 8]], [[235052, 498600], [-236, 771]], [[234816, 499371], [-1378, 3731]], [[183397, 494435], [-268, 4], [1, -3240], [-116, 1], [10, -3446], [227, -982], [-443, -1878]], [[182808, 484894], [-596, -1711], [-145, -1114]], [[182067, 482069], [-654, 3911], [-113, -748], [-563, 1718], [-9, 879], [-657, 322], [-39, -921], [-426, 1521], [-370, 1], [1, 1214], [-439, -1021]], [[178798, 488945], [-56, 216]], [[178742, 489161], [-154, 1983], [62, 1848], [-398, 879], [-33, 1744], [-322, 801]], [[242423, 502839], [0, -2695], [-505, 27]], [[241918, 500171], [-647, 507], [-510, 2720]], [[266980, 506080], [138, -2703], [-131, -3752]], [[266987, 499625], [-1582, -51]], [[265405, 499574], [-5, 6472]], [[265400, 506046], [1580, 34]], [[262728, 506072], [-10, -6460]], [[262718, 499612], [-1346, 23]], [[261372, 499635], [3, 5588]], [[264053, 506017], [3, -6475]], [[264056, 499542], [-1338, 70]], [[245803, 501201], [-678, 11]], [[245125, 501212], [-1014, -15]], [[244111, 501197], [-336, 9]], [[243775, 501206], [-2, 1618]], [[265405, 499574], [-1349, -32]], [[175096, 498364], [-132, -2275], [-32, -3181], [-260, 7]], [[174672, 492915], [-1240, 21]], [[173432, 492936], [-217, 1684], [-680, 1089]], [[163716, 500598], [-1231, -21], [0, -1605], [-451, -3], [2, -1609], [-331, 10]], [[161705, 497370], [-2049, 35]], [[159656, 497405], [135, 5426]], [[239229, 500226], [-676, -7]], [[238553, 500219], [-1077, -9]], [[237476, 500210], [398, 1809]], [[229189, 500222], [-676, -12]], [[228513, 500210], [-1016, 14]], [[297479, 500973], [-166, -1451]], [[297313, 499522], [-157, -1497], [-296, 998], [-160, -1510], [-420, 996]], [[296280, 498509], [-67, 1872], [-265, 1503]], [[159656, 497405], [121, -2501]], [[159777, 494904], [-1469, -89], [-166, -673], [-532, 204], [-411, 1117], [-498, -541], [-6, -1096], [-722, -4], [-55, 1558]], [[155918, 495380], [-123, 1127], [43, 2998], [-132, 924], [521, 1787], [-211, 1291]], [[219045, 500289], [-133, -1711], [523, -288], [58, -1572], [780, -877], [539, -1239], [-128, -869]], [[220684, 493733], [-1196, -11], [0, -483]], [[219488, 493239], [-1893, -6]], [[217595, 493233], [-334, -5], [34, 9715], [49, 1064]], [[260032, 504518], [-8, -4869]], [[260024, 499649], [-1160, 99]], [[258864, 499748], [-13, 3454], [458, 1388]], [[259309, 504590], [723, -72]], [[298975, 496577], [-544, -513], [-20, -3063]], [[298411, 493001], [-914, 898]], [[297497, 493899], [402, 4106], [-586, 1517]], [[307394, 502827], [-140, -1573], [180, -625], [-64, -1886], [-523, -588], [177, -1427], [-225, -1986]], [[306799, 494742], [-257, 115], [-412, 2029], [-390, -679]], [[305740, 496207], [-272, 275]], [[305468, 496482], [309, 2126], [8, 3412], [-219, 979]], [[189728, 498924], [5, -9133]], [[189733, 489791], [-389, -951], [-593, -175]], [[188751, 488665], [-448, -740], [-1162, 820]], [[187141, 488745], [-1, 811], [-499, 8], [1, 1607]], [[186642, 491171], [338, -6], [2, 1607], [490, 820], [15, 2406], [170, 1557], [484, 19], [2, 2777]], [[217595, 493233], [-48, -3229]], [[217547, 490004], [-2628, -7]], [[214919, 489997], [16, 9613]], [[296280, 498509], [-410, -5407]], [[295870, 493102], [-68, 2572], [-938, -658]], [[294864, 495016], [48, 3058], [-119, 2205]], [[155918, 495380], [-1647, -2]], [[305468, 496482], [-133, -1505], [-266, 329], [-18, -2929], [-277, 307]], [[304774, 492684], [-7, 9]], [[304767, 492693], [-269, 531], [-119, -1120], [-300, 314]], [[304079, 492418], [-196, 1521], [-150, 5231]], [[237476, 500210], [-51, -1566]], [[237425, 498644], [-1936, -52]], [[241918, 500171], [207, -1615]], [[242125, 498556], [-525, 16], [0, -1617], [-334, 5], [-1, -3232]], [[241265, 493728], [-356, 11]], [[240909, 493739], [-1010, 22]], [[239899, 493761], [4, 5122]], [[234816, 499371], [-1, -4018], [-672, -9], [-5, -1614]], [[234138, 493730], [-984, 19]], [[233154, 493749], [-366, -7]], [[232788, 493742], [-4, 6451]], [[250535, 502784], [-3, -8151]], [[250532, 494633], [-1040, 40]], [[249492, 494673], [-353, 36]], [[249139, 494709], [-6, 4906], [-327, 5], [-2, 3229]], [[249139, 494709], [-495, 33]], [[248644, 494742], [-1141, -12]], [[247503, 494730], [-11, 3274]], [[253961, 502712], [-152, -2104], [333, -532], [464, 2018]], [[254606, 502094], [-10, -5904]], [[254596, 496190], [-339, 8], [-1, -1624], [-432, 11]], [[253824, 494585], [-416, 19]], [[253408, 494604], [6, 6419], [-153, -38]], [[243775, 501206], [-1056, -193], [-152, -3331]], [[242567, 497682], [-442, 874]], [[252256, 501092], [-365, 1], [-8, -6465]], [[251883, 494628], [-410, -12]], [[251473, 494616], [-941, 17]], [[255685, 502676], [-302, -3069], [-169, -3411]], [[255214, 496196], [-618, -6]], [[254606, 502094], [72, 609]], [[254678, 502703], [1007, -27]], [[192502, 490248], [5, -10113]], [[192507, 480135], [-16, -1620], [-799, 3], [0, -1615], [-653, 8], [-1, -1051]], [[191038, 475860], [-655, -1], [0, 1504], [-643, -3]], [[189740, 477360], [-2, 3452]], [[189738, 480812], [-5, 8979]], [[226493, 500234], [-2, -6499]], [[226491, 493735], [-1332, 24]], [[225159, 493759], [-1027, 2]], [[231397, 501836], [40, -8076]], [[231437, 493760], [-1042, 2]], [[230395, 493762], [2, 6456]], [[232788, 493742], [-1310, 16]], [[231478, 493758], [-41, 2]], [[210893, 492720], [-1678, 5]], [[209215, 492725], [0, 732]], [[244111, 501197], [-1, -6504], [-219, -857], [207, -1948], [-69, -1318]], [[244029, 490570], [-834, 3122]], [[243195, 493692], [-279, 3080], [-349, 910]], [[245125, 501212], [38, -9630]], [[245163, 491582], [-120, 124]], [[245043, 491706], [-313, -400], [-41, -1496], [-287, -3]], [[244402, 489807], [-373, 763]], [[247503, 494730], [-1, -1740]], [[247502, 492990], [-1654, 56], [-187, -1630]], [[245661, 491416], [-498, 166]], [[253408, 494604], [-589, 39]], [[252819, 494643], [-936, -15]], [[186642, 491171], [-1501, 14], [-1, -1610]], [[185140, 489575], [-834, 8], [-3, 4870]], [[203747, 480696], [-170, -9]], [[203577, 480687], [-2877, -39], [0, 148]], [[200700, 480796], [-49, 12388], [-51, -1]], [[165744, 489337], [-329, 0], [-5, -4859], [-338, 5]], [[165072, 484483], [-1001, 8], [0, 1610], [-336, -4], [-2, 1618], [-1027, -13], [-1, 1606], [-664, 64], [-2, 3219], [-321, 77], [-13, 4702]], [[221449, 494148], [180, -1781], [-749, 47], [-196, 1319]], [[294864, 495016], [-214, -1344], [-132, -2763], [162, -4374]], [[294680, 486535], [-165, -92]], [[294515, 486443], [-1724, -1101]], [[292791, 485342], [28, 960], [-465, 275], [-343, 2130], [225, 833], [-72, 2803]], [[238553, 500219], [-2, -6472]], [[238551, 493747], [-677, -2]], [[237874, 493745], [1, 807], [-681, -7]], [[237194, 494545], [221, 1970], [10, 2129]], [[239899, 493761], [-13, 0]], [[239886, 493761], [-1006, -6]], [[238880, 493755], [-329, -8]], [[228513, 500210], [-4, -6463]], [[228509, 493747], [-670, -20]], [[227839, 493727], [-1336, 7]], [[226503, 493734], [-12, 1]], [[230395, 493762], [0, -2]], [[230395, 493760], [-1217, -20]], [[229178, 493740], [-669, 7]], [[260024, 499649], [-9, -6494]], [[260015, 493155], [-615, 55]], [[259400, 493210], [-964, 215]], [[258436, 493425], [364, 3555], [64, 2768]], [[261372, 499635], [-2, -6463]], [[261370, 493172], [-640, -4]], [[260730, 493168], [-715, -13]], [[260024, 499649], [1348, -14]], [[264056, 499542], [8, -6454]], [[264064, 493088], [-669, -1]], [[263395, 493087], [-679, 16]], [[262716, 493103], [2, 6509]], [[262716, 493103], [-656, 52]], [[262060, 493155], [-690, 17]], [[266987, 499625], [-62, -3376], [-470, -1067], [-157, -2040]], [[266298, 493142], [-886, -31]], [[265412, 493111], [-7, 6463]], [[265412, 493111], [-786, 0]], [[264626, 493111], [-562, -23]], [[175339, 492914], [-169, -3], [-23, -6408]], [[175147, 486503], [-644, 5]], [[174503, 486508], [-557, -1]], [[173946, 486507], [0, 3241], [391, -17], [114, 1594], [220, -13], [1, 1603]], [[214919, 489997], [-33, -5323], [-334, -145]], [[214552, 484529], [-104, -245], [-1766, 9]], [[212682, 484293], [343, 3115], [-3812, -38]], [[209213, 487370], [2, 5355]], [[297497, 493899], [-208, -1404], [-408, 589], [-262, -2738], [-163, 304]], [[296456, 490650], [-487, 788], [-99, 1664]], [[235052, 498600], [861, -2186], [275, -1379]], [[236188, 495035], [12, -2914]], [[236200, 492121], [-1368, -13]], [[234832, 492108], [-669, 3], [-25, 1619]], [[304079, 492418], [-79, -2770]], [[304000, 489648], [-229, -1286], [-556, 2438], [-134, -953], [-324, 848]], [[237194, 494545], [-162, -1485], [-844, 1975]], [[243195, 493692], [-616, 1], [0, -1602]], [[242579, 492091], [-668, 7], [-1, 1620], [-645, 10]], [[173432, 492936], [-215, -1206], [111, -1864], [-135, -2004]], [[173193, 487862], [-118, -728], [-1, -2989]], [[173074, 484145], [-2, -31284]], [[173072, 452861], [-3259, -52]], [[169813, 452809], [-49, 5195], [-6, 11887], [-34, 1], [4, 20950]], [[300150, 494046], [150, -5520], [-565, -417], [90, -2385]], [[299825, 485724], [28, -1263], [-360, -306], [-213, -2182]], [[299280, 481973], [-251, -349], [-88, 1241], [-239, -1545]], [[298702, 481320], [-1098, 1335]], [[297604, 482655], [73, 1782], [273, 1403]], [[297950, 485840], [461, 7161]], [[165072, 484483], [0, -1675]], [[165072, 482808], [-3996, 131]], [[161076, 482939], [-1867, -3]], [[159209, 482936], [78, 4514], [296, 1024], [283, 3753], [-89, 2677]], [[286590, 490299], [-326, 1891]], [[286264, 492190], [242, 1614], [1261, 3804]], [[288921, 494151], [-278, -2136], [171, -535], [-163, -1981], [-600, -1658], [-229, 98], [184, -3632]], [[288006, 484307], [-698, 337], [-439, -517]], [[286869, 484127], [-30, 11]], [[286839, 484138], [-17, 6]], [[286822, 484144], [-93, 2654], [-183, 296], [473, 1068], [-221, 1526], [192, 1728], [-400, -1117]], [[306799, 494742], [-208, -3178], [83, -580], [-394, -2170], [-422, 630], [40, 936]], [[305898, 490380], [198, 677], [-157, 2940], [-190, 25], [-9, 2185]], [[178742, 489161], [-408, 649], [-97, 1865], [-374, -2892], [-523, -708], [-420, -3554], [-518, -1775], [-403, -257]], [[175999, 482489], [-852, 4014]], [[305898, 490380], [-88, 1150], [-333, -4456], [-153, 1112], [-294, -803], [27, 3034], [-191, -1422]], [[304866, 488995], [63, 1229], [-293, 335]], [[304636, 490559], [138, 2125]], [[255214, 496196], [10, -3137], [-283, -948], [-252, -4020]], [[254689, 488091], [-861, -9]], [[253828, 488082], [-4, 6503]], [[296456, 490650], [-138, -1260]], [[296318, 489390], [-526, -1476], [60, -1043]], [[295852, 486871], [-725, 197], [35, -1311], [-435, -257]], [[294727, 485500], [-47, 1035]], [[159209, 482936], [-356, -1083], [-4, -2172]], [[158849, 479681], [-1695, -61], [-4, 1999], [-1023, -130], [-80, 4507], [-584, 9], [-506, 918], [-251, 1689], [-581, 464], [-272, -1480], [-649, -38]], [[153204, 487558], [120, 7683]], [[301339, 486191], [74, -4637]], [[301413, 481554], [-561, -31]], [[300852, 481523], [-271, 609], [-756, 3592]], [[237874, 493745], [1, -6477]], [[237875, 487268], [-1335, -3]], [[236540, 487265], [-340, -1]], [[236200, 487264], [0, 4857]], [[248644, 494742], [4, -1203], [-356, -1775], [167, -1777], [17, -2211], [270, -1702], [223, -2658]], [[248969, 483416], [-1467, -1]], [[247502, 483415], [1, 1681]], [[247503, 485096], [-1, 7894]], [[249492, 494673], [0, -4905]], [[249492, 489768], [-4, -6324]], [[249488, 483444], [-519, -28]], [[251473, 494616], [2, -4829]], [[251475, 489787], [-785, -8]], [[250690, 489779], [-1198, -11]], [[252819, 494643], [-1, -5695]], [[252818, 488948], [3, -842], [-1344, 42]], [[251477, 488148], [-2, 1639]], [[253828, 488082], [-336, -5]], [[253492, 488077], [2, 862], [-676, 9]], [[185140, 489575], [-7, -6496]], [[185133, 483079], [-5, -1541], [-325, -81], [-2, -1617], [-333, 6], [-31, -3059], [-167, -6]], [[184270, 476781], [-988, -2], [0, 1538], [-762, 6], [71, 2286], [-253, 1758], [-271, -298]], [[297950, 485840], [-1609, 2937], [-23, 613]], [[289857, 482936], [-1180, -3640], [-620, 942]], [[288057, 480238], [-51, 4069]], [[289690, 491904], [167, -8968]], [[222306, 488875], [139, -1400], [-277, -1473], [-155, -2285], [239, -7], [214, -2924]], [[222466, 480786], [-655, 1]], [[221811, 480787], [-251, 2], [-1, 4520], [-205, 288], [-400, -1289], [-686, -69], [-402, 533]], [[219866, 484772], [-299, 59]], [[219567, 484831], [-77, 2419], [-2, 5989]], [[221692, 493681], [38, -1693], [582, -1977], [-6, -1136]], [[231478, 493758], [-2, -6467]], [[231476, 487291], [-1083, 9]], [[230393, 487300], [2, 6460]], [[233154, 493749], [0, -6482]], [[233154, 487267], [-1644, 21]], [[231510, 487288], [-34, 3]], [[225159, 493759], [1, -4821]], [[225160, 488938], [-1327, -45]], [[223833, 488893], [-333, -2]], [[223500, 488891], [4, 4867]], [[239886, 493761], [1, -6484]], [[239887, 487277], [-11, 1]], [[239876, 487278], [-996, -7]], [[238880, 487271], [0, 6484]], [[240909, 493739], [-31, -6461]], [[240878, 487278], [-991, -1]], [[230393, 487300], [-1213, -24]], [[229180, 487276], [-2, 6464]], [[238880, 487271], [-672, 1]], [[238208, 487272], [-333, -4]], [[223500, 488891], [-1194, -16]], [[226503, 493734], [-5, -6430]], [[226498, 487304], [-323, 15]], [[226175, 487319], [-998, 7]], [[225177, 487326], [-17, 1612]], [[242579, 492091], [0, -4839]], [[242579, 487252], [-1030, -242]], [[241549, 487010], [-671, 268]], [[234832, 492108], [2, -4840]], [[234834, 487268], [-1653, 0]], [[233181, 487268], [-27, -1]], [[229180, 487276], [-670, -7]], [[228510, 487269], [-670, 12]], [[227840, 487281], [-1, 6446]], [[227840, 487281], [-666, 8]], [[227174, 487289], [-676, 15]], [[244402, 489807], [392, -2555]], [[244794, 487252], [-1243, -3]], [[243551, 487249], [-972, 3]], [[209213, 487370], [2, -6520]], [[209215, 480850], [-2355, -66]], [[206860, 480784], [-501, -22]], [[259400, 493210], [11, -6545]], [[259411, 486665], [-1095, 72]], [[258316, 486737], [-227, 4105], [347, 2583]], [[304000, 489648], [314, -1030]], [[304314, 488618], [155, 528]], [[304469, 489146], [-41, -1011]], [[304428, 488135], [-42, -1969], [-144, 1438], [-555, -1235], [-307, -2321], [164, -2049], [-435, -545]], [[303109, 481454], [-386, 1324], [-161, 2030], [-306, -178], [3, 1605], [-347, 398]], [[219567, 484831], [-690, 962], [-261, -1066], [-279, 233], [-415, 1973], [-376, 207]], [[217546, 487140], [0, -1]], [[217546, 487140], [1, 2864]], [[200700, 480796], [-1181, 20]], [[199519, 480816], [-168, 0]], [[199351, 480816], [0, 2700], [-338, -12], [1, 1631], [-671, 1], [0, 1587], [-983, 520], [0, 1054], [-332, 2], [5, 1652], [-345, 1626]], [[304469, 489146], [96, 425], [146, -4224], [-211, -753], [-72, 3541]], [[304866, 488995], [-144, -863], [186, -1284], [-136, -1342], [-199, 4245], [63, 808]], [[304767, 492693], [-187, -2521], [-266, -1554]], [[260730, 493168], [6, -6502]], [[260736, 486666], [-1325, -1]], [[262060, 493155], [-5, -6525]], [[262055, 486630], [-1319, 36]], [[263395, 493087], [5, -6429]], [[263400, 486658], [-1345, -28]], [[264626, 493111], [-1, -3070]], [[264625, 490041], [-2, -3183]], [[264623, 486858], [-1223, -200]], [[247503, 485096], [-1667, -111]], [[245836, 484985], [-8, 6443], [-167, -12]], [[173946, 486507], [-392, -272], [-361, 1627]], [[292791, 485342], [-439, -295], [152, -6649]], [[292504, 478398], [55, -2188]], [[292559, 476210], [-1099, -481], [-496, 1080]], [[290964, 476809], [-432, 1000], [257, 2733], [-219, 10862]], [[236200, 487264], [-1352, 5]], [[234848, 487269], [-14, -1]], [[178798, 488945], [-51, -1480]], [[178747, 487465], [-147, -2107], [27, -2295], [-141, -364], [-9, -7526]], [[178477, 475173], [-2, -5280], [149, -49]], [[178624, 469844], [-11, -2674]], [[178613, 467170], [-1161, -3], [35, 3027], [-978, 384], [-398, 937], [-84, -1083], [-654, 1955], [-183, 1188]], [[175190, 473575], [801, 17], [8, 8897]], [[290964, 476809], [48, -2087], [-179, -2358]], [[290833, 472364], [-10, -3429]], [[290823, 468935], [-322, 652], [-79, -1360], [-540, 1549], [-309, -528]], [[289573, 469248], [-20, 3211], [418, 3255], [-260, 632], [239, 1293], [-93, 5297]], [[245836, 484985], [-965, 57]], [[244871, 485042], [-77, 2210]], [[199351, 480816], [0, -542], [-2071, -233], [-330, 808], [-664, 541], [-332, 1359], [-996, 270], [0, 1480], [-393, 2122]], [[187141, 488745], [-18, -3230], [155, 229], [839, -2595]], [[188117, 483149], [-2489, -4]], [[185628, 483145], [-495, -66]], [[169813, 452809], [-3140, -59]], [[166673, 452750], [-102, 8]], [[166571, 452758], [-13, 14052], [-1606, -147], [6, 8084], [116, 22], [-2, 8039]], [[199519, 480816], [49, -535], [44, -12867], [-117, 0], [4, -6462], [53, 0]], [[199552, 460952], [1, -3214]], [[199553, 457738], [-4238, 36]], [[195315, 457774], [-81, 8002], [-208, 644], [-621, 4049], [-508, 1245], [-388, 4713], [-175, 3678], [-827, 30]], [[265345, 488432], [-13, -4364], [594, -1608]], [[265926, 482460], [2, -2061]], [[265928, 480399], [-330, 807], [-651, 39], [-327, 827]], [[264620, 482072], [3, 4786]], [[264625, 490041], [337, 2], [2, -1583], [381, -28]], [[217546, 487139], [-458, -846], [2, -7566]], [[217090, 478727], [-2459, 14]], [[214631, 478741], [-79, 1615], [0, 4173]], [[184270, 476781], [-1, -3235]], [[184269, 473546], [-657, 2], [18, -6493], [161, -1616], [-161, -935]], [[183630, 464504], [-371, 1135], [-285, -316]], [[182974, 465323], [1, 3349], [164, 1], [-2, 6527], [-838, 4]], [[182299, 475204], [-1840, -8]], [[180459, 475196], [-55, 2307], [-390, 208], [75, 2719], [-486, 2042], [-29, 3598], [-455, 236], [-372, 1159]], [[189738, 480812], [-430, 714], [-126, 1528], [-434, 6]], [[188748, 483060], [3, 5605]], [[251477, 488148], [-2, -4871]], [[251475, 483277], [-336, -10]], [[251139, 483267], [-664, 186]], [[250475, 483453], [215, 6326]], [[250475, 483453], [-987, -9]], [[297604, 482655], [-139, -531], [-150, -6299]], [[297315, 475825], [-695, -198], [-380, 613]], [[296240, 476240], [-135, 842]], [[296105, 477082], [40, 1309], [261, -315], [91, 2132], [-178, 490], [251, 3497], [-332, 632], [104, 1629], [-255, 1003], [-235, -588]], [[158849, 479681], [187, -616], [254, -2713], [-330, -3406], [-529, -206], [-3, -1355]], [[158428, 471385], [-331, 3], [-437, -1062], [-659, -2951], [-995, -473], [-214, -851]], [[155792, 466051], [-606, -123], [-747, 708], [-3, 821]], [[154436, 467457], [-267, 104]], [[154169, 467561], [-22, 3824], [329, 1721], [-5, 3184], [-170, -23], [1, 3263], [-310, 1557], [0, 1719], [-955, 38]], [[153037, 482844], [167, 4714]], [[253492, 488077], [4, -6488]], [[253496, 481589], [-667, 11]], [[252829, 481600], [-2, 1626], [-1352, 51]], [[225177, 487326], [14, -6561]], [[225191, 480765], [-1074, 13]], [[224117, 480778], [-247, -3]], [[223870, 480775], [-37, 8118]], [[223870, 480775], [-1404, 11]], [[188748, 483060], [-631, 89]], [[254689, 488091], [84, -3796], [-251, -2704]], [[254522, 481591], [-691, -12]], [[253831, 481579], [-335, 10]], [[174503, 486508], [-1, -3222], [107, -1], [3, -3245], [-111, -9], [5, -3147]], [[174506, 476884], [-751, 3480], [-169, 2160], [-512, 1621]], [[219866, 484772], [49, -6023]], [[219915, 478749], [-2825, -22]], [[180459, 475196], [-612, -25]], [[179847, 475171], [-1370, 2]], [[296105, 477082], [-1078, 260]], [[295027, 477342], [17, 4427], [-151, 1362], [-345, 330], [179, 2039]], [[212682, 484293], [-532, -1541], [1, -2393]], [[212151, 480359], [-2937, 18]], [[209214, 480377], [1, 473]], [[231510, 487288], [-3, -6495]], [[231507, 480793], [-1113, 5]], [[230394, 480798], [-1, 6502]], [[233181, 487268], [-6, -6467]], [[233175, 480801], [-1132, -10]], [[232043, 480791], [-536, 2]], [[239876, 487278], [3, -6493]], [[239879, 480785], [-1250, -4]], [[238629, 480781], [-423, 3]], [[238206, 480784], [2, 6488]], [[241549, 487010], [0, -6211]], [[241549, 480799], [-290, -4]], [[241259, 480795], [-1313, -10]], [[239946, 480785], [-67, 0]], [[244871, 485042], [-35, -2081], [144, -2160]], [[244980, 480801], [-1096, 2]], [[243884, 480803], [-334, 1]], [[243550, 480804], [1, 6445]], [[226175, 487319], [6, -6546]], [[226181, 480773], [-417, -14]], [[225764, 480759], [-573, 6]], [[227174, 487289], [5, -6502]], [[227179, 480787], [-998, -14]], [[243550, 480804], [-972, -1]], [[242578, 480803], [-1029, -4]], [[234848, 487269], [-4, -6462]], [[234844, 480807], [-164, -8]], [[234680, 480799], [-1319, -4]], [[233361, 480795], [-186, 6]], [[238206, 480784], [-897, -1]], [[237309, 480783], [-772, 10]], [[236537, 480793], [3, 6472]], [[230394, 480798], [-407, 0]], [[229987, 480798], [-908, -8]], [[229079, 480790], [-570, -5]], [[228509, 480785], [1, 6484]], [[236537, 480793], [-544, 5]], [[235993, 480798], [-1149, 9]], [[228509, 480785], [-758, 1]], [[227751, 480786], [-572, 1]], [[264620, 482072], [-6, -1618], [-556, -296]], [[264058, 480158], [-662, 0]], [[263396, 480158], [4, 6500]], [[259411, 486665], [-4, -6481]], [[259407, 480184], [-1175, 91]], [[258232, 480275], [-219, 3393], [303, 3069]], [[263396, 480158], [-664, 2]], [[262732, 480160], [-666, 1]], [[262066, 480161], [-11, 6469]], [[303109, 481454], [-237, -3363], [-309, -544], [-343, -4752], [-437, 1185]], [[301783, 473980], [56, 1699], [-493, 2897], [67, 2978]], [[262066, 480161], [-1330, 37]], [[260736, 480198], [0, 6468]], [[260736, 480198], [0, -3238]], [[260736, 476960], [-635, -23]], [[260101, 476937], [-693, 9], [-1, 3238]], [[295027, 477342], [-54, -6909]], [[294973, 470433], [-1008, -44]], [[293965, 470389], [167, 2590], [-54, 4202]], [[294078, 477181], [-94, 3357], [378, 3142], [153, 2763]], [[175190, 473575], [-334, 1506], [-129, 1913], [-221, -110]], [[294078, 477181], [-671, -975], [-134, 2686], [-769, -494]], [[221811, 480787], [-2, -9343]], [[221809, 471444], [-1850, 12]], [[219959, 471456], [-44, 7293]], [[300852, 481523], [10, -3416], [-211, -1325]], [[300651, 476782], [-895, 3175], [-123, -380], [-353, 2396]], [[266573, 485031], [2, -1116], [972, 143]], [[267547, 484058], [-7, -6487]], [[267540, 477571], [-652, -91], [7, -1620], [-304, -225]], [[266591, 475635], [-654, -32]], [[265937, 475603], [-9, 4796]], [[265926, 482460], [77, 10]], [[266003, 482470], [432, 2693], [138, -132]], [[247502, 483415], [3, -1619]], [[247505, 481796], [-1004, -19], [9, -2420]], [[246510, 479357], [-1496, -1]], [[245014, 479356], [-34, 1445]], [[288057, 480238], [-163, 246], [-201, -2951], [7, -3154]], [[287700, 474379], [-304, 516]], [[287396, 474895], [-580, 1634], [-156, -692], [-618, -119]], [[286042, 475718], [-350, 485], [-33, 3060]], [[285659, 479263], [575, 1959], [489, 118], [146, 2787]], [[214631, 478741], [5, -4840], [73, -2432]], [[214709, 471469], [-1978, 12]], [[212731, 471481], [-580, 15]], [[212151, 471496], [0, 8863]], [[269259, 474627], [-1374, -276]], [[267885, 474351], [-11, 2434], [-334, 786]], [[267547, 484058], [1423, 278]], [[268970, 484336], [189, -4720], [100, -4989]], [[178613, 467170], [-2, -14382]], [[178611, 452788], [-3086, 41], [-2428, 19]], [[173097, 452848], [-25, 13]], [[251139, 483267], [-6, -6483]], [[251133, 476784], [-1982, 151]], [[249151, 476935], [334, 1631], [4, 3332], [-358, 174], [-162, 1344]], [[249151, 476935], [-328, -1617]], [[248823, 475318], [-991, -774]], [[247832, 474544], [6, 7269], [-333, -17]], [[252829, 481600], [-49, -6493]], [[252780, 475107], [-328, 24]], [[252452, 475131], [-1318, 30]], [[251134, 475161], [-1, 1623]], [[189740, 477360], [2, -5505]], [[189742, 471855], [-1523, -1]], [[188219, 471854], [6, 4870], [-654, 10], [0, 1562], [-614, 11], [-169, 1087], [-1161, 0], [1, 3751]], [[188219, 471854], [-1319, 42]], [[186900, 471896], [-1651, -7], [-264, -1313]], [[184985, 470576], [-183, -1642], [-532, -4], [-1, 4616]], [[161076, 482939], [-47, -16196], [1299, -29], [11, -13965]], [[162339, 452749], [-1582, 70]], [[160757, 452819], [-2346, 190]], [[158411, 453009], [17, 18376]], [[166571, 452758], [-1779, 10]], [[164792, 452768], [-2453, -19]], [[289573, 469248], [-100, -158]], [[289473, 469090], [-527, -154], [-20, 1300], [-279, -24], [-23, 1968], [-519, 2370], [-405, -171]], [[300651, 476782], [-32, -195]], [[300619, 476587], [-404, -4938]], [[300215, 471649], [-352, 1116], [-342, -274], [-74, 1832], [-524, -693], [-159, 1711], [-267, -361]], [[298497, 474980], [-226, 2506], [101, 2208], [330, 1626]], [[154169, 467561], [-316, -270], [-199, -1661], [-396, -276], [-61, 3940], [-268, 1346], [-619, 4]], [[152310, 470644], [269, 5888], [458, 6312]], [[298497, 474980], [-81, -1100]], [[298416, 473880], [-391, 59], [61, 931], [-822, -385]], [[297264, 474485], [51, 1340]], [[301783, 473980], [-163, -962]], [[301620, 473018], [-513, -14], [127, 1049], [-615, 2534]], [[265937, 475603], [-658, -19], [7, -1630]], [[265286, 473954], [-1222, -81]], [[264064, 473873], [-6, 6285]], [[247832, 474544], [-657, 679]], [[247175, 475223], [-660, -544]], [[246515, 474679], [-5, 4678]], [[254522, 481591], [-329, -5330], [49, -1204]], [[254242, 475057], [-476, 2]], [[253766, 475059], [65, 6520]], [[253766, 475059], [-986, 48]], [[238629, 480781], [-1, -4543]], [[238628, 476238], [-1318, -2]], [[237310, 476236], [-1, 4547]], [[237308, 469765], [-1315, 6]], [[235993, 469771], [0, 6459]], [[235993, 476230], [0, 4568]], [[237310, 476236], [-2, -6471]], [[234682, 476230], [-1321, 3]], [[233361, 476233], [0, 4562]], [[234680, 480799], [2, -4569]], [[235993, 476230], [-1311, 0]], [[239947, 476239], [-1319, -1]], [[239946, 480785], [1, -4546]], [[233361, 476233], [-1320, 43]], [[232041, 476276], [2, 4515]], [[209214, 480377], [5, -8812]], [[209219, 471565], [0, -7313]], [[209219, 464252], [-1679, -40]], [[207540, 464212], [-659, -10]], [[206881, 464202], [-21, 16582]], [[241256, 475444], [-1309, 0]], [[239947, 475444], [0, 795]], [[241259, 480795], [-3, -5351]], [[232041, 476276], [-1933, 42]], [[230108, 476318], [88, 2490], [-209, 1990]], [[242578, 480803], [-3, -5357]], [[242575, 475446], [-1319, -2]], [[245014, 479356], [4, -1361], [405, -1717], [-331, -3302]], [[245092, 472976], [-1192, 26]], [[243900, 473002], [-16, 7801]], [[243900, 473002], [-1326, 21]], [[242574, 473023], [1, 2423]], [[230108, 476318], [224, -745], [59, -2539]], [[230391, 473034], [-980, 6]], [[229411, 473040], [-330, 1]], [[229081, 473041], [-2, 7749]], [[206881, 464202], [-1098, -58], [7, -3247]], [[205790, 460897], [-134, -6], [-121, -2624], [-664, 265], [160, 2348], [-1441, 51]], [[203590, 460931], [-7, -1]], [[203583, 460930], [-6, 19757]], [[224117, 480778], [91, -2393], [1571, -3239]], [[225779, 475146], [90, -530]], [[225869, 474616], [-47, -3529], [-165, -2603]], [[225657, 468484], [-436, 813]], [[225221, 469297], [-526, 2160]], [[224695, 471457], [-1032, 3041], [-78, 1580], [-470, 1325], [-243, 2027], [-406, 1356]], [[229081, 473041], [-659, -11]], [[228422, 473030], [0, 1617], [-665, -11]], [[227757, 474636], [-6, 6150]], [[227757, 474636], [-663, -12]], [[227094, 474624], [-1225, -8]], [[225779, 475146], [-15, 5613]], [[203583, 460930], [-1530, -51], [-2501, 73]], [[224695, 471457], [-2109, -11]], [[222586, 471446], [-777, -2]], [[212151, 471496], [-1401, 0]], [[210750, 471496], [-1531, 69]], [[260101, 476937], [-1, -1635]], [[260100, 475302], [-329, 14], [4, -1620], [-1016, -10]], [[258759, 473686], [-527, 6589]], [[262732, 480160], [25, -6465]], [[262757, 473695], [-1325, -1]], [[261432, 473694], [1, 3265], [-697, 1]], [[195315, 457774], [-2814, 132]], [[192501, 457906], [-1359, 125], [-5, 3185], [-131, -2], [32, 14646]], [[264064, 473873], [0, -195]], [[264064, 473678], [-1307, 17]], [[246515, 474679], [-1111, -3345], [-255, -73]], [[245149, 471261], [-57, 1715]], [[286042, 475718], [-35, -4144], [115, -2963], [261, 67], [229, -1455]], [[286612, 467223], [26, -2749]], [[286638, 464474], [-1117, -2]], [[285521, 464472], [-187, 1943], [55, 5513]], [[285389, 471928], [-24, 5905]], [[285365, 477833], [294, 1430]], [[293965, 470389], [-115, -2942]], [[293850, 467447], [-369, -82]], [[293481, 467365], [-266, 2462], [-523, 832]], [[292692, 470659], [-14, 505]], [[292678, 471164], [-119, 5046]], [[217090, 478727], [0, -7285]], [[217090, 471442], [-2381, 27]], [[219959, 471456], [-2869, -14]], [[281818, 478275], [-5, -4317]], [[281813, 473958], [-1305, -81]], [[280508, 473877], [0, 4510]], [[280508, 478387], [1310, -112]], [[280508, 473877], [4, -838]], [[280512, 473039], [-752, 7], [-414, -1125]], [[279346, 471921], [-518, 1158], [12, 3307], [719, 1122], [949, 879]], [[283548, 476628], [9, -4501]], [[283557, 472127], [-318, -2], [8, -1701], [-272, 15]], [[282975, 470439], [-429, 33], [9, 794], [-498, -13]], [[282057, 471253], [10, 2716], [-254, -11]], [[281818, 478275], [657, -443], [527, -1887], [546, 683]], [[285389, 471928], [-697, -201]], [[284692, 471727], [-474, 498], [-661, -98]], [[283548, 476628], [635, 251], [429, -526], [753, 1480]], [[267885, 474351], [36, -4847]], [[267921, 469504], [-333, -96]], [[267588, 469408], [-976, -152]], [[266612, 469256], [-21, 6379]], [[192501, 457906], [15, -12908]], [[192516, 444998], [-2779, 45]], [[189737, 445043], [-3, 7851]], [[189734, 452894], [0, 9524]], [[189734, 462418], [8, 9437]], [[296240, 476240], [-137, -2650], [-357, 111], [-31, -3519], [241, -61], [-25, -3494]], [[295931, 466627], [-259, 37]], [[295672, 466664], [-674, 89]], [[294998, 466753], [-25, 3680]], [[251134, 475161], [-13, -6521]], [[251121, 468640], [-991, -43]], [[250130, 468597], [-1307, 230]], [[248823, 468827], [0, 6491]], [[261432, 473694], [8, -6496]], [[261440, 467198], [-657, -32]], [[260783, 467166], [-660, 1]], [[260123, 467167], [-23, 8135]], [[292678, 471164], [-1239, 47], [-606, 1153]], [[301620, 473018], [189, 655], [301, -1389], [-295, -3187]], [[301815, 469097], [-594, -238], [-94, -983], [-503, -1186]], [[300624, 466690], [-506, 1531], [-67, 1971], [164, 1457]], [[287396, 474895], [215, -2005], [56, -5300]], [[287667, 467590], [-1055, -367]], [[297264, 474485], [21, -2797], [-310, -2918], [270, -2372]], [[297245, 466398], [-1314, 229]], [[232041, 476276], [7, -6486]], [[232048, 469790], [-1892, -6]], [[230156, 469784], [78, 2628], [157, 622]], [[233361, 476233], [0, -6428]], [[233361, 469805], [-1313, -15]], [[239947, 475444], [-4, -5679]], [[239943, 469765], [-1318, 14]], [[238625, 469779], [3, 6459]], [[238625, 469779], [-1317, -14]], [[235993, 469771], [-1311, 30]], [[234682, 469801], [0, 6429]], [[234682, 469801], [-1321, 4]], [[266612, 469256], [-658, -171], [8, -1638]], [[265962, 467447], [-657, -45]], [[265305, 467402], [-19, 6552]], [[242574, 473023], [-2, -3272]], [[242572, 469751], [-1316, 2]], [[241256, 469753], [0, 5691]], [[241256, 469753], [-1313, 12]], [[248823, 468827], [0, -812]], [[248823, 468015], [-1640, -18]], [[247183, 467997], [-8, 7226]], [[247183, 467997], [1, -5692]], [[247184, 462305], [-597, 23]], [[246587, 462328], [-172, 2280], [-542, 826]], [[245873, 465434], [-469, 1433], [-255, 4394]], [[300624, 466690], [-29, -121]], [[300595, 466569], [-107, -729], [-1684, 270]], [[298804, 466110], [-84, 15]], [[298720, 466125], [-215, 4313], [-157, 16], [68, 3426]], [[260123, 467167], [-1187, -13]], [[258936, 467154], [-50, 4104], [-127, 2428]], [[182299, 475204], [2, -6522], [-141, -1591], [-469, 14]], [[181691, 467105], [-327, 810], [-823, 11], [-55, 776], [-638, 0]], [[179848, 468702], [-1, 6469]], [[179848, 468702], [-63, -3749]], [[179785, 464953], [-565, 398], [-162, 1616]], [[179058, 466967], [-63, 1875], [-371, 1002]], [[252452, 475131], [-16, -6573]], [[252436, 468558], [-656, -5]], [[251780, 468553], [-659, 87]], [[182974, 465323], [-238, -239], [-275, -2258], [-767, 3]], [[181694, 462829], [-3, 4276]], [[253766, 475059], [-16, -6494]], [[253750, 468565], [-660, -23]], [[253090, 468542], [-654, 16]], [[254242, 475057], [185, -6512]], [[254427, 468545], [-677, 20]], [[289473, 469090], [-133, -2371]], [[289340, 466719], [-1655, -378]], [[287685, 466341], [-18, 1249]], [[298720, 466125], [-986, 173]], [[297734, 466298], [-489, 100]], [[228422, 473030], [0, -5278]], [[228422, 467752], [-410, 1264], [-493, -321]], [[227519, 468695], [-420, 21]], [[227099, 468716], [-5, 5908]], [[227099, 468716], [-647, 153], [-239, -1688], [-225, -93], [-331, 1396]], [[265305, 467402], [-657, -79]], [[264648, 467323], [-572, -16]], [[264076, 467307], [-12, 6371]], [[282057, 471253], [-126, -2331]], [[281931, 468922], [-1419, 93]], [[280512, 469015], [0, 4024]], [[262757, 473695], [0, -6486]], [[262757, 467209], [-661, 6]], [[262096, 467215], [-656, -17]], [[264076, 467307], [-666, -109]], [[263410, 467198], [-653, 11]], [[184985, 470576], [7, -703], [463, 1104], [183, -1172], [54, -3295], [325, -1616], [-111, -2670]], [[185906, 462224], [-218, 4], [1, -1621], [-435, 0], [0, -1622], [-966, -25]], [[184288, 458960], [-6, 4851], [-652, 693]], [[279029, 472686], [285, -724], [-124, -1251], [-161, 1975]], [[280512, 469015], [1, -6165]], [[280513, 462850], [-1219, -1634]], [[279294, 461216], [-444, 1662]], [[278850, 462878], [-210, 586]], [[278640, 463464], [245, 2248], [543, 1799], [-163, 3149], [81, 1261]], [[230156, 469784], [-257, -2656], [18, -1098], [319, -1424], [30, -1300]], [[230266, 463306], [144, -1322]], [[230410, 461984], [-513, 643]], [[229897, 462627], [-187, 2346], [-300, 1001]], [[229410, 465974], [1, 7066]], [[229410, 465974], [-586, 1070]], [[228824, 467044], [-402, 708]], [[243900, 473002], [-5, -8148]], [[243895, 464854], [-1323, -36]], [[242572, 464818], [0, 4933]], [[245873, 465434], [-1, -548], [-656, 3]], [[245216, 464889], [-1321, -35]], [[292692, 470659], [24, -1088], [-500, -1877]], [[292216, 467694], [-534, -438], [-538, 1053]], [[291144, 468309], [-321, 626]], [[284692, 471727], [-24, -4636]], [[284668, 467091], [-949, -53], [-149, -3444]], [[283570, 463594], [-344, 17]], [[283226, 463611], [9, 1733], [-312, 31], [52, 5064]], [[186900, 471896], [-241, -2319], [147, -3747], [355, 398], [146, -1874], [116, -3740]], [[187423, 460614], [-60, -2973], [-639, 535]], [[186724, 458176], [-180, 1226], [-380, -494], [84, 2409], [-342, 907]], [[189734, 462418], [-524, -641], [35, 1743], [-1064, 341], [14, -3257]], [[188195, 460604], [-772, 10]], [[285521, 464472], [224, -1369], [-308, -60]], [[285437, 463043], [-555, -97]], [[284882, 462946], [2, 2100], [-216, 2045]], [[210915, 461007], [1, -6453], [118, -1623]], [[211034, 452931], [-1815, -34]], [[209219, 452897], [0, 11355]], [[210750, 471496], [65, -4017], [1, -6473], [99, 1]], [[214922, 454659], [-168, -1624]], [[214754, 453035], [-1702, -71]], [[213052, 452964], [-57, -9]], [[212995, 452955], [-124, 1630], [-20, 6469], [-66, 0]], [[212785, 461054], [0, 6430], [-54, 3997]], [[214709, 471469], [45, -10348], [76, -3], [-4, -6452], [96, -7]], [[212785, 461054], [-1870, -47]], [[225221, 469297], [13, -2261]], [[225234, 467036], [-777, 345], [-862, 1235], [-166, 869], [-848, -1646]], [[222581, 467839], [5, 3607]], [[222581, 467839], [-781, -1614], [-391, 247]], [[221409, 466472], [-1271, 1432], [-179, 713]], [[219959, 468617], [0, 2839]], [[219959, 468617], [86, -14154]], [[220045, 454463], [-279, 6]], [[219766, 454469], [-1612, 38]], [[218154, 454507], [-1617, 75]], [[216537, 454582], [-1615, 77]], [[158411, 453009], [-2622, -72]], [[155789, 452937], [3, 13114]], [[283226, 463611], [-473, 58], [-176, -2031]], [[282577, 461638], [-328, 866], [-551, 60]], [[281698, 462564], [229, 2735], [4, 3623]], [[294998, 466753], [-244, -4393]], [[294754, 462360], [-1202, -852]], [[293552, 461508], [61, 2653], [237, 3286]], [[293481, 467365], [-1033, -910]], [[292448, 466455], [-257, -293], [25, 1532]], [[154436, 467457], [-322, -2815], [-164, -2462], [-328, -79], [-48, -2548], [372, -119], [281, -2180], [-183, -1761], [99, -2713]], [[154143, 452780], [-1087, 57]], [[153056, 452837], [-394, 1953], [-208, 4302], [105, 4473], [-71, 1599], [-264, 1356], [-114, 2029], [200, 2095]], [[179785, 464953], [674, -952], [683, -1920], [360, 583]], [[181502, 462664], [-185, -223], [-6, -1813], [-601, 5], [9, -7878]], [[180719, 452755], [-2108, 33]], [[232048, 469790], [-2, -6489]], [[232046, 463301], [-1780, 5]], [[234682, 469801], [-2, -6505]], [[234680, 463296], [-1319, 27]], [[233361, 463323], [0, 6482]], [[233361, 463323], [-985, -8]], [[232376, 463315], [-330, -14]], [[235993, 469771], [0, -4895]], [[235993, 464876], [0, -1607]], [[235993, 463269], [-1313, 27]], [[238625, 469779], [-3, -6531]], [[238622, 463248], [-1315, 8]], [[237307, 463256], [0, 1612]], [[237307, 464868], [1, 4897]], [[237307, 464868], [-1314, 8]], [[239943, 469765], [-4, -6533]], [[239939, 463232], [-1317, 16]], [[241256, 469753], [-1, -4930]], [[241255, 464823], [1, -1610]], [[241256, 463213], [-1317, 19]], [[242572, 464818], [-1317, 5]], [[291144, 468309], [49, -3778], [-226, -2026]], [[290967, 462505], [-369, -97], [-984, -2871], [-607, -823]], [[289007, 458714], [112, 1789], [-67, 1881], [190, 1044], [98, 3291]], [[225234, 467036], [12, -6037]], [[225246, 460999], [0, -6480]], [[225246, 454519], [-1283, -6]], [[223963, 454513], [-1286, -11]], [[222677, 454502], [-33, 1]], [[222644, 454503], [-31, 12930], [-32, 406]], [[268694, 465642], [-316, -1305], [-142, -3076]], [[268236, 461261], [-593, -71]], [[267643, 461190], [-55, 8218]], [[267921, 469504], [681, 71], [92, -3933]], [[267643, 461190], [-1306, -223]], [[266337, 460967], [-314, -75]], [[266023, 460892], [-61, 6555]], [[301815, 469097], [129, -3011], [504, -1291], [-172, -917], [-656, -1009], [-20, -1435], [-247, -532]], [[301353, 460902], [-115, 246]], [[301238, 461148], [-90, 2974], [-550, 962], [-3, 1485]], [[227519, 468695], [-2, -7665]], [[227517, 461030], [-972, -16]], [[226545, 461014], [-1299, -15]], [[228824, 467044], [-4, -7638]], [[228820, 459406], [-975, 10]], [[227845, 459416], [1, 1618], [-329, -4]], [[281698, 462564], [-753, 1]], [[280945, 462565], [-432, 285]], [[250130, 468597], [9, -6418]], [[250139, 462179], [-99, 3]], [[250040, 462182], [-1216, 98]], [[248824, 462280], [-1, 5735]], [[181694, 462829], [-192, -165]], [[251780, 468553], [1, -6529]], [[251781, 462024], [-457, 58]], [[251324, 462082], [-1185, 97]], [[221409, 466472], [43, -12006]], [[221452, 454466], [-68, 2]], [[221384, 454468], [-1339, -5]], [[253090, 468542], [2, -4305]], [[253092, 464237], [4, -2164]], [[253096, 462073], [-1122, -19]], [[251974, 462054], [-193, -30]], [[254427, 468545], [185, -1078], [-127, -2165]], [[254485, 465302], [-1064, 31], [0, -1088], [-329, -8]], [[292448, 466455], [-171, -3336], [-36, -2654]], [[292241, 460465], [-527, -991]], [[291714, 459474], [-489, 1291], [-258, 1740]], [[293552, 461508], [-1311, -1043]], [[248824, 462280], [-247, 1]], [[248577, 462281], [-1393, 24]], [[222644, 454503], [-1192, -37]], [[287015, 460504], [-343, -51]], [[286672, 460453], [-34, 4021]], [[287685, 466341], [71, -5738]], [[287756, 460603], [-741, -99]], [[155789, 452937], [-801, -56]], [[154988, 452881], [-845, -101]], [[266023, 460892], [-1299, -123]], [[264724, 460769], [-27, 1]], [[264697, 460770], [-49, 6553]], [[264697, 460770], [-1281, -49]], [[263416, 460721], [-6, 6477]], [[263416, 460721], [-329, -8]], [[263087, 460713], [-985, -2]], [[262102, 460711], [-6, 6504]], [[262102, 460711], [-632, -30]], [[261470, 460681], [-681, 30]], [[260789, 460711], [-6, 6455]], [[260789, 460711], [-616, -16]], [[260173, 460695], [-1419, -24]], [[258754, 460671], [182, 6483]], [[284882, 462946], [17, -1460], [-606, 385]], [[284293, 461871], [-102, 1733], [-621, -10]], [[229897, 462627], [-253, 6], [-13, -4592]], [[229631, 458041], [-268, -255]], [[229363, 457786], [-543, 3], [0, 1617]], [[295672, 466664], [201, -1871], [-69, -1578]], [[295804, 463215], [-69, -4535]], [[295735, 458680], [-148, -5073]], [[295587, 453607], [-1209, 182]], [[294378, 453789], [-26, 1]], [[294352, 453790], [-31, 692], [433, 7878]], [[289007, 458714], [-9, -2219]], [[288998, 456495], [-609, 12], [-4, 988], [-551, -86]], [[287834, 457409], [-78, 3194]], [[297645, 459260], [-169, 1432], [-916, -278], [9, 882], [-474, 583], [-291, 1336]], [[297734, 466298], [148, -1093], [-43, -2779], [-194, -3166]], [[301238, 461148], [-70, -970]], [[301168, 460178], [-67, -41]], [[301101, 460137], [28, -397]], [[301129, 459740], [-2, -4]], [[301127, 459736], [-256, -726]], [[300871, 459010], [-22, -492]], [[300849, 458518], [-74, -390]], [[300775, 458128], [-385, 553], [-40, -2081], [-373, -819]], [[299977, 455781], [-294, 713], [-11, 1200], [281, 1310], [-388, 368], [185, 1162], [57, 2438], [-390, -234], [39, 1513], [-540, 411], [-112, 1448]], [[299977, 455781], [-56, -2596]], [[299921, 453185], [-840, -171]], [[299081, 453014], [-844, 387]], [[298237, 453401], [-93, 27]], [[298144, 453428], [2, 2448], [-359, 413], [119, 1141]], [[297906, 457430], [27, 1226], [-288, 604]], [[184288, 458960], [0, -6128]], [[184288, 452832], [-2898, -86]], [[181390, 452746], [-671, 9]], [[246587, 462328], [-37, -556], [502, -1805]], [[247052, 459967], [-532, 14], [-2, -1629], [-648, 10]], [[245870, 458362], [-647, 9]], [[245223, 458371], [-7, 6518]], [[254485, 465302], [3, -3266]], [[254488, 462036], [-1092, 47]], [[253396, 462083], [-300, -10]], [[245223, 458371], [-649, 13]], [[244574, 458384], [-652, -1]], [[243922, 458383], [-27, 6471]], [[237307, 463256], [111, -1603], [1, -4876]], [[237419, 456777], [-650, -3]], [[236769, 456774], [-649, -15]], [[236120, 456759], [0, 4918], [-127, 1592]], [[243922, 458383], [-651, 50]], [[243271, 458433], [-651, -34]], [[242620, 458399], [-48, 6419]], [[242620, 458399], [-653, 5]], [[241967, 458404], [-654, -10]], [[241313, 458394], [-57, 4819]], [[286672, 460453], [9, -2065], [-460, 403], [-3, -1030], [-340, 349]], [[285878, 458110], [-226, 21]], [[285652, 458131], [-201, 28], [-14, 4884]], [[209219, 452897], [0, -5656]], [[209219, 447241], [2, -2488]], [[209221, 444753], [-1673, 14], [-1, 1638]], [[207547, 446405], [-7, 17807]], [[207547, 446405], [-1742, 68]], [[205805, 446473], [-15, 14424]], [[189734, 452894], [-1286, -39]], [[188448, 452855], [-243, 1756], [-87, 2141], [178, 1265], [-101, 2587]], [[284293, 461871], [21, -3935], [375, 114]], [[284689, 458050], [-2, -5187]], [[284687, 452863], [-1795, -1]], [[282892, 452862], [-390, -48]], [[282502, 452814], [75, 8824]], [[278850, 462878], [-1, -10015]], [[278849, 452863], [-1529, -47]], [[277320, 452816], [-423, 27], [0, 5034]], [[276897, 457877], [602, 1758], [633, 2570], [508, 1259]], [[232376, 463315], [-1, -1600], [202, -13], [-4, -4901]], [[232573, 456801], [-1911, 67]], [[230662, 456868], [1, 1145]], [[230663, 458013], [-154, 1201], [39, 2679], [-138, 91]], [[234680, 463296], [161, -1608], [-5, -4919]], [[234836, 456769], [-647, 13]], [[234189, 456782], [-648, 10]], [[233541, 456792], [3, 4901], [-183, 1630]], [[233541, 456792], [-968, 9]], [[236120, 456759], [-644, 5]], [[235476, 456764], [-640, 5]], [[238622, 463248], [103, -1618], [-1, -4868]], [[238724, 456762], [-656, 0]], [[238068, 456762], [-649, 15]], [[239939, 463232], [70, -6471]], [[240009, 456761], [-640, -7]], [[239369, 456754], [-645, 8]], [[241313, 458394], [-653, -6], [2, -1611]], [[240662, 456777], [-653, -16]], [[297906, 457430], [-486, -1106], [-24, 856], [-523, -374], [-118, 1160], [-154, -1681], [-621, 1035], [76, 1737], [-321, -377]], [[285652, 458131], [-963, -81]], [[280945, 462565], [4, -9702]], [[280949, 452863], [-1704, -50]], [[279245, 452813], [-396, 50]], [[230663, 458013], [-1032, 28]], [[282502, 452814], [-1272, 49]], [[281230, 452863], [-281, 0]], [[291714, 459474], [-261, -2859], [238, -600]], [[291691, 456015], [-916, -2845]], [[290775, 453170], [-1003, -3057]], [[289772, 450113], [-329, 184], [-290, 2566]], [[289153, 452863], [-165, 772], [10, 2860]], [[248577, 462281], [18, -5761]], [[248595, 456520], [-1108, -48]], [[247487, 456472], [-211, 623], [-224, 2872]], [[294352, 453790], [-85, -1335], [-514, 519], [-607, 1358]], [[293146, 454332], [53, 903]], [[293199, 455235], [352, 2851], [1, 3422]], [[249240, 456572], [-645, -52]], [[250040, 462182], [14, -5553]], [[250054, 456629], [-814, -57]], [[251324, 462082], [2, -6381]], [[251326, 455701], [-650, -38], [2, 1005], [-624, -39]], [[186724, 458176], [47, -5357]], [[186771, 452819], [-155, 1]], [[186616, 452820], [-2328, 12]], [[253396, 462083], [-8, -6346]], [[253388, 455737], [-109, 0]], [[253279, 455737], [-975, -13]], [[252304, 455724], [-325, 0]], [[251979, 455724], [-5, 6330]], [[251979, 455724], [-653, -23]], [[254614, 455702], [-1226, 35]], [[254488, 462036], [-82, -3532], [208, -2802]], [[293199, 455235], [-367, 801], [-92, -1372], [-647, 330], [-402, 1021]], [[301127, 459736], [69, -1616]], [[301196, 458120], [-253, -1012], [-168, 1020]], [[300849, 458518], [22, 492]], [[227845, 459416], [-2, -4858]], [[227843, 454558], [-1298, -23]], [[226545, 454535], [0, 6479]], [[212995, 452955], [-1853, -35]], [[211142, 452920], [-108, 11]], [[226545, 454535], [3, -3229]], [[226548, 451306], [-1288, -24]], [[225260, 451282], [-14, 3237]], [[266372, 454459], [-653, -60]], [[265719, 454399], [-998, -201]], [[264721, 454198], [3, 6571]], [[266337, 460967], [35, -6508]], [[203590, 460931], [13, -19328], [-708, 2], [8, -7373]], [[202903, 434232], [-1501, 65]], [[201402, 434297], [-1279, 5]], [[200123, 434302], [-1673, -16]], [[198450, 434286], [-31, 12241], [1170, -39], [16, 8015], [-52, 3235]], [[205805, 446473], [4, -12257]], [[205809, 434216], [-2545, -6]], [[203264, 434210], [-361, 22]], [[188448, 452855], [-1677, -36]], [[264721, 454198], [-644, 35]], [[264077, 454233], [-965, -59]], [[263112, 454174], [-25, 6539]], [[263112, 454174], [-326, 40]], [[262786, 454214], [-1301, -17]], [[261485, 454197], [-15, 6484]], [[260173, 460695], [3, -6540]], [[260176, 454155], [-1280, 41]], [[258896, 454196], [-2, 3199], [-393, -4]], [[258501, 457391], [253, 3280]], [[261485, 454197], [-1309, -42]], [[289153, 452863], [-334, -23]], [[288819, 452840], [-1736, 23]], [[287083, 452863], [-29, 3458], [98, 834], [-137, 3349]], [[287083, 452863], [-115, 0]], [[286968, 452863], [-1145, 0]], [[285823, 452863], [55, 5247]], [[247487, 456472], [432, -1434], [26, -1577]], [[247945, 453461], [-2077, 28]], [[245868, 453489], [2, 4873]], [[229363, 457786], [-2, -3238]], [[229361, 454548], [-545, 3]], [[228816, 454551], [-973, 7]], [[301196, 458120], [304, -647]], [[301500, 457473], [18, -1677], [-433, -1150]], [[301085, 454646], [-839, -2060]], [[300246, 452586], [-325, 599]], [[298144, 453428], [-1041, 73]], [[297103, 453501], [-1391, 88]], [[295712, 453589], [-125, 18]], [[301793, 457791], [116, -445]], [[301909, 457346], [403, -2846], [-196, -1501], [475, -1514], [5, -2152]], [[302596, 449333], [-234, -1189]], [[302362, 448144], [-280, -204], [-97, -1526], [-241, -453]], [[301744, 445961], [-218, 3011], [-291, -217], [146, 1519], [-214, 1940], [-82, 2432]], [[301500, 457473], [293, 318]], [[243271, 458433], [-1, -8140]], [[243270, 450293], [-1301, 18]], [[241969, 450311], [-2, 8093]], [[244574, 458384], [-7, -6498]], [[244567, 451886], [-1, -1627]], [[244566, 450259], [-1296, 34]], [[241969, 450311], [-1303, -7]], [[240666, 450304], [-4, 6473]], [[245868, 453489], [0, -1629]], [[245868, 451860], [-1301, 26]], [[285823, 452863], [-1027, 0]], [[284796, 452863], [-109, 0]], [[230662, 456868], [249, -1941], [-15, -1182]], [[230896, 453745], [-107, -597], [-679, 13]], [[230110, 453161], [-2, 1379], [-747, 8]], [[198450, 434286], [-3154, -25]], [[195296, 434261], [-2647, -56]], [[192649, 434205], [-133, 0]], [[192516, 434205], [0, 10793]], [[277320, 452816], [-6, -2742]], [[277314, 450074], [-2528, -14]], [[274786, 450060], [0, 2383]], [[274786, 452443], [526, 1090], [1585, 4344]], [[258896, 454196], [-10, -5792]], [[258886, 448404], [-830, -14]], [[258056, 448390], [-837, 12]], [[257219, 448402], [579, 2539], [358, 3966], [345, 2484]], [[232573, 456801], [-5, -6484]], [[232568, 450317], [-1299, 59]], [[231269, 450376], [19, 2011], [-392, 1358]], [[240666, 450304], [-1299, 5]], [[239367, 450309], [2, 6445]], [[235476, 456764], [0, -6454]], [[235476, 450310], [-323, -7]], [[235153, 450303], [-970, 19]], [[234183, 450322], [6, 6460]], [[234183, 450322], [-1294, 1]], [[232889, 450323], [-321, -6]], [[238068, 456762], [0, -6440]], [[238068, 450322], [-326, 1]], [[237742, 450323], [-971, -4]], [[236771, 450319], [-2, 6455]], [[236771, 450319], [-324, -4]], [[236447, 450315], [-971, -5]], [[239367, 450309], [-322, 8]], [[239045, 450317], [-977, 5]], [[251326, 455701], [-4, -4851]], [[251322, 450850], [-1168, -69], [-750, 255]], [[249404, 451036], [-159, 538]], [[249245, 451574], [-5, 4998]], [[249245, 451574], [-1296, -32]], [[247949, 451542], [-4, 1919]], [[293146, 454332], [-66, -9100]], [[293080, 445232], [-482, -138], [-384, 934], [-288, -777]], [[291926, 445251], [-77, 1003], [-501, 1869], [338, 2426], [-911, 2621]], [[254614, 455702], [218, -1446], [316, -5438]], [[255148, 448818], [123, -1399]], [[255271, 447419], [-6, -4485]], [[255265, 442934], [-737, 66], [-9, 1648], [-322, -35], [-7, 1623], [-327, 774]], [[253863, 447010], [319, 582], [-16, 5161], [-954, -144]], [[253212, 452609], [67, 3128]], [[252304, 455724], [-37, -8080]], [[252267, 447644], [0, -1641]], [[252267, 446003], [-938, -57]], [[251329, 445946], [-7, 4904]], [[253212, 452609], [3, -4870]], [[253215, 447739], [-948, -95]], [[216537, 454582], [2, -6500]], [[216539, 448082], [-1559, -14]], [[214980, 448068], [-230, -4], [4, 4971]], [[301744, 445961], [-236, -1674], [-533, -780]], [[300975, 443507], [-36, 3034], [-176, 277]], [[300763, 446818], [-87, 707]], [[300676, 447525], [-253, 1172]], [[300423, 448697], [-177, 3889]], [[218154, 454507], [10, -6475]], [[218164, 448032], [-1572, 52]], [[216592, 448084], [-53, -2]], [[230110, 453161], [-2, -5099]], [[230108, 448062], [-976, 13]], [[229132, 448075], [-318, 5]], [[228814, 448080], [2, 6471]], [[227843, 454558], [1, -6473]], [[227844, 448085], [-1288, -18]], [[226556, 448067], [-8, 3239]], [[228814, 448080], [-648, 2]], [[228166, 448082], [-322, 3]], [[219766, 454469], [6, -6447]], [[219772, 448022], [-1243, -2]], [[218529, 448020], [-365, 12]], [[225260, 451282], [0, -3235]], [[225260, 448047], [-1272, -15]], [[223988, 448032], [-19, 0]], [[223969, 448032], [-6, 6481]], [[221384, 454468], [0, -6437]], [[221384, 448031], [-1572, -10]], [[219812, 448021], [-40, 1]], [[222677, 454502], [3, -6462]], [[222680, 448040], [-1296, -9]], [[223969, 448032], [-1263, 4]], [[222706, 448036], [-26, 4]], [[265719, 454399], [30, -6681]], [[265749, 447718], [-327, -64]], [[265422, 447654], [-1337, -251]], [[264085, 447403], [-8, 6830]], [[294378, 453789], [-86, -7126]], [[294292, 446663], [-33, -2600]], [[294259, 444063], [-1125, -725], [-133, -918]], [[293001, 442420], [79, 2812]], [[302596, 449333], [321, -1189], [408, -369], [764, 1511], [-341, 4569], [401, -2137], [107, -3239], [-210, -1768], [-1085, -604], [-241, -1586], [-502, -404], [144, 4027]], [[262786, 454214], [4, -5818]], [[262790, 448396], [-1035, -6]], [[261755, 448390], [-267, 4]], [[261488, 448394], [-3, 5803]], [[264085, 447403], [-109, -15]], [[263976, 447388], [-1133, -180]], [[262843, 447208], [-53, 1188]], [[261488, 448394], [-1023, -15]], [[260465, 448379], [-349, 0]], [[260116, 448379], [69, 741], [-9, 5035]], [[260116, 448379], [-774, 27]], [[259342, 448406], [-456, -2]], [[295712, 453589], [-58, -1345], [397, 121], [-173, -3103], [-189, -155], [94, -2951]], [[295783, 446156], [-481, -2335], [-431, -845]], [[294871, 442976], [-365, 419], [-214, 3268]], [[231269, 450376], [205, -1283], [-160, -2129]], [[231314, 446964], [-897, 11]], [[230417, 446975], [1, 1083], [-310, 4]], [[297103, 453501], [5, -4180], [88, 63], [182, -3932]], [[297378, 445452], [-156, -333]], [[297222, 445119], [-108, 1173], [-581, -358], [-107, -908]], [[296426, 445026], [-541, -412], [-102, 1542]], [[298237, 453401], [8, -1301], [-328, -15], [-2, -2289], [170, -1515], [-230, -737]], [[297855, 447544], [-477, -2092]], [[247949, 451542], [-252, -2717]], [[247697, 448825], [-205, -1009]], [[247492, 447816], [-632, 692]], [[246860, 448508], [-476, -580], [-516, 680]], [[245868, 448608], [0, 3252]], [[299081, 453014], [27, -5277]], [[299108, 447737], [6, -1575]], [[299114, 446162], [-459, -104], [-560, 583], [-240, 903]], [[300423, 448697], [-95, -429]], [[300328, 448268], [-110, 206]], [[300218, 448474], [-189, -592], [-921, -145]], [[291926, 445251], [-301, -1608], [-771, -203], [-6, -1282]], [[290848, 442158], [-634, 1017], [-245, 2280]], [[289969, 445455], [47, 2798], [-244, 1860]], [[160757, 452819], [3, -15155]], [[160760, 437664], [-2931, -15]], [[157829, 437649], [50, 2566], [-253, 887], [-643, -3074], [-236, 36], [-242, -1729], [156, -2198], [-334, 192], [-289, 1393], [-274, -63], [-470, 1939]], [[155294, 437598], [-187, 3492], [-519, 272]], [[154588, 441362], [111, 941], [-260, 2964], [146, 1892], [-113, 2512], [387, 1397], [129, 1813]], [[214980, 448068], [2, -6471]], [[214982, 441597], [-197, 8], [0, -3232]], [[214785, 438373], [-1547, 1]], [[213238, 438374], [-73, 4047]], [[213165, 442421], [1, 5662], [-117, 1089], [3, 3792]], [[213165, 442421], [-2040, -26]], [[211125, 442395], [-4, 4869]], [[211121, 447264], [21, 5656]], [[188448, 452855], [2, -2742], [226, -3238], [-46, -2736], [-189, -2015]], [[188441, 442124], [-433, 106], [-167, -983], [-443, 939]], [[187398, 442186], [-88, 2093], [-182, -89], [-193, 3078], [-4, 3038], [-315, 2514]], [[211121, 447264], [-1902, -23]], [[189737, 445043], [-2, -6109]], [[189735, 438934], [-608, -2000]], [[189127, 436934], [120, 1271], [-305, 2684], [-249, 88]], [[188693, 440977], [-252, 1147]], [[286968, 452863], [88, -6473]], [[287056, 446390], [-234, -102], [-57, -1948]], [[286765, 444340], [-1655, 896]], [[285110, 445236], [-170, 121]], [[284940, 445357], [-144, 7506]], [[284940, 445357], [-238, -844], [-1781, -169]], [[282921, 444344], [-29, 8518]], [[187398, 442186], [-205, 139], [-194, -1813], [-584, 5], [-711, -4841]], [[185704, 435676], [-852, -1423], [-3463, -5]], [[181389, 434248], [1, 18498]], [[173097, 434253], [-1, -6651], [-636, -10], [-149, -2165]], [[172311, 425427], [-25, 2930], [-933, 15], [0, 3230], [-3183, -37], [0, 1955], [-1457, -9]], [[166713, 433511], [-57, 0], [17, 19239]], [[173097, 452848], [0, -18595]], [[181389, 434248], [-13, -16439]], [[181376, 417809], [-3391, 104], [-1592, 99]], [[176393, 418012], [-461, -9], [-438, 10035], [-1, 6209], [-1195, 9]], [[174298, 434256], [-1201, -3]], [[281230, 452863], [9, -7106]], [[281239, 445757], [-601, -298]], [[280638, 445459], [-179, 516], [-1317, -113]], [[279142, 445862], [103, 6951]], [[282921, 444344], [4, -1186]], [[282925, 443158], [-1089, -71]], [[281836, 443087], [-171, 12], [-426, 2658]], [[154588, 441362], [-303, -18], [-4, 1572], [-819, -16]], [[153462, 442900], [-267, 5082], [-262, 812], [123, 4043]], [[289969, 445455], [-804, -6748]], [[289165, 438707], [-411, -130]], [[288754, 438577], [180, 478], [-59, 7138]], [[288875, 446193], [-56, 6647]], [[288875, 446193], [-721, 12]], [[288154, 446205], [-1098, 185]], [[279142, 445862], [-1549, 13]], [[277593, 445875], [-281, -13]], [[277312, 445862], [2, 4212]], [[164792, 452768], [-2, -15095]], [[164790, 437673], [-3709, -1]], [[161081, 437672], [-321, -8]], [[166713, 433511], [-9, -8230], [-71, -9], [-2, -9666], [318, 13]], [[166949, 415619], [45, -3525], [106, -405], [-51, -2898]], [[167049, 408791], [-264, -205]], [[166785, 408586], [-505, -709], [-438, -1338], [-205, 182], [104, -3535], [-151, -1501]], [[165590, 401685], [-469, -1590], [-343, 3]], [[164778, 400098], [-9, 2800]], [[164769, 402898], [12, 2458]], [[164781, 405356], [6, 5108]], [[164787, 410464], [3, 27209]], [[253863, 447010], [-4, 809], [-643, -82]], [[253216, 447737], [-1, 2]], [[274786, 450060], [0, -6514]], [[274786, 443546], [-1348, 42]], [[273438, 443588], [-1, 3974]], [[273437, 447562], [3, 2573]], [[273440, 450135], [1346, 2308]], [[245868, 448608], [-3, -3243]], [[245865, 445365], [-1300, 22]], [[244565, 445387], [1, 4872]], [[249404, 451036], [-5, -5898]], [[249399, 445138], [-644, -16]], [[248755, 445122], [-900, 11]], [[247855, 445133], [-158, 3692]], [[226556, 448067], [2, -4023]], [[226558, 444044], [-753, -845], [-533, -1]], [[225272, 443198], [-12, 4849]], [[251329, 445946], [-636, 7], [1, -814]], [[250694, 445139], [-1295, -1]], [[232889, 450323], [0, -4862], [165, -1791]], [[233054, 443670], [-1389, 16]], [[231665, 443686], [-256, 439], [-95, 2839]], [[243270, 450293], [6, -6524]], [[243276, 443769], [-326, -13]], [[242950, 443756], [-979, -17]], [[241971, 443739], [-2, 6572]], [[237742, 450323], [68, -6545]], [[237810, 443778], [-1255, -153]], [[236555, 443625], [-107, 1818], [-1, 4872]], [[234183, 450322], [1, -4860], [144, -1818]], [[234328, 443644], [-317, 10]], [[234011, 443654], [-957, 16]], [[235153, 450303], [2, -4797], [121, -1872]], [[235276, 443634], [-948, 10]], [[241971, 443739], [-319, -4]], [[241652, 443735], [-960, -14]], [[240692, 443721], [-26, 6583]], [[239045, 450317], [53, -6615]], [[239098, 443702], [0, -314]], [[239098, 443388], [-1288, 390]], [[240692, 443721], [-320, -6]], [[240372, 443715], [-1274, -13]], [[236555, 443625], [-1279, 9]], [[244565, 445387], [-5, -3261]], [[244560, 442126], [-322, 12]], [[244238, 442138], [-104, 1623], [-858, 8]], [[273437, 447562], [-275, -15], [3, -1357], [-539, -11], [-3, -1320], [-265, -4]], [[272358, 444855], [-272, 1146]], [[272086, 446001], [570, 2452], [784, 1682]], [[277312, 445862], [-602, -34], [-476, -2456]], [[276234, 443372], [-1448, -20]], [[274786, 443352], [0, 194]], [[247855, 445133], [-29, -825], [-657, -1555], [-5, -2418]], [[247164, 440335], [-1778, 120]], [[245386, 440455], [0, 4]], [[245386, 440459], [89, 1581], [707, 640]], [[246182, 442680], [363, 171], [871, 2340], [76, 2625]], [[300676, 447525], [-94, -1308], [-254, 2051]], [[246182, 442680], [7, 2674], [-324, 11]], [[300218, 448474], [-108, -2110]], [[300110, 446364], [-154, -894], [-847, -110]], [[299109, 445360], [5, 802]], [[260465, 448379], [14, -4389]], [[260479, 443990], [3, -1610]], [[260482, 442380], [-1130, -18]], [[259352, 442362], [-1, 806]], [[259351, 443168], [-9, 5238]], [[259351, 443168], [-1136, -50], [2, -810]], [[258217, 442308], [-163, -1]], [[258054, 442307], [104, 4029], [-102, 2054]], [[258054, 442307], [-490, -569], [-231, -2173], [-408, -905]], [[256925, 438660], [-7, 8808]], [[256918, 447468], [301, 934]], [[262847, 444118], [-1085, -69]], [[261762, 444049], [-7, 4341]], [[262843, 447208], [4, -3090]], [[261762, 444049], [-1283, -59]], [[229132, 448075], [0, -5329]], [[229132, 442746], [-759, -1483], [-211, 138]], [[228162, 441401], [4, 6681]], [[228162, 441401], [-318, 227]], [[227844, 441628], [-643, -1180]], [[227201, 440448], [0, 1151], [-292, 1]], [[226909, 441600], [0, 2456], [-351, -12]], [[230417, 446975], [2, -2974], [320, -2434]], [[230739, 441567], [-395, 2]], [[230344, 441569], [-276, 747], [-936, 373]], [[229132, 442689], [0, 57]], [[218529, 448020], [-5, -6446]], [[218524, 441574], [-1550, 27]], [[216974, 441601], [-383, 9]], [[216591, 441610], [1, 6474]], [[216591, 441610], [-1609, -13]], [[225272, 443198], [0, -1617]], [[225272, 441581], [-1262, 6]], [[224010, 441587], [-20, -2]], [[223990, 441585], [-2, 6447]], [[222706, 448036], [25, -6450]], [[222731, 441586], [-12, -6463]], [[222719, 435123], [-609, -9]], [[222110, 435114], [-2224, 2]], [[219886, 435116], [-74, 6454]], [[219812, 441570], [0, 6451]], [[219812, 441570], [-1288, 4]], [[223990, 441585], [-1259, 1]], [[267414, 445850], [-697, -80]], [[266717, 445770], [-430, -32], [-394, -2264], [-479, -1510]], [[265414, 441964], [1, 1360]], [[265415, 443324], [7, 4330]], [[265749, 447718], [781, 161]], [[266530, 447879], [6, 1]], [[266536, 447880], [30, 6]], [[266566, 447886], [16, 1]], [[266582, 447887], [26, 6]], [[266608, 447893], [806, -2043]], [[255265, 442934], [-2, -3134]], [[255263, 439800], [-1357, -110], [6, -1614], [-648, -80]], [[253264, 437996], [-23, 4868]], [[253241, 442864], [-25, 4873]], [[267414, 445850], [546, -1925], [381, 1255], [294, -1578], [-868, -836]], [[267767, 442766], [-50, -4]], [[267717, 442762], [-15, -1]], [[267702, 442761], [-769, 5], [-213, 794]], [[266720, 443560], [-3, 2210]], [[253241, 442864], [-956, -107]], [[252285, 442757], [-18, 3246]], [[265415, 443324], [-1279, -37]], [[264136, 443287], [-108, 529], [-52, 3572]], [[273438, 443588], [0, -2864]], [[273438, 440724], [-1081, 8]], [[272357, 440732], [1, 4123]], [[299109, 445360], [-23, -3357], [-140, -1618]], [[298946, 440385], [-436, -421], [-482, 288], [-416, -840], [-291, 2723]], [[297321, 442135], [350, 235], [-50, 1824], [-299, -181], [-100, 1106]], [[256110, 445860], [11, -7106]], [[256121, 438754], [-158, -435]], [[255963, 438319], [-386, -1051], [-314, 71]], [[255263, 437339], [0, 2461]], [[255271, 447419], [248, -1015], [591, -544]], [[256925, 438660], [-559, 918], [-245, -824]], [[256110, 445860], [808, 1608]], [[264136, 443287], [1, -1079]], [[264137, 442208], [-1288, -29]], [[262849, 442179], [-2, 1939]], [[211125, 442395], [-24, -800]], [[211101, 441595], [-1879, -26]], [[209222, 441569], [-1, 3184]], [[231665, 443686], [164, -2163]], [[231829, 441523], [-1090, 44]], [[300704, 446133], [-85, -2793], [-210, 505], [295, 2288]], [[300975, 443507], [-208, -748], [-4, 4059]], [[294871, 442976], [348, -1153], [336, -2034], [-121, -1229]], [[295434, 438560], [-200, -1187], [-705, -2090], [-626, -1185]], [[293903, 434098], [-195, 2025], [683, 2086], [-173, 2860]], [[294218, 441069], [41, 2994]], [[209222, 441569], [-4, -7295]], [[209218, 434274], [-2479, -59]], [[206739, 434215], [-930, 1]], [[300110, 446364], [27, -3366], [-179, -1833], [-1042, -1242], [30, 462]], [[288154, 446205], [-316, -4003]], [[287838, 442202], [-487, -794], [-761, -136]], [[286590, 441272], [175, 3068]], [[297321, 442135], [207, -2884], [-531, -114]], [[296997, 439137], [-298, 3270], [-256, -278], [-17, 2897]], [[296997, 439137], [9, -62]], [[297006, 439075], [21, -79]], [[297027, 438996], [-1112, 58], [-473, -1600], [-8, 1106]], [[288754, 438577], [-264, -1321]], [[288490, 437256], [-133, 486], [-104, 2827], [-415, 1633]], [[293001, 442420], [-13, -2190]], [[292988, 440230], [-683, -3302]], [[292305, 436928], [-373, 1054]], [[291932, 437982], [-934, 2867]], [[290998, 440849], [-150, 1309]], [[252285, 442757], [26, -6500]], [[252311, 436257], [-960, -39], [-1, -3314]], [[251350, 432904], [-324, -34]], [[251026, 432870], [0, 3329], [-319, -14]], [[250707, 436185], [-5, 3838]], [[250702, 440023], [-8, 5116]], [[272357, 440732], [-1, 0]], [[272356, 440732], [-569, 47], [73, -1359], [-321, -13]], [[271539, 439407], [-538, -38]], [[271001, 439369], [3, 1405], [-263, 14], [8, 2861]], [[270749, 443649], [623, -332], [714, 2684]], [[280638, 445459], [-3, -3672], [463, -4], [46, -3243]], [[281144, 438540], [-1140, 433], [-177, -968]], [[279827, 438005], [-70, 1137], [-624, 1848], [-379, -396]], [[278754, 440594], [88, 2092], [292, -302], [8, 3478]], [[278754, 440594], [-317, -166]], [[278437, 440428], [5, 1839], [-538, 103], [-216, -927]], [[277688, 441443], [-95, 4432]], [[277688, 441443], [-1, -945], [-351, -264], [-253, -2768]], [[277083, 437466], [-849, -18]], [[276234, 437448], [0, 5924]], [[269692, 442195], [16, -2668]], [[269708, 439527], [-1391, 120]], [[268317, 439647], [-18, 2605], [-150, 10]], [[268149, 442262], [253, 825], [384, -407]], [[268786, 442680], [-5, -153]], [[268781, 442527], [480, -1172], [431, 840]], [[266720, 443560], [-15, -4583]], [[266705, 438977], [-3, -1624]], [[266702, 437353], [-1282, 19]], [[265420, 437372], [-6, 4592]], [[281836, 443087], [1, -1967], [-292, -2833]], [[281545, 438287], [-401, 253]], [[290998, 440849], [-384, -1439], [-427, -3445]], [[290187, 435965], [-461, 1079], [82, 1909], [-643, -246]], [[245386, 440459], [-830, 46], [4, 1621]], [[285110, 445236], [175, -3416], [441, -1905], [405, -536]], [[286131, 439379], [-539, -2232]], [[285592, 437147], [-256, 304]], [[285336, 437451], [-455, -615]], [[284881, 436836], [-228, -951], [-463, -355]], [[284190, 435530], [-1068, 5402], [-197, 2226]], [[286590, 441272], [-78, -1277]], [[286512, 439995], [-381, -616]], [[250702, 440023], [-480, -176], [-57, -1256], [-306, 11], [0, -1588]], [[249859, 437014], [-479, 1]], [[249380, 437015], [-1, 1587], [-610, 12]], [[248769, 438614], [-14, 6508]], [[248769, 438614], [-31, -1592], [-323, 7]], [[248415, 437029], [-1262, 34]], [[247153, 437063], [11, 3272]], [[192516, 434205], [-2782, 5], [1, 4724]], [[262849, 442179], [1, -2880]], [[262850, 439299], [-1082, -133]], [[261768, 439166], [-6, 4883]], [[261768, 439166], [-323, -1]], [[261445, 439165], [-639, 38], [-321, 533]], [[260485, 439736], [-3, 2644]], [[226909, 441600], [-6, -1597], [-967, -298], [-621, -536], [-31, 2413]], [[225284, 441582], [-12, -1]], [[293006, 440243], [-18, -18]], [[292988, 440225], [0, 5]], [[294218, 441069], [-1212, -826]], [[302428, 442673], [372, -1939], [-773, -264], [113, 1840], [288, 363]], [[271001, 439369], [-263, 5], [-6, -1403], [-273, -2], [-271, -1169], [-5, -1369]], [[270183, 435431], [-459, 41]], [[269724, 435472], [-16, 4055]], [[269692, 442195], [936, 1653], [121, -199]], [[244238, 442138], [-5, -4866]], [[244233, 437272], [-641, 8]], [[243592, 437280], [-640, 13]], [[242952, 437293], [-2, 6463]], [[239098, 443388], [2, -6149]], [[239100, 437239], [-639, 12]], [[238461, 437251], [-646, 14]], [[237815, 437265], [-5, 6513]], [[242952, 437293], [-653, -16]], [[242299, 437277], [-642, -14]], [[241657, 437263], [-5, 6472]], [[237815, 437265], [-627, -98]], [[237188, 437167], [-633, 7]], [[236555, 437174], [0, 6451]], [[241657, 437263], [-642, -12]], [[241015, 437251], [-638, -8]], [[240377, 437243], [-5, 6472]], [[240377, 437243], [-639, -2]], [[239738, 437241], [-638, -2]], [[234011, 443654], [-4, -6441]], [[234007, 437213], [-636, 14]], [[233371, 437227], [-1382, -2]], [[231989, 437225], [-120, 575]], [[231869, 437800], [88, 2413], [-128, 1310]], [[235276, 443634], [0, -6443]], [[235276, 437191], [-633, 8]], [[234643, 437199], [-636, 14]], [[236555, 437174], [-638, 8]], [[235917, 437182], [-641, 9]], [[274786, 443352], [1, -6623]], [[274787, 436729], [-1339, 18]], [[273448, 436747], [-10, 3977]], [[267702, 442761], [447, -499]], [[268317, 439647], [3, -645]], [[268320, 439002], [-1615, -25]], [[276234, 437448], [-271, -1900]], [[275963, 435548], [-140, 819], [-1037, 201]], [[274786, 436568], [1, 161]], [[265420, 437372], [-967, -37]], [[264453, 437335], [-1, 4878], [-315, -5]], [[259352, 442362], [14, -4890], [-65, -6]], [[259301, 437466], [-1086, -26]], [[258215, 437440], [2, 4868]], [[284190, 435530], [0, -456]], [[284190, 435074], [-1015, -1516], [-180, 1961], [-470, 731], [-132, 1393], [-289, -77], [-14, 1365], [-389, -1859]], [[281701, 437072], [-156, 1215]], [[155294, 437598], [-138, -2080], [141, -717], [-208, -2138], [-386, 312], [218, -3716], [-6, -13593]], [[154915, 415666], [-1334, -12]], [[153581, 415654], [-243, 1901], [-703, 2914], [-129, 3412], [387, 4770], [132, -280], [308, 6363], [-131, 874], [260, 7292]], [[253264, 437996], [-21, -1627]], [[253243, 436369], [-932, -112]], [[229132, 442689], [-7, -7583]], [[229125, 435106], [-7, 1]], [[229118, 435107], [-1274, 15]], [[227844, 435122], [0, 6506]], [[230344, 441569], [400, -3784]], [[230744, 437785], [23, -2699]], [[230767, 435086], [-404, -540]], [[230363, 434546], [0, 542], [-1238, 18]], [[260485, 439736], [-89, -4618]], [[260396, 435118], [-728, -71]], [[259668, 435047], [-364, 782], [-3, 1637]], [[213238, 438374], [-29, -4081]], [[213209, 434293], [-91, -1]], [[213118, 434292], [-2030, -1]], [[211088, 434291], [13, 7304]], [[278437, 440428], [-17, -5242]], [[278420, 435186], [-185, -771], [-669, -629], [-401, 1395], [-70, 2246]], [[277095, 437427], [-12, 39]], [[188693, 440977], [-212, -2506], [-449, -761], [-413, 552], [-140, -1426]], [[187479, 436836], [-928, 257], [-847, -1417]], [[258215, 437440], [-1290, 17]], [[256925, 437457], [0, 1203]], [[288490, 437256], [-135, -732]], [[288355, 436524], [-329, -581], [98, -1543], [-739, -1772]], [[287385, 432628], [-586, 684]], [[286799, 433312], [-59, 3514], [-251, 1238], [23, 1931]], [[264453, 437335], [-316, -6]], [[264137, 437329], [-325, 1637], [-962, -17]], [[262850, 438949], [0, 350]], [[245386, 440455], [-115, -1740], [344, -1568], [113, -1545]], [[245728, 435602], [-1175, 26]], [[244553, 435628], [2, 1613], [-322, 31]], [[216974, 441601], [-2, -6470], [56, -810]], [[217028, 434321], [-2233, -1]], [[214795, 434320], [-10, 4053]], [[219886, 435116], [3, -6448]], [[219889, 428668], [-1545, -2]], [[218344, 428666], [-1309, -44]], [[217035, 428622], [-7, 5699]], [[304069, 440802], [121, -1847], [-424, -197], [303, 2044]], [[227844, 435122], [-1276, -6]], [[226568, 435116], [-6, 2365]], [[226562, 437481], [639, 2967]], [[211088, 434291], [-535, -10]], [[210553, 434281], [-1335, -7]], [[226562, 437481], [-534, -2005], [-733, -3605]], [[225295, 431871], [-11, 3241]], [[225284, 435112], [0, 6470]], [[225284, 435112], [-1212, 5]], [[224072, 435117], [-74, 0]], [[223998, 435117], [12, 6470]], [[223998, 435117], [-1279, 6]], [[231869, 437800], [-1125, -15]], [[189127, 436934], [-680, -1517], [-235, -1307], [316, -2474], [-193, -1471], [-256, 343]], [[188079, 430508], [-272, 1154]], [[187807, 431662], [-214, 1796], [-114, 3378]], [[279827, 438005], [-264, -1317], [-1, -4191]], [[279562, 432497], [-1143, 101]], [[278419, 432598], [1, 2588]], [[157829, 437649], [146, -436], [-429, -4820], [-421, -4012], [145, -2152], [-836, -2813], [-185, -2444]], [[156249, 420972], [222, -710], [144, -5037]], [[156615, 415225], [-1701, -22], [1, 463]], [[293524, 432082], [-325, 588]], [[293199, 432670], [123, 2992], [-28, 2071], [-288, 2510]], [[293903, 434098], [-379, -2016]], [[291932, 437982], [-383, -2133]], [[291549, 435849], [-417, -3054], [-322, -187]], [[290810, 432608], [-554, 3400]], [[290256, 436008], [-69, -43]], [[272356, 440732], [-5, -6697]], [[272351, 434035], [-74, -1524], [-634, 144]], [[271643, 432655], [-114, 1381]], [[271529, 434036], [10, 5371]], [[273448, 436747], [0, -2714], [-243, -5]], [[273205, 434028], [-854, 7]], [[247153, 437063], [-6, -1623]], [[247147, 435440], [-963, 88]], [[246184, 435528], [-456, 35]], [[245728, 435563], [0, 39]], [[250707, 436185], [-548, -8], [-300, 837]], [[293219, 434221], [-863, 2534]], [[292356, 436755], [-51, 173]], [[292988, 440225], [220, -3323], [11, -2681]], [[286799, 433312], [-277, -2753], [-204, -490]], [[286318, 430069], [-412, 1992]], [[285906, 432061], [44, 1187], [-292, 2181], [-66, 1718]], [[255263, 437339], [2, -2898]], [[255265, 434441], [-1688, -234]], [[253577, 434207], [-321, -56]], [[253256, 434151], [-13, 2218]], [[261445, 439165], [-77, -4820]], [[261368, 434345], [-859, -54]], [[260509, 434291], [-113, 827]], [[294554, 427872], [-111, 3761]], [[294443, 431633], [-93, 1192], [769, -305], [174, 1128], [1072, -46], [376, 298], [903, 2985], [-441, -2838], [-371, -1388], [292, -372], [379, 1926], [532, 898], [205, -1023], [552, 1761], [82, -626], [-1554, -3632], [-192, 472], [-405, -1606], [-231, 346], [-428, -1336], [-389, 99], [-351, -945], [-238, 353], [-532, -1102]], [[269724, 435472], [-278, -7], [9, -1349]], [[269455, 434116], [-813, 51]], [[268642, 434167], [-292, 19]], [[268350, 434186], [-30, 4816]], [[256925, 437457], [-1, -4839]], [[256924, 432618], [-156, -1387], [-315, -5], [2, -1882]], [[256455, 429344], [-469, -1]], [[255986, 429343], [-23, 8976]], [[271529, 434036], [-1228, 59]], [[270301, 434095], [-118, 1336]], [[262850, 438949], [1, -4898]], [[262851, 434051], [1, -1244]], [[262852, 432807], [-755, -89]], [[262097, 432718], [-730, -14]], [[261367, 432704], [1, 1641]], [[268350, 434186], [-789, -60]], [[267561, 434126], [-857, -30]], [[266704, 434096], [-2, 3257]], [[281701, 437072], [-194, -834], [74, -2825], [-363, -706], [-462, -3035], [47, -403]], [[280803, 429269], [26, -143]], [[280829, 429126], [-1257, -6]], [[279572, 429120], [-10, 3377]], [[192649, 434205], [0, -3424]], [[192649, 430781], [-728, 405], [-315, -879], [-787, -888], [-261, 131], [-420, -1293]], [[190138, 428257], [-340, -1866], [-343, -529], [-618, 1479], [-69, 1143], [-267, -1698], [-177, 190]], [[188324, 426976], [-245, 3532]], [[284190, 435074], [-613, -3675]], [[283577, 431399], [-884, -2182]], [[282693, 429217], [-399, 259], [-333, -970], [-479, 890]], [[281482, 429396], [-679, -127]], [[290256, 436008], [-428, -2351]], [[289828, 433657], [-466, -1940], [-519, -917]], [[288843, 430800], [-280, 2542], [218, 671], [-426, 2511]], [[264137, 437329], [-1, -3255], [-160, -7]], [[263976, 434067], [-1125, -16]], [[249380, 437015], [-1, -3256]], [[249379, 433759], [-966, 19]], [[248413, 433778], [2, 3251]], [[214795, 434320], [-2, -28]], [[214793, 434292], [-1584, 1]], [[255986, 429343], [-721, 8]], [[255265, 429351], [0, 5090]], [[292587, 430897], [-395, 1442]], [[292192, 432339], [-104, 1880], [-539, 1630]], [[292356, 436755], [-165, -2166], [367, -971], [29, -2721]], [[231989, 437225], [3, -1985]], [[231992, 435240], [-431, 236], [-484, -1309], [-310, 919]], [[164787, 410464], [-407, -275]], [[164380, 410189], [102, 1081], [5, 3235], [-258, 1376], [-24, 1351], [-366, 545], [-472, 2488], [-707, 1250], [-457, -2310], [-371, 1200], [1, 3539], [-743, -22]], [[161090, 423922], [22, 8573], [-31, 5177]], [[161090, 423922], [-473, 4]], [[160617, 423926], [-1427, -349], [-831, -1032], [-549, 336], [-407, -1138], [-271, 689], [-883, -1460]], [[285336, 437451], [-167, -4196], [366, 397], [371, -1591]], [[286318, 430069], [-895, -2188]], [[285423, 427881], [-525, -887], [-165, 332]], [[284733, 427326], [26, 188]], [[284759, 427514], [265, 1448], [124, 3090]], [[285148, 432052], [-223, 1660], [-44, 3124]], [[259668, 435047], [-2, -813]], [[259666, 434234], [-620, -58], [0, -1610]], [[259046, 432566], [-835, 5]], [[258211, 432571], [4, 4869]], [[226568, 435116], [1, -6480]], [[226569, 428636], [-1260, -4]], [[225309, 428632], [-14, -1]], [[225295, 428631], [0, 3240]], [[258211, 432571], [-314, 19]], [[257897, 432590], [-973, 28]], [[277095, 437427], [-6, -9328]], [[277089, 428099], [-1270, 90]], [[275819, 428189], [-27, 3362]], [[275792, 431551], [-19, 2706], [190, 1291]], [[278419, 432598], [1, -2521], [-655, -4576]], [[277765, 425501], [-675, 2580]], [[277090, 428081], [-1, 18]], [[266704, 434096], [-266, -3234]], [[266438, 430862], [-1015, 34]], [[265423, 430896], [-1, 1871]], [[265422, 432767], [-2, 4605]], [[265422, 432767], [-638, -293], [0, -813], [-644, -36]], [[264140, 431625], [-164, 2442]], [[243592, 437280], [-8, -4878]], [[243584, 432402], [-1283, -20]], [[242301, 432382], [-2, 4895]], [[244553, 435628], [-3, -4868], [-104, 1]], [[244446, 430761], [-862, 15]], [[243584, 430776], [0, 1626]], [[242301, 432382], [-1281, -16]], [[241020, 432366], [-5, 4885]], [[238461, 437251], [3, -4896]], [[238464, 432355], [-1277, -24]], [[237187, 432331], [1, 4836]], [[239738, 437241], [4, -4883]], [[239742, 432358], [-1278, -3]], [[241020, 432366], [-1278, -8]], [[233371, 437227], [-2, -4811]], [[233369, 432416], [-1193, 2]], [[232176, 432418], [-184, 2822]], [[234643, 437199], [-2, -4800]], [[234641, 432399], [-1272, 17]], [[235917, 437182], [-1, -4805]], [[235916, 432377], [-1275, 22]], [[237187, 432331], [-1271, 46]], [[187807, 431662], [-565, -723], [-182, 1854], [-716, -2763]], [[186344, 430030], [-640, 5646]], [[248413, 433778], [-2, -4886]], [[248411, 428892], [-1277, 44]], [[247134, 428936], [13, 6504]], [[285148, 432052], [-398, 107], [-1152, -1498]], [[283598, 430661], [-21, 738]], [[251026, 432870], [-1183, -88]], [[249843, 432782], [68, 968], [-532, 9]], [[292970, 430541], [-431, -269]], [[292539, 430272], [48, 625]], [[293219, 434221], [-249, -3680]], [[274786, 436568], [0, -4189]], [[274786, 432379], [-1580, 38]], [[273206, 432417], [-1, 1611]], [[288843, 430800], [-376, -510]], [[288467, 430290], [-415, -967]], [[288052, 429323], [-667, 3305]], [[275792, 431551], [-1004, -68]], [[274788, 431483], [-2, 896]], [[253256, 434151], [34, -7012], [-625, -15]], [[252665, 427124], [-321, -16], [-28, 2626], [-961, -79]], [[251355, 429655], [-5, 3249]], [[290810, 432608], [-339, -2310]], [[290471, 430298], [-220, -1439], [-616, -2210]], [[289635, 426649], [-20, 311]], [[289615, 426960], [68, 3155], [341, 1723], [-196, 1819]], [[292192, 432339], [-162, 208], [-116, -3152]], [[291914, 429395], [-248, -1212]], [[291666, 428183], [-265, 1560], [-471, -723]], [[290930, 429020], [-459, 1278]], [[186344, 430030], [155, -1074], [97, -4631]], [[186596, 424325], [-109, -154], [37, -2824], [149, -2529], [-95, -2971]], [[186578, 415847], [-452, -1998], [-1271, -19], [-3480, 52]], [[181375, 413882], [1, 3927]], [[245728, 435563], [-37, -2695], [-356, -1884], [-63, -2389]], [[245272, 428595], [-424, 1079]], [[244848, 429674], [-402, 1087]], [[246184, 435528], [-12, -8061]], [[246172, 427467], [-319, 64]], [[245853, 427531], [-783, -26]], [[245070, 427505], [202, 1090]], [[247134, 428936], [-3, -1616]], [[247131, 427320], [-959, 147]], [[270301, 434095], [8, -6024]], [[270309, 428071], [-263, -11], [2, -1850]], [[270048, 426210], [-326, -246]], [[269722, 425964], [-6, 3195], [-215, 1865], [-46, 3092]], [[232176, 432418], [-58, -2195]], [[232118, 430223], [-1754, 3]], [[230364, 430226], [-1, 4320]], [[227844, 435122], [-1, -6484]], [[227843, 428638], [-1271, -2]], [[226572, 428636], [-3, 0]], [[225295, 428631], [-1221, 12]], [[224074, 428643], [-2, 6474]], [[222110, 435114], [25, -6995]], [[222135, 428119], [-630, 263]], [[221505, 428382], [-943, 281]], [[220562, 428663], [-673, 5]], [[224074, 428643], [-9, -170]], [[224065, 428473], [-507, -690], [-760, 186]], [[222798, 427969], [-663, 150]], [[229118, 435107], [-7, -6481]], [[229111, 428626], [-1268, 12]], [[230364, 430226], [0, -4858]], [[230364, 425368], [-1251, 12]], [[229113, 425380], [-2, 3246]], [[260509, 434291], [14, -6500]], [[260523, 427791], [-630, -27]], [[259893, 427764], [-208, -13], [-19, 6483]], [[255265, 429351], [-1, -4575]], [[255264, 424776], [-1140, -98]], [[254124, 424678], [-508, 40], [-39, 9489]], [[261367, 432704], [3, -4889], [-318, -15]], [[261052, 427800], [-529, -9]], [[210532, 425375], [-1577, 18], [-7, -9746]], [[208948, 415647], [-2260, -10]], [[206688, 415637], [-254, -1]], [[206434, 415636], [-6, 4869]], [[206428, 420505], [-5, 1629], [310, -3], [6, 12084]], [[210553, 434281], [-21, -8906]], [[217035, 428622], [-272, 6]], [[216763, 428628], [-1968, -10]], [[214795, 428618], [0, 969]], [[214795, 429587], [-2, 4705]], [[201978, 423908], [55, -1918], [16, -7760]], [[202049, 414230], [-1129, -108]], [[200920, 414122], [-15, 3214]], [[200905, 417336], [-2, 2479], [-1118, -26]], [[199785, 419789], [29, 5937], [320, 1081], [-11, 7495]], [[201402, 434297], [26, -1459], [436, -670], [159, -1784], [-185, -3985], [140, -2491]], [[204199, 424684], [-292, -2572], [-164, 468], [-589, -929], [-98, 691], [-519, -162], [-107, 1114], [-340, -603], [-112, 1217]], [[203264, 434210], [15, -1191], [530, -3758], [390, -4577]], [[199785, 419789], [-1878, -31], [-2612, 18]], [[195295, 419776], [7, 8024]], [[195302, 427800], [-6, 6461]], [[213087, 423794], [-321, 0]], [[212766, 423794], [-1910, -39]], [[210856, 423755], [-5, 1618], [-319, 2]], [[213118, 434292], [7, -4708]], [[213125, 429584], [-38, -5790]], [[214795, 429587], [-1670, -3]], [[195302, 427800], [-315, 562], [-118, 3255], [-531, -11], [-250, -2208], [-269, 1599], [-807, -1146], [-299, 857]], [[192713, 430708], [-64, 73]], [[176393, 418012], [113, -5116], [-101, -2197], [49, -2635], [-263, -2403], [2, -5633]], [[176193, 400028], [-1933, -7]], [[174260, 400021], [29, 16934], [-18, 16297], [27, 1004]], [[174260, 400021], [-2037, 36], [-1236, -1303]], [[170987, 398754], [153, 2224], [-118, 2607], [482, 3073], [266, 298], [86, 1838], [-89, 2169], [75, 3206], [-204, 1481]], [[171638, 415650], [673, 9777]], [[206428, 420505], [-1667, -25]], [[204761, 420480], [-562, 4204]], [[259893, 427764], [3, -1604]], [[259896, 426160], [-839, -53]], [[259057, 426107], [-11, 6459]], [[268642, 434167], [-7, -5295]], [[268635, 428872], [-365, -116]], [[268270, 428756], [-705, -39]], [[267565, 428717], [-4, 5409]], [[254124, 424678], [8, -1608]], [[254132, 423070], [-1470, -13]], [[252662, 423057], [3, 4067]], [[269722, 425964], [-798, -95]], [[268924, 425869], [-10, 2970], [-279, 33]], [[267565, 428717], [-860, -299]], [[266705, 428418], [-211, 275], [-56, 2169]], [[271643, 432655], [-7, -4586]], [[271636, 428069], [-1327, 2]], [[264140, 431625], [-158, -803], [1, -2439]], [[263983, 428383], [-165, -1]], [[263818, 428382], [0, 807], [-964, -2]], [[262854, 429187], [-2, 3620]], [[273206, 432417], [-2, -3235]], [[273204, 429182], [-418, -80], [-224, -1340]], [[272562, 427762], [-923, -316]], [[271639, 427446], [-3, 623]], [[249843, 432782], [-231, -3232]], [[249612, 429550], [-356, -3635], [-528, -731]], [[248728, 425184], [-4, 2060], [-320, 38], [7, 1610]], [[289615, 426960], [-382, -1335]], [[289233, 425625], [-268, 2542], [-150, -335], [-348, 2458]], [[171638, 415650], [-2672, -44], [-2017, 13]], [[288052, 429323], [-372, -1084]], [[287680, 428239], [-781, -2648], [-748, -727]], [[286151, 424864], [-265, 1103]], [[285886, 425967], [-463, 1914]], [[274788, 431483], [-1, -3962]], [[274787, 427521], [-415, -1047]], [[274372, 426474], [-540, 317]], [[273832, 426791], [-154, 2374], [-474, 17]], [[251355, 429655], [-154, -1644], [-415, -1270], [-378, -47]], [[250408, 426694], [-162, 394], [-9, 2476], [-625, -14]], [[262854, 429187], [-1, -2903]], [[262853, 426284], [-742, -74]], [[262111, 426210], [-14, 6508]], [[265423, 430896], [0, -3263]], [[265423, 427633], [-634, -31], [-321, 800], [-485, -19]], [[188324, 426976], [-114, -601]], [[188210, 426375], [-465, -891], [-618, -2134], [-142, 895], [-389, 80]], [[293524, 432082], [-12, -1259], [-325, -351]], [[293187, 430472], [-27, 1524]], [[293160, 431996], [39, 674]], [[262111, 426210], [-369, -18]], [[261742, 426192], [-685, -6]], [[261057, 426186], [-5, 1614]], [[294554, 427872], [-875, -1167]], [[293679, 426705], [-79, 470]], [[293600, 427175], [63, 323]], [[293663, 427498], [119, 2121], [-126, 535]], [[293656, 430154], [90, 1670], [410, 854], [287, -1045]], [[257897, 432590], [-1, -3261]], [[257896, 429329], [-463, 33], [-65, -3266]], [[257368, 426096], [-903, 15]], [[256465, 426111], [-10, 3233]], [[259057, 426107], [-583, -24]], [[258474, 426083], [2, 2440], [-422, -1], [-158, 807]], [[279572, 429120], [-482, -6118]], [[279090, 423002], [-351, -508], [-158, 819], [-661, 807], [-155, 1381]], [[292539, 430272], [83, -963]], [[292622, 429309], [-118, -889]], [[292504, 428420], [-590, 975]], [[233369, 432416], [31, -5977]], [[233400, 426439], [-1091, 87]], [[232309, 426526], [-329, 3028], [138, 669]], [[234641, 432399], [38, -6061]], [[234679, 426338], [-801, 63]], [[233878, 426401], [-478, 38]], [[235916, 432377], [-1, -6119]], [[235915, 426258], [-449, 10]], [[235466, 426268], [-787, 70]], [[243584, 430776], [5, -4002]], [[243589, 426774], [-630, 136]], [[242959, 426910], [-660, -98]], [[242299, 426812], [2, 5570]], [[242299, 426812], [-476, -61]], [[241823, 426751], [-800, -120]], [[241023, 426631], [-3, 5735]], [[237187, 432331], [-2, -6015]], [[237185, 426316], [-604, -38]], [[236581, 426278], [-666, -20]], [[238464, 432355], [-1, -5921]], [[238463, 426434], [-606, -50]], [[237857, 426384], [-672, -68]], [[239742, 432358], [1, -5855]], [[239743, 426503], [-772, -67]], [[238971, 426436], [-508, -2]], [[241023, 426631], [-213, -26]], [[240810, 426605], [-1067, -102]], [[284759, 427514], [-273, 768], [-697, 261]], [[283789, 428543], [-185, 151], [-6, 1967]], [[293187, 430472], [-271, -1807], [244, 3331]], [[195295, 419776], [-1, -10465]], [[195294, 409311], [0, -3031]], [[195294, 406280], [-156, -665], [-2555, -5]], [[192583, 405610], [1, 135]], [[192584, 405745], [-39, 1805], [122, 2542], [304, 1923], [-230, 5]], [[192741, 412020], [-28, 18688]], [[275819, 428189], [-81, -1216], [-510, -2451]], [[275228, 424522], [-441, -3]], [[274787, 424519], [0, 3002]], [[282497, 422685], [-451, 359], [271, 1888], [-71, 939], [431, 2360], [16, 986]], [[283789, 428543], [-584, -2082], [-708, -3776]], [[192741, 412020], [-2481, 120]], [[190260, 412140], [-95, 1614]], [[190165, 413754], [-27, 14503]], [[266705, 428418], [4, -3381]], [[266709, 425037], [-283, -21]], [[266426, 425016], [-1003, 645]], [[265423, 425661], [0, 1972]], [[292970, 430541], [-211, -2552], [-210, -378], [73, 1698]], [[245070, 427505], [-470, -582], [-146, -1016], [115, -2813], [-151, -420]], [[244418, 422674], [-829, 4100]], [[293663, 427498], [-315, 245]], [[293348, 427743], [-288, 1615]], [[293060, 429358], [139, 999], [457, -203]], [[290930, 429020], [33, -2516], [-174, -1499], [76, -1477]], [[290865, 423528], [-301, -1443], [-241, -92]], [[290323, 421993], [-332, 1496], [-16, 2220], [-340, 940]], [[289233, 425625], [-418, -2203]], [[288815, 423422], [-127, 532]], [[288688, 423954], [-1008, 4285]], [[232309, 426526], [155, -1143]], [[232464, 425383], [-995, -12]], [[231469, 425371], [-1105, -3]], [[291666, 428183], [-6, -1402]], [[291660, 426781], [-177, -793], [187, -1217], [-446, -2170]], [[291224, 422601], [-359, 927]], [[252662, 423057], [2, -2183]], [[252664, 420874], [-322, -1]], [[252342, 420873], [-1598, 9]], [[250744, 420882], [-321, 803]], [[250423, 421685], [-15, 5009]], [[214795, 428618], [0, -4795]], [[214795, 423823], [-1708, -29]], [[250423, 421685], [-945, -94]], [[249478, 421591], [-311, -17], [-6, 2159], [-579, 14]], [[248582, 423747], [146, 1437]], [[282497, 422685], [136, -2142]], [[282633, 420543], [-450, -3766]], [[282183, 416777], [-753, 1929]], [[281430, 418706], [-282, 1104], [-60, 1366]], [[281088, 421176], [343, 3266], [-54, 1256]], [[281377, 425698], [-185, 2188], [290, 1510]], [[281088, 421176], [-85, -1011], [-408, 1094], [-38, -1088], [-480, 1549]], [[280077, 421720], [157, 810], [68, 2530], [527, 4066]], [[293348, 427743], [-53, -1237], [-451, 497], [216, 2355]], [[256465, 426111], [5, -1623]], [[256470, 424488], [-1206, 27]], [[255264, 424515], [0, 261]], [[292504, 428420], [-134, -1705]], [[292370, 426715], [-710, 66]], [[258474, 426083], [-4, -2412]], [[258470, 423671], [-889, 5]], [[257581, 423676], [-3, 2416], [-210, 4]], [[273832, 426791], [-165, -804], [-57, -2449]], [[273610, 423538], [-915, 163]], [[272695, 423701], [15, 2450], [-148, 1611]], [[263818, 428382], [2, -6071], [59, -79]], [[263879, 422232], [-1, -5]], [[263878, 422227], [-1029, -28]], [[262849, 422199], [4, 4085]], [[280077, 421720], [-106, -1566]], [[279971, 420154], [-653, 120], [-455, 659]], [[278863, 420933], [227, 2069]], [[248582, 423747], [-330, -1227], [-73, -1405], [-363, -2059]], [[247816, 419056], [-702, 92], [4, 1628]], [[247118, 420776], [13, 6544]], [[268924, 425869], [-64, -3813], [-274, 84]], [[268586, 422140], [-515, 158], [-254, 1409]], [[267817, 423707], [174, 1059], [2, 2875], [277, 1115]], [[267817, 423707], [-635, 190]], [[267182, 423897], [2, 1173], [-475, -33]], [[220562, 428663], [2, -4872], [-317, 7], [0, -1627]], [[220247, 422171], [-287, -23]], [[219960, 422148], [-1562, -10]], [[218398, 422138], [-52, 0]], [[218346, 422138], [-2, 6528]], [[225309, 428632], [0, -6478]], [[225309, 422154], [-1242, 1]], [[224067, 422155], [-2, 6318]], [[221505, 428382], [3, -6212]], [[221508, 422170], [-1261, 1]], [[218346, 422138], [-1521, 20]], [[216825, 422158], [-55, -2]], [[216770, 422156], [-7, 6472]], [[216770, 422156], [-1975, -23]], [[214795, 422133], [0, 1690]], [[227843, 428638], [0, -6483]], [[227843, 422155], [-1260, 3]], [[226583, 422158], [-9, 0]], [[226574, 422158], [-2, 6478]], [[229113, 425380], [-8, -3237]], [[229105, 422143], [-1262, 12]], [[226574, 422158], [-1253, -4]], [[225321, 422154], [-12, 0]], [[284733, 427326], [-651, -856], [-995, -3406], [-367, -2037]], [[282720, 421027], [-87, -484]], [[190165, 413754], [-530, 18], [-2, 802], [-456, 2164], [59, 2009], [-250, 2239], [-310, -14], [-357, 1412], [-183, 1615], [74, 2376]], [[224067, 422155], [-8, 0]], [[224059, 422155], [-1261, 5]], [[222798, 422160], [0, 5809]], [[265423, 425661], [-341, -1036]], [[265082, 424625], [-938, -40], [1, -1903], [-266, -450]], [[222798, 422160], [-1257, 8]], [[221541, 422168], [-33, 2]], [[278863, 420933], [-360, -3256], [-302, -1293]], [[278201, 416384], [-562, 1959], [-401, -1171], [-297, 845], [-366, -25]], [[276575, 417992], [19, 1314]], [[276594, 419306], [179, 812], [290, 5226], [-200, 1084], [227, 1653]], [[288688, 423954], [-466, -3820]], [[288222, 420134], [-493, -1946]], [[287729, 418188], [-773, 3321]], [[286956, 421509], [-805, 3355]], [[276594, 419306], [-123, 1029], [-749, 1490], [-494, 2697]], [[271639, 427446], [-58, -3551], [-110, 16]], [[271471, 423911], [-1324, 215]], [[270147, 424126], [-99, 2084]], [[272695, 423701], [-15, -2420], [-175, -1661]], [[272505, 419620], [-793, 132]], [[271712, 419752], [19, 2733], [-268, 49], [8, 1377]], [[285886, 425967], [-397, -1498], [304, -5190]], [[285793, 419279], [-424, -1382]], [[285369, 417897], [-35, 1119], [-345, 857]], [[284989, 419873], [-161, 1874]], [[284828, 421747], [-318, 1084], [208, 1376], [-107, 1919], [122, 1200]], [[261057, 426186], [8, -3496]], [[261065, 422690], [-374, 7]], [[260691, 422697], [-791, -21]], [[259900, 422676], [0, 530]], [[259900, 423206], [-4, 2954]], [[292731, 427719], [-75, -1794], [-401, -1052], [179, 2727], [297, 119]], [[245853, 427531], [-16, -6606]], [[245837, 420925], [-6, -1698]], [[245831, 419227], [-1653, 137]], [[244178, 419364], [22, 898]], [[244200, 420262], [218, 2412]], [[274787, 424519], [3, -1461]], [[274790, 423058], [-309, -66]], [[274481, 422992], [90, 1247], [-199, 2235]], [[247118, 420776], [-1281, 149]], [[284828, 421747], [-989, -927], [-267, 651], [-693, -2144]], [[282879, 419327], [-159, 1700]], [[244200, 420262], [-1263, 158]], [[242937, 420420], [2, 812]], [[242939, 421232], [20, 5678]], [[290323, 421993], [609, -3619]], [[290932, 418374], [-696, -1839]], [[290236, 416535], [-114, 1663]], [[290122, 418198], [-1307, 5224]], [[292370, 426715], [-184, -1985], [143, -700]], [[292329, 424030], [-474, -3179], [-254, -504]], [[291601, 420347], [-383, 1322], [6, 932]], [[242939, 421232], [-1108, 36]], [[241831, 421268], [-6, 813]], [[241825, 422081], [-2, 4670]], [[274481, 422992], [82, -1388], [-230, -2519]], [[274333, 419085], [-58, -527]], [[274275, 418558], [-502, 43]], [[273773, 418601], [49, 4903], [-212, 34]], [[241825, 422081], [-931, -55]], [[240894, 422026], [21, 2915], [-105, 1664]], [[240894, 422026], [-478, -14]], [[240416, 422012], [1, 803], [-1426, -54]], [[238991, 422761], [-20, 3675]], [[233878, 426401], [60, -5898]], [[233938, 420503], [-1042, 58]], [[232896, 420561], [-163, 921], [-269, 3901]], [[238991, 422761], [0, -2171]], [[238991, 420590], [-1104, -44]], [[237887, 420546], [-30, 5838]], [[235466, 426268], [95, -3437]], [[235561, 422831], [-21, -4851]], [[235540, 417980], [-1218, 74]], [[234322, 418054], [-79, 2428], [-305, 21]], [[190260, 412140], [-1085, 14]], [[189175, 412154], [-1095, -4]], [[188080, 412150], [-519, 2499], [-397, -2608], [-336, -472], [101, 2059], [-351, 2219]], [[237887, 420546], [-2, -2440]], [[237885, 418106], [-1261, 68]], [[236624, 418174], [7, 4610]], [[236631, 422784], [-50, 3494]], [[270147, 424126], [-32, -4044]], [[270115, 420082], [-784, 126], [-762, 580]], [[268569, 420788], [17, 1352]], [[262849, 422199], [1, -796]], [[262850, 421403], [-1157, -62]], [[261693, 421341], [-3, 1350]], [[261690, 422691], [52, 3501]], [[236631, 422784], [-1070, 47]], [[261690, 422691], [-625, -1]], [[259900, 423206], [-1060, -73], [0, -541]], [[258840, 422592], [-370, 1079]], [[257581, 423676], [-3, -4054]], [[257578, 419622], [-1105, 9]], [[256473, 419631], [1, 2822]], [[256474, 422453], [-4, 2035]], [[232896, 420561], [7, -55]], [[232903, 420506], [-1276, -7]], [[231627, 420499], [-157, 10]], [[231470, 420509], [-1, 4862]], [[286956, 421509], [-435, -1129], [-728, -1101]], [[266426, 425016], [-87, -5114]], [[266339, 419902], [-1291, 820]], [[265048, 420722], [34, 3903]], [[210856, 423755], [-18, -8096], [-651, -3]], [[210187, 415656], [-1239, -9]], [[230364, 425368], [0, -4857]], [[230364, 420511], [0, -4861]], [[230364, 415650], [-953, 8]], [[229411, 415658], [-308, 1]], [[229103, 415659], [2, 6484]], [[231470, 420509], [-1106, 2]], [[267401, 418295], [-101, -658]], [[267300, 417637], [-828, 69]], [[266472, 417706], [25, 2123], [-158, 73]], [[267182, 423897], [1, -3714], [212, -4], [6, -1884]], [[255264, 424515], [-14, -6129]], [[255250, 418386], [-5, -4933]], [[255245, 413453], [-1127, -59]], [[254118, 413394], [14, 9676]], [[204761, 420480], [44, -3995], [-107, -2111]], [[204698, 414374], [-40, -1499]], [[204658, 412875], [-515, -982], [-138, -1866]], [[204005, 410027], [-269, -196], [-186, 2235], [-440, 1922], [-526, 245]], [[202584, 414233], [-535, -3]], [[265048, 420722], [-23, -1666]], [[265025, 419056], [-1141, 243]], [[263884, 419299], [-6, 2928]], [[276575, 417992], [2, -1690], [-338, -982]], [[276239, 415320], [-807, 669], [-645, -1057]], [[274787, 414932], [1, 1006]], [[274788, 415938], [-1, 2667]], [[274787, 418605], [3, 4453]], [[256474, 422453], [-391, -1026], [-571, -2640], [86, -782]], [[255598, 418005], [-348, 381]], [[292681, 417933], [-2, 100]], [[292679, 418033], [-411, -199], [-60, 940], [-392, 65], [-407, -1734]], [[291409, 417105], [-97, 1099]], [[291312, 418204], [289, 2143]], [[292329, 424030], [617, -741], [71, -1974], [-164, -3756], [-172, 374]], [[271712, 419752], [-260, -1288]], [[271452, 418464], [-1312, 274]], [[270140, 418738], [-25, 1344]], [[290122, 418198], [-263, -1712]], [[289859, 416486], [-319, 873], [49, -1506], [-196, -651]], [[289393, 415202], [-235, 1650]], [[289158, 416852], [-265, 413], [-399, 2752], [-272, 117]], [[160617, 423926], [82, -1783], [339, -681], [-59, -1870], [-213, -1153]], [[160766, 418439], [-393, -947], [-168, -2179], [-364, -1740], [-738, -94], [-15, -1615]], [[159088, 411864], [-2483, 10]], [[156605, 411874], [10, 3351]], [[164380, 410189], [-1412, -44], [-74, -533], [-535, 1856], [-381, -2584]], [[161978, 408884], [-186, -741]], [[161792, 408143], [-928, 5114], [-31, 2656], [120, 1726], [-187, 800]], [[268569, 420788], [-30, -2813]], [[268539, 417975], [-1138, 320]], [[214795, 422133], [0, -6444]], [[214795, 415689], [6, -7987]], [[214801, 407702], [-2099, -116]], [[212702, 407586], [-2, 8093], [66, 8115]], [[212702, 407586], [-979, -41]], [[211723, 407545], [-1541, 11]], [[210182, 407556], [3, 3232]], [[210185, 410788], [2, 4868]], [[249478, 421591], [4, -3680]], [[249482, 417911], [-1008, 385], [-87, -647]], [[248387, 417649], [-390, -864], [-421, -125], [-193, 1284]], [[247383, 417944], [433, 1112]], [[273773, 418601], [-955, 197]], [[272818, 418798], [-313, 822]], [[258840, 422592], [0, -2942]], [[258840, 419650], [1, -653]], [[258841, 418997], [-1263, -39]], [[257578, 418958], [0, 664]], [[291312, 418204], [-380, 170]], [[259900, 422676], [0, -2968]], [[259900, 419708], [-1060, -58]], [[274787, 418605], [-454, 480]], [[254118, 413394], [-1462, -13]], [[252656, 413381], [8, 7493]], [[240416, 422012], [-1, -5688]], [[240415, 416324], [-1409, -76]], [[239006, 416248], [-15, 4342]], [[236624, 418174], [-6, -1893]], [[236618, 416281], [-1077, 81]], [[235541, 416362], [-1, 1618]], [[260691, 422697], [7, -5629]], [[260698, 417068], [-1, -2446]], [[260697, 414622], [-797, -40]], [[259900, 414582], [0, 5126]], [[261693, 421341], [13, -4278]], [[261706, 417063], [-1008, 5]], [[256473, 419631], [4, -4874]], [[256477, 414757], [-917, -11]], [[255560, 414746], [38, 3259]], [[263884, 419299], [17, -5164]], [[263901, 414135], [-164, -21]], [[263737, 414114], [-912, -29]], [[262825, 414085], [5, 1641]], [[262830, 415726], [20, 5677]], [[225321, 422154], [-1, -6473]], [[225320, 415681], [-642, -7]], [[224678, 415674], [-618, 2]], [[224060, 415676], [-1, 6479]], [[224060, 415676], [-949, -1]], [[223111, 415675], [-312, -4]], [[222799, 415671], [-1, 6489]], [[226583, 422158], [-2, -6488]], [[226581, 415670], [-307, 0]], [[226274, 415670], [-954, 11]], [[216825, 422158], [-7, -6476]], [[216818, 415682], [-238, -3]], [[216580, 415679], [-1785, 10]], [[221541, 422168], [6, -6503]], [[221547, 415665], [-1532, -5]], [[220015, 415660], [-43, 2]], [[219972, 415662], [-12, 6486]], [[227843, 422155], [-2, -6487]], [[227841, 415668], [-1260, 2]], [[229103, 415659], [-1262, 9]], [[219972, 415662], [-1519, 9]], [[218453, 415671], [-56, 3]], [[218397, 415674], [1, 6464]], [[218397, 415674], [-1579, 8]], [[222799, 415671], [-1245, -6]], [[221554, 415665], [-7, 0]], [[241831, 421268], [7, -4945]], [[241838, 416323], [-1399, 2]], [[240439, 416325], [-24, -1]], [[284989, 419873], [-135, -1158], [-365, -437], [-280, -1345]], [[284209, 416933], [-135, -748], [-607, -656], [-188, -939]], [[283279, 414590], [-400, 4737]], [[250744, 420882], [11, -4342]], [[250755, 416540], [4, -2437], [-209, -17]], [[250550, 414086], [-738, 301], [-265, 799]], [[249547, 415186], [-65, 2725]], [[281430, 418706], [-459, -6339], [-226, -1900]], [[280745, 410467], [-1192, 6]], [[279553, 410473], [143, 1890], [-17, 4331], [292, 3460]], [[287729, 418188], [-193, -522], [-134, -4476], [-402, -2750]], [[287000, 410440], [-272, 4]], [[286728, 410444], [-19, 0]], [[286709, 410444], [-635, 4132], [-197, 2069], [-508, 1252]], [[262830, 415726], [-1089, -10]], [[261741, 415716], [-35, 1347]], [[242937, 420420], [-5, -5731]], [[242932, 414689], [-936, 53]], [[241996, 414742], [-158, 1581]], [[283279, 414590], [33, -4171]], [[283312, 410419], [-28, 0]], [[283284, 410419], [-1756, 39]], [[281528, 410458], [270, 1944], [385, 4375]], [[279553, 410473], [-342, -2]], [[279211, 410471], [-1285, -23]], [[277926, 410448], [-70, 2461], [345, 3475]], [[252342, 420873], [-474, -4214]], [[251868, 416659], [-1113, -119]], [[247383, 417944], [-442, -2539]], [[246941, 415405], [-262, -106], [-246, 2264], [-607, 13]], [[245826, 417576], [5, 1651]], [[252656, 413381], [-31, -1626]], [[252625, 411755], [-759, 5]], [[251866, 411760], [2, 4899]], [[270140, 418738], [-33, -4034], [-98, -688]], [[270009, 414016], [-637, 319]], [[269372, 414335], [-891, 172]], [[268481, 414507], [58, 3468]], [[266472, 417706], [-35, -1885]], [[266437, 415821], [-1449, 559]], [[264988, 416380], [37, 2676]], [[239006, 416248], [0, -1219]], [[239006, 415029], [-1115, -150]], [[237891, 414879], [-6, 3227]], [[206434, 415636], [-263, -1609]], [[206171, 414027], [-698, -18]], [[205473, 414009], [-2, 412], [-773, -47]], [[231627, 420499], [-1, -4856]], [[231626, 415643], [-637, 4]], [[230989, 415647], [-625, 3]], [[232903, 420506], [433, -2548], [-67, -1276], [313, -1051]], [[233582, 415631], [-87, 0]], [[233495, 415631], [-1249, 8]], [[232246, 415639], [-620, 4]], [[234322, 418054], [138, -4323]], [[234460, 413731], [-255, -671], [-623, 2571]], [[244178, 419364], [30, -3037], [165, -1715]], [[244373, 414612], [-1128, 56]], [[243245, 414668], [-313, 21]], [[289158, 416852], [-454, -2262], [-196, -1986]], [[288508, 412604], [-541, -2144]], [[287967, 410460], [-967, -20]], [[286709, 410444], [-918, -3]], [[285791, 410441], [-606, -7]], [[285185, 410434], [-592, -13]], [[284593, 410421], [124, 2546], [-179, 2926], [-329, 1040]], [[200905, 417336], [-779, -15], [-5, -3273], [-315, 52], [0, -1664], [-1412, -62], [0, -2430], [-1717, -16], [1, -809], [-1384, 192]], [[272795, 414723], [-423, -10], [-218, -1045], [-319, 59], [-5, -1092], [-317, 67]], [[271513, 412702], [-96, 1662], [35, 4100]], [[272818, 418798], [-23, -4075]], [[259900, 414582], [-209, -308]], [[259691, 414274], [-843, -20]], [[258848, 414254], [-7, 4743]], [[257578, 418958], [2, -4763]], [[257580, 414195], [0, -1081]], [[257580, 413114], [-876, 36]], [[256704, 413150], [-229, 10], [2, 1597]], [[245826, 417576], [-7, -4829]], [[245819, 412747], [1, -1636], [-1253, 29]], [[244567, 411140], [-193, 1581], [-1, 1891]], [[264988, 416380], [-41, -2986]], [[264947, 413394], [-298, 808], [-748, -67]], [[274788, 415938], [-600, 318]], [[274188, 416256], [87, 2302]], [[291409, 417105], [453, -5673], [-67, -3974]], [[291795, 407458], [-8, -68]], [[291787, 407390], [-674, 1374], [-215, 1839]], [[290898, 410603], [-464, 1137], [-81, 1797], [-341, 1921]], [[290012, 415458], [-13, 49]], [[289999, 415507], [237, 1028]], [[258848, 414254], [-240, -36]], [[258608, 414218], [-1028, -23]], [[274188, 416256], [-53, -2245], [-194, -1195]], [[273941, 412816], [-1155, 355]], [[272786, 413171], [9, 1552]], [[292681, 417933], [179, -418], [-159, -5398], [-46, 2228], [-255, -3465], [103, -763], [-505, -2576], [-203, -83]], [[271513, 412702], [-9, -1621]], [[271504, 411081], [-1056, 287]], [[270448, 411368], [-261, 927], [22, 1648], [-200, 73]], [[281528, 410458], [-678, 3]], [[280850, 410461], [-105, 6]], [[249547, 415186], [-334, -14], [-11, -1088], [-814, -276]], [[248388, 413808], [-1, 3841]], [[161792, 408143], [-203, -1301], [-432, -149], [-282, -3313], [-609, -861]], [[160266, 402519], [-794, 177]], [[159472, 402696], [52, 1463]], [[159524, 404159], [106, 2863], [-398, -48], [-7, 2486], [153, 591], [-290, 1813]], [[255560, 414746], [183, -1655], [-78, -4758]], [[255665, 408333], [-417, -12]], [[255248, 408321], [-3, 5132]], [[277926, 410448], [-234, -9]], [[277692, 410439], [-800, -6]], [[276892, 410433], [-426, 0]], [[276466, 410433], [-22, 3775], [-205, 1112]], [[268481, 414507], [-116, -2692]], [[268365, 411815], [-1169, 326]], [[267196, 412141], [-43, 3579], [147, 1917]], [[289999, 415507], [-235, -1943], [-206, -350]], [[289558, 413214], [-165, 1988]], [[237891, 414879], [8, -3256]], [[237899, 411623], [-1244, 79]], [[236655, 411702], [-37, 4579]], [[235541, 416362], [8, -4089]], [[235549, 412273], [-763, 19]], [[234786, 412292], [-326, 1439]], [[181375, 413882], [-2, -6764]], [[181373, 407118], [-6, -16110]], [[181367, 391008], [-2649, 0]], [[178718, 391008], [-2525, 9020]], [[248388, 413808], [0, -544]], [[248388, 413264], [-1641, 72]], [[246747, 413336], [194, 2069]], [[267196, 412141], [-24, -2179]], [[267172, 409962], [-1117, 398]], [[266055, 410360], [17, 1046]], [[266072, 411406], [162, -81], [203, 4496]], [[246747, 413336], [32, -697]], [[246779, 412639], [-960, 108]], [[200920, 414122], [-228, 4], [1, -10296]], [[200693, 403830], [-885, 2]], [[199808, 403832], [-4513, 9]], [[195295, 403841], [-1, 2439]], [[261741, 415716], [-55, -4023]], [[261686, 411693], [-223, -17]], [[261463, 411676], [-823, -18]], [[260640, 411658], [57, 2964]], [[284593, 410421], [-604, -5]], [[283989, 410416], [-677, 3]], [[289558, 413214], [-576, -1173]], [[288982, 412041], [-434, 587]], [[288548, 412628], [-38, -23]], [[288510, 412605], [-2, -1]], [[251866, 411760], [-181, -2587]], [[251685, 409173], [-599, 19]], [[251086, 409192], [-316, 21], [-7, 2708], [-211, 269]], [[250552, 412190], [-2, 1896]], [[206688, 415637], [-41, -6]], [[206647, 415631], [-213, -1605]], [[206434, 414026], [-263, 1]], [[241996, 414742], [-30, -6459]], [[241966, 408283], [-4, 0]], [[241962, 408283], [-1090, 94]], [[240872, 408377], [8, 1624], [-470, 45]], [[240410, 410046], [29, 6279]], [[266072, 411406], [-502, 924], [-631, 517]], [[264939, 412847], [8, 547]], [[240410, 410046], [-1140, 66]], [[239270, 410112], [-272, 4], [8, 4913]], [[236655, 411702], [-1, -802]], [[236654, 410900], [-1104, 25]], [[235550, 410925], [-1, 1348]], [[274786, 410447], [-874, -18]], [[273912, 410429], [29, 2387]], [[274787, 414932], [-1, -4485]], [[276466, 410433], [-1406, 8]], [[275060, 410441], [-274, 6]], [[188080, 412150], [154, -1357], [-372, -847], [15, -4365], [-94, -1439], [-489, -27], [-259, -1246]], [[187035, 402869], [-502, 281], [-66, 4178], [-5094, -210]], [[262825, 414085], [-5, -3544]], [[262820, 410541], [-613, -224]], [[262207, 410317], [-419, 17], [-102, 1359]], [[216580, 415679], [-8, -8083]], [[216572, 407596], [-1771, -4]], [[214801, 407592], [0, 110]], [[218453, 415671], [-6, -8082]], [[218447, 407589], [-1806, 7]], [[216641, 407596], [-69, 0]], [[156605, 411874], [135, -4012]], [[156740, 407862], [1, -964], [-483, -512], [-38, -1771], [225, -3191], [-238, -1152], [-36, -1898], [296, -1405], [109, -1803], [362, -938]], [[156938, 394228], [-728, 41], [-164, -808], [-645, -63], [-455, -694]], [[154946, 392704], [-541, 2801], [109, 2093], [-386, 5926], [150, 3428], [-35, 2228], [-194, 3368], [-468, 3106]], [[226274, 415670], [1, -6485]], [[226275, 409185], [-1, -1617]], [[226274, 407568], [-1548, 10]], [[224726, 407578], [-50, 3]], [[224676, 407581], [2, 8093]], [[224676, 407581], [-1502, 8]], [[223174, 407589], [-61, 1]], [[223113, 407590], [-2, 8085]], [[227841, 415668], [2, -6478]], [[227843, 409190], [-1568, -5]], [[229411, 415658], [-2, -8099]], [[229409, 407559], [-425, -1]], [[228984, 407558], [-1141, 12]], [[227843, 407570], [0, 1620]], [[220015, 415660], [-6, -8093]], [[220009, 407567], [-1504, 22]], [[218505, 407589], [-58, 0]], [[170987, 398754], [-249, -368]], [[170738, 398386], [-2476, 18]], [[168262, 398404], [-1, 696], [-1014, 5147], [112, 6217], [-310, -1673]], [[221554, 415665], [-6, -8087]], [[221548, 407578], [-1487, -3]], [[220061, 407575], [-52, -8]], [[223113, 407590], [-1493, -14]], [[221620, 407576], [-72, 2]], [[230989, 415647], [1, -8092]], [[230990, 407555], [-955, 2]], [[230035, 407557], [-626, 2]], [[210185, 410788], [-3283, 6]], [[206902, 410794], [415, 545], [-67, 968], [390, 99], [54, 1354], [-365, -16], [-165, -1868], [-731, -135]], [[206433, 411741], [1, 2285]], [[233495, 415631], [0, -6461]], [[233495, 409170], [-625, 0]], [[232870, 409170], [-626, 1]], [[232244, 409171], [2, 6468]], [[232244, 409171], [-1, -1611], [-687, -7]], [[231556, 407553], [-566, 2]], [[234786, 412292], [-21, -1748], [-200, 350], [-276, -2271]], [[234289, 408623], [-168, 539], [-626, 8]], [[290898, 410603], [-392, -2264]], [[290506, 408339], [-409, 2275], [-302, 2865]], [[289795, 413479], [217, 1979]], [[250552, 412190], [-498, -1355], [-387, -1885], [5, -2169]], [[249672, 406781], [-468, -23]], [[249204, 406758], [-627, -24]], [[248577, 406734], [-163, 3649], [-26, 2881]], [[239270, 410112], [-32, -1637]], [[239238, 408475], [-1337, -78]], [[237901, 408397], [-2, 3226]], [[243245, 414668], [-19, -5394]], [[243226, 409274], [-941, 82], [-5, -1096], [-314, 23]], [[256704, 413150], [-11, -4877]], [[256693, 408273], [-517, 45]], [[256176, 408318], [-511, 15]], [[272786, 413171], [-213, 31], [-15, -3018], [100, -1891]], [[272658, 408293], [-850, -351]], [[271808, 407942], [-304, 3139]], [[244567, 411140], [169, -1392]], [[244736, 409748], [-1143, 47], [1, -537]], [[243594, 409258], [-368, 16]], [[260640, 411658], [-101, -1640]], [[260539, 410018], [-888, -25]], [[259651, 409993], [40, 4281]], [[269372, 414335], [-25, -1734], [207, -77], [64, -3317]], [[269618, 409207], [-318, 124], [-21, -1094], [-338, 108], [-318, -1009]], [[268623, 407336], [-310, 141], [52, 4338]], [[205473, 414009], [-1, -3086]], [[205472, 410923], [-407, 495], [-407, 1457]], [[270448, 411368], [146, -862], [-65, -3237]], [[270529, 407269], [-311, 107]], [[270218, 407376], [-615, 748], [15, 1083]], [[259651, 409993], [-1, -1094]], [[259650, 408899], [-829, -88]], [[258821, 408811], [-213, -27]], [[258608, 408784], [0, 5434]], [[202584, 414233], [137, -2936], [562, -2151], [-209, -2932], [145, -2133]], [[203219, 404081], [-612, -329]], [[202607, 403752], [-1914, 78]], [[204005, 410027], [367, -1170], [-102, -1326]], [[204270, 407531], [-525, -3718], [-328, 267]], [[203417, 404080], [-198, 1]], [[258608, 408784], [-389, -585], [-532, 8]], [[257687, 408207], [-86, 542], [-21, 4365]], [[264939, 412847], [-109, -226], [-59, -4847]], [[264771, 407774], [-700, 215]], [[264071, 407989], [-317, 28]], [[263754, 408017], [-17, 6097]], [[263754, 408017], [1, -413], [-936, -24]], [[262819, 407580], [1, 2961]], [[206433, 411741], [-1, -3287]], [[206432, 408454], [13, -903]], [[206445, 407551], [-516, -5958], [-264, -2164]], [[205665, 399429], [-5, 0]], [[205660, 399429], [-187, -2], [-3, 8127]], [[205470, 407554], [2, 3369]], [[206902, 410794], [-80, -2161], [-167, 812], [-223, -991]], [[290506, 408339], [-301, -1740]], [[290205, 406599], [-214, 1002]], [[289991, 407601], [-385, 1831], [-352, 446], [-281, 1743]], [[288973, 411621], [822, 1858]], [[255248, 408321], [1, -2424]], [[255249, 405897], [-1194, 77]], [[254055, 405974], [-17, 3810]], [[254038, 409784], [80, 3610]], [[254038, 409784], [-270, -622], [-1139, -17]], [[252629, 409145], [-4, 2610]], [[248577, 406734], [-633, -33]], [[247944, 406701], [-412, -2]], [[247532, 406699], [2, 2166], [-201, 554], [5, 1620], [-635, 683]], [[246703, 411722], [76, 917]], [[273912, 410429], [-309, -2118]], [[273603, 408311], [-264, -1244]], [[273339, 407067], [6, 599], [-687, 627]], [[257687, 408207], [-84, -2441]], [[257603, 405766], [-705, 61]], [[256898, 405827], [-209, 8], [4, 2438]], [[205470, 407554], [-1200, -23]], [[266055, 410360], [-47, -3101]], [[266008, 407259], [-855, 352]], [[265153, 407611], [-382, 163]], [[246703, 411722], [-132, -1725], [183, -3269]], [[246754, 406728], [-92, -2345]], [[246662, 404383], [-900, 73]], [[245762, 404456], [-253, 771], [-419, 2924]], [[245090, 408151], [-354, 1597]], [[288982, 412041], [-534, -3560], [147, -1015], [-73, -1880], [204, -1804]], [[288726, 403782], [-376, -1333], [-304, 88]], [[288046, 402537], [-18, 1506]], [[288028, 404043], [-61, 6417]], [[288510, 412605], [38, 23]], [[251086, 409192], [2, -5734], [-320, 52]], [[250768, 403510], [-1088, 3], [-8, 3268]], [[235550, 410925], [3, -4037]], [[235553, 406888], [-1398, 56]], [[234155, 406944], [134, 1679]], [[192584, 405745], [-2935, 12], [-153, 2687], [-321, 1686]], [[189175, 410130], [0, 2024]], [[189175, 410130], [1, -4419], [-152, 2], [6, -8099]], [[189030, 397614], [-1545, 14], [-447, 229]], [[187038, 397857], [-3, 5012]], [[268623, 407336], [-26, -1603]], [[268597, 405733], [-717, 218], [40, 496], [-788, 178]], [[267132, 406625], [40, 3337]], [[159524, 404159], [-693, 578], [2, -532], [-1674, -52]], [[157159, 404153], [9, 3692], [-428, 17]], [[252629, 409145], [5, -3808]], [[252634, 405337], [-318, 9], [-371, 2452], [-255, 17], [-5, 1358]], [[262207, 410317], [-5, -3506]], [[262202, 406811], [-729, -13]], [[261473, 406798], [-10, 4878]], [[261473, 406798], [1, -1345]], [[261474, 405453], [-925, -9]], [[260549, 405444], [-10, 4574]], [[247532, 406699], [-778, 29]], [[237901, 408397], [-2, -1616]], [[237899, 406781], [-1252, 49]], [[236647, 406830], [7, 4070]], [[289991, 407601], [-61, -2065], [-434, 1889], [-494, -3193]], [[289002, 404232], [-350, 2027]], [[288652, 406259], [12, 7]], [[288664, 406266], [-51, 2043]], [[288613, 408309], [-8, 430]], [[288605, 408739], [368, 2882]], [[164781, 405356], [-1401, -15], [-152, 1283], [-273, 170], [-234, -1182], [-772, -1245]], [[161949, 404367], [29, 4517]], [[271808, 407942], [-352, -103], [16, -1874], [-379, -569]], [[271093, 405396], [-587, 184], [23, 1689]], [[236647, 406830], [-6, -1351]], [[236641, 405479], [-1087, 27]], [[235554, 405506], [-1, 1382]], [[210182, 407556], [-20, 1]], [[210162, 407557], [-2635, -8]], [[207527, 407549], [-1082, 2]], [[168262, 398404], [-491, -22], [-237, -2422], [1, -1714], [313, 16], [-13, -8145], [-697, 1]], [[167138, 386118], [-482, 2257]], [[166656, 388375], [-55, 3726], [-157, -50], [-42, 4120], [307, 671], [-2, 1728], [-666, 42]], [[166041, 398612], [-32, 2039], [-419, 1034]], [[165590, 401685], [652, 1617], [543, 5284]], [[291787, 407390], [22, -3591], [-686, -1401]], [[291123, 402398], [-572, 644]], [[290551, 403042], [14, 1877], [-360, 1680]], [[262819, 407580], [-2, -848]], [[262817, 406732], [-615, 79]], [[283284, 410419], [-281, -1862], [-298, -5500]], [[282705, 403057], [-115, -74]], [[282590, 402983], [-298, 3217]], [[282292, 406200], [-167, 1078], [132, 1025], [-513, 247]], [[281744, 408550], [-440, 1436], [-237, -1383], [-192, 274]], [[280875, 408877], [-25, 1584]], [[280875, 408877], [-278, -307], [-96, -1937]], [[280501, 406633], [-526, 345]], [[279975, 406978], [-386, 1376], [-475, -3170], [-283, 767]], [[278831, 405951], [380, 4520]], [[278831, 405951], [-568, -2831]], [[278263, 403120], [-600, -2270]], [[277663, 400850], [29, 9589]], [[288028, 404043], [-186, -68]], [[287842, 403975], [-578, 293], [198, 3147], [-296, -282]], [[287166, 407133], [-438, 3311]], [[276892, 410433], [-365, -5307]], [[276527, 405126], [-123, 314]], [[276404, 405440], [-598, 2940], [-675, 502]], [[275131, 408882], [-71, 1559]], [[277663, 400850], [0, -206]], [[277663, 400644], [-557, 1424], [-342, -761]], [[276764, 401307], [-239, 1285]], [[276525, 402592], [2, 2534]], [[287166, 407133], [-74, -2015], [-419, -1267], [83, 1880], [-379, -1384]], [[286377, 404347], [-194, 1934], [-292, 888], [-100, 3272]], [[275131, 408882], [-285, -1378], [11, -1745]], [[274857, 405759], [-140, -755]], [[274717, 405004], [-207, 396]], [[274510, 405400], [-283, 562], [-368, 2261], [-256, 88]], [[286377, 404347], [69, -1031], [-251, -2457], [-293, 640]], [[285902, 401499], [0, 2434], [-506, 6], [2, -1756], [256, -748]], [[285654, 401435], [-221, -442]], [[285433, 400993], [-513, 2542]], [[284920, 403535], [-27, 1753], [292, 5146]], [[284920, 403535], [-797, 69]], [[284123, 403604], [171, 2561], [-558, 2378], [253, 1873]], [[284123, 403604], [-2, -8]], [[284121, 403596], [-805, -2420]], [[283316, 401176], [-301, 1526], [-310, 355]], [[267132, 406625], [-296, -2585]], [[266836, 404040], [-607, 26]], [[266229, 404066], [40, 3087], [-261, 106]], [[192583, 405610], [37, -825], [-294, -4891], [-129, -5401], [227, -2018], [156, -4770]], [[192580, 387705], [-3568, 0], [0, 191]], [[189012, 387896], [18, 9718]], [[240872, 408377], [-43, -5375]], [[240829, 403002], [-232, 408], [-163, -2184]], [[240434, 401226], [-711, 2931]], [[239723, 404157], [-347, 980], [-138, 3338]], [[260549, 405444], [-153, -1912]], [[260396, 403532], [-746, -50]], [[259650, 403482], [0, 5417]], [[281744, 408550], [-325, -479], [-251, -3773]], [[281168, 404298], [-330, 1391]], [[280838, 405689], [-337, 944]], [[245090, 408151], [-786, -2744], [61, -2460]], [[244365, 402947], [-779, 381]], [[243586, 403328], [8, 5930]], [[254055, 405974], [-144, -1904]], [[253911, 404070], [-1278, -83]], [[252633, 403987], [1, 1350]], [[243586, 403328], [-1650, 162]], [[241936, 403490], [26, 4793]], [[270218, 407376], [-23, -1681], [-315, 124], [-26, -1652]], [[269854, 404167], [-626, 216], [-9, -491], [-644, -24]], [[268575, 403868], [22, 1865]], [[227843, 407570], [-4, -4859]], [[227839, 402711], [-1559, 8]], [[226280, 402719], [-6, 4849]], [[232870, 409170], [-17, -4355]], [[232853, 404815], [-53, -3774]], [[232800, 401041], [-1244, 5]], [[231556, 401046], [0, 6507]], [[234155, 406944], [373, -2132]], [[234528, 404812], [-590, 6]], [[233938, 404818], [-1085, -3]], [[252633, 403987], [0, -2970]], [[252633, 401017], [-933, 24]], [[251700, 401041], [-932, 31]], [[250768, 401072], [0, 2438]], [[279975, 406978], [-539, -3798], [-360, -1739]], [[279076, 401441], [-431, 1393], [-382, 286]], [[273339, 407067], [-230, -1522]], [[273109, 405545], [-695, -2161]], [[272414, 403384], [-195, 1249], [-314, -1223], [-55, -1445], [-293, 114], [-131, -1044]], [[271426, 401035], [10, 997], [-367, 905], [24, 2459]], [[276404, 405440], [-240, -950], [-479, -156]], [[275685, 404334], [-828, 1425]], [[259650, 403482], [-372, -61]], [[259278, 403421], [-462, -45]], [[258816, 403376], [5, 5435]], [[161949, 404367], [-299, -280], [-426, -2782], [0, -3647]], [[161224, 397658], [-376, -706]], [[160848, 396952], [-363, -449], [-90, -981], [-129, 6997]], [[258816, 403376], [-362, -36]], [[258454, 403340], [-695, 149]], [[257759, 403489], [-4, 2280], [-152, -3]], [[282292, 406200], [-394, -2354], [-185, -1907]], [[281713, 401939], [-545, 2359]], [[239723, 404157], [-203, 523], [-147, -1561], [-300, -406], [-194, -1441], [-195, 1193]], [[238684, 402465], [-29, -1189], [-453, 360], [-301, -768]], [[237901, 400868], [-2, 5913]], [[241936, 403490], [-12, -1887]], [[241924, 401603], [-322, 44]], [[241602, 401647], [-773, 1355]], [[256176, 408318], [-109, -1613], [-6, -4868]], [[256061, 401837], [-1014, 8]], [[255047, 401845], [202, 1649], [0, 2403]], [[256898, 405827], [-7, -2443], [-310, 8], [-2, -3248]], [[256579, 400144], [-520, 69]], [[256059, 400213], [2, 1624]], [[274510, 405400], [-752, -2906]], [[273758, 402494], [-136, 1719], [-196, -664]], [[273426, 403549], [-49, 2100], [-268, -104]], [[246361, 401187], [-1284, 58], [-7, -1638], [-209, 11]], [[244861, 399618], [-414, 50]], [[244447, 399668], [-82, 3279]], [[245762, 404456], [468, -1904], [131, -1365]], [[264071, 407989], [93, -711], [-59, -4822]], [[264105, 402456], [-1299, 240]], [[262806, 402696], [11, 4036]], [[265153, 407611], [-83, -5848]], [[265070, 401763], [-704, 292]], [[264366, 402055], [-261, 401]], [[157159, 404153], [-103, -1293], [316, -1811], [516, -796], [-42, -2231], [424, -2417]], [[158270, 395605], [-153, -1117]], [[158117, 394488], [-193, -2961], [-454, -702]], [[157470, 390825], [-532, 3403]], [[214801, 407592], [7, -8099]], [[214808, 399493], [2, -1604]], [[214810, 397889], [-3111, -174]], [[211699, 397715], [24, 9830]], [[289029, 404122], [-16, 45]], [[289013, 404167], [-11, 65]], [[290551, 403042], [-150, -2724]], [[290401, 400318], [-533, 654], [-508, 1437], [-331, 1713]], [[223174, 407589], [-9, -8099]], [[223165, 399490], [-1516, -10]], [[221649, 399480], [-38, 0]], [[221611, 399480], [9, 8096]], [[265463, 401619], [-346, 126]], [[265117, 401745], [-47, 18]], [[266229, 404066], [-541, -2162], [-225, -285]], [[216641, 407596], [-7, -8066]], [[216634, 399530], [-241, -6]], [[216393, 399524], [-1585, -31]], [[218505, 407589], [-3, -8092]], [[218502, 399497], [-253, 0]], [[218249, 399497], [-1615, 33]], [[224726, 407578], [-8, -6473]], [[224718, 401105], [0, -1621]], [[224718, 399484], [-1525, 8]], [[223193, 399492], [-28, -2]], [[220061, 407575], [-7, -8104]], [[220054, 399471], [-1552, 26]], [[228984, 407558], [-8, -6447]], [[228976, 401111], [-4, -1634]], [[228972, 399477], [-1137, -7]], [[227835, 399470], [4, 3241]], [[226280, 402719], [-2, -1625]], [[226278, 401094], [-1560, 11]], [[221611, 399480], [-1512, -5]], [[220099, 399475], [-45, -4]], [[230035, 407557], [-404, -3028], [468, -4114], [473, -185]], [[230572, 400230], [-5, -2410], [-307, 8]], [[230260, 397828], [0, 542], [-975, 290], [5, 2433], [-314, 18]], [[207527, 407549], [-7, -8122]], [[207520, 399427], [-1032, 5]], [[206488, 399432], [-823, -3]], [[210162, 407557], [-14, -13021], [-936, 36]], [[209212, 394572], [12, 4830], [-1704, 25]], [[231556, 401046], [-18, -1625]], [[231538, 399421], [-118, 1200], [-442, 280], [-406, -671]], [[211699, 397715], [-29, -7916]], [[211670, 389799], [2, -1622], [-925, -165]], [[210747, 388012], [-1530, 111]], [[209217, 388123], [-5, 6449]], [[205660, 399429], [4, -8051]], [[205664, 391378], [-1785, -68]], [[203879, 391310], [176, 2110], [-338, 2531], [-236, -28], [-218, 2136]], [[203263, 398059], [20, 4732], [134, 1289]], [[271426, 401035], [-87, -662]], [[271339, 400373], [-1426, 435]], [[269913, 400808], [-59, 3359]], [[187038, 397857], [-586, -3353], [17, -2559], [-254, -958], [-384, 92], [-188, -2026]], [[185643, 389053], [-4276, 11]], [[181367, 389064], [0, 1944]], [[280838, 405689], [20, -2091], [-220, -1799], [43, -1667], [-291, -1467]], [[280390, 398665], [-1091, 2059], [-223, 717]], [[235554, 405506], [-2, -5520]], [[235552, 399986], [-482, 732]], [[235070, 400718], [-348, 1876], [57, 1415], [-251, 803]], [[262806, 402696], [-686, 37]], [[262120, 402733], [-425, 22], [-218, -746]], [[261477, 402009], [-3, 3444]], [[237901, 400868], [-183, 147], [-782, -1329]], [[236936, 399686], [-300, 1183]], [[236636, 400869], [5, 4610]], [[250768, 401072], [-307, -8], [0, -3525]], [[250461, 397539], [-935, 2], [-151, -542]], [[249375, 396999], [-164, -3]], [[249211, 396996], [-7, 9762]], [[249211, 396996], [-1245, 20]], [[247966, 397016], [-6, 4876]], [[247960, 401892], [-16, 4809]], [[164769, 402898], [-1779, -16], [-231, -508], [-692, -3277], [-169, -1785], [-674, 346]], [[247960, 401892], [-463, -687], [1, -945], [-743, 197], [-64, -1253]], [[246691, 399204], [-29, 5179]], [[268575, 403868], [-39, -2983]], [[268536, 400885], [-64, -729]], [[268472, 400156], [-1582, 537]], [[266890, 400693], [-54, 3347]], [[282590, 402983], [-306, -3506]], [[282284, 399477], [-571, 2462]], [[195295, 403841], [-25, -16136]], [[195270, 387705], [-2690, 0]], [[255047, 401845], [-69, -1900]], [[254978, 399945], [-895, 326]], [[254083, 400271], [-160, -18]], [[253923, 400253], [-12, 3817]], [[273426, 403549], [-646, -1538]], [[272780, 402011], [-366, 1373]], [[257759, 403489], [-152, -219], [7, -3170]], [[257614, 400100], [-1035, 44]], [[275685, 404334], [85, -2807]], [[275770, 401527], [-169, -2411]], [[275601, 399116], [-203, -165]], [[275398, 398951], [-825, 1176]], [[274573, 400127], [195, 794], [-216, 1514], [165, 2569]], [[281713, 401939], [-331, -4249]], [[281382, 397690], [-453, -530]], [[280929, 397160], [-54, 1697], [-336, -1326], [-249, 538]], [[280290, 398069], [100, 596]], [[236636, 400869], [-257, 453], [-437, -2067], [-407, -128]], [[235535, 399127], [17, 859]], [[261477, 402009], [-400, -1353]], [[261077, 400656], [-346, -1150], [-342, -59]], [[260389, 399447], [7, 4085]], [[276525, 402592], [-354, -957], [-401, -108]], [[274573, 400127], [-368, -1330]], [[274205, 398797], [-236, 255]], [[273969, 399052], [-281, 3046], [70, 396]], [[233938, 404818], [-18, -6982]], [[233920, 397836], [-872, 234]], [[233048, 398070], [-272, 169], [24, 2802]], [[235070, 400718], [-349, 74], [-25, -3937]], [[234696, 396855], [-411, -173]], [[234285, 396682], [-361, -327], [-4, 1481]], [[159472, 402696], [-103, -2315], [298, -2192], [9, -2579]], [[159676, 395610], [-1406, -5]], [[240434, 401226], [-265, -1911], [27, -1099]], [[240196, 398216], [-322, -2537]], [[239874, 395679], [-1243, 272]], [[238631, 395951], [53, 6514]], [[272780, 402011], [-162, -1543]], [[272618, 400468], [-357, -942], [-433, -2022]], [[271828, 397504], [-465, 1315]], [[271363, 398819], [-24, 1554]], [[246691, 399204], [104, -2426], [318, -370]], [[247113, 396408], [-268, -1767], [-327, 1147]], [[246518, 395788], [-157, 5399]], [[269913, 400808], [-106, 32], [-45, -3310]], [[269762, 397530], [-314, 137]], [[269448, 397667], [30, 1913], [-311, 800], [-631, 505]], [[273969, 399052], [-615, -1858]], [[273354, 397194], [-359, 392]], [[272995, 397586], [-242, 74], [-135, 2808]], [[288046, 402537], [11, -942]], [[288057, 401595], [-639, -5]], [[287418, 401590], [-372, -2533], [-163, 577], [-139, -1617], [-138, 1747], [461, 4160], [775, 51]], [[203263, 398059], [-1079, 33]], [[202184, 398092], [232, 2578], [24, 2143], [167, 939]], [[253923, 400253], [-983, -53]], [[252940, 400200], [-307, 817]], [[266890, 400693], [-89, -2651]], [[266801, 398042], [-801, -648]], [[266000, 397394], [-555, 16], [18, 4209]], [[285902, 401499], [-150, -622]], [[285752, 400877], [-98, 558]], [[285433, 400993], [-397, -2058]], [[285036, 398935], [-134, 518]], [[284902, 399453], [-167, -26], [-614, 4169]], [[199808, 403832], [101, -2046]], [[199909, 401786], [-296, -714]], [[199613, 401072], [-737, -3251], [-270, 662], [-334, -354], [-440, -2814], [-665, -1480], [1, -2999]], [[197168, 390836], [-2, -3131], [-1896, 0]], [[202184, 398092], [-58, -1116]], [[202126, 396976], [-415, 809], [-150, -1174], [-541, 1039], [-198, 1577], [-600, -2], [-313, 2561]], [[289289, 396094], [-480, -882], [-190, -1251], [-469, -135]], [[288150, 393826], [-70, 5854]], [[288080, 399680], [-23, 1915]], [[288726, 403782], [311, -1995], [21, -3695], [231, -1998]], [[258454, 403340], [32, -5425], [144, 8]], [[258630, 397923], [2, -1078]], [[258632, 396845], [-1016, 28]], [[257616, 396873], [-2, 3227]], [[260389, 399447], [-315, -33], [3, -1128]], [[260077, 398286], [-173, -511], [-611, 176]], [[259293, 397951], [-15, 5470]], [[244447, 399668], [-615, 99], [-12, -1654]], [[243820, 398113], [-1328, 97]], [[242492, 398210], [16, 3269], [-584, 124]], [[284902, 399453], [-317, -3074]], [[284585, 396379], [-327, -588]], [[284258, 395791], [-575, 2284]], [[283683, 398075], [-376, 337], [-185, 1327], [194, 1437]], [[259293, 397951], [-663, -28]], [[241246, 396473], [-791, 166], [-259, 1577]], [[241602, 401647], [-356, -5174]], [[279076, 401441], [-306, -3713], [122, -2044], [-246, -2142]], [[278646, 393542], [-601, 2684]], [[278045, 396226], [-22, 130]], [[278023, 396356], [164, 2029], [-157, 242], [174, 1961], [-541, 56]], [[291123, 402398], [69, -689], [-433, -4685], [-217, -1125], [-299, -2], [197, 2821], [-39, 1600]], [[283683, 398075], [-584, -3904]], [[283099, 394171], [-333, 1776]], [[282766, 395947], [-855, 1322]], [[281911, 397269], [373, 2208]], [[164778, 400098], [2, -985]], [[164780, 399113], [3, -842]], [[164783, 398271], [-389, 10], [-272, -829], [-495, 64], [-430, -2100], [-547, 1772], [-795, -2034], [-254, -3502]], [[161601, 391652], [-950, 430]], [[160651, 392082], [48, 3551], [149, 1319]], [[264366, 402055], [-167, -4639]], [[264199, 397416], [-520, 1367]], [[263679, 398783], [-327, -384]], [[263352, 398399], [-336, 1361], [-212, -782]], [[262804, 398978], [2, 3718]], [[262120, 402733], [-187, -6686]], [[261933, 396047], [-9, -343]], [[261924, 395704], [-187, -294]], [[261737, 395410], [-674, -15]], [[261063, 395395], [14, 5261]], [[262804, 398978], [-161, -1387]], [[262643, 397591], [-710, -1544]], [[227835, 399470], [-1, -3241]], [[227834, 396229], [-1551, 10]], [[226283, 396239], [-5, 4855]], [[160651, 392082], [-328, 7]], [[160323, 392089], [-249, 595], [-92, 1588], [-306, 1338]], [[276764, 401307], [-43, -2135]], [[276721, 399172], [-197, -2650], [-527, -489]], [[275997, 396033], [78, 1671], [-474, 1412]], [[238631, 395951], [-2, -269]], [[238629, 395682], [-940, 177], [-5, -542], [-774, 158]], [[236910, 395475], [26, 4211]], [[278023, 396356], [-421, 199], [-771, 1158], [-110, 1459]], [[264942, 392757], [-495, 1045]], [[264447, 393802], [-4, 881]], [[264443, 394683], [-244, 2733]], [[265117, 401745], [-175, -8988]], [[281911, 397269], [-117, -636]], [[281794, 396633], [-412, 1057]], [[247966, 397016], [-356, -13], [-7, -1413]], [[247603, 395590], [-490, 818]], [[286601, 396690], [-270, -2438], [180, 3428], [90, -990]], [[288080, 399680], [-243, -645], [-318, -3541]], [[287519, 395494], [-452, 119]], [[287067, 395613], [-237, -813], [-18, 1649], [166, 2200], [440, 2941]], [[256059, 400213], [0, -4914]], [[256059, 395299], [-785, -99]], [[255274, 395200], [-296, 4745]], [[202126, 396976], [391, -1636], [384, -265], [-241, -1239], [-125, -2430], [202, -1122], [70, -1956], [300, -2059]], [[203107, 386269], [-2100, 52], [-1, -5185]], [[201006, 381136], [-1582, 2]], [[199424, 381138], [-184, 2879]], [[199240, 384017], [376, 1], [-3, 6826]], [[199613, 390844], [0, 10228]], [[266000, 397394], [-90, -7128]], [[265910, 390266], [-554, 2430]], [[265356, 392696], [-414, 61]], [[242492, 398210], [-119, -2235], [32, -2529], [-220, -3074]], [[242185, 390372], [-394, 741], [-91, 1045]], [[241700, 392158], [-289, 3405]], [[241411, 395563], [-165, 910]], [[166041, 398612], [-586, 525], [-675, -24]], [[280290, 398069], [-483, -2836], [-192, -318], [-231, -2313]], [[279384, 392602], [-347, 1620], [-177, -1641]], [[278860, 392581], [-214, 961]], [[285904, 391677], [-438, 651]], [[285466, 392328], [40, 2580], [-96, 1946], [-374, 2081]], [[285752, 400877], [17, -34]], [[285769, 400843], [123, 37]], [[285892, 400880], [302, -2195], [-274, -289], [359, -1162], [-397, -2847], [22, -2710]], [[236910, 395475], [-14, -1566]], [[236896, 393909], [-1362, 260]], [[235534, 394169], [1, 3667]], [[235535, 397836], [0, 1291]], [[246518, 395788], [-459, -1047], [-357, -130]], [[245702, 394611], [-426, 36], [-426, 2233]], [[244850, 396880], [11, 2738]], [[230260, 397828], [-3, -3239]], [[230257, 394589], [-1081, 7]], [[229176, 394596], [-204, 1767], [0, 3114]], [[199613, 390844], [-2445, -8]], [[226283, 396239], [-1, -1625]], [[226282, 394614], [-1549, -5]], [[224733, 394609], [-15, 4875]], [[233048, 398070], [-2, -3479]], [[233046, 394591], [-1241, 3]], [[231805, 394594], [-1, 4258], [-266, 569]], [[251700, 401041], [-3, -5671], [315, 56]], [[252012, 395426], [-4, -1645]], [[252008, 393781], [-1234, -55], [-1, -1621]], [[250773, 392105], [-323, 107]], [[250450, 392212], [11, 5327]], [[252940, 400200], [-3, -4846]], [[252937, 395354], [-925, 72]], [[231805, 394594], [2, -2436]], [[231807, 392158], [-1134, -2]], [[230673, 392156], [-105, 1611], [-311, 822]], [[269448, 397667], [-55, -3546], [-336, -2]], [[269057, 394119], [-207, 85]], [[268850, 394204], [-308, 109], [-130, 1734]], [[268412, 396047], [60, 4109]], [[270916, 394754], [20, 1086], [-281, 1702], [-269, -1234]], [[270386, 396308], [9, 758], [-633, 464]], [[271363, 398819], [-98, -3218], [-349, -847]], [[235535, 397836], [-738, 278], [-101, -1259]], [[268412, 396047], [-1128, 225], [-164, 1037]], [[267120, 397309], [-319, 733]], [[261063, 395395], [-665, -1817]], [[260398, 393578], [-311, -147]], [[260087, 393431], [-10, 4855]], [[272995, 397586], [-322, -2153]], [[272673, 395433], [-626, 51]], [[272047, 395484], [-219, 2020]], [[255274, 395200], [-23, -931]], [[255251, 394269], [-1050, -45]], [[254201, 394224], [-106, 0]], [[254095, 394224], [-12, 6047]], [[254095, 394224], [-871, -49]], [[253224, 394175], [-287, 84], [0, 1095]], [[257616, 396873], [-2, -1632]], [[257614, 395241], [-617, -10]], [[256997, 395231], [-542, -4]], [[256455, 395227], [-396, 72]], [[275398, 398951], [-49, -2705], [-193, -1560], [-17, -2747]], [[275139, 391939], [-179, 223]], [[274960, 392162], [-177, 2249], [-237, 821]], [[274546, 395232], [-309, 1940], [-32, 1625]], [[178718, 391008], [0, -11659], [-2488, -10], [-9, -22498]], [[176221, 356841], [9, -15660]], [[176230, 341181], [-3544, 18062]], [[172686, 359243], [1, 19187], [-1464, 8789]], [[171223, 387219], [-1407, 8282], [-2, 1512], [924, 1373]], [[244850, 396880], [-2, -2773], [-421, 28], [-7, -2523]], [[244420, 391612], [-356, -627], [-262, 515]], [[243802, 391500], [-20, -7]], [[243782, 391493], [38, 6620]], [[263352, 398399], [22, -5065]], [[263374, 393334], [-124, -465]], [[263250, 392869], [-377, 1491]], [[262873, 394360], [-210, 810]], [[262663, 395170], [-20, 2421]], [[288150, 393826], [43, -3599]], [[288193, 390227], [-151, 927], [-491, -152]], [[287551, 391002], [-166, 1427], [180, 785]], [[287565, 393214], [-46, 2280]], [[218249, 399497], [-18, -8071]], [[218231, 391426], [-863, 14]], [[217368, 391440], [-992, -7]], [[216376, 391433], [17, 8091]], [[216376, 391433], [-231, -10]], [[216145, 391423], [-1332, -39]], [[214813, 391384], [-3, 6505]], [[223193, 399492], [-14, -8122]], [[223179, 391370], [-1512, -4]], [[221667, 391366], [-36, -1]], [[221631, 391365], [18, 8115]], [[220099, 399475], [-16, -8095]], [[220083, 391380], [-260, 15]], [[219823, 391395], [-1228, 34]], [[218595, 391429], [-364, -3]], [[229176, 394596], [-104, -1079], [-8, -3775]], [[229064, 389742], [-1230, 0]], [[227834, 389742], [0, 6487]], [[224733, 394609], [-4, -3237]], [[224729, 391372], [-1523, -3]], [[223206, 391369], [-27, 1]], [[221631, 391365], [-1548, 15]], [[285466, 392328], [-31, -1556]], [[285435, 390772], [-7, -2276]], [[285428, 388496], [-134, 1401], [-606, 809], [-230, -837], [-81, 1376]], [[284377, 391245], [169, 2219]], [[284546, 393464], [298, 1555], [-259, 1360]], [[206488, 399432], [13, -4858], [-121, -1295], [371, -47], [-10, -2736]], [[206741, 390496], [-830, -42], [-247, 924]], [[209217, 388123], [-2473, -52]], [[206744, 388071], [-3, 2425]], [[264443, 394683], [-524, -1280]], [[263919, 393403], [-110, 901], [24, 2588], [-154, 1891]], [[278045, 396226], [-294, -515], [-232, -1658], [80, -1120], [-325, -2167]], [[277274, 390766], [-416, 1407], [-243, -3513], [-463, -1711], [-244, 275], [-358, -1593]], [[275550, 385631], [171, 2537], [-267, 3168]], [[275454, 391336], [428, 949], [115, 3748]], [[166656, 388375], [-699, 3239]], [[165957, 391614], [-901, 4159]], [[165056, 395773], [-269, 1240], [-4, 1258]], [[275454, 391336], [-315, 603]], [[274546, 395232], [-268, -471], [-788, -2996]], [[273490, 391765], [-200, 1393], [150, 994], [-86, 3042]], [[280929, 397160], [39, -1197], [-240, -2110]], [[280728, 393853], [-452, -1704], [-259, -2493]], [[280017, 389656], [-633, 2946]], [[263919, 393403], [-308, -257]], [[263611, 393146], [-237, 188]], [[272047, 395484], [-122, -4567], [68, -1111]], [[271993, 389806], [-308, -1084], [-178, 1340]], [[271507, 390062], [-213, 1013]], [[271294, 391075], [-378, 3679]], [[171223, 387219], [-1840, -10801], [-214, 48]], [[169169, 376466], [-2031, 9652]], [[260087, 393431], [-260, -1361]], [[259827, 392070], [-266, 627], [-811, -80]], [[258750, 392617], [-16, 4231], [-102, -3]], [[234285, 396682], [0, -4534]], [[234285, 392148], [-1239, 4]], [[233046, 392152], [0, 2439]], [[165056, 395773], [67, -1276], [-536, -3016]], [[164587, 391481], [-681, -2964], [-867, -752], [-370, 962], [-735, -860]], [[161934, 387867], [-256, 3852], [-77, -67]], [[243782, 391493], [-600, -672], [-237, -1354]], [[242945, 389467], [-301, -676], [-459, 1581]], [[241411, 395563], [-330, -4505], [-622, 73]], [[240459, 391131], [-612, 170]], [[239847, 391301], [27, 4378]], [[284258, 395791], [-146, -762]], [[284112, 395029], [62, -330]], [[284174, 394699], [109, -599]], [[284283, 394100], [166, -999]], [[284449, 393101], [22, -1315], [-319, -1468], [-235, 541]], [[283917, 390859], [-818, 3312]], [[203879, 391310], [232, -1351], [-63, -2148], [-283, -1101]], [[203765, 386710], [-658, -441]], [[235534, 394169], [-3, -2030]], [[235531, 392139], [-1246, 9]], [[267120, 397309], [10, -7398]], [[267130, 389911], [-689, 1520], [-363, -1183]], [[266078, 390248], [-168, 18]], [[189012, 387896], [-1284, -154]], [[187728, 387742], [-2094, 148]], [[185634, 387890], [9, 1163]], [[214813, 391384], [1, -1534]], [[214814, 389850], [-3144, -51]], [[273490, 391765], [-131, -932]], [[273359, 390833], [-145, -1041]], [[273214, 389792], [-209, 606], [-29, 1581], [-303, 3454]], [[281794, 396633], [-352, -2134]], [[281442, 394499], [-181, -1569], [-249, -398]], [[281012, 392532], [-284, 1321]], [[270386, 396308], [-126, -2312], [-210, -922], [124, -3421], [-112, -240]], [[270062, 389413], [-201, -166]], [[269861, 389247], [-208, 45], [20, 1691], [-328, 121], [-31, 1670], [-276, 128], [19, 1217]], [[262663, 395170], [-751, 43], [12, 491]], [[271294, 391075], [-509, -438], [-303, -919], [26, -2485]], [[270508, 387233], [-446, 2180]], [[250450, 392212], [-956, 23]], [[249494, 392235], [-119, 4764]], [[268850, 394204], [-252, -4689], [-210, -491]], [[268388, 389024], [-201, 3414], [-398, -533]], [[267789, 391905], [-350, -1991], [-309, -3]], [[282766, 395947], [-168, -2056], [513, -5136]], [[283111, 388755], [-288, -2729]], [[282823, 386026], [-280, 58], [-558, 5269]], [[281985, 391353], [-543, 3146]], [[249494, 392235], [6, -1626], [-311, -14]], [[249189, 390595], [-1322, 101]], [[247867, 390696], [42, 2085]], [[247909, 392781], [135, 617]], [[248044, 393398], [6, 862], [-447, 1330]], [[245702, 394611], [-17, -6019]], [[245685, 388592], [-299, 1157], [-435, 348], [-393, 1319]], [[244558, 391416], [-138, 196]], [[284546, 393464], [-223, 1829]], [[284323, 395293], [-65, 498]], [[258750, 392617], [-93, -1410]], [[258657, 391207], [-1043, -28]], [[257614, 391179], [0, 4062]], [[248044, 393398], [-494, 1528], [-406, -1104], [-259, -2536], [-553, -983]], [[246332, 390303], [-515, -1949], [-132, 238]], [[289289, 396094], [351, -2735], [270, -53], [-16, -3322], [132, -3186]], [[290026, 386798], [-57, 0]], [[289969, 386798], [-44, 0]], [[289925, 386798], [-712, 13]], [[289213, 386811], [-982, 153], [-22, 1873]], [[288209, 388837], [-16, 1390]], [[227834, 389742], [-1541, 10]], [[226293, 389752], [-11, 4862]], [[278860, 392581], [-466, -5287]], [[278394, 387294], [-254, -1223]], [[278140, 386071], [-449, 839], [-166, 1723], [-310, 768]], [[277215, 389401], [59, 1365]], [[239847, 391301], [-20, -3034]], [[239827, 388267], [-622, 98], [-4, -541], [-615, 114]], [[238586, 387938], [4, 815]], [[238590, 388753], [39, 6929]], [[287565, 393214], [-230, -1318], [167, -933], [-195, -1781], [-402, 1979], [-480, 1174], [215, 1900], [256, -1835], [-68, 1744], [239, 1469]], [[283917, 390859], [-162, -3064]], [[283755, 387795], [-414, 1424], [-230, -464]], [[273214, 389792], [-307, -1569]], [[272907, 388223], [-755, 413], [-159, 1170]], [[238590, 388753], [-1541, 208]], [[237049, 388961], [-153, 25], [0, 4923]], [[284458, 394060], [-175, 40]], [[284174, 394699], [-62, 330]], [[284323, 395293], [135, -1233]], [[165957, 391614], [-111, -1812], [217, -2118], [-268, -3202]], [[165795, 384482], [-318, 1675], [-351, -1063], [-392, 1451]], [[164734, 386545], [-147, 1347]], [[164587, 387892], [0, 3589]], [[262873, 394360], [-58, -1367], [-578, -418]], [[262237, 392575], [-496, -1308]], [[261741, 391267], [-4, 4143]], [[241700, 392158], [-280, -5796]], [[241420, 386362], [-362, 56]], [[241058, 386418], [-603, 3090], [4, 1623]], [[160323, 392089], [-77, -1062], [333, -1452], [-117, -1633], [135, -802], [-46, -1999], [-216, -908]], [[160335, 384233], [-267, 44], [0, 3908], [-681, 143], [-458, -370]], [[158929, 387958], [0, -4]], [[158929, 387958], [-514, 6077], [-298, 453]], [[261741, 391267], [-366, 837]], [[261375, 392104], [-331, -489], [66, -2303]], [[261110, 389312], [-395, 371]], [[260715, 389683], [-3, 1350], [-313, 1080], [-1, 1465]], [[253224, 394175], [-108, -3960], [133, -658]], [[253249, 389557], [-1250, 128]], [[251999, 389685], [9, 4096]], [[256455, 395227], [-410, -1812], [-93, -2129], [104, -2737]], [[256056, 388549], [-615, -232]], [[255441, 388317], [-297, -785]], [[255144, 387532], [-486, -1420]], [[254658, 386112], [-34, 905], [308, 954], [-17, 1005]], [[254915, 388976], [435, 3214], [-99, 2079]], [[257614, 391179], [2, -2983]], [[257616, 388196], [-674, -391]], [[256942, 387805], [55, 7426]], [[256942, 387805], [-413, 171]], [[256529, 387976], [-473, 573]], [[274960, 392162], [-143, -1744], [-396, -2216]], [[274421, 388202], [-376, 577], [-266, -940]], [[273779, 387839], [-420, 2994]], [[247909, 392781], [-238, -998], [-192, -2324], [175, -1160]], [[247654, 388299], [-24, -168]], [[247630, 388131], [-211, -2528]], [[247419, 385603], [-176, 2124], [-512, 9], [-410, -650]], [[246321, 387086], [11, 3217]], [[264517, 389239], [-698, -957]], [[263819, 388282], [-57, 221]], [[263762, 388503], [-151, 4643]], [[264447, 393802], [70, -4563]], [[230673, 392156], [-3, -4046]], [[230670, 388110], [-1298, 15]], [[229372, 388125], [-307, -1], [-1, 1618]], [[226293, 389752], [2, -1622]], [[226295, 388130], [-1550, -17]], [[224745, 388113], [-16, 3259]], [[233046, 392152], [-20, -5676]], [[233026, 386476], [-1232, 4]], [[231794, 386480], [13, 5678]], [[158929, 387954], [-62, -1644], [169, -2032], [-399, 3], [-19, -2538], [-216, -434]], [[158402, 381309], [-24, 5]], [[158378, 381314], [-291, -21]], [[158087, 381293], [-3, 45]], [[158084, 381338], [140, 477], [-107, 2272], [-522, 4538], [-125, 2200]], [[281985, 391353], [-669, -3258], [-157, 217]], [[281159, 388312], [-296, 1764]], [[280863, 390076], [149, 2456]], [[263250, 392869], [-350, -1063]], [[262900, 391806], [-413, -1090]], [[262487, 390716], [-250, 1859]], [[158084, 381338], [-237, -853], [-152, 859]], [[157695, 381344], [-539, 908], [-435, 1971], [-296, -310]], [[156425, 383913], [-353, 2861], [-569, 2152], [-557, 3778]], [[254915, 388976], [-726, 35]], [[254189, 389011], [12, 5213]], [[280017, 389656], [-138, -1763], [572, -1648]], [[280451, 386245], [-493, -2674]], [[279958, 383571], [-240, -1325]], [[279718, 382246], [-1324, 5048]], [[254189, 389011], [-119, 3]], [[254070, 389014], [-537, -21]], [[253533, 388993], [-284, 564]], [[269861, 389247], [-95, -2476], [-512, -708]], [[269254, 386063], [-253, 186]], [[269001, 386249], [-194, 1565]], [[268807, 387814], [-419, 1210]], [[237049, 388961], [-4, -2241]], [[237045, 386720], [-1525, 568]], [[235520, 387288], [11, 4851]], [[280863, 390076], [-319, -2827]], [[280544, 387249], [-93, -1004]], [[260715, 389683], [-623, -25], [-151, -811]], [[259941, 388847], [-106, 262], [-8, 2961]], [[265356, 392696], [-244, -3246]], [[265112, 389450], [-475, -738]], [[264637, 388712], [-120, 527]], [[251999, 389685], [-2, -2447]], [[251997, 387238], [-1241, -17]], [[250756, 387221], [2, 543]], [[250758, 387764], [15, 4341]], [[263762, 388503], [-226, -927]], [[263536, 387576], [-64, -376]], [[263472, 387200], [-541, 2720], [-31, 1886]], [[259941, 388847], [-406, -1355], [-4, -1306]], [[259531, 386186], [-106, -8]], [[259425, 386178], [-618, 89]], [[258807, 386267], [-150, 4]], [[258657, 386271], [0, 4936]], [[247867, 390696], [-213, -2397]], [[285904, 391677], [33, -3347], [377, -2748], [-110, -1238], [-607, 2727], [-162, 3701]], [[266078, 390248], [8, -2072]], [[266086, 388176], [-605, -1279], [-198, 665]], [[265283, 387562], [-171, 1888]], [[262487, 390716], [-392, -1207]], [[262095, 389509], [-262, -210]], [[261833, 389299], [-458, 2805]], [[268807, 387814], [-424, -2456]], [[268383, 385358], [-426, 367], [-546, 2055]], [[267411, 387780], [397, 3341], [-19, 784]], [[250758, 387764], [-457, 107]], [[250301, 387871], [-488, -745], [-369, 60], [-248, -998]], [[249196, 386188], [-7, 4407]], [[277215, 389401], [-117, -2971], [-334, -2300], [41, -777]], [[276805, 383353], [-350, -1565], [-111, -2182]], [[276344, 379606], [-848, -338], [-274, 1261], [9, 2076]], [[275231, 382605], [22, 2224], [297, 802]], [[242945, 389467], [-266, -2385], [-345, 60], [127, -1459], [-203, -1038]], [[242258, 384645], [-596, 107], [14, 1563], [-256, 47]], [[231794, 386480], [-23, -4900]], [[231771, 381580], [-1110, 51]], [[230661, 381631], [9, 6479]], [[234285, 392148], [-26, -6491]], [[234259, 385657], [-1233, 6]], [[233026, 385663], [0, 813]], [[235520, 387288], [0, -1654]], [[235520, 385634], [-1261, 23]], [[275231, 382605], [-213, 772]], [[275018, 383377], [-482, 1699], [-115, 3126]], [[161934, 387867], [6, -3922]], [[161940, 383945], [-1040, -1303], [-210, 591], [-282, -2812]], [[160408, 380421], [-311, -431], [76, 1800]], [[160173, 381790], [162, 2443]], [[261833, 389299], [-405, -1730]], [[261428, 387569], [-332, 583]], [[261096, 388152], [14, 1160]], [[263472, 387200], [-446, -2246]], [[263026, 384954], [-363, 80]], [[262663, 385034], [-258, 1506], [-110, 2136], [-200, 833]], [[267411, 387780], [-197, -1449], [23, -1521], [-313, -464]], [[266924, 384346], [-311, 1158]], [[266613, 385504], [-354, 897], [-173, 1775]], [[244558, 391416], [4, -9113]], [[244562, 382303], [-467, 23], [2, -1088]], [[244097, 381238], [-267, 17]], [[243830, 381255], [-40, 2514]], [[243790, 383769], [12, 7731]], [[169169, 376466], [1659, -8029]], [[170828, 368437], [-2625, -35]], [[168203, 368402], [-689, 2284]], [[167514, 370686], [-267, 2691], [-422, 166]], [[166825, 373543], [187, 2774], [-290, 1077], [-121, 2597], [-312, 216], [-475, 1906], [-19, 2369]], [[246321, 387086], [-122, -4889]], [[246199, 382197], [-880, -1]], [[245319, 382196], [-757, 107]], [[243790, 383769], [-1536, 69]], [[242254, 383838], [4, 807]], [[164587, 387892], [-720, -834], [-259, 133], [-515, -1390], [-61, -1062], [-1009, -2141]], [[162023, 382598], [-83, 1347]], [[288209, 388837], [-340, -1484], [-14, -1069]], [[287855, 386284], [-365, -3226], [-285, 1002], [9, -1396], [-759, 4562], [218, 1227], [-54, 1256], [301, 244], [335, -1096], [296, 2145]], [[218595, 391429], [0, -8114]], [[218595, 383315], [-1157, 7]], [[217438, 383322], [-63, -1]], [[217375, 383321], [-7, 8119]], [[219823, 391395], [8, -8114]], [[219831, 383281], [-1236, 34]], [[216145, 391423], [-1, -8126]], [[216144, 383297], [-1330, -14]], [[214814, 383283], [1, 118]], [[214815, 383401], [-1, 6449]], [[217375, 383321], [-1161, -23]], [[216214, 383298], [-70, -1]], [[282823, 386026], [45, -780]], [[282868, 385246], [-236, -135]], [[282632, 385111], [-191, 603], [-899, -1519]], [[281542, 384195], [7, 1473], [-390, 2644]], [[221667, 391366], [1, -6464]], [[221668, 384902], [2, -1623]], [[221670, 383279], [-1791, 1]], [[219879, 383280], [-48, 1]], [[241058, 386418], [-180, -1533], [-17, -2354]], [[240861, 382531], [-193, -605], [-544, 142], [-327, 1182]], [[239797, 383250], [30, 5017]], [[224745, 388113], [2, -4860]], [[224747, 383253], [-1206, 6]], [[223541, 383259], [-334, 2], [0, 1622]], [[223207, 384883], [-1, 6486]], [[206744, 388071], [3, -4865], [-303, -5]], [[206444, 383201], [-2083, 130]], [[204361, 383331], [-596, 3379]], [[223207, 384883], [-1539, 19]], [[285428, 388496], [2, -844]], [[285430, 387652], [-211, 220], [-263, -2218]], [[284956, 385654], [81, -2289], [-234, 434], [-329, 2869], [-459, -1569], [-187, 2281], [549, 3865]], [[258657, 386271], [-1, -537], [-1038, 13]], [[257618, 385747], [-2, 2449]], [[270898, 384461], [-214, -1052], [-154, 1960]], [[270530, 385369], [-22, 1864]], [[271507, 390062], [-150, -656], [68, -2319], [-484, -1260], [-43, -1366]], [[181367, 389064], [0, -7900]], [[181367, 381164], [-7, -10123]], [[181360, 371041], [4, -11253]], [[181364, 359788], [2, -2927]], [[181366, 356861], [-1984, 13], [0, 178], [-2727, -7], [-434, -204]], [[199240, 384017], [-2, 565], [-1384, -11], [128, -1422], [415, -674], [-79, -1241]], [[198318, 381234], [-2999, 12]], [[195319, 381246], [-49, 6459]], [[273779, 387839], [177, -533], [-261, -1185], [-892, -2812]], [[272803, 383309], [-146, 3878], [250, 1036]], [[249196, 386188], [3, -3707]], [[249199, 382481], [-545, 27]], [[248654, 382508], [-40, 1621], [-342, 19], [-642, 3983]], [[281542, 384195], [-437, -1435], [-99, 693]], [[281006, 383453], [-396, 1782], [-66, 2014]], [[272803, 383309], [-1, -6]], [[272802, 383303], [-272, -1508], [-143, -3971]], [[272387, 377824], [-212, 340]], [[272175, 378164], [-165, 2328], [-356, 2011], [-528, -202]], [[271126, 382301], [46, 1976], [-274, 184]], [[214815, 383401], [-1944, -34]], [[212871, 383367], [-1832, -28]], [[211039, 383339], [-284, -8]], [[210755, 383331], [-8, 4681]], [[227834, 389742], [0, -8111]], [[227834, 381631], [-920, 3]], [[226914, 381634], [-613, -2]], [[226301, 381632], [-6, 6498]], [[229372, 388125], [-59, -8133]], [[229313, 379992], [-869, 39]], [[228444, 380031], [-2, 1618], [-608, -18]], [[265283, 387562], [-139, -989]], [[265144, 386573], [-341, 379]], [[264803, 386952], [-166, 1760]], [[253533, 388993], [-9, -5827]], [[253524, 383166], [-612, -14]], [[252912, 383152], [-924, 24]], [[251988, 383176], [9, 4062]], [[261096, 388152], [-573, -2670]], [[260523, 385482], [-285, -2089], [-141, 377]], [[260097, 383770], [-46, 2157], [-520, 259]], [[270530, 385369], [-363, -645], [-243, -2058]], [[269924, 382666], [-670, 3397]], [[262663, 385034], [-353, -388]], [[262310, 384646], [-796, 417]], [[261514, 385063], [-86, 2506]], [[278140, 386071], [-341, -3644], [-207, -671]], [[277592, 381756], [-787, 1597]], [[283755, 387795], [-68, -3119]], [[283687, 384676], [-6, -1714]], [[283681, 382962], [-121, 26]], [[283560, 382988], [-214, 707]], [[283346, 383695], [-232, 459]], [[283114, 384154], [-246, 1092]], [[264803, 386952], [-255, -1635]], [[264548, 385317], [-418, -1608], [-274, -40]], [[263856, 383669], [-44, 1680], [-276, 2227]], [[185634, 387890], [509, -3310], [-59, -2002], [-242, -1389]], [[185842, 381189], [-97, -48]], [[185745, 381141], [-4378, 23]], [[254070, 389014], [36, -2007], [-137, -3775]], [[253969, 383232], [-445, -66]], [[254658, 386112], [-463, -2723], [-218, -213]], [[253977, 383176], [-8, 56]], [[238586, 387938], [-30, -5629]], [[238556, 382309], [-1467, 73]], [[237089, 382382], [-71, 8], [27, 4330]], [[289213, 386811], [95, -1816], [-160, -1192], [-692, -216]], [[288456, 383587], [-506, -230]], [[287950, 383357], [-283, -697], [-32, 1164], [220, 2460]], [[275018, 383377], [-768, -3505], [-473, 452]], [[273777, 380324], [-279, 2237], [-256, -553], [-440, 1295]], [[256529, 387976], [-3, -5248]], [[256526, 382728], [-678, 251]], [[255848, 382979], [2, 2497], [-255, -92], [-154, 2933]], [[158378, 381314], [146, -1464], [-437, 1443]], [[160173, 381790], [-408, -2224], [-354, -188], [-351, 1518], [-215, -1698], [-283, 502], [-160, 1609]], [[239797, 383250], [35, -3689]], [[239832, 379561], [-1222, 173]], [[238610, 379734], [-54, 2575]], [[255848, 382979], [-1, -825], [-418, -677]], [[255429, 381477], [-616, 58]], [[254813, 381535], [-309, 1118], [-517, 34]], [[253987, 382687], [-10, 489]], [[257618, 385747], [6, -2451]], [[257624, 383296], [-312, -1080]], [[257312, 382216], [-630, -29]], [[256682, 382187], [-156, 541]], [[266613, 385504], [-146, -2035], [-362, -1580]], [[266105, 381889], [-246, 1825], [-347, 209]], [[265512, 383923], [-368, 2650]], [[261514, 385063], [-513, -1353]], [[261001, 383710], [-478, 1772]], [[230661, 381631], [-3, -1635], [-459, 10]], [[230199, 380006], [-886, -14]], [[209217, 388123], [-12, -6998]], [[209205, 381125], [-8, -7666]], [[209197, 373459], [-808, 1541]], [[208389, 375000], [-823, 1546], [-1023, -359], [-102, 637]], [[206441, 376824], [3, 6377]], [[210755, 383331], [-21, -1721], [-306, -20], [0, -1082], [-596, -8], [-593, 529]], [[209239, 381029], [-34, 96]], [[226301, 381632], [-1535, -18]], [[224766, 381614], [-19, 1639]], [[248654, 382508], [-383, 35], [1, -1620], [-477, -883]], [[247795, 380040], [-127, 736]], [[247668, 380776], [-303, 1892], [54, 2935]], [[250756, 387221], [-8, -4860]], [[250748, 382361], [-1241, 119]], [[249507, 382480], [-308, 1]], [[285430, 387652], [553, -2587], [494, -4061], [-10, -1655], [-344, 2010], [-710, 2346], [-112, -1069], [-345, 3018]], [[164734, 386545], [-434, -1184], [-950, -7856], [-382, -2239]], [[162968, 375266], [-758, 4581]], [[162210, 379847], [-187, 2751]], [[187728, 387742], [-228, -1434], [16, -5094]], [[187516, 381214], [-1674, -25]], [[192580, 387705], [27, -2493], [351, -3273], [-106, -713]], [[192852, 381226], [-4142, -34], [-1194, 22]], [[247668, 380776], [-455, -1591]], [[247213, 379185], [-466, -722], [-158, 1359]], [[246589, 379822], [-390, 2375]], [[268978, 383008], [-530, -70]], [[268448, 382938], [-65, 2420]], [[269001, 386249], [-23, -3241]], [[268448, 382938], [-363, -1281]], [[268085, 381657], [-378, 305], [-289, 1389], [-223, -1372]], [[267195, 381979], [-271, 2367]], [[195319, 381246], [2, -5061]], [[195321, 376185], [-5, -7382]], [[195316, 368803], [-5, -9039]], [[195311, 359764], [-2662, -21]], [[192649, 359743], [-2090, 97]], [[190559, 359840], [-1844, -32]], [[188715, 359808], [653, 1884], [604, 385], [346, 3275], [287, 901], [-33, 1956], [278, 1645]], [[190850, 369854], [446, 2473], [227, 3835], [527, 220], [571, 4056], [231, 788]], [[263856, 383669], [113, -1403]], [[263969, 382266], [-621, -1698]], [[263348, 380568], [-281, 1465]], [[263067, 382033], [-41, 2921]], [[281006, 383453], [-231, -1615]], [[280775, 381838], [-817, 1733]], [[279718, 382246], [-89, -2346], [-162, -617]], [[279467, 379283], [-168, -1840], [-296, -1251], [-422, 177]], [[278581, 376369], [-906, 3632]], [[277675, 380001], [127, 1436], [-210, 319]], [[251988, 383176], [-8, -2447]], [[251980, 380729], [-1183, -9]], [[250797, 380720], [-49, 1641]], [[237089, 382382], [-24, -3302]], [[237065, 379080], [-1548, 436]], [[235517, 379516], [3, 6118]], [[172686, 359243], [-1858, 9194]], [[265512, 383923], [-362, -1946]], [[265150, 381977], [-326, 1245], [-276, 2095]], [[204361, 383331], [336, -2212], [254, -3271], [312, -1387]], [[205263, 376461], [44, -2691]], [[205307, 373770], [-1620, -57]], [[203687, 373713], [-1526, -10], [-2, 1613], [-297, 15]], [[201862, 375331], [0, 678], [-568, 1790], [-287, -220]], [[201007, 377579], [-1, 3557]], [[289111, 378680], [-677, -384]], [[288434, 378296], [-6, 32]], [[288428, 378328], [-108, 834], [337, 902], [-201, 3523]], [[289925, 386798], [-186, -3801], [-305, -810], [-323, -3507]], [[166825, 373543], [-110, 722]], [[166715, 374265], [-627, 2326], [-335, -1722], [-420, -936], [-390, 89], [-379, 1183], [-853, -3610]], [[163711, 371595], [-743, 3671]], [[233026, 385663], [-31, -6553]], [[232995, 379110], [-1225, 36]], [[231770, 379146], [1, 2434]], [[242254, 383838], [30, -5137]], [[242284, 378701], [-616, 91]], [[241668, 378792], [-306, 22], [-345, 3550], [-156, 167]], [[258807, 386267], [-62, -3640], [-147, -849]], [[258598, 381778], [-366, -1124]], [[258232, 380654], [2, 1594], [-309, 13], [3, 1094], [-304, -59]], [[259425, 386178], [1, -1624], [368, -2837]], [[259794, 381717], [-134, -3193]], [[259660, 378524], [-140, -131]], [[259520, 378393], [-503, 215], [-244, 853], [-175, 2317]], [[269924, 382666], [-59, -1571], [261, -1815], [-318, -1930]], [[269808, 377350], [-304, -1659]], [[269504, 375691], [-230, 1692]], [[269274, 377383], [-144, 2308], [-237, 1273], [85, 2044]], [[260097, 383770], [-303, -2053]], [[284512, 383385], [-92, -1945]], [[284420, 381440], [-8, -27]], [[284412, 381413], [-144, -224]], [[284268, 381189], [-437, 1843], [-150, -70]], [[283687, 384676], [250, -96], [535, 1272], [40, -2467]], [[267195, 381979], [-57, -1464]], [[267138, 380515], [-472, -1482]], [[266666, 379033], [-181, 318]], [[266485, 379351], [-380, 2538]], [[282632, 385111], [-701, -4528]], [[281931, 380583], [-408, 650], [-297, -356]], [[281226, 380877], [-451, 961]], [[234259, 385657], [-34, -6557]], [[234225, 379100], [-1230, 10]], [[235517, 379516], [0, -428]], [[235517, 379088], [-1292, 12]], [[261001, 383710], [173, -405], [-53, -2162]], [[261121, 381143], [-14, -546]], [[261107, 380597], [-355, -820], [-434, 244], [-629, -1650]], [[259689, 378371], [-29, 153]], [[283114, 384154], [232, -459]], [[283560, 382988], [-758, -4755]], [[282802, 378233], [-126, 314]], [[282676, 378547], [-383, 1648], [-362, 388]], [[271126, 382301], [-263, -1063], [-13, -2367]], [[270850, 378871], [-720, -941]], [[270130, 377930], [-322, -580]], [[263067, 382033], [-389, -1467]], [[262678, 380566], [-442, 233]], [[262236, 380799], [74, 3847]], [[265150, 381977], [-286, -1440]], [[264864, 380537], [-573, -892]], [[264291, 379645], [-263, 850], [-59, 1771]], [[262236, 380799], [-219, -1712]], [[262017, 379087], [-896, 2056]], [[223541, 383259], [-1, -4853], [-304, -4]], [[223236, 378402], [-914, 9], [-1, 1610], [-610, 3]], [[221711, 380024], [-41, 3255]], [[199424, 381138], [158, -1618], [-158, -1773]], [[199424, 377747], [-472, -1110]], [[198952, 376637], [-30, 888], [-421, 1384], [24, 1647], [-207, 678]], [[157695, 381344], [162, -972], [-41, -3299], [179, -856], [-251, -1183], [-370, 1731], [-114, -336], [-479, 2414], [-374, -283], [165, 2872], [317, -1457], [-464, 3938]], [[266485, 379351], [-223, -717], [-503, -259]], [[265759, 378375], [-341, 2566], [-268, 1036]], [[162210, 379847], [2, -6325], [-188, 423], [-596, -1237], [-739, -3958]], [[160689, 368750], [-239, 1114], [0, 5132]], [[160450, 374996], [-71, 4167]], [[160379, 379163], [29, 1258]], [[243830, 381255], [-6, -1908], [-732, 4], [-351, -755]], [[242741, 378596], [-457, 105]], [[288428, 378328], [-760, -1368], [99, 2154], [225, 837]], [[287992, 379951], [5, 43]], [[287997, 379994], [-216, -302], [-1, 1870], [-264, -794], [434, 2589]], [[281226, 380877], [-275, -2361]], [[280951, 378516], [-515, -3903]], [[280436, 374613], [-425, -1184]], [[280011, 373429], [-544, 5854]], [[285766, 378696], [-155, -920]], [[285611, 377776], [-363, 657], [-314, 2280], [-163, -800]], [[284771, 379913], [-351, 1527]], [[284512, 383385], [528, -1942], [635, -277], [253, -1943], [-162, -527]], [[241668, 378792], [-8, -3016]], [[241660, 375776], [-363, -1063], [-225, 1683], [-655, 61]], [[240417, 376457], [-605, 128]], [[239812, 376585], [20, 2976]], [[269274, 377383], [-231, 160], [-89, -1393]], [[268954, 376150], [-910, 2229], [-138, -652]], [[267906, 377727], [-93, 803]], [[267813, 378530], [371, 1947], [-99, 1180]], [[277675, 380001], [-469, -3994]], [[277206, 376007], [-657, 395], [-135, 1144], [-337, -42]], [[276077, 377504], [267, 2102]], [[214814, 383283], [8, -9753]], [[214822, 373530], [1, -1754]], [[214823, 371776], [-1967, -12]], [[212856, 371764], [15, 11603]], [[276077, 377504], [-296, -1431], [-373, -3413]], [[275408, 372660], [-430, -146], [-592, 890]], [[274386, 373404], [-399, 2555]], [[273987, 375959], [102, 2169], [-312, 2196]], [[267813, 378530], [-479, 65], [-196, 1920]], [[206441, 376824], [-330, 1926], [-322, -2223], [-84, 711], [-442, -777]], [[212856, 371764], [-914, -4]], [[211942, 371760], [-915, 4]], [[211027, 371764], [12, 11575]], [[211027, 371764], [-1822, 7], [-8, 1688]], [[258232, 380654], [-83, -1403]], [[258149, 379251], [-55, -2225], [-404, -1554]], [[257690, 375472], [32, 1005], [-295, 274], [-178, 1615]], [[257249, 378366], [114, -4], [-51, 3854]], [[273987, 375959], [-386, -927]], [[273601, 375032], [-357, 1057], [-619, 250], [-238, 1485]], [[217438, 383322], [-3, -8107], [40, -1726]], [[217475, 373489], [-1218, 0]], [[216257, 373489], [-44, 1699], [1, 8110]], [[219879, 383280], [1, -4863]], [[219880, 378417], [-1219, 28], [33, -4957]], [[218694, 373488], [-1219, 1]], [[216257, 373489], [-1435, 41]], [[253987, 382687], [206, -1256], [-505, -5063]], [[253688, 376368], [-787, 325]], [[252901, 376693], [11, 6459]], [[224766, 381614], [1, -6484]], [[224767, 375130], [-1507, 16]], [[223260, 375146], [-24, 3256]], [[221711, 380024], [-1, -3245]], [[221710, 376779], [-1831, 17]], [[219879, 376796], [1, 1621]], [[252901, 376693], [0, -15]], [[252901, 376678], [-925, -16]], [[251976, 376662], [4, 4067]], [[284268, 381189], [-150, -1311], [278, -2136]], [[284396, 377742], [-309, -256], [-1, -1105]], [[284086, 376381], [-456, -1904]], [[283630, 374477], [-165, -177], [-222, 1929], [-441, 2004]], [[256682, 382187], [-392, -3475]], [[256290, 378712], [-307, -2568]], [[255983, 376144], [-94, 369]], [[255889, 376513], [-415, 787]], [[255474, 377300], [-45, 4177]], [[254813, 381535], [-35, -5040]], [[254778, 376495], [-630, 72]], [[254148, 376567], [54, -1761], [-336, -146]], [[253866, 374660], [-178, 1708]], [[272175, 378164], [-318, -1099], [158, -2552]], [[272015, 374513], [-260, -47]], [[271755, 374466], [-295, 397], [-169, 2098], [-573, 1278], [132, 632]], [[249507, 382480], [-7, -4915]], [[249500, 377565], [-220, -2832]], [[249280, 374733], [-473, 1903], [-262, -565]], [[248545, 376071], [-165, 1642], [-585, 2327]], [[238610, 379734], [-22, -2902], [-171, -1635]], [[238417, 375197], [-154, 26]], [[238263, 375223], [-509, 95], [7, 1074], [-716, 163]], [[237045, 376555], [20, 2525]], [[250797, 380720], [-133, -3247]], [[250664, 377473], [-1164, 92]], [[245319, 382196], [-11, -8638]], [[245308, 373558], [-149, -795]], [[245159, 372763], [-438, 51], [4, 1622], [-612, 34]], [[244113, 374470], [-16, 6768]], [[264291, 379645], [-143, -3260]], [[264148, 376385], [-273, -833]], [[263875, 375552], [-122, 1730], [-504, 1185]], [[263249, 378467], [99, 2101]], [[246589, 379822], [-14, -6361]], [[246575, 373461], [-1267, 97]], [[257249, 378366], [-460, -1268]], [[256789, 377098], [-280, -2533], [-526, 1579]], [[259520, 378393], [-23, -3367], [-403, -371]], [[259094, 374655], [-945, 4596]], [[263249, 378467], [-138, -2638]], [[263111, 375829], [-141, -279], [-100, 2291]], [[262870, 377841], [-192, 2725]], [[265759, 378375], [-26, -1497]], [[265733, 376878], [-550, 230]], [[265183, 377108], [-319, 3429]], [[228444, 380031], [1, -3258]], [[228445, 376773], [-1531, -4]], [[226914, 376769], [0, 4865]], [[231770, 379146], [-5, -5695]], [[231765, 373451], [0, -2430]], [[231765, 371021], [-1573, 61]], [[230192, 371082], [7, 8924]], [[226914, 376769], [9, -3303], [-304, -24]], [[226619, 373442], [-1831, -22]], [[224788, 373420], [-21, 1710]], [[255474, 377300], [-169, -643], [-206, 1280]], [[255099, 377937], [-83, -2666], [-238, 1224]], [[244113, 374470], [-771, 42], [-10, -3582]], [[243332, 370930], [-613, 69]], [[242719, 370999], [22, 7597]], [[190850, 369854], [-4778, -85], [-898, 125]], [[185174, 369894], [-16, 4888], [309, -23], [-28, 1599], [335, 1], [-29, 4782]], [[285474, 374121], [-189, -776]], [[285285, 373345], [-143, 1232], [-392, -213], [-211, 1145], [-143, 2233]], [[284412, 381413], [24, -1012], [357, -714], [24, -1757], [347, -1481], [310, -2328]], [[198952, 376637], [-342, -2418]], [[198610, 374219], [-358, 1511], [-614, -665], [-130, 1368], [-1561, 20], [-626, -268]], [[282676, 378547], [-305, -5181]], [[282371, 373366], [-288, 723], [-132, 1443], [-320, 1091]], [[281631, 376623], [-680, 1893]], [[185174, 369894], [-607, 4], [0, -813]], [[184567, 369085], [-377, -469], [-604, 143], [0, 868], [-616, 2], [-1, 1663], [-315, -252], [-1294, 1]], [[262017, 379087], [-182, -1209]], [[261835, 377878], [-647, -598], [-256, 976]], [[260932, 378256], [175, 2341]], [[201007, 377579], [-383, -319], [-19, -4903], [45, -4703]], [[200650, 367654], [-984, -5]], [[199666, 367649], [-1, 4038]], [[199665, 371687], [0, 2392], [-241, 3668]], [[262870, 377841], [-381, -297], [-271, -1165]], [[262218, 376379], [-341, 113]], [[261877, 376492], [-42, 1386]], [[251976, 376662], [-1, -808]], [[251975, 375854], [-1238, -25]], [[250737, 375829], [-73, 1644]], [[285611, 377776], [352, -2379]], [[285963, 375397], [-300, -592]], [[285663, 374805], [-240, 293], [-546, 3121], [-106, 1694]], [[248545, 376071], [-481, -3793]], [[248064, 372278], [-249, -32], [-722, 3898], [380, 1913], [-260, 1128]], [[260932, 378256], [-418, -2942], [-267, -430]], [[260247, 374884], [-558, 3487]], [[267906, 377727], [-44, -1950]], [[267862, 375777], [-303, 91], [-437, -1812], [23, -1008]], [[267145, 373048], [-650, 2775]], [[266495, 375823], [171, 3210]], [[265183, 377108], [-100, -1732]], [[265083, 375376], [-218, 283]], [[264865, 375659], [-717, 726]], [[160450, 374996], [-1125, -1844], [-234, 1488], [-260, 115], [-482, 1735]], [[158349, 376490], [-209, 1238], [349, 1656], [315, -572], [373, 668], [783, -708], [357, 1506], [62, -1115]], [[230192, 371082], [-1, -2432]], [[230191, 368650], [-1749, -16]], [[228442, 368634], [3, 8139]], [[223260, 375146], [0, -1720]], [[223260, 373426], [-1521, 36]], [[221739, 373462], [-29, 3317]], [[278540, 374733], [-257, -158], [-226, -2494], [-255, -813]], [[277802, 371268], [-172, -1567]], [[277630, 369701], [-515, 2398], [26, 1888]], [[277141, 373987], [65, 2020]], [[278581, 376369], [-41, -1636]], [[248064, 372278], [-101, -552]], [[247963, 371726], [-1081, 38]], [[246882, 371764], [-315, -16], [8, 1713]], [[163711, 371595], [-1656, -4355], [43, -1065], [-727, -3846]], [[161371, 362329], [-154, 872], [-328, -612], [-163, 2474], [146, 498], [-186, 3197]], [[160686, 368758], [3, -8]], [[239812, 376585], [-307, 30], [-14, -1889]], [[239491, 374726], [-1074, 471]], [[237045, 376555], [-22, -4864]], [[237023, 371691], [-1517, 258]], [[235506, 371949], [0, 363]], [[235506, 372312], [11, 6776]], [[266495, 375823], [-378, -675]], [[266117, 375148], [-384, 1730]], [[280011, 373429], [-196, -1763], [-242, 63], [-67, -1661]], [[279506, 370068], [-122, -195]], [[279384, 369873], [-552, 4224], [-292, 636]], [[259094, 374655], [-346, -3823]], [[258748, 370832], [-372, -503], [-265, 1038], [-246, -1075]], [[257865, 370292], [-129, 1809]], [[257736, 372101], [-46, 3371]], [[232995, 379110], [-18, -5688]], [[232977, 373422], [-1212, 29]], [[234225, 379100], [-29, -5681]], [[234196, 373419], [-1219, 3]], [[235506, 372312], [-1310, 27]], [[234196, 372339], [0, 1080]], [[287953, 369117], [-126, 1004]], [[287827, 370121], [-283, 134], [320, 3324], [379, 1762], [191, 2955]], [[289111, 378680], [-116, -2440], [-517, -3407], [-55, -2436], [-470, -1280]], [[271755, 374466], [-438, -677], [176, -948], [-282, -761]], [[271211, 372080], [-347, 405], [-184, -776], [-249, 1135], [-83, 2839], [-218, 2247]], [[286401, 372837], [-192, 2274], [-246, 286]], [[285766, 378696], [289, -8], [647, -2450], [-301, -3401]], [[242719, 370999], [-614, 37]], [[242105, 371036], [2, 817], [-459, 1220], [12, 2703]], [[208389, 375000], [-289, -1427], [-262, -3093], [-561, -3167], [-509, -171], [-616, -1904]], [[206152, 365238], [46, 2010], [-135, 4024], [-310, 764], [-525, -1496]], [[205228, 370540], [79, 3230]], [[283630, 374477], [147, -1396], [514, -1038], [-44, -591]], [[284247, 371452], [-292, -1688]], [[283955, 369764], [-489, 1286], [-105, 1395], [-525, 503]], [[282836, 372948], [-465, 418]], [[281362, 373717], [-225, -1081]], [[281137, 372636], [-621, 1277], [-80, 700]], [[281631, 376623], [-269, -2906]], [[260247, 374884], [160, -1473]], [[260407, 373411], [-544, -3500], [-48, -1933]], [[259815, 367978], [-431, 176]], [[259384, 368154], [-184, 2177], [-263, 88]], [[258937, 370419], [-189, 413]], [[263875, 375552], [-250, -1451]], [[263625, 374101], [-126, -753], [-407, 1614]], [[263092, 374962], [19, 867]], [[268954, 376150], [-162, -516], [84, -2449]], [[268876, 373185], [-340, 667], [-495, -733]], [[268041, 373119], [-179, 2658]], [[219879, 376796], [30, -8168]], [[219909, 368628], [-1216, -7]], [[218693, 368621], [1, 4867]], [[257736, 372101], [-514, 1415]], [[257222, 373516], [-85, 1915], [-348, 1667]], [[273601, 375032], [187, -2459], [-193, 530], [-410, -2364]], [[273185, 370739], [-292, -249], [-64, -1205]], [[272829, 369285], [-281, 1663], [-394, 3474], [-139, 91]], [[261877, 376492], [-288, -708], [-405, -2399]], [[261184, 373385], [-333, -3287]], [[260851, 370098], [-286, -39], [142, 1604], [-300, 1748]], [[271211, 372080], [-148, -2078]], [[271063, 370002], [-199, -676]], [[270864, 369326], [-114, 472]], [[270750, 369798], [-437, 240], [-582, 3546]], [[269731, 373584], [-227, 2107]], [[255889, 376513], [81, -2236], [-378, -1771]], [[255592, 372506], [-241, -671]], [[255351, 371835], [-666, -172]], [[254685, 371663], [-57, 1803], [-480, 3101]], [[285285, 373345], [270, -2335]], [[285555, 371010], [-138, -2862]], [[285417, 368148], [-256, 2601]], [[285161, 370749], [-819, 3092], [-256, 2540]], [[199665, 371687], [-1364, 1]], [[198301, 371688], [8, 1040], [301, 1491]], [[263092, 374962], [-79, -1906]], [[263013, 373056], [-780, -638]], [[262233, 372418], [68, 3271], [-83, 690]], [[201862, 375331], [-47, -8024]], [[201815, 367307], [-1165, -220], [0, 567]], [[269731, 373584], [-340, -1357], [-300, 301]], [[269091, 372528], [-215, 657]], [[277141, 373987], [-397, 706], [-568, -2859]], [[276176, 371834], [-345, -947], [-213, 581]], [[275618, 371468], [-210, 1192]], [[250737, 375829], [-7, -4869]], [[250730, 370960], [-827, -8], [-198, -520]], [[249705, 370432], [27, 2111], [-434, 1360], [-18, 830]], [[266117, 375148], [-215, -2029]], [[265902, 373119], [-39, -3]], [[265863, 373116], [-510, 788], [-270, 1472]], [[257222, 373516], [17, -1185], [-615, -2106]], [[256624, 370225], [-1032, 2281]], [[264865, 375659], [-28, -5332]], [[264837, 370327], [-303, -813]], [[264534, 369514], [-414, 301]], [[264120, 369815], [-495, 4286]], [[253866, 374660], [-364, -2527], [71, -1661]], [[253573, 370472], [-674, 471]], [[252899, 370943], [2, 5735]], [[262233, 372418], [-14, -886]], [[262219, 371532], [-865, 379], [-170, 1474]], [[221739, 373462], [9, -4974]], [[221748, 368488], [-1535, 133]], [[220213, 368621], [-304, 7]], [[228442, 368634], [-1822, -25]], [[226620, 368609], [-1, 4833]], [[252899, 370943], [-103, 7]], [[252796, 370950], [-827, -12]], [[251969, 370938], [6, 4916]], [[285161, 370749], [-468, -117]], [[284693, 370632], [-446, 820]], [[240417, 376457], [5, -7665]], [[240422, 368792], [-608, 47], [-4, -1332]], [[239810, 367507], [-305, 42]], [[239505, 367549], [-14, 7177]], [[160686, 368758], [-1094, 44], [-338, -404]], [[159254, 368398], [-341, 754], [-149, 3106], [-463, 2406], [48, 1826]], [[282836, 372948], [-67, -2692]], [[282769, 370256], [-815, 2165], [-30, -1006], [-320, 603]], [[281604, 372018], [-242, 1699]], [[249705, 370432], [0, -110]], [[249705, 370322], [-946, 616]], [[248759, 370938], [-796, -36]], [[247963, 370902], [0, 824]], [[238263, 375223], [35, -4781]], [[238298, 370442], [-1280, 166]], [[237018, 370608], [5, 1083]], [[166715, 374265], [-765, -4053], [-188, -2675], [-313, 4], [-790, -4320]], [[164659, 363221], [-270, 1013], [-380, 3367], [-298, 3994]], [[254685, 371663], [-553, -2946]], [[254132, 368717], [-234, 1246], [-124, -776]], [[253774, 369187], [-201, 1285]], [[242105, 371036], [-9, -2451]], [[242096, 368585], [-1210, 161]], [[240886, 368746], [-464, 46]], [[198301, 371688], [-2633, -143], [-352, -2742]], [[268041, 373119], [135, -3677], [-93, -602]], [[268083, 368840], [-64, 308]], [[268019, 369148], [-398, 2375], [-439, 724]], [[267182, 372247], [-37, 801]], [[273842, 367755], [-4, 20]], [[273838, 367775], [-653, 2964]], [[274386, 373404], [-544, -5649]], [[251969, 370938], [-926, -51]], [[251043, 370887], [-313, 73]], [[267182, 372247], [-389, 564], [-373, -1145]], [[266420, 371666], [-518, 1453]], [[265863, 373116], [-284, -991], [-227, -2237]], [[265352, 369888], [-515, 439]], [[286401, 372837], [-31, -1676], [-479, 915], [-228, 2729]], [[203687, 373713], [-2, -6471]], [[203685, 367242], [-1781, 53]], [[201904, 367295], [-89, 12]], [[158120, 372965], [-303, -2]], [[157817, 372963], [-33, 1344], [287, 552], [49, -1894]], [[239505, 367549], [-1221, 189]], [[238284, 367738], [14, 2704]], [[264120, 369815], [-276, -992]], [[263844, 368823], [-589, 2769]], [[263255, 371592], [-242, 1464]], [[224788, 373420], [0, -4871]], [[224788, 368549], [-1526, -10]], [[223262, 368539], [-2, 4887]], [[279384, 369873], [-416, -2088]], [[278968, 367785], [-186, -655]], [[278782, 367130], [-282, 1313]], [[278500, 368443], [-442, 1074], [-256, 1751]], [[211942, 371760], [-29, -11975]], [[211913, 359785], [-2568, -74]], [[209345, 359711], [-3196, -18]], [[206149, 359693], [3, 5545]], [[277630, 369701], [-234, -1501], [-213, 613], [-430, -1507], [-95, -1769]], [[276658, 365537], [-630, 2108]], [[276028, 367645], [291, 2275], [-143, 1914]], [[245159, 372763], [-5, -2033]], [[245154, 370730], [-438, 88], [-5, -1634], [288, -70], [-3, -1602]], [[244996, 367512], [-1212, 138]], [[243784, 367650], [-301, 26], [0, 3252], [-151, 2]], [[272829, 369285], [-248, -1599]], [[272581, 367686], [-815, 1322], [-628, 339], [-75, 655]], [[281137, 372636], [-25, -1023], [-602, -5508]], [[280510, 366105], [-361, 1084]], [[280149, 367189], [-643, 2879]], [[167514, 370686], [-806, -4323], [-52, -2727], [-160, -1067], [-478, -108], [49, -890], [-436, -1627], [-319, -2893], [-1552, -1282], [-242, 1461], [-239, 3370]], [[163279, 360600], [183, 976], [522, 1046], [675, 599]], [[285850, 370354], [-295, 656]], [[285474, 374121], [422, -2948], [651, -1011], [-346, -835], [-351, 1027]], [[269091, 372528], [-167, -3365], [109, -686], [-352, -3385]], [[268681, 365092], [-160, 2649], [-438, 1099]], [[205228, 370540], [-718, -4116]], [[204510, 366424], [-823, 2], [-2, 816]], [[281604, 372018], [-166, -3772]], [[281438, 368246], [-287, -1612]], [[281151, 366634], [-415, -1159], [-226, 630]], [[270750, 369798], [-954, -4452]], [[269796, 365346], [-678, -1792]], [[269118, 363554], [-32, -122]], [[269086, 363432], [-466, 1404]], [[268620, 364836], [61, 256]], [[246882, 371764], [-42, -6070]], [[246840, 365694], [-2, -838], [-515, -29]], [[246323, 364827], [-104, 1909], [11, 4271], [-1076, -277]], [[216257, 373489], [3, -6477]], [[216260, 367012], [-86, 2]], [[216174, 367014], [-1351, 13]], [[214823, 367027], [0, 4749]], [[257865, 370292], [-200, -146], [146, -3006]], [[257811, 367140], [-547, -1924], [-253, -1484]], [[257011, 363732], [-559, 3794]], [[256452, 367526], [172, 2699]], [[217475, 373489], [0, -6490]], [[217475, 366999], [-1215, 13]], [[218693, 368621], [0, -1623]], [[218693, 366998], [-1158, 2]], [[217535, 367000], [-60, -1]], [[223262, 368539], [4, -1605]], [[223266, 366934], [-1483, -59]], [[221783, 366875], [-35, 1613]], [[226620, 368609], [1, -1637]], [[226621, 366972], [-1512, -41]], [[225109, 366931], [-321, 1], [0, 1617]], [[232977, 373422], [0, -6492]], [[232977, 366930], [-1214, 49]], [[231763, 366979], [2, 4042]], [[234196, 372339], [0, -5412]], [[234196, 366927], [-1206, 3]], [[232990, 366930], [-13, 0]], [[260851, 370098], [153, -1651]], [[261004, 368447], [-327, 81]], [[260677, 368528], [-206, -892]], [[260471, 367636], [-656, 342]], [[262219, 371532], [-27, -1601]], [[262192, 369931], [-95, -2448]], [[262097, 367483], [-273, 950], [-278, -893], [-215, 1025], [-327, -118]], [[275618, 371468], [-300, -1181], [80, -1044], [-490, -1589]], [[274908, 367654], [-100, 1094], [-720, -2036], [-246, 1043]], [[266420, 371666], [-159, -2460]], [[266261, 369206], [-144, 586], [-553, -948], [-155, 568]], [[265409, 369412], [-57, 476]], [[263255, 371592], [-527, -1618]], [[262728, 369974], [-536, -43]], [[283955, 369764], [143, -836]], [[284098, 368928], [-199, -2026]], [[283899, 366902], [-182, 62]], [[283717, 366964], [-298, 1139]], [[283419, 368103], [99, 1639], [-146, 1185]], [[283372, 370927], [-246, -568]], [[283126, 370359], [-198, -214]], [[282928, 370145], [-159, 111]], [[158120, 372965], [96, -2153], [271, -374], [409, -1981]], [[158896, 368457], [-209, -644], [106, -2702]], [[158793, 365111], [-4, -1304], [-465, -535], [78, -1485]], [[158402, 361787], [-314, 1660], [11, 3040], [-319, 2976], [37, 3500]], [[268019, 369148], [-408, 283], [-84, -2105]], [[267527, 367326], [-252, 702], [-463, -1950], [-186, 747], [-277, -816]], [[266349, 366009], [-88, 3197]], [[282769, 370256], [-560, -2687]], [[282209, 367569], [-433, 1404], [-338, -727]], [[256452, 367526], [-546, -453]], [[255906, 367073], [-158, 651], [-62, 2671]], [[255686, 370395], [-335, 1440]], [[235506, 371949], [0, -5388]], [[235506, 366561], [0, -480]], [[235506, 366081], [-1273, 28]], [[234233, 366109], [-37, 818]], [[276028, 367645], [-525, -1521]], [[275503, 366124], [-183, 485], [-294, -965]], [[275026, 365644], [-118, 2010]], [[206149, 359693], [-184, -2]], [[205965, 359691], [-1385, 13]], [[204580, 359704], [-148, 938], [143, 4466], [-65, 1316]], [[237018, 370608], [-19, -4325]], [[236999, 366283], [-1493, 278]], [[255686, 370395], [-1221, -4085]], [[254465, 366310], [33, 525]], [[254498, 366835], [-359, 563], [-7, 1319]], [[247963, 370902], [3, -5312], [-200, 55]], [[247766, 365645], [-926, 49]], [[214823, 367027], [-1, -7366]], [[214822, 359661], [-2676, 121]], [[212146, 359782], [-233, 3]], [[198301, 371688], [-141, -896], [-30, -2362], [-478, -2240], [-241, -2267], [2, -1425], [-247, -2726]], [[197166, 359772], [-1855, -8]], [[199666, 367649], [1, -7868]], [[199667, 359781], [-2501, -9]], [[163279, 360600], [-1049, -5634]], [[162230, 354966], [-621, 1774], [-205, 2320]], [[161404, 359060], [-33, 3269]], [[263844, 368823], [-156, -2927]], [[263688, 365896], [-150, 509], [-457, -2191]], [[263081, 364214], [-5, 2272], [-355, 1236], [7, 2252]], [[284693, 370632], [402, -618], [175, -1717]], [[285270, 368297], [-384, -511], [-28, -974]], [[284858, 366812], [-760, 2116]], [[259384, 368154], [-65, -2032], [-241, -92]], [[259078, 366030], [-868, -273]], [[258210, 365757], [-399, 1383]], [[278500, 368443], [-229, -637], [32, -1405]], [[278303, 366401], [-518, -5580]], [[277785, 360821], [-108, -926], [-313, 672]], [[277364, 360567], [-363, 2794], [-342, 617]], [[276659, 363978], [-1, 1559]], [[184567, 369085], [6, -9298]], [[184573, 359787], [-3209, 1]], [[231763, 366979], [-8, -1628]], [[231755, 365351], [-1561, 66]], [[230194, 365417], [-3, 3233]], [[246323, 364827], [-123, -4110]], [[246200, 360717], [-515, 62], [-148, 783]], [[245537, 361562], [-47, 1372], [-348, 1595], [-44, 2975], [-102, 8]], [[249705, 370322], [275, -3108], [-171, -1185]], [[249809, 366029], [-13, -1567]], [[249796, 364462], [-367, -344], [-402, -1991]], [[249027, 362127], [-283, 3]], [[248744, 362130], [15, 8808]], [[243784, 367650], [-24, -6958]], [[243760, 360692], [-1208, 136]], [[242552, 360828], [-452, 64]], [[242100, 360892], [-4, 7693]], [[253774, 369187], [-63, -598], [-543, -370], [-221, -906]], [[252947, 367313], [-159, 350]], [[252788, 367663], [8, 3287]], [[252788, 367663], [-169, -665], [-98, -2358], [240, -2056], [-183, -1537]], [[252578, 361047], [0, 1701], [-613, 3308]], [[251965, 366056], [4, 4882]], [[283419, 368103], [-491, 2042]], [[251965, 366056], [-546, -28], [-64, -613]], [[251355, 365415], [-321, 507]], [[251034, 365922], [9, 4965]], [[251034, 365922], [-568, 97]], [[250466, 366019], [-657, 10]], [[285850, 370354], [308, -1052]], [[286158, 369302], [-18, -1124]], [[286140, 368178], [152, -3489], [-321, -310], [-554, 3769]], [[248744, 362130], [-259, 20], [1, -1356], [-425, -246]], [[248061, 360548], [-311, 844], [16, 4253]], [[273838, 367775], [29, -1536], [-368, -994]], [[273499, 365245], [-679, -1091]], [[272820, 364154], [-382, 1913]], [[272438, 366067], [143, 1619]], [[168203, 368402], [-33, -2228], [201, -311], [166, -3441], [607, -1527], [212, -3239], [-22, -2583]], [[169334, 355073], [-1716, -82], [-1, -1560], [-890, 26], [-3, -1596], [-460, 19], [-298, -1620]], [[165966, 350260], [-246, -1296], [-814, -375], [-3, -4045], [-992, -5108]], [[163911, 339436], [-928, 3750], [56, 1793], [-140, 1162]], [[162899, 346141], [229, 1144], [-1, 2966], [-897, 4715]], [[238284, 367738], [-14, -2707]], [[238270, 365031], [-1188, 150]], [[237082, 365181], [-83, 1102]], [[265409, 369412], [279, -3141]], [[265688, 366271], [-442, -1825]], [[265246, 364446], [-535, 1287]], [[264711, 365733], [-177, 3781]], [[255906, 367073], [-251, -1812], [146, -2556]], [[255801, 362705], [-529, -954], [-438, 809]], [[254834, 362560], [-346, 1711], [-23, 2039]], [[283717, 366964], [-7, -1436]], [[283710, 365528], [-51, 69]], [[283659, 365597], [-117, -1255]], [[283542, 364342], [-75, -143]], [[283467, 364199], [-36, -77]], [[283431, 364122], [-87, -195]], [[283344, 363927], [-565, 790]], [[282779, 364717], [-265, 34], [-366, 1828], [61, 990]], [[280149, 367189], [-243, -2778]], [[279906, 364411], [-397, -807]], [[279509, 363604], [-259, 695], [-282, 3486]], [[287953, 369117], [-346, -3597], [-150, -3563], [-151, 2650], [266, 5441], [255, 73]], [[263081, 364214], [-502, -2273]], [[262579, 361941], [-398, 1304]], [[262181, 363245], [-37, 1322], [-302, 999]], [[261842, 365566], [255, 1917]], [[272438, 366067], [-555, -2439], [-498, 578]], [[271385, 364206], [-316, 930], [-383, 3657], [178, 533]], [[254498, 366835], [-802, -2923], [-19, -787]], [[253677, 363125], [-271, -607]], [[253406, 362518], [-71, 2344], [-388, 2451]], [[188715, 359808], [-3142, -15]], [[185573, 359793], [-1000, -6]], [[266349, 366009], [57, -1412]], [[266406, 364597], [-349, 1839], [-369, -165]], [[264711, 365733], [-224, -683], [-203, -2441]], [[264284, 362609], [-596, 3287]], [[271385, 364206], [-448, -1771]], [[270937, 362435], [-326, -1378], [-364, -500]], [[270247, 360557], [-283, 4288], [-168, 501]], [[286158, 369302], [207, 215], [310, -1575], [-73, -2372], [-462, 2608]], [[268620, 364836], [-243, -50], [-502, -1356]], [[267875, 363430], [-354, 1381], [6, 2515]], [[282779, 364717], [-405, -1350]], [[282374, 363367], [-1213, 1929]], [[281161, 365296], [-10, 1338]], [[284858, 366812], [77, -164]], [[284935, 366648], [-7, -2001], [-380, 948], [-673, 137], [24, 1170]], [[240886, 368746], [3, -7717]], [[240889, 361029], [-605, 67]], [[240284, 361096], [-452, 335]], [[239832, 361431], [-22, 6076]], [[161404, 359060], [-763, 407], [-257, -1537]], [[160384, 357930], [-486, 2766], [-658, 1780], [-447, 2635]], [[158896, 368457], [358, -59]], [[261842, 365566], [-523, -2202]], [[261319, 363364], [-642, 5164]], [[242100, 360892], [-1211, 137]], [[275026, 365644], [-484, -1303]], [[274542, 364341], [-690, -1814]], [[273852, 362527], [-445, 2380], [92, 338]], [[230194, 365417], [-2, -5660]], [[230192, 359757], [-625, 5]], [[229567, 359762], [-1109, 1]], [[228458, 359763], [-16, 8871]], [[228458, 359763], [-876, -6]], [[227582, 359757], [-948, 0]], [[226634, 359757], [-13, 7215]], [[220213, 368621], [49, -8799]], [[220262, 359822], [-1515, -40]], [[218747, 359782], [-2, 7215], [-52, 1]], [[221783, 366875], [7, -7101]], [[221790, 359774], [-1286, 38]], [[220504, 359812], [-242, 10]], [[225109, 366931], [7, -7184]], [[225116, 359747], [-550, 11]], [[224566, 359758], [-1269, 13]], [[223297, 359771], [-31, 7163]], [[261319, 363364], [-484, -1545]], [[260835, 361819], [-445, 1353]], [[260390, 363172], [-31, 2226], [112, 2238]], [[278782, 367130], [-479, -729]], [[176230, 341181], [676, -3535]], [[176906, 337646], [-237, -293], [-2131, -6], [-3163, 16]], [[171375, 337363], [-1036, -168]], [[170339, 337195], [74, 1516], [-404, 8051], [81, 566], [-423, 2802], [-72, 2164], [-261, 2779]], [[285483, 364729], [247, -950]], [[285730, 363779], [-49, -868]], [[285681, 362911], [-94, 912], [-633, 479], [-19, 2346]], [[285270, 368297], [233, -1659]], [[285503, 366638], [-153, -1180]], [[285350, 365458], [133, -729]], [[260390, 363172], [-160, -225]], [[260230, 362947], [-453, -403], [-418, 352]], [[259359, 362896], [21, 897], [-302, 2237]], [[267875, 363430], [-170, -1501], [19, -1797], [-189, -331]], [[267535, 359801], [-167, 368]], [[267368, 360169], [-60, 2882], [-338, 936], [-80, 1342], [-349, -222], [-82, -931]], [[266459, 364176], [-53, 421]], [[279509, 363604], [-224, -3408]], [[279285, 360196], [-519, 775]], [[278766, 360971], [-292, -175], [-159, 1424], [-530, -1399]], [[239832, 361431], [-1514, 177]], [[238318, 361608], [-48, 3423]], [[253406, 362518], [-128, -3094]], [[253278, 359424], [-344, 1547], [-334, -766]], [[252600, 360205], [-233, 1071]], [[252367, 361276], [211, -229]], [[245537, 361562], [-556, -176], [-16, -3767]], [[244965, 357619], [-1212, 97]], [[243753, 357716], [7, 2976]], [[201904, 367295], [0, -3259], [564, -4371]], [[202468, 359665], [-2632, 116]], [[199836, 359781], [-169, 0]], [[276659, 363978], [-321, -1646], [-128, 663], [-334, -926]], [[275876, 362069], [-139, -177]], [[275737, 361892], [-37, 2241], [-197, 1991]], [[276171, 365518], [-31, -845]], [[276140, 364673], [211, -935], [217, 1690], [-397, 90]], [[257011, 363732], [-118, -2665]], [[256893, 361067], [-311, -151]], [[256582, 360916], [-548, -371], [-28, 565]], [[256006, 361110], [-205, 1595]], [[281161, 365296], [-22, -3279]], [[281139, 362017], [-569, -758]], [[280570, 361259], [-694, 2327], [30, 825]], [[204580, 359704], [-804, -10]], [[203776, 359694], [-1308, -29]], [[258405, 362945], [-625, 205], [-142, -3375]], [[257638, 359775], [-745, 1292]], [[258210, 365757], [195, -2812]], [[216174, 367014], [4, -7320]], [[216178, 359694], [-1317, -41]], [[214861, 359653], [-39, 8]], [[217535, 367000], [4, -7258]], [[217539, 359742], [-1361, -48]], [[218747, 359782], [-870, -30]], [[217877, 359752], [-338, -10]], [[232990, 366930], [-4, -7162]], [[232986, 359768], [-736, 0]], [[232250, 359768], [-495, -4]], [[231755, 359764], [0, 5587]], [[226634, 359757], [-863, -11]], [[225771, 359746], [-655, 1]], [[223297, 359771], [-1270, 0]], [[222027, 359771], [-237, 3]], [[234233, 366109], [3, -6336]], [[234236, 359773], [-930, -5]], [[233306, 359768], [-320, 0]], [[254834, 362560], [-147, -2742]], [[254687, 359818], [-400, -772]], [[254287, 359046], [-461, 3988], [-149, 91]], [[285503, 366638], [154, -1165], [635, -2093], [-66, -1012]], [[286226, 362368], [53, -609]], [[286279, 361759], [-115, -211]], [[286164, 361548], [-434, 2231]], [[285483, 364729], [-133, 729]], [[237082, 365181], [-19, -4504]], [[237063, 360677], [-1557, 162]], [[235506, 360839], [0, 5242]], [[275737, 361892], [-473, -1709], [-546, -689]], [[274718, 359494], [-101, 1954]], [[274617, 361448], [153, 1099]], [[274770, 362547], [-228, 1794]], [[266459, 364176], [-121, -2911], [119, -2630]], [[266457, 358635], [-224, 322]], [[266233, 358957], [-784, 1845]], [[265449, 360802], [-274, 2103], [71, 1541]], [[264091, 359038], [-613, -1731]], [[263478, 357307], [-281, 2109], [-435, 319]], [[262762, 359735], [-183, 2206]], [[264284, 362609], [-193, -3571]], [[235506, 360839], [0, -1078]], [[235506, 359761], [-1085, 11]], [[234421, 359772], [-185, 1]], [[259359, 362896], [-159, -1977]], [[259200, 360919], [-468, 373], [-327, 1653]], [[276140, 364673], [31, 845]], [[252367, 361276], [-1008, 2722]], [[251359, 363998], [-4, 1417]], [[272820, 364154], [-287, -1786], [161, -862], [-535, -1063], [70, -474]], [[272229, 359969], [-685, -1435], [-271, 477]], [[271273, 359011], [-336, 3424]], [[250466, 366019], [-48, -4180], [274, -850]], [[250692, 360989], [92, -1564]], [[250784, 359425], [-347, 1556], [-155, -1005]], [[250282, 359976], [-177, 539], [-309, 3947]], [[265449, 360802], [-249, -1448], [-375, -410]], [[264825, 358944], [-564, -169]], [[264261, 358775], [-170, 263]], [[251359, 363998], [-15, -29]], [[251344, 363969], [-427, -1199], [-225, -1781]], [[267368, 360169], [-217, -969], [-641, -1367]], [[266510, 357833], [-53, 802]], [[248061, 360548], [-409, -2218]], [[247652, 358330], [-1170, 82]], [[246482, 358412], [-282, 2305]], [[283884, 365227], [441, 265], [239, -1371]], [[284564, 364121], [-405, -2255]], [[284159, 361866], [-678, -2215]], [[283481, 359651], [-2, 3311]], [[283479, 362962], [63, 1380]], [[283659, 365597], [225, -370]], [[262181, 363245], [-452, -3529], [-71, -1327]], [[261658, 358389], [-614, 240]], [[261044, 358629], [-209, 3190]], [[270247, 360557], [-500, -1318]], [[269747, 359239], [-387, 951], [-242, 3364]], [[231755, 359764], [-101, -4]], [[231654, 359760], [-1462, -3]], [[273852, 362527], [-162, -1380]], [[273690, 361147], [-561, -945], [-310, 462], [-429, -1770]], [[272390, 358894], [-161, 1075]], [[282112, 359572], [-317, 633]], [[281795, 360205], [-220, -114], [-436, 1926]], [[282374, 363367], [-290, -906], [28, -2889]], [[238318, 361608], [-4, -1905]], [[238314, 359703], [-2, -1358]], [[238312, 358345], [-1259, 166]], [[237053, 358511], [10, 2166]], [[160384, 357930], [-174, -102]], [[160210, 357828], [-281, 264], [-164, -998]], [[159765, 357094], [-379, 2271], [-464, -404], [-520, 2826]], [[283344, 363927], [135, -965]], [[283481, 359651], [-614, -2145]], [[282867, 357506], [-109, 311]], [[282758, 357817], [-299, 1492], [-347, 263]], [[269086, 363432], [-450, -1508], [10, -1311], [-407, -1312]], [[268239, 359301], [-193, 764], [-584, -1127], [73, 863]], [[250282, 359976], [-572, -2622]], [[249710, 357354], [-479, -188]], [[249231, 357166], [11, 1267], [-274, 2900], [59, 794]], [[280570, 361259], [-138, -3504]], [[280432, 357755], [-433, -3598]], [[279999, 354157], [-48, 2703], [-666, 3336]], [[274770, 362547], [-153, -1099]], [[274718, 359494], [-251, -983]], [[274467, 358511], [-297, -983]], [[274170, 357528], [-480, 3619]], [[285497, 362381], [-63, -1487], [-424, -1183]], [[285010, 359711], [-289, -964]], [[284721, 358747], [-34, 2055], [-528, 1064]], [[284564, 364121], [581, -507], [352, -1233]], [[277364, 360567], [-130, -3464]], [[277234, 357103], [-337, -1260], [-663, 787], [-116, -677]], [[276118, 355953], [-70, 868], [-471, 580]], [[275577, 357401], [360, 2850], [-61, 1818]], [[251671, 358926], [-486, -648], [-308, 443]], [[250877, 358721], [-93, 704]], [[251344, 363969], [327, -5043]], [[252600, 360205], [-4, -1497]], [[252596, 358708], [-916, 78]], [[251680, 358786], [-9, 140]], [[286164, 361548], [133, -1960]], [[286297, 359588], [-664, 2557], [48, 766]], [[269747, 359239], [82, -1209], [-301, -552]], [[269528, 357478], [-635, 40], [-381, -1462]], [[268512, 356056], [-298, 1723]], [[268214, 357779], [25, 1522]], [[259200, 360919], [-148, -2366]], [[259052, 358553], [-666, -2939]], [[258386, 355614], [14, 578], [-508, 429], [-79, 979]], [[257813, 357600], [-175, 2175]], [[262762, 359735], [-638, -2584]], [[262124, 357151], [-421, -78]], [[261703, 357073], [-45, 1316]], [[261044, 358629], [-402, -2234]], [[260642, 356395], [-399, 432]], [[260243, 356827], [-13, 6120]], [[254287, 359046], [-781, -1739]], [[253506, 357307], [-228, 2117]], [[260243, 356827], [-662, -2212]], [[259581, 354615], [-529, 3938]], [[256006, 361110], [-211, -8003]], [[255795, 353107], [-851, -64]], [[254944, 353043], [-147, -18]], [[254797, 353025], [95, 6137], [-205, 656]], [[285916, 358061], [-1039, -4907]], [[284877, 353154], [-34, 77]], [[284843, 353231], [-42, 1109]], [[284801, 354340], [305, 3818], [-96, 1553]], [[285497, 362381], [59, -1873], [467, -1557], [-107, -890]], [[271273, 359011], [-157, -551]], [[271116, 358460], [-308, -1199], [-364, -179], [-73, -1054], [-635, -1658]], [[269736, 354370], [-208, 3108]], [[278766, 360971], [-356, -9724]], [[278410, 351247], [-345, -4]], [[278065, 351243], [106, 760], [-263, 1161], [-285, -493], [86, -1438]], [[277709, 351233], [-112, -1]], [[277597, 351232], [-569, 21]], [[277028, 351253], [206, 5850]], [[275577, 357401], [-419, -1374], [-218, -1669]], [[274940, 354358], [-473, 4153]], [[249231, 357166], [-25, -4320], [-720, 33]], [[248486, 352879], [-527, 25]], [[247959, 352904], [-9, 1582], [-298, 3844]], [[281795, 360205], [-66, -4560]], [[281729, 355645], [-596, 561], [-701, 1549]], [[286315, 361864], [-36, -105]], [[286315, 361864], [307, -509], [-325, -1767]], [[284721, 358747], [-1328, -4408]], [[283393, 354339], [-167, 252], [88, 2639], [-447, 276]], [[246482, 358412], [44, -2141]], [[246526, 356271], [-1263, 227]], [[245263, 356498], [-303, 38], [5, 1083]], [[240284, 361096], [-17, -4867]], [[240267, 356229], [-1101, 142]], [[239166, 356371], [-106, 8], [13, 3262], [-759, 62]], [[274170, 357528], [-841, -1351]], [[273329, 356177], [-156, -696], [-455, -110]], [[272718, 355371], [-328, 3523]], [[257813, 357600], [-221, -728], [-203, -3628]], [[257389, 353244], [-828, -107]], [[256561, 353137], [21, 7779]], [[256561, 353137], [-151, -14]], [[256410, 353123], [-615, -16]], [[242552, 360828], [-65, -4878]], [[242487, 355950], [-1819, 221]], [[240668, 356171], [-401, 58]], [[253506, 357307], [130, -2237]], [[253636, 355070], [-1045, 64]], [[252591, 355134], [5, 3574]], [[250877, 358721], [-61, -2945]], [[250816, 355776], [-215, -1258], [64, -1202]], [[250665, 353316], [-204, -1647], [-215, 1259]], [[250246, 352928], [-536, 4426]], [[279999, 354157], [-151, -412], [-88, -2492]], [[279760, 351253], [-173, -5]], [[279587, 351248], [-953, 1]], [[278634, 351249], [-224, -2]], [[243753, 357716], [-40, -7253]], [[243713, 350463], [-1248, -11]], [[242465, 350452], [22, 5498]], [[237053, 358511], [-17, -3425]], [[237036, 355086], [-1531, 348]], [[235505, 355434], [1, 4327]], [[266233, 358957], [17, -976], [-599, -2205], [-221, -1818]], [[265430, 353958], [-521, 3091], [-84, 1895]], [[282758, 357817], [6, -3369], [-310, -3129]], [[282454, 351319], [-369, -16]], [[282085, 351303], [-408, -9]], [[281677, 351294], [52, 4351]], [[268214, 357779], [-540, -708], [-177, -2081], [-906, -1448]], [[266591, 353542], [-141, 2662], [60, 1629]], [[272718, 355371], [-733, -1028], [-226, -1288]], [[271759, 353055], [-261, 2813], [-382, 2592]], [[192649, 359743], [0, -24860], [483, -3], [-46, -2691], [-3, -12919], [-57, -4902], [46, -1624], [-29, -12941], [-91, -9], [0, -3908]], [[192952, 295886], [-303, 169]], [[192649, 296055], [0, 7877], [-2090, 0], [0, 4900]], [[190559, 308832], [0, 51008]], [[190559, 308832], [-267, 69], [-549, 2097], [-586, 1352], [-625, -723], [-214, 1094]], [[188318, 312721], [8, 6150], [-629, 15], [-1, 3313], [-1550, -154], [-3, 3263], [-297, 21], [4, 2068], [-380, -319], [-149, 1054], [-899, 1045], [-616, 2799], [-445, 401]], [[183361, 332377], [1, 5120], [66, 1656], [-122, 2775], [363, 944], [70, 1118], [518, 1618], [615, 865], [469, 2332], [-89, 1927], [91, 1455], [24, 3834], [237, 2874], [-31, 898]], [[254797, 353025], [-1049, 763]], [[253748, 353788], [-112, 1282]], [[233306, 359768], [-67, -1052], [1, -6427]], [[233240, 352289], [-1054, -2]], [[232186, 352287], [-1, 6412], [65, 1069]], [[231654, 359760], [-1, -10708]], [[231653, 349052], [-2, -4884], [-743, 12]], [[230908, 344180], [41, 1148], [-278, 232], [-357, 1844], [-191, -673], [-230, 2345], [-236, 376], [-145, 2238], [-299, -1766], [-371, 677]], [[228842, 350601], [273, 1701], [-395, -68]], [[228720, 352234], [-26, 1706], [357, -36], [129, 1256], [379, 564], [8, 4038]], [[224566, 359758], [31, -9970]], [[224597, 349788], [-210, -1342], [-482, 1078], [-172, 1064], [-325, 12]], [[223408, 350600], [-48, 1718], [-452, 3424], [-433, 679]], [[222475, 356421], [0, 1]], [[222475, 356422], [-448, 3349]], [[234421, 359772], [22, -6122]], [[234443, 353650], [-18, -2995]], [[234425, 350655], [-897, 9]], [[233528, 350664], [-1, 1625], [-287, 0]], [[232186, 352287], [-8, -3237]], [[232178, 349050], [-525, 2]], [[227582, 359757], [-1, -7542]], [[227581, 352215], [-1788, -1]], [[225793, 352214], [-22, 7532]], [[225793, 352214], [0, -2428]], [[225793, 349786], [-1196, 2]], [[228720, 352234], [-1136, -19]], [[227584, 352215], [-3, 0]], [[235505, 355434], [1, -1837]], [[235506, 353597], [-1063, 53]], [[222475, 356421], [0, -4177], [-865, -45]], [[221610, 352199], [-1108, 8]], [[220502, 352207], [2, 7605]], [[203776, 359694], [98, -2074], [-26, -3169], [117, -4650], [-91, -2222], [-239, -893], [559, -1233], [337, -2424], [573, -1622]], [[205104, 341407], [-115, -753], [-407, 115]], [[204582, 340769], [2, 439], [-988, -6], [48, -1326], [-533, 2]], [[203111, 339878], [-7, 660]], [[203104, 340538], [1, 655], [-1776, -49], [0, 4052], [-2059, 59]], [[199270, 345255], [16, 10890], [481, 2044], [69, 1592]], [[199270, 345255], [-7, -4085]], [[199263, 341170], [-3954, 38]], [[195309, 341208], [2, 18556]], [[195309, 341208], [0, -19410]], [[195309, 321798], [-1, -7083]], [[195308, 314715], [-3, -14913]], [[195305, 299802], [-837, -13], [-15, -900], [-398, -1421]], [[194055, 297468], [-881, -3135], [-222, 1553]], [[212146, 359782], [0, -9302]], [[212146, 350480], [-110, 1], [3, -8289]], [[212039, 342192], [-2, -5881]], [[212037, 336311], [-929, 13]], [[211108, 336324], [28, 6448], [-1196, -12], [1, 1644], [-599, 9], [0, 810]], [[209342, 345223], [3, 14488]], [[214861, 359653], [-12, -9170]], [[214849, 350483], [-362, -4]], [[214487, 350479], [-2341, 1]], [[217877, 359752], [-24, -9286]], [[217853, 350466], [-365, -7]], [[217488, 350459], [-1501, 5]], [[215987, 350464], [-1138, 19]], [[220502, 352207], [-2, -1740]], [[220500, 350467], [-1510, -6]], [[218990, 350461], [-1137, 5]], [[284801, 354340], [42, -1109]], [[284877, 353154], [-51, -1711]], [[284826, 351443], [-1, -153]], [[284825, 351290], [-691, 44]], [[284134, 351334], [-370, -26]], [[283764, 351308], [-248, 1789], [-323, 550], [200, 692]], [[263478, 357307], [2, -789], [-559, -4123]], [[262921, 352395], [-20, 2]], [[262901, 352397], [-528, 227]], [[262373, 352624], [-249, 4527]], [[205965, 359691], [58, -1482], [-85, -3570], [-387, -996], [-22, -2199], [163, -1118], [-61, -4279]], [[205631, 346047], [-184, -448], [-36, -1983], [-307, -2209]], [[209342, 345223], [-1191, 14]], [[208151, 345237], [-1196, -14], [2, 803], [-1326, 21]], [[239166, 356371], [-30, -5933]], [[239136, 350438], [-750, 14]], [[238386, 350452], [29, 5979], [-103, 1914]], [[162899, 346141], [-231, -1190], [-456, 1973], [-261, -928], [-61, 1185], [-572, 3411], [-183, -60], [-19, 1981], [-417, 1414], [44, 778], [-533, 3123]], [[265430, 353958], [-148, -1853]], [[265282, 352105], [-222, 46]], [[265060, 352151], [-603, 35]], [[264457, 352186], [-224, 1544], [-135, 2569], [163, 2476]], [[286870, 358327], [-79, -1657]], [[286791, 356670], [-328, 768], [3, 1656], [404, -767]], [[264457, 352186], [-96, -2]], [[264361, 352184], [-1440, 211]], [[266591, 353542], [-596, -1193]], [[265995, 352349], [-713, -244]], [[251680, 358786], [-1, -3231]], [[251679, 355555], [-863, 221]], [[252591, 355134], [-9, -4639]], [[252582, 350495], [-78, 9]], [[252504, 350504], [-835, 20]], [[251669, 350524], [10, 5031]], [[261703, 357073], [-226, -4256]], [[261477, 352817], [-391, -141]], [[261086, 352676], [-444, 3719]], [[259581, 354615], [12, -1749]], [[259593, 352866], [-647, 210]], [[258946, 353076], [-576, 206]], [[258370, 353282], [16, 2332]], [[238386, 350452], [-787, -3]], [[237599, 350449], [-586, 0]], [[237013, 350449], [23, 4637]], [[287748, 351418], [-69, 0]], [[287679, 351418], [-139, 3114], [-110, -3118]], [[287430, 351414], [-90, 0]], [[287340, 351414], [-61, 2]], [[287279, 351416], [-242, -2]], [[287037, 351414], [1, 2143], [150, 496], [-378, 1441], [-61, 1239]], [[286749, 356733], [42, -63]], [[286870, 358327], [530, -179], [348, -6730]], [[274940, 354358], [-364, -882], [-48, -1926]], [[274528, 351550], [-629, 24]], [[273899, 351574], [-213, 1696]], [[273686, 353270], [-50, 397]], [[273636, 353667], [-307, 2510]], [[270321, 353193], [-338, -940]], [[269983, 352253], [-141, 1]], [[269842, 352254], [-106, 2116]], [[271759, 353055], [-114, -499]], [[271645, 352556], [-501, 43]], [[271144, 352599], [-890, -363]], [[270254, 352236], [67, 957]], [[247959, 352904], [-202, -2471]], [[247757, 350433], [-990, 13]], [[246767, 350446], [-44, 3365], [-197, 2460]], [[286206, 357292], [36, 565]], [[286206, 357292], [-103, -959], [-95, -4917]], [[286008, 351416], [-140, 0]], [[285868, 351416], [-1042, 27]], [[285916, 358061], [-22, -1250], [348, 1046]], [[163911, 339436], [276, -2210]], [[164187, 337226], [-3149, 125]], [[161038, 337351], [-326, 1746], [-77, 1735], [-231, 787], [-396, 3161], [-503, 2053], [-222, 5105], [442, 1739], [40, 3417]], [[283764, 351308], [-1310, 11]], [[268512, 356056], [-491, -2310], [-105, -1529]], [[267916, 352217], [-1356, 67]], [[266560, 352284], [-565, 65]], [[281677, 351294], [-774, -7]], [[280903, 351287], [-371, -27]], [[280532, 351260], [-772, -7]], [[262373, 352624], [-838, 204]], [[261535, 352828], [-58, -11]], [[245263, 356498], [-29, -6068]], [[245234, 350430], [-782, -12]], [[244452, 350418], [-119, 11]], [[244333, 350429], [-620, 34]], [[269842, 352254], [-878, -31]], [[268964, 352223], [-617, -6]], [[268347, 352217], [-431, 0]], [[258370, 353282], [-422, -315]], [[257948, 352967], [-559, 277]], [[276118, 355953], [-148, -277], [114, -4413]], [[276084, 351263], [-1077, 152]], [[275007, 351415], [-479, 135]], [[250246, 352928], [-253, -2473]], [[249993, 350455], [-186, -21]], [[249807, 350434], [-151, 5]], [[249656, 350439], [-18, -3004]], [[249638, 347435], [-129, 1228], [-367, 441], [-80, -746], [-582, 45]], [[248480, 348403], [6, 4476]], [[286305, 356800], [-51, -466]], [[286570, 356468], [-316, -134]], [[286570, 356468], [124, 213]], [[286694, 356681], [55, 52]], [[287037, 351414], [-532, -2]], [[286505, 351412], [-497, 4]], [[286305, 356800], [-99, 492]], [[277028, 351253], [-871, 10]], [[276157, 351263], [-73, 0]], [[181366, 356861], [18, -12097], [-305, -3169], [-223, -192], [-381, 2417], [-725, -8], [-350, -1053], [144, -4362], [76, -6300], [227, -3470], [73, -3058], [-216, -1125], [36, -1876]], [[179740, 322568], [-2834, 15078]], [[261086, 352676], [-980, 65]], [[260106, 352741], [-513, 125]], [[246767, 350446], [-580, -1]], [[246187, 350445], [-953, -15]], [[240668, 356171], [-20, -5742]], [[240648, 350429], [-227, 4]], [[240421, 350433], [-1234, 7]], [[239187, 350440], [-51, -2]], [[223408, 350600], [12, -6428]], [[223420, 344172], [-1187, 51]], [[222233, 344223], [-596, -4], [-27, 7980]], [[273636, 353667], [50, -397]], [[273899, 351574], [-178, 50]], [[273721, 351624], [-1258, 239]], [[272463, 351863], [-903, 250]], [[271560, 352113], [85, 443]], [[242465, 350452], [-84, -5]], [[242381, 350447], [-1055, 0]], [[241326, 350447], [-678, -18]], [[251669, 350524], [-28, 4]], [[251641, 350528], [-22, -4]], [[251619, 350524], [-191, 1382], [-763, 1410]], [[237013, 350449], [-1507, 13]], [[235506, 350462], [0, 3135]], [[253748, 353788], [47, -3358]], [[253795, 350430], [-1213, 65]], [[170339, 337195], [-4266, 60]], [[166073, 337255], [29, 8917], [143, -16], [5, 2474], [-284, 1630]], [[254944, 353043], [136, -5034]], [[255080, 348009], [-640, -725], [-443, 466]], [[253997, 347750], [-26, 131]], [[253971, 347881], [-176, 2549]], [[235506, 350462], [154, -6283]], [[235660, 344179], [-653, -10]], [[235007, 344169], [-597, 8]], [[234410, 344177], [15, 6478]], [[257414, 348712], [-201, -1047], [-242, 621]], [[256971, 348286], [-207, -250], [-369, 1607]], [[256395, 349643], [15, 3480]], [[257948, 352967], [-373, -4227], [-161, -28]], [[258946, 353076], [-66, -2837]], [[258880, 350239], [-152, -2605]], [[258728, 347634], [-470, -221], [-397, -1687]], [[257861, 345726], [-447, 2986]], [[251619, 350524], [-1425, 9]], [[250194, 350533], [-201, -78]], [[256395, 349643], [-463, -2485]], [[255932, 347158], [-632, 238]], [[255300, 347396], [-220, 613]], [[278065, 351243], [-356, -10]], [[260035, 350463], [-39, -1632]], [[259996, 348831], [-420, 265]], [[259576, 349096], [-528, 339], [-168, 804]], [[260106, 352741], [-71, -2278]], [[248480, 348403], [6, -7256]], [[248486, 341147], [-919, -50]], [[247567, 341097], [-247, -13]], [[247320, 341084], [102, 953]], [[247422, 342037], [419, 2876]], [[247841, 344913], [353, 1892], [-44, 1811], [-209, 1819], [-184, -2]], [[262901, 352397], [149, -1465]], [[263050, 350932], [-592, 1050], [-298, -536], [-193, -2703]], [[261967, 348743], [-458, 2312]], [[261509, 351055], [26, 1773]], [[261509, 351055], [-433, -573], [-153, -1811]], [[260923, 348671], [-582, 2219], [-306, -427]], [[270706, 350628], [-572, -2009], [-308, -73]], [[269826, 348546], [-389, 912], [-672, -256]], [[268765, 349202], [199, 3021]], [[270254, 352236], [-271, 17]], [[271144, 352599], [-438, -1971]], [[271560, 352113], [-142, -3665]], [[271418, 348448], [-528, -1943]], [[270890, 346505], [-41, -397]], [[270849, 346108], [-351, 1893], [300, 1976], [-92, 651]], [[264361, 352184], [5, -1438], [-252, -900], [56, -3382], [-120, -1264]], [[264050, 345200], [-190, -992]], [[263860, 344208], [-474, 1989], [-250, 1871]], [[263136, 348068], [117, 454], [-203, 2410]], [[266560, 352284], [206, -1169], [31, -2258]], [[266797, 348857], [-174, -720], [-607, -562]], [[266016, 347575], [-183, 13], [-202, 1691], [-279, -297]], [[265352, 348982], [-292, 3169]], [[228842, 350601], [-61, -3232], [298, 0], [0, -1617]], [[229079, 345752], [-602, -1], [-1, -1624], [-593, -2]], [[227883, 344125], [-297, 101]], [[227586, 344226], [-2, 7989]], [[268347, 352217], [-502, -559], [-752, -3147]], [[267093, 348511], [-296, 346]], [[233528, 350664], [-299, -2], [-14, -8097]], [[233215, 342565], [-365, 1], [-131, 1627], [-399, 1]], [[232320, 344194], [-150, -1], [8, 4857]], [[265352, 348982], [-275, -2785]], [[265077, 346197], [-193, -790], [-429, 315], [-38, -1252], [-367, 730]], [[268765, 349202], [-61, -397]], [[268704, 348805], [-665, -1448], [-393, -1682]], [[267646, 345675], [-224, 1917], [-258, -1046]], [[267164, 346546], [-71, 1965]], [[227586, 344226], [-599, 4]], [[226987, 344230], [-1193, 4]], [[225794, 344234], [-1, 5552]], [[222233, 344223], [3, -2818]], [[222236, 341405], [-226, -158], [-275, -2614], [-162, -422], [-441, 841], [-101, 2156], [-521, -2268]], [[220510, 338940], [0, 3261]], [[220510, 342201], [-10, 8266]], [[272463, 351863], [277, -3899]], [[272740, 347964], [-622, -2325]], [[272118, 345639], [-700, 2809]], [[263136, 348068], [-494, -1684], [-81, -2308]], [[262561, 344076], [-537, -332]], [[262024, 343744], [-54, 115]], [[261970, 343859], [103, 956], [-106, 3928]], [[273721, 351624], [-182, -2986]], [[273539, 348638], [-167, -516], [-189, 1242], [-443, -1400]], [[230908, 344180], [-82, 5]], [[230826, 344185], [-902, -44]], [[229924, 344141], [-550, -15], [0, 1626], [-295, 0]], [[275007, 351415], [-33, -5379]], [[274974, 346036], [-1, -378]], [[274973, 345658], [-247, 762], [-926, -859]], [[273800, 345561], [12, 1685], [-273, 1392]], [[285868, 351416], [140, -749]], [[286008, 350667], [106, -2464]], [[286114, 348203], [-296, -486]], [[285818, 347717], [-335, -961]], [[285483, 346756], [-266, 1180], [-452, 774]], [[284765, 348710], [60, 2580]], [[287331, 347551], [-272, 271], [-554, 3590]], [[287279, 351416], [112, -2597], [320, -2367], [229, -3945], [-412, 3972], [-197, 1072]], [[287748, 351418], [261, -5943]], [[288009, 345475], [-7, -9]], [[288002, 345466], [-124, 1107], [-199, 4845]], [[276157, 351263], [-22, -5309]], [[276135, 345954], [-1161, 82]], [[287331, 347551], [294, -3319], [-296, 418], [-595, 3435]], [[286734, 348085], [-726, 2582]], [[282085, 351303], [5, -704]], [[282090, 350599], [-40, -2323], [-263, -3337]], [[281787, 344939], [-837, 1178]], [[280950, 346117], [82, 750], [-129, 4420]], [[284010, 345759], [-232, -1457]], [[283778, 344302], [-264, 840], [-153, 2057], [-292, -389], [-26, 2140], [-250, 1169], [-703, 480]], [[284134, 351334], [123, -1350], [-247, -4225]], [[284765, 348710], [428, -835], [170, -2171]], [[285363, 345704], [-1353, 55]], [[279587, 351248], [-16, -5691]], [[279571, 345557], [-415, 60]], [[279156, 345617], [-565, 56]], [[278591, 345673], [43, 5576]], [[280950, 346117], [-322, -1897], [-207, 205]], [[280421, 344425], [-40, 5196], [151, 1639]], [[280421, 344425], [-138, -2849]], [[280283, 341576], [-564, 914]], [[279719, 342490], [-155, 442], [7, 2625]], [[277597, 351232], [-60, -5440]], [[277537, 345792], [-1, -133]], [[277536, 345659], [-1401, 295]], [[278591, 345673], [-288, 31]], [[278303, 345704], [-766, 88]], [[261970, 343859], [-836, 1715], [-211, 1218]], [[260923, 346792], [0, 1879]], [[260923, 346792], [-350, -1703], [-444, 506]], [[260129, 345595], [-184, 949], [51, 2287]], [[283778, 344302], [137, -1341], [-235, -398]], [[283680, 342563], [-211, -1306]], [[283469, 341257], [-343, 603], [-21, 992], [-459, 1162]], [[282646, 344014], [-526, -168], [-333, 1093]], [[234410, 344177], [-298, -3], [1, -1624], [-250, 5]], [[233863, 342555], [-648, 10]], [[270849, 346108], [-412, -3021]], [[270437, 343087], [-395, 999]], [[270042, 344086], [-95, 1419], [-234, 366]], [[269713, 345871], [113, 2675]], [[286734, 348085], [37, -1381], [441, -2720], [-295, -510], [-337, 1726]], [[286580, 345200], [-247, 781], [-219, 2222]], [[251641, 350528], [29, -1722], [-373, -22], [-27, -3471]], [[251270, 345313], [-542, -338]], [[250728, 344975], [-915, 150]], [[249813, 345125], [341, 3659], [40, 1749]], [[225794, 344234], [-297, 0]], [[225497, 344234], [-1188, 0]], [[224309, 344234], [-889, -62]], [[252504, 350504], [-37, -6508]], [[252467, 343996], [-452, -1664]], [[252015, 342332], [-416, 1162], [-329, 1819]], [[249813, 345125], [-408, -510]], [[249405, 344615], [-185, 1255], [449, 35], [-218, 1039], [187, 491]], [[249807, 350434], [-151, 5]], [[215987, 342196], [-1502, -4]], [[214485, 342192], [2, 8287]], [[215987, 350464], [0, -8268]], [[253971, 347881], [-287, -10], [29, -1851], [-361, -2614]], [[253352, 343406], [3, 475], [-888, 115]], [[217486, 342236], [0, -44]], [[217486, 342192], [-1499, 4]], [[217488, 350459], [-2, -8223]], [[214485, 342192], [-2446, 0]], [[218990, 350461], [-2, -8244]], [[218988, 342217], [-1502, 19]], [[220510, 342201], [-1504, 15]], [[219006, 342216], [-18, 1]], [[237599, 350449], [-67, -2392], [210, -1186]], [[237742, 346871], [-201, -1331]], [[237541, 345540], [-238, -554], [-1004, 172], [-161, -2143], [-448, 53]], [[235690, 343068], [-30, 1111]], [[244333, 350429], [-13, -3019], [-310, 36], [-1, -1628], [-349, 62]], [[243660, 345880], [-1297, 148]], [[242363, 346028], [18, 4419]], [[239187, 350440], [-9, -7019]], [[239178, 343421], [-500, 72]], [[238678, 343493], [-199, 24], [-297, 3289], [-440, 65]], [[244452, 350418], [273, -1429], [140, -3024]], [[244865, 345965], [-253, -501], [-21, -6336]], [[244591, 339128], [-295, 860], [-689, 92]], [[243607, 340080], [77, 1094], [-24, 4706]], [[246124, 346133], [-9, -2184]], [[246115, 343949], [-921, 327], [-329, 1689]], [[246187, 350445], [91, -4020], [-154, -292]], [[240421, 350433], [-86, -130], [-16, -7014]], [[240319, 343289], [-151, 19]], [[240168, 343308], [-990, 113]], [[241326, 350447], [-51, -4301], [214, -302], [163, -1657], [2, -1854]], [[241654, 342333], [-1188, 137], [-147, 819]], [[242363, 346028], [-109, -2389]], [[242254, 343639], [-4, -1372], [-299, 33], [-7, -1620], [-298, 35]], [[241646, 340715], [8, 1618]], [[247841, 344913], [-363, -14], [3, 1092], [-1357, 142]], [[166073, 337255], [-1825, -24]], [[164248, 337231], [-61, -5]], [[259576, 349096], [-441, -2425]], [[259135, 346671], [-407, 963]], [[256971, 348286], [-234, -4732], [-157, -1542]], [[256580, 342012], [-358, 78]], [[256222, 342090], [31, 3291]], [[256253, 345381], [-11, 1627], [-310, 150]], [[269713, 345871], [-270, -1826], [-440, -1091]], [[269003, 342954], [-147, 935], [39, 5066], [-191, -150]], [[273800, 345561], [-24, -3359]], [[273776, 342202], [-410, -186]], [[273366, 342016], [-834, -921]], [[272532, 341095], [-604, 2256]], [[271928, 343351], [190, 2288]], [[266016, 347575], [-182, -3347]], [[265834, 344228], [-583, 406]], [[265251, 344634], [-174, 1563]], [[260129, 345595], [-76, -1981]], [[260053, 343614], [-159, -706], [-544, -143]], [[259350, 342765], [-215, 3906]], [[249405, 344615], [100, -1065], [-238, -811], [-78, -1540]], [[249189, 341199], [-703, -52]], [[232320, 344194], [0, -4873], [-163, -839]], [[232157, 338482], [-593, 17]], [[231564, 338499], [9, 4068], [-746, 8], [-1, 1610]], [[267164, 346546], [-203, 141], [-387, -2271]], [[266574, 344416], [-254, 92], [-305, -1843]], [[266015, 342665], [-181, 1563]], [[257861, 345726], [219, -2689]], [[258080, 343037], [-288, -2464]], [[257792, 340573], [-469, 1261], [-395, 312], [-275, -1179], [-73, 1045]], [[269003, 342954], [-22, -1048]], [[268981, 341906], [-95, 483], [-414, -1436], [-99, -1242], [-215, 430]], [[268158, 340141], [0, 1]], [[268158, 340142], [-746, 4390]], [[267412, 344532], [234, 1143]], [[271928, 343351], [-738, -110]], [[271190, 343241], [-274, 1942], [-26, 1322]], [[286580, 345200], [260, -2059], [-166, -58], [-563, 1793], [417, -1963], [-516, -159]], [[286012, 342754], [-231, 471], [37, 4492]], [[263860, 344208], [277, -2133]], [[264137, 342075], [-291, -1173], [-653, -1442]], [[263193, 339460], [-112, 1610], [-520, 3006]], [[255300, 347396], [-148, -2919]], [[255152, 344477], [-646, 1243], [-422, -29]], [[254084, 345691], [-87, 2059]], [[254084, 345691], [77, -2250], [-252, -3270], [243, -246], [-104, -1722]], [[254048, 338203], [-22, -470]], [[254026, 337733], [-578, 561]], [[253448, 338294], [-109, 14], [13, 5098]], [[259350, 342765], [125, -2327]], [[259475, 340438], [-385, -123]], [[259090, 340315], [-438, 450], [-572, 2272]], [[286012, 342754], [225, -326], [-290, -1136], [-496, 1123], [-83, 1530], [115, 2811]], [[267412, 344532], [-191, -1784]], [[267221, 342748], [-165, 990], [-482, 678]], [[256222, 342090], [-60, -1686]], [[256162, 340404], [-921, 638]], [[255241, 341042], [-89, 3435]], [[238678, 343493], [80, -2934], [-203, -1599], [13, -2199]], [[238568, 336761], [-493, 96]], [[238075, 336857], [-599, -165]], [[237476, 336692], [-145, 21]], [[237331, 336713], [52, 6147], [158, 2680]], [[262024, 343744], [-409, -705], [-49, -2263]], [[261566, 340776], [-126, 977], [-554, 938], [-379, -1246]], [[260507, 341445], [-454, 2169]], [[265251, 344634], [-424, -2187], [97, -598], [-378, -805], [-214, -1553]], [[264332, 339491], [-195, 2584]], [[274973, 345658], [38, -1939], [-162, -1685]], [[274849, 342034], [-546, 79]], [[274303, 342113], [-527, 89]], [[271190, 343241], [205, -849], [-197, -1935]], [[271198, 340457], [-257, 707]], [[270941, 341164], [-122, -754]], [[270819, 340410], [-107, -893]], [[270712, 339517], [-146, 572], [-129, 2998]], [[281787, 344939], [-692, -7162]], [[281095, 337777], [-139, 1398], [-673, 2401]], [[247320, 341084], [-33, -576], [-1290, 60]], [[245997, 340568], [118, 3381]], [[208151, 345237], [293, -4778], [-163, -1891], [63, -1472]], [[208344, 337096], [-1781, -187], [-951, 1848], [-1038, 6]], [[204574, 338763], [8, 2006]], [[276135, 345954], [-22, -4592]], [[276113, 341362], [-980, -698]], [[275133, 340664], [-284, 1370]], [[243607, 340080], [-387, -1384]], [[243220, 338696], [-296, 1224], [-438, 78], [155, 1793], [-387, 1848]], [[270042, 344086], [-542, -1570]], [[269500, 342516], [-247, -1768]], [[269253, 340748], [-294, -190], [22, 1348]], [[245997, 340568], [-63, -1620], [-438, 76]], [[245496, 339024], [-464, 93]], [[245032, 339117], [-441, 11]], [[277536, 345659], [-27, -6364]], [[277509, 339295], [-1406, 392]], [[276103, 339687], [10, 1675]], [[278303, 345704], [22, -6834]], [[278325, 338870], [33, -603], [-850, -17]], [[277508, 338250], [1, 1045]], [[229924, 344141], [1, -4065]], [[229925, 340076], [-1447, 8]], [[228478, 340084], [-594, 800], [-1, 3241]], [[255241, 341042], [-480, -1635], [-27, -1245]], [[254734, 338162], [-379, -650], [-307, 691]], [[285363, 345704], [-90, -1720], [200, -3016], [-54, -1230]], [[285419, 339738], [-161, -1089]], [[285258, 338649], [0, -1]], [[285258, 338649], [-207, 364], [-191, -1126], [-97, 1433], [-186, -785], [-144, 1522], [-394, -15], [-22, 1228], [-337, 1293]], [[279156, 345617], [-183, -6999]], [[278973, 338618], [-648, 252]], [[279719, 342490], [139, -1156], [-370, -2639], [-207, 11]], [[279281, 338706], [-308, -88]], [[237331, 336713], [-1478, -32]], [[235853, 336681], [-163, 6387]], [[287690, 334442], [-349, 563]], [[287341, 335005], [74, 4092], [488, 660], [174, -762], [41, -4814], [-337, -751], [-91, 1012]], [[288009, 345475], [568, -6870], [-469, 3339], [-106, 3522]], [[252015, 342332], [-40, -5057]], [[251975, 337275], [-583, 117]], [[251392, 337392], [-539, 1204], [-221, 2559]], [[250632, 341155], [96, 3820]], [[203104, 340538], [-422, -118], [-2, -2837], [423, -966]], [[203103, 336617], [9, -10066]], [[203112, 326551], [-2650, 80]], [[200462, 326631], [-119, 1601], [-198, -3]], [[200145, 328229], [4, 12910], [-886, 31]], [[211108, 336324], [-14, -6367], [-716, -155]], [[210378, 329802], [-244, 606], [-702, 7065], [-124, -377], [-964, 0]], [[250632, 341155], [-254, -2106], [-175, -101]], [[250203, 338948], [-180, 1222], [-661, -786]], [[249362, 339384], [-173, 1815]], [[282646, 344014], [-362, -5323]], [[282284, 338691], [-1014, -2547]], [[281270, 336144], [-175, 1633]], [[267221, 342748], [-212, -3523]], [[267009, 339225], [-457, 517], [-553, 2139]], [[265999, 341881], [16, 784]], [[265999, 341881], [52, -1240], [-389, -1579]], [[265662, 339062], [-165, -855], [-257, 652], [-539, -385], [-75, -938]], [[264626, 337536], [-271, 1710]], [[264355, 339246], [-23, 245]], [[268158, 340141], [-176, -2867]], [[267982, 337274], [-326, -27], [-492, -1365]], [[267164, 335882], [-1, -24]], [[267163, 335858], [-154, 3367]], [[263193, 339460], [-282, -1555]], [[262911, 337905], [-375, -1179]], [[262536, 336726], [-941, 75]], [[261595, 336801], [0, 25]], [[261595, 336826], [-52, 385]], [[261543, 337211], [10, 106]], [[261553, 337317], [156, 2178], [-143, 1281]], [[226987, 344230], [5, -8168]], [[226992, 336062], [-1485, -16]], [[225507, 336046], [-10, 8188]], [[228478, 340084], [-1, -4054]], [[228477, 336030], [-1485, 32]], [[225507, 336046], [-296, -3], [0, -3229]], [[225211, 332814], [-863, 2]], [[224348, 332816], [-25, 4855]], [[224323, 337671], [-14, 6563]], [[224323, 337671], [-2072, -4]], [[222251, 337667], [-15, 3738]], [[231564, 338499], [-444, 3], [-1, -4058]], [[231119, 334444], [-1192, -1]], [[229927, 334443], [-2, 5633]], [[233863, 342555], [-208, -1974], [145, -1820], [-98, -1074]], [[233702, 337687], [-1043, -408], [-29, 1219], [-323, -7]], [[232307, 338491], [-150, -9]], [[235007, 344169], [-28, -9734]], [[234979, 334435], [-892, 6]], [[234087, 334441], [0, 3236], [-385, 10]], [[235853, 336681], [58, -2247]], [[235911, 334434], [-932, 1]], [[270712, 339517], [-422, -1622]], [[270290, 337895], [-183, 3520], [-607, 1101]], [[283469, 341257], [168, -1847], [-22, -1611]], [[283615, 337799], [-112, 244], [-755, -2883]], [[282748, 335160], [-250, 2798], [-214, 733]], [[253448, 338294], [-3, -541]], [[253445, 337753], [-1089, 148], [-102, -658]], [[252254, 337243], [-279, 32]], [[260507, 341445], [21, -2479], [-126, -943]], [[260402, 338023], [-565, 156]], [[259837, 338179], [-362, 2259]], [[243220, 338696], [34, -3025]], [[243254, 335671], [-1124, 134]], [[242130, 335805], [-496, 72], [5, 1351]], [[241639, 337228], [7, 3487]], [[240168, 343308], [-18, -7271]], [[240150, 336037], [-594, 79]], [[239556, 336116], [-989, 104], [1, 541]], [[272532, 341095], [-16, -3720]], [[272516, 337375], [-83, -532]], [[272433, 336843], [-535, 176], [-700, 3438]], [[241639, 337228], [-595, 42], [-2, -1349], [-498, 75]], [[240544, 335996], [-394, 41]], [[259090, 340315], [-150, -4665]], [[258940, 335650], [-106, -1338]], [[258834, 334312], [-300, 532], [-141, -775], [-313, 1293], [-345, -45]], [[257735, 335317], [-130, 449]], [[257605, 335766], [203, 1497], [-16, 3310]], [[270290, 337895], [-396, -2233]], [[269894, 335662], [-202, 1972], [-170, 143]], [[269522, 337777], [-269, 2971]], [[261553, 337317], [-455, 475], [-475, -445]], [[260623, 337347], [-221, 676]], [[281095, 337777], [-585, -2047], [-679, -3519]], [[279831, 332211], [-571, 1186]], [[279260, 333397], [-227, 517], [248, 4792]], [[285258, 338648], [-235, -2967]], [[285023, 335681], [-392, -875], [-524, 1390]], [[284107, 336196], [-492, 1603]], [[269522, 337777], [-293, -274], [-813, -2185], [-219, -149]], [[268197, 335169], [-215, 2105]], [[275133, 340664], [83, -1448], [-296, -1329], [32, -1467]], [[274952, 336420], [-480, 1873], [-210, 137]], [[274262, 338430], [41, 3683]], [[219006, 342216], [1, -8139]], [[219007, 334077], [-1521, -4]], [[217486, 334073], [0, 114]], [[217486, 334187], [0, 8005]], [[220510, 338940], [0, -4867]], [[220510, 334073], [-1503, 4]], [[217486, 334187], [-1496, -22]], [[215990, 334165], [-3, 8031]], [[214485, 342192], [1, -7963]], [[214486, 334229], [-2449, -95]], [[212037, 334134], [0, 2177]], [[274262, 338430], [-178, -3320], [96, -3115]], [[274180, 331995], [-135, -24]], [[274045, 331971], [-450, -339]], [[273595, 331632], [-36, 1117]], [[273559, 332749], [96, 1381], [-522, 2938]], [[273133, 337068], [300, 3339], [-67, 1609]], [[215990, 334165], [0, -71]], [[215990, 334094], [-1504, -3]], [[214486, 334091], [0, 138]], [[257605, 335766], [-267, -59]], [[257338, 335707], [-1207, 2676]], [[256131, 338383], [31, 2021]], [[273133, 337068], [-79, 883], [-538, -576]], [[263585, 335029], [-124, -484]], [[263461, 334545], [-99, 4]], [[263362, 334549], [-9, 1249], [-281, 766]], [[263072, 336564], [-161, 1341]], [[264355, 339246], [-770, -4217]], [[267163, 335858], [4, -355]], [[267167, 335503], [-680, -2475], [-459, 116]], [[266028, 333144], [-109, 2607], [-257, 3311]], [[276103, 339687], [-56, -7726]], [[276047, 331961], [-323, -24]], [[275724, 331937], [-70, 1389], [-359, 2653], [-343, 441]], [[222251, 337667], [32, -5647]], [[222283, 332020], [-589, 1], [-2, -1624], [-1182, 13]], [[220510, 330410], [0, 3663]], [[200145, 328229], [-3228, 29], [-2, -6474], [-1606, 14]], [[204574, 338763], [16, -15442]], [[204590, 323321], [-1474, -28]], [[203116, 323293], [-4, 3258]], [[203103, 336617], [208, 1296], [-208, 257]], [[203103, 338170], [0, 312]], [[203103, 338482], [8, 1396]], [[249362, 339384], [-275, 31], [115, -1382], [-335, -1404], [-366, -378], [270, -1925], [-281, -846], [135, -919]], [[248625, 332561], [-364, 176], [-4, -2806]], [[248257, 329931], [-36, -137]], [[248221, 329794], [-36, 1335], [-212, -483]], [[247973, 330646], [-400, 66]], [[247573, 330712], [0, 4865]], [[247573, 335577], [-6, 5520]], [[272433, 336843], [-475, -3705]], [[271958, 333138], [-10, -83]], [[271948, 333055], [-430, 282]], [[271518, 333337], [-367, -86]], [[271151, 333251], [-126, 2692], [-326, 1639], [222, 1422], [-102, 1406]], [[251392, 337392], [-291, -2345], [-136, 397]], [[250965, 335444], [-553, 1154], [-247, 1169]], [[250165, 337767], [38, 1181]], [[247573, 335577], [-2090, 162]], [[245483, 335739], [13, 3285]], [[286926, 335501], [-145, -1821], [-233, 206], [79, 1506], [-351, 140]], [[286276, 335532], [78, 4358]], [[286354, 339890], [552, 1171], [303, -80], [50, -5636], [-333, 156]], [[256131, 338383], [-53, -2345], [-292, -1220]], [[255786, 334818], [-336, -820], [-354, 712], [-199, -818]], [[254897, 333892], [-239, 1015], [76, 3255]], [[286276, 335532], [-676, 145]], [[285600, 335677], [-577, 4]], [[285419, 339738], [847, 1102], [88, -950]], [[203103, 338482], [0, -312]], [[259837, 338179], [-278, -1956], [-1, -1386]], [[259558, 334837], [-289, -248], [-329, 1061]], [[271151, 333251], [-416, -936], [-546, 60]], [[270189, 332375], [-338, 1184], [43, 2103]], [[250165, 337767], [-126, 96], [-281, -4503]], [[249758, 333360], [-309, 1168], [-404, 124], [-420, -2091]], [[229927, 334443], [-12, -3281]], [[229915, 331162], [-1439, 22]], [[228476, 331184], [1, 4846]], [[245032, 339117], [-92, -1440], [-340, -1929], [-44, -3402], [-591, 77]], [[243965, 332423], [-591, 68]], [[243374, 332491], [12, 3306], [-132, -126]], [[277508, 338250], [-37, -6115]], [[277471, 332135], [-595, -66]], [[276876, 332069], [-829, -108]], [[264626, 337536], [88, -2617], [-150, -1005]], [[264564, 333914], [-285, 822], [-464, 206], [-191, -774]], [[263624, 334168], [-163, 377]], [[245483, 335739], [-6, -4945]], [[245477, 330794], [-2, -1651]], [[245475, 329143], [-590, 63], [-3, 1642], [-263, -127]], [[244619, 330721], [-662, 64], [8, 1638]], [[266028, 333144], [-304, -143], [-504, -1878]], [[265220, 331123], [-22, 58]], [[265198, 331181], [-124, 1694], [-214, -289], [-296, 1328]], [[279260, 333397], [-157, -1140]], [[279103, 332257], [-411, 1984], [-405, -1720], [-166, 127]], [[278121, 332648], [-77, -460]], [[278044, 332188], [-573, -53]], [[210378, 329802], [0, -2771], [-614, 433], [-745, -2270]], [[209019, 325194], [-2, 1368], [-3247, 12], [1, -3243]], [[205771, 323331], [-1181, -10]], [[282748, 335160], [-108, -471]], [[282640, 334689], [-343, -1479]], [[282297, 333210], [-672, 237]], [[281625, 333447], [-169, 331], [-186, 2366]], [[275724, 331937], [-313, -27]], [[275411, 331910], [-1231, 85]], [[232307, 338491], [0, -2433], [148, -23], [1, -3216]], [[232456, 332819], [-305, -2], [-149, -3256], [-295, 1]], [[231707, 329562], [-295, 1], [-1, 3262], [-292, -4], [0, 1623]], [[234087, 334441], [-14, -2089], [230, -1261]], [[234303, 331091], [-538, -3686], [-283, 598]], [[233482, 328003], [-1, 4815], [-1025, 1]], [[260623, 337347], [23, -3296], [103, -1581]], [[260749, 332470], [-138, -25]], [[260611, 332445], [-753, -140]], [[259858, 332305], [-300, 2532]], [[257338, 335707], [-156, -2905], [-342, -2492]], [[256840, 330310], [-446, 716], [-239, -414]], [[256155, 330612], [-245, 215]], [[255910, 330827], [24, 1814], [-148, 2177]], [[254026, 337733], [-164, -1607], [-17, -2092], [167, -1717], [-89, -1888]], [[253923, 330429], [-48, -579]], [[253875, 329850], [-477, -215], [-128, 791]], [[253270, 330426], [-3, 1967], [147, 1493], [31, 3867]], [[254897, 333892], [-166, -2346]], [[254731, 331546], [-712, -436], [-96, -681]], [[284107, 336196], [0, -1815], [235, -1426]], [[284342, 332955], [-25, -150]], [[284317, 332805], [-216, -594], [-40, -1864]], [[284061, 330347], [-198, -1249], [-361, -217]], [[283502, 328881], [-237, 1612]], [[283265, 330493], [-76, 1699], [-549, 2497]], [[273559, 332749], [-1601, 389]], [[270189, 332375], [-269, -1121]], [[269920, 331254], [-1335, -829]], [[268585, 330425], [-153, 883], [95, 1791], [-330, 2070]], [[263072, 336564], [-195, -3681], [-172, -21], [-175, -2137], [-273, -558]], [[262257, 330167], [-331, 919]], [[261926, 331086], [76, 2096], [534, 3544]], [[261543, 337211], [52, -385]], [[261595, 336801], [-473, -3690]], [[261122, 333111], [-373, -641]], [[253270, 330426], [-331, -79]], [[252939, 330347], [-8, 1375], [-395, 358], [-301, 1417]], [[252235, 333497], [19, 3746]], [[250965, 335444], [-26, -4865]], [[250939, 330579], [-293, -638]], [[250646, 329941], [-810, 109]], [[249836, 330050], [-78, 3310]], [[281625, 333447], [-251, -3124], [4, -1252], [-421, -1196]], [[280957, 327875], [-522, -413], [-138, 954]], [[280297, 328416], [-332, 3370], [-134, 425]], [[224348, 332816], [-1, -1627]], [[224347, 331189], [-2064, 20]], [[222283, 331209], [0, 811]], [[179740, 322568], [3, -2452], [444, -2894], [103, -2182], [267, -2704], [564, -2760]], [[181121, 309576], [-326, -2417], [-494, -1592]], [[180301, 305567], [-2460, -124], [1, -805], [-4499, -63], [2, -553], [-829, -9], [-928, 528], [-315, -3026]], [[171273, 301515], [-312, 1400]], [[170961, 302915], [145, 1407], [238, 4958], [-64, 9969]], [[171280, 319249], [98, 4], [-3, 18110]], [[164248, 337231], [-3, -3233], [301, -23], [0, -1605], [244, -1640], [325, -33], [5, -1631], [192, 12], [4, -1614], [397, -45], [3, -1614], [314, 77], [-22, -1690], [246, -211], [0, -3299]], [[166254, 320682], [-755, 1375], [-936, 2625], [-284, -1411], [-421, -724], [101, -1704], [-444, 1648], [-536, -409]], [[162979, 322082], [-5, 3222], [-296, 222], [-393, 1771], [197, 1535], [-165, 1791], [-326, 509], [-446, 3198], [-339, 588], [-168, 2433]], [[171280, 319249], [-3410, -90], [36, -551]], [[167906, 318608], [-267, 446], [-750, 39], [-88, 1202], [-462, 376]], [[166339, 320671], [-85, 11]], [[252235, 333497], [-177, -1852], [-458, -1134]], [[251600, 330511], [-661, 68]], [[242130, 335805], [-34, -6486]], [[242096, 329319], [-637, 87]], [[241459, 329406], [3, 1623], [-1032, 137]], [[240430, 331166], [104, 1602], [10, 3228]], [[268585, 330425], [-242, -1949], [-248, -496]], [[268095, 327980], [-738, 4146]], [[267357, 332126], [82, 740], [-272, 2637]], [[238036, 329533], [-270, 1020], [-9, -2177], [-298, 111], [-9, -1669], [-302, -290]], [[237148, 326528], [-149, 21], [20, 4291]], [[237019, 330840], [144, 2397], [-140, 1638], [249, -26], [204, 1843]], [[238075, 336857], [-39, -7324]], [[261926, 331086], [-253, -1944]], [[261673, 329142], [-494, 2572], [-57, 1397]], [[239556, 336116], [-9, -2441], [-149, 23], [-7, -2427], [-202, 25], [-8, -2654]], [[239181, 328642], [-294, 242], [-94, 1576], [-757, -927]], [[237019, 330840], [-164, -1085], [-526, -532], [-175, 1675], [-128, -957]], [[236026, 329941], [-115, 4493]], [[263362, 334549], [-670, -5484]], [[262692, 329065], [-240, -1164]], [[262452, 327901], [-195, 2266]], [[212037, 334134], [-2, -8177]], [[212035, 325957], [-1, -4264]], [[212034, 321693], [-669, 4], [-4, -1665], [-293, 7], [-3, -1619], [-292, 8], [-1, -1623], [-585, 17], [-91, -1634]], [[210096, 315188], [-586, 7]], [[209510, 315195], [-502, 3], [-1, 3241]], [[209007, 318439], [12, 6755]], [[284317, 332805], [371, -2175], [955, -1730], [26, -1206]], [[285669, 327694], [-54, -767], [-593, -358], [-140, 698]], [[284882, 327267], [-821, 3080]], [[285600, 335677], [126, -1604], [273, -883]], [[285999, 333190], [-398, -1100], [175, -2297], [-1124, 1768], [-310, 1394]], [[240430, 331166], [-12, -5402], [-114, -39]], [[240304, 325725], [-550, -592], [-185, 1872], [-331, 1451]], [[239238, 328456], [-57, 186]], [[226992, 336062], [8, -6492]], [[227000, 329570], [-1, -749]], [[226999, 328821], [0, -19]], [[226999, 328802], [-475, -44], [-290, 766], [-418, 55]], [[225816, 329579], [-586, -9], [-19, 3244]], [[228476, 331184], [-1, -1622]], [[228475, 329562], [-1475, 8]], [[243374, 332491], [-161, -3273], [-723, 82]], [[242490, 329300], [-394, 19]], [[257735, 335317], [-73, -4276], [185, -1700]], [[257847, 329341], [-411, -2087], [-227, 202]], [[257209, 327456], [-369, 2854]], [[247573, 330712], [-600, 58]], [[246973, 330770], [-1496, 24]], [[286926, 335501], [415, -496]], [[287690, 334442], [20, -1175], [-419, -3065], [-333, -1394], [-288, 214], [-380, 1512], [-221, -1047], [-325, 2540], [265, -143], [-10, 1306]], [[259858, 332305], [-101, -4380]], [[259757, 327925], [-680, 1377], [-289, -544]], [[258788, 328758], [11, 1469]], [[258799, 330227], [35, 4085]], [[258799, 330227], [-519, -1708], [-228, 632]], [[258052, 329151], [-205, 190]], [[267357, 332126], [-461, -863], [33, -2552]], [[266929, 328711], [-948, -960]], [[265981, 327751], [263, 2892], [-1024, 480]], [[265198, 331181], [-169, -1111], [-21, -2086]], [[265008, 327984], [-272, -947], [-243, 467], [-219, -1109]], [[264274, 326395], [-566, 1467]], [[263708, 327862], [264, 835], [-23, 1267], [-316, 3898]], [[263633, 333862], [1, 202]], [[263634, 334064], [-10, 104]], [[255910, 330827], [-429, 244], [-353, -1106]], [[255128, 329965], [-397, 1581]], [[283265, 330493], [-572, -1458], [-346, 398]], [[282347, 329433], [-50, 3777]], [[248221, 329794], [-58, -95]], [[248163, 329699], [-190, 947]], [[249836, 330050], [-441, -507]], [[249395, 329543], [-1138, 388]], [[263634, 334064], [-1, -202]], [[263708, 327862], [-580, -828]], [[263128, 327034], [-436, 2031]], [[236026, 329941], [-4, -304]], [[236022, 329637], [-175, -1477], [-443, -195], [-252, 1214], [-191, -612]], [[234961, 328567], [-77, 886], [-581, 1638]], [[231707, 329562], [0, -1617]], [[231707, 327945], [-1281, 2]], [[230426, 327947], [0, 3299], [-261, -1414], [-247, 176]], [[229918, 330008], [-3, 1154]], [[279103, 332257], [-595, -3991]], [[278508, 328266], [-251, 855], [-213, 3067]], [[214486, 334091], [-13, -8132]], [[214473, 325959], [-2438, -2]], [[217486, 334073], [-2, -8135]], [[217484, 325938], [-1494, 19]], [[215990, 325957], [0, 8137]], [[219007, 334077], [3, -8124]], [[219010, 325953], [-1526, -15]], [[220510, 330410], [0, -4461]], [[220510, 325949], [-1500, 4]], [[215990, 325957], [-1517, 2]], [[271518, 333337], [-29, -4139], [-182, -3291]], [[271307, 325907], [-296, 68]], [[271011, 325975], [-264, 59]], [[270747, 326034], [1, 1307], [-511, 2796], [-304, -278]], [[269933, 329859], [-13, 1395]], [[282347, 329433], [-80, -3574]], [[282267, 325859], [-165, -563], [-420, 837], [-332, -60]], [[281350, 326073], [-393, 1802]], [[252939, 330347], [-5, -701]], [[252934, 329646], [-672, -91], [-323, -2399], [-173, 1]], [[251766, 327157], [-166, 3354]], [[280297, 328416], [-211, -1293]], [[280086, 327123], [-581, 255], [-754, -1252]], [[278751, 326126], [-353, 1413], [110, 727]], [[271948, 333055], [227, -2695]], [[272175, 330360], [382, -2967], [-24, -1802]], [[272533, 325591], [-107, 26]], [[272426, 325617], [-1119, 290]], [[273595, 331632], [-24, -1620]], [[273571, 330012], [-1396, 348]], [[261673, 329142], [-449, -3851]], [[261224, 325291], [-188, 2236], [-289, 965]], [[260747, 328492], [203, 1622], [-339, 2331]], [[233482, 328003], [-312, 226]], [[233170, 328229], [-399, -1548], [-1070, -1312]], [[231701, 325369], [6, 2576]], [[225816, 329579], [10, -9732]], [[225826, 319847], [-1469, 0]], [[224357, 319847], [-5, 4513]], [[224352, 324360], [-5, 6829]], [[244619, 330721], [-212, -1147], [105, -2458], [-223, -2903]], [[244289, 324213], [-330, 36], [-3, -1236], [-368, 689], [-238, -589]], [[243350, 323113], [-586, 854], [-297, -183]], [[242467, 323784], [23, 5516]], [[260747, 328492], [-422, -561], [-84, -1375], [-372, 150]], [[259869, 326706], [-112, 1219]], [[188318, 312721], [-108, -986]], [[188210, 311735], [-183, -611], [-147, -4378], [653, -3], [-47, -2816]], [[188486, 303927], [-643, 1], [-1223, 898], [-311, -3086], [-1306, 2189], [-1641, -13]], [[183362, 303916], [1, 5933]], [[183363, 309849], [-2, 22528]], [[268095, 327980], [-175, -2988], [-203, -1444], [134, -484]], [[267851, 323064], [-277, -501]], [[267574, 322563], [-1, -3]], [[267573, 322560], [-644, 6151]], [[274045, 331971], [332, -4443], [324, -1102]], [[274701, 326426], [-806, -3867]], [[273895, 322559], [-185, 1400]], [[273710, 323959], [-377, -576], [22, 1922]], [[273355, 325305], [216, 4707]], [[278751, 326126], [-5, -338]], [[278746, 325788], [-367, 682], [-294, -913], [-345, -2209]], [[277740, 323348], [-312, 427], [-120, 1819]], [[277308, 325594], [-233, 1635], [-199, 4840]], [[277308, 325594], [-662, 369], [-623, -753]], [[276023, 325210], [-58, 1792], [126, 2469], [-367, 2466]], [[275411, 331910], [-586, -5936]], [[274825, 325974], [-124, 452]], [[222283, 331209], [11, -6489]], [[222294, 324720], [-137, -41]], [[222157, 324679], [-1041, 42], [0, -1614], [-294, 3]], [[220822, 323110], [-312, 20]], [[220510, 323130], [0, 2819]], [[276023, 325210], [-562, 989]], [[275461, 326199], [-228, -565], [-408, 340]], [[269933, 329859], [-238, -2104], [-19, -1655]], [[269676, 326100], [-619, -853]], [[269057, 325247], [-122, 2958], [-350, 2220]], [[255128, 329965], [-90, -7353]], [[255038, 322612], [-1051, 45]], [[253987, 322657], [8, 5395], [-120, 1798]], [[230426, 327947], [0, -3244], [-137, 1], [-1, -3821]], [[230288, 320883], [-667, -984], [-127, 786]], [[229494, 320685], [-2, 9491], [426, -168]], [[265981, 327751], [-64, -576]], [[265917, 327175], [-396, 127], [-315, -711], [-198, 1393]], [[224352, 324360], [-359, 353], [-1699, 7]], [[229494, 320685], [-431, 1199]], [[229063, 321884], [-238, -1062], [-352, 454]], [[228473, 321276], [2, 8286]], [[241459, 329406], [-204, -4750]], [[241255, 324656], [-449, -779], [-905, 103]], [[239901, 323980], [403, 1745]], [[256155, 330612], [-49, -8076]], [[256106, 322536], [-1068, 76]], [[234961, 328567], [-3, -2253], [-315, -6], [0, -2676]], [[234643, 323632], [-1174, 5]], [[233469, 323637], [0, 1895], [-295, 3], [-4, 2694]], [[262452, 327901], [-222, -2978], [129, -2605]], [[262359, 322318], [-796, -48]], [[261563, 322270], [-276, -33]], [[261287, 322237], [-306, -7]], [[260981, 322230], [247, 1084], [-4, 1977]], [[257209, 327456], [-20, -5059]], [[257189, 322397], [-1046, 132]], [[256143, 322529], [-37, 7]], [[237148, 326528], [-7, -1358], [-305, -767]], [[236836, 324403], [-229, -383], [-21, -2059], [-606, -644]], [[235980, 321317], [42, 8320]], [[246973, 330770], [-2, -5539]], [[246971, 325231], [-1504, 75]], [[245467, 325306], [8, 3837]], [[245467, 325306], [-8, -2742], [-290, 30]], [[245169, 322594], [-399, -324], [-210, -1347]], [[244560, 320923], [13, 2577], [-284, 713]], [[248163, 329699], [-214, -2387], [219, -627], [20, -1533], [-293, -395], [-116, -1725], [-268, -566]], [[247511, 322466], [186, -1296], [-172, -1230]], [[247525, 319940], [-289, -503]], [[247236, 319437], [-2, 1326]], [[247234, 320763], [22, 4543], [-285, -75]], [[251766, 327157], [-13, -4699]], [[251753, 322458], [-101, 0]], [[251652, 322458], [-541, -5]], [[251111, 322453], [-505, -9]], [[250606, 322444], [40, 7497]], [[283502, 328881], [-231, -2074]], [[283271, 326807], [-356, -2933], [-358, -1181]], [[282557, 322693], [-108, 2562], [-182, 604]], [[239238, 328456], [-4, -1941], [-493, 49], [-203, -1309], [-493, -195], [5, -2146]], [[238050, 322914], [-1029, 136], [-185, 1353]], [[269057, 325247], [-524, -1430]], [[268533, 323817], [-371, -223]], [[268162, 323594], [-311, -530]], [[253987, 322657], [-600, -192]], [[253387, 322465], [-453, -3]], [[252934, 322462], [-51, 3]], [[252883, 322465], [51, 7181]], [[273355, 325305], [-822, 286]], [[285469, 320638], [-203, -948], [-926, -816]], [[284340, 318874], [-64, 5013]], [[284276, 323887], [204, 503], [398, -2748], [591, -1004]], [[284882, 327267], [-235, -2198], [118, -897]], [[284765, 324172], [-259, 864], [-282, -1162]], [[284224, 323874], [-953, 2933]], [[258788, 328758], [-158, -3843]], [[258630, 324915], [-206, 2015], [-376, 1415], [4, 806]], [[249395, 329543], [-32, -7084]], [[249363, 322459], [-223, -9]], [[249140, 322450], [-1629, 16]], [[270747, 326034], [-688, 163]], [[270059, 326197], [-383, -97]], [[250606, 322444], [-430, -12]], [[250176, 322432], [-813, 27]], [[252883, 322465], [-1130, -7]], [[235980, 321317], [-18, -3815]], [[235962, 317502], [-20, -4124]], [[235942, 313378], [-1326, -11]], [[234616, 313367], [-2, 3239], [-338, -2]], [[234276, 316604], [0, 3244], [171, 1607], [196, 17], [0, 2160]], [[226999, 328802], [9, -8951]], [[227008, 319851], [-1, -3236]], [[227007, 316615], [-1172, 1]], [[225835, 316616], [-9, 3231]], [[228473, 321276], [-555, 611], [-74, 2247], [-845, 4687]], [[258630, 324915], [-2, -2532]], [[258628, 322383], [-1295, 15]], [[257333, 322398], [-144, -1]], [[242467, 323784], [-5, -1009]], [[242462, 322775], [-297, 41], [-5, -1617], [-876, 479]], [[241284, 321678], [-151, 871], [122, 2107]], [[259869, 326706], [27, -4377]], [[259896, 322329], [-1243, 53]], [[258653, 322382], [-25, 1]], [[263128, 327034], [11, -1303], [-212, -3409]], [[262927, 322322], [-101, -5]], [[262826, 322317], [-467, 1]], [[200462, 326631], [361, -4881]], [[200823, 321750], [-379, 16], [-5, -7060]], [[200439, 314706], [-1451, -14]], [[198988, 314692], [-3680, 23]], [[229063, 321884], [-7, -2046]], [[229056, 319838], [-2048, 13]], [[267573, 322560], [-1043, -137]], [[266530, 322423], [-489, 3118], [-223, -91]], [[265818, 325450], [99, 1725]], [[285669, 327694], [310, 746], [30, -1788], [-452, -995], [295, -346], [-138, -1387], [-575, -2025], [-396, 1477], [22, 796]], [[260981, 322230], [-364, 32]], [[260617, 322262], [-721, 67]], [[281350, 326073], [46, -5342], [-149, -3077], [243, -284]], [[281490, 317370], [-394, -3132]], [[281096, 314238], [-204, 2184], [-465, 3449]], [[280427, 319871], [-419, 2517], [-71, 1882], [149, 2853]], [[239901, 323980], [-690, -4023], [1, -1632]], [[239212, 318325], [-296, -555]], [[238916, 317770], [-881, 35]], [[238035, 317805], [15, 5109]], [[233469, 323637], [-441, -557], [-20, -6469]], [[233008, 316611], [1, -1619], [-439, -6]], [[232570, 314986], [-587, -6], [0, 1619], [-585, 2]], [[231398, 316601], [2, 1620]], [[231400, 318221], [7, 5253], [294, 1895]], [[265818, 325450], [-331, -347], [-413, -2793]], [[265074, 322310], [-349, 6]], [[264725, 322316], [-533, 16]], [[264192, 322332], [82, 4063]], [[231400, 318221], [-877, 0]], [[230523, 318221], [1, 2620], [-236, 42]], [[264192, 322332], [-835, -2]], [[263357, 322330], [-430, -8]], [[280427, 319871], [-1132, -401]], [[279295, 319470], [-372, 2213]], [[278923, 321683], [-155, 1648], [-22, 2457]], [[284224, 323874], [52, 13]], [[284340, 318874], [-211, -331]], [[284129, 318543], [-198, 2128], [-360, 239], [-380, 1072], [-481, 71]], [[282710, 322053], [-153, 640]], [[203116, 323293], [0, -1615], [261, 2], [1, -1550], [-729, 1]], [[202649, 320131], [-58, 616], [-705, 53], [-101, -673], [-844, 4], [-118, 1619]], [[209007, 318439], [-587, -7], [1, -1615], [-294, -10], [-3, -1617], [-1242, -7], [0, -4792]], [[206882, 310391], [-1173, -5]], [[205709, 310386], [1, 4846], [62, -6], [-1, 8105]], [[270059, 326197], [-28, -6431], [221, -1212]], [[270252, 318554], [-254, -3697], [-212, -1915]], [[269786, 312942], [-11, 23]], [[269775, 312965], [-379, 2612], [-91, 3608]], [[269305, 319185], [-142, 3645], [-154, 854], [-476, 133]], [[276023, 325210], [227, -1072], [186, 597], [147, -1356], [71, -2679], [-218, -1752]], [[276436, 318948], [-6, 0]], [[276430, 318948], [-1089, 137]], [[275341, 319085], [120, 7114]], [[278923, 321683], [-437, -2239], [-436, 98]], [[278050, 319542], [11, 671]], [[278061, 320213], [-25, 1291], [-296, 1844]], [[275341, 319085], [-679, 65]], [[274662, 319150], [-651, 42], [43, 2132], [-159, 1235]], [[271464, 320921], [-199, -1405], [-198, -4516]], [[271067, 315000], [-604, 2048], [-211, 1506]], [[271011, 325975], [333, -4682], [120, -372]], [[282710, 322053], [66, -1015], [-81, -3692]], [[282695, 317346], [-1205, 24]], [[214473, 325959], [-5, -8115]], [[214468, 317844], [-992, -9]], [[213476, 317835], [-1442, 8]], [[212034, 317843], [0, 3850]], [[272173, 319555], [-237, 565]], [[271936, 320120], [-472, 801]], [[272426, 325617], [-120, -2206], [-216, -215], [83, -3641]], [[219010, 325953], [-5, -8103]], [[219005, 317850], [-1126, 11]], [[217879, 317861], [-406, 0]], [[217473, 317861], [11, 8077]], [[220510, 323130], [0, -5304]], [[220510, 317826], [-1158, 20]], [[219352, 317846], [-347, 4]], [[215990, 325957], [-18, -8108]], [[215972, 317849], [-1028, 11]], [[214944, 317860], [-476, -16]], [[277740, 323348], [-316, -945], [31, -1526], [-351, -1962]], [[277104, 318915], [-668, 33]], [[217473, 317861], [-1061, -16]], [[216412, 317845], [-440, 4]], [[273710, 323959], [112, -2797], [-91, -1953]], [[273731, 319209], [-1617, 15]], [[272114, 319224], [59, 331]], [[266530, 322423], [-186, -14]], [[266344, 322409], [-1079, -93]], [[265265, 322316], [-191, -6]], [[247234, 320763], [-1924, 142], [-2, -829]], [[245308, 320076], [-139, 2518]], [[224357, 319847], [-575, 10], [0, -4860]], [[223782, 314997], [-488, -1], [-284, 811]], [[223010, 315807], [139, 1188], [-267, 11], [14, 2696], [-285, -467]], [[222611, 319235], [-167, 661], [-83, 3113], [-204, 1670]], [[284158, 318179], [-29, 364]], [[285469, 320638], [29, 1355], [695, 561], [-107, -1081], [521, 322], [-484, -2668], [-165, -1717], [-182, -44], [-131, 1684], [-204, -1777], [-551, 162], [-575, -954], [-157, 1698]], [[222611, 319235], [-441, -168], [-51, -1639], [-679, -8]], [[221440, 317420], [-149, 817], [-33, 3268], [-436, -2], [0, 1607]], [[164640, 304627], [231, -1775], [-418, -877], [-322, 2121], [509, 531]], [[165054, 305328], [976, -1440], [-461, -704], [-359, 131], [-156, 2013]], [[166339, 320671], [-2, -7969], [-90, -1807]], [[166247, 310895], [-250, 760], [-867, -159], [-357, 994], [-804, 202], [-490, -416], [-116, 1396], [-373, 1056], [124, 2395], [-24, 2471], [-171, 1150], [60, 1338]], [[241284, 321678], [-584, -794], [39, -1065]], [[240739, 319819], [-931, 86], [-3, -1605]], [[239805, 318300], [-593, 25]], [[238035, 317805], [-614, -1483]], [[237421, 316322], [-244, 500], [-834, 91], [-381, 589]], [[244560, 320923], [-20, -4593], [-199, 25], [193, -1934]], [[244534, 314421], [-604, 81], [-3, -1622], [-230, 23]], [[243697, 312903], [96, 2891], [-160, 660], [20, 4598], [-307, 36], [4, 2025]], [[269305, 319185], [-840, -2741], [-145, -912]], [[268320, 315532], [-168, 2206], [10, 5856]], [[243697, 312903], [-75, 13]], [[243622, 312916], [-905, 125]], [[242717, 313041], [1, 2457], [-235, 29], [98, 2072], [20, 5168], [-139, 8]], [[274662, 319150], [434, -3775]], [[275096, 315375], [-397, -1019], [74, -878], [-605, -586], [-6, 1090], [-378, -1531]], [[273784, 312451], [4, 1591]], [[273788, 314042], [49, 2841], [-106, 2326]], [[234276, 316604], [-1268, 7]], [[268320, 315532], [-415, -2628]], [[267905, 312904], [-174, 218]], [[267731, 313122], [-145, 795]], [[267586, 313917], [-653, 2806]], [[266933, 316723], [-40, 540]], [[266893, 317263], [305, 3008], [323, 1133], [53, 1159]], [[205709, 310386], [-2, -1614], [-1700, 0]], [[204007, 308772], [-1371, -6], [-3, 3352]], [[202633, 312118], [-147, 1515], [16, 6496], [147, 2]], [[278050, 319542], [43, -1242], [-360, -2633]], [[277733, 315667], [-629, 3248]], [[221440, 317420], [1, -4034], [-493, -32]], [[220948, 313354], [-223, 1273], [-207, -261]], [[220518, 314366], [-8, 3460]], [[242717, 313041], [-496, 63]], [[242221, 313104], [-106, 14]], [[242115, 313118], [5, 1627], [-291, 31], [-264, 1665], [-303, 325], [6, 1345], [-291, 53], [9, 1622], [-247, 33]], [[256004, 318053], [-462, 772]], [[255542, 318825], [-243, 556], [-714, -1852], [-404, 1290], [-162, 1541], [-347, 181]], [[253672, 320541], [-285, 1924]], [[256143, 322529], [-11, -3407], [-128, -1069]], [[245308, 320076], [-7, -2464], [140, -1661]], [[245441, 315951], [-7, -3254], [151, -26], [-6, -2481], [-150, 6]], [[245429, 310196], [-103, 136], [-579, 3569], [-213, 520]], [[266893, 317263], [-555, 643], [-280, 1346]], [[266058, 319252], [-12, 1037], [298, 2120]], [[257333, 322398], [-17, -8213]], [[257316, 314185], [-332, 545], [-546, 1972]], [[256438, 316702], [-434, 1351]], [[252925, 317998], [-982, 22]], [[251943, 318020], [-96, 1897], [-197, -2], [2, 2543]], [[252934, 322462], [-9, -4464]], [[253555, 314761], [-47, -2207]], [[253508, 312554], [-481, 7]], [[253027, 312561], [-4, 5160], [-98, 277]], [[253672, 320541], [-117, -5780]], [[251943, 318020], [-47, -2986]], [[251896, 315034], [-984, 33]], [[250912, 315067], [1, 4042], [197, 807], [1, 2537]], [[249142, 318304], [-519, 9], [-251, -975]], [[248372, 317338], [-343, 700], [-215, -623]], [[247814, 317415], [-5, 2533], [-284, -8]], [[249140, 322450], [2, -4146]], [[250912, 315067], [-438, -278]], [[250474, 314789], [-147, -6], [-2, 4867], [-149, 0], [0, 2782]], [[250474, 314789], [-2, -1631]], [[250472, 313158], [-642, 1090], [-534, 3]], [[249296, 314251], [-2, 2446], [-152, 1607]], [[266058, 319252], [-82, -420]], [[265976, 318832], [-275, -140]], [[265701, 318692], [-106, 2241], [-330, 1383]], [[258653, 322382], [-137, -6674], [89, -612]], [[258605, 315096], [-29, -1679], [-447, -518], [-146, 1195]], [[257983, 314094], [-427, 804], [-240, -713]], [[260678, 319948], [-562, -4378], [-610, -2702], [-150, -76]], [[259356, 312792], [-223, 839], [-30, 1451], [-498, 14]], [[260617, 322262], [61, -2314]], [[263365, 319856], [101, -595], [-208, -1794], [7, -2679]], [[263265, 314788], [-172, 733], [-550, 214]], [[262543, 315735], [233, 4869]], [[262776, 320604], [50, 1713]], [[263357, 322330], [8, -2474]], [[264725, 322316], [-135, -684], [239, -2782], [-180, -2853]], [[264649, 315997], [-86, -841]], [[264563, 315156], [-22, 277]], [[264541, 315433], [-329, 3527], [-293, 882], [-554, 14]], [[262543, 315735], [-381, -217]], [[262162, 315518], [-1, 1816], [-262, 888]], [[261899, 318222], [232, 964], [228, 3132]], [[261899, 318222], [-334, 1613], [-2, 2435]], [[265701, 318692], [-212, -1319]], [[265489, 317373], [-231, 351], [-271, -1838], [-338, 111]], [[284158, 318179], [119, -1091], [-640, -3358], [-489, -1594]], [[283148, 312136], [-159, 657], [-294, 4553]], [[261287, 322237], [-239, -2821], [0, -1352], [-233, -2520]], [[260815, 315544], [-137, 4404]], [[262162, 315518], [-52, -656]], [[262110, 314862], [-108, 4]], [[262002, 314866], [-1168, 24]], [[260834, 314890], [-19, 654]], [[230523, 318221], [0, -1628], [-295, -3], [-4, -3251]], [[230224, 313339], [-873, 12]], [[229351, 313351], [0, 1622], [-293, 812]], [[229058, 315785], [-2, 4053]], [[202633, 312118], [-979, 1703], [-317, 896], [-898, -11]], [[279295, 319470], [266, -2708], [-183, -3842]], [[279378, 312920], [-224, -636], [-333, -2783]], [[278821, 309501], [-4, 24]], [[278817, 309525], [-1052, 5966]], [[277765, 315491], [-32, 176]], [[212034, 317843], [-3, -8091]], [[212031, 309752], [0, -188]], [[212031, 309564], [-1940, 9], [5, 5615]], [[272114, 319224], [155, -4645]], [[272269, 314579], [-1, -1445]], [[272268, 313134], [-327, -920], [-286, 1648]], [[271655, 313862], [-588, 1138]], [[247236, 319437], [-213, 565], [88, -2172], [-320, -435], [282, -923], [-325, -595]], [[246748, 315877], [-1307, 74]], [[255542, 318825], [30, -628], [-318, -3711]], [[255254, 314486], [-1699, 275]], [[166086, 290611], [276, -965], [-300, -16], [24, 981]], [[167726, 304768], [-743, 1873], [-183, 2255], [-553, 1999]], [[167906, 318608], [691, -9433], [-104, -2110], [-329, 6], [-438, -2303]], [[247814, 317415], [-122, -2322], [127, -841]], [[247819, 314252], [0, -807]], [[247819, 313445], [-294, -28], [6, -1584], [-272, -13]], [[247259, 311820], [-473, 1881]], [[246786, 313701], [-38, 2176]], [[260834, 314890], [37, -1200]], [[260871, 313690], [-340, -2929], [-579, -3107]], [[259952, 307654], [-731, 14]], [[259221, 307668], [-12, 4227], [147, 897]], [[281096, 314238], [217, -1643], [-222, -1225]], [[281091, 311370], [-528, -425], [-618, 1727], [-567, 248]], [[223010, 315807], [-346, -3461]], [[222664, 312346], [46, -2146]], [[222710, 310200], [-463, 2268], [-59, -1528], [-214, 361]], [[221974, 311301], [-292, 391], [-321, -718], [-413, 2380]], [[242115, 313118], [-438, 43], [-4, -817], [-514, 69], [-222, -771]], [[240937, 311642], [-45, 1094], [-302, 570]], [[240590, 313306], [-42, 1616], [-478, 872], [30, 2513], [-295, -7]], [[225835, 316616], [-146, -4], [-1, -3243]], [[225688, 313369], [-284, 3], [-145, -1083], [-582, 7], [-438, -808]], [[224239, 311488], [-1, 1890], [-456, -2], [0, 1621]], [[229058, 315785], [-745, -262], [155, -2162], [-579, 4]], [[227889, 313365], [-586, 3]], [[227303, 313368], [-1, 3244], [-295, 3]], [[264541, 315433], [-415, -1026]], [[264126, 314407], [-860, -258]], [[263266, 314149], [-1, 639]], [[266933, 316723], [-339, -3833]], [[266594, 312890], [-433, -921]], [[266161, 311969], [-142, 1338]], [[266019, 313307], [139, 813], [-135, 1990], [115, 1469], [-162, 1253]], [[168718, 285870], [613, -3553], [-362, 241], [-251, 3312]], [[168675, 294217], [663, -1336], [119, -1995], [-366, 418], [-149, 2047], [-267, 866]], [[170961, 302915], [-533, 9], [-383, -3729]], [[170045, 299195], [-299, 468], [-188, -1226], [-342, 667], [55, 1824], [-185, 2348], [-237, 1371], [-531, -106], [-203, -603], [-389, 830]], [[273788, 314042], [-1519, 537]], [[269786, 312942], [-1189, -5125]], [[268597, 307817], [-93, 1502]], [[268504, 309319], [-251, 3128], [-348, 457]], [[276707, 313833], [-152, -754], [-450, 18], [-676, -2348]], [[275429, 310749], [-151, 2724]], [[275278, 313473], [-182, 1902]], [[276430, 318948], [164, -2140], [207, -809], [-94, -2166]], [[277765, 315491], [-510, -6013]], [[277255, 309478], [-68, 132]], [[277187, 309610], [-190, 3520], [-290, 703]], [[256438, 316702], [-14, -6930]], [[256424, 309772], [0, -270]], [[256424, 309502], [-1170, 99]], [[255254, 309601], [0, 4885]], [[266019, 313307], [-494, 36]], [[265525, 313343], [-95, 2291], [59, 1739]], [[271655, 313862], [-387, -3128], [-316, -1221], [-138, -1800]], [[270814, 307713], [-619, 2360], [-220, 1485]], [[269975, 311558], [-189, 1384]], [[209510, 315195], [7, -9723]], [[209517, 305472], [-585, 10], [0, -1637], [-1755, 87], [0, 1633], [-298, 9]], [[206879, 305574], [3, 4817]], [[249296, 314251], [-147, -1]], [[249149, 314250], [-1330, 2]], [[240590, 313306], [-340, 47], [-91, -2176], [-1279, 142]], [[238880, 311319], [36, 6451]], [[231398, 316601], [2, -3247], [-148, -1629], [-731, -2]], [[230521, 311723], [-297, 19], [0, 1597]], [[253027, 312561], [-593, 32]], [[252434, 312593], [1, 817], [-542, -5]], [[251893, 313405], [3, 1629]], [[216412, 317845], [0, -8101]], [[216412, 309744], [-260, 3]], [[216152, 309747], [-1208, 11]], [[214944, 309758], [0, 8102]], [[217879, 317861], [-4, -8109]], [[217875, 309752], [-265, -6]], [[217610, 309746], [-1198, -2]], [[214944, 309758], [-258, 1]], [[214686, 309759], [-1211, -2]], [[213475, 309757], [1, 8078]], [[219352, 317846], [-4, -8079]], [[219348, 309767], [-278, 10]], [[219070, 309777], [-1195, -25]], [[220518, 314366], [0, -4631]], [[220518, 309735], [-1170, 32]], [[238880, 311319], [-3, -1067]], [[238877, 310252], [-196, 24]], [[238681, 310276], [-1273, 171]], [[237408, 310447], [13, 5875]], [[213475, 309757], [-250, -2]], [[213225, 309755], [-1194, -3]], [[265525, 313343], [-379, -1617]], [[265146, 311726], [-589, 2243], [6, 1187]], [[283148, 312136], [-617, -2746]], [[282531, 309390], [-232, 1787], [-388, -117], [-188, -953]], [[281723, 310107], [-370, 469]], [[281353, 310576], [-262, 794]], [[237408, 310447], [-890, 102], [31, -3035]], [[236549, 307514], [-631, -50]], [[235918, 307464], [24, 5914]], [[257983, 314094], [-89, -4491]], [[257894, 309603], [-1470, 169]], [[267586, 313917], [-206, -1091], [-615, -312]], [[266765, 312514], [-171, 376]], [[227303, 313368], [-1, -4055]], [[227302, 309313], [-1606, 12]], [[225696, 309325], [-8, 4044]], [[232570, 314986], [0, -1620], [-300, -11], [2, -6507]], [[232272, 306848], [-593, 2]], [[231679, 306850], [-1159, 9]], [[230520, 306859], [1, 4864]], [[234616, 313367], [-304, 7], [0, -4907], [-291, 4], [-15, -1618]], [[234006, 306853], [-1734, -5]], [[246786, 313701], [-19, -2054], [-497, -863], [38, -1147], [-293, -1724], [-253, 399], [310, -1738], [-364, -407]], [[245708, 306167], [3, -24]], [[245711, 306143], [-453, 5]], [[245258, 306148], [92, 410], [79, 3638]], [[229351, 313351], [-149, -2], [-1, -3219], [-146, -6]], [[229055, 310124], [-301, 797], [-865, 13], [0, 2431]], [[224239, 311488], [147, -1345], [-3, -3288]], [[224383, 306855], [-432, -385], [-522, 1415]], [[223429, 307885], [-656, 27], [-63, 2288]], [[263266, 314149], [3, -2538]], [[263269, 311611], [-982, -374]], [[262287, 311237], [-274, 215], [97, 3410]], [[278817, 309525], [-155, -872]], [[278662, 308653], [-702, 872], [-466, -1308]], [[277494, 308217], [-239, 1261]], [[265146, 311726], [62, -1577]], [[265208, 310149], [-838, 21]], [[264370, 310170], [1, 855]], [[264371, 311025], [-245, 3382]], [[275429, 310749], [0, -38]], [[275429, 310711], [-371, -1301], [-162, -2339]], [[274896, 307071], [-379, -1286]], [[274517, 305785], [-288, -570], [-418, 2121], [121, 1598]], [[273932, 308934], [155, 2001], [-303, 1516]], [[212031, 309564], [-10, -8889]], [[212021, 300675], [-15, -4739]], [[212006, 295936], [-1274, -7]], [[210732, 295929], [1, 1618], [-582, -19], [5, 3039], [-348, -1], [0, 4885], [-291, 21]], [[251893, 313405], [-148, -262], [-98, -2422]], [[251647, 310721], [-1175, 275]], [[250472, 310996], [0, 2162]], [[259221, 307668], [-550, -1892]], [[258671, 305776], [-416, 2982]], [[258255, 308758], [-361, 845]], [[262002, 314866], [-202, -2820], [-428, -1223], [-148, -1566], [-209, 4]], [[261015, 309261], [-144, 4429]], [[262287, 311237], [-115, -5511]], [[262172, 305726], [-1045, -291]], [[261127, 305435], [-112, 3826]], [[204007, 308772], [-2, -8089], [-357, 6], [0, -3269], [-895, 189], [3, -3357]], [[202756, 294252], [-282, -80], [-3451, 20]], [[199023, 294192], [-10, 14576], [-25, 5924]], [[199023, 294192], [-802, 21], [0, -5147]], [[198221, 289066], [-2916, 138]], [[195305, 289204], [0, 10598]], [[255254, 309601], [-292, 45]], [[254962, 309646], [-1501, 262]], [[253461, 309908], [47, 2646]], [[221974, 311301], [-1, -5776]], [[221973, 305525], [-842, 203], [-613, 2379]], [[220518, 308107], [0, 1628]], [[273932, 308934], [-751, -1023], [-232, -720], [-385, 1197]], [[272564, 308388], [-296, 4746]], [[245258, 306148], [-220, -1244], [179, -1807], [-328, 48], [-478, 1054]], [[244411, 304199], [-66, 1224]], [[244345, 305423], [-235, 2560], [-507, 303], [19, 4630]], [[264371, 311025], [-903, 8], [-199, 578]], [[250472, 310996], [3, -4065]], [[250475, 306931], [-737, 17]], [[249738, 306948], [0, 538], [-588, 29]], [[249150, 307515], [-1, 6735]], [[249150, 307515], [-2, -541], [-585, 15]], [[248563, 306989], [-568, -78]], [[247995, 306911], [2, 1971], [-165, 659], [-13, 3904]], [[267731, 313122], [-172, -4100]], [[267559, 309022], [-165, -650], [-348, 481], [-159, -755]], [[266887, 308098], [-122, 4416]], [[277187, 309610], [-200, -184], [-957, -3894]], [[276030, 305532], [-239, 1408], [128, 659], [-179, 3128], [-311, -16]], [[272564, 308388], [-61, -777]], [[272503, 307611], [-371, -2256]], [[272132, 305355], [-182, 82], [-533, 1971], [-394, -959]], [[271023, 306449], [-209, 1264]], [[261127, 305435], [65, -2172]], [[261192, 303263], [-366, -424]], [[260826, 302839], [-582, 505]], [[260244, 303344], [-292, 4310]], [[247116, 305288], [0, -1624]], [[247116, 303664], [-574, 36]], [[246542, 303700], [-7, 2441], [-827, 26]], [[247259, 311820], [2, -3021], [-145, 16], [0, -3527]], [[247995, 306911], [-1, -1623], [-878, 0]], [[266161, 311969], [-151, -1209], [137, -1333]], [[266147, 309427], [-550, -3124]], [[265597, 306303], [-143, -536], [-540, 1289]], [[264914, 307056], [377, 2075], [-83, 1018]], [[252434, 312593], [-3, -7006]], [[252431, 305587], [-491, -269]], [[251940, 305318], [-293, 8]], [[251647, 305326], [0, 5395]], [[229055, 310124], [0, -2981]], [[229055, 307143], [-102, -1894]], [[228953, 305249], [-1646, 5]], [[227307, 305254], [-5, 4059]], [[230520, 306859], [-129, -799], [-366, 1]], [[230025, 306061], [-236, 1077], [-734, 5]], [[225696, 309325], [4, -2728]], [[225700, 306597], [-87, -540], [-545, 799], [-164, -1383]], [[224904, 305473], [-175, -372], [-346, 1754]], [[235918, 307464], [-20, -4634]], [[235898, 302830], [-25, -5641]], [[235873, 297189], [-725, 1210]], [[235148, 298399], [-85, 1118], [-236, -357], [-302, 2195], [-518, 1395]], [[234007, 302750], [-1, 4103]], [[240937, 311642], [-27, -4926]], [[240910, 306716], [-580, 117]], [[240330, 306833], [-387, 76], [-25, 1423], [-898, 817], [-143, 1103]], [[192649, 296055], [0, -2067], [-471, -22], [-761, -1596], [-17, -3435]], [[191400, 288935], [-519, -982], [-411, -2924], [-457, 4942], [-260, 4020]], [[189753, 293991], [-316, 3938], [-198, -1382], [-453, 2730], [43, 1284], [-343, 3366]], [[268504, 309319], [-576, -1452], [-270, 224]], [[267658, 308091], [-99, 931]], [[242221, 313104], [-71, -8013]], [[242150, 305091], [-288, -50]], [[241862, 305041], [-455, 1583], [-497, 92]], [[244345, 305423], [-785, 1742], [-49, -1484], [-582, -12], [0, -545]], [[242929, 305124], [-779, -33]], [[266887, 308098], [-133, -492]], [[266754, 307606], [-217, 1202], [-390, 619]], [[281353, 310576], [-256, -2617], [-334, -211], [-135, -1226], [-339, 132], [-50, -1711], [-247, -2039]], [[279992, 302904], [-1171, 6597]], [[269975, 311558], [-244, -1242], [240, -2297], [-54, -2071], [-167, -825]], [[269750, 305123], [-567, 148], [-179, -1083]], [[269004, 304188], [-407, 3629]], [[253461, 309908], [-84, -4366]], [[253377, 305542], [-946, 45]], [[223429, 307885], [-1, -7045]], [[223428, 300840], [-1456, 0]], [[221972, 300840], [1, 4685]], [[263252, 305382], [-219, 27]], [[263033, 305409], [-515, 58]], [[262518, 305467], [-346, 259]], [[263269, 311611], [-17, -6229]], [[264370, 310170], [-2, -2778]], [[264368, 307392], [-267, -204], [-179, -1893]], [[263922, 305295], [-670, 87]], [[271023, 306449], [-385, -3232]], [[270638, 303217], [-108, -158]], [[270530, 303059], [5, 561], [-727, -210], [-58, 1713]], [[282531, 309390], [61, 24]], [[282592, 309414], [10, -65]], [[282602, 309349], [-405, -2626], [-165, -1820], [-109, 2615]], [[281923, 307518], [-200, 2589]], [[251647, 305326], [-877, -15]], [[250770, 305311], [-293, -4], [-2, 1624]], [[276030, 305532], [200, -730]], [[276230, 304802], [-500, -1759], [-394, 2383], [-444, 601], [4, 1044]], [[281923, 307518], [8, -4063], [-186, -1610], [-387, 486], [-737, -285], [-373, -589]], [[280248, 301457], [-33, 176]], [[280215, 301633], [-11, 67]], [[280204, 301700], [-212, 1204]], [[237408, 310447], [27, -3044], [293, -50], [-7, -3257]], [[237721, 304096], [-23, -4862], [-351, 60]], [[237347, 299294], [-4, 1]], [[237343, 299295], [-252, 2449], [-133, 5739], [-409, 31]], [[238681, 310276], [-66, -2358], [143, -158], [46, -2922], [169, -1709]], [[238973, 303129], [-231, -2]], [[238742, 303127], [-202, -247], [-819, 1216]], [[206879, 305574], [2, -12856], [-37, -4822], [-1146, -121]], [[205698, 287775], [-6, 3219], [-1134, -5], [-3, 1594], [-1724, 6]], [[202831, 292589], [-75, 1663]], [[240330, 306833], [-20, -6441]], [[240310, 300392], [-587, -612]], [[239723, 299780], [-511, 1233], [-239, 2116]], [[264914, 307056], [-97, -2181]], [[264817, 304875], [-449, 1093], [0, 1424]], [[254962, 309646], [-4, -5675]], [[254958, 303971], [0, -1619]], [[254958, 302352], [-879, 89]], [[254079, 302441], [-98, 2459], [-614, 117]], [[253367, 305017], [10, 525]], [[183362, 303916], [0, -11575]], [[183362, 292341], [-1740, 3], [0, 1620], [-862, -20], [-3, -8075], [-686, -61]], [[180071, 285808], [-439, 260], [-94, 887], [82, 3389], [-151, 600], [21, 1938], [272, 564]], [[179762, 293446], [283, 2148], [77, 2692], [-106, 4262], [274, 1899], [11, 1120]], [[181121, 309576], [281, -790], [1201, -586], [253, 1502], [507, 147]], [[219070, 309777], [-4, -8906]], [[219066, 300871], [-1455, -38]], [[217611, 300833], [-1, 8913]], [[220518, 308107], [-138, 101], [-4, -7331]], [[220376, 300877], [-1310, -6]], [[258255, 308758], [-186, -144], [-224, -2438], [-291, -747], [-162, -1946], [-430, -1123], [-129, -1066]], [[256833, 301294], [-358, 590], [-165, 1921]], [[256310, 303805], [109, -16], [5, 5713]], [[217611, 300833], [-1456, -60]], [[216155, 300773], [-3, 8974]], [[216155, 300773], [-1454, -106]], [[214701, 300667], [-15, 9092]], [[214701, 300667], [-1476, 8]], [[213225, 300675], [0, 9080]], [[277494, 308217], [-65, -786], [217, -4445], [468, -2796]], [[278114, 300190], [-479, -436], [-840, 1115], [-215, 922]], [[276580, 301791], [-276, 1144]], [[276304, 302935], [225, 772], [-299, 1095]], [[213225, 300675], [-1204, 0]], [[256310, 303805], [-1352, 166]], [[280204, 301700], [21, -471], [-685, -2076], [-529, -3188]], [[279011, 295965], [-269, -6], [-253, 2493]], [[278489, 298452], [-185, 3128], [-229, 1784], [245, 1596], [342, 3693]], [[278489, 298452], [-265, 205], [-88, 1174]], [[278136, 299831], [-22, 359]], [[266754, 307606], [118, -2921]], [[266872, 304685], [-494, -1390]], [[266378, 303295], [-72, 1227], [-571, 652], [-138, 1129]], [[227307, 305254], [-1, -3184]], [[227306, 302070], [-352, 1622], [-507, -2568], [-302, 757]], [[226145, 301881], [90, 1860], [-381, 232], [-154, 2624]], [[269004, 304188], [84, -1081]], [[269088, 303107], [-225, 529]], [[268863, 303636], [-374, -245]], [[268489, 303391], [-548, 1345]], [[267941, 304736], [-283, 3355]], [[267941, 304736], [-591, -490]], [[267350, 304246], [-195, -334]], [[267155, 303912], [-283, 773]], [[274517, 305785], [-85, -1864], [134, -4155], [-61, -616]], [[274505, 299150], [-581, 663], [-511, 1884]], [[273413, 301697], [-135, 2327], [-372, 1680], [-227, 39], [-176, 1868]], [[258671, 305776], [-63, -2961]], [[258608, 302815], [-229, -1970], [-471, -601], [9, -685]], [[257917, 299559], [-515, 1403], [-542, -470]], [[256860, 300492], [-27, 802]], [[221972, 300840], [4, -1864]], [[221976, 298976], [-229, 1201], [-392, 509], [-834, 191]], [[220521, 300877], [-145, 0]], [[224904, 305473], [0, -4595]], [[224904, 300878], [-1476, -38]], [[260244, 303344], [-448, -474], [-461, -1878]], [[259335, 300992], [-374, 2733], [-353, -910]], [[273413, 301697], [-85, -3220]], [[273328, 298477], [-403, -1010]], [[272925, 297467], [-503, 1412], [-567, 2766]], [[271855, 301645], [277, 3710]], [[249738, 306948], [7, -5486]], [[249745, 301462], [-730, -2], [-438, 571]], [[248577, 302031], [-14, 4958]], [[237343, 299295], [-645, 694], [-800, 2841]], [[271855, 301645], [-224, -1169]], [[271631, 300476], [-514, 964], [-162, 2031], [-317, -254]], [[264817, 304875], [-499, -1732]], [[264318, 303143], [-198, 104], [-7, -5871]], [[264113, 297376], [-299, 18], [-3, -1823]], [[263811, 295571], [-420, -902]], [[263391, 294669], [-672, 168]], [[262719, 294837], [116, 1165]], [[262835, 296002], [415, 1551], [228, 1602]], [[263478, 299155], [298, 1539], [245, 2560], [-99, 2041]], [[230025, 306061], [101, -881], [-211, -1084], [101, -2120]], [[230016, 301976], [-186, 350], [-327, -1482], [-269, 387], [-183, 1849]], [[229051, 303080], [-98, 2169]], [[244411, 304199], [-353, -701], [-25, -3600]], [[244033, 299898], [-1166, 155]], [[242867, 300053], [62, 5071]], [[276304, 302935], [-783, -2654], [-394, -674], [-382, -2307]], [[274745, 297300], [-240, 1850]], [[265597, 306303], [-143, -2279], [195, -1400]], [[265649, 302624], [-510, -2675]], [[265139, 299949], [-116, -620]], [[265023, 299329], [-659, 3103], [-46, 711]], [[248577, 302031], [0, -1380], [-585, -270], [-2, -1632]], [[247990, 298749], [-442, 543], [316, 1089], [-750, 38]], [[247114, 300419], [2, 3245]], [[250770, 305311], [4, -4878], [-150, -1369]], [[250624, 299064], [-878, -312]], [[249746, 298752], [-1, 2710]], [[231679, 306850], [149, -590], [1, -3199], [271, -1474], [224, -5]], [[232324, 301582], [-241, -630]], [[232083, 300952], [-247, 888], [-429, -565], [-250, -1798], [-558, -652]], [[230599, 298825], [-125, 949], [-568, 1263], [110, 939]], [[234007, 302750], [-176, 481], [-257, -1570]], [[233574, 301661], [-669, 201], [-133, 967], [-448, -1247]], [[241862, 305041], [-376, -48], [-11, -1571], [394, -3307]], [[241869, 300115], [-693, 133]], [[241176, 300248], [-866, 144]], [[226145, 301881], [-3, -7871]], [[226142, 294010], [-1232, -6]], [[224910, 294004], [-6, 6874]], [[266378, 303295], [-305, -1110]], [[266073, 302185], [-424, 439]], [[246542, 303700], [-5, -6913], [-293, -2], [0, -1616]], [[246244, 295169], [-1256, -5]], [[244988, 295164], [-45, 601]], [[244943, 295765], [269, 599], [-236, 1265], [282, 815], [-40, 1455], [303, -382], [-185, 3716], [560, 1252], [-185, 1658]], [[244943, 295765], [-41, -823], [-579, 866]], [[244323, 295808], [8, 4034], [-298, 56]], [[262518, 305467], [-156, -2441], [-200, -874]], [[262162, 302152], [-936, -50]], [[261226, 302102], [-34, 1161]], [[253367, 305017], [-117, -5834]], [[253250, 299183], [-737, -1766]], [[252513, 297417], [38, 554], [-611, 6], [-2, 2436]], [[251938, 300413], [2, 4905]], [[210732, 295929], [-587, -11], [-3, -3235], [-124, -7], [0, -8008], [-134, -3]], [[209884, 284665], [-2861, -35], [-28, -8243]], [[206995, 276387], [-1400, -32], [4, 8250], [101, 1], [-2, 3169]], [[263478, 299155], [-127, 1132], [-280, 33]], [[263071, 300320], [-38, 5089]], [[179762, 293446], [-4058, -181]], [[175704, 293265], [-2643, -5], [-585, 89], [-362, 1122], [-387, 245]], [[171727, 294716], [267, 2870], [-339, 971], [-382, 2958]], [[263071, 300320], [-494, -473]], [[262577, 299847], [-380, 582]], [[262197, 300429], [-35, 1723]], [[270530, 303059], [-303, -446], [112, -1813], [-159, -1241], [160, -3138]], [[270340, 296421], [-326, 1801]], [[270014, 298222], [-319, 2646], [-607, 2239]], [[251938, 300413], [-588, 24], [-1, -1081], [-287, -276]], [[251062, 299080], [-438, -16]], [[229051, 303080], [-27, -97]], [[229024, 302983], [-420, -2885], [-33, -1359], [-271, 1490], [50, 1869], [-342, -239], [-177, -1289], [-249, 387], [-61, 1401]], [[227521, 302358], [-215, -288]], [[242867, 300053], [0, -1626]], [[242867, 298427], [-989, 64]], [[241878, 298491], [-9, 1624]], [[254079, 302441], [14, -7371]], [[254093, 295070], [-914, 185]], [[253179, 295255], [71, 3928]], [[268489, 303391], [-191, -580], [-387, -2963], [106, -884]], [[268017, 298964], [-130, -739]], [[267887, 298225], [-343, 99], [-450, 1171]], [[267094, 299495], [12, 1605]], [[267106, 301100], [49, 2812]], [[189753, 293991], [-1506, -3], [-6, -4849], [-1376, -19], [-349, 1601], [-5, -14590]], [[186511, 276131], [-3149, -35]], [[183362, 276096], [0, 16245]], [[267106, 301100], [-728, 2195]], [[238742, 303127], [-74, -8950]], [[238668, 294177], [-668, 109]], [[238000, 294286], [-287, 2381]], [[237713, 296667], [-388, 1098], [22, 1529]], [[256860, 300492], [-290, -2960], [-338, -792], [-245, -1877]], [[255987, 294863], [-144, 1386], [-293, 274]], [[255550, 296523], [0, 1620], [-291, 54], [-9, 3268], [-292, 887]], [[268863, 303636], [139, -2861], [323, -3555]], [[269325, 297220], [-471, -581]], [[268854, 296639], [-87, -160]], [[268767, 296479], [-371, 1042], [-216, -421], [-163, 1864]], [[227521, 302358], [-8, -8969]], [[227513, 293389], [-1201, 1]], [[226312, 293390], [-170, 620]], [[259335, 300992], [56, -1316], [-280, -1720]], [[259111, 297956], [-212, -1709], [70, -887], [-508, -2769]], [[258461, 292591], [2, 2075], [-386, 811]], [[258077, 295477], [-160, 4082]], [[247114, 300419], [-4, -8971]], [[247110, 291448], [-285, -7], [1, -1091], [-449, -9]], [[246377, 290341], [-133, 6], [0, 4822]], [[270014, 298222], [-538, -798]], [[269476, 297424], [-151, -204]], [[271631, 300476], [-1005, -5256]], [[270626, 295220], [-44, 238]], [[270582, 295458], [-242, 963]], [[265023, 299329], [-257, -2572], [-190, 585]], [[264576, 297342], [-271, 24]], [[264305, 297366], [-192, 10]], [[260085, 295668], [2, 547], [-556, 17], [-158, 1641], [-262, 83]], [[260826, 302839], [-296, -1218], [-7, -4236], [-438, -1717]], [[267094, 299495], [-351, -1180]], [[266743, 298315], [-277, 2222]], [[266466, 300537], [-393, 1648]], [[261226, 302102], [133, -4629]], [[261359, 297473], [96, -3170]], [[261455, 294303], [-945, 242]], [[260510, 294545], [-581, 52]], [[259929, 294597], [156, 1071]], [[235148, 298399], [-1, -6962]], [[235147, 291437], [-172, 647]], [[234975, 292084], [-223, 645], [-660, -165]], [[234092, 292564], [-504, -212]], [[233588, 292352], [-6, 49]], [[233582, 292401], [-8, 9260]], [[239723, 299780], [-33, -6035]], [[239690, 293745], [-694, -157]], [[238996, 293588], [-328, 589]], [[230599, 298825], [-15, -6105]], [[230584, 292720], [-1252, 143]], [[229332, 292863], [-306, 203]], [[229026, 293066], [-2, 9917]], [[229026, 293066], [-1224, 262]], [[227802, 293328], [-289, 61]], [[237713, 296667], [-606, -1073]], [[237107, 295594], [-320, 702], [-637, -837], [-277, 1730]], [[276580, 301791], [-335, -2182], [7, -1181], [-302, -3863]], [[275950, 294565], [-336, -991]], [[275614, 293574], [-478, 39], [-285, 2097]], [[274851, 295710], [-106, 1590]], [[171727, 294716], [-239, -2194]], [[171488, 292522], [-527, 2873], [-607, 2124], [-309, 1676]], [[233582, 292401], [-516, 1393], [-745, 742], [-269, -626]], [[232052, 293910], [31, 7042]], [[266466, 300537], [-488, -4110]], [[265978, 296427], [-652, 2740]], [[265326, 299167], [-187, 782]], [[255550, 296523], [-579, 144], [-98, -1641], [-485, 59]], [[254388, 295085], [-295, -15]], [[262197, 300429], [-36, -1811], [-802, -1145]], [[249746, 298752], [0, -823]], [[249746, 297929], [-780, -17]], [[248966, 297912], [-952, 5]], [[248014, 297917], [-24, 832]], [[278136, 299831], [-261, -1729], [-65, -2062], [-295, -1492], [-382, -3555]], [[277133, 290993], [-221, 469], [-599, 3177], [-363, -74]], [[232052, 293910], [-3, -968]], [[232049, 292942], [-1216, -1076]], [[230833, 291866], [-249, 854]], [[274851, 295710], [-156, 131], [-298, -1760], [-415, 2481], [-367, 85], [-287, 1830]], [[272925, 297467], [-517, -3023]], [[272408, 294444], [-1070, -5442]], [[271338, 289002], [-265, 919]], [[271073, 289921], [-257, 2318], [43, 1727], [-233, 1254]], [[258077, 295477], [-439, -1478], [-435, -2504], [-548, -1594]], [[256655, 289901], [-109, 9]], [[256546, 289910], [-267, 1112], [-470, 3450], [178, 391]], [[220521, 300877], [16, -8166]], [[220537, 292711], [-1467, 10]], [[219070, 292721], [-4, 8150]], [[221976, 298976], [5, -6234]], [[221981, 292742], [-1444, -31]], [[224910, 294004], [2, -1315]], [[224912, 292689], [-1486, 26]], [[223426, 292715], [2, 8125]], [[219070, 292721], [-1453, -13]], [[217617, 292708], [-6, 8125]], [[217617, 292708], [-1443, -45]], [[216174, 292663], [-19, 8110]], [[223426, 292715], [-1445, 27]], [[216174, 292663], [-1446, -96]], [[214728, 292567], [-27, 8100]], [[213225, 300675], [57, -8129]], [[213282, 292546], [-1287, -1]], [[211995, 292545], [11, 3391]], [[214728, 292567], [-1446, -21]], [[241176, 300248], [-12, -1321], [-518, -4118], [192, -1475], [382, -1184]], [[241220, 292150], [-1146, 188]], [[240074, 292338], [-391, 56], [7, 1351]], [[266743, 298315], [382, -3067], [-30, -933]], [[267095, 294315], [-707, -913]], [[266388, 293402], [-414, 1708]], [[265974, 295110], [4, 1317]], [[262719, 294837], [-459, -1602]], [[262260, 293235], [-776, 48]], [[261484, 293283], [-29, 1020]], [[262577, 299847], [-12, -3859], [270, 14]], [[248014, 297917], [76, -4060], [-205, -780], [1, -1558]], [[247886, 291519], [-437, -567]], [[247449, 290952], [-227, -1245], [-112, 1741]], [[252513, 297417], [69, -2403], [-508, -277]], [[252074, 294737], [0, 1098], [-968, -56]], [[251106, 295779], [-44, 3301]], [[241878, 298491], [54, -3825], [-183, -2389], [75, -1398]], [[241824, 290879], [-230, -523], [-374, 1794]], [[244323, 295808], [-11, -3253]], [[244312, 292555], [-1484, 172]], [[242828, 292727], [39, 5700]], [[264965, 295106], [-389, 2236]], [[265326, 299167], [-46, -1734], [-315, -2327]], [[279011, 295965], [-403, -3616], [-92, -2363], [-262, 1132], [231, -2620], [-212, -589], [-375, 805]], [[277898, 288714], [-123, 574]], [[277775, 289288], [-642, 1705]], [[195305, 289204], [0, -8032]], [[195305, 281172], [-1, -6537]], [[195304, 274635], [-186, -4]], [[195118, 274631], [-312, 2178], [43, 3573], [-198, 582], [-596, 5810], [0, 10694]], [[267887, 298225], [124, -661], [-175, -1445], [3, -2070]], [[267839, 294049], [-421, -2128]], [[267418, 291921], [-323, 2394]], [[253179, 295255], [-83, -4574]], [[253096, 290681], [-1016, -26]], [[252080, 290655], [-6, 4082]], [[265974, 295110], [21, -726], [-419, -926], [-105, -1288]], [[265471, 292170], [-170, 1415]], [[265301, 293585], [-336, 1521]], [[251106, 295779], [-194, -540]], [[250912, 295239], [-465, -210], [-350, -1146]], [[250097, 293883], [-350, 16], [-1, 4030]], [[268767, 296479], [-104, -668]], [[268663, 295811], [-273, -796], [-103, -1445]], [[268287, 293570], [-448, 479]], [[237107, 295594], [1, -5232]], [[237108, 290362], [-341, 757], [-196, -1322], [-639, 965], [-521, -443]], [[235411, 290319], [-264, 1118]], [[275614, 293574], [-88, -2688], [-301, -779]], [[275225, 290107], [-353, 382], [-40, 1051], [-800, -2860]], [[274032, 288680], [-22, -72]], [[274010, 288608], [-398, 2352], [-785, 2545]], [[272827, 293505], [-419, 939]], [[242828, 292727], [22, -1854], [-368, -1418], [-65, -1107]], [[242417, 288348], [-241, 1667], [-352, 864]], [[270582, 295458], [-741, -3541]], [[269841, 291917], [-395, 3623], [30, 1884]], [[259929, 294597], [-147, 0], [-211, -3806], [-383, 38], [-157, -3571]], [[259031, 287258], [-882, -28]], [[258149, 287230], [-35, 1334], [210, 2007], [198, 282], [-61, 1738]], [[250097, 293883], [-203, -505], [0, -2741]], [[249894, 290637], [-534, -9]], [[249360, 290628], [-4, 2180], [-385, 256], [-5, 4848]], [[249360, 290628], [-290, -1321]], [[249070, 289307], [-1184, 2212]], [[269841, 291917], [-165, -789]], [[269676, 291128], [-4, -5]], [[269672, 291123], [-80, 1]], [[269592, 291124], [-424, 845], [-314, 4670]], [[195118, 274631], [-3725, 22]], [[191393, 274653], [0, 1610]], [[191393, 276263], [7, 12672]], [[264305, 297366], [79, -1215], [-282, -4274]], [[264102, 291877], [-95, 1]], [[264007, 291878], [19, 2058], [-215, 1635]], [[265301, 293585], [-113, -1287], [-385, -1434]], [[264803, 290864], [-134, 698], [-567, 315]], [[238000, 294286], [55, -4237], [-203, -2132], [-208, 87], [128, -2331]], [[237772, 285673], [-29, 1]], [[237743, 285674], [-635, -3]], [[237108, 285671], [0, 4691]], [[269592, 291124], [-134, -694]], [[269458, 290430], [-356, 976], [-547, -1372]], [[268555, 290034], [-268, 3536]], [[256546, 289910], [-601, -2119], [-102, -2363], [-288, -51]], [[255555, 285377], [-818, 63]], [[254737, 285440], [-326, 195], [-14, 2539]], [[254397, 288174], [-9, 6911]], [[211995, 292545], [-22, -7993]], [[211973, 284552], [0, -8133]], [[211973, 276419], [1, -8101]], [[211974, 268318], [0, -1611], [-731, -3]], [[211243, 266704], [-1104, -3]], [[210139, 266701], [0, 9724], [-255, -1], [0, 8241]], [[252080, 290655], [-401, -9]], [[251679, 290646], [-766, -8]], [[250913, 290638], [-1, 4601]], [[244988, 295164], [-59, -1673], [289, 734], [-26, -3356], [151, -2943], [-317, -598], [225, -984], [-128, -820]], [[245123, 285524], [0, -134]], [[245123, 285390], [-271, 18]], [[244852, 285408], [-481, 19]], [[244371, 285427], [-67, -3]], [[244304, 285424], [8, 7131]], [[264007, 291878], [-125, -1789], [-179, 18]], [[263703, 290107], [-245, 1867], [-67, 2695]], [[258149, 287230], [-73, -1530]], [[258076, 285700], [-260, 915], [-756, 37], [2, -410]], [[257062, 286242], [-403, 2158], [-4, 1501]], [[271073, 289921], [-669, -319], [-229, 1236], [-260, -546]], [[269915, 290292], [-148, 616]], [[269767, 290908], [-91, 220]], [[254397, 288174], [-931, -2937]], [[253466, 285237], [-470, -87]], [[252996, 285150], [100, 5531]], [[250913, 290638], [-58, -1638], [-291, -9], [-3, -1640], [-289, -10]], [[250272, 287341], [5, 3289], [-383, 7]], [[246377, 290341], [40, -3234]], [[246417, 287107], [-592, 20], [0, -1670]], [[245825, 285457], [-702, 67]], [[266388, 293402], [-34, -4888]], [[266354, 288514], [-753, -747]], [[265601, 287767], [-17, 901]], [[265584, 288668], [-113, 3502]], [[263703, 290107], [-14, -676]], [[263689, 289431], [-975, 44], [-28, -604]], [[262686, 288871], [-213, 626]], [[262473, 289497], [-213, 3738]], [[277775, 289288], [-200, -1210], [-345, -446], [-431, -3536]], [[276799, 284096], [-357, -1958], [-73, 1501]], [[276369, 283639], [-170, -185], [-119, 1854], [-263, 409]], [[275817, 285717], [-479, 2444], [-113, 1946]], [[175704, 293265], [8, -6545], [-64, -14], [-11, -8498]], [[175637, 278208], [-2838, -1564], [17, 2580], [-320, 834], [-131, 1949], [82, 971], [-206, 4490], [-532, 4208], [-221, 846]], [[261484, 293283], [160, -5557]], [[261644, 287726], [11, -400]], [[261655, 287326], [-1005, -14]], [[260650, 287312], [-168, -13]], [[260482, 287299], [28, 7246]], [[260482, 287299], [-991, -305]], [[259491, 286994], [-460, 264]], [[233588, 292352], [-6, -55]], [[233582, 292297], [-854, -556], [-398, -900], [-289, -1444]], [[232041, 289397], [8, 3545]], [[272827, 293505], [-15, -5200], [98, -784]], [[272910, 287521], [-478, -195], [-495, 933], [-201, -1171]], [[271736, 287088], [-363, 872], [-35, 1042]], [[267418, 291921], [45, -836], [-297, -951], [-55, -1334]], [[267111, 288800], [-431, -35]], [[266680, 288765], [-326, -251]], [[202831, 292589], [15, -6292]], [[202846, 286297], [-1525, -4281], [1, -811], [-1146, 18], [-2, -3253]], [[200174, 277970], [-860, -3]], [[199314, 277967], [-358, 449], [43, 2766], [-165, 3253], [-161, 392], [-104, 4258], [-348, -19]], [[238996, 293588], [-214, -3466], [-111, 31], [-24, -4496]], [[238647, 285657], [-85, 2]], [[238562, 285659], [-790, 14]], [[268555, 290034], [21, -284]], [[268576, 289750], [-391, -1856], [-455, -1079]], [[267730, 286815], [-127, 1309], [-492, 676]], [[183362, 276096], [1, -8676]], [[183363, 267420], [-4125, 8475], [13, 2284], [251, 1898]], [[179502, 280077], [536, 715], [179, 2807], [-146, 2209]], [[191393, 276263], [-1966, -35], [0, -192], [-2916, 95]], [[226312, 293390], [-10, -8052]], [[226302, 285338], [-375, 38]], [[225927, 285376], [-1032, 85]], [[224895, 285461], [17, 7228]], [[240074, 292338], [-28, -6700]], [[240046, 285638], [-697, 10]], [[239349, 285648], [-702, 9]], [[265584, 288668], [-611, 418]], [[264973, 289086], [-229, 4]], [[264744, 289090], [59, 1774]], [[274010, 288608], [-793, -2802]], [[273217, 285806], [-307, 1715]], [[179502, 280077], [-3865, -1869]], [[227802, 293328], [-42, -8197]], [[227760, 285131], [-406, 73]], [[227354, 285204], [-1052, 134]], [[229332, 292863], [-29, -7782]], [[229303, 285081], [-523, -53]], [[228780, 285028], [-1020, 103]], [[262473, 289497], [-829, -1771]], [[232039, 284934], [-231, 5], [-115, -1982], [146, -674]], [[231839, 282283], [-397, 23]], [[231442, 282306], [-615, 61]], [[230827, 282367], [1, 2606]], [[230828, 284973], [5, 6893]], [[232041, 289397], [-2, -4463]], [[230828, 284973], [-612, 11]], [[230216, 284984], [-913, 97]], [[219070, 292721], [-5, -8098]], [[219065, 284623], [-381, 10]], [[218684, 284633], [-1066, 127]], [[217618, 284760], [-1, 7948]], [[220537, 292711], [5, -8140]], [[220542, 284571], [-432, -2]], [[220110, 284569], [-1045, 54]], [[234975, 292084], [-31, -7088]], [[234944, 284996], [-292, 1575], [-561, -613]], [[234091, 285958], [1, 6606]], [[217618, 284760], [-376, -125]], [[217242, 284635], [-1070, -47]], [[216172, 284588], [2, 8075]], [[223426, 292715], [8, -8204]], [[223434, 284511], [-404, 2]], [[223030, 284513], [-1045, 0]], [[221985, 284513], [-4, 8229]], [[224895, 285461], [-2, -1035], [-413, 38]], [[224480, 284464], [-1046, 47]], [[221985, 284513], [-393, -1]], [[221592, 284512], [-1050, 59]], [[244304, 285424], [-1696, 42]], [[242608, 285466], [-191, 2882]], [[216172, 284588], [-374, 14]], [[215798, 284602], [-1072, -38]], [[214726, 284564], [2, 8003]], [[206995, 276387], [10, -9680]], [[207005, 266707], [-197, -1]], [[206808, 266706], [-3007, 34]], [[203801, 266740], [-1057, -19]], [[202744, 266721], [2, 17810], [100, 1766]], [[213282, 292546], [0, -7999]], [[213282, 284547], [-1309, 5]], [[214726, 284564], [-368, -14]], [[214358, 284550], [-1076, -3]], [[234091, 285958], [-73, -393]], [[234018, 285565], [-60, -961], [-377, 12]], [[233581, 284616], [1, 7681]], [[242608, 285466], [-1828, 115]], [[240780, 285581], [-734, 57]], [[233581, 284616], [-993, -39]], [[232588, 284577], [-549, 357]], [[235411, 290319], [-5, -7248]], [[235406, 283071], [-145, -6]], [[235261, 283065], [-39, 471]], [[235222, 283536], [-278, 1460]], [[249070, 289307], [-206, -1883], [-209, -3399], [-189, -953]], [[248466, 283072], [-1108, 2439]], [[247358, 285511], [-151, 1938], [245, 380], [-3, 3123]], [[264744, 289090], [-346, -257]], [[264398, 288833], [-567, 369], [-126, -463]], [[263705, 288739], [-16, 692]], [[275817, 285717], [197, -1750], [-222, -2037], [-677, 747]], [[275115, 282677], [4, 3611], [-520, 96], [-567, 2296]], [[247358, 285511], [-237, -29], [-3, -1592], [-571, -19]], [[246547, 283871], [-8, 3240], [-122, -4]], [[269458, 290430], [-641, -2764]], [[268817, 287666], [-197, 886]], [[268620, 288552], [-44, 1198]], [[269915, 290292], [98, -679], [-163, -3128], [52, -2328], [-122, -1899]], [[269780, 282258], [-329, -1370]], [[269451, 280888], [-242, 1119]], [[269209, 282007], [-81, 3665], [-311, 1994]], [[237108, 285671], [0, -2571]], [[237108, 283100], [-1702, -29]], [[271736, 287088], [202, -924]], [[271938, 286164], [-630, -2537]], [[271308, 283627], [-251, 828], [-618, -687], [-182, -1942]], [[270257, 281826], [-477, 432]], [[252996, 285150], [-21, -1156]], [[252975, 283994], [-1295, -59]], [[251680, 283935], [-1, 6711]], [[251680, 283935], [-283, 11]], [[251397, 283946], [-1128, 96]], [[250269, 284042], [3, 3299]], [[250269, 284042], [-1132, -33], [-12, -840]], [[249125, 283169], [-659, -97]], [[257062, 286242], [14, -3976], [-399, 14]], [[256677, 282280], [-836, -103], [-284, 800]], [[255557, 282977], [-2, 2400]], [[269209, 282007], [-689, -991], [-95, 755], [-402, -936]], [[268023, 280835], [-353, 3484]], [[267670, 284319], [60, 2496]], [[263705, 288739], [-84, -3973]], [[263621, 284766], [55, -1652]], [[263676, 283114], [-539, -692]], [[263137, 282422], [-449, 518]], [[262688, 282940], [-2, 5931]], [[262688, 282940], [-898, -38]], [[261790, 282902], [-135, 4424]], [[199314, 277967], [-878, -19], [0, -1622], [-852, -5], [-2, -8135], [36, -4019]], [[197618, 264167], [-857, -7], [-37, 4023], [2, 8133], [-306, 3], [2, 1614], [-576, 1], [-5, 3232], [-536, 6]], [[264398, 288833], [-62, -3686]], [[264336, 285147], [-715, -381]], [[264973, 289086], [-7, -4742], [-221, -294]], [[264745, 284050], [2, 1070], [-411, 27]], [[265601, 287767], [265, -1986], [29, -1346]], [[265895, 284435], [-506, -1945]], [[265389, 282490], [-646, 23]], [[264743, 282513], [2, 1537]], [[267670, 284319], [-205, 1161], [-587, -1542]], [[266878, 283938], [-198, 4827]], [[266878, 283938], [-137, -519]], [[266741, 283419], [-297, -993]], [[266444, 282426], [-403, 799], [-146, 1210]], [[275115, 282677], [-128, -2424], [77, -2306]], [[275064, 277947], [21, -1799], [-453, 1073]], [[274632, 277221], [-397, 2101], [-304, 487]], [[273931, 279809], [-206, 2389], [-508, 3608]], [[273217, 285806], [-382, -1361], [-117, -2128], [-399, -1751]], [[272319, 280566], [-269, 3521], [-24, 1416]], [[272026, 285503], [-88, 661]], [[254737, 285440], [-323, -2639], [122, -3923], [141, -1192], [-210, -1223]], [[254467, 276463], [-114, 140]], [[254353, 276603], [-184, 1820], [-374, -689], [-62, 3380], [-367, 2778], [100, 1345]], [[261790, 282902], [136, -2308]], [[261926, 280594], [-1276, -334]], [[260650, 280260], [0, 7052]], [[260650, 280260], [-288, -579], [2, -1890]], [[260364, 277791], [-286, -278], [4, -1615], [-248, -23]], [[259834, 275875], [-17, 4870], [-320, 8]], [[259497, 280753], [-6, 6241]], [[259497, 280753], [-1025, -27]], [[258472, 280726], [-231, 1150], [-165, 3824]], [[246547, 283871], [-292, -1615], [176, -342], [-73, -2890]], [[246358, 279024], [-674, 12], [3, 3263], [138, 3158]], [[235222, 283536], [-1204, -38]], [[234018, 283498], [0, 2067]], [[258472, 280726], [-106, -860]], [[258366, 279866], [-839, -31], [-2, -819], [-563, 45]], [[256962, 279061], [-281, -16], [0, 1226]], [[256681, 280271], [-4, 2009]], [[202744, 266721], [-672, -16], [-49, -2500], [301, -1531]], [[202324, 262674], [-2142, -5]], [[200182, 262669], [-8, 15301]], [[272319, 280566], [44, -2784]], [[272363, 277782], [-442, -1977]], [[271921, 275805], [-595, 2074]], [[271326, 277879], [-222, 903]], [[271104, 278782], [-65, 751], [269, 4094]], [[273931, 279809], [-121, -807]], [[273810, 279002], [-90, -725], [-314, 2439], [-742, -3661]], [[272664, 277055], [-301, 727]], [[248466, 283072], [-231, -2682], [-557, -1363]], [[247678, 279027], [-560, -1640]], [[247118, 277387], [-289, -1241]], [[246829, 276146], [-463, 2072]], [[246366, 278218], [-8, 806]], [[238701, 271113], [-400, 6]], [[238301, 271119], [-149, 1513], [-322, 444], [-467, -2738], [-254, 8]], [[237109, 270346], [-1, 3653]], [[237108, 273999], [0, 5600]], [[237108, 279599], [0, 3501]], [[237743, 285674], [-73, -1364], [157, -1652], [-2, -3964], [475, -5512], [401, -2069]], [[238562, 285659], [194, -3036], [29, -8285], [191, -5]], [[238976, 274333], [-156, -3244]], [[238820, 271089], [-119, 24]], [[239516, 277585], [89, -2415], [-250, -839], [-379, 2]], [[239349, 285648], [4, -5606], [141, -1], [22, -2456]], [[240779, 280837], [-287, -14], [-146, -3236]], [[240346, 277587], [-830, -2]], [[240780, 285581], [-1, -4744]], [[242619, 280157], [-575, -2639], [-400, 30]], [[241644, 277548], [0, 1623], [-290, 937], [-575, 729]], [[242608, 285466], [11, -5309]], [[234018, 283498], [-3, -6187]], [[234015, 277311], [-813, 788]], [[233202, 278099], [-417, 1389]], [[232785, 279488], [-113, 619]], [[232672, 280107], [-84, 4470]], [[246366, 278218], [-28, -989], [-363, 176], [-2, -2478], [-251, 42], [-36, 2444], [-221, 12]], [[245465, 277425], [-297, 1279], [258, 1420], [-227, 256], [-7, 1864], [186, 934], [-62, 1882], [-224, -1603], [31, 1933]], [[268023, 280835], [-29, -951]], [[267994, 279884], [-750, -2311]], [[267244, 277573], [-503, 5846]], [[244371, 285427], [-163, -2146], [-308, -2022], [-90, -2138]], [[243810, 279121], [-368, -2107], [-400, -899]], [[243042, 276115], [-26, 3010], [-397, 1032]], [[255557, 282977], [-143, -816], [-4, -3254], [-143, -3], [2, -3233]], [[255269, 275671], [-569, -21], [-233, 813]], [[244852, 285408], [-216, -2699], [-7, -2066], [-283, -3112]], [[244346, 277531], [-420, 5], [-116, 1585]], [[225927, 285376], [-30, -8275]], [[225897, 277101], [-4, -879]], [[225893, 276222], [-1134, 26]], [[224759, 276248], [-281, 39]], [[224478, 276287], [2, 8177]], [[245465, 277425], [-76, -261]], [[245389, 277164], [-175, -453], [-903, -2]], [[244311, 276709], [35, 822]], [[227354, 285204], [-18, -8167]], [[227336, 277037], [-186, 1]], [[227150, 277038], [-1253, 63]], [[264743, 282513], [-219, -2968]], [[264524, 279545], [-235, 1092]], [[264289, 280637], [-264, 580], [-349, 1897]], [[254353, 276603], [-498, -1834], [-40, -1059], [323, -1231]], [[254138, 272479], [-1368, -35]], [[252770, 272444], [91, 5015]], [[252861, 277459], [114, 6535]], [[228780, 285028], [-17, -8118]], [[228763, 276910], [-135, 16]], [[228628, 276926], [-1292, 111]], [[230216, 284984], [-6, -3141]], [[230210, 281843], [-31, -4995]], [[230179, 276848], [-1416, 62]], [[230827, 282367], [0, -513], [-617, -11]], [[232672, 280107], [-600, 939], [-233, 1237]], [[218684, 284633], [-13, -8156]], [[218671, 276477], [-1432, 43]], [[217239, 276520], [3, 8115]], [[210139, 266701], [-717, -2]], [[209422, 266699], [-123, -1]], [[209299, 266698], [-2294, 9]], [[220110, 284569], [-7, -8139]], [[220103, 276430], [-1432, 47]], [[217239, 276520], [0, -66]], [[217239, 276454], [-1432, 21]], [[215807, 276475], [-9, 8127]], [[215807, 276475], [-1432, -37]], [[214375, 276438], [-17, 8112]], [[214375, 276438], [-25, -1]], [[214350, 276437], [-2377, -18]], [[221592, 284512], [0, -8234]], [[221592, 276278], [-49, 0]], [[221543, 276278], [-1440, 152]], [[223030, 284513], [0, -8233]], [[223030, 276280], [-51, 1]], [[222979, 276281], [-1387, -3]], [[224478, 276287], [-1448, -7]], [[271104, 278782], [-447, -786]], [[270657, 277996], [-226, 1046], [-174, 2784]], [[266444, 282426], [-237, -2443]], [[266207, 279983], [2, -920]], [[266209, 279063], [-288, 519]], [[265921, 279582], [-345, 931], [-187, 1977]], [[251397, 283946], [0, -6508]], [[251397, 277438], [-1123, -9]], [[250274, 277429], [-5, 6613]], [[250274, 277429], [-14, -1]], [[250260, 277428], [-1136, 15], [0, 1061]], [[249124, 278504], [1, 4665]], [[252861, 277459], [-1464, -21]], [[235261, 283065], [11, -1603]], [[235272, 281462], [1, -2618]], [[235273, 278844], [-795, -2143]], [[234478, 276701], [-463, 610]], [[267244, 277573], [-756, -2456]], [[266488, 275117], [-124, 3123], [-155, 823]], [[264289, 280637], [-142, -524], [-197, -2955], [-99, 3]], [[263851, 277161], [-538, -506]], [[263313, 276655], [-159, -301]], [[263154, 276354], [0, 1215]], [[263154, 277569], [-17, 4853]], [[237108, 279599], [-281, 902], [-86, -872], [-299, 1007], [-286, -1037], [-341, 13], [-543, 1850]], [[249124, 278504], [-151, -881]], [[248973, 277623], [-205, -34], [-580, -3455]], [[248188, 274134], [-494, 8], [0, 1631], [-576, 8], [0, 1606]], [[256681, 280271], [-69, -2498], [-191, -1960], [-869, -125], [4, -3255], [-143, -9]], [[255413, 272424], [-143, -6], [-1, 3253]], [[263154, 277569], [-1076, 448]], [[262078, 278017], [-152, 2577]], [[265921, 279582], [1, -28]], [[265922, 279554], [-184, 35], [-659, -3027]], [[265079, 276562], [-284, 2688], [-271, 295]], [[231442, 282306], [2, -8953]], [[231444, 273353], [-1049, 21]], [[230395, 273374], [-216, 3474]], [[270657, 277996], [-80, -1269]], [[270577, 276727], [-329, -341], [-291, -3111], [55, -643]], [[270012, 272632], [0, -5]], [[270012, 272627], [-338, -491], [-153, 1148]], [[269521, 273284], [74, 1606], [-301, 1073], [-437, 275]], [[268857, 276238], [507, 2500], [87, 2150]], [[232785, 279488], [1, -3858], [404, -2322]], [[233190, 273308], [-1746, 45]], [[268857, 276238], [-59, 1856], [-542, 1927], [-262, -137]], [[237108, 273999], [-848, -1143], [-402, 1183]], [[235858, 274039], [-244, 1]], [[235614, 274040], [-342, 532], [1, 4272]], [[197618, 264167], [24, -1497]], [[197642, 262670], [0, -8384], [-2346, -23]], [[195296, 254263], [8, 20372]], [[259834, 275875], [18, -769], [-399, -590]], [[259453, 274516], [-479, 386], [-118, 1013], [-486, -1586]], [[258370, 274329], [-4, 5537]], [[241644, 277548], [-1, -1627]], [[241643, 275921], [-577, 18], [2, -799], [-433, -2]], [[240635, 275138], [-285, 12], [-4, 2437]], [[273810, 279002], [98, -1654]], [[273908, 277348], [8, -2098]], [[273916, 275250], [-11, -827]], [[273905, 274423], [15, -90]], [[273920, 274333], [-20, -184]], [[273900, 274149], [-60, -392]], [[273840, 273757], [-438, -2518], [175, -1903]], [[273577, 269336], [17, -224]], [[273594, 269112], [-42, -1026], [-431, 800]], [[273121, 268886], [-76, 2024]], [[273045, 270910], [44, 2085], [-299, 3226]], [[272790, 276221], [-126, 834]], [[265079, 276562], [-41, -437]], [[265038, 276125], [-259, 143], [-399, -2644]], [[264380, 273624], [-384, 781]], [[263996, 274405], [-145, 2756]], [[262078, 278017], [222, -1817]], [[262300, 276200], [-162, -699], [-765, -79], [10, -1076], [-289, -21]], [[261094, 274325], [-155, 1623], [-575, 1843]], [[256962, 279061], [29, -2256], [255, -3763]], [[257246, 273042], [-260, -2156], [4, -3296]], [[256990, 267590], [-755, -8], [-207, 1771], [-614, 2276]], [[255414, 271629], [-1, 795]], [[243042, 276115], [-252, -2320], [-86, -1940]], [[242704, 271855], [-773, 7]], [[241931, 271862], [-288, 2425], [0, 1634]], [[268650, 272453], [-454, -2106]], [[268196, 270347], [-296, -908], [-412, 5134]], [[267488, 274573], [-244, 3000]], [[268857, 276238], [-273, -3365], [66, -420]], [[258370, 274329], [-238, -1220]], [[258132, 273109], [-630, 1133], [-256, -1200]], [[274213, 271739], [154, -1026], [-395, -1964], [241, 2990]], [[273840, 273757], [261, -1594], [-185, -2612], [-322, -439]], [[274414, 275981], [264, -153], [280, -1524], [-294, -990], [-167, -1798], [-139, 1959], [56, 2506]], [[274160, 276707], [170, -315], [46, -4156], [-277, 1435], [-122, 1906], [183, 1130]], [[274632, 277221], [33, -1171], [-536, 816], [-157, -984], [-64, 1466]], [[265516, 275419], [-478, 706]], [[265922, 279554], [-53, -2957], [-353, -1178]], [[266488, 275117], [0, -942]], [[266488, 274175], [-328, -2106]], [[266160, 272069], [-649, 44]], [[265511, 272113], [5, 3306]], [[234478, 276701], [5, -3100]], [[234483, 273601], [0, -4335]], [[234483, 269266], [-1322, -45]], [[233161, 269221], [-81, 1800], [110, 2287]], [[244311, 276709], [-53, -2458]], [[244258, 274251], [-441, -8], [-351, -1303], [-29, -1625], [-344, -1798]], [[243093, 269517], [-234, 272], [-155, 2066]], [[235614, 274040], [-175, -434], [-956, -5]], [[271921, 275805], [37, -1771], [275, -2845]], [[272233, 271189], [-961, -1642]], [[271272, 269547], [-98, 1564], [-427, 591]], [[270747, 271702], [140, 2717], [-310, 2308]], [[250260, 277428], [-1, -6571]], [[250259, 270857], [-1135, -31]], [[249124, 270826], [0, 2438], [-151, 4359]], [[246829, 276146], [-140, -527], [-67, -2600], [-183, 267], [-97, -2398]], [[246342, 270888], [-114, -1301], [-411, -1386], [-315, 624]], [[245502, 268825], [-3, 115]], [[245499, 268940], [-61, 70]], [[245438, 269010], [-315, 191], [118, 1426]], [[245241, 270627], [337, 223], [252, 2167], [-256, 411], [68, 1606], [-306, 122], [53, 2008]], [[263154, 276354], [-211, -1787], [-562, -838]], [[262381, 273729], [-81, 2471]], [[200182, 262669], [-2540, 1]], [[273045, 270910], [-142, 209], [-547, -2637]], [[272356, 268482], [-123, 2707]], [[261094, 274325], [1, -3262]], [[261095, 271063], [-1173, -46], [-180, 788]], [[259742, 271805], [-224, 1640]], [[259518, 273445], [-65, 1071]], [[249124, 270826], [0, -3253]], [[249124, 267573], [-1393, 50]], [[247731, 267623], [-42, 2293], [499, 4218]], [[240635, 275138], [6, -4081], [-110, -1625]], [[240531, 269432], [-347, 19]], [[240184, 269451], [-691, 9]], [[239493, 269460], [-75, 1632], [-598, -3]], [[267488, 274573], [-96, 548], [-482, -3351]], [[266910, 271770], [-422, 2405]], [[252770, 272444], [-27, -1509]], [[252743, 270935], [-1345, -64]], [[251398, 270871], [-1, 6567]], [[251398, 270871], [-1139, -14]], [[247731, 267623], [-1360, -26]], [[246371, 267597], [-29, 3291]], [[245241, 270627], [-1027, -144]], [[244214, 270483], [-103, 1786], [147, 1982]], [[263996, 274405], [-106, -4613]], [[263890, 269792], [-3, -599]], [[263887, 269193], [-267, 9], [-340, 1832]], [[263280, 271034], [-27, -2]], [[263253, 271032], [60, 5623]], [[270747, 271702], [-157, 187]], [[270590, 271889], [-578, 743]], [[227150, 277038], [6, -4410]], [[227156, 272628], [-469, -47], [-452, -1537]], [[226235, 271044], [-342, 5178]], [[228628, 276926], [1, -5287]], [[228629, 271639], [-1086, -1713]], [[227543, 269926], [-107, -742], [-280, 1303]], [[227156, 270487], [0, 2141]], [[230395, 273374], [194, -555]], [[230589, 272819], [-1430, -4745]], [[229159, 268074], [-124, -408], [-406, 3973]], [[255414, 271629], [-142, -188], [4, -2273], [-284, -8], [4, -2361], [-126, -263]], [[254870, 266536], [-1130, -23]], [[253740, 266513], [-126, 1159], [208, 569], [68, 3761], [248, 477]], [[263253, 271032], [-736, -38]], [[262517, 270994], [98, 589], [-330, 1226], [96, 920]], [[217239, 276454], [-26, -8133]], [[217213, 268321], [-225, -2]], [[216988, 268319], [-1199, 8]], [[215789, 268327], [18, 8148]], [[218671, 276477], [-13, -8190]], [[218658, 268287], [-436, 22]], [[218222, 268309], [-1009, 12]], [[220103, 276430], [-15, -8195]], [[220088, 268235], [-232, -5]], [[219856, 268230], [-1198, 57]], [[215789, 268327], [-226, -12]], [[215563, 268315], [-1213, -2]], [[214350, 268313], [0, 8124]], [[214350, 268313], [-210, 4]], [[214140, 268317], [-1427, -23]], [[212713, 268294], [-739, 24]], [[265511, 272113], [-316, -757], [-183, -1474]], [[265012, 269882], [-430, 1091]], [[264582, 270973], [-206, 1238], [4, 1413]], [[221543, 276278], [-5, -8068]], [[221538, 268210], [-231, 14]], [[221307, 268224], [-1219, 11]], [[224759, 276248], [2, -3983], [-213, -701]], [[224548, 271564], [-1040, -3414]], [[223508, 268150], [-541, 29]], [[222967, 268179], [12, 8102]], [[226235, 271044], [225, -2721]], [[226460, 268323], [-392, -1293]], [[226068, 267030], [-565, -1869]], [[225503, 265161], [-119, 1166], [-213, -724], [-623, 5961]], [[222967, 268179], [-215, -7]], [[222752, 268172], [-1214, 38]], [[191393, 274653], [-1, -12960]], [[191392, 261693], [-1985, -97], [1, -3801], [-565, -10], [0, -1773]], [[188843, 256012], [-5480, 11408]], [[269521, 273284], [-686, -1046]], [[268835, 272238], [-185, 215]], [[262517, 270994], [-386, -1847], [16, -1276]], [[262147, 267871], [-360, -24], [-203, 1604], [-425, -24]], [[261159, 269427], [-64, 1636]], [[259742, 271805], [-223, -445], [6, -3713]], [[259525, 267647], [5, -1554], [-546, -20]], [[258984, 266073], [-309, -26], [-4, 1611], [-286, -16]], [[258385, 267642], [-7, 3607], [-246, 1860]], [[241931, 271862], [-1, -2445]], [[241930, 269417], [-1399, 15]], [[268196, 270347], [-120, -1132]], [[268076, 269215], [-774, -4371]], [[267302, 264844], [-222, 1408], [-144, 2418]], [[266936, 268670], [128, 1356], [-154, 1744]], [[264582, 270973], [-5, -1325], [-687, 144]], [[195296, 254263], [-3927, 9]], [[191369, 254272], [23, 7421]], [[258385, 267642], [-117, -1603]], [[258268, 266039], [-1141, -46]], [[257127, 265993], [-137, 1597]], [[235858, 274039], [-247, -3595], [-56, -4246], [248, 15]], [[235803, 266213], [165, -2415]], [[235968, 263798], [-1351, 24]], [[234617, 263822], [-133, 12], [-1, 5432]], [[244214, 270483], [8, -2105], [-240, -3867]], [[243982, 264511], [-60, 1623], [-510, -1824], [-304, 1856]], [[243108, 266166], [-15, 3351]], [[266936, 268670], [-756, 231]], [[266180, 268901], [-20, 3168]], [[237109, 270346], [74, -4024]], [[237183, 266322], [-1380, -109]], [[233161, 269221], [87, -951]], [[233248, 268270], [-1739, -1463]], [[231509, 266807], [-6, 123]], [[231503, 266930], [-162, 2701], [-752, 3188]], [[269315, 266119], [-168, -187]], [[269147, 265932], [-152, 1040], [-160, 5266]], [[269521, 273284], [-206, -7165]], [[270012, 272627], [143, -2843], [-121, -4705]], [[270034, 265079], [-575, 985]], [[269459, 266064], [-144, 55]], [[238301, 271119], [215, -818], [-12, -1664], [522, -3202]], [[239026, 265435], [-240, -345], [-1, -1274]], [[238785, 263816], [-1220, -19]], [[237565, 263797], [-382, 2525]], [[231503, 266930], [-1231, -4027]], [[230272, 262903], [-620, 348]], [[229652, 263251], [-493, 4823]], [[227156, 270487], [-696, -2164]], [[270590, 271889], [127, -3676], [608, -623]], [[271325, 267590], [-175, -617]], [[271150, 266973], [-403, -4199]], [[270747, 262774], [-221, 704]], [[270526, 263478], [-177, 1370], [-315, 231]], [[253740, 266513], [-294, -3347], [251, -2068]], [[253697, 261098], [-1046, -26]], [[252651, 261072], [-26, 3649]], [[252625, 264721], [118, 6214]], [[269147, 265932], [-285, -745]], [[268862, 265187], [-233, 1642], [-442, 1367], [-111, 1019]], [[261159, 269427], [-50, -2453], [-440, -327], [-199, -2179]], [[260470, 264468], [-372, 2], [4, 1617], [-263, 0], [-26, 1492], [-288, 68]], [[266180, 268901], [-4, -1686]], [[266176, 267215], [-979, 52]], [[265197, 267267], [-144, 1878]], [[265053, 269145], [-41, 737]], [[271272, 269547], [173, -1188]], [[271445, 268359], [-120, -769]], [[243108, 266166], [-323, -822]], [[242785, 265344], [-856, 1]], [[241929, 265345], [1, 4072]], [[257127, 265993], [-143, -9], [6, -2440]], [[256990, 263544], [-1656, -27]], [[255334, 263517], [-331, -38], [-133, 3057]], [[229652, 263251], [-593, -1974]], [[229059, 261277], [-293, 2871], [-669, -2188]], [[228097, 261960], [2, 1607], [-453, 1892], [173, 815], [-272, 611], [-4, 3041]], [[225503, 265161], [144, -1412], [-855, -2935]], [[224792, 260814], [-82, 738], [-489, -431]], [[224221, 261121], [-713, 7029]], [[245438, 269010], [61, -70]], [[245502, 268825], [-127, -1815], [-313, -1032], [-168, -1704]], [[244894, 264274], [-270, -484], [77, -1752]], [[244701, 262038], [-172, -287]], [[244529, 261751], [-462, 332]], [[244067, 262083], [-85, 2428]], [[272356, 268482], [444, -3810]], [[272800, 264672], [248, -708], [-50, -2336], [-442, 1524]], [[272556, 263152], [-244, 2510], [-518, 506], [-349, 2191]], [[239493, 269460], [179, -3272], [-322, 2], [-3, -1288], [-321, 533]], [[273103, 263918], [241, -620], [-261, -1764], [-124, 1738], [144, 646]], [[273429, 267956], [229, -1123], [-211, -968], [-18, 2091]], [[273121, 268886], [209, -711], [80, -2196], [219, -966], [-158, -953], [-438, 1415], [-233, -803]], [[263887, 269193], [-34, -3123]], [[263853, 266070], [-27, -877], [-408, 18]], [[263418, 265211], [-156, 2]], [[263262, 265213], [18, 5821]], [[263262, 265213], [-700, 78]], [[262562, 265291], [-449, 1252]], [[262113, 266543], [34, 1328]], [[265197, 267267], [107, -2252]], [[265304, 265015], [-1157, 121], [0, -794]], [[264147, 264342], [-294, 1728]], [[252625, 264721], [-414, -683], [-803, -568]], [[251408, 263470], [-10, 7401]], [[246371, 267597], [-50, -4882]], [[246321, 262715], [-773, 1410], [-654, 149]], [[251408, 263470], [-93, -39]], [[251315, 263431], [-1039, -418]], [[250276, 263013], [-17, 7844]], [[250276, 263013], [-235, -98]], [[250041, 262915], [-702, -302]], [[249339, 262613], [-25, 4964], [-190, -4]], [[228097, 261960], [-913, -2938]], [[227184, 259022], [-236, 2295], [-214, -718]], [[226734, 260599], [-666, 6431]], [[268862, 265187], [-531, -2011]], [[268331, 263176], [-444, -556]], [[267887, 262620], [-507, 1245]], [[267380, 263865], [-78, 979]], [[241929, 265345], [-140, -2434]], [[241789, 262911], [-714, 10], [-2, -1631], [-985, -12]], [[240088, 261278], [64, 2739], [215, 1718], [-183, 3716]], [[240088, 261278], [187, -1588], [292, -495], [230, -1479]], [[240797, 257716], [-541, -2780], [-190, -403]], [[240066, 254533], [-710, 332]], [[239356, 254865], [-1, 3236], [-281, -4], [-5, 3280], [-287, 5], [3, 2434]], [[262113, 266543], [-202, -2490], [-1, -1443]], [[261910, 262610], [38, -331]], [[261948, 262279], [-247, -1122], [-557, 78], [-1, -1623]], [[261143, 259612], [-925, -26]], [[260218, 259586], [89, 792]], [[260307, 260378], [163, 4090]], [[234617, 263822], [-104, -1184], [69, -2704], [234, -2044]], [[234816, 257890], [-383, -1877]], [[234433, 256013], [-270, 786], [-111, 1767], [-372, 551]], [[233680, 259117], [-7, 1203], [-351, 1944], [-118, 1559], [44, 4447]], [[267380, 263865], [-842, -11]], [[266538, 263854], [-369, 126]], [[266169, 263980], [7, 3235]], [[273082, 261033], [-133, -2581], [-38, 2028], [171, 553]], [[272467, 260258], [-390, 845]], [[272077, 261103], [-418, 1230], [-343, 2022], [41, 1842], [-207, 776]], [[272556, 263152], [364, -1898], [-453, -996]], [[218222, 268309], [-10, -7269]], [[218212, 261040], [-112, -2492], [-1121, -109]], [[216979, 258439], [2, 1757]], [[216981, 260196], [7, 8123]], [[216981, 260196], [-1417, 10]], [[215564, 260206], [-1, 8109]], [[215564, 260206], [-1425, -1]], [[214139, 260205], [1, 8112]], [[214139, 260205], [-87, 1]], [[214052, 260206], [-1250, 7]], [[212802, 260213], [-89, 1]], [[212713, 260214], [0, 8080]], [[212713, 260214], [-1472, -6]], [[211241, 260208], [2, 6496]], [[219856, 268230], [-1, -7250]], [[219855, 260980], [-1643, 60]], [[233680, 259117], [-1054, -950], [-246, -706]], [[232380, 257461], [15, 2779], [-147, -648]], [[232248, 259592], [-249, 2566], [-298, 601], [38, 1653], [-230, 2395]], [[222752, 268172], [-19, -11396]], [[222733, 256776], [-311, -1069], [-354, 1218], [-198, -944], [-249, 1262]], [[221621, 257243], [-334, 1575]], [[221287, 258818], [20, 9406]], [[221287, 258818], [-1085, 65]], [[220202, 258883], [-345, 20], [-2, 2077]], [[224221, 261121], [-256, -235], [-55, -1438], [-590, -2354]], [[223320, 257094], [-275, -434]], [[223045, 256660], [-312, 116]], [[260218, 259586], [-114, -1]], [[260104, 259585], [-994, -4]], [[259110, 259581], [-7, 3224], [-142, -9], [23, 3277]], [[259110, 259581], [-135, -3310]], [[258975, 256271], [-230, 291], [-9, 1358], [-330, -1425], [-5, 1399], [-275, -34]], [[258126, 257860], [-1, 2419], [142, 6], [1, 5754]], [[247731, 267623], [274, -3564], [25, -1966]], [[248030, 262093], [-341, -656]], [[247689, 261437], [-106, -329], [-1263, -24]], [[246320, 261084], [1, 1631]], [[249339, 262613], [-284, -111]], [[249055, 262502], [-612, -243]], [[248443, 262259], [-413, -166]], [[266169, 263980], [-1, -929], [-528, -12]], [[265640, 263039], [-382, 824]], [[265258, 263863], [46, 1152]], [[225328, 255832], [-536, 4982]], [[226734, 260599], [-1152, -3887]], [[225582, 256712], [-254, -880]], [[272077, 261103], [-207, -2290], [-271, -705]], [[271599, 258108], [-852, 4666]], [[232248, 259592], [-1251, -3816]], [[230997, 255776], [-725, 7127]], [[209299, 266698], [-218, -16661]], [[209081, 250037], [-2269, -8219]], [[206812, 241818], [27, 3208], [-31, 21680]], [[206812, 241818], [-175, -639]], [[206637, 241179], [-655, 3287], [-500, 980], [-452, 2433], [-137, 1784], [-467, 1522], [-266, 2270], [-357, 1834]], [[203803, 255289], [-2, 11451]], [[203803, 255289], [-618, 1714], [-454, 4718], [-407, 953]], [[211241, 260208], [-789, 7]], [[210452, 260215], [-226, 1786], [-294, 419], [-120, 2210], [-128, -359], [-262, 2428]], [[210452, 260215], [261, -433], [176, -3774], [534, 31], [187, -1030], [512, -17]], [[212122, 254992], [-1599, -11259]], [[210523, 243733], [-1442, 6304]], [[262562, 265291], [-9, -2748], [-135, 18]], [[262418, 262561], [-508, 49]], [[255334, 263517], [-41, -2445], [-142, -14], [4, -2674], [-156, -742], [132, -1478], [-365, -604], [-167, -1944]], [[254599, 253616], [-506, -1944]], [[254093, 251672], [-63, 1221], [229, 2446], [-147, -275], [95, 2173], [-484, 2051], [-26, 1810]], [[237565, 263797], [234, -2648], [-111, -2155]], [[237688, 258994], [-417, -314]], [[237271, 258680], [-297, 954], [-857, 614]], [[236117, 260248], [-149, 3550]], [[244067, 262083], [-416, -314], [-36, -1776], [-276, -171], [-2, -3574], [-156, -1569], [81, -1641]], [[243262, 253038], [-258, 531], [-178, -1296], [-48, 1873]], [[242778, 254146], [7, 11198]], [[269459, 266064], [0, -2383], [-247, 7], [-4, -2375]], [[269208, 261313], [-295, -711]], [[268913, 260602], [-583, -22], [1, 2596]], [[264147, 264342], [212, -842], [-100, -3841]], [[264259, 259659], [-425, -12]], [[263834, 259647], [-269, 0]], [[263565, 259647], [-156, 2805], [9, 2759]], [[270526, 263478], [-236, -1000], [1, -5622]], [[270291, 256856], [-262, 1105]], [[270029, 257961], [-821, 3352]], [[258126, 257860], [-564, -27]], [[257562, 257833], [-384, 26], [-188, 2000], [3, 2240]], [[256993, 262099], [-3, 1445]], [[263565, 259647], [-754, -30]], [[262811, 259617], [-348, -20], [-45, 2964]], [[242778, 254146], [-219, 178]], [[242559, 254324], [-305, 2653]], [[242254, 256977], [-195, 277], [-241, 2436], [-29, 3221]], [[265258, 263863], [-181, -811], [-39, -2867]], [[265038, 260185], [-69, -496], [-710, -30]], [[252692, 256194], [-1093, -41]], [[251599, 256153], [-284, -4]], [[251315, 256149], [0, 7282]], [[252651, 261072], [41, -4878]], [[246320, 261084], [-2, -1627]], [[246318, 259457], [-1160, -19]], [[245158, 259438], [-408, 1159], [-49, 1441]], [[227703, 254041], [-519, 4981]], [[229059, 261277], [364, -3474]], [[229423, 257803], [-1328, -4514]], [[228095, 253289], [-182, -662], [-210, 1414]], [[266538, 263854], [73, -1664]], [[266611, 262190], [-131, -3053]], [[266480, 259137], [-414, -482]], [[266066, 258655], [-411, 1022], [-15, 3362]], [[267887, 262620], [-7, -2008]], [[267880, 260612], [-912, 138], [0, 1415], [-357, 25]], [[266066, 258655], [-13, -4419]], [[266053, 254236], [-962, 79]], [[265091, 254315], [4, 2025]], [[265095, 256340], [-57, 3845]], [[236117, 260248], [245, -1198], [-44, -6786]], [[236318, 252264], [-314, 1644], [-175, 1815], [-632, 880], [-381, 1287]], [[239356, 254865], [-430, -6], [-146, -1627], [-240, 7], [-65, -1705]], [[238475, 251534], [-133, -174]], [[238342, 251360], [-234, 2339], [-88, 3954], [-332, 1341]], [[271599, 258108], [109, -1595]], [[271708, 256513], [-299, -2289]], [[271409, 254224], [-861, 806]], [[270548, 255030], [-29, 1447], [-228, 379]], [[256993, 262099], [-405, -645], [-234, -1413], [-90, -2314], [-724, -4800]], [[255540, 252927], [-525, -296]], [[255015, 252631], [-416, 985]], [[251315, 256149], [-565, 11]], [[250750, 256160], [-705, 0]], [[250045, 256160], [-4, 6755]], [[229993, 252193], [-570, 5610]], [[230997, 255776], [-230, -1047]], [[230767, 254729], [-774, -2536]], [[268913, 260602], [84, -3783]], [[268997, 256819], [-88, -1964]], [[268909, 254855], [-525, 10], [-61, 691], [-839, 350]], [[267484, 255906], [-15, 966]], [[267469, 256872], [411, 3740]], [[242254, 256977], [-1212, -1625], [-245, 2364]], [[250045, 256160], [-145, 0]], [[249900, 256160], [-376, -7]], [[249524, 256153], [-46, 1959], [-425, 1320], [2, 3070]], [[262811, 259617], [-6, -2207]], [[262805, 257410], [-584, -281], [-45, 579]], [[262176, 257708], [-228, 4571]], [[262176, 257708], [-117, -3882]], [[262059, 253826], [-920, 118]], [[261139, 253944], [4, 5668]], [[249524, 256153], [-188, 2]], [[249336, 256155], [-474, -1], [2, -814], [-378, 9]], [[248486, 255349], [-43, 6910]], [[267469, 256872], [-538, 69]], [[266931, 256941], [-451, 2196]], [[244529, 261751], [-62, -2123], [-258, 460], [229, -1495], [-276, -599], [18, -3120], [-205, 750], [174, -2365], [-387, -521], [182, -1100]], [[243944, 251638], [-102, -1383], [173, -931], [-202, -1256]], [[243813, 248068], [-73, -540]], [[243740, 247528], [12, 447]], [[243752, 247975], [-182, 929]], [[243570, 248904], [129, 2677], [-437, 1457]], [[248486, 255349], [-225, -1013]], [[248261, 254336], [-569, 265]], [[247692, 254601], [-3, 6836]], [[257562, 257833], [96, -2876], [-100, -437], [8, -2858]], [[257566, 251662], [-179, 1283], [-1847, -18]], [[245158, 259438], [-12, -4904]], [[245146, 254534], [-217, 450], [-649, -954], [-49, -1688], [-287, -704]], [[191369, 254272], [-1713, -9], [-813, 1749]], [[225328, 255832], [-812, -3459]], [[224516, 252373], [-177, 743], [-194, 2530], [-443, 141], [-382, 1307]], [[247692, 254601], [-45, 0]], [[247647, 254601], [-802, -13]], [[246845, 254588], [-237, -7]], [[246608, 254581], [0, 4882], [-290, -6]], [[270029, 257961], [-328, -1873], [-203, -243]], [[269498, 255845], [-501, 974]], [[226342, 249372], [-760, 7340]], [[227703, 254041], [-1361, -4669]], [[220202, 258883], [-12, -9165]], [[220190, 249718], [-1597, -27]], [[218593, 249691], [-12, 8144], [-1602, 88]], [[216979, 257923], [0, 516]], [[254093, 251672], [-73, -563]], [[254020, 251109], [-140, -343], [-854, -8], [-285, -550]], [[252741, 250208], [-49, 5986]], [[272895, 258076], [-221, -2947], [-140, 1836], [361, 1111]], [[272467, 260258], [359, -497], [69, -955], [-372, -536], [-14, -3438], [142, -738], [-530, 300]], [[272121, 254394], [-413, 2119]], [[232380, 257461], [233, -3410], [-192, -919], [-109, -3298]], [[232312, 249834], [-587, -40], [-741, -2203]], [[230984, 247591], [-246, 5282], [29, 1856]], [[215564, 260206], [-1, -10641]], [[215563, 249565], [-1463, 119]], [[214100, 249684], [-48, 10522]], [[214100, 249684], [-246, 18]], [[213854, 249702], [-112, 1974], [-687, 2489], [-255, -616]], [[212800, 253549], [2, 6664]], [[237271, 258680], [3, -1922], [-169, -1045], [14, -5133]], [[237119, 250580], [-252, -652]], [[236867, 249928], [-549, 2336]], [[216979, 257923], [-20, -8366]], [[216959, 249557], [-1396, 8]], [[212800, 253549], [-158, -489], [-520, 1932]], [[265095, 256340], [-399, -67]], [[264696, 256273], [-805, -61]], [[263891, 256212], [-57, 3435]], [[263891, 256212], [-578, -54]], [[263313, 256158], [-423, 46], [-85, 1206]], [[261139, 253944], [-190, -1282], [-485, 462], [-142, -1410]], [[260322, 251714], [-224, 22]], [[260098, 251736], [6, 7849]], [[260098, 251736], [-1121, -78]], [[258977, 251658], [-2, 4613]], [[246608, 254581], [-1058, -7], [-230, -519]], [[245320, 254055], [-174, 479]], [[238342, 251360], [-866, -337]], [[237476, 251023], [-357, -443]], [[266931, 256941], [-267, -2338]], [[266664, 254603], [-217, -428]], [[266447, 254175], [-394, 61]], [[234433, 256013], [126, -728]], [[234559, 255285], [-1328, -6123]], [[233231, 249162], [-512, -2377]], [[232719, 246785], [-160, 1025], [33, 1830], [-280, 194]], [[221621, 257243], [-4, -7538]], [[221617, 249705], [-1427, 13]], [[270548, 255030], [135, -1217], [-559, -1966], [-260, 400]], [[269864, 252247], [-282, 1360], [-84, 2238]], [[258977, 251658], [18, -3690]], [[258995, 247968], [-561, 3]], [[258434, 247971], [-835, 7]], [[257599, 247978], [-33, 3684]], [[218593, 249691], [-762, -75]], [[217831, 249616], [-872, -59]], [[236867, 249928], [-914, -1225]], [[235953, 248703], [-290, 477]], [[235663, 249180], [-783, 1632]], [[234880, 250812], [-186, 3541], [-135, 932]], [[263313, 256158], [-12, -3257]], [[263301, 252901], [-768, -60], [-14, -3409]], [[262519, 249432], [-296, 57]], [[262223, 249489], [-201, 1664], [37, 2673]], [[229345, 250051], [-671, -2227]], [[228674, 247824], [-579, 5465]], [[229993, 252193], [-648, -2142]], [[242559, 254324], [-409, -313], [69, -6634], [-201, 53]], [[242018, 247430], [-298, 679], [-278, -1715], [-307, -248]], [[241135, 246146], [-630, -114]], [[240505, 246032], [-17, 6745], [-422, 1756]], [[223045, 256660], [-5, -9678]], [[223040, 246982], [-1093, -7]], [[221947, 246975], [-331, 2], [1, 2728]], [[224516, 252373], [110, -2638], [233, -1105]], [[224859, 248630], [-17, -2012]], [[224842, 246618], [-1446, -2]], [[223396, 246616], [-356, 366]], [[267484, 255906], [289, -2603], [-29, -1804]], [[267744, 251499], [-329, -678], [-91, -2266]], [[267324, 248555], [-270, 35]], [[267054, 248590], [-114, 4038], [-276, 1975]], [[269864, 252247], [216, -986], [1, -1604], [213, -1377]], [[270294, 248280], [-791, 53], [-15, -4066], [756, -202], [-181, -4018]], [[270063, 240047], [-569, 247]], [[269494, 240294], [-47, 4435], [-166, -9], [13, 2675], [-283, 1029], [-221, 3072]], [[268790, 251496], [-78, 1758], [187, -78]], [[268899, 253176], [10, 1679]], [[226342, 249372], [-12, -642]], [[226330, 248730], [-1471, -100]], [[272518, 253791], [20, 18]], [[272538, 253809], [99, -1699], [-281, -1544], [-109, 1279], [124, 2060], [147, -114]], [[272121, 254394], [4, -51]], [[272125, 254343], [81, -132]], [[272206, 254211], [155, -845], [-204, -1996], [71, -2600], [-325, 802]], [[271903, 249572], [-591, 1666]], [[271312, 251238], [97, 2986]], [[264696, 256273], [-167, -1561], [-391, -949], [-69, -1201], [-328, -1573], [-68, -1447]], [[263673, 249542], [-96, 10]], [[263577, 249552], [15, 3293], [-291, 56]], [[265091, 254315], [-12, -4796]], [[265079, 249519], [-315, 12]], [[264764, 249531], [-724, 18]], [[264040, 249549], [-367, -7]], [[252741, 250208], [18, -2159]], [[252759, 248049], [-1139, -6]], [[251620, 248043], [-21, 8110]], [[250750, 256160], [24, -9758]], [[250774, 246402], [-565, 1]], [[250209, 246403], [-23, 1870]], [[250186, 248273], [3, 6261], [-287, -6], [-2, 1632]], [[250186, 248273], [-850, -146]], [[249336, 248127], [0, 8028]], [[251620, 248043], [-141, -1624]], [[251479, 246419], [-705, -17]], [[249336, 248127], [-206, -4]], [[249130, 248123], [-300, -5]], [[248830, 248118], [0, 1358], [-237, -6], [-309, 1882], [-23, 2984]], [[268790, 251496], [-833, 9]], [[267957, 251505], [-213, -6]], [[234880, 250812], [-269, -1952], [-727, -4046]], [[233884, 244814], [-145, 1529], [-209, -878]], [[233530, 245465], [-193, -35], [-106, 3732]], [[213854, 249702], [556, -1560], [549, -266], [329, -1468], [180, -3869], [116, -913]], [[215584, 241626], [-1029, 50], [-1, -1090], [-571, 24], [0, -5857], [-623, -16], [0, -4293]], [[213360, 230444], [-2433, 11417]], [[210927, 241861], [-404, 1872]], [[271312, 251238], [-472, -2258]], [[270840, 248980], [-349, 503], [-197, -1203]], [[245320, 254055], [101, -733], [-2, -5263]], [[245419, 248059], [-325, 3]], [[245094, 248062], [-1281, 6]], [[240505, 246032], [-431, -220]], [[240074, 245812], [-1234, 93], [-382, -268]], [[238458, 245637], [138, 2982], [-121, 2915]], [[230984, 247591], [-297, -1133], [-306, -3132], [-307, -919]], [[230074, 242407], [-150, 660]], [[229924, 243067], [-83, 1790], [-230, 1424], [-92, 2592], [-174, 1178]], [[267054, 248590], [-504, 85]], [[266550, 248675], [-89, 305]], [[266461, 248980], [-188, 553]], [[266273, 249533], [181, 2384], [-7, 2258]], [[246845, 254588], [1, -6514]], [[246846, 248074], [-55, 0]], [[246791, 248074], [-720, -7]], [[246071, 248067], [-652, -8]], [[247647, 254601], [2, -6508]], [[247649, 248093], [-244, -6]], [[247405, 248087], [-559, -13]], [[248830, 248118], [-1181, -25]], [[243570, 248904], [-75, -474]], [[243495, 248430], [-154, -909], [-26, -2268]], [[243315, 245253], [-1107, 8]], [[242208, 245261], [-190, 2169]], [[266273, 249533], [3, -822], [-452, 71]], [[265824, 248782], [-746, 72], [1, 665]], [[228674, 247824], [-526, -1799], [-157, -2556]], [[227991, 243469], [-863, 2199], [-567, 665]], [[226561, 246333], [-231, 2397]], [[255015, 252631], [47, -4598]], [[255062, 248033], [-100, -2449], [292, -2293], [343, -1258], [-72, -3553]], [[255525, 238480], [118, -709], [-472, -3244], [-776, -834], [-363, 138], [617, 1003], [-445, 2269], [13, 2457], [-99, 3216], [-227, 556]], [[253891, 243332], [-3, 424]], [[253888, 243756], [51, 358]], [[253939, 244114], [171, 4892], [-90, 2103]], [[262223, 249489], [73, -1396]], [[262296, 248093], [-1355, -67]], [[260941, 248026], [8, 3775], [-627, -87]], [[257599, 247978], [-271, 46]], [[257328, 248024], [-1052, 37]], [[256276, 248061], [-1214, -28]], [[263577, 249552], [-524, -184]], [[263053, 249368], [-534, 64]], [[260941, 248026], [-26, -3]], [[260915, 248023], [-1496, -68]], [[259419, 247955], [-424, 13]], [[238458, 245637], [-203, -3553], [-301, -2557], [116, -1801], [-122, -774]], [[237948, 236952], [-67, -1097], [156, -1846]], [[238037, 234009], [-534, -28]], [[237503, 233981], [98, 13117], [-125, 3925]], [[269494, 240294], [-114, 45]], [[269380, 240339], [-346, 137]], [[269034, 240476], [-18, 2136], [-493, 492], [-222, 1908], [-346, 636]], [[267955, 245648], [2, 5857]], [[267955, 245648], [-134, -370]], [[267821, 245278], [-66, 1821], [-380, 52], [-51, 1404]], [[253939, 244114], [-283, -5327], [-10, -2293], [-805, 174]], [[252841, 236668], [-47, 6490]], [[252794, 243158], [-35, 4891]], [[272307, 246842], [-203, -3711], [-81, 2742], [284, 969]], [[271903, 249572], [306, -2478], [-160, -4072], [-292, -203]], [[271757, 242819], [-831, 2065]], [[270926, 244884], [0, 3895], [-86, 201]], [[237503, 233981], [-603, -19]], [[236900, 233962], [96, 1937], [-93, 1644], [125, 1714]], [[237028, 239257], [57, 2122], [-200, 796], [-362, 6258], [-570, 270]], [[235663, 249180], [-268, -877], [313, -9029]], [[235708, 239274], [21, -670], [-542, -17]], [[235187, 238587], [-329, 77]], [[234858, 238664], [56, 882], [-384, 658], [-240, 1922], [-168, -357], [-46, 2247], [-192, 798]], [[229924, 243067], [-953, -3232]], [[228971, 239835], [-534, -1857]], [[228437, 237978], [-325, 5186], [-121, 305]], [[209922, 237143], [-279, -6], [-3006, 4042]], [[210927, 241861], [-1005, -4718]], [[232719, 246785], [-682, -1234]], [[232037, 245551], [-850, -766]], [[231187, 244785], [-203, 2806]], [[221947, 246975], [2, -4279]], [[221949, 242696], [-1761, -8]], [[220188, 242688], [2, 7030]], [[220188, 242688], [-2353, -81]], [[217835, 242607], [-4, 7009]], [[217835, 242607], [0, -7787]], [[217835, 234820], [-2223, 6]], [[215612, 234826], [279, 1284], [-229, 1216], [263, 2565], [-18, 1122], [-323, 613]], [[264040, 249549], [-12, -7241]], [[264028, 242308], [-1345, 403]], [[262683, 242711], [300, 3247], [70, 3410]], [[264764, 249531], [114, -3092], [-22, -4394]], [[264856, 242045], [-554, 176]], [[264302, 242221], [-274, 87]], [[266550, 248675], [98, -2368], [249, -1172], [-274, -444], [-99, -1222], [356, -2141]], [[266880, 241328], [-709, 260]], [[266171, 241588], [-368, 134]], [[265803, 241722], [21, 7060]], [[265803, 241722], [-735, 254]], [[265068, 241976], [-212, 69]], [[262683, 242711], [-3, 0]], [[262680, 242711], [-384, 5382]], [[270926, 244884], [-366, -1369], [-37, -1852], [123, -1709], [-124, -3745]], [[270522, 236209], [-335, -64], [-107, 1022], [-17, 2880]], [[237028, 239257], [-1320, 17]], [[233530, 245465], [-89, -6610]], [[233441, 238855], [-666, 84], [-646, 2258]], [[232129, 241197], [-92, 4354]], [[244740, 241601], [-76, 124]], [[244664, 241725], [-138, 1864], [-596, -160], [213, 1883], [-298, -206], [-105, 2422]], [[245094, 248062], [-354, -6461]], [[226561, 246333], [-375, -2252], [-241, -2998]], [[225945, 241083], [-212, -3685]], [[225733, 237398], [-624, 1108]], [[225109, 238506], [-245, 3503], [173, 1353], [-5, 1659], [-190, 1597]], [[267821, 245278], [-326, -1352], [-1, -2846]], [[267494, 241080], [-481, 193]], [[267013, 241273], [-88, 37]], [[266925, 241310], [-45, 18]], [[244664, 241725], [-233, -2739], [-196, -268]], [[244235, 238718], [-602, 5]], [[243633, 238723], [-154, 6]], [[243479, 238729], [63, 3797], [-227, 2727]], [[243752, 247975], [-257, 455]], [[250209, 246403], [-2, -4881]], [[250207, 241522], [-565, 12], [0, -2449], [-406, -1071]], [[249236, 238014], [-349, 2359], [-75, 1498]], [[248812, 241871], [318, 6252]], [[248812, 241871], [-426, -22], [-726, 870]], [[247660, 242719], [-255, 5368]], [[242208, 245261], [112, -1501], [-109, -3720], [-662, -628], [-123, -1003]], [[241426, 238409], [-387, 12]], [[241039, 238421], [5, 125]], [[241044, 238546], [92, 1719], [-1, 5881]], [[262680, 242711], [-189, -1959]], [[262491, 240752], [-656, 31], [-11, -813], [-591, 47]], [[261233, 240017], [-143, 13]], [[261090, 240030], [8, 4056], [-466, 837]], [[260632, 244923], [283, 3100]], [[247660, 242719], [34, -9078]], [[247694, 233641], [-96, 120]], [[247598, 233761], [-55, 1170], [-290, -153]], [[247253, 234778], [-284, 1435], [-176, 2313], [-2, 3039]], [[246791, 241565], [0, 6509]], [[256232, 239600], [16, -2077], [-262, -1642], [-543, -650], [107, 1725], [233, 527], [-258, 997]], [[256276, 248061], [-334, -1385], [-81, -3536], [371, -3540]], [[257328, 248024], [-39, -10998]], [[257289, 237026], [-1052, -1037], [665, 1910], [-225, 961], [-136, -1053], [-250, 2451], [-59, -658]], [[252794, 243158], [-1314, 0]], [[251480, 243158], [-1, 3261]], [[246791, 241565], [-956, -12]], [[245835, 241553], [167, 1301]], [[246002, 242854], [-21, 4096], [90, 1117]], [[258434, 247971], [-17, -10056]], [[258417, 237915], [-166, 1067], [-410, -2043], [-552, 87]], [[246002, 242854], [-1125, -260], [-121, -1038]], [[244756, 241556], [-16, 45]], [[260632, 244923], [-55, -1607], [-562, 869], [-66, -1633]], [[259949, 242552], [-537, 37], [7, 5366]], [[259949, 242552], [-196, -1239], [99, -2459], [-315, -2140]], [[259537, 236714], [-9, -2240]], [[259528, 234474], [-1118, 2046]], [[258410, 236875], [0, -355]], [[258410, 236875], [816, -133], [-426, 1780], [-383, -607]], [[231187, 244785], [-45, -4378], [221, -3089], [-139, -1697]], [[231224, 235621], [12, 737], [-414, 180]], [[230822, 236538], [-165, 3013], [-358, 1438], [-320, 391], [95, 1027]], [[223396, 246616], [1, -7873]], [[223397, 238743], [-946, 26]], [[222451, 238769], [-503, -4], [1, 3931]], [[225109, 238506], [-674, 264]], [[224435, 238770], [-1038, -27]], [[251480, 243158], [0, -1087]], [[251480, 242071], [-990, -2], [-283, -547]], [[228437, 237978], [-499, -1008]], [[227938, 236970], [-97, 304]], [[227841, 237274], [-634, 1522], [-437, -1264], [-263, 726], [-303, 2900], [-259, -75]], [[234858, 238664], [-878, -2778]], [[233980, 235886], [-396, 1124], [-143, 1845]], [[241044, 238546], [-396, 8], [-9, -943], [-990, -262]], [[239649, 237349], [2, 3245], [421, 9], [2, 5209]], [[239649, 237349], [0, -382]], [[239649, 236967], [-709, -8], [2, 1629], [-283, 7], [1, -1639], [-712, -4]], [[269034, 240476], [-293, 113]], [[268741, 240589], [-1247, 491]], [[232129, 241197], [72, -7162]], [[232201, 234035], [-806, -384]], [[231395, 233651], [-171, 1970]], [[243479, 238729], [216, -1917], [-535, 411], [-328, -897]], [[242832, 236326], [-172, 207], [-257, -1508]], [[242403, 235025], [-94, 2569], [-194, 809], [-689, 6]], [[261090, 240030], [-142, 0], [-5, -2437], [-1018, 73], [-388, -952]], [[271757, 242819], [498, -308], [-34, -3432], [-155, 926], [-295, -107]], [[271771, 239898], [-322, 203], [-925, -5548]], [[270524, 234553], [-2, 1656]], [[252841, 236668], [-233, -1277], [-178, 1270], [-575, -702], [-371, 1453]], [[251484, 237412], [-4, 4659]], [[230822, 236538], [-952, -1549]], [[229870, 234989], [-278, 409], [-621, 4437]], [[245835, 241553], [-210, -1460], [-15, -2062], [278, -2140]], [[245888, 235891], [-360, -439]], [[245528, 235452], [-338, 30]], [[245190, 235482], [-277, 639], [124, 2784], [-183, -36], [-98, 2687]], [[249236, 238014], [203, -4319], [261, -907]], [[249700, 232788], [-283, -440]], [[249417, 232348], [-471, -68], [-254, 869], [-304, -894], [-309, 779]], [[248079, 233034], [-385, 607]], [[264302, 242221], [-267, -2074], [-54, -1701], [-693, -1753]], [[263288, 236693], [-375, 1330], [-2, 1097], [-281, 268], [-139, 1364]], [[222451, 238769], [6, -3970]], [[222457, 234799], [-1261, 76]], [[221196, 234875], [-1009, -7]], [[220187, 234868], [1, 7820]], [[220187, 234868], [-1627, -38]], [[218560, 234830], [-725, -10]], [[265068, 241976], [85, -2796], [-178, -1], [-97, -4622]], [[264878, 234557], [-479, 557], [-1297, -63]], [[263102, 235051], [186, 1642]], [[251484, 237412], [-1134, -2305], [-141, 1298]], [[250209, 236405], [-2, 5117]], [[266171, 241588], [21, -1291], [-370, -1383], [42, -1369], [-274, -2432]], [[265590, 235113], [-266, -1104], [-213, -2775]], [[265111, 231234], [-234, 66]], [[264877, 231300], [1, 3257]], [[209944, 215738], [-22, 21405]], [[213360, 230444], [686, -3232]], [[214046, 227212], [-190, -2194], [-356, 428], [-422, -724], [-393, -4187], [-190, -3082], [-26, -2697], [-288, -495], [-452, -3923], [-784, 1354], [-338, 2103], [-458, 443], [-205, 1500]], [[245190, 235482], [-472, -15], [-483, 3251]], [[215612, 234826], [-8, -9436]], [[215604, 225390], [-988, 210], [-570, 1612]], [[247253, 234778], [-437, -1709], [-207, 516]], [[246609, 233585], [-184, -841], [-537, 3147]], [[266925, 241310], [88, -37]], [[267013, 241273], [105, -135], [78, -2865], [203, -1637]], [[267399, 236636], [-213, -2319]], [[267186, 234317], [-334, -5]], [[266852, 234312], [-283, 815], [-979, -14]], [[250209, 236405], [34, -1301], [-543, -2316]], [[268741, 240589], [-104, -715], [226, -2817], [-101, -1193], [-315, -130]], [[268447, 235734], [-586, 1764], [-462, -862]], [[209944, 215738], [-499, 619], [-308, 933], [-500, 3117], [-209, 111], [-481, 2314], [-467, 5014], [-27, 4955], [-481, 3934], [-35, 2230], [-300, 2214]], [[233980, 235886], [192, -3310]], [[234172, 232576], [-466, -2513], [-754, 2533], [-380, -1253], [-369, -201]], [[232203, 231142], [-2, 2893]], [[227841, 237274], [-344, -3901], [-437, -2646]], [[227060, 230727], [-169, -807]], [[226891, 229920], [-1289, 6177]], [[225602, 236097], [131, 1301]], [[262491, 240752], [-511, -7567]], [[261980, 233185], [-763, 18]], [[261217, 233203], [16, 6814]], [[263102, 235051], [119, -3211], [349, -2174]], [[263570, 229666], [-1288, 55], [-50, -791]], [[262232, 228930], [-308, 1351], [56, 2904]], [[269380, 240339], [4, -8335]], [[269384, 232004], [-309, -3002], [110, -640]], [[269185, 228362], [-359, -2062]], [[268826, 226300], [-394, 1903]], [[268432, 228203], [15, 7531]], [[272248, 234159], [-9, -2722], [-434, 368]], [[271805, 231805], [-186, 100], [91, 1895], [-113, 885], [151, 2029], [471, -634], [29, -1921]], [[272388, 234172], [-135, -12]], [[272253, 234160], [-2, 2672], [137, -2660]], [[271771, 239898], [387, -696], [23, -1979], [-488, -401], [1, -1430], [-265, -958], [92, -1411]], [[271521, 233023], [-998, -79]], [[270523, 232944], [1, 1609]], [[270523, 232944], [0, -816]], [[270523, 232128], [-259, 0]], [[270264, 232128], [-880, -124]], [[261213, 230026], [6, -1939]], [[261219, 228087], [-831, 3621], [181, 87], [319, -1692], [325, -77]], [[261217, 233203], [-4, -3055]], [[261213, 230148], [-256, -46], [-113, 1656], [-199, -122], [-386, 1289], [-6, -1143], [-725, 2692]], [[229870, 234989], [-428, -2537]], [[229442, 232452], [-640, -2032]], [[228802, 230420], [-160, 3872], [-704, 2678]], [[236900, 233962], [5, -1513]], [[236905, 232449], [-445, 185], [-184, -1246], [-288, 178]], [[235988, 231566], [-422, -16], [-379, 7037]], [[224435, 238770], [11, -6721]], [[224446, 232049], [-926, -12]], [[223520, 232037], [-1061, -73], [-2, 2835]], [[225602, 236097], [-347, -5926]], [[225255, 230171], [-325, -1870]], [[224930, 228301], [-484, 3748]], [[245308, 223867], [-799, 1569], [36, 944], [-274, 2264]], [[244271, 228644], [603, 287]], [[244874, 228931], [203, -2331], [251, -832], [-20, -1901]], [[244558, 230559], [-645, -479], [-351, 1662], [-258, -1459], [-367, 543]], [[242937, 230826], [126, 1509], [-231, 3991]], [[243633, 238723], [169, -1018], [54, -2471], [406, -1498], [38, -2365], [258, -812]], [[245528, 235452], [-238, -4825]], [[245290, 230627], [-329, -692]], [[244961, 229935], [-403, 624]], [[235988, 231566], [8, -4159]], [[235996, 227407], [-1499, -100]], [[234497, 227307], [-325, 5269]], [[239649, 236967], [279, -442], [95, -4141], [287, -11], [14, -1373], [-301, -819]], [[240023, 230181], [-367, 261], [-1652, -20]], [[238004, 230422], [33, 3587]], [[241039, 238421], [19, -2543]], [[241058, 235878], [90, -2556], [-90, -2140]], [[241058, 231182], [-312, -1023]], [[240746, 230159], [-723, 22]], [[242403, 235025], [-396, -2817]], [[242007, 232208], [-408, -1799], [-460, 906]], [[241139, 231315], [-81, -133]], [[268432, 228203], [-222, -845]], [[268210, 227358], [-526, 3596], [-439, 645], [-59, 2718]], [[228802, 230420], [-812, -4930]], [[227990, 225490], [-930, 5237]], [[231395, 233651], [-275, -1643], [131, -1238]], [[231251, 230770], [-412, 483], [-916, -965]], [[229923, 230288], [-71, 1866], [-410, 298]], [[242937, 230826], [-38, -676]], [[242899, 230150], [-457, 1473], [-435, 585]], [[226432, 226825], [-346, -1970]], [[226086, 224855], [-87, 1789], [-744, 3527]], [[226891, 229920], [-513, -2622], [54, -473]], [[246609, 233585], [-25, -1023]], [[246584, 232562], [-762, -996], [-135, -865]], [[245687, 230701], [0, -1]], [[245687, 230700], [-397, -73]], [[266852, 234312], [-10, -6935], [145, -1217]], [[266987, 226160], [-200, -2815]], [[266787, 223345], [-399, 937], [-283, 2980], [-405, 1944], [-589, 2028]], [[264877, 231300], [-794, -653], [8, -1736], [-255, 56]], [[263836, 228967], [-266, 699]], [[247598, 233761], [-477, -3687], [-248, -294], [-10, -2337]], [[246863, 227443], [-276, 26]], [[246587, 227469], [-43, -63]], [[246544, 227406], [-91, 2727], [131, 2429]], [[218560, 234830], [1, -12369]], [[218561, 222461], [3, -3801], [-131, -3064], [-135, -246]], [[218298, 215350], [-586, 2295], [-155, 1738], [-559, 1471], [-109, 1938], [-428, 2706], [-230, -539], [-627, 431]], [[221196, 234875], [-9, -4032]], [[221187, 230843], [-585, 153], [-126, -5325], [-5, -3218]], [[220471, 222453], [-272, -3]], [[220199, 222450], [-1638, 11]], [[223520, 232037], [7, -6643]], [[223527, 225394], [-721, 2115], [-1183, 235]], [[221623, 227744], [-251, 17], [4, 3079], [-189, 3]], [[268210, 227358], [-114, -1168]], [[268096, 226190], [-1109, -30]], [[272837, 223331], [-14, 0]], [[272823, 223331], [-64, -213]], [[272759, 223118], [-215, -625], [-556, -55]], [[271988, 222438], [-4, 2546]], [[271984, 224984], [-177, 2427], [99, 1442], [-322, 1679], [221, 1273]], [[272248, 234159], [350, -6434], [-19, -1080], [258, -3314]], [[272388, 234172], [216, -5656], [-351, 5644]], [[238004, 230422], [-370, -3472]], [[237634, 226950], [-15, 2086], [-480, 949], [-234, 2464]], [[232203, 231142], [-438, 1363], [375, -6983]], [[232140, 225522], [-575, -1123]], [[231565, 224399], [-196, 1520], [-118, 4851]], [[247737, 223729], [-329, 25], [-92, 1327], [-453, 2362]], [[247598, 233761], [-7, -4805], [112, -2059], [203, -841], [-169, -2327]], [[248079, 233034], [-93, -5082], [222, 493], [142, -926]], [[248350, 227519], [-169, -1243], [4, -1675], [243, -2463], [7, -2735]], [[248435, 219403], [-412, 1679], [32, 1884], [-166, 601]], [[247889, 223567], [-152, 162]], [[262232, 228930], [-64, -3572]], [[262168, 225358], [-1, -31]], [[262167, 225327], [-472, -1559]], [[261695, 223768], [-260, -97], [30, 2044], [-246, 2372]], [[261213, 230026], [0, 122]], [[249417, 232348], [-288, -1736], [-365, -1099]], [[248764, 229513], [-363, -244], [-62, -812], [282, -1440]], [[248621, 227017], [-271, 502]], [[271521, 233023], [-209, -1367], [211, 19], [-61, -1459], [280, -1434], [17, -2305]], [[271759, 226477], [-575, -58], [-356, -1658], [-304, -535]], [[270524, 224226], [-1, 7902]], [[237634, 226950], [-209, -1155], [251, -2061]], [[237676, 223734], [-488, -232], [-948, -2204]], [[236240, 221298], [-9, 6070], [-235, 39]], [[234497, 227307], [188, -998], [-40, -2779]], [[234645, 223530], [-249, 562], [-163, 2138], [-77, -1073], [335, -1692], [-100, -2415]], [[234391, 221050], [-400, -946], [-152, 1094]], [[233839, 221198], [-128, 697], [-451, -247]], [[233260, 221648], [-1120, 3874]], [[249637, 222999], [-31, 137]], [[249606, 223136], [-17, -11]], [[249589, 223125], [-854, 2530], [-114, 1362]], [[248764, 229513], [178, -1314], [189, 484], [62, -1577], [278, -41], [74, 2259], [374, 1265], [70, -3363], [267, -194], [-426, -2469], [-490, 256], [297, -1820]], [[250525, 230647], [-312, -71], [261, 1146], [51, -1075]], [[246544, 227406], [-360, 597], [-279, -302]], [[245905, 227701], [-208, 1350], [-10, 1649]], [[229923, 230288], [145, -1541]], [[230068, 228747], [-848, -6121]], [[229220, 222626], [-749, -87]], [[228471, 222539], [-487, 2914]], [[227984, 225453], [6, 37]], [[242899, 230150], [-21, -3785]], [[242878, 226365], [-34, -727], [-510, -1743], [182, -15], [-22, -1563], [-530, -1558], [-885, 886]], [[241079, 221645], [5, 8529], [-338, -15]], [[270524, 224226], [-18, -8]], [[270506, 224218], [-216, 2191], [-389, 132], [-406, 1491]], [[269495, 228032], [311, 619], [458, 3477]], [[269495, 228032], [-310, 330]], [[224930, 228301], [-647, -3579]], [[224283, 224722], [-370, -472]], [[223913, 224250], [-386, 1144]], [[243094, 222650], [507, -1497], [-373, -1379], [-504, 1635], [370, 1241]], [[244961, 229935], [-87, -1004]], [[244271, 228644], [-426, -208], [-645, -3854]], [[243200, 224582], [80, 1697], [-402, 86]], [[231565, 224399], [21, -2330], [-179, -21]], [[231407, 222048], [-240, 599]], [[231167, 222647], [-226, 617], [-208, 2752], [-251, 273], [-414, 2458]], [[245905, 227701], [-338, -3548]], [[245567, 224153], [-211, -1645]], [[245356, 222508], [-48, 1359]], [[221623, 227744], [-6, -5221]], [[221617, 222523], [-1146, -70]], [[227984, 225453], [-780, -2865], [-98, 358]], [[227106, 222946], [-308, 892], [-366, 2987]], [[241079, 221645], [-915, 2302], [-643, 1244], [-860, -33], [-722, -625], [-263, -799]], [[226086, 224855], [-251, -1276], [-617, -1664]], [[225218, 221915], [-190, 1265], [73, 1338], [-818, 204]], [[261984, 223666], [48, -1027], [-349, 843], [301, 184]], [[262167, 225327], [153, -1172], [-625, -387]], [[263836, 228967], [267, -1312], [-501, 151], [-1029, -3276], [-405, 828]], [[231167, 222647], [-368, -2222], [-115, -1978], [-812, -2987]], [[229872, 215460], [-51, 299]], [[229821, 215759], [273, 1332], [-648, 4505], [-226, 1030]], [[245356, 222508], [-369, -726]], [[244987, 221782], [-280, -1858], [-256, 1228], [-396, -628], [-7, 2090], [-206, -84], [-20, 2140], [-622, -88]], [[270506, 224218], [-1, -4598]], [[270505, 219620], [-384, -936], [-50, 1175], [-543, 18]], [[269528, 219877], [-418, -93], [-2, 1070], [-275, 505]], [[268833, 221359], [-7, 4941]], [[268833, 221359], [-783, 495]], [[268050, 221854], [-36, 3076], [82, 1260]], [[248195, 214699], [-70, -748]], [[248125, 213951], [-368, -1498], [-381, 4155], [-144, -1654]], [[247232, 214954], [0, 260]], [[247232, 215214], [0, 103]], [[247232, 215317], [15, 318]], [[247247, 215635], [13, 86]], [[247260, 215721], [55, 1625], [-668, 4635], [-414, 1833], [-105, 1452], [-208, -1076], [-353, -37]], [[247889, 223567], [32, -2068], [-180, -982], [125, -870], [386, -448], [38, -1287], [-225, -2000], [130, -1213]], [[222150, 222529], [-533, -6]], [[223913, 224250], [-73, -521]], [[223840, 223729], [-340, -2416], [-157, 1139], [-1193, 77]], [[249173, 217874], [111, -1305], [-400, 134], [289, 1171]], [[249589, 223125], [-488, -958], [203, -1847], [362, -1192], [-111, -777], [530, -230], [375, -1687], [141, 831], [307, -3039], [-50, -1667], [-254, -1182], [-172, 579], [-447, -2429], [422, 3793], [-138, 1557], [-368, -603], [-134, 2620], [-304, 1182], [-628, 94], [58, 1184], [-307, 734], [-151, -685]], [[236240, 221298], [-45, -112]], [[236195, 221186], [-276, 35]], [[235919, 221221], [-211, 269], [-540, -841], [124, 4279], [-302, 699], [-198, -2304], [-147, 207]], [[227106, 222946], [-578, -5086]], [[226528, 217860], [-680, 53], [-139, 1116]], [[225709, 219029], [22, 814], [-513, 2072]], [[271988, 222438], [9, -2348], [241, -1825]], [[272238, 218265], [-390, -928]], [[271848, 217337], [-291, 1592], [-5, 2834], [246, 456], [-91, 1669], [277, 1096]], [[271759, 226477], [138, -1242], [-266, -1802], [-119, -4400], [73, -1266]], [[271585, 217767], [-204, -13], [-96, 2166], [-186, 606], [-594, -906]], [[233260, 221648], [-107, -2624], [-243, -16], [-116, -2071]], [[232794, 216937], [-175, -671], [-275, 621], [-264, -1151]], [[232080, 215736], [-404, 3185], [-269, 3127]], [[228471, 222539], [-170, -901], [-100, -3633]], [[228201, 218005], [-1040, -5116]], [[227161, 212889], [-321, 2085]], [[226840, 214974], [-364, 2442], [52, 444]], [[244928, 217715], [211, -933], [-107, -1820], [-305, 1569], [201, 1184]], [[247260, 215721], [-525, 940], [-7, -1505], [-198, -130], [-95, -1883], [-522, -151], [-171, 914], [376, 1325], [-332, 809], [-84, 1095], [-261, -2776], [-233, 825], [15, 1953], [-358, 1998], [122, 2647]], [[225709, 219029], [-761, -6052]], [[224948, 212977], [-1106, 2536]], [[223842, 215513], [-2, 8216]], [[223842, 215513], [-1, -2983]], [[223841, 212530], [-1697, 16]], [[222144, 212546], [6, 9983]], [[272759, 223118], [386, -4323]], [[273145, 218795], [-132, -298], [16, -2699], [-744, -89], [-47, 2556]], [[232080, 215736], [-73, -613]], [[232007, 215123], [-254, -1543], [-960, -3417]], [[230793, 210163], [-921, 5297]], [[229821, 215759], [-780, -3735]], [[229041, 212024], [-105, 759]], [[228936, 212783], [-735, 5222]], [[222144, 212546], [-1943, -92]], [[220201, 212454], [-2, 9996]], [[220201, 212454], [-1549, -37]], [[218652, 212417], [-301, 1679], [-53, 1254]], [[235183, 217123], [-168, -988], [-897, -3581], [738, 3848], [327, 721]], [[234284, 214573], [-491, 4941], [46, 1684]], [[234391, 221050], [301, -995], [33, -3555], [-122, 190], [-319, -2117]], [[236195, 221186], [-1085, -2978], [545, 2519], [264, 494]], [[234284, 214573], [-259, -341], [-245, -3555], [-456, -2355], [-295, -718]], [[233029, 207604], [-168, 76], [-313, 2527], [-238, 31], [-6, 1604], [-193, 734], [-104, 2547]], [[269528, 219877], [10, -5017], [-370, -17], [1, -3161]], [[269169, 211682], [-610, -875]], [[268559, 210807], [-4, -26]], [[268555, 210781], [11, 1180], [-229, 1769], [-631, 423], [-130, 2753]], [[267576, 216906], [349, 3015], [125, 1933]], [[271585, 217767], [74, -1765]], [[271659, 216002], [-47, -5892], [-823, -7]], [[270789, 210103], [-996, 7]], [[269793, 210110], [-470, 1716], [-154, -144]], [[226840, 214974], [-1288, -6318]], [[225552, 208656], [-604, 4321]], [[274038, 206958], [-133, 1]], [[273905, 206959], [-39, -1]], [[273866, 206958], [-329, -17], [-54, -3299]], [[273483, 203642], [-296, 3940]], [[273187, 207582], [-245, -773], [-517, 1780]], [[272425, 208589], [33, 1990], [-268, 1417]], [[272190, 211996], [-290, 2402]], [[271900, 214398], [73, 2026], [-125, 913]], [[273145, 218795], [71, -1438], [822, -10399]], [[228017, 208315], [-311, 1140], [-437, -2085]], [[227269, 207370], [-501, 3617], [393, 1902]], [[228936, 212783], [-919, -4468]], [[272425, 208589], [-133, -1746]], [[272292, 206843], [-680, -113], [4, -8039]], [[271616, 198691], [-837, -35]], [[270779, 198656], [10, 11447]], [[271659, 216002], [241, -1604]], [[230793, 210163], [-40, -5357]], [[230753, 204806], [-186, -16]], [[230567, 204790], [-105, 611]], [[230462, 205401], [-405, -37]], [[230057, 205364], [-229, 272]], [[229828, 205636], [-9, -8]], [[229819, 205628], [-2, 32]], [[229817, 205660], [-203, 3106], [-295, 2552], [-278, 706]], [[225150, 203636], [-1, 663], [-1297, -17]], [[223852, 204282], [-11, 8248]], [[225552, 208656], [258, -1776]], [[225810, 206880], [-660, -3244]], [[230757, 204203], [-4, 603]], [[233029, 207604], [-514, -1808], [-270, 336], [-409, -941], [-73, -1321], [716, 1768], [-1755, -5263], [983, 3206], [18, 865], [-525, -948], [-443, 705]], [[226700, 204666], [-382, 955], [-249, -541]], [[226069, 205080], [-259, 1800]], [[227269, 207370], [-569, -2704]], [[229817, 205660], [1, -376]], [[229818, 205284], [-753, -2126], [109, -1486]], [[229174, 201672], [-69, -398], [-683, 1260]], [[228422, 202534], [5, 4144], [-122, 1448], [-288, 189]], [[223852, 204282], [-1657, -123]], [[222195, 204159], [-37, -4]], [[222158, 204155], [-14, 8391]], [[222158, 204155], [-1965, 141]], [[220193, 204296], [8, 8158]], [[220193, 204296], [2, -8383]], [[220195, 195913], [-275, -20]], [[219920, 195893], [-228, 1634], [-299, 5632], [-270, 1346], [-137, 3111], [-290, 2181], [-44, 2620]], [[269793, 210110], [391, -3170], [-256, -2281]], [[269928, 204659], [-433, 506], [-598, -8]], [[268897, 205157], [-149, 697], [-6, 3295], [-183, 1658]], [[270779, 198656], [-274, -620]], [[270505, 198036], [2, 3099]], [[270507, 201135], [2, 766], [-428, 978], [-153, 1780]], [[228422, 202534], [-599, -3072]], [[227823, 199462], [-496, 1215], [-66, 1282], [-333, 364], [-228, 2343]], [[273483, 203642], [-949, -51], [-367, 555], [125, 2697]], [[273866, 206958], [152, -4435], [384, -6703], [460, -6126], [-21, -545]], [[274841, 189149], [-1029, -223]], [[273812, 188926], [17, 9772]], [[273829, 198698], [-61, 3007], [-285, 1937]], [[274038, 206958], [411, -2425], [-276, 2427]], [[274173, 206960], [19, 0]], [[274192, 206960], [437, -3794], [144, -2446], [-167, -836], [-12, 3069], [-288, -3646], [-72, 100], [-11, 3804], [-174, 606], [153, 1506], [-297, 1636]], [[226409, 193288], [-981, 21]], [[225428, 193309], [-276, -3]], [[225152, 193306], [-2, 10330]], [[226069, 205080], [-235, -508], [782, -8928], [-25, -123]], [[226591, 195521], [-240, -1164], [58, -1069]], [[273829, 198698], [-2213, -7]], [[229313, 193901], [29, 366]], [[229342, 194267], [112, 1478], [226, 125], [508, 2370], [340, 470], [-1215, -4809]], [[229467, 200562], [-293, 1110]], [[229818, 205284], [138, -1955], [593, -2862], [-702, -2230], [-380, 2325]], [[230462, 205401], [-19, -1857], [-353, 715], [-33, 1105]], [[227823, 199462], [-461, -4167]], [[227362, 195295], [-76, -648], [-695, 874]], [[270507, 201135], [-552, 2], [0, -813], [-1166, -23]], [[268789, 200301], [108, 4856]], [[223852, 204282], [-7, -10983]], [[223845, 193299], [-1631, -503], [-15, 3242]], [[222199, 196038], [-4, 8121]], [[225152, 193306], [-1307, -7]], [[222199, 196038], [-2004, -125]], [[229467, 200562], [-206, -608], [191, -1783]], [[229452, 198171], [-926, -864], [295, -1302]], [[228821, 196005], [-626, -2606]], [[228195, 193399], [-53, 240]], [[228142, 193639], [-158, 1151], [-622, 505]], [[270505, 198036], [-139, -2611]], [[270366, 195425], [-1519, 30]], [[268847, 195455], [-374, -12]], [[268473, 195443], [316, 4858]], [[271616, 198691], [0, -1635], [277, 2], [94, -2171], [192, -1069], [303, -11], [-262, -959], [585, -3549], [246, -3711]], [[273051, 185588], [-1173, 63]], [[271878, 185651], [-1368, -4]], [[270510, 185647], [-6, 9777], [-138, 1]], [[273812, 188926], [-11, -3356]], [[273801, 185570], [-750, 18]], [[229222, 193536], [-326, -2723], [39, 1456], [287, 1267]], [[228195, 193399], [229, -262], [-76, -1380]], [[228348, 191757], [-206, 1882]], [[228490, 190446], [-134, 1235]], [[228356, 191681], [444, 2665], [-7, -1493], [-303, -2407]], [[229452, 198171], [-21, -806]], [[229431, 197365], [-30, -1032]], [[229401, 196333], [-338, -1783], [-242, 1455]], [[223845, 193299], [14, -13095]], [[223859, 180204], [1, -1601], [-436, 24]], [[223424, 178627], [-1056, 73], [-103, 854], [-232, -1005]], [[222033, 178549], [-141, 1379], [72, 2611], [-322, 2960], [-327, 370], [-463, 2627], [-155, 3392], [-155, 198], [-278, 2896], [-344, 911]], [[228348, 191757], [8, -76]], [[228490, 190446], [-3, -28]], [[228487, 190418], [-16, -156]], [[228471, 190262], [-133, -1330], [-231, 1091], [-604, -774]], [[227503, 189249], [-413, 475], [-457, 1288], [12, 1137]], [[226645, 192149], [-45, 799]], [[226600, 192948], [-191, 340]], [[268847, 195455], [7, -2885]], [[268854, 192570], [-198, -1538], [342, -1335], [-115, -2957], [-287, 863], [-300, 2065], [148, 2365], [29, 3410]], [[270510, 185647], [-1388, -19]], [[269122, 185628], [467, 3254], [-294, 1838], [49, -1786], [-175, 307], [19, 1799], [-334, 1530]], [[225428, 193309], [7, -14809]], [[225435, 178500], [-810, 49]], [[224625, 178549], [3, 1455], [-769, 200]], [[226645, 192149], [-378, -2056], [-22, -4642]], [[226245, 185451], [-328, -1], [5, -6978]], [[225922, 178472], [-487, 28]], [[228402, 187096], [249, 1941], [-343, -3973], [94, 2032]], [[227963, 184054], [-1438, -46], [-280, 1443]], [[227503, 189249], [288, 8], [201, -2841], [170, 164], [-199, -2526]], [[275241, 183987], [-902, 23]], [[274339, 184010], [-271, 4], [-3, 1573], [-264, -17]], [[274841, 189149], [341, -3281], [59, -1881]], [[273051, 185588], [-176, -2846], [396, -2050], [334, -3158]], [[273605, 177534], [-628, -17], [1, -1639], [-277, -12], [2, -1649], [-824, 22]], [[271879, 174239], [-2, 5717]], [[271877, 179956], [1, 5695]], [[271877, 179956], [-1371, -47]], [[270506, 179909], [4, 5738]], [[270506, 179909], [-2, -2429]], [[270504, 177480], [-549, 22], [3, 3302], [-874, 53]], [[269084, 180857], [-345, 1646], [240, 734], [143, 2391]], [[274339, 184010], [6, -6562]], [[274345, 177448], [1, -1562], [-580, -3038]], [[273766, 172848], [42, 3614], [-203, 1072]], [[227901, 178788], [-37, 1]], [[227864, 178789], [9, 1767], [307, 3881]], [[228180, 184437], [70, -94]], [[228250, 184343], [-349, -5555]], [[227963, 184054], [-251, -4475], [-258, -852], [114, 2438], [-407, -1626], [-336, 1829], [200, -2389], [-320, -88]], [[226705, 178891], [-582, -1386]], [[226123, 177505], [-201, 967]], [[275241, 183987], [343, -5478]], [[275584, 178509], [-145, -584]], [[275439, 177925], [-1, -410]], [[275438, 177515], [-1093, -67]], [[270504, 177480], [-3, -3270]], [[270501, 174210], [-551, 17], [0, -506]], [[269950, 173721], [0, -130]], [[269950, 173591], [-1, -996], [-273, 12]], [[269676, 172607], [-254, 2093], [-338, 6157]], [[224625, 178549], [159, -3917], [135, 10], [-13, -5059]], [[224906, 169583], [-1481, 40]], [[223425, 169623], [-1, 9004]], [[271879, 174239], [-1378, -29]], [[223425, 169623], [-158, -2061], [-441, -1922]], [[222826, 165640], [-276, 5054], [-494, 3303], [54, 2886], [-77, 1666]], [[228015, 167092], [-166, 1925], [-8, 2670]], [[227841, 171687], [174, -4595]], [[227841, 171687], [-52, 110], [22, 6050], [53, 942]], [[227901, 178788], [-82, -3294], [22, -3807]], [[227632, 166164], [-1163, -35], [-267, 256]], [[226202, 166385], [-78, 3148]], [[226124, 169533], [-1, 7972]], [[226705, 178891], [360, -137], [283, -871], [341, 625], [-132, -4582], [-184, -313], [-31, -3271], [212, -1257], [78, -2921]], [[226124, 169533], [-934, 42]], [[225190, 169575], [-284, 8]], [[275994, 173067], [-63, 2]], [[275931, 173069], [-9, 1]], [[275922, 173070], [-37, 2]], [[275885, 173072], [-22, 0]], [[275863, 173072], [-26, -266], [-2071, 42]], [[275438, 177515], [375, -1551], [181, -2897]], [[273766, 172848], [-167, -3535], [-1729, 10]], [[271870, 169323], [9, 4916]], [[269950, 173591], [197, -1158], [100, -2595], [-427, 921], [-144, 1848]], [[271870, 169323], [-1374, 16]], [[270496, 169339], [-105, 2644], [304, 1032], [-368, 4], [-94, -803], [-283, 1505]], [[275863, 173072], [173, -517], [58, -7156], [-69, -4426]], [[276025, 160973], [-424, 252], [-1823, -64]], [[273778, 161161], [-12, 11687]], [[273778, 161161], [4, -1336]], [[273782, 159825], [-1083, -119], [-9, 4916], [-814, -70]], [[271876, 164552], [-6, 4771]], [[270224, 168129], [277, -3877], [-101, -154], [-176, 4031]], [[271876, 164552], [5, -1688], [-271, -31], [4, -1924], [-522, 237]], [[271092, 161146], [-65, 2473], [-474, 1226], [-124, 2786], [67, 1708]], [[225190, 169575], [-740, -9780]], [[224450, 159795], [-249, -323], [-357, 2361], [-856, 1101], [54, 931], [-216, 1775]], [[226202, 166385], [-130, -3036], [395, -282], [0, -1591]], [[226467, 161476], [2, -5174]], [[226469, 156302], [-921, -317], [-542, 1946], [-162, 1244], [-394, 620]], [[227781, 162637], [-161, -1600], [-221, -469], [-932, 908]], [[227632, 166164], [36, -3208], [113, -319]], [[273782, 159825], [19, -5212]], [[273801, 154613], [0, -3238]], [[273801, 151375], [-1312, -39]], [[272489, 151336], [-461, 1867], [-228, -193], [-395, 1936], [-191, 1815], [-122, 4385]], [[227781, 162637], [266, -4006], [-45, -1342], [291, -825], [-120, -2091], [-349, -1094], [6, -1266], [-411, 861], [-516, 2812], [-434, 616]], [[276025, 160973], [-123, -6440]], [[275902, 154533], [-491, -343], [-1072, 2], [-538, 421]], [[275036, 140768], [-16, 1]], [[275020, 140769], [-149, -434]], [[274871, 140335], [3, -76]], [[274874, 140259], [-199, 601], [-388, -1467], [-445, 274]], [[273842, 139667], [-42, 3489], [1, 8219]], [[275902, 154533], [-196, -4031], [-305, -2455], [-117, -2922], [81, -1855], [-329, -2502]], [[275491, 142866], [-401, -4417], [-362, -2015], [523, 3742], [240, 2690]], [[273842, 139667], [-118, -686], [-512, -438], [-244, 1966], [102, 2254], [184, -1641], [296, -971], [166, 920], [-246, 1771], [-349, 146], [-259, 2834], [-188, 3420], [234, 599], [-210, 868], [-82, -1356], [-127, 1983]], [[267576, 216906], [-181, 85], [-177, 1931], [-468, 2015], [37, 2408]], [[233545, 583163], [470, -1], [0, 7179], [546, -266], [367, -1412], [396, -7638], [-21, -1975], [288, -1125], [438, -310]], [[249572, 564554], [-1138, -3158], [-1287, -1848], [-816, -1938], [-809, -2999]], [[245498, 568091], [407, 1054], [402, -2818], [1697, 311], [722, -2325], [296, 673], [550, -432]], [[244050, 541402], [0, -11146]], [[242234, 539623], [263, 1550], [296, -1143], [509, 150], [748, 1222]], [[245788, 538230], [8, -8017]], [[244050, 541402], [832, 1557], [406, 335], [672, 1956], [311, -1206], [-365, -2639], [91, -1053], [-209, -2122]], [[245788, 538230], [630, 1480], [422, -1520]], [[246668, 543604], [119, -491], [-601, -1772], [482, 2263]], [[254361, 554779], [386, -1343], [-683, -275], [52, -770], [-806, -2719]], [[253310, 549672], [-198, 1603], [-596, -3]], [[252516, 551272], [245, 1549], [576, 1487], [1024, 471]], [[252129, 567028], [638, 1075], [-743, -3451], [-872, -1783], [142, -551], [-582, -1037], [-166, 1627], [1583, 4120]], [[252473, 548019], [214, -3207]], [[251344, 546531], [128, 1308], [717, 2354], [12, -1815], [272, -359]], [[253310, 549672], [-511, -4124], [-63, 2158], [-507, 612], [-28, 1852], [315, 1102]], [[256406, 536544], [0, -6253]], [[256406, 530291], [-348, -1], [-4, -3236], [-348, 4]], [[253820, 544308], [634, -392], [509, -1456], [171, -1720], [674, -4188], [598, -8]], [[257802, 530286], [-1396, 5]], [[256406, 536544], [265, 725], [573, -1784], [182, 767], [315, -1250], [489, 2628], [901, 2228], [763, 318]], [[258234, 522812], [-689, -2000], [491, 3712], [-698, 206], [-249, -2795], [-468, 641], [-361, -1504], [-267, -2116]], [[255011, 510600], [-35, -2168], [-370, -346]], [[254678, 502703], [346, 2967], [570, 1286], [473, 4864], [330, 489], [143, 1898], [235, 8], [-572, -6086], [-44, -1740], [-320, -1641], [-154, -2072]], [[266291, 525881], [-781, 769]], [[265510, 526650], [490, 1336], [-121, 1234], [374, -217], [304, -1926], [-266, -1196]], [[264534, 537282], [192, -119], [-169, -2149], [-263, 1387], [240, 881]], [[264771, 527003], [-281, 49]], [[264490, 527052], [-48, -2]], [[264442, 527050], [-19, 1612], [-346, 2], [-1, 1612], [-2086, 1], [-3, 1628], [-347, -5]], [[261640, 541399], [788, 243], [-207, -1485], [-13, -3740], [568, -816], [557, 744], [103, -1308], [702, 1641], [226, -1325], [215, -3355], [-110, -1628], [279, 286], [140, -1587], [477, -2056], [-594, -10]], [[263518, 523913], [579, -847], [-387, -679], [-192, 1526]], [[264442, 527050], [-1182, 1276], [-230, -2015], [-35, -1966], [-708, 3125], [-1172, 1762], [-254, -167], [-506, -2455]], [[260355, 526610], [-463, 132]], [[263048, 514103], [-754, -309], [-259, 1732]], [[262035, 515526], [484, 1050], [-316, 238], [-233, 2467], [498, 2959], [580, 1140]], [[261221, 512584], [62, 1278], [458, 1591], [294, 73]], [[260809, 522684], [123, -2641], [-358, -487], [235, 3128]], [[259619, 509895], [-266, 697], [189, 946], [77, -1643]], [[260516, 504530], [-484, -12]], [[259309, 504590], [9, 2168], [372, 1310], [375, -215], [515, 4334], [143, -2358], [-221, -3319], [14, -1980]], [[260516, 504530], [127, -152], [342, 4121], [-150, -4481], [235, 2088]], [[266792, 512571], [208, -2839], [-312, 126], [-6, -2477], [298, -1301]], [[266298, 493142], [-35, -2125], [-276, -1072], [-460, 40], [-182, -1553]], [[266573, 485031], [572, 4601], [580, 621], [347, 1131], [524, -1430], [297, -2969], [77, -2649]], [[269259, 474627], [236, -3607], [-157, -1606], [-122, -4884], [-353, 83], [-169, 1029]], [[268236, 461261], [-80, -1234], [-498, -1330], [-248, -2669], [-87, -2521]], [[267323, 453507], [-275, 1112], [-676, -160]], [[267323, 453507], [-736, -4608], [-57, -1020]], [[276369, 283639], [51, -2897], [155, -81], [-317, -2464], [-721, -1619]], [[275537, 276578], [-263, -628]], [[275274, 275950], [-210, 1997]], [[277898, 288714], [355, -1067], [-412, -2026], [-248, 443], [-747, -4416], [-356, -321], [309, 2769]], [[64909, 48285], [735, -2763], [362, -391], [488, -1483], [555, -3196], [-25, -2084], [244, 11], [54, -1736], [492, -2286], [-474, -3219], [-428, -1373], [-453, -186], [-605, -2496], [-405, -3858], [-627, 2125], [-103, 1501], [89, 4218], [-292, 5441], [-196, 1715], [345, 2265], [317, 3334], [-187, 1774], [-23, 2014], [137, 673]], [[55028, 84760], [233, -813], [-51, -4138], [-317, -1724], [-531, 856], [-341, 1190], [-70, 1626], [168, 1566], [392, 1359], [517, 78]], [[61944, 65038], [-272, 274]], [[61944, 65038], [565, -356], [-456, -1900], [-525, 1012], [-688, 11], [160, 2281], [672, -774]], [[61752, 60573], [246, -292], [244, -1961], [-82, -859], [-351, -533], [-258, 3324], [201, 321]], [[62904, 54516], [45, -1246], [-351, -599], [9, 965], [297, 880]], [[62814, 62495], [340, -2480], [439, 903], [263, -353], [320, -1916], [312, -600], [35, -1559], [-160, -1021], [-712, -1316], [-391, 412], [-54, 3221], [-459, 616], [-172, 1326], [59, 2293], [180, 474]], [[58972, 75138], [409, -3430], [-19, -1219], [215, 21], [315, -3031], [-404, -786], [-271, 1419], [-580, -706], [-493, 5221], [435, 169], [393, 2342]], [[53118, 80469], [25, -1794], [-233, -683], [-126, -1603], [-75, 1953], [409, 2127]], [[996993, 632383], [817, -1163], [91, -906], [715, -2639], [-621, 1211], [-350, 1710], [-879, 1732], [227, 55]], [[949, 635992], [99, -1643], [-281, 619], [182, 1024]], [[7983, 636500], [-23, -2275], [-307, -73], [-67, 2101], [397, 247]], [[8254, 636861], [430, -729], [-177, -971], [-343, 386], [90, 1314]], [[8791, 637399], [79, -1229], [-422, 751], [343, 478]], [[2943, 637533], [355, -28], [110, -1138], [762, -730], [-472, -573], [-84, -1947], [-423, -823], [-299, 1293], [442, 1083], [-738, 1716], [347, 1147]], [[5406, 633632], [-183, -597], [-329, 1038], [-855, -380], [1115, 1264], [256, 737], [15, 1940], [429, -501], [-230, -1194], [22, -1773], [-240, -534]], [[996376, 638802], [311, -785], [-243, -852], [-68, 1637]], [[7153, 639094], [-123, -3160], [551, 52], [-111, -1993], [-622, -692], [-248, -1116], [-148, 1715], [-276, -2445], [-150, 1181], [346, 1636], [-142, 1180], [574, -355], [-294, 2578], [643, 1419]], [[999634, 639522], [333, -975], [-327, -1865], [-356, 430], [-110, 1601], [460, 809]], [[8394, 641129], [361, -843], [-150, -1151], [-356, -113], [145, 2107]], [[993962, 641501], [134, -1164], [-301, -1591], [5, -1345], [-561, -90], [-112, -1517], [-310, 1266], [482, 1562], [297, 123], [366, 2756]], [[15681, 641867], [-88, -644], [551, -599], [499, 441], [600, -278], [-1374, -850], [-663, 468], [-396, -613], [-512, 1117], [346, 752], [243, -725], [794, 931]], [[18716, 646240], [355, -1060], [-312, -984], [-542, -452], [86, 1790], [413, 706]], [[13937, 646817], [445, -1871], [-209, -1713], [-378, -563], [294, -1046], [-846, -839], [-955, -1616], [-414, 666], [-938, -680], [1039, 1800], [664, 138], [756, 1388], [293, 1606], [-346, 796], [246, 1637], [349, 297]], [[983194, 648582], [-58, -2897], [-305, 734], [-723, 157], [686, 1802], [400, 204]], [[23639, 652034], [277, -453], [-113, -1345], [-515, -1146], [-83, 1789], [434, 1155]], [[26147, 655623], [246, -1330], [-168, -813], [-713, 1494], [635, 649]], [[980646, 657671], [765, -147], [436, -2390], [463, -235], [-708, -1136], [-317, 775], [-432, -1614], [-470, 872], [165, 1668], [-516, -336], [77, 1140], [-541, -71], [552, 1545], [526, -71]], [[28035, 654543], [906, 4624], [-94, 1472], [527, 2186], [747, 66], [-272, 830], [81, 1805], [502, 2014], [613, 648], [607, -970], [-156, -2372], [-1193, -2675], [-517, -3466], [-1751, -4162]], [[36357, 673363], [-391, -2467], [-196, 1415], [587, 1052]], [[34797, 676523], [213, -3286], [496, 2734], [387, -123], [69, -1817], [-313, -391], [-520, -2697], [580, 1301], [182, -1595], [-673, -869], [-156, -1540], [-280, 592], [46, -1877], [-401, 265], [-1841, -3579], [-465, -1377], [-652, 1241], [1054, 2460], [1094, 1206], [-224, 1758], [468, 338], [-151, 1493], [938, 464], [-875, 524], [-340, 2033], [352, 1704], [1012, 1038]], [[26197, 724966], [756, -263], [-288, -1191], [-468, 1454]], [[25148, 736553], [-442, -1993], [-390, 1138], [832, 855]], [[39421, 678834], [125, -1114], [-550, -30], [-134, 746], [559, 398]], [[36825, 680387], [730, -1661], [-578, -1781], [-479, 150], [-104, 2381], [431, 911]], [[38083, 681762], [-169, -1483], [356, -62], [-384, -1861], [-336, 2175], [180, 1214], [353, 17]], [[45571, 685391], [688, -1487], [-645, -37], [-43, 1524]], [[46952, 694607], [166, -1890], [-229, -1028], [-301, 1739], [364, 1179]], [[42853, 695877], [635, 14], [266, -1568], [335, -4089], [373, 437], [214, -1478], [-487, 52], [-124, 932], [-254, -1722], [-453, -779], [-609, 441], [-827, -359], [-641, -1585], [-62, -1249], [-802, -1375], [-569, 491], [-279, 2148], [72, 1348], [583, 1047], [405, 3984], [357, 1064], [527, -514], [982, 2495], [358, 265]], [[48297, 698203], [503, -1314], [-281, -972], [-458, 2014], [236, 272]], [[54719, 699114], [35, -1698], [-430, -1611], [395, 3309]], [[53768, 699716], [-57, -3065], [-690, -2054], [16, 3270], [392, -758], [85, 2465], [254, 142]], [[52387, 701641], [19, -2213], [-523, 1390], [504, 823]], [[51366, 702388], [94, -1872], [270, 219], [343, -2313], [-187, -1094], [-921, 1412], [40, 2470], [361, 1178]], [[52632, 703466], [224, -1137], [-482, 351], [258, 786]], [[56428, 729876], [0, -164]], [[56428, 729712], [1, -1271]], [[56429, 728441], [-376, -902], [0, -1576], [-688, 44], [0, -1691], [-885, 0], [-1, -1609], [-854, -47], [-10, -3153], [262, -17], [11, -6313], [-174, -1752], [845, 0], [0, -4665]], [[54559, 706760], [-221, 3584], [-465, 487], [-226, -1331], [-227, 543], [-128, -1791], [-942, -1954], [-501, -2558], [-203, 1961], [-156, -2246], [-321, -160], [-388, 1335], [-213, -1550], [-896, -1527], [-526, 87], [101, 2154], [312, 2133], [-635, 501], [-315, -1612], [38, -2336], [-533, -3433], [-423, 296], [235, -2134], [-319, -953], [-328, 1503], [-197, -2494], [-614, 575], [-124, 3742], [-387, 952], [-195, -964], [305, -1471], [135, -4091], [-322, 1731], [-87, -1650], [-581, -104], [-229, 2389], [-557, 961], [-44, -1927], [533, -1473], [-911, -2585], [204, 4150], [-79, 1484], [293, 977], [934, 318], [218, 2402], [379, 1261], [396, -106], [-126, 1804], [846, 4218], [1241, 3631], [1202, 1199], [764, 131], [636, 709], [-429, -1919], [670, -3198], [315, -565], [-272, 3531], [664, -282], [156, -1434], [616, -516], [78, 1328], [-802, 1925], [-146, 1183], [588, 5125], [1475, 4921], [1402, 2354], [1201, 3895]], [[131839, 702693], [478, -1815], [-261, -3590], [-338, 3444], [121, 1961]], [[133475, 712615], [472, -2306], [365, -3908], [-109, -3956], [-237, -2723], [-412, -1256], [-725, 1926], [513, 3110], [-666, -3077], [-842, 2748], [552, 2915], [-268, 716], [-19, 1677], [519, 1253], [-147, 1905], [1004, 976]], [[60956, 762087], [579, 2152], [207, 3039]], [[61742, 767278], [1861, 118], [1, -5313], [-2648, 4]], [[51410, 765657], [-525, -4199], [-534, -542], [50, 2808], [1009, 1933]], [[50361, 766039], [-741, -1613]], [[49620, 764426], [-84, 1634], [825, -21]], [[50463, 766367], [0, 3048], [447, 4], [153, 1512], [-4, 3289], [475, 13], [-1, 1618], [474, 68], [155, 1546], [1, 3271], [484, -4], [8, 3225], [637, 43], [12, 3203], [445, 89], [14, 3067], [182, 1579], [477, 25], [0, 3225], [493, -12], [187, 1563], [6, 3225], [507, 4], [7, 1610], [466, 16], [197, 3194], [2958, 4], [8, -1469], [509, -23], [-9, 1634], [498, 0], [0, 1661], [983, -7], [4, -1637], [3363, -86]], [[64599, 804865], [6, -22904], [-455, -40], [-4, -1619], [-951, 22], [-1, -1609], [-472, 18], [-264, -3260], [-959, 50], [-1, -1622], [-475, 33], [8, -3299], [224, -22], [8, -3864]], [[61263, 766749], [-1094, -1969], [-1642, -2596], [-488, 694], [-100, 1404], [-595, 1396], [200, 3649], [-346, -1592], [-442, -553], [-70, -2804], [-205, -87], [353, -4364], [-131, -1596], [-719, 558], [-940, 6038], [-710, 1488], [71, 1756], [-303, -417], [-191, -2035], [-311, -514], [-282, 1932], [-662, 238], [-84, 2398], [-285, 617], [-1091, -3021], [-733, -1002]], [[61033, 724292], [684, -545], [-930, -219], [246, 764]], [[71633, 804882], [114, -1587], [1, -6528], [-370, -12], [-9, -6508], [-350, -18], [4, -6265], [-356, 2], [-2, -1646], [-479, -11], [4, -3276], [-475, -9], [9, -1643], [-816, -49], [14, -3240], [-942, -29], [5, -3278], [149, -20], [-2, -6355], [154, -1634], [924, 0]], [[69210, 762776], [7, -3471], [-453, -1843], [-736, -1056], [-774, -256], [-138, -1018], [-764, -799], [4, -5901], [-324, -916], [-689, -542], [-206, -2415], [-365, -3], [219, -1278], [-365, -813], [-334, 533], [-169, -1391], [-664, 236], [-689, -3490], [-377, -3219], [1107, -39]], [[63500, 735095], [-534, -3229], [-498, 991], [-283, -2643], [-165, 1250], [-876, -3730], [-513, 1840], [-93, -1738], [-418, -1467], [297, -1220], [-476, -272], [-290, 1208], [-838, -1435], [-237, -1294], [835, 518], [-97, -1512], [-773, 886], [47, -1061], [-586, 328], [-1008, -4054], [729, 1416], [658, -1055], [-890, -5668], [-359, 2476], [4, -2388], [-569, 564], [-201, -1660], [-1170, -915], [-208, -1647], [-122, 1992], [-209, -168], [97, -2311], [-195, -2337]], [[56429, 728441], [768, -812], [-200, 4018], [209, 1634], [848, 4197], [641, 1528], [416, 1983], [586, 1663], [449, -1864], [-119, 2914], [-249, -206], [-35, 2059], [292, 6723], [196, 1491], [338, 171], [-417, 2931], [211, 2814], [593, 2402]], [[61742, 767278], [-123, 1251], [-356, -1780]], [[64599, 804865], [4288, -12], [2746, 29]], [[65699, 709069], [-504, 744], [538, 1338], [-34, -2082]], [[70400, 724037], [-204, -1087], [-508, -19], [712, 1106]], [[68718, 724702], [-249, -2013], [-521, -1694], [196, 2303], [574, 1404]], [[69851, 724354], [-436, -1711], [-363, 957], [373, 1310], [426, -556]], [[72263, 735888], [654, -276], [179, -1133], [-749, -602], [-369, -1913], [-213, 2136], [498, 1788]], [[71587, 750055], [468, -1112], [218, -1969], [-712, 1537], [26, 1544]], [[72121, 750653], [752, -1609], [143, 801], [402, -896], [-319, -1580], [498, -23], [268, 1873], [864, -1804], [-645, -1900], [256, -24], [-10, -2224], [878, 340], [-525, -3652], [-488, 209], [-628, 1356], [-204, -635], [516, -1217], [-216, -2411], [-309, -183], [-530, 1368], [-251, -544], [428, -942], [-369, -902], [-533, 226], [-638, -2935], [-448, 348], [322, -1679], [-993, -4198], [-693, -436], [211, 1779], [606, 2267], [-320, -122], [143, 1970], [-433, -1663], [-186, 436], [448, 2279], [-693, 794], [-670, -679], [120, -1420], [344, 1135], [575, 213], [-523, -3914], [-670, 1507], [-38, 3723], [-597, 1836], [85, 2427], [257, 1668], [757, 2434], [973, 102], [63, -1862], [628, -4462], [-147, 2063], [79, 2795], [-204, 1554], [706, -247], [-928, 1791], [8, 1470], [588, 1559], [419, -1165], [70, -2442], [174, 2478], [786, -908], [-91, 1984], [527, -1432], [-621, 2635], [26, 690]], [[72294, 752633], [298, -243], [384, -2001], [-771, 1279], [-524, 168], [436, 1600], [177, -803]], [[74768, 758552], [203, -1494], [403, 602], [-149, -1955], [513, 1173], [-64, -2164], [-263, -1096], [-683, 1715], [168, -2076], [-475, 81], [-333, -1022], [-37, 2484], [-168, -2623], [-420, -227], [-2, -1319], [-1063, 2147], [-114, 1830], [590, -260], [-304, 1148], [155, 946], [718, -477], [-72, 2281], [417, 1422], [495, -330], [341, -2521], [144, 1735]], [[73815, 761335], [865, 1186], [-376, -3031], [-417, 471], [-72, 1374]], [[72144, 766667], [-256, -165], [-279, -2562], [-649, -1819], [-613, -91], [-174, -2213], [-343, -43], [106, -2403], [-387, -650], [215, -848], [-602, -2221], [-49, -1387], [-356, 1779], [54, -1574], [-325, 275], [-479, -1769], [-793, 237], [-111, -2260], [-819, -2014], [-130, -1038], [-600, 882], [68, -2347], [-396, -579], [9, -1505], [-775, 384], [-35, -2432], [-520, 654], [-902, -2724], [-22, -1053], [573, 813], [-196, -1902], [142, -997]], [[69210, 762776], [1368, 8], [-5, 1620], [1015, 10], [-7, 2250], [405, -14]], [[71986, 766650], [158, 17]], [[124853, 753145], [-549, -606], [-394, -1297], [-255, 1284]], [[123655, 752526], [58, 1721]], [[123713, 754247], [93, 682]], [[123806, 754929], [27, -1188], [798, 113], [222, -709]], [[124293, 757146], [749, -2547], [-1014, 763], [-164, 962], [429, 822]], [[124853, 768717], [211, -1953], [1165, -2450], [370, -2181], [920, -3383], [-235, -797], [808, -4371]], [[128092, 753582], [-945, -4191]], [[127147, 749391], [-329, -1604]], [[126818, 747787], [-267, -754]], [[126551, 747033], [-348, 2791], [-600, 2743], [-36, 3375], [303, 711], [-120, 1531], [-569, -3645], [-841, 2824], [-590, 340], [-226, 2827], [-376, 2538], [-6, 5749]], [[123142, 768817], [1711, -100]], [[122507, 768865], [608, -35]], [[123115, 768830], [94, -1237], [-284, -3190], [-329, 1968], [-89, 2494]], [[125028, 711856], [427, 56], [-445, -1309], [18, 1253]], [[130215, 719801], [107, -2063], [756, -2315], [-338, -626], [254, -2100], [-618, -805], [-298, 1242], [209, 718], [-487, 1319], [-280, -690], [-164, 3076], [325, 413], [163, 1718], [371, 113]], [[129378, 721918], [249, -1134], [-115, -2167], [-590, -788], [-540, 1882], [182, 1807], [814, 400]], [[130830, 716910], [-489, 1840], [74, 2204], [-143, 1693], [379, -778], [302, -2036], [326, 196], [295, -2757], [-436, -1557], [-308, 1195]], [[128815, 728558], [1034, -4174], [-772, -1663], [-360, 265], [62, 2359], [-148, 3099], [184, 114]], [[126153, 727422], [-66, 1104], [446, -558], [-459, -4949], [-272, -4761], [208, 396], [-146, -3602], [-196, 615], [-111, 3651], [-137, -5807], [-277, 1260], [-136, 3641], [146, 2921], [525, 49], [-191, 2101], [-591, 341], [101, 963], [-332, 2219], [-28, 2428], [338, -759], [186, 2187], [562, -1046], [430, -2394]], [[126096, 733937], [1281, -1597], [902, -116], [343, -1458], [134, -4906], [-199, -1131], [-500, 1925], [-370, 3179], [207, -4437], [380, -383], [50, -1490], [-321, -1688], [-659, 1031], [14, -897], [-617, -308], [-202, 4527], [180, 2218], [-303, 119], [-132, 1682], [-636, 2448], [448, 1282]], [[130329, 738612], [336, -2561], [-336, -2230], [901, -864], [-218, -3192], [698, -1259], [105, -3850], [709, 243], [1430, -3886]], [[133954, 721013], [215, -2257], [-268, -1573], [-450, 60], [-523, -1243], [217, -2328], [-367, 57], [-534, 1418], [-526, -1313], [-53, -1739], [-415, -1188], [272, -1077], [-70, -1918], [-374, -1019], [-347, 1785]], [[130731, 708678], [461, 1375], [54, 2694], [202, 40], [-10, 3932], [574, 625], [-464, 526], [-186, 2188], [-506, 719], [-71, 1280], [-436, 1390], [254, 2614], [-500, -62], [-115, 1369], [-779, 1724], [-462, 2944], [356, -607], [-84, 2467], [-160, -1289], [-1099, 1537], [-631, 1283]], [[127129, 735427], [607, 1116], [481, -957], [392, 2691], [952, 1778], [768, -1443]], [[120135, 747679], [-911, -75]], [[119224, 747604], [-113, -9]], [[119111, 747595], [-67, -5]], [[119044, 747590], [175, 3136], [916, -3047]], [[118824, 752542], [436, -1596], [-323, -3068], [-279, 1217], [166, 3447]], [[127129, 735427], [-11, 1829], [1069, 643], [-784, 626], [-296, 2733], [133, 1559], [-543, 1078], [247, 1825], [1153, -2770], [-708, 2710], [-430, 722], [26, 2218]], [[126985, 748600], [107, 525]], [[127092, 749125], [55, 266]], [[128092, 753582], [282, -2841], [560, -2991], [880, -6389], [515, -2749]], [[124853, 753145], [18, 23]], [[124871, 753168], [418, 537]], [[125289, 753705], [-148, -676], [909, -5880], [23, -2256], [-213, 92], [-809, 7066], [78, -1904], [-258, 510], [590, -4994], [507, -2211], [51, -2144], [-521, 218], [645, -2298], [-310, -1473], [-533, 1666], [53, -3416], [-405, -716], [-196, -1446], [-544, -1275], [-190, 2104], [50, 2518], [367, 839], [-3, 1567], [-686, 5962], [69, 2065], [-286, 4181], [126, 722]], [[120491, 750760], [-344, -2996]], [[120147, 747764], [-1106, 4388], [166, 2241], [347, -765], [278, 1062], [445, -194], [427, 1507], [913, -2103], [-367, -2249], [68, -1158], [543, 2952], [316, -1048], [502, 33], [561, -2130], [-236, -1608], [-622, 1179], [757, -2767], [-774, -493], [-454, 1349], [-1420, 2800]], [[123713, 754247], [-95, -1670], [-341, 1775], [-156, 4018], [685, -3441]], [[114794, 765672], [1165, 1936]], [[115959, 767608], [1943, 4721], [682, 110], [264, 1748]], [[118848, 774187], [1665, -1619], [529, -1279], [326, -2198], [-480, -4537], [582, -819], [409, -1530], [231, -2153], [-489, -11]], [[121621, 760041], [49, -2296], [-405, 961], [-824, -873], [206, 2553], [-684, 5535], [900, 1274], [-791, 545], [-394, 2927], [235, -3862], [-191, -2032], [-886, 1580], [-101, 2460], [-280, -1505], [-688, 1343], [-390, -1137], [761, -460], [670, -1418], [-346, -493], [774, -1580], [-470, -1770], [538, 847], [342, -513], [455, -4297], [-639, -1196], [-13, 909], [-621, -1129], [-298, 1069], [41, -2621], [-717, 2666], [-654, 322], [-1470, 4078], [-936, 3744]], [[122912, 775799], [-900, -103]], [[122012, 775696], [-90, 222]], [[121922, 775918], [-936, 7001]], [[120986, 782919], [676, 1289], [685, -1898], [571, -2465], [-202, -2534], [196, -1512]], [[123142, 768817], [-27, 13]], [[122507, 768865], [-495, 6831]], [[122912, 775799], [198, -1219], [722, -593], [59, -1056], [546, -1130], [416, -3084]], [[121922, 775918], [-145, -2315], [-358, 301], [513, -2663], [-50, -2481], [722, -6540], [-70, -1018], [302, -3962], [-98, -2100], [-512, -56], [-321, 1677], [-284, 3280]], [[118848, 774187], [34, 3836], [479, -24], [183, 1767], [-318, 752], [1118, 1161], [642, 1240]], [[120877, 738496], [389, -2216], [137, -2451], [-166, -1459], [-605, -380], [11, 6413], [234, 93]], [[123928, 718235], [-2, -1610]], [[123926, 716625], [-393, 1362], [-697, 5371], [278, 1647], [-447, -368], [-256, 2377], [77, 1437], [-515, 245], [-59, 2351], [446, 1679], [-481, 1224], [98, 2800], [-464, -184], [-452, 2135], [588, 60], [-326, 842], [146, 1989], [629, 565], [-77, -1197], [395, 257], [557, -1676], [490, 7], [-81, -2391], [463, -6886], [222, -4906], [-139, -7130]], [[120135, 747679], [12, 85]], [[120491, 750760], [1455, -3708], [395, -1834], [349, 1018], [504, 16], [258, -5147], [-689, -337], [-265, 1057], [-1794, 4644], [718, -3300], [33, -2583], [-443, -1626], [-365, 435], [-451, 2590], [538, -1592], [-959, 3723], [84, 790], [-635, 2698]], [[40063, 839903], [770, -536], [-859, -2772], [-125, 3412], [214, -104]], [[40964, 844347], [883, -2223], [79, -1915], [441, -2171], [-40, -1740], [-704, 2418], [-1774, 1537], [90, 1825], [445, 2301], [580, -32]], [[42065, 848667], [903, -976], [563, -1663], [-706, -1821], [-339, -2285], [-564, -2], [-711, 2401], [-620, 812], [14, 1297], [651, 1761], [809, 476]], [[46153, 848898], [568, 1], [10, -1610], [529, 1], [18, -1676], [524, -12], [-4, -1547], [3176, 0]], [[50974, 844055], [-395, -2136], [-20, -6445], [-126, -25], [-6, -6437], [383, -5], [-10, -4748], [1058, -39]], [[51858, 824220], [180, -1451], [604, -215], [-1456, -2220], [-980, -2588], [-900, -571], [-1213, -1602], [-1234, 662], [-494, 709], [-1854, -1999], [-659, 648], [-690, -2756], [-941, 669], [31, -2392], [-389, -2165], [-92, -1943], [-1046, -1523], [-746, 776], [-935, -1159]], [[39044, 805100], [-172, 1112], [664, 830], [-1128, 3201], [-13, -2176], [-520, 182], [-234, 2567], [116, 849], [-614, 571], [-207, 2123], [418, 1187], [-481, 1394], [-546, -1187], [-95, 2644], [1073, 795], [-526, 599], [-413, 1924], [1380, 582], [-440, 3023], [251, 2549], [1109, 5289], [619, 2101], [570, -119], [933, 3977], [823, -896], [965, -4031], [-209, 4581], [-457, 1793], [12, 1197], [848, 640], [78, 1725], [725, 1785], [524, -1399], [778, 464], [610, 2670], [668, 1252]], [[46896, 791982], [261, -1285], [-270, -665], [9, 1950]], [[36192, 795959], [180, -1952], [581, 363], [562, -947], [-123, -4413], [448, -2402], [-1265, -1162], [-486, -2126], [-685, 2000], [-493, -131], [-1055, 2670], [-324, -89], [-644, 1570], [-206, 2197], [272, 858], [1286, -625], [56, 1283], [1008, 2111], [905, -187], [-17, 982]], [[17304, 799216], [126, -1745], [804, -2158], [616, -183], [448, -1365], [-1028, 65], [-1000, 3083], [-322, 373], [356, 1930]], [[39654, 805231], [136, -1106], [641, 589], [-101, -1482], [649, 41], [525, -808], [139, -1889], [-482, -1833], [-426, -534], [213, -1308], [-375, -571], [-319, -2845], [-422, 135], [-775, 2413], [439, 1980], [-612, -774], [-640, 997], [1252, 2977], [-199, 1359], [401, 589], [-44, 2070]], [[51858, 824220], [3536, -32], [10, 1609], [2034, -5], [-4, 1617], [4083, 203], [1, -1838], [5893, -29], [3388, 4], [-14, 1716], [962, 59], [3, 1571], [903, -11], [192, 1616]], [[72845, 830700], [-3, -16190]], [[72842, 814510], [-1303, 45], [-14, -5422], [124, -21], [-16, -4230]], [[50463, 766367], [-102, -328]], [[49620, 764426], [-139, -1468], [-1061, -1905], [-97, 1293], [-1035, 446], [862, 1205], [617, 1650], [-307, 160], [-238, 3846], [703, 1138], [-113, 1059], [-716, -1213], [-383, 2903], [195, 2895], [687, 2210], [-441, 2484], [-273, 3082], [-346, 1471], [-416, 3726], [137, 1138], [-767, 3115], [393, 1259], [285, 3791], [-129, 577], [-402, -4189], [-434, -1001], [311, -2534], [-69, -3036], [-406, -1085], [-1628, -2447], [-1520, -851], [-1012, 789], [-258, 2086], [267, 429], [-760, 1956], [-694, 3087], [-87, 1177], [383, 1597], [-110, 1291], [397, 379], [-183, 1458], [364, 50], [277, 1573], [411, 342], [228, 1752], [702, -118], [-16, -3249], [425, 240], [607, 2498], [-384, 1562], [-1050, 843], [629, 147], [400, 1001], [-600, 267], [-481, -1345], [-125, 3490], [-458, -1834], [195, -1307], [-1242, -569], [-216, 1520], [-538, -627], [-174, 927], [-743, -457]], [[91002, 847056], [9, -3988], [145, -1795], [8, -11469], [-1548, 26], [56, -1646], [46, -12769], [-726, 14], [-2, -927], [-3493, 32]], [[85497, 814534], [-2026, -32], [-141, 995]], [[83330, 815497], [-404, 601], [-735, -459], [-672, -2022], [-283, -2604], [-1335, 126], [-328, 2166], [-15, -1517], [-1058, -1636]], [[78500, 810152], [-4, 1152], [-1002, 21], [-4, 3164], [-4648, 21]], [[72845, 830700], [0, 8044]], [[72845, 838744], [3088, -82], [10, 1347], [6637, 9993], [4096, -25], [12, 2587], [2946, 186]], [[89634, 852750], [1353, 59], [15, -5753]], [[86653, 868811], [757, -1570], [2145, 14]], [[89555, 867255], [87, -6323], [-8, -8182]], [[72845, 838744], [1580, 8236], [-1, 2534], [-536, -83], [-516, 926], [-152, 2433], [36, 3161], [1704, 93], [24, 3109], [496, -4], [22, 3291], [619, 95], [97, 1432], [588, 58], [151, -985], [625, -419], [1536, 6612], [4538, -401], [2997, -21]], [[85497, 814534], [-37, -10730], [-760, -83], [1, -2090]], [[84701, 801631], [-828, 17], [9, 1987]], [[83882, 803635], [-435, 1931], [-460, -308], [-1062, 1669], [-902, 2471], [707, 3049], [1129, 2748], [471, 302]], [[97244, 787641], [-970, -3439], [63, 995], [907, 2444]], [[87222, 789210], [-181, -1772], [-422, -410], [603, 2182]], [[86635, 788749], [223, 2200], [232, -961], [-455, -1239]], [[86658, 791573], [-369, -3115], [-330, 1166], [699, 1949]], [[89188, 794370], [360, -14], [-243, -1523], [503, 637], [-806, -2688], [-814, -3927], [156, -1241], [-672, -1392], [-694, -249], [130, 1479], [1249, 4306], [686, 2953], [145, 1659]], [[86769, 795107], [-71, -1859], [-324, 817], [395, 1042]], [[90857, 797012], [511, -366], [-57, -1276], [666, 500], [124, -712], [-950, -1371], [-533, -1467], [-218, 828], [596, 1566], [-651, -377], [-25, 892], [537, 1783]], [[87021, 792777], [237, 3392], [601, -294], [-413, -4995], [-425, 1897]], [[84910, 786500], [234, 323], [68, 9012], [-286, 660]], [[84926, 796495], [584, 1623], [519, -1019], [523, 1881], [285, -1347], [30, -1922], [-996, -2869], [605, -1030], [-717, -2215], [-215, -2677], [-634, -420]], [[92921, 798974], [-9, -545], [-1147, -2071], [-222, 1208], [1378, 1408]], [[88339, 800844], [383, -576], [-511, -771], [128, 1347]], [[86236, 802132], [283, -1843], [-421, 600], [138, 1243]], [[84951, 797243], [-1, 3142]], [[84950, 800385], [697, 2105], [-36, -2998], [388, 2501], [244, -2671], [-390, -1481], [-418, 814], [-484, -1412]], [[86676, 805210], [325, -2117], [-624, -286], [299, 2403]], [[84951, 801507], [-250, 124]], [[91002, 847056], [976, 234], [63, 648], [2682, 18], [0, -1651], [1595, -292], [4037, -37], [350, -2273], [-454, -2972], [436, -1269], [-270, -2840], [732, -302], [295, 1951], [1174, -336], [-15, -1588], [537, -65], [-10, -1550], [466, -24], [-40, -6434], [413, -697], [4, -4218], [2303, 15]], [[106276, 823374], [-1, -28114]], [[106275, 795260], [-589, 822], [-1600, -31], [4, 1610], [-3847, -34], [-2014, -8871], [13, -855]], [[98242, 787901], [-1021, 2713], [47, 775], [-1005, -33], [-276, 1650], [-683, 426], [369, 3141], [18, 2628], [-612, -1565], [-178, -1401], [-659, -2022], [-457, 1505], [-714, 1071], [-573, -359], [943, 3800], [-1116, -764], [259, 1691], [-925, -1558], [532, 2101], [-1009, -888], [-677, 62], [-94, 801], [1014, 956], [446, 1115], [-1050, -704], [-516, 1833], [317, 3213], [1053, 57], [-177, 903], [-744, -283], [-1116, -3389], [-359, 1426], [-193, -1467], [-586, -1116], [-376, 408], [6, 3472], [-402, -3497], [-547, -1350], [-586, 2075], [324, 2590], [504, 2086], [123, 1742], [-770, -3524], [-194, -1549], [-275, 1236], [-413, -4415], [-943, -1986]], [[71670, 777076], [233, -1112], [-578, -408], [345, 1520]], [[79473, 776784], [-279, -2074], [90, 2387], [189, -313]], [[75949, 796147], [-337, -1236], [224, 2635], [113, -1399]], [[84951, 801507], [-1, -1122]], [[84951, 797243], [-25, -748]], [[84910, 786500], [-1245, 807], [240, 1474], [-371, -167], [-386, -2038], [-206, 3702], [-29, -2396], [-481, -1666], [-173, -1732], [-183, 2620], [-197, -5326], [-848, 3357], [-39, -1545], [420, -800], [-371, -1104], [-68, -1569], [-635, -858], [208, 3841], [-673, -5212], [-363, 1475], [21, -2088], [-388, -20], [-756, -4011], [-74, 2111], [-347, -2231], [-660, 934], [-173, -859], [-799, -887], [-18, 1049], [-623, 715], [205, 2741], [546, 1203], [718, 23], [17, 1317], [737, 963], [-66, 842], [764, 2927], [-372, 25], [-1227, -2967], [-387, 246], [-629, 2275], [460, 4880], [786, 3381], [112, 2715], [231, 475], [102, 3025], [-410, 3227], [967, 1254], [994, 2799], [846, 1832], [515, -1977], [448, -352], [796, 1052], [346, -814], [1490, -887], [200, -646]], [[78500, 810152], [-529, -2655], [-889, -709], [-891, -2927], [268, -2258], [-402, 43], [-550, -1341], [-153, -1302], [-582, -1608], [-230, -3803], [-474, -1479], [-1035, 411], [707, -1449], [308, -1771], [-381, -2913], [-287, -680], [-1149, -274], [-159, -989], [796, 2], [-164, -2224], [-453, -1068], [-562, 296], [227, 1314], [-337, 1411], [33, -1984], [-398, -2576], [-671, -197], [279, -1966], [-1055, -1700], [-61, -2764], [-263, -488], [166, -2860], [277, 1050], [1025, 35], [413, -1682], [604, -1164], [58, -1233]], [[106275, 795260], [0, -1588], [1343, -1612], [173, 1644], [1330, -2348], [801, 2853], [1723, 322], [-345, -4919], [404, -1740], [964, -1648], [226, -2564], [2839, -9771], [300, -4810], [-74, -1471]], [[114794, 765672], [-73, 1821], [-694, 2541], [-828, 1292], [163, 1473], [-568, -631], [-1881, 4464], [-679, 903], [-783, 1959], [551, 424], [542, 2604], [-421, 3603], [333, 1618], [530, -2532], [164, 177], [-480, 2635], [-360, 838], [-174, -1871], [-463, -2242], [-1472, -2407], [-1544, 735], [-1623, 2726], [527, 2089], [-371, 3153], [-375, -856], [437, -1616], [-624, -1272], [-2761, 2302], [-2696, -711], [-929, -990]], [[106279, 946179], [-1, -49412]], [[106278, 896767], [-929, -2457], [-130, -1600], [-1321, -3359], [-907, 419], [-783, -1693], [-450, 408], [-349, -3372], [-325, -1449], [-654, -436], [-1188, -2953], [58, -3794], [-686, -1988], [-821, 654]], [[97793, 875147], [-205, 2151], [358, 3325], [-316, 719], [513, 846], [-159, 1080], [-963, -156], [-338, -900], [-1244, 1394], [-886, -1195], [-579, 221], [-639, -953], [-286, 1202], [374, 853], [-1289, 1884], [-166, 1202], [398, 1802], [-514, 869], [-625, -618], [-460, -1403], [-1061, -1321], [-1073, -10], [-601, -1159], [-3102, 6], [49, -11363], [273, 317], [853, -2473], [548, -2656]], [[50974, 844055], [10, 4776], [492, 29], [-58, 4949], [548, 10], [4, 1425], [1103, 13], [-17, 1635], [486, 23], [-3, 1682], [645, -27], [-89, 4840], [-627, -26], [-61, 12986], [569, 33], [-9, 3217], [557, 13], [-4, 6309], [539, -18], [-5, 4867], [-575, -8]], [[54479, 890783], [-5, 8105], [1752, -14], [2, 3093], [2984, 34], [5, 6543], [2343, 38], [1, -3290], [1183, 54], [6, 3236], [1194, 12], [-3, -1576], [600, 61], [1, -1630], [1168, -18], [135, 4836], [1805, -29], [9, 2778], [1841, -6], [167, 1643], [-10, 6646], [-437, -20], [-10, 1684], [-1234, 59], [4, 4809], [169, 1664], [-624, -6], [17, 1606], [-634, -27], [7, 1645], [-621, 10], [151, 4212]], [[66445, 936935], [6419, -2], [8315, -30], [7299, 18], [3888, 6], [-10, 9096], [4663, 309], [4790, -300], [4470, 147]], [[97793, 875147], [-1158, -1860], [-1437, -204], [-262, -1096], [-804, -486], [-476, -1291], [-576, 796], [-732, -1427], [-433, 43], [-568, -2104], [-1792, -263]], [[106278, 896767], [-2, -73393]], [[79659, 983425], [-186, -1458], [-395, 1373], [581, 85]], [[66445, 936935], [-1, 525], [-2610, -23], [-8, 1900], [-2541, -186], [-15, 1669], [-3117, 28], [-4016, 91], [-18, 1253], [-1129, 58], [26, -1250], [-2705, 21], [-18, 1268], [-1182, 3], [11, -1279], [-1329, 46], [-7, 1283], [-2020, 165], [0, -1272], [-4957, -98], [15, -3782], [-2411, 70]], [[38413, 937425], [-1695, 2109], [-331, 1545], [-1320, 2645], [530, 804], [403, 3101], [38, 5653], [2426, -416], [2905, 1304], [905, 1071], [1222, 2916], [1184, 4349], [538, 5906], [-329, 649], [1231, 3476], [365, 2385], [846, 2065], [658, 2577], [521, -1587], [1146, 663], [1622, 2412], [1470, 3493], [882, 527], [-302, -3710], [454, -2622], [-62, 3461], [380, 972], [-494, 2433], [-541, 46], [1260, 3273], [1370, 1209], [-523, -1007], [415, -852], [3297, 1404], [1421, 2118], [704, 1933], [1322, 4593], [409, 808], [627, -1392], [915, -472], [117, -1342], [1298, -97], [153, -1576], [-589, -1821], [-1263, -1269], [606, -390], [-400, -1319], [1303, -54], [456, 606], [-100, 1673], [703, 1368], [285, 1695], [248, -1305], [706, 928], [682, -1755], [-272, -1975], [1375, -2189], [693, 2096], [1211, 87], [987, 691], [970, -830], [279, -2575], [299, 2682], [989, -1071], [-561, -2519], [5, -1532], [1009, -525], [-1482, -681], [2474, 169], [-499, -2280], [1552, -378], [326, -1080], [240, 1607], [1280, 271], [-195, -2495], [904, 1573], [845, 524], [665, 1466], [1963, -425], [886, -1703], [688, 50], [281, -1515], [1081, 464], [877, -2131], [2068, -1579], [1439, 785], [1493, -1038], [433, 638], [1637, -3240], [1773, -387], [359, 912], [3399, 1866], [1396, -1344], [1104, -2165], [387, -1505], [1266, -1051], [1131, -2960], [450, 854], [588, -630], [-1, -21362]], [[54479, 890783], [-578, 0], [-10, -1617], [-6227, 42], [-4789, -36], [-1, 3200], [-592, 6], [0, 3250], [-769, -10], [8, 6456], [-205, 26], [-5, 6430], [-226, 1957]], [[41085, 910487], [1578, 205], [202, -2556], [-311, -1225], [120, -2178], [-263, -1028], [215, -1763], [590, -1196], [375, 540], [1138, -445], [965, 699], [321, -1177], [667, -159], [982, 797], [546, -2004], [189, 2045], [810, 3513], [796, -959], [609, 527], [-495, 1902], [-1494, 1020], [-695, -1271], [194, 3234], [-839, 3465], [-836, 788], [-422, 2410], [386, 1581], [446, 30], [876, -3094], [-154, -2498], [448, -1913], [931, -1944], [1114, 1832], [1074, -3146], [1511, 331], [131, 1770], [-331, 2163], [-932, -162], [-460, 1241], [-885, -263], [-253, -1860], [-717, -285], [-1099, 3517], [232, 3056], [871, 1516], [-974, 1717], [-1121, -1076], [-1026, -153], [-389, 1249], [-528, -564], [-2241, 1824], [-397, 5492], [-677, 3578], [-1097, 2080], [-2353, 5735]], [[46592, 855663], [131, -1524], [-910, 378], [779, 1146]], [[20846, 858392], [155, -1918], [1767, -2169], [1395, 2514], [527, -232], [506, -1478], [153, -2243], [1093, -1044], [302, -1308], [1483, -327], [899, -741], [-443, -2851], [-1263, 664], [-756, -2937], [125, -925], [-599, -398], [122, 1508], [-581, 2032], [-993, 769], [95, 1587], [-980, 2254], [-777, 1164], [-1179, -1499], [-406, -1269], [-853, 1089], [-307, 2233], [515, 5525]], [[40155, 909679], [-378, -812], [-1698, -1707], [2076, 2519]], [[46153, 848898], [640, 3384], [128, 1617], [836, -1042], [-394, -958], [1743, 358], [1080, 995], [1027, 4968], [-512, 5797], [-74, 2808], [-783, 2760], [-729, 205], [138, 2075], [1089, -245], [770, 2178], [52, 1988], [-320, 1965], [-760, 1982], [-574, -2906], [-898, 82], [-597, -1411], [-710, -399], [-196, -1163], [-840, -1617], [-252, -2634], [-446, -1194], [-161, 3173], [-951, 2836], [-459, -1140], [680, -1515], [9, -1792], [-1367, 2870], [-2018, -58], [-2019, -2251], [-807, 901], [-2508, 1784], [-689, 2790], [279, 1486], [-107, 1445], [-749, 1760], [-607, 2842], [664, -527], [574, 1254], [301, 1828], [876, -777], [601, -2903], [499, -323], [640, 1345], [-382, 828], [-828, 195], [-166, -711], [-669, 2577], [-1941, 1613], [-1534, 482], [-1420, 2818], [-465, 461], [786, 2442], [578, 22], [0, 1593], [845, 1741], [325, -909], [992, 2481], [418, 1888], [1044, 1672], [643, -1028], [1215, 99], [319, 783], [-1041, 1553], [504, 1846], [720, 1193], [1099, 506], [107, -679], [853, 2834], [831, 668]], [[129335, 693546], [271, -1010], [-142, -1955], [-385, 2864], [256, 101]], [[133465, 694933], [144, -1619], [-433, -1116], [-420, 1401], [709, 1334]], [[129050, 698432], [385, -3029], [-187, -665], [-381, 868], [233, 1060], [-50, 1766]], [[128271, 699419], [264, -2151], [-73, -1620], [899, -5179], [112, -1526], [-465, 199], [-651, 4105], [-450, 3522], [53, 2603], [311, 47]], [[132791, 699517], [329, -1553], [-33, -2741], [-745, 304], [319, 2136], [-199, 1261], [329, 593]], [[127590, 701351], [340, -1447], [-98, -960], [-490, -120], [14, 2204], [234, 323]], [[126995, 702605], [287, -601], [-587, -1676], [300, 2277]], [[127349, 703974], [-507, -707], [254, 1440], [253, -733]], [[126549, 705223], [400, -333], [-240, -1814], [-293, 1014], [133, 1133]], [[127577, 705503], [192, -1281], [-213, -946], [-252, 1520], [273, 707]], [[126975, 710441], [673, -1209], [-593, 136], [46, -1542], [-470, 1638], [344, 977]], [[127738, 711890], [119, -2595], [-286, 1329], [167, 1266]], [[132951, 712558], [-517, -394], [513, 1288], [4, -894]], [[127377, 716539], [387, -260], [-15, -2495], [-236, 369], [-706, -1255], [-240, -1211], [-257, 709], [519, 3076], [548, 1067]], [[126878, 720140], [451, -579], [750, 57], [384, -2788], [-191, -1469], [383, -1822], [435, 266], [497, -1761], [456, -2620], [47, -3196], [267, 734], [169, -1960], [371, -1718], [-850, 2044], [-552, -1434], [684, 586], [160, -2342], [299, 487], [445, -2791], [-464, -922], [454, -352], [205, 1480], [89, -3147], [-431, -827], [396, -512], [101, -2502], [-398, -59], [421, -1193], [-183, -2479], [-613, 702], [-449, 4336], [-561, -35], [258, 2640], [-329, -710], [132, 1822], [-300, -502], [-725, 2251], [-725, 264], [28, 1947], [514, -21], [-361, 1667], [236, 2818], [-439, -873], [-448, 796], [643, 3530], [-238, 1458], [-150, 5160], [-814, 306], [-187, 1877], [133, 1386]], [[133954, 721013], [796, -683], [442, -1861], [432, -443], [118, -1890], [501, -841], [396, 492], [280, -2136], [-1, -1873], [-414, -2628], [68, -3449], [429, -5569], [-359, -1662], [-236, -2416], [-441, -2702], [-867, -2699], [-213, 1932], [-286, -2060], [-269, 663], [-207, 4192], [490, 1686], [-537, -477], [-156, 1948], [582, 2169], [-76, 7458], [-887, 5088], [-486, -470], [-72, 869], [-950, -2430], [-396, -118], [344, -1651], [-545, -5283], [-588, 1664], [-115, 2845]], [[312327, 9345], [187, -607]], [[312514, 8738], [-15, -1699]], [[312499, 7039], [-350, 67]], [[312149, 7106], [17, 912]], [[312166, 8018], [43, 812]], [[312209, 8830], [118, 515]], [[312084, 13310], [6, -1330]], [[312090, 11980], [-147, -91]], [[311943, 11889], [-157, 1158]], [[311786, 13047], [223, 739]], [[312009, 13786], [75, -476]], [[312224, 10808], [178, -1249]], [[312402, 9559], [-75, -214]], [[312209, 8830], [-202, 83]], [[312007, 8913], [-56, 276]], [[311951, 9189], [-19, 1837]], [[311932, 11026], [292, -218]], [[313107, 15065], [-14, -2951]], [[313093, 12114], [-156, -33]], [[312937, 12081], [5, 365]], [[312942, 12446], [-35, 2687]], [[312907, 15133], [200, -68]], [[312774, 6524], [70, -1308]], [[312844, 5216], [-339, -42]], [[312505, 5174], [62, 1491]], [[312567, 6665], [207, -141]], [[312709, 10759], [26, -1200]], [[312735, 9559], [-333, 0]], [[312224, 10808], [123, 645]], [[312347, 11453], [362, -694]], [[315123, 11875], [54, -128]], [[315177, 11747], [78, -1803]], [[315255, 9944], [-163, -1770]], [[315092, 8174], [-119, 1033]], [[314973, 9207], [-63, 762]], [[314910, 9969], [144, 1736]], [[315054, 11705], [69, 170]], [[314670, 11208], [37, -330]], [[314707, 10878], [60, -642]], [[314767, 10236], [-199, -737]], [[314568, 9499], [-72, 1129]], [[314496, 10628], [174, 580]], [[314052, 6833], [264, -476]], [[314316, 6357], [-19, -702]], [[314297, 5655], [-318, 75]], [[313979, 5730], [73, 1103]], [[312567, 6665], [-68, 374]], [[312514, 8738], [144, 137]], [[312658, 8875], [116, -2351]], [[312942, 12446], [-192, 449]], [[312750, 12895], [-16, -17]], [[312734, 12878], [-7, 2191]], [[312727, 15069], [180, 64]], [[313370, 8907], [-65, -415]], [[313305, 8492], [-209, 82]], [[313096, 8574], [-80, -28]], [[313016, 8546], [-82, 705]], [[312934, 9251], [27, 1093]], [[312961, 10344], [345, -244], [64, -1193]], [[313305, 8492], [-14, -2847]], [[313291, 5645], [-154, 398]], [[313137, 6043], [-41, 2531]], [[314464, 12204], [-98, -1501]], [[314366, 10703], [-105, -151]], [[314261, 10552], [-75, 983]], [[314186, 11535], [35, 729]], [[314221, 12264], [129, 637]], [[314350, 12901], [114, -697]], [[314016, 15104], [-14, -2136]], [[314002, 12968], [-54, 9]], [[313948, 12977], [-196, -375]], [[313752, 12602], [-27, 1006]], [[313725, 13608], [25, 1394]], [[313750, 15002], [266, 102]], [[313604, 15085], [-4, -1775]], [[313600, 13310], [-8, -955]], [[313592, 12355], [-45, -184]], [[313547, 12171], [-454, -57]], [[313107, 15065], [497, 20]], [[314264, 15070], [-76, -2600]], [[314188, 12470], [-186, 498]], [[314016, 15104], [248, -34]], [[315464, 13512], [1, -2420]], [[315465, 11092], [-66, 434]], [[315399, 11526], [-159, 1610]], [[315240, 13136], [-103, 1307]], [[315137, 14443], [122, 138]], [[315259, 14581], [205, -1069]], [[314938, 14053], [76, -2457]], [[315014, 11596], [-176, -329]], [[314838, 11267], [34, 2700]], [[314872, 13967], [51, 292]], [[314923, 14259], [15, -206]], [[315375, 10330], [63, -1609]], [[315438, 8721], [6, -427]], [[315444, 8294], [-234, -827]], [[315210, 7467], [-116, 640]], [[315094, 8107], [-2, 67]], [[315255, 9944], [120, 386]], [[313784, 8891], [255, -1303]], [[314039, 7588], [13, -755]], [[313979, 5730], [-242, -150]], [[313737, 5580], [-39, 3313]], [[313698, 8893], [16, 19]], [[313714, 8912], [70, -21]], [[315465, 11092], [-90, -762]], [[315177, 11747], [222, -221]], [[313725, 9097], [-11, -185]], [[313698, 8893], [-269, 126]], [[313429, 9019], [231, 2602]], [[313660, 11621], [65, -2524]], [[314361, 14911], [31, -1699]], [[314392, 13212], [-42, -311]], [[314221, 12264], [-33, 206]], [[314264, 15070], [97, -159]], [[312306, 11771], [41, -318]], [[311932, 11026], [-107, 569]], [[311825, 11595], [118, 294]], [[312090, 11980], [216, -209]], [[312937, 12081], [24, -1737]], [[312934, 9251], [-27, -13]], [[312907, 9238], [-172, 321]], [[312709, 10759], [41, 2136]], [[312505, 5174], [-359, -115]], [[312146, 5059], [3, 2047]], [[314634, 8728], [-21, -893]], [[314613, 7835], [-92, -362]], [[314521, 7473], [-160, 1420]], [[314361, 8893], [201, 525]], [[314562, 9418], [72, -690]], [[312295, 14639], [81, -1251]], [[312376, 13388], [-70, -1617]], [[312084, 13310], [211, 1329]], [[312007, 8913], [159, -895]], [[312146, 5059], [-281, 903], [86, 3227]], [[315210, 7467], [60, -308]], [[315270, 7159], [221, -1461]], [[315491, 5698], [-308, -32]], [[315009, 6674], [174, -1008]], [[315009, 6674], [81, 1384]], [[315090, 8058], [4, 49]], [[314186, 11535], [-217, -675]], [[313969, 10860], [-21, 2117]], [[312009, 13786], [157, 1824]], [[312166, 15610], [129, -971]], [[313137, 6043], [-273, -821]], [[312864, 5222], [152, 3324]], [[314838, 11267], [-131, -389]], [[314670, 11208], [-8, 753]], [[314662, 11961], [28, 1346]], [[314690, 13307], [76, 779]], [[314766, 14086], [106, -119]], [[313547, 12171], [113, -550]], [[313429, 9019], [-59, -112]], [[314973, 9207], [-339, -479]], [[314562, 9418], [6, 81]], [[314767, 10236], [143, -267]], [[314776, 6994], [-112, -1632]], [[314664, 5362], [-367, 293]], [[314316, 6357], [205, 1116]], [[314613, 7835], [163, -841]], [[312679, 13385], [55, -507]], [[312376, 13388], [303, -3]], [[315090, 8058], [-314, -1064]], [[314662, 11961], [-198, 243]], [[314392, 13212], [143, 200]], [[314535, 13412], [155, -105]], [[312679, 13385], [-109, 1772]], [[312570, 15157], [157, -88]], [[313752, 12602], [-160, -247]], [[313600, 13310], [125, 298]], [[314496, 10628], [-130, 75]], [[313604, 15085], [146, -83]], [[315240, 13136], [-117, -1261]], [[315054, 11705], [-40, -109]], [[314938, 14053], [199, 390]], [[315043, 5450], [-34, 1224]], [[315043, 5450], [-379, -88]], [[312864, 5222], [-20, -6]], [[312658, 8875], [249, 363]], [[314001, 9350], [196, -57]], [[314197, 9293], [164, -400]], [[314039, 7588], [-38, 1762]], [[313784, 8891], [217, 459]], [[313969, 10860], [-244, -1763]], [[313737, 5580], [-446, 65]], [[314261, 10552], [-64, -1259]], [[312166, 15610], [404, -453]], [[315579, 8262], [226, -901]], [[315805, 7361], [-150, -1087]], [[315655, 6274], [-385, 885]], [[315444, 8294], [135, -32]], [[314849, 14669], [-83, -583]], [[314535, 13412], [108, 1312]], [[314643, 14724], [206, -55]], [[318309, 12804], [169, -865], [-544, 829], [375, 36]], [[316158, 12800], [-233, -1215]], [[315925, 11585], [-15, -114]], [[315910, 11471], [23, 1757]], [[315933, 13228], [225, -428]], [[315714, 13935], [-106, -832]], [[315608, 13103], [-144, 409]], [[315259, 14581], [455, -646]], [[315655, 6274], [-164, -576]], [[315910, 11471], [-22, -197]], [[315888, 11274], [-160, -129]], [[315728, 11145], [-34, 40]], [[315694, 11185], [-86, 1918]], [[315714, 13935], [219, -707]], [[315888, 11274], [293, -1348]], [[316181, 9926], [-216, -625]], [[315965, 9301], [-242, 491]], [[315723, 9792], [5, 1353]], [[315723, 9792], [-144, -1530]], [[315438, 8721], [211, 2085]], [[315649, 10806], [45, 379]], [[315649, 10806], [-184, 286]], [[316256, 11346], [-331, 239]], [[316158, 12800], [154, 393], [-56, -1847]], [[316256, 11346], [125, -1004], [-200, -416]], [[315965, 9301], [-160, -1940]], [[316936, 9055], [328, -560], [-757, -909], [-91, 685], [520, 784]], [[318661, 1986], [376, -1085], [-740, -781], [24, 1181], [340, 685]], [[314361, 14911], [282, -187]], [[123928, 718235], [-2, -1610]], [[119111, 747595], [-67, -5]], [[124871, 753168], [418, 537]], [[71986, 766650], [158, 17]], [[56428, 729876], [0, -164]], [[126985, 748600], [107, 525]], [[126818, 747787], [-267, -754]], [[61672, 65312], [272, -274]], [[314849, 14669], [74, -410]], [[315183, 5666], [-140, -216]], [[311825, 11595], [-39, 1452]], [[253891, 243332], [-3, 424]], [[297006, 439075], [21, -79]], [[273150, 218795], [-218, 2571], [-109, 2556], [341, -5125]], [[273164, 218797], [-14, -2]], [[275036, 140768], [-16, 1]], [[274871, 140335], [3, -76]], [[268559, 210807], [-4, -26]], [[258410, 236520], [0, 355]], [[272837, 223331], [-14, 0]], [[274173, 206960], [19, 0]], [[275584, 178509], [-145, -584]], [[275994, 173067], [-63, 2]], [[275922, 173070], [-37, 2]], [[272518, 253791], [20, 18]], [[272125, 254343], [81, -132]], [[256680, 462075], [-142, -2897], [-384, -10769]], [[256154, 448409], [-883, -7], [0, -983]], [[254488, 462036], [2192, 39]], [[256154, 448409], [1065, -7]], [[249637, 222999], [-31, 137]], [[248195, 214699], [-70, -748]], [[247232, 214954], [0, 260]], [[247232, 215317], [15, 318]], [[301353, 460902], [-185, -724]], [[301101, 460137], [28, -397]], [[301793, 457791], [116, -445]], [[285769, 400843], [123, 37]], [[264771, 527003], [-281, 49]], [[267568, 452013], [-852, -4103], [-108, -17]], [[266608, 447893], [-26, -6]], [[266582, 447887], [-16, -1]], [[266566, 447886], [-30, -6]], [[266536, 447880], [-6, -1]], [[256680, 462075], [-375, 16538], [12, 3500], [187, 5880], [609, 12037], [445, 5943], [542, 3980], [721, 3116], [-1423, 3912], [-936, -37], [-588, -3704], [-267, -718], [-95, -2358], [-427, 343]], [[247207, 537862], [1281, 13508]], [[248488, 551370], [1322, 13439]], [[249810, 564809], [408, -727], [1834, 5024], [865, 1148], [2109, -5688], [7666, -20686], [271, -4739], [574, -3230], [509, 900], [683, 396], [-47, -2079], [105, -3301], [426, -3438], [360, 1156], [708, -243], [385, -2004], [-455, -3293], [3005, -8985], [1103, -32532], [-926, -12370], [-34, -3060], [-156, -2886], [-328, -976], [-521, -3379], [-656, -1036], [-180, -1472], [-60, -3681], [110, -1615]], [[252129, 567028], [-1583, -4120], [166, -1627], [582, 1037], [-142, 551], [872, 1783], [743, 3451], [-638, -1075]], [[248488, 551370], [-1963, 212], [-2260, -6869], [-1513, -4210]], [[249572, 564554], [238, 255]], [[282592, 309414], [10, -65]], [[289029, 404122], [-16, 45]], [[293679, 426705], [-79, 470]], [[286839, 484138], [-17, 6]], [[276897, 457877], [-3, 4558]], [[276894, 462435], [2305, 5850], [8, 2378], [-220, 544], [-164, 5160], [-363, 3502], [1422, 3362], [1923, 0], [3353, 0], [997, 8619], [109, 340]], [[267767, 442766], [-50, -4]], [[267568, 452013], [114, -1687], [1085, -3482], [787, 0], [3209, 9884], [2039, 2175]], [[274802, 458903], [-16, -6460]], [[274802, 458903], [1209, 1289], [883, 2243]], [[275537, 276578], [-263, -628]], [[273916, 275250], [-11, -827]], [[273920, 274333], [-20, -184]], [[228015, 167092], [147, -2633], [-252, 2651], [105, -18]], [[228180, 184437], [70, -94]], [[229313, 193901], [29, 366]], [[230757, 204203], [-190, 587]], [[229828, 205636], [-9, -8]], [[229431, 197365], [-30, -1032]], [[228487, 190418], [-16, -156]], [[286226, 362368], [89, -504]], [[283710, 365528], [174, -301]], [[286242, 357857], [63, -1057]], [[286254, 356334], [304, 311]], [[286558, 356645], [136, 36]], [[284458, 394060], [-9, -959]], [[151607, 571679], [12, 2074], [1993, -3664], [1312, -1342], [815, 1107], [372, 2584], [-289, 2342], [-137, 2706], [722, 1361], [0, 1194], [-873, 3181], [648, -1]], [[156182, 583221], [153, 1]], [[156335, 583222], [770, 0]], [[253979, 502714], [-8, -1]], [[242231, 539612], [9, 872]], [[242245, 540522], [75, 212]], [[242329, 540727], [187, 592]], [[242526, 541319], [224, -823]], [[288652, 406259], [12, 7]], [[288613, 408309], [-8, 430]], [[290026, 386798], [-57, 0]], [[287992, 379951], [5, 43]], [[287430, 351414], [50, -2]], [[287480, 351412], [118, 4]], [[287598, 351416], [-258, -2]], [[280248, 301457], [-33, 176]], [[156182, 583221], [153, 1]]], + "transform": { + "scale": [0.00035892617892657177, 0.00005371486851395936], + "translate": [-179.1473400003406, 17.67439566600018] + } + } + }; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/ChoroplethStates',["d3", "topojson", "./Choropleth", "./us-states"], factory); + } else { + root.map_ChoroplethStates = factory(root.d3, root.topojson, root.map_Choropleth, root.map_usStates); + } +}(this, function (d3, topojson, Choropleth, usStates) { + var features = topojson.feature(usStates.topology, usStates.topology.objects.states).features; + var rFeatures = {}; + for (var key in features) { + if (features[key].id) { + rFeatures[usStates.stateNames[features[key].id].code] = features[key]; + } + } + function ChoroplethStates() { + Choropleth.call(this); + + this.projection("albersUsaPr"); + + this._choroTopology = usStates.topology; + this._choroTopologyObjects = usStates.topology.objects.states; + } + ChoroplethStates.prototype = Object.create(Choropleth.prototype); + ChoroplethStates.prototype.constructor = ChoroplethStates; + ChoroplethStates.prototype._class += " map_ChoroplethStates"; + + ChoroplethStates.prototype.layerEnter = function (base, svgElement, domElement) { + Choropleth.prototype.layerEnter.apply(this, arguments); + + this._selection.widgetElement(this._choroplethData); + this.choroPaths = d3.select(null); + var context = this; + this + .tooltipHTML(function (d) { + var code = rFeatures[d[0]].id; + return context.tooltipFormat({ label: usStates.stateNames[code].name, value: d[1] }); + }) + ; + }; + + ChoroplethStates.prototype.layerUpdate = function (base) { + Choropleth.prototype.layerUpdate.apply(this, arguments); + + this.choroPaths = this._choroplethData.selectAll(".data").data(this.visible() ? this.data() : [], function (d) { return d[0]; }); + var context = this; + this.choroPaths.enter().append("path") + .attr("class", "data") + .call(this._selection.enter.bind(this._selection)) + .on("click", function (d) { + context.click(context.rowToObj(d), "weight", context._selection.selected(this)); + }) + .on("mouseout.tooltip", this.tooltip.hide) + .on("mousemove.tooltip", this.tooltip.show) + ; + this.choroPaths + .attr("d", function (d) { + var retVal = base._d3GeoPath(rFeatures[d[0]]); + if (!retVal) { + console.log("Unknown US State: " + d); + } + return retVal; + }) + .style("fill", function (d) { + var retVal = context._palette(d[1], context._dataMinWeight, context._dataMaxWeight); + return retVal; + }) + ; + this.choroPaths.exit().remove(); + }; + + return ChoroplethStates; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/ChoroplethStatesHeat.js',["../layout/Layered"], factory); + } else { + root.map_ChoroplethStatesHeat = factory(root.layout_Layered); + } +}(this, function (Layered) { + function ChoroplethStatesHeat(target) { + Layered.call(this); + } + ChoroplethStatesHeat.prototype = Object.create(Layered.prototype); + ChoroplethStatesHeat.prototype.constructor = ChoroplethStatesHeat; + ChoroplethStatesHeat.prototype._class += " map_ChoroplethStatesHeat"; + + return ChoroplethStatesHeat; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/GeoHash.js',["d3", "topojson", "./Layer", "./Utility", "../common/Palette", "../common/Utility", "css!./GeoHash"], factory); + } else { + root.map_GeoHash = factory(root.d3, root.topojson, root.map_Layer, root.map_Utility, root.common_Palette, root.common_Utility); + } +}(this, function (d3, topojson, Layer, Utility, Palette, CommonUtility) { + function GeoHash() { + Layer.call(this); + } + GeoHash.prototype = Object.create(Layer.prototype); + GeoHash.prototype.constructor = GeoHash; + GeoHash.prototype._class += " map_GeoHash"; + + GeoHash.prototype._palette = Palette.rainbow("default"); + + GeoHash.prototype.publish("paletteID", "YlOrRd", "set", "Palette ID", GeoHash.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); + GeoHash.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); + + GeoHash.prototype.publish("opacity", 1.0, "number", "Opacity", null, { tags: ["Advanced"] }); + + GeoHash.prototype.publish("meshVisible", true, "boolean", "Mesh Visibility"); + GeoHash.prototype.publish("meshColor", null, "html-color", "Stroke Color", null, { optional: true }); + GeoHash.prototype.publish("meshStrokeWidth", 0.25, "number", "Stroke Width"); + + GeoHash.prototype.data = function (_) { + var retVal = Layer.prototype.data.apply(this, arguments); + if (arguments.length) { + this._dataMinWeight = null; + this._dataMaxWeight = null; + + this.data().forEach(function (item) { + if (!this._dataMinWeight || item[1] < this._dataMinWeight) { + this._dataMinWeight = item[1]; + } + if (!this._dataMaxWeight || item[1] > this._dataMaxWeight) { + this._dataMaxWeight = item[1]; + } + }, this); + } + return retVal; + }; + + GeoHash.prototype.layerEnter = function (base, svgElement, domElement) { + Layer.prototype.layerEnter.apply(this, arguments); + + this.geohash = new Utility.Geohash(); + this._geoHashTransform = svgElement.append("g"); + this._selection = new CommonUtility.SimpleSelection(this._geoHashTransform); + this.geoHashPaths = d3.select(null); + }; + + GeoHash.prototype.layerUpdate = function (base) { + Layer.prototype.layerUpdate.apply(this, arguments); + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + this._geoHashTransform.style("opacity", this.opacity()); + + this.geoHashPaths = this._geoHashTransform.selectAll(".data").data(this.visible() ? this.data() : [], function (d) { return d[0]; }); + var context = this; + this.geoHashPaths.enter().append("path") + .attr("class", "data") + .call(this._selection.enter.bind(this._selection)) + .on("click", function (d) { + context.click(context.rowToObj(d), "weight", context._selection.selected(this)); + }) + ; + this.geoHashPaths + .attr("d", function (d) { + var pos = context.geohash.bounds(d[0]); + var route = { + type: "LineString", + coordinates: [ + [pos.sw.lon, pos.ne.lat], + [pos.ne.lon, pos.ne.lat], + [pos.ne.lon, pos.sw.lat], + [pos.sw.lon, pos.sw.lat] + ] + }; + return base._d3GeoPath(route); + }) + .style("fill", function (d) { + var retVal = context._palette(d[1], context._dataMinWeight, context._dataMaxWeight); + return retVal; + }) + ; + this.geoHashPaths.exit().remove(); + }; + + GeoHash.prototype.layerZoomed = function (base) { + Layer.prototype.layerZoomed.apply(this, arguments); + this._geoHashTransform + .attr("transform", "translate(" + base._zoom.translate() + ")scale(" + base._zoom.scale() + ")") + .attr("stroke-width", 1.5 / base._zoom.scale() + "px") + ; + }; + + // Events --- + GeoHash.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); + }; + + return GeoHash; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + var protocol = window.location.protocol === "https:" ? "https:" : "http:"; // Could be "file:" + var __hpcc_gmap_apikey = __hpcc_gmap_apikey || "AIzaSyDwGn2i1i_pMZvnqYJN1BksD_tjYaCOWKg"; + define('map/GMap',["d3", "../common/HTMLWidget", "../layout/AbsoluteSurface", "async!" + protocol + "//maps.google.com/maps/api/js?key=" + __hpcc_gmap_apikey, "css!./GMap"], factory); + } else { + root.map_GMap = factory(root.d3, root.common_HTMLWidget, root.layout_AbsoluteSurface); + } +}(this, function (d3, HTMLWidget, AbsoluteSurface) { + + function Overlay(map, worldSurface, viewportSurface) { + google.maps.OverlayView.call(this); + this._div = null; + + this._worldSurface = worldSurface; + this._viewportSurface = viewportSurface; + + this._map = map; + this.setMap(map); + + var context = this; + google.maps.event.addListener(map, "bounds_changed", function () { + context.draw(); + }); + google.maps.event.addListener(map, "projection_changed", function () { + context.draw(); + }); + + this._prevWorldMin = { x: 0, y: 0 }; + this._prevWorldMax = { x: 0, y: 0 }; + this._prevMin = { x: 0, y: 0 }; + this._prevMax = { x: 0, y: 0 }; + } + Overlay.prototype = google.maps.OverlayView.prototype; + + Overlay.prototype.onAdd = function () { + this.div = document.createElement("div"); + + this._viewportSurface + .target(this.div) + .units("pixels") + ; + + var panes = this.getPanes(); + panes.overlayMouseTarget.appendChild(this.div); + }; + + Overlay.prototype.draw = function () { + var projection = this.getProjection(); + if (!projection) + return; + + var bounds = this._map.getBounds(); + var center = projection.fromLatLngToDivPixel(bounds.getCenter()); + var sw = projection.fromLatLngToDivPixel(bounds.getSouthWest()); + var ne = projection.fromLatLngToDivPixel(bounds.getNorthEast()); + + var min = { + x: sw.x, + y: ne.y + }; + var max = { + x: ne.x, + y: sw.y + }; + + var worldWidth = projection.getWorldWidth(); + while (max.x < min.x + 100) { // Ignoe dateline from being the rect. + max.x += worldWidth; + } + while (min.x > center.x) { + min.x -= worldWidth; + max.x -= worldWidth; + } + + if (min.x !== this._prevMin.x || min.y !== this._prevMin.y || max.x !== this._prevMax.x || max.y !== this._prevMax.y) { + this._viewportSurface + .widgetX(min.x) + .widgetY(min.y) + .widgetWidth(max.x - min.x) + .widgetHeight(max.y - min.y) + ; + // FF Issue on initial render (GH-1855) --- + if (this._viewportSurface._renderCount) { + this._viewportSurface.render(); + this._prevMin = min; + this._prevMax = max; + } else { + this._viewportSurface.lazyRender(); + } + } + + var worldMin = projection.fromLatLngToDivPixel(new google.maps.LatLng(85, -179.9)); + var worldMax = projection.fromLatLngToDivPixel(new google.maps.LatLng(-85, 179.9)); + while (worldMax.x < worldMin.x + 100) { // Ignoe dateline from being the rect. + worldMax.x += worldWidth; + } + while (worldMin.x > center.x) { + worldMin.x -= worldWidth; + worldMax.x -= worldWidth; + } + if (worldMin.x !== this._prevWorldMin.x || worldMin.y !== this._prevWorldMin.y || worldMax.x !== this._prevWorldMax.x || worldMax.y !== this._prevWorldMax.y) { + this._worldSurface + .widgetX(worldMin.x) + .widgetY(worldMin.y) + .widgetWidth(worldMax.x - worldMin.x) + .widgetHeight(worldMax.y - worldMin.y) + .render() + ; + this._prevWorldMin = worldMax; + this._prevWorldMax = worldMax; + } + }; + + Overlay.prototype.onRemove = function () { + this._viewportSurface.target(null); + this._div.parentNode.removeChild(this._div); + this._div = null; + }; + + function GMap() { + HTMLWidget.call(this); + + this._tag = "div"; + + var context = this; + function calcProjection(surface, lat, long) { + var projection = context._overlay.getProjection(); + var retVal = projection.fromLatLngToDivPixel(new google.maps.LatLng(lat, long)); + var worldWidth = projection.getWorldWidth(); + var widgetX = parseFloat(surface.widgetX()); + var widgetY = parseFloat(surface.widgetY()); + var widgetWidth = parseFloat(surface.widgetWidth()); + retVal.x -= widgetX; + retVal.y -= widgetY; + while (retVal.x < 0) { + retVal.x += worldWidth; + } + while (retVal.x > widgetWidth) { + retVal.x -= worldWidth; + } + return retVal; + } + + this._worldSurface = new AbsoluteSurface(); + this._worldSurface.project = function (lat, long) { + return calcProjection(this, lat, long); + }; + + this._viewportSurface = new AbsoluteSurface(); + this._viewportSurface.project = function (lat, long) { + return calcProjection(this, lat, long); + }; + } + GMap.prototype = Object.create(HTMLWidget.prototype); + GMap.prototype.constructor = GMap; + GMap.prototype._class += " map_GMap"; + + GMap.prototype.publish("type", "road", "set", "Map Type", ["terrain", "road", "satellite", "hybrid"], { tags: ["Basic"] }); + GMap.prototype.publish("centerLat", 42.877742, "number", "Center Latitude", null, { tags: ["Basic"] }); + GMap.prototype.publish("centerLong", -97.380979, "number", "Center Longtitude", null, { tags: ["Basic"] }); + GMap.prototype.publish("zoom", 4, "number", "Zoom Level", null, { tags: ["Basic"] }); + + GMap.prototype.publish("panControl", true, "boolean", "Pan Controls", null, { tags: ["Basic"] }); + GMap.prototype.publish("zoomControl", true, "boolean", "Pan Controls", null, { tags: ["Basic"] }); + GMap.prototype.publish("mapTypeControl", false, "boolean", "Pan Controls", null, { tags: ["Basic"] }); + GMap.prototype.publish("scaleControl", true, "boolean", "Pan Controls", null, { tags: ["Basic"] }); + GMap.prototype.publish("streetViewControl", false, "boolean", "Pan Controls", null, { tags: ["Basic"] }); + GMap.prototype.publish("overviewMapControl", false, "boolean", "Pan Controls", null, { tags: ["Basic"] }); + + GMap.prototype.publish("googleMapStyles", {}, "object", "Styling for map colors etc", null, { tags: ["Basic"] }); + + GMap.prototype.data = function (_) { + var retVal = HTMLWidget.prototype.data.apply(this, arguments); + return retVal; + }; + + GMap.prototype.getMapType = function () { + switch (this.type()) { + case "terrain": + return google.maps.MapTypeId.TERRAIN; + case "road": + return google.maps.MapTypeId.ROADMAP; + case "satellite": + return google.maps.MapTypeId.SATELLITE; + case "hybrid": + return google.maps.MapTypeId.HYBRID; + default: + return google.maps.MapTypeId.ROADMAP; + } + }; + + GMap.prototype.getMapOptions = function () { + return { + panControl: this.panControl(), + zoomControl: this.zoomControl(), + mapTypeControl: this.mapTypeControl(), + scaleControl: this.scaleControl(), + streetViewControl: this.streetViewControl(), + overviewMapControl: this.overviewMapControl(), + overviewMapControlOptions: { opened: true }, + styles: this.googleMapStyles() + }; + }; + + GMap.prototype.size = function (_) { + var retVal = HTMLWidget.prototype.size.apply(this, arguments); + if (arguments.length && this._googleMapNode) { + this._googleMapNode.style({ + width: _.width + "px", + height: _.height + "px", + }); + google.maps.event.trigger(this._googleMap, "resize"); + } + return retVal; + }; + + GMap.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + this._googleMapNode = element.append("div") + .style({ + width: this.width() + "px", + height: this.height() + "px" + }) + ; + this._googleMap = new google.maps.Map(this._googleMapNode.node(), { + zoom: this.zoom(), + center: new google.maps.LatLng(this.centerLat(), this.centerLong()), + mapTypeId: this.getMapType(), + disableDefaultUI: true + }); + this._overlay = new Overlay(this._googleMap, this._worldSurface, this._viewportSurface); + + this._circleMap = d3.map([]); + this._pinMap = d3.map([]); + + this._prevCenterLat = this.centerLat(); + this._prevCenterLong = this.centerLong(); + this._prevZoom = this.zoom(); + }; + + GMap.prototype.update = function (domNode, element) { + this._googleMap.setMapTypeId(this.getMapType()); + this._googleMap.setOptions(this.getMapOptions()); + + if (this._prevCenterLat !== this.centerLat() || this._prevCenterLong !== this.centerLong()) { + this._googleMap.setCenter(new google.maps.LatLng(this.centerLat(), this.centerLong())); + + this._prevCenterLat = this.centerLat(); + this._prevCenterLong = this.centerLong(); + } + if (this._prevZoom !== this.zoom()) { + this._googleMap.setZoom(this.zoom()); + + this._prevZoom = this.zoom(); + } + this.updateCircles(); + this.updatePins(); + }; + + GMap.prototype.updateCircles = function () { + function rowID(row) { + return row[0] + "_" + row[1]; + } + + var circle_enter = []; + var circle_update = []; + var circle_exit = d3.map(this._circleMap.keys(), function (d) { return d; }); + this.data().forEach(function (row) { + circle_exit.remove(rowID(row)); + if (row[3] && !this._circleMap.has(rowID(row))) { + circle_enter.push(row); + } else if (row[3] && this._circleMap.has(rowID(row))) { + circle_update.push(row); + } else if (!row[3] && this._circleMap.has(rowID(row))) { + circle_exit.set(rowID(row), true); + } + }, this); + + circle_enter.forEach(function (row) { + var marker = this.createCircle(row[0], row[1], row[3], ""); + this._circleMap.set(rowID(row), marker); + }, this); + + circle_update.forEach(function (row) { + //this._pinMap.get(rowID(row)).setIcon(this.createIcon(row[3])); + }, this); + + var context = this; + circle_exit.forEach(function (row) { + context._circleMap.get(row).setMap(null); + context._circleMap.remove(row); + }); + }; + + GMap.prototype.updatePins = function () { + function rowID(row) { + return row[0] + "_" + row[1]; + } + + var pin_enter = []; + var pin_update = []; + var pin_exit = d3.map(this._pinMap.keys(), function (d) { return d; }); + this.data().forEach(function (row) { + pin_exit.remove(rowID(row)); + if (row[2] && !this._pinMap.has(rowID(row))) { + pin_enter.push(row); + } else if (row[2] && this._pinMap.has(rowID(row))) { + pin_update.push(row); + } else if (!row[2] && this._pinMap.has(rowID(row))) { + pin_exit.set(rowID(row), true); + } + }, this); + + pin_enter.forEach(function (row) { + var marker = this.createMarker(row[0], row[1], row[2], ""); + this._pinMap.set(rowID(row), marker); + }, this); + + pin_update.forEach(function (row) { + this._pinMap.get(rowID(row)).setIcon(this.createIcon(row[2])); + }, this); + + var context = this; + pin_exit.forEach(function (row) { + context._pinMap.get(row).setMap(null); + context._pinMap.remove(row); + }); + }; + + GMap.prototype.createIcon = function (pinObj) { + return { + path: "M 0,0 C -2,-20 -10,-22 -10,-30 A 10,10 0 1,1 10,-30 C 10,-22 2,-20 0,0 z M -2,-30", // a 2,2 0 1,1 4,0 2,2 0 1,1", + fillColor: pinObj.fillColor, + fillOpacity: pinObj.fillOpacity || 0.8, + scale: 0.5, + strokeColor: pinObj.strokeColor || "black", + strokeWeight: 0.25 + }; + }; + + GMap.prototype.createMarker = function (lat, lng, pinObj) { + return new google.maps.Marker({ + position: new google.maps.LatLng(lat, lng), + animation: google.maps.Animation.DROP, + title: pinObj.title || "", + icon: this.createIcon(pinObj), + map: this._googleMap, + }); + }; + + GMap.prototype.createCircle = function (lat, lng, circleObj) { + return new google.maps.Circle({ + center: new google.maps.LatLng(lat, lng), + radius: 16093 * circleObj.radius / 10, // 16093 === 10 miles in metres + fillColor: circleObj.fillColor || "red", + strokeColor: circleObj.strokeColor || circleObj.fillColor || "black", + strokeWeight: 0.5, + map: this._googleMap + }); + }; + + GMap.prototype.zoomTo = function (selection) { + var foundCount = 0; + var latlngbounds = new google.maps.LatLngBounds(); + selection.forEach(function (item) { + var gLatLong = new google.maps.LatLng(item[0], item[1]); + latlngbounds.extend(gLatLong); + ++foundCount; + }); + if (foundCount) { + this._googleMap.setCenter(latlngbounds.getCenter()); + this._googleMap.fitBounds(latlngbounds); + if (this._googleMap.getZoom() > 12) { + this._googleMap.setZoom(12); + } + } + return this; + }; + + GMap.prototype.zoomToFit = function () { + return this.zoomTo(this.data()); + }; + + return GMap; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/GMapGraph.js',["./GMap", "../graph/Graph", "../graph/Edge", "../common/Shape"], factory); + } else { + root.map_GMapGraph = factory(root.map_GMap, root.graph_Graph, root.graph_Edge, root.common_Shape); + } +}(this, function (GMap, Graph, Edge, Shape) { + function GMapGraph() { + GMap.call(this); + } + GMapGraph.prototype = Object.create(GMap.prototype); + GMapGraph.prototype.constructor = GMapGraph; + GMapGraph.prototype._class += " map_GMapGraph"; + + GMapGraph.prototype.enter = function () { + GMap.prototype.enter.apply(this, arguments); + var graph = new Graph() + .layout("None") + ; + + var origRender = graph.render; + var context = this; + graph.render = function () { + var vertices = []; + var edges = []; + var prevAddr = null; + context.data().forEach(function (row) { + var pos2 = context._viewportSurface.project(row[0], row[1]); + var newAddr = new Shape() + .shape("circle") + .radius(3) + .data(row) + .pos(pos2) + ; + vertices.push(newAddr); + if (prevAddr) { + edges.push(new Edge() + .sourceVertex(prevAddr) + .targetVertex(newAddr) + .targetMarker("arrowHead") + ); + } + prevAddr = newAddr; + }); + this.data({ vertices: vertices, edges: edges }); + origRender.apply(this, arguments); + this.graphData.nodeValues().forEach(function (vertex) { + var pos = context._viewportSurface.project(vertex.data()[0], vertex.data()[1]); + pos.x -= context.width() / 2; + pos.y -= context.height() / 2; + vertex.move(pos); + }); + this.graphData.edgeValues().forEach(function (edge) { + edge.points([]); + }); + }; + + this._viewportSurface.widget(graph); + }; + + return GMapGraph; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/GMapHeat.js',["./GMap", "../other/HeatMap"], factory); + } else { + root.map_GMapHeat = factory(root.map_GMap, root.other_HeatMap); + } +}(this, function (GMap, HeatMap) { + function GMapHeat() { + GMap.call(this); + } + GMapHeat.prototype = Object.create(GMap.prototype); + GMapHeat.prototype.constructor = GMapHeat; + GMapHeat.prototype._class += " map_GMapHeat"; + + GMapHeat.prototype.enter = function () { + GMap.prototype.enter.apply(this, arguments); + var heat = new HeatMap(); + + var origRender = heat.render; + var context = this; + heat.render = function () { + this.data(context.data().map(function (row) { + var pos = context._viewportSurface.project(row[0], row[1]); + return [pos.x, pos.y, row[4]]; + })); + origRender.apply(this, arguments); + }; + + this._viewportSurface.widget(heat); + }; + + return GMapHeat; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/GMapLayered',["d3", "./GMap", "../common/SVGWidget"], factory); + } else { + root.map_GMapLayered = factory(root.d3, root.map_GMap, root.common_SVGWidget); + } +}(this, function (d3, GMap, SVGWidget) { + var zoomFactor = 1 / (1 << 4); + var projectionFactor = 1 << 12; + function Layered() { + SVGWidget.call(this); + this._drawStartPos = "origin"; + } + Layered.prototype = Object.create(SVGWidget.prototype); + Layered.prototype.constructor = Layered; + Layered.prototype._class += " map_Layered"; + + Layered.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + this._zoom = d3.behavior.zoom() + .translate([0, 0]) + .scale(1) + ; + this._d3GeoProjection = d3.geo.mercator() + .scale(projectionFactor / 2 / Math.PI) + .translate([0, 0]) + ; + this._d3GeoPath = d3.geo.path() + .projection(this._d3GeoProjection) + ; + }; + + Layered.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + this._hasZoomed = true; + if (!this._hasRendered) { + this.fullRender(); + } else { + this.zoomed(); + } + }; + + Layered.prototype.fullRender = function () { + if (!this._hasZoomed) return; + this._hasRendered = true; + + this.size(this.gmap.size()); + var layers = this._element.selectAll(".layerContainer").data(this.gmap.layers(), function (d) { return d.id(); }); + var context = this; + layers.enter().append("g") + .attr("class", "layerContainer") + .each(function (d) { + var svgElement = d3.select(this); + var domElement = context._parentOverlay.append("div"); + d.layerEnter(context, svgElement, domElement); + }) + ; + layers + .each(function (d) { + d.layerUpdate(context); + }) + ; + layers.exit() + .each(function (d) { + d.layerExit(context); + }) + .remove() + ; + this.zoomed(); + }; + + Layered.prototype.zoomed = function () { + var projection = this.gmap._overlay.getProjection(); + if (projection) { + var center = new google.maps.LatLng(0, 0); + var pos = projection.fromLatLngToDivPixel(center); + var widgetX = parseFloat(this.surface.widgetX()); + var widgetY = parseFloat(this.surface.widgetY()); + var translate = [(pos.x - widgetX), (pos.y - widgetY)]; + + var zoom = this.gmap._googleMap.getZoom(); + this._zoom + .scale(zoomFactor * (1 << zoom)) + .translate(translate) + ; + + var layers = this._element.selectAll(".layerContainer"); + var context = this; + layers + .each(function (d) { + d.layerZoomed(context); + }) + ; + } + }; + + Layered.prototype.projection = function () { + return "mercator"; + }; + + Layered.prototype.project = function (lat, long) { + var retVal = this.surface.project(lat, long); + return [retVal.x, retVal.y]; + }; + + function GMapLayered() { + GMap.call(this); + + this._layers = []; + } + GMapLayered.prototype = Object.create(GMap.prototype); + GMapLayered.prototype.constructor = GMapLayered; + GMapLayered.prototype._class += " map_GMapLayered"; + + GMapLayered.prototype.updateCircles = function () { }; + GMapLayered.prototype.updatePins = function () { }; + + GMapLayered.prototype.layers = function (_) { + if (!arguments.length) return this._layers; + this._layers = _; + return this; + }; + + GMapLayered.prototype.enter = function () { + GMap.prototype.enter.apply(this, arguments); + + this.layered = new Layered(); + this.layered.gmap = this; + this.layered.surface = this._viewportSurface; + + this.layered.surface.widget(this.layered).render(); + }; + + GMapLayered.prototype.render = function (callback) { + var retVal = GMap.prototype.render.apply(this, arguments); + this.layered.fullRender(); + return retVal; + }; + + return GMapLayered; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/Pins.js',["d3", "./Layer", "./Utility", "../common/Palette", "../common/Utility", "css!./Pins"], factory); + } else { + root.map_Pins = factory(root.d3, root.map_Layer, root.map_Utility, root.common_Palette, root.common_Utility); + } +}(this, function (d3, Layer, MapUtility, Palette, Utility) { + function Pins() { + Layer.call(this); + Utility.SimpleSelectionMixin.call(this); + this._geohash = new MapUtility.Geohash(); + } + Pins.prototype = Object.create(Layer.prototype); + Pins.prototype.constructor = Pins; + Pins.prototype._class += " map_Pins"; + Pins.prototype.mixin(Utility.SimpleSelectionMixin); + + Pins.prototype.publish("geohashColumn", null, "set", "Geohash column", function () { return this.columns(); }, { optional: true }); + Pins.prototype.publish("tooltipColumn", null, "set", "Tooltip column", function () { return this.columns(); }, { optional: true }); + Pins.prototype.publish("opacity", 1.0, "number", "Opacity", null, { tags: ["Advanced"] }); + Pins.prototype.publish("fillColor", "#00FFDD", "html-color", "Pin Color", null, { optional: true }); + + Pins.prototype.publish("strokeWidth", 0.5, "number", "Pin Border Thickness (pixels)", null, { tags: ["Basic"] }); + Pins.prototype.publish("strokeColor", "#000000", "html-color", "Pin Border Color", null, { optional: true }); + + Pins.prototype.publish("fontSize", 18, "number", "Font Size",null,{tags:["Basic","Shared"]}); + Pins.prototype.publish("fontFamily", "Verdana", "string", "Font Name",null,{tags:["Basic","Shared","Shared"]}); + Pins.prototype.publish("fontColor", "#000000", "html-color", "Font Color",null,{tags:["Basic","Shared"]}); + + Pins.prototype.publish("pinType", "pin", "set", "Pin Type", ["pin","circle","rectangle","rectangle-pin"], { tags: ["Basic"] }); + Pins.prototype.publish("arrowWidth", 8, "number", "Pin arrow width (pixels)", null, { tags: ["Basic"], disable: function(w) { return ["pin","rectangle-pin"].indexOf(w.pinType()) === -1; } }); + Pins.prototype.publish("arrowHeight", 12, "number", "Pin arrow height (pixels)", null, { tags: ["Basic"], disable: function(w) { return ["pin","rectangle-pin"].indexOf(w.pinType()) === -1; } }); + + Pins.prototype.publish("pinWidth", 20, "number", "Width of pin (pixels)", null, { tags: ["Basic"], disable: function(w) { return ["rectangle","rectangle-pin"].indexOf(w.pinType()) === -1; } }); + Pins.prototype.publish("pinHeight", 20, "number", "Height of pin (pixels) (not including arrow)", null, { tags: ["Basic"], disable: function(w) { return ["rectangle","rectangle-pin"].indexOf(w.pinType()) === -1; } }); + Pins.prototype.publish("cornerRadius", 10, "number", "Radius of rectangular pin corners (pixels)", null, { tags: ["Basic"], disable: function(w) { return ["rectangle","rectangle-pin"].indexOf(w.pinType()) === -1; } }); + + Pins.prototype.publish("pinRadius", 12, "number", "Radius of circle (pixels)", null, { tags: ["Basic"], disable: function(w) { return w.pinType() !== "circle"; } }); + + Pins.prototype.publish("textBaseline", "central", "set", "Pin text vertical alignment", ["auto","use-script","no-change","reset-size","ideographic","alphabetic","hanging","mathematical","central","middle","text-after-edge","text-before-edge","inherit"], { tags: ["Basic"] }); + + Pins.prototype.pinsData = function () { + var geohashField = this._db.fieldByLabel(this.geohashColumn()); + var tooltipField = this._db.fieldByLabel(this.tooltipColumn()); + return this.data().map(function (row) { + var retVal = [row[0], row[1], row[2] instanceof Object ? row[2] : {}]; + retVal[2].origRow = row; + if (geohashField) { + try { + var pos = this._geohash.bounds(row[geohashField.idx]); + retVal[0] = (pos.ne.lat + pos.sw.lat) / 2; + retVal[1] = (pos.ne.lon + pos.sw.lon) / 2; + } catch (e) { + } + } + if (tooltipField) { + retVal[2].tooltip = row[tooltipField.idx]; + } + return retVal; + }, this); + }; + + Pins.prototype.layerEnter = function (base, svgElement, domElement) { + Layer.prototype.layerEnter.apply(this, arguments); + + this._pinsTransform = svgElement; + this._selection.widgetElement(this._pinsTransform); + this.pinsPaths = d3.select(null); + }; + + Pins.prototype.layerUpdate = function (base) { + Layer.prototype.layerUpdate.apply(this, arguments); + + this._pinsTransform + .style("opacity", this.opacity()) + ; + + this.pinsPaths = this._pinsTransform.selectAll(".pin").data(this.visible() ? this.pinsData() : [], function (d) { return d[0]; }); + var context = this; + var gPinEnter = this.pinsPaths.enter().append("g").attr("class","pin"); + gPinEnter + .on("click", function (d) { + context.click(context.rowToObj(d[2].origRow), "geohash", context._selection.selected(this)); + }) + .on('mouseover', function (d) { + if (!this.isIE) { + this.parentNode.appendChild(this); + } + }); + gPinEnter + .append("path") + .attr("class", "data") + .call(this._selection.enter.bind(this._selection)) + .append("title") + ; + gPinEnter + .append("text") + .attr("text-anchor","middle") + ; + this.pinsPaths.selectAll("text") + .style("stroke", this.fontColor()) + .style("fill", this.fontColor()) + .style("font-size", this.fontSize()) + .style("font-family", this.fontFamily()) + .style("dominant-baseline",this.textBaseline()) + .attr("dx",0) + .attr("dy",this.pinTextDY()) + .text(function(d){ + return d[2] && d[2].text ? d[2].text : ""; + }); + var svgPath = this.svgPinPath(); + this.pinsPaths.selectAll("path.data") + .attr("d", svgPath) + .attr("stroke-width", this.strokeWidth() + "px") + .style("display", function (d) { + var pos = base.project(d[0], d[1]); + if (!pos) { + return "none"; + } + return null; + }) + .style("stroke", function (d) { + return d[2] && d[2].strokeColor ? d[2].strokeColor : context.strokeColor(); + }) + .style("fill", function (d) { + return d[2] && d[2].fillColor ? d[2].fillColor : context.fillColor(); + }) + ; + this.pinsPaths.select("title") + .text(function (d) { + return d[2] && d[2].tooltip ? d[2].tooltip : ""; + }) + ; + this.pinsPaths.exit().remove(); + }; + + Pins.prototype.layerZoomed = function (base) { + Layer.prototype.layerZoomed.apply(this, arguments); + this.pinsPaths + .attr("transform", function (d) { + var pos = base.project(d[0], d[1]); + if (!pos) { + pos = [0, 0]; + } + return "translate(" + pos[0] + ", " + pos[1] + ")scale(" + 1 + ")"; + }) + ; + }; + + Pins.prototype.pinTextDY = function(){ + switch(this.pinType()){ + case "pin": + case "rectangle-pin": + return -this.arrowHeight(); + case "circle": + case "rectangle": + return 0; + } + }; + Pins.prototype.svgPinPath = function(){ + switch(this.pinType()){ + case "pin": + return this.circlePinPath(); + case "circle": + return this.circlePath(); + case "rectangle": + return this.rectanglePath(); + case "rectangle-pin": + return this.rectanglePinPath(); + } + }; + + Pins.prototype.rectanglePinPath = function() { + var width = this.pinWidth(); + var height = this.pinHeight(); + var radius = this.cornerRadius(); + var arrow_h = this.arrowHeight(); + var arrow_w = this.arrowWidth(); + var x = 0 - width/2; + var y = 0 - height + radius; + var arrow_b = (width - radius*2 - arrow_w)/2; + return "M" + x + "," + y + + "a" + -radius + "," + -radius + " 0 0 1 " + radius + "," + -radius + + "h" + (width + -radius*2) + + "a" + radius + "," + radius + " 0 0 1 " + radius + "," + radius + + "v" + (height + -radius*2) + + "a" + radius + "," + radius + " 0 0 1 " + -radius + "," + radius + + "h" + -arrow_b + + "l" + -arrow_w/2 + "," + arrow_h + + "l" + -arrow_w/2 + "," + -arrow_h + + "h" + -arrow_b + + "a" + -radius + "," + -radius + " 0 0 1 " + -radius + "," + -radius + + "z"; + }; + Pins.prototype.rectanglePath = function() { + var width = this.pinWidth(); + var height = this.pinHeight(); + var radius = this.cornerRadius(); + var x = -width/2; + var y = -height/2; + y += radius; + return "M" + x + "," + y + + "a" + -radius + "," + -radius + " 0 0 1 " + radius + "," + -radius + + "h" + (width + -radius*2) + + "a" + radius + "," + radius + " 0 0 1 " + radius + "," + radius + + "v" + (height + -radius*2) + + "a" + radius + "," + radius + " 0 0 1 " + -radius + "," + radius + + "h" + (-width + radius*2) + + "a" + -radius + "," + -radius + " 0 0 1 " + -radius + "," + -radius + + "z"; + }; + Pins.prototype.circlePinPath = function() { + var arrow_h = this.arrowHeight(); + var arrow_w = this.arrowWidth(); + var x = 0 - arrow_w/2; + var y = 0 - arrow_h; + var bezier_x = arrow_w/2; + var bezier_y = arrow_h; + var c_dx1 = -bezier_x; + var c_dy1 = -bezier_y; + var c_dx2 = arrow_w + bezier_x; + var c_dy2 = c_dy1; + var c_dx = arrow_w; + var c_dy = 0; + return "M" + x + "," + y + + "c" + c_dx1 + " " + c_dy1 + ", " + c_dx2 + " " + c_dy2 + ", " + c_dx + " " + c_dy + + "l" + -arrow_w/2 + "," + arrow_h + + "l" + -arrow_w/2 + "," + -arrow_h + + "z"; + }; + Pins.prototype.circlePath = function() { + var radius = this.pinRadius(); + var x = radius/2; + var y = 0; + var a_dx = radius/2; + var a_dy = radius/2; + return "M" + x + "," + y + + "a " + a_dx + " " + a_dy + " 0 1 0 0 0.01 0" + + "z"; + }; + + // Events --- + Pins.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); + }; + + return Pins; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/GMapPin.js',["d3", "./GMapLayered", "./Pins"], factory); + } else { + root.map_GMapPin = factory(root.d3, root.map_GMapLayered, root.map_Pins); + } +}(this, function (d3, GMapLayered, Pins) { + function GMapPin(target) { + GMapLayered.call(this); + + var context = this; + this._pins = new Pins() + .columns(["lat", "long", "ext"]) + .on("click", function (row, col, sel) { + context.click(context.rowToObj(row.ext.origRow), "", sel); + }) + ; + } + GMapPin.prototype = Object.create(GMapLayered.prototype); + GMapPin.prototype.constructor = GMapPin; + GMapPin.prototype._class += " map_GMapPin"; + + GMapPin.prototype.publishProxy("pinColor", "_pins", "fillColor"); + GMapPin.prototype.publishProxy("pinType", "_pins", "pinType"); + GMapPin.prototype.publishProxy("pinWidth", "_pins", "pinWidth"); + GMapPin.prototype.publishProxy("pinHeight", "_pins", "pinHeight"); + GMapPin.prototype.publishProxy("cornerRadius", "_pins", "cornerRadius"); + GMapPin.prototype.publishProxy("pinRadius", "_pins", "pinRadius"); + GMapPin.prototype.publishProxy("arrowWidth", "_pins", "arrowWidth"); + GMapPin.prototype.publishProxy("arrowHeight", "_pins", "arrowHeight"); + GMapPin.prototype.publishProxy("textBaseline", "_pins", "textBaseline"); + GMapPin.prototype.publishProxy("strokeWidth", "_pins", "strokeWidth"); + + GMapPin.prototype.publish("latitudeColumn", null, "set", "Latitude", function () { return this.columns(); }, { optional: true }); + GMapPin.prototype.publish("longtitudeColumn", null, "set", "Longtitude", function () { return this.columns(); }, { optional: true }); + GMapPin.prototype.publish("colorColumn", null, "set", "Color", function () { return this.columns(); }, { optional: true }); + GMapPin.prototype.publish("tooltipColumn", null, "set", "Tooltip", function () { return this.columns(); }, { optional: true }); + + GMapPin.prototype.pinsData = function () { + var columns = this.columns(); + this._view = this._db.rollupView([this.latitudeColumn(), this.longtitudeColumn()]); + return this._view.entries().map(function (row) { + var firstRow = row.values[0].values[0]; + return [row.key, row.values[0].key, { + fillColor: firstRow[columns.indexOf(this.colorColumn())], + tooltip: firstRow[columns.indexOf(this.tooltipColumn())], + origRow: firstRow + }]; + }, this); + }; + + GMapPin.prototype.enter = function (domNode, element) { + GMapLayered.prototype.enter.apply(this, arguments); + this + .layers([ + this._pins + ]) + ; + }; + + GMapPin.prototype.update = function (domNode, element) { + GMapLayered.prototype.update.apply(this, arguments); + this._pins.data(this.pinsData()); + }; + + GMapPin.prototype.exit = function (domNode, element) { + GMapLayered.prototype.exit.apply(this, arguments); + }; + + GMapPin.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + "," + selected); + }; + + return GMapPin; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/Lines.js',["d3", "./Layer", "css!./Lines"], factory); + } else { + root.map_Graph = factory(root.d3, root.map_Layer); + } +}(this, function (d3, Layer) { + function Lines() { + Layer.call(this); + } + Lines.prototype = Object.create(Layer.prototype); + Lines.prototype.constructor = Lines; + Lines.prototype._class += " map_Lines"; + + Lines.prototype.publish("opacity", 1.0, "number", "Opacity", null, { tags: ["Advanced"] }); + + Lines.prototype.data = function (_) { + var retVal = Layer.prototype.data.apply(this, arguments); + if (arguments.length) { + this.dataEdges = []; + _.forEach(function (row) { + this.dataEdges.push({ + type: "LineString", + coordinates: [[row[1], row[0]], [row[3], row[2]]] + }); + }, this); + } + return retVal; + }; + + Lines.prototype.layerEnter = function (base, svgElement, domElement) { + Layer.prototype.layerEnter.apply(this, arguments); + + svgElement.append("defs").append("marker") + .attr("class", "marker") + .attr("id", this._id + "_arrowHead") + .attr("viewBox", "0 0 10 10") + .attr("refX", 10) + .attr("refY", 5) + .attr("markerWidth", 16) + .attr("markerHeight", 16) + .attr("markerUnits", "strokeWidth") + .attr("orient", "auto") + .append("polyline") + .attr("points", "0,0 10,5 0,10 1,5") + ; + this._edgesTransform = svgElement.append("g"); + this.edgesPaths = d3.select(null); + }; + + Lines.prototype.layerUpdate = function (base) { + Layer.prototype.layerUpdate.apply(this, arguments); + + this._edgesTransform + .style("opacity", this.opacity()) + ; + + this.edgesPaths = this._edgesTransform.selectAll(".dataEdge").data(this.visible() ? this.dataEdges : []); + this.edgesPaths.enter().append("path") + .attr("class", "dataEdge") + .attr("marker-end", "url(#" + this._id + "_arrowHead)") + ; + this.edgesPaths + .attr("d", base._d3GeoPath) + ; + this.edgesPaths.exit().remove(); + }; + + Lines.prototype.layerZoomed = function (base) { + Layer.prototype.layerZoomed.apply(this, arguments); + this._edgesTransform + .attr("transform", "translate(" + base._zoom.translate() + ")scale(" + base._zoom.scale() + ")") + .style("stroke-width", 0.5 / base._zoom.scale() + "px") + ; + }; + + return Lines; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/GMapPinLine.js',["d3", "./GMapLayered", "./Lines", "./Pins"], factory); + } else { + root.map_GMapPinLine = factory(root.d3, root.map_GMapLayered, root.map_Lines, root.map_Pins); + } +}(this, function (d3, GMapLayered, Lines, Pins) { + function GMapPinLine(target) { + GMapLayered.call(this); + + var context = this; + this._lines = new Lines(); + this._pins = new Pins() + .columns(["lat", "long", "ext"]) + .on("click", function (row, col, sel) { + context.click(context.rowToObj(row.ext.origRow), "", sel); + }) + ; + } + GMapPinLine.prototype = Object.create(GMapLayered.prototype); + GMapPinLine.prototype.constructor = GMapPinLine; + GMapPinLine.prototype._class += " map_GMapPinLine"; + + GMapPinLine.prototype.publish("fromPinColor", "green", "color", "From Pin Color"); + GMapPinLine.prototype.publish("fromLatitudeColumn", null, "set", "From Latitude", function () { return this.columns(); }, { optional: true }); + GMapPinLine.prototype.publish("fromLongtitudeColumn", null, "set", "From Longtitude", function () { return this.columns(); }, { optional: true }); + GMapPinLine.prototype.publish("fromColorColumn", null, "set", "From Color", function () { return this.columns(); }, { optional: true }); + GMapPinLine.prototype.publish("fromTooltipColumn", null, "set", "From Tooltip", function () { return this.columns(); }, { optional: true }); + + GMapPinLine.prototype.publish("toPinColor", "red", "color", "To Pin Color"); + GMapPinLine.prototype.publish("toLatitudeColumn", null, "set", "To Latitude", function () { return this.columns(); }, { optional: true }); + GMapPinLine.prototype.publish("toLongtitudeColumn", null, "set", "To Longtitude", function () { return this.columns(); }, { optional: true }); + GMapPinLine.prototype.publish("toColorColumn", null, "set", "To Color", function () { return this.columns(); }, { optional: true }); + GMapPinLine.prototype.publish("toTooltipColumn", null, "set", "To Tooltip", function () { return this.columns(); }, { optional: true }); + + GMapPinLine.prototype.pinsData = function () { + var columns = this.columns(); + this._fromView = this._db.rollupView([this.fromLatitudeColumn(), this.fromLongtitudeColumn()]); + this._toView = this._db.rollupView([this.toLatitudeColumn(), this.toLongtitudeColumn()]); + var fromRetVal = this._fromView.entries().map(function (row) { + var firstRow = row.values[0].values[0]; + return [row.key, row.values[0].key, { + fillColor: firstRow[columns.indexOf(this.fromColorColumn())] || this.fromPinColor(), + tooltip: firstRow[columns.indexOf(this.fromTooltipColumn())], + origRow: firstRow + }]; + }, this); + var toRetVal = this._toView.entries().map(function (row) { + var firstRow = row.values[0].values[0]; + return [row.key, row.values[0].key, { + fillColor: firstRow[columns.indexOf(this.toColorColumn())] || this.toPinColor(), + tooltip: firstRow[columns.indexOf(this.toTooltipColumn())], + origRow: firstRow + }]; + }, this); + return fromRetVal.concat(toRetVal); + }; + + GMapPinLine.prototype.linesData = function () { + this._linesView = this._db.rollupView([this.fromLatitudeColumn(), this.fromLongtitudeColumn(), this.toLatitudeColumn(), this.toLongtitudeColumn()]); + return this._linesView.data(); + }; + + GMapPinLine.prototype.enter = function (domNode, element) { + GMapLayered.prototype.enter.apply(this, arguments); + this + .layers([ + this._lines, + this._pins + ]) + ; + }; + + GMapPinLine.prototype.update = function (domNode, element) { + GMapLayered.prototype.update.apply(this, arguments); + this._pins.data(this.pinsData()); + this._lines.data(this.linesData()); + }; + + GMapPinLine.prototype.exit = function (domNode, element) { + GMapLayered.prototype.exit.apply(this, arguments); + }; + + GMapPinLine.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + "," + selected); + }; + + return GMapPinLine; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/Graph.js',["d3", "topojson", "./Pins", "../graph/Graph", "../graph/Edge", "../common/Shape", "css!./Graph"], factory); + } else { + root.map_Graph = factory(root.d3, root.topojson, root.map_Pins, root.graph_Graph, root.graph_Edge, root.common_Shape); + } +}(this, function (d3, topojson, Pins, GraphGraph, Edge, Shape) { + function Graph() { + Pins.call(this); + } + Graph.prototype = Object.create(Pins.prototype); + Graph.prototype.constructor = Graph; + Graph.prototype._class += " map_Graph"; + + Graph.prototype.data = function (_) { + var retVal = Pins.prototype.data.apply(this, arguments); + if (arguments.length) { + this.dataEdges = []; + var prevPin = null; + _.forEach(function (row) { + if (prevPin) { + this.dataEdges.push({ + type: "LineString", + coordinates: [[prevPin[1], prevPin[0]],[row[1], row[0]]] + }); + } + prevPin = row; + }, this); + } + return retVal; + }; + + Graph.prototype.layerEnter = function (base, svgElement, domElement) { + Pins.prototype.layerEnter.apply(this, arguments); + + svgElement.append("defs").append("marker") + .attr("class", "marker") + .attr("id", this._id + "_arrowHead") + .attr("viewBox", "0 0 10 10") + .attr("refX", 10) + .attr("refY", 5) + .attr("markerWidth", 16) + .attr("markerHeight", 16) + .attr("markerUnits", "strokeWidth") + .attr("orient", "auto") + .append("polyline") + .attr("points", "0,0 10,5 0,10 1,5") + ; + this._edgesTransform = svgElement.append("g"); + this.edgesPaths = d3.select(null); + }; + + Graph.prototype.layerUpdate = function (base) { + Pins.prototype.layerUpdate.apply(this, arguments); + + this._edgesTransform + .style("opacity", this.opacity()) + ; + + this.edgesPaths = this._edgesTransform.selectAll(".dataEdge").data(this.visible() ? this.dataEdges : []); + this.edgesPaths.enter().append("path") + .attr("class", "dataEdge") + .attr("marker-end", "url(#" + this._id + "_arrowHead)") + ; + this.edgesPaths + .attr("d", base._d3GeoPath) + ; + this.edgesPaths.exit().remove(); + }; + + Graph.prototype.layerZoomed = function (base) { + Pins.prototype.layerZoomed.apply(this, arguments); + this._edgesTransform + .attr("transform", "translate(" + base._zoom.translate() + ")scale(" + base._zoom.scale() + ")") + .style("stroke-width", 0.5 / base._zoom.scale() + "px") + ; + }; + + return Graph; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/Graticule.js',["d3", "topojson", "./Layer", "../common/Palette", "css!./Graticule"], factory); + } else { + root.map_Graticule = factory(root.d3, root.topojson, root.map_Layer, root.common_Palette); + } +}(this, function (d3, topojson, Layer, Palette) { + function Graticule() { + Layer.call(this); + + this._dataMap = {}; + this._path = d3.select(null); + } + Graticule.prototype = Object.create(Layer.prototype); + Graticule.prototype.constructor = Graticule; + Graticule.prototype._class += " map_Graticule"; + + Graticule.prototype.publish("opacity", 1.0, "number", "Opacity", null, { tags: ["Advanced"] }); + + Graticule.prototype.publish("meshColor", null, "html-color", "Stroke Color", null, { optional: true }); + Graticule.prototype.publish("meshStrokeWidth", 0.25, "number", "Stroke Width"); + + Graticule.prototype.layerEnter = function (base, svgElement, domElement) { + Layer.prototype.layerEnter.apply(this, arguments); + + this._graticule = d3.geo.graticule(); + this._graticulePath = svgElement.append("path") + .datum(this._graticule) + .attr("class", "graticule") + ; + this._graticuleOutlinePath = svgElement.append("path") + .datum(this._graticule.outline) + .attr("class", "graticuleOutline") + ; + }; + + Graticule.prototype.layerUpdate = function (base) { + if (!this.visible()) { + this._graticulePath.attr("d", ""); + this._graticuleOutlinePath.attr("d", ""); + delete this._prevProjection; + return; + } + + if (this._prevProjection !== base.projection()) { + this._graticulePath + .attr("d", base._d3GeoPath) + ; + this._graticuleOutlinePath + .attr("d", base._d3GeoPath) + ; + this._prevProjection = base.projection(); + } + this._graticulePath + .style("stroke", this.meshColor()) + ; + this._graticuleOutlinePath + .style("stroke", this.meshColor()) + ; + }; + + Graticule.prototype.layerExit = function (base) { + delete this._prevProjection; + }; + + Graticule.prototype.layerZoomed = function (base) { + this._graticulePath + .style("opacity", this.opacity()) + .attr("transform", "translate(" + base._zoom.translate() + ")scale(" + base._zoom.scale() + ")") + .style("stroke-width", this.meshStrokeWidth() / base._zoom.scale() + "px") + ; + this._graticuleOutlinePath + .style("opacity", this.opacity()) + .attr("transform", "translate(" + base._zoom.translate() + ")scale(" + base._zoom.scale() + ")") + .style("stroke-width", this.meshStrokeWidth() / base._zoom.scale() + "px") + ; + }; + + return Graticule; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/Heat.js',["d3", "topojson", "./Layer", "../other/HeatMap", "../common/Palette", "css!./Heat"], factory); + } else { + root.map_Heat = factory(root.d3, root.topojson, root.map_Layer, root.other_HeatMap, root.common_Palette); + } +}(this, function (d3, topojson, Layer, HeatMap, Palette) { + function Heat() { + Layer.call(this); + } + Heat.prototype = Object.create(Layer.prototype); + Heat.prototype.constructor = Heat; + Heat.prototype._class += " map_Heat"; + + Heat.prototype.publish("opacity", 1.0, "number", "Opacity", null, { tags: ["Advanced"] }); + + Heat.prototype.publish("meshColor", null, "html-color", "Stroke Color", null, { optional: true }); + Heat.prototype.publish("meshStrokeWidth", 0.25, "number", "Stroke Width"); + + Heat.prototype.layerEnter = function (base, svgElement, domElement) { + Layer.prototype.layerEnter.apply(this, arguments); + this._parentOverlay.style("pointer-events", "none"); + this._heatTransform = domElement + .style("pointer-events", "none") + .append("div") + .attr("class", this.classID()) + .style("width", base.width() + "px") + .style("height", base.height() + "px") + ; + this.heat = new HeatMap() + .target(this._heatTransform.node()) + ; + }; + + Heat.prototype.layerUpdate = function (base) { + Layer.prototype.layerUpdate.apply(this, arguments); + + this._heatTransform + .style("opacity", this.opacity()) + .style("width", base.width() + "px") + .style("height", base.height() + "px") + ; + this.heat.resize(base.size()); + + this.heat + .columns(this.columns()) + .data(this.data().map(function (row) { + var pos = base.project(row[0], row[1]); + return [pos[0], pos[1], row[4]]; + })) + .render() + ; + }; + + Heat.prototype.layerExit = function (base) { + delete this._prevProjection; + this.heat.target(null); + delete this.heat; + }; + + Heat.prototype.layerZoomed = function (base) { + Layer.prototype.layerZoomed.apply(this, arguments); + this.heat + .columns(this.columns()) + .data(this.visible() ? this.data().map(function (row) { + var pos = base.project(row[0], row[1]); + return [pos[0], pos[1], row[4]]; + }) : []) + .render() + ; + }; + + return Heat; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/IChoropleth.js',["../common/Palette"], factory); + } else { + root.map_IChoropleth = factory(root.common_Palette, root.usStates, root.usCounties); + } +}(this, function (Palette, usStates, usCounties) { + function IChoropleth() { + } + IChoropleth.prototype._palette = Palette.rainbow("default"); + + // Events --- + IChoropleth.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); + }; + + + return IChoropleth; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/OpenStreet.js',["d3", "topojson", "./Layer", "./Utility", "css!./OpenStreet"], factory); + } else { + root.map_OpenStreet = factory(root.d3, root.topojson, root.map_Layer, root.map_Utility); + } +}(this, function (d3, topojson, Layer, Utility) { + function OpenStreet() { + Layer.call(this); + } + OpenStreet.prototype = Object.create(Layer.prototype); + OpenStreet.prototype.constructor = OpenStreet; + OpenStreet.prototype._class += " map_OpenStreet"; + + OpenStreet.prototype._copyrightText = "© OpenStreetMap contributors"; + + OpenStreet.prototype.publish("tileProvider", "OpenStreetMap", "set", "Tile Provider", ["OpenStreetMap", "OpenStreetMap Hot", "MapQuest", "MapQuest Sat", "Stamen Watercolor", "OpenCycleMap"], { tags: ["Basic", "Shared"] }); + + OpenStreet.prototype.layerEnter = function (base, svgElement, domElement) { + Layer.prototype.layerEnter.apply(this, arguments); + + this._tile = Utility.Tile(); + this._openStreetTransform = svgElement.append("g"); + this._openStreet = this._openStreetTransform.append("g"); + this._copyright = svgElement.append("text") + .attr("x", -100) + .attr("y", -100) + .style("opacity", 0.5) + .text(this._copyrightText) + ; + this._copyrightBBox = this._copyright.node().getBBox(); + }; + + OpenStreet.prototype.layerUpdate = function (base) { + if (!this.visible()) { + this._copyright.text(""); + } else { + this._copyright + .attr("x", base.width() - this._copyrightBBox.width - this._copyrightBBox.height / 2) + .attr("y", base.height() - this._copyrightBBox.height / 2) + .text(this._copyrightText) + ; + } + }; + + OpenStreet.prototype.layerZoomed = function (base) { + var tiles = []; + if (this.visible()) { + var maxSize = base.project(-85, 180); + if (!maxSize || maxSize[0] <= 0 || maxSize[1] <= 0) { + maxSize = [base.width(), base.height()]; + } + this._tile + .size([Math.min(base.width(), maxSize[0]), Math.min(base.height(), maxSize[1])]) + .scale(base._zoom.scale() * (1 << 12)) + .translate(base._zoom.translate()) + ; + tiles = this._tile(); + this._openStreetTransform + .attr("transform", "scale(" + tiles.scale + ")translate(" + tiles.translate + ")") + ; + } + if (this._prevTileProvider !== this.tileProvider()) { + this._openStreet.selectAll("image").remove(); + this._prevTileProvider = this.tileProvider(); + } + var context = this; + var image = this._openStreet.selectAll("image").data(tiles, function (d) { return d[2] + "/" + d[0] + "/" + d[1]; }); + image.enter().append("image") + .attr("xlink:href", function (d) { + switch (context.tileProvider()) { + case "OpenStreetMap Hot": + return "http://" + ["a", "b", "c"][Math.random() * 3 | 0] + ".tile.openstreetmap.fr/hot/" + d[2] + "/" + d[0] + "/" + d[1] + ".png"; + case "MapQuest": + return "http://otile" + ["1", "2", "3", "4"][Math.random() * 4 | 0] + ".mqcdn.com/tiles/1.0.0/osm/" + d[2] + "/" + d[0] + "/" + d[1] + ".png"; + case "MapQuest Sat": + return "http://otile" + ["1", "2", "3", "4"][Math.random() * 4 | 0] + ".mqcdn.com/tiles/1.0.0/sat/" + d[2] + "/" + d[0] + "/" + d[1] + ".png"; + case "Stamen Watercolor": + return "http://" + ["a", "b", "c"][Math.random() * 3 | 0] + ".tile.stamen.com/watercolor/" + d[2] + "/" + d[0] + "/" + d[1] + ".png"; + case "OpenCycleMap": + return "http://" + ["a", "b"][Math.random() * 2 | 0] + ".tile.opencyclemap.org/cycle/" + d[2] + "/" + d[0] + "/" + d[1] + ".png"; + default: + return "http://" + ["a", "b", "c"][Math.random() * 3 | 0] + ".tile.openstreetmap.org/" + d[2] + "/" + d[0] + "/" + d[1] + ".png"; + } + }) + .attr("width", 1) + .attr("height", 1) + .attr("x", function (d) { return d[0]; }) + .attr("y", function (d) { return d[1]; }) + .style("opacity", 0.0) + .transition().duration(500) + .style("opacity", 1) + ; + image.exit() + .remove() + ; + }; + + return OpenStreet; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/TestHeatMap.js',["../layout/Layered", "../layout/AbsoluteSurface", "./ChoroplethStates", "../other/HeatMap"], factory); + } else { + root.map_TestHeatMap = factory(root.layout_Layered, root.layout_AbsoluteSurface, root.map_ChoroplethStates, root.other_HeatMap); + } +}(this, function (Layered, AbsoluteSurface, ChoroplethStates, HeatMap) { + function TestHeatMap(target) { + Layered.call(this); + } + TestHeatMap.prototype = Object.create(Layered.prototype); + TestHeatMap.prototype.constructor = TestHeatMap; + TestHeatMap.prototype._class += " map_TestHeatMap"; + + return TestHeatMap; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('map/TopoJSONChoropleth.js',["d3", "topojson", "./Choropleth", "require"], factory); + } else { + root.map_TopoJSONChoropleth = factory(root.d3, root.topojson, root.map_Choropleth, root.require); + } +}(this, function (d3, topojson, Choropleth, require) { + function TopoJSONChoropleth() { + Choropleth.call(this); + + this.projection("mercator"); + } + TopoJSONChoropleth.prototype = Object.create(Choropleth.prototype); + TopoJSONChoropleth.prototype.constructor = TopoJSONChoropleth; + TopoJSONChoropleth.prototype._class += " map_TopoJSONChoropleth"; + + TopoJSONChoropleth.prototype.publish("region", "GB", "set", "Region Data", ["AT", "BE", "BG", "CHLI", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GE", "GR", "HR", "HU", "IE", "IS", "IT", "KS", "LT", "LU", "LV", "MD", "MK", "MT", "ND", "NL", "NO", "PL", "PT", "RO", "RS", "SE", "SI", "SK", "UA"]); + + TopoJSONChoropleth.prototype.layerEnter = function (base, svgElement, domElement) { + Choropleth.prototype.layerEnter.apply(this, arguments); + + this._selection.widgetElement(this._choroplethData); + this.choroPaths = d3.select(null); + }; + + TopoJSONChoropleth.prototype.layerUpdate = function (base) { + var context = this; + return new Promise(function (resolve, reject) { + if (context._prevRegion !== context.region()) { + context._prevRegion = context.region(); + require(["json!src/map/TopoJSON/" + context.region() + ".json"], function (region) { + context._choroTopology = region; + context._choroTopologyObjects = region.objects.PolbndA; + context._choroTopologyFeatures = topojson.feature(context._choroTopology, context._choroTopologyObjects).features; + + require(["json!src/map/TopoJSON/" + context.region() + "_idx.json"], indexLoad, function (err) { + indexLoad({}); + }); + function indexLoad(index) { + context._choroTopologyIndex = index; + Choropleth.prototype.layerUpdate.call(context, base, true); + resolve(); + } + }); + } else { + Choropleth.prototype.layerUpdate.call(context, base); + resolve(); + } + }).then(function () { + var data = []; + context.data().forEach(function (row) { + if (isNaN(row[0])) { + for (var key in context._choroTopologyIndex) { + for (var key2 in context._choroTopologyIndex[key]) { + if (key2 === row[0]) { + context._choroTopologyIndex[key][key2].forEach(function (idx) { + data.push([idx].concat(row.filter(function (d, i) { return i > 0; }))); + }); + } + } + } + } else { + data.push(row); + } + }); + context.choroPaths = context._choroplethData.selectAll(".data").data(context.visible() ? data : [], function (d) { return d[0]; }); + context.choroPaths.enter().append("path") + .attr("class", "data") + .call(context._selection.enter.bind(context._selection)) + .on("click", function (d) { + if (context._dataMap[d[0]]) { + context.click(context.rowToObj(context._dataMap[d[0]]), "weight", context._selection.selected(context)); + } + }) + .on("mouseover.tooltip", function (d) { + context.tooltipShow([d[0], d[1]], context.columns(), 1); + }) + .on("mouseout.tooltip", function (d) { + context.tooltipShow(); + }) + .on("mousemove.tooltip", function (d) { + context.tooltipShow([d[0], d[1]], context.columns(), 1); + }) + ; + context.choroPaths + .attr("d", function (d) { + var retVal = base._d3GeoPath(context._choroTopologyFeatures[d[0]]); + if (!retVal) { + console.log("Unknown Country: " + d); + } + return retVal; + }) + .style("fill", function (d) { + var retVal = context._palette(d[1], context._dataMinWeight, context._dataMaxWeight); + return retVal; + }) + ; + context.choroPaths.exit().remove(); + }); + }; + + return TopoJSONChoropleth; +})); diff --git a/dist/hpcc-viz-map.min.js b/dist/hpcc-viz-map.min.js new file mode 100644 index 0000000000..9122718370 --- /dev/null +++ b/dist/hpcc-viz-map.min.js @@ -0,0 +1,17 @@ +// (c) 2008 David Troy + +!function(o,t){"function"==typeof define&&define.amd?define("map/Utility.js",["d3"],t):o.map_Utility=t(o.d3)}(this,function(o){function t(){}t.prototype.constructor=t,t.prototype._class+=" map_Geohash",t.prototype.base32="0123456789bcdefghjkmnpqrstuvwxyz",t.prototype.encode=function(o,t,e){if("undefined"==typeof e){for(var y=1;12>=y;y++){var a=this.encode(o,t,y),n=this.decode(a);if(n.lat===o&&n.lon===t)return a}e=12}if(o=Number(o),t=Number(t),e=Number(e),isNaN(o)||isNaN(t)||isNaN(e))throw new Error("Invalid geohash");for(var i=0,r=0,s=!0,p="",l=-90,c=90,d=-180,g=180;p.lengthP?(i=2*i+1,d=P):(i=2*i,g=P)}else{var A=(l+c)/2;o>A?(i=2*i+1,l=A):(i=2*i,c=A)}s=!s,5===++r&&(p+=this.base32.charAt(i),r=0,i=0)}return p},t.prototype.decode=function(o){var t=this.bounds(o),e=t.sw.lat,y=t.sw.lon,a=t.ne.lat,n=t.ne.lon,i=(e+a)/2,r=(y+n)/2;return i=i.toFixed(Math.floor(2-Math.log(a-e)/Math.LN10)),r=r.toFixed(Math.floor(2-Math.log(n-y)/Math.LN10)),{lat:Number(i),lon:Number(r)}},t.prototype.bounds=function(o){if(0===o.length)throw new Error("Invalid geohash");o=o.toLowerCase();for(var t=!0,e=-90,y=90,a=-180,n=180,i=0;i=0;p--){var l=s>>p&1;if(t){var c=(a+n)/2;1===l?a=c:n=c}else{var d=(e+y)/2;1===l?e=d:y=d}t=!t}}var g={sw:{lat:e,lon:a},ne:{lat:y,lon:n}};return g},t.prototype.adjacent=function(o,t){if(o=o.toLowerCase(),t=t.toLowerCase(),0===o.length)throw new Error("Invalid geohash");if(-1==="nsew".indexOf(t))throw new Error("Invalid direction");var e={n:["p0r21436x8zb9dcf5h7kjnmqesgutwvy","bc01fg45238967deuvhjyznpkmstqrwx"],s:["14365h7k9dcfesgujnmqp0r2twvyx8zb","238967debc01fg45kmstqrwxuvhjyznp"],e:["bc01fg45238967deuvhjyznpkmstqrwx","p0r21436x8zb9dcf5h7kjnmqesgutwvy"],w:["238967debc01fg45kmstqrwxuvhjyznp","14365h7k9dcfesgujnmqp0r2twvyx8zb"]},y={n:["prxz","bcfguvyz"],s:["028b","0145hjnp"],e:["bcfguvyz","prxz"],w:["0145hjnp","028b"]},a=o.slice(-1),n=o.slice(0,-1),i=o.length%2;return-1!==y[t][i].indexOf(a)&&""!==n&&(n=this.adjacent(n,t)),n+this.base32.charAt(e[t][i].indexOf(a))},t.prototype.neighbours=function(o){return{n:this.adjacent(o,"n"),ne:this.adjacent(this.adjacent(o,"n"),"e"),e:this.adjacent(o,"e"),se:this.adjacent(this.adjacent(o,"s"),"e"),s:this.adjacent(o,"s"),sw:this.adjacent(this.adjacent(o,"s"),"w"),w:this.adjacent(o,"w"),nw:this.adjacent(this.adjacent(o,"n"),"w")}},t.prototype.contained=function(o,t,e,y,a){(isNaN(t)||t>=90)&&(t=89),(isNaN(e)||e>180)&&(e=180),(isNaN(y)||-90>=y)&&(y=-89),(isNaN(o)||-180>o)&&(o=-180),a=a||1;for(var n=this.encode(t,o,a),i=this.encode(t,e,a),r=this.encode(y,e,a),s=n,p=0,l=-1,c=[n,r],d=this.adjacent(n,"e");d!==r;)c.push(d),++p,d===i||l===p?(l=p+1,p=0,d=this.adjacent(s,"s"),s=d):d=this.adjacent(d,"e");return c},t.prototype.calculateWidthDegrees=function(o){var t;t=o%2===0?-1:-.5;var e=180/Math.pow(2,2.5*o+t);return e},t.prototype.width=function(o){var t=o%2;return 180/(2^(5*o+t)/2-1)};var e=function(){function t(){var t=Math.max(Math.log(y)/Math.LN2-8,0),i=Math.round(t+n),r=Math.pow(2,t-i+8),s=[(a[0]-y/2)/r,(a[1]-y/2)/r],p=[],l=o.range(Math.max(0,Math.floor(-s[0])),Math.max(0,Math.ceil(e[0]/r-s[0]))),c=o.range(Math.max(0,Math.floor(-s[1])),Math.max(0,Math.ceil(e[1]/r-s[1])));return c.forEach(function(o){l.forEach(function(t){p.push([t,o,i])})}),p.translate=s,p.scale=r,p}var e=[960,500],y=256,a=[e[0]/2,e[1]/2],n=0;return t.size=function(o){return arguments.length?(e=o,t):e},t.scale=function(o){return arguments.length?(y=o,t):y},t.translate=function(o){return arguments.length?(a=o,t):a},t.zoomDelta=function(o){return arguments.length?(n=+o,t):n},t},y=function(){function t(o){var t=o[0],r=o[1];return e=null,y(t,r),e||(a(t,r),e)||(n(t,r),e)||(i(t,r),e),e}var e,y,a,n,i,r=1e-6,s=o.geo.albers(),p=o.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),l=o.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),c=o.geo.conicEqualArea().rotate([66,0]).center([0,18]).parallels([8,18]),d={point:function(o,t){e=[o,t]}};return t.invert=function(o){var t=s.scale(),e=s.translate(),y=(o[0]-e[0])/t,a=(o[1]-e[1])/t;return(a>=.12&&.234>a&&y>=-.425&&-.214>y?p:a>=.166&&.234>a&&y>=-.214&&-.115>y?l:a>=.204&&.234>a&&y>=.32&&.38>y?c:s).invert(o)},t.stream=function(o){var t=s.stream(o),e=p.stream(o),y=l.stream(o),a=c.stream(o);return{point:function(o,n){t.point(o,n),e.point(o,n),y.point(o,n),a.point(o,n)},sphere:function(){t.sphere(),e.sphere(),y.sphere(),a.sphere()},lineStart:function(){t.lineStart(),e.lineStart(),y.lineStart(),a.lineStart()},lineEnd:function(){t.lineEnd(),e.lineEnd(),y.lineEnd(),a.lineEnd()},polygonStart:function(){t.polygonStart(),e.polygonStart(),y.polygonStart(),a.polygonStart()},polygonEnd:function(){t.polygonEnd(),e.polygonEnd(),y.polygonEnd(),a.polygonEnd()}}},t.precision=function(o){return arguments.length?(s.precision(o),p.precision(o),l.precision(o),c.precision(o),t):s.precision()},t.scale=function(o){return arguments.length?(s.scale(o),p.scale(.35*o),l.scale(o),c.scale(o),t.translate(s.translate())):s.scale()},t.translate=function(o){if(!arguments.length)return s.translate();var e=s.scale(),g=+o[0],P=+o[1];return y=s.translate(o).clipExtent([[g-.455*e,P-.238*e],[g+.455*e,P+.238*e]]).stream(d).point,a=p.translate([g-.307*e,P+.201*e]).clipExtent([[g-.425*e+r,P+.12*e+r],[g-.214*e-r,P+.234*e-r]]).stream(d).point,n=l.translate([g-.205*e,P+.212*e]).clipExtent([[g-.214*e+r,P+.166*e+r],[g-.115*e-r,P+.234*e-r]]).stream(d).point,i=c.translate([g+.35*e,P+.224*e]).clipExtent([[g+.32*e,P+.204*e],[g+.38*e,P+.234*e]]).stream(d).point,t},t.scale(1070)};return o.geo.albersUsaPr||(o.geo.albersUsaPr=y),{Geohash:t,Tile:e,albersUsaPr:y}}),"function"==typeof define&&define.amd&&define("css",[],function(){return{load:function(o,t,e){e()}}}),function(o,t){"function"==typeof define&&define.amd?define("map/Layered.js",["d3","topojson","../common/SVGWidget","./Utility","css!./Layered"],t):o.map_Layered=t(o.d3,o.topojson,o.common_SVGWidget,o.map_Utility)}(this,function(o,t,e,y){function a(){e.call(this),this._drawStartPos="origin",this.projection("mercator")}var n=.25,i=2048/Math.PI;return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" map_Layered",a.prototype.publish("projection",null,"set","Map projection type",["albersUsa","albersUsaPr","azimuthalEqualArea","azimuthalEquidistant","conicEqualArea","conicConformal","conicEquidistant","equirectangular","gnomonic","mercator","orthographic","stereographic","transverseMercator"]),a.prototype.publish("centerLat",0,"number","Center Latitude",null,{tags:["Basic"]}),a.prototype.publish("centerLong",0,"number","Center Longtitude",null,{tags:["Basic"]}),a.prototype.publish("zoom",1,"number","Zoom Level",null,{tags:["Basic"]}),a.prototype.publish("autoScaleMode","all","set","Auto Scale",["none","all"],{tags:["Basic"]}),a.prototype.publish("layers",[],"widgetArray","Layers"),a.prototype.data=function(o){var t=e.prototype.data.apply(this,arguments);return arguments.length&&(this._autoScaleOnNextRender=!0),t},a.prototype.projection_orig=a.prototype.projection,a.prototype.projection=function(t){var e=a.prototype.projection_orig.apply(this,arguments);if(arguments.length){switch(this._d3GeoProjection=o.geo[t]().scale(i).translate([0,0]),t){case"orthographic":this._d3GeoProjection.clipAngle(90).rotate([0,0])}this._d3GeoPath=o.geo.path().projection(this._d3GeoProjection),this._autoScaleOnNextRender=!0}return e},a.prototype.size=function(o){var t=e.prototype.size.apply(this,arguments);return arguments.length&&(delete this._prevCenterLat,delete this._prevCenterLong),t},a.prototype.enter=function(t,y){e.prototype.enter.apply(this,arguments);var a=this;this._zoom=o.behavior.zoom().scaleExtent([.25*n,131072*n]).on("zoomstart",function(o){a._zoomstart_translate=a._zoom.translate(),a._zoomstart_scale=a._zoom.scale()}).on("zoom",function(){if(o.event&&o.event.sourceEvent&&o.event.sourceEvent.ctrlKey&&"mousemove"===o.event.sourceEvent.type)return void a.render();a.zoomed();var t=a.width()/2,e=a.height()/2,y=a.invert(t,e);a.centerLong(y[0]),a.centerLat(y[1]),a.zoom(a._zoom.scale()/n),a._prevCenterLong=a.centerLong(),a._prevCenterLat=a.centerLat(),a._prevZoom=a.zoom()}).on("zoomend",function(){}),this._zoomGrab=y.append("rect").attr("class","background"),this._layersTarget=y.append("g").attr("class","layersTarget"),y.call(this._zoom)},a.prototype.update=function(t,y){if(e.prototype.update.apply(this,arguments),this._prevCenterLat!==this.centerLat()||this._prevCenterLong!==this.centerLong()||this._prevZoom!==this.zoom()){var a=o.geo[this.projection()]().scale(this.zoom()*n*i).translate([this.width()/2,this.height()/2]),r=a([this.centerLong(),this.centerLat()])||[this.width()/2,this.height()/2];this._zoom.scale(this.zoom()*n).translate([this.width()-r[0],this.height()-r[1]]),this._prevCenterLat=this.centerLat(),this._prevCenterLong=this.centerLong(),this._prevZoom=this.zoom()}this._zoomGrab.attr("width",this.width()).attr("height",this.height());var s=this._layersTarget.selectAll(".layerContainer").data(this.layers().filter(function(o){return o.visible()}),function(o){return o.id()}),p=this;s.enter().append("g").attr("id",function(o){return o.id()}).attr("class","layerContainer").each(function(t){t._svgElement=o.select(this),t._domElement=p._parentOverlay.append("div"),t.layerEnter(p,t._svgElement,t._domElement)}),s.each(function(o){o.layerUpdate(p)}),s.exit().each(function(o){o.layerExit(p),o._domElement.remove()}).remove(),s.order(),this.zoomed()},a.prototype.exit=function(o,t){e.prototype.enter.apply(this,arguments)},a.prototype.zoomed=function(){var o=this._layersTarget.selectAll(".layerContainer"),t=this;o.each(function(o){o.layerZoomed(t)})},a.prototype.render=function(o){var t=this,y=e.prototype.render.call(this,function(e){t._layersTarget&&(t._renderCount&&t._autoScaleOnNextRender||t._prevAutoScaleMode!==t.autoScaleMode())?(t._prevAutoScaleMode=t.autoScaleMode(),t._autoScaleOnNextRender=!1,setTimeout(function(){t.autoScale(),t.autoScale(),o&&o(e)},0)):o&&o(e)});return y},a.prototype.project=function(o,t){o>=90?o=89:-90>=o&&(o=-89);var e=this._d3GeoProjection([t,o]);return e&&(e[0]*=this._zoom.scale(),e[1]*=this._zoom.scale(),e[0]+=this._zoom.translate()[0],e[1]+=this._zoom.translate()[1]),e},a.prototype.invert=function(o,t){return o-=this._zoom.translate()[0],t-=this._zoom.translate()[1],o/=this._zoom.scale(),t/=this._zoom.scale(),this._d3GeoProjection.invert([o,t])},a.prototype.getBounds=function(){var o=this._layersTarget.node().getBBox();return{x:o.x,y:o.y,width:o.width,height:o.height}},a.prototype.autoScale=function(){switch(this.autoScaleMode()){case"none":return;case"all":this.shrinkToFit(this.getBounds())}},a.prototype.shrinkToFit=function(o){if(o.width&&o.height){var t=this.width(),e=this.height(),y=this._zoom.translate(),a=this._zoom.scale();o.x+=o.width/2,o.y+=o.height/2,y[0]-=o.x-t/2,y[1]-=o.y-e/2;var n=a*Math.min(t/o.width,e/o.height);this._zoom.translate(y).scale(n).event(this._layersTarget)}else console.log("Layered.prototype.shrinkToFit - invalid rect: "+o)},a}),function(o,t){"function"==typeof define&&define.amd?define("map/Layer.js",["./Layered","../api/ITooltip"],t):o.map_Layer=t(o.map_Layered,o.api_ITooltip)}(this,function(o,t){function e(e){o.call(this),t.call(this)}return e.prototype=Object.create(o.prototype),e.prototype.constructor=e,e.prototype._class+=" map_Layer",e.prototype["implements"](t.prototype),e.prototype.layerEnter=function(o,t,e){this._parentOverlay=o._parentOverlay},e.prototype.enter=function(t,e){o.prototype.enter.apply(this,arguments),this._svgElement=this._layersTarget.append("g"),this._domElement=this._parentOverlay.append("div"),this.layerEnter(this,this._svgElement,this._domElement)},e.prototype.layerUpdate=function(o){},e.prototype.update=function(t,e){o.prototype.update.apply(this,arguments),this.layerUpdate(this)},e.prototype.layerExit=function(o){},e.prototype.exit=function(t,e){this.layerExit(this),this._svgElement.remove(),this._domElement.remove(),o.prototype.exit.apply(this,arguments)},e.prototype.layerZoomed=function(o){},e.prototype.zoomed=function(){o.prototype.zoomed.apply(this,arguments),this.layerZoomed(this)},e}),function(o,t){"function"==typeof define&&define.amd?define("map/Choropleth",["d3","topojson","./Layer","../common/Palette","../common/Utility","css!./Choropleth"],t):o.map_Choropleth=t(o.d3,o.topojson,o.map_Layer,o.common_Palette,o.common_Utility)}(this,function(o,t,e,y,a){function n(){e.call(this),a.SimpleSelectionMixin.call(this),this._dataMap={},this._path=o.select(null)}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" map_Choropleth",n.prototype.mixin(a.SimpleSelectionMixin),n.prototype._palette=y.rainbow("default"),n.prototype.publish("paletteID","YlOrRd","set","Palette ID",n.prototype._palette["switch"](),{tags:["Basic","Shared"]}),n.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),n.prototype.publish("opacity",1,"number","Opacity",null,{tags:["Advanced"]}),n.prototype.publish("meshVisible",!0,"boolean","Mesh Visibility"),n.prototype.publish("meshColor",null,"html-color","Stroke Color",null,{optional:!0}),n.prototype.publish("meshStrokeWidth",.25,"number","Stroke Width"),n.prototype.publish("internalOnly",!1,"boolean","Internal mesh only"),n.prototype.publish("autoScaleMode","mesh","set","Auto Scale",["none","mesh","data"],{tags:["Basic"],override:!0}),n.prototype.data=function(o){var t=e.prototype.data.apply(this,arguments);if(arguments.length){this._dataMap={},this._dataMinWeight=null,this._dataMaxWeight=null;var y=this;this.data().forEach(function(o){y._dataMap[o[0]]=o,(!y._dataMinWeight||o[1]y._dataMaxWeight)&&(y._dataMaxWeight=o[1])})}return t},n.prototype.getDataBounds=function(){var o=this._choroplethData.node().getBBox(),t={x:o.x,y:o.y,width:o.width,height:o.height},e=this._zoom.scale();t.x*=e,t.y*=e,t.width*=e,t.height*=e;var y=this._zoom.translate();return t.x+=y[0],t.y+=y[1],t},n.prototype.autoScale=function(){switch(this.autoScaleMode()){case"none":return;case"mesh":this.shrinkToFit(this.getBounds());break;case"data":this.shrinkToFit(this.getDataBounds())}},n.prototype.layerEnter=function(o,t,y){e.prototype.layerEnter.apply(this,arguments),this._choroplethTransform=t,this._choroplethData=this._choroplethTransform.append("g"),this._choropleth=this._choroplethTransform.append("path").attr("class","mesh")},n.prototype.layerUpdate=function(o,y){return e.prototype.layerUpdate.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.visible()&&this.meshVisible()?((y||this._prevProjection!==o.projection()||this._prevInternalOnly!==this.internalOnly())&&(this._choropleth.attr("d",o._d3GeoPath(t.mesh(this._choroTopology,this._choroTopologyObjects,this.internalOnly()?function(o,t){return o!==t}:function(o,t){return!0}))),this._prevProjection=o.projection(),this._prevInternalOnly=this.internalOnly()),void this._choroplethTransform.style("opacity",this.opacity()).style("stroke",this.meshColor())):(this._choropleth.attr("d",""),void delete this._prevProjection)},n.prototype.layerExit=function(o){delete this._prevProjection,delete this._prevInternalOnly},n.prototype.layerZoomed=function(o){e.prototype.layerZoomed.apply(this,arguments),this._choroplethTransform.attr("transform","translate("+o._zoom.translate()+")scale("+o._zoom.scale()+")").style("stroke-width",this.meshStrokeWidth()/o._zoom.scale()+"px")},n.prototype.click=function(o,t,e){console.log("Click: "+JSON.stringify(o)+", "+t+", "+e)},n}),function(o,t){"function"==typeof define&&define.amd?define("map/countries.js",[],t):o.map_countries=t()}(this,function(){return{countryNames:{"-1":{name:"Northern Cyprus"},"-2":{name:"Kosovo"},"-3":{name:"Somaliland"},4:{name:"Afghanistan"},8:{name:"Albania"},10:{name:"Antarctica"},12:{name:"Algeria"},16:{name:"American Samoa"},20:{name:"Andorra"},24:{name:"Angola"},28:{name:"Antigua and Barbuda"},31:{name:"Azerbaijan"},32:{name:"Argentina"},36:{name:"Australia"},40:{name:"Austria"},44:{name:"Bahamas"},48:{name:"Bahrain"},50:{name:"Bangladesh"},51:{name:"Armenia"},52:{name:"Barbados"},56:{name:"Belgium"},60:{name:"Bermuda"},64:{name:"Bhutan"},68:{name:"Bolivia, Plurinational State of"},70:{name:"Bosnia and Herzegovina"},72:{name:"Botswana"},74:{name:"Bouvet Island"},76:{name:"Brazil"},84:{name:"Belize"},86:{name:"British Indian Ocean Territory"},90:{name:"Solomon Islands"},92:{name:"Virgin Islands, British"},96:{name:"Brunei Darussalam"},100:{name:"Bulgaria"},104:{name:"Myanmar"},108:{name:"Burundi"},112:{name:"Belarus"},116:{name:"Cambodia"},120:{name:"Cameroon"},124:{name:"Canada"},132:{name:"Cape Verde"},136:{name:"Cayman Islands"},140:{name:"Central African Republic"},144:{name:"Sri Lanka"},148:{name:"Chad"},152:{name:"Chile"},156:{name:"China"},158:{name:"Taiwan, Province of China"},162:{name:"Christmas Island"},166:{name:"Cocos (Keeling) Islands"},170:{name:"Colombia"},174:{name:"Comoros"},175:{name:"Mayotte"},178:{name:"Congo"},180:{name:"Congo, the Democratic Republic of the"},184:{name:"Cook Islands"},188:{name:"Costa Rica"},191:{name:"Croatia"},192:{name:"Cuba"},196:{name:"Cyprus"},203:{name:"Czech Republic"},204:{name:"Benin"},208:{name:"Denmark"},212:{name:"Dominica"},214:{name:"Dominican Republic"},218:{name:"Ecuador"},222:{name:"El Salvador"},226:{name:"Equatorial Guinea"},231:{name:"Ethiopia"},232:{name:"Eritrea"},233:{name:"Estonia"},234:{name:"Faroe Islands"},238:{name:"Falkland Islands (Malvinas)"},239:{name:"South Georgia and the South Sandwich Islands"},242:{name:"Fiji"},246:{name:"Finland"},248:{name:"�land Islands"},250:{name:"France"},254:{name:"French Guiana"},258:{name:"French Polynesia"},260:{name:"French Southern Territories"},262:{name:"Djibouti"},266:{name:"Gabon"},268:{name:"Georgia"},270:{name:"Gambia"},275:{name:"Palestinian Territory, Occupied"},276:{name:"Germany"},288:{name:"Ghana"},292:{name:"Gibraltar"},296:{name:"Kiribati"},300:{name:"Greece"},304:{name:"Greenland"},308:{name:"Grenada"},312:{name:"Guadeloupe"},316:{name:"Guam"},320:{name:"Guatemala"},324:{name:"Guinea"},328:{name:"Guyana"},332:{name:"Haiti"},334:{name:"Heard Island and McDonald Islands"},336:{name:"Holy See (Vatican City State)"},340:{name:"Honduras"},344:{name:"Hong Kong"},348:{name:"Hungary"},352:{name:"Iceland"},356:{name:"India"},360:{name:"Indonesia"},364:{name:"Iran, Islamic Republic of"},368:{name:"Iraq"},372:{name:"Ireland"},376:{name:"Israel"},380:{name:"Italy"},384:{name:"C�te d'Ivoire"},388:{name:"Jamaica"},392:{name:"Japan"},398:{name:"Kazakhstan"},400:{name:"Jordan"},404:{name:"Kenya"},408:{name:"Korea, Democratic People's Republic of"},410:{name:"Korea, Republic of"},414:{name:"Kuwait"},417:{name:"Kyrgyzstan"},418:{name:"Lao People's Democratic Republic"},422:{name:"Lebanon"},426:{name:"Lesotho"},428:{name:"Latvia"},430:{name:"Liberia"},434:{name:"Libya"},438:{name:"Liechtenstein"},440:{name:"Lithuania"},442:{name:"Luxembourg"},446:{name:"Macao"},450:{name:"Madagascar"},454:{name:"Malawi"},458:{name:"Malaysia"},462:{name:"Maldives"},466:{name:"Mali"},470:{name:"Malta"},474:{name:"Martinique"},478:{name:"Mauritania"},480:{name:"Mauritius"},484:{name:"Mexico"},492:{name:"Monaco"},496:{name:"Mongolia"},498:{name:"Moldova, Republic of"},499:{name:"Montenegro"},500:{name:"Montserrat"},504:{name:"Morocco"},508:{name:"Mozambique"},512:{name:"Oman"},516:{name:"Namibia"},520:{name:"Nauru"},524:{name:"Nepal"},528:{name:"Netherlands"},531:{name:"Cura�ao"},533:{name:"Aruba"},534:{name:"Sint Maarten (Dutch part)"},535:{name:"Bonaire, Sint Eustatius and Saba"},540:{name:"New Caledonia"},548:{name:"Vanuatu"},554:{name:"New Zealand"},558:{name:"Nicaragua"},562:{name:"Niger"},566:{name:"Nigeria"},570:{name:"Niue"},574:{name:"Norfolk Island"},578:{name:"Norway"},580:{name:"Northern Mariana Islands"},581:{name:"United States Minor Outlying Islands"},583:{name:"Micronesia, Federated States of"},584:{name:"Marshall Islands"},585:{name:"Palau"},586:{name:"Pakistan"},591:{name:"Panama"},598:{name:"Papua New Guinea"},600:{name:"Paraguay"},604:{name:"Peru"},608:{name:"Philippines"},612:{name:"Pitcairn"},616:{name:"Poland"},620:{name:"Portugal"},624:{name:"Guinea-Bissau"},626:{name:"Timor-Leste"},630:{name:"Puerto Rico"},634:{name:"Qatar"},638:{name:"R�union"},642:{name:"Romania"},643:{name:"Russian Federation"},646:{name:"Rwanda"},652:{name:"Saint Barth�lemy"},654:{name:"Saint Helena, Ascension and Tristan da Cunha"},659:{name:"Saint Kitts and Nevis"},660:{name:"Anguilla"},662:{name:"Saint Lucia"},663:{name:"Saint Martin (French part)"},666:{name:"Saint Pierre and Miquelon"},670:{name:"Saint Vincent and the Grenadines"},674:{name:"San Marino"},678:{name:"Sao Tome and Principe"},682:{name:"Saudi Arabia"},686:{name:"Senegal"},688:{name:"Serbia"},690:{name:"Seychelles"},694:{name:"Sierra Leone"},702:{name:"Singapore"},703:{name:"Slovakia"},704:{name:"Viet Nam"},705:{name:"Slovenia"},706:{name:"Somalia"},710:{name:"South Africa"},716:{name:"Zimbabwe"},724:{name:"Spain"},728:{name:"South Sudan"},729:{name:"Sudan"},732:{name:"Western Sahara"},740:{name:"Suriname"},744:{name:"Svalbard and Jan Mayen"},748:{name:"Swaziland"},752:{name:"Sweden"},756:{name:"Switzerland"},760:{name:"Syrian Arab Republic"},762:{name:"Tajikistan"},764:{name:"Thailand"},768:{name:"Togo"},772:{name:"Tokelau"},776:{name:"Tonga"},780:{name:"Trinidad and Tobago"},784:{name:"United Arab Emirates"},788:{name:"Tunisia"},792:{name:"Turkey"},795:{name:"Turkmenistan"},796:{name:"Turks and Caicos Islands"},798:{name:"Tuvalu"},800:{name:"Uganda"},804:{name:"Ukraine"},807:{name:"Macedonia, the former Yugoslav Republic of"},818:{name:"Egypt"},826:{name:"United Kingdom"},831:{name:"Guernsey"},832:{name:"Jersey"},833:{name:"Isle of Man"},834:{name:"Tanzania, United Republic of"},840:{name:"United States"},850:{name:"Virgin Islands, U.S."},854:{name:"Burkina Faso"},858:{name:"Uruguay"},860:{name:"Uzbekistan"},862:{name:"Venezuela, Bolivarian Republic of"},876:{name:"Wallis and Futuna"},882:{name:"Samoa"},887:{name:"Yemen"},894:{name:"Zambia"}},topology:{type:"Topology",objects:{land:{type:"MultiPolygon",arcs:[[[0]],[[1]],[[2]],[[3]],[[4]],[[5]],[[6]],[[7,8,9]],[[10,11,12,13]],[[14]],[[15]],[[16]],[[17]],[[18]],[[19]],[[20]],[[21,22]],[[23]],[[24]],[[25]],[[26]],[[27]],[[28]],[[29]],[[30]],[[31,32]],[[33]],[[34]],[[35]],[[36]],[[37]],[[38]],[[39]],[[40]],[[41]],[[42]],[[43]],[[44,45]],[[46]],[[47]],[[48]],[[49,50,51,52]],[[53]],[[54]],[[55]],[[56]],[[57]],[[58]],[[59]],[[60]],[[61]],[[62]],[[63]],[[64,65]],[[66]],[[67]],[[68]],[[69]],[[70]],[[71]],[[72]],[[73]],[[74]],[[75]],[[76]],[[77]],[[78,79]],[[80]],[[81]],[[82]],[[83]],[[84]],[[85]],[[86]],[[87]],[[88]],[[89]],[[90]],[[91]],[[92,93]],[[94]],[[95]],[[96,97,98,99,100,101,102,103]],[[104]],[[105]],[[106]],[[107]],[[108]],[[109]],[[110]],[[111,112]],[[113]],[[114,115]],[[116,117]],[[118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229]],[[230,231]],[[232]],[[233]],[[234]],[[235]],[[236]],[[237]],[[238,239,240,241]],[[242]],[[243]],[[244]],[[245]],[[246]],[[247]],[[248]],[[249]],[[250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467],[468,469,470,471,472,473,474,475,476,477]],[[478]],[[479]],[[480]],[[481]],[[482]],[[483]],[[484]],[[485]],[[486]],[[487]],[[488]],[[489]],[[490]],[[491]]]},countries:{type:"GeometryCollection",bbox:[-179.99999999999997,-90.00000000000003,180.00000000000014,83.64513000000001],geometries:[{type:"Polygon",id:4,arcs:[[492,493,494,495,496,497]]},{type:"MultiPolygon",id:24,arcs:[[[498,499,334,500,336,501,502]],[[339,503,504]]]},{type:"Polygon",id:8,arcs:[[505,506,398,507,508,509]]},{type:"Polygon",id:784,arcs:[[297,510,299,511,512]]},{type:"MultiPolygon",id:32,arcs:[[[513,13]],[[514,515,516,517,172,518,174,519,520]]]},{type:"Polygon",id:51,arcs:[[521,522,523,524,525]]},{type:"MultiPolygon",id:10,arcs:[[[0]],[[1]],[[2]],[[3]],[[4]],[[5]],[[6]],[[526,527,9]]]},{type:"Polygon",id:260,arcs:[[15]]},{type:"MultiPolygon",id:36,arcs:[[[16]],[[26]]]},{type:"Polygon",id:40,arcs:[[528,529,530,531,532,533,534]]},{type:"MultiPolygon",id:31,arcs:[[[535,-525]],[[477,536,469,537,471,538,-523,539,540]]]},{type:"Polygon",id:108,arcs:[[541,542,543]]},{type:"Polygon",id:56,arcs:[[544,545,546,547,419]]},{type:"Polygon",id:204,arcs:[[548,549,550,551,552]]},{type:"Polygon",id:854,arcs:[[553,554,555,-551,556,557]]},{type:"Polygon",id:50,arcs:[[558,280,559,282,560]]},{type:"Polygon",id:100,arcs:[[561,395,562,563,564,565]]},{type:"MultiPolygon",id:44,arcs:[[[73]],[[75]],[[76]]]},{type:"Polygon",id:70,arcs:[[566,567,568]]},{type:"Polygon",id:112,arcs:[[569,570,571,572,573]]},{type:"Polygon",id:84,arcs:[[574,148,575]]},{type:"Polygon",id:68,arcs:[[576,577,578,579,-521]]},{type:"Polygon",id:76,arcs:[[-516,580,-579,581,582,583,584,585,586,165,587,167,588,169,589]]},{type:"Polygon",id:96,arcs:[[50,590]]},{type:"Polygon",id:64,arcs:[[591,592]]},{type:"Polygon",id:72,arcs:[[593,594,595,596]]},{type:"Polygon",id:140,arcs:[[597,598,599,600,601,602,603]]},{type:"MultiPolygon",id:124,arcs:[[[86]],[[87]],[[88]],[[89]],[[90]],[[105]],[[106]],[[108]],[[110]],[[113]],[[604,119,605,121,606,123,607,125,608,127,609,129,610,209,611,211,612,223,613,225,614,227,615,229]],[[616,231]],[[232]],[[233]],[[234]],[[235]],[[237]],[[238,617,240,618]],[[243]],[[245]],[[246]],[[248]],[[249]],[[478]],[[479]],[[481]],[[482]],[[483]],[[489]],[[490]]]},{type:"Polygon",id:756,arcs:[[-532,619,620,621]]},{type:"MultiPolygon",id:152,arcs:[[[-514,10,622,12]],[[-520,175,623,177,624,-577]]]},{type:"MultiPolygon",id:156,arcs:[[[66]],[[625,269,626,271,627,628,629,630,-593,631,632,633,634,-496,635,636,637,638,639,640]]]},{type:"Polygon",id:384,arcs:[[348,641,642,643,-554,644]]},{type:"Polygon",id:120,arcs:[[645,646,343,647,648,649,650,-604,651]]},{type:"Polygon",id:180,arcs:[[652,653,-542,654,655,-503,338,-505,656,-602,657]]},{type:"Polygon",id:178,arcs:[[-504,340,658,-652,-603,-657]]},{type:"Polygon",id:170,arcs:[[659,180,660,661,157,662,-583,663]]},{type:"Polygon",id:188,arcs:[[185,664,152,665]]},{type:"Polygon",id:192,arcs:[[72]]},{type:"Polygon",id:-99,arcs:[[79,666]]},{type:"Polygon",id:196,arcs:[[78,-667]]},{type:"Polygon",id:203,arcs:[[-534,667,668,669]]},{type:"Polygon",id:276,arcs:[[426,670,-668,-533,-622,671,672,-546,673,421,674]]},{type:"Polygon",id:262,arcs:[[316,675,676,677]]},{type:"MultiPolygon",id:208,arcs:[[[94]],[[678,-675,422,679,424]]]},{type:"Polygon",id:214,arcs:[[64,680]]},{type:"Polygon",id:12,arcs:[[681,682,683,684,685,365,686,687]]},{type:"Polygon",id:218,arcs:[[179,-660,688]]},{type:"Polygon",id:818,arcs:[[313,689,690,371,691,373,692]]},{type:"Polygon",id:232,arcs:[[693,694,315,-678]]},{type:"Polygon",id:724,arcs:[[417,695,411,696,413,697]]},{type:"Polygon",id:233,arcs:[[698,434,699,700]]},{type:"Polygon",id:231,arcs:[[-677,701,702,703,704,705,706,-694]]},{type:"Polygon",id:246,arcs:[[707,436,708,709]]},{type:"MultiPolygon",id:242,arcs:[[[20]],[[22,21]]]},{type:"Polygon",id:238,arcs:[[14]]},{type:"MultiPolygon",id:250,arcs:[[[710,711,164,-587]],[[84]],[[712,-672,-621,713,410,-696,418,-548]]]},{type:"Polygon",id:266,arcs:[[341,714,-646,-659]]},{type:"MultiPolygon",id:826,arcs:[[[715,92]],[[716,97,717,99,718,101,719,103]]]},{type:"Polygon",id:268,arcs:[[385,720,-540,-522,721]]},{type:"Polygon",id:288,arcs:[[347,-645,-558,722]]},{type:"Polygon",id:324,arcs:[[723,724,351,725,726,727,-643]]},{type:"Polygon",id:270,arcs:[[354,728]]},{type:"Polygon",id:624,arcs:[[352,729,-726]]},{type:"Polygon",id:226,arcs:[[342,-647,-715]]},{type:"MultiPolygon",id:300,arcs:[[[80]],[[397,-507,730,-564,731]]]},{type:"Polygon",id:304,arcs:[[491]]},{type:"Polygon",id:320,arcs:[[189,732,-576,149,733,734]]},{type:"Polygon",id:328,arcs:[[162,735,-585,736]]},{type:"Polygon",id:340,arcs:[[187,737,-734,150,738]]},{type:"Polygon",id:191,arcs:[[739,-569,740,401,741,742]]},{type:"Polygon",id:332,arcs:[[-681,65]]},{type:"Polygon",id:348,arcs:[[-529,743,744,745,746,-743,747]]},{type:"MultiPolygon",id:360,arcs:[[[28]],[[748,32]],[[33]],[[34]],[[37]],[[38]],[[41]],[[42]],[[749,45]],[[46]],[[47]],[[750,52]],[[48]]]},{type:"Polygon",id:356,arcs:[[-634,751,-632,-592,-631,752,-561,283,753,285,754]]},{type:"Polygon",id:372,arcs:[[93,-716]]},{type:"Polygon",id:364,arcs:[[755,-498,756,287,757,289,758,759,760,-536,-524,-539,472]]},{type:"Polygon",id:368,arcs:[[761,762,763,764,765,766,-760]]},{type:"Polygon",id:352,arcs:[[109]]},{type:"Polygon",id:376,arcs:[[767,768,769,-693,374,770,376,771,772]]},{type:"MultiPolygon",id:380,arcs:[[[81]],[[82]],[[773,403,774,405,775,407,776,409,-714,-620,-531]]]},{type:"Polygon",id:388,arcs:[[63]]},{type:"Polygon",id:400,arcs:[[-768,777,-765,778,312,-770,779]]},{type:"MultiPolygon",id:392,arcs:[[[77]],[[83]],[[85]]]},{type:"Polygon",id:398,arcs:[[780,781,474,782,-638,783]]},{type:"Polygon",id:404,arcs:[[322,784,785,786,-704,787]]},{type:"Polygon",id:417,arcs:[[-784,-637,788,789]]},{type:"Polygon",id:116,arcs:[[790,791,792,273]]},{type:"Polygon",id:410,arcs:[[262,793,264,794]]},{type:"Polygon",id:-99,arcs:[[-510,795,796,797]]},{type:"Polygon",id:414,arcs:[[291,798,-763]]},{type:"Polygon",id:418,arcs:[[799,800,-629,801,-792]]},{type:"Polygon",id:422,arcs:[[-772,377,802]]},{type:"Polygon",id:430,arcs:[[349,803,-724,-642]]},{type:"Polygon",id:434,arcs:[[804,-688,805,368,806,370,-691,807,808]]},{type:"Polygon",id:144,arcs:[[54]]},{type:"Polygon",id:426,arcs:[[809]]},{type:"Polygon",id:440,arcs:[[810,811,812,-570,813]]},{type:"Polygon",id:442,arcs:[[-673,-713,-547]]},{type:"Polygon",id:428,arcs:[[432,814,-701,815,-571,-813]]},{type:"Polygon",id:504,arcs:[[-686,816,360,817,362,818,364]]},{type:"Polygon",id:498,arcs:[[819,820]]},{type:"Polygon",id:450,arcs:[[25]]},{type:"Polygon",id:484,arcs:[[821,147,-575,-733,190,822,192,823,194,824,196,825,198,826]]},{type:"Polygon",id:807,arcs:[[-798,827,-565,-731,-506]]},{type:"Polygon",id:466,arcs:[[828,-683,829,-555,-644,-728,830]]},{type:"Polygon",id:104,arcs:[[277,831,279,-559,-753,-630,-801,832]]},{type:"Polygon",id:499,arcs:[[833,400,-741,-568,834,-796,-509]]},{type:"Polygon",id:496,arcs:[[835,-640]]},{type:"Polygon",id:508,arcs:[[836,325,837,838,839,840,841,842]]},{type:"Polygon",id:478,arcs:[[843,356,844,358,845,-684,-829]]},{type:"Polygon",id:454,arcs:[[-843,846,847]]},{type:"MultiPolygon",id:458,arcs:[[[275,848]],[[-751,49,-591,51]]]},{type:"Polygon",id:516,arcs:[[333,-500,849,-595,850]]},{type:"Polygon",id:540,arcs:[[19]]},{type:"Polygon",id:562,arcs:[[-556,-830,-682,-805,851,-650,852,-552]]},{type:"Polygon",id:566,arcs:[[345,-553,-853,-649]]},{type:"Polygon",id:558, +arcs:[[186,-739,151,-665]]},{type:"Polygon",id:528,arcs:[[-674,-545,420]]},{type:"MultiPolygon",id:578,arcs:[[[853,-710,854,438,855,440]],[[480]],[[485]],[[486]]]},{type:"Polygon",id:524,arcs:[[-752,-633]]},{type:"MultiPolygon",id:554,arcs:[[[17]],[[18]]]},{type:"MultiPolygon",id:512,arcs:[[[856,304,857,858,-512,300,859,302]],[[-511,298]]]},{type:"Polygon",id:586,arcs:[[-635,-755,286,-757,-497]]},{type:"Polygon",id:591,arcs:[[860,182,861,184,-666,153,862,155,863,-661]]},{type:"Polygon",id:604,arcs:[[-625,178,-689,-664,-582,-578]]},{type:"MultiPolygon",id:608,arcs:[[[53]],[[56]],[[57]],[[58]],[[59]],[[60]],[[61]]]},{type:"MultiPolygon",id:598,arcs:[[[39]],[[40]],[[-750,44]],[[43]]]},{type:"Polygon",id:616,arcs:[[-671,427,864,429,865,-814,-574,866,867,-669]]},{type:"Polygon",id:630,arcs:[[62]]},{type:"Polygon",id:408,arcs:[[868,261,-795,265,869,870,268,-626]]},{type:"Polygon",id:620,arcs:[[-698,414,871,416]]},{type:"Polygon",id:600,arcs:[[-580,-581,-515]]},{type:"Polygon",id:275,arcs:[[-780,-769]]},{type:"Polygon",id:634,arcs:[[295,872]]},{type:"Polygon",id:642,arcs:[[873,-821,874,392,875,394,-562,876,-746]]},{type:"MultiPolygon",id:643,arcs:[[[91]],[[-866,430,877,-811]],[[114,116,878]],[[236]],[[242]],[[244]],[[247]],[[250,879,252,880,254,881,256,882,258,883,260,-869,-641,-836,-639,-783,475,884,-541,-721,386,885,388,886,-572,-816,-700,435,-708,-854,441,887,443,888,445,889,447,890,449,891,451,892,893,894,455,895,457,896,459,897,461,898,463,899,465,900,111,901]],[[484]],[[487]],[[488]]]},{type:"Polygon",id:646,arcs:[[902,-543,-654,903]]},{type:"Polygon",id:732,arcs:[[-685,-846,359,-817]]},{type:"Polygon",id:682,arcs:[[904,309,905,311,-779,-764,-799,292,906,294,-873,296,-513,-859,907]]},{type:"Polygon",id:729,arcs:[[908,909,-599,910,-808,-690,314,-695,-707,911]]},{type:"Polygon",id:728,arcs:[[912,-705,-787,913,-658,-601,914,-909]]},{type:"Polygon",id:686,arcs:[[355,-844,-831,-727,-730,353,-729]]},{type:"MultiPolygon",id:90,arcs:[[[27]],[[29]],[[30]],[[35]],[[36]]]},{type:"Polygon",id:694,arcs:[[350,-725,-804]]},{type:"Polygon",id:222,arcs:[[188,-735,-738]]},{type:"Polygon",id:-99,arcs:[[-702,-676,317,915,916]]},{type:"Polygon",id:706,arcs:[[917,321,-788,-703,-917,918,319]]},{type:"Polygon",id:688,arcs:[[-566,-828,-797,-835,-567,-740,-747,-877]]},{type:"Polygon",id:740,arcs:[[163,-712,919,-586,-736]]},{type:"Polygon",id:703,arcs:[[-868,920,-744,-535,-670]]},{type:"Polygon",id:705,arcs:[[-530,-748,-742,402,-774]]},{type:"Polygon",id:752,arcs:[[-855,-709,437]]},{type:"Polygon",id:748,arcs:[[921,-839]]},{type:"Polygon",id:760,arcs:[[-778,-773,-803,378,922,-766]]},{type:"Polygon",id:148,arcs:[[-852,-809,-911,-598,-651]]},{type:"Polygon",id:768,arcs:[[923,-723,-557,-550]]},{type:"Polygon",id:764,arcs:[[274,-849,276,-833,-800,-791]]},{type:"Polygon",id:762,arcs:[[-789,-636,-495,924]]},{type:"Polygon",id:795,arcs:[[-756,473,-782,925,-493]]},{type:"Polygon",id:626,arcs:[[31,-749]]},{type:"Polygon",id:780,arcs:[[55]]},{type:"Polygon",id:788,arcs:[[-687,926,367,-806]]},{type:"MultiPolygon",id:792,arcs:[[[-722,-526,-761,-767,-923,379,927,928,382,929,384]],[[-732,-563,396]]]},{type:"Polygon",id:158,arcs:[[74]]},{type:"Polygon",id:834,arcs:[[-785,930,324,-837,-848,931,-655,-544,-903,932]]},{type:"Polygon",id:800,arcs:[[-904,-653,-914,-786,-933]]},{type:"Polygon",id:804,arcs:[[-887,389,933,391,-875,-820,-874,-745,-921,-867,-573]]},{type:"Polygon",id:858,arcs:[[-590,170,934,-517]]},{type:"MultiPolygon",id:840,arcs:[[[67]],[[68]],[[69]],[[70]],[[71]],[[130,935,132,936,134,937,136,938,138,939,940,141,941,143,942,145,-827,199,943,201,944,945,204,946,206,947,208,-611]],[[95]],[[104]],[[107]],[[-613,212,948,214,949,216,950,218,951,220,952,222]]]},{type:"Polygon",id:860,arcs:[[-926,-781,-790,-925,-494]]},{type:"Polygon",id:862,arcs:[[158,953,160,954,-737,-584,-663]]},{type:"Polygon",id:704,arcs:[[272,-793,-802,-628]]},{type:"MultiPolygon",id:548,arcs:[[[23]],[[24]]]},{type:"Polygon",id:887,arcs:[[305,955,307,-908,-858]]},{type:"Polygon",id:710,arcs:[[956,328,957,330,958,332,-851,-594,959,-840,-922,-838,326],[-810]]},{type:"Polygon",id:894,arcs:[[-847,-842,960,-596,-850,-499,-656,-932]]},{type:"Polygon",id:716,arcs:[[-960,-597,-961,-841]]}]}},arcs:[[[33452,5736],[-82,-294],[-81,-259],[-582,79],[-621,-34],[-348,192],[0,22],[-152,170],[625,-23],[599,-56],[207,237],[147,203],[288,-237]],[[5775,6048],[-533,-79],[-364,204],[-163,203],[-11,34],[-180,158],[169,214],[517,-90],[277,-181],[212,-203],[76,-260]],[[37457,6883],[342,-248],[120,-350],[33,-248],[11,-293],[-430,-181],[-452,-146],[-522,-136],[-582,-113],[-658,34],[-365,192],[49,237],[593,158],[239,192],[174,248],[126,214],[168,203],[180,238],[0,-1],[141,0],[414,125],[419,-125]],[[16330,9501],[359,-90],[332,102],[-158,-203],[-261,-147],[-386,45],[-278,203],[60,192],[332,-102]],[[15122,9513],[425,-226],[-164,23],[-359,56],[-381,158],[202,124],[277,-135]],[[22505,10404],[305,-79],[304,68],[163,-327],[-217,45],[-337,-23],[-343,23],[-376,-34],[-283,113],[-146,237],[174,101],[353,-79],[403,-45]],[[30985,10967],[33,-259],[-49,-226],[-76,-214],[-326,-79],[-311,-113],[-364,11],[136,226],[-327,-79],[-310,-79],[-212,169],[-16,237],[305,226],[190,67],[321,-22],[82,293],[16,215],[-6,462],[158,271],[256,90],[147,-214],[65,-214],[120,-260],[92,-248],[76,-260]],[[794,3215],[78,48],[94,59],[81,51],[41,25]],[[1088,3398],[41,-1],[29,-10]],[[1158,3387],[402,-239],[352,239],[63,33],[816,102],[265,-135],[130,-68],[419,-192],[789,-147],[625,-180],[1072,-136],[800,158],[1181,-113],[669,-180],[734,169],[773,158],[60,271],[-1094,22],[-898,136],[-234,225],[-745,125],[49,259],[103,237],[104,214],[-55,237],[-462,158],[-212,204],[-430,180],[675,-34],[642,91],[402,-192],[495,169],[457,214],[223,192],[-98,237],[-359,158],[-408,169],[-571,34],[-500,79],[-539,57],[-180,214],[-359,181],[-217,203],[-87,654],[136,-56],[250,-181],[457,57],[441,79],[228,-249],[441,57],[370,124],[348,158],[315,192],[419,56],[-11,215],[-97,214],[81,203],[359,102],[163,-192],[425,113],[321,146],[397,12],[375,56],[376,136],[299,124],[337,124],[218,-34],[190,-45],[414,79],[370,-102],[381,12],[364,79],[375,-57],[414,-56],[386,22],[403,-11],[413,-11],[381,22],[283,170],[337,90],[349,-124],[331,101],[300,203],[179,-180],[98,-203],[180,-192],[288,169],[332,-214],[375,-68],[321,-158],[392,34],[354,101],[418,-22],[376,-79],[381,-102],[147,249],[-180,191],[-136,204],[-359,45],[-158,214],[-60,214],[-98,429],[213,-79],[364,-34],[359,34],[327,-90],[283,-169],[119,-203],[376,-34],[359,79],[381,113],[342,67],[283,-135],[370,45],[239,440],[224,-259],[321,-102],[348,56],[228,-225],[365,-23],[337,-68],[332,-124],[218,215],[108,203],[278,-226],[381,57],[283,-125],[190,-191],[370,56],[288,124],[283,147],[337,79],[392,68],[354,79],[272,124],[163,180],[65,249],[-32,236],[-87,226],[-98,226],[-87,226],[-71,203],[-16,225],[27,226],[130,214],[109,237],[44,226],[-55,248],[-32,226],[136,260],[152,169],[180,214],[190,181],[223,169],[109,248],[152,158],[174,147],[267,34],[174,180],[196,113],[228,68],[202,147],[157,180],[218,68],[163,-147],[-103,-192],[-283,-169],[-120,-124],[-206,90],[-229,-56],[-190,-136],[-202,-146],[-136,-170],[-38,-225],[17,-215],[130,-191],[-190,-136],[-261,-45],[-153,-192],[-163,-180],[-174,-249],[-44,-214],[98,-237],[147,-181],[229,-135],[212,-181],[114,-225],[60,-215],[82,-225],[130,-192],[82,-215],[38,-530],[81,-214],[22,-226],[87,-226],[-38,-304],[-152,-237],[-163,-192],[-370,-79],[-125,-203],[-169,-192],[-419,-215],[-370,-90],[-348,-124],[-376,-124],[-223,-237],[-446,-23],[-489,23],[-441,-45],[-468,0],[87,-226],[424,-101],[311,-158],[174,-204],[-310,-180],[-479,56],[-397,-146],[-17,-237],[-11,-226],[327,-192],[60,-214],[353,-215],[588,-90],[500,-158],[398,-180],[506,-181],[690,-90],[681,-158],[473,-170],[517,-191],[272,-271],[136,-215],[337,204],[457,169],[484,180],[577,147],[495,158],[691,11],[680,-79],[560,-135],[180,248],[386,169],[702,12],[550,124],[522,124],[577,79],[614,102],[430,146],[-196,203],[-119,203],[0,215],[-539,-23],[-571,-90],[-544,0],[-77,214],[39,429],[125,124],[397,136],[468,135],[337,169],[337,170],[251,225],[380,102],[376,79],[190,45],[430,23],[408,79],[343,112],[337,136],[305,135],[386,181],[245,192],[261,169],[82,226],[-294,135],[98,237],[185,181],[288,112],[305,136],[283,180],[217,226],[136,271],[202,158],[331,-34],[136,-192],[332,-22],[11,214],[142,226],[299,-57],[71,-214],[331,-34],[360,102],[348,67],[315,-34],[120,-237],[305,192],[283,102],[315,79],[310,79],[283,135],[310,91],[240,124],[168,203],[207,-147],[288,79],[202,-271],[157,-203],[316,113],[125,226],[283,158],[365,-34],[108,-215],[229,215],[299,68],[326,22],[294,-11],[310,-68],[300,-34],[130,-192],[180,-169],[304,102],[327,22],[315,0],[310,12],[278,79],[294,67],[245,158],[261,102],[283,56],[212,158],[152,316],[158,192],[288,-90],[109,-203],[239,-136],[289,45],[196,-203],[206,-146],[283,135],[98,248],[250,102],[289,192],[272,79],[326,112],[218,125],[228,135],[218,124],[261,-68],[250,203],[180,158],[261,-11],[229,136],[54,203],[234,158],[228,113],[278,90],[256,45],[244,-34],[262,-56],[223,-158],[27,-249],[245,-191],[168,-158],[332,-68],[185,-158],[229,-158],[266,-34],[223,113],[240,237],[261,-124],[272,-68],[261,-68],[272,-45],[277,0],[229,-598],[-11,-147],[-33,-259],[-266,-147],[-218,-214],[38,-226],[310,11],[-38,-225],[-141,-215],[-131,-237],[212,-180],[321,-57],[321,102],[153,226],[92,214],[153,181],[174,169],[70,203],[147,282],[174,57],[316,22],[277,68],[283,90],[136,226],[82,214],[190,215],[272,146],[234,113],[153,192],[157,101],[202,91],[277,-57],[250,57],[272,67],[305,-33],[201,158],[142,383],[103,-158],[131,-271],[234,-112],[266,-46],[267,68],[283,-45],[261,-11],[174,56],[234,-34],[212,-124],[250,79],[300,0],[255,79],[289,-79],[185,192],[141,192],[191,158],[348,429],[179,-79],[212,-158],[185,-203],[354,-350],[272,-12],[256,0],[299,68],[299,79],[229,158],[190,169],[310,23],[207,124],[218,-113],[141,-180],[196,-181],[305,23],[190,-147],[332,-147],[348,-56],[288,45],[218,181],[185,180],[250,45],[251,-79],[288,-56],[261,90],[250,0],[245,-56],[256,-57],[250,102],[299,90],[283,23],[316,0],[255,56],[251,45],[76,282],[11,237],[174,-158],[49,-259],[92,-237],[115,-192],[234,-102],[315,34],[365,12],[250,33],[364,0],[262,12],[364,-23],[310,-45],[196,-181],[-54,-214],[179,-169],[299,-136],[310,-146],[360,-102],[375,-90],[283,-90],[315,-12],[180,192],[245,-158],[212,-180],[245,-136],[337,-56],[321,-68],[136,-226],[316,-135],[212,-203],[310,-90],[321,11],[299,-34],[332,11],[332,-45],[310,-79],[288,-135],[289,-113],[195,-169],[-32,-226],[-147,-203],[-125,-260],[-98,-203],[-131,-237],[-364,-90],[-163,-203],[-360,-124],[-125,-226],[-190,-214],[-201,-181],[-115,-237],[-70,-214],[-28,-260],[6,-214],[158,-226],[60,-214],[130,-204],[517,-78],[109,-249],[-501,-90],[-424,-124],[-528,-23],[-234,-327],[-49,-271],[-119,-214],[-147,-215],[370,-191],[141,-237],[239,-215],[338,-192],[386,-180],[419,-181],[636,-180],[142,-282],[800,-125],[53,-44],[208,-170],[767,147],[636,-181],[-99520,-139],[16,-4],[245,335],[501,-181],[32,21]],[[31400,20215],[-92,-233],[-238,-178]],[[31070,19804],[-301,64]],[[30769,19868],[-202,174],[-291,83],[-350,322],[-283,309],[-383,645],[229,-121],[390,-384],[369,-207],[143,264],[90,394],[256,238],[198,-68]],[[30935,21517],[106,-267],[139,-432],[361,-345],[389,-144],[-125,-288],[-264,-29],[-141,203]],[[33736,22402],[222,-259],[-83,-202],[-375,-173],[-125,202],[-236,-259],[-139,259],[333,345],[236,-144],[167,231]],[[69522,23202],[-427,-37],[-7,306],[41,238],[19,118],[179,-181],[263,-72],[9,-110],[-77,-262]],[[90387,28338],[269,-199],[151,79],[217,111],[166,-39],[20,-684],[-95,-198],[-29,-463],[-97,157],[-193,-401],[-57,31],[-171,18],[-171,493],[-38,380],[-160,502],[7,264],[181,-51]],[[98060,28265],[63,-238],[198,233],[80,-243],[0,-242],[-103,-267],[-182,-424],[-142,-232],[103,-277],[-214,-7],[-238,-217],[-75,-377],[-157,-583],[-219,-257],[-138,-164],[-256,12],[-180,190],[-302,40],[-46,212],[149,427],[349,568],[179,109],[200,219],[238,301],[167,299],[123,429],[106,146],[41,321],[195,267],[61,-245]],[[98502,31008],[202,-607],[5,394],[126,-158],[41,-435],[224,-188],[188,-46],[158,220],[141,-67],[-67,-511],[-85,-336],[-212,12],[-74,-175],[26,-248],[-41,-107],[-105,-310],[-138,-395],[-214,-229],[-48,151],[-116,83],[160,474],[-91,317],[-299,230],[8,209],[201,200],[47,444],[-13,372],[-113,386],[8,102],[-133,237],[-218,510],[-117,408],[104,45],[151,-320],[216,-149],[78,-513]],[[96421,39068],[-105,-138],[-153,155],[-199,259],[-179,306],[-184,406],[-38,195],[119,-8],[156,-196],[122,-196],[89,-161],[228,-357],[144,-265]],[[99547,41844],[96,-167],[-46,-300],[-172,-79],[-153,71],[-27,253],[107,198],[126,-71],[69,95]],[[0,42295],[99822,-141],[-177,-122],[-36,215],[139,118],[88,32],[-99836,180]],[[0,42577],[57,26],[-34,-277],[-23,-31]],[[96623,42347],[-92,-76],[-93,252],[10,155],[175,-331]],[[96418,43229],[45,-464],[-75,72],[-58,-31],[-39,159],[-6,441],[133,-177]],[[63904,44023],[45,-693],[72,-269],[-28,-277],[-49,-169],[-94,338],[-53,-171],[53,-427],[-24,-244],[-77,-133],[-18,-488],[-109,-671],[-137,-793],[-172,-1092],[-106,-800],[-125,-668],[-226,-136],[-243,-244],[-160,147],[-220,206],[-77,304],[-18,510],[-98,460],[-26,414],[50,415],[128,100],[1,191],[133,437],[25,367],[-65,272],[-52,364],[-23,530],[97,322],[38,366],[138,21],[155,118],[103,104],[122,8],[158,328],[229,355],[83,289],[-38,247],[118,-70],[153,401],[6,346],[92,257],[96,-247],[74,-245],[69,-380]],[[89877,43903],[100,-452],[179,217],[92,-243],[133,-225],[-29,-255],[60,-494],[42,-288],[70,-70],[75,-492],[-27,-299],[90,-390],[301,-301],[197,-274],[186,-251],[-37,-139],[159,-361],[108,-623],[111,126],[113,-249],[68,88],[48,-610],[197,-354],[129,-220],[217,-466],[78,-463],[7,-328],[-19,-356],[132,-490],[-16,-509],[-48,-267],[-75,-514],[6,-330],[-55,-413],[-123,-524],[-205,-283],[-102,-446],[-93,-284],[-82,-497],[-107,-287],[-70,-431],[-36,-397],[14,-182],[-159,-200],[-311,-21],[-257,-236],[-127,-223],[-168,-248],[-230,255],[-170,101],[43,301],[-152,-109],[-243,-417],[-240,156],[-158,91],[-159,41],[-269,167],[-179,355],[-52,437],[-64,291],[-137,233],[-267,70],[91,279],[-67,428],[-136,-399],[-247,-106],[146,319],[42,332],[107,282],[-22,427],[-226,-491],[-174,-197],[-106,-458],[-217,237],[9,305],[-174,418],[-147,216],[52,133],[-356,349],[-195,16],[-267,280],[-498,-54],[-359,-206],[-317,-192],[-265,38],[-294,-296],[-241,-132],[-53,-302],[-103,-234],[-236,-14],[-174,-52],[-246,105],[-199,-62],[-191,-27],[-165,-307],[-81,26],[-140,-163],[-133,-183],[-203,23],[-186,0],[-295,368],[-149,109],[6,330],[138,79],[47,131],[-10,207],[34,400],[-31,341],[-147,582],[-45,329],[12,328],[-111,375],[-7,169],[-123,230],[-35,451],[-158,456],[-39,245],[122,-249],[-93,535],[137,-167],[83,-223],[-5,294],[-138,454],[-26,181],[-65,173],[31,333],[56,141],[38,289],[-29,336],[114,415],[21,-439],[118,396],[225,193],[136,245],[212,212],[126,45],[77,-71],[219,214],[168,64],[42,126],[74,53],[153,-14],[292,169],[151,256],[71,307],[163,293],[13,229],[7,314],[194,489],[117,-497],[119,115],[-99,272],[87,279],[122,-125],[34,439],[152,283],[67,227],[140,98],[4,161],[122,-67],[5,145],[122,82],[134,78],[205,-264],[155,-342],[173,-3],[177,-54],[-59,316],[133,462],[126,150],[-44,144],[121,329],[168,203],[142,-68],[234,108],[-5,294],[-204,190],[148,84],[184,-143],[148,-236],[234,-148],[79,59],[172,-177],[162,164],[105,-50],[65,111],[127,-285],[-74,-308],[-105,-233],[-96,-19],[32,-230],[-81,-288],[-99,-283],[20,-163],[221,-318],[214,-184],[143,-199],[201,-341],[78,1],[145,-148],[43,-178],[265,-195],[183,197],[55,309],[56,255],[34,316],[85,458],[-39,279],[20,167],[-32,330],[37,434],[53,117],[-43,192],[67,305],[52,317],[7,164],[104,216],[78,-282],[19,-361],[70,-70],[11,-242],[101,-293],[21,-326],[-10,-209]],[[95032,45793],[78,-198],[-194,3],[-106,355],[166,-140],[56,-20]],[[83531,45933],[-117,-11],[-368,403],[259,113],[146,-175],[97,-175],[-17,-155]],[[94680,46144],[-108,-13],[-170,58],[-58,89],[17,228],[183,-90],[91,-121],[45,-151]],[[94910,46301],[-42,-106],[-206,499],[-57,344],[94,0],[100,-461],[111,-276]],[[84713,46708],[32,136],[239,129],[194,20],[87,72],[105,-72],[-102,-156],[-289,-252],[-233,-165]],[[84746,46420],[-181,-430],[-238,-127],[-33,69],[25,196],[119,351],[275,229]],[[82749,47167],[100,-153],[172,47],[69,-245],[-321,-116],[-193,-77],[-149,4],[95,332],[153,5],[74,203]],[[84139,47168],[-41,-320],[-417,-163],[-370,71],[0,210],[220,120],[174,-173],[185,44],[249,211]],[[94409,47028],[12,-116],[-218,245],[-152,206],[-104,192],[41,59],[128,-138],[228,-265],[65,-183]],[[93760,47598],[-56,-33],[-121,131],[-114,237],[14,96],[166,-243],[111,-188]],[[80172,47926],[533,-57],[61,237],[515,-277],[101,-373],[417,-105],[341,-342],[-317,-220],[-306,232],[-251,-15],[-288,42],[-260,104],[-322,220],[-204,57],[-116,-72],[-506,237],[-48,247],[-255,43],[191,550],[337,-34],[224,-225],[115,-44],[38,-205]],[[87423,48251],[-143,-393],[-27,434],[49,207],[58,195],[63,-169],[0,-274]],[[93299,47902],[-78,-58],[-120,221],[-122,366],[-59,439],[38,55],[30,-171],[84,-130],[135,-366],[131,-195],[-39,-161]],[[92217,48675],[-146,-48],[-44,-161],[-152,-140],[-142,-135],[-148,1],[-228,167],[-158,161],[23,178],[249,-84],[152,45],[42,276],[40,14],[27,-306],[158,44],[78,197],[155,206],[-30,339],[166,11],[56,-94],[-5,-320],[-93,-351]],[[85346,49837],[-104,-191],[-192,106],[-54,248],[281,27],[69,-190]],[[86241,50048],[101,-441],[-234,238],[-232,48],[-157,-38],[-192,20],[65,317],[344,24],[305,-168]],[[92538,49238],[-87,-154],[-52,340],[-65,223],[-126,189],[-158,245],[-200,170],[77,139],[150,-162],[94,-126],[117,-139],[111,-241],[106,-185],[33,-299]],[[89166,50332],[482,-397],[513,-329],[192,-295],[154,-290],[43,-339],[462,-356],[68,-306],[-256,-62],[62,-383],[248,-378],[180,-611],[159,19],[-11,-255],[215,-98],[-84,-108],[295,-243],[-30,-166],[-184,-40],[-69,149],[-238,65],[-281,86],[-216,368],[-158,316],[-144,504],[-362,252],[-235,-164],[-170,-190],[35,-425],[-218,-198],[-155,96],[-288,25]],[[89175,46579],[-247,472],[-282,116],[-69,-164],[-352,-18],[118,469],[175,160],[-72,626],[-134,483],[-538,488],[-229,48],[-417,532],[-82,-279],[-107,-51],[-63,211],[-1,250],[-212,283],[299,207],[198,-11],[-23,153],[-407,1],[-110,343],[-248,106],[-117,285],[374,140],[142,188],[446,-237],[44,-214],[78,-931],[287,-345],[232,611],[319,347],[247,1],[238,-201],[206,-206],[298,-110]],[[84788,52647],[-223,-571],[-209,-111],[-267,113],[-463,-29],[-243,-83],[-39,-436],[248,-512],[150,261],[518,196],[-22,-265],[-121,83],[-121,-337],[-245,-223],[263,-738],[-50,-198],[249,-665],[-2,-378],[-148,-170],[-109,203],[134,471],[-273,-222],[-69,159],[36,222],[-200,338],[21,561],[-186,-175],[24,-671],[11,-824],[-176,-84],[-119,169],[79,530],[-43,556],[-117,4],[-86,395],[115,377],[40,457],[139,868],[58,238],[237,427],[217,-170],[350,-80],[319,24],[275,419],[48,-129]],[[85746,52481],[-15,-503],[-143,57],[-42,-351],[114,-304],[-78,-69],[-112,365],[-82,736],[56,460],[92,210],[20,-315],[164,-50],[26,-236]],[[79393,48459],[-308,-12],[-234,481],[-356,471],[-119,349],[-210,469],[-138,432],[-212,806],[-244,480],[-81,495],[-103,449],[-250,363],[-145,493],[-209,322],[-290,635],[-24,293],[178,-23],[430,-111],[246,-564],[215,-390],[153,-240],[263,-619],[283,-9],[233,-394],[161,-482],[211,-263],[-111,-471],[159,-200],[100,-14],[47,-402],[97,-321],[204,-51],[135,-365],[-70,-716],[-11,-891]],[[80461,52985],[204,-198],[214,108],[56,488],[119,108],[333,125],[199,456],[137,364]],[[81723,54436],[110,215],[236,316]],[[82069,54967],[214,400],[140,450],[112,2],[143,-291],[13,-251],[183,-160],[231,-173],[-20,-226],[-186,-29],[50,-281],[-205,-196]],[[82744,54212],[-158,-520],[204,-545],[-48,-265],[312,-533],[-329,-68],[-93,-393],[12,-522],[-267,-393],[-7,-574],[-107,-881],[-41,205],[-316,-259],[-110,352],[-198,33],[-139,184],[-330,-207],[-101,279],[-182,-32],[-229,67],[-43,772],[-138,160],[-134,493],[-38,504],[32,533],[165,383]],[[85104,56675],[28,-382],[16,-323],[-94,-527],[-102,587],[-130,-292],[89,-425],[-79,-270],[-327,335],[-78,416],[84,274],[-176,273],[-87,-239],[-131,22],[-205,-321],[-46,168],[109,486],[175,161],[151,217],[98,-260],[212,157],[45,257],[196,16],[-16,445],[225,-273],[23,-290],[20,-212]],[[72560,55398],[-242,-132],[-132,458],[-49,828],[126,935],[192,-320],[129,-406],[134,-599],[-42,-600],[-116,-164]],[[33073,57651],[-232,-63],[-50,52],[81,158],[-6,228],[160,75],[58,-20],[-11,-430]],[[84439,57749],[-100,-190],[-87,-363],[-87,-171],[-171,398],[57,154],[70,162],[30,357],[153,34],[-44,-388],[205,556],[-26,-549]],[[82917,57194],[-369,-546],[136,403],[200,355],[167,399],[146,572],[49,-470],[-183,-317],[-146,-396]],[[83856,58678],[166,-179],[177,1],[-5,-240],[-129,-245],[-176,-173],[-10,268],[20,293],[-43,275]],[[84861,58834],[78,-643],[-214,152],[5,-193],[68,-355],[-132,-129],[-11,405],[-84,30],[-43,348],[163,-46],[-4,218],[-169,440],[266,-13],[77,-214]],[[83757,59356],[-74,-498],[-119,288],[-142,438],[238,-21],[97,-207]],[[83700,62485],[171,-164],[85,150],[26,-146],[-46,-239],[95,-413],[-73,-478],[-164,-191],[-43,-465],[62,-458],[147,-64],[123,68],[347,-319],[-27,-313],[91,-139],[-29,-265],[-216,283],[-103,302],[-71,-211],[-177,345],[-253,-86],[-138,128],[14,238],[87,146],[-83,133],[-36,-207],[-137,331],[-41,251],[-11,551],[112,-190],[29,901],[90,522],[169,-1]],[[31780,62327],[-71,-146],[-209,4],[-163,-21],[-16,247],[40,84],[227,-3],[142,-51],[50,-114]],[[28638,62119],[-84,-96],[-156,92],[-159,210],[34,132],[116,40],[64,-19],[187,-52],[147,-138],[46,-158],[-195,-11]],[[30080,63183],[34,98],[217,-3],[165,-148],[73,14],[50,-204],[152,11],[-9,-171],[124,-21],[136,-211],[-103,-235],[-132,126],[-127,-25],[-92,28],[-50,-105],[-106,-36],[-43,140],[-92,-83],[-111,-394],[-71,92],[-14,165]],[[30081,62221],[-185,98],[-131,-40],[-169,42],[-130,-108],[-149,179],[24,186],[256,-80],[210,-46],[100,128],[-127,250],[2,220],[-175,89],[62,159],[170,-25],[241,-90]],[[80649,62586],[-240,-277],[-228,179],[-8,495],[137,261],[304,161],[159,-13],[62,-220],[-122,-254],[-64,-332]],[[6794,62819],[-41,-96],[-69,82],[8,161],[-46,210],[14,64],[48,94],[-19,113],[16,54],[21,-11],[107,-97],[49,-50],[45,-77],[71,-202],[-7,-32],[-108,-123],[-89,-90]],[[6645,63718],[-94,-41],[-47,121],[-32,47],[-3,36],[27,49],[99,-55],[73,-88],[-23,-69]],[[6456,64025],[-9,-63],[-149,17],[21,70],[137,-24]],[[6207,64108],[-15,-33],[-19,8],[-97,20],[-35,130],[-11,23],[74,80],[23,-37],[80,-191]],[[5737,64488],[-33,-57],[-93,105],[14,42],[43,57],[64,-13],[5,-134]],[[27867,64939],[110,-210],[260,65],[98,-136],[235,-356],[173,-260],[92,8],[165,-118],[-20,-162],[205,-23],[210,-236],[-33,-135],[-185,-73],[-187,-29],[-191,46],[-398,-56],[186,321],[-113,150],[-179,38],[-96,166],[-66,328],[-157,-22],[-259,154],[-83,121],[-362,89],[-97,113],[104,144],[-273,29],[-199,-299],[-115,-8],[-40,-141],[-138,-63],[-118,55],[146,178],[60,208],[126,128],[142,112],[210,55],[67,63],[240,-41],[219,-6],[261,-197]],[[28462,65512],[-68,-29],[-70,332],[-104,167],[60,365],[84,-23],[97,-478],[1,-334]],[[83659,64954],[-119,-472],[-146,486],[-32,427],[163,566],[223,436],[127,-172],[-49,-347],[-167,-924]],[[28383,67136],[-303,-92],[-19,213],[130,46],[184,-17],[8,-150]],[[28611,67142],[-48,-409],[-51,73],[4,301],[-124,228],[-1,66],[220,-259]],[[87399,71495],[35,-197],[-156,-349],[-114,185],[-143,-134],[-73,-337],[-181,164],[2,273],[154,344],[158,-67],[114,242],[204,-124]],[[59437,72019],[8,-46],[-285,-234],[-136,74],[-64,232],[132,21]],[[59092,72066],[19,3],[40,139],[200,-8],[253,172],[-188,-245],[21,-108]],[[56583,72391],[152,-194],[216,33],[207,-41],[-7,-100],[151,69],[-35,-170],[-400,-49],[3,95],[-339,112],[52,245]],[[54311,73846],[-100,-453],[41,-179],[-58,-296],[-213,217],[-141,62],[-387,293],[38,296],[325,-53],[284,63],[211,50]],[[52558,75561],[166,-408],[-39,-762],[-126,36],[-113,-192],[-105,153],[-11,694],[-64,330],[153,-29],[139,178]],[[89159,73219],[-104,-460],[48,-288],[-145,-406],[-355,-271],[-488,-36],[-396,-657],[-186,221],[-12,431],[-483,-127],[-329,-271],[-325,-11],[282,-424],[-186,-979],[-179,-242],[-135,224],[69,519],[-176,167],[-113,395],[263,177],[145,362],[280,298],[203,394],[553,171],[297,-117],[291,1024],[185,-275],[408,575],[158,224],[174,704],[-47,648],[117,364],[295,105],[152,-798],[-9,-467],[-256,-580],[4,-594]],[[52655,76104],[-92,-445],[-126,118],[-64,387],[56,214],[179,220],[47,-494]],[[89974,77268],[195,-122],[197,244],[62,-647],[-412,-157],[-244,-572],[-436,393],[-152,-630],[-308,-9],[-39,573],[138,443],[296,32],[81,797],[83,449],[326,-600],[213,-194]],[[32315,78637],[202,-78],[257,16],[-137,-236],[-102,-37],[-353,244],[-69,193],[105,177],[97,-279]],[[32831,80108],[-135,-10],[-360,180],[-258,272],[96,49],[365,-145],[284,-240],[8,-106]],[[15692,79765],[-140,-80],[-456,262],[-84,204],[-248,202],[-50,164],[-286,103],[-107,314],[24,133],[291,-125],[171,-88],[261,-61],[94,-198],[138,-274],[277,-238],[115,-318]],[[34407,81019],[-184,-504],[181,195],[187,-124],[-98,-200],[247,-158],[128,140],[277,-177],[-86,-422],[194,99],[36,-306],[86,-358],[-117,-507],[-125,-21],[-183,109],[60,471],[-77,73],[-322,-499],[-166,20],[196,270],[-267,140],[-298,-34],[-539,17],[-43,171],[173,202],[-121,157],[234,347],[287,917],[172,328],[241,198],[129,-25],[-54,-156],[-148,-363]],[[13136,82950],[267,46],[-84,-654],[242,-463],[-111,1],[-167,264],[-103,265],[-140,179],[-51,253],[16,184],[131,-75]],[[89901,81054],[280,-1020],[-411,190],[-171,-832],[271,-590],[-8,-403],[-211,347],[-182,-445],[-51,483],[31,561],[-32,621],[64,436],[13,770],[-163,566],[24,787],[257,265],[-110,267],[123,81],[73,-381],[96,-555],[-7,-567],[114,-581]],[[47896,83579],[233,23],[298,-356],[-149,-395]],[[48278,82851],[46,-412],[-210,-514],[-493,-340],[-393,87],[225,601],[-145,586],[378,451],[210,269]],[[53524,83854],[-166,-466],[-291,325],[-39,239],[408,191],[88,-289]],[[7498,84721],[-277,-219],[-142,148],[-43,270],[252,205],[148,88],[185,-39],[117,-179],[-240,-274]],[[49420,84027],[270,-740]],[[49690,83287],[190,-93],[171,-656],[79,-227],[337,-110],[-34,-368],[-142,-169],[111,-298],[-250,-302],[-371,6],[-473,-159],[-130,114],[-183,-270],[-257,65],[-195,-220],[-148,115],[407,605],[249,125]],[[49051,81445],[-436,96]],[[48615,81541],[-79,229],[291,179],[-152,310],[52,377]],[[48727,82636],[414,-52]],[[49141,82584],[40,334]],[[49181,82918],[-190,363]],[[48991,83281],[-337,101],[-66,156],[101,258],[-92,158],[-149,-272],[-17,555],[-140,294],[101,595],[216,467],[222,-45],[335,48],[-297,-623],[283,79],[304,-3],[-72,-469],[-250,-516],[287,-37]],[[4006,86330],[-171,-89],[-182,107],[-168,157],[274,98],[220,-52],[27,-221]],[[27981,87625],[-108,-302],[-123,49],[-73,171],[13,40],[107,173],[114,-13],[70,-118]],[[27250,87943],[-325,-317],[-196,13],[-61,156],[207,265],[381,-5],[-6,-112]],[[2297,88560],[171,-109],[173,59],[225,-152],[276,-77],[-23,-63],[-211,-121],[-211,125],[-106,104],[-245,-33],[-66,51],[17,216]],[[26344,89640],[51,-253],[143,89],[161,-151],[304,-198],[318,-179],[25,-274],[204,45],[199,-191],[-247,-181],[-432,138],[-156,259],[-275,-306],[-396,-298],[-95,337],[-377,-55],[242,284],[35,454],[95,527],[201,-47]],[[45969,90100],[-64,-373],[314,-392],[-361,-440],[-801,-394],[-240,-105],[-365,85],[-775,182],[273,254],[-605,282],[492,112],[-12,169],[-583,134],[188,375],[421,85],[433,-391],[422,314],[349,-163],[453,307],[461,-41]],[[28926,90499],[-312,-29],[-69,282],[118,323],[255,80],[217,-160],[3,-246],[-32,-80],[-180,-170]],[[0,91544],[681,-440],[728,-572],[-24,-358],[187,-143],[-64,418],[754,-86],[544,-539],[-276,-251],[-455,-59],[-7,-563],[-111,-120],[-260,17],[-212,201],[-369,168],[-62,250],[-283,94],[-315,-74],[-151,201],[60,214],[-333,-137],[126,-271],[-158,-244]],[[0,89250],[0,2294]],[[23431,91627],[-173,-202],[-374,175],[-226,-63],[-380,259],[245,178],[194,250],[295,-164],[166,-103],[84,-110],[169,-220]],[[99999,92620],[-305,-29],[-49,183],[-99645,240]],[[0,93014],[99999,-394]],[[0,93014],[36,24],[235,-1],[402,-165],[-24,-79],[-286,-138],[-363,-35]],[[0,92620],[0,394]],[[27392,90477],[-544,-402],[-386,-89]],[[26462,89986],[-287,173],[-83,-289],[-268,-486],[-81,-252],[-322,-389],[-397,-38],[-220,-244],[-18,-374],[-323,-72],[-340,-467],[-301,-648],[-108,-454]],[[23714,86446],[-15,-669],[408,-96]],[[24107,85681],[125,-539],[130,-437],[388,114],[517,-250],[277,-219],[199,-272],[348,-158],[294,-243],[459,-33],[302,-56],[-45,-499],[86,-578],[201,-645],[414,-547],[214,188],[150,592],[-145,909],[-196,303],[445,270],[314,404],[154,401]],[[28738,84386],[-22,385],[-189,489]],[[28527,85260],[-338,434],[328,603],[-121,522],[-93,899],[194,133],[476,-157],[286,-56],[230,152],[258,-196],[342,-333],[85,-224]],[[30174,87037],[495,-43],[-8,-484]],[[30661,86510],[92,-728],[254,-90],[201,-339],[402,319],[266,636]],[[31876,86308],[184,268],[216,-515]],[[32276,86061],[362,-734],[307,-691],[-112,-362],[370,-325],[250,-329],[442,-149],[179,-183],[110,-488],[216,-76],[112,-217],[20,-647],[-202,-217],[-199,-202],[-458,-205],[-349,-473],[-470,-93],[-594,121],[-417,4],[-287,-40],[-233,-413],[-354,-255],[-401,-762],[-320,-532],[236,95],[446,756],[583,480]],[[31513,80124],[416,58],[245,-283]],[[32174,79899],[-262,-387],[88,-620],[91,-435],[361,-287],[459,83],[278,647],[19,-417],[180,-209],[-344,-377],[-615,-343],[-276,-233],[-310,-415],[-211,43],[-11,487],[483,476],[-445,-19],[-309,-70]],[[31350,77823],[48,-189],[-296,-279],[-286,-198],[-293,-171]],[[30523,76986],[-159,-376],[-35,-95]],[[30329,76515],[-3,-306],[92,-305],[115,-14],[-29,210],[83,-128],[-22,-165],[-188,-93],[-133,11],[-205,-100],[-121,-29],[-162,-28],[-231,-167],[408,108],[82,-109],[-389,-173],[-177,-1],[8,71],[-84,-160],[82,-26],[-60,-414],[-203,-443],[-20,148],[-61,30],[-91,144],[57,-310]],[[29077,74266],[66,-103],[8,-217]],[[29151,73946],[-89,-224],[-157,-460],[-25,23],[86,392],[-142,220],[-33,478],[-53,-249],[59,-365]],[[28797,73761],[-175,86],[183,-181]],[[28805,73666],[12,-548],[79,-40],[29,-199],[39,-577],[-176,-427],[-288,-171],[-182,-338],[-139,-37],[-141,-211],[-39,-193],[-305,-374],[-157,-274],[-131,-342],[-43,-409],[50,-400],[92,-492],[124,-408],[1,-249],[132,-668],[-9,-388],[-12,-224],[-69,-352],[-83,-73],[-137,70],[-44,253]],[[27408,66595],[-106,132],[-147,496]],[[27155,67223],[-129,440]],[[27026,67663],[-42,226],[57,382]],[[27041,68271],[-77,317],[-217,481]],[[26747,69069],[-108,89],[-281,-262],[-49,29],[-135,269],[-174,142],[-314,-72],[-247,63],[-212,-39]],[[25227,69288],[-118,-81],[54,-162]],[[25163,69045],[-5,-234],[59,-113],[-53,-76],[-103,85],[-104,-109]],[[24957,68598],[-202,18],[-207,304]],[[24548,68920],[-242,-72],[-202,133],[-173,-40],[-234,-135],[-253,-427],[-276,-248],[-152,-275],[-63,-259],[-3,-397],[14,-277],[52,-196]],[[23016,66727],[1,-1],[-1,-1],[-107,-503]],[[22909,66222],[-49,-415],[-20,-771],[-27,-281],[48,-315],[86,-280],[56,-447],[184,-429],[65,-328],[109,-284],[295,-153],[114,-241],[244,161],[212,58],[208,104],[175,99],[176,235],[67,336],[22,483],[48,169],[188,151],[294,133],[246,-20],[169,49],[66,-122],[-9,-278],[-149,-342],[-66,-351],[51,-100],[-42,-249],[-69,-449],[-71,148],[-58,-10]],[[25472,62483],[1,-84],[53,-3],[-5,-157],[-45,-249],[24,-89],[-29,-206],[18,-55],[-32,-291],[-55,-153],[-50,-18],[-55,-199]],[[25297,60979],[90,-105],[24,86],[82,-73]],[[25493,60887],[29,-23],[61,101],[79,9],[26,-47],[43,28],[129,-52],[128,15],[90,64],[32,65],[89,-30],[66,-39],[73,13],[55,50],[127,-80],[44,-13],[85,-107],[80,-129],[101,-88],[73,-159]],[[26903,60465],[-24,-55],[-14,-129],[29,-210],[-64,-197],[-30,-231],[-9,-254],[15,-148],[7,-260],[-43,-56],[-26,-247],[19,-152],[-56,-147],[12,-156],[43,-94]],[[26762,58129],[70,-313],[108,-232],[130,-246]],[[27070,57338],[100,-206],[-6,-122],[111,-26],[26,47],[77,-142],[136,42],[119,145],[168,116]],[[27801,57192],[95,173],[153,-34]],[[28049,57331],[-10,-57],[155,-20],[124,-99],[90,-173]],[[28408,56982],[105,-160],[143,-18]],[[28656,56804],[209,402],[114,62],[3,190],[51,487],[159,267],[175,11],[22,120],[218,-48],[218,291],[109,128],[134,278],[98,-36],[73,-151],[-54,-194]],[[30185,58611],[-8,-136],[-163,-67],[91,-262],[-3,-301],[-123,-334],[105,-457],[120,37],[62,417],[-86,202],[-14,436],[346,234],[-38,272],[97,181],[100,-404],[195,-10],[180,-321],[11,-190]],[[31057,57908],[249,-5],[297,59]],[[31603,57962],[159,-258],[213,-71],[155,180],[4,145],[344,34],[333,8],[-236,-170],[95,-272],[222,-43],[210,-283]],[[33102,57232],[45,-461],[144,13],[109,-136]],[[33400,56648],[183,-212],[171,-375],[8,-297],[105,-13],[149,-281],[109,-201]],[[34125,55269],[333,-115],[30,104],[225,41],[298,-155]],[[35011,55144],[95,-63],[204,-136],[294,-486],[46,-236]],[[35650,54223],[95,27],[69,-318],[155,-1008],[149,-95],[7,-397],[-208,-474],[86,-174],[491,-90]],[[36494,51694],[10,-577],[211,377]],[[36715,51494],[349,-207],[462,-351],[135,-338],[-45,-319],[323,178],[540,-305],[415,23],[411,-477],[355,-645],[214,-166],[237,-23],[101,-182],[94,-733],[46,-348],[-110,-953],[-142,-376],[-391,-801],[-177,-651],[-206,-499],[-69,-11],[-78,-424],[20,-1079],[-77,-888],[-30,-379],[-88,-228],[-49,-769],[-282,-752],[-47,-595]],[[38626,39196],[-225,-249],[-65,-346]],[[38336,38601],[-302,2],[-437,-222],[-195,-256],[-311,-168],[-327,-459],[-235,-571],[-41,-430],[46,-318],[-51,-582],[-63,-281],[-195,-317],[-308,-1013],[-244,-457],[-189,-269],[-127,-548],[-183,-329]],[[35174,32383],[-121,-362],[-313,-320],[-205,115],[-151,-62],[-256,247],[-189,-18]],[[33939,31983],[-169,318],[-19,-300]],[[33751,32001],[353,-493],[-38,-397],[173,-251],[-14,-282],[-267,-738],[-412,-309],[-557,-120],[-305,58],[59,-343],[-57,-431],[51,-291],[-167,-202],[-284,-80],[-267,210],[-108,-151],[39,-572],[188,-173],[152,181],[82,-299],[-255,-179],[-223,-358],[-41,-579],[-66,-309],[-262,-1],[-218,-295],[-80,-432]],[[31227,25165],[274,-422],[265,-116]],[[31766,24627],[-96,-517],[-328,-325],[-180,-675],[-254,-227],[-113,-270],[89,-598],[185,-333],[-117,29]],[[30952,21711],[-247,4],[-134,-141],[-250,-208],[-45,-538],[-118,-14],[-313,188],[-318,401],[-346,329],[-87,365],[79,337],[-140,383],[-36,982],[119,554],[293,445],[-422,168],[265,509],[94,956],[309,-202],[145,1193],[-186,153],[-87,-719],[-175,81],[87,823],[95,1067],[127,394]],[[29661,29221],[-79,562],[-23,649]],[[29559,30432],[117,18],[170,930],[192,922],[118,858],[-64,863],[83,475],[-34,711],[163,703],[50,1114],[89,1196],[87,1287],[-20,943],[-58,811]],[[30452,41263],[-279,331],[-24,236],[-551,578],[-498,630],[-214,355],[-115,476],[46,166],[-236,755],[-274,1063],[-262,1147],[-114,262],[-87,424],[-216,376],[-198,233],[90,257],[-134,550],[86,403],[221,364]],[[27693,49869],[148,430],[-60,251],[-106,-267],[-166,252],[56,163],[-47,522],[97,87],[52,359],[105,371],[-20,235],[153,123],[190,230]],[[28095,52625],[-37,178],[103,44],[-12,288],[65,209],[138,38],[117,362],[106,302],[-102,137],[52,335],[-62,526],[59,152],[-44,487],[-112,306]],[[28366,55989],[-93,167],[-59,310]],[[28214,56466],[68,154],[-70,40],[-52,190],[-138,160],[-122,-37],[-56,-200],[-112,-145],[-61,-20],[-27,-120],[132,-312],[-75,-74],[-40,-85]],[[27661,56017],[-130,-30],[-48,344],[-36,-97]],[[27447,56234],[-92,33],[-56,232],[-114,38],[-72,68],[-119,-1],[-8,-125],[-32,87]],[[26954,56566],[-151,128],[-56,121],[32,100],[-11,127],[-77,138],[-109,113],[-95,74],[-19,168],[-73,103],[18,-167],[-55,-138],[-64,160],[-89,57],[-38,116],[2,175],[36,182],[-78,81],[64,111]],[[26191,58215],[-96,181],[-130,233],[-61,194],[-117,181],[-140,260],[31,89],[46,-87],[21,41]],[[25745,59307],[-48,180],[-84,50]],[[25613,59537],[-31,-135],[-161,8],[-100,55],[-115,115],[-154,36],[-79,123]],[[24973,59739],[-142,101],[-174,10],[-127,114],[-149,238]],[[24381,60202],[-314,620],[-144,187],[-226,150],[-156,-42],[-223,-216],[-140,-57],[-196,152],[-208,109],[-260,264],[-208,81],[-314,268],[-233,275],[-70,154],[-155,34],[-284,183],[-116,262],[-299,327],[-139,363],[-66,281],[93,56],[-29,164],[64,150],[1,199],[-93,259],[-25,229],[-94,290],[-244,573],[-280,450],[-135,359],[-238,235],[-51,140],[42,356],[-142,135],[-164,279],[-69,402],[-149,47]],[[19117,67920],[-162,304],[-130,280]],[[18825,68504],[-12,180],[-149,434],[-99,441],[5,221],[-201,229],[-93,-26],[-159,159],[-44,-234],[46,-276],[27,-433],[95,-237],[206,-397],[46,-135],[42,-41],[37,-198],[49,8],[56,-372],[85,-146],[59,-204],[174,-293],[92,-536],[83,-252],[77,-270],[15,-304],[134,-19],[112,-261],[100,-257]],[[19608,65285],[-6,-103],[-117,-212]],[[19485,64970],[-49,3],[-74,350]],[[19362,65323],[-182,328],[-200,278]],[[18980,65929],[-142,147],[9,421],[-42,312],[-132,179],[-191,257]],[[18482,67245],[-37,-74],[-70,150]],[[18375,67321],[-171,139],[-164,334],[20,44],[115,-33],[103,215],[10,260],[-214,411],[-163,159],[-102,360],[-103,377],[-129,461],[-113,518]],[[17464,70566],[-46,294],[-180,331],[-130,69],[-30,165],[-156,29],[-100,156],[-258,57]],[[16564,71667],[-70,93],[-34,316]],[[16460,72076],[-270,578],[-231,801],[10,133],[-123,190],[-215,483],[-38,469],[-148,315],[61,477],[-10,494]],[[15496,76016],[-89,442],[109,542]],[[15516,77e3],[67,1045]],[[15583,78045],[-50,773]],[[15533,78818],[-88,493],[-80,267]],[[15365,79578],[33,112],[402,-195],[148,-544]],[[15948,78951],[68,152],[-44,472]],[[15972,79575],[-94,473]],[[15878,80048],[-38,1],[-537,566],[-199,248],[-503,239],[-155,510],[40,353],[-356,245]],[[14130,82210],[-48,465],[-336,418]],[[13746,83093],[-6,296]],[[13740,83389],[-153,217]],[[13587,83606],[-245,184],[-78,502]],[[13264,84292],[-358,466],[-150,543],[-267,38],[-441,14],[-326,165],[-574,598],[-266,109],[-486,206],[-385,-49],[-546,264],[-330,246],[-309,-122],[58,-400],[-154,-37],[-321,-120],[-245,-195]],[[8164,86018],[-307,-122],[-40,339]],[[7817,86235],[125,565],[295,177],[-76,145],[-354,-321],[-190,-383],[-400,-410],[203,-280],[-262,-413],[-299,-241],[-278,-176],[-69,-255],[-434,-297],[-87,-271],[-325,-246],[-191,44],[-259,-160],[-282,-196],[-231,-193],[-477,-164]],[[4226,83160],[-43,97],[304,269]],[[4487,83526],[271,177],[296,315],[345,65],[137,236],[385,345],[62,115],[205,204],[48,437],[141,340],[-320,-175],[-90,99],[-150,-209],[-181,292],[-75,-207],[-104,287],[-278,-230],[-170,0],[-24,343],[50,211],[-179,205],[-361,-110],[-235,270],[-190,138],[-1,327],[-214,245],[108,331],[226,322],[99,295],[225,42],[191,-92],[224,278],[201,-50],[212,179],[-52,263],[-155,104],[205,222],[-170,-7],[-295,-125],[-85,-127],[-219,127],[-392,-65],[-407,138],[-117,232]],[[3654,89313],[-351,335],[390,240]],[[3693,89888],[620,282],[228,0],[-38,-288],[586,22],[-225,357],[-342,219],[-197,288],[-267,246],[-381,182],[155,302]],[[3832,91498],[493,18],[350,263]],[[4675,91779],[66,280],[284,274],[271,66],[526,256],[256,-39],[427,307],[421,-121],[201,-260],[123,112],[469,-35],[-16,-132],[425,-98],[283,57],[585,-182],[534,-54],[214,-75],[370,94],[421,-173],[302,-81]],[[10837,91975],[518,-139],[438,-277],[289,-53],[244,241]],[[12326,91747],[336,180],[413,-71]],[[13075,91856],[416,253],[455,144],[191,-239],[207,134],[62,272],[192,-62],[470,-516],[369,390],[38,-437],[341,95],[105,168],[337,-33],[424,-242],[650,-211],[383,-98],[272,37]],[[17987,91511],[375,-292],[-391,-286]],[[17971,90933],[502,-123],[750,68],[236,100],[296,-345],[302,291],[-283,245],[179,197],[338,26],[223,58],[224,-138],[279,-312],[310,46],[491,-260],[431,91],[405,-13],[-32,358]],[[22622,91222],[247,101],[431,-196]],[[23300,91127],[-2,-545],[177,459],[223,-15],[126,579],[-298,355],[-324,233],[22,636],[329,418],[366,-92],[281,-255],[378,-649],[-247,-283],[517,-116],[-1,-589],[371,451],[332,-371],[-83,-427],[269,-388],[290,416],[202,497],[16,632],[394,-44],[411,-85],[373,-286],[17,-285],[-207,-307],[196,-309],[-36,-280]],[[19722,91438],[-824,-101],[-374,-39]],[[18524,91298],[-151,271],[-379,157],[-246,-64],[-343,456],[185,61],[429,99],[392,-26],[362,100],[-537,135],[-594,-46],[-394,11],[-146,213],[644,230],[-428,-8],[-485,152],[233,431],[193,229],[744,351],[284,-111],[-139,-270],[618,174],[386,-291],[314,294],[254,-188],[227,-566],[140,238],[-197,590],[244,85],[276,-93],[311,-232],[175,-561],[86,-406],[466,-285],[502,-273],[-31,-253],[-456,-47],[178,-221],[-94,-211],[-503,90],[-478,156],[-322,-35],[-522,-196]],[[20972,94111],[-244,-381],[-434,404],[95,80],[372,23],[211,-126]],[[28794,93928],[25,-159],[-296,16],[-299,13],[-304,-78],[-80,35],[-306,306],[12,207],[133,38],[636,-62],[479,-316]],[[25955,93959],[219,-359],[256,465],[704,236],[477,-596],[-42,-377],[550,168],[263,228],[616,-291],[383,-274],[36,-252],[515,131],[290,-367],[670,-228],[242,-232],[263,-539],[-510,-268],[654,-376],[441,-127],[400,-529],[437,-38],[-87,-404],[-487,-669],[-342,246],[-437,554],[-359,-72],[-35,-330],[292,-335],[377,-265],[114,-153],[181,-570],[-96,-414],[-350,156],[-697,461],[393,-496],[289,-348],[45,-201],[-753,230],[-596,334],[-337,281],[97,162],[-414,296],[-405,280],[5,-167],[-803,-92],[-235,198],[183,424],[522,10],[571,74],[-92,205],[96,287],[360,561],[-77,255],[-107,197],[-425,280],[-563,196],[178,145],[-294,358],[-245,33],[-219,196],[-149,-170],[-503,-74],[-1011,129],[-588,169],[-450,87],[-231,202],[290,263],[-394,2],[-88,583],[213,515],[286,235],[717,154],[-204,-373]],[[22123,94355],[331,-122],[496,73],[72,-167],[-259,-276],[420,-248],[-50,-518],[-455,-223],[-268,48],[-192,220],[-690,444],[5,185],[567,-72],[-306,377],[329,279]],[[89889,93991],[-421,-4],[-569,64],[-49,31],[263,227],[348,54],[394,-221],[34,-151]],[[24112,93737],[-298,-430],[-317,21],[-173,506],[4,287],[145,244],[276,157],[579,-20],[530,-140],[-415,-513],[-331,-112]],[[15808,92660],[-147,253],[-641,304]],[[15020,93217],[93,188],[218,477]],[[15331,93882],[241,378],[-272,353],[939,90],[397,-119],[709,-32],[270,-167],[298,-243],[-349,-145],[-681,-405],[-344,-403]],[[16539,93189],[0,-242],[-731,-287]],[[91869,95069],[-321,-228],[-444,52],[-516,227],[66,187],[518,-87],[697,-151]],[[23996,95009],[-151,-223],[-403,43],[-337,150],[148,259],[399,155],[243,-202],[101,-182]],[[90301,95344],[-219,-427],[-1023,16],[-461,-136],[-550,374],[149,396],[366,108],[734,-25],[1004,-306]],[[22639,96011],[212,-267],[9,-295],[-127,-429],[-458,-59],[-298,92],[5,336],[-455,-44],[-18,445],[299,-18],[419,197],[390,-34],[22,76]],[[19941,95712],[109,-205],[247,97],[291,-25],[49,-282],[-169,-274],[-940,-89],[-701,-249],[-423,-13],[-35,187],[577,255],[-1255,-69],[-389,103],[379,563],[262,161],[782,-194],[493,-341],[485,-44],[-397,551],[255,210],[286,-67],[94,-275]],[[65981,92556],[-164,-51],[-907,75],[-74,256],[-503,154],[-40,311],[284,124],[-10,314],[551,491],[-255,70],[665,506],[-75,261],[621,304],[917,370],[925,108],[475,214],[541,74],[193,-227],[-187,-179],[-984,-286],[-848,-274],[-863,-548],[-414,-563],[-435,-553],[56,-479],[531,-472]],[[23699,96229],[308,-186],[547,2],[240,-190],[-64,-216],[319,-130],[177,-137],[374,-26],[406,-48],[441,125],[566,49],[451,-40],[298,-218],[62,-238],[-174,-153],[-414,-124],[-355,70],[-797,-88],[-570,-11],[-449,71],[-738,186],[-96,316],[-34,286],[-279,251],[-574,70],[-322,179],[104,236],[573,-36]],[[17722,96544],[-38,-443],[-214,-199],[-259,-29],[-517,-246],[-444,-88],[-377,124],[472,431],[570,373],[426,-8],[381,85]],[[0,89247],[99640,-253],[-360,42],[250,-307],[166,-474],[128,-155],[32,-238],[-71,-153],[-518,126],[-777,-434],[-247,-67],[-425,-405],[-403,-353],[-102,-262]],[[97313,86314],[-397,398],[-724,-451],[-126,213]],[[96066,86474],[-268,-246],[-371,79],[-90,-379],[-333,-557],[10,-233],[316,-129],[-37,-839],[-258,-21],[-119,-482],[116,-248],[-486,-294],[-96,-657],[-415,-141],[-83,-585],[-400,-536],[-103,396],[-119,841],[-155,1279],[134,799],[234,344]],[[93543,84865],[15,269],[431,129]],[[93989,85263],[496,725],[479,592],[499,459],[223,812]],[[95686,87851],[-337,-48],[-167,-475]],[[95182,87328],[-705,-632],[-227,708],[-717,-196],[-696,-965],[230,-353],[-620,-151],[-430,-59],[20,417],[-431,87],[-344,-283],[-850,99]],[[90412,86e3],[-913,-171],[-900,-1124]],[[88599,84705],[-1065,-1358]],[[87534,83347],[438,-72],[136,-361]],[[88108,82914],[270,-128],[178,288],[305,-38],[401,-633],[9,-490],[-217,-576],[-23,-687],[-126,-921],[-418,-833],[-94,-399],[-377,-670],[-374,-665],[-179,-340],[-370,-338],[-175,-8],[-175,280],[-373,-421],[-43,-192]],[[86327,76143],[-106,35],[-120,-195],[-83,-196],[10,-414],[-143,-127],[-50,-102],[-104,-170],[-185,-95],[-121,-154],[-9,-250],[-32,-63],[111,-94],[157,-253]],[[85652,74065],[240,-679],[68,-373],[3,-664],[-105,-316],[-252,-111],[-222,-239],[-250,-49]],[[85134,71634],[-31,314],[52,431],[-123,600]],[[85032,72979],[206,97],[-190,493]],[[85048,73569],[-135,109],[-34,-108],[-81,-48],[-10,109],[-72,52],[-75,92]],[[84641,73775],[77,254],[65,67]],[[84783,74096],[-25,106],[71,310]],[[84829,74512],[-18,94],[-163,63],[-131,154]],[[84517,74823],[-388,-167],[-204,-269],[-300,-157],[148,267],[-58,224],[220,387],[-147,302],[-242,-204],[-314,-400],[-171,-372],[-272,-28],[-142,-268],[147,-390],[227,-94],[9,-259],[220,-168],[311,411],[247,-224],[179,-15]],[[83987,73399],[46,-302],[-394,-161]],[[83639,72936],[-130,-311],[-270,-289],[-142,-403],[299,-316],[109,-567],[169,-527],[189,-443],[-5,-428],[-174,-157],[66,-307],[164,-179],[-43,-469],[-71,-456],[-155,-52],[-203,-623],[-225,-756],[-258,-687],[-382,-532],[-386,-484],[-313,-67],[-170,-255],[-96,186],[-157,-286],[-388,-288],[-294,-88],[-95,-609],[-154,-33],[-73,418],[66,222],[-373,185],[-131,-94]],[[80013,64241],[-371,-493],[-231,-544],[-61,-399],[212,-607],[260,-753],[252,-356],[169,-462],[127,-1066],[-37,-1013],[-232,-379],[-318,-371],[-227,-480],[-346,-536],[-101,369],[78,390],[-206,327]],[[78981,57868],[-233,84],[-112,301],[-141,594]],[[78495,58847],[-249,265],[-238,-11],[41,452],[-245,-3],[-22,-633],[-150,-841],[-90,-509],[19,-417],[181,-18],[113,-526],[50,-498],[155,-330],[168,-67],[144,-299]],[[78372,55412],[64,-54],[164,-347],[116,-386],[16,-388],[-29,-262],[27,-198],[20,-340],[98,-159],[109,-509],[-5,-195],[-197,-38],[-263,426],[-329,457],[-32,294],[-161,385],[-38,477],[-100,314],[30,419],[-61,244]],[[77801,55552],[-110,221],[-47,285],[-148,325],[-135,274],[-45,-339],[-53,320],[30,359],[82,553]],[[77375,57550],[-27,427],[86,441],[-94,341],[23,627],[-113,299],[-90,689],[-50,727],[-121,477]],[[76989,61578],[-183,-288],[-315,-411]],[[76491,60879],[-156,51],[-172,135],[96,714],[-58,539],[-218,664],[34,208],[-163,74],[-197,469]],[[75657,63733],[-79,301],[-16,293],[-53,277],[-116,335],[-256,23],[25,-237]],[[75162,64725],[-87,-320],[-118,116]],[[74957,64521],[-41,-105],[-78,63],[-108,52]],[[74730,64531],[-39,-210],[-189,7],[-343,-120],[16,-433],[-148,-341],[-400,-387],[-311,-678],[-209,-363],[-276,-377],[-1,-265],[-138,-142]],[[72692,61222],[-250,-206],[-130,-31]],[[72312,60985],[-84,-439],[58,-749],[15,-478],[-118,-547],[-1,-978],[-144,-28],[-126,-439],[84,-190],[-253,-163],[-93,-392],[-112,-165],[-263,537],[-128,807],[-107,581],[-97,272],[-148,553],[-69,720],[-48,360],[-253,791],[-115,1116],[-83,737],[1,698],[-54,539],[-404,-345],[-196,69],[-362,698],[133,208],[-82,226],[-326,489]],[[68937,65473],[-203,146],[-83,414],[-215,438],[-512,-108],[-451,-11],[-391,-81]],[[67082,66271],[-523,174]],[[66559,66445],[-302,133],[-314,74]],[[65943,66652],[-118,707],[-133,102],[-214,-103],[-280,-279],[-339,191],[-281,443],[-267,164],[-186,546],[-205,768],[-149,-93],[-177,190]],[[63594,69288],[-103,-224],[-165,28]],[[63326,69092],[58,-254],[-25,-132],[89,-434]],[[63448,68272],[109,-497],[137,-131]],[[63694,67644],[47,-202],[190,-243]],[[63931,67199],[16,-237],[-27,-192],[35,-193],[80,-162],[37,-189],[41,-141]],[[64113,66085],[-18,419],[75,302],[76,62],[84,-180],[5,-337],[-61,-339]],[[64274,66012],[53,-220]],[[64327,65792],[49,28],[11,-158],[217,91],[230,-15],[168,-17],[190,389],[207,369],[176,355]],[[65575,66834],[80,196],[35,-50],[-26,-238],[-37,-104]],[[65627,66638],[38,-455]],[[65665,66183],[125,-393],[155,-209]],[[65945,65581],[204,-76],[164,-105]],[[66313,65400],[125,-330],[75,-191],[100,-73],[-1,-128],[-101,-344],[-44,-161],[-117,-184],[-104,-395],[-126,30],[-58,-137],[-44,-292],[34,-385],[-26,-71],[-128,2],[-174,-215],[-27,-281],[-63,-121]],[[65634,62124],[-173,5],[-109,-146]],[[65352,61983],[1,-232],[-134,-160],[-153,54],[-186,-194],[-128,-33]],[[64752,61418],[-201,-154],[-54,-256],[-6,-196],[-277,-244],[-444,-268],[-249,-406],[-122,-32],[-83,34],[-163,-239],[-177,-111],[-233,-30],[-70,-33],[-61,-152],[-73,-42]],[[62539,59289],[-42,-146],[-138,13],[-89,-79]],[[62270,59077],[-192,30],[-72,336],[8,315],[-46,170],[-54,426],[-80,236],[56,28],[-29,264],[34,111],[-12,251]],[[61883,61244],[-36,246],[-84,173]],[[61763,61663],[-22,230],[-143,206],[-148,483],[-79,469],[-192,397],[-124,94],[-184,549],[-32,400],[12,342],[-159,638],[-130,225],[-150,119],[-92,330],[15,130],[-77,299],[-81,128],[-108,429],[-170,464]],[[59899,67595],[-141,396],[-139,-3]],[[59619,67988],[44,316],[12,201],[34,230]],[[59709,68735],[-9,84]],[[59700,68819],[-78,-232],[-60,-435],[-75,-300],[-65,-100],[-93,186],[-125,257],[-198,825],[-29,-52],[115,-608],[171,-579],[210,-897],[102,-313],[90,-325],[249,-638],[-55,-100],[9,-374],[323,-517],[49,-118]],[[60240,64499],[90,-565],[-61,-105],[40,-593],[102,-687],[106,-142],[152,-213]],[[60669,62194],[161,-666],[77,-529],[152,-281],[379,-544],[154,-328],[151,-332],[87,-198],[136,-173]],[[61966,59143],[66,-178],[-9,-240],[-158,-137],[119,-158]],[[61984,58430],[91,-106],[54,-238],[125,-241],[138,-2],[262,147],[302,68],[245,179],[138,38],[99,105]],[[63438,58380],[158,21],[89,11]],[[63685,58412],[128,85],[147,58],[132,198],[105,1],[6,-159],[-25,-335],[1,-303],[-59,-208],[-78,-622],[-134,-644],[-172,-735],[-238,-844],[-237,-645],[-327,-785]],[[62934,53474],[-278,-466],[-415,-572]],[[62241,52436],[-259,-438],[-304,-698],[-64,-304],[-63,-136]],[[61551,50860],[-195,-230],[-68,-240],[-104,-42],[-40,-406],[-89,-233],[-54,-383],[-112,-190]],[[60889,49136],[-128,-709],[16,-327]],[[60777,48100],[178,-210],[8,-149],[-76,-348],[16,-175],[-18,-275],[97,-361],[115,-568],[101,-126]],[[61198,45888],[45,-258],[-11,-574],[34,-505],[11,-900],[49,-282],[-83,-412],[-108,-400],[-177,-357],[-254,-219],[-313,-279],[-313,-618],[-107,-106],[-194,-409],[-115,-133],[-23,-411],[132,-436],[54,-337],[4,-173],[49,29],[-8,-565],[-45,-267],[65,-99],[-41,-239],[-116,-205],[-229,-195],[-334,-312],[-122,-213],[24,-242],[71,-39],[-24,-303]],[[59119,36429],[-70,-419],[-32,-479],[-72,-260],[-190,-290],[-54,-84],[-118,-292],[-77,-296],[-158,-413],[-314,-594],[-196,-345]],[[57838,32957],[-209,-262],[-291,-224]],[[57338,32471],[-141,-30],[-36,-160],[-169,85],[-138,-109],[-301,111]],[[56553,32368],[-168,-70],[-115,30]],[[56270,32328],[-286,-228],[-238,-91],[-171,-218],[-127,-13],[-117,205]],[[55331,31983],[-94,11],[-120,257]],[[55117,32251],[-13,-80],[-37,155],[2,337],[-90,386],[89,105],[-7,442],[-182,539],[-139,488],[-1,1],[-199,749]],[[54540,35373],[-207,435],[-108,420],[-62,561],[-68,417],[-93,887],[-7,689],[-35,314],[-108,237],[-144,476],[-146,691],[-60,361],[-226,563],[-17,441]],[[53259,41865],[-26,363],[38,506],[96,527],[15,247],[90,519],[66,236],[159,377]],[[53697,44640],[90,257],[29,426]],[[53816,45323],[-15,326],[-83,206],[-74,350],[-68,345],[15,120],[85,228],[-84,557],[-57,385]],[[53535,47840],[-139,365],[26,111]],[[53422,48316],[-39,179]],[[53383,48495],[-74,433]],[[53309,48928],[-228,610]],[[53081,49538],[-285,581],[-184,475],[-169,595],[9,192],[61,184],[67,419],[56,427]],[[52636,52411],[-52,87],[96,647]],[[52680,53145],[40,454],[-108,381],[-127,98],[-56,258]],[[52429,54336],[-71,82],[3,159]],[[52361,54577],[-289,-207],[-105,30],[-107,-129],[-222,13],[-149,360],[-91,417],[-197,379],[-209,-7],[-245,1]],[[50747,55434],[-229,-67],[-224,-123]],[[50294,55244],[-436,-337],[-154,-198],[-250,-167],[-248,164]],[[49206,54706],[-126,-6],[-194,112],[-178,-6],[-329,-101],[-193,-166],[-275,-211],[-54,15]],[[47857,54343],[-73,-5],[-286,274],[-252,439],[-237,315],[-187,371]],[[46822,55737],[-75,43],[-200,232],[-144,308],[-49,211],[-34,425]],[[46320,56956],[-122,341],[-108,226],[-71,74],[-69,115],[-32,254],[-41,127],[-80,94]],[[45797,58187],[-149,241],[-117,38],[-63,162],[1,88],[-84,122],[-18,124]],[[45367,58962],[-46,441]],[[45321,59403],[36,255]],[[45357,59658],[-115,449],[-138,205],[122,109],[134,404],[66,296]],[[45426,61121],[-24,311]],[[45402,61432],[78,284],[34,542]],[[45514,62258],[-30,569],[-34,286],[28,287],[-72,274],[-146,249]],[[45260,63923],[12,243]],[[45272,64166],[13,267],[106,157],[91,300],[-18,195],[96,406],[155,366],[93,93],[74,336],[6,307],[100,356],[185,210],[177,588]],[[46350,67747],[144,229]],[[46494,67976],[259,64]],[[46753,68040],[219,393],[139,154]],[[47111,68587],[232,481],[-70,716],[106,495],[37,304],[179,389],[278,263],[206,238],[186,596],[87,354],[205,-3],[167,-244],[264,39],[288,-127],[121,-6]],[[49397,72082],[267,315],[300,100],[175,238],[268,175],[471,102],[459,47],[140,-85],[262,227],[297,4],[113,-134],[190,35]],[[52339,73106],[302,233],[195,-70]],[[52836,73269],[-9,-291],[236,212],[20,-111],[-139,-282],[-2,-266],[96,-143],[-36,-499],[-183,-289],[53,-314],[143,-10],[70,-274],[106,-90]],[[53191,70912],[326,-198],[117,50],[232,-96],[368,-258],[130,-512],[250,-111],[391,-242],[296,-286],[136,150]],[[55437,69409],[133,265],[-65,441]],[[55505,70115],[87,280],[200,270],[192,78],[375,-118],[95,-257],[104,-3],[88,-98],[276,-67],[68,-191]],[[56990,70009],[369,10],[268,-152]],[[57627,69867],[275,-170],[129,-90]],[[58031,69607],[214,182],[114,165],[245,48],[198,-73],[75,-286],[65,189],[222,-136],[217,-33],[137,145]],[[59518,69808],[80,190],[-19,32]],[[59579,70030],[74,269],[56,435]],[[59709,70734],[40,146],[8,6]],[[59757,70886],[99,469],[138,406],[5,20]],[[59999,71781],[-26,440],[68,237]],[[60041,72458],[-102,261],[105,217],[-169,-49],[-233,132],[-191,-331],[-421,-65],[-225,309],[-300,19],[-64,-238],[-192,-69],[-268,307],[-303,-11],[-165,573],[-203,320]],[[57310,73833],[135,448],[-176,275]],[[57269,74556],[308,551],[428,23],[117,437]],[[58122,75567],[529,-76]],[[58651,75491],[334,374],[324,162]],[[59309,76027],[459,13],[485,-406],[399,-223],[323,89],[239,-52],[328,301]],[[61542,75749],[42,246],[-70,393],[-160,212],[-154,66],[-102,177]],[[61098,76843],[-354,486],[-317,218],[-240,338],[202,92],[231,482]],[[60620,78459],[-156,228],[410,234],[-8,126]],[[60866,79047],[-249,-92]],[[60617,78955],[-222,-46],[-185,-187],[-260,-30],[-239,-215],[16,-358],[136,-139],[284,35],[-55,-206]],[[60092,77809],[-304,-99],[-377,-334]],[[59411,77376],[-154,117],[61,271],[-304,169],[50,110],[265,191],[-80,132],[-432,146],[-19,215],[-257,-71],[-103,-317],[-215,-426]],[[58223,77913],[6,-149]],[[58229,77764],[-135,-123],[-84,53]],[[58010,77694],[-78,-694]],[[57932,77e3],[-144,-239],[-101,-412],[89,-328]],[[57776,76021],[33,-222],[243,-186],[-51,-141],[-330,-32],[-118,-178],[-232,-310],[-87,268],[3,119]],[[57237,75339],[-169,17],[-145,54],[-336,-150],[192,-323],[-141,-94],[-154,-1],[-147,297],[-52,-127],[62,-344],[139,-270],[-105,-126],[155,-265],[137,-167],[4,-326],[-257,153],[82,-294],[-176,-60],[105,-509],[-184,-7],[-228,251],[-104,460],[-49,384],[-108,264],[-143,329],[-18,164]],[[55597,74649],[-48,40],[-5,127],[-154,193],[-24,274],[23,393],[38,179]],[[55427,75855],[-46,91],[-59,44]],[[55322,75990],[-78,188],[-120,115]],[[55124,76293],[-261,213],[-161,207],[-254,171],[-233,424],[56,43],[-127,242],[-5,195],[-179,91],[-85,-249],[-82,193],[6,200],[10,9]],[[53809,78032],[62,52]],[[53871,78084],[-221,84],[-226,-204],[15,-286],[-34,-164],[91,-293],[261,-290],[140,-476]],[[53897,76455],[309,-465],[217,4]],[[54423,75994],[68,-127],[-78,-115],[249,-208],[204,-174],[238,-301],[29,-107],[-52,-206]],[[55081,74756],[-154,269],[-242,94]],[[54685,75119],[-116,-372],[200,-214],[-33,-300],[-116,-34],[-148,-494],[-116,-45],[1,176],[57,309],[60,123],[-108,334],[-85,290],[-115,72],[-82,249]],[[54084,75213],[-179,105],[-120,231]],[[53785,75549],[-206,37],[-217,260],[-254,375],[-189,332],[-86,569],[-138,67],[-226,190],[-128,-78],[-161,-267],[-115,-42]],[[52065,76992],[-252,-326],[-548,156],[-404,-186],[-32,-347]],[[50829,76289],[15,-335],[-263,-383],[-356,-122],[-25,-194],[-171,-319],[-107,-469],[108,-329],[-160,-257],[-60,-374],[-210,-115],[-197,-443]],[[49403,72949],[-352,-9],[-265,11]],[[48786,72951],[-174,-203],[-106,-218],[-136,48],[-103,195],[-79,331],[-259,89]],[[47929,73193],[-112,-149],[-146,81],[-143,-64],[42,451],[-26,354],[-124,53]],[[47420,73919],[-67,219],[22,376]],[[47375,74514],[111,210],[20,232],[58,347],[-6,244],[-56,206],[-12,195]],[[47490,75948],[14,410],[-114,250],[393,415],[340,-104],[373,4],[296,-98],[230,30],[449,-19]],[[49471,76836],[144,345],[53,1147],[-287,605],[-205,291],[-424,222],[-28,420],[360,125],[466,-148],[-88,652],[263,-247],[646,449],[84,472],[243,116]],[[50698,81285],[222,113]],[[50920,81398],[143,159],[244,847],[380,241],[231,-16]],[[51918,82629],[54,122],[232,31],[52,-127],[188,284],[-63,216],[-13,326]],[[52368,83481],[-113,320],[-8,589],[46,155],[80,173],[244,36]],[[52617,84754],[98,158],[223,163]],[[52938,85075],[-9,-296],[-82,-188],[33,-161],[151,-87],[-68,-217],[-83,62]],[[52880,84188],[-200,-414],[76,-281]],[[52756,83493],[4,-222],[281,-135],[-3,-204],[283,108],[156,158],[313,-228],[132,-183]],[[53922,82787],[189,169]],[[54111,82956],[434,267],[350,194]],[[54895,83417],[277,-97],[21,-140],[268,-8]],[[55461,83172],[63,254]],[[55524,83426],[383,187],[-59,484]],[[55848,84097],[10,433],[136,362],[262,196],[221,-430],[223,11]],[[56700,84669],[53,443],[32,339]],[[56785,85451],[-102,-72],[-176,204],[-24,331],[351,161],[350,83],[301,-95],[287,17]],[[57772,86080],[316,318],[-291,274]],[[57797,86672],[-504,-46],[-489,-211],[-452,-121],[-161,314],[-269,189],[62,567],[-135,520],[133,335],[252,362],[635,624],[185,121],[-28,243],[-387,272]],[[56639,89841],[-478,-163],[-269,-401],[43,-353],[-441,-463],[-537,-495],[-202,-811],[198,-406],[265,-320],[-255,-649],[-289,-135],[-106,-967],[-157,-539],[-337,55],[-158,-456],[-321,-27],[-89,545],[-232,653],[-211,814]],[[53063,85723],[-187,354],[-548,-666]],[[52328,85411],[-370,-135],[-385,293]],[[51573,85569],[-99,619],[-88,1329],[256,371],[733,483],[549,595],[508,802],[668,1112],[465,434],[763,722],[610,252],[457,-31],[423,477],[506,-25],[499,115],[869,-422],[-358,-154],[305,-361]],[[58639,91887],[286,200],[456,-348],[761,-137],[1050,-652],[213,-273],[18,-384],[-308,-302],[-454,-154],[-1240,438],[-204,-73],[453,-422]],[[59670,89780],[36,-856]],[[59706,88924],[358,-175],[217,-150],[36,279]],[[60317,88878],[-174,257],[183,209]],[[60326,89344],[672,-358]],[[60998,88986],[234,140],[-187,422]],[[61045,89548],[647,564],[256,-33],[260,-202],[161,396],[-231,343],[136,345],[-204,357],[777,-185],[158,-322],[-351,-71]],[[62654,90740],[2,-321],[218,-197]],[[62874,90222],[429,125],[68,367]],[[63371,90714],[581,275],[969,494]],[[64921,91483],[209,-28],[-273,-350],[344,-60],[199,197],[521,16],[412,239],[317,-347],[315,381],[-291,334],[145,190],[820,-175],[385,-180],[1006,-658],[186,302],[-282,304],[-8,122],[-335,57],[92,273],[-149,449],[-8,185],[512,521]],[[69038,93255],[182,524],[207,113]],[[69427,93892],[735,-152],[58,-320]],[[70220,93420],[-263,-467],[173,-184]],[[70130,92769],[89,-403],[-63,-789],[307,-353],[-120,-384],[-544,-818],[318,-85],[110,207],[306,148],[74,285],[240,274],[-162,328],[130,380],[-304,47],[-67,321],[222,578],[-361,469],[497,389],[-64,409],[139,13],[145,-319],[-109,-556],[297,-105],[-127,415],[465,227],[577,30],[513,-328],[-247,479],[-28,614]],[[72363,94242],[484,116],[668,-25]],[[73515,94333],[602,75],[-226,301]],[[73891,94709],[321,379],[319,15]],[[74531,95103],[540,286],[734,77]],[[75805,95466],[93,158],[729,53]],[[76627,95677],[227,-129],[624,306],[510,-10],[77,249],[265,245],[656,236],[476,-186],[-378,-142],[629,-89],[75,-284],[254,140],[812,-8],[626,-281],[223,-215],[-69,-300],[-307,-170],[-730,-320],[-209,-171],[345,-80],[410,-146]],[[81143,94322],[250,109],[142,-369]],[[81535,94062],[122,149],[444,91],[892,-95],[67,-269],[1162,-86],[15,440],[590,-101],[443,3],[449,-303],[128,-369],[-165,-241],[349,-453],[437,-234],[268,605],[446,-260],[473,155],[538,-177],[204,162],[455,-81]],[[88852,92998],[-201,535],[367,249]],[[89018,93782],[2509,-374],[236,-342],[727,-440],[1122,109],[553,-95],[231,-238],[-33,-421],[342,-164],[372,118],[492,15],[525,-113],[526,64],[484,-512],[344,184],[-224,368],[123,256],[886,-161],[578,34]],[[98811,92070],[799,-274],[-99610,-252]],[[0,91544],[0,-2297]],[[63641,75603],[141,-409],[130,-26]],[[63912,75168],[85,-156],[-228,-46],[-49,-447]],[[63720,74519],[-47,-202],[-102,-135]],[[63571,74182],[7,-285]],[[63578,73897],[88,-424],[263,-120],[193,-289],[395,-100],[434,153],[27,134]],[[64978,73251],[-52,408],[40,602],[-216,195],[71,394],[-184,34],[61,485],[262,-141],[244,184],[-202,346],[-80,329],[-224,-147],[-28,-422],[-87,374]],[[64583,75892],[-15,140],[68,240],[-53,201],[-322,196],[-125,517],[-154,146],[-9,187],[270,-54],[11,421],[236,93],[243,-86],[50,562],[-50,356],[-278,-28],[-236,141],[-321,-253],[-259,-121]],[[63639,78550],[-127,-342],[-269,-95],[-276,-594],[252,-547]],[[63219,76972],[-27,-387],[303,-679]],[[63495,75906],[146,-303]],[[23933,96472],[-126,-17],[-521,37],[-74,161],[559,-9],[195,-107],[-33,-65]],[[19392,96574],[-518,-166],[-411,186],[224,183],[406,59],[392,-90],[-93,-172]],[[56867,96664],[-620,-236],[-490,134],[191,149],[-167,184],[575,115],[110,-216],[401,-130]],[[19538,97095],[-339,-113],[-461,1],[5,82],[285,173],[149,-27],[361,-116]],[[23380,96781],[-411,-119],[-226,134],[-119,216],[-22,238],[360,-23],[162,-38],[332,-200],[-76,-208]],[[22205,96935],[108,-240],[-453,64],[-457,187],[-619,21],[268,171],[-335,139],[-21,221],[546,-79],[751,-210],[212,-274]],[[79187,96925],[-1566,-222],[507,756],[229,64],[208,-37],[704,-327],[-82,-234]],[[55069,97728],[915,-429],[-699,-227],[-155,-424],[-243,-108],[-132,-478],[-335,-22],[-598,351],[252,205],[-416,166],[-541,487],[-216,451],[757,206],[152,-202],[396,8],[105,197],[408,20],[350,-201]],[[57068,98134],[545,-202],[-412,-310],[-806,-68],[-819,96],[-50,159],[-398,10],[-304,264],[858,161],[403,-138],[281,172],[702,-144]],[[64204,98215],[-373,-76],[-250,-44],[-39,-94],[-324,-95],[-301,136],[158,180],[-618,17],[542,105],[422,7],[57,-155],[159,138],[262,95],[412,-126],[-107,-88]],[[77760,97255],[-606,-71],[-773,166],[-462,220],[-213,413],[-379,113],[722,394],[600,130],[540,-290],[640,-557],[-69,-518]],[[25828,97704],[334,-186],[-381,-171],[-513,-434],[-492,-41],[-575,74],[-299,235],[4,208],[220,154],[-508,-5],[-306,192],[-176,261],[193,256],[192,175],[285,41],[-122,132],[646,29],[355,-308],[468,-123],[455,-109],[220,-380]],[[30972,99689],[742,-45],[597,-74],[508,-156],[-12,-154],[-678,-250],[-672,-117],[-251,-129],[605,3],[-656,-349],[-452,-163],[-476,-470],[-573,-96],[-177,-117],[-841,-62],[383,-72],[-192,-103],[230,-284],[-264,-198],[-429,-163],[-132,-225],[-388,-172],[39,-130],[475,22],[6,-141],[-742,-345],[-726,159],[-816,-89],[-414,69],[-525,30],[-35,277],[514,130],[-137,415],[170,41],[742,-249],[-379,370],[-450,110],[225,223],[492,137],[79,201],[-392,225],[-118,297],[759,-25],[220,-63],[433,210],[-625,67],[-972,-37],[-491,196],[-232,232],[-324,169],[-61,197],[413,110],[324,18],[545,94],[409,214],[344,-30],[300,-161],[211,311],[367,92],[498,64],[849,24],[148,-63],[802,98],[601,-37],[602,-36]],[[42472,99927],[1737,-457],[-513,-222],[-1062,-25],[-1496,-56],[140,-103],[984,63],[836,-198],[540,176],[231,-206],[-305,-335],[707,214],[1348,223],[833,-111],[156,-246],[-1132,-410],[-157,-133],[-888,-99],[643,-28],[-324,-420],[-224,-373],[9,-641],[333,-376],[-434,-24],[-457,-182],[513,-305],[65,-490],[-297,-53],[360,-495],[-617,-42],[322,-234],[-91,-203],[-391,-89],[-388,-2],[348,-390],[4,-256],[-549,238],[-143,-154],[375,-144],[364,-352],[105,-464],[-495,-111],[-214,222],[-344,331],[95,-391],[-322,-303],[732,-24],[383,-31],[-745,-502],[-755,-454],[-813,-199],[-306,-2],[-288,-222],[-386,-608],[-597,-404],[-192,-23],[-370,-142],[-399,-134],[-238,-357],[-4,-403],[-141,-378],[-453,-461],[112,-450],[-125,-476],[-142,-563],[-391,-35],[-410,471],[-556,3],[-269,315],[-186,563],[-481,716],[-141,375],[-38,517],[-384,532],[100,424],[-186,203],[275,673],[418,214],[110,241],[58,450],[-318,-204],[-151,-85],[-249,-83],[-341,188],[-19,392],[109,306],[258,8],[567,-153],[-478,366],[-249,197],[-276,-81],[-232,143],[310,536],[-169,215],[-220,398],[-335,611],[-353,223],[3,241],[-745,337],[-590,42],[-743,-23],[-677,-42],[-323,183],[-482,362],[729,181],[559,31],[-1188,149],[-627,236],[39,223],[1051,277],[1018,277],[107,210],[-750,206],[243,230],[961,402],[404,62],[-115,258],[658,152],[854,90],[853,6],[303,-180],[737,317],[663,-215],[390,-45],[577,-188],[-660,311],[38,246],[932,344],[975,-26],[354,213],[982,55],[2219,-72]],[[67002,72360],[284,-219],[209,77],[58,261],[219,87],[157,175],[55,460],[234,112],[44,205],[131,-154],[84,-18]],[[68477,73346],[154,-4],[210,-122]],[[68841,73220],[85,-70],[201,185],[93,-111],[90,264],[166,-12],[43,84],[29,233],[120,200],[150,-131],[-30,-176],[84,-27],[-26,-484],[110,-189],[97,121],[123,57],[173,258],[192,-42],[286,-1]],[[70827,73379],[50,-165]],[[70877,73214],[-162,-65],[-141,-106],[-319,-67],[-298,-121],[-163,-251],[66,-244],[32,-287],[-139,-242],[12,-221],[-76,-207],[-265,18],[110,-381],[-177,-146],[-118,-347],[15,-346],[-108,-162],[-103,53],[-212,-75],[-31,-161],[-207,1],[-154,-326],[-10,-490],[-361,-239],[-194,50],[-56,-126],[-166,74],[-278,-87],[-465,294]],[[66909,69007],[252,523],[-23,370],[-210,97],[-22,366],[-91,460],[119,315],[-121,85],[76,419],[113,718]],[[56642,45537],[29,-179],[-32,-279],[49,-270],[-41,-216],[24,-199],[-579,7],[-13,-1832],[188,-471],[181,-360]],[[56448,41738],[-510,-235],[-673,82],[-192,276],[-1126,-25],[-42,-40],[-166,260],[-180,17],[-166,-98],[-134,-110]],[[53697,44640],[90,256],[29,427]],[[53535,47840],[-139,364],[26,112]],[[53422,48316],[115,78],[80,-11],[98,69],[820,-7],[68,-430],[80,-345],[64,-186],[106,-301],[184,46],[91,81],[154,-81],[42,144],[69,336],[172,22],[15,100],[142,2],[-24,-207],[337,5],[5,-363],[56,-222],[-41,-347],[21,-354],[93,-214],[-15,-685],[68,53],[121,-15],[172,87],[127,-34]],[[53309,48928],[112,249],[84,97],[104,-198]],[[53609,49076],[-101,-121],[-45,-148],[-9,-251],[-71,-61]],[[55719,75933],[-35,-196],[39,-247],[115,-140]],[[55838,75350],[-5,-151],[-91,-84],[-16,-187],[-129,-279]],[[55427,75855],[-47,91]],[[55380,75946],[-18,183],[120,284],[18,-109],[75,51]],[[55575,76355],[59,-154],[66,-59],[19,-209]],[[65575,66834],[52,-196]],[[65665,66183],[-142,-2],[-23,-375],[50,-80],[-126,-114],[-1,-235],[-81,-238],[-7,-232]],[[65335,64907],[-56,-122],[-835,290],[-106,584],[-11,133]],[[31400,20215],[-168,16],[-297,0],[0,1286]],[[32587,39017],[511,-940],[227,-88],[339,-425],[286,-225],[40,-254],[-273,-876],[280,-156],[312,-88],[220,92],[252,441],[45,509]],[[34826,37007],[138,110],[139,-332],[-6,-460],[-234,-318],[-186,-234],[-314,-559],[-370,-786]],[[33993,34428],[-70,-461],[-74,-592],[3,-573],[-61,-128],[-21,-372]],[[33770,32302],[-19,-301]],[[31227,25165],[273,-422],[266,-116]],[[30952,21711],[-257,90],[-672,77],[-115,336],[6,431],[-185,-37],[-98,209],[-24,611],[213,253],[88,365],[-33,292],[148,491],[101,763],[-30,338],[122,109],[-30,217],[-129,115],[92,242],[-126,218],[-65,665],[112,117],[-47,702],[65,590],[75,513],[166,209],[-84,563],[-1,529],[210,376],[-7,481],[159,562],[1,530],[-72,105],[-128,994],[171,592],[-27,558],[100,523],[182,540],[196,358],[-83,226],[58,186],[-9,960],[302,284],[96,598],[-34,144]],[[31359,38736],[231,521],[364,-141],[163,-416],[109,464],[316,-24],[45,-123]],[[62106,75494],[386,89]],[[62492,75583],[57,-151],[106,-100],[-56,-144],[148,-198],[-78,-183],[118,-157],[124,-94],[7,-399]],[[62918,74157],[-101,-17]],[[62817,74140],[-113,333],[1,89],[-123,-2],[-82,155],[-58,-16]],[[62442,74699],[-109,168],[-207,144],[27,280],[-47,203]],[[794,3215],[294,183]],[[1088,3398],[38,-6],[32,-5]],[[54716,79543],[-21,-236],[-156,-1],[53,-125],[-92,-370]],[[54500,78811],[-53,-97],[-243,-15],[-140,-130],[-229,44]],[[53835,78613],[-398,149],[-62,200],[-274,-100],[-32,-109],[-169,81]],[[52900,78834],[-142,16],[-125,105],[42,141],[-10,102]],[[52665,79198],[83,32],[141,-160],[39,152],[245,-25],[199,104],[133,-18],[87,-118],[26,98],[-40,375],[100,73],[98,266]],[[53776,79977],[206,-186],[157,236],[98,43],[215,-176],[131,30],[128,-109]],[[54711,79815],[-23,-73],[28,-199]],[[62817,74140],[-190,76],[-141,266],[-44,217]],[[63641,75603],[141,-408],[130,-27]],[[63720,74519],[-48,-202],[-101,-135]],[[63578,73897],[-69,-28],[-173,301],[95,285],[-82,169],[-104,-43],[-327,-424]],[[62492,75583],[68,94],[207,-165],[149,-34],[38,67],[-136,312],[72,79]],[[62890,75936],[78,-19],[191,-350],[122,-39],[48,146],[166,232]],[[58149,49238],[-17,694],[-70,262]],[[58062,50194],[169,-45],[85,328],[147,-38]],[[58463,50439],[16,-227],[60,-130],[3,-187],[-69,-121],[-108,-300],[-101,-209],[-115,-27]],[[50920,81398],[204,-45],[257,120],[176,-252],[153,-135]],[[51710,81086],[-32,-389]],[[51678,80697],[-72,-22],[-30,-323]],[[51576,80352],[-243,263],[-143,-45],[-194,272],[-129,231],[-129,9],[-40,203]],[[50747,55434],[-229,-68]],[[50518,55366],[-69,398],[13,1322],[-56,119],[-11,283],[-96,201],[-85,170],[35,303]],[[50249,58162],[96,66],[56,251],[136,54],[61,172]],[[50598,58705],[93,169],[100,2],[212,-332]],[[51003,58544],[-11,-191],[62,-342],[-54,-232],[29,-154],[-135,-357],[-86,-176],[-52,-364],[7,-366],[-16,-928]],[[49214,57382],[-190,149],[-130,-22],[-97,-145],[-125,122],[-49,190],[-125,126]],[[48498,57802],[-18,334],[76,244],[-7,195],[221,477],[41,395],[76,141],[134,-78],[116,117],[38,148],[216,259],[53,180],[259,238],[153,82],[70,-110],[178,3]],[[50104,60427],[-22,-280],[37,-262],[156,-376],[9,-279],[320,-130],[-6,-395]],[[50249,58162],[-243,13]],[[50006,58175],[-128,46],[-90,-93],[-123,42],[-482,-27],[-7,-327],[38,-434]],[[75742,64522],[-6,-413],[-97,88],[18,-464]],[[75162,64725],[-87,-321],[-118,117]],[[74730,64531],[-43,474],[-96,433],[47,347],[-171,154],[62,210],[173,215],[-200,305],[98,390],[220,-248],[133,-29],[24,-400],[265,-79],[257,8],[160,-98],[-128,-487],[-124,-34],[-86,-327],[152,-299],[46,368],[76,2],[147,-914]],[[56293,77303],[80,-236],[108,42],[213,-90],[408,-30],[138,147],[327,133],[202,-209],[163,-60]],[[57776,76021],[-239,77],[-283,-181]],[[57254,75917],[-3,-287],[-252,-55],[-196,202],[-222,-159],[-206,17]],[[56375,75635],[-20,381],[-139,185]],[[56216,76201],[46,81],[-30,69],[47,183],[105,180],[-135,248],[-24,211],[68,130]],[[55279,77663],[100,2],[-69,-253],[134,-222],[-41,-271],[-65,-25]],[[55338,76894],[-52,-53],[-90,-134],[-41,-316]],[[55155,76391],[-246,218],[-105,240],[-106,128],[-127,215],[-61,178],[-136,270],[59,239],[99,-133],[60,120],[130,13],[239,-96],[192,8],[126,-128]],[[56523,82877],[268,-4],[302,217],[64,325],[228,184],[-26,258]],[[57359,83857],[169,97],[298,222]],[[57826,84176],[293,-144],[39,-143],[146,68],[272,-137],[27,-270],[-60,-156],[174,-377],[113,-105],[-16,-104],[187,-101],[80,-154],[-108,-126],[-224,20],[-54,-53],[66,-192],[68,-368]],[[58829,81834],[-239,-34],[-85,-127],[-18,-290],[-111,56],[-250,-28],[-73,135],[-104,-100],[-105,83],[-218,11],[-310,139],[-281,45],[-215,-13],[-152,-156],[-133,-23]],[[56535,81532],[-6,257],[-85,267],[166,117],[2,230],[-77,219],[-12,255]],[[25238,62085],[-2,85],[33,26],[51,-68],[99,348],[53,7]],[[25297,60979],[-83,-1],[22,650],[2,457]],[[31359,38736],[-200,-79],[-109,794],[-150,646],[88,557],[-146,244],[-37,416],[-136,391]],[[30669,41705],[175,622],[-119,484],[63,194],[-49,213],[108,288],[6,490],[13,405],[60,195],[-240,926]],[[30686,45522],[206,-48],[143,12],[62,174],[243,234],[147,216],[363,98],[-29,-432],[34,-221],[-23,-386],[302,-516],[311,-95],[109,-216],[188,-114],[115,-167],[175,6],[161,-171],[12,-333],[55,-168],[3,-248],[-81,-10],[107,-671],[533,-23],[-41,-333],[30,-227],[151,-162],[66,-358],[-49,-453],[-77,-253],[27,-328],[-87,-119]],[[33842,40210],[-4,177],[-259,295],[-258,8],[-484,-167],[-133,-507],[-7,-310],[-110,-689]],[[34826,37007],[54,332],[38,340],[0,317],[-100,105],[-104,-94],[-103,26],[-33,222],[-26,527],[-52,172],[-187,156],[-114,-113],[-293,111],[18,782],[-82,320]],[[30686,45522],[-157,-99],[-126,66],[18,875],[-228,-339],[-245,15],[-105,307],[-184,33],[59,247],[-155,351],[-115,518],[73,106],[0,243],[168,166],[-28,312],[71,200],[20,269],[318,392],[227,111],[37,86],[251,-27]],[[30585,49354],[125,1579],[6,250],[-43,330],[-123,210],[1,418],[156,95],[56,-60],[9,221],[-162,60],[-4,360],[541,-13],[92,198],[77,-182],[55,-340],[52,71]],[[31423,52551],[153,-304],[216,37],[54,176],[206,135],[115,94],[32,244],[198,164],[-15,121],[-235,49],[-39,363],[12,386],[-125,149],[52,53],[206,-73],[221,-144],[80,136],[200,89],[310,216],[102,220],[-37,162]],[[33129,54824],[145,26],[64,-133],[-36,-253],[96,-87],[63,-268],[-77,-203],[-44,-490],[71,-291],[20,-267],[171,-270],[137,-28],[30,112],[88,25],[126,101],[90,153],[154,-48],[67,20]],[[34294,52923],[151,-47],[25,118],[-46,114],[28,167],[112,-51],[131,59],[159,-122]],[[34854,53161],[121,-119],[86,156],[62,-24],[38,-162],[133,41],[107,219],[85,424],[164,527]],[[36494,51694],[10,-578],[211,378]],[[38626,39196],[-225,-250],[-65,-345]],[[35174,32383],[-77,326],[122,273],[-160,392],[-218,318],[-286,369],[-103,-17],[-279,446],[-180,-62]],[[82069,54967],[-13,-284],[-16,-368],[-133,18],[-58,-196],[-126,299]],[[75471,67823],[113,-184],[-20,-354],[-227,-17],[-234,39],[-175,-90],[-252,218],[-6,115]],[[74670,67550],[184,429],[150,146],[198,-134],[147,-14],[122,-154]],[[58175,39107],[-393,-424],[-249,-430],[-93,-383],[-83,-217],[-152,-46],[-48,-275],[-28,-180],[-178,-134],[-226,28],[-133,162],[-117,70],[-135,-134],[-68,-276],[-132,-173],[-139,-257],[-199,-59],[-62,202],[26,351],[-165,548],[-75,86]],[[55526,37566],[0,1681],[274,20],[8,2051],[207,19],[428,202],[106,-238],[177,226],[85,1],[156,130]],[[56967,41658],[50,-43]],[[57017,41615],[107,-460],[56,-103],[87,-333],[315,-633],[119,-62],[0,-203],[82,-365],[215,-88],[177,-261]],[[54244,56103],[229,44],[52,148],[46,-11],[69,-131],[350,221],[118,224],[145,202],[-28,202],[78,53],[269,-35],[261,266],[201,629],[141,233],[176,98]],[[56351,58246],[31,-246],[160,-360],[1,-235],[-45,-240],[18,-179],[96,-166]],[[56612,56820],[212,-252]],[[56824,56568],[152,-232],[2,-188],[187,-299],[116,-250],[70,-345],[208,-228],[44,-183]],[[57603,54843],[-91,-61],[-178,14],[-209,60],[-104,-49],[-41,-140],[-90,-17],[-110,121],[-309,-287],[-127,58],[-38,-45],[-83,-347],[-207,112],[-203,57],[-177,212],[-229,196],[-149,-186],[-108,-292],[-25,-402]],[[55125,53847],[-178,33],[-188,96],[-166,-305],[-146,-536]],[[54447,53135],[-29,167],[-12,263],[-127,185],[-103,297],[-23,207],[-132,301],[23,171],[-28,243],[21,446],[67,105],[140,583]],[[27392,90477],[-544,-403],[-386,-88]],[[23714,86446],[-16,-669],[409,-96]],[[28738,84386],[-23,385],[-188,489]],[[30174,87037],[495,-44],[-8,-483]],[[31876,86308],[184,267],[216,-514]],[[31513,80124],[415,58],[246,-283]],[[31350,77823],[-181,326],[0,785],[-123,166],[-187,-98],[-92,152],[-212,-435],[-84,-448],[-99,-262],[-118,-89],[-89,-29],[-28,-142],[-512,-1],[-422,-4],[-125,-106],[-294,-414],[-34,-45],[-89,-225],[-255,0],[-273,-2],[-125,-91],[44,-113],[25,-176],[-5,-58],[-363,-287],[-286,-90],[-323,-308],[-70,0],[-94,91],[-31,82],[6,60],[61,202],[131,317],[81,340],[-56,500],[-59,523],[-290,270],[35,103],[-41,70],[-76,0],[-56,91],[-14,137],[-54,-60],[-75,18],[17,57],[-65,57],[-27,151],[-216,185],[-224,191],[-272,223],[-261,209],[-248,-163],[-91,-6],[-342,150],[-225,-75],[-269,179],[-284,91],[-194,36],[-86,97],[-49,317],[-94,-3],[-1,-221],[-575,0],[-951,0],[-944,-1],[-833,1],[-834,0],[-819,0],[-847,0],[-273,0],[-825,0],[-788,0]],[[14130,82210],[-48,464],[-336,419]],[[13740,83389],[154,278],[-7,363],[-473,367],[-284,657],[-173,413],[-255,259],[-187,236],[-147,298],[-279,-187],[-270,-321],[-247,378],[-194,252],[-271,160],[-273,17],[1,3279],[2,2137]],[[12326,91747],[336,179],[413,-70]],[[17987,91511],[374,-292],[-390,-286]],[[22622,91222],[247,100],[431,-195]],[[19722,91438],[-704,-86],[-494,-54]],[[15020,93217],[119,244],[192,421]],[[16539,93189],[0,-251],[-731,-278]],[[52900,78834],[-22,-236],[-122,-97],[-206,72],[-60,-232],[-132,-18],[-48,91],[-156,-195],[-134,-28],[-120,124]],[[51900,78315],[-95,252],[-133,-90],[5,261],[203,323],[-9,147],[126,-53],[77,98]],[[52074,79253],[236,-4],[57,125],[298,-176]],[[31070,19804],[-137,18],[-164,46]],[[29661,29221],[-80,562],[-22,649]],[[30452,41263],[143,147],[74,295]],[[86288,76244],[-179,340],[-111,-323],[-429,-248],[44,-304],[-241,21],[-131,181],[-191,-409],[-306,-309],[-227,-370]],[[83987,73399],[45,-302],[-393,-161]],[[80013,64241],[-280,149],[-132,234],[44,332],[-254,105],[-134,216],[-236,-307],[-271,-66],[-221,3],[-149,-141]],[[78380,64766],[-144,-84],[42,-659],[-148,16],[-25,135]],[[78105,64174],[-9,238],[-203,-167],[-121,106],[-206,216],[81,478],[-176,112],[-66,530],[-293,-96],[33,684],[263,480],[11,475],[-8,441],[-121,137],[-93,339],[-162,-42]],[[77035,68105],[-300,86],[94,242],[-130,358],[-198,-243],[-233,142],[-321,-367],[-252,-428],[-224,-72]],[[74670,67550],[-23,454],[-170,-121]],[[74477,67883],[-324,56],[-314,132],[-225,253],[-216,114],[-93,276],[-157,83],[-280,375],[-223,177],[-115,-138]],[[72530,69211],[-386,403],[-273,365],[-78,635],[200,-78],[9,294],[-111,295],[28,470],[-298,675]],[[71621,72270],[-457,233],[-82,442],[-205,269]],[[70827,73379],[-42,328],[10,224],[-169,131],[-91,-58],[-70,533]],[[70465,74537],[79,132],[-39,135],[266,272],[192,112],[294,-77],[105,368],[356,68],[99,229],[438,312],[39,130]],[[72294,76218],[-22,328],[190,150],[-250,1e3],[550,231],[143,128],[200,1031],[551,-190],[155,261],[13,577],[230,54],[212,383]],[[74266,80171],[109,48]],[[74375,80219],[73,-402],[233,-306],[396,-216],[192,-464],[-107,-673],[100,-249],[330,-99],[374,-80],[336,-359],[171,-64],[127,-531],[163,-342],[306,14],[574,-129],[369,80],[274,-86],[411,-350],[336,1],[123,-179],[324,309],[448,200],[417,21],[324,203],[200,309],[194,193],[-45,190],[-89,222],[146,371],[156,-52],[286,-117],[277,306],[423,223],[204,380],[195,164],[404,77],[219,-65],[30,204],[-251,403],[-223,184],[-214,-212],[-274,89],[-157,-73],[-72,236],[197,575],[135,434]],[[82410,80559],[333,-217],[392,364],[-3,253],[251,611],[155,184],[-4,318],[-152,137],[229,287],[345,104],[369,15],[415,-171],[244,-212],[172,-581],[104,-248],[97,-354],[103,-564],[483,-184],[329,-409],[112,-541],[423,-1],[240,227],[459,170],[-146,-518],[-107,-211],[-96,-631],[-186,-560],[-338,102],[-238,-203],[73,-494],[-40,-680],[-142,-16],[2,-292]],[[47857,54343],[22,474],[26,72],[-8,227],[-118,241],[-88,39],[-81,158],[60,256],[-28,278],[13,168]],[[47655,56256],[44,0],[17,251],[-22,112],[27,80],[103,69],[-69,461],[-64,238],[23,195],[55,45]],[[47769,57707],[36,52],[77,-86],[215,-5],[51,168],[48,-11],[80,65],[43,-246],[65,72],[114,86]],[[49214,57382],[74,-819],[-117,-484],[-73,-650],[121,-496],[-13,-227]],[[53632,53135],[-35,31],[-164,-74],[-169,77],[-132,-38]],[[53132,53131],[-452,14]],[[52429,54336],[-72,82],[4,159]],[[52361,54577],[71,408],[132,556],[81,5],[165,337],[105,9],[156,-236],[191,194],[26,239],[63,232],[43,291],[148,238],[56,403],[59,128],[39,299],[74,368],[234,446],[14,191],[31,104],[-110,229]],[[53939,59018],[9,184],[78,33]],[[54026,59235],[111,-369],[18,-382],[-10,-383],[151,-523],[-155,6],[-78,-41],[-127,57],[-60,-271],[164,-336],[121,-98],[39,-239],[87,-397],[-43,-156]],[[54447,53135],[-20,-311],[-220,136],[-225,152],[-350,23]],[[58564,53850],[-16,-673],[111,-78],[-89,-205],[-107,-153],[-106,-300],[-59,-268],[-15,-462],[-65,-220],[-2,-434]],[[58216,51057],[-80,-161],[-10,-342],[-38,-45],[-26,-315]],[[58149,49238],[50,-530],[-27,-299],[55,-334],[161,-323],[150,-726]],[[58538,47026],[-109,59],[-373,-97],[-75,-69],[-79,-368],[62,-254],[-49,-681],[-34,-578],[75,-103],[194,-224],[76,105],[23,-621],[-212,4],[-114,317],[-103,246],[-213,80],[-62,302],[-170,-182],[-222,81],[-93,261],[-176,53],[-131,-14],[-15,179],[-96,15]],[[53609,49076],[73,-59],[95,221],[152,-6],[17,-163],[104,-102],[164,361],[161,281],[71,185],[-10,473],[121,560],[127,296],[183,278],[32,184],[7,211],[45,200],[-14,326],[34,510],[55,360],[83,308],[16,347]],[[57603,54843],[169,-475],[124,-70],[75,97],[128,-38],[155,122],[66,-246],[244,-383]],[[53081,49538],[212,318],[-105,381],[95,144],[187,71],[23,255],[148,-276],[245,-25],[85,273],[36,382],[-31,450],[-131,341],[120,667],[-69,114],[-207,-47],[-78,298],[21,251]],[[29063,51742],[-119,136],[-137,191],[-79,-92],[-235,80],[-68,248],[-52,-9],[-278,329]],[[28366,55989],[36,280],[89,-41],[52,171],[-64,339],[34,85]],[[28513,56823],[143,-19]],[[30185,58611],[-178,-96],[-71,-288],[-107,-165],[-81,-215],[-34,-410],[-77,-337],[144,-39],[35,-265],[62,-126],[21,-232],[-33,-213],[10,-120],[69,-48],[66,-201],[357,55],[161,-73],[196,-496],[112,62],[200,-31],[158,66],[99,-99],[-50,-311],[-62,-193],[-22,-413],[56,-383],[79,-171],[9,-129],[-140,-286],[100,-127],[74,-202],[85,-574]],[[30585,49354],[-139,306],[-83,14],[179,586],[-213,270],[-166,-50],[-101,100],[-153,-152],[-207,72],[-163,603],[-129,149],[-89,272],[-184,272],[-74,-54]],[[26191,58215],[42,74],[183,-152],[63,75],[89,-48],[46,-119],[82,-38],[66,122]],[[27070,57338],[-107,-51],[1,-232],[58,-86],[-41,-68],[10,-104],[-23,-117],[-14,-114]],[[59437,72019],[-30,20],[-53,-44],[-42,12],[-14,-22],[-5,59],[-20,35],[-54,6],[-75,-49],[-52,30]],[[53776,79977],[-157,247],[-141,139],[-30,243],[-49,171],[202,125],[103,144],[200,111],[70,110],[73,-66],[124,60]],[[54171,81261],[132,-186],[207,-50],[-17,-158],[151,-119],[41,148],[191,-64],[26,-180],[207,-35],[127,-284]],[[55236,80333],[-82,0],[-43,-104],[-64,-25],[-18,-131],[-54,-28],[-7,-53],[-95,-60],[-123,10],[-39,-127]],[[53922,82787],[64,-293],[-77,-154],[101,-205],[69,-308],[-22,-199],[114,-367]],[[52074,79253],[35,410],[140,395],[-400,106],[-131,151]],[[51718,80315],[16,252],[-56,130]],[[51710,81086],[-47,604],[167,0],[70,217],[69,527],[-51,195]],[[52368,83481],[210,-76],[178,88]],[[61984,58430],[-102,-308]],[[61882,58122],[-62,103],[-67,-41],[-155,9],[-4,176],[-22,159],[94,269],[98,255]],[[61764,59052],[119,-50],[83,141]],[[52880,84188],[-200,-415],[76,-280]],[[52617,84754],[98,159],[223,162]],[[30081,62221],[5,157],[-71,172],[68,97],[21,222],[-24,314]],[[53333,65346],[-952,-1097],[-804,-1132],[-392,-257]],[[51185,62860],[-308,-56],[-3,366],[-129,94],[-173,165],[-66,270],[-937,1256],[-937,1257]],[[48632,66212],[-1045,1394]],[[47587,67606],[6,112],[-1,38]],[[47592,67756],[-2,682],[449,425],[277,88],[227,155],[107,288],[324,228],[12,427],[161,50],[126,213],[363,97],[51,224],[-73,122],[-96,608],[-17,350],[-104,369]],[[52339,73106],[-57,-295],[44,-549],[-65,-475],[-171,-322],[24,-433],[227,-344],[3,-139],[171,-232],[118,-1034]],[[52633,69283],[90,-509],[15,-267],[-49,-470],[21,-263],[-36,-315],[24,-362],[-110,-240],[164,-420],[11,-247],[99,-321],[130,105],[219,-267],[122,-361]],[[29063,51742],[38,-438],[-86,-374],[-303,-603],[-334,-227],[-170,-501],[-53,-389],[-157,-237],[-116,291],[-113,62],[-114,-45],[-8,211],[79,137],[-33,240]],[[60240,64499],[-1102,0],[-1077,0],[-1117,0]],[[56944,64499],[0,2120],[0,2048],[-83,464],[71,356],[-43,246],[101,276]],[[57627,69867],[275,-171],[129,-89]],[[59518,69808],[182,-989]],[[61764,59052],[-95,187],[-114,337],[-124,185],[-71,199],[-242,231],[-191,7],[-67,120],[-163,-135],[-168,261],[-87,-430],[-323,121]],[[60119,60135],[-30,230],[120,847],[27,382],[88,177],[204,95],[141,328]],[[49471,76836],[111,-224],[511,-262],[101,125],[313,-261],[322,75]],[[49403,72949],[-352,-8],[-265,10]],[[47929,73193],[-23,191],[103,216],[38,156],[-96,172],[77,378],[-111,345],[120,48],[11,272],[45,84],[3,449],[129,156],[-78,289],[-162,20],[-47,-72],[-164,-1],[-70,282],[-113,-84],[-101,-146]],[[56753,85111],[32,340]],[[57772,86080],[42,-100],[-198,-332],[83,-537],[-120,-183]],[[57579,84928],[-229,1],[-239,214],[-121,70],[-237,-102]],[[61882,58122],[-61,-204],[103,-317],[102,-277],[106,-206],[909,-683],[233,3]],[[63274,56438],[-785,-1728],[-362,-26],[-247,-406],[-178,-10],[-76,-182]],[[61626,54086],[-190,0],[-112,195],[-254,-241],[-82,-240],[-185,45],[-62,67],[-65,-16],[-87,6],[-352,489],[-193,0],[-95,189],[0,324],[-145,96]],[[59804,55e3],[-164,627],[-127,133],[-48,231],[-141,280],[-171,42],[95,328],[147,14],[42,176]],[[59437,56831],[-4,517]],[[59433,57348],[82,603],[132,161],[28,236],[119,440],[168,285],[112,567],[45,495]],[[57942,91602],[-41,-403],[425,-383],[-256,-435],[323,-655],[-187,-494],[250,-429],[-113,-375],[411,-394],[-105,-294],[-258,-333],[-594,-735]],[[56639,89841],[-93,225],[-8,886],[-433,392],[-371,282]],[[55734,91626],[167,152],[309,-304],[362,29],[298,-140],[265,255],[137,422],[431,196],[356,-229],[-117,-405]],[[34854,53161],[70,246],[24,262],[48,246],[-107,340]],[[34889,54255],[-22,394],[144,495]],[[51576,80352],[62,-50],[80,13]],[[51900,78315],[-11,-163],[82,-216],[-97,-176],[72,-445],[151,-73],[-32,-250]],[[52636,52411],[94,33],[404,-6],[-2,693]],[[48278,82851],[-210,118],[-172,-8],[57,309],[-57,309]],[[49420,84027],[22,-61],[248,-679]],[[49051,81445],[-2,0],[-434,96]],[[48727,82636],[413,-52],[1,0]],[[49181,82918],[-186,355],[-4,8]],[[61098,76843],[34,68],[235,-99],[409,-93],[378,-276],[48,-107],[169,90],[259,-120],[85,-236],[175,-134]],[[62106,75494],[-268,282],[-296,-27]],[[50006,58175],[-20,-180],[116,-297],[-1,-418],[27,-454],[69,-210],[-61,-518],[22,-287],[74,-365],[62,-202]],[[47655,56256],[-78,14],[-57,-232],[-78,3],[-55,123],[19,231],[-116,353],[-73,-65],[-59,-13]],[[47158,56670],[-77,-33],[3,211],[-44,151],[9,168],[-60,242],[-78,206],[-222,0],[-65,-108],[-76,-13],[-48,-125],[-32,-159],[-148,-254]],[[45797,58187],[123,281],[84,-11],[73,97],[61,1],[44,76],[-24,191],[31,60],[5,195]],[[46194,59077],[134,-5],[200,-141],[61,13],[21,64],[151,-45],[40,32]],[[46801,58995],[16,-211],[44,1],[73,77],[46,-20],[77,-146],[119,-46],[76,125],[90,77],[67,80],[55,-15],[62,-126],[33,-159],[114,-241],[-57,-149],[-11,-187],[59,57],[35,-67],[-15,-172],[85,-166]],[[45357,59658],[302,17],[63,136],[88,10],[110,-142],[86,-3],[92,97],[56,-166],[-120,-130],[-121,11],[-119,121],[-103,-133],[-50,-5],[-67,-80],[-253,12]],[[45367,58962],[147,93],[92,-18],[75,65],[513,-25]],[[55838,75350],[182,51],[106,126],[150,-11],[46,100],[53,19]],[[57254,75917],[135,-153],[-86,-360],[-66,-65]],[[24381,60202],[7,168],[32,135],[-39,107],[133,470],[357,1],[7,197],[-45,35],[-31,124],[-103,133],[-103,193],[125,1],[1,324],[259,1],[257,-6]],[[25493,60887],[-127,-220],[-131,-161],[-20,-111],[22,-113],[-58,-146]],[[25179,60136],[-65,-36],[15,-67],[-52,-64],[-95,-145],[-9,-85]],[[34125,55269],[-44,-518],[-169,-150],[15,-136],[-51,-297],[123,-418],[89,-1],[37,-325],[169,-501]],[[33129,54824],[-188,437],[75,159],[-5,265],[171,93],[69,108],[-95,213],[24,210],[220,339]],[[25613,59537],[19,231],[-38,62],[-57,41],[-122,-68],[-10,77],[-84,93],[-60,114],[-82,49]],[[26903,60465],[-95,12],[-38,-79],[-97,-75],[-70,0],[-61,-73],[-56,26],[-47,88],[-29,-17],[-36,-138],[-27,5],[-4,-118],[-97,-159],[-51,-68],[-29,-72],[-82,117],[-60,-154],[-58,4],[-65,-14],[6,-283],[-41,-5],[-35,-131],[-86,-24]],[[55230,78267],[67,-223],[89,-164],[-107,-217]],[[55155,76391],[-31,-98]],[[53809,78032],[194,-20],[51,98],[94,-94],[109,-12],[-1,161],[97,59],[27,233],[221,153]],[[54601,78610],[88,-71],[208,-247],[229,-111],[104,86]],[[54716,79543],[141,-148],[103,-62],[233,70],[22,116],[111,17],[135,89],[30,-37],[130,72],[66,136],[91,35],[297,-175],[59,59]],[[56134,79715],[155,-157],[19,-154]],[[56308,79404],[-170,-121],[-131,-391],[-168,-390],[-223,-109]],[[55616,78393],[-173,26],[-213,-152]],[[54601,78610],[-54,194],[-47,7]],[[84713,46708],[28,-113],[5,-175]],[[89166,50332],[5,-1877],[4,-1876]],[[80461,52985],[47,-385],[190,-325],[179,117],[177,-42],[162,291],[133,51],[263,-162],[226,123],[143,801],[107,200],[96,655],[319,0],[241,-97]],[[72530,69211],[-176,-261],[-108,-538],[269,-218],[262,-283],[362,-323],[381,-75],[160,-293],[215,-54],[334,-135],[231,10],[32,228],[-36,366],[21,248]],[[77035,68105],[20,-219],[-97,-105],[23,-355],[-199,104],[-359,-397],[8,-330],[-153,-483],[-14,-281],[-124,-474],[-217,131],[-11,-596],[-63,-196],[30,-245],[-137,-137]],[[72692,61222],[-251,-206],[-129,-31]],[[68937,65473],[185,384],[612,-1],[-56,494],[-156,292],[-31,444],[-182,258],[306,604],[323,-44],[290,604],[174,584],[270,578],[-4,411],[236,333],[-224,284],[-96,390],[-99,504],[137,249],[421,-141],[310,86],[268,484]],[[64978,73251],[244,112],[197,329],[186,-17],[122,108],[197,-53],[308,-292],[221,-63],[318,-510],[207,-21],[24,-484]],[[66909,69007],[137,-302],[112,-348],[266,-253],[7,-508],[133,-93],[23,-265],[-400,-298],[-105,-669]],[[66559,66445],[-303,133],[-313,74]],[[63594,69288],[-104,-224]],[[63490,69064],[-153,302],[-3,307],[-89,0],[46,417],[-143,438],[-340,315],[-193,548],[65,449],[139,199],[-21,336],[-182,173],[-180,687]],[[62436,73235],[-152,461],[55,179],[-87,660],[190,164]],[[63490,69064],[-164,28]],[[63326,69092],[-187,48],[-204,-553]],[[62935,68587],[-516,46],[-784,1158],[-413,403],[-335,156]],[[60887,70350],[-112,701]],[[60775,71051],[615,600],[105,696],[-26,421],[152,142],[142,359]],[[61763,73269],[119,90],[324,-75],[97,-146],[133,97]],[[59922,70666],[-49,-182]],[[59873,70484],[-100,80],[-58,-383],[69,-65],[-71,-79],[-12,-152],[131,78]],[[59832,69963],[7,-224],[-139,-920]],[[59579,70030],[74,270],[56,434]],[[59757,70886],[93,-1],[25,101],[75,7]],[[59950,70993],[4,-236],[-38,-87],[6,-4]],[[53835,78613],[-31,-283],[67,-246]],[[53897,76455],[309,-464],[217,3]],[[55081,74756],[-154,268],[-242,95]],[[54084,75213],[-179,104],[-120,232]],[[59922,70666],[309,-228],[544,613]],[[60887,70350],[-53,-87],[-556,-289],[277,-575],[-92,-98],[-46,-193],[-212,-80],[-66,-207],[-120,-177],[-310,91]],[[59832,69963],[41,169],[0,352]],[[69711,76170],[-159,-107],[-367,-401],[-121,-412],[-104,-4],[-76,273],[-353,18],[-57,472],[-135,4],[21,578],[-333,421],[-476,-45],[-326,-84],[-265,519],[-227,218],[-431,412],[-52,50],[-715,-340],[11,-2124]],[[65546,75618],[-142,-28],[-195,452],[-188,161],[-315,-120],[-123,-191]],[[63639,78550],[-142,93],[29,296],[-177,385],[-207,-16],[-235,391],[160,436],[-81,118],[222,632],[285,-334],[35,421],[573,626],[434,15],[612,-399],[329,-233],[295,243],[440,12],[356,-298],[80,170],[391,-24],[69,272],[-450,396],[267,281],[-52,157],[266,150],[-200,394],[127,197],[1039,200],[136,142],[695,213],[250,239],[499,-124],[88,-597],[290,140],[356,-197],[-23,-314],[267,33],[696,543],[-102,-180],[355,-445],[620,-1463],[148,302],[383,-332],[399,148],[154,-104],[133,-332],[194,-112],[119,-244],[358,77],[147,-353]],[[72294,76218],[-171,84],[-140,207],[-412,61],[-461,15],[-100,-63],[-396,242],[-158,-119],[-43,-340],[-457,198],[-183,-81],[-62,-252]],[[60889,49136],[-399,576],[-19,334],[-1007,1173],[-47,63]],[[59417,51282],[-3,611],[80,233],[137,381],[101,420],[-123,661],[-32,289],[-132,400]],[[59445,54277],[171,344],[188,379]],[[61626,54086],[-243,-653],[3,-2098],[165,-475]],[[70465,74537],[-526,-87],[-343,187],[-301,-45],[26,332],[303,-96],[101,177]],[[69725,75005],[212,-56],[355,414],[-329,304],[-198,-144],[-205,217],[234,373],[-83,57]],[[78495,58847],[-66,696],[178,479],[359,110],[261,-83]],[[79227,60049],[229,-226],[126,397],[246,-212]],[[79828,60008],[64,-384],[-34,-690],[-467,-443],[122,-349],[-292,-42],[-240,-232]],[[85134,71634],[-31,313],[51,432],[-122,600]],[[85048,73569],[17,52],[124,-21],[108,260],[197,28],[118,38],[40,139]],[[55575,76355],[52,129]],[[55627,76484],[66,42],[38,191],[50,32],[40,-81],[52,-36],[36,-92],[46,-27],[54,-107],[39,3],[-31,-140],[-33,-68],[9,-43]],[[55993,76158],[-62,-23],[-164,-89],[-13,-118],[-35,5]],[[63448,68272],[-196,-15],[-69,274],[-248,56]],[[79227,60049],[90,260],[12,487],[-224,502],[-18,568],[-211,468],[-210,40],[-56,-201],[-163,-17],[-83,102],[-293,-344],[-6,517],[68,606],[-188,27],[-16,346],[-120,178]],[[77809,63588],[59,212],[237,374]],[[78380,64766],[162,-454],[125,-524],[342,-4],[108,-502],[-178,-151],[-80,-207],[333,-345],[231,-680],[175,-508],[210,-400],[70,-407],[-50,-576]],[[59999,71781],[125,-30],[45,-226],[-151,-217],[-68,-315]],[[46822,55737],[66,184],[15,168],[126,313],[129,268]],[[54125,64996],[-197,-214],[-156,316],[-439,248]],[[52633,69283],[136,133],[24,244],[-30,238],[191,222],[86,185],[135,165],[16,442]],[[55437,69409],[133,264],[-65,442]],[[56944,64499],[0,-1150],[-320,-2],[-3,-242]],[[56621,63105],[-1108,1103],[-1108,1103],[-280,-315]],[[58049,35154],[96,-173],[-85,-281],[-47,-187],[-155,-90],[-51,-184],[-99,-58],[-209,443],[148,365],[151,225],[130,118],[121,-178]],[[56314,83116],[-23,147],[30,157],[-123,92],[-291,100]],[[55907,83612],[-59,485]],[[55848,84097],[318,176],[466,-37],[273,57],[39,-120],[148,-37],[267,-279]],[[56523,82877],[-67,177],[-142,62]],[[56700,84669],[53,442]],[[57579,84928],[134,-133],[24,-279],[89,-340]],[[47592,67756],[-42,0],[7,-308],[-172,-19],[-90,-131],[-126,0],[-100,75],[-234,-62],[-91,-449],[-86,-42],[-131,-726],[-386,-621],[-92,-796],[-114,-258],[-33,-208],[-625,-46],[-5,1]],[[46350,67747],[5,8],[139,221]],[[46753,68040],[218,393],[140,154]],[[57394,79599],[66,85],[185,57],[204,-180],[115,-21],[125,-155],[-20,-195],[101,-95],[40,-240],[97,-147],[-19,-86],[52,-58],[-74,-43],[-164,17],[-27,80],[-58,-46],[20,-103],[-76,-184],[-49,-197],[-70,-63]],[[57842,78025],[-50,263],[30,246],[-9,253],[-160,342],[-89,243],[-86,171],[-84,56]],[[23016,66727],[-107,-505]],[[19117,67920],[-162,303],[-130,281]],[[19608,65285],[-6,-104],[-117,-211]],[[19362,65323],[-181,328],[-201,278]],[[18482,67245],[-37,-75],[-70,151]],[[17464,70566],[316,44],[353,63],[-26,-113],[419,-280],[634,-406],[552,5],[221,0],[0,237],[481,0],[102,-204],[142,-182],[165,-253],[92,-301],[69,-317],[144,-174],[230,-172],[175,455],[227,11],[196,-230],[139,-394],[96,-338],[164,-328],[61,-403],[78,-271],[217,-178],[197,-127],[108,17]],[[55993,76158],[95,33],[128,10]],[[46619,60247],[93,105],[47,339],[88,13],[194,-160],[157,114],[107,-38],[42,128],[1114,8],[62,404],[-48,71],[-134,2485],[-134,2485],[425,11]],[[51185,62860],[1,-1326],[-152,-384],[-24,-355],[-247,-92],[-379,-49],[-102,-205],[-178,-22]],[[46801,58995],[13,179],[-24,223],[-104,162],[-54,330],[-13,358]],[[76989,61578],[-183,-289],[-315,-410]],[[77809,63588],[-159,-134],[-162,-249],[-196,-26],[-127,-623],[-117,-104],[134,-506],[177,-420],[113,-380],[-101,-501],[-96,-106],[66,-289],[185,-458],[32,-321],[-4,-268],[108,-525],[-152,-537],[-135,-591]],[[55380,75946],[-58,44]],[[55338,76894],[74,-99],[40,-80],[91,-62],[106,-119],[-22,-50]],[[74375,80219],[292,99],[530,496],[423,271],[242,-176],[289,-9],[186,-269],[277,-21],[402,-144],[270,401],[-113,339],[288,596],[311,-238],[252,-67],[327,-148],[53,-432],[394,-242],[263,107],[351,75],[279,-76],[272,-276],[168,-295],[258,6],[350,-94],[255,143],[366,96],[407,405],[166,-62],[146,-193],[331,48]],[[59599,45195],[209,47],[334,-163],[73,73],[193,15],[99,173],[167,-10],[303,224],[221,334]],[[59119,36429],[-211,5]],[[58908,36434],[-24,254],[-41,259]],[[58843,36947],[-23,206],[49,642],[-72,410],[-133,810]],[[58664,39015],[292,654],[74,415],[42,52],[31,339],[-45,171],[12,430],[54,400],[0,728],[-145,185],[-132,42],[-60,143],[-128,121],[-232,-11],[-18,215]],[[58409,42899],[-26,410],[843,474]],[[59226,43783],[159,-276],[77,53],[110,-146],[16,-231],[-59,-268],[21,-405],[181,-356],[85,399],[120,122],[-24,740],[-116,417],[-100,185],[-97,-8],[-77,748],[77,438]],[[46619,60247],[-184,395],[-168,424],[-184,153],[-133,169],[-155,-6],[-135,-126],[-138,50],[-96,-185]],[[45402,61432],[78,283],[34,543]],[[45260,63923],[60,192],[1088,-4],[-53,832],[68,296],[261,51],[-9,1474],[911,-30],[1,872]],[[59226,43783],[-147,149],[85,535],[87,201],[-53,477],[56,467],[47,156],[-71,489],[-131,257]],[[59099,46514],[273,-108],[55,-159],[95,-269],[77,-783]],[[77801,55552],[48,103],[227,-252],[22,-296],[183,69],[91,236]],[[56448,41738],[228,131],[180,-33],[109,-130],[2,-48]],[[55526,37566],[0,-2127],[-248,-294],[-149,-42],[-175,108],[-125,42],[-47,247],[-109,157],[-133,-284]],[[54125,64996],[68,-895],[104,-150],[4,-183],[116,-198],[-60,-248],[-107,-1168],[-15,-749],[-354,-543],[-120,-759],[115,-213],[0,-371],[178,-13],[-28,-271]],[[53939,59018],[-52,-12],[-188,630],[-65,23],[-217,-322],[-215,168],[-150,34],[-80,-81],[-163,17],[-164,-245],[-141,-14],[-337,298],[-131,-142],[-142,10],[-104,218],[-279,214],[-298,-68],[-72,-124],[-39,-331],[-80,-233],[-19,-514]],[[58639,91887],[-473,-231],[-224,-54]],[[55734,91626],[-172,-23],[-41,-379],[-523,92],[-74,-321],[-267,2],[-183,-409],[-278,-639],[-431,-810],[101,-197],[-97,-228],[-275,10],[-180,-540],[17,-765],[177,-292],[-92,-677],[-231,-395],[-122,-332]],[[52328,85411],[-371,-135],[-384,293]],[[65634,62124],[-173,4],[-109,-145]],[[64752,61418],[-91,403],[-217,950]],[[64444,62771],[833,576],[185,1152],[-127,408]],[[65945,65581],[203,-76],[165,-105]],[[28366,55989],[-93,166],[-59,311]],[[27661,56017],[-130,-29],[-48,344],[-36,-98]],[[27801,57192],[95,172],[153,-33]],[[28408,56982],[105,-159]],[[54111,82956],[434,266],[350,195]],[[55461,83172],[342,-65],[511,9]],[[56535,81532],[139,-502],[-29,-162],[-138,-67],[-252,-479],[71,-259],[-60,34]],[[56266,80097],[-264,221],[-200,-81],[-131,59],[-165,-123],[-140,204],[-114,-78],[-16,34]],[[86288,76244],[39,-101]],[[84641,73775],[76,254],[66,67]],[[84783,74096],[-25,105],[71,311]],[[47420,73919],[-67,218],[22,377]],[[64274,66012],[-77,-41],[-84,114]],[[56308,79404],[120,123],[172,-64],[178,-2],[129,-141],[95,89],[205,55],[69,135],[118,0]],[[57842,78025],[124,-106],[131,93],[126,-99]],[[58229,77764],[-135,-124],[-84,54]],[[56293,77303],[-51,101],[65,97],[-69,72],[-87,-129],[-162,167],[-22,237],[-169,136],[-31,183],[-151,226]],[[55524,83426],[383,186]],[[0,92620],[99999,0]],[[97313,86314],[-397,399],[-724,-453],[-126,214]],[[93543,84865],[14,269],[432,129]],[[95686,87851],[-337,-49],[-167,-474]],[[90412,86e3],[-914,-171],[-899,-1124]],[[87534,83347],[438,-73],[136,-360]],[[63219,76972],[-27,-388],[303,-678]],[[60620,78459],[-156,227],[410,236],[-8,125]],[[60617,78955],[9,255],[143,161],[269,42],[44,192],[-62,318],[113,302],[-3,169],[-410,187],[-162,-6],[-172,270],[-213,-92],[-352,203],[6,113],[-99,250],[-222,28],[-23,178],[70,117],[-178,326],[-288,-56],[-84,29],[-70,-131],[-104,24]],[[59670,89780],[18,-267],[18,-589]],[[60317,88878],[-168,248],[177,218]],[[60998,88986],[233,140],[-186,422]],[[62654,90740],[1,-321],[219,-197]],[[63371,90714],[580,274],[970,495]],[[69038,93255],[183,523],[206,114]],[[69427,93892],[736,-152],[57,-320]],[[70220,93420],[-263,-468],[173,-183]],[[72363,94242],[483,116],[669,-25]],[[73891,94709],[321,378],[319,16]],[[75805,95466],[93,157],[729,54]],[[81143,94322],[251,109],[141,-369]],[[88852,92998],[-201,534],[367,250]],[[98811,92070],[799,-275],[-99610,-251]],[[0,89250],[0,-3]],[[58449,51176],[110,-325],[-16,-339],[-80,-73]],[[58216,51057],[67,-59],[166,178]],[[61883,61244],[-37,246],[-83,173]],[[59899,67595],[-141,395],[-139,-2]],[[63694,67644],[47,-203],[190,-242]],[[64444,62771],[-801,-221],[-259,-259],[-199,-604],[-130,-96],[-70,191],[-106,-28],[-269,57],[-50,58],[-321,-13],[-75,-52],[-114,149],[-74,-283],[28,-243],[-121,-183]],[[59434,57280],[-39,11],[5,287],[-33,197],[-143,228],[-34,415],[34,425],[-129,40],[-19,-129],[-167,-29],[67,-169],[23,-346],[-152,-316],[-138,-415],[-144,-59],[-233,336],[-105,-119],[-29,-168],[-143,-109],[-9,-118],[-277,0],[-38,118],[-200,20],[-100,-99],[-77,50],[-143,336],[-48,158],[-200,-79],[-76,-267],[-72,-514],[-95,-109],[-85,-63]],[[56635,56793],[-23,27]],[[56351,58246],[3,140],[-102,169],[-3,335],[-58,222],[-98,-33],[28,211],[72,240],[-32,239],[92,176],[-58,135],[73,355],[127,425],[240,-41],[-14,2286]],[[59433,57348],[1,-68]],[[59434,57280],[3,-449]],[[59445,54277],[-171,-265],[-195,1],[-224,-135],[-176,129],[-115,-157]],[[56824,56568],[-189,225]],[[63438,58380],[158,20]],[[63596,58400],[-2,-9],[-1,-237],[0,-581],[0,-301],[-125,-353],[-194,-481]],[[62934,53474],[-278,-467],[-415,-571]],[[63596,58400],[89,12]],[[34889,54255],[109,-341],[-49,-248],[-24,-263],[-71,-242]],[[56266,80097],[-77,-150],[-55,-232]],[[58908,36434],[-56,-256],[-163,-62],[-166,312],[-2,199],[76,216],[26,168],[80,41],[140,-105]],[[60041,72458],[74,126],[75,127],[15,321],[91,-112],[306,160],[147,-108],[229,1],[320,217],[149,-10],[316,89]],[[50518,55366],[-224,-122]],[[68841,73220],[156,583],[-60,429],[-204,137],[72,254],[232,-27],[132,318],[89,370],[371,134],[-58,-267],[40,-161],[114,15]],[[65546,75618],[313,8],[-45,290],[237,199],[234,334],[374,-304],[30,-460],[106,-118],[301,27],[93,-105],[137,-593],[317,-398],[181,-271],[291,-282],[369,-247],[-7,-352]],[[52339,73106],[302,232],[195,-69]],[[57310,73833],[135,447],[-176,276]],[[57269,74556],[308,550],[428,23],[117,438]],[[58651,75491],[334,373],[324,163]],[[60889,49136],[-128,-710],[16,-326]],[[59099,46514],[-157,172],[-177,97],[-111,97],[-116,146]],[[58449,51176],[98,69],[304,-7],[566,44]],[[60092,77809],[-304,-100],[-377,-333]],[[33939,31983],[-169,319]],[[30523,76986],[-147,-342],[-47,-129]],[[29077,74266],[69,-103],[5,-217]],[[28797,73761],[-183,90],[191,-185]],[[27408,66595],[-105,132],[-148,496]],[[27026,67663],[-42,225],[57,383]],[[27041,68271],[-77,316],[-217,482]],[[25227,69288],[-114,-90],[50,-153]],[[24957,68598],[-202,17],[-207,305]],[[16564,71667],[-71,93],[-33,316]],[[15496,76016],[-89,441],[109,543]],[[15516,77e3],[34,523],[33,522]],[[15533,78818],[-88,492],[-80,268]],[[15948,78951],[69,152],[-45,472]],[[13587,83606],[-245,183],[-78,503]],[[8164,86018],[-308,-122],[-39,339]],[[4226,83160],[-43,96],[304,270]],[[3654,89313],[-351,334],[390,241]],[[3832,91498],[493,19],[350,262]],[[31057,57908],[249,-6],[297,60]],[[33102,57232],[45,-462],[144,13],[109,-135]],[[62539,59289],[-43,-146],[-137,12],[-89,-78]],[[57838,32957],[-210,-262],[-290,-224]],[[56553,32368],[-168,-71],[-115,31]],[[55331,31983],[-94,10],[-120,258]],[[58175,39107],[113,-6],[134,-97],[94,69],[148,-58]],[[58409,42899],[-210,-79],[-159,-230],[-33,-199],[-100,-46],[-241,-473],[-154,-373],[-94,-13],[-90,66],[-311,63]]], +transform:{scale:[.0036000360003600037,.001736468664686647],translate:[-180,-90]}}}}),function(o,t){"function"==typeof define&&define.amd?define("map/ChoroplethContinents.js",["d3","topojson","./Choropleth","./countries"],t):o.map_ChoroplethContinents=t(o.d3,o.topojson,o.map_Choropleth,o.map_countries)}(this,function(o,t,e,y){function a(){e.call(this),this._choroTopology=y.topology,this._choroTopologyObjects=y.topology.objects.land}return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" map_ChoroplethContinents",a}),function(o,t){"function"==typeof define&&define.amd?define("map/us-counties.js",[],t):o.map_usCounties=t()}(this,function(){return{stateNames:{1:{name:"Alabama",code:"AL"},2:{name:"Alaska",code:"AK"},4:{name:"Arizona",code:"AZ"},5:{name:"Arkansas",code:"AR"},6:{name:"California",code:"CA"},8:{name:"Colorado",code:"CO"},9:{name:"Connecticut",code:"CT"},10:{name:"Delaware",code:"DE"},11:{name:"District of Columbia",code:"DC"},12:{name:"Florida",code:"FL"},13:{name:"Georgia",code:"GA"},15:{name:"Hawaii",code:"HI"},16:{name:"Idaho",code:"ID"},17:{name:"Illinois",code:"IL"},18:{name:"Indiana",code:"IN"},19:{name:"Iowa",code:"IA"},20:{name:"Kansas",code:"KS"},21:{name:"Kentucky",code:"KY"},22:{name:"Louisiana",code:"LA"},23:{name:"Maine",code:"ME"},24:{name:"Maryland",code:"MD"},25:{name:"Massachusetts",code:"MA"},26:{name:"Michigan",code:"MI"},27:{name:"Minnesota",code:"MN"},28:{name:"Mississippi",code:"MS"},29:{name:"Missouri",code:"MO"},30:{name:"Montana",code:"MT"},31:{name:"Nebraska",code:"NE"},32:{name:"Nevada",code:"NV"},33:{name:"New Hampshire",code:"NH"},34:{name:"New Jersey",code:"NJ"},35:{name:"New Mexico",code:"NM"},36:{name:"New York",code:"NY"},37:{name:"North Carolina",code:"NC"},38:{name:"North Dakota",code:"ND"},39:{name:"Ohio",code:"OH"},40:{name:"Oklahoma",code:"OK"},41:{name:"Oregon",code:"OR"},42:{name:"Pennsylvania",code:"PA"},44:{name:"Rhode Island",code:"RI"},45:{name:"South Carolina",code:"SC"},46:{name:"South Dakota",code:"SD"},47:{name:"Tennessee",code:"TN"},48:{name:"Texas",code:"TX"},49:{name:"Utah",code:"UT"},50:{name:"Vermont",code:"VT"},51:{name:"Virginia",code:"VA"},53:{name:"Washington",code:"WA"},54:{name:"West Virginia",code:"WV"},55:{name:"Wisconsin",code:"WI"},56:{name:"Wyoming",code:"WY"},60:{name:"American Samoa",code:"AS"},66:{name:"Guam",code:"GU"},69:{name:"Northern Mariana Islands",code:"MP"},72:{name:"Puerto Rico",code:"PR"},78:{name:"Virgin Islands",code:"VI"}},countyNames:{1001:"AUTAUGA",1003:"BALDWIN",1005:"BARBOUR",1007:"BIBB",1009:"BLOUNT",1011:"BULLOCK",1013:"BUTLER",1015:"CALHOUN",1017:"CHAMBERS",1019:"CHEROKEE",1021:"CHILTON",1023:"CHOCTAW",1025:"CLARKE",1027:"CLAY",1029:"CLEBURNE",1031:"COFFEE",1033:"COLBERT",1035:"CONECUH",1037:"COOSA",1039:"COVINGTON",1041:"CRENSHAW",1043:"CULLMAN",1045:"DALE",1047:"DALLAS",1049:"DEKALB",1051:"ELMORE",1053:"ESCAMBIA",1055:"ETOWAH",1057:"FAYETTE",1059:"FRANKLIN",1061:"GENEVA",1063:"GREENE",1065:"HALE",1067:"HENRY",1069:"HOUSTON",1071:"JACKSON",1073:"JEFFERSON",1075:"LAMAR",1077:"LAUDERDALE",1079:"LAWRENCE",1081:"LEE",1083:"LIMESTONE",1085:"LOWNDES",1087:"MACON",1089:"MADISON",1091:"MARENGO",1093:"MARION",1095:"MARSHALL",1097:"MOBILE",1099:"MONROE",1101:"MONTGOMERY",1103:"MORGAN",1105:"PERRY",1107:"PICKENS",1109:"PIKE",1111:"RANDOLPH",1113:"RUSSELL",1115:"ST. CLAIR",1117:"SHELBY",1119:"SUMTER",1121:"TALLADEGA",1123:"TALLAPOOSA",1125:"TUSCALOOSA",1127:"WALKER",1129:"WASHINGTON",1131:"WILCOX",1133:"WINSTON",2013:"ALEUTIANS EAST",2016:"ALEUTIANS WEST",2020:"ANCHORAGE",2050:"BETHEL",2060:"BRISTOL BAY",2068:"DENALI",2070:"DILLINGHAM",2090:"FAIRBANKS",2100:"HAINES",2110:"JUNEAU",2122:"KENAI",2130:"KETCHIKAN GATEWAY",2150:"KODIAK ISLAND",2164:"LAKE AND PENINSULA",2170:"MATANUSKA-SUSITNA BOROUGH",2180:"NOME",2185:"NORTH SLOPE",2188:"NORTHWEST ARCTIC",2201:"PRINCE OF WALES-OUTER KETCHIKAN",2220:"SITKA",2232:"SKAGWAY-HOONAH-ANGOON",2240:"SOUTHEAST FAIRBANKS",2261:"VALDEZ-CORDOVA",2270:"WADE HAMPTON",2280:"WRANGELL-PETERSBURG",2282:"YAKUTAT",2290:"YUKON-KOYUKUK",4001:"APACHE",4003:"COCHISE",4005:"COCONINO",4007:"GILA",4009:"GRAHAM",4011:"GREENLEE",4012:"LA PAZ",4013:"MARICOPA",4015:"MOHAVE",4017:"NAVAJO",4019:"PIMA",4021:"PINAL",4023:"SANTA CRUZ",4025:"YAVAPAI",4027:"YUMA",5001:"ARKANSAS",5003:"ASHLEY",5005:"BAXTER",5007:"BENTON",5009:"BOONE",5011:"BRADLEY",5013:"CALHOUN",5015:"CARROLL",5017:"CHICOT",5019:"CLARK",5021:"CLAY",5023:"CLEBURNE",5025:"CLEVELAND",5027:"COLUMBIA",5029:"CONWAY",5031:"CRAIGHEAD",5033:"CRAWFORD",5035:"CRITTENDEN",5037:"CROSS",5039:"DALLAS",5041:"DESHA",5043:"DREW",5045:"FAULKNER",5047:"FRANKLIN",5049:"FULTON",5051:"GARLAND",5053:"GRANT",5055:"GREENE",5057:"HEMPSTEAD",5059:"HOT SPRING",5061:"HOWARD",5063:"INDEPENDENCE",5065:"IZARD",5067:"JACKSON",5069:"JEFFERSON",5071:"JOHNSON",5073:"LAFAYETTE",5075:"LAWRENCE",5077:"LEE",5079:"LINCOLN",5081:"LITTLE RIVER",5083:"LOGAN",5085:"LONOKE",5087:"MADISON",5089:"MARION",5091:"MILLER",5093:"MISSISSIPPI",5095:"MONROE",5097:"MONTGOMERY",5099:"NEVADA",5101:"NEWTON",5103:"OUACHITA",5105:"PERRY",5107:"PHILLIPS",5109:"PIKE",5111:"POINSETT",5113:"POLK",5115:"POPE",5117:"PRAIRIE",5119:"PULASKI",5121:"RANDOLPH",5123:"ST. FRANCIS",5125:"SALINE",5127:"SCOTT",5129:"SEARCY",5131:"SEBASTIAN",5133:"SEVIER",5135:"SHARP",5137:"STONE",5139:"UNION",5141:"VAN BUREN",5143:"WASHINGTON",5145:"WHITE",5147:"WOODRUFF",5149:"YELL",6001:"ALAMEDA",6003:"ALPINE",6005:"AMADOR",6007:"BUTTE",6009:"CALAVERAS",6011:"COLUSA",6013:"CONTRA COSTA",6015:"DEL NORTE",6017:"EL DORADO",6019:"FRESNO",6021:"GLENN",6023:"HUMBOLDT",6025:"IMPERIAL",6027:"INYO",6029:"KERN",6031:"KINGS",6033:"LAKE",6035:"LASSEN",6037:"LOS ANGELES",6039:"MADERA",6041:"MARIN",6043:"MARIPOSA",6045:"MENDOCINO",6047:"MERCED",6049:"MODOC",6051:"MONO",6053:"MONTEREY",6055:"NAPA",6057:"NEVADA",6059:"ORANGE",6061:"PLACER",6063:"PLUMAS",6065:"RIVERSIDE",6067:"SACRAMENTO",6069:"SAN BENITO",6071:"SAN BERNARDINO",6073:"SAN DIEGO",6075:"SAN FRANCISCO",6077:"SAN JOAQUIN",6079:"SAN LUIS OBISPO",6081:"SAN MATEO",6083:"SANTA BARBARA",6085:"SANTA CLARA",6087:"SANTA CRUZ",6089:"SHASTA",6091:"SIERRA",6093:"SISKIYOU",6095:"SOLANO",6097:"SONOMA",6099:"STANISLAUS",6101:"SUTTER",6103:"TEHAMA",6105:"TRINITY",6107:"TULARE",6109:"TUOLUMNE",6111:"VENTURA",6113:"YOLO",6115:"YUBA",8001:"ADAMS",8003:"ALAMOSA",8005:"ARAPAHOE",8007:"ARCHULETA",8009:"BACA",8011:"BENT",8013:"BOULDER",8014:"BROOMFIELD",8015:"CHAFFEE",8017:"CHEYENNE",8019:"CLEAR CREEK",8021:"CONEJOS",8023:"COSTILLA",8025:"CROWLEY",8027:"CUSTER",8029:"DELTA",8031:"DENVER",8033:"DOLORES",8035:"DOUGLAS",8037:"EAGLE",8039:"ELBERT",8041:"EL PASO",8043:"FREMONT",8045:"GARFIELD",8047:"GILPIN",8049:"GRAND",8051:"GUNNISON",8053:"HINSDALE",8055:"HUERFANO",8057:"JACKSON",8059:"JEFFERSON",8061:"KIOWA",8063:"KIT CARSON",8065:"LAKE",8067:"LA PLATA",8069:"LARIMER",8071:"LAS ANIMAS",8073:"LINCOLN",8075:"LOGAN",8077:"MESA",8079:"MINERAL",8081:"MOFFAT",8083:"MONTEZUMA",8085:"MONTROSE",8087:"MORGAN",8089:"OTERO",8091:"OURAY",8093:"PARK",8095:"PHILLIPS",8097:"PITKIN",8099:"PROWERS",8101:"PUEBLO",8103:"RIO BLANCO",8105:"RIO GRANDE",8107:"ROUTT",8109:"SAGUACHE",8111:"SAN JUAN",8113:"SAN MIGUEL",8115:"SEDGWICK",8117:"SUMMIT",8119:"TELLER",8121:"WASHINGTON",8123:"WELD",8125:"YUMA",9001:"FAIRFIELD",9003:"HARTFORD",9005:"LITCHFIELD",9007:"MIDDLESEX",9009:"NEW HAVEN",9011:"NEW LONDON",9013:"TOLLAND",9015:"WINDHAM",10001:"KENT",10003:"NEW CASTLE",10005:"SUSSEX",11001:"DISTRICT OF COLUMBIA",12001:"ALACHUA",12003:"BAKER",12005:"BAY",12007:"BRADFORD",12009:"BREVARD",12011:"BROWARD",12013:"CALHOUN",12015:"CHARLOTTE",12017:"CITRUS",12019:"CLAY",12021:"COLLIER",12023:"COLUMBIA",12025:"DADE",12027:"DESOTO",12029:"DIXIE",12031:"DUVAL",12033:"ESCAMBIA",12035:"FLAGLER",12037:"FRANKLIN",12039:"GADSDEN",12041:"GILCHRIST",12043:"GLADES",12045:"GULF",12047:"HAMILTON",12049:"HARDEE",12051:"HENDRY",12053:"HERNANDO",12055:"HIGHLANDS",12057:"HILLSBOROUGH",12059:"HOLMES",12061:"INDIAN RIVER",12063:"JACKSON",12065:"JEFFERSON",12067:"LAFAYETTE",12069:"LAKE",12071:"LEE",12073:"LEON",12075:"LEVY",12077:"LIBERTY",12079:"MADISON",12081:"MANATEE",12083:"MARION",12085:"MARTIN",12086:"MIAMI-DADE",12087:"MONROE",12089:"NASSAU",12091:"OKALOOSA",12093:"OKEECHOBEE",12095:"ORANGE",12097:"OSCEOLA",12099:"PALM BEACH",12101:"PASCO",12103:"PINELLAS",12105:"POLK",12107:"PUTNAM",12109:"ST. JOHNS",12111:"ST. LUCIE",12113:"SANTA ROSA",12115:"SARASOTA",12117:"SEMINOLE",12119:"SUMTER",12121:"SUWANNEE",12123:"TAYLOR",12125:"UNION",12127:"VOLUSIA",12129:"WAKULLA",12131:"WALTON",12133:"WASHINGTON",13001:"APPLING",13003:"ATKINSON",13005:"BACON",13007:"BAKER",13009:"BALDWIN",13011:"BANKS",13013:"BARROW",13015:"BARTOW",13017:"BEN HILL",13019:"BERRIEN",13021:"BIBB",13023:"BLECKLEY",13025:"BRANTLEY",13027:"BROOKS",13029:"BRYAN",13031:"BULLOCH",13033:"BURKE",13035:"BUTTS",13037:"CALHOUN",13039:"CAMDEN",13043:"CANDLER",13045:"CARROLL",13047:"CATOOSA",13049:"CHARLTON",13051:"CHATHAM",13053:"CHATTAHOOCHEE",13055:"CHATTOOGA",13057:"CHEROKEE",13059:"CLARKE",13061:"CLAY",13063:"CLAYTON",13065:"CLINCH",13067:"COBB",13069:"COFFEE",13071:"COLQUITT",13073:"COLUMBIA",13075:"COOK",13077:"COWETA",13079:"CRAWFORD",13081:"CRISP",13083:"DADE",13085:"DAWSON",13087:"DECATUR",13089:"DEKALB",13091:"DODGE",13093:"DOOLY",13095:"DOUGHERTY",13097:"DOUGLAS",13099:"EARLY",13101:"ECHOLS",13103:"EFFINGHAM",13105:"ELBERT",13107:"EMANUEL",13109:"EVANS",13111:"FANNIN",13113:"FAYETTE",13115:"FLOYD",13117:"FORSYTH",13119:"FRANKLIN",13121:"FULTON",13123:"GILMER",13125:"GLASCOCK",13127:"GLYNN",13129:"GORDON",13131:"GRADY",13133:"GREENE",13135:"GWINNETT",13137:"HABERSHAM",13139:"HALL",13141:"HANCOCK",13143:"HARALSON",13145:"HARRIS",13147:"HART",13149:"HEARD",13151:"HENRY",13153:"HOUSTON",13155:"IRWIN",13157:"JACKSON",13159:"JASPER",13161:"JEFF DAVIS",13163:"JEFFERSON",13165:"JENKINS",13167:"JOHNSON",13169:"JONES",13171:"LAMAR",13173:"LANIER",13175:"LAURENS",13177:"LEE",13179:"LIBERTY",13181:"LINCOLN",13183:"LONG",13185:"LOWNDES",13187:"LUMPKIN",13189:"MCDUFFIE",13191:"MCINTOSH",13193:"MACON",13195:"MADISON",13197:"MARION",13199:"MERIWETHER",13201:"MILLER",13205:"MITCHELL",13207:"MONROE",13209:"MONTGOMERY",13211:"MORGAN",13213:"MURRAY",13215:"MUSCOGEE",13217:"NEWTON",13219:"OCONEE",13221:"OGLETHORPE",13223:"PAULDING",13225:"PEACH",13227:"PICKENS",13229:"PIERCE",13231:"PIKE",13233:"POLK",13235:"PULASKI",13237:"PUTNAM",13239:"QUITMAN",13241:"RABUN",13243:"RANDOLPH",13245:"RICHMOND",13247:"ROCKDALE",13249:"SCHLEY",13251:"SCREVEN",13253:"SEMINOLE",13255:"SPALDING",13257:"STEPHENS",13259:"STEWART",13261:"SUMTER",13263:"TALBOT",13265:"TALIAFERRO",13267:"TATTNALL",13269:"TAYLOR",13271:"TELFAIR",13273:"TERRELL",13275:"THOMAS",13277:"TIFT",13279:"TOOMBS",13281:"TOWNS",13283:"TREUTLEN",13285:"TROUP",13287:"TURNER",13289:"TWIGGS",13291:"UNION",13293:"UPSON",13295:"WALKER",13297:"WALTON",13299:"WARE",13301:"WARREN",13303:"WASHINGTON",13305:"WAYNE",13307:"WEBSTER",13309:"WHEELER",13311:"WHITE",13313:"WHITFIELD",13315:"WILCOX",13317:"WILKES",13319:"WILKINSON",13321:"WORTH",15001:"HAWAII",15003:"HONOLULU",15005:"KALAWAO",15007:"KAUAI",15009:"MAUI",16001:"ADA",16003:"ADAMS",16005:"BANNOCK",16007:"BEAR LAKE",16009:"BENEWAH",16011:"BINGHAM",16013:"BLAINE",16015:"BOISE",16017:"BONNER",16019:"BONNEVILLE",16021:"BOUNDARY",16023:"BUTTE",16025:"CAMAS",16027:"CANYON",16029:"CARIBOU",16031:"CASSIA",16033:"CLARK",16035:"CLEARWATER",16037:"CUSTER",16039:"ELMORE",16041:"FRANKLIN",16043:"FREMONT",16045:"GEM",16047:"GOODING",16049:"IDAHO",16051:"JEFFERSON",16053:"JEROME",16055:"KOOTENAI",16057:"LATAH",16059:"LEMHI",16061:"LEWIS",16063:"LINCOLN",16065:"MADISON",16067:"MINIDOKA",16069:"NEZ PERCE",16071:"ONEIDA",16073:"OWYHEE",16075:"PAYETTE",16077:"POWER",16079:"SHOSHONE",16081:"TETON",16083:"TWIN FALLS",16085:"VALLEY",16087:"WASHINGTON",17001:"ADAMS",17003:"ALEXANDER",17005:"BOND",17007:"BOONE",17009:"BROWN",17011:"BUREAU",17013:"CALHOUN",17015:"CARROLL",17017:"CASS",17019:"CHAMPAIGN",17021:"CHRISTIAN",17023:"CLARK",17025:"CLAY",17027:"CLINTON",17029:"COLES",17031:"COOK",17033:"CRAWFORD",17035:"CUMBERLAND",17037:"DEKALB",17039:"DE WITT",17041:"DOUGLAS",17043:"DUPAGE",17045:"EDGAR",17047:"EDWARDS",17049:"EFFINGHAM",17051:"FAYETTE",17053:"FORD",17055:"FRANKLIN",17057:"FULTON",17059:"GALLATIN",17061:"GREENE",17063:"GRUNDY",17065:"HAMILTON",17067:"HANCOCK",17069:"HARDIN",17071:"HENDERSON",17073:"HENRY",17075:"IROQUOIS",17077:"JACKSON",17079:"JASPER",17081:"JEFFERSON",17083:"JERSEY",17085:"JO DAVIESS",17087:"JOHNSON",17089:"KANE",17091:"KANKAKEE",17093:"KENDALL",17095:"KNOX",17097:"LAKE",17099:"LASALLE",17101:"LAWRENCE",17103:"LEE",17105:"LIVINGSTON",17107:"LOGAN",17109:"MCDONOUGH",17111:"MCHENRY",17113:"MCLEAN",17115:"MACON",17117:"MACOUPIN",17119:"MADISON",17121:"MARION",17123:"MARSHALL",17125:"MASON",17127:"MASSAC",17129:"MENARD",17131:"MERCER",17133:"MONROE",17135:"MONTGOMERY",17137:"MORGAN",17139:"MOULTRIE",17141:"OGLE",17143:"PEORIA",17145:"PERRY",17147:"PIATT",17149:"PIKE",17151:"POPE",17153:"PULASKI",17155:"PUTNAM",17157:"RANDOLPH",17159:"RICHLAND",17161:"ROCK ISLAND",17163:"ST. CLAIR",17165:"SALINE",17167:"SANGAMON",17169:"SCHUYLER",17171:"SCOTT",17173:"SHELBY",17175:"STARK",17177:"STEPHENSON",17179:"TAZEWELL",17181:"UNION",17183:"VERMILION",17185:"WABASH",17187:"WARREN",17189:"WASHINGTON",17191:"WAYNE",17193:"WHITE",17195:"WHITESIDE",17197:"WILL",17199:"WILLIAMSON",17201:"WINNEBAGO",17203:"WOODFORD",18001:"ADAMS",18003:"ALLEN",18005:"BARTHOLOMEW",18007:"BENTON",18009:"BLACKFORD",18011:"BOONE",18013:"BROWN",18015:"CARROLL",18017:"CASS",18019:"CLARK",18021:"CLAY",18023:"CLINTON",18025:"CRAWFORD",18027:"DAVIESS",18029:"DEARBORN",18031:"DECATUR",18033:"DEKALB",18035:"DELAWARE",18037:"DUBOIS",18039:"ELKHART",18041:"FAYETTE",18043:"FLOYD",18045:"FOUNTAIN",18047:"FRANKLIN",18049:"FULTON",18051:"GIBSON",18053:"GRANT",18055:"GREENE",18057:"HAMILTON",18059:"HANCOCK",18061:"HARRISON",18063:"HENDRICKS",18065:"HENRY",18067:"HOWARD",18069:"HUNTINGTON",18071:"JACKSON",18073:"JASPER",18075:"JAY",18077:"JEFFERSON",18079:"JENNINGS",18081:"JOHNSON",18083:"KNOX",18085:"KOSCIUSKO",18087:"LAGRANGE",18089:"LAKE",18091:"LAPORTE",18093:"LAWRENCE",18095:"MADISON",18097:"MARION",18099:"MARSHALL",18101:"MARTIN",18103:"MIAMI",18105:"MONROE",18107:"MONTGOMERY",18109:"MORGAN",18111:"NEWTON",18113:"NOBLE",18115:"OHIO",18117:"ORANGE",18119:"OWEN",18121:"PARKE",18123:"PERRY",18125:"PIKE",18127:"PORTER",18129:"POSEY",18131:"PULASKI",18133:"PUTNAM",18135:"RANDOLPH",18137:"RIPLEY",18139:"RUSH",18141:"ST. JOSEPH",18143:"SCOTT",18145:"SHELBY",18147:"SPENCER",18149:"STARKE",18151:"STEUBEN",18153:"SULLIVAN",18155:"SWITZERLAND",18157:"TIPPECANOE",18159:"TIPTON",18161:"UNION",18163:"VANDERBURGH",18165:"VERMILLION",18167:"VIGO",18169:"WABASH",18171:"WARREN",18173:"WARRICK",18175:"WASHINGTON",18177:"WAYNE",18179:"WELLS",18181:"WHITE",18183:"WHITLEY",19001:"ADAIR",19003:"ADAMS",19005:"ALLAMAKEE",19007:"APPANOOSE",19009:"AUDUBON",19011:"BENTON",19013:"BLACK HAWK",19015:"BOONE",19017:"BREMER",19019:"BUCHANAN",19021:"BUENA VISTA",19023:"BUTLER",19025:"CALHOUN",19027:"CARROLL",19029:"CASS",19031:"CEDAR",19033:"CERRO GORDO",19035:"CHEROKEE",19037:"CHICKASAW",19039:"CLARKE",19041:"CLAY",19043:"CLAYTON",19045:"CLINTON",19047:"CRAWFORD",19049:"DALLAS",19051:"DAVIS",19053:"DECATUR",19055:"DELAWARE",19057:"DES MOINES",19059:"DICKINSON",19061:"DUBUQUE",19063:"EMMET",19065:"FAYETTE",19067:"FLOYD",19069:"FRANKLIN",19071:"FREMONT",19073:"GREENE",19075:"GRUNDY",19077:"GUTHRIE",19079:"HAMILTON",19081:"HANCOCK",19083:"HARDIN",19085:"HARRISON",19087:"HENRY",19089:"HOWARD",19091:"HUMBOLDT",19093:"IDA",19095:"IOWA",19097:"JACKSON",19099:"JASPER",19101:"JEFFERSON",19103:"JOHNSON",19105:"JONES",19107:"KEOKUK",19109:"KOSSUTH",19111:"LEE",19113:"LINN",19115:"LOUISA",19117:"LUCAS",19119:"LYON",19121:"MADISON",19123:"MAHASKA",19125:"MARION",19127:"MARSHALL",19129:"MILLS",19131:"MITCHELL",19133:"MONONA",19135:"MONROE",19137:"MONTGOMERY",19139:"MUSCATINE",19141:"O'BRIEN",19143:"OSCEOLA",19145:"PAGE",19147:"PALO ALTO",19149:"PLYMOUTH",19151:"POCAHONTAS",19153:"POLK",19155:"POTTAWATTAMIE",19157:"POWESHIEK",19159:"RINGGOLD",19161:"SAC",19163:"SCOTT",19165:"SHELBY",19167:"SIOUX",19169:"STORY",19171:"TAMA",19173:"TAYLOR",19175:"UNION",19177:"VAN BUREN",19179:"WAPELLO",19181:"WARREN",19183:"WASHINGTON",19185:"WAYNE",19187:"WEBSTER",19189:"WINNEBAGO",19191:"WINNESHIEK",19193:"WOODBURY",19195:"WORTH",19197:"WRIGHT",20001:"ALLEN",20003:"ANDERSON",20005:"ATCHISON",20007:"BARBER",20009:"BARTON",20011:"BOURBON",20013:"BROWN",20015:"BUTLER",20017:"CHASE",20019:"CHAUTAUQUA",20021:"CHEROKEE",20023:"CHEYENNE",20025:"CLARK",20027:"CLAY",20029:"CLOUD",20031:"COFFEY",20033:"COMANCHE",20035:"COWLEY",20037:"CRAWFORD",20039:"DECATUR",20041:"DICKINSON",20043:"DONIPHAN",20045:"DOUGLAS",20047:"EDWARDS",20049:"ELK",20051:"ELLIS",20053:"ELLSWORTH",20055:"FINNEY",20057:"FORD",20059:"FRANKLIN",20061:"GEARY",20063:"GOVE",20065:"GRAHAM",20067:"GRANT",20069:"GRAY",20071:"GREELEY",20073:"GREENWOOD",20075:"HAMILTON",20077:"HARPER",20079:"HARVEY",20081:"HASKELL",20083:"HODGEMAN",20085:"JACKSON",20087:"JEFFERSON",20089:"JEWELL",20091:"JOHNSON",20093:"KEARNY",20095:"KINGMAN",20097:"KIOWA",20099:"LABETTE",20101:"LANE",20103:"LEAVENWORTH",20105:"LINCOLN",20107:"LINN",20109:"LOGAN",20111:"LYON",20113:"MCPHERSON",20115:"MARION",20117:"MARSHALL",20119:"MEADE",20121:"MIAMI",20123:"MITCHELL",20125:"MONTGOMERY",20127:"MORRIS",20129:"MORTON",20131:"NEMAHA",20133:"NEOSHO",20135:"NESS",20137:"NORTON",20139:"OSAGE",20141:"OSBORNE",20143:"OTTAWA",20145:"PAWNEE",20147:"PHILLIPS",20149:"POTTAWATOMIE",20151:"PRATT",20153:"RAWLINS",20155:"RENO",20157:"REPUBLIC",20159:"RICE",20161:"RILEY",20163:"ROOKS",20165:"RUSH",20167:"RUSSELL",20169:"SALINE",20171:"SCOTT",20173:"SEDGWICK",20175:"SEWARD",20177:"SHAWNEE",20179:"SHERIDAN",20181:"SHERMAN",20183:"SMITH",20185:"STAFFORD",20187:"STANTON",20189:"STEVENS",20191:"SUMNER",20193:"THOMAS",20195:"TREGO",20197:"WABAUNSEE",20199:"WALLACE",20201:"WASHINGTON",20203:"WICHITA",20205:"WILSON",20207:"WOODSON",20209:"WYANDOTTE",21001:"ADAIR",21003:"ALLEN",21005:"ANDERSON",21007:"BALLARD",21009:"BARREN",21011:"BATH",21013:"BELL",21015:"BOONE",21017:"BOURBON",21019:"BOYD",21021:"BOYLE",21023:"BRACKEN",21025:"BREATHITT",21027:"BRECKINRIDGE",21029:"BULLITT",21031:"BUTLER",21033:"CALDWELL",21035:"CALLOWAY",21037:"CAMPBELL",21039:"CARLISLE",21041:"CARROLL",21043:"CARTER",21045:"CASEY",21047:"CHRISTIAN",21049:"CLARK",21051:"CLAY",21053:"CLINTON",21055:"CRITTENDEN",21057:"CUMBERLAND",21059:"DAVIESS",21061:"EDMONSON",21063:"ELLIOTT",21065:"ESTILL",21067:"FAYETTE",21069:"FLEMING",21071:"FLOYD",21073:"FRANKLIN",21075:"FULTON",21077:"GALLATIN",21079:"GARRARD",21081:"GRANT",21083:"GRAVES",21085:"GRAYSON",21087:"GREEN",21089:"GREENUP",21091:"HANCOCK",21093:"HARDIN",21095:"HARLAN",21097:"HARRISON",21099:"HART",21101:"HENDERSON",21103:"HENRY",21105:"HICKMAN",21107:"HOPKINS",21109:"JACKSON",21111:"JEFFERSON",21113:"JESSAMINE",21115:"JOHNSON",21117:"KENTON",21119:"KNOTT",21121:"KNOX",21123:"LARUE",21125:"LAUREL",21127:"LAWRENCE",21129:"LEE",21131:"LESLIE",21133:"LETCHER",21135:"LEWIS",21137:"LINCOLN",21139:"LIVINGSTON",21141:"LOGAN",21143:"LYON",21145:"MCCRACKEN",21147:"MCCREARY",21149:"MCLEAN",21151:"MADISON",21153:"MAGOFFIN",21155:"MARION",21157:"MARSHALL",21159:"MARTIN",21161:"MASON",21163:"MEADE",21165:"MENIFEE",21167:"MERCER",21169:"METCALFE",21171:"MONROE",21173:"MONTGOMERY",21175:"MORGAN",21177:"MUHLENBERG",21179:"NELSON",21181:"NICHOLAS",21183:"OHIO",21185:"OLDHAM",21187:"OWEN",21189:"OWSLEY",21191:"PENDLETON",21193:"PERRY",21195:"PIKE",21197:"POWELL",21199:"PULASKI",21201:"ROBERTSON",21203:"ROCKCASTLE",21205:"ROWAN",21207:"RUSSELL",21209:"SCOTT",21211:"SHELBY",21213:"SIMPSON",21215:"SPENCER",21217:"TAYLOR",21219:"TODD",21221:"TRIGG",21223:"TRIMBLE",21225:"UNION",21227:"WARREN",21229:"WASHINGTON",21231:"WAYNE",21233:"WEBSTER",21235:"WHITLEY",21237:"WOLFE",21239:"WOODFORD",22001:"ACADIA",22003:"ALLEN",22005:"ASCENSION",22007:"ASSUMPTION",22009:"AVOYELLES",22011:"BEAUREGARD",22013:"BIENVILLE",22015:"BOSSIER",22017:"CADDO",22019:"CALCASIEU",22021:"CALDWELL",22023:"CAMERON",22025:"CATAHOULA",22027:"CLAIBORNE",22029:"CONCORDIA",22031:"DE SOTO",22033:"EAST BATON ROUGE",22035:"EAST CARROLL",22037:"EAST FELICIANA",22039:"EVANGELINE",22041:"FRANKLIN",22043:"GRANT",22045:"IBERIA",22047:"IBERVILLE",22049:"JACKSON",22051:"JEFFERSON",22053:"JEFFERSON DAVIS",22055:"LAFAYETTE",22057:"LAFOURCHE",22059:"LA SALLE",22061:"LINCOLN",22063:"LIVINGSTON",22065:"MADISON",22067:"MOREHOUSE",22069:"NATCHITOCHES",22071:"ORLEANS",22073:"OUACHITA",22075:"PLAQUEMINES",22077:"POINTE COUPEE",22079:"RAPIDES",22081:"RED RIVER",22083:"RICHLAND",22085:"SABINE",22087:"ST. BERNARD",22089:"ST. CHARLES",22091:"ST. HELENA",22093:"ST. JAMES",22095:"ST. JOHN THE BAPTIST",22097:"ST. LANDRY",22099:"ST. MARTIN",22101:"ST. MARY",22103:"ST. TAMMANY",22105:"TANGIPAHOA",22107:"TENSAS",22109:"TERREBONNE",22111:"UNION",22113:"VERMILION",22115:"VERNON",22117:"WASHINGTON",22119:"WEBSTER",22121:"WEST BATON ROUGE",22123:"WEST CARROLL",22125:"WEST FELICIANA",22127:"WINN",23001:"ANDROSCOGGIN",23003:"AROOSTOOK",23005:"CUMBERLAND",23007:"FRANKLIN",23009:"HANCOCK",23011:"KENNEBEC",23013:"KNOX",23015:"LINCOLN",23017:"OXFORD",23019:"PENOBSCOT",23021:"PISCATAQUIS",23023:"SAGADAHOC",23025:"SOMERSET",23027:"WALDO",23029:"WASHINGTON",23031:"YORK",24001:"ALLEGANY",24003:"ANNE ARUNDEL",24005:"BALTIMORE",24009:"CALVERT",24011:"CAROLINE",24013:"CARROLL",24015:"CECIL",24017:"CHARLES",24019:"DORCHESTER",24021:"FREDERICK",24023:"GARRETT",24025:"HARFORD",24027:"HOWARD",24029:"KENT",24031:"MONTGOMERY",24033:"PRINCE GEORGES",24035:"QUEEN ANNES",24037:"ST. MARY'S",24039:"SOMERSET",24041:"TALBOT",24043:"WASHINGTON",24045:"WICOMICO",24047:"WORCESTER",24510:"BALTIMORE CITY",25001:"BARNSTABLE",25003:"BERKSHIRE",25005:"BRISTOL",25007:"DUKES",25009:"ESSEX",25011:"FRANKLIN",25013:"HAMPDEN",25015:"HAMPSHIRE",25017:"MIDDLESEX",25019:"NANTUCKET",25021:"NORFOLK",25023:"PLYMOUTH",25025:"SUFFOLK",25027:"WORCESTER",26001:"ALCONA",26003:"ALGER",26005:"ALLEGAN",26007:"ALPENA",26009:"ANTRIM",26011:"ARENAC",26013:"BARAGA",26015:"BARRY",26017:"BAY",26019:"BENZIE",26021:"BERRIEN",26023:"BRANCH",26025:"CALHOUN",26027:"CASS",26029:"CHARLEVOIX",26031:"CHEBOYGAN",26033:"CHIPPEWA",26035:"CLARE",26037:"CLINTON",26039:"CRAWFORD",26041:"DELTA",26043:"DICKINSON",26045:"EATON",26047:"EMMET",26049:"GENESEE",26051:"GLADWIN",26053:"GOGEBIC",26055:"GRAND TRAVERSE",26057:"GRATIOT",26059:"HILLSDALE",26061:"HOUGHTON",26063:"HURON",26065:"INGHAM",26067:"IONIA",26069:"IOSCO",26071:"IRON",26073:"ISABELLA",26075:"JACKSON",26077:"KALAMAZOO",26079:"KALKASKA",26081:"KENT",26083:"KEWEENAW",26085:"LAKE",26087:"LAPEER",26089:"LEELANAU",26091:"LENAWEE",26093:"LIVINGSTON",26095:"LUCE",26097:"MACKINAC",26099:"MACOMB",26101:"MANISTEE",26103:"MARQUETTE",26105:"MASON",26107:"MECOSTA",26109:"MENOMINEE",26111:"MIDLAND",26113:"MISSAUKEE",26115:"MONROE",26117:"MONTCALM",26119:"MONTMORENCY",26121:"MUSKEGON",26123:"NEWAYGO",26125:"OAKLAND",26127:"OCEANA",26129:"OGEMAW",26131:"ONTONAGON",26133:"OSCEOLA",26135:"OSCODA",26137:"OTSEGO",26139:"OTTAWA",26141:"PRESQUE ISLE",26143:"ROSCOMMON",26145:"SAGINAW",26147:"ST. CLAIR",26149:"ST. JOSEPH",26151:"SANILAC",26153:"SCHOOLCRAFT",26155:"SHIAWASSEE",26157:"TUSCOLA",26159:"VAN BUREN",26161:"WASHTENAW",26163:"WAYNE",26165:"WEXFORD",27001:"AITKIN",27003:"ANOKA",27005:"BECKER",27007:"BELTRAMI",27009:"BENTON",27011:"BIG STONE",27013:"BLUE EARTH",27015:"BROWN",27017:"CARLTON",27019:"CARVER",27021:"CASS",27023:"CHIPPEWA",27025:"CHISAGO",27027:"CLAY",27029:"CLEARWATER",27031:"COOK",27033:"COTTONWOOD",27035:"CROW WING",27037:"DAKOTA",27039:"DODGE",27041:"DOUGLAS",27043:"FARIBAULT",27045:"FILLMORE",27047:"FREEBORN",27049:"GOODHUE",27051:"GRANT",27053:"HENNEPIN",27055:"HOUSTON",27057:"HUBBARD",27059:"ISANTI",27061:"ITASCA",27063:"JACKSON",27065:"KANABEC",27067:"KANDIYOHI",27069:"KITTSON",27071:"KOOCHICHING",27073:"LAC QUI PARLE",27075:"LAKE",27077:"LAKE OF THE WOODS",27079:"LE SUEUR",27081:"LINCOLN",27083:"LYON",27085:"MCLEOD",27087:"MAHNOMEN",27089:"MARSHALL",27091:"MARTIN",27093:"MEEKER",27095:"MILLE LACS",27097:"MORRISON",27099:"MOWER",27101:"MURRAY",27103:"NICOLLET",27105:"NOBLES",27107:"NORMAN",27109:"OLMSTED",27111:"OTTER TAIL",27113:"PENNINGTON",27115:"PINE",27117:"PIPESTONE",27119:"POLK",27121:"POPE",27123:"RAMSEY",27125:"RED LAKE",27127:"REDWOOD",27129:"RENVILLE",27131:"RICE",27133:"ROCK",27135:"ROSEAU",27137:"ST. LOUIS",27139:"SCOTT",27141:"SHERBURNE",27143:"SIBLEY",27145:"STEARNS",27147:"STEELE",27149:"STEVENS",27151:"SWIFT",27153:"TODD",27155:"TRAVERSE",27157:"WABASHA",27159:"WADENA",27161:"WASECA",27163:"WASHINGTON",27165:"WATONWAN",27167:"WILKIN",27169:"WINONA",27171:"WRIGHT",27173:"YELLOW MEDICINE",28001:"ADAMS",28003:"ALCORN",28005:"AMITE",28007:"ATTALA",28009:"BENTON",28011:"BOLIVAR",28013:"CALHOUN",28015:"CARROLL",28017:"CHICKASAW",28019:"CHOCTAW",28021:"CLAIBORNE",28023:"CLARKE",28025:"CLAY",28027:"COAHOMA",28029:"COPIAH",28031:"COVINGTON",28033:"DESOTO",28035:"FORREST",28037:"FRANKLIN",28039:"GEORGE",28041:"GREENE",28043:"GRENADA",28045:"HANCOCK",28047:"HARRISON",28049:"HINDS",28051:"HOLMES",28053:"HUMPHREYS",28055:"ISSAQUENA",28057:"ITAWAMBA",28059:"JACKSON",28061:"JASPER",28063:"JEFFERSON",28065:"JEFFERSON DAVIS",28067:"JONES",28069:"KEMPER",28071:"LAFAYETTE",28073:"LAMAR",28075:"LAUDERDALE",28077:"LAWRENCE",28079:"LEAKE",28081:"LEE",28083:"LEFLORE",28085:"LINCOLN",28087:"LOWNDES",28089:"MADISON",28091:"MARION",28093:"MARSHALL",28095:"MONROE",28097:"MONTGOMERY",28099:"NESHOBA",28101:"NEWTON",28103:"NOXUBEE",28105:"OKTIBBEHA",28107:"PANOLA",28109:"PEARL RIVER",28111:"PERRY",28113:"PIKE",28115:"PONTOTOC",28117:"PRENTISS",28119:"QUITMAN",28121:"RANKIN",28123:"SCOTT",28125:"SHARKEY",28127:"SIMPSON",28129:"SMITH",28131:"STONE",28133:"SUNFLOWER",28135:"TALLAHATCHIE",28137:"TATE",28139:"TIPPAH",28141:"TISHOMINGO",28143:"TUNICA",28145:"UNION",28147:"WALTHALL",28149:"WARREN",28151:"WASHINGTON",28153:"WAYNE",28155:"WEBSTER",28157:"WILKINSON",28159:"WINSTON",28161:"YALOBUSHA",28163:"YAZOO",29001:"ADAIR",29003:"ANDREW",29005:"ATCHISON",29007:"AUDRAIN",29009:"BARRY",29011:"BARTON",29013:"BATES",29015:"BENTON",29017:"BOLLINGER",29019:"BOONE",29021:"BUCHANAN",29023:"BUTLER",29025:"CALDWELL",29027:"CALLAWAY",29029:"CAMDEN",29031:"CAPE GIRARDEAU",29033:"CARROLL",29035:"CARTER",29037:"CASS",29039:"CEDAR",29041:"CHARITON",29043:"CHRISTIAN",29045:"CLARK",29047:"CLAY",29049:"CLINTON",29051:"COLE",29053:"COOPER",29055:"CRAWFORD",29057:"DADE",29059:"DALLAS",29061:"DAVIESS",29063:"DEKALB",29065:"DENT",29067:"DOUGLAS",29069:"DUNKLIN",29071:"FRANKLIN",29073:"GASCONADE",29075:"GENTRY",29077:"GREENE",29079:"GRUNDY",29081:"HARRISON",29083:"HENRY",29085:"HICKORY",29087:"HOLT",29089:"HOWARD",29091:"HOWELL",29093:"IRON",29095:"JACKSON",29097:"JASPER",29099:"JEFFERSON",29101:"JOHNSON",29103:"KNOX",29105:"LACLEDE",29107:"LAFAYETTE",29109:"LAWRENCE",29111:"LEWIS",29113:"LINCOLN",29115:"LINN",29117:"LIVINGSTON",29119:"MCDONALD",29121:"MACON",29123:"MADISON",29125:"MARIES",29127:"MARION",29129:"MERCER",29131:"MILLER",29133:"MISSISSIPPI",29135:"MONITEAU",29137:"MONROE",29139:"MONTGOMERY",29141:"MORGAN",29143:"NEW MADRID",29145:"NEWTON",29147:"NODAWAY",29149:"OREGON",29151:"OSAGE",29153:"OZARK",29155:"PEMISCOT",29157:"PERRY",29159:"PETTIS",29161:"PHELPS",29163:"PIKE",29165:"PLATTE",29167:"POLK",29169:"PULASKI",29171:"PUTNAM",29173:"RALLS",29175:"RANDOLPH",29177:"RAY",29179:"REYNOLDS",29181:"RIPLEY",29183:"ST. CHARLES",29185:"ST. CLAIR",29186:"STE. GENEVIEVE",29187:"ST. FRANCOIS",29189:"ST. LOUIS",29195:"SALINE",29197:"SCHUYLER",29199:"SCOTLAND",29201:"SCOTT",29203:"SHANNON",29205:"SHELBY",29207:"STODDARD",29209:"STONE",29211:"SULLIVAN",29213:"TANEY",29215:"TEXAS",29217:"VERNON",29219:"WARREN",29221:"WASHINGTON",29223:"WAYNE",29225:"WEBSTER",29227:"WORTH",29229:"WRIGHT",29510:"SAINT LOUIS CITY",30001:"BEAVERHEAD",30003:"BIG HORN",30005:"BLAINE",30007:"BROADWATER",30009:"CARBON",30011:"CARTER",30013:"CASCADE",30015:"CHOUTEAU",30017:"CUSTER",30019:"DANIELS",30021:"DAWSON",30023:"DEER LODGE",30025:"FALLON",30027:"FERGUS",30029:"FLATHEAD",30031:"GALLATIN",30033:"GARFIELD",30035:"GLACIER",30037:"GOLDEN VALLEY",30039:"GRANITE",30041:"HILL",30043:"JEFFERSON",30045:"JUDITH BASIN",30047:"LAKE",30049:"LEWIS AND CLARK",30051:"LIBERTY",30053:"LINCOLN",30055:"MCCONE",30057:"MADISON",30059:"MEAGHER",30061:"MINERAL",30063:"MISSOULA",30065:"MUSSELSHELL",30067:"PARK",30069:"PETROLEUM",30071:"PHILLIPS",30073:"PONDERA",30075:"POWDER RIVER",30077:"POWELL",30079:"PRAIRIE",30081:"RAVALLI",30083:"RICHLAND",30085:"ROOSEVELT",30087:"ROSEBUD",30089:"SANDERS",30091:"SHERIDAN",30093:"SILVER BOW",30095:"STILLWATER",30097:"SWEET GRASS",30099:"TETON",30101:"TOOLE",30103:"TREASURE",30105:"VALLEY",30107:"WHEATLAND",30109:"WIBAUX",30111:"YELLOWSTONE",31001:"ADAMS",31003:"ANTELOPE",31005:"ARTHUR",31007:"BANNER",31009:"BLAINE",31011:"BOONE",31013:"BOX BUTTE",31015:"BOYD",31017:"BROWN",31019:"BUFFALO",31021:"BURT",31023:"BUTLER",31025:"CASS",31027:"CEDAR",31029:"CHASE",31031:"CHERRY",31033:"CHEYENNE",31035:"CLAY",31037:"COLFAX",31039:"CUMING",31041:"CUSTER",31043:"DAKOTA",31045:"DAWES",31047:"DAWSON",31049:"DEUEL",31051:"DIXON",31053:"DODGE",31055:"DOUGLAS",31057:"DUNDY",31059:"FILLMORE",31061:"FRANKLIN",31063:"FRONTIER",31065:"FURNAS",31067:"GAGE",31069:"GARDEN",31071:"GARFIELD",31073:"GOSPER",31075:"GRANT",31077:"GREELEY",31079:"HALL",31081:"HAMILTON",31083:"HARLAN",31085:"HAYES",31087:"HITCHCOCK",31089:"HOLT",31091:"HOOKER",31093:"HOWARD",31095:"JEFFERSON",31097:"JOHNSON",31099:"KEARNEY",31101:"KEITH",31103:"KEYA PAHA",31105:"KIMBALL",31107:"KNOX",31109:"LANCASTER",31111:"LINCOLN",31113:"LOGAN",31115:"LOUP",31117:"MCPHERSON",31119:"MADISON",31121:"MERRICK",31123:"MORRILL",31125:"NANCE",31127:"NEMAHA",31129:"NUCKOLLS",31131:"OTOE",31133:"PAWNEE",31135:"PERKINS",31137:"PHELPS",31139:"PIERCE",31141:"PLATTE",31143:"POLK",31145:"RED WILLOW",31147:"RICHARDSON",31149:"ROCK",31151:"SALINE",31153:"SARPY",31155:"SAUNDERS",31157:"SCOTTS BLUFF",31159:"SEWARD",31161:"SHERIDAN",31163:"SHERMAN",31165:"SIOUX",31167:"STANTON",31169:"THAYER",31171:"THOMAS",31173:"THURSTON",31175:"VALLEY",31177:"WASHINGTON",31179:"WAYNE",31181:"WEBSTER",31183:"WHEELER",31185:"YORK",32001:"CHURCHILL",32003:"CLARK",32005:"DOUGLAS",32007:"ELKO",32009:"ESMERALDA",32011:"EUREKA",32013:"HUMBOLDT",32015:"LANDER",32017:"LINCOLN",32019:"LYON",32021:"MINERAL",32023:"NYE",32027:"PERSHING",32029:"STOREY",32031:"WASHOE",32033:"WHITE PINE",32510:"CARSON CITY",33001:"BELKNAP",33003:"CARROLL",33005:"CHESHIRE",33007:"COOS",33009:"GRAFTON",33011:"HILLSBOROUGH",33013:"MERRIMACK",33015:"ROCKINGHAM",33017:"STRAFFORD",33019:"SULLIVAN",34001:"ATLANTIC",34003:"BERGEN",34005:"BURLINGTON",34007:"CAMDEN",34009:"CAPE MAY",34011:"CUMBERLAND",34013:"ESSEX",34015:"GLOUCESTER",34017:"HUDSON",34019:"HUNTERDON",34021:"MERCER",34023:"MIDDLESEX",34025:"MONMOUTH",34027:"MORRIS",34029:"OCEAN",34031:"PASSAIC",34033:"SALEM",34035:"SOMERSET",34037:"SUSSEX",34039:"UNION",34041:"WARREN",35001:"BERNALILLO",35003:"CATRON",35005:"CHAVES",35006:"CIBOLA",35007:"COLFAX",35009:"CURRY",35011:"DE BACA",35013:"DONA ANA",35015:"EDDY",35017:"GRANT",35019:"GUADALUPE",35021:"HARDING",35023:"HIDALGO",35025:"LEA",35027:"LINCOLN",35028:"LOS ALAMOS",35029:"LUNA",35031:"MCKINLEY",35033:"MORA",35035:"OTERO",35037:"QUAY",35039:"RIO ARRIBA",35041:"ROOSEVELT",35043:"SANDOVAL",35045:"SAN JUAN",35047:"SAN MIGUEL",35049:"SANTA FE",35051:"SIERRA",35053:"SOCORRO",35055:"TAOS",35057:"TORRANCE",35059:"UNION",35061:"VALENCIA",36001:"ALBANY",36003:"ALLEGANY",36005:"BRONX",36007:"BROOME",36009:"CATTARAUGUS",36011:"CAYUGA",36013:"CHAUTAUQUA",36015:"CHEMUNG",36017:"CHENANGO",36019:"CLINTON",36021:"COLUMBIA",36023:"CORTLAND",36025:"DELAWARE",36027:"DUTCHESS",36029:"ERIE",36031:"ESSEX",36033:"FRANKLIN",36035:"FULTON",36037:"GENESEE",36039:"GREENE",36041:"HAMILTON",36043:"HERKIMER",36045:"JEFFERSON",36047:"KINGS",36049:"LEWIS",36051:"LIVINGSTON",36053:"MADISON",36055:"MONROE",36057:"MONTGOMERY",36059:"NASSAU",36061:"NEW YORK",36063:"NIAGARA",36065:"ONEIDA", +36067:"ONONDAGA",36069:"ONTARIO",36071:"ORANGE",36073:"ORLEANS",36075:"OSWEGO",36077:"OTSEGO",36079:"PUTNAM",36081:"QUEENS",36083:"RENSSELAER",36085:"RICHMOND",36087:"ROCKLAND",36089:"ST. LAWRENCE",36091:"SARATOGA",36093:"SCHENECTADY",36095:"SCHOHARIE",36097:"SCHUYLER",36099:"SENECA",36101:"STEUBEN",36103:"SUFFOLK",36105:"SULLIVAN",36107:"TIOGA",36109:"TOMPKINS",36111:"ULSTER",36113:"WARREN",36115:"WASHINGTON",36117:"WAYNE",36119:"WESTCHESTER",36121:"WYOMING",36123:"YATES",37001:"ALAMANCE",37003:"ALEXANDER",37005:"ALLEGHANY",37007:"ANSON",37009:"ASHE",37011:"AVERY",37013:"BEAUFORT",37015:"BERTIE",37017:"BLADEN",37019:"BRUNSWICK",37021:"BUNCOMBE",37023:"BURKE",37025:"CABARRUS",37027:"CALDWELL",37029:"CAMDEN",37031:"CARTERET",37033:"CASWELL",37035:"CATAWBA",37037:"CHATHAM",37039:"CHEROKEE",37041:"CHOWAN",37043:"CLAY",37045:"CLEVELAND",37047:"COLUMBUS",37049:"CRAVEN",37051:"CUMBERLAND",37053:"CURRITUCK",37055:"DARE",37057:"DAVIDSON",37059:"DAVIE",37061:"DUPLIN",37063:"DURHAM",37065:"EDGECOMBE",37067:"FORSYTH",37069:"FRANKLIN",37071:"GASTON",37073:"GATES",37075:"GRAHAM",37077:"GRANVILLE",37079:"GREENE",37081:"GUILFORD",37083:"HALIFAX",37085:"HARNETT",37087:"HAYWOOD",37089:"HENDERSON",37091:"HERTFORD",37093:"HOKE",37095:"HYDE",37097:"IREDELL",37099:"JACKSON",37101:"JOHNSTON",37103:"JONES",37105:"LEE",37107:"LENOIR",37109:"LINCOLN",37111:"MCDOWELL",37113:"MACON",37115:"MADISON",37117:"MARTIN",37119:"MECKLENBURG",37121:"MITCHELL",37123:"MONTGOMERY",37125:"MOORE",37127:"NASH",37129:"NEW HANOVER",37131:"NORTHAMPTON",37133:"ONSLOW",37135:"ORANGE",37137:"PAMLICO",37139:"PASQUOTANK",37141:"PENDER",37143:"PERQUIMANS",37145:"PERSON",37147:"PITT",37149:"POLK",37151:"RANDOLPH",37153:"RICHMOND",37155:"ROBESON",37157:"ROCKINGHAM",37159:"ROWAN",37161:"RUTHERFORD",37163:"SAMPSON",37165:"SCOTLAND",37167:"STANLY",37169:"STOKES",37171:"SURRY",37173:"SWAIN",37175:"TRANSYLVANIA",37177:"TYRRELL",37179:"UNION",37181:"VANCE",37183:"WAKE",37185:"WARREN",37187:"WASHINGTON",37189:"WATAUGA",37191:"WAYNE",37193:"WILKES",37195:"WILSON",37197:"YADKIN",37199:"YANCEY",38001:"ADAMS",38003:"BARNES",38005:"BENSON",38007:"BILLINGS",38009:"BOTTINEAU",38011:"BOWMAN",38013:"BURKE",38015:"BURLEIGH",38017:"CASS",38019:"CAVALIER",38021:"DICKEY",38023:"DIVIDE",38025:"DUNN",38027:"EDDY",38029:"EMMONS",38031:"FOSTER",38033:"GOLDEN VALLEY",38035:"GRAND FORKS",38037:"GRANT",38039:"GRIGGS",38041:"HETTINGER",38043:"KIDDER",38045:"LAMOURE",38047:"LOGAN",38049:"MCHENRY",38051:"MCINTOSH",38053:"MCKENZIE",38055:"MCLEAN",38057:"MERCER",38059:"MORTON",38061:"MOUNTRAIL",38063:"NELSON",38065:"OLIVER",38067:"PEMBINA",38069:"PIERCE",38071:"RAMSEY",38073:"RANSOM",38075:"RENVILLE",38077:"RICHLAND",38079:"ROLETTE",38081:"SARGENT",38083:"SHERIDAN",38085:"SIOUX",38087:"SLOPE",38089:"STARK",38091:"STEELE",38093:"STUTSMAN",38095:"TOWNER",38097:"TRAILL",38099:"WALSH",38101:"WARD",38103:"WELLS",38105:"WILLIAMS",39001:"ADAMS",39003:"ALLEN",39005:"ASHLAND",39007:"ASHTABULA",39009:"ATHENS",39011:"AUGLAIZE",39013:"BELMONT",39015:"BROWN",39017:"BUTLER",39019:"CARROLL",39021:"CHAMPAIGN",39023:"CLARK",39025:"CLERMONT",39027:"CLINTON",39029:"COLUMBIANA",39031:"COSHOCTON",39033:"CRAWFORD",39035:"CUYAHOGA",39037:"DARKE",39039:"DEFIANCE",39041:"DELAWARE",39043:"ERIE",39045:"FAIRFIELD",39047:"FAYETTE",39049:"FRANKLIN",39051:"FULTON",39053:"GALLIA",39055:"GEAUGA",39057:"GREENE",39059:"GUERNSEY",39061:"HAMILTON",39063:"HANCOCK",39065:"HARDIN",39067:"HARRISON",39069:"HENRY",39071:"HIGHLAND",39073:"HOCKING",39075:"HOLMES",39077:"HURON",39079:"JACKSON",39081:"JEFFERSON",39083:"KNOX",39085:"LAKE",39087:"LAWRENCE",39089:"LICKING",39091:"LOGAN",39093:"LORAIN",39095:"LUCAS",39097:"MADISON",39099:"MAHONING",39101:"MARION",39103:"MEDINA",39105:"MEIGS",39107:"MERCER",39109:"MIAMI",39111:"MONROE",39113:"MONTGOMERY",39115:"MORGAN",39117:"MORROW",39119:"MUSKINGUM",39121:"NOBLE",39123:"OTTAWA",39125:"PAULDING",39127:"PERRY",39129:"PICKAWAY",39131:"PIKE",39133:"PORTAGE",39135:"PREBLE",39137:"PUTNAM",39139:"RICHLAND",39141:"ROSS",39143:"SANDUSKY",39145:"SCIOTO",39147:"SENECA",39149:"SHELBY",39151:"STARK",39153:"SUMMIT",39155:"TRUMBULL",39157:"TUSCARAWAS",39159:"UNION",39161:"VAN WERT",39163:"VINTON",39165:"WARREN",39167:"WASHINGTON",39169:"WAYNE",39171:"WILLIAMS",39173:"WOOD",39175:"WYANDOT",40001:"ADAIR",40003:"ALFALFA",40005:"ATOKA",40007:"BEAVER",40009:"BECKHAM",40011:"BLAINE",40013:"BRYAN",40015:"CADDO",40017:"CANADIAN",40019:"CARTER",40021:"CHEROKEE",40023:"CHOCTAW",40025:"CIMARRON",40027:"CLEVELAND",40029:"COAL",40031:"COMANCHE",40033:"COTTON",40035:"CRAIG",40037:"CREEK",40039:"CUSTER",40041:"DELAWARE",40043:"DEWEY",40045:"ELLIS",40047:"GARFIELD",40049:"GARVIN",40051:"GRADY",40053:"GRANT",40055:"GREER",40057:"HARMON",40059:"HARPER",40061:"HASKELL",40063:"HUGHES",40065:"JACKSON",40067:"JEFFERSON",40069:"JOHNSTON",40071:"KAY",40073:"KINGFISHER",40075:"KIOWA",40077:"LATIMER",40079:"LE FLORE",40081:"LINCOLN",40083:"LOGAN",40085:"LOVE",40087:"MCCLAIN",40089:"MCCURTAIN",40091:"MCINTOSH",40093:"MAJOR",40095:"MARSHALL",40097:"MAYES",40099:"MURRAY",40101:"MUSKOGEE",40103:"NOBLE",40105:"NOWATA",40107:"OKFUSKEE",40109:"OKLAHOMA",40111:"OKMULGEE",40113:"OSAGE",40115:"OTTAWA",40117:"PAWNEE",40119:"PAYNE",40121:"PITTSBURG",40123:"PONTOTOC",40125:"POTTAWATOMIE",40127:"PUSHMATAHA",40129:"ROGER MILLS",40131:"ROGERS",40133:"SEMINOLE",40135:"SEQUOYAH",40137:"STEPHENS",40139:"TEXAS",40141:"TILLMAN",40143:"TULSA",40145:"WAGONER",40147:"WASHINGTON",40149:"WASHITA",40151:"WOODS",40153:"WOODWARD",41001:"BAKER",41003:"BENTON",41005:"CLACKAMAS",41007:"CLATSOP",41009:"COLUMBIA",41011:"COOS",41013:"CROOK",41015:"CURRY",41017:"DESCHUTES",41019:"DOUGLAS",41021:"GILLIAM",41023:"GRANT",41025:"HARNEY",41027:"HOOD RIVER",41029:"JACKSON",41031:"JEFFERSON",41033:"JOSEPHINE",41035:"KLAMATH",41037:"LAKE",41039:"LANE",41041:"LINCOLN",41043:"LINN",41045:"MALHEUR",41047:"MARION",41049:"MORROW",41051:"MULTNOMAH",41053:"POLK",41055:"SHERMAN",41057:"TILLAMOOK",41059:"UMATILLA",41061:"UNION",41063:"WALLOWA",41065:"WASCO",41067:"WASHINGTON",41069:"WHEELER",41071:"YAMHILL",42001:"ADAMS",42003:"ALLEGHENY",42005:"ARMSTRONG",42007:"BEAVER",42009:"BEDFORD",42011:"BERKS",42013:"BLAIR",42015:"BRADFORD",42017:"BUCKS",42019:"BUTLER",42021:"CAMBRIA",42023:"CAMERON",42025:"CARBON",42027:"CENTRE",42029:"CHESTER",42031:"CLARION",42033:"CLEARFIELD",42035:"CLINTON",42037:"COLUMBIA",42039:"CRAWFORD",42041:"CUMBERLAND",42043:"DAUPHIN",42045:"DELAWARE",42047:"ELK",42049:"ERIE",42051:"FAYETTE",42053:"FOREST",42055:"FRANKLIN",42057:"FULTON",42059:"GREENE",42061:"HUNTINGDON",42063:"INDIANA",42065:"JEFFERSON",42067:"JUNIATA",42069:"LACKAWANNA",42071:"LANCASTER",42073:"LAWRENCE",42075:"LEBANON",42077:"LEHIGH",42079:"LUZERNE",42081:"LYCOMING",42083:"MCKEAN",42085:"MERCER",42087:"MIFFLIN",42089:"MONROE",42091:"MONTGOMERY",42093:"MONTOUR",42095:"NORTHAMPTON",42097:"NORTHUMBERLAND",42099:"PERRY",42101:"PHILADELPHIA",42103:"PIKE",42105:"POTTER",42107:"SCHUYLKILL",42109:"SNYDER",42111:"SOMERSET",42113:"SULLIVAN",42115:"SUSQUEHANNA",42117:"TIOGA",42119:"UNION",42121:"VENANGO",42123:"WARREN",42125:"WASHINGTON",42127:"WAYNE",42129:"WESTMORELAND",42131:"WYOMING",42133:"YORK",44001:"BRISTOL",44003:"KENT",44005:"NEWPORT",44007:"PROVIDENCE",44009:"WASHINGTON",45001:"ABBEVILLE",45003:"AIKEN",45005:"ALLENDALE",45007:"ANDERSON",45009:"BAMBERG",45011:"BARNWELL",45013:"BEAUFORT",45015:"BERKELEY",45017:"CALHOUN",45019:"CHARLESTON",45021:"CHEROKEE",45023:"CHESTER",45025:"CHESTERFIELD",45027:"CLARENDON",45029:"COLLETON",45031:"DARLINGTON",45033:"DILLON",45035:"DORCHESTER",45037:"EDGEFIELD",45039:"FAIRFIELD",45041:"FLORENCE",45043:"GEORGETOWN",45045:"GREENVILLE",45047:"GREENWOOD",45049:"HAMPTON",45051:"HORRY",45053:"JASPER",45055:"KERSHAW",45057:"LANCASTER",45059:"LAURENS",45061:"LEE",45063:"LEXINGTON",45065:"MCCORMICK",45067:"MARION",45069:"MARLBORO",45071:"NEWBERRY",45073:"OCONEE",45075:"ORANGEBURG",45077:"PICKENS",45079:"RICHLAND",45081:"SALUDA",45083:"SPARTANBURG",45085:"SUMTER",45087:"UNION",45089:"WILLIAMSBURG",45091:"YORK",46003:"AURORA",46005:"BEADLE",46007:"BENNETT",46009:"BON HOMME",46011:"BROOKINGS",46013:"BROWN",46015:"BRULE",46017:"BUFFALO",46019:"BUTTE",46021:"CAMPBELL",46023:"CHARLES MIX",46025:"CLARK",46027:"CLAY",46029:"CODINGTON",46031:"CORSON",46033:"CUSTER",46035:"DAVISON",46037:"DAY",46039:"DEUEL",46041:"DEWEY",46043:"DOUGLAS",46045:"EDMUNDS",46047:"FALL RIVER",46049:"FAULK",46051:"GRANT",46053:"GREGORY",46055:"HAAKON",46057:"HAMLIN",46059:"HAND",46061:"HANSON",46063:"HARDING",46065:"HUGHES",46067:"HUTCHINSON",46069:"HYDE",46071:"JACKSON",46073:"JERAULD",46075:"JONES",46077:"KINGSBURY",46079:"LAKE",46081:"LAWRENCE",46083:"LINCOLN",46085:"LYMAN",46087:"MCCOOK",46089:"MCPHERSON",46091:"MARSHALL",46093:"MEADE",46095:"MELLETTE",46097:"MINER",46099:"MINNEHAHA",46101:"MOODY",46103:"PENNINGTON",46105:"PERKINS",46107:"POTTER",46109:"ROBERTS",46111:"SANBORN",46113:"SHANNON",46115:"SPINK",46117:"STANLEY",46119:"SULLY",46121:"TODD",46123:"TRIPP",46125:"TURNER",46127:"UNION",46129:"WALWORTH",46135:"YANKTON",46137:"ZIEBACH",47001:"ANDERSON",47003:"BEDFORD",47005:"BENTON",47007:"BLEDSOE",47009:"BLOUNT",47011:"BRADLEY",47013:"CAMPBELL",47015:"CANNON",47017:"CARROLL",47019:"CARTER",47021:"CHEATHAM",47023:"CHESTER",47025:"CLAIBORNE",47027:"CLAY",47029:"COCKE",47031:"COFFEE",47033:"CROCKETT",47035:"CUMBERLAND",47037:"DAVIDSON",47039:"DECATUR",47041:"DEKALB",47043:"DICKSON",47045:"DYER",47047:"FAYETTE",47049:"FENTRESS",47051:"FRANKLIN",47053:"GIBSON",47055:"GILES",47057:"GRAINGER",47059:"GREENE",47061:"GRUNDY",47063:"HAMBLEN",47065:"HAMILTON",47067:"HANCOCK",47069:"HARDEMAN",47071:"HARDIN",47073:"HAWKINS",47075:"HAYWOOD",47077:"HENDERSON",47079:"HENRY",47081:"HICKMAN",47083:"HOUSTON",47085:"HUMPHREYS",47087:"JACKSON",47089:"JEFFERSON",47091:"JOHNSON",47093:"KNOX",47095:"LAKE",47097:"LAUDERDALE",47099:"LAWRENCE",47101:"LEWIS",47103:"LINCOLN",47105:"LOUDON",47107:"MCMINN",47109:"MCNAIRY",47111:"MACON",47113:"MADISON",47115:"MARION",47117:"MARSHALL",47119:"MAURY",47121:"MEIGS",47123:"MONROE",47125:"MONTGOMERY",47127:"MOORE",47129:"MORGAN",47131:"OBION",47133:"OVERTON",47135:"PERRY",47137:"PICKETT",47139:"POLK",47141:"PUTNAM",47143:"RHEA",47145:"ROANE",47147:"ROBERTSON",47149:"RUTHERFORD",47151:"SCOTT",47153:"SEQUATCHIE",47155:"SEVIER",47157:"SHELBY",47159:"SMITH",47161:"STEWART",47163:"SULLIVAN",47165:"SUMNER",47167:"TIPTON",47169:"TROUSDALE",47171:"UNICOI",47173:"UNION",47175:"VAN BUREN",47177:"WARREN",47179:"WASHINGTON",47181:"WAYNE",47183:"WEAKLEY",47185:"WHITE",47187:"WILLIAMSON",47189:"WILSON",48001:"ANDERSON",48003:"ANDREWS",48005:"ANGELINA",48007:"ARANSAS",48009:"ARCHER",48011:"ARMSTRONG",48013:"ATASCOSA",48015:"AUSTIN",48017:"BAILEY",48019:"BANDERA",48021:"BASTROP",48023:"BAYLOR",48025:"BEE",48027:"BELL",48029:"BEXAR",48031:"BLANCO",48033:"BORDEN",48035:"BOSQUE",48037:"BOWIE",48039:"BRAZORIA",48041:"BRAZOS",48043:"BREWSTER",48045:"BRISCOE",48047:"BROOKS",48049:"BROWN",48051:"BURLESON",48053:"BURNET",48055:"CALDWELL",48057:"CALHOUN",48059:"CALLAHAN",48061:"CAMERON",48063:"CAMP",48065:"CARSON",48067:"CASS",48069:"CASTRO",48071:"CHAMBERS",48073:"CHEROKEE",48075:"CHILDRESS",48077:"CLAY",48079:"COCHRAN",48081:"COKE",48083:"COLEMAN",48085:"COLLIN",48087:"COLLINGSWORTH",48089:"COLORADO",48091:"COMAL",48093:"COMANCHE",48095:"CONCHO",48097:"COOKE",48099:"CORYELL",48101:"COTTLE",48103:"CRANE",48105:"CROCKETT",48107:"CROSBY",48109:"CULBERSON",48111:"DALLAM",48113:"DALLAS",48115:"DAWSON",48117:"DEAF SMITH",48119:"DELTA",48121:"DENTON",48123:"DEWITT",48125:"DICKENS",48127:"DIMMIT",48129:"DONLEY",48131:"DUVAL",48133:"EASTLAND",48135:"ECTOR",48137:"EDWARDS",48139:"ELLIS",48141:"EL PASO",48143:"ERATH",48145:"FALLS",48147:"FANNIN",48149:"FAYETTE",48151:"FISHER",48153:"FLOYD",48155:"FOARD",48157:"FORT BEND",48159:"FRANKLIN",48161:"FREESTONE",48163:"FRIO",48165:"GAINES",48167:"GALVESTON",48169:"GARZA",48171:"GILLESPIE",48173:"GLASSCOCK",48175:"GOLIAD",48177:"GONZALES",48179:"GRAY",48181:"GRAYSON",48183:"GREGG",48185:"GRIMES",48187:"GUADALUPE",48189:"HALE",48191:"HALL",48193:"HAMILTON",48195:"HANSFORD",48197:"HARDEMAN",48199:"HARDIN",48201:"HARRIS",48203:"HARRISON",48205:"HARTLEY",48207:"HASKELL",48209:"HAYS",48211:"HEMPHILL",48213:"HENDERSON",48215:"HIDALGO",48217:"HILL",48219:"HOCKLEY",48221:"HOOD",48223:"HOPKINS",48225:"HOUSTON",48227:"HOWARD",48229:"HUDSPETH",48231:"HUNT",48233:"HUTCHINSON",48235:"IRION",48237:"JACK",48239:"JACKSON",48241:"JASPER",48243:"JEFF DAVIS",48245:"JEFFERSON",48247:"JIM HOGG",48249:"JIM WELLS",48251:"JOHNSON",48253:"JONES",48255:"KARNES",48257:"KAUFMAN",48259:"KENDALL",48261:"KENEDY",48263:"KENT",48265:"KERR",48267:"KIMBLE",48269:"KING",48271:"KINNEY",48273:"KLEBERG",48275:"KNOX",48277:"LAMAR",48279:"LAMB",48281:"LAMPASAS",48283:"LA SALLE",48285:"LAVACA",48287:"LEE",48289:"LEON",48291:"LIBERTY",48293:"LIMESTONE",48295:"LIPSCOMB",48297:"LIVE OAK",48299:"LLANO",48301:"LOVING",48303:"LUBBOCK",48305:"LYNN",48307:"MCCULLOCH",48309:"MCLENNAN",48311:"MCMULLEN",48313:"MADISON",48315:"MARION",48317:"MARTIN",48319:"MASON",48321:"MATAGORDA",48323:"MAVERICK",48325:"MEDINA",48327:"MENARD",48329:"MIDLAND",48331:"MILAM",48333:"MILLS",48335:"MITCHELL",48337:"MONTAGUE",48339:"MONTGOMERY",48341:"MOORE",48343:"MORRIS",48345:"MOTLEY",48347:"NACOGDOCHES",48349:"NAVARRO",48351:"NEWTON",48353:"NOLAN",48355:"NUECES",48357:"OCHILTREE",48359:"OLDHAM",48361:"ORANGE",48363:"PALO PINTO",48365:"PANOLA",48367:"PARKER",48369:"PARMER",48371:"PECOS",48373:"POLK",48375:"POTTER",48377:"PRESIDIO",48379:"RAINS",48381:"RANDALL",48383:"REAGAN",48385:"REAL",48387:"RED RIVER",48389:"REEVES",48391:"REFUGIO",48393:"ROBERTS",48395:"ROBERTSON",48397:"ROCKWALL",48399:"RUNNELS",48401:"RUSK",48403:"SABINE",48405:"SAN AUGUSTINE",48407:"SAN JACINTO",48409:"SAN PATRICIO",48411:"SAN SABA",48413:"SCHLEICHER",48415:"SCURRY",48417:"SHACKELFORD",48419:"SHELBY",48421:"SHERMAN",48423:"SMITH",48425:"SOMERVELL",48427:"STARR",48429:"STEPHENS",48431:"STERLING",48433:"STONEWALL",48435:"SUTTON",48437:"SWISHER",48439:"TARRANT",48441:"TAYLOR",48443:"TERRELL",48445:"TERRY",48447:"THROCKMORTON",48449:"TITUS",48451:"TOM GREEN",48453:"TRAVIS",48455:"TRINITY",48457:"TYLER",48459:"UPSHUR",48461:"UPTON",48463:"UVALDE",48465:"VAL VERDE",48467:"VAN ZANDT",48469:"VICTORIA",48471:"WALKER",48473:"WALLER",48475:"WARD",48477:"WASHINGTON",48479:"WEBB",48481:"WHARTON",48483:"WHEELER",48485:"WICHITA",48487:"WILBARGER",48489:"WILLACY",48491:"WILLIAMSON",48493:"WILSON",48495:"WINKLER",48497:"WISE",48499:"WOOD",48501:"YOAKUM",48503:"YOUNG",48505:"ZAPATA",48507:"ZAVALA",49001:"BEAVER",49003:"BOX ELDER",49005:"CACHE",49007:"CARBON",49009:"DAGGETT",49011:"DAVIS",49013:"DUCHESNE",49015:"EMERY",49017:"GARFIELD",49019:"GRAND",49021:"IRON",49023:"JUAB",49025:"KANE",49027:"MILLARD",49029:"MORGAN",49031:"PIUTE",49033:"RICH",49035:"SALT LAKE",49037:"SAN JUAN",49039:"SANPETE",49041:"SEVIER",49043:"SUMMIT",49045:"TOOELE",49047:"UINTAH",49049:"UTAH",49051:"WASATCH",49053:"WASHINGTON",49055:"WAYNE",49057:"WEBER",50001:"ADDISON",50003:"BENNINGTON",50005:"CALEDONIA",50007:"CHITTENDEN",50009:"ESSEX",50011:"FRANKLIN",50013:"GRAND ISLE",50015:"LAMOILLE",50017:"ORANGE",50019:"ORLEANS",50021:"RUTLAND",50023:"WASHINGTON",50025:"WINDHAM",50027:"WINDSOR",51001:"ACCOMACK",51003:"ALBEMARLE",51005:"ALLEGHANY",51007:"AMELIA",51009:"AMHERST",51011:"APPOMATTOX",51013:"ARLINGTON",51015:"AUGUSTA",51017:"BATH",51019:"BEDFORD",51021:"BLAND",51023:"BOTETOURT",51025:"BRUNSWICK",51027:"BUCHANAN",51029:"BUCKINGHAM",51031:"CAMPBELL",51033:"CAROLINE",51035:"CARROLL",51036:"CHARLES CITY",51037:"CHARLOTTE",51041:"CHESTERFIELD",51043:"CLARKE",51045:"CRAIG",51047:"CULPEPER",51049:"CUMBERLAND",51051:"DICKENSON",51053:"DINWIDDIE",51057:"ESSEX",51059:"FAIRFAX",51061:"FAUQUIER",51063:"FLOYD",51065:"FLUVANNA",51067:"FRANKLIN",51069:"FREDERICK",51071:"GILES",51073:"GLOUCESTER",51075:"GOOCHLAND",51077:"GRAYSON",51079:"GREENE",51081:"GREENSVILLE",51083:"HALIFAX",51085:"HANOVER",51087:"HENRICO",51089:"HENRY",51091:"HIGHLAND",51093:"ISLE OF WIGHT",51095:"JAMES CITY",51097:"KING AND QUEEN",51099:"KING GEORGE",51101:"KING WILLIAM",51103:"LANCASTER",51105:"LEE",51107:"LOUDOUN",51109:"LOUISA",51111:"LUNENBURG",51113:"MADISON",51115:"MATHEWS",51117:"MECKLENBURG",51119:"MIDDLESEX",51121:"MONTGOMERY",51125:"NELSON",51127:"NEW KENT",51131:"NORTHAMPTON",51133:"NORTHUMBERLAND",51135:"NOTTOWAY",51137:"ORANGE",51139:"PAGE",51141:"PATRICK",51143:"PITTSYLVANIA",51145:"POWHATAN",51147:"PRINCE EDWARD",51149:"PRINCE GEORGE",51153:"PRINCE WILLIAM",51155:"PULASKI",51157:"RAPPAHANNOCK",51159:"RICHMOND",51161:"ROANOKE",51163:"ROCKBRIDGE",51165:"ROCKINGHAM",51167:"RUSSELL",51169:"SCOTT",51171:"SHENANDOAH",51173:"SMYTH",51175:"SOUTHAMPTON",51177:"SPOTSYLVANIA",51179:"STAFFORD",51181:"SURRY",51183:"SUSSEX",51185:"TAZEWELL",51187:"WARREN",51191:"WASHINGTON",51193:"WESTMORELAND",51195:"WISE",51197:"WYTHE",51199:"YORK",51510:"ALEXANDRIA",51515:"BEDFORD CITY",51520:"BRISTOL",51530:"BUENA VISTA",51540:"CHARLOTTESVILLE",51550:"CHESAPEAKE",51570:"COLONIAL HEIGHTS",51580:"COVINGTON",51590:"DANVILLE",51595:"EMPORIA",51600:"FAIRFAX",51610:"FALLS CHURCH",51620:"FRANKLIN",51630:"FREDERICKSBURG",51640:"GALAX",51650:"HAMPTON",51660:"HARRISONBURG",51670:"HOPEWELL",51678:"LEXINGTON",51680:"LYNCHBURG",51683:"MANASSAS",51685:"MANASSAS PARK",51690:"MARTINSVILLE",51700:"NEWPORT NEWS",51710:"NORFOLK",51720:"NORTON",51730:"PETERSBURG",51735:"POQUOSON",51740:"PORTSMOUTH",51750:"RADFORD",51760:"RICHMOND",51770:"ROANOKE CITY",51775:"SALEM",51790:"STAUNTON",51800:"SUFFOLK",51810:"VIRGINIA BEACH",51820:"WAYNESBORO",51830:"WILLIAMSBURG",51840:"WINCHESTER",53001:"ADAMS",53003:"ASOTIN",53005:"BENTON",53007:"CHELAN",53009:"CLALLAM",53011:"CLARK",53013:"COLUMBIA",53015:"COWLITZ",53017:"DOUGLAS",53019:"FERRY",53021:"FRANKLIN",53023:"GARFIELD",53025:"GRANT",53027:"GRAYS HARBOR",53029:"ISLAND",53031:"JEFFERSON",53033:"KING",53035:"KITSAP",53037:"KITTITAS",53039:"KLICKITAT",53041:"LEWIS",53043:"LINCOLN",53045:"MASON",53047:"OKANOGAN",53049:"PACIFIC",53051:"PEND OREILLE",53053:"PIERCE",53055:"SAN JUAN",53057:"SKAGIT",53059:"SKAMANIA",53061:"SNOHOMISH",53063:"SPOKANE",53065:"STEVENS",53067:"THURSTON",53069:"WAHKIAKUM",53071:"WALLA WALLA",53073:"WHATCOM",53075:"WHITMAN",53077:"YAKIMA",54001:"BARBOUR",54003:"BERKELEY",54005:"BOONE",54007:"BRAXTON",54009:"BROOKE",54011:"CABELL",54013:"CALHOUN",54015:"CLAY",54017:"DODDRIDGE",54019:"FAYETTE",54021:"GILMER",54023:"GRANT",54025:"GREENBRIER",54027:"HAMPSHIRE",54029:"HANCOCK",54031:"HARDY",54033:"HARRISON",54035:"JACKSON",54037:"JEFFERSON",54039:"KANAWHA",54041:"LEWIS",54043:"LINCOLN",54045:"LOGAN",54047:"MCDOWELL",54049:"MARION",54051:"MARSHALL",54053:"MASON",54055:"MERCER",54057:"MINERAL",54059:"MINGO",54061:"MONONGALIA",54063:"MONROE",54065:"MORGAN",54067:"NICHOLAS",54069:"OHIO",54071:"PENDLETON",54073:"PLEASANTS",54075:"POCAHONTAS",54077:"PRESTON",54079:"PUTNAM",54081:"RALEIGH",54083:"RANDOLPH",54085:"RITCHIE",54087:"ROANE",54089:"SUMMERS",54091:"TAYLOR",54093:"TUCKER",54095:"TYLER",54097:"UPSHUR",54099:"WAYNE",54101:"WEBSTER",54103:"WETZEL",54105:"WIRT",54107:"WOOD",54109:"WYOMING",55001:"ADAMS",55003:"ASHLAND",55005:"BARRON",55007:"BAYFIELD",55009:"BROWN",55011:"BUFFALO",55013:"BURNETT",55015:"CALUMET",55017:"CHIPPEWA",55019:"CLARK",55021:"COLUMBIA",55023:"CRAWFORD",55025:"DANE",55027:"DODGE",55029:"DOOR",55031:"DOUGLAS",55033:"DUNN",55035:"EAU CLAIRE",55037:"FLORENCE",55039:"FOND DU LAC",55041:"FOREST",55043:"GRANT",55045:"GREEN",55047:"GREEN LAKE",55049:"IOWA",55051:"IRON",55053:"JACKSON",55055:"JEFFERSON",55057:"JUNEAU",55059:"KENOSHA",55061:"KEWAUNEE",55063:"LA CROSSE",55065:"LAFAYETTE",55067:"LANGLADE",55069:"LINCOLN",55071:"MANITOWOC",55073:"MARATHON",55075:"MARINETTE",55077:"MARQUETTE",55078:"MENOMINEE",55079:"MILWAUKEE",55081:"MONROE",55083:"OCONTO",55085:"ONEIDA",55087:"OUTAGAMIE",55089:"OZAUKEE",55091:"PEPIN",55093:"PIERCE",55095:"POLK",55097:"PORTAGE",55099:"PRICE",55101:"RACINE",55103:"RICHLAND",55105:"ROCK",55107:"RUSK",55109:"ST. CROIX",55111:"SAUK",55113:"SAWYER",55115:"SHAWANO",55117:"SHEBOYGAN",55119:"TAYLOR",55121:"TREMPEALEAU",55123:"VERNON",55125:"VILAS",55127:"WALWORTH",55129:"WASHBURN",55131:"WASHINGTON",55133:"WAUKESHA",55135:"WAUPACA",55137:"WAUSHARA",55139:"WINNEBAGO",55141:"WOOD",56001:"ALBANY",56003:"BIG HORN",56005:"CAMPBELL",56007:"CARBON",56009:"CONVERSE",56011:"CROOK",56013:"FREMONT",56015:"GOSHEN",56017:"HOT SPRINGS",56019:"JOHNSON",56021:"LARAMIE",56023:"LINCOLN",56025:"NATRONA",56027:"NIOBRARA",56029:"PARK",56031:"PLATTE",56033:"SHERIDAN",56035:"SUBLETTE",56037:"SWEETWATER",56039:"TETON",56041:"UINTA",56043:"WASHAKIE",56045:"WESTON",60010:"EASTERN",60020:"MANU'A",60030:"ROSE ISLAND",60040:"SWAINS ISLAND",60050:"WESTERN",66010:"GUAM",69085:"NORTHERN ISLANDS",69100:"ROTA",69110:"SAIPAN",69120:"TINIAN",72001:"ADJUNTAS",72003:"AGUADA",72005:"AGUADILLA",72007:"AGUAS BUENAS",72009:"AIBONITO",72011:"ANASCO",72013:"ARECIBO",72015:"ARROYO",72017:"BARCELONETA",72019:"BARRANQUITAS",72021:"BAYAMON",72023:"CABO ROJO",72025:"CAGUAS",72027:"CAMUY",72029:"CANOVANAS",72031:"CAROLINA",72033:"CATANO",72035:"CAYEY",72037:"CEIBA",72039:"CIALES",72041:"CIDRA",72043:"COAMO",72045:"COMERIO",72047:"COROZAL",72049:"CULEBRA",72051:"DORADO",72053:"FAJARDO",72054:"FLORIDA",72055:"GUANICA",72057:"GUAYAMA",72059:"GUAYANILLA",72061:"GUAYNABO",72063:"GURABO",72065:"HATILLO",72067:"HORMIGUEROS",72069:"HUMACAO",72071:"ISABELA",72073:"JAYUYA",72075:"JUANA DIAZ",72077:"JUNCOS",72079:"LAJAS",72081:"LARES",72083:"LAS MARIAS",72085:"LAS PIEDRAS",72087:"LOIZA",72089:"LUQUILLO",72091:"MANATI",72093:"MARICAO",72095:"MAUNABO",72097:"MAYAGUEZ",72099:"MOCA",72101:"MOROVIS",72103:"NAGUABO",72105:"NARANJITO",72107:"OROCOVIS",72109:"PATILLAS",72111:"PENUELAS",72113:"PONCE",72115:"QUEBRADILLAS",72117:"RINCON",72119:"RIO GRANDE",72121:"SABANA GRANDE",72123:"SALINAS",72125:"SAN GERMAN",72127:"SAN JUAN",72129:"SAN LORENZO",72131:"SAN SEBASTIAN",72133:"SANTA ISABEL",72135:"TOA ALTA",72137:"TOA BAJA",72139:"TRUJILLO ALTO",72141:"UTUADO",72143:"VEGA ALTA",72145:"VEGA BAJA",72147:"VIEQUES",72149:"VILLALBA",72151:"YABUCOA",72153:"YAUCO",74300:"MIDWAY ISLANDS",78010:"ST. CROIX",78020:"ST. JOHN",78030:"ST. THOMAS"},topology:{type:"Topology",objects:{counties:{type:"GeometryCollection",geometries:[{type:"Polygon",id:53073,arcs:[[0,1,2,3]]},{type:"Polygon",id:30105,arcs:[[4,5,6,7,8,9]]},{type:"Polygon",id:30029,arcs:[[10,11,12,13,14,15,16,17,18,19]]},{type:"Polygon",id:16021,arcs:[[20,21,22,23]]},{type:"Polygon",id:30071,arcs:[[-9,24,25,26,27,28,29]]},{type:"Polygon",id:38079,arcs:[[30,31,32,33]]},{type:"Polygon",id:30053,arcs:[[-19,34,35,-21,36]]},{type:"Polygon",id:38009,arcs:[[-32,37,38,39,40]]},{type:"Polygon",id:30035,arcs:[[41,42,-11,43]]},{type:"Polygon",id:30041,arcs:[[44,45,46,47]]},{type:"Polygon",id:30005,arcs:[[-29,-28,48,49,-48,50]]},{type:"Polygon",id:30019,arcs:[[51,52,-5,53]]},{type:"Polygon",id:38067,arcs:[[54,55,56,57]]},{type:"Polygon",id:27069,arcs:[[58,59,-55,60]]},{type:"Polygon",id:38095,arcs:[[61,62,63,-34,64,65]]},{type:"Polygon",id:38019,arcs:[[-57,66,67,-66,68]]},{type:"Polygon",id:53047,arcs:[[69,70,71,72,73,74,-1,75]]},{type:"Polygon",id:53065,arcs:[[76,77,78,79,80]]},{type:"Polygon",id:53051,arcs:[[-23,81,82,-77,83]]},{type:"Polygon",id:53019,arcs:[[-80,84,-70,85]]},{type:"Polygon",id:30051,arcs:[[86,87,88,-46,89]]},{type:"Polygon",id:38023,arcs:[[90,91,92,93]]},{type:"Polygon",id:38013,arcs:[[94,95,96,97,-91,98]]},{type:"Polygon",id:30101,arcs:[[99,-88,100,-42]]},{type:"Polygon",id:38075,arcs:[[101,102,-95,103,-40]]},{type:"Polygon",id:27135,arcs:[[104,105,-59,106,107]]},{type:"Polygon",id:30091,arcs:[[-93,108,109,-52,110]]},{type:"Polygon",id:16017,arcs:[[-36,111,112,113,114,-82,-22]]},{type:"Polygon",id:38101,arcs:[[-103,115,116,117,-96]]},{type:"MultiPolygon",id:53055,arcs:[[[118]],[[119]],[[120]]]},{type:"Polygon",id:27071,arcs:[[121,122,123,124,125]]},{type:"Polygon",id:53057,arcs:[[126,-2,-75,127,128,129]]},{type:"Polygon",id:38105,arcs:[[-98,130,131,132,-109,-92]]},{type:"Polygon",id:38049,arcs:[[133,134,135,-116,-102,-39]]},{type:"Polygon",id:27137,arcs:[[136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,-122,151]]},{type:"Polygon",id:30085,arcs:[[-110,-133,152,153,-6,-53]]},{type:"Polygon",id:53007,arcs:[[-74,154,155,156,157,-128]]},{type:"Polygon",id:38061,arcs:[[158,159,160,-131,-97,-118]]},{type:"Polygon",id:27089,arcs:[[161,162,163,164,165,-60,-106]]},{type:"Polygon",id:38069,arcs:[[-64,166,167,168,-134,-38,-31]]},{type:"Polygon",id:38071,arcs:[[169,170,171,-62,-68]]},{type:"Polygon",id:38099,arcs:[[-56,-166,172,173,-170,-67]]},{type:"Polygon",id:27007,arcs:[[-124,174,175,176,177,178,-162,-105,179]]},{type:"Polygon",id:30073,arcs:[[-101,-87,180,181,-12,-43]]},{type:"MultiPolygon",id:53029,arcs:[[[182,183]],[[184]]]},{type:"Polygon",id:53009,arcs:[[185,186,187]]},{type:"Polygon",id:38005,arcs:[[-63,-172,188,189,190,-167]]},{type:"Polygon",id:30015,arcs:[[-50,191,192,193,194,-181,-90,-45]]},{type:"Polygon",id:53061,arcs:[[-158,195,196,-183,197,-129]]},{type:"Polygon",id:30089,arcs:[[-18,198,199,200,201,-112,-35]]},{type:"Polygon",id:27075,arcs:[[202,203,-137,204]]},{type:"Polygon",id:38063,arcs:[[205,206,207,208,-189,-171,-174]]},{type:"Polygon",id:38035,arcs:[[-165,209,210,211,-206,-173]]},{type:"Polygon",id:27119,arcs:[[212,213,214,215,216,217,218,-210,-164]]},{type:"Polygon",id:27113,arcs:[[-179,219,-215,220,-213,-163]]},{type:"Polygon",id:30083,arcs:[[221,222,223,224,-153]]},{type:"Polygon",id:53017,arcs:[[225,226,-155,-73]]},{type:"Polygon",id:38053,arcs:[[-161,227,228,229,230,-222,-132]]},{type:"Polygon",id:53031,arcs:[[231,232,233,-186,234]]},{type:"Polygon",id:30099,arcs:[[-195,235,236,-13,-182]]},{type:"Polygon",id:30055,arcs:[[-225,237,238,239,-7,-154]]},{type:"Polygon",id:16079,arcs:[[-202,240,241,242,243,244,-113]]},{type:"Polygon",id:30047,arcs:[[245,-199,-17]]},{type:"Polygon",id:53063,arcs:[[-83,-115,246,247,248,249,-78]]},{type:"Polygon",id:27029,arcs:[[250,251,252,-216,-220,-178]]},{type:"Polygon",id:16055,arcs:[[-245,253,-247,-114]]},{type:"Polygon",id:30033,arcs:[[-240,254,255,256,257,-25,-8]]},{type:"Polygon",id:27125,arcs:[[-214,-221]]},{type:"Polygon",id:53025,arcs:[[-72,258,259,260,261,262,263,-226]]},{type:"Polygon",id:53043,arcs:[[-85,-79,-250,264,265,-259,-71]]},{type:"Polygon",id:30049,arcs:[[266,267,268,269,270,-14,-237]]},{type:"MultiPolygon",id:53035,arcs:[[[271]],[[272,273,274,275,276]]]},{type:"Polygon",id:27061,arcs:[[-151,277,278,-175,-123]]},{type:"Polygon",id:38055,arcs:[[279,280,281,282,283,-159,-117,-136]]},{type:"Polygon",id:38027,arcs:[[-209,284,285,286,-190]]},{type:"Polygon",id:38103,arcs:[[-191,-287,287,288,289,290,-168]]},{type:"Polygon",id:38083,arcs:[[-169,-291,291,292,-280,-135]]},{type:"Polygon",id:38025,arcs:[[-284,293,294,295,-228,-160]]},{type:"Polygon",id:30027,arcs:[[-27,296,297,298,299,300,-192,-49]]},{type:"Polygon",id:30021,arcs:[[-224,301,302,-238]]},{type:"MultiPolygon",id:53033,arcs:[[[303]],[[-157,304,305,306,307,-196]]]},{type:"Polygon",id:30013,arcs:[[308,309,-267,-236,-194]]},{type:"Polygon",id:38091,arcs:[[-212,310,311,312,313,-207]]},{type:"Polygon",id:38039,arcs:[[-314,314,315,316,-285,-208]]},{type:"Polygon",id:38097,arcs:[[317,318,-311,-211,-219]]},{type:"MultiPolygon",id:53045,arcs:[[[319,-276,320,321,322,323,-232]]]},{type:"Polygon",id:30063,arcs:[[-16,324,325,326,327,328,329,-200,-246]]},{type:"Polygon",id:30077,arcs:[[-271,330,331,332,-325,-15]]},{type:"Polygon",id:30069,arcs:[[-258,333,334,-297,-26]]},{type:"Polygon",id:53037,arcs:[[-227,-264,335,-305,-156]]},{type:"Polygon",id:38031,arcs:[[-317,336,-288,-286]]},{type:"Polygon",id:38057,arcs:[[337,338,339,-294,-283]]},{type:"Polygon",id:53027,arcs:[[-324,340,341,342,343,-233]]},{type:"Polygon",id:27087,arcs:[[344,345,-217,-253]]},{type:"Polygon",id:27107,arcs:[[-218,-346,346,347,348,-318]]},{type:"Polygon",id:30061,arcs:[[-330,349,-241,-201]]},{type:"Polygon",id:27021,arcs:[[350,351,352,353,354,355,-176,-279]]},{type:"Polygon",id:23003,arcs:[[356,357,358,359,360]]},{type:"Polygon",id:30045,arcs:[[-301,361,362,-309,-193]]},{type:"Polygon",id:16009,arcs:[[-244,363,364,-248,-254]]},{type:"Polygon",id:27057,arcs:[[-356,365,366,-251,-177]]},{type:"MultiPolygon",id:53053,arcs:[[[-307,-306,367,368,369,370]],[[-273,371]],[[-321,-275,372]]]},{type:"Polygon",id:30109,arcs:[[-231,373,374,375,-302,-223]]},{type:"Polygon",id:38007,arcs:[[-296,376,377,378,-229]]},{type:"Polygon",id:38033,arcs:[[-379,379,380,-374,-230]]},{type:"Polygon",id:38043,arcs:[[381,382,383,384,-292,-290]]},{type:"Polygon",id:38093,arcs:[[-316,385,386,387,-382,-289,-337]]},{type:"Polygon",id:38015,arcs:[[-385,388,389,390,-281,-293]]},{type:"Polygon",id:38065,arcs:[[-391,391,-338,-282]]},{type:"Polygon",id:53001,arcs:[[392,393,-260,-266]]},{type:"Polygon",id:53075,arcs:[[-249,-365,394,395,396,397,398,399,-393,-265]]},{type:"Polygon",id:38003,arcs:[[-313,400,401,402,-386,-315]]},{type:"Polygon",id:38017,arcs:[[-319,-349,403,404,405,-401,-312]]},{type:"Polygon",id:53067,arcs:[[-370,406,-341,-323,407]]},{type:"Polygon",id:30079,arcs:[[-376,408,409,-255,-239,-303]]},{type:"Polygon",id:27005,arcs:[[-367,410,411,412,-347,-345,-252]]},{type:"Polygon",id:27027,arcs:[[-413,413,414,415,-404,-348]]},{type:"Polygon",id:16057,arcs:[[-243,416,417,-395,-364]]},{type:"Polygon",id:53077,arcs:[[-263,418,419,420,421,-368,-336]]},{type:"Polygon",id:30059,arcs:[[-363,422,423,424,425,426,-268,-310]]},{type:"Polygon",id:27001,arcs:[[-150,427,428,429,430,431,-351,-278]]},{type:"Polygon",id:26131,arcs:[[432,433,434,435]]},{type:"Polygon",id:38089,arcs:[[-340,436,437,438,439,-377,-295]]},{type:"Polygon",id:38059,arcs:[[-390,440,441,442,-437,-339,-392]]},{type:"Polygon",id:26013,arcs:[[443,444,445,446]]},{type:"Polygon",id:16035,arcs:[[-350,-329,447,448,449,-417,-242]]},{type:"Polygon",id:30017,arcs:[[450,451,452,453,-256,-410]]},{type:"Polygon",id:30087,arcs:[[-454,454,455,456,457,458,-334,-257]]},{type:"Polygon",id:30039,arcs:[[459,460,-326,-333]]},{type:"Polygon",id:27159,arcs:[[-355,461,462,-411,-366]]},{type:"Polygon",id:27035,arcs:[[-432,463,464,-352]]},{type:"Polygon",id:53049,arcs:[[465,466,467,-343]]},{type:"Polygon",id:53041,arcs:[[-407,-369,-422,468,469,470,-466,-342]]},{type:"Polygon",id:30007,arcs:[[-427,471,472,-269]]},{type:"Polygon",id:27017,arcs:[[473,474,-428,-149]]},{type:"Polygon",id:26053,arcs:[[475,476,477,478,479,480,481,482,483,484,-434]]},{type:"Polygon",id:30065,arcs:[[-459,485,486,-298,-335]]},{type:"Polygon",id:26095,arcs:[[487,488,489,490,491]]},{type:"Polygon",id:30037,arcs:[[-487,492,493,494,495,-299]]},{type:"Polygon",id:30107,arcs:[[-300,-496,496,-423,-362]]},{type:"Polygon",id:53021,arcs:[[497,498,499,-261,-394,-400]]},{type:"Polygon",id:53005,arcs:[[500,501,502,503,-419,-262,-500]]},{type:"Polygon",id:27111,arcs:[[-463,504,505,506,507,-414,-412]]},{type:"Polygon",id:38037,arcs:[[508,509,510,-438,-443]]},{type:"Polygon",id:53023,arcs:[[511,512,513,-398]]},{type:"Polygon",id:30025,arcs:[[-381,514,515,516,517,-451,-409,-375]]},{type:"Polygon",id:16049,arcs:[[518,519,520,521,522,523,524,-448,-328]]},{type:"Polygon",id:30081,arcs:[[-461,525,526,527,-519,-327]]},{type:"Polygon",id:38029,arcs:[[-384,528,529,530,531,-441,-389]]},{type:"Polygon",id:38047,arcs:[[-388,532,533,-529,-383]]},{type:"Polygon",id:16069,arcs:[[-450,534,-524,535,536,-396,-418]]},{type:"Polygon",id:38087,arcs:[[537,538,539,-515,-380,-378,-440]]},{type:"Polygon",id:38045,arcs:[[540,541,542,-533,-387,-403]]},{type:"Polygon",id:38041,arcs:[[-511,543,-538,-439]]},{type:"Polygon",id:27167,arcs:[[-508,544,545,546,-415]]},{type:"Polygon",id:38073,arcs:[[-406,547,548,549,-541,-402]]},{type:"Polygon",id:38077,arcs:[[-547,550,551,552,-548,-405,-416]]},{type:"Polygon",id:53013,arcs:[[553,554,555,-498,-399,-514]]},{type:"Polygon",id:53071,arcs:[[-556,556,-501,-499]]},{type:"Polygon",id:55051,arcs:[[557,-484,-483,-482,-481,-480,-479,558,559,560,561]]},{type:"Polygon",id:23025,arcs:[[562,563,564,565,566,567,-360]]},{type:"Polygon",id:23021,arcs:[[568,-563,-359]]},{type:"Polygon",id:30043,arcs:[[-473,569,570,571,572,-331,-270]]},{type:"Polygon", +id:26153,arcs:[[-490,573,574,575,576]]},{type:"Polygon",id:30111,arcs:[[577,578,579,580,-493,-486,-458]]},{type:"Polygon",id:30103,arcs:[[581,-578,-457]]},{type:"Polygon",id:16061,arcs:[[-449,-525,-535]]},{type:"Polygon",id:53003,arcs:[[-537,582,-512,-397]]},{type:"Polygon",id:38085,arcs:[[-532,583,584,-509,-442]]},{type:"Polygon",id:26071,arcs:[[-445,585,586,587,588,589,590,-476,-433,591]]},{type:"Polygon",id:27115,arcs:[[592,593,594,595,596,-429,-475]]},{type:"Polygon",id:23019,arcs:[[597,598,599,600,-564,-569,-358]]},{type:"Polygon",id:53059,arcs:[[-421,601,602,603,604,605,-469]]},{type:"Polygon",id:53015,arcs:[[-606,606,607,608,609,-470]]},{type:"Polygon",id:53069,arcs:[[-471,-610,610,-467]]},{type:"Polygon",id:27153,arcs:[[-354,611,612,613,-505,-462]]},{type:"Polygon",id:27097,arcs:[[-465,614,615,616,-612,-353]]},{type:"Polygon",id:55125,arcs:[[617,618,-559,-478,-477,-591,619]]},{type:"Polygon",id:41007,arcs:[[620,621,622]]},{type:"Polygon",id:38001,arcs:[[-510,-585,623,624,625,626,-539,-544]]},{type:"Polygon",id:38081,arcs:[[-553,627,628,629,-549]]},{type:"Polygon",id:38051,arcs:[[-543,630,631,632,-530,-534]]},{type:"Polygon",id:38021,arcs:[[-550,-630,633,634,-631,-542]]},{type:"Polygon",id:38011,arcs:[[-627,635,-516,-540]]},{type:"Polygon",id:30023,arcs:[[-573,636,637,-526,-460,-332]]},{type:"Polygon",id:26043,arcs:[[638,639,640,-587,641]]},{type:"Polygon",id:27095,arcs:[[642,643,644,645,-615,-464,-431]]},{type:"Polygon",id:30097,arcs:[[-495,646,647,-424,-497]]},{type:"Polygon",id:30031,arcs:[[-426,648,649,650,651,652,-570,-472]]},{type:"Polygon",id:30067,arcs:[[-648,653,654,655,-649,-425]]},{type:"Polygon",id:30093,arcs:[[656,657,-637,-572]]},{type:"Polygon",id:41009,arcs:[[658,659,660,-621,661,-608]]},{type:"Polygon",id:27065,arcs:[[-597,662,-643,-430]]},{type:"Polygon",id:55013,arcs:[[663,664,665,666,-595,-594,667]]},{type:"Polygon",id:55113,arcs:[[668,669,670,671,672]]},{type:"Polygon",id:55129,arcs:[[-672,673,-664,674]]},{type:"Polygon",id:30011,arcs:[[675,676,677,678,-452,-518]]},{type:"Polygon",id:30095,arcs:[[-581,679,-654,-647,-494]]},{type:"Polygon",id:27051,arcs:[[-507,680,681,682,-545]]},{type:"Polygon",id:27041,arcs:[[-614,683,684,-681,-506]]},{type:"Polygon",id:55041,arcs:[[685,686,687,688,689,-620,-590]]},{type:"Polygon",id:53011,arcs:[[-605,690,-659,-607]]},{type:"Polygon",id:53039,arcs:[[-504,691,692,693,694,695,-602,-420]]},{type:"Polygon",id:30003,arcs:[[-456,696,697,698,699,-579,-582]]},{type:"Polygon",id:27155,arcs:[[-683,700,701,702,-551,-546]]},{type:"Polygon",id:55037,arcs:[[-588,-641,703,-686,-589]]},{type:"Polygon",id:41059,arcs:[[-555,704,705,706,707,-502,-557]]},{type:"Polygon",id:41063,arcs:[[-513,-583,-536,-523,708,709,710,-705,-554]]},{type:"Polygon",id:26109,arcs:[[711,712,713,714,-639,715]]},{type:"Polygon",id:55099,arcs:[[-619,716,717,718,719,-670,720,-560]]},{type:"Polygon",id:46105,arcs:[[721,722,723,724,725,-625]]},{type:"Polygon",id:46031,arcs:[[726,727,728,729,-722,-624,-584]]},{type:"Polygon",id:46063,arcs:[[-626,-726,730,-676,-517,-636]]},{type:"Polygon",id:46021,arcs:[[-633,731,732,-727,-531]]},{type:"Polygon",id:30001,arcs:[[-658,733,734,735,736,-527,-638]]},{type:"Polygon",id:46089,arcs:[[-635,737,738,739,-732,-632]]},{type:"Polygon",id:46013,arcs:[[-629,740,741,742,743,744,-738,-634]]},{type:"Polygon",id:46109,arcs:[[-703,745,746,747,748,-552]]},{type:"Polygon",id:46091,arcs:[[-749,749,-741,-628]]},{type:"Polygon",id:41049,arcs:[[-708,750,751,752,-692,-503]]},{type:"Polygon",id:55085,arcs:[[-690,753,754,-717,-618]]},{type:"Polygon",id:41061,arcs:[[755,756,-706,-711]]},{type:"Polygon",id:30057,arcs:[[-653,757,-734,-657,-571]]},{type:"Polygon",id:27009,arcs:[[-646,758,759,-616]]},{type:"Polygon",id:41021,arcs:[[760,761,762,-693,-753]]},{type:"Polygon",id:30075,arcs:[[-679,763,764,765,-697,-455,-453]]},{type:"Polygon",id:26031,arcs:[[766,767,768,769,770,771]]},{type:"Polygon",id:41057,arcs:[[772,773,774,775,776,-622]]},{type:"Polygon",id:41067,arcs:[[777,778,779,-773,-661]]},{type:"Polygon",id:27145,arcs:[[-760,780,781,782,783,784,-684,-613,-617]]},{type:"Polygon",id:27149,arcs:[[785,786,787,-701,-682]]},{type:"Polygon",id:27121,arcs:[[-785,788,789,-786,-685]]},{type:"Polygon",id:41055,arcs:[[790,-694,-763]]},{type:"Polygon",id:27059,arcs:[[791,792,793,-644,-663]]},{type:"Polygon",id:27025,arcs:[[-667,794,795,796,-792,-596]]},{type:"Polygon",id:55095,arcs:[[797,798,799,-795,-666]]},{type:"Polygon",id:41051,arcs:[[-691,-604,800,801,-778,-660]]},{type:"Polygon",id:41027,arcs:[[802,803,-801,-603,-696]]},{type:"Polygon",id:41065,arcs:[[-791,-762,804,805,806,807,-803,-695]]},{type:"Polygon",id:16059,arcs:[[-737,808,809,810,811,-520,-528]]},{type:"Polygon",id:23029,arcs:[[812,-598,-357,813]]},{type:"Polygon",id:23007,arcs:[[814,815,816,817,-567]]},{type:"Polygon",id:26141,arcs:[[818,819,-767,820]]},{type:"Polygon",id:55005,arcs:[[-674,821,822,823,-798,-665]]},{type:"Polygon",id:55107,arcs:[[-720,824,825,-822,-671]]},{type:"Polygon",id:30009,arcs:[[-700,826,827,-655,-680,-580]]},{type:"Polygon",id:46129,arcs:[[-740,828,829,830,-728,-733]]},{type:"Polygon",id:46045,arcs:[[-745,831,832,-829,-739]]},{type:"Polygon",id:46037,arcs:[[-750,-748,833,834,835,836,-742]]},{type:"Polygon",id:27011,arcs:[[-702,-788,837,838,839,840,-746]]},{type:"Polygon",id:27141,arcs:[[-645,-794,841,842,843,-781,-759]]},{type:"Polygon",id:55069,arcs:[[844,845,846,-718,-755]]},{type:"Polygon",id:46041,arcs:[[-831,847,848,849,850,-729]]},{type:"Polygon",id:46137,arcs:[[-851,851,852,-723,-730]]},{type:"Polygon",id:55067,arcs:[[-689,853,854,855,856,-845,-754]]},{type:"Polygon",id:41005,arcs:[[-804,-808,857,858,-779,-802]]},{type:"Polygon",id:41071,arcs:[[-859,859,860,861,-774,-780]]},{type:"Polygon",id:27171,arcs:[[-844,862,863,864,865,-782]]},{type:"Polygon",id:27003,arcs:[[-797,866,867,868,-842,-793]]},{type:"Polygon",id:27067,arcs:[[869,870,871,872,-789,-784]]},{type:"Polygon",id:27151,arcs:[[-873,873,874,-838,-787,-790]]},{type:"Polygon",id:55119,arcs:[[-847,875,876,877,-825,-719]]},{type:"Polygon",id:55083,arcs:[[878,879,880,881,882,883,884,-854,-688]]},{type:"Polygon",id:23017,arcs:[[-817,885,886,887,888,-889,889,890,891]]},{type:"Polygon",id:46051,arcs:[[-841,892,893,894,-834,-747]]},{type:"Polygon",id:27093,arcs:[[-866,895,896,-870,-783]]},{type:"Polygon",id:33007,arcs:[[897,898,899,900,-891]]},{type:"Polygon",id:27163,arcs:[[-800,901,902,903,904,-867,-796]]},{type:"Polygon",id:55017,arcs:[[-878,905,906,907,-823,-826]]},{type:"Polygon",id:41047,arcs:[[-860,-858,-807,908,909,910,-861]]},{type:"Polygon",id:16003,arcs:[[911,912,913,914,-709,-522]]},{type:"Polygon",id:27073,arcs:[[-839,-875,915,916,917,-893,-840]]},{type:"MultiPolygon",id:23009,arcs:[[[918]],[[919]],[[920,-599,-813]]]},{type:"Polygon",id:46107,arcs:[[-833,921,922,923,-848,-830]]},{type:"Polygon",id:46049,arcs:[[-744,924,925,926,-922,-832]]},{type:"Polygon",id:27053,arcs:[[-843,-869,927,928,929,930,-863]]},{type:"Polygon",id:46115,arcs:[[-837,931,932,933,-925,-743]]},{type:"Polygon",id:16085,arcs:[[-812,934,935,936,-912,-521]]},{type:"Polygon",id:46019,arcs:[[-725,937,938,939,-677,-731]]},{type:"Polygon",id:55109,arcs:[[940,941,-902,-799]]},{type:"Polygon",id:55033,arcs:[[-908,942,943,944,-941,-824]]},{type:"Polygon",id:26009,arcs:[[945,946,947,948,949]]},{type:"Polygon",id:26137,arcs:[[950,951,-946,952,-769]]},{type:"Polygon",id:26119,arcs:[[953,954,-951,-768,-820]]},{type:"Polygon",id:46025,arcs:[[955,956,957,958,-932,-836]]},{type:"Polygon",id:46029,arcs:[[-895,959,960,-956,-835]]},{type:"Polygon",id:27023,arcs:[[-872,961,962,-916,-874]]},{type:"Polygon",id:27123,arcs:[[-905,963,-928,-868]]},{type:"Polygon",id:55073,arcs:[[-846,-857,964,965,966,967,-876]]},{type:"Polygon",id:55078,arcs:[[-885,968,-855]]},{type:"Polygon",id:41001,arcs:[[-915,969,970,971,-756,-710]]},{type:"Polygon",id:41053,arcs:[[-911,972,973,974,-775,-862]]},{type:"Polygon",id:41069,arcs:[[-752,975,976,977,-805,-761]]},{type:"Polygon",id:41041,arcs:[[-975,978,979,980,-776]]},{type:"Polygon",id:46093,arcs:[[-853,981,982,983,-938,-724]]},{type:"Polygon",id:55019,arcs:[[-968,984,985,986,-906,-877]]},{type:"Polygon",id:55115,arcs:[[-969,-884,987,988,989,-965,-856]]},{type:"Polygon",id:50011,arcs:[[990,991,992,993,994]]},{type:"Polygon",id:50009,arcs:[[995,996,997,998,-900]]},{type:"Polygon",id:50013,arcs:[[999,1e3,1001,-994]]},{type:"Polygon",id:36019,arcs:[[1002,1003,1004,1005,-1001]]},{type:"Polygon",id:50019,arcs:[[-998,1006,1007,-991,1008]]},{type:"Polygon",id:56029,arcs:[[1009,1010,1011,1012,1013,-650,-656,-828]]},{type:"Polygon",id:36089,arcs:[[1014,1015,1016,1017,1018,1019]]},{type:"Polygon",id:56003,arcs:[[1020,1021,1022,-1010,-827,-699]]},{type:"Polygon",id:56005,arcs:[[1023,1024,1025,1026,1027,-765]]},{type:"Polygon",id:56033,arcs:[[-766,-1028,1028,-1021,-698]]},{type:"Polygon",id:36033,arcs:[[-1005,1029,1030,-1015,1031]]},{type:"Polygon",id:56011,arcs:[[-678,-940,1032,1033,-1024,-764]]},{type:"Polygon",id:41023,arcs:[[-757,-972,1034,1035,1036,-976,-751,-707]]},{type:"Polygon",id:27085,arcs:[[-865,1037,1038,1039,-896]]},{type:"Polygon",id:27019,arcs:[[-931,1040,1041,-1038,-864]]},{type:"Polygon",id:46039,arcs:[[-918,1042,1043,1044,1045,-960,-894]]},{type:"Polygon",id:27173,arcs:[[1046,1047,1048,1049,-1043,-917,-963]]},{type:"Polygon",id:27037,arcs:[[-904,1050,1051,1052,1053,-929,-964]]},{type:"Polygon",id:46119,arcs:[[1054,1055,1056,-849,-924]]},{type:"Polygon",id:46069,arcs:[[-927,1057,1058,1059,1060,-1055,-923]]},{type:"Polygon",id:46059,arcs:[[-934,1061,1062,1063,-1058,-926]]},{type:"Polygon",id:27129,arcs:[[-897,-1040,1064,1065,1066,1067,-1047,-962,-871]]},{type:"Polygon",id:16037,arcs:[[1068,1069,1070,1071,1072,-935,-811]]},{type:"Polygon",id:55093,arcs:[[-945,1073,1074,-1051,-903,-942]]},{type:"Polygon",id:26001,arcs:[[1075,1076,1077,1078]]},{type:"Polygon",id:26079,arcs:[[1079,1080,1081,-947]]},{type:"Polygon",id:26039,arcs:[[1082,1083,-1080,-952]]},{type:"Polygon",id:55035,arcs:[[-987,1084,1085,1086,1087,-943,-907]]},{type:"Polygon",id:26135,arcs:[[-1078,1088,-1083,-955]]},{type:"Polygon",id:16087,arcs:[[1089,1090,1091,-970,-914]]},{type:"Polygon",id:41031,arcs:[[-978,1092,1093,1094,-909,-806]]},{type:"Polygon",id:27139,arcs:[[-1054,1095,1096,1097,-1041,-930]]},{type:"Polygon",id:46057,arcs:[[-1046,1098,1099,-957,-961]]},{type:"Polygon",id:50015,arcs:[[1100,1101,1102,-992,-1008]]},{type:"Polygon",id:41043,arcs:[[-1095,1103,1104,1105,-973,-910]]},{type:"Polygon",id:46117,arcs:[[-1057,1106,1107,1108,1109,-850]]},{type:"Polygon",id:26019,arcs:[[1110,1111,1112,1113]]},{type:"Polygon",id:50005,arcs:[[1114,1115,1116,-1101,-1007,-997]]},{type:"MultiPolygon",id:23027,arcs:[[[-601,1117,1118,1119,1120,-565]]]},{type:"Polygon",id:16043,arcs:[[1121,1122,1123,1124,1125,-735,-758,-652]]},{type:"Polygon",id:46055,arcs:[[1126,1127,1128,-982,-852,-1110]]},{type:"Polygon",id:50007,arcs:[[-1103,1129,1130,1131,-1003,-1e3,-993]]},{type:"Polygon",id:41003,arcs:[[-1106,1132,-979,-974]]},{type:"Polygon",id:23011,arcs:[[1133,1134,1135,1136,-815,-566,-1121]]},{type:"Polygon",id:27143,arcs:[[-1042,-1098,1137,1138,-1065,-1039]]},{type:"Polygon",id:27049,arcs:[[1139,1140,1141,1142,1143,-1052,-1075]]},{type:"Polygon",id:27127,arcs:[[1144,1145,1146,1147,-1048,-1068]]},{type:"Polygon",id:55097,arcs:[[1148,1149,1150,1151,-966]]},{type:"Polygon",id:55141,arcs:[[-1152,1152,1153,1154,-985,-967]]},{type:"Polygon",id:55009,arcs:[[-883,1155,1156,1157,1158,1159,-988]]},{type:"Polygon",id:55091,arcs:[[-1088,1160,1161,-1140,-1074,-944]]},{type:"Polygon",id:55135,arcs:[[1162,1163,1164,-1149,-990]]},{type:"Polygon",id:55061,arcs:[[1165,1166,-1157,1167,1168]]},{type:"Polygon",id:56039,arcs:[[1169,1170,1171,1172,1173,-1122,-651,-1014]]},{type:"Polygon",id:46005,arcs:[[-959,1174,1175,1176,-1062,-933]]},{type:"Polygon",id:27081,arcs:[[1177,1178,1179,-1044,-1050]]},{type:"Polygon",id:27083,arcs:[[-1148,1180,1181,-1178,-1049]]},{type:"Polygon",id:46081,arcs:[[-984,1182,1183,-1033,-939]]},{type:"Polygon",id:55011,arcs:[[-1087,1184,1185,1186,-1161]]},{type:"Polygon",id:55121,arcs:[[1187,1188,1189,1190,-1185,-1086]]},{type:"Polygon",id:55053,arcs:[[-986,-1155,1191,1192,1193,-1188,-1085]]},{type:"Polygon",id:55087,arcs:[[-989,-1160,1194,1195,-1163]]},{type:"Polygon",id:16033,arcs:[[-1126,1196,1197,-809,-736]]},{type:"Polygon",id:56019,arcs:[[-1027,1198,1199,1200,-1022,-1029]]},{type:"Polygon",id:41013,arcs:[[-977,-1037,1201,1202,-1093]]},{type:"Polygon",id:46065,arcs:[[-1061,1203,-1107,-1056]]},{type:"Polygon",id:36031,arcs:[[1204,1205,1206,1207,-1030,-1004,-1132]]},{type:"Polygon",id:27079,arcs:[[1208,1209,1210,1211,-1138,-1097]]},{type:"Polygon",id:27131,arcs:[[-1053,-1144,1212,1213,1214,-1209,-1096]]},{type:"Polygon",id:46077,arcs:[[-1100,1215,1216,1217,1218,-1175,-958]]},{type:"Polygon",id:46011,arcs:[[-1180,1219,1220,1221,-1216,-1099,-1045]]},{type:"Polygon",id:26101,arcs:[[1222,1223,1224,1225,-1112]]},{type:"Polygon",id:26165,arcs:[[1226,1227,1228,-1223,1229]]},{type:"Polygon",id:26143,arcs:[[1230,1231,1232,1233,-1084]]},{type:"Polygon",id:26113,arcs:[[-1234,1234,1235,-1227,-1081]]},{type:"Polygon",id:26069,arcs:[[1236,1237,1238,-1077]]},{type:"Polygon",id:26129,arcs:[[-1239,1239,1240,-1231,-1089]]},{type:"Polygon",id:16045,arcs:[[-937,1241,1242,1243,1244,-1090,-913]]},{type:"Polygon",id:46103,arcs:[[-1129,1245,1246,1247,1248,-1183,-983]]},{type:"Polygon",id:50023,arcs:[[1249,1250,-1130,-1102,-1117]]},{type:"Polygon",id:27015,arcs:[[1251,1252,1253,1254,-1145,-1067]]},{type:"Polygon",id:23001,arcs:[[1255,1256,-886,-816,-1137]]},{type:"Polygon",id:27103,arcs:[[1257,-1252,-1066,-1139,-1212]]},{type:"Polygon",id:27157,arcs:[[-1162,-1187,1258,1259,-1141]]},{type:"Polygon",id:41045,arcs:[[-1092,1260,1261,1262,1263,1264,-1035,-971]]},{type:"Polygon",id:33009,arcs:[[1265,1266,1267,1268,1269,1270,-1115,-996,-899]]},{type:"Polygon",id:41017,arcs:[[-1203,1271,1272,1273,1274,-1104,-1094]]},{type:"Polygon",id:36045,arcs:[[1275,1276,-1019,1277,1278,1279,1280,1281]]},{type:"MultiPolygon",id:23013,arcs:[[[1282,1283,-1119]]]},{type:"Polygon",id:16015,arcs:[[-1073,1284,1285,-1242,-936]]},{type:"Polygon",id:23015,arcs:[[-1120,-1284,1286,1287,1288,-1134]]},{type:"Polygon",id:55071,arcs:[[-1167,1289,1290,1291,-1158]]},{type:"Polygon",id:50001,arcs:[[-1251,1292,1293,1294,1295,-1205,-1131]]},{type:"Polygon",id:41039,arcs:[[-1275,1296,1297,1298,-980,-1133,-1105]]},{type:"Polygon",id:33003,arcs:[[-890,888,1299,1300,1301,-1266,-898]]},{type:"Polygon",id:27013,arcs:[[-1211,1302,1303,1304,1305,-1253,-1258]]},{type:"Polygon",id:55057,arcs:[[1306,1307,1308,1309,-1192,-1154]]},{type:"Polygon",id:55001,arcs:[[-1151,1310,1311,1312,-1307,-1153]]},{type:"Polygon",id:55137,arcs:[[-1165,1313,1314,1315,-1311,-1150]]},{type:"Polygon",id:55139,arcs:[[1316,1317,1318,-1314,-1164,-1196]]},{type:"Polygon",id:55015,arcs:[[-1159,-1292,1319,1320,-1317,-1195]]},{type:"Polygon",id:16023,arcs:[[-1198,1321,1322,1323,-1070,-1069,-810]]},{type:"Polygon",id:50017,arcs:[[-1271,1324,-1293,-1250,-1116]]},{type:"Polygon",id:36049,arcs:[[1325,1326,-1278,-1018,1327]]},{type:"Polygon",id:46085,arcs:[[1328,1329,1330,1331,1332,-1108,-1204,-1060,1333]]},{type:"Polygon",id:27117,arcs:[[-1182,1334,1335,1336,-1220,-1179]]},{type:"Polygon",id:27101,arcs:[[-1147,1337,1338,1339,-1335,-1181]]},{type:"Polygon",id:46073,arcs:[[-1177,1340,1341,1342,1343,-1063]]},{type:"Polygon",id:27147,arcs:[[1344,1345,1346,1347,-1214]]},{type:"Polygon",id:27039,arcs:[[1348,1349,-1345,-1213,-1143]]},{type:"Polygon",id:46101,arcs:[[-1337,1350,1351,-1221]]},{type:"Polygon",id:27161,arcs:[[-1348,1352,1353,-1303,-1210,-1215]]},{type:"Polygon",id:46017,arcs:[[-1344,1354,-1334,-1059,-1064]]},{type:"Polygon",id:46111,arcs:[[-1219,1355,1356,1357,1358,-1341,-1176]]},{type:"Polygon",id:27109,arcs:[[-1260,1359,1360,1361,-1349,-1142]]},{type:"Polygon",id:27033,arcs:[[-1255,1362,1363,1364,-1338,-1146]]},{type:"Polygon",id:46079,arcs:[[-1222,-1352,1365,1366,1367,-1217]]},{type:"Polygon",id:46097,arcs:[[-1368,1368,1369,-1356,-1218]]},{type:"Polygon",id:27169,arcs:[[-1186,-1191,1370,1371,1372,-1360,-1259]]},{type:"Polygon",id:56045,arcs:[[-1184,-1249,1373,1374,1375,-1025,-1034]]},{type:"Polygon",id:26105,arcs:[[1376,1377,1378,-1225]]},{type:"Polygon",id:23005,arcs:[[-1257,1379,1380,1381,1382,1383,-887]]},{type:"Polygon",id:46075,arcs:[[-1333,1384,1385,-1386,1386,-1127,-1109]]},{type:"Polygon",id:56043,arcs:[[-1201,1387,1388,1389,-1011,-1023]]},{type:"MultiPolygon",id:23023,arcs:[[[-1382,1390]],[[-1288,1391]],[[1392,-1380,-1256,-1136]]]},{type:"Polygon",id:26085,arcs:[[-1224,-1229,1393,1394,-1377]]},{type:"Polygon",id:26133,arcs:[[-1236,1395,1396,-1394,-1228]]},{type:"Polygon",id:26035,arcs:[[-1233,1397,1398,-1396,-1235]]},{type:"Polygon",id:26051,arcs:[[1399,1400,1401,-1398,-1232,-1241]]},{type:"Polygon",id:55081,arcs:[[-1310,1402,1403,-1193]]},{type:"Polygon",id:16075,arcs:[[-1245,1404,-1261,-1091]]},{type:"Polygon",id:36041,arcs:[[1405,1406,1407,1408,-1016,-1031,-1208]]},{type:"Polygon",id:27165,arcs:[[-1306,1409,1410,-1363,-1254]]},{type:"Polygon",id:16039,arcs:[[-1072,1411,1412,1413,1414,1415,1416,-1285]]},{type:"Polygon",id:36043,arcs:[[-1409,1417,1418,1419,1420,-1328,-1017]]},{type:"Polygon",id:55063,arcs:[[-1194,-1404,1421,1422,-1371,-1190,-1189]]},{type:"Polygon",id:56017,arcs:[[-1390,1423,-1012]]},{type:"Polygon",id:16051,arcs:[[-1125,1424,1425,1426,-1322,-1197]]},{type:"Polygon",id:41025,arcs:[[-1265,1427,1428,1429,-1272,-1202,-1036]]},{type:"Polygon",id:56013,arcs:[[-1424,-1389,1430,1431,1432,1433,-1170,-1013]]},{type:"Polygon",id:26017,arcs:[[1434,1435,1436,1437,-1401,1438]]},{type:"Polygon",id:46071,arcs:[[-1387,1385,1439,1440,1441,-1246,-1128]]},{type:"Polygon",id:16013,arcs:[[-1324,1442,1443,1444,1445,1446,1447,-1412,-1071]]},{type:"Polygon",id:16081,arcs:[[-1174,1448,1449,-1123]]},{type:"Polygon",id:55047,arcs:[[-1319,1450,1451,1452,1453,-1315]]},{type:"Polygon",id:55077,arcs:[[-1454,1454,-1312,-1316]]},{type:"Polygon",id:50027,arcs:[[-1270,1455,1456,1457,1458,-1294,-1325]]},{type:"Polygon",id:41019,arcs:[[1459,1460,1461,1462,1463,1464,-1298]]},{type:"Polygon",id:55039,arcs:[[1465,1466,1467,-1451,-1318,-1321]]},{type:"Polygon",id:46003,arcs:[[-1359,1468,1469,1470,1471,-1342]]},{type:"Polygon",id:46015,arcs:[[-1472,1472,-1329,-1355,-1343]]},{type:"Polygon",id:16065,arcs:[[-1450,1473,-1425,-1124]]},{type:"Polygon",id:55117,arcs:[[1474,1475,1476,-1466,-1320,-1291]]},{type:"Polygon",id:16027,arcs:[[-1244,1477,1478,-1262,-1405]]},{type:"Polygon",id:46095,arcs:[[-1332,1479,1480,-1440,-1386,-1385]]},{type:"Polygon",id:16025,arcs:[[1481,1482,-1413,-1448]]},{type:"Polygon",id:50021,arcs:[[1483,1484,-1295,-1459]]},{type:"Polygon",id:46033,arcs:[[1485,1486,1487,-1374,-1248]]},{type:"Polygon",id:27133,arcs:[[-1340,1488,1489,1490,-1336]]},{type:"Polygon",id:27105,arcs:[[-1365,1491,1492,1493,-1489,-1339]]},{type:"Polygon",id:27047,arcs:[[1494,1495,1496,1497,-1353,-1347]]},{type:"Polygon",id:27099,arcs:[[-1362,1498,1499,1500,1501,-1495,-1346,-1350]]},{type:"Polygon",id:27055,arcs:[[-1423,1502,1503,1504,1505,-1372]]},{type:"Polygon",id:46035,arcs:[[1506,1507,1508,-1469,-1358]]},{type:"Polygon",id:46061,arcs:[[-1370,1509,1510,-1507,-1357]]},{type:"Polygon",id:27045,arcs:[[-1373,-1506,1511,1512,-1499,-1361]]},{type:"Polygon",id:27063,arcs:[[-1411,1513,1514,1515,1516,-1492,-1364]]},{type:"Polygon",id:27043,arcs:[[-1354,-1498,1517,1518,1519,-1304]]},{type:"Polygon",id:46099,arcs:[[1520,1521,1522,1523,-1366,-1351,-1491]]},{type:"Polygon",id:27091,arcs:[[-1305,-1520,1524,1525,-1514,-1410]]},{type:"Polygon",id:46087,arcs:[[-1367,-1524,1526,1527,-1510,-1369]]},{type:"Polygon",id:26111,arcs:[[-1438,1528,1529,1530,-1402]]},{type:"Polygon",id:26127,arcs:[[1531,1532,1533,-1378]]},{type:"Polygon",id:26073,arcs:[[-1531,1534,1535,1536,-1399]]},{type:"Polygon",id:23031,arcs:[[1537,1538,-1300,-889,-888,-1384]]},{type:"Polygon",id:26107,arcs:[[-1537,1539,1540,-1397]]},{type:"Polygon",id:26123,arcs:[[-1541,1541,1542,1543,-1532,-1395]]},{type:"Polygon",id:36115,arcs:[[-1485,1544,1545,1546,1547,-1206,-1296]]},{type:"Polygon",id:16001,arcs:[[-1286,-1417,1548,-1478,-1243]]},{type:"Polygon",id:36113,arcs:[[1549,-1406,-1207,-1548]]},{type:"Polygon",id:46123,arcs:[[1550,1551,1552,-1480,-1331]]},{type:"Polygon",id:33001,arcs:[[1553,1554,-1267,-1302]]},{type:"Polygon",id:26157,arcs:[[1555,1556,1557,1558,1559,-1436,1560,1561]]},{type:"Polygon",id:55123,arcs:[[1562,1563,1564,1565,-1503,-1422,-1403,-1309]]},{type:"Polygon",id:36075,arcs:[[-1327,1566,1567,1568,1569,1570,-1279]]},{type:"Polygon",id:46113,arcs:[[1571,1572,1573,1574,-1486,-1247,-1442]]},{type:"Polygon",id:26151,arcs:[[1575,1576,-1557,1577,1578]]},{type:"Polygon",id:16073,arcs:[[-1549,-1416,1579,1580,1581,-1263,-1479]]},{type:"Polygon",id:55021,arcs:[[1582,1583,1584,-1313,-1455,-1453]]},{type:"Polygon",id:55111,arcs:[[-1585,1585,1586,1587,-1563,-1308]]},{type:"Polygon",id:55027,arcs:[[1588,1589,1590,1591,-1583,-1452,-1468]]},{type:"Polygon",id:16019,arcs:[[-1474,-1449,-1173,1592,1593,1594,-1426]]},{type:"Polygon",id:16011,arcs:[[1595,1596,1597,-1443,-1323,-1427,-1595]]},{type:"Polygon",id:41035,arcs:[[1598,1599,1600,1601,-1460,-1297,-1274]]},{type:"Polygon",id:41037,arcs:[[1602,1603,-1599,-1273,-1430]]},{type:"Polygon",id:36065,arcs:[[1604,1605,-1567,-1326,-1421]]},{type:"Polygon",id:33013,arcs:[[-1555,1606,1607,1608,1609,-1268]]},{type:"Polygon",id:41011,arcs:[[1610,1611,-1464]]},{type:"Polygon",id:33019,arcs:[[-1610,1612,1613,1614,-1456,-1269]]},{type:"Polygon",id:33017,arcs:[[-1539,1615,1616,-1607,-1554,-1301]]},{type:"Polygon",id:26145,arcs:[[-1560,1617,1618,1619,-1529,-1437]]},{type:"Polygon",id:55103,arcs:[[1620,1621,1622,-1564,-1588]]},{type:"Polygon",id:55089,arcs:[[1623,1624,1625,-1476]]},{type:"Polygon",id:55131,arcs:[[-1477,-1626,1626,-1589,-1467]]},{type:"Polygon",id:19189,arcs:[[1627,1628,1629,-1518,-1497]]},{type:"Polygon",id:19109,arcs:[[1630,1631,1632,-1525,-1519,-1630,1633]]},{type:"Polygon",id:19059,arcs:[[1634,1635,-1516,1636]]},{type:"Polygon",id:19063,arcs:[[1637,-1637,-1515,-1526,-1633]]},{type:"Polygon",id:19195,arcs:[[1638,-1628,-1496,-1502,1639]]},{type:"Polygon",id:19143,arcs:[[1640,1641,-1493,-1517,-1636]]},{type:"Polygon",id:56027,arcs:[[-1488,1642,1643,1644,1645,1646,-1375]]},{type:"Polygon",id:19131,arcs:[[1647,1648,-1640,-1501,1649]]},{type:"Polygon",id:19119,arcs:[[1650,1651,-1521,-1490,-1494,-1642]]},{type:"Polygon",id:19089,arcs:[[1652,1653,-1650,-1500,-1513]]},{type:"Polygon",id:19005,arcs:[[-1566,1654,1655,1656,-1504]]},{type:"Polygon",id:19191,arcs:[[1657,1658,-1653,-1512,-1505,-1657]]},{type:"Polygon",id:46083,arcs:[[-1652,1659,1660,1661,1662,-1522]]},{type:"Polygon",id:56009,arcs:[[-1647,1663,1664,1665,1666,-1199,-1026,-1376]]},{type:"Polygon",id:46023,arcs:[[-1471,1667,1668,1669,1670,1671,1672,-1473]]},{type:"Polygon",id:46125,arcs:[[-1523,-1663,1673,1674,1675,-1527]]},{type:"Polygon",id:46067,arcs:[[-1528,-1676,1676,1677,-1669,1678,-1508,-1511]]},{type:"Polygon",id:56025,arcs:[[-1200,-1667,1679,-1431,-1388]]},{type:"Polygon",id:46043,arcs:[[-1509,-1679,-1668,-1470]]},{type:"Polygon",id:46053,arcs:[[-1673,1680,1681,-1551,-1330]]},{type:"Polygon",id:46047,arcs:[[-1575,1682,1683,-1643,-1487]]},{type:"Polygon",id:26121,arcs:[[-1544,1684,1685,1686,-1533]]},{type:"Polygon",id:26117,arcs:[[-1536,1687,1688,1689,-1542,-1540]]},{type:"Polygon",id:56035,arcs:[[1690,1691,-1171,-1434]]},{type:"Polygon",id:26057,arcs:[[-1530,-1620,1692,1693,-1688,-1535]]},{type:"Polygon",id:55023,arcs:[[-1623,1694,1695,-1655,-1565]]},{type:"Polygon",id:36011,arcs:[[1696,1697,1698,1699,1700,1701,-1570]]},{type:"Polygon",id:36091,arcs:[[-1547,1702,1703,1704,1705,1706,-1407,-1550]]},{type:"Polygon",id:46007,arcs:[[1707,1708,-1572,-1441]]},{type:"Polygon",id:46121,arcs:[[-1553,1709,-1708,-1481]]},{type:"Polygon",id:36073,arcs:[[1710,1711,1712,1713]]},{type:"Polygon",id:36063,arcs:[[-1713,1714,1715,1716]]},{type:"Polygon",id:36055,arcs:[[1717,1718,1719,1720,-1711,1721]]},{type:"Polygon",id:36117,arcs:[[1722,1723,-1718,1724,-1701]]},{type:"Polygon",id:26087,arcs:[[1725,1726,1727,1728,-1558,-1577]]},{type:"Polygon",id:56023,arcs:[[-1692,1729,1730,1731,1732,1733,-1593,-1172]]},{type:"Polygon",id:50003,arcs:[[-1458,1734,1735,1736,1737,-1545,-1484]]},{type:"Polygon",id:55025,arcs:[[-1592,1738,1739,1740,1741,-1586,-1584]]},{type:"Polygon",id:26081,arcs:[[1742,1743,1744,1745,-1685,-1543,-1690]]},{type:"Polygon",id:36035,arcs:[[-1707,1746,-1418,-1408]]},{type:"Polygon",id:33015,arcs:[[1747,1748,1749,-1608,-1617]]},{type:"Polygon",id:36067,arcs:[[1750,1751,-1697,-1569]]},{type:"Polygon",id:50025,arcs:[[-1615,1752,1753,-1735,-1457]]},{type:"Polygon",id:19167,arcs:[[1754,1755,1756,-1660,-1651]]},{type:"Polygon",id:19141,arcs:[[1757,1758,-1755,-1641]]},{type:"Polygon",id:19033,arcs:[[-1649,1759,1760,1761,-1639]]},{type:"Polygon",id:19081,arcs:[[-1762,1762,-1634,-1629]]},{type:"Polygon",id:19147,arcs:[[-1632,1763,1764,-1638]]},{type:"Polygon",id:19041,arcs:[[-1765,1765,-1758,-1635]]},{type:"Polygon",id:26049,arcs:[[-1729,1766,1767,1768,-1618,-1559]]},{type:"Polygon",id:19037,arcs:[[-1659,1769,1770,1771,-1654]]},{type:"Polygon",id:19067,arcs:[[-1772,1772,-1760,-1648]]},{type:"Polygon",id:55049,arcs:[[-1587,-1742,1773,1774,1775,-1621]]},{type:"Polygon",id:55043,arcs:[[-1776,1776,1777,1778,1779,-1695,-1622]]},{type:"Polygon",id:33011,arcs:[[-1750,1780,1781,1782,1783,-1613,-1609]]},{type:"Polygon",id:26139,arcs:[[-1746,1784,1785,-1686]]},{type:"Polygon",id:16063,arcs:[[1786,1787,1788,-1482,-1447]]},{type:"Polygon",id:16047,arcs:[[-1789,1789,1790,1791,-1414,-1483]]},{type:"Polygon",id:55055,arcs:[[1792,1793,1794,-1739,-1591]]},{type:"Polygon",id:16067,arcs:[[1795,1796,-1787,-1446]]},{type:"Polygon",id:55133,arcs:[[-1627,1797,1798,1799,-1793,-1590]]},{type:"Polygon",id:55079,arcs:[[1800,1801,-1798,-1625]]},{type:"Polygon",id:36053,arcs:[[-1606,1802,1803,1804,-1751,-1568]]},{type:"Polygon",id:33005,arcs:[[-1784,1805,1806,-1753,-1614]]},{type:"Polygon",id:46135,arcs:[[1807,1808,1809,1810,-1677,-1675]]},{type:"Polygon",id:46009,arcs:[[-1811,1811,-1670,-1678]]},{type:"Polygon",id:26155,arcs:[[-1769,1812,1813,1814,-1693,-1619]]},{type:"Polygon",id:36037,arcs:[[1815,1816,1817,-1715,-1712,-1721]]},{type:"Polygon",id:26067,arcs:[[1818,1819,1820,-1743,-1689]]},{type:"Polygon",id:26037,arcs:[[-1815,1821,1822,-1819,-1694]]},{type:"Polygon",id:16077,arcs:[[-1598,1823,1824,1825,-1444]]},{type:"MultiPolygon",id:36029,arcs:[[[1826]],[[-1818,1827,1828,1829,1830,1831,-1716]]]},{type:"Polygon",id:46127,arcs:[[-1757,1832,1833,1834,1835,1836,-1661]]},{type:"Polygon",id:46027,arcs:[[-1837,1837,1838,-1808,-1674,-1662]]},{type:"Polygon",id:19065,arcs:[[1839,1840,1841,-1770,-1658]]},{type:"Polygon",id:19043,arcs:[[-1696,-1780,1842,1843,-1840,-1656]]},{type:"Polygon",id:36057,arcs:[[-1706,1844,1845,1846,-1419,-1747]]},{type:"Polygon",id:36069,arcs:[[1847,1848,1849,1850,-1719,-1724]]},{type:"Polygon",id:16005,arcs:[[1851,1852,1853,-1824,-1597]]},{type:"Polygon",id:16029,arcs:[[-1594,-1734,1854,1855,-1852,-1596]]},{type:"Polygon",id:36099,arcs:[[1856,1857,1858,-1848,-1723,-1700]]},{type:"Polygon",id:31165,arcs:[[1859,1860,1861,-1644,-1684,1862]]},{type:"Polygon",id:31161,arcs:[[1863,1864,1865,1866,1867,-1573,1868]]},{type:"Polygon",id:31045,arcs:[[1869,-1863,-1683,-1574,-1868]]},{type:"Polygon",id:31015,arcs:[[1870,1871,1872,-1681,-1672]]},{type:"Polygon",id:31103,arcs:[[-1873,1873,1874,1875,-1552,-1682]]},{type:"Polygon",id:31031,arcs:[[-1710,-1876,1876,1877,1878,1879,1880,-1869,-1709]]},{type:"Polygon",id:41029,arcs:[[-1602,1881,1882,-1461]]},{type:"Polygon",id:36051,arcs:[[-1851,1883,1884,1885,-1816,-1720]]},{type:"Polygon",id:36083,arcs:[[-1738,1886,1887,1888,-1703,-1546]]},{type:"Polygon",id:36093,arcs:[[1889,1890,-1845,-1705]]},{type:"Polygon",id:41015,arcs:[[-1463,1891,1892,1893,-1611]]},{type:"Polygon",id:16083,arcs:[[-1791,1894,1895,1896,-1580,-1415,-1792]]},{type:"Polygon",id:19149,arcs:[[1897,1898,-1833,-1756]]},{type:"Polygon",id:19021,arcs:[[1899,1900,1901,-1766]]},{type:"Polygon",id:19035,arcs:[[-1902,1902,1903,-1898,-1759]]},{type:"Polygon",id:19151,arcs:[[1904,1905,1906,-1900,-1764]]},{type:"Polygon",id:19197,arcs:[[1907,1908,1909,1910,-1763]]},{type:"Polygon",id:19091,arcs:[[-1911,1911,-1905,-1631]]},{type:"Polygon",id:19069,arcs:[[1912,1913,-1908,-1761]]},{type:"Polygon",id:19023,arcs:[[1914,1915,1916,-1913,-1773]]},{type:"Polygon",id:19017,arcs:[[-1842,1917,-1915,-1771]]},{type:"Polygon",id:36077,arcs:[[-1847,1918,1919,1920,-1803,-1605,-1420]]},{type:"Polygon",id:31089,arcs:[[1921,1922,1923,1924,1925,1926,-1872]]},{type:"Polygon",id:26099,arcs:[[1927,1928,1929,-1727,1930]]},{type:"Polygon",id:26125,arcs:[[1931,1932,1933,-1767,-1728,-1930]]},{type:"Polygon",id:25009,arcs:[[1934,1935,1936,-1781,-1749]]},{type:"Polygon",id:31107,arcs:[[-1812,-1810,1937,1938,1939,-1922,-1871,-1671]]},{type:"Polygon",id:31027,arcs:[[-1839,1940,1941,1942,-1938,-1809]]},{type:"Polygon",id:36121,arcs:[[-1886,1943,1944,-1828,-1817]]},{type:"Polygon",id:55045,arcs:[[1945,1946,1947,1948,-1774,-1741]]},{type:"Polygon",id:16053,arcs:[[-1797,1949,-1895,-1790,-1788]]},{type:"Polygon",id:55105,arcs:[[-1795,1950,1951,1952,-1946,-1740]]},{type:"Polygon",id:31017,arcs:[[1953,1954,1955,-1877,-1875]]},{type:"Polygon",id:55127,arcs:[[-1800,1956,1957,1958,1959,-1951,-1794]]},{type:"Polygon",id:55101,arcs:[[1960,1961,-1957,-1799,-1802]]},{type:"Polygon",id:36095,arcs:[[-1891,1962,1963,1964,-1919,-1846]]},{type:"Polygon",id:36001,arcs:[[-1889,1965,-1963,-1890,-1704]]},{type:"Polygon",id:55065,arcs:[[-1949,1966,1967,-1777,-1775]]},{type:"Polygon",id:31149,arcs:[[1968,-1954,-1874,-1927]]},{type:"Polygon",id:36023,arcs:[[1969,1970,-1698,-1752,-1805,1971,1972]]},{type:"Polygon",id:41033,arcs:[[-1462,-1883,1973,1974,-1892]]},{type:"Polygon",id:26093,arcs:[[-1934,1975,1976,1977,-1813,-1768]]},{type:"Polygon",id:26065,arcs:[[-1978,1978,1979,-1822,-1814]]},{type:"Polygon",id:26045,arcs:[[-1823,-1980,1980,1981,1982,-1820]]},{type:"Polygon",id:26015,arcs:[[-1983,1983,1984,1985,-1744,-1821]]},{type:"Polygon",id:26005,arcs:[[-1745,-1986,1986,1987,1988,-1785]]},{type:"Polygon",id:36123,arcs:[[1989,1990,-1849,-1859]]},{type:"Polygon",id:31051,arcs:[[-1836,1991,1992,1993,-1941,-1838]]},{type:"Polygon",id:25003,arcs:[[1994,1995,1996,1997,1998,1999,-1887,-1737]]},{type:"Polygon",id:36017,arcs:[[-1921,2e3,2001,2002,-1972,-1804]]},{type:"Polygon",id:25011,arcs:[[2003,-1995,-1736,-1754,-1807,2004]]},{type:"Polygon",id:25017,arcs:[[2005,2006,2007,2008,2009,2010,2011,2012,2013,-1782,-1937]]},{type:"Polygon",id:25027,arcs:[[-1783,-2014,2014,2015,2016,2017,2018,2019,-2005,-1806]]},{type:"Polygon",id:16031,arcs:[[-1826,2020,2021,2022,-1896,-1950,-1796,-1445]]},{type:"Polygon",id:19061,arcs:[[2023,2024,2025,2026,-1843,-1779]]},{type:"Polygon",id:55059,arcs:[[2027,2028,2029,-1958,-1962]]},{type:"Polygon",id:19055,arcs:[[-2027,2030,2031,2032,-1844]]},{type:"Polygon",id:19187,arcs:[[-1910,2033,2034,2035,2036,-1906,-1912]]},{type:"Polygon",id:19019,arcs:[[-2033,2037,2038,2039,-1841]]},{type:"Polygon",id:19013,arcs:[[-2040,2040,2041,2042,-1916,-1918]]},{type:"Polygon",id:36109,arcs:[[-1971,2043,2044,2045,-1857,-1699]]},{type:"Polygon",id:56015,arcs:[[-1862,2046,2047,2048,2049,-1645]]},{type:"Polygon",id:56031,arcs:[[-2050,2050,2051,-1664,-1646]]},{type:"Polygon",id:16007,arcs:[[-1733,2052,2053,-1855]]},{type:"Polygon",id:36101,arcs:[[-1850,-1991,2054,2055,2056,2057,2058,-1884]]},{type:"Polygon",id:36013,arcs:[[2059,2060,2061,2062,-1831]]},{type:"Polygon",id:19193,arcs:[[-1904,2063,2064,2065,2066,-1834,-1899]]},{type:"Polygon",id:19161,arcs:[[2067,2068,2069,2070,-1901]]},{type:"Polygon",id:19093,arcs:[[-2071,2071,-2064,-1903]]},{type:"Polygon",id:19025,arcs:[[-2037,2072,2073,-2068,-1907]]},{type:"Polygon",id:19079,arcs:[[2074,2075,2076,-2034,-1909]]},{type:"Polygon",id:19083,arcs:[[-1914,2077,2078,2079,-2075]]},{type:"Polygon",id:19075,arcs:[[-2043,2080,2081,-2078,-1917]]},{type:"Polygon",id:25015,arcs:[[-2020,2082,-1996,-2004]]},{type:"Polygon",id:36097,arcs:[[-2046,2083,-2055,-1990,-1858]]},{type:"Polygon",id:36009,arcs:[[-1829,-1945,2084,2085,2086,-2060,-1830]] +},{type:"Polygon",id:31043,arcs:[[-1835,-2067,2087,-1992]]},{type:"Polygon",id:36003,arcs:[[-1885,-2059,2088,2089,-2085,-1944]]},{type:"Polygon",id:36025,arcs:[[-1965,2090,2091,2092,2093,2094,-2001,-1920]]},{type:"Polygon",id:17085,arcs:[[-1968,2095,2096,2097,-2024,-1778]]},{type:"Polygon",id:36021,arcs:[[2098,2099,2100,-1888,-2e3]]},{type:"Polygon",id:17177,arcs:[[2101,-2096,-1967,-1948,2102,2103]]},{type:"Polygon",id:17201,arcs:[[2104,2105,-2103,-1947,-1953]]},{type:"Polygon",id:16071,arcs:[[-1854,2106,2107,2108,-2021,-1825]]},{type:"Polygon",id:17111,arcs:[[2109,2110,2111,2112,2113,-1959,-2030]]},{type:"Polygon",id:17007,arcs:[[-1960,-2114,2114,-2105,-1952]]},{type:"Polygon",id:17097,arcs:[[2115,-2110,-2029,2116]]},{type:"Polygon",id:36039,arcs:[[2117,-2091,-1964,-1966,-2101]]},{type:"MultiPolygon",id:25025,arcs:[[[2118,2119,-2012,2120,-2010]]]},{type:"Polygon",id:31139,arcs:[[2121,2122,2123,-1939,-1943]]},{type:"Polygon",id:31013,arcs:[[2124,2125,-1860,-1870,-1867]]},{type:"Polygon",id:31003,arcs:[[-2124,2126,2127,2128,-1923,-1940]]},{type:"Polygon",id:26161,arcs:[[2129,2130,2131,-1976,-1933,2132]]},{type:"Polygon",id:56007,arcs:[[-1666,2133,2134,2135,2136,2137,-1432,-1680]]},{type:"Polygon",id:56001,arcs:[[-2052,2138,2139,2140,-2134,-1665]]},{type:"Polygon",id:16041,arcs:[[-2054,2141,-2107,-1853,-1856]]},{type:"Polygon",id:26075,arcs:[[-1977,-2132,2142,2143,2144,-1981,-1979]]},{type:"Polygon",id:26025,arcs:[[-2145,2145,2146,2147,-1984,-1982]]},{type:"Polygon",id:26159,arcs:[[2148,2149,2150,2151,-1988]]},{type:"Polygon",id:26077,arcs:[[-2148,2152,-2149,-1987,-1985]]},{type:"Polygon",id:36007,arcs:[[-2002,-2095,2153,2154,2155,-1973,-2003]]},{type:"Polygon",id:36107,arcs:[[-2156,2156,2157,2158,-2044,-1970]]},{type:"Polygon",id:19097,arcs:[[-2098,2159,2160,2161,-2025]]},{type:"Polygon",id:31179,arcs:[[-1994,2162,2163,2164,-2122,-1942]]},{type:"Polygon",id:25021,arcs:[[-2120,2165,2166,2167,2168,-2015,-2013]]},{type:"Polygon",id:25013,arcs:[[-2019,2169,2170,2171,-1997,-2083]]},{type:"Polygon",id:25023,arcs:[[2172,2173,2174,2175,2176,-2167,2177]]},{type:"Polygon",id:19011,arcs:[[2178,2179,2180,-2041,-2039]]},{type:"Polygon",id:19113,arcs:[[-2032,2181,2182,2183,-2179,-2038]]},{type:"Polygon",id:19171,arcs:[[-2181,2184,2185,-2081,-2042]]},{type:"Polygon",id:19105,arcs:[[-2026,-2162,2186,2187,-2182,-2031]]},{type:"Polygon",id:36015,arcs:[[-2045,-2159,2188,2189,-2056,-2084]]},{type:"Polygon",id:31173,arcs:[[-2066,2190,2191,2192,-2163,-1993,-2088]]},{type:"Polygon",id:56037,arcs:[[-1433,-2138,2193,2194,2195,2196,-1730,-1691]]},{type:"Polygon",id:42049,arcs:[[2197,2198,2199,2200,-2062]]},{type:"Polygon",id:26021,arcs:[[2201,2202,2203,2204,-2151]]},{type:"Polygon",id:19133,arcs:[[2205,2206,2207,-2191,-2065]]},{type:"Polygon",id:19127,arcs:[[-2186,2208,2209,-2079,-2082]]},{type:"Polygon",id:19027,arcs:[[-2074,2210,2211,2212,2213,-2069]]},{type:"Polygon",id:19047,arcs:[[-2072,-2070,-2214,2214,2215,-2206]]},{type:"Polygon",id:19015,arcs:[[-2077,2216,2217,2218,2219,-2035]]},{type:"Polygon",id:19073,arcs:[[-2220,2220,2221,-2211,-2073,-2036]]},{type:"Polygon",id:19169,arcs:[[-2080,-2210,2222,2223,-2217,-2076]]},{type:"Polygon",id:17141,arcs:[[2224,2225,2226,2227,-2104,-2106]]},{type:"Polygon",id:17015,arcs:[[-2228,2228,2229,-2160,-2097,-2102]]},{type:"Polygon",id:36111,arcs:[[-2100,2230,2231,2232,-2092,-2118]]},{type:"Polygon",id:17031,arcs:[[-2116,2233,2234,2235,2236,2237,2238,-2111]]},{type:"Polygon",id:17037,arcs:[[2239,2240,2241,2242,-2225,-2115,-2113]]},{type:"Polygon",id:17089,arcs:[[-2239,2243,2244,-2240,-2112]]},{type:"Polygon",id:31075,arcs:[[2245,2246,2247,-1864,-1881]]},{type:"Polygon",id:25005,arcs:[[2248,2249,2250,2251,2252,-2168,-2177]]},{type:"Polygon",id:31091,arcs:[[2253,2254,2255,-2246,-1880]]},{type:"Polygon",id:31039,arcs:[[-2193,2256,2257,2258,2259,-2164]]},{type:"Polygon",id:31119,arcs:[[2260,2261,2262,-2127,-2123]]},{type:"Polygon",id:31167,arcs:[[-2260,2263,2264,-2261,-2165]]},{type:"Polygon",id:31171,arcs:[[2265,2266,2267,-2254,-1879]]},{type:"Polygon",id:31183,arcs:[[2268,2269,2270,2271,-1924,-2129]]},{type:"Polygon",id:31009,arcs:[[-1878,-1956,2272,2273,2274,-2266]]},{type:"Polygon",id:31115,arcs:[[2275,2276,-2273,-1955,-1969,-1926]]},{type:"Polygon",id:31071,arcs:[[-2272,2277,2278,-2276,-1925]]},{type:"Polygon",id:26091,arcs:[[2279,2280,2281,2282,-2143,-2131]]},{type:"Polygon",id:36027,arcs:[[-1999,2283,2284,2285,2286,-2231,-2099]]},{type:"Polygon",id:25001,arcs:[[-2175,2287]]},{type:"Polygon",id:26023,arcs:[[2288,2289,2290,2291,-2147]]},{type:"Polygon",id:26059,arcs:[[-2283,2292,2293,2294,-2289,-2146,-2144]]},{type:"Polygon",id:26149,arcs:[[-2292,2295,2296,2297,-2153]]},{type:"Polygon",id:26027,arcs:[[-2298,2298,2299,-2202,-2150]]},{type:"Polygon",id:9005,arcs:[[-2172,2300,2301,2302,-2284,-1998]]},{type:"Polygon",id:31021,arcs:[[2303,2304,2305,-2257,-2192,-2208]]},{type:"Polygon",id:9003,arcs:[[2306,2307,2308,2309,-2301,-2171]]},{type:"Polygon",id:9013,arcs:[[-2018,2310,2311,-2307,-2170]]},{type:"Polygon",id:19045,arcs:[[-2230,2312,2313,2314,2315,2316,-2187,-2161]]},{type:"Polygon",id:9015,arcs:[[2317,2318,2319,-2311,-2017]]},{type:"Polygon",id:44007,arcs:[[-2253,2320,2321,2322,-2318,-2016,-2169]]},{type:"Polygon",id:36105,arcs:[[2323,2324,2325,-2093,-2233]]},{type:"Polygon",id:6093,arcs:[[-1601,2326,2327,2328,2329,2330,-1974,-1882]]},{type:"Polygon",id:31069,arcs:[[-2248,2331,2332,2333,2334,2335,-1865]]},{type:"Polygon",id:31123,arcs:[[-2336,2336,2337,2338,-2125,-1866]]},{type:"Polygon",id:49005,arcs:[[2339,2340,2341,-2108,-2142]]},{type:"Polygon",id:31157,arcs:[[-2339,2342,-2047,-1861,-2126]]},{type:"Polygon",id:49033,arcs:[[-1732,2343,2344,2345,2346,-2340,-2053]]},{type:"Polygon",id:42015,arcs:[[-2189,-2158,2347,2348,2349,2350,2351]]},{type:"Polygon",id:42117,arcs:[[-2190,-2352,2352,2353,-2057]]},{type:"Polygon",id:49003,arcs:[[2354,2355,2356,-2022,-2109,-2342]]},{type:"Polygon",id:32013,arcs:[[2357,2358,2359,-1428,-1264,-1582,2360]]},{type:"Polygon",id:32007,arcs:[[-2023,-2357,2361,2362,2363,2364,-2361,-1581,-1897]]},{type:"Polygon",id:42083,arcs:[[-2090,2365,2366,2367,2368,-2086]]},{type:"Polygon",id:42105,arcs:[[-2058,-2354,2369,2370,2371,-2366,-2089]]},{type:"Polygon",id:6015,arcs:[[-2331,2372,2373,-1893,-1975]]},{type:"Polygon",id:42127,arcs:[[-2094,-2326,2374,2375,2376,2377,-2154]]},{type:"Polygon",id:42115,arcs:[[2378,2379,-2348,-2157,-2155,-2378]]},{type:"Polygon",id:42123,arcs:[[-2369,2380,2381,2382,-2198,-2061,-2087]]},{type:"Polygon",id:6049,arcs:[[-1604,2383,2384,2385,-2327,-1600]]},{type:"Polygon",id:32031,arcs:[[2386,2387,2388,2389,2390,2391,2392,2393,2394,-2384,-1603,-1429,-2360]]},{type:"Polygon",id:17043,arcs:[[2395,2396,-2244,-2238]]},{type:"Polygon",id:39007,arcs:[[2397,2398,2399,2400,2401,-2200]]},{type:"Polygon",id:19031,arcs:[[-2188,-2317,2402,2403,2404,-2183]]},{type:"Polygon",id:17195,arcs:[[-2227,2405,2406,2407,2408,-2313,-2229]]},{type:"Polygon",id:31011,arcs:[[-2263,2409,2410,2411,-2269,-2128]]},{type:"Polygon",id:17103,arcs:[[-2243,2412,2413,-2406,-2226]]},{type:"Polygon",id:19085,arcs:[[-2216,2414,2415,2416,-2304,-2207]]},{type:"Polygon",id:19095,arcs:[[2417,2418,2419,2420,-2180]]},{type:"Polygon",id:19049,arcs:[[2421,2422,2423,-2221,-2219]]},{type:"Polygon",id:19165,arcs:[[2424,2425,2426,-2415,-2215]]},{type:"Polygon",id:19009,arcs:[[2427,2428,-2425,-2213]]},{type:"Polygon",id:19157,arcs:[[-2421,2429,2430,2431,-2185]]},{type:"Polygon",id:19153,arcs:[[-2224,2432,2433,2434,-2422,-2218]]},{type:"Polygon",id:19099,arcs:[[-2209,-2432,2435,2436,-2433,-2223]]},{type:"Polygon",id:19077,arcs:[[-2424,2437,-2428,-2212,-2222]]},{type:"Polygon",id:19103,arcs:[[-2405,2438,2439,2440,-2418,-2184]]},{type:"Polygon",id:39085,arcs:[[2441,2442,2443,-2401]]},{type:"Polygon",id:42039,arcs:[[-2383,2444,2445,2446,-2398,-2199]]},{type:"Polygon",id:17161,arcs:[[2447,2448,2449,2450,2451,-2314,-2409]]},{type:"Polygon",id:44001,arcs:[[2452,-2321,-2252]]},{type:"Polygon",id:19163,arcs:[[-2452,2453,-2403,-2316,-2315]]},{type:"Polygon",id:44003,arcs:[[2454,2455,2456,-2319,-2323]]},{type:"Polygon",id:18039,arcs:[[2457,2458,2459,2460,2461,-2299,-2297]]},{type:"Polygon",id:18141,arcs:[[2462,2463,2464,-2203,-2300,-2462]]},{type:"Polygon",id:18091,arcs:[[2465,2466,2467,-2204,-2465]]},{type:"Polygon",id:18151,arcs:[[2468,2469,-2290,-2295,2470]]},{type:"Polygon",id:18087,arcs:[[2471,-2458,-2296,-2291,-2470]]},{type:"Polygon",id:31037,arcs:[[-2259,2472,2473,2474,-2264]]},{type:"Polygon",id:31141,arcs:[[-2475,2475,2476,2477,2478,-2410,-2262,-2265]]},{type:"Polygon",id:31053,arcs:[[-2306,2479,2480,2481,2482,-2473,-2258]]},{type:"Polygon",id:31117,arcs:[[-2268,2483,2484,2485,2486,-2255]]},{type:"Polygon",id:31005,arcs:[[-2487,2487,-2332,-2247,-2256]]},{type:"Polygon",id:31077,arcs:[[2488,2489,2490,2491,-2270,-2412]]},{type:"Polygon",id:31041,arcs:[[-2279,2492,2493,2494,2495,2496,2497,-2274,-2277]]},{type:"Polygon",id:31113,arcs:[[-2275,-2498,2498,-2484,-2267]]},{type:"Polygon",id:31175,arcs:[[-2271,-2492,2499,-2493,-2278]]},{type:"Polygon",id:39095,arcs:[[2500,2501,2502,2503,-2281,2504,2505,2506,2507,2508,2509]]},{type:"Polygon",id:17197,arcs:[[-2237,2510,2511,2512,2513,-2396]]},{type:"Polygon",id:39123,arcs:[[2514,2515,2516,2517,2518,-2501]]},{type:"Polygon",id:17093,arcs:[[-2514,2519,2520,-2241,-2245,-2397]]},{type:"Polygon",id:39051,arcs:[[2521,2522,-2293,-2282,-2504]]},{type:"Polygon",id:39055,arcs:[[2523,2524,2525,-2442,-2400]]},{type:"Polygon",id:9011,arcs:[[-2457,2526,2527,2528,-2308,-2312,-2320]]},{type:"Polygon",id:18089,arcs:[[2529,2530,2531,2532,-2511,-2236,2533]]},{type:"Polygon",id:18127,arcs:[[2534,-2530,2535,-2467]]},{type:"Polygon",id:39171,arcs:[[2536,2537,2538,-2471,-2294,-2523]]},{type:"Polygon",id:31007,arcs:[[-2338,2539,2540,2541,-2048,-2343]]},{type:"Polygon",id:31177,arcs:[[-2417,2542,2543,-2480,-2305]]},{type:"MultiPolygon",id:44005,arcs:[[[2544]],[[2545,-2250]]]},{type:"Polygon",id:9001,arcs:[[2546,2547,2548,2549,-2285,-2303]]},{type:"Polygon",id:56021,arcs:[[-2049,-2542,2550,2551,2552,-2139,-2051]]},{type:"Polygon",id:44009,arcs:[[-2527,-2456,2553]]},{type:"Polygon",id:42131,arcs:[[-2380,2554,2555,2556,-2349]]},{type:"Polygon",id:9007,arcs:[[-2529,2557,2558,-2309]]},{type:"Polygon",id:9009,arcs:[[-2559,2559,2560,2561,-2547,-2302,-2310]]},{type:"Polygon",id:42069,arcs:[[-2377,2562,2563,-2555,-2379]]},{type:"Polygon",id:36071,arcs:[[-2287,2564,2565,2566,2567,2568,-2324,-2232]]},{type:"Polygon",id:17099,arcs:[[-2521,2569,2570,2571,2572,2573,2574,-2413,-2242]]},{type:"Polygon",id:39035,arcs:[[-2526,2575,2576,2577,2578,2579,-2443]]},{type:"Polygon",id:42047,arcs:[[2580,2581,2582,2583,-2368]]},{type:"Polygon",id:42053,arcs:[[-2584,2584,2585,2586,-2381]]},{type:"Polygon",id:42121,arcs:[[2587,2588,2589,-2445,-2382,-2587]]},{type:"Polygon",id:39043,arcs:[[2590,2591,2592,2593,2594,2595]]},{type:"Polygon",id:39173,arcs:[[-2519,2596,2597,2598,2599,-2502]]},{type:"Polygon",id:42023,arcs:[[-2372,2600,2601,-2581,-2367]]},{type:"Polygon",id:42103,arcs:[[-2569,2602,2603,-2375,-2325]]},{type:"Polygon",id:19139,arcs:[[-2404,-2454,-2451,2604,-2439]]},{type:"Polygon",id:42081,arcs:[[2605,2606,2607,2608,2609,2610,-2370,-2353,-2351]]},{type:"Polygon",id:42113,arcs:[[-2606,-2350,-2557,2611,2612]]},{type:"Polygon",id:17011,arcs:[[-2575,2613,2614,2615,2616,-2407,-2414]]},{type:"Polygon",id:17073,arcs:[[-2617,2617,2618,2619,-2448,-2408]]},{type:"Polygon",id:56041,arcs:[[-2197,2620,-2344,-1731]]},{type:"Polygon",id:18033,arcs:[[2621,2622,2623,-2469,-2539]]},{type:"Polygon",id:18113,arcs:[[-2624,2624,2625,2626,-2459,-2472]]},{type:"Polygon",id:31125,arcs:[[2627,2628,-2489,-2411,-2479]]},{type:"Polygon",id:36079,arcs:[[2629,2630,-2565,-2286,-2550,2631]]},{type:"Polygon",id:25007,arcs:[[2632]]},{type:"Polygon",id:39093,arcs:[[-2579,2633,2634,2635,-2591,2636]]},{type:"Polygon",id:19183,arcs:[[2637,2638,2639,2640,-2419,-2441]]},{type:"Polygon",id:19181,arcs:[[2641,2642,2643,2644,-2435]]},{type:"Polygon",id:19107,arcs:[[-2641,2645,2646,2647,-2430,-2420]]},{type:"Polygon",id:19121,arcs:[[2648,2649,2650,-2423,-2645]]},{type:"Polygon",id:19123,arcs:[[-2648,2651,2652,2653,-2436,-2431]]},{type:"Polygon",id:19125,arcs:[[-2654,2654,2655,-2642,-2434,-2437]]},{type:"Polygon",id:19155,arcs:[[-2427,2656,2657,2658,2659,2660,-2543,-2416]]},{type:"Polygon",id:19029,arcs:[[-2429,2661,2662,2663,-2657,-2426]]},{type:"Polygon",id:19001,arcs:[[-2438,-2651,2664,2665,-2662]]},{type:"Polygon",id:39155,arcs:[[-2447,2666,2667,2668,-2524,-2399]]},{type:"Polygon",id:39143,arcs:[[2669,-2593,2670,2671,-2597,-2518]]},{type:"Polygon",id:42085,arcs:[[-2590,2672,2673,2674,-2667,-2446]]},{type:"Polygon",id:39069,arcs:[[-2503,-2600,2675,2676,-2537,-2522]]},{type:"Polygon",id:18099,arcs:[[-2461,2677,2678,2679,-2463]]},{type:"Polygon",id:42035,arcs:[[-2611,2680,2681,2682,-2601,-2371]]},{type:"Polygon",id:6023,arcs:[[-2330,2683,2684,2685,-2373]]},{type:"Polygon",id:17063,arcs:[[2686,2687,-2570,-2520,-2513]]},{type:"Polygon",id:31023,arcs:[[-2483,2688,2689,2690,2691,-2476,-2474]]},{type:"Polygon",id:31155,arcs:[[2692,2693,2694,2695,-2689,-2482]]},{type:"Polygon",id:18085,arcs:[[-2627,2696,2697,2698,-2678,-2460]]},{type:"Polygon",id:31033,arcs:[[-2335,2699,2700,2701,2702,-2540,-2337]]},{type:"Polygon",id:42031,arcs:[[2703,2704,2705,-2588,-2586]]},{type:"Polygon",id:49057,arcs:[[-2341,-2347,2706,2707,-2355]]},{type:"Polygon",id:18149,arcs:[[-2680,2708,2709,-2466,-2464]]},{type:"Polygon",id:42079,arcs:[[2710,2711,2712,2713,-2612,-2556,-2564]]},{type:"Polygon",id:39039,arcs:[[2714,2715,2716,-2622,-2538,-2677]]},{type:"Polygon",id:19115,arcs:[[-2605,-2450,2717,2718,2719,-2638,-2440]]},{type:"Polygon",id:31101,arcs:[[2720,2721,2722,-2333,-2488,-2486]]},{type:"Polygon",id:31111,arcs:[[-2499,-2497,2723,2724,2725,2726,-2721,-2485]]},{type:"Polygon",id:25019,arcs:[[2727]]},{type:"Polygon",id:31143,arcs:[[2728,2729,2730,-2477,-2692]]},{type:"Polygon",id:31105,arcs:[[-2703,2731,2732,-2551,-2541]]},{type:"Polygon",id:31121,arcs:[[-2731,2733,2734,2735,-2628,-2478]]},{type:"Polygon",id:31093,arcs:[[-2629,-2736,2736,2737,2738,-2490]]},{type:"Polygon",id:31163,arcs:[[-2491,-2739,2739,-2494,-2500]]},{type:"Polygon",id:31055,arcs:[[-2544,-2661,2740,-2693,-2481]]},{type:"Polygon",id:49029,arcs:[[2741,2742,2743,-2707,-2346]]},{type:"Polygon",id:42065,arcs:[[2744,2745,2746,-2704,-2585,-2583]]},{type:"Polygon",id:6105,arcs:[[2747,2748,2749,-2684,-2329]]},{type:"Polygon",id:36119,arcs:[[2750,2751,-2632,-2549,2752]]},{type:"Polygon",id:34037,arcs:[[2753,2754,2755,2756,-2603,-2568]]},{type:"Polygon",id:39153,arcs:[[2757,2758,2759,2760,-2577]]},{type:"Polygon",id:39133,arcs:[[-2669,2761,2762,-2758,-2576,-2525]]},{type:"Polygon",id:17131,arcs:[[-2620,2763,2764,2765,2766,-2718,-2449]]},{type:"Polygon",id:17155,arcs:[[-2574,2767,-2614]]},{type:"Polygon",id:36087,arcs:[[2768,2769,-2566,-2631,2770]]},{type:"Polygon",id:42037,arcs:[[2771,2772,2773,-2607,-2613,-2714]]},{type:"Polygon",id:17091,arcs:[[-2533,2774,2775,2776,2777,-2687,-2512]]},{type:"Polygon",id:18183,arcs:[[2778,2779,2780,-2697,-2626]]},{type:"MultiPolygon",id:36103,arcs:[[[2781,2782]]]},{type:"Polygon",id:39077,arcs:[[-2636,2783,2784,2785,2786,-2671,-2592]]},{type:"Polygon",id:18073,arcs:[[-2710,2787,2788,2789,2790,-2531,-2535]]},{type:"Polygon",id:39103,arcs:[[-2761,2791,2792,-2634,-2578]]},{type:"Polygon",id:18003,arcs:[[2793,2794,2795,2796,2797,-2779,-2625,-2623,-2717]]},{type:"Polygon",id:39147,arcs:[[-2787,2798,2799,2800,-2598,-2672]]},{type:"Polygon",id:42033,arcs:[[2801,2802,2803,2804,-2745,-2582,-2602,-2683]]},{type:"Polygon",id:49043,arcs:[[-2621,-2196,2805,2806,2807,2808,-2742,-2345]]},{type:"Polygon",id:42027,arcs:[[2809,2810,2811,2812,-2802,-2682]]},{type:"Polygon",id:42089,arcs:[[-2757,2813,2814,2815,-2711,-2563,-2376,-2604]]},{type:"Polygon",id:39125,arcs:[[2816,2817,-2794,-2716]]},{type:"Polygon",id:17175,arcs:[[-2616,2818,2819,2820,-2618]]},{type:"Polygon",id:31049,arcs:[[-2723,2821,2822,-2700,-2334]]},{type:"Polygon",id:18111,arcs:[[2823,2824,-2775,-2532,-2791]]},{type:"Polygon",id:34031,arcs:[[2825,2826,-2754,-2567,-2770,2827]]},{type:"Polygon",id:31153,arcs:[[-2660,2828,2829,-2694,-2741]]},{type:"Polygon",id:6035,arcs:[[-2395,2830,2831,2832,-2385]]},{type:"Polygon",id:6089,arcs:[[-2386,-2833,2833,2834,-2748,-2328]]},{type:"Polygon",id:42097,arcs:[[2835,-2773,2836,2837,2838,2839,2840,-2609]]},{type:"Polygon",id:18049,arcs:[[2841,2842,2843,2844,-2679,-2699]]},{type:"Polygon",id:31081,arcs:[[2845,2846,2847,2848,-2734,-2730]]},{type:"Polygon",id:18131,arcs:[[-2845,2849,2850,-2788,-2709]]},{type:"Polygon",id:42093,arcs:[[-2774,-2836,-2608]]},{type:"Polygon",id:42019,arcs:[[-2706,2851,2852,2853,2854,-2673,-2589]]},{type:"Polygon",id:42005,arcs:[[-2747,2855,2856,2857,-2852,-2705]]},{type:"Polygon",id:39063,arcs:[[-2801,2858,2859,2860,2861,-2599]]},{type:"Polygon",id:39137,arcs:[[-2862,2862,2863,-2817,-2715,-2676]]},{type:"Polygon",id:19101,arcs:[[-2640,2864,2865,2866,-2646]]},{type:"Polygon",id:19087,arcs:[[-2720,2867,2868,2869,-2865,-2639]]},{type:"Polygon",id:19179,arcs:[[-2867,2870,2871,-2652,-2647]]},{type:"Polygon",id:19039,arcs:[[2872,2873,2874,-2649,-2644]]},{type:"Polygon",id:19117,arcs:[[-2656,2875,2876,-2873,-2643]]},{type:"Polygon",id:19135,arcs:[[-2872,2877,-2876,-2655,-2653]]},{type:"Polygon",id:19129,arcs:[[2878,2879,2880,-2829,-2659]]},{type:"Polygon",id:19137,arcs:[[-2664,2881,2882,-2879,-2658]]},{type:"Polygon",id:19003,arcs:[[-2666,2883,2884,-2882,-2663]]},{type:"Polygon",id:19175,arcs:[[-2650,-2875,2885,-2884,-2665]]},{type:"Polygon",id:49011,arcs:[[-2744,2886,2887,-2708]]},{type:"Polygon",id:17095,arcs:[[-2821,2888,2889,2890,-2764,-2619]]},{type:"Polygon",id:42119,arcs:[[2891,2892,-2810,-2681,-2610,-2841]]},{type:"Polygon",id:17123,arcs:[[-2768,-2573,2893,2894,-2819,-2615]]},{type:"Polygon",id:34003,arcs:[[2895,2896,-2828,-2769,2897]]},{type:"Polygon",id:39099,arcs:[[-2675,2898,2899,2900,-2762,-2668]]},{type:"Polygon",id:42025,arcs:[[-2816,2901,2902,2903,-2712]]},{type:"Polygon",id:42073,arcs:[[-2855,2904,2905,-2899,-2674]]},{type:"Polygon",id:17105,arcs:[[-2778,2906,2907,2908,-2571,-2688]]},{type:"Polygon",id:34041,arcs:[[2909,2910,2911,2912,-2814,-2756]]},{type:"Polygon",id:34027,arcs:[[2913,2914,2915,2916,-2910,-2755,-2827]]},{type:"Polygon",id:49045,arcs:[[2917,2918,2919,2920,-2362,-2356,-2888]]},{type:"Polygon",id:19057,arcs:[[-2767,2921,2922,2923,-2868,-2719]]},{type:"Polygon",id:17071,arcs:[[2924,2925,2926,2927,-2922,-2766]]},{type:"Polygon",id:17187,arcs:[[-2891,2928,2929,-2925,-2765]]},{type:"Polygon",id:39005,arcs:[[-2793,2930,2931,2932,2933,-2784,-2635]]},{type:"Polygon",id:31025,arcs:[[-2881,2934,2935,2936,-2695,-2830]]},{type:"Polygon",id:31185,arcs:[[2937,2938,2939,-2846,-2729]]},{type:"Polygon",id:31079,arcs:[[-2735,-2849,2940,2941,-2737]]},{type:"Polygon",id:31047,arcs:[[2942,2943,2944,2945,-2724,-2496]]},{type:"Polygon",id:31019,arcs:[[-2738,-2942,2946,2947,2948,-2943,-2495,-2740]]},{type:"Polygon",id:31159,arcs:[[2949,2950,-2938,-2691]]},{type:"Polygon",id:31109,arcs:[[-2937,2951,2952,2953,-2950,-2690,-2696]]},{type:"Polygon",id:18169,arcs:[[-2781,2954,2955,2956,-2842,-2698]]},{type:"Polygon",id:17075,arcs:[[-2825,2957,2958,2959,-2776]]},{type:"Polygon",id:18069,arcs:[[-2798,2960,2961,-2955,-2780]]},{type:"Polygon",id:8123,arcs:[[2962,2963,2964,2965,2966,-2552,-2733,2967]]},{type:"Polygon",id:31135,arcs:[[-2727,2968,2969,2970,2971,-2822,-2722]]},{type:"Polygon",id:8107,arcs:[[2972,2973,2974,2975,2976,-2136,2977]]},{type:"Polygon",id:8057,arcs:[[2978,-2978,-2135,-2141,2979]]},{type:"Polygon",id:8081,arcs:[[-2977,2980,2981,2982,-2194,-2137]]},{type:"Polygon",id:8075,arcs:[[2983,2984,2985,-2968,-2732,-2702,2986,2987]]},{type:"Polygon",id:8115,arcs:[[2988,-2987,-2701,-2823,-2972]]},{type:"Polygon",id:49009,arcs:[[2989,2990,-2806,-2195,-2983]]},{type:"Polygon",id:32011,arcs:[[2991,2992,2993,-2364]]},{type:"Polygon",id:32015,arcs:[[-2994,2994,2995,2996,-2358,-2365]]},{type:"Polygon",id:8069,arcs:[[2997,2998,-2980,-2140,-2553,-2967]]},{type:"Polygon",id:18103,arcs:[[-2957,2999,3e3,3001,-2843]]},{type:"Polygon",id:39033,arcs:[[3002,3003,3004,3005,-2799,-2786]]},{type:"Polygon",id:17053,arcs:[[3006,3007,3008,-2907,-2777,-2960]]},{type:"Polygon",id:39139,arcs:[[-2934,3009,3010,-3003,-2785]]},{type:"Polygon",id:39175,arcs:[[-3006,3011,3012,-2859,-2800]]},{type:"Polygon",id:39169,arcs:[[-2760,3013,3014,-2931,-2792]]},{type:"Polygon",id:39161,arcs:[[-2864,3015,3016,3017,3018,-2795,-2818]]},{type:"Polygon",id:39151,arcs:[[-2901,3019,3020,3021,3022,-3014,-2759,-2763]]},{type:"Polygon",id:17143,arcs:[[-2895,3023,3024,3025,-2889,-2820]]},{type:"Polygon",id:42095,arcs:[[3026,3027,-2902,-2815,-2913]]},{type:"Polygon",id:32027,arcs:[[-2997,3028,-2387,-2359]]},{type:"Polygon",id:42107,arcs:[[-2904,3029,3030,3031,3032,-2837,-2772,-2713]]},{type:"Polygon",id:39029,arcs:[[-2906,3033,3034,3035,3036,-3020,-2900]]},{type:"Polygon",id:17203,arcs:[[3037,3038,-3024,-2894,-2572,-2909]]},{type:"Polygon",id:18001,arcs:[[3039,3040,3041,-2796,-3019]]},{type:"Polygon",id:39003,arcs:[[-2861,3042,3043,-3016,-2863]]},{type:"Polygon",id:49035,arcs:[[-2743,-2809,3044,3045,-2918,-2887]]},{type:"Polygon",id:36005,arcs:[[3046,3047,3048,-2751]]},{type:"Polygon",id:18179,arcs:[[-3042,3049,3050,3051,-2961,-2797]]},{type:"Polygon",id:36059,arcs:[[-2782,3052,3053,3054,3055,3056]]},{type:"Polygon",id:18181,arcs:[[3057,3058,3059,3060,-2789,-2851]]},{type:"Polygon",id:18017,arcs:[[-2844,-3002,3061,3062,-3058,-2850]]},{type:"Polygon",id:42063,arcs:[[-2805,3063,3064,-2856,-2746]]},{type:"Polygon",id:34013,arcs:[[-2826,-2897,3065,3066,3067,-2914]]},{type:"Polygon",id:19071,arcs:[[3068,3069,3070,-2935,-2880]]},{type:"Polygon",id:19145,arcs:[[3071,3072,3073,-3069,-2883]]},{type:"Polygon",id:19173,arcs:[[3074,3075,3076,-3072,-2885]]},{type:"Polygon",id:19177,arcs:[[-2870,3077,3078,3079,3080,-2866]]},{type:"Polygon",id:19051,arcs:[[-3081,3081,3082,3083,-2871]]},{type:"Polygon",id:19159,arcs:[[3084,3085,3086,-3075,-2886]]},{type:"Polygon",id:19053,arcs:[[3087,3088,3089,-3085,-2874]]},{type:"Polygon",id:19185,arcs:[[3090,3091,3092,-3088,-2877]]},{type:"Polygon",id:19007,arcs:[[-3084,3093,3094,-3091,-2878]]},{type:"Polygon",id:42109,arcs:[[-2840,3095,3096,-2892]]},{type:"Polygon",id:36061,arcs:[[3097,-3048]]},{type:"Polygon",id:49047,arcs:[[-2982,3098,3099,3100,3101,3102,3103,-2990]]},{type:"Polygon",id:42007,arcs:[[-2854,3104,3105,3106,-3034,-2905]]},{type:"Polygon",id:42087,arcs:[[3107,-2811,-2893,-3097,3108]]},{type:"Polygon",id:49013,arcs:[[-2991,-3104,3109,3110,3111,-2807]]},{type:"Polygon",id:39065,arcs:[[-3013,3112,3113,3114,3115,-3043,-2860]]},{type:"Polygon",id:34017,arcs:[[3116,-3066,-2896]]},{type:"Polygon",id:19111,arcs:[[-2924,-2923,-2928,3117,3118,-3078,-2869]]},{type:"Polygon",id:36081,arcs:[[-3056,3119,3120,3121]]},{type:"Polygon",id:34019,arcs:[[3122,3123,3124,-2911,-2917]]},{type:"Polygon",id:42077,arcs:[[3125,3126,3127,-3030,-2903,-3028]]},{type:"Polygon",id:31131,arcs:[[-3071,3128,3129,3130,-2952,-2936]]},{type:"Polygon",id:34035,arcs:[[3131,3132,3133,-3123,-2916]]},{type:"Polygon",id:17113,arcs:[[-3009,3134,3135,3136,3137,3138,-3038,-2908]]},{type:"Polygon",id:8095,arcs:[[-2971,3139,3140,-2988,-2989]]},{type:"Polygon",id:17179,arcs:[[-3139,3141,3142,3143,-3025,-3039]]},{type:"Polygon",id:42061,arcs:[[-3108,3144,3145,3146,3147,3148,3149,-2812]]},{type:"Polygon",id:42013,arcs:[[-3149,3150,3151,-2803,-2813,-3150]]},{type:"Polygon",id:36047,arcs:[[3152,-3121]]},{type:"Polygon",id:18007,arcs:[[-2790,-3061,3153,3154,3155,-2958,-2824]]},{type:"Polygon",id:34039,arcs:[[3156,3157,-3132,-2915,-3068]]},{type:"Polygon",id:18015,arcs:[[-3063,3158,3159,3160,-3059]]},{type:"Polygon",id:39019,arcs:[[-3037,3161,3162,3163,-3021]]},{type:"Polygon",id:39107,arcs:[[3164,3165,3166,3167,-3040,-3018]]},{type:"Polygon",id:42021,arcs:[[-3152,3168,3169,3170,-3064,-2804]]},{type:"Polygon",id:17057,arcs:[[-3026,-3144,3171,3172,3173,-2929,-2890]]},{type:"Polygon",id:39117,arcs:[[-3011,3174,3175,3176,-3004]]},{type:"Polygon",id:39101,arcs:[[-3177,3177,3178,-3113,-3012,-3005]]},{type:"Polygon",id:31063,arcs:[[-2946,3179,3180,3181,3182,3183,-2725]]},{type:"Polygon",id:31001,arcs:[[-2848,3184,3185,3186,-2947,-2941]]},{type:"Polygon",id:31073,arcs:[[3187,3188,-3180,-2945]]},{type:"Polygon",id:31085,arcs:[[-3184,3189,3190,3191,-2969,-2726]]},{type:"Polygon",id:31029,arcs:[[-3192,3192,3193,-3140,-2970]]},{type:"Polygon",id:31059,arcs:[[3194,3195,3196,3197,-2939]]},{type:"Polygon",id:31151,arcs:[[-2951,-2954,3198,3199,-3195]]},{type:"Polygon",id:31035,arcs:[[-3198,3200,3201,-3185,-2847,-2940]]},{type:"Polygon",id:42067,arcs:[[-2839,3202,3203,-3145,-3109,-3096]]},{type:"Polygon",id:49051,arcs:[[-3112,3204,-3045,-2808]]},{type:"Polygon",id:31099,arcs:[[3205,3206,3207,-2948,-3187]]},{type:"Polygon",id:39011,arcs:[[-3116,3208,3209,-3165,-3017,-3044]]},{type:"Polygon",id:31137,arcs:[[-2949,-3208,3210,3211,-3188,-2944]]},{type:"Polygon",id:42129,arcs:[[-3065,-3171,3212,3213,3214,3215,-2857]]},{type:"Polygon",id:42011,arcs:[[3216,3217,3218,3219,-3031,-3128]]},{type:"Polygon",id:42003,arcs:[[-2858,-3216,3220,-3105,-2853]]},{type:"Polygon",id:39075,arcs:[[-3023,3221,3222,3223,-2932,-3015]]},{type:"Polygon",id:39157,arcs:[[-3164,3224,3225,3226,-3222,-3022]]},{type:"Polygon",id:42043,arcs:[[-3033,3227,3228,3229,3230,3231,-2838]]},{type:"Polygon",id:18053,arcs:[[-3052,3232,3233,3234,3235,3236,-3e3,-2956,-2962]]},{type:"Polygon",id:36085,arcs:[[3237]]},{type:"Polygon",id:17067,arcs:[[3238,3239,3240,3241,3242,-3118,-2927]]},{type:"Polygon",id:54029,arcs:[[3243,3244,3245,-3035,-3107]]},{type:"Polygon",id:17109,arcs:[[-3174,3246,-3239,-2926,-2930]]},{type:"Polygon",id:42099,arcs:[[3247,3248,-3203,-3232]]},{type:"Polygon",id:29045,arcs:[[-3243,3249,3250,3251,-3079,-3119]]},{type:"Polygon",id:42017,arcs:[[3252,3253,3254,3255,-3126,-3027,-2912,-3125]]},{type:"Polygon",id:34023,arcs:[[3256,3257,3258,-3133,-3158]]},{type:"Polygon",id:29199,arcs:[[-3252,3259,3260,3261,-3082,-3080]]},{type:"Polygon",id:39081,arcs:[[-3246,3262,3263,3264,3265,-3162,-3036]]},{type:"Polygon",id:29197,arcs:[[3266,3267,-3094,-3083,-3262]]},{type:"Polygon",id:29171,arcs:[[-3268,3268,3269,3270,-3092,-3095]]},{type:"Polygon",id:29005,arcs:[[-3074,3271,3272,3273,-3129,-3070]]},{type:"Polygon",id:29129,arcs:[[-3271,3274,3275,3276,-3089,-3093]]},{type:"Polygon",id:29147,arcs:[[-3077,3277,3278,3279,3280,-3272,-3073]]},{type:"Polygon",id:49049,arcs:[[-3111,3281,3282,3283,-2919,-3046,-3205]]},{type:"Polygon",id:29081,arcs:[[-3277,3284,3285,3286,3287,-3086,-3090]]},{type:"Polygon",id:39083,arcs:[[3288,3289,3290,-3175,-3010,-2933,-3224]]},{type:"Polygon",id:18075,arcs:[[-3168,3291,3292,3293,3294,-3050,-3041]]},{type:"Polygon",id:29227,arcs:[[-3288,3295,-3278,-3076,-3087]]},{type:"Polygon",id:18009,arcs:[[-3295,3296,-3233,-3051]]},{type:"Polygon",id:18067,arcs:[[3297,3298,-3159,-3062,-3001,-3237]]},{type:"Polygon",id:18157,arcs:[[-3161,3299,3300,3301,3302,-3154,-3060]]},{type:"Polygon",id:31127,arcs:[[3303,3304,3305,3306,-3130,-3274]]},{type:"Polygon",id:42075,arcs:[[-3228,-3032,-3220,3307]]},{type:"Polygon",id:39091,arcs:[[-3115,3308,3309,3310,-3209]]},{type:"Polygon",id:8087,arcs:[[-2986,3311,3312,-2963]]},{type:"Polygon",id:31067,arcs:[[3313,3314,3315,3316,3317,-3199,-2953]]},{type:"Polygon",id:31097,arcs:[[-3307,3318,-3314,-3131]]},{type:"Polygon",id:39159,arcs:[[3319,3320,3321,-3309,-3114,-3179,3322]]},{type:"Polygon",id:17183,arcs:[[-3156,3323,3324,3325,3326,-3007,-2959]]},{type:"Polygon",id:8049,arcs:[[3327,3328,3329,3330,3331,-2973,-2979,-2999]]},{type:"Polygon",id:39149,arcs:[[-3311,3332,3333,3334,-3166,-3210]]},{type:"Polygon",id:42125,arcs:[[-3221,-3215,3335,3336,3337,3338,3339,-3244,-3106]]},{type:"Polygon",id:18171,arcs:[[-3303,3340,3341,-3324,-3155]]},{type:"Polygon",id:34025,arcs:[[3342,3343,3344,3345,-3258,3346]]},{type:"Polygon",id:39031,arcs:[[-3227,3347,3348,3349,-3289,-3223]]},{type:"Polygon",id:42091,arcs:[[3350,3351,3352,3353,-3217,-3127,-3256]]},{type:"Polygon",id:6103,arcs:[[3354,3355,3356,3357,-2749,-2835]]},{type:"Polygon",id:6063,arcs:[[-2832,3358,3359,3360,-3355,-2834]]},{type:"Polygon",id:39041,arcs:[[-3291,3361,3362,-3323,-3178,-3176]]},{type:"Polygon",id:8125,arcs:[[-3194,3363,3364,3365,3366,-2984,-3141]]},{type:"Polygon",id:8121,arcs:[[-3367,3367,3368,3369,3370,-3312,-2985]]},{type:"Polygon",id:17125,arcs:[[3371,3372,3373,3374,-3172,-3143]]},{type:"Polygon",id:39067,arcs:[[-3266,3375,3376,-3225,-3163]]},{type:"Polygon",id:18023,arcs:[[-3299,3377,3378,3379,3380,-3300,-3160]]},{type:"Polygon",id:34021,arcs:[[-3259,-3346,3381,-3253,-3124,-3134]]},{type:"Polygon",id:18159,arcs:[[-3236,3382,3383,-3378,-3298]]},{type:"Polygon",id:54009,arcs:[[-3340,3384,-3263,-3245]]},{type:"Polygon",id:17019,arcs:[[-3327,3385,3386,-3135,-3008]]},{type:"Polygon",id:29211,arcs:[[3387,3388,3389,-3275,-3270]]},{type:"Polygon",id:29075,arcs:[[-3287,3390,3391,3392,-3279,-3296]]},{type:"Polygon",id:18095,arcs:[[3393,3394,3395,3396,-3383,-3235]]},{type:"Polygon",id:18035,arcs:[[-3297,-3294,3397,3398,-3394,-3234]]},{type:"Polygon",id:18045,arcs:[[-3302,3399,3400,3401,-3341]]},{type:"Polygon",id:39037,arcs:[[-3335,3402,3403,3404,3405,3406,-3292,-3167]]},{type:"Polygon",id:31181,arcs:[[-3202,3407,3408,3409,3410,-3206,-3186]]},{type:"Polygon",id:31061,arcs:[[-3411,3411,3412,3413,-3207]]},{type:"Polygon",id:31129,arcs:[[-3197,3414,3415,3416,-3408,-3201]]},{type:"Polygon",id:31057,arcs:[[3417,3418,3419,-3364,-3193,-3191]]},{type:"Polygon",id:31065,arcs:[[-3212,3420,3421,3422,3423,-3181,-3189]]},{type:"Polygon",id:31169,arcs:[[3424,3425,-3415,-3196]]},{type:"Polygon",id:31095,arcs:[[-3200,-3318,3426,-3425]]},{type:"Polygon",id:31145,arcs:[[-3424,3427,3428,3429,-3182]]},{type:"Polygon",id:31087,arcs:[[-3183,-3430,3430,-3418,-3190]]},{type:"Polygon",id:31083,arcs:[[-3414,3431,3432,-3421,-3211]]},{type:"Polygon",id:29001,arcs:[[-3261,3433,3434,3435,-3388,-3269,-3267]]},{type:"Polygon",id:42041,arcs:[[3436,3437,3438,-3248,-3231]]},{type:"Polygon",id:17107,arcs:[[3439,3440,3441,3442,-3372,-3142,-3138]]},{type:"Polygon",id:42009,arcs:[[-3148,3443,3444,3445,-3169,-3151]]},{type:"Polygon",id:42071,arcs:[[3446,3447,3448,3449,-3229,-3308,-3219]]},{type:"Polygon",id:18135,arcs:[[-3407,3450,3451,-3398,-3293]]},{type:"Polygon",id:29103,arcs:[[-3251,3452,3453,3454,-3434,-3260]]},{type:"Polygon",id:42055,arcs:[[-3439,3455,3456,3457,3458,-3146,-3204,-3249]]},{type:"Polygon",id:42111,arcs:[[-3446,3459,3460,3461,-3213,-3170]]},{type:"Polygon",id:17039,arcs:[[3462,3463,-3440,-3137]]},{type:"Polygon",id:17169,arcs:[[-3173,-3375,3464,3465,3466,-3240,-3247]]},{type:"Polygon",id:17147,arcs:[[-3387,3467,3468,3469,-3463,-3136]]},{type:"Polygon",id:39089,arcs:[[-3350,3470,3471,3472,3473,-3362,-3290]]},{type:"Polygon",id:39021,arcs:[[-3322,3474,3475,3476,-3333,-3310]]},{type:"Polygon",id:29079,arcs:[[-3390,3477,3478,3479,-3285,-3276]]},{type:"Polygon",id:8013,arcs:[[-2966,3480,3481,3482,-3328,-2998]]},{type:"Polygon",id:31133,arcs:[[-3306,3483,3484,3485,-3315,-3319]]},{type:"Polygon",id:31147,arcs:[[3486,3487,3488,3489,-3484,-3305]]},{type:"Polygon",id:29087,arcs:[[-3281,3490,3491,-3487,-3304,-3273]]},{type:"Polygon",id:29111,arcs:[[-3242,3492,3493,3494,-3453,-3250]]},{type:"Polygon",id:42029,arcs:[[3495,3496,3497,-3447,-3218,-3354]]},{type:"Polygon",id:42133,arcs:[[-3450,3498,3499,3500,3501,-3437,-3230]]},{type:"Polygon",id:8103,arcs:[[3502,-3099,-2981,-2976]]},{type:"Polygon",id:39059,arcs:[[3503,3504,-3348,-3226,-3377,3505]]},{type:"Polygon",id:18057,arcs:[[3506,3507,3508,-3379,-3384,-3397]]},{type:"Polygon",id:18107,arcs:[[-3381,3509,3510,3511,3512,-3400,-3301]]},{type:"Polygon",id:17001,arcs:[[-3467,3513,3514,3515,-3493,-3241]]},{type:"Polygon",id:39109,arcs:[[-3477,3516,3517,-3403,-3334]]},{type:"Polygon",id:54069,arcs:[[-3339,3518,3519,-3264,-3385]]},{type:"Polygon",id:34005,arcs:[[-3345,3520,3521,3522,3523,3524,3525,-3254,-3382]]},{type:"Polygon",id:18011,arcs:[[-3509,3526,3527,-3510,-3380]]},{type:"Polygon",id:39013,arcs:[[-3265,-3520,3528,3529,3530,-3506,-3376]]},{type:"Polygon",id:34029,arcs:[[-3343,3531,-3521,-3344]] +},{type:"Polygon",id:39119,arcs:[[-3505,3532,3533,3534,-3471,-3349]]},{type:"Polygon",id:42057,arcs:[[-3459,3535,3536,-3444,-3147]]},{type:"Polygon",id:17129,arcs:[[-3443,3537,3538,-3373]]},{type:"Polygon",id:6007,arcs:[[3539,3540,3541,3542,-3356,-3361]]},{type:"Polygon",id:18165,arcs:[[-3402,3543,3544,3545,-3325,-3342]]},{type:"Polygon",id:42051,arcs:[[-3462,3546,3547,3548,3549,-3336,-3214]]},{type:"Polygon",id:39049,arcs:[[-3474,3550,3551,3552,-3320,-3363]]},{type:"Polygon",id:42101,arcs:[[-3526,3553,3554,-3352,-3351,-3255]]},{type:"Polygon",id:29061,arcs:[[-3286,-3480,3555,3556,3557,-3391]]},{type:"Polygon",id:29003,arcs:[[-3393,3558,3559,3560,-3491,-3280]]},{type:"Polygon",id:32033,arcs:[[-2921,3561,3562,3563,3564,-2992,-2363]]},{type:"Polygon",id:17017,arcs:[[-3374,-3539,3565,3566,3567,-3465]]},{type:"Polygon",id:39097,arcs:[[3568,3569,3570,3571,-3475,-3321,-3553]]},{type:"Polygon",id:17009,arcs:[[-3568,3572,3573,-3514,-3466]]},{type:"Polygon",id:8045,arcs:[[-2975,3574,3575,3576,3577,-3100,-3503]]},{type:"Polygon",id:18065,arcs:[[-3452,3578,3579,3580,3581,-3395,-3399]]},{type:"Polygon",id:42001,arcs:[[3582,3583,-3456,-3438,-3502]]},{type:"Polygon",id:42045,arcs:[[-3555,3584,3585,3586,3587,-3496,-3353]]},{type:"Polygon",id:17115,arcs:[[-3470,3588,3589,3590,3591,-3441,-3464]]},{type:"Polygon",id:8014,arcs:[[3592,3593,3594,-3481,-2965]]},{type:"Polygon",id:29121,arcs:[[-3455,3595,3596,3597,3598,3599,-3435]]},{type:"Polygon",id:39023,arcs:[[-3572,3600,3601,-3517,-3476]]},{type:"Polygon",id:29115,arcs:[[-3600,3602,3603,-3478,-3389,-3436]]},{type:"Polygon",id:29063,arcs:[[-3558,3604,3605,3606,-3559,-3392]]},{type:"Polygon",id:54051,arcs:[[3607,3608,-3529,-3519,-3338,3609]]},{type:"Polygon",id:42059,arcs:[[-3550,3610,3611,-3610,-3337]]},{type:"Polygon",id:49023,arcs:[[-3284,3612,3613,-3562,-2920]]},{type:"Polygon",id:18177,arcs:[[-3406,3614,3615,3616,-3579,-3451]]},{type:"Polygon",id:20023,arcs:[[3617,3618,3619,-3365,-3420]]},{type:"Polygon",id:20153,arcs:[[-3429,3620,3621,3622,-3618,-3419,-3431]]},{type:"Polygon",id:6045,arcs:[[-2750,-3358,3623,3624,3625,3626,-2685]]},{type:"Polygon",id:20089,arcs:[[3627,3628,3629,3630,3631,-3409,-3417]]},{type:"Polygon",id:20183,arcs:[[-3632,3632,3633,3634,-3412,-3410]]},{type:"Polygon",id:20157,arcs:[[3635,3636,-3628,-3416,-3426]]},{type:"Polygon",id:20201,arcs:[[-3317,3637,3638,3639,3640,-3636,-3427]]},{type:"Polygon",id:20039,arcs:[[-3423,3641,3642,3643,-3621,-3428]]},{type:"Polygon",id:32001,arcs:[[-2996,3644,3645,3646,-2388,-3029]]},{type:"Polygon",id:20137,arcs:[[3647,3648,3649,-3642,-3422,-3433]]},{type:"Polygon",id:20147,arcs:[[-3635,3650,3651,-3648,-3432,-3413]]},{type:"Polygon",id:20117,arcs:[[-3486,3652,3653,3654,-3638,-3316]]},{type:"Polygon",id:8001,arcs:[[-3371,3655,3656,3657,-3594,-3593,-2964,-3313]]},{type:"Polygon",id:20013,arcs:[[3658,3659,3660,3661,-3489]]},{type:"Polygon",id:20131,arcs:[[-3490,-3662,3662,3663,-3653,-3485]]},{type:"Polygon",id:20043,arcs:[[-3492,-3561,3664,3665,-3659,-3488]]},{type:"Polygon",id:34007,arcs:[[3666,3667,3668,-3524]]},{type:"Polygon",id:17167,arcs:[[-3592,3669,3670,3671,3672,-3566,-3538,-3442]]},{type:"Polygon",id:29117,arcs:[[3673,3674,3675,-3556,-3479,-3604]]},{type:"Polygon",id:29205,arcs:[[-3495,3676,3677,-3596,-3454]]},{type:"Polygon",id:18121,arcs:[[-3513,3678,3679,3680,-3544,-3401]]},{type:"Polygon",id:39121,arcs:[[-3531,3681,3682,3683,-3533,-3504]]},{type:"Polygon",id:29127,arcs:[[-3516,3684,3685,3686,-3677,-3494]]},{type:"Polygon",id:18059,arcs:[[-3582,3687,3688,3689,-3507,-3396]]},{type:"Polygon",id:39045,arcs:[[-3473,3690,3691,3692,-3551]]},{type:"Polygon",id:8047,arcs:[[3693,3694,-3329,-3483]]},{type:"Polygon",id:39127,arcs:[[3695,3696,3697,-3691,-3472,-3535]]},{type:"Polygon",id:18097,arcs:[[-3690,3698,3699,3700,3701,-3527,-3508]]},{type:"Polygon",id:8037,arcs:[[3702,3703,3704,-3575,-2974,-3332]]},{type:"Polygon",id:8117,arcs:[[3705,3706,3707,-3703,-3331]]},{type:"Polygon",id:18063,arcs:[[-3702,3708,3709,-3511,-3528]]},{type:"Polygon",id:39113,arcs:[[-3602,3710,3711,3712,3713,-3404,-3518]]},{type:"Polygon",id:39135,arcs:[[-3714,3714,3715,-3615,-3405]]},{type:"Polygon",id:8059,arcs:[[-3658,3716,3717,3718,3719,3720,3721,-3694,-3482,-3595]]},{type:"Polygon",id:8031,arcs:[[3722,-3717,-3657]]},{type:"Polygon",id:34015,arcs:[[3723,3724,3725,3726,-3668]]},{type:"Polygon",id:17045,arcs:[[3727,3728,3729,3730,-3326,-3546]]},{type:"Polygon",id:17041,arcs:[[-3731,3731,3732,-3468,-3386]]},{type:"Polygon",id:17137,arcs:[[-3673,3733,3734,3735,3736,-3573,-3567]]},{type:"Polygon",id:39111,arcs:[[-3609,3737,3738,3739,-3682,-3530]]},{type:"Polygon",id:18133,arcs:[[-3710,3740,3741,3742,-3679,-3512]]},{type:"Polygon",id:8019,arcs:[[-3722,3743,-3706,-3330,-3695]]},{type:"Polygon",id:39057,arcs:[[-3571,3744,3745,3746,-3711,-3601]]},{type:"Polygon",id:17149,arcs:[[-3737,3747,3748,3749,3750,3751,-3685,-3515,-3574]]},{type:"Polygon",id:10003,arcs:[[3752,3753,3754,3755,-3497,-3588,3756,-3586]]},{type:"Polygon",id:17021,arcs:[[-3591,3757,3758,-3670]]},{type:"Polygon",id:29021,arcs:[[-3607,3759,3760,3761,-3665,-3560]]},{type:"Polygon",id:49007,arcs:[[-3110,-3103,3762,3763,-3282]]},{type:"Polygon",id:49039,arcs:[[-3764,3764,3765,3766,-3613,-3283]]},{type:"Polygon",id:39129,arcs:[[-3693,3767,3768,3769,-3569,-3552]]},{type:"Polygon",id:6021,arcs:[[-3543,3770,3771,-3624,-3357]]},{type:"Polygon",id:17139,arcs:[[-3733,3772,3773,-3589,-3469]]},{type:"Polygon",id:18041,arcs:[[3774,3775,3776,-3580,-3617]]},{type:"Polygon",id:18139,arcs:[[-3777,3777,3778,3779,-3688,-3581]]},{type:"Polygon",id:17171,arcs:[[3780,-3748,-3736]]},{type:"Polygon",id:29025,arcs:[[-3676,3781,3782,3783,-3605,-3557]]},{type:"Polygon",id:34033,arcs:[[3784,3785,3786,3787,3788,3789,-3726]]},{type:"Polygon",id:6091,arcs:[[-2831,-2394,3790,3791,-3359]]},{type:"Polygon",id:39115,arcs:[[-3684,3792,3793,-3696,-3534]]},{type:"Polygon",id:29049,arcs:[[-3784,3794,3795,3796,-3760,-3606]]},{type:"Polygon",id:8005,arcs:[[-3370,3797,3798,3799,-3718,-3723,-3656]]},{type:"Polygon",id:32019,arcs:[[3800,3801,3802,3803,3804,-2389,-3647]]},{type:"Polygon",id:34001,arcs:[[3805,3806,3807,-3724,-3667,-3523]]},{type:"Polygon",id:18161,arcs:[[-3716,3808,3809,-3775,-3616]]},{type:"Polygon",id:24043,arcs:[[-3458,3810,3811,3812,3813,3814,3815,-3536]]},{type:"Polygon",id:24001,arcs:[[-3537,-3816,3816,3817,3818,3819,-3460,-3445]]},{type:"Polygon",id:24023,arcs:[[-3820,3820,3821,3822,-3547,-3461]]},{type:"Polygon",id:24015,arcs:[[-3756,3823,3824,3825,-3448,-3498]]},{type:"Polygon",id:54061,arcs:[[-3549,3826,3827,3828,3829,-3611]]},{type:"Polygon",id:54077,arcs:[[-3823,3830,3831,3832,3833,-3827,-3548]]},{type:"Polygon",id:24025,arcs:[[-3449,-3826,3834,3835,-3499]]},{type:"Polygon",id:54103,arcs:[[-3612,-3830,3836,3837,3838,3839,-3738,-3608]]},{type:"Polygon",id:24005,arcs:[[-3836,3840,3841,3842,3843,3844,-3500]]},{type:"Polygon",id:24013,arcs:[[-3845,3845,3846,-3583,-3501]]},{type:"Polygon",id:24021,arcs:[[-3847,3847,3848,3849,-3811,-3457,-3584]]},{type:"Polygon",id:39047,arcs:[[-3770,3850,3851,3852,-3745,-3570]]},{type:"Polygon",id:49015,arcs:[[-3102,3853,3854,3855,-3765,-3763]]},{type:"Polygon",id:29041,arcs:[[-3599,3856,3857,3858,3859,-3674,-3603]]},{type:"Polygon",id:18145,arcs:[[-3780,3860,3861,3862,-3699,-3689]]},{type:"Polygon",id:54065,arcs:[[3863,3864,3865,-3817,-3815]]},{type:"Polygon",id:29173,arcs:[[-3752,3866,3867,3868,-3686]]},{type:"Polygon",id:17029,arcs:[[-3730,3869,3870,3871,-3773,-3732]]},{type:"Polygon",id:29137,arcs:[[-3687,-3869,3872,3873,-3597,-3678]]},{type:"Polygon",id:39073,arcs:[[3874,3875,3876,-3768,-3692,-3698]]},{type:"Polygon",id:20029,arcs:[[-3641,3877,3878,3879,-3629,-3637]]},{type:"Polygon",id:20085,arcs:[[3880,3881,3882,3883,-3663,-3661]]},{type:"Polygon",id:20005,arcs:[[-3762,3884,3885,3886,-3881,-3660,-3666]]},{type:"Polygon",id:17173,arcs:[[-3774,-3872,3887,3888,3889,3890,-3758,-3590]]},{type:"Polygon",id:54057,arcs:[[3891,3892,-3821,-3819]]},{type:"Polygon",id:39167,arcs:[[-3740,3893,3894,3895,3896,-3793,-3683]]},{type:"Polygon",id:54049,arcs:[[-3829,3897,3898,-3837]]},{type:"Polygon",id:18081,arcs:[[-3863,3899,3900,3901,-3700]]},{type:"Polygon",id:6115,arcs:[[-3792,3902,3903,3904,-3540,-3360]]},{type:"Polygon",id:18109,arcs:[[-3902,3905,3906,3907,-3741,-3709,-3701]]},{type:"Polygon",id:32029,arcs:[[-2390,-3805]]},{type:"Polygon",id:54003,arcs:[[-3814,3908,3909,-3864]]},{type:"Polygon",id:29033,arcs:[[-3860,3910,3911,3912,-3782,-3675]]},{type:"Polygon",id:29175,arcs:[[-3874,3913,3914,3915,-3857,-3598]]},{type:"Polygon",id:18167,arcs:[[3916,3917,3918,-3728,-3545,-3681]]},{type:"Polygon",id:18021,arcs:[[-3743,3919,3920,3921,-3917,-3680]]},{type:"Polygon",id:54095,arcs:[[3922,3923,3924,-3894,-3739,-3840]]},{type:"Polygon",id:29163,arcs:[[3925,3926,3927,-3867,-3751,3928]]},{type:"Polygon",id:39017,arcs:[[3929,3930,3931,-3809,-3715,-3713]]},{type:"Polygon",id:39165,arcs:[[-3747,3932,3933,3934,-3930,-3712]]},{type:"Polygon",id:6033,arcs:[[3935,3936,3937,3938,-3625,-3772]]},{type:"Polygon",id:8063,arcs:[[-3620,3939,3940,3941,3942,-3368,-3366]]},{type:"Polygon",id:34011,arcs:[[3943,3944,-3785,-3725,-3808,3945,3946]]},{type:"Polygon",id:20163,arcs:[[3947,3948,3949,3950,-3651,-3634]]},{type:"Polygon",id:39027,arcs:[[3951,3952,-3933,-3746,-3853,3953]]},{type:"Polygon",id:20181,arcs:[[-3623,3954,3955,3956,-3940,-3619]]},{type:"Polygon",id:20193,arcs:[[-3644,3957,3958,3959,-3955,-3622]]},{type:"Polygon",id:20141,arcs:[[-3631,3960,3961,3962,3963,-3948,-3633]]},{type:"Polygon",id:20179,arcs:[[-3650,3964,3965,-3958,-3643]]},{type:"Polygon",id:20027,arcs:[[3966,3967,3968,3969,-3878,-3640]]},{type:"Polygon",id:20123,arcs:[[-3880,3970,3971,-3961,-3630]]},{type:"Polygon",id:20065,arcs:[[-3951,3972,3973,-3965,-3649,-3652]]},{type:"Polygon",id:20161,arcs:[[3974,3975,3976,-3967,-3639,-3655]]},{type:"Polygon",id:8035,arcs:[[3977,3978,3979,-3719,-3800]]},{type:"Polygon",id:8039,arcs:[[3980,3981,-3978,-3799]]},{type:"Polygon",id:20149,arcs:[[-3664,-3884,3982,3983,-3975,-3654]]},{type:"Polygon",id:8073,arcs:[[-3943,3984,3985,3986,3987,-3981,-3798,-3369]]},{type:"Polygon",id:8093,arcs:[[-3721,3988,3989,3990,3991,-3707,-3744]]},{type:"Polygon",id:39009,arcs:[[-3897,3992,3993,3994,-3875,-3697,-3794]]},{type:"Polygon",id:49027,arcs:[[-3767,3995,3996,3997,-3563,-3614]]},{type:"Polygon",id:54027,arcs:[[-3866,3998,3999,-3892,-3818]]},{type:"Polygon",id:29165,arcs:[[-3761,-3797,4e3,4001,4002,-3885]]},{type:"Polygon",id:18047,arcs:[[-3810,-3932,4003,4004,4005,-3778,-3776]]},{type:"Polygon",id:29177,arcs:[[-3913,4006,4007,4008,-3795,-3783]]},{type:"Polygon",id:17135,arcs:[[-3759,-3891,4009,4010,4011,4012,-3671]]},{type:"Polygon",id:17117,arcs:[[-4013,4013,4014,4015,-3734,-3672]]},{type:"Polygon",id:6057,arcs:[[-2393,4016,-3903,-3791]]},{type:"Polygon",id:17061,arcs:[[-3735,-4016,4017,4018,-3749,-3781]]},{type:"Polygon",id:39141,arcs:[[-3877,4019,4020,4021,4022,-3851,-3769]]},{type:"Polygon",id:54037,arcs:[[4023,4024,-3909,-3813]]},{type:"Polygon",id:49019,arcs:[[-3578,4025,4026,-3854,-3101]]},{type:"Polygon",id:17023,arcs:[[-3919,4027,4028,4029,4030,-3870,-3729]]},{type:"Polygon",id:54073,arcs:[[4031,4032,-3895,-3925]]},{type:"Polygon",id:18119,arcs:[[-3908,4033,4034,-3920,-3742]]},{type:"Polygon",id:54033,arcs:[[4035,4036,4037,4038,4039,-3838,-3899]]},{type:"Polygon",id:51069,arcs:[[4040,4041,4042,4043,-3999,-3865,-3910]]},{type:"Polygon",id:29047,arcs:[[-3796,-4009,4044,4045,-4001]]},{type:"Polygon",id:18031,arcs:[[-4006,4046,4047,4048,-3861,-3779]]},{type:"Polygon",id:54091,arcs:[[4049,-4036,-3898,-3828,-3834]]},{type:"Polygon",id:54017,arcs:[[-4040,4050,4051,4052,-3923,-3839]]},{type:"Polygon",id:20087,arcs:[[4053,4054,4055,-3882,-3887]]},{type:"Polygon",id:20103,arcs:[[-4003,4056,4057,4058,-4054,-3886]]},{type:"Polygon",id:6011,arcs:[[-3542,4059,4060,-3936,-3771]]},{type:"Polygon",id:29195,arcs:[[-3859,4061,4062,4063,4064,-3911]]},{type:"Polygon",id:54107,arcs:[[-4033,4065,4066,4067,4068,-3993,-3896]]},{type:"Polygon",id:17013,arcs:[[-4019,4069,4070,4071,-3929,-3750]]},{type:"Polygon",id:39163,arcs:[[-3995,4072,4073,4074,-4020,-3876]]},{type:"Polygon",id:54085,arcs:[[-4053,4075,4076,4077,-4066,-4032,-3924]]},{type:"Polygon",id:24029,arcs:[[-3755,4078,4079,4080,-3824]]},{type:"Polygon",id:8065,arcs:[[-3708,-3992,4081,4082,-3704]]},{type:"Polygon",id:17035,arcs:[[-4031,4083,4084,-3888,-3871]]},{type:"Polygon",id:39071,arcs:[[-4023,4085,4086,4087,-3954,-3852]]},{type:"Polygon",id:24510,arcs:[[4088,4089,-3842]]},{type:"Polygon",id:24027,arcs:[[-3844,4090,4091,4092,-3848,-3846]]},{type:"Polygon",id:8077,arcs:[[4093,4094,4095,4096,-4026,-3577]]},{type:"Polygon",id:8097,arcs:[[-4083,4097,4098,-4094,-3576,-3705]]},{type:"Polygon",id:10001,arcs:[[4099,4100,4101,-4079,-3754,4102]]},{type:"Polygon",id:18105,arcs:[[4103,4104,4105,4106,-4034,-3907]]},{type:"Polygon",id:18005,arcs:[[-4049,4107,4108,4109,-3900,-3862]]},{type:"Polygon",id:29007,arcs:[[-3868,-3928,4110,4111,4112,-3914,-3873]]},{type:"Polygon",id:24031,arcs:[[4113,4114,4115,4116,-3849,-4093]]},{type:"Polygon",id:18013,arcs:[[-4110,4117,-4104,-3906,-3901]]},{type:"Polygon",id:29089,arcs:[[4118,-4062,-3858,-3916,4119]]},{type:"Polygon",id:54023,arcs:[[4120,4121,4122,4123,-3831,-3822,-3893]]},{type:"Polygon",id:34009,arcs:[[4124,-3946,-3807]]},{type:"Polygon",id:51107,arcs:[[-4117,4125,4126,4127,4128,-4024,-3812,-3850]]},{type:"Polygon",id:6061,arcs:[[-2392,4129,4130,4131,4132,4133,-3904,-4017]]},{type:"Polygon",id:39061,arcs:[[-3935,4134,4135,4136,4137,4138,-3931]]},{type:"Polygon",id:18137,arcs:[[4139,4140,4141,4142,4143,-4047,-4005]]},{type:"Polygon",id:18029,arcs:[[-4004,-4139,4144,4145,-4140]]},{type:"Polygon",id:20143,arcs:[[-3970,4146,4147,4148,-3971,-3879]]},{type:"Polygon",id:6101,arcs:[[-3905,-4134,4149,4150,-4060,-3541]]},{type:"Polygon",id:54001,arcs:[[4151,4152,4153,-4037,-4050,-3833]]},{type:"Polygon",id:29107,arcs:[[4154,4155,4156,-4007,-3912,-4065]]},{type:"Polygon",id:54093,arcs:[[4157,-4152,-3832,-4124]]},{type:"Polygon",id:39025,arcs:[[4158,4159,4160,-4135,-3934,-3953,4161]]},{type:"Polygon",id:51043,arcs:[[-4129,4162,4163,-4041,-4025]]},{type:"Polygon",id:17083,arcs:[[-4015,4164,4165,-4070,-4018]]},{type:"MultiPolygon",id:24035,arcs:[[[4166]],[[-4102,4167,4168,4169,-4080]]]},{type:"Polygon",id:18153,arcs:[[-3922,4170,4171,4172,-4028,-3918]]},{type:"Polygon",id:8051,arcs:[[-4099,4173,4174,4175,4176,4177,4178,-4095]]},{type:"Polygon",id:39015,arcs:[[4179,4180,4181,-4162,-3952,-4088]]},{type:"Polygon",id:29019,arcs:[[-4113,4182,4183,4184,4185,-4120,-3915]]},{type:"Polygon",id:32510,arcs:[[4186,-4130,-2391,-3804]]},{type:"Polygon",id:54031,arcs:[[-4044,4187,4188,4189,-4121,-4e3]]},{type:"Polygon",id:24003,arcs:[[4190,4191,-4091,-3843,-4090,4192,4193,4194]]},{type:"Polygon",id:29095,arcs:[[-4008,-4157,4195,4196,4197,4198,-4045]]},{type:"Polygon",id:29113,arcs:[[-4072,4199,4200,4201,-3926]]},{type:"Polygon",id:20061,arcs:[[4202,4203,4204,-3968,-3977]]},{type:"Polygon",id:8029,arcs:[[-4179,4205,-4096]]},{type:"Polygon",id:20105,arcs:[[-4149,4206,4207,4208,-3962,-3972]]},{type:"Polygon",id:20177,arcs:[[-4056,4209,4210,4211,-3983,-3883]]},{type:"Polygon",id:17051,arcs:[[-3890,4212,4213,4214,4215,4216,-4010]]},{type:"Polygon",id:17049,arcs:[[-4085,4217,4218,-4213,-3889]]},{type:"Polygon",id:20197,arcs:[[-4212,4219,4220,4221,-4203,-3976,-3984]]},{type:"Polygon",id:39079,arcs:[[4222,4223,4224,4225,-4021,-4075]]},{type:"Polygon",id:39105,arcs:[[4226,4227,-4073,-3994,-4069,4228]]},{type:"Polygon",id:20209,arcs:[[-4002,-4046,-4199,4229,-4057]]},{type:"Polygon",id:39131,arcs:[[4230,4231,-4086,-4022,-4226]]},{type:"Polygon",id:18079,arcs:[[4232,4233,4234,-4108,-4048,-4144]]},{type:"Polygon",id:54105,arcs:[[4235,4236,4237,-4067,-4078]]},{type:"Polygon",id:17033,arcs:[[-4173,4238,4239,4240,4241,-4029]]},{type:"Polygon",id:17079,arcs:[[-4242,4242,4243,-4218,-4084,-4030]]},{type:"Polygon",id:18055,arcs:[[-4035,-4107,4244,4245,4246,4247,-4171,-3921]]},{type:"Polygon",id:54041,arcs:[[4248,4249,4250,4251,-4051,-4039]]},{type:"Polygon",id:32023,arcs:[[-2993,-3565,4252,4253,4254,4255,4256,-3645,-2995]]},{type:"Polygon",id:29139,arcs:[[-3927,-4202,4257,4258,4259,4260,-4111]]},{type:"Polygon",id:21015,arcs:[[4261,4262,4263,4264,4265,-4145,-4138]]},{type:"Polygon",id:24011,arcs:[[4266,4267,4268,4269,-4168,-4101]]},{type:"Polygon",id:20109,arcs:[[4270,4271,4272,4273,-3956,-3960]]},{type:"Polygon",id:20199,arcs:[[-4274,4274,4275,4276,-3941,-3957]]},{type:"Polygon",id:20051,arcs:[[-3964,4277,4278,4279,4280,-3949]]},{type:"Polygon",id:20063,arcs:[[-3966,-3974,4281,4282,4283,4284,-4271,-3959]]},{type:"Polygon",id:20041,arcs:[[-4205,4285,4286,4287,-4147,-3969]]},{type:"Polygon",id:20167,arcs:[[-4209,4288,4289,4290,-4278,-3963]]},{type:"Polygon",id:20195,arcs:[[-3950,-4281,4291,-4282,-3973]]},{type:"Polygon",id:24033,arcs:[[-4192,4292,4293,4294,4295,4296,-4114,-4092]]},{type:"Polygon",id:8119,arcs:[[4297,4298,-3989,-3720,-3980]]},{type:"Polygon",id:8041,arcs:[[-3982,-3988,4299,4300,-4298,-3979]]},{type:"Polygon",id:21037,arcs:[[-4161,4301,4302,-4136]]},{type:"Polygon",id:54083,arcs:[[-4123,4303,4304,4305,4306,-4153,-4158]]},{type:"Polygon",id:32005,arcs:[[-3803,4307,4308,4309,-4131,-4187]]},{type:"Polygon",id:54097,arcs:[[-4154,-4307,4310,-4249,-4038]]},{type:"Polygon",id:54021,arcs:[[-4252,4311,4312,-4076,-4052]]},{type:"Polygon",id:51171,arcs:[[4313,4314,4315,-4188,-4043]]},{type:"Polygon",id:21117,arcs:[[-4303,4316,4317,-4262,-4137]]},{type:"Polygon",id:54035,arcs:[[-4238,4318,4319,4320,4321,-4229,-4068]]},{type:"Polygon",id:32021,arcs:[[-4257,4322,4323,-3801,-3646]]},{type:"Polygon",id:18071,arcs:[[-4235,4324,4325,4326,-4105,-4118,-4109]]},{type:"Polygon",id:20045,arcs:[[-4059,4327,4328,4329,-4210,-4055]]},{type:"Polygon",id:6017,arcs:[[-4310,4330,4331,4332,-4132]]},{type:"Polygon",id:29027,arcs:[[-4112,-4261,4333,4334,-4183]]},{type:"Polygon",id:29053,arcs:[[-4186,4335,4336,4337,-4063,-4119]]},{type:"Polygon",id:51059,arcs:[[4338,4339,4340,4341,4342,4343,-4126,-4116]]},{type:"Polygon",id:8015,arcs:[[-3991,4344,4345,-4174,-4098,-4082]]},{type:"Polygon",id:20091,arcs:[[-4198,4346,4347,-4328,-4058,-4230]]},{type:"Polygon",id:39001,arcs:[[4348,4349,4350,-4180,-4087,-4232]]},{type:"Polygon",id:49041,arcs:[[-3856,4351,4352,4353,-3996,-3766]]},{type:"Polygon",id:8017,arcs:[[-4277,4354,4355,-3985,-3942]]},{type:"Polygon",id:54013,arcs:[[-4313,4356,4357,4358,-4236,-4077]]},{type:"Polygon",id:51187,arcs:[[4359,4360,4361,-4314,-4042,-4164]]},{type:"Polygon",id:39053,arcs:[[4362,4363,4364,-4223,-4074,-4228]]},{type:"Polygon",id:18115,arcs:[[4365,-4141,-4146,-4266]]},{type:"Polygon",id:54053,arcs:[[-4322,4366,4367,-4363,-4227]]},{type:"Polygon",id:17005,arcs:[[-4217,4368,4369,-4011]]},{type:"Polygon",id:39145,arcs:[[-4225,4370,4371,4372,-4349,-4231]]},{type:"Polygon",id:51061,arcs:[[4373,4374,4375,4376,-4360,-4163,-4128]]},{type:"Polygon",id:17119,arcs:[[-4014,-4012,-4370,4377,4378,4379,4380,4381,-4165]]},{type:"Polygon",id:29219,arcs:[[4382,4383,4384,-4258,-4201]]},{type:"Polygon",id:11001,arcs:[[4385,4386,-4115,-4297]]},{type:"Polygon",id:18093,arcs:[[-4327,4387,4388,4389,-4245,-4106]]},{type:"Polygon",id:29183,arcs:[[-4382,4390,4391,-4383,-4200,-4071,-4166]]},{type:"Polygon",id:10005,arcs:[[4392,4393,4394,4395,4396,4397,-4267,-4100]]},{type:"Polygon",id:20169,arcs:[[-4288,4398,4399,-4207,-4148]]},{type:"Polygon",id:54071,arcs:[[-4190,4400,4401,4402,4403,-4304,-4122]]},{type:"Polygon",id:29159,arcs:[[-4338,4404,4405,4406,4407,-4155,-4064]]},{type:"Polygon",id:24041,arcs:[[-4270,4408,-4169]]},{type:"Polygon",id:51153,arcs:[[-4344,4409,4410,-4374,-4127]]},{type:"Polygon",id:54087,arcs:[[-4359,4411,4412,-4319,-4237]]},{type:"Polygon",id:29101,arcs:[[-4408,4413,4414,-4196,-4156]]},{type:"Polygon",id:51013,arcs:[[4415,-4341,4416,-4339,-4387,4417]]},{type:"Polygon",id:6003,arcs:[[4418,4419,4420,4421,-4331,-4309]]},{type:"Polygon",id:18155,arcs:[[-4265,4422,4423,4424,-4142,-4366]]},{type:"Polygon",id:29135,arcs:[[4425,4426,4427,-4336,-4185]]},{type:"Polygon",id:6113,arcs:[[-4151,4428,4429,4430,-4431,4431,-3937,-4061]]},{type:"Polygon",id:18077,arcs:[[-4425,4432,4433,4434,4435,-4233,-4143]]},{type:"Polygon",id:17025,arcs:[[-4244,4436,4437,4438,-4214,-4219]]},{type:"Polygon",id:18083,arcs:[[4439,4440,4441,4442,4443,4444,-4239,-4172,-4248]]},{type:"Polygon",id:18101,arcs:[[-4390,4445,4446,4447,-4246]]},{type:"Polygon",id:18027,arcs:[[4448,4449,-4440,-4247,-4448]]},{type:"Polygon",id:54007,arcs:[[-4251,4450,4451,4452,-4357,-4312]]},{type:"Polygon",id:29189,arcs:[[-4381,4453,4454,4455,4456,4457,-4391]]},{type:"Polygon",id:21191,arcs:[[4458,4459,4460,-4317,-4302,-4160,4461]]},{type:"Polygon",id:20127,arcs:[[-4222,4462,4463,4464,-4286,-4204]]},{type:"Polygon",id:20053,arcs:[[-4400,4465,4466,4467,-4289,-4208]]},{type:"Polygon",id:20139,arcs:[[-4330,4468,4469,4470,-4220,-4211]]},{type:"Polygon",id:6055,arcs:[[4430,4471,4472,4473,4474,4475,-3938,-4432]]},{type:"Polygon",id:51157,arcs:[[4476,4477,4478,-4361,-4377]]},{type:"Polygon",id:21077,arcs:[[4479,4480,4481,-4423,-4264]]},{type:"Polygon",id:6097,arcs:[[-3939,-4476,4482,4483,4484,-3626]]},{type:"Polygon",id:17101,arcs:[[4485,4486,-4240,-4445]]},{type:"Polygon",id:51165,arcs:[[-4316,4487,4488,4489,4490,-4401,-4189]]},{type:"Polygon",id:17159,arcs:[[-4241,-4487,4491,4492,4493,-4437,-4243]]},{type:"Polygon",id:39087,arcs:[[4494,4495,4496,4497,-4371,-4224,-4365]]},{type:"Polygon",id:29037,arcs:[[-4415,4498,4499,4500,-4347,-4197]]},{type:"Polygon",id:51139,arcs:[[-4479,4501,4502,-4488,-4315,-4362]]},{type:"Polygon",id:18143,arcs:[[-4436,4503,4504,-4325,-4234]]},{type:"Polygon",id:21023,arcs:[[-4182,4505,4506,4507,-4462,-4159]]},{type:"Polygon",id:17121,arcs:[[-4439,4508,4509,4510,4511,-4215]]},{type:"Polygon",id:21081,arcs:[[-4318,-4461,4512,4513,4514,-4480,-4263]]},{type:"Polygon",id:18175,arcs:[[-4505,4515,4516,4517,4518,4519,-4388,-4326]]},{type:"Polygon",id:29510,arcs:[[-4454,-4380,4520]]},{type:"Polygon",id:24009,arcs:[[4521,-4293,-4191]]},{type:"Polygon",id:21161,arcs:[[-4351,4522,4523,4524,-4506,-4181]]},{type:"Polygon",id:21041,arcs:[[4525,4526,4527,-4433,-4424,-4482]]},{type:"Polygon",id:21089,arcs:[[-4498,4528,4529,4530,-4372]]},{type:"Polygon",id:17027,arcs:[[-4216,-4512,4531,4532,4533,-4378,-4369]]},{type:"Polygon",id:54075,arcs:[[-4404,4534,4535,4536,4537,-4305]]},{type:"Polygon",id:29051,arcs:[[-4335,4538,4539,-4426,-4184]]},{type:"Polygon",id:20111,arcs:[[-4471,4540,4541,4542,-4463,-4221]]},{type:"Polygon",id:20059,arcs:[[4543,4544,4545,-4469,-4329]]},{type:"Polygon",id:20121,arcs:[[-4501,4546,4547,-4544,-4348]]},{type:"Polygon",id:54101,arcs:[[-4311,-4306,-4538,4548,4549,-4451,-4250]]},{type:"Polygon",id:6067,arcs:[[4550,4551,4552,4553,-4429,-4150,-4133,-4333]]},{type:"Polygon",id:21223,arcs:[[-4528,4554,4555,4556,-4434]]},{type:"Polygon",id:21187,arcs:[[-4515,4557,4558,4559,-4526,-4481]]},{type:"Polygon",id:21135,arcs:[[4560,4561,4562,-4523,-4350,-4373,-4531]]},{type:"Polygon",id:29073,arcs:[[-4385,4563,4564,4565,4566,4567,-4259]]},{type:"Polygon",id:6051,arcs:[[-3802,-4324,4568,4569,4570,4571,4572,-4419,-4308]]},{type:"Polygon",id:29071,arcs:[[-4392,-4458,4573,4574,4575,-4564,-4384]]},{type:"Polygon",id:29151,arcs:[[-4260,-4568,4576,4577,-4539,-4334]]},{type:"Polygon",id:6005,arcs:[[-4422,4578,4579,-4551,-4332]]},{type:"Polygon",id:24019,arcs:[[-4268,-4398,4580,4581]]},{type:"Polygon",id:20171,arcs:[[-4285,4582,4583,4584,4585,-4272]]},{type:"Polygon",id:20101,arcs:[[4586,4587,-4583,-4284]]},{type:"Polygon",id:20071,arcs:[[4588,4589,4590,4591,-4355,-4276]]},{type:"Polygon",id:20203,arcs:[[-4586,4592,4593,-4589,-4275,-4273]]},{type:"Polygon",id:51047,arcs:[[4594,4595,4596,4597,-4477,-4376]]},{type:"Polygon",id:20135,arcs:[[-4292,-4280,4598,4599,4600,4601,-4587,-4283]]},{type:"Polygon",id:29141,arcs:[[-4428,4602,4603,4604,-4405,-4337]]},{type:"Polygon",id:20009,arcs:[[-4468,4605,4606,4607,4608,-4290]]},{type:"Polygon",id:8043,arcs:[[-4301,4609,4610,4611,-4345,-3990,-4299]]},{type:"Polygon",id:20165,arcs:[[-4291,-4609,4612,-4599,-4279]]},{type:"Polygon",id:24017,arcs:[[-4295,4613,4614,4615]]},{type:"Polygon",id:18117,arcs:[[-4520,4616,4617,-4446,-4389]]},{type:"Polygon",id:54079,arcs:[[4618,4619,-4367,-4321,4620]]},{type:"Polygon",id:32017,arcs:[[-3998,4621,4622,4623,4624,4625,-4253,-3564]]},{type:"Polygon",id:8085,arcs:[[-4178,4626,4627,4628,-4097,-4206]]},{type:"Polygon",id:54015,arcs:[[4629,4630,-4412,-4358,-4453]]},{type:"Polygon",id:17163,arcs:[[-4534,4631,4632,4633,-4455,-4521,-4379]]},{type:"Polygon",id:51113,arcs:[[-4598,4634,4635,-4502,-4478]]},{type:"Polygon",id:54039,arcs:[[-4413,-4631,4636,4637,4638,4639,4640,-4621,-4320]]},{type:"Polygon",id:8061,arcs:[[-4592,4641,4642,4643,4644,-3986,-4356]]},{type:"Polygon",id:20113,arcs:[[4645,4646,4647,4648,-4466,-4399]]},{type:"Polygon",id:20115,arcs:[[-4465,4649,4650,4651,-4646,-4287]]},{type:"Polygon",id:21201,arcs:[[-4525,4652,4653,4654,-4507]]},{type:"Polygon",id:17191,arcs:[[-4494,4655,4656,4657,4658,-4509,-4438]]},{type:"Polygon",id:18019,arcs:[[-4557,4659,4660,4661,-4516,-4504,-4435]]},{type:"Polygon",id:54011,arcs:[[-4368,-4620,4662,4663,-4495,-4364]]},{type:"Polygon",id:21103,arcs:[[4664,4665,4666,-4555,-4527,-4560]]},{type:"Polygon",id:51091,arcs:[[4667,4668,-4535,-4403]]},{type:"Polygon",id:51179,arcs:[[4669,4670,4671,4672,4673,4674,-4595,-4375,-4411]]},{type:"Polygon",id:21097,arcs:[[-4655,4675,4676,4677,-4513,-4460,-4459,-4508]]},{type:"Polygon",id:49001,arcs:[[-4354,4678,4679,4680,-4622,-3997]]},{type:"Polygon",id:17047,arcs:[[4681,4682,-4656,-4493]]},{type:"Polygon",id:17185,arcs:[[-4492,-4486,-4444,4683,4684,-4682]]},{type:"Polygon",id:29083,arcs:[[-4407,4685,4686,4687,-4499,-4414]]},{type:"Polygon",id:24045,arcs:[[4688,4689,4690,-4581,-4397]]},{type:"Polygon",id:54067,arcs:[[-4550,4691,4692,-4637,-4630,-4452]]},{type:"Polygon",id:18125,arcs:[[4693,4694,4695,-4441,-4450]]},{type:"MultiPolygon",id:6095,arcs:[[[4696,-4474]],[[-4554,4697,-4472,-4431,-4430]]]},{type:"Polygon",id:29015,arcs:[[-4605,4698,4699,4700,-4686,-4406]]},{type:"Polygon",id:18051,arcs:[[4701,4702,4703,4704,-4684,-4443,-4442,-4696]]},{type:"Polygon",id:18037,arcs:[[-4618,4705,4706,4707,4708,-4694,-4449,-4447]]},{type:"Polygon",id:21069,arcs:[[4709,4710,4711,-4653,-4524,-4563]]},{type:"Polygon",id:21185,arcs:[[-4667,4712,4713,-4660,-4556]]},{type:"Polygon",id:20017,arcs:[[-4543,4714,4715,-4650,-4464]]},{type:"Polygon",id:8101,arcs:[[4716,4717,4718,4719,4720,-4610,-4300]]},{type:"Polygon",id:8025,arcs:[[-4645,4721,4722,-4717,-3987]]},{type:"Polygon",id:20159,arcs:[[-4649,4723,4724,-4606,-4467]]},{type:"Polygon",id:17133,arcs:[[4725,4726,4727,-4456,-4634]]},{type:"Polygon",id:17189,arcs:[[-4532,-4511,4728,4729,4730,-4632,-4533]]},{type:"Polygon",id:24037,arcs:[[-4615,4731]]},{type:"Polygon",id:6009,arcs:[[-4421,4732,4733,4734,-4579]]},{type:"Polygon",id:49031,arcs:[[4735,4736,-4679,-4353]]},{type:"Polygon",id:49055,arcs:[[-3855,4737,4738,-4736,-4352]]},{type:"Polygon",id:29099,arcs:[[-4728,4739,4740,4741,-4574,-4457]]},{type:"Polygon",id:21019,arcs:[[4742,4743,-4529,-4497,4744]]},{type:"Polygon",id:21043,arcs:[[-4744,4745,4746,4747,-4561,-4530]]},{type:"Polygon",id:49037,arcs:[[-4629,4748,4749,4750,4751,4752,4753,4754,4755,-4738,-4027]]},{type:"Polygon",id:21209,arcs:[[4756,4757,4758,4759,-4558,-4514,-4678]]},{type:"Polygon",id:51079,arcs:[[4760,4761,-4489,-4503,-4636]]},{type:"Polygon",id:51015,arcs:[[4762,4763,4764,4765,-4668,-4402,-4491]]},{type:"Polygon",id:17081,arcs:[[-4659,4766,4767,4768,-4729,-4510]]},{type:"Polygon",id:29013,arcs:[[-4688,4769,4770,4771,-4547,-4500]]},{type:"Polygon",id:32009,arcs:[[4772,-4569,-4323,-4256]]},{type:"Polygon",id:21181,arcs:[[-4712,4773,4774,-4676,-4654]]},{type:"Polygon",id:8109,arcs:[[-4612,4775,4776,4777,4778,4779,4780,-4175,-4346]]},{type:"MultiPolygon",id:24047,arcs:[[[4781,4782,4783,-4689,-4396,4784]]]},{type:"Polygon",id:6109,arcs:[[-4573,4785,4786,4787,-4733,-4420]]},{type:"Polygon",id:20031,arcs:[[-4546,4788,4789,4790,-4541,-4470]]},{type:"Polygon",id:29131,arcs:[[-4540,-4578,4791,4792,4793,-4603,-4427]]},{type:"Polygon",id:18025,arcs:[[4794,4795,4796,-4706,-4617,-4519]]},{type:"Polygon",id:18061,arcs:[[4797,4798,4799,4800,-4795,-4518]]},{type:"Polygon",id:54099,arcs:[[-4664,4801,4802,4803,4804,-4745,-4496]]},{type:"Polygon",id:18043,arcs:[[-4662,4805,-4798,-4517]]},{type:"Polygon",id:51099,arcs:[[4806,4807,4808,4809,-4671,4810]]},{type:"Polygon",id:21205,arcs:[[-4748,4811,4812,4813,4814,-4710,-4562]]},{type:"Polygon",id:51137,arcs:[[4815,4816,4817,-4761,-4635,-4597]]},{type:"Polygon",id:20003,arcs:[[4818,4819,-4789,-4545]]},{type:"Polygon",id:20107,arcs:[[-4772,4820,4821,-4819,-4548]]},{type:"Polygon",id:21111,arcs:[[4822,4823,4824,4825,-4799,-4806,-4661,-4714]]},{type:"Polygon",id:51177,arcs:[[-4675,4826,-4673,4827,4828,4829,-4816,-4596]]},{type:"Polygon",id:54043,arcs:[[-4619,-4641,4830,4831,4832,-4802,-4663]]},{type:"Polygon",id:21073,arcs:[[-4559,-4760,4833,4834,4835,-4665]]},{type:"Polygon",id:21017,arcs:[[4836,4837,4838,-4757,-4677,-4775]]},{type:"Polygon",id:21211,arcs:[[4839,4840,-4823,-4713,-4666,-4836]]},{type:"Polygon",id:20145,arcs:[[-4608,4841,4842,4843,-4600,-4613]]},{type:"Polygon",id:8091,arcs:[[-4177,4844,4845,4846,-4627]]},{type:"Polygon",id:6041,arcs:[[4847,-4484]]},{type:"Polygon",id:21011,arcs:[[-4815,4848,4849,-4774,-4711]]},{type:"Polygon",id:6077,arcs:[[-4580,-4735,4850,4851,4852,4853,-4552]]},{type:"Polygon",id:29125,arcs:[[-4567,4854,4855,-4792,-4577]]},{type:"Polygon",id:24039,arcs:[[-4690,-4784,4856,4857,4858]]},{type:"Polygon",id:51003,arcs:[[-4818,4859,4860,4861,4862,-4763,-4490,-4762]]},{type:"Polygon",id:51193,arcs:[[4863,4864,4865,-4807,4866]]},{type:"Polygon",id:29029,arcs:[[-4794,4867,4868,4869,4870,-4699,-4604]]},{type:"Polygon",id:21127,arcs:[[-4805,4871,4872,4873,4874,-4746,-4743]]},{type:"Polygon",id:51017,arcs:[[-4669,-4766,4875,4876,4877,-4536]]},{type:"Polygon",id:8099,arcs:[[-4591,4878,4879,4880,4881,-4642]]},{type:"Polygon",id:54025,arcs:[[-4878,4882,4883,4884,4885,-4692,-4549,-4537]]},{type:"Polygon",id:21063,arcs:[[-4875,4886,-4812,-4747]]},{type:"Polygon",id:8027,arcs:[[-4721,4887,-4776,-4611]]},{type:"Polygon",id:8011,arcs:[[-4882,4888,4889,4890,-4643]]},{type:"Polygon",id:8089,arcs:[[-4891,4891,-4718,-4723,-4722,-4644]]},{type:"Polygon",id:18123,arcs:[[4892,4893,4894,4895,-4707,-4797]]},{type:"Polygon",id:54019,arcs:[[-4693,-4886,4896,4897,-4638]]},{type:"Polygon",id:20093,arcs:[[4898,4899,4900,-4593,-4585]]},{type:"Polygon",id:20055,arcs:[[-4588,-4602,4901,4902,4903,-4899,-4584]]},{type:"Polygon",id:20075,arcs:[[-4901,4904,-4879,-4590,-4594]]},{type:"Polygon",id:17193,arcs:[[-4685,-4705,4905,4906,4907,-4657,-4683]]},{type:"Polygon",id:20185,arcs:[[-4725,4908,4909,4910,-4842,-4607]]},{type:"Polygon",id:20083,arcs:[[-4844,4911,4912,4913,-4902,-4601]]},{type:"Polygon",id:17065,arcs:[[-4908,4914,4915,4916,-4767,-4658]]},{type:"Polygon",id:51033,arcs:[[-4810,4917,4918,4919,4920,-4828,-4672]]},{type:"Polygon",id:18173,arcs:[[-4709,4921,4922,4923,4924,4925,-4702,-4695]]},{type:"Polygon",id:18129,arcs:[[4926,4927,4928,4929,-4906,-4704]]},{type:"Polygon",id:54005,arcs:[[4930,4931,4932,-4831,-4640]]},{type:"Polygon",id:17157,arcs:[[-4633,-4731,4933,4934,4935,4936,-4726]]},{type:"Polygon",id:29185,arcs:[[-4701,4937,4938,4939,4940,-4770,-4687]]},{type:"Polygon",id:17145,arcs:[[-4730,-4769,4941,4942,-4934]]},{type:"Polygon",id:29055,arcs:[[-4576,4943,4944,4945,4946,-4565]]},{type:"Polygon",id:21067,arcs:[[4947,4948,4949,4950,-4758,-4839]]},{type:"Polygon",id:29221,arcs:[[-4742,4951,4952,-4944,-4575]]},{type:"Polygon",id:18147,arcs:[[-4896,4953,4954,-4923,-4922,-4708]]},{type:"Polygon",id:21163,arcs:[[4955,4956,-4893,-4796,-4801]]},{type:"Polygon",id:21239,arcs:[[-4951,4957,4958,4959,-4834,-4759]]},{type:"Polygon",id:21173,arcs:[[4960,4961,4962,-4837,-4850]]},{type:"Polygon",id:20079,arcs:[[4963,4964,4965,-4647,-4652]]},{type:"Polygon",id:20073,arcs:[[-4542,-4791,4966,4967,4968,4969,-4715]]},{type:"Polygon",id:20155,arcs:[[-4648,-4966,4970,4971,4972,-4909,-4724]]},{type:"Polygon",id:18163,arcs:[[-4926,4973,4974,-4927,-4703]] +},{type:"Polygon",id:29161,arcs:[[-4947,4975,4976,4977,-4855,-4566]]},{type:"Polygon",id:49017,arcs:[[-4756,4978,4979,-4680,-4737,-4739]]},{type:"Polygon",id:51057,arcs:[[4980,4981,-4918,-4809,4982]]},{type:"Polygon",id:8113,arcs:[[-4847,4983,4984,-4749,-4628]]},{type:"Polygon",id:51109,arcs:[[-4830,4985,4986,4987,-4860,-4817]]},{type:"Polygon",id:49021,arcs:[[-4980,4988,4989,-4623,-4681]]},{type:"Polygon",id:21215,arcs:[[4990,4991,4992,-4824,-4841]]},{type:"Polygon",id:8053,arcs:[[-4781,4993,4994,4995,4996,-4845,-4176]]},{type:"Polygon",id:21005,arcs:[[-4960,4997,4998,4999,-4991,-4840,-4835]]},{type:"Polygon",id:17055,arcs:[[-4917,5e3,5001,5002,-4942,-4768]]},{type:"Polygon",id:51159,arcs:[[5003,5004,5005,-4865]]},{type:"Polygon",id:29186,arcs:[[-4937,5006,5007,-4740,-4727]]},{type:"Polygon",id:21029,arcs:[[5008,5009,-4825,-4993]]},{type:"Polygon",id:21175,arcs:[[-4874,5010,5011,5012,5013,-4813,-4887]]},{type:"Polygon",id:21049,arcs:[[5014,5015,5016,-4948,-4838,-4963]]},{type:"Polygon",id:6013,arcs:[[-4853,5017,5018]]},{type:"Polygon",id:20015,arcs:[[-4716,-4970,5019,5020,5021,-4964,-4651]]},{type:"Polygon",id:20047,arcs:[[-4911,5022,5023,5024,-4912,-4843]]},{type:"Polygon",id:51163,arcs:[[5025,5026,5027,5028,-4876,-4765,5029]]},{type:"Polygon",id:29187,arcs:[[-5008,5030,5031,5032,-4952,-4741]]},{type:"Polygon",id:6099,arcs:[[5033,5034,5035,-4851,-4734,-4788]]},{type:"Polygon",id:29085,arcs:[[-4871,5036,5037,-4938,-4700]]},{type:"Polygon",id:29217,arcs:[[-4941,5038,5039,5040,5041,-4821,-4771]]},{type:"Polygon",id:21165,arcs:[[-4814,-5014,5042,5043,-4961,-4849]]},{type:"Polygon",id:51125,arcs:[[5044,5045,5046,-5030,-4764,-4863]]},{type:"Polygon",id:21027,arcs:[[5047,5048,5049,5050,-4894,-4957]]},{type:"Polygon",id:20207,arcs:[[5051,5052,-4967,-4790]]},{type:"Polygon",id:20001,arcs:[[5053,5054,-5052,-4820]]},{type:"Polygon",id:20011,arcs:[[-5042,5055,5056,-5054,-4822]]},{type:"MultiPolygon",id:51001,arcs:[[[5057,5058,-4782,5059]]]},{type:"Polygon",id:54045,arcs:[[-4933,5060,5061,-4832]]},{type:"Polygon",id:51133,arcs:[[5062,-5004,-4864,5063]]},{type:"Polygon",id:29169,arcs:[[-4856,-4978,5064,5065,-4868,-4793]]},{type:"Polygon",id:8055,arcs:[[-4720,5066,5067,5068,-4777,-4888]]},{type:"Polygon",id:51085,arcs:[[-4921,5069,5070,5071,5072,-4986,-4829]]},{type:"Polygon",id:51065,arcs:[[5073,5074,-4861,-4988,5075]]},{type:"Polygon",id:21093,arcs:[[5076,5077,5078,5079,5080,-5048,-4956,-4800,-4826,-5010]]},{type:"Polygon",id:21113,arcs:[[5081,5082,5083,-4958,-4950]]},{type:"Polygon",id:21115,arcs:[[5084,5085,5086,-5011,-4873]]},{type:"Polygon",id:20069,arcs:[[-4914,5087,5088,5089,-4903]]},{type:"Polygon",id:21091,arcs:[[-5051,5090,5091,-4954,-4895]]},{type:"Polygon",id:54081,arcs:[[-4639,-4898,5092,5093,5094,-4931]]},{type:"Polygon",id:21179,arcs:[[-5e3,5095,5096,5097,-5077,-5009,-4992]]},{type:"Polygon",id:54059,arcs:[[5098,5099,5100,5101,5102,-4803,-4833,-5062]]},{type:"Polygon",id:21101,arcs:[[-4974,-4925,5103,5104,5105,5106,-4928,-4975]]},{type:"Polygon",id:51097,arcs:[[-4982,5107,5108,5109,5110,-4919]]},{type:"Polygon",id:8111,arcs:[[-4997,5111,5112,-4984,-4846]]},{type:"Polygon",id:21167,arcs:[[-5084,5113,5114,5115,-4998,-4959]]},{type:"Polygon",id:8079,arcs:[[5116,5117,-4994,-4780]]},{type:"Polygon",id:21159,arcs:[[-4804,-5103,5118,5119,-5085,-4872]]},{type:"Polygon",id:51005,arcs:[[-5029,5120,5121,5122,-4883,-4877]]},{type:"Polygon",id:17077,arcs:[[-5003,5123,5124,5125,-4935,-4943]]},{type:"Polygon",id:21197,arcs:[[-5044,5126,5127,5128,-5015,-4962]]},{type:"Polygon",id:21059,arcs:[[5129,5130,-5104,-4924,-4955,-5092]]},{type:"Polygon",id:21151,arcs:[[5131,5132,5133,5134,-5082,-4949,-5017]]},{type:"Polygon",id:17059,arcs:[[-4930,5135,5136,5137,-4915,-4907]]},{type:"Polygon",id:21229,arcs:[[-5116,5138,5139,-5096,-4999]]},{type:"Polygon",id:20057,arcs:[[-5025,5140,5141,5142,-5088,-4913]]},{type:"Polygon",id:20173,arcs:[[-5022,5143,5144,-4971,-4965]]},{type:"Polygon",id:17165,arcs:[[-5138,5145,5146,5147,-5001,-4916]]},{type:"Polygon",id:51101,arcs:[[-5111,5148,5149,-5070,-4920]]},{type:"Polygon",id:29059,arcs:[[-4870,5150,5151,5152,5153,-5037]]},{type:"Polygon",id:6001,arcs:[[-4852,-5036,5154,5155,-5018]]},{type:"Polygon",id:51075,arcs:[[5156,5157,5158,-5076,-4987,-5073]]},{type:"Polygon",id:29157,arcs:[[-5126,5159,5160,5161,5162,-5031,-5007,-4936]]},{type:"Polygon",id:29039,arcs:[[5163,5164,5165,-5039,-4940]]},{type:"Polygon",id:6043,arcs:[[5166,5167,-4787]]},{type:"Polygon",id:21225,arcs:[[5168,5169,5170,-5136,-4929,-5107]]},{type:"Polygon",id:29105,arcs:[[-5066,5171,5172,5173,-5151,-4869]]},{type:"Polygon",id:8033,arcs:[[-5113,5174,-4750,-4985]]},{type:"Polygon",id:21153,arcs:[[-5087,5175,5176,5177,5178,-5012]]},{type:"Polygon",id:54089,arcs:[[5179,5180,-5093,-4897,-4885,5181]]},{type:"Polygon",id:17199,arcs:[[-5148,5182,5183,-5124,-5002]]},{type:"Polygon",id:21237,arcs:[[-5179,5184,5185,-5127,-5043,-5013]]},{type:"Polygon",id:21065,arcs:[[-5129,5186,5187,-5132,-5016]]},{type:"Polygon",id:51103,arcs:[[-5005,-5063,5188]]},{type:"Polygon",id:8105,arcs:[[-4779,5189,5190,5191,-5117]]},{type:"Polygon",id:6075,arcs:[[5192,5193]]},{type:"Polygon",id:29167,arcs:[[-5038,-5154,5194,5195,-5164,-4939]]},{type:"Polygon",id:21079,arcs:[[-5135,5196,5197,5198,-5114,-5083]]},{type:"Polygon",id:20151,arcs:[[-4973,5199,5200,5201,-5023,-4910]]},{type:"Polygon",id:51009,arcs:[[5202,5203,5204,5205,-5026,-5047]]},{type:"Polygon",id:8071,arcs:[[-4890,5206,5207,5208,5209,-5067,-4719,-4892]]},{type:"Polygon",id:51023,arcs:[[5210,5211,5212,-5121,-5028]]},{type:"Polygon",id:29065,arcs:[[-4946,5213,5214,5215,5216,-4976]]},{type:"Polygon",id:54109,arcs:[[5217,5218,-5099,-5061,-4932,-5095]]},{type:"Polygon",id:51029,arcs:[[5219,5220,5221,-5045,-4862,-5075]]},{type:"Polygon",id:6039,arcs:[[-4572,5222,5223,-5167,-4786]]},{type:"Polygon",id:51119,arcs:[[5224,-5108,-4981,5225]]},{type:"Polygon",id:21071,arcs:[[-5120,5226,5227,-5176,-5086]]},{type:"Polygon",id:8003,arcs:[[-5069,5228,5229,-5190,-4778]]},{type:"Polygon",id:51049,arcs:[[-5159,5230,5231,5232,-5220,-5074]]},{type:"Polygon",id:21195,arcs:[[5233,5234,5235,5236,5237,-5227,-5119,-5102]]},{type:"Polygon",id:29093,arcs:[[-5033,5238,5239,5240,-5214,-4945,-4953]]},{type:"Polygon",id:20187,arcs:[[5241,5242,5243,5244,-4880,-4905]]},{type:"Polygon",id:21183,arcs:[[-5050,5245,5246,5247,5248,-5130,-5091]]},{type:"Polygon",id:20067,arcs:[[5249,5250,-5242,-4900]]},{type:"Polygon",id:20081,arcs:[[-5090,5251,5252,5253,-5250,-4904]]},{type:"Polygon",id:20097,arcs:[[-5202,5254,5255,5256,-5141,-5024]]},{type:"Polygon",id:20095,arcs:[[-5145,5257,5258,5259,-5200,-4972]]},{type:"Polygon",id:20205,arcs:[[5260,5261,5262,-4968,-5053]]},{type:"Polygon",id:20133,arcs:[[-5057,5263,5264,5265,-5261,-5055]]},{type:"Polygon",id:21123,arcs:[[5266,5267,5268,5269,-5078,-5098]]},{type:"Polygon",id:21155,arcs:[[-5140,5270,5271,5272,-5267,-5097]]},{type:"Polygon",id:54063,arcs:[[-5123,5273,5274,-5182,-4884]]},{type:"Polygon",id:21129,arcs:[[-5186,5275,5276,5277,-5187,-5128]]},{type:"Polygon",id:21021,arcs:[[-5199,5278,5279,-5271,-5139,-5115]]},{type:"Polygon",id:51087,arcs:[[5280,5281,5282,5283,5284,5285,5286,5287,-5157,-5072]]},{type:"Polygon",id:6081,arcs:[[5288,5289,5290,5291,-5193]]},{type:"Polygon",id:21025,arcs:[[-5178,5292,5293,5294,-5276,-5185]]},{type:"Polygon",id:51145,arcs:[[5295,5296,-5231,-5158]]},{type:"Polygon",id:21149,arcs:[[-5249,5297,5298,5299,-5105,-5131]]},{type:"Polygon",id:20037,arcs:[[-5041,5300,5301,5302,5303,-5264,-5056]]},{type:"Polygon",id:51045,arcs:[[5304,5305,5306,-5274,-5122,-5213]]},{type:"Polygon",id:8023,arcs:[[-5210,5307,5308,5309,-5229,-5068]]},{type:"Polygon",id:29011,arcs:[[-5166,5310,5311,-5301,-5040]]},{type:"Polygon",id:21233,arcs:[[5312,5313,5314,-5169,-5106,-5300]]},{type:"Polygon",id:29123,arcs:[[-5163,5315,5316,-5239,-5032]]},{type:"Polygon",id:8009,arcs:[[-5245,5317,5318,5319,-5207,-4889,-4881]]},{type:"Polygon",id:8083,arcs:[[5320,5321,-4751,-5175]]},{type:"Polygon",id:8067,arcs:[[-4996,5322,5323,-5321,-5112]]},{type:"Polygon",id:6047,arcs:[[-5224,5324,5325,5326,-5034,-5168]]},{type:"Polygon",id:21137,arcs:[[5327,5328,5329,-5279,-5198]]},{type:"Polygon",id:51127,arcs:[[5330,5331,5332,-5281,-5071,-5150]]},{type:"Polygon",id:21085,arcs:[[-5081,-5080,5333,5334,5335,-5246,-5049]]},{type:"Polygon",id:51019,arcs:[[5336,5337,5338,5339,5340,-5211,-5027,-5206]]},{type:"Polygon",id:49053,arcs:[[5341,5342,-4624,-4990]]},{type:"Polygon",id:20049,arcs:[[-5263,5343,5344,5345,-5020,-4969]]},{type:"Polygon",id:29179,arcs:[[5346,5347,5348,-5215,-5241]]},{type:"Polygon",id:29031,arcs:[[5349,5350,5351,5352,5353,-5161]]},{type:"Polygon",id:29215,arcs:[[-4977,-5217,5354,5355,5356,5357,-5172,-5065]]},{type:"Polygon",id:17069,arcs:[[-5137,-5171,5358,5359,5360,-5146]]},{type:"Polygon",id:17151,arcs:[[-5361,5361,5362,5363,-5147]]},{type:"Polygon",id:51760,arcs:[[-5285,5364,-5287,-5286]]},{type:"Polygon",id:17087,arcs:[[-5364,5365,5366,5367,-5183]]},{type:"Polygon",id:17181,arcs:[[-5184,-5368,5368,5369,-5350,-5160,-5125]]},{type:"Polygon",id:51073,arcs:[[5370,5371,5372,-5109,-5225]]},{type:"Polygon",id:29017,arcs:[[-5354,5373,5374,-5316,-5162]]},{type:"Polygon",id:54055,arcs:[[-5181,5375,5376,5377,5378,-5218,-5094]]},{type:"Polygon",id:6019,arcs:[[5379,5380,5381,5382,5383,-5325,-5223,-4571]]},{type:"Polygon",id:29057,arcs:[[-5196,5384,5385,5386,-5311,-5165]]},{type:"Polygon",id:21109,arcs:[[-5278,5387,5388,5389,5390,-5133,-5188]]},{type:"Polygon",id:21107,arcs:[[5391,5392,5393,-5313,-5299]]},{type:"Polygon",id:51041,arcs:[[-5365,-5284,5394,5395,5396,5397,5398,5399,5400,5401,-5296,-5288]]},{type:"Polygon",id:51011,arcs:[[5402,5403,5404,-5203,-5046,-5222]]},{type:"MultiPolygon",id:51131,arcs:[[[5405,-5058]]]},{type:"Polygon",id:21045,arcs:[[-5330,5406,5407,5408,5409,-5272,-5280]]},{type:"Polygon",id:54047,arcs:[[-5379,5410,5411,-5100,-5219]]},{type:"Polygon",id:21055,arcs:[[-5315,5412,5413,5414,-5359,-5170]]},{type:"Polygon",id:49025,arcs:[[-4979,-4755,5415,5416,-5342,-4989]]},{type:"Polygon",id:21189,arcs:[[-5295,5417,5418,-5388,-5277]]},{type:"Polygon",id:21203,arcs:[[-5391,5419,5420,-5328,-5197,-5134]]},{type:"Polygon",id:51027,arcs:[[-5412,5421,5422,5423,-5234,-5101]]},{type:"Polygon",id:51115,arcs:[[-5372,5424]]},{type:"Polygon",id:21119,arcs:[[-5177,-5228,-5238,5425,5426,-5293]]},{type:"Polygon",id:51007,arcs:[[-5402,5427,5428,5429,-5232,-5297]]},{type:"Polygon",id:51036,arcs:[[5430,5431,-5282,-5333]]},{type:"Polygon",id:29225,arcs:[[-5174,5432,5433,5434,5435,-5152]]},{type:"Polygon",id:6085,arcs:[[-5035,-5327,5436,5437,-5290,5438,-5155]]},{type:"Polygon",id:21217,arcs:[[-5273,-5410,5439,5440,-5268]]},{type:"Polygon",id:29229,arcs:[[-5358,5441,-5433,-5173]]},{type:"Polygon",id:51071,arcs:[[-5307,5442,5443,5444,-5376,-5180,-5275]]},{type:"Polygon",id:20035,arcs:[[-5346,5445,5446,5447,5448,-5021]]},{type:"Polygon",id:20191,arcs:[[-5449,5449,5450,5451,-5258,-5144]]},{type:"Polygon",id:20119,arcs:[[-5143,5452,5453,5454,-5252,-5089]]},{type:"Polygon",id:20025,arcs:[[-5257,5455,5456,5457,-5453,-5142]]},{type:"Polygon",id:20007,arcs:[[-5260,5458,5459,5460,5461,-5255,-5201]]},{type:"Polygon",id:21087,arcs:[[-5441,5462,5463,5464,-5269]]},{type:"Polygon",id:51680,arcs:[[-5205,5465,-5337]]},{type:"Polygon",id:6027,arcs:[[-4773,-4255,5466,5467,5468,5469,-5380,-4570]]},{type:"Polygon",id:51095,arcs:[[5470,5471,5472,-5431,-5332,5473,5474,5475]]},{type:"Polygon",id:21099,arcs:[[-5270,-5465,5476,5477,5478,-5334,-5079]]},{type:"Polygon",id:21193,arcs:[[-5427,5479,5480,5481,5482,-5418,-5294]]},{type:"Polygon",id:51031,arcs:[[-5405,5483,5484,5485,-5338,-5466,-5204]]},{type:"Polygon",id:29077,arcs:[[-5153,-5436,5486,5487,-5385,-5195]]},{type:"Polygon",id:21139,arcs:[[-5415,5488,5489,5490,5491,-5362,-5360]]},{type:"Polygon",id:29203,arcs:[[-5349,5492,5493,5494,-5355,-5216]]},{type:"Polygon",id:8007,arcs:[[-5118,-5192,5495,5496,5497,-5323,-4995]]},{type:"Polygon",id:51161,arcs:[[-5341,5498,5499,5500,-5305,-5212],[5501,5502]]},{type:"Polygon",id:21177,arcs:[[5503,5504,5505,5506,-5392,-5298,-5248]]},{type:"Polygon",id:51147,arcs:[[-5233,-5430,5507,5508,5509,-5403,-5221]]},{type:"Polygon",id:8021,arcs:[[-5191,-5230,-5310,5510,5511,-5496]]},{type:"Polygon",id:21031,arcs:[[5512,5513,-5504,-5247,-5336,5514]]},{type:"Polygon",id:20129,arcs:[[5515,5516,5517,-5318,-5244]]},{type:"Polygon",id:20189,arcs:[[-5254,5518,5519,-5516,-5243,-5251]]},{type:"Polygon",id:20175,arcs:[[-5455,5520,5521,-5519,-5253]]},{type:"Polygon",id:20125,arcs:[[-5262,-5266,5522,5523,5524,5525,-5344]]},{type:"Polygon",id:20077,arcs:[[5526,5527,-5459,-5259,-5452]]},{type:"Polygon",id:20033,arcs:[[5528,5529,-5456,-5256,-5462]]},{type:"Polygon",id:20099,arcs:[[-5304,5530,5531,5532,-5523,-5265]]},{type:"Polygon",id:21033,arcs:[[-5394,5533,5534,5535,-5413,-5314]]},{type:"Polygon",id:51199,arcs:[[5536,5537,5538,5539,-5471,5540,-5475]]},{type:"Polygon",id:29097,arcs:[[-5387,5541,5542,5543,-5302,-5312]]},{type:"Polygon",id:51121,arcs:[[5544,5545,5546,5547,-5443,-5306,-5501]]},{type:"Polygon",id:21051,arcs:[[-5483,5548,5549,5550,5551,-5389,-5419]]},{type:"Polygon",id:21199,arcs:[[5552,5553,5554,-5407,-5329,-5421,5555]]},{type:"Polygon",id:20021,arcs:[[-5544,5556,5557,5558,-5531,-5303]]},{type:"Polygon",id:21061,arcs:[[-5479,5559,5560,-5515,-5335]]},{type:"Polygon",id:51770,arcs:[[5561,-5503]]},{type:"Polygon",id:17127,arcs:[[-5492,5562,5563,-5366,-5363]]},{type:"Polygon",id:51185,arcs:[[-5378,5564,5565,5566,-5422,-5411]]},{type:"Polygon",id:17003,arcs:[[5567,5568,5569,5570,-5351,-5370]]},{type:"Polygon",id:21125,arcs:[[-5552,5571,5572,5573,-5556,-5420,-5390]]},{type:"Polygon",id:17153,arcs:[[-5367,-5564,5574,5575,-5568,-5369]]},{type:"Polygon",id:21131,arcs:[[5576,5577,-5549,-5482]]},{type:"Polygon",id:29223,arcs:[[-5375,5578,5579,5580,-5347,-5240,-5317]]},{type:"Polygon",id:51149,arcs:[[5581,5582,5583,5584,5585,-5397,5586]]},{type:"Polygon",id:21001,arcs:[[-5409,5587,5588,5589,-5463,-5440]]},{type:"Polygon",id:51051,arcs:[[5590,5591,-5235,-5424]]},{type:"Polygon",id:20019,arcs:[[-5526,5592,5593,-5446,-5345]]},{type:"Polygon",id:51021,arcs:[[5594,5595,5596,-5565,-5377,-5445]]},{type:"Polygon",id:51135,arcs:[[5597,5598,-5508,-5429,5599]]},{type:"Polygon",id:29109,arcs:[[-5488,5600,5601,5602,5603,-5542,-5386]]},{type:"Polygon",id:6087,arcs:[[5604,5605,5606,-5291,-5438]]},{type:"Polygon",id:51053,arcs:[[5607,-5585,5608,5609,5610,-5600,-5428,-5401]]},{type:"Polygon",id:21133,arcs:[[-5237,5611,5612,-5480,-5426]]},{type:"Polygon",id:29201,arcs:[[5613,5614,5615,-5352,-5571]]},{type:"Polygon",id:51037,arcs:[[5616,5617,5618,-5484,-5404,-5510]]},{type:"Polygon",id:51155,arcs:[[5619,-5546,5620,5621,5622,-5595,-5444,-5548]]},{type:"Polygon",id:51181,arcs:[[5623,5624,5625,-5583,5626]]},{type:"Polygon",id:51067,arcs:[[5627,5628,5629,5630,-5499,-5340]]},{type:"Polygon",id:21007,arcs:[[5631,5632,-5569,-5576,5633]]},{type:"Polygon",id:21145,arcs:[[-5491,5634,5635,5636,-5634,-5575,-5563]]},{type:"Polygon",id:51700,arcs:[[5637,5638,-5472,-5540]]},{type:"Polygon",id:51195,arcs:[[5639,5640,5641,5642,-5612,-5236,-5592]]},{type:"Polygon",id:21227,arcs:[[-5561,5643,5644,5645,5646,-5513]]},{type:"Polygon",id:21207,arcs:[[-5555,5647,5648,5649,-5588,-5408]]},{type:"Polygon",id:21169,arcs:[[-5590,5650,5651,5652,-5477,-5464]]},{type:"Polygon",id:21143,arcs:[[-5536,5653,5654,-5489,-5414]]},{type:"Polygon",id:21009,arcs:[[5655,5656,-5644,-5560,-5478,-5653]]},{type:"Polygon",id:21047,arcs:[[-5507,5657,5658,5659,5660,-5534,-5393]]},{type:"Polygon",id:51093,arcs:[[5661,5662,5663,5664,-5624,5665]]},{type:"Polygon",id:51167,arcs:[[5666,5667,5668,-5640,-5591,-5423,-5567]]},{type:"Polygon",id:51143,arcs:[[5669,5670,5671,5672,5673,5674,-5628,-5339,-5486]]},{type:"Polygon",id:51063,arcs:[[-5631,5675,5676,-5621,-5545,-5500]]},{type:"Polygon",id:29207,arcs:[[-5353,-5616,5677,5678,5679,-5579,-5374]]},{type:"Polygon",id:51111,arcs:[[-5599,5680,5681,-5617,-5509]]},{type:"Polygon",id:51650,arcs:[[-5638,-5539,-5683,5683]]},{type:"Polygon",id:51183,arcs:[[5684,5685,-5609,-5584,-5626]]},{type:"Polygon",id:29035,arcs:[[-5581,5686,5687,5688,-5493,-5348]]},{type:"Polygon",id:29043,arcs:[[-5435,5689,5690,5691,-5601,-5487]]},{type:"Polygon",id:51197,arcs:[[5692,5693,5694,-5596,-5623]]},{type:"Polygon",id:21141,arcs:[[5695,5696,5697,-5505,-5514,-5647]]},{type:"Polygon",id:21219,arcs:[[-5698,5698,5699,-5658,-5506]]},{type:"Polygon",id:29067,arcs:[[-5442,-5357,5700,5701,5702,-5690,-5434]]},{type:"Polygon",id:21157,arcs:[[-5655,5703,5704,5705,-5635,-5490]]},{type:"Polygon",id:29133,arcs:[[-5633,5706,5707,5708,5709,-5614,-5570]]},{type:"Polygon",id:51083,arcs:[[-5619,5710,5711,5712,5713,-5670,-5485]]},{type:"Polygon",id:29091,arcs:[[-5495,5714,5715,5716,-5701,-5356]]},{type:"Polygon",id:29145,arcs:[[-5604,5717,5718,5719,-5557,-5543]]},{type:"Polygon",id:21121,arcs:[[5720,5721,-5572,-5551]]},{type:"Polygon",id:51025,arcs:[[-5611,5722,5723,5724,5725,-5681,-5598]]},{type:"Polygon",id:21095,arcs:[[-5613,-5643,5726,5727,-5577,-5481]]},{type:"Polygon",id:51173,arcs:[[-5597,-5695,5728,5729,-5667,-5566]]},{type:"Polygon",id:4017,arcs:[[5730,5731,5732,5733,-4753]]},{type:"Polygon",id:4005,arcs:[[-5734,5734,5735,5736,-5416,-4754]]},{type:"Polygon",id:21221,arcs:[[5737,5738,-5704,-5654,-5535,-5661]]},{type:"Polygon",id:40105,arcs:[[-5533,5739,5740,5741,-5524]]},{type:"Polygon",id:40113,arcs:[[5742,5743,5744,5745,5746,-5447,-5594]]},{type:"Polygon",id:40151,arcs:[[-5461,5747,5748,5749,5750,5751,-5529]]},{type:"Polygon",id:40035,arcs:[[-5559,5752,5753,5754,5755,-5740,-5532]]},{type:"Polygon",id:40147,arcs:[[-5742,5756,5757,-5743,-5593,-5525]]},{type:"Polygon",id:40053,arcs:[[5758,5759,5760,-5527,-5451]]},{type:"Polygon",id:40003,arcs:[[-5528,-5761,5761,5762,-5748,-5460]]},{type:"Polygon",id:40071,arcs:[[-5747,5763,5764,-5759,-5450,-5448]]},{type:"Polygon",id:40115,arcs:[[-5720,5765,5766,-5753,-5558]]},{type:"Polygon",id:40059,arcs:[[-5530,-5752,-5751,5767,5768,5769,-5457]]},{type:"Polygon",id:35039,arcs:[[-5512,5770,5771,5772,5773,5774,5775,-5497]]},{type:"Polygon",id:35045,arcs:[[-5776,5776,5777,5778,-5322,-5324,-5498]]},{type:"Polygon",id:4001,arcs:[[-5779,5779,5780,5781,5782,5783,-5731,-4752]]},{type:"Polygon",id:35059,arcs:[[5784,5785,5786,5787,5788,5789,-5208,-5320]]},{type:"Polygon",id:40025,arcs:[[-5518,5790,5791,5792,-5785,-5319]]},{type:"Polygon",id:40139,arcs:[[5793,5794,5795,5796,-5791,-5517,-5520,-5522]]},{type:"Polygon",id:40007,arcs:[[-5458,-5770,5797,5798,5799,-5794,-5521,-5454]]},{type:"Polygon",id:51175,arcs:[[5800,-5663,5801,5802,5803,5804,5805,-5685,-5625,-5665]]},{type:"Polygon",id:21231,arcs:[[5806,5807,5808,5809,-5648,-5554]]},{type:"Polygon",id:35055,arcs:[[5810,5811,-5771,-5511,-5309]]},{type:"Polygon",id:35007,arcs:[[-5790,5812,5813,-5811,-5308,-5209]]},{type:"Polygon",id:29209,arcs:[[5814,5815,5816,-5602,-5692]]},{type:"Polygon",id:6069,arcs:[[-5326,-5384,5817,-5605,-5437]]},{type:"Polygon",id:21235,arcs:[[-5722,5818,5819,5820,5821,-5573]]},{type:"Polygon",id:51710,arcs:[[5822,5823]]},{type:"Polygon",id:21147,arcs:[[-5822,5824,5825,-5807,-5553,-5574]]},{type:"Polygon",id:21013,arcs:[[-5578,-5728,5826,5827,-5819,-5721,-5550]]},{type:"Polygon",id:21039,arcs:[[-5637,5828,5829,-5707,-5632]]},{type:"Polygon",id:21083,arcs:[[-5706,5830,5831,5832,5833,-5829,-5636]]},{type:"Polygon",id:21057,arcs:[[5834,5835,5836,-5651,-5589,-5650]]},{type:"Polygon",id:21003,arcs:[[-5657,5837,5838,5839,5840,-5645]]},{type:"Polygon",id:29009,arcs:[[-5817,5841,5842,5843,-5718,-5603]]},{type:"Polygon",id:51810,arcs:[[5844,5845,5846,5847,5848,5849,5850,-5823,5851]]},{type:"Polygon",id:51035,arcs:[[5852,5853,5854,5855,5856,-5693,-5622,-5677]]},{type:"Polygon",id:51191,arcs:[[5857,5858,5859,-5668,-5730,5860,5861,5862,5863]]},{type:"Polygon",id:29023,arcs:[[-5680,5864,5865,5866,-5687,-5580]]},{type:"Polygon",id:51800,arcs:[[-5868,5868,5869,5870,-5802,-5662,5871]]},{type:"Polygon",id:6053,arcs:[[-5818,-5383,5872,5873,5874,-5606]]},{type:"Polygon",id:51081,arcs:[[-5686,-5806,5875,-5723,-5610]]},{type:"Polygon",id:51105,arcs:[[5876,5877,5878,-5827,-5727,-5642]]},{type:"Polygon",id:51117,arcs:[[-5726,5879,5880,5881,-5711,-5618,-5682]]},{type:"Polygon",id:21053,arcs:[[-5810,5882,5883,-5835,-5649]]},{type:"Polygon",id:29149,arcs:[[-5689,5884,5885,5886,5887,-5715,-5494]]},{type:"Polygon",id:51169,arcs:[[-5669,-5860,5888,5889,5890,-5877,-5641]]},{type:"Polygon",id:21213,arcs:[[5891,5892,-5696,-5646,-5841]]},{type:"Polygon",id:51141,arcs:[[5893,5894,5895,-5853,-5676,-5630]]},{type:"Polygon",id:29143,arcs:[[-5710,5896,5897,5898,5899,5900,5901,-5678,-5615]]},{type:"Polygon",id:51550,arcs:[[5902,-5904,5904,5905,-5850,5906,5907,-5869,-5909]]},{type:"Polygon",id:51089,arcs:[[5909,5910,-5894,-5629,-5675]]},{type:"Polygon",id:32003,arcs:[[5911,5912,-5467,-4254,-4626]]},{type:"Polygon",id:21171,arcs:[[-5837,5913,5914,-5838,-5656,-5652]]},{type:"Polygon",id:29181,arcs:[[-5867,5915,5916,-5885,-5688]]},{type:"Polygon",id:29213,arcs:[[-5703,5917,5918,5919,5920,-5815,-5691]]},{type:"Polygon",id:40153,arcs:[[5921,5922,5923,-5768,5750,-5751,-5750]]},{type:"Polygon",id:51077,arcs:[[-5857,5924,-5855,5925,5926,5927,5928,-5861,-5729,-5694]]},{type:"Polygon",id:29153,arcs:[[-5717,5929,5930,5931,-5918,-5702]]},{type:"Polygon",id:21105,arcs:[[-5834,5932,5933,5934,-5708,-5830]]},{type:"Polygon",id:29119,arcs:[[-5844,5935,5936,-5766,-5719]]},{type:"Polygon",id:21035,arcs:[[-5739,5937,5938,-5831,-5705]]},{type:"Polygon",id:6107,arcs:[[5939,5940,-5381,-5470]]},{type:"Polygon",id:47161,arcs:[[-5660,5941,5942,5943,5944,-5938,-5738]]},{type:"Polygon",id:40041,arcs:[[-5937,5945,5946,5947,5948,-5754,-5767]]},{type:"Polygon",id:47147,arcs:[[5949,5950,5951,-5699,-5697,-5893,5952]]},{type:"Polygon",id:47165,arcs:[[5953,5954,5955,5956,-5953,-5892,-5840]]},{type:"MultiPolygon",id:21075,arcs:[[[5957,5958,-5897,-5709,-5935]]]},{type:"Polygon",id:47125,arcs:[[-5952,5959,5960,5961,-5942,-5659,-5700]]},{type:"Polygon",id:51590,arcs:[[5962,-5672]]},{type:"Polygon",id:47111,arcs:[[5963,5964,5965,-5954,-5839,-5915,5966]]},{type:"Polygon",id:29069,arcs:[[-5902,5967,5968,5969,5970,5971,5972,-5865,-5679]]},{type:"Polygon",id:47137,arcs:[[5973,5974,5975,5976,-5883,-5809]]},{type:"Polygon",id:47027,arcs:[[5977,5978,-5967,-5914,-5836,-5884,-5977]]},{type:"Polygon",id:47163,arcs:[[5979,5980,5981,-5889,-5859,-5983,-5863,5983]]},{type:"Polygon",id:47091,arcs:[[-5929,5984,5985,5986,5987,-5984,-5862]]},{type:"Polygon",id:47151,arcs:[[5988,5989,5990,5991,-5974,-5808,-5826]]},{type:"Polygon",id:47025,arcs:[[5992,5993,5994,5995,-5820,-5828,-5879]]},{type:"Polygon",id:40103,arcs:[[5996,5997,5998,5999,-5764,-5746]]},{type:"Polygon",id:47067,arcs:[[-5891,6e3,6001,-5993,-5878]]},{type:"Polygon",id:40131,arcs:[[6002,6003,6004,-5757,-5741,-5756]]},{type:"Polygon",id:47013,arcs:[[6005,6006,-5989,-5825,-5821,-5996]]},{type:"Polygon",id:47073,arcs:[[-5982,6007,6008,6009,6010,-6001,-5890]]},{type:"Polygon",id:40047,arcs:[[-5765,-6e3,6011,6012,6013,-5762,-5760]]},{type:"Polygon",id:40045,arcs:[[-5924,6014,6015,6016,6017,-5798,-5769]]},{type:"Polygon",id:37009,arcs:[[6018,6019,6020,-5985,-5928]]},{type:"Polygon",id:47049,arcs:[[-5992,6021,6022,6023,6024,-5975]]},{type:"Polygon",id:37005,arcs:[[6025,6026,-6019,-5927]]},{type:"Polygon",id:40117,arcs:[[6027,6028,6029,-5997,-5745]]},{type:"Polygon",id:37171,arcs:[[-5896,6030,6031,6032,6033,-6026,-5926,-5854]]},{type:"Polygon",id:37073,arcs:[[6034,6035,6036,6037,6038,6039,-5803,-5871]]},{type:"MultiPolygon",id:37053,arcs:[[[6040,-5907,-5849,6041]],[[-5845,6042,6043,6044]]]},{type:"Polygon",id:37169,arcs:[[-5911,6045,6046,-6031,-5895]]},{type:"Polygon",id:37029,arcs:[[-5870,-5908,-6041,6047,6048,-6035]]},{type:"Polygon",id:37185,arcs:[[6049,6050,6051,6052,-5880,-5725]]},{type:"Polygon",id:37131,arcs:[[6053,6054,-6050,-5724,-5876,-5805,6055]]},{type:"Polygon",id:37091,arcs:[[-6040,6056,6057,-6056,-5804]]},{type:"Polygon",id:37145,arcs:[[6058,6059,6060,6061,-5713]]},{type:"Polygon",id:37181,arcs:[[-6053,6062,6063,-5881]]},{type:"Polygon",id:37077,arcs:[[6064,6065,6066,-6059,-5712,-5882,-6064]]},{type:"Polygon",id:37157,arcs:[[-5674,6067,6068,6069,-6046,-5910]]},{type:"Polygon",id:37033,arcs:[[-6062,6070,6071,-6068,-5673,-5963,-5671,-5714]]},{type:"Polygon",id:47133,arcs:[[-6025,6072,6073,-5978,-5976]]},{type:"Polygon",id:47087,arcs:[[-6074,6074,6075,-5964,-5979]]},{type:"Polygon",id:37083,arcs:[[6076,6077,6078,6079,-6051,-6055]]},{type:"Polygon",id:40097,arcs:[[-5949,6080,6081,-6003,-5755]]},{type:"Polygon",id:47019,arcs:[[6082,6083,6084,6085,-5980,-5988]]},{type:"Polygon",id:37139,arcs:[[6086,6087,-6036,-6049]]},{type:"Polygon",id:47131,arcs:[[-5934,6088,6089,6090,6091,-5958]]},{type:"Polygon",id:40093,arcs:[[-5763,-6014,6092,6093,6094,-5922,-5749]]},{type:"Polygon",id:47183,arcs:[[6095,6096,6097,-6089,-5933,-5833]]},{type:"Polygon",id:47095,arcs:[[6098,6099,-5900,-6101,-5898,-5959,-6092]]},{type:"Polygon",id:48421,arcs:[[6101,6102,-5792,-5797,6103]]},{type:"Polygon",id:47079,arcs:[[-5945,6104,6105,-6096,-5832,-5939]]},{type:"Polygon",id:48195,arcs:[[6106,6107,-6104,-5796,6108]]},{type:"Polygon",id:48111,arcs:[[-5793,-6103,6109,-5786]]},{type:"Polygon",id:48357,arcs:[[6110,6111,-6109,-5795,-5800]]},{type:"Polygon",id:48295,arcs:[[6112,6113,-6111,-5799,-6018]]},{type:"Polygon",id:5007,arcs:[[-5843,6114,6115,6116,6117,-5946,-5936]]},{type:"Polygon",id:5049,arcs:[[6118,6119,6120,-5930,-5716,-5888]]},{type:"Polygon",id:5015,arcs:[[-5816,-5921,6121,6122,6123,-6115,-5842]]},{type:"Polygon",id:5135,arcs:[[-5887,6124,6125,6126,6127,-6119]]},{type:"Polygon",id:5121,arcs:[[6128,6129,-6125,-5886,-5917,6130]]},{type:"Polygon",id:5009,arcs:[[6131,6132,6133,-6122,-5920]]},{type:"Polygon",id:5089,arcs:[[6134,6135,-6132,-5919,-5932]]},{type:"Polygon",id:5005,arcs:[[-6121,6136,6137,6138,-6135,-5931]]},{type:"Polygon",id:5021,arcs:[[-5866,-5973,6139,-6131,-5916]]},{type:"Polygon",id:6031,arcs:[[6140,6141,-5873,-5382,-5941]]},{type:"Polygon",id:47169,arcs:[[-5966,6142,6143,-5955]]},{type:"Polygon",id:47021,arcs:[[6144,6145,6146,6147,-5960,-5951]]},{type:"Polygon",id:47179,arcs:[[-6086,6148,6149,-6008,-5981]]},{type:"Polygon",id:37193,arcs:[[-6034,6150,6151,6152,6153,6154,-6020,-6027]]},{type:"Polygon",id:47173,arcs:[[6155,6156,6157,-6006,-5995]]},{type:"Polygon",id:47159,arcs:[[-6076,6158,6159,6160,-6143,-5965]]},{type:"Polygon",id:29155,arcs:[[-6100,6161,6162,-5968,-5901]]},{type:"Polygon",id:40143,arcs:[[-6005,6163,6164,6165,-6028,-5744,-5758]]},{type:"Polygon",id:47057,arcs:[[-6002,-6011,6166,6167,6168,-6156,-5994]]},{type:"Polygon",id:47037,arcs:[[-5957,6169,6170,6171,-6145,-5950]]},{type:"Polygon",id:47059,arcs:[[6172,6173,6174,6175,6176,-6009,-6150]]},{type:"Polygon",id:37189,arcs:[[-6155,6177,6178,-5986,-6021]]},{type:"Polygon",id:37143,arcs:[[6179,6180,-6037,-6088]]},{type:"Polygon",id:47129,arcs:[[-5991,6181,6182,6183,-6022]]},{type:"Polygon",id:47083,arcs:[[-5962,6184,6185,6186,-5943]]},{type:"Polygon",id:47005,arcs:[[-6187,6187,6188,6189,6190,-6105,-5944]]},{type:"Polygon",id:47189,arcs:[[-6144,-6161,6191,6192,6193,-6170,-5956]]},{type:"Polygon",id:37041,arcs:[[6194,-6038,-6181]]},{type:"Polygon",id:47063,arcs:[[-6177,6195,6196,-6167,-6010]]},{type:"Polygon",id:47043,arcs:[[-6148,-6147,6197,6198,6199,-6185,-5961]]},{type:"Polygon",id:5087,arcs:[[6200,6201,6202,6203,6204,-6116,-6124]]},{type:"Polygon",id:47141,arcs:[[-6024,6205,6206,6207,-6159,-6075,-6073]]},{type:"Polygon",id:47001,arcs:[[-6158,6208,6209,-6182,-5990,-6007]]},{type:"Polygon",id:37197,arcs:[[6210,6211,6212,-6151,-6033]]},{type:"Polygon",id:37011,arcs:[[6213,6214,6215,6216,6217,-6083,-5987,-6179]]},{type:"Polygon",id:37069,arcs:[[6218,6219,-6065,-6063,-6052]]},{type:"Polygon",id:5055,arcs:[[-5972,-5971,6220,6221,-6129,-6140]]},{type:"Polygon",id:35033,arcs:[[-5814,6222,6223,6224,-5772,-5812]]},{type:"Polygon",id:37067,arcs:[[6225,6226,6227,-6211,-6032,-6047]]},{type:"Polygon",id:5065,arcs:[[-6128,6228,6229,-6137,-6120]]},{type:"Polygon",id:47171,arcs:[[6230,6231,6232,-6173,-6149,-6085]]},{type:"Polygon",id:5075,arcs:[[-6222,6233,6234,6235,-6126,-6130]]},{type:"Polygon",id:37081,arcs:[[6236,6237,6238,-6226,-6070]]},{type:"Polygon",id:37001,arcs:[[6239,6240,6241,-6237,-6069,-6072]]},{type:"Polygon",id:40119,arcs:[[6242,6243,6244,-5998,-6030]]},{type:"Polygon",id:47085,arcs:[[-6200,6245,6246,-6188,-6186]]},{type:"Polygon",id:37015,arcs:[[6247,6248,6249,-6250,6250,-6077,-6054,-6058]]},{type:"Polygon",id:37135,arcs:[[-6061,6251,6252,-6240,-6071]]},{type:"Polygon",id:37063,arcs:[[-6067,6253,6254,-6252,-6060]]},{type:"Polygon",id:5143,arcs:[[6255,6256,-6117,-6205]]},{type:"MultiPolygon",id:37055,arcs:[[[6257,6258]],[[-6044,6259]]]},{type:"Polygon",id:47053,arcs:[[6260,6261,6262,6263,-6090,-6098]]},{type:"Polygon",id:35043,arcs:[[6264,6265,6266,6267,6268,-5777,-5775]]},{type:"Polygon",id:35021,arcs:[[-5789,6269,6270,-6223,-5813]]},{type:"Polygon",id:47045,arcs:[[6271,6272,6273,-6162,-6099,-6091,-6264]]},{type:"Polygon",id:37127,arcs:[[-6080,6274,6275,6276,-6219]]},{type:"Polygon",id:47089,arcs:[[-6197,6277,6278,6279,-6168]]},{type:"Polygon",id:47093,arcs:[[-6280,6280,6281,6282,6283,-6209,-6157,-6169]]},{type:"Polygon",id:47029,arcs:[[-6175,6284,6285,6286,6287,-6278,-6196,-6176]]},{type:"Polygon",id:47035,arcs:[[-6184,6288,6289,6290,6291,6292,6293,6294,-6206,-6023]]},{type:"Polygon",id:40073,arcs:[[6295,6296,6297,-6093,-6013]]},{type:"Polygon",id:40083,arcs:[[-5999,-6245,6298,6299,-6296,-6012]]},{type:"Polygon",id:40011,arcs:[[-6298,6300,6301,6302,6303,-6094]]},{type:"Polygon",id:40043,arcs:[[6304,6305,-6015,-5923,-6095,-6304]]},{type:"Polygon",id:40037,arcs:[[-6166,6306,6307,6308,-6243,-6029]]},{type:"Polygon",id:40145,arcs:[[-6082,6309,6310,6311,-6164,-6004]]},{type:"Polygon",id:40021,arcs:[[-5948,6312,6313,6314,-6310,-6081]]},{type:"Polygon",id:40001,arcs:[[-6118,-6257,6315,6316,-6313,-5947]]},{type:"Polygon",id:37121,arcs:[[-6218,6317,6318,-6231,-6084]]},{type:"Polygon",id:37065,arcs:[[6319,6320,6321,-6275,-6079]]},{type:"Polygon",id:47017,arcs:[[-6191,6322,6323,6324,-6261,-6097,-6106]]},{type:"Polygon",id:47041,arcs:[[6325,6326,6327,-6192,-6160,-6208]]},{type:"Polygon",id:5137,arcs:[[6328,6329,6330,6331,-6138,-6230]]},{type:"Polygon",id:5101,arcs:[[-6134,6332,6333,6334,-6201,-6123]]},{type:"Polygon",id:37027,arcs:[[-6154,6335,6336,6337,-6214,-6178]]},{type:"Polygon",id:5129,arcs:[[-6139,-6332,6338,6339,-6333,-6133,-6136]]},{type:"Polygon",id:47149,arcs:[[6340,6341,6342,6343,6344,-6171,-6194]]},{type:"Polygon",id:37199,arcs:[[6345,6346,6347,-6232,-6319]]},{type:"Polygon",id:47185,arcs:[[-6295,6348,6349,-6326,-6207]]},{type:"Polygon",id:37183,arcs:[[-6220,6350,6351,6352,-6254,-6066]]},{type:"Polygon",id:37117,arcs:[[6249,6353,6354,6355,-6320,-6078,-6251]]},{type:"Polygon",id:37115,arcs:[[-6233,-6348,6356,6357,-6285,6174,-6175,-6174]]},{type:"Polygon",id:37059,arcs:[[6358,6359,6360,-6212,-6228]]},{type:"Polygon",id:48393,arcs:[[-6114,6361,6362,6363,6364,-6107,-6112]]},{type:"Polygon",id:48211,arcs:[[-6113,-6017,6365,6366,-6362]]},{type:"Polygon",id:48233,arcs:[[-6108,-6365,6367,6368]]},{type:"Polygon",id:48205,arcs:[[6369,6370,6371,-5787,-6110]]},{type:"Polygon",id:37097,arcs:[[-6213,-6361,6372,6373,6374,6375,6376,6377,-6152]]},{type:"Polygon",id:48341,arcs:[[-6369,6378,6379,6380,-6370,-6102]]},{type:"Polygon",id:47187,arcs:[[-6345,6381,6382,6383,-6198,-6146,-6172]]},{type:"Polygon",id:37003,arcs:[[6384,-6336,-6153,-6378]]},{type:"Polygon",id:47145,arcs:[[6385,6386,6387,6388,-6289,-6183,-6210,-6284,6389]]},{type:"Polygon",id:47155,arcs:[[-6288,-6287,6286,6390,6391,6392,-6281,-6279]]},{type:"Polygon",id:37057,arcs:[[-6239,6393,6394,6395,-6359,-6227]]},{type:"Polygon",id:40129,arcs:[[-6306,6396,6397,6398,-6366,-6016]]},{type:"Polygon",id:35031,arcs:[[-6269,6399,-5780,-5778]]},{type:"Polygon",id:35049,arcs:[[-6225,6400,6401,6402,-6266,6403,6404,6405,-5773]]},{type:"Polygon",id:5093,arcs:[[6406,6407,6408,6409,6410,6411,6412,-5969,-6163,-6274]]},{type:"Polygon",id:37023,arcs:[[-6338,6413,6414,6415,6416,6417,-6216,-6215]]},{type:"Polygon",id:47033,arcs:[[6418,6419,6420,-6272,-6263]]},{type:"Polygon",id:5031, +arcs:[[-6413,6421,6422,-6234,-6221,-5970]]},{type:"Polygon",id:37177,arcs:[[6423,6424,6425]]},{type:"Polygon",id:47081,arcs:[[-6384,6426,6427,6428,-6246,-6199]]},{type:"Polygon",id:37187,arcs:[[-6425,6429,6430,-6354,-6250,-6249,6431]]},{type:"Polygon",id:35028,arcs:[[-5774,-6406,6432,-6404,-6265]]},{type:"Polygon",id:47015,arcs:[[6433,6434,-6341,-6193,-6328]]},{type:"Polygon",id:37111,arcs:[[6435,6436,-6346,-6318,-6217,-6418]]},{type:"Polygon",id:47097,arcs:[[-6421,6437,6438,-6407,-6273]]},{type:"Polygon",id:40081,arcs:[[-6309,6439,6440,6441,-6299,-6244]]},{type:"Polygon",id:5063,arcs:[[-6236,6442,6443,6444,-6329,-6229,-6127]]},{type:"Polygon",id:37151,arcs:[[-6242,6445,6446,6447,-6394,-6238]]},{type:"Polygon",id:47105,arcs:[[-6390,-6283,6448,6449,6450,-6386]]},{type:"Polygon",id:5067,arcs:[[-6235,-6423,6451,6452,6453,6454,-6443]]},{type:"Polygon",id:47009,arcs:[[6455,6456,6457,-6449,-6282,-6393]]},{type:"Polygon",id:37037,arcs:[[-6255,-6353,6458,6459,6460,6461,-6446,-6241,-6253]]},{type:"Polygon",id:35047,arcs:[[-6271,6462,6463,6464,-6401,-6224]]},{type:"Polygon",id:37195,arcs:[[6465,6466,6467,6468,-6276,-6322]]},{type:"Polygon",id:37159,arcs:[[-6396,6469,6470,-6373,-6360]]},{type:"Polygon",id:40111,arcs:[[-6165,-6312,6471,6472,6473,-6307]]},{type:"Polygon",id:40101,arcs:[[-6315,6474,6475,6476,-6472,-6311]]},{type:"Polygon",id:47177,arcs:[[-6350,6477,6478,6479,6480,-6434,-6327]]},{type:"Polygon",id:47119,arcs:[[6481,6482,6483,6484,-6427,-6383]]},{type:"Polygon",id:47039,arcs:[[6485,6486,6487,6488,-6323,-6190]]},{type:"Polygon",id:47135,arcs:[[-6429,6489,6490,-6486,-6189,-6247]]},{type:"Polygon",id:37147,arcs:[[-6356,6491,6492,6493,6494,6495,6496,-6466,-6321]]},{type:"Polygon",id:37035,arcs:[[-6377,6497,-6414,-6337,-6385]]},{type:"Polygon",id:37021,arcs:[[-6437,6498,6499,6500,-6357,-6347]]},{type:"Polygon",id:47143,arcs:[[6501,6502,6503,-6290,-6389]]},{type:"Polygon",id:47175,arcs:[[-6294,6504,-6292,6505,6506,-6478,-6349]]},{type:"Polygon",id:47077,arcs:[[-6489,6507,6508,6509,-6324]]},{type:"Polygon",id:47075,arcs:[[6510,6511,6512,6513,-6438,-6420]]},{type:"Polygon",id:37101,arcs:[[-6469,6514,6515,6516,-6351,-6277]]},{type:"Polygon",id:40039,arcs:[[-6303,6517,6518,6519,-6397,-6305]]},{type:"Polygon",id:6071,arcs:[[6520,6521,6522,6523,6524,6525,-5468,-5913]]},{type:"Polygon",id:6079,arcs:[[-6142,6526,6527,6528,-5874]]},{type:"Polygon",id:6029,arcs:[[-6526,6529,6530,6531,-6527,-6141,-5940,-5469]]},{type:"Polygon",id:47113,arcs:[[-6325,-6510,6532,6533,-6511,-6419,-6262]]},{type:"Polygon",id:5141,arcs:[[-6331,6534,6535,6536,6537,-6339]]},{type:"Polygon",id:37087,arcs:[[-6501,6538,6539,6540,-6391,-6287,-6286,-6358]]},{type:"Polygon",id:5047,arcs:[[6541,6542,6543,-6203,6544]]},{type:"Polygon",id:47007,arcs:[[-6504,6545,6546,-6506,-6291]]},{type:"Polygon",id:5071,arcs:[[-6202,-6335,6547,6548,-6545]]},{type:"Polygon",id:5033,arcs:[[6549,6550,-6316,-6256,-6204,-6544]]},{type:"Polygon",id:47121,arcs:[[6551,6552,6553,-6502,-6388]]},{type:"Polygon",id:35037,arcs:[[-6372,6554,6555,6556,6557,6558,6559,-6463,-6270,-5788]]},{type:"MultiPolygon",id:37013,arcs:[[[6560,6561,6562,-6494]],[[-6431,6563,6564,-6492,-6355]]]},{type:"Polygon",id:5115,arcs:[[-6340,-6538,6565,6566,6567,-6548,-6334]]},{type:"Polygon",id:40017,arcs:[[6568,6569,6570,6571,6572,-6301,-6297]]},{type:"Polygon",id:40109,arcs:[[-6442,6573,6574,-6569,-6300]]},{type:"Polygon",id:5023,arcs:[[-6445,6575,6576,-6535,-6330]]},{type:"Polygon",id:47117,arcs:[[6577,6578,6579,-6482,-6382,-6344]]},{type:"Polygon",id:5111,arcs:[[-6412,6580,6581,-6452,-6422]]},{type:"Polygon",id:37095,arcs:[[-6424,6582,-6258,6583,-6564,-6430]]},{type:"Polygon",id:47031,arcs:[[-6435,-6481,6584,6585,6586,6587,-6342]]},{type:"Polygon",id:47003,arcs:[[-6588,6588,6589,-6578,-6343]]},{type:"Polygon",id:37173,arcs:[[6590,6591,6592,-6456,-6392,-6541]]},{type:"Polygon",id:47123,arcs:[[-6458,6593,6594,6595,6596,6597,6598,-6450]]},{type:"Polygon",id:47101,arcs:[[-6485,6599,6600,-6490,-6428]]},{type:"Polygon",id:37079,arcs:[[6601,6602,-6467,-6497]]},{type:"MultiPolygon",id:47167,arcs:[[[6603,6604,-6410]],[[-6514,6605,6606,-6408,-6439]]]},{type:"Polygon",id:47107,arcs:[[-6451,-6599,6607,-6597,6608,6609,-6552,-6387]]},{type:"Polygon",id:40135,arcs:[[-6317,-6551,6610,6611,6612,-6475,-6314]]},{type:"Polygon",id:40107,arcs:[[-6474,6613,6614,6615,6616,-6440,-6308]]},{type:"Polygon",id:37105,arcs:[[6617,6618,-6461,-6460]]},{type:"Polygon",id:48359,arcs:[[-6381,6619,6620,-6555,-6371]]},{type:"Polygon",id:48065,arcs:[[-6364,6621,6622,6623,-6379,-6368]]},{type:"Polygon",id:48179,arcs:[[6624,6625,-6622,-6363]]},{type:"Polygon",id:48483,arcs:[[-6399,6626,6627,-6625,-6367]]},{type:"Polygon",id:48375,arcs:[[-6624,6628,-6620,-6380]]},{type:"Polygon",id:37161,arcs:[[6629,6630,6631,6632,6633,-6499,-6436,-6417]]},{type:"Polygon",id:37191,arcs:[[-6603,6634,6635,6636,-6515,-6468]]},{type:"Polygon",id:47023,arcs:[[6637,6638,6639,-6533,-6509]]},{type:"Polygon",id:37085,arcs:[[-6517,6640,6641,6642,-6618,-6459,-6352]]},{type:"Polygon",id:37045,arcs:[[6643,6644,6645,6646,-6630,-6416]]},{type:"Polygon",id:37109,arcs:[[-6376,6647,6648,-6644,-6415,-6498]]},{type:"Polygon",id:47153,arcs:[[6649,6650,6651,-6479,-6507,-6547]]},{type:"Polygon",id:40091,arcs:[[6652,6653,6654,-6614,-6473,-6477]]},{type:"Polygon",id:40015,arcs:[[-6573,6655,6656,6657,6658,-6518,-6302]]},{type:"Polygon",id:5145,arcs:[[-6455,6659,6660,6661,6662,-6576,-6444]]},{type:"Polygon",id:47061,arcs:[[6663,6664,-6585,-6480,-6652]]},{type:"Polygon",id:4025,arcs:[[6665,6666,6667,6668,6669,-5736]]},{type:"Polygon",id:37099,arcs:[[-6540,6670,6671,6672,6673,-6591]]},{type:"Polygon",id:37119,arcs:[[6674,6675,6676,6677,6678,-6648,-6375]]},{type:"Polygon",id:37125,arcs:[[-6619,-6643,6679,6680,6681,6682,-6447,-6462]]},{type:"Polygon",id:37123,arcs:[[-6683,6683,6684,-6395,-6448]]},{type:"Polygon",id:37025,arcs:[[6685,6686,-6675,-6374,-6471]]},{type:"Polygon",id:40009,arcs:[[-6520,6687,6688,6689,6690,6691,-6627,-6398]]},{type:"Polygon",id:37167,arcs:[[-6685,6692,6693,-6686,-6470]]},{type:"Polygon",id:37089,arcs:[[-6634,6694,6695,6696,-6500]]},{type:"Polygon",id:47181,arcs:[[6697,6698,6699,-6487,-6491,-6601]]},{type:"Polygon",id:40133,arcs:[[6700,6701,6702,-6616]]},{type:"Polygon",id:37075,arcs:[[6703,6704,-6594,-6457,-6593]]},{type:"Polygon",id:40149,arcs:[[-6659,6705,-6688,-6519]]},{type:"Polygon",id:40125,arcs:[[-6617,-6703,6706,6707,6708,-6574,-6441]]},{type:"Polygon",id:5029,arcs:[[6709,6710,6711,-6566,-6537]]},{type:"Polygon",id:47099,arcs:[[-6484,6712,6713,-6698,-6600]]},{type:"Polygon",id:40061,arcs:[[6714,6715,6716,-6653,-6476,-6613]]},{type:"Polygon",id:47065,arcs:[[-6554,6717,6718,6719,6720,6721,-6650,-6546,-6503]]},{type:"Polygon",id:47055,arcs:[[-6580,6722,6723,6724,-6713,-6483]]},{type:"Polygon",id:5131,arcs:[[-6543,6725,6726,6727,-6611,-6550]]},{type:"Polygon",id:5037,arcs:[[6728,6729,6730,-6453,-6582]]},{type:"Polygon",id:5147,arcs:[[-6731,6731,6732,6733,-6660,-6454]]},{type:"Polygon",id:5035,arcs:[[-6411,-6605,6734,6735,6736,6737,6738,-6729,-6581]]},{type:"Polygon",id:47069,arcs:[[-6534,-6640,6739,6740,6741,6742,6743,-6512]]},{type:"Polygon",id:37107,arcs:[[6744,6745,6746,-6635,-6602,-6496]]},{type:"Polygon",id:5083,arcs:[[-6549,-6568,6747,6748,-6726,-6542]]},{type:"Polygon",id:37175,arcs:[[6749,6750,6751,-6671,-6539,-6697]]},{type:"Polygon",id:47071,arcs:[[-6700,6752,6753,6754,6755,-6638,-6508,-6488]]},{type:"Polygon",id:37071,arcs:[[-6679,6756,-6645,-6649]]},{type:"MultiPolygon",id:37049,arcs:[[[6757,6758,6759]],[[-6563,6760,6761,6762,-6745,-6495]]]},{type:"Polygon",id:47127,arcs:[[6763,6764,-6589,-6587]]},{type:"Polygon",id:47157,arcs:[[6765,6766,6767,-6735,-6604,-6409,-6607]]},{type:"Polygon",id:37149,arcs:[[6768,6769,-6695,-6633]]},{type:"Polygon",id:47047,arcs:[[-6744,6770,6771,-6766,-6606,-6513]]},{type:"Polygon",id:47109,arcs:[[-6756,6772,-6740,-6639]]},{type:"Polygon",id:40079,arcs:[[6773,6774,6775,6776,6777,-6715,-6612,-6728]]},{type:"Polygon",id:40051,arcs:[[6778,6779,6780,6781,-6656,-6572]]},{type:"Polygon",id:40027,arcs:[[-6709,6782,-6570,-6575]]},{type:"Polygon",id:47103,arcs:[[-6765,6783,6784,6785,-6723,-6579,-6590]]},{type:"Polygon",id:5045,arcs:[[-6577,-6663,6786,6787,6788,-6710,-6536]]},{type:"Polygon",id:47051,arcs:[[-6665,6789,6790,6791,-6784,-6764,-6586]]},{type:"Polygon",id:47011,arcs:[[6792,6793,6794,-6718,-6553,-6610]]},{type:"Polygon",id:35006,arcs:[[-6268,6795,6796,6797,6798,-5781,-6400]]},{type:"Polygon",id:40087,arcs:[[-6708,6799,6800,-6779,-6571,-6783]]},{type:"Polygon",id:37113,arcs:[[6801,6802,6803,-6704,-6592,-6674]]},{type:"Polygon",id:37137,arcs:[[-6761,-6562,6804]]},{type:"Polygon",id:47115,arcs:[[-6722,6805,6806,-6790,-6664,-6651]]},{type:"Polygon",id:37163,arcs:[[-6637,6807,6808,6809,6810,-6641,-6516]]},{type:"Polygon",id:5149,arcs:[[-6712,6811,6812,6813,6814,-6748,-6567]]},{type:"Polygon",id:40121,arcs:[[-6717,6815,6816,6817,6818,6819,-6654]]},{type:"Polygon",id:37039,arcs:[[-6804,6820,6821,6822,6823,-6595,-6705]]},{type:"Polygon",id:40063,arcs:[[-6655,-6820,6824,6825,-6701,-6615]]},{type:"Polygon",id:47139,arcs:[[-6824,6826,6827,-6793,-6609,-6596]]},{type:"Polygon",id:37051,arcs:[[-6811,6828,6829,6830,-6680,-6642]]},{type:"Polygon",id:37103,arcs:[[6831,-6759,6832,6833,6834,-6746,-6763]]},{type:"Polygon",id:35001,arcs:[[-6403,6835,6836,-6796,-6267]]},{type:"Polygon",id:35019,arcs:[[-6560,6837,6838,6839,-6464]]},{type:"Polygon",id:45045,arcs:[[-6770,6840,6841,6842,6843,6844,-6750,-6696]]},{type:"Polygon",id:37007,arcs:[[6845,6846,6847,6848,-6693]]},{type:"Polygon",id:37093,arcs:[[-6831,6849,6850,6851,-6681]]},{type:"Polygon",id:37179,arcs:[[-6849,6852,6853,-6676,-6687,-6694]]},{type:"Polygon",id:45083,arcs:[[6854,6855,-6841,-6769,-6632,6856]]},{type:"Polygon",id:37061,arcs:[[-6747,-6835,6857,6858,-6808,-6636]]},{type:"Polygon",id:48117,arcs:[[6859,6860,6861,6862,-6556,-6621]]},{type:"Polygon",id:45021,arcs:[[6863,6864,-6857,-6631,-6647,6865]]},{type:"Polygon",id:48129,arcs:[[6866,6867,6868,6869,-6626]]},{type:"Polygon",id:48087,arcs:[[-6692,6870,6871,6872,-6867,-6628]]},{type:"Polygon",id:48381,arcs:[[6873,6874,6875,-6860,-6629]]},{type:"Polygon",id:37153,arcs:[[-6682,6876,6877,-6846,-6684]]},{type:"Polygon",id:48011,arcs:[[-6870,6878,6879,-6874,-6623]]},{type:"Polygon",id:45091,arcs:[[6880,6881,6882,-6866,-6646,-6757,-6678]]},{type:"Polygon",id:37043,arcs:[[-6803,6883,6884,6885,-6821]]},{type:"Polygon",id:5123,arcs:[[-6739,6886,6887,-6732,-6730]]},{type:"Polygon",id:40075,arcs:[[-6658,6888,6889,6890,6891,-6689,-6706]]},{type:"MultiPolygon",id:37031,arcs:[[[6892,-6833,-6758,6893]]]},{type:"Polygon",id:40055,arcs:[[-6892,6894,6895,-6690]]},{type:"MultiPolygon",id:6083,arcs:[[[6896]],[[6897]],[[-6532,6898,6899,-6528]]]},{type:"Polygon",id:5105,arcs:[[6900,6901,6902,-6812,-6711,-6789]]},{type:"Polygon",id:5127,arcs:[[-6815,6903,6904,-6774,-6727,-6749]]},{type:"Polygon",id:5117,arcs:[[-6734,6905,6906,6907,-6661]]},{type:"Polygon",id:45077,arcs:[[-6845,6908,6909,-6751]]},{type:"Polygon",id:5085,arcs:[[-6908,6910,6911,6912,-6787,-6662]]},{type:"Polygon",id:45057,arcs:[[-6854,6913,6914,6915,6916,-6881,-6677]]},{type:"Polygon",id:40077,arcs:[[-6778,6917,-6816,-6716]]},{type:"Polygon",id:45073,arcs:[[6918,6919,6920,6921,6922,6923,-6672,-6752,-6910]]},{type:"Polygon",id:35057,arcs:[[-6840,6924,6925,6926,-6836,-6402,-6465]]},{type:"Polygon",id:37165,arcs:[[-6851,6927,6928,-6877,-6852]]},{type:"Polygon",id:40057,arcs:[[-6896,6929,6930,6931,-6871,-6691]]},{type:"Polygon",id:5119,arcs:[[-6913,6932,6933,6934,-6901,-6788]]},{type:"Polygon",id:1077,arcs:[[6935,6936,6937,-6753,-6699,-6714,-6725,6938]]},{type:"Polygon",id:5095,arcs:[[-6888,6939,6940,6941,-6906,-6733]]},{type:"Polygon",id:13241,arcs:[[6942,6943,-6884,-6802,-6673,-6924]]},{type:"Polygon",id:1083,arcs:[[-6786,6944,6945,6946,-6939,-6724]]},{type:"Polygon",id:28003,arcs:[[6947,6948,-6741,-6773,-6755,6949]]},{type:"Polygon",id:28141,arcs:[[6950,6951,6952,-6950,-6754,-6938,6953]]},{type:"Polygon",id:28139,arcs:[[6954,6955,6956,-6742,-6949]]},{type:"Polygon",id:28033,arcs:[[6957,6958,6959,-6736,-6768,6960]]},{type:"Polygon",id:28009,arcs:[[6961,6962,-6771,-6743,-6957]]},{type:"Polygon",id:28093,arcs:[[6963,6964,6965,-6961,-6767,-6772,-6963]]},{type:"Polygon",id:13281,arcs:[[-6944,6966,6967,6968,-6885]]},{type:"Polygon",id:1089,arcs:[[-6792,6969,6970,6971,-6945,-6785]]},{type:"Polygon",id:1071,arcs:[[6972,6973,-6970,-6791,-6807,6974]]},{type:"Polygon",id:13213,arcs:[[6975,6976,6977,6978,-6794,-6828,6979]]},{type:"Polygon",id:13111,arcs:[[-6823,6980,6981,6982,6983,-6980,-6827]]},{type:"Polygon",id:13313,arcs:[[-6978,6984,6985,6986,-6795,-6979]]},{type:"Polygon",id:13047,arcs:[[6987,-6719,-6987]]},{type:"Polygon",id:13291,arcs:[[-6886,-6969,6988,6989,-6981,-6822]]},{type:"Polygon",id:37133,arcs:[[-6893,6990,6991,-6858,-6834]]},{type:"Polygon",id:13083,arcs:[[-6806,-6721,6992,6993,-6975]]},{type:"Polygon",id:13295,arcs:[[-6986,6994,6995,6996,6997,-6993,-6720,-6988]]},{type:"Polygon",id:40123,arcs:[[-6702,-6826,6998,6999,7e3,7001,-6800,-6707]]},{type:"Polygon",id:35061,arcs:[[-6837,-6927,7002,-6797]]},{type:"Polygon",id:37155,arcs:[[7003,7004,7005,7006,7007,-6928,-6850,-6830]]},{type:"Polygon",id:35009,arcs:[[-6863,7008,7009,7010,-6557]]},{type:"Polygon",id:45087,arcs:[[-6864,-6883,7011,7012,7013,7014,-6855,-6865]]},{type:"Polygon",id:5077,arcs:[[-6738,7015,7016,-6940,-6887]]},{type:"Polygon",id:1033,arcs:[[7017,7018,-6954,-6937]]},{type:"MultiPolygon",id:6111,arcs:[[[7019]],[[7020,-6899,-6531,7021]]]},{type:"Polygon",id:28143,arcs:[[-6737,-6960,7022,7023,7024,7025,7026,-7016]]},{type:"Polygon",id:1049,arcs:[[-6998,7027,7028,7029,7030,-6973,-6994]]},{type:"Polygon",id:37017,arcs:[[7031,7032,-7004,-6829,-6810]]},{type:"Polygon",id:40065,arcs:[[7033,7034,7035,7036,-6930,-6895,-6891]]},{type:"Polygon",id:5125,arcs:[[-6935,7037,7038,7039,-6902]]},{type:"Polygon",id:40031,arcs:[[-6657,-6782,7040,7041,7042,-6889]]},{type:"Polygon",id:40049,arcs:[[-7002,7043,7044,7045,-6780,-6801]]},{type:"Polygon",id:13123,arcs:[[7046,7047,7048,-6976,-6984]]},{type:"Polygon",id:13137,arcs:[[-6923,7049,7050,7051,7052,-6967,-6943]]},{type:"MultiPolygon",id:6037,arcs:[[[7053]],[[7054]],[[-6525,7055,7056,-7022,-6530]]]},{type:"Polygon",id:45023,arcs:[[-6917,7057,-7012,-6882]]},{type:"Polygon",id:45007,arcs:[[-6843,7058,7059,7060,-6919,-6909,-6844]]},{type:"Polygon",id:45025,arcs:[[7061,7062,7063,-6914,-6853,-6848,7064]]},{type:"Polygon",id:45069,arcs:[[-7008,7065,7066,7067,-7065,-6847,-6878,-6929]]},{type:"Polygon",id:1079,arcs:[[-6947,7068,7069,7070,7071,-7018,-6936]]},{type:"Polygon",id:13311,arcs:[[7072,7073,-6989,-6968,-7053]]},{type:"Polygon",id:45059,arcs:[[-7015,7074,7075,7076,-6842,-6856]]},{type:"Polygon",id:35011,arcs:[[7077,7078,7079,-6838,-6559]]},{type:"Polygon",id:28137,arcs:[[-6966,7080,7081,-7023,-6959,-6958]]},{type:"Polygon",id:5051,arcs:[[-7040,7082,7083,-6813,-6903]]},{type:"Polygon",id:40029,arcs:[[-6819,7084,7085,-6999,-6825]]},{type:"Polygon",id:28117,arcs:[[-6953,7086,7087,7088,-6955,-6948]]},{type:"Polygon",id:48437,arcs:[[-6880,7089,7090,7091,7092,-6875]]},{type:"Polygon",id:48045,arcs:[[-6869,7093,7094,7095,-7090,-6879]]},{type:"Polygon",id:48069,arcs:[[-7093,7096,7097,7098,-6861,-6876]]},{type:"Polygon",id:48191,arcs:[[-6873,7099,7100,7101,-7094,-6868]]},{type:"Polygon",id:48075,arcs:[[-6932,7102,7103,-7100,-6872]]},{type:"Polygon",id:5097,arcs:[[-7084,7104,7105,7106,7107,-6904,-6814]]},{type:"Polygon",id:48369,arcs:[[-7099,7108,7109,-7009,-6862]]},{type:"Polygon",id:13187,arcs:[[-7074,7110,7111,-6982,-6990]]},{type:"Polygon",id:37141,arcs:[[-6992,7112,7113,7114,7115,-7032,-6809,-6859]]},{type:"Polygon",id:5113,arcs:[[7116,7117,7118,-6775,-6905,-7108]]},{type:"Polygon",id:1103,arcs:[[-6972,7119,7120,-7069,-6946]]},{type:"Polygon",id:13257,arcs:[[7121,7122,-7050,-6922]]},{type:"Polygon",id:40137,arcs:[[-7046,7123,7124,7125,-7041,-6781]]},{type:"Polygon",id:40005,arcs:[[7126,7127,7128,7129,-7085,-6818]]},{type:"Polygon",id:40127,arcs:[[-6777,7130,7131,-7127,-6817,-6918]]},{type:"Polygon",id:5107,arcs:[[-7027,7132,7133,7134,7135,-6941,-7017]]},{type:"Polygon",id:40099,arcs:[[-7001,7136,7137,-7044]]},{type:"Polygon",id:40141,arcs:[[-7043,7138,7139,7140,-7035,-7034,-6890]]},{type:"Polygon",id:13129,arcs:[[-7049,7141,7142,7143,-6995,-6985,-6977]]},{type:"Polygon",id:45033,arcs:[[7144,7145,7146,-7066,-7007]]},{type:"Polygon",id:13085,arcs:[[-7112,7147,7148,7149,7150,-7047,-6983]]},{type:"Polygon",id:45055,arcs:[[-7063,7151,7152,7153,7154,7155,-6915,-7064]]},{type:"Polygon",id:35041,arcs:[[-7011,7156,7157,7158,7159,-7078,-6558]]},{type:"Polygon",id:28145,arcs:[[-7089,7160,7161,7162,-6964,-6962,-6956]]},{type:"Polygon",id:1095,arcs:[[-7031,7163,7164,7165,-7120,-6971,-6974]]},{type:"Polygon",id:13055,arcs:[[7166,7167,-7028,-6997]]},{type:"Polygon",id:13115,arcs:[[-7144,7168,7169,7170,-7167,-6996]]},{type:"Polygon",id:35053,arcs:[[-6926,7171,7172,7173,-6798,-7003]]},{type:"Polygon",id:35003,arcs:[[-7174,7174,7175,7176,-5782,-6799]]},{type:"Polygon",id:1059,arcs:[[-7072,7177,7178,7179,-6951,-7019]]},{type:"Polygon",id:48197,arcs:[[-7037,7180,7181,7182,-7103,-6931]]},{type:"Polygon",id:45039,arcs:[[-6916,-7156,7183,7184,-7013,-7058]]},{type:"Polygon",id:5001,arcs:[[-6942,-7136,7185,7186,7187,-6911,-6907]]},{type:"Polygon",id:13227,arcs:[[-7151,7188,-7142,-7048]]},{type:"Polygon",id:28071,arcs:[[-7163,7189,7190,7191,7192,-7081,-6965]]},{type:"Polygon",id:28107,arcs:[[-7193,7193,7194,7195,-7024,-7082]]},{type:"Polygon",id:13119,arcs:[[7196,7197,7198,-7122,-6921]]},{type:"Polygon",id:45031,arcs:[[-7068,7199,7200,-7152,-7062]]},{type:"Polygon",id:45071,arcs:[[-7185,7201,7202,7203,7204,-7075,-7014]]},{type:"Polygon",id:1019,arcs:[[-7171,7205,7206,7207,7208,-7029,-7168]]},{type:"Polygon",id:28027,arcs:[[7209,7210,7211,-7133,-7026,7212]]},{type:"Polygon",id:28119,arcs:[[-7196,7213,-7213,-7025]]},{type:"Polygon",id:13139,arcs:[[-7052,7214,7215,7216,7217,-7148,-7111,-7073]]},{type:"Polygon",id:28081,arcs:[[7218,7219,7220,7221,-7161,-7088]]},{type:"Polygon",id:40019,arcs:[[-7138,7222,7223,7224,7225,-7124,-7045]]},{type:"Polygon",id:40069,arcs:[[-7e3,-7086,-7130,7226,7227,-7223,-7137]]},{type:"Polygon",id:40033,arcs:[[-7126,7228,7229,7230,-7139,-7042]]},{type:"Polygon",id:40089,arcs:[[-7119,7231,7232,7233,7234,7235,-7131,-6776]]},{type:"Polygon",id:5059,arcs:[[-7039,7236,7237,7238,-7105,-7083]]},{type:"Polygon",id:4007,arcs:[[-5733,7239,7240,7241,-6667,-6666,-5735]]},{type:"Polygon",id:13147,arcs:[[-7061,7242,7243,-7197,-6920]]},{type:"Polygon",id:5053,arcs:[[-6934,7244,7245,7246,-7237,-7038]]},{type:"Polygon",id:5069,arcs:[[-6912,-7188,7247,7248,-7245,-6933]]},{type:"Polygon",id:13011,arcs:[[7249,7250,-7215,-7051,-7123,-7199]]},{type:"Polygon",id:37047,arcs:[[-7116,7251,7252,-7005,-7033]]},{type:"Polygon",id:45001,arcs:[[7253,7254,7255,-7059,-7077]]},{type:"Polygon",id:28057,arcs:[[-6952,-7180,7256,7257,-7219,-7087]]},{type:"Polygon",id:48487,arcs:[[-7141,7258,7259,7260,-7181,-7036]]},{type:"Polygon",id:13015,arcs:[[7261,7262,7263,-7169,-7143,7264]]},{type:"Polygon",id:13057,arcs:[[-7150,7265,7266,7267,-7265,-7189]]},{type:"Polygon",id:45047,arcs:[[-7205,7268,7269,7270,-7254,-7076]]},{type:"Polygon",id:37129,arcs:[[7271,7272,7273,7274,-7114]]},{type:"Polygon",id:28115,arcs:[[-7222,7275,7276,-7190,-7162]]},{type:"Polygon",id:45061,arcs:[[7277,7278,-7153,-7201]]},{type:"Polygon",id:37019,arcs:[[-7275,7279,7280,7281,7282,-7252,-7115]]},{type:"Polygon",id:5061,arcs:[[7283,7284,7285,7286,-7117]]},{type:"Polygon",id:5109,arcs:[[7287,7288,7289,-7284,-7107]]},{type:"Polygon",id:35027,arcs:[[-7080,7290,7291,7292,-7172,-6925,-6839]]},{type:"Polygon",id:5019,arcs:[[-7239,7293,7294,7295,-7288,-7106]]},{type:"Polygon",id:13117,arcs:[[-7218,7296,7297,-7266,-7149]]},{type:"Polygon",id:1093,arcs:[[7298,7299,7300,7301,7302,-7257,-7179]]},{type:"Polygon",id:4012,arcs:[[-6669,7303,7304,7305,7306,-6522,7307]]},{type:"Polygon",id:48345,arcs:[[7308,7309,7310,-7095,-7102]]},{type:"Polygon",id:48101,arcs:[[-7104,-7183,7311,7312,-7309,-7101]]},{type:"Polygon",id:1043,arcs:[[-7166,7313,7314,7315,-7070,-7121]]},{type:"Polygon",id:48153,arcs:[[-7311,7316,7317,-7091,-7096]]},{type:"Polygon",id:48189,arcs:[[-7097,-7092,-7318,7318,7319]]},{type:"Polygon",id:48279,arcs:[[-7320,7320,7321,-7109,-7098]]},{type:"Polygon",id:45041,arcs:[[7322,7323,7324,7325,-7278,-7200,-7067,-7147]]},{type:"Polygon",id:48017,arcs:[[-7322,7326,-7157,-7010,-7110]]},{type:"Polygon",id:1133,arcs:[[-7071,-7316,7327,-7299,-7178]]},{type:"Polygon",id:45051,arcs:[[-7253,-7283,7328,7329,7330,-7145,-7006]]},{type:"Polygon",id:45067,arcs:[[-7331,7331,7332,-7323,-7146]]},{type:"Polygon",id:13157,arcs:[[7333,7334,7335,-7216,-7251]]},{type:"Polygon",id:40067,arcs:[[-7226,7336,7337,7338,-7229,-7125]]},{type:"Polygon",id:13105,arcs:[[-7256,7339,7340,7341,7342,7343,-7243,-7060]]},{type:"Polygon",id:13195,arcs:[[-7344,7344,7345,7346,-7334,-7250,-7198,-7244]]},{type:"Polygon",id:45079,arcs:[[7347,7348,7349,-7202,-7184,-7155]]},{type:"Polygon",id:1009,arcs:[[-7165,7350,7351,7352,7353,-7314]]},{type:"Polygon",id:48155,arcs:[[-7182,-7261,7354,7355,7356,-7312]]},{type:"Polygon",id:48485,arcs:[[-7231,7357,7358,-7259,-7140]]},{type:"Polygon",id:1055,arcs:[[-7209,7359,7360,-7351,-7164,-7030]]},{type:"Polygon",id:45063,arcs:[[7361,7362,7363,7364,-7203,-7350]]},{type:"Polygon",id:28161,arcs:[[7365,7366,7367,-7194,-7192]]},{type:"Polygon",id:5133,arcs:[[7368,-7232,-7118,-7287]]},{type:"Polygon",id:45081,arcs:[[-7365,7369,7370,-7269,-7204]]},{type:"Polygon",id:13121,arcs:[[-7298,7371,7372,7373,7374,7375,7376,7377,7378,-7267]]},{type:"Polygon",id:40095,arcs:[[7379,7380,7381,-7224,-7228]]},{type:"Polygon",id:5079,arcs:[[-7187,7382,7383,7384,-7248]]},{type:"Polygon",id:45085,arcs:[[-7326,7385,7386,-7348,-7154,-7279]]},{type:"Polygon",id:13135,arcs:[[7387,7388,7389,7390,-7372,-7297,-7217]]},{type:"Polygon",id:28135,arcs:[[-7368,7391,7392,7393,-7210,-7214,-7195]]},{type:"Polygon",id:28013,arcs:[[-7277,7394,7395,7396,-7366,-7191]]},{type:"Polygon",id:40013,arcs:[[7397,7398,7399,7400,-7380,-7227,-7129]]},{type:"Polygon",id:40023,arcs:[[-7236,7401,7402,-7398,-7128,-7132]]},{type:"Polygon",id:5039,arcs:[[-7247,7403,7404,7405,-7294,-7238]]},{type:"Polygon",id:48077,arcs:[[-7339,7406,7407,7408,-7358,-7230]]},{type:"Polygon",id:13013,arcs:[[7409,7410,-7388,-7336]]},{type:"Polygon",id:28011,arcs:[[7411,7412,7413,7414,-7134,-7212]]},{type:"Polygon",id:5041,arcs:[[-7415,7415,7416,-7383,-7186,-7135]]},{type:"Polygon",id:13233,arcs:[[-7264,7417,7418,7419,-7206,-7170]]},{type:"Polygon",id:28095,arcs:[[-7258,-7303,7420,7421,7422,7423,-7220]]},{type:"Polygon",id:35005,arcs:[[-7160,7424,7425,7426,-7291,-7079]]},{type:"Polygon",id:13067,arcs:[[-7379,7427,7428,-7262,-7268]]},{type:"Polygon",id:6065,arcs:[[7429,7430,7431,-6523,-7307]]},{type:"Polygon",id:13223,arcs:[[-7429,7432,7433,7434,-7418,-7263]]},{type:"Polygon",id:45065,arcs:[[-7271,7435,7436,7437,-7340,-7255]]},{type:"Polygon",id:28017,arcs:[[-7221,-7424,7438,7439,-7395,-7276]]},{type:"Polygon",id:40085,arcs:[[-7382,7440,7441,7442,-7337,-7225]]},{type:"Polygon",id:5025,arcs:[[-7385,7443,7444,7445,-7404,-7246,-7249]]},{type:"Polygon",id:1075,arcs:[[7446,7447,7448,-7421,-7302]]},{type:"Polygon",id:13221,arcs:[[-7343,7449,7450,7451,7452,7453,-7346,-7345]]},{type:"Polygon",id:4013,arcs:[[-7242,7454,7455,7456,-7304,-6668]]},{type:"Polygon",id:13059,arcs:[[-7454,7457,-7335,-7347]]},{type:"Polygon",id:5057,arcs:[[7458,7459,7460,7461,-7285,-7290]]},{type:"Polygon",id:1127,arcs:[[-7315,-7354,7462,7463,7464,-7300,-7328]]},{type:"Polygon",id:13317,arcs:[[7465,7466,7467,7468,-7450,-7342]]},{type:"Polygon",id:48337,arcs:[[-7443,7469,7470,7471,-7407,-7338]]},{type:"Polygon",id:1115,arcs:[[7472,7473,7474,7475,-7352,-7361]]},{type:"Polygon",id:28133,arcs:[[-7394,7476,7477,7478,-7412,-7211]]},{type:"Polygon",id:13181,arcs:[[-7438,7479,7480,-7466,-7341]]},{type:"Polygon",id:45037,arcs:[[7481,7482,7483,-7436,-7270,-7371]]},{type:"Polygon",id:13089,arcs:[[-7391,7484,7485,7486,-7373]]},{type:"Polygon",id:1015,arcs:[[7487,-7473,-7360,-7208,7488]]},{type:"Polygon",id:13219,arcs:[[-7453,7489,7490,7491,-7410,-7458]]},{type:"Polygon",id:1029,arcs:[[-7420,7492,7493,7494,7495,7496,-7489,-7207]]},{type:"Polygon",id:48387,arcs:[[-7235,7497,7498,7499,7500,7501,7502,-7402]]},{type:"Polygon",id:5099,arcs:[[-7296,7503,7504,7505,-7459,-7289]]},{type:"Polygon",id:48181,arcs:[[-7401,7506,7507,7508,7509,-7441,-7381]]},{type:"Polygon",id:48097,arcs:[[-7510,7510,7511,-7470,-7442]]},{type:"Polygon",id:5081,arcs:[[-7286,-7462,7512,7513,-7233,-7369]]},{type:"Polygon",id:45027,arcs:[[7514,7515,7516,7517,-7386,-7325]]},{type:"Polygon",id:6059,arcs:[[-6524,-7432,7518,7519,-7056]]},{type:"Polygon",id:48277,arcs:[[-7503,7520,7521,-7399,-7403]]},{type:"Polygon",id:13297,arcs:[[-7492,7522,7523,7524,-7389,-7411]]},{type:"Polygon",id:1057,arcs:[[-7465,7525,7526,-7447,-7301]]},{type:"Polygon",id:13143,arcs:[[7527,-7493,-7419,-7435]]},{type:"Polygon",id:28043,arcs:[[-7397,7528,7529,7530,7531,-7392,-7367]]},{type:"Polygon",id:45089,arcs:[[-7333,7532,7533,-7515,-7324]]},{type:"Polygon",id:48147,arcs:[[-7522,7534,7535,7536,-7507,-7400]]},{type:"Polygon",id:45017,arcs:[[-7387,-7518,7537,-7362,-7349]]},{type:"Polygon",id:45003,arcs:[[7538,7539,7540,7541,-7482,-7370,-7364]]},{type:"Polygon",id:1073,arcs:[[-7476,7542,7543,7544,-7463,-7353]]},{type:"Polygon",id:48269,arcs:[[-7357,7545,7546,7547,-7313]]},{type:"Polygon",id:48275,arcs:[[7548,7549,-7546,-7356]]},{type:"Polygon",id:48009,arcs:[[-7409,7550,7551,7552,-7359]]},{type:"Polygon",id:48125,arcs:[[-7548,7553,7554,-7310]]},{type:"Polygon",id:48107,arcs:[[-7555,7555,7556,-7317]]},{type:"Polygon",id:48023,arcs:[[-7553,7557,-7549,-7355,-7260]]},{type:"Polygon",id:48303,arcs:[[-7557,7558,7559,-7319]]},{type:"Polygon",id:48079,arcs:[[7560,7561,7562,-7158,-7327]]},{type:"Polygon",id:48219,arcs:[[-7560,7563,-7561,-7321]]},{type:"Polygon",id:5103,arcs:[[-7406,7564,7565,7566,-7504,-7295]]},{type:"Polygon",id:13211,arcs:[[7567,7568,7569,7570,-7523,-7491]]},{type:"Polygon",id:13045,arcs:[[-7377,7571,7572,7573,-7494,-7528,-7434,7574]]},{type:"Polygon",id:28083,arcs:[[-7532,7575,7576,7577,-7477,-7393]]},{type:"Polygon",id:28025,arcs:[[-7423,7578,7579,7580,-7439]]},{type:"Polygon",id:13097,arcs:[[-7378,-7575,-7433,-7428]]},{type:"Polygon",id:5013,arcs:[[7581,7582,-7565,-7405,-7446]]},{type:"Polygon",id:5043,arcs:[[-7417,7583,7584,7585,-7444,-7384]]},{type:"Polygon",id:13247,arcs:[[7586,-7485,-7390,-7525,7587]]},{type:"Polygon",id:45043,arcs:[[-7330,7588,7589,7590,-7533,-7332]]},{type:"Polygon",id:4011,arcs:[[-7177,7591,7592,7593,7594,-5783]]},{type:"Polygon",id:13133,arcs:[[7595,7596,7597,-7568,-7490,-7452]]},{type:"Polygon",id:28087,arcs:[[-7449,7598,7599,7600,-7579,-7422]]},{type:"Polygon",id:13217,arcs:[[-7571,7601,7602,7603,-7588,-7524]]},{type:"Polygon",id:28155,arcs:[[-7581,7604,7605,7606,-7529,-7396,-7440]]},{type:"Polygon",id:13265,arcs:[[7607,7608,7609,-7596,-7451,-7469]]},{type:"Polygon",id:48037,arcs:[[-7514,7610,7611,7612,-7498,-7234]]},{type:"Polygon",id:45075,arcs:[[-7517,7613,7614,7615,7616,7617,-7539,-7363,-7538]]},{type:"Polygon",id:5011,arcs:[[-7586,7618,7619,-7582,-7445]]},{type:"Polygon",id:13073,arcs:[[-7437,-7484,7620,7621,-7480]]},{type:"Polygon",id:1121,arcs:[[-7488,-7497,7622,7623,7624,-7474]]},{type:"Polygon",id:28097,arcs:[[-7607,7625,7626,7627,-7530]]},{type:"Polygon",id:28015,arcs:[[-7628,7628,7629,-7576,-7531]]},{type:"Polygon",id:13189,arcs:[[-7481,-7622,7630,7631,7632,7633,-7467]]},{type:"Polygon",id:4009,arcs:[[-7595,7634,7635,7636,-7240,-5732,-5784]]},{type:"Polygon",id:13063,arcs:[[-7487,7637,7638,7639,-7374]]},{type:"Polygon",id:13151,arcs:[[-7587,-7604,7640,7641,-7638,-7486]]},{type:"Polygon",id:5091,arcs:[[7642,7643,7644,7645,-7611,-7513,-7461]]},{type:"Polygon",id:13301,arcs:[[7646,7647,7648,-7609,-7608,-7468,-7634]]},{type:"Polygon",id:1125,arcs:[[-7464,-7545,7649,7650,7651,7652,-7526]]},{type:"Polygon",id:35025,arcs:[[-7563,7653,7654,7655,7656,7657,7658,-7425,-7159]]},{type:"Polygon",id:28105,arcs:[[-7601,7659,7660,7661,-7605,-7580]]},{type:"Polygon",id:5017,arcs:[[-7414,7662,7663,7664,7665,7666,7667,-7584,-7416]]},{type:"Polygon",id:13113,arcs:[[7668,7669,-7375,-7640]]},{type:"Polygon",id:1117,arcs:[[-7625,7670,7671,7672,-7543,-7475]]},{type:"Polygon",id:13245,arcs:[[7673,7674,7675,-7631,-7621,-7483,-7542]]},{type:"Polygon",id:1107,arcs:[[-7527,-7653,7676,7677,7678,-7599,-7448]]},{type:"Polygon",id:28019,arcs:[[-7662,7679,7680,-7626,-7606]]},{type:"Polygon",id:28151,arcs:[[-7479,7681,7682,7683,-7663,-7413]]},{type:"Polygon",id:13159,arcs:[[7684,7685,7686,7687,-7602,-7570]]},{type:"Polygon",id:13077,arcs:[[-7670,7688,7689,7690,7691,-7572,-7376]]},{type:"Polygon",id:45015,arcs:[[-7591,7692,7693,7694,7695,-7614,-7516,-7534]]},{type:"Polygon",id:6073,arcs:[[7696,7697,-7519,-7431]]},{type:"Polygon",id:1111,arcs:[[-7574,7698,7699,7700,7701,7702,-7495]]},{type:"Polygon",id:1027,arcs:[[-7703,7703,7704,-7623,-7496]]},{type:"Polygon",id:48119,arcs:[[-7502,7705,7706,7707,-7535,-7521]]},{type:"Polygon",id:45011,arcs:[[7708,7709,7710,-7540,-7618]]},{type:"Polygon",id:13237,arcs:[[7711,7712,7713,-7685,-7569,-7598]]},{type:"Polygon",id:35051,arcs:[[-7293,7714,7715,7716,7717,-7175,-7173]]},{type:"Polygon",id:5073,arcs:[[-7506,7718,7719,7720,-7643,-7460]]},{type:"Polygon",id:13141,arcs:[[-7649,7721,7722,7723,-7712,-7597,-7610]]},{type:"Polygon",id:4027,arcs:[[-7457,7724,7725,7726,-7305]]},{type:"Polygon",id:4021,arcs:[[-7241,-7637,7727,-7455]]},{type:"Polygon",id:48237,arcs:[[-7472,7728,7729,7730,7731,-7551,-7408]]},{type:"Polygon",id:5027,arcs:[[-7567,7732,7733,7734,-7719,-7505]]},{type:"Polygon",id:13035,arcs:[[-7688,7735,7736,7737,-7641,-7603]]},{type:"Polygon",id:45009,arcs:[[7738,7739,-7709,-7617]]},{type:"Polygon",id:6025,arcs:[[-7727,7740,-7697,-7430,-7306]]},{type:"Polygon",id:48497,arcs:[[-7512,7741,7742,7743,-7729,-7471]]},{type:"Polygon",id:48121,arcs:[[7744,7745,7746,-7742,-7511,-7509]]},{type:"Polygon",id:13149,arcs:[[-7692,7747,-7699,-7573]]},{type:"Polygon",id:48231,arcs:[[7748,7749,7750,7751,7752,-7536,-7708,7753]]},{type:"Polygon",id:48085,arcs:[[-7537,-7753,7754,7755,-7745,-7508]]},{type:"Polygon",id:48263,arcs:[[7756,7757,7758,7759,-7554]]},{type:"Polygon",id:48433,arcs:[[7760,7761,7762,-7757,-7547]]},{type:"Polygon",id:48449,arcs:[[7763,7764,7765,-7500]]},{type:"Polygon",id:48169,arcs:[[-7760,7766,7767,7768,-7556]]},{type:"Polygon",id:48447,arcs:[[7769,7770,7771,7772,-7558]]},{type:"Polygon",id:48503,arcs:[[-7732,7773,7774,-7770,-7552]]},{type:"Polygon",id:48207,arcs:[[-7773,7775,7776,-7761,-7550]]},{type:"Polygon",id:5003,arcs:[[-7668,7777,7778,-7619,-7585]]},{type:"Polygon",id:48305,arcs:[[-7769,7779,7780,7781,-7559]]},{type:"Polygon",id:35035,arcs:[[-7427,7782,7783,7784,7785,7786,-7715,-7292]]},{type:"Polygon",id:48501,arcs:[[7787,7788,-7654,-7562]]},{type:"Polygon",id:48445,arcs:[[-7782,7789,7790,-7788,-7564]]},{type:"Polygon",id:48159,arcs:[[-7766,7791,7792,7793,-7706,-7501]]},{type:"Polygon",id:5139,arcs:[[-7583,-7620,-7779,7794,7795,-7733,-7566]]},{type:"Polygon",id:48223,arcs:[[-7794,7796,7797,-7754,-7707]]},{type:"Polygon",id:48343,arcs:[[-7613,7798,7799,7800,7801,-7764,-7499]]},{type:"Polygon",id:28051,arcs:[[-7630,7802,7803,7804,-7577]]},{type:"Polygon",id:13255,arcs:[[-7738,7805,7806,7807,-7689,-7669,-7639,-7642]]},{type:"Polygon",id:45035,arcs:[[-7696,7808,7809,-7615]]},{type:"Polygon",id:28053,arcs:[[-7578,-7805,7810,7811,-7682,-7478]]},{type:"Polygon",id:13125,arcs:[[7812,7813,7814,-7722,-7648]]},{type:"Polygon",id:13163,arcs:[[-7675,7815,7816,7817,7818,-7813,-7647,-7633,-7632,-7676]]},{type:"Polygon",id:48067,arcs:[[-7646,7819,7820,-7799,-7612]]},{type:"Polygon",id:13033,arcs:[[-7541,-7711,7821,7822,7823,7824,-7816,-7674]]},{type:"Polygon",id:28103,arcs:[[-7679,7825,7826,7827,-7660,-7600]]},{type:"Polygon",id:28159,arcs:[[-7828,7828,7829,7830,-7680,-7661]]},{type:"Polygon",id:28007,arcs:[[-7831,7831,7832,-7803,-7629,-7627,-7681]]},{type:"Polygon",id:1007,arcs:[[7833,7834,7835,-7650,-7544,-7673]] +},{type:"Polygon",id:13303,arcs:[[-7815,-7814,-7819,7836,7837,7838,-7723]]},{type:"Polygon",id:13199,arcs:[[-7808,7839,7840,7841,7842,7843,-7690]]},{type:"Polygon",id:13285,arcs:[[-7844,7844,7845,-7700,-7748,-7691]]},{type:"Polygon",id:35017,arcs:[[-7718,7846,7847,-7592,-7176]]},{type:"Polygon",id:13231,arcs:[[7848,7849,-7840,-7807]]},{type:"Polygon",id:13171,arcs:[[7850,7851,-7849,-7806,-7737]]},{type:"Polygon",id:13207,arcs:[[-7687,7852,7853,7854,7855,-7851,-7736]]},{type:"Polygon",id:13009,arcs:[[-7724,-7839,7856,7857,-7713]]},{type:"Polygon",id:13169,arcs:[[-7858,7858,7859,7860,-7853,-7686,-7714]]},{type:"Polygon",id:45029,arcs:[[-7810,7861,7862,7863,7864,-7739,-7616]]},{type:"Polygon",id:45005,arcs:[[-7740,7865,7866,7867,-7822,-7710]]},{type:"Polygon",id:1063,arcs:[[7868,7869,7870,-7677,-7652]]},{type:"Polygon",id:1017,arcs:[[-7846,7871,7872,7873,-7701]]},{type:"Polygon",id:1123,arcs:[[-7874,7874,7875,7876,7877,-7704,-7702]]},{type:"Polygon",id:1037,arcs:[[-7878,7878,7879,-7671,-7624,-7705]]},{type:"Polygon",id:28125,arcs:[[-7812,7880,7881,-7683]]},{type:"Polygon",id:48063,arcs:[[-7802,7882,7883,-7792,-7765]]},{type:"Polygon",id:1021,arcs:[[-7880,7884,7885,7886,7887,-7834,-7672]]},{type:"Polygon",id:35013,arcs:[[7888,7889,7890,-7716,-7787]]},{type:"Polygon",id:13251,arcs:[[-7867,7891,7892,7893,7894,7895,-7823,-7868]]},{type:"Polygon",id:45049,arcs:[[7896,7897,7898,-7892,-7866,-7865]]},{type:"Polygon",id:28163,arcs:[[7899,7900,7901,7902,7903,-7881,-7811,-7804]]},{type:"Polygon",id:22017,arcs:[[7904,7905,7906,7907,7908,-7820,-7645,7909]]},{type:"Polygon",id:22015,arcs:[[7910,7911,7912,-7910,-7644,-7721]]},{type:"Polygon",id:22119,arcs:[[7913,-7911,-7720,-7735,7914]]},{type:"Polygon",id:22027,arcs:[[7915,7916,-7915,-7734,-7796,7917]]},{type:"Polygon",id:22111,arcs:[[7918,7919,-7918,-7795,7920]]},{type:"Polygon",id:48499,arcs:[[7921,7922,7923,7924,7925,-7797,-7793,-7884]]},{type:"Polygon",id:28055,arcs:[[-7882,-7904,7926,7927,-7664,-7684]]},{type:"Polygon",id:13319,arcs:[[-7838,7928,7929,7930,-7859,-7857]]},{type:"Polygon",id:22067,arcs:[[-7667,7931,7932,7933,-7921,-7778]]},{type:"Polygon",id:1065,arcs:[[-7836,7934,7935,-7869,-7651]]},{type:"Polygon",id:22123,arcs:[[7936,7937,-7932,-7666]]},{type:"Polygon",id:48363,arcs:[[7938,7939,7940,7941,7942,-7774,-7731]]},{type:"Polygon",id:22035,arcs:[[7943,7944,7945,-7937,-7665,-7928]]},{type:"Polygon",id:48367,arcs:[[7946,7947,7948,-7939,-7730,-7744]]},{type:"Polygon",id:13293,arcs:[[-7852,-7856,7949,7950,7951,-7841,-7850]]},{type:"Polygon",id:1119,arcs:[[7952,7953,7954,7955,-7826,-7678,-7871]]},{type:"Polygon",id:48439,arcs:[[-7743,-7747,7956,7957,7958,-7947]]},{type:"Polygon",id:48113,arcs:[[-7756,7959,7960,7961,-7957,-7746]]},{type:"Polygon",id:48397,arcs:[[-7752,7962,-7960,-7755]]},{type:"Polygon",id:48379,arcs:[[-7926,7963,-7749,-7798]]},{type:"Polygon",id:48415,arcs:[[7964,7965,7966,-7767,-7759]]},{type:"Polygon",id:35015,arcs:[[-7659,7967,7968,7969,-7783,-7426]]},{type:"Polygon",id:48151,arcs:[[-7763,7970,7971,-7965,-7758]]},{type:"Polygon",id:48033,arcs:[[-7967,7972,7973,7974,-7780,-7768]]},{type:"Polygon",id:48115,arcs:[[-7975,7975,7976,-7790,-7781]]},{type:"Polygon",id:48165,arcs:[[-7791,-7977,7977,7978,-7655,-7789]]},{type:"Polygon",id:48253,arcs:[[-7777,7979,7980,7981,-7971,-7762]]},{type:"Polygon",id:48417,arcs:[[7982,7983,7984,-7980,-7776,-7772]]},{type:"Polygon",id:48429,arcs:[[-7943,7985,-7983,-7771,-7775]]},{type:"Polygon",id:13165,arcs:[[-7896,7986,7987,-7824]]},{type:"Polygon",id:13021,arcs:[[7988,7989,7990,7991,-7854,-7861]]},{type:"Polygon",id:28099,arcs:[[7992,7993,7994,-7830]]},{type:"Polygon",id:28079,arcs:[[-7995,7995,7996,7997,-7832]]},{type:"Polygon",id:28069,arcs:[[-7956,7998,-7993,-7829,-7827]]},{type:"Polygon",id:48459,arcs:[[-7801,7999,8e3,8001,8002,-7922,-7883]]},{type:"Polygon",id:13289,arcs:[[8003,8004,-7990,-7989,-7860,-7931]]},{type:"Polygon",id:13263,arcs:[[8005,8006,8007,8008,8009,-7842,-7952]]},{type:"Polygon",id:48315,arcs:[[-7909,8010,-8e3,-7800,-7821]]},{type:"Polygon",id:28089,arcs:[[-7998,8011,8012,8013,-7901,-7900,-7833]]},{type:"Polygon",id:1105,arcs:[[-7888,8014,8015,-7935,-7835]]},{type:"Polygon",id:13145,arcs:[[-8010,8016,8017,-7872,-7845,-7843]]},{type:"Polygon",id:13079,arcs:[[-7992,8018,8019,8020,-7950,-7855]]},{type:"Polygon",id:48257,arcs:[[8021,8022,8023,-7961,-7963,-7751]]},{type:"Polygon",id:13107,arcs:[[-7825,-7988,8024,8025,8026,8027,8028,8029,-7817]]},{type:"Polygon",id:48467,arcs:[[-7964,-7925,8030,8031,-8022,-7750]]},{type:"Polygon",id:13167,arcs:[[-8030,8032,-7929,-7837,-7818]]},{type:"Polygon",id:48203,arcs:[[-7908,8033,8034,8035,-8001,-8011]]},{type:"Polygon",id:35023,arcs:[[8036,8037,8038,-7593,-7848]]},{type:"Polygon",id:1051,arcs:[[8039,8040,8041,-7885,-7879,-7877]]},{type:"Polygon",id:22061,arcs:[[8042,8043,8044,-7916,-7920]]},{type:"Polygon",id:45053,arcs:[[8045,8046,8047,8048,8049,8050,8051,8052,8053,8054,8055,8056,-7898]]},{type:"Polygon",id:13269,arcs:[[-8021,8057,8058,8059,8060,-8006,-7951]]},{type:"Polygon",id:1081,arcs:[[-8018,8061,8062,8063,-7875,-7873]]},{type:"Polygon",id:1047,arcs:[[8064,8065,8066,8067,-8015,-7887]]},{type:"Polygon",id:22073,arcs:[[8068,8069,8070,-8043,-7919,-7934]]},{type:"Polygon",id:13175,arcs:[[8071,8072,8073,-7930,-8033,8074]]},{type:"Polygon",id:1001,arcs:[[-8042,8075,8076,-8065,-7886]]},{type:"MultiPolygon",id:45013,arcs:[[[8077]],[[-8053,-8052,8078]],[[8079]],[[8080]],[[8081,-8046,-7897,-7864]]]},{type:"Polygon",id:13225,arcs:[[8082,-8058,-8020,8083]]},{type:"Polygon",id:13153,arcs:[[-8005,8084,8085,8086,8087,-8084,-8019,-7991]]},{type:"Polygon",id:48423,arcs:[[-7923,-8003,8088,8089,8090,8091,-8031,-7924]]},{type:"Polygon",id:22083,arcs:[[-7946,8092,8093,8094,-8069,-7933,-7938]]},{type:"Polygon",id:48183,arcs:[[-8036,8095,-8089,-8002]]},{type:"Polygon",id:13031,arcs:[[-7894,8096,8097,8098,8099,-8025,-7987,-7895]]},{type:"Polygon",id:28123,arcs:[[-7997,8100,8101,8102,-8012]]},{type:"Polygon",id:28149,arcs:[[8103,8104,8105,8106,8107,8108,-7944,-7927,-7903]]},{type:"Polygon",id:13215,arcs:[[-8009,8109,8110,-8062,-8017]]},{type:"Polygon",id:35029,arcs:[[-7891,8111,-8037,-7847,-7717]]},{type:"Polygon",id:13103,arcs:[[-8057,-8056,8112,8113,-8097,-7893,-7899]]},{type:"Polygon",id:1087,arcs:[[8114,8115,8116,8117,-8040,-7876,-8064]]},{type:"Polygon",id:28121,arcs:[[-8103,8118,8119,8120,-8013]]},{type:"Polygon",id:22013,arcs:[[-8045,8121,8122,8123,8124,-7912,-7914,-7917]]},{type:"Polygon",id:13023,arcs:[[8125,8126,-8085,-8004,-8074]]},{type:"Polygon",id:28075,arcs:[[-7955,8127,8128,8129,-7999]]},{type:"Polygon",id:28101,arcs:[[-8130,8130,-8101,-7996,-7994]]},{type:"Polygon",id:28049,arcs:[[-8121,8131,8132,-8104,-7902,-8014]]},{type:"Polygon",id:22065,arcs:[[8133,8134,-8093,-7945,-8109]]},{type:"Polygon",id:13197,arcs:[[8135,8136,8137,8138,8139,-8007,-8061]]},{type:"Polygon",id:13043,arcs:[[8140,8141,-8026,-8100]]},{type:"Polygon",id:48221,arcs:[[8142,8143,8144,-7940,-7949]]},{type:"Polygon",id:48251,arcs:[[8145,8146,8147,8148,-8143,-7948,-7959]]},{type:"Polygon",id:48139,arcs:[[-7962,-8024,8149,8150,8151,-8146,-7958]]},{type:"Polygon",id:1091,arcs:[[-7936,-8016,-8068,8152,8153,8154,-7953,-7870]]},{type:"Polygon",id:13053,arcs:[[-8140,8155,8156,-8110,-8008]]},{type:"Polygon",id:48227,arcs:[[8157,8158,8159,8160,-7974]]},{type:"Polygon",id:48335,arcs:[[8161,8162,8163,-8158,-7973,-7966]]},{type:"Polygon",id:48353,arcs:[[8164,8165,8166,-8162,-7972]]},{type:"Polygon",id:48317,arcs:[[-8161,8167,8168,8169,-7978,-7976]]},{type:"Polygon",id:48003,arcs:[[-8170,8170,8171,8172,-7656,-7979]]},{type:"Polygon",id:13193,arcs:[[-8083,-8088,8173,8174,8175,-8059]]},{type:"Polygon",id:48441,arcs:[[8176,8177,8178,-8165,-7982]]},{type:"Polygon",id:48133,arcs:[[-7942,8179,8180,8181,8182,-7984,-7986]]},{type:"Polygon",id:48143,arcs:[[-7941,-8145,8183,8184,8185,8186,-8180]]},{type:"Polygon",id:48059,arcs:[[-8183,8187,8188,-8177,-7981,-7985]]},{type:"Polygon",id:4019,arcs:[[-7636,8189,8190,8191,-7725,-7456,-7728]]},{type:"Polygon",id:13283,arcs:[[8192,8193,-8075,-8029]]},{type:"Polygon",id:1113,arcs:[[-8111,-8157,8194,8195,8196,-8115,-8063]]},{type:"Polygon",id:1101,arcs:[[-8118,-8117,8197,8198,8199,8200,-8076,-8041]]},{type:"Polygon",id:22049,arcs:[[-8071,8201,8202,-8122,-8044]]},{type:"Polygon",id:13091,arcs:[[8203,8204,8205,8206,-8126,-8073]]},{type:"Polygon",id:13249,arcs:[[-8176,8207,-8136,-8060]]},{type:"Polygon",id:4003,arcs:[[-7594,-8039,8208,8209,-8190,-7635]]},{type:"Polygon",id:1085,arcs:[[-8201,8210,8211,8212,-8066,-8077]]},{type:"Polygon",id:48401,arcs:[[8213,8214,8215,8216,-8090,-8096,-8035]]},{type:"Polygon",id:22041,arcs:[[-8135,8217,8218,8219,-8094]]},{type:"Polygon",id:13235,arcs:[[-8127,-8207,8220,8221,-8086]]},{type:"Polygon",id:48365,arcs:[[-7907,8222,8223,-8214,-8034]]},{type:"Polygon",id:48213,arcs:[[-8032,-8092,8224,8225,8226,8227,-8150,-8023]]},{type:"Polygon",id:13209,arcs:[[8228,8229,-8193,8230]]},{type:"Polygon",id:13279,arcs:[[-8028,8231,8232,8233,-8231]]},{type:"Polygon",id:22031,arcs:[[8234,8235,8236,8237,-8223,-7906]]},{type:"Polygon",id:48349,arcs:[[8238,8239,8240,-8151,-8228]]},{type:"Polygon",id:48425,arcs:[[-8149,8241,-8184,-8144]]},{type:"Polygon",id:13267,arcs:[[8242,8243,8244,8245,8246,-8232,-8027,-8142]]},{type:"Polygon",id:1023,arcs:[[8247,8248,8249,8250,-8128,-7954,-8155]]},{type:"Polygon",id:13309,arcs:[[-8230,8251,8252,-8204,-8072,-8194]]},{type:"Polygon",id:1011,arcs:[[-8197,8253,8254,-8198,-8116]]},{type:"Polygon",id:13093,arcs:[[-8222,8255,8256,8257,8258,-8174,-8087]]},{type:"Polygon",id:13109,arcs:[[-8099,8259,8260,-8243,-8141]]},{type:"Polygon",id:22021,arcs:[[-8095,-8220,8261,8262,8263,-8202,-8070]]},{type:"Polygon",id:1131,arcs:[[-8067,-8213,8264,8265,8266,-8153]]},{type:"Polygon",id:48217,arcs:[[-8241,8267,8268,8269,-8147,-8152]]},{type:"Polygon",id:48093,arcs:[[8270,8271,8272,-8181,-8187]]},{type:"Polygon",id:22107,arcs:[[-8108,8273,-8106,8274,8275,8276,8277,8278,-8218,-8134]]},{type:"Polygon",id:13029,arcs:[[8279,8280,8281,-8260,-8098,-8114]]},{type:"Polygon",id:22081,arcs:[[-7913,-8125,8282,-8235,-7905]]},{type:"MultiPolygon",id:13051,arcs:[[[8283]],[[8284]],[[8285,-8280,-8113,-8055]]]},{type:"Polygon",id:13307,arcs:[[8286,8287,8288,8289,-8138]]},{type:"Polygon",id:13259,arcs:[[-8290,8290,8291,8292,-8195,-8156,-8139]]},{type:"Polygon",id:13261,arcs:[[-8259,-8258,8293,8294,8295,-8287,-8137,-8208,-8175]]},{type:"Polygon",id:28023,arcs:[[-8251,8296,8297,-8129]]},{type:"Polygon",id:28021,arcs:[[-8133,8298,8299,-8275,-8105]]},{type:"Polygon",id:28061,arcs:[[-8298,8300,8301,8302,-8131]]},{type:"Polygon",id:28129,arcs:[[-8303,8303,8304,8305,-8119,-8102]]},{type:"Polygon",id:48035,arcs:[[-8148,-8270,8306,8307,8308,-8185,-8242]]},{type:"Polygon",id:13271,arcs:[[8309,8310,8311,8312,-8205,-8253]]},{type:"Polygon",id:22127,arcs:[[-8203,-8264,8313,8314,8315,-8123]]},{type:"Polygon",id:22069,arcs:[[-8316,8316,8317,8318,8319,-8236,-8283,-8124]]},{type:"Polygon",id:1005,arcs:[[-8293,8320,8321,8322,8323,8324,8325,-8254,-8196]]},{type:"Polygon",id:48073,arcs:[[-8217,8326,8327,8328,8329,-8225,-8091]]},{type:"Polygon",id:13315,arcs:[[-8206,-8313,8330,8331,8332,-8256,-8221]]},{type:"MultiPolygon",id:13179,arcs:[[[8333]],[[8334,8335,-8244,-8261,-8282,8336]]]},{type:"Polygon",id:48431,arcs:[[-8164,8337,8338,8339,8340,-8159]]},{type:"Polygon",id:48173,arcs:[[-8341,8341,8342,-8168,-8160]]},{type:"Polygon",id:48329,arcs:[[-8343,8343,8344,-8171,-8169]]},{type:"Polygon",id:48135,arcs:[[-8345,8345,8346,8347,8348,-8172]]},{type:"Polygon",id:48495,arcs:[[-8349,8349,8350,-7657,-8173]]},{type:"Polygon",id:48081,arcs:[[-8167,8351,8352,-8338,-8163]]},{type:"Polygon",id:48001,arcs:[[8353,8354,8355,-8226,-8330]]},{type:"Polygon",id:48083,arcs:[[-8189,8356,8357,8358,8359,-8178]]},{type:"Polygon",id:48399,arcs:[[-8360,8360,8361,-8352,-8166,-8179]]},{type:"Polygon",id:48049,arcs:[[-8273,8362,8363,8364,-8357,-8188,-8182]]},{type:"Polygon",id:1109,arcs:[[-8326,-8325,8365,8366,8367,-8199,-8255]]},{type:"Polygon",id:1041,arcs:[[-8368,8368,8369,8370,-8211,-8200]]},{type:"Polygon",id:28029,arcs:[[8371,8372,8373,8374,-8299,-8132]]},{type:"Polygon",id:28127,arcs:[[-8306,8375,8376,8377,-8372,-8120]]},{type:"Polygon",id:13081,arcs:[[-8333,8378,8379,8380,-8294,-8257]]},{type:"Polygon",id:48193,arcs:[[8381,-8271,-8186,-8309,8382,8383]]},{type:"Polygon",id:13183,arcs:[[8384,8385,-8245,-8336]]},{type:"Polygon",id:48161,arcs:[[8386,8387,-8239,-8227,-8356]]},{type:"Polygon",id:48109,arcs:[[8388,8389,8390,-7784,-7970]]},{type:"Polygon",id:48229,arcs:[[8391,8392,8393,-7785,-8391]]},{type:"Polygon",id:48141,arcs:[[8394,-7889,-7786,-8394]]},{type:"Polygon",id:48301,arcs:[[8395,8396,-7968,-7658,-8351]]},{type:"Polygon",id:48389,arcs:[[8397,8398,8399,-8389,-7969,-8397]]},{type:"Polygon",id:13239,arcs:[[8400,8401,-8321,-8292]]},{type:"Polygon",id:1025,arcs:[[-8267,8402,8403,8404,-8248,-8154]]},{type:"Polygon",id:48419,arcs:[[8405,8406,8407,8408,-8215,-8224,-8238]]},{type:"Polygon",id:22025,arcs:[[-8279,8409,8410,8411,-8262,-8219]]},{type:"Polygon",id:13161,arcs:[[8412,8413,8414,-8310,-8252,-8229,-8234]]},{type:"Polygon",id:13273,arcs:[[8415,8416,8417,8418,-8288,-8296]]},{type:"Polygon",id:13001,arcs:[[-8247,8419,8420,8421,-8413,-8233]]},{type:"Polygon",id:1013,arcs:[[-8371,8422,8423,8424,-8265,-8212]]},{type:"Polygon",id:13243,arcs:[[-8289,-8419,8425,8426,-8401,-8291]]},{type:"Polygon",id:22059,arcs:[[-8412,8427,8428,8429,-8314,-8263]]},{type:"Polygon",id:13177,arcs:[[-8381,8430,8431,-8416,-8295]]},{type:"Polygon",id:28153,arcs:[[8432,8433,8434,-8301,-8297,-8250,8435]]},{type:"Polygon",id:28063,arcs:[[-8375,8436,8437,8438,-8276,-8300]]},{type:"Polygon",id:48309,arcs:[[8439,-8307,-8269,8440,8441,8442]]},{type:"Polygon",id:13287,arcs:[[8443,8444,8445,8446,-8379,-8332]]},{type:"Polygon",id:13017,arcs:[[-8312,8447,8448,-8444,-8331]]},{type:"Polygon",id:13321,arcs:[[-8380,-8447,8449,8450,8451,8452,-8431]]},{type:"Polygon",id:48347,arcs:[[-8409,8453,8454,-8327,-8216]]},{type:"Polygon",id:22085,arcs:[[-8320,8455,8456,8457,-8406,-8237]]},{type:"Polygon",id:13305,arcs:[[-8246,-8386,8458,8459,8460,8461,-8420]]},{type:"Polygon",id:1099,arcs:[[-8425,8462,8463,8464,-8403,-8266]]},{type:"Polygon",id:28067,arcs:[[8465,8466,8467,-8304,-8302,-8435]]},{type:"Polygon",id:48293,arcs:[[8468,-8441,-8268,-8240,-8388,8469,8470]]},{type:"Polygon",id:13069,arcs:[[8471,8472,8473,8474,8475,-8448,-8311,-8415]]},{type:"Polygon",id:22043,arcs:[[-8430,8476,-8317,-8315]]},{type:"Polygon",id:28031,arcs:[[-8468,8477,8478,8479,-8376,-8305]]},{type:"Polygon",id:13061,arcs:[[-8427,8480,8481,8482,-8322,-8402]]},{type:"Polygon",id:1067,arcs:[[-8483,8483,8484,8485,-8323]]},{type:"Polygon",id:28065,arcs:[[8486,8487,8488,-8377,-8480]]},{type:"Polygon",id:13155,arcs:[[-8476,8489,8490,-8445,-8449]]},{type:"Polygon",id:22029,arcs:[[-8278,8491,8492,8493,8494,8495,8496,-8410]]},{type:"Polygon",id:28077,arcs:[[8497,8498,8499,-8373,-8378,-8489]]},{type:"Polygon",id:1035,arcs:[[8500,8501,-8463,-8424]]},{type:"Polygon",id:28001,arcs:[[8502,8503,-8492,-8277,-8439]]},{type:"Polygon",id:4023,arcs:[[-8210,8504,-8191]]},{type:"Polygon",id:48333,arcs:[[8505,8506,-8363,-8272,-8382]]},{type:"Polygon",id:28085,arcs:[[8507,8508,8509,8510,-8437,-8374,-8500]]},{type:"Polygon",id:13005,arcs:[[8511,8512,-8472,-8414,-8422]]},{type:"Polygon",id:48099,arcs:[[8513,-8383,-8308,-8440,8514]]},{type:"Polygon",id:48451,arcs:[[-8362,8515,8516,8517,8518,-8339,-8353]]},{type:"Polygon",id:1129,arcs:[[-8405,8519,8520,8521,-8436,-8249]]},{type:"MultiPolygon",id:13191,arcs:[[[8522]],[[8523,8524,-8459,-8385,-8335]]]},{type:"Polygon",id:48289,arcs:[[8525,8526,8527,-8470,-8387,-8355]]},{type:"Polygon",id:48461,arcs:[[8528,8529,8530,-8346,-8344]]},{type:"Polygon",id:48103,arcs:[[-8531,8531,8532,8533,-8347]]},{type:"Polygon",id:48405,arcs:[[8534,8535,8536,-8454,-8408]]},{type:"Polygon",id:48383,arcs:[[-8340,-8519,8537,8538,-8529,-8342]]},{type:"Polygon",id:48475,arcs:[[-8396,-8350,-8348,-8534,8539,-8398]]},{type:"Polygon",id:13095,arcs:[[-8453,8540,8541,8542,-8417,-8432]]},{type:"Polygon",id:13037,arcs:[[-8418,-8543,8543,8544,-8481,-8426]]},{type:"Polygon",id:1045,arcs:[[-8486,8545,8546,8547,-8366,-8324]]},{type:"Polygon",id:1031,arcs:[[8548,8549,-8369,-8367,-8548]]},{type:"Polygon",id:28037,arcs:[[-8511,8550,8551,-8503,-8438]]},{type:"Polygon",id:48403,arcs:[[-8458,8552,8553,-8535,-8407]]},{type:"Polygon",id:13277,arcs:[[-8491,8554,8555,8556,-8450,-8446]]},{type:"Polygon",id:48225,arcs:[[8557,8558,8559,8560,-8526,-8354,-8329]]},{type:"Polygon",id:48095,arcs:[[-8359,8561,8562,-8516,-8361]]},{type:"Polygon",id:13229,arcs:[[-8462,8563,8564,-8512,-8421]]},{type:"Polygon",id:1039,arcs:[[-8550,8565,8566,8567,8568,-8501,-8423,-8370]]},{type:"Polygon",id:48235,arcs:[[8569,8570,-8538,-8518]]},{type:"Polygon",id:48005,arcs:[[-8537,8571,8572,8573,8574,-8558,-8328,-8455]]},{type:"Polygon",id:13099,arcs:[[-8545,8575,8576,8577,8578,-8484,-8482]]},{type:"Polygon",id:48145,arcs:[[8579,8580,-8442,-8469,8581]]},{type:"Polygon",id:22079,arcs:[[-8429,8582,8583,8584,8585,-8318,-8477]]},{type:"Polygon",id:48307,arcs:[[-8365,8586,8587,8588,-8562,-8358]]},{type:"Polygon",id:48411,arcs:[[-8507,8589,8590,8591,8592,-8587,-8364]]},{type:"Polygon",id:13019,arcs:[[-8475,8593,8594,8595,8596,-8555,-8490]]},{type:"Polygon",id:13299,arcs:[[-8565,8597,8598,8599,8600,8601,8602,-8473,-8513]]},{type:"Polygon",id:48281,arcs:[[8603,8604,-8590,-8506,-8384,-8514]]},{type:"MultiPolygon",id:13127,arcs:[[[8605,8606]],[[8607,8608,8609,8610,8611,-8460,-8525]]]},{type:"Polygon",id:13007,arcs:[[-8542,8612,8613,8614,-8576,-8544]]},{type:"Polygon",id:13205,arcs:[[-8452,8615,8616,8617,8618,-8613,-8541]]},{type:"Polygon",id:28041,arcs:[[-8522,8619,8620,8621,-8433]]},{type:"Polygon",id:28035,arcs:[[8622,8623,8624,8625,-8478,-8467]]},{type:"Polygon",id:28073,arcs:[[-8479,-8626,8626,8627,-8487]]},{type:"Polygon",id:28111,arcs:[[-8434,-8622,8628,8629,-8623,-8466]]},{type:"Polygon",id:28091,arcs:[[-8628,8630,8631,8632,-8498,-8488]]},{type:"Polygon",id:13003,arcs:[[-8603,-8602,8633,8634,-8594,-8474]]},{type:"Polygon",id:48455,arcs:[[8635,8636,8637,-8559,-8575]]},{type:"Polygon",id:48371,arcs:[[-8533,8638,8639,8640,8641,-8399,-8540]]},{type:"Polygon",id:13025,arcs:[[-8612,8642,8643,-8598,-8564,-8461]]},{type:"Polygon",id:28157,arcs:[[-8552,8644,8645,8646,-8493,-8504]]},{type:"Polygon",id:22115,arcs:[[-8586,8647,8648,8649,-8456,-8319]]},{type:"Polygon",id:48395,arcs:[[8650,8651,8652,-8582,-8471,-8528]]},{type:"Polygon",id:13075,arcs:[[8653,8654,8655,8656,-8556,-8597]]},{type:"Polygon",id:28005,arcs:[[-8510,8657,8658,8659,8660,-8645,-8551]]},{type:"Polygon",id:28113,arcs:[[8661,8662,8663,-8658,-8509]]},{type:"Polygon",id:28147,arcs:[[-8633,8664,-8662,-8508,-8499]]},{type:"Polygon",id:22009,arcs:[[-8411,-8497,8665,8666,8667,8668,-8583,-8428]]},{type:"Polygon",id:13071,arcs:[[-8557,-8657,8669,8670,-8616,-8451]]},{type:"Polygon",id:48027,arcs:[[-8581,8671,8672,8673,-8604,-8515,-8443]]},{type:"Polygon",id:1003,arcs:[[-8465,8674,8675,8676,8677,8678,8679,-8520,-8404]]},{type:"Polygon",id:1069,arcs:[[-8579,8680,8681,8682,-8546,-8485]]},{type:"Polygon",id:1053,arcs:[[-8569,8683,8684,8685,-8675,-8464,-8502]]},{type:"Polygon",id:13201,arcs:[[-8615,8686,8687,-8577]]},{type:"Polygon",id:1061,arcs:[[8688,8689,8690,-8566,-8549,-8547,-8683]]},{type:"Polygon",id:48351,arcs:[[8691,8692,8693,8694,-8553,-8457,-8650]]},{type:"Polygon",id:13065,arcs:[[-8601,8695,8696,8697,8698,-8634]]},{type:"Polygon",id:13173,arcs:[[-8699,8699,8700,-8595,-8635]]},{type:"Polygon",id:1097,arcs:[[8701,8702,8703,-8620,-8521,-8680]]},{type:"MultiPolygon",id:13039,arcs:[[[8704]],[[8705,8706,8707,-8643,-8611]]]},{type:"Polygon",id:48241,arcs:[[8708,8709,8710,-8572,-8536,-8554,-8695]]},{type:"Polygon",id:48373,arcs:[[8711,8712,8713,8714,-8636,-8574]]},{type:"Polygon",id:48331,arcs:[[8715,8716,8717,-8672,-8580,-8653]]},{type:"Polygon",id:48243,arcs:[[8718,-8392,-8390,-8400,-8642,8719]]},{type:"Polygon",id:48313,arcs:[[8720,8721,8722,-8527,-8561]]},{type:"Polygon",id:48327,arcs:[[-8589,8723,8724,8725,-8563]]},{type:"Polygon",id:48413,arcs:[[-8726,8726,8727,-8570,-8517]]},{type:"Polygon",id:48105,arcs:[[-8530,-8539,-8571,-8728,8728,8729,8730,-8639,-8532]]},{type:"Polygon",id:13087,arcs:[[-8614,-8619,8731,8732,8733,-8687]]},{type:"Polygon",id:13131,arcs:[[8734,8735,8736,-8732,-8618]]},{type:"Polygon",id:13027,arcs:[[-8655,8737,8738,8739,8740,-8670,-8656]]},{type:"Polygon",id:13275,arcs:[[-8671,-8741,8741,8742,-8735,-8617]]},{type:"Polygon",id:13253,arcs:[[-8734,8743,8744,-8681,-8578,-8688]]},{type:"Polygon",id:13049,arcs:[[8745,8746,-8599,-8644,-8708]]},{type:"Polygon",id:48457,arcs:[[-8711,8747,-8712,-8573]]},{type:"Polygon",id:48471,arcs:[[8748,8749,8750,-8721,-8560,-8638]]},{type:"MultiPolygon",id:22125,arcs:[[[8751,8752,-8494,-8647,8753]]]},{type:"Polygon",id:48053,arcs:[[-8674,8754,8755,8756,8757,-8591,-8605]]},{type:"Polygon",id:13185,arcs:[[-8596,-8701,8758,8759,8760,8761,-8738,-8654]]},{type:"Polygon",id:22077,arcs:[[-8495,-8753,8762,8763,8764,8765,-8667,-8767]]},{type:"Polygon",id:28109,arcs:[[-8625,8767,8768,8769,8770,-8631,-8627]]},{type:"Polygon",id:22117,arcs:[[-8771,8771,8772,-8663,-8665,-8632]]},{type:"Polygon",id:22039,arcs:[[-8669,8773,8774,8775,8776,-8584]]},{type:"Polygon",id:12063,arcs:[[-8745,8777,8778,8779,8780,8781,-8689,-8682]]},{type:"Polygon",id:22105,arcs:[[-8773,8782,8783,8784,8785,8786,-8659,-8664]]},{type:"Polygon",id:12033,arcs:[[8787,-8676,-8686,8788]]},{type:"Polygon",id:12113,arcs:[[8789,8790,-8789,-8685]]},{type:"Polygon",id:28039,arcs:[[-8704,8791,8792,-8629,-8621]]},{type:"Polygon",id:22091,arcs:[[-8787,8793,8794,8795,-8660]]},{type:"MultiPolygon",id:12091,arcs:[[[-8568,8796,8797,-8790,-8684]]]},{type:"Polygon",id:22037,arcs:[[-8796,8798,8799,-8754,-8646,-8661]]},{type:"Polygon",id:12059,arcs:[[-8782,8800,8801,-8690]]},{type:"Polygon",id:12131,arcs:[[-8691,-8802,8802,8803,8804,-8806,8806,-8797,-8567]]},{type:"Polygon",id:48041,arcs:[[8807,8808,8809,-8651,-8723]]},{type:"Polygon",id:48319,arcs:[[-8593,8810,8811,8812,-8724,-8588]]},{type:"Polygon",id:48299,arcs:[[-8758,8813,8814,-8811,-8592]]},{type:"Polygon",id:28131,arcs:[[-8793,8815,8816,-8768,-8624,-8630]]},{type:"Polygon",id:48491,arcs:[[8817,8818,8819,-8755,-8673,-8718]]},{type:"Polygon",id:48407,arcs:[[-8715,8820,8821,-8749,-8637]]},{type:"Polygon",id:22003,arcs:[[-8777,8822,8823,-8648,-8585]]},{type:"Polygon",id:22011,arcs:[[-8824,8824,8825,-8692,-8649]]},{type:"Polygon",id:13101,arcs:[[8826,8827,-8759,-8700,-8698]]},{type:"Polygon",id:48185,arcs:[[-8751,8828,8829,8830,-8808,-8722]]},{type:"Polygon",id:22097,arcs:[[-8766,8831,8832,8833,-8774,-8668]]},{type:"Polygon",id:12133,arcs:[[8834,-8803,-8801,-8781]]},{type:"Polygon",id:12089,arcs:[[-8707,8835,8836,8837,-8746]]},{type:"Polygon",id:28059,arcs:[[-8703,8838,8839,-8816,-8792]]},{type:"Polygon",id:48051,arcs:[[-8810,8840,8841,-8716,-8652]]},{type:"Polygon",id:22033,arcs:[[8842,8843,8844,8845,-8799,-8795]]},{type:"Polygon",id:22103,arcs:[[-8770,8846,8847,8848,8849,-8783,-8772]]},{type:"Polygon",id:12039,arcs:[[-8737,8850,8851,-8778,-8744,-8733]]},{type:"Polygon",id:48267,arcs:[[8852,8853,8854,8855,-8725,-8813]]},{type:"Polygon",id:48435,arcs:[[-8856,8856,8857,-8729,-8727]]},{type:"Polygon",id:12073,arcs:[[-8743,8858,8859,8860,-8851,-8736]]},{type:"Polygon",id:28047,arcs:[[-8840,8861,8862,-8817]]},{type:"Polygon",id:12065,arcs:[[-8740,8863,8864,8865,8866,-8859,-8742]]},{type:"Polygon",id:48043,arcs:[[8867,-8720,-8641,8868,8869]]},{type:"Polygon",id:22121,arcs:[[8870,-8763,-8752,-8800,-8846]]},{type:"Polygon",id:48443,arcs:[[8871,8872,-8869,-8640,-8731]]},{type:"Polygon",id:22063,arcs:[[-8786,8873,8874,-8843,-8794]]},{type:"Polygon",id:12079,arcs:[[-8762,8875,8876,8877,8878,8879,-8864,-8739]]},{type:"Polygon",id:28045,arcs:[[-8863,8880,-8847,-8769]]},{type:"Polygon",id:12047,arcs:[[-8828,8881,8882,-8877,-8760]]},{type:"Polygon",id:48377,arcs:[[-8868,8883,-8719]]},{type:"Polygon",id:48339,arcs:[[-8822,8884,8885,8886,-8829,-8750]]},{type:"Polygon",id:48453,arcs:[[8887,8888,8889,8890,-8756,-8820]]},{type:"Polygon",id:12013,arcs:[[8891,8892,8893,-8779]]},{type:"Polygon",id:12077,arcs:[[-8861,8894,8895,8896,-8892,-8852]]},{type:"Polygon",id:12023,arcs:[[-8697,8897,8898,8899,8900,8901,-8882,-8827]]},{type:"MultiPolygon",id:12031,arcs:[[[8902,8903]],[[8904,8905]],[[8906,8907,8908,-8837]]]},{type:"Polygon",id:12003,arcs:[[-8838,-8909,8909,8910,8911,-8898,-8696,-8600,-8747]]},{type:"MultiPolygon",id:12005,arcs:[[[8912,8913]],[[-8894,8914,8915,-8804,-8835,-8780]]]},{type:"Polygon",id:48287,arcs:[[8916,8917,8918,-8818,-8717,-8842]]},{type:"Polygon",id:48199,arcs:[[-8710,8919,8920,8921,-8713,-8748]]},{type:"Polygon",id:48171,arcs:[[-8815,8922,8923,8924,-8853,-8812]]},{type:"Polygon",id:48031,arcs:[[-8757,-8891,8925,8926,8927,-8923,-8814]]},{type:"MultiPolygon",id:22099,arcs:[[[8928,8929,8930]],[[8931,8932,-8832,-8765,8933]]]},{type:"Polygon",id:22047,arcs:[[-8871,-8845,8934,8935,8936,-8934,-8764]]},{type:"Polygon",id:48291,arcs:[[-8922,8937,8938,8939,-8885,-8821,-8714]]},{type:"Polygon",id:22019,arcs:[[8940,8941,8942,-8693,-8826]]},{type:"Polygon",id:22053,arcs:[[-8776,8943,8944,8945,8946,-8941,-8825,-8823]]},{type:"Polygon",id:22001,arcs:[[-8834,8947,8948,8949,-8945,-8944,-8775]]},{type:"Polygon",id:12121,arcs:[[-8902,8950,8951,-8878,-8883]]},{type:"Polygon",id:48021,arcs:[[8952,8953,-8888,-8819,-8919]]},{type:"Polygon",id:48477,arcs:[[-8831,8954,8955,8956,-8917,-8841,-8809]]},{type:"Polygon",id:22055,arcs:[[-8933,8957,8958,-8948,-8833]]},{type:"Polygon",id:48209,arcs:[[8959,8960,-8926,-8890,8961]]},{type:"Polygon",id:22005,arcs:[[-8875,8962,8963,8964,8965,-8935,-8844]]},{type:"Polygon",id:12123,arcs:[[8966,8967,8968,-8865,-8880]]},{type:"Polygon",id:12129,arcs:[[-8867,8969,8970,-8895,-8860]]},{type:"Polygon",id:22095,arcs:[[8971,8972,8973,8974,-8963,-8874,-8785]]},{type:"Polygon",id:48465,arcs:[[-8858,8975,8976,8977,-8872,-8730]]},{type:"Polygon",id:48137,arcs:[[8978,8979,8980,8981,-8976,-8857,-8855]]},{type:"Polygon",id:48265,arcs:[[8982,8983,8984,-8979,-8854,-8925]]},{type:"Polygon",id:12067,arcs:[[-8952,8985,8986,-8967,-8879]]},{type:"MultiPolygon",id:12109,arcs:[[[8987,8988,8989,8990,8991,-8903,8992]],[[-8905,8993]]]},{type:"Polygon",id:48361,arcs:[[-8943,8994,8995,-8920,-8709,-8694]]},{type:"Polygon",id:48473,arcs:[[8996,8997,8998,-8955,-8830,-8887]]},{type:"Polygon",id:22089,arcs:[[8999,-8972,9e3]]},{type:"Polygon",id:22051,arcs:[[9001,9002,9003,9004,-9001,-8784,-8850]]},{type:"Polygon",id:12045,arcs:[[-8897,9005,9006,9007,9008,-8913,9009,-8915,-8893]]},{type:"Polygon",id:22071,arcs:[[9010,9011,9012,-9002,-8849]]},{type:"Polygon",id:12019,arcs:[[9013,9014,9015,-8910,-8908]]},{type:"Polygon",id:48245,arcs:[[-8996,9016,9017,9018,-8938,-8921]]},{type:"Polygon",id:48201,arcs:[[-8940,9019,9020,9021,9022,9023,-8997,-8886]]},{type:"MultiPolygon",id:22087,arcs:[[[9024,9025,9026,-9012,9027]],[[9028]]]},{type:"Polygon",id:22093,arcs:[[9029,9030,-8965,-8964,-8975]]},{type:"Polygon",id:48149,arcs:[[9031,9032,9033,9034,9035,-8953,-8918,-8957]]},{type:"Polygon",id:22113,arcs:[[-8959,9036,9037,9038,-8946,-8950,-8949]]},{type:"Polygon",id:12007,arcs:[[-9016,9039,9040,9041,-8911]]},{type:"Polygon",id:12125,arcs:[[-9042,9042,-8899,-8912]]},{type:"Polygon",id:48259,arcs:[[-8928,9043,9044,9045,-8983,-8924]]},{type:"MultiPolygon",id:22045,arcs:[[[9046]],[[-8937,9047,-8930,9048,9049,-9037,-8958,-8932]]]},{type:"Polygon",id:48015,arcs:[[-8999,9050,9051,9052,-9032,-8956]]},{type:"Polygon",id:22007,arcs:[[-8965,8964,-9031,9053,9054,9055,-8931,-9048,-8936,-8966]]},{type:"Polygon",id:48385,arcs:[[-8985,9056,9057,-8980]]},{type:"Polygon",id:48055,arcs:[[-8954,-9036,9058,9059,-8962,-8889]]},{type:"Polygon",id:22023,arcs:[[-8947,-9039,9060,-9017,-8995,-8942]]},{type:"Polygon",id:48091,arcs:[[9061,9062,-9044,-8927,-8961]]},{type:"MultiPolygon",id:12037,arcs:[[[9063]],[[-9008,9064]],[[-8971,9065,-9006,-8896]]]},{type:"Polygon",id:48089,arcs:[[9066,9067,9068,-9033,-9053]]},{type:"Polygon",id:22101,arcs:[[-9056,9069,9070,-9049,-8929]]},{type:"Polygon",id:12001,arcs:[[-9041,9071,9072,9073,9074,-8900,-9043]]},{type:"Polygon",id:12041,arcs:[[-9075,9075,9076,-8986,-8951,-8901]]},{type:"Polygon",id:22057,arcs:[[9077,9078,9079,9080,9081,9082,9083,-9054,-9030,-8974,-8973,-9e3,-9005,9084]]},{type:"Polygon",id:48019,arcs:[[9085,-9057,-8984,-9046,9086,9087]]},{type:"MultiPolygon",id:22075,arcs:[[[9088]],[[-9003,-9013,-9027,9089]]]},{type:"Polygon",id:48071,arcs:[[-9019,9090,9091,9092,-9020,-8939]]},{type:"Polygon",id:48187,arcs:[[9093,9094,9095,-9062,-8960,-9060]]},{type:"MultiPolygon",id:12107,arcs:[[[-8991,9096,9097,9098]],[[9099,9100,-9072,-9040,-9015]]]},{type:"Polygon",id:48157,arcs:[[9101,9102,9103,-9051,-8998,-9024]]},{type:"Polygon",id:48177,arcs:[[9104,9105,9106,9107,-9094,-9059,-9035]]},{type:"MultiPolygon",id:22109,arcs:[[[9108]],[[-9070,-9055,-9084,9109]]]},{type:"Polygon",id:48029,arcs:[[-9096,9110,9111,9112,-9087,-9045,-9063]]},{type:"Polygon",id:48325,arcs:[[9113,9114,9115,-9088,-9113]]},{type:"Polygon",id:12035,arcs:[[9116,9117,-9097,-8990]]},{type:"Polygon",id:48481,arcs:[[-9104,9118,9119,9120,-9067,-9052]]},{type:"Polygon",id:48285,arcs:[[9121,9122,9123,-9105,-9034,-9069]]},{type:"Polygon",id:48463,arcs:[[-9116,9124,9125,-8981,-9058,-9086]]},{type:"Polygon",id:48271,arcs:[[-9126,9126,9127,-8977,-8982]]},{type:"MultiPolygon",id:48167,arcs:[[[9128]],[[9129,-9022,9130]],[[9131,-9092]]]},{type:"Polygon",id:48039,arcs:[[-9130,9132,9133,-9119,-9103,-9102,-9023]]},{type:"Polygon",id:12075,arcs:[[-9074,9134,9135,9136,9137,9138,-9076]]},{type:"Polygon",id:12083,arcs:[[9139,9140,9141,9142,-9135,-9073,-9101]]},{type:"Polygon",id:48493,arcs:[[-9108,9143,9144,-9111,-9095]]},{type:"MultiPolygon",id:12127,arcs:[[[9145,9146,9147,9148,9149,9150,9151,9152,-9098,-9118,9153]]]},{type:"Polygon",id:48123,arcs:[[9154,9155,-9106,-9124,9156]]},{type:"Polygon",id:12069,arcs:[[-9152,-9151,9157,9158,9159,9160,-9141,9161]]},{type:"Polygon",id:48239,arcs:[[9162,9163,9164,9165,9166,9167,9168,9169,-9122,-9068,-9121]]},{type:"Polygon",id:48013,arcs:[[9170,9171,-9114,-9112,-9145,9172,9173]]},{type:"Polygon",id:48321,arcs:[[9174,-9163,-9120,-9134,9175]]},{type:"Polygon",id:48255,arcs:[[9176,9177,-9173,-9144,-9107,-9156,9178]]},{type:"Polygon",id:48469,arcs:[[-9170,9179,9180,9181,9182,-9157,-9123]]},{type:"Polygon",id:48163,arcs:[[-9172,9183,9184,9185,-9115]]},{type:"Polygon",id:48507,arcs:[[-9186,9186,9187,-9125]]},{type:"Polygon",id:48323,arcs:[[-9188,9188,9189,9190,-9127]]},{type:"Polygon",id:12017,arcs:[[-9136,-9143,9191,9192,9193]]},{type:"Polygon",id:12119,arcs:[[-9161,9194,9195,9196,-9192,-9142]]},{type:"Polygon",id:48175,arcs:[[-9183,9197,9198,-9179,-9155]]},{type:"Polygon",id:12117,arcs:[[-9149,9199,-9158,-9150]]},{type:"MultiPolygon",id:12009,arcs:[[[9200,9201,9202,9203,-9148]],[[9204,9205,9206,-9146]]]},{type:"Polygon",id:48297,arcs:[[9207,9208,9209,-9174,-9178,9210,9211]]},{type:"Polygon",id:12095,arcs:[[-9200,-9204,9212,-9159]]},{type:"MultiPolygon",id:48057,arcs:[[[9213,9214]],[[9215,-9181,9216]],[[-9166,9217]]]},{type:"Polygon",id:48025,arcs:[[-9199,9218,9219,-9211,-9177]]},{type:"Polygon",id:12053,arcs:[[-9197,9220,9221,-9193]]},{type:"Polygon",id:48283,arcs:[[9222,9223,9224,-9184]]},{type:"Polygon",id:48311,arcs:[[-9210,9225,-9223,-9171]]},{type:"Polygon",id:48127,arcs:[[-9185,-9225,9226,-9189,-9187]]},{type:"Polygon",id:48391,arcs:[[-9216,9227,9228,9229,9230,9231,-9219,-9198,-9182]]},{type:"Polygon",id:12101,arcs:[[-9196,9232,9233,9234,9235,-9221]]},{type:"Polygon",id:12105,arcs:[[9236,9237,9238,9239,-9233,-9195,-9160]]},{type:"Polygon",id:12097,arcs:[[-9203,9240,9241,-9237,-9213]]},{type:"MultiPolygon",id:48007,arcs:[[[9242]],[[9243,9244,-9231]],[[9245,9246]],[[-9229,9247,9248,9249]]]},{type:"Polygon",id:48479,arcs:[[9250,9251,9252,9253,-9190,-9227,-9224]]},{type:"Polygon",id:48409,arcs:[[-9245,9254,-9246,9255,9256,9257,9258,9259,9260,-9212,-9220,-9232]]},{type:"Polygon",id:12103,arcs:[[9261,9262,-9235]]},{type:"Polygon",id:12057,arcs:[[-9240,9263,9264,-9262,-9234]]},{type:"Polygon", +id:48131,arcs:[[9265,9266,9267,-9251,-9226,-9209]]},{type:"Polygon",id:48249,arcs:[[-9261,-9260,9268,9269,9270,-9266,-9208]]},{type:"MultiPolygon",id:48355,arcs:[[[9271]],[[9272,-9269,-9259,9273]]]},{type:"MultiPolygon",id:12061,arcs:[[[9274,9275,-9241,-9202,9276]]]},{type:"Polygon",id:12055,arcs:[[9277,9278,9279,9280,-9238]]},{type:"Polygon",id:12049,arcs:[[-9281,9281,9282,-9239]]},{type:"Polygon",id:12081,arcs:[[-9283,9283,9284,9285,-9264]]},{type:"Polygon",id:12093,arcs:[[-9276,9286,9287,9288,-9278,-9242]]},{type:"MultiPolygon",id:48273,arcs:[[[9289,9290,9291,9292]],[[9293,9294,9295,-9270,-9273]]]},{type:"Polygon",id:12111,arcs:[[9296,9297,9298,9299,-9287,-9275]]},{type:"Polygon",id:12115,arcs:[[-9285,9300,9301,9302,9303,9304]]},{type:"Polygon",id:48247,arcs:[[9305,9306,9307,-9252,-9268]]},{type:"Polygon",id:12027,arcs:[[-9280,9308,-9301,-9284,-9282]]},{type:"Polygon",id:48505,arcs:[[-9308,9309,9310,-9253]]},{type:"MultiPolygon",id:48261,arcs:[[[9311,9312]],[[9313,-9290,9314]],[[9315,9316,9317,-9295,9318]]]},{type:"Polygon",id:48047,arcs:[[-9271,-9296,-9318,9319,9320,-9306,-9267]]},{type:"MultiPolygon",id:12085,arcs:[[[9321,9322,9323,9324,9325,-9288,-9300,9326]]]},{type:"Polygon",id:12043,arcs:[[9327,9328,-9279,-9289]]},{type:"MultiPolygon",id:12015,arcs:[[[-9304,9329]],[[-9329,9330,9331,-9302,-9309]]]},{type:"Polygon",id:12099,arcs:[[9332,9333,9334,-9326]]},{type:"Polygon",id:12051,arcs:[[9335,9336,9337,-9328,-9335]]},{type:"MultiPolygon",id:12071,arcs:[[[9338]],[[-9338,9339,9340,-9331]]]},{type:"Polygon",id:48427,arcs:[[-9321,9341,9342,-9310,-9307]]},{type:"Polygon",id:48215,arcs:[[-9317,9343,9344,9345,-9342,-9320]]},{type:"Polygon",id:48489,arcs:[[9346,-9344,-9316,9347]]},{type:"MultiPolygon",id:12021,arcs:[[[9348,9349,9350,9351,-9340,-9337]]]},{type:"Polygon",id:48061,arcs:[[-9345,-9347,9352]]},{type:"Polygon",id:12011,arcs:[[9353,9354,-9349,-9336,-9334]]},{type:"Polygon",id:12086,arcs:[[9355,9356,9357,9358,9359,-9350,-9355,9360]]},{type:"MultiPolygon",id:12087,arcs:[[[9361]],[[-9360,9362,-9351]]]},{type:"Polygon",id:4015,arcs:[[-5737,-6670,-7308,-6521,-5912,-4625,-5343,-5417]]},{type:"Polygon",id:12029,arcs:[[-9077,-9139,9363,-8968,-8987]]},{type:"Polygon",id:27077,arcs:[[-125,-180,-108,9364]]},{type:"Polygon",id:27031,arcs:[[9365,-203,9366]]},{type:"Polygon",id:55031,arcs:[[9367,-675,-668,-593,-474,-148,9368]]},{type:"Polygon",id:55007,arcs:[[9369,-673,-9368,9370]]},{type:"Polygon",id:55003,arcs:[[-561,-721,-669,-9370,9371]]},{type:"Polygon",id:55003,arcs:[[9372]]},{type:"Polygon",id:26083,arcs:[[9373,9374,9375]]},{type:"Polygon",id:26083,arcs:[[9376]]},{type:"Polygon",id:26061,arcs:[[9377,-446,-592,-436,9378]]},{type:"Polygon",id:26061,arcs:[[9379,-9375]]},{type:"Polygon",id:26103,arcs:[[9380,9381,-716,-642,-586,-444,9382]]},{type:"Polygon",id:26003,arcs:[[-577,9383,-9381,9384,-491]]},{type:"Polygon",id:26041,arcs:[[-9384,-576,9385,-712,-9382]]},{type:"Polygon",id:55075,arcs:[[-715,9386,-879,-687,-704,-640]]},{type:"Polygon",id:55029,arcs:[[-1169,9387]]},{type:"Polygon",id:26033,arcs:[[9388,9389]]},{type:"Polygon",id:26033,arcs:[[9390]]},{type:"Polygon",id:26033,arcs:[[9391,9392,9393,-488,9394]]},{type:"Polygon",id:26097,arcs:[[9395]]},{type:"Polygon",id:26097,arcs:[[9396,9397,-574,-489,-9394]]},{type:"Polygon",id:26047,arcs:[[-771,9398,9399]]},{type:"Polygon",id:26029,arcs:[[-9399,-770,-953,-950,9400]]},{type:"Polygon",id:26029,arcs:[[9401]]},{type:"Polygon",id:26089,arcs:[[9402]]},{type:"Polygon",id:26089,arcs:[[9403,-1114,9404]]},{type:"Polygon",id:26055,arcs:[[-948,-1082,-1230,-1111,-9404,9405]]},{type:"Polygon",id:26007,arcs:[[9406,-1079,-954,-819]]},{type:"Polygon",id:26011,arcs:[[9407,-1439,-1400,-1240,-1238]]},{type:"Polygon",id:26063,arcs:[[-1578,-1556,9408]]},{type:"Polygon",id:26147,arcs:[[-1931,-1726,-1576,9409]]},{type:"Polygon",id:26163,arcs:[[9410,9411,-2133,-1932,-1929]]},{type:"Polygon",id:26115,arcs:[[9412,-2505,-2280,-2130,-9412]]},{type:"MultiPolygon",id:45019,arcs:[[[9413,9414,9415,-7862,-7809,-7695]],[[-7693,-7590,9416]]]},{type:"Polygon",id:15001,arcs:[[9417]]},{type:"Polygon",id:15007,arcs:[[9418]]},{type:"Polygon",id:15009,arcs:[[-9420,9420]]},{type:"Polygon",id:15009,arcs:[[9421]]},{type:"Polygon",id:15009,arcs:[[9422]]},{type:"Polygon",id:15009,arcs:[[9423]]},{type:"Polygon",id:15003,arcs:[[9424]]},{type:"Polygon",id:15007,arcs:[[9425]]},{type:"MultiPolygon",id:2016,arcs:[[[9426]],[[9427]],[[9428]],[[9429]],[[9430]],[[9431]],[[9432]],[[9433]],[[9434]],[[9435]],[[9436]],[[9437]],[[9438]],[[9439]],[[9440]],[[9441]],[[9442]],[[9443]],[[9444]],[[9445]],[[9446]],[[9447]],[[9448]],[[9449]]]},{type:"MultiPolygon",id:2013,arcs:[[[9450]],[[9451]],[[9452]],[[9453]],[[9454]],[[9455]],[[9456]],[[9457]],[[9458]],[[9459]],[[9460]],[[9461]],[[9462,9463,9464,9465]]]},{type:"MultiPolygon",id:2130,arcs:[[[9466]],[[9467]]]},{type:"Polygon",id:2060,arcs:[[9468,9469]]},{type:"MultiPolygon",id:2070,arcs:[[[9470]],[[9471,9472]],[[9473,9474,9475]]]},{type:"MultiPolygon",id:2164,arcs:[[[9476]],[[9477,9478,9479,-9465,9480,-9470,9481,-9475,9482]]]},{type:"MultiPolygon",id:2150,arcs:[[[9483]],[[9484]],[[9485]],[[9486]],[[9487]],[[9488]],[[9489]],[[9490]],[[9491]],[[9492]],[[9493,-9479,9494,9495]]]},{type:"MultiPolygon",id:2110,arcs:[[[9496,9497,9498,9499]],[[9500]],[[9501,9502,9503,9504,9505,9506]],[[9507,9508]]]},{type:"MultiPolygon",id:2280,arcs:[[[9509]],[[9510]],[[9511]],[[9512]],[[9513]],[[9514]],[[9515]],[[9516,9517,9518,9519]]]},{type:"MultiPolygon",id:2232,arcs:[[[9520,9521,9522,9523]],[[9524]],[[-9520,9525,9526,9527,-9503,9528]],[[-9497,9529,9530,9531]],[[9532,9533]],[[-9499,9534]],[[9535,9536,9537,9538]],[[9539,9540,9541,9542]]]},{type:"MultiPolygon",id:2100,arcs:[[[-9507,9543,-9508,9544,-9540,9545]],[[9546,-9538,9547,-9542]]]},{type:"MultiPolygon",id:2220,arcs:[[[9548]],[[9549,9550]],[[-9521,9551,-9533,9552]]]},{type:"MultiPolygon",id:2270,arcs:[[[9553]],[[9554]],[[9555]],[[9556,9557,9558,9559]]]},{type:"MultiPolygon",id:2050,arcs:[[[9560]],[[9561]],[[9562]],[[9563]],[[-9559,9564,9565,9566,-9483,-9474,9567,-9473,9568]]]},{type:"Polygon",id:2170,arcs:[[9569,9570,9571,9572,-9566,9573,9574,9575]]},{type:"Polygon",id:2068,arcs:[[9576,9577,-9575,9578]]},{type:"Polygon",id:2020,arcs:[[-9571,9579,9580,9581]]},{type:"MultiPolygon",id:2261,arcs:[[[9582]],[[9583]],[[9584]],[[9585]],[[9586]],[[9587]],[[9588]],[[9589]],[[9590,9591]],[[9592]],[[9593]],[[9594]],[[9595,9596]],[[9597]],[[9598,-9580,-9570,9599,9600,9601,9602]]]},{type:"MultiPolygon",id:2122,arcs:[[[9603]],[[9604]],[[9605]],[[-9581,-9599,9606,-9596,9607,-9591,9608]],[[-9495,-9478,-9567,-9573,9609]]]},{type:"Polygon",id:2282,arcs:[[-9602,9610,-9536,9611]]},{type:"Polygon",id:2290,arcs:[[9612,9613,9614,-9579,-9574,-9565,-9558,9615,9616,9617]]},{type:"Polygon",id:2090,arcs:[[9618,-9577,-9615]]},{type:"Polygon",id:2240,arcs:[[-9600,-9576,-9578,-9619,-9614,9619]]},{type:"MultiPolygon",id:2185,arcs:[[[9620]],[[-9618,9621,9622]]]},{type:"Polygon",id:2188,arcs:[[-9617,9623,9624,-9622]]},{type:"MultiPolygon",id:2180,arcs:[[[9625]],[[9626]],[[9627]],[[-9624,-9616,-9557,9628]]]},{type:"Polygon",id:2201,arcs:[[9629]]},{type:"Polygon",id:2201,arcs:[[9630]]},{type:"Polygon",id:2201,arcs:[[9631]]},{type:"Polygon",id:2201,arcs:[[9632]]},{type:"Polygon",id:2201,arcs:[[9633]]},{type:"Polygon",id:2201,arcs:[[9634]]},{type:"Polygon",id:2201,arcs:[[9635]]},{type:"Polygon",id:2201,arcs:[[9636]]},{type:"Polygon",id:2201,arcs:[[9637]]},{type:"Polygon",id:2201,arcs:[[9638]]},{type:"Polygon",id:2201,arcs:[[9639]]},{type:"Polygon",id:2201,arcs:[[9640]]},{type:"Polygon",id:2201,arcs:[[9641]]},{type:"Polygon",id:2201,arcs:[[9642]]},{type:"Polygon",id:2201,arcs:[[9643]]},{type:"Polygon",id:2201,arcs:[[-9518,9644]]},{type:"Polygon",id:72125,arcs:[[9645,9646,9647,9648,9649,9650]]},{type:"Polygon",id:72003,arcs:[[9651,9652,9653,9654,9655]]},{type:"Polygon",id:72097,arcs:[[9656,9657,-9651,9658,9659,9660,9661]]},{type:"Polygon",id:72065,arcs:[[9662,9663,9664,9665,9666]]},{type:"Polygon",id:72055,arcs:[[9667,9668,9669,9670]]},{type:"Polygon",id:72083,arcs:[[9671,9672,-9657,9673,9674]]},{type:"Polygon",id:72025,arcs:[[9675,9676,9677,9678,9679,9680,9681]]},{type:"Polygon",id:72045,arcs:[[9682,9683,9684,9685,9686]]},{type:"Polygon",id:72133,arcs:[[9687,9688,9689,9690]]},{type:"Polygon",id:72121,arcs:[[-9671,9691,-9647,9692,9693]]},{type:"Polygon",id:72027,arcs:[[-9666,9694,9695,9696,9697]]},{type:"Polygon",id:72001,arcs:[[9698,9699,9700,9701,9702,9703]]},{type:"Polygon",id:72111,arcs:[[9704,9705,9706,-9700]]},{type:"Polygon",id:72047,arcs:[[9707,9708,9709,9710,9711,9712]]},{type:"Polygon",id:72091,arcs:[[9713,9714,9715,9716,9717,9718]]},{type:"Polygon",id:72013,arcs:[[9719,9720,9721,9722,-9663,9723]]},{type:"Polygon",id:72145,arcs:[[9724,9725,-9714,9726]]},{type:"Polygon",id:72031,arcs:[[9727,9728,9729,9730,9731,9732]]},{type:"Polygon",id:72061,arcs:[[9733,9734,9735,9736,9737]]},{type:"Polygon",id:72129,arcs:[[9738,9739,9740,9741,9742,-9678,9743]]},{type:"Polygon",id:72075,arcs:[[9744,9745,-9691,9746,9747,9748,9749]]},{type:"Polygon",id:72063,arcs:[[-9729,9750,-9744,-9677,9751]]},{type:"Polygon",id:72073,arcs:[[9752,-9749,9753,9754,9755]]},{type:"Polygon",id:72143,arcs:[[9756,9757,-9712,9758,-9725,9759]]},{type:"Polygon",id:72011,arcs:[[9760,-9674,-9662,9761,9762,-9653,9763]]},{type:"Polygon",id:72081,arcs:[[-9665,9764,-9703,9765,9766,-9672,9767,-9695]]},{type:"Polygon",id:72079,arcs:[[-9692,-9670,9768,9769,-9648]]},{type:"Polygon",id:72009,arcs:[[9770,9771,9772,9773,9774]]},{type:"Polygon",id:72099,arcs:[[9775,9776,-9764,-9652,9777]]},{type:"Polygon",id:72023,arcs:[[9778,-9649,-9770,9779,-9660]]},{type:"Polygon",id:72109,arcs:[[9780,9781,9782,-9784,9784,9785,-9742]]},{type:"Polygon",id:72101,arcs:[[-9759,-9711,9786,9787,-9715,-9726]]},{type:"Polygon",id:72005,arcs:[[-9778,-9656,9788,9789]]},{type:"Polygon",id:72059,arcs:[[-9707,9790,9791,-9701]]},{type:"Polygon",id:72021,arcs:[[-9736,9792,-9683,9793,9794,9795,9796]]},{type:"Polygon",id:72141,arcs:[[9797,-9755,9798,-9704,-9765,-9664,-9723]]},{type:"Polygon",id:72041,arcs:[[-9680,9799,-9775,9800,-9685,9801]]},{type:"Polygon",id:72123,arcs:[[9802,9803,-9689,9804,-9772,9805]]},{type:"Polygon",id:72131,arcs:[[9806,-9696,-9768,-9675,-9761,-9777,9807]]},{type:"Polygon",id:72035,arcs:[[-9743,-9786,9808,-9806,-9771,-9800,-9679]]},{type:"Polygon",id:72135,arcs:[[-9795,9809,-9713,-9758,9810,9811]]},{type:"Polygon",id:72115,arcs:[[-9697,-9807,9812,9813]]},{type:"Polygon",id:72054,arcs:[[-9717,9814,-9721,9815]]},{type:"Polygon",id:72105,arcs:[[-9794,-9687,9816,-9708,-9810]]},{type:"Polygon",id:72017,arcs:[[-9718,-9816,-9720,9817]]},{type:"Polygon",id:72127,arcs:[[-9731,9818,-9682,9819,-9734,9820]]},{type:"Polygon",id:72139,arcs:[[-9730,-9752,-9676,-9819]]},{type:"Polygon",id:72057,arcs:[[-9785,-9822,9822,-9803,-9809]]},{type:"Polygon",id:72153,arcs:[[-9702,-9792,9823,-9668,-9694,9824,-9766]]},{type:"Polygon",id:72043,arcs:[[9825,9826,-9773,-9805,-9688,-9746,9827]]},{type:"Polygon",id:72149,arcs:[[-9828,-9745,9828]]},{type:"Polygon",id:72039,arcs:[[-9788,9829,-9756,-9798,-9722,-9815,-9716]]},{type:"Polygon",id:72113,arcs:[[-9748,9830,-9705,-9699,-9799,-9754]]},{type:"Polygon",id:72107,arcs:[[9831,-9826,-9829,-9750,-9753,-9830,-9787,-9710]]},{type:"Polygon",id:72071,arcs:[[-9813,-9808,-9776,-9790,9832]]},{type:"Polygon",id:72007,arcs:[[-9681,-9802,-9684,-9793,-9735,-9820]]},{type:"Polygon",id:72019,arcs:[[-9686,-9801,-9774,-9827,-9832,-9709,-9817]]},{type:"Polygon",id:72093,arcs:[[-9767,-9825,-9693,-9646,-9658,-9673]]},{type:"Polygon",id:72151,arcs:[[9833,9834,9835,-9781,-9741,9836]]},{type:"Polygon",id:72137,arcs:[[9837,-9796,-9812,9838,9839]]},{type:"Polygon",id:78030,arcs:[[9840]]},{type:"Polygon",id:72089,arcs:[[9841,9842,9843,9844]]},{type:"Polygon",id:72087,arcs:[[9845,9846,-9733,9847]]},{type:"Polygon",id:72095,arcs:[[9848,-9782,-9836]]},{type:"Polygon",id:72119,arcs:[[-9844,9849,9850,9851,9852,-9846,9853]]},{type:"Polygon",id:72103,arcs:[[9854,9855,9856,9857,-9851]]},{type:"Polygon",id:72085,arcs:[[-9858,9858,-9837,-9740,9859,9860,-9852]]},{type:"Polygon",id:72029,arcs:[[-9853,-9861,9861,-9728,-9847]]},{type:"Polygon",id:72053,arcs:[[9862,-9842,9863]]},{type:"Polygon",id:72077,arcs:[[-9860,-9739,-9751,-9862]]},{type:"Polygon",id:72037,arcs:[[9864,-9855,-9850,-9843,-9863]]},{type:"Polygon",id:72069,arcs:[[9865,-9834,-9859,-9857]]},{type:"Polygon",id:72147,arcs:[[9866]]},{type:"Polygon",id:78010,arcs:[[9867]]},{type:"Polygon",id:72051,arcs:[[-9839,-9811,-9757,9868]]}]},states:{type:"GeometryCollection",geometries:[{type:"MultiPolygon",id:2,arcs:[[[9426]],[[9427]],[[9428]],[[9429]],[[9430]],[[9431]],[[9432]],[[9433]],[[9434]],[[9435]],[[9436]],[[9437]],[[9438]],[[9439]],[[9440]],[[9441]],[[9442]],[[9443]],[[9444]],[[9445]],[[9446]],[[9447]],[[9450]],[[9451]],[[9452]],[[9453]],[[9629]],[[9454]],[[9630]],[[9455]],[[9456]],[[9631]],[[9457]],[[9632]],[[9633]],[[9458]],[[9634]],[[9459]],[[9460]],[[9466]],[[9635]],[[9461]],[[9636]],[[9637]],[[9638]],[[9639]],[[9483]],[[9640]],[[9509]],[[9467]],[[9641]],[[9642]],[[9510]],[[9643]],[[9511]],[[9512]],[[9484]],[[9476]],[[9485]],[[9486]],[[9448]],[[9513]],[[9514]],[[9515]],[[9487]],[[9449]],[[9548]],[[9869,9550]],[[9488]],[[9489]],[[9524]],[[9490]],[[9552,9521,9870,9523,9551,9533]],[[9500]],[[9499,9529,9871,9531,9497,9534]],[[9491]],[[9492]],[[9470]],[[9603]],[[9604]],[[9582]],[[9583]],[[9584]],[[9585]],[[9560]],[[9586]],[[9587]],[[9561]],[[9588]],[[9605]],[[9589]],[[9562]],[[9592]],[[9593]],[[9594]],[[9563]],[[9597]],[[9553]],[[9554]],[[9555]],[[9625]],[[9626]],[[9627]],[[9620]],[[9611,9602,9606,9596,9607,9591,9608,9581,9571,9609,9872,9493,9479,9465,9873,9463,9480,9468,9481,9475,9567,9471,9568,9559,9628,9624,9622,9612,9619,9600,9610,9536,9547,9542,9545,9501,9528,9516,9644,9518,9525,9874,9527,9503,9875,9505,9543,9508,9544,9540,9546,9538]]]},{type:"MultiPolygon",id:15,arcs:[[[9417]],[[9422]],[[9421]],[[9423]],[[9876,9420]],[[9424]],[[9425]],[[9418]]]},{type:"MultiPolygon",id:72,arcs:[[[9866]],[[9813,9697,9666,9723,9817,9718,9726,9759,9868,9839,9877,9737,9820,9731,9847,9853,9844,9863,9864,9855,9865,9834,9848,9782,9878,9822,9803,9689,9746,9830,9705,9790,9823,9668,9768,9779,9660,9761,9879,9654,9788,9832]]]},{type:"Polygon",id:1,arcs:[[-6786,-6785,-6792,-6791,-6807,6974,-6994,-6998,7027,-7168,-7171,7205,-7420,7492,7493,-7574,7698,7699,-7846,7871,-8018,8061,-8111,-8157,8194,-8293,8320,8321,-8483,8483,-8579,8680,8681,8688,8689,8690,8566,8567,8683,8684,8685,8675,8676,9880,8678,8701,8702,8703,-8620,8521,-8436,8249,8250,-8128,7954,7955,-7826,7678,-7599,7448,-7421,7302,-7257,7179,-6951,-6954,6937,-6753,-6699,-6714,-6725,-6724]]},{type:"Polygon",id:5,arcs:[[-5843,-5842,-5816,-5921,-5920,-5919,-5932,-5931,-5930,-5716,-5888,-5887,-5886,-5917,-5916,-5866,-5973,-5972,-5971,-5970,-5969,-6163,-6274,6406,6407,6408,6409,-6605,6734,6735,6736,7015,-7027,7132,7133,-7415,-7414,7662,7663,7664,7665,7666,7777,7794,7795,7733,7734,7719,7720,7643,7644,7645,-7611,7513,-7233,-7232,7118,-6775,-6774,6727,-6611,6550,-6316,6256,6117,-5946,-5936]]},{type:"Polygon",id:4,arcs:[[-4752,-5779,5779,5780,5781,-7177,7591,7592,-8039,8208,8504,8191,7725,7726,7305,7306,-6522,-6521,-5912,-4625,-5343,-5417,-5416,-4754,-4753]]},{type:"MultiPolygon",id:6,arcs:[[[7053]],[[7019]],[[7054]],[[6896]],[[6897]],[[-1601,-1600,-1604,2383,-2395,-2394,-2393,-2392,4129,4130,-4310,-4309,-4308,-3802,-4324,4568,-4773,-4255,5466,-5913,6520,6521,-7307,-7306,-7727,7740,7697,7519,7056,7020,6899,6528,5874,5606,5291,5193,5288,5438,5155,5018,4853,4552,4697,4472,4696,4474,4482,4847,4484,3626,2685,2373,-1893,-1975,-1974,-1882]]]},{type:"Polygon",id:8,arcs:[[-2141,-2140,-2553,-2552,-2733,-2732,-2702,-2701,-2823,-2972,-2971,3139,-3194,3363,3364,-3620,3939,3940,-4277,4354,-4592,-4591,4878,4879,-5245,5317,5318,5319,5207,5208,5307,5308,5510,5511,5496,5497,5323,5321,-4751,-4750,-4749,4628,-4026,3577,-3100,-3099,2981,2982,-2194,-2137,-2136,-2135]]},{type:"Polygon",id:9,arcs:[[-2172,-2171,-2170,-2018,-2017,2317,2318,-2457,2526,2527,2557,2559,9881,2561,2547,2548,2549,-2285,-2284,-1998]]},{type:"Polygon",id:11,arcs:[[4385,4386,-4115,-4297]]},{type:"Polygon",id:10,arcs:[[3752,4102,4392,4393,4394,4395,4396,4397,-4267,4100,4101,-4079,3754,3755,-3497,-3588,3756,-3586]]},{type:"MultiPolygon",id:12,arcs:[[[9361]],[[9338]],[[9063]],[[9882,9883]],[[8993,8905]],[[9884,9356,9885,9358,9362,9351,9340,9331,9302,9329,9304,9285,9264,9262,9235,9221,9193,9886,9137,9363,8968,8865,8969,9065,9006,9064,9008,8913,9009,8915,8804,9887,8806,8797,8790,8787,-8676,-8686,-8685,-8684,-8568,-8567,-8691,-8690,-8689,-8682,-8745,-8744,-8733,-8737,-8736,-8743,-8742,-8740,-8739,-8762,8875,-8760,-8828,-8827,-8697,-8696,-8600,-8747,-8746,-8707,8835,8906,9013,9099,9139,9161,9152,9098,8991,8903,8992,9888,8988,9116,9153,9204,9889,9206,9146,9200,9276,9296,9890,9298,9326,9891,9322,9892,9324,9332,9353,9360]]]},{type:"MultiPolygon",id:13,arcs:[[[8704]],[[9893,8606]],[[8522]],[[8333]],[[8283]],[[8284]],[[8523,8607,9894,8609,8705,8706,8745,8746,8599,8695,8696,8826,8827,8759,-8876,8761,8738,8739,8741,8742,8735,8736,8732,8743,8744,-8681,8578,-8484,8482,-8322,-8321,8292,-8195,8156,8110,-8062,8017,-7872,7845,-7700,-7699,7573,-7494,-7493,7419,-7206,7170,7167,-7028,6997,6993,-6975,-6806,-6721,-6720,-6719,-6795,-6794,-6828,-6827,-6823,-6822,-6886,-6885,-6884,-6802,-6673,-6924,-6923,-6922,-6921,-6920,-7061,-7060,-7256,7339,-7438,-7437,-7484,-7483,-7542,-7541,-7711,7821,-7868,-7867,7891,-7899,-8057,-8056,-8055,8285,8280,8336]]]},{type:"Polygon",id:19,arcs:[[-1566,1654,-1696,-1780,-1779,2023,-2098,2159,-2230,2312,2313,-2452,-2451,-2450,2717,-2767,2921,-2928,3117,3118,3078,3079,3081,3082,3093,3094,3091,3092,3088,3089,3085,3086,3075,3076,3072,3073,3069,3070,-2935,2880,-2829,2659,2660,-2543,2416,-2304,2207,-2191,2065,2066,-1834,-1833,1756,-1660,1651,-1521,-1490,-1494,-1493,-1517,-1516,-1515,-1526,-1525,-1519,-1518,-1497,-1496,-1502,-1501,-1500,-1513,-1512,-1505,-1504]]},{type:"Polygon",id:16,arcs:[[20,-36,111,-202,240,-350,-329,-328,518,-528,-737,-736,-735,-758,-652,1121,-1174,-1173,1592,-1734,-1733,2052,2141,2107,2108,2021,2022,1896,1580,1581,-1263,-1262,-1261,1091,-970,914,-709,522,535,536,-396,-395,364,-248,-247,114,-82,22,23]]},{type:"Polygon",id:17,arcs:[[-1968,-1967,-1948,-1947,-1953,-1952,-1960,-1959,-2030,-2029,2116,2233,2234,2235,2510,-2533,2774,-2825,2957,-3156,3323,3324,-3546,3727,-3919,4027,-4173,4238,-4445,-4444,4683,-4705,4905,-4930,5135,-5171,5358,5359,5361,-5492,5562,5574,5575,5568,5569,5570,-5351,-5350,-5160,5125,4935,4936,4726,4727,-4456,-4455,-4521,4379,4380,4381,4165,4070,4071,-3929,3750,3751,-3685,3515,-3493,3241,3242,-3118,2927,-2922,2766,-2718,2449,2450,2451,-2314,-2313,2229,-2160,2097,-2024,-1778]]},{type:"Polygon",id:18,arcs:[[-2297,-2296,-2291,-2290,-2295,2470,-2539,2621,-2717,2793,2794,-3019,3039,-3168,3291,-3407,-3406,3614,-3716,3808,-3932,-4139,4144,-4266,-4265,4422,4423,4432,4433,-4557,4659,4660,4805,4798,4799,4800,4795,4892,4893,4894,4953,4954,4923,4924,4973,4974,4927,4928,4929,-4906,4704,-4684,4443,4444,-4239,4172,-4028,3918,-3728,3545,-3325,-3324,3155,-2958,2824,-2775,2532,-2511,-2236,2533,2535,2467,-2204,-2203,-2300,-2299]]},{type:"Polygon",id:20,arcs:[[-3419,-3431,-3429,-3428,-3423,-3422,-3433,-3432,-3413,-3412,-3410,-3409,-3417,-3416,-3426,-3427,-3317,-3316,-3486,-3485,-3490,-3489,-3488,-3492,-3561,3664,-3762,3884,-4003,-4002,-4046,-4199,-4198,4346,-4501,4546,-4772,4820,-5042,-5041,5300,5301,-5544,5556,5557,5558,5531,5532,5523,5524,5592,5593,5446,5447,5449,5450,5526,5527,5459,5460,5528,5529,5456,5457,5453,5520,5521,5519,5516,5517,-5318,5244,-4880,-4879,4590,4591,-4355,4276,-3941,-3940,3619,-3365,-3420]]},{type:"MultiPolygon",id:21,arcs:[[[-4137,-4136,-4161,-4160,-4159,-4182,-4181,-4351,-4350,-4373,-4372,-4498,-4497,4744,-4805,-4804,-5103,-5102,5233,5234,5235,5611,-5643,5726,5826,5827,5819,5820,5824,5825,5807,5808,5882,5883,5835,5913,5914,5838,5839,5891,5892,5696,5698,5699,5658,5659,5737,5937,5938,5831,5832,5932,5933,5957,5958,-5897,-5709,-5708,-5707,5632,-5569,-5576,-5575,-5563,5491,-5362,-5360,-5359,5170,-5136,-4929,-4928,-4975,-4974,-4925,-4924,-4955,-4954,-4895,-4894,-4893,-4796,-4801,-4800,-4799,-4806,-4661,-4660,4556,-4434,-4433,-4424,-4423,4264,4265,-4145,-4138]]]},{type:"MultiPolygon",id:22,arcs:[[[9108]],[[9088]],[[9046]],[[9028]],[[9899,9025,9089,9003,9084,9900,9078,9901,9080,9902,9082,9109,9070,9049,9037,9060,-9017,-8995,8942,-8693,-8692,8649,8456,8457,-8406,8237,-8223,7906,7907,7908,-7820,-7645,-7644,-7721,-7720,-7735,-7734,-7796,-7795,-7778,-7667,-7666,-7665,-7928,7943,-8109,-8108,-8107,-8106,8274,8275,8276,8491,8492,-8647,-8646,-8661,-8660,-8659,-8664,-8663,-8665,-8632,-8771,-8770,8846,8847,9010,9027]]]},{type:"MultiPolygon",id:25,arcs:[[[2727]],[[2632]],[[2175,2248,2249,2250,2251,2252,2168,2015,2016,2017,2169,2170,2171,1997,1998,1999,-1887,-1737,-1736,-1754,-1807,-1806,-1783,-1782,-1781,-1749,1934,9903,2006,9904,2008,2118,2165,2177,9905,2173,2287]]]},{type:"MultiPolygon",id:24,arcs:[[[4166]],[[4781,4782,4856,4857,4858,4690,4581,4268,4408,4169,4080,3824,3834,3840,4088,4192,9906,4194,4521,4293,4613,4731,4615,4295,4296,4114,4115,4116,3849,3811,3812,3813,3814,3816,3817,3818,3820,3821,3822,-3547,-3461,-3460,-3445,-3537,-3536,-3458,-3457,-3584,-3583,-3501,-3500,-3499,-3449,-3448,-3498,-3756,-3755,4078,-4102,-4101,4266,-4398,-4397,-4396,4784]]]},{type:"MultiPolygon",id:23,arcs:[[[918]],[[919]],[[1288,1134,1392,1380,1390,1382,1537,1538,-1300,-889,889,890,891,817,567,360,813,920,599,1117,1282,1286,1391]]]},{type:"MultiPolygon",id:26,arcs:[[[9402]],[[9401]],[[771,820,9406,1075,1236,9407,1434,1560,1561,9408,1578,9409,1927,9410,9412,-2505,2280,2281,2292,2293,2294,2289,2290,2295,2296,2298,2299,2202,2203,2204,2151,1988,1785,1686,1533,1378,1225,1112,9404,9405,948,9400,9399]],[[9395]],[[9388,9389]],[[9390]],[[9377,446,9382,9384,491,9394,9907,9392,9396,9397,574,9385,712,713,714,639,640,587,588,589,590,476,477,478,479,480,481,482,483,484,434,9378]],[[9373,9379,9375]],[[9376]]]},{type:"Polygon",id:27,arcs:[[125,151,204,9366,9365,203,137,138,139,140,141,142,143,144,145,146,147,473,592,593,594,-667,794,-800,901,902,1050,-1075,1139,-1162,-1187,-1186,-1191,1370,-1423,1502,1503,1504,1511,1512,1499,1500,1501,1495,1496,1517,1518,1524,1525,1514,1515,1516,1492,1493,1489,1490,1336,-1220,1179,-1044,-1043,917,-893,840,-746,702,-551,546,415,-404,348,-318,218,-210,164,165,-55,60,106,9364]]},{type:"Polygon",id:29,arcs:[[-3119,-3243,-3242,3492,-3516,3684,-3752,-3751,3928,-4072,-4071,-4166,-4382,-4381,-4380,4520,4454,4455,-4728,-4727,-4937,-4936,-5126,5159,5349,5350,-5571,-5570,-5633,5706,5707,5708,5896,5897,5898,5899,-6100,6161,6162,5968,5969,5970,5971,5972,5865,5915,5916,5885,5886,5887,5715,5929,5930,5931,5918,5919,5920,5815,5841,5842,5935,5936,-5766,5719,-5557,5543,-5302,-5301,5040,5041,-4821,4771,-4547,4500,-4347,4197,4198,4045,4001,4002,-3885,3761,-3665,3560,3491,-3487,-3304,3273,-3129,-3070,-3074,-3073,-3077,-3076,-3087,-3086,-3090,-3089,-3093,-3092,-3095,-3094,-3083,-3082,-3080,-3079]]},{type:"Polygon",id:28,arcs:[[-6755,-6754,-6938,6953,6950,-7180,7256,-7303,7420,-7449,7598,-7679,7825,-7956,-7955,8127,-8251,-8250,8435,-8522,8619,-8704,-8703,8838,8861,8880,-8847,8769,8770,8631,8664,8662,8663,8658,8659,8660,8645,8646,-8493,-8492,-8277,-8276,-8275,8105,8106,8107,8108,-7944,7927,-7664,-7663,7413,7414,-7134,-7133,7026,-7016,-6737,-6736,-6768,-6767,-6772,-6771,-6743,-6742,-6741,-6773]]},{type:"Polygon",id:30,arcs:[[43,99,88,46,50,29,9,53,110,-93,108,-133,221,-231,373,-381,514,515,516,675,676,677,763,764,765,697,698,826,827,655,649,650,651,757,734,735,736,527,-519,327,328,349,-241,201,-112,35,-21,36,19]]},{type:"MultiPolygon",id:37,arcs:[[[-5845,6042,6259,6044]],[[6047,6086,6179,6194,6038,6056,6247,6431,6425,6582,6258,6583,6564,6492,6560,6804,6761,6831,6759,6893,6990,7112,7271,9920,7273,7279,7280,7281,7282,7252,7005,7006,7007,6928,6877,6846,6847,6852,6853,6676,6677,6756,6645,6646,6630,6631,6768,6769,6695,6749,6750,6751,6671,6672,6801,6883,6884,6885,6821,6822,6823,-6595,-6594,-6457,-6456,-6392,-6391,-6287,-6286,-6285,6174,-6175,-6174,-6233,-6232,-6231,-6084,-6083,-5987,-5986,-5985,-5928,-5927,-5926,-5854,-5896,-5895,-5911,-5910,-5674,-5673,-5963,-5671,-5714,-5713,-5712,-5882,-5881,-5880,-5725,-5724,-5876,-5805,-5804,-5803,-5871,-5870,-5908,-5907,-5849,6041]]]},{type:"Polygon",id:38,arcs:[[54,-166,-165,209,-219,317,-349,403,-416,-547,550,551,627,628,633,634,631,632,530,583,623,624,625,635,-516,-515,380,-374,230,-222,132,-109,92,93,98,103,40,32,64,68,57]]},{type:"Polygon",id:31,arcs:[[-1710,-1552,-1682,-1681,-1672,-1671,-1812,-1810,-1809,-1839,-1838,-1836,-1835,-2067,-2066,2190,-2208,2303,-2417,2542,-2661,-2660,2828,-2881,2934,-3071,3128,-3274,3303,3486,3487,3488,3489,3484,3485,3315,3316,3426,3425,3415,3416,3408,3409,3411,3412,3431,3432,3421,3422,3427,3428,3430,3418,3419,-3364,3193,-3140,2970,2971,2822,2700,2701,2731,2732,-2551,2541,-2048,-2047,1861,-1644,-1684,-1683,-1574,-1573,-1709]]},{type:"Polygon",id:33,arcs:[[-890,888,1299,-1539,1615,1747,1748,1780,1781,1782,1805,1806,-1753,1614,-1456,1269,1270,-1115,-996,899,900,-891]]},{type:"Polygon",id:34,arcs:[[9921,3944,3785,3786,3787,3788,3789,3726,3668,3524,3525,-3254,-3253,3124,2911,2912,-2814,2756,-2603,-2568,-2567,-2770,-2769,2897,3116,3066,3156,3256,3346,3531,3521,3805,4124,3946]]},{type:"Polygon",id:35,arcs:[[5784,5785,5786,-6372,6554,6555,-6863,7008,7009,7156,7157,-7563,7653,7654,7655,7656,7657,7967,7968,7969,7783,7784,7785,7888,7889,8111,8037,8038,-7593,-7592,7176,-5782,-5781,-5780,5778,-5322,-5324,-5498,-5497,-5512,-5511,-5309,-5308,-5209,-5208,-5320]]},{type:"Polygon",id:32,arcs:[[-2023,-2357,2361,-2921,3561,3562,-3998,4621,4622,4623,4624,5911,5912,-5467,4254,4772,-4569,4323,3801,4307,4308,4309,-4131,-4130,2391,2392,2393,2394,-2384,-1603,-1429,-1428,-1264,-1582,-1581,-1897]]},{type:"MultiPolygon",id:36,arcs:[[[3237]],[[3052,9922,3054,3119,3152,3121,3056,2782]],[[1826]],[[3046,3097,3048,2751,2629,2770,2768,2769,2566,2567,2568,2324,2325,2093,2153,2154,2156,2157,2188,2189,2056,2057,2088,2089,2085,2086,2060,2061,2062,1831,1716,1713,1721,1724,1701,1570,1279,9923,1281,1275,1276,1019,1031,1005,-1001,1002,-1132,1204,-1296,-1485,1544,-1738,1886,-2e3,-1999,2283,2284,-2550,-2549,2752]]]},{type:"Polygon",id:39,arcs:[[2397,-2447,2666,-2675,2898,-2906,3033,3034,-3246,3262,3263,-3520,3528,-3609,3737,3738,3893,3894,3895,3992,-4069,4228,4226,4362,4363,4494,4495,4496,4497,4371,4372,4349,4350,4180,4181,4158,4159,4160,4135,4136,4137,4138,3931,-3809,3715,-3615,3405,3406,-3292,3167,-3040,3018,-2795,-2794,2716,-2622,2538,-2471,-2294,-2293,-2282,-2281,2504,2505,2506,2507,2508,2509,2514,9926,2516,2669,2593,2594,2595,2636,2579,2443,2401,-2200]]},{type:"Polygon",id:40,arcs:[[-5458,-5457,-5530,-5529,-5461,-5460,-5528,-5527,-5451,-5450,-5448,-5447,-5594,-5593,-5525,-5524,-5533,-5532,-5559,-5558,-5720,5765,-5937,5945,-6118,-6257,6315,-6551,6610,-6728,6773,6774,-7119,7231,7232,7233,7234,7401,7402,7398,7399,7400,7380,7440,7441,7442,7337,7338,7229,7230,7139,7140,7035,7036,6930,6931,-6871,6691,-6627,6398,-6366,6016,6017,5798,5799,5794,5795,5796,5791,5792,-5785,-5319,-5518,-5517,-5520,-5522,-5521,-5454]]},{type:"Polygon",id:41,arcs:[[661,-608,658,-691,-604,-603,-696,-695,-694,-693,-692,-503,-502,-557,-555,-554,-513,-583,-536,-523,708,-915,969,-1092,1260,1261,1262,1263,1427,1428,1602,1603,1599,1600,1881,1973,1974,1892,1893,1611,1464,1298,980,776,622]]},{type:"Polygon",id:42,arcs:[[-2061,-2087,-2086,-2090,-2089,-2058,-2057,-2190,-2189,-2158,-2157,-2155,-2154,-2094,-2326,-2325,-2569,2602,-2757,2813,-2913,-2912,-3125,3252,3253,-3526,3553,3584,3585,-3757,3587,3496,3497,3447,3448,3498,3499,3500,3582,3583,3456,3457,3535,3536,3444,3459,3460,3546,3547,3548,3610,3611,-3610,3337,3338,3339,-3244,3106,-3034,2905,-2899,2674,-2667,2446,-2398,2199,2200,-2062]]},{type:"MultiPolygon",id:44,arcs:[[[2544]],[[2545,-2250]],[[-2253,-2252,2452,2321,2454,2553,-2527,2456,-2319,-2318,-2016,-2169]]]},{type:"MultiPolygon",id:45,arcs:[[[8077]],[[8079]],[[8080]],[[7693,9413,9930,9415,7862,8081,8046,9931,8048,9932,8050,8078,8053,8054,8055,8056,7898,-7892,7866,7867,-7822,7710,7540,7541,7482,7483,7436,7437,-7340,7255,7059,7060,6919,6920,6921,6922,6923,-6672,-6752,-6751,-6750,-6696,-6770,-6769,-6632,-6631,-6647,-6646,-6757,-6678,-6677,-6854,-6853,-6848,-6847,-6878,-6929,-7008,-7007,-7006,-7253,-7283,7328,7588,9416]]]},{type:"Polygon",id:46,arcs:[[-624,-584,-531,-633,-632,-635,-634,-629,-628,-552,-703,745,-841,892,-918,1042,1043,-1180,1219,-1337,-1491,1520,-1652,1659,-1757,1832,1833,1834,1835,1837,1838,1808,1809,1811,1670,1671,1680,1681,1551,1709,1708,1572,1573,1682,1683,-1643,1487,-1374,1248,1183,-1033,939,-677,-676,-517,-636,-626,-625]]},{type:"Polygon",id:47,arcs:[[-5660,-5659,-5700,-5699,-5697,-5893,-5892,-5840,-5839,-5915,-5914,-5836,-5884,-5883,-5809,-5808,-5826,-5825,-5821,-5820,-5828,-5879,-5878,-5891,-5890,-5889,-5859,-5983,-5863,-5862,-5929,5984,5985,5986,6082,6083,6230,6231,6232,6173,6174,-6175,6284,6285,6286,6390,6391,6455,6456,6593,6594,-6824,6826,6827,6793,6794,6718,6719,6720,6805,6806,6790,6791,6784,6785,6723,6724,6713,6698,6752,6753,6754,6772,6740,6741,6742,6770,6771,6766,6767,-6735,6604,-6410,-6409,-6408,-6407,6273,-6162,6099,-5900,-6101,-5898,-5959,-5958,-5934,-5933,-5833,-5832,-5939,-5938,-5738]]},{type:"MultiPolygon",id:48,arcs:[[[9933]],[[9311,9312]],[[9313,9290,9934,9292,9314]],[[9271]],[[9242]],[[9935,9214]],[[9128]],[[9132,9175,9936,9164,9217,9166,9937,9168,9179,9216,9227,9247,9938,9249,9229,9243,9254,9246,9255,9939,9257,9273,9293,9318,9347,9352,9345,9342,9310,9253,9190,9127,8977,8872,8869,8883,8392,8394,-7889,-7786,-7785,-7784,-7970,-7969,-7968,-7658,-7657,-7656,-7655,-7654,7562,-7158,-7157,-7010,-7009,6862,-6556,-6555,6371,-5787,-5786,-5793,-5792,-5797,-5796,-5795,-5800,-5799,-6018,-6017,6365,-6399,6626,-6692,6870,-6932,-6931,-7037,-7036,-7141,-7140,-7231,-7230,-7339,-7338,-7443,-7442,-7441,-7381,-7401,-7400,-7399,-7403,-7402,-7235,-7234,-7514,7610,-7646,7819,-7909,-7908,-7907,8222,-8238,8405,-8458,-8457,-8650,8691,8692,-8943,8994,9016,9017,9090,9131,9092,9020,9130]]]},{type:"Polygon",id:49,arcs:[[-1732,2343,-2621,-2196,-2195,-2983,-2982,3098,3099,-3578,4025,-4629,4748,4749,4750,4751,4752,4753,5415,5416,5342,-4624,-4623,-4622,3997,-3563,-3562,2920,-2362,2356,-2022,-2109,-2108,-2142,-2053]]},{type:"MultiPolygon",id:51,arcs:[[[5405,5058,-4782,5059]],[[5005,4865,4807,4982,5225,5370,5424,5372,5109,5148,5330,5473,5536,9940,5683,5638,5472,5431,5282,5394,9941,5581,5626,5665,5871,9942,5902,9943,9944,5905,5850,5823,5851,5844,5845,5846,5847,5848,5906,5907,5869,5870,5802,5803,5804,5875,5723,5724,5879,5880,5881,5711,5712,5713,5670,5962,5672,5673,5909,5910,5894,5895,5853,5925,5926,5927,5928,5861,5862,5982,5858,5888,5889,5890,5877,5878,-5827,-5727,5642,-5612,-5236,-5235,-5234,-5101,-5412,-5411,-5378,-5377,-5376,-5180,-5275,-5274,5122,-4883,4877,-4536,-4535,-4403,-4402,-4401,-4189,-4188,4043,-3999,-3865,-3910,-4025,-4024,-3812,-3850,-4117,-4116,-4387,4417,9945,4342,4409,4669,4810,4866,5063,5188]]]},{type:"Polygon",id:50,arcs:[[1008,998,-900,995,1114,-1271,-1270,1455,-1615,1752,1753,1735,1736,1737,-1545,1484,1295,-1205,1131,-1003,1e3,1001,994]]},{type:"MultiPolygon",id:53,arcs:[[[303]],[[271]],[[184]],[[118]],[[119]],[[120]],[[126,2,3,75,85,80,83,-23,81,-115,246,247,-365,394,395,-537,582,512,553,554,556,501,502,691,692,693,694,695,602,603,690,-659,607,608,610,467,343,233,186,187,234,319,276,371,273,372,321,407,370,307,196,183,197,129]]]},{type:"MultiPolygon",id:55,arcs:[[[9372]],[[9371,561,557,-484,-483,-482,-481,-480,-479,-478,-477,-591,-590,-589,-588,-641,-640,-715,9386,879,9949,881,1155,1167,9387,1165,1289,1474,1623,1800,1960,2027,2028,2029,1958,1959,1951,1952,1946,1947,1966,1967,1777,1778,1779,1695,-1655,1565,-1503,1422,-1371,1190,1185,1186,1161,-1140,1074,-1051,-903,-902,799,-795,666,-595,-594,-593,-474,-148,9368,9370]]]},{type:"Polygon",id:54,arcs:[[3243,-3340,-3339,-3338,3609,-3612,-3611,-3549,-3548,-3823,-3822,-3821,-3819,-3818,-3817,-3815,-3814,-3813,4023,4024,3909,3864,3998,-4044,4187,4188,4400,4401,4402,4534,4535,-4878,4882,-5123,5273,5274,5179,5375,5376,5377,5410,5411,5100,5101,5102,4803,4804,-4745,-4496,-4495,-4364,-4363,-4227,-4229,4068,-3993,-3896,-3895,-3894,-3739,-3738,3608,-3529,3519,-3264,-3263,3245,-3035,-3107]] +},{type:"Polygon",id:56,arcs:[[-827,-699,-698,-766,-765,-764,-678,-940,1032,-1184,-1249,1373,-1488,1642,1643,-1862,2046,2047,-2542,2550,2551,2552,2139,2140,2134,2135,2136,2193,2194,2195,2620,-2344,1731,1732,1733,-1593,1172,1173,-1122,-651,-650,-656,-828]]},{type:"MultiPolygon",id:78,arcs:[[[9867]],[[9840]]]}]},land:{type:"MultiPolygon",arcs:[[[9361]],[[9933]],[[9338]],[[9311,9312]],[[9313,9290,9934,9292,9314]],[[9271]],[[9242]],[[9935,9214]],[[9128]],[[9108]],[[9088]],[[9046]],[[9063]],[[9882,9883]],[[9028]],[[8993,8905]],[[8704]],[[9893,8606]],[[8522]],[[8333]],[[8283]],[[8284]],[[8077]],[[8079]],[[8080]],[[7053]],[[7019]],[[7054]],[[6896]],[[6897]],[[4166]],[[3237]],[[3052,9922,3054,3119,3152,3121,3056,2782]],[[2727]],[[2632]],[[2544]],[[1826]],[[918]],[[919]],[[9402]],[[9401]],[[9395]],[[9388,9389]],[[9390]],[[9372]],[[9373,9379,9375]],[[-9918]],[[1275,1276,1019,1031,1005,1001,994,1008,998,900,891,817,567,360,813,920,599,1117,1282,1286,1391,1288,1134,1392,1380,1390,1382,1537,1615,1747,1934,9903,2006,9904,2008,2118,2165,2177,9905,2173,2287,2175,2248,2545,2250,2452,2321,2454,2553,2527,2557,2559,9881,2561,2547,2752,3046,3097,3048,2751,2629,2770,2897,3116,3066,3156,3256,3346,3531,3521,3805,4124,3946,9921,3944,3785,9954,3787,9955,3789,3726,3668,3524,3553,3584,3752,4102,4392,9956,4394,4784,5059,5405,5058,4782,4856,9957,4858,4690,4581,4268,4408,4169,4080,3824,3834,3840,4088,4192,9906,4194,4521,4293,4613,4731,4615,4295,4385,4417,9945,4342,4409,4669,4810,4866,5063,5188,5005,4865,4807,4982,5225,5370,5424,5372,5109,5148,5330,5473,5536,9940,5683,5638,5472,5431,5282,5394,9941,5581,5626,5665,5871,9942,5902,9943,9944,5905,5850,5823,5851,6042,6259,6044,5845,9958,9959,9960,5847,6041,6047,6086,6179,6194,6038,6056,6247,6431,6425,6582,6258,6583,6564,6492,6560,6804,6761,6831,6759,6893,6990,7112,7271,9920,7273,7279,9961,7281,7328,7588,9416,7693,9413,9930,9415,7862,8081,8046,9931,8048,9932,8050,8078,8053,8285,8280,8336,8523,8607,9894,8609,8705,8835,8906,9013,9099,9139,9161,9152,9098,8991,8903,8992,9888,8988,9116,9153,9204,9889,9206,9146,9200,9276,9296,9890,9298,9326,9891,9322,9892,9324,9332,9353,9360,9884,9356,9885,9358,9362,9351,9340,9331,9302,9329,9304,9285,9264,9262,9235,9221,9193,9886,9137,9363,8968,8865,8969,9065,9006,9064,9008,8913,9009,8915,8804,9887,8806,8797,8790,8787,8676,9880,8678,8701,8838,8861,8880,8847,9010,9027,9899,9025,9089,9003,9084,9900,9078,9901,9080,9902,9082,9109,9070,9049,9037,9060,9017,9090,9131,9092,9020,9130,9132,9175,9936,9164,9217,9166,9937,9168,9179,9216,9227,9247,9938,9249,9229,9243,9254,9246,9255,9939,9257,9273,9293,9318,9347,9352,9345,9342,9310,9253,9190,9127,8977,8872,8869,8883,8392,8394,7889,8111,8037,8208,8504,8191,7725,7740,7697,7519,7056,7020,6899,6528,5874,5606,5291,5193,5288,5438,5155,5018,4853,4552,4697,4472,4696,4474,4482,4847,4484,3626,2685,2373,1893,1611,1464,1298,980,776,622,661,608,610,467,343,233,186,9946,9962,9948,3,75,85,80,83,23,36,19,43,99,88,46,50,29,9,53,110,93,98,103,40,32,64,68,57,60,106,9364,125,151,204,9366,9365,203,137,138,139,140,141,142,143,144,145,146,9368,9370,9371,561,557,484,434,9378,9377,446,9382,9384,491,9394,9907,9392,9396,9397,574,9385,712,713,9386,879,9949,881,1155,1167,9387,1165,1289,1474,1623,1800,1960,2027,2116,2233,2234,2533,2535,2467,2204,2151,1988,1785,1686,1533,1378,1225,1112,9404,9405,948,9400,9399,771,820,9406,1075,1236,9407,1434,1560,1561,9408,1578,9409,1927,9410,9412,2505,-9912,2507,-9910,2509,2514,9926,2516,2669,2593,2594,2595,2636,2579,2443,2401,2200,2062,1831,1716,1713,1721,1724,1701,1570,1279,9923,1281]],[[9612,9619,9600,9610,9536,9547,9542,9545,9501,9528,9516,9644,9518,9525,9874,9527,9503,9875,9505,9543,9508,9544,9540,9546,9538,9611,9602,9606,9596,9607,9591,9608,9581,9571,9609,9872,9493,9479,9465,9873,9463,9480,9468,9481,9475,9567,9471,9568,9559,9628,9624,9622]],[[9489]],[[9626]],[[9552,9521,9870,9523,9551,9533]],[[9561]],[[9499,9529,9871,9531,9497,9534]],[[9869,9550]],[[9455]],[[9515]],[[9447]],[[9563]],[[9514]],[[9491]],[[9445]],[[9555]],[[9554]],[[9440]],[[9586]],[[9510]],[[9444]],[[9434]],[[9513]],[[9512]],[[9588]],[[9511]],[[9431]],[[9548]],[[9642]],[[9460]],[[9438]],[[9562]],[[9432]],[[9470]],[[9451]],[[9589]],[[9487]],[[9458]],[[9426]],[[9553]],[[9437]],[[9524]],[[9492]],[[9500]],[[9441]],[[9435]],[[9490]],[[9592]],[[9439]],[[9625]],[[9486]],[[9485]],[[9488]],[[9442]],[[9452]],[[9443]],[[9597]],[[9454]],[[9436]],[[9453]],[[9585]],[[9483]],[[9449]],[[9428]],[[9456]],[[9446]],[[9620]],[[9603]],[[9459]],[[9448]],[[9457]],[[9450]],[[9594]],[[9583]],[[9584]],[[9582]],[[9476]],[[9587]],[[9605]],[[9604]],[[9484]],[[9627]],[[9461]],[[9560]],[[9429]],[[9427]],[[9433]],[[9593]],[[9430]],[[9629]],[[9630]],[[9631]],[[9632]],[[9633]],[[9634]],[[9466]],[[9635]],[[9636]],[[9637]],[[9638]],[[9639]],[[9640]],[[9509]],[[9467]],[[9641]],[[9643]],[[9867]],[[9866]],[[9840]],[[9813,9697,9666,9723,9817,9718,9726,9759,9868,9839,9877,9737,9820,9731,9847,9853,9844,9863,9864,9855,9865,9834,9848,9782,9878,9822,9803,9689,9746,9830,9705,9790,9823,9668,9768,9779,9660,9761,9879,9654,9788,9832]],[[9417]],[[9422]],[[9421]],[[9423]],[[9876,9420]],[[9424]],[[9425]],[[9418]]]}},arcs:[[[162416,583189],[236,-863],[94,-3199],[220,-1079],[-271,-1241]],[[162695,576807],[-443,-309],[-4396,83]],[[157856,576581],[-6,1800],[-436,606],[-476,3062],[167,1173]],[[157105,583222],[2782,-89],[2529,56]],[[203483,583173],[-111,-3268],[363,0],[1,-4838],[604,-14]],[[204340,575053],[0,-6406],[-109,-3],[-1,-3886]],[[204230,564758],[-1074,300],[-478,661],[-49,-1946]],[[202629,563773],[-411,-2654],[-860,-2419],[-1043,-435],[-462,561]],[[199853,558826],[29,9804],[98,1617],[303,-7],[-114,3279],[302,529],[-36,7508],[72,1628]],[[200507,583184],[2976,-11]],[[181317,583162],[311,-3373],[318,707],[389,-2530],[-133,-1970],[788,-1235],[-38,-1636],[347,-662],[20,-2123]],[[183319,570340],[343,-1416],[-25,-1101],[608,-791]],[[184245,567032],[386,-2907],[-296,-416]],[[184335,563709],[-284,-667],[56,-2637],[-277,-1038],[59,-2316]],[[183889,557051],[-896,68]],[[182993,557119],[-468,-2]],[[182525,557117],[101,1562],[-233,2072],[31,1860],[-477,1550],[-122,1357],[-537,-515],[111,-1134],[-1263,-12],[41,-3203],[-354,-5]],[[179823,560649],[-1,1601],[-1073,-52],[-59,2655]],[[178690,564853],[-26,3920],[480,4],[-5,6466],[-109,1581],[659,10],[112,1730],[-222,1681],[-105,2947]],[[179474,583192],[1843,-30]],[[175797,583199],[0,-9287]],[[175797,573912],[-2052,-28],[-1,6456],[-689,-16]],[[173055,580324],[0,2844]],[[173055,583168],[2742,31]],[[199853,558826],[-98,-1296],[-681,144],[-597,-3335]],[[198477,554339],[-62,2205],[-374,544],[-690,-278]],[[197351,556810],[-1278,1156],[-333,1655]],[[195740,559621],[8,3507],[732,-36],[49,1307],[484,-269],[0,4521],[87,4167]],[[197100,572818],[159,-390],[75,5957],[166,-2],[64,4793]],[[197564,583176],[2943,8]],[[221924,574709],[-1820,8]],[[220104,574717],[-102,3252],[0,5201]],[[220002,583170],[1830,2]],[[221832,583172],[3,-5232],[89,-3231]],[[178690,564853],[-400,43],[-118,-1893],[-228,-480],[-676,326],[-48,1381],[-615,5245],[-698,-1923],[-112,1018]],[[175795,568570],[2,5342]],[[175797,583199],[3677,-7]],[[220104,574717],[-363,-10]],[[219741,574707],[-362,-1],[-1,1624],[-1819,10],[0,-1619]],[[217559,574721],[-1091,11],[0,3239],[-126,10],[-1,5192]],[[216341,583173],[3661,-3]],[[186539,583158],[25,-9701]],[[186564,573457],[-1094,108],[-9,-3230],[-2142,5]],[[181317,583162],[5222,-4]],[[193948,567081],[-538,-46],[0,1653],[-330,-43],[0,1617],[-2172,10],[0,-1617],[-363,1]],[[190545,568656],[35,14501]],[[190580,583157],[3492,32]],[[194072,583189],[-44,-7981],[115,-2218],[-242,-2960],[47,-2949]],[[195740,559621],[-133,1040],[-934,55],[-434,-1362],[-302,351]],[[193937,559705],[11,7376]],[[194072,583189],[3492,-13]],[[206421,583169],[53,-6498],[181,-1619]],[[206655,575052],[-2315,1]],[[203483,583173],[2938,-4]],[[228232,583191],[206,-4516],[166,-1312],[-187,-2686]],[[228417,574677],[-2130,0]],[[226287,574677],[-64,8514]],[[226223,583191],[2009,0]],[[230526,583184],[49,-8486]],[[230575,574698],[-2158,-21]],[[228232,583191],[2294,-7]],[[223380,574698],[-1,-3220],[-639,-11]],[[222740,571467],[-816,5]],[[221924,571472],[0,3237]],[[221832,583172],[1466,10]],[[223298,583182],[0,-5247],[82,-3237]],[[226287,574677],[-1090,12]],[[225197,574689],[-1817,9]],[[223298,583182],[2925,9]],[[168030,583185],[-42,-19407]],[[167988,563778],[-338,-262]],[[167650,563516],[-25,343]],[[167625,563859],[88,1056],[-308,2218],[-251,148],[-798,-1281],[-586,-1450],[-104,1725],[-570,-648],[55,-1799]],[[165151,563828],[-497,4],[-263,1945],[-611,1931],[-82,1381],[-532,1417],[-331,3957]],[[162835,574463],[-140,2344]],[[162416,583189],[2209,-15],[3405,11]],[[171951,583192],[-373,-3049],[-183,-3367],[361,7],[-7,-9706],[182,-1632]],[[171931,565445],[-274,12],[-1,-4693],[-436,1680],[-359,-1132]],[[170861,561312],[-166,418],[-548,-890],[-371,2707],[-364,-947]],[[169412,562600],[-132,2358],[405,757],[-4,1210],[289,2381],[-187,3288],[316,4420],[-331,3951],[45,2219]],[[169813,583184],[2138,8]],[[173055,580324],[-26,-14910]],[[173029,565414],[-1098,31]],[[171951,583192],[1104,-24]],[[169412,562600],[-45,-983],[-485,620],[-109,1069],[-446,-598],[-339,1070]],[[168030,583185],[1783,-1]],[[188725,567028],[0,1624]],[[188725,568652],[374,0],[11,14480]],[[189110,583132],[1470,25]],[[190545,568656],[-200,-1611],[-1620,-17]],[[212324,583170],[-3,-5175],[150,-1639]],[[212471,576356],[-3238,15]],[[209233,576371],[-1,6810]],[[209232,583181],[3092,-11]],[[214880,583162],[-1,-3570]],[[214879,579592],[-364,-1],[-1,-1615],[-226,0],[0,-3239]],[[214288,574737],[-1816,1]],[[212472,574738],[-1,1618]],[[212324,583170],[2556,-8]],[[186539,583158],[2571,-26]],[[188725,568652],[-718,-1],[2,2422],[-362,804],[-543,30],[-81,1075],[-459,475]],[[217559,574721],[0,-1621]],[[217559,573100],[-2179,21],[-1,4852],[-499,6],[-1,1613]],[[214880,583162],[1461,11]],[[233488,574623],[-724,-26]],[[232764,574597],[-2189,101]],[[230526,583184],[3019,-21]],[[233545,583163],[240,-2188],[402,728],[5,-3862],[-704,-3],[0,-3215]],[[209233,576371],[4,-4555]],[[209237,571816],[-1620,-4],[1,1622],[-363,4],[0,1612],[-600,2]],[[206421,583169],[2811,12]],[[175795,568570],[0,-4401]],[[175795,564169],[-503,1656],[-278,-929],[18,-2373]],[[175032,562523],[-508,-3],[3,1885],[-1501,-262]],[[173026,564143],[3,1271]],[[217559,573100],[127,-1619],[-2,-6492],[124,-2],[-3,-3238]],[[217805,561749],[-2509,-20]],[[215296,561729],[1,3269],[-141,0],[0,6485],[-143,10],[0,3259],[-725,-15]],[[156776,574866],[145,-2337],[-336,700],[191,1637]],[[156018,576188],[367,-1161],[-54,-1921],[-274,763],[-39,2319]],[[156711,577874],[437,-1003],[-572,-1182],[-174,1060],[309,1125]],[[239768,576252],[-26,-7172],[46,-6528]],[[239788,562552],[-1935,133],[-2,-978],[-1789,-11]],[[236062,561696],[-29,9709]],[[236033,571405],[-4,6210]],[[236029,577615],[339,173],[235,-1132],[1047,-347],[154,-2131],[907,561],[6,841],[719,948],[332,-276]],[[157403,572219],[-142,1501],[248,575],[362,-1247],[-15,3533]],[[162835,574463],[-341,252],[-585,-931],[-106,-3299],[197,-417]],[[162e3,570068],[-3852,30]],[[158148,570098],[-745,2121]],[[212472,574738],[0,-3235],[160,6],[-1,-4641]],[[212631,566868],[-1041,215],[-260,-1783],[-494,-878],[-372,2570],[-383,-709],[-219,-2110],[-618,322]],[[209244,564495],[-7,7321]],[[219741,574707],[109,-3230],[1,-6504],[110,0],[-1,-3243]],[[219960,561730],[-1079,-3]],[[218881,561727],[-1076,22]],[[243362,568344],[29,-12216],[-17,-11280]],[[243374,544848],[-834,-2840],[212,-1505]],[[242752,540503],[-2,-7]],[[242750,540496],[-224,823]],[[242526,541319],[-10,0]],[[242516,541319],[-187,-592]],[[242329,540727],[-9,7]],[[242320,540734],[-75,-212]],[[242245,540522],[-5,-38]],[[242240,540484],[-9,-872]],[[242231,539612],[3,11]],[[242234,539623],[-248,57]],[[241986,539680],[-26,1879],[-2117,44]],[[239843,541603],[15,4838]],[[239858,546441],[-15,12915],[-55,3196]],[[239768,576252],[1003,-1644],[260,59],[-216,-1483],[572,-280],[382,-4206],[280,489],[20,1987],[577,82],[135,-1750],[581,-1162]],[[209244,564495],[-258,1115],[-593,-179],[-307,1362],[-1057,19],[-145,560],[-288,-1583],[-558,-1]],[[206038,565788],[-93,498],[-752,103],[-963,-1631]],[[165151,563828],[-359,-3363],[-516,-331],[-139,-2995],[-195,-1515],[49,-2367],[561,-1042],[-25,-1385]],[[164527,550830],[-822,-18],[-768,1529],[-383,1474],[-339,202],[-528,3049]],[[161687,557066],[129,2030],[-144,1373]],[[161672,560469],[135,875],[-307,1331],[76,2648],[386,644],[303,1650],[-265,2451]],[[215296,561729],[-1431,3],[-2,-1673]],[[213863,560059],[-714,1226]],[[213149,561285],[-15,1450],[265,1806],[-308,1452],[-460,875]],[[232764,574597],[24,-6811]],[[232788,567786],[-2527,21]],[[230261,567807],[-1799,-6]],[[228462,567801],[14,367]],[[228476,568168],[71,2441],[-130,4068]],[[221924,571472],[-986,7],[-3,-6507],[100,-3249]],[[221035,561723],[-716,0]],[[220319,561723],[-359,7]],[[225197,574689],[73,-6488]],[[225270,568201],[-362,-8],[-2,-3234],[-287,1],[0,-1975]],[[224619,562985],[-263,25],[-571,2718],[-293,-1216],[-752,3114],[0,3841]],[[228476,568168],[-2123,27]],[[226353,568195],[-1083,6]],[[236062,561696],[6,-7465]],[[236068,554231],[0,-615],[-707,-32]],[[235361,553584],[-1430,50]],[[233931,553634],[-29,8560],[-224,1564],[125,1180],[-986,11]],[[232817,564949],[-29,2837]],[[233488,574623],[363,-5],[3,-3239],[2179,26]],[[188725,567028],[1,-2703]],[[188726,564325],[-1602,-42],[-179,1901],[-363,820],[-2337,28]],[[158090,569229],[27,-389]],[[158117,568840],[-233,-1009],[277,-1641],[-369,861],[-55,2156],[353,22]],[[157568,571941],[243,-1776],[-417,-307],[-219,-1059],[350,-339],[185,-3598],[45,1502],[415,-1154],[-2,-2382],[-642,2318],[-20,2344],[-434,1258],[298,3296],[198,-103]],[[156634,565779],[-60,-3687],[-1564,-7],[0,264],[-3066,-4]],[[151944,562345],[-337,5365],[202,2998],[-202,971]],[[151607,571679],[463,-265],[484,-1494],[396,-424],[748,-1863],[763,58],[868,-995],[776,701],[529,-1618]],[[224619,562985],[0,-1281]],[[224619,561704],[-2151,10]],[[222468,561714],[-1433,9]],[[193937,559705],[-803,-422],[-51,-3212],[-1027,-2365]],[[192056,553706],[-1187,-7]],[[190869,553699],[-361,552],[1,1469],[-266,4],[-517,1364],[204,1867],[-1205,-7]],[[188725,558948],[1,5377]],[[161672,560469],[-3555,-37]],[[158117,560432],[249,3191],[301,1598],[-407,1180],[-143,2439]],[[158090,569229],[58,869]],[[179823,560649],[58,-3498],[649,4],[-91,-2233],[238,251],[-154,-1949],[417,-649],[44,-4053]],[[180984,548522],[-292,-238],[-171,1188],[-551,1163],[-685,298]],[[179285,550933],[-478,836],[-38,1568],[-837,1677],[-963,-135]],[[176969,554879],[-354,1336],[183,799],[-95,1862],[-283,1075],[-625,4218]],[[245498,568091],[24,-13480]],[[245522,554611],[-1265,-6316],[-883,-3447]],[[243362,568344],[242,-1593],[425,-163],[-24,-1207],[886,751],[607,1959]],[[226353,568195],[59,-3242],[-1,-6490]],[[226411,558463],[-285,2]],[[226126,558465],[-1436,0]],[[224690,558465],[-71,3239]],[[228462,567801],[350,-5611],[344,-3679]],[[229156,558511],[-1603,-50]],[[227553,558461],[-1142,2]],[[230261,567807],[50,-3920]],[[230311,563887],[2,-2161],[360,-5],[2,-1615],[1435,5],[0,1629],[356,7],[-1,1624]],[[232465,563371],[355,-34]],[[232820,563337],[77,-8073]],[[232897,555264],[-1430,-21]],[[231467,555243],[-2182,14]],[[229285,555257],[-129,3254]],[[232817,564949],[3,-1612]],[[232465,563371],[-1,531],[-2153,-15]],[[209244,564495],[-2,-11147]],[[209242,553348],[-241,-806],[-805,9]],[[208196,552551],[-259,2],[1,3249],[-225,-5],[0,1619],[-1072,7],[1,1622],[-715,4],[0,1622]],[[205927,560671],[111,1440],[0,3677]],[[167625,563859],[-339,-5],[-301,-1380],[-1,-1619],[-240,-1347],[-120,-2159],[-533,-1577],[-2,-1607],[-955,-85],[-358,-2172],[-6,-1862]],[[164770,550046],[-243,784]],[[213149,561285],[0,-2790],[-1274,10],[2,-6436]],[[211877,552069],[-1581,12]],[[210296,552081],[-1055,15]],[[209241,552096],[1,1252]],[[156465,557234],[-1439,15],[0,-1663]],[[155026,555586],[-1512,9],[-857,298]],[[152657,555893],[-215,4015],[-498,2437]],[[156634,565779],[273,1293],[567,-4576],[-189,-396],[-251,-3033],[-105,2479],[-246,-3231],[-218,-1081]],[[188725,558948],[-718,-7],[0,-1612],[-713,3],[0,-1972],[-347,194]],[[186947,555554],[-644,-185],[-426,1863],[-409,506],[-656,-490],[-280,1681],[6,2406],[-203,2374]],[[205927,560671],[-357,-7],[-3,-4859],[-120,-3],[2,-6473]],[[205449,549329],[-1188,-10],[0,-1636],[-355,-3],[0,1641],[-354,-3]],[[203552,549318],[-232,0],[-1,3235],[-355,-6],[105,3251],[-2,6316],[-270,1],[-168,1658]],[[176969,554879],[-257,-1008],[473,-1408],[60,-942],[526,-680],[549,-2997],[263,-2458],[250,-686]],[[178833,544700],[-3820,28]],[[175013,544728],[0,1637]],[[175013,546365],[0,7286]],[[175013,553651],[19,8872]],[[182525,557117],[-825,-26],[-58,-2280],[224,-1574],[136,-3906],[-311,-808],[-707,-1]],[[173026,564143],[8,-11380]],[[173034,552763],[0,-1987]],[[173034,550776],[-2181,20]],[[170853,550796],[8,10516]],[[233931,553634],[40,-4845]],[[233971,548789],[-1065,-20]],[[232906,548769],[-9,6495]],[[175013,553651],[-715,16],[-120,-800],[-1144,-104]],[[203552,549318],[2,-5970]],[[203554,543348],[0,-266]],[[203554,543082],[-1766,-14],[-2,268],[-3263,-152]],[[198523,543184],[-142,489],[173,2154],[-209,2560],[-11,4245],[143,1707]],[[167650,563516],[-17,-12700]],[[167633,550816],[-9,-6518],[-1075,22],[-3,-3262]],[[166546,541058],[-233,-1081]],[[166313,539977],[-187,857],[-295,-1494],[-690,-306]],[[165141,539034],[-276,2022]],[[164865,541056],[127,1141],[-311,5065],[89,2784]],[[170853,550796],[-381,1]],[[170472,550797],[-2839,19]],[[186947,555554],[7,-6012],[711,-1191],[-2,-4005],[368,-11]],[[188031,544335],[35,-1328],[411,-1480]],[[188477,541527],[-392,-449],[14,-3150],[-430,-3]],[[187669,537925],[-672,2],[-784,-2757]],[[186213,535170],[46,3441],[-325,1748],[-347,-22],[-1,2529],[-723,-49],[-4,6432],[-731,40],[-1,5728],[-238,2034]],[[157723,558953],[152,-2103],[-263,244],[111,1859]],[[157679,553460],[-209,2]],[[157470,553462],[-20,-1]],[[157450,553461],[-465,10]],[[156985,553471],[3,2161],[-621,2]],[[156367,555634],[297,1874],[455,873],[193,2438],[440,2118],[103,-3144],[-199,149],[-132,-3407],[313,-1094],[-158,-1981]],[[239858,546441],[-2004,75]],[[237854,546516],[-6,4597],[-694,1379],[-255,2407],[-570,-1212],[-261,544]],[[218881,561727],[0,-3232],[-241,5],[-5,-6449]],[[218635,552051],[-211,-1],[0,-3173],[-602,-11]],[[217822,548866],[-251,2540],[-563,-513]],[[217008,550893],[-256,567],[-256,3108],[36,1844],[-852,-555],[-222,-665],[-1091,1453]],[[214367,556645],[-155,784],[-3,3078],[-346,-448]],[[224690,558465],[0,-1585]],[[224690,556880],[-2133,9]],[[222557,556889],[-89,4825]],[[222557,556889],[-2,-4848]],[[222555,552041],[-597,-4]],[[221958,552037],[-1539,4]],[[220419,552041],[1,6449],[-101,3233]],[[220419,552041],[-222,0]],[[220197,552041],[-1562,10]],[[214367,556645],[0,-4588],[170,0],[-1,-5915]],[[214536,546142],[-1061,-2],[0,-539],[-1412,-13]],[[212063,545588],[-1,6481],[-185,0]],[[197351,556810],[-6,-4998],[-770,-161],[-356,-670],[-49,-3204],[356,-6],[-61,-6487]],[[196465,541284],[-1055,22]],[[195410,541306],[-1057,8],[-1,-1068]],[[194352,540246],[-993,3]],[[193359,540249],[-236,2014],[209,1754],[-4,5386],[-1034,1610],[0,1620],[-238,1073]],[[208196,552551],[218,-2029],[102,-3785],[-297,-2572],[-534,-806]],[[207685,543359],[-1181,12],[-117,1073],[-355,1],[0,1079],[-356,1],[0,3802],[-227,2]],[[157999,553531],[-253,-1157],[151,3089],[102,-1932]],[[161687,557066],[-282,-523],[-596,-2846],[-98,-1164],[460,-3838],[-225,-1131]],[[160946,547564],[-1160,1608],[-293,-321]],[[159493,548851],[-540,718],[-133,1180],[-534,2],[-231,1165]],[[158055,551916],[258,528],[-269,4233],[225,530],[-269,1061],[117,2164]],[[190869,553699],[1,-1066],[-358,1],[-13,-4900],[354,-2],[-21,-5066]],[[190832,542666],[-725,2921],[-441,463],[-28,1539],[-216,-1426],[-1061,-216],[1,-1610],[-331,-2]],[[227553,558461],[-3,-6470],[62,-1591]],[[227612,550400],[-709,17]],[[226903,550417],[-711,10]],[[226192,550427],[-72,1593],[6,6445]],[[226192,550427],[-1411,-1]],[[224781,550426],[-88,1602]],[[224693,552028],[-3,4852]],[[229285,555257],[53,-4884]],[[229338,550373],[-1726,27]],[[156465,557234],[-98,-1600]],[[156985,553471],[-2,-837]],[[156983,552634],[-349,-1455],[-54,-1446],[-357,-1953]],[[156223,547780],[-354,-250]],[[155869,547530],[-801,-41],[-42,8097]],[[182993,557119],[1,-7838],[454,9],[0,-6466]],[[183448,542824],[-493,-548],[1,-1075],[-524,-539],[1,-1072],[-447,49]],[[181986,539639],[-1407,-5]],[[180579,539634],[-732,-499]],[[179847,539135],[-222,1916]],[[179625,541051],[352,195],[-48,4028],[320,550],[-90,1379],[-636,2137],[-238,1593]],[[186213,535170],[-690,-2887]],[[185523,532283],[-1333,17]],[[184190,532300],[-6,8737],[-214,-420],[-522,2207]],[[198523,543184],[180,-1780]],[[198703,541404],[-2238,-120]],[[164865,541056],[-1495,18],[1,1609],[-349,24],[-1,1604],[-1091,-12],[-177,1484],[-533,1821],[-274,-40]],[[224693,552028],[-2138,13]],[[217008,550893],[-1,-451],[-1411,-2],[0,-4839]],[[215596,545601],[-928,-4]],[[214668,545597],[-132,545]],[[155869,547530],[120,-1651],[-5,-3776]],[[155984,542103],[-587,-24]],[[155397,542079],[-2025,38]],[[153372,542117],[-110,2053],[253,-202],[623,1195],[-914,1191],[-230,4847],[-241,1362],[-96,3330]],[[232906,548769],[-1437,4]],[[231469,548773],[-2,6470]],[[231469,548773],[-356,-11]],[[231113,548762],[-1799,-4]],[[229314,548758],[24,1615]],[[179625,541051],[-761,2278],[-31,1371]],[[237854,546516],[-2,-4237]],[[237852,542279],[-1578,50],[42,-9604],[-40,-223]],[[236276,532502],[-231,1006],[-307,-538],[-332,854]],[[235406,533824],[-216,372]],[[235190,534196],[-133,486],[-22,7620]],[[235035,542302],[353,-11],[-27,11293]],[[310206,521389],[-674,-758]],[[309532,520631],[-1071,-1126],[-11,14936],[-1066,258]],[[307384,534699],[-8,3291],[-2505,26]],[[304871,538016],[-841,2]],[[304030,538018],[72,2263],[2153,14228],[505,-616],[6,-3382],[393,-1252],[815,1288],[76,747],[564,5],[41,1253],[358,12],[783,-2953],[455,-2410],[25,-20921],[-70,-4891]],[[193359,540249],[-620,1062],[-850,-749]],[[191889,540562],[-514,-598],[-543,2702]],[[175013,546365],[-1409,188],[-569,1764]],[[173035,548317],[-1,2459]],[[235035,542302],[-1048,14]],[[233987,542316],[-16,6473]],[[160946,547564],[-215,-3053],[-185,-928],[189,-1670]],[[160735,541913],[-845,11],[-206,-1040],[-1032,654]],[[158652,541538],[-352,1507],[-447,420],[-411,2054],[-166,2243]],[[157276,547762],[314,1630],[142,2452],[323,72]],[[157679,553460],[-93,-2779],[-243,609],[127,2172]],[[157450,553461],[-258,-1218],[-95,-3180],[-196,1415],[82,2156]],[[209241,552096],[0,-12823]],[[209241,539273],[-860,0],[-178,810],[-527,0]],[[207676,540083],[9,3276]],[[212063,545588],[-553,-13],[-2,-6518]],[[211508,539057],[-1052,-1]],[[210456,539056],[-1,6519],[-160,-2],[1,6508]],[[210456,539056],[-534,-4],[0,-1652],[-681,3]],[[209241,537403],[0,1870]],[[221958,552037],[-1,-6447],[97,4],[-9,-6501]],[[222045,539093],[-1299,23]],[[220746,539116],[-462,8]],[[220284,539124],[18,6480],[-110,4],[5,6433]],[[224781,550426],[0,-4857],[78,2],[0,-6489]],[[224859,539082],[-1664,-10]],[[223195,539072],[-1150,21]],[[220284,539124],[-1617,18]],[[218667,539142],[-333,973],[-96,2185],[-334,3330]],[[217904,545630],[153,619],[-235,2617]],[[217904,545630],[-2308,-29]],[[170472,550797],[5,-6432],[-150,-2317],[-550,-959]],[[169777,541089],[-3231,-31]],[[173035,548317],[0,-10901]],[[173035,537416],[-1,-2155]],[[173034,535261],[-435,-110],[-89,788]],[[172510,535939],[-70,1545],[-616,2886],[-769,-192],[-280,-1214]],[[170775,538964],[-894,-1263],[-120,595]],[[169761,538296],[16,2793]],[[226903,550417],[68,-4868],[-1,-6487]],[[226970,539062],[-981,13]],[[225989,539075],[-1130,7]],[[229314,548758],[6,-2652],[212,-1371],[-110,-2548],[10,-3117]],[[229432,539070],[-1342,-24]],[[228090,539046],[-1120,16]],[[158652,541538],[-2669,23],[1,542]],[[156223,547780],[371,1366],[-165,-1818],[270,11],[248,1911],[329,-1488]],[[207676,540083],[-352,-1344]],[[207324,538739],[-349,-4],[-351,-1338],[-710,7],[-585,557],[-127,1621],[-225,-2],[-117,3243],[-599,530],[-707,-5]],[[233987,542316],[-1,-1623]],[[233986,540693],[-2817,4]],[[231169,540697],[-56,8065]],[[231169,540697],[7,-1623],[-303,3]],[[230873,539077],[-1399,-8]],[[229474,539069],[-42,1]],[[175013,544728],[1,-5708],[-353,21]],[[174661,539041],[-461,-3],[-274,-1604],[-891,-18]],[[165141,539034],[20,-10944]],[[165161,528090],[-2024,0],[-2593,63]],[[160544,528153],[0,6416]],[[160544,534569],[359,11],[-157,2684],[251,3313],[-262,1336]],[[191889,540562],[-24,-9125]],[[191865,531437],[0,-675]],[[191865,530762],[-1399,153]],[[190466,530915],[-777,9]],[[189689,530924],[-178,1515],[195,2306],[-474,569],[-329,2182],[-426,4031]],[[239843,541603],[18,-6465]],[[239861,535138],[2,-4863]],[[239863,530275],[-1052,-76]],[[238811,530199],[4,1716],[-1019,-55]],[[237796,531860],[-43,6341],[94,109],[5,3969]],[[251183,535146],[2,-1610]],[[251185,533536],[-1045,-5],[1,3214],[-1046,-7],[1,1617],[-346,13],[-67,3221]],[[248683,541589],[281,995],[1035,453],[493,1189],[335,1615],[517,690]],[[251344,546531],[2,-4943],[190,-1609],[-348,15],[-5,-4848]],[[214668,545597],[3,-4901]],[[214671,540696],[-1,-1616]],[[214670,539080],[-2316,-18]],[[212354,539062],[-846,-5]],[[218667,539142],[262,-751],[-62,-3093]],[[218867,535298],[-369,-884],[-548,257],[-360,-2039]],[[217590,532632],[0,1615],[-698,1],[0,4816],[-1166,16],[-1,1620],[-1054,-4]],[[253820,544308],[0,-2728],[148,-1606],[-346,-13],[-2,-4817]],[[253620,535144],[-1568,10]],[[252052,535154],[1,8035],[354,0],[-1,1615],[281,8]],[[252687,544812],[-46,-3487],[634,3347],[545,-364]],[[179847,539135],[-2885,-2989],[-517,-3856],[-988,1959]],[[175457,534249],[-555,1774]],[[174902,536023],[-222,561],[-19,2457]],[[207324,538739],[0,-2429],[-481,-1],[56,-6431]],[[206899,529878],[-149,-3],[0,-6510],[-119,1]],[[206631,523366],[-3371,30]],[[203260,523396],[2,6487],[106,4],[-6,6446],[97,2],[-1,6474],[96,273]],[[203260,523396],[-118,-5],[-3,-8127],[-123,-27],[0,-3173]],[[203016,512064],[-1361,-4],[-1,3224],[108,-22],[0,5983],[-512,206],[100,2748],[-171,715]],[[201179,524914],[0,4963],[-191,-49],[-58,4866],[-348,2],[-60,1616],[-1571,-11]],[[198951,536301],[-119,265]],[[198832,536566],[-129,4838]],[[184190,532300],[-1,-814],[-687,-6],[15,-3299],[-666,-1967]],[[182851,526214],[-255,180],[-220,1599],[-323,48],[141,1392],[-197,1673],[207,1275],[-352,4420],[134,2838]],[[235190,534196],[-1183,4]],[[234007,534200],[-21,6493]],[[237796,531860],[-40,-1612]],[[237756,530248],[-1572,8],[92,2246]],[[155397,542079],[36,-7597]],[[155433,534482],[-1024,26],[-6,-1764]],[[154403,532744],[-413,-941],[-401,1402],[-173,-855],[164,5828],[40,-3886],[154,66],[163,3197],[-178,1201],[335,1945],[-445,-237],[-277,1653]],[[160544,534569],[-1998,-62]],[[158546,534507],[-2722,-5]],[[155824,534502],[-391,-20]],[[189689,530924],[-790,-90],[-193,-3456],[-681,-3145]],[[188025,524233],[-2,4020],[-344,10],[-10,9662]],[[241986,539680],[-2,-4580]],[[241984,535100],[-2123,38]],[[251185,533536],[-1,-4392]],[[251184,529144],[-281,766],[-2333,3002]],[[248570,532912],[1,-217]],[[248571,532695],[-1,217]],[[248570,532912],[-533,692],[-150,1914]],[[247887,535518],[-158,1305]],[[247729,536823],[-232,120]],[[247497,536943],[-117,450]],[[247380,537393],[-170,465]],[[247210,537858],[1092,2058],[381,1673]],[[198832,536566],[-2,-1875],[-409,1],[-280,-2448],[-812,5],[-234,-521],[0,-1926],[-1045,-3]],[[196050,529799],[2,2685],[-229,1641],[-121,3955],[-233,23],[-59,3203]],[[261640,541399],[0,-9499]],[[261640,531900],[-1747,-14]],[[259893,531886],[0,4842]],[[259893,536728],[1,3448]],[[259894,540176],[1066,-173],[680,1396]],[[196050,529799],[-402,-5]],[[195648,529794],[-1369,1],[-6,-1634]],[[194273,528161],[-522,16],[-137,3239]],[[193614,531416],[699,2],[39,8828]],[[193614,531416],[-1749,21]],[[169761,538296],[-37,88]],[[169724,538384],[-623,62],[-454,-1721],[-56,-1735],[-390,-2246],[-741,-1821]],[[167460,530923],[-633,1584],[-9,4567],[-505,2903]],[[167460,530923],[206,-1170],[-54,-2423]],[[167612,527330],[-388,-1247],[-851,-272]],[[166373,525811],[-390,134],[-275,-1277],[-551,-390]],[[165157,524278],[4,3812]],[[234007,534200],[29,-4880]],[[234036,529320],[-1739,14]],[[232297,529334],[-1380,20]],[[230917,529354],[-44,9723]],[[217590,532632],[-397,-2552],[-436,-1343],[-920,-1191],[-478,1151],[-416,-370]],[[214943,528327],[1,2829]],[[214944,531156],[-135,1457],[-12,6465],[-127,2]],[[172510,535939],[0,-949],[-531,-522],[0,-4866],[-168,2],[-1,-2312]],[[171810,527292],[-342,20]],[[171468,527312],[-26,6322],[-175,-16],[-173,2490],[-351,-8],[32,2864]],[[209241,537403],[-2,-4854]],[[209239,532549],[2,-6235]],[[209241,526314],[3,-1180]],[[209244,525134],[-252,2],[0,1618],[-714,26],[2,1575],[-351,-6],[0,1522],[-1030,7]],[[180579,539634],[-29,-2628],[-262,-4539],[-67,-3326],[-131,-1223],[266,-995],[5,-2349],[-249,-34],[-187,-1420],[189,-1949],[-181,-2072]],[[179933,519099],[-282,-1616],[-344,766],[-14,-1410],[527,-2617],[-250,-1838]],[[179570,512384],[-3571,-27],[-470,-1640]],[[175529,510717],[-390,422],[-163,2564],[-956,-4]],[[174020,513699],[362,4439],[258,2019],[-236,2563],[-686,1930]],[[173718,524650],[258,2608]],[[173976,527258],[446,46],[76,2435],[240,1363],[665,-892],[157,1127],[335,203],[-438,2709]],[[182851,526214],[3,-24]],[[182854,526190],[-34,-1070],[-471,-700],[-670,-2752]],[[181679,521668],[-944,-3979],[-194,-400],[-349,1946],[-259,-136]],[[220746,539116],[-2,-6512],[105,-7]],[[220849,532597],[-3,-6355]],[[220846,526242],[-1761,43]],[[219085,526285],[-327,3734],[198,1955],[-89,3324]],[[223195,539072],[-2,-6466]],[[223193,532606],[-2344,-9]],[[174902,536023],[1,-2306],[-958,-326],[31,-6133]],[[173718,524650],[-339,2599]],[[173379,527249],[-122,1925],[104,1310],[-372,3279],[45,1498]],[[212354,539062],[9,-6489]],[[212363,532573],[-197,-14]],[[212166,532559],[-2927,-10]],[[225989,539075],[-2,-6478]],[[225987,532597],[-2698,1]],[[223289,532598],[-96,8]],[[214944,531156],[-1391,13],[0,1436],[-1190,-32]],[[230917,529354],[-1,-1621]],[[230916,527733],[-866,4]],[[230050,527737],[45,1766],[-114,3993],[-380,2928],[-127,2645]],[[228090,539046],[-2,-6457]],[[228088,532589],[-2023,4]],[[226065,532593],[-78,4]],[[230050,527737],[35,-1611]],[[230085,526126],[-1852,-1]],[[228233,526125],[-87,1154],[-58,5310]],[[171468,527312],[-1045,34]],[[170423,527346],[-53,1]],[[170370,527347],[16,3854],[-350,1],[2,1631],[-349,-8],[35,5559]],[[170370,527347],[-2758,-17]],[[247207,537862],[3,-4]],[[248571,532695],[0,-5698],[-321,-1]],[[248250,526996],[-719,-11]],[[247531,526985],[-3,3230],[-343,-15],[1,1609],[-352,7],[6,6374]],[[246840,538190],[367,-328]],[[304871,538016],[-24,-11134],[233,-2084],[-240,-2015],[-258,-234],[344,-2135],[-221,-1593],[445,-9902],[739,1165]],[[305889,510084],[248,-6545]],[[306137,503539],[-330,592],[-241,-1132]],[[305566,502999],[-450,139],[79,-2294],[-907,625]],[[304288,501469],[-183,1244],[-102,3478],[-276,-236],[62,1778],[-139,3374],[-376,-344],[-347,651],[-372,9721]],[[302555,521135],[466,1247],[-87,1101],[431,1781],[-152,2424],[219,2371],[-153,838],[286,2948],[372,1242],[93,2931]],[[307384,534699],[-16,-13241],[-374,-415],[-14,-2790],[297,274],[227,-5338],[-292,-284],[68,-1531],[-1391,-1290]],[[188025,524233],[-403,-667]],[[187622,523566],[-350,1101],[-490,-286],[-233,-1732]],[[186549,522649],[-588,1549],[-293,6520],[-198,-55]],[[185470,530663],[53,1620]],[[259893,531886],[-1,-5144]],[[259892,526742],[-133,-900],[-413,823],[-698,-828],[-156,-2487],[-258,-538]],[[258234,522812],[-83,2590],[0,4873],[-349,11]],[[257802,530286],[0,3251],[697,-26],[0,3238],[1394,-21]],[[198951,536301],[351,-3235],[408,-2428],[-126,-2500]],[[199584,528138],[-454,7],[0,-1079],[-345,0],[-233,-1614],[-461,6],[-62,-7075],[-689,-1094],[-914,66]],[[196426,517355],[-551,2736]],[[195875,520091],[-174,1330],[10,5159],[-63,3214]],[[201179,524914],[-661,1614],[-693,2],[0,1610],[-241,-2]],[[173379,527249],[-1569,43]],[[219085,526285],[-4142,17]],[[214943,526302],[0,2025]],[[253620,535144],[-3,-3220]],[[253617,531924],[2,-6051]],[[253619,525873],[-776,1095]],[[252843,526968],[-385,757],[-418,-132]],[[252040,527593],[-694,1110]],[[251346,528703],[-162,441]],[[251183,535146],[869,8]],[[241984,535100],[-2,-4840]],[[241982,530260],[-158,-2623],[-854,-1719]],[[240970,525918],[-513,-3612]],[[240457,522306],[-838,12]],[[239619,522318],[-5,4660],[247,5],[2,3292]],[[309532,520631],[304,-6938],[-325,-226]],[[309511,513467],[-690,-626],[93,-2259],[-353,-313],[61,-1593],[-355,-304],[157,-4050],[-1023,-1483]],[[307401,502839],[-7,-12]],[[307394,502827],[-61,341],[-964,-1079],[-232,1450]],[[160544,528153],[-247,-4],[10,-4864],[241,-1079]],[[160548,522206],[-796,-345],[-318,-1062]],[[159434,520799],[-910,-1886]],[[158524,518913],[9,9424]],[[158533,528337],[13,6170]],[[158533,528337],[-318,-1795],[-454,494],[-602,-1308],[-130,-1178]],[[157029,524550],[-330,4339],[-600,1896],[-259,-235]],[[155840,530550],[-2,54]],[[155838,530604],[-14,3898]],[[155838,530604],[-183,-462],[-495,2189],[-757,413]],[[235406,533824],[28,-10701]],[[235434,523123],[-1381,-10]],[[234053,523113],[-17,6207]],[[237756,530248],[0,-3231],[116,-9],[14,-2987]],[[237886,524021],[-1641,-2],[226,-872]],[[236471,523147],[-1037,-24]],[[251026,525384],[-2773,33]],[[248253,525417],[-3,1579]],[[251346,528703],[-2,-1704],[-318,2],[0,-1617]],[[155418,529962],[8,-6731]],[[155426,523231],[-1689,63]],[[153737,523294],[-68,3037],[184,1180],[-262,4093],[309,-882],[393,425],[493,-351],[259,901],[373,-1735]],[[214943,526302],[-5,-2]],[[214938,526300],[-2623,9]],[[212315,526309],[-150,2]],[[212165,526311],[1,6248]],[[228233,526125],[-2090,12]],[[226143,526137],[-83,1]],[[226060,526138],[5,6455]],[[223289,532598],[-7,-6387]],[[223282,526211],[-1986,21]],[[221296,526232],[-450,10]],[[226060,526138],[-1995,52]],[[224065,526190],[-783,21]],[[212165,526311],[-2924,3]],[[185470,530663],[-558,-802],[1,-1628],[-449,-1027],[40,-1093],[-451,-1375]],[[184053,524738],[-389,163],[-476,-1895],[-334,3184]],[[255011,527072],[0,-1623],[-222,0],[-2,-3274],[-416,-8]],[[254371,522167],[-587,1081]],[[253784,523248],[-213,794],[48,1831]],[[253617,531924],[1399,-8],[-5,-4844]],[[238811,530199],[-2,-3213],[-238,7],[11,-4605]],[[238582,522388],[9,-3269]],[[238591,519119],[-694,16]],[[237897,519135],[-11,4886]],[[194273,528161],[-16,-1570],[-232,-20],[-119,-1641],[-35,-4874],[-1029,-1611],[-3,-3241],[-365,3],[-1,-3287]],[[192473,511920],[-459,14],[21,11394],[-200,2],[30,7432]],[[190466,530915],[-30,-11211],[-346,-1209],[4,-3242],[-336,0],[-17,-6512]],[[189741,508741],[-32,-6238]],[[189709,502503],[19,-3579]],[[189728,498924],[-493,1905],[18,850],[-441,2415]],[[188812,504094],[13,11149],[64,-1],[-3,5424],[-518,4],[-341,1882],[-405,1014]],[[192473,511920],[739,-89]],[[193212,511831],[-1,-3075]],[[193211,508756],[-2525,-184],[-945,169]],[[186549,522649],[-756,-104],[-628,-2190]],[[185165,520355],[-202,2288],[-910,2095]],[[157029,524550],[63,-2277]],[[157092,522273],[-463,-110]],[[156629,522163],[-284,1059],[-919,9]],[[155418,529962],[422,588]],[[239619,522318],[-1037,70]],[[242661,530268],[51,-9640]],[[242712,520628],[-343,-3]],[[242369,520625],[1,1598],[-1042,59],[-2,-1612],[-997,38]],[[240329,520708],[128,1598]],[[241982,530260],[679,8]],[[245796,530213],[-1,-3233],[691,9]],[[246486,526989],[-5,-6392]],[[246481,520597],[-2401,-12]],[[244080,520585],[-30,9671]],[[244050,530256],[1746,-43]],[[244080,520585],[-1368,43]],[[242661,530268],[1389,-12]],[[209244,525134],[12,-12455]],[[209256,512679],[-50,-4012]],[[209206,508667],[-2732,55]],[[206474,508722],[1,6547],[142,-1],[14,8098]],[[195875,520091],[-795,-463],[-177,-2270],[-459,3],[-573,-1888],[-130,-1894],[-228,1],[-3,-1752],[-298,3]],[[232297,529334],[32,-6470]],[[232329,522864],[-1381,-3]],[[230948,522861],[-32,4872]],[[234053,523113],[0,-269]],[[234053,522844],[-1724,20]],[[252040,527593],[20,-5420],[700,-8]],[[252760,522165],[-8,-6432]],[[252752,515733],[-696,32]],[[252056,515765],[-692,-1],[9,1610],[-345,-7]],[[251028,517367],[-2,8017]],[[158524,518913],[-1068,1088],[-329,768],[-35,1504]],[[165157,524278],[-366,-437]],[[164791,523841],[-600,-1643],[-745,-544],[-478,786]],[[162968,522440],[-730,-1784]],[[162238,520656],[-782,-457],[-46,928],[-635,569]],[[160775,521696],[-227,510]],[[203016,512064],[45,-3465]],[[203061,508599],[-4592,141]],[[198469,508740],[-941,-34]],[[197528,508706],[337,4066],[-1591,0],[48,4006],[104,577]],[[230948,522861],[3,-3246]],[[230951,519615],[-1623,13]],[[229328,519628],[-7,1157],[513,1813],[251,3528]],[[253784,523248],[-5,-1258],[-1019,175]],[[170423,527346],[14,-2610]],[[170437,524736],[-401,-3204],[0,-4052],[-226,-813],[-642,33],[1,-1372],[-752,-187],[118,-2760],[304,1],[77,-3742]],[[168916,508640],[-1798,-1]],[[167118,508639],[49,1621],[4,8063],[-288,1],[0,1596],[-518,16],[8,5875]],[[174020,513699],[-270,-3512]],[[173750,510187],[-1345,32]],[[172405,510219],[-2,1583],[-584,-9],[-295,3221],[-171,-21],[-111,3312],[-289,3248],[113,3191],[-629,-8]],[[255706,527058],[117,-1614],[-5,-6481],[175,-7]],[[255993,518956],[-481,-4769],[-453,-2674],[26,-1006]],[[255085,510507],[-74,93]],[[255011,510600],[-348,1798],[263,2651],[-666,243],[263,2751],[-117,1110],[148,2102],[-183,912]],[[255011,527072],[695,-14]],[[248253,525417],[-2,-6367]],[[248251,519050],[4,-3225]],[[248255,515825],[-1774,-77]],[[246481,515748],[0,4849]],[[246486,526989],[1045,-4]],[[214938,526300],[2,-8789]],[[214940,517511],[-1,-8089]],[[214939,509422],[-2667,29]],[[212272,509451],[0,3227]],[[212272,512678],[43,13631]],[[219085,526285],[420,-1613],[146,-2779],[-339,-2104]],[[219312,519789],[-135,-1298],[382,-971]],[[219559,517520],[-3145,-9]],[[216414,517511],[-1474,0]],[[212272,512678],[-3016,1]],[[221296,526232],[3,-6469]],[[221299,519763],[-1987,26]],[[185165,520355],[-3,-2744],[506,-650],[135,-1730],[3,-4866],[343,-1],[-3,-1637],[400,-13],[67,-3224],[282,-801],[790,-48],[2,-1347],[860,8]],[[188547,503302],[-99,-3225],[-305,274]],[[188143,500351],[-567,-772],[-129,1024],[-637,-765],[-533,835],[-280,-2222],[-238,584],[-857,90],[-96,-2021]],[[184806,497104],[-526,1386],[-10,1397],[-348,4611],[-316,914],[-262,-706],[-323,1502],[13,3600],[-287,1010],[-383,2793],[-233,2701],[-86,3613],[-272,361],[-94,1382]],[[224065,526190],[-1,-6467]],[[224064,519723],[-2739,40]],[[221325,519763],[-26,0]],[[226143,526137],[-2,-6467]],[[226141,519670],[-6,-6480]],[[226135,513190],[-2051,63]],[[224084,513253],[-13,1]],[[224071,513254],[-7,6469]],[[229328,519628],[389,-3087],[628,-1746]],[[230345,514795],[-1456,6],[-40,-559],[-610,15]],[[228239,514257],[-2,4850]],[[228237,519107],[-4,7018]],[[228237,519107],[-408,548],[-1688,15]],[[167118,508639],[-1414,-28]],[[165704,508611],[-332,4],[2,1361]],[[165374,509976],[84,1859],[-342,39],[1,1607],[-347,28],[21,10332]],[[251028,517367],[-1054,48]],[[249974,517415],[-9,1640],[-1714,-5]],[[172405,510219],[-826,-23],[-2,-1616],[-596,-10],[-301,1240],[-304,-1200],[-378,943],[-318,-1615]],[[169680,507938],[-764,702]],[[188812,504094],[-265,-792]],[[237897,519135],[-1085,-11]],[[236812,519124],[-341,4023]],[[165374,509976],[-1964,15]],[[163410,509991],[-24,269]],[[163386,510260],[-111,2406],[145,4765],[366,767],[-140,1600],[-678,2642]],[[206474,508722],[-142,2]],[[206332,508724],[-2606,-129]],[[203726,508595],[-665,4]],[[264518,520373],[-131,-4],[15,-7954]],[[264402,512415],[-335,1]],[[264067,512416],[-1024,59]],[[263043,512475],[5,1628]],[[263048,514103],[0,9277]],[[263048,523380],[752,-2508],[718,-499]],[[155426,523231],[0,-1322],[-345,8],[171,-1358],[345,-537],[-450,-2154],[-12,-1076]],[[155135,516792],[6,-4051],[-896,-4],[0,-2601],[169,-5]],[[154414,510131],[-4,-597]],[[154410,509534],[-766,17]],[[153644,509551],[191,6727],[-98,7016]],[[156629,522163],[0,-1647],[515,-2132],[1,-1597]],[[157145,516787],[-1,-1893],[-346,-271]],[[156798,514623],[-744,2159],[-919,10]],[[236812,519124],[284,-2536]],[[237096,516588],[-222,-1934],[-374,-651]],[[236500,514003],[-341,795],[-1058,-11]],[[235101,514787],[1,1614],[-1027,-8]],[[234075,516393],[-22,6451]],[[232329,522864],[30,-6471]],[[232359,516393],[-1030,-8]],[[231329,516385],[-347,13],[-31,3217]],[[234075,516393],[-344,3]],[[233731,516396],[-1372,-3]],[[163386,510260],[-629,17],[17,874],[-376,1203],[-462,444],[26,1607],[414,1539],[112,2268],[-250,2444]],[[239619,522318],[0,-3212],[333,-17],[8,-2705]],[[239960,516384],[-1367,53]],[[238593,516437],[-2,2682]],[[240329,520708],[8,-1270],[308,-144],[354,-2360],[-276,-2707]],[[240723,514227],[-762,15]],[[239961,514242],[-1,2142]],[[242369,520625],[-6,-8009]],[[242363,512616],[-1675,1]],[[240688,512617],[35,1610]],[[159434,520799],[0,-1905],[284,-1586]],[[159718,517308],[-2288,-7],[-285,-514]],[[160775,521696],[0,-3313],[-116,6],[3,-4865],[-600,-5]],[[160062,513519],[3,2149],[-347,1640]],[[163410,509991],[119,-3799],[225,-798]],[[163754,505394],[-3866,76]],[[159888,505470],[69,1165]],[[159957,506635],[-196,2311],[405,1008],[-239,2616],[135,949]],[[184806,497104],[3,-2717],[-506,66]],[[184303,494453],[-906,-18]],[[183397,494435],[-56,1597],[-348,2544],[-106,-614],[-845,1225],[-633,3398],[-141,1578],[-365,-189],[52,2183],[-181,-234],[-402,-2430],[55,-905],[-491,-1771],[-716,3192],[20,1138]],[[179240,505147],[217,1310],[9,5102],[104,825]],[[309697,499440],[-326,8144],[343,307],[-203,5576]],[[310206,521389],[551,-1389],[510,-516],[-213,-1647],[200,-1810],[-163,-2048],[408,-2916],[145,1141],[349,-534],[352,-3817],[161,-2744],[-592,-2997],[-880,-140],[-164,-1985],[-252,636],[-149,-1354],[-202,2089],[-181,-786],[-141,-3116],[-248,1984]],[[304288,501469],[-305,-404],[-9,-1934],[-241,39]],[[303733,499170],[-304,-527]],[[303429,498643],[-117,2061],[-640,1070],[-291,3135],[-430,-1180],[-152,5251],[122,80],[-151,4819]],[[301770,513879],[26,2283],[518,-340],[-235,2392],[476,2921]],[[266792,512571],[-1372,-94]],[[265420,512477],[-1018,-62]],[[264518,520373],[261,-2225],[563,-388],[377,-1459],[555,-1119],[218,171],[319,-1624],[-19,-1158]],[[244080,520585],[-2,-6434]],[[244078,514151],[-2,-1590],[-344,26]],[[243732,512587],[-1369,29]],[[246481,515748],[-686,31],[0,-1629]],[[245795,514150],[-1717,1]],[[197528,508706],[-1036,15]],[[196492,508721],[-3281,35]],[[221325,519763],[-3,-6470]],[[221322,513293],[-1536,18]],[[219786,513311],[-158,1348],[120,1153],[-189,1708]],[[224071,513254],[-2371,30]],[[221700,513284],[-378,9]],[[228239,514257],[0,-2714]],[[228239,511543],[-746,-4]],[[227493,511539],[-1359,31]],[[226134,511570],[1,1620]],[[231329,516385],[38,-4380]],[[231367,512005],[-336,821]],[[231031,512826],[-637,896]],[[230394,513722],[-49,1073]],[[238593,516437],[-6,-3147]],[[238587,513290],[-26,17]],[[238561,513307],[-163,843],[-522,101],[-780,2337]],[[249974,517415],[-2,-6482]],[[249972,510933],[-1721,20]],[[248251,510953],[4,4872]],[[219786,513311],[-178,-2703],[123,-1550],[-312,142],[-35,-2389]],[[219384,506811],[-387,-2543],[-370,1156],[-115,-974]],[[218512,504450],[-583,57],[-208,-834],[-377,334]],[[217344,504007],[2,4597],[-1015,-5],[83,8912]],[[217344,504007],[-269,-1030],[-621,-1015],[-210,-1237],[-503,175],[-264,-1035],[-539,-243]],[[214938,499622],[1,9800]],[[252056,515765],[-7,-3234],[109,-1632]],[[252158,510899],[-950,13],[2,-1661]],[[251210,509251],[-675,9]],[[250535,509260],[-1,1662],[-562,11]],[[159957,506635],[-1846,-55],[-387,968],[-169,1538],[-534,2059],[129,2390],[-300,15]],[[156850,513550],[-52,1073]],[[156850,513550],[-43,-124]],[[156807,513426],[-486,-577],[117,-1993],[-201,-742]],[[156237,510114],[-1823,17]],[[238561,513307],[-382,-977],[-277,-2080],[-23,-1945]],[[237879,508305],[-685,14]],[[237194,508319],[-679,14]],[[236515,508333],[-15,5670]],[[239961,514242],[-4,-3220]],[[239957,511022],[-577,12],[2,-1654]],[[239382,509380],[-216,1965],[-579,1945]],[[235101,514787],[15,-8081]],[[235116,506706],[-1367,-14]],[[233749,506692],[6,4861]],[[233755,511553],[-24,4843]],[[233755,511553],[-2201,-4]],[[231554,511549],[-187,456]],[[248251,510953],[-430,7],[0,-1618],[-327,3]],[[247494,509345],[-1694,-51]],[[245800,509294],[-5,4856]],[[252752,515733],[340,-44],[-9,-3220],[342,-69],[182,-3245],[999,-1069]],[[254606,508086],[-385,-2583],[-242,-2789]],[[253979,502714],[-8,-1]],[[253971,502713],[-10,-1]],[[253961,502712],[-693,38]],[[253268,502750],[-16,3221],[-670,52]],[[252582,506023],[14,4857],[-438,19]],[[303429,498643],[-266,-4622],[-406,-3326]],[[302757,490695],[-370,576],[-32,2012],[-647,-2107],[393,-1789],[-189,-2754]],[[301912,486633],[-573,-426]],[[301339,486207],[0,-16]],[[301339,486207],[-59,9193]],[[301280,495400],[-86,9641],[-121,9365]],[[301073,514406],[217,752],[480,-1279]],[[230394,513722],[3,-5426]],[[230397,508296],[-1199,-12]],[[229198,508284],[-5,3228],[-954,31]],[[236515,508333],[-686,5],[-1,-1627]],[[235828,506711],[-712,-5]],[[301280,495400],[-90,-875],[-585,121],[-254,-2830],[-201,2230]],[[300150,494046],[-446,795],[-524,2812]],[[299180,497653],[520,1849],[112,1480],[-264,3054],[383,3039],[-19,1891]],[[299912,508966],[388,4730],[214,623],[386,-1123],[173,1210]],[[240688,512617],[-96,-2433],[64,-4037]],[[240656,506147],[-95,-2137]],[[240561,504010],[-562,444],[-38,2207]],[[239961,506661],[97,22],[-1,4337],[-100,2]],[[245800,509294],[3,-3236]],[[245803,506058],[-2030,-24]],[[243773,506034],[-41,6553]],[[159888,505470],[-167,-669],[70,-1970]],[[159791,502831],[-1153,206],[-234,1076],[-631,10],[-781,720],[-578,-1960],[-382,1172]],[[156032,504055],[-98,1557],[388,2208],[-85,2294]],[[175529,510717],[154,-826],[-340,-5246],[151,-1455],[0,-3805]],[[175494,499385],[-398,-1021]],[[175096,498364],[-634,868],[-4,2312],[-267,893],[0,3275],[-765,34]],[[173426,505746],[189,1739],[-44,1635],[179,1067]],[[231554,511549],[662,-3749],[173,-272]],[[232389,507528],[-309,-828],[-3,-1608],[-1680,19]],[[230397,505111],[0,3185]],[[307819,495119],[63,-2040],[-255,1149],[192,891]],[[308823,498239],[322,-1210],[-422,-2791],[-256,1682],[356,2319]],[[309697,499440],[-194,-3153],[-121,2654],[-613,1160],[154,-1192],[-465,-1333],[31,1761],[-402,-1706],[118,-3275],[-828,3345],[180,1911],[-237,2132],[81,1095]],[[221700,513284],[1,-6478]],[[221701,506806],[-279,1]],[[221422,506807],[-2038,4]],[[224084,513253],[3,-6454]],[[224087,506799],[-1659,3]],[[222428,506802],[-727,4]],[[239382,509380],[134,-2743]],[[239516,506637],[-427,-1841]],[[239089,504796],[-534,227]],[[238555,505023],[9,1658],[-687,3],[2,1621]],[[226134,511570],[12,-9713]],[[226146,501857],[-2029,49]],[[224117,501906],[-30,4893]],[[179240,505147],[-395,-1629],[-367,938],[-230,-2310],[-308,-655],[142,-3509],[-185,-1566]],[[177897,496416],[-297,-1464],[-332,-476],[-1622,25],[-30,-1653],[-277,66]],[[175339,492914],[2,3219],[164,2],[-11,3250]],[[212272,509451],[-19,-8102],[-1681,-4]],[[210572,501345],[-701,13],[-661,-630]],[[209210,500728],[-4,7939]],[[242363,512616],[57,-6548]],[[242420,506068],[-1764,79]],[[243773,506034],[0,-3210]],[[243773,502824],[-1350,15]],[[242423,502839],[-3,3229]],[[262700,510887],[28,-4815]],[[262728,506072],[-1240,27],[-113,-876]],[[261375,505223],[-305,883]],[[261070,506106],[220,4694],[-69,1784]],[[261221,512584],[458,-42],[1,-1633],[1020,-22]],[[264067,512416],[-14,-6399]],[[264053,506017],[-1325,55]],[[262700,510887],[342,-32],[1,1620]],[[265420,512477],[-20,-6431]],[[265400,506046],[-1347,-29]],[[227493,511539],[8,-6473]],[[227501,505066],[-4,-4842]],[[227497,500224],[-1004,10]],[[226493,500234],[-9,1613],[-338,10]],[[229198,508284],[-7,-3209]],[[229191,505075],[-1690,-9]],[[233749,506692],[-652,-11],[0,-2565]],[[233097,504116],[-708,3412]],[[239961,506661],[-445,-24]],[[250535,509260],[0,-6476]],[[250535,502784],[-1731,65]],[[248804,502849],[-1313,5]],[[247491,502854],[3,6491]],[[252582,506023],[-689,18],[2,1616],[-685,-6],[0,1600]],[[173426,505746],[-385,-1718],[-296,-3771],[-219,-1145],[9,-3403]],[[172535,495709],[-741,0],[0,1607],[-294,1057],[-1059,-21],[-726,-3486]],[[169715,494866],[-738,-18],[245,2192],[-29,1556],[314,2473],[-552,1434],[612,1573],[-29,2092],[142,1770]],[[156032,504055],[-16,-548]],[[156016,503507],[-1264,17]],[[154752,503524],[-340,334],[-2,5676]],[[165704,508611],[55,-3187],[-11,-9610]],[[165748,495814],[-676,-6],[-1,1543],[-342,912],[-1014,-19],[1,2354]],[[163716,500598],[38,4796]],[[154752,503524],[16,-5366],[-345,3],[16,-1350],[-284,-293],[116,-1140]],[[154271,495378],[-947,-137]],[[153324,495241],[89,2631],[44,7616],[170,1569],[17,2494]],[[214938,499622],[-3,-12]],[[214935,499610],[-311,-1407],[-474,240],[-222,-2776],[-71,-2959],[-2964,12]],[[210893,492720],[-2,2156],[-338,-10],[19,6479]],[[247491,502854],[1,-4850]],[[247492,498004],[-1354,-31],[0,1610],[-337,6],[2,1612]],[[245803,501201],[0,4857]],[[253268,502750],[-7,-1765]],[[253261,500985],[-1005,107]],[[252256,501092],[2,1635],[-1723,57]],[[296979,508865],[60,-3257],[-127,-958]],[[296912,504650],[-471,86],[-134,-1750],[-359,-1102]],[[295948,501884],[-849,1672]],[[295099,503556],[103,5410]],[[295202,508966],[1777,-101]],[[299180,497653],[-205,-1076]],[[298975,496577],[-266,1736],[213,1023],[-144,948],[183,1193],[-188,668],[204,1295],[-286,977]],[[298691,504417],[181,2e3],[-64,2446]],[[298808,508863],[1104,103]],[[295099,503556],[-145,-2596],[-226,-366]],[[294728,500594],[-75,974],[149,3512],[-119,604],[97,3231]],[[294780,508915],[422,51]],[[294728,500594],[65,-315]],[[294793,500279],[-930,-2003],[-662,-178]],[[293201,498098],[-213,5176],[-115,5362]],[[292873,508636],[1907,279]],[[298691,504417],[-203,-1307],[-284,945],[-413,-3859],[-312,777]],[[297479,500973],[-299,925],[174,1659],[-442,1093]],[[296979,508865],[1829,-2]],[[196492,508721],[81,-2400],[-1,-6524],[53,-2],[-1,-6560],[65,0]],[[196689,493235],[-1,-1658]],[[196688,491577],[-673,4],[0,-1650],[-344,-3],[9,-1603],[-502,-5],[2,-1644],[-615,-55]],[[194565,486621],[-361,2183],[-278,575],[-278,-718],[-65,-1424],[-340,-839],[-198,2909],[-378,-147],[-165,1088]],[[192502,490248],[0,2320],[-270,2958],[-406,2562],[50,1661],[-272,1204],[-814,-4],[0,1554],[-1081,0]],[[290927,508615],[234,-781],[324,-14558],[-26,-1329]],[[291459,491947],[-889,-543]],[[290570,491404],[-581,-367],[-299,867]],[[289690,491904],[-769,2247]],[[288921,494151],[-1154,3457]],[[287767,497608],[260,2084],[1343,6200],[870,2516],[687,207]],[[198469,508740],[221,-3931],[453,-2060],[152,402],[684,-2631]],[[199979,500520],[185,-1795],[287,-397],[154,-2198],[-5,-2947]],[[200600,493183],[-3911,52]],[[206332,508724],[28,-15346]],[[206360,493378],[-1,-12616]],[[206359,480762],[-2612,-66]],[[203747,480696],[21,19902]],[[203768,500598],[-42,7997]],[[203768,500598],[-1168,-134],[-2621,56]],[[293201,498098],[-645,-417],[133,-5014],[-525,-324]],[[292164,492343],[-705,-396]],[[290927,508615],[1946,21]],[[209210,500728],[5,-7271]],[[209215,493457],[-2855,-79]],[[169715,494866],[13,-4024]],[[169728,490842],[-1637,145],[-4,-1633],[-2343,-17]],[[165744,489337],[4,6477]],[[237194,508319],[5,-4865]],[[237199,503454],[-679,9],[-2,-1632],[-677,-6],[-1,1627]],[[235840,503452],[-12,3259]],[[238555,505023],[-264,-1740],[-417,-1264]],[[237874,502019],[-336,1431],[-339,4]],[[230397,505111],[0,-3258]],[[230397,501853],[0,-1635]],[[230397,500218],[-1208,4]],[[229189,500222],[2,4853]],[[233097,504116],[341,-1014]],[[233438,503102],[0,-2921],[-654,12]],[[232784,500193],[-25,1632],[-1362,11]],[[231397,501836],[-1e3,17]],[[240561,504010],[200,-612]],[[240761,503398],[-169,-3191],[-689,-567],[0,-757]],[[239903,498883],[-674,2],[0,1341]],[[239229,500226],[-140,4570]],[[221422,506807],[-9,-6505]],[[221413,500302],[-2368,-13]],[[219045,500289],[-317,676],[77,2217],[-293,1268]],[[222428,506802],[33,-13076]],[[222461,493726],[-769,-45]],[[221692,493681],[-243,467]],[[221449,494148],[-36,6154]],[[224117,501906],[15,-8145]],[[224132,493761],[-628,-3]],[[223504,493758],[-1043,-32]],[[235840,503452],[-367,-8],[16,-4852]],[[235489,498592],[-437,8]],[[235052,498600],[-236,771]],[[234816,499371],[-1378,3731]],[[183397,494435],[-268,4],[1,-3240],[-116,1],[10,-3446],[227,-982],[-443,-1878]],[[182808,484894],[-596,-1711],[-145,-1114]],[[182067,482069],[-654,3911],[-113,-748],[-563,1718],[-9,879],[-657,322],[-39,-921],[-426,1521],[-370,1],[1,1214],[-439,-1021]],[[178798,488945],[-56,216]],[[178742,489161],[-154,1983],[62,1848],[-398,879],[-33,1744],[-322,801]],[[242423,502839],[0,-2695],[-505,27]],[[241918,500171],[-647,507],[-510,2720]],[[266980,506080],[138,-2703],[-131,-3752]],[[266987,499625],[-1582,-51]],[[265405,499574],[-5,6472]],[[265400,506046],[1580,34]],[[262728,506072],[-10,-6460]],[[262718,499612],[-1346,23]],[[261372,499635],[3,5588]],[[264053,506017],[3,-6475]],[[264056,499542],[-1338,70]],[[245803,501201],[-678,11]],[[245125,501212],[-1014,-15]],[[244111,501197],[-336,9]],[[243775,501206],[-2,1618]],[[265405,499574],[-1349,-32]],[[175096,498364],[-132,-2275],[-32,-3181],[-260,7]],[[174672,492915],[-1240,21]],[[173432,492936],[-217,1684],[-680,1089]],[[163716,500598],[-1231,-21],[0,-1605],[-451,-3],[2,-1609],[-331,10]],[[161705,497370],[-2049,35]],[[159656,497405],[135,5426]],[[239229,500226],[-676,-7]],[[238553,500219],[-1077,-9]],[[237476,500210],[398,1809]],[[229189,500222],[-676,-12]],[[228513,500210],[-1016,14]],[[297479,500973],[-166,-1451]],[[297313,499522],[-157,-1497],[-296,998],[-160,-1510],[-420,996]],[[296280,498509],[-67,1872],[-265,1503]],[[159656,497405],[121,-2501]],[[159777,494904],[-1469,-89],[-166,-673],[-532,204],[-411,1117],[-498,-541],[-6,-1096],[-722,-4],[-55,1558]],[[155918,495380],[-123,1127],[43,2998],[-132,924],[521,1787],[-211,1291]],[[219045,500289],[-133,-1711],[523,-288],[58,-1572],[780,-877],[539,-1239],[-128,-869]],[[220684,493733],[-1196,-11],[0,-483]],[[219488,493239],[-1893,-6]],[[217595,493233],[-334,-5],[34,9715],[49,1064]],[[260032,504518],[-8,-4869]],[[260024,499649],[-1160,99]],[[258864,499748],[-13,3454],[458,1388]],[[259309,504590],[723,-72]],[[298975,496577],[-544,-513],[-20,-3063]],[[298411,493001],[-914,898]],[[297497,493899],[402,4106],[-586,1517]],[[307394,502827],[-140,-1573],[180,-625],[-64,-1886],[-523,-588],[177,-1427],[-225,-1986]],[[306799,494742],[-257,115],[-412,2029],[-390,-679]],[[305740,496207],[-272,275]],[[305468,496482],[309,2126],[8,3412],[-219,979]],[[189728,498924],[5,-9133]],[[189733,489791],[-389,-951],[-593,-175]],[[188751,488665],[-448,-740],[-1162,820]],[[187141,488745],[-1,811],[-499,8],[1,1607]],[[186642,491171],[338,-6],[2,1607],[490,820],[15,2406],[170,1557],[484,19],[2,2777]],[[217595,493233],[-48,-3229]],[[217547,490004],[-2628,-7]],[[214919,489997],[16,9613]],[[296280,498509],[-410,-5407]],[[295870,493102],[-68,2572],[-938,-658]],[[294864,495016],[48,3058],[-119,2205]],[[155918,495380],[-1647,-2]],[[305468,496482],[-133,-1505],[-266,329],[-18,-2929],[-277,307]],[[304774,492684],[-7,9]],[[304767,492693],[-269,531],[-119,-1120],[-300,314]],[[304079,492418],[-196,1521],[-150,5231]],[[237476,500210],[-51,-1566]],[[237425,498644],[-1936,-52]],[[241918,500171],[207,-1615]],[[242125,498556],[-525,16],[0,-1617],[-334,5],[-1,-3232]],[[241265,493728],[-356,11]],[[240909,493739],[-1010,22]],[[239899,493761],[4,5122]],[[234816,499371],[-1,-4018],[-672,-9],[-5,-1614]],[[234138,493730],[-984,19]],[[233154,493749],[-366,-7]],[[232788,493742],[-4,6451]],[[250535,502784],[-3,-8151]],[[250532,494633],[-1040,40]],[[249492,494673],[-353,36]],[[249139,494709],[-6,4906],[-327,5],[-2,3229]],[[249139,494709],[-495,33]],[[248644,494742],[-1141,-12]],[[247503,494730],[-11,3274]],[[253961,502712],[-152,-2104],[333,-532],[464,2018]],[[254606,502094],[-10,-5904]],[[254596,496190],[-339,8],[-1,-1624],[-432,11]],[[253824,494585],[-416,19]],[[253408,494604],[6,6419],[-153,-38]],[[243775,501206],[-1056,-193],[-152,-3331]],[[242567,497682],[-442,874]],[[252256,501092],[-365,1],[-8,-6465]],[[251883,494628],[-410,-12]],[[251473,494616],[-941,17]],[[255685,502676],[-302,-3069],[-169,-3411]],[[255214,496196],[-618,-6]],[[254606,502094],[72,609]],[[254678,502703],[1007,-27]],[[192502,490248],[5,-10113]],[[192507,480135],[-16,-1620],[-799,3],[0,-1615],[-653,8],[-1,-1051]],[[191038,475860],[-655,-1],[0,1504],[-643,-3]],[[189740,477360],[-2,3452]],[[189738,480812],[-5,8979]],[[226493,500234],[-2,-6499]],[[226491,493735],[-1332,24]],[[225159,493759],[-1027,2]],[[231397,501836],[40,-8076]],[[231437,493760],[-1042,2]],[[230395,493762],[2,6456]],[[232788,493742],[-1310,16]],[[231478,493758],[-41,2]],[[210893,492720],[-1678,5]],[[209215,492725],[0,732]],[[244111,501197],[-1,-6504],[-219,-857],[207,-1948],[-69,-1318]],[[244029,490570],[-834,3122]],[[243195,493692],[-279,3080],[-349,910]],[[245125,501212],[38,-9630]],[[245163,491582],[-120,124]],[[245043,491706],[-313,-400],[-41,-1496],[-287,-3]],[[244402,489807],[-373,763]],[[247503,494730],[-1,-1740]],[[247502,492990],[-1654,56],[-187,-1630]],[[245661,491416],[-498,166]],[[253408,494604],[-589,39]],[[252819,494643],[-936,-15]],[[186642,491171],[-1501,14],[-1,-1610]],[[185140,489575],[-834,8],[-3,4870]],[[203747,480696],[-170,-9]],[[203577,480687],[-2877,-39],[0,148]],[[200700,480796],[-49,12388],[-51,-1]],[[165744,489337],[-329,0],[-5,-4859],[-338,5]],[[165072,484483],[-1001,8],[0,1610],[-336,-4],[-2,1618],[-1027,-13],[-1,1606],[-664,64],[-2,3219],[-321,77],[-13,4702]],[[221449,494148],[180,-1781],[-749,47],[-196,1319]],[[294864,495016],[-214,-1344],[-132,-2763],[162,-4374]],[[294680,486535],[-165,-92]],[[294515,486443],[-1724,-1101]],[[292791,485342],[28,960],[-465,275],[-343,2130],[225,833],[-72,2803]],[[238553,500219],[-2,-6472]],[[238551,493747],[-677,-2]],[[237874,493745],[1,807],[-681,-7]],[[237194,494545],[221,1970],[10,2129]],[[239899,493761],[-13,0]],[[239886,493761],[-1006,-6]],[[238880,493755],[-329,-8]],[[228513,500210],[-4,-6463]],[[228509,493747],[-670,-20]],[[227839,493727],[-1336,7]],[[226503,493734],[-12,1]],[[230395,493762],[0,-2]],[[230395,493760],[-1217,-20]],[[229178,493740],[-669,7]],[[260024,499649],[-9,-6494]],[[260015,493155],[-615,55]],[[259400,493210],[-964,215]],[[258436,493425],[364,3555],[64,2768]],[[261372,499635],[-2,-6463]],[[261370,493172],[-640,-4]],[[260730,493168],[-715,-13]],[[260024,499649],[1348,-14]],[[264056,499542],[8,-6454]],[[264064,493088],[-669,-1]],[[263395,493087],[-679,16]],[[262716,493103],[2,6509]],[[262716,493103],[-656,52]],[[262060,493155],[-690,17]],[[266987,499625],[-62,-3376],[-470,-1067],[-157,-2040]],[[266298,493142],[-886,-31]],[[265412,493111],[-7,6463]],[[265412,493111],[-786,0]],[[264626,493111],[-562,-23]],[[175339,492914],[-169,-3],[-23,-6408]],[[175147,486503],[-644,5]],[[174503,486508],[-557,-1]],[[173946,486507],[0,3241],[391,-17],[114,1594],[220,-13],[1,1603]],[[214919,489997],[-33,-5323],[-334,-145]],[[214552,484529],[-104,-245],[-1766,9]],[[212682,484293],[343,3115],[-3812,-38]],[[209213,487370],[2,5355]],[[297497,493899],[-208,-1404],[-408,589],[-262,-2738],[-163,304]],[[296456,490650],[-487,788],[-99,1664]],[[235052,498600],[861,-2186],[275,-1379]],[[236188,495035],[12,-2914]],[[236200,492121],[-1368,-13]],[[234832,492108],[-669,3],[-25,1619]],[[304079,492418],[-79,-2770]],[[304e3,489648],[-229,-1286],[-556,2438],[-134,-953],[-324,848]],[[237194,494545],[-162,-1485],[-844,1975]],[[243195,493692],[-616,1],[0,-1602]],[[242579,492091],[-668,7],[-1,1620],[-645,10]],[[173432,492936],[-215,-1206],[111,-1864],[-135,-2004]],[[173193,487862],[-118,-728],[-1,-2989]],[[173074,484145],[-2,-31284]],[[173072,452861],[-3259,-52]],[[169813,452809],[-49,5195],[-6,11887],[-34,1],[4,20950]],[[300150,494046],[150,-5520],[-565,-417],[90,-2385]],[[299825,485724],[28,-1263],[-360,-306],[-213,-2182]],[[299280,481973],[-251,-349],[-88,1241],[-239,-1545]],[[298702,481320],[-1098,1335]],[[297604,482655],[73,1782],[273,1403]],[[297950,485840],[461,7161]],[[165072,484483],[0,-1675]],[[165072,482808],[-3996,131]],[[161076,482939],[-1867,-3]],[[159209,482936],[78,4514],[296,1024],[283,3753],[-89,2677]],[[286590,490299],[-326,1891]],[[286264,492190],[242,1614],[1261,3804]],[[288921,494151],[-278,-2136],[171,-535],[-163,-1981],[-600,-1658],[-229,98],[184,-3632]],[[288006,484307],[-698,337],[-439,-517]],[[286869,484127],[-30,11]],[[286839,484138],[-17,6]],[[286822,484144],[-93,2654],[-183,296],[473,1068],[-221,1526],[192,1728],[-400,-1117]],[[306799,494742],[-208,-3178],[83,-580],[-394,-2170],[-422,630],[40,936]],[[305898,490380],[198,677],[-157,2940],[-190,25],[-9,2185]],[[178742,489161],[-408,649],[-97,1865],[-374,-2892],[-523,-708],[-420,-3554],[-518,-1775],[-403,-257]],[[175999,482489],[-852,4014]],[[305898,490380],[-88,1150],[-333,-4456],[-153,1112],[-294,-803],[27,3034],[-191,-1422]],[[304866,488995],[63,1229],[-293,335]],[[304636,490559],[138,2125]],[[255214,496196],[10,-3137],[-283,-948],[-252,-4020]],[[254689,488091],[-861,-9]],[[253828,488082],[-4,6503]],[[296456,490650],[-138,-1260]],[[296318,489390],[-526,-1476],[60,-1043]],[[295852,486871],[-725,197],[35,-1311],[-435,-257]],[[294727,485500],[-47,1035]],[[159209,482936],[-356,-1083],[-4,-2172]],[[158849,479681],[-1695,-61],[-4,1999],[-1023,-130],[-80,4507],[-584,9],[-506,918],[-251,1689],[-581,464],[-272,-1480],[-649,-38]],[[153204,487558],[120,7683]],[[301339,486191],[74,-4637]],[[301413,481554],[-561,-31]],[[300852,481523],[-271,609],[-756,3592]],[[237874,493745],[1,-6477]],[[237875,487268],[-1335,-3]],[[236540,487265],[-340,-1]],[[236200,487264],[0,4857]],[[248644,494742],[4,-1203],[-356,-1775],[167,-1777],[17,-2211],[270,-1702],[223,-2658]],[[248969,483416],[-1467,-1]],[[247502,483415],[1,1681]],[[247503,485096],[-1,7894]],[[249492,494673],[0,-4905]],[[249492,489768],[-4,-6324]],[[249488,483444],[-519,-28]],[[251473,494616],[2,-4829]],[[251475,489787],[-785,-8]],[[250690,489779],[-1198,-11]],[[252819,494643],[-1,-5695]],[[252818,488948],[3,-842],[-1344,42]],[[251477,488148],[-2,1639]],[[253828,488082],[-336,-5]],[[253492,488077],[2,862],[-676,9]],[[185140,489575],[-7,-6496]],[[185133,483079],[-5,-1541],[-325,-81],[-2,-1617],[-333,6],[-31,-3059],[-167,-6]],[[184270,476781],[-988,-2],[0,1538],[-762,6],[71,2286],[-253,1758],[-271,-298]],[[297950,485840],[-1609,2937],[-23,613]],[[289857,482936],[-1180,-3640],[-620,942]],[[288057,480238],[-51,4069]],[[289690,491904],[167,-8968]],[[222306,488875],[139,-1400],[-277,-1473],[-155,-2285],[239,-7],[214,-2924]],[[222466,480786],[-655,1]],[[221811,480787],[-251,2],[-1,4520],[-205,288],[-400,-1289],[-686,-69],[-402,533]],[[219866,484772],[-299,59]],[[219567,484831],[-77,2419],[-2,5989]],[[221692,493681],[38,-1693],[582,-1977],[-6,-1136]],[[231478,493758],[-2,-6467]],[[231476,487291],[-1083,9]],[[230393,487300],[2,6460]],[[233154,493749],[0,-6482]],[[233154,487267],[-1644,21]],[[231510,487288],[-34,3]],[[225159,493759],[1,-4821]],[[225160,488938],[-1327,-45]],[[223833,488893],[-333,-2]],[[223500,488891],[4,4867]],[[239886,493761],[1,-6484]],[[239887,487277],[-11,1]],[[239876,487278],[-996,-7]],[[238880,487271],[0,6484]],[[240909,493739],[-31,-6461]],[[240878,487278],[-991,-1]],[[230393,487300],[-1213,-24]],[[229180,487276],[-2,6464]],[[238880,487271],[-672,1]],[[238208,487272],[-333,-4]],[[223500,488891],[-1194,-16]],[[226503,493734],[-5,-6430]],[[226498,487304],[-323,15]],[[226175,487319],[-998,7]],[[225177,487326],[-17,1612]],[[242579,492091],[0,-4839]],[[242579,487252],[-1030,-242]],[[241549,487010],[-671,268]],[[234832,492108],[2,-4840]],[[234834,487268],[-1653,0]],[[233181,487268],[-27,-1]],[[229180,487276],[-670,-7]],[[228510,487269],[-670,12]],[[227840,487281],[-1,6446]],[[227840,487281],[-666,8]],[[227174,487289],[-676,15]],[[244402,489807],[392,-2555]],[[244794,487252],[-1243,-3]],[[243551,487249],[-972,3]],[[209213,487370],[2,-6520]],[[209215,480850],[-2355,-66]],[[206860,480784],[-501,-22]],[[259400,493210],[11,-6545]],[[259411,486665],[-1095,72]],[[258316,486737],[-227,4105],[347,2583]],[[304e3,489648],[314,-1030]],[[304314,488618],[155,528]],[[304469,489146],[-41,-1011]],[[304428,488135],[-42,-1969],[-144,1438],[-555,-1235],[-307,-2321],[164,-2049],[-435,-545]],[[303109,481454],[-386,1324],[-161,2030],[-306,-178],[3,1605],[-347,398]],[[219567,484831],[-690,962],[-261,-1066],[-279,233],[-415,1973],[-376,207]],[[217546,487140],[0,-1]],[[217546,487140],[1,2864]],[[200700,480796],[-1181,20]],[[199519,480816],[-168,0]],[[199351,480816],[0,2700],[-338,-12],[1,1631],[-671,1],[0,1587],[-983,520],[0,1054],[-332,2],[5,1652],[-345,1626]],[[304469,489146],[96,425],[146,-4224],[-211,-753],[-72,3541]],[[304866,488995],[-144,-863],[186,-1284],[-136,-1342],[-199,4245],[63,808]],[[304767,492693],[-187,-2521],[-266,-1554]],[[260730,493168],[6,-6502]],[[260736,486666],[-1325,-1]],[[262060,493155],[-5,-6525]],[[262055,486630],[-1319,36]],[[263395,493087],[5,-6429]],[[263400,486658],[-1345,-28]],[[264626,493111],[-1,-3070]],[[264625,490041],[-2,-3183]],[[264623,486858],[-1223,-200]],[[247503,485096],[-1667,-111]],[[245836,484985],[-8,6443],[-167,-12]],[[173946,486507],[-392,-272],[-361,1627]],[[292791,485342],[-439,-295],[152,-6649]],[[292504,478398],[55,-2188]],[[292559,476210],[-1099,-481],[-496,1080]],[[290964,476809],[-432,1e3],[257,2733],[-219,10862]],[[236200,487264],[-1352,5]],[[234848,487269],[-14,-1]],[[178798,488945],[-51,-1480]],[[178747,487465],[-147,-2107],[27,-2295],[-141,-364],[-9,-7526]],[[178477,475173],[-2,-5280],[149,-49]],[[178624,469844],[-11,-2674]],[[178613,467170],[-1161,-3],[35,3027],[-978,384],[-398,937],[-84,-1083],[-654,1955],[-183,1188]],[[175190,473575],[801,17],[8,8897]],[[290964,476809],[48,-2087],[-179,-2358]],[[290833,472364],[-10,-3429]],[[290823,468935],[-322,652],[-79,-1360],[-540,1549],[-309,-528]],[[289573,469248],[-20,3211],[418,3255],[-260,632],[239,1293],[-93,5297]],[[245836,484985],[-965,57]],[[244871,485042],[-77,2210]],[[199351,480816],[0,-542],[-2071,-233],[-330,808],[-664,541],[-332,1359],[-996,270],[0,1480],[-393,2122]],[[187141,488745],[-18,-3230],[155,229],[839,-2595]],[[188117,483149],[-2489,-4]],[[185628,483145],[-495,-66]],[[169813,452809],[-3140,-59]],[[166673,452750],[-102,8]],[[166571,452758],[-13,14052],[-1606,-147],[6,8084],[116,22],[-2,8039]],[[199519,480816],[49,-535],[44,-12867],[-117,0],[4,-6462],[53,0]],[[199552,460952],[1,-3214]],[[199553,457738],[-4238,36]],[[195315,457774],[-81,8002],[-208,644],[-621,4049],[-508,1245],[-388,4713],[-175,3678],[-827,30]],[[265345,488432],[-13,-4364],[594,-1608]],[[265926,482460],[2,-2061]],[[265928,480399],[-330,807],[-651,39],[-327,827]],[[264620,482072],[3,4786]],[[264625,490041],[337,2],[2,-1583],[381,-28]],[[217546,487139],[-458,-846],[2,-7566]],[[217090,478727],[-2459,14]],[[214631,478741],[-79,1615],[0,4173]],[[184270,476781],[-1,-3235]],[[184269,473546],[-657,2],[18,-6493],[161,-1616],[-161,-935]],[[183630,464504],[-371,1135],[-285,-316]],[[182974,465323],[1,3349],[164,1],[-2,6527],[-838,4]],[[182299,475204],[-1840,-8]],[[180459,475196],[-55,2307],[-390,208],[75,2719],[-486,2042],[-29,3598],[-455,236],[-372,1159]],[[189738,480812],[-430,714],[-126,1528],[-434,6]],[[188748,483060],[3,5605]],[[251477,488148],[-2,-4871]],[[251475,483277],[-336,-10]],[[251139,483267],[-664,186]],[[250475,483453],[215,6326]],[[250475,483453],[-987,-9]],[[297604,482655],[-139,-531],[-150,-6299]],[[297315,475825],[-695,-198],[-380,613]],[[296240,476240],[-135,842]],[[296105,477082],[40,1309],[261,-315],[91,2132],[-178,490],[251,3497],[-332,632],[104,1629],[-255,1003],[-235,-588]],[[158849,479681],[187,-616],[254,-2713],[-330,-3406],[-529,-206],[-3,-1355]],[[158428,471385],[-331,3],[-437,-1062],[-659,-2951],[-995,-473],[-214,-851]],[[155792,466051],[-606,-123],[-747,708],[-3,821]],[[154436,467457],[-267,104]],[[154169,467561],[-22,3824],[329,1721],[-5,3184],[-170,-23],[1,3263],[-310,1557],[0,1719],[-955,38]],[[153037,482844],[167,4714]],[[253492,488077],[4,-6488]],[[253496,481589],[-667,11]],[[252829,481600],[-2,1626],[-1352,51]],[[225177,487326],[14,-6561]],[[225191,480765],[-1074,13]],[[224117,480778],[-247,-3]],[[223870,480775],[-37,8118]],[[223870,480775],[-1404,11]],[[188748,483060],[-631,89]],[[254689,488091],[84,-3796],[-251,-2704]],[[254522,481591],[-691,-12]],[[253831,481579],[-335,10]],[[174503,486508],[-1,-3222],[107,-1],[3,-3245],[-111,-9],[5,-3147]],[[174506,476884],[-751,3480],[-169,2160],[-512,1621]],[[219866,484772],[49,-6023]],[[219915,478749],[-2825,-22]],[[180459,475196],[-612,-25]],[[179847,475171],[-1370,2]],[[296105,477082],[-1078,260]],[[295027,477342],[17,4427],[-151,1362],[-345,330],[179,2039]],[[212682,484293],[-532,-1541],[1,-2393]],[[212151,480359],[-2937,18]],[[209214,480377],[1,473]],[[231510,487288],[-3,-6495]],[[231507,480793],[-1113,5]],[[230394,480798],[-1,6502]],[[233181,487268],[-6,-6467]],[[233175,480801],[-1132,-10]],[[232043,480791],[-536,2]],[[239876,487278],[3,-6493]],[[239879,480785],[-1250,-4]],[[238629,480781],[-423,3]],[[238206,480784],[2,6488]],[[241549,487010],[0,-6211]],[[241549,480799],[-290,-4]],[[241259,480795],[-1313,-10]],[[239946,480785],[-67,0]],[[244871,485042],[-35,-2081],[144,-2160]],[[244980,480801],[-1096,2]],[[243884,480803],[-334,1]],[[243550,480804],[1,6445]],[[226175,487319],[6,-6546]],[[226181,480773],[-417,-14]],[[225764,480759],[-573,6]],[[227174,487289],[5,-6502]],[[227179,480787],[-998,-14]],[[243550,480804],[-972,-1]],[[242578,480803],[-1029,-4]],[[234848,487269],[-4,-6462]],[[234844,480807],[-164,-8]],[[234680,480799],[-1319,-4]],[[233361,480795],[-186,6]],[[238206,480784],[-897,-1]],[[237309,480783],[-772,10]],[[236537,480793],[3,6472]],[[230394,480798],[-407,0]],[[229987,480798],[-908,-8]],[[229079,480790],[-570,-5]],[[228509,480785],[1,6484]],[[236537,480793],[-544,5]],[[235993,480798],[-1149,9]],[[228509,480785],[-758,1]],[[227751,480786],[-572,1]],[[264620,482072],[-6,-1618],[-556,-296]],[[264058,480158],[-662,0]],[[263396,480158],[4,6500]],[[259411,486665],[-4,-6481]],[[259407,480184],[-1175,91]],[[258232,480275],[-219,3393],[303,3069]],[[263396,480158],[-664,2]],[[262732,480160],[-666,1]],[[262066,480161],[-11,6469]],[[303109,481454],[-237,-3363],[-309,-544],[-343,-4752],[-437,1185]],[[301783,473980],[56,1699],[-493,2897],[67,2978]],[[262066,480161],[-1330,37]],[[260736,480198],[0,6468]],[[260736,480198],[0,-3238]],[[260736,476960],[-635,-23]],[[260101,476937],[-693,9],[-1,3238]],[[295027,477342],[-54,-6909]],[[294973,470433],[-1008,-44]],[[293965,470389],[167,2590],[-54,4202]],[[294078,477181],[-94,3357],[378,3142],[153,2763]],[[175190,473575],[-334,1506],[-129,1913],[-221,-110]],[[294078,477181],[-671,-975],[-134,2686],[-769,-494]],[[221811,480787],[-2,-9343]],[[221809,471444],[-1850,12]],[[219959,471456],[-44,7293]],[[300852,481523],[10,-3416],[-211,-1325]],[[300651,476782],[-895,3175],[-123,-380],[-353,2396]],[[266573,485031],[2,-1116],[972,143]],[[267547,484058],[-7,-6487]],[[267540,477571],[-652,-91],[7,-1620],[-304,-225]],[[266591,475635],[-654,-32]],[[265937,475603],[-9,4796]],[[265926,482460],[77,10]],[[266003,482470],[432,2693],[138,-132]],[[247502,483415],[3,-1619]],[[247505,481796],[-1004,-19],[9,-2420]],[[246510,479357],[-1496,-1]],[[245014,479356],[-34,1445]],[[288057,480238],[-163,246],[-201,-2951],[7,-3154]],[[287700,474379],[-304,516]],[[287396,474895],[-580,1634],[-156,-692],[-618,-119]],[[286042,475718],[-350,485],[-33,3060]],[[285659,479263],[575,1959],[489,118],[146,2787]],[[214631,478741],[5,-4840],[73,-2432]],[[214709,471469],[-1978,12]],[[212731,471481],[-580,15]],[[212151,471496],[0,8863]],[[269259,474627],[-1374,-276]],[[267885,474351],[-11,2434],[-334,786]],[[267547,484058],[1423,278]],[[268970,484336],[189,-4720],[100,-4989]],[[178613,467170],[-2,-14382]],[[178611,452788],[-3086,41],[-2428,19]],[[173097,452848],[-25,13]],[[251139,483267],[-6,-6483]],[[251133,476784],[-1982,151]],[[249151,476935],[334,1631],[4,3332],[-358,174],[-162,1344]],[[249151,476935],[-328,-1617]],[[248823,475318],[-991,-774]],[[247832,474544],[6,7269],[-333,-17]],[[252829,481600],[-49,-6493]],[[252780,475107],[-328,24]],[[252452,475131],[-1318,30]],[[251134,475161],[-1,1623]],[[189740,477360],[2,-5505]],[[189742,471855],[-1523,-1]],[[188219,471854],[6,4870],[-654,10],[0,1562],[-614,11],[-169,1087],[-1161,0],[1,3751]],[[188219,471854],[-1319,42]],[[186900,471896],[-1651,-7],[-264,-1313]],[[184985,470576],[-183,-1642],[-532,-4],[-1,4616]],[[161076,482939],[-47,-16196],[1299,-29],[11,-13965]],[[162339,452749],[-1582,70]],[[160757,452819],[-2346,190]],[[158411,453009],[17,18376]],[[166571,452758],[-1779,10]],[[164792,452768],[-2453,-19]],[[289573,469248],[-100,-158]],[[289473,469090],[-527,-154],[-20,1300],[-279,-24],[-23,1968],[-519,2370],[-405,-171]],[[300651,476782],[-32,-195]],[[300619,476587],[-404,-4938]],[[300215,471649],[-352,1116],[-342,-274],[-74,1832],[-524,-693],[-159,1711],[-267,-361]],[[298497,474980],[-226,2506],[101,2208],[330,1626]],[[154169,467561],[-316,-270],[-199,-1661],[-396,-276],[-61,3940],[-268,1346],[-619,4]],[[152310,470644],[269,5888],[458,6312]],[[298497,474980],[-81,-1100]],[[298416,473880],[-391,59],[61,931],[-822,-385]],[[297264,474485],[51,1340]],[[301783,473980],[-163,-962]],[[301620,473018],[-513,-14],[127,1049],[-615,2534]],[[265937,475603],[-658,-19],[7,-1630]],[[265286,473954],[-1222,-81]],[[264064,473873],[-6,6285]],[[247832,474544],[-657,679]],[[247175,475223],[-660,-544]],[[246515,474679],[-5,4678]],[[254522,481591],[-329,-5330],[49,-1204]],[[254242,475057],[-476,2]],[[253766,475059],[65,6520]],[[253766,475059],[-986,48]],[[238629,480781],[-1,-4543]],[[238628,476238],[-1318,-2]],[[237310,476236],[-1,4547]],[[237308,469765],[-1315,6]],[[235993,469771],[0,6459]],[[235993,476230],[0,4568]],[[237310,476236],[-2,-6471]],[[234682,476230],[-1321,3]],[[233361,476233],[0,4562]],[[234680,480799],[2,-4569]],[[235993,476230],[-1311,0]],[[239947,476239],[-1319,-1]],[[239946,480785],[1,-4546]],[[233361,476233],[-1320,43]],[[232041,476276],[2,4515]],[[209214,480377],[5,-8812]],[[209219,471565],[0,-7313]],[[209219,464252],[-1679,-40]],[[207540,464212],[-659,-10]],[[206881,464202],[-21,16582]],[[241256,475444],[-1309,0]],[[239947,475444],[0,795]],[[241259,480795],[-3,-5351]],[[232041,476276],[-1933,42]],[[230108,476318],[88,2490],[-209,1990]],[[242578,480803],[-3,-5357]],[[242575,475446],[-1319,-2]],[[245014,479356],[4,-1361],[405,-1717],[-331,-3302]],[[245092,472976],[-1192,26]],[[243900,473002],[-16,7801]],[[243900,473002],[-1326,21]],[[242574,473023],[1,2423]],[[230108,476318],[224,-745],[59,-2539]],[[230391,473034],[-980,6]],[[229411,473040],[-330,1]],[[229081,473041],[-2,7749]],[[206881,464202],[-1098,-58],[7,-3247]],[[205790,460897],[-134,-6],[-121,-2624],[-664,265],[160,2348],[-1441,51]],[[203590,460931],[-7,-1]],[[203583,460930],[-6,19757]],[[224117,480778],[91,-2393],[1571,-3239]],[[225779,475146],[90,-530]],[[225869,474616],[-47,-3529],[-165,-2603]],[[225657,468484],[-436,813]],[[225221,469297],[-526,2160]],[[224695,471457],[-1032,3041],[-78,1580],[-470,1325],[-243,2027],[-406,1356]],[[229081,473041],[-659,-11]],[[228422,473030],[0,1617],[-665,-11]],[[227757,474636],[-6,6150]],[[227757,474636],[-663,-12]],[[227094,474624],[-1225,-8]],[[225779,475146],[-15,5613]],[[203583,460930],[-1530,-51],[-2501,73]],[[224695,471457],[-2109,-11]],[[222586,471446],[-777,-2]],[[212151,471496],[-1401,0]],[[210750,471496],[-1531,69]],[[260101,476937],[-1,-1635]],[[260100,475302],[-329,14],[4,-1620],[-1016,-10]],[[258759,473686],[-527,6589]],[[262732,480160],[25,-6465]],[[262757,473695],[-1325,-1]],[[261432,473694],[1,3265],[-697,1]],[[195315,457774],[-2814,132]],[[192501,457906],[-1359,125],[-5,3185],[-131,-2],[32,14646]],[[264064,473873],[0,-195]],[[264064,473678],[-1307,17]],[[246515,474679],[-1111,-3345],[-255,-73]],[[245149,471261],[-57,1715]],[[286042,475718],[-35,-4144],[115,-2963],[261,67],[229,-1455]],[[286612,467223],[26,-2749]],[[286638,464474],[-1117,-2]],[[285521,464472],[-187,1943],[55,5513]],[[285389,471928],[-24,5905]],[[285365,477833],[294,1430]],[[293965,470389],[-115,-2942]],[[293850,467447],[-369,-82]],[[293481,467365],[-266,2462],[-523,832]],[[292692,470659],[-14,505]],[[292678,471164],[-119,5046]],[[217090,478727],[0,-7285]],[[217090,471442],[-2381,27]],[[219959,471456],[-2869,-14]],[[281818,478275],[-5,-4317]],[[281813,473958],[-1305,-81]],[[280508,473877],[0,4510]],[[280508,478387],[1310,-112]],[[280508,473877],[4,-838]],[[280512,473039],[-752,7],[-414,-1125]],[[279346,471921],[-518,1158],[12,3307],[719,1122],[949,879]],[[283548,476628],[9,-4501]],[[283557,472127],[-318,-2],[8,-1701],[-272,15]],[[282975,470439],[-429,33],[9,794],[-498,-13]],[[282057,471253],[10,2716],[-254,-11]],[[281818,478275],[657,-443],[527,-1887],[546,683]],[[285389,471928],[-697,-201]],[[284692,471727],[-474,498],[-661,-98]],[[283548,476628],[635,251],[429,-526],[753,1480]],[[267885,474351],[36,-4847]],[[267921,469504],[-333,-96]],[[267588,469408],[-976,-152]],[[266612,469256],[-21,6379]],[[192501,457906],[15,-12908]],[[192516,444998],[-2779,45]],[[189737,445043],[-3,7851]],[[189734,452894],[0,9524]],[[189734,462418],[8,9437]],[[296240,476240],[-137,-2650],[-357,111],[-31,-3519],[241,-61],[-25,-3494]],[[295931,466627],[-259,37]],[[295672,466664],[-674,89]],[[294998,466753],[-25,3680]],[[251134,475161],[-13,-6521]],[[251121,468640],[-991,-43]],[[250130,468597],[-1307,230]],[[248823,468827],[0,6491]],[[261432,473694],[8,-6496]],[[261440,467198],[-657,-32]],[[260783,467166],[-660,1]],[[260123,467167],[-23,8135]],[[292678,471164],[-1239,47],[-606,1153]],[[301620,473018],[189,655],[301,-1389],[-295,-3187]],[[301815,469097],[-594,-238],[-94,-983],[-503,-1186]],[[300624,466690],[-506,1531],[-67,1971],[164,1457]],[[287396,474895],[215,-2005],[56,-5300]],[[287667,467590],[-1055,-367]],[[297264,474485],[21,-2797],[-310,-2918],[270,-2372]],[[297245,466398],[-1314,229]],[[232041,476276],[7,-6486]],[[232048,469790],[-1892,-6]],[[230156,469784],[78,2628],[157,622]],[[233361,476233],[0,-6428]],[[233361,469805],[-1313,-15]],[[239947,475444],[-4,-5679]],[[239943,469765],[-1318,14]],[[238625,469779],[3,6459]],[[238625,469779],[-1317,-14]],[[235993,469771],[-1311,30]],[[234682,469801],[0,6429]],[[234682,469801],[-1321,4]],[[266612,469256],[-658,-171],[8,-1638]],[[265962,467447],[-657,-45]],[[265305,467402],[-19,6552]],[[242574,473023],[-2,-3272]],[[242572,469751],[-1316,2]],[[241256,469753],[0,5691]],[[241256,469753],[-1313,12]],[[248823,468827],[0,-812]],[[248823,468015],[-1640,-18]],[[247183,467997],[-8,7226]],[[247183,467997],[1,-5692]],[[247184,462305],[-597,23]],[[246587,462328],[-172,2280],[-542,826]],[[245873,465434],[-469,1433],[-255,4394]],[[300624,466690],[-29,-121]],[[300595,466569],[-107,-729],[-1684,270]],[[298804,466110],[-84,15]],[[298720,466125],[-215,4313],[-157,16],[68,3426]],[[260123,467167],[-1187,-13]],[[258936,467154],[-50,4104],[-127,2428]],[[182299,475204],[2,-6522],[-141,-1591],[-469,14]],[[181691,467105],[-327,810],[-823,11],[-55,776],[-638,0]],[[179848,468702],[-1,6469]],[[179848,468702],[-63,-3749]],[[179785,464953],[-565,398],[-162,1616]],[[179058,466967],[-63,1875],[-371,1002]],[[252452,475131],[-16,-6573]],[[252436,468558],[-656,-5]],[[251780,468553],[-659,87]],[[182974,465323],[-238,-239],[-275,-2258],[-767,3]],[[181694,462829],[-3,4276]],[[253766,475059],[-16,-6494]],[[253750,468565],[-660,-23]],[[253090,468542],[-654,16]],[[254242,475057],[185,-6512]],[[254427,468545],[-677,20]],[[289473,469090],[-133,-2371]],[[289340,466719],[-1655,-378]],[[287685,466341],[-18,1249]],[[298720,466125],[-986,173]],[[297734,466298],[-489,100]],[[228422,473030],[0,-5278]],[[228422,467752],[-410,1264],[-493,-321]],[[227519,468695],[-420,21]],[[227099,468716],[-5,5908]],[[227099,468716],[-647,153],[-239,-1688],[-225,-93],[-331,1396]],[[265305,467402],[-657,-79]],[[264648,467323],[-572,-16]],[[264076,467307],[-12,6371]],[[282057,471253],[-126,-2331]],[[281931,468922],[-1419,93]],[[280512,469015],[0,4024]],[[262757,473695],[0,-6486]],[[262757,467209],[-661,6]],[[262096,467215],[-656,-17]],[[264076,467307],[-666,-109]],[[263410,467198],[-653,11]],[[184985,470576],[7,-703],[463,1104],[183,-1172],[54,-3295],[325,-1616],[-111,-2670]],[[185906,462224],[-218,4],[1,-1621],[-435,0],[0,-1622],[-966,-25]],[[184288,458960],[-6,4851],[-652,693]],[[279029,472686],[285,-724],[-124,-1251],[-161,1975]],[[280512,469015],[1,-6165]],[[280513,462850],[-1219,-1634]],[[279294,461216],[-444,1662]],[[278850,462878],[-210,586]],[[278640,463464],[245,2248],[543,1799],[-163,3149],[81,1261]],[[230156,469784],[-257,-2656],[18,-1098],[319,-1424],[30,-1300]],[[230266,463306],[144,-1322]],[[230410,461984],[-513,643]],[[229897,462627],[-187,2346],[-300,1001]],[[229410,465974],[1,7066]],[[229410,465974],[-586,1070]],[[228824,467044],[-402,708]],[[243900,473002],[-5,-8148]],[[243895,464854],[-1323,-36]],[[242572,464818],[0,4933]],[[245873,465434],[-1,-548],[-656,3]],[[245216,464889],[-1321,-35]],[[292692,470659],[24,-1088],[-500,-1877]],[[292216,467694],[-534,-438],[-538,1053]],[[291144,468309],[-321,626]],[[284692,471727],[-24,-4636]],[[284668,467091],[-949,-53],[-149,-3444]],[[283570,463594],[-344,17]],[[283226,463611],[9,1733],[-312,31],[52,5064]],[[186900,471896],[-241,-2319],[147,-3747],[355,398],[146,-1874],[116,-3740]],[[187423,460614],[-60,-2973],[-639,535]],[[186724,458176],[-180,1226],[-380,-494],[84,2409],[-342,907]],[[189734,462418],[-524,-641],[35,1743],[-1064,341],[14,-3257]],[[188195,460604],[-772,10]],[[285521,464472],[224,-1369],[-308,-60]],[[285437,463043],[-555,-97]],[[284882,462946],[2,2100],[-216,2045]],[[210915,461007],[1,-6453],[118,-1623]],[[211034,452931],[-1815,-34]],[[209219,452897],[0,11355]],[[210750,471496],[65,-4017],[1,-6473],[99,1]],[[214922,454659],[-168,-1624]],[[214754,453035],[-1702,-71]],[[213052,452964],[-57,-9]],[[212995,452955],[-124,1630],[-20,6469],[-66,0]],[[212785,461054],[0,6430],[-54,3997]],[[214709,471469],[45,-10348],[76,-3],[-4,-6452],[96,-7]],[[212785,461054],[-1870,-47]],[[225221,469297],[13,-2261]],[[225234,467036],[-777,345],[-862,1235],[-166,869],[-848,-1646]],[[222581,467839],[5,3607]],[[222581,467839],[-781,-1614],[-391,247]],[[221409,466472],[-1271,1432],[-179,713]],[[219959,468617],[0,2839]],[[219959,468617],[86,-14154]],[[220045,454463],[-279,6]],[[219766,454469],[-1612,38]],[[218154,454507],[-1617,75]],[[216537,454582],[-1615,77]],[[158411,453009],[-2622,-72]],[[155789,452937],[3,13114]],[[283226,463611],[-473,58],[-176,-2031]],[[282577,461638],[-328,866],[-551,60]],[[281698,462564],[229,2735],[4,3623]],[[294998,466753],[-244,-4393]],[[294754,462360],[-1202,-852]],[[293552,461508],[61,2653],[237,3286]],[[293481,467365],[-1033,-910]],[[292448,466455],[-257,-293],[25,1532]],[[154436,467457],[-322,-2815],[-164,-2462],[-328,-79],[-48,-2548],[372,-119],[281,-2180],[-183,-1761],[99,-2713]],[[154143,452780],[-1087,57]],[[153056,452837],[-394,1953],[-208,4302],[105,4473],[-71,1599],[-264,1356],[-114,2029],[200,2095]],[[179785,464953],[674,-952],[683,-1920],[360,583]],[[181502,462664],[-185,-223],[-6,-1813],[-601,5],[9,-7878]],[[180719,452755],[-2108,33]],[[232048,469790],[-2,-6489]],[[232046,463301],[-1780,5]],[[234682,469801],[-2,-6505]],[[234680,463296],[-1319,27]],[[233361,463323],[0,6482]],[[233361,463323],[-985,-8]],[[232376,463315],[-330,-14]],[[235993,469771],[0,-4895]],[[235993,464876],[0,-1607]],[[235993,463269],[-1313,27]],[[238625,469779],[-3,-6531]],[[238622,463248],[-1315,8]],[[237307,463256],[0,1612]],[[237307,464868],[1,4897]],[[237307,464868],[-1314,8]],[[239943,469765],[-4,-6533]],[[239939,463232],[-1317,16]],[[241256,469753],[-1,-4930]],[[241255,464823],[1,-1610]],[[241256,463213],[-1317,19]],[[242572,464818],[-1317,5]],[[291144,468309],[49,-3778],[-226,-2026]],[[290967,462505],[-369,-97],[-984,-2871],[-607,-823]],[[289007,458714],[112,1789],[-67,1881],[190,1044],[98,3291]],[[225234,467036],[12,-6037]],[[225246,460999],[0,-6480]],[[225246,454519],[-1283,-6]],[[223963,454513],[-1286,-11]],[[222677,454502],[-33,1]],[[222644,454503],[-31,12930],[-32,406]],[[268694,465642],[-316,-1305],[-142,-3076]],[[268236,461261],[-593,-71]],[[267643,461190],[-55,8218]],[[267921,469504],[681,71],[92,-3933]],[[267643,461190],[-1306,-223]],[[266337,460967],[-314,-75]],[[266023,460892],[-61,6555]],[[301815,469097],[129,-3011],[504,-1291],[-172,-917],[-656,-1009],[-20,-1435],[-247,-532]],[[301353,460902],[-115,246]],[[301238,461148],[-90,2974],[-550,962],[-3,1485]],[[227519,468695],[-2,-7665]],[[227517,461030],[-972,-16]],[[226545,461014],[-1299,-15]],[[228824,467044],[-4,-7638]],[[228820,459406],[-975,10]],[[227845,459416],[1,1618],[-329,-4]],[[281698,462564],[-753,1]],[[280945,462565],[-432,285]],[[250130,468597],[9,-6418]],[[250139,462179],[-99,3]],[[250040,462182],[-1216,98]],[[248824,462280],[-1,5735]],[[181694,462829],[-192,-165]],[[251780,468553],[1,-6529]],[[251781,462024],[-457,58]],[[251324,462082],[-1185,97]],[[221409,466472],[43,-12006]],[[221452,454466],[-68,2]],[[221384,454468],[-1339,-5]],[[253090,468542],[2,-4305]],[[253092,464237],[4,-2164]],[[253096,462073],[-1122,-19]],[[251974,462054],[-193,-30]],[[254427,468545],[185,-1078],[-127,-2165]],[[254485,465302],[-1064,31],[0,-1088],[-329,-8]],[[292448,466455],[-171,-3336],[-36,-2654]],[[292241,460465],[-527,-991]],[[291714,459474],[-489,1291],[-258,1740]],[[293552,461508],[-1311,-1043]],[[248824,462280],[-247,1]],[[248577,462281],[-1393,24]],[[222644,454503],[-1192,-37]],[[287015,460504],[-343,-51]],[[286672,460453],[-34,4021]],[[287685,466341],[71,-5738]],[[287756,460603],[-741,-99]],[[155789,452937],[-801,-56]],[[154988,452881],[-845,-101]],[[266023,460892],[-1299,-123]],[[264724,460769],[-27,1]],[[264697,460770],[-49,6553]],[[264697,460770],[-1281,-49]],[[263416,460721],[-6,6477]],[[263416,460721],[-329,-8]],[[263087,460713],[-985,-2]],[[262102,460711],[-6,6504]],[[262102,460711],[-632,-30]],[[261470,460681],[-681,30]],[[260789,460711],[-6,6455]],[[260789,460711],[-616,-16]],[[260173,460695],[-1419,-24]],[[258754,460671],[182,6483]],[[284882,462946],[17,-1460],[-606,385]],[[284293,461871],[-102,1733],[-621,-10]],[[229897,462627],[-253,6],[-13,-4592]],[[229631,458041],[-268,-255]],[[229363,457786],[-543,3],[0,1617]],[[295672,466664],[201,-1871],[-69,-1578]],[[295804,463215],[-69,-4535]],[[295735,458680],[-148,-5073]],[[295587,453607],[-1209,182]],[[294378,453789],[-26,1]],[[294352,453790],[-31,692],[433,7878]],[[289007,458714],[-9,-2219]],[[288998,456495],[-609,12],[-4,988],[-551,-86]],[[287834,457409],[-78,3194]],[[297645,459260],[-169,1432],[-916,-278],[9,882],[-474,583],[-291,1336]],[[297734,466298],[148,-1093],[-43,-2779],[-194,-3166]],[[301238,461148],[-70,-970]],[[301168,460178],[-67,-41]],[[301101,460137],[28,-397]],[[301129,459740],[-2,-4]],[[301127,459736],[-256,-726]],[[300871,459010],[-22,-492]],[[300849,458518],[-74,-390]],[[300775,458128],[-385,553],[-40,-2081],[-373,-819]],[[299977,455781],[-294,713],[-11,1200],[281,1310],[-388,368],[185,1162],[57,2438],[-390,-234],[39,1513],[-540,411],[-112,1448]],[[299977,455781],[-56,-2596]],[[299921,453185],[-840,-171]],[[299081,453014],[-844,387]],[[298237,453401],[-93,27]],[[298144,453428],[2,2448],[-359,413],[119,1141]],[[297906,457430],[27,1226],[-288,604]],[[184288,458960],[0,-6128]],[[184288,452832],[-2898,-86]],[[181390,452746],[-671,9]],[[246587,462328],[-37,-556],[502,-1805]],[[247052,459967],[-532,14],[-2,-1629],[-648,10]],[[245870,458362],[-647,9]],[[245223,458371],[-7,6518]],[[254485,465302],[3,-3266]],[[254488,462036],[-1092,47]],[[253396,462083],[-300,-10]],[[245223,458371],[-649,13]],[[244574,458384],[-652,-1]],[[243922,458383],[-27,6471]],[[237307,463256],[111,-1603],[1,-4876]],[[237419,456777],[-650,-3]],[[236769,456774],[-649,-15]],[[236120,456759],[0,4918],[-127,1592]],[[243922,458383],[-651,50]],[[243271,458433],[-651,-34]],[[242620,458399],[-48,6419]],[[242620,458399],[-653,5]],[[241967,458404],[-654,-10]],[[241313,458394],[-57,4819]],[[286672,460453],[9,-2065],[-460,403],[-3,-1030],[-340,349]],[[285878,458110],[-226,21]],[[285652,458131],[-201,28],[-14,4884]],[[209219,452897],[0,-5656]],[[209219,447241],[2,-2488]],[[209221,444753],[-1673,14],[-1,1638]],[[207547,446405],[-7,17807]],[[207547,446405],[-1742,68]],[[205805,446473],[-15,14424]],[[189734,452894],[-1286,-39]],[[188448,452855],[-243,1756],[-87,2141],[178,1265],[-101,2587]],[[284293,461871],[21,-3935],[375,114]],[[284689,458050],[-2,-5187]],[[284687,452863],[-1795,-1]],[[282892,452862],[-390,-48]],[[282502,452814],[75,8824]],[[278850,462878],[-1,-10015]],[[278849,452863],[-1529,-47]],[[277320,452816],[-423,27],[0,5034]],[[276897,457877],[602,1758],[633,2570],[508,1259]],[[232376,463315],[-1,-1600],[202,-13],[-4,-4901]],[[232573,456801],[-1911,67]],[[230662,456868],[1,1145]],[[230663,458013],[-154,1201],[39,2679],[-138,91]],[[234680,463296],[161,-1608],[-5,-4919]],[[234836,456769],[-647,13]],[[234189,456782],[-648,10]],[[233541,456792],[3,4901],[-183,1630]],[[233541,456792],[-968,9]],[[236120,456759],[-644,5]],[[235476,456764],[-640,5]],[[238622,463248],[103,-1618],[-1,-4868]],[[238724,456762],[-656,0]],[[238068,456762],[-649,15]],[[239939,463232],[70,-6471]],[[240009,456761],[-640,-7]],[[239369,456754],[-645,8]],[[241313,458394],[-653,-6],[2,-1611]],[[240662,456777],[-653,-16]],[[297906,457430],[-486,-1106],[-24,856],[-523,-374],[-118,1160],[-154,-1681],[-621,1035],[76,1737],[-321,-377]],[[285652,458131],[-963,-81]],[[280945,462565],[4,-9702]],[[280949,452863],[-1704,-50]],[[279245,452813],[-396,50]],[[230663,458013],[-1032,28]],[[282502,452814],[-1272,49]],[[281230,452863],[-281,0]],[[291714,459474],[-261,-2859],[238,-600]],[[291691,456015],[-916,-2845]],[[290775,453170],[-1003,-3057]],[[289772,450113],[-329,184],[-290,2566]],[[289153,452863],[-165,772],[10,2860]],[[248577,462281],[18,-5761]],[[248595,456520],[-1108,-48]],[[247487,456472],[-211,623],[-224,2872]],[[294352,453790],[-85,-1335],[-514,519],[-607,1358]],[[293146,454332],[53,903]],[[293199,455235],[352,2851],[1,3422]],[[249240,456572],[-645,-52]],[[250040,462182],[14,-5553]],[[250054,456629],[-814,-57]],[[251324,462082],[2,-6381]],[[251326,455701],[-650,-38],[2,1005],[-624,-39]],[[186724,458176],[47,-5357]],[[186771,452819],[-155,1]],[[186616,452820],[-2328,12]],[[253396,462083],[-8,-6346]],[[253388,455737],[-109,0]],[[253279,455737],[-975,-13]],[[252304,455724],[-325,0]],[[251979,455724],[-5,6330]],[[251979,455724],[-653,-23]],[[254614,455702],[-1226,35]],[[254488,462036],[-82,-3532],[208,-2802]],[[293199,455235],[-367,801],[-92,-1372],[-647,330],[-402,1021]],[[301127,459736],[69,-1616]],[[301196,458120],[-253,-1012],[-168,1020]],[[300849,458518],[22,492]],[[227845,459416],[-2,-4858]],[[227843,454558],[-1298,-23]],[[226545,454535],[0,6479]],[[212995,452955],[-1853,-35]],[[211142,452920],[-108,11]],[[226545,454535],[3,-3229]],[[226548,451306],[-1288,-24]],[[225260,451282],[-14,3237]],[[266372,454459],[-653,-60]],[[265719,454399],[-998,-201]],[[264721,454198],[3,6571]],[[266337,460967],[35,-6508]],[[203590,460931],[13,-19328],[-708,2],[8,-7373]],[[202903,434232],[-1501,65]],[[201402,434297],[-1279,5]],[[200123,434302],[-1673,-16]],[[198450,434286],[-31,12241],[1170,-39],[16,8015],[-52,3235]],[[205805,446473],[4,-12257]],[[205809,434216],[-2545,-6]],[[203264,434210],[-361,22]],[[188448,452855],[-1677,-36]],[[264721,454198],[-644,35]],[[264077,454233],[-965,-59]],[[263112,454174],[-25,6539]],[[263112,454174],[-326,40]],[[262786,454214],[-1301,-17]],[[261485,454197],[-15,6484]],[[260173,460695],[3,-6540]],[[260176,454155],[-1280,41]],[[258896,454196],[-2,3199],[-393,-4]],[[258501,457391],[253,3280]],[[261485,454197],[-1309,-42]],[[289153,452863],[-334,-23]],[[288819,452840],[-1736,23]],[[287083,452863],[-29,3458],[98,834],[-137,3349]],[[287083,452863],[-115,0]],[[286968,452863],[-1145,0]],[[285823,452863],[55,5247]],[[247487,456472],[432,-1434],[26,-1577]],[[247945,453461],[-2077,28]],[[245868,453489],[2,4873]],[[229363,457786],[-2,-3238]],[[229361,454548],[-545,3]],[[228816,454551],[-973,7]],[[301196,458120],[304,-647]],[[301500,457473],[18,-1677],[-433,-1150]],[[301085,454646],[-839,-2060]],[[300246,452586],[-325,599]],[[298144,453428],[-1041,73]],[[297103,453501],[-1391,88]],[[295712,453589],[-125,18]],[[301793,457791],[116,-445]],[[301909,457346],[403,-2846],[-196,-1501],[475,-1514],[5,-2152]],[[302596,449333],[-234,-1189]],[[302362,448144],[-280,-204],[-97,-1526],[-241,-453]],[[301744,445961],[-218,3011],[-291,-217],[146,1519],[-214,1940],[-82,2432]],[[301500,457473],[293,318]],[[243271,458433],[-1,-8140]],[[243270,450293],[-1301,18]],[[241969,450311],[-2,8093]],[[244574,458384],[-7,-6498]],[[244567,451886],[-1,-1627]],[[244566,450259],[-1296,34]],[[241969,450311],[-1303,-7]],[[240666,450304],[-4,6473]],[[245868,453489],[0,-1629]],[[245868,451860],[-1301,26]],[[285823,452863],[-1027,0]],[[284796,452863],[-109,0]],[[230662,456868],[249,-1941],[-15,-1182]],[[230896,453745],[-107,-597],[-679,13]],[[230110,453161],[-2,1379],[-747,8]],[[198450,434286],[-3154,-25]],[[195296,434261],[-2647,-56]],[[192649,434205],[-133,0]],[[192516,434205],[0,10793]],[[277320,452816],[-6,-2742]],[[277314,450074],[-2528,-14]],[[274786,450060],[0,2383]],[[274786,452443],[526,1090],[1585,4344]],[[258896,454196],[-10,-5792]],[[258886,448404],[-830,-14]],[[258056,448390],[-837,12]],[[257219,448402],[579,2539],[358,3966],[345,2484]],[[232573,456801],[-5,-6484]],[[232568,450317],[-1299,59]],[[231269,450376],[19,2011],[-392,1358]],[[240666,450304],[-1299,5]],[[239367,450309],[2,6445]],[[235476,456764],[0,-6454]],[[235476,450310],[-323,-7]],[[235153,450303],[-970,19]],[[234183,450322],[6,6460]],[[234183,450322],[-1294,1]],[[232889,450323],[-321,-6]],[[238068,456762],[0,-6440]],[[238068,450322],[-326,1]],[[237742,450323],[-971,-4]],[[236771,450319],[-2,6455]],[[236771,450319],[-324,-4]],[[236447,450315],[-971,-5]],[[239367,450309],[-322,8]],[[239045,450317],[-977,5]],[[251326,455701],[-4,-4851]],[[251322,450850],[-1168,-69],[-750,255]],[[249404,451036],[-159,538]],[[249245,451574],[-5,4998]],[[249245,451574],[-1296,-32]],[[247949,451542],[-4,1919]],[[293146,454332],[-66,-9100]],[[293080,445232],[-482,-138],[-384,934],[-288,-777]],[[291926,445251],[-77,1003],[-501,1869],[338,2426],[-911,2621]],[[254614,455702],[218,-1446],[316,-5438]],[[255148,448818],[123,-1399]],[[255271,447419],[-6,-4485]],[[255265,442934],[-737,66],[-9,1648],[-322,-35],[-7,1623],[-327,774]],[[253863,447010],[319,582],[-16,5161],[-954,-144]],[[253212,452609],[67,3128]],[[252304,455724],[-37,-8080]],[[252267,447644],[0,-1641]],[[252267,446003],[-938,-57]],[[251329,445946],[-7,4904]],[[253212,452609],[3,-4870]],[[253215,447739],[-948,-95]],[[216537,454582],[2,-6500]],[[216539,448082],[-1559,-14]],[[214980,448068],[-230,-4],[4,4971]],[[301744,445961],[-236,-1674],[-533,-780]],[[300975,443507],[-36,3034],[-176,277]],[[300763,446818],[-87,707]],[[300676,447525],[-253,1172]],[[300423,448697],[-177,3889]],[[218154,454507],[10,-6475]],[[218164,448032],[-1572,52]],[[216592,448084],[-53,-2]],[[230110,453161],[-2,-5099]],[[230108,448062],[-976,13]],[[229132,448075],[-318,5]],[[228814,448080],[2,6471]],[[227843,454558],[1,-6473]],[[227844,448085],[-1288,-18]],[[226556,448067],[-8,3239]],[[228814,448080],[-648,2]],[[228166,448082],[-322,3]],[[219766,454469],[6,-6447]],[[219772,448022],[-1243,-2]],[[218529,448020],[-365,12]],[[225260,451282],[0,-3235]],[[225260,448047],[-1272,-15]],[[223988,448032],[-19,0]],[[223969,448032],[-6,6481]],[[221384,454468],[0,-6437]],[[221384,448031],[-1572,-10]],[[219812,448021],[-40,1]],[[222677,454502],[3,-6462]],[[222680,448040],[-1296,-9]],[[223969,448032],[-1263,4]],[[222706,448036],[-26,4]],[[265719,454399],[30,-6681]],[[265749,447718],[-327,-64]],[[265422,447654],[-1337,-251]],[[264085,447403],[-8,6830]],[[294378,453789],[-86,-7126]],[[294292,446663],[-33,-2600]],[[294259,444063],[-1125,-725],[-133,-918]],[[293001,442420],[79,2812]],[[302596,449333],[321,-1189],[408,-369],[764,1511],[-341,4569],[401,-2137],[107,-3239],[-210,-1768],[-1085,-604],[-241,-1586],[-502,-404],[144,4027]],[[262786,454214],[4,-5818]],[[262790,448396],[-1035,-6]],[[261755,448390],[-267,4]],[[261488,448394],[-3,5803]],[[264085,447403],[-109,-15]],[[263976,447388],[-1133,-180]],[[262843,447208],[-53,1188]],[[261488,448394],[-1023,-15]],[[260465,448379],[-349,0]],[[260116,448379],[69,741],[-9,5035]],[[260116,448379],[-774,27]],[[259342,448406],[-456,-2]],[[295712,453589],[-58,-1345],[397,121],[-173,-3103],[-189,-155],[94,-2951]],[[295783,446156],[-481,-2335],[-431,-845]],[[294871,442976],[-365,419],[-214,3268]],[[231269,450376],[205,-1283],[-160,-2129]],[[231314,446964],[-897,11]],[[230417,446975],[1,1083],[-310,4]],[[297103,453501],[5,-4180],[88,63],[182,-3932]],[[297378,445452],[-156,-333]],[[297222,445119],[-108,1173],[-581,-358],[-107,-908]],[[296426,445026],[-541,-412],[-102,1542]],[[298237,453401],[8,-1301],[-328,-15],[-2,-2289],[170,-1515],[-230,-737]],[[297855,447544],[-477,-2092]],[[247949,451542],[-252,-2717]],[[247697,448825],[-205,-1009]],[[247492,447816],[-632,692]],[[246860,448508],[-476,-580],[-516,680]],[[245868,448608],[0,3252]],[[299081,453014],[27,-5277]],[[299108,447737],[6,-1575]],[[299114,446162],[-459,-104],[-560,583],[-240,903]],[[300423,448697],[-95,-429]],[[300328,448268],[-110,206]],[[300218,448474],[-189,-592],[-921,-145]],[[291926,445251],[-301,-1608],[-771,-203],[-6,-1282]],[[290848,442158],[-634,1017],[-245,2280]],[[289969,445455],[47,2798],[-244,1860]],[[160757,452819],[3,-15155]],[[160760,437664],[-2931,-15]],[[157829,437649],[50,2566],[-253,887],[-643,-3074],[-236,36],[-242,-1729],[156,-2198],[-334,192],[-289,1393],[-274,-63],[-470,1939]],[[155294,437598],[-187,3492],[-519,272]],[[154588,441362],[111,941],[-260,2964],[146,1892],[-113,2512],[387,1397],[129,1813]],[[214980,448068],[2,-6471]],[[214982,441597],[-197,8],[0,-3232]],[[214785,438373],[-1547,1]],[[213238,438374],[-73,4047]],[[213165,442421],[1,5662],[-117,1089],[3,3792]],[[213165,442421],[-2040,-26]],[[211125,442395],[-4,4869]],[[211121,447264],[21,5656]],[[188448,452855],[2,-2742],[226,-3238],[-46,-2736],[-189,-2015]],[[188441,442124],[-433,106],[-167,-983],[-443,939]],[[187398,442186],[-88,2093],[-182,-89],[-193,3078],[-4,3038],[-315,2514]],[[211121,447264],[-1902,-23]],[[189737,445043],[-2,-6109]],[[189735,438934],[-608,-2e3]],[[189127,436934],[120,1271],[-305,2684],[-249,88]],[[188693,440977],[-252,1147]],[[286968,452863],[88,-6473]],[[287056,446390],[-234,-102],[-57,-1948]],[[286765,444340],[-1655,896]],[[285110,445236],[-170,121]],[[284940,445357],[-144,7506]],[[284940,445357],[-238,-844],[-1781,-169]],[[282921,444344],[-29,8518]],[[187398,442186],[-205,139],[-194,-1813],[-584,5],[-711,-4841]],[[185704,435676],[-852,-1423],[-3463,-5]],[[181389,434248],[1,18498]],[[173097,434253],[-1,-6651],[-636,-10],[-149,-2165]],[[172311,425427],[-25,2930],[-933,15],[0,3230],[-3183,-37],[0,1955],[-1457,-9]],[[166713,433511],[-57,0],[17,19239]],[[173097,452848],[0,-18595]],[[181389,434248],[-13,-16439]],[[181376,417809],[-3391,104],[-1592,99]],[[176393,418012],[-461,-9],[-438,10035],[-1,6209],[-1195,9]],[[174298,434256],[-1201,-3]],[[281230,452863],[9,-7106]],[[281239,445757],[-601,-298]],[[280638,445459],[-179,516],[-1317,-113]],[[279142,445862],[103,6951]],[[282921,444344],[4,-1186]],[[282925,443158],[-1089,-71]],[[281836,443087],[-171,12],[-426,2658]],[[154588,441362],[-303,-18],[-4,1572],[-819,-16]],[[153462,442900],[-267,5082],[-262,812],[123,4043]],[[289969,445455],[-804,-6748]],[[289165,438707],[-411,-130]],[[288754,438577],[180,478],[-59,7138]],[[288875,446193],[-56,6647]],[[288875,446193],[-721,12]],[[288154,446205],[-1098,185]],[[279142,445862],[-1549,13]],[[277593,445875],[-281,-13]],[[277312,445862],[2,4212]],[[164792,452768],[-2,-15095]],[[164790,437673],[-3709,-1]],[[161081,437672],[-321,-8]],[[166713,433511],[-9,-8230],[-71,-9],[-2,-9666],[318,13]],[[166949,415619],[45,-3525],[106,-405],[-51,-2898]],[[167049,408791],[-264,-205]],[[166785,408586],[-505,-709],[-438,-1338],[-205,182],[104,-3535],[-151,-1501]],[[165590,401685],[-469,-1590],[-343,3]],[[164778,400098],[-9,2800]],[[164769,402898],[12,2458]],[[164781,405356],[6,5108]],[[164787,410464],[3,27209]],[[253863,447010],[-4,809],[-643,-82]],[[253216,447737],[-1,2]],[[274786,450060],[0,-6514]],[[274786,443546],[-1348,42]],[[273438,443588],[-1,3974]],[[273437,447562],[3,2573]],[[273440,450135],[1346,2308]],[[245868,448608],[-3,-3243]],[[245865,445365],[-1300,22]],[[244565,445387],[1,4872]],[[249404,451036],[-5,-5898]],[[249399,445138],[-644,-16]],[[248755,445122],[-900,11]],[[247855,445133],[-158,3692]],[[226556,448067],[2,-4023]],[[226558,444044],[-753,-845],[-533,-1]],[[225272,443198],[-12,4849]],[[251329,445946],[-636,7],[1,-814]],[[250694,445139],[-1295,-1]],[[232889,450323],[0,-4862],[165,-1791]],[[233054,443670],[-1389,16]],[[231665,443686],[-256,439],[-95,2839]],[[243270,450293],[6,-6524]],[[243276,443769],[-326,-13]],[[242950,443756],[-979,-17]],[[241971,443739],[-2,6572]],[[237742,450323],[68,-6545]],[[237810,443778],[-1255,-153]],[[236555,443625],[-107,1818],[-1,4872]],[[234183,450322],[1,-4860],[144,-1818]],[[234328,443644],[-317,10]],[[234011,443654],[-957,16]],[[235153,450303],[2,-4797],[121,-1872]],[[235276,443634],[-948,10]],[[241971,443739],[-319,-4]],[[241652,443735],[-960,-14]],[[240692,443721],[-26,6583]],[[239045,450317],[53,-6615]],[[239098,443702],[0,-314]],[[239098,443388],[-1288,390]],[[240692,443721],[-320,-6]],[[240372,443715],[-1274,-13]],[[236555,443625],[-1279,9]],[[244565,445387],[-5,-3261]],[[244560,442126],[-322,12]],[[244238,442138],[-104,1623],[-858,8]],[[273437,447562],[-275,-15],[3,-1357],[-539,-11],[-3,-1320],[-265,-4]],[[272358,444855],[-272,1146]],[[272086,446001],[570,2452],[784,1682]],[[277312,445862],[-602,-34],[-476,-2456]],[[276234,443372],[-1448,-20]],[[274786,443352],[0,194]],[[247855,445133],[-29,-825],[-657,-1555],[-5,-2418]],[[247164,440335],[-1778,120]],[[245386,440455],[0,4]],[[245386,440459],[89,1581],[707,640]],[[246182,442680],[363,171],[871,2340],[76,2625]],[[300676,447525],[-94,-1308],[-254,2051]],[[246182,442680],[7,2674],[-324,11]],[[300218,448474],[-108,-2110]],[[300110,446364],[-154,-894],[-847,-110]],[[299109,445360],[5,802]],[[260465,448379],[14,-4389]],[[260479,443990],[3,-1610]],[[260482,442380],[-1130,-18]],[[259352,442362],[-1,806]],[[259351,443168],[-9,5238]],[[259351,443168],[-1136,-50],[2,-810]],[[258217,442308],[-163,-1]],[[258054,442307],[104,4029],[-102,2054]],[[258054,442307],[-490,-569],[-231,-2173],[-408,-905]],[[256925,438660],[-7,8808]],[[256918,447468],[301,934]],[[262847,444118],[-1085,-69]],[[261762,444049],[-7,4341]],[[262843,447208],[4,-3090]],[[261762,444049],[-1283,-59]],[[229132,448075],[0,-5329]],[[229132,442746],[-759,-1483],[-211,138]],[[228162,441401],[4,6681]],[[228162,441401],[-318,227]],[[227844,441628],[-643,-1180]],[[227201,440448],[0,1151],[-292,1]],[[226909,441600],[0,2456],[-351,-12]],[[230417,446975],[2,-2974],[320,-2434]],[[230739,441567],[-395,2]],[[230344,441569],[-276,747],[-936,373]],[[229132,442689],[0,57]],[[218529,448020],[-5,-6446]],[[218524,441574],[-1550,27]],[[216974,441601],[-383,9]],[[216591,441610],[1,6474]],[[216591,441610],[-1609,-13]],[[225272,443198],[0,-1617]],[[225272,441581],[-1262,6]],[[224010,441587],[-20,-2]],[[223990,441585],[-2,6447]],[[222706,448036],[25,-6450]],[[222731,441586],[-12,-6463]],[[222719,435123],[-609,-9]],[[222110,435114],[-2224,2]],[[219886,435116],[-74,6454]],[[219812,441570],[0,6451]],[[219812,441570],[-1288,4]],[[223990,441585],[-1259,1]],[[267414,445850],[-697,-80]],[[266717,445770],[-430,-32],[-394,-2264],[-479,-1510]],[[265414,441964],[1,1360]],[[265415,443324],[7,4330]],[[265749,447718],[781,161]],[[266530,447879],[6,1]],[[266536,447880],[30,6]],[[266566,447886],[16,1]],[[266582,447887],[26,6]],[[266608,447893],[806,-2043]],[[255265,442934],[-2,-3134]],[[255263,439800],[-1357,-110],[6,-1614],[-648,-80]],[[253264,437996],[-23,4868]],[[253241,442864],[-25,4873]],[[267414,445850],[546,-1925],[381,1255],[294,-1578],[-868,-836]],[[267767,442766],[-50,-4]],[[267717,442762],[-15,-1]],[[267702,442761],[-769,5],[-213,794]],[[266720,443560],[-3,2210]],[[253241,442864],[-956,-107]],[[252285,442757],[-18,3246]],[[265415,443324],[-1279,-37]],[[264136,443287],[-108,529],[-52,3572]],[[273438,443588],[0,-2864]],[[273438,440724],[-1081,8]],[[272357,440732],[1,4123]],[[299109,445360],[-23,-3357],[-140,-1618]],[[298946,440385],[-436,-421],[-482,288],[-416,-840],[-291,2723]],[[297321,442135],[350,235],[-50,1824],[-299,-181],[-100,1106]],[[256110,445860],[11,-7106]],[[256121,438754],[-158,-435]],[[255963,438319],[-386,-1051],[-314,71]],[[255263,437339],[0,2461]],[[255271,447419],[248,-1015],[591,-544]],[[256925,438660],[-559,918],[-245,-824]],[[256110,445860],[808,1608]],[[264136,443287],[1,-1079]],[[264137,442208],[-1288,-29]],[[262849,442179],[-2,1939]],[[211125,442395],[-24,-800]],[[211101,441595],[-1879,-26]],[[209222,441569],[-1,3184]],[[231665,443686],[164,-2163]],[[231829,441523],[-1090,44]],[[300704,446133],[-85,-2793],[-210,505],[295,2288]],[[300975,443507],[-208,-748],[-4,4059]],[[294871,442976],[348,-1153],[336,-2034],[-121,-1229]],[[295434,438560],[-200,-1187],[-705,-2090],[-626,-1185]],[[293903,434098],[-195,2025],[683,2086],[-173,2860]],[[294218,441069],[41,2994]],[[209222,441569],[-4,-7295]],[[209218,434274],[-2479,-59]],[[206739,434215],[-930,1]],[[300110,446364],[27,-3366],[-179,-1833],[-1042,-1242],[30,462]],[[288154,446205],[-316,-4003]],[[287838,442202],[-487,-794],[-761,-136]],[[286590,441272],[175,3068]],[[297321,442135],[207,-2884],[-531,-114]],[[296997,439137],[-298,3270],[-256,-278],[-17,2897]],[[296997,439137],[9,-62]],[[297006,439075],[21,-79]],[[297027,438996],[-1112,58],[-473,-1600],[-8,1106]],[[288754,438577],[-264,-1321]],[[288490,437256],[-133,486],[-104,2827],[-415,1633]],[[293001,442420],[-13,-2190]],[[292988,440230],[-683,-3302]],[[292305,436928],[-373,1054]],[[291932,437982],[-934,2867]],[[290998,440849],[-150,1309]],[[252285,442757],[26,-6500]],[[252311,436257],[-960,-39],[-1,-3314]],[[251350,432904],[-324,-34]],[[251026,432870],[0,3329],[-319,-14]],[[250707,436185],[-5,3838]],[[250702,440023],[-8,5116]],[[272357,440732],[-1,0]],[[272356,440732],[-569,47],[73,-1359],[-321,-13]],[[271539,439407],[-538,-38]],[[271001,439369],[3,1405],[-263,14],[8,2861]],[[270749,443649],[623,-332],[714,2684]],[[280638,445459],[-3,-3672],[463,-4],[46,-3243]],[[281144,438540],[-1140,433],[-177,-968]],[[279827,438005],[-70,1137],[-624,1848],[-379,-396]],[[278754,440594],[88,2092],[292,-302],[8,3478]],[[278754,440594],[-317,-166]],[[278437,440428],[5,1839],[-538,103],[-216,-927]],[[277688,441443],[-95,4432]],[[277688,441443],[-1,-945],[-351,-264],[-253,-2768]],[[277083,437466],[-849,-18]],[[276234,437448],[0,5924]],[[269692,442195],[16,-2668]],[[269708,439527],[-1391,120]],[[268317,439647],[-18,2605],[-150,10]],[[268149,442262],[253,825],[384,-407]],[[268786,442680],[-5,-153]],[[268781,442527],[480,-1172],[431,840]],[[266720,443560],[-15,-4583]],[[266705,438977],[-3,-1624]],[[266702,437353],[-1282,19]],[[265420,437372],[-6,4592]],[[281836,443087],[1,-1967],[-292,-2833]],[[281545,438287],[-401,253]],[[290998,440849],[-384,-1439],[-427,-3445]],[[290187,435965],[-461,1079],[82,1909],[-643,-246]],[[245386,440459],[-830,46],[4,1621]],[[285110,445236],[175,-3416],[441,-1905],[405,-536]],[[286131,439379],[-539,-2232]],[[285592,437147],[-256,304]],[[285336,437451],[-455,-615]],[[284881,436836],[-228,-951],[-463,-355]],[[284190,435530],[-1068,5402],[-197,2226]],[[286590,441272],[-78,-1277]],[[286512,439995],[-381,-616]],[[250702,440023],[-480,-176],[-57,-1256],[-306,11],[0,-1588]],[[249859,437014],[-479,1]],[[249380,437015],[-1,1587],[-610,12]],[[248769,438614],[-14,6508]],[[248769,438614],[-31,-1592],[-323,7]],[[248415,437029],[-1262,34]],[[247153,437063],[11,3272]],[[192516,434205],[-2782,5],[1,4724]],[[262849,442179],[1,-2880]],[[262850,439299],[-1082,-133]],[[261768,439166],[-6,4883]],[[261768,439166],[-323,-1]],[[261445,439165],[-639,38],[-321,533]],[[260485,439736],[-3,2644]],[[226909,441600],[-6,-1597],[-967,-298],[-621,-536],[-31,2413]],[[225284,441582],[-12,-1]],[[293006,440243],[-18,-18]],[[292988,440225],[0,5]],[[294218,441069],[-1212,-826]],[[302428,442673],[372,-1939],[-773,-264],[113,1840],[288,363]],[[271001,439369],[-263,5],[-6,-1403],[-273,-2],[-271,-1169],[-5,-1369]],[[270183,435431],[-459,41]],[[269724,435472],[-16,4055]],[[269692,442195],[936,1653],[121,-199]],[[244238,442138],[-5,-4866]],[[244233,437272],[-641,8]],[[243592,437280],[-640,13]],[[242952,437293],[-2,6463]],[[239098,443388],[2,-6149]],[[239100,437239],[-639,12]],[[238461,437251],[-646,14]],[[237815,437265],[-5,6513]],[[242952,437293],[-653,-16]],[[242299,437277],[-642,-14]],[[241657,437263],[-5,6472]],[[237815,437265],[-627,-98]],[[237188,437167],[-633,7]],[[236555,437174],[0,6451]],[[241657,437263],[-642,-12]],[[241015,437251],[-638,-8]],[[240377,437243],[-5,6472]],[[240377,437243],[-639,-2]],[[239738,437241],[-638,-2]],[[234011,443654],[-4,-6441]],[[234007,437213],[-636,14]],[[233371,437227],[-1382,-2]],[[231989,437225],[-120,575]],[[231869,437800],[88,2413],[-128,1310]],[[235276,443634],[0,-6443]],[[235276,437191],[-633,8]],[[234643,437199],[-636,14]],[[236555,437174],[-638,8]],[[235917,437182],[-641,9]],[[274786,443352],[1,-6623]],[[274787,436729],[-1339,18]],[[273448,436747],[-10,3977]],[[267702,442761],[447,-499]],[[268317,439647],[3,-645]],[[268320,439002],[-1615,-25]],[[276234,437448],[-271,-1900]],[[275963,435548],[-140,819],[-1037,201]],[[274786,436568],[1,161]],[[265420,437372],[-967,-37]],[[264453,437335],[-1,4878],[-315,-5]],[[259352,442362],[14,-4890],[-65,-6]],[[259301,437466],[-1086,-26]],[[258215,437440],[2,4868]],[[284190,435530],[0,-456]],[[284190,435074],[-1015,-1516],[-180,1961],[-470,731],[-132,1393],[-289,-77],[-14,1365],[-389,-1859]],[[281701,437072],[-156,1215]],[[155294,437598],[-138,-2080],[141,-717],[-208,-2138],[-386,312],[218,-3716],[-6,-13593]],[[154915,415666],[-1334,-12]],[[153581,415654],[-243,1901],[-703,2914],[-129,3412],[387,4770],[132,-280],[308,6363],[-131,874],[260,7292]],[[253264,437996],[-21,-1627]],[[253243,436369],[-932,-112]],[[229132,442689],[-7,-7583]],[[229125,435106],[-7,1]],[[229118,435107],[-1274,15]],[[227844,435122],[0,6506]],[[230344,441569],[400,-3784]],[[230744,437785],[23,-2699]],[[230767,435086],[-404,-540]],[[230363,434546],[0,542],[-1238,18]],[[260485,439736],[-89,-4618]],[[260396,435118],[-728,-71]],[[259668,435047],[-364,782],[-3,1637]],[[213238,438374],[-29,-4081]],[[213209,434293],[-91,-1]],[[213118,434292],[-2030,-1]],[[211088,434291],[13,7304]],[[278437,440428],[-17,-5242]],[[278420,435186],[-185,-771],[-669,-629],[-401,1395],[-70,2246]],[[277095,437427],[-12,39]],[[188693,440977],[-212,-2506],[-449,-761],[-413,552],[-140,-1426]],[[187479,436836],[-928,257],[-847,-1417]],[[258215,437440],[-1290,17]],[[256925,437457],[0,1203]],[[288490,437256],[-135,-732]],[[288355,436524],[-329,-581],[98,-1543],[-739,-1772]],[[287385,432628],[-586,684]],[[286799,433312],[-59,3514],[-251,1238],[23,1931]],[[264453,437335],[-316,-6]],[[264137,437329],[-325,1637],[-962,-17]],[[262850,438949],[0,350]],[[245386,440455],[-115,-1740],[344,-1568],[113,-1545]],[[245728,435602],[-1175,26]],[[244553,435628],[2,1613],[-322,31]],[[216974,441601],[-2,-6470],[56,-810]],[[217028,434321],[-2233,-1]],[[214795,434320],[-10,4053]],[[219886,435116],[3,-6448]],[[219889,428668],[-1545,-2]],[[218344,428666],[-1309,-44]],[[217035,428622],[-7,5699]],[[304069,440802],[121,-1847],[-424,-197],[303,2044]],[[227844,435122],[-1276,-6]],[[226568,435116],[-6,2365]],[[226562,437481],[639,2967]],[[211088,434291],[-535,-10]],[[210553,434281],[-1335,-7]],[[226562,437481],[-534,-2005],[-733,-3605]],[[225295,431871],[-11,3241]],[[225284,435112],[0,6470]],[[225284,435112],[-1212,5]],[[224072,435117],[-74,0]],[[223998,435117],[12,6470]],[[223998,435117],[-1279,6]],[[231869,437800],[-1125,-15]],[[189127,436934],[-680,-1517],[-235,-1307],[316,-2474],[-193,-1471],[-256,343]],[[188079,430508],[-272,1154]],[[187807,431662],[-214,1796],[-114,3378]],[[279827,438005],[-264,-1317],[-1,-4191]],[[279562,432497],[-1143,101]],[[278419,432598],[1,2588]],[[157829,437649],[146,-436],[-429,-4820],[-421,-4012],[145,-2152],[-836,-2813],[-185,-2444]],[[156249,420972],[222,-710],[144,-5037]],[[156615,415225],[-1701,-22],[1,463]],[[293524,432082],[-325,588]],[[293199,432670],[123,2992],[-28,2071],[-288,2510]],[[293903,434098],[-379,-2016]],[[291932,437982],[-383,-2133]],[[291549,435849],[-417,-3054],[-322,-187]],[[290810,432608],[-554,3400]],[[290256,436008],[-69,-43]],[[272356,440732],[-5,-6697]],[[272351,434035],[-74,-1524],[-634,144]],[[271643,432655],[-114,1381]],[[271529,434036],[10,5371]],[[273448,436747],[0,-2714],[-243,-5]],[[273205,434028],[-854,7]],[[247153,437063],[-6,-1623]],[[247147,435440],[-963,88]],[[246184,435528],[-456,35]],[[245728,435563],[0,39]],[[250707,436185],[-548,-8],[-300,837]],[[293219,434221],[-863,2534]],[[292356,436755],[-51,173]],[[292988,440225],[220,-3323],[11,-2681]],[[286799,433312],[-277,-2753],[-204,-490]],[[286318,430069],[-412,1992]],[[285906,432061],[44,1187],[-292,2181],[-66,1718]],[[255263,437339],[2,-2898]],[[255265,434441],[-1688,-234]],[[253577,434207],[-321,-56]],[[253256,434151],[-13,2218]],[[261445,439165],[-77,-4820]],[[261368,434345],[-859,-54]],[[260509,434291],[-113,827]],[[294554,427872],[-111,3761]],[[294443,431633],[-93,1192],[769,-305],[174,1128],[1072,-46],[376,298],[903,2985],[-441,-2838],[-371,-1388],[292,-372],[379,1926],[532,898],[205,-1023],[552,1761],[82,-626],[-1554,-3632],[-192,472],[-405,-1606],[-231,346],[-428,-1336],[-389,99],[-351,-945],[-238,353],[-532,-1102]],[[269724,435472],[-278,-7],[9,-1349]],[[269455,434116],[-813,51]],[[268642,434167],[-292,19]],[[268350,434186],[-30,4816]],[[256925,437457],[-1,-4839]],[[256924,432618],[-156,-1387],[-315,-5],[2,-1882]],[[256455,429344],[-469,-1]],[[255986,429343],[-23,8976]],[[271529,434036],[-1228,59]],[[270301,434095],[-118,1336]],[[262850,438949],[1,-4898]],[[262851,434051],[1,-1244]],[[262852,432807],[-755,-89]],[[262097,432718],[-730,-14]],[[261367,432704],[1,1641]],[[268350,434186],[-789,-60]],[[267561,434126],[-857,-30]],[[266704,434096],[-2,3257]],[[281701,437072],[-194,-834],[74,-2825],[-363,-706],[-462,-3035],[47,-403]],[[280803,429269],[26,-143]],[[280829,429126],[-1257,-6]],[[279572,429120],[-10,3377]],[[192649,434205],[0,-3424]],[[192649,430781],[-728,405],[-315,-879],[-787,-888],[-261,131],[-420,-1293]],[[190138,428257],[-340,-1866],[-343,-529],[-618,1479],[-69,1143],[-267,-1698],[-177,190]],[[188324,426976],[-245,3532]],[[284190,435074],[-613,-3675]],[[283577,431399],[-884,-2182]],[[282693,429217],[-399,259],[-333,-970],[-479,890]],[[281482,429396],[-679,-127]],[[290256,436008],[-428,-2351]],[[289828,433657],[-466,-1940],[-519,-917]],[[288843,430800],[-280,2542],[218,671],[-426,2511]],[[264137,437329],[-1,-3255],[-160,-7]],[[263976,434067],[-1125,-16]],[[249380,437015],[-1,-3256]],[[249379,433759],[-966,19]],[[248413,433778],[2,3251]],[[214795,434320],[-2,-28]],[[214793,434292],[-1584,1]],[[255986,429343],[-721,8]],[[255265,429351],[0,5090]],[[292587,430897],[-395,1442]],[[292192,432339],[-104,1880],[-539,1630]],[[292356,436755],[-165,-2166],[367,-971],[29,-2721]],[[231989,437225],[3,-1985]],[[231992,435240],[-431,236],[-484,-1309],[-310,919]],[[164787,410464],[-407,-275]],[[164380,410189],[102,1081],[5,3235],[-258,1376],[-24,1351],[-366,545],[-472,2488],[-707,1250],[-457,-2310],[-371,1200],[1,3539],[-743,-22]],[[161090,423922],[22,8573],[-31,5177]],[[161090,423922],[-473,4]],[[160617,423926],[-1427,-349],[-831,-1032],[-549,336],[-407,-1138],[-271,689],[-883,-1460]],[[285336,437451],[-167,-4196],[366,397],[371,-1591]],[[286318,430069],[-895,-2188]],[[285423,427881],[-525,-887],[-165,332]],[[284733,427326],[26,188]],[[284759,427514],[265,1448],[124,3090]],[[285148,432052],[-223,1660],[-44,3124]],[[259668,435047],[-2,-813]],[[259666,434234],[-620,-58],[0,-1610]],[[259046,432566],[-835,5]],[[258211,432571],[4,4869]],[[226568,435116],[1,-6480]],[[226569,428636],[-1260,-4]],[[225309,428632],[-14,-1]],[[225295,428631],[0,3240]],[[258211,432571],[-314,19]],[[257897,432590],[-973,28]],[[277095,437427],[-6,-9328]],[[277089,428099],[-1270,90]],[[275819,428189],[-27,3362]],[[275792,431551],[-19,2706],[190,1291]],[[278419,432598],[1,-2521],[-655,-4576]],[[277765,425501],[-675,2580]],[[277090,428081],[-1,18]],[[266704,434096],[-266,-3234]],[[266438,430862],[-1015,34]],[[265423,430896],[-1,1871]],[[265422,432767],[-2,4605]],[[265422,432767],[-638,-293],[0,-813],[-644,-36]],[[264140,431625],[-164,2442]],[[243592,437280],[-8,-4878]],[[243584,432402],[-1283,-20]],[[242301,432382],[-2,4895]],[[244553,435628],[-3,-4868],[-104,1]],[[244446,430761],[-862,15]],[[243584,430776],[0,1626]],[[242301,432382],[-1281,-16]],[[241020,432366],[-5,4885]],[[238461,437251],[3,-4896]],[[238464,432355],[-1277,-24]],[[237187,432331],[1,4836]],[[239738,437241],[4,-4883]],[[239742,432358],[-1278,-3]],[[241020,432366],[-1278,-8]],[[233371,437227],[-2,-4811]],[[233369,432416],[-1193,2]],[[232176,432418],[-184,2822]],[[234643,437199],[-2,-4800]],[[234641,432399],[-1272,17]],[[235917,437182],[-1,-4805]],[[235916,432377],[-1275,22]],[[237187,432331],[-1271,46]],[[187807,431662],[-565,-723],[-182,1854],[-716,-2763]],[[186344,430030],[-640,5646]],[[248413,433778],[-2,-4886]],[[248411,428892],[-1277,44]],[[247134,428936],[13,6504]],[[285148,432052],[-398,107],[-1152,-1498]],[[283598,430661],[-21,738]],[[251026,432870],[-1183,-88]],[[249843,432782],[68,968],[-532,9]],[[292970,430541],[-431,-269]],[[292539,430272],[48,625]],[[293219,434221],[-249,-3680]],[[274786,436568],[0,-4189]],[[274786,432379],[-1580,38]],[[273206,432417],[-1,1611]],[[288843,430800],[-376,-510]],[[288467,430290],[-415,-967]],[[288052,429323],[-667,3305]],[[275792,431551],[-1004,-68]],[[274788,431483],[-2,896]],[[253256,434151],[34,-7012],[-625,-15]],[[252665,427124],[-321,-16],[-28,2626],[-961,-79]],[[251355,429655],[-5,3249]],[[290810,432608],[-339,-2310]],[[290471,430298],[-220,-1439],[-616,-2210]],[[289635,426649],[-20,311]],[[289615,426960],[68,3155],[341,1723],[-196,1819]],[[292192,432339],[-162,208],[-116,-3152]],[[291914,429395],[-248,-1212]],[[291666,428183],[-265,1560],[-471,-723]],[[290930,429020],[-459,1278]],[[186344,430030],[155,-1074],[97,-4631]],[[186596,424325],[-109,-154],[37,-2824],[149,-2529],[-95,-2971]],[[186578,415847],[-452,-1998],[-1271,-19],[-3480,52]],[[181375,413882],[1,3927]],[[245728,435563],[-37,-2695],[-356,-1884],[-63,-2389]],[[245272,428595],[-424,1079]],[[244848,429674],[-402,1087]],[[246184,435528],[-12,-8061]],[[246172,427467],[-319,64]],[[245853,427531],[-783,-26]],[[245070,427505],[202,1090]],[[247134,428936],[-3,-1616]],[[247131,427320],[-959,147]],[[270301,434095],[8,-6024]],[[270309,428071],[-263,-11],[2,-1850]],[[270048,426210],[-326,-246]],[[269722,425964],[-6,3195],[-215,1865],[-46,3092]],[[232176,432418],[-58,-2195]],[[232118,430223],[-1754,3]],[[230364,430226],[-1,4320]],[[227844,435122],[-1,-6484]],[[227843,428638],[-1271,-2]],[[226572,428636],[-3,0]],[[225295,428631],[-1221,12]],[[224074,428643],[-2,6474]],[[222110,435114],[25,-6995]],[[222135,428119],[-630,263]],[[221505,428382],[-943,281]],[[220562,428663],[-673,5]],[[224074,428643],[-9,-170]],[[224065,428473],[-507,-690],[-760,186]],[[222798,427969],[-663,150]],[[229118,435107],[-7,-6481]],[[229111,428626],[-1268,12]],[[230364,430226],[0,-4858]],[[230364,425368],[-1251,12]],[[229113,425380],[-2,3246]],[[260509,434291],[14,-6500]],[[260523,427791],[-630,-27]],[[259893,427764],[-208,-13],[-19,6483]],[[255265,429351],[-1,-4575]],[[255264,424776],[-1140,-98]],[[254124,424678],[-508,40],[-39,9489]],[[261367,432704],[3,-4889],[-318,-15]],[[261052,427800],[-529,-9]],[[210532,425375],[-1577,18],[-7,-9746]],[[208948,415647],[-2260,-10]],[[206688,415637],[-254,-1]],[[206434,415636],[-6,4869]],[[206428,420505],[-5,1629],[310,-3],[6,12084]],[[210553,434281],[-21,-8906]],[[217035,428622],[-272,6]],[[216763,428628],[-1968,-10]],[[214795,428618],[0,969]],[[214795,429587],[-2,4705]],[[201978,423908],[55,-1918],[16,-7760]],[[202049,414230],[-1129,-108]],[[200920,414122],[-15,3214]],[[200905,417336],[-2,2479],[-1118,-26]],[[199785,419789],[29,5937],[320,1081],[-11,7495]],[[201402,434297],[26,-1459],[436,-670],[159,-1784],[-185,-3985],[140,-2491]],[[204199,424684],[-292,-2572],[-164,468],[-589,-929],[-98,691],[-519,-162],[-107,1114],[-340,-603],[-112,1217]],[[203264,434210],[15,-1191],[530,-3758],[390,-4577]],[[199785,419789],[-1878,-31],[-2612,18]],[[195295,419776],[7,8024]],[[195302,427800],[-6,6461]],[[213087,423794],[-321,0]],[[212766,423794],[-1910,-39]],[[210856,423755],[-5,1618],[-319,2]],[[213118,434292],[7,-4708]],[[213125,429584],[-38,-5790]],[[214795,429587],[-1670,-3]],[[195302,427800],[-315,562],[-118,3255],[-531,-11],[-250,-2208],[-269,1599],[-807,-1146],[-299,857]],[[192713,430708],[-64,73]],[[176393,418012],[113,-5116],[-101,-2197],[49,-2635],[-263,-2403],[2,-5633]],[[176193,400028],[-1933,-7]],[[174260,400021],[29,16934],[-18,16297],[27,1004]],[[174260,400021],[-2037,36],[-1236,-1303]],[[170987,398754],[153,2224],[-118,2607],[482,3073],[266,298],[86,1838],[-89,2169],[75,3206],[-204,1481]],[[171638,415650],[673,9777]],[[206428,420505],[-1667,-25]],[[204761,420480],[-562,4204]],[[259893,427764],[3,-1604]],[[259896,426160],[-839,-53]],[[259057,426107],[-11,6459]],[[268642,434167],[-7,-5295]],[[268635,428872],[-365,-116]],[[268270,428756],[-705,-39]],[[267565,428717],[-4,5409]],[[254124,424678],[8,-1608]],[[254132,423070],[-1470,-13]],[[252662,423057],[3,4067]],[[269722,425964],[-798,-95]],[[268924,425869],[-10,2970],[-279,33]],[[267565,428717],[-860,-299]],[[266705,428418],[-211,275],[-56,2169]],[[271643,432655],[-7,-4586]],[[271636,428069],[-1327,2]],[[264140,431625],[-158,-803],[1,-2439]],[[263983,428383],[-165,-1]],[[263818,428382],[0,807],[-964,-2]],[[262854,429187],[-2,3620]],[[273206,432417],[-2,-3235]],[[273204,429182],[-418,-80],[-224,-1340]],[[272562,427762],[-923,-316]],[[271639,427446],[-3,623]],[[249843,432782],[-231,-3232]],[[249612,429550],[-356,-3635],[-528,-731]],[[248728,425184],[-4,2060],[-320,38],[7,1610]],[[289615,426960],[-382,-1335]],[[289233,425625],[-268,2542],[-150,-335],[-348,2458]],[[171638,415650],[-2672,-44],[-2017,13]],[[288052,429323],[-372,-1084]],[[287680,428239],[-781,-2648],[-748,-727]],[[286151,424864],[-265,1103]],[[285886,425967],[-463,1914]],[[274788,431483],[-1,-3962]],[[274787,427521],[-415,-1047]],[[274372,426474],[-540,317]],[[273832,426791],[-154,2374],[-474,17]],[[251355,429655],[-154,-1644],[-415,-1270],[-378,-47]],[[250408,426694],[-162,394],[-9,2476],[-625,-14]],[[262854,429187],[-1,-2903]],[[262853,426284],[-742,-74]],[[262111,426210],[-14,6508]],[[265423,430896],[0,-3263]],[[265423,427633],[-634,-31],[-321,800],[-485,-19]],[[188324,426976],[-114,-601]],[[188210,426375],[-465,-891],[-618,-2134],[-142,895],[-389,80]],[[293524,432082],[-12,-1259],[-325,-351]],[[293187,430472],[-27,1524]],[[293160,431996],[39,674]],[[262111,426210],[-369,-18]],[[261742,426192],[-685,-6]],[[261057,426186],[-5,1614]],[[294554,427872],[-875,-1167]],[[293679,426705],[-79,470]],[[293600,427175],[63,323]],[[293663,427498],[119,2121],[-126,535]],[[293656,430154],[90,1670],[410,854],[287,-1045]],[[257897,432590],[-1,-3261]],[[257896,429329],[-463,33],[-65,-3266]],[[257368,426096],[-903,15]],[[256465,426111],[-10,3233]],[[259057,426107],[-583,-24]],[[258474,426083],[2,2440],[-422,-1],[-158,807]],[[279572,429120],[-482,-6118]],[[279090,423002],[-351,-508],[-158,819],[-661,807],[-155,1381]],[[292539,430272],[83,-963]],[[292622,429309],[-118,-889]],[[292504,428420],[-590,975]],[[233369,432416],[31,-5977]],[[233400,426439],[-1091,87]],[[232309,426526],[-329,3028],[138,669]],[[234641,432399],[38,-6061]],[[234679,426338],[-801,63]],[[233878,426401],[-478,38]],[[235916,432377],[-1,-6119]],[[235915,426258],[-449,10]],[[235466,426268],[-787,70]],[[243584,430776],[5,-4002]],[[243589,426774],[-630,136]],[[242959,426910],[-660,-98]],[[242299,426812],[2,5570]],[[242299,426812],[-476,-61]],[[241823,426751],[-800,-120]],[[241023,426631],[-3,5735]],[[237187,432331],[-2,-6015]],[[237185,426316],[-604,-38]],[[236581,426278],[-666,-20]],[[238464,432355],[-1,-5921]],[[238463,426434],[-606,-50]],[[237857,426384],[-672,-68]],[[239742,432358],[1,-5855]],[[239743,426503],[-772,-67]],[[238971,426436],[-508,-2]],[[241023,426631],[-213,-26]],[[240810,426605],[-1067,-102]],[[284759,427514],[-273,768],[-697,261]],[[283789,428543],[-185,151],[-6,1967]],[[293187,430472],[-271,-1807],[244,3331]],[[195295,419776],[-1,-10465]],[[195294,409311],[0,-3031]],[[195294,406280],[-156,-665],[-2555,-5]],[[192583,405610],[1,135]],[[192584,405745],[-39,1805],[122,2542],[304,1923],[-230,5]],[[192741,412020],[-28,18688]],[[275819,428189],[-81,-1216],[-510,-2451]],[[275228,424522],[-441,-3]],[[274787,424519],[0,3002]],[[282497,422685],[-451,359],[271,1888],[-71,939],[431,2360],[16,986]],[[283789,428543],[-584,-2082],[-708,-3776]],[[192741,412020],[-2481,120]],[[190260,412140],[-95,1614]],[[190165,413754],[-27,14503]],[[266705,428418],[4,-3381]],[[266709,425037],[-283,-21]],[[266426,425016],[-1003,645]],[[265423,425661],[0,1972]],[[292970,430541],[-211,-2552],[-210,-378],[73,1698]],[[245070,427505],[-470,-582],[-146,-1016],[115,-2813],[-151,-420]],[[244418,422674],[-829,4100]],[[293663,427498],[-315,245]],[[293348,427743],[-288,1615]],[[293060,429358],[139,999],[457,-203]],[[290930,429020],[33,-2516],[-174,-1499],[76,-1477]],[[290865,423528],[-301,-1443],[-241,-92]],[[290323,421993],[-332,1496],[-16,2220],[-340,940]],[[289233,425625],[-418,-2203]],[[288815,423422],[-127,532]],[[288688,423954],[-1008,4285]],[[232309,426526],[155,-1143]],[[232464,425383],[-995,-12]],[[231469,425371],[-1105,-3]],[[291666,428183],[-6,-1402]],[[291660,426781],[-177,-793],[187,-1217],[-446,-2170]],[[291224,422601],[-359,927]],[[252662,423057],[2,-2183]],[[252664,420874],[-322,-1]],[[252342,420873],[-1598,9]],[[250744,420882],[-321,803]],[[250423,421685],[-15,5009]],[[214795,428618],[0,-4795]],[[214795,423823],[-1708,-29]],[[250423,421685],[-945,-94]],[[249478,421591],[-311,-17],[-6,2159],[-579,14]],[[248582,423747],[146,1437]],[[282497,422685],[136,-2142]],[[282633,420543],[-450,-3766]],[[282183,416777],[-753,1929]],[[281430,418706],[-282,1104],[-60,1366]],[[281088,421176],[343,3266],[-54,1256]],[[281377,425698],[-185,2188],[290,1510]],[[281088,421176],[-85,-1011],[-408,1094],[-38,-1088],[-480,1549]],[[280077,421720],[157,810],[68,2530],[527,4066]],[[293348,427743],[-53,-1237],[-451,497],[216,2355]],[[256465,426111],[5,-1623]],[[256470,424488],[-1206,27]],[[255264,424515],[0,261]],[[292504,428420],[-134,-1705]],[[292370,426715],[-710,66]],[[258474,426083],[-4,-2412]],[[258470,423671],[-889,5]],[[257581,423676],[-3,2416],[-210,4]],[[273832,426791],[-165,-804],[-57,-2449]],[[273610,423538],[-915,163]],[[272695,423701],[15,2450],[-148,1611]],[[263818,428382],[2,-6071],[59,-79]],[[263879,422232],[-1,-5]],[[263878,422227],[-1029,-28]],[[262849,422199],[4,4085]],[[280077,421720],[-106,-1566]],[[279971,420154],[-653,120],[-455,659]],[[278863,420933],[227,2069]],[[248582,423747],[-330,-1227],[-73,-1405],[-363,-2059]],[[247816,419056],[-702,92],[4,1628]],[[247118,420776],[13,6544]],[[268924,425869],[-64,-3813],[-274,84]],[[268586,422140],[-515,158],[-254,1409]],[[267817,423707],[174,1059],[2,2875],[277,1115]],[[267817,423707],[-635,190]],[[267182,423897],[2,1173],[-475,-33]],[[220562,428663],[2,-4872],[-317,7],[0,-1627]],[[220247,422171],[-287,-23]],[[219960,422148],[-1562,-10]],[[218398,422138],[-52,0]],[[218346,422138],[-2,6528]],[[225309,428632],[0,-6478]],[[225309,422154],[-1242,1]],[[224067,422155],[-2,6318]],[[221505,428382],[3,-6212]],[[221508,422170],[-1261,1]],[[218346,422138],[-1521,20]],[[216825,422158],[-55,-2]],[[216770,422156],[-7,6472]],[[216770,422156],[-1975,-23]],[[214795,422133],[0,1690]],[[227843,428638],[0,-6483]],[[227843,422155],[-1260,3]],[[226583,422158],[-9,0]],[[226574,422158],[-2,6478]],[[229113,425380],[-8,-3237]],[[229105,422143],[-1262,12]],[[226574,422158],[-1253,-4]],[[225321,422154],[-12,0]],[[284733,427326],[-651,-856],[-995,-3406],[-367,-2037]],[[282720,421027],[-87,-484]],[[190165,413754],[-530,18],[-2,802],[-456,2164],[59,2009],[-250,2239],[-310,-14],[-357,1412],[-183,1615],[74,2376]],[[224067,422155],[-8,0]],[[224059,422155],[-1261,5]],[[222798,422160],[0,5809]],[[265423,425661],[-341,-1036]],[[265082,424625],[-938,-40],[1,-1903],[-266,-450]],[[222798,422160],[-1257,8]],[[221541,422168],[-33,2]],[[278863,420933],[-360,-3256],[-302,-1293]],[[278201,416384],[-562,1959],[-401,-1171],[-297,845],[-366,-25]],[[276575,417992],[19,1314]],[[276594,419306],[179,812],[290,5226],[-200,1084],[227,1653]],[[288688,423954],[-466,-3820]],[[288222,420134],[-493,-1946]],[[287729,418188],[-773,3321]],[[286956,421509],[-805,3355]],[[276594,419306],[-123,1029],[-749,1490],[-494,2697]],[[271639,427446],[-58,-3551],[-110,16]],[[271471,423911],[-1324,215]],[[270147,424126],[-99,2084]],[[272695,423701],[-15,-2420],[-175,-1661]],[[272505,419620],[-793,132]],[[271712,419752],[19,2733],[-268,49],[8,1377]],[[285886,425967],[-397,-1498],[304,-5190]],[[285793,419279],[-424,-1382]],[[285369,417897],[-35,1119],[-345,857]],[[284989,419873],[-161,1874]],[[284828,421747],[-318,1084],[208,1376],[-107,1919],[122,1200]],[[261057,426186],[8,-3496]],[[261065,422690],[-374,7]],[[260691,422697],[-791,-21]],[[259900,422676],[0,530]],[[259900,423206],[-4,2954]],[[292731,427719],[-75,-1794],[-401,-1052],[179,2727],[297,119]],[[245853,427531],[-16,-6606]],[[245837,420925],[-6,-1698]],[[245831,419227],[-1653,137]],[[244178,419364],[22,898]],[[244200,420262],[218,2412]],[[274787,424519],[3,-1461]],[[274790,423058],[-309,-66]],[[274481,422992],[90,1247],[-199,2235]],[[247118,420776],[-1281,149]],[[284828,421747],[-989,-927],[-267,651],[-693,-2144]],[[282879,419327],[-159,1700]],[[244200,420262],[-1263,158]],[[242937,420420],[2,812]],[[242939,421232],[20,5678]],[[290323,421993],[609,-3619]],[[290932,418374],[-696,-1839]],[[290236,416535],[-114,1663]],[[290122,418198],[-1307,5224]],[[292370,426715],[-184,-1985],[143,-700]],[[292329,424030],[-474,-3179],[-254,-504]],[[291601,420347],[-383,1322],[6,932]],[[242939,421232],[-1108,36]],[[241831,421268],[-6,813]],[[241825,422081],[-2,4670]],[[274481,422992],[82,-1388],[-230,-2519]],[[274333,419085],[-58,-527]],[[274275,418558],[-502,43]],[[273773,418601],[49,4903],[-212,34]],[[241825,422081],[-931,-55]],[[240894,422026],[21,2915],[-105,1664]],[[240894,422026],[-478,-14]],[[240416,422012],[1,803],[-1426,-54]],[[238991,422761],[-20,3675]],[[233878,426401],[60,-5898]],[[233938,420503],[-1042,58]],[[232896,420561],[-163,921],[-269,3901]],[[238991,422761],[0,-2171]],[[238991,420590],[-1104,-44]],[[237887,420546],[-30,5838]],[[235466,426268],[95,-3437]],[[235561,422831],[-21,-4851]],[[235540,417980],[-1218,74]],[[234322,418054],[-79,2428],[-305,21]],[[190260,412140],[-1085,14]],[[189175,412154],[-1095,-4]],[[188080,412150],[-519,2499],[-397,-2608],[-336,-472],[101,2059],[-351,2219]],[[237887,420546],[-2,-2440]],[[237885,418106],[-1261,68]],[[236624,418174],[7,4610]],[[236631,422784],[-50,3494]],[[270147,424126],[-32,-4044]],[[270115,420082],[-784,126],[-762,580]],[[268569,420788],[17,1352]],[[262849,422199],[1,-796]],[[262850,421403],[-1157,-62]],[[261693,421341],[-3,1350]],[[261690,422691],[52,3501]],[[236631,422784],[-1070,47]],[[261690,422691],[-625,-1]],[[259900,423206],[-1060,-73],[0,-541]],[[258840,422592],[-370,1079]],[[257581,423676],[-3,-4054]],[[257578,419622],[-1105,9]],[[256473,419631],[1,2822]],[[256474,422453],[-4,2035]],[[232896,420561],[7,-55]],[[232903,420506],[-1276,-7]],[[231627,420499],[-157,10]],[[231470,420509],[-1,4862]],[[286956,421509],[-435,-1129],[-728,-1101]],[[266426,425016],[-87,-5114]],[[266339,419902],[-1291,820]],[[265048,420722],[34,3903]],[[210856,423755],[-18,-8096],[-651,-3]],[[210187,415656],[-1239,-9]],[[230364,425368],[0,-4857]],[[230364,420511],[0,-4861]],[[230364,415650],[-953,8]],[[229411,415658],[-308,1]],[[229103,415659],[2,6484]],[[231470,420509],[-1106,2]],[[267401,418295],[-101,-658]],[[267300,417637],[-828,69]],[[266472,417706],[25,2123],[-158,73]],[[267182,423897],[1,-3714],[212,-4],[6,-1884]],[[255264,424515],[-14,-6129]],[[255250,418386],[-5,-4933]],[[255245,413453],[-1127,-59]],[[254118,413394],[14,9676]],[[204761,420480],[44,-3995],[-107,-2111]],[[204698,414374],[-40,-1499]],[[204658,412875],[-515,-982],[-138,-1866]],[[204005,410027],[-269,-196],[-186,2235],[-440,1922],[-526,245]],[[202584,414233],[-535,-3]],[[265048,420722],[-23,-1666]],[[265025,419056],[-1141,243]],[[263884,419299],[-6,2928]],[[276575,417992],[2,-1690],[-338,-982]],[[276239,415320],[-807,669],[-645,-1057]],[[274787,414932],[1,1006]],[[274788,415938],[-1,2667]],[[274787,418605],[3,4453]],[[256474,422453],[-391,-1026],[-571,-2640],[86,-782]],[[255598,418005],[-348,381]],[[292681,417933],[-2,100]],[[292679,418033],[-411,-199],[-60,940],[-392,65],[-407,-1734]],[[291409,417105],[-97,1099]],[[291312,418204],[289,2143]],[[292329,424030],[617,-741],[71,-1974],[-164,-3756],[-172,374]],[[271712,419752],[-260,-1288]],[[271452,418464],[-1312,274]],[[270140,418738],[-25,1344]],[[290122,418198],[-263,-1712]],[[289859,416486],[-319,873],[49,-1506],[-196,-651]],[[289393,415202],[-235,1650]],[[289158,416852],[-265,413],[-399,2752],[-272,117]],[[160617,423926],[82,-1783],[339,-681],[-59,-1870],[-213,-1153]],[[160766,418439],[-393,-947],[-168,-2179],[-364,-1740],[-738,-94],[-15,-1615]],[[159088,411864],[-2483,10]],[[156605,411874],[10,3351]],[[164380,410189],[-1412,-44],[-74,-533],[-535,1856],[-381,-2584]],[[161978,408884],[-186,-741]],[[161792,408143],[-928,5114],[-31,2656],[120,1726],[-187,800]],[[268569,420788],[-30,-2813]],[[268539,417975],[-1138,320]],[[214795,422133],[0,-6444]],[[214795,415689],[6,-7987]],[[214801,407702],[-2099,-116]],[[212702,407586],[-2,8093],[66,8115]],[[212702,407586],[-979,-41]],[[211723,407545],[-1541,11]],[[210182,407556],[3,3232]],[[210185,410788],[2,4868]],[[249478,421591],[4,-3680]],[[249482,417911],[-1008,385],[-87,-647]],[[248387,417649],[-390,-864],[-421,-125],[-193,1284]],[[247383,417944],[433,1112]],[[273773,418601],[-955,197]],[[272818,418798],[-313,822]],[[258840,422592],[0,-2942]],[[258840,419650],[1,-653]],[[258841,418997],[-1263,-39]],[[257578,418958],[0,664]],[[291312,418204],[-380,170]],[[259900,422676],[0,-2968]],[[259900,419708],[-1060,-58]],[[274787,418605],[-454,480]],[[254118,413394],[-1462,-13]],[[252656,413381],[8,7493]],[[240416,422012],[-1,-5688]],[[240415,416324],[-1409,-76]],[[239006,416248],[-15,4342]],[[236624,418174],[-6,-1893]],[[236618,416281],[-1077,81]],[[235541,416362],[-1,1618]],[[260691,422697],[7,-5629]],[[260698,417068],[-1,-2446]],[[260697,414622],[-797,-40]],[[259900,414582],[0,5126]],[[261693,421341],[13,-4278]],[[261706,417063],[-1008,5]],[[256473,419631],[4,-4874]],[[256477,414757],[-917,-11]],[[255560,414746],[38,3259]],[[263884,419299],[17,-5164]],[[263901,414135],[-164,-21]],[[263737,414114],[-912,-29]],[[262825,414085],[5,1641]],[[262830,415726],[20,5677]],[[225321,422154],[-1,-6473]],[[225320,415681],[-642,-7]],[[224678,415674],[-618,2]],[[224060,415676],[-1,6479]],[[224060,415676],[-949,-1]],[[223111,415675],[-312,-4]],[[222799,415671],[-1,6489]],[[226583,422158],[-2,-6488]],[[226581,415670],[-307,0]],[[226274,415670],[-954,11]],[[216825,422158],[-7,-6476]],[[216818,415682],[-238,-3]],[[216580,415679],[-1785,10]],[[221541,422168],[6,-6503]],[[221547,415665],[-1532,-5]],[[220015,415660],[-43,2]],[[219972,415662],[-12,6486]],[[227843,422155],[-2,-6487]],[[227841,415668],[-1260,2]],[[229103,415659],[-1262,9]],[[219972,415662],[-1519,9]],[[218453,415671],[-56,3]],[[218397,415674],[1,6464]],[[218397,415674],[-1579,8]],[[222799,415671],[-1245,-6]],[[221554,415665],[-7,0]],[[241831,421268],[7,-4945]],[[241838,416323],[-1399,2]],[[240439,416325],[-24,-1]],[[284989,419873],[-135,-1158],[-365,-437],[-280,-1345]],[[284209,416933],[-135,-748],[-607,-656],[-188,-939]],[[283279,414590],[-400,4737]],[[250744,420882],[11,-4342]],[[250755,416540],[4,-2437],[-209,-17]],[[250550,414086],[-738,301],[-265,799]],[[249547,415186],[-65,2725]],[[281430,418706],[-459,-6339],[-226,-1900]],[[280745,410467],[-1192,6]],[[279553,410473],[143,1890],[-17,4331],[292,3460]],[[287729,418188],[-193,-522],[-134,-4476],[-402,-2750]],[[287e3,410440],[-272,4]],[[286728,410444],[-19,0]],[[286709,410444],[-635,4132],[-197,2069],[-508,1252]],[[262830,415726],[-1089,-10]],[[261741,415716],[-35,1347]],[[242937,420420],[-5,-5731]],[[242932,414689],[-936,53]],[[241996,414742],[-158,1581]],[[283279,414590],[33,-4171]],[[283312,410419],[-28,0]],[[283284,410419],[-1756,39]],[[281528,410458],[270,1944],[385,4375]],[[279553,410473],[-342,-2]],[[279211,410471],[-1285,-23]],[[277926,410448],[-70,2461],[345,3475]],[[252342,420873],[-474,-4214]],[[251868,416659],[-1113,-119]],[[247383,417944],[-442,-2539]],[[246941,415405],[-262,-106],[-246,2264],[-607,13]],[[245826,417576],[5,1651]],[[252656,413381],[-31,-1626]],[[252625,411755],[-759,5]],[[251866,411760],[2,4899]],[[270140,418738],[-33,-4034],[-98,-688]],[[270009,414016],[-637,319]],[[269372,414335],[-891,172]],[[268481,414507],[58,3468]],[[266472,417706],[-35,-1885]],[[266437,415821],[-1449,559]],[[264988,416380],[37,2676]],[[239006,416248],[0,-1219]],[[239006,415029],[-1115,-150]],[[237891,414879],[-6,3227]],[[206434,415636],[-263,-1609]],[[206171,414027],[-698,-18]],[[205473,414009],[-2,412],[-773,-47]],[[231627,420499],[-1,-4856]],[[231626,415643],[-637,4]],[[230989,415647],[-625,3]],[[232903,420506],[433,-2548],[-67,-1276],[313,-1051]],[[233582,415631],[-87,0]],[[233495,415631],[-1249,8]],[[232246,415639],[-620,4]],[[234322,418054],[138,-4323]],[[234460,413731],[-255,-671],[-623,2571]],[[244178,419364],[30,-3037],[165,-1715]],[[244373,414612],[-1128,56]],[[243245,414668],[-313,21]],[[289158,416852],[-454,-2262],[-196,-1986]],[[288508,412604],[-541,-2144]],[[287967,410460],[-967,-20]],[[286709,410444],[-918,-3]],[[285791,410441],[-606,-7]],[[285185,410434],[-592,-13]],[[284593,410421],[124,2546],[-179,2926],[-329,1040]],[[200905,417336],[-779,-15],[-5,-3273],[-315,52],[0,-1664],[-1412,-62],[0,-2430],[-1717,-16],[1,-809],[-1384,192]],[[272795,414723],[-423,-10],[-218,-1045],[-319,59],[-5,-1092],[-317,67]],[[271513,412702],[-96,1662],[35,4100]],[[272818,418798],[-23,-4075]],[[259900,414582],[-209,-308]],[[259691,414274],[-843,-20]],[[258848,414254],[-7,4743]],[[257578,418958],[2,-4763]],[[257580,414195],[0,-1081]],[[257580,413114],[-876,36]],[[256704,413150],[-229,10],[2,1597]],[[245826,417576],[-7,-4829]],[[245819,412747],[1,-1636],[-1253,29]],[[244567,411140],[-193,1581],[-1,1891]],[[264988,416380],[-41,-2986]],[[264947,413394],[-298,808],[-748,-67]],[[274788,415938],[-600,318]],[[274188,416256],[87,2302]],[[291409,417105],[453,-5673],[-67,-3974]],[[291795,407458],[-8,-68]],[[291787,407390],[-674,1374],[-215,1839]],[[290898,410603],[-464,1137],[-81,1797],[-341,1921]],[[290012,415458],[-13,49]],[[289999,415507],[237,1028]],[[258848,414254],[-240,-36]],[[258608,414218],[-1028,-23]],[[274188,416256],[-53,-2245],[-194,-1195]],[[273941,412816],[-1155,355]],[[272786,413171],[9,1552]],[[292681,417933],[179,-418],[-159,-5398],[-46,2228],[-255,-3465],[103,-763],[-505,-2576],[-203,-83]],[[271513,412702],[-9,-1621]],[[271504,411081],[-1056,287]],[[270448,411368],[-261,927],[22,1648],[-200,73]],[[281528,410458],[-678,3]],[[280850,410461],[-105,6]],[[249547,415186],[-334,-14],[-11,-1088],[-814,-276]],[[248388,413808],[-1,3841]],[[161792,408143],[-203,-1301],[-432,-149],[-282,-3313],[-609,-861]],[[160266,402519],[-794,177]],[[159472,402696],[52,1463]],[[159524,404159],[106,2863],[-398,-48],[-7,2486],[153,591],[-290,1813]],[[255560,414746],[183,-1655],[-78,-4758]],[[255665,408333],[-417,-12]],[[255248,408321],[-3,5132]],[[277926,410448],[-234,-9]],[[277692,410439],[-800,-6]],[[276892,410433],[-426,0]],[[276466,410433],[-22,3775],[-205,1112]],[[268481,414507],[-116,-2692]],[[268365,411815],[-1169,326]],[[267196,412141],[-43,3579],[147,1917]],[[289999,415507],[-235,-1943],[-206,-350]],[[289558,413214],[-165,1988]],[[237891,414879],[8,-3256]],[[237899,411623],[-1244,79]],[[236655,411702],[-37,4579]],[[235541,416362],[8,-4089]],[[235549,412273],[-763,19]],[[234786,412292],[-326,1439]],[[181375,413882],[-2,-6764]],[[181373,407118],[-6,-16110]],[[181367,391008],[-2649,0]],[[178718,391008],[-2525,9020]],[[248388,413808],[0,-544]],[[248388,413264],[-1641,72]],[[246747,413336],[194,2069]],[[267196,412141],[-24,-2179]],[[267172,409962],[-1117,398]],[[266055,410360],[17,1046]],[[266072,411406],[162,-81],[203,4496]],[[246747,413336],[32,-697]],[[246779,412639],[-960,108]],[[200920,414122],[-228,4],[1,-10296]],[[200693,403830],[-885,2]],[[199808,403832],[-4513,9]],[[195295,403841],[-1,2439]],[[261741,415716],[-55,-4023]],[[261686,411693],[-223,-17]],[[261463,411676],[-823,-18]],[[260640,411658],[57,2964]],[[284593,410421],[-604,-5]],[[283989,410416],[-677,3]],[[289558,413214],[-576,-1173]],[[288982,412041],[-434,587]],[[288548,412628],[-38,-23]],[[288510,412605],[-2,-1]],[[251866,411760],[-181,-2587]],[[251685,409173],[-599,19]],[[251086,409192],[-316,21],[-7,2708],[-211,269]],[[250552,412190],[-2,1896]],[[206688,415637],[-41,-6]],[[206647,415631],[-213,-1605]],[[206434,414026],[-263,1]],[[241996,414742],[-30,-6459]],[[241966,408283],[-4,0]],[[241962,408283],[-1090,94]],[[240872,408377],[8,1624],[-470,45]],[[240410,410046],[29,6279]],[[266072,411406],[-502,924],[-631,517]],[[264939,412847],[8,547]],[[240410,410046],[-1140,66]],[[239270,410112],[-272,4],[8,4913]],[[236655,411702],[-1,-802]],[[236654,410900],[-1104,25]],[[235550,410925],[-1,1348]],[[274786,410447],[-874,-18]],[[273912,410429],[29,2387]],[[274787,414932],[-1,-4485]],[[276466,410433],[-1406,8]],[[275060,410441],[-274,6]],[[188080,412150],[154,-1357],[-372,-847],[15,-4365],[-94,-1439],[-489,-27],[-259,-1246]],[[187035,402869],[-502,281],[-66,4178],[-5094,-210]],[[262825,414085],[-5,-3544]],[[262820,410541],[-613,-224]],[[262207,410317],[-419,17],[-102,1359]],[[216580,415679],[-8,-8083]],[[216572,407596],[-1771,-4]],[[214801,407592],[0,110]],[[218453,415671],[-6,-8082]],[[218447,407589],[-1806,7]],[[216641,407596],[-69,0]],[[156605,411874],[135,-4012]],[[156740,407862],[1,-964],[-483,-512],[-38,-1771],[225,-3191],[-238,-1152],[-36,-1898],[296,-1405],[109,-1803],[362,-938]],[[156938,394228],[-728,41],[-164,-808],[-645,-63],[-455,-694]],[[154946,392704],[-541,2801],[109,2093],[-386,5926],[150,3428],[-35,2228],[-194,3368],[-468,3106]],[[226274,415670],[1,-6485]],[[226275,409185],[-1,-1617]],[[226274,407568],[-1548,10]],[[224726,407578],[-50,3]],[[224676,407581],[2,8093]],[[224676,407581],[-1502,8]],[[223174,407589],[-61,1]],[[223113,407590],[-2,8085]],[[227841,415668],[2,-6478]],[[227843,409190],[-1568,-5]],[[229411,415658],[-2,-8099]],[[229409,407559],[-425,-1]],[[228984,407558],[-1141,12]],[[227843,407570],[0,1620]],[[220015,415660],[-6,-8093]],[[220009,407567],[-1504,22]],[[218505,407589],[-58,0]],[[170987,398754],[-249,-368]],[[170738,398386],[-2476,18]],[[168262,398404],[-1,696],[-1014,5147],[112,6217],[-310,-1673]],[[221554,415665],[-6,-8087]],[[221548,407578],[-1487,-3]],[[220061,407575],[-52,-8]],[[223113,407590],[-1493,-14]],[[221620,407576],[-72,2]],[[230989,415647],[1,-8092]],[[230990,407555],[-955,2]],[[230035,407557],[-626,2]],[[210185,410788],[-3283,6]],[[206902,410794],[415,545],[-67,968],[390,99],[54,1354],[-365,-16],[-165,-1868],[-731,-135]],[[206433,411741],[1,2285]],[[233495,415631],[0,-6461]],[[233495,409170],[-625,0]],[[232870,409170],[-626,1]],[[232244,409171],[2,6468]],[[232244,409171],[-1,-1611],[-687,-7]],[[231556,407553],[-566,2]],[[234786,412292],[-21,-1748],[-200,350],[-276,-2271]],[[234289,408623],[-168,539],[-626,8]],[[290898,410603],[-392,-2264]],[[290506,408339],[-409,2275],[-302,2865]],[[289795,413479],[217,1979]],[[250552,412190],[-498,-1355],[-387,-1885],[5,-2169]],[[249672,406781],[-468,-23]],[[249204,406758],[-627,-24]],[[248577,406734],[-163,3649],[-26,2881]],[[239270,410112],[-32,-1637]],[[239238,408475],[-1337,-78]],[[237901,408397],[-2,3226]],[[243245,414668],[-19,-5394]],[[243226,409274],[-941,82],[-5,-1096],[-314,23]],[[256704,413150],[-11,-4877]],[[256693,408273],[-517,45]],[[256176,408318],[-511,15]],[[272786,413171],[-213,31],[-15,-3018],[100,-1891]],[[272658,408293],[-850,-351]],[[271808,407942],[-304,3139]],[[244567,411140],[169,-1392]],[[244736,409748],[-1143,47],[1,-537]],[[243594,409258],[-368,16]],[[260640,411658],[-101,-1640]],[[260539,410018],[-888,-25]],[[259651,409993],[40,4281]],[[269372,414335],[-25,-1734],[207,-77],[64,-3317]],[[269618,409207],[-318,124],[-21,-1094],[-338,108],[-318,-1009]],[[268623,407336],[-310,141],[52,4338]],[[205473,414009],[-1,-3086]],[[205472,410923],[-407,495],[-407,1457]],[[270448,411368],[146,-862],[-65,-3237]],[[270529,407269],[-311,107]],[[270218,407376],[-615,748],[15,1083]],[[259651,409993],[-1,-1094]],[[259650,408899],[-829,-88]],[[258821,408811],[-213,-27]],[[258608,408784],[0,5434]],[[202584,414233],[137,-2936],[562,-2151],[-209,-2932],[145,-2133]],[[203219,404081],[-612,-329]],[[202607,403752],[-1914,78]],[[204005,410027],[367,-1170],[-102,-1326]],[[204270,407531],[-525,-3718],[-328,267]],[[203417,404080],[-198,1]],[[258608,408784],[-389,-585],[-532,8]],[[257687,408207],[-86,542],[-21,4365]],[[264939,412847],[-109,-226],[-59,-4847]],[[264771,407774],[-700,215]],[[264071,407989],[-317,28]],[[263754,408017],[-17,6097]],[[263754,408017],[1,-413],[-936,-24]],[[262819,407580],[1,2961]],[[206433,411741],[-1,-3287]],[[206432,408454],[13,-903]],[[206445,407551],[-516,-5958],[-264,-2164]],[[205665,399429],[-5,0]],[[205660,399429],[-187,-2],[-3,8127]],[[205470,407554],[2,3369]],[[206902,410794],[-80,-2161],[-167,812],[-223,-991]],[[290506,408339],[-301,-1740]],[[290205,406599],[-214,1002]],[[289991,407601],[-385,1831],[-352,446],[-281,1743]],[[288973,411621],[822,1858]],[[255248,408321],[1,-2424]],[[255249,405897],[-1194,77]],[[254055,405974],[-17,3810]],[[254038,409784],[80,3610]],[[254038,409784],[-270,-622],[-1139,-17]],[[252629,409145],[-4,2610]],[[248577,406734],[-633,-33]],[[247944,406701],[-412,-2]],[[247532,406699],[2,2166],[-201,554],[5,1620],[-635,683]],[[246703,411722],[76,917]],[[273912,410429],[-309,-2118]],[[273603,408311],[-264,-1244]],[[273339,407067],[6,599],[-687,627]],[[257687,408207],[-84,-2441]],[[257603,405766],[-705,61]],[[256898,405827],[-209,8],[4,2438]],[[205470,407554],[-1200,-23]],[[266055,410360],[-47,-3101]],[[266008,407259],[-855,352]],[[265153,407611],[-382,163]],[[246703,411722],[-132,-1725],[183,-3269]],[[246754,406728],[-92,-2345]],[[246662,404383],[-900,73]],[[245762,404456],[-253,771],[-419,2924]],[[245090,408151],[-354,1597]],[[288982,412041],[-534,-3560],[147,-1015],[-73,-1880],[204,-1804]],[[288726,403782],[-376,-1333],[-304,88]],[[288046,402537],[-18,1506]],[[288028,404043],[-61,6417]],[[288510,412605],[38,23]],[[251086,409192],[2,-5734],[-320,52]],[[250768,403510],[-1088,3],[-8,3268]],[[235550,410925],[3,-4037]],[[235553,406888],[-1398,56]],[[234155,406944],[134,1679]],[[192584,405745],[-2935,12],[-153,2687],[-321,1686]],[[189175,410130],[0,2024]],[[189175,410130],[1,-4419],[-152,2],[6,-8099]],[[189030,397614],[-1545,14],[-447,229]],[[187038,397857],[-3,5012]],[[268623,407336],[-26,-1603]],[[268597,405733],[-717,218],[40,496],[-788,178]],[[267132,406625],[40,3337]],[[159524,404159],[-693,578],[2,-532],[-1674,-52]],[[157159,404153],[9,3692],[-428,17]],[[252629,409145],[5,-3808]],[[252634,405337],[-318,9],[-371,2452],[-255,17],[-5,1358]],[[262207,410317],[-5,-3506]],[[262202,406811],[-729,-13]],[[261473,406798],[-10,4878]],[[261473,406798],[1,-1345]],[[261474,405453],[-925,-9]],[[260549,405444],[-10,4574]],[[247532,406699],[-778,29]],[[237901,408397],[-2,-1616]],[[237899,406781],[-1252,49]],[[236647,406830],[7,4070]],[[289991,407601],[-61,-2065],[-434,1889],[-494,-3193]],[[289002,404232],[-350,2027]],[[288652,406259],[12,7]],[[288664,406266],[-51,2043]],[[288613,408309],[-8,430]],[[288605,408739],[368,2882]],[[164781,405356],[-1401,-15],[-152,1283],[-273,170],[-234,-1182],[-772,-1245]],[[161949,404367],[29,4517]],[[271808,407942],[-352,-103],[16,-1874],[-379,-569]],[[271093,405396],[-587,184],[23,1689]],[[236647,406830],[-6,-1351]],[[236641,405479],[-1087,27]],[[235554,405506],[-1,1382]],[[210182,407556],[-20,1]],[[210162,407557],[-2635,-8]],[[207527,407549],[-1082,2]],[[168262,398404],[-491,-22],[-237,-2422],[1,-1714],[313,16],[-13,-8145],[-697,1]],[[167138,386118],[-482,2257]],[[166656,388375],[-55,3726],[-157,-50],[-42,4120],[307,671],[-2,1728],[-666,42]],[[166041,398612],[-32,2039],[-419,1034]],[[165590,401685],[652,1617],[543,5284]],[[291787,407390],[22,-3591],[-686,-1401]],[[291123,402398],[-572,644]],[[290551,403042],[14,1877],[-360,1680]],[[262819,407580],[-2,-848]],[[262817,406732],[-615,79]],[[283284,410419],[-281,-1862],[-298,-5500]],[[282705,403057],[-115,-74]],[[282590,402983],[-298,3217]],[[282292,406200],[-167,1078],[132,1025],[-513,247]],[[281744,408550],[-440,1436],[-237,-1383],[-192,274]],[[280875,408877],[-25,1584]],[[280875,408877],[-278,-307],[-96,-1937]],[[280501,406633],[-526,345]],[[279975,406978],[-386,1376],[-475,-3170],[-283,767]],[[278831,405951],[380,4520]],[[278831,405951],[-568,-2831]],[[278263,403120],[-600,-2270]],[[277663,400850],[29,9589]],[[288028,404043],[-186,-68]],[[287842,403975],[-578,293],[198,3147],[-296,-282]],[[287166,407133],[-438,3311]],[[276892,410433],[-365,-5307]],[[276527,405126],[-123,314]],[[276404,405440],[-598,2940],[-675,502]],[[275131,408882],[-71,1559]],[[277663,400850],[0,-206]],[[277663,400644],[-557,1424],[-342,-761]],[[276764,401307],[-239,1285]],[[276525,402592],[2,2534]],[[287166,407133],[-74,-2015],[-419,-1267],[83,1880],[-379,-1384]],[[286377,404347],[-194,1934],[-292,888],[-100,3272]],[[275131,408882],[-285,-1378],[11,-1745]],[[274857,405759],[-140,-755]],[[274717,405004],[-207,396]],[[274510,405400],[-283,562],[-368,2261],[-256,88]],[[286377,404347],[69,-1031],[-251,-2457],[-293,640]],[[285902,401499],[0,2434],[-506,6],[2,-1756],[256,-748]],[[285654,401435],[-221,-442]],[[285433,400993],[-513,2542]],[[284920,403535],[-27,1753],[292,5146]],[[284920,403535],[-797,69]],[[284123,403604],[171,2561],[-558,2378],[253,1873]],[[284123,403604],[-2,-8]],[[284121,403596],[-805,-2420]],[[283316,401176],[-301,1526],[-310,355]],[[267132,406625],[-296,-2585]],[[266836,404040],[-607,26]],[[266229,404066],[40,3087],[-261,106]],[[192583,405610],[37,-825],[-294,-4891],[-129,-5401],[227,-2018],[156,-4770]],[[192580,387705],[-3568,0],[0,191]],[[189012,387896],[18,9718]],[[240872,408377],[-43,-5375]],[[240829,403002],[-232,408],[-163,-2184]],[[240434,401226],[-711,2931]],[[239723,404157],[-347,980],[-138,3338]],[[260549,405444],[-153,-1912]],[[260396,403532],[-746,-50]],[[259650,403482],[0,5417]],[[281744,408550],[-325,-479],[-251,-3773]],[[281168,404298],[-330,1391]],[[280838,405689],[-337,944]],[[245090,408151],[-786,-2744],[61,-2460]],[[244365,402947],[-779,381]],[[243586,403328],[8,5930]],[[254055,405974],[-144,-1904]],[[253911,404070],[-1278,-83]],[[252633,403987],[1,1350]],[[243586,403328],[-1650,162]],[[241936,403490],[26,4793]],[[270218,407376],[-23,-1681],[-315,124],[-26,-1652]],[[269854,404167],[-626,216],[-9,-491],[-644,-24]],[[268575,403868],[22,1865]],[[227843,407570],[-4,-4859]],[[227839,402711],[-1559,8]],[[226280,402719],[-6,4849]],[[232870,409170],[-17,-4355]],[[232853,404815],[-53,-3774]],[[232800,401041],[-1244,5]],[[231556,401046],[0,6507]],[[234155,406944],[373,-2132]],[[234528,404812],[-590,6]],[[233938,404818],[-1085,-3]],[[252633,403987],[0,-2970]],[[252633,401017],[-933,24]],[[251700,401041],[-932,31]],[[250768,401072],[0,2438]],[[279975,406978],[-539,-3798],[-360,-1739]],[[279076,401441],[-431,1393],[-382,286]],[[273339,407067],[-230,-1522]],[[273109,405545],[-695,-2161]],[[272414,403384],[-195,1249],[-314,-1223],[-55,-1445],[-293,114],[-131,-1044]],[[271426,401035],[10,997],[-367,905],[24,2459]],[[276404,405440],[-240,-950],[-479,-156]],[[275685,404334],[-828,1425]],[[259650,403482],[-372,-61]],[[259278,403421],[-462,-45]],[[258816,403376],[5,5435]],[[161949,404367],[-299,-280],[-426,-2782],[0,-3647]],[[161224,397658],[-376,-706]],[[160848,396952],[-363,-449],[-90,-981],[-129,6997]],[[258816,403376],[-362,-36]],[[258454,403340],[-695,149]],[[257759,403489],[-4,2280],[-152,-3]],[[282292,406200],[-394,-2354],[-185,-1907]],[[281713,401939],[-545,2359]],[[239723,404157],[-203,523],[-147,-1561],[-300,-406],[-194,-1441],[-195,1193]],[[238684,402465],[-29,-1189],[-453,360],[-301,-768]],[[237901,400868],[-2,5913]],[[241936,403490],[-12,-1887]],[[241924,401603],[-322,44]],[[241602,401647],[-773,1355]],[[256176,408318],[-109,-1613],[-6,-4868]],[[256061,401837],[-1014,8]],[[255047,401845],[202,1649],[0,2403]],[[256898,405827],[-7,-2443],[-310,8],[-2,-3248]],[[256579,400144],[-520,69]],[[256059,400213],[2,1624]],[[274510,405400],[-752,-2906]],[[273758,402494],[-136,1719],[-196,-664]],[[273426,403549],[-49,2100],[-268,-104]],[[246361,401187],[-1284,58],[-7,-1638],[-209,11]],[[244861,399618],[-414,50]],[[244447,399668],[-82,3279]],[[245762,404456],[468,-1904],[131,-1365]],[[264071,407989],[93,-711],[-59,-4822]],[[264105,402456],[-1299,240]],[[262806,402696],[11,4036]],[[265153,407611],[-83,-5848]],[[265070,401763],[-704,292]],[[264366,402055],[-261,401]],[[157159,404153],[-103,-1293],[316,-1811],[516,-796],[-42,-2231],[424,-2417]],[[158270,395605],[-153,-1117]],[[158117,394488],[-193,-2961],[-454,-702]],[[157470,390825],[-532,3403]],[[214801,407592],[7,-8099]],[[214808,399493],[2,-1604]],[[214810,397889],[-3111,-174]],[[211699,397715],[24,9830]],[[289029,404122],[-16,45]],[[289013,404167],[-11,65]],[[290551,403042],[-150,-2724]],[[290401,400318],[-533,654],[-508,1437],[-331,1713]],[[223174,407589],[-9,-8099]],[[223165,399490],[-1516,-10]],[[221649,399480],[-38,0]],[[221611,399480],[9,8096]],[[265463,401619],[-346,126]],[[265117,401745],[-47,18]],[[266229,404066],[-541,-2162],[-225,-285]],[[216641,407596],[-7,-8066]],[[216634,399530],[-241,-6]],[[216393,399524],[-1585,-31]],[[218505,407589],[-3,-8092]],[[218502,399497],[-253,0]],[[218249,399497],[-1615,33]],[[224726,407578],[-8,-6473]],[[224718,401105],[0,-1621]],[[224718,399484],[-1525,8]],[[223193,399492],[-28,-2]],[[220061,407575],[-7,-8104]],[[220054,399471],[-1552,26]],[[228984,407558],[-8,-6447]],[[228976,401111],[-4,-1634]],[[228972,399477],[-1137,-7]],[[227835,399470],[4,3241]],[[226280,402719],[-2,-1625]],[[226278,401094],[-1560,11]],[[221611,399480],[-1512,-5]],[[220099,399475],[-45,-4]],[[230035,407557],[-404,-3028],[468,-4114],[473,-185]],[[230572,400230],[-5,-2410],[-307,8]],[[230260,397828],[0,542],[-975,290],[5,2433],[-314,18]],[[207527,407549],[-7,-8122]],[[207520,399427],[-1032,5]],[[206488,399432],[-823,-3]],[[210162,407557],[-14,-13021],[-936,36]],[[209212,394572],[12,4830],[-1704,25]],[[231556,401046],[-18,-1625]],[[231538,399421],[-118,1200],[-442,280],[-406,-671]],[[211699,397715],[-29,-7916]],[[211670,389799],[2,-1622],[-925,-165]],[[210747,388012],[-1530,111]],[[209217,388123],[-5,6449]],[[205660,399429],[4,-8051]],[[205664,391378],[-1785,-68]],[[203879,391310],[176,2110],[-338,2531],[-236,-28],[-218,2136]],[[203263,398059],[20,4732],[134,1289]],[[271426,401035],[-87,-662]],[[271339,400373],[-1426,435]],[[269913,400808],[-59,3359]],[[187038,397857],[-586,-3353],[17,-2559],[-254,-958],[-384,92],[-188,-2026]],[[185643,389053],[-4276,11]],[[181367,389064],[0,1944]],[[280838,405689],[20,-2091],[-220,-1799],[43,-1667],[-291,-1467]],[[280390,398665],[-1091,2059],[-223,717]],[[235554,405506],[-2,-5520]],[[235552,399986],[-482,732]],[[235070,400718],[-348,1876],[57,1415],[-251,803]],[[262806,402696],[-686,37]],[[262120,402733],[-425,22],[-218,-746]],[[261477,402009],[-3,3444]],[[237901,400868],[-183,147],[-782,-1329]],[[236936,399686],[-300,1183]],[[236636,400869],[5,4610]],[[250768,401072],[-307,-8],[0,-3525]],[[250461,397539],[-935,2],[-151,-542]],[[249375,396999],[-164,-3]],[[249211,396996],[-7,9762]],[[249211,396996],[-1245,20]],[[247966,397016],[-6,4876]],[[247960,401892],[-16,4809]],[[164769,402898],[-1779,-16],[-231,-508],[-692,-3277],[-169,-1785],[-674,346]],[[247960,401892],[-463,-687],[1,-945],[-743,197],[-64,-1253]],[[246691,399204],[-29,5179]],[[268575,403868],[-39,-2983]],[[268536,400885],[-64,-729]],[[268472,400156],[-1582,537]],[[266890,400693],[-54,3347]],[[282590,402983],[-306,-3506]],[[282284,399477],[-571,2462]],[[195295,403841],[-25,-16136]],[[195270,387705],[-2690,0]],[[255047,401845],[-69,-1900]],[[254978,399945],[-895,326]],[[254083,400271],[-160,-18]],[[253923,400253],[-12,3817]],[[273426,403549],[-646,-1538]],[[272780,402011],[-366,1373]],[[257759,403489],[-152,-219],[7,-3170]],[[257614,400100],[-1035,44]],[[275685,404334],[85,-2807]],[[275770,401527],[-169,-2411]],[[275601,399116],[-203,-165]],[[275398,398951],[-825,1176]],[[274573,400127],[195,794],[-216,1514],[165,2569]],[[281713,401939],[-331,-4249]],[[281382,397690],[-453,-530]],[[280929,397160],[-54,1697],[-336,-1326],[-249,538]],[[280290,398069],[100,596]],[[236636,400869],[-257,453],[-437,-2067],[-407,-128]],[[235535,399127],[17,859]],[[261477,402009],[-400,-1353]],[[261077,400656],[-346,-1150],[-342,-59]],[[260389,399447],[7,4085]],[[276525,402592],[-354,-957],[-401,-108]],[[274573,400127],[-368,-1330]],[[274205,398797],[-236,255]],[[273969,399052],[-281,3046],[70,396]],[[233938,404818],[-18,-6982]],[[233920,397836],[-872,234]],[[233048,398070],[-272,169],[24,2802]],[[235070,400718],[-349,74],[-25,-3937]],[[234696,396855],[-411,-173]],[[234285,396682],[-361,-327],[-4,1481]],[[159472,402696],[-103,-2315],[298,-2192],[9,-2579]],[[159676,395610],[-1406,-5]],[[240434,401226],[-265,-1911],[27,-1099]],[[240196,398216],[-322,-2537]],[[239874,395679],[-1243,272]],[[238631,395951],[53,6514]],[[272780,402011],[-162,-1543]],[[272618,400468],[-357,-942],[-433,-2022]],[[271828,397504],[-465,1315]],[[271363,398819],[-24,1554]],[[246691,399204],[104,-2426],[318,-370]],[[247113,396408],[-268,-1767],[-327,1147]],[[246518,395788],[-157,5399]],[[269913,400808],[-106,32],[-45,-3310]],[[269762,397530],[-314,137]],[[269448,397667],[30,1913],[-311,800],[-631,505]],[[273969,399052],[-615,-1858]],[[273354,397194],[-359,392]],[[272995,397586],[-242,74],[-135,2808]],[[288046,402537],[11,-942]],[[288057,401595],[-639,-5]],[[287418,401590],[-372,-2533],[-163,577],[-139,-1617],[-138,1747],[461,4160],[775,51]],[[203263,398059],[-1079,33]],[[202184,398092],[232,2578],[24,2143],[167,939]],[[253923,400253],[-983,-53]],[[252940,400200],[-307,817]],[[266890,400693],[-89,-2651]],[[266801,398042],[-801,-648]],[[266e3,397394],[-555,16],[18,4209]],[[285902,401499],[-150,-622]],[[285752,400877],[-98,558]],[[285433,400993],[-397,-2058]],[[285036,398935],[-134,518]],[[284902,399453],[-167,-26],[-614,4169]],[[199808,403832],[101,-2046]],[[199909,401786],[-296,-714]],[[199613,401072],[-737,-3251],[-270,662],[-334,-354],[-440,-2814],[-665,-1480],[1,-2999]],[[197168,390836],[-2,-3131],[-1896,0]],[[202184,398092],[-58,-1116]],[[202126,396976],[-415,809],[-150,-1174],[-541,1039],[-198,1577],[-600,-2],[-313,2561]],[[289289,396094],[-480,-882],[-190,-1251],[-469,-135]],[[288150,393826],[-70,5854]],[[288080,399680],[-23,1915]],[[288726,403782],[311,-1995],[21,-3695],[231,-1998]],[[258454,403340],[32,-5425],[144,8]],[[258630,397923],[2,-1078]],[[258632,396845],[-1016,28]],[[257616,396873],[-2,3227]],[[260389,399447],[-315,-33],[3,-1128]],[[260077,398286],[-173,-511],[-611,176]],[[259293,397951],[-15,5470]],[[244447,399668],[-615,99],[-12,-1654]],[[243820,398113],[-1328,97]],[[242492,398210],[16,3269],[-584,124]],[[284902,399453],[-317,-3074]],[[284585,396379],[-327,-588]],[[284258,395791],[-575,2284]],[[283683,398075],[-376,337],[-185,1327],[194,1437]],[[259293,397951],[-663,-28]],[[241246,396473],[-791,166],[-259,1577]],[[241602,401647],[-356,-5174]],[[279076,401441],[-306,-3713],[122,-2044],[-246,-2142]],[[278646,393542],[-601,2684]],[[278045,396226],[-22,130]],[[278023,396356],[164,2029],[-157,242],[174,1961],[-541,56]],[[291123,402398],[69,-689],[-433,-4685],[-217,-1125],[-299,-2],[197,2821],[-39,1600]],[[283683,398075],[-584,-3904]],[[283099,394171],[-333,1776]],[[282766,395947],[-855,1322]],[[281911,397269],[373,2208]],[[164778,400098],[2,-985]],[[164780,399113],[3,-842]],[[164783,398271],[-389,10],[-272,-829],[-495,64],[-430,-2100],[-547,1772],[-795,-2034],[-254,-3502]],[[161601,391652],[-950,430]],[[160651,392082],[48,3551],[149,1319]],[[264366,402055],[-167,-4639]],[[264199,397416],[-520,1367]],[[263679,398783],[-327,-384]],[[263352,398399],[-336,1361],[-212,-782]],[[262804,398978],[2,3718]],[[262120,402733],[-187,-6686]],[[261933,396047],[-9,-343]],[[261924,395704],[-187,-294]],[[261737,395410],[-674,-15]],[[261063,395395],[14,5261]],[[262804,398978],[-161,-1387]],[[262643,397591],[-710,-1544]],[[227835,399470],[-1,-3241]],[[227834,396229],[-1551,10]],[[226283,396239],[-5,4855]],[[160651,392082],[-328,7]],[[160323,392089],[-249,595],[-92,1588],[-306,1338]],[[276764,401307],[-43,-2135]],[[276721,399172],[-197,-2650],[-527,-489]],[[275997,396033],[78,1671],[-474,1412]],[[238631,395951],[-2,-269]],[[238629,395682],[-940,177],[-5,-542],[-774,158]],[[236910,395475],[26,4211]],[[278023,396356],[-421,199],[-771,1158],[-110,1459]],[[264942,392757],[-495,1045]],[[264447,393802],[-4,881]],[[264443,394683],[-244,2733]],[[265117,401745],[-175,-8988]],[[281911,397269],[-117,-636]],[[281794,396633],[-412,1057]],[[247966,397016],[-356,-13],[-7,-1413]],[[247603,395590],[-490,818]],[[286601,396690],[-270,-2438],[180,3428],[90,-990]],[[288080,399680],[-243,-645],[-318,-3541]],[[287519,395494],[-452,119]],[[287067,395613],[-237,-813],[-18,1649],[166,2200],[440,2941]],[[256059,400213],[0,-4914]],[[256059,395299],[-785,-99]],[[255274,395200],[-296,4745]],[[202126,396976],[391,-1636],[384,-265],[-241,-1239],[-125,-2430],[202,-1122],[70,-1956],[300,-2059]],[[203107,386269],[-2100,52],[-1,-5185]],[[201006,381136],[-1582,2]],[[199424,381138],[-184,2879]],[[199240,384017],[376,1],[-3,6826]],[[199613,390844],[0,10228]],[[266e3,397394],[-90,-7128]],[[265910,390266],[-554,2430]],[[265356,392696],[-414,61]],[[242492,398210],[-119,-2235],[32,-2529],[-220,-3074]],[[242185,390372],[-394,741],[-91,1045]],[[241700,392158],[-289,3405]],[[241411,395563],[-165,910]],[[166041,398612],[-586,525],[-675,-24]],[[280290,398069],[-483,-2836],[-192,-318],[-231,-2313]],[[279384,392602],[-347,1620],[-177,-1641]],[[278860,392581],[-214,961]],[[285904,391677],[-438,651]],[[285466,392328],[40,2580],[-96,1946],[-374,2081]],[[285752,400877],[17,-34]],[[285769,400843],[123,37]],[[285892,400880],[302,-2195],[-274,-289],[359,-1162],[-397,-2847],[22,-2710]],[[236910,395475],[-14,-1566]],[[236896,393909],[-1362,260]],[[235534,394169],[1,3667]],[[235535,397836],[0,1291]],[[246518,395788],[-459,-1047],[-357,-130]],[[245702,394611],[-426,36],[-426,2233]],[[244850,396880],[11,2738]],[[230260,397828],[-3,-3239]],[[230257,394589],[-1081,7]],[[229176,394596],[-204,1767],[0,3114]],[[199613,390844],[-2445,-8]],[[226283,396239],[-1,-1625]],[[226282,394614],[-1549,-5]],[[224733,394609],[-15,4875]],[[233048,398070],[-2,-3479]],[[233046,394591],[-1241,3]],[[231805,394594],[-1,4258],[-266,569]],[[251700,401041],[-3,-5671],[315,56]],[[252012,395426],[-4,-1645]],[[252008,393781],[-1234,-55],[-1,-1621]],[[250773,392105],[-323,107]],[[250450,392212],[11,5327]],[[252940,400200],[-3,-4846]],[[252937,395354],[-925,72]],[[231805,394594],[2,-2436]],[[231807,392158],[-1134,-2]],[[230673,392156],[-105,1611],[-311,822]],[[269448,397667],[-55,-3546],[-336,-2]],[[269057,394119],[-207,85]],[[268850,394204],[-308,109],[-130,1734]],[[268412,396047],[60,4109]],[[270916,394754],[20,1086],[-281,1702],[-269,-1234]],[[270386,396308],[9,758],[-633,464]],[[271363,398819],[-98,-3218],[-349,-847]],[[235535,397836],[-738,278],[-101,-1259]],[[268412,396047],[-1128,225],[-164,1037]],[[267120,397309],[-319,733]],[[261063,395395],[-665,-1817]],[[260398,393578],[-311,-147]],[[260087,393431],[-10,4855]],[[272995,397586],[-322,-2153]],[[272673,395433],[-626,51]],[[272047,395484],[-219,2020]],[[255274,395200],[-23,-931]],[[255251,394269],[-1050,-45]],[[254201,394224],[-106,0]],[[254095,394224],[-12,6047]],[[254095,394224],[-871,-49]],[[253224,394175],[-287,84],[0,1095]],[[257616,396873],[-2,-1632]],[[257614,395241],[-617,-10]],[[256997,395231],[-542,-4]],[[256455,395227],[-396,72]],[[275398,398951],[-49,-2705],[-193,-1560],[-17,-2747]],[[275139,391939],[-179,223]],[[274960,392162],[-177,2249],[-237,821]],[[274546,395232],[-309,1940],[-32,1625]],[[178718,391008],[0,-11659],[-2488,-10],[-9,-22498]],[[176221,356841],[9,-15660]],[[176230,341181],[-3544,18062]],[[172686,359243],[1,19187],[-1464,8789]],[[171223,387219],[-1407,8282],[-2,1512],[924,1373]],[[244850,396880],[-2,-2773],[-421,28],[-7,-2523]],[[244420,391612],[-356,-627],[-262,515]],[[243802,391500],[-20,-7]],[[243782,391493],[38,6620]],[[263352,398399],[22,-5065]],[[263374,393334],[-124,-465]],[[263250,392869],[-377,1491]],[[262873,394360],[-210,810]],[[262663,395170],[-20,2421]],[[288150,393826],[43,-3599]],[[288193,390227],[-151,927],[-491,-152]],[[287551,391002],[-166,1427],[180,785]],[[287565,393214],[-46,2280]],[[218249,399497],[-18,-8071]],[[218231,391426],[-863,14]],[[217368,391440],[-992,-7]],[[216376,391433],[17,8091]],[[216376,391433],[-231,-10]],[[216145,391423],[-1332,-39]],[[214813,391384],[-3,6505]],[[223193,399492],[-14,-8122]],[[223179,391370],[-1512,-4]],[[221667,391366],[-36,-1]],[[221631,391365],[18,8115]],[[220099,399475],[-16,-8095]],[[220083,391380],[-260,15]],[[219823,391395],[-1228,34]],[[218595,391429],[-364,-3]],[[229176,394596],[-104,-1079],[-8,-3775]],[[229064,389742],[-1230,0]],[[227834,389742],[0,6487]],[[224733,394609],[-4,-3237]],[[224729,391372],[-1523,-3]],[[223206,391369],[-27,1]],[[221631,391365],[-1548,15]],[[285466,392328],[-31,-1556]],[[285435,390772],[-7,-2276]],[[285428,388496],[-134,1401],[-606,809],[-230,-837],[-81,1376]],[[284377,391245],[169,2219]],[[284546,393464],[298,1555],[-259,1360]],[[206488,399432],[13,-4858],[-121,-1295],[371,-47],[-10,-2736]],[[206741,390496],[-830,-42],[-247,924]],[[209217,388123],[-2473,-52]],[[206744,388071],[-3,2425]],[[264443,394683],[-524,-1280]],[[263919,393403],[-110,901],[24,2588],[-154,1891]],[[278045,396226],[-294,-515],[-232,-1658],[80,-1120],[-325,-2167]],[[277274,390766],[-416,1407],[-243,-3513],[-463,-1711],[-244,275],[-358,-1593]],[[275550,385631],[171,2537],[-267,3168]],[[275454,391336],[428,949],[115,3748]],[[166656,388375],[-699,3239]],[[165957,391614],[-901,4159]],[[165056,395773],[-269,1240],[-4,1258]],[[275454,391336],[-315,603]],[[274546,395232],[-268,-471],[-788,-2996]],[[273490,391765],[-200,1393],[150,994],[-86,3042]],[[280929,397160],[39,-1197],[-240,-2110]],[[280728,393853],[-452,-1704],[-259,-2493]],[[280017,389656],[-633,2946]],[[263919,393403],[-308,-257]],[[263611,393146],[-237,188]],[[272047,395484],[-122,-4567],[68,-1111]],[[271993,389806],[-308,-1084],[-178,1340]],[[271507,390062],[-213,1013]],[[271294,391075],[-378,3679]],[[171223,387219],[-1840,-10801],[-214,48]],[[169169,376466],[-2031,9652]],[[260087,393431],[-260,-1361]],[[259827,392070],[-266,627],[-811,-80]],[[258750,392617],[-16,4231],[-102,-3]],[[234285,396682],[0,-4534]],[[234285,392148],[-1239,4]],[[233046,392152],[0,2439]],[[165056,395773],[67,-1276],[-536,-3016]],[[164587,391481],[-681,-2964],[-867,-752],[-370,962],[-735,-860]],[[161934,387867],[-256,3852],[-77,-67]],[[243782,391493],[-600,-672],[-237,-1354]],[[242945,389467],[-301,-676],[-459,1581]],[[241411,395563],[-330,-4505],[-622,73]],[[240459,391131],[-612,170]],[[239847,391301],[27,4378]],[[284258,395791],[-146,-762]],[[284112,395029],[62,-330]],[[284174,394699],[109,-599]],[[284283,394100],[166,-999]],[[284449,393101],[22,-1315],[-319,-1468],[-235,541]],[[283917,390859],[-818,3312]],[[203879,391310],[232,-1351],[-63,-2148],[-283,-1101]],[[203765,386710],[-658,-441]],[[235534,394169],[-3,-2030]],[[235531,392139],[-1246,9]],[[267120,397309],[10,-7398]],[[267130,389911],[-689,1520],[-363,-1183]],[[266078,390248],[-168,18]],[[189012,387896],[-1284,-154]],[[187728,387742],[-2094,148]],[[185634,387890],[9,1163]],[[214813,391384],[1,-1534]],[[214814,389850],[-3144,-51]],[[273490,391765],[-131,-932]],[[273359,390833],[-145,-1041]],[[273214,389792],[-209,606],[-29,1581],[-303,3454]],[[281794,396633],[-352,-2134]],[[281442,394499],[-181,-1569],[-249,-398]],[[281012,392532],[-284,1321]],[[270386,396308],[-126,-2312],[-210,-922],[124,-3421],[-112,-240]],[[270062,389413],[-201,-166]],[[269861,389247],[-208,45],[20,1691],[-328,121],[-31,1670],[-276,128],[19,1217]],[[262663,395170],[-751,43],[12,491]],[[271294,391075],[-509,-438],[-303,-919],[26,-2485]],[[270508,387233],[-446,2180]],[[250450,392212],[-956,23]],[[249494,392235],[-119,4764]],[[268850,394204],[-252,-4689],[-210,-491]],[[268388,389024],[-201,3414],[-398,-533]],[[267789,391905],[-350,-1991],[-309,-3]],[[282766,395947],[-168,-2056],[513,-5136]],[[283111,388755],[-288,-2729]],[[282823,386026],[-280,58],[-558,5269]],[[281985,391353],[-543,3146]],[[249494,392235],[6,-1626],[-311,-14]],[[249189,390595],[-1322,101]],[[247867,390696],[42,2085]],[[247909,392781],[135,617]],[[248044,393398],[6,862],[-447,1330]],[[245702,394611],[-17,-6019]],[[245685,388592],[-299,1157],[-435,348],[-393,1319]],[[244558,391416],[-138,196]],[[284546,393464],[-223,1829]],[[284323,395293],[-65,498]],[[258750,392617],[-93,-1410]],[[258657,391207],[-1043,-28]],[[257614,391179],[0,4062]],[[248044,393398],[-494,1528],[-406,-1104],[-259,-2536],[-553,-983]],[[246332,390303],[-515,-1949],[-132,238]],[[289289,396094],[351,-2735],[270,-53],[-16,-3322],[132,-3186]],[[290026,386798],[-57,0]],[[289969,386798],[-44,0]],[[289925,386798],[-712,13]],[[289213,386811],[-982,153],[-22,1873]],[[288209,388837],[-16,1390]],[[227834,389742],[-1541,10]],[[226293,389752],[-11,4862]],[[278860,392581],[-466,-5287]],[[278394,387294],[-254,-1223]],[[278140,386071],[-449,839],[-166,1723],[-310,768]],[[277215,389401],[59,1365]],[[239847,391301],[-20,-3034]],[[239827,388267],[-622,98],[-4,-541],[-615,114]],[[238586,387938],[4,815]],[[238590,388753],[39,6929]],[[287565,393214],[-230,-1318],[167,-933],[-195,-1781],[-402,1979],[-480,1174],[215,1900],[256,-1835],[-68,1744],[239,1469]],[[283917,390859],[-162,-3064]],[[283755,387795],[-414,1424],[-230,-464]],[[273214,389792],[-307,-1569]],[[272907,388223],[-755,413],[-159,1170]],[[238590,388753],[-1541,208]],[[237049,388961],[-153,25],[0,4923]],[[284458,394060],[-175,40]],[[284174,394699],[-62,330]],[[284323,395293],[135,-1233]],[[165957,391614],[-111,-1812],[217,-2118],[-268,-3202]],[[165795,384482],[-318,1675],[-351,-1063],[-392,1451]],[[164734,386545],[-147,1347]],[[164587,387892],[0,3589]],[[262873,394360],[-58,-1367],[-578,-418]],[[262237,392575],[-496,-1308]],[[261741,391267],[-4,4143]],[[241700,392158],[-280,-5796]],[[241420,386362],[-362,56]],[[241058,386418],[-603,3090],[4,1623]],[[160323,392089],[-77,-1062],[333,-1452],[-117,-1633],[135,-802],[-46,-1999],[-216,-908]],[[160335,384233],[-267,44],[0,3908],[-681,143],[-458,-370]],[[158929,387958],[0,-4]],[[158929,387958],[-514,6077],[-298,453]],[[261741,391267],[-366,837]],[[261375,392104],[-331,-489],[66,-2303]],[[261110,389312],[-395,371]],[[260715,389683],[-3,1350],[-313,1080],[-1,1465]],[[253224,394175],[-108,-3960],[133,-658]],[[253249,389557],[-1250,128]],[[251999,389685],[9,4096]],[[256455,395227],[-410,-1812],[-93,-2129],[104,-2737]],[[256056,388549],[-615,-232]],[[255441,388317],[-297,-785]],[[255144,387532],[-486,-1420]],[[254658,386112],[-34,905],[308,954],[-17,1005]],[[254915,388976],[435,3214],[-99,2079]],[[257614,391179],[2,-2983]],[[257616,388196],[-674,-391]],[[256942,387805],[55,7426]],[[256942,387805],[-413,171]],[[256529,387976],[-473,573]],[[274960,392162],[-143,-1744],[-396,-2216]],[[274421,388202],[-376,577],[-266,-940]],[[273779,387839],[-420,2994]],[[247909,392781],[-238,-998],[-192,-2324],[175,-1160]],[[247654,388299],[-24,-168]],[[247630,388131],[-211,-2528]],[[247419,385603],[-176,2124],[-512,9],[-410,-650]],[[246321,387086],[11,3217]],[[264517,389239],[-698,-957]],[[263819,388282],[-57,221]],[[263762,388503],[-151,4643]],[[264447,393802],[70,-4563]],[[230673,392156],[-3,-4046]],[[230670,388110],[-1298,15]],[[229372,388125],[-307,-1],[-1,1618]],[[226293,389752],[2,-1622]],[[226295,388130],[-1550,-17]],[[224745,388113],[-16,3259]],[[233046,392152],[-20,-5676]],[[233026,386476],[-1232,4]],[[231794,386480],[13,5678]],[[158929,387954],[-62,-1644],[169,-2032],[-399,3],[-19,-2538],[-216,-434]],[[158402,381309],[-24,5]],[[158378,381314],[-291,-21]],[[158087,381293],[-3,45]],[[158084,381338],[140,477],[-107,2272],[-522,4538],[-125,2200]],[[281985,391353],[-669,-3258],[-157,217]],[[281159,388312],[-296,1764]],[[280863,390076],[149,2456]],[[263250,392869],[-350,-1063]],[[262900,391806],[-413,-1090]],[[262487,390716],[-250,1859]],[[158084,381338],[-237,-853],[-152,859]],[[157695,381344],[-539,908],[-435,1971],[-296,-310]],[[156425,383913],[-353,2861],[-569,2152],[-557,3778]],[[254915,388976],[-726,35]],[[254189,389011],[12,5213]],[[280017,389656],[-138,-1763],[572,-1648]],[[280451,386245],[-493,-2674]],[[279958,383571],[-240,-1325]],[[279718,382246],[-1324,5048]],[[254189,389011],[-119,3]],[[254070,389014],[-537,-21]],[[253533,388993],[-284,564]],[[269861,389247],[-95,-2476],[-512,-708]],[[269254,386063],[-253,186]],[[269001,386249],[-194,1565]],[[268807,387814],[-419,1210]],[[237049,388961],[-4,-2241]],[[237045,386720],[-1525,568]],[[235520,387288],[11,4851]],[[280863,390076],[-319,-2827]],[[280544,387249],[-93,-1004]],[[260715,389683],[-623,-25],[-151,-811]],[[259941,388847],[-106,262],[-8,2961]],[[265356,392696],[-244,-3246]],[[265112,389450],[-475,-738]],[[264637,388712],[-120,527]],[[251999,389685],[-2,-2447]],[[251997,387238],[-1241,-17]],[[250756,387221],[2,543]],[[250758,387764],[15,4341]],[[263762,388503],[-226,-927]],[[263536,387576],[-64,-376]],[[263472,387200],[-541,2720],[-31,1886]],[[259941,388847],[-406,-1355],[-4,-1306]],[[259531,386186],[-106,-8]],[[259425,386178],[-618,89]],[[258807,386267],[-150,4]],[[258657,386271],[0,4936]],[[247867,390696],[-213,-2397]],[[285904,391677],[33,-3347],[377,-2748],[-110,-1238],[-607,2727],[-162,3701]],[[266078,390248],[8,-2072]],[[266086,388176],[-605,-1279],[-198,665]],[[265283,387562],[-171,1888]],[[262487,390716],[-392,-1207]],[[262095,389509],[-262,-210]],[[261833,389299],[-458,2805]],[[268807,387814],[-424,-2456]],[[268383,385358],[-426,367],[-546,2055]],[[267411,387780],[397,3341],[-19,784]],[[250758,387764],[-457,107]],[[250301,387871],[-488,-745],[-369,60],[-248,-998]],[[249196,386188],[-7,4407]],[[277215,389401],[-117,-2971],[-334,-2300],[41,-777]],[[276805,383353],[-350,-1565],[-111,-2182]],[[276344,379606],[-848,-338],[-274,1261],[9,2076]],[[275231,382605],[22,2224],[297,802]],[[242945,389467],[-266,-2385],[-345,60],[127,-1459],[-203,-1038]],[[242258,384645],[-596,107],[14,1563],[-256,47]],[[231794,386480],[-23,-4900]],[[231771,381580],[-1110,51]],[[230661,381631],[9,6479]],[[234285,392148],[-26,-6491]],[[234259,385657],[-1233,6]],[[233026,385663],[0,813]],[[235520,387288],[0,-1654]],[[235520,385634],[-1261,23]],[[275231,382605],[-213,772]],[[275018,383377],[-482,1699],[-115,3126]],[[161934,387867],[6,-3922]],[[161940,383945],[-1040,-1303],[-210,591],[-282,-2812]],[[160408,380421],[-311,-431],[76,1800]],[[160173,381790],[162,2443]],[[261833,389299],[-405,-1730]],[[261428,387569],[-332,583]],[[261096,388152],[14,1160]],[[263472,387200],[-446,-2246]],[[263026,384954],[-363,80]],[[262663,385034],[-258,1506],[-110,2136],[-200,833]],[[267411,387780],[-197,-1449],[23,-1521],[-313,-464]],[[266924,384346],[-311,1158]],[[266613,385504],[-354,897],[-173,1775]],[[244558,391416],[4,-9113]],[[244562,382303],[-467,23],[2,-1088]],[[244097,381238],[-267,17]],[[243830,381255],[-40,2514]],[[243790,383769],[12,7731]],[[169169,376466],[1659,-8029]],[[170828,368437],[-2625,-35]],[[168203,368402],[-689,2284]],[[167514,370686],[-267,2691],[-422,166]],[[166825,373543],[187,2774],[-290,1077],[-121,2597],[-312,216],[-475,1906],[-19,2369]],[[246321,387086],[-122,-4889]],[[246199,382197],[-880,-1]],[[245319,382196],[-757,107]],[[243790,383769],[-1536,69]],[[242254,383838],[4,807]],[[164587,387892],[-720,-834],[-259,133],[-515,-1390],[-61,-1062],[-1009,-2141]],[[162023,382598],[-83,1347]],[[288209,388837],[-340,-1484],[-14,-1069]],[[287855,386284],[-365,-3226],[-285,1002],[9,-1396],[-759,4562],[218,1227],[-54,1256],[301,244],[335,-1096],[296,2145]],[[218595,391429],[0,-8114]],[[218595,383315],[-1157,7]],[[217438,383322],[-63,-1]],[[217375,383321],[-7,8119]],[[219823,391395],[8,-8114]],[[219831,383281],[-1236,34]],[[216145,391423],[-1,-8126]],[[216144,383297],[-1330,-14]],[[214814,383283],[1,118]],[[214815,383401],[-1,6449]],[[217375,383321],[-1161,-23]],[[216214,383298],[-70,-1]],[[282823,386026],[45,-780]],[[282868,385246],[-236,-135]],[[282632,385111],[-191,603],[-899,-1519]],[[281542,384195],[7,1473],[-390,2644]],[[221667,391366],[1,-6464]],[[221668,384902],[2,-1623]],[[221670,383279],[-1791,1]],[[219879,383280],[-48,1]],[[241058,386418],[-180,-1533],[-17,-2354]],[[240861,382531],[-193,-605],[-544,142],[-327,1182]],[[239797,383250],[30,5017]],[[224745,388113],[2,-4860]],[[224747,383253],[-1206,6]],[[223541,383259],[-334,2],[0,1622]],[[223207,384883],[-1,6486]],[[206744,388071],[3,-4865],[-303,-5]],[[206444,383201],[-2083,130]],[[204361,383331],[-596,3379]],[[223207,384883],[-1539,19]],[[285428,388496],[2,-844]],[[285430,387652],[-211,220],[-263,-2218]],[[284956,385654],[81,-2289],[-234,434],[-329,2869],[-459,-1569],[-187,2281],[549,3865]],[[258657,386271],[-1,-537],[-1038,13]],[[257618,385747],[-2,2449]],[[270898,384461],[-214,-1052],[-154,1960]],[[270530,385369],[-22,1864]],[[271507,390062],[-150,-656],[68,-2319],[-484,-1260],[-43,-1366]],[[181367,389064],[0,-7900]],[[181367,381164],[-7,-10123]],[[181360,371041],[4,-11253]],[[181364,359788],[2,-2927]],[[181366,356861],[-1984,13],[0,178],[-2727,-7],[-434,-204]],[[199240,384017],[-2,565],[-1384,-11],[128,-1422],[415,-674],[-79,-1241]],[[198318,381234],[-2999,12]],[[195319,381246],[-49,6459]],[[273779,387839],[177,-533],[-261,-1185],[-892,-2812]],[[272803,383309],[-146,3878],[250,1036]],[[249196,386188],[3,-3707]],[[249199,382481],[-545,27]],[[248654,382508],[-40,1621],[-342,19],[-642,3983]],[[281542,384195],[-437,-1435],[-99,693]],[[281006,383453],[-396,1782],[-66,2014]],[[272803,383309],[-1,-6]],[[272802,383303],[-272,-1508],[-143,-3971]],[[272387,377824],[-212,340]],[[272175,378164],[-165,2328],[-356,2011],[-528,-202]],[[271126,382301],[46,1976],[-274,184]],[[214815,383401],[-1944,-34]],[[212871,383367],[-1832,-28]],[[211039,383339],[-284,-8]],[[210755,383331],[-8,4681]],[[227834,389742],[0,-8111]],[[227834,381631],[-920,3]],[[226914,381634],[-613,-2]],[[226301,381632],[-6,6498]],[[229372,388125],[-59,-8133]],[[229313,379992],[-869,39]],[[228444,380031],[-2,1618],[-608,-18]],[[265283,387562],[-139,-989]],[[265144,386573],[-341,379]],[[264803,386952],[-166,1760]],[[253533,388993],[-9,-5827]],[[253524,383166],[-612,-14]],[[252912,383152],[-924,24]],[[251988,383176],[9,4062]],[[261096,388152],[-573,-2670]],[[260523,385482],[-285,-2089],[-141,377]],[[260097,383770],[-46,2157],[-520,259]],[[270530,385369],[-363,-645],[-243,-2058]],[[269924,382666],[-670,3397]],[[262663,385034],[-353,-388]],[[262310,384646],[-796,417]],[[261514,385063],[-86,2506]],[[278140,386071],[-341,-3644],[-207,-671]],[[277592,381756],[-787,1597]],[[283755,387795],[-68,-3119]],[[283687,384676],[-6,-1714]],[[283681,382962],[-121,26]],[[283560,382988],[-214,707]],[[283346,383695],[-232,459]],[[283114,384154],[-246,1092]],[[264803,386952],[-255,-1635]],[[264548,385317],[-418,-1608],[-274,-40]],[[263856,383669],[-44,1680],[-276,2227]],[[185634,387890],[509,-3310],[-59,-2002],[-242,-1389]],[[185842,381189],[-97,-48]],[[185745,381141],[-4378,23]],[[254070,389014],[36,-2007],[-137,-3775]],[[253969,383232],[-445,-66]],[[254658,386112],[-463,-2723],[-218,-213]],[[253977,383176],[-8,56]],[[238586,387938],[-30,-5629]],[[238556,382309],[-1467,73]],[[237089,382382],[-71,8],[27,4330]],[[289213,386811],[95,-1816],[-160,-1192],[-692,-216]],[[288456,383587],[-506,-230]],[[287950,383357],[-283,-697],[-32,1164],[220,2460]],[[275018,383377],[-768,-3505],[-473,452]],[[273777,380324],[-279,2237],[-256,-553],[-440,1295]],[[256529,387976],[-3,-5248]],[[256526,382728],[-678,251]],[[255848,382979],[2,2497],[-255,-92],[-154,2933]],[[158378,381314],[146,-1464],[-437,1443]],[[160173,381790],[-408,-2224],[-354,-188],[-351,1518],[-215,-1698],[-283,502],[-160,1609]],[[239797,383250],[35,-3689]],[[239832,379561],[-1222,173]],[[238610,379734],[-54,2575]],[[255848,382979],[-1,-825],[-418,-677]],[[255429,381477],[-616,58]],[[254813,381535],[-309,1118],[-517,34]],[[253987,382687],[-10,489]],[[257618,385747],[6,-2451]],[[257624,383296],[-312,-1080]],[[257312,382216],[-630,-29]],[[256682,382187],[-156,541]],[[266613,385504],[-146,-2035],[-362,-1580]],[[266105,381889],[-246,1825],[-347,209]],[[265512,383923],[-368,2650]],[[261514,385063],[-513,-1353]],[[261001,383710],[-478,1772]],[[230661,381631],[-3,-1635],[-459,10]],[[230199,380006],[-886,-14]],[[209217,388123],[-12,-6998]],[[209205,381125],[-8,-7666]],[[209197,373459],[-808,1541]],[[208389,375e3],[-823,1546],[-1023,-359],[-102,637]],[[206441,376824],[3,6377]],[[210755,383331],[-21,-1721],[-306,-20],[0,-1082],[-596,-8],[-593,529]],[[209239,381029],[-34,96]],[[226301,381632],[-1535,-18]],[[224766,381614],[-19,1639]],[[248654,382508],[-383,35],[1,-1620],[-477,-883]],[[247795,380040],[-127,736]],[[247668,380776],[-303,1892],[54,2935]],[[250756,387221],[-8,-4860]],[[250748,382361],[-1241,119]],[[249507,382480],[-308,1]],[[285430,387652],[553,-2587],[494,-4061],[-10,-1655],[-344,2010],[-710,2346],[-112,-1069],[-345,3018]],[[164734,386545],[-434,-1184],[-950,-7856],[-382,-2239]],[[162968,375266],[-758,4581]],[[162210,379847],[-187,2751]],[[187728,387742],[-228,-1434],[16,-5094]],[[187516,381214],[-1674,-25]],[[192580,387705],[27,-2493],[351,-3273],[-106,-713]],[[192852,381226],[-4142,-34],[-1194,22]],[[247668,380776],[-455,-1591]],[[247213,379185],[-466,-722],[-158,1359]],[[246589,379822],[-390,2375]],[[268978,383008],[-530,-70]],[[268448,382938],[-65,2420]],[[269001,386249],[-23,-3241]],[[268448,382938],[-363,-1281]],[[268085,381657],[-378,305],[-289,1389],[-223,-1372]],[[267195,381979],[-271,2367]],[[195319,381246],[2,-5061]],[[195321,376185],[-5,-7382]],[[195316,368803],[-5,-9039]],[[195311,359764],[-2662,-21]],[[192649,359743],[-2090,97]],[[190559,359840],[-1844,-32]],[[188715,359808],[653,1884],[604,385],[346,3275],[287,901],[-33,1956],[278,1645]],[[190850,369854],[446,2473],[227,3835],[527,220],[571,4056],[231,788]],[[263856,383669],[113,-1403]],[[263969,382266],[-621,-1698]],[[263348,380568],[-281,1465]],[[263067,382033],[-41,2921]],[[281006,383453],[-231,-1615]],[[280775,381838],[-817,1733]],[[279718,382246],[-89,-2346],[-162,-617]],[[279467,379283],[-168,-1840],[-296,-1251],[-422,177]],[[278581,376369],[-906,3632]],[[277675,380001],[127,1436],[-210,319]],[[251988,383176],[-8,-2447]],[[251980,380729],[-1183,-9]],[[250797,380720],[-49,1641]],[[237089,382382],[-24,-3302]],[[237065,379080],[-1548,436]],[[235517,379516],[3,6118]],[[172686,359243],[-1858,9194]],[[265512,383923],[-362,-1946]],[[265150,381977],[-326,1245],[-276,2095]],[[204361,383331],[336,-2212],[254,-3271],[312,-1387]],[[205263,376461],[44,-2691]],[[205307,373770],[-1620,-57]],[[203687,373713],[-1526,-10],[-2,1613],[-297,15]],[[201862,375331],[0,678],[-568,1790],[-287,-220]],[[201007,377579],[-1,3557]],[[289111,378680],[-677,-384]],[[288434,378296],[-6,32]],[[288428,378328],[-108,834],[337,902],[-201,3523]],[[289925,386798],[-186,-3801],[-305,-810],[-323,-3507]],[[166825,373543],[-110,722]],[[166715,374265],[-627,2326],[-335,-1722],[-420,-936],[-390,89],[-379,1183],[-853,-3610]],[[163711,371595],[-743,3671]],[[233026,385663],[-31,-6553]],[[232995,379110],[-1225,36]],[[231770,379146],[1,2434]],[[242254,383838],[30,-5137]],[[242284,378701],[-616,91]],[[241668,378792],[-306,22],[-345,3550],[-156,167]],[[258807,386267],[-62,-3640],[-147,-849]],[[258598,381778],[-366,-1124]],[[258232,380654],[2,1594],[-309,13],[3,1094],[-304,-59]],[[259425,386178],[1,-1624],[368,-2837]],[[259794,381717],[-134,-3193]],[[259660,378524],[-140,-131]],[[259520,378393],[-503,215],[-244,853],[-175,2317]],[[269924,382666],[-59,-1571],[261,-1815],[-318,-1930]],[[269808,377350],[-304,-1659]],[[269504,375691],[-230,1692]],[[269274,377383],[-144,2308],[-237,1273],[85,2044]],[[260097,383770],[-303,-2053]],[[284512,383385],[-92,-1945]],[[284420,381440],[-8,-27]],[[284412,381413],[-144,-224]],[[284268,381189],[-437,1843],[-150,-70]],[[283687,384676],[250,-96],[535,1272],[40,-2467]],[[267195,381979],[-57,-1464]],[[267138,380515],[-472,-1482]],[[266666,379033],[-181,318]],[[266485,379351],[-380,2538]],[[282632,385111],[-701,-4528]],[[281931,380583],[-408,650],[-297,-356]],[[281226,380877],[-451,961]],[[234259,385657],[-34,-6557]],[[234225,379100],[-1230,10]],[[235517,379516],[0,-428]],[[235517,379088],[-1292,12]],[[261001,383710],[173,-405],[-53,-2162]],[[261121,381143],[-14,-546]],[[261107,380597],[-355,-820],[-434,244],[-629,-1650]],[[259689,378371],[-29,153]],[[283114,384154],[232,-459]],[[283560,382988],[-758,-4755]],[[282802,378233],[-126,314]],[[282676,378547],[-383,1648],[-362,388]],[[271126,382301],[-263,-1063],[-13,-2367]],[[270850,378871],[-720,-941]],[[270130,377930],[-322,-580]],[[263067,382033],[-389,-1467]],[[262678,380566],[-442,233]],[[262236,380799],[74,3847]],[[265150,381977],[-286,-1440]],[[264864,380537],[-573,-892]],[[264291,379645],[-263,850],[-59,1771]],[[262236,380799],[-219,-1712]],[[262017,379087],[-896,2056]],[[223541,383259],[-1,-4853],[-304,-4]],[[223236,378402],[-914,9],[-1,1610],[-610,3]],[[221711,380024],[-41,3255]],[[199424,381138],[158,-1618],[-158,-1773]],[[199424,377747],[-472,-1110]],[[198952,376637],[-30,888],[-421,1384],[24,1647],[-207,678]],[[157695,381344],[162,-972],[-41,-3299],[179,-856],[-251,-1183],[-370,1731],[-114,-336],[-479,2414],[-374,-283],[165,2872],[317,-1457],[-464,3938]],[[266485,379351],[-223,-717],[-503,-259]],[[265759,378375],[-341,2566],[-268,1036]],[[162210,379847],[2,-6325],[-188,423],[-596,-1237],[-739,-3958]],[[160689,368750],[-239,1114],[0,5132]],[[160450,374996],[-71,4167]],[[160379,379163],[29,1258]],[[243830,381255],[-6,-1908],[-732,4],[-351,-755]],[[242741,378596],[-457,105]],[[288428,378328],[-760,-1368],[99,2154],[225,837]],[[287992,379951],[5,43]],[[287997,379994],[-216,-302],[-1,1870],[-264,-794],[434,2589]],[[281226,380877],[-275,-2361]],[[280951,378516],[-515,-3903]],[[280436,374613],[-425,-1184]],[[280011,373429],[-544,5854]],[[285766,378696],[-155,-920]],[[285611,377776],[-363,657],[-314,2280],[-163,-800]],[[284771,379913],[-351,1527]],[[284512,383385],[528,-1942],[635,-277],[253,-1943],[-162,-527]],[[241668,378792],[-8,-3016]],[[241660,375776],[-363,-1063],[-225,1683],[-655,61]],[[240417,376457],[-605,128]],[[239812,376585],[20,2976]],[[269274,377383],[-231,160],[-89,-1393]],[[268954,376150],[-910,2229],[-138,-652]],[[267906,377727],[-93,803]],[[267813,378530],[371,1947],[-99,1180]],[[277675,380001],[-469,-3994]],[[277206,376007],[-657,395],[-135,1144],[-337,-42]],[[276077,377504],[267,2102]],[[214814,383283],[8,-9753]],[[214822,373530],[1,-1754]],[[214823,371776],[-1967,-12]],[[212856,371764],[15,11603]],[[276077,377504],[-296,-1431],[-373,-3413]],[[275408,372660],[-430,-146],[-592,890]],[[274386,373404],[-399,2555]],[[273987,375959],[102,2169],[-312,2196]],[[267813,378530],[-479,65],[-196,1920]],[[206441,376824],[-330,1926],[-322,-2223],[-84,711],[-442,-777]],[[212856,371764],[-914,-4]],[[211942,371760],[-915,4]],[[211027,371764],[12,11575]],[[211027,371764],[-1822,7],[-8,1688]],[[258232,380654],[-83,-1403]],[[258149,379251],[-55,-2225],[-404,-1554]],[[257690,375472],[32,1005],[-295,274],[-178,1615]],[[257249,378366],[114,-4],[-51,3854]],[[273987,375959],[-386,-927]],[[273601,375032],[-357,1057],[-619,250],[-238,1485]],[[217438,383322],[-3,-8107],[40,-1726]],[[217475,373489],[-1218,0]],[[216257,373489],[-44,1699],[1,8110]],[[219879,383280],[1,-4863]],[[219880,378417],[-1219,28],[33,-4957]],[[218694,373488],[-1219,1]],[[216257,373489],[-1435,41]],[[253987,382687],[206,-1256],[-505,-5063]],[[253688,376368],[-787,325]],[[252901,376693],[11,6459]],[[224766,381614],[1,-6484]],[[224767,375130],[-1507,16]],[[223260,375146],[-24,3256]],[[221711,380024],[-1,-3245]],[[221710,376779],[-1831,17]],[[219879,376796],[1,1621]],[[252901,376693],[0,-15]],[[252901,376678],[-925,-16]],[[251976,376662],[4,4067]],[[284268,381189],[-150,-1311],[278,-2136]],[[284396,377742],[-309,-256],[-1,-1105]],[[284086,376381],[-456,-1904]],[[283630,374477],[-165,-177],[-222,1929],[-441,2004]],[[256682,382187],[-392,-3475]],[[256290,378712],[-307,-2568]],[[255983,376144],[-94,369]],[[255889,376513],[-415,787]],[[255474,377300],[-45,4177]],[[254813,381535],[-35,-5040]],[[254778,376495],[-630,72]],[[254148,376567],[54,-1761],[-336,-146]],[[253866,374660],[-178,1708]],[[272175,378164],[-318,-1099],[158,-2552]],[[272015,374513],[-260,-47]],[[271755,374466],[-295,397],[-169,2098],[-573,1278],[132,632]],[[249507,382480],[-7,-4915]],[[249500,377565],[-220,-2832]],[[249280,374733],[-473,1903],[-262,-565]],[[248545,376071],[-165,1642],[-585,2327]],[[238610,379734],[-22,-2902],[-171,-1635]],[[238417,375197],[-154,26]],[[238263,375223],[-509,95],[7,1074],[-716,163]],[[237045,376555],[20,2525]],[[250797,380720],[-133,-3247]],[[250664,377473],[-1164,92]],[[245319,382196],[-11,-8638]],[[245308,373558],[-149,-795]],[[245159,372763],[-438,51],[4,1622],[-612,34]],[[244113,374470],[-16,6768]],[[264291,379645],[-143,-3260]],[[264148,376385],[-273,-833]],[[263875,375552],[-122,1730],[-504,1185]],[[263249,378467],[99,2101]],[[246589,379822],[-14,-6361]],[[246575,373461],[-1267,97]],[[257249,378366],[-460,-1268]],[[256789,377098],[-280,-2533],[-526,1579]],[[259520,378393],[-23,-3367],[-403,-371]],[[259094,374655],[-945,4596]],[[263249,378467],[-138,-2638]],[[263111,375829],[-141,-279],[-100,2291]],[[262870,377841],[-192,2725]],[[265759,378375],[-26,-1497]],[[265733,376878],[-550,230]],[[265183,377108],[-319,3429]],[[228444,380031],[1,-3258]],[[228445,376773],[-1531,-4]],[[226914,376769],[0,4865]],[[231770,379146],[-5,-5695]],[[231765,373451],[0,-2430]],[[231765,371021],[-1573,61]],[[230192,371082],[7,8924]],[[226914,376769],[9,-3303],[-304,-24]],[[226619,373442],[-1831,-22]],[[224788,373420],[-21,1710]],[[255474,377300],[-169,-643],[-206,1280]],[[255099,377937],[-83,-2666],[-238,1224]],[[244113,374470],[-771,42],[-10,-3582]],[[243332,370930],[-613,69]],[[242719,370999],[22,7597]],[[190850,369854],[-4778,-85],[-898,125]],[[185174,369894],[-16,4888],[309,-23],[-28,1599],[335,1],[-29,4782]],[[285474,374121],[-189,-776]],[[285285,373345],[-143,1232],[-392,-213],[-211,1145],[-143,2233]],[[284412,381413],[24,-1012],[357,-714],[24,-1757],[347,-1481],[310,-2328]],[[198952,376637],[-342,-2418]],[[198610,374219],[-358,1511],[-614,-665],[-130,1368],[-1561,20],[-626,-268]],[[282676,378547],[-305,-5181]],[[282371,373366],[-288,723],[-132,1443],[-320,1091]],[[281631,376623],[-680,1893]],[[185174,369894],[-607,4],[0,-813]],[[184567,369085],[-377,-469],[-604,143],[0,868],[-616,2],[-1,1663],[-315,-252],[-1294,1]],[[262017,379087],[-182,-1209]],[[261835,377878],[-647,-598],[-256,976]],[[260932,378256],[175,2341]],[[201007,377579],[-383,-319],[-19,-4903],[45,-4703]],[[200650,367654],[-984,-5]],[[199666,367649],[-1,4038]],[[199665,371687],[0,2392],[-241,3668]],[[262870,377841],[-381,-297],[-271,-1165]],[[262218,376379],[-341,113]],[[261877,376492],[-42,1386]],[[251976,376662],[-1,-808]],[[251975,375854],[-1238,-25]],[[250737,375829],[-73,1644]],[[285611,377776],[352,-2379]],[[285963,375397],[-300,-592]],[[285663,374805],[-240,293],[-546,3121],[-106,1694]],[[248545,376071],[-481,-3793]],[[248064,372278],[-249,-32],[-722,3898],[380,1913],[-260,1128]],[[260932,378256],[-418,-2942],[-267,-430]],[[260247,374884],[-558,3487]],[[267906,377727],[-44,-1950]],[[267862,375777],[-303,91],[-437,-1812],[23,-1008]],[[267145,373048],[-650,2775]],[[266495,375823],[171,3210]],[[265183,377108],[-100,-1732]],[[265083,375376],[-218,283]],[[264865,375659],[-717,726]],[[160450,374996],[-1125,-1844],[-234,1488],[-260,115],[-482,1735]],[[158349,376490],[-209,1238],[349,1656],[315,-572],[373,668],[783,-708],[357,1506],[62,-1115]],[[230192,371082],[-1,-2432]],[[230191,368650],[-1749,-16]],[[228442,368634],[3,8139]],[[223260,375146],[0,-1720]],[[223260,373426],[-1521,36]],[[221739,373462],[-29,3317]],[[278540,374733],[-257,-158],[-226,-2494],[-255,-813]],[[277802,371268],[-172,-1567]],[[277630,369701],[-515,2398],[26,1888]],[[277141,373987],[65,2020]],[[278581,376369],[-41,-1636]],[[248064,372278],[-101,-552]],[[247963,371726],[-1081,38]],[[246882,371764],[-315,-16],[8,1713]],[[163711,371595],[-1656,-4355],[43,-1065],[-727,-3846]],[[161371,362329],[-154,872],[-328,-612],[-163,2474],[146,498],[-186,3197]],[[160686,368758],[3,-8]],[[239812,376585],[-307,30],[-14,-1889]],[[239491,374726],[-1074,471]],[[237045,376555],[-22,-4864]],[[237023,371691],[-1517,258]],[[235506,371949],[0,363]],[[235506,372312],[11,6776]],[[266495,375823],[-378,-675]],[[266117,375148],[-384,1730]],[[280011,373429],[-196,-1763],[-242,63],[-67,-1661]],[[279506,370068],[-122,-195]],[[279384,369873],[-552,4224],[-292,636]],[[259094,374655],[-346,-3823]],[[258748,370832],[-372,-503],[-265,1038],[-246,-1075]],[[257865,370292],[-129,1809]],[[257736,372101],[-46,3371]],[[232995,379110],[-18,-5688]],[[232977,373422],[-1212,29]],[[234225,379100],[-29,-5681]],[[234196,373419],[-1219,3]],[[235506,372312],[-1310,27]],[[234196,372339],[0,1080]],[[287953,369117],[-126,1004]],[[287827,370121],[-283,134],[320,3324],[379,1762],[191,2955]],[[289111,378680],[-116,-2440],[-517,-3407],[-55,-2436],[-470,-1280]],[[271755,374466],[-438,-677],[176,-948],[-282,-761]],[[271211,372080],[-347,405],[-184,-776],[-249,1135],[-83,2839],[-218,2247]],[[286401,372837],[-192,2274],[-246,286]],[[285766,378696],[289,-8],[647,-2450],[-301,-3401]],[[242719,370999],[-614,37]],[[242105,371036],[2,817],[-459,1220],[12,2703]],[[208389,375e3],[-289,-1427],[-262,-3093],[-561,-3167],[-509,-171],[-616,-1904]],[[206152,365238],[46,2010],[-135,4024],[-310,764],[-525,-1496]],[[205228,370540],[79,3230]],[[283630,374477],[147,-1396],[514,-1038],[-44,-591]],[[284247,371452],[-292,-1688]],[[283955,369764],[-489,1286],[-105,1395],[-525,503]],[[282836,372948],[-465,418]],[[281362,373717],[-225,-1081]],[[281137,372636],[-621,1277],[-80,700]],[[281631,376623],[-269,-2906]],[[260247,374884],[160,-1473]],[[260407,373411],[-544,-3500],[-48,-1933]],[[259815,367978],[-431,176]],[[259384,368154],[-184,2177],[-263,88]],[[258937,370419],[-189,413]],[[263875,375552],[-250,-1451]],[[263625,374101],[-126,-753],[-407,1614]],[[263092,374962],[19,867]],[[268954,376150],[-162,-516],[84,-2449]],[[268876,373185],[-340,667],[-495,-733]],[[268041,373119],[-179,2658]],[[219879,376796],[30,-8168]],[[219909,368628],[-1216,-7]],[[218693,368621],[1,4867]],[[257736,372101],[-514,1415]],[[257222,373516],[-85,1915],[-348,1667]],[[273601,375032],[187,-2459],[-193,530],[-410,-2364]],[[273185,370739],[-292,-249],[-64,-1205]],[[272829,369285],[-281,1663],[-394,3474],[-139,91]],[[261877,376492],[-288,-708],[-405,-2399]],[[261184,373385],[-333,-3287]],[[260851,370098],[-286,-39],[142,1604],[-300,1748]],[[271211,372080],[-148,-2078]],[[271063,370002],[-199,-676]],[[270864,369326],[-114,472]],[[270750,369798],[-437,240],[-582,3546]],[[269731,373584],[-227,2107]],[[255889,376513],[81,-2236],[-378,-1771]],[[255592,372506],[-241,-671]],[[255351,371835],[-666,-172]],[[254685,371663],[-57,1803],[-480,3101]],[[285285,373345],[270,-2335]],[[285555,371010],[-138,-2862]],[[285417,368148],[-256,2601]],[[285161,370749],[-819,3092],[-256,2540]],[[199665,371687],[-1364,1]],[[198301,371688],[8,1040],[301,1491]],[[263092,374962],[-79,-1906]],[[263013,373056],[-780,-638]],[[262233,372418],[68,3271],[-83,690]],[[201862,375331],[-47,-8024]],[[201815,367307],[-1165,-220],[0,567]],[[269731,373584],[-340,-1357],[-300,301]],[[269091,372528],[-215,657]],[[277141,373987],[-397,706],[-568,-2859]],[[276176,371834],[-345,-947],[-213,581]],[[275618,371468],[-210,1192]],[[250737,375829],[-7,-4869]],[[250730,370960],[-827,-8],[-198,-520]],[[249705,370432],[27,2111],[-434,1360],[-18,830]],[[266117,375148],[-215,-2029]],[[265902,373119],[-39,-3]],[[265863,373116],[-510,788],[-270,1472]],[[257222,373516],[17,-1185],[-615,-2106]],[[256624,370225],[-1032,2281]],[[264865,375659],[-28,-5332]],[[264837,370327],[-303,-813]],[[264534,369514],[-414,301]],[[264120,369815],[-495,4286]],[[253866,374660],[-364,-2527],[71,-1661]],[[253573,370472],[-674,471]],[[252899,370943],[2,5735]],[[262233,372418],[-14,-886]],[[262219,371532],[-865,379],[-170,1474]],[[221739,373462],[9,-4974]],[[221748,368488],[-1535,133]],[[220213,368621],[-304,7]],[[228442,368634],[-1822,-25]],[[226620,368609],[-1,4833]],[[252899,370943],[-103,7]],[[252796,370950],[-827,-12]],[[251969,370938],[6,4916]],[[285161,370749],[-468,-117]],[[284693,370632],[-446,820]],[[240417,376457],[5,-7665]],[[240422,368792],[-608,47],[-4,-1332]],[[239810,367507],[-305,42]],[[239505,367549],[-14,7177]],[[160686,368758],[-1094,44],[-338,-404]],[[159254,368398],[-341,754],[-149,3106],[-463,2406],[48,1826]],[[282836,372948],[-67,-2692]],[[282769,370256],[-815,2165],[-30,-1006],[-320,603]],[[281604,372018],[-242,1699]],[[249705,370432],[0,-110]],[[249705,370322],[-946,616]],[[248759,370938],[-796,-36]],[[247963,370902],[0,824]],[[238263,375223],[35,-4781]],[[238298,370442],[-1280,166]],[[237018,370608],[5,1083]],[[166715,374265],[-765,-4053],[-188,-2675],[-313,4],[-790,-4320]],[[164659,363221],[-270,1013],[-380,3367],[-298,3994]],[[254685,371663],[-553,-2946]],[[254132,368717],[-234,1246],[-124,-776]],[[253774,369187],[-201,1285]],[[242105,371036],[-9,-2451]],[[242096,368585],[-1210,161]],[[240886,368746],[-464,46]],[[198301,371688],[-2633,-143],[-352,-2742]],[[268041,373119],[135,-3677],[-93,-602]],[[268083,368840],[-64,308]],[[268019,369148],[-398,2375],[-439,724]],[[267182,372247],[-37,801]],[[273842,367755],[-4,20]],[[273838,367775],[-653,2964]],[[274386,373404],[-544,-5649]],[[251969,370938],[-926,-51]],[[251043,370887],[-313,73]],[[267182,372247],[-389,564],[-373,-1145]],[[266420,371666],[-518,1453]],[[265863,373116],[-284,-991],[-227,-2237]],[[265352,369888],[-515,439]],[[286401,372837],[-31,-1676],[-479,915],[-228,2729]],[[203687,373713],[-2,-6471]],[[203685,367242],[-1781,53]],[[201904,367295],[-89,12]],[[158120,372965],[-303,-2]],[[157817,372963],[-33,1344],[287,552],[49,-1894]],[[239505,367549],[-1221,189]],[[238284,367738],[14,2704]],[[264120,369815],[-276,-992]],[[263844,368823],[-589,2769]],[[263255,371592],[-242,1464]],[[224788,373420],[0,-4871]],[[224788,368549],[-1526,-10]],[[223262,368539],[-2,4887]],[[279384,369873],[-416,-2088]],[[278968,367785],[-186,-655]],[[278782,367130],[-282,1313]],[[278500,368443],[-442,1074],[-256,1751]],[[211942,371760],[-29,-11975]],[[211913,359785],[-2568,-74]],[[209345,359711],[-3196,-18]],[[206149,359693],[3,5545]],[[277630,369701],[-234,-1501],[-213,613],[-430,-1507],[-95,-1769]],[[276658,365537],[-630,2108]],[[276028,367645],[291,2275],[-143,1914]],[[245159,372763],[-5,-2033]],[[245154,370730],[-438,88],[-5,-1634],[288,-70],[-3,-1602]],[[244996,367512],[-1212,138]],[[243784,367650],[-301,26],[0,3252],[-151,2]],[[272829,369285],[-248,-1599]],[[272581,367686],[-815,1322],[-628,339],[-75,655]],[[281137,372636],[-25,-1023],[-602,-5508]],[[280510,366105],[-361,1084]],[[280149,367189],[-643,2879]],[[167514,370686],[-806,-4323],[-52,-2727],[-160,-1067],[-478,-108],[49,-890],[-436,-1627],[-319,-2893],[-1552,-1282],[-242,1461],[-239,3370]],[[163279,360600],[183,976],[522,1046],[675,599]],[[285850,370354],[-295,656]],[[285474,374121],[422,-2948],[651,-1011],[-346,-835],[-351,1027]],[[269091,372528],[-167,-3365],[109,-686],[-352,-3385]],[[268681,365092],[-160,2649],[-438,1099]],[[205228,370540],[-718,-4116]],[[204510,366424],[-823,2],[-2,816]],[[281604,372018],[-166,-3772]],[[281438,368246],[-287,-1612]],[[281151,366634],[-415,-1159],[-226,630]],[[270750,369798],[-954,-4452]],[[269796,365346],[-678,-1792]],[[269118,363554],[-32,-122]],[[269086,363432],[-466,1404]],[[268620,364836],[61,256]],[[246882,371764],[-42,-6070]],[[246840,365694],[-2,-838],[-515,-29]],[[246323,364827],[-104,1909],[11,4271],[-1076,-277]],[[216257,373489],[3,-6477]],[[216260,367012],[-86,2]],[[216174,367014],[-1351,13]],[[214823,367027],[0,4749]],[[257865,370292],[-200,-146],[146,-3006]],[[257811,367140],[-547,-1924],[-253,-1484]],[[257011,363732],[-559,3794]],[[256452,367526],[172,2699]],[[217475,373489],[0,-6490]],[[217475,366999],[-1215,13]],[[218693,368621],[0,-1623]],[[218693,366998],[-1158,2]],[[217535,367e3],[-60,-1]],[[223262,368539],[4,-1605]],[[223266,366934],[-1483,-59]],[[221783,366875],[-35,1613]],[[226620,368609],[1,-1637]],[[226621,366972],[-1512,-41]],[[225109,366931],[-321,1],[0,1617]],[[232977,373422],[0,-6492]],[[232977,366930],[-1214,49]],[[231763,366979],[2,4042]],[[234196,372339],[0,-5412]],[[234196,366927],[-1206,3]],[[232990,366930],[-13,0]],[[260851,370098],[153,-1651]],[[261004,368447],[-327,81]],[[260677,368528],[-206,-892]],[[260471,367636],[-656,342]],[[262219,371532],[-27,-1601]],[[262192,369931],[-95,-2448]],[[262097,367483],[-273,950],[-278,-893],[-215,1025],[-327,-118]],[[275618,371468],[-300,-1181],[80,-1044],[-490,-1589]],[[274908,367654],[-100,1094],[-720,-2036],[-246,1043]],[[266420,371666],[-159,-2460]],[[266261,369206],[-144,586],[-553,-948],[-155,568]],[[265409,369412],[-57,476]],[[263255,371592],[-527,-1618]],[[262728,369974],[-536,-43]],[[283955,369764],[143,-836]],[[284098,368928],[-199,-2026]],[[283899,366902],[-182,62]],[[283717,366964],[-298,1139]],[[283419,368103],[99,1639],[-146,1185]],[[283372,370927],[-246,-568]],[[283126,370359],[-198,-214]],[[282928,370145],[-159,111]],[[158120,372965],[96,-2153],[271,-374],[409,-1981]],[[158896,368457],[-209,-644],[106,-2702]],[[158793,365111],[-4,-1304],[-465,-535],[78,-1485]],[[158402,361787],[-314,1660],[11,3040],[-319,2976],[37,3500]],[[268019,369148],[-408,283],[-84,-2105]],[[267527,367326],[-252,702],[-463,-1950],[-186,747],[-277,-816]],[[266349,366009],[-88,3197]],[[282769,370256],[-560,-2687]],[[282209,367569],[-433,1404],[-338,-727]],[[256452,367526],[-546,-453]],[[255906,367073],[-158,651],[-62,2671]],[[255686,370395],[-335,1440]],[[235506,371949],[0,-5388]],[[235506,366561],[0,-480]],[[235506,366081],[-1273,28]],[[234233,366109],[-37,818]],[[276028,367645],[-525,-1521]],[[275503,366124],[-183,485],[-294,-965]],[[275026,365644],[-118,2010]],[[206149,359693],[-184,-2]],[[205965,359691],[-1385,13]],[[204580,359704],[-148,938],[143,4466],[-65,1316]],[[237018,370608],[-19,-4325]],[[236999,366283],[-1493,278]],[[255686,370395],[-1221,-4085]],[[254465,366310],[33,525]],[[254498,366835],[-359,563],[-7,1319]],[[247963,370902],[3,-5312],[-200,55]],[[247766,365645],[-926,49]],[[214823,367027],[-1,-7366]],[[214822,359661],[-2676,121]],[[212146,359782],[-233,3]],[[198301,371688],[-141,-896],[-30,-2362],[-478,-2240],[-241,-2267],[2,-1425],[-247,-2726]],[[197166,359772],[-1855,-8]],[[199666,367649],[1,-7868]],[[199667,359781],[-2501,-9]],[[163279,360600],[-1049,-5634]],[[162230,354966],[-621,1774],[-205,2320]],[[161404,359060],[-33,3269]],[[263844,368823],[-156,-2927]],[[263688,365896],[-150,509],[-457,-2191]],[[263081,364214],[-5,2272],[-355,1236],[7,2252]],[[284693,370632],[402,-618],[175,-1717]],[[285270,368297],[-384,-511],[-28,-974]],[[284858,366812],[-760,2116]],[[259384,368154],[-65,-2032],[-241,-92]],[[259078,366030],[-868,-273]],[[258210,365757],[-399,1383]],[[278500,368443],[-229,-637],[32,-1405]],[[278303,366401],[-518,-5580]],[[277785,360821],[-108,-926],[-313,672]],[[277364,360567],[-363,2794],[-342,617]],[[276659,363978],[-1,1559]],[[184567,369085],[6,-9298]],[[184573,359787],[-3209,1]],[[231763,366979],[-8,-1628]],[[231755,365351],[-1561,66]],[[230194,365417],[-3,3233]],[[246323,364827],[-123,-4110]],[[246200,360717],[-515,62],[-148,783]],[[245537,361562],[-47,1372],[-348,1595],[-44,2975],[-102,8]],[[249705,370322],[275,-3108],[-171,-1185]],[[249809,366029],[-13,-1567]],[[249796,364462],[-367,-344],[-402,-1991]],[[249027,362127],[-283,3]],[[248744,362130],[15,8808]],[[243784,367650],[-24,-6958]],[[243760,360692],[-1208,136]],[[242552,360828],[-452,64]],[[242100,360892],[-4,7693]],[[253774,369187],[-63,-598],[-543,-370],[-221,-906]],[[252947,367313],[-159,350]],[[252788,367663],[8,3287]],[[252788,367663],[-169,-665],[-98,-2358],[240,-2056],[-183,-1537]],[[252578,361047],[0,1701],[-613,3308]],[[251965,366056],[4,4882]],[[283419,368103],[-491,2042]],[[251965,366056],[-546,-28],[-64,-613]],[[251355,365415],[-321,507]],[[251034,365922],[9,4965]],[[251034,365922],[-568,97]],[[250466,366019],[-657,10]],[[285850,370354],[308,-1052]],[[286158,369302],[-18,-1124]],[[286140,368178],[152,-3489],[-321,-310],[-554,3769]],[[248744,362130],[-259,20],[1,-1356],[-425,-246]],[[248061,360548],[-311,844],[16,4253]],[[273838,367775],[29,-1536],[-368,-994]],[[273499,365245],[-679,-1091]],[[272820,364154],[-382,1913]],[[272438,366067],[143,1619]],[[168203,368402],[-33,-2228],[201,-311],[166,-3441],[607,-1527],[212,-3239],[-22,-2583]],[[169334,355073],[-1716,-82],[-1,-1560],[-890,26],[-3,-1596],[-460,19],[-298,-1620]],[[165966,350260],[-246,-1296],[-814,-375],[-3,-4045],[-992,-5108]],[[163911,339436],[-928,3750],[56,1793],[-140,1162]],[[162899,346141],[229,1144],[-1,2966],[-897,4715]],[[238284,367738],[-14,-2707]],[[238270,365031],[-1188,150]],[[237082,365181],[-83,1102]],[[265409,369412],[279,-3141]],[[265688,366271],[-442,-1825]],[[265246,364446],[-535,1287]],[[264711,365733],[-177,3781]],[[255906,367073],[-251,-1812],[146,-2556]],[[255801,362705],[-529,-954],[-438,809]],[[254834,362560],[-346,1711],[-23,2039]],[[283717,366964],[-7,-1436]],[[283710,365528],[-51,69]],[[283659,365597],[-117,-1255]],[[283542,364342],[-75,-143]],[[283467,364199],[-36,-77]],[[283431,364122],[-87,-195]],[[283344,363927],[-565,790]],[[282779,364717],[-265,34],[-366,1828],[61,990]],[[280149,367189],[-243,-2778]],[[279906,364411],[-397,-807]],[[279509,363604],[-259,695],[-282,3486]],[[287953,369117],[-346,-3597],[-150,-3563],[-151,2650],[266,5441],[255,73]],[[263081,364214],[-502,-2273]],[[262579,361941],[-398,1304]],[[262181,363245],[-37,1322],[-302,999]],[[261842,365566],[255,1917]],[[272438,366067],[-555,-2439],[-498,578]],[[271385,364206],[-316,930],[-383,3657],[178,533]],[[254498,366835],[-802,-2923],[-19,-787]],[[253677,363125],[-271,-607]],[[253406,362518],[-71,2344],[-388,2451]],[[188715,359808],[-3142,-15]],[[185573,359793],[-1e3,-6]],[[266349,366009],[57,-1412]],[[266406,364597],[-349,1839],[-369,-165]],[[264711,365733],[-224,-683],[-203,-2441]],[[264284,362609],[-596,3287]],[[271385,364206],[-448,-1771]],[[270937,362435],[-326,-1378],[-364,-500]],[[270247,360557],[-283,4288],[-168,501]],[[286158,369302],[207,215],[310,-1575],[-73,-2372],[-462,2608]],[[268620,364836],[-243,-50],[-502,-1356]],[[267875,363430],[-354,1381],[6,2515]],[[282779,364717],[-405,-1350]],[[282374,363367],[-1213,1929]],[[281161,365296],[-10,1338]],[[284858,366812],[77,-164]],[[284935,366648],[-7,-2001],[-380,948],[-673,137],[24,1170]],[[240886,368746],[3,-7717]],[[240889,361029],[-605,67]],[[240284,361096],[-452,335]],[[239832,361431],[-22,6076]],[[161404,359060],[-763,407],[-257,-1537]],[[160384,357930],[-486,2766],[-658,1780],[-447,2635]],[[158896,368457],[358,-59]],[[261842,365566],[-523,-2202]],[[261319,363364],[-642,5164]],[[242100,360892],[-1211,137]],[[275026,365644],[-484,-1303]],[[274542,364341],[-690,-1814]],[[273852,362527],[-445,2380],[92,338]],[[230194,365417],[-2,-5660]],[[230192,359757],[-625,5]],[[229567,359762],[-1109,1]],[[228458,359763],[-16,8871]],[[228458,359763],[-876,-6]],[[227582,359757],[-948,0]],[[226634,359757],[-13,7215]],[[220213,368621],[49,-8799]],[[220262,359822],[-1515,-40]],[[218747,359782],[-2,7215],[-52,1]],[[221783,366875],[7,-7101]],[[221790,359774],[-1286,38]],[[220504,359812],[-242,10]],[[225109,366931],[7,-7184]],[[225116,359747],[-550,11]],[[224566,359758],[-1269,13]],[[223297,359771],[-31,7163]],[[261319,363364],[-484,-1545]],[[260835,361819],[-445,1353]],[[260390,363172],[-31,2226],[112,2238]],[[278782,367130],[-479,-729]],[[176230,341181],[676,-3535]],[[176906,337646],[-237,-293],[-2131,-6],[-3163,16]],[[171375,337363],[-1036,-168]],[[170339,337195],[74,1516],[-404,8051],[81,566],[-423,2802],[-72,2164],[-261,2779]],[[285483,364729],[247,-950]],[[285730,363779],[-49,-868]],[[285681,362911],[-94,912],[-633,479],[-19,2346]],[[285270,368297],[233,-1659]],[[285503,366638],[-153,-1180]],[[285350,365458],[133,-729]],[[260390,363172],[-160,-225]],[[260230,362947],[-453,-403],[-418,352]],[[259359,362896],[21,897],[-302,2237]],[[267875,363430],[-170,-1501],[19,-1797],[-189,-331]],[[267535,359801],[-167,368]],[[267368,360169],[-60,2882],[-338,936],[-80,1342],[-349,-222],[-82,-931]],[[266459,364176],[-53,421]],[[279509,363604],[-224,-3408]],[[279285,360196],[-519,775]],[[278766,360971],[-292,-175],[-159,1424],[-530,-1399]],[[239832,361431],[-1514,177]],[[238318,361608],[-48,3423]],[[253406,362518],[-128,-3094]],[[253278,359424],[-344,1547],[-334,-766]],[[252600,360205],[-233,1071]],[[252367,361276],[211,-229]],[[245537,361562],[-556,-176],[-16,-3767]],[[244965,357619],[-1212,97]],[[243753,357716],[7,2976]],[[201904,367295],[0,-3259],[564,-4371]],[[202468,359665],[-2632,116]],[[199836,359781],[-169,0]],[[276659,363978],[-321,-1646],[-128,663],[-334,-926]],[[275876,362069],[-139,-177]],[[275737,361892],[-37,2241],[-197,1991]],[[276171,365518],[-31,-845]],[[276140,364673],[211,-935],[217,1690],[-397,90]],[[257011,363732],[-118,-2665]],[[256893,361067],[-311,-151]],[[256582,360916],[-548,-371],[-28,565]],[[256006,361110],[-205,1595]],[[281161,365296],[-22,-3279]],[[281139,362017],[-569,-758]],[[280570,361259],[-694,2327],[30,825]],[[204580,359704],[-804,-10]],[[203776,359694],[-1308,-29]],[[258405,362945],[-625,205],[-142,-3375]],[[257638,359775],[-745,1292]],[[258210,365757],[195,-2812]],[[216174,367014],[4,-7320]],[[216178,359694],[-1317,-41]],[[214861,359653],[-39,8]],[[217535,367e3],[4,-7258]],[[217539,359742],[-1361,-48]],[[218747,359782],[-870,-30]],[[217877,359752],[-338,-10]],[[232990,366930],[-4,-7162]],[[232986,359768],[-736,0]],[[232250,359768],[-495,-4]],[[231755,359764],[0,5587]],[[226634,359757],[-863,-11]],[[225771,359746],[-655,1]],[[223297,359771],[-1270,0]],[[222027,359771],[-237,3]],[[234233,366109],[3,-6336]],[[234236,359773],[-930,-5]],[[233306,359768],[-320,0]],[[254834,362560],[-147,-2742]],[[254687,359818],[-400,-772]],[[254287,359046],[-461,3988],[-149,91]],[[285503,366638],[154,-1165],[635,-2093],[-66,-1012]],[[286226,362368],[53,-609]],[[286279,361759],[-115,-211]],[[286164,361548],[-434,2231]],[[285483,364729],[-133,729]],[[237082,365181],[-19,-4504]],[[237063,360677],[-1557,162]],[[235506,360839],[0,5242]],[[275737,361892],[-473,-1709],[-546,-689]],[[274718,359494],[-101,1954]],[[274617,361448],[153,1099]],[[274770,362547],[-228,1794]],[[266459,364176],[-121,-2911],[119,-2630]],[[266457,358635],[-224,322]],[[266233,358957],[-784,1845]],[[265449,360802],[-274,2103],[71,1541]],[[264091,359038],[-613,-1731]],[[263478,357307],[-281,2109],[-435,319]],[[262762,359735],[-183,2206]],[[264284,362609],[-193,-3571]],[[235506,360839],[0,-1078]],[[235506,359761],[-1085,11]],[[234421,359772],[-185,1]],[[259359,362896],[-159,-1977]],[[259200,360919],[-468,373],[-327,1653]],[[276140,364673],[31,845]],[[252367,361276],[-1008,2722]],[[251359,363998],[-4,1417]],[[272820,364154],[-287,-1786],[161,-862],[-535,-1063],[70,-474]],[[272229,359969],[-685,-1435],[-271,477]],[[271273,359011],[-336,3424]],[[250466,366019],[-48,-4180],[274,-850]],[[250692,360989],[92,-1564]],[[250784,359425],[-347,1556],[-155,-1005]],[[250282,359976],[-177,539],[-309,3947]],[[265449,360802],[-249,-1448],[-375,-410]],[[264825,358944],[-564,-169]],[[264261,358775],[-170,263]],[[251359,363998],[-15,-29]],[[251344,363969],[-427,-1199],[-225,-1781]],[[267368,360169],[-217,-969],[-641,-1367]],[[266510,357833],[-53,802]],[[248061,360548],[-409,-2218]],[[247652,358330],[-1170,82]],[[246482,358412],[-282,2305]],[[283884,365227],[441,265],[239,-1371]],[[284564,364121],[-405,-2255]],[[284159,361866],[-678,-2215]],[[283481,359651],[-2,3311]],[[283479,362962],[63,1380]],[[283659,365597],[225,-370]],[[262181,363245],[-452,-3529],[-71,-1327]],[[261658,358389],[-614,240]],[[261044,358629],[-209,3190]],[[270247,360557],[-500,-1318]],[[269747,359239],[-387,951],[-242,3364]],[[231755,359764],[-101,-4]],[[231654,359760],[-1462,-3]],[[273852,362527],[-162,-1380]],[[273690,361147],[-561,-945],[-310,462],[-429,-1770]],[[272390,358894],[-161,1075]],[[282112,359572],[-317,633]],[[281795,360205],[-220,-114],[-436,1926]],[[282374,363367],[-290,-906],[28,-2889]],[[238318,361608],[-4,-1905]],[[238314,359703],[-2,-1358]],[[238312,358345],[-1259,166]],[[237053,358511],[10,2166]],[[160384,357930],[-174,-102]],[[160210,357828],[-281,264],[-164,-998]],[[159765,357094],[-379,2271],[-464,-404],[-520,2826]],[[283344,363927],[135,-965]],[[283481,359651],[-614,-2145]],[[282867,357506],[-109,311]],[[282758,357817],[-299,1492],[-347,263]],[[269086,363432],[-450,-1508],[10,-1311],[-407,-1312]],[[268239,359301],[-193,764],[-584,-1127],[73,863]],[[250282,359976],[-572,-2622]],[[249710,357354],[-479,-188]],[[249231,357166],[11,1267],[-274,2900],[59,794]],[[280570,361259],[-138,-3504]],[[280432,357755],[-433,-3598]],[[279999,354157],[-48,2703],[-666,3336]],[[274770,362547],[-153,-1099]],[[274718,359494],[-251,-983]],[[274467,358511],[-297,-983]],[[274170,357528],[-480,3619]],[[285497,362381],[-63,-1487],[-424,-1183]],[[285010,359711],[-289,-964]],[[284721,358747],[-34,2055],[-528,1064]],[[284564,364121],[581,-507],[352,-1233]],[[277364,360567],[-130,-3464]],[[277234,357103],[-337,-1260],[-663,787],[-116,-677]],[[276118,355953],[-70,868],[-471,580]],[[275577,357401],[360,2850],[-61,1818]],[[251671,358926],[-486,-648],[-308,443]],[[250877,358721],[-93,704]],[[251344,363969],[327,-5043]],[[252600,360205],[-4,-1497]],[[252596,358708],[-916,78]],[[251680,358786],[-9,140]],[[286164,361548],[133,-1960]],[[286297,359588],[-664,2557],[48,766]],[[269747,359239],[82,-1209],[-301,-552]],[[269528,357478],[-635,40],[-381,-1462]],[[268512,356056],[-298,1723]],[[268214,357779],[25,1522]],[[259200,360919],[-148,-2366]],[[259052,358553],[-666,-2939]],[[258386,355614],[14,578],[-508,429],[-79,979]],[[257813,357600],[-175,2175]],[[262762,359735],[-638,-2584]],[[262124,357151],[-421,-78]],[[261703,357073],[-45,1316]],[[261044,358629],[-402,-2234]],[[260642,356395],[-399,432]],[[260243,356827],[-13,6120]],[[254287,359046],[-781,-1739]],[[253506,357307],[-228,2117]],[[260243,356827],[-662,-2212]],[[259581,354615],[-529,3938]],[[256006,361110],[-211,-8003]],[[255795,353107],[-851,-64]],[[254944,353043],[-147,-18]],[[254797,353025],[95,6137],[-205,656]],[[285916,358061],[-1039,-4907]],[[284877,353154],[-34,77]],[[284843,353231],[-42,1109]],[[284801,354340],[305,3818],[-96,1553]],[[285497,362381],[59,-1873],[467,-1557],[-107,-890]],[[271273,359011],[-157,-551]],[[271116,358460],[-308,-1199],[-364,-179],[-73,-1054],[-635,-1658]],[[269736,354370],[-208,3108]],[[278766,360971],[-356,-9724]],[[278410,351247],[-345,-4]],[[278065,351243],[106,760],[-263,1161],[-285,-493],[86,-1438]],[[277709,351233],[-112,-1]],[[277597,351232],[-569,21]],[[277028,351253],[206,5850]],[[275577,357401],[-419,-1374],[-218,-1669]],[[274940,354358],[-473,4153]],[[249231,357166],[-25,-4320],[-720,33]],[[248486,352879],[-527,25]],[[247959,352904],[-9,1582],[-298,3844]],[[281795,360205],[-66,-4560]],[[281729,355645],[-596,561],[-701,1549]],[[286315,361864],[-36,-105]],[[286315,361864],[307,-509],[-325,-1767]],[[284721,358747],[-1328,-4408]],[[283393,354339],[-167,252],[88,2639],[-447,276]],[[246482,358412],[44,-2141]],[[246526,356271],[-1263,227]],[[245263,356498],[-303,38],[5,1083]],[[240284,361096],[-17,-4867]],[[240267,356229],[-1101,142]],[[239166,356371],[-106,8],[13,3262],[-759,62]],[[274170,357528],[-841,-1351]],[[273329,356177],[-156,-696],[-455,-110]],[[272718,355371],[-328,3523]],[[257813,357600],[-221,-728],[-203,-3628]],[[257389,353244],[-828,-107]],[[256561,353137],[21,7779]],[[256561,353137],[-151,-14]],[[256410,353123],[-615,-16]],[[242552,360828],[-65,-4878]],[[242487,355950],[-1819,221]],[[240668,356171],[-401,58]],[[253506,357307],[130,-2237]],[[253636,355070],[-1045,64]],[[252591,355134],[5,3574]],[[250877,358721],[-61,-2945]],[[250816,355776],[-215,-1258],[64,-1202]],[[250665,353316],[-204,-1647],[-215,1259]],[[250246,352928],[-536,4426]],[[279999,354157],[-151,-412],[-88,-2492]],[[279760,351253],[-173,-5]],[[279587,351248],[-953,1]],[[278634,351249],[-224,-2]],[[243753,357716],[-40,-7253]],[[243713,350463],[-1248,-11]],[[242465,350452],[22,5498]],[[237053,358511],[-17,-3425]],[[237036,355086],[-1531,348]],[[235505,355434],[1,4327]],[[266233,358957],[17,-976],[-599,-2205],[-221,-1818]],[[265430,353958],[-521,3091],[-84,1895]],[[282758,357817],[6,-3369],[-310,-3129]],[[282454,351319],[-369,-16]],[[282085,351303],[-408,-9]],[[281677,351294],[52,4351]],[[268214,357779],[-540,-708],[-177,-2081],[-906,-1448]],[[266591,353542],[-141,2662],[60,1629]],[[272718,355371],[-733,-1028],[-226,-1288]],[[271759,353055],[-261,2813],[-382,2592]],[[192649,359743],[0,-24860],[483,-3],[-46,-2691],[-3,-12919],[-57,-4902],[46,-1624],[-29,-12941],[-91,-9],[0,-3908]],[[192952,295886],[-303,169]],[[192649,296055],[0,7877],[-2090,0],[0,4900]],[[190559,308832],[0,51008]],[[190559,308832],[-267,69],[-549,2097],[-586,1352],[-625,-723],[-214,1094]],[[188318,312721],[8,6150],[-629,15],[-1,3313],[-1550,-154],[-3,3263],[-297,21],[4,2068],[-380,-319],[-149,1054],[-899,1045],[-616,2799],[-445,401]],[[183361,332377],[1,5120],[66,1656],[-122,2775],[363,944],[70,1118],[518,1618],[615,865],[469,2332],[-89,1927],[91,1455],[24,3834],[237,2874],[-31,898]],[[254797,353025],[-1049,763]],[[253748,353788],[-112,1282]],[[233306,359768],[-67,-1052],[1,-6427]],[[233240,352289],[-1054,-2]],[[232186,352287],[-1,6412],[65,1069]],[[231654,359760],[-1,-10708]],[[231653,349052],[-2,-4884],[-743,12]],[[230908,344180],[41,1148],[-278,232],[-357,1844],[-191,-673],[-230,2345],[-236,376],[-145,2238],[-299,-1766],[-371,677]],[[228842,350601],[273,1701],[-395,-68]],[[228720,352234],[-26,1706],[357,-36],[129,1256],[379,564],[8,4038]],[[224566,359758],[31,-9970]],[[224597,349788],[-210,-1342],[-482,1078],[-172,1064],[-325,12]],[[223408,350600],[-48,1718],[-452,3424],[-433,679]],[[222475,356421],[0,1]],[[222475,356422],[-448,3349]],[[234421,359772],[22,-6122]],[[234443,353650],[-18,-2995]],[[234425,350655],[-897,9]],[[233528,350664],[-1,1625],[-287,0]],[[232186,352287],[-8,-3237]],[[232178,349050],[-525,2]],[[227582,359757],[-1,-7542]],[[227581,352215],[-1788,-1]],[[225793,352214],[-22,7532]],[[225793,352214],[0,-2428]],[[225793,349786],[-1196,2]],[[228720,352234],[-1136,-19]],[[227584,352215],[-3,0]],[[235505,355434],[1,-1837]],[[235506,353597],[-1063,53]],[[222475,356421],[0,-4177],[-865,-45]],[[221610,352199],[-1108,8]],[[220502,352207],[2,7605]],[[203776,359694],[98,-2074],[-26,-3169],[117,-4650],[-91,-2222],[-239,-893],[559,-1233],[337,-2424],[573,-1622]],[[205104,341407],[-115,-753],[-407,115]],[[204582,340769],[2,439],[-988,-6],[48,-1326],[-533,2]],[[203111,339878],[-7,660]],[[203104,340538],[1,655],[-1776,-49],[0,4052],[-2059,59]],[[199270,345255],[16,10890],[481,2044],[69,1592]],[[199270,345255],[-7,-4085]],[[199263,341170],[-3954,38]],[[195309,341208],[2,18556]],[[195309,341208],[0,-19410]],[[195309,321798],[-1,-7083]],[[195308,314715],[-3,-14913]],[[195305,299802],[-837,-13],[-15,-900],[-398,-1421]],[[194055,297468],[-881,-3135],[-222,1553]],[[212146,359782],[0,-9302]],[[212146,350480],[-110,1],[3,-8289]],[[212039,342192],[-2,-5881]],[[212037,336311],[-929,13]],[[211108,336324],[28,6448],[-1196,-12],[1,1644],[-599,9],[0,810]],[[209342,345223],[3,14488]],[[214861,359653],[-12,-9170]],[[214849,350483],[-362,-4]],[[214487,350479],[-2341,1]],[[217877,359752],[-24,-9286]],[[217853,350466],[-365,-7]],[[217488,350459],[-1501,5]],[[215987,350464],[-1138,19]],[[220502,352207],[-2,-1740]],[[220500,350467],[-1510,-6]],[[218990,350461],[-1137,5]],[[284801,354340],[42,-1109]],[[284877,353154],[-51,-1711]],[[284826,351443],[-1,-153]],[[284825,351290],[-691,44]],[[284134,351334],[-370,-26]],[[283764,351308],[-248,1789],[-323,550],[200,692]],[[263478,357307],[2,-789],[-559,-4123]],[[262921,352395],[-20,2]],[[262901,352397],[-528,227]],[[262373,352624],[-249,4527]],[[205965,359691],[58,-1482],[-85,-3570],[-387,-996],[-22,-2199],[163,-1118],[-61,-4279]],[[205631,346047],[-184,-448],[-36,-1983],[-307,-2209]],[[209342,345223],[-1191,14]],[[208151,345237],[-1196,-14],[2,803],[-1326,21]],[[239166,356371],[-30,-5933]],[[239136,350438],[-750,14]],[[238386,350452],[29,5979],[-103,1914]],[[162899,346141],[-231,-1190],[-456,1973],[-261,-928],[-61,1185],[-572,3411],[-183,-60],[-19,1981],[-417,1414],[44,778],[-533,3123]],[[265430,353958],[-148,-1853]],[[265282,352105],[-222,46]],[[265060,352151],[-603,35]],[[264457,352186],[-224,1544],[-135,2569],[163,2476]],[[286870,358327],[-79,-1657]],[[286791,356670],[-328,768],[3,1656],[404,-767]],[[264457,352186],[-96,-2]],[[264361,352184],[-1440,211]],[[266591,353542],[-596,-1193]],[[265995,352349],[-713,-244]],[[251680,358786],[-1,-3231]],[[251679,355555],[-863,221]],[[252591,355134],[-9,-4639]],[[252582,350495],[-78,9]],[[252504,350504],[-835,20]],[[251669,350524],[10,5031]],[[261703,357073],[-226,-4256]],[[261477,352817],[-391,-141]],[[261086,352676],[-444,3719]],[[259581,354615],[12,-1749]],[[259593,352866],[-647,210]],[[258946,353076],[-576,206]],[[258370,353282],[16,2332]],[[238386,350452],[-787,-3]],[[237599,350449],[-586,0]],[[237013,350449],[23,4637]],[[287748,351418],[-69,0]],[[287679,351418],[-139,3114],[-110,-3118]],[[287430,351414],[-90,0]],[[287340,351414],[-61,2]],[[287279,351416],[-242,-2]],[[287037,351414],[1,2143],[150,496],[-378,1441],[-61,1239]],[[286749,356733],[42,-63]],[[286870,358327],[530,-179],[348,-6730]],[[274940,354358],[-364,-882],[-48,-1926]],[[274528,351550],[-629,24]],[[273899,351574],[-213,1696]],[[273686,353270],[-50,397]],[[273636,353667],[-307,2510]],[[270321,353193],[-338,-940]],[[269983,352253],[-141,1]],[[269842,352254],[-106,2116]],[[271759,353055],[-114,-499]],[[271645,352556],[-501,43]],[[271144,352599],[-890,-363]],[[270254,352236],[67,957]],[[247959,352904],[-202,-2471]],[[247757,350433],[-990,13]],[[246767,350446],[-44,3365],[-197,2460]],[[286206,357292],[36,565]],[[286206,357292],[-103,-959],[-95,-4917]],[[286008,351416],[-140,0]],[[285868,351416],[-1042,27]],[[285916,358061],[-22,-1250],[348,1046]],[[163911,339436],[276,-2210]],[[164187,337226],[-3149,125]],[[161038,337351],[-326,1746],[-77,1735],[-231,787],[-396,3161],[-503,2053],[-222,5105],[442,1739],[40,3417]],[[283764,351308],[-1310,11]],[[268512,356056],[-491,-2310],[-105,-1529]],[[267916,352217],[-1356,67]],[[266560,352284],[-565,65]],[[281677,351294],[-774,-7]],[[280903,351287],[-371,-27]],[[280532,351260],[-772,-7]],[[262373,352624],[-838,204]],[[261535,352828],[-58,-11]],[[245263,356498],[-29,-6068]],[[245234,350430],[-782,-12]],[[244452,350418],[-119,11]],[[244333,350429],[-620,34]],[[269842,352254],[-878,-31]],[[268964,352223],[-617,-6]],[[268347,352217],[-431,0]],[[258370,353282],[-422,-315]],[[257948,352967],[-559,277]],[[276118,355953],[-148,-277],[114,-4413]],[[276084,351263],[-1077,152]],[[275007,351415],[-479,135]],[[250246,352928],[-253,-2473]],[[249993,350455],[-186,-21]],[[249807,350434],[-151,5]],[[249656,350439],[-18,-3004]],[[249638,347435],[-129,1228],[-367,441],[-80,-746],[-582,45]],[[248480,348403],[6,4476]],[[286305,356800],[-51,-466]],[[286570,356468],[-316,-134]],[[286570,356468],[124,213]],[[286694,356681],[55,52]],[[287037,351414],[-532,-2]],[[286505,351412],[-497,4]],[[286305,356800],[-99,492]],[[277028,351253],[-871,10]],[[276157,351263],[-73,0]],[[181366,356861],[18,-12097],[-305,-3169],[-223,-192],[-381,2417],[-725,-8],[-350,-1053],[144,-4362],[76,-6300],[227,-3470],[73,-3058],[-216,-1125],[36,-1876]],[[179740,322568],[-2834,15078]],[[261086,352676],[-980,65]],[[260106,352741],[-513,125]],[[246767,350446],[-580,-1]],[[246187,350445],[-953,-15]],[[240668,356171],[-20,-5742]],[[240648,350429],[-227,4]],[[240421,350433],[-1234,7]],[[239187,350440],[-51,-2]],[[223408,350600],[12,-6428]],[[223420,344172],[-1187,51]],[[222233,344223],[-596,-4],[-27,7980]],[[273636,353667],[50,-397]],[[273899,351574],[-178,50]],[[273721,351624],[-1258,239]],[[272463,351863],[-903,250]],[[271560,352113],[85,443]],[[242465,350452],[-84,-5]],[[242381,350447],[-1055,0]],[[241326,350447],[-678,-18]],[[251669,350524],[-28,4]],[[251641,350528],[-22,-4]],[[251619,350524],[-191,1382],[-763,1410]],[[237013,350449],[-1507,13]],[[235506,350462],[0,3135]],[[253748,353788],[47,-3358]],[[253795,350430],[-1213,65]],[[170339,337195],[-4266,60]],[[166073,337255],[29,8917],[143,-16],[5,2474],[-284,1630]],[[254944,353043],[136,-5034]],[[255080,348009],[-640,-725],[-443,466]],[[253997,347750],[-26,131]],[[253971,347881],[-176,2549]],[[235506,350462],[154,-6283]],[[235660,344179],[-653,-10]],[[235007,344169],[-597,8]],[[234410,344177],[15,6478]],[[257414,348712],[-201,-1047],[-242,621]],[[256971,348286],[-207,-250],[-369,1607]],[[256395,349643],[15,3480]],[[257948,352967],[-373,-4227],[-161,-28]],[[258946,353076],[-66,-2837]],[[258880,350239],[-152,-2605]],[[258728,347634],[-470,-221],[-397,-1687]],[[257861,345726],[-447,2986]],[[251619,350524],[-1425,9]],[[250194,350533],[-201,-78]],[[256395,349643],[-463,-2485]],[[255932,347158],[-632,238]],[[255300,347396],[-220,613]],[[278065,351243],[-356,-10]],[[260035,350463],[-39,-1632]],[[259996,348831],[-420,265]],[[259576,349096],[-528,339],[-168,804]],[[260106,352741],[-71,-2278]],[[248480,348403],[6,-7256]],[[248486,341147],[-919,-50]],[[247567,341097],[-247,-13]],[[247320,341084],[102,953]],[[247422,342037],[419,2876]],[[247841,344913],[353,1892],[-44,1811],[-209,1819],[-184,-2]],[[262901,352397],[149,-1465]],[[263050,350932],[-592,1050],[-298,-536],[-193,-2703]],[[261967,348743],[-458,2312]],[[261509,351055],[26,1773]],[[261509,351055],[-433,-573],[-153,-1811]],[[260923,348671],[-582,2219],[-306,-427]],[[270706,350628],[-572,-2009],[-308,-73]],[[269826,348546],[-389,912],[-672,-256]],[[268765,349202],[199,3021]],[[270254,352236],[-271,17]],[[271144,352599],[-438,-1971]],[[271560,352113],[-142,-3665]],[[271418,348448],[-528,-1943]],[[270890,346505],[-41,-397]],[[270849,346108],[-351,1893],[300,1976],[-92,651]],[[264361,352184],[5,-1438],[-252,-900],[56,-3382],[-120,-1264]],[[264050,345200],[-190,-992]],[[263860,344208],[-474,1989],[-250,1871]],[[263136,348068],[117,454],[-203,2410]],[[266560,352284],[206,-1169],[31,-2258]],[[266797,348857],[-174,-720],[-607,-562]],[[266016,347575],[-183,13],[-202,1691],[-279,-297]],[[265352,348982],[-292,3169]],[[228842,350601],[-61,-3232],[298,0],[0,-1617]],[[229079,345752],[-602,-1],[-1,-1624],[-593,-2]],[[227883,344125],[-297,101]],[[227586,344226],[-2,7989]],[[268347,352217],[-502,-559],[-752,-3147]],[[267093,348511],[-296,346]],[[233528,350664],[-299,-2],[-14,-8097]],[[233215,342565],[-365,1],[-131,1627],[-399,1]],[[232320,344194],[-150,-1],[8,4857]],[[265352,348982],[-275,-2785]],[[265077,346197],[-193,-790],[-429,315],[-38,-1252],[-367,730]],[[268765,349202],[-61,-397]],[[268704,348805],[-665,-1448],[-393,-1682]],[[267646,345675],[-224,1917],[-258,-1046]],[[267164,346546],[-71,1965]],[[227586,344226],[-599,4]],[[226987,344230],[-1193,4]],[[225794,344234],[-1,5552]],[[222233,344223],[3,-2818]],[[222236,341405],[-226,-158],[-275,-2614],[-162,-422],[-441,841],[-101,2156],[-521,-2268]],[[220510,338940],[0,3261]],[[220510,342201],[-10,8266]],[[272463,351863],[277,-3899]],[[272740,347964],[-622,-2325]],[[272118,345639],[-700,2809]],[[263136,348068],[-494,-1684],[-81,-2308]],[[262561,344076],[-537,-332]],[[262024,343744],[-54,115]],[[261970,343859],[103,956],[-106,3928]],[[273721,351624],[-182,-2986]],[[273539,348638],[-167,-516],[-189,1242],[-443,-1400]],[[230908,344180],[-82,5]],[[230826,344185],[-902,-44]],[[229924,344141],[-550,-15],[0,1626],[-295,0]],[[275007,351415],[-33,-5379]],[[274974,346036],[-1,-378]],[[274973,345658],[-247,762],[-926,-859]],[[273800,345561],[12,1685],[-273,1392]],[[285868,351416],[140,-749]],[[286008,350667],[106,-2464]],[[286114,348203],[-296,-486]],[[285818,347717],[-335,-961]],[[285483,346756],[-266,1180],[-452,774]],[[284765,348710],[60,2580]],[[287331,347551],[-272,271],[-554,3590]],[[287279,351416],[112,-2597],[320,-2367],[229,-3945],[-412,3972],[-197,1072]],[[287748,351418],[261,-5943]],[[288009,345475],[-7,-9]],[[288002,345466],[-124,1107],[-199,4845]],[[276157,351263],[-22,-5309]],[[276135,345954],[-1161,82]],[[287331,347551],[294,-3319],[-296,418],[-595,3435]],[[286734,348085],[-726,2582]],[[282085,351303],[5,-704]],[[282090,350599],[-40,-2323],[-263,-3337]],[[281787,344939],[-837,1178]],[[280950,346117],[82,750],[-129,4420]],[[284010,345759],[-232,-1457]],[[283778,344302],[-264,840],[-153,2057],[-292,-389],[-26,2140],[-250,1169],[-703,480]],[[284134,351334],[123,-1350],[-247,-4225]],[[284765,348710],[428,-835],[170,-2171]],[[285363,345704],[-1353,55]],[[279587,351248],[-16,-5691]],[[279571,345557],[-415,60]],[[279156,345617],[-565,56]],[[278591,345673],[43,5576]],[[280950,346117],[-322,-1897],[-207,205]],[[280421,344425],[-40,5196],[151,1639]],[[280421,344425],[-138,-2849]],[[280283,341576],[-564,914]],[[279719,342490],[-155,442],[7,2625]],[[277597,351232],[-60,-5440]],[[277537,345792],[-1,-133]],[[277536,345659],[-1401,295]],[[278591,345673],[-288,31]],[[278303,345704],[-766,88]],[[261970,343859],[-836,1715],[-211,1218]],[[260923,346792],[0,1879]],[[260923,346792],[-350,-1703],[-444,506]],[[260129,345595],[-184,949],[51,2287]],[[283778,344302],[137,-1341],[-235,-398]],[[283680,342563],[-211,-1306]],[[283469,341257],[-343,603],[-21,992],[-459,1162]],[[282646,344014],[-526,-168],[-333,1093]],[[234410,344177],[-298,-3],[1,-1624],[-250,5]],[[233863,342555],[-648,10]],[[270849,346108],[-412,-3021]],[[270437,343087],[-395,999]],[[270042,344086],[-95,1419],[-234,366]],[[269713,345871],[113,2675]],[[286734,348085],[37,-1381],[441,-2720],[-295,-510],[-337,1726]],[[286580,345200],[-247,781],[-219,2222]],[[251641,350528],[29,-1722],[-373,-22],[-27,-3471]],[[251270,345313],[-542,-338]],[[250728,344975],[-915,150]],[[249813,345125],[341,3659],[40,1749]],[[225794,344234],[-297,0]],[[225497,344234],[-1188,0]],[[224309,344234],[-889,-62]],[[252504,350504],[-37,-6508]],[[252467,343996],[-452,-1664]],[[252015,342332],[-416,1162],[-329,1819]],[[249813,345125],[-408,-510]],[[249405,344615],[-185,1255],[449,35],[-218,1039],[187,491]],[[249807,350434],[-151,5]],[[215987,342196],[-1502,-4]],[[214485,342192],[2,8287]],[[215987,350464],[0,-8268]],[[253971,347881],[-287,-10],[29,-1851],[-361,-2614]],[[253352,343406],[3,475],[-888,115]],[[217486,342236],[0,-44]],[[217486,342192],[-1499,4]],[[217488,350459],[-2,-8223]],[[214485,342192],[-2446,0]],[[218990,350461],[-2,-8244]],[[218988,342217],[-1502,19]],[[220510,342201],[-1504,15]],[[219006,342216],[-18,1]],[[237599,350449],[-67,-2392],[210,-1186]],[[237742,346871],[-201,-1331]],[[237541,345540],[-238,-554],[-1004,172],[-161,-2143],[-448,53]],[[235690,343068],[-30,1111]],[[244333,350429],[-13,-3019],[-310,36],[-1,-1628],[-349,62]],[[243660,345880],[-1297,148]],[[242363,346028],[18,4419]],[[239187,350440],[-9,-7019]],[[239178,343421],[-500,72]],[[238678,343493],[-199,24],[-297,3289],[-440,65]],[[244452,350418],[273,-1429],[140,-3024]],[[244865,345965],[-253,-501],[-21,-6336]],[[244591,339128],[-295,860],[-689,92]],[[243607,340080],[77,1094],[-24,4706]],[[246124,346133],[-9,-2184]],[[246115,343949],[-921,327],[-329,1689]],[[246187,350445],[91,-4020],[-154,-292]],[[240421,350433],[-86,-130],[-16,-7014]],[[240319,343289],[-151,19]],[[240168,343308],[-990,113]],[[241326,350447],[-51,-4301],[214,-302],[163,-1657],[2,-1854]],[[241654,342333],[-1188,137],[-147,819]],[[242363,346028],[-109,-2389]],[[242254,343639],[-4,-1372],[-299,33],[-7,-1620],[-298,35]],[[241646,340715],[8,1618]],[[247841,344913],[-363,-14],[3,1092],[-1357,142]],[[166073,337255],[-1825,-24]],[[164248,337231],[-61,-5]],[[259576,349096],[-441,-2425]],[[259135,346671],[-407,963]],[[256971,348286],[-234,-4732],[-157,-1542]],[[256580,342012],[-358,78]],[[256222,342090],[31,3291]],[[256253,345381],[-11,1627],[-310,150]],[[269713,345871],[-270,-1826],[-440,-1091]],[[269003,342954],[-147,935],[39,5066],[-191,-150]],[[273800,345561],[-24,-3359]],[[273776,342202],[-410,-186]],[[273366,342016],[-834,-921]],[[272532,341095],[-604,2256]],[[271928,343351],[190,2288]],[[266016,347575],[-182,-3347]],[[265834,344228],[-583,406]],[[265251,344634],[-174,1563]],[[260129,345595],[-76,-1981]],[[260053,343614],[-159,-706],[-544,-143]],[[259350,342765],[-215,3906]],[[249405,344615],[100,-1065],[-238,-811],[-78,-1540]],[[249189,341199],[-703,-52]],[[232320,344194],[0,-4873],[-163,-839]],[[232157,338482],[-593,17]],[[231564,338499],[9,4068],[-746,8],[-1,1610]],[[267164,346546],[-203,141],[-387,-2271]],[[266574,344416],[-254,92],[-305,-1843]],[[266015,342665],[-181,1563]],[[257861,345726],[219,-2689]],[[258080,343037],[-288,-2464]],[[257792,340573],[-469,1261],[-395,312],[-275,-1179],[-73,1045]],[[269003,342954],[-22,-1048]],[[268981,341906],[-95,483],[-414,-1436],[-99,-1242],[-215,430]],[[268158,340141],[0,1]],[[268158,340142],[-746,4390]],[[267412,344532],[234,1143]],[[271928,343351],[-738,-110]],[[271190,343241],[-274,1942],[-26,1322]],[[286580,345200],[260,-2059],[-166,-58],[-563,1793],[417,-1963],[-516,-159]],[[286012,342754],[-231,471],[37,4492]],[[263860,344208],[277,-2133]],[[264137,342075],[-291,-1173],[-653,-1442]],[[263193,339460],[-112,1610],[-520,3006]],[[255300,347396],[-148,-2919]],[[255152,344477],[-646,1243],[-422,-29]],[[254084,345691],[-87,2059]],[[254084,345691],[77,-2250],[-252,-3270],[243,-246],[-104,-1722]],[[254048,338203],[-22,-470]],[[254026,337733],[-578,561]],[[253448,338294],[-109,14],[13,5098]],[[259350,342765],[125,-2327]],[[259475,340438],[-385,-123]],[[259090,340315],[-438,450],[-572,2272]],[[286012,342754],[225,-326],[-290,-1136],[-496,1123],[-83,1530],[115,2811]],[[267412,344532],[-191,-1784]],[[267221,342748],[-165,990],[-482,678]],[[256222,342090],[-60,-1686]],[[256162,340404],[-921,638]],[[255241,341042],[-89,3435]],[[238678,343493],[80,-2934],[-203,-1599],[13,-2199]],[[238568,336761],[-493,96]],[[238075,336857],[-599,-165]],[[237476,336692],[-145,21]],[[237331,336713],[52,6147],[158,2680]],[[262024,343744],[-409,-705],[-49,-2263]],[[261566,340776],[-126,977],[-554,938],[-379,-1246]],[[260507,341445],[-454,2169]],[[265251,344634],[-424,-2187],[97,-598],[-378,-805],[-214,-1553]],[[264332,339491],[-195,2584]],[[274973,345658],[38,-1939],[-162,-1685]],[[274849,342034],[-546,79]],[[274303,342113],[-527,89]],[[271190,343241],[205,-849],[-197,-1935]],[[271198,340457],[-257,707]],[[270941,341164],[-122,-754]],[[270819,340410],[-107,-893]],[[270712,339517],[-146,572],[-129,2998]],[[281787,344939],[-692,-7162]],[[281095,337777],[-139,1398],[-673,2401]],[[247320,341084],[-33,-576],[-1290,60]],[[245997,340568],[118,3381]],[[208151,345237],[293,-4778],[-163,-1891],[63,-1472]],[[208344,337096],[-1781,-187],[-951,1848],[-1038,6]],[[204574,338763],[8,2006]],[[276135,345954],[-22,-4592]],[[276113,341362],[-980,-698]],[[275133,340664],[-284,1370]],[[243607,340080],[-387,-1384]],[[243220,338696],[-296,1224],[-438,78],[155,1793],[-387,1848]],[[270042,344086],[-542,-1570]],[[269500,342516],[-247,-1768]],[[269253,340748],[-294,-190],[22,1348]],[[245997,340568],[-63,-1620],[-438,76]],[[245496,339024],[-464,93]],[[245032,339117],[-441,11]],[[277536,345659],[-27,-6364]],[[277509,339295],[-1406,392]],[[276103,339687],[10,1675]],[[278303,345704],[22,-6834]],[[278325,338870],[33,-603],[-850,-17]],[[277508,338250],[1,1045]],[[229924,344141],[1,-4065]],[[229925,340076],[-1447,8]],[[228478,340084],[-594,800],[-1,3241]],[[255241,341042],[-480,-1635],[-27,-1245]],[[254734,338162],[-379,-650],[-307,691]],[[285363,345704],[-90,-1720],[200,-3016],[-54,-1230]],[[285419,339738],[-161,-1089]],[[285258,338649],[0,-1]],[[285258,338649],[-207,364],[-191,-1126],[-97,1433],[-186,-785],[-144,1522],[-394,-15],[-22,1228],[-337,1293]],[[279156,345617],[-183,-6999]],[[278973,338618],[-648,252]],[[279719,342490],[139,-1156],[-370,-2639],[-207,11]],[[279281,338706],[-308,-88]],[[237331,336713],[-1478,-32]],[[235853,336681],[-163,6387]],[[287690,334442],[-349,563]],[[287341,335005],[74,4092],[488,660],[174,-762],[41,-4814],[-337,-751],[-91,1012]],[[288009,345475],[568,-6870],[-469,3339],[-106,3522]],[[252015,342332],[-40,-5057]],[[251975,337275],[-583,117]],[[251392,337392],[-539,1204],[-221,2559]],[[250632,341155],[96,3820]],[[203104,340538],[-422,-118],[-2,-2837],[423,-966]],[[203103,336617],[9,-10066]],[[203112,326551],[-2650,80]],[[200462,326631],[-119,1601],[-198,-3]],[[200145,328229],[4,12910],[-886,31]],[[211108,336324],[-14,-6367],[-716,-155]],[[210378,329802],[-244,606],[-702,7065],[-124,-377],[-964,0]],[[250632,341155],[-254,-2106],[-175,-101]],[[250203,338948],[-180,1222],[-661,-786]],[[249362,339384],[-173,1815]],[[282646,344014],[-362,-5323]],[[282284,338691],[-1014,-2547]],[[281270,336144],[-175,1633]],[[267221,342748],[-212,-3523]],[[267009,339225],[-457,517],[-553,2139]],[[265999,341881],[16,784]],[[265999,341881],[52,-1240],[-389,-1579]],[[265662,339062],[-165,-855],[-257,652],[-539,-385],[-75,-938]],[[264626,337536],[-271,1710]],[[264355,339246],[-23,245]],[[268158,340141],[-176,-2867]],[[267982,337274],[-326,-27],[-492,-1365]],[[267164,335882],[-1,-24]],[[267163,335858],[-154,3367]],[[263193,339460],[-282,-1555]],[[262911,337905],[-375,-1179]],[[262536,336726],[-941,75]],[[261595,336801],[0,25]],[[261595,336826],[-52,385]],[[261543,337211],[10,106]],[[261553,337317],[156,2178],[-143,1281]],[[226987,344230],[5,-8168]],[[226992,336062],[-1485,-16]],[[225507,336046],[-10,8188]],[[228478,340084],[-1,-4054]],[[228477,336030],[-1485,32]],[[225507,336046],[-296,-3],[0,-3229]],[[225211,332814],[-863,2]],[[224348,332816],[-25,4855]],[[224323,337671],[-14,6563]],[[224323,337671],[-2072,-4]],[[222251,337667],[-15,3738]],[[231564,338499],[-444,3],[-1,-4058]],[[231119,334444],[-1192,-1]],[[229927,334443],[-2,5633]],[[233863,342555],[-208,-1974],[145,-1820],[-98,-1074]],[[233702,337687],[-1043,-408],[-29,1219],[-323,-7]],[[232307,338491],[-150,-9]],[[235007,344169],[-28,-9734]],[[234979,334435],[-892,6]],[[234087,334441],[0,3236],[-385,10]],[[235853,336681],[58,-2247]],[[235911,334434],[-932,1]],[[270712,339517],[-422,-1622]],[[270290,337895],[-183,3520],[-607,1101]],[[283469,341257],[168,-1847],[-22,-1611]],[[283615,337799],[-112,244],[-755,-2883]],[[282748,335160],[-250,2798],[-214,733]],[[253448,338294],[-3,-541]],[[253445,337753],[-1089,148],[-102,-658]],[[252254,337243],[-279,32]],[[260507,341445],[21,-2479],[-126,-943]],[[260402,338023],[-565,156]],[[259837,338179],[-362,2259]],[[243220,338696],[34,-3025]],[[243254,335671],[-1124,134]],[[242130,335805],[-496,72],[5,1351]],[[241639,337228],[7,3487]],[[240168,343308],[-18,-7271]],[[240150,336037],[-594,79]],[[239556,336116],[-989,104],[1,541]],[[272532,341095],[-16,-3720]],[[272516,337375],[-83,-532]],[[272433,336843],[-535,176],[-700,3438]],[[241639,337228],[-595,42],[-2,-1349],[-498,75]],[[240544,335996],[-394,41]],[[259090,340315],[-150,-4665]],[[258940,335650],[-106,-1338]],[[258834,334312],[-300,532],[-141,-775],[-313,1293],[-345,-45]],[[257735,335317],[-130,449]],[[257605,335766],[203,1497],[-16,3310]],[[270290,337895],[-396,-2233]],[[269894,335662],[-202,1972],[-170,143]],[[269522,337777],[-269,2971]],[[261553,337317],[-455,475],[-475,-445]],[[260623,337347],[-221,676]],[[281095,337777],[-585,-2047],[-679,-3519]],[[279831,332211],[-571,1186]],[[279260,333397],[-227,517],[248,4792]],[[285258,338648],[-235,-2967]],[[285023,335681],[-392,-875],[-524,1390]],[[284107,336196],[-492,1603]],[[269522,337777],[-293,-274],[-813,-2185],[-219,-149]],[[268197,335169],[-215,2105]],[[275133,340664],[83,-1448],[-296,-1329],[32,-1467]],[[274952,336420],[-480,1873],[-210,137]],[[274262,338430],[41,3683]],[[219006,342216],[1,-8139]],[[219007,334077],[-1521,-4]],[[217486,334073],[0,114]],[[217486,334187],[0,8005]],[[220510,338940],[0,-4867]],[[220510,334073],[-1503,4]],[[217486,334187],[-1496,-22]],[[215990,334165],[-3,8031]],[[214485,342192],[1,-7963]],[[214486,334229],[-2449,-95]],[[212037,334134],[0,2177]],[[274262,338430],[-178,-3320],[96,-3115]],[[274180,331995],[-135,-24]],[[274045,331971],[-450,-339]],[[273595,331632],[-36,1117]],[[273559,332749],[96,1381],[-522,2938]],[[273133,337068],[300,3339],[-67,1609]],[[215990,334165],[0,-71]],[[215990,334094],[-1504,-3]],[[214486,334091],[0,138]],[[257605,335766],[-267,-59]],[[257338,335707],[-1207,2676]],[[256131,338383],[31,2021]],[[273133,337068],[-79,883],[-538,-576]],[[263585,335029],[-124,-484]],[[263461,334545],[-99,4]],[[263362,334549],[-9,1249],[-281,766]],[[263072,336564],[-161,1341]],[[264355,339246],[-770,-4217]],[[267163,335858],[4,-355]],[[267167,335503],[-680,-2475],[-459,116]],[[266028,333144],[-109,2607],[-257,3311]],[[276103,339687],[-56,-7726]],[[276047,331961],[-323,-24]],[[275724,331937],[-70,1389],[-359,2653],[-343,441]],[[222251,337667],[32,-5647]],[[222283,332020],[-589,1],[-2,-1624],[-1182,13]],[[220510,330410],[0,3663]],[[200145,328229],[-3228,29],[-2,-6474],[-1606,14]],[[204574,338763],[16,-15442]],[[204590,323321],[-1474,-28]],[[203116,323293],[-4,3258]],[[203103,336617],[208,1296],[-208,257]],[[203103,338170],[0,312]],[[203103,338482],[8,1396]],[[249362,339384],[-275,31],[115,-1382],[-335,-1404],[-366,-378],[270,-1925],[-281,-846],[135,-919]],[[248625,332561],[-364,176],[-4,-2806]],[[248257,329931],[-36,-137]],[[248221,329794],[-36,1335],[-212,-483]],[[247973,330646],[-400,66]],[[247573,330712],[0,4865]],[[247573,335577],[-6,5520]],[[272433,336843],[-475,-3705]],[[271958,333138],[-10,-83]],[[271948,333055],[-430,282]],[[271518,333337],[-367,-86]],[[271151,333251],[-126,2692],[-326,1639],[222,1422],[-102,1406]],[[251392,337392],[-291,-2345],[-136,397]],[[250965,335444],[-553,1154],[-247,1169]],[[250165,337767],[38,1181]],[[247573,335577],[-2090,162]],[[245483,335739],[13,3285]],[[286926,335501],[-145,-1821],[-233,206],[79,1506],[-351,140]],[[286276,335532],[78,4358]],[[286354,339890],[552,1171],[303,-80],[50,-5636],[-333,156]],[[256131,338383],[-53,-2345],[-292,-1220]],[[255786,334818],[-336,-820],[-354,712],[-199,-818]],[[254897,333892],[-239,1015],[76,3255]],[[286276,335532],[-676,145]],[[285600,335677],[-577,4]],[[285419,339738],[847,1102],[88,-950]],[[203103,338482],[0,-312]],[[259837,338179],[-278,-1956],[-1,-1386]],[[259558,334837],[-289,-248],[-329,1061]],[[271151,333251],[-416,-936],[-546,60]],[[270189,332375],[-338,1184],[43,2103]],[[250165,337767],[-126,96],[-281,-4503]],[[249758,333360],[-309,1168],[-404,124],[-420,-2091]],[[229927,334443],[-12,-3281]],[[229915,331162],[-1439,22]],[[228476,331184],[1,4846]],[[245032,339117],[-92,-1440],[-340,-1929],[-44,-3402],[-591,77]],[[243965,332423],[-591,68]],[[243374,332491],[12,3306],[-132,-126]],[[277508,338250],[-37,-6115]],[[277471,332135],[-595,-66]],[[276876,332069],[-829,-108]],[[264626,337536],[88,-2617],[-150,-1005]],[[264564,333914],[-285,822],[-464,206],[-191,-774]],[[263624,334168],[-163,377]],[[245483,335739],[-6,-4945]],[[245477,330794],[-2,-1651]],[[245475,329143],[-590,63],[-3,1642],[-263,-127]],[[244619,330721],[-662,64],[8,1638]],[[266028,333144],[-304,-143],[-504,-1878]],[[265220,331123],[-22,58]],[[265198,331181],[-124,1694],[-214,-289],[-296,1328]],[[279260,333397],[-157,-1140]],[[279103,332257],[-411,1984],[-405,-1720],[-166,127]],[[278121,332648],[-77,-460]],[[278044,332188],[-573,-53]],[[210378,329802],[0,-2771],[-614,433],[-745,-2270]],[[209019,325194],[-2,1368],[-3247,12],[1,-3243]],[[205771,323331],[-1181,-10]],[[282748,335160],[-108,-471]],[[282640,334689],[-343,-1479]],[[282297,333210],[-672,237]],[[281625,333447],[-169,331],[-186,2366]],[[275724,331937],[-313,-27]],[[275411,331910],[-1231,85]],[[232307,338491],[0,-2433],[148,-23],[1,-3216]],[[232456,332819],[-305,-2],[-149,-3256],[-295,1]],[[231707,329562],[-295,1],[-1,3262],[-292,-4],[0,1623]],[[234087,334441],[-14,-2089],[230,-1261]],[[234303,331091],[-538,-3686],[-283,598]],[[233482,328003],[-1,4815],[-1025,1]],[[260623,337347],[23,-3296],[103,-1581]],[[260749,332470],[-138,-25]],[[260611,332445],[-753,-140]],[[259858,332305],[-300,2532]],[[257338,335707],[-156,-2905],[-342,-2492]],[[256840,330310],[-446,716],[-239,-414]],[[256155,330612],[-245,215]],[[255910,330827],[24,1814],[-148,2177]],[[254026,337733],[-164,-1607],[-17,-2092],[167,-1717],[-89,-1888]],[[253923,330429],[-48,-579]],[[253875,329850],[-477,-215],[-128,791]],[[253270,330426],[-3,1967],[147,1493],[31,3867]],[[254897,333892],[-166,-2346]],[[254731,331546],[-712,-436],[-96,-681]],[[284107,336196],[0,-1815],[235,-1426]],[[284342,332955],[-25,-150]],[[284317,332805],[-216,-594],[-40,-1864]],[[284061,330347],[-198,-1249],[-361,-217]],[[283502,328881],[-237,1612]],[[283265,330493],[-76,1699],[-549,2497]],[[273559,332749],[-1601,389]],[[270189,332375],[-269,-1121]],[[269920,331254],[-1335,-829]],[[268585,330425],[-153,883],[95,1791],[-330,2070]],[[263072,336564],[-195,-3681],[-172,-21],[-175,-2137],[-273,-558]],[[262257,330167],[-331,919]],[[261926,331086],[76,2096],[534,3544]],[[261543,337211],[52,-385]],[[261595,336801],[-473,-3690]],[[261122,333111],[-373,-641]],[[253270,330426],[-331,-79]],[[252939,330347],[-8,1375],[-395,358],[-301,1417]],[[252235,333497],[19,3746]],[[250965,335444],[-26,-4865]],[[250939,330579],[-293,-638]],[[250646,329941],[-810,109]],[[249836,330050],[-78,3310]],[[281625,333447],[-251,-3124],[4,-1252],[-421,-1196]],[[280957,327875],[-522,-413],[-138,954]],[[280297,328416],[-332,3370],[-134,425]],[[224348,332816],[-1,-1627]],[[224347,331189],[-2064,20]],[[222283,331209],[0,811]],[[179740,322568],[3,-2452],[444,-2894],[103,-2182],[267,-2704],[564,-2760]],[[181121,309576],[-326,-2417],[-494,-1592]],[[180301,305567],[-2460,-124],[1,-805],[-4499,-63],[2,-553],[-829,-9],[-928,528],[-315,-3026]],[[171273,301515],[-312,1400]],[[170961,302915],[145,1407],[238,4958],[-64,9969]],[[171280,319249],[98,4],[-3,18110]],[[164248,337231],[-3,-3233],[301,-23],[0,-1605],[244,-1640],[325,-33],[5,-1631],[192,12],[4,-1614],[397,-45],[3,-1614],[314,77],[-22,-1690],[246,-211],[0,-3299]],[[166254,320682],[-755,1375],[-936,2625],[-284,-1411],[-421,-724],[101,-1704],[-444,1648],[-536,-409]],[[162979,322082],[-5,3222],[-296,222],[-393,1771],[197,1535],[-165,1791],[-326,509],[-446,3198],[-339,588],[-168,2433]],[[171280,319249],[-3410,-90],[36,-551]],[[167906,318608],[-267,446],[-750,39],[-88,1202],[-462,376]],[[166339,320671],[-85,11]],[[252235,333497],[-177,-1852],[-458,-1134]],[[251600,330511],[-661,68]],[[242130,335805],[-34,-6486]],[[242096,329319],[-637,87]],[[241459,329406],[3,1623],[-1032,137]],[[240430,331166],[104,1602],[10,3228]],[[268585,330425],[-242,-1949],[-248,-496]],[[268095,327980],[-738,4146]],[[267357,332126],[82,740],[-272,2637]],[[238036,329533],[-270,1020],[-9,-2177],[-298,111],[-9,-1669],[-302,-290]],[[237148,326528],[-149,21],[20,4291]],[[237019,330840],[144,2397],[-140,1638],[249,-26],[204,1843]],[[238075,336857],[-39,-7324]],[[261926,331086],[-253,-1944]],[[261673,329142],[-494,2572],[-57,1397]],[[239556,336116],[-9,-2441],[-149,23],[-7,-2427],[-202,25],[-8,-2654]],[[239181,328642],[-294,242],[-94,1576],[-757,-927]],[[237019,330840],[-164,-1085],[-526,-532],[-175,1675],[-128,-957]],[[236026,329941],[-115,4493]],[[263362,334549],[-670,-5484]],[[262692,329065],[-240,-1164]],[[262452,327901],[-195,2266]],[[212037,334134],[-2,-8177]],[[212035,325957],[-1,-4264]],[[212034,321693],[-669,4],[-4,-1665],[-293,7],[-3,-1619],[-292,8],[-1,-1623],[-585,17],[-91,-1634]],[[210096,315188],[-586,7]],[[209510,315195],[-502,3],[-1,3241]],[[209007,318439],[12,6755]],[[284317,332805],[371,-2175],[955,-1730],[26,-1206]],[[285669,327694],[-54,-767],[-593,-358],[-140,698]],[[284882,327267],[-821,3080]],[[285600,335677],[126,-1604],[273,-883]],[[285999,333190],[-398,-1100],[175,-2297],[-1124,1768],[-310,1394]],[[240430,331166],[-12,-5402],[-114,-39]],[[240304,325725],[-550,-592],[-185,1872],[-331,1451]],[[239238,328456],[-57,186]],[[226992,336062],[8,-6492]],[[227e3,329570],[-1,-749]],[[226999,328821],[0,-19]],[[226999,328802],[-475,-44],[-290,766],[-418,55]],[[225816,329579],[-586,-9],[-19,3244]],[[228476,331184],[-1,-1622]],[[228475,329562],[-1475,8]],[[243374,332491],[-161,-3273],[-723,82]],[[242490,329300],[-394,19]],[[257735,335317],[-73,-4276],[185,-1700]],[[257847,329341],[-411,-2087],[-227,202]],[[257209,327456],[-369,2854]],[[247573,330712],[-600,58]],[[246973,330770],[-1496,24]],[[286926,335501],[415,-496]],[[287690,334442],[20,-1175],[-419,-3065],[-333,-1394],[-288,214],[-380,1512],[-221,-1047],[-325,2540],[265,-143],[-10,1306]],[[259858,332305],[-101,-4380]],[[259757,327925],[-680,1377],[-289,-544]],[[258788,328758],[11,1469]],[[258799,330227],[35,4085]],[[258799,330227],[-519,-1708],[-228,632]],[[258052,329151],[-205,190]],[[267357,332126],[-461,-863],[33,-2552]],[[266929,328711],[-948,-960]],[[265981,327751],[263,2892],[-1024,480]],[[265198,331181],[-169,-1111],[-21,-2086]],[[265008,327984],[-272,-947],[-243,467],[-219,-1109]],[[264274,326395],[-566,1467]],[[263708,327862],[264,835],[-23,1267],[-316,3898]],[[263633,333862],[1,202]],[[263634,334064],[-10,104]],[[255910,330827],[-429,244],[-353,-1106]],[[255128,329965],[-397,1581]],[[283265,330493],[-572,-1458],[-346,398]],[[282347,329433],[-50,3777]],[[248221,329794],[-58,-95]],[[248163,329699],[-190,947]],[[249836,330050],[-441,-507]],[[249395,329543],[-1138,388]],[[263634,334064],[-1,-202]],[[263708,327862],[-580,-828]],[[263128,327034],[-436,2031]],[[236026,329941],[-4,-304]],[[236022,329637],[-175,-1477],[-443,-195],[-252,1214],[-191,-612]],[[234961,328567],[-77,886],[-581,1638]],[[231707,329562],[0,-1617]],[[231707,327945],[-1281,2]],[[230426,327947],[0,3299],[-261,-1414],[-247,176]],[[229918,330008],[-3,1154]],[[279103,332257],[-595,-3991]],[[278508,328266],[-251,855],[-213,3067]],[[214486,334091],[-13,-8132]],[[214473,325959],[-2438,-2]],[[217486,334073],[-2,-8135]],[[217484,325938],[-1494,19]],[[215990,325957],[0,8137]],[[219007,334077],[3,-8124]],[[219010,325953],[-1526,-15]],[[220510,330410],[0,-4461]],[[220510,325949],[-1500,4]],[[215990,325957],[-1517,2]],[[271518,333337],[-29,-4139],[-182,-3291]],[[271307,325907],[-296,68]],[[271011,325975],[-264,59]],[[270747,326034],[1,1307],[-511,2796],[-304,-278]],[[269933,329859],[-13,1395]],[[282347,329433],[-80,-3574]],[[282267,325859],[-165,-563],[-420,837],[-332,-60]],[[281350,326073],[-393,1802]],[[252939,330347],[-5,-701]],[[252934,329646],[-672,-91],[-323,-2399],[-173,1]],[[251766,327157],[-166,3354]],[[280297,328416],[-211,-1293]],[[280086,327123],[-581,255],[-754,-1252]],[[278751,326126],[-353,1413],[110,727]],[[271948,333055],[227,-2695]],[[272175,330360],[382,-2967],[-24,-1802]],[[272533,325591],[-107,26]],[[272426,325617],[-1119,290]],[[273595,331632],[-24,-1620]],[[273571,330012],[-1396,348]],[[261673,329142],[-449,-3851]],[[261224,325291],[-188,2236],[-289,965]],[[260747,328492],[203,1622],[-339,2331]],[[233482,328003],[-312,226]],[[233170,328229],[-399,-1548],[-1070,-1312]],[[231701,325369],[6,2576]],[[225816,329579],[10,-9732]],[[225826,319847],[-1469,0]],[[224357,319847],[-5,4513]],[[224352,324360],[-5,6829]],[[244619,330721],[-212,-1147],[105,-2458],[-223,-2903]],[[244289,324213],[-330,36],[-3,-1236],[-368,689],[-238,-589]],[[243350,323113],[-586,854],[-297,-183]],[[242467,323784],[23,5516]],[[260747,328492],[-422,-561],[-84,-1375],[-372,150]],[[259869,326706],[-112,1219]],[[188318,312721],[-108,-986]],[[188210,311735],[-183,-611],[-147,-4378],[653,-3],[-47,-2816]],[[188486,303927],[-643,1],[-1223,898],[-311,-3086],[-1306,2189],[-1641,-13]],[[183362,303916],[1,5933]],[[183363,309849],[-2,22528]],[[268095,327980],[-175,-2988],[-203,-1444],[134,-484]],[[267851,323064],[-277,-501]],[[267574,322563],[-1,-3]],[[267573,322560],[-644,6151]],[[274045,331971],[332,-4443],[324,-1102]],[[274701,326426],[-806,-3867]],[[273895,322559],[-185,1400]],[[273710,323959],[-377,-576],[22,1922]],[[273355,325305],[216,4707]],[[278751,326126],[-5,-338]],[[278746,325788],[-367,682],[-294,-913],[-345,-2209]],[[277740,323348],[-312,427],[-120,1819]],[[277308,325594],[-233,1635],[-199,4840]],[[277308,325594],[-662,369],[-623,-753]],[[276023,325210],[-58,1792],[126,2469],[-367,2466]],[[275411,331910],[-586,-5936]],[[274825,325974],[-124,452]],[[222283,331209],[11,-6489]],[[222294,324720],[-137,-41]],[[222157,324679],[-1041,42],[0,-1614],[-294,3]],[[220822,323110],[-312,20]],[[220510,323130],[0,2819]],[[276023,325210],[-562,989]],[[275461,326199],[-228,-565],[-408,340]],[[269933,329859],[-238,-2104],[-19,-1655]],[[269676,326100],[-619,-853]],[[269057,325247],[-122,2958],[-350,2220]],[[255128,329965],[-90,-7353]],[[255038,322612],[-1051,45]],[[253987,322657],[8,5395],[-120,1798]],[[230426,327947],[0,-3244],[-137,1],[-1,-3821]],[[230288,320883],[-667,-984],[-127,786]],[[229494,320685],[-2,9491],[426,-168]],[[265981,327751],[-64,-576]],[[265917,327175],[-396,127],[-315,-711],[-198,1393]],[[224352,324360],[-359,353],[-1699,7]],[[229494,320685],[-431,1199]],[[229063,321884],[-238,-1062],[-352,454]],[[228473,321276],[2,8286]],[[241459,329406],[-204,-4750]],[[241255,324656],[-449,-779],[-905,103]],[[239901,323980],[403,1745]],[[256155,330612],[-49,-8076]],[[256106,322536],[-1068,76]],[[234961,328567],[-3,-2253],[-315,-6],[0,-2676]],[[234643,323632],[-1174,5]],[[233469,323637],[0,1895],[-295,3],[-4,2694]],[[262452,327901],[-222,-2978],[129,-2605]],[[262359,322318],[-796,-48]],[[261563,322270],[-276,-33]],[[261287,322237],[-306,-7]],[[260981,322230],[247,1084],[-4,1977]],[[257209,327456],[-20,-5059]],[[257189,322397],[-1046,132]],[[256143,322529],[-37,7]],[[237148,326528],[-7,-1358],[-305,-767]],[[236836,324403],[-229,-383],[-21,-2059],[-606,-644]],[[235980,321317],[42,8320]],[[246973,330770],[-2,-5539]],[[246971,325231],[-1504,75]],[[245467,325306],[8,3837]],[[245467,325306],[-8,-2742],[-290,30]],[[245169,322594],[-399,-324],[-210,-1347]],[[244560,320923],[13,2577],[-284,713]],[[248163,329699],[-214,-2387],[219,-627],[20,-1533],[-293,-395],[-116,-1725],[-268,-566]],[[247511,322466],[186,-1296],[-172,-1230]],[[247525,319940],[-289,-503]],[[247236,319437],[-2,1326]],[[247234,320763],[22,4543],[-285,-75]],[[251766,327157],[-13,-4699]],[[251753,322458],[-101,0]],[[251652,322458],[-541,-5]],[[251111,322453],[-505,-9]],[[250606,322444],[40,7497]],[[283502,328881],[-231,-2074]],[[283271,326807],[-356,-2933],[-358,-1181]],[[282557,322693],[-108,2562],[-182,604]],[[239238,328456],[-4,-1941],[-493,49],[-203,-1309],[-493,-195],[5,-2146]],[[238050,322914],[-1029,136],[-185,1353]],[[269057,325247],[-524,-1430]],[[268533,323817],[-371,-223]],[[268162,323594],[-311,-530]],[[253987,322657],[-600,-192]],[[253387,322465],[-453,-3]],[[252934,322462],[-51,3]],[[252883,322465],[51,7181]],[[273355,325305],[-822,286]],[[285469,320638],[-203,-948],[-926,-816]],[[284340,318874],[-64,5013]],[[284276,323887],[204,503],[398,-2748],[591,-1004]],[[284882,327267],[-235,-2198],[118,-897]],[[284765,324172],[-259,864],[-282,-1162]],[[284224,323874],[-953,2933]],[[258788,328758],[-158,-3843]],[[258630,324915],[-206,2015],[-376,1415],[4,806]],[[249395,329543],[-32,-7084]],[[249363,322459],[-223,-9]],[[249140,322450],[-1629,16]],[[270747,326034],[-688,163]],[[270059,326197],[-383,-97]],[[250606,322444],[-430,-12]],[[250176,322432],[-813,27]],[[252883,322465],[-1130,-7]],[[235980,321317],[-18,-3815]],[[235962,317502],[-20,-4124]],[[235942,313378],[-1326,-11]],[[234616,313367],[-2,3239],[-338,-2]],[[234276,316604],[0,3244],[171,1607],[196,17],[0,2160]],[[226999,328802],[9,-8951]],[[227008,319851],[-1,-3236]],[[227007,316615],[-1172,1]],[[225835,316616],[-9,3231]],[[228473,321276],[-555,611],[-74,2247],[-845,4687]],[[258630,324915],[-2,-2532]],[[258628,322383],[-1295,15]],[[257333,322398],[-144,-1]],[[242467,323784],[-5,-1009]],[[242462,322775],[-297,41],[-5,-1617],[-876,479]],[[241284,321678],[-151,871],[122,2107]],[[259869,326706],[27,-4377]],[[259896,322329],[-1243,53]],[[258653,322382],[-25,1]],[[263128,327034],[11,-1303],[-212,-3409]],[[262927,322322],[-101,-5]],[[262826,322317],[-467,1]],[[200462,326631],[361,-4881]],[[200823,321750],[-379,16],[-5,-7060]],[[200439,314706],[-1451,-14]],[[198988,314692],[-3680,23]],[[229063,321884],[-7,-2046]],[[229056,319838],[-2048,13]],[[267573,322560],[-1043,-137]],[[266530,322423],[-489,3118],[-223,-91]],[[265818,325450],[99,1725]],[[285669,327694],[310,746],[30,-1788],[-452,-995],[295,-346],[-138,-1387],[-575,-2025],[-396,1477],[22,796]],[[260981,322230],[-364,32]],[[260617,322262],[-721,67]],[[281350,326073],[46,-5342],[-149,-3077],[243,-284]],[[281490,317370],[-394,-3132]],[[281096,314238],[-204,2184],[-465,3449]],[[280427,319871],[-419,2517],[-71,1882],[149,2853]],[[239901,323980],[-690,-4023],[1,-1632]],[[239212,318325],[-296,-555]],[[238916,317770],[-881,35]],[[238035,317805],[15,5109]],[[233469,323637],[-441,-557],[-20,-6469]],[[233008,316611],[1,-1619],[-439,-6]],[[232570,314986],[-587,-6],[0,1619],[-585,2]],[[231398,316601],[2,1620]],[[231400,318221],[7,5253],[294,1895]],[[265818,325450],[-331,-347],[-413,-2793]],[[265074,322310],[-349,6]],[[264725,322316],[-533,16]],[[264192,322332],[82,4063]],[[231400,318221],[-877,0]],[[230523,318221],[1,2620],[-236,42]],[[264192,322332],[-835,-2]],[[263357,322330],[-430,-8]],[[280427,319871],[-1132,-401]],[[279295,319470],[-372,2213]],[[278923,321683],[-155,1648],[-22,2457]],[[284224,323874],[52,13]],[[284340,318874],[-211,-331]],[[284129,318543],[-198,2128],[-360,239],[-380,1072],[-481,71]],[[282710,322053],[-153,640]],[[203116,323293],[0,-1615],[261,2],[1,-1550],[-729,1]],[[202649,320131],[-58,616],[-705,53],[-101,-673],[-844,4],[-118,1619]],[[209007,318439],[-587,-7],[1,-1615],[-294,-10],[-3,-1617],[-1242,-7],[0,-4792]],[[206882,310391],[-1173,-5]],[[205709,310386],[1,4846],[62,-6],[-1,8105]],[[270059,326197],[-28,-6431],[221,-1212]],[[270252,318554],[-254,-3697],[-212,-1915]],[[269786,312942],[-11,23]],[[269775,312965],[-379,2612],[-91,3608]],[[269305,319185],[-142,3645],[-154,854],[-476,133]],[[276023,325210],[227,-1072],[186,597],[147,-1356],[71,-2679],[-218,-1752]],[[276436,318948],[-6,0]],[[276430,318948],[-1089,137]],[[275341,319085],[120,7114]],[[278923,321683],[-437,-2239],[-436,98]],[[278050,319542],[11,671]],[[278061,320213],[-25,1291],[-296,1844]],[[275341,319085],[-679,65]],[[274662,319150],[-651,42],[43,2132],[-159,1235]],[[271464,320921],[-199,-1405],[-198,-4516]],[[271067,315e3],[-604,2048],[-211,1506]],[[271011,325975],[333,-4682],[120,-372]],[[282710,322053],[66,-1015],[-81,-3692]],[[282695,317346],[-1205,24]],[[214473,325959],[-5,-8115]],[[214468,317844],[-992,-9]],[[213476,317835],[-1442,8]],[[212034,317843],[0,3850]],[[272173,319555],[-237,565]],[[271936,320120],[-472,801]],[[272426,325617],[-120,-2206],[-216,-215],[83,-3641]],[[219010,325953],[-5,-8103]],[[219005,317850],[-1126,11]],[[217879,317861],[-406,0]],[[217473,317861],[11,8077]],[[220510,323130],[0,-5304]],[[220510,317826],[-1158,20]],[[219352,317846],[-347,4]],[[215990,325957],[-18,-8108]],[[215972,317849],[-1028,11]],[[214944,317860],[-476,-16]],[[277740,323348],[-316,-945],[31,-1526],[-351,-1962]],[[277104,318915],[-668,33]],[[217473,317861],[-1061,-16]],[[216412,317845],[-440,4]],[[273710,323959],[112,-2797],[-91,-1953]],[[273731,319209],[-1617,15]],[[272114,319224],[59,331]],[[266530,322423],[-186,-14]],[[266344,322409],[-1079,-93]],[[265265,322316],[-191,-6]],[[247234,320763],[-1924,142],[-2,-829]],[[245308,320076],[-139,2518]],[[224357,319847],[-575,10],[0,-4860]],[[223782,314997],[-488,-1],[-284,811]],[[223010,315807],[139,1188],[-267,11],[14,2696],[-285,-467]],[[222611,319235],[-167,661],[-83,3113],[-204,1670]],[[284158,318179],[-29,364]],[[285469,320638],[29,1355],[695,561],[-107,-1081],[521,322],[-484,-2668],[-165,-1717],[-182,-44],[-131,1684],[-204,-1777],[-551,162],[-575,-954],[-157,1698]],[[222611,319235],[-441,-168],[-51,-1639],[-679,-8]],[[221440,317420],[-149,817],[-33,3268],[-436,-2],[0,1607]],[[164640,304627],[231,-1775],[-418,-877],[-322,2121],[509,531]],[[165054,305328],[976,-1440],[-461,-704],[-359,131],[-156,2013]],[[166339,320671],[-2,-7969],[-90,-1807]],[[166247,310895],[-250,760],[-867,-159],[-357,994],[-804,202],[-490,-416],[-116,1396],[-373,1056],[124,2395],[-24,2471],[-171,1150],[60,1338]],[[241284,321678],[-584,-794],[39,-1065]],[[240739,319819],[-931,86],[-3,-1605]],[[239805,318300],[-593,25]],[[238035,317805],[-614,-1483]],[[237421,316322],[-244,500],[-834,91],[-381,589]],[[244560,320923],[-20,-4593],[-199,25],[193,-1934]],[[244534,314421],[-604,81],[-3,-1622],[-230,23]],[[243697,312903],[96,2891],[-160,660],[20,4598],[-307,36],[4,2025]],[[269305,319185],[-840,-2741],[-145,-912]],[[268320,315532],[-168,2206],[10,5856]],[[243697,312903],[-75,13]],[[243622,312916],[-905,125]],[[242717,313041],[1,2457],[-235,29],[98,2072],[20,5168],[-139,8]],[[274662,319150],[434,-3775]],[[275096,315375],[-397,-1019],[74,-878],[-605,-586],[-6,1090],[-378,-1531]],[[273784,312451],[4,1591]],[[273788,314042],[49,2841],[-106,2326]],[[234276,316604],[-1268,7]],[[268320,315532],[-415,-2628]],[[267905,312904],[-174,218]],[[267731,313122],[-145,795]],[[267586,313917],[-653,2806]],[[266933,316723],[-40,540]],[[266893,317263],[305,3008],[323,1133],[53,1159]],[[205709,310386],[-2,-1614],[-1700,0]],[[204007,308772],[-1371,-6],[-3,3352]],[[202633,312118],[-147,1515],[16,6496],[147,2]],[[278050,319542],[43,-1242],[-360,-2633]],[[277733,315667],[-629,3248]],[[221440,317420],[1,-4034],[-493,-32]],[[220948,313354],[-223,1273],[-207,-261]],[[220518,314366],[-8,3460]],[[242717,313041],[-496,63]],[[242221,313104],[-106,14]],[[242115,313118],[5,1627],[-291,31],[-264,1665],[-303,325],[6,1345],[-291,53],[9,1622],[-247,33]],[[256004,318053],[-462,772]],[[255542,318825],[-243,556],[-714,-1852],[-404,1290],[-162,1541],[-347,181]],[[253672,320541],[-285,1924]],[[256143,322529],[-11,-3407],[-128,-1069]],[[245308,320076],[-7,-2464],[140,-1661]],[[245441,315951],[-7,-3254],[151,-26],[-6,-2481],[-150,6]],[[245429,310196],[-103,136],[-579,3569],[-213,520]],[[266893,317263],[-555,643],[-280,1346]],[[266058,319252],[-12,1037],[298,2120]],[[257333,322398],[-17,-8213]],[[257316,314185],[-332,545],[-546,1972]],[[256438,316702],[-434,1351]],[[252925,317998],[-982,22]],[[251943,318020],[-96,1897],[-197,-2],[2,2543]],[[252934,322462],[-9,-4464]],[[253555,314761],[-47,-2207]],[[253508,312554],[-481,7]],[[253027,312561],[-4,5160],[-98,277]],[[253672,320541],[-117,-5780]],[[251943,318020],[-47,-2986]],[[251896,315034],[-984,33]],[[250912,315067],[1,4042],[197,807],[1,2537]],[[249142,318304],[-519,9],[-251,-975]],[[248372,317338],[-343,700],[-215,-623]],[[247814,317415],[-5,2533],[-284,-8]],[[249140,322450],[2,-4146]],[[250912,315067],[-438,-278]],[[250474,314789],[-147,-6],[-2,4867],[-149,0],[0,2782]],[[250474,314789],[-2,-1631]],[[250472,313158],[-642,1090],[-534,3]],[[249296,314251],[-2,2446],[-152,1607]],[[266058,319252],[-82,-420]],[[265976,318832],[-275,-140]],[[265701,318692],[-106,2241],[-330,1383]],[[258653,322382],[-137,-6674],[89,-612]],[[258605,315096],[-29,-1679],[-447,-518],[-146,1195]],[[257983,314094],[-427,804],[-240,-713]],[[260678,319948],[-562,-4378],[-610,-2702],[-150,-76]],[[259356,312792],[-223,839],[-30,1451],[-498,14]],[[260617,322262],[61,-2314]],[[263365,319856],[101,-595],[-208,-1794],[7,-2679]],[[263265,314788],[-172,733],[-550,214]],[[262543,315735],[233,4869]],[[262776,320604],[50,1713]],[[263357,322330],[8,-2474]],[[264725,322316],[-135,-684],[239,-2782],[-180,-2853]],[[264649,315997],[-86,-841]],[[264563,315156],[-22,277]],[[264541,315433],[-329,3527],[-293,882],[-554,14]],[[262543,315735],[-381,-217]],[[262162,315518],[-1,1816],[-262,888]],[[261899,318222],[232,964],[228,3132]],[[261899,318222],[-334,1613],[-2,2435]],[[265701,318692],[-212,-1319]],[[265489,317373],[-231,351],[-271,-1838],[-338,111]],[[284158,318179],[119,-1091],[-640,-3358],[-489,-1594]],[[283148,312136],[-159,657],[-294,4553]],[[261287,322237],[-239,-2821],[0,-1352],[-233,-2520]],[[260815,315544],[-137,4404]],[[262162,315518],[-52,-656]],[[262110,314862],[-108,4]],[[262002,314866],[-1168,24]],[[260834,314890],[-19,654]],[[230523,318221],[0,-1628],[-295,-3],[-4,-3251]],[[230224,313339],[-873,12]],[[229351,313351],[0,1622],[-293,812]],[[229058,315785],[-2,4053]],[[202633,312118],[-979,1703],[-317,896],[-898,-11]],[[279295,319470],[266,-2708],[-183,-3842]],[[279378,312920],[-224,-636],[-333,-2783]],[[278821,309501],[-4,24]],[[278817,309525],[-1052,5966]],[[277765,315491],[-32,176]],[[212034,317843],[-3,-8091]],[[212031,309752],[0,-188]],[[212031,309564],[-1940,9],[5,5615]],[[272114,319224],[155,-4645]],[[272269,314579],[-1,-1445]],[[272268,313134],[-327,-920],[-286,1648]],[[271655,313862],[-588,1138]],[[247236,319437],[-213,565],[88,-2172],[-320,-435],[282,-923],[-325,-595]],[[246748,315877],[-1307,74]],[[255542,318825],[30,-628],[-318,-3711]],[[255254,314486],[-1699,275]],[[166086,290611],[276,-965],[-300,-16],[24,981]],[[167726,304768],[-743,1873],[-183,2255],[-553,1999]],[[167906,318608],[691,-9433],[-104,-2110],[-329,6],[-438,-2303]],[[247814,317415],[-122,-2322],[127,-841]],[[247819,314252],[0,-807]],[[247819,313445],[-294,-28],[6,-1584],[-272,-13]],[[247259,311820],[-473,1881]],[[246786,313701],[-38,2176]],[[260834,314890],[37,-1200]],[[260871,313690],[-340,-2929],[-579,-3107]],[[259952,307654],[-731,14]],[[259221,307668],[-12,4227],[147,897]],[[281096,314238],[217,-1643],[-222,-1225]],[[281091,311370],[-528,-425],[-618,1727],[-567,248]],[[223010,315807],[-346,-3461]],[[222664,312346],[46,-2146]],[[222710,310200],[-463,2268],[-59,-1528],[-214,361]],[[221974,311301],[-292,391],[-321,-718],[-413,2380]],[[242115,313118],[-438,43],[-4,-817],[-514,69],[-222,-771]],[[240937,311642],[-45,1094],[-302,570]],[[240590,313306],[-42,1616],[-478,872],[30,2513],[-295,-7]],[[225835,316616],[-146,-4],[-1,-3243]],[[225688,313369],[-284,3],[-145,-1083],[-582,7],[-438,-808]],[[224239,311488],[-1,1890],[-456,-2],[0,1621]],[[229058,315785],[-745,-262],[155,-2162],[-579,4]],[[227889,313365],[-586,3]],[[227303,313368],[-1,3244],[-295,3]],[[264541,315433],[-415,-1026]],[[264126,314407],[-860,-258]],[[263266,314149],[-1,639]],[[266933,316723],[-339,-3833]],[[266594,312890],[-433,-921]],[[266161,311969],[-142,1338]],[[266019,313307],[139,813],[-135,1990],[115,1469],[-162,1253]],[[168718,285870],[613,-3553],[-362,241],[-251,3312]],[[168675,294217],[663,-1336],[119,-1995],[-366,418],[-149,2047],[-267,866]],[[170961,302915],[-533,9],[-383,-3729]],[[170045,299195],[-299,468],[-188,-1226],[-342,667],[55,1824],[-185,2348],[-237,1371],[-531,-106],[-203,-603],[-389,830]],[[273788,314042],[-1519,537]],[[269786,312942],[-1189,-5125]],[[268597,307817],[-93,1502]],[[268504,309319],[-251,3128],[-348,457]],[[276707,313833],[-152,-754],[-450,18],[-676,-2348]],[[275429,310749],[-151,2724]],[[275278,313473],[-182,1902]],[[276430,318948],[164,-2140],[207,-809],[-94,-2166]],[[277765,315491],[-510,-6013]],[[277255,309478],[-68,132]],[[277187,309610],[-190,3520],[-290,703]],[[256438,316702],[-14,-6930]],[[256424,309772],[0,-270]],[[256424,309502],[-1170,99]],[[255254,309601],[0,4885]],[[266019,313307],[-494,36]],[[265525,313343],[-95,2291],[59,1739]],[[271655,313862],[-387,-3128],[-316,-1221],[-138,-1800]],[[270814,307713],[-619,2360],[-220,1485]],[[269975,311558],[-189,1384]],[[209510,315195],[7,-9723]],[[209517,305472],[-585,10],[0,-1637],[-1755,87],[0,1633],[-298,9]],[[206879,305574],[3,4817]],[[249296,314251],[-147,-1]],[[249149,314250],[-1330,2]],[[240590,313306],[-340,47],[-91,-2176],[-1279,142]],[[238880,311319],[36,6451]],[[231398,316601],[2,-3247],[-148,-1629],[-731,-2]],[[230521,311723],[-297,19],[0,1597]],[[253027,312561],[-593,32]],[[252434,312593],[1,817],[-542,-5]],[[251893,313405],[3,1629]],[[216412,317845],[0,-8101]],[[216412,309744],[-260,3]],[[216152,309747],[-1208,11]],[[214944,309758],[0,8102]],[[217879,317861],[-4,-8109]],[[217875,309752],[-265,-6]],[[217610,309746],[-1198,-2]],[[214944,309758],[-258,1]],[[214686,309759],[-1211,-2]],[[213475,309757],[1,8078]],[[219352,317846],[-4,-8079]],[[219348,309767],[-278,10]],[[219070,309777],[-1195,-25]],[[220518,314366],[0,-4631]],[[220518,309735],[-1170,32]],[[238880,311319],[-3,-1067]],[[238877,310252],[-196,24]],[[238681,310276],[-1273,171]],[[237408,310447],[13,5875]],[[213475,309757],[-250,-2]],[[213225,309755],[-1194,-3]],[[265525,313343],[-379,-1617]],[[265146,311726],[-589,2243],[6,1187]],[[283148,312136],[-617,-2746]],[[282531,309390],[-232,1787],[-388,-117],[-188,-953]],[[281723,310107],[-370,469]],[[281353,310576],[-262,794]],[[237408,310447],[-890,102],[31,-3035]],[[236549,307514],[-631,-50]],[[235918,307464],[24,5914]],[[257983,314094],[-89,-4491]],[[257894,309603],[-1470,169]],[[267586,313917],[-206,-1091],[-615,-312]],[[266765,312514],[-171,376]],[[227303,313368],[-1,-4055]],[[227302,309313],[-1606,12]],[[225696,309325],[-8,4044]],[[232570,314986],[0,-1620],[-300,-11],[2,-6507]],[[232272,306848],[-593,2]],[[231679,306850],[-1159,9]],[[230520,306859],[1,4864]],[[234616,313367],[-304,7],[0,-4907],[-291,4],[-15,-1618]],[[234006,306853],[-1734,-5]],[[246786,313701],[-19,-2054],[-497,-863],[38,-1147],[-293,-1724],[-253,399],[310,-1738],[-364,-407]],[[245708,306167],[3,-24]],[[245711,306143],[-453,5]],[[245258,306148],[92,410],[79,3638]],[[229351,313351],[-149,-2],[-1,-3219],[-146,-6]],[[229055,310124],[-301,797],[-865,13],[0,2431]],[[224239,311488],[147,-1345],[-3,-3288]],[[224383,306855],[-432,-385],[-522,1415]],[[223429,307885],[-656,27],[-63,2288]],[[263266,314149],[3,-2538]],[[263269,311611],[-982,-374]],[[262287,311237],[-274,215],[97,3410]],[[278817,309525],[-155,-872]],[[278662,308653],[-702,872],[-466,-1308]],[[277494,308217],[-239,1261]],[[265146,311726],[62,-1577]],[[265208,310149],[-838,21]],[[264370,310170],[1,855]],[[264371,311025],[-245,3382]],[[275429,310749],[0,-38]],[[275429,310711],[-371,-1301],[-162,-2339]],[[274896,307071],[-379,-1286]],[[274517,305785],[-288,-570],[-418,2121],[121,1598]],[[273932,308934],[155,2001],[-303,1516]],[[212031,309564],[-10,-8889]],[[212021,300675],[-15,-4739]],[[212006,295936],[-1274,-7]],[[210732,295929],[1,1618],[-582,-19],[5,3039],[-348,-1],[0,4885],[-291,21]],[[251893,313405],[-148,-262],[-98,-2422]],[[251647,310721],[-1175,275]],[[250472,310996],[0,2162]],[[259221,307668],[-550,-1892]],[[258671,305776],[-416,2982]],[[258255,308758],[-361,845]],[[262002,314866],[-202,-2820],[-428,-1223],[-148,-1566],[-209,4]],[[261015,309261],[-144,4429]],[[262287,311237],[-115,-5511]],[[262172,305726],[-1045,-291]],[[261127,305435],[-112,3826]],[[204007,308772],[-2,-8089],[-357,6],[0,-3269],[-895,189],[3,-3357]],[[202756,294252],[-282,-80],[-3451,20]],[[199023,294192],[-10,14576],[-25,5924]],[[199023,294192],[-802,21],[0,-5147]],[[198221,289066],[-2916,138]],[[195305,289204],[0,10598]],[[255254,309601],[-292,45]],[[254962,309646],[-1501,262]],[[253461,309908],[47,2646]],[[221974,311301],[-1,-5776]],[[221973,305525],[-842,203],[-613,2379]],[[220518,308107],[0,1628]],[[273932,308934],[-751,-1023],[-232,-720],[-385,1197]],[[272564,308388],[-296,4746]],[[245258,306148],[-220,-1244],[179,-1807],[-328,48],[-478,1054]],[[244411,304199],[-66,1224]],[[244345,305423],[-235,2560],[-507,303],[19,4630]],[[264371,311025],[-903,8],[-199,578]],[[250472,310996],[3,-4065]],[[250475,306931],[-737,17]],[[249738,306948],[0,538],[-588,29]],[[249150,307515],[-1,6735]],[[249150,307515],[-2,-541],[-585,15]],[[248563,306989],[-568,-78]],[[247995,306911],[2,1971],[-165,659],[-13,3904]],[[267731,313122],[-172,-4100]],[[267559,309022],[-165,-650],[-348,481],[-159,-755]],[[266887,308098],[-122,4416]],[[277187,309610],[-200,-184],[-957,-3894]],[[276030,305532],[-239,1408],[128,659],[-179,3128],[-311,-16]],[[272564,308388],[-61,-777]],[[272503,307611],[-371,-2256]],[[272132,305355],[-182,82],[-533,1971],[-394,-959]],[[271023,306449],[-209,1264]],[[261127,305435],[65,-2172]],[[261192,303263],[-366,-424]],[[260826,302839],[-582,505]],[[260244,303344],[-292,4310]],[[247116,305288],[0,-1624]],[[247116,303664],[-574,36]],[[246542,303700],[-7,2441],[-827,26]],[[247259,311820],[2,-3021],[-145,16],[0,-3527]],[[247995,306911],[-1,-1623],[-878,0]],[[266161,311969],[-151,-1209],[137,-1333]],[[266147,309427],[-550,-3124]],[[265597,306303],[-143,-536],[-540,1289]],[[264914,307056],[377,2075],[-83,1018]],[[252434,312593],[-3,-7006]],[[252431,305587],[-491,-269]],[[251940,305318],[-293,8]],[[251647,305326],[0,5395]],[[229055,310124],[0,-2981]],[[229055,307143],[-102,-1894]],[[228953,305249],[-1646,5]],[[227307,305254],[-5,4059]],[[230520,306859],[-129,-799],[-366,1]],[[230025,306061],[-236,1077],[-734,5]],[[225696,309325],[4,-2728]],[[225700,306597],[-87,-540],[-545,799],[-164,-1383]],[[224904,305473],[-175,-372],[-346,1754]],[[235918,307464],[-20,-4634]],[[235898,302830],[-25,-5641]],[[235873,297189],[-725,1210]],[[235148,298399],[-85,1118],[-236,-357],[-302,2195],[-518,1395]],[[234007,302750],[-1,4103]],[[240937,311642],[-27,-4926]],[[240910,306716],[-580,117]],[[240330,306833],[-387,76],[-25,1423],[-898,817],[-143,1103]],[[192649,296055],[0,-2067],[-471,-22],[-761,-1596],[-17,-3435]],[[191400,288935],[-519,-982],[-411,-2924],[-457,4942],[-260,4020]],[[189753,293991],[-316,3938],[-198,-1382],[-453,2730],[43,1284],[-343,3366]],[[268504,309319],[-576,-1452],[-270,224]],[[267658,308091],[-99,931]],[[242221,313104],[-71,-8013]],[[242150,305091],[-288,-50]],[[241862,305041],[-455,1583],[-497,92]],[[244345,305423],[-785,1742],[-49,-1484],[-582,-12],[0,-545]],[[242929,305124],[-779,-33]],[[266887,308098],[-133,-492]],[[266754,307606],[-217,1202],[-390,619]],[[281353,310576],[-256,-2617],[-334,-211],[-135,-1226],[-339,132],[-50,-1711],[-247,-2039]],[[279992,302904],[-1171,6597]],[[269975,311558],[-244,-1242],[240,-2297],[-54,-2071],[-167,-825]],[[269750,305123],[-567,148],[-179,-1083]],[[269004,304188],[-407,3629]],[[253461,309908],[-84,-4366]],[[253377,305542],[-946,45]],[[223429,307885],[-1,-7045]],[[223428,300840],[-1456,0]],[[221972,300840],[1,4685]],[[263252,305382],[-219,27]],[[263033,305409],[-515,58]],[[262518,305467],[-346,259]],[[263269,311611],[-17,-6229]],[[264370,310170],[-2,-2778]],[[264368,307392],[-267,-204],[-179,-1893]],[[263922,305295],[-670,87]],[[271023,306449],[-385,-3232]],[[270638,303217],[-108,-158]],[[270530,303059],[5,561],[-727,-210],[-58,1713]],[[282531,309390],[61,24]],[[282592,309414],[10,-65]],[[282602,309349],[-405,-2626],[-165,-1820],[-109,2615]],[[281923,307518],[-200,2589]],[[251647,305326],[-877,-15]],[[250770,305311],[-293,-4],[-2,1624]],[[276030,305532],[200,-730]],[[276230,304802],[-500,-1759],[-394,2383],[-444,601],[4,1044]],[[281923,307518],[8,-4063],[-186,-1610],[-387,486],[-737,-285],[-373,-589]],[[280248,301457],[-33,176]],[[280215,301633],[-11,67]],[[280204,301700],[-212,1204]],[[237408,310447],[27,-3044],[293,-50],[-7,-3257]],[[237721,304096],[-23,-4862],[-351,60]],[[237347,299294],[-4,1]],[[237343,299295],[-252,2449],[-133,5739],[-409,31]],[[238681,310276],[-66,-2358],[143,-158],[46,-2922],[169,-1709]],[[238973,303129],[-231,-2]],[[238742,303127],[-202,-247],[-819,1216]],[[206879,305574],[2,-12856],[-37,-4822],[-1146,-121]],[[205698,287775],[-6,3219],[-1134,-5],[-3,1594],[-1724,6]],[[202831,292589],[-75,1663]],[[240330,306833],[-20,-6441]],[[240310,300392],[-587,-612]],[[239723,299780],[-511,1233],[-239,2116]],[[264914,307056],[-97,-2181]],[[264817,304875],[-449,1093],[0,1424]],[[254962,309646],[-4,-5675]],[[254958,303971],[0,-1619]],[[254958,302352],[-879,89]],[[254079,302441],[-98,2459],[-614,117]],[[253367,305017],[10,525]],[[183362,303916],[0,-11575]],[[183362,292341],[-1740,3],[0,1620],[-862,-20],[-3,-8075],[-686,-61]],[[180071,285808],[-439,260],[-94,887],[82,3389],[-151,600],[21,1938],[272,564]],[[179762,293446],[283,2148],[77,2692],[-106,4262],[274,1899],[11,1120]],[[181121,309576],[281,-790],[1201,-586],[253,1502],[507,147]],[[219070,309777],[-4,-8906]],[[219066,300871],[-1455,-38]],[[217611,300833],[-1,8913]],[[220518,308107],[-138,101],[-4,-7331]],[[220376,300877],[-1310,-6]],[[258255,308758],[-186,-144],[-224,-2438],[-291,-747],[-162,-1946],[-430,-1123],[-129,-1066]],[[256833,301294],[-358,590],[-165,1921]],[[256310,303805],[109,-16],[5,5713]],[[217611,300833],[-1456,-60]],[[216155,300773],[-3,8974]],[[216155,300773],[-1454,-106]],[[214701,300667],[-15,9092]],[[214701,300667],[-1476,8]],[[213225,300675],[0,9080]],[[277494,308217],[-65,-786],[217,-4445],[468,-2796]],[[278114,300190],[-479,-436],[-840,1115],[-215,922]],[[276580,301791],[-276,1144]],[[276304,302935],[225,772],[-299,1095]],[[213225,300675],[-1204,0]],[[256310,303805],[-1352,166]],[[280204,301700],[21,-471],[-685,-2076],[-529,-3188]],[[279011,295965],[-269,-6],[-253,2493]],[[278489,298452],[-185,3128],[-229,1784],[245,1596],[342,3693]],[[278489,298452],[-265,205],[-88,1174]],[[278136,299831],[-22,359]],[[266754,307606],[118,-2921]],[[266872,304685],[-494,-1390]],[[266378,303295],[-72,1227],[-571,652],[-138,1129]],[[227307,305254],[-1,-3184]],[[227306,302070],[-352,1622],[-507,-2568],[-302,757]],[[226145,301881],[90,1860],[-381,232],[-154,2624]],[[269004,304188],[84,-1081]],[[269088,303107],[-225,529]],[[268863,303636],[-374,-245]],[[268489,303391],[-548,1345]],[[267941,304736],[-283,3355]],[[267941,304736],[-591,-490]],[[267350,304246],[-195,-334]],[[267155,303912],[-283,773]],[[274517,305785],[-85,-1864],[134,-4155],[-61,-616]],[[274505,299150],[-581,663],[-511,1884]],[[273413,301697],[-135,2327],[-372,1680],[-227,39],[-176,1868]],[[258671,305776],[-63,-2961]],[[258608,302815],[-229,-1970],[-471,-601],[9,-685]],[[257917,299559],[-515,1403],[-542,-470]],[[256860,300492],[-27,802]],[[221972,300840],[4,-1864]],[[221976,298976],[-229,1201],[-392,509],[-834,191]],[[220521,300877],[-145,0]],[[224904,305473],[0,-4595]],[[224904,300878],[-1476,-38]],[[260244,303344],[-448,-474],[-461,-1878]],[[259335,300992],[-374,2733],[-353,-910]],[[273413,301697],[-85,-3220]],[[273328,298477],[-403,-1010]],[[272925,297467],[-503,1412],[-567,2766]],[[271855,301645],[277,3710]],[[249738,306948],[7,-5486]],[[249745,301462],[-730,-2],[-438,571]],[[248577,302031],[-14,4958]],[[237343,299295],[-645,694],[-800,2841]],[[271855,301645],[-224,-1169]],[[271631,300476],[-514,964],[-162,2031],[-317,-254]],[[264817,304875],[-499,-1732]],[[264318,303143],[-198,104],[-7,-5871]],[[264113,297376],[-299,18],[-3,-1823]],[[263811,295571],[-420,-902]],[[263391,294669],[-672,168]],[[262719,294837],[116,1165]],[[262835,296002],[415,1551],[228,1602]],[[263478,299155],[298,1539],[245,2560],[-99,2041]],[[230025,306061],[101,-881],[-211,-1084],[101,-2120]],[[230016,301976],[-186,350],[-327,-1482],[-269,387],[-183,1849]],[[229051,303080],[-98,2169]],[[244411,304199],[-353,-701],[-25,-3600]],[[244033,299898],[-1166,155]],[[242867,300053],[62,5071]],[[276304,302935],[-783,-2654],[-394,-674],[-382,-2307]],[[274745,297300],[-240,1850]],[[265597,306303],[-143,-2279],[195,-1400]],[[265649,302624],[-510,-2675]],[[265139,299949],[-116,-620]],[[265023,299329],[-659,3103],[-46,711]],[[248577,302031],[0,-1380],[-585,-270],[-2,-1632]],[[247990,298749],[-442,543],[316,1089],[-750,38]],[[247114,300419],[2,3245]],[[250770,305311],[4,-4878],[-150,-1369]],[[250624,299064],[-878,-312]],[[249746,298752],[-1,2710]],[[231679,306850],[149,-590],[1,-3199],[271,-1474],[224,-5]],[[232324,301582],[-241,-630]],[[232083,300952],[-247,888],[-429,-565],[-250,-1798],[-558,-652]],[[230599,298825],[-125,949],[-568,1263],[110,939]],[[234007,302750],[-176,481],[-257,-1570]],[[233574,301661],[-669,201],[-133,967],[-448,-1247]],[[241862,305041],[-376,-48],[-11,-1571],[394,-3307]],[[241869,300115],[-693,133]],[[241176,300248],[-866,144]],[[226145,301881],[-3,-7871]],[[226142,294010],[-1232,-6]],[[224910,294004],[-6,6874]],[[266378,303295],[-305,-1110]],[[266073,302185],[-424,439]],[[246542,303700],[-5,-6913],[-293,-2],[0,-1616]],[[246244,295169],[-1256,-5]],[[244988,295164],[-45,601]],[[244943,295765],[269,599],[-236,1265],[282,815],[-40,1455],[303,-382],[-185,3716],[560,1252],[-185,1658]],[[244943,295765],[-41,-823],[-579,866]],[[244323,295808],[8,4034],[-298,56]],[[262518,305467],[-156,-2441],[-200,-874]],[[262162,302152],[-936,-50]],[[261226,302102],[-34,1161]],[[253367,305017],[-117,-5834]],[[253250,299183],[-737,-1766]],[[252513,297417],[38,554],[-611,6],[-2,2436]],[[251938,300413],[2,4905]],[[210732,295929],[-587,-11],[-3,-3235],[-124,-7],[0,-8008],[-134,-3]],[[209884,284665],[-2861,-35],[-28,-8243]],[[206995,276387],[-1400,-32],[4,8250],[101,1],[-2,3169]],[[263478,299155],[-127,1132],[-280,33]],[[263071,300320],[-38,5089]],[[179762,293446],[-4058,-181]],[[175704,293265],[-2643,-5],[-585,89],[-362,1122],[-387,245]],[[171727,294716],[267,2870],[-339,971],[-382,2958]],[[263071,300320],[-494,-473]],[[262577,299847],[-380,582]],[[262197,300429],[-35,1723]],[[270530,303059],[-303,-446],[112,-1813],[-159,-1241],[160,-3138]],[[270340,296421],[-326,1801]],[[270014,298222],[-319,2646],[-607,2239]],[[251938,300413],[-588,24],[-1,-1081],[-287,-276]],[[251062,299080],[-438,-16]],[[229051,303080],[-27,-97]],[[229024,302983],[-420,-2885],[-33,-1359],[-271,1490],[50,1869],[-342,-239],[-177,-1289],[-249,387],[-61,1401]],[[227521,302358],[-215,-288]],[[242867,300053],[0,-1626]],[[242867,298427],[-989,64]],[[241878,298491],[-9,1624]],[[254079,302441],[14,-7371]],[[254093,295070],[-914,185]],[[253179,295255],[71,3928]],[[268489,303391],[-191,-580],[-387,-2963],[106,-884]],[[268017,298964],[-130,-739]],[[267887,298225],[-343,99],[-450,1171]],[[267094,299495],[12,1605]],[[267106,301100],[49,2812]],[[189753,293991],[-1506,-3],[-6,-4849],[-1376,-19],[-349,1601],[-5,-14590]],[[186511,276131],[-3149,-35]],[[183362,276096],[0,16245]],[[267106,301100],[-728,2195]],[[238742,303127],[-74,-8950]],[[238668,294177],[-668,109]],[[238e3,294286],[-287,2381]],[[237713,296667],[-388,1098],[22,1529]],[[256860,300492],[-290,-2960],[-338,-792],[-245,-1877]],[[255987,294863],[-144,1386],[-293,274]],[[255550,296523],[0,1620],[-291,54],[-9,3268],[-292,887]],[[268863,303636],[139,-2861],[323,-3555]],[[269325,297220],[-471,-581]],[[268854,296639],[-87,-160]],[[268767,296479],[-371,1042],[-216,-421],[-163,1864]],[[227521,302358],[-8,-8969]],[[227513,293389],[-1201,1]],[[226312,293390],[-170,620]],[[259335,300992],[56,-1316],[-280,-1720]],[[259111,297956],[-212,-1709],[70,-887],[-508,-2769]],[[258461,292591],[2,2075],[-386,811]],[[258077,295477],[-160,4082]],[[247114,300419],[-4,-8971]],[[247110,291448],[-285,-7],[1,-1091],[-449,-9]],[[246377,290341],[-133,6],[0,4822]],[[270014,298222],[-538,-798]],[[269476,297424],[-151,-204]],[[271631,300476],[-1005,-5256]],[[270626,295220],[-44,238]],[[270582,295458],[-242,963]],[[265023,299329],[-257,-2572],[-190,585]],[[264576,297342],[-271,24]],[[264305,297366],[-192,10]],[[260085,295668],[2,547],[-556,17],[-158,1641],[-262,83]],[[260826,302839],[-296,-1218],[-7,-4236],[-438,-1717]],[[267094,299495],[-351,-1180]],[[266743,298315],[-277,2222]],[[266466,300537],[-393,1648]],[[261226,302102],[133,-4629]],[[261359,297473],[96,-3170]],[[261455,294303],[-945,242]],[[260510,294545],[-581,52]],[[259929,294597],[156,1071]],[[235148,298399],[-1,-6962]],[[235147,291437],[-172,647]],[[234975,292084],[-223,645],[-660,-165]],[[234092,292564],[-504,-212]],[[233588,292352],[-6,49]],[[233582,292401],[-8,9260]],[[239723,299780],[-33,-6035]],[[239690,293745],[-694,-157]],[[238996,293588],[-328,589]],[[230599,298825],[-15,-6105]],[[230584,292720],[-1252,143]],[[229332,292863],[-306,203]],[[229026,293066],[-2,9917]],[[229026,293066],[-1224,262]],[[227802,293328],[-289,61]],[[237713,296667],[-606,-1073]],[[237107,295594],[-320,702],[-637,-837],[-277,1730]],[[276580,301791],[-335,-2182],[7,-1181],[-302,-3863]],[[275950,294565],[-336,-991]],[[275614,293574],[-478,39],[-285,2097]],[[274851,295710],[-106,1590]],[[171727,294716],[-239,-2194]],[[171488,292522],[-527,2873],[-607,2124],[-309,1676]],[[233582,292401],[-516,1393],[-745,742],[-269,-626]],[[232052,293910],[31,7042]],[[266466,300537],[-488,-4110]],[[265978,296427],[-652,2740]],[[265326,299167],[-187,782]],[[255550,296523],[-579,144],[-98,-1641],[-485,59]],[[254388,295085],[-295,-15]],[[262197,300429],[-36,-1811],[-802,-1145]],[[249746,298752],[0,-823]],[[249746,297929],[-780,-17]],[[248966,297912],[-952,5]],[[248014,297917],[-24,832]],[[278136,299831],[-261,-1729],[-65,-2062],[-295,-1492],[-382,-3555]],[[277133,290993],[-221,469],[-599,3177],[-363,-74]],[[232052,293910],[-3,-968]],[[232049,292942],[-1216,-1076]],[[230833,291866],[-249,854]],[[274851,295710],[-156,131],[-298,-1760],[-415,2481],[-367,85],[-287,1830]],[[272925,297467],[-517,-3023]],[[272408,294444],[-1070,-5442]],[[271338,289002],[-265,919]],[[271073,289921],[-257,2318],[43,1727],[-233,1254]],[[258077,295477],[-439,-1478],[-435,-2504],[-548,-1594]],[[256655,289901],[-109,9]],[[256546,289910],[-267,1112],[-470,3450],[178,391]],[[220521,300877],[16,-8166]],[[220537,292711],[-1467,10]],[[219070,292721],[-4,8150]],[[221976,298976],[5,-6234]],[[221981,292742],[-1444,-31]],[[224910,294004],[2,-1315]],[[224912,292689],[-1486,26]],[[223426,292715],[2,8125]],[[219070,292721],[-1453,-13]],[[217617,292708],[-6,8125]],[[217617,292708],[-1443,-45]],[[216174,292663],[-19,8110]],[[223426,292715],[-1445,27]],[[216174,292663],[-1446,-96]],[[214728,292567],[-27,8100]],[[213225,300675],[57,-8129]],[[213282,292546],[-1287,-1]],[[211995,292545],[11,3391]],[[214728,292567],[-1446,-21]],[[241176,300248],[-12,-1321],[-518,-4118],[192,-1475],[382,-1184]],[[241220,292150],[-1146,188]],[[240074,292338],[-391,56],[7,1351]],[[266743,298315],[382,-3067],[-30,-933]],[[267095,294315],[-707,-913]],[[266388,293402],[-414,1708]],[[265974,295110],[4,1317]],[[262719,294837],[-459,-1602]],[[262260,293235],[-776,48]],[[261484,293283],[-29,1020]],[[262577,299847],[-12,-3859],[270,14]],[[248014,297917],[76,-4060],[-205,-780],[1,-1558]],[[247886,291519],[-437,-567]],[[247449,290952],[-227,-1245],[-112,1741]],[[252513,297417],[69,-2403],[-508,-277]],[[252074,294737],[0,1098],[-968,-56]],[[251106,295779],[-44,3301]],[[241878,298491],[54,-3825],[-183,-2389],[75,-1398]],[[241824,290879],[-230,-523],[-374,1794]],[[244323,295808],[-11,-3253]],[[244312,292555],[-1484,172]],[[242828,292727],[39,5700]],[[264965,295106],[-389,2236]],[[265326,299167],[-46,-1734],[-315,-2327]],[[279011,295965],[-403,-3616],[-92,-2363],[-262,1132],[231,-2620],[-212,-589],[-375,805]],[[277898,288714],[-123,574]],[[277775,289288],[-642,1705]],[[195305,289204],[0,-8032]],[[195305,281172],[-1,-6537]],[[195304,274635],[-186,-4]],[[195118,274631],[-312,2178],[43,3573],[-198,582],[-596,5810],[0,10694]],[[267887,298225],[124,-661],[-175,-1445],[3,-2070]],[[267839,294049],[-421,-2128]],[[267418,291921],[-323,2394]],[[253179,295255],[-83,-4574]],[[253096,290681],[-1016,-26]],[[252080,290655],[-6,4082]],[[265974,295110],[21,-726],[-419,-926],[-105,-1288]],[[265471,292170],[-170,1415]],[[265301,293585],[-336,1521]],[[251106,295779],[-194,-540]],[[250912,295239],[-465,-210],[-350,-1146]],[[250097,293883],[-350,16],[-1,4030]],[[268767,296479],[-104,-668]],[[268663,295811],[-273,-796],[-103,-1445]],[[268287,293570],[-448,479]],[[237107,295594],[1,-5232]],[[237108,290362],[-341,757],[-196,-1322],[-639,965],[-521,-443]],[[235411,290319],[-264,1118]],[[275614,293574],[-88,-2688],[-301,-779]],[[275225,290107],[-353,382],[-40,1051],[-800,-2860]],[[274032,288680],[-22,-72]],[[274010,288608],[-398,2352],[-785,2545]],[[272827,293505],[-419,939]],[[242828,292727],[22,-1854],[-368,-1418],[-65,-1107]],[[242417,288348],[-241,1667],[-352,864]],[[270582,295458],[-741,-3541]],[[269841,291917],[-395,3623],[30,1884]],[[259929,294597],[-147,0],[-211,-3806],[-383,38],[-157,-3571]],[[259031,287258],[-882,-28]],[[258149,287230],[-35,1334],[210,2007],[198,282],[-61,1738]],[[250097,293883],[-203,-505],[0,-2741]],[[249894,290637],[-534,-9]],[[249360,290628],[-4,2180],[-385,256],[-5,4848]],[[249360,290628],[-290,-1321]],[[249070,289307],[-1184,2212]],[[269841,291917],[-165,-789]],[[269676,291128],[-4,-5]],[[269672,291123],[-80,1]],[[269592,291124],[-424,845],[-314,4670]],[[195118,274631],[-3725,22]],[[191393,274653],[0,1610]],[[191393,276263],[7,12672]],[[264305,297366],[79,-1215],[-282,-4274]],[[264102,291877],[-95,1]],[[264007,291878],[19,2058],[-215,1635]],[[265301,293585],[-113,-1287],[-385,-1434]],[[264803,290864],[-134,698],[-567,315]],[[238e3,294286],[55,-4237],[-203,-2132],[-208,87],[128,-2331]],[[237772,285673],[-29,1]],[[237743,285674],[-635,-3]],[[237108,285671],[0,4691]],[[269592,291124],[-134,-694]],[[269458,290430],[-356,976],[-547,-1372]],[[268555,290034],[-268,3536]],[[256546,289910],[-601,-2119],[-102,-2363],[-288,-51]],[[255555,285377],[-818,63]],[[254737,285440],[-326,195],[-14,2539]],[[254397,288174],[-9,6911]],[[211995,292545],[-22,-7993]],[[211973,284552],[0,-8133]],[[211973,276419],[1,-8101]],[[211974,268318],[0,-1611],[-731,-3]],[[211243,266704],[-1104,-3]],[[210139,266701],[0,9724],[-255,-1],[0,8241]],[[252080,290655],[-401,-9]],[[251679,290646],[-766,-8]],[[250913,290638],[-1,4601]],[[244988,295164],[-59,-1673],[289,734],[-26,-3356],[151,-2943],[-317,-598],[225,-984],[-128,-820]],[[245123,285524],[0,-134]],[[245123,285390],[-271,18]],[[244852,285408],[-481,19]],[[244371,285427],[-67,-3]],[[244304,285424],[8,7131]],[[264007,291878],[-125,-1789],[-179,18]],[[263703,290107],[-245,1867],[-67,2695]],[[258149,287230],[-73,-1530]],[[258076,285700],[-260,915],[-756,37],[2,-410]],[[257062,286242],[-403,2158],[-4,1501]],[[271073,289921],[-669,-319],[-229,1236],[-260,-546]],[[269915,290292],[-148,616]],[[269767,290908],[-91,220]],[[254397,288174],[-931,-2937]],[[253466,285237],[-470,-87]],[[252996,285150],[100,5531]],[[250913,290638],[-58,-1638],[-291,-9],[-3,-1640],[-289,-10]],[[250272,287341],[5,3289],[-383,7]],[[246377,290341],[40,-3234]],[[246417,287107],[-592,20],[0,-1670]],[[245825,285457],[-702,67]],[[266388,293402],[-34,-4888]],[[266354,288514],[-753,-747]],[[265601,287767],[-17,901]],[[265584,288668],[-113,3502]],[[263703,290107],[-14,-676]],[[263689,289431],[-975,44],[-28,-604]],[[262686,288871],[-213,626]],[[262473,289497],[-213,3738]],[[277775,289288],[-200,-1210],[-345,-446],[-431,-3536]],[[276799,284096],[-357,-1958],[-73,1501]],[[276369,283639],[-170,-185],[-119,1854],[-263,409]],[[275817,285717],[-479,2444],[-113,1946]],[[175704,293265],[8,-6545],[-64,-14],[-11,-8498]],[[175637,278208],[-2838,-1564],[17,2580],[-320,834],[-131,1949],[82,971],[-206,4490],[-532,4208],[-221,846]],[[261484,293283],[160,-5557]],[[261644,287726],[11,-400]],[[261655,287326],[-1005,-14]],[[260650,287312],[-168,-13]],[[260482,287299],[28,7246]],[[260482,287299],[-991,-305]],[[259491,286994],[-460,264]],[[233588,292352],[-6,-55]],[[233582,292297],[-854,-556],[-398,-900],[-289,-1444]],[[232041,289397],[8,3545]],[[272827,293505],[-15,-5200],[98,-784]],[[272910,287521],[-478,-195],[-495,933],[-201,-1171]],[[271736,287088],[-363,872],[-35,1042]],[[267418,291921],[45,-836],[-297,-951],[-55,-1334]],[[267111,288800],[-431,-35]],[[266680,288765],[-326,-251]],[[202831,292589],[15,-6292]],[[202846,286297],[-1525,-4281],[1,-811],[-1146,18],[-2,-3253]],[[200174,277970],[-860,-3]],[[199314,277967],[-358,449],[43,2766],[-165,3253],[-161,392],[-104,4258],[-348,-19]],[[238996,293588],[-214,-3466],[-111,31],[-24,-4496]],[[238647,285657],[-85,2]],[[238562,285659],[-790,14]],[[268555,290034],[21,-284]],[[268576,289750],[-391,-1856],[-455,-1079]],[[267730,286815],[-127,1309],[-492,676]],[[183362,276096],[1,-8676]],[[183363,267420],[-4125,8475],[13,2284],[251,1898]],[[179502,280077],[536,715],[179,2807],[-146,2209]],[[191393,276263],[-1966,-35],[0,-192],[-2916,95]],[[226312,293390],[-10,-8052]],[[226302,285338],[-375,38]],[[225927,285376],[-1032,85]],[[224895,285461],[17,7228]],[[240074,292338],[-28,-6700]],[[240046,285638],[-697,10]],[[239349,285648],[-702,9]],[[265584,288668],[-611,418]],[[264973,289086],[-229,4]],[[264744,289090],[59,1774]],[[274010,288608],[-793,-2802]],[[273217,285806],[-307,1715]],[[179502,280077],[-3865,-1869]],[[227802,293328],[-42,-8197]],[[227760,285131],[-406,73]],[[227354,285204],[-1052,134]],[[229332,292863],[-29,-7782]],[[229303,285081],[-523,-53]],[[228780,285028],[-1020,103]],[[262473,289497],[-829,-1771]],[[232039,284934],[-231,5],[-115,-1982],[146,-674]],[[231839,282283],[-397,23]],[[231442,282306],[-615,61]],[[230827,282367],[1,2606]],[[230828,284973],[5,6893]],[[232041,289397],[-2,-4463]],[[230828,284973],[-612,11]],[[230216,284984],[-913,97]],[[219070,292721],[-5,-8098]],[[219065,284623],[-381,10]],[[218684,284633],[-1066,127]],[[217618,284760],[-1,7948]],[[220537,292711],[5,-8140]],[[220542,284571],[-432,-2]],[[220110,284569],[-1045,54]],[[234975,292084],[-31,-7088]],[[234944,284996],[-292,1575],[-561,-613]],[[234091,285958],[1,6606]],[[217618,284760],[-376,-125]],[[217242,284635],[-1070,-47]],[[216172,284588],[2,8075]],[[223426,292715],[8,-8204]],[[223434,284511],[-404,2]],[[223030,284513],[-1045,0]],[[221985,284513],[-4,8229]],[[224895,285461],[-2,-1035],[-413,38]],[[224480,284464],[-1046,47]],[[221985,284513],[-393,-1]],[[221592,284512],[-1050,59]],[[244304,285424],[-1696,42]],[[242608,285466],[-191,2882]],[[216172,284588],[-374,14]],[[215798,284602],[-1072,-38]],[[214726,284564],[2,8003]],[[206995,276387],[10,-9680]],[[207005,266707],[-197,-1]],[[206808,266706],[-3007,34]],[[203801,266740],[-1057,-19]],[[202744,266721],[2,17810],[100,1766]],[[213282,292546],[0,-7999]],[[213282,284547],[-1309,5]],[[214726,284564],[-368,-14]],[[214358,284550],[-1076,-3]],[[234091,285958],[-73,-393]],[[234018,285565],[-60,-961],[-377,12]],[[233581,284616],[1,7681]],[[242608,285466],[-1828,115]],[[240780,285581],[-734,57]],[[233581,284616],[-993,-39]],[[232588,284577],[-549,357]],[[235411,290319],[-5,-7248]],[[235406,283071],[-145,-6]],[[235261,283065],[-39,471]],[[235222,283536],[-278,1460]],[[249070,289307],[-206,-1883],[-209,-3399],[-189,-953]],[[248466,283072],[-1108,2439]],[[247358,285511],[-151,1938],[245,380],[-3,3123]],[[264744,289090],[-346,-257]],[[264398,288833],[-567,369],[-126,-463]],[[263705,288739],[-16,692]],[[275817,285717],[197,-1750],[-222,-2037],[-677,747]],[[275115,282677],[4,3611],[-520,96],[-567,2296]],[[247358,285511],[-237,-29],[-3,-1592],[-571,-19]],[[246547,283871],[-8,3240],[-122,-4]],[[269458,290430],[-641,-2764]],[[268817,287666],[-197,886]],[[268620,288552],[-44,1198]],[[269915,290292],[98,-679],[-163,-3128],[52,-2328],[-122,-1899]],[[269780,282258],[-329,-1370]],[[269451,280888],[-242,1119]],[[269209,282007],[-81,3665],[-311,1994]],[[237108,285671],[0,-2571]],[[237108,283100],[-1702,-29]],[[271736,287088],[202,-924]],[[271938,286164],[-630,-2537]],[[271308,283627],[-251,828],[-618,-687],[-182,-1942]],[[270257,281826],[-477,432]],[[252996,285150],[-21,-1156]],[[252975,283994],[-1295,-59]],[[251680,283935],[-1,6711]],[[251680,283935],[-283,11]],[[251397,283946],[-1128,96]],[[250269,284042],[3,3299]],[[250269,284042],[-1132,-33],[-12,-840]],[[249125,283169],[-659,-97]],[[257062,286242],[14,-3976],[-399,14]],[[256677,282280],[-836,-103],[-284,800]],[[255557,282977],[-2,2400]],[[269209,282007],[-689,-991],[-95,755],[-402,-936]],[[268023,280835],[-353,3484]],[[267670,284319],[60,2496]],[[263705,288739],[-84,-3973]],[[263621,284766],[55,-1652]],[[263676,283114],[-539,-692]],[[263137,282422],[-449,518]],[[262688,282940],[-2,5931]],[[262688,282940],[-898,-38]],[[261790,282902],[-135,4424]],[[199314,277967],[-878,-19],[0,-1622],[-852,-5],[-2,-8135],[36,-4019]],[[197618,264167],[-857,-7],[-37,4023],[2,8133],[-306,3],[2,1614],[-576,1],[-5,3232],[-536,6]],[[264398,288833],[-62,-3686]],[[264336,285147],[-715,-381]],[[264973,289086],[-7,-4742],[-221,-294]],[[264745,284050],[2,1070],[-411,27]],[[265601,287767],[265,-1986],[29,-1346]],[[265895,284435],[-506,-1945]],[[265389,282490],[-646,23]],[[264743,282513],[2,1537]],[[267670,284319],[-205,1161],[-587,-1542]],[[266878,283938],[-198,4827]],[[266878,283938],[-137,-519]],[[266741,283419],[-297,-993]],[[266444,282426],[-403,799],[-146,1210]],[[275115,282677],[-128,-2424],[77,-2306]],[[275064,277947],[21,-1799],[-453,1073]],[[274632,277221],[-397,2101],[-304,487]],[[273931,279809],[-206,2389],[-508,3608]],[[273217,285806],[-382,-1361],[-117,-2128],[-399,-1751]],[[272319,280566],[-269,3521],[-24,1416]],[[272026,285503],[-88,661]],[[254737,285440],[-323,-2639],[122,-3923],[141,-1192],[-210,-1223]],[[254467,276463],[-114,140]],[[254353,276603],[-184,1820],[-374,-689],[-62,3380],[-367,2778],[100,1345]],[[261790,282902],[136,-2308]],[[261926,280594],[-1276,-334]],[[260650,280260],[0,7052]],[[260650,280260],[-288,-579],[2,-1890]],[[260364,277791],[-286,-278],[4,-1615],[-248,-23]],[[259834,275875],[-17,4870],[-320,8]],[[259497,280753],[-6,6241]],[[259497,280753],[-1025,-27]],[[258472,280726],[-231,1150],[-165,3824]],[[246547,283871],[-292,-1615],[176,-342],[-73,-2890]],[[246358,279024],[-674,12],[3,3263],[138,3158]],[[235222,283536],[-1204,-38]],[[234018,283498],[0,2067]],[[258472,280726],[-106,-860]],[[258366,279866],[-839,-31],[-2,-819],[-563,45]],[[256962,279061],[-281,-16],[0,1226]],[[256681,280271],[-4,2009]],[[202744,266721],[-672,-16],[-49,-2500],[301,-1531]],[[202324,262674],[-2142,-5]],[[200182,262669],[-8,15301]],[[272319,280566],[44,-2784]],[[272363,277782],[-442,-1977]],[[271921,275805],[-595,2074]],[[271326,277879],[-222,903]],[[271104,278782],[-65,751],[269,4094]],[[273931,279809],[-121,-807]],[[273810,279002],[-90,-725],[-314,2439],[-742,-3661]],[[272664,277055],[-301,727]],[[248466,283072],[-231,-2682],[-557,-1363]],[[247678,279027],[-560,-1640]],[[247118,277387],[-289,-1241]],[[246829,276146],[-463,2072]],[[246366,278218],[-8,806]],[[238701,271113],[-400,6]],[[238301,271119],[-149,1513],[-322,444],[-467,-2738],[-254,8]],[[237109,270346],[-1,3653]],[[237108,273999],[0,5600]],[[237108,279599],[0,3501]],[[237743,285674],[-73,-1364],[157,-1652],[-2,-3964],[475,-5512],[401,-2069]],[[238562,285659],[194,-3036],[29,-8285],[191,-5]],[[238976,274333],[-156,-3244]],[[238820,271089],[-119,24]],[[239516,277585],[89,-2415],[-250,-839],[-379,2]],[[239349,285648],[4,-5606],[141,-1],[22,-2456]],[[240779,280837],[-287,-14],[-146,-3236]],[[240346,277587],[-830,-2]],[[240780,285581],[-1,-4744]],[[242619,280157],[-575,-2639],[-400,30]],[[241644,277548],[0,1623],[-290,937],[-575,729]],[[242608,285466],[11,-5309]],[[234018,283498],[-3,-6187]],[[234015,277311],[-813,788]],[[233202,278099],[-417,1389]],[[232785,279488],[-113,619]],[[232672,280107],[-84,4470]],[[246366,278218],[-28,-989],[-363,176],[-2,-2478],[-251,42],[-36,2444],[-221,12]],[[245465,277425],[-297,1279],[258,1420],[-227,256],[-7,1864],[186,934],[-62,1882],[-224,-1603],[31,1933]],[[268023,280835],[-29,-951]],[[267994,279884],[-750,-2311]],[[267244,277573],[-503,5846]],[[244371,285427],[-163,-2146],[-308,-2022],[-90,-2138]],[[243810,279121],[-368,-2107],[-400,-899]],[[243042,276115],[-26,3010],[-397,1032]],[[255557,282977],[-143,-816],[-4,-3254],[-143,-3],[2,-3233]],[[255269,275671],[-569,-21],[-233,813]],[[244852,285408],[-216,-2699],[-7,-2066],[-283,-3112]],[[244346,277531],[-420,5],[-116,1585]],[[225927,285376],[-30,-8275]],[[225897,277101],[-4,-879]],[[225893,276222],[-1134,26]],[[224759,276248],[-281,39]],[[224478,276287],[2,8177]],[[245465,277425],[-76,-261]],[[245389,277164],[-175,-453],[-903,-2]],[[244311,276709],[35,822]],[[227354,285204],[-18,-8167]],[[227336,277037],[-186,1]],[[227150,277038],[-1253,63]],[[264743,282513],[-219,-2968]],[[264524,279545],[-235,1092]],[[264289,280637],[-264,580],[-349,1897]],[[254353,276603],[-498,-1834],[-40,-1059],[323,-1231]],[[254138,272479],[-1368,-35]],[[252770,272444],[91,5015]],[[252861,277459],[114,6535]],[[228780,285028],[-17,-8118]],[[228763,276910],[-135,16]],[[228628,276926],[-1292,111]],[[230216,284984],[-6,-3141]],[[230210,281843],[-31,-4995]],[[230179,276848],[-1416,62]],[[230827,282367],[0,-513],[-617,-11]],[[232672,280107],[-600,939],[-233,1237]],[[218684,284633],[-13,-8156]],[[218671,276477],[-1432,43]],[[217239,276520],[3,8115]],[[210139,266701],[-717,-2]],[[209422,266699],[-123,-1]],[[209299,266698],[-2294,9]],[[220110,284569],[-7,-8139]],[[220103,276430],[-1432,47]],[[217239,276520],[0,-66]],[[217239,276454],[-1432,21]],[[215807,276475],[-9,8127]],[[215807,276475],[-1432,-37]],[[214375,276438],[-17,8112]],[[214375,276438],[-25,-1]],[[214350,276437],[-2377,-18]],[[221592,284512],[0,-8234]],[[221592,276278],[-49,0]],[[221543,276278],[-1440,152]],[[223030,284513],[0,-8233]],[[223030,276280],[-51,1]],[[222979,276281],[-1387,-3]],[[224478,276287],[-1448,-7]],[[271104,278782],[-447,-786]],[[270657,277996],[-226,1046],[-174,2784]],[[266444,282426],[-237,-2443]],[[266207,279983],[2,-920]],[[266209,279063],[-288,519]],[[265921,279582],[-345,931],[-187,1977]],[[251397,283946],[0,-6508]],[[251397,277438],[-1123,-9]],[[250274,277429],[-5,6613]],[[250274,277429],[-14,-1]],[[250260,277428],[-1136,15],[0,1061]],[[249124,278504],[1,4665]],[[252861,277459],[-1464,-21]],[[235261,283065],[11,-1603]],[[235272,281462],[1,-2618]],[[235273,278844],[-795,-2143]],[[234478,276701],[-463,610]],[[267244,277573],[-756,-2456]],[[266488,275117],[-124,3123],[-155,823]],[[264289,280637],[-142,-524],[-197,-2955],[-99,3]],[[263851,277161],[-538,-506]],[[263313,276655],[-159,-301]],[[263154,276354],[0,1215]],[[263154,277569],[-17,4853]],[[237108,279599],[-281,902],[-86,-872],[-299,1007],[-286,-1037],[-341,13],[-543,1850]],[[249124,278504],[-151,-881]],[[248973,277623],[-205,-34],[-580,-3455]],[[248188,274134],[-494,8],[0,1631],[-576,8],[0,1606]],[[256681,280271],[-69,-2498],[-191,-1960],[-869,-125],[4,-3255],[-143,-9]],[[255413,272424],[-143,-6],[-1,3253]],[[263154,277569],[-1076,448]],[[262078,278017],[-152,2577]],[[265921,279582],[1,-28]],[[265922,279554],[-184,35],[-659,-3027]],[[265079,276562],[-284,2688],[-271,295]],[[231442,282306],[2,-8953]],[[231444,273353],[-1049,21]],[[230395,273374],[-216,3474]],[[270657,277996],[-80,-1269]],[[270577,276727],[-329,-341],[-291,-3111],[55,-643]],[[270012,272632],[0,-5]],[[270012,272627],[-338,-491],[-153,1148]],[[269521,273284],[74,1606],[-301,1073],[-437,275]],[[268857,276238],[507,2500],[87,2150]],[[232785,279488],[1,-3858],[404,-2322]],[[233190,273308],[-1746,45]],[[268857,276238],[-59,1856],[-542,1927],[-262,-137]],[[237108,273999],[-848,-1143],[-402,1183]],[[235858,274039],[-244,1]],[[235614,274040],[-342,532],[1,4272]],[[197618,264167],[24,-1497]],[[197642,262670],[0,-8384],[-2346,-23]],[[195296,254263],[8,20372]],[[259834,275875],[18,-769],[-399,-590]],[[259453,274516],[-479,386],[-118,1013],[-486,-1586]],[[258370,274329],[-4,5537]],[[241644,277548],[-1,-1627]],[[241643,275921],[-577,18],[2,-799],[-433,-2]],[[240635,275138],[-285,12],[-4,2437]],[[273810,279002],[98,-1654]],[[273908,277348],[8,-2098]],[[273916,275250],[-11,-827]],[[273905,274423],[15,-90]],[[273920,274333],[-20,-184]],[[273900,274149],[-60,-392]],[[273840,273757],[-438,-2518],[175,-1903]],[[273577,269336],[17,-224]],[[273594,269112],[-42,-1026],[-431,800]],[[273121,268886],[-76,2024]],[[273045,270910],[44,2085],[-299,3226]],[[272790,276221],[-126,834]],[[265079,276562],[-41,-437]],[[265038,276125],[-259,143],[-399,-2644]],[[264380,273624],[-384,781]],[[263996,274405],[-145,2756]],[[262078,278017],[222,-1817]],[[262300,276200],[-162,-699],[-765,-79],[10,-1076],[-289,-21]],[[261094,274325],[-155,1623],[-575,1843]],[[256962,279061],[29,-2256],[255,-3763]],[[257246,273042],[-260,-2156],[4,-3296]],[[256990,267590],[-755,-8],[-207,1771],[-614,2276]],[[255414,271629],[-1,795]],[[243042,276115],[-252,-2320],[-86,-1940]],[[242704,271855],[-773,7]],[[241931,271862],[-288,2425],[0,1634]],[[268650,272453],[-454,-2106]],[[268196,270347],[-296,-908],[-412,5134]],[[267488,274573],[-244,3e3]],[[268857,276238],[-273,-3365],[66,-420]],[[258370,274329],[-238,-1220]],[[258132,273109],[-630,1133],[-256,-1200]],[[274213,271739],[154,-1026],[-395,-1964],[241,2990]],[[273840,273757],[261,-1594],[-185,-2612],[-322,-439]],[[274414,275981],[264,-153],[280,-1524],[-294,-990],[-167,-1798],[-139,1959],[56,2506]],[[274160,276707],[170,-315],[46,-4156],[-277,1435],[-122,1906],[183,1130]],[[274632,277221],[33,-1171],[-536,816],[-157,-984],[-64,1466]],[[265516,275419],[-478,706]],[[265922,279554],[-53,-2957],[-353,-1178]],[[266488,275117],[0,-942]],[[266488,274175],[-328,-2106]],[[266160,272069],[-649,44]],[[265511,272113],[5,3306]],[[234478,276701],[5,-3100]],[[234483,273601],[0,-4335]],[[234483,269266],[-1322,-45]],[[233161,269221],[-81,1800],[110,2287]],[[244311,276709],[-53,-2458]],[[244258,274251],[-441,-8],[-351,-1303],[-29,-1625],[-344,-1798]],[[243093,269517],[-234,272],[-155,2066]],[[235614,274040],[-175,-434],[-956,-5]],[[271921,275805],[37,-1771],[275,-2845]],[[272233,271189],[-961,-1642]],[[271272,269547],[-98,1564],[-427,591]],[[270747,271702],[140,2717],[-310,2308]],[[250260,277428],[-1,-6571]],[[250259,270857],[-1135,-31]],[[249124,270826],[0,2438],[-151,4359]],[[246829,276146],[-140,-527],[-67,-2600],[-183,267],[-97,-2398]],[[246342,270888],[-114,-1301],[-411,-1386],[-315,624]],[[245502,268825],[-3,115]],[[245499,268940],[-61,70]],[[245438,269010],[-315,191],[118,1426]],[[245241,270627],[337,223],[252,2167],[-256,411],[68,1606],[-306,122],[53,2008]],[[263154,276354],[-211,-1787],[-562,-838]],[[262381,273729],[-81,2471]],[[200182,262669],[-2540,1]],[[273045,270910],[-142,209],[-547,-2637]],[[272356,268482],[-123,2707]],[[261094,274325],[1,-3262]],[[261095,271063],[-1173,-46],[-180,788]],[[259742,271805],[-224,1640]],[[259518,273445],[-65,1071]],[[249124,270826],[0,-3253]],[[249124,267573],[-1393,50]],[[247731,267623],[-42,2293],[499,4218]],[[240635,275138],[6,-4081],[-110,-1625]],[[240531,269432],[-347,19]],[[240184,269451],[-691,9]],[[239493,269460],[-75,1632],[-598,-3]],[[267488,274573],[-96,548],[-482,-3351]],[[266910,271770],[-422,2405]],[[252770,272444],[-27,-1509]],[[252743,270935],[-1345,-64]],[[251398,270871],[-1,6567]],[[251398,270871],[-1139,-14]],[[247731,267623],[-1360,-26]],[[246371,267597],[-29,3291]],[[245241,270627],[-1027,-144]],[[244214,270483],[-103,1786],[147,1982]],[[263996,274405],[-106,-4613]],[[263890,269792],[-3,-599]],[[263887,269193],[-267,9],[-340,1832]],[[263280,271034],[-27,-2]],[[263253,271032],[60,5623]],[[270747,271702],[-157,187]],[[270590,271889],[-578,743]],[[227150,277038],[6,-4410]],[[227156,272628],[-469,-47],[-452,-1537]],[[226235,271044],[-342,5178]],[[228628,276926],[1,-5287]],[[228629,271639],[-1086,-1713]],[[227543,269926],[-107,-742],[-280,1303]],[[227156,270487],[0,2141]],[[230395,273374],[194,-555]],[[230589,272819],[-1430,-4745]],[[229159,268074],[-124,-408],[-406,3973]],[[255414,271629],[-142,-188],[4,-2273],[-284,-8],[4,-2361],[-126,-263]],[[254870,266536],[-1130,-23]],[[253740,266513],[-126,1159],[208,569],[68,3761],[248,477]],[[263253,271032],[-736,-38]],[[262517,270994],[98,589],[-330,1226],[96,920]],[[217239,276454],[-26,-8133]],[[217213,268321],[-225,-2]],[[216988,268319],[-1199,8]],[[215789,268327],[18,8148]],[[218671,276477],[-13,-8190]],[[218658,268287],[-436,22]],[[218222,268309],[-1009,12]],[[220103,276430],[-15,-8195]],[[220088,268235],[-232,-5]],[[219856,268230],[-1198,57]],[[215789,268327],[-226,-12]],[[215563,268315],[-1213,-2]],[[214350,268313],[0,8124]],[[214350,268313],[-210,4]],[[214140,268317],[-1427,-23]],[[212713,268294],[-739,24]],[[265511,272113],[-316,-757],[-183,-1474]],[[265012,269882],[-430,1091]],[[264582,270973],[-206,1238],[4,1413]],[[221543,276278],[-5,-8068]],[[221538,268210],[-231,14]],[[221307,268224],[-1219,11]],[[224759,276248],[2,-3983],[-213,-701]],[[224548,271564],[-1040,-3414]],[[223508,268150],[-541,29]],[[222967,268179],[12,8102]],[[226235,271044],[225,-2721]],[[226460,268323],[-392,-1293]],[[226068,267030],[-565,-1869]],[[225503,265161],[-119,1166],[-213,-724],[-623,5961]],[[222967,268179],[-215,-7]],[[222752,268172],[-1214,38]],[[191393,274653],[-1,-12960]],[[191392,261693],[-1985,-97],[1,-3801],[-565,-10],[0,-1773]],[[188843,256012],[-5480,11408]],[[269521,273284],[-686,-1046]],[[268835,272238],[-185,215]],[[262517,270994],[-386,-1847],[16,-1276]],[[262147,267871],[-360,-24],[-203,1604],[-425,-24]],[[261159,269427],[-64,1636]],[[259742,271805],[-223,-445],[6,-3713]],[[259525,267647],[5,-1554],[-546,-20]],[[258984,266073],[-309,-26],[-4,1611],[-286,-16]],[[258385,267642],[-7,3607],[-246,1860]],[[241931,271862],[-1,-2445]],[[241930,269417],[-1399,15]],[[268196,270347],[-120,-1132]],[[268076,269215],[-774,-4371]],[[267302,264844],[-222,1408],[-144,2418]],[[266936,268670],[128,1356],[-154,1744]],[[264582,270973],[-5,-1325],[-687,144]],[[195296,254263],[-3927,9]],[[191369,254272],[23,7421]],[[258385,267642],[-117,-1603]],[[258268,266039],[-1141,-46]],[[257127,265993],[-137,1597]],[[235858,274039],[-247,-3595],[-56,-4246],[248,15]],[[235803,266213],[165,-2415]],[[235968,263798],[-1351,24]],[[234617,263822],[-133,12],[-1,5432]],[[244214,270483],[8,-2105],[-240,-3867]],[[243982,264511],[-60,1623],[-510,-1824],[-304,1856]],[[243108,266166],[-15,3351]],[[266936,268670],[-756,231]],[[266180,268901],[-20,3168]],[[237109,270346],[74,-4024]],[[237183,266322],[-1380,-109]],[[233161,269221],[87,-951]],[[233248,268270],[-1739,-1463]],[[231509,266807],[-6,123]],[[231503,266930],[-162,2701],[-752,3188]],[[269315,266119],[-168,-187]],[[269147,265932],[-152,1040],[-160,5266]],[[269521,273284],[-206,-7165]],[[270012,272627],[143,-2843],[-121,-4705]],[[270034,265079],[-575,985]],[[269459,266064],[-144,55]],[[238301,271119],[215,-818],[-12,-1664],[522,-3202]],[[239026,265435],[-240,-345],[-1,-1274]],[[238785,263816],[-1220,-19]],[[237565,263797],[-382,2525]],[[231503,266930],[-1231,-4027]],[[230272,262903],[-620,348]],[[229652,263251],[-493,4823]],[[227156,270487],[-696,-2164]],[[270590,271889],[127,-3676],[608,-623]],[[271325,267590],[-175,-617]],[[271150,266973],[-403,-4199]],[[270747,262774],[-221,704]],[[270526,263478],[-177,1370],[-315,231]],[[253740,266513],[-294,-3347],[251,-2068]],[[253697,261098],[-1046,-26]],[[252651,261072],[-26,3649]],[[252625,264721],[118,6214]],[[269147,265932],[-285,-745]],[[268862,265187],[-233,1642],[-442,1367],[-111,1019]],[[261159,269427],[-50,-2453],[-440,-327],[-199,-2179]],[[260470,264468],[-372,2],[4,1617],[-263,0],[-26,1492],[-288,68]],[[266180,268901],[-4,-1686]],[[266176,267215],[-979,52]],[[265197,267267],[-144,1878]],[[265053,269145],[-41,737]],[[271272,269547],[173,-1188]],[[271445,268359],[-120,-769]],[[243108,266166],[-323,-822]],[[242785,265344],[-856,1]],[[241929,265345],[1,4072]],[[257127,265993],[-143,-9],[6,-2440]],[[256990,263544],[-1656,-27]],[[255334,263517],[-331,-38],[-133,3057]],[[229652,263251],[-593,-1974]],[[229059,261277],[-293,2871],[-669,-2188]],[[228097,261960],[2,1607],[-453,1892],[173,815],[-272,611],[-4,3041]],[[225503,265161],[144,-1412],[-855,-2935]],[[224792,260814],[-82,738],[-489,-431]],[[224221,261121],[-713,7029]],[[245438,269010],[61,-70]],[[245502,268825],[-127,-1815],[-313,-1032],[-168,-1704]],[[244894,264274],[-270,-484],[77,-1752]],[[244701,262038],[-172,-287]],[[244529,261751],[-462,332]],[[244067,262083],[-85,2428]],[[272356,268482],[444,-3810]],[[272800,264672],[248,-708],[-50,-2336],[-442,1524]],[[272556,263152],[-244,2510],[-518,506],[-349,2191]],[[239493,269460],[179,-3272],[-322,2],[-3,-1288],[-321,533]],[[273103,263918],[241,-620],[-261,-1764],[-124,1738],[144,646]],[[273429,267956],[229,-1123],[-211,-968],[-18,2091]],[[273121,268886],[209,-711],[80,-2196],[219,-966],[-158,-953],[-438,1415],[-233,-803]],[[263887,269193],[-34,-3123]],[[263853,266070],[-27,-877],[-408,18]],[[263418,265211],[-156,2]],[[263262,265213],[18,5821]],[[263262,265213],[-700,78]],[[262562,265291],[-449,1252]],[[262113,266543],[34,1328]],[[265197,267267],[107,-2252]],[[265304,265015],[-1157,121],[0,-794]],[[264147,264342],[-294,1728]],[[252625,264721],[-414,-683],[-803,-568]],[[251408,263470],[-10,7401]],[[246371,267597],[-50,-4882]],[[246321,262715],[-773,1410],[-654,149]],[[251408,263470],[-93,-39]],[[251315,263431],[-1039,-418]],[[250276,263013],[-17,7844]],[[250276,263013],[-235,-98]],[[250041,262915],[-702,-302]],[[249339,262613],[-25,4964],[-190,-4]],[[228097,261960],[-913,-2938]],[[227184,259022],[-236,2295],[-214,-718]],[[226734,260599],[-666,6431]],[[268862,265187],[-531,-2011]],[[268331,263176],[-444,-556]],[[267887,262620],[-507,1245]],[[267380,263865],[-78,979]],[[241929,265345],[-140,-2434]],[[241789,262911],[-714,10],[-2,-1631],[-985,-12]],[[240088,261278],[64,2739],[215,1718],[-183,3716]],[[240088,261278],[187,-1588],[292,-495],[230,-1479]],[[240797,257716],[-541,-2780],[-190,-403]],[[240066,254533],[-710,332]],[[239356,254865],[-1,3236],[-281,-4],[-5,3280],[-287,5],[3,2434]],[[262113,266543],[-202,-2490],[-1,-1443]],[[261910,262610],[38,-331]],[[261948,262279],[-247,-1122],[-557,78],[-1,-1623]],[[261143,259612],[-925,-26]],[[260218,259586],[89,792]],[[260307,260378],[163,4090]],[[234617,263822],[-104,-1184],[69,-2704],[234,-2044]],[[234816,257890],[-383,-1877]],[[234433,256013],[-270,786],[-111,1767],[-372,551]],[[233680,259117],[-7,1203],[-351,1944],[-118,1559],[44,4447]],[[267380,263865],[-842,-11]],[[266538,263854],[-369,126]],[[266169,263980],[7,3235]],[[273082,261033],[-133,-2581],[-38,2028],[171,553]],[[272467,260258],[-390,845]],[[272077,261103],[-418,1230],[-343,2022],[41,1842],[-207,776]],[[272556,263152],[364,-1898],[-453,-996]],[[218222,268309],[-10,-7269]],[[218212,261040],[-112,-2492],[-1121,-109]],[[216979,258439],[2,1757]],[[216981,260196],[7,8123]],[[216981,260196],[-1417,10]],[[215564,260206],[-1,8109]],[[215564,260206],[-1425,-1]],[[214139,260205],[1,8112]],[[214139,260205],[-87,1]],[[214052,260206],[-1250,7]],[[212802,260213],[-89,1]],[[212713,260214],[0,8080]],[[212713,260214],[-1472,-6]],[[211241,260208],[2,6496]],[[219856,268230],[-1,-7250]],[[219855,260980],[-1643,60]],[[233680,259117],[-1054,-950],[-246,-706]],[[232380,257461],[15,2779],[-147,-648]],[[232248,259592],[-249,2566],[-298,601],[38,1653],[-230,2395]],[[222752,268172],[-19,-11396]],[[222733,256776],[-311,-1069],[-354,1218],[-198,-944],[-249,1262]],[[221621,257243],[-334,1575]],[[221287,258818],[20,9406]],[[221287,258818],[-1085,65]],[[220202,258883],[-345,20],[-2,2077]],[[224221,261121],[-256,-235],[-55,-1438],[-590,-2354]],[[223320,257094],[-275,-434]],[[223045,256660],[-312,116]],[[260218,259586],[-114,-1]],[[260104,259585],[-994,-4]],[[259110,259581],[-7,3224],[-142,-9],[23,3277]],[[259110,259581],[-135,-3310]],[[258975,256271],[-230,291],[-9,1358],[-330,-1425],[-5,1399],[-275,-34]],[[258126,257860],[-1,2419],[142,6],[1,5754]],[[247731,267623],[274,-3564],[25,-1966]],[[248030,262093],[-341,-656]],[[247689,261437],[-106,-329],[-1263,-24]],[[246320,261084],[1,1631]],[[249339,262613],[-284,-111]],[[249055,262502],[-612,-243]],[[248443,262259],[-413,-166]],[[266169,263980],[-1,-929],[-528,-12]],[[265640,263039],[-382,824]],[[265258,263863],[46,1152]],[[225328,255832],[-536,4982]],[[226734,260599],[-1152,-3887]],[[225582,256712],[-254,-880]],[[272077,261103],[-207,-2290],[-271,-705]],[[271599,258108],[-852,4666]],[[232248,259592],[-1251,-3816]],[[230997,255776],[-725,7127]],[[209299,266698],[-218,-16661]],[[209081,250037],[-2269,-8219]],[[206812,241818],[27,3208],[-31,21680]],[[206812,241818],[-175,-639]],[[206637,241179],[-655,3287],[-500,980],[-452,2433],[-137,1784],[-467,1522],[-266,2270],[-357,1834]],[[203803,255289],[-2,11451]],[[203803,255289],[-618,1714],[-454,4718],[-407,953]],[[211241,260208],[-789,7]],[[210452,260215],[-226,1786],[-294,419],[-120,2210],[-128,-359],[-262,2428]],[[210452,260215],[261,-433],[176,-3774],[534,31],[187,-1030],[512,-17]],[[212122,254992],[-1599,-11259]],[[210523,243733],[-1442,6304]],[[262562,265291],[-9,-2748],[-135,18]],[[262418,262561],[-508,49]],[[255334,263517],[-41,-2445],[-142,-14],[4,-2674],[-156,-742],[132,-1478],[-365,-604],[-167,-1944]],[[254599,253616],[-506,-1944]],[[254093,251672],[-63,1221],[229,2446],[-147,-275],[95,2173],[-484,2051],[-26,1810]],[[237565,263797],[234,-2648],[-111,-2155]],[[237688,258994],[-417,-314]],[[237271,258680],[-297,954],[-857,614]],[[236117,260248],[-149,3550]],[[244067,262083],[-416,-314],[-36,-1776],[-276,-171],[-2,-3574],[-156,-1569],[81,-1641]],[[243262,253038],[-258,531],[-178,-1296],[-48,1873]],[[242778,254146],[7,11198]],[[269459,266064],[0,-2383],[-247,7],[-4,-2375]],[[269208,261313],[-295,-711]],[[268913,260602],[-583,-22],[1,2596]],[[264147,264342],[212,-842],[-100,-3841]],[[264259,259659],[-425,-12]],[[263834,259647],[-269,0]],[[263565,259647],[-156,2805],[9,2759]],[[270526,263478],[-236,-1e3],[1,-5622]],[[270291,256856],[-262,1105]],[[270029,257961],[-821,3352]],[[258126,257860],[-564,-27]],[[257562,257833],[-384,26],[-188,2e3],[3,2240]],[[256993,262099],[-3,1445]],[[263565,259647],[-754,-30]],[[262811,259617],[-348,-20],[-45,2964]],[[242778,254146],[-219,178]],[[242559,254324],[-305,2653]],[[242254,256977],[-195,277],[-241,2436],[-29,3221]],[[265258,263863],[-181,-811],[-39,-2867]],[[265038,260185],[-69,-496],[-710,-30]],[[252692,256194],[-1093,-41]],[[251599,256153],[-284,-4]],[[251315,256149],[0,7282]],[[252651,261072],[41,-4878]],[[246320,261084],[-2,-1627]],[[246318,259457],[-1160,-19]],[[245158,259438],[-408,1159],[-49,1441]],[[227703,254041],[-519,4981]],[[229059,261277],[364,-3474]],[[229423,257803],[-1328,-4514]],[[228095,253289],[-182,-662],[-210,1414]],[[266538,263854],[73,-1664]],[[266611,262190],[-131,-3053]],[[266480,259137],[-414,-482]],[[266066,258655],[-411,1022],[-15,3362]],[[267887,262620],[-7,-2008]],[[267880,260612],[-912,138],[0,1415],[-357,25]],[[266066,258655],[-13,-4419]],[[266053,254236],[-962,79]],[[265091,254315],[4,2025]],[[265095,256340],[-57,3845]],[[236117,260248],[245,-1198],[-44,-6786]],[[236318,252264],[-314,1644],[-175,1815],[-632,880],[-381,1287]],[[239356,254865],[-430,-6],[-146,-1627],[-240,7],[-65,-1705]],[[238475,251534],[-133,-174]],[[238342,251360],[-234,2339],[-88,3954],[-332,1341]],[[271599,258108],[109,-1595]],[[271708,256513],[-299,-2289]],[[271409,254224],[-861,806]],[[270548,255030],[-29,1447],[-228,379]],[[256993,262099],[-405,-645],[-234,-1413],[-90,-2314],[-724,-4800]],[[255540,252927],[-525,-296]],[[255015,252631],[-416,985]],[[251315,256149],[-565,11]],[[250750,256160],[-705,0]],[[250045,256160],[-4,6755]],[[229993,252193],[-570,5610]],[[230997,255776],[-230,-1047]],[[230767,254729],[-774,-2536]],[[268913,260602],[84,-3783]],[[268997,256819],[-88,-1964]],[[268909,254855],[-525,10],[-61,691],[-839,350]],[[267484,255906],[-15,966]],[[267469,256872],[411,3740]],[[242254,256977],[-1212,-1625],[-245,2364]],[[250045,256160],[-145,0]],[[249900,256160],[-376,-7]],[[249524,256153],[-46,1959],[-425,1320],[2,3070]],[[262811,259617],[-6,-2207]],[[262805,257410],[-584,-281],[-45,579]],[[262176,257708],[-228,4571]],[[262176,257708],[-117,-3882]],[[262059,253826],[-920,118]],[[261139,253944],[4,5668]],[[249524,256153],[-188,2]],[[249336,256155],[-474,-1],[2,-814],[-378,9]],[[248486,255349],[-43,6910]],[[267469,256872],[-538,69]],[[266931,256941],[-451,2196]],[[244529,261751],[-62,-2123],[-258,460],[229,-1495],[-276,-599],[18,-3120],[-205,750],[174,-2365],[-387,-521],[182,-1100]],[[243944,251638],[-102,-1383],[173,-931],[-202,-1256]],[[243813,248068],[-73,-540]],[[243740,247528],[12,447]],[[243752,247975],[-182,929]],[[243570,248904],[129,2677],[-437,1457]],[[248486,255349],[-225,-1013]],[[248261,254336],[-569,265]],[[247692,254601],[-3,6836]],[[257562,257833],[96,-2876],[-100,-437],[8,-2858]],[[257566,251662],[-179,1283],[-1847,-18]],[[245158,259438],[-12,-4904]],[[245146,254534],[-217,450],[-649,-954],[-49,-1688],[-287,-704]],[[191369,254272],[-1713,-9],[-813,1749]],[[225328,255832],[-812,-3459]],[[224516,252373],[-177,743],[-194,2530],[-443,141],[-382,1307]],[[247692,254601],[-45,0]],[[247647,254601],[-802,-13]],[[246845,254588],[-237,-7]],[[246608,254581],[0,4882],[-290,-6]],[[270029,257961],[-328,-1873],[-203,-243]],[[269498,255845],[-501,974]],[[226342,249372],[-760,7340]],[[227703,254041],[-1361,-4669]],[[220202,258883],[-12,-9165]],[[220190,249718],[-1597,-27]],[[218593,249691],[-12,8144],[-1602,88]],[[216979,257923],[0,516]],[[254093,251672],[-73,-563]],[[254020,251109],[-140,-343],[-854,-8],[-285,-550]],[[252741,250208],[-49,5986]],[[272895,258076],[-221,-2947],[-140,1836],[361,1111]],[[272467,260258],[359,-497],[69,-955],[-372,-536],[-14,-3438],[142,-738],[-530,300]],[[272121,254394],[-413,2119]],[[232380,257461],[233,-3410],[-192,-919],[-109,-3298]],[[232312,249834],[-587,-40],[-741,-2203]],[[230984,247591],[-246,5282],[29,1856]],[[215564,260206],[-1,-10641]],[[215563,249565],[-1463,119]],[[214100,249684],[-48,10522]],[[214100,249684],[-246,18]],[[213854,249702],[-112,1974],[-687,2489],[-255,-616]],[[212800,253549],[2,6664]],[[237271,258680],[3,-1922],[-169,-1045],[14,-5133]],[[237119,250580],[-252,-652]],[[236867,249928],[-549,2336]],[[216979,257923],[-20,-8366]],[[216959,249557],[-1396,8]],[[212800,253549],[-158,-489],[-520,1932]],[[265095,256340],[-399,-67]],[[264696,256273],[-805,-61]],[[263891,256212],[-57,3435]],[[263891,256212],[-578,-54]],[[263313,256158],[-423,46],[-85,1206]],[[261139,253944],[-190,-1282],[-485,462],[-142,-1410]],[[260322,251714],[-224,22]],[[260098,251736],[6,7849]],[[260098,251736],[-1121,-78]],[[258977,251658],[-2,4613]],[[246608,254581],[-1058,-7],[-230,-519]],[[245320,254055],[-174,479]],[[238342,251360],[-866,-337]],[[237476,251023],[-357,-443]],[[266931,256941],[-267,-2338]],[[266664,254603],[-217,-428]],[[266447,254175],[-394,61]],[[234433,256013],[126,-728]],[[234559,255285],[-1328,-6123]],[[233231,249162],[-512,-2377]],[[232719,246785],[-160,1025],[33,1830],[-280,194]],[[221621,257243],[-4,-7538]],[[221617,249705],[-1427,13]],[[270548,255030],[135,-1217],[-559,-1966],[-260,400]],[[269864,252247],[-282,1360],[-84,2238]],[[258977,251658],[18,-3690]],[[258995,247968],[-561,3]],[[258434,247971],[-835,7]],[[257599,247978],[-33,3684]],[[218593,249691],[-762,-75]],[[217831,249616],[-872,-59]],[[236867,249928],[-914,-1225]],[[235953,248703],[-290,477]],[[235663,249180],[-783,1632]],[[234880,250812],[-186,3541],[-135,932]],[[263313,256158],[-12,-3257]],[[263301,252901],[-768,-60],[-14,-3409]],[[262519,249432],[-296,57]],[[262223,249489],[-201,1664],[37,2673]],[[229345,250051],[-671,-2227]],[[228674,247824],[-579,5465]],[[229993,252193],[-648,-2142]],[[242559,254324],[-409,-313],[69,-6634],[-201,53]],[[242018,247430],[-298,679],[-278,-1715],[-307,-248]],[[241135,246146],[-630,-114]],[[240505,246032],[-17,6745],[-422,1756]],[[223045,256660],[-5,-9678]],[[223040,246982],[-1093,-7]],[[221947,246975],[-331,2],[1,2728]],[[224516,252373],[110,-2638],[233,-1105]],[[224859,248630],[-17,-2012]],[[224842,246618],[-1446,-2]],[[223396,246616],[-356,366]],[[267484,255906],[289,-2603],[-29,-1804]],[[267744,251499],[-329,-678],[-91,-2266]],[[267324,248555],[-270,35]],[[267054,248590],[-114,4038],[-276,1975]],[[269864,252247],[216,-986],[1,-1604],[213,-1377]],[[270294,248280],[-791,53],[-15,-4066],[756,-202],[-181,-4018]],[[270063,240047],[-569,247]],[[269494,240294],[-47,4435],[-166,-9],[13,2675],[-283,1029],[-221,3072]],[[268790,251496],[-78,1758],[187,-78]],[[268899,253176],[10,1679]],[[226342,249372],[-12,-642]],[[226330,248730],[-1471,-100]],[[272518,253791],[20,18]],[[272538,253809],[99,-1699],[-281,-1544],[-109,1279],[124,2060],[147,-114]],[[272121,254394],[4,-51]],[[272125,254343],[81,-132]],[[272206,254211],[155,-845],[-204,-1996],[71,-2600],[-325,802]],[[271903,249572],[-591,1666]],[[271312,251238],[97,2986]],[[264696,256273],[-167,-1561],[-391,-949],[-69,-1201],[-328,-1573],[-68,-1447]],[[263673,249542],[-96,10]],[[263577,249552],[15,3293],[-291,56]],[[265091,254315],[-12,-4796]],[[265079,249519],[-315,12]],[[264764,249531],[-724,18]],[[264040,249549],[-367,-7]],[[252741,250208],[18,-2159]],[[252759,248049],[-1139,-6]],[[251620,248043],[-21,8110]],[[250750,256160],[24,-9758]],[[250774,246402],[-565,1]],[[250209,246403],[-23,1870]],[[250186,248273],[3,6261],[-287,-6],[-2,1632]],[[250186,248273],[-850,-146]],[[249336,248127],[0,8028]],[[251620,248043],[-141,-1624]],[[251479,246419],[-705,-17]],[[249336,248127],[-206,-4]],[[249130,248123],[-300,-5]],[[248830,248118],[0,1358],[-237,-6],[-309,1882],[-23,2984]],[[268790,251496],[-833,9]],[[267957,251505],[-213,-6]],[[234880,250812],[-269,-1952],[-727,-4046]],[[233884,244814],[-145,1529],[-209,-878]],[[233530,245465],[-193,-35],[-106,3732]],[[213854,249702],[556,-1560],[549,-266],[329,-1468],[180,-3869],[116,-913]],[[215584,241626],[-1029,50],[-1,-1090],[-571,24],[0,-5857],[-623,-16],[0,-4293]],[[213360,230444],[-2433,11417]],[[210927,241861],[-404,1872]],[[271312,251238],[-472,-2258]],[[270840,248980],[-349,503],[-197,-1203]],[[245320,254055],[101,-733],[-2,-5263]],[[245419,248059],[-325,3]],[[245094,248062],[-1281,6]],[[240505,246032],[-431,-220]],[[240074,245812],[-1234,93],[-382,-268]],[[238458,245637],[138,2982],[-121,2915]],[[230984,247591],[-297,-1133],[-306,-3132],[-307,-919]],[[230074,242407],[-150,660]],[[229924,243067],[-83,1790],[-230,1424],[-92,2592],[-174,1178]],[[267054,248590],[-504,85]],[[266550,248675],[-89,305]],[[266461,248980],[-188,553]],[[266273,249533],[181,2384],[-7,2258]],[[246845,254588],[1,-6514]],[[246846,248074],[-55,0]],[[246791,248074],[-720,-7]],[[246071,248067],[-652,-8]],[[247647,254601],[2,-6508]],[[247649,248093],[-244,-6]],[[247405,248087],[-559,-13]],[[248830,248118],[-1181,-25]],[[243570,248904],[-75,-474]],[[243495,248430],[-154,-909],[-26,-2268]],[[243315,245253],[-1107,8]],[[242208,245261],[-190,2169]],[[266273,249533],[3,-822],[-452,71]],[[265824,248782],[-746,72],[1,665]],[[228674,247824],[-526,-1799],[-157,-2556]],[[227991,243469],[-863,2199],[-567,665]],[[226561,246333],[-231,2397]],[[255015,252631],[47,-4598]],[[255062,248033],[-100,-2449],[292,-2293],[343,-1258],[-72,-3553]],[[255525,238480],[118,-709],[-472,-3244],[-776,-834],[-363,138],[617,1003],[-445,2269],[13,2457],[-99,3216],[-227,556]],[[253891,243332],[-3,424]],[[253888,243756],[51,358]],[[253939,244114],[171,4892],[-90,2103]],[[262223,249489],[73,-1396]],[[262296,248093],[-1355,-67]],[[260941,248026],[8,3775],[-627,-87]],[[257599,247978],[-271,46]],[[257328,248024],[-1052,37]],[[256276,248061],[-1214,-28]],[[263577,249552],[-524,-184]],[[263053,249368],[-534,64]],[[260941,248026],[-26,-3]],[[260915,248023],[-1496,-68]],[[259419,247955],[-424,13]],[[238458,245637],[-203,-3553],[-301,-2557],[116,-1801],[-122,-774]],[[237948,236952],[-67,-1097],[156,-1846]],[[238037,234009],[-534,-28]],[[237503,233981],[98,13117],[-125,3925]],[[269494,240294],[-114,45]],[[269380,240339],[-346,137]],[[269034,240476],[-18,2136],[-493,492],[-222,1908],[-346,636]],[[267955,245648],[2,5857]],[[267955,245648],[-134,-370]],[[267821,245278],[-66,1821],[-380,52],[-51,1404]],[[253939,244114],[-283,-5327],[-10,-2293],[-805,174]],[[252841,236668],[-47,6490]],[[252794,243158],[-35,4891]],[[272307,246842],[-203,-3711],[-81,2742],[284,969]],[[271903,249572],[306,-2478],[-160,-4072],[-292,-203]],[[271757,242819],[-831,2065]],[[270926,244884],[0,3895],[-86,201]],[[237503,233981],[-603,-19]],[[236900,233962],[96,1937],[-93,1644],[125,1714]],[[237028,239257],[57,2122],[-200,796],[-362,6258],[-570,270]],[[235663,249180],[-268,-877],[313,-9029]],[[235708,239274],[21,-670],[-542,-17]],[[235187,238587],[-329,77]],[[234858,238664],[56,882],[-384,658],[-240,1922],[-168,-357],[-46,2247],[-192,798]],[[229924,243067],[-953,-3232]],[[228971,239835],[-534,-1857]],[[228437,237978],[-325,5186],[-121,305]],[[209922,237143],[-279,-6],[-3006,4042]],[[210927,241861],[-1005,-4718]],[[232719,246785],[-682,-1234]],[[232037,245551],[-850,-766]],[[231187,244785],[-203,2806]],[[221947,246975],[2,-4279]],[[221949,242696],[-1761,-8]],[[220188,242688],[2,7030]],[[220188,242688],[-2353,-81]],[[217835,242607],[-4,7009]],[[217835,242607],[0,-7787]],[[217835,234820],[-2223,6]],[[215612,234826],[279,1284],[-229,1216],[263,2565],[-18,1122],[-323,613]],[[264040,249549],[-12,-7241]],[[264028,242308],[-1345,403]],[[262683,242711],[300,3247],[70,3410]],[[264764,249531],[114,-3092],[-22,-4394]],[[264856,242045],[-554,176]],[[264302,242221],[-274,87]],[[266550,248675],[98,-2368],[249,-1172],[-274,-444],[-99,-1222],[356,-2141]],[[266880,241328],[-709,260]],[[266171,241588],[-368,134]],[[265803,241722],[21,7060]],[[265803,241722],[-735,254]],[[265068,241976],[-212,69]],[[262683,242711],[-3,0]],[[262680,242711],[-384,5382]],[[270926,244884],[-366,-1369],[-37,-1852],[123,-1709],[-124,-3745]],[[270522,236209],[-335,-64],[-107,1022],[-17,2880]],[[237028,239257],[-1320,17]],[[233530,245465],[-89,-6610]],[[233441,238855],[-666,84],[-646,2258]],[[232129,241197],[-92,4354]],[[244740,241601],[-76,124]],[[244664,241725],[-138,1864],[-596,-160],[213,1883],[-298,-206],[-105,2422]],[[245094,248062],[-354,-6461]],[[226561,246333],[-375,-2252],[-241,-2998]],[[225945,241083],[-212,-3685]],[[225733,237398],[-624,1108]],[[225109,238506],[-245,3503],[173,1353],[-5,1659],[-190,1597]],[[267821,245278],[-326,-1352],[-1,-2846]],[[267494,241080],[-481,193]],[[267013,241273],[-88,37]],[[266925,241310],[-45,18]],[[244664,241725],[-233,-2739],[-196,-268]],[[244235,238718],[-602,5]],[[243633,238723],[-154,6]],[[243479,238729],[63,3797],[-227,2727]],[[243752,247975],[-257,455]],[[250209,246403],[-2,-4881]],[[250207,241522],[-565,12],[0,-2449],[-406,-1071]],[[249236,238014],[-349,2359],[-75,1498]],[[248812,241871],[318,6252]],[[248812,241871],[-426,-22],[-726,870]],[[247660,242719],[-255,5368]],[[242208,245261],[112,-1501],[-109,-3720],[-662,-628],[-123,-1003]],[[241426,238409],[-387,12]],[[241039,238421],[5,125]],[[241044,238546],[92,1719],[-1,5881]],[[262680,242711],[-189,-1959]],[[262491,240752],[-656,31],[-11,-813],[-591,47]],[[261233,240017],[-143,13]],[[261090,240030],[8,4056],[-466,837]],[[260632,244923],[283,3100]],[[247660,242719],[34,-9078]],[[247694,233641],[-96,120]],[[247598,233761],[-55,1170],[-290,-153]],[[247253,234778],[-284,1435],[-176,2313],[-2,3039]],[[246791,241565],[0,6509]],[[256232,239600],[16,-2077],[-262,-1642],[-543,-650],[107,1725],[233,527],[-258,997]],[[256276,248061],[-334,-1385],[-81,-3536],[371,-3540]],[[257328,248024],[-39,-10998]],[[257289,237026],[-1052,-1037],[665,1910],[-225,961],[-136,-1053],[-250,2451],[-59,-658]],[[252794,243158],[-1314,0]],[[251480,243158],[-1,3261]],[[246791,241565],[-956,-12]],[[245835,241553],[167,1301]],[[246002,242854],[-21,4096],[90,1117]],[[258434,247971],[-17,-10056]],[[258417,237915],[-166,1067],[-410,-2043],[-552,87]],[[246002,242854],[-1125,-260],[-121,-1038]],[[244756,241556],[-16,45]],[[260632,244923],[-55,-1607],[-562,869],[-66,-1633]],[[259949,242552],[-537,37],[7,5366]],[[259949,242552],[-196,-1239],[99,-2459],[-315,-2140]],[[259537,236714],[-9,-2240]],[[259528,234474],[-1118,2046]],[[258410,236875],[0,-355]],[[258410,236875],[816,-133],[-426,1780],[-383,-607]],[[231187,244785],[-45,-4378],[221,-3089],[-139,-1697]],[[231224,235621],[12,737],[-414,180]],[[230822,236538],[-165,3013],[-358,1438],[-320,391],[95,1027]],[[223396,246616],[1,-7873]],[[223397,238743],[-946,26]],[[222451,238769],[-503,-4],[1,3931]],[[225109,238506],[-674,264]],[[224435,238770],[-1038,-27]],[[251480,243158],[0,-1087]],[[251480,242071],[-990,-2],[-283,-547]],[[228437,237978],[-499,-1008]],[[227938,236970],[-97,304]],[[227841,237274],[-634,1522],[-437,-1264],[-263,726],[-303,2900],[-259,-75]],[[234858,238664],[-878,-2778]],[[233980,235886],[-396,1124],[-143,1845]],[[241044,238546],[-396,8],[-9,-943],[-990,-262]],[[239649,237349],[2,3245],[421,9],[2,5209]],[[239649,237349],[0,-382]],[[239649,236967],[-709,-8],[2,1629],[-283,7],[1,-1639],[-712,-4]],[[269034,240476],[-293,113]],[[268741,240589],[-1247,491]],[[232129,241197],[72,-7162]],[[232201,234035],[-806,-384]],[[231395,233651],[-171,1970]],[[243479,238729],[216,-1917],[-535,411],[-328,-897]],[[242832,236326],[-172,207],[-257,-1508]],[[242403,235025],[-94,2569],[-194,809],[-689,6]],[[261090,240030],[-142,0],[-5,-2437],[-1018,73],[-388,-952]],[[271757,242819],[498,-308],[-34,-3432],[-155,926],[-295,-107]],[[271771,239898],[-322,203],[-925,-5548]],[[270524,234553],[-2,1656]],[[252841,236668],[-233,-1277],[-178,1270],[-575,-702],[-371,1453]],[[251484,237412],[-4,4659]],[[230822,236538],[-952,-1549]],[[229870,234989],[-278,409],[-621,4437]],[[245835,241553],[-210,-1460],[-15,-2062],[278,-2140]],[[245888,235891],[-360,-439]],[[245528,235452],[-338,30]],[[245190,235482],[-277,639],[124,2784],[-183,-36],[-98,2687]],[[249236,238014],[203,-4319],[261,-907]],[[249700,232788],[-283,-440]],[[249417,232348],[-471,-68],[-254,869],[-304,-894],[-309,779]],[[248079,233034],[-385,607]],[[264302,242221],[-267,-2074],[-54,-1701],[-693,-1753]],[[263288,236693],[-375,1330],[-2,1097],[-281,268],[-139,1364]],[[222451,238769],[6,-3970]],[[222457,234799],[-1261,76]],[[221196,234875],[-1009,-7]],[[220187,234868],[1,7820]],[[220187,234868],[-1627,-38]],[[218560,234830],[-725,-10]],[[265068,241976],[85,-2796],[-178,-1],[-97,-4622]],[[264878,234557],[-479,557],[-1297,-63]],[[263102,235051],[186,1642]],[[251484,237412],[-1134,-2305],[-141,1298]],[[250209,236405],[-2,5117]],[[266171,241588],[21,-1291],[-370,-1383],[42,-1369],[-274,-2432]],[[265590,235113],[-266,-1104],[-213,-2775]],[[265111,231234],[-234,66]],[[264877,231300],[1,3257]],[[209944,215738],[-22,21405]],[[213360,230444],[686,-3232]],[[214046,227212],[-190,-2194],[-356,428],[-422,-724],[-393,-4187],[-190,-3082],[-26,-2697],[-288,-495],[-452,-3923],[-784,1354],[-338,2103],[-458,443],[-205,1500]],[[245190,235482],[-472,-15],[-483,3251]],[[215612,234826],[-8,-9436]],[[215604,225390],[-988,210],[-570,1612]],[[247253,234778],[-437,-1709],[-207,516]],[[246609,233585],[-184,-841],[-537,3147]],[[266925,241310],[88,-37]],[[267013,241273],[105,-135],[78,-2865],[203,-1637]],[[267399,236636],[-213,-2319]],[[267186,234317],[-334,-5]],[[266852,234312],[-283,815],[-979,-14]],[[250209,236405],[34,-1301],[-543,-2316]],[[268741,240589],[-104,-715],[226,-2817],[-101,-1193],[-315,-130]],[[268447,235734],[-586,1764],[-462,-862]],[[209944,215738],[-499,619],[-308,933],[-500,3117],[-209,111],[-481,2314],[-467,5014],[-27,4955],[-481,3934],[-35,2230],[-300,2214]],[[233980,235886],[192,-3310]],[[234172,232576],[-466,-2513],[-754,2533],[-380,-1253],[-369,-201]],[[232203,231142],[-2,2893]],[[227841,237274],[-344,-3901],[-437,-2646]],[[227060,230727],[-169,-807]],[[226891,229920],[-1289,6177]],[[225602,236097],[131,1301]],[[262491,240752],[-511,-7567]],[[261980,233185],[-763,18]],[[261217,233203],[16,6814]],[[263102,235051],[119,-3211],[349,-2174]],[[263570,229666],[-1288,55],[-50,-791]],[[262232,228930],[-308,1351],[56,2904]],[[269380,240339],[4,-8335]],[[269384,232004],[-309,-3002],[110,-640]],[[269185,228362],[-359,-2062]],[[268826,226300],[-394,1903]],[[268432,228203],[15,7531]],[[272248,234159],[-9,-2722],[-434,368]],[[271805,231805],[-186,100],[91,1895],[-113,885],[151,2029],[471,-634],[29,-1921]],[[272388,234172],[-135,-12]],[[272253,234160],[-2,2672],[137,-2660]],[[271771,239898],[387,-696],[23,-1979],[-488,-401],[1,-1430],[-265,-958],[92,-1411]],[[271521,233023],[-998,-79]],[[270523,232944],[1,1609]],[[270523,232944],[0,-816]],[[270523,232128],[-259,0]],[[270264,232128],[-880,-124]],[[261213,230026],[6,-1939]],[[261219,228087],[-831,3621],[181,87],[319,-1692],[325,-77]],[[261217,233203],[-4,-3055]],[[261213,230148],[-256,-46],[-113,1656],[-199,-122],[-386,1289],[-6,-1143],[-725,2692]],[[229870,234989],[-428,-2537]],[[229442,232452],[-640,-2032]],[[228802,230420],[-160,3872],[-704,2678]],[[236900,233962],[5,-1513]],[[236905,232449],[-445,185],[-184,-1246],[-288,178]],[[235988,231566],[-422,-16],[-379,7037]],[[224435,238770],[11,-6721]],[[224446,232049],[-926,-12]],[[223520,232037],[-1061,-73],[-2,2835]],[[225602,236097],[-347,-5926]],[[225255,230171],[-325,-1870]],[[224930,228301],[-484,3748]],[[245308,223867],[-799,1569],[36,944],[-274,2264]],[[244271,228644],[603,287]],[[244874,228931],[203,-2331],[251,-832],[-20,-1901]],[[244558,230559],[-645,-479],[-351,1662],[-258,-1459],[-367,543]],[[242937,230826],[126,1509],[-231,3991]],[[243633,238723],[169,-1018],[54,-2471],[406,-1498],[38,-2365],[258,-812]],[[245528,235452],[-238,-4825]],[[245290,230627],[-329,-692]],[[244961,229935],[-403,624]],[[235988,231566],[8,-4159]],[[235996,227407],[-1499,-100]],[[234497,227307],[-325,5269]],[[239649,236967],[279,-442],[95,-4141],[287,-11],[14,-1373],[-301,-819]],[[240023,230181],[-367,261],[-1652,-20]],[[238004,230422],[33,3587]],[[241039,238421],[19,-2543]],[[241058,235878],[90,-2556],[-90,-2140]],[[241058,231182],[-312,-1023]],[[240746,230159],[-723,22]],[[242403,235025],[-396,-2817]],[[242007,232208],[-408,-1799],[-460,906]],[[241139,231315],[-81,-133]],[[268432,228203],[-222,-845]],[[268210,227358],[-526,3596],[-439,645],[-59,2718]],[[228802,230420],[-812,-4930]],[[227990,225490],[-930,5237]],[[231395,233651],[-275,-1643],[131,-1238]],[[231251,230770],[-412,483],[-916,-965]],[[229923,230288],[-71,1866],[-410,298]],[[242937,230826],[-38,-676]],[[242899,230150],[-457,1473],[-435,585]],[[226432,226825],[-346,-1970]],[[226086,224855],[-87,1789],[-744,3527]],[[226891,229920],[-513,-2622],[54,-473]],[[246609,233585],[-25,-1023]],[[246584,232562],[-762,-996],[-135,-865]],[[245687,230701],[0,-1]],[[245687,230700],[-397,-73]],[[266852,234312],[-10,-6935],[145,-1217]],[[266987,226160],[-200,-2815]],[[266787,223345],[-399,937],[-283,2980],[-405,1944],[-589,2028]],[[264877,231300],[-794,-653],[8,-1736],[-255,56]],[[263836,228967],[-266,699]],[[247598,233761],[-477,-3687],[-248,-294],[-10,-2337]],[[246863,227443],[-276,26]],[[246587,227469],[-43,-63]],[[246544,227406],[-91,2727],[131,2429]],[[218560,234830],[1,-12369]],[[218561,222461],[3,-3801],[-131,-3064],[-135,-246]],[[218298,215350],[-586,2295],[-155,1738],[-559,1471],[-109,1938],[-428,2706],[-230,-539],[-627,431]],[[221196,234875],[-9,-4032]],[[221187,230843],[-585,153],[-126,-5325],[-5,-3218]],[[220471,222453],[-272,-3]],[[220199,222450],[-1638,11]],[[223520,232037],[7,-6643]],[[223527,225394],[-721,2115],[-1183,235]],[[221623,227744],[-251,17],[4,3079],[-189,3]],[[268210,227358],[-114,-1168]],[[268096,226190],[-1109,-30]],[[272837,223331],[-14,0]],[[272823,223331],[-64,-213]],[[272759,223118],[-215,-625],[-556,-55]],[[271988,222438],[-4,2546]],[[271984,224984],[-177,2427],[99,1442],[-322,1679],[221,1273]],[[272248,234159],[350,-6434],[-19,-1080],[258,-3314]],[[272388,234172],[216,-5656],[-351,5644]],[[238004,230422],[-370,-3472]],[[237634,226950],[-15,2086],[-480,949],[-234,2464]],[[232203,231142],[-438,1363],[375,-6983]],[[232140,225522],[-575,-1123]],[[231565,224399],[-196,1520],[-118,4851]],[[247737,223729],[-329,25],[-92,1327],[-453,2362]],[[247598,233761],[-7,-4805],[112,-2059],[203,-841],[-169,-2327]],[[248079,233034],[-93,-5082],[222,493],[142,-926]],[[248350,227519],[-169,-1243],[4,-1675],[243,-2463],[7,-2735]],[[248435,219403],[-412,1679],[32,1884],[-166,601]],[[247889,223567],[-152,162]],[[262232,228930],[-64,-3572]],[[262168,225358],[-1,-31]],[[262167,225327],[-472,-1559]],[[261695,223768],[-260,-97],[30,2044],[-246,2372]],[[261213,230026],[0,122]],[[249417,232348],[-288,-1736],[-365,-1099]],[[248764,229513],[-363,-244],[-62,-812],[282,-1440]],[[248621,227017],[-271,502]],[[271521,233023],[-209,-1367],[211,19],[-61,-1459],[280,-1434],[17,-2305]],[[271759,226477],[-575,-58],[-356,-1658],[-304,-535]],[[270524,224226],[-1,7902]],[[237634,226950],[-209,-1155],[251,-2061]],[[237676,223734],[-488,-232],[-948,-2204]],[[236240,221298],[-9,6070],[-235,39]],[[234497,227307],[188,-998],[-40,-2779]],[[234645,223530],[-249,562],[-163,2138],[-77,-1073],[335,-1692],[-100,-2415]],[[234391,221050],[-400,-946],[-152,1094]],[[233839,221198],[-128,697],[-451,-247]],[[233260,221648],[-1120,3874]],[[249637,222999],[-31,137]],[[249606,223136],[-17,-11]],[[249589,223125],[-854,2530],[-114,1362]],[[248764,229513],[178,-1314],[189,484],[62,-1577],[278,-41],[74,2259],[374,1265],[70,-3363],[267,-194],[-426,-2469],[-490,256],[297,-1820]],[[250525,230647],[-312,-71],[261,1146],[51,-1075]],[[246544,227406],[-360,597],[-279,-302]],[[245905,227701],[-208,1350],[-10,1649]],[[229923,230288],[145,-1541]],[[230068,228747],[-848,-6121]],[[229220,222626],[-749,-87]],[[228471,222539],[-487,2914]],[[227984,225453],[6,37]],[[242899,230150],[-21,-3785]],[[242878,226365],[-34,-727],[-510,-1743],[182,-15],[-22,-1563],[-530,-1558],[-885,886]],[[241079,221645],[5,8529],[-338,-15]],[[270524,224226],[-18,-8]],[[270506,224218],[-216,2191],[-389,132],[-406,1491]],[[269495,228032],[311,619],[458,3477]],[[269495,228032],[-310,330]],[[224930,228301],[-647,-3579]],[[224283,224722],[-370,-472]],[[223913,224250],[-386,1144]],[[243094,222650],[507,-1497],[-373,-1379],[-504,1635],[370,1241]],[[244961,229935],[-87,-1004]],[[244271,228644],[-426,-208],[-645,-3854]],[[243200,224582],[80,1697],[-402,86]],[[231565,224399],[21,-2330],[-179,-21]],[[231407,222048],[-240,599]],[[231167,222647],[-226,617],[-208,2752],[-251,273],[-414,2458]],[[245905,227701],[-338,-3548]],[[245567,224153],[-211,-1645]],[[245356,222508],[-48,1359]],[[221623,227744],[-6,-5221]],[[221617,222523],[-1146,-70]],[[227984,225453],[-780,-2865],[-98,358]],[[227106,222946],[-308,892],[-366,2987]],[[241079,221645],[-915,2302],[-643,1244],[-860,-33],[-722,-625],[-263,-799]],[[226086,224855],[-251,-1276],[-617,-1664]],[[225218,221915],[-190,1265],[73,1338],[-818,204]],[[261984,223666],[48,-1027],[-349,843],[301,184]],[[262167,225327],[153,-1172],[-625,-387]],[[263836,228967],[267,-1312],[-501,151],[-1029,-3276],[-405,828]],[[231167,222647],[-368,-2222],[-115,-1978],[-812,-2987]],[[229872,215460],[-51,299]],[[229821,215759],[273,1332],[-648,4505],[-226,1030]],[[245356,222508],[-369,-726]],[[244987,221782],[-280,-1858],[-256,1228],[-396,-628],[-7,2090],[-206,-84],[-20,2140],[-622,-88]],[[270506,224218],[-1,-4598]],[[270505,219620],[-384,-936],[-50,1175],[-543,18]],[[269528,219877],[-418,-93],[-2,1070],[-275,505]],[[268833,221359],[-7,4941]],[[268833,221359],[-783,495]],[[268050,221854],[-36,3076],[82,1260]],[[248195,214699],[-70,-748]],[[248125,213951],[-368,-1498],[-381,4155],[-144,-1654]],[[247232,214954],[0,260]],[[247232,215214],[0,103]],[[247232,215317],[15,318]],[[247247,215635],[13,86]],[[247260,215721],[55,1625],[-668,4635],[-414,1833],[-105,1452],[-208,-1076],[-353,-37]],[[247889,223567],[32,-2068],[-180,-982],[125,-870],[386,-448],[38,-1287],[-225,-2e3],[130,-1213]],[[222150,222529],[-533,-6]],[[223913,224250],[-73,-521]],[[223840,223729],[-340,-2416],[-157,1139],[-1193,77]],[[249173,217874],[111,-1305],[-400,134],[289,1171]],[[249589,223125],[-488,-958],[203,-1847],[362,-1192],[-111,-777],[530,-230],[375,-1687],[141,831],[307,-3039],[-50,-1667],[-254,-1182],[-172,579],[-447,-2429],[422,3793],[-138,1557],[-368,-603],[-134,2620],[-304,1182],[-628,94],[58,1184],[-307,734],[-151,-685]],[[236240,221298],[-45,-112]],[[236195,221186],[-276,35]],[[235919,221221],[-211,269],[-540,-841],[124,4279],[-302,699],[-198,-2304],[-147,207]],[[227106,222946],[-578,-5086]],[[226528,217860],[-680,53],[-139,1116]],[[225709,219029],[22,814],[-513,2072]],[[271988,222438],[9,-2348],[241,-1825]],[[272238,218265],[-390,-928]],[[271848,217337],[-291,1592],[-5,2834],[246,456],[-91,1669],[277,1096]],[[271759,226477],[138,-1242],[-266,-1802],[-119,-4400],[73,-1266]],[[271585,217767],[-204,-13],[-96,2166],[-186,606],[-594,-906]],[[233260,221648],[-107,-2624],[-243,-16],[-116,-2071]],[[232794,216937],[-175,-671],[-275,621],[-264,-1151]],[[232080,215736],[-404,3185],[-269,3127]],[[228471,222539],[-170,-901],[-100,-3633]],[[228201,218005],[-1040,-5116]],[[227161,212889],[-321,2085]],[[226840,214974],[-364,2442],[52,444]],[[244928,217715],[211,-933],[-107,-1820],[-305,1569],[201,1184]],[[247260,215721],[-525,940],[-7,-1505],[-198,-130],[-95,-1883],[-522,-151],[-171,914],[376,1325],[-332,809],[-84,1095],[-261,-2776],[-233,825],[15,1953],[-358,1998],[122,2647]],[[225709,219029],[-761,-6052]],[[224948,212977],[-1106,2536]],[[223842,215513],[-2,8216]],[[223842,215513],[-1,-2983]],[[223841,212530],[-1697,16]],[[222144,212546],[6,9983]],[[272759,223118],[386,-4323]],[[273145,218795],[-132,-298],[16,-2699],[-744,-89],[-47,2556]],[[232080,215736],[-73,-613]],[[232007,215123],[-254,-1543],[-960,-3417]],[[230793,210163],[-921,5297]],[[229821,215759],[-780,-3735]],[[229041,212024],[-105,759]],[[228936,212783],[-735,5222]],[[222144,212546],[-1943,-92]],[[220201,212454],[-2,9996]],[[220201,212454],[-1549,-37]],[[218652,212417],[-301,1679],[-53,1254]],[[235183,217123],[-168,-988],[-897,-3581],[738,3848],[327,721]],[[234284,214573],[-491,4941],[46,1684]],[[234391,221050],[301,-995],[33,-3555],[-122,190],[-319,-2117]],[[236195,221186],[-1085,-2978],[545,2519],[264,494]],[[234284,214573],[-259,-341],[-245,-3555],[-456,-2355],[-295,-718]],[[233029,207604],[-168,76],[-313,2527],[-238,31],[-6,1604],[-193,734],[-104,2547]],[[269528,219877],[10,-5017],[-370,-17],[1,-3161]],[[269169,211682],[-610,-875]],[[268559,210807],[-4,-26]],[[268555,210781],[11,1180],[-229,1769],[-631,423],[-130,2753]],[[267576,216906],[349,3015],[125,1933]],[[271585,217767],[74,-1765]],[[271659,216002],[-47,-5892],[-823,-7]],[[270789,210103],[-996,7]],[[269793,210110],[-470,1716],[-154,-144]],[[226840,214974],[-1288,-6318]],[[225552,208656],[-604,4321]],[[274038,206958],[-133,1]],[[273905,206959],[-39,-1]],[[273866,206958],[-329,-17],[-54,-3299]],[[273483,203642],[-296,3940]],[[273187,207582],[-245,-773],[-517,1780]],[[272425,208589],[33,1990],[-268,1417]],[[272190,211996],[-290,2402]],[[271900,214398],[73,2026],[-125,913]],[[273145,218795],[71,-1438],[822,-10399]],[[228017,208315],[-311,1140],[-437,-2085]],[[227269,207370],[-501,3617],[393,1902]],[[228936,212783],[-919,-4468]],[[272425,208589],[-133,-1746]],[[272292,206843],[-680,-113],[4,-8039]],[[271616,198691],[-837,-35]],[[270779,198656],[10,11447]],[[271659,216002],[241,-1604]],[[230793,210163],[-40,-5357]],[[230753,204806],[-186,-16]],[[230567,204790],[-105,611]],[[230462,205401],[-405,-37]],[[230057,205364],[-229,272]],[[229828,205636],[-9,-8]],[[229819,205628],[-2,32]],[[229817,205660],[-203,3106],[-295,2552],[-278,706]],[[225150,203636],[-1,663],[-1297,-17]],[[223852,204282],[-11,8248]],[[225552,208656],[258,-1776]],[[225810,206880],[-660,-3244]],[[230757,204203],[-4,603]],[[233029,207604],[-514,-1808],[-270,336],[-409,-941],[-73,-1321],[716,1768],[-1755,-5263],[983,3206],[18,865],[-525,-948],[-443,705]],[[226700,204666],[-382,955],[-249,-541]],[[226069,205080],[-259,1800]],[[227269,207370],[-569,-2704]],[[229817,205660],[1,-376]],[[229818,205284],[-753,-2126],[109,-1486]],[[229174,201672],[-69,-398],[-683,1260]],[[228422,202534],[5,4144],[-122,1448],[-288,189]],[[223852,204282],[-1657,-123]],[[222195,204159],[-37,-4]],[[222158,204155],[-14,8391]],[[222158,204155],[-1965,141]],[[220193,204296],[8,8158]],[[220193,204296],[2,-8383]],[[220195,195913],[-275,-20]],[[219920,195893],[-228,1634],[-299,5632],[-270,1346],[-137,3111],[-290,2181],[-44,2620]],[[269793,210110],[391,-3170],[-256,-2281]],[[269928,204659],[-433,506],[-598,-8]],[[268897,205157],[-149,697],[-6,3295],[-183,1658]],[[270779,198656],[-274,-620]],[[270505,198036],[2,3099]],[[270507,201135],[2,766],[-428,978],[-153,1780]],[[228422,202534],[-599,-3072]],[[227823,199462],[-496,1215],[-66,1282],[-333,364],[-228,2343]],[[273483,203642],[-949,-51],[-367,555],[125,2697]],[[273866,206958],[152,-4435],[384,-6703],[460,-6126],[-21,-545]],[[274841,189149],[-1029,-223]],[[273812,188926],[17,9772]],[[273829,198698],[-61,3007],[-285,1937]],[[274038,206958],[411,-2425],[-276,2427]],[[274173,206960],[19,0]],[[274192,206960],[437,-3794],[144,-2446],[-167,-836],[-12,3069],[-288,-3646],[-72,100],[-11,3804],[-174,606],[153,1506],[-297,1636]],[[226409,193288],[-981,21]],[[225428,193309],[-276,-3]],[[225152,193306],[-2,10330]],[[226069,205080],[-235,-508],[782,-8928],[-25,-123]],[[226591,195521],[-240,-1164],[58,-1069]],[[273829,198698],[-2213,-7]],[[229313,193901],[29,366]],[[229342,194267],[112,1478],[226,125],[508,2370],[340,470],[-1215,-4809]],[[229467,200562],[-293,1110]],[[229818,205284],[138,-1955],[593,-2862],[-702,-2230],[-380,2325]],[[230462,205401],[-19,-1857],[-353,715],[-33,1105]],[[227823,199462],[-461,-4167]],[[227362,195295],[-76,-648],[-695,874]],[[270507,201135],[-552,2],[0,-813],[-1166,-23]],[[268789,200301],[108,4856]],[[223852,204282],[-7,-10983]],[[223845,193299],[-1631,-503],[-15,3242]],[[222199,196038],[-4,8121]],[[225152,193306],[-1307,-7]],[[222199,196038],[-2004,-125]],[[229467,200562],[-206,-608],[191,-1783]],[[229452,198171],[-926,-864],[295,-1302]],[[228821,196005],[-626,-2606]],[[228195,193399],[-53,240]],[[228142,193639],[-158,1151],[-622,505]],[[270505,198036],[-139,-2611]],[[270366,195425],[-1519,30]],[[268847,195455],[-374,-12]],[[268473,195443],[316,4858]],[[271616,198691],[0,-1635],[277,2],[94,-2171],[192,-1069],[303,-11],[-262,-959],[585,-3549],[246,-3711]],[[273051,185588],[-1173,63]],[[271878,185651],[-1368,-4]],[[270510,185647],[-6,9777],[-138,1]],[[273812,188926],[-11,-3356]],[[273801,185570],[-750,18]],[[229222,193536],[-326,-2723],[39,1456],[287,1267]],[[228195,193399],[229,-262],[-76,-1380]],[[228348,191757],[-206,1882]],[[228490,190446],[-134,1235]],[[228356,191681],[444,2665],[-7,-1493],[-303,-2407]],[[229452,198171],[-21,-806]],[[229431,197365],[-30,-1032]],[[229401,196333],[-338,-1783],[-242,1455]],[[223845,193299],[14,-13095]],[[223859,180204],[1,-1601],[-436,24]],[[223424,178627],[-1056,73],[-103,854],[-232,-1005]],[[222033,178549],[-141,1379],[72,2611],[-322,2960],[-327,370],[-463,2627],[-155,3392],[-155,198],[-278,2896],[-344,911]],[[228348,191757],[8,-76]],[[228490,190446],[-3,-28]],[[228487,190418],[-16,-156]],[[228471,190262],[-133,-1330],[-231,1091],[-604,-774]],[[227503,189249],[-413,475],[-457,1288],[12,1137]],[[226645,192149],[-45,799]],[[226600,192948],[-191,340]],[[268847,195455],[7,-2885]],[[268854,192570],[-198,-1538],[342,-1335],[-115,-2957],[-287,863],[-300,2065],[148,2365],[29,3410]],[[270510,185647],[-1388,-19]],[[269122,185628],[467,3254],[-294,1838],[49,-1786],[-175,307],[19,1799],[-334,1530]],[[225428,193309],[7,-14809]],[[225435,178500],[-810,49]],[[224625,178549],[3,1455],[-769,200]],[[226645,192149],[-378,-2056],[-22,-4642]],[[226245,185451],[-328,-1],[5,-6978]],[[225922,178472],[-487,28]],[[228402,187096],[249,1941],[-343,-3973],[94,2032]],[[227963,184054],[-1438,-46],[-280,1443]],[[227503,189249],[288,8],[201,-2841],[170,164],[-199,-2526]],[[275241,183987],[-902,23]],[[274339,184010],[-271,4],[-3,1573],[-264,-17]],[[274841,189149],[341,-3281],[59,-1881]],[[273051,185588],[-176,-2846],[396,-2050],[334,-3158]],[[273605,177534],[-628,-17],[1,-1639],[-277,-12],[2,-1649],[-824,22]],[[271879,174239],[-2,5717]],[[271877,179956],[1,5695]],[[271877,179956],[-1371,-47]],[[270506,179909],[4,5738]],[[270506,179909],[-2,-2429]],[[270504,177480],[-549,22],[3,3302],[-874,53]],[[269084,180857],[-345,1646],[240,734],[143,2391]],[[274339,184010],[6,-6562]],[[274345,177448],[1,-1562],[-580,-3038]],[[273766,172848],[42,3614],[-203,1072]],[[227901,178788],[-37,1]],[[227864,178789],[9,1767],[307,3881]],[[228180,184437],[70,-94]],[[228250,184343],[-349,-5555]],[[227963,184054],[-251,-4475],[-258,-852],[114,2438],[-407,-1626],[-336,1829],[200,-2389],[-320,-88]],[[226705,178891],[-582,-1386]],[[226123,177505],[-201,967]],[[275241,183987],[343,-5478]],[[275584,178509],[-145,-584]],[[275439,177925],[-1,-410]],[[275438,177515],[-1093,-67]],[[270504,177480],[-3,-3270]],[[270501,174210],[-551,17],[0,-506]],[[269950,173721],[0,-130]],[[269950,173591],[-1,-996],[-273,12]],[[269676,172607],[-254,2093],[-338,6157]],[[224625,178549],[159,-3917],[135,10],[-13,-5059]],[[224906,169583],[-1481,40]],[[223425,169623],[-1,9004]],[[271879,174239],[-1378,-29]],[[223425,169623],[-158,-2061],[-441,-1922]],[[222826,165640],[-276,5054],[-494,3303],[54,2886],[-77,1666]],[[228015,167092],[-166,1925],[-8,2670]],[[227841,171687],[174,-4595]],[[227841,171687],[-52,110],[22,6050],[53,942]],[[227901,178788],[-82,-3294],[22,-3807]],[[227632,166164],[-1163,-35],[-267,256]],[[226202,166385],[-78,3148]],[[226124,169533],[-1,7972]],[[226705,178891],[360,-137],[283,-871],[341,625],[-132,-4582],[-184,-313],[-31,-3271],[212,-1257],[78,-2921]],[[226124,169533],[-934,42]],[[225190,169575],[-284,8]],[[275994,173067],[-63,2]],[[275931,173069],[-9,1]],[[275922,173070],[-37,2]],[[275885,173072],[-22,0]],[[275863,173072],[-26,-266],[-2071,42]],[[275438,177515],[375,-1551],[181,-2897]],[[273766,172848],[-167,-3535],[-1729,10]],[[271870,169323],[9,4916]],[[269950,173591],[197,-1158],[100,-2595],[-427,921],[-144,1848]],[[271870,169323],[-1374,16]],[[270496,169339],[-105,2644],[304,1032],[-368,4],[-94,-803],[-283,1505]],[[275863,173072],[173,-517],[58,-7156],[-69,-4426]],[[276025,160973],[-424,252],[-1823,-64]],[[273778,161161],[-12,11687]],[[273778,161161],[4,-1336]],[[273782,159825],[-1083,-119],[-9,4916],[-814,-70]],[[271876,164552],[-6,4771]],[[270224,168129],[277,-3877],[-101,-154],[-176,4031]],[[271876,164552],[5,-1688],[-271,-31],[4,-1924],[-522,237]],[[271092,161146],[-65,2473],[-474,1226],[-124,2786],[67,1708]],[[225190,169575],[-740,-9780]],[[224450,159795],[-249,-323],[-357,2361],[-856,1101],[54,931],[-216,1775]],[[226202,166385],[-130,-3036],[395,-282],[0,-1591]],[[226467,161476],[2,-5174]],[[226469,156302],[-921,-317],[-542,1946],[-162,1244],[-394,620]],[[227781,162637],[-161,-1600],[-221,-469],[-932,908]],[[227632,166164],[36,-3208],[113,-319]],[[273782,159825],[19,-5212]],[[273801,154613],[0,-3238]],[[273801,151375],[-1312,-39]],[[272489,151336],[-461,1867],[-228,-193],[-395,1936],[-191,1815],[-122,4385]],[[227781,162637],[266,-4006],[-45,-1342],[291,-825],[-120,-2091],[-349,-1094],[6,-1266],[-411,861],[-516,2812],[-434,616]],[[276025,160973],[-123,-6440]],[[275902,154533],[-491,-343],[-1072,2],[-538,421]],[[275036,140768],[-16,1]],[[275020,140769],[-149,-434]],[[274871,140335],[3,-76]],[[274874,140259],[-199,601],[-388,-1467],[-445,274]],[[273842,139667],[-42,3489],[1,8219]],[[275902,154533],[-196,-4031],[-305,-2455],[-117,-2922],[81,-1855],[-329,-2502]],[[275491,142866],[-401,-4417],[-362,-2015],[523,3742],[240,2690]],[[273842,139667],[-118,-686],[-512,-438],[-244,1966],[102,2254],[184,-1641],[296,-971],[166,920],[-246,1771],[-349,146],[-259,2834],[-188,3420],[234,599],[-210,868],[-82,-1356],[-127,1983]],[[267576,216906],[-181,85],[-177,1931],[-468,2015],[37,2408]],[[233545,583163],[470,-1],[0,7179],[546,-266],[367,-1412],[396,-7638],[-21,-1975],[288,-1125],[438,-310]],[[249572,564554],[-1138,-3158],[-1287,-1848],[-816,-1938],[-809,-2999]],[[245498,568091],[407,1054],[402,-2818],[1697,311],[722,-2325],[296,673],[550,-432]],[[244050,541402],[0,-11146]],[[242234,539623],[263,1550],[296,-1143],[509,150],[748,1222]],[[245788,538230],[8,-8017]],[[244050,541402],[832,1557],[406,335],[672,1956],[311,-1206],[-365,-2639],[91,-1053],[-209,-2122]],[[245788,538230],[630,1480],[422,-1520]],[[246668,543604],[119,-491],[-601,-1772],[482,2263]],[[254361,554779],[386,-1343],[-683,-275],[52,-770],[-806,-2719]],[[253310,549672],[-198,1603],[-596,-3]],[[252516,551272],[245,1549],[576,1487],[1024,471]],[[252129,567028],[638,1075],[-743,-3451],[-872,-1783],[142,-551],[-582,-1037],[-166,1627],[1583,4120]],[[252473,548019],[214,-3207]],[[251344,546531],[128,1308],[717,2354],[12,-1815],[272,-359]],[[253310,549672],[-511,-4124],[-63,2158],[-507,612],[-28,1852],[315,1102]],[[256406,536544],[0,-6253]],[[256406,530291],[-348,-1],[-4,-3236],[-348,4]],[[253820,544308],[634,-392],[509,-1456],[171,-1720],[674,-4188],[598,-8]],[[257802,530286],[-1396,5]],[[256406,536544],[265,725],[573,-1784],[182,767],[315,-1250],[489,2628],[901,2228],[763,318]],[[258234,522812],[-689,-2e3],[491,3712],[-698,206],[-249,-2795],[-468,641],[-361,-1504],[-267,-2116]],[[255011,510600],[-35,-2168],[-370,-346]],[[254678,502703],[346,2967],[570,1286],[473,4864],[330,489],[143,1898],[235,8],[-572,-6086],[-44,-1740],[-320,-1641],[-154,-2072]],[[266291,525881],[-781,769]],[[265510,526650],[490,1336],[-121,1234],[374,-217],[304,-1926],[-266,-1196]],[[264534,537282],[192,-119],[-169,-2149],[-263,1387],[240,881]],[[264771,527003],[-281,49]],[[264490,527052],[-48,-2]],[[264442,527050],[-19,1612],[-346,2],[-1,1612],[-2086,1],[-3,1628],[-347,-5]],[[261640,541399],[788,243],[-207,-1485],[-13,-3740],[568,-816],[557,744],[103,-1308],[702,1641],[226,-1325],[215,-3355],[-110,-1628],[279,286],[140,-1587],[477,-2056],[-594,-10]],[[263518,523913],[579,-847],[-387,-679],[-192,1526]],[[264442,527050],[-1182,1276],[-230,-2015],[-35,-1966],[-708,3125],[-1172,1762],[-254,-167],[-506,-2455]],[[260355,526610],[-463,132]],[[263048,514103],[-754,-309],[-259,1732]],[[262035,515526],[484,1050],[-316,238],[-233,2467],[498,2959],[580,1140]],[[261221,512584],[62,1278],[458,1591],[294,73]],[[260809,522684],[123,-2641],[-358,-487],[235,3128]],[[259619,509895],[-266,697],[189,946],[77,-1643]],[[260516,504530],[-484,-12]],[[259309,504590],[9,2168],[372,1310],[375,-215],[515,4334],[143,-2358],[-221,-3319],[14,-1980]],[[260516,504530],[127,-152],[342,4121],[-150,-4481],[235,2088]],[[266792,512571],[208,-2839],[-312,126],[-6,-2477],[298,-1301]],[[266298,493142],[-35,-2125],[-276,-1072],[-460,40],[-182,-1553]],[[266573,485031],[572,4601],[580,621],[347,1131],[524,-1430],[297,-2969],[77,-2649]],[[269259,474627],[236,-3607],[-157,-1606],[-122,-4884],[-353,83],[-169,1029]],[[268236,461261],[-80,-1234],[-498,-1330],[-248,-2669],[-87,-2521]],[[267323,453507],[-275,1112],[-676,-160]],[[267323,453507],[-736,-4608],[-57,-1020]],[[276369,283639],[51,-2897],[155,-81],[-317,-2464],[-721,-1619]],[[275537,276578],[-263,-628]],[[275274,275950],[-210,1997]],[[277898,288714],[355,-1067],[-412,-2026],[-248,443],[-747,-4416],[-356,-321],[309,2769]],[[64909,48285],[735,-2763],[362,-391],[488,-1483],[555,-3196],[-25,-2084],[244,11],[54,-1736],[492,-2286],[-474,-3219],[-428,-1373],[-453,-186],[-605,-2496],[-405,-3858],[-627,2125],[-103,1501],[89,4218],[-292,5441],[-196,1715],[345,2265],[317,3334],[-187,1774],[-23,2014],[137,673]],[[55028,84760],[233,-813],[-51,-4138],[-317,-1724],[-531,856],[-341,1190],[-70,1626],[168,1566],[392,1359],[517,78]],[[61944,65038],[-272,274]],[[61944,65038],[565,-356],[-456,-1900],[-525,1012],[-688,11],[160,2281],[672,-774]],[[61752,60573],[246,-292],[244,-1961],[-82,-859],[-351,-533],[-258,3324],[201,321]],[[62904,54516],[45,-1246],[-351,-599],[9,965],[297,880]],[[62814,62495],[340,-2480],[439,903],[263,-353],[320,-1916],[312,-600],[35,-1559],[-160,-1021],[-712,-1316],[-391,412],[-54,3221],[-459,616],[-172,1326],[59,2293],[180,474]],[[58972,75138],[409,-3430],[-19,-1219],[215,21],[315,-3031],[-404,-786],[-271,1419],[-580,-706],[-493,5221],[435,169],[393,2342]],[[53118,80469],[25,-1794],[-233,-683],[-126,-1603],[-75,1953],[409,2127]],[[996993,632383],[817,-1163],[91,-906],[715,-2639],[-621,1211],[-350,1710],[-879,1732],[227,55]],[[949,635992],[99,-1643],[-281,619],[182,1024]],[[7983,636500],[-23,-2275],[-307,-73],[-67,2101],[397,247]],[[8254,636861],[430,-729],[-177,-971],[-343,386],[90,1314]],[[8791,637399],[79,-1229],[-422,751],[343,478]],[[2943,637533],[355,-28],[110,-1138],[762,-730],[-472,-573],[-84,-1947],[-423,-823],[-299,1293],[442,1083],[-738,1716],[347,1147]],[[5406,633632],[-183,-597],[-329,1038],[-855,-380],[1115,1264],[256,737],[15,1940],[429,-501],[-230,-1194],[22,-1773],[-240,-534]],[[996376,638802],[311,-785],[-243,-852],[-68,1637]],[[7153,639094],[-123,-3160],[551,52],[-111,-1993],[-622,-692],[-248,-1116],[-148,1715],[-276,-2445],[-150,1181],[346,1636],[-142,1180],[574,-355],[-294,2578],[643,1419]],[[999634,639522],[333,-975],[-327,-1865],[-356,430],[-110,1601],[460,809]],[[8394,641129],[361,-843],[-150,-1151],[-356,-113],[145,2107]],[[993962,641501],[134,-1164],[-301,-1591],[5,-1345],[-561,-90],[-112,-1517],[-310,1266],[482,1562],[297,123],[366,2756]],[[15681,641867],[-88,-644],[551,-599],[499,441],[600,-278],[-1374,-850],[-663,468],[-396,-613],[-512,1117],[346,752],[243,-725],[794,931]],[[18716,646240],[355,-1060],[-312,-984],[-542,-452],[86,1790],[413,706]],[[13937,646817],[445,-1871],[-209,-1713],[-378,-563],[294,-1046],[-846,-839],[-955,-1616],[-414,666],[-938,-680],[1039,1800],[664,138],[756,1388],[293,1606],[-346,796],[246,1637],[349,297]],[[983194,648582],[-58,-2897],[-305,734],[-723,157],[686,1802],[400,204]],[[23639,652034],[277,-453],[-113,-1345],[-515,-1146],[-83,1789],[434,1155]],[[26147,655623],[246,-1330],[-168,-813],[-713,1494],[635,649]],[[980646,657671],[765,-147],[436,-2390],[463,-235],[-708,-1136],[-317,775],[-432,-1614],[-470,872],[165,1668],[-516,-336],[77,1140],[-541,-71],[552,1545],[526,-71]],[[28035,654543],[906,4624],[-94,1472],[527,2186],[747,66],[-272,830],[81,1805],[502,2014],[613,648],[607,-970],[-156,-2372],[-1193,-2675],[-517,-3466],[-1751,-4162]],[[36357,673363],[-391,-2467],[-196,1415],[587,1052]],[[34797,676523],[213,-3286],[496,2734],[387,-123],[69,-1817],[-313,-391],[-520,-2697],[580,1301],[182,-1595],[-673,-869],[-156,-1540],[-280,592],[46,-1877],[-401,265],[-1841,-3579],[-465,-1377],[-652,1241],[1054,2460],[1094,1206],[-224,1758],[468,338],[-151,1493],[938,464],[-875,524],[-340,2033],[352,1704],[1012,1038]],[[26197,724966],[756,-263],[-288,-1191],[-468,1454]],[[25148,736553],[-442,-1993],[-390,1138],[832,855]],[[39421,678834],[125,-1114],[-550,-30],[-134,746],[559,398]],[[36825,680387],[730,-1661],[-578,-1781],[-479,150],[-104,2381],[431,911]],[[38083,681762],[-169,-1483],[356,-62],[-384,-1861],[-336,2175],[180,1214],[353,17]],[[45571,685391],[688,-1487],[-645,-37],[-43,1524]],[[46952,694607],[166,-1890],[-229,-1028],[-301,1739],[364,1179]],[[42853,695877],[635,14],[266,-1568],[335,-4089],[373,437],[214,-1478],[-487,52],[-124,932],[-254,-1722],[-453,-779],[-609,441],[-827,-359],[-641,-1585],[-62,-1249],[-802,-1375],[-569,491],[-279,2148],[72,1348],[583,1047],[405,3984],[357,1064],[527,-514],[982,2495],[358,265]],[[48297,698203],[503,-1314],[-281,-972],[-458,2014],[236,272]],[[54719,699114],[35,-1698],[-430,-1611],[395,3309]],[[53768,699716],[-57,-3065],[-690,-2054],[16,3270],[392,-758],[85,2465],[254,142]],[[52387,701641],[19,-2213],[-523,1390],[504,823]],[[51366,702388],[94,-1872],[270,219],[343,-2313],[-187,-1094],[-921,1412],[40,2470],[361,1178]],[[52632,703466],[224,-1137],[-482,351],[258,786]],[[56428,729876],[0,-164]],[[56428,729712],[1,-1271]],[[56429,728441],[-376,-902],[0,-1576],[-688,44],[0,-1691],[-885,0],[-1,-1609],[-854,-47],[-10,-3153],[262,-17],[11,-6313],[-174,-1752],[845,0],[0,-4665]],[[54559,706760],[-221,3584],[-465,487],[-226,-1331],[-227,543],[-128,-1791],[-942,-1954],[-501,-2558],[-203,1961],[-156,-2246],[-321,-160],[-388,1335],[-213,-1550],[-896,-1527],[-526,87],[101,2154],[312,2133],[-635,501],[-315,-1612],[38,-2336],[-533,-3433],[-423,296],[235,-2134],[-319,-953],[-328,1503],[-197,-2494],[-614,575],[-124,3742],[-387,952],[-195,-964],[305,-1471],[135,-4091],[-322,1731],[-87,-1650],[-581,-104],[-229,2389],[-557,961],[-44,-1927],[533,-1473],[-911,-2585],[204,4150],[-79,1484],[293,977],[934,318],[218,2402],[379,1261],[396,-106],[-126,1804],[846,4218],[1241,3631],[1202,1199],[764,131],[636,709],[-429,-1919],[670,-3198],[315,-565],[-272,3531],[664,-282],[156,-1434],[616,-516],[78,1328],[-802,1925],[-146,1183],[588,5125],[1475,4921],[1402,2354],[1201,3895]],[[131839,702693],[478,-1815],[-261,-3590],[-338,3444],[121,1961]],[[133475,712615],[472,-2306],[365,-3908],[-109,-3956],[-237,-2723],[-412,-1256],[-725,1926],[513,3110],[-666,-3077],[-842,2748],[552,2915],[-268,716],[-19,1677],[519,1253],[-147,1905],[1004,976]],[[60956,762087],[579,2152],[207,3039]],[[61742,767278],[1861,118],[1,-5313],[-2648,4]],[[51410,765657],[-525,-4199],[-534,-542],[50,2808],[1009,1933]],[[50361,766039],[-741,-1613]],[[49620,764426],[-84,1634],[825,-21]],[[50463,766367],[0,3048],[447,4],[153,1512],[-4,3289],[475,13],[-1,1618],[474,68],[155,1546],[1,3271],[484,-4],[8,3225],[637,43],[12,3203],[445,89],[14,3067],[182,1579],[477,25],[0,3225],[493,-12],[187,1563],[6,3225],[507,4],[7,1610],[466,16],[197,3194],[2958,4],[8,-1469],[509,-23],[-9,1634],[498,0],[0,1661],[983,-7],[4,-1637],[3363,-86]],[[64599,804865],[6,-22904],[-455,-40],[-4,-1619],[-951,22],[-1,-1609],[-472,18],[-264,-3260],[-959,50],[-1,-1622],[-475,33],[8,-3299],[224,-22],[8,-3864]],[[61263,766749],[-1094,-1969],[-1642,-2596],[-488,694],[-100,1404],[-595,1396],[200,3649],[-346,-1592],[-442,-553],[-70,-2804],[-205,-87],[353,-4364],[-131,-1596],[-719,558],[-940,6038],[-710,1488],[71,1756],[-303,-417],[-191,-2035],[-311,-514],[-282,1932],[-662,238],[-84,2398],[-285,617],[-1091,-3021],[-733,-1002]],[[61033,724292],[684,-545],[-930,-219],[246,764]],[[71633,804882],[114,-1587],[1,-6528],[-370,-12],[-9,-6508],[-350,-18],[4,-6265],[-356,2],[-2,-1646],[-479,-11],[4,-3276],[-475,-9],[9,-1643],[-816,-49],[14,-3240],[-942,-29],[5,-3278],[149,-20],[-2,-6355],[154,-1634],[924,0]],[[69210,762776],[7,-3471],[-453,-1843],[-736,-1056],[-774,-256],[-138,-1018],[-764,-799],[4,-5901],[-324,-916],[-689,-542],[-206,-2415],[-365,-3],[219,-1278],[-365,-813],[-334,533],[-169,-1391],[-664,236],[-689,-3490],[-377,-3219],[1107,-39]],[[63500,735095],[-534,-3229],[-498,991],[-283,-2643],[-165,1250],[-876,-3730],[-513,1840],[-93,-1738],[-418,-1467],[297,-1220],[-476,-272],[-290,1208],[-838,-1435],[-237,-1294],[835,518],[-97,-1512],[-773,886],[47,-1061],[-586,328],[-1008,-4054],[729,1416],[658,-1055],[-890,-5668],[-359,2476],[4,-2388],[-569,564],[-201,-1660],[-1170,-915],[-208,-1647],[-122,1992],[-209,-168],[97,-2311],[-195,-2337]],[[56429,728441],[768,-812],[-200,4018],[209,1634],[848,4197],[641,1528],[416,1983],[586,1663],[449,-1864],[-119,2914],[-249,-206],[-35,2059],[292,6723],[196,1491],[338,171],[-417,2931],[211,2814],[593,2402]],[[61742,767278],[-123,1251],[-356,-1780]],[[64599,804865],[4288,-12],[2746,29]],[[65699,709069],[-504,744],[538,1338],[-34,-2082]],[[70400,724037],[-204,-1087],[-508,-19],[712,1106]],[[68718,724702],[-249,-2013],[-521,-1694],[196,2303],[574,1404]],[[69851,724354],[-436,-1711],[-363,957],[373,1310],[426,-556]],[[72263,735888],[654,-276],[179,-1133],[-749,-602],[-369,-1913],[-213,2136],[498,1788]],[[71587,750055],[468,-1112],[218,-1969],[-712,1537],[26,1544]],[[72121,750653],[752,-1609],[143,801],[402,-896],[-319,-1580],[498,-23],[268,1873],[864,-1804],[-645,-1900],[256,-24],[-10,-2224],[878,340],[-525,-3652],[-488,209],[-628,1356],[-204,-635],[516,-1217],[-216,-2411],[-309,-183],[-530,1368],[-251,-544],[428,-942],[-369,-902],[-533,226],[-638,-2935],[-448,348],[322,-1679],[-993,-4198],[-693,-436],[211,1779],[606,2267],[-320,-122],[143,1970],[-433,-1663],[-186,436],[448,2279],[-693,794],[-670,-679],[120,-1420],[344,1135],[575,213],[-523,-3914],[-670,1507],[-38,3723],[-597,1836],[85,2427],[257,1668],[757,2434],[973,102],[63,-1862],[628,-4462],[-147,2063],[79,2795],[-204,1554],[706,-247],[-928,1791],[8,1470],[588,1559],[419,-1165],[70,-2442],[174,2478],[786,-908],[-91,1984],[527,-1432],[-621,2635],[26,690]],[[72294,752633],[298,-243],[384,-2001],[-771,1279],[-524,168],[436,1600],[177,-803]],[[74768,758552],[203,-1494],[403,602],[-149,-1955],[513,1173],[-64,-2164],[-263,-1096],[-683,1715],[168,-2076],[-475,81],[-333,-1022],[-37,2484],[-168,-2623],[-420,-227],[-2,-1319],[-1063,2147],[-114,1830],[590,-260],[-304,1148],[155,946],[718,-477],[-72,2281],[417,1422],[495,-330],[341,-2521],[144,1735]],[[73815,761335],[865,1186],[-376,-3031],[-417,471],[-72,1374]],[[72144,766667],[-256,-165],[-279,-2562],[-649,-1819],[-613,-91],[-174,-2213],[-343,-43],[106,-2403],[-387,-650],[215,-848],[-602,-2221],[-49,-1387],[-356,1779],[54,-1574],[-325,275],[-479,-1769],[-793,237],[-111,-2260],[-819,-2014],[-130,-1038],[-600,882],[68,-2347],[-396,-579],[9,-1505],[-775,384],[-35,-2432],[-520,654],[-902,-2724],[-22,-1053],[573,813],[-196,-1902],[142,-997]],[[69210,762776],[1368,8],[-5,1620],[1015,10],[-7,2250],[405,-14]],[[71986,766650],[158,17]],[[124853,753145],[-549,-606],[-394,-1297],[-255,1284]],[[123655,752526],[58,1721]],[[123713,754247],[93,682]],[[123806,754929],[27,-1188],[798,113],[222,-709]],[[124293,757146],[749,-2547],[-1014,763],[-164,962],[429,822]],[[124853,768717],[211,-1953],[1165,-2450],[370,-2181],[920,-3383],[-235,-797],[808,-4371]],[[128092,753582],[-945,-4191]],[[127147,749391],[-329,-1604]],[[126818,747787],[-267,-754]],[[126551,747033],[-348,2791],[-600,2743],[-36,3375],[303,711],[-120,1531],[-569,-3645],[-841,2824],[-590,340],[-226,2827],[-376,2538],[-6,5749]],[[123142,768817],[1711,-100]],[[122507,768865],[608,-35]],[[123115,768830],[94,-1237],[-284,-3190],[-329,1968],[-89,2494]],[[125028,711856],[427,56],[-445,-1309],[18,1253]],[[130215,719801],[107,-2063],[756,-2315],[-338,-626],[254,-2100],[-618,-805],[-298,1242],[209,718],[-487,1319],[-280,-690],[-164,3076],[325,413],[163,1718],[371,113]],[[129378,721918],[249,-1134],[-115,-2167],[-590,-788],[-540,1882],[182,1807],[814,400]],[[130830,716910],[-489,1840],[74,2204],[-143,1693],[379,-778],[302,-2036],[326,196],[295,-2757],[-436,-1557],[-308,1195]],[[128815,728558],[1034,-4174],[-772,-1663],[-360,265],[62,2359],[-148,3099],[184,114]],[[126153,727422],[-66,1104],[446,-558],[-459,-4949],[-272,-4761],[208,396],[-146,-3602],[-196,615],[-111,3651],[-137,-5807],[-277,1260],[-136,3641],[146,2921],[525,49],[-191,2101],[-591,341],[101,963],[-332,2219],[-28,2428],[338,-759],[186,2187],[562,-1046],[430,-2394]],[[126096,733937],[1281,-1597],[902,-116],[343,-1458],[134,-4906],[-199,-1131],[-500,1925],[-370,3179],[207,-4437],[380,-383],[50,-1490],[-321,-1688],[-659,1031],[14,-897],[-617,-308],[-202,4527],[180,2218],[-303,119],[-132,1682],[-636,2448],[448,1282]],[[130329,738612],[336,-2561],[-336,-2230],[901,-864],[-218,-3192],[698,-1259],[105,-3850],[709,243],[1430,-3886]],[[133954,721013],[215,-2257],[-268,-1573],[-450,60],[-523,-1243],[217,-2328],[-367,57],[-534,1418],[-526,-1313],[-53,-1739],[-415,-1188],[272,-1077],[-70,-1918],[-374,-1019],[-347,1785]],[[130731,708678],[461,1375],[54,2694],[202,40],[-10,3932],[574,625],[-464,526],[-186,2188],[-506,719],[-71,1280],[-436,1390],[254,2614],[-500,-62],[-115,1369],[-779,1724],[-462,2944],[356,-607],[-84,2467],[-160,-1289],[-1099,1537],[-631,1283]],[[127129,735427],[607,1116],[481,-957],[392,2691],[952,1778],[768,-1443]],[[120135,747679],[-911,-75]],[[119224,747604],[-113,-9]],[[119111,747595],[-67,-5]],[[119044,747590],[175,3136],[916,-3047]],[[118824,752542],[436,-1596],[-323,-3068],[-279,1217],[166,3447]],[[127129,735427],[-11,1829],[1069,643],[-784,626],[-296,2733],[133,1559],[-543,1078],[247,1825],[1153,-2770],[-708,2710],[-430,722],[26,2218]],[[126985,748600],[107,525]],[[127092,749125],[55,266]],[[128092,753582],[282,-2841],[560,-2991],[880,-6389],[515,-2749]],[[124853,753145],[18,23]],[[124871,753168],[418,537]],[[125289,753705],[-148,-676],[909,-5880],[23,-2256],[-213,92],[-809,7066],[78,-1904],[-258,510],[590,-4994],[507,-2211],[51,-2144],[-521,218],[645,-2298],[-310,-1473],[-533,1666],[53,-3416],[-405,-716],[-196,-1446],[-544,-1275],[-190,2104],[50,2518],[367,839],[-3,1567],[-686,5962],[69,2065],[-286,4181],[126,722]],[[120491,750760],[-344,-2996]],[[120147,747764],[-1106,4388],[166,2241],[347,-765],[278,1062],[445,-194],[427,1507],[913,-2103],[-367,-2249],[68,-1158],[543,2952],[316,-1048],[502,33],[561,-2130],[-236,-1608],[-622,1179],[757,-2767],[-774,-493],[-454,1349],[-1420,2800]],[[123713,754247],[-95,-1670],[-341,1775],[-156,4018],[685,-3441]],[[114794,765672],[1165,1936]],[[115959,767608],[1943,4721],[682,110],[264,1748]],[[118848,774187],[1665,-1619],[529,-1279],[326,-2198],[-480,-4537],[582,-819],[409,-1530],[231,-2153],[-489,-11]],[[121621,760041],[49,-2296],[-405,961],[-824,-873],[206,2553],[-684,5535],[900,1274],[-791,545],[-394,2927],[235,-3862],[-191,-2032],[-886,1580],[-101,2460],[-280,-1505],[-688,1343],[-390,-1137],[761,-460],[670,-1418],[-346,-493],[774,-1580],[-470,-1770],[538,847],[342,-513],[455,-4297],[-639,-1196],[-13,909],[-621,-1129],[-298,1069],[41,-2621],[-717,2666],[-654,322],[-1470,4078],[-936,3744]],[[122912,775799],[-900,-103]],[[122012,775696],[-90,222]],[[121922,775918],[-936,7001]],[[120986,782919],[676,1289],[685,-1898],[571,-2465],[-202,-2534],[196,-1512]],[[123142,768817],[-27,13]],[[122507,768865],[-495,6831]],[[122912,775799],[198,-1219],[722,-593],[59,-1056],[546,-1130],[416,-3084]],[[121922,775918],[-145,-2315],[-358,301],[513,-2663],[-50,-2481],[722,-6540],[-70,-1018],[302,-3962],[-98,-2100],[-512,-56],[-321,1677],[-284,3280]],[[118848,774187],[34,3836],[479,-24],[183,1767],[-318,752],[1118,1161],[642,1240]],[[120877,738496],[389,-2216],[137,-2451],[-166,-1459],[-605,-380],[11,6413],[234,93]],[[123928,718235],[-2,-1610]],[[123926,716625],[-393,1362],[-697,5371],[278,1647],[-447,-368],[-256,2377],[77,1437],[-515,245],[-59,2351],[446,1679],[-481,1224],[98,2800],[-464,-184],[-452,2135],[588,60],[-326,842],[146,1989],[629,565],[-77,-1197],[395,257],[557,-1676],[490,7],[-81,-2391],[463,-6886],[222,-4906],[-139,-7130]],[[120135,747679],[12,85]],[[120491,750760],[1455,-3708],[395,-1834],[349,1018],[504,16],[258,-5147],[-689,-337],[-265,1057],[-1794,4644],[718,-3300],[33,-2583],[-443,-1626],[-365,435],[-451,2590],[538,-1592],[-959,3723],[84,790],[-635,2698]],[[40063,839903],[770,-536],[-859,-2772],[-125,3412],[214,-104]],[[40964,844347],[883,-2223],[79,-1915],[441,-2171],[-40,-1740],[-704,2418],[-1774,1537],[90,1825],[445,2301],[580,-32]],[[42065,848667],[903,-976],[563,-1663],[-706,-1821],[-339,-2285],[-564,-2],[-711,2401],[-620,812],[14,1297],[651,1761],[809,476]],[[46153,848898],[568,1],[10,-1610],[529,1],[18,-1676],[524,-12],[-4,-1547],[3176,0]],[[50974,844055],[-395,-2136],[-20,-6445],[-126,-25],[-6,-6437],[383,-5],[-10,-4748],[1058,-39]],[[51858,824220],[180,-1451],[604,-215],[-1456,-2220],[-980,-2588],[-900,-571],[-1213,-1602],[-1234,662],[-494,709],[-1854,-1999],[-659,648],[-690,-2756],[-941,669],[31,-2392],[-389,-2165],[-92,-1943],[-1046,-1523],[-746,776],[-935,-1159]],[[39044,805100],[-172,1112],[664,830],[-1128,3201],[-13,-2176],[-520,182],[-234,2567],[116,849],[-614,571],[-207,2123],[418,1187],[-481,1394],[-546,-1187],[-95,2644],[1073,795],[-526,599],[-413,1924],[1380,582],[-440,3023],[251,2549],[1109,5289],[619,2101],[570,-119],[933,3977],[823,-896],[965,-4031],[-209,4581],[-457,1793],[12,1197],[848,640],[78,1725],[725,1785],[524,-1399],[778,464],[610,2670],[668,1252]],[[46896,791982],[261,-1285],[-270,-665],[9,1950]],[[36192,795959],[180,-1952],[581,363],[562,-947],[-123,-4413],[448,-2402],[-1265,-1162],[-486,-2126],[-685,2e3],[-493,-131],[-1055,2670],[-324,-89],[-644,1570],[-206,2197],[272,858],[1286,-625],[56,1283],[1008,2111],[905,-187],[-17,982]],[[17304,799216],[126,-1745],[804,-2158],[616,-183],[448,-1365],[-1028,65],[-1e3,3083],[-322,373],[356,1930]],[[39654,805231],[136,-1106],[641,589],[-101,-1482],[649,41],[525,-808],[139,-1889],[-482,-1833],[-426,-534],[213,-1308],[-375,-571],[-319,-2845],[-422,135],[-775,2413],[439,1980],[-612,-774],[-640,997],[1252,2977],[-199,1359],[401,589],[-44,2070]],[[51858,824220],[3536,-32],[10,1609],[2034,-5],[-4,1617],[4083,203],[1,-1838],[5893,-29],[3388,4],[-14,1716],[962,59],[3,1571],[903,-11],[192,1616]],[[72845,830700],[-3,-16190]],[[72842,814510],[-1303,45],[-14,-5422],[124,-21],[-16,-4230]],[[50463,766367],[-102,-328]],[[49620,764426],[-139,-1468],[-1061,-1905],[-97,1293],[-1035,446],[862,1205],[617,1650],[-307,160],[-238,3846],[703,1138],[-113,1059],[-716,-1213],[-383,2903],[195,2895],[687,2210],[-441,2484],[-273,3082],[-346,1471],[-416,3726],[137,1138],[-767,3115],[393,1259],[285,3791],[-129,577],[-402,-4189],[-434,-1001],[311,-2534],[-69,-3036],[-406,-1085],[-1628,-2447],[-1520,-851],[-1012,789],[-258,2086],[267,429],[-760,1956],[-694,3087],[-87,1177],[383,1597],[-110,1291],[397,379],[-183,1458],[364,50],[277,1573],[411,342],[228,1752],[702,-118],[-16,-3249],[425,240],[607,2498],[-384,1562],[-1050,843],[629,147],[400,1001],[-600,267],[-481,-1345],[-125,3490],[-458,-1834],[195,-1307],[-1242,-569],[-216,1520],[-538,-627],[-174,927],[-743,-457]],[[91002,847056],[9,-3988],[145,-1795],[8,-11469],[-1548,26],[56,-1646],[46,-12769],[-726,14],[-2,-927],[-3493,32]],[[85497,814534],[-2026,-32],[-141,995]],[[83330,815497],[-404,601],[-735,-459],[-672,-2022],[-283,-2604],[-1335,126],[-328,2166],[-15,-1517],[-1058,-1636]],[[78500,810152],[-4,1152],[-1002,21],[-4,3164],[-4648,21]],[[72845,830700],[0,8044]],[[72845,838744],[3088,-82],[10,1347],[6637,9993],[4096,-25],[12,2587],[2946,186]],[[89634,852750],[1353,59],[15,-5753]],[[86653,868811],[757,-1570],[2145,14]],[[89555,867255],[87,-6323],[-8,-8182]],[[72845,838744],[1580,8236],[-1,2534],[-536,-83],[-516,926],[-152,2433],[36,3161],[1704,93],[24,3109],[496,-4],[22,3291],[619,95],[97,1432],[588,58],[151,-985],[625,-419],[1536,6612],[4538,-401],[2997,-21]],[[85497,814534],[-37,-10730],[-760,-83],[1,-2090]],[[84701,801631],[-828,17],[9,1987]],[[83882,803635],[-435,1931],[-460,-308],[-1062,1669],[-902,2471],[707,3049],[1129,2748],[471,302]],[[97244,787641],[-970,-3439],[63,995],[907,2444]],[[87222,789210],[-181,-1772],[-422,-410],[603,2182]],[[86635,788749],[223,2200],[232,-961],[-455,-1239]],[[86658,791573],[-369,-3115],[-330,1166],[699,1949]],[[89188,794370],[360,-14],[-243,-1523],[503,637],[-806,-2688],[-814,-3927],[156,-1241],[-672,-1392],[-694,-249],[130,1479],[1249,4306],[686,2953],[145,1659]],[[86769,795107],[-71,-1859],[-324,817],[395,1042]],[[90857,797012],[511,-366],[-57,-1276],[666,500],[124,-712],[-950,-1371],[-533,-1467],[-218,828],[596,1566],[-651,-377],[-25,892],[537,1783]],[[87021,792777],[237,3392],[601,-294],[-413,-4995],[-425,1897]],[[84910,786500],[234,323],[68,9012],[-286,660]],[[84926,796495],[584,1623],[519,-1019],[523,1881],[285,-1347],[30,-1922],[-996,-2869],[605,-1030],[-717,-2215],[-215,-2677],[-634,-420]],[[92921,798974],[-9,-545],[-1147,-2071],[-222,1208],[1378,1408]],[[88339,800844],[383,-576],[-511,-771],[128,1347]],[[86236,802132],[283,-1843],[-421,600],[138,1243]],[[84951,797243],[-1,3142]],[[84950,800385],[697,2105],[-36,-2998],[388,2501],[244,-2671],[-390,-1481],[-418,814],[-484,-1412]],[[86676,805210],[325,-2117],[-624,-286],[299,2403]],[[84951,801507],[-250,124]],[[91002,847056],[976,234],[63,648],[2682,18],[0,-1651],[1595,-292],[4037,-37],[350,-2273],[-454,-2972],[436,-1269],[-270,-2840],[732,-302],[295,1951],[1174,-336],[-15,-1588],[537,-65],[-10,-1550],[466,-24],[-40,-6434],[413,-697],[4,-4218],[2303,15]],[[106276,823374],[-1,-28114]],[[106275,795260],[-589,822],[-1600,-31],[4,1610],[-3847,-34],[-2014,-8871],[13,-855]],[[98242,787901],[-1021,2713],[47,775],[-1005,-33],[-276,1650],[-683,426],[369,3141],[18,2628],[-612,-1565],[-178,-1401],[-659,-2022],[-457,1505],[-714,1071],[-573,-359],[943,3800],[-1116,-764],[259,1691],[-925,-1558],[532,2101],[-1009,-888],[-677,62],[-94,801],[1014,956],[446,1115],[-1050,-704],[-516,1833],[317,3213],[1053,57],[-177,903],[-744,-283],[-1116,-3389],[-359,1426],[-193,-1467],[-586,-1116],[-376,408],[6,3472],[-402,-3497],[-547,-1350],[-586,2075],[324,2590],[504,2086],[123,1742],[-770,-3524],[-194,-1549],[-275,1236],[-413,-4415],[-943,-1986]],[[71670,777076],[233,-1112],[-578,-408],[345,1520]],[[79473,776784],[-279,-2074],[90,2387],[189,-313]],[[75949,796147],[-337,-1236],[224,2635],[113,-1399]],[[84951,801507],[-1,-1122]],[[84951,797243],[-25,-748]],[[84910,786500],[-1245,807],[240,1474],[-371,-167],[-386,-2038],[-206,3702],[-29,-2396],[-481,-1666],[-173,-1732],[-183,2620],[-197,-5326],[-848,3357],[-39,-1545],[420,-800],[-371,-1104],[-68,-1569],[-635,-858],[208,3841],[-673,-5212],[-363,1475],[21,-2088],[-388,-20],[-756,-4011],[-74,2111],[-347,-2231],[-660,934],[-173,-859],[-799,-887],[-18,1049],[-623,715],[205,2741],[546,1203],[718,23],[17,1317],[737,963],[-66,842],[764,2927],[-372,25],[-1227,-2967],[-387,246],[-629,2275],[460,4880],[786,3381],[112,2715],[231,475],[102,3025],[-410,3227],[967,1254],[994,2799],[846,1832],[515,-1977],[448,-352],[796,1052],[346,-814],[1490,-887],[200,-646]],[[78500,810152],[-529,-2655],[-889,-709],[-891,-2927],[268,-2258],[-402,43],[-550,-1341],[-153,-1302],[-582,-1608],[-230,-3803],[-474,-1479],[-1035,411],[707,-1449],[308,-1771],[-381,-2913],[-287,-680],[-1149,-274],[-159,-989],[796,2],[-164,-2224],[-453,-1068],[-562,296],[227,1314],[-337,1411],[33,-1984],[-398,-2576],[-671,-197],[279,-1966],[-1055,-1700],[-61,-2764],[-263,-488],[166,-2860],[277,1050],[1025,35],[413,-1682],[604,-1164],[58,-1233]],[[106275,795260],[0,-1588],[1343,-1612],[173,1644],[1330,-2348],[801,2853],[1723,322],[-345,-4919],[404,-1740],[964,-1648],[226,-2564],[2839,-9771],[300,-4810],[-74,-1471]],[[114794,765672],[-73,1821],[-694,2541],[-828,1292],[163,1473],[-568,-631],[-1881,4464],[-679,903],[-783,1959],[551,424],[542,2604],[-421,3603],[333,1618],[530,-2532],[164,177],[-480,2635],[-360,838],[-174,-1871],[-463,-2242],[-1472,-2407],[-1544,735],[-1623,2726],[527,2089],[-371,3153],[-375,-856],[437,-1616],[-624,-1272],[-2761,2302],[-2696,-711],[-929,-990]],[[106279,946179],[-1,-49412]],[[106278,896767],[-929,-2457],[-130,-1600],[-1321,-3359],[-907,419],[-783,-1693],[-450,408],[-349,-3372],[-325,-1449],[-654,-436],[-1188,-2953],[58,-3794],[-686,-1988],[-821,654]],[[97793,875147],[-205,2151],[358,3325],[-316,719],[513,846],[-159,1080],[-963,-156],[-338,-900],[-1244,1394],[-886,-1195],[-579,221],[-639,-953],[-286,1202],[374,853],[-1289,1884],[-166,1202],[398,1802],[-514,869],[-625,-618],[-460,-1403],[-1061,-1321],[-1073,-10],[-601,-1159],[-3102,6],[49,-11363],[273,317],[853,-2473],[548,-2656]],[[50974,844055],[10,4776],[492,29],[-58,4949],[548,10],[4,1425],[1103,13],[-17,1635],[486,23],[-3,1682],[645,-27],[-89,4840],[-627,-26],[-61,12986],[569,33],[-9,3217],[557,13],[-4,6309],[539,-18],[-5,4867],[-575,-8]],[[54479,890783],[-5,8105],[1752,-14],[2,3093],[2984,34],[5,6543],[2343,38],[1,-3290],[1183,54],[6,3236],[1194,12],[-3,-1576],[600,61],[1,-1630],[1168,-18],[135,4836],[1805,-29],[9,2778],[1841,-6],[167,1643],[-10,6646],[-437,-20],[-10,1684],[-1234,59],[4,4809],[169,1664],[-624,-6],[17,1606],[-634,-27],[7,1645],[-621,10],[151,4212]],[[66445,936935],[6419,-2],[8315,-30],[7299,18],[3888,6],[-10,9096],[4663,309],[4790,-300],[4470,147]],[[97793,875147],[-1158,-1860],[-1437,-204],[-262,-1096],[-804,-486],[-476,-1291],[-576,796],[-732,-1427],[-433,43],[-568,-2104],[-1792,-263]],[[106278,896767],[-2,-73393]],[[79659,983425],[-186,-1458],[-395,1373],[581,85]],[[66445,936935],[-1,525],[-2610,-23],[-8,1900],[-2541,-186],[-15,1669],[-3117,28],[-4016,91],[-18,1253],[-1129,58],[26,-1250],[-2705,21],[-18,1268],[-1182,3],[11,-1279],[-1329,46],[-7,1283],[-2020,165],[0,-1272],[-4957,-98],[15,-3782],[-2411,70]],[[38413,937425],[-1695,2109],[-331,1545],[-1320,2645],[530,804],[403,3101],[38,5653],[2426,-416],[2905,1304],[905,1071],[1222,2916],[1184,4349],[538,5906],[-329,649],[1231,3476],[365,2385],[846,2065],[658,2577],[521,-1587],[1146,663],[1622,2412],[1470,3493],[882,527],[-302,-3710],[454,-2622],[-62,3461],[380,972],[-494,2433],[-541,46],[1260,3273],[1370,1209],[-523,-1007],[415,-852],[3297,1404],[1421,2118],[704,1933],[1322,4593],[409,808],[627,-1392],[915,-472],[117,-1342],[1298,-97],[153,-1576],[-589,-1821],[-1263,-1269],[606,-390],[-400,-1319],[1303,-54],[456,606],[-100,1673],[703,1368],[285,1695],[248,-1305],[706,928],[682,-1755],[-272,-1975],[1375,-2189],[693,2096],[1211,87],[987,691],[970,-830],[279,-2575],[299,2682],[989,-1071],[-561,-2519],[5,-1532],[1009,-525],[-1482,-681],[2474,169],[-499,-2280],[1552,-378],[326,-1080],[240,1607],[1280,271],[-195,-2495],[904,1573],[845,524],[665,1466],[1963,-425],[886,-1703],[688,50],[281,-1515],[1081,464],[877,-2131],[2068,-1579],[1439,785],[1493,-1038],[433,638],[1637,-3240],[1773,-387],[359,912],[3399,1866],[1396,-1344],[1104,-2165],[387,-1505],[1266,-1051],[1131,-2960],[450,854],[588,-630],[-1,-21362]],[[54479,890783],[-578,0],[-10,-1617],[-6227,42],[-4789,-36],[-1,3200],[-592,6],[0,3250],[-769,-10],[8,6456],[-205,26],[-5,6430],[-226,1957]],[[41085,910487],[1578,205],[202,-2556],[-311,-1225],[120,-2178],[-263,-1028],[215,-1763],[590,-1196],[375,540],[1138,-445],[965,699],[321,-1177],[667,-159],[982,797],[546,-2004],[189,2045],[810,3513],[796,-959],[609,527],[-495,1902],[-1494,1020],[-695,-1271],[194,3234],[-839,3465],[-836,788],[-422,2410],[386,1581],[446,30],[876,-3094],[-154,-2498],[448,-1913],[931,-1944],[1114,1832],[1074,-3146],[1511,331],[131,1770],[-331,2163],[-932,-162],[-460,1241],[-885,-263],[-253,-1860],[-717,-285],[-1099,3517],[232,3056],[871,1516],[-974,1717],[-1121,-1076],[-1026,-153],[-389,1249],[-528,-564],[-2241,1824],[-397,5492],[-677,3578],[-1097,2080],[-2353,5735]],[[46592,855663],[131,-1524],[-910,378],[779,1146]],[[20846,858392],[155,-1918],[1767,-2169],[1395,2514],[527,-232],[506,-1478],[153,-2243],[1093,-1044],[302,-1308],[1483,-327],[899,-741],[-443,-2851],[-1263,664],[-756,-2937],[125,-925],[-599,-398],[122,1508],[-581,2032],[-993,769],[95,1587],[-980,2254],[-777,1164],[-1179,-1499],[-406,-1269],[-853,1089],[-307,2233],[515,5525]],[[40155,909679],[-378,-812],[-1698,-1707],[2076,2519]],[[46153,848898],[640,3384],[128,1617],[836,-1042],[-394,-958],[1743,358],[1080,995],[1027,4968],[-512,5797],[-74,2808],[-783,2760],[-729,205],[138,2075],[1089,-245],[770,2178],[52,1988],[-320,1965],[-760,1982],[-574,-2906],[-898,82],[-597,-1411],[-710,-399],[-196,-1163],[-840,-1617],[-252,-2634],[-446,-1194],[-161,3173],[-951,2836],[-459,-1140],[680,-1515],[9,-1792],[-1367,2870],[-2018,-58],[-2019,-2251],[-807,901],[-2508,1784],[-689,2790],[279,1486],[-107,1445],[-749,1760],[-607,2842],[664,-527],[574,1254],[301,1828],[876,-777],[601,-2903],[499,-323],[640,1345],[-382,828],[-828,195],[-166,-711],[-669,2577],[-1941,1613],[-1534,482],[-1420,2818],[-465,461],[786,2442],[578,22],[0,1593],[845,1741],[325,-909],[992,2481],[418,1888],[1044,1672],[643,-1028],[1215,99],[319,783],[-1041,1553],[504,1846],[720,1193],[1099,506],[107,-679],[853,2834],[831,668]],[[129335,693546],[271,-1010],[-142,-1955],[-385,2864],[256,101]],[[133465,694933],[144,-1619],[-433,-1116],[-420,1401],[709,1334]],[[129050,698432],[385,-3029],[-187,-665],[-381,868],[233,1060],[-50,1766]],[[128271,699419],[264,-2151],[-73,-1620],[899,-5179],[112,-1526],[-465,199],[-651,4105],[-450,3522],[53,2603],[311,47]],[[132791,699517],[329,-1553],[-33,-2741],[-745,304],[319,2136],[-199,1261],[329,593]],[[127590,701351],[340,-1447],[-98,-960],[-490,-120],[14,2204],[234,323]],[[126995,702605],[287,-601],[-587,-1676],[300,2277]],[[127349,703974],[-507,-707],[254,1440],[253,-733]],[[126549,705223],[400,-333],[-240,-1814],[-293,1014],[133,1133]],[[127577,705503],[192,-1281],[-213,-946],[-252,1520],[273,707]],[[126975,710441],[673,-1209],[-593,136],[46,-1542],[-470,1638],[344,977]],[[127738,711890],[119,-2595],[-286,1329],[167,1266]],[[132951,712558],[-517,-394],[513,1288],[4,-894]],[[127377,716539],[387,-260],[-15,-2495],[-236,369],[-706,-1255],[-240,-1211],[-257,709],[519,3076],[548,1067]],[[126878,720140],[451,-579],[750,57],[384,-2788],[-191,-1469],[383,-1822],[435,266],[497,-1761],[456,-2620],[47,-3196],[267,734],[169,-1960],[371,-1718],[-850,2044],[-552,-1434],[684,586],[160,-2342],[299,487],[445,-2791],[-464,-922],[454,-352],[205,1480],[89,-3147],[-431,-827],[396,-512],[101,-2502],[-398,-59],[421,-1193],[-183,-2479],[-613,702],[-449,4336],[-561,-35],[258,2640],[-329,-710],[132,1822],[-300,-502],[-725,2251],[-725,264],[28,1947],[514,-21],[-361,1667],[236,2818],[-439,-873],[-448,796],[643,3530],[-238,1458],[-150,5160],[-814,306],[-187,1877],[133,1386]],[[133954,721013],[796,-683],[442,-1861],[432,-443],[118,-1890],[501,-841],[396,492],[280,-2136],[-1,-1873],[-414,-2628],[68,-3449],[429,-5569],[-359,-1662],[-236,-2416],[-441,-2702],[-867,-2699],[-213,1932],[-286,-2060],[-269,663],[-207,4192],[490,1686],[-537,-477],[-156,1948],[582,2169],[-76,7458],[-887,5088],[-486,-470],[-72,869],[-950,-2430],[-396,-118],[344,-1651],[-545,-5283],[-588,1664],[-115,2845]],[[312327,9345],[187,-607]],[[312514,8738],[-15,-1699]],[[312499,7039],[-350,67]],[[312149,7106],[17,912]],[[312166,8018],[43,812]],[[312209,8830],[118,515]],[[312084,13310],[6,-1330]],[[312090,11980],[-147,-91]],[[311943,11889],[-157,1158]],[[311786,13047],[223,739]],[[312009,13786],[75,-476]],[[312224,10808],[178,-1249]],[[312402,9559],[-75,-214]],[[312209,8830],[-202,83]],[[312007,8913],[-56,276]],[[311951,9189],[-19,1837]],[[311932,11026],[292,-218]],[[313107,15065],[-14,-2951]],[[313093,12114],[-156,-33]],[[312937,12081],[5,365]],[[312942,12446],[-35,2687]],[[312907,15133],[200,-68]],[[312774,6524],[70,-1308]],[[312844,5216],[-339,-42]],[[312505,5174],[62,1491]],[[312567,6665],[207,-141]],[[312709,10759],[26,-1200]],[[312735,9559],[-333,0]],[[312224,10808],[123,645]],[[312347,11453],[362,-694]],[[315123,11875],[54,-128]],[[315177,11747],[78,-1803]],[[315255,9944],[-163,-1770]],[[315092,8174],[-119,1033]],[[314973,9207],[-63,762]],[[314910,9969],[144,1736]],[[315054,11705],[69,170]],[[314670,11208],[37,-330]],[[314707,10878],[60,-642]],[[314767,10236],[-199,-737]],[[314568,9499],[-72,1129]],[[314496,10628],[174,580]],[[314052,6833],[264,-476]],[[314316,6357],[-19,-702]],[[314297,5655],[-318,75]],[[313979,5730],[73,1103]],[[312567,6665],[-68,374]],[[312514,8738],[144,137]],[[312658,8875],[116,-2351]],[[312942,12446],[-192,449]],[[312750,12895],[-16,-17]],[[312734,12878],[-7,2191]],[[312727,15069],[180,64]],[[313370,8907],[-65,-415]],[[313305,8492],[-209,82]],[[313096,8574],[-80,-28]],[[313016,8546],[-82,705]],[[312934,9251],[27,1093]],[[312961,10344],[345,-244],[64,-1193]],[[313305,8492],[-14,-2847]],[[313291,5645],[-154,398]],[[313137,6043],[-41,2531]],[[314464,12204],[-98,-1501]],[[314366,10703],[-105,-151]],[[314261,10552],[-75,983]],[[314186,11535],[35,729]],[[314221,12264],[129,637]],[[314350,12901],[114,-697]],[[314016,15104],[-14,-2136]],[[314002,12968],[-54,9]],[[313948,12977],[-196,-375]],[[313752,12602],[-27,1006]],[[313725,13608],[25,1394]],[[313750,15002],[266,102]],[[313604,15085],[-4,-1775]],[[313600,13310],[-8,-955]],[[313592,12355],[-45,-184]],[[313547,12171],[-454,-57]],[[313107,15065],[497,20]],[[314264,15070],[-76,-2600]],[[314188,12470],[-186,498]],[[314016,15104],[248,-34]],[[315464,13512],[1,-2420]],[[315465,11092],[-66,434]],[[315399,11526],[-159,1610]],[[315240,13136],[-103,1307]],[[315137,14443],[122,138]],[[315259,14581],[205,-1069]],[[314938,14053],[76,-2457]],[[315014,11596],[-176,-329]],[[314838,11267],[34,2700]],[[314872,13967],[51,292]],[[314923,14259],[15,-206]],[[315375,10330],[63,-1609]],[[315438,8721],[6,-427]],[[315444,8294],[-234,-827]],[[315210,7467],[-116,640]],[[315094,8107],[-2,67]],[[315255,9944],[120,386]],[[313784,8891],[255,-1303]],[[314039,7588],[13,-755]],[[313979,5730],[-242,-150]],[[313737,5580],[-39,3313]],[[313698,8893],[16,19]],[[313714,8912],[70,-21]],[[315465,11092],[-90,-762]],[[315177,11747],[222,-221]],[[313725,9097],[-11,-185]],[[313698,8893],[-269,126]],[[313429,9019],[231,2602]],[[313660,11621],[65,-2524]],[[314361,14911],[31,-1699]],[[314392,13212],[-42,-311]],[[314221,12264],[-33,206]],[[314264,15070],[97,-159]],[[312306,11771],[41,-318]],[[311932,11026],[-107,569]],[[311825,11595],[118,294]],[[312090,11980],[216,-209]],[[312937,12081],[24,-1737]],[[312934,9251],[-27,-13]],[[312907,9238],[-172,321]],[[312709,10759],[41,2136]],[[312505,5174],[-359,-115]],[[312146,5059],[3,2047]],[[314634,8728],[-21,-893]],[[314613,7835],[-92,-362]],[[314521,7473],[-160,1420]],[[314361,8893],[201,525]],[[314562,9418],[72,-690]],[[312295,14639],[81,-1251]],[[312376,13388],[-70,-1617]],[[312084,13310],[211,1329]],[[312007,8913],[159,-895]],[[312146,5059],[-281,903],[86,3227]],[[315210,7467],[60,-308]],[[315270,7159],[221,-1461]],[[315491,5698],[-308,-32]],[[315009,6674],[174,-1008]],[[315009,6674],[81,1384]],[[315090,8058],[4,49]],[[314186,11535],[-217,-675]],[[313969,10860],[-21,2117]],[[312009,13786],[157,1824]],[[312166,15610],[129,-971]],[[313137,6043],[-273,-821]],[[312864,5222],[152,3324]],[[314838,11267],[-131,-389]],[[314670,11208],[-8,753]],[[314662,11961],[28,1346]],[[314690,13307],[76,779]],[[314766,14086],[106,-119]],[[313547,12171],[113,-550]],[[313429,9019],[-59,-112]],[[314973,9207],[-339,-479]],[[314562,9418],[6,81]],[[314767,10236],[143,-267]],[[314776,6994],[-112,-1632]],[[314664,5362],[-367,293]],[[314316,6357],[205,1116]],[[314613,7835],[163,-841]],[[312679,13385],[55,-507]],[[312376,13388],[303,-3]],[[315090,8058],[-314,-1064]],[[314662,11961],[-198,243]],[[314392,13212],[143,200]],[[314535,13412],[155,-105]],[[312679,13385],[-109,1772]],[[312570,15157],[157,-88]],[[313752,12602],[-160,-247]],[[313600,13310],[125,298]],[[314496,10628],[-130,75]],[[313604,15085],[146,-83]],[[315240,13136],[-117,-1261]],[[315054,11705],[-40,-109]],[[314938,14053],[199,390]],[[315043,5450],[-34,1224]],[[315043,5450],[-379,-88]],[[312864,5222],[-20,-6]],[[312658,8875],[249,363]],[[314001,9350],[196,-57]],[[314197,9293],[164,-400]],[[314039,7588],[-38,1762]],[[313784,8891],[217,459]],[[313969,10860],[-244,-1763]],[[313737,5580],[-446,65]],[[314261,10552],[-64,-1259]],[[312166,15610],[404,-453]],[[315579,8262],[226,-901]],[[315805,7361],[-150,-1087]],[[315655,6274],[-385,885]],[[315444,8294],[135,-32]],[[314849,14669],[-83,-583]],[[314535,13412],[108,1312]],[[314643,14724],[206,-55]],[[318309,12804],[169,-865],[-544,829],[375,36]],[[316158,12800],[-233,-1215]],[[315925,11585],[-15,-114]],[[315910,11471],[23,1757]],[[315933,13228],[225,-428]],[[315714,13935],[-106,-832]],[[315608,13103],[-144,409]],[[315259,14581],[455,-646]],[[315655,6274],[-164,-576]],[[315910,11471],[-22,-197]],[[315888,11274],[-160,-129]],[[315728,11145],[-34,40]],[[315694,11185],[-86,1918]],[[315714,13935],[219,-707]],[[315888,11274],[293,-1348]],[[316181,9926],[-216,-625]],[[315965,9301],[-242,491]],[[315723,9792],[5,1353]],[[315723,9792],[-144,-1530]],[[315438,8721],[211,2085]],[[315649,10806],[45,379]],[[315649,10806],[-184,286]],[[316256,11346],[-331,239]],[[316158,12800],[154,393],[-56,-1847]],[[316256,11346],[125,-1004],[-200,-416]],[[315965,9301],[-160,-1940]],[[316936,9055],[328,-560],[-757,-909],[-91,685],[520,784]],[[318661,1986],[376,-1085],[-740,-781],[24,1181],[340,685]],[[314361,14911],[282,-187]],[[123928,718235],[-2,-1610]],[[119111,747595],[-67,-5]],[[124871,753168],[418,537]],[[71986,766650],[158,17]],[[56428,729876],[0,-164]],[[126985,748600],[107,525]],[[126818,747787],[-267,-754]],[[61672,65312],[272,-274]],[[314849,14669],[74,-410]],[[315183,5666],[-140,-216]],[[311825,11595],[-39,1452]],[[253891,243332],[-3,424]],[[297006,439075],[21,-79]],[[273150,218795],[-218,2571],[-109,2556],[341,-5125]],[[273164,218797],[-14,-2]],[[275036,140768],[-16,1]],[[274871,140335],[3,-76]],[[268559,210807],[-4,-26]],[[258410,236520],[0,355]],[[272837,223331],[-14,0]],[[274173,206960],[19,0]],[[275584,178509],[-145,-584]],[[275994,173067],[-63,2]],[[275922,173070],[-37,2]],[[272518,253791],[20,18]],[[272125,254343],[81,-132]],[[256680,462075],[-142,-2897],[-384,-10769]],[[256154,448409],[-883,-7],[0,-983]],[[254488,462036],[2192,39]],[[256154,448409],[1065,-7]],[[249637,222999],[-31,137]],[[248195,214699],[-70,-748]],[[247232,214954],[0,260]],[[247232,215317],[15,318]],[[301353,460902],[-185,-724]],[[301101,460137],[28,-397]],[[301793,457791],[116,-445]],[[285769,400843],[123,37]],[[264771,527003],[-281,49]],[[267568,452013],[-852,-4103],[-108,-17]],[[266608,447893],[-26,-6]],[[266582,447887],[-16,-1]],[[266566,447886],[-30,-6]],[[266536,447880],[-6,-1]],[[256680,462075],[-375,16538],[12,3500],[187,5880],[609,12037],[445,5943],[542,3980],[721,3116],[-1423,3912],[-936,-37],[-588,-3704],[-267,-718],[-95,-2358],[-427,343]],[[247207,537862],[1281,13508]],[[248488,551370],[1322,13439]],[[249810,564809],[408,-727],[1834,5024],[865,1148],[2109,-5688],[7666,-20686],[271,-4739],[574,-3230],[509,900],[683,396],[-47,-2079],[105,-3301],[426,-3438],[360,1156],[708,-243],[385,-2004],[-455,-3293],[3005,-8985],[1103,-32532],[-926,-12370],[-34,-3060],[-156,-2886],[-328,-976],[-521,-3379],[-656,-1036],[-180,-1472],[-60,-3681],[110,-1615]],[[252129,567028],[-1583,-4120],[166,-1627],[582,1037],[-142,551],[872,1783],[743,3451],[-638,-1075]],[[248488,551370],[-1963,212],[-2260,-6869],[-1513,-4210]],[[249572,564554],[238,255]],[[282592,309414],[10,-65]],[[289029,404122],[-16,45]],[[293679,426705],[-79,470]],[[286839,484138],[-17,6]],[[276897,457877],[-3,4558]],[[276894,462435],[2305,5850],[8,2378],[-220,544],[-164,5160],[-363,3502],[1422,3362],[1923,0],[3353,0],[997,8619],[109,340]],[[267767,442766],[-50,-4]],[[267568,452013],[114,-1687],[1085,-3482],[787,0],[3209,9884],[2039,2175]],[[274802,458903],[-16,-6460]],[[274802,458903],[1209,1289],[883,2243]],[[275537,276578],[-263,-628]],[[273916,275250],[-11,-827]],[[273920,274333],[-20,-184]],[[228015,167092],[147,-2633],[-252,2651],[105,-18]],[[228180,184437],[70,-94]],[[229313,193901],[29,366]],[[230757,204203],[-190,587]],[[229828,205636],[-9,-8]],[[229431,197365],[-30,-1032]],[[228487,190418],[-16,-156]],[[286226,362368],[89,-504]],[[283710,365528],[174,-301]],[[286242,357857],[63,-1057]],[[286254,356334],[304,311]],[[286558,356645],[136,36]],[[284458,394060],[-9,-959]],[[151607,571679],[12,2074],[1993,-3664],[1312,-1342],[815,1107],[372,2584],[-289,2342],[-137,2706],[722,1361],[0,1194],[-873,3181],[648,-1]],[[156182,583221],[153,1]],[[156335,583222],[770,0]],[[253979,502714],[-8,-1]],[[242231,539612],[9,872]],[[242245,540522],[75,212]],[[242329,540727],[187,592]],[[242526,541319],[224,-823]],[[288652,406259],[12,7]],[[288613,408309],[-8,430]],[[290026,386798],[-57,0]],[[287992,379951],[5,43]],[[287430,351414],[50,-2]],[[287480,351412],[118,4]],[[287598,351416],[-258,-2]],[[280248,301457],[-33,176]],[[156182,583221],[153,1]]], +transform:{scale:[.00035892617892657177,5371486851395936e-20],translate:[-179.1473400003406,17.67439566600018]}}}}),function(o,t){"function"==typeof define&&define.amd?define("map/ChoroplethCounties.js",["d3","topojson","./Choropleth","./us-counties"],t):o.map_ChoroplethCounties=t(o.d3,o.topojson,o.map_Choropleth,o.map_usCounties)}(this,function(o,t,e,y){function a(){e.call(this),this.projection("albersUsaPr"),this._choroTopology=y.topology,this._choroTopologyObjects=y.topology.objects.counties}var n=t.feature(y.topology,y.topology.objects.counties).features,i={};for(var r in n)n[r].id&&(i[n[r].id]=n[r]);var s=o.format("05d");return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" map_ChoroplethCounties",a.prototype.publish("onClickFormatFIPS",!1,"boolean","format FIPS code as a String on Click"),a.prototype.layerEnter=function(t,a,n){e.prototype.layerEnter.apply(this,arguments),this._selection.widgetElement(this._choroplethData),this.choroPaths=o.select(null);var i=this;this.tooltipHTML(function(o){return i.tooltipFormat({label:y.countyNames[o[0]],value:i._dataMap[o[0]]?i._dataMap[o[0]][1]:"N/A"})})},a.prototype.layerUpdate=function(o){e.prototype.layerUpdate.apply(this,arguments),this.choroPaths=this._choroplethData.selectAll(".data").data(this.visible()?this.data():[],function(o){return o[0]});var t=this;this.choroPaths.enter().append("path").attr("class","data").call(this._selection.enter.bind(this._selection)).on("click",function(o){if(t._dataMap[o[0]]){var e=t.onClickFormatFIPS()?t._dataMap[o[0]].map(function(o,e){return t.onClickFormatFIPS()&&0===e?s(o):o}):t._dataMap[o[0]];t.click(t.rowToObj(e),"weight",t._selection.selected(this))}}).on("mouseout.tooltip",this.tooltip.hide).on("mousemove.tooltip",this.tooltip.show),this.choroPaths.attr("d",function(t){var e=o._d3GeoPath(i[t[0]]);return e||console.log("Unknown US County: "+t),e}).style("fill",function(o){var e=t._palette(o[1],t._dataMinWeight,t._dataMaxWeight);return e}),this.choroPaths.exit().remove()},a}),function(o,t){"function"==typeof define&&define.amd?define("map/ChoroplethCountries.js",["d3","topojson","./Choropleth","./countries"],t):o.map_ChoroplethCountries=t(o.d3,o.topojson,o.map_Choropleth,o.map_countries)}(this,function(o,t,e,y){function a(){e.call(this),this._choroTopology=y.topology,this._choroTopologyObjects=y.topology.objects.countries}var n=t.feature(y.topology,y.topology.objects.countries).features,i={};for(var r in n)n[r].id&&y.countryNames[n[r].id]&&(i[y.countryNames[n[r].id].name]=n[r]);return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" map_ChoroplethCountries",a.prototype.layerEnter=function(t,y,a){e.prototype.layerEnter.apply(this,arguments),this._selection.widgetElement(this._choroplethData),this.choroPaths=o.select(null);var n=this;this.tooltipHTML(function(o){return n.tooltipFormat({label:o[0],value:o[1]})})},a.prototype.layerUpdate=function(o){e.prototype.layerUpdate.apply(this,arguments),this.choroPaths=this._choroplethData.selectAll(".data").data(this.visible()?this.data():[],function(o){return o[0]});var t=this;this.choroPaths.enter().append("path").attr("class","data").call(this._selection.enter.bind(this._selection)).on("click",function(o){t._dataMap[o[0]]&&t.click(t.rowToObj(t._dataMap[o[0]]),"weight",t._selection.selected(this))}).on("mouseout.tooltip",this.tooltip.hide).on("mousemove.tooltip",this.tooltip.show),this.choroPaths.attr("d",function(t){var e=o._d3GeoPath(i[t[0]]);return e||console.log("Unknown Country: "+t),e}).style("fill",function(o){var e=t._palette(o[1],t._dataMinWeight,t._dataMaxWeight);return e}),this.choroPaths.exit().remove()},a}),function(o,t){"function"==typeof define&&define.amd?define("map/us-states.js",[],t):o.map_usStates=t()}(this,function(){return{stateNames:{1:{name:"Alabama",code:"AL"},2:{name:"Alaska",code:"AK"},4:{name:"Arizona",code:"AZ"},5:{name:"Arkansas",code:"AR"},6:{name:"California",code:"CA"},8:{name:"Colorado",code:"CO"},9:{name:"Connecticut",code:"CT"},10:{name:"Delaware",code:"DE"},11:{name:"District of Columbia",code:"DC"},12:{name:"Florida",code:"FL"},13:{name:"Georgia",code:"GA"},15:{name:"Hawaii",code:"HI"},16:{name:"Idaho",code:"ID"},17:{name:"Illinois",code:"IL"},18:{name:"Indiana",code:"IN"},19:{name:"Iowa",code:"IA"},20:{name:"Kansas",code:"KS"},21:{name:"Kentucky",code:"KY"},22:{name:"Louisiana",code:"LA"},23:{name:"Maine",code:"ME"},24:{name:"Maryland",code:"MD"},25:{name:"Massachusetts",code:"MA"},26:{name:"Michigan",code:"MI"},27:{name:"Minnesota",code:"MN"},28:{name:"Mississippi",code:"MS"},29:{name:"Missouri",code:"MO"},30:{name:"Montana",code:"MT"},31:{name:"Nebraska",code:"NE"},32:{name:"Nevada",code:"NV"},33:{name:"New Hampshire",code:"NH"},34:{name:"New Jersey",code:"NJ"},35:{name:"New Mexico",code:"NM"},36:{name:"New York",code:"NY"},37:{name:"North Carolina",code:"NC"},38:{name:"North Dakota",code:"ND"},39:{name:"Ohio",code:"OH"},40:{name:"Oklahoma",code:"OK"},41:{name:"Oregon",code:"OR"},42:{name:"Pennsylvania",code:"PA"},44:{name:"Rhode Island",code:"RI"},45:{name:"South Carolina",code:"SC"},46:{name:"South Dakota",code:"SD"},47:{name:"Tennessee",code:"TN"},48:{name:"Texas",code:"TX"},49:{name:"Utah",code:"UT"},50:{name:"Vermont",code:"VT"},51:{name:"Virginia",code:"VA"},53:{name:"Washington",code:"WA"},54:{name:"West Virginia",code:"WV"},55:{name:"Wisconsin",code:"WI"},56:{name:"Wyoming",code:"WY"},60:{name:"American Samoa",code:"AS"},66:{name:"Guam",code:"GU"},69:{name:"Northern Mariana Islands",code:"MP"},72:{name:"Puerto Rico",code:"PR"},78:{name:"Virgin Islands",code:"VI"}},topology:{type:"Topology",objects:{states:{type:"GeometryCollection",geometries:[{type:"MultiPolygon",id:2,arcs:[[[9426]],[[9427]],[[9428]],[[9429]],[[9430]],[[9431]],[[9432]],[[9433]],[[9434]],[[9435]],[[9436]],[[9437]],[[9438]],[[9439]],[[9440]],[[9441]],[[9442]],[[9443]],[[9444]],[[9445]],[[9446]],[[9447]],[[9450]],[[9451]],[[9452]],[[9453]],[[9629]],[[9454]],[[9630]],[[9455]],[[9456]],[[9631]],[[9457]],[[9632]],[[9633]],[[9458]],[[9634]],[[9459]],[[9460]],[[9466]],[[9635]],[[9461]],[[9636]],[[9637]],[[9638]],[[9639]],[[9483]],[[9640]],[[9509]],[[9467]],[[9641]],[[9642]],[[9510]],[[9643]],[[9511]],[[9512]],[[9484]],[[9476]],[[9485]],[[9486]],[[9448]],[[9513]],[[9514]],[[9515]],[[9487]],[[9449]],[[9548]],[[9869,9550]],[[9488]],[[9489]],[[9524]],[[9490]],[[9552,9521,9870,9523,9551,9533]],[[9500]],[[9499,9529,9871,9531,9497,9534]],[[9491]],[[9492]],[[9470]],[[9603]],[[9604]],[[9582]],[[9583]],[[9584]],[[9585]],[[9560]],[[9586]],[[9587]],[[9561]],[[9588]],[[9605]],[[9589]],[[9562]],[[9592]],[[9593]],[[9594]],[[9563]],[[9597]],[[9553]],[[9554]],[[9555]],[[9625]],[[9626]],[[9627]],[[9620]],[[9611,9602,9606,9596,9607,9591,9608,9581,9571,9609,9872,9493,9479,9465,9873,9463,9480,9468,9481,9475,9567,9471,9568,9559,9628,9624,9622,9612,9619,9600,9610,9536,9547,9542,9545,9501,9528,9516,9644,9518,9525,9874,9527,9503,9875,9505,9543,9508,9544,9540,9546,9538]]]},{type:"MultiPolygon",id:15,arcs:[[[9417]],[[9422]],[[9421]],[[9423]],[[9876,9420]],[[9424]],[[9425]],[[9418]]]},{type:"MultiPolygon",id:72,arcs:[[[9866]],[[9813,9697,9666,9723,9817,9718,9726,9759,9868,9839,9877,9737,9820,9731,9847,9853,9844,9863,9864,9855,9865,9834,9848,9782,9878,9822,9803,9689,9746,9830,9705,9790,9823,9668,9768,9779,9660,9761,9879,9654,9788,9832]]]},{type:"Polygon",id:1,arcs:[[-6786,-6785,-6792,-6791,-6807,6974,-6994,-6998,7027,-7168,-7171,7205,-7420,7492,7493,-7574,7698,7699,-7846,7871,-8018,8061,-8111,-8157,8194,-8293,8320,8321,-8483,8483,-8579,8680,8681,8688,8689,8690,8566,8567,8683,8684,8685,8675,8676,9880,8678,8701,8702,8703,-8620,8521,-8436,8249,8250,-8128,7954,7955,-7826,7678,-7599,7448,-7421,7302,-7257,7179,-6951,-6954,6937,-6753,-6699,-6714,-6725,-6724]]},{type:"Polygon",id:5,arcs:[[-5843,-5842,-5816,-5921,-5920,-5919,-5932,-5931,-5930,-5716,-5888,-5887,-5886,-5917,-5916,-5866,-5973,-5972,-5971,-5970,-5969,-6163,-6274,6406,6407,6408,6409,-6605,6734,6735,6736,7015,-7027,7132,7133,-7415,-7414,7662,7663,7664,7665,7666,7777,7794,7795,7733,7734,7719,7720,7643,7644,7645,-7611,7513,-7233,-7232,7118,-6775,-6774,6727,-6611,6550,-6316,6256,6117,-5946,-5936]]},{type:"Polygon",id:4,arcs:[[-4752,-5779,5779,5780,5781,-7177,7591,7592,-8039,8208,8504,8191,7725,7726,7305,7306,-6522,-6521,-5912,-4625,-5343,-5417,-5416,-4754,-4753]]},{type:"MultiPolygon",id:6,arcs:[[[7053]],[[7019]],[[7054]],[[6896]],[[6897]],[[-1601,-1600,-1604,2383,-2395,-2394,-2393,-2392,4129,4130,-4310,-4309,-4308,-3802,-4324,4568,-4773,-4255,5466,-5913,6520,6521,-7307,-7306,-7727,7740,7697,7519,7056,7020,6899,6528,5874,5606,5291,5193,5288,5438,5155,5018,4853,4552,4697,4472,4696,4474,4482,4847,4484,3626,2685,2373,-1893,-1975,-1974,-1882]]]},{type:"Polygon",id:8,arcs:[[-2141,-2140,-2553,-2552,-2733,-2732,-2702,-2701,-2823,-2972,-2971,3139,-3194,3363,3364,-3620,3939,3940,-4277,4354,-4592,-4591,4878,4879,-5245,5317,5318,5319,5207,5208,5307,5308,5510,5511,5496,5497,5323,5321,-4751,-4750,-4749,4628,-4026,3577,-3100,-3099,2981,2982,-2194,-2137,-2136,-2135]]},{type:"Polygon",id:9,arcs:[[-2172,-2171,-2170,-2018,-2017,2317,2318,-2457,2526,2527,2557,2559,9881,2561,2547,2548,2549,-2285,-2284,-1998]]},{type:"Polygon",id:11,arcs:[[4385,4386,-4115,-4297]]},{type:"Polygon",id:10,arcs:[[3752,4102,4392,4393,4394,4395,4396,4397,-4267,4100,4101,-4079,3754,3755,-3497,-3588,3756,-3586]]},{type:"MultiPolygon",id:12,arcs:[[[9361]],[[9338]],[[9063]],[[9882,9883]],[[8993,8905]],[[9884,9356,9885,9358,9362,9351,9340,9331,9302,9329,9304,9285,9264,9262,9235,9221,9193,9886,9137,9363,8968,8865,8969,9065,9006,9064,9008,8913,9009,8915,8804,9887,8806,8797,8790,8787,-8676,-8686,-8685,-8684,-8568,-8567,-8691,-8690,-8689,-8682,-8745,-8744,-8733,-8737,-8736,-8743,-8742,-8740,-8739,-8762,8875,-8760,-8828,-8827,-8697,-8696,-8600,-8747,-8746,-8707,8835,8906,9013,9099,9139,9161,9152,9098,8991,8903,8992,9888,8988,9116,9153,9204,9889,9206,9146,9200,9276,9296,9890,9298,9326,9891,9322,9892,9324,9332,9353,9360]]]},{type:"MultiPolygon",id:13,arcs:[[[8704]],[[9893,8606]],[[8522]],[[8333]],[[8283]],[[8284]],[[8523,8607,9894,8609,8705,8706,8745,8746,8599,8695,8696,8826,8827,8759,-8876,8761,8738,8739,8741,8742,8735,8736,8732,8743,8744,-8681,8578,-8484,8482,-8322,-8321,8292,-8195,8156,8110,-8062,8017,-7872,7845,-7700,-7699,7573,-7494,-7493,7419,-7206,7170,7167,-7028,6997,6993,-6975,-6806,-6721,-6720,-6719,-6795,-6794,-6828,-6827,-6823,-6822,-6886,-6885,-6884,-6802,-6673,-6924,-6923,-6922,-6921,-6920,-7061,-7060,-7256,7339,-7438,-7437,-7484,-7483,-7542,-7541,-7711,7821,-7868,-7867,7891,-7899,-8057,-8056,-8055,8285,8280,8336]]]},{type:"Polygon",id:19,arcs:[[-1566,1654,-1696,-1780,-1779,2023,-2098,2159,-2230,2312,2313,-2452,-2451,-2450,2717,-2767,2921,-2928,3117,3118,3078,3079,3081,3082,3093,3094,3091,3092,3088,3089,3085,3086,3075,3076,3072,3073,3069,3070,-2935,2880,-2829,2659,2660,-2543,2416,-2304,2207,-2191,2065,2066,-1834,-1833,1756,-1660,1651,-1521,-1490,-1494,-1493,-1517,-1516,-1515,-1526,-1525,-1519,-1518,-1497,-1496,-1502,-1501,-1500,-1513,-1512,-1505,-1504]]},{type:"Polygon",id:16,arcs:[[20,-36,111,-202,240,-350,-329,-328,518,-528,-737,-736,-735,-758,-652,1121,-1174,-1173,1592,-1734,-1733,2052,2141,2107,2108,2021,2022,1896,1580,1581,-1263,-1262,-1261,1091,-970,914,-709,522,535,536,-396,-395,364,-248,-247,114,-82,22,23]]},{type:"Polygon",id:17,arcs:[[-1968,-1967,-1948,-1947,-1953,-1952,-1960,-1959,-2030,-2029,2116,2233,2234,2235,2510,-2533,2774,-2825,2957,-3156,3323,3324,-3546,3727,-3919,4027,-4173,4238,-4445,-4444,4683,-4705,4905,-4930,5135,-5171,5358,5359,5361,-5492,5562,5574,5575,5568,5569,5570,-5351,-5350,-5160,5125,4935,4936,4726,4727,-4456,-4455,-4521,4379,4380,4381,4165,4070,4071,-3929,3750,3751,-3685,3515,-3493,3241,3242,-3118,2927,-2922,2766,-2718,2449,2450,2451,-2314,-2313,2229,-2160,2097,-2024,-1778]]},{type:"Polygon",id:18,arcs:[[-2297,-2296,-2291,-2290,-2295,2470,-2539,2621,-2717,2793,2794,-3019,3039,-3168,3291,-3407,-3406,3614,-3716,3808,-3932,-4139,4144,-4266,-4265,4422,4423,4432,4433,-4557,4659,4660,4805,4798,4799,4800,4795,4892,4893,4894,4953,4954,4923,4924,4973,4974,4927,4928,4929,-4906,4704,-4684,4443,4444,-4239,4172,-4028,3918,-3728,3545,-3325,-3324,3155,-2958,2824,-2775,2532,-2511,-2236,2533,2535,2467,-2204,-2203,-2300,-2299]]},{type:"Polygon",id:20,arcs:[[-3419,-3431,-3429,-3428,-3423,-3422,-3433,-3432,-3413,-3412,-3410,-3409,-3417,-3416,-3426,-3427,-3317,-3316,-3486,-3485,-3490,-3489,-3488,-3492,-3561,3664,-3762,3884,-4003,-4002,-4046,-4199,-4198,4346,-4501,4546,-4772,4820,-5042,-5041,5300,5301,-5544,5556,5557,5558,5531,5532,5523,5524,5592,5593,5446,5447,5449,5450,5526,5527,5459,5460,5528,5529,5456,5457,5453,5520,5521,5519,5516,5517,-5318,5244,-4880,-4879,4590,4591,-4355,4276,-3941,-3940,3619,-3365,-3420]]},{type:"MultiPolygon",id:21,arcs:[[[-4137,-4136,-4161,-4160,-4159,-4182,-4181,-4351,-4350,-4373,-4372,-4498,-4497,4744,-4805,-4804,-5103,-5102,5233,5234,5235,5611,-5643,5726,5826,5827,5819,5820,5824,5825,5807,5808,5882,5883,5835,5913,5914,5838,5839,5891,5892,5696,5698,5699,5658,5659,5737,5937,5938,5831,5832,5932,5933,5957,5958,-5897,-5709,-5708,-5707,5632,-5569,-5576,-5575,-5563,5491,-5362,-5360,-5359,5170,-5136,-4929,-4928,-4975,-4974,-4925,-4924,-4955,-4954,-4895,-4894,-4893,-4796,-4801,-4800,-4799,-4806,-4661,-4660,4556,-4434,-4433,-4424,-4423,4264,4265,-4145,-4138]]]},{type:"MultiPolygon",id:22,arcs:[[[9108]],[[9088]],[[9046]],[[9028]],[[9899,9025,9089,9003,9084,9900,9078,9901,9080,9902,9082,9109,9070,9049,9037,9060,-9017,-8995,8942,-8693,-8692,8649,8456,8457,-8406,8237,-8223,7906,7907,7908,-7820,-7645,-7644,-7721,-7720,-7735,-7734,-7796,-7795,-7778,-7667,-7666,-7665,-7928,7943,-8109,-8108,-8107,-8106,8274,8275,8276,8491,8492,-8647,-8646,-8661,-8660,-8659,-8664,-8663,-8665,-8632,-8771,-8770,8846,8847,9010,9027]]]},{type:"MultiPolygon",id:25,arcs:[[[2727]],[[2632]],[[2175,2248,2249,2250,2251,2252,2168,2015,2016,2017,2169,2170,2171,1997,1998,1999,-1887,-1737,-1736,-1754,-1807,-1806,-1783,-1782,-1781,-1749,1934,9903,2006,9904,2008,2118,2165,2177,9905,2173,2287]]]},{type:"MultiPolygon",id:24,arcs:[[[4166]],[[4781,4782,4856,4857,4858,4690,4581,4268,4408,4169,4080,3824,3834,3840,4088,4192,9906,4194,4521,4293,4613,4731,4615,4295,4296,4114,4115,4116,3849,3811,3812,3813,3814,3816,3817,3818,3820,3821,3822,-3547,-3461,-3460,-3445,-3537,-3536,-3458,-3457,-3584,-3583,-3501,-3500,-3499,-3449,-3448,-3498,-3756,-3755,4078,-4102,-4101,4266,-4398,-4397,-4396,4784]]]},{type:"MultiPolygon",id:23,arcs:[[[918]],[[919]],[[1288,1134,1392,1380,1390,1382,1537,1538,-1300,-889,889,890,891,817,567,360,813,920,599,1117,1282,1286,1391]]]},{type:"MultiPolygon",id:26,arcs:[[[9402]],[[9401]],[[771,820,9406,1075,1236,9407,1434,1560,1561,9408,1578,9409,1927,9410,9412,-2505,2280,2281,2292,2293,2294,2289,2290,2295,2296,2298,2299,2202,2203,2204,2151,1988,1785,1686,1533,1378,1225,1112,9404,9405,948,9400,9399]],[[9395]],[[9388,9389]],[[9390]],[[9377,446,9382,9384,491,9394,9907,9392,9396,9397,574,9385,712,713,714,639,640,587,588,589,590,476,477,478,479,480,481,482,483,484,434,9378]],[[9373,9379,9375]],[[9376]]]},{type:"Polygon",id:27,arcs:[[125,151,204,9366,9365,203,137,138,139,140,141,142,143,144,145,146,147,473,592,593,594,-667,794,-800,901,902,1050,-1075,1139,-1162,-1187,-1186,-1191,1370,-1423,1502,1503,1504,1511,1512,1499,1500,1501,1495,1496,1517,1518,1524,1525,1514,1515,1516,1492,1493,1489,1490,1336,-1220,1179,-1044,-1043,917,-893,840,-746,702,-551,546,415,-404,348,-318,218,-210,164,165,-55,60,106,9364]]},{type:"Polygon",id:29,arcs:[[-3119,-3243,-3242,3492,-3516,3684,-3752,-3751,3928,-4072,-4071,-4166,-4382,-4381,-4380,4520,4454,4455,-4728,-4727,-4937,-4936,-5126,5159,5349,5350,-5571,-5570,-5633,5706,5707,5708,5896,5897,5898,5899,-6100,6161,6162,5968,5969,5970,5971,5972,5865,5915,5916,5885,5886,5887,5715,5929,5930,5931,5918,5919,5920,5815,5841,5842,5935,5936,-5766,5719,-5557,5543,-5302,-5301,5040,5041,-4821,4771,-4547,4500,-4347,4197,4198,4045,4001,4002,-3885,3761,-3665,3560,3491,-3487,-3304,3273,-3129,-3070,-3074,-3073,-3077,-3076,-3087,-3086,-3090,-3089,-3093,-3092,-3095,-3094,-3083,-3082,-3080,-3079]]},{type:"Polygon",id:28,arcs:[[-6755,-6754,-6938,6953,6950,-7180,7256,-7303,7420,-7449,7598,-7679,7825,-7956,-7955,8127,-8251,-8250,8435,-8522,8619,-8704,-8703,8838,8861,8880,-8847,8769,8770,8631,8664,8662,8663,8658,8659,8660,8645,8646,-8493,-8492,-8277,-8276,-8275,8105,8106,8107,8108,-7944,7927,-7664,-7663,7413,7414,-7134,-7133,7026,-7016,-6737,-6736,-6768,-6767,-6772,-6771,-6743,-6742,-6741,-6773]]},{type:"Polygon",id:30,arcs:[[43,99,88,46,50,29,9,53,110,-93,108,-133,221,-231,373,-381,514,515,516,675,676,677,763,764,765,697,698,826,827,655,649,650,651,757,734,735,736,527,-519,327,328,349,-241,201,-112,35,-21,36,19]]},{type:"MultiPolygon",id:37,arcs:[[[-5845,6042,6259,6044]],[[6047,6086,6179,6194,6038,6056,6247,6431,6425,6582,6258,6583,6564,6492,6560,6804,6761,6831,6759,6893,6990,7112,7271,9920,7273,7279,7280,7281,7282,7252,7005,7006,7007,6928,6877,6846,6847,6852,6853,6676,6677,6756,6645,6646,6630,6631,6768,6769,6695,6749,6750,6751,6671,6672,6801,6883,6884,6885,6821,6822,6823,-6595,-6594,-6457,-6456,-6392,-6391,-6287,-6286,-6285,6174,-6175,-6174,-6233,-6232,-6231,-6084,-6083,-5987,-5986,-5985,-5928,-5927,-5926,-5854,-5896,-5895,-5911,-5910,-5674,-5673,-5963,-5671,-5714,-5713,-5712,-5882,-5881,-5880,-5725,-5724,-5876,-5805,-5804,-5803,-5871,-5870,-5908,-5907,-5849,6041]]]},{type:"Polygon",id:38,arcs:[[54,-166,-165,209,-219,317,-349,403,-416,-547,550,551,627,628,633,634,631,632,530,583,623,624,625,635,-516,-515,380,-374,230,-222,132,-109,92,93,98,103,40,32,64,68,57]]},{type:"Polygon",id:31,arcs:[[-1710,-1552,-1682,-1681,-1672,-1671,-1812,-1810,-1809,-1839,-1838,-1836,-1835,-2067,-2066,2190,-2208,2303,-2417,2542,-2661,-2660,2828,-2881,2934,-3071,3128,-3274,3303,3486,3487,3488,3489,3484,3485,3315,3316,3426,3425,3415,3416,3408,3409,3411,3412,3431,3432,3421,3422,3427,3428,3430,3418,3419,-3364,3193,-3140,2970,2971,2822,2700,2701,2731,2732,-2551,2541,-2048,-2047,1861,-1644,-1684,-1683,-1574,-1573,-1709]]},{type:"Polygon",id:33,arcs:[[-890,888,1299,-1539,1615,1747,1748,1780,1781,1782,1805,1806,-1753,1614,-1456,1269,1270,-1115,-996,899,900,-891]]},{type:"Polygon",id:34,arcs:[[9921,3944,3785,3786,3787,3788,3789,3726,3668,3524,3525,-3254,-3253,3124,2911,2912,-2814,2756,-2603,-2568,-2567,-2770,-2769,2897,3116,3066,3156,3256,3346,3531,3521,3805,4124,3946]]},{type:"Polygon",id:35,arcs:[[5784,5785,5786,-6372,6554,6555,-6863,7008,7009,7156,7157,-7563,7653,7654,7655,7656,7657,7967,7968,7969,7783,7784,7785,7888,7889,8111,8037,8038,-7593,-7592,7176,-5782,-5781,-5780,5778,-5322,-5324,-5498,-5497,-5512,-5511,-5309,-5308,-5209,-5208,-5320]]},{type:"Polygon",id:32,arcs:[[-2023,-2357,2361,-2921,3561,3562,-3998,4621,4622,4623,4624,5911,5912,-5467,4254,4772,-4569,4323,3801,4307,4308,4309,-4131,-4130,2391,2392,2393,2394,-2384,-1603,-1429,-1428,-1264,-1582,-1581,-1897]]},{type:"MultiPolygon",id:36,arcs:[[[3237]],[[3052,9922,3054,3119,3152,3121,3056,2782]],[[1826]],[[3046,3097,3048,2751,2629,2770,2768,2769,2566,2567,2568,2324,2325,2093,2153,2154,2156,2157,2188,2189,2056,2057,2088,2089,2085,2086,2060,2061,2062,1831,1716,1713,1721,1724,1701,1570,1279,9923,1281,1275,1276,1019,1031,1005,-1001,1002,-1132,1204,-1296,-1485,1544,-1738,1886,-2e3,-1999,2283,2284,-2550,-2549,2752]]]},{type:"Polygon",id:39,arcs:[[2397,-2447,2666,-2675,2898,-2906,3033,3034,-3246,3262,3263,-3520,3528,-3609,3737,3738,3893,3894,3895,3992,-4069,4228,4226,4362,4363,4494,4495,4496,4497,4371,4372,4349,4350,4180,4181,4158,4159,4160,4135,4136,4137,4138,3931,-3809,3715,-3615,3405,3406,-3292,3167,-3040,3018,-2795,-2794,2716,-2622,2538,-2471,-2294,-2293,-2282,-2281,2504,2505,2506,2507,2508,2509,2514,9926,2516,2669,2593,2594,2595,2636,2579,2443,2401,-2200]]},{type:"Polygon",id:40,arcs:[[-5458,-5457,-5530,-5529,-5461,-5460,-5528,-5527,-5451,-5450,-5448,-5447,-5594,-5593,-5525,-5524,-5533,-5532,-5559,-5558,-5720,5765,-5937,5945,-6118,-6257,6315,-6551,6610,-6728,6773,6774,-7119,7231,7232,7233,7234,7401,7402,7398,7399,7400,7380,7440,7441,7442,7337,7338,7229,7230,7139,7140,7035,7036,6930,6931,-6871,6691,-6627,6398,-6366,6016,6017,5798,5799,5794,5795,5796,5791,5792,-5785,-5319,-5518,-5517,-5520,-5522,-5521,-5454]]},{type:"Polygon",id:41,arcs:[[661,-608,658,-691,-604,-603,-696,-695,-694,-693,-692,-503,-502,-557,-555,-554,-513,-583,-536,-523,708,-915,969,-1092,1260,1261,1262,1263,1427,1428,1602,1603,1599,1600,1881,1973,1974,1892,1893,1611,1464,1298,980,776,622]]},{type:"Polygon",id:42,arcs:[[-2061,-2087,-2086,-2090,-2089,-2058,-2057,-2190,-2189,-2158,-2157,-2155,-2154,-2094,-2326,-2325,-2569,2602,-2757,2813,-2913,-2912,-3125,3252,3253,-3526,3553,3584,3585,-3757,3587,3496,3497,3447,3448,3498,3499,3500,3582,3583,3456,3457,3535,3536,3444,3459,3460,3546,3547,3548,3610,3611,-3610,3337,3338,3339,-3244,3106,-3034,2905,-2899,2674,-2667,2446,-2398,2199,2200,-2062]]},{type:"MultiPolygon",id:44,arcs:[[[2544]],[[2545,-2250]],[[-2253,-2252,2452,2321,2454,2553,-2527,2456,-2319,-2318,-2016,-2169]]]},{type:"MultiPolygon",id:45,arcs:[[[8077]],[[8079]],[[8080]],[[7693,9413,9930,9415,7862,8081,8046,9931,8048,9932,8050,8078,8053,8054,8055,8056,7898,-7892,7866,7867,-7822,7710,7540,7541,7482,7483,7436,7437,-7340,7255,7059,7060,6919,6920,6921,6922,6923,-6672,-6752,-6751,-6750,-6696,-6770,-6769,-6632,-6631,-6647,-6646,-6757,-6678,-6677,-6854,-6853,-6848,-6847,-6878,-6929,-7008,-7007,-7006,-7253,-7283,7328,7588,9416]]]},{type:"Polygon",id:46,arcs:[[-624,-584,-531,-633,-632,-635,-634,-629,-628,-552,-703,745,-841,892,-918,1042,1043,-1180,1219,-1337,-1491,1520,-1652,1659,-1757,1832,1833,1834,1835,1837,1838,1808,1809,1811,1670,1671,1680,1681,1551,1709,1708,1572,1573,1682,1683,-1643,1487,-1374,1248,1183,-1033,939,-677,-676,-517,-636,-626,-625]]},{type:"Polygon",id:47,arcs:[[-5660,-5659,-5700,-5699,-5697,-5893,-5892,-5840,-5839,-5915,-5914,-5836,-5884,-5883,-5809,-5808,-5826,-5825,-5821,-5820,-5828,-5879,-5878,-5891,-5890,-5889,-5859,-5983,-5863,-5862,-5929,5984,5985,5986,6082,6083,6230,6231,6232,6173,6174,-6175,6284,6285,6286,6390,6391,6455,6456,6593,6594,-6824,6826,6827,6793,6794,6718,6719,6720,6805,6806,6790,6791,6784,6785,6723,6724,6713,6698,6752,6753,6754,6772,6740,6741,6742,6770,6771,6766,6767,-6735,6604,-6410,-6409,-6408,-6407,6273,-6162,6099,-5900,-6101,-5898,-5959,-5958,-5934,-5933,-5833,-5832,-5939,-5938,-5738]]},{type:"MultiPolygon",id:48,arcs:[[[9933]],[[9311,9312]],[[9313,9290,9934,9292,9314]],[[9271]],[[9242]],[[9935,9214]],[[9128]],[[9132,9175,9936,9164,9217,9166,9937,9168,9179,9216,9227,9247,9938,9249,9229,9243,9254,9246,9255,9939,9257,9273,9293,9318,9347,9352,9345,9342,9310,9253,9190,9127,8977,8872,8869,8883,8392,8394,-7889,-7786,-7785,-7784,-7970,-7969,-7968,-7658,-7657,-7656,-7655,-7654,7562,-7158,-7157,-7010,-7009,6862,-6556,-6555,6371,-5787,-5786,-5793,-5792,-5797,-5796,-5795,-5800,-5799,-6018,-6017,6365,-6399,6626,-6692,6870,-6932,-6931,-7037,-7036,-7141,-7140,-7231,-7230,-7339,-7338,-7443,-7442,-7441,-7381,-7401,-7400,-7399,-7403,-7402,-7235,-7234,-7514,7610,-7646,7819,-7909,-7908,-7907,8222,-8238,8405,-8458,-8457,-8650,8691,8692,-8943,8994,9016,9017,9090,9131,9092,9020,9130]]]},{type:"Polygon",id:49,arcs:[[-1732,2343,-2621,-2196,-2195,-2983,-2982,3098,3099,-3578,4025,-4629,4748,4749,4750,4751,4752,4753,5415,5416,5342,-4624,-4623,-4622,3997,-3563,-3562,2920,-2362,2356,-2022,-2109,-2108,-2142,-2053]]},{type:"MultiPolygon",id:51,arcs:[[[5405,5058,-4782,5059]],[[5005,4865,4807,4982,5225,5370,5424,5372,5109,5148,5330,5473,5536,9940,5683,5638,5472,5431,5282,5394,9941,5581,5626,5665,5871,9942,5902,9943,9944,5905,5850,5823,5851,5844,5845,5846,5847,5848,5906,5907,5869,5870,5802,5803,5804,5875,5723,5724,5879,5880,5881,5711,5712,5713,5670,5962,5672,5673,5909,5910,5894,5895,5853,5925,5926,5927,5928,5861,5862,5982,5858,5888,5889,5890,5877,5878,-5827,-5727,5642,-5612,-5236,-5235,-5234,-5101,-5412,-5411,-5378,-5377,-5376,-5180,-5275,-5274,5122,-4883,4877,-4536,-4535,-4403,-4402,-4401,-4189,-4188,4043,-3999,-3865,-3910,-4025,-4024,-3812,-3850,-4117,-4116,-4387,4417,9945,4342,4409,4669,4810,4866,5063,5188]]]},{type:"Polygon",id:50,arcs:[[1008,998,-900,995,1114,-1271,-1270,1455,-1615,1752,1753,1735,1736,1737,-1545,1484,1295,-1205,1131,-1003,1e3,1001,994]]},{type:"MultiPolygon",id:53,arcs:[[[303]],[[271]],[[184]],[[118]],[[119]],[[120]],[[126,2,3,75,85,80,83,-23,81,-115,246,247,-365,394,395,-537,582,512,553,554,556,501,502,691,692,693,694,695,602,603,690,-659,607,608,610,467,343,233,186,187,234,319,276,371,273,372,321,407,370,307,196,183,197,129]]]},{type:"MultiPolygon",id:55,arcs:[[[9372]],[[9371,561,557,-484,-483,-482,-481,-480,-479,-478,-477,-591,-590,-589,-588,-641,-640,-715,9386,879,9949,881,1155,1167,9387,1165,1289,1474,1623,1800,1960,2027,2028,2029,1958,1959,1951,1952,1946,1947,1966,1967,1777,1778,1779,1695,-1655,1565,-1503,1422,-1371,1190,1185,1186,1161,-1140,1074,-1051,-903,-902,799,-795,666,-595,-594,-593,-474,-148,9368,9370]]]},{type:"Polygon",id:54,arcs:[[3243,-3340,-3339,-3338,3609,-3612,-3611,-3549,-3548,-3823,-3822,-3821,-3819,-3818,-3817,-3815,-3814,-3813,4023,4024,3909,3864,3998,-4044,4187,4188,4400,4401,4402,4534,4535,-4878,4882,-5123,5273,5274,5179,5375,5376,5377,5410,5411,5100,5101,5102,4803,4804,-4745,-4496,-4495,-4364,-4363,-4227,-4229,4068,-3993,-3896,-3895,-3894,-3739,-3738,3608,-3529,3519,-3264,-3263,3245,-3035,-3107]]},{type:"Polygon",id:56,arcs:[[-827,-699,-698,-766,-765,-764,-678,-940,1032,-1184,-1249,1373,-1488,1642,1643,-1862,2046,2047,-2542,2550,2551,2552,2139,2140,2134,2135,2136,2193,2194,2195,2620,-2344,1731,1732,1733,-1593,1172,1173,-1122,-651,-650,-656,-828]]},{type:"MultiPolygon",id:78,arcs:[[[9867]],[[9840]]]}]},land:{type:"MultiPolygon",arcs:[[[9361]],[[9933]],[[9338]],[[9311,9312]],[[9313,9290,9934,9292,9314]],[[9271]],[[9242]],[[9935,9214]],[[9128]],[[9108]],[[9088]],[[9046]],[[9063]],[[9882,9883]],[[9028]],[[8993,8905]],[[8704]],[[9893,8606]],[[8522]],[[8333]],[[8283]],[[8284]],[[8077]],[[8079]],[[8080]],[[7053]],[[7019]],[[7054]],[[6896]],[[6897]],[[4166]],[[3237]],[[3052,9922,3054,3119,3152,3121,3056,2782]],[[2727]],[[2632]],[[2544]],[[1826]],[[918]],[[919]],[[9402]],[[9401]],[[9395]],[[9388,9389]],[[9390]],[[9372]],[[9373,9379,9375]],[[-9918]],[[1275,1276,1019,1031,1005,1001,994,1008,998,900,891,817,567,360,813,920,599,1117,1282,1286,1391,1288,1134,1392,1380,1390,1382,1537,1615,1747,1934,9903,2006,9904,2008,2118,2165,2177,9905,2173,2287,2175,2248,2545,2250,2452,2321,2454,2553,2527,2557,2559,9881,2561,2547,2752,3046,3097,3048,2751,2629,2770,2897,3116,3066,3156,3256,3346,3531,3521,3805,4124,3946,9921,3944,3785,9954,3787,9955,3789,3726,3668,3524,3553,3584,3752,4102,4392,9956,4394,4784,5059,5405,5058,4782,4856,9957,4858,4690,4581,4268,4408,4169,4080,3824,3834,3840,4088,4192,9906,4194,4521,4293,4613,4731,4615,4295,4385,4417,9945,4342,4409,4669,4810,4866,5063,5188,5005,4865,4807,4982,5225,5370,5424,5372,5109,5148,5330,5473,5536,9940,5683,5638,5472,5431,5282,5394,9941,5581,5626,5665,5871,9942,5902,9943,9944,5905,5850,5823,5851,6042,6259,6044,5845,9958,9959,9960,5847,6041,6047,6086,6179,6194,6038,6056,6247,6431,6425,6582,6258,6583,6564,6492,6560,6804,6761,6831,6759,6893,6990,7112,7271,9920,7273,7279,9961,7281,7328,7588,9416,7693,9413,9930,9415,7862,8081,8046,9931,8048,9932,8050,8078,8053,8285,8280,8336,8523,8607,9894,8609,8705,8835,8906,9013,9099,9139,9161,9152,9098,8991,8903,8992,9888,8988,9116,9153,9204,9889,9206,9146,9200,9276,9296,9890,9298,9326,9891,9322,9892,9324,9332,9353,9360,9884,9356,9885,9358,9362,9351,9340,9331,9302,9329,9304,9285,9264,9262,9235,9221,9193,9886,9137,9363,8968,8865,8969,9065,9006,9064,9008,8913,9009,8915,8804,9887,8806,8797,8790,8787,8676,9880,8678,8701,8838,8861,8880,8847,9010,9027,9899,9025,9089,9003,9084,9900,9078,9901,9080,9902,9082,9109,9070,9049,9037,9060,9017,9090,9131,9092,9020,9130,9132,9175,9936,9164,9217,9166,9937,9168,9179,9216,9227,9247,9938,9249,9229,9243,9254,9246,9255,9939,9257,9273,9293,9318,9347,9352,9345,9342,9310,9253,9190,9127,8977,8872,8869,8883,8392,8394,7889,8111,8037,8208,8504,8191,7725,7740,7697,7519,7056,7020,6899,6528,5874,5606,5291,5193,5288,5438,5155,5018,4853,4552,4697,4472,4696,4474,4482,4847,4484,3626,2685,2373,1893,1611,1464,1298,980,776,622,661,608,610,467,343,233,186,9946,9962,9948,3,75,85,80,83,23,36,19,43,99,88,46,50,29,9,53,110,93,98,103,40,32,64,68,57,60,106,9364,125,151,204,9366,9365,203,137,138,139,140,141,142,143,144,145,146,9368,9370,9371,561,557,484,434,9378,9377,446,9382,9384,491,9394,9907,9392,9396,9397,574,9385,712,713,9386,879,9949,881,1155,1167,9387,1165,1289,1474,1623,1800,1960,2027,2116,2233,2234,2533,2535,2467,2204,2151,1988,1785,1686,1533,1378,1225,1112,9404,9405,948,9400,9399,771,820,9406,1075,1236,9407,1434,1560,1561,9408,1578,9409,1927,9410,9412,2505,-9912,2507,-9910,2509,2514,9926,2516,2669,2593,2594,2595,2636,2579,2443,2401,2200,2062,1831,1716,1713,1721,1724,1701,1570,1279,9923,1281]],[[9612,9619,9600,9610,9536,9547,9542,9545,9501,9528,9516,9644,9518,9525,9874,9527,9503,9875,9505,9543,9508,9544,9540,9546,9538,9611,9602,9606,9596,9607,9591,9608,9581,9571,9609,9872,9493,9479,9465,9873,9463,9480,9468,9481,9475,9567,9471,9568,9559,9628,9624,9622]],[[9489]],[[9626]],[[9552,9521,9870,9523,9551,9533]],[[9561]],[[9499,9529,9871,9531,9497,9534]],[[9869,9550]],[[9455]],[[9515]],[[9447]],[[9563]],[[9514]],[[9491]],[[9445]],[[9555]],[[9554]],[[9440]],[[9586]],[[9510]],[[9444]],[[9434]],[[9513]],[[9512]],[[9588]],[[9511]],[[9431]],[[9548]],[[9642]],[[9460]],[[9438]],[[9562]],[[9432]],[[9470]],[[9451]],[[9589]],[[9487]],[[9458]],[[9426]],[[9553]],[[9437]],[[9524]],[[9492]],[[9500]],[[9441]],[[9435]],[[9490]],[[9592]],[[9439]],[[9625]],[[9486]],[[9485]],[[9488]],[[9442]],[[9452]],[[9443]],[[9597]],[[9454]],[[9436]],[[9453]],[[9585]],[[9483]],[[9449]],[[9428]],[[9456]],[[9446]],[[9620]],[[9603]],[[9459]],[[9448]],[[9457]],[[9450]],[[9594]],[[9583]],[[9584]],[[9582]],[[9476]],[[9587]],[[9605]],[[9604]],[[9484]],[[9627]],[[9461]],[[9560]],[[9429]],[[9427]],[[9433]],[[9593]],[[9430]],[[9629]],[[9630]],[[9631]],[[9632]],[[9633]],[[9634]],[[9466]],[[9635]],[[9636]],[[9637]],[[9638]],[[9639]],[[9640]],[[9509]],[[9467]],[[9641]],[[9643]],[[9867]],[[9866]],[[9840]],[[9813,9697,9666,9723,9817,9718,9726,9759,9868,9839,9877,9737,9820,9731,9847,9853,9844,9863,9864,9855,9865,9834,9848,9782,9878,9822,9803,9689,9746,9830,9705,9790,9823,9668,9768,9779,9660,9761,9879,9654,9788,9832]],[[9417]],[[9422]],[[9421]],[[9423]],[[9876,9420]],[[9424]],[[9425]],[[9418]]]}},arcs:[[[162416,583189],[236,-863],[94,-3199],[220,-1079],[-271,-1241]],[[162695,576807],[-443,-309],[-4396,83]],[[157856,576581],[-6,1800],[-436,606],[-476,3062],[167,1173]],[[157105,583222],[2782,-89],[2529,56]],[[203483,583173],[-111,-3268],[363,0],[1,-4838],[604,-14]],[[204340,575053],[0,-6406],[-109,-3],[-1,-3886]],[[204230,564758],[-1074,300],[-478,661],[-49,-1946]],[[202629,563773],[-411,-2654],[-860,-2419],[-1043,-435],[-462,561]],[[199853,558826],[29,9804],[98,1617],[303,-7],[-114,3279],[302,529],[-36,7508],[72,1628]],[[200507,583184],[2976,-11]],[[181317,583162],[311,-3373],[318,707],[389,-2530],[-133,-1970],[788,-1235],[-38,-1636],[347,-662],[20,-2123]],[[183319,570340],[343,-1416],[-25,-1101],[608,-791]],[[184245,567032],[386,-2907],[-296,-416]],[[184335,563709],[-284,-667],[56,-2637],[-277,-1038],[59,-2316]],[[183889,557051],[-896,68]],[[182993,557119],[-468,-2]],[[182525,557117],[101,1562],[-233,2072],[31,1860],[-477,1550],[-122,1357],[-537,-515],[111,-1134],[-1263,-12],[41,-3203],[-354,-5]],[[179823,560649],[-1,1601],[-1073,-52],[-59,2655]],[[178690,564853],[-26,3920],[480,4],[-5,6466],[-109,1581],[659,10],[112,1730],[-222,1681],[-105,2947]],[[179474,583192],[1843,-30]],[[175797,583199],[0,-9287]],[[175797,573912],[-2052,-28],[-1,6456],[-689,-16]],[[173055,580324],[0,2844]],[[173055,583168],[2742,31]],[[199853,558826],[-98,-1296],[-681,144],[-597,-3335]],[[198477,554339],[-62,2205],[-374,544],[-690,-278]],[[197351,556810],[-1278,1156],[-333,1655]],[[195740,559621],[8,3507],[732,-36],[49,1307],[484,-269],[0,4521],[87,4167]],[[197100,572818],[159,-390],[75,5957],[166,-2],[64,4793]],[[197564,583176],[2943,8]],[[221924,574709],[-1820,8]],[[220104,574717],[-102,3252],[0,5201]],[[220002,583170],[1830,2]],[[221832,583172],[3,-5232],[89,-3231]],[[178690,564853],[-400,43],[-118,-1893],[-228,-480],[-676,326],[-48,1381],[-615,5245],[-698,-1923],[-112,1018]],[[175795,568570],[2,5342]],[[175797,583199],[3677,-7]],[[220104,574717],[-363,-10]],[[219741,574707],[-362,-1],[-1,1624],[-1819,10],[0,-1619]],[[217559,574721],[-1091,11],[0,3239],[-126,10],[-1,5192]],[[216341,583173],[3661,-3]],[[186539,583158],[25,-9701]],[[186564,573457],[-1094,108],[-9,-3230],[-2142,5]],[[181317,583162],[5222,-4]],[[193948,567081],[-538,-46],[0,1653],[-330,-43],[0,1617],[-2172,10],[0,-1617],[-363,1]],[[190545,568656],[35,14501]],[[190580,583157],[3492,32]],[[194072,583189],[-44,-7981],[115,-2218],[-242,-2960],[47,-2949]],[[195740,559621],[-133,1040],[-934,55],[-434,-1362],[-302,351]],[[193937,559705],[11,7376]],[[194072,583189],[3492,-13]],[[206421,583169],[53,-6498],[181,-1619]],[[206655,575052],[-2315,1]],[[203483,583173],[2938,-4]],[[228232,583191],[206,-4516],[166,-1312],[-187,-2686]],[[228417,574677],[-2130,0]],[[226287,574677],[-64,8514]],[[226223,583191],[2009,0]],[[230526,583184],[49,-8486]],[[230575,574698],[-2158,-21]],[[228232,583191],[2294,-7]],[[223380,574698],[-1,-3220],[-639,-11]],[[222740,571467],[-816,5]],[[221924,571472],[0,3237]],[[221832,583172],[1466,10]],[[223298,583182],[0,-5247],[82,-3237]],[[226287,574677],[-1090,12]],[[225197,574689],[-1817,9]],[[223298,583182],[2925,9]],[[168030,583185],[-42,-19407]],[[167988,563778],[-338,-262]],[[167650,563516],[-25,343]],[[167625,563859],[88,1056],[-308,2218],[-251,148],[-798,-1281],[-586,-1450],[-104,1725],[-570,-648],[55,-1799]],[[165151,563828],[-497,4],[-263,1945],[-611,1931],[-82,1381],[-532,1417],[-331,3957]],[[162835,574463],[-140,2344]],[[162416,583189],[2209,-15],[3405,11]],[[171951,583192],[-373,-3049],[-183,-3367],[361,7],[-7,-9706],[182,-1632]],[[171931,565445],[-274,12],[-1,-4693],[-436,1680],[-359,-1132]],[[170861,561312],[-166,418],[-548,-890],[-371,2707],[-364,-947]],[[169412,562600],[-132,2358],[405,757],[-4,1210],[289,2381],[-187,3288],[316,4420],[-331,3951],[45,2219]],[[169813,583184],[2138,8]],[[173055,580324],[-26,-14910]],[[173029,565414],[-1098,31]],[[171951,583192],[1104,-24]],[[169412,562600],[-45,-983],[-485,620],[-109,1069],[-446,-598],[-339,1070]],[[168030,583185],[1783,-1]],[[188725,567028],[0,1624]],[[188725,568652],[374,0],[11,14480]],[[189110,583132],[1470,25]],[[190545,568656],[-200,-1611],[-1620,-17]],[[212324,583170],[-3,-5175],[150,-1639]],[[212471,576356],[-3238,15]],[[209233,576371],[-1,6810]],[[209232,583181],[3092,-11]],[[214880,583162],[-1,-3570]],[[214879,579592],[-364,-1],[-1,-1615],[-226,0],[0,-3239]],[[214288,574737],[-1816,1]],[[212472,574738],[-1,1618]],[[212324,583170],[2556,-8]],[[186539,583158],[2571,-26]],[[188725,568652],[-718,-1],[2,2422],[-362,804],[-543,30],[-81,1075],[-459,475]],[[217559,574721],[0,-1621]],[[217559,573100],[-2179,21],[-1,4852],[-499,6],[-1,1613]],[[214880,583162],[1461,11]],[[233488,574623],[-724,-26]],[[232764,574597],[-2189,101]],[[230526,583184],[3019,-21]],[[233545,583163],[240,-2188],[402,728],[5,-3862],[-704,-3],[0,-3215]],[[209233,576371],[4,-4555]],[[209237,571816],[-1620,-4],[1,1622],[-363,4],[0,1612],[-600,2]],[[206421,583169],[2811,12]],[[175795,568570],[0,-4401]],[[175795,564169],[-503,1656],[-278,-929],[18,-2373]],[[175032,562523],[-508,-3],[3,1885],[-1501,-262]],[[173026,564143],[3,1271]],[[217559,573100],[127,-1619],[-2,-6492],[124,-2],[-3,-3238]],[[217805,561749],[-2509,-20]],[[215296,561729],[1,3269],[-141,0],[0,6485],[-143,10],[0,3259],[-725,-15]],[[156776,574866],[145,-2337],[-336,700],[191,1637]],[[156018,576188],[367,-1161],[-54,-1921],[-274,763],[-39,2319]],[[156711,577874],[437,-1003],[-572,-1182],[-174,1060],[309,1125]],[[239768,576252],[-26,-7172],[46,-6528]],[[239788,562552],[-1935,133],[-2,-978],[-1789,-11]],[[236062,561696],[-29,9709]],[[236033,571405],[-4,6210]],[[236029,577615],[339,173],[235,-1132],[1047,-347],[154,-2131],[907,561],[6,841],[719,948],[332,-276]],[[157403,572219],[-142,1501],[248,575],[362,-1247],[-15,3533]],[[162835,574463],[-341,252],[-585,-931],[-106,-3299],[197,-417]],[[162e3,570068],[-3852,30]],[[158148,570098],[-745,2121]],[[212472,574738],[0,-3235],[160,6],[-1,-4641]],[[212631,566868],[-1041,215],[-260,-1783],[-494,-878],[-372,2570],[-383,-709],[-219,-2110],[-618,322]],[[209244,564495],[-7,7321]],[[219741,574707],[109,-3230],[1,-6504],[110,0],[-1,-3243]],[[219960,561730],[-1079,-3]],[[218881,561727],[-1076,22]],[[243362,568344],[29,-12216],[-17,-11280]],[[243374,544848],[-834,-2840],[212,-1505]],[[242752,540503],[-2,-7]],[[242750,540496],[-224,823]],[[242526,541319],[-10,0]],[[242516,541319],[-187,-592]],[[242329,540727],[-9,7]],[[242320,540734],[-75,-212]],[[242245,540522],[-5,-38]],[[242240,540484],[-9,-872]],[[242231,539612],[3,11]],[[242234,539623],[-248,57]],[[241986,539680],[-26,1879],[-2117,44]],[[239843,541603],[15,4838]],[[239858,546441],[-15,12915],[-55,3196]],[[239768,576252],[1003,-1644],[260,59],[-216,-1483],[572,-280],[382,-4206],[280,489],[20,1987],[577,82],[135,-1750],[581,-1162]],[[209244,564495],[-258,1115],[-593,-179],[-307,1362],[-1057,19],[-145,560],[-288,-1583],[-558,-1]],[[206038,565788],[-93,498],[-752,103],[-963,-1631]],[[165151,563828],[-359,-3363],[-516,-331],[-139,-2995],[-195,-1515],[49,-2367],[561,-1042],[-25,-1385]],[[164527,550830],[-822,-18],[-768,1529],[-383,1474],[-339,202],[-528,3049]],[[161687,557066],[129,2030],[-144,1373]],[[161672,560469],[135,875],[-307,1331],[76,2648],[386,644],[303,1650],[-265,2451]],[[215296,561729],[-1431,3],[-2,-1673]],[[213863,560059],[-714,1226]],[[213149,561285],[-15,1450],[265,1806],[-308,1452],[-460,875]],[[232764,574597],[24,-6811]],[[232788,567786],[-2527,21]],[[230261,567807],[-1799,-6]],[[228462,567801],[14,367]],[[228476,568168],[71,2441],[-130,4068]],[[221924,571472],[-986,7],[-3,-6507],[100,-3249]],[[221035,561723],[-716,0]],[[220319,561723],[-359,7]],[[225197,574689],[73,-6488]],[[225270,568201],[-362,-8],[-2,-3234],[-287,1],[0,-1975]],[[224619,562985],[-263,25],[-571,2718],[-293,-1216],[-752,3114],[0,3841]],[[228476,568168],[-2123,27]],[[226353,568195],[-1083,6]],[[236062,561696],[6,-7465]],[[236068,554231],[0,-615],[-707,-32]],[[235361,553584],[-1430,50]],[[233931,553634],[-29,8560],[-224,1564],[125,1180],[-986,11]],[[232817,564949],[-29,2837]],[[233488,574623],[363,-5],[3,-3239],[2179,26]],[[188725,567028],[1,-2703]],[[188726,564325],[-1602,-42],[-179,1901],[-363,820],[-2337,28]],[[158090,569229],[27,-389]],[[158117,568840],[-233,-1009],[277,-1641],[-369,861],[-55,2156],[353,22]],[[157568,571941],[243,-1776],[-417,-307],[-219,-1059],[350,-339],[185,-3598],[45,1502],[415,-1154],[-2,-2382],[-642,2318],[-20,2344],[-434,1258],[298,3296],[198,-103]],[[156634,565779],[-60,-3687],[-1564,-7],[0,264],[-3066,-4]],[[151944,562345],[-337,5365],[202,2998],[-202,971]],[[151607,571679],[463,-265],[484,-1494],[396,-424],[748,-1863],[763,58],[868,-995],[776,701],[529,-1618]],[[224619,562985],[0,-1281]],[[224619,561704],[-2151,10]],[[222468,561714],[-1433,9]],[[193937,559705],[-803,-422],[-51,-3212],[-1027,-2365]],[[192056,553706],[-1187,-7]],[[190869,553699],[-361,552],[1,1469],[-266,4],[-517,1364],[204,1867],[-1205,-7]],[[188725,558948],[1,5377]],[[161672,560469],[-3555,-37]],[[158117,560432],[249,3191],[301,1598],[-407,1180],[-143,2439]],[[158090,569229],[58,869]],[[179823,560649],[58,-3498],[649,4],[-91,-2233],[238,251],[-154,-1949],[417,-649],[44,-4053]],[[180984,548522],[-292,-238],[-171,1188],[-551,1163],[-685,298]],[[179285,550933],[-478,836],[-38,1568],[-837,1677],[-963,-135]],[[176969,554879],[-354,1336],[183,799],[-95,1862],[-283,1075],[-625,4218]],[[245498,568091],[24,-13480]],[[245522,554611],[-1265,-6316],[-883,-3447]],[[243362,568344],[242,-1593],[425,-163],[-24,-1207],[886,751],[607,1959]],[[226353,568195],[59,-3242],[-1,-6490]],[[226411,558463],[-285,2]],[[226126,558465],[-1436,0]],[[224690,558465],[-71,3239]],[[228462,567801],[350,-5611],[344,-3679]],[[229156,558511],[-1603,-50]],[[227553,558461],[-1142,2]],[[230261,567807],[50,-3920]],[[230311,563887],[2,-2161],[360,-5],[2,-1615],[1435,5],[0,1629],[356,7],[-1,1624]],[[232465,563371],[355,-34]],[[232820,563337],[77,-8073]],[[232897,555264],[-1430,-21]],[[231467,555243],[-2182,14]],[[229285,555257],[-129,3254]],[[232817,564949],[3,-1612]],[[232465,563371],[-1,531],[-2153,-15]],[[209244,564495],[-2,-11147]],[[209242,553348],[-241,-806],[-805,9]],[[208196,552551],[-259,2],[1,3249],[-225,-5],[0,1619],[-1072,7],[1,1622],[-715,4],[0,1622]],[[205927,560671],[111,1440],[0,3677]],[[167625,563859],[-339,-5],[-301,-1380],[-1,-1619],[-240,-1347],[-120,-2159],[-533,-1577],[-2,-1607],[-955,-85],[-358,-2172],[-6,-1862]],[[164770,550046],[-243,784]],[[213149,561285],[0,-2790],[-1274,10],[2,-6436]],[[211877,552069],[-1581,12]],[[210296,552081],[-1055,15]],[[209241,552096],[1,1252]],[[156465,557234],[-1439,15],[0,-1663]],[[155026,555586],[-1512,9],[-857,298]],[[152657,555893],[-215,4015],[-498,2437]],[[156634,565779],[273,1293],[567,-4576],[-189,-396],[-251,-3033],[-105,2479],[-246,-3231],[-218,-1081]],[[188725,558948],[-718,-7],[0,-1612],[-713,3],[0,-1972],[-347,194]],[[186947,555554],[-644,-185],[-426,1863],[-409,506],[-656,-490],[-280,1681],[6,2406],[-203,2374]],[[205927,560671],[-357,-7],[-3,-4859],[-120,-3],[2,-6473]],[[205449,549329],[-1188,-10],[0,-1636],[-355,-3],[0,1641],[-354,-3]],[[203552,549318],[-232,0],[-1,3235],[-355,-6],[105,3251],[-2,6316],[-270,1],[-168,1658]],[[176969,554879],[-257,-1008],[473,-1408],[60,-942],[526,-680],[549,-2997],[263,-2458],[250,-686]],[[178833,544700],[-3820,28]],[[175013,544728],[0,1637]],[[175013,546365],[0,7286]],[[175013,553651],[19,8872]],[[182525,557117],[-825,-26],[-58,-2280],[224,-1574],[136,-3906],[-311,-808],[-707,-1]],[[173026,564143],[8,-11380]],[[173034,552763],[0,-1987]],[[173034,550776],[-2181,20]],[[170853,550796],[8,10516]],[[233931,553634],[40,-4845]],[[233971,548789],[-1065,-20]],[[232906,548769],[-9,6495]],[[175013,553651],[-715,16],[-120,-800],[-1144,-104]],[[203552,549318],[2,-5970]],[[203554,543348],[0,-266]],[[203554,543082],[-1766,-14],[-2,268],[-3263,-152]],[[198523,543184],[-142,489],[173,2154],[-209,2560],[-11,4245],[143,1707]],[[167650,563516],[-17,-12700]],[[167633,550816],[-9,-6518],[-1075,22],[-3,-3262]],[[166546,541058],[-233,-1081]],[[166313,539977],[-187,857],[-295,-1494],[-690,-306]],[[165141,539034],[-276,2022]],[[164865,541056],[127,1141],[-311,5065],[89,2784]],[[170853,550796],[-381,1]],[[170472,550797],[-2839,19]],[[186947,555554],[7,-6012],[711,-1191],[-2,-4005],[368,-11]],[[188031,544335],[35,-1328],[411,-1480]],[[188477,541527],[-392,-449],[14,-3150],[-430,-3]],[[187669,537925],[-672,2],[-784,-2757]],[[186213,535170],[46,3441],[-325,1748],[-347,-22],[-1,2529],[-723,-49],[-4,6432],[-731,40],[-1,5728],[-238,2034]],[[157723,558953],[152,-2103],[-263,244],[111,1859]],[[157679,553460],[-209,2]],[[157470,553462],[-20,-1]],[[157450,553461],[-465,10]],[[156985,553471],[3,2161],[-621,2]],[[156367,555634],[297,1874],[455,873],[193,2438],[440,2118],[103,-3144],[-199,149],[-132,-3407],[313,-1094],[-158,-1981]],[[239858,546441],[-2004,75]],[[237854,546516],[-6,4597],[-694,1379],[-255,2407],[-570,-1212],[-261,544]],[[218881,561727],[0,-3232],[-241,5],[-5,-6449]],[[218635,552051],[-211,-1],[0,-3173],[-602,-11]],[[217822,548866],[-251,2540],[-563,-513]],[[217008,550893],[-256,567],[-256,3108],[36,1844],[-852,-555],[-222,-665],[-1091,1453]],[[214367,556645],[-155,784],[-3,3078],[-346,-448]],[[224690,558465],[0,-1585]],[[224690,556880],[-2133,9]],[[222557,556889],[-89,4825]],[[222557,556889],[-2,-4848]],[[222555,552041],[-597,-4]],[[221958,552037],[-1539,4]],[[220419,552041],[1,6449],[-101,3233]],[[220419,552041],[-222,0]],[[220197,552041],[-1562,10]],[[214367,556645],[0,-4588],[170,0],[-1,-5915]],[[214536,546142],[-1061,-2],[0,-539],[-1412,-13]],[[212063,545588],[-1,6481],[-185,0]],[[197351,556810],[-6,-4998],[-770,-161],[-356,-670],[-49,-3204],[356,-6],[-61,-6487]],[[196465,541284],[-1055,22]],[[195410,541306],[-1057,8],[-1,-1068]],[[194352,540246],[-993,3]],[[193359,540249],[-236,2014],[209,1754],[-4,5386],[-1034,1610],[0,1620],[-238,1073]],[[208196,552551],[218,-2029],[102,-3785],[-297,-2572],[-534,-806]],[[207685,543359],[-1181,12],[-117,1073],[-355,1],[0,1079],[-356,1],[0,3802],[-227,2]],[[157999,553531],[-253,-1157],[151,3089],[102,-1932]],[[161687,557066],[-282,-523],[-596,-2846],[-98,-1164],[460,-3838],[-225,-1131]],[[160946,547564],[-1160,1608],[-293,-321]],[[159493,548851],[-540,718],[-133,1180],[-534,2],[-231,1165]],[[158055,551916],[258,528],[-269,4233],[225,530],[-269,1061],[117,2164]],[[190869,553699],[1,-1066],[-358,1],[-13,-4900],[354,-2],[-21,-5066]],[[190832,542666],[-725,2921],[-441,463],[-28,1539],[-216,-1426],[-1061,-216],[1,-1610],[-331,-2]],[[227553,558461],[-3,-6470],[62,-1591]],[[227612,550400],[-709,17]],[[226903,550417],[-711,10]],[[226192,550427],[-72,1593],[6,6445]],[[226192,550427],[-1411,-1]],[[224781,550426],[-88,1602]],[[224693,552028],[-3,4852]],[[229285,555257],[53,-4884]],[[229338,550373],[-1726,27]],[[156465,557234],[-98,-1600]],[[156985,553471],[-2,-837]],[[156983,552634],[-349,-1455],[-54,-1446],[-357,-1953]],[[156223,547780],[-354,-250]],[[155869,547530],[-801,-41],[-42,8097]],[[182993,557119],[1,-7838],[454,9],[0,-6466]],[[183448,542824],[-493,-548],[1,-1075],[-524,-539],[1,-1072],[-447,49]],[[181986,539639],[-1407,-5]],[[180579,539634],[-732,-499]],[[179847,539135],[-222,1916]],[[179625,541051],[352,195],[-48,4028],[320,550],[-90,1379],[-636,2137],[-238,1593]],[[186213,535170],[-690,-2887]],[[185523,532283],[-1333,17]],[[184190,532300],[-6,8737],[-214,-420],[-522,2207]],[[198523,543184],[180,-1780]],[[198703,541404],[-2238,-120]],[[164865,541056],[-1495,18],[1,1609],[-349,24],[-1,1604],[-1091,-12],[-177,1484],[-533,1821],[-274,-40]],[[224693,552028],[-2138,13]],[[217008,550893],[-1,-451],[-1411,-2],[0,-4839]],[[215596,545601],[-928,-4]],[[214668,545597],[-132,545]],[[155869,547530],[120,-1651],[-5,-3776]],[[155984,542103],[-587,-24]],[[155397,542079],[-2025,38]],[[153372,542117],[-110,2053],[253,-202],[623,1195],[-914,1191],[-230,4847],[-241,1362],[-96,3330]],[[232906,548769],[-1437,4]],[[231469,548773],[-2,6470]],[[231469,548773],[-356,-11]],[[231113,548762],[-1799,-4]],[[229314,548758],[24,1615]],[[179625,541051],[-761,2278],[-31,1371]],[[237854,546516],[-2,-4237]],[[237852,542279],[-1578,50],[42,-9604],[-40,-223]],[[236276,532502],[-231,1006],[-307,-538],[-332,854]],[[235406,533824],[-216,372]],[[235190,534196],[-133,486],[-22,7620]],[[235035,542302],[353,-11],[-27,11293]],[[310206,521389],[-674,-758]],[[309532,520631],[-1071,-1126],[-11,14936],[-1066,258]],[[307384,534699],[-8,3291],[-2505,26]],[[304871,538016],[-841,2]],[[304030,538018],[72,2263],[2153,14228],[505,-616],[6,-3382],[393,-1252],[815,1288],[76,747],[564,5],[41,1253],[358,12],[783,-2953],[455,-2410],[25,-20921],[-70,-4891]],[[193359,540249],[-620,1062],[-850,-749]],[[191889,540562],[-514,-598],[-543,2702]],[[175013,546365],[-1409,188],[-569,1764]],[[173035,548317],[-1,2459]],[[235035,542302],[-1048,14]],[[233987,542316],[-16,6473]],[[160946,547564],[-215,-3053],[-185,-928],[189,-1670]],[[160735,541913],[-845,11],[-206,-1040],[-1032,654]],[[158652,541538],[-352,1507],[-447,420],[-411,2054],[-166,2243]],[[157276,547762],[314,1630],[142,2452],[323,72]],[[157679,553460],[-93,-2779],[-243,609],[127,2172]],[[157450,553461],[-258,-1218],[-95,-3180],[-196,1415],[82,2156]],[[209241,552096],[0,-12823]],[[209241,539273],[-860,0],[-178,810],[-527,0]],[[207676,540083],[9,3276]],[[212063,545588],[-553,-13],[-2,-6518]],[[211508,539057],[-1052,-1]],[[210456,539056],[-1,6519],[-160,-2],[1,6508]],[[210456,539056],[-534,-4],[0,-1652],[-681,3]],[[209241,537403],[0,1870]],[[221958,552037],[-1,-6447],[97,4],[-9,-6501]],[[222045,539093],[-1299,23]],[[220746,539116],[-462,8]],[[220284,539124],[18,6480],[-110,4],[5,6433]],[[224781,550426],[0,-4857],[78,2],[0,-6489]],[[224859,539082],[-1664,-10]],[[223195,539072],[-1150,21]],[[220284,539124],[-1617,18]],[[218667,539142],[-333,973],[-96,2185],[-334,3330]],[[217904,545630],[153,619],[-235,2617]],[[217904,545630],[-2308,-29]],[[170472,550797],[5,-6432],[-150,-2317],[-550,-959]],[[169777,541089],[-3231,-31]],[[173035,548317],[0,-10901]],[[173035,537416],[-1,-2155]],[[173034,535261],[-435,-110],[-89,788]],[[172510,535939],[-70,1545],[-616,2886],[-769,-192],[-280,-1214]],[[170775,538964],[-894,-1263],[-120,595]],[[169761,538296],[16,2793]],[[226903,550417],[68,-4868],[-1,-6487]],[[226970,539062],[-981,13]],[[225989,539075],[-1130,7]],[[229314,548758],[6,-2652],[212,-1371],[-110,-2548],[10,-3117]],[[229432,539070],[-1342,-24]],[[228090,539046],[-1120,16]],[[158652,541538],[-2669,23],[1,542]],[[156223,547780],[371,1366],[-165,-1818],[270,11],[248,1911],[329,-1488]],[[207676,540083],[-352,-1344]],[[207324,538739],[-349,-4],[-351,-1338],[-710,7],[-585,557],[-127,1621],[-225,-2],[-117,3243],[-599,530],[-707,-5]],[[233987,542316],[-1,-1623]],[[233986,540693],[-2817,4]],[[231169,540697],[-56,8065]],[[231169,540697],[7,-1623],[-303,3]],[[230873,539077],[-1399,-8]],[[229474,539069],[-42,1]],[[175013,544728],[1,-5708],[-353,21]],[[174661,539041],[-461,-3],[-274,-1604],[-891,-18]],[[165141,539034],[20,-10944]],[[165161,528090],[-2024,0],[-2593,63]],[[160544,528153],[0,6416]],[[160544,534569],[359,11],[-157,2684],[251,3313],[-262,1336]],[[191889,540562],[-24,-9125]],[[191865,531437],[0,-675]],[[191865,530762],[-1399,153]],[[190466,530915],[-777,9]],[[189689,530924],[-178,1515],[195,2306],[-474,569],[-329,2182],[-426,4031]],[[239843,541603],[18,-6465]],[[239861,535138],[2,-4863]],[[239863,530275],[-1052,-76]],[[238811,530199],[4,1716],[-1019,-55]],[[237796,531860],[-43,6341],[94,109],[5,3969]],[[251183,535146],[2,-1610]],[[251185,533536],[-1045,-5],[1,3214],[-1046,-7],[1,1617],[-346,13],[-67,3221]],[[248683,541589],[281,995],[1035,453],[493,1189],[335,1615],[517,690]],[[251344,546531],[2,-4943],[190,-1609],[-348,15],[-5,-4848]],[[214668,545597],[3,-4901]],[[214671,540696],[-1,-1616]],[[214670,539080],[-2316,-18]],[[212354,539062],[-846,-5]],[[218667,539142],[262,-751],[-62,-3093]],[[218867,535298],[-369,-884],[-548,257],[-360,-2039]],[[217590,532632],[0,1615],[-698,1],[0,4816],[-1166,16],[-1,1620],[-1054,-4]],[[253820,544308],[0,-2728],[148,-1606],[-346,-13],[-2,-4817]],[[253620,535144],[-1568,10]],[[252052,535154],[1,8035],[354,0],[-1,1615],[281,8]],[[252687,544812],[-46,-3487],[634,3347],[545,-364]],[[179847,539135],[-2885,-2989],[-517,-3856],[-988,1959]],[[175457,534249],[-555,1774]],[[174902,536023],[-222,561],[-19,2457]],[[207324,538739],[0,-2429],[-481,-1],[56,-6431]],[[206899,529878],[-149,-3],[0,-6510],[-119,1]],[[206631,523366],[-3371,30]],[[203260,523396],[2,6487],[106,4],[-6,6446],[97,2],[-1,6474],[96,273]],[[203260,523396],[-118,-5],[-3,-8127],[-123,-27],[0,-3173]],[[203016,512064],[-1361,-4],[-1,3224],[108,-22],[0,5983],[-512,206],[100,2748],[-171,715]],[[201179,524914],[0,4963],[-191,-49],[-58,4866],[-348,2],[-60,1616],[-1571,-11]],[[198951,536301],[-119,265]],[[198832,536566],[-129,4838]],[[184190,532300],[-1,-814],[-687,-6],[15,-3299],[-666,-1967]],[[182851,526214],[-255,180],[-220,1599],[-323,48],[141,1392],[-197,1673],[207,1275],[-352,4420],[134,2838]],[[235190,534196],[-1183,4]],[[234007,534200],[-21,6493]],[[237796,531860],[-40,-1612]],[[237756,530248],[-1572,8],[92,2246]],[[155397,542079],[36,-7597]],[[155433,534482],[-1024,26],[-6,-1764]],[[154403,532744],[-413,-941],[-401,1402],[-173,-855],[164,5828],[40,-3886],[154,66],[163,3197],[-178,1201],[335,1945],[-445,-237],[-277,1653]],[[160544,534569],[-1998,-62]],[[158546,534507],[-2722,-5]],[[155824,534502],[-391,-20]],[[189689,530924],[-790,-90],[-193,-3456],[-681,-3145]],[[188025,524233],[-2,4020],[-344,10],[-10,9662]],[[241986,539680],[-2,-4580]],[[241984,535100],[-2123,38]],[[251185,533536],[-1,-4392]],[[251184,529144],[-281,766],[-2333,3002]],[[248570,532912],[1,-217]],[[248571,532695],[-1,217]],[[248570,532912],[-533,692],[-150,1914]],[[247887,535518],[-158,1305]],[[247729,536823],[-232,120]],[[247497,536943],[-117,450]],[[247380,537393],[-170,465]],[[247210,537858],[1092,2058],[381,1673]],[[198832,536566],[-2,-1875],[-409,1],[-280,-2448],[-812,5],[-234,-521],[0,-1926],[-1045,-3]],[[196050,529799],[2,2685],[-229,1641],[-121,3955],[-233,23],[-59,3203]],[[261640,541399],[0,-9499]],[[261640,531900],[-1747,-14]],[[259893,531886],[0,4842]],[[259893,536728],[1,3448]],[[259894,540176],[1066,-173],[680,1396]],[[196050,529799],[-402,-5]],[[195648,529794],[-1369,1],[-6,-1634]],[[194273,528161],[-522,16],[-137,3239]],[[193614,531416],[699,2],[39,8828]],[[193614,531416],[-1749,21]],[[169761,538296],[-37,88]],[[169724,538384],[-623,62],[-454,-1721],[-56,-1735],[-390,-2246],[-741,-1821]],[[167460,530923],[-633,1584],[-9,4567],[-505,2903]],[[167460,530923],[206,-1170],[-54,-2423]],[[167612,527330],[-388,-1247],[-851,-272]],[[166373,525811],[-390,134],[-275,-1277],[-551,-390]],[[165157,524278],[4,3812]],[[234007,534200],[29,-4880]],[[234036,529320],[-1739,14]],[[232297,529334],[-1380,20]],[[230917,529354],[-44,9723]],[[217590,532632],[-397,-2552],[-436,-1343],[-920,-1191],[-478,1151],[-416,-370]],[[214943,528327],[1,2829]],[[214944,531156],[-135,1457],[-12,6465],[-127,2]],[[172510,535939],[0,-949],[-531,-522],[0,-4866],[-168,2],[-1,-2312]],[[171810,527292],[-342,20]],[[171468,527312],[-26,6322],[-175,-16],[-173,2490],[-351,-8],[32,2864]],[[209241,537403],[-2,-4854]],[[209239,532549],[2,-6235]],[[209241,526314],[3,-1180]],[[209244,525134],[-252,2],[0,1618],[-714,26],[2,1575],[-351,-6],[0,1522],[-1030,7]],[[180579,539634],[-29,-2628],[-262,-4539],[-67,-3326],[-131,-1223],[266,-995],[5,-2349],[-249,-34],[-187,-1420],[189,-1949],[-181,-2072]],[[179933,519099],[-282,-1616],[-344,766],[-14,-1410],[527,-2617],[-250,-1838]],[[179570,512384],[-3571,-27],[-470,-1640]],[[175529,510717],[-390,422],[-163,2564],[-956,-4]],[[174020,513699],[362,4439],[258,2019],[-236,2563],[-686,1930]],[[173718,524650],[258,2608]],[[173976,527258],[446,46],[76,2435],[240,1363],[665,-892],[157,1127],[335,203],[-438,2709]],[[182851,526214],[3,-24]],[[182854,526190],[-34,-1070],[-471,-700],[-670,-2752]],[[181679,521668],[-944,-3979],[-194,-400],[-349,1946],[-259,-136]],[[220746,539116],[-2,-6512],[105,-7]],[[220849,532597],[-3,-6355]],[[220846,526242],[-1761,43]],[[219085,526285],[-327,3734],[198,1955],[-89,3324]],[[223195,539072],[-2,-6466]],[[223193,532606],[-2344,-9]],[[174902,536023],[1,-2306],[-958,-326],[31,-6133]],[[173718,524650],[-339,2599]],[[173379,527249],[-122,1925],[104,1310],[-372,3279],[45,1498]],[[212354,539062],[9,-6489]],[[212363,532573],[-197,-14]],[[212166,532559],[-2927,-10]],[[225989,539075],[-2,-6478]],[[225987,532597],[-2698,1]],[[223289,532598],[-96,8]],[[214944,531156],[-1391,13],[0,1436],[-1190,-32]],[[230917,529354],[-1,-1621]],[[230916,527733],[-866,4]],[[230050,527737],[45,1766],[-114,3993],[-380,2928],[-127,2645]],[[228090,539046],[-2,-6457]],[[228088,532589],[-2023,4]],[[226065,532593],[-78,4]],[[230050,527737],[35,-1611]],[[230085,526126],[-1852,-1]],[[228233,526125],[-87,1154],[-58,5310]],[[171468,527312],[-1045,34]],[[170423,527346],[-53,1]],[[170370,527347],[16,3854],[-350,1],[2,1631],[-349,-8],[35,5559]],[[170370,527347],[-2758,-17]],[[247207,537862],[3,-4]],[[248571,532695],[0,-5698],[-321,-1]],[[248250,526996],[-719,-11]],[[247531,526985],[-3,3230],[-343,-15],[1,1609],[-352,7],[6,6374]],[[246840,538190],[367,-328]],[[304871,538016],[-24,-11134],[233,-2084],[-240,-2015],[-258,-234],[344,-2135],[-221,-1593],[445,-9902],[739,1165]],[[305889,510084],[248,-6545]],[[306137,503539],[-330,592],[-241,-1132]],[[305566,502999],[-450,139],[79,-2294],[-907,625]],[[304288,501469],[-183,1244],[-102,3478],[-276,-236],[62,1778],[-139,3374],[-376,-344],[-347,651],[-372,9721]],[[302555,521135],[466,1247],[-87,1101],[431,1781],[-152,2424],[219,2371],[-153,838],[286,2948],[372,1242],[93,2931]],[[307384,534699],[-16,-13241],[-374,-415],[-14,-2790],[297,274],[227,-5338],[-292,-284],[68,-1531],[-1391,-1290]],[[188025,524233],[-403,-667]],[[187622,523566],[-350,1101],[-490,-286],[-233,-1732]],[[186549,522649],[-588,1549],[-293,6520],[-198,-55]],[[185470,530663],[53,1620]],[[259893,531886],[-1,-5144]],[[259892,526742],[-133,-900],[-413,823],[-698,-828],[-156,-2487],[-258,-538]],[[258234,522812],[-83,2590],[0,4873],[-349,11]],[[257802,530286],[0,3251],[697,-26],[0,3238],[1394,-21]],[[198951,536301],[351,-3235],[408,-2428],[-126,-2500]],[[199584,528138],[-454,7],[0,-1079],[-345,0],[-233,-1614],[-461,6],[-62,-7075],[-689,-1094],[-914,66]],[[196426,517355],[-551,2736]],[[195875,520091],[-174,1330],[10,5159],[-63,3214]],[[201179,524914],[-661,1614],[-693,2],[0,1610],[-241,-2]],[[173379,527249],[-1569,43]],[[219085,526285],[-4142,17]],[[214943,526302],[0,2025]],[[253620,535144],[-3,-3220]],[[253617,531924],[2,-6051]],[[253619,525873],[-776,1095]],[[252843,526968],[-385,757],[-418,-132]],[[252040,527593],[-694,1110]],[[251346,528703],[-162,441]],[[251183,535146],[869,8]],[[241984,535100],[-2,-4840]],[[241982,530260],[-158,-2623],[-854,-1719]],[[240970,525918],[-513,-3612]],[[240457,522306],[-838,12]],[[239619,522318],[-5,4660],[247,5],[2,3292]],[[309532,520631],[304,-6938],[-325,-226]],[[309511,513467],[-690,-626],[93,-2259],[-353,-313],[61,-1593],[-355,-304],[157,-4050],[-1023,-1483]],[[307401,502839],[-7,-12]],[[307394,502827],[-61,341],[-964,-1079],[-232,1450]],[[160544,528153],[-247,-4],[10,-4864],[241,-1079]],[[160548,522206],[-796,-345],[-318,-1062]],[[159434,520799],[-910,-1886]],[[158524,518913],[9,9424]],[[158533,528337],[13,6170]],[[158533,528337],[-318,-1795],[-454,494],[-602,-1308],[-130,-1178]],[[157029,524550],[-330,4339],[-600,1896],[-259,-235]],[[155840,530550],[-2,54]],[[155838,530604],[-14,3898]],[[155838,530604],[-183,-462],[-495,2189],[-757,413]],[[235406,533824],[28,-10701]],[[235434,523123],[-1381,-10]],[[234053,523113],[-17,6207]],[[237756,530248],[0,-3231],[116,-9],[14,-2987]],[[237886,524021],[-1641,-2],[226,-872]],[[236471,523147],[-1037,-24]],[[251026,525384],[-2773,33]],[[248253,525417],[-3,1579]],[[251346,528703],[-2,-1704],[-318,2],[0,-1617]],[[155418,529962],[8,-6731]],[[155426,523231],[-1689,63]],[[153737,523294],[-68,3037],[184,1180],[-262,4093],[309,-882],[393,425],[493,-351],[259,901],[373,-1735]],[[214943,526302],[-5,-2]],[[214938,526300],[-2623,9]],[[212315,526309],[-150,2]],[[212165,526311],[1,6248]],[[228233,526125],[-2090,12]],[[226143,526137],[-83,1]],[[226060,526138],[5,6455]],[[223289,532598],[-7,-6387]],[[223282,526211],[-1986,21]],[[221296,526232],[-450,10]],[[226060,526138],[-1995,52]],[[224065,526190],[-783,21]],[[212165,526311],[-2924,3]],[[185470,530663],[-558,-802],[1,-1628],[-449,-1027],[40,-1093],[-451,-1375]],[[184053,524738],[-389,163],[-476,-1895],[-334,3184]],[[255011,527072],[0,-1623],[-222,0],[-2,-3274],[-416,-8]],[[254371,522167],[-587,1081]],[[253784,523248],[-213,794],[48,1831]],[[253617,531924],[1399,-8],[-5,-4844]],[[238811,530199],[-2,-3213],[-238,7],[11,-4605]],[[238582,522388],[9,-3269]],[[238591,519119],[-694,16]],[[237897,519135],[-11,4886]],[[194273,528161],[-16,-1570],[-232,-20],[-119,-1641],[-35,-4874],[-1029,-1611],[-3,-3241],[-365,3],[-1,-3287]],[[192473,511920],[-459,14],[21,11394],[-200,2],[30,7432]],[[190466,530915],[-30,-11211],[-346,-1209],[4,-3242],[-336,0],[-17,-6512]],[[189741,508741],[-32,-6238]],[[189709,502503],[19,-3579]],[[189728,498924],[-493,1905],[18,850],[-441,2415]],[[188812,504094],[13,11149],[64,-1],[-3,5424],[-518,4],[-341,1882],[-405,1014]],[[192473,511920],[739,-89]],[[193212,511831],[-1,-3075]],[[193211,508756],[-2525,-184],[-945,169]],[[186549,522649],[-756,-104],[-628,-2190]],[[185165,520355],[-202,2288],[-910,2095]],[[157029,524550],[63,-2277]],[[157092,522273],[-463,-110]],[[156629,522163],[-284,1059],[-919,9]],[[155418,529962],[422,588]],[[239619,522318],[-1037,70]],[[242661,530268],[51,-9640]],[[242712,520628],[-343,-3]],[[242369,520625],[1,1598],[-1042,59],[-2,-1612],[-997,38]],[[240329,520708],[128,1598]],[[241982,530260],[679,8]],[[245796,530213],[-1,-3233],[691,9]],[[246486,526989],[-5,-6392]],[[246481,520597],[-2401,-12]],[[244080,520585],[-30,9671]],[[244050,530256],[1746,-43]],[[244080,520585],[-1368,43]],[[242661,530268],[1389,-12]],[[209244,525134],[12,-12455]],[[209256,512679],[-50,-4012]],[[209206,508667],[-2732,55]],[[206474,508722],[1,6547],[142,-1],[14,8098]],[[195875,520091],[-795,-463],[-177,-2270],[-459,3],[-573,-1888],[-130,-1894],[-228,1],[-3,-1752],[-298,3]],[[232297,529334],[32,-6470]],[[232329,522864],[-1381,-3]],[[230948,522861],[-32,4872]],[[234053,523113],[0,-269]],[[234053,522844],[-1724,20]],[[252040,527593],[20,-5420],[700,-8]],[[252760,522165],[-8,-6432]],[[252752,515733],[-696,32]],[[252056,515765],[-692,-1],[9,1610],[-345,-7]],[[251028,517367],[-2,8017]],[[158524,518913],[-1068,1088],[-329,768],[-35,1504]],[[165157,524278],[-366,-437]],[[164791,523841],[-600,-1643],[-745,-544],[-478,786]],[[162968,522440],[-730,-1784]],[[162238,520656],[-782,-457],[-46,928],[-635,569]],[[160775,521696],[-227,510]],[[203016,512064],[45,-3465]],[[203061,508599],[-4592,141]],[[198469,508740],[-941,-34]],[[197528,508706],[337,4066],[-1591,0],[48,4006],[104,577]],[[230948,522861],[3,-3246]],[[230951,519615],[-1623,13]],[[229328,519628],[-7,1157],[513,1813],[251,3528]],[[253784,523248],[-5,-1258],[-1019,175]],[[170423,527346],[14,-2610]],[[170437,524736],[-401,-3204],[0,-4052],[-226,-813],[-642,33],[1,-1372],[-752,-187],[118,-2760],[304,1],[77,-3742]],[[168916,508640],[-1798,-1]],[[167118,508639],[49,1621],[4,8063],[-288,1],[0,1596],[-518,16],[8,5875]],[[174020,513699],[-270,-3512]],[[173750,510187],[-1345,32]],[[172405,510219],[-2,1583],[-584,-9],[-295,3221],[-171,-21],[-111,3312],[-289,3248],[113,3191],[-629,-8]],[[255706,527058],[117,-1614],[-5,-6481],[175,-7]],[[255993,518956],[-481,-4769],[-453,-2674],[26,-1006]],[[255085,510507],[-74,93]],[[255011,510600],[-348,1798],[263,2651],[-666,243],[263,2751],[-117,1110],[148,2102],[-183,912]],[[255011,527072],[695,-14]],[[248253,525417],[-2,-6367]],[[248251,519050],[4,-3225]],[[248255,515825],[-1774,-77]],[[246481,515748],[0,4849]],[[246486,526989],[1045,-4]],[[214938,526300],[2,-8789]],[[214940,517511],[-1,-8089]],[[214939,509422],[-2667,29]],[[212272,509451],[0,3227]],[[212272,512678],[43,13631]],[[219085,526285],[420,-1613],[146,-2779],[-339,-2104]],[[219312,519789],[-135,-1298],[382,-971]],[[219559,517520],[-3145,-9]],[[216414,517511],[-1474,0]],[[212272,512678],[-3016,1]],[[221296,526232],[3,-6469]],[[221299,519763],[-1987,26]],[[185165,520355],[-3,-2744],[506,-650],[135,-1730],[3,-4866],[343,-1],[-3,-1637],[400,-13],[67,-3224],[282,-801],[790,-48],[2,-1347],[860,8]],[[188547,503302],[-99,-3225],[-305,274]],[[188143,500351],[-567,-772],[-129,1024],[-637,-765],[-533,835],[-280,-2222],[-238,584],[-857,90],[-96,-2021]],[[184806,497104],[-526,1386],[-10,1397],[-348,4611],[-316,914],[-262,-706],[-323,1502],[13,3600],[-287,1010],[-383,2793],[-233,2701],[-86,3613],[-272,361],[-94,1382]],[[224065,526190],[-1,-6467]],[[224064,519723],[-2739,40]],[[221325,519763],[-26,0]],[[226143,526137],[-2,-6467]],[[226141,519670],[-6,-6480]],[[226135,513190],[-2051,63]],[[224084,513253],[-13,1]],[[224071,513254],[-7,6469]],[[229328,519628],[389,-3087],[628,-1746]],[[230345,514795],[-1456,6],[-40,-559],[-610,15]],[[228239,514257],[-2,4850]],[[228237,519107],[-4,7018]],[[228237,519107],[-408,548],[-1688,15]],[[167118,508639],[-1414,-28]],[[165704,508611],[-332,4],[2,1361]],[[165374,509976],[84,1859],[-342,39],[1,1607],[-347,28],[21,10332]],[[251028,517367],[-1054,48]],[[249974,517415],[-9,1640],[-1714,-5]],[[172405,510219],[-826,-23],[-2,-1616],[-596,-10],[-301,1240],[-304,-1200],[-378,943],[-318,-1615]],[[169680,507938],[-764,702]],[[188812,504094],[-265,-792]],[[237897,519135],[-1085,-11]],[[236812,519124],[-341,4023]],[[165374,509976],[-1964,15]],[[163410,509991],[-24,269]],[[163386,510260],[-111,2406],[145,4765],[366,767],[-140,1600],[-678,2642]],[[206474,508722],[-142,2]],[[206332,508724],[-2606,-129]],[[203726,508595],[-665,4]],[[264518,520373],[-131,-4],[15,-7954]],[[264402,512415],[-335,1]],[[264067,512416],[-1024,59]],[[263043,512475],[5,1628]],[[263048,514103],[0,9277]],[[263048,523380],[752,-2508],[718,-499]],[[155426,523231],[0,-1322],[-345,8],[171,-1358],[345,-537],[-450,-2154],[-12,-1076]],[[155135,516792],[6,-4051],[-896,-4],[0,-2601],[169,-5]],[[154414,510131],[-4,-597]],[[154410,509534],[-766,17]],[[153644,509551],[191,6727],[-98,7016]],[[156629,522163],[0,-1647],[515,-2132],[1,-1597]],[[157145,516787],[-1,-1893],[-346,-271]],[[156798,514623],[-744,2159],[-919,10]],[[236812,519124],[284,-2536]],[[237096,516588],[-222,-1934],[-374,-651]],[[236500,514003],[-341,795],[-1058,-11]],[[235101,514787],[1,1614],[-1027,-8]],[[234075,516393],[-22,6451]],[[232329,522864],[30,-6471]],[[232359,516393],[-1030,-8]],[[231329,516385],[-347,13],[-31,3217]],[[234075,516393],[-344,3]],[[233731,516396],[-1372,-3]],[[163386,510260],[-629,17],[17,874],[-376,1203],[-462,444],[26,1607],[414,1539],[112,2268],[-250,2444]],[[239619,522318],[0,-3212],[333,-17],[8,-2705]],[[239960,516384],[-1367,53]],[[238593,516437],[-2,2682]],[[240329,520708],[8,-1270],[308,-144],[354,-2360],[-276,-2707]],[[240723,514227],[-762,15]],[[239961,514242],[-1,2142]],[[242369,520625],[-6,-8009]],[[242363,512616],[-1675,1]],[[240688,512617],[35,1610]],[[159434,520799],[0,-1905],[284,-1586]],[[159718,517308],[-2288,-7],[-285,-514]],[[160775,521696],[0,-3313],[-116,6],[3,-4865],[-600,-5]],[[160062,513519],[3,2149],[-347,1640]],[[163410,509991],[119,-3799],[225,-798]],[[163754,505394],[-3866,76]],[[159888,505470],[69,1165]],[[159957,506635],[-196,2311],[405,1008],[-239,2616],[135,949]],[[184806,497104],[3,-2717],[-506,66]],[[184303,494453],[-906,-18]],[[183397,494435],[-56,1597],[-348,2544],[-106,-614],[-845,1225],[-633,3398],[-141,1578],[-365,-189],[52,2183],[-181,-234],[-402,-2430],[55,-905],[-491,-1771],[-716,3192],[20,1138]],[[179240,505147],[217,1310],[9,5102],[104,825]],[[309697,499440],[-326,8144],[343,307],[-203,5576]],[[310206,521389],[551,-1389],[510,-516],[-213,-1647],[200,-1810],[-163,-2048],[408,-2916],[145,1141],[349,-534],[352,-3817],[161,-2744],[-592,-2997],[-880,-140],[-164,-1985],[-252,636],[-149,-1354],[-202,2089],[-181,-786],[-141,-3116],[-248,1984]],[[304288,501469],[-305,-404],[-9,-1934],[-241,39]],[[303733,499170],[-304,-527]],[[303429,498643],[-117,2061],[-640,1070],[-291,3135],[-430,-1180],[-152,5251],[122,80],[-151,4819]],[[301770,513879],[26,2283],[518,-340],[-235,2392],[476,2921]],[[266792,512571],[-1372,-94]],[[265420,512477],[-1018,-62]],[[264518,520373],[261,-2225],[563,-388],[377,-1459],[555,-1119],[218,171],[319,-1624],[-19,-1158]],[[244080,520585],[-2,-6434]],[[244078,514151],[-2,-1590],[-344,26]],[[243732,512587],[-1369,29]],[[246481,515748],[-686,31],[0,-1629]],[[245795,514150],[-1717,1]],[[197528,508706],[-1036,15]],[[196492,508721],[-3281,35]],[[221325,519763],[-3,-6470]],[[221322,513293],[-1536,18]],[[219786,513311],[-158,1348],[120,1153],[-189,1708]],[[224071,513254],[-2371,30]],[[221700,513284],[-378,9]],[[228239,514257],[0,-2714]],[[228239,511543],[-746,-4]],[[227493,511539],[-1359,31]],[[226134,511570],[1,1620]],[[231329,516385],[38,-4380]],[[231367,512005],[-336,821]],[[231031,512826],[-637,896]],[[230394,513722],[-49,1073]],[[238593,516437],[-6,-3147]],[[238587,513290],[-26,17]],[[238561,513307],[-163,843],[-522,101],[-780,2337]],[[249974,517415],[-2,-6482]],[[249972,510933],[-1721,20]],[[248251,510953],[4,4872]],[[219786,513311],[-178,-2703],[123,-1550],[-312,142],[-35,-2389]],[[219384,506811],[-387,-2543],[-370,1156],[-115,-974]],[[218512,504450],[-583,57],[-208,-834],[-377,334]],[[217344,504007],[2,4597],[-1015,-5],[83,8912]],[[217344,504007],[-269,-1030],[-621,-1015],[-210,-1237],[-503,175],[-264,-1035],[-539,-243]],[[214938,499622],[1,9800]],[[252056,515765],[-7,-3234],[109,-1632]],[[252158,510899],[-950,13],[2,-1661]],[[251210,509251],[-675,9]],[[250535,509260],[-1,1662],[-562,11]],[[159957,506635],[-1846,-55],[-387,968],[-169,1538],[-534,2059],[129,2390],[-300,15]],[[156850,513550],[-52,1073]],[[156850,513550],[-43,-124]],[[156807,513426],[-486,-577],[117,-1993],[-201,-742]],[[156237,510114],[-1823,17]],[[238561,513307],[-382,-977],[-277,-2080],[-23,-1945]],[[237879,508305],[-685,14]],[[237194,508319],[-679,14]],[[236515,508333],[-15,5670]],[[239961,514242],[-4,-3220]],[[239957,511022],[-577,12],[2,-1654]],[[239382,509380],[-216,1965],[-579,1945]],[[235101,514787],[15,-8081]],[[235116,506706],[-1367,-14]],[[233749,506692],[6,4861]],[[233755,511553],[-24,4843]],[[233755,511553],[-2201,-4]],[[231554,511549],[-187,456]],[[248251,510953],[-430,7],[0,-1618],[-327,3]],[[247494,509345],[-1694,-51]],[[245800,509294],[-5,4856]],[[252752,515733],[340,-44],[-9,-3220],[342,-69],[182,-3245],[999,-1069]],[[254606,508086],[-385,-2583],[-242,-2789]],[[253979,502714],[-8,-1]],[[253971,502713],[-10,-1]],[[253961,502712],[-693,38]],[[253268,502750],[-16,3221],[-670,52]],[[252582,506023],[14,4857],[-438,19]],[[303429,498643],[-266,-4622],[-406,-3326]],[[302757,490695],[-370,576],[-32,2012],[-647,-2107],[393,-1789],[-189,-2754]],[[301912,486633],[-573,-426]],[[301339,486207],[0,-16]],[[301339,486207],[-59,9193]],[[301280,495400],[-86,9641],[-121,9365]],[[301073,514406],[217,752],[480,-1279]],[[230394,513722],[3,-5426]],[[230397,508296],[-1199,-12]],[[229198,508284],[-5,3228],[-954,31]],[[236515,508333],[-686,5],[-1,-1627]],[[235828,506711],[-712,-5]],[[301280,495400],[-90,-875],[-585,121],[-254,-2830],[-201,2230]],[[300150,494046],[-446,795],[-524,2812]],[[299180,497653],[520,1849],[112,1480],[-264,3054],[383,3039],[-19,1891]],[[299912,508966],[388,4730],[214,623],[386,-1123],[173,1210]],[[240688,512617],[-96,-2433],[64,-4037]],[[240656,506147],[-95,-2137]],[[240561,504010],[-562,444],[-38,2207]],[[239961,506661],[97,22],[-1,4337],[-100,2]],[[245800,509294],[3,-3236]],[[245803,506058],[-2030,-24]],[[243773,506034],[-41,6553]],[[159888,505470],[-167,-669],[70,-1970]],[[159791,502831],[-1153,206],[-234,1076],[-631,10],[-781,720],[-578,-1960],[-382,1172]],[[156032,504055],[-98,1557],[388,2208],[-85,2294]],[[175529,510717],[154,-826],[-340,-5246],[151,-1455],[0,-3805]],[[175494,499385],[-398,-1021]],[[175096,498364],[-634,868],[-4,2312],[-267,893],[0,3275],[-765,34]],[[173426,505746],[189,1739],[-44,1635],[179,1067]],[[231554,511549],[662,-3749],[173,-272]],[[232389,507528],[-309,-828],[-3,-1608],[-1680,19]],[[230397,505111],[0,3185]],[[307819,495119],[63,-2040],[-255,1149],[192,891]],[[308823,498239],[322,-1210],[-422,-2791],[-256,1682],[356,2319]],[[309697,499440],[-194,-3153],[-121,2654],[-613,1160],[154,-1192],[-465,-1333],[31,1761],[-402,-1706],[118,-3275],[-828,3345],[180,1911],[-237,2132],[81,1095]],[[221700,513284],[1,-6478]],[[221701,506806],[-279,1]],[[221422,506807],[-2038,4]],[[224084,513253],[3,-6454]],[[224087,506799],[-1659,3]],[[222428,506802],[-727,4]],[[239382,509380],[134,-2743]],[[239516,506637],[-427,-1841]],[[239089,504796],[-534,227]],[[238555,505023],[9,1658],[-687,3],[2,1621]],[[226134,511570],[12,-9713]],[[226146,501857],[-2029,49]],[[224117,501906],[-30,4893]],[[179240,505147],[-395,-1629],[-367,938],[-230,-2310],[-308,-655],[142,-3509],[-185,-1566]],[[177897,496416],[-297,-1464],[-332,-476],[-1622,25],[-30,-1653],[-277,66]],[[175339,492914],[2,3219],[164,2],[-11,3250]],[[212272,509451],[-19,-8102],[-1681,-4]],[[210572,501345],[-701,13],[-661,-630]],[[209210,500728],[-4,7939]],[[242363,512616],[57,-6548]],[[242420,506068],[-1764,79]],[[243773,506034],[0,-3210]],[[243773,502824],[-1350,15]],[[242423,502839],[-3,3229]],[[262700,510887],[28,-4815]],[[262728,506072],[-1240,27],[-113,-876]],[[261375,505223],[-305,883]],[[261070,506106],[220,4694],[-69,1784]],[[261221,512584],[458,-42],[1,-1633],[1020,-22]],[[264067,512416],[-14,-6399]],[[264053,506017],[-1325,55]],[[262700,510887],[342,-32],[1,1620]],[[265420,512477],[-20,-6431]],[[265400,506046],[-1347,-29]],[[227493,511539],[8,-6473]],[[227501,505066],[-4,-4842]],[[227497,500224],[-1004,10]],[[226493,500234],[-9,1613],[-338,10]],[[229198,508284],[-7,-3209]],[[229191,505075],[-1690,-9]],[[233749,506692],[-652,-11],[0,-2565]],[[233097,504116],[-708,3412]],[[239961,506661],[-445,-24]],[[250535,509260],[0,-6476]],[[250535,502784],[-1731,65]],[[248804,502849],[-1313,5]],[[247491,502854],[3,6491]],[[252582,506023],[-689,18],[2,1616],[-685,-6],[0,1600]],[[173426,505746],[-385,-1718],[-296,-3771],[-219,-1145],[9,-3403]],[[172535,495709],[-741,0],[0,1607],[-294,1057],[-1059,-21],[-726,-3486]],[[169715,494866],[-738,-18],[245,2192],[-29,1556],[314,2473],[-552,1434],[612,1573],[-29,2092],[142,1770]],[[156032,504055],[-16,-548]],[[156016,503507],[-1264,17]],[[154752,503524],[-340,334],[-2,5676]],[[165704,508611],[55,-3187],[-11,-9610]],[[165748,495814],[-676,-6],[-1,1543],[-342,912],[-1014,-19],[1,2354]],[[163716,500598],[38,4796]],[[154752,503524],[16,-5366],[-345,3],[16,-1350],[-284,-293],[116,-1140]],[[154271,495378],[-947,-137]],[[153324,495241],[89,2631],[44,7616],[170,1569],[17,2494]],[[214938,499622],[-3,-12]],[[214935,499610],[-311,-1407],[-474,240],[-222,-2776],[-71,-2959],[-2964,12]],[[210893,492720],[-2,2156],[-338,-10],[19,6479]],[[247491,502854],[1,-4850]],[[247492,498004],[-1354,-31],[0,1610],[-337,6],[2,1612]],[[245803,501201],[0,4857]],[[253268,502750],[-7,-1765]],[[253261,500985],[-1005,107]],[[252256,501092],[2,1635],[-1723,57]],[[296979,508865],[60,-3257],[-127,-958]],[[296912,504650],[-471,86],[-134,-1750],[-359,-1102]],[[295948,501884],[-849,1672]],[[295099,503556],[103,5410]],[[295202,508966],[1777,-101]],[[299180,497653],[-205,-1076]],[[298975,496577],[-266,1736],[213,1023],[-144,948],[183,1193],[-188,668],[204,1295],[-286,977]],[[298691,504417],[181,2e3],[-64,2446]],[[298808,508863],[1104,103]],[[295099,503556],[-145,-2596],[-226,-366]],[[294728,500594],[-75,974],[149,3512],[-119,604],[97,3231]],[[294780,508915],[422,51]],[[294728,500594],[65,-315]],[[294793,500279],[-930,-2003],[-662,-178]],[[293201,498098],[-213,5176],[-115,5362]],[[292873,508636],[1907,279]],[[298691,504417],[-203,-1307],[-284,945],[-413,-3859],[-312,777]],[[297479,500973],[-299,925],[174,1659],[-442,1093]],[[296979,508865],[1829,-2]],[[196492,508721],[81,-2400],[-1,-6524],[53,-2],[-1,-6560],[65,0]],[[196689,493235],[-1,-1658]],[[196688,491577],[-673,4],[0,-1650],[-344,-3],[9,-1603],[-502,-5],[2,-1644],[-615,-55]],[[194565,486621],[-361,2183],[-278,575],[-278,-718],[-65,-1424],[-340,-839],[-198,2909],[-378,-147],[-165,1088]],[[192502,490248],[0,2320],[-270,2958],[-406,2562],[50,1661],[-272,1204],[-814,-4],[0,1554],[-1081,0]],[[290927,508615],[234,-781],[324,-14558],[-26,-1329]],[[291459,491947],[-889,-543]],[[290570,491404],[-581,-367],[-299,867]],[[289690,491904],[-769,2247]],[[288921,494151],[-1154,3457]],[[287767,497608],[260,2084],[1343,6200],[870,2516],[687,207]],[[198469,508740],[221,-3931],[453,-2060],[152,402],[684,-2631]],[[199979,500520],[185,-1795],[287,-397],[154,-2198],[-5,-2947]],[[200600,493183],[-3911,52]],[[206332,508724],[28,-15346]],[[206360,493378],[-1,-12616]],[[206359,480762],[-2612,-66]],[[203747,480696],[21,19902]],[[203768,500598],[-42,7997]],[[203768,500598],[-1168,-134],[-2621,56]],[[293201,498098],[-645,-417],[133,-5014],[-525,-324]],[[292164,492343],[-705,-396]],[[290927,508615],[1946,21]],[[209210,500728],[5,-7271]],[[209215,493457],[-2855,-79]],[[169715,494866],[13,-4024]],[[169728,490842],[-1637,145],[-4,-1633],[-2343,-17]],[[165744,489337],[4,6477]],[[237194,508319],[5,-4865]],[[237199,503454],[-679,9],[-2,-1632],[-677,-6],[-1,1627]],[[235840,503452],[-12,3259]],[[238555,505023],[-264,-1740],[-417,-1264]],[[237874,502019],[-336,1431],[-339,4]],[[230397,505111],[0,-3258]],[[230397,501853],[0,-1635]],[[230397,500218],[-1208,4]],[[229189,500222],[2,4853]],[[233097,504116],[341,-1014]],[[233438,503102],[0,-2921],[-654,12]],[[232784,500193],[-25,1632],[-1362,11]],[[231397,501836],[-1e3,17]],[[240561,504010],[200,-612]],[[240761,503398],[-169,-3191],[-689,-567],[0,-757]],[[239903,498883],[-674,2],[0,1341]],[[239229,500226],[-140,4570]],[[221422,506807],[-9,-6505]],[[221413,500302],[-2368,-13]],[[219045,500289],[-317,676],[77,2217],[-293,1268]],[[222428,506802],[33,-13076]],[[222461,493726],[-769,-45]],[[221692,493681],[-243,467]],[[221449,494148],[-36,6154]],[[224117,501906],[15,-8145]],[[224132,493761],[-628,-3]],[[223504,493758],[-1043,-32]],[[235840,503452],[-367,-8],[16,-4852]],[[235489,498592],[-437,8]],[[235052,498600],[-236,771]],[[234816,499371],[-1378,3731]],[[183397,494435],[-268,4],[1,-3240],[-116,1],[10,-3446],[227,-982],[-443,-1878]],[[182808,484894],[-596,-1711],[-145,-1114]],[[182067,482069],[-654,3911],[-113,-748],[-563,1718],[-9,879],[-657,322],[-39,-921],[-426,1521],[-370,1],[1,1214],[-439,-1021]],[[178798,488945],[-56,216]],[[178742,489161],[-154,1983],[62,1848],[-398,879],[-33,1744],[-322,801]],[[242423,502839],[0,-2695],[-505,27]],[[241918,500171],[-647,507],[-510,2720]],[[266980,506080],[138,-2703],[-131,-3752]],[[266987,499625],[-1582,-51]],[[265405,499574],[-5,6472]],[[265400,506046],[1580,34]],[[262728,506072],[-10,-6460]],[[262718,499612],[-1346,23]],[[261372,499635],[3,5588]],[[264053,506017],[3,-6475]],[[264056,499542],[-1338,70]],[[245803,501201],[-678,11]],[[245125,501212],[-1014,-15]],[[244111,501197],[-336,9]],[[243775,501206],[-2,1618]],[[265405,499574],[-1349,-32]],[[175096,498364],[-132,-2275],[-32,-3181],[-260,7]],[[174672,492915],[-1240,21]],[[173432,492936],[-217,1684],[-680,1089]],[[163716,500598],[-1231,-21],[0,-1605],[-451,-3],[2,-1609],[-331,10]],[[161705,497370],[-2049,35]],[[159656,497405],[135,5426]],[[239229,500226],[-676,-7]],[[238553,500219],[-1077,-9]],[[237476,500210],[398,1809]],[[229189,500222],[-676,-12]],[[228513,500210],[-1016,14]],[[297479,500973],[-166,-1451]],[[297313,499522],[-157,-1497],[-296,998],[-160,-1510],[-420,996]],[[296280,498509],[-67,1872],[-265,1503]],[[159656,497405],[121,-2501]],[[159777,494904],[-1469,-89],[-166,-673],[-532,204],[-411,1117],[-498,-541],[-6,-1096],[-722,-4],[-55,1558]],[[155918,495380],[-123,1127],[43,2998],[-132,924],[521,1787],[-211,1291]],[[219045,500289],[-133,-1711],[523,-288],[58,-1572],[780,-877],[539,-1239],[-128,-869]],[[220684,493733],[-1196,-11],[0,-483]],[[219488,493239],[-1893,-6]],[[217595,493233],[-334,-5],[34,9715],[49,1064]],[[260032,504518],[-8,-4869]],[[260024,499649],[-1160,99]],[[258864,499748],[-13,3454],[458,1388]],[[259309,504590],[723,-72]],[[298975,496577],[-544,-513],[-20,-3063]],[[298411,493001],[-914,898]],[[297497,493899],[402,4106],[-586,1517]],[[307394,502827],[-140,-1573],[180,-625],[-64,-1886],[-523,-588],[177,-1427],[-225,-1986]],[[306799,494742],[-257,115],[-412,2029],[-390,-679]],[[305740,496207],[-272,275]],[[305468,496482],[309,2126],[8,3412],[-219,979]],[[189728,498924],[5,-9133]],[[189733,489791],[-389,-951],[-593,-175]],[[188751,488665],[-448,-740],[-1162,820]],[[187141,488745],[-1,811],[-499,8],[1,1607]],[[186642,491171],[338,-6],[2,1607],[490,820],[15,2406],[170,1557],[484,19],[2,2777]],[[217595,493233],[-48,-3229]],[[217547,490004],[-2628,-7]],[[214919,489997],[16,9613]],[[296280,498509],[-410,-5407]],[[295870,493102],[-68,2572],[-938,-658]],[[294864,495016],[48,3058],[-119,2205]],[[155918,495380],[-1647,-2]],[[305468,496482],[-133,-1505],[-266,329],[-18,-2929],[-277,307]],[[304774,492684],[-7,9]],[[304767,492693],[-269,531],[-119,-1120],[-300,314]],[[304079,492418],[-196,1521],[-150,5231]],[[237476,500210],[-51,-1566]],[[237425,498644],[-1936,-52]],[[241918,500171],[207,-1615]],[[242125,498556],[-525,16],[0,-1617],[-334,5],[-1,-3232]],[[241265,493728],[-356,11]],[[240909,493739],[-1010,22]],[[239899,493761],[4,5122]],[[234816,499371],[-1,-4018],[-672,-9],[-5,-1614]],[[234138,493730],[-984,19]],[[233154,493749],[-366,-7]],[[232788,493742],[-4,6451]],[[250535,502784],[-3,-8151]],[[250532,494633],[-1040,40]],[[249492,494673],[-353,36]],[[249139,494709],[-6,4906],[-327,5],[-2,3229]],[[249139,494709],[-495,33]],[[248644,494742],[-1141,-12]],[[247503,494730],[-11,3274]],[[253961,502712],[-152,-2104],[333,-532],[464,2018]],[[254606,502094],[-10,-5904]],[[254596,496190],[-339,8],[-1,-1624],[-432,11]],[[253824,494585],[-416,19]],[[253408,494604],[6,6419],[-153,-38]],[[243775,501206],[-1056,-193],[-152,-3331]],[[242567,497682],[-442,874]],[[252256,501092],[-365,1],[-8,-6465]],[[251883,494628],[-410,-12]],[[251473,494616],[-941,17]],[[255685,502676],[-302,-3069],[-169,-3411]],[[255214,496196],[-618,-6]],[[254606,502094],[72,609]],[[254678,502703],[1007,-27]],[[192502,490248],[5,-10113]],[[192507,480135],[-16,-1620],[-799,3],[0,-1615],[-653,8],[-1,-1051]],[[191038,475860],[-655,-1],[0,1504],[-643,-3]],[[189740,477360],[-2,3452]],[[189738,480812],[-5,8979]],[[226493,500234],[-2,-6499]],[[226491,493735],[-1332,24]],[[225159,493759],[-1027,2]],[[231397,501836],[40,-8076]],[[231437,493760],[-1042,2]],[[230395,493762],[2,6456]],[[232788,493742],[-1310,16]],[[231478,493758],[-41,2]],[[210893,492720],[-1678,5]],[[209215,492725],[0,732]],[[244111,501197],[-1,-6504],[-219,-857],[207,-1948],[-69,-1318]],[[244029,490570],[-834,3122]],[[243195,493692],[-279,3080],[-349,910]],[[245125,501212],[38,-9630]],[[245163,491582],[-120,124]],[[245043,491706],[-313,-400],[-41,-1496],[-287,-3]],[[244402,489807],[-373,763]],[[247503,494730],[-1,-1740]],[[247502,492990],[-1654,56],[-187,-1630]],[[245661,491416],[-498,166]],[[253408,494604],[-589,39]],[[252819,494643],[-936,-15]],[[186642,491171],[-1501,14],[-1,-1610]],[[185140,489575],[-834,8],[-3,4870]],[[203747,480696],[-170,-9]],[[203577,480687],[-2877,-39],[0,148]],[[200700,480796],[-49,12388],[-51,-1]],[[165744,489337],[-329,0],[-5,-4859],[-338,5]],[[165072,484483],[-1001,8],[0,1610],[-336,-4],[-2,1618],[-1027,-13],[-1,1606],[-664,64],[-2,3219],[-321,77],[-13,4702]],[[221449,494148],[180,-1781],[-749,47],[-196,1319]],[[294864,495016],[-214,-1344],[-132,-2763],[162,-4374]],[[294680,486535],[-165,-92]],[[294515,486443],[-1724,-1101]],[[292791,485342],[28,960],[-465,275],[-343,2130],[225,833],[-72,2803]],[[238553,500219],[-2,-6472]],[[238551,493747],[-677,-2]],[[237874,493745],[1,807],[-681,-7]],[[237194,494545],[221,1970],[10,2129]],[[239899,493761],[-13,0]],[[239886,493761],[-1006,-6]],[[238880,493755],[-329,-8]],[[228513,500210],[-4,-6463]],[[228509,493747],[-670,-20]],[[227839,493727],[-1336,7]],[[226503,493734],[-12,1]],[[230395,493762],[0,-2]],[[230395,493760],[-1217,-20]],[[229178,493740],[-669,7]],[[260024,499649],[-9,-6494]],[[260015,493155],[-615,55]],[[259400,493210],[-964,215]],[[258436,493425],[364,3555],[64,2768]],[[261372,499635],[-2,-6463]],[[261370,493172],[-640,-4]],[[260730,493168],[-715,-13]],[[260024,499649],[1348,-14]],[[264056,499542],[8,-6454]],[[264064,493088],[-669,-1]],[[263395,493087],[-679,16]],[[262716,493103],[2,6509]],[[262716,493103],[-656,52]],[[262060,493155],[-690,17]],[[266987,499625],[-62,-3376],[-470,-1067],[-157,-2040]],[[266298,493142],[-886,-31]],[[265412,493111],[-7,6463]],[[265412,493111],[-786,0]],[[264626,493111],[-562,-23]],[[175339,492914],[-169,-3],[-23,-6408]],[[175147,486503],[-644,5]],[[174503,486508],[-557,-1]],[[173946,486507],[0,3241],[391,-17],[114,1594],[220,-13],[1,1603]],[[214919,489997],[-33,-5323],[-334,-145]],[[214552,484529],[-104,-245],[-1766,9]],[[212682,484293],[343,3115],[-3812,-38]],[[209213,487370],[2,5355]],[[297497,493899],[-208,-1404],[-408,589],[-262,-2738],[-163,304]],[[296456,490650],[-487,788],[-99,1664]],[[235052,498600],[861,-2186],[275,-1379]],[[236188,495035],[12,-2914]],[[236200,492121],[-1368,-13]],[[234832,492108],[-669,3],[-25,1619]],[[304079,492418],[-79,-2770]],[[304e3,489648],[-229,-1286],[-556,2438],[-134,-953],[-324,848]],[[237194,494545],[-162,-1485],[-844,1975]],[[243195,493692],[-616,1],[0,-1602]],[[242579,492091],[-668,7],[-1,1620],[-645,10]],[[173432,492936],[-215,-1206],[111,-1864],[-135,-2004]],[[173193,487862],[-118,-728],[-1,-2989]],[[173074,484145],[-2,-31284]],[[173072,452861],[-3259,-52]],[[169813,452809],[-49,5195],[-6,11887],[-34,1],[4,20950]],[[300150,494046],[150,-5520],[-565,-417],[90,-2385]],[[299825,485724],[28,-1263],[-360,-306],[-213,-2182]],[[299280,481973],[-251,-349],[-88,1241],[-239,-1545]],[[298702,481320],[-1098,1335]],[[297604,482655],[73,1782],[273,1403]],[[297950,485840],[461,7161]],[[165072,484483],[0,-1675]],[[165072,482808],[-3996,131]],[[161076,482939],[-1867,-3]],[[159209,482936],[78,4514],[296,1024],[283,3753],[-89,2677]],[[286590,490299],[-326,1891]],[[286264,492190],[242,1614],[1261,3804]],[[288921,494151],[-278,-2136],[171,-535],[-163,-1981],[-600,-1658],[-229,98],[184,-3632]],[[288006,484307],[-698,337],[-439,-517]],[[286869,484127],[-30,11]],[[286839,484138],[-17,6]],[[286822,484144],[-93,2654],[-183,296],[473,1068],[-221,1526],[192,1728],[-400,-1117]],[[306799,494742],[-208,-3178],[83,-580],[-394,-2170],[-422,630],[40,936]],[[305898,490380],[198,677],[-157,2940],[-190,25],[-9,2185]],[[178742,489161],[-408,649],[-97,1865],[-374,-2892],[-523,-708],[-420,-3554],[-518,-1775],[-403,-257]],[[175999,482489],[-852,4014]],[[305898,490380],[-88,1150],[-333,-4456],[-153,1112],[-294,-803],[27,3034],[-191,-1422]],[[304866,488995],[63,1229],[-293,335]],[[304636,490559],[138,2125]],[[255214,496196],[10,-3137],[-283,-948],[-252,-4020]],[[254689,488091],[-861,-9]],[[253828,488082],[-4,6503]],[[296456,490650],[-138,-1260]],[[296318,489390],[-526,-1476],[60,-1043]],[[295852,486871],[-725,197],[35,-1311],[-435,-257]],[[294727,485500],[-47,1035]],[[159209,482936],[-356,-1083],[-4,-2172]],[[158849,479681],[-1695,-61],[-4,1999],[-1023,-130],[-80,4507],[-584,9],[-506,918],[-251,1689],[-581,464],[-272,-1480],[-649,-38]],[[153204,487558],[120,7683]],[[301339,486191],[74,-4637]],[[301413,481554],[-561,-31]],[[300852,481523],[-271,609],[-756,3592]],[[237874,493745],[1,-6477]],[[237875,487268],[-1335,-3]],[[236540,487265],[-340,-1]],[[236200,487264],[0,4857]],[[248644,494742],[4,-1203],[-356,-1775],[167,-1777],[17,-2211],[270,-1702],[223,-2658]],[[248969,483416],[-1467,-1]],[[247502,483415],[1,1681]],[[247503,485096],[-1,7894]],[[249492,494673],[0,-4905]],[[249492,489768],[-4,-6324]],[[249488,483444],[-519,-28]],[[251473,494616],[2,-4829]],[[251475,489787],[-785,-8]],[[250690,489779],[-1198,-11]],[[252819,494643],[-1,-5695]],[[252818,488948],[3,-842],[-1344,42]],[[251477,488148],[-2,1639]],[[253828,488082],[-336,-5]],[[253492,488077],[2,862],[-676,9]],[[185140,489575],[-7,-6496]],[[185133,483079],[-5,-1541],[-325,-81],[-2,-1617],[-333,6],[-31,-3059],[-167,-6]],[[184270,476781],[-988,-2],[0,1538],[-762,6],[71,2286],[-253,1758],[-271,-298]],[[297950,485840],[-1609,2937],[-23,613]],[[289857,482936],[-1180,-3640],[-620,942]],[[288057,480238],[-51,4069]],[[289690,491904],[167,-8968]],[[222306,488875],[139,-1400],[-277,-1473],[-155,-2285],[239,-7],[214,-2924]],[[222466,480786],[-655,1]],[[221811,480787],[-251,2],[-1,4520],[-205,288],[-400,-1289],[-686,-69],[-402,533]],[[219866,484772],[-299,59]],[[219567,484831],[-77,2419],[-2,5989]],[[221692,493681],[38,-1693],[582,-1977],[-6,-1136]],[[231478,493758],[-2,-6467]],[[231476,487291],[-1083,9]],[[230393,487300],[2,6460]],[[233154,493749],[0,-6482]],[[233154,487267],[-1644,21]],[[231510,487288],[-34,3]],[[225159,493759],[1,-4821]],[[225160,488938],[-1327,-45]],[[223833,488893],[-333,-2]],[[223500,488891],[4,4867]],[[239886,493761],[1,-6484]],[[239887,487277],[-11,1]],[[239876,487278],[-996,-7]],[[238880,487271],[0,6484]],[[240909,493739],[-31,-6461]],[[240878,487278],[-991,-1]],[[230393,487300],[-1213,-24]],[[229180,487276],[-2,6464]],[[238880,487271],[-672,1]],[[238208,487272],[-333,-4]],[[223500,488891],[-1194,-16]],[[226503,493734],[-5,-6430]],[[226498,487304],[-323,15]],[[226175,487319],[-998,7]],[[225177,487326],[-17,1612]],[[242579,492091],[0,-4839]],[[242579,487252],[-1030,-242]],[[241549,487010],[-671,268]],[[234832,492108],[2,-4840]],[[234834,487268],[-1653,0]],[[233181,487268],[-27,-1]],[[229180,487276],[-670,-7]],[[228510,487269],[-670,12]],[[227840,487281],[-1,6446]],[[227840,487281],[-666,8]],[[227174,487289],[-676,15]],[[244402,489807],[392,-2555]],[[244794,487252],[-1243,-3]],[[243551,487249],[-972,3]],[[209213,487370],[2,-6520]],[[209215,480850],[-2355,-66]],[[206860,480784],[-501,-22]],[[259400,493210],[11,-6545]],[[259411,486665],[-1095,72]],[[258316,486737],[-227,4105],[347,2583]],[[304e3,489648],[314,-1030]],[[304314,488618],[155,528]],[[304469,489146],[-41,-1011]],[[304428,488135],[-42,-1969],[-144,1438],[-555,-1235],[-307,-2321],[164,-2049],[-435,-545]],[[303109,481454],[-386,1324],[-161,2030],[-306,-178],[3,1605],[-347,398]],[[219567,484831],[-690,962],[-261,-1066],[-279,233],[-415,1973],[-376,207]],[[217546,487140],[0,-1]],[[217546,487140],[1,2864]],[[200700,480796],[-1181,20]],[[199519,480816],[-168,0]],[[199351,480816],[0,2700],[-338,-12],[1,1631],[-671,1],[0,1587],[-983,520],[0,1054],[-332,2],[5,1652],[-345,1626]],[[304469,489146],[96,425],[146,-4224],[-211,-753],[-72,3541]],[[304866,488995],[-144,-863],[186,-1284],[-136,-1342],[-199,4245],[63,808]],[[304767,492693],[-187,-2521],[-266,-1554]],[[260730,493168],[6,-6502]],[[260736,486666],[-1325,-1]],[[262060,493155],[-5,-6525]],[[262055,486630],[-1319,36]],[[263395,493087],[5,-6429]],[[263400,486658],[-1345,-28]],[[264626,493111],[-1,-3070]],[[264625,490041],[-2,-3183]],[[264623,486858],[-1223,-200]],[[247503,485096],[-1667,-111]],[[245836,484985],[-8,6443],[-167,-12]],[[173946,486507],[-392,-272],[-361,1627]],[[292791,485342],[-439,-295],[152,-6649]],[[292504,478398],[55,-2188]],[[292559,476210],[-1099,-481],[-496,1080]],[[290964,476809],[-432,1e3],[257,2733],[-219,10862]],[[236200,487264],[-1352,5]],[[234848,487269],[-14,-1]],[[178798,488945],[-51,-1480]],[[178747,487465],[-147,-2107],[27,-2295],[-141,-364],[-9,-7526]],[[178477,475173],[-2,-5280],[149,-49]],[[178624,469844],[-11,-2674]],[[178613,467170],[-1161,-3],[35,3027],[-978,384],[-398,937],[-84,-1083],[-654,1955],[-183,1188]],[[175190,473575],[801,17],[8,8897]],[[290964,476809],[48,-2087],[-179,-2358]],[[290833,472364],[-10,-3429]],[[290823,468935],[-322,652],[-79,-1360],[-540,1549],[-309,-528]],[[289573,469248],[-20,3211],[418,3255],[-260,632],[239,1293],[-93,5297]],[[245836,484985],[-965,57]],[[244871,485042],[-77,2210]],[[199351,480816],[0,-542],[-2071,-233],[-330,808],[-664,541],[-332,1359],[-996,270],[0,1480],[-393,2122]],[[187141,488745],[-18,-3230],[155,229],[839,-2595]],[[188117,483149],[-2489,-4]],[[185628,483145],[-495,-66]],[[169813,452809],[-3140,-59]],[[166673,452750],[-102,8]],[[166571,452758],[-13,14052],[-1606,-147],[6,8084],[116,22],[-2,8039]],[[199519,480816],[49,-535],[44,-12867],[-117,0],[4,-6462],[53,0]],[[199552,460952],[1,-3214]],[[199553,457738],[-4238,36]],[[195315,457774],[-81,8002],[-208,644],[-621,4049],[-508,1245],[-388,4713],[-175,3678],[-827,30]],[[265345,488432],[-13,-4364],[594,-1608]],[[265926,482460],[2,-2061]],[[265928,480399],[-330,807],[-651,39],[-327,827]],[[264620,482072],[3,4786]],[[264625,490041],[337,2],[2,-1583],[381,-28]],[[217546,487139],[-458,-846],[2,-7566]],[[217090,478727],[-2459,14]],[[214631,478741],[-79,1615],[0,4173]],[[184270,476781],[-1,-3235]],[[184269,473546],[-657,2],[18,-6493],[161,-1616],[-161,-935]],[[183630,464504],[-371,1135],[-285,-316]],[[182974,465323],[1,3349],[164,1],[-2,6527],[-838,4]],[[182299,475204],[-1840,-8]],[[180459,475196],[-55,2307],[-390,208],[75,2719],[-486,2042],[-29,3598],[-455,236],[-372,1159]],[[189738,480812],[-430,714],[-126,1528],[-434,6]],[[188748,483060],[3,5605]],[[251477,488148],[-2,-4871]],[[251475,483277],[-336,-10]],[[251139,483267],[-664,186]],[[250475,483453],[215,6326]],[[250475,483453],[-987,-9]],[[297604,482655],[-139,-531],[-150,-6299]],[[297315,475825],[-695,-198],[-380,613]],[[296240,476240],[-135,842]],[[296105,477082],[40,1309],[261,-315],[91,2132],[-178,490],[251,3497],[-332,632],[104,1629],[-255,1003],[-235,-588]],[[158849,479681],[187,-616],[254,-2713],[-330,-3406],[-529,-206],[-3,-1355]],[[158428,471385],[-331,3],[-437,-1062],[-659,-2951],[-995,-473],[-214,-851]],[[155792,466051],[-606,-123],[-747,708],[-3,821]],[[154436,467457],[-267,104]],[[154169,467561],[-22,3824],[329,1721],[-5,3184],[-170,-23],[1,3263],[-310,1557],[0,1719],[-955,38]],[[153037,482844],[167,4714]],[[253492,488077],[4,-6488]],[[253496,481589],[-667,11]],[[252829,481600],[-2,1626],[-1352,51]],[[225177,487326],[14,-6561]],[[225191,480765],[-1074,13]],[[224117,480778],[-247,-3]],[[223870,480775],[-37,8118]],[[223870,480775],[-1404,11]],[[188748,483060],[-631,89]],[[254689,488091],[84,-3796],[-251,-2704]],[[254522,481591],[-691,-12]],[[253831,481579],[-335,10]],[[174503,486508],[-1,-3222],[107,-1],[3,-3245],[-111,-9],[5,-3147]],[[174506,476884],[-751,3480],[-169,2160],[-512,1621]],[[219866,484772],[49,-6023]],[[219915,478749],[-2825,-22]],[[180459,475196],[-612,-25]],[[179847,475171],[-1370,2]],[[296105,477082],[-1078,260]],[[295027,477342],[17,4427],[-151,1362],[-345,330],[179,2039]],[[212682,484293],[-532,-1541],[1,-2393]],[[212151,480359],[-2937,18]],[[209214,480377],[1,473]],[[231510,487288],[-3,-6495]],[[231507,480793],[-1113,5]],[[230394,480798],[-1,6502]],[[233181,487268],[-6,-6467]],[[233175,480801],[-1132,-10]],[[232043,480791],[-536,2]],[[239876,487278],[3,-6493]],[[239879,480785],[-1250,-4]],[[238629,480781],[-423,3]],[[238206,480784],[2,6488]],[[241549,487010],[0,-6211]],[[241549,480799],[-290,-4]],[[241259,480795],[-1313,-10]],[[239946,480785],[-67,0]],[[244871,485042],[-35,-2081],[144,-2160]],[[244980,480801],[-1096,2]],[[243884,480803],[-334,1]],[[243550,480804],[1,6445]],[[226175,487319],[6,-6546]],[[226181,480773],[-417,-14]],[[225764,480759],[-573,6]],[[227174,487289],[5,-6502]],[[227179,480787],[-998,-14]],[[243550,480804],[-972,-1]],[[242578,480803],[-1029,-4]],[[234848,487269],[-4,-6462]],[[234844,480807],[-164,-8]],[[234680,480799],[-1319,-4]],[[233361,480795],[-186,6]],[[238206,480784],[-897,-1]],[[237309,480783],[-772,10]],[[236537,480793],[3,6472]],[[230394,480798],[-407,0]],[[229987,480798],[-908,-8]],[[229079,480790],[-570,-5]],[[228509,480785],[1,6484]],[[236537,480793],[-544,5]],[[235993,480798],[-1149,9]],[[228509,480785],[-758,1]],[[227751,480786],[-572,1]],[[264620,482072],[-6,-1618],[-556,-296]],[[264058,480158],[-662,0]],[[263396,480158],[4,6500]],[[259411,486665],[-4,-6481]],[[259407,480184],[-1175,91]],[[258232,480275],[-219,3393],[303,3069]],[[263396,480158],[-664,2]],[[262732,480160],[-666,1]],[[262066,480161],[-11,6469]],[[303109,481454],[-237,-3363],[-309,-544],[-343,-4752],[-437,1185]],[[301783,473980],[56,1699],[-493,2897],[67,2978]],[[262066,480161],[-1330,37]],[[260736,480198],[0,6468]],[[260736,480198],[0,-3238]],[[260736,476960],[-635,-23]],[[260101,476937],[-693,9],[-1,3238]],[[295027,477342],[-54,-6909]],[[294973,470433],[-1008,-44]],[[293965,470389],[167,2590],[-54,4202]],[[294078,477181],[-94,3357],[378,3142],[153,2763]],[[175190,473575],[-334,1506],[-129,1913],[-221,-110]],[[294078,477181],[-671,-975],[-134,2686],[-769,-494]],[[221811,480787],[-2,-9343]],[[221809,471444],[-1850,12]],[[219959,471456],[-44,7293]],[[300852,481523],[10,-3416],[-211,-1325]],[[300651,476782],[-895,3175],[-123,-380],[-353,2396]],[[266573,485031],[2,-1116],[972,143]],[[267547,484058],[-7,-6487]],[[267540,477571],[-652,-91],[7,-1620],[-304,-225]],[[266591,475635],[-654,-32]],[[265937,475603],[-9,4796]],[[265926,482460],[77,10]],[[266003,482470],[432,2693],[138,-132]],[[247502,483415],[3,-1619]],[[247505,481796],[-1004,-19],[9,-2420]],[[246510,479357],[-1496,-1]],[[245014,479356],[-34,1445]],[[288057,480238],[-163,246],[-201,-2951],[7,-3154]],[[287700,474379],[-304,516]],[[287396,474895],[-580,1634],[-156,-692],[-618,-119]],[[286042,475718],[-350,485],[-33,3060]],[[285659,479263],[575,1959],[489,118],[146,2787]],[[214631,478741],[5,-4840],[73,-2432]],[[214709,471469],[-1978,12]],[[212731,471481],[-580,15]],[[212151,471496],[0,8863]],[[269259,474627],[-1374,-276]],[[267885,474351],[-11,2434],[-334,786]],[[267547,484058],[1423,278]],[[268970,484336],[189,-4720],[100,-4989]],[[178613,467170],[-2,-14382]],[[178611,452788],[-3086,41],[-2428,19]],[[173097,452848],[-25,13]],[[251139,483267],[-6,-6483]],[[251133,476784],[-1982,151]],[[249151,476935],[334,1631],[4,3332],[-358,174],[-162,1344]],[[249151,476935],[-328,-1617]],[[248823,475318],[-991,-774]],[[247832,474544],[6,7269],[-333,-17]],[[252829,481600],[-49,-6493]],[[252780,475107],[-328,24]],[[252452,475131],[-1318,30]],[[251134,475161],[-1,1623]],[[189740,477360],[2,-5505]],[[189742,471855],[-1523,-1]],[[188219,471854],[6,4870],[-654,10],[0,1562],[-614,11],[-169,1087],[-1161,0],[1,3751]],[[188219,471854],[-1319,42]],[[186900,471896],[-1651,-7],[-264,-1313]],[[184985,470576],[-183,-1642],[-532,-4],[-1,4616]],[[161076,482939],[-47,-16196],[1299,-29],[11,-13965]],[[162339,452749],[-1582,70]],[[160757,452819],[-2346,190]],[[158411,453009],[17,18376]],[[166571,452758],[-1779,10]],[[164792,452768],[-2453,-19]],[[289573,469248],[-100,-158]],[[289473,469090],[-527,-154],[-20,1300],[-279,-24],[-23,1968],[-519,2370],[-405,-171]],[[300651,476782],[-32,-195]],[[300619,476587],[-404,-4938]],[[300215,471649],[-352,1116],[-342,-274],[-74,1832],[-524,-693],[-159,1711],[-267,-361]],[[298497,474980],[-226,2506],[101,2208],[330,1626]],[[154169,467561],[-316,-270],[-199,-1661],[-396,-276],[-61,3940],[-268,1346],[-619,4]],[[152310,470644],[269,5888],[458,6312]],[[298497,474980],[-81,-1100]],[[298416,473880],[-391,59],[61,931],[-822,-385]],[[297264,474485],[51,1340]],[[301783,473980],[-163,-962]],[[301620,473018],[-513,-14],[127,1049],[-615,2534]],[[265937,475603],[-658,-19],[7,-1630]],[[265286,473954],[-1222,-81]],[[264064,473873],[-6,6285]],[[247832,474544],[-657,679]],[[247175,475223],[-660,-544]],[[246515,474679],[-5,4678]],[[254522,481591],[-329,-5330],[49,-1204]],[[254242,475057],[-476,2]],[[253766,475059],[65,6520]],[[253766,475059],[-986,48]],[[238629,480781],[-1,-4543]],[[238628,476238],[-1318,-2]],[[237310,476236],[-1,4547]],[[237308,469765],[-1315,6]],[[235993,469771],[0,6459]],[[235993,476230],[0,4568]],[[237310,476236],[-2,-6471]],[[234682,476230],[-1321,3]],[[233361,476233],[0,4562]],[[234680,480799],[2,-4569]],[[235993,476230],[-1311,0]],[[239947,476239],[-1319,-1]],[[239946,480785],[1,-4546]],[[233361,476233],[-1320,43]],[[232041,476276],[2,4515]],[[209214,480377],[5,-8812]],[[209219,471565],[0,-7313]],[[209219,464252],[-1679,-40]],[[207540,464212],[-659,-10]],[[206881,464202],[-21,16582]],[[241256,475444],[-1309,0]],[[239947,475444],[0,795]],[[241259,480795],[-3,-5351]],[[232041,476276],[-1933,42]],[[230108,476318],[88,2490],[-209,1990]],[[242578,480803],[-3,-5357]],[[242575,475446],[-1319,-2]],[[245014,479356],[4,-1361],[405,-1717],[-331,-3302]],[[245092,472976],[-1192,26]],[[243900,473002],[-16,7801]],[[243900,473002],[-1326,21]],[[242574,473023],[1,2423]],[[230108,476318],[224,-745],[59,-2539]],[[230391,473034],[-980,6]],[[229411,473040],[-330,1]],[[229081,473041],[-2,7749]],[[206881,464202],[-1098,-58],[7,-3247]],[[205790,460897],[-134,-6],[-121,-2624],[-664,265],[160,2348],[-1441,51]],[[203590,460931],[-7,-1]],[[203583,460930],[-6,19757]],[[224117,480778],[91,-2393],[1571,-3239]],[[225779,475146],[90,-530]],[[225869,474616],[-47,-3529],[-165,-2603]],[[225657,468484],[-436,813]],[[225221,469297],[-526,2160]],[[224695,471457],[-1032,3041],[-78,1580],[-470,1325],[-243,2027],[-406,1356]],[[229081,473041],[-659,-11]],[[228422,473030],[0,1617],[-665,-11]],[[227757,474636],[-6,6150]],[[227757,474636],[-663,-12]],[[227094,474624],[-1225,-8]],[[225779,475146],[-15,5613]],[[203583,460930],[-1530,-51],[-2501,73]],[[224695,471457],[-2109,-11]],[[222586,471446],[-777,-2]],[[212151,471496],[-1401,0]],[[210750,471496],[-1531,69]],[[260101,476937],[-1,-1635]],[[260100,475302],[-329,14],[4,-1620],[-1016,-10]],[[258759,473686],[-527,6589]],[[262732,480160],[25,-6465]],[[262757,473695],[-1325,-1]],[[261432,473694],[1,3265],[-697,1]],[[195315,457774],[-2814,132]],[[192501,457906],[-1359,125],[-5,3185],[-131,-2],[32,14646]],[[264064,473873],[0,-195]],[[264064,473678],[-1307,17]],[[246515,474679],[-1111,-3345],[-255,-73]],[[245149,471261],[-57,1715]],[[286042,475718],[-35,-4144],[115,-2963],[261,67],[229,-1455]],[[286612,467223],[26,-2749]],[[286638,464474],[-1117,-2]],[[285521,464472],[-187,1943],[55,5513]],[[285389,471928],[-24,5905]],[[285365,477833],[294,1430]],[[293965,470389],[-115,-2942]],[[293850,467447],[-369,-82]],[[293481,467365],[-266,2462],[-523,832]],[[292692,470659],[-14,505]],[[292678,471164],[-119,5046]],[[217090,478727],[0,-7285]],[[217090,471442],[-2381,27]],[[219959,471456],[-2869,-14]],[[281818,478275],[-5,-4317]],[[281813,473958],[-1305,-81]],[[280508,473877],[0,4510]],[[280508,478387],[1310,-112]],[[280508,473877],[4,-838]],[[280512,473039],[-752,7],[-414,-1125]],[[279346,471921],[-518,1158],[12,3307],[719,1122],[949,879]],[[283548,476628],[9,-4501]],[[283557,472127],[-318,-2],[8,-1701],[-272,15]],[[282975,470439],[-429,33],[9,794],[-498,-13]],[[282057,471253],[10,2716],[-254,-11]],[[281818,478275],[657,-443],[527,-1887],[546,683]],[[285389,471928],[-697,-201]],[[284692,471727],[-474,498],[-661,-98]],[[283548,476628],[635,251],[429,-526],[753,1480]],[[267885,474351],[36,-4847]],[[267921,469504],[-333,-96]],[[267588,469408],[-976,-152]],[[266612,469256],[-21,6379]],[[192501,457906],[15,-12908]],[[192516,444998],[-2779,45]],[[189737,445043],[-3,7851]],[[189734,452894],[0,9524]],[[189734,462418],[8,9437]],[[296240,476240],[-137,-2650],[-357,111],[-31,-3519],[241,-61],[-25,-3494]],[[295931,466627],[-259,37]],[[295672,466664],[-674,89]],[[294998,466753],[-25,3680]],[[251134,475161],[-13,-6521]],[[251121,468640],[-991,-43]],[[250130,468597],[-1307,230]],[[248823,468827],[0,6491]],[[261432,473694],[8,-6496]],[[261440,467198],[-657,-32]],[[260783,467166],[-660,1]],[[260123,467167],[-23,8135]],[[292678,471164],[-1239,47],[-606,1153]],[[301620,473018],[189,655],[301,-1389],[-295,-3187]],[[301815,469097],[-594,-238],[-94,-983],[-503,-1186]],[[300624,466690],[-506,1531],[-67,1971],[164,1457]],[[287396,474895],[215,-2005],[56,-5300]],[[287667,467590],[-1055,-367]],[[297264,474485],[21,-2797],[-310,-2918],[270,-2372]],[[297245,466398],[-1314,229]],[[232041,476276],[7,-6486]],[[232048,469790],[-1892,-6]],[[230156,469784],[78,2628],[157,622]],[[233361,476233],[0,-6428]],[[233361,469805],[-1313,-15]],[[239947,475444],[-4,-5679]],[[239943,469765],[-1318,14]],[[238625,469779],[3,6459]],[[238625,469779],[-1317,-14]],[[235993,469771],[-1311,30]],[[234682,469801],[0,6429]],[[234682,469801],[-1321,4]],[[266612,469256],[-658,-171],[8,-1638]],[[265962,467447],[-657,-45]],[[265305,467402],[-19,6552]],[[242574,473023],[-2,-3272]],[[242572,469751],[-1316,2]],[[241256,469753],[0,5691]],[[241256,469753],[-1313,12]],[[248823,468827],[0,-812]],[[248823,468015],[-1640,-18]],[[247183,467997],[-8,7226]],[[247183,467997],[1,-5692]],[[247184,462305],[-597,23]],[[246587,462328],[-172,2280],[-542,826]],[[245873,465434],[-469,1433],[-255,4394]],[[300624,466690],[-29,-121]],[[300595,466569],[-107,-729],[-1684,270]],[[298804,466110],[-84,15]],[[298720,466125],[-215,4313],[-157,16],[68,3426]],[[260123,467167],[-1187,-13]],[[258936,467154],[-50,4104],[-127,2428]],[[182299,475204],[2,-6522],[-141,-1591],[-469,14]],[[181691,467105],[-327,810],[-823,11],[-55,776],[-638,0]],[[179848,468702],[-1,6469]],[[179848,468702],[-63,-3749]],[[179785,464953],[-565,398],[-162,1616]],[[179058,466967],[-63,1875],[-371,1002]],[[252452,475131],[-16,-6573]],[[252436,468558],[-656,-5]],[[251780,468553],[-659,87]],[[182974,465323],[-238,-239],[-275,-2258],[-767,3]],[[181694,462829],[-3,4276]],[[253766,475059],[-16,-6494]],[[253750,468565],[-660,-23]],[[253090,468542],[-654,16]],[[254242,475057],[185,-6512]],[[254427,468545],[-677,20]],[[289473,469090],[-133,-2371]],[[289340,466719],[-1655,-378]],[[287685,466341],[-18,1249]],[[298720,466125],[-986,173]],[[297734,466298],[-489,100]],[[228422,473030],[0,-5278]],[[228422,467752],[-410,1264],[-493,-321]],[[227519,468695],[-420,21]],[[227099,468716],[-5,5908]],[[227099,468716],[-647,153],[-239,-1688],[-225,-93],[-331,1396]],[[265305,467402],[-657,-79]],[[264648,467323],[-572,-16]],[[264076,467307],[-12,6371]],[[282057,471253],[-126,-2331]],[[281931,468922],[-1419,93]],[[280512,469015],[0,4024]],[[262757,473695],[0,-6486]],[[262757,467209],[-661,6]],[[262096,467215],[-656,-17]],[[264076,467307],[-666,-109]],[[263410,467198],[-653,11]],[[184985,470576],[7,-703],[463,1104],[183,-1172],[54,-3295],[325,-1616],[-111,-2670]],[[185906,462224],[-218,4],[1,-1621],[-435,0],[0,-1622],[-966,-25]],[[184288,458960],[-6,4851],[-652,693]],[[279029,472686],[285,-724],[-124,-1251],[-161,1975]],[[280512,469015],[1,-6165]],[[280513,462850],[-1219,-1634]],[[279294,461216],[-444,1662]],[[278850,462878],[-210,586]],[[278640,463464],[245,2248],[543,1799],[-163,3149],[81,1261]],[[230156,469784],[-257,-2656],[18,-1098],[319,-1424],[30,-1300]],[[230266,463306],[144,-1322]],[[230410,461984],[-513,643]],[[229897,462627],[-187,2346],[-300,1001]],[[229410,465974],[1,7066]],[[229410,465974],[-586,1070]],[[228824,467044],[-402,708]],[[243900,473002],[-5,-8148]],[[243895,464854],[-1323,-36]],[[242572,464818],[0,4933]],[[245873,465434],[-1,-548],[-656,3]],[[245216,464889],[-1321,-35]],[[292692,470659],[24,-1088],[-500,-1877]],[[292216,467694],[-534,-438],[-538,1053]],[[291144,468309],[-321,626]],[[284692,471727],[-24,-4636]],[[284668,467091],[-949,-53],[-149,-3444]],[[283570,463594],[-344,17]],[[283226,463611],[9,1733],[-312,31],[52,5064]],[[186900,471896],[-241,-2319],[147,-3747],[355,398],[146,-1874],[116,-3740]],[[187423,460614],[-60,-2973],[-639,535]],[[186724,458176],[-180,1226],[-380,-494],[84,2409],[-342,907]],[[189734,462418],[-524,-641],[35,1743],[-1064,341],[14,-3257]],[[188195,460604],[-772,10]],[[285521,464472],[224,-1369],[-308,-60]],[[285437,463043],[-555,-97]],[[284882,462946],[2,2100],[-216,2045]],[[210915,461007],[1,-6453],[118,-1623]],[[211034,452931],[-1815,-34]],[[209219,452897],[0,11355]],[[210750,471496],[65,-4017],[1,-6473],[99,1]],[[214922,454659],[-168,-1624]],[[214754,453035],[-1702,-71]],[[213052,452964],[-57,-9]],[[212995,452955],[-124,1630],[-20,6469],[-66,0]],[[212785,461054],[0,6430],[-54,3997]],[[214709,471469],[45,-10348],[76,-3],[-4,-6452],[96,-7]],[[212785,461054],[-1870,-47]],[[225221,469297],[13,-2261]],[[225234,467036],[-777,345],[-862,1235],[-166,869],[-848,-1646]],[[222581,467839],[5,3607]],[[222581,467839],[-781,-1614],[-391,247]],[[221409,466472],[-1271,1432],[-179,713]],[[219959,468617],[0,2839]],[[219959,468617],[86,-14154]],[[220045,454463],[-279,6]],[[219766,454469],[-1612,38]],[[218154,454507],[-1617,75]],[[216537,454582],[-1615,77]],[[158411,453009],[-2622,-72]],[[155789,452937],[3,13114]],[[283226,463611],[-473,58],[-176,-2031]],[[282577,461638],[-328,866],[-551,60]],[[281698,462564],[229,2735],[4,3623]],[[294998,466753],[-244,-4393]],[[294754,462360],[-1202,-852]],[[293552,461508],[61,2653],[237,3286]],[[293481,467365],[-1033,-910]],[[292448,466455],[-257,-293],[25,1532]],[[154436,467457],[-322,-2815],[-164,-2462],[-328,-79],[-48,-2548],[372,-119],[281,-2180],[-183,-1761],[99,-2713]],[[154143,452780],[-1087,57]],[[153056,452837],[-394,1953],[-208,4302],[105,4473],[-71,1599],[-264,1356],[-114,2029],[200,2095]],[[179785,464953],[674,-952],[683,-1920],[360,583]],[[181502,462664],[-185,-223],[-6,-1813],[-601,5],[9,-7878]],[[180719,452755],[-2108,33]],[[232048,469790],[-2,-6489]],[[232046,463301],[-1780,5]],[[234682,469801],[-2,-6505]],[[234680,463296],[-1319,27]],[[233361,463323],[0,6482]],[[233361,463323],[-985,-8]],[[232376,463315],[-330,-14]],[[235993,469771],[0,-4895]],[[235993,464876],[0,-1607]],[[235993,463269],[-1313,27]],[[238625,469779],[-3,-6531]],[[238622,463248],[-1315,8]],[[237307,463256],[0,1612]],[[237307,464868],[1,4897]],[[237307,464868],[-1314,8]],[[239943,469765],[-4,-6533]],[[239939,463232],[-1317,16]],[[241256,469753],[-1,-4930]],[[241255,464823],[1,-1610]],[[241256,463213],[-1317,19]],[[242572,464818],[-1317,5]],[[291144,468309],[49,-3778],[-226,-2026]],[[290967,462505],[-369,-97],[-984,-2871],[-607,-823]],[[289007,458714],[112,1789],[-67,1881],[190,1044],[98,3291]],[[225234,467036],[12,-6037]],[[225246,460999],[0,-6480]],[[225246,454519],[-1283,-6]],[[223963,454513],[-1286,-11]],[[222677,454502],[-33,1]],[[222644,454503],[-31,12930],[-32,406]],[[268694,465642],[-316,-1305],[-142,-3076]],[[268236,461261],[-593,-71]],[[267643,461190],[-55,8218]],[[267921,469504],[681,71],[92,-3933]],[[267643,461190],[-1306,-223]],[[266337,460967],[-314,-75]],[[266023,460892],[-61,6555]],[[301815,469097],[129,-3011],[504,-1291],[-172,-917],[-656,-1009],[-20,-1435],[-247,-532]],[[301353,460902],[-115,246]],[[301238,461148],[-90,2974],[-550,962],[-3,1485]],[[227519,468695],[-2,-7665]],[[227517,461030],[-972,-16]],[[226545,461014],[-1299,-15]],[[228824,467044],[-4,-7638]],[[228820,459406],[-975,10]],[[227845,459416],[1,1618],[-329,-4]],[[281698,462564],[-753,1]],[[280945,462565],[-432,285]],[[250130,468597],[9,-6418]],[[250139,462179],[-99,3]],[[250040,462182],[-1216,98]],[[248824,462280],[-1,5735]],[[181694,462829],[-192,-165]],[[251780,468553],[1,-6529]],[[251781,462024],[-457,58]],[[251324,462082],[-1185,97]],[[221409,466472],[43,-12006]],[[221452,454466],[-68,2]],[[221384,454468],[-1339,-5]],[[253090,468542],[2,-4305]],[[253092,464237],[4,-2164]],[[253096,462073],[-1122,-19]],[[251974,462054],[-193,-30]],[[254427,468545],[185,-1078],[-127,-2165]],[[254485,465302],[-1064,31],[0,-1088],[-329,-8]],[[292448,466455],[-171,-3336],[-36,-2654]],[[292241,460465],[-527,-991]],[[291714,459474],[-489,1291],[-258,1740]],[[293552,461508],[-1311,-1043]],[[248824,462280],[-247,1]],[[248577,462281],[-1393,24]],[[222644,454503],[-1192,-37]],[[287015,460504],[-343,-51]],[[286672,460453],[-34,4021]],[[287685,466341],[71,-5738]],[[287756,460603],[-741,-99]],[[155789,452937],[-801,-56]],[[154988,452881],[-845,-101]],[[266023,460892],[-1299,-123]],[[264724,460769],[-27,1]],[[264697,460770],[-49,6553]],[[264697,460770],[-1281,-49]],[[263416,460721],[-6,6477]],[[263416,460721],[-329,-8]],[[263087,460713],[-985,-2]],[[262102,460711],[-6,6504]],[[262102,460711],[-632,-30]],[[261470,460681],[-681,30]],[[260789,460711],[-6,6455]],[[260789,460711],[-616,-16]],[[260173,460695],[-1419,-24]],[[258754,460671],[182,6483]],[[284882,462946],[17,-1460],[-606,385]],[[284293,461871],[-102,1733],[-621,-10]],[[229897,462627],[-253,6],[-13,-4592]],[[229631,458041],[-268,-255]],[[229363,457786],[-543,3],[0,1617]],[[295672,466664],[201,-1871],[-69,-1578]],[[295804,463215],[-69,-4535]],[[295735,458680],[-148,-5073]],[[295587,453607],[-1209,182]],[[294378,453789],[-26,1]],[[294352,453790],[-31,692],[433,7878]],[[289007,458714],[-9,-2219]],[[288998,456495],[-609,12],[-4,988],[-551,-86]],[[287834,457409],[-78,3194]],[[297645,459260],[-169,1432],[-916,-278],[9,882],[-474,583],[-291,1336]],[[297734,466298],[148,-1093],[-43,-2779],[-194,-3166]],[[301238,461148],[-70,-970]],[[301168,460178],[-67,-41]],[[301101,460137],[28,-397]],[[301129,459740],[-2,-4]],[[301127,459736],[-256,-726]],[[300871,459010],[-22,-492]],[[300849,458518],[-74,-390]],[[300775,458128],[-385,553],[-40,-2081],[-373,-819]],[[299977,455781],[-294,713],[-11,1200],[281,1310],[-388,368],[185,1162],[57,2438],[-390,-234],[39,1513],[-540,411],[-112,1448]],[[299977,455781],[-56,-2596]],[[299921,453185],[-840,-171]],[[299081,453014],[-844,387]],[[298237,453401],[-93,27]],[[298144,453428],[2,2448],[-359,413],[119,1141]],[[297906,457430],[27,1226],[-288,604]],[[184288,458960],[0,-6128]],[[184288,452832],[-2898,-86]],[[181390,452746],[-671,9]],[[246587,462328],[-37,-556],[502,-1805]],[[247052,459967],[-532,14],[-2,-1629],[-648,10]],[[245870,458362],[-647,9]],[[245223,458371],[-7,6518]],[[254485,465302],[3,-3266]],[[254488,462036],[-1092,47]],[[253396,462083],[-300,-10]],[[245223,458371],[-649,13]],[[244574,458384],[-652,-1]],[[243922,458383],[-27,6471]],[[237307,463256],[111,-1603],[1,-4876]],[[237419,456777],[-650,-3]],[[236769,456774],[-649,-15]],[[236120,456759],[0,4918],[-127,1592]],[[243922,458383],[-651,50]],[[243271,458433],[-651,-34]],[[242620,458399],[-48,6419]],[[242620,458399],[-653,5]],[[241967,458404],[-654,-10]],[[241313,458394],[-57,4819]],[[286672,460453],[9,-2065],[-460,403],[-3,-1030],[-340,349]],[[285878,458110],[-226,21]],[[285652,458131],[-201,28],[-14,4884]],[[209219,452897],[0,-5656]],[[209219,447241],[2,-2488]],[[209221,444753],[-1673,14],[-1,1638]],[[207547,446405],[-7,17807]],[[207547,446405],[-1742,68]],[[205805,446473],[-15,14424]],[[189734,452894],[-1286,-39]],[[188448,452855],[-243,1756],[-87,2141],[178,1265],[-101,2587]],[[284293,461871],[21,-3935],[375,114]],[[284689,458050],[-2,-5187]],[[284687,452863],[-1795,-1]],[[282892,452862],[-390,-48]],[[282502,452814],[75,8824]],[[278850,462878],[-1,-10015]],[[278849,452863],[-1529,-47]],[[277320,452816],[-423,27],[0,5034]],[[276897,457877],[602,1758],[633,2570],[508,1259]],[[232376,463315],[-1,-1600],[202,-13],[-4,-4901]],[[232573,456801],[-1911,67]],[[230662,456868],[1,1145]],[[230663,458013],[-154,1201],[39,2679],[-138,91]],[[234680,463296],[161,-1608],[-5,-4919]],[[234836,456769],[-647,13]],[[234189,456782],[-648,10]],[[233541,456792],[3,4901],[-183,1630]],[[233541,456792],[-968,9]],[[236120,456759],[-644,5]],[[235476,456764],[-640,5]],[[238622,463248],[103,-1618],[-1,-4868]],[[238724,456762],[-656,0]],[[238068,456762],[-649,15]],[[239939,463232],[70,-6471]],[[240009,456761],[-640,-7]],[[239369,456754],[-645,8]],[[241313,458394],[-653,-6],[2,-1611]],[[240662,456777],[-653,-16]],[[297906,457430],[-486,-1106],[-24,856],[-523,-374],[-118,1160],[-154,-1681],[-621,1035],[76,1737],[-321,-377]],[[285652,458131],[-963,-81]],[[280945,462565],[4,-9702]],[[280949,452863],[-1704,-50]],[[279245,452813],[-396,50]],[[230663,458013],[-1032,28]],[[282502,452814],[-1272,49]],[[281230,452863],[-281,0]],[[291714,459474],[-261,-2859],[238,-600]],[[291691,456015],[-916,-2845]],[[290775,453170],[-1003,-3057]],[[289772,450113],[-329,184],[-290,2566]],[[289153,452863],[-165,772],[10,2860]],[[248577,462281],[18,-5761]],[[248595,456520],[-1108,-48]],[[247487,456472],[-211,623],[-224,2872]],[[294352,453790],[-85,-1335],[-514,519],[-607,1358]],[[293146,454332],[53,903]],[[293199,455235],[352,2851],[1,3422]],[[249240,456572],[-645,-52]],[[250040,462182],[14,-5553]],[[250054,456629],[-814,-57]],[[251324,462082],[2,-6381]],[[251326,455701],[-650,-38],[2,1005],[-624,-39]],[[186724,458176],[47,-5357]],[[186771,452819],[-155,1]],[[186616,452820],[-2328,12]],[[253396,462083],[-8,-6346]],[[253388,455737],[-109,0]],[[253279,455737],[-975,-13]],[[252304,455724],[-325,0]],[[251979,455724],[-5,6330]],[[251979,455724],[-653,-23]],[[254614,455702],[-1226,35]],[[254488,462036],[-82,-3532],[208,-2802]],[[293199,455235],[-367,801],[-92,-1372],[-647,330],[-402,1021]],[[301127,459736],[69,-1616]],[[301196,458120],[-253,-1012],[-168,1020]],[[300849,458518],[22,492]],[[227845,459416],[-2,-4858]],[[227843,454558],[-1298,-23]],[[226545,454535],[0,6479]],[[212995,452955],[-1853,-35]],[[211142,452920],[-108,11]],[[226545,454535],[3,-3229]],[[226548,451306],[-1288,-24]],[[225260,451282],[-14,3237]],[[266372,454459],[-653,-60]],[[265719,454399],[-998,-201]],[[264721,454198],[3,6571]],[[266337,460967],[35,-6508]],[[203590,460931],[13,-19328],[-708,2],[8,-7373]],[[202903,434232],[-1501,65]],[[201402,434297],[-1279,5]],[[200123,434302],[-1673,-16]],[[198450,434286],[-31,12241],[1170,-39],[16,8015],[-52,3235]],[[205805,446473],[4,-12257]],[[205809,434216],[-2545,-6]],[[203264,434210],[-361,22]],[[188448,452855],[-1677,-36]],[[264721,454198],[-644,35]],[[264077,454233],[-965,-59]],[[263112,454174],[-25,6539]],[[263112,454174],[-326,40]],[[262786,454214],[-1301,-17]],[[261485,454197],[-15,6484]],[[260173,460695],[3,-6540]],[[260176,454155],[-1280,41]],[[258896,454196],[-2,3199],[-393,-4]],[[258501,457391],[253,3280]],[[261485,454197],[-1309,-42]],[[289153,452863],[-334,-23]],[[288819,452840],[-1736,23]],[[287083,452863],[-29,3458],[98,834],[-137,3349]],[[287083,452863],[-115,0]],[[286968,452863],[-1145,0]],[[285823,452863],[55,5247]],[[247487,456472],[432,-1434],[26,-1577]],[[247945,453461],[-2077,28]],[[245868,453489],[2,4873]],[[229363,457786],[-2,-3238]],[[229361,454548],[-545,3]],[[228816,454551],[-973,7]],[[301196,458120],[304,-647]],[[301500,457473],[18,-1677],[-433,-1150]],[[301085,454646],[-839,-2060]],[[300246,452586],[-325,599]],[[298144,453428],[-1041,73]],[[297103,453501],[-1391,88]],[[295712,453589],[-125,18]],[[301793,457791],[116,-445]],[[301909,457346],[403,-2846],[-196,-1501],[475,-1514],[5,-2152]],[[302596,449333],[-234,-1189]],[[302362,448144],[-280,-204],[-97,-1526],[-241,-453]],[[301744,445961],[-218,3011],[-291,-217],[146,1519],[-214,1940],[-82,2432]],[[301500,457473],[293,318]],[[243271,458433],[-1,-8140]],[[243270,450293],[-1301,18]],[[241969,450311],[-2,8093]],[[244574,458384],[-7,-6498]],[[244567,451886],[-1,-1627]],[[244566,450259],[-1296,34]],[[241969,450311],[-1303,-7]],[[240666,450304],[-4,6473]],[[245868,453489],[0,-1629]],[[245868,451860],[-1301,26]],[[285823,452863],[-1027,0]],[[284796,452863],[-109,0]],[[230662,456868],[249,-1941],[-15,-1182]],[[230896,453745],[-107,-597],[-679,13]],[[230110,453161],[-2,1379],[-747,8]],[[198450,434286],[-3154,-25]],[[195296,434261],[-2647,-56]],[[192649,434205],[-133,0]],[[192516,434205],[0,10793]],[[277320,452816],[-6,-2742]],[[277314,450074],[-2528,-14]],[[274786,450060],[0,2383]],[[274786,452443],[526,1090],[1585,4344]],[[258896,454196],[-10,-5792]],[[258886,448404],[-830,-14]],[[258056,448390],[-837,12]],[[257219,448402],[579,2539],[358,3966],[345,2484]],[[232573,456801],[-5,-6484]],[[232568,450317],[-1299,59]],[[231269,450376],[19,2011],[-392,1358]],[[240666,450304],[-1299,5]],[[239367,450309],[2,6445]],[[235476,456764],[0,-6454]],[[235476,450310],[-323,-7]],[[235153,450303],[-970,19]],[[234183,450322],[6,6460]],[[234183,450322],[-1294,1]],[[232889,450323],[-321,-6]],[[238068,456762],[0,-6440]],[[238068,450322],[-326,1]],[[237742,450323],[-971,-4]],[[236771,450319],[-2,6455]],[[236771,450319],[-324,-4]],[[236447,450315],[-971,-5]],[[239367,450309],[-322,8]],[[239045,450317],[-977,5]],[[251326,455701],[-4,-4851]],[[251322,450850],[-1168,-69],[-750,255]],[[249404,451036],[-159,538]],[[249245,451574],[-5,4998]],[[249245,451574],[-1296,-32]],[[247949,451542],[-4,1919]],[[293146,454332],[-66,-9100]],[[293080,445232],[-482,-138],[-384,934],[-288,-777]],[[291926,445251],[-77,1003],[-501,1869],[338,2426],[-911,2621]],[[254614,455702],[218,-1446],[316,-5438]],[[255148,448818],[123,-1399]],[[255271,447419],[-6,-4485]],[[255265,442934],[-737,66],[-9,1648],[-322,-35],[-7,1623],[-327,774]],[[253863,447010],[319,582],[-16,5161],[-954,-144]],[[253212,452609],[67,3128]],[[252304,455724],[-37,-8080]],[[252267,447644],[0,-1641]],[[252267,446003],[-938,-57]],[[251329,445946],[-7,4904]],[[253212,452609],[3,-4870]],[[253215,447739],[-948,-95]],[[216537,454582],[2,-6500]],[[216539,448082],[-1559,-14]],[[214980,448068],[-230,-4],[4,4971]],[[301744,445961],[-236,-1674],[-533,-780]],[[300975,443507],[-36,3034],[-176,277]],[[300763,446818],[-87,707]],[[300676,447525],[-253,1172]],[[300423,448697],[-177,3889]],[[218154,454507],[10,-6475]],[[218164,448032],[-1572,52]],[[216592,448084],[-53,-2]],[[230110,453161],[-2,-5099]],[[230108,448062],[-976,13]],[[229132,448075],[-318,5]],[[228814,448080],[2,6471]],[[227843,454558],[1,-6473]],[[227844,448085],[-1288,-18]],[[226556,448067],[-8,3239]],[[228814,448080],[-648,2]],[[228166,448082],[-322,3]],[[219766,454469],[6,-6447]],[[219772,448022],[-1243,-2]],[[218529,448020],[-365,12]],[[225260,451282],[0,-3235]],[[225260,448047],[-1272,-15]],[[223988,448032],[-19,0]],[[223969,448032],[-6,6481]],[[221384,454468],[0,-6437]],[[221384,448031],[-1572,-10]],[[219812,448021],[-40,1]],[[222677,454502],[3,-6462]],[[222680,448040],[-1296,-9]],[[223969,448032],[-1263,4]],[[222706,448036],[-26,4]],[[265719,454399],[30,-6681]],[[265749,447718],[-327,-64]],[[265422,447654],[-1337,-251]],[[264085,447403],[-8,6830]],[[294378,453789],[-86,-7126]],[[294292,446663],[-33,-2600]],[[294259,444063],[-1125,-725],[-133,-918]],[[293001,442420],[79,2812]],[[302596,449333],[321,-1189],[408,-369],[764,1511],[-341,4569],[401,-2137],[107,-3239],[-210,-1768],[-1085,-604],[-241,-1586],[-502,-404],[144,4027]],[[262786,454214],[4,-5818]],[[262790,448396],[-1035,-6]],[[261755,448390],[-267,4]],[[261488,448394],[-3,5803]],[[264085,447403],[-109,-15]],[[263976,447388],[-1133,-180]],[[262843,447208],[-53,1188]],[[261488,448394],[-1023,-15]],[[260465,448379],[-349,0]],[[260116,448379],[69,741],[-9,5035]],[[260116,448379],[-774,27]],[[259342,448406],[-456,-2]],[[295712,453589],[-58,-1345],[397,121],[-173,-3103],[-189,-155],[94,-2951]],[[295783,446156],[-481,-2335],[-431,-845]],[[294871,442976],[-365,419],[-214,3268]],[[231269,450376],[205,-1283],[-160,-2129]],[[231314,446964],[-897,11]],[[230417,446975],[1,1083],[-310,4]],[[297103,453501],[5,-4180],[88,63],[182,-3932]],[[297378,445452],[-156,-333]],[[297222,445119],[-108,1173],[-581,-358],[-107,-908]],[[296426,445026],[-541,-412],[-102,1542]],[[298237,453401],[8,-1301],[-328,-15],[-2,-2289],[170,-1515],[-230,-737]],[[297855,447544],[-477,-2092]],[[247949,451542],[-252,-2717]],[[247697,448825],[-205,-1009]],[[247492,447816],[-632,692]],[[246860,448508],[-476,-580],[-516,680]],[[245868,448608],[0,3252]],[[299081,453014],[27,-5277]],[[299108,447737],[6,-1575]],[[299114,446162],[-459,-104],[-560,583],[-240,903]],[[300423,448697],[-95,-429]],[[300328,448268],[-110,206]],[[300218,448474],[-189,-592],[-921,-145]],[[291926,445251],[-301,-1608],[-771,-203],[-6,-1282]],[[290848,442158],[-634,1017],[-245,2280]],[[289969,445455],[47,2798],[-244,1860]],[[160757,452819],[3,-15155]],[[160760,437664],[-2931,-15]],[[157829,437649],[50,2566],[-253,887],[-643,-3074],[-236,36],[-242,-1729],[156,-2198],[-334,192],[-289,1393],[-274,-63],[-470,1939]],[[155294,437598],[-187,3492],[-519,272]],[[154588,441362],[111,941],[-260,2964],[146,1892],[-113,2512],[387,1397],[129,1813]],[[214980,448068],[2,-6471]],[[214982,441597],[-197,8],[0,-3232]],[[214785,438373],[-1547,1]],[[213238,438374],[-73,4047]],[[213165,442421],[1,5662],[-117,1089],[3,3792]],[[213165,442421],[-2040,-26]],[[211125,442395],[-4,4869]],[[211121,447264],[21,5656]],[[188448,452855],[2,-2742],[226,-3238],[-46,-2736],[-189,-2015]],[[188441,442124],[-433,106],[-167,-983],[-443,939]],[[187398,442186],[-88,2093],[-182,-89],[-193,3078],[-4,3038],[-315,2514]],[[211121,447264],[-1902,-23]],[[189737,445043],[-2,-6109]],[[189735,438934],[-608,-2e3]],[[189127,436934],[120,1271],[-305,2684],[-249,88]],[[188693,440977],[-252,1147]],[[286968,452863],[88,-6473]],[[287056,446390],[-234,-102],[-57,-1948]],[[286765,444340],[-1655,896]],[[285110,445236],[-170,121]],[[284940,445357],[-144,7506]],[[284940,445357],[-238,-844],[-1781,-169]],[[282921,444344],[-29,8518]],[[187398,442186],[-205,139],[-194,-1813],[-584,5],[-711,-4841]],[[185704,435676],[-852,-1423],[-3463,-5]],[[181389,434248],[1,18498]],[[173097,434253],[-1,-6651],[-636,-10],[-149,-2165]],[[172311,425427],[-25,2930],[-933,15],[0,3230],[-3183,-37],[0,1955],[-1457,-9]],[[166713,433511],[-57,0],[17,19239]],[[173097,452848],[0,-18595]],[[181389,434248],[-13,-16439]],[[181376,417809],[-3391,104],[-1592,99]],[[176393,418012],[-461,-9],[-438,10035],[-1,6209],[-1195,9]],[[174298,434256],[-1201,-3]],[[281230,452863],[9,-7106]],[[281239,445757],[-601,-298]],[[280638,445459],[-179,516],[-1317,-113]],[[279142,445862],[103,6951]],[[282921,444344],[4,-1186]],[[282925,443158],[-1089,-71]],[[281836,443087],[-171,12],[-426,2658]],[[154588,441362],[-303,-18],[-4,1572],[-819,-16]],[[153462,442900],[-267,5082],[-262,812],[123,4043]],[[289969,445455],[-804,-6748]],[[289165,438707],[-411,-130]],[[288754,438577],[180,478],[-59,7138]],[[288875,446193],[-56,6647]],[[288875,446193],[-721,12]],[[288154,446205],[-1098,185]],[[279142,445862],[-1549,13]],[[277593,445875],[-281,-13]],[[277312,445862],[2,4212]],[[164792,452768],[-2,-15095]],[[164790,437673],[-3709,-1]],[[161081,437672],[-321,-8]],[[166713,433511],[-9,-8230],[-71,-9],[-2,-9666],[318,13]],[[166949,415619],[45,-3525],[106,-405],[-51,-2898]],[[167049,408791],[-264,-205]],[[166785,408586],[-505,-709],[-438,-1338],[-205,182],[104,-3535],[-151,-1501]],[[165590,401685],[-469,-1590],[-343,3]],[[164778,400098],[-9,2800]],[[164769,402898],[12,2458]],[[164781,405356],[6,5108]],[[164787,410464],[3,27209]],[[253863,447010],[-4,809],[-643,-82]],[[253216,447737],[-1,2]],[[274786,450060],[0,-6514]],[[274786,443546],[-1348,42]],[[273438,443588],[-1,3974]],[[273437,447562],[3,2573]],[[273440,450135],[1346,2308]],[[245868,448608],[-3,-3243]],[[245865,445365],[-1300,22]],[[244565,445387],[1,4872]],[[249404,451036],[-5,-5898]],[[249399,445138],[-644,-16]],[[248755,445122],[-900,11]],[[247855,445133],[-158,3692]],[[226556,448067],[2,-4023]],[[226558,444044],[-753,-845],[-533,-1]],[[225272,443198],[-12,4849]],[[251329,445946],[-636,7],[1,-814]],[[250694,445139],[-1295,-1]],[[232889,450323],[0,-4862],[165,-1791]],[[233054,443670],[-1389,16]],[[231665,443686],[-256,439],[-95,2839]],[[243270,450293],[6,-6524]],[[243276,443769],[-326,-13]],[[242950,443756],[-979,-17]],[[241971,443739],[-2,6572]],[[237742,450323],[68,-6545]],[[237810,443778],[-1255,-153]],[[236555,443625],[-107,1818],[-1,4872]],[[234183,450322],[1,-4860],[144,-1818]],[[234328,443644],[-317,10]],[[234011,443654],[-957,16]],[[235153,450303],[2,-4797],[121,-1872]],[[235276,443634],[-948,10]],[[241971,443739],[-319,-4]],[[241652,443735],[-960,-14]],[[240692,443721],[-26,6583]],[[239045,450317],[53,-6615]],[[239098,443702],[0,-314]],[[239098,443388],[-1288,390]],[[240692,443721],[-320,-6]],[[240372,443715],[-1274,-13]],[[236555,443625],[-1279,9]],[[244565,445387],[-5,-3261]],[[244560,442126],[-322,12]],[[244238,442138],[-104,1623],[-858,8]],[[273437,447562],[-275,-15],[3,-1357],[-539,-11],[-3,-1320],[-265,-4]],[[272358,444855],[-272,1146]],[[272086,446001],[570,2452],[784,1682]],[[277312,445862],[-602,-34],[-476,-2456]],[[276234,443372],[-1448,-20]],[[274786,443352],[0,194]],[[247855,445133],[-29,-825],[-657,-1555],[-5,-2418]],[[247164,440335],[-1778,120]],[[245386,440455],[0,4]],[[245386,440459],[89,1581],[707,640]],[[246182,442680],[363,171],[871,2340],[76,2625]],[[300676,447525],[-94,-1308],[-254,2051]],[[246182,442680],[7,2674],[-324,11]],[[300218,448474],[-108,-2110]],[[300110,446364],[-154,-894],[-847,-110]],[[299109,445360],[5,802]],[[260465,448379],[14,-4389]],[[260479,443990],[3,-1610]],[[260482,442380],[-1130,-18]],[[259352,442362],[-1,806]],[[259351,443168],[-9,5238]],[[259351,443168],[-1136,-50],[2,-810]],[[258217,442308],[-163,-1]],[[258054,442307],[104,4029],[-102,2054]],[[258054,442307],[-490,-569],[-231,-2173],[-408,-905]],[[256925,438660],[-7,8808]],[[256918,447468],[301,934]],[[262847,444118],[-1085,-69]],[[261762,444049],[-7,4341]],[[262843,447208],[4,-3090]],[[261762,444049],[-1283,-59]],[[229132,448075],[0,-5329]],[[229132,442746],[-759,-1483],[-211,138]],[[228162,441401],[4,6681]],[[228162,441401],[-318,227]],[[227844,441628],[-643,-1180]],[[227201,440448],[0,1151],[-292,1]],[[226909,441600],[0,2456],[-351,-12]],[[230417,446975],[2,-2974],[320,-2434]],[[230739,441567],[-395,2]],[[230344,441569],[-276,747],[-936,373]],[[229132,442689],[0,57]],[[218529,448020],[-5,-6446]],[[218524,441574],[-1550,27]],[[216974,441601],[-383,9]],[[216591,441610],[1,6474]],[[216591,441610],[-1609,-13]],[[225272,443198],[0,-1617]],[[225272,441581],[-1262,6]],[[224010,441587],[-20,-2]],[[223990,441585],[-2,6447]],[[222706,448036],[25,-6450]],[[222731,441586],[-12,-6463]],[[222719,435123],[-609,-9]],[[222110,435114],[-2224,2]],[[219886,435116],[-74,6454]],[[219812,441570],[0,6451]],[[219812,441570],[-1288,4]],[[223990,441585],[-1259,1]],[[267414,445850],[-697,-80]],[[266717,445770],[-430,-32],[-394,-2264],[-479,-1510]],[[265414,441964],[1,1360]],[[265415,443324],[7,4330]],[[265749,447718],[781,161]],[[266530,447879],[6,1]],[[266536,447880],[30,6]],[[266566,447886],[16,1]],[[266582,447887],[26,6]],[[266608,447893],[806,-2043]],[[255265,442934],[-2,-3134]],[[255263,439800],[-1357,-110],[6,-1614],[-648,-80]],[[253264,437996],[-23,4868]],[[253241,442864],[-25,4873]],[[267414,445850],[546,-1925],[381,1255],[294,-1578],[-868,-836]],[[267767,442766],[-50,-4]],[[267717,442762],[-15,-1]],[[267702,442761],[-769,5],[-213,794]],[[266720,443560],[-3,2210]],[[253241,442864],[-956,-107]],[[252285,442757],[-18,3246]],[[265415,443324],[-1279,-37]],[[264136,443287],[-108,529],[-52,3572]],[[273438,443588],[0,-2864]],[[273438,440724],[-1081,8]],[[272357,440732],[1,4123]],[[299109,445360],[-23,-3357],[-140,-1618]],[[298946,440385],[-436,-421],[-482,288],[-416,-840],[-291,2723]],[[297321,442135],[350,235],[-50,1824],[-299,-181],[-100,1106]],[[256110,445860],[11,-7106]],[[256121,438754],[-158,-435]],[[255963,438319],[-386,-1051],[-314,71]],[[255263,437339],[0,2461]],[[255271,447419],[248,-1015],[591,-544]],[[256925,438660],[-559,918],[-245,-824]],[[256110,445860],[808,1608]],[[264136,443287],[1,-1079]],[[264137,442208],[-1288,-29]],[[262849,442179],[-2,1939]],[[211125,442395],[-24,-800]],[[211101,441595],[-1879,-26]],[[209222,441569],[-1,3184]],[[231665,443686],[164,-2163]],[[231829,441523],[-1090,44]],[[300704,446133],[-85,-2793],[-210,505],[295,2288]],[[300975,443507],[-208,-748],[-4,4059]],[[294871,442976],[348,-1153],[336,-2034],[-121,-1229]],[[295434,438560],[-200,-1187],[-705,-2090],[-626,-1185]],[[293903,434098],[-195,2025],[683,2086],[-173,2860]],[[294218,441069],[41,2994]],[[209222,441569],[-4,-7295]],[[209218,434274],[-2479,-59]],[[206739,434215],[-930,1]],[[300110,446364],[27,-3366],[-179,-1833],[-1042,-1242],[30,462]],[[288154,446205],[-316,-4003]],[[287838,442202],[-487,-794],[-761,-136]],[[286590,441272],[175,3068]],[[297321,442135],[207,-2884],[-531,-114]],[[296997,439137],[-298,3270],[-256,-278],[-17,2897]],[[296997,439137],[9,-62]],[[297006,439075],[21,-79]],[[297027,438996],[-1112,58],[-473,-1600],[-8,1106]],[[288754,438577],[-264,-1321]],[[288490,437256],[-133,486],[-104,2827],[-415,1633]],[[293001,442420],[-13,-2190]],[[292988,440230],[-683,-3302]],[[292305,436928],[-373,1054]],[[291932,437982],[-934,2867]],[[290998,440849],[-150,1309]],[[252285,442757],[26,-6500]],[[252311,436257],[-960,-39],[-1,-3314]],[[251350,432904],[-324,-34]],[[251026,432870],[0,3329],[-319,-14]],[[250707,436185],[-5,3838]],[[250702,440023],[-8,5116]],[[272357,440732],[-1,0]],[[272356,440732],[-569,47],[73,-1359],[-321,-13]],[[271539,439407],[-538,-38]],[[271001,439369],[3,1405],[-263,14],[8,2861]],[[270749,443649],[623,-332],[714,2684]],[[280638,445459],[-3,-3672],[463,-4],[46,-3243]],[[281144,438540],[-1140,433],[-177,-968]],[[279827,438005],[-70,1137],[-624,1848],[-379,-396]],[[278754,440594],[88,2092],[292,-302],[8,3478]],[[278754,440594],[-317,-166]],[[278437,440428],[5,1839],[-538,103],[-216,-927]],[[277688,441443],[-95,4432]],[[277688,441443],[-1,-945],[-351,-264],[-253,-2768]],[[277083,437466],[-849,-18]],[[276234,437448],[0,5924]],[[269692,442195],[16,-2668]],[[269708,439527],[-1391,120]],[[268317,439647],[-18,2605],[-150,10]],[[268149,442262],[253,825],[384,-407]],[[268786,442680],[-5,-153]],[[268781,442527],[480,-1172],[431,840]],[[266720,443560],[-15,-4583]],[[266705,438977],[-3,-1624]],[[266702,437353],[-1282,19]],[[265420,437372],[-6,4592]],[[281836,443087],[1,-1967],[-292,-2833]],[[281545,438287],[-401,253]],[[290998,440849],[-384,-1439],[-427,-3445]],[[290187,435965],[-461,1079],[82,1909],[-643,-246]],[[245386,440459],[-830,46],[4,1621]],[[285110,445236],[175,-3416],[441,-1905],[405,-536]],[[286131,439379],[-539,-2232]],[[285592,437147],[-256,304]],[[285336,437451],[-455,-615]],[[284881,436836],[-228,-951],[-463,-355]],[[284190,435530],[-1068,5402],[-197,2226]],[[286590,441272],[-78,-1277]],[[286512,439995],[-381,-616]],[[250702,440023],[-480,-176],[-57,-1256],[-306,11],[0,-1588]],[[249859,437014],[-479,1]],[[249380,437015],[-1,1587],[-610,12]],[[248769,438614],[-14,6508]],[[248769,438614],[-31,-1592],[-323,7]],[[248415,437029],[-1262,34]],[[247153,437063],[11,3272]],[[192516,434205],[-2782,5],[1,4724]],[[262849,442179],[1,-2880]],[[262850,439299],[-1082,-133]],[[261768,439166],[-6,4883]],[[261768,439166],[-323,-1]],[[261445,439165],[-639,38],[-321,533]],[[260485,439736],[-3,2644]],[[226909,441600],[-6,-1597],[-967,-298],[-621,-536],[-31,2413]],[[225284,441582],[-12,-1]],[[293006,440243],[-18,-18]],[[292988,440225],[0,5]],[[294218,441069],[-1212,-826]],[[302428,442673],[372,-1939],[-773,-264],[113,1840],[288,363]],[[271001,439369],[-263,5],[-6,-1403],[-273,-2],[-271,-1169],[-5,-1369]],[[270183,435431],[-459,41]],[[269724,435472],[-16,4055]],[[269692,442195],[936,1653],[121,-199]],[[244238,442138],[-5,-4866]],[[244233,437272],[-641,8]],[[243592,437280],[-640,13]],[[242952,437293],[-2,6463]],[[239098,443388],[2,-6149]],[[239100,437239],[-639,12]],[[238461,437251],[-646,14]],[[237815,437265],[-5,6513]],[[242952,437293],[-653,-16]],[[242299,437277],[-642,-14]],[[241657,437263],[-5,6472]],[[237815,437265],[-627,-98]],[[237188,437167],[-633,7]],[[236555,437174],[0,6451]],[[241657,437263],[-642,-12]],[[241015,437251],[-638,-8]],[[240377,437243],[-5,6472]],[[240377,437243],[-639,-2]],[[239738,437241],[-638,-2]],[[234011,443654],[-4,-6441]],[[234007,437213],[-636,14]],[[233371,437227],[-1382,-2]],[[231989,437225],[-120,575]],[[231869,437800],[88,2413],[-128,1310]],[[235276,443634],[0,-6443]],[[235276,437191],[-633,8]],[[234643,437199],[-636,14]],[[236555,437174],[-638,8]],[[235917,437182],[-641,9]],[[274786,443352],[1,-6623]],[[274787,436729],[-1339,18]],[[273448,436747],[-10,3977]],[[267702,442761],[447,-499]],[[268317,439647],[3,-645]],[[268320,439002],[-1615,-25]],[[276234,437448],[-271,-1900]],[[275963,435548],[-140,819],[-1037,201]],[[274786,436568],[1,161]],[[265420,437372],[-967,-37]],[[264453,437335],[-1,4878],[-315,-5]],[[259352,442362],[14,-4890],[-65,-6]],[[259301,437466],[-1086,-26]],[[258215,437440],[2,4868]],[[284190,435530],[0,-456]],[[284190,435074],[-1015,-1516],[-180,1961],[-470,731],[-132,1393],[-289,-77],[-14,1365],[-389,-1859]],[[281701,437072],[-156,1215]],[[155294,437598],[-138,-2080],[141,-717],[-208,-2138],[-386,312],[218,-3716],[-6,-13593]],[[154915,415666],[-1334,-12]],[[153581,415654],[-243,1901],[-703,2914],[-129,3412],[387,4770],[132,-280],[308,6363],[-131,874],[260,7292]],[[253264,437996],[-21,-1627]],[[253243,436369],[-932,-112]],[[229132,442689],[-7,-7583]],[[229125,435106],[-7,1]],[[229118,435107],[-1274,15]],[[227844,435122],[0,6506]],[[230344,441569],[400,-3784]],[[230744,437785],[23,-2699]],[[230767,435086],[-404,-540]],[[230363,434546],[0,542],[-1238,18]],[[260485,439736],[-89,-4618]],[[260396,435118],[-728,-71]],[[259668,435047],[-364,782],[-3,1637]],[[213238,438374],[-29,-4081]],[[213209,434293],[-91,-1]],[[213118,434292],[-2030,-1]],[[211088,434291],[13,7304]],[[278437,440428],[-17,-5242]],[[278420,435186],[-185,-771],[-669,-629],[-401,1395],[-70,2246]],[[277095,437427],[-12,39]],[[188693,440977],[-212,-2506],[-449,-761],[-413,552],[-140,-1426]],[[187479,436836],[-928,257],[-847,-1417]],[[258215,437440],[-1290,17]],[[256925,437457],[0,1203]],[[288490,437256],[-135,-732]],[[288355,436524],[-329,-581],[98,-1543],[-739,-1772]],[[287385,432628],[-586,684]],[[286799,433312],[-59,3514],[-251,1238],[23,1931]],[[264453,437335],[-316,-6]],[[264137,437329],[-325,1637],[-962,-17]],[[262850,438949],[0,350]],[[245386,440455],[-115,-1740],[344,-1568],[113,-1545]],[[245728,435602],[-1175,26]],[[244553,435628],[2,1613],[-322,31]],[[216974,441601],[-2,-6470],[56,-810]],[[217028,434321],[-2233,-1]],[[214795,434320],[-10,4053]],[[219886,435116],[3,-6448]],[[219889,428668],[-1545,-2]],[[218344,428666],[-1309,-44]],[[217035,428622],[-7,5699]],[[304069,440802],[121,-1847],[-424,-197],[303,2044]],[[227844,435122],[-1276,-6]],[[226568,435116],[-6,2365]],[[226562,437481],[639,2967]],[[211088,434291],[-535,-10]],[[210553,434281],[-1335,-7]],[[226562,437481],[-534,-2005],[-733,-3605]],[[225295,431871],[-11,3241]],[[225284,435112],[0,6470]],[[225284,435112],[-1212,5]],[[224072,435117],[-74,0]],[[223998,435117],[12,6470]],[[223998,435117],[-1279,6]],[[231869,437800],[-1125,-15]],[[189127,436934],[-680,-1517],[-235,-1307],[316,-2474],[-193,-1471],[-256,343]],[[188079,430508],[-272,1154]],[[187807,431662],[-214,1796],[-114,3378]],[[279827,438005],[-264,-1317],[-1,-4191]],[[279562,432497],[-1143,101]],[[278419,432598],[1,2588]],[[157829,437649],[146,-436],[-429,-4820],[-421,-4012],[145,-2152],[-836,-2813],[-185,-2444]],[[156249,420972],[222,-710],[144,-5037]],[[156615,415225],[-1701,-22],[1,463]],[[293524,432082],[-325,588]],[[293199,432670],[123,2992],[-28,2071],[-288,2510]],[[293903,434098],[-379,-2016]],[[291932,437982],[-383,-2133]],[[291549,435849],[-417,-3054],[-322,-187]],[[290810,432608],[-554,3400]],[[290256,436008],[-69,-43]],[[272356,440732],[-5,-6697]],[[272351,434035],[-74,-1524],[-634,144]],[[271643,432655],[-114,1381]],[[271529,434036],[10,5371]],[[273448,436747],[0,-2714],[-243,-5]],[[273205,434028],[-854,7]],[[247153,437063],[-6,-1623]],[[247147,435440],[-963,88]],[[246184,435528],[-456,35]],[[245728,435563],[0,39]],[[250707,436185],[-548,-8],[-300,837]],[[293219,434221],[-863,2534]],[[292356,436755],[-51,173]],[[292988,440225],[220,-3323],[11,-2681]],[[286799,433312],[-277,-2753],[-204,-490]],[[286318,430069],[-412,1992]],[[285906,432061],[44,1187],[-292,2181],[-66,1718]],[[255263,437339],[2,-2898]],[[255265,434441],[-1688,-234]],[[253577,434207],[-321,-56]],[[253256,434151],[-13,2218]],[[261445,439165],[-77,-4820]],[[261368,434345],[-859,-54]],[[260509,434291],[-113,827]],[[294554,427872],[-111,3761]],[[294443,431633],[-93,1192],[769,-305],[174,1128],[1072,-46],[376,298],[903,2985],[-441,-2838],[-371,-1388],[292,-372],[379,1926],[532,898],[205,-1023],[552,1761],[82,-626],[-1554,-3632],[-192,472],[-405,-1606],[-231,346],[-428,-1336],[-389,99],[-351,-945],[-238,353],[-532,-1102]],[[269724,435472],[-278,-7],[9,-1349]],[[269455,434116],[-813,51]],[[268642,434167],[-292,19]],[[268350,434186],[-30,4816]],[[256925,437457],[-1,-4839]],[[256924,432618],[-156,-1387],[-315,-5],[2,-1882]],[[256455,429344],[-469,-1]],[[255986,429343],[-23,8976]],[[271529,434036],[-1228,59]],[[270301,434095],[-118,1336]],[[262850,438949],[1,-4898]],[[262851,434051],[1,-1244]],[[262852,432807],[-755,-89]],[[262097,432718],[-730,-14]],[[261367,432704],[1,1641]],[[268350,434186],[-789,-60]],[[267561,434126],[-857,-30]],[[266704,434096],[-2,3257]],[[281701,437072],[-194,-834],[74,-2825],[-363,-706],[-462,-3035],[47,-403]],[[280803,429269],[26,-143]],[[280829,429126],[-1257,-6]],[[279572,429120],[-10,3377]],[[192649,434205],[0,-3424]],[[192649,430781],[-728,405],[-315,-879],[-787,-888],[-261,131],[-420,-1293]],[[190138,428257],[-340,-1866],[-343,-529],[-618,1479],[-69,1143],[-267,-1698],[-177,190]],[[188324,426976],[-245,3532]],[[284190,435074],[-613,-3675]],[[283577,431399],[-884,-2182]],[[282693,429217],[-399,259],[-333,-970],[-479,890]],[[281482,429396],[-679,-127]],[[290256,436008],[-428,-2351]],[[289828,433657],[-466,-1940],[-519,-917]],[[288843,430800],[-280,2542],[218,671],[-426,2511]],[[264137,437329],[-1,-3255],[-160,-7]],[[263976,434067],[-1125,-16]],[[249380,437015],[-1,-3256]],[[249379,433759],[-966,19]],[[248413,433778],[2,3251]],[[214795,434320],[-2,-28]],[[214793,434292],[-1584,1]],[[255986,429343],[-721,8]],[[255265,429351],[0,5090]],[[292587,430897],[-395,1442]],[[292192,432339],[-104,1880],[-539,1630]],[[292356,436755],[-165,-2166],[367,-971],[29,-2721]],[[231989,437225],[3,-1985]],[[231992,435240],[-431,236],[-484,-1309],[-310,919]],[[164787,410464],[-407,-275]],[[164380,410189],[102,1081],[5,3235],[-258,1376],[-24,1351],[-366,545],[-472,2488],[-707,1250],[-457,-2310],[-371,1200],[1,3539],[-743,-22]],[[161090,423922],[22,8573],[-31,5177]],[[161090,423922],[-473,4]],[[160617,423926],[-1427,-349],[-831,-1032],[-549,336],[-407,-1138],[-271,689],[-883,-1460]],[[285336,437451],[-167,-4196],[366,397],[371,-1591]],[[286318,430069],[-895,-2188]],[[285423,427881],[-525,-887],[-165,332]],[[284733,427326],[26,188]],[[284759,427514],[265,1448],[124,3090]],[[285148,432052],[-223,1660],[-44,3124]],[[259668,435047],[-2,-813]],[[259666,434234],[-620,-58],[0,-1610]],[[259046,432566],[-835,5]],[[258211,432571],[4,4869]],[[226568,435116],[1,-6480]],[[226569,428636],[-1260,-4]],[[225309,428632],[-14,-1]],[[225295,428631],[0,3240]],[[258211,432571],[-314,19]],[[257897,432590],[-973,28]],[[277095,437427],[-6,-9328]],[[277089,428099],[-1270,90]],[[275819,428189],[-27,3362]],[[275792,431551],[-19,2706],[190,1291]],[[278419,432598],[1,-2521],[-655,-4576]],[[277765,425501],[-675,2580]],[[277090,428081],[-1,18]],[[266704,434096],[-266,-3234]],[[266438,430862],[-1015,34]],[[265423,430896],[-1,1871]],[[265422,432767],[-2,4605]],[[265422,432767],[-638,-293],[0,-813],[-644,-36]],[[264140,431625],[-164,2442]],[[243592,437280],[-8,-4878]],[[243584,432402],[-1283,-20]],[[242301,432382],[-2,4895]],[[244553,435628],[-3,-4868],[-104,1]],[[244446,430761],[-862,15]],[[243584,430776],[0,1626]],[[242301,432382],[-1281,-16]],[[241020,432366],[-5,4885]],[[238461,437251],[3,-4896]],[[238464,432355],[-1277,-24]],[[237187,432331],[1,4836]],[[239738,437241],[4,-4883]],[[239742,432358],[-1278,-3]],[[241020,432366],[-1278,-8]],[[233371,437227],[-2,-4811]],[[233369,432416],[-1193,2]],[[232176,432418],[-184,2822]],[[234643,437199],[-2,-4800]],[[234641,432399],[-1272,17]],[[235917,437182],[-1,-4805]],[[235916,432377],[-1275,22]],[[237187,432331],[-1271,46]],[[187807,431662],[-565,-723],[-182,1854],[-716,-2763]],[[186344,430030],[-640,5646]],[[248413,433778],[-2,-4886]],[[248411,428892],[-1277,44]],[[247134,428936],[13,6504]],[[285148,432052],[-398,107],[-1152,-1498]],[[283598,430661],[-21,738]],[[251026,432870],[-1183,-88]],[[249843,432782],[68,968],[-532,9]],[[292970,430541],[-431,-269]],[[292539,430272],[48,625]],[[293219,434221],[-249,-3680]],[[274786,436568],[0,-4189]],[[274786,432379],[-1580,38]],[[273206,432417],[-1,1611]],[[288843,430800],[-376,-510]],[[288467,430290],[-415,-967]],[[288052,429323],[-667,3305]],[[275792,431551],[-1004,-68]],[[274788,431483],[-2,896]],[[253256,434151],[34,-7012],[-625,-15]],[[252665,427124],[-321,-16],[-28,2626],[-961,-79]],[[251355,429655],[-5,3249]],[[290810,432608],[-339,-2310]],[[290471,430298],[-220,-1439],[-616,-2210]],[[289635,426649],[-20,311]],[[289615,426960],[68,3155],[341,1723],[-196,1819]],[[292192,432339],[-162,208],[-116,-3152]],[[291914,429395],[-248,-1212]],[[291666,428183],[-265,1560],[-471,-723]],[[290930,429020],[-459,1278]],[[186344,430030],[155,-1074],[97,-4631]],[[186596,424325],[-109,-154],[37,-2824],[149,-2529],[-95,-2971]],[[186578,415847],[-452,-1998],[-1271,-19],[-3480,52]],[[181375,413882],[1,3927]],[[245728,435563],[-37,-2695],[-356,-1884],[-63,-2389]],[[245272,428595],[-424,1079]],[[244848,429674],[-402,1087]],[[246184,435528],[-12,-8061]],[[246172,427467],[-319,64]],[[245853,427531],[-783,-26]],[[245070,427505],[202,1090]],[[247134,428936],[-3,-1616]],[[247131,427320],[-959,147]],[[270301,434095],[8,-6024]],[[270309,428071],[-263,-11],[2,-1850]],[[270048,426210],[-326,-246]],[[269722,425964],[-6,3195],[-215,1865],[-46,3092]],[[232176,432418],[-58,-2195]],[[232118,430223],[-1754,3]],[[230364,430226],[-1,4320]],[[227844,435122],[-1,-6484]],[[227843,428638],[-1271,-2]],[[226572,428636],[-3,0]],[[225295,428631],[-1221,12]],[[224074,428643],[-2,6474]],[[222110,435114],[25,-6995]],[[222135,428119],[-630,263]],[[221505,428382],[-943,281]],[[220562,428663],[-673,5]],[[224074,428643],[-9,-170]],[[224065,428473],[-507,-690],[-760,186]],[[222798,427969],[-663,150]],[[229118,435107],[-7,-6481]],[[229111,428626],[-1268,12]],[[230364,430226],[0,-4858]],[[230364,425368],[-1251,12]],[[229113,425380],[-2,3246]],[[260509,434291],[14,-6500]],[[260523,427791],[-630,-27]],[[259893,427764],[-208,-13],[-19,6483]],[[255265,429351],[-1,-4575]],[[255264,424776],[-1140,-98]],[[254124,424678],[-508,40],[-39,9489]],[[261367,432704],[3,-4889],[-318,-15]],[[261052,427800],[-529,-9]],[[210532,425375],[-1577,18],[-7,-9746]],[[208948,415647],[-2260,-10]],[[206688,415637],[-254,-1]],[[206434,415636],[-6,4869]],[[206428,420505],[-5,1629],[310,-3],[6,12084]],[[210553,434281],[-21,-8906]],[[217035,428622],[-272,6]],[[216763,428628],[-1968,-10]],[[214795,428618],[0,969]],[[214795,429587],[-2,4705]],[[201978,423908],[55,-1918],[16,-7760]],[[202049,414230],[-1129,-108]],[[200920,414122],[-15,3214]],[[200905,417336],[-2,2479],[-1118,-26]],[[199785,419789],[29,5937],[320,1081],[-11,7495]],[[201402,434297],[26,-1459],[436,-670],[159,-1784],[-185,-3985],[140,-2491]],[[204199,424684],[-292,-2572],[-164,468],[-589,-929],[-98,691],[-519,-162],[-107,1114],[-340,-603],[-112,1217]],[[203264,434210],[15,-1191],[530,-3758],[390,-4577]],[[199785,419789],[-1878,-31],[-2612,18]],[[195295,419776],[7,8024]],[[195302,427800],[-6,6461]],[[213087,423794],[-321,0]],[[212766,423794],[-1910,-39]],[[210856,423755],[-5,1618],[-319,2]],[[213118,434292],[7,-4708]],[[213125,429584],[-38,-5790]],[[214795,429587],[-1670,-3]],[[195302,427800],[-315,562],[-118,3255],[-531,-11],[-250,-2208],[-269,1599],[-807,-1146],[-299,857]],[[192713,430708],[-64,73]],[[176393,418012],[113,-5116],[-101,-2197],[49,-2635],[-263,-2403],[2,-5633]],[[176193,400028],[-1933,-7]],[[174260,400021],[29,16934],[-18,16297],[27,1004]],[[174260,400021],[-2037,36],[-1236,-1303]],[[170987,398754],[153,2224],[-118,2607],[482,3073],[266,298],[86,1838],[-89,2169],[75,3206],[-204,1481]],[[171638,415650],[673,9777]],[[206428,420505],[-1667,-25]],[[204761,420480],[-562,4204]],[[259893,427764],[3,-1604]],[[259896,426160],[-839,-53]],[[259057,426107],[-11,6459]],[[268642,434167],[-7,-5295]],[[268635,428872],[-365,-116]],[[268270,428756],[-705,-39]],[[267565,428717],[-4,5409]],[[254124,424678],[8,-1608]],[[254132,423070],[-1470,-13]],[[252662,423057],[3,4067]],[[269722,425964],[-798,-95]],[[268924,425869],[-10,2970],[-279,33]],[[267565,428717],[-860,-299]],[[266705,428418],[-211,275],[-56,2169]],[[271643,432655],[-7,-4586]],[[271636,428069],[-1327,2]],[[264140,431625],[-158,-803],[1,-2439]],[[263983,428383],[-165,-1]],[[263818,428382],[0,807],[-964,-2]],[[262854,429187],[-2,3620]],[[273206,432417],[-2,-3235]],[[273204,429182],[-418,-80],[-224,-1340]],[[272562,427762],[-923,-316]],[[271639,427446],[-3,623]],[[249843,432782],[-231,-3232]],[[249612,429550],[-356,-3635],[-528,-731]],[[248728,425184],[-4,2060],[-320,38],[7,1610]],[[289615,426960],[-382,-1335]],[[289233,425625],[-268,2542],[-150,-335],[-348,2458]],[[171638,415650],[-2672,-44],[-2017,13]],[[288052,429323],[-372,-1084]],[[287680,428239],[-781,-2648],[-748,-727]],[[286151,424864],[-265,1103]],[[285886,425967],[-463,1914]],[[274788,431483],[-1,-3962]],[[274787,427521],[-415,-1047]],[[274372,426474],[-540,317]],[[273832,426791],[-154,2374],[-474,17]],[[251355,429655],[-154,-1644],[-415,-1270],[-378,-47]],[[250408,426694],[-162,394],[-9,2476],[-625,-14]],[[262854,429187],[-1,-2903]],[[262853,426284],[-742,-74]],[[262111,426210],[-14,6508]],[[265423,430896],[0,-3263]],[[265423,427633],[-634,-31],[-321,800],[-485,-19]],[[188324,426976],[-114,-601]],[[188210,426375],[-465,-891],[-618,-2134],[-142,895],[-389,80]],[[293524,432082],[-12,-1259],[-325,-351]],[[293187,430472],[-27,1524]],[[293160,431996],[39,674]],[[262111,426210],[-369,-18]],[[261742,426192],[-685,-6]],[[261057,426186],[-5,1614]],[[294554,427872],[-875,-1167]],[[293679,426705],[-79,470]],[[293600,427175],[63,323]],[[293663,427498],[119,2121],[-126,535]],[[293656,430154],[90,1670],[410,854],[287,-1045]],[[257897,432590],[-1,-3261]],[[257896,429329],[-463,33],[-65,-3266]],[[257368,426096],[-903,15]],[[256465,426111],[-10,3233]],[[259057,426107],[-583,-24]],[[258474,426083],[2,2440],[-422,-1],[-158,807]],[[279572,429120],[-482,-6118]],[[279090,423002],[-351,-508],[-158,819],[-661,807],[-155,1381]],[[292539,430272],[83,-963]],[[292622,429309],[-118,-889]],[[292504,428420],[-590,975]],[[233369,432416],[31,-5977]],[[233400,426439],[-1091,87]],[[232309,426526],[-329,3028],[138,669]],[[234641,432399],[38,-6061]],[[234679,426338],[-801,63]],[[233878,426401],[-478,38]],[[235916,432377],[-1,-6119]],[[235915,426258],[-449,10]],[[235466,426268],[-787,70]],[[243584,430776],[5,-4002]],[[243589,426774],[-630,136]],[[242959,426910],[-660,-98]],[[242299,426812],[2,5570]],[[242299,426812],[-476,-61]],[[241823,426751],[-800,-120]],[[241023,426631],[-3,5735]],[[237187,432331],[-2,-6015]],[[237185,426316],[-604,-38]],[[236581,426278],[-666,-20]],[[238464,432355],[-1,-5921]],[[238463,426434],[-606,-50]],[[237857,426384],[-672,-68]],[[239742,432358],[1,-5855]],[[239743,426503],[-772,-67]],[[238971,426436],[-508,-2]],[[241023,426631],[-213,-26]],[[240810,426605],[-1067,-102]],[[284759,427514],[-273,768],[-697,261]],[[283789,428543],[-185,151],[-6,1967]],[[293187,430472],[-271,-1807],[244,3331]],[[195295,419776],[-1,-10465]],[[195294,409311],[0,-3031]],[[195294,406280],[-156,-665],[-2555,-5]],[[192583,405610],[1,135]],[[192584,405745],[-39,1805],[122,2542],[304,1923],[-230,5]],[[192741,412020],[-28,18688]],[[275819,428189],[-81,-1216],[-510,-2451]],[[275228,424522],[-441,-3]],[[274787,424519],[0,3002]],[[282497,422685],[-451,359],[271,1888],[-71,939],[431,2360],[16,986]],[[283789,428543],[-584,-2082],[-708,-3776]],[[192741,412020],[-2481,120]],[[190260,412140],[-95,1614]],[[190165,413754],[-27,14503]],[[266705,428418],[4,-3381]],[[266709,425037],[-283,-21]],[[266426,425016],[-1003,645]],[[265423,425661],[0,1972]],[[292970,430541],[-211,-2552],[-210,-378],[73,1698]],[[245070,427505],[-470,-582],[-146,-1016],[115,-2813],[-151,-420]],[[244418,422674],[-829,4100]],[[293663,427498],[-315,245]],[[293348,427743],[-288,1615]],[[293060,429358],[139,999],[457,-203]],[[290930,429020],[33,-2516],[-174,-1499],[76,-1477]],[[290865,423528],[-301,-1443],[-241,-92]],[[290323,421993],[-332,1496],[-16,2220],[-340,940]],[[289233,425625],[-418,-2203]],[[288815,423422],[-127,532]],[[288688,423954],[-1008,4285]],[[232309,426526],[155,-1143]],[[232464,425383],[-995,-12]],[[231469,425371],[-1105,-3]],[[291666,428183],[-6,-1402]],[[291660,426781],[-177,-793],[187,-1217],[-446,-2170]],[[291224,422601],[-359,927]],[[252662,423057],[2,-2183]],[[252664,420874],[-322,-1]],[[252342,420873],[-1598,9]],[[250744,420882],[-321,803]],[[250423,421685],[-15,5009]],[[214795,428618],[0,-4795]],[[214795,423823],[-1708,-29]],[[250423,421685],[-945,-94]],[[249478,421591],[-311,-17],[-6,2159],[-579,14]],[[248582,423747],[146,1437]],[[282497,422685],[136,-2142]],[[282633,420543],[-450,-3766]],[[282183,416777],[-753,1929]],[[281430,418706],[-282,1104],[-60,1366]],[[281088,421176],[343,3266],[-54,1256]],[[281377,425698],[-185,2188],[290,1510]],[[281088,421176],[-85,-1011],[-408,1094],[-38,-1088],[-480,1549]],[[280077,421720],[157,810],[68,2530],[527,4066]],[[293348,427743],[-53,-1237],[-451,497],[216,2355]],[[256465,426111],[5,-1623]],[[256470,424488],[-1206,27]],[[255264,424515],[0,261]],[[292504,428420],[-134,-1705]],[[292370,426715],[-710,66]],[[258474,426083],[-4,-2412]],[[258470,423671],[-889,5]],[[257581,423676],[-3,2416],[-210,4]],[[273832,426791],[-165,-804],[-57,-2449]],[[273610,423538],[-915,163]],[[272695,423701],[15,2450],[-148,1611]],[[263818,428382],[2,-6071],[59,-79]],[[263879,422232],[-1,-5]],[[263878,422227],[-1029,-28]],[[262849,422199],[4,4085]],[[280077,421720],[-106,-1566]],[[279971,420154],[-653,120],[-455,659]],[[278863,420933],[227,2069]],[[248582,423747],[-330,-1227],[-73,-1405],[-363,-2059]],[[247816,419056],[-702,92],[4,1628]],[[247118,420776],[13,6544]],[[268924,425869],[-64,-3813],[-274,84]],[[268586,422140],[-515,158],[-254,1409]],[[267817,423707],[174,1059],[2,2875],[277,1115]],[[267817,423707],[-635,190]],[[267182,423897],[2,1173],[-475,-33]],[[220562,428663],[2,-4872],[-317,7],[0,-1627]],[[220247,422171],[-287,-23]],[[219960,422148],[-1562,-10]],[[218398,422138],[-52,0]],[[218346,422138],[-2,6528]],[[225309,428632],[0,-6478]],[[225309,422154],[-1242,1]],[[224067,422155],[-2,6318]],[[221505,428382],[3,-6212]],[[221508,422170],[-1261,1]],[[218346,422138],[-1521,20]],[[216825,422158],[-55,-2]],[[216770,422156],[-7,6472]],[[216770,422156],[-1975,-23]],[[214795,422133],[0,1690]],[[227843,428638],[0,-6483]],[[227843,422155],[-1260,3]],[[226583,422158],[-9,0]],[[226574,422158],[-2,6478]],[[229113,425380],[-8,-3237]],[[229105,422143],[-1262,12]],[[226574,422158],[-1253,-4]],[[225321,422154],[-12,0]],[[284733,427326],[-651,-856],[-995,-3406],[-367,-2037]],[[282720,421027],[-87,-484]],[[190165,413754],[-530,18],[-2,802],[-456,2164],[59,2009],[-250,2239],[-310,-14],[-357,1412],[-183,1615],[74,2376]],[[224067,422155],[-8,0]],[[224059,422155],[-1261,5]],[[222798,422160],[0,5809]],[[265423,425661],[-341,-1036]],[[265082,424625],[-938,-40],[1,-1903],[-266,-450]],[[222798,422160],[-1257,8]],[[221541,422168],[-33,2]],[[278863,420933],[-360,-3256],[-302,-1293]],[[278201,416384],[-562,1959],[-401,-1171],[-297,845],[-366,-25]],[[276575,417992],[19,1314]],[[276594,419306],[179,812],[290,5226],[-200,1084],[227,1653]],[[288688,423954],[-466,-3820]],[[288222,420134],[-493,-1946]],[[287729,418188],[-773,3321]],[[286956,421509],[-805,3355]],[[276594,419306],[-123,1029],[-749,1490],[-494,2697]],[[271639,427446],[-58,-3551],[-110,16]],[[271471,423911],[-1324,215]],[[270147,424126],[-99,2084]],[[272695,423701],[-15,-2420],[-175,-1661]],[[272505,419620],[-793,132]],[[271712,419752],[19,2733],[-268,49],[8,1377]],[[285886,425967],[-397,-1498],[304,-5190]],[[285793,419279],[-424,-1382]],[[285369,417897],[-35,1119],[-345,857]],[[284989,419873],[-161,1874]],[[284828,421747],[-318,1084],[208,1376],[-107,1919],[122,1200]],[[261057,426186],[8,-3496]],[[261065,422690],[-374,7]],[[260691,422697],[-791,-21]],[[259900,422676],[0,530]],[[259900,423206],[-4,2954]],[[292731,427719],[-75,-1794],[-401,-1052],[179,2727],[297,119]],[[245853,427531],[-16,-6606]],[[245837,420925],[-6,-1698]],[[245831,419227],[-1653,137]],[[244178,419364],[22,898]],[[244200,420262],[218,2412]],[[274787,424519],[3,-1461]],[[274790,423058],[-309,-66]],[[274481,422992],[90,1247],[-199,2235]],[[247118,420776],[-1281,149]],[[284828,421747],[-989,-927],[-267,651],[-693,-2144]],[[282879,419327],[-159,1700]],[[244200,420262],[-1263,158]],[[242937,420420],[2,812]],[[242939,421232],[20,5678]],[[290323,421993],[609,-3619]],[[290932,418374],[-696,-1839]],[[290236,416535],[-114,1663]],[[290122,418198],[-1307,5224]],[[292370,426715],[-184,-1985],[143,-700]],[[292329,424030],[-474,-3179],[-254,-504]],[[291601,420347],[-383,1322],[6,932]],[[242939,421232],[-1108,36]],[[241831,421268],[-6,813]],[[241825,422081],[-2,4670]],[[274481,422992],[82,-1388],[-230,-2519]],[[274333,419085],[-58,-527]],[[274275,418558],[-502,43]],[[273773,418601],[49,4903],[-212,34]],[[241825,422081],[-931,-55]],[[240894,422026],[21,2915],[-105,1664]],[[240894,422026],[-478,-14]],[[240416,422012],[1,803],[-1426,-54]],[[238991,422761],[-20,3675]],[[233878,426401],[60,-5898]],[[233938,420503],[-1042,58]],[[232896,420561],[-163,921],[-269,3901]],[[238991,422761],[0,-2171]],[[238991,420590],[-1104,-44]],[[237887,420546],[-30,5838]],[[235466,426268],[95,-3437]],[[235561,422831],[-21,-4851]],[[235540,417980],[-1218,74]],[[234322,418054],[-79,2428],[-305,21]],[[190260,412140],[-1085,14]],[[189175,412154],[-1095,-4]],[[188080,412150],[-519,2499],[-397,-2608],[-336,-472],[101,2059],[-351,2219]],[[237887,420546],[-2,-2440]],[[237885,418106],[-1261,68]],[[236624,418174],[7,4610]],[[236631,422784],[-50,3494]],[[270147,424126],[-32,-4044]],[[270115,420082],[-784,126],[-762,580]],[[268569,420788],[17,1352]],[[262849,422199],[1,-796]],[[262850,421403],[-1157,-62]],[[261693,421341],[-3,1350]],[[261690,422691],[52,3501]],[[236631,422784],[-1070,47]],[[261690,422691],[-625,-1]],[[259900,423206],[-1060,-73],[0,-541]],[[258840,422592],[-370,1079]],[[257581,423676],[-3,-4054]],[[257578,419622],[-1105,9]],[[256473,419631],[1,2822]],[[256474,422453],[-4,2035]],[[232896,420561],[7,-55]],[[232903,420506],[-1276,-7]],[[231627,420499],[-157,10]],[[231470,420509],[-1,4862]],[[286956,421509],[-435,-1129],[-728,-1101]],[[266426,425016],[-87,-5114]],[[266339,419902],[-1291,820]],[[265048,420722],[34,3903]],[[210856,423755],[-18,-8096],[-651,-3]],[[210187,415656],[-1239,-9]],[[230364,425368],[0,-4857]],[[230364,420511],[0,-4861]],[[230364,415650],[-953,8]],[[229411,415658],[-308,1]],[[229103,415659],[2,6484]],[[231470,420509],[-1106,2]],[[267401,418295],[-101,-658]],[[267300,417637],[-828,69]],[[266472,417706],[25,2123],[-158,73]],[[267182,423897],[1,-3714],[212,-4],[6,-1884]],[[255264,424515],[-14,-6129]],[[255250,418386],[-5,-4933]],[[255245,413453],[-1127,-59]],[[254118,413394],[14,9676]],[[204761,420480],[44,-3995],[-107,-2111]],[[204698,414374],[-40,-1499]],[[204658,412875],[-515,-982],[-138,-1866]],[[204005,410027],[-269,-196],[-186,2235],[-440,1922],[-526,245]],[[202584,414233],[-535,-3]],[[265048,420722],[-23,-1666]],[[265025,419056],[-1141,243]],[[263884,419299],[-6,2928]],[[276575,417992],[2,-1690],[-338,-982]],[[276239,415320],[-807,669],[-645,-1057]],[[274787,414932],[1,1006]],[[274788,415938],[-1,2667]],[[274787,418605],[3,4453]],[[256474,422453],[-391,-1026],[-571,-2640],[86,-782]],[[255598,418005],[-348,381]],[[292681,417933],[-2,100]],[[292679,418033],[-411,-199],[-60,940],[-392,65],[-407,-1734]],[[291409,417105],[-97,1099]],[[291312,418204],[289,2143]],[[292329,424030],[617,-741],[71,-1974],[-164,-3756],[-172,374]],[[271712,419752],[-260,-1288]],[[271452,418464],[-1312,274]],[[270140,418738],[-25,1344]],[[290122,418198],[-263,-1712]],[[289859,416486],[-319,873],[49,-1506],[-196,-651]],[[289393,415202],[-235,1650]],[[289158,416852],[-265,413],[-399,2752],[-272,117]],[[160617,423926],[82,-1783],[339,-681],[-59,-1870],[-213,-1153]],[[160766,418439],[-393,-947],[-168,-2179],[-364,-1740],[-738,-94],[-15,-1615]],[[159088,411864],[-2483,10]],[[156605,411874],[10,3351]],[[164380,410189],[-1412,-44],[-74,-533],[-535,1856],[-381,-2584]],[[161978,408884],[-186,-741]],[[161792,408143],[-928,5114],[-31,2656],[120,1726],[-187,800]],[[268569,420788],[-30,-2813]],[[268539,417975],[-1138,320]],[[214795,422133],[0,-6444]],[[214795,415689],[6,-7987]],[[214801,407702],[-2099,-116]],[[212702,407586],[-2,8093],[66,8115]],[[212702,407586],[-979,-41]],[[211723,407545],[-1541,11]],[[210182,407556],[3,3232]],[[210185,410788],[2,4868]],[[249478,421591],[4,-3680]],[[249482,417911],[-1008,385],[-87,-647]],[[248387,417649],[-390,-864],[-421,-125],[-193,1284]],[[247383,417944],[433,1112]],[[273773,418601],[-955,197]],[[272818,418798],[-313,822]],[[258840,422592],[0,-2942]],[[258840,419650],[1,-653]],[[258841,418997],[-1263,-39]],[[257578,418958],[0,664]],[[291312,418204],[-380,170]],[[259900,422676],[0,-2968]],[[259900,419708],[-1060,-58]],[[274787,418605],[-454,480]],[[254118,413394],[-1462,-13]],[[252656,413381],[8,7493]],[[240416,422012],[-1,-5688]],[[240415,416324],[-1409,-76]],[[239006,416248],[-15,4342]],[[236624,418174],[-6,-1893]],[[236618,416281],[-1077,81]],[[235541,416362],[-1,1618]],[[260691,422697],[7,-5629]],[[260698,417068],[-1,-2446]],[[260697,414622],[-797,-40]],[[259900,414582],[0,5126]],[[261693,421341],[13,-4278]],[[261706,417063],[-1008,5]],[[256473,419631],[4,-4874]],[[256477,414757],[-917,-11]],[[255560,414746],[38,3259]],[[263884,419299],[17,-5164]],[[263901,414135],[-164,-21]],[[263737,414114],[-912,-29]],[[262825,414085],[5,1641]],[[262830,415726],[20,5677]],[[225321,422154],[-1,-6473]],[[225320,415681],[-642,-7]],[[224678,415674],[-618,2]],[[224060,415676],[-1,6479]],[[224060,415676],[-949,-1]],[[223111,415675],[-312,-4]],[[222799,415671],[-1,6489]],[[226583,422158],[-2,-6488]],[[226581,415670],[-307,0]],[[226274,415670],[-954,11]],[[216825,422158],[-7,-6476]],[[216818,415682],[-238,-3]],[[216580,415679],[-1785,10]],[[221541,422168],[6,-6503]],[[221547,415665],[-1532,-5]],[[220015,415660],[-43,2]],[[219972,415662],[-12,6486]],[[227843,422155],[-2,-6487]],[[227841,415668],[-1260,2]],[[229103,415659],[-1262,9]],[[219972,415662],[-1519,9]],[[218453,415671],[-56,3]],[[218397,415674],[1,6464]],[[218397,415674],[-1579,8]],[[222799,415671],[-1245,-6]],[[221554,415665],[-7,0]],[[241831,421268],[7,-4945]],[[241838,416323],[-1399,2]],[[240439,416325],[-24,-1]],[[284989,419873],[-135,-1158],[-365,-437],[-280,-1345]],[[284209,416933],[-135,-748],[-607,-656],[-188,-939]],[[283279,414590],[-400,4737]],[[250744,420882],[11,-4342]],[[250755,416540],[4,-2437],[-209,-17]],[[250550,414086],[-738,301],[-265,799]],[[249547,415186],[-65,2725]],[[281430,418706],[-459,-6339],[-226,-1900]],[[280745,410467],[-1192,6]],[[279553,410473],[143,1890],[-17,4331],[292,3460]],[[287729,418188],[-193,-522],[-134,-4476],[-402,-2750]],[[287e3,410440],[-272,4]],[[286728,410444],[-19,0]],[[286709,410444],[-635,4132],[-197,2069],[-508,1252]],[[262830,415726],[-1089,-10]],[[261741,415716],[-35,1347]],[[242937,420420],[-5,-5731]],[[242932,414689],[-936,53]],[[241996,414742],[-158,1581]],[[283279,414590],[33,-4171]],[[283312,410419],[-28,0]],[[283284,410419],[-1756,39]],[[281528,410458],[270,1944],[385,4375]],[[279553,410473],[-342,-2]],[[279211,410471],[-1285,-23]],[[277926,410448],[-70,2461],[345,3475]],[[252342,420873],[-474,-4214]],[[251868,416659],[-1113,-119]],[[247383,417944],[-442,-2539]],[[246941,415405],[-262,-106],[-246,2264],[-607,13]],[[245826,417576],[5,1651]],[[252656,413381],[-31,-1626]],[[252625,411755],[-759,5]],[[251866,411760],[2,4899]],[[270140,418738],[-33,-4034],[-98,-688]],[[270009,414016],[-637,319]],[[269372,414335],[-891,172]],[[268481,414507],[58,3468]],[[266472,417706],[-35,-1885]],[[266437,415821],[-1449,559]],[[264988,416380],[37,2676]],[[239006,416248],[0,-1219]],[[239006,415029],[-1115,-150]],[[237891,414879],[-6,3227]],[[206434,415636],[-263,-1609]],[[206171,414027],[-698,-18]],[[205473,414009],[-2,412],[-773,-47]],[[231627,420499],[-1,-4856]],[[231626,415643],[-637,4]],[[230989,415647],[-625,3]],[[232903,420506],[433,-2548],[-67,-1276],[313,-1051]],[[233582,415631],[-87,0]],[[233495,415631],[-1249,8]],[[232246,415639],[-620,4]],[[234322,418054],[138,-4323]],[[234460,413731],[-255,-671],[-623,2571]],[[244178,419364],[30,-3037],[165,-1715]],[[244373,414612],[-1128,56]],[[243245,414668],[-313,21]],[[289158,416852],[-454,-2262],[-196,-1986]],[[288508,412604],[-541,-2144]],[[287967,410460],[-967,-20]],[[286709,410444],[-918,-3]],[[285791,410441],[-606,-7]],[[285185,410434],[-592,-13]],[[284593,410421],[124,2546],[-179,2926],[-329,1040]],[[200905,417336],[-779,-15],[-5,-3273],[-315,52],[0,-1664],[-1412,-62],[0,-2430],[-1717,-16],[1,-809],[-1384,192]],[[272795,414723],[-423,-10],[-218,-1045],[-319,59],[-5,-1092],[-317,67]],[[271513,412702],[-96,1662],[35,4100]],[[272818,418798],[-23,-4075]],[[259900,414582],[-209,-308]],[[259691,414274],[-843,-20]],[[258848,414254],[-7,4743]],[[257578,418958],[2,-4763]],[[257580,414195],[0,-1081]],[[257580,413114],[-876,36]],[[256704,413150],[-229,10],[2,1597]],[[245826,417576],[-7,-4829]],[[245819,412747],[1,-1636],[-1253,29]],[[244567,411140],[-193,1581],[-1,1891]],[[264988,416380],[-41,-2986]],[[264947,413394],[-298,808],[-748,-67]],[[274788,415938],[-600,318]],[[274188,416256],[87,2302]],[[291409,417105],[453,-5673],[-67,-3974]],[[291795,407458],[-8,-68]],[[291787,407390],[-674,1374],[-215,1839]],[[290898,410603],[-464,1137],[-81,1797],[-341,1921]],[[290012,415458],[-13,49]],[[289999,415507],[237,1028]],[[258848,414254],[-240,-36]],[[258608,414218],[-1028,-23]],[[274188,416256],[-53,-2245],[-194,-1195]],[[273941,412816],[-1155,355]],[[272786,413171],[9,1552]],[[292681,417933],[179,-418],[-159,-5398],[-46,2228],[-255,-3465],[103,-763],[-505,-2576],[-203,-83]],[[271513,412702],[-9,-1621]],[[271504,411081],[-1056,287]],[[270448,411368],[-261,927],[22,1648],[-200,73]],[[281528,410458],[-678,3]],[[280850,410461],[-105,6]],[[249547,415186],[-334,-14],[-11,-1088],[-814,-276]],[[248388,413808],[-1,3841]],[[161792,408143],[-203,-1301],[-432,-149],[-282,-3313],[-609,-861]],[[160266,402519],[-794,177]],[[159472,402696],[52,1463]],[[159524,404159],[106,2863],[-398,-48],[-7,2486],[153,591],[-290,1813]],[[255560,414746],[183,-1655],[-78,-4758]],[[255665,408333],[-417,-12]],[[255248,408321],[-3,5132]],[[277926,410448],[-234,-9]],[[277692,410439],[-800,-6]],[[276892,410433],[-426,0]],[[276466,410433],[-22,3775],[-205,1112]],[[268481,414507],[-116,-2692]],[[268365,411815],[-1169,326]],[[267196,412141],[-43,3579],[147,1917]],[[289999,415507],[-235,-1943],[-206,-350]],[[289558,413214],[-165,1988]],[[237891,414879],[8,-3256]],[[237899,411623],[-1244,79]],[[236655,411702],[-37,4579]],[[235541,416362],[8,-4089]],[[235549,412273],[-763,19]],[[234786,412292],[-326,1439]],[[181375,413882],[-2,-6764]],[[181373,407118],[-6,-16110]],[[181367,391008],[-2649,0]],[[178718,391008],[-2525,9020]],[[248388,413808],[0,-544]],[[248388,413264],[-1641,72]],[[246747,413336],[194,2069]],[[267196,412141],[-24,-2179]],[[267172,409962],[-1117,398]],[[266055,410360],[17,1046]],[[266072,411406],[162,-81],[203,4496]],[[246747,413336],[32,-697]],[[246779,412639],[-960,108]],[[200920,414122],[-228,4],[1,-10296]],[[200693,403830],[-885,2]],[[199808,403832],[-4513,9]],[[195295,403841],[-1,2439]],[[261741,415716],[-55,-4023]],[[261686,411693],[-223,-17]],[[261463,411676],[-823,-18]],[[260640,411658],[57,2964]],[[284593,410421],[-604,-5]],[[283989,410416],[-677,3]],[[289558,413214],[-576,-1173]],[[288982,412041],[-434,587]],[[288548,412628],[-38,-23]],[[288510,412605],[-2,-1]],[[251866,411760],[-181,-2587]],[[251685,409173],[-599,19]],[[251086,409192],[-316,21],[-7,2708],[-211,269]],[[250552,412190],[-2,1896]],[[206688,415637],[-41,-6]],[[206647,415631],[-213,-1605]],[[206434,414026],[-263,1]],[[241996,414742],[-30,-6459]],[[241966,408283],[-4,0]],[[241962,408283],[-1090,94]],[[240872,408377],[8,1624],[-470,45]],[[240410,410046],[29,6279]],[[266072,411406],[-502,924],[-631,517]],[[264939,412847],[8,547]],[[240410,410046],[-1140,66]],[[239270,410112],[-272,4],[8,4913]],[[236655,411702],[-1,-802]],[[236654,410900],[-1104,25]],[[235550,410925],[-1,1348]],[[274786,410447],[-874,-18]],[[273912,410429],[29,2387]],[[274787,414932],[-1,-4485]],[[276466,410433],[-1406,8]],[[275060,410441],[-274,6]],[[188080,412150],[154,-1357],[-372,-847],[15,-4365],[-94,-1439],[-489,-27],[-259,-1246]],[[187035,402869],[-502,281],[-66,4178],[-5094,-210]],[[262825,414085],[-5,-3544]],[[262820,410541],[-613,-224]],[[262207,410317],[-419,17],[-102,1359]],[[216580,415679],[-8,-8083]],[[216572,407596],[-1771,-4]],[[214801,407592],[0,110]],[[218453,415671],[-6,-8082]],[[218447,407589],[-1806,7]],[[216641,407596],[-69,0]],[[156605,411874],[135,-4012]],[[156740,407862],[1,-964],[-483,-512],[-38,-1771],[225,-3191],[-238,-1152],[-36,-1898],[296,-1405],[109,-1803],[362,-938]],[[156938,394228],[-728,41],[-164,-808],[-645,-63],[-455,-694]],[[154946,392704],[-541,2801],[109,2093],[-386,5926],[150,3428],[-35,2228],[-194,3368],[-468,3106]],[[226274,415670],[1,-6485]],[[226275,409185],[-1,-1617]],[[226274,407568],[-1548,10]],[[224726,407578],[-50,3]],[[224676,407581],[2,8093]],[[224676,407581],[-1502,8]],[[223174,407589],[-61,1]],[[223113,407590],[-2,8085]],[[227841,415668],[2,-6478]],[[227843,409190],[-1568,-5]],[[229411,415658],[-2,-8099]],[[229409,407559],[-425,-1]],[[228984,407558],[-1141,12]],[[227843,407570],[0,1620]],[[220015,415660],[-6,-8093]],[[220009,407567],[-1504,22]],[[218505,407589],[-58,0]],[[170987,398754],[-249,-368]],[[170738,398386],[-2476,18]],[[168262,398404],[-1,696],[-1014,5147],[112,6217],[-310,-1673]],[[221554,415665],[-6,-8087]],[[221548,407578],[-1487,-3]],[[220061,407575],[-52,-8]],[[223113,407590],[-1493,-14]],[[221620,407576],[-72,2]],[[230989,415647],[1,-8092]],[[230990,407555],[-955,2]],[[230035,407557],[-626,2]],[[210185,410788],[-3283,6]],[[206902,410794],[415,545],[-67,968],[390,99],[54,1354],[-365,-16],[-165,-1868],[-731,-135]],[[206433,411741],[1,2285]],[[233495,415631],[0,-6461]],[[233495,409170],[-625,0]],[[232870,409170],[-626,1]],[[232244,409171],[2,6468]],[[232244,409171],[-1,-1611],[-687,-7]],[[231556,407553],[-566,2]],[[234786,412292],[-21,-1748],[-200,350],[-276,-2271]],[[234289,408623],[-168,539],[-626,8]],[[290898,410603],[-392,-2264]],[[290506,408339],[-409,2275],[-302,2865]],[[289795,413479],[217,1979]],[[250552,412190],[-498,-1355],[-387,-1885],[5,-2169]],[[249672,406781],[-468,-23]],[[249204,406758],[-627,-24]],[[248577,406734],[-163,3649],[-26,2881]],[[239270,410112],[-32,-1637]],[[239238,408475],[-1337,-78]],[[237901,408397],[-2,3226]],[[243245,414668],[-19,-5394]],[[243226,409274],[-941,82],[-5,-1096],[-314,23]],[[256704,413150],[-11,-4877]],[[256693,408273],[-517,45]],[[256176,408318],[-511,15]],[[272786,413171],[-213,31],[-15,-3018],[100,-1891]],[[272658,408293],[-850,-351]],[[271808,407942],[-304,3139]],[[244567,411140],[169,-1392]],[[244736,409748],[-1143,47],[1,-537]],[[243594,409258],[-368,16]],[[260640,411658],[-101,-1640]],[[260539,410018],[-888,-25]],[[259651,409993],[40,4281]],[[269372,414335],[-25,-1734],[207,-77],[64,-3317]],[[269618,409207],[-318,124],[-21,-1094],[-338,108],[-318,-1009]],[[268623,407336],[-310,141],[52,4338]],[[205473,414009],[-1,-3086]],[[205472,410923],[-407,495],[-407,1457]],[[270448,411368],[146,-862],[-65,-3237]],[[270529,407269],[-311,107]],[[270218,407376],[-615,748],[15,1083]],[[259651,409993],[-1,-1094]],[[259650,408899],[-829,-88]],[[258821,408811],[-213,-27]],[[258608,408784],[0,5434]],[[202584,414233],[137,-2936],[562,-2151],[-209,-2932],[145,-2133]],[[203219,404081],[-612,-329]],[[202607,403752],[-1914,78]],[[204005,410027],[367,-1170],[-102,-1326]],[[204270,407531],[-525,-3718],[-328,267]],[[203417,404080],[-198,1]],[[258608,408784],[-389,-585],[-532,8]],[[257687,408207],[-86,542],[-21,4365]],[[264939,412847],[-109,-226],[-59,-4847]],[[264771,407774],[-700,215]],[[264071,407989],[-317,28]],[[263754,408017],[-17,6097]],[[263754,408017],[1,-413],[-936,-24]],[[262819,407580],[1,2961]],[[206433,411741],[-1,-3287]],[[206432,408454],[13,-903]],[[206445,407551],[-516,-5958],[-264,-2164]],[[205665,399429],[-5,0]],[[205660,399429],[-187,-2],[-3,8127]],[[205470,407554],[2,3369]],[[206902,410794],[-80,-2161],[-167,812],[-223,-991]],[[290506,408339],[-301,-1740]],[[290205,406599],[-214,1002]],[[289991,407601],[-385,1831],[-352,446],[-281,1743]],[[288973,411621],[822,1858]],[[255248,408321],[1,-2424]],[[255249,405897],[-1194,77]],[[254055,405974],[-17,3810]],[[254038,409784],[80,3610]],[[254038,409784],[-270,-622],[-1139,-17]],[[252629,409145],[-4,2610]],[[248577,406734],[-633,-33]],[[247944,406701],[-412,-2]],[[247532,406699],[2,2166],[-201,554],[5,1620],[-635,683]],[[246703,411722],[76,917]],[[273912,410429],[-309,-2118]],[[273603,408311],[-264,-1244]],[[273339,407067],[6,599],[-687,627]],[[257687,408207],[-84,-2441]],[[257603,405766],[-705,61]],[[256898,405827],[-209,8],[4,2438]],[[205470,407554],[-1200,-23]],[[266055,410360],[-47,-3101]],[[266008,407259],[-855,352]],[[265153,407611],[-382,163]],[[246703,411722],[-132,-1725],[183,-3269]],[[246754,406728],[-92,-2345]],[[246662,404383],[-900,73]],[[245762,404456],[-253,771],[-419,2924]],[[245090,408151],[-354,1597]],[[288982,412041],[-534,-3560],[147,-1015],[-73,-1880],[204,-1804]],[[288726,403782],[-376,-1333],[-304,88]],[[288046,402537],[-18,1506]],[[288028,404043],[-61,6417]],[[288510,412605],[38,23]],[[251086,409192],[2,-5734],[-320,52]],[[250768,403510],[-1088,3],[-8,3268]],[[235550,410925],[3,-4037]],[[235553,406888],[-1398,56]],[[234155,406944],[134,1679]],[[192584,405745],[-2935,12],[-153,2687],[-321,1686]],[[189175,410130],[0,2024]],[[189175,410130],[1,-4419],[-152,2],[6,-8099]],[[189030,397614],[-1545,14],[-447,229]],[[187038,397857],[-3,5012]],[[268623,407336],[-26,-1603]],[[268597,405733],[-717,218],[40,496],[-788,178]],[[267132,406625],[40,3337]],[[159524,404159],[-693,578],[2,-532],[-1674,-52]],[[157159,404153],[9,3692],[-428,17]],[[252629,409145],[5,-3808]],[[252634,405337],[-318,9],[-371,2452],[-255,17],[-5,1358]],[[262207,410317],[-5,-3506]],[[262202,406811],[-729,-13]],[[261473,406798],[-10,4878]],[[261473,406798],[1,-1345]],[[261474,405453],[-925,-9]],[[260549,405444],[-10,4574]],[[247532,406699],[-778,29]],[[237901,408397],[-2,-1616]],[[237899,406781],[-1252,49]],[[236647,406830],[7,4070]],[[289991,407601],[-61,-2065],[-434,1889],[-494,-3193]],[[289002,404232],[-350,2027]],[[288652,406259],[12,7]],[[288664,406266],[-51,2043]],[[288613,408309],[-8,430]],[[288605,408739],[368,2882]],[[164781,405356],[-1401,-15],[-152,1283],[-273,170],[-234,-1182],[-772,-1245]],[[161949,404367],[29,4517]],[[271808,407942],[-352,-103],[16,-1874],[-379,-569]],[[271093,405396],[-587,184],[23,1689]],[[236647,406830],[-6,-1351]],[[236641,405479],[-1087,27]],[[235554,405506],[-1,1382]],[[210182,407556],[-20,1]],[[210162,407557],[-2635,-8]],[[207527,407549],[-1082,2]],[[168262,398404],[-491,-22],[-237,-2422],[1,-1714],[313,16],[-13,-8145],[-697,1]],[[167138,386118],[-482,2257]],[[166656,388375],[-55,3726],[-157,-50],[-42,4120],[307,671],[-2,1728],[-666,42]],[[166041,398612],[-32,2039],[-419,1034]],[[165590,401685],[652,1617],[543,5284]],[[291787,407390],[22,-3591],[-686,-1401]],[[291123,402398],[-572,644]],[[290551,403042],[14,1877],[-360,1680]],[[262819,407580],[-2,-848]],[[262817,406732],[-615,79]],[[283284,410419],[-281,-1862],[-298,-5500]],[[282705,403057],[-115,-74]],[[282590,402983],[-298,3217]],[[282292,406200],[-167,1078],[132,1025],[-513,247]],[[281744,408550],[-440,1436],[-237,-1383],[-192,274]],[[280875,408877],[-25,1584]],[[280875,408877],[-278,-307],[-96,-1937]],[[280501,406633],[-526,345]],[[279975,406978],[-386,1376],[-475,-3170],[-283,767]],[[278831,405951],[380,4520]],[[278831,405951],[-568,-2831]],[[278263,403120],[-600,-2270]],[[277663,400850],[29,9589]],[[288028,404043],[-186,-68]],[[287842,403975],[-578,293],[198,3147],[-296,-282]],[[287166,407133],[-438,3311]],[[276892,410433],[-365,-5307]],[[276527,405126],[-123,314]],[[276404,405440],[-598,2940],[-675,502]],[[275131,408882],[-71,1559]],[[277663,400850],[0,-206]],[[277663,400644],[-557,1424],[-342,-761]],[[276764,401307],[-239,1285]],[[276525,402592],[2,2534]],[[287166,407133],[-74,-2015],[-419,-1267],[83,1880],[-379,-1384]],[[286377,404347],[-194,1934],[-292,888],[-100,3272]],[[275131,408882],[-285,-1378],[11,-1745]],[[274857,405759],[-140,-755]],[[274717,405004],[-207,396]],[[274510,405400],[-283,562],[-368,2261],[-256,88]],[[286377,404347],[69,-1031],[-251,-2457],[-293,640]],[[285902,401499],[0,2434],[-506,6],[2,-1756],[256,-748]],[[285654,401435],[-221,-442]],[[285433,400993],[-513,2542]],[[284920,403535],[-27,1753],[292,5146]],[[284920,403535],[-797,69]],[[284123,403604],[171,2561],[-558,2378],[253,1873]],[[284123,403604],[-2,-8]],[[284121,403596],[-805,-2420]],[[283316,401176],[-301,1526],[-310,355]],[[267132,406625],[-296,-2585]],[[266836,404040],[-607,26]],[[266229,404066],[40,3087],[-261,106]],[[192583,405610],[37,-825],[-294,-4891],[-129,-5401],[227,-2018],[156,-4770]],[[192580,387705],[-3568,0],[0,191]],[[189012,387896],[18,9718]],[[240872,408377],[-43,-5375]],[[240829,403002],[-232,408],[-163,-2184]],[[240434,401226],[-711,2931]],[[239723,404157],[-347,980],[-138,3338]],[[260549,405444],[-153,-1912]],[[260396,403532],[-746,-50]],[[259650,403482],[0,5417]],[[281744,408550],[-325,-479],[-251,-3773]],[[281168,404298],[-330,1391]],[[280838,405689],[-337,944]],[[245090,408151],[-786,-2744],[61,-2460]],[[244365,402947],[-779,381]],[[243586,403328],[8,5930]],[[254055,405974],[-144,-1904]],[[253911,404070],[-1278,-83]],[[252633,403987],[1,1350]],[[243586,403328],[-1650,162]],[[241936,403490],[26,4793]],[[270218,407376],[-23,-1681],[-315,124],[-26,-1652]],[[269854,404167],[-626,216],[-9,-491],[-644,-24]],[[268575,403868],[22,1865]],[[227843,407570],[-4,-4859]],[[227839,402711],[-1559,8]],[[226280,402719],[-6,4849]],[[232870,409170],[-17,-4355]],[[232853,404815],[-53,-3774]],[[232800,401041],[-1244,5]],[[231556,401046],[0,6507]],[[234155,406944],[373,-2132]],[[234528,404812],[-590,6]],[[233938,404818],[-1085,-3]],[[252633,403987],[0,-2970]],[[252633,401017],[-933,24]],[[251700,401041],[-932,31]],[[250768,401072],[0,2438]],[[279975,406978],[-539,-3798],[-360,-1739]],[[279076,401441],[-431,1393],[-382,286]],[[273339,407067],[-230,-1522]],[[273109,405545],[-695,-2161]],[[272414,403384],[-195,1249],[-314,-1223],[-55,-1445],[-293,114],[-131,-1044]],[[271426,401035],[10,997],[-367,905],[24,2459]],[[276404,405440],[-240,-950],[-479,-156]],[[275685,404334],[-828,1425]],[[259650,403482],[-372,-61]],[[259278,403421],[-462,-45]],[[258816,403376],[5,5435]],[[161949,404367],[-299,-280],[-426,-2782],[0,-3647]],[[161224,397658],[-376,-706]],[[160848,396952],[-363,-449],[-90,-981],[-129,6997]],[[258816,403376],[-362,-36]],[[258454,403340],[-695,149]],[[257759,403489],[-4,2280],[-152,-3]],[[282292,406200],[-394,-2354],[-185,-1907]],[[281713,401939],[-545,2359]],[[239723,404157],[-203,523],[-147,-1561],[-300,-406],[-194,-1441],[-195,1193]],[[238684,402465],[-29,-1189],[-453,360],[-301,-768]],[[237901,400868],[-2,5913]],[[241936,403490],[-12,-1887]],[[241924,401603],[-322,44]],[[241602,401647],[-773,1355]],[[256176,408318],[-109,-1613],[-6,-4868]],[[256061,401837],[-1014,8]],[[255047,401845],[202,1649],[0,2403]],[[256898,405827],[-7,-2443],[-310,8],[-2,-3248]],[[256579,400144],[-520,69]],[[256059,400213],[2,1624]],[[274510,405400],[-752,-2906]],[[273758,402494],[-136,1719],[-196,-664]],[[273426,403549],[-49,2100],[-268,-104]],[[246361,401187],[-1284,58],[-7,-1638],[-209,11]],[[244861,399618],[-414,50]],[[244447,399668],[-82,3279]],[[245762,404456],[468,-1904],[131,-1365]],[[264071,407989],[93,-711],[-59,-4822]],[[264105,402456],[-1299,240]],[[262806,402696],[11,4036]],[[265153,407611],[-83,-5848]],[[265070,401763],[-704,292]],[[264366,402055],[-261,401]],[[157159,404153],[-103,-1293],[316,-1811],[516,-796],[-42,-2231],[424,-2417]],[[158270,395605],[-153,-1117]],[[158117,394488],[-193,-2961],[-454,-702]],[[157470,390825],[-532,3403]],[[214801,407592],[7,-8099]],[[214808,399493],[2,-1604]],[[214810,397889],[-3111,-174]],[[211699,397715],[24,9830]],[[289029,404122],[-16,45]],[[289013,404167],[-11,65]],[[290551,403042],[-150,-2724]],[[290401,400318],[-533,654],[-508,1437],[-331,1713]],[[223174,407589],[-9,-8099]],[[223165,399490],[-1516,-10]],[[221649,399480],[-38,0]],[[221611,399480],[9,8096]],[[265463,401619],[-346,126]],[[265117,401745],[-47,18]],[[266229,404066],[-541,-2162],[-225,-285]],[[216641,407596],[-7,-8066]],[[216634,399530],[-241,-6]],[[216393,399524],[-1585,-31]],[[218505,407589],[-3,-8092]],[[218502,399497],[-253,0]],[[218249,399497],[-1615,33]],[[224726,407578],[-8,-6473]],[[224718,401105],[0,-1621]],[[224718,399484],[-1525,8]],[[223193,399492],[-28,-2]],[[220061,407575],[-7,-8104]],[[220054,399471],[-1552,26]],[[228984,407558],[-8,-6447]],[[228976,401111],[-4,-1634]],[[228972,399477],[-1137,-7]],[[227835,399470],[4,3241]],[[226280,402719],[-2,-1625]],[[226278,401094],[-1560,11]],[[221611,399480],[-1512,-5]],[[220099,399475],[-45,-4]],[[230035,407557],[-404,-3028],[468,-4114],[473,-185]],[[230572,400230],[-5,-2410],[-307,8]],[[230260,397828],[0,542],[-975,290],[5,2433],[-314,18]],[[207527,407549],[-7,-8122]],[[207520,399427],[-1032,5]],[[206488,399432],[-823,-3]],[[210162,407557],[-14,-13021],[-936,36]],[[209212,394572],[12,4830],[-1704,25]],[[231556,401046],[-18,-1625]],[[231538,399421],[-118,1200],[-442,280],[-406,-671]],[[211699,397715],[-29,-7916]],[[211670,389799],[2,-1622],[-925,-165]],[[210747,388012],[-1530,111]],[[209217,388123],[-5,6449]],[[205660,399429],[4,-8051]],[[205664,391378],[-1785,-68]],[[203879,391310],[176,2110],[-338,2531],[-236,-28],[-218,2136]],[[203263,398059],[20,4732],[134,1289]],[[271426,401035],[-87,-662]],[[271339,400373],[-1426,435]],[[269913,400808],[-59,3359]],[[187038,397857],[-586,-3353],[17,-2559],[-254,-958],[-384,92],[-188,-2026]],[[185643,389053],[-4276,11]],[[181367,389064],[0,1944]],[[280838,405689],[20,-2091],[-220,-1799],[43,-1667],[-291,-1467]],[[280390,398665],[-1091,2059],[-223,717]],[[235554,405506],[-2,-5520]],[[235552,399986],[-482,732]],[[235070,400718],[-348,1876],[57,1415],[-251,803]],[[262806,402696],[-686,37]],[[262120,402733],[-425,22],[-218,-746]],[[261477,402009],[-3,3444]],[[237901,400868],[-183,147],[-782,-1329]],[[236936,399686],[-300,1183]],[[236636,400869],[5,4610]],[[250768,401072],[-307,-8],[0,-3525]],[[250461,397539],[-935,2],[-151,-542]],[[249375,396999],[-164,-3]],[[249211,396996],[-7,9762]],[[249211,396996],[-1245,20]],[[247966,397016],[-6,4876]],[[247960,401892],[-16,4809]],[[164769,402898],[-1779,-16],[-231,-508],[-692,-3277],[-169,-1785],[-674,346]],[[247960,401892],[-463,-687],[1,-945],[-743,197],[-64,-1253]],[[246691,399204],[-29,5179]],[[268575,403868],[-39,-2983]],[[268536,400885],[-64,-729]],[[268472,400156],[-1582,537]],[[266890,400693],[-54,3347]],[[282590,402983],[-306,-3506]],[[282284,399477],[-571,2462]],[[195295,403841],[-25,-16136]],[[195270,387705],[-2690,0]],[[255047,401845],[-69,-1900]],[[254978,399945],[-895,326]],[[254083,400271],[-160,-18]],[[253923,400253],[-12,3817]],[[273426,403549],[-646,-1538]],[[272780,402011],[-366,1373]],[[257759,403489],[-152,-219],[7,-3170]],[[257614,400100],[-1035,44]],[[275685,404334],[85,-2807]],[[275770,401527],[-169,-2411]],[[275601,399116],[-203,-165]],[[275398,398951],[-825,1176]],[[274573,400127],[195,794],[-216,1514],[165,2569]],[[281713,401939],[-331,-4249]],[[281382,397690],[-453,-530]],[[280929,397160],[-54,1697],[-336,-1326],[-249,538]],[[280290,398069],[100,596]],[[236636,400869],[-257,453],[-437,-2067],[-407,-128]],[[235535,399127],[17,859]],[[261477,402009],[-400,-1353]],[[261077,400656],[-346,-1150],[-342,-59]],[[260389,399447],[7,4085]],[[276525,402592],[-354,-957],[-401,-108]],[[274573,400127],[-368,-1330]],[[274205,398797],[-236,255]],[[273969,399052],[-281,3046],[70,396]],[[233938,404818],[-18,-6982]],[[233920,397836],[-872,234]],[[233048,398070],[-272,169],[24,2802]],[[235070,400718],[-349,74],[-25,-3937]],[[234696,396855],[-411,-173]],[[234285,396682],[-361,-327],[-4,1481]],[[159472,402696],[-103,-2315],[298,-2192],[9,-2579]],[[159676,395610],[-1406,-5]],[[240434,401226],[-265,-1911],[27,-1099]],[[240196,398216],[-322,-2537]],[[239874,395679],[-1243,272]],[[238631,395951],[53,6514]],[[272780,402011],[-162,-1543]],[[272618,400468],[-357,-942],[-433,-2022]],[[271828,397504],[-465,1315]],[[271363,398819],[-24,1554]],[[246691,399204],[104,-2426],[318,-370]],[[247113,396408],[-268,-1767],[-327,1147]],[[246518,395788],[-157,5399]],[[269913,400808],[-106,32],[-45,-3310]],[[269762,397530],[-314,137]],[[269448,397667],[30,1913],[-311,800],[-631,505]],[[273969,399052],[-615,-1858]],[[273354,397194],[-359,392]],[[272995,397586],[-242,74],[-135,2808]],[[288046,402537],[11,-942]],[[288057,401595],[-639,-5]],[[287418,401590],[-372,-2533],[-163,577],[-139,-1617],[-138,1747],[461,4160],[775,51]],[[203263,398059],[-1079,33]],[[202184,398092],[232,2578],[24,2143],[167,939]],[[253923,400253],[-983,-53]],[[252940,400200],[-307,817]],[[266890,400693],[-89,-2651]],[[266801,398042],[-801,-648]],[[266e3,397394],[-555,16],[18,4209]],[[285902,401499],[-150,-622]],[[285752,400877],[-98,558]],[[285433,400993],[-397,-2058]],[[285036,398935],[-134,518]],[[284902,399453],[-167,-26],[-614,4169]],[[199808,403832],[101,-2046]],[[199909,401786],[-296,-714]],[[199613,401072],[-737,-3251],[-270,662],[-334,-354],[-440,-2814],[-665,-1480],[1,-2999]],[[197168,390836],[-2,-3131],[-1896,0]],[[202184,398092],[-58,-1116]],[[202126,396976],[-415,809],[-150,-1174],[-541,1039],[-198,1577],[-600,-2],[-313,2561]],[[289289,396094],[-480,-882],[-190,-1251],[-469,-135]],[[288150,393826],[-70,5854]],[[288080,399680],[-23,1915]],[[288726,403782],[311,-1995],[21,-3695],[231,-1998]],[[258454,403340],[32,-5425],[144,8]],[[258630,397923],[2,-1078]],[[258632,396845],[-1016,28]],[[257616,396873],[-2,3227]],[[260389,399447],[-315,-33],[3,-1128]],[[260077,398286],[-173,-511],[-611,176]],[[259293,397951],[-15,5470]],[[244447,399668],[-615,99],[-12,-1654]],[[243820,398113],[-1328,97]],[[242492,398210],[16,3269],[-584,124]],[[284902,399453],[-317,-3074]],[[284585,396379],[-327,-588]],[[284258,395791],[-575,2284]],[[283683,398075],[-376,337],[-185,1327],[194,1437]],[[259293,397951],[-663,-28]],[[241246,396473],[-791,166],[-259,1577]],[[241602,401647],[-356,-5174]],[[279076,401441],[-306,-3713],[122,-2044],[-246,-2142]],[[278646,393542],[-601,2684]],[[278045,396226],[-22,130]],[[278023,396356],[164,2029],[-157,242],[174,1961],[-541,56]],[[291123,402398],[69,-689],[-433,-4685],[-217,-1125],[-299,-2],[197,2821],[-39,1600]],[[283683,398075],[-584,-3904]],[[283099,394171],[-333,1776]],[[282766,395947],[-855,1322]],[[281911,397269],[373,2208]],[[164778,400098],[2,-985]],[[164780,399113],[3,-842]],[[164783,398271],[-389,10],[-272,-829],[-495,64],[-430,-2100],[-547,1772],[-795,-2034],[-254,-3502]],[[161601,391652],[-950,430]],[[160651,392082],[48,3551],[149,1319]],[[264366,402055],[-167,-4639]],[[264199,397416],[-520,1367]],[[263679,398783],[-327,-384]],[[263352,398399],[-336,1361],[-212,-782]],[[262804,398978],[2,3718]],[[262120,402733],[-187,-6686]],[[261933,396047],[-9,-343]],[[261924,395704],[-187,-294]],[[261737,395410],[-674,-15]],[[261063,395395],[14,5261]],[[262804,398978],[-161,-1387]],[[262643,397591],[-710,-1544]],[[227835,399470],[-1,-3241]],[[227834,396229],[-1551,10]],[[226283,396239],[-5,4855]],[[160651,392082],[-328,7]],[[160323,392089],[-249,595],[-92,1588],[-306,1338]],[[276764,401307],[-43,-2135]],[[276721,399172],[-197,-2650],[-527,-489]],[[275997,396033],[78,1671],[-474,1412]],[[238631,395951],[-2,-269]],[[238629,395682],[-940,177],[-5,-542],[-774,158]],[[236910,395475],[26,4211]],[[278023,396356],[-421,199],[-771,1158],[-110,1459]],[[264942,392757],[-495,1045]],[[264447,393802],[-4,881]],[[264443,394683],[-244,2733]],[[265117,401745],[-175,-8988]],[[281911,397269],[-117,-636]],[[281794,396633],[-412,1057]],[[247966,397016],[-356,-13],[-7,-1413]],[[247603,395590],[-490,818]],[[286601,396690],[-270,-2438],[180,3428],[90,-990]],[[288080,399680],[-243,-645],[-318,-3541]],[[287519,395494],[-452,119]],[[287067,395613],[-237,-813],[-18,1649],[166,2200],[440,2941]],[[256059,400213],[0,-4914]],[[256059,395299],[-785,-99]],[[255274,395200],[-296,4745]],[[202126,396976],[391,-1636],[384,-265],[-241,-1239],[-125,-2430],[202,-1122],[70,-1956],[300,-2059]],[[203107,386269],[-2100,52],[-1,-5185]],[[201006,381136],[-1582,2]],[[199424,381138],[-184,2879]],[[199240,384017],[376,1],[-3,6826]],[[199613,390844],[0,10228]],[[266e3,397394],[-90,-7128]],[[265910,390266],[-554,2430]],[[265356,392696],[-414,61]],[[242492,398210],[-119,-2235],[32,-2529],[-220,-3074]],[[242185,390372],[-394,741],[-91,1045]],[[241700,392158],[-289,3405]],[[241411,395563],[-165,910]],[[166041,398612],[-586,525],[-675,-24]],[[280290,398069],[-483,-2836],[-192,-318],[-231,-2313]],[[279384,392602],[-347,1620],[-177,-1641]],[[278860,392581],[-214,961]],[[285904,391677],[-438,651]],[[285466,392328],[40,2580],[-96,1946],[-374,2081]],[[285752,400877],[17,-34]],[[285769,400843],[123,37]],[[285892,400880],[302,-2195],[-274,-289],[359,-1162],[-397,-2847],[22,-2710]],[[236910,395475],[-14,-1566]],[[236896,393909],[-1362,260]],[[235534,394169],[1,3667]],[[235535,397836],[0,1291]],[[246518,395788],[-459,-1047],[-357,-130]],[[245702,394611],[-426,36],[-426,2233]],[[244850,396880],[11,2738]],[[230260,397828],[-3,-3239]],[[230257,394589],[-1081,7]],[[229176,394596],[-204,1767],[0,3114]],[[199613,390844],[-2445,-8]],[[226283,396239],[-1,-1625]],[[226282,394614],[-1549,-5]],[[224733,394609],[-15,4875]],[[233048,398070],[-2,-3479]],[[233046,394591],[-1241,3]],[[231805,394594],[-1,4258],[-266,569]],[[251700,401041],[-3,-5671],[315,56]],[[252012,395426],[-4,-1645]],[[252008,393781],[-1234,-55],[-1,-1621]],[[250773,392105],[-323,107]],[[250450,392212],[11,5327]],[[252940,400200],[-3,-4846]],[[252937,395354],[-925,72]],[[231805,394594],[2,-2436]],[[231807,392158],[-1134,-2]],[[230673,392156],[-105,1611],[-311,822]],[[269448,397667],[-55,-3546],[-336,-2]],[[269057,394119],[-207,85]],[[268850,394204],[-308,109],[-130,1734]],[[268412,396047],[60,4109]],[[270916,394754],[20,1086],[-281,1702],[-269,-1234]],[[270386,396308],[9,758],[-633,464]],[[271363,398819],[-98,-3218],[-349,-847]],[[235535,397836],[-738,278],[-101,-1259]],[[268412,396047],[-1128,225],[-164,1037]],[[267120,397309],[-319,733]],[[261063,395395],[-665,-1817]],[[260398,393578],[-311,-147]],[[260087,393431],[-10,4855]],[[272995,397586],[-322,-2153]],[[272673,395433],[-626,51]],[[272047,395484],[-219,2020]],[[255274,395200],[-23,-931]],[[255251,394269],[-1050,-45]],[[254201,394224],[-106,0]],[[254095,394224],[-12,6047]],[[254095,394224],[-871,-49]],[[253224,394175],[-287,84],[0,1095]],[[257616,396873],[-2,-1632]],[[257614,395241],[-617,-10]],[[256997,395231],[-542,-4]],[[256455,395227],[-396,72]],[[275398,398951],[-49,-2705],[-193,-1560],[-17,-2747]],[[275139,391939],[-179,223]],[[274960,392162],[-177,2249],[-237,821]],[[274546,395232],[-309,1940],[-32,1625]],[[178718,391008],[0,-11659],[-2488,-10],[-9,-22498]],[[176221,356841],[9,-15660]],[[176230,341181],[-3544,18062]],[[172686,359243],[1,19187],[-1464,8789]],[[171223,387219],[-1407,8282],[-2,1512],[924,1373]],[[244850,396880],[-2,-2773],[-421,28],[-7,-2523]],[[244420,391612],[-356,-627],[-262,515]],[[243802,391500],[-20,-7]],[[243782,391493],[38,6620]],[[263352,398399],[22,-5065]],[[263374,393334],[-124,-465]],[[263250,392869],[-377,1491]],[[262873,394360],[-210,810]],[[262663,395170],[-20,2421]],[[288150,393826],[43,-3599]],[[288193,390227],[-151,927],[-491,-152]],[[287551,391002],[-166,1427],[180,785]],[[287565,393214],[-46,2280]],[[218249,399497],[-18,-8071]],[[218231,391426],[-863,14]],[[217368,391440],[-992,-7]],[[216376,391433],[17,8091]],[[216376,391433],[-231,-10]],[[216145,391423],[-1332,-39]],[[214813,391384],[-3,6505]],[[223193,399492],[-14,-8122]],[[223179,391370],[-1512,-4]],[[221667,391366],[-36,-1]],[[221631,391365],[18,8115]],[[220099,399475],[-16,-8095]],[[220083,391380],[-260,15]],[[219823,391395],[-1228,34]],[[218595,391429],[-364,-3]],[[229176,394596],[-104,-1079],[-8,-3775]],[[229064,389742],[-1230,0]],[[227834,389742],[0,6487]],[[224733,394609],[-4,-3237]],[[224729,391372],[-1523,-3]],[[223206,391369],[-27,1]],[[221631,391365],[-1548,15]],[[285466,392328],[-31,-1556]],[[285435,390772],[-7,-2276]],[[285428,388496],[-134,1401],[-606,809],[-230,-837],[-81,1376]],[[284377,391245],[169,2219]],[[284546,393464],[298,1555],[-259,1360]],[[206488,399432],[13,-4858],[-121,-1295],[371,-47],[-10,-2736]],[[206741,390496],[-830,-42],[-247,924]],[[209217,388123],[-2473,-52]],[[206744,388071],[-3,2425]],[[264443,394683],[-524,-1280]],[[263919,393403],[-110,901],[24,2588],[-154,1891]],[[278045,396226],[-294,-515],[-232,-1658],[80,-1120],[-325,-2167]],[[277274,390766],[-416,1407],[-243,-3513],[-463,-1711],[-244,275],[-358,-1593]],[[275550,385631],[171,2537],[-267,3168]],[[275454,391336],[428,949],[115,3748]],[[166656,388375],[-699,3239]],[[165957,391614],[-901,4159]],[[165056,395773],[-269,1240],[-4,1258]],[[275454,391336],[-315,603]],[[274546,395232],[-268,-471],[-788,-2996]],[[273490,391765],[-200,1393],[150,994],[-86,3042]],[[280929,397160],[39,-1197],[-240,-2110]],[[280728,393853],[-452,-1704],[-259,-2493]],[[280017,389656],[-633,2946]],[[263919,393403],[-308,-257]],[[263611,393146],[-237,188]],[[272047,395484],[-122,-4567],[68,-1111]],[[271993,389806],[-308,-1084],[-178,1340]],[[271507,390062],[-213,1013]],[[271294,391075],[-378,3679]],[[171223,387219],[-1840,-10801],[-214,48]],[[169169,376466],[-2031,9652]],[[260087,393431],[-260,-1361]],[[259827,392070],[-266,627],[-811,-80]],[[258750,392617],[-16,4231],[-102,-3]],[[234285,396682],[0,-4534]],[[234285,392148],[-1239,4]],[[233046,392152],[0,2439]],[[165056,395773],[67,-1276],[-536,-3016]],[[164587,391481],[-681,-2964],[-867,-752],[-370,962],[-735,-860]],[[161934,387867],[-256,3852],[-77,-67]],[[243782,391493],[-600,-672],[-237,-1354]],[[242945,389467],[-301,-676],[-459,1581]],[[241411,395563],[-330,-4505],[-622,73]],[[240459,391131],[-612,170]],[[239847,391301],[27,4378]],[[284258,395791],[-146,-762]],[[284112,395029],[62,-330]],[[284174,394699],[109,-599]],[[284283,394100],[166,-999]],[[284449,393101],[22,-1315],[-319,-1468],[-235,541]],[[283917,390859],[-818,3312]],[[203879,391310],[232,-1351],[-63,-2148],[-283,-1101]],[[203765,386710],[-658,-441]],[[235534,394169],[-3,-2030]],[[235531,392139],[-1246,9]],[[267120,397309],[10,-7398]],[[267130,389911],[-689,1520],[-363,-1183]],[[266078,390248],[-168,18]],[[189012,387896],[-1284,-154]],[[187728,387742],[-2094,148]],[[185634,387890],[9,1163]],[[214813,391384],[1,-1534]],[[214814,389850],[-3144,-51]],[[273490,391765],[-131,-932]],[[273359,390833],[-145,-1041]],[[273214,389792],[-209,606],[-29,1581],[-303,3454]],[[281794,396633],[-352,-2134]],[[281442,394499],[-181,-1569],[-249,-398]],[[281012,392532],[-284,1321]],[[270386,396308],[-126,-2312],[-210,-922],[124,-3421],[-112,-240]],[[270062,389413],[-201,-166]],[[269861,389247],[-208,45],[20,1691],[-328,121],[-31,1670],[-276,128],[19,1217]],[[262663,395170],[-751,43],[12,491]],[[271294,391075],[-509,-438],[-303,-919],[26,-2485]],[[270508,387233],[-446,2180]],[[250450,392212],[-956,23]],[[249494,392235],[-119,4764]],[[268850,394204],[-252,-4689],[-210,-491]],[[268388,389024],[-201,3414],[-398,-533]],[[267789,391905],[-350,-1991],[-309,-3]],[[282766,395947],[-168,-2056],[513,-5136]],[[283111,388755],[-288,-2729]],[[282823,386026],[-280,58],[-558,5269]],[[281985,391353],[-543,3146]],[[249494,392235],[6,-1626],[-311,-14]],[[249189,390595],[-1322,101]],[[247867,390696],[42,2085]],[[247909,392781],[135,617]],[[248044,393398],[6,862],[-447,1330]],[[245702,394611],[-17,-6019]],[[245685,388592],[-299,1157],[-435,348],[-393,1319]],[[244558,391416],[-138,196]],[[284546,393464],[-223,1829]],[[284323,395293],[-65,498]],[[258750,392617],[-93,-1410]],[[258657,391207],[-1043,-28]],[[257614,391179],[0,4062]],[[248044,393398],[-494,1528],[-406,-1104],[-259,-2536],[-553,-983]],[[246332,390303],[-515,-1949],[-132,238]],[[289289,396094],[351,-2735],[270,-53],[-16,-3322],[132,-3186]],[[290026,386798],[-57,0]],[[289969,386798],[-44,0]],[[289925,386798],[-712,13]],[[289213,386811],[-982,153],[-22,1873]],[[288209,388837],[-16,1390]],[[227834,389742],[-1541,10]],[[226293,389752],[-11,4862]],[[278860,392581],[-466,-5287]],[[278394,387294],[-254,-1223]],[[278140,386071],[-449,839],[-166,1723],[-310,768]],[[277215,389401],[59,1365]],[[239847,391301],[-20,-3034]],[[239827,388267],[-622,98],[-4,-541],[-615,114]],[[238586,387938],[4,815]],[[238590,388753],[39,6929]],[[287565,393214],[-230,-1318],[167,-933],[-195,-1781],[-402,1979],[-480,1174],[215,1900],[256,-1835],[-68,1744],[239,1469]],[[283917,390859],[-162,-3064]],[[283755,387795],[-414,1424],[-230,-464]],[[273214,389792],[-307,-1569]],[[272907,388223],[-755,413],[-159,1170]],[[238590,388753],[-1541,208]],[[237049,388961],[-153,25],[0,4923]],[[284458,394060],[-175,40]],[[284174,394699],[-62,330]],[[284323,395293],[135,-1233]],[[165957,391614],[-111,-1812],[217,-2118],[-268,-3202]],[[165795,384482],[-318,1675],[-351,-1063],[-392,1451]],[[164734,386545],[-147,1347]],[[164587,387892],[0,3589]],[[262873,394360],[-58,-1367],[-578,-418]],[[262237,392575],[-496,-1308]],[[261741,391267],[-4,4143]],[[241700,392158],[-280,-5796]],[[241420,386362],[-362,56]],[[241058,386418],[-603,3090],[4,1623]],[[160323,392089],[-77,-1062],[333,-1452],[-117,-1633],[135,-802],[-46,-1999],[-216,-908]],[[160335,384233],[-267,44],[0,3908],[-681,143],[-458,-370]],[[158929,387958],[0,-4]],[[158929,387958],[-514,6077],[-298,453]],[[261741,391267],[-366,837]],[[261375,392104],[-331,-489],[66,-2303]],[[261110,389312],[-395,371]],[[260715,389683],[-3,1350],[-313,1080],[-1,1465]],[[253224,394175],[-108,-3960],[133,-658]],[[253249,389557],[-1250,128]],[[251999,389685],[9,4096]],[[256455,395227],[-410,-1812],[-93,-2129],[104,-2737]],[[256056,388549],[-615,-232]],[[255441,388317],[-297,-785]],[[255144,387532],[-486,-1420]],[[254658,386112],[-34,905],[308,954],[-17,1005]],[[254915,388976],[435,3214],[-99,2079]],[[257614,391179],[2,-2983]],[[257616,388196],[-674,-391]],[[256942,387805],[55,7426]],[[256942,387805],[-413,171]],[[256529,387976],[-473,573]],[[274960,392162],[-143,-1744],[-396,-2216]],[[274421,388202],[-376,577],[-266,-940]],[[273779,387839],[-420,2994]],[[247909,392781],[-238,-998],[-192,-2324],[175,-1160]],[[247654,388299],[-24,-168]],[[247630,388131],[-211,-2528]],[[247419,385603],[-176,2124],[-512,9],[-410,-650]],[[246321,387086],[11,3217]],[[264517,389239],[-698,-957]],[[263819,388282],[-57,221]],[[263762,388503],[-151,4643]],[[264447,393802],[70,-4563]],[[230673,392156],[-3,-4046]],[[230670,388110],[-1298,15]],[[229372,388125],[-307,-1],[-1,1618]],[[226293,389752],[2,-1622]],[[226295,388130],[-1550,-17]],[[224745,388113],[-16,3259]],[[233046,392152],[-20,-5676]],[[233026,386476],[-1232,4]],[[231794,386480],[13,5678]],[[158929,387954],[-62,-1644],[169,-2032],[-399,3],[-19,-2538],[-216,-434]],[[158402,381309],[-24,5]],[[158378,381314],[-291,-21]],[[158087,381293],[-3,45]],[[158084,381338],[140,477],[-107,2272],[-522,4538],[-125,2200]],[[281985,391353],[-669,-3258],[-157,217]],[[281159,388312],[-296,1764]],[[280863,390076],[149,2456]],[[263250,392869],[-350,-1063]],[[262900,391806],[-413,-1090]],[[262487,390716],[-250,1859]],[[158084,381338],[-237,-853],[-152,859]],[[157695,381344],[-539,908],[-435,1971],[-296,-310]],[[156425,383913],[-353,2861],[-569,2152],[-557,3778]],[[254915,388976],[-726,35]],[[254189,389011],[12,5213]],[[280017,389656],[-138,-1763],[572,-1648]],[[280451,386245],[-493,-2674]],[[279958,383571],[-240,-1325]],[[279718,382246],[-1324,5048]],[[254189,389011],[-119,3]],[[254070,389014],[-537,-21]],[[253533,388993],[-284,564]],[[269861,389247],[-95,-2476],[-512,-708]],[[269254,386063],[-253,186]],[[269001,386249],[-194,1565]],[[268807,387814],[-419,1210]],[[237049,388961],[-4,-2241]],[[237045,386720],[-1525,568]],[[235520,387288],[11,4851]],[[280863,390076],[-319,-2827]],[[280544,387249],[-93,-1004]],[[260715,389683],[-623,-25],[-151,-811]],[[259941,388847],[-106,262],[-8,2961]],[[265356,392696],[-244,-3246]],[[265112,389450],[-475,-738]],[[264637,388712],[-120,527]],[[251999,389685],[-2,-2447]],[[251997,387238],[-1241,-17]],[[250756,387221],[2,543]],[[250758,387764],[15,4341]],[[263762,388503],[-226,-927]],[[263536,387576],[-64,-376]],[[263472,387200],[-541,2720],[-31,1886]],[[259941,388847],[-406,-1355],[-4,-1306]],[[259531,386186],[-106,-8]],[[259425,386178],[-618,89]],[[258807,386267],[-150,4]],[[258657,386271],[0,4936]],[[247867,390696],[-213,-2397]],[[285904,391677],[33,-3347],[377,-2748],[-110,-1238],[-607,2727],[-162,3701]],[[266078,390248],[8,-2072]],[[266086,388176],[-605,-1279],[-198,665]],[[265283,387562],[-171,1888]],[[262487,390716],[-392,-1207]],[[262095,389509],[-262,-210]],[[261833,389299],[-458,2805]],[[268807,387814],[-424,-2456]],[[268383,385358],[-426,367],[-546,2055]],[[267411,387780],[397,3341],[-19,784]],[[250758,387764],[-457,107]],[[250301,387871],[-488,-745],[-369,60],[-248,-998]],[[249196,386188],[-7,4407]],[[277215,389401],[-117,-2971],[-334,-2300],[41,-777]],[[276805,383353],[-350,-1565],[-111,-2182]],[[276344,379606],[-848,-338],[-274,1261],[9,2076]],[[275231,382605],[22,2224],[297,802]],[[242945,389467],[-266,-2385],[-345,60],[127,-1459],[-203,-1038]],[[242258,384645],[-596,107],[14,1563],[-256,47]],[[231794,386480],[-23,-4900]],[[231771,381580],[-1110,51]],[[230661,381631],[9,6479]],[[234285,392148],[-26,-6491]],[[234259,385657],[-1233,6]],[[233026,385663],[0,813]],[[235520,387288],[0,-1654]],[[235520,385634],[-1261,23]],[[275231,382605],[-213,772]],[[275018,383377],[-482,1699],[-115,3126]],[[161934,387867],[6,-3922]],[[161940,383945],[-1040,-1303],[-210,591],[-282,-2812]],[[160408,380421],[-311,-431],[76,1800]],[[160173,381790],[162,2443]],[[261833,389299],[-405,-1730]],[[261428,387569],[-332,583]],[[261096,388152],[14,1160]],[[263472,387200],[-446,-2246]],[[263026,384954],[-363,80]],[[262663,385034],[-258,1506],[-110,2136],[-200,833]],[[267411,387780],[-197,-1449],[23,-1521],[-313,-464]],[[266924,384346],[-311,1158]],[[266613,385504],[-354,897],[-173,1775]],[[244558,391416],[4,-9113]],[[244562,382303],[-467,23],[2,-1088]],[[244097,381238],[-267,17]],[[243830,381255],[-40,2514]],[[243790,383769],[12,7731]],[[169169,376466],[1659,-8029]],[[170828,368437],[-2625,-35]],[[168203,368402],[-689,2284]],[[167514,370686],[-267,2691],[-422,166]],[[166825,373543],[187,2774],[-290,1077],[-121,2597],[-312,216],[-475,1906],[-19,2369]],[[246321,387086],[-122,-4889]],[[246199,382197],[-880,-1]],[[245319,382196],[-757,107]],[[243790,383769],[-1536,69]],[[242254,383838],[4,807]],[[164587,387892],[-720,-834],[-259,133],[-515,-1390],[-61,-1062],[-1009,-2141]],[[162023,382598],[-83,1347]],[[288209,388837],[-340,-1484],[-14,-1069]],[[287855,386284],[-365,-3226],[-285,1002],[9,-1396],[-759,4562],[218,1227],[-54,1256],[301,244],[335,-1096],[296,2145]],[[218595,391429],[0,-8114]],[[218595,383315],[-1157,7]],[[217438,383322],[-63,-1]],[[217375,383321],[-7,8119]],[[219823,391395],[8,-8114]],[[219831,383281],[-1236,34]],[[216145,391423],[-1,-8126]],[[216144,383297],[-1330,-14]],[[214814,383283],[1,118]],[[214815,383401],[-1,6449]],[[217375,383321],[-1161,-23]],[[216214,383298],[-70,-1]],[[282823,386026],[45,-780]],[[282868,385246],[-236,-135]],[[282632,385111],[-191,603],[-899,-1519]],[[281542,384195],[7,1473],[-390,2644]],[[221667,391366],[1,-6464]],[[221668,384902],[2,-1623]],[[221670,383279],[-1791,1]],[[219879,383280],[-48,1]],[[241058,386418],[-180,-1533],[-17,-2354]],[[240861,382531],[-193,-605],[-544,142],[-327,1182]],[[239797,383250],[30,5017]],[[224745,388113],[2,-4860]],[[224747,383253],[-1206,6]],[[223541,383259],[-334,2],[0,1622]],[[223207,384883],[-1,6486]],[[206744,388071],[3,-4865],[-303,-5]],[[206444,383201],[-2083,130]],[[204361,383331],[-596,3379]],[[223207,384883],[-1539,19]],[[285428,388496],[2,-844]],[[285430,387652],[-211,220],[-263,-2218]],[[284956,385654],[81,-2289],[-234,434],[-329,2869],[-459,-1569],[-187,2281],[549,3865]],[[258657,386271],[-1,-537],[-1038,13]],[[257618,385747],[-2,2449]],[[270898,384461],[-214,-1052],[-154,1960]],[[270530,385369],[-22,1864]],[[271507,390062],[-150,-656],[68,-2319],[-484,-1260],[-43,-1366]],[[181367,389064],[0,-7900]],[[181367,381164],[-7,-10123]],[[181360,371041],[4,-11253]],[[181364,359788],[2,-2927]],[[181366,356861],[-1984,13],[0,178],[-2727,-7],[-434,-204]],[[199240,384017],[-2,565],[-1384,-11],[128,-1422],[415,-674],[-79,-1241]],[[198318,381234],[-2999,12]],[[195319,381246],[-49,6459]],[[273779,387839],[177,-533],[-261,-1185],[-892,-2812]],[[272803,383309],[-146,3878],[250,1036]],[[249196,386188],[3,-3707]],[[249199,382481],[-545,27]],[[248654,382508],[-40,1621],[-342,19],[-642,3983]],[[281542,384195],[-437,-1435],[-99,693]],[[281006,383453],[-396,1782],[-66,2014]],[[272803,383309],[-1,-6]],[[272802,383303],[-272,-1508],[-143,-3971]],[[272387,377824],[-212,340]],[[272175,378164],[-165,2328],[-356,2011],[-528,-202]],[[271126,382301],[46,1976],[-274,184]],[[214815,383401],[-1944,-34]],[[212871,383367],[-1832,-28]],[[211039,383339],[-284,-8]],[[210755,383331],[-8,4681]],[[227834,389742],[0,-8111]],[[227834,381631],[-920,3]],[[226914,381634],[-613,-2]],[[226301,381632],[-6,6498]],[[229372,388125],[-59,-8133]],[[229313,379992],[-869,39]],[[228444,380031],[-2,1618],[-608,-18]],[[265283,387562],[-139,-989]],[[265144,386573],[-341,379]],[[264803,386952],[-166,1760]],[[253533,388993],[-9,-5827]],[[253524,383166],[-612,-14]],[[252912,383152],[-924,24]],[[251988,383176],[9,4062]],[[261096,388152],[-573,-2670]],[[260523,385482],[-285,-2089],[-141,377]],[[260097,383770],[-46,2157],[-520,259]],[[270530,385369],[-363,-645],[-243,-2058]],[[269924,382666],[-670,3397]],[[262663,385034],[-353,-388]],[[262310,384646],[-796,417]],[[261514,385063],[-86,2506]],[[278140,386071],[-341,-3644],[-207,-671]],[[277592,381756],[-787,1597]],[[283755,387795],[-68,-3119]],[[283687,384676],[-6,-1714]],[[283681,382962],[-121,26]],[[283560,382988],[-214,707]],[[283346,383695],[-232,459]],[[283114,384154],[-246,1092]],[[264803,386952],[-255,-1635]],[[264548,385317],[-418,-1608],[-274,-40]],[[263856,383669],[-44,1680],[-276,2227]],[[185634,387890],[509,-3310],[-59,-2002],[-242,-1389]],[[185842,381189],[-97,-48]],[[185745,381141],[-4378,23]],[[254070,389014],[36,-2007],[-137,-3775]],[[253969,383232],[-445,-66]],[[254658,386112],[-463,-2723],[-218,-213]],[[253977,383176],[-8,56]],[[238586,387938],[-30,-5629]],[[238556,382309],[-1467,73]],[[237089,382382],[-71,8],[27,4330]],[[289213,386811],[95,-1816],[-160,-1192],[-692,-216]],[[288456,383587],[-506,-230]],[[287950,383357],[-283,-697],[-32,1164],[220,2460]],[[275018,383377],[-768,-3505],[-473,452]],[[273777,380324],[-279,2237],[-256,-553],[-440,1295]],[[256529,387976],[-3,-5248]],[[256526,382728],[-678,251]],[[255848,382979],[2,2497],[-255,-92],[-154,2933]],[[158378,381314],[146,-1464],[-437,1443]],[[160173,381790],[-408,-2224],[-354,-188],[-351,1518],[-215,-1698],[-283,502],[-160,1609]],[[239797,383250],[35,-3689]],[[239832,379561],[-1222,173]],[[238610,379734],[-54,2575]],[[255848,382979],[-1,-825],[-418,-677]],[[255429,381477],[-616,58]],[[254813,381535],[-309,1118],[-517,34]],[[253987,382687],[-10,489]],[[257618,385747],[6,-2451]],[[257624,383296],[-312,-1080]],[[257312,382216],[-630,-29]],[[256682,382187],[-156,541]],[[266613,385504],[-146,-2035],[-362,-1580]],[[266105,381889],[-246,1825],[-347,209]],[[265512,383923],[-368,2650]],[[261514,385063],[-513,-1353]],[[261001,383710],[-478,1772]],[[230661,381631],[-3,-1635],[-459,10]],[[230199,380006],[-886,-14]],[[209217,388123],[-12,-6998]],[[209205,381125],[-8,-7666]],[[209197,373459],[-808,1541]],[[208389,375e3],[-823,1546],[-1023,-359],[-102,637]],[[206441,376824],[3,6377]],[[210755,383331],[-21,-1721],[-306,-20],[0,-1082],[-596,-8],[-593,529]],[[209239,381029],[-34,96]],[[226301,381632],[-1535,-18]],[[224766,381614],[-19,1639]],[[248654,382508],[-383,35],[1,-1620],[-477,-883]],[[247795,380040],[-127,736]],[[247668,380776],[-303,1892],[54,2935]],[[250756,387221],[-8,-4860]],[[250748,382361],[-1241,119]],[[249507,382480],[-308,1]],[[285430,387652],[553,-2587],[494,-4061],[-10,-1655],[-344,2010],[-710,2346],[-112,-1069],[-345,3018]],[[164734,386545],[-434,-1184],[-950,-7856],[-382,-2239]],[[162968,375266],[-758,4581]],[[162210,379847],[-187,2751]],[[187728,387742],[-228,-1434],[16,-5094]],[[187516,381214],[-1674,-25]],[[192580,387705],[27,-2493],[351,-3273],[-106,-713]],[[192852,381226],[-4142,-34],[-1194,22]],[[247668,380776],[-455,-1591]],[[247213,379185],[-466,-722],[-158,1359]],[[246589,379822],[-390,2375]],[[268978,383008],[-530,-70]],[[268448,382938],[-65,2420]],[[269001,386249],[-23,-3241]],[[268448,382938],[-363,-1281]],[[268085,381657],[-378,305],[-289,1389],[-223,-1372]],[[267195,381979],[-271,2367]],[[195319,381246],[2,-5061]],[[195321,376185],[-5,-7382]],[[195316,368803],[-5,-9039]],[[195311,359764],[-2662,-21]],[[192649,359743],[-2090,97]],[[190559,359840],[-1844,-32]],[[188715,359808],[653,1884],[604,385],[346,3275],[287,901],[-33,1956],[278,1645]],[[190850,369854],[446,2473],[227,3835],[527,220],[571,4056],[231,788]],[[263856,383669],[113,-1403]],[[263969,382266],[-621,-1698]],[[263348,380568],[-281,1465]],[[263067,382033],[-41,2921]],[[281006,383453],[-231,-1615]],[[280775,381838],[-817,1733]],[[279718,382246],[-89,-2346],[-162,-617]],[[279467,379283],[-168,-1840],[-296,-1251],[-422,177]],[[278581,376369],[-906,3632]],[[277675,380001],[127,1436],[-210,319]],[[251988,383176],[-8,-2447]],[[251980,380729],[-1183,-9]],[[250797,380720],[-49,1641]],[[237089,382382],[-24,-3302]],[[237065,379080],[-1548,436]],[[235517,379516],[3,6118]],[[172686,359243],[-1858,9194]],[[265512,383923],[-362,-1946]],[[265150,381977],[-326,1245],[-276,2095]],[[204361,383331],[336,-2212],[254,-3271],[312,-1387]],[[205263,376461],[44,-2691]],[[205307,373770],[-1620,-57]],[[203687,373713],[-1526,-10],[-2,1613],[-297,15]],[[201862,375331],[0,678],[-568,1790],[-287,-220]],[[201007,377579],[-1,3557]],[[289111,378680],[-677,-384]],[[288434,378296],[-6,32]],[[288428,378328],[-108,834],[337,902],[-201,3523]],[[289925,386798],[-186,-3801],[-305,-810],[-323,-3507]],[[166825,373543],[-110,722]],[[166715,374265],[-627,2326],[-335,-1722],[-420,-936],[-390,89],[-379,1183],[-853,-3610]],[[163711,371595],[-743,3671]],[[233026,385663],[-31,-6553]],[[232995,379110],[-1225,36]],[[231770,379146],[1,2434]],[[242254,383838],[30,-5137]],[[242284,378701],[-616,91]],[[241668,378792],[-306,22],[-345,3550],[-156,167]],[[258807,386267],[-62,-3640],[-147,-849]],[[258598,381778],[-366,-1124]],[[258232,380654],[2,1594],[-309,13],[3,1094],[-304,-59]],[[259425,386178],[1,-1624],[368,-2837]],[[259794,381717],[-134,-3193]],[[259660,378524],[-140,-131]],[[259520,378393],[-503,215],[-244,853],[-175,2317]],[[269924,382666],[-59,-1571],[261,-1815],[-318,-1930]],[[269808,377350],[-304,-1659]],[[269504,375691],[-230,1692]],[[269274,377383],[-144,2308],[-237,1273],[85,2044]],[[260097,383770],[-303,-2053]],[[284512,383385],[-92,-1945]],[[284420,381440],[-8,-27]],[[284412,381413],[-144,-224]],[[284268,381189],[-437,1843],[-150,-70]],[[283687,384676],[250,-96],[535,1272],[40,-2467]],[[267195,381979],[-57,-1464]],[[267138,380515],[-472,-1482]],[[266666,379033],[-181,318]],[[266485,379351],[-380,2538]],[[282632,385111],[-701,-4528]],[[281931,380583],[-408,650],[-297,-356]],[[281226,380877],[-451,961]],[[234259,385657],[-34,-6557]],[[234225,379100],[-1230,10]],[[235517,379516],[0,-428]],[[235517,379088],[-1292,12]],[[261001,383710],[173,-405],[-53,-2162]],[[261121,381143],[-14,-546]],[[261107,380597],[-355,-820],[-434,244],[-629,-1650]],[[259689,378371],[-29,153]],[[283114,384154],[232,-459]],[[283560,382988],[-758,-4755]],[[282802,378233],[-126,314]],[[282676,378547],[-383,1648],[-362,388]],[[271126,382301],[-263,-1063],[-13,-2367]],[[270850,378871],[-720,-941]],[[270130,377930],[-322,-580]],[[263067,382033],[-389,-1467]],[[262678,380566],[-442,233]],[[262236,380799],[74,3847]],[[265150,381977],[-286,-1440]],[[264864,380537],[-573,-892]],[[264291,379645],[-263,850],[-59,1771]],[[262236,380799],[-219,-1712]],[[262017,379087],[-896,2056]],[[223541,383259],[-1,-4853],[-304,-4]],[[223236,378402],[-914,9],[-1,1610],[-610,3]],[[221711,380024],[-41,3255]],[[199424,381138],[158,-1618],[-158,-1773]],[[199424,377747],[-472,-1110]],[[198952,376637],[-30,888],[-421,1384],[24,1647],[-207,678]],[[157695,381344],[162,-972],[-41,-3299],[179,-856],[-251,-1183],[-370,1731],[-114,-336],[-479,2414],[-374,-283],[165,2872],[317,-1457],[-464,3938]],[[266485,379351],[-223,-717],[-503,-259]],[[265759,378375],[-341,2566],[-268,1036]],[[162210,379847],[2,-6325],[-188,423],[-596,-1237],[-739,-3958]],[[160689,368750],[-239,1114],[0,5132]],[[160450,374996],[-71,4167]],[[160379,379163],[29,1258]],[[243830,381255],[-6,-1908],[-732,4],[-351,-755]],[[242741,378596],[-457,105]],[[288428,378328],[-760,-1368],[99,2154],[225,837]],[[287992,379951],[5,43]],[[287997,379994],[-216,-302],[-1,1870],[-264,-794],[434,2589]],[[281226,380877],[-275,-2361]],[[280951,378516],[-515,-3903]],[[280436,374613],[-425,-1184]],[[280011,373429],[-544,5854]],[[285766,378696],[-155,-920]],[[285611,377776],[-363,657],[-314,2280],[-163,-800]],[[284771,379913],[-351,1527]],[[284512,383385],[528,-1942],[635,-277],[253,-1943],[-162,-527]],[[241668,378792],[-8,-3016]],[[241660,375776],[-363,-1063],[-225,1683],[-655,61]],[[240417,376457],[-605,128]],[[239812,376585],[20,2976]],[[269274,377383],[-231,160],[-89,-1393]],[[268954,376150],[-910,2229],[-138,-652]],[[267906,377727],[-93,803]],[[267813,378530],[371,1947],[-99,1180]],[[277675,380001],[-469,-3994]],[[277206,376007],[-657,395],[-135,1144],[-337,-42]],[[276077,377504],[267,2102]],[[214814,383283],[8,-9753]],[[214822,373530],[1,-1754]],[[214823,371776],[-1967,-12]],[[212856,371764],[15,11603]],[[276077,377504],[-296,-1431],[-373,-3413]],[[275408,372660],[-430,-146],[-592,890]],[[274386,373404],[-399,2555]],[[273987,375959],[102,2169],[-312,2196]],[[267813,378530],[-479,65],[-196,1920]],[[206441,376824],[-330,1926],[-322,-2223],[-84,711],[-442,-777]],[[212856,371764],[-914,-4]],[[211942,371760],[-915,4]],[[211027,371764],[12,11575]],[[211027,371764],[-1822,7],[-8,1688]],[[258232,380654],[-83,-1403]],[[258149,379251],[-55,-2225],[-404,-1554]],[[257690,375472],[32,1005],[-295,274],[-178,1615]],[[257249,378366],[114,-4],[-51,3854]],[[273987,375959],[-386,-927]],[[273601,375032],[-357,1057],[-619,250],[-238,1485]],[[217438,383322],[-3,-8107],[40,-1726]],[[217475,373489],[-1218,0]],[[216257,373489],[-44,1699],[1,8110]],[[219879,383280],[1,-4863]],[[219880,378417],[-1219,28],[33,-4957]],[[218694,373488],[-1219,1]],[[216257,373489],[-1435,41]],[[253987,382687],[206,-1256],[-505,-5063]],[[253688,376368],[-787,325]],[[252901,376693],[11,6459]],[[224766,381614],[1,-6484]],[[224767,375130],[-1507,16]],[[223260,375146],[-24,3256]],[[221711,380024],[-1,-3245]],[[221710,376779],[-1831,17]],[[219879,376796],[1,1621]],[[252901,376693],[0,-15]],[[252901,376678],[-925,-16]],[[251976,376662],[4,4067]],[[284268,381189],[-150,-1311],[278,-2136]],[[284396,377742],[-309,-256],[-1,-1105]],[[284086,376381],[-456,-1904]],[[283630,374477],[-165,-177],[-222,1929],[-441,2004]],[[256682,382187],[-392,-3475]],[[256290,378712],[-307,-2568]],[[255983,376144],[-94,369]],[[255889,376513],[-415,787]],[[255474,377300],[-45,4177]],[[254813,381535],[-35,-5040]],[[254778,376495],[-630,72]],[[254148,376567],[54,-1761],[-336,-146]],[[253866,374660],[-178,1708]],[[272175,378164],[-318,-1099],[158,-2552]],[[272015,374513],[-260,-47]],[[271755,374466],[-295,397],[-169,2098],[-573,1278],[132,632]],[[249507,382480],[-7,-4915]],[[249500,377565],[-220,-2832]],[[249280,374733],[-473,1903],[-262,-565]],[[248545,376071],[-165,1642],[-585,2327]],[[238610,379734],[-22,-2902],[-171,-1635]],[[238417,375197],[-154,26]],[[238263,375223],[-509,95],[7,1074],[-716,163]],[[237045,376555],[20,2525]],[[250797,380720],[-133,-3247]],[[250664,377473],[-1164,92]],[[245319,382196],[-11,-8638]],[[245308,373558],[-149,-795]],[[245159,372763],[-438,51],[4,1622],[-612,34]],[[244113,374470],[-16,6768]],[[264291,379645],[-143,-3260]],[[264148,376385],[-273,-833]],[[263875,375552],[-122,1730],[-504,1185]],[[263249,378467],[99,2101]],[[246589,379822],[-14,-6361]],[[246575,373461],[-1267,97]],[[257249,378366],[-460,-1268]],[[256789,377098],[-280,-2533],[-526,1579]],[[259520,378393],[-23,-3367],[-403,-371]],[[259094,374655],[-945,4596]],[[263249,378467],[-138,-2638]],[[263111,375829],[-141,-279],[-100,2291]],[[262870,377841],[-192,2725]],[[265759,378375],[-26,-1497]],[[265733,376878],[-550,230]],[[265183,377108],[-319,3429]],[[228444,380031],[1,-3258]],[[228445,376773],[-1531,-4]],[[226914,376769],[0,4865]],[[231770,379146],[-5,-5695]],[[231765,373451],[0,-2430]],[[231765,371021],[-1573,61]],[[230192,371082],[7,8924]],[[226914,376769],[9,-3303],[-304,-24]],[[226619,373442],[-1831,-22]],[[224788,373420],[-21,1710]],[[255474,377300],[-169,-643],[-206,1280]],[[255099,377937],[-83,-2666],[-238,1224]],[[244113,374470],[-771,42],[-10,-3582]],[[243332,370930],[-613,69]],[[242719,370999],[22,7597]],[[190850,369854],[-4778,-85],[-898,125]],[[185174,369894],[-16,4888],[309,-23],[-28,1599],[335,1],[-29,4782]],[[285474,374121],[-189,-776]],[[285285,373345],[-143,1232],[-392,-213],[-211,1145],[-143,2233]],[[284412,381413],[24,-1012],[357,-714],[24,-1757],[347,-1481],[310,-2328]],[[198952,376637],[-342,-2418]],[[198610,374219],[-358,1511],[-614,-665],[-130,1368],[-1561,20],[-626,-268]],[[282676,378547],[-305,-5181]],[[282371,373366],[-288,723],[-132,1443],[-320,1091]],[[281631,376623],[-680,1893]],[[185174,369894],[-607,4],[0,-813]],[[184567,369085],[-377,-469],[-604,143],[0,868],[-616,2],[-1,1663],[-315,-252],[-1294,1]],[[262017,379087],[-182,-1209]],[[261835,377878],[-647,-598],[-256,976]],[[260932,378256],[175,2341]],[[201007,377579],[-383,-319],[-19,-4903],[45,-4703]],[[200650,367654],[-984,-5]],[[199666,367649],[-1,4038]],[[199665,371687],[0,2392],[-241,3668]],[[262870,377841],[-381,-297],[-271,-1165]],[[262218,376379],[-341,113]],[[261877,376492],[-42,1386]],[[251976,376662],[-1,-808]],[[251975,375854],[-1238,-25]],[[250737,375829],[-73,1644]],[[285611,377776],[352,-2379]],[[285963,375397],[-300,-592]],[[285663,374805],[-240,293],[-546,3121],[-106,1694]],[[248545,376071],[-481,-3793]],[[248064,372278],[-249,-32],[-722,3898],[380,1913],[-260,1128]],[[260932,378256],[-418,-2942],[-267,-430]],[[260247,374884],[-558,3487]],[[267906,377727],[-44,-1950]],[[267862,375777],[-303,91],[-437,-1812],[23,-1008]],[[267145,373048],[-650,2775]],[[266495,375823],[171,3210]],[[265183,377108],[-100,-1732]],[[265083,375376],[-218,283]],[[264865,375659],[-717,726]],[[160450,374996],[-1125,-1844],[-234,1488],[-260,115],[-482,1735]],[[158349,376490],[-209,1238],[349,1656],[315,-572],[373,668],[783,-708],[357,1506],[62,-1115]],[[230192,371082],[-1,-2432]],[[230191,368650],[-1749,-16]],[[228442,368634],[3,8139]],[[223260,375146],[0,-1720]],[[223260,373426],[-1521,36]],[[221739,373462],[-29,3317]],[[278540,374733],[-257,-158],[-226,-2494],[-255,-813]],[[277802,371268],[-172,-1567]],[[277630,369701],[-515,2398],[26,1888]],[[277141,373987],[65,2020]],[[278581,376369],[-41,-1636]],[[248064,372278],[-101,-552]],[[247963,371726],[-1081,38]],[[246882,371764],[-315,-16],[8,1713]],[[163711,371595],[-1656,-4355],[43,-1065],[-727,-3846]],[[161371,362329],[-154,872],[-328,-612],[-163,2474],[146,498],[-186,3197]],[[160686,368758],[3,-8]],[[239812,376585],[-307,30],[-14,-1889]],[[239491,374726],[-1074,471]],[[237045,376555],[-22,-4864]],[[237023,371691],[-1517,258]],[[235506,371949],[0,363]],[[235506,372312],[11,6776]],[[266495,375823],[-378,-675]],[[266117,375148],[-384,1730]],[[280011,373429],[-196,-1763],[-242,63],[-67,-1661]],[[279506,370068],[-122,-195]],[[279384,369873],[-552,4224],[-292,636]],[[259094,374655],[-346,-3823]],[[258748,370832],[-372,-503],[-265,1038],[-246,-1075]],[[257865,370292],[-129,1809]],[[257736,372101],[-46,3371]],[[232995,379110],[-18,-5688]],[[232977,373422],[-1212,29]],[[234225,379100],[-29,-5681]],[[234196,373419],[-1219,3]],[[235506,372312],[-1310,27]],[[234196,372339],[0,1080]],[[287953,369117],[-126,1004]],[[287827,370121],[-283,134],[320,3324],[379,1762],[191,2955]],[[289111,378680],[-116,-2440],[-517,-3407],[-55,-2436],[-470,-1280]],[[271755,374466],[-438,-677],[176,-948],[-282,-761]],[[271211,372080],[-347,405],[-184,-776],[-249,1135],[-83,2839],[-218,2247]],[[286401,372837],[-192,2274],[-246,286]],[[285766,378696],[289,-8],[647,-2450],[-301,-3401]],[[242719,370999],[-614,37]],[[242105,371036],[2,817],[-459,1220],[12,2703]],[[208389,375e3],[-289,-1427],[-262,-3093],[-561,-3167],[-509,-171],[-616,-1904]],[[206152,365238],[46,2010],[-135,4024],[-310,764],[-525,-1496]],[[205228,370540],[79,3230]],[[283630,374477],[147,-1396],[514,-1038],[-44,-591]],[[284247,371452],[-292,-1688]],[[283955,369764],[-489,1286],[-105,1395],[-525,503]],[[282836,372948],[-465,418]],[[281362,373717],[-225,-1081]],[[281137,372636],[-621,1277],[-80,700]],[[281631,376623],[-269,-2906]],[[260247,374884],[160,-1473]],[[260407,373411],[-544,-3500],[-48,-1933]],[[259815,367978],[-431,176]],[[259384,368154],[-184,2177],[-263,88]],[[258937,370419],[-189,413]],[[263875,375552],[-250,-1451]],[[263625,374101],[-126,-753],[-407,1614]],[[263092,374962],[19,867]],[[268954,376150],[-162,-516],[84,-2449]],[[268876,373185],[-340,667],[-495,-733]],[[268041,373119],[-179,2658]],[[219879,376796],[30,-8168]],[[219909,368628],[-1216,-7]],[[218693,368621],[1,4867]],[[257736,372101],[-514,1415]],[[257222,373516],[-85,1915],[-348,1667]],[[273601,375032],[187,-2459],[-193,530],[-410,-2364]],[[273185,370739],[-292,-249],[-64,-1205]],[[272829,369285],[-281,1663],[-394,3474],[-139,91]],[[261877,376492],[-288,-708],[-405,-2399]],[[261184,373385],[-333,-3287]],[[260851,370098],[-286,-39],[142,1604],[-300,1748]],[[271211,372080],[-148,-2078]],[[271063,370002],[-199,-676]],[[270864,369326],[-114,472]],[[270750,369798],[-437,240],[-582,3546]],[[269731,373584],[-227,2107]],[[255889,376513],[81,-2236],[-378,-1771]],[[255592,372506],[-241,-671]],[[255351,371835],[-666,-172]],[[254685,371663],[-57,1803],[-480,3101]],[[285285,373345],[270,-2335]],[[285555,371010],[-138,-2862]],[[285417,368148],[-256,2601]],[[285161,370749],[-819,3092],[-256,2540]],[[199665,371687],[-1364,1]],[[198301,371688],[8,1040],[301,1491]],[[263092,374962],[-79,-1906]],[[263013,373056],[-780,-638]],[[262233,372418],[68,3271],[-83,690]],[[201862,375331],[-47,-8024]],[[201815,367307],[-1165,-220],[0,567]],[[269731,373584],[-340,-1357],[-300,301]],[[269091,372528],[-215,657]],[[277141,373987],[-397,706],[-568,-2859]],[[276176,371834],[-345,-947],[-213,581]],[[275618,371468],[-210,1192]],[[250737,375829],[-7,-4869]],[[250730,370960],[-827,-8],[-198,-520]],[[249705,370432],[27,2111],[-434,1360],[-18,830]],[[266117,375148],[-215,-2029]],[[265902,373119],[-39,-3]],[[265863,373116],[-510,788],[-270,1472]],[[257222,373516],[17,-1185],[-615,-2106]],[[256624,370225],[-1032,2281]],[[264865,375659],[-28,-5332]],[[264837,370327],[-303,-813]],[[264534,369514],[-414,301]],[[264120,369815],[-495,4286]],[[253866,374660],[-364,-2527],[71,-1661]],[[253573,370472],[-674,471]],[[252899,370943],[2,5735]],[[262233,372418],[-14,-886]],[[262219,371532],[-865,379],[-170,1474]],[[221739,373462],[9,-4974]],[[221748,368488],[-1535,133]],[[220213,368621],[-304,7]],[[228442,368634],[-1822,-25]],[[226620,368609],[-1,4833]],[[252899,370943],[-103,7]],[[252796,370950],[-827,-12]],[[251969,370938],[6,4916]],[[285161,370749],[-468,-117]],[[284693,370632],[-446,820]],[[240417,376457],[5,-7665]],[[240422,368792],[-608,47],[-4,-1332]],[[239810,367507],[-305,42]],[[239505,367549],[-14,7177]],[[160686,368758],[-1094,44],[-338,-404]],[[159254,368398],[-341,754],[-149,3106],[-463,2406],[48,1826]],[[282836,372948],[-67,-2692]],[[282769,370256],[-815,2165],[-30,-1006],[-320,603]],[[281604,372018],[-242,1699]],[[249705,370432],[0,-110]],[[249705,370322],[-946,616]],[[248759,370938],[-796,-36]],[[247963,370902],[0,824]],[[238263,375223],[35,-4781]],[[238298,370442],[-1280,166]],[[237018,370608],[5,1083]],[[166715,374265],[-765,-4053],[-188,-2675],[-313,4],[-790,-4320]],[[164659,363221],[-270,1013],[-380,3367],[-298,3994]],[[254685,371663],[-553,-2946]],[[254132,368717],[-234,1246],[-124,-776]],[[253774,369187],[-201,1285]],[[242105,371036],[-9,-2451]],[[242096,368585],[-1210,161]],[[240886,368746],[-464,46]],[[198301,371688],[-2633,-143],[-352,-2742]],[[268041,373119],[135,-3677],[-93,-602]],[[268083,368840],[-64,308]],[[268019,369148],[-398,2375],[-439,724]],[[267182,372247],[-37,801]],[[273842,367755],[-4,20]],[[273838,367775],[-653,2964]],[[274386,373404],[-544,-5649]],[[251969,370938],[-926,-51]],[[251043,370887],[-313,73]],[[267182,372247],[-389,564],[-373,-1145]],[[266420,371666],[-518,1453]],[[265863,373116],[-284,-991],[-227,-2237]],[[265352,369888],[-515,439]],[[286401,372837],[-31,-1676],[-479,915],[-228,2729]],[[203687,373713],[-2,-6471]],[[203685,367242],[-1781,53]],[[201904,367295],[-89,12]],[[158120,372965],[-303,-2]],[[157817,372963],[-33,1344],[287,552],[49,-1894]],[[239505,367549],[-1221,189]],[[238284,367738],[14,2704]],[[264120,369815],[-276,-992]],[[263844,368823],[-589,2769]],[[263255,371592],[-242,1464]],[[224788,373420],[0,-4871]],[[224788,368549],[-1526,-10]],[[223262,368539],[-2,4887]],[[279384,369873],[-416,-2088]],[[278968,367785],[-186,-655]],[[278782,367130],[-282,1313]],[[278500,368443],[-442,1074],[-256,1751]],[[211942,371760],[-29,-11975]],[[211913,359785],[-2568,-74]],[[209345,359711],[-3196,-18]],[[206149,359693],[3,5545]],[[277630,369701],[-234,-1501],[-213,613],[-430,-1507],[-95,-1769]],[[276658,365537],[-630,2108]],[[276028,367645],[291,2275],[-143,1914]],[[245159,372763],[-5,-2033]],[[245154,370730],[-438,88],[-5,-1634],[288,-70],[-3,-1602]],[[244996,367512],[-1212,138]],[[243784,367650],[-301,26],[0,3252],[-151,2]],[[272829,369285],[-248,-1599]],[[272581,367686],[-815,1322],[-628,339],[-75,655]],[[281137,372636],[-25,-1023],[-602,-5508]],[[280510,366105],[-361,1084]],[[280149,367189],[-643,2879]],[[167514,370686],[-806,-4323],[-52,-2727],[-160,-1067],[-478,-108],[49,-890],[-436,-1627],[-319,-2893],[-1552,-1282],[-242,1461],[-239,3370]],[[163279,360600],[183,976],[522,1046],[675,599]],[[285850,370354],[-295,656]],[[285474,374121],[422,-2948],[651,-1011],[-346,-835],[-351,1027]],[[269091,372528],[-167,-3365],[109,-686],[-352,-3385]],[[268681,365092],[-160,2649],[-438,1099]],[[205228,370540],[-718,-4116]],[[204510,366424],[-823,2],[-2,816]],[[281604,372018],[-166,-3772]],[[281438,368246],[-287,-1612]],[[281151,366634],[-415,-1159],[-226,630]],[[270750,369798],[-954,-4452]],[[269796,365346],[-678,-1792]],[[269118,363554],[-32,-122]],[[269086,363432],[-466,1404]],[[268620,364836],[61,256]],[[246882,371764],[-42,-6070]],[[246840,365694],[-2,-838],[-515,-29]],[[246323,364827],[-104,1909],[11,4271],[-1076,-277]],[[216257,373489],[3,-6477]],[[216260,367012],[-86,2]],[[216174,367014],[-1351,13]],[[214823,367027],[0,4749]],[[257865,370292],[-200,-146],[146,-3006]],[[257811,367140],[-547,-1924],[-253,-1484]],[[257011,363732],[-559,3794]],[[256452,367526],[172,2699]],[[217475,373489],[0,-6490]],[[217475,366999],[-1215,13]],[[218693,368621],[0,-1623]],[[218693,366998],[-1158,2]],[[217535,367e3],[-60,-1]],[[223262,368539],[4,-1605]],[[223266,366934],[-1483,-59]],[[221783,366875],[-35,1613]],[[226620,368609],[1,-1637]],[[226621,366972],[-1512,-41]],[[225109,366931],[-321,1],[0,1617]],[[232977,373422],[0,-6492]],[[232977,366930],[-1214,49]],[[231763,366979],[2,4042]],[[234196,372339],[0,-5412]],[[234196,366927],[-1206,3]],[[232990,366930],[-13,0]],[[260851,370098],[153,-1651]],[[261004,368447],[-327,81]],[[260677,368528],[-206,-892]],[[260471,367636],[-656,342]],[[262219,371532],[-27,-1601]],[[262192,369931],[-95,-2448]],[[262097,367483],[-273,950],[-278,-893],[-215,1025],[-327,-118]],[[275618,371468],[-300,-1181],[80,-1044],[-490,-1589]],[[274908,367654],[-100,1094],[-720,-2036],[-246,1043]],[[266420,371666],[-159,-2460]],[[266261,369206],[-144,586],[-553,-948],[-155,568]],[[265409,369412],[-57,476]],[[263255,371592],[-527,-1618]],[[262728,369974],[-536,-43]],[[283955,369764],[143,-836]],[[284098,368928],[-199,-2026]],[[283899,366902],[-182,62]],[[283717,366964],[-298,1139]],[[283419,368103],[99,1639],[-146,1185]],[[283372,370927],[-246,-568]],[[283126,370359],[-198,-214]],[[282928,370145],[-159,111]],[[158120,372965],[96,-2153],[271,-374],[409,-1981]],[[158896,368457],[-209,-644],[106,-2702]],[[158793,365111],[-4,-1304],[-465,-535],[78,-1485]],[[158402,361787],[-314,1660],[11,3040],[-319,2976],[37,3500]],[[268019,369148],[-408,283],[-84,-2105]],[[267527,367326],[-252,702],[-463,-1950],[-186,747],[-277,-816]],[[266349,366009],[-88,3197]],[[282769,370256],[-560,-2687]],[[282209,367569],[-433,1404],[-338,-727]],[[256452,367526],[-546,-453]],[[255906,367073],[-158,651],[-62,2671]],[[255686,370395],[-335,1440]],[[235506,371949],[0,-5388]],[[235506,366561],[0,-480]],[[235506,366081],[-1273,28]],[[234233,366109],[-37,818]],[[276028,367645],[-525,-1521]],[[275503,366124],[-183,485],[-294,-965]],[[275026,365644],[-118,2010]],[[206149,359693],[-184,-2]],[[205965,359691],[-1385,13]],[[204580,359704],[-148,938],[143,4466],[-65,1316]],[[237018,370608],[-19,-4325]],[[236999,366283],[-1493,278]],[[255686,370395],[-1221,-4085]],[[254465,366310],[33,525]],[[254498,366835],[-359,563],[-7,1319]],[[247963,370902],[3,-5312],[-200,55]],[[247766,365645],[-926,49]],[[214823,367027],[-1,-7366]],[[214822,359661],[-2676,121]],[[212146,359782],[-233,3]],[[198301,371688],[-141,-896],[-30,-2362],[-478,-2240],[-241,-2267],[2,-1425],[-247,-2726]],[[197166,359772],[-1855,-8]],[[199666,367649],[1,-7868]],[[199667,359781],[-2501,-9]],[[163279,360600],[-1049,-5634]],[[162230,354966],[-621,1774],[-205,2320]],[[161404,359060],[-33,3269]],[[263844,368823],[-156,-2927]],[[263688,365896],[-150,509],[-457,-2191]],[[263081,364214],[-5,2272],[-355,1236],[7,2252]],[[284693,370632],[402,-618],[175,-1717]],[[285270,368297],[-384,-511],[-28,-974]],[[284858,366812],[-760,2116]],[[259384,368154],[-65,-2032],[-241,-92]],[[259078,366030],[-868,-273]],[[258210,365757],[-399,1383]],[[278500,368443],[-229,-637],[32,-1405]],[[278303,366401],[-518,-5580]],[[277785,360821],[-108,-926],[-313,672]],[[277364,360567],[-363,2794],[-342,617]],[[276659,363978],[-1,1559]],[[184567,369085],[6,-9298]],[[184573,359787],[-3209,1]],[[231763,366979],[-8,-1628]],[[231755,365351],[-1561,66]],[[230194,365417],[-3,3233]],[[246323,364827],[-123,-4110]],[[246200,360717],[-515,62],[-148,783]],[[245537,361562],[-47,1372],[-348,1595],[-44,2975],[-102,8]],[[249705,370322],[275,-3108],[-171,-1185]],[[249809,366029],[-13,-1567]],[[249796,364462],[-367,-344],[-402,-1991]],[[249027,362127],[-283,3]],[[248744,362130],[15,8808]],[[243784,367650],[-24,-6958]],[[243760,360692],[-1208,136]],[[242552,360828],[-452,64]],[[242100,360892],[-4,7693]],[[253774,369187],[-63,-598],[-543,-370],[-221,-906]],[[252947,367313],[-159,350]],[[252788,367663],[8,3287]],[[252788,367663],[-169,-665],[-98,-2358],[240,-2056],[-183,-1537]],[[252578,361047],[0,1701],[-613,3308]],[[251965,366056],[4,4882]],[[283419,368103],[-491,2042]],[[251965,366056],[-546,-28],[-64,-613]],[[251355,365415],[-321,507]],[[251034,365922],[9,4965]],[[251034,365922],[-568,97]],[[250466,366019],[-657,10]],[[285850,370354],[308,-1052]],[[286158,369302],[-18,-1124]],[[286140,368178],[152,-3489],[-321,-310],[-554,3769]],[[248744,362130],[-259,20],[1,-1356],[-425,-246]],[[248061,360548],[-311,844],[16,4253]],[[273838,367775],[29,-1536],[-368,-994]],[[273499,365245],[-679,-1091]],[[272820,364154],[-382,1913]],[[272438,366067],[143,1619]],[[168203,368402],[-33,-2228],[201,-311],[166,-3441],[607,-1527],[212,-3239],[-22,-2583]],[[169334,355073],[-1716,-82],[-1,-1560],[-890,26],[-3,-1596],[-460,19],[-298,-1620]],[[165966,350260],[-246,-1296],[-814,-375],[-3,-4045],[-992,-5108]],[[163911,339436],[-928,3750],[56,1793],[-140,1162]],[[162899,346141],[229,1144],[-1,2966],[-897,4715]],[[238284,367738],[-14,-2707]],[[238270,365031],[-1188,150]],[[237082,365181],[-83,1102]],[[265409,369412],[279,-3141]],[[265688,366271],[-442,-1825]],[[265246,364446],[-535,1287]],[[264711,365733],[-177,3781]],[[255906,367073],[-251,-1812],[146,-2556]],[[255801,362705],[-529,-954],[-438,809]],[[254834,362560],[-346,1711],[-23,2039]],[[283717,366964],[-7,-1436]],[[283710,365528],[-51,69]],[[283659,365597],[-117,-1255]],[[283542,364342],[-75,-143]],[[283467,364199],[-36,-77]],[[283431,364122],[-87,-195]],[[283344,363927],[-565,790]],[[282779,364717],[-265,34],[-366,1828],[61,990]],[[280149,367189],[-243,-2778]],[[279906,364411],[-397,-807]],[[279509,363604],[-259,695],[-282,3486]],[[287953,369117],[-346,-3597],[-150,-3563],[-151,2650],[266,5441],[255,73]],[[263081,364214],[-502,-2273]],[[262579,361941],[-398,1304]],[[262181,363245],[-37,1322],[-302,999]],[[261842,365566],[255,1917]],[[272438,366067],[-555,-2439],[-498,578]],[[271385,364206],[-316,930],[-383,3657],[178,533]],[[254498,366835],[-802,-2923],[-19,-787]],[[253677,363125],[-271,-607]],[[253406,362518],[-71,2344],[-388,2451]],[[188715,359808],[-3142,-15]],[[185573,359793],[-1e3,-6]],[[266349,366009],[57,-1412]],[[266406,364597],[-349,1839],[-369,-165]],[[264711,365733],[-224,-683],[-203,-2441]],[[264284,362609],[-596,3287]],[[271385,364206],[-448,-1771]],[[270937,362435],[-326,-1378],[-364,-500]],[[270247,360557],[-283,4288],[-168,501]],[[286158,369302],[207,215],[310,-1575],[-73,-2372],[-462,2608]],[[268620,364836],[-243,-50],[-502,-1356]],[[267875,363430],[-354,1381],[6,2515]],[[282779,364717],[-405,-1350]],[[282374,363367],[-1213,1929]],[[281161,365296],[-10,1338]],[[284858,366812],[77,-164]],[[284935,366648],[-7,-2001],[-380,948],[-673,137],[24,1170]],[[240886,368746],[3,-7717]],[[240889,361029],[-605,67]],[[240284,361096],[-452,335]],[[239832,361431],[-22,6076]],[[161404,359060],[-763,407],[-257,-1537]],[[160384,357930],[-486,2766],[-658,1780],[-447,2635]],[[158896,368457],[358,-59]],[[261842,365566],[-523,-2202]],[[261319,363364],[-642,5164]],[[242100,360892],[-1211,137]],[[275026,365644],[-484,-1303]],[[274542,364341],[-690,-1814]],[[273852,362527],[-445,2380],[92,338]],[[230194,365417],[-2,-5660]],[[230192,359757],[-625,5]],[[229567,359762],[-1109,1]],[[228458,359763],[-16,8871]],[[228458,359763],[-876,-6]],[[227582,359757],[-948,0]],[[226634,359757],[-13,7215]],[[220213,368621],[49,-8799]],[[220262,359822],[-1515,-40]],[[218747,359782],[-2,7215],[-52,1]],[[221783,366875],[7,-7101]],[[221790,359774],[-1286,38]],[[220504,359812],[-242,10]],[[225109,366931],[7,-7184]],[[225116,359747],[-550,11]],[[224566,359758],[-1269,13]],[[223297,359771],[-31,7163]],[[261319,363364],[-484,-1545]],[[260835,361819],[-445,1353]],[[260390,363172],[-31,2226],[112,2238]],[[278782,367130],[-479,-729]],[[176230,341181],[676,-3535]],[[176906,337646],[-237,-293],[-2131,-6],[-3163,16]],[[171375,337363],[-1036,-168]],[[170339,337195],[74,1516],[-404,8051],[81,566],[-423,2802],[-72,2164],[-261,2779]],[[285483,364729],[247,-950]],[[285730,363779],[-49,-868]],[[285681,362911],[-94,912],[-633,479],[-19,2346]],[[285270,368297],[233,-1659]],[[285503,366638],[-153,-1180]],[[285350,365458],[133,-729]],[[260390,363172],[-160,-225]],[[260230,362947],[-453,-403],[-418,352]],[[259359,362896],[21,897],[-302,2237]],[[267875,363430],[-170,-1501],[19,-1797],[-189,-331]],[[267535,359801],[-167,368]],[[267368,360169],[-60,2882],[-338,936],[-80,1342],[-349,-222],[-82,-931]],[[266459,364176],[-53,421]],[[279509,363604],[-224,-3408]],[[279285,360196],[-519,775]],[[278766,360971],[-292,-175],[-159,1424],[-530,-1399]],[[239832,361431],[-1514,177]],[[238318,361608],[-48,3423]],[[253406,362518],[-128,-3094]],[[253278,359424],[-344,1547],[-334,-766]],[[252600,360205],[-233,1071]],[[252367,361276],[211,-229]],[[245537,361562],[-556,-176],[-16,-3767]],[[244965,357619],[-1212,97]],[[243753,357716],[7,2976]],[[201904,367295],[0,-3259],[564,-4371]],[[202468,359665],[-2632,116]],[[199836,359781],[-169,0]],[[276659,363978],[-321,-1646],[-128,663],[-334,-926]],[[275876,362069],[-139,-177]],[[275737,361892],[-37,2241],[-197,1991]],[[276171,365518],[-31,-845]],[[276140,364673],[211,-935],[217,1690],[-397,90]],[[257011,363732],[-118,-2665]],[[256893,361067],[-311,-151]],[[256582,360916],[-548,-371],[-28,565]],[[256006,361110],[-205,1595]],[[281161,365296],[-22,-3279]],[[281139,362017],[-569,-758]],[[280570,361259],[-694,2327],[30,825]],[[204580,359704],[-804,-10]],[[203776,359694],[-1308,-29]],[[258405,362945],[-625,205],[-142,-3375]],[[257638,359775],[-745,1292]],[[258210,365757],[195,-2812]],[[216174,367014],[4,-7320]],[[216178,359694],[-1317,-41]],[[214861,359653],[-39,8]],[[217535,367e3],[4,-7258]],[[217539,359742],[-1361,-48]],[[218747,359782],[-870,-30]],[[217877,359752],[-338,-10]],[[232990,366930],[-4,-7162]],[[232986,359768],[-736,0]],[[232250,359768],[-495,-4]],[[231755,359764],[0,5587]],[[226634,359757],[-863,-11]],[[225771,359746],[-655,1]],[[223297,359771],[-1270,0]],[[222027,359771],[-237,3]],[[234233,366109],[3,-6336]],[[234236,359773],[-930,-5]],[[233306,359768],[-320,0]],[[254834,362560],[-147,-2742]],[[254687,359818],[-400,-772]],[[254287,359046],[-461,3988],[-149,91]],[[285503,366638],[154,-1165],[635,-2093],[-66,-1012]],[[286226,362368],[53,-609]],[[286279,361759],[-115,-211]],[[286164,361548],[-434,2231]],[[285483,364729],[-133,729]],[[237082,365181],[-19,-4504]],[[237063,360677],[-1557,162]],[[235506,360839],[0,5242]],[[275737,361892],[-473,-1709],[-546,-689]],[[274718,359494],[-101,1954]],[[274617,361448],[153,1099]],[[274770,362547],[-228,1794]],[[266459,364176],[-121,-2911],[119,-2630]],[[266457,358635],[-224,322]],[[266233,358957],[-784,1845]],[[265449,360802],[-274,2103],[71,1541]],[[264091,359038],[-613,-1731]],[[263478,357307],[-281,2109],[-435,319]],[[262762,359735],[-183,2206]],[[264284,362609],[-193,-3571]],[[235506,360839],[0,-1078]],[[235506,359761],[-1085,11]],[[234421,359772],[-185,1]],[[259359,362896],[-159,-1977]],[[259200,360919],[-468,373],[-327,1653]],[[276140,364673],[31,845]],[[252367,361276],[-1008,2722]],[[251359,363998],[-4,1417]],[[272820,364154],[-287,-1786],[161,-862],[-535,-1063],[70,-474]],[[272229,359969],[-685,-1435],[-271,477]],[[271273,359011],[-336,3424]],[[250466,366019],[-48,-4180],[274,-850]],[[250692,360989],[92,-1564]],[[250784,359425],[-347,1556],[-155,-1005]],[[250282,359976],[-177,539],[-309,3947]],[[265449,360802],[-249,-1448],[-375,-410]],[[264825,358944],[-564,-169]],[[264261,358775],[-170,263]],[[251359,363998],[-15,-29]],[[251344,363969],[-427,-1199],[-225,-1781]],[[267368,360169],[-217,-969],[-641,-1367]],[[266510,357833],[-53,802]],[[248061,360548],[-409,-2218]],[[247652,358330],[-1170,82]],[[246482,358412],[-282,2305]],[[283884,365227],[441,265],[239,-1371]],[[284564,364121],[-405,-2255]],[[284159,361866],[-678,-2215]],[[283481,359651],[-2,3311]],[[283479,362962],[63,1380]],[[283659,365597],[225,-370]],[[262181,363245],[-452,-3529],[-71,-1327]],[[261658,358389],[-614,240]],[[261044,358629],[-209,3190]],[[270247,360557],[-500,-1318]],[[269747,359239],[-387,951],[-242,3364]],[[231755,359764],[-101,-4]],[[231654,359760],[-1462,-3]],[[273852,362527],[-162,-1380]],[[273690,361147],[-561,-945],[-310,462],[-429,-1770]],[[272390,358894],[-161,1075]],[[282112,359572],[-317,633]],[[281795,360205],[-220,-114],[-436,1926]],[[282374,363367],[-290,-906],[28,-2889]],[[238318,361608],[-4,-1905]],[[238314,359703],[-2,-1358]],[[238312,358345],[-1259,166]],[[237053,358511],[10,2166]],[[160384,357930],[-174,-102]],[[160210,357828],[-281,264],[-164,-998]],[[159765,357094],[-379,2271],[-464,-404],[-520,2826]],[[283344,363927],[135,-965]],[[283481,359651],[-614,-2145]],[[282867,357506],[-109,311]],[[282758,357817],[-299,1492],[-347,263]],[[269086,363432],[-450,-1508],[10,-1311],[-407,-1312]],[[268239,359301],[-193,764],[-584,-1127],[73,863]],[[250282,359976],[-572,-2622]],[[249710,357354],[-479,-188]],[[249231,357166],[11,1267],[-274,2900],[59,794]],[[280570,361259],[-138,-3504]],[[280432,357755],[-433,-3598]],[[279999,354157],[-48,2703],[-666,3336]],[[274770,362547],[-153,-1099]],[[274718,359494],[-251,-983]],[[274467,358511],[-297,-983]],[[274170,357528],[-480,3619]],[[285497,362381],[-63,-1487],[-424,-1183]],[[285010,359711],[-289,-964]],[[284721,358747],[-34,2055],[-528,1064]],[[284564,364121],[581,-507],[352,-1233]],[[277364,360567],[-130,-3464]],[[277234,357103],[-337,-1260],[-663,787],[-116,-677]],[[276118,355953],[-70,868],[-471,580]],[[275577,357401],[360,2850],[-61,1818]],[[251671,358926],[-486,-648],[-308,443]],[[250877,358721],[-93,704]],[[251344,363969],[327,-5043]],[[252600,360205],[-4,-1497]],[[252596,358708],[-916,78]],[[251680,358786],[-9,140]],[[286164,361548],[133,-1960]],[[286297,359588],[-664,2557],[48,766]],[[269747,359239],[82,-1209],[-301,-552]],[[269528,357478],[-635,40],[-381,-1462]],[[268512,356056],[-298,1723]],[[268214,357779],[25,1522]],[[259200,360919],[-148,-2366]],[[259052,358553],[-666,-2939]],[[258386,355614],[14,578],[-508,429],[-79,979]],[[257813,357600],[-175,2175]],[[262762,359735],[-638,-2584]],[[262124,357151],[-421,-78]],[[261703,357073],[-45,1316]],[[261044,358629],[-402,-2234]],[[260642,356395],[-399,432]],[[260243,356827],[-13,6120]],[[254287,359046],[-781,-1739]],[[253506,357307],[-228,2117]],[[260243,356827],[-662,-2212]],[[259581,354615],[-529,3938]],[[256006,361110],[-211,-8003]],[[255795,353107],[-851,-64]],[[254944,353043],[-147,-18]],[[254797,353025],[95,6137],[-205,656]],[[285916,358061],[-1039,-4907]],[[284877,353154],[-34,77]],[[284843,353231],[-42,1109]],[[284801,354340],[305,3818],[-96,1553]],[[285497,362381],[59,-1873],[467,-1557],[-107,-890]],[[271273,359011],[-157,-551]],[[271116,358460],[-308,-1199],[-364,-179],[-73,-1054],[-635,-1658]],[[269736,354370],[-208,3108]],[[278766,360971],[-356,-9724]],[[278410,351247],[-345,-4]],[[278065,351243],[106,760],[-263,1161],[-285,-493],[86,-1438]],[[277709,351233],[-112,-1]],[[277597,351232],[-569,21]],[[277028,351253],[206,5850]],[[275577,357401],[-419,-1374],[-218,-1669]],[[274940,354358],[-473,4153]],[[249231,357166],[-25,-4320],[-720,33]],[[248486,352879],[-527,25]],[[247959,352904],[-9,1582],[-298,3844]],[[281795,360205],[-66,-4560]],[[281729,355645],[-596,561],[-701,1549]],[[286315,361864],[-36,-105]],[[286315,361864],[307,-509],[-325,-1767]],[[284721,358747],[-1328,-4408]],[[283393,354339],[-167,252],[88,2639],[-447,276]],[[246482,358412],[44,-2141]],[[246526,356271],[-1263,227]],[[245263,356498],[-303,38],[5,1083]],[[240284,361096],[-17,-4867]],[[240267,356229],[-1101,142]],[[239166,356371],[-106,8],[13,3262],[-759,62]],[[274170,357528],[-841,-1351]],[[273329,356177],[-156,-696],[-455,-110]],[[272718,355371],[-328,3523]],[[257813,357600],[-221,-728],[-203,-3628]],[[257389,353244],[-828,-107]],[[256561,353137],[21,7779]],[[256561,353137],[-151,-14]],[[256410,353123],[-615,-16]],[[242552,360828],[-65,-4878]],[[242487,355950],[-1819,221]],[[240668,356171],[-401,58]],[[253506,357307],[130,-2237]],[[253636,355070],[-1045,64]],[[252591,355134],[5,3574]],[[250877,358721],[-61,-2945]],[[250816,355776],[-215,-1258],[64,-1202]],[[250665,353316],[-204,-1647],[-215,1259]],[[250246,352928],[-536,4426]],[[279999,354157],[-151,-412],[-88,-2492]],[[279760,351253],[-173,-5]],[[279587,351248],[-953,1]],[[278634,351249],[-224,-2]],[[243753,357716],[-40,-7253]],[[243713,350463],[-1248,-11]],[[242465,350452],[22,5498]],[[237053,358511],[-17,-3425]],[[237036,355086],[-1531,348]],[[235505,355434],[1,4327]],[[266233,358957],[17,-976],[-599,-2205],[-221,-1818]],[[265430,353958],[-521,3091],[-84,1895]],[[282758,357817],[6,-3369],[-310,-3129]],[[282454,351319],[-369,-16]],[[282085,351303],[-408,-9]],[[281677,351294],[52,4351]],[[268214,357779],[-540,-708],[-177,-2081],[-906,-1448]],[[266591,353542],[-141,2662],[60,1629]],[[272718,355371],[-733,-1028],[-226,-1288]],[[271759,353055],[-261,2813],[-382,2592]],[[192649,359743],[0,-24860],[483,-3],[-46,-2691],[-3,-12919],[-57,-4902],[46,-1624],[-29,-12941],[-91,-9],[0,-3908]],[[192952,295886],[-303,169]],[[192649,296055],[0,7877],[-2090,0],[0,4900]],[[190559,308832],[0,51008]],[[190559,308832],[-267,69],[-549,2097],[-586,1352],[-625,-723],[-214,1094]],[[188318,312721],[8,6150],[-629,15],[-1,3313],[-1550,-154],[-3,3263],[-297,21],[4,2068],[-380,-319],[-149,1054],[-899,1045],[-616,2799],[-445,401]],[[183361,332377],[1,5120],[66,1656],[-122,2775],[363,944],[70,1118],[518,1618],[615,865],[469,2332],[-89,1927],[91,1455],[24,3834],[237,2874],[-31,898]],[[254797,353025],[-1049,763]],[[253748,353788],[-112,1282]],[[233306,359768],[-67,-1052],[1,-6427]],[[233240,352289],[-1054,-2]],[[232186,352287],[-1,6412],[65,1069]],[[231654,359760],[-1,-10708]],[[231653,349052],[-2,-4884],[-743,12]],[[230908,344180],[41,1148],[-278,232],[-357,1844],[-191,-673],[-230,2345],[-236,376],[-145,2238],[-299,-1766],[-371,677]],[[228842,350601],[273,1701],[-395,-68]],[[228720,352234],[-26,1706],[357,-36],[129,1256],[379,564],[8,4038]],[[224566,359758],[31,-9970]],[[224597,349788],[-210,-1342],[-482,1078],[-172,1064],[-325,12]],[[223408,350600],[-48,1718],[-452,3424],[-433,679]],[[222475,356421],[0,1]],[[222475,356422],[-448,3349]],[[234421,359772],[22,-6122]],[[234443,353650],[-18,-2995]],[[234425,350655],[-897,9]],[[233528,350664],[-1,1625],[-287,0]],[[232186,352287],[-8,-3237]],[[232178,349050],[-525,2]],[[227582,359757],[-1,-7542]],[[227581,352215],[-1788,-1]],[[225793,352214],[-22,7532]],[[225793,352214],[0,-2428]],[[225793,349786],[-1196,2]],[[228720,352234],[-1136,-19]],[[227584,352215],[-3,0]],[[235505,355434],[1,-1837]],[[235506,353597],[-1063,53]],[[222475,356421],[0,-4177],[-865,-45]],[[221610,352199],[-1108,8]],[[220502,352207],[2,7605]],[[203776,359694],[98,-2074],[-26,-3169],[117,-4650],[-91,-2222],[-239,-893],[559,-1233],[337,-2424],[573,-1622]],[[205104,341407],[-115,-753],[-407,115]],[[204582,340769],[2,439],[-988,-6],[48,-1326],[-533,2]],[[203111,339878],[-7,660]],[[203104,340538],[1,655],[-1776,-49],[0,4052],[-2059,59]],[[199270,345255],[16,10890],[481,2044],[69,1592]],[[199270,345255],[-7,-4085]],[[199263,341170],[-3954,38]],[[195309,341208],[2,18556]],[[195309,341208],[0,-19410]],[[195309,321798],[-1,-7083]],[[195308,314715],[-3,-14913]],[[195305,299802],[-837,-13],[-15,-900],[-398,-1421]],[[194055,297468],[-881,-3135],[-222,1553]],[[212146,359782],[0,-9302]],[[212146,350480],[-110,1],[3,-8289]],[[212039,342192],[-2,-5881]],[[212037,336311],[-929,13]],[[211108,336324],[28,6448],[-1196,-12],[1,1644],[-599,9],[0,810]],[[209342,345223],[3,14488]],[[214861,359653],[-12,-9170]],[[214849,350483],[-362,-4]],[[214487,350479],[-2341,1]],[[217877,359752],[-24,-9286]],[[217853,350466],[-365,-7]],[[217488,350459],[-1501,5]],[[215987,350464],[-1138,19]],[[220502,352207],[-2,-1740]],[[220500,350467],[-1510,-6]],[[218990,350461],[-1137,5]],[[284801,354340],[42,-1109]],[[284877,353154],[-51,-1711]],[[284826,351443],[-1,-153]],[[284825,351290],[-691,44]],[[284134,351334],[-370,-26]],[[283764,351308],[-248,1789],[-323,550],[200,692]],[[263478,357307],[2,-789],[-559,-4123]],[[262921,352395],[-20,2]],[[262901,352397],[-528,227]],[[262373,352624],[-249,4527]],[[205965,359691],[58,-1482],[-85,-3570],[-387,-996],[-22,-2199],[163,-1118],[-61,-4279]],[[205631,346047],[-184,-448],[-36,-1983],[-307,-2209]],[[209342,345223],[-1191,14]],[[208151,345237],[-1196,-14],[2,803],[-1326,21]],[[239166,356371],[-30,-5933]],[[239136,350438],[-750,14]],[[238386,350452],[29,5979],[-103,1914]],[[162899,346141],[-231,-1190],[-456,1973],[-261,-928],[-61,1185],[-572,3411],[-183,-60],[-19,1981],[-417,1414],[44,778],[-533,3123]],[[265430,353958],[-148,-1853]],[[265282,352105],[-222,46]],[[265060,352151],[-603,35]],[[264457,352186],[-224,1544],[-135,2569],[163,2476]],[[286870,358327],[-79,-1657]],[[286791,356670],[-328,768],[3,1656],[404,-767]],[[264457,352186],[-96,-2]],[[264361,352184],[-1440,211]],[[266591,353542],[-596,-1193]],[[265995,352349],[-713,-244]],[[251680,358786],[-1,-3231]],[[251679,355555],[-863,221]],[[252591,355134],[-9,-4639]],[[252582,350495],[-78,9]],[[252504,350504],[-835,20]],[[251669,350524],[10,5031]],[[261703,357073],[-226,-4256]],[[261477,352817],[-391,-141]],[[261086,352676],[-444,3719]],[[259581,354615],[12,-1749]],[[259593,352866],[-647,210]],[[258946,353076],[-576,206]],[[258370,353282],[16,2332]],[[238386,350452],[-787,-3]],[[237599,350449],[-586,0]],[[237013,350449],[23,4637]],[[287748,351418],[-69,0]],[[287679,351418],[-139,3114],[-110,-3118]],[[287430,351414],[-90,0]],[[287340,351414],[-61,2]],[[287279,351416],[-242,-2]],[[287037,351414],[1,2143],[150,496],[-378,1441],[-61,1239]],[[286749,356733],[42,-63]],[[286870,358327],[530,-179],[348,-6730]],[[274940,354358],[-364,-882],[-48,-1926]],[[274528,351550],[-629,24]],[[273899,351574],[-213,1696]],[[273686,353270],[-50,397]],[[273636,353667],[-307,2510]],[[270321,353193],[-338,-940]],[[269983,352253],[-141,1]],[[269842,352254],[-106,2116]],[[271759,353055],[-114,-499]],[[271645,352556],[-501,43]],[[271144,352599],[-890,-363]],[[270254,352236],[67,957]],[[247959,352904],[-202,-2471]],[[247757,350433],[-990,13]],[[246767,350446],[-44,3365],[-197,2460]],[[286206,357292],[36,565]],[[286206,357292],[-103,-959],[-95,-4917]],[[286008,351416],[-140,0]],[[285868,351416],[-1042,27]],[[285916,358061],[-22,-1250],[348,1046]],[[163911,339436],[276,-2210]],[[164187,337226],[-3149,125]],[[161038,337351],[-326,1746],[-77,1735],[-231,787],[-396,3161],[-503,2053],[-222,5105],[442,1739],[40,3417]],[[283764,351308],[-1310,11]],[[268512,356056],[-491,-2310],[-105,-1529]],[[267916,352217],[-1356,67]],[[266560,352284],[-565,65]],[[281677,351294],[-774,-7]],[[280903,351287],[-371,-27]],[[280532,351260],[-772,-7]],[[262373,352624],[-838,204]],[[261535,352828],[-58,-11]],[[245263,356498],[-29,-6068]],[[245234,350430],[-782,-12]],[[244452,350418],[-119,11]],[[244333,350429],[-620,34]],[[269842,352254],[-878,-31]],[[268964,352223],[-617,-6]],[[268347,352217],[-431,0]],[[258370,353282],[-422,-315]],[[257948,352967],[-559,277]],[[276118,355953],[-148,-277],[114,-4413]],[[276084,351263],[-1077,152]],[[275007,351415],[-479,135]],[[250246,352928],[-253,-2473]],[[249993,350455],[-186,-21]],[[249807,350434],[-151,5]],[[249656,350439],[-18,-3004]],[[249638,347435],[-129,1228],[-367,441],[-80,-746],[-582,45]],[[248480,348403],[6,4476]],[[286305,356800],[-51,-466]],[[286570,356468],[-316,-134]],[[286570,356468],[124,213]],[[286694,356681],[55,52]],[[287037,351414],[-532,-2]],[[286505,351412],[-497,4]],[[286305,356800],[-99,492]],[[277028,351253],[-871,10]],[[276157,351263],[-73,0]],[[181366,356861],[18,-12097],[-305,-3169],[-223,-192],[-381,2417],[-725,-8],[-350,-1053],[144,-4362],[76,-6300],[227,-3470],[73,-3058],[-216,-1125],[36,-1876]],[[179740,322568],[-2834,15078]],[[261086,352676],[-980,65]],[[260106,352741],[-513,125]],[[246767,350446],[-580,-1]],[[246187,350445],[-953,-15]],[[240668,356171],[-20,-5742]],[[240648,350429],[-227,4]],[[240421,350433],[-1234,7]],[[239187,350440],[-51,-2]],[[223408,350600],[12,-6428]],[[223420,344172],[-1187,51]],[[222233,344223],[-596,-4],[-27,7980]],[[273636,353667],[50,-397]],[[273899,351574],[-178,50]],[[273721,351624],[-1258,239]],[[272463,351863],[-903,250]],[[271560,352113],[85,443]],[[242465,350452],[-84,-5]],[[242381,350447],[-1055,0]],[[241326,350447],[-678,-18]],[[251669,350524],[-28,4]],[[251641,350528],[-22,-4]],[[251619,350524],[-191,1382],[-763,1410]],[[237013,350449],[-1507,13]],[[235506,350462],[0,3135]],[[253748,353788],[47,-3358]],[[253795,350430],[-1213,65]],[[170339,337195],[-4266,60]],[[166073,337255],[29,8917],[143,-16],[5,2474],[-284,1630]],[[254944,353043],[136,-5034]],[[255080,348009],[-640,-725],[-443,466]],[[253997,347750],[-26,131]],[[253971,347881],[-176,2549]],[[235506,350462],[154,-6283]],[[235660,344179],[-653,-10]],[[235007,344169],[-597,8]],[[234410,344177],[15,6478]],[[257414,348712],[-201,-1047],[-242,621]],[[256971,348286],[-207,-250],[-369,1607]],[[256395,349643],[15,3480]],[[257948,352967],[-373,-4227],[-161,-28]],[[258946,353076],[-66,-2837]],[[258880,350239],[-152,-2605]],[[258728,347634],[-470,-221],[-397,-1687]],[[257861,345726],[-447,2986]],[[251619,350524],[-1425,9]],[[250194,350533],[-201,-78]],[[256395,349643],[-463,-2485]],[[255932,347158],[-632,238]],[[255300,347396],[-220,613]],[[278065,351243],[-356,-10]],[[260035,350463],[-39,-1632]],[[259996,348831],[-420,265]],[[259576,349096],[-528,339],[-168,804]],[[260106,352741],[-71,-2278]],[[248480,348403],[6,-7256]],[[248486,341147],[-919,-50]],[[247567,341097],[-247,-13]],[[247320,341084],[102,953]],[[247422,342037],[419,2876]],[[247841,344913],[353,1892],[-44,1811],[-209,1819],[-184,-2]],[[262901,352397],[149,-1465]],[[263050,350932],[-592,1050],[-298,-536],[-193,-2703]],[[261967,348743],[-458,2312]],[[261509,351055],[26,1773]],[[261509,351055],[-433,-573],[-153,-1811]],[[260923,348671],[-582,2219],[-306,-427]],[[270706,350628],[-572,-2009],[-308,-73]],[[269826,348546],[-389,912],[-672,-256]],[[268765,349202],[199,3021]],[[270254,352236],[-271,17]],[[271144,352599],[-438,-1971]],[[271560,352113],[-142,-3665]],[[271418,348448],[-528,-1943]],[[270890,346505],[-41,-397]],[[270849,346108],[-351,1893],[300,1976],[-92,651]],[[264361,352184],[5,-1438],[-252,-900],[56,-3382],[-120,-1264]],[[264050,345200],[-190,-992]],[[263860,344208],[-474,1989],[-250,1871]],[[263136,348068],[117,454],[-203,2410]],[[266560,352284],[206,-1169],[31,-2258]],[[266797,348857],[-174,-720],[-607,-562]],[[266016,347575],[-183,13],[-202,1691],[-279,-297]],[[265352,348982],[-292,3169]],[[228842,350601],[-61,-3232],[298,0],[0,-1617]],[[229079,345752],[-602,-1],[-1,-1624],[-593,-2]],[[227883,344125],[-297,101]],[[227586,344226],[-2,7989]],[[268347,352217],[-502,-559],[-752,-3147]],[[267093,348511],[-296,346]],[[233528,350664],[-299,-2],[-14,-8097]],[[233215,342565],[-365,1],[-131,1627],[-399,1]],[[232320,344194],[-150,-1],[8,4857]],[[265352,348982],[-275,-2785]],[[265077,346197],[-193,-790],[-429,315],[-38,-1252],[-367,730]],[[268765,349202],[-61,-397]],[[268704,348805],[-665,-1448],[-393,-1682]],[[267646,345675],[-224,1917],[-258,-1046]],[[267164,346546],[-71,1965]],[[227586,344226],[-599,4]],[[226987,344230],[-1193,4]],[[225794,344234],[-1,5552]],[[222233,344223],[3,-2818]],[[222236,341405],[-226,-158],[-275,-2614],[-162,-422],[-441,841],[-101,2156],[-521,-2268]],[[220510,338940],[0,3261]],[[220510,342201],[-10,8266]],[[272463,351863],[277,-3899]],[[272740,347964],[-622,-2325]],[[272118,345639],[-700,2809]],[[263136,348068],[-494,-1684],[-81,-2308]],[[262561,344076],[-537,-332]],[[262024,343744],[-54,115]],[[261970,343859],[103,956],[-106,3928]],[[273721,351624],[-182,-2986]],[[273539,348638],[-167,-516],[-189,1242],[-443,-1400]],[[230908,344180],[-82,5]],[[230826,344185],[-902,-44]],[[229924,344141],[-550,-15],[0,1626],[-295,0]],[[275007,351415],[-33,-5379]],[[274974,346036],[-1,-378]],[[274973,345658],[-247,762],[-926,-859]],[[273800,345561],[12,1685],[-273,1392]],[[285868,351416],[140,-749]],[[286008,350667],[106,-2464]],[[286114,348203],[-296,-486]],[[285818,347717],[-335,-961]],[[285483,346756],[-266,1180],[-452,774]],[[284765,348710],[60,2580]],[[287331,347551],[-272,271],[-554,3590]],[[287279,351416],[112,-2597],[320,-2367],[229,-3945],[-412,3972],[-197,1072]],[[287748,351418],[261,-5943]],[[288009,345475],[-7,-9]],[[288002,345466],[-124,1107],[-199,4845]],[[276157,351263],[-22,-5309]],[[276135,345954],[-1161,82]],[[287331,347551],[294,-3319],[-296,418],[-595,3435]],[[286734,348085],[-726,2582]],[[282085,351303],[5,-704]],[[282090,350599],[-40,-2323],[-263,-3337]],[[281787,344939],[-837,1178]],[[280950,346117],[82,750],[-129,4420]],[[284010,345759],[-232,-1457]],[[283778,344302],[-264,840],[-153,2057],[-292,-389],[-26,2140],[-250,1169],[-703,480]],[[284134,351334],[123,-1350],[-247,-4225]],[[284765,348710],[428,-835],[170,-2171]],[[285363,345704],[-1353,55]],[[279587,351248],[-16,-5691]],[[279571,345557],[-415,60]],[[279156,345617],[-565,56]],[[278591,345673],[43,5576]],[[280950,346117],[-322,-1897],[-207,205]],[[280421,344425],[-40,5196],[151,1639]],[[280421,344425],[-138,-2849]],[[280283,341576],[-564,914]],[[279719,342490],[-155,442],[7,2625]],[[277597,351232],[-60,-5440]],[[277537,345792],[-1,-133]],[[277536,345659],[-1401,295]],[[278591,345673],[-288,31]],[[278303,345704],[-766,88]],[[261970,343859],[-836,1715],[-211,1218]],[[260923,346792],[0,1879]],[[260923,346792],[-350,-1703],[-444,506]],[[260129,345595],[-184,949],[51,2287]],[[283778,344302],[137,-1341],[-235,-398]],[[283680,342563],[-211,-1306]],[[283469,341257],[-343,603],[-21,992],[-459,1162]],[[282646,344014],[-526,-168],[-333,1093]],[[234410,344177],[-298,-3],[1,-1624],[-250,5]],[[233863,342555],[-648,10]],[[270849,346108],[-412,-3021]],[[270437,343087],[-395,999]],[[270042,344086],[-95,1419],[-234,366]],[[269713,345871],[113,2675]],[[286734,348085],[37,-1381],[441,-2720],[-295,-510],[-337,1726]],[[286580,345200],[-247,781],[-219,2222]],[[251641,350528],[29,-1722],[-373,-22],[-27,-3471]],[[251270,345313],[-542,-338]],[[250728,344975],[-915,150]],[[249813,345125],[341,3659],[40,1749]],[[225794,344234],[-297,0]],[[225497,344234],[-1188,0]],[[224309,344234],[-889,-62]],[[252504,350504],[-37,-6508]],[[252467,343996],[-452,-1664]],[[252015,342332],[-416,1162],[-329,1819]],[[249813,345125],[-408,-510]],[[249405,344615],[-185,1255],[449,35],[-218,1039],[187,491]],[[249807,350434],[-151,5]],[[215987,342196],[-1502,-4]],[[214485,342192],[2,8287]],[[215987,350464],[0,-8268]],[[253971,347881],[-287,-10],[29,-1851],[-361,-2614]],[[253352,343406],[3,475],[-888,115]],[[217486,342236],[0,-44]],[[217486,342192],[-1499,4]],[[217488,350459],[-2,-8223]],[[214485,342192],[-2446,0]],[[218990,350461],[-2,-8244]],[[218988,342217],[-1502,19]],[[220510,342201],[-1504,15]],[[219006,342216],[-18,1]],[[237599,350449],[-67,-2392],[210,-1186]],[[237742,346871],[-201,-1331]],[[237541,345540],[-238,-554],[-1004,172],[-161,-2143],[-448,53]],[[235690,343068],[-30,1111]],[[244333,350429],[-13,-3019],[-310,36],[-1,-1628],[-349,62]],[[243660,345880],[-1297,148]],[[242363,346028],[18,4419]],[[239187,350440],[-9,-7019]],[[239178,343421],[-500,72]],[[238678,343493],[-199,24],[-297,3289],[-440,65]],[[244452,350418],[273,-1429],[140,-3024]],[[244865,345965],[-253,-501],[-21,-6336]],[[244591,339128],[-295,860],[-689,92]],[[243607,340080],[77,1094],[-24,4706]],[[246124,346133],[-9,-2184]],[[246115,343949],[-921,327],[-329,1689]],[[246187,350445],[91,-4020],[-154,-292]],[[240421,350433],[-86,-130],[-16,-7014]],[[240319,343289],[-151,19]],[[240168,343308],[-990,113]],[[241326,350447],[-51,-4301],[214,-302],[163,-1657],[2,-1854]],[[241654,342333],[-1188,137],[-147,819]],[[242363,346028],[-109,-2389]],[[242254,343639],[-4,-1372],[-299,33],[-7,-1620],[-298,35]],[[241646,340715],[8,1618]],[[247841,344913],[-363,-14],[3,1092],[-1357,142]],[[166073,337255],[-1825,-24]],[[164248,337231],[-61,-5]],[[259576,349096],[-441,-2425]],[[259135,346671],[-407,963]],[[256971,348286],[-234,-4732],[-157,-1542]],[[256580,342012],[-358,78]],[[256222,342090],[31,3291]],[[256253,345381],[-11,1627],[-310,150]],[[269713,345871],[-270,-1826],[-440,-1091]],[[269003,342954],[-147,935],[39,5066],[-191,-150]],[[273800,345561],[-24,-3359]],[[273776,342202],[-410,-186]],[[273366,342016],[-834,-921]],[[272532,341095],[-604,2256]],[[271928,343351],[190,2288]],[[266016,347575],[-182,-3347]],[[265834,344228],[-583,406]],[[265251,344634],[-174,1563]],[[260129,345595],[-76,-1981]],[[260053,343614],[-159,-706],[-544,-143]],[[259350,342765],[-215,3906]],[[249405,344615],[100,-1065],[-238,-811],[-78,-1540]],[[249189,341199],[-703,-52]],[[232320,344194],[0,-4873],[-163,-839]],[[232157,338482],[-593,17]],[[231564,338499],[9,4068],[-746,8],[-1,1610]],[[267164,346546],[-203,141],[-387,-2271]],[[266574,344416],[-254,92],[-305,-1843]],[[266015,342665],[-181,1563]],[[257861,345726],[219,-2689]],[[258080,343037],[-288,-2464]],[[257792,340573],[-469,1261],[-395,312],[-275,-1179],[-73,1045]],[[269003,342954],[-22,-1048]],[[268981,341906],[-95,483],[-414,-1436],[-99,-1242],[-215,430]],[[268158,340141],[0,1]],[[268158,340142],[-746,4390]],[[267412,344532],[234,1143]],[[271928,343351],[-738,-110]],[[271190,343241],[-274,1942],[-26,1322]],[[286580,345200],[260,-2059],[-166,-58],[-563,1793],[417,-1963],[-516,-159]],[[286012,342754],[-231,471],[37,4492]],[[263860,344208],[277,-2133]],[[264137,342075],[-291,-1173],[-653,-1442]],[[263193,339460],[-112,1610],[-520,3006]],[[255300,347396],[-148,-2919]],[[255152,344477],[-646,1243],[-422,-29]],[[254084,345691],[-87,2059]],[[254084,345691],[77,-2250],[-252,-3270],[243,-246],[-104,-1722]],[[254048,338203],[-22,-470]],[[254026,337733],[-578,561]],[[253448,338294],[-109,14],[13,5098]],[[259350,342765],[125,-2327]],[[259475,340438],[-385,-123]],[[259090,340315],[-438,450],[-572,2272]],[[286012,342754],[225,-326],[-290,-1136],[-496,1123],[-83,1530],[115,2811]],[[267412,344532],[-191,-1784]],[[267221,342748],[-165,990],[-482,678]],[[256222,342090],[-60,-1686]],[[256162,340404],[-921,638]],[[255241,341042],[-89,3435]],[[238678,343493],[80,-2934],[-203,-1599],[13,-2199]],[[238568,336761],[-493,96]],[[238075,336857],[-599,-165]],[[237476,336692],[-145,21]],[[237331,336713],[52,6147],[158,2680]],[[262024,343744],[-409,-705],[-49,-2263]],[[261566,340776],[-126,977],[-554,938],[-379,-1246]],[[260507,341445],[-454,2169]],[[265251,344634],[-424,-2187],[97,-598],[-378,-805],[-214,-1553]],[[264332,339491],[-195,2584]],[[274973,345658],[38,-1939],[-162,-1685]],[[274849,342034],[-546,79]],[[274303,342113],[-527,89]],[[271190,343241],[205,-849],[-197,-1935]],[[271198,340457],[-257,707]],[[270941,341164],[-122,-754]],[[270819,340410],[-107,-893]],[[270712,339517],[-146,572],[-129,2998]],[[281787,344939],[-692,-7162]],[[281095,337777],[-139,1398],[-673,2401]],[[247320,341084],[-33,-576],[-1290,60]],[[245997,340568],[118,3381]],[[208151,345237],[293,-4778],[-163,-1891],[63,-1472]],[[208344,337096],[-1781,-187],[-951,1848],[-1038,6]],[[204574,338763],[8,2006]],[[276135,345954],[-22,-4592]],[[276113,341362],[-980,-698]],[[275133,340664],[-284,1370]],[[243607,340080],[-387,-1384]],[[243220,338696],[-296,1224],[-438,78],[155,1793],[-387,1848]],[[270042,344086],[-542,-1570]],[[269500,342516],[-247,-1768]],[[269253,340748],[-294,-190],[22,1348]],[[245997,340568],[-63,-1620],[-438,76]],[[245496,339024],[-464,93]],[[245032,339117],[-441,11]],[[277536,345659],[-27,-6364]],[[277509,339295],[-1406,392]],[[276103,339687],[10,1675]],[[278303,345704],[22,-6834]],[[278325,338870],[33,-603],[-850,-17]],[[277508,338250],[1,1045]],[[229924,344141],[1,-4065]],[[229925,340076],[-1447,8]],[[228478,340084],[-594,800],[-1,3241]],[[255241,341042],[-480,-1635],[-27,-1245]],[[254734,338162],[-379,-650],[-307,691]],[[285363,345704],[-90,-1720],[200,-3016],[-54,-1230]],[[285419,339738],[-161,-1089]],[[285258,338649],[0,-1]],[[285258,338649],[-207,364],[-191,-1126],[-97,1433],[-186,-785],[-144,1522],[-394,-15],[-22,1228],[-337,1293]],[[279156,345617],[-183,-6999]],[[278973,338618],[-648,252]],[[279719,342490],[139,-1156],[-370,-2639],[-207,11]],[[279281,338706],[-308,-88]],[[237331,336713],[-1478,-32]],[[235853,336681],[-163,6387]],[[287690,334442],[-349,563]],[[287341,335005],[74,4092],[488,660],[174,-762],[41,-4814],[-337,-751],[-91,1012]],[[288009,345475],[568,-6870],[-469,3339],[-106,3522]],[[252015,342332],[-40,-5057]],[[251975,337275],[-583,117]],[[251392,337392],[-539,1204],[-221,2559]],[[250632,341155],[96,3820]],[[203104,340538],[-422,-118],[-2,-2837],[423,-966]],[[203103,336617],[9,-10066]],[[203112,326551],[-2650,80]],[[200462,326631],[-119,1601],[-198,-3]],[[200145,328229],[4,12910],[-886,31]],[[211108,336324],[-14,-6367],[-716,-155]],[[210378,329802],[-244,606],[-702,7065],[-124,-377],[-964,0]],[[250632,341155],[-254,-2106],[-175,-101]],[[250203,338948],[-180,1222],[-661,-786]],[[249362,339384],[-173,1815]],[[282646,344014],[-362,-5323]],[[282284,338691],[-1014,-2547]],[[281270,336144],[-175,1633]],[[267221,342748],[-212,-3523]],[[267009,339225],[-457,517],[-553,2139]],[[265999,341881],[16,784]],[[265999,341881],[52,-1240],[-389,-1579]],[[265662,339062],[-165,-855],[-257,652],[-539,-385],[-75,-938]],[[264626,337536],[-271,1710]],[[264355,339246],[-23,245]],[[268158,340141],[-176,-2867]],[[267982,337274],[-326,-27],[-492,-1365]],[[267164,335882],[-1,-24]],[[267163,335858],[-154,3367]],[[263193,339460],[-282,-1555]],[[262911,337905],[-375,-1179]],[[262536,336726],[-941,75]],[[261595,336801],[0,25]],[[261595,336826],[-52,385]],[[261543,337211],[10,106]],[[261553,337317],[156,2178],[-143,1281]],[[226987,344230],[5,-8168]],[[226992,336062],[-1485,-16]],[[225507,336046],[-10,8188]],[[228478,340084],[-1,-4054]],[[228477,336030],[-1485,32]],[[225507,336046],[-296,-3],[0,-3229]],[[225211,332814],[-863,2]],[[224348,332816],[-25,4855]],[[224323,337671],[-14,6563]],[[224323,337671],[-2072,-4]],[[222251,337667],[-15,3738]],[[231564,338499],[-444,3],[-1,-4058]],[[231119,334444],[-1192,-1]],[[229927,334443],[-2,5633]],[[233863,342555],[-208,-1974],[145,-1820],[-98,-1074]],[[233702,337687],[-1043,-408],[-29,1219],[-323,-7]],[[232307,338491],[-150,-9]],[[235007,344169],[-28,-9734]],[[234979,334435],[-892,6]],[[234087,334441],[0,3236],[-385,10]],[[235853,336681],[58,-2247]],[[235911,334434],[-932,1]],[[270712,339517],[-422,-1622]],[[270290,337895],[-183,3520],[-607,1101]],[[283469,341257],[168,-1847],[-22,-1611]],[[283615,337799],[-112,244],[-755,-2883]],[[282748,335160],[-250,2798],[-214,733]],[[253448,338294],[-3,-541]],[[253445,337753],[-1089,148],[-102,-658]],[[252254,337243],[-279,32]],[[260507,341445],[21,-2479],[-126,-943]],[[260402,338023],[-565,156]],[[259837,338179],[-362,2259]],[[243220,338696],[34,-3025]],[[243254,335671],[-1124,134]],[[242130,335805],[-496,72],[5,1351]],[[241639,337228],[7,3487]],[[240168,343308],[-18,-7271]],[[240150,336037],[-594,79]],[[239556,336116],[-989,104],[1,541]],[[272532,341095],[-16,-3720]],[[272516,337375],[-83,-532]],[[272433,336843],[-535,176],[-700,3438]],[[241639,337228],[-595,42],[-2,-1349],[-498,75]],[[240544,335996],[-394,41]],[[259090,340315],[-150,-4665]],[[258940,335650],[-106,-1338]],[[258834,334312],[-300,532],[-141,-775],[-313,1293],[-345,-45]],[[257735,335317],[-130,449]],[[257605,335766],[203,1497],[-16,3310]],[[270290,337895],[-396,-2233]],[[269894,335662],[-202,1972],[-170,143]],[[269522,337777],[-269,2971]],[[261553,337317],[-455,475],[-475,-445]],[[260623,337347],[-221,676]],[[281095,337777],[-585,-2047],[-679,-3519]],[[279831,332211],[-571,1186]],[[279260,333397],[-227,517],[248,4792]],[[285258,338648],[-235,-2967]],[[285023,335681],[-392,-875],[-524,1390]],[[284107,336196],[-492,1603]],[[269522,337777],[-293,-274],[-813,-2185],[-219,-149]],[[268197,335169],[-215,2105]],[[275133,340664],[83,-1448],[-296,-1329],[32,-1467]],[[274952,336420],[-480,1873],[-210,137]],[[274262,338430],[41,3683]],[[219006,342216],[1,-8139]],[[219007,334077],[-1521,-4]],[[217486,334073],[0,114]],[[217486,334187],[0,8005]],[[220510,338940],[0,-4867]],[[220510,334073],[-1503,4]],[[217486,334187],[-1496,-22]],[[215990,334165],[-3,8031]],[[214485,342192],[1,-7963]],[[214486,334229],[-2449,-95]],[[212037,334134],[0,2177]],[[274262,338430],[-178,-3320],[96,-3115]],[[274180,331995],[-135,-24]],[[274045,331971],[-450,-339]],[[273595,331632],[-36,1117]],[[273559,332749],[96,1381],[-522,2938]],[[273133,337068],[300,3339],[-67,1609]],[[215990,334165],[0,-71]],[[215990,334094],[-1504,-3]],[[214486,334091],[0,138]],[[257605,335766],[-267,-59]],[[257338,335707],[-1207,2676]],[[256131,338383],[31,2021]],[[273133,337068],[-79,883],[-538,-576]],[[263585,335029],[-124,-484]],[[263461,334545],[-99,4]],[[263362,334549],[-9,1249],[-281,766]],[[263072,336564],[-161,1341]],[[264355,339246],[-770,-4217]],[[267163,335858],[4,-355]],[[267167,335503],[-680,-2475],[-459,116]],[[266028,333144],[-109,2607],[-257,3311]],[[276103,339687],[-56,-7726]],[[276047,331961],[-323,-24]],[[275724,331937],[-70,1389],[-359,2653],[-343,441]],[[222251,337667],[32,-5647]],[[222283,332020],[-589,1],[-2,-1624],[-1182,13]],[[220510,330410],[0,3663]],[[200145,328229],[-3228,29],[-2,-6474],[-1606,14]],[[204574,338763],[16,-15442]],[[204590,323321],[-1474,-28]],[[203116,323293],[-4,3258]],[[203103,336617],[208,1296],[-208,257]],[[203103,338170],[0,312]],[[203103,338482],[8,1396]],[[249362,339384],[-275,31],[115,-1382],[-335,-1404],[-366,-378],[270,-1925],[-281,-846],[135,-919]],[[248625,332561],[-364,176],[-4,-2806]],[[248257,329931],[-36,-137]],[[248221,329794],[-36,1335],[-212,-483]],[[247973,330646],[-400,66]],[[247573,330712],[0,4865]],[[247573,335577],[-6,5520]],[[272433,336843],[-475,-3705]],[[271958,333138],[-10,-83]],[[271948,333055],[-430,282]],[[271518,333337],[-367,-86]],[[271151,333251],[-126,2692],[-326,1639],[222,1422],[-102,1406]],[[251392,337392],[-291,-2345],[-136,397]],[[250965,335444],[-553,1154],[-247,1169]],[[250165,337767],[38,1181]],[[247573,335577],[-2090,162]],[[245483,335739],[13,3285]],[[286926,335501],[-145,-1821],[-233,206],[79,1506],[-351,140]],[[286276,335532],[78,4358]],[[286354,339890],[552,1171],[303,-80],[50,-5636],[-333,156]],[[256131,338383],[-53,-2345],[-292,-1220]],[[255786,334818],[-336,-820],[-354,712],[-199,-818]],[[254897,333892],[-239,1015],[76,3255]],[[286276,335532],[-676,145]],[[285600,335677],[-577,4]],[[285419,339738],[847,1102],[88,-950]],[[203103,338482],[0,-312]],[[259837,338179],[-278,-1956],[-1,-1386]],[[259558,334837],[-289,-248],[-329,1061]],[[271151,333251],[-416,-936],[-546,60]],[[270189,332375],[-338,1184],[43,2103]],[[250165,337767],[-126,96],[-281,-4503]],[[249758,333360],[-309,1168],[-404,124],[-420,-2091]],[[229927,334443],[-12,-3281]],[[229915,331162],[-1439,22]],[[228476,331184],[1,4846]],[[245032,339117],[-92,-1440],[-340,-1929],[-44,-3402],[-591,77]],[[243965,332423],[-591,68]],[[243374,332491],[12,3306],[-132,-126]],[[277508,338250],[-37,-6115]],[[277471,332135],[-595,-66]],[[276876,332069],[-829,-108]],[[264626,337536],[88,-2617],[-150,-1005]],[[264564,333914],[-285,822],[-464,206],[-191,-774]],[[263624,334168],[-163,377]],[[245483,335739],[-6,-4945]],[[245477,330794],[-2,-1651]],[[245475,329143],[-590,63],[-3,1642],[-263,-127]],[[244619,330721],[-662,64],[8,1638]],[[266028,333144],[-304,-143],[-504,-1878]],[[265220,331123],[-22,58]],[[265198,331181],[-124,1694],[-214,-289],[-296,1328]],[[279260,333397],[-157,-1140]],[[279103,332257],[-411,1984],[-405,-1720],[-166,127]],[[278121,332648],[-77,-460]],[[278044,332188],[-573,-53]],[[210378,329802],[0,-2771],[-614,433],[-745,-2270]],[[209019,325194],[-2,1368],[-3247,12],[1,-3243]],[[205771,323331],[-1181,-10]],[[282748,335160],[-108,-471]],[[282640,334689],[-343,-1479]],[[282297,333210],[-672,237]],[[281625,333447],[-169,331],[-186,2366]],[[275724,331937],[-313,-27]],[[275411,331910],[-1231,85]],[[232307,338491],[0,-2433],[148,-23],[1,-3216]],[[232456,332819],[-305,-2],[-149,-3256],[-295,1]],[[231707,329562],[-295,1],[-1,3262],[-292,-4],[0,1623]],[[234087,334441],[-14,-2089],[230,-1261]],[[234303,331091],[-538,-3686],[-283,598]],[[233482,328003],[-1,4815],[-1025,1]],[[260623,337347],[23,-3296],[103,-1581]],[[260749,332470],[-138,-25]],[[260611,332445],[-753,-140]],[[259858,332305],[-300,2532]],[[257338,335707],[-156,-2905],[-342,-2492]],[[256840,330310],[-446,716],[-239,-414]],[[256155,330612],[-245,215]],[[255910,330827],[24,1814],[-148,2177]],[[254026,337733],[-164,-1607],[-17,-2092],[167,-1717],[-89,-1888]],[[253923,330429],[-48,-579]],[[253875,329850],[-477,-215],[-128,791]],[[253270,330426],[-3,1967],[147,1493],[31,3867]],[[254897,333892],[-166,-2346]],[[254731,331546],[-712,-436],[-96,-681]],[[284107,336196],[0,-1815],[235,-1426]],[[284342,332955],[-25,-150]],[[284317,332805],[-216,-594],[-40,-1864]],[[284061,330347],[-198,-1249],[-361,-217]],[[283502,328881],[-237,1612]],[[283265,330493],[-76,1699],[-549,2497]],[[273559,332749],[-1601,389]],[[270189,332375],[-269,-1121]],[[269920,331254],[-1335,-829]],[[268585,330425],[-153,883],[95,1791],[-330,2070]],[[263072,336564],[-195,-3681],[-172,-21],[-175,-2137],[-273,-558]],[[262257,330167],[-331,919]],[[261926,331086],[76,2096],[534,3544]],[[261543,337211],[52,-385]],[[261595,336801],[-473,-3690]],[[261122,333111],[-373,-641]],[[253270,330426],[-331,-79]],[[252939,330347],[-8,1375],[-395,358],[-301,1417]],[[252235,333497],[19,3746]],[[250965,335444],[-26,-4865]],[[250939,330579],[-293,-638]],[[250646,329941],[-810,109]],[[249836,330050],[-78,3310]],[[281625,333447],[-251,-3124],[4,-1252],[-421,-1196]],[[280957,327875],[-522,-413],[-138,954]],[[280297,328416],[-332,3370],[-134,425]],[[224348,332816],[-1,-1627]],[[224347,331189],[-2064,20]],[[222283,331209],[0,811]],[[179740,322568],[3,-2452],[444,-2894],[103,-2182],[267,-2704],[564,-2760]],[[181121,309576],[-326,-2417],[-494,-1592]],[[180301,305567],[-2460,-124],[1,-805],[-4499,-63],[2,-553],[-829,-9],[-928,528],[-315,-3026]],[[171273,301515],[-312,1400]],[[170961,302915],[145,1407],[238,4958],[-64,9969]],[[171280,319249],[98,4],[-3,18110]],[[164248,337231],[-3,-3233],[301,-23],[0,-1605],[244,-1640],[325,-33],[5,-1631],[192,12],[4,-1614],[397,-45],[3,-1614],[314,77],[-22,-1690],[246,-211],[0,-3299]],[[166254,320682],[-755,1375],[-936,2625],[-284,-1411],[-421,-724],[101,-1704],[-444,1648],[-536,-409]],[[162979,322082],[-5,3222],[-296,222],[-393,1771],[197,1535],[-165,1791],[-326,509],[-446,3198],[-339,588],[-168,2433]],[[171280,319249],[-3410,-90],[36,-551]],[[167906,318608],[-267,446],[-750,39],[-88,1202],[-462,376]],[[166339,320671],[-85,11]],[[252235,333497],[-177,-1852],[-458,-1134]],[[251600,330511],[-661,68]],[[242130,335805],[-34,-6486]],[[242096,329319],[-637,87]],[[241459,329406],[3,1623],[-1032,137]],[[240430,331166],[104,1602],[10,3228]],[[268585,330425],[-242,-1949],[-248,-496]],[[268095,327980],[-738,4146]],[[267357,332126],[82,740],[-272,2637]],[[238036,329533],[-270,1020],[-9,-2177],[-298,111],[-9,-1669],[-302,-290]],[[237148,326528],[-149,21],[20,4291]],[[237019,330840],[144,2397],[-140,1638],[249,-26],[204,1843]],[[238075,336857],[-39,-7324]],[[261926,331086],[-253,-1944]],[[261673,329142],[-494,2572],[-57,1397]],[[239556,336116],[-9,-2441],[-149,23],[-7,-2427],[-202,25],[-8,-2654]],[[239181,328642],[-294,242],[-94,1576],[-757,-927]],[[237019,330840],[-164,-1085],[-526,-532],[-175,1675],[-128,-957]],[[236026,329941],[-115,4493]],[[263362,334549],[-670,-5484]],[[262692,329065],[-240,-1164]],[[262452,327901],[-195,2266]],[[212037,334134],[-2,-8177]],[[212035,325957],[-1,-4264]],[[212034,321693],[-669,4],[-4,-1665],[-293,7],[-3,-1619],[-292,8],[-1,-1623],[-585,17],[-91,-1634]],[[210096,315188],[-586,7]],[[209510,315195],[-502,3],[-1,3241]],[[209007,318439],[12,6755]],[[284317,332805],[371,-2175],[955,-1730],[26,-1206]],[[285669,327694],[-54,-767],[-593,-358],[-140,698]],[[284882,327267],[-821,3080]],[[285600,335677],[126,-1604],[273,-883]],[[285999,333190],[-398,-1100],[175,-2297],[-1124,1768],[-310,1394]],[[240430,331166],[-12,-5402],[-114,-39]],[[240304,325725],[-550,-592],[-185,1872],[-331,1451]],[[239238,328456],[-57,186]],[[226992,336062],[8,-6492]],[[227e3,329570],[-1,-749]],[[226999,328821],[0,-19]],[[226999,328802],[-475,-44],[-290,766],[-418,55]],[[225816,329579],[-586,-9],[-19,3244]],[[228476,331184],[-1,-1622]],[[228475,329562],[-1475,8]],[[243374,332491],[-161,-3273],[-723,82]],[[242490,329300],[-394,19]],[[257735,335317],[-73,-4276],[185,-1700]],[[257847,329341],[-411,-2087],[-227,202]],[[257209,327456],[-369,2854]],[[247573,330712],[-600,58]],[[246973,330770],[-1496,24]],[[286926,335501],[415,-496]],[[287690,334442],[20,-1175],[-419,-3065],[-333,-1394],[-288,214],[-380,1512],[-221,-1047],[-325,2540],[265,-143],[-10,1306]],[[259858,332305],[-101,-4380]],[[259757,327925],[-680,1377],[-289,-544]],[[258788,328758],[11,1469]],[[258799,330227],[35,4085]],[[258799,330227],[-519,-1708],[-228,632]],[[258052,329151],[-205,190]],[[267357,332126],[-461,-863],[33,-2552]],[[266929,328711],[-948,-960]],[[265981,327751],[263,2892],[-1024,480]],[[265198,331181],[-169,-1111],[-21,-2086]],[[265008,327984],[-272,-947],[-243,467],[-219,-1109]],[[264274,326395],[-566,1467]],[[263708,327862],[264,835],[-23,1267],[-316,3898]],[[263633,333862],[1,202]],[[263634,334064],[-10,104]],[[255910,330827],[-429,244],[-353,-1106]],[[255128,329965],[-397,1581]],[[283265,330493],[-572,-1458],[-346,398]],[[282347,329433],[-50,3777]],[[248221,329794],[-58,-95]],[[248163,329699],[-190,947]],[[249836,330050],[-441,-507]],[[249395,329543],[-1138,388]],[[263634,334064],[-1,-202]],[[263708,327862],[-580,-828]],[[263128,327034],[-436,2031]],[[236026,329941],[-4,-304]],[[236022,329637],[-175,-1477],[-443,-195],[-252,1214],[-191,-612]],[[234961,328567],[-77,886],[-581,1638]],[[231707,329562],[0,-1617]],[[231707,327945],[-1281,2]],[[230426,327947],[0,3299],[-261,-1414],[-247,176]],[[229918,330008],[-3,1154]],[[279103,332257],[-595,-3991]],[[278508,328266],[-251,855],[-213,3067]],[[214486,334091],[-13,-8132]],[[214473,325959],[-2438,-2]],[[217486,334073],[-2,-8135]],[[217484,325938],[-1494,19]],[[215990,325957],[0,8137]],[[219007,334077],[3,-8124]],[[219010,325953],[-1526,-15]],[[220510,330410],[0,-4461]],[[220510,325949],[-1500,4]],[[215990,325957],[-1517,2]],[[271518,333337],[-29,-4139],[-182,-3291]],[[271307,325907],[-296,68]],[[271011,325975],[-264,59]],[[270747,326034],[1,1307],[-511,2796],[-304,-278]],[[269933,329859],[-13,1395]],[[282347,329433],[-80,-3574]],[[282267,325859],[-165,-563],[-420,837],[-332,-60]],[[281350,326073],[-393,1802]],[[252939,330347],[-5,-701]],[[252934,329646],[-672,-91],[-323,-2399],[-173,1]],[[251766,327157],[-166,3354]],[[280297,328416],[-211,-1293]],[[280086,327123],[-581,255],[-754,-1252]],[[278751,326126],[-353,1413],[110,727]],[[271948,333055],[227,-2695]],[[272175,330360],[382,-2967],[-24,-1802]],[[272533,325591],[-107,26]],[[272426,325617],[-1119,290]],[[273595,331632],[-24,-1620]],[[273571,330012],[-1396,348]],[[261673,329142],[-449,-3851]],[[261224,325291],[-188,2236],[-289,965]],[[260747,328492],[203,1622],[-339,2331]],[[233482,328003],[-312,226]],[[233170,328229],[-399,-1548],[-1070,-1312]],[[231701,325369],[6,2576]],[[225816,329579],[10,-9732]],[[225826,319847],[-1469,0]],[[224357,319847],[-5,4513]],[[224352,324360],[-5,6829]],[[244619,330721],[-212,-1147],[105,-2458],[-223,-2903]],[[244289,324213],[-330,36],[-3,-1236],[-368,689],[-238,-589]],[[243350,323113],[-586,854],[-297,-183]],[[242467,323784],[23,5516]],[[260747,328492],[-422,-561],[-84,-1375],[-372,150]],[[259869,326706],[-112,1219]],[[188318,312721],[-108,-986]],[[188210,311735],[-183,-611],[-147,-4378],[653,-3],[-47,-2816]],[[188486,303927],[-643,1],[-1223,898],[-311,-3086],[-1306,2189],[-1641,-13]],[[183362,303916],[1,5933]],[[183363,309849],[-2,22528]],[[268095,327980],[-175,-2988],[-203,-1444],[134,-484]],[[267851,323064],[-277,-501]],[[267574,322563],[-1,-3]],[[267573,322560],[-644,6151]],[[274045,331971],[332,-4443],[324,-1102]],[[274701,326426],[-806,-3867]],[[273895,322559],[-185,1400]],[[273710,323959],[-377,-576],[22,1922]],[[273355,325305],[216,4707]],[[278751,326126],[-5,-338]],[[278746,325788],[-367,682],[-294,-913],[-345,-2209]],[[277740,323348],[-312,427],[-120,1819]],[[277308,325594],[-233,1635],[-199,4840]],[[277308,325594],[-662,369],[-623,-753]],[[276023,325210],[-58,1792],[126,2469],[-367,2466]],[[275411,331910],[-586,-5936]],[[274825,325974],[-124,452]],[[222283,331209],[11,-6489]],[[222294,324720],[-137,-41]],[[222157,324679],[-1041,42],[0,-1614],[-294,3]],[[220822,323110],[-312,20]],[[220510,323130],[0,2819]],[[276023,325210],[-562,989]],[[275461,326199],[-228,-565],[-408,340]],[[269933,329859],[-238,-2104],[-19,-1655]],[[269676,326100],[-619,-853]],[[269057,325247],[-122,2958],[-350,2220]],[[255128,329965],[-90,-7353]],[[255038,322612],[-1051,45]],[[253987,322657],[8,5395],[-120,1798]],[[230426,327947],[0,-3244],[-137,1],[-1,-3821]],[[230288,320883],[-667,-984],[-127,786]],[[229494,320685],[-2,9491],[426,-168]],[[265981,327751],[-64,-576]],[[265917,327175],[-396,127],[-315,-711],[-198,1393]],[[224352,324360],[-359,353],[-1699,7]],[[229494,320685],[-431,1199]],[[229063,321884],[-238,-1062],[-352,454]],[[228473,321276],[2,8286]],[[241459,329406],[-204,-4750]],[[241255,324656],[-449,-779],[-905,103]],[[239901,323980],[403,1745]],[[256155,330612],[-49,-8076]],[[256106,322536],[-1068,76]],[[234961,328567],[-3,-2253],[-315,-6],[0,-2676]],[[234643,323632],[-1174,5]],[[233469,323637],[0,1895],[-295,3],[-4,2694]],[[262452,327901],[-222,-2978],[129,-2605]],[[262359,322318],[-796,-48]],[[261563,322270],[-276,-33]],[[261287,322237],[-306,-7]],[[260981,322230],[247,1084],[-4,1977]],[[257209,327456],[-20,-5059]],[[257189,322397],[-1046,132]],[[256143,322529],[-37,7]],[[237148,326528],[-7,-1358],[-305,-767]],[[236836,324403],[-229,-383],[-21,-2059],[-606,-644]],[[235980,321317],[42,8320]],[[246973,330770],[-2,-5539]],[[246971,325231],[-1504,75]],[[245467,325306],[8,3837]],[[245467,325306],[-8,-2742],[-290,30]],[[245169,322594],[-399,-324],[-210,-1347]],[[244560,320923],[13,2577],[-284,713]],[[248163,329699],[-214,-2387],[219,-627],[20,-1533],[-293,-395],[-116,-1725],[-268,-566]],[[247511,322466],[186,-1296],[-172,-1230]],[[247525,319940],[-289,-503]],[[247236,319437],[-2,1326]],[[247234,320763],[22,4543],[-285,-75]],[[251766,327157],[-13,-4699]],[[251753,322458],[-101,0]],[[251652,322458],[-541,-5]],[[251111,322453],[-505,-9]],[[250606,322444],[40,7497]],[[283502,328881],[-231,-2074]],[[283271,326807],[-356,-2933],[-358,-1181]],[[282557,322693],[-108,2562],[-182,604]],[[239238,328456],[-4,-1941],[-493,49],[-203,-1309],[-493,-195],[5,-2146]],[[238050,322914],[-1029,136],[-185,1353]],[[269057,325247],[-524,-1430]],[[268533,323817],[-371,-223]],[[268162,323594],[-311,-530]],[[253987,322657],[-600,-192]],[[253387,322465],[-453,-3]],[[252934,322462],[-51,3]],[[252883,322465],[51,7181]],[[273355,325305],[-822,286]],[[285469,320638],[-203,-948],[-926,-816]],[[284340,318874],[-64,5013]],[[284276,323887],[204,503],[398,-2748],[591,-1004]],[[284882,327267],[-235,-2198],[118,-897]],[[284765,324172],[-259,864],[-282,-1162]],[[284224,323874],[-953,2933]],[[258788,328758],[-158,-3843]],[[258630,324915],[-206,2015],[-376,1415],[4,806]],[[249395,329543],[-32,-7084]],[[249363,322459],[-223,-9]],[[249140,322450],[-1629,16]],[[270747,326034],[-688,163]],[[270059,326197],[-383,-97]],[[250606,322444],[-430,-12]],[[250176,322432],[-813,27]],[[252883,322465],[-1130,-7]],[[235980,321317],[-18,-3815]],[[235962,317502],[-20,-4124]],[[235942,313378],[-1326,-11]],[[234616,313367],[-2,3239],[-338,-2]],[[234276,316604],[0,3244],[171,1607],[196,17],[0,2160]],[[226999,328802],[9,-8951]],[[227008,319851],[-1,-3236]],[[227007,316615],[-1172,1]],[[225835,316616],[-9,3231]],[[228473,321276],[-555,611],[-74,2247],[-845,4687]],[[258630,324915],[-2,-2532]],[[258628,322383],[-1295,15]],[[257333,322398],[-144,-1]],[[242467,323784],[-5,-1009]],[[242462,322775],[-297,41],[-5,-1617],[-876,479]],[[241284,321678],[-151,871],[122,2107]],[[259869,326706],[27,-4377]],[[259896,322329],[-1243,53]],[[258653,322382],[-25,1]],[[263128,327034],[11,-1303],[-212,-3409]],[[262927,322322],[-101,-5]],[[262826,322317],[-467,1]],[[200462,326631],[361,-4881]],[[200823,321750],[-379,16],[-5,-7060]],[[200439,314706],[-1451,-14]],[[198988,314692],[-3680,23]],[[229063,321884],[-7,-2046]],[[229056,319838],[-2048,13]],[[267573,322560],[-1043,-137]],[[266530,322423],[-489,3118],[-223,-91]],[[265818,325450],[99,1725]],[[285669,327694],[310,746],[30,-1788],[-452,-995],[295,-346],[-138,-1387],[-575,-2025],[-396,1477],[22,796]],[[260981,322230],[-364,32]],[[260617,322262],[-721,67]],[[281350,326073],[46,-5342],[-149,-3077],[243,-284]],[[281490,317370],[-394,-3132]],[[281096,314238],[-204,2184],[-465,3449]],[[280427,319871],[-419,2517],[-71,1882],[149,2853]],[[239901,323980],[-690,-4023],[1,-1632]],[[239212,318325],[-296,-555]],[[238916,317770],[-881,35]],[[238035,317805],[15,5109]],[[233469,323637],[-441,-557],[-20,-6469]],[[233008,316611],[1,-1619],[-439,-6]],[[232570,314986],[-587,-6],[0,1619],[-585,2]],[[231398,316601],[2,1620]],[[231400,318221],[7,5253],[294,1895]],[[265818,325450],[-331,-347],[-413,-2793]],[[265074,322310],[-349,6]],[[264725,322316],[-533,16]],[[264192,322332],[82,4063]],[[231400,318221],[-877,0]],[[230523,318221],[1,2620],[-236,42]],[[264192,322332],[-835,-2]],[[263357,322330],[-430,-8]],[[280427,319871],[-1132,-401]],[[279295,319470],[-372,2213]],[[278923,321683],[-155,1648],[-22,2457]],[[284224,323874],[52,13]],[[284340,318874],[-211,-331]],[[284129,318543],[-198,2128],[-360,239],[-380,1072],[-481,71]],[[282710,322053],[-153,640]],[[203116,323293],[0,-1615],[261,2],[1,-1550],[-729,1]],[[202649,320131],[-58,616],[-705,53],[-101,-673],[-844,4],[-118,1619]],[[209007,318439],[-587,-7],[1,-1615],[-294,-10],[-3,-1617],[-1242,-7],[0,-4792]],[[206882,310391],[-1173,-5]],[[205709,310386],[1,4846],[62,-6],[-1,8105]],[[270059,326197],[-28,-6431],[221,-1212]],[[270252,318554],[-254,-3697],[-212,-1915]],[[269786,312942],[-11,23]],[[269775,312965],[-379,2612],[-91,3608]],[[269305,319185],[-142,3645],[-154,854],[-476,133]],[[276023,325210],[227,-1072],[186,597],[147,-1356],[71,-2679],[-218,-1752]],[[276436,318948],[-6,0]],[[276430,318948],[-1089,137]],[[275341,319085],[120,7114]],[[278923,321683],[-437,-2239],[-436,98]],[[278050,319542],[11,671]],[[278061,320213],[-25,1291],[-296,1844]],[[275341,319085],[-679,65]],[[274662,319150],[-651,42],[43,2132],[-159,1235]],[[271464,320921],[-199,-1405],[-198,-4516]],[[271067,315e3],[-604,2048],[-211,1506]],[[271011,325975],[333,-4682],[120,-372]],[[282710,322053],[66,-1015],[-81,-3692]],[[282695,317346],[-1205,24]],[[214473,325959],[-5,-8115]],[[214468,317844],[-992,-9]],[[213476,317835],[-1442,8]],[[212034,317843],[0,3850]],[[272173,319555],[-237,565]],[[271936,320120],[-472,801]],[[272426,325617],[-120,-2206],[-216,-215],[83,-3641]],[[219010,325953],[-5,-8103]],[[219005,317850],[-1126,11]],[[217879,317861],[-406,0]],[[217473,317861],[11,8077]],[[220510,323130],[0,-5304]],[[220510,317826],[-1158,20]],[[219352,317846],[-347,4]],[[215990,325957],[-18,-8108]],[[215972,317849],[-1028,11]],[[214944,317860],[-476,-16]],[[277740,323348],[-316,-945],[31,-1526],[-351,-1962]],[[277104,318915],[-668,33]],[[217473,317861],[-1061,-16]],[[216412,317845],[-440,4]],[[273710,323959],[112,-2797],[-91,-1953]],[[273731,319209],[-1617,15]],[[272114,319224],[59,331]],[[266530,322423],[-186,-14]],[[266344,322409],[-1079,-93]],[[265265,322316],[-191,-6]],[[247234,320763],[-1924,142],[-2,-829]],[[245308,320076],[-139,2518]],[[224357,319847],[-575,10],[0,-4860]],[[223782,314997],[-488,-1],[-284,811]],[[223010,315807],[139,1188],[-267,11],[14,2696],[-285,-467]],[[222611,319235],[-167,661],[-83,3113],[-204,1670]],[[284158,318179],[-29,364]],[[285469,320638],[29,1355],[695,561],[-107,-1081],[521,322],[-484,-2668],[-165,-1717],[-182,-44],[-131,1684],[-204,-1777],[-551,162],[-575,-954],[-157,1698]],[[222611,319235],[-441,-168],[-51,-1639],[-679,-8]],[[221440,317420],[-149,817],[-33,3268],[-436,-2],[0,1607]],[[164640,304627],[231,-1775],[-418,-877],[-322,2121],[509,531]],[[165054,305328],[976,-1440],[-461,-704],[-359,131],[-156,2013]],[[166339,320671],[-2,-7969],[-90,-1807]],[[166247,310895],[-250,760],[-867,-159],[-357,994],[-804,202],[-490,-416],[-116,1396],[-373,1056],[124,2395],[-24,2471],[-171,1150],[60,1338]],[[241284,321678],[-584,-794],[39,-1065]],[[240739,319819],[-931,86],[-3,-1605]],[[239805,318300],[-593,25]],[[238035,317805],[-614,-1483]],[[237421,316322],[-244,500],[-834,91],[-381,589]],[[244560,320923],[-20,-4593],[-199,25],[193,-1934]],[[244534,314421],[-604,81],[-3,-1622],[-230,23]],[[243697,312903],[96,2891],[-160,660],[20,4598],[-307,36],[4,2025]],[[269305,319185],[-840,-2741],[-145,-912]],[[268320,315532],[-168,2206],[10,5856]],[[243697,312903],[-75,13]],[[243622,312916],[-905,125]],[[242717,313041],[1,2457],[-235,29],[98,2072],[20,5168],[-139,8]],[[274662,319150],[434,-3775]],[[275096,315375],[-397,-1019],[74,-878],[-605,-586],[-6,1090],[-378,-1531]],[[273784,312451],[4,1591]],[[273788,314042],[49,2841],[-106,2326]],[[234276,316604],[-1268,7]],[[268320,315532],[-415,-2628]],[[267905,312904],[-174,218]],[[267731,313122],[-145,795]],[[267586,313917],[-653,2806]],[[266933,316723],[-40,540]],[[266893,317263],[305,3008],[323,1133],[53,1159]],[[205709,310386],[-2,-1614],[-1700,0]],[[204007,308772],[-1371,-6],[-3,3352]],[[202633,312118],[-147,1515],[16,6496],[147,2]],[[278050,319542],[43,-1242],[-360,-2633]],[[277733,315667],[-629,3248]],[[221440,317420],[1,-4034],[-493,-32]],[[220948,313354],[-223,1273],[-207,-261]],[[220518,314366],[-8,3460]],[[242717,313041],[-496,63]],[[242221,313104],[-106,14]],[[242115,313118],[5,1627],[-291,31],[-264,1665],[-303,325],[6,1345],[-291,53],[9,1622],[-247,33]],[[256004,318053],[-462,772]],[[255542,318825],[-243,556],[-714,-1852],[-404,1290],[-162,1541],[-347,181]],[[253672,320541],[-285,1924]],[[256143,322529],[-11,-3407],[-128,-1069]],[[245308,320076],[-7,-2464],[140,-1661]],[[245441,315951],[-7,-3254],[151,-26],[-6,-2481],[-150,6]],[[245429,310196],[-103,136],[-579,3569],[-213,520]],[[266893,317263],[-555,643],[-280,1346]],[[266058,319252],[-12,1037],[298,2120]],[[257333,322398],[-17,-8213]],[[257316,314185],[-332,545],[-546,1972]],[[256438,316702],[-434,1351]],[[252925,317998],[-982,22]],[[251943,318020],[-96,1897],[-197,-2],[2,2543]],[[252934,322462],[-9,-4464]],[[253555,314761],[-47,-2207]],[[253508,312554],[-481,7]],[[253027,312561],[-4,5160],[-98,277]],[[253672,320541],[-117,-5780]],[[251943,318020],[-47,-2986]],[[251896,315034],[-984,33]],[[250912,315067],[1,4042],[197,807],[1,2537]],[[249142,318304],[-519,9],[-251,-975]],[[248372,317338],[-343,700],[-215,-623]],[[247814,317415],[-5,2533],[-284,-8]],[[249140,322450],[2,-4146]],[[250912,315067],[-438,-278]],[[250474,314789],[-147,-6],[-2,4867],[-149,0],[0,2782]],[[250474,314789],[-2,-1631]],[[250472,313158],[-642,1090],[-534,3]],[[249296,314251],[-2,2446],[-152,1607]],[[266058,319252],[-82,-420]],[[265976,318832],[-275,-140]],[[265701,318692],[-106,2241],[-330,1383]],[[258653,322382],[-137,-6674],[89,-612]],[[258605,315096],[-29,-1679],[-447,-518],[-146,1195]],[[257983,314094],[-427,804],[-240,-713]],[[260678,319948],[-562,-4378],[-610,-2702],[-150,-76]],[[259356,312792],[-223,839],[-30,1451],[-498,14]],[[260617,322262],[61,-2314]],[[263365,319856],[101,-595],[-208,-1794],[7,-2679]],[[263265,314788],[-172,733],[-550,214]],[[262543,315735],[233,4869]],[[262776,320604],[50,1713]],[[263357,322330],[8,-2474]],[[264725,322316],[-135,-684],[239,-2782],[-180,-2853]],[[264649,315997],[-86,-841]],[[264563,315156],[-22,277]],[[264541,315433],[-329,3527],[-293,882],[-554,14]],[[262543,315735],[-381,-217]],[[262162,315518],[-1,1816],[-262,888]],[[261899,318222],[232,964],[228,3132]],[[261899,318222],[-334,1613],[-2,2435]],[[265701,318692],[-212,-1319]],[[265489,317373],[-231,351],[-271,-1838],[-338,111]],[[284158,318179],[119,-1091],[-640,-3358],[-489,-1594]],[[283148,312136],[-159,657],[-294,4553]],[[261287,322237],[-239,-2821],[0,-1352],[-233,-2520]],[[260815,315544],[-137,4404]],[[262162,315518],[-52,-656]],[[262110,314862],[-108,4]],[[262002,314866],[-1168,24]],[[260834,314890],[-19,654]],[[230523,318221],[0,-1628],[-295,-3],[-4,-3251]],[[230224,313339],[-873,12]],[[229351,313351],[0,1622],[-293,812]],[[229058,315785],[-2,4053]],[[202633,312118],[-979,1703],[-317,896],[-898,-11]],[[279295,319470],[266,-2708],[-183,-3842]],[[279378,312920],[-224,-636],[-333,-2783]],[[278821,309501],[-4,24]],[[278817,309525],[-1052,5966]],[[277765,315491],[-32,176]],[[212034,317843],[-3,-8091]],[[212031,309752],[0,-188]],[[212031,309564],[-1940,9],[5,5615]],[[272114,319224],[155,-4645]],[[272269,314579],[-1,-1445]],[[272268,313134],[-327,-920],[-286,1648]],[[271655,313862],[-588,1138]],[[247236,319437],[-213,565],[88,-2172],[-320,-435],[282,-923],[-325,-595]],[[246748,315877],[-1307,74]],[[255542,318825],[30,-628],[-318,-3711]],[[255254,314486],[-1699,275]],[[166086,290611],[276,-965],[-300,-16],[24,981]],[[167726,304768],[-743,1873],[-183,2255],[-553,1999]],[[167906,318608],[691,-9433],[-104,-2110],[-329,6],[-438,-2303]],[[247814,317415],[-122,-2322],[127,-841]],[[247819,314252],[0,-807]],[[247819,313445],[-294,-28],[6,-1584],[-272,-13]],[[247259,311820],[-473,1881]],[[246786,313701],[-38,2176]],[[260834,314890],[37,-1200]],[[260871,313690],[-340,-2929],[-579,-3107]],[[259952,307654],[-731,14]],[[259221,307668],[-12,4227],[147,897]],[[281096,314238],[217,-1643],[-222,-1225]],[[281091,311370],[-528,-425],[-618,1727],[-567,248]],[[223010,315807],[-346,-3461]],[[222664,312346],[46,-2146]],[[222710,310200],[-463,2268],[-59,-1528],[-214,361]],[[221974,311301],[-292,391],[-321,-718],[-413,2380]],[[242115,313118],[-438,43],[-4,-817],[-514,69],[-222,-771]],[[240937,311642],[-45,1094],[-302,570]],[[240590,313306],[-42,1616],[-478,872],[30,2513],[-295,-7]],[[225835,316616],[-146,-4],[-1,-3243]],[[225688,313369],[-284,3],[-145,-1083],[-582,7],[-438,-808]],[[224239,311488],[-1,1890],[-456,-2],[0,1621]],[[229058,315785],[-745,-262],[155,-2162],[-579,4]],[[227889,313365],[-586,3]],[[227303,313368],[-1,3244],[-295,3]],[[264541,315433],[-415,-1026]],[[264126,314407],[-860,-258]],[[263266,314149],[-1,639]],[[266933,316723],[-339,-3833]],[[266594,312890],[-433,-921]],[[266161,311969],[-142,1338]],[[266019,313307],[139,813],[-135,1990],[115,1469],[-162,1253]],[[168718,285870],[613,-3553],[-362,241],[-251,3312]],[[168675,294217],[663,-1336],[119,-1995],[-366,418],[-149,2047],[-267,866]],[[170961,302915],[-533,9],[-383,-3729]],[[170045,299195],[-299,468],[-188,-1226],[-342,667],[55,1824],[-185,2348],[-237,1371],[-531,-106],[-203,-603],[-389,830]],[[273788,314042],[-1519,537]],[[269786,312942],[-1189,-5125]],[[268597,307817],[-93,1502]],[[268504,309319],[-251,3128],[-348,457]],[[276707,313833],[-152,-754],[-450,18],[-676,-2348]],[[275429,310749],[-151,2724]],[[275278,313473],[-182,1902]],[[276430,318948],[164,-2140],[207,-809],[-94,-2166]],[[277765,315491],[-510,-6013]],[[277255,309478],[-68,132]],[[277187,309610],[-190,3520],[-290,703]],[[256438,316702],[-14,-6930]],[[256424,309772],[0,-270]],[[256424,309502],[-1170,99]],[[255254,309601],[0,4885]],[[266019,313307],[-494,36]],[[265525,313343],[-95,2291],[59,1739]],[[271655,313862],[-387,-3128],[-316,-1221],[-138,-1800]],[[270814,307713],[-619,2360],[-220,1485]],[[269975,311558],[-189,1384]],[[209510,315195],[7,-9723]],[[209517,305472],[-585,10],[0,-1637],[-1755,87],[0,1633],[-298,9]],[[206879,305574],[3,4817]],[[249296,314251],[-147,-1]],[[249149,314250],[-1330,2]],[[240590,313306],[-340,47],[-91,-2176],[-1279,142]],[[238880,311319],[36,6451]],[[231398,316601],[2,-3247],[-148,-1629],[-731,-2]],[[230521,311723],[-297,19],[0,1597]],[[253027,312561],[-593,32]],[[252434,312593],[1,817],[-542,-5]],[[251893,313405],[3,1629]],[[216412,317845],[0,-8101]],[[216412,309744],[-260,3]],[[216152,309747],[-1208,11]],[[214944,309758],[0,8102]],[[217879,317861],[-4,-8109]],[[217875,309752],[-265,-6]],[[217610,309746],[-1198,-2]],[[214944,309758],[-258,1]],[[214686,309759],[-1211,-2]],[[213475,309757],[1,8078]],[[219352,317846],[-4,-8079]],[[219348,309767],[-278,10]],[[219070,309777],[-1195,-25]],[[220518,314366],[0,-4631]],[[220518,309735],[-1170,32]],[[238880,311319],[-3,-1067]],[[238877,310252],[-196,24]],[[238681,310276],[-1273,171]],[[237408,310447],[13,5875]],[[213475,309757],[-250,-2]],[[213225,309755],[-1194,-3]],[[265525,313343],[-379,-1617]],[[265146,311726],[-589,2243],[6,1187]],[[283148,312136],[-617,-2746]],[[282531,309390],[-232,1787],[-388,-117],[-188,-953]],[[281723,310107],[-370,469]],[[281353,310576],[-262,794]],[[237408,310447],[-890,102],[31,-3035]],[[236549,307514],[-631,-50]],[[235918,307464],[24,5914]],[[257983,314094],[-89,-4491]],[[257894,309603],[-1470,169]],[[267586,313917],[-206,-1091],[-615,-312]],[[266765,312514],[-171,376]],[[227303,313368],[-1,-4055]],[[227302,309313],[-1606,12]],[[225696,309325],[-8,4044]],[[232570,314986],[0,-1620],[-300,-11],[2,-6507]],[[232272,306848],[-593,2]],[[231679,306850],[-1159,9]],[[230520,306859],[1,4864]],[[234616,313367],[-304,7],[0,-4907],[-291,4],[-15,-1618]],[[234006,306853],[-1734,-5]],[[246786,313701],[-19,-2054],[-497,-863],[38,-1147],[-293,-1724],[-253,399],[310,-1738],[-364,-407]],[[245708,306167],[3,-24]],[[245711,306143],[-453,5]],[[245258,306148],[92,410],[79,3638]],[[229351,313351],[-149,-2],[-1,-3219],[-146,-6]],[[229055,310124],[-301,797],[-865,13],[0,2431]],[[224239,311488],[147,-1345],[-3,-3288]],[[224383,306855],[-432,-385],[-522,1415]],[[223429,307885],[-656,27],[-63,2288]],[[263266,314149],[3,-2538]],[[263269,311611],[-982,-374]],[[262287,311237],[-274,215],[97,3410]],[[278817,309525],[-155,-872]],[[278662,308653],[-702,872],[-466,-1308]],[[277494,308217],[-239,1261]],[[265146,311726],[62,-1577]],[[265208,310149],[-838,21]],[[264370,310170],[1,855]],[[264371,311025],[-245,3382]],[[275429,310749],[0,-38]],[[275429,310711],[-371,-1301],[-162,-2339]],[[274896,307071],[-379,-1286]],[[274517,305785],[-288,-570],[-418,2121],[121,1598]],[[273932,308934],[155,2001],[-303,1516]],[[212031,309564],[-10,-8889]],[[212021,300675],[-15,-4739]],[[212006,295936],[-1274,-7]],[[210732,295929],[1,1618],[-582,-19],[5,3039],[-348,-1],[0,4885],[-291,21]],[[251893,313405],[-148,-262],[-98,-2422]],[[251647,310721],[-1175,275]],[[250472,310996],[0,2162]],[[259221,307668],[-550,-1892]],[[258671,305776],[-416,2982]],[[258255,308758],[-361,845]],[[262002,314866],[-202,-2820],[-428,-1223],[-148,-1566],[-209,4]],[[261015,309261],[-144,4429]],[[262287,311237],[-115,-5511]],[[262172,305726],[-1045,-291]],[[261127,305435],[-112,3826]],[[204007,308772],[-2,-8089],[-357,6],[0,-3269],[-895,189],[3,-3357]],[[202756,294252],[-282,-80],[-3451,20]],[[199023,294192],[-10,14576],[-25,5924]],[[199023,294192],[-802,21],[0,-5147]],[[198221,289066],[-2916,138]],[[195305,289204],[0,10598]],[[255254,309601],[-292,45]],[[254962,309646],[-1501,262]],[[253461,309908],[47,2646]],[[221974,311301],[-1,-5776]],[[221973,305525],[-842,203],[-613,2379]],[[220518,308107],[0,1628]],[[273932,308934],[-751,-1023],[-232,-720],[-385,1197]],[[272564,308388],[-296,4746]],[[245258,306148],[-220,-1244],[179,-1807],[-328,48],[-478,1054]],[[244411,304199],[-66,1224]],[[244345,305423],[-235,2560],[-507,303],[19,4630]],[[264371,311025],[-903,8],[-199,578]],[[250472,310996],[3,-4065]],[[250475,306931],[-737,17]],[[249738,306948],[0,538],[-588,29]],[[249150,307515],[-1,6735]],[[249150,307515],[-2,-541],[-585,15]],[[248563,306989],[-568,-78]],[[247995,306911],[2,1971],[-165,659],[-13,3904]],[[267731,313122],[-172,-4100]],[[267559,309022],[-165,-650],[-348,481],[-159,-755]],[[266887,308098],[-122,4416]],[[277187,309610],[-200,-184],[-957,-3894]],[[276030,305532],[-239,1408],[128,659],[-179,3128],[-311,-16]],[[272564,308388],[-61,-777]],[[272503,307611],[-371,-2256]],[[272132,305355],[-182,82],[-533,1971],[-394,-959]],[[271023,306449],[-209,1264]],[[261127,305435],[65,-2172]],[[261192,303263],[-366,-424]],[[260826,302839],[-582,505]],[[260244,303344],[-292,4310]],[[247116,305288],[0,-1624]],[[247116,303664],[-574,36]],[[246542,303700],[-7,2441],[-827,26]],[[247259,311820],[2,-3021],[-145,16],[0,-3527]],[[247995,306911],[-1,-1623],[-878,0]],[[266161,311969],[-151,-1209],[137,-1333]],[[266147,309427],[-550,-3124]],[[265597,306303],[-143,-536],[-540,1289]],[[264914,307056],[377,2075],[-83,1018]],[[252434,312593],[-3,-7006]],[[252431,305587],[-491,-269]],[[251940,305318],[-293,8]],[[251647,305326],[0,5395]],[[229055,310124],[0,-2981]],[[229055,307143],[-102,-1894]],[[228953,305249],[-1646,5]],[[227307,305254],[-5,4059]],[[230520,306859],[-129,-799],[-366,1]],[[230025,306061],[-236,1077],[-734,5]],[[225696,309325],[4,-2728]],[[225700,306597],[-87,-540],[-545,799],[-164,-1383]],[[224904,305473],[-175,-372],[-346,1754]],[[235918,307464],[-20,-4634]],[[235898,302830],[-25,-5641]],[[235873,297189],[-725,1210]],[[235148,298399],[-85,1118],[-236,-357],[-302,2195],[-518,1395]],[[234007,302750],[-1,4103]],[[240937,311642],[-27,-4926]],[[240910,306716],[-580,117]],[[240330,306833],[-387,76],[-25,1423],[-898,817],[-143,1103]],[[192649,296055],[0,-2067],[-471,-22],[-761,-1596],[-17,-3435]],[[191400,288935],[-519,-982],[-411,-2924],[-457,4942],[-260,4020]],[[189753,293991],[-316,3938],[-198,-1382],[-453,2730],[43,1284],[-343,3366]],[[268504,309319],[-576,-1452],[-270,224]],[[267658,308091],[-99,931]],[[242221,313104],[-71,-8013]],[[242150,305091],[-288,-50]],[[241862,305041],[-455,1583],[-497,92]],[[244345,305423],[-785,1742],[-49,-1484],[-582,-12],[0,-545]],[[242929,305124],[-779,-33]],[[266887,308098],[-133,-492]],[[266754,307606],[-217,1202],[-390,619]],[[281353,310576],[-256,-2617],[-334,-211],[-135,-1226],[-339,132],[-50,-1711],[-247,-2039]],[[279992,302904],[-1171,6597]],[[269975,311558],[-244,-1242],[240,-2297],[-54,-2071],[-167,-825]],[[269750,305123],[-567,148],[-179,-1083]],[[269004,304188],[-407,3629]],[[253461,309908],[-84,-4366]],[[253377,305542],[-946,45]],[[223429,307885],[-1,-7045]],[[223428,300840],[-1456,0]],[[221972,300840],[1,4685]],[[263252,305382],[-219,27]],[[263033,305409],[-515,58]],[[262518,305467],[-346,259]],[[263269,311611],[-17,-6229]],[[264370,310170],[-2,-2778]],[[264368,307392],[-267,-204],[-179,-1893]],[[263922,305295],[-670,87]],[[271023,306449],[-385,-3232]],[[270638,303217],[-108,-158]],[[270530,303059],[5,561],[-727,-210],[-58,1713]],[[282531,309390],[61,24]],[[282592,309414],[10,-65]],[[282602,309349],[-405,-2626],[-165,-1820],[-109,2615]],[[281923,307518],[-200,2589]],[[251647,305326],[-877,-15]],[[250770,305311],[-293,-4],[-2,1624]],[[276030,305532],[200,-730]],[[276230,304802],[-500,-1759],[-394,2383],[-444,601],[4,1044]],[[281923,307518],[8,-4063],[-186,-1610],[-387,486],[-737,-285],[-373,-589]],[[280248,301457],[-33,176]],[[280215,301633],[-11,67]],[[280204,301700],[-212,1204]],[[237408,310447],[27,-3044],[293,-50],[-7,-3257]],[[237721,304096],[-23,-4862],[-351,60]],[[237347,299294],[-4,1]],[[237343,299295],[-252,2449],[-133,5739],[-409,31]],[[238681,310276],[-66,-2358],[143,-158],[46,-2922],[169,-1709]],[[238973,303129],[-231,-2]],[[238742,303127],[-202,-247],[-819,1216]],[[206879,305574],[2,-12856],[-37,-4822],[-1146,-121]],[[205698,287775],[-6,3219],[-1134,-5],[-3,1594],[-1724,6]],[[202831,292589],[-75,1663]],[[240330,306833],[-20,-6441]],[[240310,300392],[-587,-612]],[[239723,299780],[-511,1233],[-239,2116]],[[264914,307056],[-97,-2181]],[[264817,304875],[-449,1093],[0,1424]],[[254962,309646],[-4,-5675]],[[254958,303971],[0,-1619]],[[254958,302352],[-879,89]],[[254079,302441],[-98,2459],[-614,117]],[[253367,305017],[10,525]],[[183362,303916],[0,-11575]],[[183362,292341],[-1740,3],[0,1620],[-862,-20],[-3,-8075],[-686,-61]],[[180071,285808],[-439,260],[-94,887],[82,3389],[-151,600],[21,1938],[272,564]],[[179762,293446],[283,2148],[77,2692],[-106,4262],[274,1899],[11,1120]],[[181121,309576],[281,-790],[1201,-586],[253,1502],[507,147]],[[219070,309777],[-4,-8906]],[[219066,300871],[-1455,-38]],[[217611,300833],[-1,8913]],[[220518,308107],[-138,101],[-4,-7331]],[[220376,300877],[-1310,-6]],[[258255,308758],[-186,-144],[-224,-2438],[-291,-747],[-162,-1946],[-430,-1123],[-129,-1066]],[[256833,301294],[-358,590],[-165,1921]],[[256310,303805],[109,-16],[5,5713]],[[217611,300833],[-1456,-60]],[[216155,300773],[-3,8974]],[[216155,300773],[-1454,-106]],[[214701,300667],[-15,9092]],[[214701,300667],[-1476,8]],[[213225,300675],[0,9080]],[[277494,308217],[-65,-786],[217,-4445],[468,-2796]],[[278114,300190],[-479,-436],[-840,1115],[-215,922]],[[276580,301791],[-276,1144]],[[276304,302935],[225,772],[-299,1095]],[[213225,300675],[-1204,0]],[[256310,303805],[-1352,166]],[[280204,301700],[21,-471],[-685,-2076],[-529,-3188]],[[279011,295965],[-269,-6],[-253,2493]],[[278489,298452],[-185,3128],[-229,1784],[245,1596],[342,3693]],[[278489,298452],[-265,205],[-88,1174]],[[278136,299831],[-22,359]],[[266754,307606],[118,-2921]],[[266872,304685],[-494,-1390]],[[266378,303295],[-72,1227],[-571,652],[-138,1129]],[[227307,305254],[-1,-3184]],[[227306,302070],[-352,1622],[-507,-2568],[-302,757]],[[226145,301881],[90,1860],[-381,232],[-154,2624]],[[269004,304188],[84,-1081]],[[269088,303107],[-225,529]],[[268863,303636],[-374,-245]],[[268489,303391],[-548,1345]],[[267941,304736],[-283,3355]],[[267941,304736],[-591,-490]],[[267350,304246],[-195,-334]],[[267155,303912],[-283,773]],[[274517,305785],[-85,-1864],[134,-4155],[-61,-616]],[[274505,299150],[-581,663],[-511,1884]],[[273413,301697],[-135,2327],[-372,1680],[-227,39],[-176,1868]],[[258671,305776],[-63,-2961]],[[258608,302815],[-229,-1970],[-471,-601],[9,-685]],[[257917,299559],[-515,1403],[-542,-470]],[[256860,300492],[-27,802]],[[221972,300840],[4,-1864]],[[221976,298976],[-229,1201],[-392,509],[-834,191]],[[220521,300877],[-145,0]],[[224904,305473],[0,-4595]],[[224904,300878],[-1476,-38]],[[260244,303344],[-448,-474],[-461,-1878]],[[259335,300992],[-374,2733],[-353,-910]],[[273413,301697],[-85,-3220]],[[273328,298477],[-403,-1010]],[[272925,297467],[-503,1412],[-567,2766]],[[271855,301645],[277,3710]],[[249738,306948],[7,-5486]],[[249745,301462],[-730,-2],[-438,571]],[[248577,302031],[-14,4958]],[[237343,299295],[-645,694],[-800,2841]],[[271855,301645],[-224,-1169]],[[271631,300476],[-514,964],[-162,2031],[-317,-254]],[[264817,304875],[-499,-1732]],[[264318,303143],[-198,104],[-7,-5871]],[[264113,297376],[-299,18],[-3,-1823]],[[263811,295571],[-420,-902]],[[263391,294669],[-672,168]],[[262719,294837],[116,1165]],[[262835,296002],[415,1551],[228,1602]],[[263478,299155],[298,1539],[245,2560],[-99,2041]],[[230025,306061],[101,-881],[-211,-1084],[101,-2120]],[[230016,301976],[-186,350],[-327,-1482],[-269,387],[-183,1849]],[[229051,303080],[-98,2169]],[[244411,304199],[-353,-701],[-25,-3600]],[[244033,299898],[-1166,155]],[[242867,300053],[62,5071]],[[276304,302935],[-783,-2654],[-394,-674],[-382,-2307]],[[274745,297300],[-240,1850]],[[265597,306303],[-143,-2279],[195,-1400]],[[265649,302624],[-510,-2675]],[[265139,299949],[-116,-620]],[[265023,299329],[-659,3103],[-46,711]],[[248577,302031],[0,-1380],[-585,-270],[-2,-1632]],[[247990,298749],[-442,543],[316,1089],[-750,38]],[[247114,300419],[2,3245]],[[250770,305311],[4,-4878],[-150,-1369]],[[250624,299064],[-878,-312]],[[249746,298752],[-1,2710]],[[231679,306850],[149,-590],[1,-3199],[271,-1474],[224,-5]],[[232324,301582],[-241,-630]],[[232083,300952],[-247,888],[-429,-565],[-250,-1798],[-558,-652]],[[230599,298825],[-125,949],[-568,1263],[110,939]],[[234007,302750],[-176,481],[-257,-1570]],[[233574,301661],[-669,201],[-133,967],[-448,-1247]],[[241862,305041],[-376,-48],[-11,-1571],[394,-3307]],[[241869,300115],[-693,133]],[[241176,300248],[-866,144]],[[226145,301881],[-3,-7871]],[[226142,294010],[-1232,-6]],[[224910,294004],[-6,6874]],[[266378,303295],[-305,-1110]],[[266073,302185],[-424,439]],[[246542,303700],[-5,-6913],[-293,-2],[0,-1616]],[[246244,295169],[-1256,-5]],[[244988,295164],[-45,601]],[[244943,295765],[269,599],[-236,1265],[282,815],[-40,1455],[303,-382],[-185,3716],[560,1252],[-185,1658]],[[244943,295765],[-41,-823],[-579,866]],[[244323,295808],[8,4034],[-298,56]],[[262518,305467],[-156,-2441],[-200,-874]],[[262162,302152],[-936,-50]],[[261226,302102],[-34,1161]],[[253367,305017],[-117,-5834]],[[253250,299183],[-737,-1766]],[[252513,297417],[38,554],[-611,6],[-2,2436]],[[251938,300413],[2,4905]],[[210732,295929],[-587,-11],[-3,-3235],[-124,-7],[0,-8008],[-134,-3]],[[209884,284665],[-2861,-35],[-28,-8243]],[[206995,276387],[-1400,-32],[4,8250],[101,1],[-2,3169]],[[263478,299155],[-127,1132],[-280,33]],[[263071,300320],[-38,5089]],[[179762,293446],[-4058,-181]],[[175704,293265],[-2643,-5],[-585,89],[-362,1122],[-387,245]],[[171727,294716],[267,2870],[-339,971],[-382,2958]],[[263071,300320],[-494,-473]],[[262577,299847],[-380,582]],[[262197,300429],[-35,1723]],[[270530,303059],[-303,-446],[112,-1813],[-159,-1241],[160,-3138]],[[270340,296421],[-326,1801]],[[270014,298222],[-319,2646],[-607,2239]],[[251938,300413],[-588,24],[-1,-1081],[-287,-276]],[[251062,299080],[-438,-16]],[[229051,303080],[-27,-97]],[[229024,302983],[-420,-2885],[-33,-1359],[-271,1490],[50,1869],[-342,-239],[-177,-1289],[-249,387],[-61,1401]],[[227521,302358],[-215,-288]],[[242867,300053],[0,-1626]],[[242867,298427],[-989,64]],[[241878,298491],[-9,1624]],[[254079,302441],[14,-7371]],[[254093,295070],[-914,185]],[[253179,295255],[71,3928]],[[268489,303391],[-191,-580],[-387,-2963],[106,-884]],[[268017,298964],[-130,-739]],[[267887,298225],[-343,99],[-450,1171]],[[267094,299495],[12,1605]],[[267106,301100],[49,2812]],[[189753,293991],[-1506,-3],[-6,-4849],[-1376,-19],[-349,1601],[-5,-14590]],[[186511,276131],[-3149,-35]],[[183362,276096],[0,16245]],[[267106,301100],[-728,2195]],[[238742,303127],[-74,-8950]],[[238668,294177],[-668,109]],[[238e3,294286],[-287,2381]],[[237713,296667],[-388,1098],[22,1529]],[[256860,300492],[-290,-2960],[-338,-792],[-245,-1877]],[[255987,294863],[-144,1386],[-293,274]],[[255550,296523],[0,1620],[-291,54],[-9,3268],[-292,887]],[[268863,303636],[139,-2861],[323,-3555]],[[269325,297220],[-471,-581]],[[268854,296639],[-87,-160]],[[268767,296479],[-371,1042],[-216,-421],[-163,1864]],[[227521,302358],[-8,-8969]],[[227513,293389],[-1201,1]],[[226312,293390],[-170,620]],[[259335,300992],[56,-1316],[-280,-1720]],[[259111,297956],[-212,-1709],[70,-887],[-508,-2769]],[[258461,292591],[2,2075],[-386,811]],[[258077,295477],[-160,4082]],[[247114,300419],[-4,-8971]],[[247110,291448],[-285,-7],[1,-1091],[-449,-9]],[[246377,290341],[-133,6],[0,4822]],[[270014,298222],[-538,-798]],[[269476,297424],[-151,-204]],[[271631,300476],[-1005,-5256]],[[270626,295220],[-44,238]],[[270582,295458],[-242,963]],[[265023,299329],[-257,-2572],[-190,585]],[[264576,297342],[-271,24]],[[264305,297366],[-192,10]],[[260085,295668],[2,547],[-556,17],[-158,1641],[-262,83]],[[260826,302839],[-296,-1218],[-7,-4236],[-438,-1717]],[[267094,299495],[-351,-1180]],[[266743,298315],[-277,2222]],[[266466,300537],[-393,1648]],[[261226,302102],[133,-4629]],[[261359,297473],[96,-3170]],[[261455,294303],[-945,242]],[[260510,294545],[-581,52]],[[259929,294597],[156,1071]],[[235148,298399],[-1,-6962]],[[235147,291437],[-172,647]],[[234975,292084],[-223,645],[-660,-165]],[[234092,292564],[-504,-212]],[[233588,292352],[-6,49]],[[233582,292401],[-8,9260]],[[239723,299780],[-33,-6035]],[[239690,293745],[-694,-157]],[[238996,293588],[-328,589]],[[230599,298825],[-15,-6105]],[[230584,292720],[-1252,143]],[[229332,292863],[-306,203]],[[229026,293066],[-2,9917]],[[229026,293066],[-1224,262]],[[227802,293328],[-289,61]],[[237713,296667],[-606,-1073]],[[237107,295594],[-320,702],[-637,-837],[-277,1730]],[[276580,301791],[-335,-2182],[7,-1181],[-302,-3863]],[[275950,294565],[-336,-991]],[[275614,293574],[-478,39],[-285,2097]],[[274851,295710],[-106,1590]],[[171727,294716],[-239,-2194]],[[171488,292522],[-527,2873],[-607,2124],[-309,1676]],[[233582,292401],[-516,1393],[-745,742],[-269,-626]],[[232052,293910],[31,7042]],[[266466,300537],[-488,-4110]],[[265978,296427],[-652,2740]],[[265326,299167],[-187,782]],[[255550,296523],[-579,144],[-98,-1641],[-485,59]],[[254388,295085],[-295,-15]],[[262197,300429],[-36,-1811],[-802,-1145]],[[249746,298752],[0,-823]],[[249746,297929],[-780,-17]],[[248966,297912],[-952,5]],[[248014,297917],[-24,832]],[[278136,299831],[-261,-1729],[-65,-2062],[-295,-1492],[-382,-3555]],[[277133,290993],[-221,469],[-599,3177],[-363,-74]],[[232052,293910],[-3,-968]],[[232049,292942],[-1216,-1076]],[[230833,291866],[-249,854]],[[274851,295710],[-156,131],[-298,-1760],[-415,2481],[-367,85],[-287,1830]],[[272925,297467],[-517,-3023]],[[272408,294444],[-1070,-5442]],[[271338,289002],[-265,919]],[[271073,289921],[-257,2318],[43,1727],[-233,1254]],[[258077,295477],[-439,-1478],[-435,-2504],[-548,-1594]],[[256655,289901],[-109,9]],[[256546,289910],[-267,1112],[-470,3450],[178,391]],[[220521,300877],[16,-8166]],[[220537,292711],[-1467,10]],[[219070,292721],[-4,8150]],[[221976,298976],[5,-6234]],[[221981,292742],[-1444,-31]],[[224910,294004],[2,-1315]],[[224912,292689],[-1486,26]],[[223426,292715],[2,8125]],[[219070,292721],[-1453,-13]],[[217617,292708],[-6,8125]],[[217617,292708],[-1443,-45]],[[216174,292663],[-19,8110]],[[223426,292715],[-1445,27]],[[216174,292663],[-1446,-96]],[[214728,292567],[-27,8100]],[[213225,300675],[57,-8129]],[[213282,292546],[-1287,-1]],[[211995,292545],[11,3391]],[[214728,292567],[-1446,-21]],[[241176,300248],[-12,-1321],[-518,-4118],[192,-1475],[382,-1184]],[[241220,292150],[-1146,188]],[[240074,292338],[-391,56],[7,1351]],[[266743,298315],[382,-3067],[-30,-933]],[[267095,294315],[-707,-913]],[[266388,293402],[-414,1708]],[[265974,295110],[4,1317]],[[262719,294837],[-459,-1602]],[[262260,293235],[-776,48]],[[261484,293283],[-29,1020]],[[262577,299847],[-12,-3859],[270,14]],[[248014,297917],[76,-4060],[-205,-780],[1,-1558]],[[247886,291519],[-437,-567]],[[247449,290952],[-227,-1245],[-112,1741]],[[252513,297417],[69,-2403],[-508,-277]],[[252074,294737],[0,1098],[-968,-56]],[[251106,295779],[-44,3301]],[[241878,298491],[54,-3825],[-183,-2389],[75,-1398]],[[241824,290879],[-230,-523],[-374,1794]],[[244323,295808],[-11,-3253]],[[244312,292555],[-1484,172]],[[242828,292727],[39,5700]],[[264965,295106],[-389,2236]],[[265326,299167],[-46,-1734],[-315,-2327]],[[279011,295965],[-403,-3616],[-92,-2363],[-262,1132],[231,-2620],[-212,-589],[-375,805]],[[277898,288714],[-123,574]],[[277775,289288],[-642,1705]],[[195305,289204],[0,-8032]],[[195305,281172],[-1,-6537]],[[195304,274635],[-186,-4]],[[195118,274631],[-312,2178],[43,3573],[-198,582],[-596,5810],[0,10694]],[[267887,298225],[124,-661],[-175,-1445],[3,-2070]],[[267839,294049],[-421,-2128]],[[267418,291921],[-323,2394]],[[253179,295255],[-83,-4574]],[[253096,290681],[-1016,-26]],[[252080,290655],[-6,4082]],[[265974,295110],[21,-726],[-419,-926],[-105,-1288]],[[265471,292170],[-170,1415]],[[265301,293585],[-336,1521]],[[251106,295779],[-194,-540]],[[250912,295239],[-465,-210],[-350,-1146]],[[250097,293883],[-350,16],[-1,4030]],[[268767,296479],[-104,-668]],[[268663,295811],[-273,-796],[-103,-1445]],[[268287,293570],[-448,479]],[[237107,295594],[1,-5232]],[[237108,290362],[-341,757],[-196,-1322],[-639,965],[-521,-443]],[[235411,290319],[-264,1118]],[[275614,293574],[-88,-2688],[-301,-779]],[[275225,290107],[-353,382],[-40,1051],[-800,-2860]],[[274032,288680],[-22,-72]],[[274010,288608],[-398,2352],[-785,2545]],[[272827,293505],[-419,939]],[[242828,292727],[22,-1854],[-368,-1418],[-65,-1107]],[[242417,288348],[-241,1667],[-352,864]],[[270582,295458],[-741,-3541]],[[269841,291917],[-395,3623],[30,1884]],[[259929,294597],[-147,0],[-211,-3806],[-383,38],[-157,-3571]],[[259031,287258],[-882,-28]],[[258149,287230],[-35,1334],[210,2007],[198,282],[-61,1738]],[[250097,293883],[-203,-505],[0,-2741]],[[249894,290637],[-534,-9]],[[249360,290628],[-4,2180],[-385,256],[-5,4848]],[[249360,290628],[-290,-1321]],[[249070,289307],[-1184,2212]],[[269841,291917],[-165,-789]],[[269676,291128],[-4,-5]],[[269672,291123],[-80,1]],[[269592,291124],[-424,845],[-314,4670]],[[195118,274631],[-3725,22]],[[191393,274653],[0,1610]],[[191393,276263],[7,12672]],[[264305,297366],[79,-1215],[-282,-4274]],[[264102,291877],[-95,1]],[[264007,291878],[19,2058],[-215,1635]],[[265301,293585],[-113,-1287],[-385,-1434]],[[264803,290864],[-134,698],[-567,315]],[[238e3,294286],[55,-4237],[-203,-2132],[-208,87],[128,-2331]],[[237772,285673],[-29,1]],[[237743,285674],[-635,-3]],[[237108,285671],[0,4691]],[[269592,291124],[-134,-694]],[[269458,290430],[-356,976],[-547,-1372]],[[268555,290034],[-268,3536]],[[256546,289910],[-601,-2119],[-102,-2363],[-288,-51]],[[255555,285377],[-818,63]],[[254737,285440],[-326,195],[-14,2539]],[[254397,288174],[-9,6911]],[[211995,292545],[-22,-7993]],[[211973,284552],[0,-8133]],[[211973,276419],[1,-8101]],[[211974,268318],[0,-1611],[-731,-3]],[[211243,266704],[-1104,-3]],[[210139,266701],[0,9724],[-255,-1],[0,8241]],[[252080,290655],[-401,-9]],[[251679,290646],[-766,-8]],[[250913,290638],[-1,4601]],[[244988,295164],[-59,-1673],[289,734],[-26,-3356],[151,-2943],[-317,-598],[225,-984],[-128,-820]],[[245123,285524],[0,-134]],[[245123,285390],[-271,18]],[[244852,285408],[-481,19]],[[244371,285427],[-67,-3]],[[244304,285424],[8,7131]],[[264007,291878],[-125,-1789],[-179,18]],[[263703,290107],[-245,1867],[-67,2695]],[[258149,287230],[-73,-1530]],[[258076,285700],[-260,915],[-756,37],[2,-410]],[[257062,286242],[-403,2158],[-4,1501]],[[271073,289921],[-669,-319],[-229,1236],[-260,-546]],[[269915,290292],[-148,616]],[[269767,290908],[-91,220]],[[254397,288174],[-931,-2937]],[[253466,285237],[-470,-87]],[[252996,285150],[100,5531]],[[250913,290638],[-58,-1638],[-291,-9],[-3,-1640],[-289,-10]],[[250272,287341],[5,3289],[-383,7]],[[246377,290341],[40,-3234]],[[246417,287107],[-592,20],[0,-1670]],[[245825,285457],[-702,67]],[[266388,293402],[-34,-4888]],[[266354,288514],[-753,-747]],[[265601,287767],[-17,901]],[[265584,288668],[-113,3502]],[[263703,290107],[-14,-676]],[[263689,289431],[-975,44],[-28,-604]],[[262686,288871],[-213,626]],[[262473,289497],[-213,3738]],[[277775,289288],[-200,-1210],[-345,-446],[-431,-3536]],[[276799,284096],[-357,-1958],[-73,1501]],[[276369,283639],[-170,-185],[-119,1854],[-263,409]],[[275817,285717],[-479,2444],[-113,1946]],[[175704,293265],[8,-6545],[-64,-14],[-11,-8498]],[[175637,278208],[-2838,-1564],[17,2580],[-320,834],[-131,1949],[82,971],[-206,4490],[-532,4208],[-221,846]],[[261484,293283],[160,-5557]],[[261644,287726],[11,-400]],[[261655,287326],[-1005,-14]],[[260650,287312],[-168,-13]],[[260482,287299],[28,7246]],[[260482,287299],[-991,-305]],[[259491,286994],[-460,264]],[[233588,292352],[-6,-55]],[[233582,292297],[-854,-556],[-398,-900],[-289,-1444]],[[232041,289397],[8,3545]],[[272827,293505],[-15,-5200],[98,-784]],[[272910,287521],[-478,-195],[-495,933],[-201,-1171]],[[271736,287088],[-363,872],[-35,1042]],[[267418,291921],[45,-836],[-297,-951],[-55,-1334]],[[267111,288800],[-431,-35]],[[266680,288765],[-326,-251]],[[202831,292589],[15,-6292]],[[202846,286297],[-1525,-4281],[1,-811],[-1146,18],[-2,-3253]],[[200174,277970],[-860,-3]],[[199314,277967],[-358,449],[43,2766],[-165,3253],[-161,392],[-104,4258],[-348,-19]],[[238996,293588],[-214,-3466],[-111,31],[-24,-4496]],[[238647,285657],[-85,2]],[[238562,285659],[-790,14]],[[268555,290034],[21,-284]],[[268576,289750],[-391,-1856],[-455,-1079]],[[267730,286815],[-127,1309],[-492,676]],[[183362,276096],[1,-8676]],[[183363,267420],[-4125,8475],[13,2284],[251,1898]],[[179502,280077],[536,715],[179,2807],[-146,2209]],[[191393,276263],[-1966,-35],[0,-192],[-2916,95]],[[226312,293390],[-10,-8052]],[[226302,285338],[-375,38]],[[225927,285376],[-1032,85]],[[224895,285461],[17,7228]],[[240074,292338],[-28,-6700]],[[240046,285638],[-697,10]],[[239349,285648],[-702,9]],[[265584,288668],[-611,418]],[[264973,289086],[-229,4]],[[264744,289090],[59,1774]],[[274010,288608],[-793,-2802]],[[273217,285806],[-307,1715]],[[179502,280077],[-3865,-1869]],[[227802,293328],[-42,-8197]],[[227760,285131],[-406,73]],[[227354,285204],[-1052,134]],[[229332,292863],[-29,-7782]],[[229303,285081],[-523,-53]],[[228780,285028],[-1020,103]],[[262473,289497],[-829,-1771]],[[232039,284934],[-231,5],[-115,-1982],[146,-674]],[[231839,282283],[-397,23]],[[231442,282306],[-615,61]],[[230827,282367],[1,2606]],[[230828,284973],[5,6893]],[[232041,289397],[-2,-4463]],[[230828,284973],[-612,11]],[[230216,284984],[-913,97]],[[219070,292721],[-5,-8098]],[[219065,284623],[-381,10]],[[218684,284633],[-1066,127]],[[217618,284760],[-1,7948]],[[220537,292711],[5,-8140]],[[220542,284571],[-432,-2]],[[220110,284569],[-1045,54]],[[234975,292084],[-31,-7088]],[[234944,284996],[-292,1575],[-561,-613]],[[234091,285958],[1,6606]],[[217618,284760],[-376,-125]],[[217242,284635],[-1070,-47]],[[216172,284588],[2,8075]],[[223426,292715],[8,-8204]],[[223434,284511],[-404,2]],[[223030,284513],[-1045,0]],[[221985,284513],[-4,8229]],[[224895,285461],[-2,-1035],[-413,38]],[[224480,284464],[-1046,47]],[[221985,284513],[-393,-1]],[[221592,284512],[-1050,59]],[[244304,285424],[-1696,42]],[[242608,285466],[-191,2882]],[[216172,284588],[-374,14]],[[215798,284602],[-1072,-38]],[[214726,284564],[2,8003]],[[206995,276387],[10,-9680]],[[207005,266707],[-197,-1]],[[206808,266706],[-3007,34]],[[203801,266740],[-1057,-19]],[[202744,266721],[2,17810],[100,1766]],[[213282,292546],[0,-7999]],[[213282,284547],[-1309,5]],[[214726,284564],[-368,-14]],[[214358,284550],[-1076,-3]],[[234091,285958],[-73,-393]],[[234018,285565],[-60,-961],[-377,12]],[[233581,284616],[1,7681]],[[242608,285466],[-1828,115]],[[240780,285581],[-734,57]],[[233581,284616],[-993,-39]],[[232588,284577],[-549,357]],[[235411,290319],[-5,-7248]],[[235406,283071],[-145,-6]],[[235261,283065],[-39,471]],[[235222,283536],[-278,1460]],[[249070,289307],[-206,-1883],[-209,-3399],[-189,-953]],[[248466,283072],[-1108,2439]],[[247358,285511],[-151,1938],[245,380],[-3,3123]],[[264744,289090],[-346,-257]],[[264398,288833],[-567,369],[-126,-463]],[[263705,288739],[-16,692]],[[275817,285717],[197,-1750],[-222,-2037],[-677,747]],[[275115,282677],[4,3611],[-520,96],[-567,2296]],[[247358,285511],[-237,-29],[-3,-1592],[-571,-19]],[[246547,283871],[-8,3240],[-122,-4]],[[269458,290430],[-641,-2764]],[[268817,287666],[-197,886]],[[268620,288552],[-44,1198]],[[269915,290292],[98,-679],[-163,-3128],[52,-2328],[-122,-1899]],[[269780,282258],[-329,-1370]],[[269451,280888],[-242,1119]],[[269209,282007],[-81,3665],[-311,1994]],[[237108,285671],[0,-2571]],[[237108,283100],[-1702,-29]],[[271736,287088],[202,-924]],[[271938,286164],[-630,-2537]],[[271308,283627],[-251,828],[-618,-687],[-182,-1942]],[[270257,281826],[-477,432]],[[252996,285150],[-21,-1156]],[[252975,283994],[-1295,-59]],[[251680,283935],[-1,6711]],[[251680,283935],[-283,11]],[[251397,283946],[-1128,96]],[[250269,284042],[3,3299]],[[250269,284042],[-1132,-33],[-12,-840]],[[249125,283169],[-659,-97]],[[257062,286242],[14,-3976],[-399,14]],[[256677,282280],[-836,-103],[-284,800]],[[255557,282977],[-2,2400]],[[269209,282007],[-689,-991],[-95,755],[-402,-936]],[[268023,280835],[-353,3484]],[[267670,284319],[60,2496]],[[263705,288739],[-84,-3973]],[[263621,284766],[55,-1652]],[[263676,283114],[-539,-692]],[[263137,282422],[-449,518]],[[262688,282940],[-2,5931]],[[262688,282940],[-898,-38]],[[261790,282902],[-135,4424]],[[199314,277967],[-878,-19],[0,-1622],[-852,-5],[-2,-8135],[36,-4019]],[[197618,264167],[-857,-7],[-37,4023],[2,8133],[-306,3],[2,1614],[-576,1],[-5,3232],[-536,6]],[[264398,288833],[-62,-3686]],[[264336,285147],[-715,-381]],[[264973,289086],[-7,-4742],[-221,-294]],[[264745,284050],[2,1070],[-411,27]],[[265601,287767],[265,-1986],[29,-1346]],[[265895,284435],[-506,-1945]],[[265389,282490],[-646,23]],[[264743,282513],[2,1537]],[[267670,284319],[-205,1161],[-587,-1542]],[[266878,283938],[-198,4827]],[[266878,283938],[-137,-519]],[[266741,283419],[-297,-993]],[[266444,282426],[-403,799],[-146,1210]],[[275115,282677],[-128,-2424],[77,-2306]],[[275064,277947],[21,-1799],[-453,1073]],[[274632,277221],[-397,2101],[-304,487]],[[273931,279809],[-206,2389],[-508,3608]],[[273217,285806],[-382,-1361],[-117,-2128],[-399,-1751]],[[272319,280566],[-269,3521],[-24,1416]],[[272026,285503],[-88,661]],[[254737,285440],[-323,-2639],[122,-3923],[141,-1192],[-210,-1223]],[[254467,276463],[-114,140]],[[254353,276603],[-184,1820],[-374,-689],[-62,3380],[-367,2778],[100,1345]],[[261790,282902],[136,-2308]],[[261926,280594],[-1276,-334]],[[260650,280260],[0,7052]],[[260650,280260],[-288,-579],[2,-1890]],[[260364,277791],[-286,-278],[4,-1615],[-248,-23]],[[259834,275875],[-17,4870],[-320,8]],[[259497,280753],[-6,6241]],[[259497,280753],[-1025,-27]],[[258472,280726],[-231,1150],[-165,3824]],[[246547,283871],[-292,-1615],[176,-342],[-73,-2890]],[[246358,279024],[-674,12],[3,3263],[138,3158]],[[235222,283536],[-1204,-38]],[[234018,283498],[0,2067]],[[258472,280726],[-106,-860]],[[258366,279866],[-839,-31],[-2,-819],[-563,45]],[[256962,279061],[-281,-16],[0,1226]],[[256681,280271],[-4,2009]],[[202744,266721],[-672,-16],[-49,-2500],[301,-1531]],[[202324,262674],[-2142,-5]],[[200182,262669],[-8,15301]],[[272319,280566],[44,-2784]],[[272363,277782],[-442,-1977]],[[271921,275805],[-595,2074]],[[271326,277879],[-222,903]],[[271104,278782],[-65,751],[269,4094]],[[273931,279809],[-121,-807]],[[273810,279002],[-90,-725],[-314,2439],[-742,-3661]],[[272664,277055],[-301,727]],[[248466,283072],[-231,-2682],[-557,-1363]],[[247678,279027],[-560,-1640]],[[247118,277387],[-289,-1241]],[[246829,276146],[-463,2072]],[[246366,278218],[-8,806]],[[238701,271113],[-400,6]],[[238301,271119],[-149,1513],[-322,444],[-467,-2738],[-254,8]],[[237109,270346],[-1,3653]],[[237108,273999],[0,5600]],[[237108,279599],[0,3501]],[[237743,285674],[-73,-1364],[157,-1652],[-2,-3964],[475,-5512],[401,-2069]],[[238562,285659],[194,-3036],[29,-8285],[191,-5]],[[238976,274333],[-156,-3244]],[[238820,271089],[-119,24]],[[239516,277585],[89,-2415],[-250,-839],[-379,2]],[[239349,285648],[4,-5606],[141,-1],[22,-2456]],[[240779,280837],[-287,-14],[-146,-3236]],[[240346,277587],[-830,-2]],[[240780,285581],[-1,-4744]],[[242619,280157],[-575,-2639],[-400,30]],[[241644,277548],[0,1623],[-290,937],[-575,729]],[[242608,285466],[11,-5309]],[[234018,283498],[-3,-6187]],[[234015,277311],[-813,788]],[[233202,278099],[-417,1389]],[[232785,279488],[-113,619]],[[232672,280107],[-84,4470]],[[246366,278218],[-28,-989],[-363,176],[-2,-2478],[-251,42],[-36,2444],[-221,12]],[[245465,277425],[-297,1279],[258,1420],[-227,256],[-7,1864],[186,934],[-62,1882],[-224,-1603],[31,1933]],[[268023,280835],[-29,-951]],[[267994,279884],[-750,-2311]],[[267244,277573],[-503,5846]],[[244371,285427],[-163,-2146],[-308,-2022],[-90,-2138]],[[243810,279121],[-368,-2107],[-400,-899]],[[243042,276115],[-26,3010],[-397,1032]],[[255557,282977],[-143,-816],[-4,-3254],[-143,-3],[2,-3233]],[[255269,275671],[-569,-21],[-233,813]],[[244852,285408],[-216,-2699],[-7,-2066],[-283,-3112]],[[244346,277531],[-420,5],[-116,1585]],[[225927,285376],[-30,-8275]],[[225897,277101],[-4,-879]],[[225893,276222],[-1134,26]],[[224759,276248],[-281,39]],[[224478,276287],[2,8177]],[[245465,277425],[-76,-261]],[[245389,277164],[-175,-453],[-903,-2]],[[244311,276709],[35,822]],[[227354,285204],[-18,-8167]],[[227336,277037],[-186,1]],[[227150,277038],[-1253,63]],[[264743,282513],[-219,-2968]],[[264524,279545],[-235,1092]],[[264289,280637],[-264,580],[-349,1897]],[[254353,276603],[-498,-1834],[-40,-1059],[323,-1231]],[[254138,272479],[-1368,-35]],[[252770,272444],[91,5015]],[[252861,277459],[114,6535]],[[228780,285028],[-17,-8118]],[[228763,276910],[-135,16]],[[228628,276926],[-1292,111]],[[230216,284984],[-6,-3141]],[[230210,281843],[-31,-4995]],[[230179,276848],[-1416,62]],[[230827,282367],[0,-513],[-617,-11]],[[232672,280107],[-600,939],[-233,1237]],[[218684,284633],[-13,-8156]],[[218671,276477],[-1432,43]],[[217239,276520],[3,8115]],[[210139,266701],[-717,-2]],[[209422,266699],[-123,-1]],[[209299,266698],[-2294,9]],[[220110,284569],[-7,-8139]],[[220103,276430],[-1432,47]],[[217239,276520],[0,-66]],[[217239,276454],[-1432,21]],[[215807,276475],[-9,8127]],[[215807,276475],[-1432,-37]],[[214375,276438],[-17,8112]],[[214375,276438],[-25,-1]],[[214350,276437],[-2377,-18]],[[221592,284512],[0,-8234]],[[221592,276278],[-49,0]],[[221543,276278],[-1440,152]],[[223030,284513],[0,-8233]],[[223030,276280],[-51,1]],[[222979,276281],[-1387,-3]],[[224478,276287],[-1448,-7]],[[271104,278782],[-447,-786]],[[270657,277996],[-226,1046],[-174,2784]],[[266444,282426],[-237,-2443]],[[266207,279983],[2,-920]],[[266209,279063],[-288,519]],[[265921,279582],[-345,931],[-187,1977]],[[251397,283946],[0,-6508]],[[251397,277438],[-1123,-9]],[[250274,277429],[-5,6613]],[[250274,277429],[-14,-1]],[[250260,277428],[-1136,15],[0,1061]],[[249124,278504],[1,4665]],[[252861,277459],[-1464,-21]],[[235261,283065],[11,-1603]],[[235272,281462],[1,-2618]],[[235273,278844],[-795,-2143]],[[234478,276701],[-463,610]],[[267244,277573],[-756,-2456]],[[266488,275117],[-124,3123],[-155,823]],[[264289,280637],[-142,-524],[-197,-2955],[-99,3]],[[263851,277161],[-538,-506]],[[263313,276655],[-159,-301]],[[263154,276354],[0,1215]],[[263154,277569],[-17,4853]],[[237108,279599],[-281,902],[-86,-872],[-299,1007],[-286,-1037],[-341,13],[-543,1850]],[[249124,278504],[-151,-881]],[[248973,277623],[-205,-34],[-580,-3455]],[[248188,274134],[-494,8],[0,1631],[-576,8],[0,1606]],[[256681,280271],[-69,-2498],[-191,-1960],[-869,-125],[4,-3255],[-143,-9]],[[255413,272424],[-143,-6],[-1,3253]],[[263154,277569],[-1076,448]],[[262078,278017],[-152,2577]],[[265921,279582],[1,-28]],[[265922,279554],[-184,35],[-659,-3027]],[[265079,276562],[-284,2688],[-271,295]],[[231442,282306],[2,-8953]],[[231444,273353],[-1049,21]],[[230395,273374],[-216,3474]],[[270657,277996],[-80,-1269]],[[270577,276727],[-329,-341],[-291,-3111],[55,-643]],[[270012,272632],[0,-5]],[[270012,272627],[-338,-491],[-153,1148]],[[269521,273284],[74,1606],[-301,1073],[-437,275]],[[268857,276238],[507,2500],[87,2150]],[[232785,279488],[1,-3858],[404,-2322]],[[233190,273308],[-1746,45]],[[268857,276238],[-59,1856],[-542,1927],[-262,-137]],[[237108,273999],[-848,-1143],[-402,1183]],[[235858,274039],[-244,1]],[[235614,274040],[-342,532],[1,4272]],[[197618,264167],[24,-1497]],[[197642,262670],[0,-8384],[-2346,-23]],[[195296,254263],[8,20372]],[[259834,275875],[18,-769],[-399,-590]],[[259453,274516],[-479,386],[-118,1013],[-486,-1586]],[[258370,274329],[-4,5537]],[[241644,277548],[-1,-1627]],[[241643,275921],[-577,18],[2,-799],[-433,-2]],[[240635,275138],[-285,12],[-4,2437]],[[273810,279002],[98,-1654]],[[273908,277348],[8,-2098]],[[273916,275250],[-11,-827]],[[273905,274423],[15,-90]],[[273920,274333],[-20,-184]],[[273900,274149],[-60,-392]],[[273840,273757],[-438,-2518],[175,-1903]],[[273577,269336],[17,-224]],[[273594,269112],[-42,-1026],[-431,800]],[[273121,268886],[-76,2024]],[[273045,270910],[44,2085],[-299,3226]],[[272790,276221],[-126,834]],[[265079,276562],[-41,-437]],[[265038,276125],[-259,143],[-399,-2644]],[[264380,273624],[-384,781]],[[263996,274405],[-145,2756]],[[262078,278017],[222,-1817]],[[262300,276200],[-162,-699],[-765,-79],[10,-1076],[-289,-21]],[[261094,274325],[-155,1623],[-575,1843]],[[256962,279061],[29,-2256],[255,-3763]],[[257246,273042],[-260,-2156],[4,-3296]],[[256990,267590],[-755,-8],[-207,1771],[-614,2276]],[[255414,271629],[-1,795]],[[243042,276115],[-252,-2320],[-86,-1940]],[[242704,271855],[-773,7]],[[241931,271862],[-288,2425],[0,1634]],[[268650,272453],[-454,-2106]],[[268196,270347],[-296,-908],[-412,5134]],[[267488,274573],[-244,3e3]],[[268857,276238],[-273,-3365],[66,-420]],[[258370,274329],[-238,-1220]],[[258132,273109],[-630,1133],[-256,-1200]],[[274213,271739],[154,-1026],[-395,-1964],[241,2990]],[[273840,273757],[261,-1594],[-185,-2612],[-322,-439]],[[274414,275981],[264,-153],[280,-1524],[-294,-990],[-167,-1798],[-139,1959],[56,2506]],[[274160,276707],[170,-315],[46,-4156],[-277,1435],[-122,1906],[183,1130]],[[274632,277221],[33,-1171],[-536,816],[-157,-984],[-64,1466]],[[265516,275419],[-478,706]],[[265922,279554],[-53,-2957],[-353,-1178]],[[266488,275117],[0,-942]],[[266488,274175],[-328,-2106]],[[266160,272069],[-649,44]],[[265511,272113],[5,3306]],[[234478,276701],[5,-3100]],[[234483,273601],[0,-4335]],[[234483,269266],[-1322,-45]],[[233161,269221],[-81,1800],[110,2287]],[[244311,276709],[-53,-2458]],[[244258,274251],[-441,-8],[-351,-1303],[-29,-1625],[-344,-1798]],[[243093,269517],[-234,272],[-155,2066]],[[235614,274040],[-175,-434],[-956,-5]],[[271921,275805],[37,-1771],[275,-2845]],[[272233,271189],[-961,-1642]],[[271272,269547],[-98,1564],[-427,591]],[[270747,271702],[140,2717],[-310,2308]],[[250260,277428],[-1,-6571]],[[250259,270857],[-1135,-31]],[[249124,270826],[0,2438],[-151,4359]],[[246829,276146],[-140,-527],[-67,-2600],[-183,267],[-97,-2398]],[[246342,270888],[-114,-1301],[-411,-1386],[-315,624]],[[245502,268825],[-3,115]],[[245499,268940],[-61,70]],[[245438,269010],[-315,191],[118,1426]],[[245241,270627],[337,223],[252,2167],[-256,411],[68,1606],[-306,122],[53,2008]],[[263154,276354],[-211,-1787],[-562,-838]],[[262381,273729],[-81,2471]],[[200182,262669],[-2540,1]],[[273045,270910],[-142,209],[-547,-2637]],[[272356,268482],[-123,2707]],[[261094,274325],[1,-3262]],[[261095,271063],[-1173,-46],[-180,788]],[[259742,271805],[-224,1640]],[[259518,273445],[-65,1071]],[[249124,270826],[0,-3253]],[[249124,267573],[-1393,50]],[[247731,267623],[-42,2293],[499,4218]],[[240635,275138],[6,-4081],[-110,-1625]],[[240531,269432],[-347,19]],[[240184,269451],[-691,9]],[[239493,269460],[-75,1632],[-598,-3]],[[267488,274573],[-96,548],[-482,-3351]],[[266910,271770],[-422,2405]],[[252770,272444],[-27,-1509]],[[252743,270935],[-1345,-64]],[[251398,270871],[-1,6567]],[[251398,270871],[-1139,-14]],[[247731,267623],[-1360,-26]],[[246371,267597],[-29,3291]],[[245241,270627],[-1027,-144]],[[244214,270483],[-103,1786],[147,1982]],[[263996,274405],[-106,-4613]],[[263890,269792],[-3,-599]],[[263887,269193],[-267,9],[-340,1832]],[[263280,271034],[-27,-2]],[[263253,271032],[60,5623]],[[270747,271702],[-157,187]],[[270590,271889],[-578,743]],[[227150,277038],[6,-4410]],[[227156,272628],[-469,-47],[-452,-1537]],[[226235,271044],[-342,5178]],[[228628,276926],[1,-5287]],[[228629,271639],[-1086,-1713]],[[227543,269926],[-107,-742],[-280,1303]],[[227156,270487],[0,2141]],[[230395,273374],[194,-555]],[[230589,272819],[-1430,-4745]],[[229159,268074],[-124,-408],[-406,3973]],[[255414,271629],[-142,-188],[4,-2273],[-284,-8],[4,-2361],[-126,-263]],[[254870,266536],[-1130,-23]],[[253740,266513],[-126,1159],[208,569],[68,3761],[248,477]],[[263253,271032],[-736,-38]],[[262517,270994],[98,589],[-330,1226],[96,920]],[[217239,276454],[-26,-8133]],[[217213,268321],[-225,-2]],[[216988,268319],[-1199,8]],[[215789,268327],[18,8148]],[[218671,276477],[-13,-8190]],[[218658,268287],[-436,22]],[[218222,268309],[-1009,12]],[[220103,276430],[-15,-8195]],[[220088,268235],[-232,-5]],[[219856,268230],[-1198,57]],[[215789,268327],[-226,-12]],[[215563,268315],[-1213,-2]],[[214350,268313],[0,8124]],[[214350,268313],[-210,4]],[[214140,268317],[-1427,-23]],[[212713,268294],[-739,24]],[[265511,272113],[-316,-757],[-183,-1474]],[[265012,269882],[-430,1091]],[[264582,270973],[-206,1238],[4,1413]],[[221543,276278],[-5,-8068]],[[221538,268210],[-231,14]],[[221307,268224],[-1219,11]],[[224759,276248],[2,-3983],[-213,-701]],[[224548,271564],[-1040,-3414]],[[223508,268150],[-541,29]],[[222967,268179],[12,8102]],[[226235,271044],[225,-2721]],[[226460,268323],[-392,-1293]],[[226068,267030],[-565,-1869]],[[225503,265161],[-119,1166],[-213,-724],[-623,5961]],[[222967,268179],[-215,-7]],[[222752,268172],[-1214,38]],[[191393,274653],[-1,-12960]],[[191392,261693],[-1985,-97],[1,-3801],[-565,-10],[0,-1773]],[[188843,256012],[-5480,11408]],[[269521,273284],[-686,-1046]],[[268835,272238],[-185,215]],[[262517,270994],[-386,-1847],[16,-1276]],[[262147,267871],[-360,-24],[-203,1604],[-425,-24]],[[261159,269427],[-64,1636]],[[259742,271805],[-223,-445],[6,-3713]],[[259525,267647],[5,-1554],[-546,-20]],[[258984,266073],[-309,-26],[-4,1611],[-286,-16]],[[258385,267642],[-7,3607],[-246,1860]],[[241931,271862],[-1,-2445]],[[241930,269417],[-1399,15]],[[268196,270347],[-120,-1132]],[[268076,269215],[-774,-4371]],[[267302,264844],[-222,1408],[-144,2418]],[[266936,268670],[128,1356],[-154,1744]],[[264582,270973],[-5,-1325],[-687,144]],[[195296,254263],[-3927,9]],[[191369,254272],[23,7421]],[[258385,267642],[-117,-1603]],[[258268,266039],[-1141,-46]],[[257127,265993],[-137,1597]],[[235858,274039],[-247,-3595],[-56,-4246],[248,15]],[[235803,266213],[165,-2415]],[[235968,263798],[-1351,24]],[[234617,263822],[-133,12],[-1,5432]],[[244214,270483],[8,-2105],[-240,-3867]],[[243982,264511],[-60,1623],[-510,-1824],[-304,1856]],[[243108,266166],[-15,3351]],[[266936,268670],[-756,231]],[[266180,268901],[-20,3168]],[[237109,270346],[74,-4024]],[[237183,266322],[-1380,-109]],[[233161,269221],[87,-951]],[[233248,268270],[-1739,-1463]],[[231509,266807],[-6,123]],[[231503,266930],[-162,2701],[-752,3188]],[[269315,266119],[-168,-187]],[[269147,265932],[-152,1040],[-160,5266]],[[269521,273284],[-206,-7165]],[[270012,272627],[143,-2843],[-121,-4705]],[[270034,265079],[-575,985]],[[269459,266064],[-144,55]],[[238301,271119],[215,-818],[-12,-1664],[522,-3202]],[[239026,265435],[-240,-345],[-1,-1274]],[[238785,263816],[-1220,-19]],[[237565,263797],[-382,2525]],[[231503,266930],[-1231,-4027]],[[230272,262903],[-620,348]],[[229652,263251],[-493,4823]],[[227156,270487],[-696,-2164]],[[270590,271889],[127,-3676],[608,-623]],[[271325,267590],[-175,-617]],[[271150,266973],[-403,-4199]],[[270747,262774],[-221,704]],[[270526,263478],[-177,1370],[-315,231]],[[253740,266513],[-294,-3347],[251,-2068]],[[253697,261098],[-1046,-26]],[[252651,261072],[-26,3649]],[[252625,264721],[118,6214]],[[269147,265932],[-285,-745]],[[268862,265187],[-233,1642],[-442,1367],[-111,1019]],[[261159,269427],[-50,-2453],[-440,-327],[-199,-2179]],[[260470,264468],[-372,2],[4,1617],[-263,0],[-26,1492],[-288,68]],[[266180,268901],[-4,-1686]],[[266176,267215],[-979,52]],[[265197,267267],[-144,1878]],[[265053,269145],[-41,737]],[[271272,269547],[173,-1188]],[[271445,268359],[-120,-769]],[[243108,266166],[-323,-822]],[[242785,265344],[-856,1]],[[241929,265345],[1,4072]],[[257127,265993],[-143,-9],[6,-2440]],[[256990,263544],[-1656,-27]],[[255334,263517],[-331,-38],[-133,3057]],[[229652,263251],[-593,-1974]],[[229059,261277],[-293,2871],[-669,-2188]],[[228097,261960],[2,1607],[-453,1892],[173,815],[-272,611],[-4,3041]],[[225503,265161],[144,-1412],[-855,-2935]],[[224792,260814],[-82,738],[-489,-431]],[[224221,261121],[-713,7029]],[[245438,269010],[61,-70]],[[245502,268825],[-127,-1815],[-313,-1032],[-168,-1704]],[[244894,264274],[-270,-484],[77,-1752]],[[244701,262038],[-172,-287]],[[244529,261751],[-462,332]],[[244067,262083],[-85,2428]],[[272356,268482],[444,-3810]],[[272800,264672],[248,-708],[-50,-2336],[-442,1524]],[[272556,263152],[-244,2510],[-518,506],[-349,2191]],[[239493,269460],[179,-3272],[-322,2],[-3,-1288],[-321,533]],[[273103,263918],[241,-620],[-261,-1764],[-124,1738],[144,646]],[[273429,267956],[229,-1123],[-211,-968],[-18,2091]],[[273121,268886],[209,-711],[80,-2196],[219,-966],[-158,-953],[-438,1415],[-233,-803]],[[263887,269193],[-34,-3123]],[[263853,266070],[-27,-877],[-408,18]],[[263418,265211],[-156,2]],[[263262,265213],[18,5821]],[[263262,265213],[-700,78]],[[262562,265291],[-449,1252]],[[262113,266543],[34,1328]],[[265197,267267],[107,-2252]],[[265304,265015],[-1157,121],[0,-794]],[[264147,264342],[-294,1728]],[[252625,264721],[-414,-683],[-803,-568]],[[251408,263470],[-10,7401]],[[246371,267597],[-50,-4882]],[[246321,262715],[-773,1410],[-654,149]],[[251408,263470],[-93,-39]],[[251315,263431],[-1039,-418]],[[250276,263013],[-17,7844]],[[250276,263013],[-235,-98]],[[250041,262915],[-702,-302]],[[249339,262613],[-25,4964],[-190,-4]],[[228097,261960],[-913,-2938]],[[227184,259022],[-236,2295],[-214,-718]],[[226734,260599],[-666,6431]],[[268862,265187],[-531,-2011]],[[268331,263176],[-444,-556]],[[267887,262620],[-507,1245]],[[267380,263865],[-78,979]],[[241929,265345],[-140,-2434]],[[241789,262911],[-714,10],[-2,-1631],[-985,-12]],[[240088,261278],[64,2739],[215,1718],[-183,3716]],[[240088,261278],[187,-1588],[292,-495],[230,-1479]],[[240797,257716],[-541,-2780],[-190,-403]],[[240066,254533],[-710,332]],[[239356,254865],[-1,3236],[-281,-4],[-5,3280],[-287,5],[3,2434]],[[262113,266543],[-202,-2490],[-1,-1443]],[[261910,262610],[38,-331]],[[261948,262279],[-247,-1122],[-557,78],[-1,-1623]],[[261143,259612],[-925,-26]],[[260218,259586],[89,792]],[[260307,260378],[163,4090]],[[234617,263822],[-104,-1184],[69,-2704],[234,-2044]],[[234816,257890],[-383,-1877]],[[234433,256013],[-270,786],[-111,1767],[-372,551]],[[233680,259117],[-7,1203],[-351,1944],[-118,1559],[44,4447]],[[267380,263865],[-842,-11]],[[266538,263854],[-369,126]],[[266169,263980],[7,3235]],[[273082,261033],[-133,-2581],[-38,2028],[171,553]],[[272467,260258],[-390,845]],[[272077,261103],[-418,1230],[-343,2022],[41,1842],[-207,776]],[[272556,263152],[364,-1898],[-453,-996]],[[218222,268309],[-10,-7269]],[[218212,261040],[-112,-2492],[-1121,-109]],[[216979,258439],[2,1757]],[[216981,260196],[7,8123]],[[216981,260196],[-1417,10]],[[215564,260206],[-1,8109]],[[215564,260206],[-1425,-1]],[[214139,260205],[1,8112]],[[214139,260205],[-87,1]],[[214052,260206],[-1250,7]],[[212802,260213],[-89,1]],[[212713,260214],[0,8080]],[[212713,260214],[-1472,-6]],[[211241,260208],[2,6496]],[[219856,268230],[-1,-7250]],[[219855,260980],[-1643,60]],[[233680,259117],[-1054,-950],[-246,-706]],[[232380,257461],[15,2779],[-147,-648]],[[232248,259592],[-249,2566],[-298,601],[38,1653],[-230,2395]],[[222752,268172],[-19,-11396]],[[222733,256776],[-311,-1069],[-354,1218],[-198,-944],[-249,1262]],[[221621,257243],[-334,1575]],[[221287,258818],[20,9406]],[[221287,258818],[-1085,65]],[[220202,258883],[-345,20],[-2,2077]],[[224221,261121],[-256,-235],[-55,-1438],[-590,-2354]],[[223320,257094],[-275,-434]],[[223045,256660],[-312,116]],[[260218,259586],[-114,-1]],[[260104,259585],[-994,-4]],[[259110,259581],[-7,3224],[-142,-9],[23,3277]],[[259110,259581],[-135,-3310]],[[258975,256271],[-230,291],[-9,1358],[-330,-1425],[-5,1399],[-275,-34]],[[258126,257860],[-1,2419],[142,6],[1,5754]],[[247731,267623],[274,-3564],[25,-1966]],[[248030,262093],[-341,-656]],[[247689,261437],[-106,-329],[-1263,-24]],[[246320,261084],[1,1631]],[[249339,262613],[-284,-111]],[[249055,262502],[-612,-243]],[[248443,262259],[-413,-166]],[[266169,263980],[-1,-929],[-528,-12]],[[265640,263039],[-382,824]],[[265258,263863],[46,1152]],[[225328,255832],[-536,4982]],[[226734,260599],[-1152,-3887]],[[225582,256712],[-254,-880]],[[272077,261103],[-207,-2290],[-271,-705]],[[271599,258108],[-852,4666]],[[232248,259592],[-1251,-3816]],[[230997,255776],[-725,7127]],[[209299,266698],[-218,-16661]],[[209081,250037],[-2269,-8219]],[[206812,241818],[27,3208],[-31,21680]],[[206812,241818],[-175,-639]],[[206637,241179],[-655,3287],[-500,980],[-452,2433],[-137,1784],[-467,1522],[-266,2270],[-357,1834]],[[203803,255289],[-2,11451]],[[203803,255289],[-618,1714],[-454,4718],[-407,953]],[[211241,260208],[-789,7]],[[210452,260215],[-226,1786],[-294,419],[-120,2210],[-128,-359],[-262,2428]],[[210452,260215],[261,-433],[176,-3774],[534,31],[187,-1030],[512,-17]],[[212122,254992],[-1599,-11259]],[[210523,243733],[-1442,6304]],[[262562,265291],[-9,-2748],[-135,18]],[[262418,262561],[-508,49]],[[255334,263517],[-41,-2445],[-142,-14],[4,-2674],[-156,-742],[132,-1478],[-365,-604],[-167,-1944]],[[254599,253616],[-506,-1944]],[[254093,251672],[-63,1221],[229,2446],[-147,-275],[95,2173],[-484,2051],[-26,1810]],[[237565,263797],[234,-2648],[-111,-2155]],[[237688,258994],[-417,-314]],[[237271,258680],[-297,954],[-857,614]],[[236117,260248],[-149,3550]],[[244067,262083],[-416,-314],[-36,-1776],[-276,-171],[-2,-3574],[-156,-1569],[81,-1641]],[[243262,253038],[-258,531],[-178,-1296],[-48,1873]],[[242778,254146],[7,11198]],[[269459,266064],[0,-2383],[-247,7],[-4,-2375]],[[269208,261313],[-295,-711]],[[268913,260602],[-583,-22],[1,2596]],[[264147,264342],[212,-842],[-100,-3841]],[[264259,259659],[-425,-12]],[[263834,259647],[-269,0]],[[263565,259647],[-156,2805],[9,2759]],[[270526,263478],[-236,-1e3],[1,-5622]],[[270291,256856],[-262,1105]],[[270029,257961],[-821,3352]],[[258126,257860],[-564,-27]],[[257562,257833],[-384,26],[-188,2e3],[3,2240]],[[256993,262099],[-3,1445]],[[263565,259647],[-754,-30]],[[262811,259617],[-348,-20],[-45,2964]],[[242778,254146],[-219,178]],[[242559,254324],[-305,2653]],[[242254,256977],[-195,277],[-241,2436],[-29,3221]],[[265258,263863],[-181,-811],[-39,-2867]],[[265038,260185],[-69,-496],[-710,-30]],[[252692,256194],[-1093,-41]],[[251599,256153],[-284,-4]],[[251315,256149],[0,7282]],[[252651,261072],[41,-4878]],[[246320,261084],[-2,-1627]],[[246318,259457],[-1160,-19]],[[245158,259438],[-408,1159],[-49,1441]],[[227703,254041],[-519,4981]],[[229059,261277],[364,-3474]],[[229423,257803],[-1328,-4514]],[[228095,253289],[-182,-662],[-210,1414]],[[266538,263854],[73,-1664]],[[266611,262190],[-131,-3053]],[[266480,259137],[-414,-482]],[[266066,258655],[-411,1022],[-15,3362]],[[267887,262620],[-7,-2008]],[[267880,260612],[-912,138],[0,1415],[-357,25]],[[266066,258655],[-13,-4419]],[[266053,254236],[-962,79]],[[265091,254315],[4,2025]],[[265095,256340],[-57,3845]],[[236117,260248],[245,-1198],[-44,-6786]],[[236318,252264],[-314,1644],[-175,1815],[-632,880],[-381,1287]],[[239356,254865],[-430,-6],[-146,-1627],[-240,7],[-65,-1705]],[[238475,251534],[-133,-174]],[[238342,251360],[-234,2339],[-88,3954],[-332,1341]],[[271599,258108],[109,-1595]],[[271708,256513],[-299,-2289]],[[271409,254224],[-861,806]],[[270548,255030],[-29,1447],[-228,379]],[[256993,262099],[-405,-645],[-234,-1413],[-90,-2314],[-724,-4800]],[[255540,252927],[-525,-296]],[[255015,252631],[-416,985]],[[251315,256149],[-565,11]],[[250750,256160],[-705,0]],[[250045,256160],[-4,6755]],[[229993,252193],[-570,5610]],[[230997,255776],[-230,-1047]],[[230767,254729],[-774,-2536]],[[268913,260602],[84,-3783]],[[268997,256819],[-88,-1964]],[[268909,254855],[-525,10],[-61,691],[-839,350]],[[267484,255906],[-15,966]],[[267469,256872],[411,3740]],[[242254,256977],[-1212,-1625],[-245,2364]],[[250045,256160],[-145,0]],[[249900,256160],[-376,-7]],[[249524,256153],[-46,1959],[-425,1320],[2,3070]],[[262811,259617],[-6,-2207]],[[262805,257410],[-584,-281],[-45,579]],[[262176,257708],[-228,4571]],[[262176,257708],[-117,-3882]],[[262059,253826],[-920,118]],[[261139,253944],[4,5668]],[[249524,256153],[-188,2]],[[249336,256155],[-474,-1],[2,-814],[-378,9]],[[248486,255349],[-43,6910]],[[267469,256872],[-538,69]],[[266931,256941],[-451,2196]],[[244529,261751],[-62,-2123],[-258,460],[229,-1495],[-276,-599],[18,-3120],[-205,750],[174,-2365],[-387,-521],[182,-1100]],[[243944,251638],[-102,-1383],[173,-931],[-202,-1256]],[[243813,248068],[-73,-540]],[[243740,247528],[12,447]],[[243752,247975],[-182,929]],[[243570,248904],[129,2677],[-437,1457]],[[248486,255349],[-225,-1013]],[[248261,254336],[-569,265]],[[247692,254601],[-3,6836]],[[257562,257833],[96,-2876],[-100,-437],[8,-2858]],[[257566,251662],[-179,1283],[-1847,-18]],[[245158,259438],[-12,-4904]],[[245146,254534],[-217,450],[-649,-954],[-49,-1688],[-287,-704]],[[191369,254272],[-1713,-9],[-813,1749]],[[225328,255832],[-812,-3459]],[[224516,252373],[-177,743],[-194,2530],[-443,141],[-382,1307]],[[247692,254601],[-45,0]],[[247647,254601],[-802,-13]],[[246845,254588],[-237,-7]],[[246608,254581],[0,4882],[-290,-6]],[[270029,257961],[-328,-1873],[-203,-243]],[[269498,255845],[-501,974]],[[226342,249372],[-760,7340]],[[227703,254041],[-1361,-4669]],[[220202,258883],[-12,-9165]],[[220190,249718],[-1597,-27]],[[218593,249691],[-12,8144],[-1602,88]],[[216979,257923],[0,516]],[[254093,251672],[-73,-563]],[[254020,251109],[-140,-343],[-854,-8],[-285,-550]],[[252741,250208],[-49,5986]],[[272895,258076],[-221,-2947],[-140,1836],[361,1111]],[[272467,260258],[359,-497],[69,-955],[-372,-536],[-14,-3438],[142,-738],[-530,300]],[[272121,254394],[-413,2119]],[[232380,257461],[233,-3410],[-192,-919],[-109,-3298]],[[232312,249834],[-587,-40],[-741,-2203]],[[230984,247591],[-246,5282],[29,1856]],[[215564,260206],[-1,-10641]],[[215563,249565],[-1463,119]],[[214100,249684],[-48,10522]],[[214100,249684],[-246,18]],[[213854,249702],[-112,1974],[-687,2489],[-255,-616]],[[212800,253549],[2,6664]],[[237271,258680],[3,-1922],[-169,-1045],[14,-5133]],[[237119,250580],[-252,-652]],[[236867,249928],[-549,2336]],[[216979,257923],[-20,-8366]],[[216959,249557],[-1396,8]],[[212800,253549],[-158,-489],[-520,1932]],[[265095,256340],[-399,-67]],[[264696,256273],[-805,-61]],[[263891,256212],[-57,3435]],[[263891,256212],[-578,-54]],[[263313,256158],[-423,46],[-85,1206]],[[261139,253944],[-190,-1282],[-485,462],[-142,-1410]],[[260322,251714],[-224,22]],[[260098,251736],[6,7849]],[[260098,251736],[-1121,-78]],[[258977,251658],[-2,4613]],[[246608,254581],[-1058,-7],[-230,-519]],[[245320,254055],[-174,479]],[[238342,251360],[-866,-337]],[[237476,251023],[-357,-443]],[[266931,256941],[-267,-2338]],[[266664,254603],[-217,-428]],[[266447,254175],[-394,61]],[[234433,256013],[126,-728]],[[234559,255285],[-1328,-6123]],[[233231,249162],[-512,-2377]],[[232719,246785],[-160,1025],[33,1830],[-280,194]],[[221621,257243],[-4,-7538]],[[221617,249705],[-1427,13]],[[270548,255030],[135,-1217],[-559,-1966],[-260,400]],[[269864,252247],[-282,1360],[-84,2238]],[[258977,251658],[18,-3690]],[[258995,247968],[-561,3]],[[258434,247971],[-835,7]],[[257599,247978],[-33,3684]],[[218593,249691],[-762,-75]],[[217831,249616],[-872,-59]],[[236867,249928],[-914,-1225]],[[235953,248703],[-290,477]],[[235663,249180],[-783,1632]],[[234880,250812],[-186,3541],[-135,932]],[[263313,256158],[-12,-3257]],[[263301,252901],[-768,-60],[-14,-3409]],[[262519,249432],[-296,57]],[[262223,249489],[-201,1664],[37,2673]],[[229345,250051],[-671,-2227]],[[228674,247824],[-579,5465]],[[229993,252193],[-648,-2142]],[[242559,254324],[-409,-313],[69,-6634],[-201,53]],[[242018,247430],[-298,679],[-278,-1715],[-307,-248]],[[241135,246146],[-630,-114]],[[240505,246032],[-17,6745],[-422,1756]],[[223045,256660],[-5,-9678]],[[223040,246982],[-1093,-7]],[[221947,246975],[-331,2],[1,2728]],[[224516,252373],[110,-2638],[233,-1105]],[[224859,248630],[-17,-2012]],[[224842,246618],[-1446,-2]],[[223396,246616],[-356,366]],[[267484,255906],[289,-2603],[-29,-1804]],[[267744,251499],[-329,-678],[-91,-2266]],[[267324,248555],[-270,35]],[[267054,248590],[-114,4038],[-276,1975]],[[269864,252247],[216,-986],[1,-1604],[213,-1377]],[[270294,248280],[-791,53],[-15,-4066],[756,-202],[-181,-4018]],[[270063,240047],[-569,247]],[[269494,240294],[-47,4435],[-166,-9],[13,2675],[-283,1029],[-221,3072]],[[268790,251496],[-78,1758],[187,-78]],[[268899,253176],[10,1679]],[[226342,249372],[-12,-642]],[[226330,248730],[-1471,-100]],[[272518,253791],[20,18]],[[272538,253809],[99,-1699],[-281,-1544],[-109,1279],[124,2060],[147,-114]],[[272121,254394],[4,-51]],[[272125,254343],[81,-132]],[[272206,254211],[155,-845],[-204,-1996],[71,-2600],[-325,802]],[[271903,249572],[-591,1666]],[[271312,251238],[97,2986]],[[264696,256273],[-167,-1561],[-391,-949],[-69,-1201],[-328,-1573],[-68,-1447]],[[263673,249542],[-96,10]],[[263577,249552],[15,3293],[-291,56]],[[265091,254315],[-12,-4796]],[[265079,249519],[-315,12]],[[264764,249531],[-724,18]],[[264040,249549],[-367,-7]],[[252741,250208],[18,-2159]],[[252759,248049],[-1139,-6]],[[251620,248043],[-21,8110]],[[250750,256160],[24,-9758]],[[250774,246402],[-565,1]],[[250209,246403],[-23,1870]],[[250186,248273],[3,6261],[-287,-6],[-2,1632]],[[250186,248273],[-850,-146]],[[249336,248127],[0,8028]],[[251620,248043],[-141,-1624]],[[251479,246419],[-705,-17]],[[249336,248127],[-206,-4]],[[249130,248123],[-300,-5]],[[248830,248118],[0,1358],[-237,-6],[-309,1882],[-23,2984]],[[268790,251496],[-833,9]],[[267957,251505],[-213,-6]],[[234880,250812],[-269,-1952],[-727,-4046]],[[233884,244814],[-145,1529],[-209,-878]],[[233530,245465],[-193,-35],[-106,3732]],[[213854,249702],[556,-1560],[549,-266],[329,-1468],[180,-3869],[116,-913]],[[215584,241626],[-1029,50],[-1,-1090],[-571,24],[0,-5857],[-623,-16],[0,-4293]],[[213360,230444],[-2433,11417]],[[210927,241861],[-404,1872]],[[271312,251238],[-472,-2258]],[[270840,248980],[-349,503],[-197,-1203]],[[245320,254055],[101,-733],[-2,-5263]],[[245419,248059],[-325,3]],[[245094,248062],[-1281,6]],[[240505,246032],[-431,-220]],[[240074,245812],[-1234,93],[-382,-268]],[[238458,245637],[138,2982],[-121,2915]],[[230984,247591],[-297,-1133],[-306,-3132],[-307,-919]],[[230074,242407],[-150,660]],[[229924,243067],[-83,1790],[-230,1424],[-92,2592],[-174,1178]],[[267054,248590],[-504,85]],[[266550,248675],[-89,305]],[[266461,248980],[-188,553]],[[266273,249533],[181,2384],[-7,2258]],[[246845,254588],[1,-6514]],[[246846,248074],[-55,0]],[[246791,248074],[-720,-7]],[[246071,248067],[-652,-8]],[[247647,254601],[2,-6508]],[[247649,248093],[-244,-6]],[[247405,248087],[-559,-13]],[[248830,248118],[-1181,-25]],[[243570,248904],[-75,-474]],[[243495,248430],[-154,-909],[-26,-2268]],[[243315,245253],[-1107,8]],[[242208,245261],[-190,2169]],[[266273,249533],[3,-822],[-452,71]],[[265824,248782],[-746,72],[1,665]],[[228674,247824],[-526,-1799],[-157,-2556]],[[227991,243469],[-863,2199],[-567,665]],[[226561,246333],[-231,2397]],[[255015,252631],[47,-4598]],[[255062,248033],[-100,-2449],[292,-2293],[343,-1258],[-72,-3553]],[[255525,238480],[118,-709],[-472,-3244],[-776,-834],[-363,138],[617,1003],[-445,2269],[13,2457],[-99,3216],[-227,556]],[[253891,243332],[-3,424]],[[253888,243756],[51,358]],[[253939,244114],[171,4892],[-90,2103]],[[262223,249489],[73,-1396]],[[262296,248093],[-1355,-67]],[[260941,248026],[8,3775],[-627,-87]],[[257599,247978],[-271,46]],[[257328,248024],[-1052,37]],[[256276,248061],[-1214,-28]],[[263577,249552],[-524,-184]],[[263053,249368],[-534,64]],[[260941,248026],[-26,-3]],[[260915,248023],[-1496,-68]],[[259419,247955],[-424,13]],[[238458,245637],[-203,-3553],[-301,-2557],[116,-1801],[-122,-774]],[[237948,236952],[-67,-1097],[156,-1846]],[[238037,234009],[-534,-28]],[[237503,233981],[98,13117],[-125,3925]],[[269494,240294],[-114,45]],[[269380,240339],[-346,137]],[[269034,240476],[-18,2136],[-493,492],[-222,1908],[-346,636]],[[267955,245648],[2,5857]],[[267955,245648],[-134,-370]],[[267821,245278],[-66,1821],[-380,52],[-51,1404]],[[253939,244114],[-283,-5327],[-10,-2293],[-805,174]],[[252841,236668],[-47,6490]],[[252794,243158],[-35,4891]],[[272307,246842],[-203,-3711],[-81,2742],[284,969]],[[271903,249572],[306,-2478],[-160,-4072],[-292,-203]],[[271757,242819],[-831,2065]],[[270926,244884],[0,3895],[-86,201]],[[237503,233981],[-603,-19]],[[236900,233962],[96,1937],[-93,1644],[125,1714]],[[237028,239257],[57,2122],[-200,796],[-362,6258],[-570,270]],[[235663,249180],[-268,-877],[313,-9029]],[[235708,239274],[21,-670],[-542,-17]],[[235187,238587],[-329,77]],[[234858,238664],[56,882],[-384,658],[-240,1922],[-168,-357],[-46,2247],[-192,798]],[[229924,243067],[-953,-3232]],[[228971,239835],[-534,-1857]],[[228437,237978],[-325,5186],[-121,305]],[[209922,237143],[-279,-6],[-3006,4042]],[[210927,241861],[-1005,-4718]],[[232719,246785],[-682,-1234]],[[232037,245551],[-850,-766]],[[231187,244785],[-203,2806]],[[221947,246975],[2,-4279]],[[221949,242696],[-1761,-8]],[[220188,242688],[2,7030]],[[220188,242688],[-2353,-81]],[[217835,242607],[-4,7009]],[[217835,242607],[0,-7787]],[[217835,234820],[-2223,6]],[[215612,234826],[279,1284],[-229,1216],[263,2565],[-18,1122],[-323,613]],[[264040,249549],[-12,-7241]],[[264028,242308],[-1345,403]],[[262683,242711],[300,3247],[70,3410]],[[264764,249531],[114,-3092],[-22,-4394]],[[264856,242045],[-554,176]],[[264302,242221],[-274,87]],[[266550,248675],[98,-2368],[249,-1172],[-274,-444],[-99,-1222],[356,-2141]],[[266880,241328],[-709,260]],[[266171,241588],[-368,134]],[[265803,241722],[21,7060]],[[265803,241722],[-735,254]],[[265068,241976],[-212,69]],[[262683,242711],[-3,0]],[[262680,242711],[-384,5382]],[[270926,244884],[-366,-1369],[-37,-1852],[123,-1709],[-124,-3745]],[[270522,236209],[-335,-64],[-107,1022],[-17,2880]],[[237028,239257],[-1320,17]],[[233530,245465],[-89,-6610]],[[233441,238855],[-666,84],[-646,2258]],[[232129,241197],[-92,4354]],[[244740,241601],[-76,124]],[[244664,241725],[-138,1864],[-596,-160],[213,1883],[-298,-206],[-105,2422]],[[245094,248062],[-354,-6461]],[[226561,246333],[-375,-2252],[-241,-2998]],[[225945,241083],[-212,-3685]],[[225733,237398],[-624,1108]],[[225109,238506],[-245,3503],[173,1353],[-5,1659],[-190,1597]],[[267821,245278],[-326,-1352],[-1,-2846]],[[267494,241080],[-481,193]],[[267013,241273],[-88,37]],[[266925,241310],[-45,18]],[[244664,241725],[-233,-2739],[-196,-268]],[[244235,238718],[-602,5]],[[243633,238723],[-154,6]],[[243479,238729],[63,3797],[-227,2727]],[[243752,247975],[-257,455]],[[250209,246403],[-2,-4881]],[[250207,241522],[-565,12],[0,-2449],[-406,-1071]],[[249236,238014],[-349,2359],[-75,1498]],[[248812,241871],[318,6252]],[[248812,241871],[-426,-22],[-726,870]],[[247660,242719],[-255,5368]],[[242208,245261],[112,-1501],[-109,-3720],[-662,-628],[-123,-1003]],[[241426,238409],[-387,12]],[[241039,238421],[5,125]],[[241044,238546],[92,1719],[-1,5881]],[[262680,242711],[-189,-1959]],[[262491,240752],[-656,31],[-11,-813],[-591,47]],[[261233,240017],[-143,13]],[[261090,240030],[8,4056],[-466,837]],[[260632,244923],[283,3100]],[[247660,242719],[34,-9078]],[[247694,233641],[-96,120]],[[247598,233761],[-55,1170],[-290,-153]],[[247253,234778],[-284,1435],[-176,2313],[-2,3039]],[[246791,241565],[0,6509]],[[256232,239600],[16,-2077],[-262,-1642],[-543,-650],[107,1725],[233,527],[-258,997]],[[256276,248061],[-334,-1385],[-81,-3536],[371,-3540]],[[257328,248024],[-39,-10998]],[[257289,237026],[-1052,-1037],[665,1910],[-225,961],[-136,-1053],[-250,2451],[-59,-658]],[[252794,243158],[-1314,0]],[[251480,243158],[-1,3261]],[[246791,241565],[-956,-12]],[[245835,241553],[167,1301]],[[246002,242854],[-21,4096],[90,1117]],[[258434,247971],[-17,-10056]],[[258417,237915],[-166,1067],[-410,-2043],[-552,87]],[[246002,242854],[-1125,-260],[-121,-1038]],[[244756,241556],[-16,45]],[[260632,244923],[-55,-1607],[-562,869],[-66,-1633]],[[259949,242552],[-537,37],[7,5366]],[[259949,242552],[-196,-1239],[99,-2459],[-315,-2140]],[[259537,236714],[-9,-2240]],[[259528,234474],[-1118,2046]],[[258410,236875],[0,-355]],[[258410,236875],[816,-133],[-426,1780],[-383,-607]],[[231187,244785],[-45,-4378],[221,-3089],[-139,-1697]],[[231224,235621],[12,737],[-414,180]],[[230822,236538],[-165,3013],[-358,1438],[-320,391],[95,1027]],[[223396,246616],[1,-7873]],[[223397,238743],[-946,26]],[[222451,238769],[-503,-4],[1,3931]],[[225109,238506],[-674,264]],[[224435,238770],[-1038,-27]],[[251480,243158],[0,-1087]],[[251480,242071],[-990,-2],[-283,-547]],[[228437,237978],[-499,-1008]],[[227938,236970],[-97,304]],[[227841,237274],[-634,1522],[-437,-1264],[-263,726],[-303,2900],[-259,-75]],[[234858,238664],[-878,-2778]],[[233980,235886],[-396,1124],[-143,1845]],[[241044,238546],[-396,8],[-9,-943],[-990,-262]],[[239649,237349],[2,3245],[421,9],[2,5209]],[[239649,237349],[0,-382]],[[239649,236967],[-709,-8],[2,1629],[-283,7],[1,-1639],[-712,-4]],[[269034,240476],[-293,113]],[[268741,240589],[-1247,491]],[[232129,241197],[72,-7162]],[[232201,234035],[-806,-384]],[[231395,233651],[-171,1970]],[[243479,238729],[216,-1917],[-535,411],[-328,-897]],[[242832,236326],[-172,207],[-257,-1508]],[[242403,235025],[-94,2569],[-194,809],[-689,6]],[[261090,240030],[-142,0],[-5,-2437],[-1018,73],[-388,-952]],[[271757,242819],[498,-308],[-34,-3432],[-155,926],[-295,-107]],[[271771,239898],[-322,203],[-925,-5548]],[[270524,234553],[-2,1656]],[[252841,236668],[-233,-1277],[-178,1270],[-575,-702],[-371,1453]],[[251484,237412],[-4,4659]],[[230822,236538],[-952,-1549]],[[229870,234989],[-278,409],[-621,4437]],[[245835,241553],[-210,-1460],[-15,-2062],[278,-2140]],[[245888,235891],[-360,-439]],[[245528,235452],[-338,30]],[[245190,235482],[-277,639],[124,2784],[-183,-36],[-98,2687]],[[249236,238014],[203,-4319],[261,-907]],[[249700,232788],[-283,-440]],[[249417,232348],[-471,-68],[-254,869],[-304,-894],[-309,779]],[[248079,233034],[-385,607]],[[264302,242221],[-267,-2074],[-54,-1701],[-693,-1753]],[[263288,236693],[-375,1330],[-2,1097],[-281,268],[-139,1364]],[[222451,238769],[6,-3970]],[[222457,234799],[-1261,76]],[[221196,234875],[-1009,-7]],[[220187,234868],[1,7820]],[[220187,234868],[-1627,-38]],[[218560,234830],[-725,-10]],[[265068,241976],[85,-2796],[-178,-1],[-97,-4622]],[[264878,234557],[-479,557],[-1297,-63]],[[263102,235051],[186,1642]],[[251484,237412],[-1134,-2305],[-141,1298]],[[250209,236405],[-2,5117]],[[266171,241588],[21,-1291],[-370,-1383],[42,-1369],[-274,-2432]],[[265590,235113],[-266,-1104],[-213,-2775]],[[265111,231234],[-234,66]],[[264877,231300],[1,3257]],[[209944,215738],[-22,21405]],[[213360,230444],[686,-3232]],[[214046,227212],[-190,-2194],[-356,428],[-422,-724],[-393,-4187],[-190,-3082],[-26,-2697],[-288,-495],[-452,-3923],[-784,1354],[-338,2103],[-458,443],[-205,1500]],[[245190,235482],[-472,-15],[-483,3251]],[[215612,234826],[-8,-9436]],[[215604,225390],[-988,210],[-570,1612]],[[247253,234778],[-437,-1709],[-207,516]],[[246609,233585],[-184,-841],[-537,3147]],[[266925,241310],[88,-37]],[[267013,241273],[105,-135],[78,-2865],[203,-1637]],[[267399,236636],[-213,-2319]],[[267186,234317],[-334,-5]],[[266852,234312],[-283,815],[-979,-14]],[[250209,236405],[34,-1301],[-543,-2316]],[[268741,240589],[-104,-715],[226,-2817],[-101,-1193],[-315,-130]],[[268447,235734],[-586,1764],[-462,-862]],[[209944,215738],[-499,619],[-308,933],[-500,3117],[-209,111],[-481,2314],[-467,5014],[-27,4955],[-481,3934],[-35,2230],[-300,2214]],[[233980,235886],[192,-3310]],[[234172,232576],[-466,-2513],[-754,2533],[-380,-1253],[-369,-201]],[[232203,231142],[-2,2893]],[[227841,237274],[-344,-3901],[-437,-2646]],[[227060,230727],[-169,-807]],[[226891,229920],[-1289,6177]],[[225602,236097],[131,1301]],[[262491,240752],[-511,-7567]],[[261980,233185],[-763,18]],[[261217,233203],[16,6814]],[[263102,235051],[119,-3211],[349,-2174]],[[263570,229666],[-1288,55],[-50,-791]],[[262232,228930],[-308,1351],[56,2904]],[[269380,240339],[4,-8335]],[[269384,232004],[-309,-3002],[110,-640]],[[269185,228362],[-359,-2062]],[[268826,226300],[-394,1903]],[[268432,228203],[15,7531]],[[272248,234159],[-9,-2722],[-434,368]],[[271805,231805],[-186,100],[91,1895],[-113,885],[151,2029],[471,-634],[29,-1921]],[[272388,234172],[-135,-12]],[[272253,234160],[-2,2672],[137,-2660]],[[271771,239898],[387,-696],[23,-1979],[-488,-401],[1,-1430],[-265,-958],[92,-1411]],[[271521,233023],[-998,-79]],[[270523,232944],[1,1609]],[[270523,232944],[0,-816]],[[270523,232128],[-259,0]],[[270264,232128],[-880,-124]],[[261213,230026],[6,-1939]],[[261219,228087],[-831,3621],[181,87],[319,-1692],[325,-77]],[[261217,233203],[-4,-3055]],[[261213,230148],[-256,-46],[-113,1656],[-199,-122],[-386,1289],[-6,-1143],[-725,2692]],[[229870,234989],[-428,-2537]],[[229442,232452],[-640,-2032]],[[228802,230420],[-160,3872],[-704,2678]],[[236900,233962],[5,-1513]],[[236905,232449],[-445,185],[-184,-1246],[-288,178]],[[235988,231566],[-422,-16],[-379,7037]],[[224435,238770],[11,-6721]],[[224446,232049],[-926,-12]],[[223520,232037],[-1061,-73],[-2,2835]],[[225602,236097],[-347,-5926]],[[225255,230171],[-325,-1870]],[[224930,228301],[-484,3748]],[[245308,223867],[-799,1569],[36,944],[-274,2264]],[[244271,228644],[603,287]],[[244874,228931],[203,-2331],[251,-832],[-20,-1901]],[[244558,230559],[-645,-479],[-351,1662],[-258,-1459],[-367,543]],[[242937,230826],[126,1509],[-231,3991]],[[243633,238723],[169,-1018],[54,-2471],[406,-1498],[38,-2365],[258,-812]],[[245528,235452],[-238,-4825]],[[245290,230627],[-329,-692]],[[244961,229935],[-403,624]],[[235988,231566],[8,-4159]],[[235996,227407],[-1499,-100]],[[234497,227307],[-325,5269]],[[239649,236967],[279,-442],[95,-4141],[287,-11],[14,-1373],[-301,-819]],[[240023,230181],[-367,261],[-1652,-20]],[[238004,230422],[33,3587]],[[241039,238421],[19,-2543]],[[241058,235878],[90,-2556],[-90,-2140]],[[241058,231182],[-312,-1023]],[[240746,230159],[-723,22]],[[242403,235025],[-396,-2817]],[[242007,232208],[-408,-1799],[-460,906]],[[241139,231315],[-81,-133]],[[268432,228203],[-222,-845]],[[268210,227358],[-526,3596],[-439,645],[-59,2718]],[[228802,230420],[-812,-4930]],[[227990,225490],[-930,5237]],[[231395,233651],[-275,-1643],[131,-1238]],[[231251,230770],[-412,483],[-916,-965]],[[229923,230288],[-71,1866],[-410,298]],[[242937,230826],[-38,-676]],[[242899,230150],[-457,1473],[-435,585]],[[226432,226825],[-346,-1970]],[[226086,224855],[-87,1789],[-744,3527]],[[226891,229920],[-513,-2622],[54,-473]],[[246609,233585],[-25,-1023]],[[246584,232562],[-762,-996],[-135,-865]],[[245687,230701],[0,-1]],[[245687,230700],[-397,-73]],[[266852,234312],[-10,-6935],[145,-1217]],[[266987,226160],[-200,-2815]],[[266787,223345],[-399,937],[-283,2980],[-405,1944],[-589,2028]],[[264877,231300],[-794,-653],[8,-1736],[-255,56]],[[263836,228967],[-266,699]],[[247598,233761],[-477,-3687],[-248,-294],[-10,-2337]],[[246863,227443],[-276,26]],[[246587,227469],[-43,-63]],[[246544,227406],[-91,2727],[131,2429]],[[218560,234830],[1,-12369]],[[218561,222461],[3,-3801],[-131,-3064],[-135,-246]],[[218298,215350],[-586,2295],[-155,1738],[-559,1471],[-109,1938],[-428,2706],[-230,-539],[-627,431]],[[221196,234875],[-9,-4032]],[[221187,230843],[-585,153],[-126,-5325],[-5,-3218]],[[220471,222453],[-272,-3]],[[220199,222450],[-1638,11]],[[223520,232037],[7,-6643]],[[223527,225394],[-721,2115],[-1183,235]],[[221623,227744],[-251,17],[4,3079],[-189,3]],[[268210,227358],[-114,-1168]],[[268096,226190],[-1109,-30]],[[272837,223331],[-14,0]],[[272823,223331],[-64,-213]],[[272759,223118],[-215,-625],[-556,-55]],[[271988,222438],[-4,2546]],[[271984,224984],[-177,2427],[99,1442],[-322,1679],[221,1273]],[[272248,234159],[350,-6434],[-19,-1080],[258,-3314]],[[272388,234172],[216,-5656],[-351,5644]],[[238004,230422],[-370,-3472]],[[237634,226950],[-15,2086],[-480,949],[-234,2464]],[[232203,231142],[-438,1363],[375,-6983]],[[232140,225522],[-575,-1123]],[[231565,224399],[-196,1520],[-118,4851]],[[247737,223729],[-329,25],[-92,1327],[-453,2362]],[[247598,233761],[-7,-4805],[112,-2059],[203,-841],[-169,-2327]],[[248079,233034],[-93,-5082],[222,493],[142,-926]],[[248350,227519],[-169,-1243],[4,-1675],[243,-2463],[7,-2735]],[[248435,219403],[-412,1679],[32,1884],[-166,601]],[[247889,223567],[-152,162]],[[262232,228930],[-64,-3572]],[[262168,225358],[-1,-31]],[[262167,225327],[-472,-1559]],[[261695,223768],[-260,-97],[30,2044],[-246,2372]],[[261213,230026],[0,122]],[[249417,232348],[-288,-1736],[-365,-1099]],[[248764,229513],[-363,-244],[-62,-812],[282,-1440]],[[248621,227017],[-271,502]],[[271521,233023],[-209,-1367],[211,19],[-61,-1459],[280,-1434],[17,-2305]],[[271759,226477],[-575,-58],[-356,-1658],[-304,-535]],[[270524,224226],[-1,7902]],[[237634,226950],[-209,-1155],[251,-2061]],[[237676,223734],[-488,-232],[-948,-2204]],[[236240,221298],[-9,6070],[-235,39]],[[234497,227307],[188,-998],[-40,-2779]],[[234645,223530],[-249,562],[-163,2138],[-77,-1073],[335,-1692],[-100,-2415]],[[234391,221050],[-400,-946],[-152,1094]],[[233839,221198],[-128,697],[-451,-247]],[[233260,221648],[-1120,3874]],[[249637,222999],[-31,137]],[[249606,223136],[-17,-11]],[[249589,223125],[-854,2530],[-114,1362]],[[248764,229513],[178,-1314],[189,484],[62,-1577],[278,-41],[74,2259],[374,1265],[70,-3363],[267,-194],[-426,-2469],[-490,256],[297,-1820]],[[250525,230647],[-312,-71],[261,1146],[51,-1075]],[[246544,227406],[-360,597],[-279,-302]],[[245905,227701],[-208,1350],[-10,1649]],[[229923,230288],[145,-1541]],[[230068,228747],[-848,-6121]],[[229220,222626],[-749,-87]],[[228471,222539],[-487,2914]],[[227984,225453],[6,37]],[[242899,230150],[-21,-3785]],[[242878,226365],[-34,-727],[-510,-1743],[182,-15],[-22,-1563],[-530,-1558],[-885,886]],[[241079,221645],[5,8529],[-338,-15]],[[270524,224226],[-18,-8]],[[270506,224218],[-216,2191],[-389,132],[-406,1491]],[[269495,228032],[311,619],[458,3477]],[[269495,228032],[-310,330]],[[224930,228301],[-647,-3579]],[[224283,224722],[-370,-472]],[[223913,224250],[-386,1144]],[[243094,222650],[507,-1497],[-373,-1379],[-504,1635],[370,1241]],[[244961,229935],[-87,-1004]],[[244271,228644],[-426,-208],[-645,-3854]],[[243200,224582],[80,1697],[-402,86]],[[231565,224399],[21,-2330],[-179,-21]],[[231407,222048],[-240,599]],[[231167,222647],[-226,617],[-208,2752],[-251,273],[-414,2458]],[[245905,227701],[-338,-3548]],[[245567,224153],[-211,-1645]],[[245356,222508],[-48,1359]],[[221623,227744],[-6,-5221]],[[221617,222523],[-1146,-70]],[[227984,225453],[-780,-2865],[-98,358]],[[227106,222946],[-308,892],[-366,2987]],[[241079,221645],[-915,2302],[-643,1244],[-860,-33],[-722,-625],[-263,-799]],[[226086,224855],[-251,-1276],[-617,-1664]],[[225218,221915],[-190,1265],[73,1338],[-818,204]],[[261984,223666],[48,-1027],[-349,843],[301,184]],[[262167,225327],[153,-1172],[-625,-387]],[[263836,228967],[267,-1312],[-501,151],[-1029,-3276],[-405,828]],[[231167,222647],[-368,-2222],[-115,-1978],[-812,-2987]],[[229872,215460],[-51,299]],[[229821,215759],[273,1332],[-648,4505],[-226,1030]],[[245356,222508],[-369,-726]],[[244987,221782],[-280,-1858],[-256,1228],[-396,-628],[-7,2090],[-206,-84],[-20,2140],[-622,-88]],[[270506,224218],[-1,-4598]],[[270505,219620],[-384,-936],[-50,1175],[-543,18]],[[269528,219877],[-418,-93],[-2,1070],[-275,505]],[[268833,221359],[-7,4941]],[[268833,221359],[-783,495]],[[268050,221854],[-36,3076],[82,1260]],[[248195,214699],[-70,-748]],[[248125,213951],[-368,-1498],[-381,4155],[-144,-1654]],[[247232,214954],[0,260]],[[247232,215214],[0,103]],[[247232,215317],[15,318]],[[247247,215635],[13,86]],[[247260,215721],[55,1625],[-668,4635],[-414,1833],[-105,1452],[-208,-1076],[-353,-37]],[[247889,223567],[32,-2068],[-180,-982],[125,-870],[386,-448],[38,-1287],[-225,-2e3],[130,-1213]],[[222150,222529],[-533,-6]],[[223913,224250],[-73,-521]],[[223840,223729],[-340,-2416],[-157,1139],[-1193,77]],[[249173,217874],[111,-1305],[-400,134],[289,1171]],[[249589,223125],[-488,-958],[203,-1847],[362,-1192],[-111,-777],[530,-230],[375,-1687],[141,831],[307,-3039],[-50,-1667],[-254,-1182],[-172,579],[-447,-2429],[422,3793],[-138,1557],[-368,-603],[-134,2620],[-304,1182],[-628,94],[58,1184],[-307,734],[-151,-685]],[[236240,221298],[-45,-112]],[[236195,221186],[-276,35]],[[235919,221221],[-211,269],[-540,-841],[124,4279],[-302,699],[-198,-2304],[-147,207]],[[227106,222946],[-578,-5086]],[[226528,217860],[-680,53],[-139,1116]],[[225709,219029],[22,814],[-513,2072]],[[271988,222438],[9,-2348],[241,-1825]],[[272238,218265],[-390,-928]],[[271848,217337],[-291,1592],[-5,2834],[246,456],[-91,1669],[277,1096]],[[271759,226477],[138,-1242],[-266,-1802],[-119,-4400],[73,-1266]],[[271585,217767],[-204,-13],[-96,2166],[-186,606],[-594,-906]],[[233260,221648],[-107,-2624],[-243,-16],[-116,-2071]],[[232794,216937],[-175,-671],[-275,621],[-264,-1151]],[[232080,215736],[-404,3185],[-269,3127]],[[228471,222539],[-170,-901],[-100,-3633]],[[228201,218005],[-1040,-5116]],[[227161,212889],[-321,2085]],[[226840,214974],[-364,2442],[52,444]],[[244928,217715],[211,-933],[-107,-1820],[-305,1569],[201,1184]],[[247260,215721],[-525,940],[-7,-1505],[-198,-130],[-95,-1883],[-522,-151],[-171,914],[376,1325],[-332,809],[-84,1095],[-261,-2776],[-233,825],[15,1953],[-358,1998],[122,2647]],[[225709,219029],[-761,-6052]],[[224948,212977],[-1106,2536]],[[223842,215513],[-2,8216]],[[223842,215513],[-1,-2983]],[[223841,212530],[-1697,16]],[[222144,212546],[6,9983]],[[272759,223118],[386,-4323]],[[273145,218795],[-132,-298],[16,-2699],[-744,-89],[-47,2556]],[[232080,215736],[-73,-613]],[[232007,215123],[-254,-1543],[-960,-3417]],[[230793,210163],[-921,5297]],[[229821,215759],[-780,-3735]],[[229041,212024],[-105,759]],[[228936,212783],[-735,5222]],[[222144,212546],[-1943,-92]],[[220201,212454],[-2,9996]],[[220201,212454],[-1549,-37]],[[218652,212417],[-301,1679],[-53,1254]],[[235183,217123],[-168,-988],[-897,-3581],[738,3848],[327,721]],[[234284,214573],[-491,4941],[46,1684]],[[234391,221050],[301,-995],[33,-3555],[-122,190],[-319,-2117]],[[236195,221186],[-1085,-2978],[545,2519],[264,494]],[[234284,214573],[-259,-341],[-245,-3555],[-456,-2355],[-295,-718]],[[233029,207604],[-168,76],[-313,2527],[-238,31],[-6,1604],[-193,734],[-104,2547]],[[269528,219877],[10,-5017],[-370,-17],[1,-3161]],[[269169,211682],[-610,-875]],[[268559,210807],[-4,-26]],[[268555,210781],[11,1180],[-229,1769],[-631,423],[-130,2753]],[[267576,216906],[349,3015],[125,1933]],[[271585,217767],[74,-1765]],[[271659,216002],[-47,-5892],[-823,-7]],[[270789,210103],[-996,7]],[[269793,210110],[-470,1716],[-154,-144]],[[226840,214974],[-1288,-6318]],[[225552,208656],[-604,4321]],[[274038,206958],[-133,1]],[[273905,206959],[-39,-1]],[[273866,206958],[-329,-17],[-54,-3299]],[[273483,203642],[-296,3940]],[[273187,207582],[-245,-773],[-517,1780]],[[272425,208589],[33,1990],[-268,1417]],[[272190,211996],[-290,2402]],[[271900,214398],[73,2026],[-125,913]],[[273145,218795],[71,-1438],[822,-10399]],[[228017,208315],[-311,1140],[-437,-2085]],[[227269,207370],[-501,3617],[393,1902]],[[228936,212783],[-919,-4468]],[[272425,208589],[-133,-1746]],[[272292,206843],[-680,-113],[4,-8039]],[[271616,198691],[-837,-35]],[[270779,198656],[10,11447]],[[271659,216002],[241,-1604]],[[230793,210163],[-40,-5357]],[[230753,204806],[-186,-16]],[[230567,204790],[-105,611]],[[230462,205401],[-405,-37]],[[230057,205364],[-229,272]],[[229828,205636],[-9,-8]],[[229819,205628],[-2,32]],[[229817,205660],[-203,3106],[-295,2552],[-278,706]],[[225150,203636],[-1,663],[-1297,-17]],[[223852,204282],[-11,8248]],[[225552,208656],[258,-1776]],[[225810,206880],[-660,-3244]],[[230757,204203],[-4,603]],[[233029,207604],[-514,-1808],[-270,336],[-409,-941],[-73,-1321],[716,1768],[-1755,-5263],[983,3206],[18,865],[-525,-948],[-443,705]],[[226700,204666],[-382,955],[-249,-541]],[[226069,205080],[-259,1800]],[[227269,207370],[-569,-2704]],[[229817,205660],[1,-376]],[[229818,205284],[-753,-2126],[109,-1486]],[[229174,201672],[-69,-398],[-683,1260]],[[228422,202534],[5,4144],[-122,1448],[-288,189]],[[223852,204282],[-1657,-123]],[[222195,204159],[-37,-4]],[[222158,204155],[-14,8391]],[[222158,204155],[-1965,141]],[[220193,204296],[8,8158]],[[220193,204296],[2,-8383]],[[220195,195913],[-275,-20]],[[219920,195893],[-228,1634],[-299,5632],[-270,1346],[-137,3111],[-290,2181],[-44,2620]],[[269793,210110],[391,-3170],[-256,-2281]],[[269928,204659],[-433,506],[-598,-8]],[[268897,205157],[-149,697],[-6,3295],[-183,1658]],[[270779,198656],[-274,-620]],[[270505,198036],[2,3099]],[[270507,201135],[2,766],[-428,978],[-153,1780]],[[228422,202534],[-599,-3072]],[[227823,199462],[-496,1215],[-66,1282],[-333,364],[-228,2343]],[[273483,203642],[-949,-51],[-367,555],[125,2697]],[[273866,206958],[152,-4435],[384,-6703],[460,-6126],[-21,-545]],[[274841,189149],[-1029,-223]],[[273812,188926],[17,9772]],[[273829,198698],[-61,3007],[-285,1937]],[[274038,206958],[411,-2425],[-276,2427]],[[274173,206960],[19,0]],[[274192,206960],[437,-3794],[144,-2446],[-167,-836],[-12,3069],[-288,-3646],[-72,100],[-11,3804],[-174,606],[153,1506],[-297,1636]],[[226409,193288],[-981,21]],[[225428,193309],[-276,-3]],[[225152,193306],[-2,10330]],[[226069,205080],[-235,-508],[782,-8928],[-25,-123]],[[226591,195521],[-240,-1164],[58,-1069]],[[273829,198698],[-2213,-7]],[[229313,193901],[29,366]],[[229342,194267],[112,1478],[226,125],[508,2370],[340,470],[-1215,-4809]],[[229467,200562],[-293,1110]],[[229818,205284],[138,-1955],[593,-2862],[-702,-2230],[-380,2325]],[[230462,205401],[-19,-1857],[-353,715],[-33,1105]],[[227823,199462],[-461,-4167]],[[227362,195295],[-76,-648],[-695,874]],[[270507,201135],[-552,2],[0,-813],[-1166,-23]],[[268789,200301],[108,4856]],[[223852,204282],[-7,-10983]],[[223845,193299],[-1631,-503],[-15,3242]],[[222199,196038],[-4,8121]],[[225152,193306],[-1307,-7]],[[222199,196038],[-2004,-125]],[[229467,200562],[-206,-608],[191,-1783]],[[229452,198171],[-926,-864],[295,-1302]],[[228821,196005],[-626,-2606]],[[228195,193399],[-53,240]],[[228142,193639],[-158,1151],[-622,505]],[[270505,198036],[-139,-2611]],[[270366,195425],[-1519,30]],[[268847,195455],[-374,-12]],[[268473,195443],[316,4858]],[[271616,198691],[0,-1635],[277,2],[94,-2171],[192,-1069],[303,-11],[-262,-959],[585,-3549],[246,-3711]],[[273051,185588],[-1173,63]],[[271878,185651],[-1368,-4]],[[270510,185647],[-6,9777],[-138,1]],[[273812,188926],[-11,-3356]],[[273801,185570],[-750,18]],[[229222,193536],[-326,-2723],[39,1456],[287,1267]],[[228195,193399],[229,-262],[-76,-1380]],[[228348,191757],[-206,1882]],[[228490,190446],[-134,1235]],[[228356,191681],[444,2665],[-7,-1493],[-303,-2407]],[[229452,198171],[-21,-806]],[[229431,197365],[-30,-1032]],[[229401,196333],[-338,-1783],[-242,1455]],[[223845,193299],[14,-13095]],[[223859,180204],[1,-1601],[-436,24]],[[223424,178627],[-1056,73],[-103,854],[-232,-1005]],[[222033,178549],[-141,1379],[72,2611],[-322,2960],[-327,370],[-463,2627],[-155,3392],[-155,198],[-278,2896],[-344,911]],[[228348,191757],[8,-76]],[[228490,190446],[-3,-28]],[[228487,190418],[-16,-156]],[[228471,190262],[-133,-1330],[-231,1091],[-604,-774]],[[227503,189249],[-413,475],[-457,1288],[12,1137]],[[226645,192149],[-45,799]],[[226600,192948],[-191,340]],[[268847,195455],[7,-2885]],[[268854,192570],[-198,-1538],[342,-1335],[-115,-2957],[-287,863],[-300,2065],[148,2365],[29,3410]],[[270510,185647],[-1388,-19]],[[269122,185628],[467,3254],[-294,1838],[49,-1786],[-175,307],[19,1799],[-334,1530]],[[225428,193309],[7,-14809]],[[225435,178500],[-810,49]],[[224625,178549],[3,1455],[-769,200]],[[226645,192149],[-378,-2056],[-22,-4642]],[[226245,185451],[-328,-1],[5,-6978]],[[225922,178472],[-487,28]],[[228402,187096],[249,1941],[-343,-3973],[94,2032]],[[227963,184054],[-1438,-46],[-280,1443]],[[227503,189249],[288,8],[201,-2841],[170,164],[-199,-2526]],[[275241,183987],[-902,23]],[[274339,184010],[-271,4],[-3,1573],[-264,-17]],[[274841,189149],[341,-3281],[59,-1881]],[[273051,185588],[-176,-2846],[396,-2050],[334,-3158]],[[273605,177534],[-628,-17],[1,-1639],[-277,-12],[2,-1649],[-824,22]],[[271879,174239],[-2,5717]],[[271877,179956],[1,5695]],[[271877,179956],[-1371,-47]],[[270506,179909],[4,5738]],[[270506,179909],[-2,-2429]],[[270504,177480],[-549,22],[3,3302],[-874,53]],[[269084,180857],[-345,1646],[240,734],[143,2391]],[[274339,184010],[6,-6562]],[[274345,177448],[1,-1562],[-580,-3038]],[[273766,172848],[42,3614],[-203,1072]],[[227901,178788],[-37,1]],[[227864,178789],[9,1767],[307,3881]],[[228180,184437],[70,-94]],[[228250,184343],[-349,-5555]],[[227963,184054],[-251,-4475],[-258,-852],[114,2438],[-407,-1626],[-336,1829],[200,-2389],[-320,-88]],[[226705,178891],[-582,-1386]],[[226123,177505],[-201,967]],[[275241,183987],[343,-5478]],[[275584,178509],[-145,-584]],[[275439,177925],[-1,-410]],[[275438,177515],[-1093,-67]],[[270504,177480],[-3,-3270]],[[270501,174210],[-551,17],[0,-506]],[[269950,173721],[0,-130]],[[269950,173591],[-1,-996],[-273,12]],[[269676,172607],[-254,2093],[-338,6157]],[[224625,178549],[159,-3917],[135,10],[-13,-5059]],[[224906,169583],[-1481,40]],[[223425,169623],[-1,9004]],[[271879,174239],[-1378,-29]],[[223425,169623],[-158,-2061],[-441,-1922]],[[222826,165640],[-276,5054],[-494,3303],[54,2886],[-77,1666]],[[228015,167092],[-166,1925],[-8,2670]],[[227841,171687],[174,-4595]],[[227841,171687],[-52,110],[22,6050],[53,942]],[[227901,178788],[-82,-3294],[22,-3807]],[[227632,166164],[-1163,-35],[-267,256]],[[226202,166385],[-78,3148]],[[226124,169533],[-1,7972]],[[226705,178891],[360,-137],[283,-871],[341,625],[-132,-4582],[-184,-313],[-31,-3271],[212,-1257],[78,-2921]],[[226124,169533],[-934,42]],[[225190,169575],[-284,8]],[[275994,173067],[-63,2]],[[275931,173069],[-9,1]],[[275922,173070],[-37,2]],[[275885,173072],[-22,0]],[[275863,173072],[-26,-266],[-2071,42]],[[275438,177515],[375,-1551],[181,-2897]],[[273766,172848],[-167,-3535],[-1729,10]],[[271870,169323],[9,4916]],[[269950,173591],[197,-1158],[100,-2595],[-427,921],[-144,1848]],[[271870,169323],[-1374,16]],[[270496,169339],[-105,2644],[304,1032],[-368,4],[-94,-803],[-283,1505]],[[275863,173072],[173,-517],[58,-7156],[-69,-4426]],[[276025,160973],[-424,252],[-1823,-64]],[[273778,161161],[-12,11687]],[[273778,161161],[4,-1336]],[[273782,159825],[-1083,-119],[-9,4916],[-814,-70]],[[271876,164552],[-6,4771]],[[270224,168129],[277,-3877],[-101,-154],[-176,4031]],[[271876,164552],[5,-1688],[-271,-31],[4,-1924],[-522,237]],[[271092,161146],[-65,2473],[-474,1226],[-124,2786],[67,1708]],[[225190,169575],[-740,-9780]],[[224450,159795],[-249,-323],[-357,2361],[-856,1101],[54,931],[-216,1775]],[[226202,166385],[-130,-3036],[395,-282],[0,-1591]],[[226467,161476],[2,-5174]],[[226469,156302],[-921,-317],[-542,1946],[-162,1244],[-394,620]],[[227781,162637],[-161,-1600],[-221,-469],[-932,908]],[[227632,166164],[36,-3208],[113,-319]],[[273782,159825],[19,-5212]],[[273801,154613],[0,-3238]],[[273801,151375],[-1312,-39]],[[272489,151336],[-461,1867],[-228,-193],[-395,1936],[-191,1815],[-122,4385]],[[227781,162637],[266,-4006],[-45,-1342],[291,-825],[-120,-2091],[-349,-1094],[6,-1266],[-411,861],[-516,2812],[-434,616]],[[276025,160973],[-123,-6440]],[[275902,154533],[-491,-343],[-1072,2],[-538,421]],[[275036,140768],[-16,1]],[[275020,140769],[-149,-434]],[[274871,140335],[3,-76]],[[274874,140259],[-199,601],[-388,-1467],[-445,274]],[[273842,139667],[-42,3489],[1,8219]],[[275902,154533],[-196,-4031],[-305,-2455],[-117,-2922],[81,-1855],[-329,-2502]],[[275491,142866],[-401,-4417],[-362,-2015],[523,3742],[240,2690]],[[273842,139667],[-118,-686],[-512,-438],[-244,1966],[102,2254],[184,-1641],[296,-971],[166,920],[-246,1771],[-349,146],[-259,2834],[-188,3420],[234,599],[-210,868],[-82,-1356],[-127,1983]],[[267576,216906],[-181,85],[-177,1931],[-468,2015],[37,2408]],[[233545,583163],[470,-1],[0,7179],[546,-266],[367,-1412],[396,-7638],[-21,-1975],[288,-1125],[438,-310]],[[249572,564554],[-1138,-3158],[-1287,-1848],[-816,-1938],[-809,-2999]],[[245498,568091],[407,1054],[402,-2818],[1697,311],[722,-2325],[296,673],[550,-432]],[[244050,541402],[0,-11146]],[[242234,539623],[263,1550],[296,-1143],[509,150],[748,1222]],[[245788,538230],[8,-8017]],[[244050,541402],[832,1557],[406,335],[672,1956],[311,-1206],[-365,-2639],[91,-1053],[-209,-2122]],[[245788,538230],[630,1480],[422,-1520]],[[246668,543604],[119,-491],[-601,-1772],[482,2263]],[[254361,554779],[386,-1343],[-683,-275],[52,-770],[-806,-2719]],[[253310,549672],[-198,1603],[-596,-3]],[[252516,551272],[245,1549],[576,1487],[1024,471]],[[252129,567028],[638,1075],[-743,-3451],[-872,-1783],[142,-551],[-582,-1037],[-166,1627],[1583,4120]],[[252473,548019],[214,-3207]],[[251344,546531],[128,1308],[717,2354],[12,-1815],[272,-359]],[[253310,549672],[-511,-4124],[-63,2158],[-507,612],[-28,1852],[315,1102]],[[256406,536544],[0,-6253]],[[256406,530291],[-348,-1],[-4,-3236],[-348,4]],[[253820,544308],[634,-392],[509,-1456],[171,-1720],[674,-4188],[598,-8]],[[257802,530286],[-1396,5]],[[256406,536544],[265,725],[573,-1784],[182,767],[315,-1250],[489,2628],[901,2228],[763,318]],[[258234,522812],[-689,-2e3],[491,3712],[-698,206],[-249,-2795],[-468,641],[-361,-1504],[-267,-2116]],[[255011,510600],[-35,-2168],[-370,-346]],[[254678,502703],[346,2967],[570,1286],[473,4864],[330,489],[143,1898],[235,8],[-572,-6086],[-44,-1740],[-320,-1641],[-154,-2072]],[[266291,525881],[-781,769]],[[265510,526650],[490,1336],[-121,1234],[374,-217],[304,-1926],[-266,-1196]],[[264534,537282],[192,-119],[-169,-2149],[-263,1387],[240,881]],[[264771,527003],[-281,49]],[[264490,527052],[-48,-2]],[[264442,527050],[-19,1612],[-346,2],[-1,1612],[-2086,1],[-3,1628],[-347,-5]],[[261640,541399],[788,243],[-207,-1485],[-13,-3740],[568,-816],[557,744],[103,-1308],[702,1641],[226,-1325],[215,-3355],[-110,-1628],[279,286],[140,-1587],[477,-2056],[-594,-10]],[[263518,523913],[579,-847],[-387,-679],[-192,1526]],[[264442,527050],[-1182,1276],[-230,-2015],[-35,-1966],[-708,3125],[-1172,1762],[-254,-167],[-506,-2455]],[[260355,526610],[-463,132]],[[263048,514103],[-754,-309],[-259,1732]],[[262035,515526],[484,1050],[-316,238],[-233,2467],[498,2959],[580,1140]],[[261221,512584],[62,1278],[458,1591],[294,73]],[[260809,522684],[123,-2641],[-358,-487],[235,3128]],[[259619,509895],[-266,697],[189,946],[77,-1643]],[[260516,504530],[-484,-12]],[[259309,504590],[9,2168],[372,1310],[375,-215],[515,4334],[143,-2358],[-221,-3319],[14,-1980]],[[260516,504530],[127,-152],[342,4121],[-150,-4481],[235,2088]],[[266792,512571],[208,-2839],[-312,126],[-6,-2477],[298,-1301]],[[266298,493142],[-35,-2125],[-276,-1072],[-460,40],[-182,-1553]],[[266573,485031],[572,4601],[580,621],[347,1131],[524,-1430],[297,-2969],[77,-2649]],[[269259,474627],[236,-3607],[-157,-1606],[-122,-4884],[-353,83],[-169,1029]],[[268236,461261],[-80,-1234],[-498,-1330],[-248,-2669],[-87,-2521]],[[267323,453507],[-275,1112],[-676,-160]],[[267323,453507],[-736,-4608],[-57,-1020]],[[276369,283639],[51,-2897],[155,-81],[-317,-2464],[-721,-1619]],[[275537,276578],[-263,-628]],[[275274,275950],[-210,1997]],[[277898,288714],[355,-1067],[-412,-2026],[-248,443],[-747,-4416],[-356,-321],[309,2769]],[[64909,48285],[735,-2763],[362,-391],[488,-1483],[555,-3196],[-25,-2084],[244,11],[54,-1736],[492,-2286],[-474,-3219],[-428,-1373],[-453,-186],[-605,-2496],[-405,-3858],[-627,2125],[-103,1501],[89,4218],[-292,5441],[-196,1715],[345,2265],[317,3334],[-187,1774],[-23,2014],[137,673]],[[55028,84760],[233,-813],[-51,-4138],[-317,-1724],[-531,856],[-341,1190],[-70,1626],[168,1566],[392,1359],[517,78]],[[61944,65038],[-272,274]],[[61944,65038],[565,-356],[-456,-1900],[-525,1012],[-688,11],[160,2281],[672,-774]],[[61752,60573],[246,-292],[244,-1961],[-82,-859],[-351,-533],[-258,3324],[201,321]],[[62904,54516],[45,-1246],[-351,-599],[9,965],[297,880]],[[62814,62495],[340,-2480],[439,903],[263,-353],[320,-1916],[312,-600],[35,-1559],[-160,-1021],[-712,-1316],[-391,412],[-54,3221],[-459,616],[-172,1326],[59,2293],[180,474]],[[58972,75138],[409,-3430],[-19,-1219],[215,21],[315,-3031],[-404,-786],[-271,1419],[-580,-706],[-493,5221],[435,169],[393,2342]],[[53118,80469],[25,-1794],[-233,-683],[-126,-1603],[-75,1953],[409,2127]],[[996993,632383],[817,-1163],[91,-906],[715,-2639],[-621,1211],[-350,1710],[-879,1732],[227,55]],[[949,635992],[99,-1643],[-281,619],[182,1024]],[[7983,636500],[-23,-2275],[-307,-73],[-67,2101],[397,247]],[[8254,636861],[430,-729],[-177,-971],[-343,386],[90,1314]],[[8791,637399],[79,-1229],[-422,751],[343,478]],[[2943,637533],[355,-28],[110,-1138],[762,-730],[-472,-573],[-84,-1947],[-423,-823],[-299,1293],[442,1083],[-738,1716],[347,1147]],[[5406,633632],[-183,-597],[-329,1038],[-855,-380],[1115,1264],[256,737],[15,1940],[429,-501],[-230,-1194],[22,-1773],[-240,-534]],[[996376,638802],[311,-785],[-243,-852],[-68,1637]],[[7153,639094],[-123,-3160],[551,52],[-111,-1993],[-622,-692],[-248,-1116],[-148,1715],[-276,-2445],[-150,1181],[346,1636],[-142,1180],[574,-355],[-294,2578],[643,1419]],[[999634,639522],[333,-975],[-327,-1865],[-356,430],[-110,1601],[460,809]],[[8394,641129],[361,-843],[-150,-1151],[-356,-113],[145,2107]],[[993962,641501],[134,-1164],[-301,-1591],[5,-1345],[-561,-90],[-112,-1517],[-310,1266],[482,1562],[297,123],[366,2756]],[[15681,641867],[-88,-644],[551,-599],[499,441],[600,-278],[-1374,-850],[-663,468],[-396,-613],[-512,1117],[346,752],[243,-725],[794,931]],[[18716,646240],[355,-1060],[-312,-984],[-542,-452],[86,1790],[413,706]],[[13937,646817],[445,-1871],[-209,-1713],[-378,-563],[294,-1046],[-846,-839],[-955,-1616],[-414,666],[-938,-680],[1039,1800],[664,138],[756,1388],[293,1606],[-346,796],[246,1637],[349,297]],[[983194,648582],[-58,-2897],[-305,734],[-723,157],[686,1802],[400,204]],[[23639,652034],[277,-453],[-113,-1345],[-515,-1146],[-83,1789],[434,1155]],[[26147,655623],[246,-1330],[-168,-813],[-713,1494],[635,649]],[[980646,657671],[765,-147],[436,-2390],[463,-235],[-708,-1136],[-317,775],[-432,-1614],[-470,872],[165,1668],[-516,-336],[77,1140],[-541,-71],[552,1545],[526,-71]],[[28035,654543],[906,4624],[-94,1472],[527,2186],[747,66],[-272,830],[81,1805],[502,2014],[613,648],[607,-970],[-156,-2372],[-1193,-2675],[-517,-3466],[-1751,-4162]],[[36357,673363],[-391,-2467],[-196,1415],[587,1052]],[[34797,676523],[213,-3286],[496,2734],[387,-123],[69,-1817],[-313,-391],[-520,-2697],[580,1301],[182,-1595],[-673,-869],[-156,-1540],[-280,592],[46,-1877],[-401,265],[-1841,-3579],[-465,-1377],[-652,1241],[1054,2460],[1094,1206],[-224,1758],[468,338],[-151,1493],[938,464],[-875,524],[-340,2033],[352,1704],[1012,1038]],[[26197,724966],[756,-263],[-288,-1191],[-468,1454]],[[25148,736553],[-442,-1993],[-390,1138],[832,855]],[[39421,678834],[125,-1114],[-550,-30],[-134,746],[559,398]],[[36825,680387],[730,-1661],[-578,-1781],[-479,150],[-104,2381],[431,911]],[[38083,681762],[-169,-1483],[356,-62],[-384,-1861],[-336,2175],[180,1214],[353,17]],[[45571,685391],[688,-1487],[-645,-37],[-43,1524]],[[46952,694607],[166,-1890],[-229,-1028],[-301,1739],[364,1179]],[[42853,695877],[635,14],[266,-1568],[335,-4089],[373,437],[214,-1478],[-487,52],[-124,932],[-254,-1722],[-453,-779],[-609,441],[-827,-359],[-641,-1585],[-62,-1249],[-802,-1375],[-569,491],[-279,2148],[72,1348],[583,1047],[405,3984],[357,1064],[527,-514],[982,2495],[358,265]],[[48297,698203],[503,-1314],[-281,-972],[-458,2014],[236,272]],[[54719,699114],[35,-1698],[-430,-1611],[395,3309]],[[53768,699716],[-57,-3065],[-690,-2054],[16,3270],[392,-758],[85,2465],[254,142]],[[52387,701641],[19,-2213],[-523,1390],[504,823]],[[51366,702388],[94,-1872],[270,219],[343,-2313],[-187,-1094],[-921,1412],[40,2470],[361,1178]],[[52632,703466],[224,-1137],[-482,351],[258,786]],[[56428,729876],[0,-164]],[[56428,729712],[1,-1271]],[[56429,728441],[-376,-902],[0,-1576],[-688,44],[0,-1691],[-885,0],[-1,-1609],[-854,-47],[-10,-3153],[262,-17],[11,-6313],[-174,-1752],[845,0],[0,-4665]],[[54559,706760],[-221,3584],[-465,487],[-226,-1331],[-227,543],[-128,-1791],[-942,-1954],[-501,-2558],[-203,1961],[-156,-2246],[-321,-160],[-388,1335],[-213,-1550],[-896,-1527],[-526,87],[101,2154],[312,2133],[-635,501],[-315,-1612],[38,-2336],[-533,-3433],[-423,296],[235,-2134],[-319,-953],[-328,1503],[-197,-2494],[-614,575],[-124,3742],[-387,952],[-195,-964],[305,-1471],[135,-4091],[-322,1731],[-87,-1650],[-581,-104],[-229,2389],[-557,961],[-44,-1927],[533,-1473],[-911,-2585],[204,4150],[-79,1484],[293,977],[934,318],[218,2402],[379,1261],[396,-106],[-126,1804],[846,4218],[1241,3631],[1202,1199],[764,131],[636,709],[-429,-1919],[670,-3198],[315,-565],[-272,3531],[664,-282],[156,-1434],[616,-516],[78,1328],[-802,1925],[-146,1183],[588,5125],[1475,4921],[1402,2354],[1201,3895]],[[131839,702693],[478,-1815],[-261,-3590],[-338,3444],[121,1961]],[[133475,712615],[472,-2306],[365,-3908],[-109,-3956],[-237,-2723],[-412,-1256],[-725,1926],[513,3110],[-666,-3077],[-842,2748],[552,2915],[-268,716],[-19,1677],[519,1253],[-147,1905],[1004,976]],[[60956,762087],[579,2152],[207,3039]],[[61742,767278],[1861,118],[1,-5313],[-2648,4]],[[51410,765657],[-525,-4199],[-534,-542],[50,2808],[1009,1933]],[[50361,766039],[-741,-1613]],[[49620,764426],[-84,1634],[825,-21]],[[50463,766367],[0,3048],[447,4],[153,1512],[-4,3289],[475,13],[-1,1618],[474,68],[155,1546],[1,3271],[484,-4],[8,3225],[637,43],[12,3203],[445,89],[14,3067],[182,1579],[477,25],[0,3225],[493,-12],[187,1563],[6,3225],[507,4],[7,1610],[466,16],[197,3194],[2958,4],[8,-1469],[509,-23],[-9,1634],[498,0],[0,1661],[983,-7],[4,-1637],[3363,-86]],[[64599,804865],[6,-22904],[-455,-40],[-4,-1619],[-951,22],[-1,-1609],[-472,18],[-264,-3260],[-959,50],[-1,-1622],[-475,33],[8,-3299],[224,-22],[8,-3864]],[[61263,766749],[-1094,-1969],[-1642,-2596],[-488,694],[-100,1404],[-595,1396],[200,3649],[-346,-1592],[-442,-553],[-70,-2804],[-205,-87],[353,-4364],[-131,-1596],[-719,558],[-940,6038],[-710,1488],[71,1756],[-303,-417],[-191,-2035],[-311,-514],[-282,1932],[-662,238],[-84,2398],[-285,617],[-1091,-3021],[-733,-1002]],[[61033,724292],[684,-545],[-930,-219],[246,764]],[[71633,804882],[114,-1587],[1,-6528],[-370,-12],[-9,-6508],[-350,-18],[4,-6265],[-356,2],[-2,-1646],[-479,-11],[4,-3276],[-475,-9],[9,-1643],[-816,-49],[14,-3240],[-942,-29],[5,-3278],[149,-20],[-2,-6355],[154,-1634],[924,0]],[[69210,762776],[7,-3471],[-453,-1843],[-736,-1056],[-774,-256],[-138,-1018],[-764,-799],[4,-5901],[-324,-916],[-689,-542],[-206,-2415],[-365,-3],[219,-1278],[-365,-813],[-334,533],[-169,-1391],[-664,236],[-689,-3490],[-377,-3219],[1107,-39]],[[63500,735095],[-534,-3229],[-498,991],[-283,-2643],[-165,1250],[-876,-3730],[-513,1840],[-93,-1738],[-418,-1467],[297,-1220],[-476,-272],[-290,1208],[-838,-1435],[-237,-1294],[835,518],[-97,-1512],[-773,886],[47,-1061],[-586,328],[-1008,-4054],[729,1416],[658,-1055],[-890,-5668],[-359,2476],[4,-2388],[-569,564],[-201,-1660],[-1170,-915],[-208,-1647],[-122,1992],[-209,-168],[97,-2311],[-195,-2337]],[[56429,728441],[768,-812],[-200,4018],[209,1634],[848,4197],[641,1528],[416,1983],[586,1663],[449,-1864],[-119,2914],[-249,-206],[-35,2059],[292,6723],[196,1491],[338,171],[-417,2931],[211,2814],[593,2402]],[[61742,767278],[-123,1251],[-356,-1780]],[[64599,804865],[4288,-12],[2746,29]],[[65699,709069],[-504,744],[538,1338],[-34,-2082]],[[70400,724037],[-204,-1087],[-508,-19],[712,1106]],[[68718,724702],[-249,-2013],[-521,-1694],[196,2303],[574,1404]],[[69851,724354],[-436,-1711],[-363,957],[373,1310],[426,-556]],[[72263,735888],[654,-276],[179,-1133],[-749,-602],[-369,-1913],[-213,2136],[498,1788]],[[71587,750055],[468,-1112],[218,-1969],[-712,1537],[26,1544]],[[72121,750653],[752,-1609],[143,801],[402,-896],[-319,-1580],[498,-23],[268,1873],[864,-1804],[-645,-1900],[256,-24],[-10,-2224],[878,340],[-525,-3652],[-488,209],[-628,1356],[-204,-635],[516,-1217],[-216,-2411],[-309,-183],[-530,1368],[-251,-544],[428,-942],[-369,-902],[-533,226],[-638,-2935],[-448,348],[322,-1679],[-993,-4198],[-693,-436],[211,1779],[606,2267],[-320,-122],[143,1970],[-433,-1663],[-186,436],[448,2279],[-693,794],[-670,-679],[120,-1420],[344,1135],[575,213],[-523,-3914],[-670,1507],[-38,3723],[-597,1836],[85,2427],[257,1668],[757,2434],[973,102],[63,-1862],[628,-4462],[-147,2063],[79,2795],[-204,1554],[706,-247],[-928,1791],[8,1470],[588,1559],[419,-1165],[70,-2442],[174,2478],[786,-908],[-91,1984],[527,-1432],[-621,2635],[26,690]],[[72294,752633],[298,-243],[384,-2001],[-771,1279],[-524,168],[436,1600],[177,-803]],[[74768,758552],[203,-1494],[403,602],[-149,-1955],[513,1173],[-64,-2164],[-263,-1096],[-683,1715],[168,-2076],[-475,81],[-333,-1022],[-37,2484],[-168,-2623],[-420,-227],[-2,-1319],[-1063,2147],[-114,1830],[590,-260],[-304,1148],[155,946],[718,-477],[-72,2281],[417,1422],[495,-330],[341,-2521],[144,1735]],[[73815,761335],[865,1186],[-376,-3031],[-417,471],[-72,1374]],[[72144,766667],[-256,-165],[-279,-2562],[-649,-1819],[-613,-91],[-174,-2213],[-343,-43],[106,-2403],[-387,-650],[215,-848],[-602,-2221],[-49,-1387],[-356,1779],[54,-1574],[-325,275],[-479,-1769],[-793,237],[-111,-2260],[-819,-2014],[-130,-1038],[-600,882],[68,-2347],[-396,-579],[9,-1505],[-775,384],[-35,-2432],[-520,654],[-902,-2724],[-22,-1053],[573,813],[-196,-1902],[142,-997]],[[69210,762776],[1368,8],[-5,1620],[1015,10],[-7,2250],[405,-14]],[[71986,766650],[158,17]],[[124853,753145],[-549,-606],[-394,-1297],[-255,1284]],[[123655,752526],[58,1721]],[[123713,754247],[93,682]],[[123806,754929],[27,-1188],[798,113],[222,-709]],[[124293,757146],[749,-2547],[-1014,763],[-164,962],[429,822]],[[124853,768717],[211,-1953],[1165,-2450],[370,-2181],[920,-3383],[-235,-797],[808,-4371]],[[128092,753582],[-945,-4191]],[[127147,749391],[-329,-1604]],[[126818,747787],[-267,-754]],[[126551,747033],[-348,2791],[-600,2743],[-36,3375],[303,711],[-120,1531],[-569,-3645],[-841,2824],[-590,340],[-226,2827],[-376,2538],[-6,5749]],[[123142,768817],[1711,-100]],[[122507,768865],[608,-35]],[[123115,768830],[94,-1237],[-284,-3190],[-329,1968],[-89,2494]],[[125028,711856],[427,56],[-445,-1309],[18,1253]],[[130215,719801],[107,-2063],[756,-2315],[-338,-626],[254,-2100],[-618,-805],[-298,1242],[209,718],[-487,1319],[-280,-690],[-164,3076],[325,413],[163,1718],[371,113]],[[129378,721918],[249,-1134],[-115,-2167],[-590,-788],[-540,1882],[182,1807],[814,400]],[[130830,716910],[-489,1840],[74,2204],[-143,1693],[379,-778],[302,-2036],[326,196],[295,-2757],[-436,-1557],[-308,1195]],[[128815,728558],[1034,-4174],[-772,-1663],[-360,265],[62,2359],[-148,3099],[184,114]],[[126153,727422],[-66,1104],[446,-558],[-459,-4949],[-272,-4761],[208,396],[-146,-3602],[-196,615],[-111,3651],[-137,-5807],[-277,1260],[-136,3641],[146,2921],[525,49],[-191,2101],[-591,341],[101,963],[-332,2219],[-28,2428],[338,-759],[186,2187],[562,-1046],[430,-2394]],[[126096,733937],[1281,-1597],[902,-116],[343,-1458],[134,-4906],[-199,-1131],[-500,1925],[-370,3179],[207,-4437],[380,-383],[50,-1490],[-321,-1688],[-659,1031],[14,-897],[-617,-308],[-202,4527],[180,2218],[-303,119],[-132,1682],[-636,2448],[448,1282]],[[130329,738612],[336,-2561],[-336,-2230],[901,-864],[-218,-3192],[698,-1259],[105,-3850],[709,243],[1430,-3886]],[[133954,721013],[215,-2257],[-268,-1573],[-450,60],[-523,-1243],[217,-2328],[-367,57],[-534,1418],[-526,-1313],[-53,-1739],[-415,-1188],[272,-1077],[-70,-1918],[-374,-1019],[-347,1785]],[[130731,708678],[461,1375],[54,2694],[202,40],[-10,3932],[574,625],[-464,526],[-186,2188],[-506,719],[-71,1280],[-436,1390],[254,2614],[-500,-62],[-115,1369],[-779,1724],[-462,2944],[356,-607],[-84,2467],[-160,-1289],[-1099,1537],[-631,1283]],[[127129,735427],[607,1116],[481,-957],[392,2691],[952,1778],[768,-1443]],[[120135,747679],[-911,-75]],[[119224,747604],[-113,-9]],[[119111,747595],[-67,-5]],[[119044,747590],[175,3136],[916,-3047]],[[118824,752542],[436,-1596],[-323,-3068],[-279,1217],[166,3447]],[[127129,735427],[-11,1829],[1069,643],[-784,626],[-296,2733],[133,1559],[-543,1078],[247,1825],[1153,-2770],[-708,2710],[-430,722],[26,2218]],[[126985,748600],[107,525]],[[127092,749125],[55,266]],[[128092,753582],[282,-2841],[560,-2991],[880,-6389],[515,-2749]],[[124853,753145],[18,23]],[[124871,753168],[418,537]],[[125289,753705],[-148,-676],[909,-5880],[23,-2256],[-213,92],[-809,7066],[78,-1904],[-258,510],[590,-4994],[507,-2211],[51,-2144],[-521,218],[645,-2298],[-310,-1473],[-533,1666],[53,-3416],[-405,-716],[-196,-1446],[-544,-1275],[-190,2104],[50,2518],[367,839],[-3,1567],[-686,5962],[69,2065],[-286,4181],[126,722]],[[120491,750760],[-344,-2996]],[[120147,747764],[-1106,4388],[166,2241],[347,-765],[278,1062],[445,-194],[427,1507],[913,-2103],[-367,-2249],[68,-1158],[543,2952],[316,-1048],[502,33],[561,-2130],[-236,-1608],[-622,1179],[757,-2767],[-774,-493],[-454,1349],[-1420,2800]],[[123713,754247],[-95,-1670],[-341,1775],[-156,4018],[685,-3441]],[[114794,765672],[1165,1936]],[[115959,767608],[1943,4721],[682,110],[264,1748]],[[118848,774187],[1665,-1619],[529,-1279],[326,-2198],[-480,-4537],[582,-819],[409,-1530],[231,-2153],[-489,-11]],[[121621,760041],[49,-2296],[-405,961],[-824,-873],[206,2553],[-684,5535],[900,1274],[-791,545],[-394,2927],[235,-3862],[-191,-2032],[-886,1580],[-101,2460],[-280,-1505],[-688,1343],[-390,-1137],[761,-460],[670,-1418],[-346,-493],[774,-1580],[-470,-1770],[538,847],[342,-513],[455,-4297],[-639,-1196],[-13,909],[-621,-1129],[-298,1069],[41,-2621],[-717,2666],[-654,322],[-1470,4078],[-936,3744]],[[122912,775799],[-900,-103]],[[122012,775696],[-90,222]],[[121922,775918],[-936,7001]],[[120986,782919],[676,1289],[685,-1898],[571,-2465],[-202,-2534],[196,-1512]],[[123142,768817],[-27,13]],[[122507,768865],[-495,6831]],[[122912,775799],[198,-1219],[722,-593],[59,-1056],[546,-1130],[416,-3084]],[[121922,775918],[-145,-2315],[-358,301],[513,-2663],[-50,-2481],[722,-6540],[-70,-1018],[302,-3962],[-98,-2100],[-512,-56],[-321,1677],[-284,3280]],[[118848,774187],[34,3836],[479,-24],[183,1767],[-318,752],[1118,1161],[642,1240]],[[120877,738496],[389,-2216],[137,-2451],[-166,-1459],[-605,-380],[11,6413],[234,93]],[[123928,718235],[-2,-1610]],[[123926,716625],[-393,1362],[-697,5371],[278,1647],[-447,-368],[-256,2377],[77,1437],[-515,245],[-59,2351],[446,1679],[-481,1224],[98,2800],[-464,-184],[-452,2135],[588,60],[-326,842],[146,1989],[629,565],[-77,-1197],[395,257],[557,-1676],[490,7],[-81,-2391],[463,-6886],[222,-4906],[-139,-7130]],[[120135,747679],[12,85]],[[120491,750760],[1455,-3708],[395,-1834],[349,1018],[504,16],[258,-5147],[-689,-337],[-265,1057],[-1794,4644],[718,-3300],[33,-2583],[-443,-1626],[-365,435],[-451,2590],[538,-1592],[-959,3723],[84,790],[-635,2698]],[[40063,839903],[770,-536],[-859,-2772],[-125,3412],[214,-104]],[[40964,844347],[883,-2223],[79,-1915],[441,-2171],[-40,-1740],[-704,2418],[-1774,1537],[90,1825],[445,2301],[580,-32]],[[42065,848667],[903,-976],[563,-1663],[-706,-1821],[-339,-2285],[-564,-2],[-711,2401],[-620,812],[14,1297],[651,1761],[809,476]],[[46153,848898],[568,1],[10,-1610],[529,1],[18,-1676],[524,-12],[-4,-1547],[3176,0]],[[50974,844055],[-395,-2136],[-20,-6445],[-126,-25],[-6,-6437],[383,-5],[-10,-4748],[1058,-39]],[[51858,824220],[180,-1451],[604,-215],[-1456,-2220],[-980,-2588],[-900,-571],[-1213,-1602],[-1234,662],[-494,709],[-1854,-1999],[-659,648],[-690,-2756],[-941,669],[31,-2392],[-389,-2165],[-92,-1943],[-1046,-1523],[-746,776],[-935,-1159]],[[39044,805100],[-172,1112],[664,830],[-1128,3201],[-13,-2176],[-520,182],[-234,2567],[116,849],[-614,571],[-207,2123],[418,1187],[-481,1394],[-546,-1187],[-95,2644],[1073,795],[-526,599],[-413,1924],[1380,582],[-440,3023],[251,2549],[1109,5289],[619,2101],[570,-119],[933,3977],[823,-896],[965,-4031],[-209,4581],[-457,1793],[12,1197],[848,640],[78,1725],[725,1785],[524,-1399],[778,464],[610,2670],[668,1252]],[[46896,791982],[261,-1285],[-270,-665],[9,1950]],[[36192,795959],[180,-1952],[581,363],[562,-947],[-123,-4413],[448,-2402],[-1265,-1162],[-486,-2126],[-685,2e3],[-493,-131],[-1055,2670],[-324,-89],[-644,1570],[-206,2197],[272,858],[1286,-625],[56,1283],[1008,2111],[905,-187],[-17,982]],[[17304,799216],[126,-1745],[804,-2158],[616,-183],[448,-1365],[-1028,65],[-1e3,3083],[-322,373],[356,1930]],[[39654,805231],[136,-1106],[641,589],[-101,-1482],[649,41],[525,-808],[139,-1889],[-482,-1833],[-426,-534],[213,-1308],[-375,-571],[-319,-2845],[-422,135],[-775,2413],[439,1980],[-612,-774],[-640,997],[1252,2977],[-199,1359],[401,589],[-44,2070]],[[51858,824220],[3536,-32],[10,1609],[2034,-5],[-4,1617],[4083,203],[1,-1838],[5893,-29],[3388,4],[-14,1716],[962,59],[3,1571],[903,-11],[192,1616]],[[72845,830700],[-3,-16190]],[[72842,814510],[-1303,45],[-14,-5422],[124,-21],[-16,-4230]],[[50463,766367],[-102,-328]],[[49620,764426],[-139,-1468],[-1061,-1905],[-97,1293],[-1035,446],[862,1205],[617,1650],[-307,160],[-238,3846],[703,1138],[-113,1059],[-716,-1213],[-383,2903],[195,2895],[687,2210],[-441,2484],[-273,3082],[-346,1471],[-416,3726],[137,1138],[-767,3115],[393,1259],[285,3791],[-129,577],[-402,-4189],[-434,-1001],[311,-2534],[-69,-3036],[-406,-1085],[-1628,-2447],[-1520,-851],[-1012,789],[-258,2086],[267,429],[-760,1956],[-694,3087],[-87,1177],[383,1597],[-110,1291],[397,379],[-183,1458],[364,50],[277,1573],[411,342],[228,1752],[702,-118],[-16,-3249],[425,240],[607,2498],[-384,1562],[-1050,843],[629,147],[400,1001],[-600,267],[-481,-1345],[-125,3490],[-458,-1834],[195,-1307],[-1242,-569],[-216,1520],[-538,-627],[-174,927],[-743,-457]],[[91002,847056],[9,-3988],[145,-1795],[8,-11469],[-1548,26],[56,-1646],[46,-12769],[-726,14],[-2,-927],[-3493,32]],[[85497,814534],[-2026,-32],[-141,995]],[[83330,815497],[-404,601],[-735,-459],[-672,-2022],[-283,-2604],[-1335,126],[-328,2166],[-15,-1517],[-1058,-1636]],[[78500,810152],[-4,1152],[-1002,21],[-4,3164],[-4648,21]],[[72845,830700],[0,8044]],[[72845,838744],[3088,-82],[10,1347],[6637,9993],[4096,-25],[12,2587],[2946,186]],[[89634,852750],[1353,59],[15,-5753]],[[86653,868811],[757,-1570],[2145,14]],[[89555,867255],[87,-6323],[-8,-8182]],[[72845,838744],[1580,8236],[-1,2534],[-536,-83],[-516,926],[-152,2433],[36,3161],[1704,93],[24,3109],[496,-4],[22,3291],[619,95],[97,1432],[588,58],[151,-985],[625,-419],[1536,6612],[4538,-401],[2997,-21]],[[85497,814534],[-37,-10730],[-760,-83],[1,-2090]],[[84701,801631],[-828,17],[9,1987]],[[83882,803635],[-435,1931],[-460,-308],[-1062,1669],[-902,2471],[707,3049],[1129,2748],[471,302]],[[97244,787641],[-970,-3439],[63,995],[907,2444]],[[87222,789210],[-181,-1772],[-422,-410],[603,2182]],[[86635,788749],[223,2200],[232,-961],[-455,-1239]],[[86658,791573],[-369,-3115],[-330,1166],[699,1949]],[[89188,794370],[360,-14],[-243,-1523],[503,637],[-806,-2688],[-814,-3927],[156,-1241],[-672,-1392],[-694,-249],[130,1479],[1249,4306],[686,2953],[145,1659]],[[86769,795107],[-71,-1859],[-324,817],[395,1042]],[[90857,797012],[511,-366],[-57,-1276],[666,500],[124,-712],[-950,-1371],[-533,-1467],[-218,828],[596,1566],[-651,-377],[-25,892],[537,1783]],[[87021,792777],[237,3392],[601,-294],[-413,-4995],[-425,1897]],[[84910,786500],[234,323],[68,9012],[-286,660]],[[84926,796495],[584,1623],[519,-1019],[523,1881],[285,-1347],[30,-1922],[-996,-2869],[605,-1030],[-717,-2215],[-215,-2677],[-634,-420]],[[92921,798974],[-9,-545],[-1147,-2071],[-222,1208],[1378,1408]],[[88339,800844],[383,-576],[-511,-771],[128,1347]],[[86236,802132],[283,-1843],[-421,600],[138,1243]],[[84951,797243],[-1,3142]],[[84950,800385],[697,2105],[-36,-2998],[388,2501],[244,-2671],[-390,-1481],[-418,814],[-484,-1412]],[[86676,805210],[325,-2117],[-624,-286],[299,2403]],[[84951,801507],[-250,124]],[[91002,847056],[976,234],[63,648],[2682,18],[0,-1651],[1595,-292],[4037,-37],[350,-2273],[-454,-2972],[436,-1269],[-270,-2840],[732,-302],[295,1951],[1174,-336],[-15,-1588],[537,-65],[-10,-1550],[466,-24],[-40,-6434],[413,-697],[4,-4218],[2303,15]],[[106276,823374],[-1,-28114]],[[106275,795260],[-589,822],[-1600,-31],[4,1610],[-3847,-34],[-2014,-8871],[13,-855]],[[98242,787901],[-1021,2713],[47,775],[-1005,-33],[-276,1650],[-683,426],[369,3141],[18,2628],[-612,-1565],[-178,-1401],[-659,-2022],[-457,1505],[-714,1071],[-573,-359],[943,3800],[-1116,-764],[259,1691],[-925,-1558],[532,2101],[-1009,-888],[-677,62],[-94,801],[1014,956],[446,1115],[-1050,-704],[-516,1833],[317,3213],[1053,57],[-177,903],[-744,-283],[-1116,-3389],[-359,1426],[-193,-1467],[-586,-1116],[-376,408],[6,3472],[-402,-3497],[-547,-1350],[-586,2075],[324,2590],[504,2086],[123,1742],[-770,-3524],[-194,-1549],[-275,1236],[-413,-4415],[-943,-1986]],[[71670,777076],[233,-1112],[-578,-408],[345,1520]],[[79473,776784],[-279,-2074],[90,2387],[189,-313]],[[75949,796147],[-337,-1236],[224,2635],[113,-1399]],[[84951,801507],[-1,-1122]],[[84951,797243],[-25,-748]],[[84910,786500],[-1245,807],[240,1474],[-371,-167],[-386,-2038],[-206,3702],[-29,-2396],[-481,-1666],[-173,-1732],[-183,2620],[-197,-5326],[-848,3357],[-39,-1545],[420,-800],[-371,-1104],[-68,-1569],[-635,-858],[208,3841],[-673,-5212],[-363,1475],[21,-2088],[-388,-20],[-756,-4011],[-74,2111],[-347,-2231],[-660,934],[-173,-859],[-799,-887],[-18,1049],[-623,715],[205,2741],[546,1203],[718,23],[17,1317],[737,963],[-66,842],[764,2927],[-372,25],[-1227,-2967],[-387,246],[-629,2275],[460,4880],[786,3381],[112,2715],[231,475],[102,3025],[-410,3227],[967,1254],[994,2799],[846,1832],[515,-1977],[448,-352],[796,1052],[346,-814],[1490,-887],[200,-646]],[[78500,810152],[-529,-2655],[-889,-709],[-891,-2927],[268,-2258],[-402,43],[-550,-1341],[-153,-1302],[-582,-1608],[-230,-3803],[-474,-1479],[-1035,411],[707,-1449],[308,-1771],[-381,-2913],[-287,-680],[-1149,-274],[-159,-989],[796,2],[-164,-2224],[-453,-1068],[-562,296],[227,1314],[-337,1411],[33,-1984],[-398,-2576],[-671,-197],[279,-1966],[-1055,-1700],[-61,-2764],[-263,-488],[166,-2860],[277,1050],[1025,35],[413,-1682],[604,-1164],[58,-1233]],[[106275,795260],[0,-1588],[1343,-1612],[173,1644],[1330,-2348],[801,2853],[1723,322],[-345,-4919],[404,-1740],[964,-1648],[226,-2564],[2839,-9771],[300,-4810],[-74,-1471]],[[114794,765672],[-73,1821],[-694,2541],[-828,1292],[163,1473],[-568,-631],[-1881,4464],[-679,903],[-783,1959],[551,424],[542,2604],[-421,3603],[333,1618],[530,-2532],[164,177],[-480,2635],[-360,838],[-174,-1871],[-463,-2242],[-1472,-2407],[-1544,735],[-1623,2726],[527,2089],[-371,3153],[-375,-856],[437,-1616],[-624,-1272],[-2761,2302],[-2696,-711],[-929,-990]],[[106279,946179],[-1,-49412]],[[106278,896767],[-929,-2457],[-130,-1600],[-1321,-3359],[-907,419],[-783,-1693],[-450,408],[-349,-3372],[-325,-1449],[-654,-436],[-1188,-2953],[58,-3794],[-686,-1988],[-821,654]],[[97793,875147],[-205,2151],[358,3325],[-316,719],[513,846],[-159,1080],[-963,-156],[-338,-900],[-1244,1394],[-886,-1195],[-579,221],[-639,-953],[-286,1202],[374,853],[-1289,1884],[-166,1202],[398,1802],[-514,869],[-625,-618],[-460,-1403],[-1061,-1321],[-1073,-10],[-601,-1159],[-3102,6],[49,-11363],[273,317],[853,-2473],[548,-2656]],[[50974,844055],[10,4776],[492,29],[-58,4949],[548,10],[4,1425],[1103,13],[-17,1635],[486,23],[-3,1682],[645,-27],[-89,4840],[-627,-26],[-61,12986],[569,33],[-9,3217],[557,13],[-4,6309],[539,-18],[-5,4867],[-575,-8]],[[54479,890783],[-5,8105],[1752,-14],[2,3093],[2984,34],[5,6543],[2343,38],[1,-3290],[1183,54],[6,3236],[1194,12],[-3,-1576],[600,61],[1,-1630],[1168,-18],[135,4836],[1805,-29],[9,2778],[1841,-6],[167,1643],[-10,6646],[-437,-20],[-10,1684],[-1234,59],[4,4809],[169,1664],[-624,-6],[17,1606],[-634,-27],[7,1645],[-621,10],[151,4212]],[[66445,936935],[6419,-2],[8315,-30],[7299,18],[3888,6],[-10,9096],[4663,309],[4790,-300],[4470,147]],[[97793,875147],[-1158,-1860],[-1437,-204],[-262,-1096],[-804,-486],[-476,-1291],[-576,796],[-732,-1427],[-433,43],[-568,-2104],[-1792,-263]],[[106278,896767],[-2,-73393]],[[79659,983425],[-186,-1458],[-395,1373],[581,85]],[[66445,936935],[-1,525],[-2610,-23],[-8,1900],[-2541,-186],[-15,1669],[-3117,28],[-4016,91],[-18,1253],[-1129,58],[26,-1250],[-2705,21],[-18,1268],[-1182,3],[11,-1279],[-1329,46],[-7,1283],[-2020,165],[0,-1272],[-4957,-98],[15,-3782],[-2411,70]],[[38413,937425],[-1695,2109],[-331,1545],[-1320,2645],[530,804],[403,3101],[38,5653],[2426,-416],[2905,1304],[905,1071],[1222,2916],[1184,4349],[538,5906],[-329,649],[1231,3476],[365,2385],[846,2065],[658,2577],[521,-1587],[1146,663],[1622,2412],[1470,3493],[882,527],[-302,-3710],[454,-2622],[-62,3461],[380,972],[-494,2433],[-541,46],[1260,3273],[1370,1209],[-523,-1007],[415,-852],[3297,1404],[1421,2118],[704,1933],[1322,4593],[409,808],[627,-1392],[915,-472],[117,-1342],[1298,-97],[153,-1576],[-589,-1821],[-1263,-1269],[606,-390],[-400,-1319],[1303,-54],[456,606],[-100,1673],[703,1368],[285,1695],[248,-1305],[706,928],[682,-1755],[-272,-1975],[1375,-2189],[693,2096],[1211,87],[987,691],[970,-830],[279,-2575],[299,2682],[989,-1071],[-561,-2519],[5,-1532],[1009,-525],[-1482,-681],[2474,169],[-499,-2280],[1552,-378],[326,-1080],[240,1607],[1280,271],[-195,-2495],[904,1573],[845,524],[665,1466],[1963,-425],[886,-1703],[688,50],[281,-1515],[1081,464],[877,-2131],[2068,-1579],[1439,785],[1493,-1038],[433,638],[1637,-3240],[1773,-387],[359,912],[3399,1866],[1396,-1344],[1104,-2165],[387,-1505],[1266,-1051],[1131,-2960],[450,854],[588,-630],[-1,-21362]],[[54479,890783],[-578,0],[-10,-1617],[-6227,42],[-4789,-36],[-1,3200],[-592,6],[0,3250],[-769,-10],[8,6456],[-205,26],[-5,6430],[-226,1957]],[[41085,910487],[1578,205],[202,-2556],[-311,-1225],[120,-2178],[-263,-1028],[215,-1763],[590,-1196],[375,540],[1138,-445],[965,699],[321,-1177],[667,-159],[982,797],[546,-2004],[189,2045],[810,3513],[796,-959],[609,527],[-495,1902],[-1494,1020],[-695,-1271],[194,3234],[-839,3465],[-836,788],[-422,2410],[386,1581],[446,30],[876,-3094],[-154,-2498],[448,-1913],[931,-1944],[1114,1832],[1074,-3146],[1511,331],[131,1770],[-331,2163],[-932,-162],[-460,1241],[-885,-263],[-253,-1860],[-717,-285],[-1099,3517],[232,3056],[871,1516],[-974,1717],[-1121,-1076],[-1026,-153],[-389,1249],[-528,-564],[-2241,1824],[-397,5492],[-677,3578],[-1097,2080],[-2353,5735]],[[46592,855663],[131,-1524],[-910,378],[779,1146]],[[20846,858392],[155,-1918],[1767,-2169],[1395,2514],[527,-232],[506,-1478],[153,-2243],[1093,-1044],[302,-1308],[1483,-327],[899,-741],[-443,-2851],[-1263,664],[-756,-2937],[125,-925],[-599,-398],[122,1508],[-581,2032],[-993,769],[95,1587],[-980,2254],[-777,1164],[-1179,-1499],[-406,-1269],[-853,1089],[-307,2233],[515,5525]],[[40155,909679],[-378,-812],[-1698,-1707],[2076,2519]],[[46153,848898],[640,3384],[128,1617],[836,-1042],[-394,-958],[1743,358],[1080,995],[1027,4968],[-512,5797],[-74,2808],[-783,2760],[-729,205],[138,2075],[1089,-245],[770,2178],[52,1988],[-320,1965],[-760,1982],[-574,-2906],[-898,82],[-597,-1411],[-710,-399],[-196,-1163],[-840,-1617],[-252,-2634],[-446,-1194],[-161,3173],[-951,2836],[-459,-1140],[680,-1515],[9,-1792],[-1367,2870],[-2018,-58],[-2019,-2251],[-807,901],[-2508,1784],[-689,2790],[279,1486],[-107,1445],[-749,1760],[-607,2842],[664,-527],[574,1254],[301,1828],[876,-777],[601,-2903],[499,-323],[640,1345],[-382,828],[-828,195],[-166,-711],[-669,2577],[-1941,1613],[-1534,482],[-1420,2818],[-465,461],[786,2442],[578,22],[0,1593],[845,1741],[325,-909],[992,2481],[418,1888],[1044,1672],[643,-1028],[1215,99],[319,783],[-1041,1553],[504,1846],[720,1193],[1099,506],[107,-679],[853,2834],[831,668]],[[129335,693546],[271,-1010],[-142,-1955],[-385,2864],[256,101]],[[133465,694933],[144,-1619],[-433,-1116],[-420,1401],[709,1334]],[[129050,698432],[385,-3029],[-187,-665],[-381,868],[233,1060],[-50,1766]],[[128271,699419],[264,-2151],[-73,-1620],[899,-5179],[112,-1526],[-465,199],[-651,4105],[-450,3522],[53,2603],[311,47]],[[132791,699517],[329,-1553],[-33,-2741],[-745,304],[319,2136],[-199,1261],[329,593]],[[127590,701351],[340,-1447],[-98,-960],[-490,-120],[14,2204],[234,323]],[[126995,702605],[287,-601],[-587,-1676],[300,2277]],[[127349,703974],[-507,-707],[254,1440],[253,-733]],[[126549,705223],[400,-333],[-240,-1814],[-293,1014],[133,1133]],[[127577,705503],[192,-1281],[-213,-946],[-252,1520],[273,707]],[[126975,710441],[673,-1209],[-593,136],[46,-1542],[-470,1638],[344,977]],[[127738,711890],[119,-2595],[-286,1329],[167,1266]],[[132951,712558],[-517,-394],[513,1288],[4,-894]],[[127377,716539],[387,-260],[-15,-2495],[-236,369],[-706,-1255],[-240,-1211],[-257,709],[519,3076],[548,1067]],[[126878,720140],[451,-579],[750,57],[384,-2788],[-191,-1469],[383,-1822],[435,266],[497,-1761],[456,-2620],[47,-3196],[267,734],[169,-1960],[371,-1718],[-850,2044],[-552,-1434],[684,586],[160,-2342],[299,487],[445,-2791],[-464,-922],[454,-352],[205,1480],[89,-3147],[-431,-827],[396,-512],[101,-2502],[-398,-59],[421,-1193],[-183,-2479],[-613,702],[-449,4336],[-561,-35],[258,2640],[-329,-710],[132,1822],[-300,-502],[-725,2251],[-725,264],[28,1947],[514,-21],[-361,1667],[236,2818],[-439,-873],[-448,796],[643,3530],[-238,1458],[-150,5160],[-814,306],[-187,1877],[133,1386]],[[133954,721013],[796,-683],[442,-1861],[432,-443],[118,-1890],[501,-841],[396,492],[280,-2136],[-1,-1873],[-414,-2628],[68,-3449],[429,-5569],[-359,-1662],[-236,-2416],[-441,-2702],[-867,-2699],[-213,1932],[-286,-2060],[-269,663],[-207,4192],[490,1686],[-537,-477],[-156,1948],[582,2169],[-76,7458],[-887,5088],[-486,-470],[-72,869],[-950,-2430],[-396,-118],[344,-1651],[-545,-5283],[-588,1664],[-115,2845]],[[312327,9345],[187,-607]],[[312514,8738],[-15,-1699]],[[312499,7039],[-350,67]],[[312149,7106],[17,912]],[[312166,8018],[43,812]],[[312209,8830],[118,515]],[[312084,13310],[6,-1330]],[[312090,11980],[-147,-91]],[[311943,11889],[-157,1158]],[[311786,13047],[223,739]],[[312009,13786],[75,-476]],[[312224,10808],[178,-1249]],[[312402,9559],[-75,-214]],[[312209,8830],[-202,83]],[[312007,8913],[-56,276]],[[311951,9189],[-19,1837]],[[311932,11026],[292,-218]],[[313107,15065],[-14,-2951]],[[313093,12114],[-156,-33]],[[312937,12081],[5,365]],[[312942,12446],[-35,2687]],[[312907,15133],[200,-68]],[[312774,6524],[70,-1308]],[[312844,5216],[-339,-42]],[[312505,5174],[62,1491]],[[312567,6665],[207,-141]],[[312709,10759],[26,-1200]],[[312735,9559],[-333,0]],[[312224,10808],[123,645]],[[312347,11453],[362,-694]],[[315123,11875],[54,-128]],[[315177,11747],[78,-1803]],[[315255,9944],[-163,-1770]],[[315092,8174],[-119,1033]],[[314973,9207],[-63,762]],[[314910,9969],[144,1736]],[[315054,11705],[69,170]],[[314670,11208],[37,-330]],[[314707,10878],[60,-642]],[[314767,10236],[-199,-737]],[[314568,9499],[-72,1129]],[[314496,10628],[174,580]],[[314052,6833],[264,-476]],[[314316,6357],[-19,-702]],[[314297,5655],[-318,75]],[[313979,5730],[73,1103]],[[312567,6665],[-68,374]],[[312514,8738],[144,137]],[[312658,8875],[116,-2351]],[[312942,12446],[-192,449]],[[312750,12895],[-16,-17]],[[312734,12878],[-7,2191]],[[312727,15069],[180,64]],[[313370,8907],[-65,-415]],[[313305,8492],[-209,82]],[[313096,8574],[-80,-28]],[[313016,8546],[-82,705]],[[312934,9251],[27,1093]],[[312961,10344],[345,-244],[64,-1193]],[[313305,8492],[-14,-2847]],[[313291,5645],[-154,398]],[[313137,6043],[-41,2531]],[[314464,12204],[-98,-1501]],[[314366,10703],[-105,-151]],[[314261,10552],[-75,983]],[[314186,11535],[35,729]],[[314221,12264],[129,637]],[[314350,12901],[114,-697]],[[314016,15104],[-14,-2136]],[[314002,12968],[-54,9]],[[313948,12977],[-196,-375]],[[313752,12602],[-27,1006]],[[313725,13608],[25,1394]],[[313750,15002],[266,102]],[[313604,15085],[-4,-1775]],[[313600,13310],[-8,-955]],[[313592,12355],[-45,-184]],[[313547,12171],[-454,-57]],[[313107,15065],[497,20]],[[314264,15070],[-76,-2600]],[[314188,12470],[-186,498]],[[314016,15104],[248,-34]],[[315464,13512],[1,-2420]],[[315465,11092],[-66,434]],[[315399,11526],[-159,1610]],[[315240,13136],[-103,1307]],[[315137,14443],[122,138]],[[315259,14581],[205,-1069]],[[314938,14053],[76,-2457]],[[315014,11596],[-176,-329]],[[314838,11267],[34,2700]],[[314872,13967],[51,292]],[[314923,14259],[15,-206]],[[315375,10330],[63,-1609]],[[315438,8721],[6,-427]],[[315444,8294],[-234,-827]],[[315210,7467],[-116,640]],[[315094,8107],[-2,67]],[[315255,9944],[120,386]],[[313784,8891],[255,-1303]],[[314039,7588],[13,-755]],[[313979,5730],[-242,-150]],[[313737,5580],[-39,3313]],[[313698,8893],[16,19]],[[313714,8912],[70,-21]],[[315465,11092],[-90,-762]],[[315177,11747],[222,-221]],[[313725,9097],[-11,-185]],[[313698,8893],[-269,126]],[[313429,9019],[231,2602]],[[313660,11621],[65,-2524]],[[314361,14911],[31,-1699]],[[314392,13212],[-42,-311]],[[314221,12264],[-33,206]],[[314264,15070],[97,-159]],[[312306,11771],[41,-318]],[[311932,11026],[-107,569]],[[311825,11595],[118,294]],[[312090,11980],[216,-209]],[[312937,12081],[24,-1737]],[[312934,9251],[-27,-13]],[[312907,9238],[-172,321]],[[312709,10759],[41,2136]],[[312505,5174],[-359,-115]],[[312146,5059],[3,2047]],[[314634,8728],[-21,-893]],[[314613,7835],[-92,-362]],[[314521,7473],[-160,1420]],[[314361,8893],[201,525]],[[314562,9418],[72,-690]],[[312295,14639],[81,-1251]],[[312376,13388],[-70,-1617]],[[312084,13310],[211,1329]],[[312007,8913],[159,-895]],[[312146,5059],[-281,903],[86,3227]],[[315210,7467],[60,-308]],[[315270,7159],[221,-1461]],[[315491,5698],[-308,-32]],[[315009,6674],[174,-1008]],[[315009,6674],[81,1384]],[[315090,8058],[4,49]],[[314186,11535],[-217,-675]],[[313969,10860],[-21,2117]],[[312009,13786],[157,1824]],[[312166,15610],[129,-971]],[[313137,6043],[-273,-821]],[[312864,5222],[152,3324]],[[314838,11267],[-131,-389]],[[314670,11208],[-8,753]],[[314662,11961],[28,1346]],[[314690,13307],[76,779]],[[314766,14086],[106,-119]],[[313547,12171],[113,-550]],[[313429,9019],[-59,-112]],[[314973,9207],[-339,-479]],[[314562,9418],[6,81]],[[314767,10236],[143,-267]],[[314776,6994],[-112,-1632]],[[314664,5362],[-367,293]],[[314316,6357],[205,1116]],[[314613,7835],[163,-841]],[[312679,13385],[55,-507]],[[312376,13388],[303,-3]],[[315090,8058],[-314,-1064]],[[314662,11961],[-198,243]],[[314392,13212],[143,200]],[[314535,13412],[155,-105]],[[312679,13385],[-109,1772]],[[312570,15157],[157,-88]],[[313752,12602],[-160,-247]],[[313600,13310],[125,298]],[[314496,10628],[-130,75]],[[313604,15085],[146,-83]],[[315240,13136],[-117,-1261]],[[315054,11705],[-40,-109]],[[314938,14053],[199,390]],[[315043,5450],[-34,1224]],[[315043,5450],[-379,-88]],[[312864,5222],[-20,-6]],[[312658,8875],[249,363]],[[314001,9350],[196,-57]],[[314197,9293],[164,-400]],[[314039,7588],[-38,1762]],[[313784,8891],[217,459]],[[313969,10860],[-244,-1763]],[[313737,5580],[-446,65]],[[314261,10552],[-64,-1259]],[[312166,15610],[404,-453]],[[315579,8262],[226,-901]],[[315805,7361],[-150,-1087]],[[315655,6274],[-385,885]],[[315444,8294],[135,-32]],[[314849,14669],[-83,-583]],[[314535,13412],[108,1312]],[[314643,14724],[206,-55]],[[318309,12804],[169,-865],[-544,829],[375,36]],[[316158,12800],[-233,-1215]],[[315925,11585],[-15,-114]],[[315910,11471],[23,1757]],[[315933,13228],[225,-428]],[[315714,13935],[-106,-832]],[[315608,13103],[-144,409]],[[315259,14581],[455,-646]],[[315655,6274],[-164,-576]],[[315910,11471],[-22,-197]],[[315888,11274],[-160,-129]],[[315728,11145],[-34,40]],[[315694,11185],[-86,1918]],[[315714,13935],[219,-707]],[[315888,11274],[293,-1348]],[[316181,9926],[-216,-625]],[[315965,9301],[-242,491]],[[315723,9792],[5,1353]],[[315723,9792],[-144,-1530]],[[315438,8721],[211,2085]],[[315649,10806],[45,379]],[[315649,10806],[-184,286]],[[316256,11346],[-331,239]],[[316158,12800],[154,393],[-56,-1847]],[[316256,11346],[125,-1004],[-200,-416]],[[315965,9301],[-160,-1940]],[[316936,9055],[328,-560],[-757,-909],[-91,685],[520,784]],[[318661,1986],[376,-1085],[-740,-781],[24,1181],[340,685]],[[314361,14911],[282,-187]],[[123928,718235],[-2,-1610]],[[119111,747595],[-67,-5]],[[124871,753168],[418,537]],[[71986,766650],[158,17]],[[56428,729876],[0,-164]],[[126985,748600],[107,525]],[[126818,747787],[-267,-754]],[[61672,65312],[272,-274]],[[314849,14669],[74,-410]],[[315183,5666],[-140,-216]],[[311825,11595],[-39,1452]],[[253891,243332],[-3,424]],[[297006,439075],[21,-79]],[[273150,218795],[-218,2571],[-109,2556],[341,-5125]],[[273164,218797],[-14,-2]],[[275036,140768],[-16,1]],[[274871,140335],[3,-76]],[[268559,210807],[-4,-26]],[[258410,236520],[0,355]],[[272837,223331],[-14,0]],[[274173,206960],[19,0]],[[275584,178509],[-145,-584]],[[275994,173067],[-63,2]],[[275922,173070],[-37,2]],[[272518,253791],[20,18]],[[272125,254343],[81,-132]],[[256680,462075],[-142,-2897],[-384,-10769]],[[256154,448409],[-883,-7],[0,-983]],[[254488,462036],[2192,39]],[[256154,448409],[1065,-7]],[[249637,222999],[-31,137]],[[248195,214699],[-70,-748]],[[247232,214954],[0,260]],[[247232,215317],[15,318]],[[301353,460902],[-185,-724]],[[301101,460137],[28,-397]],[[301793,457791],[116,-445]],[[285769,400843],[123,37]],[[264771,527003],[-281,49]],[[267568,452013],[-852,-4103],[-108,-17]],[[266608,447893],[-26,-6]],[[266582,447887],[-16,-1]],[[266566,447886],[-30,-6]],[[266536,447880],[-6,-1]],[[256680,462075],[-375,16538],[12,3500],[187,5880],[609,12037],[445,5943],[542,3980],[721,3116],[-1423,3912],[-936,-37],[-588,-3704],[-267,-718],[-95,-2358],[-427,343]],[[247207,537862],[1281,13508]],[[248488,551370],[1322,13439]],[[249810,564809],[408,-727],[1834,5024],[865,1148],[2109,-5688],[7666,-20686],[271,-4739],[574,-3230],[509,900],[683,396],[-47,-2079],[105,-3301],[426,-3438],[360,1156],[708,-243],[385,-2004],[-455,-3293],[3005,-8985],[1103,-32532],[-926,-12370],[-34,-3060],[-156,-2886],[-328,-976],[-521,-3379],[-656,-1036],[-180,-1472],[-60,-3681],[110,-1615]],[[252129,567028],[-1583,-4120],[166,-1627],[582,1037],[-142,551],[872,1783],[743,3451],[-638,-1075]],[[248488,551370],[-1963,212],[-2260,-6869],[-1513,-4210]],[[249572,564554],[238,255]],[[282592,309414],[10,-65]],[[289029,404122],[-16,45]],[[293679,426705],[-79,470]],[[286839,484138],[-17,6]],[[276897,457877],[-3,4558]],[[276894,462435],[2305,5850],[8,2378],[-220,544],[-164,5160],[-363,3502],[1422,3362],[1923,0],[3353,0],[997,8619],[109,340]],[[267767,442766],[-50,-4]],[[267568,452013],[114,-1687],[1085,-3482],[787,0],[3209,9884],[2039,2175]],[[274802,458903],[-16,-6460]],[[274802,458903],[1209,1289],[883,2243]],[[275537,276578],[-263,-628]],[[273916,275250],[-11,-827]],[[273920,274333],[-20,-184]],[[228015,167092],[147,-2633],[-252,2651],[105,-18]],[[228180,184437],[70,-94]],[[229313,193901],[29,366]],[[230757,204203],[-190,587]],[[229828,205636],[-9,-8]],[[229431,197365],[-30,-1032]],[[228487,190418],[-16,-156]],[[286226,362368],[89,-504]],[[283710,365528],[174,-301]],[[286242,357857],[63,-1057]],[[286254,356334],[304,311]],[[286558,356645],[136,36]],[[284458,394060],[-9,-959]],[[151607,571679],[12,2074],[1993,-3664],[1312,-1342],[815,1107],[372,2584],[-289,2342],[-137,2706],[722,1361],[0,1194],[-873,3181],[648,-1]],[[156182,583221],[153,1]],[[156335,583222],[770,0]],[[253979,502714],[-8,-1]],[[242231,539612],[9,872]],[[242245,540522],[75,212]],[[242329,540727],[187,592]],[[242526,541319],[224,-823]],[[288652,406259],[12,7]],[[288613,408309],[-8,430]],[[290026,386798],[-57,0]],[[287992,379951],[5,43]],[[287430,351414],[50,-2]],[[287480,351412],[118,4]],[[287598,351416],[-258,-2]],[[280248,301457],[-33,176]],[[156182,583221],[153,1]]], +transform:{scale:[.00035892617892657177,5371486851395936e-20],translate:[-179.1473400003406,17.67439566600018]}}}}),function(o,t){"function"==typeof define&&define.amd?define("map/ChoroplethStates",["d3","topojson","./Choropleth","./us-states"],t):o.map_ChoroplethStates=t(o.d3,o.topojson,o.map_Choropleth,o.map_usStates)}(this,function(o,t,e,y){function a(){e.call(this),this.projection("albersUsaPr"),this._choroTopology=y.topology,this._choroTopologyObjects=y.topology.objects.states}var n=t.feature(y.topology,y.topology.objects.states).features,i={};for(var r in n)n[r].id&&(i[y.stateNames[n[r].id].code]=n[r]);return a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" map_ChoroplethStates",a.prototype.layerEnter=function(t,a,n){e.prototype.layerEnter.apply(this,arguments),this._selection.widgetElement(this._choroplethData),this.choroPaths=o.select(null);var r=this;this.tooltipHTML(function(o){var t=i[o[0]].id;return r.tooltipFormat({label:y.stateNames[t].name,value:o[1]})})},a.prototype.layerUpdate=function(o){e.prototype.layerUpdate.apply(this,arguments),this.choroPaths=this._choroplethData.selectAll(".data").data(this.visible()?this.data():[],function(o){return o[0]});var t=this;this.choroPaths.enter().append("path").attr("class","data").call(this._selection.enter.bind(this._selection)).on("click",function(o){t.click(t.rowToObj(o),"weight",t._selection.selected(this))}).on("mouseout.tooltip",this.tooltip.hide).on("mousemove.tooltip",this.tooltip.show),this.choroPaths.attr("d",function(t){var e=o._d3GeoPath(i[t[0]]);return e||console.log("Unknown US State: "+t),e}).style("fill",function(o){var e=t._palette(o[1],t._dataMinWeight,t._dataMaxWeight);return e}),this.choroPaths.exit().remove()},a}),function(o,t){"function"==typeof define&&define.amd?define("map/ChoroplethStatesHeat.js",["../layout/Layered"],t):o.map_ChoroplethStatesHeat=t(o.layout_Layered)}(this,function(o){function t(t){o.call(this)}return t.prototype=Object.create(o.prototype),t.prototype.constructor=t,t.prototype._class+=" map_ChoroplethStatesHeat",t}),function(o,t){"function"==typeof define&&define.amd?define("map/GeoHash.js",["d3","topojson","./Layer","./Utility","../common/Palette","../common/Utility","css!./GeoHash"],t):o.map_GeoHash=t(o.d3,o.topojson,o.map_Layer,o.map_Utility,o.common_Palette,o.common_Utility)}(this,function(o,t,e,y,a,n){function i(){e.call(this)}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" map_GeoHash",i.prototype._palette=a.rainbow("default"),i.prototype.publish("paletteID","YlOrRd","set","Palette ID",i.prototype._palette["switch"](),{tags:["Basic","Shared"]}),i.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),i.prototype.publish("opacity",1,"number","Opacity",null,{tags:["Advanced"]}),i.prototype.publish("meshVisible",!0,"boolean","Mesh Visibility"),i.prototype.publish("meshColor",null,"html-color","Stroke Color",null,{optional:!0}),i.prototype.publish("meshStrokeWidth",.25,"number","Stroke Width"),i.prototype.data=function(o){var t=e.prototype.data.apply(this,arguments);return arguments.length&&(this._dataMinWeight=null,this._dataMaxWeight=null,this.data().forEach(function(o){(!this._dataMinWeight||o[1]this._dataMaxWeight)&&(this._dataMaxWeight=o[1])},this)),t},i.prototype.layerEnter=function(t,a,i){e.prototype.layerEnter.apply(this,arguments),this.geohash=new y.Geohash,this._geoHashTransform=a.append("g"),this._selection=new n.SimpleSelection(this._geoHashTransform),this.geoHashPaths=o.select(null)},i.prototype.layerUpdate=function(o){e.prototype.layerUpdate.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this._geoHashTransform.style("opacity",this.opacity()),this.geoHashPaths=this._geoHashTransform.selectAll(".data").data(this.visible()?this.data():[],function(o){return o[0]});var t=this;this.geoHashPaths.enter().append("path").attr("class","data").call(this._selection.enter.bind(this._selection)).on("click",function(o){t.click(t.rowToObj(o),"weight",t._selection.selected(this))}),this.geoHashPaths.attr("d",function(e){var y=t.geohash.bounds(e[0]),a={type:"LineString",coordinates:[[y.sw.lon,y.ne.lat],[y.ne.lon,y.ne.lat],[y.ne.lon,y.sw.lat],[y.sw.lon,y.sw.lat]]};return o._d3GeoPath(a)}).style("fill",function(o){var e=t._palette(o[1],t._dataMinWeight,t._dataMaxWeight);return e}),this.geoHashPaths.exit().remove()},i.prototype.layerZoomed=function(o){e.prototype.layerZoomed.apply(this,arguments),this._geoHashTransform.attr("transform","translate("+o._zoom.translate()+")scale("+o._zoom.scale()+")").attr("stroke-width",1.5/o._zoom.scale()+"px")},i.prototype.click=function(o,t,e){console.log("Click: "+JSON.stringify(o)+", "+t+", "+e)},i}),function(o,t){if("function"==typeof define&&define.amd){var e="https:"===window.location.protocol?"https:":"http:",y=y||"AIzaSyDwGn2i1i_pMZvnqYJN1BksD_tjYaCOWKg";define("map/GMap",["d3","../common/HTMLWidget","../layout/AbsoluteSurface","async!"+e+"//maps.google.com/maps/api/js?key="+y,"css!./GMap"],t)}else o.map_GMap=t(o.d3,o.common_HTMLWidget,o.layout_AbsoluteSurface)}(this,function(o,t,e){function y(o,t,e){google.maps.OverlayView.call(this),this._div=null,this._worldSurface=t,this._viewportSurface=e,this._map=o,this.setMap(o);var y=this;google.maps.event.addListener(o,"bounds_changed",function(){y.draw()}),google.maps.event.addListener(o,"projection_changed",function(){y.draw()}),this._prevWorldMin={x:0,y:0},this._prevWorldMax={x:0,y:0},this._prevMin={x:0,y:0},this._prevMax={x:0,y:0}}function a(){function o(o,t,e){var a=y._overlay.getProjection(),n=a.fromLatLngToDivPixel(new google.maps.LatLng(t,e)),i=a.getWorldWidth(),r=parseFloat(o.widgetX()),s=parseFloat(o.widgetY()),p=parseFloat(o.widgetWidth());for(n.x-=r,n.y-=s;n.x<0;)n.x+=i;for(;n.x>p;)n.x-=i;return n}t.call(this),this._tag="div";var y=this;this._worldSurface=new e,this._worldSurface.project=function(t,e){return o(this,t,e)},this._viewportSurface=new e,this._viewportSurface.project=function(t,e){return o(this,t,e)}}return y.prototype=google.maps.OverlayView.prototype,y.prototype.onAdd=function(){this.div=document.createElement("div"),this._viewportSurface.target(this.div).units("pixels");var o=this.getPanes();o.overlayMouseTarget.appendChild(this.div)},y.prototype.draw=function(){var o=this.getProjection();if(o){for(var t=this._map.getBounds(),e=o.fromLatLngToDivPixel(t.getCenter()),y=o.fromLatLngToDivPixel(t.getSouthWest()),a=o.fromLatLngToDivPixel(t.getNorthEast()),n={x:y.x,y:a.y},i={x:a.x,y:y.y},r=o.getWorldWidth();i.xe.x;)n.x-=r,i.x-=r;(n.x!==this._prevMin.x||n.y!==this._prevMin.y||i.x!==this._prevMax.x||i.y!==this._prevMax.y)&&(this._viewportSurface.widgetX(n.x).widgetY(n.y).widgetWidth(i.x-n.x).widgetHeight(i.y-n.y),this._viewportSurface._renderCount?(this._viewportSurface.render(),this._prevMin=n,this._prevMax=i):this._viewportSurface.lazyRender());for(var s=o.fromLatLngToDivPixel(new google.maps.LatLng(85,-179.9)),p=o.fromLatLngToDivPixel(new google.maps.LatLng(-85,179.9));p.xe.x;)s.x-=r,p.x-=r;(s.x!==this._prevWorldMin.x||s.y!==this._prevWorldMin.y||p.x!==this._prevWorldMax.x||p.y!==this._prevWorldMax.y)&&(this._worldSurface.widgetX(s.x).widgetY(s.y).widgetWidth(p.x-s.x).widgetHeight(p.y-s.y).render(),this._prevWorldMin=p,this._prevWorldMax=p)}},y.prototype.onRemove=function(){this._viewportSurface.target(null),this._div.parentNode.removeChild(this._div),this._div=null},a.prototype=Object.create(t.prototype),a.prototype.constructor=a,a.prototype._class+=" map_GMap",a.prototype.publish("type","road","set","Map Type",["terrain","road","satellite","hybrid"],{tags:["Basic"]}),a.prototype.publish("centerLat",42.877742,"number","Center Latitude",null,{tags:["Basic"]}),a.prototype.publish("centerLong",-97.380979,"number","Center Longtitude",null,{tags:["Basic"]}),a.prototype.publish("zoom",4,"number","Zoom Level",null,{tags:["Basic"]}),a.prototype.publish("panControl",!0,"boolean","Pan Controls",null,{tags:["Basic"]}),a.prototype.publish("zoomControl",!0,"boolean","Pan Controls",null,{tags:["Basic"]}),a.prototype.publish("mapTypeControl",!1,"boolean","Pan Controls",null,{tags:["Basic"]}),a.prototype.publish("scaleControl",!0,"boolean","Pan Controls",null,{tags:["Basic"]}),a.prototype.publish("streetViewControl",!1,"boolean","Pan Controls",null,{tags:["Basic"]}),a.prototype.publish("overviewMapControl",!1,"boolean","Pan Controls",null,{tags:["Basic"]}),a.prototype.publish("googleMapStyles",{},"object","Styling for map colors etc",null,{tags:["Basic"]}),a.prototype.data=function(o){var e=t.prototype.data.apply(this,arguments);return e},a.prototype.getMapType=function(){switch(this.type()){case"terrain":return google.maps.MapTypeId.TERRAIN;case"road":return google.maps.MapTypeId.ROADMAP;case"satellite":return google.maps.MapTypeId.SATELLITE;case"hybrid":return google.maps.MapTypeId.HYBRID;default:return google.maps.MapTypeId.ROADMAP}},a.prototype.getMapOptions=function(){return{panControl:this.panControl(),zoomControl:this.zoomControl(),mapTypeControl:this.mapTypeControl(),scaleControl:this.scaleControl(),streetViewControl:this.streetViewControl(),overviewMapControl:this.overviewMapControl(),overviewMapControlOptions:{opened:!0},styles:this.googleMapStyles()}},a.prototype.size=function(o){var e=t.prototype.size.apply(this,arguments);return arguments.length&&this._googleMapNode&&(this._googleMapNode.style({width:o.width+"px",height:o.height+"px"}),google.maps.event.trigger(this._googleMap,"resize")),e},a.prototype.enter=function(e,a){t.prototype.enter.apply(this,arguments),this._googleMapNode=a.append("div").style({width:this.width()+"px",height:this.height()+"px"}),this._googleMap=new google.maps.Map(this._googleMapNode.node(),{zoom:this.zoom(),center:new google.maps.LatLng(this.centerLat(),this.centerLong()),mapTypeId:this.getMapType(),disableDefaultUI:!0}),this._overlay=new y(this._googleMap,this._worldSurface,this._viewportSurface),this._circleMap=o.map([]),this._pinMap=o.map([]),this._prevCenterLat=this.centerLat(),this._prevCenterLong=this.centerLong(),this._prevZoom=this.zoom()},a.prototype.update=function(o,t){this._googleMap.setMapTypeId(this.getMapType()),this._googleMap.setOptions(this.getMapOptions()),(this._prevCenterLat!==this.centerLat()||this._prevCenterLong!==this.centerLong())&&(this._googleMap.setCenter(new google.maps.LatLng(this.centerLat(),this.centerLong())),this._prevCenterLat=this.centerLat(),this._prevCenterLong=this.centerLong()),this._prevZoom!==this.zoom()&&(this._googleMap.setZoom(this.zoom()),this._prevZoom=this.zoom()),this.updateCircles(),this.updatePins()},a.prototype.updateCircles=function(){function t(o){return o[0]+"_"+o[1]}var e=[],y=[],a=o.map(this._circleMap.keys(),function(o){return o});this.data().forEach(function(o){a.remove(t(o)),o[3]&&!this._circleMap.has(t(o))?e.push(o):o[3]&&this._circleMap.has(t(o))?y.push(o):!o[3]&&this._circleMap.has(t(o))&&a.set(t(o),!0)},this),e.forEach(function(o){var e=this.createCircle(o[0],o[1],o[3],"");this._circleMap.set(t(o),e)},this),y.forEach(function(o){},this);var n=this;a.forEach(function(o){n._circleMap.get(o).setMap(null),n._circleMap.remove(o)})},a.prototype.updatePins=function(){function t(o){return o[0]+"_"+o[1]}var e=[],y=[],a=o.map(this._pinMap.keys(),function(o){return o});this.data().forEach(function(o){a.remove(t(o)),o[2]&&!this._pinMap.has(t(o))?e.push(o):o[2]&&this._pinMap.has(t(o))?y.push(o):!o[2]&&this._pinMap.has(t(o))&&a.set(t(o),!0)},this),e.forEach(function(o){var e=this.createMarker(o[0],o[1],o[2],"");this._pinMap.set(t(o),e)},this),y.forEach(function(o){this._pinMap.get(t(o)).setIcon(this.createIcon(o[2]))},this);var n=this;a.forEach(function(o){n._pinMap.get(o).setMap(null),n._pinMap.remove(o)})},a.prototype.createIcon=function(o){return{path:"M 0,0 C -2,-20 -10,-22 -10,-30 A 10,10 0 1,1 10,-30 C 10,-22 2,-20 0,0 z M -2,-30",fillColor:o.fillColor,fillOpacity:o.fillOpacity||.8,scale:.5,strokeColor:o.strokeColor||"black",strokeWeight:.25}},a.prototype.createMarker=function(o,t,e){return new google.maps.Marker({position:new google.maps.LatLng(o,t),animation:google.maps.Animation.DROP,title:e.title||"",icon:this.createIcon(e),map:this._googleMap})},a.prototype.createCircle=function(o,t,e){return new google.maps.Circle({center:new google.maps.LatLng(o,t),radius:16093*e.radius/10,fillColor:e.fillColor||"red",strokeColor:e.strokeColor||e.fillColor||"black",strokeWeight:.5,map:this._googleMap})},a.prototype.zoomTo=function(o){var t=0,e=new google.maps.LatLngBounds;return o.forEach(function(o){var y=new google.maps.LatLng(o[0],o[1]);e.extend(y),++t}),t&&(this._googleMap.setCenter(e.getCenter()),this._googleMap.fitBounds(e),this._googleMap.getZoom()>12&&this._googleMap.setZoom(12)),this},a.prototype.zoomToFit=function(){return this.zoomTo(this.data())},a}),function(o,t){"function"==typeof define&&define.amd?define("map/GMapGraph.js",["./GMap","../graph/Graph","../graph/Edge","../common/Shape"],t):o.map_GMapGraph=t(o.map_GMap,o.graph_Graph,o.graph_Edge,o.common_Shape)}(this,function(o,t,e,y){function a(){o.call(this)}return a.prototype=Object.create(o.prototype),a.prototype.constructor=a,a.prototype._class+=" map_GMapGraph",a.prototype.enter=function(){o.prototype.enter.apply(this,arguments);var a=(new t).layout("None"),n=a.render,i=this;a.render=function(){var o=[],t=[],a=null;i.data().forEach(function(n){var r=i._viewportSurface.project(n[0],n[1]),s=(new y).shape("circle").radius(3).data(n).pos(r);o.push(s),a&&t.push((new e).sourceVertex(a).targetVertex(s).targetMarker("arrowHead")),a=s}),this.data({vertices:o,edges:t}),n.apply(this,arguments),this.graphData.nodeValues().forEach(function(o){var t=i._viewportSurface.project(o.data()[0],o.data()[1]);t.x-=i.width()/2,t.y-=i.height()/2,o.move(t)}),this.graphData.edgeValues().forEach(function(o){o.points([])})},this._viewportSurface.widget(a)},a}),function(o,t){"function"==typeof define&&define.amd?define("map/GMapHeat.js",["./GMap","../other/HeatMap"],t):o.map_GMapHeat=t(o.map_GMap,o.other_HeatMap)}(this,function(o,t){function e(){o.call(this)}return e.prototype=Object.create(o.prototype),e.prototype.constructor=e,e.prototype._class+=" map_GMapHeat",e.prototype.enter=function(){o.prototype.enter.apply(this,arguments);var e=new t,y=e.render,a=this;e.render=function(){this.data(a.data().map(function(o){var t=a._viewportSurface.project(o[0],o[1]);return[t.x,t.y,o[4]]})),y.apply(this,arguments)},this._viewportSurface.widget(e)},e}),function(o,t){"function"==typeof define&&define.amd?define("map/GMapLayered",["d3","./GMap","../common/SVGWidget"],t):o.map_GMapLayered=t(o.d3,o.map_GMap,o.common_SVGWidget)}(this,function(o,t,e){function y(){e.call(this),this._drawStartPos="origin"}function a(){t.call(this),this._layers=[]}var n=1/16,i=4096;return y.prototype=Object.create(e.prototype),y.prototype.constructor=y,y.prototype._class+=" map_Layered",y.prototype.enter=function(t,y){e.prototype.enter.apply(this,arguments),this._zoom=o.behavior.zoom().translate([0,0]).scale(1),this._d3GeoProjection=o.geo.mercator().scale(i/2/Math.PI).translate([0,0]),this._d3GeoPath=o.geo.path().projection(this._d3GeoProjection)},y.prototype.update=function(o,t){e.prototype.update.apply(this,arguments),this._hasZoomed=!0,this._hasRendered?this.zoomed():this.fullRender()},y.prototype.fullRender=function(){if(this._hasZoomed){this._hasRendered=!0,this.size(this.gmap.size());var t=this._element.selectAll(".layerContainer").data(this.gmap.layers(),function(o){return o.id()}),e=this;t.enter().append("g").attr("class","layerContainer").each(function(t){var y=o.select(this),a=e._parentOverlay.append("div");t.layerEnter(e,y,a)}),t.each(function(o){o.layerUpdate(e)}),t.exit().each(function(o){o.layerExit(e)}).remove(),this.zoomed()}},y.prototype.zoomed=function(){var o=this.gmap._overlay.getProjection();if(o){var t=new google.maps.LatLng(0,0),e=o.fromLatLngToDivPixel(t),y=parseFloat(this.surface.widgetX()),a=parseFloat(this.surface.widgetY()),i=[e.x-y,e.y-a],r=this.gmap._googleMap.getZoom();this._zoom.scale(n*(1<0})))});else t.push(o)}),a.choroPaths=a._choroplethData.selectAll(".data").data(a.visible()?t:[],function(o){return o[0]}),a.choroPaths.enter().append("path").attr("class","data").call(a._selection.enter.bind(a._selection)).on("click",function(o){a._dataMap[o[0]]&&a.click(a.rowToObj(a._dataMap[o[0]]),"weight",a._selection.selected(a))}).on("mouseover.tooltip",function(o){a.tooltipShow([o[0],o[1]],a.columns(),1)}).on("mouseout.tooltip",function(o){a.tooltipShow()}).on("mousemove.tooltip",function(o){a.tooltipShow([o[0],o[1]],a.columns(),1)}),a.choroPaths.attr("d",function(t){var e=o._d3GeoPath(a._choroTopologyFeatures[t[0]]);return e||console.log("Unknown Country: "+t),e}).style("fill",function(o){var t=a._palette(o[1],a._dataMinWeight,a._dataMaxWeight);return t}),a.choroPaths.exit().remove()})},a}); \ No newline at end of file diff --git a/dist/hpcc-viz-marshaller.js b/dist/hpcc-viz-marshaller.js new file mode 100644 index 0000000000..a18dda46a7 --- /dev/null +++ b/dist/hpcc-viz-marshaller.js @@ -0,0 +1,2619 @@ + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('marshaller/FlyoutButton',["../form/Button", "../layout/Popup", "../layout/Surface"], factory); + } else { + root.marshaller_FlyoutButton = factory(root.form_Button, root.layout_Popup, root.layout_Surface); + } +}(this, function (Button, Popup, Surface) { + function FlyoutButton() { + Button.call(this); + + this.value("^"); + + var context = this; + this._popupSurface = new Surface() + .surfaceBackgroundColor("rgb(234, 249, 255)") + .buttonAnnotations([ + { + id: "", + label: "\uf00d", + width: 20, + padding: "0px 5px", + class: "close", + font: "FontAwesome", + } + ]) + .on("click", function(ann) { + if (ann.class === "close") { + context._popup + .visible(false) + .popupState(false) + .render() + ; + } + }) + ; + this._popup = new Popup() + .size({ width: 400, height: 400 }) + .position("absolute") + .widget(this._popupSurface) + ; + } + FlyoutButton.prototype = Object.create(Button.prototype); + FlyoutButton.prototype.constructor = FlyoutButton; + FlyoutButton.prototype._class += " marshaller_FlyoutButton"; + + FlyoutButton.prototype.publishProxy("title", "_popupSurface"); + FlyoutButton.prototype.publishProxy("widget", "_popupSurface"); + FlyoutButton.prototype.publish("autoClose", true, "boolean", "Auto Close"); + + FlyoutButton.prototype.click = function (obj) { + var context = this; + this._popup + .visible(true) + .popupState(true) + .render(function (w) { + var bbox = context._popupSurface.widget().getBBox(); + context._popupSurface.resize({ + width: bbox.width, + height: bbox.height + context._popupSurface.calcHeight(context._popupSurface.element().select(".surfaceTitle")) + 18 + }); + context._popup.render(); + }) + ; + }; + + FlyoutButton.prototype.enter = function (domNode, element) { + Button.prototype.enter.apply(this, arguments); + var parentWidget = this; + while (parentWidget && ["marshaller_HTML", "marshaller_Graph", "composite_MegaChart"].indexOf(parentWidget.classID()) === -1) { + parentWidget = parentWidget.locateParentWidget(); + } + if (parentWidget) { + this._popupParentWidget = parentWidget; + this._popup + .target(parentWidget.node()) + ; + } + }; + + FlyoutButton.prototype.render = function (callback) { + var context = this; + var isVisible = this._popup.popupState(); + Button.prototype.render.call(context, function (widget) { + var popupParentWidgetBBox = context._popupParentWidget.getBBox(); + var bbox = widget.getBBox(); + context._popup + .left(bbox.x - popupParentWidgetBBox.x + bbox.width - context._popup.width()) + .top(bbox.y - popupParentWidgetBBox.y + bbox.height) + .visible(isVisible && context.autoClose() ? false : isVisible) // hack: closes the form when submit is clicked --- + .popupState(isVisible && context.autoClose() ? false : isVisible) + .render() + ; + if (callback) { + callback(widget); + } + }); + }; + + return FlyoutButton; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('marshaller/HipieDDL.js',["d3", "../common/Class", "../common/Database", "../common/Utility", "../other/Comms", "../common/Widget", "../composite/MegaChart", "../chart/MultiChart", "../other/Table", "require", "es6-promise"], factory); + } else { + root.marshaller_HipieDDL = factory(root.d3, root.common_Class, root.common_Database, root.common_Utility, root.other_Comms, root.common_Widget, root.composite_MegaChart, root.chart_MultiChart, root.other_Table, root.require); + } +}(this, function (d3, Class, Database, Utility, Comms, Widget, MegaChart, MultiChart, Table, require) { + var LOADING = "...loading..."; + var _CHANGED = "_changed"; + + function exists(prop, scope) { + var propParts = prop.split("."); + var testScope = scope; + for (var i = 0; i < propParts.length; ++i) { + var item = propParts[i]; + if (!testScope || testScope[item] === undefined) { + return false; + } + testScope = testScope[item]; + } + return true; + } + + function faCharFix(faChar) { + if (faChar) { + return String.fromCharCode(parseInt(faChar)); + } + return faChar; + } + + // Mappings --- + function SourceMappings(visualization, mappings) { + this.visualization = visualization; + var newMappings = {}; + for (var key in mappings) { + if (mappings[key] instanceof Array) { + mappings[key].forEach(function (mapingItem, idx) { + newMappings[idx === 0 ? key : key + "_" + idx] = mapingItem; + }); + } else { + newMappings[key] = mappings[key]; + } + } + this.mappings = newMappings; + this.hasMappings = false; + this.reverseMappings = {}; + this.columns = []; + this.columnsIdx = {}; + this.columnsRHS = []; + this.columnsRHSIdx = {}; + } + + SourceMappings.prototype.init = function() { + for (var key in this.mappings) { + this.reverseMappings[this.mappings[key]] = key; + if (this.columnsIdx[key] === undefined) { + this.columns.push(key); + this.columnsIdx[key] = this.columns.length - 1; + } + this.columnsRHS[this.columnsIdx[key]] = this.mappings[key]; + this.columnsRHSIdx[this.mappings[key]] = this.columnsIdx[key]; + this.hasMappings = true; + } + }; + + function hipieType2DBType(hipieType) { + switch (hipieType) { + case "bool": + case "boolean": + return "boolean"; + case "integer": + case "float": + case "double": + return "number"; + case "date": + case "time": + return "time"; + case "geohash": + return "geohash"; + case "dataset": + return "dataset"; + case "visualization": + return "widget"; + default: + if (hipieType) { + if (hipieType.indexOf("unsigned") === 0) { + return "number"; + } else if (hipieType.indexOf("integer") === 0) { + return "number"; + } else if (hipieType.indexOf("real") === 0) { + return "number"; + } else if (hipieType.indexOf("string") === 0) { + return "string"; + } + } + } + if (window.__hpcc_debug) { + console.log("unknown hipieType: " + hipieType); + } + return "string"; + } + + SourceMappings.prototype.getFields = function () { + if (this.visualization.fields) { + return Object.keys(this.mappings).map(function(key) { + return this.visualization.fields.filter(function(field) { + return field.id === this.mappings[key]; + }, this).map(function(field) { + return new Database.Field(field.id) + .type(hipieType2DBType(field.properties.type)) + .label(this.reverseMappings[field.id]) + ; + }, this)[0]; + }, this); + } + return null; + }; + + SourceMappings.prototype.contains = function (key) { + return this.mappings[key] !== undefined; + }; + + SourceMappings.prototype.doMap = function (item) { + var retVal = []; + for (var key in this.mappings) { + var rhsKey = this.mappings[key]; + try { + var val = item[rhsKey]; + if (val === undefined) { + val = item[rhsKey.toLowerCase()]; + } + retVal[this.columnsIdx[key]] = val; + } catch (e) { + console.log("Invalid Mapping: " + this.visualization.id + " [" + rhsKey + "->" + item + "]"); + } + } + return retVal; + }; + + SourceMappings.prototype.doMapAll = function (data) { + return data.hipieMappings(this.columnsRHS, this.visualization.dashboard.marshaller.missingDataString()); + }; + + SourceMappings.prototype.getMap = function (key) { + return this.mappings[key]; + }; + + SourceMappings.prototype.getReverseMap = function (key) { + return this.reverseMappings[key]; + }; + + function ChartMappings(visualization, mappings) { + SourceMappings.call(this, visualization, mappings); + this.columns = ["label", "weight"]; + this.columnsIdx = { label: 0, weight: 1 }; + this.init(); + } + ChartMappings.prototype = Object.create(SourceMappings.prototype); + + function ChoroMappings(visualization, mappings) { + SourceMappings.call(this, visualization, mappings); + if (mappings.state) { + this.columns = ["state", "weight"]; + this.columnsIdx = { state: 0, weight: 1 }; + } else if (mappings.county) { + this.columns = ["county", "weight"]; + this.columnsIdx = { county: 0, weight: 1 }; + } else if (mappings.geohash) { + this.columns = ["geohash", "weight"]; + this.columnsIdx = { geohash: 0, weight: 1 }; + } + this.init(); + } + ChoroMappings.prototype = Object.create(SourceMappings.prototype); + + function ChoroMappings2(visualization, mappings) { + SourceMappings.call(this, visualization, mappings); + if (mappings.state) { + this.columns = ["state"]; + this.columnsIdx = { state: 0 }; + } else if (mappings.county) { + this.columns = ["county"]; + this.columnsIdx = { county: 0}; + } else if (mappings.geohash) { + this.columns = ["geohash", "label"]; + this.columnsIdx = { geohash: 0, label: 1 }; + } + var weightOffset = this.columns.length; + mappings.weight.forEach(function (w, i) { + this.columns.push(w); + this.columnsIdx[i === 0 ? "weight" : "weight_" + i] = i + weightOffset; + }, this); + this.init(); + } + ChoroMappings2.prototype = Object.create(SourceMappings.prototype); + + function HeatMapMappings(visualization, mappings) { + SourceMappings.call(this, visualization, mappings); + this.columns = ["x", "y", "weight"]; + this.columnsIdx = { x: 0, y:1, weight: 2 }; + this.init(); + } + HeatMapMappings.prototype = Object.create(SourceMappings.prototype); + + function LineMappings(visualization, mappings) { + var newMappings = { + label: mappings.x[0] + }; + mappings.y.forEach(function(item, idx) { + newMappings[item] = item; + }); + SourceMappings.call(this, visualization, newMappings); + this.init(); + } + LineMappings.prototype = Object.create(SourceMappings.prototype); + + function TableMappings(visualization, mappings) { + var newMappings = {}; + for (var key in mappings) { + mappings[key].forEach(function (mapingItem, idx) { + newMappings[visualization.label[idx]] = mapingItem; + }); + } + SourceMappings.call(this, visualization, newMappings); + this.init(); + } + TableMappings.prototype = Object.create(SourceMappings.prototype); + + TableMappings.prototype.init = function () { + this.visualization.label.forEach(function (label, idx) { + this.reverseMappings[this.mappings[label]] = label; + this.columns.push(label); + this.columnsIdx[label] = idx; + this.columnsRHS[idx] = this.mappings[label]; + this.columnsRHSIdx[this.mappings[label]] = idx; + this.hasMappings = true; + }, this); + }; + + TableMappings.prototype.doMapAll = function (data) { + var retVal = SourceMappings.prototype.doMapAll.apply(this, arguments); + if (retVal instanceof Array) { + //var columnsRHS = this.visualization.source.getColumnsRHS(); + this.visualization.fields.forEach(function (field, idx) { + var fieldType = (!field || !field.properties) ? "unknown" : hipieType2DBType(field.properties.type); + switch (fieldType) { + case "dataset": + retVal = retVal.map(function (row) { + row.forEach(function (cell, cellIdx) { + if (cellIdx === idx) { + cell = cell.Row || cell; + var columns = []; + var columnsIdx = {}; + var data = cell.map(function (row, idx) { + var retVal = []; + retVal.length = columns.length; + for (var key in row) { + if (idx === 0) { + columnsIdx[key] = columns.length; + columns.push(key); + } + retVal[columnsIdx[key]] = row[key]; + } + return retVal; + }); + var table = new Table() + .columns(columns) + .data(data) + ; + row[cellIdx] = table; + } + }); + return row; + }); + break; + case "widget": + retVal = retVal.map(function (row) { + row.forEach(function (cell, cellIdx) { + if (cellIdx === idx) { + var viz = this.visualization.vizDeclarations[field.properties.localVisualizationID]; + var output = viz.source.getOutput(); + var db = output.db; + output.setData(cell, {}, []); + var widget = viz.widget; + var newWidget = new widget.constructor() + .showToolbar(false) + .legendPosition("none") + .chartType(widget.chartType()) + .chartTypeDefaults(widget.chartTypeDefaults()) + .columns(viz.source.getColumns()) + .data(viz.source.getData()) + ; + output.db = db; + row[cellIdx] = newWidget; + } + }, this); + return row; + }, this); + break; + } + }, this); + } + return retVal; + }; + + function GraphMappings(visualization, mappings, link) { + SourceMappings.call(this, visualization, mappings); + this.icon = visualization.icon || {}; + this.fields = visualization.fields || []; + this.columns = ["uid", "label", "weight", "flags"]; + this.columnsIdx = { uid: 0, label: 1, weight: 2, flags: 3 }; + this.init(); + this.link = link; + this.linkMappings = new SourceMappings(visualization, this.link.mappings); + this.linkMappings.columns = ["uid"]; + this.linkMappings.columnsIdx = { uid: 0 }; + this.visualization = visualization; + } + GraphMappings.prototype = Object.create(SourceMappings.prototype); + + GraphMappings.prototype.calcIconInfo = function (field, origItem, forAnnotation) { + var retVal = {}; + function mapStruct(struct, retVal) { + if (struct) { + for (var key in struct) { + switch (key) { + case "faChar": + retVal.faChar = faCharFix(struct.faChar); + break; + default: + if (forAnnotation && key.indexOf("icon_") === 0) { // Backward compatability + console.log("Deprecated flag property: " + key); + retVal[key.split("icon_")[1]] = struct[key]; + }else{ + retVal[key] = struct[key]; + } + } + } + } + } + if (origItem && origItem[field.fieldid] && field.valuemappings) { + var annotationInfo = field.valuemappings[origItem[field.fieldid]]; + mapStruct(annotationInfo, retVal); + } + + for (var key in retVal) { // jshint ignore:line + return retVal; + } + return null; + }; + + GraphMappings.prototype.doMapAll = function (db) { + var data = db.jsonObj(); + var context = this; + var vertexMap = {}; + var vertices = []; + var graph = this.visualization.widget; + function getVertex(item, origItem) { + var id = "uid_" + item[0]; + var retVal = vertexMap[id]; + if (!retVal && origItem) { + retVal = new graph.Vertex() + .faChar((context.icon && context.icon.faChar ? faCharFix(context.icon.faChar) : "\uf128")) + .text(item[1] ? item[1] : "") + ; + retVal.__hpcc_uid = item[0]; + vertexMap[id] = retVal; + vertices.push(retVal); + + // Icon --- + var iconInfo = context.calcIconInfo(context.visualization.icon, origItem, false); + if (iconInfo) { + for (var key in iconInfo) { + if (retVal[key]) { + retVal[key](iconInfo[key]); + } + } + } + + // Annotations --- + var annotations = []; + context.visualization.flag.forEach(function (field) { + var iconInfo = context.calcIconInfo(field, origItem, true); + if (iconInfo) { + annotations.push(iconInfo); + } + }); + retVal.annotationIcons(annotations); + } + return retVal; + } + var edges = []; + data.forEach(function (item) { + var mappedItem = context.doMap(item); + getVertex(mappedItem, item); + }); + data.forEach(function (item) { + var mappedItem = context.doMap(item); + var vertex = getVertex(mappedItem, item); + if (item[context.link.childfile] && item[context.link.childfile] instanceof Array) { + var childItems = item[context.link.childfile]; + childItems.forEach(function (childItem, i) { + var childMappedItem = context.linkMappings.doMap(childItem); + var childVertex = getVertex(childMappedItem); + if (childVertex && vertex.id() !== childVertex.id()) { + var edge = new graph.Edge() + .sourceVertex(vertex) + .targetVertex(childVertex) + .sourceMarker("circle") + .targetMarker("arrow") + ; + edges.push(edge); + } + }); + } + }); + return { vertices: vertices, edges: edges, merge: false }; + }; + + // Viz Source --- + function Source(visualization, source) { + this.visualization = visualization; + if (source) { + this._id = source.id; + this._output = source.output; + this.mappings = null; + if (!source.mappings) { + console.log("no mappings for:" + visualization.id + "->" + source.id); + } + switch (this.visualization.type) { + case "LINE": + this.mappings = new LineMappings(this.visualization, source.mappings); + break; + case "TABLE": + this.mappings = new TableMappings(this.visualization, source.mappings); + break; + case "GRAPH": + this.mappings = new GraphMappings(this.visualization, source.mappings, source.link); + break; + case "CHORO": + if (source.mappings.weight instanceof Array && source.mappings.weight.length) { + this.mappings = new ChoroMappings2(this.visualization, source.mappings, source.link); + if (source.mappings.weight.length > 1) { + this.visualization.type = "LINE"; + } + } else { + this.mappings = new ChoroMappings(this.visualization, source.mappings, source.link); + } + break; + case "HEAT_MAP": + this.mappings = new HeatMapMappings(this.visualization, source.mappings, source.link); + break; + default: + this.mappings = new ChartMappings(this.visualization, source.mappings); + break; + } + this.first = source.first; + this.reverse = source.reverse; + this.sort = source.sort; + } + } + + Source.prototype.getQualifiedID = function () { + return this.visualization.getQualifiedID() + "." + this.id; + }; + + Source.prototype.exists = function () { + return this._id; + }; + + Source.prototype.getDatasource = function () { + return this.visualization.dashboard.datasources[this._id]; + }; + + Source.prototype.getOutput = function () { + var datasource = this.getDatasource(); + if (datasource && datasource.outputs) { + return datasource.outputs[this._output]; + } + return null; + }; + + Source.prototype.clearOutputRequest = function () { + var op = this.getOutput(); + if (op) { + op.request = {}; + } + }; + + Source.prototype.hasData = function () { + return this.getOutput().db ? true : false; + }; + + Source.prototype.getFields = function () { + return this.mappings.getFields(); + }; + + Source.prototype.getColumnsRHS = function () { + return this.mappings.columnsRHS; + }; + + Source.prototype.getColumns = function () { + return this.mappings && this.mappings.columns ? this.mappings.columns : []; + }; + + Source.prototype.getData = function () { + var db = this.getOutput().db; + var dataRef = db.data(); + if (dataRef.length && this.sort) { + Utility.multiSort(dataRef, db.hipieMapSortArray(this.sort)); + } + var retVal = this.mappings.doMapAll(db); + if (this.reverse) { + retVal.reverse(); + } + if (this.first && retVal.length > this.first) { + retVal.length = this.first; + } + return retVal; + }; + + Source.prototype.getXTitle = function () { + return this.mappings.columns[0]; + }; + + Source.prototype.getYTitle = function () { + return this.mappings.columns.filter(function(d, i) {return i > 0;}).join(" / "); + }; + + // Viz Events --- + function EventUpdate(event, update, defMappings) { + this.event = event; + this.dashboard = event.visualization.dashboard; + this._visualization = update.visualization; + this._instance = update.instance; + this._datasource = update.datasource; + this._merge = update.merge; + this._mappings = update.mappings || defMappings; + } + + EventUpdate.prototype.getDatasource = function () { + return this.dashboard.getDatasource(this._datasource); + }; + + EventUpdate.prototype.getVisualization = function () { + return this.dashboard.getVisualization(this._visualization); + }; + + EventUpdate.prototype.mapData = function (row) { + var retVal = {}; + if (row) { + var vizSource = this.event.visualization.source; + for (var key in this._mappings) { + var origKey = (vizSource.mappings && vizSource.mappings.hasMappings) ? vizSource.mappings.getReverseMap(key) : key; + retVal[this._mappings[key]] = row[origKey]; + } + } + return retVal; + }; + + EventUpdate.prototype.mapSelected = function () { + if (this.event.visualization.hasSelection()) { + return this.mapData(this.event.visualization._widgetState.row); + } + return {}; + }; + + EventUpdate.prototype.calcRequestFor = function (visualization) { + var retVal = {}; + var updateVisualization = this.getVisualization(); + updateVisualization.getInputVisualizations().forEach(function (inViz, idx) { + // Calc request for each visualization to be updated --- + var changed = inViz === visualization; + inViz.getUpdatesForVisualization(updateVisualization).forEach(function (inVizUpdateObj) { + // Gather all contributing "input visualization events" for the visualization that is to be updated --- + var inVizRequest = inVizUpdateObj.mapSelected(); + for (var key in inVizRequest) { + if (retVal[key] && retVal[key] !== inVizRequest[key]) { + console.log("Duplicate Filter with mismatched value (defaulting to 'first' or 'first changed' instance): " + key); + if (changed) { + retVal[key] = inVizRequest[key]; + retVal[key + _CHANGED] = changed; + } + } else { + retVal[key] = inVizRequest[key]; + retVal[key + _CHANGED] = changed; + } + } + }); + }); + return retVal; + }; + + function Event(visualization, eventID, event) { + this.visualization = visualization; + this.eventID = eventID; + this._updates = []; + if (event) { + this._updates = event.updates.map(function (updateInfo) { + return new EventUpdate(this, updateInfo, event.mappings); + }, this); + } + } + + Event.prototype.exists = function () { + return this._updates.length; + }; + + Event.prototype.getUpdates = function () { + return this._updates; + }; + + Event.prototype.getUpdatesDatasources = function () { + var dedup = {}; + var retVal = []; + this.getUpdatesVisualizations().forEach(function (item, idx) { + var datasource = item.source.getDatasource(); + if (datasource && !dedup[datasource.id]) { + dedup[datasource.id] = true; + retVal.push(datasource); + } + }, this); + return retVal; + }; + + Event.prototype.getUpdatesVisualizations = function () { + var dedup = {}; + var retVal = []; + this._updates.forEach(function (updateObj, idx) { + var visualization = updateObj.getVisualization(); + if (!dedup[visualization.id]) { + dedup[visualization.id] = true; + retVal.push(visualization); + } + }, this); + return retVal; + }; + + Event.prototype.fetchData = function () { + var fetchDataOptimizer = new VisualizationRequestOptimizer(); + this.getUpdates().forEach(function (updateObj) { + fetchDataOptimizer.appendRequest(updateObj.getDatasource(), updateObj.calcRequestFor(this.visualization), updateObj.getVisualization()); + }, this); + return fetchDataOptimizer.fetchData(); + }; + + function Events(visualization, events) { + this.visualization = visualization; + this.events = {}; + for (var key in events) { + this.events[key] = new Event(visualization, key, events[key]); + } + } + + Events.prototype.setWidget = function (widget) { + var context = this; + for (var key in this.events) { + if (widget["vertex_" + key]) { + widget["vertex_" + key] = function (row) { + context.visualization.processEvent(key, context.events[key], row); + }; + } else if (widget[key]) { + widget[key] = function (row, col, selected) { + context.visualization.processEvent(key, context.events[key], row, col, selected); + }; + } + } + }; + + Events.prototype.exists = function () { + return this._updates !== undefined; + }; + + Events.prototype.getUpdates = function () { + var retVal = []; + for (var key in this.events) { + retVal = retVal.concat(this.events[key].getUpdates()); + } + return retVal; + }; + + Events.prototype.getUpdatesDatasources = function () { + var retVal = []; + for (var key in this.events) { + retVal = retVal.concat(this.events[key].getUpdatesDatasources()); + } + return retVal; + }; + + Events.prototype.getUpdatesVisualizations = function () { + var retVal = []; + for (var key in this.events) { + retVal = retVal.concat(this.events[key].getUpdatesVisualizations()); + } + return retVal; + }; + + // Visualization --- + function Visualization(dashboard, visualization, parentVisualization) { + Class.call(this); + + this.dashboard = dashboard; + this.parentVisualization = parentVisualization; + this.id = visualization.id; + + this.label = visualization.label; + this.title = visualization.title || visualization.id; + this.type = visualization.type; + this.icon = visualization.icon || {}; + this.flag = visualization.flag || []; + this.fields = visualization.fields || []; + this.fieldsMap = {}; + this.fields.forEach(function (d) { + this.fieldsMap[d.id] = d; + }, this); + + this.properties = visualization.properties || (visualization.source ? visualization.source.properties : null) || {}; + this.source = new Source(this, visualization.source); + this.events = new Events(this, visualization.events); + this.layers = []; + this.hasVizDeclarations = false; + this.vizDeclarations = {}; + if (this.type === "CHORO") { + this.layers = (visualization.visualizations || []).map(function (innerViz) { + return new Visualization(dashboard, innerViz, this); + }, this); + } else { + (visualization.visualizations || []).forEach(function (innerViz) { + this.vizDeclarations[innerViz.id] = new Visualization(dashboard, innerViz, this); + this.hasVizDeclarations = true; + }, this); + } + var context = this; + switch (this.type) { + case "CHORO": + var chartType = visualization.properties && visualization.properties.charttype ? visualization.properties.charttype : ""; + switch (chartType) { + case "MAP_PINS": + this.loadWidget("../map/Pins", function (widget) { + widget + .id(visualization.id) + .columns(context.source.getColumns()) + .geohashColumn("geohash") + .tooltipColumn("label") + .fillColor(visualization.color ? visualization.color : null) + .projection("albersUsaPr") + ; + }); + break; + default: + chartType = "CHORO_USSTATES"; + if (this.source.mappings.contains("state")) { + chartType = "CHORO_USSTATES"; + } else if (this.source.mappings.contains("county")) { + chartType = "CHORO_USCOUNTIES"; + } else if (this.source.mappings.contains("country")) { + chartType = "CHORO_COUNTRIES"; + } + Promise.all(context.layers.map(function (layer) { return layer.loadedPromise(); })).then(function () { + context.loadWidget("../composite/MegaChart", function (widget) { + var layers = context.layers.map(function (layer) { return layer.widget; }); + widget + .id(visualization.id) + .legendPosition_default("none") + .showChartSelect_default(false) + .chartType_default(chartType) + .chartTypeDefaults({ + autoScaleMode: layers.length ? "data" : "mesh" + }) + .chartTypeProperties({ + layers: layers + }) + ; + }); + }); + break; + } + break; + case "2DCHART": + case "PIE": + case "BUBBLE": + case "BAR": + case "WORD_CLOUD": + this.loadWidget("../composite/MegaChart", function (widget) { + widget + .id(visualization.id) + .legendPosition_default("none") + .chartType_default(context.properties.chartType || context.properties.charttype || context.type) + ; + }); + break; + case "LINE": + this.loadWidget("../composite/MegaChart", function (widget) { + widget + .id(visualization.id) + .legendPosition_default("none") + //.domainAxisTitle(context.source.getXTitle()) + //.valueAxisTitle(context.source.getYTitle()) + .chartType_default(context.properties.chartType || context.properties.charttype || context.type) + ; + }); + break; + case "TABLE": + this.loadWidget("../composite/MegaChart", function (widget) { + widget + .id(visualization.id) + .legendPosition_default("none") + .showChartSelect_default(false) + .chartType_default("TABLE") + ; + }); + break; + case "SLIDER": + this.loadWidget("../form/Slider", function (widget) { + widget + .id(visualization.id) + ; + if (visualization.range) { + var selectionLabel = ""; + for (var key in visualization.source.mappings) { + selectionLabel = key; + break; + } + widget + .low_default(+visualization.range[0]) + .high_default(+visualization.range[1]) + .step_default(+visualization.range[2]) + .selectionLabel_default(selectionLabel) + ; + } + }); + break; + case "GRAPH": + this.loadWidgets(["../graph/Graph"], function (widget) { + widget + .id(visualization.id) + .layout_default("ForceDirected2") + .applyScaleOnLayout_default(true) + ; + }); + break; + case "FORM": + this.loadWidgets(["../form/Form", "../form/Input", "../form/Button", "../form/CheckBox", "../form/ColorInput", "../form/Radio", "../form/Range", "../form/Select", "../form/Slider", "../form/TextArea"], function (widget, widgetClasses) { + var Input = widgetClasses[1]; + var CheckBox = widgetClasses[3]; + var Radio = widgetClasses[5]; + var Select = widgetClasses[7]; + var TextArea = widgetClasses[9]; + + widget + .id(visualization.id) + .inputs(visualization.fields.map(function (field) { + + var selectOptions = []; + var options = []; + var inp; + switch (field.properties.charttype) { + case "TEXT": + inp = new Input() + .type_default("text") + ; + break; + case "TEXTAREA": + inp = new TextArea(); + break; + case "CHECKBOX": + inp = new CheckBox(); + break; + case "RADIO": + inp = new Radio(); + break; + case "HIDDEN": + inp = new Input() + .type_default("hidden") + ; + break; + default: + if (field.properties.enumvals) { + inp = new Select(); + options = field.properties.enumvals; + for (var val in options) { + selectOptions.push([val, options[val]]); + } + } else { + inp = new Input() + .type_default("text") + ; + } + break; + } + + inp + .name_default(field.id) + .label_default((field.properties ? field.properties.label : null) || field.label) + .value_default(field.properties.default ? field.properties.default : "") // TODO Hippie support for multiple default values (checkbox only) + ; + + if (inp instanceof CheckBox || inp instanceof Radio) { // change this to instanceof? + var vals = Object.keys(field.properties.enumvals); + inp.selectOptions_default(vals); + } else if (selectOptions.length) { + inp.selectOptions_default(selectOptions); + } + + return inp; + })) + ; + }); + break; + case "HEAT_MAP": + this.loadWidgets(["../other/HeatMap"], function (widget) { + widget + .id(visualization.id) + .image_default(context.properties.imageUrl) + ; + }); + break; + default: + this.loadWidget("../common/TextBox", function (widget) { + widget + .id(visualization.id) + .text_default(context.id + "\n" + "TODO: " + context.type) + ; + }); + break; + } + } + Visualization.prototype = Object.create(Class.prototype); + Visualization.prototype.constructor = Visualization; + + Visualization.prototype.getQualifiedID = function () { + return this.id; + }; + + Visualization.prototype.loadedPromise = function () { + var context = this; + return new Promise(function (resolve, reject) { + var intervalHandle = setInterval(function () { + if (context.isLoaded()) { + clearInterval(intervalHandle); + resolve(); + } + }, 100); + }); + }; + + Visualization.prototype.isLoading = function () { + return this.widget === null; + }; + + Visualization.prototype.isLoaded = function () { + return this.widget instanceof Widget; + }; + + + Visualization.prototype.loadMegaChartWidget = function (widgetPath, callback) { + this.loadWidgets(["../composite/MegaChart", widgetPath], function (megaChart, widgets) { + var chart = new widgets[1](); + megaChart + .chartType_default(MultiChart.prototype._allChartTypesByClass[chart.classID()].id) + .chart(chart) + ; + if (callback) { + callback(megaChart, chart, widgets); + } + }); + }; + + Visualization.prototype.loadWidget = function (widgetPath, callback) { + this.loadWidgets([widgetPath], callback); + }; + + Visualization.prototype.loadWidgets = function (widgetPaths, callback) { + this.widget = null; + + var context = this; + require(widgetPaths, function (Widget) { + var existingWidget = context.dashboard.marshaller._widgetMappings.get(context.id); + if (existingWidget) { + if (Widget.prototype._class !== existingWidget._class) { + console.log("Unexpected persisted widget type (old persist string?)"); + } + context.setWidget(existingWidget); + } else { + context.setWidget(new Widget()); + } + if (callback) { + callback(context.widget, arguments); + } + }); + }; + + Visualization.prototype.setWidget = function (widget) { + this.widget = widget; + this.events.setWidget(widget); + if (this.widget.columns) { + var columns = this.source.getColumns(); + this.widget.columns(columns); + } + for (var key in this.properties) { + switch (widget.classID()) { + case "chart_MultiChart": + case "composite_MegaChart": + widget.chartTypeDefaults()[key] = this.properties[key]; + break; + default: + if (this.widget[key + "_default"]) { + try { + this.widget[key + "_default"](this.properties[key]); + } catch (e) { + console.log("Invalid Property:" + this.id + ".properties." + key); + } + } + } + } + return this.widget; + }; + + Visualization.prototype.accept = function (visitor) { + visitor.visit(this); + }; + + Visualization.prototype.getUpdates = function () { + return this.events.getUpdates(); + }; + + Visualization.prototype.getUpdatesForDatasource = function (otherDatasource) { + return this.events.getUpdates().filter(function (updateObj) { + return updateObj.getDatasource() === otherDatasource; + }); + }; + + Visualization.prototype.getUpdatesForVisualization = function (otherViz) { + return this.events.getUpdates().filter(function (updateObj) { + return updateObj.getVisualization() === otherViz; + }); + }; + + Visualization.prototype.update = function (params) { + if (!params) { + var paramsArr = []; + var dedupParams = {}; + var updatedBy = this.getInputVisualizations(); + updatedBy.forEach(function (viz) { + if (viz.hasSelection()) { + viz.getUpdatesForVisualization(this).forEach(function (updateObj) { + var mappedData = updateObj.mapSelected(); + for (var key in mappedData) { + if (mappedData[key]) { + if (!dedupParams[key]) { + dedupParams[key] = true; + paramsArr.push(mappedData[key]); + } + } + } + }); + } + }, this); + params = paramsArr.join(", "); + } + + var titleWidget = null; + if (!this.parentVisualization) { + titleWidget = this.widget; + while (titleWidget && !titleWidget.title) { + titleWidget = titleWidget.locateParentWidget(); + } + } + + var context = this; + return new Promise(function (resolve, reject) { + if (titleWidget) { + var title = titleWidget.title(); + var titleParts = title.split(" ("); + titleWidget + .title(titleParts[0] + (params ? " (" + params + ")" : "")) + .render(function () { + resolve(); + }) + ; + } else { + context.widget.render(function () { + resolve(); + }); + } + }); + }; + + Visualization.prototype.notify = function () { + if (this.widget) { + var data = this.source.hasData() ? this.source.getData() : []; + this.widget.data(data); + return this.update(); + } + return Promise.resolve(); + }; + + Visualization.prototype.clear = function () { + this._widgetState = { + row: {}, + selected: false + }; + this.fields.forEach(function (field) { + if (field.properties && field.properties.default !== undefined) { + this._widgetState.row[field.id] = field.properties.default; + this._widgetState.selected = true; + } + }, this); + if (this.widget && this.dashboard.marshaller.clearDataOnUpdate()) { + this.widget.data([]); + this.source.clearOutputRequest(); + } + if (this.dashboard.marshaller.propogateClear()) { + this.events.getUpdatesVisualizations().forEach(function (updatedViz) { + updatedViz.clear(); + }); + } + }; + + Visualization.prototype.on = function (eventID, func) { + var context = this; + this.overrideMethod(eventID, function (origFunc, args) { + origFunc.apply(context, args); + setTimeout(function () { + func.apply(context, args); + }, 0); + }); + return this; + }; + + Visualization.prototype.calcRequestFor = function (visualization) { + var retVal = {}; + this.getUpdatesForVisualization(visualization).forEach(function (updatesObj) { + // TODO: When we support more than "click" this will need enhancment... + retVal = updatesObj.calcRequestFor(visualization); + }); + return retVal; + }; + + Visualization.prototype.processEvent = function (eventID, event, row, col, selected) { + this._widgetState = { + row: row, + col: col, + selected: selected === undefined ? true : selected + }; + var context = this; + setTimeout(function () { + event.fetchData().then(function (promises) { + context.dashboard.marshaller.vizEvent(context.widget, "post_" + eventID, row, col, selected); + }); + }, 0); + }; + + Visualization.prototype.hasSelection = function () { + return this._widgetState && this._widgetState.selected; + }; + + Visualization.prototype.getInputVisualizations = function () { + return this.dashboard.marshaller.getVisualizationArray().filter(function (viz) { + var updates = viz.events.getUpdatesVisualizations(); + if (updates.indexOf(this) >= 0) { + return true; + } + return false; + }, this); + }; + + Visualization.prototype.serializeState = function () { + var state = { + widgetState: this._widgetState + }; + if (this.widget) { + if (this.widget.serializeState) { + state.widget = this.widget.serializeState(); + } else if (this.widget.data) { + state.widget = { + data: this.widget.data() + }; + } + } + return state; + }; + + Visualization.prototype.deserializeState = function (state) { + if (state) { + this._widgetState = state.widgetState; + if (this.widget && state.widget) { + if (this.widget.deserializeState) { + this.widget.deserializeState(state.widget); + } else if (this.widget.data && state.widget.data) { + this.widget.data(state.widget.data); + } + } + } + return this; + }; + + // Output --- + function Output(dataSource, output) { + this.dataSource = dataSource; + this.id = output.id; + this.from = output.from; + this.request = {}; + this.notify = output.notify || []; + this.filter = output.filter || []; + } + + Output.prototype.getQualifiedID = function () { + return this.dataSource.getQualifiedID() + "." + this.id; + }; + + Output.prototype.getUpdatesVisualizations = function () { + var retVal = []; + this.notify.forEach(function (item) { + retVal.push(this.dataSource.dashboard.getVisualization(item)); + }, this); + return retVal; + }; + + Output.prototype.accept = function (visitor) { + visitor.visit(this); + }; + + Output.prototype.vizNotify = function (updates) { + var promises = []; + this.notify.filter(function (item) { + return !updates || updates.indexOf(item) >= 0; + }).forEach(function (item) { + var viz = this.dataSource.dashboard.getVisualization(item); + promises.push(viz.notify()); + }, this); + return Promise.all(promises); + }; + + Output.prototype.setData = function (data, request, updates) { + this.request = request; + this.db = new Database.Grid().jsonObj(data); + return this.vizNotify(updates); + }; + + + // FetchData Optimizers --- + function DatasourceRequestOptimizer() { + this.datasourceRequests = { + }; + } + + DatasourceRequestOptimizer.prototype.appendRequest = function (updateDatasource, request, updateVisualization) { + var datasourceRequestID = updateDatasource.id + "(" + JSON.stringify(request) + ")"; + if (!this.datasourceRequests[datasourceRequestID]) { + this.datasourceRequests[datasourceRequestID] = { + updateDatasource: updateDatasource, + request: request, + updates: [] + }; + } else if (window.__hpcc_debug) { + console.log("Optimized duplicate fetch: " + datasourceRequestID); + } + var datasourceOptimizedItem = this.datasourceRequests[datasourceRequestID]; + if (datasourceOptimizedItem.updates.indexOf(updateVisualization.id) < 0) { + datasourceOptimizedItem.updates.push(updateVisualization.id); + } + }; + + DatasourceRequestOptimizer.prototype.fetchData = function () { + var promises = []; + for (var key in this.datasourceRequests) { + var item = this.datasourceRequests[key]; + promises.push(item.updateDatasource.fetchData(item.request, item.updates)); + } + return Promise.all(promises); + }; + + function VisualizationRequestOptimizer() { + this.visualizationRequests = { + }; + } + + VisualizationRequestOptimizer.prototype.appendRequest = function (updateDatasource, request, updateVisualization) { + if (updateDatasource && updateVisualization) { + var visualizationRequestID = updateVisualization.id + "(" + updateDatasource.id + ")"; + if (!this.visualizationRequests[visualizationRequestID]) { + this.visualizationRequests[visualizationRequestID] = { + updateVisualization: updateVisualization, + updateDatasource: updateDatasource, + request: {} + }; + } else if (window.__hpcc_debug) { + console.log("Optimized duplicate fetch: " + visualizationRequestID); + } + var visualizationOptimizedItem = this.visualizationRequests[visualizationRequestID]; + Utility.mixin(visualizationOptimizedItem.request, request); + } + }; + + VisualizationRequestOptimizer.prototype.fetchData = function () { + var datasourceRequestOptimizer = new DatasourceRequestOptimizer(); + for (var key in this.visualizationRequests) { + var item = this.visualizationRequests[key]; + if (item.updateVisualization.type !== "GRAPH") { + item.updateVisualization.clear(); + } + item.updateVisualization.update(LOADING); + datasourceRequestOptimizer.appendRequest(item.updateDatasource, item.request, item.updateVisualization); + } + return datasourceRequestOptimizer.fetchData(); + }; + + // DataSource --- + function DataSource(dashboard, dataSource, proxyMappings, timeout) { + this.dashboard = dashboard; + this.id = dataSource.id; + this.filter = dataSource.filter || []; + this.WUID = dataSource.WUID; + this.URL = dashboard.marshaller.espUrl && dashboard.marshaller.espUrl._url ? dashboard.marshaller.espUrl._url : dataSource.URL; + this.databomb = dataSource.databomb; + this.request = {}; + this._loadedCount = 0; + + var context = this; + this.outputs = {}; + var hipieResults = []; + dataSource.outputs.forEach(function (item) { + context.outputs[item.id] = new Output(context, item); + hipieResults.push({ + id: item.id, + from: item.from, + filter: item.filter || this.filter + }); + }, this); + + if (this.WUID) { + this.comms = new Comms.HIPIEWorkunit() + .url(this.URL) + .proxyMappings(proxyMappings) + .timeout(timeout) + .hipieResults(hipieResults) + ; + } else if (this.databomb) { + this.comms = new Comms.HIPIEDatabomb() + .hipieResults(hipieResults) + ; + } else { + this.comms = new Comms.HIPIERoxie() + .url(dataSource.URL) + .proxyMappings(proxyMappings) + .timeout(timeout) + ; + } + } + + DataSource.prototype.getQualifiedID = function () { + return this.dashboard.getQualifiedID() + "." + this.id; + }; + + DataSource.prototype.getUpdatesVisualizations = function () { + var retVal = []; + for (var key in this.outputs) { + this.outputs[key].getUpdatesVisualizations().forEach(function (visualization) { + retVal.push(visualization); + }); + } + return retVal; + }; + + DataSource.prototype.accept = function (visitor) { + visitor.visit(this); + for (var key in this.outputs) { + this.outputs[key].accept(visitor); + } + }; + + var transactionID = 0; + var transactionQueue = []; + DataSource.prototype.fetchData = function (request, updates) { + var myTransactionID = ++transactionID; + transactionQueue.push(myTransactionID); + + var context = this; + this.filter.forEach(function (item) { + this.request[item + _CHANGED] = request[item + _CHANGED] || false; + var value = request[item] === undefined ? null : request[item]; + if (this.request[item] !== value) { + this.request[item] = value; + } + }, this); + this.request.refresh = request.refresh; + if (window.__hpcc_debug) { + console.log("fetchData: " + JSON.stringify(updates) + "(" + JSON.stringify(request) + ")"); + } + for (var key in this.request) { + if (this.request[key] === null) { + delete this.request[key]; + } + } + var now = Date.now(); + this.dashboard.marshaller.commsEvent(this, "request", this.request); + return new Promise(function (resolve, reject) { + context.comms.call(context.request).then(function (response) { + var intervalHandle = setInterval(function () { + if (transactionQueue[0] === myTransactionID && Date.now() - now >= 500) { // 500 is to allow for all "clear" transitions to complete... + clearTimeout(intervalHandle); + context.processResponse(response, request, updates).then(function () { + transactionQueue.shift(); + resolve(response); + context.dashboard.marshaller.commsEvent(context, "response", context.request, response); + ++context._loadedCount; + }); + } + }, 100); + }).catch(function (e) { + context.dashboard.marshaller.commsEvent(context, "error", context.request, e); + reject(e); + }); + }); + }; + + DataSource.prototype.processResponse = function (response, request, updates) { + var lowerResponse = {}; + for (var responseKey in response) { + lowerResponse[responseKey.toLowerCase()] = response[responseKey]; + } + var promises = []; + for (var key in this.outputs) { + var from = this.outputs[key].from; + if (!from) { + // Temp workaround for older services --- + from = this.outputs[key].id.toLowerCase(); + } + if (exists(from, response)) { + if (!exists(from + _CHANGED, response) || (exists(from + _CHANGED, response) && response[from + _CHANGED].length && response[from + _CHANGED][0][from + _CHANGED])) { + promises.push(this.outputs[key].setData(response[from], request, updates)); + } else { + // TODO - I Suspect there is a HIPIE/Roxie issue here (empty request) + promises.push(this.outputs[key].vizNotify(updates)); + } + } else if (exists(from, lowerResponse)) { + console.log("DDL 'DataSource.From' case is Incorrect"); + if (!exists(from + _CHANGED, lowerResponse) || (exists(from + _CHANGED, lowerResponse) && response[from + _CHANGED].length && lowerResponse[from + _CHANGED][0][from + _CHANGED])) { + promises.push(this.outputs[key].setData(lowerResponse[from], request, updates)); + } else { + // TODO - I Suspect there is a HIPIE/Roxie issue here (empty request) + promises.push(this.outputs[key].vizNotify(updates)); + } + } else { + var responseItems = []; + for (var responseKey2 in response) { + responseItems.push(responseKey2); + } + console.log("Unable to locate '" + from + "' in response {" + responseItems.join(", ") + "}"); + } + } + return Promise.all(promises); + }; + + DataSource.prototype.serializeState = function () { + return { + request: this.request + }; + }; + + DataSource.prototype.deserializeState = function (state) { + if (!state) return; + this.request = state.request || {}; + }; + + // Dashboard --- + function Dashboard(marshaller, dashboard, proxyMappings, timeout) { + this.marshaller = marshaller; + this.id = dashboard.id; + this.title = dashboard.title; + + var context = this; + this.datasources = {}; + this.datasourceTotal = 0; + dashboard.datasources.forEach(function (item) { + context.datasources[item.id] = new DataSource(context, item, proxyMappings, timeout); + ++context.datasourceTotal; + }); + + this._visualizations = {}; + this._visualizationArray = []; + dashboard.visualizations.forEach(function (item) { + var newItem = new Visualization(this, item); + this._visualizations[item.id] = newItem; + this._visualizationArray.push(newItem); + this.marshaller._visualizations[item.id] = newItem; + this.marshaller._visualizationArray.push(newItem); + }, this); + this._visualizationTotal = this._visualizationArray.length; + } + + Dashboard.prototype.loadedPromise = function () { + return Promise.all(this._visualizationArray.map(function (visualization) { return visualization.loadedPromise(); })); + }; + + Dashboard.prototype.getQualifiedID = function () { + return this.id; + }; + + Dashboard.prototype.getDatasource = function (id) { + return this.datasources[id]; + }; + + Dashboard.prototype.getVisualization = function (id) { + return this._visualizations[id] || this.marshaller.getVisualization(id); + }; + + Dashboard.prototype.getVisualizations = function () { + return this._visualizations; + }; + + Dashboard.prototype.getVisualizationArray = function () { + return this._visualizationArray; + }; + + Dashboard.prototype.getVisualizationTotal = function () { + return this._visualizationTotal; + }; + + Dashboard.prototype.accept = function (visitor) { + visitor.visit(this); + for (var key in this.datasources) { + this.datasources[key].accept(visitor); + } + this._visualizationArray.forEach(function (item) { + item.accept(visitor); + }, this); + }; + + Dashboard.prototype.primeData = function (state) { + var fetchDataOptimizer = new VisualizationRequestOptimizer(); + this.getVisualizationArray().forEach(function (visualization) { + // Clear all charts back to their default values --- + visualization.clear(); + }); + this.getVisualizationArray().forEach(function (visualization) { + if (state) { + if (state[visualization.id]) { + visualization.getUpdates().forEach(function (updateObj) { + var request = { + }; + var hasRequest = false; + for (var key in updateObj._mappings) { + if (state[visualization.id][key]) { + hasRequest = true; + request[key] = state[visualization.id][key]; + request[key + _CHANGED] = true; + } + } + if (hasRequest) { + fetchDataOptimizer.appendRequest(updateObj.getDatasource(), request, updateObj.getVisualization()); + } + }); + } + } else { + var inputVisualizations = visualization.getInputVisualizations(); + if (inputVisualizations.length === 0) { + fetchDataOptimizer.appendRequest(visualization.source.getDatasource(), { refresh: true }, visualization); + } else { + inputVisualizations.forEach(function (inViz) { + if (inViz.hasSelection()) { + fetchDataOptimizer.appendRequest(visualization.source.getDatasource(), inViz.calcRequestFor(visualization), visualization); + } + }); + } + } + }); + return fetchDataOptimizer.fetchData(); + }; + + Dashboard.prototype.serializeState = function () { + var retVal = { + datasources: {}, + visualizations: {} + }; + for (var key in this.datasources) { + retVal.datasources[key] = this.datasources[key].serializeState(); + } + for (var vizKey in this._visualizations) { + retVal.visualizations[vizKey] = this._visualizations[vizKey].serializeState(); + } + return retVal; + }; + + Dashboard.prototype.deserializeState = function (state) { + if (!state) return; + for (var key in this.datasources) { + if (state.datasources[key]) { + this.datasources[key].deserializeState(state.datasources[key]); + } + } + for (var vizKey in this._visualizations) { + if (state.visualizations[vizKey]) { + this._visualizations[vizKey].deserializeState(state.visualizations[vizKey]); + } + } + }; + + // Marshaller --- + function Marshaller() { + Class.call(this); + + this._proxyMappings = {}; + this._widgetMappings = d3.map(); + this._clearDataOnUpdate = true; + this._propogateClear = false; + this.id = "Marshaller"; + this._missingDataString = ""; + } + Marshaller.prototype = Object.create(Class.prototype); + Marshaller.prototype.constructor = Marshaller; + + Marshaller.prototype.commsDataLoaded = function () { + for (var i = 0; i < this.dashboardArray.length; i++) { + for (var ds in this.dashboardArray[i].datasources) { + if (this.dashboardArray[i].datasources[ds]._loadedCount === 0) { + return false; + } + } + } + return true; + }; + + Marshaller.prototype.getVisualization = function (id) { + return this._visualizations[id]; + }; + + Marshaller.prototype.accept = function (visitor) { + visitor.visit(this); + this.dashboardTotal = 0; + for (var key in this.dashboards) { + this.dashboards[key].accept(visitor); + ++this.dashboardTotal; + } + }; + + Marshaller.prototype.url = function (url, callback) { + this.espUrl = new Comms.ESPUrl() + .url(url) + ; + var transport = null; + var hipieResultName = "HIPIE_DDL"; + if (this.espUrl.isWorkunitResult()) { + hipieResultName = this.espUrl._params["ResultName"]; + transport = new Comms.HIPIEWorkunit() + .url(url) + .proxyMappings(this._proxyMappings) + .timeout(this._timeout) + ; + } else { + transport = new Comms.HIPIERoxie() + .url(url) + .proxyMappings(this._proxyMappings) + .timeout(this._timeout) + ; + } + + var context = this; + transport.fetchResults().then(function (response) { + if (exists(hipieResultName, response)) { + return transport.fetchResult(hipieResultName).then(function (ddlResponse) { + var json = ddlResponse[0][hipieResultName]; + context.parse(json, function () { + callback(response); + }); + }).catch(function (e) { + context.commsEvent(context, "error", hipieResultName, e); + }); + } + }).catch(function (e) { + context.commsEvent(context, "error", "fetchResults", e); + }); + }; + + Marshaller.prototype.proxyMappings = function (_) { + if (!arguments.length) return this._proxyMappings; + this._proxyMappings = _; + return this; + }; + + Marshaller.prototype.timeout = function (_) { + if (!arguments.length) return this._timeout; + this._timeout = _; + return this; + }; + + Marshaller.prototype.widgetMappings = function (_) { + if (!arguments.length) return this._widgetMappings; + this._widgetMappings = _; + return this; + }; + + Marshaller.prototype.clearDataOnUpdate = function (_) { + if (!arguments.length) return this._clearDataOnUpdate; + this._clearDataOnUpdate = _; + return this; + }; + + Marshaller.prototype.propogateClear = function (_) { + if (!arguments.length) return this._propogateClear; + this._propogateClear = _; + return this; + }; + + Marshaller.prototype.missingDataString = function (_) { + if (!arguments.length) return this._missingDataString; + this._missingDataString = _; + return this; + }; + + Marshaller.prototype.parse = function (json, callback) { + var context = this; + this._json = json; + this._jsonParsed = JSON.parse(this._json); + this.dashboards = {}; + this.dashboardArray = []; + this._visualizations = {}; + this._visualizationArray = []; + this._jsonParsed.forEach(function (item) { + var newDashboard = new Dashboard(context, item, context._proxyMappings); + context.dashboards[item.id] = newDashboard; + context.dashboardArray.push(newDashboard); + }); + this.dashboardTotal = this.dashboardArray.length; + this._visualizationArray.forEach(function (ddlViz) { + ddlViz.on("processEvent", function (eventID, event, row, col, selected) { + context.vizEvent(ddlViz.widget, eventID, row, col, selected); + }); + }); + this.ready(callback); + return this; + }; + + Marshaller.prototype.dashboardsLoaded = function () { + return Promise.all(this.dashboardArray.map(function (dashboard) { return dashboard.loadedPromise(); })); + }; + + Marshaller.prototype.getVisualizations = function () { + return this._visualizations; + }; + + Marshaller.prototype.getVisualizationArray = function () { + return this._visualizationArray; + }; + + Marshaller.prototype.on = function (eventID, func) { + var context = this; + this.overrideMethod(eventID, function (origFunc, args) { + var retVal = origFunc.apply(context, args); + return func.apply(context, args) || retVal; + }); + return this; + }; + + Marshaller.prototype.ready = function (callback) { + if (!callback) { + return; + } + this.dashboardsLoaded().then(function () { + callback(); + }); + }; + + Marshaller.prototype.vizEvent = function (sourceWidget, eventID, row, col, selected) { + console.log("Marshaller.vizEvent: " + sourceWidget.id() + "-" + eventID); + }; + + Marshaller.prototype.commsEvent = function (ddlSource, eventID, request, response) { + switch (eventID) { + case "request": + if (window.__hpcc_debug) { + console.log("Marshaller.commsEvent: " + ddlSource.id + "-" + eventID + ": " + JSON.stringify(request)); + } + break; + case "response": + case "error": + if (window.__hpcc_debug) { + console.log("Marshaller.commsEvent: " + ddlSource.id + "-" + eventID + ": " + JSON.stringify(response)); + } + break; + default: + if (window.__hpcc_debug) { + console.log("Marshaller.commsEvent: " + JSON.stringify(arguments)); + } + break; + + } + }; + + Marshaller.prototype.createDatabomb = function () { + var retVal = {}; + this.dashboardArray.forEach(function (dashboard) { + for (var key in dashboard.datasources) { + var comms = dashboard.datasources[key].comms; + retVal[key] = {}; + for (var key2 in comms._hipieResults) { + var hipieResult = comms._hipieResults[key2]; + retVal[key][key2] = comms._resultNameCache[hipieResult.from]; + } + } + }); + return retVal; + }; + + Marshaller.prototype.primeData = function (state) { + var promises = this.dashboardArray.map(function (dashboard) { + return dashboard.primeData(state); + }); + return Promise.all(promises); + }; + + Marshaller.prototype.serializeState = function () { + var retVal = {}; + this.dashboardArray.forEach(function (dashboard, idx) { + retVal[dashboard.id] = dashboard.serializeState(); + }); + return retVal; + }; + + Marshaller.prototype.deserializeState = function (state) { + if (!state) return; + this.dashboardArray.forEach(function (dashboard, idx) { + dashboard.deserializeState(state[dashboard.id]); + }); + return this; + }; + + return { + exists: exists, + Marshaller: Marshaller, + Dashboard: Dashboard, + DataSource: DataSource, + Output: Output, + Visualization: Visualization + }; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('marshaller/HipieDDLMixin.js',["d3", "../common/Class", "../common/PropertyExt", "../common/Utility", "./HipieDDL", "../other/Persist", "../layout/Surface", "./FlyoutButton"], factory); + } else { + root.marshaller_HipieDDLMixin = factory(root.d3, root.common_Class, root.common_PropertyExt, root.common_PropertyExt, root.common_Utility, root.other_Persist, root.layout_Surface, root.marshaller_FlyoutButton); + } +}(this, function (d3, Class, PropertyExt, Utility, HipieDDL, Persist, Surface, FlyoutButton) { + + function HipieDDLMixin() { + Class.call(this); + PropertyExt.call(this); + } + HipieDDLMixin.prototype = Object.create(Class.prototype); + HipieDDLMixin.prototype.constructor = HipieDDLMixin; + HipieDDLMixin.prototype.mixin(PropertyExt); + HipieDDLMixin.prototype._class += " marshaller_HipieDDLMixin"; + + HipieDDLMixin.prototype.publish("ddlUrl", "", "string", "DDL URL", null, { tags: ["Private"] }); + HipieDDLMixin.prototype.publish("databomb", "", "string", "Data Bomb", null, { tags: ["Private"] }); + HipieDDLMixin.prototype.publish("proxyMappings", {}, "object", "Proxy Mappings", null, { tags: ["Private"] }); + HipieDDLMixin.prototype.publish("timeout", null, "number", "Timout (seconds)", null, { optional: true }); + HipieDDLMixin.prototype.publish("clearDataOnUpdate", true, "boolean", "Clear data prior to refresh", null); + HipieDDLMixin.prototype.publish("propogateClear", false, "boolean", "Propogate clear to dependent visualizations", null); + HipieDDLMixin.prototype.publish("missingDataString", "***MISSING***", "string", "Missing data display string"); + HipieDDLMixin.prototype.publish("autoCloseFlyout", true, "boolean", "Auto Close Flyout Filters"); + + HipieDDLMixin.prototype._gatherDashboards = function (marshaller, databomb) { + if (databomb instanceof Object) { + } else if (databomb) { + databomb = JSON.parse(databomb); + } + this._ddlDashboards = []; + this._ddlVisualizations = []; + this._ddlPopupVisualizations = []; + this._ddlLayerVisualizations = []; + var context = this; + var curr = null; + marshaller.accept({ + visit: function (item) { + if (item instanceof HipieDDL.Dashboard) { + curr = { + dashboard: item, + visualizations: [], + layerVisualizations: [], + popupVisualizations: [] + }; + context._ddlDashboards.push(curr); + } else if (item instanceof HipieDDL.DataSource) { + if (item.databomb && databomb[item.id]) { + item.comms.databomb(databomb[item.id]); + } + } else if (item instanceof HipieDDL.Output) { + if (item.dataSource.databomb) { + item.dataSource.comms.databombOutput(item.from, item.id); + } + } else if (item instanceof HipieDDL.Visualization) { + if (item.widget) { + if (item.properties.flyout) { + curr.popupVisualizations.push(item); + context._ddlPopupVisualizations.push(item); + } else if (item.parentVisualization) { + curr.layerVisualizations.push(item); + context._ddlLayerVisualizations.push(item); + } else { + curr.visualizations.push(item); + context._ddlVisualizations.push(item); + } + } + } + } + }); + }; + + HipieDDLMixin.prototype._marshallerRender = function (BaseClass, callback) { + if (this.ddlUrl() === "" || (this.ddlUrl() === this._prev_ddlUrl && this.databomb() === this._prev_databomb)) { + if (this._marshaller) { + this._marshaller + .proxyMappings(this.proxyMappings()) + .timeout(this.timeout()) + .clearDataOnUpdate(this.clearDataOnUpdate()) + .propogateClear(this.propogateClear()) + .missingDataString(this.missingDataString()) + ; + } + return BaseClass.render.call(this, function (widget) { + if (callback) { + callback(widget); + } + }); + } + if (this._prev_ddlUrl && this._prev_ddlUrl !== this.ddlUrl()) { + // DDL has actually changed (not just a deserialization) + this + .clearContent() + ; + } + this._prev_ddlUrl = this.ddlUrl(); + this._prev_databomb = this.databomb(); + + // Gather existing widgets for reuse --- + var widgetArr = []; + Persist.widgetArrayWalker(this.content(), function (w) { + widgetArr.push(w); + }); + var widgetMap = d3.map(widgetArr, function (d) { + return d.id(); + }); + var removedMap = d3.map(widgetArr.filter(function (d) { return d.id().indexOf(d._idSeed) !== 0 && d.id().indexOf("_pe") !== 0; }), function (d) { + return d.id(); + }); + + var context = this; + this._marshaller = new HipieDDL.Marshaller() + .proxyMappings(this.proxyMappings()) + .clearDataOnUpdate(this.clearDataOnUpdate()) + .propogateClear(this.propogateClear()) + .missingDataString(this.missingDataString()) + .widgetMappings(widgetMap) + .on("commsEvent", function (source, error) { + context.commsEvent.apply(context, arguments); + }) + .on("vizEvent", function () { + context.vizEvent.apply(context, arguments); + }) + ; + + // Parse DDL --- + if (this.ddlUrl()[0] === "[" || this.ddlUrl()[0] === "{") { + this._marshaller.parse(this.ddlUrl(), postParse); + } else { + this._marshaller.url(this.ddlUrl(), postParse); + } + + function postParse() { + context._gatherDashboards(context._marshaller, context.databomb()); + // Remove existing widgets not used and prime popups --- + context._ddlVisualizations.forEach(function(viz) { + removedMap.remove(viz.id); + if (!context._marshaller.widgetMappings().get(viz.id)) { + // New widget --- + viz.newWidgetSurface = null; + if (viz.widget instanceof Surface || viz.widget.classID() === "composite_MegaChart") { + viz.newWidgetSurface = viz.widget; + } else { + viz.newWidgetSurface = new Surface() + .widget(viz.widget) + ; + } + viz.newWidgetSurface.title(viz.title); + viz.widget.size({ width: 0, height: 0 }); + } + }); + context._ddlPopupVisualizations.forEach(function (viz) { + removedMap.remove(viz.id); + var targetVizs = viz.events.getUpdatesVisualizations(); + targetVizs.forEach(function (targetViz) { + switch (targetViz.widget.classID()) { + case "composite_MegaChart": + var flyoutButton = new FlyoutButton() + .title(viz.title) + .widget(viz.widget) + .autoClose(context.autoCloseFlyout()) + ; + targetViz.widget.toolbarWidgets().push(flyoutButton); + break; + } + }); + }); + removedMap.forEach(function (key, value) { + context.clearContent(value); + }); + context.populateContent(); + if (context._initialState) { + context._marshaller.deserializeState(context._initialState.marshaller); + delete context._initialState; + BaseClass.render.call(context, callback); + } else { + BaseClass.render.call(context, function (widget) { + context._marshaller.primeData().then(function (response) { + if (callback) { + callback(widget); + } + }); + }); + } + } + }; + + HipieDDLMixin.prototype.primeData = function (state) { + if (this._marshaller) { + return this._marshaller.primeData(state); + } + return Promise.resolve(); + }; + + HipieDDLMixin.prototype.dashboards = function () { + var retVal = {}; + for (var key in this._marshaller.dashboards) { + retVal[key] = {}; + this._marshaller.dashboards[key].visualizations.forEach(function (ddlViz) { + retVal[key][ddlViz.id] = ddlViz.widget; + }, this); + } + return retVal; + }; + + + HipieDDLMixin.prototype.visualizations = function () { + return this._marshaller._visualizationArray.map(function (ddlViz) { + return ddlViz.newWidgetSurface || ddlViz.widget; + }); + }; + + // --- + var tpl = +"" + +"" + +"" + +"" + +"
"; + + HipieDDLMixin.prototype.generateTestPage = function () { + if (this._marshaller) { + var context = this; + var state = Persist.serialize(context, function (widget, publishItem) { + if (publishItem.id === "databomb" || publishItem.id === "ddlUrl") { + return true; + } + return false; + }); + var databomb = this._marshaller.createDatabomb(); + var page = tpl + .replace("{VERSION}", context.version()) + .replace("{STATE}", state) + .replace("{DDL}", context._marshaller._json.replace("WUID", "databomb")) + .replace("{DATABOMB}", JSON.stringify(databomb)) + ; + Utility.downloadBlob("html", page, "test"); + } + }; + + HipieDDLMixin.prototype.vizEvent = function (sourceWidget, eventID, row, col, selected) { + }; + + HipieDDLMixin.prototype.commsEvent = function (ddlSource, eventID, request, response) { + }; + + HipieDDLMixin.prototype.state = function (_) { + if (!arguments.length) { + return this.serializeState(); + } + this.deserializeState(_); + return this; + }; + + HipieDDLMixin.prototype.serializeState = function () { + return { + marshaller: this._marshaller ? this._marshaller.serializeState() : {} + }; + }; + + HipieDDLMixin.prototype.deserializeState = function (state) { + if (this._marshaller) { + this._marshaller.deserializeState(state.marshaller); + } else { + this._initialState = state; + } + return this; + }; + + return HipieDDLMixin; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('marshaller/Graph.js',["d3", "../common/SVGWidget", "../common/TextBox", "../common/Surface", "../common/ResizeSurface", "../chart/MultiChartSurface", "../common/Palette", "../graph/Graph", "../graph/Vertex", "../graph/Edge", "./HipieDDLMixin"], factory); + } else { + root.marshaller_Graph = factory(root.d3, root.common_SVGWidget, root.common_TextBox, root.common_Surface, root.common_ResizeSurface, root.chart_MultiChartSurface, root.common_Palette, root.graph_Graph, root.graph_Vertex, root.graph_Edge, root.marshaller_HipieDDLMixin); + } +}(this, function (d3, SVGWidget, TextBox, Surface, ResizeSurface, MultiChartSurface, Palette, GraphWidget, Vertex, Edge, HipieDDLMixin) { + function Graph() { + GraphWidget.call(this); + HipieDDLMixin.call(this); + + this._design_mode = false; + this._dashboards = []; + this.graphAttributes = ["snapToGrid", "showEdges"]; + this.widgetAttributes = ["layout", "chartType", "palette", "title", "columns", "data"]; + this.layout("Hierarchy"); + this.applyScaleOnLayout(true); + this.content([]); + } + Graph.prototype = Object.create(GraphWidget.prototype); + Graph.prototype.constructor = Graph; + Graph.prototype.mixin(HipieDDLMixin); + Graph.prototype._class += " marshaller_Graph"; + + //TODO Still Needed?: Graph.prototype.publish("visualizeRoxie", false, "boolean", "Show Roxie Data Sources", null, { tags: ["Private"] }); + Graph.prototype.publish("content", [], "widgetArray", "widgets", null, { tags: ["Basic"] }); + + Graph.prototype.populateContent = function () { + var vertices = []; + var edges = []; + this._ddlVisualizations.concat(this._ddlPopupVisualizations).forEach(function (viz) { + if (viz.widget) { + var newSurface = null; + if (viz.widget instanceof ResizeSurface) { + newSurface = viz.widget + .size({ width: 210, height: 210 }) + ; + } else { + var width = 280; + var height = 210; + newSurface = new ResizeSurface() + .showTitle(true) + .size({ width: width, height: height }) + .content(viz.widget) + ; + } + if (newSurface) { + viz.newWidgetSurface = newSurface; + } + vertices.push(newSurface); + } + viz.getInputVisualizations().forEach(function () { + }, this); + }, this); + this._ddlDashboards.forEach(function (dashboard) { + dashboard.visualizations.forEach(function (viz) { + viz.getInputVisualizations().forEach(function (inViz) { + edges.push(new Edge() + .sourceVertex(inViz.newWidgetSurface) + .targetVertex(viz.newWidgetSurface) + .targetMarker("arrowHead") + ); + }, this); + }, this); + }, this); + this.content(vertices); + this.data({ vertices: vertices, edges: edges }); + }; + + Graph.prototype.enter = function (domNode, element) { + GraphWidget.prototype.enter.apply(this, arguments); + element.classed("graph_Graph", true); + }; + + Graph.prototype.render = function (callback) { + this._marshallerRender(GraphWidget.prototype, callback); + return this; + }; + + Graph.prototype.commsError = function (source, error) { + alert("Comms Error:\n" + source + "\n" + error); + }; + + return Graph; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('marshaller/HTML.js',["d3", "../layout/Grid", "./HipieDDLMixin"], factory); + } else { + root.marshaller_HTML = factory(root.d3, root.layout_Grid, root.marshaller_HipieDDLMixin); + } +}(this, function (d3, Grid, HipieDDLMixin) { + function HTML() { + Grid.call(this); + HipieDDLMixin.call(this); + + this.surfacePadding(0); + } + HTML.prototype = Object.create(Grid.prototype); + HTML.prototype.constructor = HTML; + HTML.prototype.mixin(HipieDDLMixin); + HTML.prototype._class += " marshaller_HTML"; + + HTML.prototype.populateContent = function () { + var cellRow = 0; + var cellCol = 0; + var cellDensity = this.cellDensity(); + this._ddlDashboards.forEach(function (dashboard) { + var maxCol = Math.floor(Math.sqrt(dashboard.visualizations.length)); + dashboard.visualizations.forEach(function (viz) { + if (viz.newWidgetSurface) { + while (this.getCell(cellRow * cellDensity, cellCol * cellDensity) !== null) { + cellCol++; + if (cellCol % maxCol === 0) { + cellRow++; + cellCol = 0; + } + } + this.setContent(cellRow, cellCol, viz.newWidgetSurface); + } + }, this); + }, this); + + var vizCellMap = {}; + this.content().forEach(function (cell) { + var widget = cell.widget(); + if (widget && widget.classID() === "layout_Surface") { + widget = widget.widget(); + } + if (widget) { + vizCellMap[widget.id()] = cell; + } + }); + + this._ddlDashboards.forEach(function (dashboard) { + dashboard.visualizations.forEach(function (viz, idx) { + if (viz.properties.flyout || viz.parentVisualization) { + return; + } + var targetVizs = viz.events.getUpdatesVisualizations(); + var targetIDs = targetVizs.filter(function (targetViz) { + return vizCellMap[targetViz.id]; + }).map(function (targetViz) { + return vizCellMap[targetViz.id].id(); + }); + vizCellMap[viz.id].indicateTheseIds(targetIDs); + }); + }, this); + }; + + HTML.prototype.enter = function (domNode, element) { + Grid.prototype.enter.apply(this, arguments); + }; + + HTML.prototype.render = function (callback) { + this._marshallerRender(Grid.prototype, callback); + return this; + }; + + HTML.prototype.commsError = function (source, error) { + alert("Comms Error:\n" + source + "\n" + error); + }; + + return HTML; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('marshaller/Tabbed.js',["d3", "../layout/Tabbed", "../layout/Grid", "./HipieDDL", "../layout/Surface", "../layout/Cell"], factory); + } else { + root.marshaller_Tabbed = factory(root.d3, root.layout_Tabbed, root.layout_Grid, root.marshaller_HipieDDL, root.layout_Surface, root.layout_Cell); + } +}(this, function (d3, TabbedLayout, Grid, HipieDDL, Surface, Cell) { + function Tabbed() { + TabbedLayout.call(this); + } + Tabbed.prototype = Object.create(TabbedLayout.prototype); + Tabbed.prototype.constructor = Tabbed; + Tabbed.prototype._class += " marshaller_Tabbed"; + + Tabbed.prototype.publish("ddlUrl", "", "string", "DDL URL",null,{tags:["Private"]}); + Tabbed.prototype.publish("databomb", "", "string", "Data Bomb",null,{tags:["Private"]}); + Tabbed.prototype.publish("proxyMappings", {}, "object", "Proxy Mappings",null,{tags:["Private"]}); + + Tabbed.prototype.publish("designMode", false, "boolean", "Design Mode", null, { tags: ["Basic"] }); + + Tabbed.prototype.testData2 = function () { + this.ddlUrl("http://10.241.100.159:8002/WsEcl/submit/query/roxie/hipie_testrelavator3.ins002_service/json"); + //this.ddlUrl("http://10.173.147.1:8010/wsWorkunits/WUResult?Wuid=W20150617-115910&ResultName=leeddx_issue_780_formwidget_Comp_Ins002_DDL"); + //this.ddlUrl("http://10.173.147.1:8010/wsWorkunits/WUResult?Wuid=W20150617-120745&ResultName=leeddx_issue_780_formtablewidget_Comp_Ins002_DDL"); + //this.ddlUrl("http://10.241.100.159:8002/WsEcl/submit/query/roxie/hipie_testrelavator2.ins002_service/json"); + return this; + }; + + Tabbed.prototype._origDesignMode = Tabbed.prototype.designMode; + Tabbed.prototype.designMode = function (_) { + var retVal = Tabbed.prototype._origDesignMode.apply(this, arguments); + if (arguments.length) { + this.widgets().forEach(function (gridSurface) { + gridSurface.widget().designMode(_); + }); + } + return retVal; + }; + + function walkDashboards(marshaller, databomb) { + if (databomb instanceof Object) { + } else if (databomb){ + databomb = JSON.parse(databomb); + } + var curr = null; + var dashboards = {}; + marshaller.accept({ + visit: function (item) { + if (item instanceof HipieDDL.Dashboard) { + curr = { + dashboard: item, + visualizations: [] + }; + dashboards[item.getQualifiedID()] = curr; + } else if (item instanceof HipieDDL.DataSource) { + if (item.databomb && databomb[item.id]) { + item.comms.databomb(databomb[item.id]); + } + } else if (item instanceof HipieDDL.Output) { + if (item.dataSource.databomb) { + item.dataSource.comms.databombOutput(item.from, item.id); + } + } else if (item instanceof HipieDDL.Visualization) { + if (item.widget) { + curr.visualizations.push(item); + } + } + } + }); + return dashboards; + } + + Tabbed.prototype.render = function (callback) { + if (this.ddlUrl() === "" || (this.ddlUrl() === this._prev_ddlUrl && this.databomb() === this._prev_databomb)) { + return TabbedLayout.prototype.render.apply(this, arguments); + } else if (this._prev_ddlUrl && this._prev_ddlUrl !== this.ddlUrl()) { + // DDL has actually changed (not just a deserialization) + this + .clearTabs() + ; + } + this._prev_ddlUrl = this.ddlUrl(); + this._prev_databomb = this.databomb(); + + // Gather existing widgets for reuse --- + var tabContent = []; + this.widgets().forEach(function (d) { + tabContent = tabContent.concat(d.widget().content()); + }); + var context = this; + this.marshaller = new HipieDDL.Marshaller() + .proxyMappings(this.proxyMappings()) + .widgetMappings(d3.map(tabContent.map(function (d) { + return d.widget(); + }), function (d) { + return d.id(); + })) + .on("commsError", function (source, error) { + context.commsError(source, error); + }) + ; + + // Parse DDL --- + if (this.ddlUrl()[0] === "[" || this.ddlUrl()[0] === "{") { + this.marshaller.parse(this.ddlUrl(), function () { + populateContent(); + }); + } else { + this.marshaller.url(this.ddlUrl(), function () { + populateContent(); + }); + } + + function populateContent() { + var dashboards = walkDashboards(context.marshaller, context.databomb()); + if (!tabContent.length) { + if (context.marshaller.dashboardTotal <= 1) { + context.showTabs(false); + } + for (var key in dashboards) { + var grid = new Grid(); + context.addTab(grid, dashboards[key].dashboard.title); + var cellRow = 0; + var cellCol = 0; + var maxCol = Math.floor(Math.sqrt(dashboards[key].visualizations.length)); + dashboards[key].visualizations.forEach(function (viz, idx) { + if (idx && (idx % maxCol === 0)) { + cellRow++; + cellCol = 0; + } + viz.widget.size({ width: 0, height: 0 }); + grid.setContent(cellRow, cellCol, viz.widget, viz.title); + cellCol++; + }); + } + } + for (var dashKey in dashboards) { + for (var dsKey in dashboards[dashKey].dashboard.datasources) { + dashboards[dashKey].dashboard.datasources[dsKey].fetchData({}, true); + } + } + TabbedLayout.prototype.render.call(context, function (widget) { + if (callback) { + callback(widget); + } + }); + } + return this; + }; + + Tabbed.prototype.commsError = function (source, error) { + alert("Comms Error:\n" + source + "\n" + error); + }; + + return Tabbed; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('marshaller/TargetMarshaller.js',["d3", "../common/HTMLWidget", "./HipieDDLMixin"], factory); + } else { + root.marshaller_TargetMarshaller = factory(root.d3, root.common_HTMLWidget, root.marshaller_HipieDDLMixin); + } +}(this, function (d3, HTMLWidget, HipieDDLMixin) { + function TargetMarshaller() { + HTMLWidget.call(this); + HipieDDLMixin.call(this); + this._tag = "div"; + } + TargetMarshaller.prototype = Object.create(HTMLWidget.prototype); + TargetMarshaller.prototype.constructor = TargetMarshaller; + TargetMarshaller.prototype.mixin(HipieDDLMixin); + TargetMarshaller.prototype._class += " marshaller_TargetMarshaller"; + + TargetMarshaller.prototype.publish("configObject", {}, "object", "TargetMarshaller setup object", null, { tags: ["Basic"] }); + + + TargetMarshaller.prototype.content = function () { + return []; + }; + + TargetMarshaller.prototype.populateContent = function () { + var _configObject = this.configObject(); + for (var key in this._ddlDashboards) { + this._ddlDashboards[key].visualizations.forEach(function (viz, idx) { + var widget_config = _configObject[viz.id]; + if (widget_config !== undefined) { + if (widget_config.target !== undefined) { + viz.newWidgetSurface.target(widget_config.target); + } else { + console.log("Target not specified for the following:"); + console.log("this._ddlDashboards[" + key + "].visualizations[" + idx + "].id = " + viz.id); + } + if (typeof widget_config.callback === "function") { + widget_config.callback(viz.widget, viz.newWidgetSurface); + } else { + console.warn("Callback not specified for the following:"); + console.log("this._ddlDashboards[" + key + "].visualizations[" + idx + "].id = " + viz.id); + } + } else { + console.warn("Config not specified for the following:"); + console.log("this._ddlDashboards[" + key + "].visualizations[" + idx + "].id = " + viz.id); + } + }, this); + } + }; + + TargetMarshaller.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + }; + + TargetMarshaller.prototype.render = function (callback) { + this.marshallerRender(HTMLWidget.prototype, callback); + return this; + }; + + TargetMarshaller.prototype.commsError = function (source, error) { + alert("Comms Error:\n" + source + "\n" + error); + }; + + return TargetMarshaller; +})); + diff --git a/dist/hpcc-viz-marshaller.min.js b/dist/hpcc-viz-marshaller.min.js new file mode 100644 index 0000000000..f44d7d51c4 --- /dev/null +++ b/dist/hpcc-viz-marshaller.min.js @@ -0,0 +1,2 @@ +!function(t,i){"function"==typeof define&&define.amd?define("marshaller/FlyoutButton",["../form/Button","../layout/Popup","../layout/Surface"],i):t.marshaller_FlyoutButton=i(t.form_Button,t.layout_Popup,t.layout_Surface)}(this,function(t,i,e){function a(){t.call(this),this.value("^");var a=this;this._popupSurface=(new e).surfaceBackgroundColor("rgb(234, 249, 255)").buttonAnnotations([{id:"",label:"",width:20,padding:"0px 5px","class":"close",font:"FontAwesome"}]).on("click",function(t){"close"===t["class"]&&a._popup.visible(!1).popupState(!1).render()}),this._popup=(new i).size({width:400,height:400}).position("absolute").widget(this._popupSurface)}return a.prototype=Object.create(t.prototype),a.prototype.constructor=a,a.prototype._class+=" marshaller_FlyoutButton",a.prototype.publishProxy("title","_popupSurface"),a.prototype.publishProxy("widget","_popupSurface"),a.prototype.publish("autoClose",!0,"boolean","Auto Close"),a.prototype.click=function(t){var i=this;this._popup.visible(!0).popupState(!0).render(function(t){var e=i._popupSurface.widget().getBBox();i._popupSurface.resize({width:e.width,height:e.height+i._popupSurface.calcHeight(i._popupSurface.element().select(".surfaceTitle"))+18}),i._popup.render()})},a.prototype.enter=function(i,e){t.prototype.enter.apply(this,arguments);for(var a=this;a&&-1===["marshaller_HTML","marshaller_Graph","composite_MegaChart"].indexOf(a.classID());)a=a.locateParentWidget();a&&(this._popupParentWidget=a,this._popup.target(a.node()))},a.prototype.render=function(i){var e=this,a=this._popup.popupState();t.prototype.render.call(e,function(t){var s=e._popupParentWidget.getBBox(),o=t.getBBox();e._popup.left(o.x-s.x+o.width-e._popup.width()).top(o.y-s.y+o.height).visible(a&&e.autoClose()?!1:a).popupState(a&&e.autoClose()?!1:a).render(),i&&i(t)})},a}),function(t,i){"function"==typeof define&&define.amd?define("marshaller/HipieDDL.js",["d3","../common/Class","../common/Database","../common/Utility","../other/Comms","../common/Widget","../composite/MegaChart","../chart/MultiChart","../other/Table","require","es6-promise"],i):t.marshaller_HipieDDL=i(t.d3,t.common_Class,t.common_Database,t.common_Utility,t.other_Comms,t.common_Widget,t.composite_MegaChart,t.chart_MultiChart,t.other_Table,t.require)}(this,function(t,i,e,a,s,o,r,n,u,p){function l(t,i){for(var e=t.split("."),a=i,s=0;s"+i.id),this.visualization.type){case"LINE":this.mappings=new v(this.visualization,i.mappings);break;case"TABLE":this.mappings=new _(this.visualization,i.mappings);break;case"GRAPH":this.mappings=new b(this.visualization,i.mappings,i.link);break;case"CHORO":i.mappings.weight instanceof Array&&i.mappings.weight.length?(this.mappings=new m(this.visualization,i.mappings,i.link),i.mappings.weight.length>1&&(this.visualization.type="LINE")):this.mappings=new g(this.visualization,i.mappings,i.link);break;case"HEAT_MAP":this.mappings=new y(this.visualization,i.mappings,i.link);break;default:this.mappings=new f(this.visualization,i.mappings)}this.first=i.first,this.reverse=i.reverse,this.sort=i.sort}}function z(t,i,e){this.event=t,this.dashboard=t.visualization.dashboard,this._visualization=i.visualization,this._instance=i.instance,this._datasource=i.datasource,this._merge=i.merge,this._mappings=i.mappings||e}function D(t,i,e){this.visualization=t,this.eventID=i,this._updates=[],e&&(this._updates=e.updates.map(function(t){return new z(this,t,e.mappings)},this))}function S(t,i){this.visualization=t,this.events={};for(var e in i)this.events[e]=new D(t,e,i[e])}function E(t,e,a){i.call(this),this.dashboard=t,this.parentVisualization=a,this.id=e.id,this.label=e.label,this.title=e.title||e.id,this.type=e.type,this.icon=e.icon||{},this.flag=e.flag||[],this.fields=e.fields||[],this.fieldsMap={},this.fields.forEach(function(t){this.fieldsMap[t.id]=t},this),this.properties=e.properties||(e.source?e.source.properties:null)||{},this.source=new w(this,e.source),this.events=new S(this,e.events),this.layers=[],this.hasVizDeclarations=!1,this.vizDeclarations={},"CHORO"===this.type?this.layers=(e.visualizations||[]).map(function(i){return new E(t,i,this)},this):(e.visualizations||[]).forEach(function(i){this.vizDeclarations[i.id]=new E(t,i,this),this.hasVizDeclarations=!0},this);var s=this;switch(this.type){case"CHORO":var o=e.properties&&e.properties.charttype?e.properties.charttype:"";switch(o){case"MAP_PINS":this.loadWidget("../map/Pins",function(t){t.id(e.id).columns(s.source.getColumns()).geohashColumn("geohash").tooltipColumn("label").fillColor(e.color?e.color:null).projection("albersUsaPr")});break;default:o="CHORO_USSTATES",this.source.mappings.contains("state")?o="CHORO_USSTATES":this.source.mappings.contains("county")?o="CHORO_USCOUNTIES":this.source.mappings.contains("country")&&(o="CHORO_COUNTRIES"),Promise.all(s.layers.map(function(t){return t.loadedPromise()})).then(function(){s.loadWidget("../composite/MegaChart",function(t){var i=s.layers.map(function(t){return t.widget});t.id(e.id).legendPosition_default("none").showChartSelect_default(!1).chartType_default(o).chartTypeDefaults({autoScaleMode:i.length?"data":"mesh"}).chartTypeProperties({layers:i})})})}break;case"2DCHART":case"PIE":case"BUBBLE":case"BAR":case"WORD_CLOUD":this.loadWidget("../composite/MegaChart",function(t){t.id(e.id).legendPosition_default("none").chartType_default(s.properties.chartType||s.properties.charttype||s.type)});break;case"LINE":this.loadWidget("../composite/MegaChart",function(t){t.id(e.id).legendPosition_default("none").chartType_default(s.properties.chartType||s.properties.charttype||s.type)});break;case"TABLE":this.loadWidget("../composite/MegaChart",function(t){t.id(e.id).legendPosition_default("none").showChartSelect_default(!1).chartType_default("TABLE")});break;case"SLIDER":this.loadWidget("../form/Slider",function(t){if(t.id(e.id),e.range){var i="";for(var a in e.source.mappings){i=a;break}t.low_default(+e.range[0]).high_default(+e.range[1]).step_default(+e.range[2]).selectionLabel_default(i)}});break;case"GRAPH":this.loadWidgets(["../graph/Graph"],function(t){t.id(e.id).layout_default("ForceDirected2").applyScaleOnLayout_default(!0)});break;case"FORM":this.loadWidgets(["../form/Form","../form/Input","../form/Button","../form/CheckBox","../form/ColorInput","../form/Radio","../form/Range","../form/Select","../form/Slider","../form/TextArea"],function(t,i){var a=i[1],s=i[3],o=i[5],r=i[7],n=i[9];t.id(e.id).inputs(e.fields.map(function(t){var i,e=[],u=[];switch(t.properties.charttype){case"TEXT":i=(new a).type_default("text");break;case"TEXTAREA":i=new n;break;case"CHECKBOX":i=new s;break;case"RADIO":i=new o;break;case"HIDDEN":i=(new a).type_default("hidden");break;default:if(t.properties.enumvals){i=new r,u=t.properties.enumvals;for(var p in u)e.push([p,u[p]])}else i=(new a).type_default("text")}if(i.name_default(t.id).label_default((t.properties?t.properties.label:null)||t.label).value_default(t.properties["default"]?t.properties["default"]:""),i instanceof s||i instanceof o){var l=Object.keys(t.properties.enumvals);i.selectOptions_default(l)}else e.length&&i.selectOptions_default(e);return i}))});break;case"HEAT_MAP":this.loadWidgets(["../other/HeatMap"],function(t){t.id(e.id).image_default(s.properties.imageUrl)});break;default:this.loadWidget("../common/TextBox",function(t){t.id(e.id).text_default(s.id+"\nTODO: "+s.type)})}}function M(t,i){this.dataSource=t,this.id=i.id,this.from=i.from,this.request={},this.notify=i.notify||[],this.filter=i.filter||[]}function x(){this.datasourceRequests={}}function C(){this.visualizationRequests={}}function U(t,i,e,a){this.dashboard=t,this.id=i.id,this.filter=i.filter||[],this.WUID=i.WUID,this.URL=t.marshaller.espUrl&&t.marshaller.espUrl._url?t.marshaller.espUrl._url:i.URL,this.databomb=i.databomb,this.request={},this._loadedCount=0;var o=this;this.outputs={};var r=[];i.outputs.forEach(function(t){o.outputs[t.id]=new M(o,t),r.push({id:t.id,from:t.from,filter:t.filter||this.filter})},this),this.WUID?this.comms=(new s.HIPIEWorkunit).url(this.URL).proxyMappings(e).timeout(a).hipieResults(r):this.databomb?this.comms=(new s.HIPIEDatabomb).hipieResults(r):this.comms=(new s.HIPIERoxie).url(i.URL).proxyMappings(e).timeout(a)}function O(t,i,e,a){this.marshaller=t,this.id=i.id,this.title=i.title;var s=this;this.datasources={},this.datasourceTotal=0,i.datasources.forEach(function(t){s.datasources[t.id]=new U(s,t,e,a),++s.datasourceTotal}),this._visualizations={},this._visualizationArray=[],i.visualizations.forEach(function(t){var i=new E(this,t);this._visualizations[t.id]=i,this._visualizationArray.push(i),this.marshaller._visualizations[t.id]=i,this.marshaller._visualizationArray.push(i)},this),this._visualizationTotal=this._visualizationArray.length}function I(){i.call(this),this._proxyMappings={},this._widgetMappings=t.map(),this._clearDataOnUpdate=!0,this._propogateClear=!1,this.id="Marshaller",this._missingDataString=""}var T="...loading...",R="_changed";c.prototype.init=function(){for(var t in this.mappings)this.reverseMappings[this.mappings[t]]=t,void 0===this.columnsIdx[t]&&(this.columns.push(t),this.columnsIdx[t]=this.columns.length-1),this.columnsRHS[this.columnsIdx[t]]=this.mappings[t],this.columnsRHSIdx[this.mappings[t]]=this.columnsIdx[t],this.hasMappings=!0},c.prototype.getFields=function(){return this.visualization.fields?Object.keys(this.mappings).map(function(t){return this.visualization.fields.filter(function(i){return i.id===this.mappings[t]},this).map(function(t){return new e.Field(t.id).type(d(t.properties.type)).label(this.reverseMappings[t.id])},this)[0]},this):null},c.prototype.contains=function(t){return void 0!==this.mappings[t]},c.prototype.doMap=function(t){var i=[];for(var e in this.mappings){var a=this.mappings[e];try{var s=t[a];void 0===s&&(s=t[a.toLowerCase()]),i[this.columnsIdx[e]]=s}catch(o){console.log("Invalid Mapping: "+this.visualization.id+" ["+a+"->"+t+"]")}}return i},c.prototype.doMapAll=function(t){return t.hipieMappings(this.columnsRHS,this.visualization.dashboard.marshaller.missingDataString())},c.prototype.getMap=function(t){return this.mappings[t]},c.prototype.getReverseMap=function(t){return this.reverseMappings[t]},f.prototype=Object.create(c.prototype),g.prototype=Object.create(c.prototype),m.prototype=Object.create(c.prototype),y.prototype=Object.create(c.prototype),v.prototype=Object.create(c.prototype),_.prototype=Object.create(c.prototype),_.prototype.init=function(){this.visualization.label.forEach(function(t,i){this.reverseMappings[this.mappings[t]]=t,this.columns.push(t),this.columnsIdx[t]=i,this.columnsRHS[i]=this.mappings[t],this.columnsRHSIdx[this.mappings[t]]=i,this.hasMappings=!0},this)},_.prototype.doMapAll=function(t){var i=c.prototype.doMapAll.apply(this,arguments);return i instanceof Array&&this.visualization.fields.forEach(function(t,e){var a=t&&t.properties?d(t.properties.type):"unknown";switch(a){case"dataset":i=i.map(function(t){return t.forEach(function(i,a){if(a===e){i=i.Row||i;var s=[],o={},r=i.map(function(t,i){var e=[];e.length=s.length;for(var a in t)0===i&&(o[a]=s.length,s.push(a)),e[o[a]]=t[a];return e}),n=(new u).columns(s).data(r);t[a]=n}}),t});break;case"widget":i=i.map(function(i){return i.forEach(function(a,s){if(s===e){var o=this.visualization.vizDeclarations[t.properties.localVisualizationID],r=o.source.getOutput(),n=r.db;r.setData(a,{},[]);var u=o.widget,p=(new u.constructor).showToolbar(!1).legendPosition("none").chartType(u.chartType()).chartTypeDefaults(u.chartTypeDefaults()).columns(o.source.getColumns()).data(o.source.getData());r.db=n,i[s]=p}},this),i},this)}},this),i},b.prototype=Object.create(c.prototype),b.prototype.calcIconInfo=function(t,i,e){function a(t,i){if(t)for(var a in t)switch(a){case"faChar":i.faChar=h(t.faChar);break;default:e&&0===a.indexOf("icon_")?(console.log("Deprecated flag property: "+a),i[a.split("icon_")[1]]=t[a]):i[a]=t[a]}}var s={};if(i&&i[t.fieldid]&&t.valuemappings){var o=t.valuemappings[i[t.fieldid]];a(o,s)}for(var r in s)return s;return null},b.prototype.doMapAll=function(t){function i(t,i){var e="uid_"+t[0],n=s[e];if(!n&&i){n=(new r.Vertex).faChar(a.icon&&a.icon.faChar?h(a.icon.faChar):"").text(t[1]?t[1]:""),n.__hpcc_uid=t[0],s[e]=n,o.push(n);var u=a.calcIconInfo(a.visualization.icon,i,!1);if(u)for(var p in u)n[p]&&n[p](u[p]);var l=[];a.visualization.flag.forEach(function(t){var e=a.calcIconInfo(t,i,!0);e&&l.push(e)}),n.annotationIcons(l)}return n}var e=t.jsonObj(),a=this,s={},o=[],r=this.visualization.widget,n=[];return e.forEach(function(t){var e=a.doMap(t);i(e,t)}),e.forEach(function(t){var e=a.doMap(t),s=i(e,t);if(t[a.link.childfile]&&t[a.link.childfile]instanceof Array){var o=t[a.link.childfile];o.forEach(function(t,e){var o=a.linkMappings.doMap(t),u=i(o);if(u&&s.id()!==u.id()){var p=(new r.Edge).sourceVertex(s).targetVertex(u).sourceMarker("circle").targetMarker("arrow");n.push(p)}})}}),{vertices:o,edges:n,merge:!1}},w.prototype.getQualifiedID=function(){return this.visualization.getQualifiedID()+"."+this.id},w.prototype.exists=function(){return this._id},w.prototype.getDatasource=function(){return this.visualization.dashboard.datasources[this._id]},w.prototype.getOutput=function(){var t=this.getDatasource();return t&&t.outputs?t.outputs[this._output]:null},w.prototype.clearOutputRequest=function(){var t=this.getOutput();t&&(t.request={})},w.prototype.hasData=function(){return this.getOutput().db?!0:!1},w.prototype.getFields=function(){return this.mappings.getFields()},w.prototype.getColumnsRHS=function(){return this.mappings.columnsRHS},w.prototype.getColumns=function(){return this.mappings&&this.mappings.columns?this.mappings.columns:[]},w.prototype.getData=function(){var t=this.getOutput().db,i=t.data();i.length&&this.sort&&a.multiSort(i,t.hipieMapSortArray(this.sort));var e=this.mappings.doMapAll(t);return this.reverse&&e.reverse(),this.first&&e.length>this.first&&(e.length=this.first),e},w.prototype.getXTitle=function(){return this.mappings.columns[0]},w.prototype.getYTitle=function(){return this.mappings.columns.filter(function(t,i){return i>0}).join(" / ")},z.prototype.getDatasource=function(){return this.dashboard.getDatasource(this._datasource)},z.prototype.getVisualization=function(){return this.dashboard.getVisualization(this._visualization)},z.prototype.mapData=function(t){var i={};if(t){var e=this.event.visualization.source;for(var a in this._mappings){var s=e.mappings&&e.mappings.hasMappings?e.mappings.getReverseMap(a):a;i[this._mappings[a]]=t[s]}}return i},z.prototype.mapSelected=function(){return this.event.visualization.hasSelection()?this.mapData(this.event.visualization._widgetState.row):{}},z.prototype.calcRequestFor=function(t){var i={},e=this.getVisualization();return e.getInputVisualizations().forEach(function(a,s){var o=a===t;a.getUpdatesForVisualization(e).forEach(function(t){var e=t.mapSelected();for(var a in e)i[a]&&i[a]!==e[a]?(console.log("Duplicate Filter with mismatched value (defaulting to 'first' or 'first changed' instance): "+a),o&&(i[a]=e[a],i[a+R]=o)):(i[a]=e[a],i[a+R]=o)})}),i},D.prototype.exists=function(){return this._updates.length},D.prototype.getUpdates=function(){return this._updates},D.prototype.getUpdatesDatasources=function(){var t={},i=[];return this.getUpdatesVisualizations().forEach(function(e,a){var s=e.source.getDatasource();s&&!t[s.id]&&(t[s.id]=!0,i.push(s))},this),i},D.prototype.getUpdatesVisualizations=function(){var t={},i=[];return this._updates.forEach(function(e,a){var s=e.getVisualization();t[s.id]||(t[s.id]=!0,i.push(s))},this),i},D.prototype.fetchData=function(){var t=new C;return this.getUpdates().forEach(function(i){t.appendRequest(i.getDatasource(),i.calcRequestFor(this.visualization),i.getVisualization())},this),t.fetchData()},S.prototype.setWidget=function(t){var i=this;for(var e in this.events)t["vertex_"+e]?t["vertex_"+e]=function(t){i.visualization.processEvent(e,i.events[e],t)}:t[e]&&(t[e]=function(t,a,s){i.visualization.processEvent(e,i.events[e],t,a,s)})},S.prototype.exists=function(){return void 0!==this._updates},S.prototype.getUpdates=function(){var t=[];for(var i in this.events)t=t.concat(this.events[i].getUpdates());return t},S.prototype.getUpdatesDatasources=function(){var t=[];for(var i in this.events)t=t.concat(this.events[i].getUpdatesDatasources());return t},S.prototype.getUpdatesVisualizations=function(){var t=[];for(var i in this.events)t=t.concat(this.events[i].getUpdatesVisualizations());return t},E.prototype=Object.create(i.prototype),E.prototype.constructor=E,E.prototype.getQualifiedID=function(){return this.id},E.prototype.loadedPromise=function(){var t=this;return new Promise(function(i,e){var a=setInterval(function(){t.isLoaded()&&(clearInterval(a),i())},100)})},E.prototype.isLoading=function(){return null===this.widget},E.prototype.isLoaded=function(){return this.widget instanceof o},E.prototype.loadMegaChartWidget=function(t,i){this.loadWidgets(["../composite/MegaChart",t],function(t,e){var a=new e[1];t.chartType_default(n.prototype._allChartTypesByClass[a.classID()].id).chart(a),i&&i(t,a,e)})},E.prototype.loadWidget=function(t,i){this.loadWidgets([t],i)},E.prototype.loadWidgets=function(t,i){this.widget=null;var e=this;p(t,function(t){var a=e.dashboard.marshaller._widgetMappings.get(e.id);a?(t.prototype._class!==a._class&&console.log("Unexpected persisted widget type (old persist string?)"),e.setWidget(a)):e.setWidget(new t),i&&i(e.widget,arguments)})},E.prototype.setWidget=function(t){if(this.widget=t,this.events.setWidget(t),this.widget.columns){var i=this.source.getColumns();this.widget.columns(i)}for(var e in this.properties)switch(t.classID()){case"chart_MultiChart":case"composite_MegaChart":t.chartTypeDefaults()[e]=this.properties[e];break;default:if(this.widget[e+"_default"])try{this.widget[e+"_default"](this.properties[e])}catch(a){console.log("Invalid Property:"+this.id+".properties."+e)}}return this.widget},E.prototype.accept=function(t){t.visit(this)},E.prototype.getUpdates=function(){return this.events.getUpdates()},E.prototype.getUpdatesForDatasource=function(t){return this.events.getUpdates().filter(function(i){return i.getDatasource()===t})},E.prototype.getUpdatesForVisualization=function(t){return this.events.getUpdates().filter(function(i){return i.getVisualization()===t})},E.prototype.update=function(t){if(!t){var i=[],e={},a=this.getInputVisualizations();a.forEach(function(t){t.hasSelection()&&t.getUpdatesForVisualization(this).forEach(function(t){var a=t.mapSelected();for(var s in a)a[s]&&(e[s]||(e[s]=!0,i.push(a[s])))})},this),t=i.join(", ")}var s=null;if(!this.parentVisualization)for(s=this.widget;s&&!s.title;)s=s.locateParentWidget();var o=this;return new Promise(function(i,e){if(s){var a=s.title(),r=a.split(" (");s.title(r[0]+(t?" ("+t+")":"")).render(function(){i()})}else o.widget.render(function(){i()})})},E.prototype.notify=function(){if(this.widget){var t=this.source.hasData()?this.source.getData():[];return this.widget.data(t),this.update()}return Promise.resolve()},E.prototype.clear=function(){this._widgetState={row:{},selected:!1},this.fields.forEach(function(t){t.properties&&void 0!==t.properties["default"]&&(this._widgetState.row[t.id]=t.properties["default"],this._widgetState.selected=!0)},this),this.widget&&this.dashboard.marshaller.clearDataOnUpdate()&&(this.widget.data([]),this.source.clearOutputRequest()),this.dashboard.marshaller.propogateClear()&&this.events.getUpdatesVisualizations().forEach(function(t){t.clear()})},E.prototype.on=function(t,i){var e=this;return this.overrideMethod(t,function(t,a){t.apply(e,a),setTimeout(function(){i.apply(e,a)},0)}),this},E.prototype.calcRequestFor=function(t){var i={};return this.getUpdatesForVisualization(t).forEach(function(e){i=e.calcRequestFor(t)}),i},E.prototype.processEvent=function(t,i,e,a,s){this._widgetState={row:e,col:a,selected:void 0===s?!0:s};var o=this;setTimeout(function(){i.fetchData().then(function(i){o.dashboard.marshaller.vizEvent(o.widget,"post_"+t,e,a,s)})},0)},E.prototype.hasSelection=function(){return this._widgetState&&this._widgetState.selected},E.prototype.getInputVisualizations=function(){return this.dashboard.marshaller.getVisualizationArray().filter(function(t){var i=t.events.getUpdatesVisualizations();return i.indexOf(this)>=0?!0:!1},this)},E.prototype.serializeState=function(){var t={widgetState:this._widgetState};return this.widget&&(this.widget.serializeState?t.widget=this.widget.serializeState():this.widget.data&&(t.widget={data:this.widget.data()})),t},E.prototype.deserializeState=function(t){return t&&(this._widgetState=t.widgetState,this.widget&&t.widget&&(this.widget.deserializeState?this.widget.deserializeState(t.widget):this.widget.data&&t.widget.data&&this.widget.data(t.widget.data))),this},M.prototype.getQualifiedID=function(){return this.dataSource.getQualifiedID()+"."+this.id},M.prototype.getUpdatesVisualizations=function(){var t=[];return this.notify.forEach(function(i){t.push(this.dataSource.dashboard.getVisualization(i))},this),t},M.prototype.accept=function(t){t.visit(this)},M.prototype.vizNotify=function(t){var i=[];return this.notify.filter(function(i){return!t||t.indexOf(i)>=0}).forEach(function(t){var e=this.dataSource.dashboard.getVisualization(t);i.push(e.notify())},this),Promise.all(i)},M.prototype.setData=function(t,i,a){return this.request=i,this.db=(new e.Grid).jsonObj(t),this.vizNotify(a)},x.prototype.appendRequest=function(t,i,e){var a=t.id+"("+JSON.stringify(i)+")";this.datasourceRequests[a]?window.__hpcc_debug&&console.log("Optimized duplicate fetch: "+a):this.datasourceRequests[a]={updateDatasource:t,request:i,updates:[]};var s=this.datasourceRequests[a];s.updates.indexOf(e.id)<0&&s.updates.push(e.id)},x.prototype.fetchData=function(){var t=[];for(var i in this.datasourceRequests){var e=this.datasourceRequests[i];t.push(e.updateDatasource.fetchData(e.request,e.updates))}return Promise.all(t)},C.prototype.appendRequest=function(t,i,e){if(t&&e){var s=e.id+"("+t.id+")";this.visualizationRequests[s]?window.__hpcc_debug&&console.log("Optimized duplicate fetch: "+s):this.visualizationRequests[s]={updateVisualization:e,updateDatasource:t,request:{}};var o=this.visualizationRequests[s];a.mixin(o.request,i)}},C.prototype.fetchData=function(){var t=new x;for(var i in this.visualizationRequests){var e=this.visualizationRequests[i];"GRAPH"!==e.updateVisualization.type&&e.updateVisualization.clear(),e.updateVisualization.update(T),t.appendRequest(e.updateDatasource,e.request,e.updateVisualization)}return t.fetchData()},U.prototype.getQualifiedID=function(){return this.dashboard.getQualifiedID()+"."+this.id},U.prototype.getUpdatesVisualizations=function(){var t=[];for(var i in this.outputs)this.outputs[i].getUpdatesVisualizations().forEach(function(i){t.push(i)});return t},U.prototype.accept=function(t){t.visit(this);for(var i in this.outputs)this.outputs[i].accept(t)};var V=0,P=[];return U.prototype.fetchData=function(t,i){var e=++V;P.push(e);var a=this;this.filter.forEach(function(i){this.request[i+R]=t[i+R]||!1;var e=void 0===t[i]?null:t[i];this.request[i]!==e&&(this.request[i]=e)},this),this.request.refresh=t.refresh,window.__hpcc_debug&&console.log("fetchData: "+JSON.stringify(i)+"("+JSON.stringify(t)+")");for(var s in this.request)null===this.request[s]&&delete this.request[s];var o=Date.now();return this.dashboard.marshaller.commsEvent(this,"request",this.request),new Promise(function(s,r){a.comms.call(a.request).then(function(r){var n=setInterval(function(){P[0]===e&&Date.now()-o>=500&&(clearTimeout(n),a.processResponse(r,t,i).then(function(){P.shift(),s(r),a.dashboard.marshaller.commsEvent(a,"response",a.request,r),++a._loadedCount}))},100)})["catch"](function(t){a.dashboard.marshaller.commsEvent(a,"error",a.request,t),r(t)})})},U.prototype.processResponse=function(t,i,e){var a={};for(var s in t)a[s.toLowerCase()]=t[s];var o=[];for(var r in this.outputs){var n=this.outputs[r].from;if(n||(n=this.outputs[r].id.toLowerCase()),l(n,t))!l(n+R,t)||l(n+R,t)&&t[n+R].length&&t[n+R][0][n+R]?o.push(this.outputs[r].setData(t[n],i,e)):o.push(this.outputs[r].vizNotify(e));else if(l(n,a))console.log("DDL 'DataSource.From' case is Incorrect"),!l(n+R,a)||l(n+R,a)&&t[n+R].length&&a[n+R][0][n+R]?o.push(this.outputs[r].setData(a[n],i,e)):o.push(this.outputs[r].vizNotify(e));else{var u=[];for(var p in t)u.push(p);console.log("Unable to locate '"+n+"' in response {"+u.join(", ")+"}")}}return Promise.all(o)},U.prototype.serializeState=function(){return{request:this.request}},U.prototype.deserializeState=function(t){t&&(this.request=t.request||{})},O.prototype.loadedPromise=function(){return Promise.all(this._visualizationArray.map(function(t){return t.loadedPromise()}))},O.prototype.getQualifiedID=function(){return this.id},O.prototype.getDatasource=function(t){return this.datasources[t]},O.prototype.getVisualization=function(t){return this._visualizations[t]||this.marshaller.getVisualization(t)},O.prototype.getVisualizations=function(){return this._visualizations},O.prototype.getVisualizationArray=function(){return this._visualizationArray},O.prototype.getVisualizationTotal=function(){return this._visualizationTotal},O.prototype.accept=function(t){t.visit(this);for(var i in this.datasources)this.datasources[i].accept(t);this._visualizationArray.forEach(function(i){i.accept(t)},this)},O.prototype.primeData=function(t){var i=new C;return this.getVisualizationArray().forEach(function(t){t.clear()}),this.getVisualizationArray().forEach(function(e){if(t)t[e.id]&&e.getUpdates().forEach(function(a){var s={},o=!1;for(var r in a._mappings)t[e.id][r]&&(o=!0,s[r]=t[e.id][r],s[r+R]=!0);o&&i.appendRequest(a.getDatasource(),s,a.getVisualization())});else{var a=e.getInputVisualizations();0===a.length?i.appendRequest(e.source.getDatasource(),{refresh:!0},e):a.forEach(function(t){t.hasSelection()&&i.appendRequest(e.source.getDatasource(),t.calcRequestFor(e),e)})}}),i.fetchData()},O.prototype.serializeState=function(){var t={datasources:{},visualizations:{}};for(var i in this.datasources)t.datasources[i]=this.datasources[i].serializeState();for(var e in this._visualizations)t.visualizations[e]=this._visualizations[e].serializeState();return t},O.prototype.deserializeState=function(t){if(t){for(var i in this.datasources)t.datasources[i]&&this.datasources[i].deserializeState(t.datasources[i]);for(var e in this._visualizations)t.visualizations[e]&&this._visualizations[e].deserializeState(t.visualizations[e])}},I.prototype=Object.create(i.prototype),I.prototype.constructor=I,I.prototype.commsDataLoaded=function(){for(var t=0;t= 0; + }).map(function(row) { + return { + value: row.origRow[field.idx], + rowIdx: row.idx + }; + }); + suggest(suggestions); + } + }, + renderItem: function (item, search) { + search = search.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&"); + var re = new RegExp("(" + search.split(' ').join("|") + ")", "gi"); + return '
' + item.value.replace(re, "$1") + '
'; + }, + onSelect: function (e, term, item) { + var rowIdx = +item.getAttribute("data-row-idx"); + var row = context.data()[rowIdx]; + context.click(context.rowToObj(row), context.valueColumn(), true); + } + }); + } + }; + + AutoCompleteText.prototype.exit = function (domNode, element) { + if (this._autoComplete) { + this._autoComplete.destroy(); + } + this._span.remove(); + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + AutoCompleteText.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); + }; + + return AutoCompleteText; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/CalendarHeatMap.js',["d3", "../common/HTMLWidget", "../common/Palette", "../common/Utility", "css!./CalendarHeatMap"], factory); + } else { + root.other_CalendarHeatMap = factory(root.d3, root.common_HTMLWidget, root.common_Palette, root.common_Utility); + } +}(this, function (d3, HTMLWidget, Palette, Utility) { + function CalendarHeatMap(target) { + HTMLWidget.call(this); + Utility.SimpleSelectionMixin.call(this); + } + CalendarHeatMap.prototype = Object.create(HTMLWidget.prototype); + CalendarHeatMap.prototype.constructor = CalendarHeatMap; + CalendarHeatMap.prototype._class += " other_CalendarHeatMap"; + CalendarHeatMap.prototype.mixin(Utility.SimpleSelectionMixin); + + CalendarHeatMap.prototype._palette = Palette.rainbow("default"); + CalendarHeatMap.prototype.publish("paletteID", "YlOrRd", "set", "Palette ID", CalendarHeatMap.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); + + CalendarHeatMap.prototype.publish("dateColumn", null, "set", "Date Column", function () { return this.columns(); }, { optional: true }); + CalendarHeatMap.prototype.publish("datePattern", "%Y-%m-%d", "string", "Date Pattern"); + CalendarHeatMap.prototype.publish("aggrType", null, "set", "Aggregation Type", [null, "mean", "median", "sum", "min", "max"], { optional: true }); + CalendarHeatMap.prototype.publish("aggrColumn", null, "set", "Aggregation Field", function () { return this.columns(); }, { optional: true, disable: function (w) { return !w.aggrType(); } }); + CalendarHeatMap.prototype.publish("aggrDeltaColumn", null, "set", "Aggregation Field", function () { return this.columns(); }, { optional: true, disable: function (w) { return !w.aggrType(); } }); + + CalendarHeatMap.prototype.calendarData = function () { + var dateParser = d3.time.format(this.datePattern()).parse; + var valueFormatter = this.aggrDeltaColumn() ? d3.format(".1%") : d3.format("s"); + if (this._prevDateColumn !== this.dateColumn() || + this._prevAggrType !== this.aggrType() || + this._prevAggrColumn !== this.aggrColumn() || + this._prevAggrDeltaColumn !== this.aggrDeltaColumn()) { + this._prevDateColumn = this.dateColumn(); + this._prevAggrType = this.aggrType(); + this._prevAggrColumn = this.aggrColumn(); + this._prevAggrDeltaColumn = this.aggrDeltaColumn(); + this._view = this._db.aggregateView([this.dateColumn()], this.aggrType(), this.aggrColumn(), this.aggrDeltaColumn()); + } + return this._view.entries().map(function (row) { + row.dateKey = dateParser(row.key); + row.formattedValues = valueFormatter(row.values.aggregate); + row.origRows = valueFormatter(row.values); + return row; + }); + }; + + CalendarHeatMap.prototype.calcDelta = function (row) { + return (row.Close - row.Open) / row.Open; + }; + + CalendarHeatMap.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + d3.select(domNode.parentNode).style("overflow", "scroll"); + this._selection.widgetElement(element); + }; + + CalendarHeatMap.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + this._palette = this._palette.switch(this.paletteID()); + + var width = this.width(), + cellSize = (width / 12) / 5, + height = cellSize * 8; + + var data = this.calendarData(); + var mappedData = d3.map(data, function (d) { return d.dateKey; }); + var dateExtent = d3.extent(data, function (d) { + return d.dateKey.getFullYear(); + }); + var context = this; + var svg = element.selectAll("svg").data(d3.range(dateExtent[0], dateExtent[1] + 1)); + svg.enter().append("svg") + .each(function (d) { + var svg = d3.select(this); + var g = svg.append("g"); + g + .append("text") + .style("text-anchor", "middle") + ; + g.append("g") + .attr("class", "days") + ; + g.append("g") + .attr("class", "months") + ; + }) + ; + svg + .attr("width", width) + .attr("height", height) + ; + svg.select("g") + .attr("transform", "translate(" + ((width - cellSize * 53) / 2) + "," + (height - cellSize * 7 - 1) + ")") + ; + svg.select("text") + .attr("transform", "translate(-6," + cellSize * 3.5 + ")rotate(-90)") + .text(function (d) { return d; }) + ; + svg.exit().remove(); + + var dataExtent = d3.extent(data, function (d) { + return d.values.aggregate; + }); + if (this.aggrDeltaColumn()) { + var max = Math.max(Math.abs(dataExtent[0], dataExtent[1])); + dataExtent = [-max, max]; + } + var dayRect = svg.select(".days").selectAll(".day").data(function (d) { return d3.time.days(new Date(d, 0, 1), new Date(d + 1, 0, 1)); }); + dayRect.enter().append("rect") + .attr("class", "day") + .call(this._selection.enter.bind(this._selection)) + .on("click", function (d) { + var data = mappedData.get(d); + if (data && data.values && data.values && data.values.length) { + context.click(context.rowToObj(data.values[0]), context.dateColumn(), context._selection.selected(this)); + } + }) + .append("title") + ; + dayRect + .attr("x", function (d) { return d3.time.weekOfYear(d) * cellSize; }) + .attr("y", function (d) { return d.getDay() * cellSize; }) + .attr("width", cellSize) + .attr("height", cellSize) + ; + dayRect.select("title") + .text(function (d) { return d; }) + ; + dayRect.filter(function (d) { return mappedData.has(d); }) + .style("fill", function (d) { + var row = mappedData.get(d); + if (!row || !row.values || !row.values.aggregate) { + return null; + } + return context._palette(row.values.aggregate, dataExtent[0], dataExtent[1]); + }) + .select("title") + .text(function (d) { + var data = mappedData.get(d); + return data.key + ": " + data.formattedValues; + }) + ; + dayRect.exit().remove(); + + var monthPath = svg.select(".months").selectAll(".month").data(function (d) { return d3.time.months(new Date(d, 0, 1), new Date(d + 1, 0, 1)); }); + monthPath.enter().append("path") + .attr("class", "month") + ; + monthPath + .attr("d", calcMonthPath) + ; + monthPath.exit().remove(); + + function calcMonthPath(t0) { + var t1 = new Date(t0.getFullYear(), t0.getMonth() + 1, 0), + d0 = t0.getDay(), w0 = d3.time.weekOfYear(t0), + d1 = t1.getDay(), w1 = d3.time.weekOfYear(t1); + return "M" + (w0 + 1) * cellSize + "," + d0 * cellSize + + "H" + w0 * cellSize + "V" + 7 * cellSize + + "H" + w1 * cellSize + "V" + (d1 + 1) * cellSize + + "H" + (w1 + 1) * cellSize + "V" + 0 + + "H" + (w0 + 1) * cellSize + "Z"; + } + }; + + CalendarHeatMap.prototype.exit = function (domNode, element) { + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + // Events --- + CalendarHeatMap.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); + }; + + return CalendarHeatMap; +})); + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/Comms.js',["es6-promise"], factory); + } else { + root.other_Comms = factory(); + } +}(this, function () { + var TIMEOUT_DEFAULT = 60; + function espValFix(val) { + if (val === undefined || val === null) { + return null; + } + if (!val.trim) { + if (val.Row) { + return espRowFix(val.Row); + } + return val; + } + var retVal = val.trim(); + if (retVal !== "" && !isNaN(retVal)) { + return Number(retVal); + } + return retVal; + } + + function espRowFix(row) { + for (var key in row) { + row[key] = espValFix(row[key]); + } + return row; + } + + function ESPUrl() { + this._protocol = "http:"; + this._hostname = "localhost"; + } + + ESPUrl.prototype.url = function (_) { + if (!arguments.length) return this._url; + this._url = _; + var parser = document.createElement("a"); + parser.href = this._url; + parser.href = parser.href; //This fixes an IE9/IE10 DOM value issue + + var params = {}; + if (parser.search.length) { + var tmp = parser.search; + if (tmp[0] === "?") { + tmp = tmp.substring(1); + } + tmp = tmp.split("&"); + tmp.map(function (item) { + var tmpItem = item.split("="); + params[decodeURIComponent(tmpItem[0])] = decodeURIComponent(tmpItem[1]); + }); + } + this._protocol = parser.protocol; + this._hostname = parser.hostname; + this._port = parser.port; + this._pathname = parser.pathname; + while (this._pathname.length && this._pathname[0] === "/") { + this._pathname = this._pathname.substring(1); + } + this._search = parser.search; + this._params = params; + this._hash = parser.hash; + this._host = parser.host; + + return this; + }; + + ESPUrl.prototype.protocol = function (_) { + if (!arguments.length) return this._protocol; + this._protocol = _; + return this; + }; + + ESPUrl.prototype.hostname = function (_) { + if (!arguments.length) return this._hostname; + this._hostname = _; + return this; + }; + + ESPUrl.prototype.port = function (_) { + if (!arguments.length) return this._port; + this._port = _; + return this; + }; + + ESPUrl.prototype.pathname = function (_) { + if (!arguments.length) return this._pathname; + this._pathname = _; + return this; + }; + + ESPUrl.prototype.isWsWorkunits = function () { + return this._pathname.toLowerCase().indexOf("wsworkunits") >= 0 || this._params["Wuid"]; + }; + + ESPUrl.prototype.isWorkunitResult = function () { + return this.isWsWorkunits() && (this._params["Sequence"] || this._params["ResultName"]); + }; + + ESPUrl.prototype.isWsEcl = function () { + return this._pathname.toLowerCase().indexOf("wsecl") >= 0 || (this._params["QuerySetId"] && this._params["Id"]); + }; + + ESPUrl.prototype.isWsWorkunits_GetStats = function () { + return this._pathname.toLowerCase().indexOf("wsworkunits/wugetstats") >= 0 && this._params["WUID"]; + }; + + ESPUrl.prototype.getUrl = function (overrides) { + overrides = overrides || {}; + return (overrides.protocol ? overrides.protocol : this._protocol) + "//" + + (overrides.hostname ? overrides.hostname : this._hostname) + ":" + + (overrides.port ? overrides.port : this._port) + "/" + + (overrides.pathname ? overrides.pathname : this._pathname); + }; + + function ESPMappings(mappings) { + this._mappings = mappings; + this._reverseMappings = {}; + for (var resultName in this._mappings) { + this._reverseMappings[resultName] = {}; + for (var key in this._mappings[resultName]) { + this._reverseMappings[resultName][this._mappings[resultName][key]] = key; + } + } + } + + ESPMappings.prototype.contains = function (resultName, origField) { + return exists(resultName + "." + origField, this._mappings); + }; + + ESPMappings.prototype.mapResult = function (response, resultName) { + var mapping = this._mappings[resultName]; + if (mapping) { + response[resultName] = response[resultName].map(function (item) { + var row = []; + if (mapping.x && mapping.x instanceof Array) { + // LINE Mapping --- + row = []; + for (var i = 0; i < mapping.x.length; ++i) { + row.push(item[mapping.y[i]]); + } + } else { + // Regular Mapping --- + for (var key in mapping) { + if (mapping[key] === "label") { + row[0] = item[key]; + } else if (mapping[key] === "weight") { + row[1] = item[key]; + } + } + } + return row; + }, this); + } + }; + + ESPMappings.prototype.mapResponse = function (response) { + for (var key in response) { + this.mapResult(response, key); + } + }; + + function Comms() { + ESPUrl.call(this); + this._proxyMappings = {}; + this._mappings = new ESPMappings({}); + this._timeout = TIMEOUT_DEFAULT; + } + Comms.prototype = Object.create(ESPUrl.prototype); + + function exists(prop, scope) { + if (!prop || !scope) { + return false; + } + var propParts = prop.split("."); + var testScope = scope; + for (var i = 0; i < propParts.length; ++i) { + var item = propParts[i]; + if (testScope[item] === undefined) { + return false; + } + testScope = testScope[item]; + } + return true; + } + + var serialize = function (obj) { + var str = []; + for (var key in obj) { + if (obj.hasOwnProperty(key)) { + str.push(encodeURIComponent(key) + "=" + encodeURIComponent(obj[key])); + } + } + return str.join("&"); + }; + + var jsonp = function (url, request, timeout) { + return new Promise(function (resolve, reject) { + var respondedTimeout = timeout * 1000; + var respondedTick = 5000; + var callbackName = "jsonp_callback_" + Math.round(Math.random() * 999999); + window[callbackName] = function (response) { + respondedTimeout = 0; + doCallback(response); + resolve(response); + }; + var script = document.createElement("script"); + script.src = url + (url.indexOf("?") >= 0 ? "&" : "?") + "jsonp=" + callbackName + "&" + serialize(request); + document.body.appendChild(script); + var progress = setInterval(function () { + if (respondedTimeout <= 0) { + clearInterval(progress); + } else { + respondedTimeout -= respondedTick; + if (respondedTimeout <= 0) { + clearInterval(progress); + console.log("Request timeout: " + script.src); + doCallback(); + reject(Error("Request timeout: " + script.src)); + } else { + console.log("Request pending (" + respondedTimeout / 1000 + " sec): " + script.src); + } + } + }, respondedTick); + + function doCallback(response) { + delete window[callbackName]; + document.body.removeChild(script); + } + }); + }; + + Comms.prototype.jsonp = function (url, request, callback) { + for (var key in this._proxyMappings) { + var newUrlParts = url.split(key); + var newUrl = newUrlParts[0]; + if (newUrlParts.length > 1) { + var espUrl = new ESPUrl() + .url(url) + ; + url = newUrl + this._proxyMappings[key]; + request.IP = espUrl._hostname; + request.PORT = espUrl._port; + if (newUrlParts.length > 0) { + request.PATH = newUrlParts[1]; + } + break; + } + } + return jsonp(url, request, this.timeout()); + }; + + Comms.prototype.ajax = function (method, url, request) { + return new Promise(function (resolve, reject) { + var uri = url; + if (request) { + uri += "?" + serialize(request); + } + var xhr = new XMLHttpRequest(); + xhr.onload = function (e) { + if (this.status >= 200 && this.status < 300) { + resolve(JSON.parse(this.response)); + } + else { + reject(Error(this.statusText)); + } + }; + xhr.onerror = function () { + reject(Error(this.statusText)); + }; + xhr.open(method, uri); + xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest"); + xhr.send(); + }); + }; + + Comms.prototype.get = function (url, request) { + return this.ajax("GET", url, request); + }; + + Comms.prototype.post = function (url, request) { + return this.ajax("POST", url, request); + }; + + Comms.prototype.mappings = function (_) { + if (!arguments.length) return this._mappings; + this._mappings = new ESPMappings(_); + return this; + }; + + Comms.prototype.proxyMappings = function (_) { + if (!arguments.length) return this._proxyMappings; + this._proxyMappings = _; + return this; + }; + + Comms.prototype.timeout = function (_) { + if (!arguments.length) return this._timeout; + this._timeout = _ || TIMEOUT_DEFAULT; + return this; + }; + + function Basic() { + Comms.call(this); + } + Basic.prototype = Object.create(Comms.prototype); + + Basic.prototype.cacheCalls = function (_) { + if (!arguments.length) return this._cacheCalls; + this._cacheCalls = _; + return this; + }; + + Basic.prototype.call = function (request, callback) { + var url = this._url + (this._url.indexOf("?") >= 0 ? "&" : "?") + serialize(request); + if (this._cacheCalls) { + var context = this; + return new Promise(function (resolve, reject) { + var response = JSON.parse(localStorage.getItem("hpcc.viz." + url)); + if (!response) { + throw Error("not cached"); + } + if (callback) { + console.log("Deprecated: callback, use promise (Basic.prototype.call)"); + callback(response); + } + resolve(response); + }).catch(function (response) { + return context.get(url).then(function (response) { + localStorage.setItem("hpcc.viz." + url, JSON.stringify(response)); + if (callback) { + console.log("Deprecated: callback, use promise (Basic.prototype.call)"); + callback(response); + } + return response; + }); + }); + } else { + localStorage.removeItem("hpcc.viz." + url); + return this.get(url).then(function (response) { + if (callback) { + console.log("Deprecated: callback, use promise (Basic.prototype.call)"); + callback(response); + } + return response; + }); + } + }; + + function WsECL() { + Comms.call(this); + + this._port = "8002"; + this._target = ""; + this._query = ""; + } + WsECL.prototype = Object.create(Comms.prototype); + + WsECL.prototype.url = function (_) { + var retVal = Comms.prototype.url.apply(this, arguments); + if (arguments.length) { + // http://localhost:8010/esp/files/stub.htm?QuerySetId=roxie&Id=stock.3&Widget=QuerySetDetailsWidget + this._port = this._port === "8010" ? "8002" : this._port; // Need a better way --- + for (var key in this._params) { + switch (key) { + case "QuerySetId": + this.target(this._params[key]); + break; + case "Id": + this.query(this._params[key]); + break; + } + } + + var pathParts, queryParts; + if (!this._target || !this._query) { + //http://localhost:8002/WsEcl/forms/default/query/roxie/wecare + pathParts = this._pathname.split("/query/"); + if (pathParts.length >= 2) { + queryParts = pathParts[1].split("/"); + if (queryParts.length >= 2) { + this.target(queryParts[0]); + this.query(queryParts[1]); + } + } + } + } + return retVal; + }; + + WsECL.prototype.target = function (_) { + if (!arguments.length) return this._target; + this._target = _; + return this; + }; + + WsECL.prototype.query = function (_) { + if (!arguments.length) return this._query; + this._query = _; + return this; + }; + + WsECL.prototype.constructUrl = function () { + return Comms.prototype.getUrl.call(this, { + pathname: "WsEcl/submit/query/" + this._target + "/" + this._query + "/json" + }); + }; + + WsECL.prototype.call = function (target, request, callback) { + target = target || {}; + target.target = target.target || this._target; + target.query = target.query || this._query; + var context = this; + var url = this.getUrl({ + pathname: "WsEcl/submit/query/" + target.target + "/" + target.query + "/json" + }); + return this.jsonp(url, request).then(function(response) { + // Remove "xxxResponse.Result" + for (var key in response) { + response = response[key].Results; + break; + } + // Check for exceptions + if (response.Exception) { + throw Error(response.Exception.reduce(function (previousValue, exception, index, array) { + if (previousValue.length) { + previousValue += "\n"; + } + return previousValue + exception.Source + " " + exception.Code + ": " + exception.Message; + }, "")); + } + // Remove "response.result.Row" + for (key in response) { + if (response[key].Row) { + response[key] = response[key].Row.map(espRowFix); + } + } + context._mappings.mapResponse(response); + if (callback) { + console.log("Deprecated: callback, use promise (WsECL.prototype.call)"); + callback(response); + } + return response; + }); + }; + + WsECL.prototype.send = function (request, callback) { + this.call({target: this._target, query: this._query}, request, callback); + }; + + function WsWorkunits() { + Comms.call(this); + + this._port = "8010"; + this._wuid = ""; + this._jobname = ""; + this._sequence = null; + this._resultName = null; + + this._resultNameCache = {}; + this._resultNameCacheCount = 0; + } + WsWorkunits.prototype = Object.create(Comms.prototype); + + WsWorkunits.prototype.url = function (_) { + var retVal = Comms.prototype.url.apply(this, arguments); + if (arguments.length) { + // http://localhost:8010/WsWorkunit/WuResult?Wuid=xxx&ResultName=yyy + for (var key in this._params) { + switch (key) { + case "Wuid": + this.wuid(this._params[key]); + break; + case "ResultName": + this.resultName(this._params[key]); + break; + case "Sequence": + this.sequence(this._params[key]); + break; + } + } + if (!this._wuid) { + // http://localhost:8010/WsWorkunits/res/W20140922-213329/c:/temp/index.html + var urlParts = this._url.split("/res/"); + if (urlParts.length >= 2) { + var urlParts2 = urlParts[1].split("/"); + this.wuid(urlParts2[0]); + } + } + } + return retVal; + }; + + WsWorkunits.prototype.wuid = function (_) { + if (!arguments.length) return this._wuid; + this._wuid = _; + return this; + }; + + WsWorkunits.prototype.jobname = function (_) { + if (!arguments.length) return this._jobname; + this._jobname = _; + return this; + }; + + WsWorkunits.prototype.sequence = function (_) { + if (!arguments.length) return this._sequence; + this._sequence = _; + return this; + }; + + WsWorkunits.prototype.resultName = function (_) { + if (!arguments.length) return this._resultName; + this._resultName = _; + return this; + }; + + WsWorkunits.prototype.appendParam = function (label, value, params) { + if (value) { + if (params) { + params += "&"; + } + return params + label + "=" + value; + } + return params; + }; + + WsWorkunits.prototype.constructUrl = function () { + var url = Comms.prototype.getUrl.call(this, { + pathname: "WsWorkunits/res/" + this._wuid + "/" + }); + var params = ""; + params = this.appendParam("ResultName", this._resultName, params); + return url + (params ? "?" + params : ""); + }; + + WsWorkunits.prototype._fetchResult = function (target, callback, skipMapping) { + target = target || {}; + target._start = target._start || 0; + target._count = target._count || -1; + var url = this.getUrl({ + pathname: "WsWorkunits/WUResult.json" + }); + var request = { + Wuid: target.wuid, + ResultName: target.resultname, + SuppressXmlSchema: true, + Start: target._start, + Count: target._count + }; + this._resultNameCache[target.resultname] = {}; + var context = this; + return this.jsonp(url, request).then(function (response) { + // Remove "xxxResponse.Result" + for (var key in response) { + if (!response[key].Result) { + throw "No result found."; + } + context._total = response[key].Total; + response = response[key].Result; + for (var responseKey in response) { + response = response[responseKey].Row.map(espRowFix); + break; + } + break; + } + context._resultNameCache[target.resultname] = response; + if (!skipMapping) { + context._mappings.mapResult(context._resultNameCache, target.resultname); + } + if (callback) { + console.log("Deprecated: callback, use promise (WsWorkunits.prototype._fetchResult)"); + callback(context._resultNameCache[target.resultname]); + } + return context._resultNameCache[target.resultname]; + }); + }; + + WsWorkunits.prototype.fetchResult = function (target, callback, skipMapping) { + if (target.wuid) { + return this._fetchResult(target, callback, skipMapping); + } else if (target.jobname) { + var context = this; + return this.WUQuery(target, function (response) { + target.wuid = response[0].Wuid; + return context._fetchResult(target, callback, skipMapping); + }); + } + }; + + WsWorkunits.prototype.WUQuery = function (_request, callback) { + var url = this.getUrl({ + pathname: "WsWorkunits/WUQuery.json", + }); + var request = { + Jobname: request.jobname, + Count: 1 + }; + + this._resultNameCache = {}; + this._resultNameCacheCount = 0; + return this.jsonp(url, request).then(function (response) { + if (!exists("WUQueryResponse.Workunits.ECLWorkunit", response)) { + throw "No workunit found."; + } + response = response.WUQueryResponse.Workunits.ECLWorkunit; + if (callback) { + console.log("Deprecated: callback, use promise (WsWorkunits.prototype.WUQuery)"); + callback(response); + } + return response; + }); + }; + + WsWorkunits.prototype.fetchResultNames = function (callback) { + var url = this.getUrl({ + pathname: "WsWorkunits/WUInfo.json", + }); + var request = { + Wuid: this._wuid, + TruncateEclTo64k: true, + IncludeExceptions: false, + IncludeGraphs: false, + IncludeSourceFiles: false, + IncludeResults: true, + IncludeResultsViewNames: false, + IncludeVariables: false, + IncludeTimers: false, + IncludeResourceURLs: false, + IncludeDebugValues: false, + IncludeApplicationValues: false, + IncludeWorkflows: false, + IncludeXmlSchemas: false, + SuppressResultSchemas: true + }; + + this._resultNameCache = {}; + this._resultNameCacheCount = 0; + var context = this; + return this.jsonp(url, request).then(function (response) { + if (exists("WUInfoResponse.Workunit.Results.ECLResult", response)) { + response.WUInfoResponse.Workunit.Results.ECLResult.map(function (item) { + context._resultNameCache[item.Name] = []; + ++context._resultNameCacheCount; + }); + } + if (callback) { + console.log("Deprecated: callback, use promise (WsWorkunits.prototype.fetchResultNames)"); + callback(context._resultNameCache); + } + return context._resultNameCache; + }); + }; + + WsWorkunits.prototype.fetchResults = function (callback, skipMapping) { + var context = this; + return this.fetchResultNames().then(function (response) { + var fetchArray = []; + for (var key in context._resultNameCache) { + fetchArray.push(context.fetchResult({ wuid: context._wuid, resultname: key }, null, skipMapping)); + } + return Promise.all(fetchArray).then(function (responseArray) { + if (callback) { + console.log("Deprecated: callback, use promise (WsWorkunits.prototype.fetchResults)"); + callback(context._resultNameCache); + } + return context._resultNameCache; + }); + }); + }; + + WsWorkunits.prototype.postFilter = function (request, response) { + var retVal = {}; + for (var key in response) { + retVal[key] = response[key].filter(function (row, idx) { + for (var request_key in request) { + if (row[request_key] !== undefined && request[request_key] !== undefined && row[request_key] != request[request_key]) { // jshint ignore:line + return false; + } + } + return true; + }); + } + this._mappings.mapResponse(retVal); + return retVal; + }; + + WsWorkunits.prototype.send = function (request, callback) { + var context = this; + if (!this._resultNameCacheCount) { + this.fetchResults(function (response) { + callback(context.postFilter(request, response)); + }, true); + } else { + callback(context.postFilter(request, this._resultNameCache)); + } + }; + + function WsWorkunits_GetStats() { + Comms.call(this); + + this._port = "8010"; + this._wuid = null; + } + WsWorkunits_GetStats.prototype = Object.create(Comms.prototype); + + WsWorkunits_GetStats.prototype.url = function (_) { + var retVal = Comms.prototype.url.apply(this, arguments); + if (arguments.length) { + // http://localhost:8010/WsWorkunits/WUGetStats?WUID="xxx" + for (var key in this._params) { + switch (key) { + case "WUID": + this.wuid(this._params[key]); + break; + } + } + } + return retVal; + }; + + WsWorkunits_GetStats.prototype.wuid = function (_) { + if (!arguments.length) return this._wuid; + this._wuid = _; + return this; + }; + + WsWorkunits_GetStats.prototype.constructUrl = function () { + return Comms.prototype.getUrl.call(this, { + pathname: "WsWorkunits/WUGetStats?WUID=" + this._wuid + }); + }; + + WsWorkunits_GetStats.prototype.send = function (request, callback) { + var url = this.getUrl({ + pathname: "WsWorkunits/WUGetStats.json?WUID=" + this._wuid + }); + return this.jsonp(url, request).then(function (response) { + if (exists("WUGetStatsResponse.Statistics.WUStatisticItem", response)) { + if (callback) { + console.log("Deprecated: callback, use promise (WsWorkunits_GetStats.prototype.send)"); + callback(response.WUGetStatsResponse.Statistics.WUStatisticItem); + } + return response.WUGetStatsResponse.Statistics.WUStatisticItem; + } else { + if (callback) { + console.log("Deprecated: callback, use promise (WsWorkunits_GetStats.prototype.send)"); + callback([]); + } + return []; + } + }); + }; + + // HIPIERoxie --- + function HIPIERoxie() { + Comms.call(this); + } + HIPIERoxie.prototype = Object.create(Comms.prototype); + + HIPIERoxie.prototype.fetchResults = function (request, callback) { + var url = this.getUrl({}); + this._resultNameCache = {}; + this._resultNameCacheCount = 0; + var context = this; + return this.jsonp(url, request).then(function (response) { + // Remove "xxxResponse.Result" + for (var key in response) { + response = response[key].Results; + break; + } + // Check for exceptions + if (response.Exception) { + throw Error(response.Exception.reduce(function (previousValue, exception, index, array) { + if (previousValue.length) { + previousValue += "\n"; + } + return previousValue + exception.Source + " " + exception.Code + ": " + exception.Message; + }, "")); + } + // Remove "response.result.Row" + for (key in response) { + if (response[key].Row) { + context._resultNameCache[key] = response[key].Row.map(espRowFix); + ++context._resultNameCacheCount; + } + } + if (callback) { + console.log("Deprecated: callback, use promise (HIPIERoxie.prototype.fetchResults)"); + callback(context._resultNameCache); + } + return context._resultNameCache; + }); + }; + + HIPIERoxie.prototype.fetchResult = function (name, callback) { + var context = this; + return new Promise(function (resolve, reject) { + if (callback) { + console.log("Deprecated: callback, use promise (HIPIERoxie.prototype.fetchResult)"); + callback(context._resultNameCache[name]); + } + resolve(context._resultNameCache[name]); + }); + }; + + HIPIERoxie.prototype.call = function (request, callback) { + return this.fetchResults(request, callback); + }; + + // HIPIEWorkunit --- + function HIPIEWorkunit() { + WsWorkunits.call(this); + + this._hipieResults = {}; + } + HIPIEWorkunit.prototype = Object.create(WsWorkunits.prototype); + + HIPIEWorkunit.prototype.hipieResults = function (_) { + if (!arguments.length) return this._hipieResults; + this._hipieResultsLength = 0; + this._hipieResults = {}; + var context = this; + _.forEach(function (item) { + context._hipieResultsLength++; + context._hipieResults[item.id] = item; + }); + return this; + }; + + HIPIEWorkunit.prototype.fetchResults = function (callback) { + var context = this; + return WsWorkunits.prototype.fetchResultNames.call(this).then(function (response) { + var fetchArray = []; + for (var key in context._hipieResults) { + var item = context._hipieResults[key]; + fetchArray.push(context.fetchResult(item.from)); + } + return Promise.all(fetchArray).then(function (response) { + if (callback) { + console.log("Deprecated: callback, use promise (HIPIEWorkunit.prototype.fetchResults)"); + callback(context._resultNameCache); + } + return context._resultNameCache; + }); + }); + }; + + HIPIEWorkunit.prototype.fetchResult = function (name, callback) { + return WsWorkunits.prototype.fetchResult.call(this, { wuid: this._wuid, resultname: name }).then(function (response) { + if (callback) { + console.log("Deprecated: callback, use promise (HIPIEWorkunit.prototype.fetchResult)"); + callback(response); + } + return response; + }); + }; + + HIPIEWorkunit.prototype.call = function (request, callback) { + var context = this; + if (request.refresh || !this._resultNameCache || !this._resultNameCacheCount) { + return this.fetchResults(callback).then(function (response) { + return filterResults(request); + }); + } else { + return new Promise(function (resolve, reject) { + resolve(filterResults(request)); + }); + } + + function filterResults(request) { + var changedFilter = {}; + for (var key in request) { + if (request[key] !== undefined && request[key + "_changed"] !== undefined) { + changedFilter[key] = request[key]; + } + } + var retVal = {}; + for (var hipieKey in context._hipieResults) { + var item = context._hipieResults[hipieKey]; + var matchedResult = true; + for (var key2 in changedFilter) { + if (item.filter.indexOf(key2) < 0) { + matchedResult = false; + break; + } + } + if (matchedResult) { + retVal[item.from] = context._resultNameCache[item.from].filter(function (row) { + for (var key2 in changedFilter) { + if (row[key2] != changedFilter[key2] && row[key2.toLowerCase()] != changedFilter[key2]) { // jshint ignore:line + return false; + } + } + return true; + }); + } + } + return retVal; + } + }; + + // HIPIEDatabomb --- + function HIPIEDatabomb() { + HIPIEWorkunit.call(this); + } + HIPIEDatabomb.prototype = Object.create(HIPIEWorkunit.prototype); + + HIPIEDatabomb.prototype.databomb = function (_) { + if (!arguments.length) return this._databomb; + this._databomb = _; + return this; + }; + + HIPIEDatabomb.prototype.databombOutput = function (from, id) { + if (!arguments.length) return undefined; + this._resultNameCacheCount++; + if (this._databomb instanceof Array) { + this._resultNameCache[from] = this._databomb.map(espRowFix); + } else { + this._resultNameCache[from] = this._databomb[id].map(espRowFix); + } + return this; + }; + + HIPIEDatabomb.prototype.fetchResults = function (callback) { + var context = this; + return new Promise(function (resolve, reject) { + if (callback) { + console.log("Deprecated: callback, use promise (HIPIEDatabomb.prototype.fetchResults)"); + callback(context._resultNameCache); + } + resolve(context._resultNameCache); + }); + }; + + return { + Basic: Basic, + ESPMappings: ESPMappings, + ESPUrl: ESPUrl, + WsECL: WsECL, + WsWorkunits: WsWorkunits, + HIPIERoxie: HIPIERoxie, + HIPIEWorkunit: HIPIEWorkunit, + HIPIEDatabomb: HIPIEDatabomb, + createESPConnection: function (url) { + url = url || document.URL; + var testURL = new ESPUrl() + .url(url) + ; + if (testURL.isWsWorkunits_GetStats()) { + return new WsWorkunits_GetStats() + .url(url) + ; + } + if (testURL.isWsWorkunits()) { + return new WsWorkunits() + .url(url) + ; + } + if (testURL.isWsEcl()) { + return new WsECL() + .url(url) + ; + } + return null; + }, + hookJsonp: function (func) { + jsonp = func; + } + }; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/HeatMap.js',["d3", "../common/CanvasWidget", "simpleheat", "../common/Palette"], factory); + } else { + root.other_HeatMap = factory(root.d3, root.common_CanvasWidget, root.simpleheat, root.common_Palette); + } +}(this, function (d3, CanvasWidget, simpleheat, Palette) { + function HeatMap() { + CanvasWidget.call(this); + } + HeatMap.prototype = Object.create(CanvasWidget.prototype); + HeatMap.prototype.constructor = HeatMap; + + HeatMap.prototype._palette = Palette.rainbow("default"); + HeatMap.prototype._class += " other_HeatMap"; + + HeatMap.prototype.publish("radius", 15, "number", "Set point radius", null, { tags: ["Basic"] }); + HeatMap.prototype.publish("blur", 15, "number", "Set point blur", null, { tags: ["Basic"] }); + HeatMap.prototype.publish("max", 1, "number", "Set max data value", null, { tags: ["Basic"] }); + + HeatMap.prototype.publish("gradient", {0.4:"blue",0.6:"cyan",0.7:"lime",0.8:"yellow",1.0:"red"}, "object", "Set gradient colors", null, { tags: ["Basic"] }); + + HeatMap.prototype.publish("usePalette", false, "boolean", "If true, uses paletteID and colorCount to determine gradient",null,{tags:["Basic"]}); + + HeatMap.prototype.publish("colorCount", 10, "number", "Top left x-value",null,{tags:["Basic"]}); + HeatMap.prototype.publish("paletteID", "default", "set", "Palette ID", HeatMap.prototype._palette.switch(), { tags: ["Basic"] }); + HeatMap.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); + + HeatMap.prototype.publish("topLeftX", null, "number", "Top left x-value", null, { tags: ["Basic"], optional: true }); + HeatMap.prototype.publish("topLeftY", null, "number", "Top left y-value", null, { tags: ["Basic"], optional: true }); + HeatMap.prototype.publish("bottomRightX", null, "number", "Bottom right x-value", null, { tags: ["Basic"], optional: true }); + HeatMap.prototype.publish("bottomRightY", null, "number", "Bottom right y-value", null, { tags: ["Basic"], optional: true }); + + HeatMap.prototype.enter = function (domNode, element) { + CanvasWidget.prototype.enter.apply(this, arguments); + // canvas size needs to be set before render + this.resize(this._size); + this._heat = simpleheat(domNode); + }; + + HeatMap.prototype.update = function (domNode, element) { + CanvasWidget.prototype.update.apply(this, arguments); + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + if(this.topLeftX_exists() && this.topLeftY_exists() && this.bottomRightX_exists() && this.bottomRightY_exists()){ + this._heat.data(this.skewedData()); + } else { + this._heat.data(this.data()); + } + + + if(this.radius()){ + this._heat.radius(this.radius(), this.blur()); + } + if(this.usePalette()){ + var grad = {}; + for(var idx = 1;idx<=this.colorCount();idx++){ + var value = idx/this.colorCount(); + grad[value] = this._palette(idx,1,this.colorCount()); + } + this._heat.defaultGradient = grad; + this._heat.gradient(grad); + }else if(this.gradient()){ + this._heat.defaultGradient = this.gradient(); + this._heat.gradient(this.gradient()); + } + + this._heat.draw(); + }; + + HeatMap.prototype.exit = function(domNode, element) { + delete this._heat; + CanvasWidget.prototype.exit.apply(this, arguments); + }; + + HeatMap.prototype.resize = function(size) { + CanvasWidget.prototype.resize.apply(this, arguments); + if(this._heat !== undefined){ + this._heat.resize(); + } + }; + + HeatMap.prototype.skewedData = function() { + var context = this; + var retArr = []; + var arr = this.data(); + var box = this.element().node().getBoundingClientRect(); + + var coordsWidth = this.bottomRightX() - this.topLeftX(); + var coordsHeight = this.bottomRightY() - this.topLeftY(); + + var pixelValueX = coordsWidth / box.width; + var pixelValueY = coordsHeight / box.height; + + arr.forEach(function(n){ + var left = Math.abs(n[0] - context.topLeftX()); + var top = Math.abs(n[1] - context.topLeftY()); + + var newX = left / pixelValueX; + var newY = top / pixelValueY; + + retArr.push([newX,newY,n[2]]); + }); + + return retArr; + }; + + return HeatMap; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/Html.js',["../common/HTMLWidget","css!./Html"], factory); + } else { + root.other_Html = factory(root.common_HTMLWidget); + } +}(this, function (HTMLWidget) { + function HTML() { + HTMLWidget.call(this); + this._tag = "div"; + } + HTML.prototype = Object.create(HTMLWidget.prototype); + HTML.prototype.constructor = HTML; + HTML.prototype._class += " other_Html"; + + HTML.prototype.publish("html", "", "string", "Html to render", null, { tags: ["Basic"] }); + HTML.prototype.publish("overflowX", null, "set", "CSS overflow-x", ["","visible","hidden","scroll","auto","initial","inherit"], { tags: ["Basic"], optional:true }); + HTML.prototype.publish("overflowY", null, "set", "CSS overflow-y", ["","visible","hidden","scroll","auto","initial","inherit"], { tags: ["Basic"], optional:true }); + + HTML.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + }; + + HTML.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + element.style({ + "overflow-x":this.overflowX_exists() ? this.overflowX() : "", + "overflow-y":this.overflowY_exists() ? this.overflowY() : "", + }); + + var html = element.selectAll(".htmlWrapper").data(this.data().length > 0 ? this.data() : [this.html()]); + html.enter().append("div") + .attr("class", "htmlWrapper") + ; + html + .html(function (d) { return d; }) + ; + html.exit().remove(); + }; + + return HTML; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/Paginator.js',["d3", "../common/HTMLWidget","css!./Paginator"], factory); + } else { + root.other_Paginator = factory(root.d3, root.common_HTMLWidget); + } +}(this, function (d3, HTMLWidget) { + function Paginator() { + HTMLWidget.call(this); + + this._tag = "div"; + + this._tNumPages = 1; //np + + this._numList = []; //pn + } + Paginator.prototype = Object.create(HTMLWidget.prototype); + Paginator.prototype.constructor = Paginator; + Paginator.prototype._class += " other_Paginator"; + + Paginator.prototype.publish("itemsPerPage", 2, "number", "Pagination items per page",null,{tags:["Private"]}); + + Paginator.prototype.publish("numItems", 10, "number", "Pagination total number of items",null,{tags:["Private"]}); + Paginator.prototype.publish("pageNumber", 1, "number", "Pagination set or get the page number",null,{tags:["Private"]}); + Paginator.prototype.publish("adjacentPages", 2, "number", "Number of page indexes either side of current one", null, { tags: ["Private"] }); + Paginator.prototype.publish("bottom", 20, "number", "Pagination bottom offset", null, { tags: ["Private"] }); + Paginator.prototype.publish("right", 20, "number", "Pagination right offset", null, { tags: ["Private"] }); + + Paginator.prototype.postUpdate = function (domNode, element) { }; + + Paginator.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + var context = this; + + this.paginator = element.append("ul").attr("class","paginator pagination pagination-sm"); + this.side = element.append("div").attr("class","paginator pagination side"); + + this.side.append("span") + .classed("side", true) + .text("Page ") + ; + + this.side.append("input") + .attr("type","number") + .attr("class","currentPageNumber") + .property("value",1) + .attr("min",1) + .on("change", function() { + context.pageNumber(this.value); + context._onSelect(this.value); + }) + ; + + this.side.append("span") + .classed("side total", true) + .text(" of 1") + ; + }; + + Paginator.prototype.update = function (domNode, element) { + var context = this; + element + .style("bottom", this.bottom() + "px") + .style("right", this.right() + "px") + ; + + this._tNumPages = Math.ceil(this.numItems() / this.itemsPerPage()) || 1; + + if (this.pageNumber() > this._tNumPages) { this.pageNumber(1); } + + this._numList = []; + if (this.numItems()) { + this._numList.push("first"); + for (var x = -this.adjacentPages() ; x <= this.adjacentPages() ; x++) { + if (this.pageNumber() + x > 0 && this.pageNumber() + x <= this._tNumPages) { + this._numList.push(this.pageNumber() + x); + } + } + this._numList.push("last"); + } + + this.side.select(".total").text(" of "+this._tNumPages); + this.side.select(".currentPageNumber").property("value",this.pageNumber()); + this.side.select(".currentPageNumber").attr("max",this._tNumPages); + + var page = this.paginator.selectAll("li").data(this._numList,function(d) { return d; }); + page + .enter() + .append(function(d) { + var li = document.createElement("li"); + + if (d !== context.pageNumber()) { + var a = document.createElement("a"); + var linkText = document.createTextNode(d); + + a.appendChild(linkText); + a.href = "#"; + li.appendChild(a); + + return li; + } else { + var span = document.createElement("span"); + span.innerHTML = d; + + li.appendChild(span); + + return li; + } + }) + .on("click", function(d, i) { + d3.event.preventDefault(); + context.side.select(".currentPageNumber").property("value",context.pageNumber()); + switch(d) { + case "first": + if (context.pageNumber() !== 1) { + context.pageNumber(1); + context._onSelect(1, "previous"); + } + break; + case "last": + if (context.pageNumber() !== context._tNumPages) { + context.pageNumber(context._tNumPages); + context._onSelect(context._tNumPages, "previous"); + } + break; + default: + context.pageNumber(d); + context._onSelect(d); + } + }) + ; + + page.classed("active", function(e, j) { return e === context.pageNumber(); }) + .select("a") + .text(function(d) { return d; }) + ; + + page.exit().remove(); + page.order(); + + if (this.numItems() === 0) { + d3.select(domNode).remove(); + } + }; + + Paginator.prototype.exit = function (domNode, element) { + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + return Paginator; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/Table.js',["d3", "../common/HTMLWidget", "./Paginator", "../common/Utility", "../common/Widget", "css!./Table"], factory); + } else { + root.other_Table = factory(root.d3, root.common_HTMLWidget, root.other_Paginator, root.common_Utility, root.common_Widget); + } +}(this, function (d3, HTMLWidget, Paginator, Utility, Widget) { + function Table() { + HTMLWidget.call(this); + this._tag = "div"; + this.columns([]); + this._paginator = new Paginator(); + this._selectionBag = new Utility.Selection(); + this._selectionPrevClick = null; + this._paginatorTableSpacing = 4; + } + Table.prototype = Object.create(HTMLWidget.prototype); + Table.prototype.constructor = Table; + Table.prototype._class += " other_Table"; + + Table.prototype.publish("renderHtmlDataCells", false, "boolean", "enable or disable HTML within cells",null,{tags:["Private"]}); + Table.prototype.publish("pagination", true, "boolean", "Enable or disable pagination",null,{tags:["Private"]}); + Table.prototype.publish("paginationLimit", null, "number", "Maximum number of rows allowed before pagination defaults to on",null,{tags:["Private"]}); + Table.prototype.publishProxy("itemsPerPage", "_paginator"); + Table.prototype.publishProxy("pageNumber", "_paginator", "pageNumber",1); + Table.prototype.publishProxy("adjacentPages", "_paginator"); + Table.prototype.publish("topN", null, "number", "Total number or rows of data to be displayed in the table",null,{tags:["Private"]}); + Table.prototype.publish("pivot", false, "boolean", "Pivot Table"); + Table.prototype.publish("showHeader", true, "boolean", "Show or hide the table header", null, { tags: ["Private"] }); + Table.prototype.publish("fixedHeader", true, "boolean", "Enable or disable fixed table header",null,{tags:["Private"]}); + Table.prototype.publish("fixedColumn", false, "boolean", "Enable or disable fixed first column",null,{tags:["Private"]}); + Table.prototype.publish("multiSelect", false, "boolean", "Multiple Selection", null, { tags: ["Basic"] }); + + Table.prototype.publish("fixedSize", false, "boolean", "Fix Size to Min Width/Height"); + + Table.prototype.publish("theadFontSize", null, "string", "Table head font size", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("tbodyFontSize", null, "string", "Table body font size", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("tfootFontSize", null, "string", "Table body font size", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("theadFontColor", null, "html-color", "Table head font color", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("tbodyFontColor", null, "html-color", "Table body font color", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("tfootFontColor", null, "html-color", "Table body font color", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("theadFontFamily", null, "string", "Table head font family", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("tbodyFontFamily", null, "string", "Table body font family", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("tfootFontFamily", null, "string", "Table body font family", null, { tags: ["Basic"], optional: true }); + + Table.prototype.publish("theadCellBorderColor", null, "html-color", "Table head cell border color", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("tfootCellBorderColor", null, "html-color", "Table head cell border color", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("theadRowBackgroundColor", null, "html-color", "Table head row color", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("tfootRowBackgroundColor", null, "html-color", "Table head row color", null, { tags: ["Basic"], optional: true }); + + Table.prototype.publish("tbodyCellBorderColor", null, "html-color", "Table body cell border color", null, { tags: ["Basic"], optional: true }); + + Table.prototype.publish("tbodyRowBackgroundColor", null, "html-color", "Table body row color", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("tbodyFirstColFontColor", null, "html-color", "Table body first column font color", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("tbodyFirstColBackgroundColor", null, "html-color", "Table body first column background color", null, { tags: ["Basic"], optional: true }); + + Table.prototype.publish("tbodyHoverRowFontColor", null, "html-color", "Table body hover row font color", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("tbodyHoverRowBackgroundColor", null, "html-color", "Table body hover row background color", null, { tags: ["Basic"], optional: true }); + + Table.prototype.publish("tbodySelectedRowFontColor", null, "html-color", "Table body selected row color", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("tbodySelectedRowBackgroundColor", null, "html-color", "Table body selected row color", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("tableZebraColor", null, "html-color", "Table zebra row color", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("totalledColumns", [], "array", "Array of indices of the columns to be totalled", null, { tags: ["Basic"], optional: true, disable: function (w) { return w.pivot();} }); + Table.prototype.publish("totalledLabel", null, "string", "Adds a label to the first column of the 'Totalled' row", null, { tags: ["Basic"], optional: true, disable: function (w) { return w.pivot(); } }); + + Table.prototype.publish("stringAlign", "left", "set", "Array of alignment positions for strings", ["left","right","center"], { tags: ["Basic"], optional: true }); + Table.prototype.publish("numberAlign", "right", "set", "Array of alignment positions for numbers", ["left","right","center"], { tags: ["Basic"], optional: true }); + + Table.prototype.publish("minWidgetWidth", 320, "number", "Minimum width of a child widget", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("minWidgetHeight", 240, "number", "Minimum height of a child widget", null, { tags: ["Basic"], optional: true }); + + Table.prototype.publish("sortByFieldIndex", null, "number", "Index for the field/column to sort the data", null, { tags: ["Basic"], optional: true }); + Table.prototype.publish("descending", false, "boolean", "Direction for sorting the data: ascending (true) or descending (false)", null, { tags: ["Basic"], optional: true }); + + Table.prototype.size = function (_) { + var retVal = HTMLWidget.prototype.size.apply(this, arguments); + if (arguments.length) { + if (this.tableDiv) { + var topMargin = this.showHeader() && this.fixedHeader() ? this.thead.property("offsetHeight") : 0; + this.tableDiv + .style("width", this._size.width + "px") + .style("height", this._size.height - topMargin + "px") + ; + this._element + .style("width", this._size.width + "px") + .style("height", this._size.height + "px") + ; + } + } + + return retVal; + }; + + Table.prototype.tableColumns = function (_) { + var retVal = Table.prototype.columns.apply(this, arguments); + if (!arguments.length && this.pivot()) { + return this._db.column(0); + } + return retVal; + }; + + Table.prototype.tableData = function (_) { + var retVal = Table.prototype.data.apply(this, arguments); + if (!arguments.length && this.pivot()) { + return this._db.columns().filter(function (col, idx) { return idx > 0; }); + } + return retVal; + }; + + var noTransform = { transform: function (d) { return d; } }; + Table.prototype.field = function (rowIdx, colIdx) { + if (this.pivot()) { + if (colIdx === 0) return noTransform; + return this.fields()[rowIdx + 1]; + } + if (rowIdx === -1) return noTransform; + return this.fields()[colIdx]; + }; + + Table.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + this._parentElement.style("overflow", "hidden"); + + this.tableDiv = element.append("div").attr("class", "tableDiv"); + this.table = this.tableDiv.append("table"); + this.fixedHead = element.append("div").classed("header-wrapper", true); + this.fixedHeadTable = this.fixedHead.append("table"); + this.fixedThead = this.fixedHeadTable.append("thead").append("tr"); + this.unfixedThead = this.table.append("thead").append("tr"); + this.tbody = this.table.append("tbody"); + this.tfoot = this.table.append("tfoot").append("tr"); + this.fixedCol = element.append("div").classed("rows-wrapper", true); + this.fixedColTable = this.fixedCol.append("table"); + this.fixedColHead = this.fixedColTable.append("thead"); + this.fixedColHeadRow = this.fixedColHead.append("tr"); + this.fixedColBody = this.fixedColTable.append("tbody"); + this.fixedColFoot = this.fixedColTable.append("tfoot"); + this.fixedColFootRow = this.fixedColFoot.append("tr"); + + this.tableDiv + .style("overflow", "auto") + ; + }; + + Table.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + var context = this; + var columns = context.tableColumns(); + var data = context.tableData(); + + this.element().selectAll("table,tbody,th,td").style("width", null); + + if (this.sortByFieldIndex_exists() && (this._prevSortByFieldIndex !== this.sortByFieldIndex() || this._prevDescending !== this.descending())) { + Utility.multiSort(data, [{ idx: this.sortByFieldIndex(), reverse: this.descending() }]); + this._prevSortByFieldIndex = this.sortByFieldIndex(); + this._prevDescending = this.descending(); + } + + this._hasChildWidgets = false; + + if (this.fixedHeader()) { + this.thead = this.fixedThead; + } else { + this.thead = this.unfixedThead; + } + this.fixedHead.style("display", this.fixedHeader() ? "table-row" : "none"); + this.unfixedThead.style("display", this.fixedHeader() ? "none" : "table-row"); + + var th = this.thead.selectAll("th").data(this.showHeader() ? columns : []); + th + .enter() + .append("th") + .each(function (d) { + var element = d3.select(this); + element + .append("span") + .attr("class", "thText") + ; + element + .append("span") + .attr("class", "thIcon") + ; + }) + .on("click", function (column, idx) { + context.headerClick(column, idx); + }) + ; + th + .style("background-color",this.theadRowBackgroundColor()) + .style("border-color",this.theadCellBorderColor()) + .style("color",this.theadFontColor()) + .style("font-size",this.theadFontSize()) + ; + th.select(".thText") + .style("font-family",this.theadFontFamily()) + .text(function (column, idx) { + return context.field(-1, idx).transform(column); + }) + ; + th.select(".thIcon") + .text(function (column, idx) { + if (context.descending()) { + return context.sortByFieldIndex() === idx ? "\uf078" : ""; + } else { + return context.sortByFieldIndex() === idx ? "\uf077" : ""; + } + }) + ; + th.exit() + .remove() + ; + th.order(); + + if (this.paginationLimit()) { + this.pagination(data.length >= parseInt(this.paginationLimit()) ? true : false); + } + if (this.pagination()) { + if (this._paginator.target() === null) { + this._paginator.target(element.node()); + } + + var ipp = this._calcRowsPerPage(th); + this.itemsPerPage(ipp); + + this._paginator.numItems(data.length); + this._tNumPages = Math.ceil(this._paginator.numItems() / this.itemsPerPage()) || 1; + if (this.pageNumber() > this._tNumPages || this.pageNumber() <= 0) { this.pageNumber(1); } // resets if current pagenum selected out of range + + this._paginator._onSelect = function (p, d) { + context.pageNumber(p); + context.render(); + return; + }; + } else { + this._paginator.numItems(0); // remove widget + } + + // pageNumber starts at index 1 + var startIndex = this.pageNumber() - 1; + var itemsOnPage = this.itemsPerPage(); + + var start = startIndex * itemsOnPage; + var end = parseInt(startIndex * itemsOnPage) + parseInt(itemsOnPage); + + var tData = null; + + if (this.topN()) { + tData = data.slice(0, this.topN()); + } else if (this.pagination()) { + tData = data.slice(start, end); + } else { + tData = data; + } + + var totalRow = [this.totalledLabel() ? this.totalledLabel() : null]; + if (this.totalledColumns().length !== 0) { + for (var i = 0; i < this.totalledColumns().length; i++) this.totalledColumns()[i] = +this.totalledColumns()[i]; + for (var j = 1; j < columns.length; j++) { + var sum = 0; + if (this.totalledColumns().indexOf(j) !== -1) { + for (var k = 0; k < tData.length; k++) { + sum = sum + tData[k][j]; + } + totalRow.push(sum); + } else { + totalRow.push(""); + } + } + + var tf = this.tfoot.selectAll("td").data(totalRow); + tf.enter() + .append("td") + ; + tf[this.renderHtmlDataCells() ? "html" : "text"](function (d, idx) { + return context.fields()[idx].transform(d); + }); + tf.exit() + .remove() + ; + tf + .style("background-color",this.tfootRowBackgroundColor()) + .style("border-color",this.tfootCellBorderColor()) + .style("color",this.tfootFontColor()) + .style("font-size",this.tfootFontSize()) + ; + } + + var rows = this.tbody.selectAll("tr.tr_" + this.id()).data(tData.map(function (d, idx) { + // TODO - Move fix closer to data source? + for (var i = 0; i < d.length; ++i) { + if (d[i] === undefined) { + d[i] = null; + } + } + return { + rowIdx: idx, + row: d + }; + })); + rows.enter().append("tr") + .attr("class", "tr_" + this.id()) + .on("click.selectionBag", function (_d) { + if (_d.row) { + var d = _d.row; + var i = _d.rowIdx; + context.selectionBagClick(d, i); + context.applyRowStyles(context.getBodyRow(i)); + context.applyFirstColRowStyles(context.getFixedRow(i)); + context.click(context.rowToObj(d), i, context._selectionBag.isSelected(context._createSelectionObject(d))); + } + }) + .on("dblclick", function (_d) { + if (_d.row) { + var d = _d.row; + var i = _d.rowIdx; + context.dblclick(context.rowToObj(d), i, context._selectionBag.isSelected(context._createSelectionObject(d))); + } + }) + .on("mouseover", function (_d) { + if (_d.row) { + var i = _d.rowIdx; + var fixedLeftRows = context.getFixedRow(i); + if (!fixedLeftRows.empty()) { + fixedLeftRows.classed("hover", true); + } + var tbodyRows = context.getBodyRow(i); + tbodyRows.classed("hover", true); + context.applyStyleToRows(tbodyRows); + context.applyFirstColRowStyles(fixedLeftRows); + } + }) + .on("mouseout", function (_d) { + if (_d.row) { + var i = _d.rowIdx; + var fixedLeftRows = context.getFixedRow(i); + fixedLeftRows.classed("hover", false); + var tbodyRows = context.getBodyRow(i); + tbodyRows.classed("hover", false); + context.applyStyleToRows(tbodyRows); + context.applyFirstColRowStyles(fixedLeftRows); + } + }) + ; + rows + .classed("selected", function (_d) { + var d = _d.row; + return context._selectionBag.isSelected(context._createSelectionObject(d)); + }) + .classed("trId" + this._id, true) + ; + rows.exit() + .remove() + ; + this.applyStyleToRows(rows); + + var cells = rows.selectAll(".td_" + this.id()).data(function (_d, _trIdx) { + return _d.row.filter(function (cell, idx) { return idx < columns.length; }).map(function (cell, idx) { + return { + trIdx: _trIdx, + rowIdx: _d.rowIdx, + colIdx: idx, + cell: cell + }; + }); + }); + cells.enter() + .append("td") + .attr("class", "td_" + this.id()) + .each(function (tdContents, tdIdx) { + var alignment = context.getColumnAlignment(tdContents.rowIdx, tdContents.colIdx, tdContents.cell); + var el = d3.select(this); + el + .style({ + "height": null, + "text-align": alignment + }) + .classed("tr-" + tdContents.trIdx + "-td-" + tdIdx, true) + ; + }) + ; + cells + .each(function (tdContents) { + var el = d3.select(this); + if (tdContents.cell instanceof Widget) { + el[context.renderHtmlDataCells() ? "html" : "text"](null); + var widgetDiv = el.selectAll(".div_" + context.id()).data([tdContents.cell], function (d) { return d.id(); }); + widgetDiv.exit() + .each(function (d) { + d.target(null); + }) + .remove() + ; + widgetDiv.enter().append("div") + .attr("class", "div_" + context.id()) + .style({ + "width": context.minWidgetWidth() + "px", + "height": context.minWidgetHeight() + "px" + }) + .each(function (d) { + var widgetDiv = d3.select(this); + d._parentWidget = context; + if (d._class.indexOf("childWidget") < 0) { + d._class = "childWidget " + d._class; + } + d + .target(null) + .target(widgetDiv.node()) + ; + }) + ; + widgetDiv + .each(function (d) { + d + .resize() + .lazyRender() + ; + context._hasChildWidgets = true; + }) + ; + } else { + el.selectAll(".div_" + context.id()).remove(); + el[context.renderHtmlDataCells() ? "html" : "text"]( + context.field(tdContents.rowIdx, tdContents.colIdx).transform(tdContents.cell) + ); + } + }) + ; + cells.exit() + .remove() + ; + var tableMarginHeight = parseInt(this.thead.node().offsetHeight); + + if (this.pagination() && this._hasChildWidgets) { + this.tableDiv.style("overflow-y", "auto"); + this.table.style("margin-bottom", "50px"); + console.log("Warning: displaying another widget in the table may cause problems with pagination"); + } else { + this.tableDiv.style("overflow-y", null); + this.table.style("margin-bottom", null); + + } + this.size(this._size); + + var fixedColWidth = 0; + var fixedColTh = this.fixedColHeadRow.selectAll("th").data(this.fixedColumn() && this.showHeader() ? [columns[0]] : []); + fixedColTh + .enter() + .append("th") + .each(function (d) { + var element = d3.select(this); + element + .append("span") + .attr("class", "thText") + ; + element + .append("span") + .attr("class", "thIcon") + ; + }) + .on("click", function (column, idx) { + context.headerClick(column, idx); + }) + ; + fixedColTh + .style("background-color",this.theadRowBackgroundColor()) + .style("border-color",this.theadCellBorderColor()) + .style("color",this.theadFontColor()) + .style("font-size",this.theadFontSize()) + ; + fixedColTh.select(".thText") + .style("font-family",this.theadFontFamily()) + .text(function (column) { + return column; + }) + ; + fixedColTh.select(".thIcon") + .text(function (column, idx) { + if (context.descending()) { + return context.sortByFieldIndex() === idx ? "\uf078" : ""; + } else { + return context.sortByFieldIndex() === idx ? "\uf077" : ""; + } + }) + ; + fixedColTh.exit() + .remove() + ; + + var fixedColTr = this.fixedColBody.selectAll("tr").data(this.fixedColumn() ? tData : []); + fixedColTr.enter() + .append("tr") + .attr("class", function(){ + return "trId" + context._id; + }) + ; + fixedColTr + .on("click", function (d, i) { + d3.select(rows[0][i]).on("click.selectionBag")(rows.data()[i], i) + ; + }) + .on("mouseover", function (d, i) { + d3.select(rows[0][i]).on("mouseover")(rows.data()[i], i) + ; + }) + .on("mouseout", function (d, i) { + d3.select(rows[0][i]).on("mouseout")(rows.data()[i], i) + ; + }) + .classed("selected", function (d) { + return context._selectionBag.isSelected(context._createSelectionObject(d)); + }) + ; + fixedColTr.exit() + .remove() + ; + var fixedColTd = fixedColTr.selectAll("td").data(function(d, i) { + return [d[0]]; + }); + fixedColTd + .enter() + .append("td") + ; + fixedColTd[this.renderHtmlDataCells() ? "html" : "text"](function (d) { + if(typeof(d) === "string"){ + return d.trim(); + } else if (typeof(d) === "number") { + return d; + } + return ""; + }); + fixedColTd.exit() + .remove() + ; + + var fixedColFootTd = this.fixedColFootRow.selectAll("td").data(this.fixedColumn() && this.totalledLabel() ? [this.totalledLabel()] : []); + fixedColFootTd + .enter() + .append("td") + ; + fixedColFootTd[this.renderHtmlDataCells() ? "html" : "text"](function (d) { + if(typeof(d) === "string"){ + return d.trim(); + } else if (typeof(d) === "number") { + return d; + } + return ""; + }); + fixedColFootTd.exit() + .remove() + ; + + if (this.fixedColumn() && !this.fixedSize() && fixedColTd.length) { + if (this.showHeader()) { + fixedColWidth = fixedColTd.property("offsetWidth") > fixedColTh.property("offsetWidth") ? fixedColTd.property("offsetWidth") : fixedColTh.property("offsetWidth"); + } else { + fixedColWidth = fixedColTd.property("offsetWidth"); + } + this.fixedCol + .style("position", "absolute") + .style("margin-top", -this.tableDiv.property("scrollTop") + tableMarginHeight + "px") + ; + fixedColTd + .style("width", fixedColWidth + "px") + ; + this.fixedColHead + .style("position", "absolute") + .style("margin-top", (this.fixedHeader() ? this.tableDiv.property("scrollTop"): 0) - tableMarginHeight + "px") + ; + fixedColTh + .style("width", fixedColWidth + "px") + ; + rows.each(function(d, i) { + var height = d3.select(this).select("td").property("offsetHeight"); + d3.select(fixedColTd[i][0]).style("height", height + "px"); + }); + } + + this.table + .style("margin-left", -fixedColWidth + "px" ) + ; + this.tableDiv + .style("margin-left", fixedColWidth + "px" ) + .style("width", this.width() - fixedColWidth + "px") + ; + + this._paginator.render(); + + this._paginator + .right((this.hasVScroll(this.tableDiv) ? this.getScrollbarWidth() : 0 ) + this._paginatorTableSpacing) + .bottom((this.hasHScroll(this.tableDiv) ? this.getScrollbarWidth() : 0) + this._paginatorTableSpacing) + .render() + ; + + if (!rows.empty()) this.setColumnWidths(rows); + + if (this.fixedSize()) { + var node = d3.select(".tableDiv > table").node(); + if (node) { + var box = node.getBoundingClientRect(); + var newTableHeight, finalWidth, maxWidth; + if (box.width !== 0 && box.height !== 0) { + calcWidth(); + calcHeight(); + } else { + if (box.height - tableMarginHeight <= context.tableDiv.property("offsetHeight")) { + calcHeight(); + } else { + if (context.fixedHeader()) { + newTableHeight = context.property("offsetHeight"); + newTableHeight = newTableHeight + "px"; + } else { + newTableHeight = "100%"; + } + } + if (box.width - fixedColWidth < context.tableDiv.property("offsetWidth")) { + calcWidth(); + } else { + if (context.fixedColumn()) { + finalWidth = context.property("offsetWidth") - fixedColWidth; + finalWidth = finalWidth + "px"; + } else { + finalWidth = "100%"; + } + } + } + if (element.classed("childWidget")) { + context._parentElement + .style("width", finalWidth + "px") + .style("height", newTableHeight + "px") + ; + context.tableDiv + .style("overflow", "hidden") + ; + } + context.size({ width: finalWidth, height: newTableHeight }); + } + } + + this.setOnScrollEvents(this.tableDiv.node(), tableMarginHeight); + + function calcWidth() { + var newTableWidth = box.width; + maxWidth = context.tbody.property("offsetWidth") + 1; + finalWidth = newTableWidth > maxWidth ? maxWidth : newTableWidth; + finalWidth = finalWidth; + } + + function calcHeight() { + newTableHeight = context.tbody.property("offsetHeight") + tableMarginHeight; + newTableHeight = newTableHeight; + } + }; + + Table.prototype.exit = function (domNode, element) { + this._paginator.target(null); + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + Table.prototype.setColumnWidths = function(rows) { + var context = this; + var firstRow = rows.filter(function(d,i){ return i === 0; }); + + var tds = []; + firstRow.each(function(d) { + tds = d3.selectAll(this.childNodes); + }); + + var tableMarginHeight = this.fixedHeader() ? this.thead.property("offsetHeight") : 0; + var totalWidth = 1; + var tdWidths = {}; + + tds.each(function(d, i) { + tdWidths[i] = this.offsetWidth; + }); + + var th = this.thead.selectAll("th"); + th.each(function(d, i) { + var thwidth = this.offsetWidth; + var tdwidth = tds.empty() ? 0 : tdWidths[i]; + var usewidth = thwidth >= tdwidth ? thwidth : tdwidth; + this.style.width = usewidth + "px"; + if (!tds.empty() && tds[0][i]) { + tds[0][i].style.width = usewidth + "px"; + } + totalWidth += usewidth; + }); + this.thead + .style("position", this.fixedHeader() ? "absolute" : "relative") + .style("width", totalWidth + "px") + .style("margin-top", "0px") + ; + this.table + .style("width", totalWidth + "px" ) + ; + this.tableDiv + .style("margin-top", (context.fixedHeader() ? tableMarginHeight : 0) + "px" ) + ; + this.tbody + .style("width", totalWidth + "px" ) + ; + }; + + Table.prototype.getBodyRow = function(i) { + return this.table.selectAll("tbody tr.trId" + this._id) + .filter(function (d, idx) { + return idx === i; + }) + ; + }; + + Table.prototype.getFixedRow = function(i) { + return this._element.selectAll(".rows-wrapper tbody tr") + .filter(function (d, idx) { + return idx === i; + }) + ; + }; + + Table.prototype.setOnScrollEvents = function(scrollNode, margHeight) { + var context = this; + scrollNode.onscroll = function (e) { + var topDelta = e.target.scrollTop; + var leftDelta = e.target.scrollLeft; + if (context.fixedHeader()) { + context.thead + .style("margin-left", -leftDelta + "px") + ; + } + if (context.fixedColumn()) { + context.fixedCol + .style("margin-top", -topDelta + margHeight + "px") + ; + if (context.fixedHeader()) { + context.fixedColHead + .style("margin-top", topDelta - margHeight + "px") + ; + } + } + }; + }; + + Table.prototype._generateTempRow = function() { + var trow = this.tbody.append("tr"); + trow.append("td").text("QQQ"); + return trow; + }; + + Table.prototype._createSelectionObject = function (d) { + var context = this; + return { + _id: d, + element: function () { + return context.tbody ? context.tbody.selectAll("tr").filter(function (d2) { return d2 === d; }) : d3.select(); + } + }; + }; + + Table.prototype._calcRowsPerPage = function(th) { + if (this._paginator.numItems() === 0) { // only run on first render + this._paginator.numItems(1); + this.itemsPerPage(1); + } + this._paginator.render(); + + var thHeight = this.thead.selectAll("th").node() ? this.thead.selectAll("th").node().clientHeight : 0; + var tfootHeight = this.tfoot.selectAll("td").node() ? this.tfoot.selectAll("td").node().clientHeight : 0; + var tmpRow = this._generateTempRow(); + var tcellHeight = tmpRow.node().clientHeight; + tmpRow.remove(); + var paginatorHeight = this.calcHeight(this._paginator.element()); + var ipp = Math.floor((this.height() - thHeight - tfootHeight- paginatorHeight - (this.table.style("width") >= this.table.style("width") ? this.getScrollbarWidth() : 0) - this._paginatorTableSpacing * 2) / tcellHeight) || 1; + return ipp; + }; + + Table.prototype.sort = function (idx) { + if (this.sortByFieldIndex() !== idx) { + this.descending(false); + } else { + this.descending(!this.descending()); + } + this.sortByFieldIndex(idx); + + return this; + }; + + Table.prototype.selection = function (_) { + if (!arguments.length) return this._selectionBag.get().map(function (d) { return d._id; }); + this._selectionBag.set(_.map(function (row) { + return this._createSelectionObject(row); + }, this)); + return this; + }; + + Table.prototype.selectionBagClick = function (d, i) { + if (this.multiSelect() && d3.event.shiftKey && this._selectionPrevClick) { + var inRange = false; + var rows = []; + var selection = this.tableData().filter(function (row, i) { + var lastInRangeRow = false; + if (row === d || row === this._selectionPrevClick) { + if (inRange) { + lastInRangeRow = true; + } + inRange = !inRange; + rows.push(i); + } + return inRange || lastInRangeRow; + }, this); + this.selection(selection); + } else if (this.multiSelect()) { + this._selectionBag.click(this._createSelectionObject(d), d3.event); + this._selectionPrevClick = d; + } else { + var selObj = this._createSelectionObject(d); + this._selectionBag.click(selObj, { ctrlKey: this._selectionBag.isSelected(selObj) }); + this._selectionPrevClick = d; + } + this.render(); + }; + + Table.prototype.applyHoverRowStyles = function(row){ + var context = this; + row + .style("color",context.tbodyHoverRowFontColor()) + .style("background-color",context.tbodyHoverRowBackgroundColor()) + ; + }; + Table.prototype.applySelectedRowStyles = function(row){ + var context = this; + row + .style("color",context.tbodySelectedRowFontColor()) + .style("background-color",context.tbodySelectedRowBackgroundColor()) + ; + }; + Table.prototype.applyRowStyles = function (row, isFirstCol) { + var dataRow = row.datum().row; + row + .style("color", isFirstCol ? this.tbodyFirstColFontColor() : this.tbodyFontColor()) + .style("background-color", isFirstCol ? this.tbodyFirstColBackgroundColor() : this.tableZebraColor_exists() && this.tableData().indexOf(dataRow) % 2 ? this.tbodyRowBackgroundColor() : this.tableZebraColor()) + ; + }; + Table.prototype.applyFirstColRowStyles = function(rows){ + this.applyStyleToRows(rows,true); + }; + Table.prototype.applyStyleToRows = function(rows,isFirstCol){ + isFirstCol = typeof isFirstCol !== "undefined" ? isFirstCol : false; + var context = this; + rows.each(function () { + var tr = d3.select(this); + if (tr.classed("hover")) { + context.applyHoverRowStyles(tr); + } else if (tr.classed("selected")) { + context.applySelectedRowStyles(tr); + } else { + context.applyRowStyles(tr,isFirstCol); + } + }) + ; + }; + + Table.prototype.getColumnAlignment = function (rowIdx, colIdx, cell) { + var field = this.field(rowIdx, colIdx); + switch (field.__prop_type) { + case "string": + return this.stringAlign(); + case "number": + return this.numberAlign(); + case "": + case undefined: + switch (typeof cell) { + case "string": + return this.stringAlign(); + case "number": + return this.numberAlign(); + } + } + return null; + }; + + Table.prototype.serializeState = function () { + return { + selection: this._selectionBag.get().map(function (d) { + return d._id; + }), + data: this.data() + }; + }; + + Table.prototype.deserializeState = function (state) { + if (state) { + if (state.selection) { + var context = this; + this._selectionBag.set(state.selection.map(function (d) { + return context._createSelectionObject(d); + })); + } + if (state.data) { + this.data(state.data); + } + } + return this; + }; + + function replacer(key, value) { + if (value instanceof Widget) { + return "Widget with class: " + value.classID(); + } + return value; + } + + Table.prototype.click = function (row, column, selected) { + console.log("click: " + JSON.stringify(row, replacer) + ", " + column + "," + selected); + }; + + Table.prototype.dblclick = function (row, column, selected) { + console.log("dblclick: " + JSON.stringify(row, replacer) + ", " + column + "," + selected); + }; + + Table.prototype.headerClick = function (column, idx) { + this + .sort(idx) + .render() + ; + }; + + return Table; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/Legend.js',["d3", "./Table", "../common/Palette", "css!./Legend"], factory); + } else { + root.other_Legend = factory(root.d3, root.other_Table, root.common_Palette); + } +}(this, function (d3, Table, Palette) { + function Legend() { + Table.call(this); + + this.showHeader(false); + } + Legend.prototype = Object.create(Table.prototype); + Legend.prototype.constructor = Legend; + Legend.prototype._class += " other_Legend"; + + Legend.prototype.publish("dataFamily", "ND", "set", "Type of data", ["1D", "2D", "ND", "map", "any"], { tags: ["Private"] }); + Legend.prototype.publish("orientation", "vertical", "set", "Orientation of Legend rows",["vertical","horizontal"],{tags:["Private"]}); + Legend.prototype.publish("rainbowFormat", ",", "string", "Rainbow number formatting", null, { tags: ["Private"], optional: true, disable: function (w) { return !w.isRainbow(); } }); + Legend.prototype.publish("rainbowBins", 8, "number", "Number of rainbow bins", null, { tags: ["Private"], disable: function (w) { return !w.isRainbow(); } }); + + Legend.prototype.isRainbow = function () { + var widget = this.getWidget(); + return widget && widget._palette && widget._palette.type() === "rainbow"; + }; + + Legend.prototype.targetWidget = function (_) { + if (!arguments.length) return this._targetWidget; + this._targetWidget = _; + if (this._targetWidgetMonitor) { + this._targetWidgetMonitor.remove(); + delete this._targetWidgetMonitor; + } + var context = this; + this._targetWidgetMonitor = this._targetWidget.monitor(function (key, newProp, oldProp, source) { + switch (key) { + case "chart": + case "columns": + case "data": + case "paletteID": + context.lazyRender(); + break; + } + }); + return this; + }; + + Legend.prototype.getWidget = function () { + if (this._targetWidget) { + switch (this._targetWidget.classID()) { + case "chart_MultiChart": + return this._targetWidget.chart(); + } + } + return this._targetWidget; + }; + + Legend.prototype.getPalette = function () { + var widget = this.getWidget(); + if (widget && widget._palette) { + switch (widget._palette.type()) { + case "ordinal": + return Palette.ordinal(widget._palette.id()); + case "rainbow": + return Palette.rainbow(widget._palette.id()); + } + } + return Palette.ordinal("default"); + }; + + Legend.prototype.enter = function (domNode, element) { + Table.prototype.enter.apply(this, arguments); + d3.select(domNode.parentNode).style("overflow-y", "auto"); + + this.renderHtmlDataCells(true); + this.fixedHeader(false); + this.fixedSize(true); + element.classed("other_Legend", true); + }; + + function _htmlColorBlock(hexColor) { + return "
"; + } + + Legend.prototype.update = function (domNode, element) { + var colArr = ["Key", "Label"]; + var dataArr = []; + if (this._targetWidget) { + var palette = this.getPalette(); + switch (palette.type()) { + case "ordinal": + switch (this.dataFamily()) { + case '2D': + dataArr = this._targetWidget.data().map(function (n) { + return [_htmlColorBlock(palette(n[0])), n[0]]; + }, this); + break; + case 'ND': + var widgetColumns = this._targetWidget.columns(); + dataArr = widgetColumns.filter(function (n, i) { return i > 0; }).map(function (n) { + return [_htmlColorBlock(palette(n)), n]; + }, this); + break; + } + break; + case "rainbow": + var format = d3.format(this.rainbowFormat()); + var widget = this.getWidget(); + var steps = this.rainbowBins(); + var weightMin = widget._dataMinWeight; + var weightMax = widget._dataMaxWeight; + var stepWeightDiff = (weightMax - weightMin) / (steps - 1); + dataArr.push([_htmlColorBlock(palette(weightMin, weightMin, weightMax)), format(weightMin)]); + for (var x = 1; x < steps - 1; ++x) { + var mid = stepWeightDiff * x; + dataArr.push([_htmlColorBlock(palette(mid, weightMin, weightMax)), format(Math.floor(mid))]); + } + dataArr.push([_htmlColorBlock(palette(weightMax, weightMin, weightMax)), format(weightMax)]); + break; + } + } + this.columns(colArr); + this.data(dataArr); + Table.prototype.update.apply(this, arguments); + + element.classed("horiz-legend",this.orientation() === "horizontal"); + + var table = element.select(".tableDiv > table"); + var tableRect = table.node().getBoundingClientRect(); + var elementRect = this._parentElement.node().getBoundingClientRect(); + + element.select(".tableDiv").style({overflow:"visible"}); + + var top = elementRect.height/2 - tableRect.height/2; + var left = elementRect.width/2 - tableRect.width/2; + table.style({position:"absolute",top:top+"px",left:left+"px"}); + + var startIndex = this.pageNumber()-1; + var itemsOnPage = this.itemsPerPage(); + + var start = startIndex * itemsOnPage; + var end = parseInt(startIndex * itemsOnPage) + parseInt(itemsOnPage); + + var tData = null; + if (this.pagination()) { + tData = this.data().slice(start,end); + } else { + tData = this.data(); + } + + var rows = this.tbody.selectAll("tr").data(tData); + var context = this; + rows + .on("click",function(d,i){ + context.onClick(d,i); + }) + .on("mouseover",function(d,i){ + context.onMouseOver(d,i); + }) + ; + }; + + Legend.prototype.exit = function (domNode, element) { + if (this._targetWidgetMonitor) { + this._targetWidgetMonitor.remove(); + delete this._targetWidgetMonitor; + } + Table.prototype.exit.apply(this, arguments); + }; + + Legend.prototype.onClick = function (rowData, rowIdx) { + console.log("Legend onClick method"); + console.log("rowData: "+rowData); + console.log("rowIdx: "+rowIdx); + }; + Legend.prototype.onMouseOver = function (rowData,rowIdx) { + console.log("Legend onMouseOver method"); + console.log("rowData: "+rowData); + console.log("rowIdx: "+rowIdx); + }; + + return Legend; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/MorphText.js',["../common/SVGWidget", "css!./MorphText"], factory); + } else { + root.other_MorphText = factory(root.common_SVGWidget); + } +}(this, function (SVGWidget) { + function MorphText() { + SVGWidget.call(this); + } + MorphText.prototype = Object.create(SVGWidget.prototype); + MorphText.prototype.constructor = MorphText; + MorphText.prototype._class += " other_MorphText"; + + MorphText.prototype.publish("anchor","middle", "set", "Sets anchor point",["middle"],{tags:["Basic"]}); + MorphText.prototype.publish("fontSize",14, "number", "Sets fontsize",null,{tags:["Basic"]}); + MorphText.prototype.publish("reverse",false, "boolean", "Reverse Animation",null,{tags:["Basic"]}); + MorphText.prototype.publish("text","", "string", "Sets text/data of widget",null,{tags:["Basic"]}); + + MorphText.prototype._origText = MorphText.prototype.text; + MorphText.prototype.text = function (_) { + var retVal = MorphText.prototype._origText.apply(this, arguments); + if (arguments.length) { + var usedChars = {}; + var chars = _.split(""); + this.data(chars.map(function(d) { + var id = "_" + d; + if (usedChars[id] === undefined) { + usedChars[id] = 0; + } + usedChars[id]++; + return {text: d, id: d.charCodeAt(0) + (1024 * usedChars[id])}; + })); + } + return retVal; + }; + + MorphText.prototype.enter = function (domNode, element) { + if (!this.fontSize()) { + var style = window.getComputedStyle(domNode, null); + this.fontSize(parseInt(style.fontSize)); + } + this._fontWidth = this.fontSize() * 32 / 48; + this._textElement = element.append("g") + ; + }; + + MorphText.prototype.dateTime = function () { + var d = new Date(), + seconds = d.getSeconds().toString().length === 1 ? "0" + d.getSeconds() : d.getSeconds(), + minutes = d.getMinutes().toString().length === 1 ? "0" + d.getMinutes() : d.getMinutes(), + hours = d.getHours().toString().length === 1 ? "0" + d.getHours() : d.getHours(), + ampm = d.getHours() >= 12 ? "pm" : "am", + months = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], + days = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]; + return days[d.getDay()] + " " + months[d.getMonth()] + " " + d.getDate() + " " + d.getFullYear() + " " + hours + ":" + minutes + ":" + seconds + ampm; + }; + + MorphText.prototype.update = function (domNode, element) { + var context = this; + var text = this._textElement.selectAll("text") + .data(this.data(), function (d) { return d.id; }) + ; + text + .attr("class", "update") + ; + this.transition.apply(text) + .attr("x", function (d, i) { return (-context.data().length / 2 + i) * context._fontWidth + context._fontWidth / 2; }) + ; + + var newText = text.enter().append("text") + .attr("class", "enter") + .attr("font-size", this.fontSize()) + .attr("dy", ".35em") + .attr("y", (this.reverse() ? +1 : -1) * this._fontWidth * 2) + .attr("x", function (d, i) { return (-context.data().length / 2 + i) * context._fontWidth + context._fontWidth / 2; }) + .style("fill-opacity", 1e-6) + .style("text-anchor", this.anchor()) + .text(function (d) { return d.text; }) + ; + this.transition.apply(newText) + .attr("y", 0) + .style("fill-opacity", 1) + ; + + text.exit() + .attr("class", "exit") + ; + this.transition.apply(text.exit()) + .attr("y", (this.reverse() ? -1 : +1) * this._fontWidth * 2) + .style("fill-opacity", 1e-6) + .remove() + ; + }; + + return MorphText; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/NestedTable.js',["./Table"], factory); + } else { + root.other_NestedTable = factory(root.other_Table); + } +}(this, function (Table) { + function NestedTable(target) { + Table.call(this); + this.minWidgetHeight(240); + this.minWidgetWidth(360); + } + NestedTable.prototype = Object.create(Table.prototype); + NestedTable.prototype.constructor = NestedTable; + NestedTable.prototype._class += " other_NestedTable"; + + var origColumns = NestedTable.prototype.columns; + NestedTable.prototype.columns = function (_) { + if (arguments.length) { + this._columns = _; + return origColumns.call(this, _.map(function (col) { + if (typeof col === "object") { + return col.label; + } + return col; + })); + } + return origColumns.apply(this, arguments); + }; + + var origData = NestedTable.prototype.data; + NestedTable.prototype.data = function (_) { + if (arguments.length) { + var context = this; + return origData.call(this, _.map(function (row) { + return row.map(function (cell, idx) { + if (cell instanceof Array) { + var columns = []; + if (typeof context._columns[idx] === "object" && context._columns[idx].columns) { + columns = context._columns[idx].columns; + } else { + for (var i = 0; i < cell.length; ++i) { + columns.push(context._columns[idx] + "." + i); + } + } + return new Table() + .columns(columns) + .data(cell) + ; + } + return cell; + }); + })); + } + return origData.apply(this, arguments); + }; + + return NestedTable; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/Persist',["../common/Utility"], factory); + } else { + root.other_Persist = factory(root.common_Utility); + } +}(this, function (Utility) { + function discover(widget) { + return widget.publishedProperties(false, true); + } + + function widgetWalker(widget, visitor) { + if (!widget) + return; + visitor(widget); + discover(widget).forEach(function (publishItem) { + switch (publishItem.type) { + case "widget": + widgetWalker(widget[publishItem.id](), visitor); + break; + case "widgetArray": + case "propertyArray": + widgetArrayWalker(widget[publishItem.id](), visitor); + break; + } + }); + } + + function widgetArrayWalker(widgets, visitor) { + if (!widgets) + return; + widgets.forEach(function (widget) { + widgetWalker(widget, visitor); + }); + } + + function propertyWalker(widget, filter, visitor) { + widget.propertyWalker(filter, visitor); + } + + function widgetPropertyWalker(widget, filter, visitor) { + widgetWalker(widget, function (widget) { + propertyWalker(widget, filter, visitor); + }); + } + + return { + discover: discover, + widgetWalker: widgetWalker, + widgetArrayWalker: widgetArrayWalker, + propertyWalker: propertyWalker, + widgetPropertyWalker: widgetPropertyWalker, + serializeTheme: function(widget,filter){ + return JSON.stringify(this.serializeThemeToObject(widget,filter)); + }, + serializeThemeToObject: function (widget, filter){ + filter = filter || ["surface", "Color", "Font", "palette"]; + + var propObj = {}; + widgetPropertyWalker(widget, null, function (widget, item) { + if (widget[item.id + "_modified"]() || widget.publishedProperty(item.id).origDefaultValue !== widget.publishedProperty(item.id).defaultValue) { + if (_isFilterMatch(item.id, filter)) { + var classParts = widget._class.trim().split(" "); + for (var i in classParts) { + if (propObj[classParts[i]] === undefined) { + propObj[classParts[i]] = {}; + } + if (propObj[classParts[i]][item.id] === undefined) { + propObj[classParts[i]][item.id] = widget[item.id](); + break; + } else if (propObj[classParts[i]][item.id] === widget[item.id]()) { + break; + } + } + } + } + }); + + function _isFilterMatch(str, arr) { + var ret = false; + for (var i in arr) { + if (str.indexOf(arr[i]) !== -1) { + ret = true; + break; + } + } + return ret; + } + return propObj; + }, + removeTheme: function (widget,callback) { + widgetPropertyWalker(widget, null, function (widget, item) { + widget.publishedProperty(item.id).defaultValue = widget.publishedProperty(item.id).origDefaultValue; + }); + + if (typeof (callback) === "function") { + callback.call(this); + } + }, + applyTheme: function (widget,themeObj,callback) { + var context = this; + widgetPropertyWalker(widget, null, function (widget, item) { + switch (item.type) { + case "widget": + context.applyTheme(widget[item.id](), themeObj); + return true; + case "widgetArray": + var widgetArray = widget[item.id](); + widgetArray.forEach(function (widget) { + context.applyTheme(widget, themeObj); + }, this); + return true; + default: + widget.applyTheme(themeObj); + break; + } + }); + if(typeof (callback) === "function"){ + callback.call(this); + } + }, + + serializeToObject: function (widget, filter, includeData, includeState) { + var retVal = { + __class: widget.classID(), + }; + if (widget._id.indexOf(widget._idSeed) !== 0) { + retVal.__id = widget._id; + } + if (widget.version) { + retVal.__version = widget.version(); + } + retVal.__properties = {}; + + var context = this; + propertyWalker(widget, filter, function (childWwidget, item) { + if (childWwidget[item.id + "_modified"]()) { + switch (item.type) { + case "widget": + retVal.__properties[item.id] = context.serializeToObject(childWwidget[item.id](), null, includeData, includeState && !widget.serializeState); // Only include state once + return true; + case "widgetArray": + case "propertyArray": + retVal.__properties[item.id] = []; + var widgetArray = childWwidget[item.id](); + widgetArray.forEach(function (childWwidget, idx) { + retVal.__properties[item.id].push(context.serializeToObject(childWwidget, null, includeData, includeState && !widget.serializeState)); // Only include state once + }); + return true; + default: + retVal.__properties[item.id] = childWwidget[item.id](); + break; + } + } + }); + + if (widget.classID() === "marshaller_Graph") { + var vertices = widget.data().vertices; + if (vertices) { + this.__vertices = vertices.map(function (item) { + return this.serializeToObject(item, null, includeData, includeState && !widget.serializeState); + }, this); + } + } + if (includeData && widget.data) { + if (!retVal.__data) retVal.__data = {}; + retVal.__data.data = widget.data(); + } + if (includeState) { + if (widget.serializeState) { + retVal.__state = widget.serializeState(); + } else if (widget.data) { + retVal.__state = { + data: widget.data() + }; + } + } + return retVal; + }, + + serialize: function (widget, filter, includeData, includeState) { + return JSON.stringify(this.serializeToObject(widget, filter, includeData, includeState)); + }, + + deserializeFromObject: function(widget, state, callback) { + var createCount = 0; + var context = this; + widgetPropertyWalker(widget, null, function (widget, item) { + widget[item.id + "_reset"](); + if (state.__properties[item.id] !== undefined) { + switch (item.type) { + case "widget": + ++createCount; + var widgetKey = item.id; + context.create(state.__properties[item.id], function (widgetItem) { + widget[widgetKey](widgetItem); + --createCount; + }); + break; + case "widgetArray": + case "propertyArray": + var widgetArrayKey = item.id; + var widgetStateArray = state.__properties[item.id]; + if (widgetStateArray.length) { + ++createCount; + var widgetArray = []; + widgetArray.length = widgetStateArray.length; + var arrayCreateCount = 0; + widgetStateArray.forEach(function (widgetState, idx) { + ++arrayCreateCount; + context.create(widgetState, function (widgetItem) { + widgetItem._owner = widget; + widgetArray[idx] = widgetItem; + --arrayCreateCount; + }); + var arrayIntervalHandler = setInterval(function () { + if (arrayCreateCount <= 0) { + clearInterval(arrayIntervalHandler); + arrayCreateCount = undefined; + widget[widgetArrayKey](widgetArray); + --createCount; + } + }, 20); + }); + } + break; + default: + widget[item.id](state.__properties[item.id]); + break; + } + } + }); + var intervalHandler = setInterval(function () { + if (createCount <= 0) { + clearInterval(intervalHandler); + createCount = undefined; + if (state.__data) { + for (var key in state.__data) { + switch (key) { + case "data": + widget.data(state.__data[key]); + break; + default: + console.log("Unexpected __data item: " + key); + widget[key](state.__data[key]); + break; + } + } + } + if (state.__state) { + if (widget.deserializeState) { + widget.deserializeState(state.__state); + } else if (state.__state.data && widget.data) { + widget.data(state.__state.data); + } + } + callback(widget); + } + }, 20); + }, + + deserialize: function (widget, state, callback) { + if (typeof state === "string") { + state = JSON.parse(state); + } + if (state.__id && state.__id.indexOf(widget._idSeed) !== 0 && widget._id !== state.__id) { + console.log("Deserialize: IDs do not match - " + widget._id); + } + this.deserializeFromObject(widget, state, callback); + }, + + create: function (state, callback) { + if (typeof state === "string") { + state = JSON.parse(state); + } + var context = this; + Utility.requireWidget(state.__class).then(function (Widget) { + var widget = new Widget(); + if (state.__id && state.__id.indexOf(widget._idSeed) !== 0 && state.__id.indexOf("_pe") !== 0) { + widget._id = state.__id; + } + context.deserializeFromObject(widget, state, callback); + }).catch(function (e) { + console.log("Persist.create: ***exception***"); + console.log(e); + callback(null); + }); + }, + + clone: function (widget, callback) { + this.create(this.serializeToObject(widget, [], true, true), callback); + } + }; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/PropertyEditor',["d3", "../common/HTMLWidget", "../other/Persist", "../layout/Grid", "../common/Widget", "css!./PropertyEditor"], factory); + } else { + root.other_PropertyEditor = factory(root.d3, root.common_HTMLWidget, root.other_Persist, root.layout_Grid, root.common_Widget); + } +}(this, function (d3, HTMLWidget, Persist, Grid, Widget) { + function hasProperties(type) { + switch (type) { + case "widget": + case "widgetArray": + case "propertyArray": + return true; + } + return false; + } + + function PropertyEditor() { + HTMLWidget.call(this); + this._parentPropertyEditor = null; + + this._tag = "div"; + this._show_settings = false; + } + PropertyEditor.prototype = Object.create(HTMLWidget.prototype); + PropertyEditor.prototype.constructor = PropertyEditor; + PropertyEditor.prototype._class += " other_PropertyEditor"; + + PropertyEditor.prototype.publish("showFields", false, "boolean", "If true, widget.fields() will display as if it was a publish parameter.",null,{tags:["Basic"]}); + PropertyEditor.prototype.publish("showData", false, "boolean", "If true, widget.data() will display as if it was a publish parameter.", null, { tags: ["Basic"] }); + + PropertyEditor.prototype.publish("sorting", "none", "set", "Specify the sorting type",["none","A-Z","Z-A","type"],{tags:["Basic"],icons:["fa-sort","fa-sort-alpha-asc","fa-sort-alpha-desc","fa-sort-amount-asc"]}); + + PropertyEditor.prototype.publish("hideNonWidgets", false, "boolean", "Hides non-widget params (at this tier only)",null,{tags:["Basic"]}); + + PropertyEditor.prototype.publish("label", "", "string", "Label to display in header of property editor table",null,{tags:["Basic"]}); + PropertyEditor.prototype.publish("filterTags", "", "set", "Only show Publish Params of this type",["Basic","Intermediate","Advance",""], {}); + PropertyEditor.prototype.publish("excludeTags", [], "array", "Exclude this array of tags",null, {}); + PropertyEditor.prototype.publish("excludeParams", [], "array", "Exclude this array of params (widget.param)",null, {}); + + PropertyEditor.prototype.publish("widget", null, "widget", "Widget",null,{tags:["Basic"], render:false}); + + PropertyEditor.prototype.parentPropertyEditor = function (_) { + if (!arguments.length) return this._parentPropertyEditor; + this._parentPropertyEditor = _; + return this; + }; + + PropertyEditor.prototype._widgetOrig = PropertyEditor.prototype.widget; + PropertyEditor.prototype.widget = function (_) { + if (arguments.length && this._widgetOrig() === _) return this; + var retVal = PropertyEditor.prototype._widgetOrig.apply(this, arguments); + if (arguments.length) { + this.watchWidget(_); + if (_ instanceof Grid) { + var context = this; + _.postSelectionChange = function () { + context._selectedItems = _._selectionBag.get().map(function (item) { return item.widget; }); + context.render(); + }; + } + } + return retVal; + }; + + PropertyEditor.prototype.show_settings = function (_) { + if (!arguments.length) { + return this._show_settings; + } + this._show_settings = _; + return this; + }; + + PropertyEditor.prototype.rootWidgets = function () { + if (this._selectedItems && this._selectedItems.length) { + return this._selectedItems; + } + return this.show_settings() ? [this] : this.widget() ? [this.widget()] : []; + }; + + PropertyEditor.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + var context = this; + + var rootWidgets = this.rootWidgets().filter(function(w) { + if (w._owningWidget && w._owningWidget.excludeObjs instanceof Array) { + if (w._owningWidget.excludeObjs.indexOf(w.classID()) !== -1) { + return false; + } + } + return true; + }); + + var table = element.selectAll(".table" + this.id()).data(rootWidgets, function (d) { return d.id(); }); + table.enter().append("table") + .attr("class", "property-table table" + this.id()) + .each(function (d) { + var table = d3.select(this); + table.append("thead").append("tr").append("th").datum(table) + .attr("colspan", "2") + .each(function (d) { + var th = d3.select(this); + th.append("span"); + context.thButtons(th); + }) + ; + table.append("tbody"); + }) + ; + table + .each(function (d) { + var element = d3.select(this); + element.select("thead > tr > th > span") + .text(function (d) { + var spanText = ''; + if(context.label()){ + spanText += context.label(); + } + return spanText; + }) + ; + element.selectAll("i") + .classed("fa-eye",!context.hideNonWidgets()) + .classed("fa-eye-slash",context.hideNonWidgets()); + context.renderInputs(element.select("tbody"), d); + }) + ; + table.exit() + .each(function (d) { + context.renderInputs(element.select("tbody"), null); + }) + .remove() + ; + }; + + PropertyEditor.prototype.exit = function (domNode, element) { + HTMLWidget.prototype.exit.apply(this, arguments); + this.watchWidget(null); + }; + + var watchDepth = 0; + PropertyEditor.prototype.watchWidget = function (widget) { + if (this._watch) { + if (window.__hpcc_debug) { + --watchDepth; + console.log("watchDepth: " + watchDepth); + } + this._watch.remove(); + delete this._watch; + } + if (widget) { + var context = this; + this._watch = widget.monitor(function (paramId, newVal, oldVal) { + if (oldVal !== newVal) { + context.lazyRender(); + } + }); + if (window.__hpcc_debug) { + ++watchDepth; + console.log("watchDepth: " + watchDepth); + } + } + }; + + PropertyEditor.prototype.thButtons = function (th) { + var context = this; + var collapseIcon = th.append("i") + .attr("class", "fa fa-minus-square-o") + .on("click", function (d) { + d + .classed("property-table-collapsed", !d.classed("property-table-collapsed")) + ; + collapseIcon + .classed("fa-minus-square-o", !d.classed("property-table-collapsed")) + .classed("fa-plus-square-o", d.classed("property-table-collapsed")) + ; + }) + ; + if (this.parentPropertyEditor() === null) { + var sortIcon = th.append("i") + .attr("class", "fa " + context.__meta_sorting.ext.icons[context.sorting_options().indexOf(context.sorting())]) + .on("click", function () { + var sort = context.sorting(); + var types = context.sorting_options(); + var icons = context.__meta_sorting.ext.icons; + sortIcon + .classed(icons[types.indexOf(sort)], false) + .classed(icons[(types.indexOf(sort) + 1) % types.length], true) + ; + context.sorting(types[(types.indexOf(sort) + 1) % types.length]).render(); + }) + ; + var hideParamsIcon = th.append("i") + .attr("class", "fa " + (context.hideNonWidgets() ? "fa-eye-slash" : "fa-eye")) + .on("click", function () { + hideParamsIcon + .classed("fa-eye", context.hideNonWidgets()) + .classed("fa-eye-slash", !context.hideNonWidgets()) + ; + context.hideNonWidgets(!context.hideNonWidgets()).render(); + }) + ; + hideParamsIcon + .classed("fa-eye", !context.hideNonWidgets()) + .classed("fa-eye-slash", context.hideNonWidgets()) + ; + } + }; + + PropertyEditor.prototype.gatherDataTree = function (widget) { + if (!widget) return null; + var retVal = { + label: widget.id() + " (" + widget.classID() + ")", + children: [] + }; + var arr = Persist.discover(widget); + arr.forEach(function (prop) { + var node = { + label: prop.id, + children: [] + }; + switch (prop.type) { + case "widget": + node.children.push(this.gatherDataTree(widget[prop.id]())); + break; + case "widgetArray": + case "propertyArray": + var arr = widget[prop.id](); + if (arr) { + arr.forEach(function (item) { + node.children.push(this.gatherDataTree(item)); + }, this); + } + break; + } + retVal.children.push(node); + }, this); + return retVal; + }; + + PropertyEditor.prototype.getDataTree = function () { + return this.gatherDataTree(this.rootWidget()); + }; + + PropertyEditor.prototype._rowSorting = function (paramArr) { + if(this.sorting() === "type"){ + var typeOrder = ["boolean","number","string","html-color","array","object","widget","widgetArray","propertyArray"]; + paramArr.sort(function(a,b){ + if(a.type === b.type){ + return a.id < b.id ? -1 : 1; + }else{ + return typeOrder.indexOf(a.type) < typeOrder.indexOf(b.type) ? -1 : 1; + } + }); + } else if(this.sorting() === "A-Z") { + paramArr.sort(function(a,b){ return a.id < b.id ? -1 : 1;}); + } else if(this.sorting() === "Z-A") { + paramArr.sort(function(a,b){ return a.id > b.id ? -1 : 1;}); + } + }; + + PropertyEditor.prototype.filterInputs = function(d) { + var discArr = Persist.discover(d); + if ((this.filterTags() || this.excludeTags().length > 0 || this.excludeParams.length > 0) && d instanceof PropertyEditor === false) { + var context = this; + return discArr.filter(function(param, idx) { + for (var i = 0; i < context.excludeParams().length; i++) { + var arr = context.excludeParams()[i].split("."); + var widgetName, obj, excludeParam; + if (arr.length > 2) { + widgetName = arr[0]; + obj = arr[1]; + excludeParam = arr[2]; + } else { + widgetName = arr[0]; + excludeParam = arr[1]; + } + if (d.class().indexOf(widgetName) !== -1) { + if (param.id === excludeParam) { + return false; + } + return true; + } + } + if (context.excludeTags().length > 0 && param.ext && param.ext.tags && param.ext.tags.some(function(item){ return (context.excludeTags().indexOf(item) > -1); })) { + return false; + } + if ((context.filterTags() && param.ext && param.ext.tags && param.ext.tags.indexOf(context.filterTags()) !== -1) || !context.filterTags()) { + return true; + } + return false; + }); + } + return discArr; + }; + + PropertyEditor.prototype.renderInputs = function (element, d) { + var context = this; + var discArr = []; + var showFields = !this.show_settings() && this.showFields(); + if (d) { + discArr = this.filterInputs(d).filter(function (prop) { return prop.id !== "fields" ? true : showFields; }); + if (!this.show_settings() && this.showData() && d.data) { + discArr.push({ id: "data", type: "array" }); + } + if (this.hideNonWidgets()) { + discArr = discArr.filter(function (n) { + return hasProperties(n.type); + }); + } + this._rowSorting(discArr); + } + + var rows = element.selectAll("tr.prop" + this.id()).data(discArr, function (d) { return d.id; }); + rows.enter().append("tr") + .attr("class", "property-wrapper prop" + this.id()) + .each(function (param) { + var tr = d3.select(this); + if (hasProperties(param.type)) { + tr.classed("property-widget-wrapper", true); + tr.append("td") + .attr("colspan", "2") + ; + } else { + tr.classed("property-input-wrapper", true); + tr.append("td") + .classed("property-label", true) + .text(param.id) + ; + var inputCell = tr.append("td") + .classed("property-input-cell", true) + ; + context.enterInputs(d, inputCell, param); + } + }) + ; + rows.each(function (param) { + var tr = d3.select(this); + tr.classed("disabled", d[param.id + "_disabled"] && d[param.id + "_disabled"]()); + tr.attr("title", param.description); + if (hasProperties(param.type)) { + context.updateWidgetRow(d, tr.select("td"), param); + } else { + context.updateInputs(d, param); + } + }); + rows.exit().each(function (param) { + var tr = d3.select(this); + if (hasProperties(param.type)) { + context.updateWidgetRow(d, tr.select("td"), null); + } + }).remove(); + rows.order(); + }; + + PropertyEditor.prototype.updateWidgetRow = function (widget, element, param) { + var tmpWidget = []; + if (widget && param) { + tmpWidget = widget[param.id]() || []; + } + var widgetArr = tmpWidget instanceof Array ? tmpWidget : [tmpWidget]; + if (param && param.ext && param.ext.autoExpand) { + // remove empties and ensure last row is an empty --- + var lastModified = true; + var noEmpties = widgetArr.filter(function (row, idx) { + lastModified = row.publishedModified(); + row._owner = widget; + return lastModified || idx === widgetArr.length - 1; + }, this); + var changed = widgetArr.length - noEmpties.length; + if (lastModified) { + changed = true; + noEmpties.push(new param.ext.autoExpand(widget)); + } + if (changed) { + widget[param.id](noEmpties); + widgetArr = noEmpties; + } + } + + var context = this; + var widgetCell = element.selectAll("div.propEditor" + this.id()).data(widgetArr, function (d) { return d.id(); }); + widgetCell.enter().append("div") + .attr("class", "property-input-cell propEditor" + this.id()) + .each(function (w) { + d3.select(this) + .attr("data-widgetid", w.id()) + .property("data-propEditor", new PropertyEditor().label(param.id).target(this)) + ; + }) + ; + widgetCell + .each(function (w) { + d3.select(this).property("data-propEditor") + .parentPropertyEditor(context) + .showFields(context.showFields()) + .showData(context.showData()) + .sorting(context.sorting()) + .filterTags(context.filterTags()) + .excludeTags(context.excludeTags()) + .excludeParams(context.excludeParams()) + .hideNonWidgets(context.hideNonWidgets() && w._class.indexOf("layout_") >= 0) + .widget(w) + .render() + ; + }) + ; + widgetCell.exit() + .each(function (w) { + var element = d3.select(this); + element.property("data-propEditor") + .widget(null) + .render() + .target(null) + ; + element + .property("data-propEditor", null) + ; + }) + .remove() + ; + }; + + PropertyEditor.prototype.setProperty = function (widget, id, value) { + // With PropertyExt not all "widgets" have a render, if not use parents render... + var propEditor = this; + while (propEditor && widget) { + if (propEditor === this) { + widget[id](value); + } + + if (widget._parentElement) { + var tmpPE = propEditor; + widget.render(function (w) { + tmpPE.render(); + }); + propEditor = null; + } else { + propEditor = propEditor.parentPropertyEditor(); + widget = propEditor.widget(); + } + } + }; + + PropertyEditor.prototype.enterInputs = function (widget, cell, param) { + cell.classed(param.type+"-cell",true); + var context = this; + switch (param.type) { + case "boolean": + cell.append("input") + .attr("id", this.id() + "_" + param.id) + .classed("property-input", true) + .attr("type", "checkbox") + .on("change", function () { + context.setProperty(widget, param.id, this.checked); + }) + ; + break; + case "set": + cell.append("select") + .attr("id", this.id() + "_" + param.id) + .classed("property-input", true) + .on("change", function () { + context.setProperty(widget, param.id, this.value); + }) + .each(function (d) { + var input = d3.select(this); + var set = widget[param.id + "_options"](); + for (var i = 0; i < set.length; i++) { + input.append("option").attr("value", set[i]).text(set[i]); + } + }) + ; + break; + case "array": + case "object": + cell.append("textarea") + .attr("id", this.id() + "_" + param.id) + .classed("property-input", true) + .on("change", function () { + context.setProperty(widget, param.id, JSON.parse(this.value)); + }) + ; + break; + default: + + cell.append("input") + .attr("id", this.id() + "_" + param.id) + .classed("property-input", true) + .on("change", function () { + context.setProperty(widget, param.id, this.value); + }) + ; + if (param.type === "html-color" && !this.isIE) { + cell.append("input") + .attr("id", this.id() + "_" + param.id + "_2") + .classed("property-input", true) + .attr("type", "color") + .on("change", function () { + context.setProperty(widget, param.id, this.value); + }) + ; + } + break; + } + }; + + PropertyEditor.prototype.updateInputs = function (widget, param) { + var element = d3.selectAll("#" + this.id() + "_" + param.id + ", #" + this.id() + "_" + param.id + "_2"); + var val = widget ? widget[param.id]() : ""; + element.property("disabled", widget[param.id + "_disabled"] && widget[param.id + "_disabled"]()); + switch (param.type) { + case "array": + case "object": + element.property("value", JSON.stringify(val, function replacer(key, value) { + if (value instanceof Widget) { + return Persist.serialize(value); + } + return value; + })); + break; + case "boolean": + element.property("checked", val); + break; + default: + element.property("value", val); + break; + } + }; + + return PropertyEditor; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/Select.js',["d3", "../common/HTMLWidget", "css!./Select"], factory); + } else { + root.other_Select = factory(root.d3, root.common_HTMLWidget); + } +}(this, function (d3, HTMLWidget) { + function Select(target) { + HTMLWidget.call(this); + } + Select.prototype = Object.create(HTMLWidget.prototype); + Select.prototype.constructor = Select; + Select.prototype._class += " other_Select"; + + Select.prototype.publish("label", null, "string", "Label for select"); + Select.prototype.publish("valueColumn", null, "set", "Select display value", function () { return this.columns(); }, { optional: true }); + Select.prototype.publish("textColumn", null, "set", "Select value(s)", function () { return this.columns(); }, { optional: true }); + Select.prototype.publish("optional", true, "boolean", "Optional Select"); + Select.prototype.publish("sort", null, "set", "Sort contents", ["", "ascending", "descending"], { optional: true }); + Select.prototype.publish("multiple", false, "boolean", "Multiple selection"); + Select.prototype.publish("selectSize", 5, "number", "Size of multiselect box", null, { disable: function (w) { return !w.multiple(); } }); + + Select.prototype.selectData = function () { + var view = this._db.rollupView([this.textColumn(), this.valueColumn()]); + var retVal = []; + retVal = retVal.concat(view.entries().map(function (row) { + return { + text: row.key, + value: row.values.length ? row.values[0].key : "", + origRow: row.values.length && row.values[0].values.length ? row.values[0].values[0] : [] + }; + }, this)); + if (this.sort_exists()) { + var descending = this.sort() === "descending"; + retVal.sort(function (l, r) { + if (l.text < r.text) return descending ? 1 : -1; + if (l.text > r.text) return descending ? -1 : 1; + return 0; + }); + } + if (this.optional()) { + retVal.unshift({ value: "", text: "" }); + } + return retVal; + }; + + Select.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + this._span = element.append("span"); + this._label = this._span.append("label") + .attr("for", this.id() + "_select") + ; + + var context = this; + this._select = this._span.append("select") + .attr("id", this.id() + "_select") + .on("change", function (d) { + var options = []; + var options_dom_node = context._select.node().options; + for (var i = 0; i < options_dom_node.length; ++i) { + var optionNode = options_dom_node[i]; + if (optionNode.selected) { + options.push(d3.select(optionNode).datum().origRow); + } + } + if (options.length) { + context.click(context.rowToObj(options[0]), context.valueColumn(), true); //TODO: Multiselect not support in HIPIE + } else { + context.click([], context.valueColumn(), false); + } + }) + ; + }; + + Select.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + this._label + .text(this.label()) + ; + this._select + .attr("multiple", this.multiple() ? this.multiple() : null) + .attr("size", this.multiple() && this.selectSize() ? this.selectSize() : null) + ; + + var option = this._select.selectAll(".dataRow").data(this.selectData()); + option.enter().append("option") + .attr("class", "dataRow") + ; + option + .attr("value", function (row) { return row.value; }) + .text(function (row) { return row.text; }) + ; + option.exit().remove(); + option.order(); + }; + + Select.prototype.exit = function (domNode, element) { + this._span.remove(); + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + Select.prototype.click = function (row, column, selected) { + console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); + }; + + return Select; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/ThemeEditor.js',["../common/Widget", "../common/HTMLWidget", "./Persist", "./PropertyEditor", "css!./ThemeEditor"], factory); + } else { + root.other_PropertyEditor = factory(root.common_Widget, root.common_HTMLWidget, root.other_Persist, root.other_PropertyEditor); + } +}(this, function (Widget, HTMLWidget, Persist, PropertyEditor) { + function ThemeEditor() { + HTMLWidget.call(this); + + this._tag = "div"; + this._current_grouping = undefined; + this._showing_columns = undefined; + this._showing_data = undefined; + this.columns(["Key", "Value"]); + this._contentEditors = []; + this._showSettings = true; + + this._defaultThemes = []; + + this._widgetObjsById = {}; + } + var getThemes = function(idx){ + if (typeof(window.g_defaultThemes) === "function") { + window.g_defaultThemes(idx); + } + return JSON.parse(localStorage.getItem("themeEditorThemes") || "{}"); + }; + var getSerials = function(idx){ + if (typeof(window.g_defaultSerials) === "function") { + window.g_defaultSerials(idx); + } + return JSON.parse(localStorage.getItem("themeEditorSerials") || "{}"); + }; + var getThemeNames = function(idx){ + var loadedThemes = getThemes(); + var themes = []; + for(var themeName in loadedThemes){ + themes.push(themeName); + } + if(typeof(idx) !== "undefined" && typeof(themes[idx]) !== "undefined"){ + themes = themes[idx]; + } + return themes; + }; + var getSerialNames = function(idx){ + var loadedSerials = getSerials(); + var serials = []; + for(var serialName in loadedSerials){ + serials.push(serialName); + } + if(typeof(idx) !== "undefined" && typeof(serials[idx]) !== "undefined"){ + serials = serials[idx]; + } + return serials; + }; + ThemeEditor.prototype = Object.create(HTMLWidget.prototype); + ThemeEditor.prototype._class += " other_ThemeEditor"; + + ThemeEditor.prototype.publish("themeMode", true, "boolean", "Edit default values",null,{tags:["Basic"]}); + ThemeEditor.prototype.publish("saveTheme", "", "string", "Save Theme",null,{tags:["Basic","Theme"],saveButton:"Save",saveButtonID:"te-save-button"}); + ThemeEditor.prototype.publish("loadedTheme", getThemeNames(1), "set", "Loaded Theme",getThemeNames(),{tags:["Basic","Theme"]}); + ThemeEditor.prototype.publish("saveSerial", "", "string", "Save Serial",null,{tags:["Basic","Serial"],saveButton:"Save",saveButtonID:"te-save-button"}); + ThemeEditor.prototype.publish("loadedSerial", getSerialNames(0), "set", "Loaded Serial",getSerialNames(),{tags:["Basic","Serial"]}); + ThemeEditor.prototype.publish("showColumns", true, "boolean", "Show Columns",null,{tags:["Intermediate"]}); + ThemeEditor.prototype.publish("showData", true, "boolean", "Show Data",null,{tags:["Intermediate"]}); + ThemeEditor.prototype.publish("shareCountMin", 1, "number", "Share Count Min",null,{tags:["Private"]}); + ThemeEditor.prototype.publish("paramGrouping", "By Param", "set", "Param Grouping", ["By Param", "By Widget"],{tags:["Private"]}); + ThemeEditor.prototype.publish("editorComplexity", "Basic", "set", "Choose what publish properties to display within the editor.", ["Basic", "Intermediate", "Advanced", "Private"],{tags:["Private"]}); + ThemeEditor.prototype.publish("sectionTitle", "", "string", "Section Title",null,{tags:["Private"]}); + ThemeEditor.prototype.publish("collapsibleSections", true, "boolean", "Collapsible Sections",null,{tags:["Intermediate"]}); + + ThemeEditor.prototype.getThemes = getThemes; + ThemeEditor.prototype.getSerials = getSerials; + ThemeEditor.prototype.getDefaultThemes = getThemeNames; + ThemeEditor.prototype.getDefaultSerials = getSerialNames; + + ThemeEditor.prototype.showSettings = function (_) { + if (!arguments.length) { + return this._showSettings; + } + this._showSettings = _; + return this; + }; + + ThemeEditor.prototype.onChange = function (widget, propID) {}; + + ThemeEditor.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + this._parentElement.style("overflow", "auto"); + }; + + var tableNeedsRedraw = function (context) { + var needsRedraw = false; + if (typeof (context._current_grouping) === "undefined") { + context._current_grouping = context._group_params_by; + } else if (context._current_grouping !== context._group_params_by) { + needsRedraw = true; + } + if (typeof (context._showing_columns) === "undefined") { + context._showing_columns = context.showColumns(); + } else if (context._showing_columns !== context.showColumns()) { + needsRedraw = true; + } + if (typeof (context._showing_data) === "undefined") { + context._showing_data = context.showData(); + } else if (context._showing_data !== context.showData()) { + needsRedraw = true; + } + return needsRedraw; + }; + + ThemeEditor.prototype.widgetProperty = function (widget, propID, _) { + if (_ === undefined) { + return widget[propID](); + } + return widget[propID](_); + }; + + ThemeEditor.prototype.load = function(){}; + + ThemeEditor.prototype.save = function(){}; + + ThemeEditor.prototype.needsPropTableRedraw = function (domNode, element) { + var ret = document.getElementById("te-themeEditorOptions") === null; + return ret; + }; + + ThemeEditor.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + if (tableNeedsRedraw(this)) { + element.selectAll("#" + this._id + " > table").remove(); + } + this._current_grouping = this.paramGrouping(); + this._widgetObjsById[this._id] = this; + this._sharedProperties = this.findSharedProperties(this.data()); + + var needsPropertiesTableRedraw = this.needsPropTableRedraw(); + if(needsPropertiesTableRedraw && this.showSettings()){ + var teParams = Persist.discover(this); + for(var i in teParams){ + if(teParams[i].ext.tags.indexOf(this.editorComplexity()) !== -1){ + var teParamVal = this[teParams[i].id](); + if(teParams[i].id === "loadedTheme" || teParams[i].id === "loadedSerial"){ + teParams[i].inputID = "te-load-theme"; + } + teParams[i].input = tableInputHtml(teParams[i],teParamVal,[this._id],this._id); + } else { + delete teParams[i]; + } + } + domNode.innerHTML = this.propertiesTableHtml(teParams); + var evt = document.createEvent("Events"); + evt.initEvent("TE Properties Ready", true, true); + document.dispatchEvent(evt); + } + + this.buildTableObjects(domNode,this._sharedProperties); + + this.initFunctionality(domNode); + }; + + ThemeEditor.prototype.exit = function (domNode, element) { + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + ThemeEditor.prototype.click = function (d) { + }; + + ThemeEditor.prototype.propertiesTableHtml = function (editorParams) { + var tableObj = { + id:"te-themeEditorOptions", + label:"Editor Options", + rowArr: [] + }; + var modeTableObj = { + id:"te-tableModeOptions", + label:this.themeMode() ? "Save/Load Theme" : "Save/Load Serial", + rowArr: [] + }; + for(var i in editorParams){ + if(this.themeMode()){ + if(editorParams[i].ext.tags.indexOf("Theme") === -1 && editorParams[i].ext.tags.indexOf("Serial") === -1){ + tableObj.rowArr.push({ + th:camelizeString(editorParams[i].id), + td:editorParams[i].input, + trClass:"propertyRow", + }); + } + else if(editorParams[i].ext.tags.indexOf("Theme") !== -1){ + modeTableObj.rowArr.push({ + th:camelizeString(editorParams[i].id), + td:editorParams[i].input, + trClass:"propertyRow", + }); + } + } else { + if (editorParams[i].ext.tags.indexOf("Serial") === -1 && editorParams[i].ext.tags.indexOf("Theme") === -1){ + tableObj.rowArr.push({ + th:camelizeString(editorParams[i].id), + td:editorParams[i].input, + trClass:"propertyRow", + }); + } + else if (editorParams[i].ext.tags.indexOf("Serial") !== -1){ + modeTableObj.rowArr.push({ + th:camelizeString(editorParams[i].id), + td:editorParams[i].input, + trClass:"propertyRow", + }); + } + } + + } + var html = ""; + if(tableObj.rowArr.length > 0){ + html += this.tableObjHtml(tableObj); + } + if(modeTableObj.rowArr.length > 0){ + html += this.tableObjHtml(modeTableObj); + } + return html; + }; + ThemeEditor.prototype.buildTableObjects = function(targetElement, propObjs){ + var sectionObjs = {}; + if(this.themeMode()){ + sectionObjs = { + "chartColorSection":{ + id:"te-colorOptions", + label:"Chart Colors", + rowObjArr: [] + }, + "surfaceSection":{ + id:"te-containerOptions", + label:"Container Styles/Colors", + rowObjArr: [] + }, + "fontSection":{ + id:"te-fontOptions", + label:"Font Styles/Colors", + rowObjArr: [] + } + }; + } else { + sectionObjs = { + "nonSurfaceSection":{ + id:"te-chartOptions", + label:"Chart Properties", + rowObjArr: [] + } + }; + } + for(var p in propObjs){ + if(this.themeMode()){ + if(p.toUpperCase().indexOf("FONT") !== -1 && !(propObjs[p].arr[0].widget._class.indexOf("layout_Surface") !== -1 && p.toUpperCase().indexOf("COLOR") !== -1)){ + sectionObjs["fontSection"].rowObjArr.push(propObjs[p]); + } + else if(p === "paletteID"){ + sectionObjs["chartColorSection"].rowObjArr.push(propObjs[p]); + } + else if(propObjs[p].arr[0].widget._class.indexOf("layout_Surface") !== -1){ + sectionObjs["surfaceSection"].rowObjArr.push(propObjs[p]); + } + } else { + if(propObjs[p].arr[0].widget._class.indexOf("layout_Surface") === -1){ + sectionObjs["nonSurfaceSection"].rowObjArr.push(propObjs[p]); + } + } + } + var html = ""; + for(var i in sectionObjs){ + html += this.sharedPropertyTableHtml(sectionObjs[i]); + } + targetElement.innerHTML += html; + }; + + ThemeEditor.prototype.initFunctionality = function(elm){ + var context = this; + _expandCollapse(elm); + _inputOnChange(elm); + _inputOnClick(elm); + function _inputOnClick(elm){ + if(context.showSettings()){ + var saveBtn = document.getElementById("te-save-button"); + saveBtn.onclick = function(e){ + var clickedElm = e.srcElement; + var themeName = clickedElm.previousSibling.value; + if(themeName.length > 1){ + var loadSelect = document.getElementById("te-load-theme"); + var loadOptions = loadSelect.getElementsByTagName("option"); + var saveExists = false; + var saveStr; + for(var i in loadOptions){ + var val = loadOptions[i].value; + if(val === themeName){ + saveExists = true; + } + } + if(!saveExists){ + saveStr = context.save(themeName); + loadSelect.innerHTML += ""; + } else { + var overwrite = confirm("'" + themeName + "' already exists. Do you want to overwrite the existing save? "); + if (overwrite) { + saveStr = context.save(themeName); + } + } + clickedElm.previousSibling.value = ""; + loadSelect.value = themeName; + } else { + alert("Save Name cannot be empty."); + } + }; + } + } + function _inputOnChange(elm){ + var teInputs = elm.getElementsByClassName("te-input"); + for(var i in teInputs){ + if(isNaN(parseInt(i)))break; + var inputElm = teInputs[i]; + var inputID = inputElm.getAttribute("id"); + if(inputID === "te-load-theme"){ + inputElm.onchange = function (e){ + var elm = e.srcElement; + context.load(elm.value); + }; + } + else if(inputID !== null && inputID.indexOf("te-input-themeMode") !== -1){ + inputElm.onchange = function (e){ + var elm = e.srcElement; + context.themeMode(elm.checked); + + var name = document.getElementById("te-load-theme"); + var nameToLoad = name !== null ? name.value : "Default"; + context.load(nameToLoad); + }; + } + else if(inputElm.tagName === "INPUT" || inputElm.tagName === "SELECT" || inputElm.tagName === "TEXTAREA"){ + inputElm.onchange = function(e){ + var elm = e.srcElement; + + var id = elm.getAttribute("id"); + + if (elm.className.split(" ").indexOf("te-html-color-button") !== -1){ + id = elm.previousSibling.getAttribute("id"); + elm.previousSibling.value = elm.value; + } + var elmType = elm.getAttribute("type"); + var splitId = id.split("-"); + var genericId = splitId.slice(0,splitId.length-1).join("-") + "-"; + + var widsStr = elm.getAttribute("data-wids"); + var paramId = elm.getAttribute("data-paramid"); + var widArr = widsStr.split(","); + widArr.forEach(function(wid){ + var individualId = genericId + wid; + var indElm = document.getElementById(individualId); + if(elmType === "checkbox"){ + indElm.checked = elm.checked; + context._widgetObjsById[wid][paramId](elm.checked); + } + else if (elm.getAttribute("data-type") === "array") { + indElm.value = elm.value; + try{ + context._widgetObjsById[wid][paramId](JSON.parse(elm.value)); + }catch(e){} + } + else { + indElm.value = elm.value; + context._widgetObjsById[wid][paramId](elm.value); + + if (indElm.className.split(" ").indexOf("te-html-color-input") !== -1){ + indElm.nextSibling.value = elm.value; + } + else if (indElm.className.split(" ").indexOf("te-html-color-button") !== -1) { + indElm.previousSibling.value = elm.value; + } + } + }); + context.data().forEach(function(d){ + d.render(); + }); + }; + } + } + } + function _expandCollapse(elm){ + var tableArr = elm.getElementsByClassName("te-section-table"); + for(var i in tableArr){ + if(typeof(tableArr[i].getElementsByTagName) === "function"){ + var thead = tableArr[i].getElementsByTagName("thead"); + thead[0].onclick = function(e){ + var elm = e.toElement; + if(elm.tagName === "TH"){ + elm = elm.parentElement.parentElement; + } + var parent = elm.parentElement; + var tbodyClass = ""; + if(parent.className.split(" ").indexOf("expanded") === -1){ + parent.className = "te-section-table expanded"; + tbodyClass = "shown"; + } else { + parent.className = "te-section-table collapsed"; + tbodyClass = "hidden"; + } + var tbody = parent.getElementsByTagName("tbody"); + tbody[0].className = tbodyClass; + }; + } + } + var sharedRowArr = elm.getElementsByClassName("sharedPropertyRow"); + for(var n in sharedRowArr){ + if(typeof(sharedRowArr[n].getElementsByClassName) === "function"){ + var label = sharedRowArr[n].getElementsByClassName("te-label"); + label[0].onclick = function(e){ + var elm = e.toElement; + var parent = elm.parentElement; + var subRowClass = ""; + if(parent.className.split(" ").indexOf("expanded") === -1){ + parent.className = "sharedPropertyRow expanded"; + subRowClass = "shown"; + } else { + parent.className = "sharedPropertyRow collapsed"; + subRowClass = "hidden"; + } + var nextSib = parent.nextSibling; + while(nextSib !== null){ + if(nextSib.className.split(" ").indexOf("sharedPropertyRow") === -1){ + nextSib.className = "propertyRow "+subRowClass; + nextSib = nextSib.nextSibling; + } else { + nextSib = null; + } + } + }; + } + } + } + }; + ThemeEditor.prototype.sharedPropertyTableHtml = function(sectionObj){ + var tableObj = { + id:sectionObj.id, + label:sectionObj.label, + rowArr: [] + }; + sectionObj.rowObjArr.forEach(function(rowObj){ + rowObj.arr.forEach(function(widgetObj,widgetIdx){ + if(widgetIdx === 0){ + tableObj.rowArr.push({ + th:_sharedPropertyLabel(rowObj), + td:_sharedPropertyInput(rowObj), + trClass:"sharedPropertyRow collapsed" + }); + } + tableObj.rowArr.push({ + th:_propertyLabel(widgetObj), + td:_propertyInput(rowObj,widgetIdx), + trClass:"propertyRow hidden" + }); + }); + }); + + return this.tableObjHtml(tableObj); + + function _propertyLabel(widgetObj){ + var splitClass = widgetObj.widget.classID().split("_"); + var displayClass = splitClass.join("/"); + return displayClass + " [" + widgetObj.widget._id + "]"; + } + function _sharedPropertyLabel(rowObj){ + return camelizeString(rowObj.id); + } + + function _propertyInput(rowObj,idx){ + var value = _value(rowObj,idx); + var html = tableInputHtml(rowObj,value,[rowObj.arr[idx]],rowObj.arr[idx].widget._id); + return html; + + function _value(rowObj,idx){ + var value = rowObj.arr[idx].widget[rowObj.id](); + return value !== null ? value : ""; + } + } + function _sharedPropertyInput(rowObj){ + var value = _sharedValue(rowObj); + var html = tableInputHtml(rowObj,value,rowObj.arr,"shared"); + return html; + + function _sharedValue(rowObj){ + var value = rowObj.arr[0].widget[rowObj.id](); + rowObj.arr.forEach(function(w,i){ + if(value !== w.widget[w.id]()){ + return ""; + } + }); + if(value !== null){ + if(rowObj.type === "array"){ + return JSON.stringify(value); + } + return value; + } + return ""; + } + } + }; + + function camelizeString(str) { + var spacedText = str.split(/(?=[0-9A-Z])/).map(function(n){return n.length > 1 ? n+" " : n;}).join(""); + return spacedText.replace(/(?:^|\s)\S/g, function(a) { return a.toUpperCase(); }); + } + + function tableInputHtml(rowObj,value,widgetArr,idSuffix){ + var inputHtml = ""; + var id = "te-input-"+rowObj.id+"-"+idSuffix; + + var inputType; + if (typeof (rowObj.ext) !== "undefined" && typeof (rowObj.ext.inputType) !== "undefined") { + inputType = rowObj.ext.inputType; + } + + if(typeof(rowObj.inputID) !== "undefined"){ + id = rowObj.inputID; + } + + var dataWIDs = "data-paramid='" + rowObj.id + "' data-wids='" + widgetArr.map(function (w) { + if(typeof(w.widget) === "object") { + return w.widget._id; + } else { + return w; + } + }).join(",") + "'"; + switch(rowObj.type) { + case "boolean": + var checked = value ? " checked" : ""; + inputHtml = "" ; break; + case "number": + if (typeof (inputType) !== "undefined") { + if (inputType === "textarea") { + inputHtml = ""; + } + else if (inputType === "range") { + inputHtml = ""; + } + } + else { + inputHtml = ""; + } + break; + case "string": + if (typeof (inputType) !== "undefined") { + if (inputType === "textarea") { + inputHtml = ""; + } + } + else { + inputHtml = ""; + } + break; + case "html-color": + var valueAttr = value === "" ? "" : " value='" + value + "'"; + inputHtml = ""; + inputHtml += ""; + break; + case "set": + var options = _options(rowObj,value); + inputHtml = ""; + break; + case "array": + inputHtml = ""; + break; + default: + break; + } + if(typeof(rowObj.ext.saveButton) !== "undefined"){ + inputHtml += ""; + } + return inputHtml; + + function _options(obj,val) { + var options = ""; + obj.set.forEach(function(s){ + var selected = s === val ? " selected" : ""; + options += ""; + }); + return options; + } + } + + ThemeEditor.prototype.tableObjHtml = function (tableObj) { + var html = ""; + html += ""; + html += ""; + tableObj.rowArr.forEach(function(rowObj){ + html += this.tableRowObjHtml(rowObj); + },this); + html += ""; + return html + "
" + tableObj.label + "
"; + }; + ThemeEditor.prototype.tableRowObjHtml = function (rowObj) { + var html = typeof (rowObj.trClass) !== "undefined" ? "" : ""; + html += "" + rowObj.th + ""; + html += "" + rowObj.td + ""; + return html + ""; + }; + + ThemeEditor.prototype.setWidgetObjsById = function (widgetProp) { + var context = this; + var val = widgetProp.widget[widgetProp.id](); + if(widgetProp.type === "widgetArray") { + val.forEach(function(widget){ + context._widgetObjsById[widget._id] = widget; + }); + } + else if(widgetProp.type === "widget" && val !== null) { + this._widgetObjsById[val._id] = val; + } + }; + ThemeEditor.prototype.checkTagFilter = function (tagArr) { + var allowTags = ["Basic"]; + var ret = false; + tagArr.forEach(function(tag){ + if(allowTags.indexOf(tag) !== -1){ + ret = true; + } + }); + return ret; + }; + ThemeEditor.prototype.findSharedProperties = function (data) { + var context = this; + var propsByID; + if (typeof (data) !== "undefined" && data.length > 0) { + var allProps = []; + propsByID = {}; + var surfacePropsByID = {}; + var nonSurfacePropsByID = {}; + data.forEach(function (widget) { + var gpResponse = _getParams(widget, 0); + allProps = allProps.concat(gpResponse); + }); + allProps.forEach(function (prop) { + if (["widget", "widgetArray"].indexOf(prop.type) !== -1) { + context.setWidgetObjsById(prop); + } else if (context.checkTagFilter(prop.ext.tags)) { + var tempIdx = prop.id; + if(prop.widget._class.indexOf("Surface") !== -1){ + if (typeof (surfacePropsByID[tempIdx]) === "undefined") { + surfacePropsByID[tempIdx] = { arr: [] }; + } + surfacePropsByID[tempIdx].id = prop.id; + surfacePropsByID[tempIdx].description = prop.description; + surfacePropsByID[tempIdx].type = prop.type; + surfacePropsByID[tempIdx].set = prop.set; + surfacePropsByID[tempIdx].ext = prop.ext; + surfacePropsByID[tempIdx].arr.push(prop); + } else { + if (typeof (nonSurfacePropsByID[tempIdx]) === "undefined") { + nonSurfacePropsByID[tempIdx] = { arr: [] }; + } + nonSurfacePropsByID[tempIdx].id = prop.id; + nonSurfacePropsByID[tempIdx].description = prop.description; + nonSurfacePropsByID[tempIdx].type = prop.type; + nonSurfacePropsByID[tempIdx].set = prop.set; + nonSurfacePropsByID[tempIdx].ext = prop.ext; + nonSurfacePropsByID[tempIdx].arr.push(prop); + } + if (typeof (propsByID[tempIdx]) === "undefined") { + propsByID[tempIdx] = { arr: [] }; + } + propsByID[tempIdx].id = prop.id; + propsByID[tempIdx].description = prop.description; + propsByID[tempIdx].type = prop.type; + propsByID[tempIdx].set = prop.set; + propsByID[tempIdx].ext = prop.ext; + propsByID[tempIdx].arr.push(prop); + } + }); + } + return propsByID; + + function _getParams(widgetObj, depth) { + var retArr = []; + if(widgetObj !== null){ + var paramArr = Persist.discover(widgetObj); + paramArr.forEach(function (param, i1) { + if(typeof(param.ext.tags) !== "undefined"){ + retArr.push({ + id: param.id, + type: param.type, + description: param.description, + set: param.set, + ext: param.ext, + widget: widgetObj + }); + } + if (param.type === "widgetArray") { + var childWidgetArray = context.widgetProperty(widgetObj, param.id); + childWidgetArray.forEach(function (childWidget) { + var cwArr = _getParams(childWidget, depth + 1); + retArr = retArr.concat(cwArr); + }); + } + else if (param.type === "widget") { + var childWidget = context.widgetProperty(widgetObj, param.id); + var temp = _getParams(childWidget, depth + 1); + retArr = retArr.concat(temp); + } + }); + } + return retArr; + } + }; + + return ThemeEditor; +})); + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('other/WordCloud.js',["d3", "../common/SVGWidget", "../api/I2DChart", "../api/ITooltip", "d3-cloud", "css!./WordCloud"], factory); + } else { + root.other_WordCloud = factory(root.d3, root.common_SVGWidget, root.api_I2DChart, root.api_ITooltip, root.d3.layout.cloud); + } +}(this, function (d3, SVGWidget, I2DChart, ITooltip, D3Cloud) { + function WordCloud() { + SVGWidget.call(this); + I2DChart.call(this); + ITooltip.call(this); + + this._prevOffsetX = this.offsetX(); + this._prevOffsetY = this.offsetY(); + this._prevZoom = this.zoom(); + } + WordCloud.prototype = Object.create(SVGWidget.prototype); + WordCloud.prototype.constructor = WordCloud; + WordCloud.prototype._class += " other_WordCloud"; + WordCloud.prototype.implements(I2DChart.prototype); + WordCloud.prototype.implements(ITooltip.prototype); + + WordCloud.prototype.publish("paletteID", "default", "set", "Palette ID", WordCloud.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); + WordCloud.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); + + WordCloud.prototype.publish("fontFamily", "Impact", "string", "Font Name", null, { tags: ["Basic"] }); + WordCloud.prototype.publish("fontSizeFrom", 6, "number", "Font Size From", null, { tags: ["Basic"] }); + WordCloud.prototype.publish("fontSizeTo", 48, "number", "Font Size To", null, { tags: ["Basic"] }); + WordCloud.prototype.publish("angleFrom", -60, "number", "Angle From", null, { tags: ["Basic"] }); + WordCloud.prototype.publish("angleTo", 60, "number", "Angle To", null, { tags: ["Basic"] }); + WordCloud.prototype.publish("angleCount", 5, "number", "Angle Count", null, { tags: ["Basic"] }); + WordCloud.prototype.publish("padding", 0, "number", "Padding", null, { tags: ["Intermediate"] }); + WordCloud.prototype.publish("scaleMode", "linear", "set", "Text scaling mode", ["linear", "log", "sqrt", "pow"], { tags: ["Intermediate"] }); + WordCloud.prototype.publish("spiral", "archimedean", "set", "Text scaling mode", ["archimedean", "rectangular"], { tags: ["Intermediate"] }); + WordCloud.prototype.publish("offsetX", 0, "number", "X offset", null, { tags: ["Advanced"] }); + WordCloud.prototype.publish("offsetY", 0, "number", "Y offset", null, { tags: ["Advanced"] }); + WordCloud.prototype.publish("zoom", 1, "number", "Zoom", null, { tags: ["Advanced"] }); + + WordCloud.prototype.data = function (_) { + var retVal = SVGWidget.prototype.data.apply(this, arguments); + if (arguments.length) { + this._vizData = _.map(function (row) { + var retVal = {}; + for (var key in row) { + retVal["__viz_" + key] = row[key]; + } + return retVal; + }); + } + return retVal; + }; + + WordCloud.prototype.enter = function (domNode, element) { + SVGWidget.prototype.enter.apply(this, arguments); + + this._root = element.append("g"); + this._canvas = document.createElement("canvas"); + + var context = this; + this._zoom = d3.behavior.zoom() + .scaleExtent([0.1, 10]) + .on("zoom", function () { + context.zoomed(context._zoom, d3.event.translate, d3.event.scale); + }) + ; + element.call(this._zoom); + + this._cloud = new D3Cloud() + .canvas(this._canvas) + ; + }; + + WordCloud.prototype.update = function (domNode, element) { + SVGWidget.prototype.update.apply(this, arguments); + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + this.zoomed(this, [this.offsetX(), this.offsetY()], this.zoom()); + + var context = this; + var extent = d3.extent(this._vizData, function (d) { return d.__viz_1; }); + var scale = d3.scale[this.scaleMode()]().domain(extent).range([this.fontSizeFrom(), this.fontSizeTo()]); + var angleDomain = d3.scale.linear().domain([0, context.angleCount() - 1]).range([context.angleFrom(), context.angleTo()]); + + this._cloud.stop() + .size([this.width(), this.height()]) + .words(this._vizData) + .font(this.fontFamily()) + .padding(this.padding()) + .spiral(this.spiral()) + .text(function (d) { return d.__viz_0; }) + .fontSize(function (d) { return scale(d.__viz_1); }) + .rotate(function () { return angleDomain(~~(Math.random() * context.angleCount())); }) + .on("end", draw) + .start() + ; + + function draw(data, bounds) { + var text = context._root.selectAll("text") + .data(data, function (d) { return d.__viz_0 ? d.__viz_0.toLowerCase() : ""; }) + ; + text.enter().append("text") + .attr("text-anchor", "middle") + .text(function (d) { return d.__viz_0; }) + .on("click", function (d) { + context.click({ label: d.__viz_0, weight: d.__viz_1 }); + }) + .style("opacity", 1e-6) + .on("mouseover.tooltip", function (d) { + context.tooltipShow([d.__viz_0, d.__viz_1], context.columns(), 1); + }) + .on("mouseout.tooltip", function (d) { + context.tooltipShow(); + }) + .on("mousemove.tooltip", function (d) { + context.tooltipShow([d.__viz_0, d.__viz_1], context.columns(), 1); + }) + ; + text + .style("font-size", function (d) { return scale(d.__viz_1) + "px"; }) + .style("font-family", context.fontFamily()) + .transition().duration(1000) + .attr("transform", function(d) { return "translate(" + [d.x, d.y] + ")rotate(" + d.rotate + ")"; }) + .style("fill", function (d) { return context._palette(d.__viz_0 ? d.__viz_0.toLowerCase() : ""); }) + .style("opacity", 1) + ; + text.exit().transition().duration(1000) + .style("opacity", 1e-4) + .remove() + ; + } + }; + + WordCloud.prototype.zoomed = function (source, translate, scale) { + if (translate[0] !== this._prevOffsetX || translate[1] !== this._prevOffsetY || scale !== this._prevZoom) { + this._root.attr("transform", "translate(" + translate[0] + "," + translate[1] + ")" + "scale(" + scale + ")"); + switch (source) { + case this: + this._zoom + .scale(scale) + .translate(translate) + ; + break; + case this._zoom: + this.offsetX(translate[0]); + this.offsetY(translate[1]); + this.zoom(scale); + break; + } + this._prevOffsetX = translate[0]; + this._prevOffsetY = translate[1]; + this._prevZoom = scale; + } + }; + + return WordCloud; +})); diff --git a/dist/hpcc-viz-other.min.js b/dist/hpcc-viz-other.min.js new file mode 100644 index 0000000000..c12a961091 --- /dev/null +++ b/dist/hpcc-viz-other.min.js @@ -0,0 +1,3 @@ +!function(t,e){"function"==typeof define&&define.amd?define("other/Audio.js",["d3","../common/HTMLWidget"],e):t.other_Audio=e(t.d3,t.common_HTMLWidget)}(this,function(t,e){function o(){e.call(this),this._tag="audio",this._sections={}}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" other_Audio",o.prototype.publish("source","","string","Audio Source"),o.prototype.section=function(t,e,o,i){return arguments.length?1===arguments.length?this._sections[t]:(this._sections[t]={label:t,offset:e,beatLength:o,beatCount:i,endOffset:e+i*o},this):this._sections},o.prototype.getType=function(t){switch(t){case"mp3":return"audio/mpeg; codecs='mp3'";case"ogg":return"audio/ogg; codecs='vorbis'"}return""},o.prototype.enter=function(t,e){var o=this;e.on("play",function(t){o.onPlay(t)})},o.prototype.update=function(t,e){var o=e.selectAll("source").data(this.source(),function(t){return t});o.enter().append("source").attr("src",function(t){return t})},o.prototype.createTimer=function(e,o,i){var r=this;t.timer(function(){return r.onTick(e.label,i,e),!0},i*e.beatLength,o+e.offset)},o.prototype.onTick=function(t,e,o){},o.prototype.onPlay=function(t){var e=Date.now();for(var o in this._sections)for(var i=this._sections[o],r=0;r=0}).map(function(t){return{value:t.origRow[o.idx],rowIdx:t.idx}});e(i)}},renderItem:function(t,e){e=e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&");var o=new RegExp("("+e.split(" ").join("|")+")","gi");return'
'+t.value.replace(o,"$1")+"
"},onSelect:function(t,e,o){var i=+o.getAttribute("data-row-idx"),n=r.data()[i];r.click(r.rowToObj(n),r.valueColumn(),!0)}})}},o.prototype.exit=function(e,o){this._autoComplete&&this._autoComplete.destroy(),this._span.remove(),t.prototype.exit.apply(this,arguments)},o.prototype.click=function(t,e,o){console.log("Click: "+JSON.stringify(t)+", "+e+", "+o)},o}),function(t,e){"function"==typeof define&&define.amd?define("other/CalendarHeatMap.js",["d3","../common/HTMLWidget","../common/Palette","../common/Utility","css!./CalendarHeatMap"],e):t.other_CalendarHeatMap=e(t.d3,t.common_HTMLWidget,t.common_Palette,t.common_Utility)}(this,function(t,e,o,i){function r(t){e.call(this),i.SimpleSelectionMixin.call(this)}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" other_CalendarHeatMap",r.prototype.mixin(i.SimpleSelectionMixin),r.prototype._palette=o.rainbow("default"),r.prototype.publish("paletteID","YlOrRd","set","Palette ID",r.prototype._palette["switch"](),{tags:["Basic","Shared"]}),r.prototype.publish("dateColumn",null,"set","Date Column",function(){return this.columns()},{optional:!0}),r.prototype.publish("datePattern","%Y-%m-%d","string","Date Pattern"),r.prototype.publish("aggrType",null,"set","Aggregation Type",[null,"mean","median","sum","min","max"],{optional:!0}),r.prototype.publish("aggrColumn",null,"set","Aggregation Field",function(){return this.columns()},{optional:!0,disable:function(t){return!t.aggrType()}}),r.prototype.publish("aggrDeltaColumn",null,"set","Aggregation Field",function(){return this.columns()},{optional:!0,disable:function(t){return!t.aggrType()}}),r.prototype.calendarData=function(){var e=t.time.format(this.datePattern()).parse,o=this.aggrDeltaColumn()?t.format(".1%"):t.format("s");return(this._prevDateColumn!==this.dateColumn()||this._prevAggrType!==this.aggrType()||this._prevAggrColumn!==this.aggrColumn()||this._prevAggrDeltaColumn!==this.aggrDeltaColumn())&&(this._prevDateColumn=this.dateColumn(),this._prevAggrType=this.aggrType(),this._prevAggrColumn=this.aggrColumn(),this._prevAggrDeltaColumn=this.aggrDeltaColumn(),this._view=this._db.aggregateView([this.dateColumn()],this.aggrType(),this.aggrColumn(),this.aggrDeltaColumn())),this._view.entries().map(function(t){return t.dateKey=e(t.key),t.formattedValues=o(t.values.aggregate),t.origRows=o(t.values),t})},r.prototype.calcDelta=function(t){return(t.Close-t.Open)/t.Open},r.prototype.enter=function(o,i){e.prototype.enter.apply(this,arguments),t.select(o.parentNode).style("overflow","scroll"),this._selection.widgetElement(i)},r.prototype.update=function(o,i){function r(e){var o=new Date(e.getFullYear(),e.getMonth()+1,0),i=e.getDay(),r=t.time.weekOfYear(e),n=o.getDay(),s=t.time.weekOfYear(o);return"M"+(r+1)*a+","+i*a+"H"+r*a+"V"+7*a+"H"+s*a+"V"+(n+1)*a+"H"+(s+1)*a+"V0H"+(r+1)*a+"Z"}e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID());var n=this.width(),a=n/12/5,s=8*a,l=this.calendarData(),p=t.map(l,function(t){return t.dateKey}),u=t.extent(l,function(t){return t.dateKey.getFullYear()}),h=this,c=i.selectAll("svg").data(t.range(u[0],u[1]+1));c.enter().append("svg").each(function(e){var o=t.select(this),i=o.append("g");i.append("text").style("text-anchor","middle"),i.append("g").attr("class","days"),i.append("g").attr("class","months")}),c.attr("width",n).attr("height",s),c.select("g").attr("transform","translate("+(n-53*a)/2+","+(s-7*a-1)+")"),c.select("text").attr("transform","translate(-6,"+3.5*a+")rotate(-90)").text(function(t){return t}),c.exit().remove();var d=t.extent(l,function(t){return t.values.aggregate});if(this.aggrDeltaColumn()){var f=Math.max(Math.abs(d[0],d[1]));d=[-f,f]}var g=c.select(".days").selectAll(".day").data(function(e){return t.time.days(new Date(e,0,1),new Date(e+1,0,1))});g.enter().append("rect").attr("class","day").call(this._selection.enter.bind(this._selection)).on("click",function(t){var e=p.get(t);e&&e.values&&e.values&&e.values.length&&h.click(h.rowToObj(e.values[0]),h.dateColumn(),h._selection.selected(this))}).append("title"),g.attr("x",function(e){return t.time.weekOfYear(e)*a}).attr("y",function(t){return t.getDay()*a}).attr("width",a).attr("height",a),g.select("title").text(function(t){return t}),g.filter(function(t){return p.has(t)}).style("fill",function(t){var e=p.get(t);return e&&e.values&&e.values.aggregate?h._palette(e.values.aggregate,d[0],d[1]):null}).select("title").text(function(t){var e=p.get(t);return e.key+": "+e.formattedValues}),g.exit().remove();var m=c.select(".months").selectAll(".month").data(function(e){return t.time.months(new Date(e,0,1),new Date(e+1,0,1))});m.enter().append("path").attr("class","month"),m.attr("d",r),m.exit().remove()},r.prototype.exit=function(t,o){e.prototype.exit.apply(this,arguments)},r.prototype.click=function(t,e,o){console.log("Click: "+JSON.stringify(t)+", "+e+", "+o)},r}),function(t,e){"function"==typeof define&&define.amd?define("other/Comms.js",["es6-promise"],e):t.other_Comms=e()}(this,function(){function t(t){if(void 0===t||null===t)return null;if(!t.trim)return t.Row?e(t.Row):t;var o=t.trim();return""===o||isNaN(o)?o:Number(o)}function e(e){for(var o in e)e[o]=t(e[o]);return e}function o(){this._protocol="http:",this._hostname="localhost"}function i(t){this._mappings=t,this._reverseMappings={};for(var e in this._mappings){this._reverseMappings[e]={};for(var o in this._mappings[e])this._reverseMappings[e][this._mappings[e][o]]=o}}function r(){o.call(this),this._proxyMappings={},this._mappings=new i({}),this._timeout=d}function n(t,e){if(!t||!e)return!1;for(var o=t.split("."),i=e,r=0;r=0||this._params.Wuid},o.prototype.isWorkunitResult=function(){return this.isWsWorkunits()&&(this._params.Sequence||this._params.ResultName)},o.prototype.isWsEcl=function(){return this._pathname.toLowerCase().indexOf("wsecl")>=0||this._params.QuerySetId&&this._params.Id},o.prototype.isWsWorkunits_GetStats=function(){return this._pathname.toLowerCase().indexOf("wsworkunits/wugetstats")>=0&&this._params.WUID},o.prototype.getUrl=function(t){return t=t||{},(t.protocol?t.protocol:this._protocol)+"//"+(t.hostname?t.hostname:this._hostname)+":"+(t.port?t.port:this._port)+"/"+(t.pathname?t.pathname:this._pathname)},i.prototype.contains=function(t,e){return n(t+"."+e,this._mappings)},i.prototype.mapResult=function(t,e){var o=this._mappings[e];o&&(t[e]=t[e].map(function(t){var e=[];if(o.x&&o.x instanceof Array){e=[];for(var i=0;i=0?"&":"?")+"jsonp="+l+"&"+f(e),document.body.appendChild(p);var u=setInterval(function(){0>=a?clearInterval(u):(a-=s,0>=a?(clearInterval(u),console.log("Request timeout: "+p.src),n(),r(Error("Request timeout: "+p.src))):console.log("Request pending ("+a/1e3+" sec): "+p.src))},s)})};return r.prototype.jsonp=function(t,e,i){for(var r in this._proxyMappings){var n=t.split(r),a=n[0];if(n.length>1){var s=(new o).url(t);t=a+this._proxyMappings[r],e.IP=s._hostname,e.PORT=s._port,n.length>0&&(e.PATH=n[1]);break}}return g(t,e,this.timeout())},r.prototype.ajax=function(t,e,o){return new Promise(function(i,r){var n=e;o&&(n+="?"+f(o));var a=new XMLHttpRequest;a.onload=function(t){this.status>=200&&this.status<300?i(JSON.parse(this.response)):r(Error(this.statusText))},a.onerror=function(){r(Error(this.statusText))},a.open(t,n),a.setRequestHeader("X-Requested-With","XMLHttpRequest"),a.send()})},r.prototype.get=function(t,e){return this.ajax("GET",t,e)},r.prototype.post=function(t,e){return this.ajax("POST",t,e)},r.prototype.mappings=function(t){return arguments.length?(this._mappings=new i(t),this):this._mappings},r.prototype.proxyMappings=function(t){return arguments.length?(this._proxyMappings=t,this):this._proxyMappings},r.prototype.timeout=function(t){return arguments.length?(this._timeout=t||d,this):this._timeout},a.prototype=Object.create(r.prototype),a.prototype.cacheCalls=function(t){return arguments.length?(this._cacheCalls=t,this):this._cacheCalls},a.prototype.call=function(t,e){var o=this._url+(this._url.indexOf("?")>=0?"&":"?")+f(t);if(this._cacheCalls){var i=this;return new Promise(function(t,i){var r=JSON.parse(localStorage.getItem("hpcc.viz."+o));if(!r)throw Error("not cached");e&&(console.log("Deprecated: callback, use promise (Basic.prototype.call)"),e(r)),t(r)})["catch"](function(t){return i.get(o).then(function(t){return localStorage.setItem("hpcc.viz."+o,JSON.stringify(t)),e&&(console.log("Deprecated: callback, use promise (Basic.prototype.call)"),e(t)),t})})}return localStorage.removeItem("hpcc.viz."+o),this.get(o).then(function(t){return e&&(console.log("Deprecated: callback, use promise (Basic.prototype.call)"),e(t)),t})},s.prototype=Object.create(r.prototype),s.prototype.url=function(t){var e=r.prototype.url.apply(this,arguments);if(arguments.length){this._port="8010"===this._port?"8002":this._port;for(var o in this._params)switch(o){case"QuerySetId":this.target(this._params[o]);break;case"Id":this.query(this._params[o])}var i,n;this._target&&this._query||(i=this._pathname.split("/query/"),i.length>=2&&(n=i[1].split("/"),n.length>=2&&(this.target(n[0]),this.query(n[1]))))}return e},s.prototype.target=function(t){return arguments.length?(this._target=t,this):this._target},s.prototype.query=function(t){return arguments.length?(this._query=t,this):this._query},s.prototype.constructUrl=function(){return r.prototype.getUrl.call(this,{pathname:"WsEcl/submit/query/"+this._target+"/"+this._query+"/json"})},s.prototype.call=function(t,o,i){t=t||{},t.target=t.target||this._target,t.query=t.query||this._query;var r=this,n=this.getUrl({pathname:"WsEcl/submit/query/"+t.target+"/"+t.query+"/json"});return this.jsonp(n,o).then(function(t){for(var o in t){t=t[o].Results;break}if(t.Exception)throw Error(t.Exception.reduce(function(t,e,o,i){return t.length&&(t+="\n"),t+e.Source+" "+e.Code+": "+e.Message},""));for(o in t)t[o].Row&&(t[o]=t[o].Row.map(e));return r._mappings.mapResponse(t),i&&(console.log("Deprecated: callback, use promise (WsECL.prototype.call)"),i(t)),t})},s.prototype.send=function(t,e){this.call({target:this._target,query:this._query},t,e)},l.prototype=Object.create(r.prototype),l.prototype.url=function(t){var e=r.prototype.url.apply(this,arguments);if(arguments.length){for(var o in this._params)switch(o){case"Wuid":this.wuid(this._params[o]);break;case"ResultName":this.resultName(this._params[o]);break;case"Sequence":this.sequence(this._params[o])}if(!this._wuid){var i=this._url.split("/res/");if(i.length>=2){var n=i[1].split("/");this.wuid(n[0])}}}return e},l.prototype.wuid=function(t){return arguments.length?(this._wuid=t,this):this._wuid},l.prototype.jobname=function(t){return arguments.length?(this._jobname=t,this):this._jobname},l.prototype.sequence=function(t){return arguments.length?(this._sequence=t,this):this._sequence},l.prototype.resultName=function(t){return arguments.length?(this._resultName=t,this):this._resultName},l.prototype.appendParam=function(t,e,o){return e?(o&&(o+="&"),o+t+"="+e):o},l.prototype.constructUrl=function(){var t=r.prototype.getUrl.call(this,{pathname:"WsWorkunits/res/"+this._wuid+"/"}),e="";return e=this.appendParam("ResultName",this._resultName,e),t+(e?"?"+e:"")},l.prototype._fetchResult=function(t,o,i){t=t||{},t._start=t._start||0,t._count=t._count||-1;var r=this.getUrl({pathname:"WsWorkunits/WUResult.json"}),n={Wuid:t.wuid,ResultName:t.resultname,SuppressXmlSchema:!0,Start:t._start,Count:t._count};this._resultNameCache[t.resultname]={};var a=this;return this.jsonp(r,n).then(function(r){for(var n in r){if(!r[n].Result)throw"No result found.";a._total=r[n].Total,r=r[n].Result;for(var s in r){r=r[s].Row.map(e);break}break}return a._resultNameCache[t.resultname]=r,i||a._mappings.mapResult(a._resultNameCache,t.resultname),o&&(console.log("Deprecated: callback, use promise (WsWorkunits.prototype._fetchResult)"),o(a._resultNameCache[t.resultname])),a._resultNameCache[t.resultname]})},l.prototype.fetchResult=function(t,e,o){if(t.wuid)return this._fetchResult(t,e,o);if(t.jobname){var i=this;return this.WUQuery(t,function(r){return t.wuid=r[0].Wuid,i._fetchResult(t,e,o)})}},l.prototype.WUQuery=function(t,e){var o=this.getUrl({pathname:"WsWorkunits/WUQuery.json"}),i={Jobname:i.jobname,Count:1};return this._resultNameCache={},this._resultNameCacheCount=0,this.jsonp(o,i).then(function(t){if(!n("WUQueryResponse.Workunits.ECLWorkunit",t))throw"No workunit found.";return t=t.WUQueryResponse.Workunits.ECLWorkunit,e&&(console.log("Deprecated: callback, use promise (WsWorkunits.prototype.WUQuery)"),e(t)),t})},l.prototype.fetchResultNames=function(t){var e=this.getUrl({pathname:"WsWorkunits/WUInfo.json"}),o={Wuid:this._wuid,TruncateEclTo64k:!0,IncludeExceptions:!1,IncludeGraphs:!1,IncludeSourceFiles:!1,IncludeResults:!0,IncludeResultsViewNames:!1,IncludeVariables:!1,IncludeTimers:!1,IncludeResourceURLs:!1,IncludeDebugValues:!1,IncludeApplicationValues:!1,IncludeWorkflows:!1,IncludeXmlSchemas:!1,SuppressResultSchemas:!0};this._resultNameCache={},this._resultNameCacheCount=0;var i=this;return this.jsonp(e,o).then(function(e){return n("WUInfoResponse.Workunit.Results.ECLResult",e)&&e.WUInfoResponse.Workunit.Results.ECLResult.map(function(t){i._resultNameCache[t.Name]=[],++i._resultNameCacheCount}),t&&(console.log("Deprecated: callback, use promise (WsWorkunits.prototype.fetchResultNames)"),t(i._resultNameCache)),i._resultNameCache})},l.prototype.fetchResults=function(t,e){var o=this;return this.fetchResultNames().then(function(i){var r=[];for(var n in o._resultNameCache)r.push(o.fetchResult({wuid:o._wuid,resultname:n},null,e));return Promise.all(r).then(function(e){return t&&(console.log("Deprecated: callback, use promise (WsWorkunits.prototype.fetchResults)"),t(o._resultNameCache)),o._resultNameCache})})},l.prototype.postFilter=function(t,e){var o={};for(var i in e)o[i]=e[i].filter(function(e,o){for(var i in t)if(void 0!==e[i]&&void 0!==t[i]&&e[i]!=t[i])return!1;return!0});return this._mappings.mapResponse(o),o},l.prototype.send=function(t,e){var o=this;this._resultNameCacheCount?e(o.postFilter(t,this._resultNameCache)):this.fetchResults(function(i){e(o.postFilter(t,i))},!0)},p.prototype=Object.create(r.prototype),p.prototype.url=function(t){var e=r.prototype.url.apply(this,arguments);if(arguments.length)for(var o in this._params)switch(o){case"WUID":this.wuid(this._params[o])}return e},p.prototype.wuid=function(t){return arguments.length?(this._wuid=t,this):this._wuid},p.prototype.constructUrl=function(){return r.prototype.getUrl.call(this,{pathname:"WsWorkunits/WUGetStats?WUID="+this._wuid})},p.prototype.send=function(t,e){var o=this.getUrl({pathname:"WsWorkunits/WUGetStats.json?WUID="+this._wuid});return this.jsonp(o,t).then(function(t){return n("WUGetStatsResponse.Statistics.WUStatisticItem",t)?(e&&(console.log("Deprecated: callback, use promise (WsWorkunits_GetStats.prototype.send)"),e(t.WUGetStatsResponse.Statistics.WUStatisticItem)),t.WUGetStatsResponse.Statistics.WUStatisticItem):(e&&(console.log("Deprecated: callback, use promise (WsWorkunits_GetStats.prototype.send)"),e([])),[])})},u.prototype=Object.create(r.prototype),u.prototype.fetchResults=function(t,o){var i=this.getUrl({});this._resultNameCache={},this._resultNameCacheCount=0;var r=this;return this.jsonp(i,t).then(function(t){for(var i in t){t=t[i].Results;break}if(t.Exception)throw Error(t.Exception.reduce(function(t,e,o,i){return t.length&&(t+="\n"),t+e.Source+" "+e.Code+": "+e.Message},""));for(i in t)t[i].Row&&(r._resultNameCache[i]=t[i].Row.map(e),++r._resultNameCacheCount);return o&&(console.log("Deprecated: callback, use promise (HIPIERoxie.prototype.fetchResults)"),o(r._resultNameCache)),r._resultNameCache})},u.prototype.fetchResult=function(t,e){var o=this;return new Promise(function(i,r){e&&(console.log("Deprecated: callback, use promise (HIPIERoxie.prototype.fetchResult)"),e(o._resultNameCache[t])),i(o._resultNameCache[t])})},u.prototype.call=function(t,e){return this.fetchResults(t,e)},h.prototype=Object.create(l.prototype),h.prototype.hipieResults=function(t){if(!arguments.length)return this._hipieResults;this._hipieResultsLength=0,this._hipieResults={};var e=this;return t.forEach(function(t){e._hipieResultsLength++,e._hipieResults[t.id]=t}),this},h.prototype.fetchResults=function(t){var e=this;return l.prototype.fetchResultNames.call(this).then(function(o){var i=[];for(var r in e._hipieResults){var n=e._hipieResults[r];i.push(e.fetchResult(n.from))}return Promise.all(i).then(function(o){return t&&(console.log("Deprecated: callback, use promise (HIPIEWorkunit.prototype.fetchResults)"),t(e._resultNameCache)),e._resultNameCache})})},h.prototype.fetchResult=function(t,e){return l.prototype.fetchResult.call(this,{wuid:this._wuid,resultname:t}).then(function(t){return e&&(console.log("Deprecated: callback, use promise (HIPIEWorkunit.prototype.fetchResult)"),e(t)),t})},h.prototype.call=function(t,e){function o(t){var e={};for(var o in t)void 0!==t[o]&&void 0!==t[o+"_changed"]&&(e[o]=t[o]);var r={};for(var n in i._hipieResults){var a=i._hipieResults[n],s=!0;for(var l in e)if(a.filter.indexOf(l)<0){s=!1;break}s&&(r[a.from]=i._resultNameCache[a.from].filter(function(t){for(var o in e)if(t[o]!=e[o]&&t[o.toLowerCase()]!=e[o])return!1;return!0}))}return r}var i=this;return!t.refresh&&this._resultNameCache&&this._resultNameCacheCount?new Promise(function(e,i){e(o(t))}):this.fetchResults(e).then(function(e){return o(t)})},c.prototype=Object.create(h.prototype),c.prototype.databomb=function(t){return arguments.length?(this._databomb=t,this):this._databomb},c.prototype.databombOutput=function(t,o){return arguments.length?(this._resultNameCacheCount++,this._databomb instanceof Array?this._resultNameCache[t]=this._databomb.map(e):this._resultNameCache[t]=this._databomb[o].map(e),this):void 0},c.prototype.fetchResults=function(t){var e=this;return new Promise(function(o,i){t&&(console.log("Deprecated: callback, use promise (HIPIEDatabomb.prototype.fetchResults)"),t(e._resultNameCache)),o(e._resultNameCache)})},{Basic:a,ESPMappings:i,ESPUrl:o,WsECL:s,WsWorkunits:l,HIPIERoxie:u,HIPIEWorkunit:h,HIPIEDatabomb:c,createESPConnection:function(t){t=t||document.URL;var e=(new o).url(t);return e.isWsWorkunits_GetStats()?(new p).url(t):e.isWsWorkunits()?(new l).url(t):e.isWsEcl()?(new s).url(t):null},hookJsonp:function(t){g=t}}}),function(t,e){"function"==typeof define&&define.amd?define("other/HeatMap.js",["d3","../common/CanvasWidget","simpleheat","../common/Palette"],e):t.other_HeatMap=e(t.d3,t.common_CanvasWidget,t.simpleheat,t.common_Palette)}(this,function(t,e,o,i){function r(){e.call(this)}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._palette=i.rainbow("default"),r.prototype._class+=" other_HeatMap",r.prototype.publish("radius",15,"number","Set point radius",null,{tags:["Basic"]}),r.prototype.publish("blur",15,"number","Set point blur",null,{tags:["Basic"]}),r.prototype.publish("max",1,"number","Set max data value",null,{tags:["Basic"]}),r.prototype.publish("gradient",{.4:"blue",.6:"cyan",.7:"lime",.8:"yellow",1:"red"},"object","Set gradient colors",null,{tags:["Basic"]}),r.prototype.publish("usePalette",!1,"boolean","If true, uses paletteID and colorCount to determine gradient",null,{tags:["Basic"]}),r.prototype.publish("colorCount",10,"number","Top left x-value",null,{tags:["Basic"]}),r.prototype.publish("paletteID","default","set","Palette ID",r.prototype._palette["switch"](),{tags:["Basic"]}),r.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),r.prototype.publish("topLeftX",null,"number","Top left x-value",null,{tags:["Basic"],optional:!0}),r.prototype.publish("topLeftY",null,"number","Top left y-value",null,{tags:["Basic"],optional:!0}),r.prototype.publish("bottomRightX",null,"number","Bottom right x-value",null,{tags:["Basic"],optional:!0}),r.prototype.publish("bottomRightY",null,"number","Bottom right y-value",null,{tags:["Basic"],optional:!0}),r.prototype.enter=function(t,i){e.prototype.enter.apply(this,arguments),this.resize(this._size),this._heat=o(t)},r.prototype.update=function(t,o){if(e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.topLeftX_exists()&&this.topLeftY_exists()&&this.bottomRightX_exists()&&this.bottomRightY_exists()?this._heat.data(this.skewedData()):this._heat.data(this.data()),this.radius()&&this._heat.radius(this.radius(),this.blur()),this.usePalette()){for(var i={},r=1;r<=this.colorCount();r++){var n=r/this.colorCount();i[n]=this._palette(r,1,this.colorCount())}this._heat.defaultGradient=i,this._heat.gradient(i)}else this.gradient()&&(this._heat.defaultGradient=this.gradient(),this._heat.gradient(this.gradient()));this._heat.draw()},r.prototype.exit=function(t,o){delete this._heat,e.prototype.exit.apply(this,arguments)},r.prototype.resize=function(t){e.prototype.resize.apply(this,arguments),void 0!==this._heat&&this._heat.resize()},r.prototype.skewedData=function(){var t=this,e=[],o=this.data(),i=this.element().node().getBoundingClientRect(),r=this.bottomRightX()-this.topLeftX(),n=this.bottomRightY()-this.topLeftY(),a=r/i.width,s=n/i.height;return o.forEach(function(o){var i=Math.abs(o[0]-t.topLeftX()),r=Math.abs(o[1]-t.topLeftY()),n=i/a,l=r/s;e.push([n,l,o[2]])}),e},r}),function(t,e){"function"==typeof define&&define.amd?define("other/Html.js",["../common/HTMLWidget","css!./Html"],e):t.other_Html=e(t.common_HTMLWidget)}(this,function(t){function e(){t.call(this),this._tag="div"}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" other_Html",e.prototype.publish("html","","string","Html to render",null,{tags:["Basic"]}),e.prototype.publish("overflowX",null,"set","CSS overflow-x",["","visible","hidden","scroll","auto","initial","inherit"],{tags:["Basic"],optional:!0}),e.prototype.publish("overflowY",null,"set","CSS overflow-y",["","visible","hidden","scroll","auto","initial","inherit"],{tags:["Basic"],optional:!0}),e.prototype.enter=function(e,o){t.prototype.enter.apply(this,arguments)},e.prototype.update=function(e,o){t.prototype.update.apply(this,arguments),o.style({"overflow-x":this.overflowX_exists()?this.overflowX():"","overflow-y":this.overflowY_exists()?this.overflowY():""});var i=o.selectAll(".htmlWrapper").data(this.data().length>0?this.data():[this.html()]);i.enter().append("div").attr("class","htmlWrapper"),i.html(function(t){return t}),i.exit().remove()},e}),function(t,e){"function"==typeof define&&define.amd?define("other/Paginator.js",["d3","../common/HTMLWidget","css!./Paginator"],e):t.other_Paginator=e(t.d3,t.common_HTMLWidget)}(this,function(t,e){function o(){e.call(this),this._tag="div",this._tNumPages=1,this._numList=[]}return o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype._class+=" other_Paginator",o.prototype.publish("itemsPerPage",2,"number","Pagination items per page",null,{tags:["Private"]}),o.prototype.publish("numItems",10,"number","Pagination total number of items",null,{tags:["Private"]}),o.prototype.publish("pageNumber",1,"number","Pagination set or get the page number",null,{tags:["Private"]}),o.prototype.publish("adjacentPages",2,"number","Number of page indexes either side of current one",null,{tags:["Private"]}),o.prototype.publish("bottom",20,"number","Pagination bottom offset",null,{tags:["Private"]}),o.prototype.publish("right",20,"number","Pagination right offset",null,{tags:["Private"]}),o.prototype.postUpdate=function(t,e){},o.prototype.enter=function(t,o){e.prototype.enter.apply(this,arguments);var i=this;this.paginator=o.append("ul").attr("class","paginator pagination pagination-sm"),this.side=o.append("div").attr("class","paginator pagination side"),this.side.append("span").classed("side",!0).text("Page "),this.side.append("input").attr("type","number").attr("class","currentPageNumber").property("value",1).attr("min",1).on("change",function(){i.pageNumber(this.value),i._onSelect(this.value)}),this.side.append("span").classed("side total",!0).text(" of 1")},o.prototype.update=function(e,o){var i=this;if(o.style("bottom",this.bottom()+"px").style("right",this.right()+"px"),this._tNumPages=Math.ceil(this.numItems()/this.itemsPerPage())||1,this.pageNumber()>this._tNumPages&&this.pageNumber(1),this._numList=[],this.numItems()){this._numList.push("first");for(var r=-this.adjacentPages();r<=this.adjacentPages();r++)this.pageNumber()+r>0&&this.pageNumber()+r<=this._tNumPages&&this._numList.push(this.pageNumber()+r);this._numList.push("last")}this.side.select(".total").text(" of "+this._tNumPages),this.side.select(".currentPageNumber").property("value",this.pageNumber()),this.side.select(".currentPageNumber").attr("max",this._tNumPages);var n=this.paginator.selectAll("li").data(this._numList,function(t){return t});n.enter().append(function(t){var e=document.createElement("li");if(t!==i.pageNumber()){var o=document.createElement("a"),r=document.createTextNode(t);return o.appendChild(r),o.href="#",e.appendChild(o),e}var n=document.createElement("span");return n.innerHTML=t,e.appendChild(n),e}).on("click",function(e,o){switch(t.event.preventDefault(),i.side.select(".currentPageNumber").property("value",i.pageNumber()),e){case"first":1!==i.pageNumber()&&(i.pageNumber(1),i._onSelect(1,"previous"));break;case"last":i.pageNumber()!==i._tNumPages&&(i.pageNumber(i._tNumPages),i._onSelect(i._tNumPages,"previous"));break;default:i.pageNumber(e),i._onSelect(e)}}),n.classed("active",function(t,e){return t===i.pageNumber()}).select("a").text(function(t){return t}),n.exit().remove(),n.order(),0===this.numItems()&&t.select(e).remove()},o.prototype.exit=function(t,o){e.prototype.exit.apply(this,arguments)},o}),function(t,e){"function"==typeof define&&define.amd?define("other/Table.js",["d3","../common/HTMLWidget","./Paginator","../common/Utility","../common/Widget","css!./Table"],e):t.other_Table=e(t.d3,t.common_HTMLWidget,t.other_Paginator,t.common_Utility,t.common_Widget); +}(this,function(t,e,o,i,r){function n(){e.call(this),this._tag="div",this.columns([]),this._paginator=new o,this._selectionBag=new i.Selection,this._selectionPrevClick=null,this._paginatorTableSpacing=4}function a(t,e){return e instanceof r?"Widget with class: "+e.classID():e}n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" other_Table",n.prototype.publish("renderHtmlDataCells",!1,"boolean","enable or disable HTML within cells",null,{tags:["Private"]}),n.prototype.publish("pagination",!0,"boolean","Enable or disable pagination",null,{tags:["Private"]}),n.prototype.publish("paginationLimit",null,"number","Maximum number of rows allowed before pagination defaults to on",null,{tags:["Private"]}),n.prototype.publishProxy("itemsPerPage","_paginator"),n.prototype.publishProxy("pageNumber","_paginator","pageNumber",1),n.prototype.publishProxy("adjacentPages","_paginator"),n.prototype.publish("topN",null,"number","Total number or rows of data to be displayed in the table",null,{tags:["Private"]}),n.prototype.publish("pivot",!1,"boolean","Pivot Table"),n.prototype.publish("showHeader",!0,"boolean","Show or hide the table header",null,{tags:["Private"]}),n.prototype.publish("fixedHeader",!0,"boolean","Enable or disable fixed table header",null,{tags:["Private"]}),n.prototype.publish("fixedColumn",!1,"boolean","Enable or disable fixed first column",null,{tags:["Private"]}),n.prototype.publish("multiSelect",!1,"boolean","Multiple Selection",null,{tags:["Basic"]}),n.prototype.publish("fixedSize",!1,"boolean","Fix Size to Min Width/Height"),n.prototype.publish("theadFontSize",null,"string","Table head font size",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tbodyFontSize",null,"string","Table body font size",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tfootFontSize",null,"string","Table body font size",null,{tags:["Basic"],optional:!0}),n.prototype.publish("theadFontColor",null,"html-color","Table head font color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tbodyFontColor",null,"html-color","Table body font color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tfootFontColor",null,"html-color","Table body font color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("theadFontFamily",null,"string","Table head font family",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tbodyFontFamily",null,"string","Table body font family",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tfootFontFamily",null,"string","Table body font family",null,{tags:["Basic"],optional:!0}),n.prototype.publish("theadCellBorderColor",null,"html-color","Table head cell border color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tfootCellBorderColor",null,"html-color","Table head cell border color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("theadRowBackgroundColor",null,"html-color","Table head row color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tfootRowBackgroundColor",null,"html-color","Table head row color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tbodyCellBorderColor",null,"html-color","Table body cell border color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tbodyRowBackgroundColor",null,"html-color","Table body row color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tbodyFirstColFontColor",null,"html-color","Table body first column font color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tbodyFirstColBackgroundColor",null,"html-color","Table body first column background color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tbodyHoverRowFontColor",null,"html-color","Table body hover row font color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tbodyHoverRowBackgroundColor",null,"html-color","Table body hover row background color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tbodySelectedRowFontColor",null,"html-color","Table body selected row color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tbodySelectedRowBackgroundColor",null,"html-color","Table body selected row color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("tableZebraColor",null,"html-color","Table zebra row color",null,{tags:["Basic"],optional:!0}),n.prototype.publish("totalledColumns",[],"array","Array of indices of the columns to be totalled",null,{tags:["Basic"],optional:!0,disable:function(t){return t.pivot()}}),n.prototype.publish("totalledLabel",null,"string","Adds a label to the first column of the 'Totalled' row",null,{tags:["Basic"],optional:!0,disable:function(t){return t.pivot()}}),n.prototype.publish("stringAlign","left","set","Array of alignment positions for strings",["left","right","center"],{tags:["Basic"],optional:!0}),n.prototype.publish("numberAlign","right","set","Array of alignment positions for numbers",["left","right","center"],{tags:["Basic"],optional:!0}),n.prototype.publish("minWidgetWidth",320,"number","Minimum width of a child widget",null,{tags:["Basic"],optional:!0}),n.prototype.publish("minWidgetHeight",240,"number","Minimum height of a child widget",null,{tags:["Basic"],optional:!0}),n.prototype.publish("sortByFieldIndex",null,"number","Index for the field/column to sort the data",null,{tags:["Basic"],optional:!0}),n.prototype.publish("descending",!1,"boolean","Direction for sorting the data: ascending (true) or descending (false)",null,{tags:["Basic"],optional:!0}),n.prototype.size=function(t){var o=e.prototype.size.apply(this,arguments);if(arguments.length&&this.tableDiv){var i=this.showHeader()&&this.fixedHeader()?this.thead.property("offsetHeight"):0;this.tableDiv.style("width",this._size.width+"px").style("height",this._size.height-i+"px"),this._element.style("width",this._size.width+"px").style("height",this._size.height+"px")}return o},n.prototype.tableColumns=function(t){var e=n.prototype.columns.apply(this,arguments);return!arguments.length&&this.pivot()?this._db.column(0):e},n.prototype.tableData=function(t){var e=n.prototype.data.apply(this,arguments);return!arguments.length&&this.pivot()?this._db.columns().filter(function(t,e){return e>0}):e};var s={transform:function(t){return t}};return n.prototype.field=function(t,e){return this.pivot()?0===e?s:this.fields()[t+1]:-1===t?s:this.fields()[e]},n.prototype.enter=function(t,o){e.prototype.enter.apply(this,arguments),this._parentElement.style("overflow","hidden"),this.tableDiv=o.append("div").attr("class","tableDiv"),this.table=this.tableDiv.append("table"),this.fixedHead=o.append("div").classed("header-wrapper",!0),this.fixedHeadTable=this.fixedHead.append("table"),this.fixedThead=this.fixedHeadTable.append("thead").append("tr"),this.unfixedThead=this.table.append("thead").append("tr"),this.tbody=this.table.append("tbody"),this.tfoot=this.table.append("tfoot").append("tr"),this.fixedCol=o.append("div").classed("rows-wrapper",!0),this.fixedColTable=this.fixedCol.append("table"),this.fixedColHead=this.fixedColTable.append("thead"),this.fixedColHeadRow=this.fixedColHead.append("tr"),this.fixedColBody=this.fixedColTable.append("tbody"),this.fixedColFoot=this.fixedColTable.append("tfoot"),this.fixedColFootRow=this.fixedColFoot.append("tr"),this.tableDiv.style("overflow","auto")},n.prototype.update=function(o,n){function a(){var t=A.width;E=l.tbody.property("offsetWidth")+1,D=t>E?E:t,D=D}function s(){B=l.tbody.property("offsetHeight")+W,B=B}e.prototype.update.apply(this,arguments);var l=this,p=l.tableColumns(),u=l.tableData();this.element().selectAll("table,tbody,th,td").style("width",null),!this.sortByFieldIndex_exists()||this._prevSortByFieldIndex===this.sortByFieldIndex()&&this._prevDescending===this.descending()||(i.multiSort(u,[{idx:this.sortByFieldIndex(),reverse:this.descending()}]),this._prevSortByFieldIndex=this.sortByFieldIndex(),this._prevDescending=this.descending()),this._hasChildWidgets=!1,this.fixedHeader()?this.thead=this.fixedThead:this.thead=this.unfixedThead,this.fixedHead.style("display",this.fixedHeader()?"table-row":"none"),this.unfixedThead.style("display",this.fixedHeader()?"none":"table-row");var h=this.thead.selectAll("th").data(this.showHeader()?p:[]);if(h.enter().append("th").each(function(e){var o=t.select(this);o.append("span").attr("class","thText"),o.append("span").attr("class","thIcon")}).on("click",function(t,e){l.headerClick(t,e)}),h.style("background-color",this.theadRowBackgroundColor()).style("border-color",this.theadCellBorderColor()).style("color",this.theadFontColor()).style("font-size",this.theadFontSize()),h.select(".thText").style("font-family",this.theadFontFamily()).text(function(t,e){return l.field(-1,e).transform(t)}),h.select(".thIcon").text(function(t,e){return l.descending()?l.sortByFieldIndex()===e?"":"":l.sortByFieldIndex()===e?"":""}),h.exit().remove(),h.order(),this.paginationLimit()&&this.pagination(u.length>=parseInt(this.paginationLimit())?!0:!1),this.pagination()){null===this._paginator.target()&&this._paginator.target(n.node());var c=this._calcRowsPerPage(h);this.itemsPerPage(c),this._paginator.numItems(u.length),this._tNumPages=Math.ceil(this._paginator.numItems()/this.itemsPerPage())||1,(this.pageNumber()>this._tNumPages||this.pageNumber()<=0)&&this.pageNumber(1),this._paginator._onSelect=function(t,e){l.pageNumber(t),l.render()}}else this._paginator.numItems(0);var d=this.pageNumber()-1,f=this.itemsPerPage(),g=d*f,m=parseInt(d*f)+parseInt(f),y=null;y=this.topN()?u.slice(0,this.topN()):this.pagination()?u.slice(g,m):u;var _=[this.totalledLabel()?this.totalledLabel():null];if(0!==this.totalledColumns().length){for(var b=0;bI.property("offsetWidth")?k.property("offsetWidth"):I.property("offsetWidth"):k.property("offsetWidth"),this.fixedCol.style("position","absolute").style("margin-top",-this.tableDiv.property("scrollTop")+W+"px"),k.style("width",P+"px"),this.fixedColHead.style("position","absolute").style("margin-top",(this.fixedHeader()?this.tableDiv.property("scrollTop"):0)-W+"px"),I.style("width",P+"px"),S.each(function(e,o){var i=t.select(this).select("td").property("offsetHeight");t.select(k[o][0]).style("height",i+"px")})),this.table.style("margin-left",-P+"px"),this.tableDiv.style("margin-left",P+"px").style("width",this.width()-P+"px"),this._paginator.render(),this._paginator.right((this.hasVScroll(this.tableDiv)?this.getScrollbarWidth():0)+this._paginatorTableSpacing).bottom((this.hasHScroll(this.tableDiv)?this.getScrollbarWidth():0)+this._paginatorTableSpacing).render(),S.empty()||this.setColumnWidths(S),this.fixedSize()){var N=t.select(".tableDiv > table").node();if(N){var B,D,E,A=N.getBoundingClientRect();0!==A.width&&0!==A.height?(a(),s()):(A.height-W<=l.tableDiv.property("offsetHeight")?s():l.fixedHeader()?(B=l.property("offsetHeight"),B+="px"):B="100%",A.width-P=i?o:i;this.style.width=n+"px",!r.empty()&&r[0][e]&&(r[0][e].style.width=n+"px"),a+=n}),this.thead.style("position",this.fixedHeader()?"absolute":"relative").style("width",a+"px").style("margin-top","0px"),this.table.style("width",a+"px"),this.tableDiv.style("margin-top",(o.fixedHeader()?n:0)+"px"),this.tbody.style("width",a+"px")},n.prototype.getBodyRow=function(t){return this.table.selectAll("tbody tr.trId"+this._id).filter(function(e,o){return o===t})},n.prototype.getFixedRow=function(t){return this._element.selectAll(".rows-wrapper tbody tr").filter(function(e,o){return o===t})},n.prototype.setOnScrollEvents=function(t,e){var o=this;t.onscroll=function(t){var i=t.target.scrollTop,r=t.target.scrollLeft;o.fixedHeader()&&o.thead.style("margin-left",-r+"px"),o.fixedColumn()&&(o.fixedCol.style("margin-top",-i+e+"px"),o.fixedHeader()&&o.fixedColHead.style("margin-top",i-e+"px"))}},n.prototype._generateTempRow=function(){var t=this.tbody.append("tr");return t.append("td").text("QQQ"),t},n.prototype._createSelectionObject=function(e){var o=this;return{_id:e,element:function(){return o.tbody?o.tbody.selectAll("tr").filter(function(t){return t===e}):t.select()}}},n.prototype._calcRowsPerPage=function(t){0===this._paginator.numItems()&&(this._paginator.numItems(1),this.itemsPerPage(1)),this._paginator.render();var e=this.thead.selectAll("th").node()?this.thead.selectAll("th").node().clientHeight:0,o=this.tfoot.selectAll("td").node()?this.tfoot.selectAll("td").node().clientHeight:0,i=this._generateTempRow(),r=i.node().clientHeight;i.remove();var n=this.calcHeight(this._paginator.element()),a=Math.floor((this.height()-e-o-n-(this.table.style("width")>=this.table.style("width")?this.getScrollbarWidth():0)-2*this._paginatorTableSpacing)/r)||1;return a},n.prototype.sort=function(t){return this.sortByFieldIndex()!==t?this.descending(!1):this.descending(!this.descending()),this.sortByFieldIndex(t),this},n.prototype.selection=function(t){return arguments.length?(this._selectionBag.set(t.map(function(t){return this._createSelectionObject(t)},this)),this):this._selectionBag.get().map(function(t){return t._id})},n.prototype.selectionBagClick=function(e,o){if(this.multiSelect()&&t.event.shiftKey&&this._selectionPrevClick){var i=!1,r=[],n=this.tableData().filter(function(t,o){var n=!1;return(t===e||t===this._selectionPrevClick)&&(i&&(n=!0),i=!i,r.push(o)),i||n},this);this.selection(n)}else if(this.multiSelect())this._selectionBag.click(this._createSelectionObject(e),t.event),this._selectionPrevClick=e;else{var a=this._createSelectionObject(e);this._selectionBag.click(a,{ctrlKey:this._selectionBag.isSelected(a)}),this._selectionPrevClick=e}this.render()},n.prototype.applyHoverRowStyles=function(t){var e=this;t.style("color",e.tbodyHoverRowFontColor()).style("background-color",e.tbodyHoverRowBackgroundColor())},n.prototype.applySelectedRowStyles=function(t){var e=this;t.style("color",e.tbodySelectedRowFontColor()).style("background-color",e.tbodySelectedRowBackgroundColor())},n.prototype.applyRowStyles=function(t,e){var o=t.datum().row;t.style("color",e?this.tbodyFirstColFontColor():this.tbodyFontColor()).style("background-color",e?this.tbodyFirstColBackgroundColor():this.tableZebraColor_exists()&&this.tableData().indexOf(o)%2?this.tbodyRowBackgroundColor():this.tableZebraColor())},n.prototype.applyFirstColRowStyles=function(t){this.applyStyleToRows(t,!0)},n.prototype.applyStyleToRows=function(e,o){o="undefined"!=typeof o?o:!1;var i=this;e.each(function(){var e=t.select(this);e.classed("hover")?i.applyHoverRowStyles(e):e.classed("selected")?i.applySelectedRowStyles(e):i.applyRowStyles(e,o)})},n.prototype.getColumnAlignment=function(t,e,o){var i=this.field(t,e);switch(i.__prop_type){case"string":return this.stringAlign();case"number":return this.numberAlign();case"":case void 0:switch(typeof o){case"string":return this.stringAlign();case"number":return this.numberAlign()}}return null},n.prototype.serializeState=function(){return{selection:this._selectionBag.get().map(function(t){return t._id}),data:this.data()}},n.prototype.deserializeState=function(t){if(t){if(t.selection){var e=this;this._selectionBag.set(t.selection.map(function(t){return e._createSelectionObject(t)}))}t.data&&this.data(t.data)}return this},n.prototype.click=function(t,e,o){console.log("click: "+JSON.stringify(t,a)+", "+e+","+o)},n.prototype.dblclick=function(t,e,o){console.log("dblclick: "+JSON.stringify(t,a)+", "+e+","+o)},n.prototype.headerClick=function(t,e){this.sort(e).render()},n}),function(t,e){"function"==typeof define&&define.amd?define("other/Legend.js",["d3","./Table","../common/Palette","css!./Legend"],e):t.other_Legend=e(t.d3,t.other_Table,t.common_Palette)}(this,function(t,e,o){function i(){e.call(this),this.showHeader(!1)}function r(t){return'
'}return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.prototype._class+=" other_Legend",i.prototype.publish("dataFamily","ND","set","Type of data",["1D","2D","ND","map","any"],{tags:["Private"]}),i.prototype.publish("orientation","vertical","set","Orientation of Legend rows",["vertical","horizontal"],{tags:["Private"]}),i.prototype.publish("rainbowFormat",",","string","Rainbow number formatting",null,{tags:["Private"],optional:!0,disable:function(t){return!t.isRainbow()}}),i.prototype.publish("rainbowBins",8,"number","Number of rainbow bins",null,{tags:["Private"],disable:function(t){return!t.isRainbow()}}),i.prototype.isRainbow=function(){var t=this.getWidget();return t&&t._palette&&"rainbow"===t._palette.type()},i.prototype.targetWidget=function(t){if(!arguments.length)return this._targetWidget;this._targetWidget=t,this._targetWidgetMonitor&&(this._targetWidgetMonitor.remove(),delete this._targetWidgetMonitor);var e=this;return this._targetWidgetMonitor=this._targetWidget.monitor(function(t,o,i,r){switch(t){case"chart":case"columns":case"data":case"paletteID":e.lazyRender()}}),this},i.prototype.getWidget=function(){if(this._targetWidget)switch(this._targetWidget.classID()){case"chart_MultiChart":return this._targetWidget.chart()}return this._targetWidget},i.prototype.getPalette=function(){var t=this.getWidget();if(t&&t._palette)switch(t._palette.type()){case"ordinal":return o.ordinal(t._palette.id());case"rainbow":return o.rainbow(t._palette.id())}return o.ordinal("default")},i.prototype.enter=function(o,i){e.prototype.enter.apply(this,arguments),t.select(o.parentNode).style("overflow-y","auto"),this.renderHtmlDataCells(!0),this.fixedHeader(!1),this.fixedSize(!0),i.classed("other_Legend",!0)},i.prototype.update=function(o,i){var n=["Key","Label"],a=[];if(this._targetWidget){var s=this.getPalette();switch(s.type()){case"ordinal":switch(this.dataFamily()){case"2D":a=this._targetWidget.data().map(function(t){return[r(s(t[0])),t[0]]},this);break;case"ND":var l=this._targetWidget.columns();a=l.filter(function(t,e){return e>0}).map(function(t){return[r(s(t)),t]},this)}break;case"rainbow":var p=t.format(this.rainbowFormat()),u=this.getWidget(),h=this.rainbowBins(),c=u._dataMinWeight,d=u._dataMaxWeight,f=(d-c)/(h-1);a.push([r(s(c,c,d)),p(c)]);for(var g=1;h-1>g;++g){var m=f*g;a.push([r(s(m,c,d)),p(Math.floor(m))])}a.push([r(s(d,c,d)),p(d)])}}this.columns(n),this.data(a),e.prototype.update.apply(this,arguments),i.classed("horiz-legend","horizontal"===this.orientation());var y=i.select(".tableDiv > table"),_=y.node().getBoundingClientRect(),b=this._parentElement.node().getBoundingClientRect();i.select(".tableDiv").style({overflow:"visible"});var v=b.height/2-_.height/2,w=b.width/2-_.width/2;y.style({position:"absolute",top:v+"px",left:w+"px"});var x=this.pageNumber()-1,C=this.itemsPerPage(),S=x*C,T=parseInt(x*C)+parseInt(C),W=null;W=this.pagination()?this.data().slice(S,T):this.data();var P=this.tbody.selectAll("tr").data(W),I=this;P.on("click",function(t,e){I.onClick(t,e)}).on("mouseover",function(t,e){I.onMouseOver(t,e)})},i.prototype.exit=function(t,o){this._targetWidgetMonitor&&(this._targetWidgetMonitor.remove(),delete this._targetWidgetMonitor),e.prototype.exit.apply(this,arguments)},i.prototype.onClick=function(t,e){console.log("Legend onClick method"),console.log("rowData: "+t),console.log("rowIdx: "+e)},i.prototype.onMouseOver=function(t,e){console.log("Legend onMouseOver method"),console.log("rowData: "+t),console.log("rowIdx: "+e)},i}),function(t,e){"function"==typeof define&&define.amd?define("other/MorphText.js",["../common/SVGWidget","css!./MorphText"],e):t.other_MorphText=e(t.common_SVGWidget)}(this,function(t){function e(){t.call(this)}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" other_MorphText",e.prototype.publish("anchor","middle","set","Sets anchor point",["middle"],{tags:["Basic"]}),e.prototype.publish("fontSize",14,"number","Sets fontsize",null,{tags:["Basic"]}),e.prototype.publish("reverse",!1,"boolean","Reverse Animation",null,{tags:["Basic"]}),e.prototype.publish("text","","string","Sets text/data of widget",null,{tags:["Basic"]}),e.prototype._origText=e.prototype.text,e.prototype.text=function(t){var o=e.prototype._origText.apply(this,arguments);if(arguments.length){var i={},r=t.split("");this.data(r.map(function(t){var e="_"+t;return void 0===i[e]&&(i[e]=0),i[e]++,{text:t,id:t.charCodeAt(0)+1024*i[e]}}))}return o},e.prototype.enter=function(t,e){if(!this.fontSize()){var o=window.getComputedStyle(t,null);this.fontSize(parseInt(o.fontSize))}this._fontWidth=32*this.fontSize()/48,this._textElement=e.append("g")},e.prototype.dateTime=function(){var t=new Date,e=1===t.getSeconds().toString().length?"0"+t.getSeconds():t.getSeconds(),o=1===t.getMinutes().toString().length?"0"+t.getMinutes():t.getMinutes(),i=1===t.getHours().toString().length?"0"+t.getHours():t.getHours(),r=t.getHours()>=12?"pm":"am",n=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],a=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];return a[t.getDay()]+" "+n[t.getMonth()]+" "+t.getDate()+" "+t.getFullYear()+" "+i+":"+o+":"+e+r},e.prototype.update=function(t,e){var o=this,i=this._textElement.selectAll("text").data(this.data(),function(t){return t.id});i.attr("class","update"),this.transition.apply(i).attr("x",function(t,e){return(-o.data().length/2+e)*o._fontWidth+o._fontWidth/2});var r=i.enter().append("text").attr("class","enter").attr("font-size",this.fontSize()).attr("dy",".35em").attr("y",(this.reverse()?1:-1)*this._fontWidth*2).attr("x",function(t,e){return(-o.data().length/2+e)*o._fontWidth+o._fontWidth/2}).style("fill-opacity",1e-6).style("text-anchor",this.anchor()).text(function(t){return t.text});this.transition.apply(r).attr("y",0).style("fill-opacity",1),i.exit().attr("class","exit"),this.transition.apply(i.exit()).attr("y",(this.reverse()?-1:1)*this._fontWidth*2).style("fill-opacity",1e-6).remove()},e}),function(t,e){"function"==typeof define&&define.amd?define("other/NestedTable.js",["./Table"],e):t.other_NestedTable=e(t.other_Table)}(this,function(t){function e(e){t.call(this),this.minWidgetHeight(240),this.minWidgetWidth(360)}e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype._class+=" other_NestedTable";var o=e.prototype.columns;e.prototype.columns=function(t){return arguments.length?(this._columns=t,o.call(this,t.map(function(t){return"object"==typeof t?t.label:t}))):o.apply(this,arguments)};var i=e.prototype.data;return e.prototype.data=function(e){if(arguments.length){var o=this;return i.call(this,e.map(function(e){return e.map(function(e,i){if(e instanceof Array){var r=[];if("object"==typeof o._columns[i]&&o._columns[i].columns)r=o._columns[i].columns;else for(var n=0;n=p&&(clearInterval(n),p=void 0,t[a](l),--i)},20)})}break;default:t[o.id](e.__properties[o.id])}});var a=setInterval(function(){if(0>=i){if(clearInterval(a),i=void 0,e.__data)for(var r in e.__data)switch(r){case"data":t.data(e.__data[r]);break;default:console.log("Unexpected __data item: "+r),t[r](e.__data[r])}e.__state&&(t.deserializeState?t.deserializeState(e.__state):e.__state.data&&t.data&&t.data(e.__state.data)),o(t)}},20)},deserialize:function(t,e,o){"string"==typeof e&&(e=JSON.parse(e)),e.__id&&0!==e.__id.indexOf(t._idSeed)&&t._id!==e.__id&&console.log("Deserialize: IDs do not match - "+t._id), +this.deserializeFromObject(t,e,o)},create:function(e,o){"string"==typeof e&&(e=JSON.parse(e));var i=this;t.requireWidget(e.__class).then(function(t){var r=new t;e.__id&&0!==e.__id.indexOf(r._idSeed)&&0!==e.__id.indexOf("_pe")&&(r._id=e.__id),i.deserializeFromObject(r,e,o)})["catch"](function(t){console.log("Persist.create: ***exception***"),console.log(t),o(null)})},clone:function(t,e){this.create(this.serializeToObject(t,[],!0,!0),e)}}}),function(t,e){"function"==typeof define&&define.amd?define("other/PropertyEditor",["d3","../common/HTMLWidget","../other/Persist","../layout/Grid","../common/Widget","css!./PropertyEditor"],e):t.other_PropertyEditor=e(t.d3,t.common_HTMLWidget,t.other_Persist,t.layout_Grid,t.common_Widget)}(this,function(t,e,o,i,r){function n(t){switch(t){case"widget":case"widgetArray":case"propertyArray":return!0}return!1}function a(){e.call(this),this._parentPropertyEditor=null,this._tag="div",this._show_settings=!1}a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" other_PropertyEditor",a.prototype.publish("showFields",!1,"boolean","If true, widget.fields() will display as if it was a publish parameter.",null,{tags:["Basic"]}),a.prototype.publish("showData",!1,"boolean","If true, widget.data() will display as if it was a publish parameter.",null,{tags:["Basic"]}),a.prototype.publish("sorting","none","set","Specify the sorting type",["none","A-Z","Z-A","type"],{tags:["Basic"],icons:["fa-sort","fa-sort-alpha-asc","fa-sort-alpha-desc","fa-sort-amount-asc"]}),a.prototype.publish("hideNonWidgets",!1,"boolean","Hides non-widget params (at this tier only)",null,{tags:["Basic"]}),a.prototype.publish("label","","string","Label to display in header of property editor table",null,{tags:["Basic"]}),a.prototype.publish("filterTags","","set","Only show Publish Params of this type",["Basic","Intermediate","Advance",""],{}),a.prototype.publish("excludeTags",[],"array","Exclude this array of tags",null,{}),a.prototype.publish("excludeParams",[],"array","Exclude this array of params (widget.param)",null,{}),a.prototype.publish("widget",null,"widget","Widget",null,{tags:["Basic"],render:!1}),a.prototype.parentPropertyEditor=function(t){return arguments.length?(this._parentPropertyEditor=t,this):this._parentPropertyEditor},a.prototype._widgetOrig=a.prototype.widget,a.prototype.widget=function(t){if(arguments.length&&this._widgetOrig()===t)return this;var e=a.prototype._widgetOrig.apply(this,arguments);if(arguments.length&&(this.watchWidget(t),t instanceof i)){var o=this;t.postSelectionChange=function(){o._selectedItems=t._selectionBag.get().map(function(t){return t.widget}),o.render()}}return e},a.prototype.show_settings=function(t){return arguments.length?(this._show_settings=t,this):this._show_settings},a.prototype.rootWidgets=function(){return this._selectedItems&&this._selectedItems.length?this._selectedItems:this.show_settings()?[this]:this.widget()?[this.widget()]:[]},a.prototype.update=function(o,i){e.prototype.update.apply(this,arguments);var r=this,n=this.rootWidgets().filter(function(t){return t._owningWidget&&t._owningWidget.excludeObjs instanceof Array&&-1!==t._owningWidget.excludeObjs.indexOf(t.classID())?!1:!0}),a=i.selectAll(".table"+this.id()).data(n,function(t){return t.id()});a.enter().append("table").attr("class","property-table table"+this.id()).each(function(e){var o=t.select(this);o.append("thead").append("tr").append("th").datum(o).attr("colspan","2").each(function(e){var o=t.select(this);o.append("span"),r.thButtons(o)}),o.append("tbody")}),a.each(function(e){var o=t.select(this);o.select("thead > tr > th > span").text(function(t){var e="";return r.label()&&(e+=r.label()),e}),o.selectAll("i").classed("fa-eye",!r.hideNonWidgets()).classed("fa-eye-slash",r.hideNonWidgets()),r.renderInputs(o.select("tbody"),e)}),a.exit().each(function(t){r.renderInputs(i.select("tbody"),null)}).remove()},a.prototype.exit=function(t,o){e.prototype.exit.apply(this,arguments),this.watchWidget(null)};var s=0;return a.prototype.watchWidget=function(t){if(this._watch&&(window.__hpcc_debug&&(--s,console.log("watchDepth: "+s)),this._watch.remove(),delete this._watch),t){var e=this;this._watch=t.monitor(function(t,o,i){i!==o&&e.lazyRender()}),window.__hpcc_debug&&(++s,console.log("watchDepth: "+s))}},a.prototype.thButtons=function(t){var e=this,o=t.append("i").attr("class","fa fa-minus-square-o").on("click",function(t){t.classed("property-table-collapsed",!t.classed("property-table-collapsed")),o.classed("fa-minus-square-o",!t.classed("property-table-collapsed")).classed("fa-plus-square-o",t.classed("property-table-collapsed"))});if(null===this.parentPropertyEditor()){var i=t.append("i").attr("class","fa "+e.__meta_sorting.ext.icons[e.sorting_options().indexOf(e.sorting())]).on("click",function(){var t=e.sorting(),o=e.sorting_options(),r=e.__meta_sorting.ext.icons;i.classed(r[o.indexOf(t)],!1).classed(r[(o.indexOf(t)+1)%o.length],!0),e.sorting(o[(o.indexOf(t)+1)%o.length]).render()}),r=t.append("i").attr("class","fa "+(e.hideNonWidgets()?"fa-eye-slash":"fa-eye")).on("click",function(){r.classed("fa-eye",e.hideNonWidgets()).classed("fa-eye-slash",!e.hideNonWidgets()),e.hideNonWidgets(!e.hideNonWidgets()).render()});r.classed("fa-eye",!e.hideNonWidgets()).classed("fa-eye-slash",e.hideNonWidgets())}},a.prototype.gatherDataTree=function(t){if(!t)return null;var e={label:t.id()+" ("+t.classID()+")",children:[]},i=o.discover(t);return i.forEach(function(o){var i={label:o.id,children:[]};switch(o.type){case"widget":i.children.push(this.gatherDataTree(t[o.id]()));break;case"widgetArray":case"propertyArray":var r=t[o.id]();r&&r.forEach(function(t){i.children.push(this.gatherDataTree(t))},this)}e.children.push(i)},this),e},a.prototype.getDataTree=function(){return this.gatherDataTree(this.rootWidget())},a.prototype._rowSorting=function(t){if("type"===this.sorting()){var e=["boolean","number","string","html-color","array","object","widget","widgetArray","propertyArray"];t.sort(function(t,o){return t.type===o.type?t.ide.id?-1:1})},a.prototype.filterInputs=function(t){var e=o.discover(t);if((this.filterTags()||this.excludeTags().length>0||this.excludeParams.length>0)&&t instanceof a==!1){var i=this;return e.filter(function(e,o){for(var r=0;r2?(n=l[0],a=l[1],s=l[2]):(n=l[0],s=l[1]),-1!==t["class"]().indexOf(n))return e.id===s?!1:!0}return i.excludeTags().length>0&&e.ext&&e.ext.tags&&e.ext.tags.some(function(t){return i.excludeTags().indexOf(t)>-1})?!1:i.filterTags()&&e.ext&&e.ext.tags&&-1!==e.ext.tags.indexOf(i.filterTags())||!i.filterTags()?!0:!1})}return e},a.prototype.renderInputs=function(e,o){var i=this,r=[],a=!this.show_settings()&&this.showFields();o&&(r=this.filterInputs(o).filter(function(t){return"fields"!==t.id?!0:a}),!this.show_settings()&&this.showData()&&o.data&&r.push({id:"data",type:"array"}),this.hideNonWidgets()&&(r=r.filter(function(t){return n(t.type)})),this._rowSorting(r));var s=e.selectAll("tr.prop"+this.id()).data(r,function(t){return t.id});s.enter().append("tr").attr("class","property-wrapper prop"+this.id()).each(function(e){var r=t.select(this);if(n(e.type))r.classed("property-widget-wrapper",!0),r.append("td").attr("colspan","2");else{r.classed("property-input-wrapper",!0),r.append("td").classed("property-label",!0).text(e.id);var a=r.append("td").classed("property-input-cell",!0);i.enterInputs(o,a,e)}}),s.each(function(e){var r=t.select(this);r.classed("disabled",o[e.id+"_disabled"]&&o[e.id+"_disabled"]()),r.attr("title",e.description),n(e.type)?i.updateWidgetRow(o,r.select("td"),e):i.updateInputs(o,e)}),s.exit().each(function(e){var r=t.select(this);n(e.type)&&i.updateWidgetRow(o,r.select("td"),null)}).remove(),s.order()},a.prototype.updateWidgetRow=function(e,o,i){var r=[];e&&i&&(r=e[i.id]()||[]);var n=r instanceof Array?r:[r];if(i&&i.ext&&i.ext.autoExpand){var s=!0,l=n.filter(function(t,o){return s=t.publishedModified(),t._owner=e,s||o===n.length-1},this),p=n.length-l.length;s&&(p=!0,l.push(new i.ext.autoExpand(e))),p&&(e[i.id](l),n=l)}var u=this,h=o.selectAll("div.propEditor"+this.id()).data(n,function(t){return t.id()});h.enter().append("div").attr("class","property-input-cell propEditor"+this.id()).each(function(e){t.select(this).attr("data-widgetid",e.id()).property("data-propEditor",(new a).label(i.id).target(this))}),h.each(function(e){t.select(this).property("data-propEditor").parentPropertyEditor(u).showFields(u.showFields()).showData(u.showData()).sorting(u.sorting()).filterTags(u.filterTags()).excludeTags(u.excludeTags()).excludeParams(u.excludeParams()).hideNonWidgets(u.hideNonWidgets()&&e._class.indexOf("layout_")>=0).widget(e).render()}),h.exit().each(function(e){var o=t.select(this);o.property("data-propEditor").widget(null).render().target(null),o.property("data-propEditor",null)}).remove()},a.prototype.setProperty=function(t,e,o){for(var i=this;i&&t;)if(i===this&&t[e](o),t._parentElement){var r=i;t.render(function(t){r.render()}),i=null}else i=i.parentPropertyEditor(),t=i.widget()},a.prototype.enterInputs=function(e,o,i){o.classed(i.type+"-cell",!0);var r=this;switch(i.type){case"boolean":o.append("input").attr("id",this.id()+"_"+i.id).classed("property-input",!0).attr("type","checkbox").on("change",function(){r.setProperty(e,i.id,this.checked)});break;case"set":o.append("select").attr("id",this.id()+"_"+i.id).classed("property-input",!0).on("change",function(){r.setProperty(e,i.id,this.value)}).each(function(o){for(var r=t.select(this),n=e[i.id+"_options"](),a=0;ae.text?o?-1:1:0})}return this.optional()&&e.unshift({value:"",text:""}),e},o.prototype.enter=function(o,i){e.prototype.enter.apply(this,arguments),this._span=i.append("span"),this._label=this._span.append("label").attr("for",this.id()+"_select");var r=this;this._select=this._span.append("select").attr("id",this.id()+"_select").on("change",function(e){for(var o=[],i=r._select.node().options,n=0;n1?t+" ":t}).join("");return e.replace(/(?:^|\s)\S/g,function(t){return t.toUpperCase()})}function a(t,e,o,i){function r(t,e){var o="";return t.set.forEach(function(t){var i=t===e?" selected":"";o+=""}),o}var n,a="",s="te-input-"+t.id+"-"+i;"undefined"!=typeof t.ext&&"undefined"!=typeof t.ext.inputType&&(n=t.ext.inputType),"undefined"!=typeof t.inputID&&(s=t.inputID);var l="data-paramid='"+t.id+"' data-wids='"+o.map(function(t){return"object"==typeof t.widget?t.widget._id:t}).join(",")+"'";switch(t.type){case"boolean":var p=e?" checked":"";a="";break;case"number":"undefined"!=typeof n?"textarea"===n?a="":"range"===n&&(a=""):a="";break;case"string":"undefined"!=typeof n?"textarea"===n&&(a=""):a="";break;case"html-color":var u=""===e?"":" value='"+e+"'";a="",a+="";break;case"set":var h=r(t,e);a="";break;case"array":a=""}return"undefined"!=typeof t.ext.saveButton&&(a+=""),a}var s=function(t){return"function"==typeof window.g_defaultThemes&&window.g_defaultThemes(t),JSON.parse(localStorage.getItem("themeEditorThemes")||"{}")},l=function(t){return"function"==typeof window.g_defaultSerials&&window.g_defaultSerials(t),JSON.parse(localStorage.getItem("themeEditorSerials")||"{}")},p=function(t){var e=s(),o=[];for(var i in e)o.push(i);return"undefined"!=typeof t&&"undefined"!=typeof o[t]&&(o=o[t]),o},u=function(t){var e=l(),o=[];for(var i in e)o.push(i);return"undefined"!=typeof t&&"undefined"!=typeof o[t]&&(o=o[t]),o};r.prototype=Object.create(e.prototype),r.prototype._class+=" other_ThemeEditor",r.prototype.publish("themeMode",!0,"boolean","Edit default values",null,{tags:["Basic"]}),r.prototype.publish("saveTheme","","string","Save Theme",null,{tags:["Basic","Theme"],saveButton:"Save",saveButtonID:"te-save-button"}),r.prototype.publish("loadedTheme",p(1),"set","Loaded Theme",p(),{tags:["Basic","Theme"]}),r.prototype.publish("saveSerial","","string","Save Serial",null,{tags:["Basic","Serial"],saveButton:"Save",saveButtonID:"te-save-button"}),r.prototype.publish("loadedSerial",u(0),"set","Loaded Serial",u(),{tags:["Basic","Serial"]}),r.prototype.publish("showColumns",!0,"boolean","Show Columns",null,{tags:["Intermediate"]}),r.prototype.publish("showData",!0,"boolean","Show Data",null,{tags:["Intermediate"]}),r.prototype.publish("shareCountMin",1,"number","Share Count Min",null,{tags:["Private"]}),r.prototype.publish("paramGrouping","By Param","set","Param Grouping",["By Param","By Widget"],{tags:["Private"]}),r.prototype.publish("editorComplexity","Basic","set","Choose what publish properties to display within the editor.",["Basic","Intermediate","Advanced","Private"],{tags:["Private"]}),r.prototype.publish("sectionTitle","","string","Section Title",null,{tags:["Private"]}),r.prototype.publish("collapsibleSections",!0,"boolean","Collapsible Sections",null,{tags:["Intermediate"]}),r.prototype.getThemes=s,r.prototype.getSerials=l,r.prototype.getDefaultThemes=p,r.prototype.getDefaultSerials=u,r.prototype.showSettings=function(t){return arguments.length?(this._showSettings=t,this):this._showSettings},r.prototype.onChange=function(t,e){},r.prototype.enter=function(t,o){e.prototype.enter.apply(this,arguments),this._parentElement.style("overflow","auto")};var h=function(t){var e=!1;return"undefined"==typeof t._current_grouping?t._current_grouping=t._group_params_by:t._current_grouping!==t._group_params_by&&(e=!0),"undefined"==typeof t._showing_columns?t._showing_columns=t.showColumns():t._showing_columns!==t.showColumns()&&(e=!0),"undefined"==typeof t._showing_data?t._showing_data=t.showData():t._showing_data!==t.showData()&&(e=!0),e};return r.prototype.widgetProperty=function(t,e,o){return void 0===o?t[e]():t[e](o)},r.prototype.load=function(){},r.prototype.save=function(){},r.prototype.needsPropTableRedraw=function(t,e){var o=null===document.getElementById("te-themeEditorOptions");return o},r.prototype.update=function(t,i){e.prototype.update.apply(this,arguments),h(this)&&i.selectAll("#"+this._id+" > table").remove(),this._current_grouping=this.paramGrouping(),this._widgetObjsById[this._id]=this,this._sharedProperties=this.findSharedProperties(this.data());var r=this.needsPropTableRedraw();if(r&&this.showSettings()){var n=o.discover(this);for(var s in n)if(-1!==n[s].ext.tags.indexOf(this.editorComplexity())){var l=this[n[s].id]();("loadedTheme"===n[s].id||"loadedSerial"===n[s].id)&&(n[s].inputID="te-load-theme"),n[s].input=a(n[s],l,[this._id],this._id)}else delete n[s];t.innerHTML=this.propertiesTableHtml(n);var p=document.createEvent("Events");p.initEvent("TE Properties Ready",!0,!0),document.dispatchEvent(p)}this.buildTableObjects(t,this._sharedProperties),this.initFunctionality(t)},r.prototype.exit=function(t,o){e.prototype.exit.apply(this,arguments)},r.prototype.click=function(t){},r.prototype.propertiesTableHtml=function(t){var e={id:"te-themeEditorOptions",label:"Editor Options",rowArr:[]},o={id:"te-tableModeOptions",label:this.themeMode()?"Save/Load Theme":"Save/Load Serial",rowArr:[]};for(var i in t)this.themeMode()?-1===t[i].ext.tags.indexOf("Theme")&&-1===t[i].ext.tags.indexOf("Serial")?e.rowArr.push({th:n(t[i].id),td:t[i].input,trClass:"propertyRow"}):-1!==t[i].ext.tags.indexOf("Theme")&&o.rowArr.push({th:n(t[i].id),td:t[i].input,trClass:"propertyRow"}):-1===t[i].ext.tags.indexOf("Serial")&&-1===t[i].ext.tags.indexOf("Theme")?e.rowArr.push({th:n(t[i].id),td:t[i].input,trClass:"propertyRow"}):-1!==t[i].ext.tags.indexOf("Serial")&&o.rowArr.push({th:n(t[i].id),td:t[i].input,trClass:"propertyRow"});var r="";return e.rowArr.length>0&&(r+=this.tableObjHtml(e)),o.rowArr.length>0&&(r+=this.tableObjHtml(o)),r},r.prototype.buildTableObjects=function(t,e){var o={};o=this.themeMode()?{chartColorSection:{id:"te-colorOptions",label:"Chart Colors",rowObjArr:[]},surfaceSection:{id:"te-containerOptions",label:"Container Styles/Colors",rowObjArr:[]},fontSection:{id:"te-fontOptions",label:"Font Styles/Colors",rowObjArr:[]}}:{nonSurfaceSection:{id:"te-chartOptions",label:"Chart Properties",rowObjArr:[]}};for(var i in e)this.themeMode()?-1===i.toUpperCase().indexOf("FONT")||-1!==e[i].arr[0].widget._class.indexOf("layout_Surface")&&-1!==i.toUpperCase().indexOf("COLOR")?"paletteID"===i?o.chartColorSection.rowObjArr.push(e[i]):-1!==e[i].arr[0].widget._class.indexOf("layout_Surface")&&o.surfaceSection.rowObjArr.push(e[i]):o.fontSection.rowObjArr.push(e[i]):-1===e[i].arr[0].widget._class.indexOf("layout_Surface")&&o.nonSurfaceSection.rowObjArr.push(e[i]);var r="";for(var n in o)r+=this.sharedPropertyTableHtml(o[n]);t.innerHTML+=r},r.prototype.initFunctionality=function(t){function e(t){if(r.showSettings()){var e=document.getElementById("te-save-button");e.onclick=function(t){var e=t.srcElement,o=e.previousSibling.value;if(o.length>1){var i,n=document.getElementById("te-load-theme"),a=n.getElementsByTagName("option"),s=!1;for(var l in a){var p=a[l].value;p===o&&(s=!0)}if(s){var u=confirm("'"+o+"' already exists. Do you want to overwrite the existing save? ");u&&(i=r.save(o))}else i=r.save(o),n.innerHTML+="";e.previousSibling.value="",n.value=o}else alert("Save Name cannot be empty.")}}}function o(t){var e=t.getElementsByClassName("te-input");for(var o in e){if(isNaN(parseInt(o)))break;var i=e[o],n=i.getAttribute("id");"te-load-theme"===n?i.onchange=function(t){var e=t.srcElement;r.load(e.value)}:null!==n&&-1!==n.indexOf("te-input-themeMode")?i.onchange=function(t){var e=t.srcElement;r.themeMode(e.checked);var o=document.getElementById("te-load-theme"),i=null!==o?o.value:"Default";r.load(i)}:("INPUT"===i.tagName||"SELECT"===i.tagName||"TEXTAREA"===i.tagName)&&(i.onchange=function(t){var e=t.srcElement,o=e.getAttribute("id");-1!==e.className.split(" ").indexOf("te-html-color-button")&&(o=e.previousSibling.getAttribute("id"),e.previousSibling.value=e.value);var i=e.getAttribute("type"),n=o.split("-"),a=n.slice(0,n.length-1).join("-")+"-",s=e.getAttribute("data-wids"),l=e.getAttribute("data-paramid"),p=s.split(",");p.forEach(function(t){var o=a+t,n=document.getElementById(o);if("checkbox"===i)n.checked=e.checked,r._widgetObjsById[t][l](e.checked);else if("array"===e.getAttribute("data-type")){n.value=e.value;try{r._widgetObjsById[t][l](JSON.parse(e.value))}catch(s){}}else n.value=e.value,r._widgetObjsById[t][l](e.value),-1!==n.className.split(" ").indexOf("te-html-color-input")?n.nextSibling.value=e.value:-1!==n.className.split(" ").indexOf("te-html-color-button")&&(n.previousSibling.value=e.value)}),r.data().forEach(function(t){t.render()})})}}function i(t){var e=t.getElementsByClassName("te-section-table");for(var o in e)if("function"==typeof e[o].getElementsByTagName){var i=e[o].getElementsByTagName("thead");i[0].onclick=function(t){var e=t.toElement;"TH"===e.tagName&&(e=e.parentElement.parentElement);var o=e.parentElement,i="";-1===o.className.split(" ").indexOf("expanded")?(o.className="te-section-table expanded",i="shown"):(o.className="te-section-table collapsed",i="hidden");var r=o.getElementsByTagName("tbody");r[0].className=i}}var r=t.getElementsByClassName("sharedPropertyRow");for(var n in r)if("function"==typeof r[n].getElementsByClassName){var a=r[n].getElementsByClassName("te-label");a[0].onclick=function(t){var e=t.toElement,o=e.parentElement,i="";-1===o.className.split(" ").indexOf("expanded")?(o.className="sharedPropertyRow expanded",i="shown"):(o.className="sharedPropertyRow collapsed",i="hidden");for(var r=o.nextSibling;null!==r;)-1===r.className.split(" ").indexOf("sharedPropertyRow")?(r.className="propertyRow "+i,r=r.nextSibling):r=null}}}var r=this;i(t),o(t),e(t)},r.prototype.sharedPropertyTableHtml=function(t){function e(t){var e=t.widget.classID().split("_"),o=e.join("/");return o+" ["+t.widget._id+"]"}function o(t){return n(t.id)}function i(t,e){function o(t,e){var o=t.arr[e].widget[t.id]();return null!==o?o:""}var i=o(t,e),r=a(t,i,[t.arr[e]],t.arr[e].widget._id);return r}function r(t){function e(t){var e=t.arr[0].widget[t.id]();return t.arr.forEach(function(t,o){return e!==t.widget[t.id]()?"":void 0}),null!==e?"array"===t.type?JSON.stringify(e):e:""}var o=e(t),i=a(t,o,t.arr,"shared");return i}var s={id:t.id,label:t.label,rowArr:[]};return t.rowObjArr.forEach(function(t){t.arr.forEach(function(n,a){0===a&&s.rowArr.push({th:o(t),td:r(t),trClass:"sharedPropertyRow collapsed"}),s.rowArr.push({th:e(n),td:i(t,a),trClass:"propertyRow hidden"})})}),this.tableObjHtml(s)},r.prototype.tableObjHtml=function(t){var e="";return e+="",e+="",t.rowArr.forEach(function(t){e+=this.tableRowObjHtml(t)},this),e+="",e+"
"+t.label+"
"},r.prototype.tableRowObjHtml=function(t){var e="undefined"!=typeof t.trClass?"":"";return e+=""+t.th+"",e+=""+t.td+"",e+""},r.prototype.setWidgetObjsById=function(t){var e=this,o=t.widget[t.id]();"widgetArray"===t.type?o.forEach(function(t){e._widgetObjsById[t._id]=t}):"widget"===t.type&&null!==o&&(this._widgetObjsById[o._id]=o)},r.prototype.checkTagFilter=function(t){var e=["Basic"],o=!1;return t.forEach(function(t){-1!==e.indexOf(t)&&(o=!0)}),o},r.prototype.findSharedProperties=function(t){function e(t,i){var n=[];if(null!==t){var a=o.discover(t);a.forEach(function(o,a){if("undefined"!=typeof o.ext.tags&&n.push({id:o.id,type:o.type,description:o.description,set:o.set,ext:o.ext,widget:t}),"widgetArray"===o.type){var s=r.widgetProperty(t,o.id);s.forEach(function(t){var o=e(t,i+1);n=n.concat(o)})}else if("widget"===o.type){var l=r.widgetProperty(t,o.id),p=e(l,i+1);n=n.concat(p)}})}return n}var i,r=this;if("undefined"!=typeof t&&t.length>0){var n=[];i={};var a={},s={};t.forEach(function(t){var o=e(t,0);n=n.concat(o)}),n.forEach(function(t){if(-1!==["widget","widgetArray"].indexOf(t.type))r.setWidgetObjsById(t);else if(r.checkTagFilter(t.ext.tags)){var e=t.id;-1!==t.widget._class.indexOf("Surface")?("undefined"==typeof a[e]&&(a[e]={arr:[]}),a[e].id=t.id,a[e].description=t.description,a[e].type=t.type,a[e].set=t.set,a[e].ext=t.ext,a[e].arr.push(t)):("undefined"==typeof s[e]&&(s[e]={arr:[]}),s[e].id=t.id,s[e].description=t.description,s[e].type=t.type,s[e].set=t.set,s[e].ext=t.ext,s[e].arr.push(t)),"undefined"==typeof i[e]&&(i[e]={arr:[]}),i[e].id=t.id,i[e].description=t.description,i[e].type=t.type,i[e].set=t.set,i[e].ext=t.ext,i[e].arr.push(t)}})}return i},r}),function(t,e){"function"==typeof define&&define.amd?define("other/WordCloud.js",["d3","../common/SVGWidget","../api/I2DChart","../api/ITooltip","d3-cloud","css!./WordCloud"],e):t.other_WordCloud=e(t.d3,t.common_SVGWidget,t.api_I2DChart,t.api_ITooltip,t.d3.layout.cloud)}(this,function(t,e,o,i,r){function n(){e.call(this),o.call(this),i.call(this),this._prevOffsetX=this.offsetX(),this._prevOffsetY=this.offsetY(),this._prevZoom=this.zoom()}return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.prototype._class+=" other_WordCloud",n.prototype["implements"](o.prototype),n.prototype["implements"](i.prototype),n.prototype.publish("paletteID","default","set","Palette ID",n.prototype._palette["switch"](),{tags:["Basic","Shared"]}),n.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),n.prototype.publish("fontFamily","Impact","string","Font Name",null,{tags:["Basic"]}),n.prototype.publish("fontSizeFrom",6,"number","Font Size From",null,{tags:["Basic"]}),n.prototype.publish("fontSizeTo",48,"number","Font Size To",null,{tags:["Basic"]}),n.prototype.publish("angleFrom",-60,"number","Angle From",null,{tags:["Basic"]}),n.prototype.publish("angleTo",60,"number","Angle To",null,{tags:["Basic"]}),n.prototype.publish("angleCount",5,"number","Angle Count",null,{tags:["Basic"]}),n.prototype.publish("padding",0,"number","Padding",null,{tags:["Intermediate"]}),n.prototype.publish("scaleMode","linear","set","Text scaling mode",["linear","log","sqrt","pow"],{tags:["Intermediate"]}),n.prototype.publish("spiral","archimedean","set","Text scaling mode",["archimedean","rectangular"],{tags:["Intermediate"]}),n.prototype.publish("offsetX",0,"number","X offset",null,{tags:["Advanced"]}),n.prototype.publish("offsetY",0,"number","Y offset",null,{tags:["Advanced"]}),n.prototype.publish("zoom",1,"number","Zoom",null,{tags:["Advanced"]}),n.prototype.data=function(t){var o=e.prototype.data.apply(this,arguments);return arguments.length&&(this._vizData=t.map(function(t){var e={};for(var o in t)e["__viz_"+o]=t[o];return e})),o},n.prototype.enter=function(o,i){e.prototype.enter.apply(this,arguments),this._root=i.append("g"),this._canvas=document.createElement("canvas");var n=this;this._zoom=t.behavior.zoom().scaleExtent([.1,10]).on("zoom",function(){n.zoomed(n._zoom,t.event.translate,t.event.scale)}),i.call(this._zoom),this._cloud=(new r).canvas(this._canvas)},n.prototype.update=function(o,i){function r(t,e){var o=n._root.selectAll("text").data(t,function(t){return t.__viz_0?t.__viz_0.toLowerCase():""});o.enter().append("text").attr("text-anchor","middle").text(function(t){return t.__viz_0}).on("click",function(t){n.click({label:t.__viz_0,weight:t.__viz_1})}).style("opacity",1e-6).on("mouseover.tooltip",function(t){n.tooltipShow([t.__viz_0,t.__viz_1],n.columns(),1)}).on("mouseout.tooltip",function(t){n.tooltipShow()}).on("mousemove.tooltip",function(t){n.tooltipShow([t.__viz_0,t.__viz_1],n.columns(),1)}),o.style("font-size",function(t){return s(t.__viz_1)+"px"}).style("font-family",n.fontFamily()).transition().duration(1e3).attr("transform",function(t){return"translate("+[t.x,t.y]+")rotate("+t.rotate+")"}).style("fill",function(t){return n._palette(t.__viz_0?t.__viz_0.toLowerCase():"")}).style("opacity",1),o.exit().transition().duration(1e3).style("opacity",1e-4).remove()}e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.zoomed(this,[this.offsetX(),this.offsetY()],this.zoom());var n=this,a=t.extent(this._vizData,function(t){return t.__viz_1}),s=t.scale[this.scaleMode()]().domain(a).range([this.fontSizeFrom(),this.fontSizeTo()]),l=t.scale.linear().domain([0,n.angleCount()-1]).range([n.angleFrom(),n.angleTo()]);this._cloud.stop().size([this.width(),this.height()]).words(this._vizData).font(this.fontFamily()).padding(this.padding()).spiral(this.spiral()).text(function(t){return t.__viz_0}).fontSize(function(t){return s(t.__viz_1)}).rotate(function(){return l(~~(Math.random()*n.angleCount()))}).on("end",r).start()},n.prototype.zoomed=function(t,e,o){if(e[0]!==this._prevOffsetX||e[1]!==this._prevOffsetY||o!==this._prevZoom){switch(this._root.attr("transform","translate("+e[0]+","+e[1]+")scale("+o+")"),t){case this:this._zoom.scale(o).translate(e);break;case this._zoom:this.offsetX(e[0]),this.offsetY(e[1]),this.zoom(o)}this._prevOffsetX=e[0],this._prevOffsetY=e[1],this._prevZoom=o}},n}); \ No newline at end of file diff --git a/dist/hpcc-viz-tree.js b/dist/hpcc-viz-tree.js new file mode 100644 index 0000000000..ee90ef684d --- /dev/null +++ b/dist/hpcc-viz-tree.js @@ -0,0 +1,656 @@ +if (typeof define === "function" && define.amd) { + define('css',[], function () { + return { + load: function ($1, $2, load) { load() } + } + }) +}; + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('tree/CirclePacking.js',["d3", "../common/SVGWidget", "../api/ITree", "../common/Text", "../common/FAChar", "css!./CirclePacking"], factory); + } else { + root.tree_CirclePacking = factory(root.d3, root.common_SVGWidget, root.api_ITree, root.common_Text, root.common_FAChar); + } +}(this, function (d3, SVGWidget, ITree, Text, FAChar) { + function CirclePacking(target) { + SVGWidget.call(this); + ITree.call(this); + } + CirclePacking.prototype = Object.create(SVGWidget.prototype); + CirclePacking.prototype.constructor = CirclePacking; + CirclePacking.prototype._class += " tree_CirclePacking"; + CirclePacking.prototype.implements(ITree.prototype); + + CirclePacking.prototype.publish("paletteID", "default", "set", "Palette ID", CirclePacking.prototype._palette.switch(),{tags:["Basic","Shared"]}); + CirclePacking.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + CirclePacking.prototype.enter = function (domNode, element) { + this.diameter = Math.min(this.width(), this.height()); + + this.pack = d3.layout.pack() + .size([this.diameter - 4, this.diameter - 4]) + .value(function (d) { + return 1; + }) + ; + + this.svg = element + .append("g") + .attr("transform", "rotate(30)") + ; + }; + + CirclePacking.prototype.update = function (domNode, element) { + var context = this; + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + this.svg.selectAll("circle").remove(); + this.svg.selectAll("text").remove(); + + var root = this.data(); + var focus = root; + var nodes = this.pack.nodes(root); + + this.circle = this.svg.selectAll("circle") + .data(nodes) + .enter().append("circle") + .attr("class", function (d) { return d.parent ? d.children ? "node" : "node leaf" : "node root"; }) + .style("fill", function (d) { return context._palette(d.label); }) + .on("click", function (d) { context.click(d); }) + .on("dblclick", function (d) { + if (focus !== d) { + context.zoom(d); + } + d3.event.stopPropagation(); + }) + ; + this.circle.append("title").text(function (d) { return d.label; }); + + this.svg.selectAll("text").data(nodes).enter() + .append("text") + .attr("class", "label") + .style("fill-opacity", function (d) { return d.parent === root ? 1 : 0; }) + .style("display", function (d) { return d.parent === root ? null : "none"; }) + .text(function (d) { return d.label; }) + ; + + this.node = this.svg.selectAll("circle,text"); + + this.zoomTo([root.x, root.y, root.r * 2]); + }; + + CirclePacking.prototype.zoom = function (d) { + var context = this; + var focus = d; + + this.svg.selectAll("circle") + .filter(function (d) { return d === focus; }) + ; + var zoomTextSel = this.svg.selectAll("text") + .filter(function (d) { return d !== focus && this.style.display === "inline"; }) + ; + zoomTextSel.transition().duration(500) + .style("opacity", 0) + .each("end", function (d) { + if (d !== focus) { + d3.select(this) + .style("display", "none") + .style("opacity", 1) + ; + } + }) + ; + + var transition = this.svg.transition() + .duration(1000) + .tween("zoom", function (d) { + var i = d3.interpolateZoom(context.view, [focus.x, focus.y, focus.r * 2]); + return function (t) { context.zoomTo(i(t)); }; + }); + + transition.selectAll("text") + .filter(function (d) { return d.parent === focus || this.style.display === "inline"; }) + .style("fill-opacity", function (d) { return d.parent === focus ? 1 : 0; }) + .each("start", function (d) { if (d.parent === focus) this.style.display = "inline"; }) + .each("end", function (d) { + if (d.parent !== focus) { + this.style.display = "none"; + } + }) + ; + }; + + CirclePacking.prototype.zoomTo = function (v) { + var k = this.diameter / v[2]; + this.view = v; + this.node.attr("transform", function (d) { return "translate(" + (d.x - v[0]) * k + "," + (d.y - v[1]) * k + ")rotate(-30)"; }); + this.circle.attr("r", function (d) { return d.r * k; }); + }; + + return CirclePacking; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('tree/Dendrogram.js',["d3", "../common/SVGZoomWidget", "../common/PropertyExt", "../api/ITree", "../common/Utility", "css!./Dendrogram"], factory); + } else { + root.tree_Dendrogram = factory(root.d3, root.common_SVGZoomWidget, root.common_PropertyExt, root.api_ITree, root.common_Utility); + } +}(this, function (d3, SVGZoomWidget, PropertyExt, ITree, Utility) { + function Column(owner) { + PropertyExt.call(this); + this._owner = owner; + } + Column.prototype = Object.create(PropertyExt.prototype); + Column.prototype.constructor = Column; + Column.prototype._class += " tree_Dendrogram.Column"; + + Column.prototype.publish("column", null, "set", "Field", function () { return this._owner ? this._owner.columns() : []; }, { optional: true }); + + // === + function Dendrogram(target) { + SVGZoomWidget.call(this); + ITree.call(this); + Utility.SimpleSelectionMixin.call(this); + + this._drawStartPos = "origin"; + + var context = this; + + this._d3LayoutCluster = d3.layout.cluster(); + this._d3LayoutTree = d3.layout.tree(); + this._d3Diagonal = d3.svg.diagonal() + .projection(function (d) { + return context.orientation() === "horizontal" ? [d.y, d.x] : [d.x, d.y]; + }) + ; + this._d3DiagonalRadial = d3.svg.diagonal.radial() + .projection(function (d) { + return [d.y, d.x / 180 * Math.PI]; + }) + ; + } + Dendrogram.prototype = Object.create(SVGZoomWidget.prototype); + Dendrogram.prototype.constructor = Dendrogram; + Dendrogram.prototype._class += " tree_Dendrogram"; + Dendrogram.prototype.implements(ITree.prototype); + Dendrogram.prototype.mixin(Utility.SimpleSelectionMixin); + Dendrogram.prototype.Column = Column; + + Dendrogram.prototype.publish("paletteID", "default", "set", "Palette ID", Dendrogram.prototype._palette.switch(),{tags:["Basic","Shared"]}); + Dendrogram.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + Dendrogram.prototype.publish("mappings", [], "propertyArray", "Source Columns", null, { autoExpand: Column }); + + Dendrogram.prototype.publish("circleRadius", 4.5, "number", "Text offset from circle"); + Dendrogram.prototype.publish("separation", 240, "number", "Leaf Separation"); + Dendrogram.prototype.publish("dendrogram", true, "boolean", "Dendrogram"); + Dendrogram.prototype.publish("radial", false, "boolean", "Radial"); + Dendrogram.prototype.publish("orientation", "horizontal", "set", "Orientation", ["horizontal", "vertical"], { tags: ["Private"], disabled: function () { return this.radial(); } }); + + Dendrogram.prototype.dendrogramData = function () { + if (!this.mappings().filter(function (mapping) { return mapping.column(); }).length) { + return this.data(); + } + var view = this._db.rollupView(this.mappings().map(function (mapping) { return mapping.column(); })); + var retVal = { + key: "root", + values: view.entries() + }; + return formatData(retVal); + + function formatData(node) { + return { + label: node.key, + children: node.values.filter(function (value) { return !(value instanceof Array); }).map(function (value) { return formatData(value); }), + origRows: node.values + }; + } + }; + + Dendrogram.prototype.enter = function (domNode, element) { + SVGZoomWidget.prototype.enter.apply(this, arguments); + this._renderElement.attr("opacity", 0); + this._selection.widgetElement(this._renderElement); + }; + + Dendrogram.prototype.update = function (domNode, element, secondPass) { + SVGZoomWidget.prototype.update.apply(this, arguments); + var context = this; + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + this._renderElement.transition().duration(500) + .attr("opacity", 1) + ; + + this._d3Layout = this.dendrogram() ? this._d3LayoutCluster : this._d3LayoutTree; + + if (this.radial()) { + this._d3Layout + .size([360, this.separation() * 2]) + ; + this._d3Layout.separation(function separation(a, b) { + return (a.parent === b.parent ? 1 : 2) / a.depth; + }); + } else { + this._d3Layout.nodeSize([14, this.separation()]); + this._d3Layout.separation(function separation(a, b) { + return a.parent === b.parent ? 1 : 2; + }); + } + + var data = this.dendrogramData(); + var dataNodes = this._d3Layout.nodes(data); + var links = this._d3Layout.links(dataNodes); + + // Lines --- + var transitionDuration = this._renderCount ? 500 : 0; + var lines = this._renderElement.selectAll(".link").data(links); + lines.enter().append("path") + .attr("class", "link") + .attr("d", this.radial() ? this._d3DiagonalRadial : this._d3Diagonal) + ; + lines.transition().duration(transitionDuration) + .attr("d", this.radial() ? this._d3DiagonalRadial : this._d3Diagonal) + ; + lines.exit().remove(); + + // Nodes --- + var textOffsetX = this.circleRadius() + 2; + function nodeTransform(d) { + if (context.radial()) { + return "rotate(" + (d.x - 90) + ")translate(" + d.y + ")"; + } + return context.orientation() === "horizontal" ? "translate(" + d.y + "," + d.x + ")" : "translate(" + d.x + "," + d.y + ")"; + } + var nodes = this._renderElement.selectAll(".node").data(dataNodes); + nodes.transition().duration(transitionDuration) + .attr("transform", nodeTransform) + ; + nodes.enter().append("g") + .attr("class", "node") + .attr("transform", nodeTransform) + .call(this._selection.enter.bind(this._selection)) + .on("click", function (d) { + var tmp = d; + while (tmp.children) { + tmp = tmp.children[0]; + } + if (d.depth > 0) { + context.click(context.rowToObj(tmp.origRows[0]), context.mappings()[d.depth - 1].column(), true); + } + }) + .each(function (d, i) { + var element = d3.select(this); + element.append("circle"); + element.append("text"); + }) + ; + nodes.select("circle") + .attr("r", this.circleRadius()) + .style("fill", function (d) { return context._palette(d.label); }) + .append("title") + .text(function (d) { return d.label; }) + ; + nodes.select("text") + .attr("dx", function (d) { + if (context.radial()) { + if (d.children) { + return d.x < 180 ? -textOffsetX : textOffsetX; + } else { + return d.x < 180 ? textOffsetX : -textOffsetX; + } + } else if (context.orientation() === "vertical") { + return d.children ? textOffsetX : -textOffsetX; + } + return d.children ? -textOffsetX : textOffsetX; + }) + .attr("dy", "0.25em") + .style("text-anchor", function (d) { + if (context.radial()) { + if (d.children) { + return d.x < 180 ? "end" : "start"; + } else { + return d.x < 180 ? "start" : "end"; + } + } else if (context.orientation() === "vertical") { + return d.children ? "start" : "end"; + } + return d.children ? "end" : "start"; + }) + .attr("transform", function (d) { + if (context.radial()) { + return d.x < 180 ? null : "rotate(180)"; + } else if (context.orientation() === "vertical") { + return "rotate(-66)"; + } + return null; + }) + .text(function (d) { return d.label; }) + ; + nodes.exit().remove(); + + if (!this._renderCount) { + context.zoomToFit(); + } + }; + + return Dendrogram; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('tree/SunburstPartition.js',["d3", "../common/SVGWidget", "../api/ITree", "../common/Text", "../common/FAChar", "css!./SunburstPartition"], factory); + } else { + root.tree_SunburstPartition = factory(root.d3, root.common_SVGWidget, root.api_ITree, root.common_Text, root.common_FAChar); + } +}(this, function (d3, SVGWidget, ITree, Text, FAChar) { + function SunburstPartition(target) { + SVGWidget.call(this); + ITree.call(this); + } + SunburstPartition.prototype = Object.create(SVGWidget.prototype); + SunburstPartition.prototype.constructor = SunburstPartition; + SunburstPartition.prototype._class += " tree_SunburstPartition"; + SunburstPartition.prototype.implements(ITree.prototype); + + SunburstPartition.prototype.publish("paletteID", "default", "set", "Palette ID", SunburstPartition.prototype._palette.switch(),{tags:["Basic","Shared"]}); + SunburstPartition.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}); + + SunburstPartition.prototype.root = function (_) { + if (!arguments.length) return this._root || this.data(); + this._root = _; + + if (this.svg) { + this.svg.selectAll("path").transition() + .duration(750) + .attrTween("d", this.arcTweenFunc(this._root)) + ; + } + return this; + }; + + SunburstPartition.prototype.data = function () { + var retVal = SVGWidget.prototype.data.apply(this, arguments); + if (arguments.length) { + this._resetRoot = true; + } + return retVal; + }; + + SunburstPartition.prototype.enter = function (domNode, element) { + var context = this; + + this.radius = Math.min(this.width(), this.height()) / 2; + + this._xScale = d3.scale.linear() + .range([0, 2 * Math.PI]) + ; + + this._yScale = d3.scale.sqrt() + .range([0, this.radius]) + ; + + this.partition = d3.layout.partition() + .value(function (d) { + return d.value !== undefined ? d.value : 1; + }) + ; + + this.arc = d3.svg.arc() + .startAngle(function (d) { return Math.max(0, Math.min(2 * Math.PI, context._xScale(d.x))); }) + .endAngle(function (d) { return Math.max(0, Math.min(2 * Math.PI, context._xScale(d.x + d.dx))); }) + .innerRadius(function (d) { return Math.max(0, context._yScale(d.y)); }) + .outerRadius(function (d) { return Math.max(0, context._yScale(d.y + d.dy)); }) + ; + + this.svg = element.append("g"); + }; + + SunburstPartition.prototype.update = function (domNode, element) { + var context = this; + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + this.radius = Math.min(this.width(), this.height()) / 2; + this._xScale.range([0, 2 * Math.PI]); + this._yScale.range([0, this.radius]); + + this._dataNodes = this.partition.nodes(this.data()); + var paths = this.svg.selectAll("path").data(this._dataNodes, function (d, i) { return d.id !== undefined ? d.id : i; }); + paths.enter().append("path") + .on("click", function (d) { context.click(d); }) + .on("dblclick", dblclick) + .append("title") + ; + paths + .attr("d", this.arc) + .style("fill", function (d) { + return d.__viz_fill ? d.__viz_fill : context._palette(d.label); + }) + .style("stroke", function (d) { + return d.value > 16 ? "white" : "none"; + }) + .select("title") + .text(function (d) { return d.label; }) + ; + + paths.exit().remove(); + + if (this._resetRoot) { + this._resetRoot = false; + this.root(this._dataNodes[0]); + } + + function dblclick(d) { + if (d3.event) { + d3.event.stopPropagation(); + } + context.root(d); + } + }; + + SunburstPartition.prototype.arcTweenFunc = function (d) { + var xd = d3.interpolate(this._xScale.domain(), [d.x, d.x + d.dx]), + yd = d3.interpolate(this._yScale.domain(), [d.y, 1]), + yr = d3.interpolate(this._yScale.range(), [d.y ? 20 : 0, this.radius]); + var context = this; + return function (d, i) { + return i ? + function (t) { return context.arc(d); } : + function (t) { context._xScale.domain(xd(t)); context._yScale.domain(yd(t)).range(yr(t)); return context.arc(d); }; + }; + }; + + return SunburstPartition; +})); + + + +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define('tree/Treemap.js',["d3", "../common/HTMLWidget", "../common/PropertyExt", "../api/ITree", "../common/Utility", "css!./Treemap"], factory); + } else { + root.tree_Treemap = factory(root.d3, root.common_HTMLWidget, root.common_PropertyExt, root.api_ITree, root.common_Utility); + } +}(this, function (d3, HTMLWidget, PropertyExt, ITree, Utility) { + function Column(owner) { + PropertyExt.call(this); + this._owner = owner; + } + Column.prototype = Object.create(PropertyExt.prototype); + Column.prototype.constructor = Column; + Column.prototype._class += " tree_Dendrogram.Column"; + + Column.prototype.publish("column", null, "set", "Field", function () { return this._owner ? this._owner.columns() : []; }, { optional: true }); + + // === + function Treemap(target) { + HTMLWidget.call(this); + ITree.call(this); + Utility.SimpleSelectionMixin.call(this); + } + Treemap.prototype = Object.create(HTMLWidget.prototype); + Treemap.prototype.constructor = Treemap; + Treemap.prototype._class += " tree_Treemap"; + Treemap.prototype.implements(ITree.prototype); + Treemap.prototype.mixin(Utility.SimpleSelectionMixin); + Treemap.prototype.Column = Column; + + Treemap.prototype.publish("paletteID", "default", "set", "Palette ID", Treemap.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); + Treemap.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); + Treemap.prototype.publish("mappings", [], "propertyArray", "Source Columns", null, { autoExpand: Column }); + Treemap.prototype.publish("aggrType", null, "set", "Aggregation Type", [null, "mean", "median", "sum", "min", "max"], { optional: true }); + Treemap.prototype.publish("aggrColumn", null, "set", "Aggregation Field", function () { return this.columns(); }, { optional: true, disable: function (w) { return !w.aggrType(); } }); + Treemap.prototype.publish("fontSize", null, "number", "Font Size", null, { optional: true }); + Treemap.prototype.publish("transitionDuration", 250, "number", "Transition Duration"); + + Treemap.prototype.treemapData = function () { + if (!this.mappings().filter(function (mapping) { return mapping.column(); }).length) { + return this.data(); + } + + var view = this._db.aggregateView(this.mappings().map(function (mapping) { return mapping.column(); }), this.aggrType(), this.aggrColumn()); + var retVal = { + key: "root", + values: view.entries() + }; + return formatData(retVal); + + function formatData(node) { + if (node.values instanceof Array) { + var children = node.values.filter(function (value) { + return !(value instanceof Array); + }).map(function (value) { + return formatData(value); + }); + var retVal = { + label: node.key + }; + if (children.length) { + retVal.children = children; + } else { + retVal.size = 22; + } + return retVal; + } + return { + label: node.key, + size: node.values.aggregate, + origRows: node.values + }; + } + }; + + Treemap.prototype.enter = function (domNode, element) { + HTMLWidget.prototype.enter.apply(this, arguments); + this._d3Treemap = d3.layout.treemap() + .value(function (d) { + return d.size || 50; + }) + ; + + this._elementDIV = element.append("div"); + this._selection.widgetElement(this._elementDIV); + }; + + Treemap.prototype.update = function (domNode, element) { + HTMLWidget.prototype.update.apply(this, arguments); + + this._palette = this._palette.switch(this.paletteID()); + if (this.useClonedPalette()) { + this._palette = this._palette.cloneNotExists(this.paletteID() + "_" + this.id()); + } + + var nodes = this._d3Treemap + .size([this.width(), this.height()]) + .nodes(this.treemapData()) + ; + + this._elementDIV + .style("font-size", this.fontSize_exists() ? this.fontSize() + "px" : null) + .style("line-height", this.fontSize_exists() ? (this.fontSize() + 2) + "px" : null) + ; + + var context = this; + var node = this._elementDIV.selectAll(".node").data(nodes); + node.enter().append("div") + .attr("class", "node") + .call(this._selection.enter.bind(this._selection)) + .on("click", function (d) { + if (d && d.origRows) { + var columnLabel = ""; + context.mappings().forEach(function (mapping) { + if (mapping.column()) { + columnLabel = mapping.column(); + } + }); + context.click(context.rowToObj(d.origRows[0]), columnLabel, context._selection.selected(this)); + } + }) + .call(enterPosition) + ; + node + .attr("title", tooltip) + .text(function (d) { return d.children ? null : d.label; }) + .style("background", function (d) { return d.children ? context._palette(d.label) : null; }) + .transition().duration(this.transitionDuration()) + .style("opacity", function (d) { return d.children ? 1 : null; }) + .call(position) + ; + node.exit().transition().duration(this.transitionDuration()) + .style("opacity", 0) + .remove() + ; + function tooltip(d) { + if (d.children) { + return null; + } + var retVal = d.label + " (" + d.value + ")"; + while (d.parent && d.parent.parent) { + retVal = d.parent.label + " -> " + retVal; + d = d.parent; + } + return retVal; + } + function enterPosition(d) { + this + .style("left", function (d) { return (d.x + Math.max(0, d.dx - 1) / 2) + "px"; }) + .style("top", function (d) { return (d.y + Math.max(0, d.dy - 1) / 2) + "px"; }) + .style("width", function (d) { return 0 + "px"; }) + .style("height", function (d) { return 0 + "px"; }) + ; + } + + function position() { + this + .style("left", function (d) { return d.x + "px"; }) + .style("top", function (d) { return d.y + "px"; }) + .style("width", function (d) { return Math.max(0, d.dx - 1) + "px"; }) + .style("height", function (d) { return Math.max(0, d.dy - 1) + "px"; }) + ; + } + }; + + Treemap.prototype.exit = function (domNode, element) { + HTMLWidget.prototype.exit.apply(this, arguments); + }; + + return Treemap; +})); + diff --git a/dist/hpcc-viz-tree.min.js b/dist/hpcc-viz-tree.min.js new file mode 100644 index 0000000000..92721be19f --- /dev/null +++ b/dist/hpcc-viz-tree.min.js @@ -0,0 +1 @@ +"function"==typeof define&&define.amd&&define("css",[],function(){return{load:function(t,e,n){n()}}}),function(t,e){"function"==typeof define&&define.amd?define("tree/CirclePacking.js",["d3","../common/SVGWidget","../api/ITree","../common/Text","../common/FAChar","css!./CirclePacking"],e):t.tree_CirclePacking=e(t.d3,t.common_SVGWidget,t.api_ITree,t.common_Text,t.common_FAChar)}(this,function(t,e,n,i,o){function r(t){e.call(this),n.call(this)}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" tree_CirclePacking",r.prototype["implements"](n.prototype),r.prototype.publish("paletteID","default","set","Palette ID",r.prototype._palette["switch"](),{tags:["Basic","Shared"]}),r.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),r.prototype.enter=function(e,n){this.diameter=Math.min(this.width(),this.height()),this.pack=t.layout.pack().size([this.diameter-4,this.diameter-4]).value(function(t){return 1}),this.svg=n.append("g").attr("transform","rotate(30)")},r.prototype.update=function(e,n){var i=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.svg.selectAll("circle").remove(),this.svg.selectAll("text").remove();var o=this.data(),r=o,a=this.pack.nodes(o);this.circle=this.svg.selectAll("circle").data(a).enter().append("circle").attr("class",function(t){return t.parent?t.children?"node":"node leaf":"node root"}).style("fill",function(t){return i._palette(t.label)}).on("click",function(t){i.click(t)}).on("dblclick",function(e){r!==e&&i.zoom(e),t.event.stopPropagation()}),this.circle.append("title").text(function(t){return t.label}),this.svg.selectAll("text").data(a).enter().append("text").attr("class","label").style("fill-opacity",function(t){return t.parent===o?1:0}).style("display",function(t){return t.parent===o?null:"none"}).text(function(t){return t.label}),this.node=this.svg.selectAll("circle,text"),this.zoomTo([o.x,o.y,2*o.r])},r.prototype.zoom=function(e){var n=this,i=e;this.svg.selectAll("circle").filter(function(t){return t===i});var o=this.svg.selectAll("text").filter(function(t){return t!==i&&"inline"===this.style.display});o.transition().duration(500).style("opacity",0).each("end",function(e){e!==i&&t.select(this).style("display","none").style("opacity",1)});var r=this.svg.transition().duration(1e3).tween("zoom",function(e){var o=t.interpolateZoom(n.view,[i.x,i.y,2*i.r]);return function(t){n.zoomTo(o(t))}});r.selectAll("text").filter(function(t){return t.parent===i||"inline"===this.style.display}).style("fill-opacity",function(t){return t.parent===i?1:0}).each("start",function(t){t.parent===i&&(this.style.display="inline")}).each("end",function(t){t.parent!==i&&(this.style.display="none")})},r.prototype.zoomTo=function(t){var e=this.diameter/t[2];this.view=t,this.node.attr("transform",function(n){return"translate("+(n.x-t[0])*e+","+(n.y-t[1])*e+")rotate(-30)"}),this.circle.attr("r",function(t){return t.r*e})},r}),function(t,e){"function"==typeof define&&define.amd?define("tree/Dendrogram.js",["d3","../common/SVGZoomWidget","../common/PropertyExt","../api/ITree","../common/Utility","css!./Dendrogram"],e):t.tree_Dendrogram=e(t.d3,t.common_SVGZoomWidget,t.common_PropertyExt,t.api_ITree,t.common_Utility)}(this,function(t,e,n,i,o){function r(t){n.call(this),this._owner=t}function a(n){e.call(this),i.call(this),o.SimpleSelectionMixin.call(this),this._drawStartPos="origin";var r=this;this._d3LayoutCluster=t.layout.cluster(),this._d3LayoutTree=t.layout.tree(),this._d3Diagonal=t.svg.diagonal().projection(function(t){return"horizontal"===r.orientation()?[t.y,t.x]:[t.x,t.y]}),this._d3DiagonalRadial=t.svg.diagonal.radial().projection(function(t){return[t.y,t.x/180*Math.PI]})}return r.prototype=Object.create(n.prototype),r.prototype.constructor=r,r.prototype._class+=" tree_Dendrogram.Column",r.prototype.publish("column",null,"set","Field",function(){return this._owner?this._owner.columns():[]},{optional:!0}),a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" tree_Dendrogram",a.prototype["implements"](i.prototype),a.prototype.mixin(o.SimpleSelectionMixin),a.prototype.Column=r,a.prototype.publish("paletteID","default","set","Palette ID",a.prototype._palette["switch"](),{tags:["Basic","Shared"]}),a.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),a.prototype.publish("mappings",[],"propertyArray","Source Columns",null,{autoExpand:r}),a.prototype.publish("circleRadius",4.5,"number","Text offset from circle"),a.prototype.publish("separation",240,"number","Leaf Separation"),a.prototype.publish("dendrogram",!0,"boolean","Dendrogram"),a.prototype.publish("radial",!1,"boolean","Radial"),a.prototype.publish("orientation","horizontal","set","Orientation",["horizontal","vertical"],{tags:["Private"],disabled:function(){return this.radial()}}),a.prototype.dendrogramData=function(){function t(e){return{label:e.key,children:e.values.filter(function(t){return!(t instanceof Array)}).map(function(e){return t(e)}),origRows:e.values}}if(!this.mappings().filter(function(t){return t.column()}).length)return this.data();var e=this._db.rollupView(this.mappings().map(function(t){return t.column()})),n={key:"root",values:e.entries()};return t(n)},a.prototype.enter=function(t,n){e.prototype.enter.apply(this,arguments),this._renderElement.attr("opacity",0),this._selection.widgetElement(this._renderElement)},a.prototype.update=function(n,i,o){function r(t){return a.radial()?"rotate("+(t.x-90)+")translate("+t.y+")":"horizontal"===a.orientation()?"translate("+t.y+","+t.x+")":"translate("+t.x+","+t.y+")"}e.prototype.update.apply(this,arguments);var a=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this._renderElement.transition().duration(500).attr("opacity",1),this._d3Layout=this.dendrogram()?this._d3LayoutCluster:this._d3LayoutTree,this.radial()?(this._d3Layout.size([360,2*this.separation()]),this._d3Layout.separation(function(t,e){return(t.parent===e.parent?1:2)/t.depth})):(this._d3Layout.nodeSize([14,this.separation()]),this._d3Layout.separation(function(t,e){return t.parent===e.parent?1:2}));var l=this.dendrogramData(),s=this._d3Layout.nodes(l),p=this._d3Layout.links(s),c=this._renderCount?500:0,u=this._renderElement.selectAll(".link").data(p);u.enter().append("path").attr("class","link").attr("d",this.radial()?this._d3DiagonalRadial:this._d3Diagonal),u.transition().duration(c).attr("d",this.radial()?this._d3DiagonalRadial:this._d3Diagonal),u.exit().remove();var h=this.circleRadius()+2,d=this._renderElement.selectAll(".node").data(s);d.transition().duration(c).attr("transform",r),d.enter().append("g").attr("class","node").attr("transform",r).call(this._selection.enter.bind(this._selection)).on("click",function(t){for(var e=t;e.children;)e=e.children[0];t.depth>0&&a.click(a.rowToObj(e.origRows[0]),a.mappings()[t.depth-1].column(),!0)}).each(function(e,n){var i=t.select(this);i.append("circle"),i.append("text")}),d.select("circle").attr("r",this.circleRadius()).style("fill",function(t){return a._palette(t.label)}).append("title").text(function(t){return t.label}),d.select("text").attr("dx",function(t){return a.radial()?t.children?t.x<180?-h:h:t.x<180?h:-h:"vertical"===a.orientation()?t.children?h:-h:t.children?-h:h}).attr("dy","0.25em").style("text-anchor",function(t){return a.radial()?t.children?t.x<180?"end":"start":t.x<180?"start":"end":"vertical"===a.orientation()?t.children?"start":"end":t.children?"end":"start"}).attr("transform",function(t){return a.radial()?t.x<180?null:"rotate(180)":"vertical"===a.orientation()?"rotate(-66)":null}).text(function(t){return t.label}),d.exit().remove(),this._renderCount||a.zoomToFit()},a}),function(t,e){"function"==typeof define&&define.amd?define("tree/SunburstPartition.js",["d3","../common/SVGWidget","../api/ITree","../common/Text","../common/FAChar","css!./SunburstPartition"],e):t.tree_SunburstPartition=e(t.d3,t.common_SVGWidget,t.api_ITree,t.common_Text,t.common_FAChar)}(this,function(t,e,n,i,o){function r(t){e.call(this),n.call(this)}return r.prototype=Object.create(e.prototype),r.prototype.constructor=r,r.prototype._class+=" tree_SunburstPartition",r.prototype["implements"](n.prototype),r.prototype.publish("paletteID","default","set","Palette ID",r.prototype._palette["switch"](),{tags:["Basic","Shared"]}),r.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),r.prototype.root=function(t){return arguments.length?(this._root=t,this.svg&&this.svg.selectAll("path").transition().duration(750).attrTween("d",this.arcTweenFunc(this._root)),this):this._root||this.data()},r.prototype.data=function(){var t=e.prototype.data.apply(this,arguments);return arguments.length&&(this._resetRoot=!0),t},r.prototype.enter=function(e,n){var i=this;this.radius=Math.min(this.width(),this.height())/2,this._xScale=t.scale.linear().range([0,2*Math.PI]),this._yScale=t.scale.sqrt().range([0,this.radius]),this.partition=t.layout.partition().value(function(t){return void 0!==t.value?t.value:1}),this.arc=t.svg.arc().startAngle(function(t){return Math.max(0,Math.min(2*Math.PI,i._xScale(t.x)))}).endAngle(function(t){return Math.max(0,Math.min(2*Math.PI,i._xScale(t.x+t.dx)))}).innerRadius(function(t){return Math.max(0,i._yScale(t.y))}).outerRadius(function(t){return Math.max(0,i._yScale(t.y+t.dy))}),this.svg=n.append("g")},r.prototype.update=function(e,n){function i(e){t.event&&t.event.stopPropagation(),o.root(e)}var o=this;this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id())),this.radius=Math.min(this.width(),this.height())/2,this._xScale.range([0,2*Math.PI]),this._yScale.range([0,this.radius]),this._dataNodes=this.partition.nodes(this.data());var r=this.svg.selectAll("path").data(this._dataNodes,function(t,e){return void 0!==t.id?t.id:e});r.enter().append("path").on("click",function(t){o.click(t)}).on("dblclick",i).append("title"),r.attr("d",this.arc).style("fill",function(t){return t.__viz_fill?t.__viz_fill:o._palette(t.label)}).style("stroke",function(t){return t.value>16?"white":"none"}).select("title").text(function(t){return t.label}),r.exit().remove(),this._resetRoot&&(this._resetRoot=!1,this.root(this._dataNodes[0]))},r.prototype.arcTweenFunc=function(e){var n=t.interpolate(this._xScale.domain(),[e.x,e.x+e.dx]),i=t.interpolate(this._yScale.domain(),[e.y,1]),o=t.interpolate(this._yScale.range(),[e.y?20:0,this.radius]),r=this;return function(t,e){return e?function(e){return r.arc(t)}:function(e){return r._xScale.domain(n(e)),r._yScale.domain(i(e)).range(o(e)),r.arc(t)}}},r}),function(t,e){"function"==typeof define&&define.amd?define("tree/Treemap.js",["d3","../common/HTMLWidget","../common/PropertyExt","../api/ITree","../common/Utility","css!./Treemap"],e):t.tree_Treemap=e(t.d3,t.common_HTMLWidget,t.common_PropertyExt,t.api_ITree,t.common_Utility)}(this,function(t,e,n,i,o){function r(t){n.call(this),this._owner=t}function a(t){e.call(this),i.call(this),o.SimpleSelectionMixin.call(this)}return r.prototype=Object.create(n.prototype),r.prototype.constructor=r,r.prototype._class+=" tree_Dendrogram.Column",r.prototype.publish("column",null,"set","Field",function(){return this._owner?this._owner.columns():[]},{optional:!0}),a.prototype=Object.create(e.prototype),a.prototype.constructor=a,a.prototype._class+=" tree_Treemap",a.prototype["implements"](i.prototype),a.prototype.mixin(o.SimpleSelectionMixin),a.prototype.Column=r,a.prototype.publish("paletteID","default","set","Palette ID",a.prototype._palette["switch"](),{tags:["Basic","Shared"]}),a.prototype.publish("useClonedPalette",!1,"boolean","Enable or disable using a cloned palette",null,{tags:["Intermediate","Shared"]}),a.prototype.publish("mappings",[],"propertyArray","Source Columns",null,{autoExpand:r}),a.prototype.publish("aggrType",null,"set","Aggregation Type",[null,"mean","median","sum","min","max"],{optional:!0}),a.prototype.publish("aggrColumn",null,"set","Aggregation Field",function(){return this.columns()},{optional:!0,disable:function(t){return!t.aggrType()}}),a.prototype.publish("fontSize",null,"number","Font Size",null,{optional:!0}),a.prototype.publish("transitionDuration",250,"number","Transition Duration"),a.prototype.treemapData=function(){function t(e){if(e.values instanceof Array){var n=e.values.filter(function(t){return!(t instanceof Array)}).map(function(e){return t(e)}),i={label:e.key};return n.length?i.children=n:i.size=22,i}return{label:e.key,size:e.values.aggregate,origRows:e.values}}if(!this.mappings().filter(function(t){return t.column()}).length)return this.data();var e=this._db.aggregateView(this.mappings().map(function(t){return t.column()}),this.aggrType(),this.aggrColumn()),n={key:"root",values:e.entries()};return t(n)},a.prototype.enter=function(n,i){e.prototype.enter.apply(this,arguments),this._d3Treemap=t.layout.treemap().value(function(t){return t.size||50}),this._elementDIV=i.append("div"),this._selection.widgetElement(this._elementDIV)},a.prototype.update=function(t,n){function i(t){if(t.children)return null;for(var e=t.label+" ("+t.value+")";t.parent&&t.parent.parent;)e=t.parent.label+" -> "+e,t=t.parent;return e}function o(t){this.style("left",function(t){return t.x+Math.max(0,t.dx-1)/2+"px"}).style("top",function(t){return t.y+Math.max(0,t.dy-1)/2+"px"}).style("width",function(t){return"0px"}).style("height",function(t){return"0px"})}function r(){this.style("left",function(t){return t.x+"px"}).style("top",function(t){return t.y+"px"}).style("width",function(t){return Math.max(0,t.dx-1)+"px"}).style("height",function(t){return Math.max(0,t.dy-1)+"px"})}e.prototype.update.apply(this,arguments),this._palette=this._palette["switch"](this.paletteID()),this.useClonedPalette()&&(this._palette=this._palette.cloneNotExists(this.paletteID()+"_"+this.id()));var a=this._d3Treemap.size([this.width(),this.height()]).nodes(this.treemapData());this._elementDIV.style("font-size",this.fontSize_exists()?this.fontSize()+"px":null).style("line-height",this.fontSize_exists()?this.fontSize()+2+"px":null);var l=this,s=this._elementDIV.selectAll(".node").data(a);s.enter().append("div").attr("class","node").call(this._selection.enter.bind(this._selection)).on("click",function(t){if(t&&t.origRows){var e="";l.mappings().forEach(function(t){t.column()&&(e=t.column())}),l.click(l.rowToObj(t.origRows[0]),e,l._selection.selected(this))}}).call(o),s.attr("title",i).text(function(t){return t.children?null:t.label}).style("background",function(t){return t.children?l._palette(t.label):null}).transition().duration(this.transitionDuration()).style("opacity",function(t){return t.children?1:null}).call(r),s.exit().transition().duration(this.transitionDuration()).style("opacity",0).remove()},a.prototype.exit=function(t,n){e.prototype.exit.apply(this,arguments)},a}); \ No newline at end of file diff --git a/dist/hpcc-viz.css b/dist/hpcc-viz.css new file mode 100644 index 0000000000..b1f3e0b90d --- /dev/null +++ b/dist/hpcc-viz.css @@ -0,0 +1,2319 @@ +@import url(http://fonts.googleapis.com/css?family=Lato:400); + + +.d3-tip { + line-height: 1; + font-weight: bold; + padding: 12px; + background: rgba(0, 0, 0, 0.66); + color: #fff; + border-radius: 2px; + pointer-events: none !important; + z-index: 10; +} + +.d3-tip.hidden { + visibility: hidden; +} + +/* Creates a small triangle extender for the tooltip */ + +.d3-tip:after { + box-sizing: border-box; + display: inline; + font-size: 10px; + width: 100%; + line-height: 1; + color: rgba(0, 0, 0, 0.66); + position: absolute; + pointer-events: none !important; +} + +/* Northward tooltips */ + +.d3-tip.n:after { + content: "\25BC"; + margin: -1px 0 0 0; + top: 100%; + left: 0; + text-align: center; +} + +/* Eastward tooltips */ + +.d3-tip.e:after { + content: "\25C0"; + margin: -4px 0 0 0; + top: 50%; + left: -8px; +} + +/* Southward tooltips */ + +.d3-tip.s:after { + content: "\25B2"; + margin: 0 0 1px 0; + top: -8px; + left: 0; + text-align: center; +} + +/* Westward tooltips */ + +.d3-tip.w:after { + content: "\25B6"; + margin: -4px 0 0 -1px; + top: 50%; + left: 100%; +} + +.d3-tip.notick:after { + content: "" !important; +} + +.common_Widget .over { + stroke: rgba(0, 0, 0, 0.66); + opacity: 0.66; +} +.chart_Axis { + fill: black; + font: 10px sans-serif; +} + +.chart_Axis .axis .tick > text { + font: 10px sans-serif; +} + +.chart_Axis .axis path.domain, +.chart_Axis .axis .tick line { + fill: none; + stroke: black; +} + +.chart_Axis .guide path.domain { + fill: none; + stroke: none; +} + +.chart_Axis .guide .tick line { + fill: none; + stroke: lightgrey; + opacity: 0.7; +} +.chart_Bubble circle { + cursor: pointer; +} + +.chart_Bubble .selected circle { + stroke: red; + stroke-width: 1.5px; +} + +.chart_Bubble .common_FAChar { + fill: white; + pointer-events: none; +} + +.chart_Bubble .common_Text { + pointer-events: none; +} +.chart_Bullet .domain { + opacity: 0; +} + +.chart_Bullet .bullet { + border: solid 1px; + border-color: transparent; + font: 10px sans-serif; +} + +.chart_Bullet .bullet.selected { + border-color: red; +} + +.chart_Bullet .bullet.over { + border-color: orange; +} + +.chart_Bullet .bullet.selected.over { + border-color: red; +} + +.chart_Bullet .bullet .marker { + stroke: #000; + stroke-width: 2px; +} + +.chart_Bullet .bullet .tick line { + stroke: #666; + stroke-width: .5px; +} + +.chart_Bullet .bullet .range.s0 { + fill: #eee; +} + +.chart_Bullet .bullet .range.s1 { + fill: #ddd; +} + +.chart_Bullet .bullet .range.s2 { + fill: #ccc; +} + +.chart_Bullet .bullet .measure.s0 { + fill: lightsteelblue; +} + +.chart_Bullet .bullet .measure.s1 { + fill: steelblue; +} + +.chart_Bullet .bullet .title { + font-size: 14px; + font-weight: bold; +} + +.chart_Bullet .bullet .subtitle { + fill: #999; +} +.chart_Column .columnRect { + fill: steelblue; + cursor: pointer; +} + +.chart_Column .data.axis path { + display: none; +} + +.chart_Column .columnRect { + stroke: transparent; + border-width: 1.5px; +} + +.chart_Column .columnRect.selected { + stroke: red; +} +.chart_HexBin .hexagon { + fill: none; + stroke: #000; + stroke-width: .5px; +} +.chart_Line .dataLine { + fill: none; + stroke: steelblue; + stroke-width: 1.5px; +} +.chart_Pie path { + cursor: pointer; +} + +.chart_Pie .common_FAChar { + pointer-events: none; +} + +.chart_Pie .common_Text { + pointer-events: none; +} + +.chart_Pie .arc path { + stroke: white; + stroke-width: 0.75px; +} + +.chart_Pie .arc.selected path { + stroke: red; + stroke-width: 1.5px; +} + +.chart_Pie .innerLabel.common_FAChar { + fill: white; +} + +.chart_Pie .outerLabel.common_FAChar { + fill: black; +} + +.chart_Pie .innerLabel.common_Text { + fill: white; +} + +.chart_Pie .outerLabel.common_Text { + fill: black; +} +.chart_Scatter .pointShape, +.chart_Scatter .line, +.chart_Scatter .area { + pointer-events: none; +} + +.chart_Scatter .point .pointSelection { + fill: none; + stroke: none; + pointer-events: all; +} + +.chart_Scatter .point .pointSelection.selected { + fill: none; + stroke: red; +} +/* imports */ + +.chart_Summary { + width: 225px; + height: 150px; + font-size: 14px; +} + +.chart_Summary .content h2 { + font-weight: bold; + font-size: 3em; + margin-left: 10px; + margin-top: 10px; + margin-bottom: 10px; +} + +.chart_Summary .bgIcon:before { + position: absolute; + font-family: FontAwesome; + font-size: 5.5em; + opacity: 0.4; + right: 15px; +} + +.chart_Summary .bgIcon { + position: relative; +} + +.chart_Summary .content { + float: left; + width: 100%; + height: 100%; + background-color: #efd752; +} + +.chart_Summary .content div { + margin-top: -1.1em; + font-size: 1.1em; + opacity: 0.8; +} + +.chart_Summary .content .text { + padding-left: 10px; +} + +.chart_Summary .content .more { + position: absolute; + bottom: 0px; + width: 100%; + height: 3em; + line-height: 3em; +} + +.chart_Summary .content .more i { + padding-left: 10px; + padding-right: 0.5em; +} +.chart_XYAxis .axis { + fill: black; + font: 10px sans-serif; +} + +.chart_XYAxis .tick > text { + font: 10px sans-serif; +} + +.chart_XYAxis .axis path, +.chart_XYAxis .axis line { + fill: none; + stroke: #000; + shape-rendering: crispEdges; +} + +.chart_XYAxis .region { + opacity: 0.33; +} + +.chart_XYAxis .brush rect.background { + z-index: -999; +} + +.chart_XYAxis .brush .extent { + stroke: none; + fill: steelblue; + fill-opacity: .125; + shape-rendering: crispEdges; +} + +.chart_XYAxis .brush .resize path { + fill: #eee; + stroke: #666; +} +.common_FAChar .common_Text { + font-size: 14px; +} +.common_Icon .common_FAChar .common_Text { + fill: white; +} +.common_List .common_TextBox .common_Shape { + fill: #dcf1ff; + stroke: #dcf1ff; +} + +.common_List .common_TextBox .common_Text { + pointer-events: none; +} + +.common_List .common_TextBox .common_Shape:hover { + fill: white; + stroke: white; +} +.common_Menu .common_FAChar { + fill: white; + cursor: pointer; +} + +.common_Menu.disabled .common_FAChar { + visibility: hidden; + cursor: inherit; +} + +.common_Menu .common_List .common_TextBox .common_Shape { + fill: #1f77b4; + stroke: #1f77b4; +} + +.common_Menu .common_List .common_TextBox .common_Text { + fill: white; +} + +.common_Menu .common_List .common_TextBox .common_Shape:hover { + fill: #ff7f0e; + stroke: #ff7f0e; +} +.resizeN { + cursor: ns-resize; + opacity: 0; +} + +.resizeNE { + cursor: ne-resize; + opacity: 0; +} + +.resizeE { + cursor: ew-resize; + opacity: 0; +} + +.resizeSE { + cursor: se-resize; + opacity: 0; +} + +.resizeS { + cursor: ns-resize; + opacity: 0; +} + +.resizeSW { + cursor: sw-resize; + opacity: 0; +} + +.resizeW { + cursor: ew-resize; + opacity: 0; +} + +.resizeNW { + cursor: nw-resize; + opacity: 0; +} +.common_Shape { + fill: #1f77b4; + stroke: #1f77b4; +} +.common_Surface .container .common_Shape { + fill: #f9fcff; + stroke: #1f77b4; + stroke-width: 1.0px; +} + +.common_Surface .title { + cursor: move; +} + +.common_Surface .title .common_Shape { + fill: #1f77b4; + stroke: #1f77b4; + stroke-width: 1.0px; +} + +.common_Surface .title text { + fill: white; + stroke: none; +} + +.svg-button-container { + position: fixed; +} + +.svg-button-container .surface-button { + position: relative; + background: transparent; + border: none; + opacity: 0.8; + color: #fff; +} + +.svg-button-container .surface-button:hover { + opacity: 1; +} + +.svg-button-container .surface-button:active { + opacity: 0.5; +} +.common_SVGZoomWidget .common_Icon .common_Shape { + fill: white; + stroke: darkgray; + cursor: pointer; +} + +.common_SVGZoomWidget .common_Icon .common_FAChar .common_Text { + fill: darkgray; + cursor: pointer; +} + +.common_SVGZoomWidget .background { + fill: white; +} +.common_Text { + fill: #000; + font-size: 12px; +} +.common_TextBox .common_Shape { + fill: #dcf1ff; + stroke: #1f77b4; +} +.form_Form { + color: #404040; +} + +.form_Form tbody td { + white-space: nowrap; + border: 1px solid #E5E5E5; +} + +.form_Form td.prompt { + padding: 5px; + vertical-align: top; + background-color: #E5E5E5; +} + +.form_Form td.input { + padding: 5px; + width: 100%; + vertical-align: middle; +} + +.form_Form tfoot button { + margin: 5px; +} + +.form_Form tbody tr:hover { + background-color: #FAFAFA; +} +.form_Input input, +.form_Input select, +.form_Input button, +.form_Input textarea { + padding: 2px; +} + +.form_Input button { + cursor: pointer; +} + +.form_Input input.color-text { + width: 120px; +} + +.form_Input input.color-text+input { + width: 57px; + position: absolute; +} + +.form_Input textarea { + width: 100%; + box-sizing: border-box; + display: block; +} + +.form_Input input[type="textbox"] { + width: 100%; + box-sizing: border-box; + display: block; +} + +.form_Input ul { + list-style-type: none; + float: left; + padding: 0px; + margin: 0px; +} + +.form_Input li { + float: left; + list-style-position: inside; +} +.form_Slider text { + color: #000; +} + +.form_Slider .chart_Axis { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} + +.form_Slider .chart_Axis .domain { + fill: none; + stroke: lightgray; + stroke-width: 10px; + stroke-linecap: round; +} + +.form_Slider .extent { + fill: #fff; + opacity: 0.5; +} + +.form_Slider .background { + fill: red; + opacity: 0.5; +} + +.form_Slider .handle { + fill: #fff; + stroke: #bbb; + stroke-opacity: .5; + stroke-width: 1.00px; + pointer-events: none; +} + +.form_Slider .common_Icon .common_Widget .common_Shape { + fill: #ccc; + stroke: #bbb; +} + +.form_Slider .common_Icon:hover { + cursor: pointer; +} + +.form_Slider .common_Icon:hover .common_Widget .common_Shape { + stroke: #aaa; +} + + + + +.graph_Edge { + fill: none; + stroke: #656565; + stroke-width: 1.0px; +} + +.graph_Edge .common_TextBox .common_Text { + fill: black; + stroke: none; +} + +.graph_Edge .common_TextBox .common_Shape { + fill: white; + stroke: none; +} + +.graph_Edge.selected { + stroke: red !important; +} + +.graph_Edge.selected .common_Text { + fill: red !important; +} +.graph_Graph .marker { + fill: #656565; + stroke: none; + stroke-width: 1.0px; +} + +.graph_Graph .zoom { + fill: none; + pointer-events: all; +} + +.graph_Graph .selectionBrush { + fill: none; + stroke: darkgray; +} +.graph_Sankey .node rect { + cursor: move; + fill-opacity: .9; + shape-rendering: crispEdges; + stroke: darkgray; +} + +.graph_Sankey .node.selected rect { + stroke: red; +} + +.graph_Sankey .node.over rect { + stroke: orange; +} + +.graph_Sankey .node.selected.over rect { + stroke: red; +} + +.graph_Sankey .node text { + pointer-events: none; + text-shadow: 0 1px 0 #fff; +} + +.graph_Sankey .node.selected text { + fill: red; +} + +.graph_Sankey .node.over text { + fill: orange; +} + +.graph_Sankey .node.selected.over text { + fill: red; +} + +.graph_Sankey .link { + fill: none; + stroke: #000; + stroke-opacity: .2; +} + +.graph_Sankey .link:hover { + stroke-opacity: .5; +} +.graph_Vertex { + cursor: move; +} + +.graph_Vertex.selected .common_Shape { + stroke: red !important; +} +.layout_AbsoluteSurface { + pointer-events: none; +} + +.layout_AbsoluteSurface .placeholder { + position: relative; + overflow: hidden; +} + +.layout_Layered .placeholder .common_Widget { + pointer-events: all; +} + +.layout_Layered .placeholder .common_Widget.layout_AbsoluteSurface { + pointer-events: none; +} +.layout_Accordion > ul { + position: relative; +} + +.layout_Accordion.open > span { + font-style: italic; +} + +.layout_Accordion.closed > ul { + height: 0px; + overflow: hidden; +} + +.layout_Accordion.open > ul { + display: block; +} + +.layout_Accordion > .collapsible-icon, +.layout_Accordion > .collapsible-title { + cursor: pointer; + box-sizing: border-box; +} + +.layout_Accordion > .collapsible-title { + display: block; + width: 100%; +} + +.layout_Accordion > .collapsible-title { + font-size: 13px; + color: #FFF; + padding: 4px 8px; + height: 26px; + -webkit-box-shadow: inset 0px -1px 1px 0px rgba(0,0,0,0.2); + -moz-box-shadow: inset 0px -1px 1px 0px rgba(0,0,0,0.2); + box-shadow: inset 0px -1px 1px 0px rgba(0,0,0,0.2); +} + +.layout_Accordion li { + background-color: #FFFFFF; +} + +.layout_Accordion > ul, +.layout_Accordion > .collapsible-title { + background-color: #333; +} + +.layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion > .collapsible-title { + background-color: #555; +} + +.layout_Accordion .layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion .layout_Accordion > .collapsible-title { + background-color: #777; +} + +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > .collapsible-title { + background-color: #999; +} + +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > .collapsible-title { + background-color: #BBB; +} + +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > .collapsible-title { + background-color: #CCC; +} + +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion > .collapsible-title { + background-color: #DDD; +} + +.layout_Accordion > ul, +.layout_Accordion > span { + padding-left: 0px; +} + +.layout_Accordion .layout_Accordion > ul, +.layout_Accordion .layout_Accordion > span { + padding-left: 12px; +} + +.layout_Accordion > .collapsible-title:before { + padding: 4px 8px 4px 8px; + position: absolute; + left: 0; + top: 0; +} + +.layout_Accordion > .collapsible-icon { + position: absolute; + top: 0px; + right: 0px; + width: 24px; + height: 24px; + color: #FFF; +} +.layout_Border { + width: 100%; + height: 100%; +} + +.layout_Border > .border-content { + width: 100%; + height: 100%; + position: relative; +} + +.layout_Border > .borderHandle { + width: 6px; + height: 6px; + background-color: #444; + opacity: 0.3; + position: absolute; + visibility: hidden; +} + +.layout_Border.design-mode > .borderHandle { + visibility: visible; +} + +.layout_Border > .borderHandle:hover { + background-color: #666; +} + +.layout_Border > .borderHandle.borderHandleDisabled { + display: none; +} + +.layout_Border > .borderHandle_top, +.layout_Border > .borderHandle_bottom { + cursor: ns-resize; +} + +.layout_Border > .borderHandle_left, +.layout_Border > .borderHandle_right { + cursor: ew-resize; +} + +.layout_Border .cell { + border-radius: 5px; + border: 1px solid #e5e5e5; + display: inline-block; + overflow: hidden; +} + +.layout_Border .cell h2 { + margin: 0px; + padding-top: 4px; + -webkit-margin: 0px; + text-align: center; +} + +.layout_Border .layout_BorderCell.over { + border: 2px dashed #000; +} + +.layout_Border .dragItem { + z-index: -1; + opacity: 0.33; +} + +.layout_Border .notDragItem { + z-index: -1; + opacity: 1; +} + +.layout_Border div[draggable=true] { + opacity: 0.75; + cursor: default; +} + +.layout_Border div[draggable=true] .dragHandle { + opacity: 1.0; +} + +.layout_Border div[draggable=true] .dragHandle_n, +.layout_Border div[draggable=true] .dragHandle_e, +.layout_Border div[draggable=true] .dragHandle_s, +.layout_Border div[draggable=true] .dragHandle_w { + background-color: #AAA; +} + +.layout_Border div[draggable=true] .dragHandle_nw, +.layout_Border div[draggable=true] .dragHandle_ne, +.layout_Border div[draggable=true] .dragHandle_se, +.layout_Border div[draggable=true] .dragHandle_sw { + background-color: #333; +} + +.layout_Border div[draggable=true] .dragHandle_nw { + cursor: nw-resize; +} + +.layout_Border div[draggable=true] .dragHandle_n { + cursor: n-resize; +} + +.layout_Border div[draggable=true] .dragHandle_ne { + cursor: ne-resize; +} + +.layout_Border div[draggable=true] .dragHandle_e { + cursor: e-resize; +} + +.layout_Border div[draggable=true] .dragHandle_se { + cursor: se-resize; +} + +.layout_Border div[draggable=true] .dragHandle_s { + cursor: s-resize; +} + +.layout_Border div[draggable=true] .dragHandle_sw { + cursor: sw-resize; +} + +.layout_Border div[draggable=true] .dragHandle_w { + cursor: w-resize; +} + +.layout_Border div[draggable=false] > div > .dragHandle { + display: none; +} + +.layout_Border .grid-drop-target { + position: fixed; + box-sizing: border-box; + border: 2px dashed #7f8c8d; + border-radius: 0px; + background: repeating-linear-gradient( + -45deg, + rgba(0, 0, 0, 0), + rgba(0, 0, 0, 0) 4px, + rgba(100, 100, 100, 0.1) 4px, + rgba(100, 100, 100, 0.1) 8px + ); +} + +.layout_Border .grid-drop-target.drop-target-over { + border: 2px dashed #179BD7; + background: repeating-linear-gradient( + -45deg, + rgba(0, 0, 0, 0), + rgba(0, 0, 0, 0) 6px, + rgba(17, 155, 215, 0.1) 6px, + rgba(17, 155, 215, 0.1) 12px + ); +} +.layout_Cell .update-indicator { + box-sizing: border-box; + position: absolute; + top: 0px; + left: 0px; + padding: 0px; + z-index: 1000; + border-width: 0px; + border-style: solid; + pointer-events: none; +} +.layout_Grid .cell { + border-radius: 5px; + border: 1px solid #e5e5e5; + display: inline-block; + overflow: hidden; +} + +.layout_Grid .cell h2 { + margin: 0px; + padding-top: 4px; + -webkit-margin: 0px; + text-align: center; +} + +.layout_Grid .dropCell { + box-sizing: border-box; + background-color: lightgrey; + border-radius: 5px; + border: 1px solid #333; + display: inline-block; + overflow: hidden; +} + +.layout_Grid .dropCell.over { + border: 2px dashed #000; +} + +.layout_Grid .layout_Cell.over { + border: 2px dashed #000; +} + +.layout_Grid .dragItem { + z-index: 0; +} + +.layout_Grid .notDragItem { + opacity: 1; +} + +.layout_Grid .layout_Surface { + height: 100%; + width: 100%; + box-sizing: border-box; +} + +.layout_Grid div[draggable=true] { + cursor: move; +} + +.layout_Grid div[draggable=true] .dragHandle { + opacity: 1.0; +} + +.layout_Grid div[draggable=true] .dragHandle_n, +.layout_Grid div[draggable=true] .dragHandle_e, +.layout_Grid div[draggable=true] .dragHandle_s, +.layout_Grid div[draggable=true] .dragHandle_w { + background-color: #AAA; +} + +.layout_Grid div[draggable=true] .dragHandle_nw, +.layout_Grid div[draggable=true] .dragHandle_ne, +.layout_Grid div[draggable=true] .dragHandle_se, +.layout_Grid div[draggable=true] .dragHandle_sw { + background-color: #333; +} + +.layout_Grid div[draggable=true] .dragHandle_nw { + cursor: nw-resize; +} + +.layout_Grid div[draggable=true] .dragHandle_n { + cursor: n-resize; +} + +.layout_Grid div[draggable=true] .dragHandle_ne { + cursor: ne-resize; +} + +.layout_Grid div[draggable=true] .dragHandle_e { + cursor: e-resize; +} + +.layout_Grid div[draggable=true] .dragHandle_se { + cursor: se-resize; +} + +.layout_Grid div[draggable=true] .dragHandle_s { + cursor: s-resize; +} + +.layout_Grid div[draggable=true] .dragHandle_sw { + cursor: sw-resize; +} + +.layout_Grid div[draggable=true] .dragHandle_w { + cursor: w-resize; +} + +.layout_Grid div[draggable=false] > div > .dragHandle { + display: none; +} + +.layout_Grid .selected div.dragHandle { + background-color: #F48A00; +} + +.layout_Grid .selected div.dragHandle_nw, +.layout_Grid .selected div.dragHandle_ne, +.layout_Grid .selected div.dragHandle_se, +.layout_Grid .selected div.dragHandle_sw { + background-color: #EE1; +} + +.layout_Grid .grid-drop-target { + position: fixed; + box-sizing: border-box; + border: 2px dashed #7f8c8d; + border-radius: 0px; + background: repeating-linear-gradient( + -45deg, + rgba(0, 0, 0, 0), + rgba(0, 0, 0, 0) 4px, + rgba(100, 100, 100, 0.1) 4px, + rgba(100, 100, 100, 0.1) 8px + ); +} + +.layout_Grid .grid-drop-target.drop-target-over { + border: 2px dashed #179BD7; + background: repeating-linear-gradient( + -45deg, + rgba(0, 0, 0, 0), + rgba(0, 0, 0, 0) 6px, + rgba(17, 155, 215, 0.1) 6px, + rgba(17, 155, 215, 0.1) 12px + ); +} + +.layout_Grid .grid-drop-target.grid-drag-handle- { + cursor: move; +} + +.layout_Grid .grid-drop-target.grid-drag-handle-n, +.layout_Grid .grid-drop-target.grid-drag-handle-s { + cursor: ns-resize; +} + +.layout_Grid .grid-drop-target.grid-drag-handle-e, +.layout_Grid .grid-drop-target.grid-drag-handle-w { + cursor: ew-resize; +} + +.layout_Grid .grid-drop-target.grid-drag-handle-ne, +.layout_Grid .grid-drop-target.grid-drag-handle-sw { + cursor: nesw-resize; +} + +.layout_Grid .grid-drop-target.grid-drag-handle-nw, +.layout_Grid .grid-drop-target.grid-drag-handle-se { + cursor: nwse-resize; +} + +.layout_Grid.hideHandles div.dragHandle, +.layout_Grid.hideHandles div.dragHandle_nw, +.layout_Grid.hideHandles div.dragHandle_ne, +.layout_Grid.hideHandles div.dragHandle_se, +.layout_Grid.hideHandles div.dragHandle_sw { + background-color: transparent; +} +.layout_Layered .layout_Layered_Container { + position: relative; + pointer-events: none; +} + +.layout_Layered .content { + position: absolute; +} +.layout_Surface { + margin: 0px; + border: 1px solid #e5e5e5; + overflow: hidden; + height: 100%; + width: 100%; +} + +.layout_Surface > h3 { + margin: 0px; + padding: 2px; + background-color: #e5e5e5; +} + +.layout_Surface .html-button-container { + position: absolute; + right: 0px; + top: 3px; +} + +.layout_Surface > div { + padding: 8px; +} + +.layout_Surface .html-button-container .surface-button { + margin-right: 5px; +} + +.layout_Surface .html-button-container .surface-button i { + opacity: 0.8; +} + +.layout_Surface .html-button-container .surface-button:hover { + opacity: 1; +} + +.layout_Surface .html-button-container .surface-button:active { + opacity: 0.5; +} + +div[draggable=true].hideDragCellContent.content-icon:before { + content: "\f080"; + font-family: FontAwesome; + position: absolute; + top: calc(50% - 74px); + left: calc(50% - 56px); + font-size: 100px; +} + +div[draggable=true].hideDragCellContent.content-icon-Line:before { + content: "\f201"; +} + +div[draggable=true].hideDragCellContent.content-icon-Pie:before { + top: calc(50% - 72px); + left: calc(50% - 45px); + content: "\f200"; +} + +div[draggable=true].hideDragCellContent.content-icon-Area:before { + content: "\f1fe"; +} + +div[draggable=true].hideDragCellContent.content-icon-Gauge:before { + content: "\f0e4"; +} + +div[draggable=true].hideDragCellContent.content-icon-Table:before { + content: "\f0ce"; +} + +div[draggable=true].hideDragCellContent.content-icon-Form:before { + content: "\f11c"; +} + +div[draggable=true].hideDragCellContent.content-icon-Grid:before, +div[draggable=true].hideDragCellContent.content-icon-Graph:before, +div[draggable=true].hideDragCellContent.content-icon-Border:before, +div[draggable=true].hideDragCellContent.content-icon-Tabbed:before, +div[draggable=true].hideDragCellContent.content-icon-Accordion:before, +div[draggable=true].hideDragCellContent.content-icon-MultiChart:before, +div[draggable=true].hideDragCellContent.content-icon-MultiChartSurface:before { + content: "\f247"; +} + +div[draggable=true].hideDragCellContent.content-icon-ChoroplethStates:before, +div[draggable=true].hideDragCellContent.content-icon-ChoroplethStatesHeat:before, +div[draggable=true].hideDragCellContent.content-icon-ChoroplethCounties:before, +div[draggable=true].hideDragCellContent.content-icon-ChoroplethCountries:before, +div[draggable=true].hideDragCellContent.content-icon-GMap:before, +div[draggable=true].hideDragCellContent.content-icon-GMapHeat:before, +div[draggable=true].hideDragCellContent.content-icon-GMapGraph:before { + content: "\f278"; +} + +div[draggable=true].hideDragCellContent.content-icon-Text:before, +div[draggable=true].hideDragCellContent.content-icon-TextBox:before, +div[draggable=true].hideDragCellContent.content-icon-FAChar:before { + content: "\f278"; +} +.layout_Tabbed .tab-button { + position: relative; + top: 1px; + display: inline-block; + border-left: 1px solid #ddd; + border-top: 1px solid #ddd; + border-right: 1px solid #ddd; + background-color: transparent; + margin-right: 4px; + padding: 2px; + padding-bottom: 4px; + background-color: #ccc; +} + +.layout_Tabbed .tab-button.active { + background-color: white; + z-index: 999; +} + +.layout_Tabbed .on_bottom .tab-button { + border-bottom: 1px solid #ddd; + border-top: none; + top: -1px; +} +.layout_Toolbar { + height: 100%; + background-color: #dddddd; + white-space: nowrap; + overflow: hidden; +} + +.layout_Toolbar .toolbar-title { + display: inline-block; + position: relative; + top: 50%; + transform: translateY(-50%); + -ms-transform: translateY(-50%); + margin-left: 4px; + font-weight: bold; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} + + + +.layout_Toolbar .toolbar-child { + position: relative; + top: 50%; + transform: translateY(-50%); + -ms-transform: translateY(-50%); + float: right; + margin-left: 4px; + margin-right: 4px; + line-height: 16px; +} +.map_Layered .checkerFill { + fill: red; + stroke: red; + opacity: 0.5; +} + +.map_Layered .checkerNoFill { + fill: none; + stroke: none; + opacity: 0.5; +} + +.map_Layered .mesh { + fill: none; + stroke: #6D6E71; +} + +.map_Layered .data { + stroke: none; +} + +.map_Layered .data.selected { + stroke: red; + stroke-width: 1.25px; +} +.map_Layered .data { + stroke: none; +} + +.map_Layered .data.selected { + stroke: red; +} + +.map_Layered .data.over { + stroke: orange; +} + +.map_Layered .data.selected.over { + stroke: red; +} + + +.map_GMap .marker { + fill: #656565; + stroke: none; + stroke-width: 1.0px; +} + +.map_GMap .map_Layered { + pointer-events: auto; + cursor: auto; +} + +.gm-style img { + max-width: none; +} + +.gm-style label { + width: auto; + display: inline; +} +.map_Layered .marker { + fill: #656565; + stroke: none; + stroke-width: 1.0px; +} + +.map_Layered .dataEdge { + stroke: black; + fill: none; +} +.map_Layered .graticule { + fill: none; + stroke: darkgray; + stroke-linejoin: round; +} + +.map_Layered .graticuleOutline { + fill: none; + stroke: black; + stroke-linejoin: round; +} +.map_Heat { + //pointer-events: none; +} + +.map_Heat canvas { + pointer-events: none; +} +.map_Layered .background { + fill: none; +} + +.map_Layered .raster image { + fill: #B5D0D0; +} + +.map_Layered .vector { + fill: none; + stroke: navy; + stroke-linejoin: round; +} + +.map_Layered .hash path { + fill: none; + stroke: red; + stroke-linejoin: round; +} +.map_Layered .marker { + fill: #656565; + stroke: none; + stroke-width: 1.0px; +} + +.map_Layered .dataEdge { + stroke: black; + fill: none; +} +.map_OpenStreet .background { + fill: white; +} + + + +.map_OpenStreet .graticule { + fill: none; + stroke: #777; + stroke-width: .5px; + stroke-opacity: .5; +} + +.map_Layered .vector { + fill: none; + stroke: navy; + stroke-linejoin: round; +} +.map_Layered .data { + stroke: none; +} + +.map_Layered .data.selected { + stroke: red; +} + +.map_Layered .data.over { + stroke: orange; +} + +.map_Layered .data.selected.over { + stroke: red; +} +.other_autoCompleteText label { + display: inline-block; + vertical-align: top; +} + +.other_autoCompleteText input { + width: 100%; + max-width: 600px; + outline: 0; + border-radius: 100; +} +.other_CalendarHeatMap { + shape-rendering: crispEdges; +} + +.other_CalendarHeatMap .day { + fill: #fff; + stroke: #ccc; +} + +.other_CalendarHeatMap .day.selected { + stroke: red; +} + +.other_CalendarHeatMap .day.over { + stroke: orange; +} + +.other_CalendarHeatMap .day.selected.over { + stroke: red; +} + +.other_CalendarHeatMap .month { + fill: none; + stroke: #000; + stroke-width: 2px; +} +.other_Html { + height: 100%; + width: 100%; + overflow-x: auto; + overflow-y: scroll; +} +.other_Legend .colorBlock { + width: 10px; + height: 10px; +} + +.other_Legend > table, +.other_Legend > table td, +.other_Legend > table th { + border-collapse: collapse; + border-spacing: 0px; +} + +.other_Table.other_Legend table { + border-spacing: 0; +} + +.other_Table.other_Legend th, +.labels-wrapper th { + padding: 2px 5px; + background-color: transparent; + border-width: 1px; + border-style: solid; + border-color: transparent; + color: #333; + white-space: nowrap; + cursor: default; + font-weight: normal; + text-align: left; +} + +.other_Table.other_Legend tr { + background-color: transparent; + color: #333; +} + +.other_Table.other_Legend .tableDiv tbody > tr:nth-child(odd) { + background-color: unset; + color: black; +} + +.other_Table.other_Legend .tableDiv tbody > tr:hover, +.other_Table.other_Legend .tableDiv tbody > tr.hover, +.rows-wrapper table tbody tr.hover { + background-color: #bfd7e7; + color: white; +} + +.other_Table.other_Legend thead > tr:hover { + background-color: transparent; +} + +.other_Table.other_Legend tbody > tr:hover, +.other_Table.other_Legend tbody > tr.hover, +.rows-wrapper tbody tr.hover { + background-color: #EEE; +} + +.other_Table.other_Legend td, +.rows-wrapper td { + border-width: 0px; + padding: 2px 5px; + white-space: nowrap; + box-sizing: border-box; +} + +.other_Legend > .tableDiv > table > tbody > tr:hover { + cursor: pointer; + color: #000; + background-color: #DDD; +} + +.other_Legend.horiz-legend .tableDiv { + width: 100%!important; + text-align: left; +} + +.other_Legend.horiz-legend .tableDiv > table { + display: inline-block; + width: 100%!important; + top: 0px!important; + left: 0px!important; +} + +.other_Legend.horiz-legend thead, +.other_Legend.horiz-legend tbody, +.other_Legend.horiz-legend tr { + display: inline-block; +} + +.other_Legend.horiz-legend td, +.other_Legend.horiz-legend td > div { + display: inline-block; + white-space: nowrap; +} + +.other_Legend.horiz-legend tr { + white-space: nowrap; +} + +.other_Legend.horiz-legend tbody { + display: inline-block; + width: 100%!important; + text-align: center; +} +.other_MorphText .enter { + fill: green; +} + +.other_MorphText .update { + fill: #333; +} + +.other_MorphText .exit { + fill: brown; +} +.other_Paginator { + display: block; + position: absolute; + white-space: nowrap; +} + +.other_Paginator .pagination { + display: inline-block; + white-space: nowrap; +} + +.other_Paginator .pagination > li { + display: inline; +} + +.other_Paginator input[type="number"].currentPageNumber { + border: 1px solid #ddd; + outline: 0 none; + position: relative; + width: 37px; + text-align: center; +} + +.other_Paginator div.side { + padding: 5px 20px; + vertical-align: top; +} + +.other_Paginator span.side { + position: relative; + color: #337ab7; +} + +.other_Paginator .pagination > li > a, +.other_Paginator .pagination > div, +.other_Paginator .pagination > li > span { + position: relative; + float: left; + padding: 6px 12px; + margin-left: -1px; + line-height: 1.42857143; + color: #337ab7; + text-decoration: none; + background-color: #fff; + border: 1px solid #ddd; +} + +.other_Paginator .pagination > li:first-child > a, +.other_Paginator .pagination > li:first-child > span { + margin-left: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + +.other_Paginator .pagination > li:last-child > a, +.other_Paginator .pagination > li:last-child > span { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + +.other_Paginator .pagination > li > a:hover, +.other_Paginator .pagination > li > span:hover, +.other_Paginator .pagination > li > a:focus, +.other_Paginator .pagination > li > span:focus { + color: #23527c; + background-color: #eee; + border-color: #ddd; +} + +.other_Paginator .pagination > .active > a, +.other_Paginator .pagination > .active > span, +.other_Paginator .pagination > .active > a:hover, +.other_Paginator .pagination > .active > span:hover, +.other_Paginator .pagination > .active > a:focus, +.other_Paginator .pagination > .active > span:focus { + z-index: 2; + color: #fff; + cursor: default; + background-color: #337ab7; + border-color: #337ab7; +} + +.other_Paginator .pagination > .disabled > span, +.other_Paginator .pagination > .disabled > span:hover, +.other_Paginator .pagination > .disabled > span:focus, +.other_Paginator .pagination > .disabled > a, +.other_Paginator .pagination > .disabled > a:hover, +.other_Paginator .pagination > .disabled > a:focus { + color: #777; + cursor: not-allowed; + background-color: #fff; + border-color: #ddd; +} + +.other_Paginator .pagination-lg > li > a, +.other_Paginator .pagination-lg > li > span { + padding: 10px 16px; + font-size: 18px; +} + +.other_Paginator .pagination-lg > li:first-child > a, +.other_Paginator .pagination-lg > li:first-child > span { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +.other_Paginator .pagination-lg > li:last-child > a, +.other_Paginator .pagination-lg > li:last-child > span { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +.other_Paginator .pagination-sm > li > a, +.other_Paginator .pagination-sm > li > span { + padding: 5px 10px; + font-size: 12px; +} + +.other_Paginator .pagination-sm > li:first-child > a, +.other_Paginator .pagination-sm > li:first-child > span { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + +.other_Paginator .pagination-sm > li:last-child > a, +.other_Paginator .pagination-sm > li:last-child > span { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.other_PropertyEditor { + overflow-y: scroll; + height: 100%; + width: 100%; +} + +.other_PropertyEditor .other_PropertyEditor { + overflow: hidden; +} + +.other_PropertyEditor .property-table { + width: 100%; + border: 1px solid #ddd; + border-width: 0 0 0 1px; +} + +.other_PropertyEditor thead > tr > th { + background-color: #333; +} + +.other_PropertyEditor .other_PropertyEditor th { + background-color: #444; +} + +.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th { + background-color: #555; +} + +.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th { + background-color: #666; +} + +.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th { + background-color: #777; +} + +.other_PropertyEditor .property-table thead > tr > th { + text-align: left; + background-color: #333; + color: #fff; + padding-left: 4px; +} + +.other_PropertyEditor .property-table thead > tr > th > i { + float: right; + padding: 4px; +} + +.other_PropertyEditor .property-table thead > tr > th > i:hover { + background-color: #555; + cursor: pointer; +} + +.other_PropertyEditor .property-table.property-table-collapsed tbody { + display: none; +} + +.other_PropertyEditor .property-table tbody > tr:nth-child(even) { + background-color: #F9F9F9; +} + +.other_PropertyEditor .property-table tbody > tr:nth-child(odd) { + background-color: #FFF; +} + +.other_PropertyEditor .property-table tbody > tr > td { + text-align: left; + color: #333; + padding: 0 0 0 2px; +} + +.other_PropertyEditor .property-table tbody > tr.disabled > td { + color: gray; +} + +.other_PropertyEditor .property-input-cell > div { + padding-left: 8px; +} + +.other_PropertyEditor .property-label { + padding-right: 4px; + box-sizing: border-box; + height: 20px; +} + +.other_PropertyEditor td.property-input-cell { + text-align: left; + height: 20px; + padding: 1px 0; +} + +.other_PropertyEditor .property-input-cell > input, +.other_PropertyEditor .property-input-cell > textarea { + width: 100%; + box-sizing: border-box; +} + +.other_PropertyEditor .property-input-cell > input { + height: 20px; +} + +.other_PropertyEditor .property-input-cell > textarea { + height: 40px; +} + +.other_PropertyEditor .property-input-cell.boolean-cell { + width: auto; + margin: 0; + position: relative; +} + +.other_PropertyEditor .property-input-cell > input[type="checkbox"] { + width: auto; + margin: 0; + position: absolute; + top: 0; +} + +.other_PropertyEditor .html-color-cell > input { + width: 80%; +} + +.other_PropertyEditor .html-color-cell > input[type="color"] { + width: 20%; + position: relative; + top: -1px; +} + + +.other_Select span, +.other_Select label { + vertical-align: top; +} +.other_Table { + color: #333333; + border-width: 1px; + border-color: #999999; +} + +.other_Table table { + border-collapse: collapse; + border-spacing: 0; +} + +.other_Table .tableDiv { + position: absolute; +} + +.other_Table th, +.labels-wrapper th { + padding: 5px 10px; + border-width: 1px; + border-style: solid; + border-color: #a9c6c9; + color: white; + white-space: nowrap; + cursor: pointer; + box-sizing: border-box; +} + +.other_Table thead > tr, +.cols-wrapper tr { + background-color: #1f77b4; +} + +.other_Table .thIcon, +.labels-wrapper .thIcon { + font-family: FontAwesome; + padding-left: 8px; +} + +.other_Table .tableDiv tbody > tr:nth-child(odd) { + background-color: #f3faff; + color: black; +} + +.other_Table .tableDiv tbody > tr:nth-child(even) { + background-color: white; + color: black; +} + +.other_Table .tableDiv tbody > tr.selected { + background-color: #f48a00; + color: white; +} + +.other_Table .rows-wrapper table > tbody > tr { + background-color: #BCE1FB; + color: black; +} + +.other_Table .rows-wrapper .labels-wrapper { + width: 100%; +} + +.other_Table table tbody > tr.selected { + background-color: #f48a00; + color: white; +} + +.other_Table .tableDiv tbody > tr:hover, +.other_Table .tableDiv tbody > tr.hover, +.rows-wrapper table tbody tr.hover { + background-color: #bfd7e7; + color: white; +} + +.other_Table .tableDiv tbody > tr.selected:hover, +.other_Table .tableDiv tbody > tr.selected.hover { + background-color: #5ea8db; + color: white; +} + +.other_Table .rows-wrapper tbody tr.hover.selected { + background-color: #5ea8db; + color: white; +} + +.other_Table tr.selected:hover, +.other_Table tr.selected.hover { + background-color: #5ea8db; + color: white; +} + +.other_Table td, +.rows-wrapper td { + border-width: 1px; + padding: 2px 5px; + border-style: solid; + border-color: #a9c6c9; + white-space: nowrap; + box-sizing: border-box; + vertical-align: middle; +} + +.other_Table tfoot td, +.rows-wrapper tfoot td { + background-color: #ADDFF3; + font-weight: bold; +} +.other_ThemeEditor * { + box-sizing: border-box; +} + +.other_ThemeEditor table { + width: 100%; + margin-bottom: 4px; +} + +.other_ThemeEditor table:last-child { + margin-bottom: 0px; +} + +.other_ThemeEditor thead > tr > th { + text-align: left; +} + +.other_ThemeEditor thead > tr > th > b { + font-weight: bold; +} + +.other_ThemeEditor thead > tr > th { + background-color: #FAFAFA; +} + +.other_ThemeEditor tbody > tr > th, +.other_ThemeEditor tbody > tr > td { + font-weight: normal; + background-color: #FAFAFA; +} + +.other_ThemeEditor thead > tr:first-child > th { + background-color: #E5E5E5; +} + +.other_ThemeEditor thead > tr.mm-content > th { + padding: 0 4px; + font-size: 12px; +} + +.other_ThemeEditor th, +.other_ThemeEditor td { + padding: 4px; + white-space: nowrap; +} + +.other_ThemeEditor thead.mm-label > tr:first-child > th { + position: relative; + padding-left: 29px; +} + +.other_ThemeEditor thead.mm-label > tr:first-child > th::before { + content: "[+]"; + position: absolute; + left: 3px; + top: 3px; + color: #404040; + height: 15px; + width: 15px; + font-family: monospace; +} + +.other_ThemeEditor thead.mm-label.max > tr:first-child > th::before { + content: "[-]"; +} + +.other_ThemeEditor tr.sharedPropertyRow > td.label::after { + content: "[+]"; + position: absolute; + right: 10px; + top: 3px; + color: #404040; + height: 15px; + width: 15px; + font-family: monospace; +} + +.other_ThemeEditor tr.sharedPropertyRow > td.label.expanded::after { + content: "[-]"; +} + +.other_ThemeEditor tr.sharedPropertyRow > td.label { + position: relative; + padding-right: 30px; + text-decoration: underline; +} + +.other_ThemeEditor tr.sharedPropertyRow > td.label:hover { + text-decoration: none; + cursor: pointer; +} + +.other_ThemeEditor tr.propertyRow > th, +.other_ThemeEditor tr.propertyRow > td { + background-color: #F4F4F4; +} + +.other_ThemeEditor tr.propertyRow > td.label { + padding-left: 24px; +} + +.other_ThemeEditor table, +.other_ThemeEditor th, +.other_ThemeEditor td { + border: 1px solid #e5e5e5; +} + +.other_ThemeEditor .mm-label.min .mm-content, +.other_ThemeEditor .mm-label.min + .mm-content { + display: none; +} + +.mm-label:hover { + cursor: pointer; +} + +.other_ThemeEditor .sharedPropertyRow > .te-label { + cursor: pointer; +} + +.other_ThemeEditor .sharedPropertyRow > .te-label:hover { + text-decoration: none; +} + +.other_ThemeEditor .propertyRow.shown > .te-label { + padding-left: 15px; +} + +.other_ThemeEditor .propertyRow > td { + background-color: #F4F4F4; +} + +.other_ThemeEditor [class*=" te-"] { + /*float:left;*/ +} + +.other_ThemeEditor input, +.other_ThemeEditor textarea, +.other_ThemeEditor select { + height: 30px; + float: left; +} + +.other_ThemeEditor input, +.other_ThemeEditor select { + width: 150px; +} + +.other_ThemeEditor .te-checkbox { + width: 20px; + height: 20px; + margin: 0; +} + +.other_ThemeEditor .te-html-color-input { + height: 30px; + width: 120px; +} + +.other_ThemeEditor .te-html-color-button { + width: 30px; +} + +.other_ThemeEditor button, +.other_ThemeEditor .te-html-color-button { + background-color: #CCC; + border: 1px solid #A9A9A9; + border-left: 0; + height: 30px; + float: left; + padding: 4px; +} + +.other_ThemeEditor button, +.other_ThemeEditor .te-html-color-button, +.other_ThemeEditor .te-section-table thead { + cursor: pointer; +} + +.other_ThemeEditor button:hover, +.other_ThemeEditor .te-html-color-button:hover { + background-color: #BBB; +} + +.other_ThemeEditor button:active, +.other_ThemeEditor .te-html-color-button:active { + background-color: #AAA; +} + +.other_ThemeEditor .te-label { + white-space: nowrap; + width: 1%; + vertical-align: top; +} + +.other_ThemeEditor .te-section-table > tbody > tr:hover { + background-color: #F8FF98; +} + +.te-section-table thead th { + font-weight: bold; +} + +.te-section-table.expanded > thead > tr > th:after { + font: normal normal normal 14px/1 FontAwesome; + content: ""; + float: right; + margin-right: 6px; + margin-top: 4px; +} + +.te-section-table.collapsed > thead > tr > th:after { + font: normal normal normal 14px/1 FontAwesome; + content: ""; + float: right; + margin-right: 6px; + margin-top: 4px; +} + +#te-tableModeOptions thead > tr > th, +#te-themeEditorOptions thead > tr > th { + border: 1px solid #6E6E73; + background-color: #6E6E73; + color: #FAFAFA; +} + +/* +.widget-property-hover{ + background-color: #F1C40F!important; + border-color:#f39c12; +}*/ +.other_Wordcloud text { + cursor: pointer; +} +.tree_CirclePacking circle { + fill: rgb(31, 119, 180); + fill-opacity: .25; + stroke: rgb(31, 119, 180); + stroke-width: 1px; +} + +.tree_CirclePacking .leaf circle { + fill: #ff7f0e; + fill-opacity: 1; +} + +.tree_CirclePacking .label { + fill: white; + text-anchor: middle; +} + + +.tree_Dendrogram .node circle { + fill: #dcf1ff; + stroke: #1f77b4; + stroke-width: 1.0px; +} + +.tree_Dendrogram .node.selected circle { + stroke: red; +} + +.tree_Dendrogram .node.over circle { + stroke: orange; +} + +.tree_Dendrogram .node.selected.over circle { + stroke: red; +} + +.tree_Dendrogram .node.selected text { + fill: red; +} + +.tree_Dendrogram .node.over text { + fill: orange; +} + +.tree_Dendrogram .node.selected.over text { + fill: red; +} + +.tree_Dendrogram .node text { + font-size: 14px; +} + +.tree_Dendrogram .link { + fill: none; + stroke: #656565; + stroke-width: 1.0px; +} +.tree_Sunburst path { + stroke: #fff; + stroke-width: 0.5px; + fill-rule: evenodd; +} +.tree_Treemap .node { + border: solid 1px white; + overflow: hidden; + text-overflow: ellipsis; + position: absolute; + text-indent: 2px; +} + +.tree_Treemap .node.selected { + border-color: red; +} + +.tree_Treemap .node.over { + border-color: orange; +} + +.tree_Treemap .node.selected.over { + border-color: red; +} \ No newline at end of file diff --git a/dist/hpcc-viz.min.css b/dist/hpcc-viz.min.css new file mode 100644 index 0000000000..ef75bfefd8 --- /dev/null +++ b/dist/hpcc-viz.min.css @@ -0,0 +1,410 @@ +.d3-tip,.d3-tip:after{line-height:1;pointer-events:none!important} +.chart_Bubble circle,.chart_Column .columnRect,.chart_Pie path{cursor:pointer} +.chart_XYAxis .brush .extent,.graph_Sankey .node rect,.other_CalendarHeatMap{shape-rendering:crispEdges} +.other_Legend>table,.other_Legend>table td,.other_Legend>table th,.other_Table table{border-collapse:collapse;border-spacing:0} +@font-face{font-family:Lato;font-style:normal;font-weight:400;src:local('Lato Regular'),local('Lato-Regular'),url(http://fonts.gstatic.com/s/lato/v11/v0SdcGFAl2aezM9Vq_aFTQ.ttf) format('truetype')} +.d3-tip{font-weight:700;padding:12px;background:rgba(0,0,0,.66);color:#fff;border-radius:2px;z-index:10} +.d3-tip.hidden{visibility:hidden} +.d3-tip:after{box-sizing:border-box;display:inline;font-size:10px;width:100%;color:rgba(0,0,0,.66);position:absolute} +.chart_Axis,.chart_Axis .axis .tick>text{font:10px sans-serif} +.chart_Bubble .common_Text,.chart_Pie .common_FAChar,.chart_Pie .common_Text,.chart_Scatter .area,.chart_Scatter .line,.chart_Scatter .pointShape{pointer-events:none} +.d3-tip.n:after{content:"\25BC";margin:-1px 0 0;top:100%;left:0;text-align:center} +.d3-tip.e:after{content:"\25C0";margin:-4px 0 0;top:50%;left:-8px} +.d3-tip.s:after{content:"\25B2";margin:0 0 1px;top:-8px;left:0;text-align:center} +.d3-tip.w:after{content:"\25B6";margin:-4px 0 0 -1px;top:50%;left:100%} +.d3-tip.notick:after{content:""!important} +.common_Widget .over{stroke:rgba(0,0,0,.66);opacity:.66} +.chart_Axis{fill:#000} +.chart_Axis .axis .tick line,.chart_Axis .axis path.domain{fill:none;stroke:#000} +.chart_Axis .guide path.domain{fill:none;stroke:none} +.chart_Axis .guide .tick line{fill:none;stroke:#d3d3d3;opacity:.7} +.chart_Bubble .selected circle{stroke:red;stroke-width:1.5px} +.chart_Bubble .common_FAChar{fill:#fff;pointer-events:none} +.chart_Bullet .domain{opacity:0} +.chart_Bullet .bullet{border:1px solid transparent;font:10px sans-serif} +.chart_Bullet .bullet.selected{border-color:red} +.chart_Bullet .bullet.over{border-color:orange} +.chart_Bullet .bullet.selected.over{border-color:red} +.chart_Bullet .bullet .marker{stroke:#000;stroke-width:2px} +.chart_Bullet .bullet .tick line{stroke:#666;stroke-width:.5px} +.chart_Bullet .bullet .range.s0{fill:#eee} +.chart_Bullet .bullet .range.s1{fill:#ddd} +.chart_Bullet .bullet .range.s2{fill:#ccc} +.chart_Bullet .bullet .measure.s0{fill:#b0c4de} +.chart_Bullet .bullet .measure.s1{fill:#4682b4} +.chart_Bullet .bullet .title{font-size:14px;font-weight:700} +.chart_Bullet .bullet .subtitle{fill:#999} +.chart_Column .columnRect{fill:#4682b4;stroke:transparent;border-width:1.5px} +.chart_Column .data.axis path{display:none} +.chart_Column .columnRect.selected{stroke:red} +.chart_HexBin .hexagon{fill:none;stroke:#000;stroke-width:.5px} +.chart_Line .dataLine{fill:none;stroke:#4682b4;stroke-width:1.5px} +.chart_Pie .arc path{stroke:#fff;stroke-width:.75px} +.chart_Pie .arc.selected path{stroke:red;stroke-width:1.5px} +.chart_Pie .innerLabel.common_FAChar{fill:#fff} +.chart_Pie .outerLabel.common_FAChar{fill:#000} +.chart_Pie .innerLabel.common_Text{fill:#fff} +.chart_Pie .outerLabel.common_Text{fill:#000} +.chart_Scatter .point .pointSelection{fill:none;stroke:none;pointer-events:all} +.chart_Scatter .point .pointSelection.selected{fill:none;stroke:red} +.chart_Summary{width:225px;height:150px;font-size:14px} +.chart_Summary .content h2{font-weight:700;font-size:3em;margin-left:10px;margin-top:10px;margin-bottom:10px} +.chart_Summary .bgIcon:before{position:absolute;font-family:FontAwesome;font-size:5.5em;opacity:.4;right:15px} +.chart_Summary .bgIcon{position:relative} +.chart_Summary .content{float:left;width:100%;height:100%;background-color:#efd752} +.chart_Summary .content div{margin-top:-1.1em;font-size:1.1em;opacity:.8} +.chart_Summary .content .text{padding-left:10px} +.chart_Summary .content .more{position:absolute;bottom:0;width:100%;height:3em;line-height:3em} +.chart_XYAxis .axis,.chart_XYAxis .tick>text{font:10px sans-serif} +.chart_Summary .content .more i{padding-left:10px;padding-right:.5em} +.chart_XYAxis .axis{fill:#000} +.chart_XYAxis .axis line,.chart_XYAxis .axis path{fill:none;stroke:#000;shape-rendering:crispEdges} +.chart_XYAxis .region{opacity:.33} +.chart_XYAxis .brush rect.background{z-index:-999} +.chart_XYAxis .brush .extent{stroke:none;fill:#4682b4;fill-opacity:.125} +.chart_XYAxis .brush .resize path{fill:#eee;stroke:#666} +.common_FAChar .common_Text{font-size:14px} +.common_Icon .common_FAChar .common_Text{fill:#fff} +.common_List .common_TextBox .common_Shape{fill:#dcf1ff;stroke:#dcf1ff} +.common_List .common_TextBox .common_Text{pointer-events:none} +.common_List .common_TextBox .common_Shape:hover{fill:#fff;stroke:#fff} +.common_Menu .common_FAChar{fill:#fff;cursor:pointer} +.common_Menu.disabled .common_FAChar{visibility:hidden;cursor:inherit} +.common_Menu .common_List .common_TextBox .common_Shape{fill:#1f77b4;stroke:#1f77b4} +.common_Menu .common_List .common_TextBox .common_Text{fill:#fff} +.common_Menu .common_List .common_TextBox .common_Shape:hover{fill:#ff7f0e;stroke:#ff7f0e} +.resizeN{cursor:ns-resize;opacity:0} +.resizeNE{cursor:ne-resize;opacity:0} +.resizeE{cursor:ew-resize;opacity:0} +.resizeSE{cursor:se-resize;opacity:0} +.resizeS{cursor:ns-resize;opacity:0} +.resizeSW{cursor:sw-resize;opacity:0} +.resizeW{cursor:ew-resize;opacity:0} +.resizeNW{cursor:nw-resize;opacity:0} +.common_Shape{fill:#1f77b4;stroke:#1f77b4} +.common_Surface .container .common_Shape{fill:#f9fcff;stroke:#1f77b4;stroke-width:1px} +.common_Surface .title{cursor:move} +.common_Surface .title .common_Shape{fill:#1f77b4;stroke:#1f77b4;stroke-width:1px} +.common_Surface .title text{fill:#fff;stroke:none} +.svg-button-container{position:fixed} +.svg-button-container .surface-button{position:relative;background:0 0;border:none;opacity:.8;color:#fff} +.svg-button-container .surface-button:hover{opacity:1} +.svg-button-container .surface-button:active{opacity:.5} +.common_SVGZoomWidget .common_Icon .common_Shape{fill:#fff;stroke:#a9a9a9;cursor:pointer} +.common_SVGZoomWidget .common_Icon .common_FAChar .common_Text{fill:#a9a9a9;cursor:pointer} +.common_SVGZoomWidget .background{fill:#fff} +.common_Text{fill:#000;font-size:12px} +.common_TextBox .common_Shape{fill:#dcf1ff;stroke:#1f77b4} +.form_Form{color:#404040} +.form_Form tbody td{white-space:nowrap;border:1px solid #E5E5E5} +.form_Form td.prompt{padding:5px;vertical-align:top;background-color:#E5E5E5} +.form_Form td.input{padding:5px;width:100%;vertical-align:middle} +.form_Form tfoot button{margin:5px} +.form_Form tbody tr:hover{background-color:#FAFAFA} +.form_Input button,.form_Input input,.form_Input select,.form_Input textarea{padding:2px} +.form_Input button{cursor:pointer} +.form_Input input.color-text{width:120px} +.form_Input input.color-text+input{width:57px;position:absolute} +.form_Input input[type=textbox],.form_Input textarea{width:100%;box-sizing:border-box;display:block} +.form_Input ul{list-style-type:none;float:left;padding:0;margin:0} +.form_Input li{float:left;list-style-position:inside} +.form_Slider text{color:#000} +.form_Slider .chart_Axis{-webkit-user-select:none;-moz-user-select:none;user-select:none} +.form_Slider .chart_Axis .domain{fill:none;stroke:#d3d3d3;stroke-width:10px;stroke-linecap:round} +.form_Slider .extent{fill:#fff;opacity:.5} +.form_Slider .background{fill:red;opacity:.5} +.form_Slider .handle{fill:#fff;stroke:#bbb;stroke-opacity:.5;stroke-width:1px;pointer-events:none} +.form_Slider .common_Icon .common_Widget .common_Shape{fill:#ccc;stroke:#bbb} +.form_Slider .common_Icon:hover{cursor:pointer} +.form_Slider .common_Icon:hover .common_Widget .common_Shape{stroke:#aaa} +.graph_Edge{fill:none;stroke:#656565;stroke-width:1px} +.graph_Edge .common_TextBox .common_Text{fill:#000;stroke:none} +.graph_Edge .common_TextBox .common_Shape{fill:#fff;stroke:none} +.graph_Edge.selected{stroke:red!important} +.graph_Edge.selected .common_Text{fill:red!important} +.graph_Graph .marker{fill:#656565;stroke:none;stroke-width:1px} +.graph_Graph .zoom{fill:none;pointer-events:all} +.graph_Graph .selectionBrush{fill:none;stroke:#a9a9a9} +.graph_Sankey .node rect{cursor:move;fill-opacity:.9;stroke:#a9a9a9} +.graph_Sankey .node.selected rect{stroke:red} +.graph_Sankey .node.over rect{stroke:orange} +.graph_Sankey .node.selected.over rect{stroke:red} +.graph_Sankey .node text{pointer-events:none;text-shadow:0 1px 0 #fff} +.graph_Sankey .node.selected text{fill:red} +.graph_Sankey .node.over text{fill:orange} +.graph_Sankey .node.selected.over text{fill:red} +.graph_Sankey .link{fill:none;stroke:#000;stroke-opacity:.2} +.graph_Sankey .link:hover{stroke-opacity:.5} +.graph_Vertex{cursor:move} +.graph_Vertex.selected .common_Shape{stroke:red!important} +.layout_AbsoluteSurface{pointer-events:none} +.layout_AbsoluteSurface .placeholder{position:relative;overflow:hidden} +.layout_Layered .placeholder .common_Widget{pointer-events:all} +.layout_Layered .placeholder .common_Widget.layout_AbsoluteSurface{pointer-events:none} +.layout_Accordion>ul{position:relative} +.layout_Accordion.open>span{font-style:italic} +.layout_Accordion.closed>ul{height:0;overflow:hidden} +.layout_Accordion.open>ul{display:block} +.layout_Accordion>.collapsible-icon,.layout_Accordion>.collapsible-title{cursor:pointer;box-sizing:border-box} +.layout_Accordion>.collapsible-title{display:block;width:100%;font-size:13px;color:#FFF;padding:4px 8px;height:26px;-webkit-box-shadow:inset 0 -1px 1px 0 rgba(0,0,0,.2);-moz-box-shadow:inset 0 -1px 1px 0 rgba(0,0,0,.2);box-shadow:inset 0 -1px 1px 0 rgba(0,0,0,.2)} +.layout_Accordion li{background-color:#FFF} +.layout_Accordion>.collapsible-title,.layout_Accordion>ul{background-color:#333} +.layout_Accordion .layout_Accordion>.collapsible-title,.layout_Accordion .layout_Accordion>ul{background-color:#555} +.layout_Accordion .layout_Accordion .layout_Accordion>.collapsible-title,.layout_Accordion .layout_Accordion .layout_Accordion>ul{background-color:#777} +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>.collapsible-title,.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>ul{background-color:#999} +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>.collapsible-title,.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>ul{background-color:#BBB} +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>.collapsible-title,.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>ul{background-color:#CCC} +.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>.collapsible-title,.layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion .layout_Accordion>ul{background-color:#DDD} +.layout_Accordion>span,.layout_Accordion>ul{padding-left:0} +.layout_Accordion .layout_Accordion>span,.layout_Accordion .layout_Accordion>ul{padding-left:12px} +.layout_Accordion>.collapsible-title:before{padding:4px 8px;position:absolute;left:0;top:0} +.layout_Accordion>.collapsible-icon{position:absolute;top:0;right:0;width:24px;height:24px;color:#FFF} +.layout_Border{width:100%;height:100%} +.layout_Border>.border-content{width:100%;height:100%;position:relative} +.layout_Border>.borderHandle{width:6px;height:6px;background-color:#444;opacity:.3;position:absolute;visibility:hidden} +.layout_Border.design-mode>.borderHandle{visibility:visible} +.layout_Border>.borderHandle:hover{background-color:#666} +.layout_Border>.borderHandle.borderHandleDisabled{display:none} +.layout_Border>.borderHandle_bottom,.layout_Border>.borderHandle_top{cursor:ns-resize} +.layout_Border>.borderHandle_left,.layout_Border>.borderHandle_right{cursor:ew-resize} +.layout_Border .cell{border-radius:5px;border:1px solid #e5e5e5;display:inline-block;overflow:hidden} +.layout_Border .cell h2{margin:0;padding-top:4px;-webkit-margin:0;text-align:center} +.layout_Border .layout_BorderCell.over{border:2px dashed #000} +.layout_Border .dragItem{z-index:-1;opacity:.33} +.layout_Border .notDragItem{z-index:-1;opacity:1} +.layout_Border div[draggable=true]{opacity:.75;cursor:default} +.layout_Border div[draggable=true] .dragHandle,.layout_Grid .notDragItem,.layout_Grid div[draggable=true] .dragHandle{opacity:1} +.layout_Border div[draggable=true] .dragHandle_e,.layout_Border div[draggable=true] .dragHandle_n,.layout_Border div[draggable=true] .dragHandle_s,.layout_Border div[draggable=true] .dragHandle_w{background-color:#AAA} +.layout_Border div[draggable=true] .dragHandle_ne,.layout_Border div[draggable=true] .dragHandle_nw,.layout_Border div[draggable=true] .dragHandle_se,.layout_Border div[draggable=true] .dragHandle_sw{background-color:#333} +.layout_Border div[draggable=true] .dragHandle_nw{cursor:nw-resize} +.layout_Border div[draggable=true] .dragHandle_n{cursor:n-resize} +.layout_Border div[draggable=true] .dragHandle_ne{cursor:ne-resize} +.layout_Border div[draggable=true] .dragHandle_e{cursor:e-resize} +.layout_Border div[draggable=true] .dragHandle_se{cursor:se-resize} +.layout_Border div[draggable=true] .dragHandle_s{cursor:s-resize} +.layout_Border div[draggable=true] .dragHandle_sw{cursor:sw-resize} +.layout_Border div[draggable=true] .dragHandle_w{cursor:w-resize} +.layout_Border div[draggable=false]>div>.dragHandle{display:none} +.layout_Border .grid-drop-target{position:fixed;box-sizing:border-box;border:2px dashed #7f8c8d;border-radius:0;background:repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0) 4px,rgba(100,100,100,.1) 4px,rgba(100,100,100,.1) 8px)} +.layout_Border .grid-drop-target.drop-target-over{border:2px dashed #179BD7;background:repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0) 6px,rgba(17,155,215,.1) 6px,rgba(17,155,215,.1) 12px)} +.layout_Cell .update-indicator{box-sizing:border-box;position:absolute;top:0;left:0;padding:0;z-index:1000;border-width:0;border-style:solid;pointer-events:none} +.layout_Grid .cell{border-radius:5px;border:1px solid #e5e5e5;display:inline-block;overflow:hidden} +.layout_Grid .cell h2{margin:0;padding-top:4px;-webkit-margin:0;text-align:center} +.layout_Grid .dropCell{box-sizing:border-box;background-color:#d3d3d3;border-radius:5px;border:1px solid #333;display:inline-block;overflow:hidden} +.layout_Grid .dropCell.over,.layout_Grid .layout_Cell.over{border:2px dashed #000} +.layout_Grid .dragItem{z-index:0} +.layout_Grid .layout_Surface{height:100%;width:100%;box-sizing:border-box} +.layout_Grid div[draggable=true]{cursor:move} +.layout_Grid div[draggable=true] .dragHandle_e,.layout_Grid div[draggable=true] .dragHandle_n,.layout_Grid div[draggable=true] .dragHandle_s,.layout_Grid div[draggable=true] .dragHandle_w{background-color:#AAA} +.layout_Grid div[draggable=true] .dragHandle_ne,.layout_Grid div[draggable=true] .dragHandle_nw,.layout_Grid div[draggable=true] .dragHandle_se,.layout_Grid div[draggable=true] .dragHandle_sw{background-color:#333} +.layout_Grid div[draggable=true] .dragHandle_nw{cursor:nw-resize} +.layout_Grid div[draggable=true] .dragHandle_n{cursor:n-resize} +.layout_Grid div[draggable=true] .dragHandle_ne{cursor:ne-resize} +.layout_Grid div[draggable=true] .dragHandle_e{cursor:e-resize} +.layout_Grid div[draggable=true] .dragHandle_se{cursor:se-resize} +.layout_Grid div[draggable=true] .dragHandle_s{cursor:s-resize} +.layout_Grid div[draggable=true] .dragHandle_sw{cursor:sw-resize} +.layout_Grid div[draggable=true] .dragHandle_w{cursor:w-resize} +.layout_Grid div[draggable=false]>div>.dragHandle{display:none} +.layout_Grid .selected div.dragHandle{background-color:#F48A00} +.layout_Grid .selected div.dragHandle_ne,.layout_Grid .selected div.dragHandle_nw,.layout_Grid .selected div.dragHandle_se,.layout_Grid .selected div.dragHandle_sw{background-color:#EE1} +.layout_Grid .grid-drop-target{position:fixed;box-sizing:border-box;border:2px dashed #7f8c8d;border-radius:0;background:repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0) 4px,rgba(100,100,100,.1) 4px,rgba(100,100,100,.1) 8px)} +.layout_Grid .grid-drop-target.drop-target-over{border:2px dashed #179BD7;background:repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0) 6px,rgba(17,155,215,.1) 6px,rgba(17,155,215,.1) 12px)} +.layout_Grid .grid-drop-target.grid-drag-handle-{cursor:move} +.layout_Grid .grid-drop-target.grid-drag-handle-n,.layout_Grid .grid-drop-target.grid-drag-handle-s{cursor:ns-resize} +.layout_Grid .grid-drop-target.grid-drag-handle-e,.layout_Grid .grid-drop-target.grid-drag-handle-w{cursor:ew-resize} +.layout_Grid .grid-drop-target.grid-drag-handle-ne,.layout_Grid .grid-drop-target.grid-drag-handle-sw{cursor:nesw-resize} +.layout_Grid .grid-drop-target.grid-drag-handle-nw,.layout_Grid .grid-drop-target.grid-drag-handle-se{cursor:nwse-resize} +.layout_Grid.hideHandles div.dragHandle,.layout_Grid.hideHandles div.dragHandle_ne,.layout_Grid.hideHandles div.dragHandle_nw,.layout_Grid.hideHandles div.dragHandle_se,.layout_Grid.hideHandles div.dragHandle_sw{background-color:transparent} +.layout_Layered .layout_Layered_Container{position:relative;pointer-events:none} +.layout_Layered .content{position:absolute} +.layout_Surface{margin:0;border:1px solid #e5e5e5;overflow:hidden;height:100%;width:100%} +.layout_Surface>h3{margin:0;padding:2px;background-color:#e5e5e5} +.layout_Surface .html-button-container{position:absolute;right:0;top:3px} +.layout_Surface>div{padding:8px} +.layout_Surface .html-button-container .surface-button{margin-right:5px} +.layout_Surface .html-button-container .surface-button i{opacity:.8} +.layout_Surface .html-button-container .surface-button:hover{opacity:1} +.layout_Surface .html-button-container .surface-button:active{opacity:.5} +div[draggable=true].hideDragCellContent.content-icon:before{content:"\f080";font-family:FontAwesome;position:absolute;top:calc(50% - 74px);left:calc(50% - 56px);font-size:100px} +div[draggable=true].hideDragCellContent.content-icon-Line:before{content:"\f201"} +div[draggable=true].hideDragCellContent.content-icon-Pie:before{top:calc(50% - 72px);left:calc(50% - 45px);content:"\f200"} +div[draggable=true].hideDragCellContent.content-icon-Area:before{content:"\f1fe"} +div[draggable=true].hideDragCellContent.content-icon-Gauge:before{content:"\f0e4"} +div[draggable=true].hideDragCellContent.content-icon-Table:before{content:"\f0ce"} +div[draggable=true].hideDragCellContent.content-icon-Form:before{content:"\f11c"} +div[draggable=true].hideDragCellContent.content-icon-Accordion:before,div[draggable=true].hideDragCellContent.content-icon-Border:before,div[draggable=true].hideDragCellContent.content-icon-Graph:before,div[draggable=true].hideDragCellContent.content-icon-Grid:before,div[draggable=true].hideDragCellContent.content-icon-MultiChart:before,div[draggable=true].hideDragCellContent.content-icon-MultiChartSurface:before,div[draggable=true].hideDragCellContent.content-icon-Tabbed:before{content:"\f247"} +div[draggable=true].hideDragCellContent.content-icon-ChoroplethCounties:before,div[draggable=true].hideDragCellContent.content-icon-ChoroplethCountries:before,div[draggable=true].hideDragCellContent.content-icon-ChoroplethStates:before,div[draggable=true].hideDragCellContent.content-icon-ChoroplethStatesHeat:before,div[draggable=true].hideDragCellContent.content-icon-FAChar:before,div[draggable=true].hideDragCellContent.content-icon-GMap:before,div[draggable=true].hideDragCellContent.content-icon-GMapGraph:before,div[draggable=true].hideDragCellContent.content-icon-GMapHeat:before,div[draggable=true].hideDragCellContent.content-icon-Text:before,div[draggable=true].hideDragCellContent.content-icon-TextBox:before{content:"\f278"} +.layout_Tabbed .tab-button{position:relative;top:1px;display:inline-block;border-left:1px solid #ddd;border-top:1px solid #ddd;border-right:1px solid #ddd;margin-right:4px;padding:2px 2px 4px;background-color:#ccc} +.layout_Tabbed .tab-button.active{background-color:#fff;z-index:999} +.layout_Tabbed .on_bottom .tab-button{border-bottom:1px solid #ddd;border-top:none;top:-1px} +.layout_Toolbar{height:100%;background-color:#ddd;white-space:nowrap;overflow:hidden} +.layout_Toolbar .toolbar-title{display:inline-block;position:relative;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);margin-left:4px;font-weight:700;text-overflow:ellipsis;white-space:nowrap;overflow:hidden} +.layout_Toolbar .toolbar-child{position:relative;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);float:right;margin-left:4px;margin-right:4px;line-height:16px} +.map_Layered .checkerFill{fill:red;stroke:red;opacity:.5} +.map_Layered .checkerNoFill{fill:none;stroke:none;opacity:.5} +.map_Layered .mesh{fill:none;stroke:#6D6E71} +.map_Layered .data.selected{stroke-width:1.25px} +.map_GMap .marker{fill:#656565;stroke:none;stroke-width:1px} +.map_GMap .map_Layered{pointer-events:auto;cursor:auto} +.gm-style img{max-width:none} +.gm-style label{width:auto;display:inline} +.map_Layered .graticule{fill:none;stroke:#a9a9a9;stroke-linejoin:round} +.map_Layered .graticuleOutline{fill:none;stroke:#000;stroke-linejoin:round} +.map_Heat{//pointer-events:none} +.map_Heat canvas{pointer-events:none} +.map_Layered .background{fill:none} +.map_Layered .raster image{fill:#B5D0D0} +.map_Layered .hash path{fill:none;stroke:red;stroke-linejoin:round} +.map_Layered .marker{fill:#656565;stroke:none;stroke-width:1px} +.map_Layered .dataEdge{stroke:#000;fill:none} +.map_OpenStreet .background{fill:#fff} +.map_OpenStreet .graticule{fill:none;stroke:#777;stroke-width:.5px;stroke-opacity:.5} +.map_Layered .vector{fill:none;stroke:navy;stroke-linejoin:round} +.map_Layered .data{stroke:none} +.map_Layered .data.selected{stroke:red} +.map_Layered .data.over{stroke:orange} +.map_Layered .data.selected.over{stroke:red} +.other_autoCompleteText label{display:inline-block;vertical-align:top} +.other_autoCompleteText input{width:100%;max-width:600px;outline:0;border-radius:100} +.other_CalendarHeatMap .day{fill:#fff;stroke:#ccc} +.other_CalendarHeatMap .day.selected{stroke:red} +.other_CalendarHeatMap .day.over{stroke:orange} +.other_CalendarHeatMap .day.selected.over{stroke:red} +.other_CalendarHeatMap .month{fill:none;stroke:#000;stroke-width:2px} +.other_Html{height:100%;width:100%;overflow-x:auto;overflow-y:scroll} +.other_Legend .colorBlock{width:10px;height:10px} +.other_Table.other_Legend table{border-spacing:0} +.labels-wrapper th,.other_Table.other_Legend th{padding:2px 5px;background-color:transparent;border-width:1px;border-style:solid;border-color:transparent;color:#333;white-space:nowrap;cursor:default;font-weight:400;text-align:left} +.other_Table.other_Legend tr{background-color:transparent;color:#333} +.other_Table.other_Legend .tableDiv tbody>tr:nth-child(odd){background-color:unset;color:#000} +.other_Table.other_Legend .tableDiv tbody>tr.hover,.other_Table.other_Legend .tableDiv tbody>tr:hover,.rows-wrapper table tbody tr.hover{background-color:#bfd7e7;color:#fff} +.other_Table.other_Legend thead>tr:hover{background-color:transparent} +.other_Table.other_Legend tbody>tr.hover,.other_Table.other_Legend tbody>tr:hover,.rows-wrapper tbody tr.hover{background-color:#EEE} +.other_Table.other_Legend td,.rows-wrapper td{border-width:0;padding:2px 5px;white-space:nowrap;box-sizing:border-box} +.other_Legend>.tableDiv>table>tbody>tr:hover{cursor:pointer;color:#000;background-color:#DDD} +.other_Legend.horiz-legend .tableDiv{width:100%!important;text-align:left} +.other_Legend.horiz-legend .tableDiv>table{display:inline-block;width:100%!important;top:0!important;left:0!important} +.other_Legend.horiz-legend tbody,.other_Legend.horiz-legend thead,.other_Legend.horiz-legend tr{display:inline-block} +.other_Legend.horiz-legend td,.other_Legend.horiz-legend td>div{display:inline-block;white-space:nowrap} +.other_Legend.horiz-legend tr{white-space:nowrap} +.other_Legend.horiz-legend tbody{display:inline-block;width:100%!important;text-align:center} +.other_MorphText .enter{fill:green} +.other_MorphText .update{fill:#333} +.other_MorphText .exit{fill:brown} +.other_Paginator{display:block;position:absolute;white-space:nowrap} +.other_Paginator .pagination{display:inline-block;white-space:nowrap} +.other_Paginator .pagination>li{display:inline} +.other_PropertyEditor .property-table.property-table-collapsed tbody,.other_ThemeEditor .mm-label.min .mm-content,.other_ThemeEditor .mm-label.min+.mm-content{display:none} +.other_Paginator input[type=number].currentPageNumber{border:1px solid #ddd;outline:0;position:relative;width:37px;text-align:center} +.other_Paginator div.side{padding:5px 20px;vertical-align:top} +.other_Paginator span.side{position:relative;color:#337ab7} +.other_Paginator .pagination>div,.other_Paginator .pagination>li>a,.other_Paginator .pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd} +.other_Paginator .pagination>li:first-child>a,.other_Paginator .pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px} +.other_Paginator .pagination>li:last-child>a,.other_Paginator .pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px} +.other_Paginator .pagination>li>a:focus,.other_Paginator .pagination>li>a:hover,.other_Paginator .pagination>li>span:focus,.other_Paginator .pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd} +.other_Paginator .pagination>.active>a,.other_Paginator .pagination>.active>a:focus,.other_Paginator .pagination>.active>a:hover,.other_Paginator .pagination>.active>span,.other_Paginator .pagination>.active>span:focus,.other_Paginator .pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7} +.other_Paginator .pagination>.disabled>a,.other_Paginator .pagination>.disabled>a:focus,.other_Paginator .pagination>.disabled>a:hover,.other_Paginator .pagination>.disabled>span,.other_Paginator .pagination>.disabled>span:focus,.other_Paginator .pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd} +.other_Paginator .pagination-lg>li>a,.other_Paginator .pagination-lg>li>span{padding:10px 16px;font-size:18px} +.other_Paginator .pagination-lg>li:first-child>a,.other_Paginator .pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px} +.other_Paginator .pagination-lg>li:last-child>a,.other_Paginator .pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px} +.other_Paginator .pagination-sm>li>a,.other_Paginator .pagination-sm>li>span{padding:5px 10px;font-size:12px} +.other_Paginator .pagination-sm>li:first-child>a,.other_Paginator .pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px} +.other_Paginator .pagination-sm>li:last-child>a,.other_Paginator .pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px} +.other_PropertyEditor{overflow-y:scroll;height:100%;width:100%} +.other_PropertyEditor .other_PropertyEditor{overflow:hidden} +.other_PropertyEditor .property-table{width:100%;border:1px solid #ddd;border-width:0 0 0 1px} +.other_PropertyEditor thead>tr>th{background-color:#333} +.other_PropertyEditor .other_PropertyEditor th{background-color:#444} +.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#555} +.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#666} +.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#777} +.other_PropertyEditor .property-table thead>tr>th{text-align:left;background-color:#333;color:#fff;padding-left:4px} +.other_PropertyEditor .property-table thead>tr>th>i{float:right;padding:4px} +.other_PropertyEditor .property-table thead>tr>th>i:hover{background-color:#555;cursor:pointer} +.other_PropertyEditor .property-table tbody>tr:nth-child(even){background-color:#F9F9F9} +.other_PropertyEditor .property-table tbody>tr:nth-child(odd){background-color:#FFF} +.other_PropertyEditor .property-table tbody>tr>td{text-align:left;color:#333;padding:0 0 0 2px} +.other_PropertyEditor .property-table tbody>tr.disabled>td{color:gray} +.other_PropertyEditor .property-input-cell>div{padding-left:8px} +.other_PropertyEditor .property-label{padding-right:4px;box-sizing:border-box;height:20px} +.other_PropertyEditor td.property-input-cell{text-align:left;height:20px;padding:1px 0} +.other_PropertyEditor .property-input-cell>input,.other_PropertyEditor .property-input-cell>textarea{width:100%;box-sizing:border-box} +.other_PropertyEditor .property-input-cell>input{height:20px} +.other_PropertyEditor .property-input-cell>textarea{height:40px} +.other_PropertyEditor .property-input-cell.boolean-cell{width:auto;margin:0;position:relative} +.other_PropertyEditor .property-input-cell>input[type=checkbox]{width:auto;margin:0;position:absolute;top:0} +.other_PropertyEditor .html-color-cell>input{width:80%} +.other_PropertyEditor .html-color-cell>input[type=color]{width:20%;position:relative;top:-1px} +.other_Select label,.other_Select span{vertical-align:top} +.other_Table{color:#333;border-width:1px;border-color:#999} +.labels-wrapper th,.other_Table td,.other_Table th,.rows-wrapper td{border-width:1px;border-style:solid;border-color:#a9c6c9;box-sizing:border-box;white-space:nowrap} +.other_Table .tableDiv{position:absolute} +.labels-wrapper th,.other_Table th{padding:5px 10px;color:#fff;cursor:pointer} +.cols-wrapper tr,.other_Table thead>tr{background-color:#1f77b4} +.labels-wrapper .thIcon,.other_Table .thIcon{font-family:FontAwesome;padding-left:8px} +.other_Table .tableDiv tbody>tr:nth-child(odd){background-color:#f3faff;color:#000} +.other_Table .tableDiv tbody>tr:nth-child(even){background-color:#fff;color:#000} +.other_Table .tableDiv tbody>tr.selected{background-color:#f48a00;color:#fff} +.other_Table .rows-wrapper table>tbody>tr{background-color:#BCE1FB;color:#000} +.other_Table .rows-wrapper .labels-wrapper{width:100%} +.other_Table table tbody>tr.selected{background-color:#f48a00;color:#fff} +.other_Table .tableDiv tbody>tr.hover,.other_Table .tableDiv tbody>tr:hover,.rows-wrapper table tbody tr.hover{background-color:#bfd7e7;color:#fff} +.other_Table .rows-wrapper tbody tr.hover.selected,.other_Table .tableDiv tbody>tr.selected.hover,.other_Table .tableDiv tbody>tr.selected:hover,.other_Table tr.selected.hover,.other_Table tr.selected:hover{background-color:#5ea8db;color:#fff} +.other_Table td,.rows-wrapper td{padding:2px 5px;vertical-align:middle} +.other_Table tfoot td,.rows-wrapper tfoot td{background-color:#ADDFF3;font-weight:700} +.other_ThemeEditor *{box-sizing:border-box} +.other_ThemeEditor table{width:100%;margin-bottom:4px} +.other_ThemeEditor table:last-child{margin-bottom:0} +.other_ThemeEditor thead>tr>th{text-align:left;background-color:#FAFAFA} +.other_ThemeEditor thead>tr>th>b{font-weight:700} +.other_ThemeEditor tbody>tr>td,.other_ThemeEditor tbody>tr>th{font-weight:400;background-color:#FAFAFA} +.other_ThemeEditor thead>tr:first-child>th{background-color:#E5E5E5} +.other_ThemeEditor .propertyRow>td,.other_ThemeEditor tr.propertyRow>td,.other_ThemeEditor tr.propertyRow>th{background-color:#F4F4F4} +.other_ThemeEditor thead>tr.mm-content>th{padding:0 4px;font-size:12px} +.other_ThemeEditor td,.other_ThemeEditor th{padding:4px;white-space:nowrap} +.other_ThemeEditor thead.mm-label>tr:first-child>th{position:relative;padding-left:29px} +.other_ThemeEditor thead.mm-label>tr:first-child>th::before{content:"[+]";position:absolute;left:3px;top:3px;color:#404040;height:15px;width:15px;font-family:monospace} +.other_ThemeEditor thead.mm-label.max>tr:first-child>th::before{content:"[-]"} +.other_ThemeEditor tr.sharedPropertyRow>td.label::after{content:"[+]";position:absolute;right:10px;top:3px;color:#404040;height:15px;width:15px;font-family:monospace} +.other_ThemeEditor tr.sharedPropertyRow>td.label.expanded::after{content:"[-]"} +.other_ThemeEditor tr.sharedPropertyRow>td.label{position:relative;padding-right:30px;text-decoration:underline} +.other_ThemeEditor tr.sharedPropertyRow>td.label:hover{text-decoration:none;cursor:pointer} +.other_ThemeEditor tr.propertyRow>td.label{padding-left:24px} +.other_ThemeEditor table,.other_ThemeEditor td,.other_ThemeEditor th{border:1px solid #e5e5e5} +.mm-label:hover,.other_ThemeEditor .sharedPropertyRow>.te-label{cursor:pointer} +.other_ThemeEditor .sharedPropertyRow>.te-label:hover{text-decoration:none} +.other_ThemeEditor .propertyRow.shown>.te-label{padding-left:15px} +.other_ThemeEditor input,.other_ThemeEditor select,.other_ThemeEditor textarea{height:30px;float:left} +.other_ThemeEditor input,.other_ThemeEditor select{width:150px} +.other_ThemeEditor .te-checkbox{width:20px;height:20px;margin:0} +.other_ThemeEditor .te-html-color-input{height:30px;width:120px} +.other_ThemeEditor .te-html-color-button{width:30px} +.other_ThemeEditor .te-html-color-button,.other_ThemeEditor button{background-color:#CCC;border:1px solid #A9A9A9;border-left:0;height:30px;float:left;padding:4px} +.other_ThemeEditor .te-html-color-button,.other_ThemeEditor .te-section-table thead,.other_ThemeEditor button{cursor:pointer} +.other_ThemeEditor .te-html-color-button:hover,.other_ThemeEditor button:hover{background-color:#BBB} +.other_ThemeEditor .te-html-color-button:active,.other_ThemeEditor button:active{background-color:#AAA} +.other_ThemeEditor .te-label{white-space:nowrap;width:1%;vertical-align:top} +.other_ThemeEditor .te-section-table>tbody>tr:hover{background-color:#F8FF98} +.te-section-table thead th{font-weight:700} +.te-section-table.expanded>thead>tr>th:after{font:normal normal normal 14px/1 FontAwesome;content:"";float:right;margin-right:6px;margin-top:4px} +.te-section-table.collapsed>thead>tr>th:after{font:normal normal normal 14px/1 FontAwesome;content:"";float:right;margin-right:6px;margin-top:4px} +#te-tableModeOptions thead>tr>th,#te-themeEditorOptions thead>tr>th{border:1px solid #6E6E73;background-color:#6E6E73;color:#FAFAFA} +.other_Wordcloud text{cursor:pointer} +.tree_CirclePacking circle{fill:#1f77b4;fill-opacity:.25;stroke:#1f77b4;stroke-width:1px} +.tree_CirclePacking .leaf circle{fill:#ff7f0e;fill-opacity:1} +.tree_CirclePacking .label{fill:#fff;text-anchor:middle} +.tree_Dendrogram .node circle{fill:#dcf1ff;stroke:#1f77b4;stroke-width:1px} +.tree_Dendrogram .node.selected circle{stroke:red} +.tree_Dendrogram .node.over circle{stroke:orange} +.tree_Dendrogram .node.selected.over circle{stroke:red} +.tree_Dendrogram .node.selected text{fill:red} +.tree_Dendrogram .node.over text{fill:orange} +.tree_Dendrogram .node.selected.over text{fill:red} +.tree_Dendrogram .node text{font-size:14px} +.tree_Dendrogram .link{fill:none;stroke:#656565;stroke-width:1px} +.tree_Sunburst path{stroke:#fff;stroke-width:.5px;fill-rule:evenodd} +.tree_Treemap .node{border:1px solid #fff;overflow:hidden;text-overflow:ellipsis;position:absolute;text-indent:2px} +.tree_Treemap .node.selected{border-color:red} +.tree_Treemap .node.over{border-color:orange} +.tree_Treemap .node.selected.over{border-color:red} \ No newline at end of file diff --git a/package.json b/package.json index ad270dc54a..94fecdbeff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-viz", - "version": "1.14.0-dev", + "version": "1.14.0-rc10", "description": "HPCC Visualization Framework", "devDependencies": { "async": "~1.5.0", diff --git a/src/common/Platform.js b/src/common/Platform.js index 1e833fb406..7210955cde 100644 --- a/src/common/Platform.js +++ b/src/common/Platform.js @@ -23,7 +23,7 @@ } }(this, function (d3) { // Do not touch - updated by gulp bump --- - var version = "1.14.0-dev"; + var version = "1.14.0-rc10"; function Platform() { }